; The format of the input file:
; each device definition begins with a line like this:
;
;       .devicename
;
;  after it go the port definitions in this format:
;
;       portname        address
;
;  the bit definitions (optional) are represented like this:
;
;       portname.bitname  bitnumber
;
; lines beginning with a space are ignored.
; comment lines should be started with ';' character.
;
; the default device is specified at the start of the file
;
;       .default device_name
;
; all lines non conforming to the format are passed to the callback function
;---------------------------------
; Infineon Tricore SPECIFIC LINES
;---------------------------------
;
; Sources: TC1766_reg.inc
;
; the processor definition may include the memory configuration.
; the line format is:
;
;       area CLASS AREA-NAME START:END
;
; where CLASS is anything, but please use one of CODE, DATA, BSS
;       START and END are addresses, the end address is not included

; Interrupt vectors are declared in the following way:

;       entry NAME ADDRESS COMMENT

.default tc1xxx/tc1766

; generic chipset definitions (no registers, empty memory map)
.tc1xxx/generic,tc2xx/generic,tc3xx/generic,tc4x/generic

; this chip implements TriCore v1.3 instruction set
.tc1xxx/tc1100
; MEMORY MAP
area DATA MMU             0x00000000:0x80000000   MMU Space
area DATA EXT_MEM         0x80000000:0x90000000   External Memory Space mapped from Segment 0xA0000000, cached
mapaddr from 0xA0000000 to EXT_MEM
area DATA DMU_SPACE       0xAFC00000:0xAFC10000   DMU Space
area DATA DMU             0xC0000000:0xC0010000   DMU
area DATA DMI_LDRAM       0xD0000000:0xD0007000   DMI Local Data RAM (LDRAM)
area DATA PMI_SPRAM       0xD4000000:0xD4008000   PMI Local Code Scratch Pad RAM (SPRAM)
area DATA EXT_MEM         0xD8000000:0xDE000000   External Memory Space
area DATA EXT_EMU         0xDE000000:0xDF000000   Emulator Memory Space
area CODE BROM            0xDFFFC000:0xE0000000   Boot ROM Space
area DATA EXT_MEM2        0xE0000000:0xE8000000   External Memory Space
mapaddr from 0xE8000000 to DMU
mapaddr from 0xE8400000 to DMI_LDRAM
mapaddr from 0xE8500000 to PMI_SPRAM
area DATA REGISTERS       0xF0000000:0xF8800000   Core SFRs and GPRs
; REGISTERS
SCU_ID          0xF0000008         SCU Module Identification Register
RST_REQ         0xF0000010         Reset Request Register
RST_SR          0xF0000014         Reset Status Register
OSC_CON         0xF0000018         Oscillator Control Register
WDT_CON0        0xF0000020         Watchdog Timer Control Register 0
WDT_CON1        0xF0000024         Watchdog Timer Control Register 1
WDT_SR          0xF0000028         Watchdog Timer Status Register
NMISR           0xF000002C         NMI Status Register
PMG_CON         0xF0000030         Power Management Control Register
PMG_CSR         0xF0000034         Power Management Control and Status Register
SCU_SCLIR       0xF0000038         SCU Software Configuration Latched Inputs Register
PLL_CLC         0xF0000040         PLL Clock Control Register
SCU_CON         0xF0000050         SCU Control Register
SCU_STAT        0xF0000054         SCU Status Register
FSR             0xF0000060         Fusebox Selector Register
FDR             0xF0000064         SCU Fusebox Data Register
SCU_PETCR       0xF0000068         SCU Parity Error Trap Control Register
SCU_PETSR       0xF000006C         SCU Parity Error Trap Status Register
MANID           0xF0000070         Manufacturer Identification Register
CHIPID          0xF0000074         Chip Identification Register
RTID            0xF0000078         Redesign Tracing Identification Register
MACTX0SRC       0xF000007C         MAC Transmit Interrupt Service Request Control Register 0
MACRX0SRC       0xF0000080         MAC Receive Interrupt Service Request Control Register 0
MACTX1SRC       0xF0000084         MAC Transmit Interrupt Service Request Control Register 1
MACRX1SRC       0xF0000088         MAC Receive Interrupt Service Request Control Register 1
RBSRC0          0xF000008C         RB Service Request Control 0 Register
RBSRC1          0xF0000090         RB Service Request Control 1 Register
TBSRC           0xF0000094         TB Service Request Control Register
DRSRC           0xF0000098         DR Service Request Control Register
DTSRC           0xF000009C         DT Service Request Control Register
FPU_SRC         0xF00000A0         FPU Service Request Control Register
SCU_OTCON       0xF00000A8         SCU On Chip Test Control Register
SCU_OTDAT       0xF00000AC         SCU On Chip Test Data Register
EICR0           0xF00000B0         External Input Channel Register 0
EICR1           0xF00000B4         External Input Channel Register 1
EIFR            0xF00000B8         External Input Flag Register
FMR             0xF00000BC         SCU Flag Modification Register
IGCR0           0xF00000C0         Interrupt Gating Register 0
IGCR1           0xF00000C4         Interrupt Gating Register 1
EINT_SRC3       0xF00000C8         Service Request Control Reg. for Ext. Interrupt 3
EINT_SRC2       0xF00000D0         Service Request Control Reg. for Ext. Interrupt 2
EINT_SRC1       0xF00000D4         Service Request Control Reg. for Ext. Interrupt 1
EINT_SRC0       0xF00000D8         Service Request Control Reg. for Ext. Interrupt 0
SCU_DMARS       0xF00000DC         DMA Request Select Register
SBCU_ID         0xF0000108         SBCU Module Identification Register
SBCU_CON        0xF0000110         SBCU Control Register
SBCU_ECON       0xF0000120         Error Control Capture Register
SBCU_EADD       0xF0000124         Error Address Capture Register
SBCU_EDAT       0xF0000128         Error Data Capture Register
SBCU_DBCNTL     0xF0000130         Debug Control Register (OCDS)
SBCU_DBGRNT     0xF0000134         Debug Grant Mask Register (OCDS)
SBCU_DBADR1     0xF0000138         Debug Address1 Register (OCDS)
SBCU_DBADR2     0xF000013C         Debug Address2 Register (OCDS)
SBCU_DBBOS      0xF0000140         Debug Bus Operation Register (OCDS)
SBCU_DBGNTT     0xF0000144         Debug Trapped Master Register (OCDS)
SBCU_DBADRT     0xF0000148         Debug Trapped Address Register (OCDS)
SBCU_DBBOST     0xF000014C         Debug Trapped Bus Operation Register (OCDS)
SBCU_SRC        0xF00001FC         SBCU Service Request Control Register
STM_CLC         0xF0000200         STM Clock Control Register
STM_ID          0xF0000208         STM Module Identification Register
STM_TIM0        0xF0000210         STM Register 0
STM_TIM1        0xF0000214         STM Register 1
STM_TIM2        0xF0000218         STM Register 2
STM_TIM3        0xF000021C         STM Register 3
STM_TIM4        0xF0000220         STM Register 4
STM_TIM5        0xF0000224         STM Register 5
STM_TIM6        0xF0000228         STM Register 6
STM_CAP         0xF000022C         STM Capture Register
STM_CMP0        0xF0000230         Compare Register 0
STM_CMP1        0xF0000234         Compare Register 1
STM_CMCON       0xF0000238         Compare Match Control Register
STM_ICR         0xF000023C         STM Interrupt Control Register
STM_ISRR        0xF0000240         Interrupt Set/Reset Register
STM_SRC1        0xF00002F8         STM Service Request Control Register 1
STM_SRC0        0xF00002FC         STM Service Request Control Register 0
CBS_JDP_ID      0xF0000308         Module Identification Register
CBS_COMDATA     0xF0000368         Cerberus Communication Mode Data Register
CBS_IOSR        0xF000036C         Cerberus Status Register
CBS_MCDBBS      0xF0000370         Cerberus Break Bus Switch Configuration Register
CBS_MCDSSG      0xF0000374         Cerberus Suspend Signal Generation Status and Control Register
CBS_OEC         0xF0000378         Cerberus OCDS Enable Control Register
CBS_OCNTRL      0xF000037C         Cerberus OSCU Configuration and Control Register
CBS_OSTATE      0xF0000380         Cerberus OSCU Status Register
CBS_INTMOD      0xF0000384         Cerberus Internal Mode Status and Control Register
CBS_ICTSA       0xF0000388         Cerberus Internal Controlled Trace Source Address Register
CBS_ICTTA       0xF000038C         Cerberus Internal Controlled Trace Target Address Register
CBS_MCDBBSS     0xF0000390         Cerberus Break Bus Switch Status Register
CBS_MCDSSGC     0xF0000394         Cerberus Suspend Signal Generation Configuration Register
CBS_SRC         0xF00003FC         Cerberus Service Request Control Register
GPTU_CLC        0xF0000600         GPTU Clock Control Register
GPTU_ID         0xF0000608         GPTU Module Identification Register
GPTU_T01IRS     0xF0000610         GPTU Timer T0 and T1 Input and Reload Source Selection Register
GPTU_T01OTS     0xF0000614         GPTU Timer T0 and T1 Output, Trigger and Service Request Register
GPTU_T2CON      0xF0000618         GPTU Timer T2 Control Register
GPTU_T2RCCON    0xF000061C         GPTU Timer T2 Reload/Capture Control Register
GPTU_T2AIS      0xF0000620         GPTU Timer T2/T2A External Input Selection Register
GPTU_T2BIS      0xF0000624         GPTU Timer T2B External Input Selection Register
GPTU_T2ES       0xF0000628         GPTU Timer T2 External Input Edge Selection Register
GPTU_OSEL       0xF000062C         GPTU Output Source Selection Register
GPTU_OUT        0xF0000630         GPTU Output Register
GPTU_T0DCBA     0xF0000634         GPTU Timer T0 Count Register (T0D, T0C, T0B,T0A)
GPTU_T0CBA      0xF0000638         GPTU Timer T0 Count Register (T0C, T0B, T0A)
GPTU_T0RDCBA    0xF000063C         GPTU Timer T0 Reload Register (T0RD, T0RC, T0RB,T0RA)
GPTU_T0RCBA     0xF0000640         GPTU Timer T0 Reload Register (T0RC, T0RB, T0RA)
GPTU_T1DCBA     0xF0000644         GPTU Timer T1 Count Register (T1D, T1C, T1B,T1A)
GPTU_T1CBA      0xF0000648         GPTU Timer T1 Count Register (T1C, T1B, T1A)
GPTU_T1RDCBA    0xF000064C         GPTU Timer T1 Reload Register (T1RD, T1RC, T1RB,T1RA)
GPTU_T1RCBA     0xF0000650         GPTU Timer T1 Reload Register (T1RC, T1RB, T1RA)
GPTU_T2         0xF0000654         GPTU Timer T2 Count Register
GPTU_T2RC0      0xF0000658         GPTU Timer T2 Reload/Capture Register 0
GPTU_T2RC1      0xF000065C         GPTU Timer T2 Reload/Capture Register 1
GPTU_T012RUN    0xF0000660         GPTU Timers T0, T1 and T2 Run Control Register
GPTU_SRSEL      0xF00006DC         GPTU Service Request Source Select Register
GPTU_SRC7       0xF00006E0         GPTU Service Request Control Register 7
GPTU_SRC6       0xF00006E4         GPTU Service Request Control Register 6
GPTU_SRC5       0xF00006E8         GPTU Service Request Control Register 5
GPTU_SRC4       0xF00006EC         GPTU Service Request Control Register 4
GPTU_SRC3       0xF00006F0         GPTU Service Request Control Register 3
GPTU_SRC2       0xF00006F4         GPTU Service Request Control Register 2
GPTU_SRC1       0xF00006F8         GPTU Service Request Control Register 1
GPTU_SRC0       0xF00006FC         GPTU Service Request Control Register 0
P0_OUT          0xF0000C10         Port 0 Data Output Register
P0_IN           0xF0000C14         Port 0 Data Input Register
P0_DIR          0xF0000C18         Port 0 Direction Register
P0_OD           0xF0000C1C         Port 0 Open Drain Mode Register
P0_PUDSEL       0xF0000C28         Port 0 Pull up/down Select Register
P0_PUDEN        0xF0000C2C         Port 0 Pull up/down Enable Register
P0_ALTSEL0      0xF0000C44         Port 0 Alternate Select Register 0
P0_ALTSEL1      0xF0000C48         Port 0 Alternate Select Register 1
P1_OUT          0xF0000D10         Port 1 Data Output Register
P1_IN           0xF0000D14         Port 1 Data Input Register
P1_DIR          0xF0000D18         Port 1 Direction Register
P1_OD           0xF0000D1C         Port 1 Open Drain Mode Register
P1_PUDSEL       0xF0000D28         Port 1 Pull up/down Select Register
P1_PUDEN        0xF0000D2C         Port 1 Pull up/down Enable Register
P1_ALTSEL0      0xF0000D44         Port 1 Alternate Select Register 0
P1_ALTSEL1      0xF0000D48         Port 1 Alternate Select Register 1
P2_OUT          0xF0000E10         Port 2 Data Output Register
P2_IN           0xF0000E14         Port 2 Data Input Register
P2_DIR          0xF0000E18         Port 2 Direction Register
P2_OD           0xF0000E1C         Port 2 Open Drain Mode Register
P2_PUDSEL       0xF0000E28         Port 2 Pull up/down Select Register
P2_PUDEN        0xF0000E2C         Port 2 Pull up/down Enable Register
P2_ALTSEL0      0xF0000E44         Port 2 Alternate Select Register 0
P2_ALTSEL1      0xF0000E48         Port 2 Alternate Select Register 1
P3_OUT          0xF0000F10         Port 3 Data Output Register
P3_IN           0xF0000F14         Port 3 Data Input Register
P3_DIR          0xF0000F18         Port 3 Direction Register
P3_OD           0xF0000F1C         Port 3 Open Drain Mode Register
P3_PUDSEL       0xF0000F28         Port 3 Pull up/down Select Register
P3_PUDEN        0xF0000F2C         Port 3 Pull up/down Enable Register
P3_ALTSEL0      0xF0000F44         Port 3 Alternate Select Register 0
P3_ALTSEL1      0xF0000F48         Port 3 Alternate Select Register 1
P4_OUT          0xF0001010         Port 4 Data Output Register
P4_IN           0xF0001014         Port 4 Data Input Register
P4_DIR          0xF0001018         Port 4 Direction Register
P4_OD           0xF000101C         Port 4 Open Drain Mode Register
P4_PUDSEL       0xF0001028         Port 4 Pull up/down Select Register
P4_PUDEN        0xF000102C         Port 4 Pull up/down Enable Register
P4_ALTSEL0      0xF0001044         Port 4 Alternate Select Register 0
P4_ALTSEL1      0xF0001048         Port 4 Alternate Select Register 1
CCU60_CLC       0xF0002000         CCU60 Clock Control Register
CCU60_FDR       0xF0002008         CCU60 Fractional Divider Register
CCU61_ID        0xF0002108         Module Identification Register
CCU61_PISEL0    0xF0002110         Port Input Select Register 0
CCU61_PISEL2    0xF0002114         Port Input Select Register 2
CCU61_T12       0xF0002120         Timer T12 Counter Register
CCU61_T12PR     0xF0002124         Timer T12 period register
CCU61_T12DTC    0xF0002128         Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0002130         Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0002134         Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0002138         Capture/Compare Register for Channel CC62
CCU61_TCTR4     0xF000213C         Timer Control Register 4
CCU61_CC60SR    0xF0002140         Capture/Compare Shadow Register for Channel CC60
CCU61_CC61SR    0xF0002144         Capture/Compare Shadow Register for Channel CC61
CCU61_CC62SR    0xF0002148         Capture/Compare Shadow Register for Channel CC62
CCU61_T13       0xF0002150         Timer T13 Register
CCU61_T13PR     0xF0002154         Timer T13 Period Register
CCU61_CC63R     0xF0002158         Compare Register for Channel CC63
CCU61_CC63SR    0xF000215C         Compare Shadow Register for Channel CC63
CCU61_CMPSTAT   0xF0002160         Compare Status Register
CCU61_CMPMODIF  0xF0002164         Compare State Modification Register
CCU61_TCTR0     0xF0002168         Timer Control Register 0
CCU61_TCTR2     0xF000216C         Timer Control Register 2
CCU61_MODCTR    0xF0002170         Modulation Control Register
CCU61_TRPCTR    0xF0002174         Trap Control Register
CCU61_PSLR      0xF0002178         Passive State Level Register
CCU61_T12MSEL   0xF000217C         T12 Capture/Compare Mode Select Register
CCU61_MCMOUTS   0xF0002180         Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0002184         Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0002188         Multi-Channel Mode Control Register
CCU61_IS        0xF0002190         Capture/Compare Interrupt Status Register
CCU61_ISS       0xF0002194         Capture/Compare Interrupt Status Set Register
CCU61_ISR       0xF0002198         Capture/Compare Interrupt Status Reset Register
CCU61_IEN       0xF000219C         Capture/Compare Interrupt Enable Register
CCU61_INP       0xF00021A0         Capture/Compare Interrupt Node Pointer Register
CCU61_SRC3      0xF00021F0         CCU60 Service Request Control Register 3
CCU61_SRC2      0xF00021F4         CCU60 Service Request Control Register 2
CCU61_SRC1      0xF00021F8         CCU60 Service Request Control Register 1
CCU61_SRC0      0xF00021FC         CCU60 Service Request Control Register 0
DMA_CLC         0xF0003C00         DMA Clock Control Register
DMA_ID          0xF0003C08         DMA Module Identification Register
DMA_CHRSTR      0xF0003C10         Channel Reset Request Register
DMA_TRSR        0xF0003C14         Transaction Request State Register
DMA_STREQ       0xF0003C18         Software Transaction Request Register
DMA_HTREQ       0xF0003C1C         Hardware Transaction Request Register
DMA_EER         0xF0003C20         Enable Error Register
DMA_ERRSR       0xF0003C24         Error Status Register
DMA_CLRE        0xF0003C28         Clear Error Register
DMA_GINTR       0xF0003C2C         DMA Global Interrupt Set Register
DMA_MESR        0xF0003C30         Move Engine Status Register
DMA_ME0R        0xF0003C34         Move Engine 0 Read Register
DMA_ME0PR       0xF0003C3C         Move Engine 0 Pattern Register
DMA_ME0AENR     0xF0003C44         Move Engine 0 Access Enable Register
DMA_ME0ARR      0xF0003C48         Move Engine 0 Access Range Register
DMA_INTSR       0xF0003C54         Interrupt Status Register
DMA_INTCR       0xF0003C58         Interrupt Clear Register
DMA_WRPSR       0xF0003C5C         Wrap Status Register
DMA_OCDSR       0xF0003C64         OCDS Register
DMA_SUSPMR      0xF0003C68         Suspend Mode Register
DMA_CHSR00      0xF0003C80         DMA Channel 00 Status Register
DMA_CHCR00      0xF0003C84         DMA Channel 00 Control Register
DMA_CHICR00     0xF0003C88         DMA Channel 00 Interrupt Control Register
DMA_ADRCR00     0xF0003C8C         DMA Channel 00 Address Control Register
DMA_SADR00      0xF0003C90         DMA Channel 00 Source Address Register
DMA_DADR00      0xF0003C94         DMA Channel 00 Destination Address Register
DMA_SHADR00     0xF0003C98         DMA Channel 00 Shadowed Address Register
DMA_CHSR01      0xF0003CA0         DMA Channel 01 Status Register
DMA_CHCR01      0xF0003CA4         DMA Channel 01 Control Register
DMA_CHICR01     0xF0003CA8         DMA Channel 01 Interrupt Control Register
DMA_ADRCR01     0xF0003CAC         DMA Channel 01 Address Control Register
DMA_SADR01      0xF0003CB0         DMA Channel 01 Source Address Register
DMA_DADR01      0xF0003CB4         DMA Channel 01 Destination Address Register
DMA_SHADR01     0xF0003CB8         DMA Channel 01 Shadowed Address Register
DMA_CHSR02      0xF0003CC0         DMA Channel 02 Status Register
DMA_CHCR02      0xF0003CC4         DMA Channel 02 Control Register
DMA_CHICR02     0xF0003CC8         DMA Channel 02 Interrupt Control Register
DMA_ADRCR02     0xF0003CCC         DMA Channel 02 Address Control Register
DMA_SADR02      0xF0003CD0         DMA Channel 02 Source Address Register
DMA_DADR02      0xF0003CD4         DMA Channel 02 Destination Address Register
DMA_SHADR02     0xF0003CD8         DMA Channel 02 Shadowed Address Register
DMA_CHSR03      0xF0003CE0         DMA Channel 03 Status Register
DMA_CHCR03      0xF0003CE4         DMA Channel 03 Control Register
DMA_CHICR03     0xF0003CE8         DMA Channel 03 Interrupt Control Register
DMA_ADRCR03     0xF0003CEC         DMA Channel 03 Address Control Register
DMA_SADR03      0xF0003CF0         DMA Channel 03 Source Address Register
DMA_DADR03      0xF0003CF4         DMA Channel 03 Destination Address Register
DMA_SHADR03     0xF0003CF8         DMA Channel 03 Shadowed Address Register
DMA_CHSR04      0xF0003D00         DMA Channel 04 Status Register
DMA_CHCR04      0xF0003D04         DMA Channel 04 Control Register
DMA_CHICR04     0xF0003D08         DMA Channel 04 Interrupt Control Register
DMA_ADRCR04     0xF0003D0C         DMA Channel 04 Address Control Register
DMA_SADR04      0xF0003D10         DMA Channel 04 Source Address Register
DMA_DADR04      0xF0003D14         DMA Channel 04 Destination Address Register
DMA_SHADR04     0xF0003D18         DMA Channel 04 Shadowed Address Register
DMA_CHSR05      0xF0003D20         DMA Channel 05 Status Register
DMA_CHCR05      0xF0003D24         DMA Channel 05 Control Register
DMA_CHICR05     0xF0003D28         DMA Channel 05 Interrupt Control Register
DMA_ADRCR05     0xF0003D2C         DMA Channel 05 Address Control Register
DMA_SADR05      0xF0003D30         DMA Channel 05 Source Address Register
DMA_DADR05      0xF0003D34         DMA Channel 05 Destination Address Register
DMA_SHADR05     0xF0003D38         DMA Channel 05 Shadowed Address Register
DMA_CHSR06      0xF0003D40         DMA Channel 06 Status Register
DMA_CHCR06      0xF0003D44         DMA Channel 06 Control Register
DMA_CHICR06     0xF0003D48         DMA Channel 06 Interrupt Control Register
DMA_ADRCR06     0xF0003D4C         DMA Channel 06 Address Control Register
DMA_SADR06      0xF0003D50         DMA Channel 06 Source Address Register
DMA_DADR06      0xF0003D54         DMA Channel 06 Destination Address Register
DMA_SHADR06     0xF0003D58         DMA Channel 06 Shadowed Address Register
DMA_CHSR07      0xF0003D60         DMA Channel 07 Status Register
DMA_CHCR07      0xF0003D64         DMA Channel 07 Control Register
DMA_CHICR07     0xF0003D68         DMA Channel 07 Interrupt Control Register
DMA_ADRCR07     0xF0003D6C         DMA Channel 07 Address Control Register
DMA_SADR07      0xF0003D70         DMA Channel 07 Source Address Register
DMA_DADR07      0xF0003D74         DMA Channel 07 Destination Address Register
DMA_SHADR07     0xF0003D78         DMA Channel 07 Shadowed Address Register
DMA_TOCTR       0xF0003E80         DMA Bus Time-Out Control Register
DMA_SYSSRC4     0xF0003E8C         System Interrupt Service Request Control Register 4
DMA_MLI0SRC3    0xF0003EA0         MLI 0 Service Request Control Register 3
DMA_MLI0SRC2    0xF0003EA4         MLI 0 Service Request Control Register 2
DMA_MLI0SRC1    0xF0003EA8         MLI 0 Service Request Control Register 1
DMA_MLI0SRC0    0xF0003EAC         MLI 0 Service Request Control Register 0
DMA_SRC3        0xF0003EF0         DMA Service Request Control Register 3
DMA_SRC2        0xF0003EF4         DMA Service Request Control Register 2
DMA_SRC1        0xF0003EF8         DMA Service Request Control Register 1
DMA_SRC0        0xF0003EFC         DMA Service Request Control Register 0
SSC0_CLC        0xF0100100         SSC Clock Control Register
SSC0_PISEL      0xF0100104         SSC Port Input Select Register
SSC0_ID         0xF0100108         SSC0 Module Identification Register
SSC0_FDR        0xF010010C         SSC Fractional Divider Register
SSC0_CON        0xF0100110         SSC Control Register
SSC0_BR         0xF0100114         SSC Baudrate Timer Reload Register
SSC0_SSOC       0xF0100118         Slave Select Output Control Register
SSC0_SSOTC      0xF010011C         Slave Select Output Timing Control Register
SSC0_TB         0xF0100120         SSC Transmit Buffer Register
SSC0_RB         0xF0100124         SSC Receive Buffer Register
SSC0_STAT       0xF0100128         SSC Status Register
SSC0_EFM        0xF010012C         SSC Error Flag Modification Register
SSC0_RXFCON     0xF0100130         SSC Receive FIFO Control Register
SSC0_TXFCON     0xF0100134         SSC Transmit FIFO Control Register
SSC0_FSTAT      0xF0100138         SSC FIFO Status Register
SSC0_TSRC       0xF01001F4         SSC Transmit Interrupt Service Request Control Register
SSC0_RSRC       0xF01001F8         SSC Receive Interrupt Service Request Control Register
SSC0_ESRC       0xF01001FC         SSC Error Interrupt Service Request Control Register
SSC1_CLC        0xF0100200         SSC Clock Control Register
SSC1_PISEL      0xF0100204         SSC Port Input Select Register
SSC1_ID         0xF0100208         SSC0 Module Identification Register
SSC1_FDR        0xF010020C         SSC Fractional Divider Register
SSC1_CON        0xF0100210         SSC Control Register
SSC1_BR         0xF0100214         SSC Baudrate Timer Reload Register
SSC1_SSOC       0xF0100218         Slave Select Output Control Register
SSC1_SSOTC      0xF010021C         Slave Select Output Timing Control Register
SSC1_TB         0xF0100220         SSC Transmit Buffer Register
SSC1_RB         0xF0100224         SSC Receive Buffer Register
SSC1_STAT       0xF0100228         SSC Status Register
SSC1_EFM        0xF010022C         SSC Error Flag Modification Register
SSC1_RXFCON     0xF0100230         SSC Receive FIFO Control Register
SSC1_TXFCON     0xF0100234         SSC Transmit FIFO Control Register
SSC1_FSTAT      0xF0100238         SSC FIFO Status Register
SSC1_TSRC       0xF01002F4         SSC Transmit Interrupt Service Request Control Register
SSC1_RSRC       0xF01002F8         SSC Receive Interrupt Service Request Control Register
SSC1_ESRC       0xF01002FC         SSC Error Interrupt Service Request Control Register
ASC0_CLC        0xF0100300         ASC Clock Control Register
ASC0_PISEL      0xF0100304         ASC Peripheral Input Select Register
ASC0_ID         0xF0100308         ASC Module Identification Register
ASC0_CON        0xF0100310         ASC Control Register
ASC0_BG         0xF0100314         ASC Baudrate Timer Reload Register
ASC0_FDV        0xF0100318         ASC Fractional Divider Register
ASC0_PMW        0xF010031C         ASC IrDA Pulse Mode/Widdth Register
ASC0_TBUF       0xF0100320         ASC Transmit Buffer Register
ASC0_RBUF       0xF0100324         ASC Receive Buffer Register
ASC0_RXFCON     0xF0100340         SSC Receive FIFO Control Register
ASC0_TXFCON     0xF0100344         SSC Transmit FIFO Control Register
ASC0_FSTAT      0xF0100348         ASC FIFO Status Register
ASC0_WHBCON     0xF0100350         ASC Hardware Bits Control Register
ASC0_TSRC       0xF01003F0         ASC Transmit Interrupt Service Request Control Register
ASC0_RSRC       0xF01003F4         ASC Receive Interrupt Service Request Control Register
ASC0_ESRC       0xF01003F8         ASC Error Interrupt Service Request Control Register
ASC0_TBSRC      0xF01003FC         ASC Transmit Buffer Service Request Control Register
ASC1_CLC        0xF0100400         ASC Clock Control Register
ASC1_PISEL      0xF0100404         ASC Peripheral Input Select Register
ASC1_ID         0xF0100408         ASC Module Identification Register
ASC1_CON        0xF0100410         ASC Control Register
ASC1_BG         0xF0100414         ASC Baudrate Timer Reload Register
ASC1_FDV        0xF0100418         ASC Fractional Divider Register
ASC1_PMW        0xF010041C         ASC IrDA Pulse Mode/Widdth Register
ASC1_TBUF       0xF0100420         ASC Transmit Buffer Register
ASC1_RBUF       0xF0100424         ASC Receive Buffer Register
ASC1_RXFCON     0xF0100440         SSC Receive FIFO Control Register
ASC1_TXFCON     0xF0100444         SSC Transmit FIFO Control Register
ASC1_FSTAT      0xF0100448         ASC FIFO Status Register
ASC1_WHBCON     0xF0100450         ASC Hardware Bits Control Register
ASC1_TSRC       0xF01004F0         ASC Transmit Interrupt Service Request Control Register
ASC1_RSRC       0xF01004F4         ASC Receive Interrupt Service Request Control Register
ASC1_ESRC       0xF01004F8         ASC Error Interrupt Service Request Control Register
ASC1_TBSRC      0xF01004FC         ASC Transmit Buffer Service Request Control Register
IIC_CLC         0xF0100600         IIC Clock Control Register
IIC_PISEL       0xF0100604         IIC Input Select Register
IIC_ID          0xF0100608         IIC Module Identification Register
IIC_SYSCON      0xF0100610         System Control Register
IIC_BUSCON      0xF0100614         IIC BUS Control Register
IIC_RTB         0xF0100618         Reset Transmit Buffer
IIC_WHBSYSCON   0xF0100620         IIC Write Hardware Modifiied System Control
IIC_XP2SRC      0xF01006F4         IIC Service Request Control Register 2
IIC_XP1SRC      0xF01006F8         IIC Service Request Control Register 1
IIC_XP0SRC      0xF01006FC         IIC Service Request Control Register 0
MLI0_ID         0xF010C008         MLI Module Identification Register
MLI0_FDR        0xF010C00C         MLI Fractional Divider Register
MLI0_TCR        0xF010C010         Transmitter Control Register
MLI0_TSTATR     0xF010C014         Transmitter Status Register
MLI0_TP0STATR   0xF010C018         Transmitter Pipe 0 Status Register
MLI0_TP1STATR   0xF010C01C         Transmitter Pipe 1 Status Register
MLI0_TP2STATR   0xF010C020         Transmitter Pipe 2 Status Register
MLI0_TP3STATR   0xF010C024         Transmitter Pipe 3 Status Register
MLI0_TCMDR      0xF010C028         Transmitter Command Register
MLI0_TRSTATR    0xF010C02C         Transmitter Registers Status Register
MLI0_TP0AOFR    0xF010C030         Transmitter Pipe 0 Address Offset Register
MLI0_TP1AOFR    0xF010C034         Transmitter Pipe 1 Address Offset Register
MLI0_TP2AOFR    0xF010C038         Transmitter Pipe 2 Address Offset Register
MLI0_TP3AOFR    0xF010C03C         Transmitter Pipe 3 Address Offset Register
MLI0_TP0DATAR   0xF010C040         Transmitter Pipe 0 Data Register
MLI0_TP1DATAR   0xF010C044         Transmitter Pipe 1 Data Register
MLI0_TP2DATAR   0xF010C048         Transmitter Pipe 2 Data Register
MLI0_TP3DATAR   0xF010C04C         Transmitter Pipe 3 Data Register
MLI0_TDRAR      0xF010C050         Transmitter Data Read Answer Register
MLI0_TP0BAR     0xF010C054         Transmitter Pipe 0 Base Address Register
MLI0_TP1BAR     0xF010C058         Transmitter Pipe 1 Base Address Register
MLI0_TP2BAR     0xF010C05C         Transmitter Pipe 2 Base Address Register
MLI0_TP3BAR     0xF010C060         Transmitter Pipe 3 Base Address Register
MLI0_TCBAR      0xF010C064         Transmitter Copy Base Address Register
MLI0_RCR        0xF010C068         Receiver Control Register
MLI0_RP0BAR     0xF010C06C         Receiver Pipe 0 Base Address Register
MLI0_RP1BAR     0xF010C070         Receiver Pipe 1 Base Address Register
MLI0_RP2BAR     0xF010C074         Receiver Pipe 2 Base Address Register
MLI0_RP3BAR     0xF010C078         Receiver Pipe 3 Base Address Register
MLI0_RP0STATR   0xF010C07C         Receiver Pipe 0 Status Register
MLI0_RP1STATR   0xF010C080         Receiver Pipe 1 Status Register
MLI0_RP2STATR   0xF010C084         Receiver Pipe 2 Status Register
MLI0_RP3STATR   0xF010C088         Receiver Pipe 3 Status Register
MLI0_RADRR      0xF010C08C         Receiver Address Register
MLI0_RDATAR     0xF010C090         Receiver Data Register
MLI0_SCR        0xF010C094         Set Clear Register
MLI0_TIER       0xF010C098         Transmitter Interrupt Enable Register
MLI0_TISR       0xF010C09C         Transmitter Interrupt Status Register
MLI0_TINPR      0xF010C0A0         Transmitter Interrupt Node Pointer Register
MLI0_RIER       0xF010C0A4         Receiver Interrupt Enable Register
MLI0_RISR       0xF010C0A8         Receiver Interrupt Status Register
MLI0_RINPR      0xF010C0AC         Receiver Interrupt Node Pointer Register
MLI0_GINTR      0xF010C0B0         MLI Global Interrupt Set Register
MLI0_OICR       0xF010C0B4         Output Input Control Register
MLI0_AER        0xF010C0B8         Access Enable Register
MLI0_ARR        0xF010C0BC         Access Range Register
MCHK_ID         0xF010C208         MCHK Module Identification Register
MCHK_IR         0xF010C210         MCHK Memory Checker Input Register
MCHK_RR         0xF010C214         Memory Checker Result Register
MCHK_WR         0xF010C220         Write Register
CPS_ID          0xF7E0FF08         CPS Module Identification Register
CPU_SBSRC       0xF7E0FFBC         Software Break Service Request Control Register
CPU_SRC3        0xF7E0FFF0         CPU Service Request Control Register 3
CPU_SRC2        0xF7E0FFF4         CPU Service Request Control Register 2
CPU_SRC1        0xF7E0FFF8         CPU Service Request Control Register 1
CPU_SRC0        0xF7E0FFFC         CPU Service Request Control Register 0
CSFR_BASE       0xF7E10000         Core Special Function Registers base
MMU_CON         0xF7E18000         MMU Configuration Register
MMU_ASI         0xF7E18004         MMU Address Space Identifier Register
MMU_ID          0xF7E18008         MMU Identification Register
MMU_TVA         0xF7E1800C         MMU Translation Virtual Address Register
MMU_TPA         0xF7E18010         MMU Translation Physical Address Register
MMU_TPX         0xF7E18014         MMU Translation Page Index Register
MMU_TFA         0xF7E18018         MMU Translation Fault Address Register
DPR0_0L         0xF7E1C000         Data Segment Protection Register Set 0, Range 0, Lower
DPR0_0U         0xF7E1C004         Data Segment Protection Register Set 0, Range 0, Upper
DPR0_1L         0xF7E1C008         Data Segment Protection Register Set 0, Range 1, Lower
DPR0_1U         0xF7E1C00C         Data Segment Protection Register Set 0, Range 1, Upper
DPR0_2L         0xF7E1C010         Data Segment Protection Register Set 0, Range 2, Lower
DPR0_2U         0xF7E1C014         Data Segment Protection Register Set 0, Range 2, Upper
DPR0_3L         0xF7E1C018         Data Segment Protection Register Set 0, Range 3, Lower
DPR0_3U         0xF7E1C01C         Data Segment Protection Register Set 0, Range 3, Upper
DPR1_0L         0xF7E1C400         Data Segment Protection Register Set 1, Range 0, Lower
DPR1_0U         0xF7E1C404         Data Segment Protection Register Set 1, Range 0, Upper
DPR1_1L         0xF7E1C408         Data Segment Protection Register Set 1, Range 1, Lower
DPR1_1U         0xF7E1C40C         Data Segment Protection Register Set 1, Range 1, Upper
DPR1_2L         0xF7E1C410         Data Segment Protection Register Set 1, Range 2, Lower
DPR1_2U         0xF7E1C414         Data Segment Protection Register Set 1, Range 2, Upper
DPR1_3L         0xF7E1C418         Data Segment Protection Register Set 1, Range 3, Lower
DPR1_3U         0xF7E1C41C         Data Segment Protection Register Set 1, Range 3, Upper
CPR0_0L         0xF7E1D000         Code Segment Protection Register Set 0, Range 0, Lower
CPR0_0U         0xF7E1D004         Code Segment Protection Register Set 0, Range 0, Upper
CPR0_1L         0xF7E1D008         Code Segment Protection Register Set 0, Range 1, Lower
CPR0_1U         0xF7E1D00C         Code Segment Protection Register Set 0, Range 1, Upper
CPR1_0L         0xF7E1D400         Code Segment Protection Register Set 1, Range 0, Lower
CPR1_0U         0xF7E1D404         Code Segment Protection Register Set 1, Range 0, Upper
CPR1_1L         0xF7E1D408         Code Segment Protection Register Set 1, Range 1, Lower
CPR1_1U         0xF7E1D40C         Code Segment Protection Register Set 1, Range 1, Upper
DPM0            0xF7E1E000         Data Memory Protection Mode Register 0
DPM1            0xF7E1E080         Data Memory Protection Mode Register 1
CPM0            0xF7E1E200         Code Memory Protection Mode Register 0
CPM1            0xF7E1E280         Code Memory Protection Mode Register 1
DBGSR           0xF7E1FD00         Debug Status Register
EXEVT           0xF7E1FD08         External Break Input Event Specifier Register
CREVT           0xF7E1FD0C         Core SFR Access Break Event Specifier Register
SWEVT           0xF7E1FD10         Debug Instruction Break Event Specifier Register
TR0EVT          0xF7E1FD20         Trigger Event 0 Specifier Register
TR1EVT          0xF7E1FD24         Trigger Event 1 Specifier Register
DMS             0xF7E1FD40         Debug Monitor Start Address Register
DCX             0xF7E1FD44         Debug Context Save Area Pointer
PCXI            0xF7E1FE00         Previous Context Information Register
PSW             0xF7E1FE04         Program Status Word
PC              0xF7E1FE08         Program Counter
SYSCON          0xF7E1FE14         System Configuration Register
CPU_ID          0xF7E1FE18         CPU Identification Register
BIV             0xF7E1FE20         Interrupt Vector Table Pointer
BTV             0xF7E1FE24         Trap Vector Table Pointer
ISP             0xF7E1FE28         Interrupt Stack Pointer
ICR             0xF7E1FE2C         ICU Interrupt Control Register
FCX             0xF7E1FE38         Free Context List Head Pointer
LCX             0xF7E1FE3C         Free Context List Limit Pointer
CPU_D0          0xF7E1FF00         Data Register D0 (DGPR)
CPU_D1          0xF7E1FF04         Data Register D1 (DGPR)
CPU_D2          0xF7E1FF08         Data Register D2 (DGPR)
CPU_D3          0xF7E1FF0C         Data Register D3 (DGPR)
CPU_D4          0xF7E1FF10         Data Register D4 (DGPR)
CPU_D5          0xF7E1FF14         Data Register D5 (DGPR)
CPU_D6          0xF7E1FF18         Data Register D6 (DGPR)
CPU_D7          0xF7E1FF1C         Data Register D7 (DGPR)
CPU_D8          0xF7E1FF20         Data Register D8 (DGPR)
CPU_D9          0xF7E1FF24         Data Register D9 (DGPR)
CPU_D10         0xF7E1FF28         Data Register D10 (DGPR)
CPU_D11         0xF7E1FF2C         Data Register D11 (DGPR)
CPU_D12         0xF7E1FF30         Data Register D12 (DGPR)
CPU_D13         0xF7E1FF34         Data Register D13 (DGPR)
CPU_D14         0xF7E1FF38         Data Register D14 (DGPR)
CPU_D15         0xF7E1FF3C         Data Register D15 (DGPR)
CPU_A0          0xF7E1FF80         Address Register 0 (AGPR) Global Address Register
CPU_A1          0xF7E1FF84         Address Register 1 (AGPR) Global Address Register
CPU_A2          0xF7E1FF88         Address Register 2 (AGPR)
CPU_A3          0xF7E1FF8C         Address Register 3 (AGPR)
CPU_A4          0xF7E1FF90         Address Register 4 (AGPR)
CPU_A5          0xF7E1FF94         Address Register 5 (AGPR)
CPU_A6          0xF7E1FF98         Address Register 6 (AGPR)
CPU_A7          0xF7E1FF9C         Address Register 7 (AGPR)
CPU_A8          0xF7E1FFA0         Address Register 8 (AGPR) Global Address Register
CPU_A9          0xF7E1FFA4         Address Register 9 (AGPR) Global Address Register
CPU_A10         0xF7E1FFA8         Address Register 10 (AGPR) Stack Pointer
CPU_A11         0xF7E1FFAC         Address Register 11 (AGPR) Return Address
CPU_A12         0xF7E1FFB0         Address Register 12 (AGPR)
CPU_A13         0xF7E1FFB4         Address Register 13 (AGPR)
CPU_A14         0xF7E1FFB8         Address Register 14 (AGPR)
CPU_A15         0xF7E1FFBC         Address Register 15 (AGPR)
EBU_CLC         0xF8000000         EBU Clock Control Register
EBU_ID          0xF8000008         EBU Module Identification Register
EBU_CON         0xF8000010         EBU_LMB Configuration Register
EBU_BFCON       0xF8000020         Burst Flash Control Register
EBU_SDRMREF0    0xF8000040         EBU_LMB SDRAM Refresh Register 0
EBU_SDRMREF1    0xF8000048         EBU_LMB SDRAM Refresh Register 1
EBU_SDRMCON0    0xF8000050         EBU_LMB SDRAM Control Register 0
EBU_SDRMCON1    0xF8000058         EBU_LMB SDRAM Control Register 1
EBU_SDRMOD0     0xF8000060         EBU_LMB SDRAM Mode Register 0
EBU_SDRMOD1     0xF8000068         EBU_LMB SDRAM Mode Register 1
EBU_SDRSTAT0    0xF8000070         EBU_LMB SDRAM Status Register 0
EBU_SDRSTAT1    0xF8000078         EBU_LMB SDRAM Status Register 1
EBU_ADDRSEL0    0xF8000080         EBU_LMB Address Select Register 0
EBU_ADDRSEL1    0xF8000088         EBU_LMB Address Select Register 1
EBU_ADDRSEL2    0xF8000090         EBU_LMB Address Select Register 2
EBU_ADDRSEL3    0xF8000098         EBU_LMB Address Select Register 3
EBU_BUSCON0     0xF80000C0         EBU Bus Configuration Register 0
EBU_BUSCON1     0xF80000C8         EBU Bus Configuration Register 1
EBU_BUSCON2     0xF80000D0         EBU Bus Configuration Register 2
EBU_BUSCON3     0xF80000D8         EBU Bus Configuration Register 3
EBU_BUSAP0      0xF8000100         EBU_LMB Bus Access Par. Reg.0
EBU_BUSAP1      0xF8000108         EBU_LMB Bus Access Par. Reg.1
EBU_BUSAP2      0xF8000110         EBU_LMB Bus Access Par. Reg.2
EBU_BUSAP3      0xF8000118         EBU_LMB Bus Access Par. Reg.3
EBU_EMUAS       0xF8000160         EBU_LMB Emulator Address Select Register
EBU_EMUBC       0xF8000168         EBU_LMB Emulator Control Register
EBU_EMUBAP      0xF8000170         EBU_LMB Emulator Bus Access Parameter Register
EBU_EMUOVL      0xF8000178         EBU_LMB Emulator Overlay Register
EBU_USERCON     0xF8000190         Test/Configuration Register
DMU_ID          0xF8000408         DMU Module Identification Register
DMU_SRAR0       0xF8000410         SRAM Redundancy Address
DMU_SRAR1       0xF8000418         SRAM Redundancy Address
DMU_SRAR2       0xF8000420         SRAM Redundancy Address
DMU_SRAR3       0xF8000428         SRAM Redundancy Address
DMU_SRAR4       0xF8000430         SRAM Redundancy Address
DMU_SRAR5       0xF8000438         SRAM Redundancy Address
DMU_SRAR6       0xF8000440         SRAM Redundancy Address
DMU_SRAR7       0xF8000448         SRAM Redundancy Address
DMU_SRAR8       0xF8000450         SRAM Redundancy Address
DMU_SRAR9       0xF8000458         SRAM Redundancy Address
DMU_SRAR10      0xF8000460         SRAM Redundancy Address
DMU_SRAR11      0xF8000468         SRAM Redundancy Address
DMU_SRAR12      0xF8000470         SRAM Redundancy Address
DMU_SRAR13      0xF8000478         SRAM Redundancy Address
DMU_SRAR14      0xF8000480         SRAM Redundancy Address
DMU_SRAR15      0xF8000488         SRAM Redundancy Address
DMU_CSCACTL     0xF8000490         CPU SRAM Configuration Bit Chain Control Register
DMU_CSCADIN     0xF8000498         CPU SRAM Configuration Bit Chain Data In Register
DMU_CSCADOUT    0xF80004A0         CPU SRAM Configuration Bit Chain Data Out Register
DMU_SETA        0xF80004A8         Soft-Error Trapped Address
DMU_SRAR16      0xF80004B0         SRAM Redundancy Address
DMU_SRAR17      0xF80004B8         SRAM Redundancy Address
DMU_SRAR18      0xF80004C0         SRAM Redundancy Address
DMU_SRAR19      0xF80004C8         SRAM Redundancy Address
DMU_SRAR20      0xF80004D0         SRAM Redundancy Address
DMU_SRAR21      0xF80004D8         SRAM Redundancy Address
DMU_SRAR22      0xF80004E0         SRAM Redundancy Address
DMU_SRAR23      0xF80004E8         SRAM Redundancy Address
DMI_ID          0xF87FFC08         DMI Module Identification Register
DMI_CON         0xF87FFC10         DMI Control Register
DMI_STR         0xF87FFC18         DMI Synchronous Trap Register
DMI_ATR         0xF87FFC20         DMI Asynchronous Trap Register
DMI_CON1        0xF87FFC28         DMI Control Register 1
PMI_ID          0xF87FFD08         PMI Module Identification Register
PMI_CON0        0xF87FFD10         PMI Control Register 0
PMI_CON1        0xF87FFD14         PMI Control Register 1
PMI_CON2        0xF87FFD18         PMI Control Register 2
LBCU_ID         0xF87FFE08         LBCU Module Identification Register
LBCU_LEATT      0xF87FFE20         LMB Error Attributes Register
LBCU_LEADDR     0xF87FFE24         LMB Error Addres Register
LBCU_LEDATL     0xF87FFE28         LMB Error Data Register (32 LSB's)
LBCU_LEDATH     0xF87FFE2C         LMB Error Data Register (32 MSB's)
LBCU_SRC        0xF87FFEFC         PBCU Service Request Control Register
LFI_ID          0xF87FFF08         LFI Module Identification Register
LFI_CON         0xF87FFF10         LFI Configuration Register

; this chip implements TriCore v1.3 instruction set
.tc1xxx/tc1130
; MEMORY MAP
area DATA MMU             0x00000000:0x80000000   MMU Space
area DATA EXT_MEM         0x80000000:0x90000000   External Memory Space mapped from Segment 0xA0000000, cached
mapaddr from 0xA0000000 to EXT_MEM
area DATA DMU_SPACE       0xAFC00000:0xAFC10000   DMU Space
area DATA DMU             0xC0000000:0xC0010000   DMU
area DATA DMI_LDRAM       0xD0000000:0xD0007000   DMI Local Data RAM (LDRAM)
area DATA PMI_SPRAM       0xD4000000:0xD4008000   PMI Local Code Scratch Pad RAM (SPRAM)
area DATA EXT_MEM         0xD8000000:0xDE000000   External Memory Space
area DATA EXT_EMU         0xDE000000:0xDF000000   Emulator Memory Space
area CODE BROM            0xDFFFC000:0xE0000000   Boot ROM Space
area DATA EXT_MEM2        0xE0000000:0xE8000000   External Memory Space
mapaddr from 0xE8000000 to DMU
mapaddr from 0xE8400000 to DMI_LDRAM
mapaddr from 0xE8500000 to PMI_SPRAM
area DATA REGISTERS       0xF0000000:0xF8800000   Core SFRs and GPRs
; REGISTERS
SCU_ID          0xF0000008           SCU Module Identification Register
RST_REQ         0xF0000010           Reset Request Register
RST_SR          0xF0000014           Reset Status Register
OSC_CON         0xF0000018           Oscillator Control Register
WDT_CON0        0xF0000020           Watchdog Timer Control Register 0
WDT_CON1        0xF0000024           Watchdog Timer Control Register 1
WDT_SR          0xF0000028           Watchdog Timer Status Register
NMISR           0xF000002C           NMI Status Register
PMG_CON         0xF0000030           Power Management Control Register
PMG_CSR         0xF0000034           Power Management Control and Status Register
SCU_SCLIR       0xF0000038           SCU Software Configuration Latched Inputs Register
PLL_CLC         0xF0000040           PLL Clock Control Register
SCU_CON         0xF0000050           SCU Control Register
SCU_STAT        0xF0000054           SCU Status Register
FSR             0xF0000060           Fusebox Selector Register
FDR             0xF0000064           SCU Fusebox Data Register
SCU_PETCR       0xF0000068           SCU Parity Error Trap Control Register
SCU_PETSR       0xF000006C           SCU Parity Error Trap Status Register
MANID           0xF0000070           Manufacturer Identification Register
CHIPID          0xF0000074           Chip Identification Register
RTID            0xF0000078           Redesign Tracing Identification Register
MACTX0SRC       0xF000007C           MAC Transmit Interrupt Service Request Control Register 0
MACRX0SRC       0xF0000080           MAC Receive Interrupt Service Request Control Register 0
MACTX1SRC       0xF0000084           MAC Transmit Interrupt Service Request Control Register 1
MACRX1SRC       0xF0000088           MAC Receive Interrupt Service Request Control Register 1
RBSRC0          0xF000008C           RB Service Request Control 0 Register
RBSRC1          0xF0000090           RB Service Request Control 1 Register
TBSRC           0xF0000094           TB Service Request Control Register
DRSRC           0xF0000098           DR Service Request Control Register
DTSRC           0xF000009C           DT Service Request Control Register
FPU_SRC         0xF00000A0           FPU Service Request Control Register
SCU_OTCON       0xF00000A8           SCU On Chip Test Control Register
SCU_OTDAT       0xF00000AC           SCU On Chip Test Data Register
EICR0           0xF00000B0           External Input Channel Register 0
EICR1           0xF00000B4           External Input Channel Register 1
EIFR            0xF00000B8           External Input Flag Register
FMR             0xF00000BC           SCU Flag Modification Register
IGCR0           0xF00000C0           Interrupt Gating Register 0
IGCR1           0xF00000C4           Interrupt Gating Register 1
EINT_SRC3       0xF00000C8           Service Request Control Reg. for Ext. Interrupt 3
EINT_SRC2       0xF00000D0           Service Request Control Reg. for Ext. Interrupt 2
EINT_SRC1       0xF00000D4           Service Request Control Reg. for Ext. Interrupt 1
EINT_SRC0       0xF00000D8           Service Request Control Reg. for Ext. Interrupt 0
SCU_DMARS       0xF00000DC           DMA Request Select Register
SBCU_ID         0xF0000108           SBCU Module Identification Register
SBCU_CON        0xF0000110           SBCU Control Register
SBCU_ECON       0xF0000120           Error Control Capture Register
SBCU_EADD       0xF0000124           Error Address Capture Register
SBCU_EDAT       0xF0000128           Error Data Capture Register
SBCU_DBCNTL     0xF0000130           Debug Control Register (OCDS)
SBCU_DBGRNT     0xF0000134           Debug Grant Mask Register (OCDS)
SBCU_DBADR1     0xF0000138           Debug Address1 Register (OCDS)
SBCU_DBADR2     0xF000013C           Debug Address2 Register (OCDS)
SBCU_DBBOS      0xF0000140           Debug Bus Operation Register (OCDS)
SBCU_DBGNTT     0xF0000144           Debug Trapped Master Register (OCDS)
SBCU_DBADRT     0xF0000148           Debug Trapped Address Register (OCDS)
SBCU_DBBOST     0xF000014C           Debug Trapped Bus Operation Register (OCDS)
SBCU_SRC        0xF00001FC           SBCU Service Request Control Register
STM_CLC         0xF0000200           STM Clock Control Register
STM_ID          0xF0000208           STM Module Identification Register
STM_TIM0        0xF0000210           STM Register 0
STM_TIM1        0xF0000214           STM Register 1
STM_TIM2        0xF0000218           STM Register 2
STM_TIM3        0xF000021C           STM Register 3
STM_TIM4        0xF0000220           STM Register 4
STM_TIM5        0xF0000224           STM Register 5
STM_TIM6        0xF0000228           STM Register 6
STM_CAP         0xF000022C           STM Capture Register
STM_CMP0        0xF0000230           Compare Register 0
STM_CMP1        0xF0000234           Compare Register 1
STM_CMCON       0xF0000238           Compare Match Control Register
STM_ICR         0xF000023C           STM Interrupt Control Register
STM_ISRR        0xF0000240           Interrupt Set/Reset Register
STM_SRC1        0xF00002F8           STM Service Request Control Register 1
STM_SRC0        0xF00002FC           STM Service Request Control Register 0
CBS_JDP_ID      0xF0000308           Module Identification Register
CBS_COMDATA     0xF0000368           Cerberus Communication Mode Data Register
CBS_IOSR        0xF000036C           Cerberus Status Register
CBS_MCDBBS      0xF0000370           Cerberus Break Bus Switch Configuration Register
CBS_MCDSSG      0xF0000374           Cerberus Suspend Signal Generation Status and Control Register
CBS_OEC         0xF0000378           Cerberus OCDS Enable Control Register
CBS_OCNTRL      0xF000037C           Cerberus OSCU Configuration and Control Register
CBS_OSTATE      0xF0000380           Cerberus OSCU Status Register
CBS_INTMOD      0xF0000384           Cerberus Internal Mode Status and Control Register
CBS_ICTSA       0xF0000388           Cerberus Internal Controlled Trace Source Address Register
CBS_ICTTA       0xF000038C           Cerberus Internal Controlled Trace Target Address Register
CBS_MCDBBSS     0xF0000390           Cerberus Break Bus Switch Status Register
CBS_MCDSSGC     0xF0000394           Cerberus Suspend Signal Generation Configuration Register
CBS_SRC         0xF00003FC           Cerberus Service Request Control Register
GPTU_CLC        0xF0000600           GPTU Clock Control Register
GPTU_ID         0xF0000608           GPTU Module Identification Register
GPTU_T01IRS     0xF0000610           GPTU Timer T0 and T1 Input and Reload Source Selection Register
GPTU_T01OTS     0xF0000614           GPTU Timer T0 and T1 Output, Trigger and Service Request Register
GPTU_T2CON      0xF0000618           GPTU Timer T2 Control Register
GPTU_T2RCCON    0xF000061C           GPTU Timer T2 Reload/Capture Control Register
GPTU_T2AIS      0xF0000620           GPTU Timer T2/T2A External Input Selection Register
GPTU_T2BIS      0xF0000624           GPTU Timer T2B External Input Selection Register
GPTU_T2ES       0xF0000628           GPTU Timer T2 External Input Edge Selection Register
GPTU_OSEL       0xF000062C           GPTU Output Source Selection Register
GPTU_OUT        0xF0000630           GPTU Output Register
GPTU_T0DCBA     0xF0000634           GPTU Timer T0 Count Register (T0D, T0C, T0B,T0A)
GPTU_T0CBA      0xF0000638           GPTU Timer T0 Count Register (T0C, T0B, T0A)
GPTU_T0RDCBA    0xF000063C           GPTU Timer T0 Reload Register (T0RD, T0RC, T0RB,T0RA)
GPTU_T0RCBA     0xF0000640           GPTU Timer T0 Reload Register (T0RC, T0RB, T0RA)
GPTU_T1DCBA     0xF0000644           GPTU Timer T1 Count Register (T1D, T1C, T1B,T1A)
GPTU_T1CBA      0xF0000648           GPTU Timer T1 Count Register (T1C, T1B, T1A)
GPTU_T1RDCBA    0xF000064C           GPTU Timer T1 Reload Register (T1RD, T1RC, T1RB,T1RA)
GPTU_T1RCBA     0xF0000650           GPTU Timer T1 Reload Register (T1RC, T1RB, T1RA)
GPTU_T2         0xF0000654           GPTU Timer T2 Count Register
GPTU_T2RC0      0xF0000658           GPTU Timer T2 Reload/Capture Register 0
GPTU_T2RC1      0xF000065C           GPTU Timer T2 Reload/Capture Register 1
GPTU_T012RUN    0xF0000660           GPTU Timers T0, T1 and T2 Run Control Register
GPTU_SRSEL      0xF00006DC           GPTU Service Request Source Select Register
GPTU_SRC7       0xF00006E0           GPTU Service Request Control Register 7
GPTU_SRC6       0xF00006E4           GPTU Service Request Control Register 6
GPTU_SRC5       0xF00006E8           GPTU Service Request Control Register 5
GPTU_SRC4       0xF00006EC           GPTU Service Request Control Register 4
GPTU_SRC3       0xF00006F0           GPTU Service Request Control Register 3
GPTU_SRC2       0xF00006F4           GPTU Service Request Control Register 2
GPTU_SRC1       0xF00006F8           GPTU Service Request Control Register 1
GPTU_SRC0       0xF00006FC           GPTU Service Request Control Register 0
P0_OUT          0xF0000C10           Port 0 Data Output Register
P0_IN           0xF0000C14           Port 0 Data Input Register
P0_DIR          0xF0000C18           Port 0 Direction Register
P0_OD           0xF0000C1C           Port 0 Open Drain Mode Register
P0_PUDSEL       0xF0000C28           Port 0 Pull up/down Select Register
P0_PUDEN        0xF0000C2C           Port 0 Pull up/down Enable Register
P0_ALTSEL0      0xF0000C44           Port 0 Alternate Select Register 0
P0_ALTSEL1      0xF0000C48           Port 0 Alternate Select Register 1
P1_OUT          0xF0000D10           Port 1 Data Output Register
P1_IN           0xF0000D14           Port 1 Data Input Register
P1_DIR          0xF0000D18           Port 1 Direction Register
P1_OD           0xF0000D1C           Port 1 Open Drain Mode Register
P1_PUDSEL       0xF0000D28           Port 1 Pull up/down Select Register
P1_PUDEN        0xF0000D2C           Port 1 Pull up/down Enable Register
P1_ALTSEL0      0xF0000D44           Port 1 Alternate Select Register 0
P1_ALTSEL1      0xF0000D48           Port 1 Alternate Select Register 1
P2_OUT          0xF0000E10           Port 2 Data Output Register
P2_IN           0xF0000E14           Port 2 Data Input Register
P2_DIR          0xF0000E18           Port 2 Direction Register
P2_OD           0xF0000E1C           Port 2 Open Drain Mode Register
P2_PUDSEL       0xF0000E28           Port 2 Pull up/down Select Register
P2_PUDEN        0xF0000E2C           Port 2 Pull up/down Enable Register
P2_ALTSEL0      0xF0000E44           Port 2 Alternate Select Register 0
P2_ALTSEL1      0xF0000E48           Port 2 Alternate Select Register 1
P3_OUT          0xF0000F10           Port 3 Data Output Register
P3_IN           0xF0000F14           Port 3 Data Input Register
P3_DIR          0xF0000F18           Port 3 Direction Register
P3_OD           0xF0000F1C           Port 3 Open Drain Mode Register
P3_PUDSEL       0xF0000F28           Port 3 Pull up/down Select Register
P3_PUDEN        0xF0000F2C           Port 3 Pull up/down Enable Register
P3_ALTSEL0      0xF0000F44           Port 3 Alternate Select Register 0
P3_ALTSEL1      0xF0000F48           Port 3 Alternate Select Register 1
P4_OUT          0xF0001010           Port 4 Data Output Register
P4_IN           0xF0001014           Port 4 Data Input Register
P4_DIR          0xF0001018           Port 4 Direction Register
P4_OD           0xF000101C           Port 4 Open Drain Mode Register
P4_PUDSEL       0xF0001028           Port 4 Pull up/down Select Register
P4_PUDEN        0xF000102C           Port 4 Pull up/down Enable Register
P4_ALTSEL0      0xF0001044           Port 4 Alternate Select Register 0
P4_ALTSEL1      0xF0001048           Port 4 Alternate Select Register 1
CCU60_CLC       0xF0002000           CCU60 Clock Control Register
CCU60_ID        0xF0002008           Module Identification Register
CCU60_FDR       0xF000200C           CCU60 Fractional Divider Register
CCU60_PISEL0    0xF0002010           Port Input Select Register 0
CCU60_PISEL2    0xF0002014           Port Input Select Register 2
CCU60_T12       0xF0002020           Timer T12 Counter Register
CCU60_T12PR     0xF0002024           Timer T12 period register
CCU60_T12DTC    0xF0002028           Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0002030           Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0002034           Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0002038           Capture/Compare Register for Channel CC62
CCU60_TCTR4     0xF000203C           Timer Control Register 4
CCU60_CC60SR    0xF0002040           Capture/Compare Shadow Register for Channel CC60
CCU60_CC61SR    0xF0002044           Capture/Compare Shadow Register for Channel CC61
CCU60_CC62SR    0xF0002048           Capture/Compare Shadow Register for Channel CC62
CCU60_T13       0xF0002050           Timer T13 Register
CCU60_T13PR     0xF0002054           Timer T13 Period Register
CCU60_CC63R     0xF0002058           Compare Register for Channel CC63
CCU60_CC63SR    0xF000205C           Compare Shadow Register for Channel CC63
CCU60_CMPSTAT   0xF0002060           Compare Status Register
CCU60_CMPMODIF  0xF0002064           Compare State Modification Register
CCU60_TCTR0     0xF0002068           Timer Control Register 0
CCU60_TCTR2     0xF000206C           Timer Control Register 2
CCU60_MODCTR    0xF0002070           Modulation Control Register
CCU60_TRPCTR    0xF0002074           Trap Control Register
CCU60_PSLR      0xF0002078           Passive State Level Register
CCU60_T12MSEL   0xF000207C           T12 Capture/Compare Mode Select Register
CCU60_MCMOUTS   0xF0002080           Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0002084           Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0002088           Multi-Channel Mode Control Register
CCU60_IS        0xF0002090           Capture/Compare Interrupt Status Register
CCU60_ISS       0xF0002094           Capture/Compare Interrupt Status Set Register
CCU60_ISR       0xF0002098           Capture/Compare Interrupt Status Reset Register
CCU60_IEN       0xF000209C           Capture/Compare Interrupt Enable Register
CCU60_INP       0xF00020A0           Capture/Compare Interrupt Node Pointer Register
CCU60_SRC3      0xF00020F0           CCU60 Service Request Control Register 3
CCU60_SRC2      0xF00020F4           CCU60 Service Request Control Register 2
CCU60_SRC1      0xF00020F8           CCU60 Service Request Control Register 1
CCU60_SRC0      0xF00020FC           CCU60 Service Request Control Register 0
CCU61_ID        0xF0002108           Module Identification Register
CCU61_PISEL0    0xF0002110           Port Input Select Register 0
CCU61_PISEL2    0xF0002114           Port Input Select Register 2
CCU61_T12       0xF0002120           Timer T12 Counter Register
CCU61_T12PR     0xF0002124           Timer T12 period register
CCU61_T12DTC    0xF0002128           Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0002130           Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0002134           Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0002138           Capture/Compare Register for Channel CC62
CCU61_TCTR4     0xF000213C           Timer Control Register 4
CCU61_CC60SR    0xF0002140           Capture/Compare Shadow Register for Channel CC60
CCU61_CC61SR    0xF0002144           Capture/Compare Shadow Register for Channel CC61
CCU61_CC62SR    0xF0002148           Capture/Compare Shadow Register for Channel CC62
CCU61_T13       0xF0002150           Timer T13 Register
CCU61_T13PR     0xF0002154           Timer T13 Period Register
CCU61_CC63R     0xF0002158           Compare Register for Channel CC63
CCU61_CC63SR    0xF000215C           Compare Shadow Register for Channel CC63
CCU61_CMPSTAT   0xF0002160           Compare Status Register
CCU61_CMPMODIF  0xF0002164           Compare State Modification Register
CCU61_TCTR0     0xF0002168           Timer Control Register 0
CCU61_TCTR2     0xF000216C           Timer Control Register 2
CCU61_MODCTR    0xF0002170           Modulation Control Register
CCU61_TRPCTR    0xF0002174           Trap Control Register
CCU61_PSLR      0xF0002178           Passive State Level Register
CCU61_T12MSEL   0xF000217C           T12 Capture/Compare Mode Select Register
CCU61_MCMOUTS   0xF0002180           Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0002184           Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0002188           Multi-Channel Mode Control Register
CCU61_IS        0xF0002190           Capture/Compare Interrupt Status Register
CCU61_ISS       0xF0002194           Capture/Compare Interrupt Status Set Register
CCU61_ISR       0xF0002198           Capture/Compare Interrupt Status Reset Register
CCU61_IEN       0xF000219C           Capture/Compare Interrupt Enable Register
CCU61_INP       0xF00021A0           Capture/Compare Interrupt Node Pointer Register
CCU61_SRC3      0xF00021F0           CCU60 Service Request Control Register 3
CCU61_SRC2      0xF00021F4           CCU60 Service Request Control Register 2
CCU61_SRC1      0xF00021F8           CCU60 Service Request Control Register 1
CCU61_SRC0      0xF00021FC           CCU60 Service Request Control Register 0
DMA_CLC         0xF0003C00           DMA Clock Control Register
DMA_ID          0xF0003C08           DMA Module Identification Register
DMA_CHRSTR      0xF0003C10           Channel Reset Request Register
DMA_TRSR        0xF0003C14           Transaction Request State Register
DMA_STREQ       0xF0003C18           Software Transaction Request Register
DMA_HTREQ       0xF0003C1C           Hardware Transaction Request Register
DMA_EER         0xF0003C20           Enable Error Register
DMA_ERRSR       0xF0003C24           Error Status Register
DMA_CLRE        0xF0003C28           Clear Error Register
DMA_GINTR       0xF0003C2C           DMA Global Interrupt Set Register
DMA_MESR        0xF0003C30           Move Engine Status Register
DMA_ME0R        0xF0003C34           Move Engine 0 Read Register
DMA_ME0PR       0xF0003C3C           Move Engine 0 Pattern Register
DMA_ME0AENR     0xF0003C44           Move Engine 0 Access Enable Register
DMA_ME0ARR      0xF0003C48           Move Engine 0 Access Range Register
DMA_INTSR       0xF0003C54           Interrupt Status Register
DMA_INTCR       0xF0003C58           Interrupt Clear Register
DMA_WRPSR       0xF0003C5C           Wrap Status Register
DMA_OCDSR       0xF0003C64           OCDS Register
DMA_SUSPMR      0xF0003C68           Suspend Mode Register
DMA_CHSR00      0xF0003C80           DMA Channel 00 Status Register
DMA_CHCR00      0xF0003C84           DMA Channel 00 Control Register
DMA_CHICR00     0xF0003C88           DMA Channel 00 Interrupt Control Register
DMA_ADRCR00     0xF0003C8C           DMA Channel 00 Address Control Register
DMA_SADR00      0xF0003C90           DMA Channel 00 Source Address Register
DMA_DADR00      0xF0003C94           DMA Channel 00 Destination Address Register
DMA_SHADR00     0xF0003C98           DMA Channel 00 Shadowed Address Register
DMA_CHSR01      0xF0003CA0           DMA Channel 01 Status Register
DMA_CHCR01      0xF0003CA4           DMA Channel 01 Control Register
DMA_CHICR01     0xF0003CA8           DMA Channel 01 Interrupt Control Register
DMA_ADRCR01     0xF0003CAC           DMA Channel 01 Address Control Register
DMA_SADR01      0xF0003CB0           DMA Channel 01 Source Address Register
DMA_DADR01      0xF0003CB4           DMA Channel 01 Destination Address Register
DMA_SHADR01     0xF0003CB8           DMA Channel 01 Shadowed Address Register
DMA_CHSR02      0xF0003CC0           DMA Channel 02 Status Register
DMA_CHCR02      0xF0003CC4           DMA Channel 02 Control Register
DMA_CHICR02     0xF0003CC8           DMA Channel 02 Interrupt Control Register
DMA_ADRCR02     0xF0003CCC           DMA Channel 02 Address Control Register
DMA_SADR02      0xF0003CD0           DMA Channel 02 Source Address Register
DMA_DADR02      0xF0003CD4           DMA Channel 02 Destination Address Register
DMA_SHADR02     0xF0003CD8           DMA Channel 02 Shadowed Address Register
DMA_CHSR03      0xF0003CE0           DMA Channel 03 Status Register
DMA_CHCR03      0xF0003CE4           DMA Channel 03 Control Register
DMA_CHICR03     0xF0003CE8           DMA Channel 03 Interrupt Control Register
DMA_ADRCR03     0xF0003CEC           DMA Channel 03 Address Control Register
DMA_SADR03      0xF0003CF0           DMA Channel 03 Source Address Register
DMA_DADR03      0xF0003CF4           DMA Channel 03 Destination Address Register
DMA_SHADR03     0xF0003CF8           DMA Channel 03 Shadowed Address Register
DMA_CHSR04      0xF0003D00           DMA Channel 04 Status Register
DMA_CHCR04      0xF0003D04           DMA Channel 04 Control Register
DMA_CHICR04     0xF0003D08           DMA Channel 04 Interrupt Control Register
DMA_ADRCR04     0xF0003D0C           DMA Channel 04 Address Control Register
DMA_SADR04      0xF0003D10           DMA Channel 04 Source Address Register
DMA_DADR04      0xF0003D14           DMA Channel 04 Destination Address Register
DMA_SHADR04     0xF0003D18           DMA Channel 04 Shadowed Address Register
DMA_CHSR05      0xF0003D20           DMA Channel 05 Status Register
DMA_CHCR05      0xF0003D24           DMA Channel 05 Control Register
DMA_CHICR05     0xF0003D28           DMA Channel 05 Interrupt Control Register
DMA_ADRCR05     0xF0003D2C           DMA Channel 05 Address Control Register
DMA_SADR05      0xF0003D30           DMA Channel 05 Source Address Register
DMA_DADR05      0xF0003D34           DMA Channel 05 Destination Address Register
DMA_SHADR05     0xF0003D38           DMA Channel 05 Shadowed Address Register
DMA_CHSR06      0xF0003D40           DMA Channel 06 Status Register
DMA_CHCR06      0xF0003D44           DMA Channel 06 Control Register
DMA_CHICR06     0xF0003D48           DMA Channel 06 Interrupt Control Register
DMA_ADRCR06     0xF0003D4C           DMA Channel 06 Address Control Register
DMA_SADR06      0xF0003D50           DMA Channel 06 Source Address Register
DMA_DADR06      0xF0003D54           DMA Channel 06 Destination Address Register
DMA_SHADR06     0xF0003D58           DMA Channel 06 Shadowed Address Register
DMA_CHSR07      0xF0003D60           DMA Channel 07 Status Register
DMA_CHCR07      0xF0003D64           DMA Channel 07 Control Register
DMA_CHICR07     0xF0003D68           DMA Channel 07 Interrupt Control Register
DMA_ADRCR07     0xF0003D6C           DMA Channel 07 Address Control Register
DMA_SADR07      0xF0003D70           DMA Channel 07 Source Address Register
DMA_DADR07      0xF0003D74           DMA Channel 07 Destination Address Register
DMA_SHADR07     0xF0003D78           DMA Channel 07 Shadowed Address Register
DMA_TOCTR       0xF0003E80           DMA Bus Time-Out Control Register
DMA_SYSSRC4     0xF0003E8C           System Interrupt Service Request Control Register 4
DMA_MLI0SRC3    0xF0003EA0           MLI 0 Service Request Control Register 3
DMA_MLI0SRC2    0xF0003EA4           MLI 0 Service Request Control Register 2
DMA_MLI0SRC1    0xF0003EA8           MLI 0 Service Request Control Register 1
DMA_MLI0SRC0    0xF0003EAC           MLI 0 Service Request Control Register 0
DMA_MLI1SRC1    0xF0003EB8           MLI 1 Service Request Control Register 1
DMA_MLI1SRC0    0xF0003EBC           MLI 1 Service Request Control Register 0
DMA_SRC3        0xF0003EF0           DMA Service Request Control Register 3
DMA_SRC2        0xF0003EF4           DMA Service Request Control Register 2
DMA_SRC1        0xF0003EF8           DMA Service Request Control Register 1
DMA_SRC0        0xF0003EFC           DMA Service Request Control Register 0
CAN_CLC         0xF0004000           MultiCAN Clock Control Register
CAN_ID          0xF0004008           MultiCAN Module Identification Register
CAN_FDR         0xF000400C           MultiCAN Fractional Divider Register
CAN_EDCR        0xF0004080           Error Detection and Correction Test Register
CAN_SRC15       0xF00040C0           CAN Service Request Control Register 15
CAN_SRC14       0xF00040C4           CAN Service Request Control Register 14
CAN_SRC13       0xF00040C8           CAN Service Request Control Register 13
CAN_SRC12       0xF00040CC           CAN Service Request Control Register 12
CAN_SRC11       0xF00040D0           CAN Service Request Control Register 11
CAN_SRC10       0xF00040D4           CAN Service Request Control Register 10
CAN_SRC9        0xF00040D8           CAN Service Request Control Register 9
CAN_SRC8        0xF00040DC           CAN Service Request Control Register 8
CAN_SRC7        0xF00040E0           CAN Service Request Control Register 7
CAN_SRC6        0xF00040E4           CAN Service Request Control Register 6
CAN_SRC5        0xF00040E8           CAN Service Request Control Register 5
CAN_SRC4        0xF00040EC           CAN Service Request Control Register 4
CAN_SRC3        0xF00040F0           CAN Service Request Control Register 3
CAN_SRC2        0xF00040F4           CAN Service Request Control Register 2
CAN_SRC1        0xF00040F8           CAN Service Request Control Register 1
CAN_SRC0        0xF00040FC           CAN Service Request Control Register 0
CAN_LIST0       0xF0004100           List Register 0
CAN_LIST1       0xF0004104           List Register 1
CAN_LIST2       0xF0004108           List Register 2
CAN_LIST3       0xF000410C           List Register 3
CAN_LIST4       0xF0004110           List Register 4
CAN_LIST5       0xF0004114           List Register 5
CAN_LIST6       0xF0004118           List Register 6
CAN_LIST7       0xF000411C           List Register 7
CAN_MSPND0      0xF0004120           Message Pending Register 0
CAN_MSPND1      0xF0004124           Message Pending Register 1
CAN_MSPND2      0xF0004128           Message Pending Register 2
CAN_MSPND3      0xF000412C           Message Pending Register 3
CAN_MSPND4      0xF0004130           Message Pending Register 4
CAN_MSPND5      0xF0004134           Message Pending Register 5
CAN_MSPND6      0xF0004138           Message Pending Register 6
CAN_MSPND7      0xF000413C           Message Pending Register 7
CAN_MSID0       0xF0004140           Message Index Register 0
CAN_MSID1       0xF0004144           Message Index Register 1
CAN_MSID2       0xF0004148           Message Index Register 2
CAN_MSID3       0xF000414C           Message Index Register 3
CAN_MSID4       0xF0004150           Message Index Register 4
CAN_MSID5       0xF0004154           Message Index Register 5
CAN_MSID6       0xF0004158           Message Index Register 6
CAN_MSID7       0xF000415C           Message Index Register 7
CAN_MSIMASK     0xF00041C0           Message Index Mask Register
CAN_PANCTR      0xF00041C4           Panel Control Register
CAN_MCR         0xF00041C8           MultiCAN Module Control Register
CAN_MITR        0xF00041CC           Module Interrupt Trigger Register
CAN_NCR0        0xF0004200           Node 0 Control Register
CAN_NSR0        0xF0004204           Node 0 Status Register
CAN_NIPR0       0xF0004208           Node 0 Interrupt Pointer Register
CAN_NPCR0       0xF000420C           Node 0 Port Control Register
CAN_NBTR0       0xF0004210           Node 0 Bit Timing Register
CAN_NECNT0      0xF0004214           Node 0 Error Counter Register
CAN_NFCR0       0xF0004218           Node 0 Frame Counter Register
CAN_NCR1        0xF0004300           Node 1 Control Register
CAN_NSR1        0xF0004304           Node 1 Status Register
CAN_NIPR1       0xF0004308           Node 1 Interrupt Pointer Register
CAN_NPCR1       0xF000430C           Node 1 Port Control Register
CAN_NBTR1       0xF0004310           Node 1 Bit Timing Register
CAN_NECNT1      0xF0004314           Node 1 Error Counter Register
CAN_NFCR1       0xF0004318           Node 1 Frame Counter Register
CAN_NCR2        0xF0004400           Node 2 Control Register
CAN_NSR2        0xF0004404           Node 2 Status Register
CAN_NIPR2       0xF0004408           Node 2 Interrupt Pointer Register
CAN_NPCR2       0xF000440C           Node 2 Port Control Register
CAN_NBTR2       0xF0004410           Node 2 Bit Timing Register
CAN_NECNT2      0xF0004414           Node 2 Error Counter Register
CAN_NFCR2       0xF0004418           Node 2 Frame Counter Register
CAN_NCR3        0xF0004500           Node 3 Control Register
CAN_NSR3        0xF0004504           Node 3 Status Register
CAN_NIPR3       0xF0004508           Node 3 Interrupt Pointer Register
CAN_NPCR3       0xF000450C           Node 3 Port Control Register
CAN_NBTR3       0xF0004510           Node 3 Bit Timing Register
CAN_NECNT3      0xF0004514           Node 3 Error Counter Register
CAN_NFCR3       0xF0004518           Node 3 Frame Counter Register
CAN_MOFCR0      0xF0004600           Message Object 0 Function Control Register
CAN_MOFGPR0     0xF0004604           Message Object 0 FIFO/Gateway Pointer Register
CAN_MOIPR0      0xF0004608           Message Object 0 Interrupt Pointer Register
CAN_MOAMR0      0xF000460C           Message Object 0 Acceptance Mask Register
CAN_MODATAL0    0xF0004610           Message Object 0 Data Register Low
CAN_MODATAH0    0xF0004614           Message Object 0 Data Register High
CAN_MOAR0       0xF0004618           Message Object 0 Arbitration Register
CAN_MOCTR0      0xF000461C           Message Object 0 Control Register
CAN_MOFCR1      0xF0004620           Message Object 1 Function Control Register
CAN_MOFGPR1     0xF0004624           Message Object 1 FIFO/Gateway Pointer Register
CAN_MOIPR1      0xF0004628           Message Object 1 Interrupt Pointer Register
CAN_MOAMR1      0xF000462C           Message Object 1 Acceptance Mask Register
CAN_MODATAL1    0xF0004630           Message Object 1 Data Register Low
CAN_MODATAH1    0xF0004634           Message Object 1 Data Register High
CAN_MOAR1       0xF0004638           Message Object 1 Arbitration Register
CAN_MOCTR1      0xF000463C           Message Object 1 Control Register
CAN_MOFCR2      0xF0004640           Message Object 2 Function Control Register
CAN_MOFGPR2     0xF0004644           Message Object 2 FIFO/Gateway Pointer Register
CAN_MOIPR2      0xF0004648           Message Object 2 Interrupt Pointer Register
CAN_MOAMR2      0xF000464C           Message Object 2 Acceptance Mask Register
CAN_MODATAL2    0xF0004650           Message Object 2 Data Register Low
CAN_MODATAH2    0xF0004654           Message Object 2 Data Register High
CAN_MOAR2       0xF0004658           Message Object 2 Arbitration Register
CAN_MOCTR2      0xF000465C           Message Object 2 Control Register
CAN_MOFCR3      0xF0004660           Message Object 3 Function Control Register
CAN_MOFGPR3     0xF0004664           Message Object 3 FIFO/Gateway Pointer Register
CAN_MOIPR3      0xF0004668           Message Object 3 Interrupt Pointer Register
CAN_MOAMR3      0xF000466C           Message Object 3 Acceptance Mask Register
CAN_MODATAL3    0xF0004670           Message Object 3 Data Register Low
CAN_MODATAH3    0xF0004674           Message Object 3 Data Register High
CAN_MOAR3       0xF0004678           Message Object 3 Arbitration Register
CAN_MOCTR3      0xF000467C           Message Object 3 Control Register
CAN_MOFCR4      0xF0004680           Message Object 4 Function Control Register
CAN_MOFGPR4     0xF0004684           Message Object 4 FIFO/Gateway Pointer Register
CAN_MOIPR4      0xF0004688           Message Object 4 Interrupt Pointer Register
CAN_MOAMR4      0xF000468C           Message Object 4 Acceptance Mask Register
CAN_MODATAL4    0xF0004690           Message Object 4 Data Register Low
CAN_MODATAH4    0xF0004694           Message Object 4 Data Register High
CAN_MOAR4       0xF0004698           Message Object 4 Arbitration Register
CAN_MOCTR4      0xF000469C           Message Object 4 Control Register
CAN_MOFCR5      0xF00046A0           Message Object 5 Function Control Register
CAN_MOFGPR5     0xF00046A4           Message Object 5 FIFO/Gateway Pointer Register
CAN_MOIPR5      0xF00046A8           Message Object 5 Interrupt Pointer Register
CAN_MOAMR5      0xF00046AC           Message Object 5 Acceptance Mask Register
CAN_MODATAL5    0xF00046B0           Message Object 5 Data Register Low
CAN_MODATAH5    0xF00046B4           Message Object 5 Data Register High
CAN_MOAR5       0xF00046B8           Message Object 5 Arbitration Register
CAN_MOCTR5      0xF00046BC           Message Object 5 Control Register
CAN_MOFCR6      0xF00046C0           Message Object 6 Function Control Register
CAN_MOFGPR6     0xF00046C4           Message Object 6 FIFO/Gateway Pointer Register
CAN_MOIPR6      0xF00046C8           Message Object 6 Interrupt Pointer Register
CAN_MOAMR6      0xF00046CC           Message Object 6 Acceptance Mask Register
CAN_MODATAL6    0xF00046D0           Message Object 6 Data Register Low
CAN_MODATAH6    0xF00046D4           Message Object 6 Data Register High
CAN_MOAR6       0xF00046D8           Message Object 6 Arbitration Register
CAN_MOCTR6      0xF00046DC           Message Object 6 Control Register
CAN_MOFCR7      0xF00046E0           Message Object 7 Function Control Register
CAN_MOFGPR7     0xF00046E4           Message Object 7 FIFO/Gateway Pointer Register
CAN_MOIPR7      0xF00046E8           Message Object 7 Interrupt Pointer Register
CAN_MOAMR7      0xF00046EC           Message Object 7 Acceptance Mask Register
CAN_MODATAL7    0xF00046F0           Message Object 7 Data Register Low
CAN_MODATAH7    0xF00046F4           Message Object 7 Data Register High
CAN_MOAR7       0xF00046F8           Message Object 7 Arbitration Register
CAN_MOCTR7      0xF00046FC           Message Object 7 Control Register
CAN_MOFCR8      0xF0004700           Message Object 8 Function Control Register
CAN_MOFGPR8     0xF0004704           Message Object 8 FIFO/Gateway Pointer Register
CAN_MOIPR8      0xF0004708           Message Object 8 Interrupt Pointer Register
CAN_MOAMR8      0xF000470C           Message Object 8 Acceptance Mask Register
CAN_MODATAL8    0xF0004710           Message Object 8 Data Register Low
CAN_MODATAH8    0xF0004714           Message Object 8 Data Register High
CAN_MOAR8       0xF0004718           Message Object 8 Arbitration Register
CAN_MOCTR8      0xF000471C           Message Object 8 Control Register
CAN_MOFCR9      0xF0004720           Message Object 9 Function Control Register
CAN_MOFGPR9     0xF0004724           Message Object 9 FIFO/Gateway Pointer Register
CAN_MOIPR9      0xF0004728           Message Object 9 Interrupt Pointer Register
CAN_MOAMR9      0xF000472C           Message Object 9 Acceptance Mask Register
CAN_MODATAL9    0xF0004730           Message Object 9 Data Register Low
CAN_MODATAH9    0xF0004734           Message Object 9 Data Register High
CAN_MOAR9       0xF0004738           Message Object 9 Arbitration Register
CAN_MOCTR9      0xF000473C           Message Object 9 Control Register
CAN_MOFCR10     0xF0004740           Message Object 10 Function Control Register
CAN_MOFGPR10    0xF0004744           Message Object 10 FIFO/Gateway Pointer Register
CAN_MOIPR10     0xF0004748           Message Object 10 Interrupt Pointer Register
CAN_MOAMR10     0xF000474C           Message Object 10 Acceptance Mask Register
CAN_MODATAL10   0xF0004750           Message Object 10 Data Register Low
CAN_MODATAH10   0xF0004754           Message Object 10 Data Register High
CAN_MOAR10      0xF0004758           Message Object 10 Arbitration Register
CAN_MOCTR10     0xF000475C           Message Object 10 Control Register
CAN_MOFCR11     0xF0004760           Message Object 11 Function Control Register
CAN_MOFGPR11    0xF0004764           Message Object 11 FIFO/Gateway Pointer Register
CAN_MOIPR11     0xF0004768           Message Object 11 Interrupt Pointer Register
CAN_MOAMR11     0xF000476C           Message Object 11 Acceptance Mask Register
CAN_MODATAL11   0xF0004770           Message Object 11 Data Register Low
CAN_MODATAH11   0xF0004774           Message Object 11 Data Register High
CAN_MOAR11      0xF0004778           Message Object 11 Arbitration Register
CAN_MOCTR11     0xF000477C           Message Object 11 Control Register
CAN_MOFCR12     0xF0004780           Message Object 12 Function Control Register
CAN_MOFGPR12    0xF0004784           Message Object 12 FIFO/Gateway Pointer Register
CAN_MOIPR12     0xF0004788           Message Object 12 Interrupt Pointer Register
CAN_MOAMR12     0xF000478C           Message Object 12 Acceptance Mask Register
CAN_MODATAL12   0xF0004790           Message Object 12 Data Register Low
CAN_MODATAH12   0xF0004794           Message Object 12 Data Register High
CAN_MOAR12      0xF0004798           Message Object 12 Arbitration Register
CAN_MOCTR12     0xF000479C           Message Object 12 Control Register
CAN_MOFCR13     0xF00047A0           Message Object 13 Function Control Register
CAN_MOFGPR13    0xF00047A4           Message Object 13 FIFO/Gateway Pointer Register
CAN_MOIPR13     0xF00047A8           Message Object 13 Interrupt Pointer Register
CAN_MOAMR13     0xF00047AC           Message Object 13 Acceptance Mask Register
CAN_MODATAL13   0xF00047B0           Message Object 13 Data Register Low
CAN_MODATAH13   0xF00047B4           Message Object 13 Data Register High
CAN_MOAR13      0xF00047B8           Message Object 13 Arbitration Register
CAN_MOCTR13     0xF00047BC           Message Object 13 Control Register
CAN_MOFCR14     0xF00047C0           Message Object 14 Function Control Register
CAN_MOFGPR14    0xF00047C4           Message Object 14 FIFO/Gateway Pointer Register
CAN_MOIPR14     0xF00047C8           Message Object 14 Interrupt Pointer Register
CAN_MOAMR14     0xF00047CC           Message Object 14 Acceptance Mask Register
CAN_MODATAL14   0xF00047D0           Message Object 14 Data Register Low
CAN_MODATAH14   0xF00047D4           Message Object 14 Data Register High
CAN_MOAR14      0xF00047D8           Message Object 14 Arbitration Register
CAN_MOCTR14     0xF00047DC           Message Object 14 Control Register
CAN_MOFCR15     0xF00047E0           Message Object 15 Function Control Register
CAN_MOFGPR15    0xF00047E4           Message Object 15 FIFO/Gateway Pointer Register
CAN_MOIPR15     0xF00047E8           Message Object 15 Interrupt Pointer Register
CAN_MOAMR15     0xF00047EC           Message Object 15 Acceptance Mask Register
CAN_MODATAL15   0xF00047F0           Message Object 15 Data Register Low
CAN_MODATAH15   0xF00047F4           Message Object 15 Data Register High
CAN_MOAR15      0xF00047F8           Message Object 15 Arbitration Register
CAN_MOCTR15     0xF00047FC           Message Object 15 Control Register
CAN_MOFCR16     0xF0004800           Message Object 16 Function Control Register
CAN_MOFGPR16    0xF0004804           Message Object 16 FIFO/Gateway Pointer Register
CAN_MOIPR16     0xF0004808           Message Object 16 Interrupt Pointer Register
CAN_MOAMR16     0xF000480C           Message Object 16 Acceptance Mask Register
CAN_MODATAL16   0xF0004810           Message Object 16 Data Register Low
CAN_MODATAH16   0xF0004814           Message Object 16 Data Register High
CAN_MOAR16      0xF0004818           Message Object 16 Arbitration Register
CAN_MOCTR16     0xF000481C           Message Object 16 Control Register
CAN_MOFCR17     0xF0004820           Message Object 17 Function Control Register
CAN_MOFGPR17    0xF0004824           Message Object 17 FIFO/Gateway Pointer Register
CAN_MOIPR17     0xF0004828           Message Object 17 Interrupt Pointer Register
CAN_MOAMR17     0xF000482C           Message Object 17 Acceptance Mask Register
CAN_MODATAL17   0xF0004830           Message Object 17 Data Register Low
CAN_MODATAH17   0xF0004834           Message Object 17 Data Register High
CAN_MOAR17      0xF0004838           Message Object 17 Arbitration Register
CAN_MOCTR17     0xF000483C           Message Object 17 Control Register
CAN_MOFCR18     0xF0004840           Message Object 18 Function Control Register
CAN_MOFGPR18    0xF0004844           Message Object 18 FIFO/Gateway Pointer Register
CAN_MOIPR18     0xF0004848           Message Object 18 Interrupt Pointer Register
CAN_MOAMR18     0xF000484C           Message Object 18 Acceptance Mask Register
CAN_MODATAL18   0xF0004850           Message Object 18 Data Register Low
CAN_MODATAH18   0xF0004854           Message Object 18 Data Register High
CAN_MOAR18      0xF0004858           Message Object 18 Arbitration Register
CAN_MOCTR18     0xF000485C           Message Object 18 Control Register
CAN_MOFCR19     0xF0004860           Message Object 19 Function Control Register
CAN_MOFGPR19    0xF0004864           Message Object 19 FIFO/Gateway Pointer Register
CAN_MOIPR19     0xF0004868           Message Object 19 Interrupt Pointer Register
CAN_MOAMR19     0xF000486C           Message Object 19 Acceptance Mask Register
CAN_MODATAL19   0xF0004870           Message Object 19 Data Register Low
CAN_MODATAH19   0xF0004874           Message Object 19 Data Register High
CAN_MOAR19      0xF0004878           Message Object 19 Arbitration Register
CAN_MOCTR19     0xF000487C           Message Object 19 Control Register
CAN_MOFCR20     0xF0004880           Message Object 20 Function Control Register
CAN_MOFGPR20    0xF0004884           Message Object 20 FIFO/Gateway Pointer Register
CAN_MOIPR20     0xF0004888           Message Object 20 Interrupt Pointer Register
CAN_MOAMR20     0xF000488C           Message Object 20 Acceptance Mask Register
CAN_MODATAL20   0xF0004890           Message Object 20 Data Register Low
CAN_MODATAH20   0xF0004894           Message Object 20 Data Register High
CAN_MOAR20      0xF0004898           Message Object 20 Arbitration Register
CAN_MOCTR20     0xF000489C           Message Object 20 Control Register
CAN_MOFCR21     0xF00048A0           Message Object 21 Function Control Register
CAN_MOFGPR21    0xF00048A4           Message Object 21 FIFO/Gateway Pointer Register
CAN_MOIPR21     0xF00048A8           Message Object 21 Interrupt Pointer Register
CAN_MOAMR21     0xF00048AC           Message Object 21 Acceptance Mask Register
CAN_MODATAL21   0xF00048B0           Message Object 21 Data Register Low
CAN_MODATAH21   0xF00048B4           Message Object 21 Data Register High
CAN_MOAR21      0xF00048B8           Message Object 21 Arbitration Register
CAN_MOCTR21     0xF00048BC           Message Object 21 Control Register
CAN_MOFCR22     0xF00048C0           Message Object 22 Function Control Register
CAN_MOFGPR22    0xF00048C4           Message Object 22 FIFO/Gateway Pointer Register
CAN_MOIPR22     0xF00048C8           Message Object 22 Interrupt Pointer Register
CAN_MOAMR22     0xF00048CC           Message Object 22 Acceptance Mask Register
CAN_MODATAL22   0xF00048D0           Message Object 22 Data Register Low
CAN_MODATAH22   0xF00048D4           Message Object 22 Data Register High
CAN_MOAR22      0xF00048D8           Message Object 22 Arbitration Register
CAN_MOCTR22     0xF00048DC           Message Object 22 Control Register
CAN_MOFCR23     0xF00048E0           Message Object 23 Function Control Register
CAN_MOFGPR23    0xF00048E4           Message Object 23 FIFO/Gateway Pointer Register
CAN_MOIPR23     0xF00048E8           Message Object 23 Interrupt Pointer Register
CAN_MOAMR23     0xF00048EC           Message Object 23 Acceptance Mask Register
CAN_MODATAL23   0xF00048F0           Message Object 23 Data Register Low
CAN_MODATAH23   0xF00048F4           Message Object 23 Data Register High
CAN_MOAR23      0xF00048F8           Message Object 23 Arbitration Register
CAN_MOCTR23     0xF00048FC           Message Object 23 Control Register
CAN_MOFCR24     0xF0004900           Message Object 24 Function Control Register
CAN_MOFGPR24    0xF0004904           Message Object 24 FIFO/Gateway Pointer Register
CAN_MOIPR24     0xF0004908           Message Object 24 Interrupt Pointer Register
CAN_MOAMR24     0xF000490C           Message Object 24 Acceptance Mask Register
CAN_MODATAL24   0xF0004910           Message Object 24 Data Register Low
CAN_MODATAH24   0xF0004914           Message Object 24 Data Register High
CAN_MOAR24      0xF0004918           Message Object 24 Arbitration Register
CAN_MOCTR24     0xF000491C           Message Object 24 Control Register
CAN_MOFCR25     0xF0004920           Message Object 25 Function Control Register
CAN_MOFGPR25    0xF0004924           Message Object 25 FIFO/Gateway Pointer Register
CAN_MOIPR25     0xF0004928           Message Object 25 Interrupt Pointer Register
CAN_MOAMR25     0xF000492C           Message Object 25 Acceptance Mask Register
CAN_MODATAL25   0xF0004930           Message Object 25 Data Register Low
CAN_MODATAH25   0xF0004934           Message Object 25 Data Register High
CAN_MOAR25      0xF0004938           Message Object 25 Arbitration Register
CAN_MOCTR25     0xF000493C           Message Object 25 Control Register
CAN_MOFCR26     0xF0004940           Message Object 26 Function Control Register
CAN_MOFGPR26    0xF0004944           Message Object 26 FIFO/Gateway Pointer Register
CAN_MOIPR26     0xF0004948           Message Object 26 Interrupt Pointer Register
CAN_MOAMR26     0xF000494C           Message Object 26 Acceptance Mask Register
CAN_MODATAL26   0xF0004950           Message Object 26 Data Register Low
CAN_MODATAH26   0xF0004954           Message Object 26 Data Register High
CAN_MOAR26      0xF0004958           Message Object 26 Arbitration Register
CAN_MOCTR26     0xF000495C           Message Object 26 Control Register
CAN_MOFCR27     0xF0004960           Message Object 27 Function Control Register
CAN_MOFGPR27    0xF0004964           Message Object 27 FIFO/Gateway Pointer Register
CAN_MOIPR27     0xF0004968           Message Object 27 Interrupt Pointer Register
CAN_MOAMR27     0xF000496C           Message Object 27 Acceptance Mask Register
CAN_MODATAL27   0xF0004970           Message Object 27 Data Register Low
CAN_MODATAH27   0xF0004974           Message Object 27 Data Register High
CAN_MOAR27      0xF0004978           Message Object 27 Arbitration Register
CAN_MOCTR27     0xF000497C           Message Object 27 Control Register
CAN_MOFCR28     0xF0004980           Message Object 28 Function Control Register
CAN_MOFGPR28    0xF0004984           Message Object 28 FIFO/Gateway Pointer Register
CAN_MOIPR28     0xF0004988           Message Object 28 Interrupt Pointer Register
CAN_MOAMR28     0xF000498C           Message Object 28 Acceptance Mask Register
CAN_MODATAL28   0xF0004990           Message Object 28 Data Register Low
CAN_MODATAH28   0xF0004994           Message Object 28 Data Register High
CAN_MOAR28      0xF0004998           Message Object 28 Arbitration Register
CAN_MOCTR28     0xF000499C           Message Object 28 Control Register
CAN_MOFCR29     0xF00049A0           Message Object 29 Function Control Register
CAN_MOFGPR29    0xF00049A4           Message Object 29 FIFO/Gateway Pointer Register
CAN_MOIPR29     0xF00049A8           Message Object 29 Interrupt Pointer Register
CAN_MOAMR29     0xF00049AC           Message Object 29 Acceptance Mask Register
CAN_MODATAL29   0xF00049B0           Message Object 29 Data Register Low
CAN_MODATAH29   0xF00049B4           Message Object 29 Data Register High
CAN_MOAR29      0xF00049B8           Message Object 29 Arbitration Register
CAN_MOCTR29     0xF00049BC           Message Object 29 Control Register
CAN_MOFCR30     0xF00049C0           Message Object 30 Function Control Register
CAN_MOFGPR30    0xF00049C4           Message Object 30 FIFO/Gateway Pointer Register
CAN_MOIPR30     0xF00049C8           Message Object 30 Interrupt Pointer Register
CAN_MOAMR30     0xF00049CC           Message Object 30 Acceptance Mask Register
CAN_MODATAL30   0xF00049D0           Message Object 30 Data Register Low
CAN_MODATAH30   0xF00049D4           Message Object 30 Data Register High
CAN_MOAR30      0xF00049D8           Message Object 30 Arbitration Register
CAN_MOCTR30     0xF00049DC           Message Object 30 Control Register
CAN_MOFCR31     0xF00049E0           Message Object 31 Function Control Register
CAN_MOFGPR31    0xF00049E4           Message Object 31 FIFO/Gateway Pointer Register
CAN_MOIPR31     0xF00049E8           Message Object 31 Interrupt Pointer Register
CAN_MOAMR31     0xF00049EC           Message Object 31 Acceptance Mask Register
CAN_MODATAL31   0xF00049F0           Message Object 31 Data Register Low
CAN_MODATAH31   0xF00049F4           Message Object 31 Data Register High
CAN_MOAR31      0xF00049F8           Message Object 31 Arbitration Register
CAN_MOCTR31     0xF00049FC           Message Object 31 Control Register
CAN_MOFCR32     0xF0004A00           Message Object 32 Function Control Register
CAN_MOFGPR32    0xF0004A04           Message Object 32 FIFO/Gateway Pointer Register
CAN_MOIPR32     0xF0004A08           Message Object 32 Interrupt Pointer Register
CAN_MOAMR32     0xF0004A0C           Message Object 32 Acceptance Mask Register
CAN_MODATAL32   0xF0004A10           Message Object 32 Data Register Low
CAN_MODATAH32   0xF0004A14           Message Object 32 Data Register High
CAN_MOAR32      0xF0004A18           Message Object 32 Arbitration Register
CAN_MOCTR32     0xF0004A1C           Message Object 32 Control Register
CAN_MOFCR33     0xF0004A20           Message Object 33 Function Control Register
CAN_MOFGPR33    0xF0004A24           Message Object 33 FIFO/Gateway Pointer Register
CAN_MOIPR33     0xF0004A28           Message Object 33 Interrupt Pointer Register
CAN_MOAMR33     0xF0004A2C           Message Object 33 Acceptance Mask Register
CAN_MODATAL33   0xF0004A30           Message Object 33 Data Register Low
CAN_MODATAH33   0xF0004A34           Message Object 33 Data Register High
CAN_MOAR33      0xF0004A38           Message Object 33 Arbitration Register
CAN_MOCTR33     0xF0004A3C           Message Object 33 Control Register
CAN_MOFCR34     0xF0004A40           Message Object 34 Function Control Register
CAN_MOFGPR34    0xF0004A44           Message Object 34 FIFO/Gateway Pointer Register
CAN_MOIPR34     0xF0004A48           Message Object 34 Interrupt Pointer Register
CAN_MOAMR34     0xF0004A4C           Message Object 34 Acceptance Mask Register
CAN_MODATAL34   0xF0004A50           Message Object 34 Data Register Low
CAN_MODATAH34   0xF0004A54           Message Object 34 Data Register High
CAN_MOAR34      0xF0004A58           Message Object 34 Arbitration Register
CAN_MOCTR34     0xF0004A5C           Message Object 34 Control Register
CAN_MOFCR35     0xF0004A60           Message Object 35 Function Control Register
CAN_MOFGPR35    0xF0004A64           Message Object 35 FIFO/Gateway Pointer Register
CAN_MOIPR35     0xF0004A68           Message Object 35 Interrupt Pointer Register
CAN_MOAMR35     0xF0004A6C           Message Object 35 Acceptance Mask Register
CAN_MODATAL35   0xF0004A70           Message Object 35 Data Register Low
CAN_MODATAH35   0xF0004A74           Message Object 35 Data Register High
CAN_MOAR35      0xF0004A78           Message Object 35 Arbitration Register
CAN_MOCTR35     0xF0004A7C           Message Object 35 Control Register
CAN_MOFCR36     0xF0004A80           Message Object 36 Function Control Register
CAN_MOFGPR36    0xF0004A84           Message Object 36 FIFO/Gateway Pointer Register
CAN_MOIPR36     0xF0004A88           Message Object 36 Interrupt Pointer Register
CAN_MOAMR36     0xF0004A8C           Message Object 36 Acceptance Mask Register
CAN_MODATAL36   0xF0004A90           Message Object 36 Data Register Low
CAN_MODATAH36   0xF0004A94           Message Object 36 Data Register High
CAN_MOAR36      0xF0004A98           Message Object 36 Arbitration Register
CAN_MOCTR36     0xF0004A9C           Message Object 36 Control Register
CAN_MOFCR37     0xF0004AA0           Message Object 37 Function Control Register
CAN_MOFGPR37    0xF0004AA4           Message Object 37 FIFO/Gateway Pointer Register
CAN_MOIPR37     0xF0004AA8           Message Object 37 Interrupt Pointer Register
CAN_MOAMR37     0xF0004AAC           Message Object 37 Acceptance Mask Register
CAN_MODATAL37   0xF0004AB0           Message Object 37 Data Register Low
CAN_MODATAH37   0xF0004AB4           Message Object 37 Data Register High
CAN_MOAR37      0xF0004AB8           Message Object 37 Arbitration Register
CAN_MOCTR37     0xF0004ABC           Message Object 37 Control Register
CAN_MOFCR38     0xF0004AC0           Message Object 38 Function Control Register
CAN_MOFGPR38    0xF0004AC4           Message Object 38 FIFO/Gateway Pointer Register
CAN_MOIPR38     0xF0004AC8           Message Object 38 Interrupt Pointer Register
CAN_MOAMR38     0xF0004ACC           Message Object 38 Acceptance Mask Register
CAN_MODATAL38   0xF0004AD0           Message Object 38 Data Register Low
CAN_MODATAH38   0xF0004AD4           Message Object 38 Data Register High
CAN_MOAR38      0xF0004AD8           Message Object 38 Arbitration Register
CAN_MOCTR38     0xF0004ADC           Message Object 38 Control Register
CAN_MOFCR39     0xF0004AE0           Message Object 39 Function Control Register
CAN_MOFGPR39    0xF0004AE4           Message Object 39 FIFO/Gateway Pointer Register
CAN_MOIPR39     0xF0004AE8           Message Object 39 Interrupt Pointer Register
CAN_MOAMR39     0xF0004AEC           Message Object 39 Acceptance Mask Register
CAN_MODATAL39   0xF0004AF0           Message Object 39 Data Register Low
CAN_MODATAH39   0xF0004AF4           Message Object 39 Data Register High
CAN_MOAR39      0xF0004AF8           Message Object 39 Arbitration Register
CAN_MOCTR39     0xF0004AFC           Message Object 39 Control Register
CAN_MOFCR40     0xF0004B00           Message Object 40 Function Control Register
CAN_MOFGPR40    0xF0004B04           Message Object 40 FIFO/Gateway Pointer Register
CAN_MOIPR40     0xF0004B08           Message Object 40 Interrupt Pointer Register
CAN_MOAMR40     0xF0004B0C           Message Object 40 Acceptance Mask Register
CAN_MODATAL40   0xF0004B10           Message Object 40 Data Register Low
CAN_MODATAH40   0xF0004B14           Message Object 40 Data Register High
CAN_MOAR40      0xF0004B18           Message Object 40 Arbitration Register
CAN_MOCTR40     0xF0004B1C           Message Object 40 Control Register
CAN_MOFCR41     0xF0004B20           Message Object 41 Function Control Register
CAN_MOFGPR41    0xF0004B24           Message Object 41 FIFO/Gateway Pointer Register
CAN_MOIPR41     0xF0004B28           Message Object 41 Interrupt Pointer Register
CAN_MOAMR41     0xF0004B2C           Message Object 41 Acceptance Mask Register
CAN_MODATAL41   0xF0004B30           Message Object 41 Data Register Low
CAN_MODATAH41   0xF0004B34           Message Object 41 Data Register High
CAN_MOAR41      0xF0004B38           Message Object 41 Arbitration Register
CAN_MOCTR41     0xF0004B3C           Message Object 41 Control Register
CAN_MOFCR42     0xF0004B40           Message Object 42 Function Control Register
CAN_MOFGPR42    0xF0004B44           Message Object 42 FIFO/Gateway Pointer Register
CAN_MOIPR42     0xF0004B48           Message Object 42 Interrupt Pointer Register
CAN_MOAMR42     0xF0004B4C           Message Object 42 Acceptance Mask Register
CAN_MODATAL42   0xF0004B50           Message Object 42 Data Register Low
CAN_MODATAH42   0xF0004B54           Message Object 42 Data Register High
CAN_MOAR42      0xF0004B58           Message Object 42 Arbitration Register
CAN_MOCTR42     0xF0004B5C           Message Object 42 Control Register
CAN_MOFCR43     0xF0004B60           Message Object 43 Function Control Register
CAN_MOFGPR43    0xF0004B64           Message Object 43 FIFO/Gateway Pointer Register
CAN_MOIPR43     0xF0004B68           Message Object 43 Interrupt Pointer Register
CAN_MOAMR43     0xF0004B6C           Message Object 43 Acceptance Mask Register
CAN_MODATAL43   0xF0004B70           Message Object 43 Data Register Low
CAN_MODATAH43   0xF0004B74           Message Object 43 Data Register High
CAN_MOAR43      0xF0004B78           Message Object 43 Arbitration Register
CAN_MOCTR43     0xF0004B7C           Message Object 43 Control Register
CAN_MOFCR44     0xF0004B80           Message Object 44 Function Control Register
CAN_MOFGPR44    0xF0004B84           Message Object 44 FIFO/Gateway Pointer Register
CAN_MOIPR44     0xF0004B88           Message Object 44 Interrupt Pointer Register
CAN_MOAMR44     0xF0004B8C           Message Object 44 Acceptance Mask Register
CAN_MODATAL44   0xF0004B90           Message Object 44 Data Register Low
CAN_MODATAH44   0xF0004B94           Message Object 44 Data Register High
CAN_MOAR44      0xF0004B98           Message Object 44 Arbitration Register
CAN_MOCTR44     0xF0004B9C           Message Object 44 Control Register
CAN_MOFCR45     0xF0004BA0           Message Object 45 Function Control Register
CAN_MOFGPR45    0xF0004BA4           Message Object 45 FIFO/Gateway Pointer Register
CAN_MOIPR45     0xF0004BA8           Message Object 45 Interrupt Pointer Register
CAN_MOAMR45     0xF0004BAC           Message Object 45 Acceptance Mask Register
CAN_MODATAL45   0xF0004BB0           Message Object 45 Data Register Low
CAN_MODATAH45   0xF0004BB4           Message Object 45 Data Register High
CAN_MOAR45      0xF0004BB8           Message Object 45 Arbitration Register
CAN_MOCTR45     0xF0004BBC           Message Object 45 Control Register
CAN_MOFCR46     0xF0004BC0           Message Object 46 Function Control Register
CAN_MOFGPR46    0xF0004BC4           Message Object 46 FIFO/Gateway Pointer Register
CAN_MOIPR46     0xF0004BC8           Message Object 46 Interrupt Pointer Register
CAN_MOAMR46     0xF0004BCC           Message Object 46 Acceptance Mask Register
CAN_MODATAL46   0xF0004BD0           Message Object 46 Data Register Low
CAN_MODATAH46   0xF0004BD4           Message Object 46 Data Register High
CAN_MOAR46      0xF0004BD8           Message Object 46 Arbitration Register
CAN_MOCTR46     0xF0004BDC           Message Object 46 Control Register
CAN_MOFCR47     0xF0004BE0           Message Object 47 Function Control Register
CAN_MOFGPR47    0xF0004BE4           Message Object 47 FIFO/Gateway Pointer Register
CAN_MOIPR47     0xF0004BE8           Message Object 47 Interrupt Pointer Register
CAN_MOAMR47     0xF0004BEC           Message Object 47 Acceptance Mask Register
CAN_MODATAL47   0xF0004BF0           Message Object 47 Data Register Low
CAN_MODATAH47   0xF0004BF4           Message Object 47 Data Register High
CAN_MOAR47      0xF0004BF8           Message Object 47 Arbitration Register
CAN_MOCTR47     0xF0004BFC           Message Object 47 Control Register
CAN_MOFCR48     0xF0004C00           Message Object 48 Function Control Register
CAN_MOFGPR48    0xF0004C04           Message Object 48 FIFO/Gateway Pointer Register
CAN_MOIPR48     0xF0004C08           Message Object 48 Interrupt Pointer Register
CAN_MOAMR48     0xF0004C0C           Message Object 48 Acceptance Mask Register
CAN_MODATAL48   0xF0004C10           Message Object 48 Data Register Low
CAN_MODATAH48   0xF0004C14           Message Object 48 Data Register High
CAN_MOAR48      0xF0004C18           Message Object 48 Arbitration Register
CAN_MOCTR48     0xF0004C1C           Message Object 48 Control Register
CAN_MOFCR49     0xF0004C20           Message Object 49 Function Control Register
CAN_MOFGPR49    0xF0004C24           Message Object 49 FIFO/Gateway Pointer Register
CAN_MOIPR49     0xF0004C28           Message Object 49 Interrupt Pointer Register
CAN_MOAMR49     0xF0004C2C           Message Object 49 Acceptance Mask Register
CAN_MODATAL49   0xF0004C30           Message Object 49 Data Register Low
CAN_MODATAH49   0xF0004C34           Message Object 49 Data Register High
CAN_MOAR49      0xF0004C38           Message Object 49 Arbitration Register
CAN_MOCTR49     0xF0004C3C           Message Object 49 Control Register
CAN_MOFCR50     0xF0004C40           Message Object 50 Function Control Register
CAN_MOFGPR50    0xF0004C44           Message Object 50 FIFO/Gateway Pointer Register
CAN_MOIPR50     0xF0004C48           Message Object 50 Interrupt Pointer Register
CAN_MOAMR50     0xF0004C4C           Message Object 50 Acceptance Mask Register
CAN_MODATAL50   0xF0004C50           Message Object 50 Data Register Low
CAN_MODATAH50   0xF0004C54           Message Object 50 Data Register High
CAN_MOAR50      0xF0004C58           Message Object 50 Arbitration Register
CAN_MOCTR50     0xF0004C5C           Message Object 50 Control Register
CAN_MOFCR51     0xF0004C60           Message Object 51 Function Control Register
CAN_MOFGPR51    0xF0004C64           Message Object 51 FIFO/Gateway Pointer Register
CAN_MOIPR51     0xF0004C68           Message Object 51 Interrupt Pointer Register
CAN_MOAMR51     0xF0004C6C           Message Object 51 Acceptance Mask Register
CAN_MODATAL51   0xF0004C70           Message Object 51 Data Register Low
CAN_MODATAH51   0xF0004C74           Message Object 51 Data Register High
CAN_MOAR51      0xF0004C78           Message Object 51 Arbitration Register
CAN_MOCTR51     0xF0004C7C           Message Object 51 Control Register
CAN_MOFCR52     0xF0004C80           Message Object 52 Function Control Register
CAN_MOFGPR52    0xF0004C84           Message Object 52 FIFO/Gateway Pointer Register
CAN_MOIPR52     0xF0004C88           Message Object 52 Interrupt Pointer Register
CAN_MOAMR52     0xF0004C8C           Message Object 52 Acceptance Mask Register
CAN_MODATAL52   0xF0004C90           Message Object 52 Data Register Low
CAN_MODATAH52   0xF0004C94           Message Object 52 Data Register High
CAN_MOAR52      0xF0004C98           Message Object 52 Arbitration Register
CAN_MOCTR52     0xF0004C9C           Message Object 52 Control Register
CAN_MOFCR53     0xF0004CA0           Message Object 53 Function Control Register
CAN_MOFGPR53    0xF0004CA4           Message Object 53 FIFO/Gateway Pointer Register
CAN_MOIPR53     0xF0004CA8           Message Object 53 Interrupt Pointer Register
CAN_MOAMR53     0xF0004CAC           Message Object 53 Acceptance Mask Register
CAN_MODATAL53   0xF0004CB0           Message Object 53 Data Register Low
CAN_MODATAH53   0xF0004CB4           Message Object 53 Data Register High
CAN_MOAR53      0xF0004CB8           Message Object 53 Arbitration Register
CAN_MOCTR53     0xF0004CBC           Message Object 53 Control Register
CAN_MOFCR54     0xF0004CC0           Message Object 54 Function Control Register
CAN_MOFGPR54    0xF0004CC4           Message Object 54 FIFO/Gateway Pointer Register
CAN_MOIPR54     0xF0004CC8           Message Object 54 Interrupt Pointer Register
CAN_MOAMR54     0xF0004CCC           Message Object 54 Acceptance Mask Register
CAN_MODATAL54   0xF0004CD0           Message Object 54 Data Register Low
CAN_MODATAH54   0xF0004CD4           Message Object 54 Data Register High
CAN_MOAR54      0xF0004CD8           Message Object 54 Arbitration Register
CAN_MOCTR54     0xF0004CDC           Message Object 54 Control Register
CAN_MOFCR55     0xF0004CE0           Message Object 55 Function Control Register
CAN_MOFGPR55    0xF0004CE4           Message Object 55 FIFO/Gateway Pointer Register
CAN_MOIPR55     0xF0004CE8           Message Object 55 Interrupt Pointer Register
CAN_MOAMR55     0xF0004CEC           Message Object 55 Acceptance Mask Register
CAN_MODATAL55   0xF0004CF0           Message Object 55 Data Register Low
CAN_MODATAH55   0xF0004CF4           Message Object 55 Data Register High
CAN_MOAR55      0xF0004CF8           Message Object 55 Arbitration Register
CAN_MOCTR55     0xF0004CFC           Message Object 55 Control Register
CAN_MOFCR56     0xF0004D00           Message Object 56 Function Control Register
CAN_MOFGPR56    0xF0004D04           Message Object 56 FIFO/Gateway Pointer Register
CAN_MOIPR56     0xF0004D08           Message Object 56 Interrupt Pointer Register
CAN_MOAMR56     0xF0004D0C           Message Object 56 Acceptance Mask Register
CAN_MODATAL56   0xF0004D10           Message Object 56 Data Register Low
CAN_MODATAH56   0xF0004D14           Message Object 56 Data Register High
CAN_MOAR56      0xF0004D18           Message Object 56 Arbitration Register
CAN_MOCTR56     0xF0004D1C           Message Object 56 Control Register
CAN_MOFCR57     0xF0004D20           Message Object 57 Function Control Register
CAN_MOFGPR57    0xF0004D24           Message Object 57 FIFO/Gateway Pointer Register
CAN_MOIPR57     0xF0004D28           Message Object 57 Interrupt Pointer Register
CAN_MOAMR57     0xF0004D2C           Message Object 57 Acceptance Mask Register
CAN_MODATAL57   0xF0004D30           Message Object 57 Data Register Low
CAN_MODATAH57   0xF0004D34           Message Object 57 Data Register High
CAN_MOAR57      0xF0004D38           Message Object 57 Arbitration Register
CAN_MOCTR57     0xF0004D3C           Message Object 57 Control Register
CAN_MOFCR58     0xF0004D40           Message Object 58 Function Control Register
CAN_MOFGPR58    0xF0004D44           Message Object 58 FIFO/Gateway Pointer Register
CAN_MOIPR58     0xF0004D48           Message Object 58 Interrupt Pointer Register
CAN_MOAMR58     0xF0004D4C           Message Object 58 Acceptance Mask Register
CAN_MODATAL58   0xF0004D50           Message Object 58 Data Register Low
CAN_MODATAH58   0xF0004D54           Message Object 58 Data Register High
CAN_MOAR58      0xF0004D58           Message Object 58 Arbitration Register
CAN_MOCTR58     0xF0004D5C           Message Object 58 Control Register
CAN_MOFCR59     0xF0004D60           Message Object 59 Function Control Register
CAN_MOFGPR59    0xF0004D64           Message Object 59 FIFO/Gateway Pointer Register
CAN_MOIPR59     0xF0004D68           Message Object 59 Interrupt Pointer Register
CAN_MOAMR59     0xF0004D6C           Message Object 59 Acceptance Mask Register
CAN_MODATAL59   0xF0004D70           Message Object 59 Data Register Low
CAN_MODATAH59   0xF0004D74           Message Object 59 Data Register High
CAN_MOAR59      0xF0004D78           Message Object 59 Arbitration Register
CAN_MOCTR59     0xF0004D7C           Message Object 59 Control Register
CAN_MOFCR60     0xF0004D80           Message Object 60 Function Control Register
CAN_MOFGPR60    0xF0004D84           Message Object 60 FIFO/Gateway Pointer Register
CAN_MOIPR60     0xF0004D88           Message Object 60 Interrupt Pointer Register
CAN_MOAMR60     0xF0004D8C           Message Object 60 Acceptance Mask Register
CAN_MODATAL60   0xF0004D90           Message Object 60 Data Register Low
CAN_MODATAH60   0xF0004D94           Message Object 60 Data Register High
CAN_MOAR60      0xF0004D98           Message Object 60 Arbitration Register
CAN_MOCTR60     0xF0004D9C           Message Object 60 Control Register
CAN_MOFCR61     0xF0004DA0           Message Object 61 Function Control Register
CAN_MOFGPR61    0xF0004DA4           Message Object 61 FIFO/Gateway Pointer Register
CAN_MOIPR61     0xF0004DA8           Message Object 61 Interrupt Pointer Register
CAN_MOAMR61     0xF0004DAC           Message Object 61 Acceptance Mask Register
CAN_MODATAL61   0xF0004DB0           Message Object 61 Data Register Low
CAN_MODATAH61   0xF0004DB4           Message Object 61 Data Register High
CAN_MOAR61      0xF0004DB8           Message Object 61 Arbitration Register
CAN_MOCTR61     0xF0004DBC           Message Object 61 Control Register
CAN_MOFCR62     0xF0004DC0           Message Object 62 Function Control Register
CAN_MOFGPR62    0xF0004DC4           Message Object 62 FIFO/Gateway Pointer Register
CAN_MOIPR62     0xF0004DC8           Message Object 62 Interrupt Pointer Register
CAN_MOAMR62     0xF0004DCC           Message Object 62 Acceptance Mask Register
CAN_MODATAL62   0xF0004DD0           Message Object 62 Data Register Low
CAN_MODATAH62   0xF0004DD4           Message Object 62 Data Register High
CAN_MOAR62      0xF0004DD8           Message Object 62 Arbitration Register
CAN_MOCTR62     0xF0004DDC           Message Object 62 Control Register
CAN_MOFCR63     0xF0004DE0           Message Object 63 Function Control Register
CAN_MOFGPR63    0xF0004DE4           Message Object 63 FIFO/Gateway Pointer Register
CAN_MOIPR63     0xF0004DE8           Message Object 63 Interrupt Pointer Register
CAN_MOAMR63     0xF0004DEC           Message Object 63 Acceptance Mask Register
CAN_MODATAL63   0xF0004DF0           Message Object 63 Data Register Low
CAN_MODATAH63   0xF0004DF4           Message Object 63 Data Register High
CAN_MOAR63      0xF0004DF8           Message Object 63 Arbitration Register
CAN_MOCTR63     0xF0004DFC           Message Object 63 Control Register
CAN_MOFCR64     0xF0004E00           Message Object 64 Function Control Register
CAN_MOFGPR64    0xF0004E04           Message Object 64 FIFO/Gateway Pointer Register
CAN_MOIPR64     0xF0004E08           Message Object 64 Interrupt Pointer Register
CAN_MOAMR64     0xF0004E0C           Message Object 64 Acceptance Mask Register
CAN_MODATAL64   0xF0004E10           Message Object 64 Data Register Low
CAN_MODATAH64   0xF0004E14           Message Object 64 Data Register High
CAN_MOAR64      0xF0004E18           Message Object 64 Arbitration Register
CAN_MOCTR64     0xF0004E1C           Message Object 64 Control Register
CAN_MOFCR65     0xF0004E20           Message Object 65 Function Control Register
CAN_MOFGPR65    0xF0004E24           Message Object 65 FIFO/Gateway Pointer Register
CAN_MOIPR65     0xF0004E28           Message Object 65 Interrupt Pointer Register
CAN_MOAMR65     0xF0004E2C           Message Object 65 Acceptance Mask Register
CAN_MODATAL65   0xF0004E30           Message Object 65 Data Register Low
CAN_MODATAH65   0xF0004E34           Message Object 65 Data Register High
CAN_MOAR65      0xF0004E38           Message Object 65 Arbitration Register
CAN_MOCTR65     0xF0004E3C           Message Object 65 Control Register
CAN_MOFCR66     0xF0004E40           Message Object 66 Function Control Register
CAN_MOFGPR66    0xF0004E44           Message Object 66 FIFO/Gateway Pointer Register
CAN_MOIPR66     0xF0004E48           Message Object 66 Interrupt Pointer Register
CAN_MOAMR66     0xF0004E4C           Message Object 66 Acceptance Mask Register
CAN_MODATAL66   0xF0004E50           Message Object 66 Data Register Low
CAN_MODATAH66   0xF0004E54           Message Object 66 Data Register High
CAN_MOAR66      0xF0004E58           Message Object 66 Arbitration Register
CAN_MOCTR66     0xF0004E5C           Message Object 66 Control Register
CAN_MOFCR67     0xF0004E60           Message Object 67 Function Control Register
CAN_MOFGPR67    0xF0004E64           Message Object 67 FIFO/Gateway Pointer Register
CAN_MOIPR67     0xF0004E68           Message Object 67 Interrupt Pointer Register
CAN_MOAMR67     0xF0004E6C           Message Object 67 Acceptance Mask Register
CAN_MODATAL67   0xF0004E70           Message Object 67 Data Register Low
CAN_MODATAH67   0xF0004E74           Message Object 67 Data Register High
CAN_MOAR67      0xF0004E78           Message Object 67 Arbitration Register
CAN_MOCTR67     0xF0004E7C           Message Object 67 Control Register
CAN_MOFCR68     0xF0004E80           Message Object 68 Function Control Register
CAN_MOFGPR68    0xF0004E84           Message Object 68 FIFO/Gateway Pointer Register
CAN_MOIPR68     0xF0004E88           Message Object 68 Interrupt Pointer Register
CAN_MOAMR68     0xF0004E8C           Message Object 68 Acceptance Mask Register
CAN_MODATAL68   0xF0004E90           Message Object 68 Data Register Low
CAN_MODATAH68   0xF0004E94           Message Object 68 Data Register High
CAN_MOAR68      0xF0004E98           Message Object 68 Arbitration Register
CAN_MOCTR68     0xF0004E9C           Message Object 68 Control Register
CAN_MOFCR69     0xF0004EA0           Message Object 69 Function Control Register
CAN_MOFGPR69    0xF0004EA4           Message Object 69 FIFO/Gateway Pointer Register
CAN_MOIPR69     0xF0004EA8           Message Object 69 Interrupt Pointer Register
CAN_MOAMR69     0xF0004EAC           Message Object 69 Acceptance Mask Register
CAN_MODATAL69   0xF0004EB0           Message Object 69 Data Register Low
CAN_MODATAH69   0xF0004EB4           Message Object 69 Data Register High
CAN_MOAR69      0xF0004EB8           Message Object 69 Arbitration Register
CAN_MOCTR69     0xF0004EBC           Message Object 69 Control Register
CAN_MOFCR70     0xF0004EC0           Message Object 70 Function Control Register
CAN_MOFGPR70    0xF0004EC4           Message Object 70 FIFO/Gateway Pointer Register
CAN_MOIPR70     0xF0004EC8           Message Object 70 Interrupt Pointer Register
CAN_MOAMR70     0xF0004ECC           Message Object 70 Acceptance Mask Register
CAN_MODATAL70   0xF0004ED0           Message Object 70 Data Register Low
CAN_MODATAH70   0xF0004ED4           Message Object 70 Data Register High
CAN_MOAR70      0xF0004ED8           Message Object 70 Arbitration Register
CAN_MOCTR70     0xF0004EDC           Message Object 70 Control Register
CAN_MOFCR71     0xF0004EE0           Message Object 71 Function Control Register
CAN_MOFGPR71    0xF0004EE4           Message Object 71 FIFO/Gateway Pointer Register
CAN_MOIPR71     0xF0004EE8           Message Object 71 Interrupt Pointer Register
CAN_MOAMR71     0xF0004EEC           Message Object 71 Acceptance Mask Register
CAN_MODATAL71   0xF0004EF0           Message Object 71 Data Register Low
CAN_MODATAH71   0xF0004EF4           Message Object 71 Data Register High
CAN_MOAR71      0xF0004EF8           Message Object 71 Arbitration Register
CAN_MOCTR71     0xF0004EFC           Message Object 71 Control Register
CAN_MOFCR72     0xF0004F00           Message Object 72 Function Control Register
CAN_MOFGPR72    0xF0004F04           Message Object 72 FIFO/Gateway Pointer Register
CAN_MOIPR72     0xF0004F08           Message Object 72 Interrupt Pointer Register
CAN_MOAMR72     0xF0004F0C           Message Object 72 Acceptance Mask Register
CAN_MODATAL72   0xF0004F10           Message Object 72 Data Register Low
CAN_MODATAH72   0xF0004F14           Message Object 72 Data Register High
CAN_MOAR72      0xF0004F18           Message Object 72 Arbitration Register
CAN_MOCTR72     0xF0004F1C           Message Object 72 Control Register
CAN_MOFCR73     0xF0004F20           Message Object 73 Function Control Register
CAN_MOFGPR73    0xF0004F24           Message Object 73 FIFO/Gateway Pointer Register
CAN_MOIPR73     0xF0004F28           Message Object 73 Interrupt Pointer Register
CAN_MOAMR73     0xF0004F2C           Message Object 73 Acceptance Mask Register
CAN_MODATAL73   0xF0004F30           Message Object 73 Data Register Low
CAN_MODATAH73   0xF0004F34           Message Object 73 Data Register High
CAN_MOAR73      0xF0004F38           Message Object 73 Arbitration Register
CAN_MOCTR73     0xF0004F3C           Message Object 73 Control Register
CAN_MOFCR74     0xF0004F40           Message Object 74 Function Control Register
CAN_MOFGPR74    0xF0004F44           Message Object 74 FIFO/Gateway Pointer Register
CAN_MOIPR74     0xF0004F48           Message Object 74 Interrupt Pointer Register
CAN_MOAMR74     0xF0004F4C           Message Object 74 Acceptance Mask Register
CAN_MODATAL74   0xF0004F50           Message Object 74 Data Register Low
CAN_MODATAH74   0xF0004F54           Message Object 74 Data Register High
CAN_MOAR74      0xF0004F58           Message Object 74 Arbitration Register
CAN_MOCTR74     0xF0004F5C           Message Object 74 Control Register
CAN_MOFCR75     0xF0004F60           Message Object 75 Function Control Register
CAN_MOFGPR75    0xF0004F64           Message Object 75 FIFO/Gateway Pointer Register
CAN_MOIPR75     0xF0004F68           Message Object 75 Interrupt Pointer Register
CAN_MOAMR75     0xF0004F6C           Message Object 75 Acceptance Mask Register
CAN_MODATAL75   0xF0004F70           Message Object 75 Data Register Low
CAN_MODATAH75   0xF0004F74           Message Object 75 Data Register High
CAN_MOAR75      0xF0004F78           Message Object 75 Arbitration Register
CAN_MOCTR75     0xF0004F7C           Message Object 75 Control Register
CAN_MOFCR76     0xF0004F80           Message Object 76 Function Control Register
CAN_MOFGPR76    0xF0004F84           Message Object 76 FIFO/Gateway Pointer Register
CAN_MOIPR76     0xF0004F88           Message Object 76 Interrupt Pointer Register
CAN_MOAMR76     0xF0004F8C           Message Object 76 Acceptance Mask Register
CAN_MODATAL76   0xF0004F90           Message Object 76 Data Register Low
CAN_MODATAH76   0xF0004F94           Message Object 76 Data Register High
CAN_MOAR76      0xF0004F98           Message Object 76 Arbitration Register
CAN_MOCTR76     0xF0004F9C           Message Object 76 Control Register
CAN_MOFCR77     0xF0004FA0           Message Object 77 Function Control Register
CAN_MOFGPR77    0xF0004FA4           Message Object 77 FIFO/Gateway Pointer Register
CAN_MOIPR77     0xF0004FA8           Message Object 77 Interrupt Pointer Register
CAN_MOAMR77     0xF0004FAC           Message Object 77 Acceptance Mask Register
CAN_MODATAL77   0xF0004FB0           Message Object 77 Data Register Low
CAN_MODATAH77   0xF0004FB4           Message Object 77 Data Register High
CAN_MOAR77      0xF0004FB8           Message Object 77 Arbitration Register
CAN_MOCTR77     0xF0004FBC           Message Object 77 Control Register
CAN_MOFCR78     0xF0004FC0           Message Object 78 Function Control Register
CAN_MOFGPR78    0xF0004FC4           Message Object 78 FIFO/Gateway Pointer Register
CAN_MOIPR78     0xF0004FC8           Message Object 78 Interrupt Pointer Register
CAN_MOAMR78     0xF0004FCC           Message Object 78 Acceptance Mask Register
CAN_MODATAL78   0xF0004FD0           Message Object 78 Data Register Low
CAN_MODATAH78   0xF0004FD4           Message Object 78 Data Register High
CAN_MOAR78      0xF0004FD8           Message Object 78 Arbitration Register
CAN_MOCTR78     0xF0004FDC           Message Object 78 Control Register
CAN_MOFCR79     0xF0004FE0           Message Object 79 Function Control Register
CAN_MOFGPR79    0xF0004FE4           Message Object 79 FIFO/Gateway Pointer Register
CAN_MOIPR79     0xF0004FE8           Message Object 79 Interrupt Pointer Register
CAN_MOAMR79     0xF0004FEC           Message Object 79 Acceptance Mask Register
CAN_MODATAL79   0xF0004FF0           Message Object 79 Data Register Low
CAN_MODATAH79   0xF0004FF4           Message Object 79 Data Register High
CAN_MOAR79      0xF0004FF8           Message Object 79 Arbitration Register
CAN_MOCTR79     0xF0004FFC           Message Object 79 Control Register
CAN_MOFCR80     0xF0005000           Message Object 80 Function Control Register
CAN_MOFGPR80    0xF0005004           Message Object 80 FIFO/Gateway Pointer Register
CAN_MOIPR80     0xF0005008           Message Object 80 Interrupt Pointer Register
CAN_MOAMR80     0xF000500C           Message Object 80 Acceptance Mask Register
CAN_MODATAL80   0xF0005010           Message Object 80 Data Register Low
CAN_MODATAH80   0xF0005014           Message Object 80 Data Register High
CAN_MOAR80      0xF0005018           Message Object 80 Arbitration Register
CAN_MOCTR80     0xF000501C           Message Object 80 Control Register
CAN_MOFCR81     0xF0005020           Message Object 81 Function Control Register
CAN_MOFGPR81    0xF0005024           Message Object 81 FIFO/Gateway Pointer Register
CAN_MOIPR81     0xF0005028           Message Object 81 Interrupt Pointer Register
CAN_MOAMR81     0xF000502C           Message Object 81 Acceptance Mask Register
CAN_MODATAL81   0xF0005030           Message Object 81 Data Register Low
CAN_MODATAH81   0xF0005034           Message Object 81 Data Register High
CAN_MOAR81      0xF0005038           Message Object 81 Arbitration Register
CAN_MOCTR81     0xF000503C           Message Object 81 Control Register
CAN_MOFCR82     0xF0005040           Message Object 82 Function Control Register
CAN_MOFGPR82    0xF0005044           Message Object 82 FIFO/Gateway Pointer Register
CAN_MOIPR82     0xF0005048           Message Object 82 Interrupt Pointer Register
CAN_MOAMR82     0xF000504C           Message Object 82 Acceptance Mask Register
CAN_MODATAL82   0xF0005050           Message Object 82 Data Register Low
CAN_MODATAH82   0xF0005054           Message Object 82 Data Register High
CAN_MOAR82      0xF0005058           Message Object 82 Arbitration Register
CAN_MOCTR82     0xF000505C           Message Object 82 Control Register
CAN_MOFCR83     0xF0005060           Message Object 83 Function Control Register
CAN_MOFGPR83    0xF0005064           Message Object 83 FIFO/Gateway Pointer Register
CAN_MOIPR83     0xF0005068           Message Object 83 Interrupt Pointer Register
CAN_MOAMR83     0xF000506C           Message Object 83 Acceptance Mask Register
CAN_MODATAL83   0xF0005070           Message Object 83 Data Register Low
CAN_MODATAH83   0xF0005074           Message Object 83 Data Register High
CAN_MOAR83      0xF0005078           Message Object 83 Arbitration Register
CAN_MOCTR83     0xF000507C           Message Object 83 Control Register
CAN_MOFCR84     0xF0005080           Message Object 84 Function Control Register
CAN_MOFGPR84    0xF0005084           Message Object 84 FIFO/Gateway Pointer Register
CAN_MOIPR84     0xF0005088           Message Object 84 Interrupt Pointer Register
CAN_MOAMR84     0xF000508C           Message Object 84 Acceptance Mask Register
CAN_MODATAL84   0xF0005090           Message Object 84 Data Register Low
CAN_MODATAH84   0xF0005094           Message Object 84 Data Register High
CAN_MOAR84      0xF0005098           Message Object 84 Arbitration Register
CAN_MOCTR84     0xF000509C           Message Object 84 Control Register
CAN_MOFCR85     0xF00050A0           Message Object 85 Function Control Register
CAN_MOFGPR85    0xF00050A4           Message Object 85 FIFO/Gateway Pointer Register
CAN_MOIPR85     0xF00050A8           Message Object 85 Interrupt Pointer Register
CAN_MOAMR85     0xF00050AC           Message Object 85 Acceptance Mask Register
CAN_MODATAL85   0xF00050B0           Message Object 85 Data Register Low
CAN_MODATAH85   0xF00050B4           Message Object 85 Data Register High
CAN_MOAR85      0xF00050B8           Message Object 85 Arbitration Register
CAN_MOCTR85     0xF00050BC           Message Object 85 Control Register
CAN_MOFCR86     0xF00050C0           Message Object 86 Function Control Register
CAN_MOFGPR86    0xF00050C4           Message Object 86 FIFO/Gateway Pointer Register
CAN_MOIPR86     0xF00050C8           Message Object 86 Interrupt Pointer Register
CAN_MOAMR86     0xF00050CC           Message Object 86 Acceptance Mask Register
CAN_MODATAL86   0xF00050D0           Message Object 86 Data Register Low
CAN_MODATAH86   0xF00050D4           Message Object 86 Data Register High
CAN_MOAR86      0xF00050D8           Message Object 86 Arbitration Register
CAN_MOCTR86     0xF00050DC           Message Object 86 Control Register
CAN_MOFCR87     0xF00050E0           Message Object 87 Function Control Register
CAN_MOFGPR87    0xF00050E4           Message Object 87 FIFO/Gateway Pointer Register
CAN_MOIPR87     0xF00050E8           Message Object 87 Interrupt Pointer Register
CAN_MOAMR87     0xF00050EC           Message Object 87 Acceptance Mask Register
CAN_MODATAL87   0xF00050F0           Message Object 87 Data Register Low
CAN_MODATAH87   0xF00050F4           Message Object 87 Data Register High
CAN_MOAR87      0xF00050F8           Message Object 87 Arbitration Register
CAN_MOCTR87     0xF00050FC           Message Object 87 Control Register
CAN_MOFCR88     0xF0005100           Message Object 88 Function Control Register
CAN_MOFGPR88    0xF0005104           Message Object 88 FIFO/Gateway Pointer Register
CAN_MOIPR88     0xF0005108           Message Object 88 Interrupt Pointer Register
CAN_MOAMR88     0xF000510C           Message Object 88 Acceptance Mask Register
CAN_MODATAL88   0xF0005110           Message Object 88 Data Register Low
CAN_MODATAH88   0xF0005114           Message Object 88 Data Register High
CAN_MOAR88      0xF0005118           Message Object 88 Arbitration Register
CAN_MOCTR88     0xF000511C           Message Object 88 Control Register
CAN_MOFCR89     0xF0005120           Message Object 89 Function Control Register
CAN_MOFGPR89    0xF0005124           Message Object 89 FIFO/Gateway Pointer Register
CAN_MOIPR89     0xF0005128           Message Object 89 Interrupt Pointer Register
CAN_MOAMR89     0xF000512C           Message Object 89 Acceptance Mask Register
CAN_MODATAL89   0xF0005130           Message Object 89 Data Register Low
CAN_MODATAH89   0xF0005134           Message Object 89 Data Register High
CAN_MOAR89      0xF0005138           Message Object 89 Arbitration Register
CAN_MOCTR89     0xF000513C           Message Object 89 Control Register
CAN_MOFCR90     0xF0005140           Message Object 90 Function Control Register
CAN_MOFGPR90    0xF0005144           Message Object 90 FIFO/Gateway Pointer Register
CAN_MOIPR90     0xF0005148           Message Object 90 Interrupt Pointer Register
CAN_MOAMR90     0xF000514C           Message Object 90 Acceptance Mask Register
CAN_MODATAL90   0xF0005150           Message Object 90 Data Register Low
CAN_MODATAH90   0xF0005154           Message Object 90 Data Register High
CAN_MOAR90      0xF0005158           Message Object 90 Arbitration Register
CAN_MOCTR90     0xF000515C           Message Object 90 Control Register
CAN_MOFCR91     0xF0005160           Message Object 91 Function Control Register
CAN_MOFGPR91    0xF0005164           Message Object 91 FIFO/Gateway Pointer Register
CAN_MOIPR91     0xF0005168           Message Object 91 Interrupt Pointer Register
CAN_MOAMR91     0xF000516C           Message Object 91 Acceptance Mask Register
CAN_MODATAL91   0xF0005170           Message Object 91 Data Register Low
CAN_MODATAH91   0xF0005174           Message Object 91 Data Register High
CAN_MOAR91      0xF0005178           Message Object 91 Arbitration Register
CAN_MOCTR91     0xF000517C           Message Object 91 Control Register
CAN_MOFCR92     0xF0005180           Message Object 92 Function Control Register
CAN_MOFGPR92    0xF0005184           Message Object 92 FIFO/Gateway Pointer Register
CAN_MOIPR92     0xF0005188           Message Object 92 Interrupt Pointer Register
CAN_MOAMR92     0xF000518C           Message Object 92 Acceptance Mask Register
CAN_MODATAL92   0xF0005190           Message Object 92 Data Register Low
CAN_MODATAH92   0xF0005194           Message Object 92 Data Register High
CAN_MOAR92      0xF0005198           Message Object 92 Arbitration Register
CAN_MOCTR92     0xF000519C           Message Object 92 Control Register
CAN_MOFCR93     0xF00051A0           Message Object 93 Function Control Register
CAN_MOFGPR93    0xF00051A4           Message Object 93 FIFO/Gateway Pointer Register
CAN_MOIPR93     0xF00051A8           Message Object 93 Interrupt Pointer Register
CAN_MOAMR93     0xF00051AC           Message Object 93 Acceptance Mask Register
CAN_MODATAL93   0xF00051B0           Message Object 93 Data Register Low
CAN_MODATAH93   0xF00051B4           Message Object 93 Data Register High
CAN_MOAR93      0xF00051B8           Message Object 93 Arbitration Register
CAN_MOCTR93     0xF00051BC           Message Object 93 Control Register
CAN_MOFCR94     0xF00051C0           Message Object 94 Function Control Register
CAN_MOFGPR94    0xF00051C4           Message Object 94 FIFO/Gateway Pointer Register
CAN_MOIPR94     0xF00051C8           Message Object 94 Interrupt Pointer Register
CAN_MOAMR94     0xF00051CC           Message Object 94 Acceptance Mask Register
CAN_MODATAL94   0xF00051D0           Message Object 94 Data Register Low
CAN_MODATAH94   0xF00051D4           Message Object 94 Data Register High
CAN_MOAR94      0xF00051D8           Message Object 94 Arbitration Register
CAN_MOCTR94     0xF00051DC           Message Object 94 Control Register
CAN_MOFCR95     0xF00051E0           Message Object 95 Function Control Register
CAN_MOFGPR95    0xF00051E4           Message Object 95 FIFO/Gateway Pointer Register
CAN_MOIPR95     0xF00051E8           Message Object 95 Interrupt Pointer Register
CAN_MOAMR95     0xF00051EC           Message Object 95 Acceptance Mask Register
CAN_MODATAL95   0xF00051F0           Message Object 95 Data Register Low
CAN_MODATAH95   0xF00051F4           Message Object 95 Data Register High
CAN_MOAR95      0xF00051F8           Message Object 95 Arbitration Register
CAN_MOCTR95     0xF00051FC           Message Object 95 Control Register
CAN_MOFCR96     0xF0005200           Message Object 96 Function Control Register
CAN_MOFGPR96    0xF0005204           Message Object 96 FIFO/Gateway Pointer Register
CAN_MOIPR96     0xF0005208           Message Object 96 Interrupt Pointer Register
CAN_MOAMR96     0xF000520C           Message Object 96 Acceptance Mask Register
CAN_MODATAL96   0xF0005210           Message Object 96 Data Register Low
CAN_MODATAH96   0xF0005214           Message Object 96 Data Register High
CAN_MOAR96      0xF0005218           Message Object 96 Arbitration Register
CAN_MOCTR96     0xF000521C           Message Object 96 Control Register
CAN_MOFCR97     0xF0005220           Message Object 97 Function Control Register
CAN_MOFGPR97    0xF0005224           Message Object 97 FIFO/Gateway Pointer Register
CAN_MOIPR97     0xF0005228           Message Object 97 Interrupt Pointer Register
CAN_MOAMR97     0xF000522C           Message Object 97 Acceptance Mask Register
CAN_MODATAL97   0xF0005230           Message Object 97 Data Register Low
CAN_MODATAH97   0xF0005234           Message Object 97 Data Register High
CAN_MOAR97      0xF0005238           Message Object 97 Arbitration Register
CAN_MOCTR97     0xF000523C           Message Object 97 Control Register
CAN_MOFCR98     0xF0005240           Message Object 98 Function Control Register
CAN_MOFGPR98    0xF0005244           Message Object 98 FIFO/Gateway Pointer Register
CAN_MOIPR98     0xF0005248           Message Object 98 Interrupt Pointer Register
CAN_MOAMR98     0xF000524C           Message Object 98 Acceptance Mask Register
CAN_MODATAL98   0xF0005250           Message Object 98 Data Register Low
CAN_MODATAH98   0xF0005254           Message Object 98 Data Register High
CAN_MOAR98      0xF0005258           Message Object 98 Arbitration Register
CAN_MOCTR98     0xF000525C           Message Object 98 Control Register
CAN_MOFCR99     0xF0005260           Message Object 99 Function Control Register
CAN_MOFGPR99    0xF0005264           Message Object 99 FIFO/Gateway Pointer Register
CAN_MOIPR99     0xF0005268           Message Object 99 Interrupt Pointer Register
CAN_MOAMR99     0xF000526C           Message Object 99 Acceptance Mask Register
CAN_MODATAL99   0xF0005270           Message Object 99 Data Register Low
CAN_MODATAH99   0xF0005274           Message Object 99 Data Register High
CAN_MOAR99      0xF0005278           Message Object 99 Arbitration Register
CAN_MOCTR99     0xF000527C           Message Object 99 Control Register
CAN_MOFCR100    0xF0005280           Message Object 100 Function Control Register
CAN_MOFGPR100   0xF0005284           Message Object 100 FIFO/Gateway Pointer Register
CAN_MOIPR100    0xF0005288           Message Object 100 Interrupt Pointer Register
CAN_MOAMR100    0xF000528C           Message Object 100 Acceptance Mask Register
CAN_MODATAL100  0xF0005290           Message Object 100 Data Register Low
CAN_MODATAH100  0xF0005294           Message Object 100 Data Register High
CAN_MOAR100     0xF0005298           Message Object 100 Arbitration Register
CAN_MOCTR100    0xF000529C           Message Object 100 Control Register
CAN_MOFCR101    0xF00052A0           Message Object 101 Function Control Register
CAN_MOFGPR101   0xF00052A4           Message Object 101 FIFO/Gateway Pointer Register
CAN_MOIPR101    0xF00052A8           Message Object 101 Interrupt Pointer Register
CAN_MOAMR101    0xF00052AC           Message Object 101 Acceptance Mask Register
CAN_MODATAL101  0xF00052B0           Message Object 101 Data Register Low
CAN_MODATAH101  0xF00052B4           Message Object 101 Data Register High
CAN_MOAR101     0xF00052B8           Message Object 101 Arbitration Register
CAN_MOCTR101    0xF00052BC           Message Object 101 Control Register
CAN_MOFCR102    0xF00052C0           Message Object 102 Function Control Register
CAN_MOFGPR102   0xF00052C4           Message Object 102 FIFO/Gateway Pointer Register
CAN_MOIPR102    0xF00052C8           Message Object 102 Interrupt Pointer Register
CAN_MOAMR102    0xF00052CC           Message Object 102 Acceptance Mask Register
CAN_MODATAL102  0xF00052D0           Message Object 102 Data Register Low
CAN_MODATAH102  0xF00052D4           Message Object 102 Data Register High
CAN_MOAR102     0xF00052D8           Message Object 102 Arbitration Register
CAN_MOCTR102    0xF00052DC           Message Object 102 Control Register
CAN_MOFCR103    0xF00052E0           Message Object 103 Function Control Register
CAN_MOFGPR103   0xF00052E4           Message Object 103 FIFO/Gateway Pointer Register
CAN_MOIPR103    0xF00052E8           Message Object 103 Interrupt Pointer Register
CAN_MOAMR103    0xF00052EC           Message Object 103 Acceptance Mask Register
CAN_MODATAL103  0xF00052F0           Message Object 103 Data Register Low
CAN_MODATAH103  0xF00052F4           Message Object 103 Data Register High
CAN_MOAR103     0xF00052F8           Message Object 103 Arbitration Register
CAN_MOCTR103    0xF00052FC           Message Object 103 Control Register
CAN_MOFCR104    0xF0005300           Message Object 104 Function Control Register
CAN_MOFGPR104   0xF0005304           Message Object 104 FIFO/Gateway Pointer Register
CAN_MOIPR104    0xF0005308           Message Object 104 Interrupt Pointer Register
CAN_MOAMR104    0xF000530C           Message Object 104 Acceptance Mask Register
CAN_MODATAL104  0xF0005310           Message Object 104 Data Register Low
CAN_MODATAH104  0xF0005314           Message Object 104 Data Register High
CAN_MOAR104     0xF0005318           Message Object 104 Arbitration Register
CAN_MOCTR104    0xF000531C           Message Object 104 Control Register
CAN_MOFCR105    0xF0005320           Message Object 105 Function Control Register
CAN_MOFGPR105   0xF0005324           Message Object 105 FIFO/Gateway Pointer Register
CAN_MOIPR105    0xF0005328           Message Object 105 Interrupt Pointer Register
CAN_MOAMR105    0xF000532C           Message Object 105 Acceptance Mask Register
CAN_MODATAL105  0xF0005330           Message Object 105 Data Register Low
CAN_MODATAH105  0xF0005334           Message Object 105 Data Register High
CAN_MOAR105     0xF0005338           Message Object 105 Arbitration Register
CAN_MOCTR105    0xF000533C           Message Object 105 Control Register
CAN_MOFCR106    0xF0005340           Message Object 106 Function Control Register
CAN_MOFGPR106   0xF0005344           Message Object 106 FIFO/Gateway Pointer Register
CAN_MOIPR106    0xF0005348           Message Object 106 Interrupt Pointer Register
CAN_MOAMR106    0xF000534C           Message Object 106 Acceptance Mask Register
CAN_MODATAL106  0xF0005350           Message Object 106 Data Register Low
CAN_MODATAH106  0xF0005354           Message Object 106 Data Register High
CAN_MOAR106     0xF0005358           Message Object 106 Arbitration Register
CAN_MOCTR106    0xF000535C           Message Object 106 Control Register
CAN_MOFCR107    0xF0005360           Message Object 107 Function Control Register
CAN_MOFGPR107   0xF0005364           Message Object 107 FIFO/Gateway Pointer Register
CAN_MOIPR107    0xF0005368           Message Object 107 Interrupt Pointer Register
CAN_MOAMR107    0xF000536C           Message Object 107 Acceptance Mask Register
CAN_MODATAL107  0xF0005370           Message Object 107 Data Register Low
CAN_MODATAH107  0xF0005374           Message Object 107 Data Register High
CAN_MOAR107     0xF0005378           Message Object 107 Arbitration Register
CAN_MOCTR107    0xF000537C           Message Object 107 Control Register
CAN_MOFCR108    0xF0005380           Message Object 108 Function Control Register
CAN_MOFGPR108   0xF0005384           Message Object 108 FIFO/Gateway Pointer Register
CAN_MOIPR108    0xF0005388           Message Object 108 Interrupt Pointer Register
CAN_MOAMR108    0xF000538C           Message Object 108 Acceptance Mask Register
CAN_MODATAL108  0xF0005390           Message Object 108 Data Register Low
CAN_MODATAH108  0xF0005394           Message Object 108 Data Register High
CAN_MOAR108     0xF0005398           Message Object 108 Arbitration Register
CAN_MOCTR108    0xF000539C           Message Object 108 Control Register
CAN_MOFCR109    0xF00053A0           Message Object 109 Function Control Register
CAN_MOFGPR109   0xF00053A4           Message Object 109 FIFO/Gateway Pointer Register
CAN_MOIPR109    0xF00053A8           Message Object 109 Interrupt Pointer Register
CAN_MOAMR109    0xF00053AC           Message Object 109 Acceptance Mask Register
CAN_MODATAL109  0xF00053B0           Message Object 109 Data Register Low
CAN_MODATAH109  0xF00053B4           Message Object 109 Data Register High
CAN_MOAR109     0xF00053B8           Message Object 109 Arbitration Register
CAN_MOCTR109    0xF00053BC           Message Object 109 Control Register
CAN_MOFCR110    0xF00053C0           Message Object 110 Function Control Register
CAN_MOFGPR110   0xF00053C4           Message Object 110 FIFO/Gateway Pointer Register
CAN_MOIPR110    0xF00053C8           Message Object 110 Interrupt Pointer Register
CAN_MOAMR110    0xF00053CC           Message Object 110 Acceptance Mask Register
CAN_MODATAL110  0xF00053D0           Message Object 110 Data Register Low
CAN_MODATAH110  0xF00053D4           Message Object 110 Data Register High
CAN_MOAR110     0xF00053D8           Message Object 110 Arbitration Register
CAN_MOCTR110    0xF00053DC           Message Object 110 Control Register
CAN_MOFCR111    0xF00053E0           Message Object 111 Function Control Register
CAN_MOFGPR111   0xF00053E4           Message Object 111 FIFO/Gateway Pointer Register
CAN_MOIPR111    0xF00053E8           Message Object 111 Interrupt Pointer Register
CAN_MOAMR111    0xF00053EC           Message Object 111 Acceptance Mask Register
CAN_MODATAL111  0xF00053F0           Message Object 111 Data Register Low
CAN_MODATAH111  0xF00053F4           Message Object 111 Data Register High
CAN_MOAR111     0xF00053F8           Message Object 111 Arbitration Register
CAN_MOCTR111    0xF00053FC           Message Object 111 Control Register
CAN_MOFCR112    0xF0005400           Message Object 112 Function Control Register
CAN_MOFGPR112   0xF0005404           Message Object 112 FIFO/Gateway Pointer Register
CAN_MOIPR112    0xF0005408           Message Object 112 Interrupt Pointer Register
CAN_MOAMR112    0xF000540C           Message Object 112 Acceptance Mask Register
CAN_MODATAL112  0xF0005410           Message Object 112 Data Register Low
CAN_MODATAH112  0xF0005414           Message Object 112 Data Register High
CAN_MOAR112     0xF0005418           Message Object 112 Arbitration Register
CAN_MOCTR112    0xF000541C           Message Object 112 Control Register
CAN_MOFCR113    0xF0005420           Message Object 113 Function Control Register
CAN_MOFGPR113   0xF0005424           Message Object 113 FIFO/Gateway Pointer Register
CAN_MOIPR113    0xF0005428           Message Object 113 Interrupt Pointer Register
CAN_MOAMR113    0xF000542C           Message Object 113 Acceptance Mask Register
CAN_MODATAL113  0xF0005430           Message Object 113 Data Register Low
CAN_MODATAH113  0xF0005434           Message Object 113 Data Register High
CAN_MOAR113     0xF0005438           Message Object 113 Arbitration Register
CAN_MOCTR113    0xF000543C           Message Object 113 Control Register
CAN_MOFCR114    0xF0005440           Message Object 114 Function Control Register
CAN_MOFGPR114   0xF0005444           Message Object 114 FIFO/Gateway Pointer Register
CAN_MOIPR114    0xF0005448           Message Object 114 Interrupt Pointer Register
CAN_MOAMR114    0xF000544C           Message Object 114 Acceptance Mask Register
CAN_MODATAL114  0xF0005450           Message Object 114 Data Register Low
CAN_MODATAH114  0xF0005454           Message Object 114 Data Register High
CAN_MOAR114     0xF0005458           Message Object 114 Arbitration Register
CAN_MOCTR114    0xF000545C           Message Object 114 Control Register
CAN_MOFCR115    0xF0005460           Message Object 115 Function Control Register
CAN_MOFGPR115   0xF0005464           Message Object 115 FIFO/Gateway Pointer Register
CAN_MOIPR115    0xF0005468           Message Object 115 Interrupt Pointer Register
CAN_MOAMR115    0xF000546C           Message Object 115 Acceptance Mask Register
CAN_MODATAL115  0xF0005470           Message Object 115 Data Register Low
CAN_MODATAH115  0xF0005474           Message Object 115 Data Register High
CAN_MOAR115     0xF0005478           Message Object 115 Arbitration Register
CAN_MOCTR115    0xF000547C           Message Object 115 Control Register
CAN_MOFCR116    0xF0005480           Message Object 116 Function Control Register
CAN_MOFGPR116   0xF0005484           Message Object 116 FIFO/Gateway Pointer Register
CAN_MOIPR116    0xF0005488           Message Object 116 Interrupt Pointer Register
CAN_MOAMR116    0xF000548C           Message Object 116 Acceptance Mask Register
CAN_MODATAL116  0xF0005490           Message Object 116 Data Register Low
CAN_MODATAH116  0xF0005494           Message Object 116 Data Register High
CAN_MOAR116     0xF0005498           Message Object 116 Arbitration Register
CAN_MOCTR116    0xF000549C           Message Object 116 Control Register
CAN_MOFCR117    0xF00054A0           Message Object 117 Function Control Register
CAN_MOFGPR117   0xF00054A4           Message Object 117 FIFO/Gateway Pointer Register
CAN_MOIPR117    0xF00054A8           Message Object 117 Interrupt Pointer Register
CAN_MOAMR117    0xF00054AC           Message Object 117 Acceptance Mask Register
CAN_MODATAL117  0xF00054B0           Message Object 117 Data Register Low
CAN_MODATAH117  0xF00054B4           Message Object 117 Data Register High
CAN_MOAR117     0xF00054B8           Message Object 117 Arbitration Register
CAN_MOCTR117    0xF00054BC           Message Object 117 Control Register
CAN_MOFCR118    0xF00054C0           Message Object 118 Function Control Register
CAN_MOFGPR118   0xF00054C4           Message Object 118 FIFO/Gateway Pointer Register
CAN_MOIPR118    0xF00054C8           Message Object 118 Interrupt Pointer Register
CAN_MOAMR118    0xF00054CC           Message Object 118 Acceptance Mask Register
CAN_MODATAL118  0xF00054D0           Message Object 118 Data Register Low
CAN_MODATAH118  0xF00054D4           Message Object 118 Data Register High
CAN_MOAR118     0xF00054D8           Message Object 118 Arbitration Register
CAN_MOCTR118    0xF00054DC           Message Object 118 Control Register
CAN_MOFCR119    0xF00054E0           Message Object 119 Function Control Register
CAN_MOFGPR119   0xF00054E4           Message Object 119 FIFO/Gateway Pointer Register
CAN_MOIPR119    0xF00054E8           Message Object 119 Interrupt Pointer Register
CAN_MOAMR119    0xF00054EC           Message Object 119 Acceptance Mask Register
CAN_MODATAL119  0xF00054F0           Message Object 119 Data Register Low
CAN_MODATAH119  0xF00054F4           Message Object 119 Data Register High
CAN_MOAR119     0xF00054F8           Message Object 119 Arbitration Register
CAN_MOCTR119    0xF00054FC           Message Object 119 Control Register
CAN_MOFCR120    0xF0005500           Message Object 120 Function Control Register
CAN_MOFGPR120   0xF0005504           Message Object 120 FIFO/Gateway Pointer Register
CAN_MOIPR120    0xF0005508           Message Object 120 Interrupt Pointer Register
CAN_MOAMR120    0xF000550C           Message Object 120 Acceptance Mask Register
CAN_MODATAL120  0xF0005510           Message Object 120 Data Register Low
CAN_MODATAH120  0xF0005514           Message Object 120 Data Register High
CAN_MOAR120     0xF0005518           Message Object 120 Arbitration Register
CAN_MOCTR120    0xF000551C           Message Object 120 Control Register
CAN_MOFCR121    0xF0005520           Message Object 121 Function Control Register
CAN_MOFGPR121   0xF0005524           Message Object 121 FIFO/Gateway Pointer Register
CAN_MOIPR121    0xF0005528           Message Object 121 Interrupt Pointer Register
CAN_MOAMR121    0xF000552C           Message Object 121 Acceptance Mask Register
CAN_MODATAL121  0xF0005530           Message Object 121 Data Register Low
CAN_MODATAH121  0xF0005534           Message Object 121 Data Register High
CAN_MOAR121     0xF0005538           Message Object 121 Arbitration Register
CAN_MOCTR121    0xF000553C           Message Object 121 Control Register
CAN_MOFCR122    0xF0005540           Message Object 122 Function Control Register
CAN_MOFGPR122   0xF0005544           Message Object 122 FIFO/Gateway Pointer Register
CAN_MOIPR122    0xF0005548           Message Object 122 Interrupt Pointer Register
CAN_MOAMR122    0xF000554C           Message Object 122 Acceptance Mask Register
CAN_MODATAL122  0xF0005550           Message Object 122 Data Register Low
CAN_MODATAH122  0xF0005554           Message Object 122 Data Register High
CAN_MOAR122     0xF0005558           Message Object 122 Arbitration Register
CAN_MOCTR122    0xF000555C           Message Object 122 Control Register
CAN_MOFCR123    0xF0005560           Message Object 123 Function Control Register
CAN_MOFGPR123   0xF0005564           Message Object 123 FIFO/Gateway Pointer Register
CAN_MOIPR123    0xF0005568           Message Object 123 Interrupt Pointer Register
CAN_MOAMR123    0xF000556C           Message Object 123 Acceptance Mask Register
CAN_MODATAL123  0xF0005570           Message Object 123 Data Register Low
CAN_MODATAH123  0xF0005574           Message Object 123 Data Register High
CAN_MOAR123     0xF0005578           Message Object 123 Arbitration Register
CAN_MOCTR123    0xF000557C           Message Object 123 Control Register
CAN_MOFCR124    0xF0005580           Message Object 124 Function Control Register
CAN_MOFGPR124   0xF0005584           Message Object 124 FIFO/Gateway Pointer Register
CAN_MOIPR124    0xF0005588           Message Object 124 Interrupt Pointer Register
CAN_MOAMR124    0xF000558C           Message Object 124 Acceptance Mask Register
CAN_MODATAL124  0xF0005590           Message Object 124 Data Register Low
CAN_MODATAH124  0xF0005594           Message Object 124 Data Register High
CAN_MOAR124     0xF0005598           Message Object 124 Arbitration Register
CAN_MOCTR124    0xF000559C           Message Object 124 Control Register
CAN_MOFCR125    0xF00055A0           Message Object 125 Function Control Register
CAN_MOFGPR125   0xF00055A4           Message Object 125 FIFO/Gateway Pointer Register
CAN_MOIPR125    0xF00055A8           Message Object 125 Interrupt Pointer Register
CAN_MOAMR125    0xF00055AC           Message Object 125 Acceptance Mask Register
CAN_MODATAL125  0xF00055B0           Message Object 125 Data Register Low
CAN_MODATAH125  0xF00055B4           Message Object 125 Data Register High
CAN_MOAR125     0xF00055B8           Message Object 125 Arbitration Register
CAN_MOCTR125    0xF00055BC           Message Object 125 Control Register
CAN_MOFCR126    0xF00055C0           Message Object 126 Function Control Register
CAN_MOFGPR126   0xF00055C4           Message Object 126 FIFO/Gateway Pointer Register
CAN_MOIPR126    0xF00055C8           Message Object 126 Interrupt Pointer Register
CAN_MOAMR126    0xF00055CC           Message Object 126 Acceptance Mask Register
CAN_MODATAL126  0xF00055D0           Message Object 126 Data Register Low
CAN_MODATAH126  0xF00055D4           Message Object 126 Data Register High
CAN_MOAR126     0xF00055D8           Message Object 126 Arbitration Register
CAN_MOCTR126    0xF00055DC           Message Object 126 Control Register
CAN_MOFCR127    0xF00055E0           Message Object 127 Function Control Register
CAN_MOFGPR127   0xF00055E4           Message Object 127 FIFO/Gateway Pointer Register
CAN_MOIPR127    0xF00055E8           Message Object 127 Interrupt Pointer Register
CAN_MOAMR127    0xF00055EC           Message Object 127 Acceptance Mask Register
CAN_MODATAL127  0xF00055F0           Message Object 127 Data Register Low
CAN_MODATAH127  0xF00055F4           Message Object 127 Data Register High
CAN_MOAR127     0xF00055F8           Message Object 127 Arbitration Register
CAN_MOCTR127    0xF00055FC           Message Object 127 Control Register
USB_SUTL        0xF00E2000           Setup Token Low Bytes Register
USB_SUTH        0xF00E2004           Setup Token High Bytes Register
USB_EPUP0       0xF00E2010           Endpoint 0 USB pointer register
USB_EPCP0       0xF00E2014           Endpoint 0 CPU pointer register
USB_EPIC0       0xF00E2018           Endpoint 0 Interrupt Control register
USB_EPBC0       0xF00E201C           Endpoint 0 Buffer Control register
USB_EPUP1       0xF00E2020           Endpoint 1 USB pointer register
USB_EPCP1       0xF00E2024           Endpoint 1 CPU pointer register
USB_EPIC1       0xF00E2028           Endpoint 1 Interrupt Control register
USB_EPBC1       0xF00E202C           Endpoint 1 Buffer Control register
USB_EPUP2       0xF00E2030           Endpoint 2 USB pointer register
USB_EPCP2       0xF00E2034           Endpoint 2 CPU Pointer Register
USB_EPIC2       0xF00E2038           Endpoint 2 Interrupt Control Register
USB_EPBC2       0xF00E203C           Endpoint 2 Buffer Control register
USB_EPUP3       0xF00E2040           Endpoint 3 USB pointer register
USB_EPCP3       0xF00E2044           Endpoint 3 CPU Pointer Register
USB_EPIC3       0xF00E2048           Endpoint 3 Interrupt Control Register
USB_EPBC3       0xF00E204C           Endpoint 3 Buffer Control register
USB_EPUP4       0xF00E2050           Endpoint 4 USB pointer register
USB_EPCP4       0xF00E2054           Endpoint 4 CPU Pointer Register
USB_EPIC4       0xF00E2058           Endpoint 4 Interrupt Control Register
USB_EPBC4       0xF00E205C           Endpoint 4 Buffer Control register
USB_EPUP5       0xF00E2060           Endpoint 5 USB pointer register
USB_EPCP5       0xF00E2064           Endpoint 5 CPU Pointer Register
USB_EPIC5       0xF00E2068           Endpoint 5 Interrupt Control Register
USB_EPBC5       0xF00E206C           Endpoint 5 Buffer Control register
USB_EPUP6       0xF00E2070           Endpoint 6 USB pointer register
USB_EPCP6       0xF00E2074           Endpoint 6 CPU Pointer Register
USB_EPIC6       0xF00E2078           Endpoint 6 Interrupt Control Register
USB_EPBC6       0xF00E207C           Endpoint 6 Buffer Control register
USB_EPUP7       0xF00E2080           Endpoint 7 USB pointer register
USB_EPCP7       0xF00E2084           Endpoint 7 CPU Pointer Register
USB_EPIC7       0xF00E2088           Endpoint 7 Interrupt Control Register
USB_EPBC7       0xF00E208C           Endpoint 7 Buffer Control register
USB_EPUP8       0xF00E2090           Endpoint 8 USB pointer register
USB_EPCP8       0xF00E2094           Endpoint 8 CPU Pointer Register
USB_EPIC8       0xF00E2098           Endpoint 8 Interrupt Control Register
USB_EPBC8       0xF00E209C           Endpoint 8 Buffer Control register
USB_EPUP9       0xF00E20A0           Endpoint 9 USB pointer register
USB_EPCP9       0xF00E20A4           Endpoint 9 CPU Pointer Register
USB_EPIC9       0xF00E20A8           Endpoint 9 Interrupt Control Register
USB_EPBC9       0xF00E20AC           Endpoint 9 Buffer Control register
USB_EPUP10      0xF00E20B0           Endpoint 10 USB pointer register
USB_EPCP10      0xF00E20B4           Endpoint 10 CPU Pointer Register
USB_EPIC10      0xF00E20B8           Endpoint 10 Interrupt Control Register
USB_EPBC10      0xF00E20BC           Endpoint 10 Buffer Control register
USB_EPUP11      0xF00E20C0           Endpoint 11 USB pointer register
USB_EPCP11      0xF00E20C4           Endpoint 11 CPU Pointer Register
USB_EPIC11      0xF00E20C8           Endpoint 11 Interrupt Control Register
USB_EPBC11      0xF00E20CC           Endpoint 11 Buffer Control register
USB_EPUP12      0xF00E20D0           Endpoint 12 USB pointer register
USB_EPCP12      0xF00E20D4           Endpoint 12 CPU Pointer Register
USB_EPIC12      0xF00E20D8           Endpoint 12 Interrupt Control Register
USB_EPBC12      0xF00E20DC           Endpoint 12 Buffer Control register
USB_EPUP13      0xF00E20E0           Endpoint 13 USB pointer register
USB_EPCP13      0xF00E20E4           Endpoint 13 CPU Pointer Register
USB_EPIC13      0xF00E20E8           Endpoint 13 Interrupt Control Register
USB_EPBC13      0xF00E20EC           Endpoint 13 Buffer Control register
USB_EPUP14      0xF00E20F0           Endpoint 14 USB pointer register
USB_EPCP14      0xF00E20F4           Endpoint 14 CPU Pointer Register
USB_EPIC14      0xF00E20F8           Endpoint 14 Interrupt Control Register
USB_EPBC14      0xF00E20FC           Endpoint 14 Buffer Control register
USB_EPUP15      0xF00E2100           Endpoint 15 USB pointer register
USB_EPCP15      0xF00E2104           Endpoint 15 CPU Pointer Register
USB_EPIC15      0xF00E2108           Endpoint 15 Interrupt Control Register
USB_EPBC15      0xF00E210C           Endpoint 15 Buffer Control register
USB_CLC         0xF00E2800           USB Clock Control Register
USB_PISEL       0xF00E2804           USB Input Port Selection Register
USB_ID          0xF00E2808           USB Module Identification Register
USB_DCR         0xF00E2810           Device Control Register
USB_DSR         0xF00E2814           Device Status Register
USB_EPSTL       0xF00E2818           Endpoint Stall Register
USB_EPSSR       0xF00E281C           Endpoint Stall Set / Reset Register
USB_CNFR        0xF00E2820           Configuration Request Register
USB_FNR         0xF00E2824           Frame Number Register
USB_EPDIR       0xF00E2828           Endpoint Direction Register
USB_EPDSR       0xF00E282C           Endpoint Direction Set/Reset Register
USB_FCON        0xF00E2830           FIFO Control Register
USB_CPLPR       0xF00E2834           CPU Local Pointer Register
USB_DATA32      0xF00E2838           Data Register for 32bit Accesses
USB_DATA16      0xF00E283C           Data Register for 16bit Accesses
USB_DATA8       0xF00E2840           Data Register for 8bit Accesses
USB_EPVLD       0xF00E2844           Endpoint Valid Register
USB_EVSR        0xF00E2848           Endpoint Valid Set/Reset Register
USB_DIER        0xF00E284C           Device Interrupt Enable Register
USB_DIRR        0xF00E2850           Device Interrupt Request Register
USB_DIRST       0xF00E2854           Device Interrupt Reset Register
USB_DINP        0xF00E2858           Device Interrupt Node Pointer Register
USB_EPIR0       0xF00E285C           Endpoint Interrupt Request Register
USB_EPIR1       0xF00E2860           Endpoint Interrupt Request Register
USB_EPIR2       0xF00E2864           Endpoint Interrupt Request Register
USB_EPIR3       0xF00E2868           Endpoint Interrupt Request Register
USB_EPIRST0     0xF00E286C           Endpoint Interrupt Reset Register
USB_EPIRST1     0xF00E2870           Endpoint Interrupt Reset Register
USB_EPIRST2     0xF00E2874           Endpoint Interrupt Reset Register
USB_EPIRST3     0xF00E2878           Endpoint Interrupt Reset Register
USB_EPIT0       0xF00E287C           Endpoint Interrupt Test Register
USB_EPIT1       0xF00E2880           Endpoint Interrupt Test Register
USB_EPIT2       0xF00E2884           Endpoint Interrupt Test Register
USB_EPIT3       0xF00E2888           Endpoint Interrupt Test Register
USB_DIT         0xF00E288C           Device Interrupt Test Register
USB_ZLPEN       0xF00E2890           Zero-Length-Package Enable Register
USB_ZLPSR       0xF00E2894           Zero-Length-Package Set/Reset Register
USB_SRC7        0xF00E28E0           Service Request Control Register 7
USB_SRC6        0xF00E28E4           Service Request Control Register 6
USB_SRC5        0xF00E28E8           Service Request Control Register 5
USB_SRC4        0xF00E28EC           Service Request Control Register 4
USB_SRC3        0xF00E28F0           Service Request Control Register 3
USB_SRC2        0xF00E28F4           Service Request Control Register 2
USB_SRC1        0xF00E28F8           Service Request Control Register 1
USB_SRC0        0xF00E28FC           Service Request Control Register 0
SSC0_CLC        0xF0100100           SSC Clock Control Register
SSC0_PISEL      0xF0100104           SSC Port Input Select Register
SSC0_ID         0xF0100108           SSC0 Module Identification Register
SSC0_FDR        0xF010010C           SSC Fractional Divider Register
SSC0_CON        0xF0100110           SSC Control Register
SSC0_BR         0xF0100114           SSC Baudrate Timer Reload Register
SSC0_SSOC       0xF0100118           Slave Select Output Control Register
SSC0_SSOTC      0xF010011C           Slave Select Output Timing Control Register
SSC0_TB         0xF0100120           SSC Transmit Buffer Register
SSC0_RB         0xF0100124           SSC Receive Buffer Register
SSC0_STAT       0xF0100128           SSC Status Register
SSC0_EFM        0xF010012C           SSC Error Flag Modification Register
SSC0_RXFCON     0xF0100130           SSC Receive FIFO Control Register
SSC0_TXFCON     0xF0100134           SSC Transmit FIFO Control Register
SSC0_FSTAT      0xF0100138           SSC FIFO Status Register
SSC0_TSRC       0xF01001F4           SSC Transmit Interrupt Service Request Control Register
SSC0_RSRC       0xF01001F8           SSC Receive Interrupt Service Request Control Register
SSC0_ESRC       0xF01001FC           SSC Error Interrupt Service Request Control Register
SSC1_CLC        0xF0100200           SSC Clock Control Register
SSC1_PISEL      0xF0100204           SSC Port Input Select Register
SSC1_ID         0xF0100208           SSC0 Module Identification Register
SSC1_FDR        0xF010020C           SSC Fractional Divider Register
SSC1_CON        0xF0100210           SSC Control Register
SSC1_BR         0xF0100214           SSC Baudrate Timer Reload Register
SSC1_SSOC       0xF0100218           Slave Select Output Control Register
SSC1_SSOTC      0xF010021C           Slave Select Output Timing Control Register
SSC1_TB         0xF0100220           SSC Transmit Buffer Register
SSC1_RB         0xF0100224           SSC Receive Buffer Register
SSC1_STAT       0xF0100228           SSC Status Register
SSC1_EFM        0xF010022C           SSC Error Flag Modification Register
SSC1_RXFCON     0xF0100230           SSC Receive FIFO Control Register
SSC1_TXFCON     0xF0100234           SSC Transmit FIFO Control Register
SSC1_FSTAT      0xF0100238           SSC FIFO Status Register
SSC1_TSRC       0xF01002F4           SSC Transmit Interrupt Service Request Control Register
SSC1_RSRC       0xF01002F8           SSC Receive Interrupt Service Request Control Register
SSC1_ESRC       0xF01002FC           SSC Error Interrupt Service Request Control Register
ASC0_CLC        0xF0100300           ASC Clock Control Register
ASC0_PISEL      0xF0100304           ASC Peripheral Input Select Register
ASC0_ID         0xF0100308           ASC Module Identification Register
ASC0_CON        0xF0100310           ASC Control Register
ASC0_BG         0xF0100314           ASC Baudrate Timer Reload Register
ASC0_FDV        0xF0100318           ASC Fractional Divider Register
ASC0_PMW        0xF010031C           ASC IrDA Pulse Mode/Widdth Register
ASC0_TBUF       0xF0100320           ASC Transmit Buffer Register
ASC0_RBUF       0xF0100324           ASC Receive Buffer Register
ASC0_RXFCON     0xF0100340           SSC Receive FIFO Control Register
ASC0_TXFCON     0xF0100344           SSC Transmit FIFO Control Register
ASC0_FSTAT      0xF0100348           ASC FIFO Status Register
ASC0_WHBCON     0xF0100350           ASC Hardware Bits Control Register
ASC0_TSRC       0xF01003F0           ASC Transmit Interrupt Service Request Control Register
ASC0_RSRC       0xF01003F4           ASC Receive Interrupt Service Request Control Register
ASC0_ESRC       0xF01003F8           ASC Error Interrupt Service Request Control Register
ASC0_TBSRC      0xF01003FC           ASC Transmit Buffer Service Request Control Register
ASC1_CLC        0xF0100400           ASC Clock Control Register
ASC1_PISEL      0xF0100404           ASC Peripheral Input Select Register
ASC1_ID         0xF0100408           ASC Module Identification Register
ASC1_CON        0xF0100410           ASC Control Register
ASC1_BG         0xF0100414           ASC Baudrate Timer Reload Register
ASC1_FDV        0xF0100418           ASC Fractional Divider Register
ASC1_PMW        0xF010041C           ASC IrDA Pulse Mode/Widdth Register
ASC1_TBUF       0xF0100420           ASC Transmit Buffer Register
ASC1_RBUF       0xF0100424           ASC Receive Buffer Register
ASC1_RXFCON     0xF0100440           SSC Receive FIFO Control Register
ASC1_TXFCON     0xF0100444           SSC Transmit FIFO Control Register
ASC1_FSTAT      0xF0100448           ASC FIFO Status Register
ASC1_WHBCON     0xF0100450           ASC Hardware Bits Control Register
ASC1_TSRC       0xF01004F0           ASC Transmit Interrupt Service Request Control Register
ASC1_RSRC       0xF01004F4           ASC Receive Interrupt Service Request Control Register
ASC1_ESRC       0xF01004F8           ASC Error Interrupt Service Request Control Register
ASC1_TBSRC      0xF01004FC           ASC Transmit Buffer Service Request Control Register
ASC2_CLC        0xF0100500           ASC Clock Control Register
ASC2_PISEL      0xF0100504           ASC Peripheral Input Select Register
ASC2_ID         0xF0100508           ASC Module Identification Register
ASC2_CON        0xF0100510           ASC Control Register
ASC2_BG         0xF0100514           ASC Baudrate Timer Reload Register
ASC2_FDV        0xF0100518           ASC Fractional Divider Register
ASC2_PMW        0xF010051C           ASC IrDA Pulse Mode/Widdth Register
ASC2_TBUF       0xF0100520           ASC Transmit Buffer Register
ASC2_RBUF       0xF0100524           ASC Receive Buffer Register
ASC2_RXFCON     0xF0100540           SSC Receive FIFO Control Register
ASC2_TXFCON     0xF0100544           SSC Transmit FIFO Control Register
ASC2_FSTAT      0xF0100548           ASC FIFO Status Register
ASC2_WHBCON     0xF0100550           ASC Hardware Bits Control Register
ASC2_TSRC       0xF01005F0           ASC Transmit Interrupt Service Request Control Register
ASC2_RSRC       0xF01005F4           ASC Receive Interrupt Service Request Control Register
ASC2_ESRC       0xF01005F8           ASC Error Interrupt Service Request Control Register
ASC2_TBSRC      0xF01005FC           ASC Transmit Buffer Service Request Control Register
IIC_CLC         0xF0100600           IIC Clock Control Register
IIC_PISEL       0xF0100604           IIC Input Select Register
IIC_ID          0xF0100608           IIC Module Identification Register
IIC_SYSCON      0xF0100610           System Control Register
IIC_BUSCON      0xF0100614           IIC BUS Control Register
IIC_RTB         0xF0100618           Reset Transmit Buffer
IIC_WHBSYSCON   0xF0100620           IIC Write Hardware Modifiied System Control
IIC_XP2SRC      0xF01006F4           IIC Service Request Control Register 2
IIC_XP1SRC      0xF01006F8           IIC Service Request Control Register 1
IIC_XP0SRC      0xF01006FC           IIC Service Request Control Register 0
MLI0_ID         0xF010C008           MLI Module Identification Register
MLI0_FDR        0xF010C00C           MLI Fractional Divider Register
MLI0_TCR        0xF010C010           Transmitter Control Register
MLI0_TSTATR     0xF010C014           Transmitter Status Register
MLI0_TP0STATR   0xF010C018           Transmitter Pipe 0 Status Register
MLI0_TP1STATR   0xF010C01C           Transmitter Pipe 1 Status Register
MLI0_TP2STATR   0xF010C020           Transmitter Pipe 2 Status Register
MLI0_TP3STATR   0xF010C024           Transmitter Pipe 3 Status Register
MLI0_TCMDR      0xF010C028           Transmitter Command Register
MLI0_TRSTATR    0xF010C02C           Transmitter Registers Status Register
MLI0_TP0AOFR    0xF010C030           Transmitter Pipe 0 Address Offset Register
MLI0_TP1AOFR    0xF010C034           Transmitter Pipe 1 Address Offset Register
MLI0_TP2AOFR    0xF010C038           Transmitter Pipe 2 Address Offset Register
MLI0_TP3AOFR    0xF010C03C           Transmitter Pipe 3 Address Offset Register
MLI0_TP0DATAR   0xF010C040           Transmitter Pipe 0 Data Register
MLI0_TP1DATAR   0xF010C044           Transmitter Pipe 1 Data Register
MLI0_TP2DATAR   0xF010C048           Transmitter Pipe 2 Data Register
MLI0_TP3DATAR   0xF010C04C           Transmitter Pipe 3 Data Register
MLI0_TDRAR      0xF010C050           Transmitter Data Read Answer Register
MLI0_TP0BAR     0xF010C054           Transmitter Pipe 0 Base Address Register
MLI0_TP1BAR     0xF010C058           Transmitter Pipe 1 Base Address Register
MLI0_TP2BAR     0xF010C05C           Transmitter Pipe 2 Base Address Register
MLI0_TP3BAR     0xF010C060           Transmitter Pipe 3 Base Address Register
MLI0_TCBAR      0xF010C064           Transmitter Copy Base Address Register
MLI0_RCR        0xF010C068           Receiver Control Register
MLI0_RP0BAR     0xF010C06C           Receiver Pipe 0 Base Address Register
MLI0_RP1BAR     0xF010C070           Receiver Pipe 1 Base Address Register
MLI0_RP2BAR     0xF010C074           Receiver Pipe 2 Base Address Register
MLI0_RP3BAR     0xF010C078           Receiver Pipe 3 Base Address Register
MLI0_RP0STATR   0xF010C07C           Receiver Pipe 0 Status Register
MLI0_RP1STATR   0xF010C080           Receiver Pipe 1 Status Register
MLI0_RP2STATR   0xF010C084           Receiver Pipe 2 Status Register
MLI0_RP3STATR   0xF010C088           Receiver Pipe 3 Status Register
MLI0_RADRR      0xF010C08C           Receiver Address Register
MLI0_RDATAR     0xF010C090           Receiver Data Register
MLI0_SCR        0xF010C094           Set Clear Register
MLI0_TIER       0xF010C098           Transmitter Interrupt Enable Register
MLI0_TISR       0xF010C09C           Transmitter Interrupt Status Register
MLI0_TINPR      0xF010C0A0           Transmitter Interrupt Node Pointer Register
MLI0_RIER       0xF010C0A4           Receiver Interrupt Enable Register
MLI0_RISR       0xF010C0A8           Receiver Interrupt Status Register
MLI0_RINPR      0xF010C0AC           Receiver Interrupt Node Pointer Register
MLI0_GINTR      0xF010C0B0           MLI Global Interrupt Set Register
MLI0_OICR       0xF010C0B4           Output Input Control Register
MLI0_AER        0xF010C0B8           Access Enable Register
MLI0_ARR        0xF010C0BC           Access Range Register
MLI1_ID         0xF010C108           MLI Module Identification Register
MLI1_FDR        0xF010C10C           MLI Fractional Divider Register
MLI1_TCR        0xF010C110           Transmitter Control Register
MLI1_TSTATR     0xF010C114           Transmitter Status Register
MLI1_TP0STATR   0xF010C118           Transmitter Pipe 0 Status Register
MLI1_TP1STATR   0xF010C11C           Transmitter Pipe 1 Status Register
MLI1_TP2STATR   0xF010C120           Transmitter Pipe 2 Status Register
MLI1_TP3STATR   0xF010C124           Transmitter Pipe 3 Status Register
MLI1_TCMDR      0xF010C128           Transmitter Command Register
MLI1_TRSTATR    0xF010C12C           Transmitter Registers Status Register
MLI1_TP0AOFR    0xF010C130           Transmitter Pipe 0 Address Offset Register
MLI1_TP1AOFR    0xF010C134           Transmitter Pipe 1 Address Offset Register
MLI1_TP2AOFR    0xF010C138           Transmitter Pipe 2 Address Offset Register
MLI1_TP3AOFR    0xF010C13C           Transmitter Pipe 3 Address Offset Register
MLI1_TP0DATAR   0xF010C140           Transmitter Pipe 0 Data Register
MLI1_TP1DATAR   0xF010C144           Transmitter Pipe 1 Data Register
MLI1_TP2DATAR   0xF010C148           Transmitter Pipe 2 Data Register
MLI1_TP3DATAR   0xF010C14C           Transmitter Pipe 3 Data Register
MLI1_TDRAR      0xF010C150           Transmitter Data Read Answer Register
MLI1_TP0BAR     0xF010C154           Transmitter Pipe 0 Base Address Register
MLI1_TP1BAR     0xF010C158           Transmitter Pipe 1 Base Address Register
MLI1_TP2BAR     0xF010C15C           Transmitter Pipe 2 Base Address Register
MLI1_TP3BAR     0xF010C160           Transmitter Pipe 3 Base Address Register
MLI1_TCBAR      0xF010C164           Transmitter Copy Base Address Register
MLI1_RCR        0xF010C168           Receiver Control Register
MLI1_RP0BAR     0xF010C16C           Receiver Pipe 0 Base Address Register
MLI1_RP1BAR     0xF010C170           Receiver Pipe 1 Base Address Register
MLI1_RP2BAR     0xF010C174           Receiver Pipe 2 Base Address Register
MLI1_RP3BAR     0xF010C178           Receiver Pipe 3 Base Address Register
MLI1_RP0STATR   0xF010C17C           Receiver Pipe 0 Status Register
MLI1_RP1STATR   0xF010C180           Receiver Pipe 1 Status Register
MLI1_RP2STATR   0xF010C184           Receiver Pipe 2 Status Register
MLI1_RP3STATR   0xF010C188           Receiver Pipe 3 Status Register
MLI1_RADRR      0xF010C18C           Receiver Address Register
MLI1_RDATAR     0xF010C190           Receiver Data Register
MLI1_SCR        0xF010C194           Set Clear Register
MLI1_TIER       0xF010C198           Transmitter Interrupt Enable Register
MLI1_TISR       0xF010C19C           Transmitter Interrupt Status Register
MLI1_TINPR      0xF010C1A0           Transmitter Interrupt Node Pointer Register
MLI1_RIER       0xF010C1A4           Receiver Interrupt Enable Register
MLI1_RISR       0xF010C1A8           Receiver Interrupt Status Register
MLI1_RINPR      0xF010C1AC           Receiver Interrupt Node Pointer Register
MLI1_GINTR      0xF010C1B0           MLI Global Interrupt Set Register
MLI1_OICR       0xF010C1B4           Output Input Control Register
MLI1_AER        0xF010C1B8           Access Enable Register
MLI1_ARR        0xF010C1BC           Access Range Register
MCHK_ID         0xF010C208           MCHK Module Identification Register
MCHK_IR         0xF010C210           MCHK Memory Checker Input Register
MCHK_RR         0xF010C214           Memory Checker Result Register
MCHK_WR         0xF010C220           Write Register
ETHERNET_DRISFIFO 0xF2000118           DR Interrupt Status FIFO
ETHERNET_DRFFCR 0xF200011C           DR FIFO Full Counter Register
ETHERNET_DRCMD  0xF2000120           DR Command Register
ETHERNET_DRMOD  0xF2000124           DR Mode Register
ETHERNET_DRFRDA 0xF200012C           DR First Rx Descriptor Address Register
ETHERNET_DRIMR  0xF2000130           DR Interrupt Mask Register
ETHERNET_DRCONF 0xF2000134           DR Configuration Register
ETHERNET_DTCMD  0xF2000218           DT Command Register
ETHERNET_DTFTDA 0xF2000220           DT First Tx Descriptor Address Register
ETHERNET_DTIMR  0xF2000224           DT Interrupt Mask Register
ETHERNET_DTCONF 0xF2000228           DT Configuration Register
ETHERNET_DTCONF3 0xF200022C           DT Configuration 3 Register
ETHERNET_DTISFIFO 0xF2000238           DT Interrupt Status FIFO
ETHERNET_DTFFCR 0xF200023C           DT FIFO Full Counter Register
ETHERNET_MACCTRL 0xF2000310           MAC Ctrl Register
ETHERNET_MACCAMCTRL0 0xF2000314           MAC CAM Ctrl Register 0
ETHERNET_MACTXCTRL 0xF2000318           MAC Transmit Ctrl Register
ETHERNET_MACTXSTAT 0xF200031C           MAC Transmit Status Register
ETHERNET_MACRXCTRL 0xF2000320           MAC Receive Ctrl Register
ETHERNET_MACRXSTAT 0xF2000324           MAC Receive Status Register
ETHERNET_MACSMDATA 0xF2000328           MAC Station Management Data Register
ETHERNET_MACSMCTRL 0xF200032C           MAC Station Management Ctrl Register
ETHERNET_MACCAMADDR 0xF2000330           MAC CAM Address Register
ETHERNET_MACCAMDATA 0xF2000334           MAC Cam Data Register
ETHERNET_MACCAMCTRL1 0xF2000338           MAC CAM Ctrl Register 1
ETHERNET_MACMERRCNT 0xF200033C           MAC Missed Error Count Register
ETHERNET_MACPSECNT 0xF2000340           MAC Pause Count Register
ETHERNET_MACRPSECNT 0xF2000344           MAC Remote Pause Count Register
ETHERNET_MACTX0IMR 0xF2000348           MAC Transmit 0 Interrupt Mask Register
ETHERNET_MACTX0ISR 0xF200034C           MAC Transmit 0 Interrupt Status Register
ETHERNET_MACTX1IMR 0xF2000350           MAC Transmit 1 Interrupt Mask Register
ETHERNET_MACTX1ISR 0xF2000354           MAC Transmit 1 Interrupt Status Register
ETHERNET_MACRX0IMR 0xF2000368           MAC Receive 0 Interrupt Mask Register
ETHERNET_MACRX0ISR 0xF200036C           MAC Receive 0 Interrupt Status Register
ETHERNET_MACRX1IMR 0xF2000370           MAC Receive 1 Interrupt Mask Register
ETHERNET_MACRX1ISR 0xF2000374           MAC Receive 1 Interrupt Status Register
ETHERNET_RBCC   0xF2000418           RB Channel Command Register
ETHERNET_RBCBL  0xF200041C           RB Channel Burst Length Register
ETHERNET_RBFPM  0xF2000420           Free Pool Monitor Register
ETHERNET_RBFPTH 0xF2000424           RB Free Pool Threshold Register
ETHERNET_RBFPCNT 0xF2000430           RB Free Pool Count Register
ETHERNET_TBISR  0xF2000514           TB Interrupt Status Register
ETHERNET_TBCC   0xF2000518           TB Channel Command Register
ETHERNET_TBCPR  0xF200051C           TB Channel Parameter Register
CPS_ID          0xF7E0FF08           CPS Module Identification Register
CPU_SBSRC       0xF7E0FFBC           Software Break Service Request Control Register
CPU_SRC3        0xF7E0FFF0           CPU Service Request Control Register 3
CPU_SRC2        0xF7E0FFF4           CPU Service Request Control Register 2
CPU_SRC1        0xF7E0FFF8           CPU Service Request Control Register 1
CPU_SRC0        0xF7E0FFFC           CPU Service Request Control Register 0
CSFR_BASE       0xF7E10000           Core Special Function Registers base
MMU_CON         0xF7E18000           MMU Configuration Register
MMU_ASI         0xF7E18004           MMU Address Space Identifier Register
MMU_ID          0xF7E18008           MMU Identification Register
MMU_TVA         0xF7E1800C           MMU Translation Virtual Address Register
MMU_TPA         0xF7E18010           MMU Translation Physical Address Register
MMU_TPX         0xF7E18014           MMU Translation Page Index Register
MMU_TFA         0xF7E18018           MMU Translation Fault Address Register
DPR0_0L         0xF7E1C000           Data Seg. Prot. Reg. 0, Set 0, lower
DPR0_0U         0xF7E1C004           Data Seg. Prot. Reg. 0, Set 0, upper
DPR0_1L         0xF7E1C008           Data Seg. Prot. Reg. 1, Set 0, lower
DPR0_1U         0xF7E1C00C           Data Seg. Prot. Reg. 1, Set 0, upper
DPR0_2L         0xF7E1C010           Data Seg. Prot. Reg. 2, Set 0, lower
DPR0_2U         0xF7E1C014           Data Seg. Prot. Reg. 2, Set 0, upper
DPR0_3L         0xF7E1C018           Data Seg. Prot. Reg. 3, Set 0, lower
DPR0_3U         0xF7E1C01C           Data Seg. Prot. Reg. 3, Set 0, upper
DPR1_0L         0xF7E1C400           Data Seg. Prot. Reg. 0, Set 1, lower
DPR1_0U         0xF7E1C404           Data Seg. Prot. Reg. 0, Set 1, upper
DPR1_1L         0xF7E1C408           Data Seg. Prot. Reg. 1, Set 1, lower
DPR1_1U         0xF7E1C40C           Data Seg. Prot. Reg. 1, Set 1, upper
DPR1_2L         0xF7E1C410           Data Seg. Prot. Reg. 2, Set 1, lower
DPR1_2U         0xF7E1C414           Data Seg. Prot. Reg. 2, Set 1, upper
DPR1_3L         0xF7E1C418           Data Seg. Prot. Reg. 3, Set 1, lower
DPR1_3U         0xF7E1C41C           Data Seg. Prot. Reg. 3, Set 1, upper
CPR0_0L         0xF7E1D000           Code Seg. Prot. Reg. 0, Set 0, lower
CPR0_0U         0xF7E1D004           Code Seg. Prot. Reg. 0, Set 0, upper
CPR0_1L         0xF7E1D008           Code Seg. Prot. Reg. 1, Set 0, lower
CPR0_1U         0xF7E1D00C           Code Seg. Prot. Reg. 1, Set 0, upper
CPR1_0L         0xF7E1D400           Code Seg. Prot. Reg. 0, Set 1, lower
CPR1_0U         0xF7E1D404           Code Seg. Prot. Reg. 0, Set 1, upper
CPR1_1L         0xF7E1D408           Code Seg. Prot. Reg. 1, Set 1, lower
CPR1_1U         0xF7E1D40C           Code Seg. Prot. Reg. 1, Set 1, upper
DPM0            0xF7E1E000           Data Protection Mode Register, Set 0 (4 bytes)
DPM1            0xF7E1E080           Data Protection Mode Register, Set 1 (4 bytes)
CPM0            0xF7E1E200           Code Protection Mode Register, Set 0 (2 bytes)
CPM1            0xF7E1E280           Code Protection Mode Register, Set 1 (2 bytes)
DBGSR           0xF7E1FD00           Debug Status Register
EXEVT           0xF7E1FD08           External Break Input Event Specifier
CREVT           0xF7E1FD0C           Emulator Resource Protection Event Specifier
SWEVT           0xF7E1FD10           Software Break Event Specifier
TR0EVT          0xF7E1FD20           Trigger Event 0 Specifier
TR1EVT          0xF7E1FD24           Trigger Event 1 Specifier
DMS             0xF7E1FD40           Debug Monitor Start Address Register
DCX             0xF7E1FD44           Debug Contest Save Area Pointer
PCXI            0xF7E1FE00           Previous Context Info Register
PSW             0xF7E1FE04           Program Status Word
PC              0xF7E1FE08           Program Counter
SYSCON          0xF7E1FE14           System Configuration Control Register
CPU_ID          0xF7E1FE18           CPU Identification Register
BIV             0xF7E1FE20           Interrupt Vector Table
BTV             0xF7E1FE24           Trap Vector Table Pointer
ISP             0xF7E1FE28           Interrupt Stack Pointer
ICR             0xF7E1FE2C           Interrupt Unit Control Register
FCX             0xF7E1FE38           Free CSA List Head Pointer
LCX             0xF7E1FE3C           Free CSA List Limit Pointer
CPU_D0          0xF7E1FF00         Data Register 0
CPU_D1          0xF7E1FF04         Data Register 1
CPU_D2          0xF7E1FF08         Data Register 2
CPU_D3          0xF7E1FF0C         Data Register 3
CPU_D4          0xF7E1FF10         Data Register 4
CPU_D5          0xF7E1FF14         Data Register 5
CPU_D6          0xF7E1FF18         Data Register 6
CPU_D7          0xF7E1FF1C         Data Register 7
CPU_D8          0xF7E1FF20         Data Register 8
CPU_D9          0xF7E1FF24         Data Register 9
CPU_D10         0xF7E1FF28         Data Register 10
CPU_D11         0xF7E1FF2C         Data Register 11
CPU_D12         0xF7E1FF30         Data Register 12
CPU_D13         0xF7E1FF34         Data Register 13
CPU_D14         0xF7E1FF38         Data Register 14
CPU_D15         0xF7E1FF3C         Data Register 15
CPU_A0          0xF7E1FF80         Address Register 0
CPU_A1          0xF7E1FF84         Address Register 1
CPU_A2          0xF7E1FF88         Address Register 2
CPU_A3          0xF7E1FF8C         Address Register 3
CPU_A4          0xF7E1FF90         Address Register 4
CPU_A5          0xF7E1FF94         Address Register 5
CPU_A6          0xF7E1FF98         Address Register 6
CPU_A7          0xF7E1FF9C         Address Register 7
CPU_A8          0xF7E1FFA0         Address Register 8
CPU_A9          0xF7E1FFA4         Address Register 9
CPU_A10         0xF7E1FFA8         Address Register 10
CPU_A11         0xF7E1FFAC         Address Register 11
CPU_A12         0xF7E1FFB0         Address Register 12
CPU_A13         0xF7E1FFB4         Address Register 13
CPU_A14         0xF7E1FFB8         Address Register 14
CPU_A15         0xF7E1FFBC         Address Register 15
EBU_CLC         0xF8000000           EBU Clock Control Register
EBU_ID          0xF8000008           EBU Module Identification Register
EBU_CON         0xF8000010           EBU Global Control Register
EBU_BFCON       0xF8000020           Burst Flash Control Register
EBU_SDRMREF0    0xF8000040           SDRAM Refresh Register 0
EBU_SDRMREF1    0xF8000048           SDRAM Refresh Register 1
EBU_SDRMCON0    0xF8000050           SDRAM Control Register 0
EBU_SDRMCON1    0xF8000058           SDRAM Control Register 1
EBU_SDRMOD0     0xF8000060           SDRAM Mode Register 0
EBU_SDRMOD1     0xF8000068           SDRAM Mode Register 1
EBU_SDRSTAT0    0xF8000070           EBU_LMB SDRAM Status Register 0
EBU_SDRSTAT1    0xF8000078           EBU_LMB SDRAM Status Register 1
EBU_ADDRSEL0    0xF8000080           Address Select Register 0
EBU_ADDRSEL1    0xF8000088           Address Select Register 1
EBU_ADDRSEL2    0xF8000090           Address Select Register 2
EBU_ADDRSEL3    0xF8000098           Address Select Register 3
EBU_BUSCON0     0xF80000C0           Bus Configuration Register 0
EBU_BUSCON1     0xF80000C8           Bus Configuration Register 1
EBU_BUSCON2     0xF80000D0           Bus Configuration Register 2
EBU_BUSCON3     0xF80000D8           Bus Configuration Register 3
EBU_BUSAP0      0xF8000100           Bus Access Parameter Register 0
EBU_BUSAP1      0xF8000108           Bus Access Parameter Register 1
EBU_BUSAP2      0xF8000110           Bus Access Parameter Register 2
EBU_BUSAP3      0xF8000118           Bus Access Parameter Register 3
EBU_EMUAS       0xF8000160           Emulator Address Select Register
EBU_EMUBC       0xF8000168           Emulator Bus Configuration Register
EBU_EMUBAP      0xF8000170           Emulator Bus Access Parameter Register
EBU_EMUOVL      0xF8000178           Emulator Overlay Register
EBU_USERCON     0xF8000190           Test/Configuration Register
DMU_ID          0xF8000408           DMU Module Identification Register
DMU_SRAR0       0xF8000410           SRAM Redundancy Address
DMU_SRAR1       0xF8000418           SRAM Redundancy Address
DMU_SRAR2       0xF8000420           SRAM Redundancy Address
DMU_SRAR3       0xF8000428           SRAM Redundancy Address
DMU_SRAR4       0xF8000430           SRAM Redundancy Address
DMU_SRAR5       0xF8000438           SRAM Redundancy Address
DMU_SRAR6       0xF8000440           SRAM Redundancy Address
DMU_SRAR7       0xF8000448           SRAM Redundancy Address
DMU_SRAR8       0xF8000450           SRAM Redundancy Address
DMU_SRAR9       0xF8000458           SRAM Redundancy Address
DMU_SRAR10      0xF8000460           SRAM Redundancy Address
DMU_SRAR11      0xF8000468           SRAM Redundancy Address
DMU_SRAR12      0xF8000470           SRAM Redundancy Address
DMU_SRAR13      0xF8000478           SRAM Redundancy Address
DMU_SRAR14      0xF8000480           SRAM Redundancy Address
DMU_SRAR15      0xF8000488           SRAM Redundancy Address
DMU_CSCACTL     0xF8000490           CPU SRAM Configuration Bit Chain Control Register
DMU_CSCADIN     0xF8000498           CPU SRAM Configuration Bit Chain Data In Register
DMU_CSCADOUT    0xF80004A0           CPU SRAM Configuration Bit Chain Data Out Register
DMU_SETA        0xF80004A8           Soft-Error Trapped Address
DMU_SRAR16      0xF80004B0           SRAM Redundancy Address
DMU_SRAR17      0xF80004B8           SRAM Redundancy Address
DMU_SRAR18      0xF80004C0           SRAM Redundancy Address
DMU_SRAR19      0xF80004C8           SRAM Redundancy Address
DMU_SRAR20      0xF80004D0           SRAM Redundancy Address
DMU_SRAR21      0xF80004D8           SRAM Redundancy Address
DMU_SRAR22      0xF80004E0           SRAM Redundancy Address
DMU_SRAR23      0xF80004E8           SRAM Redundancy Address
DMI_ID          0xF87FFC08           DMI Module Identification Register
DMI_CON         0xF87FFC10           DMI Control Register
DMI_STR         0xF87FFC18           DMI Synchronous Trap Register
DMI_ATR         0xF87FFC20           DMI Asynchronous Trap Register
DMI_CON1        0xF87FFC28           DMI Control Register 1
PMI_ID          0xF87FFD08           PMI Module Identification Register
PMI_CON0        0xF87FFD10           PMI Control Register 0
PMI_CON1        0xF87FFD14           PMI Control Register 1
PMI_CON2        0xF87FFD18           PMI Control Register 2
LBCU_ID         0xF87FFE08           LBCU Module Identification Register
LBCU_LEATT      0xF87FFE20           LMB Error Attributes Register
LBCU_LEADDR     0xF87FFE24           LMB Error Addres Register
LBCU_LEDATL     0xF87FFE28           LMB Error Data Register (32 LSB's)
LBCU_LEDATH     0xF87FFE2C           LMB Error Data Register (32 MSB's)
LBCU_SRC        0xF87FFEFC           PBCU Service Request Control Register
LFI_ID          0xF87FFF08           LFI Module Identification Register
LFI_CON         0xF87FFF10           LFI Configuration Register

; this chip implements TriCore v1.3.1 instruction set
.tc1xxx/tc1724,tc1xxx/tc1728
; MEMORY MAP
; memory map unknown - the documentation is missing it
area DATA REGISTERS       0xF0000000:0xF8800000   Core SFRs and GPRs
; REGISTERS
SBCU_ID         0xF0000108         Module Identification Register
SBCU_CON        0xF0000110         SBCU Control Register
SBCU_ECON       0xF0000120         SBCU Error Control Capture Register
SBCU_EADD       0xF0000124         SBCU Error Address Capture Register
SBCU_EDAT       0xF0000128         SBCU Error Data Capture Register
SBCU_DBCNTL     0xF0000130         SBCU Debug Control Register
SBCU_DBGRNT     0xF0000134         SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0000138         SBCU Debug Address 1 Register
SBCU_DBADR2     0xF000013C         SBCU Debug Address 2 Register
SBCU_DBBOS      0xF0000140         SBCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0000144         SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0000148         SBCU Debug Trapped Address Register
SBCU_DBBOST     0xF000014C         SBCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0000150         SBCU Debug Data Status Register
SBCU_SRC        0xF00001FC         SBCU Service Request Control Register
STM_CLC         0xF0000200         STM Clock Control Register
STM_ID          0xF0000208         STM Module Identification Register
STM_TIM0        0xF0000210         STM Timer Register 0
STM_TIM1        0xF0000214         STM Timer Register 1
STM_TIM2        0xF0000218         STM Timer Register 2
STM_TIM3        0xF000021C         STM Timer Register 3
STM_TIM4        0xF0000220         STM Timer Register 4
STM_TIM5        0xF0000224         STM Timer Register 5
STM_TIM6        0xF0000228         STM Timer Register 6
STM_CAP         0xF000022C         STM Timer Capture Register
STM_CMP0        0xF0000230         STM Compare Register 0
STM_CMP1        0xF0000234         STM Compare Register 1
STM_CMCON       0xF0000238         STM Compare Match Control Register
STM_ICR         0xF000023C         STM Interrupt Control Register
STM_ISRR        0xF0000240         STM Interrupt Set/Reset Register
STM_SRC1        0xF00002F8         STM Service Request Control Register 1
STM_SRC0        0xF00002FC         STM Service Request Control Register 0
CBS_JDPID       0xF0000408         Module Identification Register
CBS_JTAGID      0xF0000464         JTAG Device Identification Register
CBS_COMDATA     0xF0000468         Communication Mode Data Register
CBS_IOSR        0xF000046C         IOClient Status and Control Register
CBS_MCDBBS      0xF0000470         Break Bus Switch Configuration Register
CBS_MCDSSG      0xF0000474         Suspend Source Status and Control Register
CBS_OEC         0xF0000478         OCDS Enable Control Register
CBS_OCNTRL      0xF000047C         OSCU Control Register
CBS_OSTATE      0xF0000480         OSCU Status Register
CBS_INTMOD      0xF0000484         Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488         Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C         Internally Controlled Trace Destination Register
CBS_MCDBBSS     0xF0000490         Break Bus Switch Status Register
CBS_MCDSSGC     0xF0000494         Suspend Signal Target Control Register
CBS_TRIGS       0xF00004A0         Set Trigger to Host Register
CBS_TRIGC       0xF00004A4         Clear Trigger to Host Register
CBS_TRIG        0xF00004A8         Trigger to Host Register
CBS_SRC1        0xF00004F8         Service Request Node2 Control Register
CBS_SRC0        0xF00004FC         Service Request Node1 Control Register
SCU_ID          0xF0000508         Identification Register
SCU_OSCCON      0xF0000510         OSC Control Register
SCU_PLLSTAT     0xF0000514         PLL Status Register
SCU_PLLCON0     0xF0000518         PLL Configuration 0 Register
SCU_PLLCON1     0xF000051C         PLL Configuration 1 Register
SCU_PLLERAYSTAT 0xF0000524         PLL_ERAY Status Register
SCU_PLLERAYCON0 0xF0000528         PLL_ERAY Configuration 0 Register
SCU_PLLERAYCON1 0xF000052C         PLL_ERAY Configuration 1 Register
SCU_CCUCON0     0xF0000530         CCU Clock Control Register 0
SCU_CCUCON1     0xF0000534         CCU Clock Control Register 1
SCU_FDR         0xF0000538         Fractional Divider Register
SCU_EXTCON      0xF000053C         External Clock Control Register
SCU_SYSCON      0xF0000540         System Control Register
SCU_RSTSTAT     0xF0000550         Reset Status Register
SCU_RSTCNTCON   0xF0000554         Reset Counter Control Register
SCU_RSTCON      0xF0000558         Reset Configuration Register
SCU_ARSTDIS     0xF000055C         Application Reset Disable Register
SCU_SWRSTCON    0xF0000560         Software Reset Configuration Register
SCU_EVRRSTCON   0xF000056C         EVR Reset Control Register
SCU_ESRCFG0     0xF0000570         ESR0 Configuration Register
SCU_ESRCFG1     0xF0000574         ESR1 Configuration Register
SCU_EICR0       0xF0000580         External Input Channel Register 0
SCU_EICR1       0xF0000584         External Input Channel Register 1
SCU_EIFR        0xF0000588         External Input Flag Register
SCU_FMR         0xF000058C         Flag Modification Register
SCU_PDRR        0xF0000590         Pattern Detection Result Register
SCU_IGCR0       0xF0000594         Interrupt Gating Register 0
SCU_IGCR1       0xF0000598         Interrupt Gating Register 1
SCU_IOCR        0xF00005A0         Input/Output Control Register
SCU_OUT         0xF00005A4         Output Register
SCU_OMR         0xF00005A8         Output Modification Register
SCU_IN          0xF00005AC         Input Register
SCU_PMCSR       0xF00005B0         Power Management Control and Status Register
SCU_STSTAT      0xF00005C0         Start-up Status Register
SCU_STCON       0xF00005C4         Start-up Configuration Register
SCU_ECCCON      0xF00005D0         ECC Control Register
SCU_ECCSTAT     0xF00005D4         ECC Status Register
SCU_ECCCLR      0xF00005D8         ECC Clear Register
WDT_CON0        0xF00005F0         WDT Control Register 0
WDT_CON1        0xF00005F4         WDT Control Register 1
WDT_SR          0xF00005F8         WDT Status Register
SCU_EMSR        0xF0000600         Emergency Stop Register
SCU_INTSTAT     0xF0000610         Interrupt Status Register
SCU_INTSET      0xF0000614         Interrupt Set Register
SCU_INTCLR      0xF0000618         Interrupt Clear Register
SCU_INTDIS      0xF000061C         Interrupt Disable Register
SCU_INTNP       0xF0000620         Interrupt Node Pointer Register
SCU_TRAPSTAT    0xF0000624         Trap Status Register
SCU_TRAPSET     0xF0000628         Trap Set Register
SCU_TRAPCLR     0xF000062C         Trap Clear Register
SCU_TRAPDIS     0xF0000630         Trap Disable Register
SCU_CHIPID      0xF0000640         Chip Identification Register
SCU_MANID       0xF0000644         Manufacturer Identification Register
SCU_RTID        0xF0000648         Redesign Tracing Identification Register
SCU_MEMTEST     0xF0000660         Memory Test Register
SCU_SRC3        0xF00006F0         Service Request Control 3 Register
SCU_SRC2        0xF00006F4         Service Request Control 2 Register
SCU_SRC1        0xF00006F8         Service Request Control 1 Register
SCU_SRC0        0xF00006FC         Service Request Control 0 Register
MSC0_CLC        0xF0000800         MSC0 Clock Control Register
MSC0_ID         0xF0000808         MSC0 Module Identification Register
MSC0_FDR        0xF000080C         MSC0 Fractional Divider Register
MSC0_USR        0xF0000810         MSC0 Upstream Status Register
MSC0_DSC        0xF0000814         MSC0 Downstream Control Register
MSC0_DSS        0xF0000818         MSC0 Downstream Status Register
MSC0_DD         0xF000081C         MSC0 Downstream Data Register
MSC0_DC         0xF0000820         MSC0 Downstream Command Register
MSC0_DSDSL      0xF0000824         MSC0 Downstream Select Data Source Low Register
MSC0_DSDSH      0xF0000828         MSC0 Downstream Select Data Source High Register
MSC0_ESR        0xF000082C         MSC0 Emergency Stop Register
MSC0_UD0        0xF0000830         MSC0 Upstream Data Register 0
MSC0_UD1        0xF0000834         MSC0 Upstream Data Register 1
MSC0_UD2        0xF0000838         MSC0 Upstream Data Register 2
MSC0_UD3        0xF000083C         MSC0 Upstream Data Register 3
MSC0_ICR        0xF0000840         MSC0 Interrupt Control Register
MSC0_ISR        0xF0000844         MSC0 Interrupt Status Register
MSC0_ISC        0xF0000848         MSC0 Interrupt Set Clear Register
MSC0_OCR        0xF000084C         MSC0 Output Control Register
MSC0_SRC1       0xF00008F8         MSC0 Service Request Control Register 1
MSC0_SRC0       0xF00008FC         MSC0 Service Request Control Register 0
ASC0_CLC        0xF0000A00         ASC0 Clock Control Register
ASC0_PISEL      0xF0000A04         ASC0 Peripheral Input Select Register
ASC0_ID         0xF0000A08         ASC0 Module Identification Register
ASC0_CON        0xF0000A10         ASC0 Control Register
ASC0_BG         0xF0000A14         ASC0 Baud Rate Timer/Reload Register
ASC0_FDV        0xF0000A18         ASC0 Fractional Divider Register
ASC0_TBUF       0xF0000A20         ASC0 Transmit Buffer Register
ASC0_RBUF       0xF0000A24         ASC0 Receive Buffer Register
ASC0_WHBCON     0xF0000A50         ASC0 Write Hardware Bits Control Register
ASC0_TSRC       0xF0000AF0         ASC0 Transmit Interrupt Service Request Control Register
ASC0_RSRC       0xF0000AF4         ASC0 Receive Interrupt Service Request Control Register
ASC0_ESRC       0xF0000AF8         ASC0 Error Interrupt Service Request Control Register
ASC0_TBSRC      0xF0000AFC         ASC0 Transmit Buffer Interrupt Service Request Control Register
ASC1_PISEL      0xF0000B04         ASC1 Peripheral Input Select Register
ASC1_ID         0xF0000B08         ASC1 Module Identification Register
ASC1_CON        0xF0000B10         ASC1 Control Register
ASC1_BG         0xF0000B14         ASC1 Baud Rate Timer/Reload Register
ASC1_FDV        0xF0000B18         ASC1 Fractional Divider Register
ASC1_TBUF       0xF0000B20         ASC1 Transmit Buffer Register
ASC1_RBUF       0xF0000B24         ASC1 Receive Buffer Register
ASC1_WHBCON     0xF0000B50         ASC1 Write Hardware Bits Control Register
ASC1_TSRC       0xF0000BF0         ASC1 Transmit Interrupt Service Request Control Register
ASC1_RSRC       0xF0000BF4         ASC1 Receive Interrupt Service Request Control Register
ASC1_ESRC       0xF0000BF8         ASC1 Error Interrupt Service Request Control Register
ASC1_TBSRC      0xF0000BFC         ASC1 Transmit Buffer Interrupt Service Request Control Register
P0_OUT          0xF0000C00         Port 0 Output Register
P0_OMR          0xF0000C04         Port 0 Output Modification Register
P0_IOCR0        0xF0000C10         Port 0 Input/Output Control Register 0
P0_IOCR4        0xF0000C14         Port 0 Input/Output Control Register 4
P0_IOCR8        0xF0000C18         Port 0 Input/Output Control Register 8
P0_IOCR12       0xF0000C1C         Port 0 Input/Output Control Register 12
P0_IN           0xF0000C24         Port 0 Input Register
P0_PDR0         0xF0000C40         Port 0 Pad Driver Mode 0 Register
P0_PDR1         0xF0000C44         Port 0 Pad Driver Mode 1 Register
P0_ESR          0xF0000C50         Port 0 Emergency Stop Register
P1_OUT          0xF0000D00         Port 1 Output Register
P1_OMR          0xF0000D04         Port 1 Output Modification Register
P1_IOCR0        0xF0000D10         Port 1 Input/Output Control Register 0
P1_IOCR4        0xF0000D14         Port 1 Input/Output Control Register 4
P1_IOCR8        0xF0000D18         Port 1 Input/Output Control Register 8
P1_IOCR12       0xF0000D1C         Port 1 Input/Output Control Register 12
P1_IN           0xF0000D24         Port 1 Input Register
P1_PDR0         0xF0000D40         Port 1 Pad Driver Mode 0 Register
P1_PDR1         0xF0000D44         Port 1 Pad Driver Mode 1 Register
P1_ESR          0xF0000D50         Port 1 Emergency Stop Register
P2_OUT          0xF0000E00         Port 2 Output Register
P2_OMR          0xF0000E04         Port 2 Output Modification Register
P2_IOCR0        0xF0000E10         Port 2 Input/Output Control Register 0
P2_IOCR4        0xF0000E14         Port 2 Input/Output Control Register 4
P2_IOCR8        0xF0000E18         Port 2 Input/Output Control Register 8
P2_IOCR12       0xF0000E1C         Port 2 Input/Output Control Register 12
P2_IN           0xF0000E24         Port 2 Input Register
P2_PDR0         0xF0000E40         Port 2 Pad Driver Mode 0 Register
P2_PDR1         0xF0000E44         Port 2 Pad Driver Mode 1 Register
P2_ESR          0xF0000E50         Port 2 Emergency Stop Register
P3_OUT          0xF0000F00         Port 3 Output Register
P3_OMR          0xF0000F04         Port 3 Output Modification Register
P3_IOCR0        0xF0000F10         Port 3 Input/Output Control Register 0
P3_IOCR4        0xF0000F14         Port 3 Input/Output Control Register 4
P3_IOCR8        0xF0000F18         Port 3 Input/Output Control Register 8
P3_IOCR12       0xF0000F1C         Port 3 Input/Output Control Register 12
P3_IN           0xF0000F24         Port 3 Input Register
P3_PDR0         0xF0000F40         Port 3 Pad Driver Mode 0 Register
P3_PDR1         0xF0000F44         Port 3 Pad Driver Mode 1 Register
P3_ESR          0xF0000F50         Port 3 Emergency Stop Register
P4_OUT          0xF0001000         Port 4 Output Register
P4_OMR          0xF0001004         Port 4 Output Modification Register
P4_IOCR0        0xF0001010         Port 4 Input/Output Control Register 0
P4_IN           0xF0001024         Port 4 Input Register
P4_PDR0         0xF0001040         Port 4 Pad Driver Mode 0 Register
P4_ESR          0xF0001050         Port 4 Emergency Stop Register
P5_OUT          0xF0001100         Port 5 Output Register
P5_OMR          0xF0001104         Port 5 Output Modification Register
P5_IOCR0        0xF0001110         Port 5 Input/Output Control Register 0
P5_IOCR4        0xF0001114         Port 5 Input/Output Control Register 4
P5_IOCR8        0xF0001118         Port 5 Input/Output Control Register 8
P5_IOCR12       0xF000111C         Port 5 Input/Output Control Register 12
P5_IN           0xF0001124         Port 5 Input Register
P5_PDR0         0xF0001140         Port 5 Pad Driver Mode 0 Register
P5_PDR1         0xF0001144         Port 5 Pad Driver Mode 1 Register
P5_ESR          0xF0001150         Port 5 Emergency Stop Register
P6_OUT          0xF0001200         Port 6 Output Register
P6_OMR          0xF0001204         Port 6 Output Modification Register
P6_IOCR0        0xF0001210         Port 6 Input/Output Control Register 0
P6_IN           0xF0001224         Port 6 Input Register
P6_PDR0         0xF0001240         Port 6 Pad Driver Mode 0 Register
P6_ESR          0xF0001250         Port 6 Emergency Stop Register
P8_OUT          0xF0001400         Port 8 Output Register
P8_OMR          0xF0001404         Port 8 Output Modification Register
P8_IOCR0        0xF0001410         Port 8 Input/Output Control Register 0
P8_IOCR4        0xF0001414         Port 8 Input/Output Control Register 4
P8_IOCR8        0xF0001418         Port 8 Input/Output Control Register 8
P8_IOCR12       0xF000141C         Port 8 Input/Output Control Register 12
P8_IN           0xF0001424         Port 8 Input Register
P8_PDR0         0xF0001440         Port 8 Pad Driver Mode 0 Register
P8_PDR1         0xF0001444         Port 8 Pad Driver Mode 1 Register
P8_ESR          0xF0001450         Port 8 Emergency Stop Register
P9_OUT          0xF0001500         Port 9 Output Register
P9_OMR          0xF0001504         Port 9 Output Modification Register
P9_IOCR0        0xF0001510         Port 9 Input/Output Control Register 0
P9_IOCR4        0xF0001514         Port 9 Input/Output Control Register 4
P9_IOCR8        0xF0001518         Port 9 Input/Output Control Register 8
P9_IN           0xF0001524         Port 9 Input Register
P9_PDR0         0xF0001540         Port 9 Pad Driver Mode 0 Register
P9_PDR1         0xF0001544         Port 9 Pad Driver Mode 1 Register
P9_ESR          0xF0001550         Port 9 Emergency Stop Register
P10_OUT         0xF0001600         Port 10 Output Register
P10_OMR         0xF0001604         Port 10 Output Modification Register
P10_IOCR0       0xF0001610         Port 10 Input/Output Control Register 0
P10_IN          0xF0001624         Port 10 Input Register
P10_PDR0        0xF0001640         Port 10 Pad Driver Mode 0 Register
P11_IOCR0       0xF0001710         Port 11 Input/Output Control Register 0
P11_IOCR4       0xF0001714         Port 11 Input/Output Control Register 4
P11_IOCR8       0xF0001718         Port 11 Input/Output Control Register 8
P11_IOCR12      0xF000171C         Port 11 Input/Output Control Register 12
P11_IN          0xF0001724         Port 11 Input Register
P11_PDISC       0xF0001760         Port 11 Pin Function Decision Control Register
GPTA0_CLC       0xF0001800         GPTA Clock Control Register
GPTA0_DBGCTR    0xF0001804         GPTA Debug Clock Control Register
GPTA0_ID        0xF0001808         GPTA0 Identification Register
GPTA0_FDR       0xF000180C         GPTA Fractional Divider Register
GPTA0_SRSC0     0xF0001810         GPTA0 Service Request State Clear Register 0
GPTA0_SRSS0     0xF0001814         GPTA0 Service Request State Set Register 0
GPTA0_SRSC1     0xF0001818         GPTA0 Service Request State Clear Register 1
GPTA0_SRSS1     0xF000181C         GPTA0 Service Request State Set Register 1
GPTA0_SRSC2     0xF0001820         GPTA0 Service Request State Clear Register 2
GPTA0_SRSS2     0xF0001824         GPTA0 Service Request State Set Register 2
GPTA0_SRSC3     0xF0001828         GPTA0 Service Request State Clear Register 3
GPTA0_SRSS3     0xF000182C         GPTA0 Service Request State Set Register 3
GPTA0_SRNR      0xF0001830         GPTA0 Service Request Node Redirection Register
GPTA0_MRACTL    0xF0001838         GPTA0 Multiplexer Register Array Control Register
GPTA0_MRADIN    0xF000183C         GPTA0 Multiplexer Register Array Data In Register
GPTA0_MRADOUT   0xF0001840         GPTA0 Multiplexer Register Array Data Out Register
GPTA0_FPCSTAT   0xF0001844         GPTA0 Filter and Prescaler Cell Status Register
GPTA0_FPCCTR0   0xF0001848         GPTA0 Filter and Prescaler Cell Control Register 0
GPTA0_FPCTIM0   0xF000184C         GPTA0 Filter and Prescaler Cell Timer Register 0
GPTA0_FPCCTR1   0xF0001850         GPTA0 Filter and Prescaler Cell Control Register 1
GPTA0_FPCTIM1   0xF0001854         GPTA0 Filter and Prescaler Cell Timer Register 1
GPTA0_FPCCTR2   0xF0001858         GPTA0 Filter and Prescaler Cell Control Register 2
GPTA0_FPCTIM2   0xF000185C         GPTA0 Filter and Prescaler Cell Timer Register 2
GPTA0_FPCCTR3   0xF0001860         GPTA0 Filter and Prescaler Cell Control Register 3
GPTA0_FPCTIM3   0xF0001864         GPTA0 Filter and Prescaler Cell Timer Register 3
GPTA0_FPCCTR4   0xF0001868         GPTA0 Filter and Prescaler Cell Control Register 4
GPTA0_FPCTIM4   0xF000186C         GPTA0 Filter and Prescaler Cell Timer Register 4
GPTA0_FPCCTR5   0xF0001870         GPTA0 Filter and Prescaler Cell Control Register 5
GPTA0_FPCTIM5   0xF0001874         GPTA0 Filter and Prescaler Cell Timer Register 5
GPTA0_PDLCTR    0xF0001878         GPTA0 Phase Discrimination Logic Control Register
GPTA0_DCMCTR0   0xF0001880         GPTA0 Duty Cycle Measurement Control Register 0
GPTA0_DCMTIM0   0xF0001884         GPTA0 Duty Cycle Measurement Timer Register 0
GPTA0_DCMCAV0   0xF0001888         GPTA0 Duty Cycle Measurement Capture Register 0
GPTA0_DCMCOV0   0xF000188C         GPTA0 Duty Cycle Measurement Capture/Compare Register 0
GPTA0_DCMCTR1   0xF0001890         GPTA0 Duty Cycle Measurement Control Register 1
GPTA0_DCMTIM1   0xF0001894         GPTA0 Duty Cycle Measurement Timer Register 1
GPTA0_DCMCAV1   0xF0001898         GPTA0 Duty Cycle Measurement Capture Register 1
GPTA0_DCMCOV1   0xF000189C         GPTA0 Duty Cycle Measurement Capture/Compare Register 1
GPTA0_DCMCTR2   0xF00018A0         GPTA0 Duty Cycle Measurement Control Register 2
GPTA0_DCMTIM2   0xF00018A4         GPTA0 Duty Cycle Measurement Timer Register 2
GPTA0_DCMCAV2   0xF00018A8         GPTA0 Duty Cycle Measurement Capture Register 2
GPTA0_DCMCOV2   0xF00018AC         GPTA0 Duty Cycle Measurement Capture/Compare Register 2
GPTA0_DCMCTR3   0xF00018B0         GPTA0 Duty Cycle Measurement Control Register 3
GPTA0_DCMTIM3   0xF00018B4         GPTA0 Duty Cycle Measurement Timer Register 3
GPTA0_DCMCAV3   0xF00018B8         GPTA0 Duty Cycle Measurement Capture Register 3
GPTA0_DCMCOV3   0xF00018BC         GPTA0 Duty Cycle Measurement Capture/Compare Register 3
GPTA0_PLLCTR    0xF00018C0         GPTA0 Phase Locked Loop Control Register
GPTA0_PLLMTI    0xF00018C4         GPTA0 Phase Locked Loop Microtick Register
GPTA0_PLLCNT    0xF00018C8         GPTA0 Phase Locked Loop Counter Register
GPTA0_PLLSTP    0xF00018CC         GPTA0 Phase Locked Loop Step Register
GPTA0_PLLREV    0xF00018D0         GPTA0 Phase Locked Loop Reload Register
GPTA0_PLLDTR    0xF00018D4         GPTA0 Phase Locked Loop Delta Register
GPTA0_CKBCTR    0xF00018D8         GPTA0 Clock Bus Control Register
GPTA0_GTCTR0    0xF00018E0         GPTA0 Global Timer Control Register 0
GPTA0_GTREV0    0xF00018E4         GPTA0 Global Timer Reload Value Register 0
GPTA0_GTTIM0    0xF00018E8         GPTA0 Global Timer Register 0
GPTA0_GTCTR1    0xF00018F0         GPTA0 Global Timer Control Register 1
GPTA0_GTREV1    0xF00018F4         GPTA0 Global Timer Reload Value Register 1
GPTA0_GTTIM1    0xF00018F8         GPTA0 Global Timer Register 1
GPTA0_GTCCTR00  0xF0001900         GPTA0 Global Timer Cell Control Register 00 [Capture Mode]
GPTA0_GTCXR00   0xF0001904         GPTA0 Global Timer Cell X Register 00
GPTA0_GTCCTR01  0xF0001908         GPTA0 Global Timer Cell Control Register 01 [Capture Mode]
GPTA0_GTCXR01   0xF000190C         GPTA0 Global Timer Cell X Register 01
GPTA0_GTCCTR02  0xF0001910         GPTA0 Global Timer Cell Control Register 02 [Capture Mode]
GPTA0_GTCXR02   0xF0001914         GPTA0 Global Timer Cell X Register 02
GPTA0_GTCCTR03  0xF0001918         GPTA0 Global Timer Cell Control Register 03 [Capture Mode]
GPTA0_GTCXR03   0xF000191C         GPTA0 Global Timer Cell X Register 03
GPTA0_GTCCTR04  0xF0001920         GPTA0 Global Timer Cell Control Register 04 [Capture Mode]
GPTA0_GTCXR04   0xF0001924         GPTA0 Global Timer Cell X Register 04
GPTA0_GTCCTR05  0xF0001928         GPTA0 Global Timer Cell Control Register 05 [Capture Mode]
GPTA0_GTCXR05   0xF000192C         GPTA0 Global Timer Cell X Register 05
GPTA0_GTCCTR06  0xF0001930         GPTA0 Global Timer Cell Control Register 06 [Capture Mode]
GPTA0_GTCXR06   0xF0001934         GPTA0 Global Timer Cell X Register 06
GPTA0_GTCCTR07  0xF0001938         GPTA0 Global Timer Cell Control Register 07 [Capture Mode]
GPTA0_GTCXR07   0xF000193C         GPTA0 Global Timer Cell X Register 07
GPTA0_GTCCTR08  0xF0001940         GPTA0 Global Timer Cell Control Register 08 [Capture Mode]
GPTA0_GTCXR08   0xF0001944         GPTA0 Global Timer Cell X Register 08
GPTA0_GTCCTR09  0xF0001948         GPTA0 Global Timer Cell Control Register 09 [Capture Mode]
GPTA0_GTCXR09   0xF000194C         GPTA0 Global Timer Cell X Register 09
GPTA0_GTCCTR10  0xF0001950         GPTA0 Global Timer Cell Control Register 10 [Capture Mode]
GPTA0_GTCXR10   0xF0001954         GPTA0 Global Timer Cell X Register 10
GPTA0_GTCCTR11  0xF0001958         GPTA0 Global Timer Cell Control Register 11 [Capture Mode]
GPTA0_GTCXR11   0xF000195C         GPTA0 Global Timer Cell X Register 11
GPTA0_GTCCTR12  0xF0001960         GPTA0 Global Timer Cell Control Register 12 [Capture Mode]
GPTA0_GTCXR12   0xF0001964         GPTA0 Global Timer Cell X Register 12
GPTA0_GTCCTR13  0xF0001968         GPTA0 Global Timer Cell Control Register 13 [Capture Mode]
GPTA0_GTCXR13   0xF000196C         GPTA0 Global Timer Cell X Register 13
GPTA0_GTCCTR14  0xF0001970         GPTA0 Global Timer Cell Control Register 14 [Capture Mode]
GPTA0_GTCXR14   0xF0001974         GPTA0 Global Timer Cell X Register 14
GPTA0_GTCCTR15  0xF0001978         GPTA0 Global Timer Cell Control Register 15 [Capture Mode]
GPTA0_GTCXR15   0xF000197C         GPTA0 Global Timer Cell X Register 15
GPTA0_GTCCTR16  0xF0001980         GPTA0 Global Timer Cell Control Register 16 [Capture Mode]
GPTA0_GTCXR16   0xF0001984         GPTA0 Global Timer Cell X Register 16
GPTA0_GTCCTR17  0xF0001988         GPTA0 Global Timer Cell Control Register 17 [Capture Mode]
GPTA0_GTCXR17   0xF000198C         GPTA0 Global Timer Cell X Register 17
GPTA0_GTCCTR18  0xF0001990         GPTA0 Global Timer Cell Control Register 18 [Capture Mode]
GPTA0_GTCXR18   0xF0001994         GPTA0 Global Timer Cell X Register 18
GPTA0_GTCCTR19  0xF0001998         GPTA0 Global Timer Cell Control Register 19 [Capture Mode]
GPTA0_GTCXR19   0xF000199C         GPTA0 Global Timer Cell X Register 19
GPTA0_GTCCTR20  0xF00019A0         GPTA0 Global Timer Cell Control Register 20 [Capture Mode]
GPTA0_GTCXR20   0xF00019A4         GPTA0 Global Timer Cell X Register 20
GPTA0_GTCCTR21  0xF00019A8         GPTA0 Global Timer Cell Control Register 21 [Capture Mode]
GPTA0_GTCXR21   0xF00019AC         GPTA0 Global Timer Cell X Register 21
GPTA0_GTCCTR22  0xF00019B0         GPTA0 Global Timer Cell Control Register 22 [Capture Mode]
GPTA0_GTCXR22   0xF00019B4         GPTA0 Global Timer Cell X Register 22
GPTA0_GTCCTR23  0xF00019B8         GPTA0 Global Timer Cell Control Register 23 [Capture Mode]
GPTA0_GTCXR23   0xF00019BC         GPTA0 Global Timer Cell X Register 23
GPTA0_GTCCTR24  0xF00019C0         GPTA0 Global Timer Cell Control Register 24 [Capture Mode]
GPTA0_GTCXR24   0xF00019C4         GPTA0 Global Timer Cell X Register 24
GPTA0_GTCCTR25  0xF00019C8         GPTA0 Global Timer Cell Control Register 25 [Capture Mode]
GPTA0_GTCXR25   0xF00019CC         GPTA0 Global Timer Cell X Register 25
GPTA0_GTCCTR26  0xF00019D0         GPTA0 Global Timer Cell Control Register 26 [Capture Mode]
GPTA0_GTCXR26   0xF00019D4         GPTA0 Global Timer Cell X Register 26
GPTA0_GTCCTR27  0xF00019D8         GPTA0 Global Timer Cell Control Register 27 [Capture Mode]
GPTA0_GTCXR27   0xF00019DC         GPTA0 Global Timer Cell X Register 27
GPTA0_GTCCTR28  0xF00019E0         GPTA0 Global Timer Cell Control Register 28 [Capture Mode]
GPTA0_GTCXR28   0xF00019E4         GPTA0 Global Timer Cell X Register 28
GPTA0_GTCCTR29  0xF00019E8         GPTA0 Global Timer Cell Control Register 29 [Capture Mode]
GPTA0_GTCXR29   0xF00019EC         GPTA0 Global Timer Cell X Register 29
GPTA0_GTCCTR30  0xF00019F0         GPTA0 Global Timer Cell Control Register 30 [Capture Mode]
GPTA0_GTCXR30   0xF00019F4         GPTA0 Global Timer Cell X Register 30
GPTA0_GTCCTR31  0xF00019F8         GPTA0 Global Timer Cell Control Register 31 [Capture Mode]
GPTA0_GTCXR31   0xF00019FC         GPTA0 Global Timer Cell X Register 31
GPTA0_LTCCTR00  0xF0001A00         GPTA0 Local Timer Cell Control Register 00 [Timer Mode ILM=0]
GPTA0_LTCXR00   0xF0001A04         GPTA0 Local Timer Cell X Register 00
GPTA0_LTCCTR01  0xF0001A08         GPTA0 Local Timer Cell Control Register 01 [Timer Mode ILM=0]
GPTA0_LTCXR01   0xF0001A0C         GPTA0 Local Timer Cell X Register 01
GPTA0_LTCCTR02  0xF0001A10         GPTA0 Local Timer Cell Control Register 02 [Timer Mode ILM=0]
GPTA0_LTCXR02   0xF0001A14         GPTA0 Local Timer Cell X Register 02
GPTA0_LTCCTR03  0xF0001A18         GPTA0 Local Timer Cell Control Register 03 [Timer Mode ILM=0]
GPTA0_LTCXR03   0xF0001A1C         GPTA0 Local Timer Cell X Register 03
GPTA0_LTCCTR04  0xF0001A20         GPTA0 Local Timer Cell Control Register 04 [Timer Mode ILM=0]
GPTA0_LTCXR04   0xF0001A24         GPTA0 Local Timer Cell X Register 04
GPTA0_LTCCTR05  0xF0001A28         GPTA0 Local Timer Cell Control Register 05 [Timer Mode ILM=0]
GPTA0_LTCXR05   0xF0001A2C         GPTA0 Local Timer Cell X Register 05
GPTA0_LTCCTR06  0xF0001A30         GPTA0 Local Timer Cell Control Register 06 [Timer Mode ILM=0]
GPTA0_LTCXR06   0xF0001A34         GPTA0 Local Timer Cell X Register 06
GPTA0_LTCCTR07  0xF0001A38         GPTA0 Local Timer Cell Control Register 07 [Timer Mode ILM=0]
GPTA0_LTCXR07   0xF0001A3C         GPTA0 Local Timer Cell X Register 07
GPTA0_LTCCTR08  0xF0001A40         GPTA0 Local Timer Cell Control Register 08 [Timer Mode ILM=0]
GPTA0_LTCXR08   0xF0001A44         GPTA0 Local Timer Cell X Register 08
GPTA0_LTCCTR09  0xF0001A48         GPTA0 Local Timer Cell Control Register 09 [Timer Mode ILM=0]
GPTA0_LTCXR09   0xF0001A4C         GPTA0 Local Timer Cell X Register 09
GPTA0_LTCCTR10  0xF0001A50         GPTA0 Local Timer Cell Control Register 10 [Timer Mode ILM=0]
GPTA0_LTCXR10   0xF0001A54         GPTA0 Local Timer Cell X Register 10
GPTA0_LTCCTR11  0xF0001A58         GPTA0 Local Timer Cell Control Register 11 [Timer Mode ILM=0]
GPTA0_LTCXR11   0xF0001A5C         GPTA0 Local Timer Cell X Register 11
GPTA0_LTCCTR12  0xF0001A60         GPTA0 Local Timer Cell Control Register 12 [Timer Mode ILM=0]
GPTA0_LTCXR12   0xF0001A64         GPTA0 Local Timer Cell X Register 12
GPTA0_LTCCTR13  0xF0001A68         GPTA0 Local Timer Cell Control Register 13 [Timer Mode ILM=0]
GPTA0_LTCXR13   0xF0001A6C         GPTA0 Local Timer Cell X Register 13
GPTA0_LTCCTR14  0xF0001A70         GPTA0 Local Timer Cell Control Register 14 [Timer Mode ILM=0]
GPTA0_LTCXR14   0xF0001A74         GPTA0 Local Timer Cell X Register 14
GPTA0_LTCCTR15  0xF0001A78         GPTA0 Local Timer Cell Control Register 15 [Timer Mode ILM=0]
GPTA0_LTCXR15   0xF0001A7C         GPTA0 Local Timer Cell X Register 15
GPTA0_LTCCTR16  0xF0001A80         GPTA0 Local Timer Cell Control Register 16 [Timer Mode ILM=0]
GPTA0_LTCXR16   0xF0001A84         GPTA0 Local Timer Cell X Register 16
GPTA0_LTCCTR17  0xF0001A88         GPTA0 Local Timer Cell Control Register 17 [Timer Mode ILM=0]
GPTA0_LTCXR17   0xF0001A8C         GPTA0 Local Timer Cell X Register 17
GPTA0_LTCCTR18  0xF0001A90         GPTA0 Local Timer Cell Control Register 18 [Timer Mode ILM=0]
GPTA0_LTCXR18   0xF0001A94         GPTA0 Local Timer Cell X Register 18
GPTA0_LTCCTR19  0xF0001A98         GPTA0 Local Timer Cell Control Register 19 [Timer Mode ILM=0]
GPTA0_LTCXR19   0xF0001A9C         GPTA0 Local Timer Cell X Register 19
GPTA0_LTCCTR20  0xF0001AA0         GPTA0 Local Timer Cell Control Register 20 [Timer Mode ILM=0]
GPTA0_LTCXR20   0xF0001AA4         GPTA0 Local Timer Cell X Register 20
GPTA0_LTCCTR21  0xF0001AA8         GPTA0 Local Timer Cell Control Register 21 [Timer Mode ILM=0]
GPTA0_LTCXR21   0xF0001AAC         GPTA0 Local Timer Cell X Register 21
GPTA0_LTCCTR22  0xF0001AB0         GPTA0 Local Timer Cell Control Register 22 [Timer Mode ILM=0]
GPTA0_LTCXR22   0xF0001AB4         GPTA0 Local Timer Cell X Register 22
GPTA0_LTCCTR23  0xF0001AB8         GPTA0 Local Timer Cell Control Register 23 [Timer Mode ILM=0]
GPTA0_LTCXR23   0xF0001ABC         GPTA0 Local Timer Cell X Register 23
GPTA0_LTCCTR24  0xF0001AC0         GPTA0 Local Timer Cell Control Register 24 [Timer Mode ILM=0]
GPTA0_LTCXR24   0xF0001AC4         GPTA0 Local Timer Cell X Register 24
GPTA0_LTCCTR25  0xF0001AC8         GPTA0 Local Timer Cell Control Register 25 [Timer Mode ILM=0]
GPTA0_LTCXR25   0xF0001ACC         GPTA0 Local Timer Cell X Register 25
GPTA0_LTCCTR26  0xF0001AD0         GPTA0 Local Timer Cell Control Register 26 [Timer Mode ILM=0]
GPTA0_LTCXR26   0xF0001AD4         GPTA0 Local Timer Cell X Register 26
GPTA0_LTCCTR27  0xF0001AD8         GPTA0 Local Timer Cell Control Register 27 [Timer Mode ILM=0]
GPTA0_LTCXR27   0xF0001ADC         GPTA0 Local Timer Cell X Register 27
GPTA0_LTCCTR28  0xF0001AE0         GPTA0 Local Timer Cell Control Register 28 [Timer Mode ILM=0]
GPTA0_LTCXR28   0xF0001AE4         GPTA0 Local Timer Cell X Register 28
GPTA0_LTCCTR29  0xF0001AE8         GPTA0 Local Timer Cell Control Register 29 [Timer Mode ILM=0]
GPTA0_LTCXR29   0xF0001AEC         GPTA0 Local Timer Cell X Register 29
GPTA0_LTCCTR30  0xF0001AF0         GPTA0 Local Timer Cell Control Register 30 [Timer Mode ILM=0]
GPTA0_LTCXR30   0xF0001AF4         GPTA0 Local Timer Cell X Register 30
GPTA0_LTCCTR31  0xF0001AF8         GPTA0 Local Timer Cell Control Register 31 [Timer Mode ILM=0]
GPTA0_LTCXR31   0xF0001AFC         GPTA0 Local Timer Cell X Register 31
GPTA0_LTCCTR32  0xF0001B00         GPTA0 Local Timer Cell Control Register 32 [Timer Mode ILM=0]
GPTA0_LTCXR32   0xF0001B04         GPTA0 Local Timer Cell X Register 32
GPTA0_LTCCTR33  0xF0001B08         GPTA0 Local Timer Cell Control Register 33 [Timer Mode ILM=0]
GPTA0_LTCXR33   0xF0001B0C         GPTA0 Local Timer Cell X Register 33
GPTA0_LTCCTR34  0xF0001B10         GPTA0 Local Timer Cell Control Register 34 [Timer Mode ILM=0]
GPTA0_LTCXR34   0xF0001B14         GPTA0 Local Timer Cell X Register 34
GPTA0_LTCCTR35  0xF0001B18         GPTA0 Local Timer Cell Control Register 35 [Timer Mode ILM=0]
GPTA0_LTCXR35   0xF0001B1C         GPTA0 Local Timer Cell X Register 35
GPTA0_LTCCTR36  0xF0001B20         GPTA0 Local Timer Cell Control Register 36 [Timer Mode ILM=0]
GPTA0_LTCXR36   0xF0001B24         GPTA0 Local Timer Cell X Register 36
GPTA0_LTCCTR37  0xF0001B28         GPTA0 Local Timer Cell Control Register 37 [Timer Mode ILM=0]
GPTA0_LTCXR37   0xF0001B2C         GPTA0 Local Timer Cell X Register 37
GPTA0_LTCCTR38  0xF0001B30         GPTA0 Local Timer Cell Control Register 38 [Timer Mode ILM=0]
GPTA0_LTCXR38   0xF0001B34         GPTA0 Local Timer Cell X Register 38
GPTA0_LTCCTR39  0xF0001B38         GPTA0 Local Timer Cell Control Register 39 [Timer Mode ILM=0]
GPTA0_LTCXR39   0xF0001B3C         GPTA0 Local Timer Cell X Register 39
GPTA0_LTCCTR40  0xF0001B40         GPTA0 Local Timer Cell Control Register 40 [Timer Mode ILM=0]
GPTA0_LTCXR40   0xF0001B44         GPTA0 Local Timer Cell X Register 40
GPTA0_LTCCTR41  0xF0001B48         GPTA0 Local Timer Cell Control Register 41 [Timer Mode ILM=0]
GPTA0_LTCXR41   0xF0001B4C         GPTA0 Local Timer Cell X Register 41
GPTA0_LTCCTR42  0xF0001B50         GPTA0 Local Timer Cell Control Register 42 [Timer Mode ILM=0]
GPTA0_LTCXR42   0xF0001B54         GPTA0 Local Timer Cell X Register 42
GPTA0_LTCCTR43  0xF0001B58         GPTA0 Local Timer Cell Control Register 43 [Timer Mode ILM=0]
GPTA0_LTCXR43   0xF0001B5C         GPTA0 Local Timer Cell X Register 43
GPTA0_LTCCTR44  0xF0001B60         GPTA0 Local Timer Cell Control Register 44 [Timer Mode ILM=0]
GPTA0_LTCXR44   0xF0001B64         GPTA0 Local Timer Cell X Register 44
GPTA0_LTCCTR45  0xF0001B68         GPTA0 Local Timer Cell Control Register 45 [Timer Mode ILM=0]
GPTA0_LTCXR45   0xF0001B6C         GPTA0 Local Timer Cell X Register 45
GPTA0_LTCCTR46  0xF0001B70         GPTA0 Local Timer Cell Control Register 46 [Timer Mode ILM=0]
GPTA0_LTCXR46   0xF0001B74         GPTA0 Local Timer Cell X Register 46
GPTA0_LTCCTR47  0xF0001B78         GPTA0 Local Timer Cell Control Register 47 [Timer Mode ILM=0]
GPTA0_LTCXR47   0xF0001B7C         GPTA0 Local Timer Cell X Register 47
GPTA0_LTCCTR48  0xF0001B80         GPTA0 Local Timer Cell Control Register 48 [Timer Mode ILM=0]
GPTA0_LTCXR48   0xF0001B84         GPTA0 Local Timer Cell X Register 48
GPTA0_LTCCTR49  0xF0001B88         GPTA0 Local Timer Cell Control Register 49 [Timer Mode ILM=0]
GPTA0_LTCXR49   0xF0001B8C         GPTA0 Local Timer Cell X Register 49
GPTA0_LTCCTR50  0xF0001B90         GPTA0 Local Timer Cell Control Register 50 [Timer Mode ILM=0]
GPTA0_LTCXR50   0xF0001B94         GPTA0 Local Timer Cell X Register 50
GPTA0_LTCCTR51  0xF0001B98         GPTA0 Local Timer Cell Control Register 51 [Timer Mode ILM=0]
GPTA0_LTCXR51   0xF0001B9C         GPTA0 Local Timer Cell X Register 51
GPTA0_LTCCTR52  0xF0001BA0         GPTA0 Local Timer Cell Control Register 52 [Timer Mode ILM=0]
GPTA0_LTCXR52   0xF0001BA4         GPTA0 Local Timer Cell X Register 52
GPTA0_LTCCTR53  0xF0001BA8         GPTA0 Local Timer Cell Control Register 53 [Timer Mode ILM=0]
GPTA0_LTCXR53   0xF0001BAC         GPTA0 Local Timer Cell X Register 53
GPTA0_LTCCTR54  0xF0001BB0         GPTA0 Local Timer Cell Control Register 54 [Timer Mode ILM=0]
GPTA0_LTCXR54   0xF0001BB4         GPTA0 Local Timer Cell X Register 54
GPTA0_LTCCTR55  0xF0001BB8         GPTA0 Local Timer Cell Control Register 55 [Timer Mode ILM=0]
GPTA0_LTCXR55   0xF0001BBC         GPTA0 Local Timer Cell X Register 55
GPTA0_LTCCTR56  0xF0001BC0         GPTA0 Local Timer Cell Control Register 56 [Timer Mode ILM=0]
GPTA0_LTCXR56   0xF0001BC4         GPTA0 Local Timer Cell X Register 56
GPTA0_LTCCTR57  0xF0001BC8         GPTA0 Local Timer Cell Control Register 57 [Timer Mode ILM=0]
GPTA0_LTCXR57   0xF0001BCC         GPTA0 Local Timer Cell X Register 57
GPTA0_LTCCTR58  0xF0001BD0         GPTA0 Local Timer Cell Control Register 58 [Timer Mode ILM=0]
GPTA0_LTCXR58   0xF0001BD4         GPTA0 Local Timer Cell X Register 58
GPTA0_LTCCTR59  0xF0001BD8         GPTA0 Local Timer Cell Control Register 59 [Timer Mode ILM=0]
GPTA0_LTCXR59   0xF0001BDC         GPTA0 Local Timer Cell X Register 59
GPTA0_LTCCTR60  0xF0001BE0         GPTA0 Local Timer Cell Control Register 60 [Timer Mode ILM=0]
GPTA0_LTCXR60   0xF0001BE4         GPTA0 Local Timer Cell X Register 60
GPTA0_LTCCTR61  0xF0001BE8         GPTA0 Local Timer Cell Control Register 61 [Timer Mode ILM=0]
GPTA0_LTCXR61   0xF0001BEC         GPTA0 Local Timer Cell X Register 61
GPTA0_LTCCTR62  0xF0001BF0         GPTA0 Local Timer Cell Control Register 62 [Timer Mode ILM=0]
GPTA0_LTCXR62   0xF0001BF4         GPTA0 Local Timer Cell X Register 62
GPTA0_LTCCTR63  0xF0001BF8         GPTA0 Local Timer Cell Control Register 63
GPTA0_LTCXR63   0xF0001BFC         GPTA0 Local Timer Cell X Register 63
GPTA0_EDCTR     0xF0001C00         GPTA Clock Enable/Disable Control Register
GPTA0_SRC37     0xF0001F68         GPTA0 Interrupt Service Request Control Register 37
GPTA0_SRC36     0xF0001F6C         GPTA0 Interrupt Service Request Control Register 36
GPTA0_SRC35     0xF0001F70         GPTA0 Interrupt Service Request Control Register 35
GPTA0_SRC34     0xF0001F74         GPTA0 Interrupt Service Request Control Register 34
GPTA0_SRC33     0xF0001F78         GPTA0 Interrupt Service Request Control Register 33
GPTA0_SRC32     0xF0001F7C         GPTA0 Interrupt Service Request Control Register 32
GPTA0_SRC31     0xF0001F80         GPTA0 Interrupt Service Request Control Register 31
GPTA0_SRC30     0xF0001F84         GPTA0 Interrupt Service Request Control Register 30
GPTA0_SRC29     0xF0001F88         GPTA0 Interrupt Service Request Control Register 29
GPTA0_SRC28     0xF0001F8C         GPTA0 Interrupt Service Request Control Register 28
GPTA0_SRC27     0xF0001F90         GPTA0 Interrupt Service Request Control Register 27
GPTA0_SRC26     0xF0001F94         GPTA0 Interrupt Service Request Control Register 26
GPTA0_SRC25     0xF0001F98         GPTA0 Interrupt Service Request Control Register 25
GPTA0_SRC24     0xF0001F9C         GPTA0 Interrupt Service Request Control Register 24
GPTA0_SRC23     0xF0001FA0         GPTA0 Interrupt Service Request Control Register 23
GPTA0_SRC22     0xF0001FA4         GPTA0 Interrupt Service Request Control Register 22
GPTA0_SRC21     0xF0001FA8         GPTA0 Interrupt Service Request Control Register 21
GPTA0_SRC20     0xF0001FAC         GPTA0 Interrupt Service Request Control Register 20
GPTA0_SRC19     0xF0001FB0         GPTA0 Interrupt Service Request Control Register 19
GPTA0_SRC18     0xF0001FB4         GPTA0 Interrupt Service Request Control Register 18
GPTA0_SRC17     0xF0001FB8         GPTA0 Interrupt Service Request Control Register 17
GPTA0_SRC16     0xF0001FBC         GPTA0 Interrupt Service Request Control Register 16
GPTA0_SRC15     0xF0001FC0         GPTA0 Interrupt Service Request Control Register 15
GPTA0_SRC14     0xF0001FC4         GPTA0 Interrupt Service Request Control Register 14
GPTA0_SRC13     0xF0001FC8         GPTA0 Interrupt Service Request Control Register 13
GPTA0_SRC12     0xF0001FCC         GPTA0 Interrupt Service Request Control Register 12
GPTA0_SRC11     0xF0001FD0         GPTA0 Interrupt Service Request Control Register 11
GPTA0_SRC10     0xF0001FD4         GPTA0 Interrupt Service Request Control Register 10
GPTA0_SRC09     0xF0001FD8         GPTA0 Interrupt Service Request Control Register 09
GPTA0_SRC08     0xF0001FDC         GPTA0 Interrupt Service Request Control Register 08
GPTA0_SRC07     0xF0001FE0         GPTA0 Interrupt Service Request Control Register 07
GPTA0_SRC06     0xF0001FE4         GPTA0 Interrupt Service Request Control Register 06
GPTA0_SRC05     0xF0001FE8         GPTA0 Interrupt Service Request Control Register 05
GPTA0_SRC04     0xF0001FEC         GPTA0 Interrupt Service Request Control Register 04
GPTA0_SRC03     0xF0001FF0         GPTA0 Interrupt Service Request Control Register 03
GPTA0_SRC02     0xF0001FF4         GPTA0 Interrupt Service Request Control Register 02
GPTA0_SRC01     0xF0001FF8         GPTA0 Interrupt Service Request Control Register 01
GPTA0_SRC00     0xF0001FFC         GPTA0 Interrupt Service Request Control Register 00
CCU60_MCFG      0xF0003004         CCU60 Module Configuration Register
CCU60_ID        0xF0003008         CCU60 Module Identification Register
CCU60_MOSEL     0xF000300C         CCU60 Module Output Select Register
CCU60_PISEL0    0xF0003010         CCU60 Port Input Select Register 0
CCU60_PISEL2    0xF0003014         CCU60 Port Input Select Register 2
CCU60_KSCFG     0xF0003018         CCU60 Kernel State Configuration Register
CCU60_KSCSR     0xF000301C         CCU60 Kernel State Control Sensitivity Register
CCU60_T12       0xF0003020         CCU60 Timer T12 Counter Register
CCU60_T12PR     0xF0003024         CCU60 Timer 12 Period Register
CCU60_T12DTC    0xF0003028         CCU60 Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0003030         CCU60 Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0003034         CCU60 Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0003038         CCU60 Capture/Compare Register for Channel CC62
CCU60_CC60SR    0xF0003040         CCU60 Capture/Compare Shadow Reg. for Channel CC60
CCU60_CC61SR    0xF0003044         CCU60 Capture/Compare Shadow Reg. for Channel CC61
CCU60_CC62SR    0xF0003048         CCU60 Capture/Compare Shadow Reg. for Channel CC62
CCU60_T13       0xF0003050         CCU60 Timer T13 Counter Register
CCU60_T13PR     0xF0003054         CCU60 Timer 13 Period Register
CCU60_CC63R     0xF0003058         CCU60 Compare Register for T13
CCU60_CC63SR    0xF000305C         CCU60 Compare Shadow Register for T13
CCU60_CMPSTAT   0xF0003060         CCU60 Compare State Register
CCU60_CMPMODIF  0xF0003064         CCU60 Compare State Modification Register
CCU60_T12MSEL   0xF0003068         CCu60 T12 Mode Select Register
CCU60_TCTR0     0xF0003070         CCU60 Timer Control Register 0
CCU60_TCTR2     0xF0003074         CCU60 Timer Control Register 2
CCU60_TCTR4     0xF0003078         CCU60 Timer Control Register 4
CCU60_MODCTR    0xF0003080         CCU60 Modulation Control Register
CCU60_TRPCTR    0xF0003084         CCU60 Trap Control Register
CCU60_PSLR      0xF0003088         CCU60 Passive State Level Register
CCU60_MCMOUTS   0xF000308C         CCU60 Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0003090         CCU60 Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0003094         CCU60 Multi-Channel Mode Control Register
CCU60_IMON      0xF0003098         CCU60 Input Monitoring Register
CCU60_LI        0xF000309C         CCU60 Lost Indicator Register
CCU60_IS        0xF00030A0         CCU60 Interrupt Status Register
CCU60_ISS       0xF00030A4         CCU60 Interrupt Status Set Register
CCU60_ISR       0xF00030A8         CCU60 Interrupt Status Reset Register
CCU60_INP       0xF00030AC         CCU60 Interrupt Node Pointer Register
CCU60_IEN       0xF00030B0         CCU60 Interrupt Enable Register
CCU60_SRC3      0xF00030F0         CCU60 Service Request Control Register 3
CCU60_SRC2      0xF00030F4         CCU60 Service Request Control Register 2
CCU60_SRC1      0xF00030F8         CCU60 Service Request Control Register 1
CCU60_SRC0      0xF00030FC         CCU60 Service Request Control Register 0
CCU61_MCFG      0xF0003104         CCU61 Module Configuration Register
CCU61_ID        0xF0003108         CCU61 Module Identification Register
CCU61_PISEL0    0xF0003110         CCU61 Port Input Select Register 0
CCU61_PISEL2    0xF0003114         CCU61 Port Input Select Register 2
CCU61_KSCFG     0xF0003118         CCU61 Kernel State Configuration Register
CCU61_KSCSR     0xF000311C         CCU61 Kernel State Control Sensitivity Register
CCU61_T12       0xF0003120         CCU61 Timer T12 Counter Register
CCU61_T12PR     0xF0003124         CCU61 Timer 12 Period Register
CCU61_T12DTC    0xF0003128         CCU61 Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0003130         CCU61 Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0003134         CCU61 Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0003138         CCU61 Capture/Compare Register for Channel CC62
CCU61_CC60SR    0xF0003140         CCU61 Capture/Compare Shadow Reg. for Channel CC60
CCU61_CC61SR    0xF0003144         CCU61 Capture/Compare Shadow Reg. for Channel CC61
CCU61_CC62SR    0xF0003148         CCU61 Capture/Compare Shadow Reg. for Channel CC62
CCU61_T13       0xF0003150         CCU61 Timer T13 Counter Register
CCU61_T13PR     0xF0003154         CCU61 Timer 13 Period Register
CCU61_CC63R     0xF0003158         CCU61 Compare Register for T13
CCU61_CC63SR    0xF000315C         CCU61 Compare Shadow Register for T13
CCU61_CMPSTAT   0xF0003160         CCU61 Compare State Register
CCU61_CMPMODIF  0xF0003164         CCU61 Compare State Modification Register
CCU61_T12MSEL   0xF0003168         CCU61 T12 Mode Select Register
CCU61_TCTR0     0xF0003170         CCU61 Timer Control Register 0
CCU61_TCTR2     0xF0003174         CCU61 Timer Control Register 2
CCU61_TCTR4     0xF0003178         CCU61 Timer Control Register 4
CCU61_MODCTR    0xF0003180         CCU61 Modulation Control Register
CCU61_TRPCTR    0xF0003184         CCU61 Trap Control Register
CCU61_PSLR      0xF0003188         CCU61 Passive State Level Register
CCU61_MCMOUTS   0xF000318C         Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0003190         CCU61 Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0003194         CCU61 Multi-Channel Mode Control Register
CCU61_IMON      0xF0003198         CCU61 Input Monitoring Register
CCU61_LI        0xF000319C         CCU61 Lost Indicator Register
CCU61_IS        0xF00031A0         CCU61 Interrupt Status Register
CCU61_ISS       0xF00031A4         CCU61 Interrupt Status Set Register
CCU61_ISR       0xF00031A8         CCU61 Interrupt Status Reset Register
CCU61_INP       0xF00031AC         CCU61 Interrupt Node Pointer Register
CCU61_IEN       0xF00031B0         CCU61 Interrupt Enable Register
CCU61_SRC3      0xF00031F0         CCU61 Service Request Control Register 3
CCU61_SRC2      0xF00031F4         CCU61 Service Request Control Register 2
CCU61_SRC1      0xF00031F8         CCU61 Service Request Control Register 1
CCU61_SRC0      0xF00031FC         CCU61 Service Request Control Register 0
GPT120_CLC      0xF0003400         Clock Control Register
GPT120_PISEL    0xF0003404         Port Input Select Register
GPT120_ID       0xF0003408         Identification Register
GPT120_T2CON    0xF0003410         Timer T2 Control Register
GPT120_T3CON    0xF0003414         Timer T3 Control Register
GPT120_T4CON    0xF0003418         Timer T4 Control Register
GPT120_T5CON    0xF000341C         Timer T5 Control Register
GPT120_T6CON    0xF0003420         Timer T6 Control Register
GPT120_CAPREL   0xF0003430         Capture and Reload Register
GPT120_T2       0xF0003434         Timer T2 Register
GPT120_T3       0xF0003438         Timer T3 Register
GPT120_T4       0xF000343C         Timer T4 Register
GPT120_T5       0xF0003440         Timer T5 Register
GPT120_T6       0xF0003444         Timer T6 Register
GPT120_SRC5     0xF00034E8         Service Request Control 5 Register
GPT120_SRC4     0xF00034EC         Service Request Control 4 Register
GPT120_SRC3     0xF00034F0         Service Request Control 3 Register
GPT120_SRC2     0xF00034F4         Service Request Control 2 Register
GPT120_SRC1     0xF00034F8         Service Request Control 1 Register
GPT120_SRC0     0xF00034FC         Service Request Control 0 Register
GPT121_CLC      0xF0003500         Clock Control Register
GPT121_PISEL    0xF0003504         Port Input Select Register
GPT121_ID       0xF0003508         Identification Register
GPT121_T2CON    0xF0003510         Timer T2 Control Register
GPT121_T3CON    0xF0003514         Timer T3 Control Register
GPT121_T4CON    0xF0003518         Timer T4 Control Register
GPT121_T5CON    0xF000351C         Timer T5 Control Register
GPT121_T6CON    0xF0003520         Timer T6 Control Register
GPT121_CAPREL   0xF0003530         Capture and Reload Register
GPT121_T2       0xF0003534         Timer T2 Register
GPT121_T3       0xF0003538         Timer T3 Register
GPT121_T4       0xF000353C         Timer T4 Register
GPT121_T5       0xF0003540         Timer T5 Register
GPT121_T6       0xF0003544         Timer T6 Register
GPT121_SRC5     0xF00035E8         Service Request Control 5 Register
GPT121_SRC4     0xF00035EC         Service Request Control 4 Register
GPT121_SRC3     0xF00035F0         Service Request Control 3 Register
GPT121_SRC2     0xF00035F4         Service Request Control 2 Register
GPT121_SRC1     0xF00035F8         Service Request Control 1 Register
GPT121_SRC0     0xF00035FC         Service Request Control 0 Register
DMA_CLC         0xF0003C00         DMA Clock Control Register
DMA_ID          0xF0003C08         Module Identification Register
DMA_CHRSTR      0xF0003C10         DMA Channel Reset Request Register
DMA_TRSR        0xF0003C14         DMA Transaction Request State Register
DMA_STREQ       0xF0003C18         DMA Software Transaction Request Register
DMA_HTREQ       0xF0003C1C         DMA Hardware Transaction Request Register
DMA_EER         0xF0003C20         DMA Enable Error Register
DMA_ERRSR       0xF0003C24         DMA Error Status Register
DMA_CLRE        0xF0003C28         DMA Clear Error Register
DMA_GINTR       0xF0003C2C         DMA Global Interrupt Set Register
DMA_MESR        0xF0003C30         DMA Move Engine Status Register
DMA_ME0R        0xF0003C34         DMA Move Engine 0 Read Register
DMA_ME1R        0xF0003C38         DMA Move Engine 1 Read Register
DMA_ME0PR       0xF0003C3C         DMA Move Engine 0 Pattern Register
DMA_ME1PR       0xF0003C40         DMA Move Engine 1 Pattern Register
DMA_ME0AENR     0xF0003C44         DMA Move Engine 0 Access Enable Register
DMA_ME0ARR      0xF0003C48         DMA Move Engine 0 Access Range Register
DMA_ME1AENR     0xF0003C4C         DMA Move Engine 1 Access Enable Register
DMA_ME1ARR      0xF0003C50         DMA Move Engine 1 Access Range Register
DMA_INTSR       0xF0003C54         DMA Interrupt Status Register
DMA_INTCR       0xF0003C58         DMA Interrupt Clear Register
DMA_WRPSR       0xF0003C5C         DMA Wrap Status Register
DMA_OCDSR       0xF0003C64         DMA OCDS Register
DMA_SUSPMR      0xF0003C68         DMA Suspend Mode Register
DMA_CHSR00      0xF0003C80         DMA Channel 00 Status Register
DMA_CHCR00      0xF0003C84         DMA Channel 00 Control Register
DMA_CHICR00     0xF0003C88         DMA Channel 00 Interrupt Control Register
DMA_ADRCR00     0xF0003C8C         DMA Channel 00 Address Control Register
DMA_SADR00      0xF0003C90         DMA Channel 00 Source Address Register
DMA_DADR00      0xF0003C94         DMA Channel 00 Destination Address Register
DMA_SHADR00     0xF0003C98         DMA Channel 00 Shadow Address Register
DMA_CHSR01      0xF0003CA0         DMA Channel 01 Status Register
DMA_CHCR01      0xF0003CA4         DMA Channel 01 Control Register
DMA_CHICR01     0xF0003CA8         DMA Channel 01 Interrupt Control Register
DMA_ADRCR01     0xF0003CAC         DMA Channel 01 Address Control Register
DMA_SADR01      0xF0003CB0         DMA Channel 01 Source Address Register
DMA_DADR01      0xF0003CB4         DMA Channel 01 Destination Address Register
DMA_SHADR01     0xF0003CB8         DMA Channel 01 Shadow Address Register
DMA_CHSR02      0xF0003CC0         DMA Channel 02 Status Register
DMA_CHCR02      0xF0003CC4         DMA Channel 02 Control Register
DMA_CHICR02     0xF0003CC8         DMA Channel 02 Interrupt Control Register
DMA_ADRCR02     0xF0003CCC         DMA Channel 02 Address Control Register
DMA_SADR02      0xF0003CD0         DMA Channel 02 Source Address Register
DMA_DADR02      0xF0003CD4         DMA Channel 02 Destination Address Register
DMA_SHADR02     0xF0003CD8         DMA Channel 02 Shadow Address Register
DMA_CHSR03      0xF0003CE0         DMA Channel 03 Status Register
DMA_CHCR03      0xF0003CE4         DMA Channel 03 Control Register
DMA_CHICR03     0xF0003CE8         DMA Channel 03 Interrupt Control Register
DMA_ADRCR03     0xF0003CEC         DMA Channel 03 Address Control Register
DMA_SADR03      0xF0003CF0         DMA Channel 03 Source Address Register
DMA_DADR03      0xF0003CF4         DMA Channel 03 Destination Address Register
DMA_SHADR03     0xF0003CF8         DMA Channel 03 Shadow Address Register
DMA_CHSR04      0xF0003D00         DMA Channel 04 Status Register
DMA_CHCR04      0xF0003D04         DMA Channel 04 Control Register
DMA_CHICR04     0xF0003D08         DMA Channel 04 Interrupt Control Register
DMA_ADRCR04     0xF0003D0C         DMA Channel 04 Address Control Register
DMA_SADR04      0xF0003D10         DMA Channel 04 Source Address Register
DMA_DADR04      0xF0003D14         DMA Channel 04 Destination Address Register
DMA_SHADR04     0xF0003D18         DMA Channel 04 Shadow Address Register
DMA_CHSR05      0xF0003D20         DMA Channel 05 Status Register
DMA_CHCR05      0xF0003D24         DMA Channel 05 Control Register
DMA_CHICR05     0xF0003D28         DMA Channel 05 Interrupt Control Register
DMA_ADRCR05     0xF0003D2C         DMA Channel 05 Address Control Register
DMA_SADR05      0xF0003D30         DMA Channel 05 Source Address Register
DMA_DADR05      0xF0003D34         DMA Channel 05 Destination Address Register
DMA_SHADR05     0xF0003D38         DMA Channel 05 Shadow Address Register
DMA_CHSR06      0xF0003D40         DMA Channel 06 Status Register
DMA_CHCR06      0xF0003D44         DMA Channel 06 Control Register
DMA_CHICR06     0xF0003D48         DMA Channel 06 Interrupt Control Register
DMA_ADRCR06     0xF0003D4C         DMA Channel 06 Address Control Register
DMA_SADR06      0xF0003D50         DMA Channel 06 Source Address Register
DMA_DADR06      0xF0003D54         DMA Channel 06 Destination Address Register
DMA_SHADR06     0xF0003D58         DMA Channel 06 Shadow Address Register
DMA_CHSR07      0xF0003D60         DMA Channel 07 Status Register
DMA_CHCR07      0xF0003D64         DMA Channel 07 Control Register
DMA_CHICR07     0xF0003D68         DMA Channel 07 Interrupt Control Register
DMA_ADRCR07     0xF0003D6C         DMA Channel 07 Address Control Register
DMA_SADR07      0xF0003D70         DMA Channel 07 Source Address Register
DMA_DADR07      0xF0003D74         DMA Channel 07 Destination Address Register
DMA_SHADR07     0xF0003D78         DMA Channel 07 Shadow Address Register
DMA_CHSR10      0xF0003D80         DMA Channel 10 Status Register
DMA_CHCR10      0xF0003D84         DMA Channel 10 Control Register
DMA_CHICR10     0xF0003D88         DMA Channel 10 Interrupt Control Register
DMA_ADRCR10     0xF0003D8C         DMA Channel 10 Address Control Register
DMA_SADR10      0xF0003D90         DMA Channel 10 Source Address Register
DMA_DADR10      0xF0003D94         DMA Channel 10 Destination Address Register
DMA_SHADR10     0xF0003D98         DMA Channel 10 Shadow Address Register
DMA_CHSR11      0xF0003DA0         DMA Channel 11 Status Register
DMA_CHCR11      0xF0003DA4         DMA Channel 11 Control Register
DMA_CHICR11     0xF0003DA8         DMA Channel 11 Interrupt Control Register
DMA_ADRCR11     0xF0003DAC         DMA Channel 11 Address Control Register
DMA_SADR11      0xF0003DB0         DMA Channel 11 Source Address Register
DMA_DADR11      0xF0003DB4         DMA Channel 11 Destination Address Register
DMA_SHADR11     0xF0003DB8         DMA Channel 11 Shadow Address Register
DMA_CHSR12      0xF0003DC0         DMA Channel 12 Status Register
DMA_CHCR12      0xF0003DC4         DMA Channel 12 Control Register
DMA_CHICR12     0xF0003DC8         DMA Channel 12 Interrupt Control Register
DMA_ADRCR12     0xF0003DCC         DMA Channel 12 Address Control Register
DMA_SADR12      0xF0003DD0         DMA Channel 12 Source Address Register
DMA_DADR12      0xF0003DD4         DMA Channel 12 Destination Address Register
DMA_SHADR12     0xF0003DD8         DMA Channel 12 Shadow Address Register
DMA_CHSR13      0xF0003DE0         DMA Channel 13 Status Register
DMA_CHCR13      0xF0003DE4         DMA Channel 13 Control Register
DMA_CHICR13     0xF0003DE8         DMA Channel 13 Interrupt Control Register
DMA_ADRCR13     0xF0003DEC         DMA Channel 13 Address Control Register
DMA_SADR13      0xF0003DF0         DMA Channel 13 Source Address Register
DMA_DADR13      0xF0003DF4         DMA Channel 13 Destination Address Register
DMA_SHADR13     0xF0003DF8         DMA Channel 13 Shadow Address Register
DMA_CHSR14      0xF0003E00         DMA Channel 14 Status Register
DMA_CHCR14      0xF0003E04         DMA Channel 14 Control Register
DMA_CHICR14     0xF0003E08         DMA Channel 14 Interrupt Control Register
DMA_ADRCR14     0xF0003E0C         DMA Channel 14 Address Control Register
DMA_SADR14      0xF0003E10         DMA Channel 14 Source Address Register
DMA_DADR14      0xF0003E14         DMA Channel 14 Destination Address Register
DMA_SHADR14     0xF0003E18         DMA Channel 14 Shadow Address Register
DMA_CHSR15      0xF0003E20         DMA Channel 15 Status Register
DMA_CHCR15      0xF0003E24         DMA Channel 15 Control Register
DMA_CHICR15     0xF0003E28         DMA Channel 15 Interrupt Control Register
DMA_ADRCR15     0xF0003E2C         DMA Channel 15 Address Control Register
DMA_SADR15      0xF0003E30         DMA Channel 15 Source Address Register
DMA_DADR15      0xF0003E34         DMA Channel 15 Destination Address Register
DMA_SHADR15     0xF0003E38         DMA Channel 15 Shadow Address Register
DMA_CHSR16      0xF0003E40         DMA Channel 16 Status Register
DMA_CHCR16      0xF0003E44         DMA Channel 16 Control Register
DMA_CHICR16     0xF0003E48         DMA Channel 16 Interrupt Control Register
DMA_ADRCR16     0xF0003E4C         DMA Channel 16 Address Control Register
DMA_SADR16      0xF0003E50         DMA Channel 16 Source Address Register
DMA_DADR16      0xF0003E54         DMA Channel 16 Destination Address Register
DMA_SHADR16     0xF0003E58         DMA Channel 16 Shadow Address Register
DMA_CHSR17      0xF0003E60         DMA Channel 17 Status Register
DMA_CHCR17      0xF0003E64         DMA Channel 17 Control Register
DMA_CHICR17     0xF0003E68         DMA Channel 17 Interrupt Control Register
DMA_ADRCR17     0xF0003E6C         DMA Channel 17 Address Control Register
DMA_SADR17      0xF0003E70         DMA Channel 17 Source Address Register
DMA_DADR17      0xF0003E74         DMA Channel 17 Destination Address Register
DMA_SHADR17     0xF0003E78         DMA Channel 17 Shadow Address Register
DMA_MLI0SRC3    0xF0003EA0         DMA MLI0 Service Request Control Register 3
DMA_MLI0SRC2    0xF0003EA4         DMA MLI0 Service Request Control Register 2
DMA_MLI0SRC1    0xF0003EA8         DMA MLI0 Service Request Control Register 1
DMA_MLI0SRC0    0xF0003EAC         DMA MLI0 Service Request Control Register 0
DMA_SRC7        0xF0003EE0         DMA Service Request Control Register 7
DMA_SRC6        0xF0003EE4         DMA Service Request Control Register 6
DMA_SRC5        0xF0003EE8         DMA Service Request Control Register 5
DMA_SRC4        0xF0003EEC         DMA Service Request Control Register 4
DMA_SRC3        0xF0003EF0         DMA Service Request Control Register 3
DMA_SRC2        0xF0003EF4         DMA Service Request Control Register 2
DMA_SRC1        0xF0003EF8         DMA Service Request Control Register 1
DMA_SRC0        0xF0003EFC         DMA Service Request Control Register 0
CAN_CLC         0xF0004000         CAN Clock Control Register
CAN_ID          0xF0004008         CAN Module Identification Register
CAN_FDR         0xF000400C         CAN Fractional Divider Register
CAN_SRC15       0xF00040C0         CAN Service Request Control Register 15
CAN_SRC14       0xF00040C4         CAN Service Request Control Register 14
CAN_SRC13       0xF00040C8         CAN Service Request Control Register 13
CAN_SRC12       0xF00040CC         CAN Service Request Control Register 12
CAN_SRC11       0xF00040D0         CAN Service Request Control Register 11
CAN_SRC10       0xF00040D4         CAN Service Request Control Register 10
CAN_SRC9        0xF00040D8         CAN Service Request Control Register 9
CAN_SRC8        0xF00040DC         CAN Service Request Control Register 8
CAN_SRC7        0xF00040E0         CAN Service Request Control Register 7
CAN_SRC6        0xF00040E4         CAN Service Request Control Register 6
CAN_SRC5        0xF00040E8         CAN Service Request Control Register 5
CAN_SRC4        0xF00040EC         CAN Service Request Control Register 4
CAN_SRC3        0xF00040F0         CAN Service Request Control Register 3
CAN_SRC2        0xF00040F4         CAN Service Request Control Register 2
CAN_SRC1        0xF00040F8         CAN Service Request Control Register 1
CAN_SRC0        0xF00040FC         CAN Service Request Control Register 0
CAN_LIST0       0xF0004100         CAN List Register 0
CAN_LIST1       0xF0004104         CAN List Register 1
CAN_LIST2       0xF0004108         CAN List Register 2
CAN_LIST3       0xF000410C         CAN List Register 3
CAN_LIST4       0xF0004110         CAN List Register 4
CAN_LIST5       0xF0004114         CAN List Register 5
CAN_LIST6       0xF0004118         CAN List Register 6
CAN_LIST7       0xF000411C         CAN List Register 7
CAN_MSPND0      0xF0004140         CAN Message Pending Register 0
CAN_MSPND1      0xF0004144         CAN Message Pending Register 1
CAN_MSPND2      0xF0004148         CAN Message Pending Register 2
CAN_MSPND3      0xF000414C         CAN Message Pending Register 3
CAN_MSPND4      0xF0004150         CAN Message Pending Register 4
CAN_MSPND5      0xF0004154         CAN Message Pending Register 5
CAN_MSPND6      0xF0004158         CAN Message Pending Register 6
CAN_MSPND7      0xF000415C         CAN Message Pending Register 7
CAN_MSID0       0xF0004180         CAN Message Index Register 0
CAN_MSID1       0xF0004184         CAN Message Index Register 1
CAN_MSID2       0xF0004188         CAN Message Index Register 2
CAN_MSID3       0xF000418C         CAN Message Index Register 3
CAN_MSID4       0xF0004190         CAN Message Index Register 4
CAN_MSID5       0xF0004194         CAN Message Index Register 5
CAN_MSID6       0xF0004198         CAN Message Index Register 6
CAN_MSID7       0xF000419C         CAN Message Index Register 7
CAN_MSIMASK     0xF00041C0         CAN Message Index Mask Register
CAN_PANCTR      0xF00041C4         CAN Panel Control Register
CAN_MCR         0xF00041C8         CAN Module Control Register
CAN_MITR        0xF00041CC         CAN Module Interrupt Trigger Register
CAN_NCR0        0xF0004200         CAN Node 0 Control Register
CAN_NSR0        0xF0004204         CAN Node 0 Status Register
CAN_NIPR0       0xF0004208         CAN Node 0 Interrupt Pointer Register
CAN_NPCR0       0xF000420C         CAN Node 0 Port Control Register
CAN_NBTR0       0xF0004210         CAN Node 0 Bit Timing Register
CAN_NECNT0      0xF0004214         CAN Node 0 Error Counter Register
CAN_NFCR0       0xF0004218         CAN Node 0 Frame Counter Register
CAN_LTR         0xF0004280         CAN Local Time Register
CAN_SYNMR       0xF0004284         CAN Synchronization Mark Register
CAN_REFMR       0xF0004288         CAN Reference Mark Register
CAN_LREFMR      0xF000428C         CAN Last Reference Mark Register
CAN_TURR        0xF0004290         CAN Time Unit Ratio Register
CAN_CYCTMR      0xF0004294         CAN Cycle Time Register
CAN_LOR         0xF0004298         CAN Local Offset Register
CAN_GMR         0xF000429C         CAN Global Mark Register
CAN_LGMR        0xF00042A0         CAN Last Global Mark Register
CAN_AWDR        0xF00042A4         CAN Application Watchdog Register
CAN_TTCR        0xF00042C0         CAN Time Trigger Control Register
CAN_TTCFGR      0xF00042C4         CAN Time Trigger Configuration Register
CAN_TTSR        0xF00042C8         CAN Time Trigger Status Register
CAN_TTFMR       0xF00042CC         CAN Time Trigger Flag Modification Register
CAN_TTIRR       0xF00042D0         CAN Time Trigger Interrupt Request Register
CAN_TTIER       0xF00042D4         CAN Time Trigger Interrupt Enable Register
CAN_TTINPR      0xF00042D8         CAN Time Trigger Interrupt Node Pointer Register
CAN_STSRL       0xF00042F0         CAN Scheduler Timing Status Register Low
CAN_STSRH       0xF00042F4         CAN Scheduler Timing Status Register High
CAN_SISR        0xF00042F8         CAN Scheduler Instruction Status Register
CAN_NCR1        0xF0004300         CAN Node 1 Control Register
CAN_NSR1        0xF0004304         CAN Node 1 Status Register
CAN_NIPR1       0xF0004308         CAN Node 1 Interrupt Pointer Register
CAN_NPCR1       0xF000430C         CAN Node 1 Port Control Register
CAN_NBTR1       0xF0004310         CAN Node 1 Bit Timing Register
CAN_NECNT1      0xF0004314         CAN Node 1 Error Counter Register
CAN_NFCR1       0xF0004318         CAN Node 1 Frame Counter Register
CAN_NCR2        0xF0004400         CAN Node 2 Control Register
CAN_NSR2        0xF0004404         CAN Node 2 Status Register
CAN_NIPR2       0xF0004408         CAN Node 2 Interrupt Pointer Register
CAN_NPCR2       0xF000440C         CAN Node 2 Port Control Register
CAN_NBTR2       0xF0004410         CAN Node 2 Bit Timing Register
CAN_NECNT2      0xF0004414         CAN Node 2 Error Counter Register
CAN_NFCR2       0xF0004418         CAN Node 2 Frame Counter Register
CAN_MOFCR0      0xF0005000         CAN Message Object 0 Function Control Register
CAN_MOFGPR0     0xF0005004         CAN Message Object 0 FIFO/Gateway Pointer Register
CAN_MOIPR0      0xF0005008         CAN Message Object 0 Interrupt Pointer Register
CAN_MOAMR0      0xF000500C         CAN Message Object 0 Acceptance Mask Register
CAN_MODATAL0    0xF0005010         CAN Message Object 0 Data Register Low
CAN_MODATAH0    0xF0005014         CAN Message Object 0 Data Register High
CAN_MOAR0       0xF0005018         CAN Message Object 0 Arbitration Register
CAN_MOCTR0      0xF000501C         CAN Message Object 0 Control Register
CAN_MOFCR1      0xF0005020         CAN Message Object 1 Function Control Register
CAN_MOFGPR1     0xF0005024         CAN Message Object 1 FIFO/Gateway Pointer Register
CAN_MOIPR1      0xF0005028         CAN Message Object 1 Interrupt Pointer Register
CAN_MOAMR1      0xF000502C         CAN Message Object 1 Acceptance Mask Register
CAN_MODATAL1    0xF0005030         CAN Message Object 1 Data Register Low
CAN_MODATAH1    0xF0005034         CAN Message Object 1 Data Register High
CAN_MOAR1       0xF0005038         CAN Message Object 1 Arbitration Register
CAN_MOCTR1      0xF000503C         CAN Message Object 1 Control Register
CAN_MOFCR2      0xF0005040         CAN Message Object 2 Function Control Register
CAN_MOFGPR2     0xF0005044         CAN Message Object 2 FIFO/Gateway Pointer Register
CAN_MOIPR2      0xF0005048         CAN Message Object 2 Interrupt Pointer Register
CAN_MOAMR2      0xF000504C         CAN Message Object 2 Acceptance Mask Register
CAN_MODATAL2    0xF0005050         CAN Message Object 2 Data Register Low
CAN_MODATAH2    0xF0005054         CAN Message Object 2 Data Register High
CAN_MOAR2       0xF0005058         CAN Message Object 2 Arbitration Register
CAN_MOCTR2      0xF000505C         CAN Message Object 2 Control Register
CAN_MOFCR3      0xF0005060         CAN Message Object 3 Function Control Register
CAN_MOFGPR3     0xF0005064         CAN Message Object 3 FIFO/Gateway Pointer Register
CAN_MOIPR3      0xF0005068         CAN Message Object 3 Interrupt Pointer Register
CAN_MOAMR3      0xF000506C         CAN Message Object 3 Acceptance Mask Register
CAN_MODATAL3    0xF0005070         CAN Message Object 3 Data Register Low
CAN_MODATAH3    0xF0005074         CAN Message Object 3 Data Register High
CAN_MOAR3       0xF0005078         CAN Message Object 3 Arbitration Register
CAN_MOCTR3      0xF000507C         CAN Message Object 3 Control Register
CAN_MOFCR4      0xF0005080         CAN Message Object 4 Function Control Register
CAN_MOFGPR4     0xF0005084         CAN Message Object 4 FIFO/Gateway Pointer Register
CAN_MOIPR4      0xF0005088         CAN Message Object 4 Interrupt Pointer Register
CAN_MOAMR4      0xF000508C         CAN Message Object 4 Acceptance Mask Register
CAN_MODATAL4    0xF0005090         CAN Message Object 4 Data Register Low
CAN_MODATAH4    0xF0005094         CAN Message Object 4 Data Register High
CAN_MOAR4       0xF0005098         CAN Message Object 4 Arbitration Register
CAN_MOCTR4      0xF000509C         CAN Message Object 4 Control Register
CAN_MOFCR5      0xF00050A0         CAN Message Object 5 Function Control Register
CAN_MOFGPR5     0xF00050A4         CAN Message Object 5 FIFO/Gateway Pointer Register
CAN_MOIPR5      0xF00050A8         CAN Message Object 5 Interrupt Pointer Register
CAN_MOAMR5      0xF00050AC         CAN Message Object 5 Acceptance Mask Register
CAN_MODATAL5    0xF00050B0         CAN Message Object 5 Data Register Low
CAN_MODATAH5    0xF00050B4         CAN Message Object 5 Data Register High
CAN_MOAR5       0xF00050B8         CAN Message Object 5 Arbitration Register
CAN_MOCTR5      0xF00050BC         CAN Message Object 5 Control Register
CAN_MOFCR6      0xF00050C0         CAN Message Object 6 Function Control Register
CAN_MOFGPR6     0xF00050C4         CAN Message Object 6 FIFO/Gateway Pointer Register
CAN_MOIPR6      0xF00050C8         CAN Message Object 6 Interrupt Pointer Register
CAN_MOAMR6      0xF00050CC         CAN Message Object 6 Acceptance Mask Register
CAN_MODATAL6    0xF00050D0         CAN Message Object 6 Data Register Low
CAN_MODATAH6    0xF00050D4         CAN Message Object 6 Data Register High
CAN_MOAR6       0xF00050D8         CAN Message Object 6 Arbitration Register
CAN_MOCTR6      0xF00050DC         CAN Message Object 6 Control Register
CAN_MOFCR7      0xF00050E0         CAN Message Object 7 Function Control Register
CAN_MOFGPR7     0xF00050E4         CAN Message Object 7 FIFO/Gateway Pointer Register
CAN_MOIPR7      0xF00050E8         CAN Message Object 7 Interrupt Pointer Register
CAN_MOAMR7      0xF00050EC         CAN Message Object 7 Acceptance Mask Register
CAN_MODATAL7    0xF00050F0         CAN Message Object 7 Data Register Low
CAN_MODATAH7    0xF00050F4         CAN Message Object 7 Data Register High
CAN_MOAR7       0xF00050F8         CAN Message Object 7 Arbitration Register
CAN_MOCTR7      0xF00050FC         CAN Message Object 7 Control Register
CAN_MOFCR8      0xF0005100         CAN Message Object 8 Function Control Register
CAN_MOFGPR8     0xF0005104         CAN Message Object 8 FIFO/Gateway Pointer Register
CAN_MOIPR8      0xF0005108         CAN Message Object 8 Interrupt Pointer Register
CAN_MOAMR8      0xF000510C         CAN Message Object 8 Acceptance Mask Register
CAN_MODATAL8    0xF0005110         CAN Message Object 8 Data Register Low
CAN_MODATAH8    0xF0005114         CAN Message Object 8 Data Register High
CAN_MOAR8       0xF0005118         CAN Message Object 8 Arbitration Register
CAN_MOCTR8      0xF000511C         CAN Message Object 8 Control Register
CAN_MOFCR9      0xF0005120         CAN Message Object 9 Function Control Register
CAN_MOFGPR9     0xF0005124         CAN Message Object 9 FIFO/Gateway Pointer Register
CAN_MOIPR9      0xF0005128         CAN Message Object 9 Interrupt Pointer Register
CAN_MOAMR9      0xF000512C         CAN Message Object 9 Acceptance Mask Register
CAN_MODATAL9    0xF0005130         CAN Message Object 9 Data Register Low
CAN_MODATAH9    0xF0005134         CAN Message Object 9 Data Register High
CAN_MOAR9       0xF0005138         CAN Message Object 9 Arbitration Register
CAN_MOCTR9      0xF000513C         CAN Message Object 9 Control Register
CAN_MOFCR10     0xF0005140         CAN Message Object 10 Function Control Register
CAN_MOFGPR10    0xF0005144         CAN Message Object 10 FIFO/Gateway Pointer Register
CAN_MOIPR10     0xF0005148         CAN Message Object 10 Interrupt Pointer Register
CAN_MOAMR10     0xF000514C         CAN Message Object 10 Acceptance Mask Register
CAN_MODATAL10   0xF0005150         CAN Message Object 10 Data Register Low
CAN_MODATAH10   0xF0005154         CAN Message Object 10 Data Register High
CAN_MOAR10      0xF0005158         CAN Message Object 10 Arbitration Register
CAN_MOCTR10     0xF000515C         CAN Message Object 10 Control Register
CAN_MOFCR11     0xF0005160         CAN Message Object 11 Function Control Register
CAN_MOFGPR11    0xF0005164         CAN Message Object 11 FIFO/Gateway Pointer Register
CAN_MOIPR11     0xF0005168         CAN Message Object 11 Interrupt Pointer Register
CAN_MOAMR11     0xF000516C         CAN Message Object 11 Acceptance Mask Register
CAN_MODATAL11   0xF0005170         CAN Message Object 11 Data Register Low
CAN_MODATAH11   0xF0005174         CAN Message Object 11 Data Register High
CAN_MOAR11      0xF0005178         CAN Message Object 11 Arbitration Register
CAN_MOCTR11     0xF000517C         CAN Message Object 11 Control Register
CAN_MOFCR12     0xF0005180         CAN Message Object 12 Function Control Register
CAN_MOFGPR12    0xF0005184         CAN Message Object 12 FIFO/Gateway Pointer Register
CAN_MOIPR12     0xF0005188         CAN Message Object 12 Interrupt Pointer Register
CAN_MOAMR12     0xF000518C         CAN Message Object 12 Acceptance Mask Register
CAN_MODATAL12   0xF0005190         CAN Message Object 12 Data Register Low
CAN_MODATAH12   0xF0005194         CAN Message Object 12 Data Register High
CAN_MOAR12      0xF0005198         CAN Message Object 12 Arbitration Register
CAN_MOCTR12     0xF000519C         CAN Message Object 12 Control Register
CAN_MOFCR13     0xF00051A0         CAN Message Object 13 Function Control Register
CAN_MOFGPR13    0xF00051A4         CAN Message Object 13 FIFO/Gateway Pointer Register
CAN_MOIPR13     0xF00051A8         CAN Message Object 13 Interrupt Pointer Register
CAN_MOAMR13     0xF00051AC         CAN Message Object 13 Acceptance Mask Register
CAN_MODATAL13   0xF00051B0         CAN Message Object 13 Data Register Low
CAN_MODATAH13   0xF00051B4         CAN Message Object 13 Data Register High
CAN_MOAR13      0xF00051B8         CAN Message Object 13 Arbitration Register
CAN_MOCTR13     0xF00051BC         CAN Message Object 13 Control Register
CAN_MOFCR14     0xF00051C0         CAN Message Object 14 Function Control Register
CAN_MOFGPR14    0xF00051C4         CAN Message Object 14 FIFO/Gateway Pointer Register
CAN_MOIPR14     0xF00051C8         CAN Message Object 14 Interrupt Pointer Register
CAN_MOAMR14     0xF00051CC         CAN Message Object 14 Acceptance Mask Register
CAN_MODATAL14   0xF00051D0         CAN Message Object 14 Data Register Low
CAN_MODATAH14   0xF00051D4         CAN Message Object 14 Data Register High
CAN_MOAR14      0xF00051D8         CAN Message Object 14 Arbitration Register
CAN_MOCTR14     0xF00051DC         CAN Message Object 14 Control Register
CAN_MOFCR15     0xF00051E0         CAN Message Object 15 Function Control Register
CAN_MOFGPR15    0xF00051E4         CAN Message Object 15 FIFO/Gateway Pointer Register
CAN_MOIPR15     0xF00051E8         CAN Message Object 15 Interrupt Pointer Register
CAN_MOAMR15     0xF00051EC         CAN Message Object 15 Acceptance Mask Register
CAN_MODATAL15   0xF00051F0         CAN Message Object 15 Data Register Low
CAN_MODATAH15   0xF00051F4         CAN Message Object 15 Data Register High
CAN_MOAR15      0xF00051F8         CAN Message Object 15 Arbitration Register
CAN_MOCTR15     0xF00051FC         CAN Message Object 15 Control Register
CAN_MOFCR16     0xF0005200         CAN Message Object 16 Function Control Register
CAN_MOFGPR16    0xF0005204         CAN Message Object 16 FIFO/Gateway Pointer Register
CAN_MOIPR16     0xF0005208         CAN Message Object 16 Interrupt Pointer Register
CAN_MOAMR16     0xF000520C         CAN Message Object 16 Acceptance Mask Register
CAN_MODATAL16   0xF0005210         CAN Message Object 16 Data Register Low
CAN_MODATAH16   0xF0005214         CAN Message Object 16 Data Register High
CAN_MOAR16      0xF0005218         CAN Message Object 16 Arbitration Register
CAN_MOCTR16     0xF000521C         CAN Message Object 16 Control Register
CAN_MOFCR17     0xF0005220         CAN Message Object 17 Function Control Register
CAN_MOFGPR17    0xF0005224         CAN Message Object 17 FIFO/Gateway Pointer Register
CAN_MOIPR17     0xF0005228         CAN Message Object 17 Interrupt Pointer Register
CAN_MOAMR17     0xF000522C         CAN Message Object 17 Acceptance Mask Register
CAN_MODATAL17   0xF0005230         CAN Message Object 17 Data Register Low
CAN_MODATAH17   0xF0005234         CAN Message Object 17 Data Register High
CAN_MOAR17      0xF0005238         CAN Message Object 17 Arbitration Register
CAN_MOCTR17     0xF000523C         CAN Message Object 17 Control Register
CAN_MOFCR18     0xF0005240         CAN Message Object 18 Function Control Register
CAN_MOFGPR18    0xF0005244         CAN Message Object 18 FIFO/Gateway Pointer Register
CAN_MOIPR18     0xF0005248         CAN Message Object 18 Interrupt Pointer Register
CAN_MOAMR18     0xF000524C         CAN Message Object 18 Acceptance Mask Register
CAN_MODATAL18   0xF0005250         CAN Message Object 18 Data Register Low
CAN_MODATAH18   0xF0005254         CAN Message Object 18 Data Register High
CAN_MOAR18      0xF0005258         CAN Message Object 18 Arbitration Register
CAN_MOCTR18     0xF000525C         CAN Message Object 18 Control Register
CAN_MOFCR19     0xF0005260         CAN Message Object 19 Function Control Register
CAN_MOFGPR19    0xF0005264         CAN Message Object 19 FIFO/Gateway Pointer Register
CAN_MOIPR19     0xF0005268         CAN Message Object 19 Interrupt Pointer Register
CAN_MOAMR19     0xF000526C         CAN Message Object 19 Acceptance Mask Register
CAN_MODATAL19   0xF0005270         CAN Message Object 19 Data Register Low
CAN_MODATAH19   0xF0005274         CAN Message Object 19 Data Register High
CAN_MOAR19      0xF0005278         CAN Message Object 19 Arbitration Register
CAN_MOCTR19     0xF000527C         CAN Message Object 19 Control Register
CAN_MOFCR20     0xF0005280         CAN Message Object 20 Function Control Register
CAN_MOFGPR20    0xF0005284         CAN Message Object 20 FIFO/Gateway Pointer Register
CAN_MOIPR20     0xF0005288         CAN Message Object 20 Interrupt Pointer Register
CAN_MOAMR20     0xF000528C         CAN Message Object 20 Acceptance Mask Register
CAN_MODATAL20   0xF0005290         CAN Message Object 20 Data Register Low
CAN_MODATAH20   0xF0005294         CAN Message Object 20 Data Register High
CAN_MOAR20      0xF0005298         CAN Message Object 20 Arbitration Register
CAN_MOCTR20     0xF000529C         CAN Message Object 20 Control Register
CAN_MOFCR21     0xF00052A0         CAN Message Object 21 Function Control Register
CAN_MOFGPR21    0xF00052A4         CAN Message Object 21 FIFO/Gateway Pointer Register
CAN_MOIPR21     0xF00052A8         CAN Message Object 21 Interrupt Pointer Register
CAN_MOAMR21     0xF00052AC         CAN Message Object 21 Acceptance Mask Register
CAN_MODATAL21   0xF00052B0         CAN Message Object 21 Data Register Low
CAN_MODATAH21   0xF00052B4         CAN Message Object 21 Data Register High
CAN_MOAR21      0xF00052B8         CAN Message Object 21 Arbitration Register
CAN_MOCTR21     0xF00052BC         CAN Message Object 21 Control Register
CAN_MOFCR22     0xF00052C0         CAN Message Object 22 Function Control Register
CAN_MOFGPR22    0xF00052C4         CAN Message Object 22 FIFO/Gateway Pointer Register
CAN_MOIPR22     0xF00052C8         CAN Message Object 22 Interrupt Pointer Register
CAN_MOAMR22     0xF00052CC         CAN Message Object 22 Acceptance Mask Register
CAN_MODATAL22   0xF00052D0         CAN Message Object 22 Data Register Low
CAN_MODATAH22   0xF00052D4         CAN Message Object 22 Data Register High
CAN_MOAR22      0xF00052D8         CAN Message Object 22 Arbitration Register
CAN_MOCTR22     0xF00052DC         CAN Message Object 22 Control Register
CAN_MOFCR23     0xF00052E0         CAN Message Object 23 Function Control Register
CAN_MOFGPR23    0xF00052E4         CAN Message Object 23 FIFO/Gateway Pointer Register
CAN_MOIPR23     0xF00052E8         CAN Message Object 23 Interrupt Pointer Register
CAN_MOAMR23     0xF00052EC         CAN Message Object 23 Acceptance Mask Register
CAN_MODATAL23   0xF00052F0         CAN Message Object 23 Data Register Low
CAN_MODATAH23   0xF00052F4         CAN Message Object 23 Data Register High
CAN_MOAR23      0xF00052F8         CAN Message Object 23 Arbitration Register
CAN_MOCTR23     0xF00052FC         CAN Message Object 23 Control Register
CAN_MOFCR24     0xF0005300         CAN Message Object 24 Function Control Register
CAN_MOFGPR24    0xF0005304         CAN Message Object 24 FIFO/Gateway Pointer Register
CAN_MOIPR24     0xF0005308         CAN Message Object 24 Interrupt Pointer Register
CAN_MOAMR24     0xF000530C         CAN Message Object 24 Acceptance Mask Register
CAN_MODATAL24   0xF0005310         CAN Message Object 24 Data Register Low
CAN_MODATAH24   0xF0005314         CAN Message Object 24 Data Register High
CAN_MOAR24      0xF0005318         CAN Message Object 24 Arbitration Register
CAN_MOCTR24     0xF000531C         CAN Message Object 24 Control Register
CAN_MOFCR25     0xF0005320         CAN Message Object 25 Function Control Register
CAN_MOFGPR25    0xF0005324         CAN Message Object 25 FIFO/Gateway Pointer Register
CAN_MOIPR25     0xF0005328         CAN Message Object 25 Interrupt Pointer Register
CAN_MOAMR25     0xF000532C         CAN Message Object 25 Acceptance Mask Register
CAN_MODATAL25   0xF0005330         CAN Message Object 25 Data Register Low
CAN_MODATAH25   0xF0005334         CAN Message Object 25 Data Register High
CAN_MOAR25      0xF0005338         CAN Message Object 25 Arbitration Register
CAN_MOCTR25     0xF000533C         CAN Message Object 25 Control Register
CAN_MOFCR26     0xF0005340         CAN Message Object 26 Function Control Register
CAN_MOFGPR26    0xF0005344         CAN Message Object 26 FIFO/Gateway Pointer Register
CAN_MOIPR26     0xF0005348         CAN Message Object 26 Interrupt Pointer Register
CAN_MOAMR26     0xF000534C         CAN Message Object 26 Acceptance Mask Register
CAN_MODATAL26   0xF0005350         CAN Message Object 26 Data Register Low
CAN_MODATAH26   0xF0005354         CAN Message Object 26 Data Register High
CAN_MOAR26      0xF0005358         CAN Message Object 26 Arbitration Register
CAN_MOCTR26     0xF000535C         CAN Message Object 26 Control Register
CAN_MOFCR27     0xF0005360         CAN Message Object 27 Function Control Register
CAN_MOFGPR27    0xF0005364         CAN Message Object 27 FIFO/Gateway Pointer Register
CAN_MOIPR27     0xF0005368         CAN Message Object 27 Interrupt Pointer Register
CAN_MOAMR27     0xF000536C         CAN Message Object 27 Acceptance Mask Register
CAN_MODATAL27   0xF0005370         CAN Message Object 27 Data Register Low
CAN_MODATAH27   0xF0005374         CAN Message Object 27 Data Register High
CAN_MOAR27      0xF0005378         CAN Message Object 27 Arbitration Register
CAN_MOCTR27     0xF000537C         CAN Message Object 27 Control Register
CAN_MOFCR28     0xF0005380         CAN Message Object 28 Function Control Register
CAN_MOFGPR28    0xF0005384         CAN Message Object 28 FIFO/Gateway Pointer Register
CAN_MOIPR28     0xF0005388         CAN Message Object 28 Interrupt Pointer Register
CAN_MOAMR28     0xF000538C         CAN Message Object 28 Acceptance Mask Register
CAN_MODATAL28   0xF0005390         CAN Message Object 28 Data Register Low
CAN_MODATAH28   0xF0005394         CAN Message Object 28 Data Register High
CAN_MOAR28      0xF0005398         CAN Message Object 28 Arbitration Register
CAN_MOCTR28     0xF000539C         CAN Message Object 28 Control Register
CAN_MOFCR29     0xF00053A0         CAN Message Object 29 Function Control Register
CAN_MOFGPR29    0xF00053A4         CAN Message Object 29 FIFO/Gateway Pointer Register
CAN_MOIPR29     0xF00053A8         CAN Message Object 29 Interrupt Pointer Register
CAN_MOAMR29     0xF00053AC         CAN Message Object 29 Acceptance Mask Register
CAN_MODATAL29   0xF00053B0         CAN Message Object 29 Data Register Low
CAN_MODATAH29   0xF00053B4         CAN Message Object 29 Data Register High
CAN_MOAR29      0xF00053B8         CAN Message Object 29 Arbitration Register
CAN_MOCTR29     0xF00053BC         CAN Message Object 29 Control Register
CAN_MOFCR30     0xF00053C0         CAN Message Object 30 Function Control Register
CAN_MOFGPR30    0xF00053C4         CAN Message Object 30 FIFO/Gateway Pointer Register
CAN_MOIPR30     0xF00053C8         CAN Message Object 30 Interrupt Pointer Register
CAN_MOAMR30     0xF00053CC         CAN Message Object 30 Acceptance Mask Register
CAN_MODATAL30   0xF00053D0         CAN Message Object 30 Data Register Low
CAN_MODATAH30   0xF00053D4         CAN Message Object 30 Data Register High
CAN_MOAR30      0xF00053D8         CAN Message Object 30 Arbitration Register
CAN_MOCTR30     0xF00053DC         CAN Message Object 30 Control Register
CAN_MOFCR31     0xF00053E0         CAN Message Object 31 Function Control Register
CAN_MOFGPR31    0xF00053E4         CAN Message Object 31 FIFO/Gateway Pointer Register
CAN_MOIPR31     0xF00053E8         CAN Message Object 31 Interrupt Pointer Register
CAN_MOAMR31     0xF00053EC         CAN Message Object 31 Acceptance Mask Register
CAN_MODATAL31   0xF00053F0         CAN Message Object 31 Data Register Low
CAN_MODATAH31   0xF00053F4         CAN Message Object 31 Data Register High
CAN_MOAR31      0xF00053F8         CAN Message Object 31 Arbitration Register
CAN_MOCTR31     0xF00053FC         CAN Message Object 31 Control Register
CAN_MOFCR32     0xF0005400         CAN Message Object 32 Function Control Register
CAN_MOFGPR32    0xF0005404         CAN Message Object 32 FIFO/Gateway Pointer Register
CAN_MOIPR32     0xF0005408         CAN Message Object 32 Interrupt Pointer Register
CAN_MOAMR32     0xF000540C         CAN Message Object 32 Acceptance Mask Register
CAN_MODATAL32   0xF0005410         CAN Message Object 32 Data Register Low
CAN_MODATAH32   0xF0005414         CAN Message Object 32 Data Register High
CAN_MOAR32      0xF0005418         CAN Message Object 32 Arbitration Register
CAN_MOCTR32     0xF000541C         CAN Message Object 32 Control Register
CAN_MOFCR33     0xF0005420         CAN Message Object 33 Function Control Register
CAN_MOFGPR33    0xF0005424         CAN Message Object 33 FIFO/Gateway Pointer Register
CAN_MOIPR33     0xF0005428         CAN Message Object 33 Interrupt Pointer Register
CAN_MOAMR33     0xF000542C         CAN Message Object 33 Acceptance Mask Register
CAN_MODATAL33   0xF0005430         CAN Message Object 33 Data Register Low
CAN_MODATAH33   0xF0005434         CAN Message Object 33 Data Register High
CAN_MOAR33      0xF0005438         CAN Message Object 33 Arbitration Register
CAN_MOCTR33     0xF000543C         CAN Message Object 33 Control Register
CAN_MOFCR34     0xF0005440         CAN Message Object 34 Function Control Register
CAN_MOFGPR34    0xF0005444         CAN Message Object 34 FIFO/Gateway Pointer Register
CAN_MOIPR34     0xF0005448         CAN Message Object 34 Interrupt Pointer Register
CAN_MOAMR34     0xF000544C         CAN Message Object 34 Acceptance Mask Register
CAN_MODATAL34   0xF0005450         CAN Message Object 34 Data Register Low
CAN_MODATAH34   0xF0005454         CAN Message Object 34 Data Register High
CAN_MOAR34      0xF0005458         CAN Message Object 34 Arbitration Register
CAN_MOCTR34     0xF000545C         CAN Message Object 34 Control Register
CAN_MOFCR35     0xF0005460         CAN Message Object 35 Function Control Register
CAN_MOFGPR35    0xF0005464         CAN Message Object 35 FIFO/Gateway Pointer Register
CAN_MOIPR35     0xF0005468         CAN Message Object 35 Interrupt Pointer Register
CAN_MOAMR35     0xF000546C         CAN Message Object 35 Acceptance Mask Register
CAN_MODATAL35   0xF0005470         CAN Message Object 35 Data Register Low
CAN_MODATAH35   0xF0005474         CAN Message Object 35 Data Register High
CAN_MOAR35      0xF0005478         CAN Message Object 35 Arbitration Register
CAN_MOCTR35     0xF000547C         CAN Message Object 35 Control Register
CAN_MOFCR36     0xF0005480         CAN Message Object 36 Function Control Register
CAN_MOFGPR36    0xF0005484         CAN Message Object 36 FIFO/Gateway Pointer Register
CAN_MOIPR36     0xF0005488         CAN Message Object 36 Interrupt Pointer Register
CAN_MOAMR36     0xF000548C         CAN Message Object 36 Acceptance Mask Register
CAN_MODATAL36   0xF0005490         CAN Message Object 36 Data Register Low
CAN_MODATAH36   0xF0005494         CAN Message Object 36 Data Register High
CAN_MOAR36      0xF0005498         CAN Message Object 36 Arbitration Register
CAN_MOCTR36     0xF000549C         CAN Message Object 36 Control Register
CAN_MOFCR37     0xF00054A0         CAN Message Object 37 Function Control Register
CAN_MOFGPR37    0xF00054A4         CAN Message Object 37 FIFO/Gateway Pointer Register
CAN_MOIPR37     0xF00054A8         CAN Message Object 37 Interrupt Pointer Register
CAN_MOAMR37     0xF00054AC         CAN Message Object 37 Acceptance Mask Register
CAN_MODATAL37   0xF00054B0         CAN Message Object 37 Data Register Low
CAN_MODATAH37   0xF00054B4         CAN Message Object 37 Data Register High
CAN_MOAR37      0xF00054B8         CAN Message Object 37 Arbitration Register
CAN_MOCTR37     0xF00054BC         CAN Message Object 37 Control Register
CAN_MOFCR38     0xF00054C0         CAN Message Object 38 Function Control Register
CAN_MOFGPR38    0xF00054C4         CAN Message Object 38 FIFO/Gateway Pointer Register
CAN_MOIPR38     0xF00054C8         CAN Message Object 38 Interrupt Pointer Register
CAN_MOAMR38     0xF00054CC         CAN Message Object 38 Acceptance Mask Register
CAN_MODATAL38   0xF00054D0         CAN Message Object 38 Data Register Low
CAN_MODATAH38   0xF00054D4         CAN Message Object 38 Data Register High
CAN_MOAR38      0xF00054D8         CAN Message Object 38 Arbitration Register
CAN_MOCTR38     0xF00054DC         CAN Message Object 38 Control Register
CAN_MOFCR39     0xF00054E0         CAN Message Object 39 Function Control Register
CAN_MOFGPR39    0xF00054E4         CAN Message Object 39 FIFO/Gateway Pointer Register
CAN_MOIPR39     0xF00054E8         CAN Message Object 39 Interrupt Pointer Register
CAN_MOAMR39     0xF00054EC         CAN Message Object 39 Acceptance Mask Register
CAN_MODATAL39   0xF00054F0         CAN Message Object 39 Data Register Low
CAN_MODATAH39   0xF00054F4         CAN Message Object 39 Data Register High
CAN_MOAR39      0xF00054F8         CAN Message Object 39 Arbitration Register
CAN_MOCTR39     0xF00054FC         CAN Message Object 39 Control Register
CAN_MOFCR40     0xF0005500         CAN Message Object 40 Function Control Register
CAN_MOFGPR40    0xF0005504         CAN Message Object 40 FIFO/Gateway Pointer Register
CAN_MOIPR40     0xF0005508         CAN Message Object 40 Interrupt Pointer Register
CAN_MOAMR40     0xF000550C         CAN Message Object 40 Acceptance Mask Register
CAN_MODATAL40   0xF0005510         CAN Message Object 40 Data Register Low
CAN_MODATAH40   0xF0005514         CAN Message Object 40 Data Register High
CAN_MOAR40      0xF0005518         CAN Message Object 40 Arbitration Register
CAN_MOCTR40     0xF000551C         CAN Message Object 40 Control Register
CAN_MOFCR41     0xF0005520         CAN Message Object 41 Function Control Register
CAN_MOFGPR41    0xF0005524         CAN Message Object 41 FIFO/Gateway Pointer Register
CAN_MOIPR41     0xF0005528         CAN Message Object 41 Interrupt Pointer Register
CAN_MOAMR41     0xF000552C         CAN Message Object 41 Acceptance Mask Register
CAN_MODATAL41   0xF0005530         CAN Message Object 41 Data Register Low
CAN_MODATAH41   0xF0005534         CAN Message Object 41 Data Register High
CAN_MOAR41      0xF0005538         CAN Message Object 41 Arbitration Register
CAN_MOCTR41     0xF000553C         CAN Message Object 41 Control Register
CAN_MOFCR42     0xF0005540         CAN Message Object 42 Function Control Register
CAN_MOFGPR42    0xF0005544         CAN Message Object 42 FIFO/Gateway Pointer Register
CAN_MOIPR42     0xF0005548         CAN Message Object 42 Interrupt Pointer Register
CAN_MOAMR42     0xF000554C         CAN Message Object 42 Acceptance Mask Register
CAN_MODATAL42   0xF0005550         CAN Message Object 42 Data Register Low
CAN_MODATAH42   0xF0005554         CAN Message Object 42 Data Register High
CAN_MOAR42      0xF0005558         CAN Message Object 42 Arbitration Register
CAN_MOCTR42     0xF000555C         CAN Message Object 42 Control Register
CAN_MOFCR43     0xF0005560         CAN Message Object 43 Function Control Register
CAN_MOFGPR43    0xF0005564         CAN Message Object 43 FIFO/Gateway Pointer Register
CAN_MOIPR43     0xF0005568         CAN Message Object 43 Interrupt Pointer Register
CAN_MOAMR43     0xF000556C         CAN Message Object 43 Acceptance Mask Register
CAN_MODATAL43   0xF0005570         CAN Message Object 43 Data Register Low
CAN_MODATAH43   0xF0005574         CAN Message Object 43 Data Register High
CAN_MOAR43      0xF0005578         CAN Message Object 43 Arbitration Register
CAN_MOCTR43     0xF000557C         CAN Message Object 43 Control Register
CAN_MOFCR44     0xF0005580         CAN Message Object 44 Function Control Register
CAN_MOFGPR44    0xF0005584         CAN Message Object 44 FIFO/Gateway Pointer Register
CAN_MOIPR44     0xF0005588         CAN Message Object 44 Interrupt Pointer Register
CAN_MOAMR44     0xF000558C         CAN Message Object 44 Acceptance Mask Register
CAN_MODATAL44   0xF0005590         CAN Message Object 44 Data Register Low
CAN_MODATAH44   0xF0005594         CAN Message Object 44 Data Register High
CAN_MOAR44      0xF0005598         CAN Message Object 44 Arbitration Register
CAN_MOCTR44     0xF000559C         CAN Message Object 44 Control Register
CAN_MOFCR45     0xF00055A0         CAN Message Object 45 Function Control Register
CAN_MOFGPR45    0xF00055A4         CAN Message Object 45 FIFO/Gateway Pointer Register
CAN_MOIPR45     0xF00055A8         CAN Message Object 45 Interrupt Pointer Register
CAN_MOAMR45     0xF00055AC         CAN Message Object 45 Acceptance Mask Register
CAN_MODATAL45   0xF00055B0         CAN Message Object 45 Data Register Low
CAN_MODATAH45   0xF00055B4         CAN Message Object 45 Data Register High
CAN_MOAR45      0xF00055B8         CAN Message Object 45 Arbitration Register
CAN_MOCTR45     0xF00055BC         CAN Message Object 45 Control Register
CAN_MOFCR46     0xF00055C0         CAN Message Object 46 Function Control Register
CAN_MOFGPR46    0xF00055C4         CAN Message Object 46 FIFO/Gateway Pointer Register
CAN_MOIPR46     0xF00055C8         CAN Message Object 46 Interrupt Pointer Register
CAN_MOAMR46     0xF00055CC         CAN Message Object 46 Acceptance Mask Register
CAN_MODATAL46   0xF00055D0         CAN Message Object 46 Data Register Low
CAN_MODATAH46   0xF00055D4         CAN Message Object 46 Data Register High
CAN_MOAR46      0xF00055D8         CAN Message Object 46 Arbitration Register
CAN_MOCTR46     0xF00055DC         CAN Message Object 46 Control Register
CAN_MOFCR47     0xF00055E0         CAN Message Object 47 Function Control Register
CAN_MOFGPR47    0xF00055E4         CAN Message Object 47 FIFO/Gateway Pointer Register
CAN_MOIPR47     0xF00055E8         CAN Message Object 47 Interrupt Pointer Register
CAN_MOAMR47     0xF00055EC         CAN Message Object 47 Acceptance Mask Register
CAN_MODATAL47   0xF00055F0         CAN Message Object 47 Data Register Low
CAN_MODATAH47   0xF00055F4         CAN Message Object 47 Data Register High
CAN_MOAR47      0xF00055F8         CAN Message Object 47 Arbitration Register
CAN_MOCTR47     0xF00055FC         CAN Message Object 47 Control Register
CAN_MOFCR48     0xF0005600         CAN Message Object 48 Function Control Register
CAN_MOFGPR48    0xF0005604         CAN Message Object 48 FIFO/Gateway Pointer Register
CAN_MOIPR48     0xF0005608         CAN Message Object 48 Interrupt Pointer Register
CAN_MOAMR48     0xF000560C         CAN Message Object 48 Acceptance Mask Register
CAN_MODATAL48   0xF0005610         CAN Message Object 48 Data Register Low
CAN_MODATAH48   0xF0005614         CAN Message Object 48 Data Register High
CAN_MOAR48      0xF0005618         CAN Message Object 48 Arbitration Register
CAN_MOCTR48     0xF000561C         CAN Message Object 48 Control Register
CAN_MOFCR49     0xF0005620         CAN Message Object 49 Function Control Register
CAN_MOFGPR49    0xF0005624         CAN Message Object 49 FIFO/Gateway Pointer Register
CAN_MOIPR49     0xF0005628         CAN Message Object 49 Interrupt Pointer Register
CAN_MOAMR49     0xF000562C         CAN Message Object 49 Acceptance Mask Register
CAN_MODATAL49   0xF0005630         CAN Message Object 49 Data Register Low
CAN_MODATAH49   0xF0005634         CAN Message Object 49 Data Register High
CAN_MOAR49      0xF0005638         CAN Message Object 49 Arbitration Register
CAN_MOCTR49     0xF000563C         CAN Message Object 49 Control Register
CAN_MOFCR50     0xF0005640         CAN Message Object 50 Function Control Register
CAN_MOFGPR50    0xF0005644         CAN Message Object 50 FIFO/Gateway Pointer Register
CAN_MOIPR50     0xF0005648         CAN Message Object 50 Interrupt Pointer Register
CAN_MOAMR50     0xF000564C         CAN Message Object 50 Acceptance Mask Register
CAN_MODATAL50   0xF0005650         CAN Message Object 50 Data Register Low
CAN_MODATAH50   0xF0005654         CAN Message Object 50 Data Register High
CAN_MOAR50      0xF0005658         CAN Message Object 50 Arbitration Register
CAN_MOCTR50     0xF000565C         CAN Message Object 50 Control Register
CAN_MOFCR51     0xF0005660         CAN Message Object 51 Function Control Register
CAN_MOFGPR51    0xF0005664         CAN Message Object 51 FIFO/Gateway Pointer Register
CAN_MOIPR51     0xF0005668         CAN Message Object 51 Interrupt Pointer Register
CAN_MOAMR51     0xF000566C         CAN Message Object 51 Acceptance Mask Register
CAN_MODATAL51   0xF0005670         CAN Message Object 51 Data Register Low
CAN_MODATAH51   0xF0005674         CAN Message Object 51 Data Register High
CAN_MOAR51      0xF0005678         CAN Message Object 51 Arbitration Register
CAN_MOCTR51     0xF000567C         CAN Message Object 51 Control Register
CAN_MOFCR52     0xF0005680         CAN Message Object 52 Function Control Register
CAN_MOFGPR52    0xF0005684         CAN Message Object 52 FIFO/Gateway Pointer Register
CAN_MOIPR52     0xF0005688         CAN Message Object 52 Interrupt Pointer Register
CAN_MOAMR52     0xF000568C         CAN Message Object 52 Acceptance Mask Register
CAN_MODATAL52   0xF0005690         CAN Message Object 52 Data Register Low
CAN_MODATAH52   0xF0005694         CAN Message Object 52 Data Register High
CAN_MOAR52      0xF0005698         CAN Message Object 52 Arbitration Register
CAN_MOCTR52     0xF000569C         CAN Message Object 52 Control Register
CAN_MOFCR53     0xF00056A0         CAN Message Object 53 Function Control Register
CAN_MOFGPR53    0xF00056A4         CAN Message Object 53 FIFO/Gateway Pointer Register
CAN_MOIPR53     0xF00056A8         CAN Message Object 53 Interrupt Pointer Register
CAN_MOAMR53     0xF00056AC         CAN Message Object 53 Acceptance Mask Register
CAN_MODATAL53   0xF00056B0         CAN Message Object 53 Data Register Low
CAN_MODATAH53   0xF00056B4         CAN Message Object 53 Data Register High
CAN_MOAR53      0xF00056B8         CAN Message Object 53 Arbitration Register
CAN_MOCTR53     0xF00056BC         CAN Message Object 53 Control Register
CAN_MOFCR54     0xF00056C0         CAN Message Object 54 Function Control Register
CAN_MOFGPR54    0xF00056C4         CAN Message Object 54 FIFO/Gateway Pointer Register
CAN_MOIPR54     0xF00056C8         CAN Message Object 54 Interrupt Pointer Register
CAN_MOAMR54     0xF00056CC         CAN Message Object 54 Acceptance Mask Register
CAN_MODATAL54   0xF00056D0         CAN Message Object 54 Data Register Low
CAN_MODATAH54   0xF00056D4         CAN Message Object 54 Data Register High
CAN_MOAR54      0xF00056D8         CAN Message Object 54 Arbitration Register
CAN_MOCTR54     0xF00056DC         CAN Message Object 54 Control Register
CAN_MOFCR55     0xF00056E0         CAN Message Object 55 Function Control Register
CAN_MOFGPR55    0xF00056E4         CAN Message Object 55 FIFO/Gateway Pointer Register
CAN_MOIPR55     0xF00056E8         CAN Message Object 55 Interrupt Pointer Register
CAN_MOAMR55     0xF00056EC         CAN Message Object 55 Acceptance Mask Register
CAN_MODATAL55   0xF00056F0         CAN Message Object 55 Data Register Low
CAN_MODATAH55   0xF00056F4         CAN Message Object 55 Data Register High
CAN_MOAR55      0xF00056F8         CAN Message Object 55 Arbitration Register
CAN_MOCTR55     0xF00056FC         CAN Message Object 55 Control Register
CAN_MOFCR56     0xF0005700         CAN Message Object 56 Function Control Register
CAN_MOFGPR56    0xF0005704         CAN Message Object 56 FIFO/Gateway Pointer Register
CAN_MOIPR56     0xF0005708         CAN Message Object 56 Interrupt Pointer Register
CAN_MOAMR56     0xF000570C         CAN Message Object 56 Acceptance Mask Register
CAN_MODATAL56   0xF0005710         CAN Message Object 56 Data Register Low
CAN_MODATAH56   0xF0005714         CAN Message Object 56 Data Register High
CAN_MOAR56      0xF0005718         CAN Message Object 56 Arbitration Register
CAN_MOCTR56     0xF000571C         CAN Message Object 56 Control Register
CAN_MOFCR57     0xF0005720         CAN Message Object 57 Function Control Register
CAN_MOFGPR57    0xF0005724         CAN Message Object 57 FIFO/Gateway Pointer Register
CAN_MOIPR57     0xF0005728         CAN Message Object 57 Interrupt Pointer Register
CAN_MOAMR57     0xF000572C         CAN Message Object 57 Acceptance Mask Register
CAN_MODATAL57   0xF0005730         CAN Message Object 57 Data Register Low
CAN_MODATAH57   0xF0005734         CAN Message Object 57 Data Register High
CAN_MOAR57      0xF0005738         CAN Message Object 57 Arbitration Register
CAN_MOCTR57     0xF000573C         CAN Message Object 57 Control Register
CAN_MOFCR58     0xF0005740         CAN Message Object 58 Function Control Register
CAN_MOFGPR58    0xF0005744         CAN Message Object 58 FIFO/Gateway Pointer Register
CAN_MOIPR58     0xF0005748         CAN Message Object 58 Interrupt Pointer Register
CAN_MOAMR58     0xF000574C         CAN Message Object 58 Acceptance Mask Register
CAN_MODATAL58   0xF0005750         CAN Message Object 58 Data Register Low
CAN_MODATAH58   0xF0005754         CAN Message Object 58 Data Register High
CAN_MOAR58      0xF0005758         CAN Message Object 58 Arbitration Register
CAN_MOCTR58     0xF000575C         CAN Message Object 58 Control Register
CAN_MOFCR59     0xF0005760         CAN Message Object 59 Function Control Register
CAN_MOFGPR59    0xF0005764         CAN Message Object 59 FIFO/Gateway Pointer Register
CAN_MOIPR59     0xF0005768         CAN Message Object 59 Interrupt Pointer Register
CAN_MOAMR59     0xF000576C         CAN Message Object 59 Acceptance Mask Register
CAN_MODATAL59   0xF0005770         CAN Message Object 59 Data Register Low
CAN_MODATAH59   0xF0005774         CAN Message Object 59 Data Register High
CAN_MOAR59      0xF0005778         CAN Message Object 59 Arbitration Register
CAN_MOCTR59     0xF000577C         CAN Message Object 59 Control Register
CAN_MOFCR60     0xF0005780         CAN Message Object 60 Function Control Register
CAN_MOFGPR60    0xF0005784         CAN Message Object 60 FIFO/Gateway Pointer Register
CAN_MOIPR60     0xF0005788         CAN Message Object 60 Interrupt Pointer Register
CAN_MOAMR60     0xF000578C         CAN Message Object 60 Acceptance Mask Register
CAN_MODATAL60   0xF0005790         CAN Message Object 60 Data Register Low
CAN_MODATAH60   0xF0005794         CAN Message Object 60 Data Register High
CAN_MOAR60      0xF0005798         CAN Message Object 60 Arbitration Register
CAN_MOCTR60     0xF000579C         CAN Message Object 60 Control Register
CAN_MOFCR61     0xF00057A0         CAN Message Object 61 Function Control Register
CAN_MOFGPR61    0xF00057A4         CAN Message Object 61 FIFO/Gateway Pointer Register
CAN_MOIPR61     0xF00057A8         CAN Message Object 61 Interrupt Pointer Register
CAN_MOAMR61     0xF00057AC         CAN Message Object 61 Acceptance Mask Register
CAN_MODATAL61   0xF00057B0         CAN Message Object 61 Data Register Low
CAN_MODATAH61   0xF00057B4         CAN Message Object 61 Data Register High
CAN_MOAR61      0xF00057B8         CAN Message Object 61 Arbitration Register
CAN_MOCTR61     0xF00057BC         CAN Message Object 61 Control Register
CAN_MOFCR62     0xF00057C0         CAN Message Object 62 Function Control Register
CAN_MOFGPR62    0xF00057C4         CAN Message Object 62 FIFO/Gateway Pointer Register
CAN_MOIPR62     0xF00057C8         CAN Message Object 62 Interrupt Pointer Register
CAN_MOAMR62     0xF00057CC         CAN Message Object 62 Acceptance Mask Register
CAN_MODATAL62   0xF00057D0         CAN Message Object 62 Data Register Low
CAN_MODATAH62   0xF00057D4         CAN Message Object 62 Data Register High
CAN_MOAR62      0xF00057D8         CAN Message Object 62 Arbitration Register
CAN_MOCTR62     0xF00057DC         CAN Message Object 62 Control Register
CAN_MOFCR63     0xF00057E0         CAN Message Object 63 Function Control Register
CAN_MOFGPR63    0xF00057E4         CAN Message Object 63 FIFO/Gateway Pointer Register
CAN_MOIPR63     0xF00057E8         CAN Message Object 63 Interrupt Pointer Register
CAN_MOAMR63     0xF00057EC         CAN Message Object 63 Acceptance Mask Register
CAN_MODATAL63   0xF00057F0         CAN Message Object 63 Data Register Low
CAN_MODATAH63   0xF00057F4         CAN Message Object 63 Data Register High
CAN_MOAR63      0xF00057F8         CAN Message Object 63 Arbitration Register
CAN_MOCTR63     0xF00057FC         CAN Message Object 63 Control Register
CAN_STPTR0      0xF0007FFC         CAN Scheduler Start Pointer Node 0 Register
ERAY_CLC        0xF0010000         ERAY Clock Control Register
ERAY_CUST1      0xF0010004         Busy and Input Buffer Control Register
ERAY_ID         0xF0010008         Module Identification Register
ERAY_CUST3      0xF001000C         Customer Interface Timeout Counter
ERAY_TEST1      0xF0010010         Test Register 1
ERAY_TEST2      0xF0010014         Test Register 2
ERAY_LCK        0xF001001C         Lock Register
ERAY_EIR        0xF0010020         Error Service Request Register
ERAY_SIR        0xF0010024         Status Service Request Register
ERAY_EILS       0xF0010028         Error Service Request Line Select
ERAY_SILS       0xF001002C         Status Service Request Line Select
ERAY_EIES       0xF0010030         Error Service Request Enable Set
ERAY_EIER       0xF0010034         Error Service Request Enable Reset
ERAY_SIES       0xF0010038         Status Service Request Enable Set
ERAY_SIER       0xF001003C         Status Service Request Enable Reset
ERAY_ILE        0xF0010040         Service Request Line Enable
ERAY_T0C        0xF0010044         Timer 0 Configuration
ERAY_T1C        0xF0010048         Timer 1 Configuration
ERAY_STPW1      0xF001004C         Stop Watch Register 1
ERAY_STPW2      0xF0010050         Stop Watch Register 2
ERAY_SUCC1      0xF0010080         SUC Configuration Register 1
ERAY_SUCC2      0xF0010084         SUC Configuration Register 2
ERAY_SUCC3      0xF0010088         SUC Configuration Register 3
ERAY_NEMC       0xF001008C         NEM Configuration Register
ERAY_PRTC1      0xF0010090         PRT Configuration Register 1
ERAY_PRTC2      0xF0010094         PRT Configuration Register 2
ERAY_MHDC       0xF0010098         MHD Configuration Register
ERAY_GTUC01     0xF00100A0         GTU Configuration Register 1
ERAY_GTUC02     0xF00100A4         GTU Configuration Register 2
ERAY_GTUC03     0xF00100A8         GTU Configuration Register 3
ERAY_GTUC04     0xF00100AC         GTU Configuration Register 4
ERAY_GTUC05     0xF00100B0         GTU Configuration Register 5
ERAY_GTUC06     0xF00100B4         GTU Configuration Register 6
ERAY_GTUC07     0xF00100B8         GTU Configuration Register 7
ERAY_GTUC08     0xF00100BC         GTU Configuration Register 8
ERAY_GTUC09     0xF00100C0         GTU Configuration Register 9
ERAY_GTUC10     0xF00100C4         GTU Configuration Register 10
ERAY_GTUC11     0xF00100C8         GTU Configuration Register 11
ERAY_CCSV       0xF0010100         Communication Controller Status Vector
ERAY_CCEV       0xF0010104         Communication Controller Error Vector
ERAY_SCV        0xF0010110         Slot Counter Value
ERAY_MTCCV      0xF0010114         Macrotick and Cycle Counter Value
ERAY_RCV        0xF0010118         Rate Correction Value
ERAY_OCV        0xF001011C         Offset Correction Value
ERAY_SFS        0xF0010120         SYNC Frame Status
ERAY_SWNIT      0xF0010124         Symbol Window and Network Idle Time Status
ERAY_ACS        0xF0010128         Aggregated Channel Status
ERAY_ESID01     0xF0010130         Even Sync ID Symbol Window 01
ERAY_ESID02     0xF0010134         Even Sync ID Symbol Window 02
ERAY_ESID03     0xF0010138         Even Sync ID Symbol Window 03
ERAY_ESID04     0xF001013C         Even Sync ID Symbol Window 04
ERAY_ESID05     0xF0010140         Even Sync ID Symbol Window 05
ERAY_ESID06     0xF0010144         Even Sync ID Symbol Window 06
ERAY_ESID07     0xF0010148         Even Sync ID Symbol Window 07
ERAY_ESID08     0xF001014C         Even Sync ID Symbol Window 08
ERAY_ESID09     0xF0010150         Even Sync ID Symbol Window 09
ERAY_ESID10     0xF0010154         Even Sync ID Symbol Window 10
ERAY_ESID11     0xF0010158         Even Sync ID Symbol Window 11
ERAY_ESID12     0xF001015C         Even Sync ID Symbol Window 12
ERAY_ESID13     0xF0010160         Even Sync ID Symbol Window 13
ERAY_ESID14     0xF0010164         Even Sync ID Symbol Window 14
ERAY_ESID15     0xF0010168         Even Sync ID Symbol Window 15
ERAY_OSID01     0xF0010170         Odd Sync ID Symbol Window 01
ERAY_OSID02     0xF0010174         Odd Sync ID Symbol Window 02
ERAY_OSID03     0xF0010178         Odd Sync ID Symbol Window 03
ERAY_OSID04     0xF001017C         Odd Sync ID Symbol Window 04
ERAY_OSID05     0xF0010180         Odd Sync ID Symbol Window 05
ERAY_OSID06     0xF0010184         Odd Sync ID Symbol Window 06
ERAY_OSID07     0xF0010188         Odd Sync ID Symbol Window 07
ERAY_OSID08     0xF001018C         Odd Sync ID Symbol Window 08
ERAY_OSID09     0xF0010190         Odd Sync ID Symbol Window 09
ERAY_OSID10     0xF0010194         Odd Sync ID Symbol Window 10
ERAY_OSID11     0xF0010198         Odd Sync ID Symbol Window 11
ERAY_OSID12     0xF001019C         Odd Sync ID Symbol Window 12
ERAY_OSID13     0xF00101A0         Odd Sync ID Symbol Window 13
ERAY_OSID14     0xF00101A4         Odd Sync ID Symbol Window 14
ERAY_OSID15     0xF00101A8         Odd Sync ID Symbol Window 15
ERAY_NMV1       0xF00101B0         Network Management Vector 1
ERAY_NMV2       0xF00101B4         Network Management Vector 2
ERAY_NMV3       0xF00101B8         Network Management Vector 3
ERAY_MRC        0xF0010300         Message RAM Configuration
ERAY_FRF        0xF0010304         FIFO Rejection Filter
ERAY_FRFM       0xF0010308         FIFO Rejection Filter Mask
ERAY_FCL        0xF001030C         FIFO Critical Level
ERAY_MHDS       0xF0010310         Message Handler Status
ERAY_LDTS       0xF0010314         Last Dynamic Transmit Slot
ERAY_FSR        0xF0010318         FIFO Status Register
ERAY_MHDF       0xF001031C         Message Handler Constraints Flags
ERAY_TXRQ1      0xF0010320         Transmission Request Register 1
ERAY_TXRQ2      0xF0010324         Transmission Request Register 2
ERAY_TXRQ3      0xF0010328         Transmission Request Register 3
ERAY_TXRQ4      0xF001032C         Transmission Request Register 4
ERAY_NDAT1      0xF0010330         New Data Register 1
ERAY_NDAT2      0xF0010334         New Data Register 2
ERAY_NDAT3      0xF0010338         New Data Register 3
ERAY_NDAT4      0xF001033C         New Data Register 4
ERAY_MBSC1      0xF0010340         Message Buffer Status Changed 1
ERAY_MBSC2      0xF0010344         Message Buffer Status Changed 2
ERAY_MBSC3      0xF0010348         Message Buffer Status Changed 3
ERAY_MBSC4      0xF001034C         Message Buffer Status Changed 4
ERAY_NDIC1      0xF00103A8         New Data Interrupt Control 1
ERAY_NDIC2      0xF00103AC         New Data Interrupt Control 2
ERAY_NDIC3      0xF00103B0         New Data Interrupt Control 3
ERAY_NDIC4      0xF00103B4         New Data Interrupt Control 4
ERAY_MSIC1      0xF00103B8         Message Buffer Status Changed Interrupt Control 1
ERAY_MSIC2      0xF00103BC         Message Buffer Status Changed Interrupt Control 2
ERAY_MSIC3      0xF00103C0         Message Buffer Status Changed Interrupt Control 3
ERAY_MSIC4      0xF00103C4         Message Buffer Status Changed Interrupt Control 4
ERAY_IBUSYSRC   0xF00103C8         Input Buffer Busy Service Request Control Register
ERAY_OBUSYSRC   0xF00103CC         Output Buffer Busy Service Request Control Register
ERAY_MBSC1SRC   0xF00103D0         Message Buffer Status Changed 1 Service Request Control Register
ERAY_MBSC0SRC   0xF00103D4         Message Buffer Status Changed 0 Service Request Control Register
ERAY_NDAT1SRC   0xF00103D8         New Data 1 Service Request Control Register
ERAY_NDAT0SRC   0xF00103DC         New Data 0 Service Request Control Register
ERAY_TINT1SRC   0xF00103E0         Timer Interrupt 1 Service Request Control Register
ERAY_TINT0SRC   0xF00103E4         Timer Interrupt 0 Service Request Control Register
ERAY_INT1SRC    0xF00103E8         Interrupt 1 Service Request Control Register
ERAY_INT0SRC    0xF00103EC         Interrupt 0 Service Request Control Register
ERAY_CREL       0xF00103F0         Core Release Register
ERAY_ENDN       0xF00103F4         Endian Register
ERAY_WRDS01     0xF0010400         Write Data Section 01
ERAY_WRDS02     0xF0010404         Write Data Section 02
ERAY_WRDS03     0xF0010408         Write Data Section 03
ERAY_WRDS04     0xF001040C         Write Data Section 04
ERAY_WRDS05     0xF0010410         Write Data Section 05
ERAY_WRDS06     0xF0010414         Write Data Section 06
ERAY_WRDS07     0xF0010418         Write Data Section 07
ERAY_WRDS08     0xF001041C         Write Data Section 08
ERAY_WRDS09     0xF0010420         Write Data Section 09
ERAY_WRDS10     0xF0010424         Write Data Section 10
ERAY_WRDS11     0xF0010428         Write Data Section 11
ERAY_WRDS12     0xF001042C         Write Data Section 12
ERAY_WRDS13     0xF0010430         Write Data Section 13
ERAY_WRDS14     0xF0010434         Write Data Section 14
ERAY_WRDS15     0xF0010438         Write Data Section 15
ERAY_WRDS16     0xF001043C         Write Data Section 16
ERAY_WRDS17     0xF0010440         Write Data Section 17
ERAY_WRDS18     0xF0010444         Write Data Section 18
ERAY_WRDS19     0xF0010448         Write Data Section 19
ERAY_WRDS20     0xF001044C         Write Data Section 20
ERAY_WRDS21     0xF0010450         Write Data Section 21
ERAY_WRDS22     0xF0010454         Write Data Section 22
ERAY_WRDS23     0xF0010458         Write Data Section 23
ERAY_WRDS24     0xF001045C         Write Data Section 24
ERAY_WRDS25     0xF0010460         Write Data Section 25
ERAY_WRDS26     0xF0010464         Write Data Section 26
ERAY_WRDS27     0xF0010468         Write Data Section 27
ERAY_WRDS28     0xF001046C         Write Data Section 28
ERAY_WRDS29     0xF0010470         Write Data Section 29
ERAY_WRDS30     0xF0010474         Write Data Section 30
ERAY_WRDS31     0xF0010478         Write Data Section 31
ERAY_WRDS32     0xF001047C         Write Data Section 32
ERAY_WRDS33     0xF0010480         Write Data Section 33
ERAY_WRDS34     0xF0010484         Write Data Section 34
ERAY_WRDS35     0xF0010488         Write Data Section 35
ERAY_WRDS36     0xF001048C         Write Data Section 36
ERAY_WRDS37     0xF0010490         Write Data Section 37
ERAY_WRDS38     0xF0010494         Write Data Section 38
ERAY_WRDS39     0xF0010498         Write Data Section 39
ERAY_WRDS40     0xF001049C         Write Data Section 40
ERAY_WRDS41     0xF00104A0         Write Data Section 41
ERAY_WRDS42     0xF00104A4         Write Data Section 42
ERAY_WRDS43     0xF00104A8         Write Data Section 43
ERAY_WRDS44     0xF00104AC         Write Data Section 44
ERAY_WRDS45     0xF00104B0         Write Data Section 45
ERAY_WRDS46     0xF00104B4         Write Data Section 46
ERAY_WRDS47     0xF00104B8         Write Data Section 47
ERAY_WRDS48     0xF00104BC         Write Data Section 48
ERAY_WRDS49     0xF00104C0         Write Data Section 49
ERAY_WRDS50     0xF00104C4         Write Data Section 50
ERAY_WRDS51     0xF00104C8         Write Data Section 51
ERAY_WRDS52     0xF00104CC         Write Data Section 52
ERAY_WRDS53     0xF00104D0         Write Data Section 53
ERAY_WRDS54     0xF00104D4         Write Data Section 54
ERAY_WRDS55     0xF00104D8         Write Data Section 55
ERAY_WRDS56     0xF00104DC         Write Data Section 56
ERAY_WRDS57     0xF00104E0         Write Data Section 57
ERAY_WRDS58     0xF00104E4         Write Data Section 58
ERAY_WRDS59     0xF00104E8         Write Data Section 59
ERAY_WRDS60     0xF00104EC         Write Data Section 60
ERAY_WRDS61     0xF00104F0         Write Data Section 61
ERAY_WRDS62     0xF00104F4         Write Data Section 62
ERAY_WRDS63     0xF00104F8         Write Data Section 63
ERAY_WRDS64     0xF00104FC         Write Data Section 64
ERAY_WRHS1      0xF0010500         Write Header Section 1
ERAY_WRHS2      0xF0010504         Write Header Section 2
ERAY_WRHS3      0xF0010508         Write Header Section 3
ERAY_IBCM       0xF0010510         Input Buffer Command Mask
ERAY_IBCR       0xF0010514         Input Buffer Command Request
ERAY_RDDS01     0xF0010600         Read Data Section 01
ERAY_RDDS02     0xF0010604         Read Data Section 02
ERAY_RDDS03     0xF0010608         Read Data Section 03
ERAY_RDDS04     0xF001060C         Read Data Section 04
ERAY_RDDS05     0xF0010610         Read Data Section 05
ERAY_RDDS06     0xF0010614         Read Data Section 06
ERAY_RDDS07     0xF0010618         Read Data Section 07
ERAY_RDDS08     0xF001061C         Read Data Section 08
ERAY_RDDS09     0xF0010620         Read Data Section 09
ERAY_RDDS10     0xF0010624         Read Data Section 10
ERAY_RDDS11     0xF0010628         Read Data Section 11
ERAY_RDDS12     0xF001062C         Read Data Section 12
ERAY_RDDS13     0xF0010630         Read Data Section 13
ERAY_RDDS14     0xF0010634         Read Data Section 14
ERAY_RDDS15     0xF0010638         Read Data Section 15
ERAY_RDDS16     0xF001063C         Read Data Section 16
ERAY_RDDS17     0xF0010640         Read Data Section 17
ERAY_RDDS18     0xF0010644         Read Data Section 18
ERAY_RDDS19     0xF0010648         Read Data Section 19
ERAY_RDDS20     0xF001064C         Read Data Section 20
ERAY_RDDS21     0xF0010650         Read Data Section 21
ERAY_RDDS22     0xF0010654         Read Data Section 22
ERAY_RDDS23     0xF0010658         Read Data Section 23
ERAY_RDDS24     0xF001065C         Read Data Section 24
ERAY_RDDS25     0xF0010660         Read Data Section 25
ERAY_RDDS26     0xF0010664         Read Data Section 26
ERAY_RDDS27     0xF0010668         Read Data Section 27
ERAY_RDDS28     0xF001066C         Read Data Section 28
ERAY_RDDS29     0xF0010670         Read Data Section 29
ERAY_RDDS30     0xF0010674         Read Data Section 30
ERAY_RDDS31     0xF0010678         Read Data Section 31
ERAY_RDDS32     0xF001067C         Read Data Section 32
ERAY_RDDS33     0xF0010680         Read Data Section 33
ERAY_RDDS34     0xF0010684         Read Data Section 34
ERAY_RDDS35     0xF0010688         Read Data Section 35
ERAY_RDDS36     0xF001068C         Read Data Section 36
ERAY_RDDS37     0xF0010690         Read Data Section 37
ERAY_RDDS38     0xF0010694         Read Data Section 38
ERAY_RDDS39     0xF0010698         Read Data Section 39
ERAY_RDDS40     0xF001069C         Read Data Section 40
ERAY_RDDS41     0xF00106A0         Read Data Section 41
ERAY_RDDS42     0xF00106A4         Read Data Section 42
ERAY_RDDS43     0xF00106A8         Read Data Section 43
ERAY_RDDS44     0xF00106AC         Read Data Section 44
ERAY_RDDS45     0xF00106B0         Read Data Section 45
ERAY_RDDS46     0xF00106B4         Read Data Section 46
ERAY_RDDS47     0xF00106B8         Read Data Section 47
ERAY_RDDS48     0xF00106BC         Read Data Section 48
ERAY_RDDS49     0xF00106C0         Read Data Section 49
ERAY_RDDS50     0xF00106C4         Read Data Section 50
ERAY_RDDS51     0xF00106C8         Read Data Section 51
ERAY_RDDS52     0xF00106CC         Read Data Section 52
ERAY_RDDS53     0xF00106D0         Read Data Section 53
ERAY_RDDS54     0xF00106D4         Read Data Section 54
ERAY_RDDS55     0xF00106D8         Read Data Section 55
ERAY_RDDS56     0xF00106DC         Read Data Section 56
ERAY_RDDS57     0xF00106E0         Read Data Section 57
ERAY_RDDS58     0xF00106E4         Read Data Section 58
ERAY_RDDS59     0xF00106E8         Read Data Section 59
ERAY_RDDS60     0xF00106EC         Read Data Section 60
ERAY_RDDS61     0xF00106F0         Read Data Section 61
ERAY_RDDS62     0xF00106F4         Read Data Section 62
ERAY_RDDS63     0xF00106F8         Read Data Section 63
ERAY_RDDS64     0xF00106FC         Read Data Section 64
ERAY_RDHS1      0xF0010700         Read Header Section 1
ERAY_RDHS2      0xF0010704         Read Header Section 2
ERAY_RDHS3      0xF0010708         Read Header Section 3
ERAY_MBS        0xF001070C         Message Buffer Status
ERAY_OBCM       0xF0010710         Output Buffer Command Mask
ERAY_OBCR       0xF0010714         Output Buffer Command Request
ERAY_SECCON     0xF0010800         SEC Control
ERAY_SEDCON     0xF0010804         SED Control
ERAY_DEDCON     0xF0010808         DED Control
ERAY_ECCR       0xF001080C         ECC Data Read Register
ERAY_ECCW       0xF0010810         ECC Data Write Register
PCP_CLC         0xF0043F00         PCP Clock Control Register
PCP_ID          0xF0043F08         PCP Module Identification Register
PCP_CS          0xF0043F10         PCP Control/Status Register
PCP_ES          0xF0043F14         PCP Error/Debug Status Register
PCP_ICR         0xF0043F20         PCP Interrupt Control Register
PCP_ITR         0xF0043F24         PCP Interrupt Threshold Control Register
PCP_ICON        0xF0043F28         PCP Interrupt Configuration Register
PCP_SSR         0xF0043F2C         PCP Stall Status Register
PCP_SMACON      0xF0043F40         SIST Mode Access Control Register
PCP_MIECON      0xF0043F50         SIST Mode Access Control Register
PCP_MIECON2     0xF0043F54         SIST Mode Access Control 2 Register
PCP_MIESTATP    0xF0043F58         Memory Integrity Error Status Register for PRAM
PCP_MIESTATC    0xF0043F5C         Memory Integrity Error Status Register for CMEM
PCP_RPROT       0xF0043F70         Register Protection Register
PCP_CPROT       0xF0043F74         CMEM Protection Register
PCP_PPROT       0xF0043F78         PRAM Protection Register
PCP_FWWIN       0xF0043F7C         FPI Write Window Register
PCP_SRC11       0xF0043FD0         PCP Service Request Control Register 11
PCP_SRC10       0xF0043FD4         PCP Service Request Control Register 10
PCP_SRC9        0xF0043FD8         PCP Service Request Control Register 9
PCP_SRC8        0xF0043FDC         PCP Service Request Control Register 8
PCP_SRC7        0xF0043FE0         PCP Service Request Control Register 7
PCP_SRC6        0xF0043FE4         PCP Service Request Control Register 6
PCP_SRC5        0xF0043FE8         PCP Service Request Control Register 5
PCP_SRC4        0xF0043FEC         PCP Service Request Control Register 4
PCP_SRC3        0xF0043FF0         PCP Service Request Control Register 3
PCP_SRC2        0xF0043FF4         PCP Service Request Control Register 2
PCP_SRC1        0xF0043FF8         PCP Service Request Control Register 1
PCP_SRC0        0xF0043FFC         PCP Service Request Control Register 0
SSC3_CLC        0xF0100000         SSC3 Clock Control Register
SSC3_PISEL      0xF0100004         SSC3 Port Input Select Register
SSC3_ID         0xF0100008         SSC3 Module Identification Register
SSC3_FDR        0xF010000C         SSC3 Fractional Divider Register
SSC3_CON        0xF0100010         SSC3 Control Register
SSC3_BR         0xF0100014         SSC3 Baud Rate Timer Reload Register
SSC3_SSOC       0xF0100018         SSC3 Slave Select Output Control Register
SSC3_SSOTC      0xF010001C         SSC3 Slave Select Output Timing Control Register
SSC3_TB         0xF0100020         SSC3 Transmit Buffer Register
SSC3_RB         0xF0100024         SSC3 Receive Buffer Register
SSC3_STAT       0xF0100028         SSC3 Status Register
SSC3_EFM        0xF010002C         SSC3 Error Flag Modification Register
SSC3_TSRC       0xF01000F4         SSC3 Transmit Interrupt Service Request Control Register
SSC3_RSRC       0xF01000F8         SSC3 Receive Interrupt Service Request Control Register
SSC3_ESRC       0xF01000FC         SSC3 Error Interrupt Service Request Control Register
SSC0_CLC        0xF0100100         SSC0 Clock Control Register
SSC0_PISEL      0xF0100104         SSC0 Port Input Select Register
SSC0_ID         0xF0100108         SSC0 Module Identification Register
SSC0_FDR        0xF010010C         SSC0 Fractional Divider Register
SSC0_CON        0xF0100110         SSC0 Control Register
SSC0_BR         0xF0100114         SSC0 Baud Rate Timer Reload Register
SSC0_SSOC       0xF0100118         SSC0 Slave Select Output Control Register
SSC0_SSOTC      0xF010011C         SSC0 Slave Select Output Timing Control Register
SSC0_TB         0xF0100120         SSC0 Transmit Buffer Register
SSC0_RB         0xF0100124         SSC0 Receive Buffer Register
SSC0_STAT       0xF0100128         SSC0 Status Register
SSC0_EFM        0xF010012C         SSC0 Error Flag Modification Register
SSC0_TSRC       0xF01001F4         SSC0 Transmit Interrupt Service Request Control Register
SSC0_RSRC       0xF01001F8         SSC0 Receive Interrupt Service Request Control Register
SSC0_ESRC       0xF01001FC         SSC0 Error Interrupt Service Request Control Register
SSC1_CLC        0xF0100200         SSC1 Clock Control Register
SSC1_PISEL      0xF0100204         SSC1 Port Input Select Register
SSC1_ID         0xF0100208         SSC1 Module Identification Register
SSC1_FDR        0xF010020C         SSC1 Fractional Divider Register
SSC1_CON        0xF0100210         SSC1 Control Register
SSC1_BR         0xF0100214         SSC1 Baud Rate Timer Reload Register
SSC1_SSOC       0xF0100218         SSC1 Slave Select Output Control Register
SSC1_SSOTC      0xF010021C         SSC1 Slave Select Output Timing Control Register
SSC1_TB         0xF0100220         SSC1 Transmit Buffer Register
SSC1_RB         0xF0100224         SSC1 Receive Buffer Register
SSC1_STAT       0xF0100228         SSC1 Status Register
SSC1_EFM        0xF010022C         SSC1 Error Flag Modification Register
SSC1_TSRC       0xF01002F4         SSC1 Transmit Interrupt Service Request Control Register
SSC1_RSRC       0xF01002F8         SSC1 Receive Interrupt Service Request Control Register
SSC1_ESRC       0xF01002FC         SSC1 Error Interrupt Service Request Control Register
SSC2_CLC        0xF0100300         SSC2 Clock Control Register
SSC2_PISEL      0xF0100304         SSC2 Port Input Select Register
SSC2_ID         0xF0100308         SSC2 Module Identification Register
SSC2_FDR        0xF010030C         SSC2 Fractional Divider Register
SSC2_CON        0xF0100310         SSC2 Control Register
SSC2_BR         0xF0100314         SSC2 Baud Rate Timer Reload Register
SSC2_SSOC       0xF0100318         SSC2 Slave Select Output Control Register
SSC2_SSOTC      0xF010031C         SSC2 Slave Select Output Timing Control Register
SSC2_TB         0xF0100320         SSC2 Transmit Buffer Register
SSC2_RB         0xF0100324         SSC2 Receive Buffer Register
SSC2_STAT       0xF0100328         SSC2 Status Register
SSC2_EFM        0xF010032C         SSC2 Error Flag Modification Register
SSC2_TSRC       0xF01003F4         SSC2 Transmit Interrupt Service Request Control Register
SSC2_RSRC       0xF01003F8         SSC2 Receive Interrupt Service Request Control Register
SSC2_ESRC       0xF01003FC         SSC2 Error Interrupt Service Request Control Register
FADC_CLC        0xF0100400         Clock Control Register
FADC_ID         0xF0100408         Module Identification Register
FADC_FDR        0xF010040C         Fractional Divider Register
FADC_CRSR       0xF0100410         Conversion Request Status Register
FADC_FMR        0xF0100414         Flag Modification Register
FADC_NCTR       0xF0100418         Neighbor Channel Trigger Register
FADC_GCR        0xF010041C         Global Control Register
FADC_CFGR0      0xF0100420         Channel 0 Configuration Register
FADC_CFGR1      0xF0100424         Channel 1 Configuration Register
FADC_ACR0       0xF0100430         Channel 0 Analog Control Register
FADC_ACR1       0xF0100434         Channel 1 Analog Control Register
FADC_RCH0       0xF0100440         Channel 0 Conversion Result Register
FADC_RCH1       0xF0100444         Channel 1 Conversion Result Register
FADC_ALR        0xF0100454         Alias Register
FADC_FCR0       0xF0100460         Filter 0 Control Register
FADC_CRR0       0xF0100464         Filter 0 Current Result Register
FADC_IRR10      0xF0100468         Filter 0 Intermediate Result Register 1
FADC_IRR20      0xF010046C         Filter 0 Intermediate Result Register 2
FADC_IRR30      0xF0100470         Filter 0 Intermediate Result Register 3
FADC_FRR0       0xF0100474         Filter 0 Final Result Register
FADC_FCR1       0xF0100480         Filter 1 Control Register
FADC_CRR1       0xF0100484         Filter 1 Current Result Register
FADC_IRR11      0xF0100488         Filter 1 Intermediate Result Register 1
FADC_FRR1       0xF0100494         Filter 1 Final Result Register
FADC_SFRR1      0xF0100498         Filter 1 Shifted Final Result Register
FADC_SRC3       0xF01004F0         Service Request Control Register 3
FADC_SRC2       0xF01004F4         Service Request Control Register 2
FADC_SRC1       0xF01004F8         Service Request Control Register 1
FADC_SRC0       0xF01004FC         Service Request Control Register 0
ADC0_CLC        0xF0101000         ADC Clock Control Register
ADC0_ID         0xF0101008         Module Identification Register
ADC0_KSCFG      0xF010100C         Kernel State Configuration Register
ADC0_RSIR0      0xF0101010         Request Source 0 Input Register
ADC0_RSIR1      0xF0101014         Request Source 1 Input Register
ADC0_RSIR2      0xF0101018         Request Source 2 Input Register
ADC0_RSIR3      0xF010101C         Request Source 3 Input Register
ADC0_RSIR4      0xF0101020         Request Source 4 Input Register
ADC0_GLOBCTR    0xF0101030         Global Control Register
ADC0_GLOBCFG    0xF0101034         Global Configuration Register
ADC0_GLOBSTR    0xF0101038         Global Status Register
ADC0_ASENR      0xF010103C         Arbitration Slot Enable Register
ADC0_RSPR0      0xF0101040         Request Source Priority Register 0
ADC0_RSPR4      0xF0101044         Request Source Priority Register 4
ADC0_SYNCTR     0xF0101048         Synchronization Control Register
ADC0_INPCR0     0xF0101050         Input Class Register 0
ADC0_INPCR1     0xF0101054         Input Class Register 1
ADC0_INPCR2     0xF0101058         Input Class Register 2
ADC0_INPCR3     0xF010105C         Input Class Register 3
ADC0_CHFR       0xF0101060         Channel Flag Register
ADC0_CHFCR      0xF0101064         Channel Flag Clear Register
ADC0_CHENPR0    0xF0101068         Channel Event Node Pointer Register 0
ADC0_CHENPR8    0xF010106C         Channel Event Node Pointer Register 8
ADC0_EVFR       0xF0101070         Event Flag Register
ADC0_EVFCR      0xF0101074         Event Flag Clear Register
ADC0_EVNPR      0xF0101078         Event Node Pointer Register
ADC0_QMR0       0xF0101080         Queue 0 Mode Register
ADC0_QSR0       0xF0101084         Queue 0 Status Register
ADC0_Q0R0       0xF0101088         Queue 0 Register 0
ADC0_QBUR0      0xF010108C         Queue 0 Backup Register
ADC0_CRCR1      0xF0101090         Conversion Request 1 Control Register
ADC0_CRPR1      0xF0101094         Conversion Request 1 Pending Register
ADC0_CRMR1      0xF0101098         Conversion Request 1 Mode Register
ADC0_QMR2       0xF01010A0         Queue 2 Mode Register
ADC0_QSR2       0xF01010A4         Queue 2 Status Register
ADC0_Q0R2       0xF01010A8         Queue 2 Register 0
ADC0_QBUR2      0xF01010AC         Queue 2 Backup Register
ADC0_CRCR3      0xF01010B0         Conversion Request 3 Control Register
ADC0_CRPR3      0xF01010B4         Conversion Request 3 Pending Register
ADC0_CRMR3      0xF01010B8         Conversion Request 3 Mode Register
ADC0_QMR4       0xF01010C0         Queue 4 Mode Register
ADC0_QSR4       0xF01010C4         Queue 4 Status Register
ADC0_Q0R4       0xF01010C8         Queue 4 Register 0
ADC0_QBUR4      0xF01010CC         Queue 4 Backup Register
ADC0_LCBR0      0xF01010F0         Limit Check Boundary Register 0
ADC0_LCBR1      0xF01010F4         Limit Check Boundary Register 1
ADC0_LCBR2      0xF01010F8         Limit Check Boundary Register 2
ADC0_LCBR3      0xF01010FC         Limit Check Boundary Register 3
ADC0_CHCTR0     0xF0101100         Channel 0 Control Register
ADC0_CHCTR1     0xF0101104         Channel 1 Control Register
ADC0_CHCTR2     0xF0101108         Channel 2 Control Register
ADC0_CHCTR3     0xF010110C         Channel 3 Control Register
ADC0_CHCTR4     0xF0101110         Channel 4 Control Register
ADC0_CHCTR5     0xF0101114         Channel 5 Control Register
ADC0_CHCTR6     0xF0101118         Channel 6 Control Register
ADC0_CHCTR7     0xF010111C         Channel 7 Control Register
ADC0_CHCTR8     0xF0101120         Channel 8 Control Register
ADC0_CHCTR9     0xF0101124         Channel 9 Control Register
ADC0_CHCTR10    0xF0101128         Channel 10 Control Register
ADC0_CHCTR11    0xF010112C         Channel 11 Control Register
ADC0_CHCTR12    0xF0101130         Channel 12 Control Register
ADC0_CHCTR13    0xF0101134         Channel 13 Control Register
ADC0_CHCTR14    0xF0101138         Channel 14 Control Register
ADC0_CHCTR15    0xF010113C         Channel 15 Control Register
ADC0_RCR0       0xF0101140         Result Control Register 0
ADC0_RCR1       0xF0101144         Result Control Register 1
ADC0_RCR2       0xF0101148         Result Control Register 2
ADC0_RCR3       0xF010114C         Result Control Register 3
ADC0_RCR4       0xF0101150         Result Control Register 4
ADC0_RCR5       0xF0101154         Result Control Register 5
ADC0_RCR6       0xF0101158         Result Control Register 6
ADC0_RCR7       0xF010115C         Result Control Register 7
ADC0_RCR8       0xF0101160         Result Control Register 8
ADC0_RCR9       0xF0101164         Result Control Register 9
ADC0_RCR10      0xF0101168         Result Control Register 10
ADC0_RCR11      0xF010116C         Result Control Register 11
ADC0_RCR12      0xF0101170         Result Control Register 12
ADC0_RCR13      0xF0101174         Result Control Register 13
ADC0_RCR14      0xF0101178         Result Control Register 14
ADC0_RCR15      0xF010117C         Result Control Register 15
ADC0_RESR0      0xF0101180         Result Register 0
ADC0_RESR1      0xF0101184         Result Register 1
ADC0_RESR2      0xF0101188         Result Register 2
ADC0_RESR3      0xF010118C         Result Register 3
ADC0_RESR4      0xF0101190         Result Register 4
ADC0_RESR5      0xF0101194         Result Register 5
ADC0_RESR6      0xF0101198         Result Register 6
ADC0_RESR7      0xF010119C         Result Register 7
ADC0_RESR8      0xF01011A0         Result Register 8
ADC0_RESR9      0xF01011A4         Result Register 9
ADC0_RESR10     0xF01011A8         Result Register 10
ADC0_RESR11     0xF01011AC         Result Register 11
ADC0_RESR12     0xF01011B0         Result Register 12
ADC0_RESR13     0xF01011B4         Result Register 13
ADC0_RESR14     0xF01011B8         Result Register 14
ADC0_RESR15     0xF01011BC         Result Register 15
ADC0_RESRD0     0xF01011C0         Result Register 0 for Debugging
ADC0_RESRD1     0xF01011C4         Result Register 1 for Debugging
ADC0_RESRD2     0xF01011C8         Result Register 2 for Debugging
ADC0_RESRD3     0xF01011CC         Result Register 3 for Debugging
ADC0_RESRD4     0xF01011D0         Result Register 4 for Debugging
ADC0_RESRD5     0xF01011D4         Result Register 5 for Debugging
ADC0_RESRD6     0xF01011D8         Result Register 6 for Debugging
ADC0_RESRD7     0xF01011DC         Result Register 7 for Debugging
ADC0_RESRD8     0xF01011E0         Result Register 8 for Debugging
ADC0_RESRD9     0xF01011E4         Result Register 9 for Debugging
ADC0_RESRD10    0xF01011E8         Result Register 10 for Debugging
ADC0_RESRD11    0xF01011EC         Result Register 11 for Debugging
ADC0_RESRD12    0xF01011F0         Result Register 12 for Debugging
ADC0_RESRD13    0xF01011F4         Result Register 13 for Debugging
ADC0_RESRD14    0xF01011F8         Result Register 14 for Debugging
ADC0_RESRD15    0xF01011FC         Result Register 15 for Debugging
ADC0_VFR        0xF0101200         Valid Flag Register
ADC0_INTR       0xF0101204         Interrupt Activation Register
ADC0_RNPR0      0xF0101208         Result Node Pointer Register 0
ADC0_RNPR8      0xF010120C         Result Node Pointer Register 8
ADC0_ALR0       0xF0101210         Alias Register 0
ADC0_APR        0xF0101218         Access Protection Register
ADC0_EMCTR      0xF0101220         External Multiplexer Control Register
ADC0_BWDENR     0xF0101224         Broken Wire Detection Enable Register
ADC0_BWDCFGR    0xF0101228         Broken Wire Detection Configuration Register
ADC0_SLCON      0xF0101290         Supply Level Control Register
ADC0_SRC5       0xF01013E8         ADC Service Request Control Register 5
ADC0_SRC4       0xF01013EC         ADC Service Request Control Register 4
ADC0_SRC3       0xF01013F0         ADC Service Request Control Register 3
ADC0_SRC2       0xF01013F4         ADC Service Request Control Register 2
ADC0_SRC1       0xF01013F8         ADC Service Request Control Register 1
ADC0_SRC0       0xF01013FC         ADC Service Request Control Register 0
ADC1_ID         0xF0101408         Module Identification Register
ADC1_RSIR0      0xF0101410         Request Source 0 Input Register
ADC1_RSIR1      0xF0101414         Request Source 1 Input Register
ADC1_RSIR2      0xF0101418         Request Source 2 Input Register
ADC1_RSIR3      0xF010141C         Request Source 3 Input Register
ADC1_RSIR4      0xF0101420         Request Source 4 Input Register
ADC1_GLOBCTR    0xF0101430         Global Control Register
ADC1_GLOBCFG    0xF0101434         Global Configuration Register
ADC1_GLOBSTR    0xF0101438         Global Status Register
ADC1_ASENR      0xF010143C         Arbitration Slot Enable Register
ADC1_RSPR0      0xF0101440         Request Source Priority Register 0
ADC1_RSPR4      0xF0101444         Request Source Priority Register 4
ADC1_SYNCTR     0xF0101448         Synchronization Control Register
ADC1_INPCR0     0xF0101450         Input Class Register 0
ADC1_INPCR1     0xF0101454         Input Class Register 1
ADC1_INPCR2     0xF0101458         Input Class Register 2
ADC1_INPCR3     0xF010145C         Input Class Register 3
ADC1_CHFR       0xF0101460         Channel Flag Register
ADC1_CHFCR      0xF0101464         Channel Flag Clear Register
ADC1_CHENPR0    0xF0101468         Channel Event Node Pointer Register 0
ADC1_CHENPR8    0xF010146C         Channel Event Node Pointer Register 8
ADC1_EVFR       0xF0101470         Event Flag Register
ADC1_EVFCR      0xF0101474         Event Flag Clear Register
ADC1_EVNPR      0xF0101478         Event Node Pointer Register
ADC1_QMR0       0xF0101480         Queue 0 Mode Register
ADC1_QSR0       0xF0101484         Queue 0 Status Register
ADC1_Q0R0       0xF0101488         Queue 0 Register 0
ADC1_QBUR0      0xF010148C         Queue 0 Backup Register
ADC1_CRCR1      0xF0101490         Conversion Request 1 Control Register
ADC1_CRPR1      0xF0101494         Conversion Request 1 Pending Register
ADC1_CRMR1      0xF0101498         Conversion Request 1 Mode Register
ADC1_QMR2       0xF01014A0         Queue 2 Mode Register
ADC1_QSR2       0xF01014A4         Queue 2 Status Register
ADC1_Q0R2       0xF01014A8         Queue 2 Register 0
ADC1_QBUR2      0xF01014AC         Queue 2 Backup Register
ADC1_CRCR3      0xF01014B0         Conversion Request 3 Control Register
ADC1_CRPR3      0xF01014B4         Conversion Request 3 Pending Register
ADC1_CRMR3      0xF01014B8         Conversion Request 3 Mode Register
ADC1_QMR4       0xF01014C0         Queue 4 Mode Register
ADC1_QSR4       0xF01014C4         Queue 4 Status Register
ADC1_Q0R4       0xF01014C8         Queue 4 Register 0
ADC1_QBUR4      0xF01014CC         Queue 4 Backup Register
ADC1_LCBR0      0xF01014F0         Limit Check Boundary Register 0
ADC1_LCBR1      0xF01014F4         Limit Check Boundary Register 1
ADC1_LCBR2      0xF01014F8         Limit Check Boundary Register 2
ADC1_LCBR3      0xF01014FC         Limit Check Boundary Register 3
ADC1_CHCTR0     0xF0101500         Channel 0 Control Register
ADC1_CHCTR1     0xF0101504         Channel 1 Control Register
ADC1_CHCTR2     0xF0101508         Channel 2 Control Register
ADC1_CHCTR3     0xF010150C         Channel 3 Control Register
ADC1_CHCTR4     0xF0101510         Channel 4 Control Register
ADC1_CHCTR5     0xF0101514         Channel 5 Control Register
ADC1_CHCTR6     0xF0101518         Channel 6 Control Register
ADC1_CHCTR7     0xF010151C         Channel 7 Control Register
ADC1_CHCTR8     0xF0101520         Channel 8 Control Register
ADC1_CHCTR9     0xF0101524         Channel 9 Control Register
ADC1_CHCTR10    0xF0101528         Channel 10 Control Register
ADC1_CHCTR11    0xF010152C         Channel 11 Control Register
ADC1_CHCTR12    0xF0101530         Channel 12 Control Register
ADC1_CHCTR13    0xF0101534         Channel 13 Control Register
ADC1_CHCTR14    0xF0101538         Channel 14 Control Register
ADC1_CHCTR15    0xF010153C         Channel 15 Control Register
ADC1_RCR0       0xF0101540         Result Control Register 0
ADC1_RCR1       0xF0101544         Result Control Register 1
ADC1_RCR2       0xF0101548         Result Control Register 2
ADC1_RCR3       0xF010154C         Result Control Register 3
ADC1_RCR4       0xF0101550         Result Control Register 4
ADC1_RCR5       0xF0101554         Result Control Register 5
ADC1_RCR6       0xF0101558         Result Control Register 6
ADC1_RCR7       0xF010155C         Result Control Register 7
ADC1_RCR8       0xF0101560         Result Control Register 8
ADC1_RCR9       0xF0101564         Result Control Register 9
ADC1_RCR10      0xF0101568         Result Control Register 10
ADC1_RCR11      0xF010156C         Result Control Register 11
ADC1_RCR12      0xF0101570         Result Control Register 12
ADC1_RCR13      0xF0101574         Result Control Register 13
ADC1_RCR14      0xF0101578         Result Control Register 14
ADC1_RCR15      0xF010157C         Result Control Register 15
ADC1_RESR0      0xF0101580         Result Register 0
ADC1_RESR1      0xF0101584         Result Register 1
ADC1_RESR2      0xF0101588         Result Register 2
ADC1_RESR3      0xF010158C         Result Register 3
ADC1_RESR4      0xF0101590         Result Register 4
ADC1_RESR5      0xF0101594         Result Register 5
ADC1_RESR6      0xF0101598         Result Register 6
ADC1_RESR7      0xF010159C         Result Register 7
ADC1_RESR8      0xF01015A0         Result Register 8
ADC1_RESR9      0xF01015A4         Result Register 9
ADC1_RESR10     0xF01015A8         Result Register 10
ADC1_RESR11     0xF01015AC         Result Register 11
ADC1_RESR12     0xF01015B0         Result Register 12
ADC1_RESR13     0xF01015B4         Result Register 13
ADC1_RESR14     0xF01015B8         Result Register 14
ADC1_RESR15     0xF01015BC         Result Register 15
ADC1_RESRD0     0xF01015C0         Result Register 0 for Debugging
ADC1_RESRD1     0xF01015C4         Result Register 1 for Debugging
ADC1_RESRD2     0xF01015C8         Result Register 2 for Debugging
ADC1_RESRD3     0xF01015CC         Result Register 3 for Debugging
ADC1_RESRD4     0xF01015D0         Result Register 4 for Debugging
ADC1_RESRD5     0xF01015D4         Result Register 5 for Debugging
ADC1_RESRD6     0xF01015D8         Result Register 6 for Debugging
ADC1_RESRD7     0xF01015DC         Result Register 7 for Debugging
ADC1_RESRD8     0xF01015E0         Result Register 8 for Debugging
ADC1_RESRD9     0xF01015E4         Result Register 9 for Debugging
ADC1_RESRD10    0xF01015E8         Result Register 10 for Debugging
ADC1_RESRD11    0xF01015EC         Result Register 11 for Debugging
ADC1_RESRD12    0xF01015F0         Result Register 12 for Debugging
ADC1_RESRD13    0xF01015F4         Result Register 13 for Debugging
ADC1_RESRD14    0xF01015F8         Result Register 14 for Debugging
ADC1_RESRD15    0xF01015FC         Result Register 15 for Debugging
ADC1_VFR        0xF0101600         Valid Flag Register
ADC1_INTR       0xF0101604         Interrupt Activation Register
ADC1_RNPR0      0xF0101608         Result Node Pointer Register 0
ADC1_RNPR8      0xF010160C         Result Node Pointer Register 8
ADC1_ALR0       0xF0101610         Alias Register 0
ADC1_APR        0xF0101618         Access Protection Register
ADC1_EMCTR      0xF0101620         External Multiplexer Control Register
ADC1_BWDENR     0xF0101624         Broken Wire Detection Enable Register
ADC1_BWDCFGR    0xF0101628         Broken Wire Detection Configuration Register
ADC1_CHENPR16   0xF0101668         Channel Event Node Pointer Register 16
ADC1_CHCTR16    0xF0101700         Channel 16 Control Register
ADC1_CHCTR17    0xF0101704         Channel 17 Control Register
ADC1_CHCTR18    0xF0101708         Channel 18 Control Register
ADC1_CHCTR19    0xF010170C         Channel 19 Control Register
ADC1_CHCTR20    0xF0101710         Channel 20 Control Register
ADC1_CHCTR21    0xF0101714         Channel 21 Control Register
ADC1_CHCTR22    0xF0101718         Channel 22 Control Register
ADC1_CHCTR23    0xF010171C         Channel 23 Control Register
MLI0_ID         0xF010C008         MLI0 Module Identification Register
MLI0_FDR        0xF010C00C         MLI0 Fractional Divider Register
MLI0_TCR        0xF010C010         MLI0 Transmitter Control Register
MLI0_TSTATR     0xF010C014         MLI0 Transmitter Status Register
MLI0_TP0STATR   0xF010C018         MLI0 Transmitter Pipe 0 Status Register
MLI0_TP1STATR   0xF010C01C         MLI0 Transmitter Pipe 1 Status Register
MLI0_TP2STATR   0xF010C020         MLI0 Transmitter Pipe 2 Status Register
MLI0_TP3STATR   0xF010C024         MLI0 Transmitter Pipe 3 Status Register
MLI0_TCMDR      0xF010C028         MLI0 Transmitter Command Register
MLI0_TRSTATR    0xF010C02C         MLI0 Transmitter Receiver Status Register
MLI0_TP0AOFR    0xF010C030         MLI0 Transmitter Pipe 0 Address Offset Register
MLI0_TP1AOFR    0xF010C034         MLI0 Transmitter Pipe 1 Address Offset Register
MLI0_TP2AOFR    0xF010C038         MLI0 Transmitter Pipe 2 Address Offset Register
MLI0_TP3AOFR    0xF010C03C         MLI0 Transmitter Pipe 3 Address Offset Register
MLI0_TP0DATAR   0xF010C040         MLI0 Transmitter Pipe 0 Data Register
MLI0_TP1DATAR   0xF010C044         MLI0 Transmitter Pipe 1 Data Register
MLI0_TP2DATAR   0xF010C048         MLI0 Transmitter Pipe 2 Data Register
MLI0_TP3DATAR   0xF010C04C         MLI0 Transmitter Pipe 3 Data Register
MLI0_TDRAR      0xF010C050         MLI0 Transmitter Data Read Answer Register
MLI0_TP0BAR     0xF010C054         MLI0 Transmitter Pipe 0 Base Address Register
MLI0_TP1BAR     0xF010C058         MLI0 Transmitter Pipe 1 Base Address Register
MLI0_TP2BAR     0xF010C05C         MLI0 Transmitter Pipe 2 Base Address Register
MLI0_TP3BAR     0xF010C060         MLI0 Transmitter Pipe 3 Base Address Register
MLI0_TCBAR      0xF010C064         MLI0 Transmitter Copy Base Address Register
MLI0_RCR        0xF010C068         MLI0 Receiver Control Register
MLI0_RP0BAR     0xF010C06C         MLI0 Receiver Pipe 0 Base Address Register
MLI0_RP1BAR     0xF010C070         MLI0 Receiver Pipe 1 Base Address Register
MLI0_RP2BAR     0xF010C074         MLI0 Receiver Pipe 2 Base Address Register
MLI0_RP3BAR     0xF010C078         MLI0 Receiver Pipe 3 Base Address Register
MLI0_RP0STATR   0xF010C07C         MLI0 Receiver Pipe 0 Status Register
MLI0_RP1STATR   0xF010C080         MLI0 Receiver Pipe 1 Status Register
MLI0_RP2STATR   0xF010C084         MLI0 Receiver Pipe 2 Status Register
MLI0_RP3STATR   0xF010C088         MLI0 Receiver Pipe 3 Status Register
MLI0_RADRR      0xF010C08C         MLI0 Receiver Address Register
MLI0_RDATAR     0xF010C090         MLI0 Receiver Data Register
MLI0_SCR        0xF010C094         MLI0 Set Clear Register
MLI0_TIER       0xF010C098         MLI0 Transmitter Interrupt Enable Register
MLI0_TISR       0xF010C09C         MLI0 Transmitter Interrupt Status Register
MLI0_TINPR      0xF010C0A0         MLI0 Transmitter Interrupt Node Pointer Register
MLI0_RIER       0xF010C0A4         MLI0 Receiver Interrupt Enable Register
MLI0_RISR       0xF010C0A8         MLI0 Receiver Interrupt Status Register
MLI0_RINPR      0xF010C0AC         MLI0 Receiver Interrupt Node Pointer Register
MLI0_GINTR      0xF010C0B0         MLI0 Global Interrupt Set Register
MLI0_OICR       0xF010C0B4         MLI0 Output Input Control Register
MLI0_AER        0xF010C0B8         MLI0 Access Enable Register
MLI0_ARR        0xF010C0BC         MLI0 Access Range Register
MCHK_ID         0xF010C208         Module Identification Register
MCHK_IR0        0xF010C210         Memory Checker Input Register
MCHK_RR0        0xF010C214         Memory Checker Result Register
MCHK_IR1        0xF010C218         Memory Checker Input Register
MCHK_RR1        0xF010C21C         Memory Checker Result Register
MCHK_WR         0xF010C220         Memory Checker Write Register
MCHK_CRC0       0xF010C224         Memory Checker CRC Register
MCHK_CRC1       0xF010C228         Memory Checker CRC Register
P12_IOCR0       0xF0300010         Port 12 Input/Output Control Register 0
P12_IN          0xF0300024         Port 12 Input Register
P12_PDISC       0xF0300060         Port 12 Pin Function Decision Control Register
FCE_CLC         0xF0320000         Control Clock Register
FCE_ID          0xF0320008         Module Identification Register
FCE_IR0         0xF0320020         Input Register 0
FCE_RES0        0xF0320024         CRC Result Register 0
FCE_CFG0        0xF0320028         CRC Configuration Register 0
FCE_STS0        0xF032002C         CRC Status Register 0
FCE_LENGTH0     0xF0320030         CRC Length Register 0
FCE_CHECK0      0xF0320034         CRC Check Register 0
FCE_CRC0        0xF0320038         CRC Register 0
FCE_CTR0        0xF032003C         CRC Test Register 0
FCE_IR1         0xF0320040         Input Register 1
FCE_RES1        0xF0320044         CRC Result Register 1
FCE_CFG1        0xF0320048         CRC Configuration Register 1
FCE_STS1        0xF032004C         CRC Status Register 1
FCE_LENGTH1     0xF0320050         CRC Length Register 1
FCE_CHECK1      0xF0320054         CRC Check Register 1
FCE_CRC1        0xF0320058         CRC Register 1
FCE_CTR1        0xF032005C         CRC Test Register 1
FCE_SRC         0xF03200FC         Service Request Control Register
BMU_CLC         0xF0323000         Control Clock Register
BMU_ID          0xF0323008         Module Identification Register
BMU_CTL         0xF0323020         Transaction Filtering Control
BMU_PTR         0xF0323024         Pointer Information for Bus Transaction Fifo
BMU_FULLNESS    0xF0323028         Fullness Information for Bus Transaction Fifo
BMU_PSET0       0xF0323030         Peripheral Set 0 Configuration
BMU_PSET1       0xF0323034         Peripheral Set 1 Configuration
BMU_TID         0xF0323038         FPI Transaction ID Set 0 Configuration
BMU_FMCTL       0xF0323040         Fifo Monitor control register
BMU_FMSTS       0xF0323044         Fifo Monitor Status Register
BMU_FMTH        0xF0323048         Fifo Monitor: Fullness Threshold Register
BMU_SMACON      0xF0323050         SIST Mode Access Control Register
BMU_MIECON      0xF0323054         Memory Integrity Error Control Register
BMU_MIECON2     0xF0323058         Memory Integrity Error Control 2 Register
BMU_SRC         0xF03230FC         Service Request Control Register
CPS_ID          0xF7E0FF08         CPS Module Identification Register
CPU_SBSRC       0xF7E0FFBC         CPU Software Breakpoint Service Request Control Register
CPU_SRC3        0xF7E0FFF0         CPU Service Request Control Register 3
CPU_SRC2        0xF7E0FFF4         CPU Service Request Control Register 2
CPU_SRC1        0xF7E0FFF8         CPU Service Request Control Register 1
CPU_SRC0        0xF7E0FFFC         CPU Service Request Control Register 0
CSFR_BASE       0xF7E10000         Core Special Function Registers base
MMU_CON         0xF7E18000         MMU Control Register
BMACON          0xF7E19004         BIST Mode Access Control Register
SMACON          0xF7E1900C         SIST Mode Access Control Register
DIEAR           0xF7E19020         Data Integrity Error Address Register
DIETR           0xF7E19024         Data Integrity Error Trap Register
CCDIER          0xF7E19028         Count of Corrected Data Integrity Errors Register
MIECON          0xF7E19044         Memory Integrity Error Control Register
MIECON2         0xF7E19048         Memory Integrity Error Control Register 2
PIEAR           0xF7E19210         Program Integrity Error Address Register
PIETR           0xF7E19214         Program Integrity Error Trap Register
CCPIER          0xF7E19218         Count of Corrected Program Integrity Errors Register
COMPAT          0xF7E19400         Compatibility Control Register
FPU_TRAP_CON    0xF7E1A000         Trap Control Register
FPU_TRAP_PC     0xF7E1A004         Trapping Instruction Program Counter Register
FPU_TRAP_OPC    0xF7E1A008         Trapping Instruction Opcode Register
FPU_TRAP_SRC1   0xF7E1A010         Trapping Instruction Operand Register
FPU_TRAP_SRC2   0xF7E1A014         Trapping Instruction Operand Register
FPU_TRAP_SRC3   0xF7E1A018         Trapping Instruction Operand Register
FPU_ID          0xF7E1A020         Trapping Identification Register
DPR0_0L         0xF7E1C000         Data Segment Protection Register Set 0, Range 0, Lower Boundary
DPR0_0U         0xF7E1C004         Data Segment Protection Register Set 0, Range 0, Upper Boundary
DPR0_1L         0xF7E1C008         Data Segment Protection Register Set 0, Range 1, Lower Boundary
DPR0_1U         0xF7E1C00C         Data Segment Protection Register Set 0, Range 1, Upper Boundary
DPR0_2L         0xF7E1C010         Data Segment Protection Register Set 0, Range 2, Lower Boundary
DPR0_2U         0xF7E1C014         Data Segment Protection Register Set 0, Range 2, Upper Boundary
DPR0_3L         0xF7E1C018         Data Segment Protection Register Set 0, Range 3, Lower Boundary
DPR0_3U         0xF7E1C01C         Data Segment Protection Register Set 0, Range 3, Upper Boundary
DPR1_0L         0xF7E1C400         Data Segment Protection Register Set 1, Range 0, Lower Boundary
DPR1_0U         0xF7E1C404         Data Segment Protection Register Set 1, Range 0, Upper Boundary
DPR1_1L         0xF7E1C408         Data Segment Protection Register Set 1, Range 1, Lower Boundary
DPR1_1U         0xF7E1C40C         Data Segment Protection Register Set 1, Range 1, Upper Boundary
DPR1_2L         0xF7E1C410         Data Segment Protection Register Set 1, Range 2, Lower Boundary
DPR1_2U         0xF7E1C414         Data Segment Protection Register Set 1, Range 2, Upper Boundary
DPR1_3L         0xF7E1C418         Data Segment Protection Register Set 1, Range 3, Lower Boundary
DPR1_3U         0xF7E1C41C         Data Segment Protection Register Set 1, Range 3, Upper Boundary
DPR2_0L         0xF7E1C800         Data Segment Protection Register Set 2, Range 0, Lower Boundary
DPR2_0U         0xF7E1C804         Data Segment Protection Register Set 2, Range 0, Upper Boundary
DPR2_1L         0xF7E1C808         Data Segment Protection Register Set 2, Range 1, Lower Boundary
DPR2_1U         0xF7E1C80C         Data Segment Protection Register Set 2, Range 1, Upper Boundary
DPR2_2L         0xF7E1C810         Data Segment Protection Register Set 2, Range 2, Lower Boundary
DPR2_2U         0xF7E1C814         Data Segment Protection Register Set 2, Range 2, Upper Boundary
DPR2_3L         0xF7E1C818         Data Segment Protection Register Set 2, Range 3, Lower Boundary
DPR2_3U         0xF7E1C81C         Data Segment Protection Register Set 2, Range 3, Upper Boundary
DPR3_0L         0xF7E1CC00         Data Segment Protection Register Set 3, Range 0, Lower Boundary
DPR3_0U         0xF7E1CC04         Data Segment Protection Register Set 3, Range 0, Upper Boundary
DPR3_1L         0xF7E1CC08         Data Segment Protection Register Set 3, Range 1, Lower Boundary
DPR3_1U         0xF7E1CC0C         Data Segment Protection Register Set 3, Range 1, Upper Boundary
DPR3_2L         0xF7E1CC10         Data Segment Protection Register Set 3, Range 2, Lower Boundary
DPR3_2U         0xF7E1CC14         Data Segment Protection Register Set 3, Range 2, Upper Boundary
DPR3_3L         0xF7E1CC18         Data Segment Protection Register Set 3, Range 3, Lower Boundary
DPR3_3U         0xF7E1CC1C         Data Segment Protection Register Set 3, Range 3, Upper Boundary
CPR0_0L         0xF7E1D000         Code Segment Protection Register Set 0, Range 0, Lower Boundary
CPR0_0U         0xF7E1D004         Code Segment Protection Register Set 0, Range 0, Upper Boundary
CPR0_1L         0xF7E1D008         Code Segment Protection Register Set 0, Range 1, Lower Boundary
CPR0_1U         0xF7E1D00C         Code Segment Protection Register Set 0, Range 1, Upper Boundary
CPR1_0L         0xF7E1D400         Code Segment Protection Register Set 1, Range 0, Lower Boundary
CPR1_0U         0xF7E1D404         Code Segment Protection Register Set 1, Range 0, Upper Boundary
CPR1_1L         0xF7E1D408         Code Segment Protection Register Set 1, Range 1, Lower Boundary
CPR1_1U         0xF7E1D40C         Code Segment Protection Register Set 1, Range 1, Upper Boundary
CPR2_0L         0xF7E1D800         Code Segment Protection Register Set 2, Range 0, Lower Boundary
CPR2_0U         0xF7E1D804         Code Segment Protection Register Set 2, Range 0, Upper Boundary
CPR2_1L         0xF7E1D808         Code Segment Protection Register Set 2, Range 1, Lower Boundary
CPR2_1U         0xF7E1D80C         Code Segment Protection Register Set 2, Range 1, Upper Boundary
CPR3_0L         0xF7E1DC00         Code Segment Protection Register Set 3, Range 0, Lower Boundary
CPR3_0U         0xF7E1DC04         Code Segment Protection Register Set 3, Range 0, Upper Boundary
CPR3_1L         0xF7E1DC08         Code Segment Protection Register Set 3, Range 1, Lower Boundary
CPR3_1U         0xF7E1DC0C         Code Segment Protection Register Set 3, Range 1, Upper Boundary
DPM0            0xF7E1E000         Data Protection Mode Register Set 0
DPM1            0xF7E1E080         Data Protection Mode Register Set 1
DPM2            0xF7E1E100         Data Protection Mode Register Set 2
DPM3            0xF7E1E180         Data Protection Mode Register Set 3
CPM0            0xF7E1E200         Code Protection Mode Register Set 0
CPM1            0xF7E1E280         Code Protection Mode Register Set 1
CPM2            0xF7E1E300         Code Protection Mode Register Set 2
CPM3            0xF7E1E380         Code Protection Mode Register Set 3
CCTRL           0xF7E1FC00         Counter Control Register
CCNT            0xF7E1FC04         CPU Clock Count Register
ICNT            0xF7E1FC08         Instruction Count Register
M1CNT           0xF7E1FC0C         Multi-Count Register 1
M2CNT           0xF7E1FC10         Multi-Count Register 2
M3CNT           0xF7E1FC14         Multi-Count Register 3
DBGSR           0xF7E1FD00         Debug Status Register
EXEVT           0xF7E1FD08         External Event Register
CREVT           0xF7E1FD0C         External Event Register
SWEVT           0xF7E1FD10         External Event Register
TR0EVT          0xF7E1FD20         Trigger Event 0 Register
TR1EVT          0xF7E1FD24         Trigger Event 1 Register
DMS             0xF7E1FD40         Debug Monitor Start Address Register
DCX             0xF7E1FD44         Debug Context Save Area Pointer Register
DBGTCR          0xF7E1FD48         Debug Trap Control Register
PCXI            0xF7E1FE00         Previous Context Information Register
PSW             0xF7E1FE04         Program Status Word
PC              0xF7E1FE08         Program Counter
SYSCON          0xF7E1FE14         System Configuration Register
CPU_ID          0xF7E1FE18         CPU Identification Register
BIV             0xF7E1FE20         Base Interrupt Vector Table Pointer
BTV             0xF7E1FE24         Base Trap Vector Table Pointer
ISP             0xF7E1FE28         Interrupt Stack Pointer
ICR             0xF7E1FE2C         Interrupt Control Register
FCX             0xF7E1FE38         Free CSA List Head Pointer
LCX             0xF7E1FE3C         Free CSA List Limit Pointer
CPU_D0          0xF7E1FF00         Data Register 0
CPU_D1          0xF7E1FF04         Data Register 1
CPU_D2          0xF7E1FF08         Data Register 2
CPU_D3          0xF7E1FF0C         Data Register 3
CPU_D4          0xF7E1FF10         Data Register 4
CPU_D5          0xF7E1FF14         Data Register 5
CPU_D6          0xF7E1FF18         Data Register 6
CPU_D7          0xF7E1FF1C         Data Register 7
CPU_D8          0xF7E1FF20         Data Register 8
CPU_D9          0xF7E1FF24         Data Register 9
CPU_D10         0xF7E1FF28         Data Register 10
CPU_D11         0xF7E1FF2C         Data Register 11
CPU_D12         0xF7E1FF30         Data Register 12
CPU_D13         0xF7E1FF34         Data Register 13
CPU_D14         0xF7E1FF38         Data Register 14
CPU_D15         0xF7E1FF3C         Data Register 15
CPU_A0          0xF7E1FF80         Address Register 0
CPU_A1          0xF7E1FF84         Address Register 1
CPU_A2          0xF7E1FF88         Address Register 2
CPU_A3          0xF7E1FF8C         Address Register 3
CPU_A4          0xF7E1FF90         Address Register 4
CPU_A5          0xF7E1FF94         Address Register 5
CPU_A6          0xF7E1FF98         Address Register 6
CPU_A7          0xF7E1FF9C         Address Register 7
CPU_A8          0xF7E1FFA0         Address Register 8
CPU_A9          0xF7E1FFA4         Address Register 9
CPU_A10         0xF7E1FFA8         Address Register 10
CPU_A11         0xF7E1FFAC         Address Register 11
CPU_A12         0xF7E1FFB0         Address Register 12
CPU_A13         0xF7E1FFB4         Address Register 13
CPU_A14         0xF7E1FFB8         Address Register 14
CPU_A15         0xF7E1FFBC         Address Register 15
PMU0_ID         0xF8000508         PMU0 Identification Register
PMU0_OVRCON     0xF8000520         Overlay RAM Control Register
FLASH0_COMM0    0xF8001000         FSI Communication 0
FLASH0_COMM1    0xF8001004         FSI Communication 1
FLASH0_COMM2    0xF8001008         FSI Communication 2
FLASH0_ID       0xF8002008         Flash Module Identification Register
FLASH0_FSR      0xF8002010         Flash Status Register
FLASH0_FCON     0xF8002014         Flash Configuration Register
FLASH0_MARP     0xF8002018         Margin Control Register PFLASH
FLASH0_MARD     0xF800201C         Margin Control Register DFLASH
FLASH0_PROCON0  0xF8002020         Flash Protection Config. User 0
FLASH0_PROCON1  0xF8002024         Flash Protection Config. User 1
FLASH0_PROCON2  0xF8002028         Flash Protection Config. User 2
OVC_RABR0       0xF87FFB20         Redirected Address Base Register 0
OVC_OTAR0       0xF87FFB24         Overlay Target Address Register 0
OVC_OMASK0      0xF87FFB28         Overlay Mask Register 0
OVC_RABR1       0xF87FFB2C         Redirected Address Base Register 1
OVC_OTAR1       0xF87FFB30         Overlay Target Address Register 1
OVC_OMASK1      0xF87FFB34         Overlay Mask Register 1
OVC_RABR2       0xF87FFB38         Redirected Address Base Register 2
OVC_OTAR2       0xF87FFB3C         Overlay Target Address Register 2
OVC_OMASK2      0xF87FFB40         Overlay Mask Register 2
OVC_RABR3       0xF87FFB44         Redirected Address Base Register 3
OVC_OTAR3       0xF87FFB48         Overlay Target Address Register 3
OVC_OMASK3      0xF87FFB4C         Overlay Mask Register 3
OVC_RABR4       0xF87FFB50         Redirected Address Base Register 4
OVC_OTAR4       0xF87FFB54         Overlay Target Address Register 4
OVC_OMASK4      0xF87FFB58         Overlay Mask Register 4
OVC_RABR5       0xF87FFB5C         Redirected Address Base Register 5
OVC_OTAR5       0xF87FFB60         Overlay Target Address Register 5
OVC_OMASK5      0xF87FFB64         Overlay Mask Register 5
OVC_RABR6       0xF87FFB68         Redirected Address Base Register 6
OVC_OTAR6       0xF87FFB6C         Overlay Target Address Register 6
OVC_OMASK6      0xF87FFB70         Overlay Mask Register 6
OVC_RABR7       0xF87FFB74         Redirected Address Base Register 7
OVC_OTAR7       0xF87FFB78         Overlay Target Address Register 7
OVC_OMASK7      0xF87FFB7C         Overlay Mask Register 7
OVC_RABR8       0xF87FFB80         Redirected Address Base Register 8
OVC_OTAR8       0xF87FFB84         Overlay Target Address Register 8
OVC_OMASK8      0xF87FFB88         Overlay Mask Register 8
OVC_RABR9       0xF87FFB8C         Redirected Address Base Register 9
OVC_OTAR9       0xF87FFB90         Overlay Target Address Register 9
OVC_OMASK9      0xF87FFB94         Overlay Mask Register 9
OVC_RABR10      0xF87FFB98         Redirected Address Base Register 10
OVC_OTAR10      0xF87FFB9C         Overlay Target Address Register 10
OVC_OMASK10     0xF87FFBA0         Overlay Mask Register 10
OVC_RABR11      0xF87FFBA4         Redirected Address Base Register 11
OVC_OTAR11      0xF87FFBA8         Overlay Target Address Register 11
OVC_OMASK11     0xF87FFBAC         Overlay Mask Register 11
OVC_RABR12      0xF87FFBB0         Redirected Address Base Register 12
OVC_OTAR12      0xF87FFBB4         Overlay Target Address Register 12
OVC_OMASK12     0xF87FFBB8         Overlay Mask Register 12
OVC_RABR13      0xF87FFBBC         Redirected Address Base Register 13
OVC_OTAR13      0xF87FFBC0         Overlay Target Address Register 13
OVC_OMASK13     0xF87FFBC4         Overlay Mask Register 13
OVC_RABR14      0xF87FFBC8         Redirected Address Base Register 14
OVC_OTAR14      0xF87FFBCC         Overlay Target Address Register 14
OVC_OMASK14     0xF87FFBD0         Overlay Mask Register 14
OVC_RABR15      0xF87FFBD4         Redirected Address Base Register 15
OVC_OTAR15      0xF87FFBD8         Overlay Target Address Register 15
OVC_OMASK15     0xF87FFBDC         Overlay Mask Register 15
OVC_OCON        0xF87FFBE0         Overlay Control Register
DMI_ID          0xF87FFC08         DMI Identification Register
DMI_CON         0xF87FFC10         DMI Control Register
DMI_STR         0xF87FFC18         DMI Synchronous Trap Flag Register
DMI_ATR         0xF87FFC20         DMI Asynchronous Trap Flag Register
ADEDCTL         0xF87FFC30         Address Error Detection Control Register
WREDCTL         0xF87FFC38         Write Data Error Detection Control Register
RDEDCTL         0xF87FFC40         Read Data Error Detection Control Register
REEDCTL         0xF87FFC48         Response Error Detection Control Register
PMI_ID          0xF87FFD08         PMI Identification Register
PMI_CON0        0xF87FFD10         PMI Control Register 0
PMI_CON1        0xF87FFD14         PMI Control Register 1
PMI_CON2        0xF87FFD18         PMI Control Register 2
PMI_STR         0xF87FFD20         PMI Synchronous Trap Register
LBCU_ID         0xF87FFE08         Module Identification Register
LBCU_LEATT      0xF87FFE20         LBCU LMB Error Attribute Register
LBCU_LEADDR     0xF87FFE24         LBCU LMB Error Address Register
LBCU_LEDATL     0xF87FFE28         LBCU LMB Error Data Low Register
LBCU_LEDATH     0xF87FFE2C         LBCU LMB Error Data High Register
LBCU_LEADDED    0xF87FFE34         LMB Error Address Error Detection Register
LBCU_LEDATED    0xF87FFE38         LMB Error Data Error Detection Register
LBCU_LERESED    0xF87FFE3C         LMB Error Response Error Detection Register
LBCU_LSEADS     0xF87FFE40         LMB Soft Error Address Source Register
LBCU_LSEABS     0xF87FFE44         LMB Soft Error Abort Source Register
LBCU_LSERDS     0xF87FFE48         LMB Soft Error Read Source Register
LBCU_LSEWRS     0xF87FFE4C         LMB Soft Error Write Source Register
LBCU_LSERES     0xF87FFE50         LMB Soft Error Response Register
LBCU_SRC        0xF87FFEFC         LBCU Service Request Control Register
LFI_ID          0xF87FFF08         Module Identification Register
LFI_CON         0xF87FFF10         LFI Configuration Register

; this chip implements an unknown version of TriCore instruction set, but probably v1.0
.tc1xxx/tc1765
; MEMORY MAP
area DATA EXT_MEM         0xA0000000:0xB0000000   External Memory Space, cached
area DATA EXT_MEM2        0xB0000000:0xBE000000   External Memory Space, non-cached
area DATA EXT_EMU         0xBE000000:0xBF000000   External Emulator Space, non-cached
area CODE BROM            0xBFFFE000:0xC0000000   Boot ROM, non-cached
area DATA SPRAM           0xC0000000:0xC0004000   Local Scratch-Pad Code RAM, non-cached
area DATA PMU_REGS        0xC7FFFF00:0xC8000000   PMU Registers
area DATA SRAM            0xD0000000:0xD0008000   Local Data Memory (SRAM), non-cached
area DATA DMU_REGS        0xD7FFFF00:0xD8000000   DMU Registers
area DATA EXT_DEV         0xE0000000:0xF0000000   External Peripheral and Data Memory Space
area DATA INT_DEV         0xF0000000:0xF0003C00   On-Chip Peripherals & Ports
area DATA DMA_REGS        0xF0003C00:0xF0003E00   DMA Registers
area DATA CAN             0xF0100000:0xF0100C00   CAN Module
area DATA CPS             0xFFFEFF00:0xFFFF0000   CPU Slave Interface Registers
area DATA REGISTERS       0xFFFF0000:0x100000000   Core SFRs and GPRs
; REGISTERS
PMU_ID          0xC7FFFF08           PMU Module Identification Register
PMU_CON         0xC7FFFF10           PMU Control Register
PMU_EIFCON      0xC7FFFF18           PMU External Instruction Fetch Control Register
DMU_ID          0xD7FFFF08           DMU Module Identification Register
DMU_CON         0xD7FFFF10           DMU Control Register
DMU_STR         0xD7FFFF18           DMU Synchronous Trap Flag Register
DMU_ATR         0xD7FFFF20           DMU Asynchronous Trap Flag Register
DMU_IOCR0       0xD7FFFF80           DMU Internal Overlay Control Register 0
DMU_IOCR1       0xD7FFFF88           DMU Internal Overlay Control Register 1
DMU_IOCR2       0xD7FFFF90           DMU Internal Overlay Control Register 2
DMU_IOCR3       0xD7FFFF98           DMU Internal Overlay Control Register 3
DMU_EOCR0       0xD7FFFFA0           DMU External Overlay Control Register 0
DMU_EOCR1       0xD7FFFFA8           DMU External Overlay Control Register 1
DMU_IORBAP      0xD7FFFFB8           DMU Internal Overlay RAM Base Address Page Register
SCU_ID          0xF0000008           Module Identification Register
RST_REQ         0xF0000010           Reset Request Register
RST_SR          0xF0000014           Reset Status Register
WDT_CON0        0xF0000020           Watchdog Timer Control Register 0
WDT_CON1        0xF0000024           Watchdog Timer Control Register 1
WDT_SR          0xF0000028           Watchdog Timer Status Register
NMISR           0xF000002C           NMI Status Register
PMG_CON         0xF0000030           Power Management Control Register
PMG_CSR         0xF0000034           Power Management Control and Status Register
PLL_CLC         0xF0000040           PLL Clock Control Register
SCU_CON         0xF0000050           SCU Control Register
SCU_TRSTAT      0xF0000054           SCU Trace Status Register
MANID           0xF0000070           Manufacturer Identification Register
CHIPID          0xF0000074           Chip Identification Register
RTID            0xF0000078           Redesign Tracing Identification Register
BCU_ID          0xF0000208           BCU Module Identification Register
BCU_CON         0xF0000210           BCU Control Register
BCU_ECON        0xF0000220           BCU Error Control Capture Register
BCU_EADD        0xF0000224           BCU Error Address Capture Register
BCU_EDAT        0xF0000228           BCU Error Data Capture Register
BCU_SRC         0xF00002FC           BCU Service Request Control Register
STM_CLC         0xF0000300           STM Clock Control Register
STM_ID0         0xF0000308           BCU Module Identification Register
STM_TIM0        0xF0000310           STM Timer Register 0
STM_TIM1        0xF0000314           STM Timer Register 1
STM_TIM2        0xF0000318           STM Timer Register 2
STM_TIM3        0xF000031C           STM Timer Register 3
STM_TIM4        0xF0000320           STM Timer Register 4
STM_TIM5        0xF0000324           STM Timer Register 5
STM_TIM6        0xF0000328           STM Timer Register 6
STM_CAP         0xF000032C           STM Timer Capture Register
JPD_ID          0xF0000408           JTAG/OCDS Module Identification Register
COMDATA         0xF0000468           Cerberus Communication Mode Data Register
IOSR            0xF000046C           Cerberus Status Register
EBU_CLC         0xF0000500           EBU Clock Control Register
EBU_ID          0xF0000508           EBU Module Identification Register
EBU_CON         0xF0000510           EBU Global Control Register
EBU_ADDSEL0     0xF0000520           EBU Address Select Register 0
EBU_ADDSEL1     0xF0000524           EBU Address Select Register 1
EBU_ADDSEL2     0xF0000528           EBU Address Select Register 2
EBU_ADDSEL3     0xF000052C           EBU Address Select Register 3
EBU_BUSCON0     0xF0000560           EBU Bus Configuration Register 0
EBU_BUSCON1     0xF0000564           EBU Bus Configuration Register 1
EBU_BUSCON2     0xF0000568           EBU Bus Configuration Register 2
EBU_BUSCON3     0xF000056C           EBU Bus Configuration Register 3
EBU_EMUAS       0xF0000580           EBU Emulator Address Select Register
EBU_EMUBC       0xF0000584           EBU Emulator Bus Configuration Register
EBU_EMUCON      0xF0000588           EBU Emulator Configuration Register
GPTU_CLC        0xF0000700           GPTU Clock Control Register
GPTU_ID         0xF0000708           GPTU Module Identification Register
GPTU_T01IRS     0xF0000710           GPTU Timers T0 and T1 Input and Reload Source Selection Register
GPTU_T01OTS     0xF0000714           GPTU Timers T0 and T1 Output, Trigger and Service Request Register
GPTU_T2CON      0xF0000718           GPTU Timer T2 Control Register
GPTU_T2RCCON    0xF000071C           GPTU Timer T2 Reload/Capture Control Register
GPTU_T2AIS      0xF0000720           GPTU Timer T2/T2A External Input Selection Register
GPTU_T2BIS      0xF0000724           GPTU Timer T2B External Input Selection Register
GPTU_T2ES       0xF0000728           GPTU Timer T2 External Input Edge Selection Register
GPTU_OSEL       0xF000072C           GPTU Output Source Selection Register
GPTU_OUT        0xF0000730           GPTU Output Register
GPTU_T0DCBA     0xF0000734           GPTU Timer T0 Count Register (T0D, T0C, T0B, T0A)
GPTU_T0CBA      0xF0000738           GPTU Timer T0 Count Register (T0C, T0B, T0A)
GPTU_T0RDCBA    0xF000073C           GPTU Timer T0 Reload Register (T0RD, T0RC, T0RB, T0RA)
GPTU_T0RCBA     0xF0000740           GPTU Timer T0 Reload Register (T0RC, T0RB, T0RA)
GPTU_T1DCBA     0xF0000744           GPTU Timer T1 Count Register (T1D, T1C, T1B, T1A)
GPTU_T1CBA      0xF0000748           GPTU Timer T1 Count Register (T1C, T1B, T1A)
GPTU_T1RDCBA    0xF000074C           GPTU Timer T1 Reload Register (T1RD, T1RC, T1RB, T1RA)
GPTU_T1RCBA     0xF0000750           GPTU Timer T1 Reload Register (T1RC, T1RB, T1RA)
GPTU_T2         0xF0000754           GPTU Timer T2 Count Register
GPTU_T2RC0      0xF0000758           GPTU Timer T2 Reload/Capture Register 0
GPTU_T2RC1      0xF000075C           GPTU Timer T2 Reload/Capture Register 1
GPTU_T012RUN    0xF0000760           GPTU Timers T0, T1, T2 Run Control Register
GPTU_SRSEL      0xF00007DC           GPTU Service Request Source Select Register
GPTU_SRC7       0xF00007E0           GPTU Service Request Control Register 7
GPTU_SRC6       0xF00007E4           GPTU Service Request Control Register 6
GPTU_SRC5       0xF00007E8           GPTU Service Request Control Register 5
GPTU_SRC4       0xF00007EC           GPTU Service Request Control Register 4
GPTU_SRC3       0xF00007F0           GPTU Service Request Control Register 3
GPTU_SRC2       0xF00007F4           GPTU Service Request Control Register 2
GPTU_SRC1       0xF00007F8           GPTU Service Request Control Register 1
GPTU_SRC0       0xF00007FC           GPTU Service Request Control Register 0
ASC0_CLC        0xF0000800           ASC0 Clock Control Register
ASC0_PISEL      0xF0000804           ASC0 Peripheral Input Select Register
ASC0_ID         0xF0000808           ASC0 Module Identification Register
ASC0_CON        0xF0000810           ASC0 Control Register
ASC0_BG         0xF0000814           ASC0 Baud Rate Timer Reload Register
ASC0_FDV        0xF0000818           ASC0 Fractional Divider Register
ASC0_TBUF       0xF0000820           ASC0 Transmit Buffer Register
ASC0_RBUF       0xF0000824           ASC0 Receive Buffer Register
ASC0_TSRC       0xF00008F0           ASC0 Transmit Interrupt Service Request Control Register
ASC0_RSRC       0xF00008F4           ASC0 Receive Interrupt Service Request Control Register
ASC0_ESRC       0xF00008F8           ASC0 Error Interrupt Service Request Control Register
ASC0_TBSRC      0xF00008FC           ASC0 Transmit Buffer Interrupt Service Request Control Register
ASC1_CLC        0xF0000900           ASC1 Clock Control Register
ASC1_PISEL      0xF0000904           ASC1 Peripheral Input Select Register
ASC1_ID         0xF0000908           ASC1 Module Identification Register
ASC1_CON        0xF0000910           ASC1 Control Register
ASC1_BG         0xF0000914           ASC1 Baud Rate Timer/Reload Register
ASC1_FDV        0xF0000918           ASC1 Fractional Divider Register
ASC1_TBUF       0xF0000920           ASC1 Transmit Buffer Register
ASC1_RBUF       0xF0000924           ASC1 Receive Buffer Register
ASC1_TSRC       0xF00009F0           ASC1 Transmit Interrupt Service Request Control Register
ASC1_RSRC       0xF00009F4           ASC1 Receive Interrupt Service Request Control Register
ASC1_ESRC       0xF00009F8           ASC1 Error Interrupt Service Request Control Register
ASC1_TBSRC      0xF00009FC           ASC1 Transmit Buffer Interrupt Service Request Control Register
SSC0_CLC        0xF0000A00           SSC0 Clock Control Register
SSC0_ID         0xF0000A08           SSC0 Module Identification Register
SSC0_CON_PM     0xF0000A10           SSC0 Control Register
SSC0_BR         0xF0000A14           SSC0 Baud Rate Timer Reload Register
SSC0_TB         0xF0000A20           SSC0 Transmit Buffer Register
SSC0_RB         0xF0000A24           SSC0 Receive Buffer Register
SSC0_RXFCON     0xF0000A30           SSC0 Receive FIFO Control Register
SSC0_TXFCON     0xF0000A34           SSC0 Transmit FIFO Control Register
SSC0_FSTAT      0xF0000A38           SSC0 FIFO Status Register
SSC0_WHBCON     0xF0000A40           SSC0 Write Hardware Modified Control Register Bits
SSC0_TSRC       0xF0000AF4           SSC0 Transmit Interrupt Service Request Control Register
SSC0_RSRC       0xF0000AF8           SSC0 Receive Interrupt Service Request Control Register
SSC0_ESRC       0xF0000AFC           SSC0 Error Interrupt Service Request Control Register
SSC1_CLC        0xF0000B00           SSC1 Clock Control Register
SSC1_ID         0xF0000B08           SSC1 Module Identification Register
SSC1_CON_PM     0xF0000B10           SSC1 Control Register
SSC1_BR         0xF0000B14           SSC1 Baud Rate Timer Reload Register
SSC1_TB         0xF0000B20           SSC1 Transmit Buffer Register
SSC1_RB         0xF0000B24           SSC1 Receive Buffer Register
SSC1_RXFCON     0xF0000B30           SSC0 Receive FIFO Control Register
SSC1_TXFCON     0xF0000B34           SSC0 Transmit FIFO Control Register
SSC1_FSTAT      0xF0000B38           SSC0 FIFO Status Register
SSC1_WHBCON     0xF0000B40           SSC0 Write Hardware Modified Control Register Bits
SSC1_TSRC       0xF0000BF4           SSC1 Transmit Interrupt Service Request Control Register
SSC1_RSRC       0xF0000BF8           SSC1 Receive Interrupt Service Request Control Register
SSC1_ESRC       0xF0000BFC           SSC1 Error Interrupt Service Request Control Register
GPTA_CLC        0xF0001800           GPTA Clock Control Register
GPTA_ID         0xF0001808           GPTA Module Identification Register
GPTA_SRS0       0xF0001810           GPTA Service Request State Register 0
GPTA_SRS1       0xF0001814           GPTA Service Request State Register 1
GPTA_SRS2       0xF0001818           GPTA Service Request State Register 2
GPTA_SRS3       0xF000181C           GPTA Service Request State Register 3
GPTA_DBGCC      0xF0001820           GPTA Debug Clock Control Register
GPTA_ADCCTR     0xF0001830           GPTA AD Converter Control Register
GPTA_EMGCTR0    0xF0001834           GPTA Emergency Control Register 0
GPTA_EMGCTR1    0xF0001838           GPTA Emergency Control Register 1
GPTA_MRACTL     0xF000183C           GPTA Output Port Line Multiplex Register 0
GPTA_MRADIN     0xF0001840           GPTA Output Port Line Multiplex Register 1
GPTA_MRADOUT    0xF0001844           GPTA Output Port Line Multiplex Register 2
GPTA_FPCCTR1    0xF0001850           GPTA Filter and Prescaler Cell Control Register 1
GPTA_FPCCTR2    0xF0001854           GPTA Filter and Prescaler Cell Control Register 2
GPTA_FPCTIM0    0xF0001858           GPTA Filter and Prescaler Cell Timer Register 0
GPTA_FPCCOM0    0xF000185C           GPTA Filter and Prescaler Cell Compare Register 0
GPTA_FPCTIM1    0xF0001860           GPTA Filter and Prescaler Cell Timer Register 1
GPTA_FPCCOM1    0xF0001864           GPTA Filter and Prescaler Cell Compare Register 1
GPTA_FPCTIM2    0xF0001868           GPTA Filter and Prescaler Cell Timer Register 2
GPTA_FPCCOM2    0xF000186C           GPTA Filter and Prescaler Cell Compare Register 2
GPTA_FPCTIM3    0xF0001870           GPTA Filter and Prescaler Cell Timer Register 3
GPTA_FPCCOM3    0xF0001874           GPTA Filter and Prescaler Cell Compare Register 3
GPTA_FPCTIM4    0xF0001878           GPTA Filter and Prescaler Cell Timer Register 4
GPTA_FPCCOM4    0xF000187C           GPTA Filter and Prescaler Cell Compare Register 4
GPTA_FPCTIM5    0xF0001880           GPTA Filter and Prescaler Cell Timer Register 5
GPTA_FPCCOM5    0xF0001884           GPTA Filter and Prescaler Cell Compare Register 5
GPTA_PDLCTR     0xF0001888           GPTA Phase Discrimination Logic Control Register
GPTA_DCMCTR0    0xF000188C           GPTA Duty Cycle Measurement Control Register 0
GPTA_DCMTIM0    0xF0001890           GPTA Duty Cycle Measurement Timer Register 0
GPTA_DCMCAV0    0xF0001894           GPTA Duty Cycle Measurement Capture Register 0
GPTA_DCMCOV0    0xF0001898           GPTA Duty Cycle Measurement Capture/Compare Register 0
GPTA_DCMCTR1    0xF000189C           GPTA Duty Cycle Measurement Control Register 1
GPTA_DCMTIM1    0xF00018A0           GPTA Duty Cycle Measurement Timer Register 1
GPTA_DCMCAV1    0xF00018A4           GPTA Duty Cycle Measurement Capture Register 1
GPTA_DCMCOV1    0xF00018A8           GPTA Duty Cycle Measurement Capture/Compare Register 1
GPTA_DCMCTR2    0xF00018AC           GPTA Duty Cycle Measurement Control Register 2
GPTA_DCMTIM2    0xF00018B0           GPTA Duty Cycle Measurement Timer Register 2
GPTA_DCMCAV2    0xF00018B4           GPTA Duty Cycle Measurement Capture Register 2
GPTA_DCMCOV2    0xF00018B8           GPTA Duty Cycle Measurement Capture/Compare Register 2
GPTA_DCMCTR3    0xF00018BC           GPTA Duty Cycle Measurement Control Register 3
GPTA_DCMTIM3    0xF00018C0           GPTA Duty Cycle Measurement Timer Register 3
GPTA_DCMCAV3    0xF00018C4           GPTA Duty Cycle Measurement Capture Register 3
GPTA_DCMCOV3    0xF00018C8           GPTA Duty Cycle Measurement Capture/Compare Register 3
GPTA_PLLCTR     0xF00018CC           GPTA Phase Locked Loop Control Register
GPTA_PLLMTI     0xF00018D0           GPTA Phase Locked Loop Micro Tick Register
GPTA_PLLCNT     0xF00018D4           GPTA Phase Locked Loop Counter Register
GPTA_PLLSTP     0xF00018D8           GPTA Phase Locked Loop Step Register
GPTA_PLLREV     0xF00018DC           GPTA Phase Locked Loop Reload Register
GPTA_PLLDTR     0xF00018E0           GPTA Phase Locked Loop Delta Register
GPTA_CKBCTR     0xF00018E4           GPTA Clock Bus Control Register
GPTA_GTCTR0     0xF00018E8           GPTA Global Timer Control Register 0
GPTA_GTREV0     0xF00018EC           GPTA Global Timer Reload Value Register 0
GPTA_GTTIM0     0xF00018F0           GPTA Global Timer Register 0
GPTA_GTCTR1     0xF00018F4           GPTA Global Timer Control Register 1
GPTA_GTREV1     0xF00018F8           GPTA Global Timer Reload Value Register 1
GPTA_GTTIM1     0xF00018FC           GPTA Global Timer Register 1
GPTA_GTCCTR00   0xF0001900           Global Timer Cell Control Register 00
GPTA_GTCXR00    0xF0001904           Global Timer Cell X Register 00
GPTA_GTCCTR01   0xF0001908           Global Timer Cell Control Register 01
GPTA_GTCXR01    0xF000190C           Global Timer Cell X Register 01
GPTA_GTCCTR02   0xF0001910           Global Timer Cell Control Register 02
GPTA_GTCXR02    0xF0001914           Global Timer Cell X Register 02
GPTA_GTCCTR03   0xF0001918           Global Timer Cell Control Register 03
GPTA_GTCXR03    0xF000191C           Global Timer Cell X Register 03
GPTA_GTCCTR04   0xF0001920           Global Timer Cell Control Register 04
GPTA_GTCXR04    0xF0001924           Global Timer Cell X Register 03
GPTA_GTCCTR05   0xF0001928           Global Timer Cell Control Register 05
GPTA_GTCXR05    0xF000192C           Global Timer Cell X Register 05
GPTA_GTCCTR06   0xF0001930           Global Timer Cell Control Register 06
GPTA_GTCXR06    0xF0001934           Global Timer Cell X Register 06
GPTA_GTCCTR07   0xF0001938           Global Timer Cell Control Register 07
GPTA_GTCXR07    0xF000193C           Global Timer Cell X Register 07
GPTA_GTCCTR08   0xF0001940           Global Timer Cell Control Register 09
GPTA_GTCXR08    0xF0001944           Global Timer Cell X Register 08
GPTA_GTCCTR09   0xF0001948           Global Timer Cell Control Register 09
GPTA_GTCXR09    0xF000194C           Global Timer Cell X Register 09
GPTA_GTCCTR10   0xF0001950           Global Timer Cell Control Register 10
GPTA_GTCXR10    0xF0001954           Global Timer Cell X Register 10
GPTA_GTCCTR11   0xF0001958           Global Timer Cell Control Register 11
GPTA_GTCXR11    0xF000195C           Global Timer Cell X Register 11
GPTA_GTCCTR12   0xF0001960           Global Timer Cell Control Register 12
GPTA_GTCXR12    0xF0001964           Global Timer Cell X Register 12
GPTA_GTCCTR13   0xF0001968           Global Timer Cell Control Register 13
GPTA_GTCXR13    0xF000196C           Global Timer Cell X Register 13
GPTA_GTCCTR14   0xF0001970           Global Timer Cell Control Register 14
GPTA_GTCXR14    0xF0001974           Global Timer Cell X Register 14
GPTA_GTCCTR15   0xF0001978           Global Timer Cell Control Register 15
GPTA_GTCXR15    0xF000197C           Global Timer Cell X Register 15
GPTA_GTCCTR16   0xF0001980           Global Timer Cell Control Register 16
GPTA_GTCXR16    0xF0001984           Global Timer Cell X Register 16
GPTA_GTCCTR17   0xF0001988           Global Timer Cell Control Register 17
GPTA_GTCXR17    0xF000198C           Global Timer Cell X Register 17
GPTA_GTCCTR18   0xF0001990           Global Timer Cell Control Register 18
GPTA_GTCXR18    0xF0001994           Global Timer Cell X Register 18
GPTA_GTCCTR19   0xF0001998           Global Timer Cell Control Register 19
GPTA_GTCXR19    0xF000199C           Global Timer Cell X Register 19
GPTA_GTCCTR20   0xF00019A0           Global Timer Cell Control Register 20
GPTA_GTCXR20    0xF00019A4           Global Timer Cell X Register 20
GPTA_GTCCTR21   0xF00019A8           Global Timer Cell Control Register 21
GPTA_GTCXR21    0xF00019AC           Global Timer Cell X Register 21
GPTA_GTCCTR22   0xF00019B0           Global Timer Cell Control Register 22
GPTA_GTCXR22    0xF00019B4           Global Timer Cell X Register 22
GPTA_GTCCTR23   0xF00019B8           Global Timer Cell Control Register 23
GPTA_GTCXR23    0xF00019BC           Global Timer Cell X Register 23
GPTA_GTCCTR24   0xF00019C0           Global Timer Cell Control Register 24
GPTA_GTCXR24    0xF00019C4           Global Timer Cell X Register 24
GPTA_GTCCTR25   0xF00019C8           Global Timer Cell Control Register 25
GPTA_GTCXR25    0xF00019CC           Global Timer Cell X Register 25
GPTA_GTCCTR26   0xF00019D0           Global Timer Cell Control Register 26
GPTA_GTCXR26    0xF00019D4           Global Timer Cell X Register 26
GPTA_GTCCTR27   0xF00019D8           Global Timer Cell Control Register 27
GPTA_GTCXR27    0xF00019DC           Global Timer Cell X Register 27
GPTA_GTCCTR28   0xF00019E0           Global Timer Cell Control Register 28
GPTA_GTCXR28    0xF00019E4           Global Timer Cell X Register 28
GPTA_GTCCTR29   0xF00019E8           Global Timer Cell Control Register 29
GPTA_GTCXR29    0xF00019EC           Global Timer Cell X Register 29
GPTA_GTCCTR30   0xF00019F0           Global Timer Cell Control Register 30
GPTA_GTCXR30    0xF00019F4           Global Timer Cell X Register 30
GPTA_GTCCTR31   0xF00019F8           Global Timer Cell Control Register 31
GPTA_GTCXR31    0xF00019FC           Global Timer Cell X Register 31
GPTA_LTCCTR00   0xF0001A00           Local Timer Cell Control Register 00
GPTA_LTCXR00    0xF0001A04           Local Timer Cell X Register 00
GPTA_LTCCTR01   0xF0001A08           Local Timer Cell Control Register 01
GPTA_LTCXR01    0xF0001A0C           Local Timer Cell X Register 01
GPTA_LTCCTR02   0xF0001A10           Local Timer Cell Control Register 02
GPTA_LTCXR02    0xF0001A14           Local Timer Cell X Register 02
GPTA_LTCCTR03   0xF0001A18           Local Timer Cell Control Register 03
GPTA_LTCXR03    0xF0001A1C           Local Timer Cell X Register 03
GPTA_LTCCTR04   0xF0001A20           Local Timer Cell Control Register 04
GPTA_LTCXR04    0xF0001A24           Local Timer Cell X Register 04
GPTA_LTCCTR05   0xF0001A28           Local Timer Cell Control Register 05
GPTA_LTCXR05    0xF0001A2C           Local Timer Cell X Register 05
GPTA_LTCCTR06   0xF0001A30           Local Timer Cell Control Register 06
GPTA_LTCXR06    0xF0001A34           Local Timer Cell X Register 06
GPTA_LTCCTR07   0xF0001A38           Local Timer Cell Control Register 07
GPTA_LTCXR07    0xF0001A3C           Local Timer Cell X Register 07
GPTA_LTCCTR08   0xF0001A40           Local Timer Cell Control Register 08
GPTA_LTCXR08    0xF0001A44           Local Timer Cell X Register 08
GPTA_LTCCTR09   0xF0001A48           Local Timer Cell Control Register 09
GPTA_LTCXR09    0xF0001A4C           Local Timer Cell X Register 09
GPTA_LTCCTR10   0xF0001A50           Local Timer Cell Control Register 10
GPTA_LTCXR10    0xF0001A54           Local Timer Cell X Register 10
GPTA_LTCCTR11   0xF0001A58           Local Timer Cell Control Register 11
GPTA_LTCXR11    0xF0001A5C           Local Timer Cell X Register 11
GPTA_LTCCTR12   0xF0001A60           Local Timer Cell Control Register 12
GPTA_LTCXR12    0xF0001A64           Local Timer Cell X Register 12
GPTA_LTCCTR13   0xF0001A68           Local Timer Cell Control Register 13
GPTA_LTCXR13    0xF0001A6C           Local Timer Cell X Register 13
GPTA_LTCCTR14   0xF0001A70           Local Timer Cell Control Register 14
GPTA_LTCXR14    0xF0001A74           Local Timer Cell X Register 14
GPTA_LTCCTR15   0xF0001A78           Local Timer Cell Control Register 15
GPTA_LTCXR15    0xF0001A7C           Local Timer Cell X Register 15
GPTA_LTCCTR16   0xF0001A80           Local Timer Cell Control Register 16
GPTA_LTCXR16    0xF0001A84           Local Timer Cell X Register 16
GPTA_LTCCTR17   0xF0001A88           Local Timer Cell Control Register 17
GPTA_LTCXR17    0xF0001A8C           Local Timer Cell X Register 17
GPTA_LTCCTR18   0xF0001A90           Local Timer Cell Control Register 18
GPTA_LTCXR18    0xF0001A94           Local Timer Cell X Register 18
GPTA_LTCCTR19   0xF0001A98           Local Timer Cell Control Register 19
GPTA_LTCXR19    0xF0001A9C           Local Timer Cell X Register 19
GPTA_LTCCTR20   0xF0001AA0           Local Timer Cell Control Register 20
GPTA_LTCXR20    0xF0001AA4           Local Timer Cell X Register 20
GPTA_LTCCTR21   0xF0001AA8           Local Timer Cell Control Register 21
GPTA_LTCXR21    0xF0001AAC           Local Timer Cell X Register 21
GPTA_LTCCTR22   0xF0001AB0           Local Timer Cell Control Register 22
GPTA_LTCXR22    0xF0001AB4           Local Timer Cell X Register 22
GPTA_LTCCTR23   0xF0001AB8           Local Timer Cell Control Register 23
GPTA_LTCXR23    0xF0001ABC           Local Timer Cell X Register 23
GPTA_LTCCTR24   0xF0001AC0           Local Timer Cell Control Register 24
GPTA_LTCXR24    0xF0001AC4           Local Timer Cell X Register 24
GPTA_LTCCTR25   0xF0001AC8           Local Timer Cell Control Register 25
GPTA_LTCXR25    0xF0001ACC           Local Timer Cell X Register 25
GPTA_LTCCTR26   0xF0001AD0           Local Timer Cell Control Register 26
GPTA_LTCXR26    0xF0001AD4           Local Timer Cell X Register 26
GPTA_LTCCTR27   0xF0001AD8           Local Timer Cell Control Register 27
GPTA_LTCXR27    0xF0001ADC           Local Timer Cell X Register 27
GPTA_LTCCTR28   0xF0001AE0           Local Timer Cell Control Register 28
GPTA_LTCXR28    0xF0001AE4           Local Timer Cell X Register 28
GPTA_LTCCTR29   0xF0001AE8           Local Timer Cell Control Register 29
GPTA_LTCXR29    0xF0001AEC           Local Timer Cell X Register 29
GPTA_LTCCTR30   0xF0001AF0           Local Timer Cell Control Register 30
GPTA_LTCXR30    0xF0001AF4           Local Timer Cell X Register 30
GPTA_LTCCTR31   0xF0001AF8           Local Timer Cell Control Register 31
GPTA_LTCXR31    0xF0001AFC           Local Timer Cell X Register 31
GPTA_LTCCTR32   0xF0001B00           Local Timer Cell Control Register 32
GPTA_LTCXR32    0xF0001B04           Local Timer Cell X Register 32
GPTA_LTCCTR33   0xF0001B08           Local Timer Cell Control Register 33
GPTA_LTCXR33    0xF0001B0C           Local Timer Cell X Register 33
GPTA_LTCCTR34   0xF0001B10           Local Timer Cell Control Register 34
GPTA_LTCXR34    0xF0001B14           Local Timer Cell X Register 34
GPTA_LTCCTR35   0xF0001B18           Local Timer Cell Control Register 35
GPTA_LTCXR35    0xF0001B1C           Local Timer Cell X Register 35
GPTA_LTCCTR36   0xF0001B20           Local Timer Cell Control Register 36
GPTA_LTCXR36    0xF0001B24           Local Timer Cell X Register 36
GPTA_LTCCTR37   0xF0001B28           Local Timer Cell Control Register 37
GPTA_LTCXR37    0xF0001B2C           Local Timer Cell X Register 36
GPTA_LTCCTR38   0xF0001B30           Local Timer Cell Control Register 38
GPTA_LTCXR38    0xF0001B34           Local Timer Cell X Register 38
GPTA_LTCCTR39   0xF0001B38           Local Timer Cell Control Register 39
GPTA_LTCXR39    0xF0001B3C           Local Timer Cell X Register 39
GPTA_LTCCTR40   0xF0001B40           Local Timer Cell Control Register 40
GPTA_LTCXR40    0xF0001B44           Local Timer Cell X Register 40
GPTA_LTCCTR41   0xF0001B48           Local Timer Cell Control Register 41
GPTA_LTCXR41    0xF0001B4C           Local Timer Cell X Register 41
GPTA_LTCCTR42   0xF0001B50           Local Timer Cell Control Register 42
GPTA_LTCXR42    0xF0001B54           Local Timer Cell X Register 42
GPTA_LTCCTR43   0xF0001B58           Local Timer Cell Control Register 43
GPTA_LTCXR43    0xF0001B5C           Local Timer Cell X Register 43
GPTA_LTCCTR44   0xF0001B60           Local Timer Cell Control Register 44
GPTA_LTCXR44    0xF0001B64           Local Timer Cell X Register 44
GPTA_LTCCTR45   0xF0001B68           Local Timer Cell Control Register 45
GPTA_LTCXR45    0xF0001B6C           Local Timer Cell X Register 45
GPTA_LTCCTR46   0xF0001B70           Local Timer Cell Control Register 46
GPTA_LTCXR46    0xF0001B74           Local Timer Cell X Register 46
GPTA_LTCCTR47   0xF0001B78           Local Timer Cell Control Register 47
GPTA_LTCXR47    0xF0001B7C           Local Timer Cell X Register 47
GPTA_LTCCTR48   0xF0001B80           Local Timer Cell Control Register 48
GPTA_LTCXR48    0xF0001B84           Local Timer Cell X Register 48
GPTA_LTCCTR49   0xF0001B88           Local Timer Cell Control Register 49
GPTA_LTCXR49    0xF0001B8C           Local Timer Cell X Register 49
GPTA_LTCCTR50   0xF0001B90           Local Timer Cell Control Register 50
GPTA_LTCXR50    0xF0001B94           Local Timer Cell X Register 50
GPTA_LTCCTR51   0xF0001B98           Local Timer Cell Control Register 51
GPTA_LTCXR51    0xF0001B9C           Local Timer Cell X Register 51
GPTA_LTCCTR52   0xF0001BA0           Local Timer Cell Control Register 52
GPTA_LTCXR52    0xF0001BA4           Local Timer Cell X Register 52
GPTA_LTCCTR53   0xF0001BA8           Local Timer Cell Control Register 53
GPTA_LTCXR53    0xF0001BAC           Local Timer Cell X Register 53
GPTA_LTCCTR54   0xF0001BB0           Local Timer Cell Control Register 54
GPTA_LTCXR54    0xF0001BB4           Local Timer Cell X Register 54
GPTA_LTCCTR55   0xF0001BB8           Local Timer Cell Control Register 55
GPTA_LTCXR55    0xF0001BBC           Local Timer Cell X Register 55
GPTA_LTCCTR56   0xF0001BC0           Local Timer Cell Control Register 56
GPTA_LTCXR56    0xF0001BC4           Local Timer Cell X Register 56
GPTA_LTCCTR57   0xF0001BC8           Local Timer Cell Control Register 57
GPTA_LTCXR57    0xF0001BCC           Local Timer Cell X Register 57
GPTA_LTCCTR58   0xF0001BD0           Local Timer Cell Control Register 58
GPTA_LTCXR58    0xF0001BD4           Local Timer Cell X Register 58
GPTA_LTCCTR59   0xF0001BD8           Local Timer Cell Control Register 59
GPTA_LTCXR59    0xF0001BDC           Local Timer Cell X Register 59
GPTA_LTCCTR60   0xF0001BE0           Local Timer Cell Control Register 60
GPTA_LTCXR60    0xF0001BE4           Local Timer Cell X Register 60
GPTA_LTCCTR61   0xF0001BE8           Local Timer Cell Control Register 61
GPTA_LTCXR61    0xF0001BEC           Local Timer Cell X Register 61
GPTA_LTCCTR62   0xF0001BF0           Local Timer Cell Control Register 62
GPTA_LTCXR62    0xF0001BF4           Local Timer Cell X Register 62
GPTA_LTCCTR63   0xF0001BF8           Local Timer Cell Control Register 63
GPTA_LTCXR63    0xF0001BFC           Local Timer Cell X Register 63
GPTA_SRC53      0xF0001F28           GPTA Service Request Control Register 53
GPTA_SRC52      0xF0001F2C           GPTA Service Request Control Register 52
GPTA_SRC51      0xF0001F30           GPTA Service Request Control Register 51
GPTA_SRC50      0xF0001F34           GPTA Service Request Control Register 50
GPTA_SRC49      0xF0001F38           GPTA Service Request Control Register 49
GPTA_SRC48      0xF0001F3C           GPTA Service Request Control Register 48
GPTA_SRC47      0xF0001F40           GPTA Service Request Control Register 47
GPTA_SRC46      0xF0001F44           GPTA Service Request Control Register 46
GPTA_SRC45      0xF0001F48           GPTA Service Request Control Register 45
GPTA_SRC44      0xF0001F4C           GPTA Service Request Control Register 44
GPTA_SRC43      0xF0001F50           GPTA Service Request Control Register 43
GPTA_SRC42      0xF0001F54           GPTA Service Request Control Register 42
GPTA_SRC41      0xF0001F58           GPTA Service Request Control Register 41
GPTA_SRC40      0xF0001F5C           GPTA Service Request Control Register 40
GPTA_SRC39      0xF0001F60           GPTA Service Request Control Register 39
GPTA_SRC38      0xF0001F64           GPTA Service Request Control Register 38
GPTA_SRC37      0xF0001F68           GPTA Service Request Control Register 37
GPTA_SRC36      0xF0001F6C           GPTA Service Request Control Register 36
GPTA_SRC35      0xF0001F70           GPTA Service Request Control Register 35
GPTA_SRC34      0xF0001F74           GPTA Service Request Control Register 34
GPTA_SRC33      0xF0001F78           GPTA Service Request Control Register 33
GPTA_SRC32      0xF0001F7C           GPTA Service Request Control Register 32
GPTA_SRC31      0xF0001F80           GPTA Service Request Control Register 31
GPTA_SRC30      0xF0001F84           GPTA Service Request Control Register 30
GPTA_SRC29      0xF0001F88           GPTA Service Request Control Register 29
GPTA_SRC28      0xF0001F8C           GPTA Service Request Control Register 28
GPTA_SRC27      0xF0001F90           GPTA Service Request Control Register 27
GPTA_SRC26      0xF0001F94           GPTA Service Request Control Register 26
GPTA_SRC25      0xF0001F98           GPTA Service Request Control Register 25
GPTA_SRC24      0xF0001F9C           GPTA Service Request Control Register 24
GPTA_SRC23      0xF0001FA0           GPTA Service Request Control Register 23
GPTA_SRC22      0xF0001FA4           GPTA Service Request Control Register 22
GPTA_SRC21      0xF0001FA8           GPTA Service Request Control Register 21
GPTA_SRC20      0xF0001FAC           GPTA Service Request Control Register 20
GPTA_SRC19      0xF0001FB0           GPTA Service Request Control Register 19
GPTA_SRC18      0xF0001FB4           GPTA Service Request Control Register 18
GPTA_SRC17      0xF0001FB8           GPTA Service Request Control Register 17
GPTA_SRC16      0xF0001FBC           GPTA Service Request Control Register 16
GPTA_SRC15      0xF0001FC0           GPTA Service Request Control Register 15
GPTA_SRC14      0xF0001FC4           GPTA Service Request Control Register 14
GPTA_SRC13      0xF0001FC8           GPTA Service Request Control Register 13
GPTA_SRC12      0xF0001FCC           GPTA Service Request Control Register 12
GPTA_SRC11      0xF0001FD0           GPTA Service Request Control Register 11
GPTA_SRC10      0xF0001FD4           GPTA Service Request Control Register 10
GPTA_SRC09      0xF0001FD8           GPTA Service Request Control Register 09
GPTA_SRC08      0xF0001FDC           GPTA Service Request Control Register 08
GPTA_SRC07      0xF0001FE0           GPTA Service Request Control Register 07
GPTA_SRC06      0xF0001FE4           GPTA Service Request Control Register 06
GPTA_SRC05      0xF0001FE8           GPTA Service Request Control Register 05
GPTA_SRC04      0xF0001FEC           GPTA Service Request Control Register 04
GPTA_SRC03      0xF0001FF0           GPTA Service Request Control Register 03
GPTA_SRC02      0xF0001FF4           GPTA Service Request Control Register 02
GPTA_SRC01      0xF0001FF8           GPTA Service Request Control Register 01
GPTA_SRC00      0xF0001FFC           GPTA Service Request Control Register 00
ADC0_CLC        0xF0002200           ADC0 Clock Control Register
ADC0_ID         0xF0002208           ADC0 Module Identification Register
ADC0_CHCON0     0xF0002210           ADC0 Channel Control Register 0
ADC0_CHCON1     0xF0002214           ADC0 Channel Control Register 1
ADC0_CHCON2     0xF0002218           ADC0 Channel Control Register 2
ADC0_CHCON3     0xF000221C           ADC0 Channel Control Register 3
ADC0_CHCON4     0xF0002220           ADC0 Channel Control Register 4
ADC0_CHCON5     0xF0002224           ADC0 Channel Control Register 5
ADC0_CHCON6     0xF0002228           ADC0 Channel Control Register 6
ADC0_CHCON7     0xF000222C           ADC0 Channel Control Register 7
ADC0_CHCON8     0xF0002230           ADC0 Channel Control Register 8
ADC0_CHCON9     0xF0002234           ADC0 Channel Control Register 9
ADC0_CHCON10    0xF0002238           ADC0 Channel Control Register 10
ADC0_CHCON11    0xF000223C           ADC0 Channel Control Register 11
ADC0_CHCON12    0xF0002240           ADC0 Channel Control Register 12
ADC0_CHCON13    0xF0002244           ADC0 Channel Control Register 13
ADC0_CHCON14    0xF0002248           ADC0 Channel Control Register 14
ADC0_CHCON15    0xF000224C           ADC0 Channel Control Register 15
ADC0_EXEV       0xF0002274           ADC0 Source External Event Control Register
ADC0_TEV        0xF0002278           ADC0 Source Timer Event Control Register
ADC0_QEV        0xF000227C           ADC0 Source Queue Event Control Register
ADC0_EXEVC      0xF0002280           ADC0 External Event Control Register
ADC0_AP         0xF0002284           ADC0 Arbitration Participation Register
ADC0_SAL        0xF0002288           ADC0 Source Arbitration Level Register
ADC0_TTC        0xF000228C           ADC0 Timer Trigger Control Register
ADC0_EXTC0      0xF0002290           ADC0 External Trigger Control Register 0
ADC0_EXTC1      0xF0002294           ADC0 External Trigger Control Register 1
ADC0_SCON       0xF0002298           ADC0 Source Control Register
ADC0_LCCON0     0xF0002300           ADC0 Limit Check Control Register 0
ADC0_LCCON1     0xF0002304           ADC0 Limit Check Control Register 1
ADC0_LCCON2     0xF0002308           ADC0 Limit Check Control Register 2
ADC0_LCCON3     0xF000230C           ADC0 Limit Check Control Register 3
ADC0_TCON       0xF0002314           ADC0 Timer Control Register
ADC0_CHIN       0xF0002318           ADC0 Channel Injection Register
ADC0_QR         0xF000231C           ADC0 Queue Register
ADC0_CON        0xF0002320           ADC0 Converter Control Register
ADC0_SCN        0xF0002324           ADC0 Auto Scan Control Register
ADC0_REQ0       0xF0002328           ADC0 Conversion Request Register SW0
ADC0_CHSTAT0    0xF0002330           ADC0 Channel Status Register 0
ADC0_CHSTAT1    0xF0002334           ADC0 Channel Status Register 1
ADC0_CHSTAT2    0xF0002338           ADC0 Channel Status Register 2
ADC0_CHSTAT3    0xF000233C           ADC0 Channel Status Register 3
ADC0_CHSTAT4    0xF0002340           ADC0 Channel Status Register 4
ADC0_CHSTAT5    0xF0002344           ADC0 Channel Status Register 5
ADC0_CHSTAT6    0xF0002348           ADC0 Channel Status Register 6
ADC0_CHSTAT7    0xF000234C           ADC0 Channel Status Register 7
ADC0_CHSTAT8    0xF0002350           ADC0 Channel Status Register 8
ADC0_CHSTAT9    0xF0002354           ADC0 Channel Status Register 9
ADC0_CHSTAT10   0xF0002358           ADC0 Channel Status Register 10
ADC0_CHSTAT11   0xF000235C           ADC0 Channel Status Register 11
ADC0_CHSTAT12   0xF0002360           ADC0 Channel Status Register 12
ADC0_CHSTAT13   0xF0002364           ADC0 Channel Status Register 13
ADC0_CHSTAT14   0xF0002368           ADC0 Channel Status Register 14
ADC0_CHSTAT15   0xF000236C           ADC0 Channel Status Register 15
ADC_QUEUE0      0xF0002370           ADC0 Queue Status Register
ADC0_SW0CRP     0xF0002380           ADC0 Software SW0 Conversion Request Pending Register
ADC0_ASCRP      0xF0002388           ADC0 Auto Scan Conversion Request Pending Register
ADC0_SYSTAT     0xF0002390           ADC0 Synchronization Status Register
ADC0_TSTAT      0xF00023B0           ADC0 Timer Status Register
ADC0_STAT       0xF00023B4           ADC0 Converter Status Register
ADC0_TCRP       0xF00023B8           ADC0 Timer Conversion Request Pending Register
ADC0_EXCRP      0xF00023BC           ADC0 External Conversion Request Pending Register
ADC0_MSS0       0xF00023D0           ADC0 Service Request Status Register 0
ADC0_MSS1       0xF00023D4           ADC0 Service Request Status Register 1
ADC0_SRNP       0xF00023DC           ADC0 Service Request Node Pointer Register
ADC0_SRC3       0xF00023F0           ADC0 Service Request Control Register 3
ADC0_SRC2       0xF00023F4           ADC0 Service Request Control Register 2
ADC0_SRC1       0xF00023F8           ADC0 Service Request Control Register 1
ADC0_SRC0       0xF00023FC           ADC0 Service Request Control Register 0
ADC1_CHCON0     0xF0002410           ADC1 Channel Control Register 0
ADC1_CHCON1     0xF0002414           ADC1 Channel Control Register 1
ADC1_CHCON2     0xF0002418           ADC1 Channel Control Register 2
ADC1_CHCON3     0xF000241C           ADC1 Channel Control Register 3
ADC1_CHCON4     0xF0002420           ADC1 Channel Control Register 4
ADC1_CHCON5     0xF0002424           ADC1 Channel Control Register 5
ADC1_CHCON6     0xF0002428           ADC1 Channel Control Register 6
ADC1_CHCON7     0xF000242C           ADC1 Channel Control Register 7
ADC1_CHCON8     0xF0002430           ADC1 Channel Control Register 8
ADC1_CHCON9     0xF0002434           ADC1 Channel Control Register 9
ADC1_CHCON10    0xF0002438           ADC1 Channel Control Register 10
ADC1_CHCON11    0xF000243C           ADC1 Channel Control Register 11
ADC1_CHCON12    0xF0002440           ADC1 Channel Control Register 12
ADC1_CHCON13    0xF0002444           ADC1 Channel Control Register 13
ADC1_CHCON14    0xF0002448           ADC1 Channel Control Register 14
ADC1_CHCON15    0xF000244C           ADC1 Channel Control Register 15
ADC1_EXEV       0xF0002474           ADC0 Source External Event Control Register
ADC1_TEV        0xF0002478           ADC0 Source Timer Event Control Register
ADC1_QEV        0xF000247C           ADC0 Source Queue Event Control Register
ADC1_EXEVC      0xF0002480           ADC1 External Event Control Register
ADC1_AP         0xF0002484           ADC1 Arbitration Participation Register
ADC1_SAL        0xF0002488           ADC1 Source Arbitration Level Register
ADC1_TTC        0xF000248C           ADC1 Timer Trigger Control Register
ADC1_EXTC0      0xF0002490           ADC1 External Trigger Control Register 0
ADC1_EXTC1      0xF0002494           ADC1 External Trigger Control Register 1
ADC1_SCON       0xF0002498           ADC0 Source Control Register
ADC1_LCCON0     0xF0002500           ADC1 Limit Check Control Register 0
ADC1_LCCON1     0xF0002504           ADC1 Limit Check Control Register 1
ADC1_LCCON2     0xF0002508           ADC1 Limit Check Control Register 2
ADC1_LCCON3     0xF000250C           ADC1 Limit Check Control Register 3
ADC1_TCON       0xF0002514           ADC1 Timer Control Register
ADC1_CHIN       0xF0002518           ADC1 Channel Injection Register
ADC1_QR         0xF000251C           ADC1 Queue Register
ADC1_CON        0xF0002520           ADC1 Converter Control Register
ADC1_SCN        0xF0002524           ADC1 Auto Scan Control Register
ADC1_REQ0       0xF0002528           ADC1 Conversion Request Register SW0
ADC1_CHSTAT0    0xF0002530           ADC1 Channel Status Register 0
ADC1_CHSTAT1    0xF0002534           ADC1 Channel Status Register 1
ADC1_CHSTAT2    0xF0002538           ADC1 Channel Status Register 2
ADC1_CHSTAT3    0xF000253C           ADC1 Channel Status Register 3
ADC1_CHSTAT4    0xF0002540           ADC1 Channel Status Register 4
ADC1_CHSTAT5    0xF0002544           ADC1 Channel Status Register 5
ADC1_CHSTAT6    0xF0002548           ADC1 Channel Status Register 6
ADC1_CHSTAT7    0xF000254C           ADC1 Channel Status Register 7
ADC1_CHSTAT8    0xF0002550           ADC1 Channel Status Register 8
ADC1_CHSTAT9    0xF0002554           ADC1 Channel Status Register 9
ADC1_CHSTAT10   0xF0002558           ADC1 Channel Status Register 10
ADC1_CHSTAT11   0xF000255C           ADC1 Channel Status Register 11
ADC1_CHSTAT12   0xF0002560           ADC1 Channel Status Register 12
ADC1_CHSTAT13   0xF0002564           ADC1 Channel Status Register 13
ADC1_CHSTAT14   0xF0002568           ADC1 Channel Status Register 14
ADC1_CHSTAT15   0xF000256C           ADC1 Channel Status Register 15
ADC1_QUEUE0     0xF0002570           ADC1 Queue Status Register
ADC1_SW0CRP     0xF0002580           ADC1 Software SW0 Conversion Request Pending Register
ADC1_ASCRP      0xF0002588           ADC1 Auto Scan Conversion Request Pending Register
ADC1_SYSTAT     0xF0002590           ADC1 Synchronization Status Register
ADC1_TSTAT      0xF00025B0           ADC1 Timer Status Register
ADC1_STAT       0xF00025B4           ADC1 Converter Status Register
ADC1_TCRP       0xF00025B8           ADC1 Timer Conversion Request Pending Register
ADC1_EXCRP      0xF00025BC           ADC1 External Conversion Request Pending Register
ADC1_MSS0       0xF00025D0           ADC1 Service Request Status Register 0
ADC1_MSS1       0xF00025D4           ADC1 Service Request Status Register 1
ADC1_SRNP       0xF00025DC           ADC1 Service Request Node Pointer Register
ADC1_SRC3       0xF00025F0           ADC1 Service Request Control Register 3
ADC1_SRC2       0xF00025F4           ADC1 Service Request Control Register 2
ADC1_SRC1       0xF00025F8           ADC1 Service Request Control Register 1
ADC1_SRC0       0xF00025FC           ADC1 Service Request Control Register 0
P0_OUT          0xF0002810           Port 0 Data Output Register
P0_IN           0xF0002814           Port 0 Data Input Register
P0_DIR          0xF0002818           Port 0 Direction Register
P0_OD           0xF000281C           Port 0 Open Drain Mode Register
P0_PUDSEL       0xF0002828           Port 0 Pull-up/Pull-down Select Register
P0_PUDEN        0xF000282C           Port 0 Pull-up/Pull-down Enable Register
P0_POCON        0xF0002830           Port 0 Output Characteristic Control Register 0
P0_PICON        0xF0002840           Port 0 Input Configuration Register
P0_ALTSEL0      0xF0002844           Port 0 Alternate Select Register 0
P0_ALTSEL1      0xF0002848           Port 0 Alternate Select Register 0
P1_OUT          0xF0002910           Port 1 Data Output Register
P1_IN           0xF0002914           Port 1 Data Input Register
P1_DIR          0xF0002918           Port 1 Direction Register
P1_OD           0xF000291C           Port 1 Open Drain Mode Register
P1_PUDSEL       0xF0002928           Port 1 Pull-up/Pull-down Select Register
P1_PUDEN        0xF000292C           Port 1 Pull-up/Pull-down Enable Register
P1_POCON        0xF0002930           Port 1 Output Characteristic Control Register 0
P1_PICON        0xF0002940           Port 1 Input Configuration Register
P2_OUT          0xF0002A10           Port 2 Data Output Register
P2_IN           0xF0002A14           Port 2 Data Input Register
P2_DIR          0xF0002A18           Port 2 Direction Register
P2_OD           0xF0002A1C           Port 2 Open Drain Mode Register
P2_PUDSEL       0xF0002A28           Port 2 Pull-up/Pull-down Select Register
P2_PUDEN        0xF0002A2C           Port 2 Pull-up/Pull-down Enable Register
P2_POCON        0xF0002A30           Port 2 Output Characteristic Control Register 0
P2_PICON        0xF0002A40           Port 2 Input Configuration Register
P3_OUT          0xF0002B10           Port 3 Data Output Register
P3_IN           0xF0002B14           Port 3 Data Input Register
P3_DIR          0xF0002B18           Port 3 Direction Register
P3_OD           0xF0002B1C           Port 3 Open Drain Mode Register
P3_PUDSEL       0xF0002B28           Port 3 Pull-up/Pull-down Select Register
P3_PUDEN        0xF0002B2C           Port 3 Pull-up/Pull-down Enable Register
P3_POCON        0xF0002B30           Port 3 Output Characteristic Control Register 0
P3_PICON        0xF0002B40           Port 3 Input Configuration Register
P4_OUT          0xF0002C10           Port 4 Data Output Register
P4_IN           0xF0002C14           Port 4 Data Input Register
P4_DIR          0xF0002C18           Port 4 Direction Register
P4_OD           0xF0002C1C           Port 4 Open Drain Mode Register
P4_PUDSEL       0xF0002C28           Port 4 Pull-up/Pull-down Select Register
P4_PUDEN        0xF0002C2C           Port 4 Pull-up/Pull-down Enable Register
P4_POCON        0xF0002C30           Port 4 Output Characteristic Control Register 0
P4_PICON        0xF0002C40           Port 4 Input Configuration Register
P5_OUT          0xF0002D10           Port 5 Data Output Register
P5_IN           0xF0002D14           Port 5 Data Input Register
P5_DIR          0xF0002D18           Port 5 Direction Register
P5_OD           0xF0002D1C           Port 5 Open Drain Mode Register
P5_PUDSEL       0xF0002D28           Port 5 Pull-up/Pull-down Select Register
P5_PUDEN        0xF0002D2C           Port 5 Pull-up/Pull-down Enable Register
P5_POCON        0xF0002D30           Port 5 Output Characteristic Control Register 0
P5_PICON        0xF0002D40           Port 5 Input Configuration Register
P5_ALTSEL0      0xF0002D44           Port 5 Alternate Select Register 0
DMA_CLC         0xF0003C00           DMA Clock Control Register
DMA_ID          0xF0003C08           DMA Controller Identification Register
DMA_GCTR        0xF0003C10           Global Control and Status Register
DMA_CSR00       0xF0003C20           Control and Status Register 00
DMA_OTC00       0xF0003C24           Control Register 00
DMA_SSA00       0xF0003C28           Source Start Address Register 00
DMA_SEA00       0xF0003C2C           Source End Address Register 00
DMA_DSA00       0xF0003C30           Destination Start Address Register 00
DMA_DEA00       0xF0003C34           Destination End Address Register 00
DMA_CSR01       0xF0003C40           Control and Status Register 01
DMA_OTC01       0xF0003C44           Control Register 01
DMA_SSA01       0xF0003C48           Source Start Address Register 01
DMA_SEA01       0xF0003C4C           Source End Address Register 01
DMA_DSA01       0xF0003C50           Destination Start Address Register 01
DMA_DEA01       0xF0003C54           Destination End Address Register 01
DMA_CSR02       0xF0003C60           Control and Status Register 02
DMA_OTC02       0xF0003C64           Control Register 02
DMA_SSA02       0xF0003C68           Source Start Address Register 02
DMA_SEA02       0xF0003C6C           Source End Address Register 02
DMA_DSA02       0xF0003C70           Destination Start Address Register 02
DMA_DEA02       0xF0003C74           Destination End Address Register 02
DMA_CSR03       0xF0003C80           Control and Status Register 03
DMA_OTC03       0xF0003C84           Control Register 03
DMA_SSA03       0xF0003C88           Source Start Address Register 03
DMA_SEA03       0xF0003C8C           Source End Address Register 03
DMA_DSA03       0xF0003C90           Destination Start Address Register 03
DMA_DEA03       0xF0003C94           Destination End Address Register 03
DMA_CSR10       0xF0003CA0           Control and Status Register 10
DMA_OTC10       0xF0003CA4           Control Register 10
DMA_SSA10       0xF0003CA8           Source Start Address Register 10
DMA_SEA10       0xF0003CAC           Source End Address Register 10
DMA_DSA10       0xF0003CB0           Destination Start Address Register 10
DMA_DEA10       0xF0003CB4           Destination End Address Register 10
DMA_CSR11       0xF0003CC0           Control and Status Register 11
DMA_OTC11       0xF0003CC4           Control Register 11
DMA_SSA11       0xF0003CC8           Source Start Address Register 11
DMA_SEA11       0xF0003CCC           Source End Address Register 11
DMA_DSA11       0xF0003CD0           Destination Start Address Register 11
DMA_DEA11       0xF0003CD4           Destination End Address Register 11
DMA_CSR12       0xF0003CE0           Control and Status Register 12
DMA_OTC12       0xF0003CE4           Control Register 12
DMA_SSA12       0xF0003CE8           Source Start Address Register 12
DMA_SEA12       0xF0003CEC           Source End Address Register 12
DMA_DSA12       0xF0003CF0           Destination Start Address Register 12
DMA_DEA12       0xF0003CF4           Destination End Address Register 12
DMA_CSR13       0xF0003D00           Control and Status Register 13
DMA_OTC13       0xF0003D04           Control Register 13
DMA_SSA13       0xF0003D08           Source Start Address Register 13
DMA_SEA13       0xF0003D0C           Source End Address Register 13
DMA_DSA13       0xF0003D10           Destination Start Address Register 13
DMA_DEA13       0xF0003D14           Destination End Address Register 13
DMA_SRC7        0xF0003DE0           DMA Service Request Control Register 7
DMA_SRC6        0xF0003DE4           DMA Service Request Control Register 6
DMA_SRC5        0xF0003DE8           DMA Service Request Control Register 5
DMA_SRC4        0xF0003DEC           DMA Service Request Control Register 4
DMA_SRC3        0xF0003DF0           DMA Service Request Control Register 3
DMA_SRC2        0xF0003DF4           DMA Service Request Control Register 2
DMA_SRC1        0xF0003DF8           DMA Service Request Control Register 1
DMA_SRC0        0xF0003DFC           DMA Service Request Control Register 0
CAN_CLC         0xF0100000           CAN Clock Control Register
CAN_ID          0xF0100008           CAN Module Identification Register
CAN_ACR         0xF0100200           CAN Node A Control Register
CAN_ASR         0xF0100204           CAN Node A Status Register
CAN_AIR         0xF0100208           CAN Node A Interrupt Pending Register
CAN_ABTR        0xF010020C           CAN Node A Bit Timing Register
CAN_AGINP       0xF0100210           CAN Node A Global Interrupt Node Pointer Register
CAN_AFCR        0xF0100214           CAN Node A Frame Counter Register
CAN_AIMR0       0xF0100218           CAN Node A INTID Mask Register 0
CAN_AIMR4       0xF010021C           CAN Node A INTID Mask Register 4
CAN_AECNT       0xF0100220           CAN Node A Error Counter Register
CAN_BCR         0xF0100240           CAN Node B Control Register
CAN_BSR         0xF0100244           CAN Node B Status Register
CAN_BIR         0xF0100248           CAN Node B Interrupt Pending Register
CAN_BBTR        0xF010024C           CAN Node B Bit Timing Register
CAN_BGINP       0xF0100250           CAN Node B Global Interrupt Node Pointer Register
CAN_BFCR        0xF0100254           CAN Node B Frame Counter Register
CAN_BIMR0       0xF0100258           CAN Node B INTID Mask Register 0
CAN_BIMR4       0xF010025C           CAN Node B INTID Mask Register 4
CAN_BECNT       0xF0100260           CAN Node B Error Counter Register
CAN_RXIPND      0xF0100284           CAN Receive Interrupt Pending Register
CAN_TXIPND      0xF0100288           CAN Transmit Interrupt Pending Register
CAN_MSGDR00     0xF0100300           CAN Message Object 0 Data Register 0
CAN_MSGDR04     0xF0100304           CAN Message Object 0 Data Register 4
CAN_MSGAR0      0xF0100308           CAN Message Object 0 Arbitration Register
CAN_MSGAMR0     0xF010030C           CAN Message Object 0 Acceptance Mask Register
CAN_MSGCTR0     0xF0100310           CAN Message Object 0 Message Control Register
CAN_MSGCFG0     0xF0100314           CAN Message Object 0 Message Configuration Register
CAN_MSGFGCR0    0xF0100318           CAN Message Object 0 FIFO/Gateway Control Register
CAN_MSGDR10     0xF0100320           CAN Message Object 1 Data Register 0
CAN_MSGDR14     0xF0100324           CAN Message Object 1 Data Register 4
CAN_MSGAR1      0xF0100328           CAN Message Object 1 Arbitration Register
CAN_MSGAMR1     0xF010032C           CAN Message Object 1 Acceptance Mask Register
CAN_MSGCTR1     0xF0100330           CAN Message Object 1 Message Control Register
CAN_MSGCFG1     0xF0100334           CAN Message Object 1 Message Configuration Register
CAN_MSGFGCR1    0xF0100338           CAN Message Object 1 FIFO/Gateway Control Register
CAN_MSGDR20     0xF0100340           CAN Message Object 2 Data Register 0
CAN_MSGDR24     0xF0100344           CAN Message Object 2 Data Register 4
CAN_MSGAR2      0xF0100348           CAN Message Object 2 Arbitration Register
CAN_MSGAMR2     0xF010034C           CAN Message Object 2 Acceptance Mask Register
CAN_MSGCTR2     0xF0100350           CAN Message Object 2 Message Control Register
CAN_MSGCFG2     0xF0100354           CAN Message Object 2 Message Configuration Register
CAN_MSGFGCR2    0xF0100358           CAN Message Object 2 FIFO/Gateway Control Register
CAN_MSGDR30     0xF0100360           CAN Message Object 3 Data Register 0
CAN_MSGDR34     0xF0100364           CAN Message Object 3 Data Register 4
CAN_MSGAR3      0xF0100368           CAN Message Object 3 Arbitration Register
CAN_MSGAMR3     0xF010036C           CAN Message Object 3 Acceptance Mask Register
CAN_MSGCTR3     0xF0100370           CAN Message Object 3 Message Control Register
CAN_MSGCFG3     0xF0100374           CAN Message Object 3 Message Configuration Register
CAN_MSGFGCR3    0xF0100378           CAN Message Object 3 FIFO/Gateway Control Register
CAN_MSGDR40     0xF0100380           CAN Message Object 4 Data Register 0
CAN_MSGDR44     0xF0100384           CAN Message Object 0 Data Register 4
CAN_MSGAR4      0xF0100388           CAN Message Object 4 Arbitration Register
CAN_MSGAMR4     0xF010038C           CAN Message Object 4 Acceptance Mask Register
CAN_MSGCTR4     0xF0100390           CAN Message Object 4 Message Control Register
CAN_MSGCFG4     0xF0100394           CAN Message Object 4 Message Configuration Register
CAN_MSGFGCR4    0xF0100398           CAN Message Object 4 FIFO/Gateway Control Register
CAN_MSGDR50     0xF01003A0           CAN Message Object 5 Data Register 0
CAN_MSGDR54     0xF01003A4           CAN Message Object 5 Data Register 4
CAN_MSGAR5      0xF01003A8           CAN Message Object 5 Arbitration Register
CAN_MSGAMR5     0xF01003AC           CAN Message Object 5 Acceptance Mask Register
CAN_MSGCTR5     0xF01003B0           CAN Message Object 5 Message Control Register
CAN_MSGCFG5     0xF01003B4           CAN Message Object 5 Message Configuration Register
CAN_MSGFGCR5    0xF01003B8           CAN Message Object 5 FIFO/Gateway Control Register
CAN_MSGDR60     0xF01003C0           CAN Message Object 6 Data Register 0
CAN_MSGDR64     0xF01003C4           CAN Message Object 6 Data Register 4
CAN_MSGAR6      0xF01003C8           CAN Message Object 6 Arbitration Register
CAN_MSGAMR6     0xF01003CC           CAN Message Object 6 Acceptance Mask Register
CAN_MSGCTR6     0xF01003D0           CAN Message Object 6 Message Control Register
CAN_MSGCFG6     0xF01003D4           CAN Message Object 6 Message Configuration Register
CAN_MSGFGCR6    0xF01003D8           CAN Message Object 6 FIFO/Gateway Control Register
CAN_MSGDR70     0xF01003E0           CAN Message Object 7 Data Register 0
CAN_MSGDR74     0xF01003E4           CAN Message Object 7 Data Register 4
CAN_MSGAR7      0xF01003E8           CAN Message Object 7 Arbitration Register
CAN_MSGAMR7     0xF01003EC           CAN Message Object 7 Acceptance Mask Register
CAN_MSGCTR7     0xF01003F0           CAN Message Object 7 Message Control Register
CAN_MSGCFG7     0xF01003F4           CAN Message Object 7 Message Configuration Register
CAN_MSGFGCR7    0xF01003F8           CAN Message Object 7 FIFO/Gateway Control Register
CAN_MSGDR80     0xF0100400           CAN Message Object 8 Data Register 0
CAN_MSGDR84     0xF0100404           CAN Message Object 8 Data Register 4
CAN_MSGAR8      0xF0100408           CAN Message Object 8 Arbitration Register
CAN_MSGAMR8     0xF010040C           CAN Message Object 8 Acceptance Mask Register
CAN_MSGCTR8     0xF0100410           CAN Message Object 8 Message Control Register
CAN_MSGCFG8     0xF0100414           CAN Message Object 8 Message Configuration Register
CAN_MSGFGCR8    0xF0100418           CAN Message Object 8 FIFO/Gateway Control Register
CAN_MSGDR90     0xF0100420           CAN Message Object 9 Data Register 0
CAN_MSGDR94     0xF0100424           CAN Message Object 9 Data Register 4
CAN_MSGAR9      0xF0100428           CAN Message Object 9 Arbitration Register
CAN_MSGAMR9     0xF010042C           CAN Message Object 9 Acceptance Mask Register
CAN_MSGCTR9     0xF0100430           CAN Message Object 9 Message Control Register
CAN_MSGCFG9     0xF0100434           CAN Message Object 9 Message Configuration Register
CAN_MSGFGCR9    0xF0100438           CAN Message Object 9 FIFO/Gateway Control Register
CAN_MSGDR100    0xF0100440           CAN Message Object 10 Data Register 0
CAN_MSGDR104    0xF0100444           CAN Message Object 10 Data Register 4
CAN_MSGAR10     0xF0100448           CAN Message Object 10 Arbitration Register
CAN_MSGAMR10    0xF010044C           CAN Message Object 10 Acceptance Mask Register
CAN_MSGCTR10    0xF0100450           CAN Message Object 10 Message Control Register
CAN_MSGCFG10    0xF0100454           CAN Message Object 10 Message Configuration Register
CAN_MSGFGCR10   0xF0100458           CAN Message Object 10 FIFO/Gateway Control Register
CAN_MSGDR110    0xF0100460           CAN Message Object 11 Data Register 0
CAN_MSGDR114    0xF0100464           CAN Message Object 11 Data Register 4
CAN_MSGAR11     0xF0100468           CAN Message Object 11 Arbitration Register
CAN_MSGAMR11    0xF010046C           CAN Message Object 11 Acceptance Mask Register
CAN_MSGCTR11    0xF0100470           CAN Message Object 11 Message Control Register
CAN_MSGCFG11    0xF0100474           CAN Message Object 11 Message Configuration Register
CAN_MSGFGCR11   0xF0100478           CAN Message Object 11 FIFO/Gateway Control Register
CAN_MSGDR120    0xF0100480           CAN Message Object 12 Data Register 0
CAN_MSGDR124    0xF0100484           CAN Message Object 12 Data Register 4
CAN_MSGAR12     0xF0100488           CAN Message Object 12 Arbitration Register
CAN_MSGAMR12    0xF010048C           CAN Message Object 12 Acceptance Mask Register
CAN_MSGCTR12    0xF0100490           CAN Message Object 12 Message Control Register
CAN_MSGCFG12    0xF0100494           CAN Message Object 12 Message Configuration Register
CAN_MSGFGCR12   0xF0100498           CAN Message Object 12 FIFO/Gateway Control Register
CAN_MSGDR130    0xF01004A0           CAN Message Object 13 Data Register 0
CAN_MSGDR134    0xF01004A4           CAN Message Object 13 Data Register 4
CAN_MSGAR13     0xF01004A8           CAN Message Object 13 Arbitration Register
CAN_MSGAMR13    0xF01004AC           CAN Message Object 13 Acceptance Mask Register
CAN_MSGCTR13    0xF01004B0           CAN Message Object 13 Message Control Register
CAN_MSGCFG13    0xF01004B4           CAN Message Object 13 Message Configuration Register
CAN_MSGFGCR13   0xF01004B8           CAN Message Object 13 FIFO/Gateway Control Register
CAN_MSGDR140    0xF01004C0           CAN Message Object 14 Data Register 0
CAN_MSGDR144    0xF01004C4           CAN Message Object 14 Data Register 4
CAN_MSGAR14     0xF01004C8           CAN Message Object 14 Arbitration Register
CAN_MSGAMR14    0xF01004CC           CAN Message Object 14 Acceptance Mask Register
CAN_MSGCTR14    0xF01004D0           CAN Message Object 14 Message Control Register
CAN_MSGCFG14    0xF01004D4           CAN Message Object 14 Message Configuration Register
CAN_MSGFGCR14   0xF01004D8           CAN Message Object 14 FIFO/Gateway Control Register
CAN_MSGDR150    0xF01004E0           CAN Message Object 15 Data Register 0
CAN_MSGDR154    0xF01004E4           CAN Message Object 15 Data Register 4
CAN_MSGAR15     0xF01004E8           CAN Message Object 15 Arbitration Register
CAN_MSGAMR15    0xF01004EC           CAN Message Object 15 Acceptance Mask Register
CAN_MSGCTR15    0xF01004F0           CAN Message Object 15 Message Control Register
CAN_MSGCFG15    0xF01004F4           CAN Message Object 15 Message Configuration Register
CAN_MSGFGCR15   0xF01004F8           CAN Message Object 15 FIFO/Gateway Control Register
CAN_MSGDR160    0xF0100500           CAN Message Object 16 Data Register 0
CAN_MSGDR164    0xF0100504           CAN Message Object 16 Data Register 4
CAN_MSGAR16     0xF0100508           CAN Message Object 16 Arbitration Register
CAN_MSGAMR16    0xF010050C           CAN Message Object 16 Acceptance Mask Register
CAN_MSGCTR16    0xF0100510           CAN Message Object 16 Message Control Register
CAN_MSGCFG16    0xF0100514           CAN Message Object 16 Message Configuration Register
CAN_MSGFGCR16   0xF0100518           CAN Message Object 16 FIFO/Gateway Control Register
CAN_MSGDR170    0xF0100520           CAN Message Object 17 Data Register 0
CAN_MSGDR174    0xF0100524           CAN Message Object 17 Data Register 4
CAN_MSGAR17     0xF0100528           CAN Message Object 17 Arbitration Register
CAN_MSGAMR17    0xF010052C           CAN Message Object 17 Acceptance Mask Register
CAN_MSGCTR17    0xF0100530           CAN Message Object 17 Message Control Register
CAN_MSGCFG17    0xF0100534           CAN Message Object 17 Message Configuration Register
CAN_MSGFGCR17   0xF0100538           CAN Message Object 17 FIFO/Gateway Control Register
CAN_MSGDR180    0xF0100540           CAN Message Object 18 Data Register 0
CAN_MSGDR184    0xF0100544           CAN Message Object 18 Data Register 4
CAN_MSGAR18     0xF0100548           CAN Message Object 18 Arbitration Register
CAN_MSGAMR18    0xF010054C           CAN Message Object 18 Acceptance Mask Register
CAN_MSGCTR18    0xF0100550           CAN Message Object 18 Message Control Register
CAN_MSGCFG18    0xF0100554           CAN Message Object 18 Message Configuration Register
CAN_MSGFGCR18   0xF0100558           CAN Message Object 18 FIFO/Gateway Control Register
CAN_MSGDR190    0xF0100560           CAN Message Object 19 Data Register 0
CAN_MSGDR194    0xF0100564           CAN Message Object 19 Data Register 4
CAN_MSGAR19     0xF0100568           CAN Message Object 19 Arbitration Register
CAN_MSGAMR19    0xF010056C           CAN Message Object 19 Acceptance Mask Register
CAN_MSGCTR19    0xF0100570           CAN Message Object 19 Message Control Register
CAN_MSGCFG19    0xF0100574           CAN Message Object 19 Message Configuration Register
CAN_MSGFGCR19   0xF0100578           CAN Message Object 19 FIFO/Gateway Control Register
CAN_MSGDR200    0xF0100580           CAN Message Object 20 Data Register 0
CAN_MSGDR204    0xF0100584           CAN Message Object 20 Data Register 4
CAN_MSGAR20     0xF0100588           CAN Message Object 20 Arbitration Register
CAN_MSGAMR20    0xF010058C           CAN Message Object 20 Acceptance Mask Register
CAN_MSGCTR20    0xF0100590           CAN Message Object 20 Message Control Register
CAN_MSGCFG20    0xF0100594           CAN Message Object 20 Message Configuration Register
CAN_MSGFGCR20   0xF0100598           CAN Message Object 20 FIFO/Gateway Control Register
CAN_MSGDR210    0xF01005A0           CAN Message Object 21 Data Register 0
CAN_MSGDR214    0xF01005A4           CAN Message Object 21 Data Register 4
CAN_MSGAR21     0xF01005A8           CAN Message Object 21 Arbitration Register
CAN_MSGAMR21    0xF01005AC           CAN Message Object 21 Acceptance Mask Register
CAN_MSGCTR21    0xF01005B0           CAN Message Object 21 Message Control Register
CAN_MSGCFG21    0xF01005B4           CAN Message Object 21 Message Configuration Register
CAN_MSGFGCR21   0xF01005B8           CAN Message Object 21 FIFO/Gateway Control Register
CAN_MSGDR220    0xF01005C0           CAN Message Object 22 Data Register 0
CAN_MSGDR224    0xF01005C4           CAN Message Object 22 Data Register 4
CAN_MSGAR22     0xF01005C8           CAN Message Object 22 Arbitration Register
CAN_MSGAMR22    0xF01005CC           CAN Message Object 22 Acceptance Mask Register
CAN_MSGCTR22    0xF01005D0           CAN Message Object 22 Message Control Register
CAN_MSGCFG22    0xF01005D4           CAN Message Object 22 Message Configuration Register
CAN_MSGFGCR22   0xF01005D8           CAN Message Object 22 FIFO/Gateway Control Register
CAN_MSGDR230    0xF01005E0           CAN Message Object 23 Data Register 0
CAN_MSGDR234    0xF01005E4           CAN Message Object 23 Data Register 4
CAN_MSGAR23     0xF01005E8           CAN Message Object 23 Arbitration Register
CAN_MSGAMR23    0xF01005EC           CAN Message Object 23 Acceptance Mask Register
CAN_MSGCTR23    0xF01005F0           CAN Message Object 23 Message Control Register
CAN_MSGCFG23    0xF01005F4           CAN Message Object 23 Message Configuration Register
CAN_MSGFGCR23   0xF01005F8           CAN Message Object 23 FIFO/Gateway Control Register
CAN_MSGDR240    0xF0100600           CAN Message Object 24 Data Register 0
CAN_MSGDR244    0xF0100604           CAN Message Object 24 Data Register 4
CAN_MSGAR24     0xF0100608           CAN Message Object 24 Arbitration Register
CAN_MSGAMR24    0xF010060C           CAN Message Object 24 Acceptance Mask Register
CAN_MSGCTR24    0xF0100610           CAN Message Object 24 Message Control Register
CAN_MSGCFG24    0xF0100614           CAN Message Object 24 Message Configuration Register
CAN_MSGFGCR24   0xF0100618           CAN Message Object 24 FIFO/Gateway Control Register
CAN_MSGDR250    0xF0100620           CAN Message Object 25 Data Register 0
CAN_MSGDR254    0xF0100624           CAN Message Object 25 Data Register 4
CAN_MSGAR25     0xF0100628           CAN Message Object 25 Arbitration Register
CAN_MSGAMR25    0xF010062C           CAN Message Object 25 Acceptance Mask Register
CAN_MSGCTR25    0xF0100630           CAN Message Object 25 Message Control Register
CAN_MSGCFG25    0xF0100634           CAN Message Object 25 Message Configuration Register
CAN_MSGFGCR25   0xF0100638           CAN Message Object 25 FIFO/Gateway Control Register
CAN_MSGDR260    0xF0100640           CAN Message Object 26 Data Register 0
CAN_MSGDR264    0xF0100644           CAN Message Object 26 Data Register 4
CAN_MSGAR26     0xF0100648           CAN Message Object 26 Arbitration Register
CAN_MSGAMR26    0xF010064C           CAN Message Object 26 Acceptance Mask Register
CAN_MSGCTR26    0xF0100650           CAN Message Object 26 Message Control Register
CAN_MSGCFG26    0xF0100654           CAN Message Object 26 Message Configuration Register
CAN_MSGFGCR26   0xF0100658           CAN Message Object 26 FIFO/Gateway Control Register
CAN_MSGDR270    0xF0100660           CAN Message Object 27 Data Register 0
CAN_MSGDR274    0xF0100664           CAN Message Object 27 Data Register 4
CAN_MSGAR27     0xF0100668           CAN Message Object 27 Arbitration Register
CAN_MSGAMR27    0xF010066C           CAN Message Object 27 Acceptance Mask Register
CAN_MSGCTR27    0xF0100670           CAN Message Object 27 Message Control Register
CAN_MSGCFG27    0xF0100674           CAN Message Object 27 Message Configuration Register
CAN_MSGFGCR27   0xF0100678           CAN Message Object 27 FIFO/Gateway Control Register
CAN_MSGDR280    0xF0100680           CAN Message Object 28 Data Register 0
CAN_MSGDR284    0xF0100684           CAN Message Object 28 Data Register 4
CAN_MSGAR28     0xF0100688           CAN Message Object 28 Arbitration Register
CAN_MSGAMR28    0xF010068C           CAN Message Object 28 Acceptance Mask Register
CAN_MSGCTR28    0xF0100690           CAN Message Object 28 Message Control Register
CAN_MSGCFG28    0xF0100694           CAN Message Object 28 Message Configuration Register
CAN_MSGFGCR28   0xF0100698           CAN Message Object 28 FIFO/Gateway Control Register
CAN_MSGDR290    0xF01006A0           CAN Message Object 29 Data Register 0
CAN_MSGDR294    0xF01006A4           CAN Message Object 29 Data Register 4
CAN_MSGAR29     0xF01006A8           CAN Message Object 29 Arbitration Register
CAN_MSGAMR29    0xF01006AC           CAN Message Object 29 Acceptance Mask Register
CAN_MSGCTR29    0xF01006B0           CAN Message Object 29 Message Control Register
CAN_MSGCFG29    0xF01006B4           CAN Message Object 29 Message Configuration Register
CAN_MSGFGCR29   0xF01006B8           CAN Message Object 29 FIFO/Gateway Control Register
CAN_MSGDR300    0xF01006C0           CAN Message Object 30 Data Register 0
CAN_MSGDR304    0xF01006C4           CAN Message Object 30 Data Register 4
CAN_MSGAR30     0xF01006C8           CAN Message Object 30 Arbitration Register
CAN_MSGAMR30    0xF01006CC           CAN Message Object 30 Acceptance Mask Register
CAN_MSGCTR30    0xF01006D0           CAN Message Object 30 Message Control Register
CAN_MSGCFG30    0xF01006D4           CAN Message Object 30 Message Configuration Register
CAN_MSGFGCR30   0xF01006D8           CAN Message Object 30 FIFO/Gateway Control Register
CAN_MSGDR310    0xF01006E0           CAN Message Object 31 Data Register 0
CAN_MSGDR314    0xF01006E4           CAN Message Object 31 Data Register 4
CAN_MSGAR31     0xF01006E8           CAN Message Object 31 Arbitration Register
CAN_MSGAMR31    0xF01006EC           CAN Message Object 31 Acceptance Mask Register
CAN_MSGCTR31    0xF01006F0           CAN Message Object 31 Message Control Register
CAN_MSGCFG31    0xF01006F4           CAN Message Object 31 Message Configuration Register
CAN_MSGFGCR31   0xF01006F8           CAN Message Object 31 FIFO/Gateway Control Register
CAN_SRC7        0xF0100AE0           CAN Service Request Control Register 7
CAN_SRC6        0xF0100AE4           CAN Service Request Control Register 6
CAN_SRC5        0xF0100AE8           CAN Service Request Control Register 5
CAN_SRC4        0xF0100AEC           CAN Service Request Control Register 4
CAN_SRC3        0xF0100AF0           CAN Service Request Control Register 3
CAN_SRC2        0xF0100AF4           CAN Service Request Control Register 2
CAN_SRC1        0xF0100AF8           CAN Service Request Control Register 1
CAN_SRC0        0xF0100AFC           CAN Service Request Control Register 0
CPU_ID          0xFFFEFF08           CPU Module Identification Register
SBSRC0          0xFFFEFFBC           Software Break Service Request Control Register 0
CPU_SRC3        0xFFFEFFF0           CPU Service Request Control Register 3
CPU_SRC2        0xFFFEFFF4           CPU Service Request Control Register 2
CPU_SRC1        0xFFFEFFF8           CPU Service Request Control Register 1
CPU_SRC0        0xFFFEFFFC           CPU Service Request Control Register 0
CSFR_BASE       0xFFFF0000           Core Special Function Registers base
DPR0_0L         0xFFFFC000           Data Seg. Prot. Reg. 0, Set 0, lower
DPR0_0U         0xFFFFC004           Data Seg. Prot. Reg. 0, Set 0, upper
DPR0_1L         0xFFFFC008           Data Seg. Prot. Reg. 1, Set 0, lower
DPR0_1U         0xFFFFC00C           Data Seg. Prot. Reg. 1, Set 0, upper
DPR0_2L         0xFFFFC010           Data Seg. Prot. Reg. 2, Set 0, lower
DPR0_2U         0xFFFFC014           Data Seg. Prot. Reg. 2, Set 0, upper
DPR0_3L         0xFFFFC018           Data Seg. Prot. Reg. 3, Set 0, lower
DPR0_3U         0xFFFFC01C           Data Seg. Prot. Reg. 3, Set 0, upper
DPR1_0L         0xFFFFC400           Data Seg. Prot. Reg. 0, Set 1, lower
DPR1_0U         0xFFFFC404           Data Seg. Prot. Reg. 0, Set 1, upper
DPR1_1L         0xFFFFC408           Data Seg. Prot. Reg. 1, Set 1, lower
DPR1_1U         0xFFFFC40C           Data Seg. Prot. Reg. 1, Set 1, upper
DPR1_2L         0xFFFFC410           Data Seg. Prot. Reg. 2, Set 1, lower
DPR1_2U         0xFFFFC414           Data Seg. Prot. Reg. 2, Set 1, upper
DPR1_3L         0xFFFFC418           Data Seg. Prot. Reg. 3, Set 1, lower
DPR1_3U         0xFFFFC41C           Data Seg. Prot. Reg. 3, Set 1, upper
CPR0_0L         0xFFFFD000           Code Seg. Prot. Reg. 0, Set 0, lower
CPR0_0U         0xFFFFD004           Code Seg. Prot. Reg. 0, Set 0, upper
CPR0_1L         0xFFFFD008           Code Seg. Prot. Reg. 1, Set 0, lower
CPR0_1U         0xFFFFD00C           Code Seg. Prot. Reg. 1, Set 0, upper
CPR1_0L         0xFFFFD400           Code Seg. Prot. Reg. 0, Set 1, lower
CPR1_0U         0xFFFFD404           Code Seg. Prot. Reg. 0, Set 1, upper
CPR1_1L         0xFFFFD408           Code Seg. Prot. Reg. 1, Set 1, lower
CPR1_1U         0xFFFFD40C           Code Seg. Prot. Reg. 1, Set 1, upper
DPM0            0xFFFFE000           Data Protection Mode Register, Set 0 (4 bytes)
DPM1            0xFFFFE080           Data Protection Mode Register, Set 1 (4 bytes)
CPM0            0xFFFFE200           Code Protection Mode Register, Set 0 (2 bytes)
CPM1            0xFFFFE280           Code Protection Mode Register, Set 1 (2 bytes)
DBGSR           0xFFFFFD00           Debug Status Register
EXEVT           0xFFFFFD08           External Break Input Event Specifier
CREVT           0xFFFFFD0C           Emulator Resource Protection Event Specifier
SWEVT           0xFFFFFD10           Software Break Event Specifier
TR0EVT          0xFFFFFD20           Trigger Event 0 Specifier
TR1EVT          0xFFFFFD24           Trigger Event 1 Specifier
PCXI            0xFFFFFE00           Previous Context Info Register
PSW             0xFFFFFE04           Program Status Word
PC              0xFFFFFE08           Program Counter
SYSCON          0xFFFFFE14           System Configuration Control Register
BIV             0xFFFFFE20           Interrupt Vector Table
BTV             0xFFFFFE24           Trap Vector Table Pointer
ISP             0xFFFFFE28           Interrupt Stack Pointer
ICR             0xFFFFFE2C           Interrupt Unit Control Register
FCX             0xFFFFFE38           Free CSA List Head Pointer
LCX             0xFFFFFE3C           Free CSA List Limit Pointer
CPU_D0          0xFFFFFF00         Data Register 0
CPU_D1          0xFFFFFF04         Data Register 1
CPU_D2          0xFFFFFF08         Data Register 2
CPU_D3          0xFFFFFF0C         Data Register 3
CPU_D4          0xFFFFFF10         Data Register 4
CPU_D5          0xFFFFFF14         Data Register 5
CPU_D6          0xFFFFFF18         Data Register 6
CPU_D7          0xFFFFFF1C         Data Register 7
CPU_D8          0xFFFFFF20         Data Register 8
CPU_D9          0xFFFFFF24         Data Register 9
CPU_D10         0xFFFFFF28         Data Register 10
CPU_D11         0xFFFFFF2C         Data Register 11
CPU_D12         0xFFFFFF30         Data Register 12
CPU_D13         0xFFFFFF34         Data Register 13
CPU_D14         0xFFFFFF38         Data Register 14
CPU_D15         0xFFFFFF3C         Data Register 15
CPU_A0          0xFFFFFF80         Address Register 0
CPU_A1          0xFFFFFF84         Address Register 1
CPU_A2          0xFFFFFF88         Address Register 2
CPU_A3          0xFFFFFF8C         Address Register 3
CPU_A4          0xFFFFFF90         Address Register 4
CPU_A5          0xFFFFFF94         Address Register 5
CPU_A6          0xFFFFFF98         Address Register 6
CPU_A7          0xFFFFFF9C         Address Register 7
CPU_A8          0xFFFFFFA0         Address Register 8
CPU_A9          0xFFFFFFA4         Address Register 9
CPU_A10         0xFFFFFFA8         Address Register 10
CPU_A11         0xFFFFFFAC         Address Register 11
CPU_A12         0xFFFFFFB0         Address Register 12
CPU_A13         0xFFFFFFB4         Address Register 13
CPU_A14         0xFFFFFFB8         Address Register 14
CPU_A15         0xFFFFFFBC         Address Register 15

; this chip implements TriCore v1.3 instruction set
.tc1xxx/tc1762,tc1xxx/tc1764,tc1xxx/tc1766
; MEMORY MAP
area CODE PFLASH          0x80000000:0x80180000   Program Flash
area DATA DFLASH_BANK_0   0x8FE00000:0x8FE04000   Data Flash, Bank 0
area DATA DFLASH_BANK_1   0x8FE10000:0x8FE14000   Data Flash, Bank 1
area DATA TC1766_ED       0x8FF20000:0x8FF60000   Emulation Device Memory
area CODE BROM            0x8FFFC000:0x90000000   Boot ROM
mapaddr from 0xA0000000 to PFLASH
mapaddr from 0xAFE00000 to DFLASH_BANK_0
mapaddr from 0xAFE10000 to DFLASH_BANK_1
mapaddr from 0xAFF20000 to TC1766_ED
mapaddr from 0xAFFFC000 to BROM
area DATA OVRAM           0xC0000000:0xC0002000   Overlay Memory
area DATA LDRAM           0xD0000000:0xD000E000   DMI Local Data RAM
area DATA SPRAM           0xD4000000:0xD4004000   PMI Scratch-Pad RAM
area CODE MICRO_ROM       0xDFFFFFF0:0xE0000000   Micro ROM
mapaddr from 0xE8000000 to OVRAM
mapaddr from 0xE8400000 to LDRAM
mapaddr from 0xE8500000 to SPRAM
area DATA REGISTERS       0xF0000000:0xF87FFF14   CSFRs of CPUs, LMB & FPI Peripheral Space
; REGISTERS
SCU_ID          0xF0000008         SCU Module Identification Register
SCU_SCLKFDR     0xF000000C         SCU System Clock Fractional Divider Register
RST_REQ         0xF0000010         Reset Request Register
RST_SR          0xF0000014         Reset Status Register
OSC_CON         0xF0000018         Oscillator Control Register
WDT_CON0        0xF0000020         Watchdog Timer Control Register 0
WDT_CON1        0xF0000024         Watchdog Timer Control Register 1
WDT_SR          0xF0000028         Watchdog Timer Status Register
NMISR           0xF000002C         NMI Status Register
PMG_CSR         0xF0000034         Power Management Control and Status Register
SCU_SCLIR       0xF0000038         SCU Software Configuration Latched Inputs Register
PLL_CLC         0xF0000040         PLL Clock Control Register
SCU_EMSR        0xF0000044         SCU Emergency Stop Register
SCU_TCCON       0xF0000048         SCU Temperature Compensation Control Register
SCU_CON         0xF0000050         SCU Control Register
SCU_STAT        0xF0000054         SCU Status Register
SCU_TCLR0       0xF0000058         SCU Temperature Compensation 0 Level Register
MANID           0xF0000070         Manufacturer Identification Register
CHIPID          0xF0000074         Chip Identification Register
RTID            0xF0000078         Redesign Tracing Identification Register
EICR0           0xF0000080         External Input Channel Register 0
EICR1           0xF0000084         External Input Channel Register 1
EIFR            0xF0000088         External Input Flag Register
FMR             0xF000008C         Flag Modification Register
PDRR            0xF0000090         Pattern Detection Result Register
IGCR0           0xF0000094         Interrupt Gating Register 0
IGCR1           0xF0000098         Interrupt Gating Register 1
TGADC0          0xF000009C         Trigger Gating ADC0 Register
SCU_OTCON       0xF00000A8         SCU On-Chip Test Control Register
SCU_OTDAT       0xF00000AC         SCU On-Chip Test Data Register
SCU_PTCON       0xF00000B0         SCU Pad Test Control Register
SCU_PTDAT0      0xF00000B4         SCU Pad Test Data Register 0
SCU_PETCR       0xF00000D0         SCU Parity Error Trap Control Register
SCU_PETSR       0xF00000D4         SCU Parity Error Trap Status Registe
SCU_DMARS       0xF00000D8         SCU DMA Request Select Register
SBCU_ID         0xF0000108         SBCU Module Identification Register
SBCU_CON        0xF0000110         SBCU Control Register
SBCU_ECON       0xF0000120         SBCU Error Control Capture Register
SBCU_EADD       0xF0000124         SBCU Error Address Capture Register
SBCU_EDAT       0xF0000128         SBCU Error Data Capture Register
SBCU_DBCNTL     0xF0000130         SBCU Debug Control Register
SBCU_DBGRNT     0xF0000134         SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0000138         SBCU Debug Address 1 Register
SBCU_DBADR2     0xF000013C         SBCU Debug Address 2 Register
SBCU_DBBOS      0xF0000140         SBCU Debug Bus Operation Signals Registe r
SBCU_DBGNTT     0xF0000144         SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0000148         SBCU Debug Trapped Address Register
SBCU_DBBOST     0xF000014C         SBCU Debug Trapped Bus Operation Signals Register
SBCU_SRC        0xF00001FC         SBCU Service Request Control Register
STM_CLC         0xF0000200         System Timer Clock Control Register
STM_ID          0xF0000208         STM Module Identification Register
STM_TIM0        0xF0000210         STM Timer Register 0
STM_TIM1        0xF0000214         STM Timer Register 1
STM_TIM2        0xF0000218         STM Timer Register 2
STM_TIM3        0xF000021C         STM Timer Register 3
STM_TIM4        0xF0000220         STM Timer Register 4
STM_TIM5        0xF0000224         STM Timer Register 5
STM_TIM6        0xF0000228         STM Timer Register 6
STM_CAP         0xF000022C         STM Timer Capture Register
STM_CMP0        0xF0000230         STM Compare Register 0
STM_CMP1        0xF0000234         STM Compare Register 1
STM_CMCON       0xF0000238         STM Compare Match Control Register
STM_ICR         0xF000023C         STM Interrupt Control Register
STM_ISRR        0xF0000240         STM Interrupt Set/Reset Register
STM_SRC1        0xF00002F8         STM Service Request Control Register 1
STM_SRC0        0xF00002FC         STM Service Request Control Register 0
CBS_JDPID       0xF0000408         Cerberus Module Identification Register
CBS_COMDATA     0xF0000468         Cerberus Communication Mode Data Register
CBS_IOSR        0xF000046C         Cerberus Status Register
CBS_MCDBBS      0xF0000470         Cerberus Break Bus Switch Configuration Register
CBS_MCDSSG      0xF0000474         Cerberus Suspend Signal Generation Status and Control Register
CBS_OEC         0xF0000478         Cerberus OCDS Enable Control Register
CBS_OCNTRL      0xF000047C         Cerberus OSCU Configuration and Control Register
CBS_OSTATE      0xF0000480         Cerberus OSCU Status Register
CBS_INTMOD      0xF0000484         Cerberus Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488         Cerberus Internal Controlled Tracing Source Address Register
CBS_ICTTA       0xF000048C         Cerberus Internal Controlled Tracing Target Address Register
CBS_MCDBBSS     0xF0000490         Cerberus Break Bus Switch Status Register
CBS_MCDSSGC     0xF0000494         Cerberus Suspend Signal Generation Configuration Register
CBS_SRC         0xF00004FC         Cerberus Service Request Control Register
MSC0_CLC        0xF0000800         MSC0 Clock Control Register
MSC0_ID         0xF0000808         Module Identification Register
MSC0_FDR        0xF000080C         MSC0 Fractional Divider Register
MSC0_USR        0xF0000810         Upstream Status Register
MSC0_DSC        0xF0000814         Downstream Control Register
MSC0_DSS        0xF0000818         Downstream Status Register
MSC0_DD         0xF000081C         Downstream Data Register
MSC0_DC         0xF0000820         Downstream Command Register
MSC0_DSDSL      0xF0000824         Downstream Select Data Source Low Register
MSC0_DSDSH      0xF0000828         Downstream Select Data Source High Register
MSC0_ESR        0xF000082C         Emergency Stop Register
MSC0_UD0        0xF0000830         Upstream Data Register 0
MSC0_UD1        0xF0000834         Upstream Data Register 1
MSC0_UD2        0xF0000838         Upstream Data Register 2
MSC0_UD3        0xF000083C         Upstream Data Register 3
MSC0_ICR        0xF0000840         Interrupt Control Register
MSC0_ISR        0xF0000844         Interrupt Status Register
MSC0_ISC        0xF0000848         Interrupt Set Clear Register
MSC0_OCR        0xF000084C         Output Control Register
MSC0_SRC1       0xF00008F8         MSC0 Service Request Control Register 1
MSC0_SRC0       0xF00008FC         MSC0 Service Request Control Register 0
ASC0_CLC        0xF0000A00         ASC0 Clock Control Register
ASC0_PISEL      0xF0000A04         Peripheral Input Select Register
ASC0_ID         0xF0000A08         Module Identification Register
ASC0_CON        0xF0000A10         Control Register
ASC0_BG         0xF0000A14         Baud Rate Timer/Reload Register
ASC0_FDV        0xF0000A18         Fractional Divider Register
ASC0_TBUF       0xF0000A20         Transmit Buffer Register
ASC0_RBUF       0xF0000A24         Receive Buffer Register
ASC0_WHBCON     0xF0000A50         Write Hardware Bits Control Register
ASC0_TSRC       0xF0000AF0         Transmit Interrupt Service Request Control Register
ASC0_RSRC       0xF0000AF4         Receive Interrupt Service Request Control Register
ASC0_ESRC       0xF0000AF8         Error Interrupt Service Request Control Register
ASC0_TBSRC      0xF0000AFC         Transmit Buffer Interrupt Service Request Control Register
ASC1_PISEL      0xF0000B04         Peripheral Input Select Register
ASC1_ID         0xF0000B08         Module Identification Register
ASC1_CON        0xF0000B10         Control Register
ASC1_BG         0xF0000B14         Baud Rate Timer/Reload Register
ASC1_FDV        0xF0000B18         Fractional Divider Register
ASC1_TBUF       0xF0000B20         Transmit Buffer Register
ASC1_RBUF       0xF0000B24         Receive Buffer Register
ASC1_WHBCON     0xF0000B50         Write Hardware Bits Control Register
ASC1_TSRC       0xF0000BF0         Transmit Interrupt Service Request Control Register
ASC1_RSRC       0xF0000BF4         Receive Interrupt Service Request Control Register
ASC1_ESRC       0xF0000BF8         Error Interrupt Service Request Control Register
ASC1_TBSRC      0xF0000BFC         Transmit Buffer Interrupt Service Request Control Register
P0_OUT          0xF0000C00         Port 0 Output Register
P0_OMR          0xF0000C04         Port 0 Output Modification Register
P0_IOCR0        0xF0000C10         Port 0 Input/Output Control Register 0
P0_IOCR4        0xF0000C14         Port 0 Input/Output Control Register 4
P0_IOCR8        0xF0000C18         Port 0 Input/Output Control Register 8
P0_IOCR12       0xF0000C1C         Port 0 Input/Output Control Register 12
P0_IN           0xF0000C24         Port 0 Input Register
P0_PDR          0xF0000C40         Port 0 Pad Driver Mode Register
P0_ESR          0xF0000C50         Port 0 Emergency Stop Register
P1_OUT          0xF0000D00         Port 1 Output Register
P1_OMR          0xF0000D04         Port 1 Output Modification Register
P1_IOCR0        0xF0000D10         Port 1 Input/Output Control Register 0
P1_IOCR4        0xF0000D14         Port 1 Input/Output Control Register 4
P1_IOCR8        0xF0000D18         Port 1 Input/Output Control Register 8
P1_IOCR12       0xF0000D1C         Port 1 Input/Output Control Register 12
P1_IN           0xF0000D24         Port 1 Input Register
P1_PDR          0xF0000D40         Port 1 Pad Driver Mode Register
P1_ESR          0xF0000D50         Port 1 Emergency Stop Register
P2_OUT          0xF0000E00         Port 2 Output Register
P2_OMR          0xF0000E04         Port 2 Output Modification Register
P2_IOCR0        0xF0000E10         Port 2 Input/Output Control Register 0
P2_IOCR4        0xF0000E14         Port 2 Input/Output Control Register 4
P2_IOCR8        0xF0000E18         Port 2 Input/Output Control Register 8
P2_IOCR12       0xF0000E1C         Port 2 Input/Output Control Register 12
P2_IN           0xF0000E24         Port 2 Input Register
P2_PDR          0xF0000E40         Port 2 Pad Driver Mode Register
P2_ESR          0xF0000E50         Port 2 Emergency Stop Register
P3_OUT          0xF0000F00         Port 3 Output Register
P3_OMR          0xF0000F04         Port 3 Output Modification Register
P3_IOCR0        0xF0000F10         Port 3 Input/Output Control Register 0
P3_IOCR4        0xF0000F14         Port 3 Input/Output Control Register 4
P3_IOCR8        0xF0000F18         Port 3 Input/Output Control Register 8
P3_IOCR12       0xF0000F1C         Port 3 Input/Output Control Register 12
P3_IN           0xF0000F24         Port 3 Input Register
P3_PDR          0xF0000F40         Port 3 Pad Driver Mode Register
P4_OUT          0xF0001000         Port 4 Output Register
P4_OMR          0xF0001004         Port 4 Output Modification Register
P4_IOCR0        0xF0001010         Port 4 Input/Output Control Register 0
P4_IN           0xF0001024         Port 4 Input Register
P4_PDR          0xF0001040         Port 4 Pad Driver Mode Register
P4_ESR          0xF0001050         Port 4 Emergency Stop Register
P5_OUT          0xF0001100         Port 5 Output Register
P5_OMR          0xF0001104         Port 5 Output Modification Register
P5_IOCR0        0xF0001110         Port 5 Input/Output Control Register 0
P5_IOCR4        0xF0001114         Port 5 Input/Output Control Register 4
P5_IOCR8        0xF0001118         Port 5 Input/Output Control Register 8
P5_IOCR12       0xF000111C         Port 5 Input/Output Control Register 12
P5_IN           0xF0001124         Port 5 Input Register
P5_PDR          0xF0001140         Port 5 Pad Driver Mode Register
P5_ESR          0xF0001150         Port 5 Emergency Stop Register
GPTA0_CLC       0xF0001800         GPTA Clock Control Register
GPTA0_DBGCTR    0xF0001804         GPTA Debug Clock Control Register
GPTA0_ID        0xF0001808         GPTA0 Module Identification Register
GPTA0_FDR       0xF000180C         GPTA Fractional Divider Register
GPTA0_SRSC0     0xF0001810         Service Request State Clear Register 0
GPTA0_SRSS0     0xF0001814         Service Request State Set Register 0
GPTA0_SRSC1     0xF0001818         Service Request State Clear Register 1
GPTA0_SRSS1     0xF000181C         Service Request State Set Register 1
GPTA0_SRSC2     0xF0001820         Service Request State Clear Register 2
GPTA0_SRSS2     0xF0001824         Service Request State Set Register 2
GPTA0_SRSC3     0xF0001828         Service Request State Clear Register 3
GPTA0_SRSS3     0xF000182C         Service Request State Set Register 3
GPTA0_SRNR      0xF0001830         Service Request Node Redirection Register
GPTA0_MRACTL    0xF0001838         Multiplexer Register Array Control Register
GPTA0_MRADIN    0xF000183C         Multiplexer Register Array Data In Register
GPTA0_MRADOUT   0xF0001840         Multiplexer Register Array Data Out Register
GPTA0_FPCSTAT   0xF0001844         Filter and Prescaler Cell Status Register
GPTA0_FPCCTR0   0xF0001848         Filter and Prescaler Cell Control Register 0
GPTA0_FPCTIM0   0xF000184C         Filter and Prescaler Cell Timer Register 0
GPTA0_FPCCTR1   0xF0001850         Filter and Prescaler Cell Control Register 1
GPTA0_FPCTIM1   0xF0001854         Filter and Prescaler Cell Timer Register 1
GPTA0_FPCCTR2   0xF0001858         Filter and Prescaler Cell Control Register 2
GPTA0_FPCTIM2   0xF000185C         Filter and Prescaler Cell Timer Register 2
GPTA0_FPCCTR3   0xF0001860         Filter and Prescaler Cell Control Register 3
GPTA0_FPCTIM3   0xF0001864         Filter and Prescaler Cell Timer Register 3
GPTA0_FPCCTR4   0xF0001868         Filter and Prescaler Cell Control Register 4
GPTA0_FPCTIM4   0xF000186C         Filter and Prescaler Cell Timer Register 4
GPTA0_FPCCTR5   0xF0001870         Filter and Prescaler Cell Control Register 5
GPTA0_FPCTIM5   0xF0001874         Filter and Prescaler Cell Timer Register 5
GPTA0_PDLCTR    0xF0001878         Phase Discrimination Logic Control Register
GPTA0_DCMCTR0   0xF0001880         Duty Cycle Measurement Control Register 0
GPTA0_DCMTIM0   0xF0001884         Duty Cycle Measurement Timer Register 0
GPTA0_DCMCAV0   0xF0001888         Duty Cycle Measurement Capture Register 0
GPTA0_DCMCOV0   0xF000188C         Duty Cycle Measurement Capture/Compare Register 0
GPTA0_DCMCTR1   0xF0001890         Duty Cycle Measurement Control Register 1
GPTA0_DCMTIM1   0xF0001894         Duty Cycle Measurement Timer Register 1
GPTA0_DCMCAV1   0xF0001898         Duty Cycle Measurement Capture Register 1
GPTA0_DCMCOV1   0xF000189C         Duty Cycle Measurement Capture/Compare Register 1
GPTA0_DCMCTR2   0xF00018A0         Duty Cycle Measurement Control Register 2
GPTA0_DCMTIM2   0xF00018A4         Duty Cycle Measurement Timer Register 2
GPTA0_DCMCAV2   0xF00018A8         Duty Cycle Measurement Capture Register 2
GPTA0_DCMCOV2   0xF00018AC         Duty Cycle Measurement Capture/Compare Register 2
GPTA0_DCMCTR3   0xF00018B0         Duty Cycle Measurement Control Register 3
GPTA0_DCMTIM3   0xF00018B4         Duty Cycle Measurement Timer Register 3
GPTA0_DCMCAV3   0xF00018B8         Duty Cycle Measurement Capture Register 3
GPTA0_DCMCOV3   0xF00018BC         Duty Cycle Measurement Capture/Compare Register 3
GPTA0_PLLCTR    0xF00018C0         Phase Locked Loop Control Register
GPTA0_PLLMTI    0xF00018C4         Phase Locked Loop Microtick Register
GPTA0_PLLCNT    0xF00018C8         Phase Locked Loop Counter Register
GPTA0_PLLSTP    0xF00018CC         Phase Locked Loop Step Register
GPTA0_PLLREV    0xF00018D0         Phase Locked Loop Reload Register
GPTA0_PLLDTR    0xF00018D4         Phase Locked Loop Delta Register
GPTA0_CKBCTR    0xF00018D8         Clock Bus Control Register
GPTA0_GTCTR0    0xF00018E0         Global Timer Control Register 0
GPTA0_GTREV0    0xF00018E4         Global Timer Reload Value Register 0
GPTA0_GTTIM0    0xF00018E8         Global Timer Register 0
GPTA0_GTCTR1    0xF00018F0         Global Timer Control Register 1
GPTA0_GTREV1    0xF00018F4         Global Timer Reload Value Register 1
GPTA0_GTTIM1    0xF00018F8         Global Timer Register 1
GPTA0_GTCCTR00  0xF0001900         Global Timer Cell Control Register 00 [Capture Mode]
GPTA0_GTCXR00   0xF0001904         Global Timer Cell X Register 00
GPTA0_GTCCTR01  0xF0001908         Global Timer Cell Control Register 01 [Capture Mode]
GPTA0_GTCXR01   0xF000190C         Global Timer Cell X Register 01
GPTA0_GTCCTR02  0xF0001910         Global Timer Cell Control Register 02 [Capture Mode]
GPTA0_GTCXR02   0xF0001914         Global Timer Cell X Register 02
GPTA0_GTCCTR03  0xF0001918         Global Timer Cell Control Register 03 [Capture Mode]
GPTA0_GTCXR03   0xF000191C         Global Timer Cell X Register 03
GPTA0_GTCCTR04  0xF0001920         Global Timer Cell Control Register 04 [Capture Mode]
GPTA0_GTCXR04   0xF0001924         Global Timer Cell X Register 04
GPTA0_GTCCTR05  0xF0001928         Global Timer Cell Control Register 05 [Capture Mode]
GPTA0_GTCXR05   0xF000192C         Global Timer Cell X Register 05
GPTA0_GTCCTR06  0xF0001930         Global Timer Cell Control Register 06 [Capture Mode]
GPTA0_GTCXR06   0xF0001934         Global Timer Cell X Register 06
GPTA0_GTCCTR07  0xF0001938         Global Timer Cell Control Register 07 [Capture Mode]
GPTA0_GTCXR07   0xF000193C         Global Timer Cell X Register 07
GPTA0_GTCCTR08  0xF0001940         Global Timer Cell Control Register 08 [Capture Mode]
GPTA0_GTCXR08   0xF0001944         Global Timer Cell X Register 08
GPTA0_GTCCTR09  0xF0001948         Global Timer Cell Control Register 09 [Capture Mode]
GPTA0_GTCXR09   0xF000194C         Global Timer Cell X Register 09
GPTA0_GTCCTR10  0xF0001950         Global Timer Cell Control Register 10 [Capture Mode]
GPTA0_GTCXR10   0xF0001954         Global Timer Cell X Register 10
GPTA0_GTCCTR11  0xF0001958         Global Timer Cell Control Register 11 [Capture Mode]
GPTA0_GTCXR11   0xF000195C         Global Timer Cell X Register 11
GPTA0_GTCCTR12  0xF0001960         Global Timer Cell Control Register 12 [Capture Mode]
GPTA0_GTCXR12   0xF0001964         Global Timer Cell X Register 12
GPTA0_GTCCTR13  0xF0001968         Global Timer Cell Control Register 13 [Capture Mode]
GPTA0_GTCXR13   0xF000196C         Global Timer Cell X Register 13
GPTA0_GTCCTR14  0xF0001970         Global Timer Cell Control Register 14 [Capture Mode]
GPTA0_GTCXR14   0xF0001974         Global Timer Cell X Register 14
GPTA0_GTCCTR15  0xF0001978         Global Timer Cell Control Register 15 [Capture Mode]
GPTA0_GTCXR15   0xF000197C         Global Timer Cell X Register 15
GPTA0_GTCCTR16  0xF0001980         Global Timer Cell Control Register 16 [Capture Mode]
GPTA0_GTCXR16   0xF0001984         Global Timer Cell X Register 16
GPTA0_GTCCTR17  0xF0001988         Global Timer Cell Control Register 17 [Capture Mode]
GPTA0_GTCXR17   0xF000198C         Global Timer Cell X Register 17
GPTA0_GTCCTR18  0xF0001990         Global Timer Cell Control Register 18 [Capture Mode]
GPTA0_GTCXR18   0xF0001994         Global Timer Cell X Register 18
GPTA0_GTCCTR19  0xF0001998         Global Timer Cell Control Register 19 [Capture Mode]
GPTA0_GTCXR19   0xF000199C         Global Timer Cell X Register 19
GPTA0_GTCCTR20  0xF00019A0         Global Timer Cell Control Register 20 [Capture Mode]
GPTA0_GTCXR20   0xF00019A4         Global Timer Cell X Register 20
GPTA0_GTCCTR21  0xF00019A8         Global Timer Cell Control Register 21 [Capture Mode]
GPTA0_GTCXR21   0xF00019AC         Global Timer Cell X Register 21
GPTA0_GTCCTR22  0xF00019B0         Global Timer Cell Control Register 22 [Capture Mode]
GPTA0_GTCXR22   0xF00019B4         Global Timer Cell X Register 22
GPTA0_GTCCTR23  0xF00019B8         Global Timer Cell Control Register 23 [Capture Mode]
GPTA0_GTCXR23   0xF00019BC         Global Timer Cell X Register 23
GPTA0_GTCCTR24  0xF00019C0         Global Timer Cell Control Register 24 [Capture Mode]
GPTA0_GTCXR24   0xF00019C4         Global Timer Cell X Register 24
GPTA0_GTCCTR25  0xF00019C8         Global Timer Cell Control Register 25 [Capture Mode]
GPTA0_GTCXR25   0xF00019CC         Global Timer Cell X Register 25
GPTA0_GTCCTR26  0xF00019D0         Global Timer Cell Control Register 26 [Capture Mode]
GPTA0_GTCXR26   0xF00019D4         Global Timer Cell X Register 26
GPTA0_GTCCTR27  0xF00019D8         Global Timer Cell Control Register 27 [Capture Mode]
GPTA0_GTCXR27   0xF00019DC         Global Timer Cell X Register 27
GPTA0_GTCCTR28  0xF00019E0         Global Timer Cell Control Register 28 [Capture Mode]
GPTA0_GTCXR28   0xF00019E4         Global Timer Cell X Register 28
GPTA0_GTCCTR29  0xF00019E8         Global Timer Cell Control Register 29 [Capture Mode]
GPTA0_GTCXR29   0xF00019EC         Global Timer Cell X Register 29
GPTA0_GTCCTR30  0xF00019F0         Global Timer Cell Control Register 30 [Capture Mode]
GPTA0_GTCXR30   0xF00019F4         Global Timer Cell X Register 30
GPTA0_GTCCTR31  0xF00019F8         Global Timer Cell Control Register 31 [Capture Mode]
GPTA0_GTCXR31   0xF00019FC         Global Timer Cell X Register 31
GPTA0_LTCCTR00  0xF0001A00         Local Timer Cell Control Register 00 [Timer Mode]
GPTA0_LTCXR00   0xF0001A04         Local Timer Cell X Register 00
GPTA0_LTCCTR01  0xF0001A08         Local Timer Cell Control Register 01 [Timer Mode]
GPTA0_LTCXR01   0xF0001A0C         Local Timer Cell X Register 01
GPTA0_LTCCTR02  0xF0001A10         Local Timer Cell Control Register 02 [Timer Mode]
GPTA0_LTCXR02   0xF0001A14         Local Timer Cell X Register 02
GPTA0_LTCCTR03  0xF0001A18         Local Timer Cell Control Register 03 [Timer Mode]
GPTA0_LTCXR03   0xF0001A1C         Local Timer Cell X Register 03
GPTA0_LTCCTR04  0xF0001A20         Local Timer Cell Control Register 04 [Timer Mode]
GPTA0_LTCXR04   0xF0001A24         Local Timer Cell X Register 04
GPTA0_LTCCTR05  0xF0001A28         Local Timer Cell Control Register 05 [Timer Mode]
GPTA0_LTCXR05   0xF0001A2C         Local Timer Cell X Register 05
GPTA0_LTCCTR06  0xF0001A30         Local Timer Cell Control Register 06 [Timer Mode]
GPTA0_LTCXR06   0xF0001A34         Local Timer Cell X Register 06
GPTA0_LTCCTR07  0xF0001A38         Local Timer Cell Control Register 07 [Timer Mode]
GPTA0_LTCXR07   0xF0001A3C         Local Timer Cell X Register 07
GPTA0_LTCCTR08  0xF0001A40         Local Timer Cell Control Register 08 [Timer Mode]
GPTA0_LTCXR08   0xF0001A44         Local Timer Cell X Register 08
GPTA0_LTCCTR09  0xF0001A48         Local Timer Cell Control Register 09 [Timer Mode]
GPTA0_LTCXR09   0xF0001A4C         Local Timer Cell X Register 09
GPTA0_LTCCTR10  0xF0001A50         Local Timer Cell Control Register 10 [Timer Mode]
GPTA0_LTCXR10   0xF0001A54         Local Timer Cell X Register 10
GPTA0_LTCCTR11  0xF0001A58         Local Timer Cell Control Register 11 [Timer Mode]
GPTA0_LTCXR11   0xF0001A5C         Local Timer Cell X Register 11
GPTA0_LTCCTR12  0xF0001A60         Local Timer Cell Control Register 12 [Timer Mode]
GPTA0_LTCXR12   0xF0001A64         Local Timer Cell X Register 12
GPTA0_LTCCTR13  0xF0001A68         Local Timer Cell Control Register 13 [Timer Mode]
GPTA0_LTCXR13   0xF0001A6C         Local Timer Cell X Register 13
GPTA0_LTCCTR14  0xF0001A70         Local Timer Cell Control Register 14 [Timer Mode]
GPTA0_LTCXR14   0xF0001A74         Local Timer Cell X Register 14
GPTA0_LTCCTR15  0xF0001A78         Local Timer Cell Control Register 15 [Timer Mode]
GPTA0_LTCXR15   0xF0001A7C         Local Timer Cell X Register 15
GPTA0_LTCCTR16  0xF0001A80         Local Timer Cell Control Register 16 [Timer Mode]
GPTA0_LTCXR16   0xF0001A84         Local Timer Cell X Register 16
GPTA0_LTCCTR17  0xF0001A88         Local Timer Cell Control Register 17 [Timer Mode]
GPTA0_LTCXR17   0xF0001A8C         Local Timer Cell X Register 17
GPTA0_LTCCTR18  0xF0001A90         Local Timer Cell Control Register 18 [Timer Mode]
GPTA0_LTCXR18   0xF0001A94         Local Timer Cell X Register 18
GPTA0_LTCCTR19  0xF0001A98         Local Timer Cell Control Register 19 [Timer Mode]
GPTA0_LTCXR19   0xF0001A9C         Local Timer Cell X Register 19
GPTA0_LTCCTR20  0xF0001AA0         Local Timer Cell Control Register 20 [Timer Mode]
GPTA0_LTCXR20   0xF0001AA4         Local Timer Cell X Register 20
GPTA0_LTCCTR21  0xF0001AA8         Local Timer Cell Control Register 21 [Timer Mode]
GPTA0_LTCXR21   0xF0001AAC         Local Timer Cell X Register 21
GPTA0_LTCCTR22  0xF0001AB0         Local Timer Cell Control Register 22 [Timer Mode]
GPTA0_LTCXR22   0xF0001AB4         Local Timer Cell X Register 22
GPTA0_LTCCTR23  0xF0001AB8         Local Timer Cell Control Register 23 [Timer Mode]
GPTA0_LTCXR23   0xF0001ABC         Local Timer Cell X Register 23
GPTA0_LTCCTR24  0xF0001AC0         Local Timer Cell Control Register 24 [Timer Mode]
GPTA0_LTCXR24   0xF0001AC4         Local Timer Cell X Register 24
GPTA0_LTCCTR25  0xF0001AC8         Local Timer Cell Control Register 25 [Timer Mode]
GPTA0_LTCXR25   0xF0001ACC         Local Timer Cell X Register 25
GPTA0_LTCCTR26  0xF0001AD0         Local Timer Cell Control Register 26 [Timer Mode]
GPTA0_LTCXR26   0xF0001AD4         Local Timer Cell X Register 26
GPTA0_LTCCTR27  0xF0001AD8         Local Timer Cell Control Register 27 [Timer Mode]
GPTA0_LTCXR27   0xF0001ADC         Local Timer Cell X Register 27
GPTA0_LTCCTR28  0xF0001AE0         Local Timer Cell Control Register 28 [Timer Mode]
GPTA0_LTCXR28   0xF0001AE4         Local Timer Cell X Register 28
GPTA0_LTCCTR29  0xF0001AE8         Local Timer Cell Control Register 29 [Timer Mode]
GPTA0_LTCXR29   0xF0001AEC         Local Timer Cell X Register 29
GPTA0_LTCCTR30  0xF0001AF0         Local Timer Cell Control Register 30 [Timer Mode]
GPTA0_LTCXR30   0xF0001AF4         Local Timer Cell X Register 30
GPTA0_LTCCTR31  0xF0001AF8         Local Timer Cell Control Register 31 [Timer Mode]
GPTA0_LTCXR31   0xF0001AFC         Local Timer Cell X Register 31
GPTA0_LTCCTR32  0xF0001B00         Local Timer Cell Control Register 32 [Timer Mode]
GPTA0_LTCXR32   0xF0001B04         Local Timer Cell X Register 32
GPTA0_LTCCTR33  0xF0001B08         Local Timer Cell Control Register 33 [Timer Mode]
GPTA0_LTCXR33   0xF0001B0C         Local Timer Cell X Register 33
GPTA0_LTCCTR34  0xF0001B10         Local Timer Cell Control Register 34 [Timer Mode]
GPTA0_LTCXR34   0xF0001B14         Local Timer Cell X Register 34
GPTA0_LTCCTR35  0xF0001B18         Local Timer Cell Control Register 35 [Timer Mode]
GPTA0_LTCXR35   0xF0001B1C         Local Timer Cell X Register 35
GPTA0_LTCCTR36  0xF0001B20         Local Timer Cell Control Register 36 [Timer Mode]
GPTA0_LTCXR36   0xF0001B24         Local Timer Cell X Register 36
GPTA0_LTCCTR37  0xF0001B28         Local Timer Cell Control Register 37 [Timer Mode]
GPTA0_LTCXR37   0xF0001B2C         Local Timer Cell X Register 37
GPTA0_LTCCTR38  0xF0001B30         Local Timer Cell Control Register 38 [Timer Mode]
GPTA0_LTCXR38   0xF0001B34         Local Timer Cell X Register 38
GPTA0_LTCCTR39  0xF0001B38         Local Timer Cell Control Register 39 [Timer Mode]
GPTA0_LTCXR39   0xF0001B3C         Local Timer Cell X Register 39
GPTA0_LTCCTR40  0xF0001B40         Local Timer Cell Control Register 40 [Timer Mode]
GPTA0_LTCXR40   0xF0001B44         Local Timer Cell X Register 40
GPTA0_LTCCTR41  0xF0001B48         Local Timer Cell Control Register 41 [Timer Mode]
GPTA0_LTCXR41   0xF0001B4C         Local Timer Cell X Register 41
GPTA0_LTCCTR42  0xF0001B50         Local Timer Cell Control Register 42 [Timer Mode]
GPTA0_LTCXR42   0xF0001B54         Local Timer Cell X Register 42
GPTA0_LTCCTR43  0xF0001B58         Local Timer Cell Control Register 43 [Timer Mode]
GPTA0_LTCXR43   0xF0001B5C         Local Timer Cell X Register 43
GPTA0_LTCCTR44  0xF0001B60         Local Timer Cell Control Register 44 [Timer Mode]
GPTA0_LTCXR44   0xF0001B64         Local Timer Cell X Register 44
GPTA0_LTCCTR45  0xF0001B68         Local Timer Cell Control Register 45 [Timer Mode]
GPTA0_LTCXR45   0xF0001B6C         Local Timer Cell X Register 45
GPTA0_LTCCTR46  0xF0001B70         Local Timer Cell Control Register 46 [Timer Mode]
GPTA0_LTCXR46   0xF0001B74         Local Timer Cell X Register 46
GPTA0_LTCCTR47  0xF0001B78         Local Timer Cell Control Register 47 [Timer Mode]
GPTA0_LTCXR47   0xF0001B7C         Local Timer Cell X Register 47
GPTA0_LTCCTR48  0xF0001B80         Local Timer Cell Control Register 48 [Timer Mode]
GPTA0_LTCXR48   0xF0001B84         Local Timer Cell X Register 48
GPTA0_LTCCTR49  0xF0001B88         Local Timer Cell Control Register 49 [Timer Mode]
GPTA0_LTCXR49   0xF0001B8C         Local Timer Cell X Register 49
GPTA0_LTCCTR50  0xF0001B90         Local Timer Cell Control Register 50 [Timer Mode]
GPTA0_LTCXR50   0xF0001B94         Local Timer Cell X Register 50
GPTA0_LTCCTR51  0xF0001B98         Local Timer Cell Control Register 51 [Timer Mode]
GPTA0_LTCXR51   0xF0001B9C         Local Timer Cell X Register 51
GPTA0_LTCCTR52  0xF0001BA0         Local Timer Cell Control Register 52 [Timer Mode]
GPTA0_LTCXR52   0xF0001BA4         Local Timer Cell X Register 52
GPTA0_LTCCTR53  0xF0001BA8         Local Timer Cell Control Register 53 [Timer Mode]
GPTA0_LTCXR53   0xF0001BAC         Local Timer Cell X Register 53
GPTA0_LTCCTR54  0xF0001BB0         Local Timer Cell Control Register 54 [Timer Mode]
GPTA0_LTCXR54   0xF0001BB4         Local Timer Cell X Register 54
GPTA0_LTCCTR55  0xF0001BB8         Local Timer Cell Control Register 55 [Timer Mode]
GPTA0_LTCXR55   0xF0001BBC         Local Timer Cell X Register 55
GPTA0_LTCCTR56  0xF0001BC0         Local Timer Cell Control Register 56 [Timer Mode]
GPTA0_LTCXR56   0xF0001BC4         Local Timer Cell X Register 56
GPTA0_LTCCTR57  0xF0001BC8         Local Timer Cell Control Register 57 [Timer Mode]
GPTA0_LTCXR57   0xF0001BCC         Local Timer Cell X Register 57
GPTA0_LTCCTR58  0xF0001BD0         Local Timer Cell Control Register 58 [Timer Mode]
GPTA0_LTCXR58   0xF0001BD4         Local Timer Cell X Register 58
GPTA0_LTCCTR59  0xF0001BD8         Local Timer Cell Control Register 59 [Timer Mode]
GPTA0_LTCXR59   0xF0001BDC         Local Timer Cell X Register 59
GPTA0_LTCCTR60  0xF0001BE0         Local Timer Cell Control Register 60 [Timer Mode]
GPTA0_LTCXR60   0xF0001BE4         Local Timer Cell X Register 60
GPTA0_LTCCTR61  0xF0001BE8         Local Timer Cell Control Register 61 [Timer Mode]
GPTA0_LTCXR61   0xF0001BEC         Local Timer Cell X Register 61
GPTA0_LTCCTR62  0xF0001BF0         Local Timer Cell Control Register 62 [Timer Mode]
GPTA0_LTCXR62   0xF0001BF4         Local Timer Cell X Register 62
GPTA0_LTCCTR63  0xF0001BF8         Local Timer Cell Control Register 63
GPTA0_LTCXR63   0xF0001BFC         Local Timer Cell X Register 63
GPTA0_EDCTR     0xF0001C00         GPTA Clock Enable/Disable Control Register
GPTA0_SRC37     0xF0001F68         Interrupt Service Request Control Register 37
GPTA0_SRC36     0xF0001F6C         Interrupt Service Request Control Register 36
GPTA0_SRC35     0xF0001F70         Interrupt Service Request Control Register 35
GPTA0_SRC34     0xF0001F74         Interrupt Service Request Control Register 34
GPTA0_SRC33     0xF0001F78         Interrupt Service Request Control Register 33
GPTA0_SRC32     0xF0001F7C         Interrupt Service Request Control Register 32
GPTA0_SRC31     0xF0001F80         Interrupt Service Request Control Register 31
GPTA0_SRC30     0xF0001F84         Interrupt Service Request Control Register 30
GPTA0_SRC29     0xF0001F88         Interrupt Service Request Control Register 29
GPTA0_SRC28     0xF0001F8C         Interrupt Service Request Control Register 28
GPTA0_SRC27     0xF0001F90         Interrupt Service Request Control Register 27
GPTA0_SRC26     0xF0001F94         Interrupt Service Request Control Register 26
GPTA0_SRC25     0xF0001F98         Interrupt Service Request Control Register 25
GPTA0_SRC24     0xF0001F9C         Interrupt Service Request Control Register 24
GPTA0_SRC23     0xF0001FA0         Interrupt Service Request Control Register 23
GPTA0_SRC22     0xF0001FA4         Interrupt Service Request Control Register 22
GPTA0_SRC21     0xF0001FA8         Interrupt Service Request Control Register 21
GPTA0_SRC20     0xF0001FAC         Interrupt Service Request Control Register 20
GPTA0_SRC19     0xF0001FB0         Interrupt Service Request Control Register 19
GPTA0_SRC18     0xF0001FB4         Interrupt Service Request Control Register 18
GPTA0_SRC17     0xF0001FB8         Interrupt Service Request Control Register 17
GPTA0_SRC16     0xF0001FBC         Interrupt Service Request Control Register 16
GPTA0_SRC15     0xF0001FC0         Interrupt Service Request Control Register 15
GPTA0_SRC14     0xF0001FC4         Interrupt Service Request Control Register 14
GPTA0_SRC13     0xF0001FC8         Interrupt Service Request Control Register 13
GPTA0_SRC12     0xF0001FCC         Interrupt Service Request Control Register 12
GPTA0_SRC11     0xF0001FD0         Interrupt Service Request Control Register 11
GPTA0_SRC10     0xF0001FD4         Interrupt Service Request Control Register 10
GPTA0_SRC09     0xF0001FD8         Interrupt Service Request Control Register 09
GPTA0_SRC08     0xF0001FDC         Interrupt Service Request Control Register 08
GPTA0_SRC07     0xF0001FE0         Interrupt Service Request Control Register 07
GPTA0_SRC06     0xF0001FE4         Interrupt Service Request Control Register 06
GPTA0_SRC05     0xF0001FE8         Interrupt Service Request Control Register 05
GPTA0_SRC04     0xF0001FEC         Interrupt Service Request Control Register 04
GPTA0_SRC03     0xF0001FF0         Interrupt Service Request Control Register 03
GPTA0_SRC02     0xF0001FF4         Interrupt Service Request Control Register 02
GPTA0_SRC01     0xF0001FF8         Interrupt Service Request Control Register 01
GPTA0_SRC00     0xF0001FFC         Interrupt Service Request Control Register 00
DMA_CLC         0xF0003C00         DMA Clock Control Register
DMA_ID          0xF0003C08         DMA Module Identification Register
DMA_CHRSTR      0xF0003C10         DMA Channel Reset Request Register
DMA_TRSR        0xF0003C14         DMA Transaction Request State Register
DMA_STREQ       0xF0003C18         DMA Software Transaction Request Register
DMA_HTREQ       0xF0003C1C         DMA Hardware Transaction Request Register
DMA_EER         0xF0003C20         DMA Enable Error Register
DMA_ERRSR       0xF0003C24         DMA Error Status Register
DMA_CLRE        0xF0003C28         DMA Clear Error Register
DMA_GINTR       0xF0003C2C         DMA Global Interrupt Set Register
DMA_MESR        0xF0003C30         DMA Move Engine Status Register
DMA_ME0R        0xF0003C34         DMA Move Engine 0 Read Register
DMA_ME0PR       0xF0003C3C         DMA Move Engine 0 Pattern Register
DMA_ME0AENR     0xF0003C44         DMA Move Engine 0 Access Enable Register
DMA_ME0ARR      0xF0003C48         DMA Move Engine 0 Access Range Register
DMA_INTSR       0xF0003C54         DMA Interrupt Status Register
DMA_INTCR       0xF0003C58         DMA Interrupt Clear Register
DMA_WRPSR       0xF0003C5C         DMA Wrap Status Register
DMA_OCDSR       0xF0003C64         DMA OCDS Register
DMA_SUSPMR      0xF0003C68         DMA Suspend Mode Register
DMA_CHSR00      0xF0003C80         DMA Channel 00 Status Register
DMA_CHCR00      0xF0003C84         DMA Channel 00 Control Register
DMA_CHICR00     0xF0003C88         DMA Channel 00 Interrupt Control Register
DMA_ADRCR00     0xF0003C8C         DMA Channel 00 Address Control Register
DMA_SADR00      0xF0003C90         DMA Channel 00 Source Address Register
DMA_DADR00      0xF0003C94         DMA Channel 00 Destination Address Register
DMA_SHADR00     0xF0003C98         DMA Channel 00 Shadow Address Register
DMA_CHSR01      0xF0003CA0         DMA Channel 01 Status Register
DMA_CHCR01      0xF0003CA4         DMA Channel 01 Control Register
DMA_CHICR01     0xF0003CA8         DMA Channel 01 Interrupt Control Register
DMA_ADRCR01     0xF0003CAC         DMA Channel 01 Address Control Register
DMA_SADR01      0xF0003CB0         DMA Channel 01 Source Address Register
DMA_DADR01      0xF0003CB4         DMA Channel 01 Destination Address Register
DMA_SHADR01     0xF0003CB8         DMA Channel 01 Shadow Address Register
DMA_CHSR02      0xF0003CC0         DMA Channel 02 Status Register
DMA_CHCR02      0xF0003CC4         DMA Channel 02 Control Register
DMA_CHICR02     0xF0003CC8         DMA Channel 02 Interrupt Control Register
DMA_ADRCR02     0xF0003CCC         DMA Channel 02 Address Control Register
DMA_SADR02      0xF0003CD0         DMA Channel 02 Source Address Register
DMA_DADR02      0xF0003CD4         DMA Channel 02 Destination Address Register
DMA_SHADR02     0xF0003CD8         DMA Channel 02 Shadow Address Register
DMA_CHSR03      0xF0003CE0         DMA Channel 03 Status Register
DMA_CHCR03      0xF0003CE4         DMA Channel 03 Control Register
DMA_CHICR03     0xF0003CE8         DMA Channel 03 Interrupt Control Register
DMA_ADRCR03     0xF0003CEC         DMA Channel 03 Address Control Register
DMA_SADR03      0xF0003CF0         DMA Channel 03 Source Address Register
DMA_DADR03      0xF0003CF4         DMA Channel 03 Destination Address Register
DMA_SHADR03     0xF0003CF8         DMA Channel 03 Shadow Address Register
DMA_CHSR04      0xF0003D00         DMA Channel 04 Status Register
DMA_CHCR04      0xF0003D04         DMA Channel 04 Control Register
DMA_CHICR04     0xF0003D08         DMA Channel 04 Interrupt Control Register
DMA_ADRCR04     0xF0003D0C         DMA Channel 04 Address Control Register
DMA_SADR04      0xF0003D10         DMA Channel 04 Source Address Register
DMA_DADR04      0xF0003D14         DMA Channel 04 Destination Address Register
DMA_SHADR04     0xF0003D18         DMA Channel 04 Shadow Address Register
DMA_CHSR05      0xF0003D20         DMA Channel 05 Status Register
DMA_CHCR05      0xF0003D24         DMA Channel 05 Control Register
DMA_CHICR05     0xF0003D28         DMA Channel 05 Interrupt Control Register
DMA_ADRCR05     0xF0003D2C         DMA Channel 05 Address Control Register
DMA_SADR05      0xF0003D30         DMA Channel 05 Source Address Register
DMA_DADR05      0xF0003D34         DMA Channel 05 Destination Address Register
DMA_SHADR05     0xF0003D38         DMA Channel 05 Shadow Address Register
DMA_CHSR06      0xF0003D40         DMA Channel 06 Status Register
DMA_CHCR06      0xF0003D44         DMA Channel 06 Control Register
DMA_CHICR06     0xF0003D48         DMA Channel 06 Interrupt Control Register
DMA_ADRCR06     0xF0003D4C         DMA Channel 06 Address Control Register
DMA_SADR06      0xF0003D50         DMA Channel 06 Source Address Register
DMA_DADR06      0xF0003D54         DMA Channel 06 Destination Address Register
DMA_SHADR06     0xF0003D58         DMA Channel 06 Shadow Address Register
DMA_CHSR07      0xF0003D60         DMA Channel 07 Status Register
DMA_CHCR07      0xF0003D64         DMA Channel 07 Control Register
DMA_CHICR07     0xF0003D68         DMA Channel 07 Interrupt Control Register
DMA_ADRCR07     0xF0003D6C         DMA Channel 07 Address Control Register
DMA_SADR07      0xF0003D70         DMA Channel 07 Source Address Register
DMA_DADR07      0xF0003D74         DMA Channel 07 Destination Address Register
DMA_SHADR07     0xF0003D78         DMA Channel 07 Shadow Address Register
DMA_TOCTR       0xF0003E80         DMA Bus Time-Out Control Register
DMA_SYSSRC4     0xF0003E8C         DMA System Interrupt Service Request Control Register 4
DMA_SYSSRC3     0xF0003E90         DMA System Interrupt Service Request Control Register 3
DMA_SYSSRC2     0xF0003E94         DMA System Interrupt Service Request Control Register 2
DMA_SYSSRC1     0xF0003E98         DMA System Interrupt Service Request Control Register 1
DMA_SYSSRC0     0xF0003E9C         DMA System Interrupt Service Request Control Register 0
DMA_MLI0SRC3    0xF0003EA0         DMA MLI0 Service Request Control Register 3
DMA_MLI0SRC2    0xF0003EA4         DMA MLI0 Service Request Control Register 2
DMA_MLI0SRC1    0xF0003EA8         DMA MLI0 Service Request Control Register 1
DMA_MLI0SRC0    0xF0003EAC         DMA MLI0 Service Request Control Register 0
DMA_MLI1SRC1    0xF0003EB8         DMA MLI1 Service Request Control Register 1
DMA_MLI1SRC0    0xF0003EBC         DMA MLI1 Service Request Control Register 0
DMA_SRC3        0xF0003EF0         DMA Service Request Control Register 3
DMA_SRC2        0xF0003EF4         DMA Service Request Control Register 2
DMA_SRC1        0xF0003EF8         DMA Service Request Control Register 1
DMA_SRC0        0xF0003EFC         DMA Service Request Control Register 0
CAN_CLC         0xF0004000         CAN Clock Control Register
CAN_ID          0xF0004008         Module Identification Register
CAN_FDR         0xF000400C         CAN Fractional Divider Register
CAN_SRC5        0xF00040E8         CAN Service Request Control Register 5
CAN_SRC4        0xF00040EC         CAN Service Request Control Register 4
CAN_SRC3        0xF00040F0         CAN Service Request Control Register 3
CAN_SRC2        0xF00040F4         CAN Service Request Control Register 2
CAN_SRC1        0xF00040F8         CAN Service Request Control Register 1
CAN_SRC0        0xF00040FC         CAN Service Request Control Register 0
CAN_LIST0       0xF0004100         List Register 0
CAN_LIST1       0xF0004104         List Register 1
CAN_LIST2       0xF0004108         List Register 2
CAN_LIST3       0xF000410C         List Register 3
CAN_LIST4       0xF0004110         List Register 4
CAN_LIST5       0xF0004114         List Register 5
CAN_LIST6       0xF0004118         List Register 6
CAN_LIST7       0xF000411C         List Register 7
CAN_MSPND0      0xF0004120         Message Pending Register 0
CAN_MSPND1      0xF0004124         Message Pending Register 1
CAN_MSPND2      0xF0004128         Message Pending Register 2
CAN_MSPND3      0xF000412C         Message Pending Register 3
CAN_MSPND4      0xF0004130         Message Pending Register 4
CAN_MSPND5      0xF0004134         Message Pending Register 5
CAN_MSPND6      0xF0004138         Message Pending Register 6
CAN_MSPND7      0xF000413C         Message Pending Register 7
CAN_MSID0       0xF0004140         Message Index Register 0
CAN_MSID1       0xF0004144         Message Index Register 1
CAN_MSID2       0xF0004148         Message Index Register 2
CAN_MSID3       0xF000414C         Message Index Register 3
CAN_MSID4       0xF0004150         Message Index Register 4
CAN_MSID5       0xF0004154         Message Index Register 5
CAN_MSID6       0xF0004158         Message Index Register 6
CAN_MSID7       0xF000415C         Message Index Register 7
CAN_MSIMASK     0xF00041C0         Message Index Mask Register
CAN_PANCTR      0xF00041C4         Panel Control Register
CAN_MCR         0xF00041C8         Module Control Register
CAN_MITR        0xF00041CC         Module Interrupt Trigger Register
CAN_NCR0        0xF0004200         Node 0 Control Register
CAN_NSR0        0xF0004204         Node 0 Status Register
CAN_NIPR0       0xF0004208         Node 0 Interrupt Pointer Register
CAN_NPCR0       0xF000420C         Node 0 Port Control Register
CAN_NBTR0       0xF0004210         Node 0 Bit Timing Register
CAN_NECNT0      0xF0004214         Node 0 Error Counter Register
CAN_NFCR0       0xF0004218         Node 0 Frame Counter Register
CAN_NCR1        0xF0004300         Node 1 Control Register
CAN_NSR1        0xF0004304         Node 1 Status Register
CAN_NIPR1       0xF0004308         Node 1 Interrupt Pointer Register
CAN_NPCR1       0xF000430C         Node 1 Port Control Register
CAN_NBTR1       0xF0004310         Node 1 Bit Timing Register
CAN_NECNT1      0xF0004314         Node 1 Error Counter Register
CAN_NFCR1       0xF0004318         Node 1 Frame Counter Register
CAN_MOFCR0      0xF0004400         Message Object 0 Function Control Register
CAN_MOFGPR0     0xF0004404         Message Object 0 FIFO/Gateway Pointer Register
CAN_MOIPR0      0xF0004408         Message Object 0 Interrupt Pointer Register
CAN_MOAMR0      0xF000440C         Message Object 0 Acceptance Mask Register
CAN_MODATAL0    0xF0004410         Message Object 0 Data Register Low
CAN_MODATAH0    0xF0004414         Message Object 0 Data Register High
CAN_MOAR0       0xF0004418         Message Object 0 Arbitration Register
CAN_MOCTR0      0xF000441C         Message Object 0 Control / Status Register
CAN_MOFCR1      0xF0004420         Message Object 1 Function Control Register
CAN_MOFGPR1     0xF0004424         Message Object 1 FIFO/Gateway Pointer Register
CAN_MOIPR1      0xF0004428         Message Object 1 Interrupt Pointer Register
CAN_MOAMR1      0xF000442C         Message Object 1 Acceptance Mask Register
CAN_MODATAL1    0xF0004430         Message Object 1 Data Register Low
CAN_MODATAH1    0xF0004434         Message Object 1 Data Register High
CAN_MOAR1       0xF0004438         Message Object 1 Arbitration Register
CAN_MOCTR1      0xF000443C         Message Object 1 Control / Status Register
CAN_MOFCR2      0xF0004440         Message Object 2 Function Control Register
CAN_MOFGPR2     0xF0004444         Message Object 2 FIFO/Gateway Pointer Register
CAN_MOIPR2      0xF0004448         Message Object 2 Interrupt Pointer Register
CAN_MOAMR2      0xF000444C         Message Object 2 Acceptance Mask Register
CAN_MODATAL2    0xF0004450         Message Object 2 Data Register Low
CAN_MODATAH2    0xF0004454         Message Object 2 Data Register High
CAN_MOAR2       0xF0004458         Message Object 2 Arbitration Register
CAN_MOCTR2      0xF000445C         Message Object 2 Control / Status Register
CAN_MOFCR3      0xF0004460         Message Object 3 Function Control Register
CAN_MOFGPR3     0xF0004464         Message Object 3 FIFO/Gateway Pointer Register
CAN_MOIPR3      0xF0004468         Message Object 3 Interrupt Pointer Register
CAN_MOAMR3      0xF000446C         Message Object 3 Acceptance Mask Register
CAN_MODATAL3    0xF0004470         Message Object 3 Data Register Low
CAN_MODATAH3    0xF0004474         Message Object 3 Data Register High
CAN_MOAR3       0xF0004478         Message Object 3 Arbitration Register
CAN_MOCTR3      0xF000447C         Message Object 3 Control / Status Register
CAN_MOFCR4      0xF0004480         Message Object 4 Function Control Register
CAN_MOFGPR4     0xF0004484         Message Object 4 FIFO/Gateway Pointer Register
CAN_MOIPR4      0xF0004488         Message Object 4 Interrupt Pointer Register
CAN_MOAMR4      0xF000448C         Message Object 4 Acceptance Mask Register
CAN_MODATAL4    0xF0004490         Message Object 4 Data Register Low
CAN_MODATAH4    0xF0004494         Message Object 4 Data Register High
CAN_MOAR4       0xF0004498         Message Object 4 Arbitration Register
CAN_MOCTR4      0xF000449C         Message Object 4 Control / Status Register
CAN_MOFCR5      0xF00044A0         Message Object 5 Function Control Register
CAN_MOFGPR5     0xF00044A4         Message Object 5 FIFO/Gateway Pointer Register
CAN_MOIPR5      0xF00044A8         Message Object 5 Interrupt Pointer Register
CAN_MOAMR5      0xF00044AC         Message Object 5 Acceptance Mask Register
CAN_MODATAL5    0xF00044B0         Message Object 5 Data Register Low
CAN_MODATAH5    0xF00044B4         Message Object 5 Data Register High
CAN_MOAR5       0xF00044B8         Message Object 5 Arbitration Register
CAN_MOCTR5      0xF00044BC         Message Object 5 Control / Status Register
CAN_MOFCR6      0xF00044C0         Message Object 6 Function Control Register
CAN_MOFGPR6     0xF00044C4         Message Object 6 FIFO/Gateway Pointer Register
CAN_MOIPR6      0xF00044C8         Message Object 6 Interrupt Pointer Register
CAN_MOAMR6      0xF00044CC         Message Object 6 Acceptance Mask Register
CAN_MODATAL6    0xF00044D0         Message Object 6 Data Register Low
CAN_MODATAH6    0xF00044D4         Message Object 6 Data Register High
CAN_MOAR6       0xF00044D8         Message Object 6 Arbitration Register
CAN_MOCTR6      0xF00044DC         Message Object 6 Control / Status Register
CAN_MOFCR7      0xF00044E0         Message Object 7 Function Control Register
CAN_MOFGPR7     0xF00044E4         Message Object 7 FIFO/Gateway Pointer Register
CAN_MOIPR7      0xF00044E8         Message Object 7 Interrupt Pointer Register
CAN_MOAMR7      0xF00044EC         Message Object 7 Acceptance Mask Register
CAN_MODATAL7    0xF00044F0         Message Object 7 Data Register Low
CAN_MODATAH7    0xF00044F4         Message Object 7 Data Register High
CAN_MOAR7       0xF00044F8         Message Object 7 Arbitration Register
CAN_MOCTR7      0xF00044FC         Message Object 7 Control / Status Register
CAN_MOFCR8      0xF0004500         Message Object 8 Function Control Register
CAN_MOFGPR8     0xF0004504         Message Object 8 FIFO/Gateway Pointer Register
CAN_MOIPR8      0xF0004508         Message Object 8 Interrupt Pointer Register
CAN_MOAMR8      0xF000450C         Message Object 8 Acceptance Mask Register
CAN_MODATAL8    0xF0004510         Message Object 8 Data Register Low
CAN_MODATAH8    0xF0004514         Message Object 8 Data Register High
CAN_MOAR8       0xF0004518         Message Object 8 Arbitration Register
CAN_MOCTR8      0xF000451C         Message Object 8 Control / Status Register
CAN_MOFCR9      0xF0004520         Message Object 9 Function Control Register
CAN_MOFGPR9     0xF0004524         Message Object 9 FIFO/Gateway Pointer Register
CAN_MOIPR9      0xF0004528         Message Object 9 Interrupt Pointer Register
CAN_MOAMR9      0xF000452C         Message Object 9 Acceptance Mask Register
CAN_MODATAL9    0xF0004530         Message Object 9 Data Register Low
CAN_MODATAH9    0xF0004534         Message Object 9 Data Register High
CAN_MOAR9       0xF0004538         Message Object 9 Arbitration Register
CAN_MOCTR9      0xF000453C         Message Object 9 Control / Status Register
CAN_MOFCR10     0xF0004540         Message Object 10 Function Control Register
CAN_MOFGPR10    0xF0004544         Message Object 10 FIFO/Gateway Pointer Register
CAN_MOIPR10     0xF0004548         Message Object 10 Interrupt Pointer Register
CAN_MOAMR10     0xF000454C         Message Object 10 Acceptance Mask Register
CAN_MODATAL10   0xF0004550         Message Object 10 Data Register Low
CAN_MODATAH10   0xF0004554         Message Object 10 Data Register High
CAN_MOAR10      0xF0004558         Message Object 10 Arbitration Register
CAN_MOCTR10     0xF000455C         Message Object 10 Control / Status Register
CAN_MOFCR11     0xF0004560         Message Object 11 Function Control Register
CAN_MOFGPR11    0xF0004564         Message Object 11 FIFO/Gateway Pointer Register
CAN_MOIPR11     0xF0004568         Message Object 11 Interrupt Pointer Register
CAN_MOAMR11     0xF000456C         Message Object 11 Acceptance Mask Register
CAN_MODATAL11   0xF0004570         Message Object 11 Data Register Low
CAN_MODATAH11   0xF0004574         Message Object 11 Data Register High
CAN_MOAR11      0xF0004578         Message Object 11 Arbitration Register
CAN_MOCTR11     0xF000457C         Message Object 11 Control / Status Register
CAN_MOFCR12     0xF0004580         Message Object 12 Function Control Register
CAN_MOFGPR12    0xF0004584         Message Object 12 FIFO/Gateway Pointer Register
CAN_MOIPR12     0xF0004588         Message Object 12 Interrupt Pointer Register
CAN_MOAMR12     0xF000458C         Message Object 12 Acceptance Mask Register
CAN_MODATAL12   0xF0004590         Message Object 12 Data Register Low
CAN_MODATAH12   0xF0004594         Message Object 12 Data Register High
CAN_MOAR12      0xF0004598         Message Object 12 Arbitration Register
CAN_MOCTR12     0xF000459C         Message Object 12 Control / Status Register
CAN_MOFCR13     0xF00045A0         Message Object 13 Function Control Register
CAN_MOFGPR13    0xF00045A4         Message Object 13 FIFO/Gateway Pointer Register
CAN_MOIPR13     0xF00045A8         Message Object 13 Interrupt Pointer Register
CAN_MOAMR13     0xF00045AC         Message Object 13 Acceptance Mask Register
CAN_MODATAL13   0xF00045B0         Message Object 13 Data Register Low
CAN_MODATAH13   0xF00045B4         Message Object 13 Data Register High
CAN_MOAR13      0xF00045B8         Message Object 13 Arbitration Register
CAN_MOCTR13     0xF00045BC         Message Object 13 Control / Status Register
CAN_MOFCR14     0xF00045C0         Message Object 14 Function Control Register
CAN_MOFGPR14    0xF00045C4         Message Object 14 FIFO/Gateway Pointer Register
CAN_MOIPR14     0xF00045C8         Message Object 14 Interrupt Pointer Register
CAN_MOAMR14     0xF00045CC         Message Object 14 Acceptance Mask Register
CAN_MODATAL14   0xF00045D0         Message Object 14 Data Register Low
CAN_MODATAH14   0xF00045D4         Message Object 14 Data Register High
CAN_MOAR14      0xF00045D8         Message Object 14 Arbitration Register
CAN_MOCTR14     0xF00045DC         Message Object 14 Control / Status Register
CAN_MOFCR15     0xF00045E0         Message Object 15 Function Control Register
CAN_MOFGPR15    0xF00045E4         Message Object 15 FIFO/Gateway Pointer Register
CAN_MOIPR15     0xF00045E8         Message Object 15 Interrupt Pointer Register
CAN_MOAMR15     0xF00045EC         Message Object 15 Acceptance Mask Register
CAN_MODATAL15   0xF00045F0         Message Object 15 Data Register Low
CAN_MODATAH15   0xF00045F4         Message Object 15 Data Register High
CAN_MOAR15      0xF00045F8         Message Object 15 Arbitration Register
CAN_MOCTR15     0xF00045FC         Message Object 15 Control / Status Register
CAN_MOFCR16     0xF0004600         Message Object 16 Function Control Register
CAN_MOFGPR16    0xF0004604         Message Object 16 FIFO/Gateway Pointer Register
CAN_MOIPR16     0xF0004608         Message Object 16 Interrupt Pointer Register
CAN_MOAMR16     0xF000460C         Message Object 16 Acceptance Mask Register
CAN_MODATAL16   0xF0004610         Message Object 16 Data Register Low
CAN_MODATAH16   0xF0004614         Message Object 16 Data Register High
CAN_MOAR16      0xF0004618         Message Object 16 Arbitration Register
CAN_MOCTR16     0xF000461C         Message Object 16 Control / Status Register
CAN_MOFCR17     0xF0004620         Message Object 17 Function Control Register
CAN_MOFGPR17    0xF0004624         Message Object 17 FIFO/Gateway Pointer Register
CAN_MOIPR17     0xF0004628         Message Object 17 Interrupt Pointer Register
CAN_MOAMR17     0xF000462C         Message Object 17 Acceptance Mask Register
CAN_MODATAL17   0xF0004630         Message Object 17 Data Register Low
CAN_MODATAH17   0xF0004634         Message Object 17 Data Register High
CAN_MOAR17      0xF0004638         Message Object 17 Arbitration Register
CAN_MOCTR17     0xF000463C         Message Object 17 Control / Status Register
CAN_MOFCR18     0xF0004640         Message Object 18 Function Control Register
CAN_MOFGPR18    0xF0004644         Message Object 18 FIFO/Gateway Pointer Register
CAN_MOIPR18     0xF0004648         Message Object 18 Interrupt Pointer Register
CAN_MOAMR18     0xF000464C         Message Object 18 Acceptance Mask Register
CAN_MODATAL18   0xF0004650         Message Object 18 Data Register Low
CAN_MODATAH18   0xF0004654         Message Object 18 Data Register High
CAN_MOAR18      0xF0004658         Message Object 18 Arbitration Register
CAN_MOCTR18     0xF000465C         Message Object 18 Control / Status Register
CAN_MOFCR19     0xF0004660         Message Object 19 Function Control Register
CAN_MOFGPR19    0xF0004664         Message Object 19 FIFO/Gateway Pointer Register
CAN_MOIPR19     0xF0004668         Message Object 19 Interrupt Pointer Register
CAN_MOAMR19     0xF000466C         Message Object 19 Acceptance Mask Register
CAN_MODATAL19   0xF0004670         Message Object 19 Data Register Low
CAN_MODATAH19   0xF0004674         Message Object 19 Data Register High
CAN_MOAR19      0xF0004678         Message Object 19 Arbitration Register
CAN_MOCTR19     0xF000467C         Message Object 19 Control / Status Register
CAN_MOFCR20     0xF0004680         Message Object 20 Function Control Register
CAN_MOFGPR20    0xF0004684         Message Object 20 FIFO/Gateway Pointer Register
CAN_MOIPR20     0xF0004688         Message Object 20 Interrupt Pointer Register
CAN_MOAMR20     0xF000468C         Message Object 20 Acceptance Mask Register
CAN_MODATAL20   0xF0004690         Message Object 20 Data Register Low
CAN_MODATAH20   0xF0004694         Message Object 20 Data Register High
CAN_MOAR20      0xF0004698         Message Object 20 Arbitration Register
CAN_MOCTR20     0xF000469C         Message Object 20 Control / Status Register
CAN_MOFCR21     0xF00046A0         Message Object 21 Function Control Register
CAN_MOFGPR21    0xF00046A4         Message Object 21 FIFO/Gateway Pointer Register
CAN_MOIPR21     0xF00046A8         Message Object 21 Interrupt Pointer Register
CAN_MOAMR21     0xF00046AC         Message Object 21 Acceptance Mask Register
CAN_MODATAL21   0xF00046B0         Message Object 21 Data Register Low
CAN_MODATAH21   0xF00046B4         Message Object 21 Data Register High
CAN_MOAR21      0xF00046B8         Message Object 21 Arbitration Register
CAN_MOCTR21     0xF00046BC         Message Object 21 Control / Status Register
CAN_MOFCR22     0xF00046C0         Message Object 22 Function Control Register
CAN_MOFGPR22    0xF00046C4         Message Object 22 FIFO/Gateway Pointer Register
CAN_MOIPR22     0xF00046C8         Message Object 22 Interrupt Pointer Register
CAN_MOAMR22     0xF00046CC         Message Object 22 Acceptance Mask Register
CAN_MODATAL22   0xF00046D0         Message Object 22 Data Register Low
CAN_MODATAH22   0xF00046D4         Message Object 22 Data Register High
CAN_MOAR22      0xF00046D8         Message Object 22 Arbitration Register
CAN_MOCTR22     0xF00046DC         Message Object 22 Control / Status Register
CAN_MOFCR23     0xF00046E0         Message Object 23 Function Control Register
CAN_MOFGPR23    0xF00046E4         Message Object 23 FIFO/Gateway Pointer Register
CAN_MOIPR23     0xF00046E8         Message Object 23 Interrupt Pointer Register
CAN_MOAMR23     0xF00046EC         Message Object 23 Acceptance Mask Register
CAN_MODATAL23   0xF00046F0         Message Object 23 Data Register Low
CAN_MODATAH23   0xF00046F4         Message Object 23 Data Register High
CAN_MOAR23      0xF00046F8         Message Object 23 Arbitration Register
CAN_MOCTR23     0xF00046FC         Message Object 23 Control / Status Register
CAN_MOFCR24     0xF0004700         Message Object 24 Function Control Register
CAN_MOFGPR24    0xF0004704         Message Object 24 FIFO/Gateway Pointer Register
CAN_MOIPR24     0xF0004708         Message Object 24 Interrupt Pointer Register
CAN_MOAMR24     0xF000470C         Message Object 24 Acceptance Mask Register
CAN_MODATAL24   0xF0004710         Message Object 24 Data Register Low
CAN_MODATAH24   0xF0004714         Message Object 24 Data Register High
CAN_MOAR24      0xF0004718         Message Object 24 Arbitration Register
CAN_MOCTR24     0xF000471C         Message Object 24 Control / Status Register
CAN_MOFCR25     0xF0004720         Message Object 25 Function Control Register
CAN_MOFGPR25    0xF0004724         Message Object 25 FIFO/Gateway Pointer Register
CAN_MOIPR25     0xF0004728         Message Object 25 Interrupt Pointer Register
CAN_MOAMR25     0xF000472C         Message Object 25 Acceptance Mask Register
CAN_MODATAL25   0xF0004730         Message Object 25 Data Register Low
CAN_MODATAH25   0xF0004734         Message Object 25 Data Register High
CAN_MOAR25      0xF0004738         Message Object 25 Arbitration Register
CAN_MOCTR25     0xF000473C         Message Object 25 Control / Status Register
CAN_MOFCR26     0xF0004740         Message Object 26 Function Control Register
CAN_MOFGPR26    0xF0004744         Message Object 26 FIFO/Gateway Pointer Register
CAN_MOIPR26     0xF0004748         Message Object 26 Interrupt Pointer Register
CAN_MOAMR26     0xF000474C         Message Object 26 Acceptance Mask Register
CAN_MODATAL26   0xF0004750         Message Object 26 Data Register Low
CAN_MODATAH26   0xF0004754         Message Object 26 Data Register High
CAN_MOAR26      0xF0004758         Message Object 26 Arbitration Register
CAN_MOCTR26     0xF000475C         Message Object 26 Control / Status Register
CAN_MOFCR27     0xF0004760         Message Object 27 Function Control Register
CAN_MOFGPR27    0xF0004764         Message Object 27 FIFO/Gateway Pointer Register
CAN_MOIPR27     0xF0004768         Message Object 27 Interrupt Pointer Register
CAN_MOAMR27     0xF000476C         Message Object 27 Acceptance Mask Register
CAN_MODATAL27   0xF0004770         Message Object 27 Data Register Low
CAN_MODATAH27   0xF0004774         Message Object 27 Data Register High
CAN_MOAR27      0xF0004778         Message Object 27 Arbitration Register
CAN_MOCTR27     0xF000477C         Message Object 27 Control / Status Register
CAN_MOFCR28     0xF0004780         Message Object 28 Function Control Register
CAN_MOFGPR28    0xF0004784         Message Object 28 FIFO/Gateway Pointer Register
CAN_MOIPR28     0xF0004788         Message Object 28 Interrupt Pointer Register
CAN_MOAMR28     0xF000478C         Message Object 28 Acceptance Mask Register
CAN_MODATAL28   0xF0004790         Message Object 28 Data Register Low
CAN_MODATAH28   0xF0004794         Message Object 28 Data Register High
CAN_MOAR28      0xF0004798         Message Object 28 Arbitration Register
CAN_MOCTR28     0xF000479C         Message Object 28 Control / Status Register
CAN_MOFCR29     0xF00047A0         Message Object 29 Function Control Register
CAN_MOFGPR29    0xF00047A4         Message Object 29 FIFO/Gateway Pointer Register
CAN_MOIPR29     0xF00047A8         Message Object 29 Interrupt Pointer Register
CAN_MOAMR29     0xF00047AC         Message Object 29 Acceptance Mask Register
CAN_MODATAL29   0xF00047B0         Message Object 29 Data Register Low
CAN_MODATAH29   0xF00047B4         Message Object 29 Data Register High
CAN_MOAR29      0xF00047B8         Message Object 29 Arbitration Register
CAN_MOCTR29     0xF00047BC         Message Object 29 Control / Status Register
CAN_MOFCR30     0xF00047C0         Message Object 30 Function Control Register
CAN_MOFGPR30    0xF00047C4         Message Object 30 FIFO/Gateway Pointer Register
CAN_MOIPR30     0xF00047C8         Message Object 30 Interrupt Pointer Register
CAN_MOAMR30     0xF00047CC         Message Object 30 Acceptance Mask Register
CAN_MODATAL30   0xF00047D0         Message Object 30 Data Register Low
CAN_MODATAH30   0xF00047D4         Message Object 30 Data Register High
CAN_MOAR30      0xF00047D8         Message Object 30 Arbitration Register
CAN_MOCTR30     0xF00047DC         Message Object 30 Control / Status Register
CAN_MOFCR31     0xF00047E0         Message Object 31 Function Control Register
CAN_MOFGPR31    0xF00047E4         Message Object 31 FIFO/Gateway Pointer Register
CAN_MOIPR31     0xF00047E8         Message Object 31 Interrupt Pointer Register
CAN_MOAMR31     0xF00047EC         Message Object 31 Acceptance Mask Register
CAN_MODATAL31   0xF00047F0         Message Object 31 Data Register Low
CAN_MODATAH31   0xF00047F4         Message Object 31 Data Register High
CAN_MOAR31      0xF00047F8         Message Object 31 Arbitration Register
CAN_MOCTR31     0xF00047FC         Message Object 31 Control / Status Register
CAN_MOFCR32     0xF0004800         Message Object 32 Function Control Register
CAN_MOFGPR32    0xF0004804         Message Object 32 FIFO/Gateway Pointer Register
CAN_MOIPR32     0xF0004808         Message Object 32 Interrupt Pointer Register
CAN_MOAMR32     0xF000480C         Message Object 32 Acceptance Mask Register
CAN_MODATAL32   0xF0004810         Message Object 32 Data Register Low
CAN_MODATAH32   0xF0004814         Message Object 32 Data Register High
CAN_MOAR32      0xF0004818         Message Object 32 Arbitration Register
CAN_MOCTR32     0xF000481C         Message Object 32 Control / Status Register
CAN_MOFCR33     0xF0004820         Message Object 33 Function Control Register
CAN_MOFGPR33    0xF0004824         Message Object 33 FIFO/Gateway Pointer Register
CAN_MOIPR33     0xF0004828         Message Object 33 Interrupt Pointer Register
CAN_MOAMR33     0xF000482C         Message Object 33 Acceptance Mask Register
CAN_MODATAL33   0xF0004830         Message Object 33 Data Register Low
CAN_MODATAH33   0xF0004834         Message Object 33 Data Register High
CAN_MOAR33      0xF0004838         Message Object 33 Arbitration Register
CAN_MOCTR33     0xF000483C         Message Object 33 Control / Status Register
CAN_MOFCR34     0xF0004840         Message Object 34 Function Control Register
CAN_MOFGPR34    0xF0004844         Message Object 34 FIFO/Gateway Pointer Register
CAN_MOIPR34     0xF0004848         Message Object 34 Interrupt Pointer Register
CAN_MOAMR34     0xF000484C         Message Object 34 Acceptance Mask Register
CAN_MODATAL34   0xF0004850         Message Object 34 Data Register Low
CAN_MODATAH34   0xF0004854         Message Object 34 Data Register High
CAN_MOAR34      0xF0004858         Message Object 34 Arbitration Register
CAN_MOCTR34     0xF000485C         Message Object 34 Control / Status Register
CAN_MOFCR35     0xF0004860         Message Object 35 Function Control Register
CAN_MOFGPR35    0xF0004864         Message Object 35 FIFO/Gateway Pointer Register
CAN_MOIPR35     0xF0004868         Message Object 35 Interrupt Pointer Register
CAN_MOAMR35     0xF000486C         Message Object 35 Acceptance Mask Register
CAN_MODATAL35   0xF0004870         Message Object 35 Data Register Low
CAN_MODATAH35   0xF0004874         Message Object 35 Data Register High
CAN_MOAR35      0xF0004878         Message Object 35 Arbitration Register
CAN_MOCTR35     0xF000487C         Message Object 35 Control / Status Register
CAN_MOFCR36     0xF0004880         Message Object 36 Function Control Register
CAN_MOFGPR36    0xF0004884         Message Object 36 FIFO/Gateway Pointer Register
CAN_MOIPR36     0xF0004888         Message Object 36 Interrupt Pointer Register
CAN_MOAMR36     0xF000488C         Message Object 36 Acceptance Mask Register
CAN_MODATAL36   0xF0004890         Message Object 36 Data Register Low
CAN_MODATAH36   0xF0004894         Message Object 36 Data Register High
CAN_MOAR36      0xF0004898         Message Object 36 Arbitration Register
CAN_MOCTR36     0xF000489C         Message Object 36 Control / Status Register
CAN_MOFCR37     0xF00048A0         Message Object 37 Function Control Register
CAN_MOFGPR37    0xF00048A4         Message Object 37 FIFO/Gateway Pointer Register
CAN_MOIPR37     0xF00048A8         Message Object 37 Interrupt Pointer Register
CAN_MOAMR37     0xF00048AC         Message Object 37 Acceptance Mask Register
CAN_MODATAL37   0xF00048B0         Message Object 37 Data Register Low
CAN_MODATAH37   0xF00048B4         Message Object 37 Data Register High
CAN_MOAR37      0xF00048B8         Message Object 37 Arbitration Register
CAN_MOCTR37     0xF00048BC         Message Object 37 Control / Status Register
CAN_MOFCR38     0xF00048C0         Message Object 38 Function Control Register
CAN_MOFGPR38    0xF00048C4         Message Object 38 FIFO/Gateway Pointer Register
CAN_MOIPR38     0xF00048C8         Message Object 38 Interrupt Pointer Register
CAN_MOAMR38     0xF00048CC         Message Object 38 Acceptance Mask Register
CAN_MODATAL38   0xF00048D0         Message Object 38 Data Register Low
CAN_MODATAH38   0xF00048D4         Message Object 38 Data Register High
CAN_MOAR38      0xF00048D8         Message Object 38 Arbitration Register
CAN_MOCTR38     0xF00048DC         Message Object 38 Control / Status Register
CAN_MOFCR39     0xF00048E0         Message Object 39 Function Control Register
CAN_MOFGPR39    0xF00048E4         Message Object 39 FIFO/Gateway Pointer Register
CAN_MOIPR39     0xF00048E8         Message Object 39 Interrupt Pointer Register
CAN_MOAMR39     0xF00048EC         Message Object 39 Acceptance Mask Register
CAN_MODATAL39   0xF00048F0         Message Object 39 Data Register Low
CAN_MODATAH39   0xF00048F4         Message Object 39 Data Register High
CAN_MOAR39      0xF00048F8         Message Object 39 Arbitration Register
CAN_MOCTR39     0xF00048FC         Message Object 39 Control / Status Register
CAN_MOFCR40     0xF0004900         Message Object 40 Function Control Register
CAN_MOFGPR40    0xF0004904         Message Object 40 FIFO/Gateway Pointer Register
CAN_MOIPR40     0xF0004908         Message Object 40 Interrupt Pointer Register
CAN_MOAMR40     0xF000490C         Message Object 40 Acceptance Mask Register
CAN_MODATAL40   0xF0004910         Message Object 40 Data Register Low
CAN_MODATAH40   0xF0004914         Message Object 40 Data Register High
CAN_MOAR40      0xF0004918         Message Object 40 Arbitration Register
CAN_MOCTR40     0xF000491C         Message Object 40 Control / Status Register
CAN_MOFCR41     0xF0004920         Message Object 41 Function Control Register
CAN_MOFGPR41    0xF0004924         Message Object 41 FIFO/Gateway Pointer Register
CAN_MOIPR41     0xF0004928         Message Object 41 Interrupt Pointer Register
CAN_MOAMR41     0xF000492C         Message Object 41 Acceptance Mask Register
CAN_MODATAL41   0xF0004930         Message Object 41 Data Register Low
CAN_MODATAH41   0xF0004934         Message Object 41 Data Register High
CAN_MOAR41      0xF0004938         Message Object 41 Arbitration Register
CAN_MOCTR41     0xF000493C         Message Object 41 Control / Status Register
CAN_MOFCR42     0xF0004940         Message Object 42 Function Control Register
CAN_MOFGPR42    0xF0004944         Message Object 42 FIFO/Gateway Pointer Register
CAN_MOIPR42     0xF0004948         Message Object 42 Interrupt Pointer Register
CAN_MOAMR42     0xF000494C         Message Object 42 Acceptance Mask Register
CAN_MODATAL42   0xF0004950         Message Object 42 Data Register Low
CAN_MODATAH42   0xF0004954         Message Object 42 Data Register High
CAN_MOAR42      0xF0004958         Message Object 42 Arbitration Register
CAN_MOCTR42     0xF000495C         Message Object 42 Control / Status Register
CAN_MOFCR43     0xF0004960         Message Object 43 Function Control Register
CAN_MOFGPR43    0xF0004964         Message Object 43 FIFO/Gateway Pointer Register
CAN_MOIPR43     0xF0004968         Message Object 43 Interrupt Pointer Register
CAN_MOAMR43     0xF000496C         Message Object 43 Acceptance Mask Register
CAN_MODATAL43   0xF0004970         Message Object 43 Data Register Low
CAN_MODATAH43   0xF0004974         Message Object 43 Data Register High
CAN_MOAR43      0xF0004978         Message Object 43 Arbitration Register
CAN_MOCTR43     0xF000497C         Message Object 43 Control / Status Register
CAN_MOFCR44     0xF0004980         Message Object 44 Function Control Register
CAN_MOFGPR44    0xF0004984         Message Object 44 FIFO/Gateway Pointer Register
CAN_MOIPR44     0xF0004988         Message Object 44 Interrupt Pointer Register
CAN_MOAMR44     0xF000498C         Message Object 44 Acceptance Mask Register
CAN_MODATAL44   0xF0004990         Message Object 44 Data Register Low
CAN_MODATAH44   0xF0004994         Message Object 44 Data Register High
CAN_MOAR44      0xF0004998         Message Object 44 Arbitration Register
CAN_MOCTR44     0xF000499C         Message Object 44 Control / Status Register
CAN_MOFCR45     0xF00049A0         Message Object 45 Function Control Register
CAN_MOFGPR45    0xF00049A4         Message Object 45 FIFO/Gateway Pointer Register
CAN_MOIPR45     0xF00049A8         Message Object 45 Interrupt Pointer Register
CAN_MOAMR45     0xF00049AC         Message Object 45 Acceptance Mask Register
CAN_MODATAL45   0xF00049B0         Message Object 45 Data Register Low
CAN_MODATAH45   0xF00049B4         Message Object 45 Data Register High
CAN_MOAR45      0xF00049B8         Message Object 45 Arbitration Register
CAN_MOCTR45     0xF00049BC         Message Object 45 Control / Status Register
CAN_MOFCR46     0xF00049C0         Message Object 46 Function Control Register
CAN_MOFGPR46    0xF00049C4         Message Object 46 FIFO/Gateway Pointer Register
CAN_MOIPR46     0xF00049C8         Message Object 46 Interrupt Pointer Register
CAN_MOAMR46     0xF00049CC         Message Object 46 Acceptance Mask Register
CAN_MODATAL46   0xF00049D0         Message Object 46 Data Register Low
CAN_MODATAH46   0xF00049D4         Message Object 46 Data Register High
CAN_MOAR46      0xF00049D8         Message Object 46 Arbitration Register
CAN_MOCTR46     0xF00049DC         Message Object 46 Control / Status Register
CAN_MOFCR47     0xF00049E0         Message Object 47 Function Control Register
CAN_MOFGPR47    0xF00049E4         Message Object 47 FIFO/Gateway Pointer Register
CAN_MOIPR47     0xF00049E8         Message Object 47 Interrupt Pointer Register
CAN_MOAMR47     0xF00049EC         Message Object 47 Acceptance Mask Register
CAN_MODATAL47   0xF00049F0         Message Object 47 Data Register Low
CAN_MODATAH47   0xF00049F4         Message Object 47 Data Register High
CAN_MOAR47      0xF00049F8         Message Object 47 Arbitration Register
CAN_MOCTR47     0xF00049FC         Message Object 47 Control / Status Register
CAN_MOFCR48     0xF0004A00         Message Object 48 Function Control Register
CAN_MOFGPR48    0xF0004A04         Message Object 48 FIFO/Gateway Pointer Register
CAN_MOIPR48     0xF0004A08         Message Object 48 Interrupt Pointer Register
CAN_MOAMR48     0xF0004A0C         Message Object 48 Acceptance Mask Register
CAN_MODATAL48   0xF0004A10         Message Object 48 Data Register Low
CAN_MODATAH48   0xF0004A14         Message Object 48 Data Register High
CAN_MOAR48      0xF0004A18         Message Object 48 Arbitration Register
CAN_MOCTR48     0xF0004A1C         Message Object 48 Control / Status Register
CAN_MOFCR49     0xF0004A20         Message Object 49 Function Control Register
CAN_MOFGPR49    0xF0004A24         Message Object 49 FIFO/Gateway Pointer Register
CAN_MOIPR49     0xF0004A28         Message Object 49 Interrupt Pointer Register
CAN_MOAMR49     0xF0004A2C         Message Object 49 Acceptance Mask Register
CAN_MODATAL49   0xF0004A30         Message Object 49 Data Register Low
CAN_MODATAH49   0xF0004A34         Message Object 49 Data Register High
CAN_MOAR49      0xF0004A38         Message Object 49 Arbitration Register
CAN_MOCTR49     0xF0004A3C         Message Object 49 Control / Status Register
CAN_MOFCR50     0xF0004A40         Message Object 50 Function Control Register
CAN_MOFGPR50    0xF0004A44         Message Object 50 FIFO/Gateway Pointer Register
CAN_MOIPR50     0xF0004A48         Message Object 50 Interrupt Pointer Register
CAN_MOAMR50     0xF0004A4C         Message Object 50 Acceptance Mask Register
CAN_MODATAL50   0xF0004A50         Message Object 50 Data Register Low
CAN_MODATAH50   0xF0004A54         Message Object 50 Data Register High
CAN_MOAR50      0xF0004A58         Message Object 50 Arbitration Register
CAN_MOCTR50     0xF0004A5C         Message Object 50 Control / Status Register
CAN_MOFCR51     0xF0004A60         Message Object 51 Function Control Register
CAN_MOFGPR51    0xF0004A64         Message Object 51 FIFO/Gateway Pointer Register
CAN_MOIPR51     0xF0004A68         Message Object 51 Interrupt Pointer Register
CAN_MOAMR51     0xF0004A6C         Message Object 51 Acceptance Mask Register
CAN_MODATAL51   0xF0004A70         Message Object 51 Data Register Low
CAN_MODATAH51   0xF0004A74         Message Object 51 Data Register High
CAN_MOAR51      0xF0004A78         Message Object 51 Arbitration Register
CAN_MOCTR51     0xF0004A7C         Message Object 51 Control / Status Register
CAN_MOFCR52     0xF0004A80         Message Object 52 Function Control Register
CAN_MOFGPR52    0xF0004A84         Message Object 52 FIFO/Gateway Pointer Register
CAN_MOIPR52     0xF0004A88         Message Object 52 Interrupt Pointer Register
CAN_MOAMR52     0xF0004A8C         Message Object 52 Acceptance Mask Register
CAN_MODATAL52   0xF0004A90         Message Object 52 Data Register Low
CAN_MODATAH52   0xF0004A94         Message Object 52 Data Register High
CAN_MOAR52      0xF0004A98         Message Object 52 Arbitration Register
CAN_MOCTR52     0xF0004A9C         Message Object 52 Control / Status Register
CAN_MOFCR53     0xF0004AA0         Message Object 53 Function Control Register
CAN_MOFGPR53    0xF0004AA4         Message Object 53 FIFO/Gateway Pointer Register
CAN_MOIPR53     0xF0004AA8         Message Object 53 Interrupt Pointer Register
CAN_MOAMR53     0xF0004AAC         Message Object 53 Acceptance Mask Register
CAN_MODATAL53   0xF0004AB0         Message Object 53 Data Register Low
CAN_MODATAH53   0xF0004AB4         Message Object 53 Data Register High
CAN_MOAR53      0xF0004AB8         Message Object 53 Arbitration Register
CAN_MOCTR53     0xF0004ABC         Message Object 53 Control / Status Register
CAN_MOFCR54     0xF0004AC0         Message Object 54 Function Control Register
CAN_MOFGPR54    0xF0004AC4         Message Object 54 FIFO/Gateway Pointer Register
CAN_MOIPR54     0xF0004AC8         Message Object 54 Interrupt Pointer Register
CAN_MOAMR54     0xF0004ACC         Message Object 54 Acceptance Mask Register
CAN_MODATAL54   0xF0004AD0         Message Object 54 Data Register Low
CAN_MODATAH54   0xF0004AD4         Message Object 54 Data Register High
CAN_MOAR54      0xF0004AD8         Message Object 54 Arbitration Register
CAN_MOCTR54     0xF0004ADC         Message Object 54 Control / Status Register
CAN_MOFCR55     0xF0004AE0         Message Object 55 Function Control Register
CAN_MOFGPR55    0xF0004AE4         Message Object 55 FIFO/Gateway Pointer Register
CAN_MOIPR55     0xF0004AE8         Message Object 55 Interrupt Pointer Register
CAN_MOAMR55     0xF0004AEC         Message Object 55 Acceptance Mask Register
CAN_MODATAL55   0xF0004AF0         Message Object 55 Data Register Low
CAN_MODATAH55   0xF0004AF4         Message Object 55 Data Register High
CAN_MOAR55      0xF0004AF8         Message Object 55 Arbitration Register
CAN_MOCTR55     0xF0004AFC         Message Object 55 Control / Status Register
CAN_MOFCR56     0xF0004B00         Message Object 56 Function Control Register
CAN_MOFGPR56    0xF0004B04         Message Object 56 FIFO/Gateway Pointer Register
CAN_MOIPR56     0xF0004B08         Message Object 56 Interrupt Pointer Register
CAN_MOAMR56     0xF0004B0C         Message Object 56 Acceptance Mask Register
CAN_MODATAL56   0xF0004B10         Message Object 56 Data Register Low
CAN_MODATAH56   0xF0004B14         Message Object 56 Data Register High
CAN_MOAR56      0xF0004B18         Message Object 56 Arbitration Register
CAN_MOCTR56     0xF0004B1C         Message Object 56 Control / Status Register
CAN_MOFCR57     0xF0004B20         Message Object 57 Function Control Register
CAN_MOFGPR57    0xF0004B24         Message Object 57 FIFO/Gateway Pointer Register
CAN_MOIPR57     0xF0004B28         Message Object 57 Interrupt Pointer Register
CAN_MOAMR57     0xF0004B2C         Message Object 57 Acceptance Mask Register
CAN_MODATAL57   0xF0004B30         Message Object 57 Data Register Low
CAN_MODATAH57   0xF0004B34         Message Object 57 Data Register High
CAN_MOAR57      0xF0004B38         Message Object 57 Arbitration Register
CAN_MOCTR57     0xF0004B3C         Message Object 57 Control / Status Register
CAN_MOFCR58     0xF0004B40         Message Object 58 Function Control Register
CAN_MOFGPR58    0xF0004B44         Message Object 58 FIFO/Gateway Pointer Register
CAN_MOIPR58     0xF0004B48         Message Object 58 Interrupt Pointer Register
CAN_MOAMR58     0xF0004B4C         Message Object 58 Acceptance Mask Register
CAN_MODATAL58   0xF0004B50         Message Object 58 Data Register Low
CAN_MODATAH58   0xF0004B54         Message Object 58 Data Register High
CAN_MOAR58      0xF0004B58         Message Object 58 Arbitration Register
CAN_MOCTR58     0xF0004B5C         Message Object 58 Control / Status Register
CAN_MOFCR59     0xF0004B60         Message Object 59 Function Control Register
CAN_MOFGPR59    0xF0004B64         Message Object 59 FIFO/Gateway Pointer Register
CAN_MOIPR59     0xF0004B68         Message Object 59 Interrupt Pointer Register
CAN_MOAMR59     0xF0004B6C         Message Object 59 Acceptance Mask Register
CAN_MODATAL59   0xF0004B70         Message Object 59 Data Register Low
CAN_MODATAH59   0xF0004B74         Message Object 59 Data Register High
CAN_MOAR59      0xF0004B78         Message Object 59 Arbitration Register
CAN_MOCTR59     0xF0004B7C         Message Object 59 Control / Status Register
CAN_MOFCR60     0xF0004B80         Message Object 60 Function Control Register
CAN_MOFGPR60    0xF0004B84         Message Object 60 FIFO/Gateway Pointer Register
CAN_MOIPR60     0xF0004B88         Message Object 60 Interrupt Pointer Register
CAN_MOAMR60     0xF0004B8C         Message Object 60 Acceptance Mask Register
CAN_MODATAL60   0xF0004B90         Message Object 60 Data Register Low
CAN_MODATAH60   0xF0004B94         Message Object 60 Data Register High
CAN_MOAR60      0xF0004B98         Message Object 60 Arbitration Register
CAN_MOCTR60     0xF0004B9C         Message Object 60 Control / Status Register
CAN_MOFCR61     0xF0004BA0         Message Object 61 Function Control Register
CAN_MOFGPR61    0xF0004BA4         Message Object 61 FIFO/Gateway Pointer Register
CAN_MOIPR61     0xF0004BA8         Message Object 61 Interrupt Pointer Register
CAN_MOAMR61     0xF0004BAC         Message Object 61 Acceptance Mask Register
CAN_MODATAL61   0xF0004BB0         Message Object 61 Data Register Low
CAN_MODATAH61   0xF0004BB4         Message Object 61 Data Register High
CAN_MOAR61      0xF0004BB8         Message Object 61 Arbitration Register
CAN_MOCTR61     0xF0004BBC         Message Object 61 Control / Status Register
CAN_MOFCR62     0xF0004BC0         Message Object 62 Function Control Register
CAN_MOFGPR62    0xF0004BC4         Message Object 62 FIFO/Gateway Pointer Register
CAN_MOIPR62     0xF0004BC8         Message Object 62 Interrupt Pointer Register
CAN_MOAMR62     0xF0004BCC         Message Object 62 Acceptance Mask Register
CAN_MODATAL62   0xF0004BD0         Message Object 62 Data Register Low
CAN_MODATAH62   0xF0004BD4         Message Object 62 Data Register High
CAN_MOAR62      0xF0004BD8         Message Object 62 Arbitration Register
CAN_MOCTR62     0xF0004BDC         Message Object 62 Control / Status Register
CAN_MOFCR63     0xF0004BE0         Message Object 63 Function Control Register
CAN_MOFGPR63    0xF0004BE4         Message Object 63 FIFO/Gateway Pointer Register
CAN_MOIPR63     0xF0004BE8         Message Object 63 Interrupt Pointer Register
CAN_MOAMR63     0xF0004BEC         Message Object 63 Acceptance Mask Register
CAN_MODATAL63   0xF0004BF0         Message Object 63 Data Register Low
CAN_MODATAH63   0xF0004BF4         Message Object 63 Data Register High
CAN_MOAR63      0xF0004BF8         Message Object 63 Arbitration Register
CAN_MOCTR63     0xF0004BFC         Message Object 63 Control / Status Register
PCP_CLC         0xF0043F00         PCP Clock Control Register
PCP_ID          0xF0043F08         PCP Module Identification Register
PCP_CS          0xF0043F10         PCP Control/Status Register
PCP_ES          0xF0043F14         PCP Error/Debug Status Register
PCP_ICR         0xF0043F20         PCP Interrupt Control Register
PCP_ITR         0xF0043F24         PCP Interrupt Threshold Control Register
PCP_ICON        0xF0043F28         PCP Interrupt Configuration Register
PCP_SSR         0xF0043F2C         PCP Stall Status Register
PCP_FTD         0xF0043F30         PCP Test/Disable Register
PCP_SRC11       0xF0043FD0         PCP Service Request Control Register 11
PCP_SRC10       0xF0043FD4         PCP Service Request Control Register 10
PCP_SRC9        0xF0043FD8         PCP Service Request Control Register 9
PCP_SRC8        0xF0043FDC         PCP Service Request Control Register 8
PCP_SRC7        0xF0043FE0         PCP Service Request Control Register 7
PCP_SRC6        0xF0043FE4         PCP Service Request Control Register 6
PCP_SRC5        0xF0043FE8         PCP Service Request Control Register 5
PCP_SRC4        0xF0043FEC         PCP Service Request Control Register 4
PCP_SRC3        0xF0043FF0         PCP Service Request Control Register 3
PCP_SRC2        0xF0043FF4         PCP Service Request Control Register 2
PCP_SRC1        0xF0043FF8         PCP Service Request Control Register 1
PCP_SRC0        0xF0043FFC         PCP Service Request Control Register 0
SSC0_CLC        0xF0100100         Clock Control Register
SSC0_PISEL      0xF0100104         Port Input Select Register
SSC0_ID         0xF0100108         Module Identification Register
SSC0_FDR        0xF010010C         Fractional Divider Register
SSC0_CON        0xF0100110         Control Register
SSC0_BR         0xF0100114         Baud Rate Timer Reload Register
SSC0_SSOC       0xF0100118         Slave Select Output Control Register
SSC0_SSOTC      0xF010011C         Slave Select Output Timing Control Register
SSC0_TB         0xF0100120         Transmit Buffer Register
SSC0_RB         0xF0100124         Receive Buffer Register
SSC0_STAT       0xF0100128         Status Register
SSC0_EFM        0xF010012C         Error Flag Modification Register
SSC0_TSRC       0xF01001F4         Transmit Interrupt Service Request Control Register
SSC0_RSRC       0xF01001F8         Receive Interrupt Service Request Control Register
SSC0_ESRC       0xF01001FC         Error Interrupt Service Request Control Register
SSC1_CLC        0xF0100200         SSC1 Clock Control Register
SSC1_PISEL      0xF0100204         Port Input Select Register
SSC1_ID         0xF0100208         Module Identification Register
SSC1_FDR        0xF010020C         SSC1 Fractional Divider Register
SSC1_CON        0xF0100210         Control Register
SSC1_BR         0xF0100214         Baud Rate Timer Reload Register
SSC1_SSOC       0xF0100218         Slave Select Output Control Register
SSC1_SSOTC      0xF010021C         Slave Select Output Timing Control Register
SSC1_TB         0xF0100220         Transmit Buffer Register
SSC1_RB         0xF0100224         Receive Buffer Register
SSC1_STAT       0xF0100228         Status Register
SSC1_EFM        0xF010022C         Error Flag Modification Register
SSC1_TSRC       0xF01002F4         Transmit Interrupt Service Request Control Register
SSC1_RSRC       0xF01002F8         Receive Interrupt Service Request Control Register
SSC1_ESRC       0xF01002FC         Error Interrupt Service Request Control Register
FADC_CLC        0xF0100300         FADC Clock Control Register
FADC_ID         0xF0100308         Module Identification Register
FADC_FDR        0xF010030C         FADC Fractional Divider Register
FADC_CRSR       0xF0100310         Conversion Request Status Register
FADC_FMR        0xF0100314         Flag Modification Register
FADC_NCTR       0xF0100318         Neighbor Channel Trigger Register
FADC_GCR        0xF010031C         Global Control Register
FADC_CFGR0      0xF0100320         Channel 0 Configuration Register
FADC_CFGR1      0xF0100324         Channel 1 Configuration Register
FADC_ACR0       0xF0100330         Channel 0 Analog Control Register
FADC_ACR1       0xF0100334         Channel 1 Analog Control Register
FADC_RCH0       0xF0100340         Channel 0 Conversion Result Register
FADC_RCH1       0xF0100344         Channel 1 Conversion Result Register
FADC_FCR0       0xF0100360         Filter 0 Control Register
FADC_CRR0       0xF0100364         Filter 0 Current Result Register
FADC_IRR10      0xF0100368         Filter 0 Intermediate Result Register 1
FADC_IRR20      0xF010036C         Filter 0 Intermediate Result Register 2
FADC_IRR30      0xF0100370         Filter 0 Intermediate Result Register 3
FADC_FRR0       0xF0100374         Filter 0 Final Result Register
FADC_FCR1       0xF0100380         Filter 1 Control Register
FADC_CRR1       0xF0100384         Filter 1 Current Result Register
FADC_IRR11      0xF0100388         Filter 1 Intermediate Result Register 1
FADC_FRR1       0xF0100394         Filter 1 Final Result Register
FADC_SRC1       0xF01003F8         FADC Service Request Control Register 1
FADC_SRC0       0xF01003FC         FADC Service Request Control Register 0
ADC0_CLC        0xF0100400         ADC0 Clock Control Register
ADC0_ID         0xF0100408         Module Identification Register
ADC0_FDR        0xF010040C         ADC0 Fractional Divider Register
ADC0_CHCON0     0xF0100410         Channel Control Register 0
ADC0_CHCON1     0xF0100414         Channel Control Register 1
ADC0_CHCON2     0xF0100418         Channel Control Register 2
ADC0_CHCON3     0xF010041C         Channel Control Register 3
ADC0_CHCON4     0xF0100420         Channel Control Register 4
ADC0_CHCON5     0xF0100424         Channel Control Register 5
ADC0_CHCON6     0xF0100428         Channel Control Register 6
ADC0_CHCON7     0xF010042C         Channel Control Register 7
ADC0_CHCON8     0xF0100430         Channel Control Register 8
ADC0_CHCON9     0xF0100434         Channel Control Register 9
ADC0_CHCON10    0xF0100438         Channel Control Register 10
ADC0_CHCON11    0xF010043C         Channel Control Register 11
ADC0_CHCON12    0xF0100440         Channel Control Register 12
ADC0_CHCON13    0xF0100444         Channel Control Register 13
ADC0_CHCON14    0xF0100448         Channel Control Register 14
ADC0_CHCON15    0xF010044C         Channel Control Register 15
ADC0_AP         0xF0100484         Arbitration Participation Register
ADC0_SAL        0xF0100488         Source Arbitration Level Register
ADC0_TTC        0xF010048C         Time Trigger Control Register
ADC0_EXTC       0xF0100490         External Trigger Control Register
ADC0_SCON       0xF0100498         Source Control Register
ADC0_LCCON0     0xF0100500         Limit Check Control Register 0
ADC0_LCCON1     0xF0100504         Limit Check Control Register 1
ADC0_LCCON2     0xF0100508         Limit Check Control Register 2
ADC0_LCCON3     0xF010050C         Limit Check Control Register 3
ADC0_TCON       0xF0100514         Timer Control Register
ADC0_CHIN       0xF0100518         Channel Injection Control Register
ADC0_QR         0xF010051C         Queue Register
ADC0_CON        0xF0100520         Converter Control Register
ADC0_SCN        0xF0100524         Auto-Scan Control Register
ADC0_REQ0       0xF0100528         Conversion Request Register SW0
ADC0_CHSTAT0    0xF0100530         Channel Status Register 0
ADC0_CHSTAT1    0xF0100534         Channel Status Register 1
ADC0_CHSTAT2    0xF0100538         Channel Status Register 2
ADC0_CHSTAT3    0xF010053C         Channel Status Register 3
ADC0_CHSTAT4    0xF0100540         Channel Status Register 4
ADC0_CHSTAT5    0xF0100544         Channel Status Register 5
ADC0_CHSTAT6    0xF0100548         Channel Status Register 6
ADC0_CHSTAT7    0xF010054C         Channel Status Register 7
ADC0_CHSTAT8    0xF0100550         Channel Status Register 8
ADC0_CHSTAT9    0xF0100554         Channel Status Register 9
ADC0_CHSTAT10   0xF0100558         Channel Status Register 10
ADC0_CHSTAT11   0xF010055C         Channel Status Register 11
ADC0_CHSTAT12   0xF0100560         Channel Status Register 12
ADC0_CHSTAT13   0xF0100564         Channel Status Register 13
ADC0_CHSTAT14   0xF0100568         Channel Status Register 14
ADC0_CHSTAT15   0xF010056C         Channel Status Register 15
ADC0_QUEUE0     0xF0100570         Queue Status Register
ADC0_SW0CRP     0xF0100580         Software SW0 Conversion Request Pending Register
ADC0_ASCRP      0xF0100588         Auto-Scan Conversion Request Pending Register
ADC0_TSTAT      0xF01005B0         Timer Status Register
ADC0_STAT       0xF01005B4         Converter Status Register
ADC0_TCRP       0xF01005B8         Timer Conversion Request Pending Register
ADC0_EXCRP      0xF01005BC         External Conversion Request Pending Register
ADC0_MSS0       0xF01005D0         Module Service Request Status Register 0
ADC0_MSS1       0xF01005D4         Module Service Request Status Register 1
ADC0_SRNP       0xF01005DC         Service Request Node Pointer Register
ADC0_SRC3       0xF01005F0         ADC0 Service Request Control Register 3
ADC0_SRC2       0xF01005F4         ADC0 Service Request Control Register 2
ADC0_SRC1       0xF01005F8         ADC0 Service Request Control Register 1
ADC0_SRC0       0xF01005FC         ADC0 Service Request Control Register 0
MLI0_ID         0xF010C008         Module Identification Register
MLI0_FDR        0xF010C00C         Fractional Divider Register
MLI0_TCR        0xF010C010         Transmitter Control Register
MLI0_TSTATR     0xF010C014         Transmitter Status Register
MLI0_TP0STATR   0xF010C018         Transmitter Pipe 0 Status Register
MLI0_TP1STATR   0xF010C01C         Transmitter Pipe 1 Status Register
MLI0_TP2STATR   0xF010C020         Transmitter Pipe 2 Status Register
MLI0_TP3STATR   0xF010C024         Transmitter Pipe 3 Status Register
MLI0_TCMDR      0xF010C028         Transmitter Command Register
MLI0_TRSTATR    0xF010C02C         Transmitter Receiver Status Register
MLI0_TP0AOFR    0xF010C030         Transmitter Pipe 0 Address Offset Register
MLI0_TP1AOFR    0xF010C034         Transmitter Pipe 1 Address Offset Register
MLI0_TP2AOFR    0xF010C038         Transmitter Pipe 2 Address Offset Register
MLI0_TP3AOFR    0xF010C03C         Transmitter Pipe 3 Address Offset Register
MLI0_TP0DATAR   0xF010C040         Transmitter Pipe 0 Data Register
MLI0_TP1DATAR   0xF010C044         Transmitter Pipe 1 Data Register
MLI0_TP2DATAR   0xF010C048         Transmitter Pipe 2 Data Register
MLI0_TP3DATAR   0xF010C04C         Transmitter Pipe 3 Data Register
MLI0_TDRAR      0xF010C050         Transmitter Data Read Answer Register
MLI0_TP0BAR     0xF010C054         Transmitter Pipe 0 Base Address Register
MLI0_TP1BAR     0xF010C058         Transmitter Pipe 1 Base Address Register
MLI0_TP2BAR     0xF010C05C         Transmitter Pipe 2 Base Address Register
MLI0_TP3BAR     0xF010C060         Transmitter Pipe 3 Base Address Register
MLI0_TCBAR      0xF010C064         Transmitter Copy Base Address Register
MLI0_RCR        0xF010C068         Receiver Control Register
MLI0_RP0BAR     0xF010C06C         Receiver Pipe 0 Base Address Register
MLI0_RP1BAR     0xF010C070         Receiver Pipe 1 Base Address Register
MLI0_RP2BAR     0xF010C074         Receiver Pipe 2 Base Address Register
MLI0_RP3BAR     0xF010C078         Receiver Pipe 3 Base Address Register
MLI0_RP0STATR   0xF010C07C         Receiver Pipe 0 Status Register
MLI0_RP1STATR   0xF010C080         Receiver Pipe 1 Status Register
MLI0_RP2STATR   0xF010C084         Receiver Pipe 2 Status Register
MLI0_RP3STATR   0xF010C088         Receiver Pipe 3 Status Register
MLI0_RADRR      0xF010C08C         Receiver Address Register
MLI0_RDATAR     0xF010C090         Receiver Data Register
MLI0_SCR        0xF010C094         Set Clear Register
MLI0_TIER       0xF010C098         Transmitter Interrupt Enable Register
MLI0_TISR       0xF010C09C         Transmitter Interrupt Status Register
MLI0_TINPR      0xF010C0A0         Transmitter Interrupt Node Pointer Register
MLI0_RIER       0xF010C0A4         Receiver Interrupt Enable Register
MLI0_RISR       0xF010C0A8         Receiver Interrupt Status Register
MLI0_RINPR      0xF010C0AC         Receiver Interrupt Node Pointer Register
MLI0_GINTR      0xF010C0B0         Global Interrupt Set Register
MLI0_OICR       0xF010C0B4         Output Input Control Register
MLI0_AER        0xF010C0B8         Access Enable Register
MLI0_ARR        0xF010C0BC         Access Range Register
MLI1_ID         0xF010C108         Module Identification Register
MLI1_FDR        0xF010C10C         Fractional Divider Register
MLI1_TCR        0xF010C110         Transmitter Control Register
MLI1_TSTATR     0xF010C114         Transmitter Status Register
MLI1_TP0STATR   0xF010C118         Transmitter Pipe 0 Status Register
MLI1_TP1STATR   0xF010C11C         Transmitter Pipe 1 Status Register
MLI1_TP2STATR   0xF010C120         Transmitter Pipe 2 Status Register
MLI1_TP3STATR   0xF010C124         Transmitter Pipe 3 Status Register
MLI1_TCMDR      0xF010C128         Transmitter Command Register
MLI1_TRSTATR    0xF010C12C         Transmitter Receiver Status Register
MLI1_TP0AOFR    0xF010C130         Transmitter Pipe 0 Address Offset Register
MLI1_TP1AOFR    0xF010C134         Transmitter Pipe 1 Address Offset Register
MLI1_TP2AOFR    0xF010C138         Transmitter Pipe 2 Address Offset Register
MLI1_TP3AOFR    0xF010C13C         Transmitter Pipe 3 Address Offset Register
MLI1_TP0DATAR   0xF010C140         Transmitter Pipe 0 Data Register
MLI1_TP1DATAR   0xF010C144         Transmitter Pipe 1 Data Register
MLI1_TP2DATAR   0xF010C148         Transmitter Pipe 2 Data Register
MLI1_TP3DATAR   0xF010C14C         Transmitter Pipe 3 Data Register
MLI1_TDRAR      0xF010C150         Transmitter Data Read Answer Register
MLI1_TP0BAR     0xF010C154         Transmitter Pipe 0 Base Address Register
MLI1_TP1BAR     0xF010C158         Transmitter Pipe 1 Base Address Register
MLI1_TP2BAR     0xF010C15C         Transmitter Pipe 2 Base Address Register
MLI1_TP3BAR     0xF010C160         Transmitter Pipe 3 Base Address Register
MLI1_TCBAR      0xF010C164         Transmitter Copy Base Address Register
MLI1_RCR        0xF010C168         Receiver Control Register
MLI1_RP0BAR     0xF010C16C         Receiver Pipe 0 Base Address Register
MLI1_RP1BAR     0xF010C170         Receiver Pipe 1 Base Address Register
MLI1_RP2BAR     0xF010C174         Receiver Pipe 2 Base Address Register
MLI1_RP3BAR     0xF010C178         Receiver Pipe 3 Base Address Register
MLI1_RP0STATR   0xF010C17C         Receiver Pipe 0 Status Register
MLI1_RP1STATR   0xF010C180         Receiver Pipe 1 Status Register
MLI1_RP2STATR   0xF010C184         Receiver Pipe 2 Status Register
MLI1_RP3STATR   0xF010C188         Receiver Pipe 3 Status Register
MLI1_RADRR      0xF010C18C         Receiver Address Register
MLI1_RDATAR     0xF010C190         Receiver Data Register
MLI1_SCR        0xF010C194         Set Clear Register
MLI1_TIER       0xF010C198         Transmitter Interrupt Enable Register
MLI1_TISR       0xF010C19C         Transmitter Interrupt Status Register
MLI1_TINPR      0xF010C1A0         Transmitter Interrupt Node Pointer Register
MLI1_RIER       0xF010C1A4         Receiver Interrupt Enable Register
MLI1_RISR       0xF010C1A8         Receiver Interrupt Status Register
MLI1_RINPR      0xF010C1AC         Receiver Interrupt Node Pointer Register
MLI1_GINTR      0xF010C1B0         Global Interrupt Set Register
MLI1_OICR       0xF010C1B4         Output Input Control Register
MLI1_AER        0xF010C1B8         Access Enable Register
MLI1_ARR        0xF010C1BC         Access Range Register
MCHK_ID         0xF010C208         Memory Checker Module Identification Register
MCHK_IR         0xF010C210         Memory Checker Input Register
MCHK_RR         0xF010C214         Memory Checker Result Register
MCHK_WR         0xF010C220         Memory Checker Write Register
CPS_ID          0xF7E0FF08         CPS Module Identification Register
CPU_SRC3        0xF7E0FFF0         CPU Service Request Control Register 3
CPU_SRC2        0xF7E0FFF4         CPU Service Request Control Register 2
CPU_SRC1        0xF7E0FFF8         CPU Service Request Control Register 1
CPU_SRC0        0xF7E0FFFC         CPU Service Request Control Register 0
CSFR_BASE       0xF7E10000         Core Special Function Registers base
MMU_CON         0xF7E18000         MMU Control Register
DPR0_0L         0xF7E1C000         Data Segment Protection Register Set 0, Range 0, Lower Boundary
DPR0_0U         0xF7E1C004         Data Segment Protection Register Set 0, Range 0, Upper Boundary
DPR0_1L         0xF7E1C008         Data Segment Protection Register Set 0, Range 1, Lower Boundary
DPR0_1U         0xF7E1C00C         Data Segment Protection Register Set 0, Range 1, Upper Boundary
DPR0_2L         0xF7E1C010         Data Segment Protection Register Set 0, Range 2, Lower Boundary
DPR0_2U         0xF7E1C014         Data Segment Protection Register Set 0, Range 2, Upper Boundary
DPR0_3L         0xF7E1C018         Data Segment Protection Register Set 0, Range 3, Lower Boundary
DPR0_3U         0xF7E1C01C         Data Segment Protection Register Set 0, Range 3, Upper Boundary
DPR1_0L         0xF7E1C400         Data Segment Protection Register Set 1, Range 0, Lower Boundary
DPR1_0U         0xF7E1C404         Data Segment Protection Register Set 1, Range 0, Upper Boundary
DPR1_1L         0xF7E1C408         Data Segment Protection Register Set 1, Range 1, Lower Boundary
DPR1_1U         0xF7E1C40C         Data Segment Protection Register Set 1, Range 1, Upper Boundary
DPR1_2L         0xF7E1C410         Data Segment Protection Register Set 1, Range 2, Lower Boundary
DPR1_2U         0xF7E1C414         Data Segment Protection Register Set 1, Range 2, Upper Boundary
DPR1_3L         0xF7E1C418         Data Segment Protection Register Set 1, Range 3, Lower Boundary
DPR1_3U         0xF7E1C41C         Data Segment Protection Register Set 1, Range 3, Upper Boundary
CPR0_0L         0xF7E1D000         Code Segment Protection Register Set 0, Range 0, Lower Boundary
CPR0_0U         0xF7E1D004         Code Segment Protection Register Set 0, Range 0, Upper Boundary
CPR0_1L         0xF7E1D008         Code Segment Protection Register Set 0, Range 1, Lower Boundary
CPR0_1U         0xF7E1D00C         Code Segment Protection Register Set 0, Range 1, Upper Boundary
CPR1_0L         0xF7E1D400         Code Segment Protection Register Set 1, Range 0, Lower Boundary
CPR1_0U         0xF7E1D404         Code Segment Protection Register Set 1, Range 0, Upper Boundary
CPR1_1L         0xF7E1D408         Code Segment Protection Register Set 1, Range 1, Lower Boundary
CPR1_1U         0xF7E1D40C         Code Segment Protection Register Set 1, Range 1, Upper Boundary
DPM0            0xF7E1E000         Data Protection Mode Register Set 0
DPM1            0xF7E1E080         Data Protection Mode Register Set 1
CPM0            0xF7E1E200         Code Protection Mode Register Set 0
CPM1            0xF7E1E280         Code Protection Mode Register Set 1
DBGSR           0xF7E1FD00         Debug Status Register
EXEVT           0xF7E1FD08         External Break Input Event Specifier Register
CREVT           0xF7E1FD0C         Core
SWEVT           0xF7E1FD10         Software Break Event Specifier Register
TR0EVT          0xF7E1FD20         Trigger Event 0 Specifier Register
TR1EVT          0xF7E1FD24         Trigger Event 1 Specifier Register
DMS             0xF7E1FD40         Debug Monitor Start Address Register
DCX             0xF7E1FD44         Debug Context Save Area Pointer
PCXI            0xF7E1FE00         Previous Context Information Register
PSW             0xF7E1FE04         Program Status Word
PC              0xF7E1FE08         Program Counter
SYSCON          0xF7E1FE14         System Configuration Register
CPU_ID          0xF7E1FE18         CPU Identification Register
BIV             0xF7E1FE20         Base Interrupt Vector Table Pointer
BTV             0xF7E1FE24         Base Trap Vector Table Pointer
ISP             0xF7E1FE28         Interrupt Stack Pointer
ICR             0xF7E1FE2C         Interrupt Control Register
FCX             0xF7E1FE38         Free CSA List Head Pointer
LCX             0xF7E1FE3C         Free CSA List Limit Pointer
CPU_D0          0xF7E1FF00         Data Register 0
CPU_D1          0xF7E1FF04         Data Register 1
CPU_D2          0xF7E1FF08         Data Register 2
CPU_D3          0xF7E1FF0C         Data Register 3
CPU_D4          0xF7E1FF10         Data Register 4
CPU_D5          0xF7E1FF14         Data Register 5
CPU_D6          0xF7E1FF18         Data Register 6
CPU_D7          0xF7E1FF1C         Data Register 7
CPU_D8          0xF7E1FF20         Data Register 8
CPU_D9          0xF7E1FF24         Data Register 9
CPU_D10         0xF7E1FF28         Data Register 10
CPU_D11         0xF7E1FF2C         Data Register 11
CPU_D12         0xF7E1FF30         Data Register 12
CPU_D13         0xF7E1FF34         Data Register 13
CPU_D14         0xF7E1FF38         Data Register 14
CPU_D15         0xF7E1FF3C         Data Register 15
CPU_A0          0xF7E1FF80         Address Register 0
CPU_A1          0xF7E1FF84         Address Register 1
CPU_A2          0xF7E1FF88         Address Register 2
CPU_A3          0xF7E1FF8C         Address Register 3
CPU_A4          0xF7E1FF90         Address Register 4
CPU_A5          0xF7E1FF94         Address Register 5
CPU_A6          0xF7E1FF98         Address Register 6
CPU_A7          0xF7E1FF9C         Address Register 7
CPU_A8          0xF7E1FFA0         Address Register 8
CPU_A9          0xF7E1FFA4         Address Register 9
CPU_A10         0xF7E1FFA8         Address Register 10
CPU_A11         0xF7E1FFAC         Address Register 11
CPU_A12         0xF7E1FFB0         Address Register 12
CPU_A13         0xF7E1FFB4         Address Register 13
CPU_A14         0xF7E1FFB8         Address Register 14
CPU_A15         0xF7E1FFBC         Address Register 15
PMU_ID          0xF8000508         PMU Module Identification Register
PMU_RABR0       0xF8000520         PMU Redirected Address Base Register 0
PMU_OTAR0       0xF8000524         PMU Overlay Target Address Register 0
PMU_OMASK0      0xF8000528         PMU Overlay Mask Register 0
PMU_RABR1       0xF800052C         PMU Redirected Address Base Register 1
PMU_OTAR1       0xF8000530         PMU Overlay Target Address Register 1
PMU_OMASK1      0xF8000534         PMU Overlay Mask Register 1
PMU_RABR2       0xF8000538         PMU Redirected Address Base Register 2
PMU_OTAR2       0xF800053C         PMU Overlay Target Address Register 2
PMU_OMASK2      0xF8000540         PMU Overlay Mask Register 2
PMU_RABR3       0xF8000544         PMU Redirected Address Base Register 3
PMU_OTAR3       0xF8000548         PMU Overlay Target Address Register 3
PMU_OMASK3      0xF800054C         PMU Overlay Mask Register 3
PMU_RABR4       0xF8000550         PMU Redirected Address Base Register 4
PMU_OTAR4       0xF8000554         PMU Overlay Target Address Register 4
PMU_OMASK4      0xF8000558         PMU Overlay Mask Register 4
PMU_RABR5       0xF800055C         PMU Redirected Address Base Register 5
PMU_OTAR5       0xF8000560         PMU Overlay Target Address Register 5
PMU_OMASK5      0xF8000564         PMU Overlay Mask Register 5
PMU_RABR6       0xF8000568         PMU Redirected Address Base Register 6
PMU_OTAR6       0xF800056C         PMU Overlay Target Address Register 6
PMU_OMASK6      0xF8000570         PMU Overlay Mask Register 6
PMU_RABR7       0xF8000574         PMU Redirected Address Base Register 7
PMU_OTAR7       0xF8000578         PMU Overlay Target Address Register 7
PMU_OMASK7      0xF800057C         PMU Overlay Mask Register 7
PMU_RABR8       0xF8000580         PMU Redirected Address Base Register 8
PMU_OTAR8       0xF8000584         PMU Overlay Target Address Register 8
PMU_OMASK8      0xF8000588         PMU Overlay Mask Register 8
PMU_RABR9       0xF800058C         PMU Redirected Address Base Register 9
PMU_OTAR9       0xF8000590         PMU Overlay Target Address Register 9
PMU_OMASK9      0xF8000594         PMU Overlay Mask Register 9
PMU_RABR10      0xF8000598         PMU Redirected Address Base Register 10
PMU_OTAR10      0xF800059C         PMU Overlay Target Address Register 10
PMU_OMASK10     0xF80005A0         PMU Overlay Mask Register 10
PMU_RABR11      0xF80005A4         PMU Redirected Address Base Register 11
PMU_OTAR11      0xF80005A8         PMU Overlay Target Address Register 11
PMU_OMASK11     0xF80005AC         PMU Overlay Mask Register 11
PMU_RABR12      0xF80005B0         PMU Redirected Address Base Register 12
PMU_OTAR12      0xF80005B4         PMU Overlay Target Address Register 12
PMU_OMASK12     0xF80005B8         PMU Overlay Mask Register 12
PMU_RABR13      0xF80005BC         PMU Redirected Address Base Register 13
PMU_OTAR13      0xF80005C0         PMU Overlay Target Address Register 13
PMU_OMASK13     0xF80005C4         PMU Overlay Mask Register 13
PMU_RABR14      0xF80005C8         PMU Redirected Address Base Register 14
PMU_OTAR14      0xF80005CC         PMU Overlay Target Address Register 14
PMU_OMASK14     0xF80005D0         PMU Overlay Mask Register 14
PMU_RABR15      0xF80005D4         PMU Redirected Address Base Register 15
PMU_OTAR15      0xF80005D8         PMU Overlay Target Address Register 15
PMU_OMASK15     0xF80005DC         PMU Overlay Mask Register 15
FLASH_ID        0xF8002008         FLASH Module Identification Register
FLASH_FSR       0xF8002010         Flash Status Register
FLASH_FCON      0xF8002014         Flash Configuration Register
FLASH_MARP      0xF8002018         Flash Margin Control Register PFLASH
FLASH_MARD      0xF800201C         Flash Margin Control Register DFLASH
FLASH_PROCON0   0xF8002020         Flash Protection Configuration Register User 0
FLASH_PROCON1   0xF8002024         Flash Protection Configuration Register User 1
FLASH_PROCON2   0xF8002028         Flash Protection Configuration Register User 2
FLASH_CFTEST    0xF8002100         Flash config test register
DMI_ID          0xF87FFC08         DMI Module Identification Register
DMI_CON         0xF87FFC10         DMI Control Register
DMI_STR         0xF87FFC18         DMI Synchronous Trap Flag Register
DMI_ATR         0xF87FFC20         DMI Asynchronous Trap Flag Register
DMI_CON1        0xF87FFC28         DMI Control Register 1
PMI_ID          0xF87FFD08         PMI Module Identification Register
PMI_CON0        0xF87FFD10         PMI Control Register 0
PMI_CON1        0xF87FFD14         PMI Control Register 1
PMI_CON2        0xF87FFD18         PMI Control Register 2
LBCU_ID         0xF87FFE08         LBCU Module Identification Register
LBCU_LEATT      0xF87FFE20         LBCU LMB Error Attribute Register
LBCU_LEADDR     0xF87FFE24         LBCU LMB Error Address Register
LBCU_LEDATL     0xF87FFE28         LBCU LMB Error Data Low Register
LBCU_LEDATH     0xF87FFE2C         LBCU LMB Error Data High Register
LBCU_SRC        0xF87FFEFC         LBCU Service Request Control Register
LFI_ID          0xF87FFF08         LFI Module Identification Register
LFI_CON         0xF87FFF10         LFI Configuration Register

; this chip implements TriCore v1.3.1 instruction set
.tc1xxx/tc1767
; MEMORY MAP
area CODE PFLASH          0x80000000:0x80200000   Program Flash
area DATA DFLASH_BANK_0   0x8FE00000:0x8FE08000   Data Flash, Bank 0
area DATA DFLASH_BANK_1   0x8FE10000:0x8FE18000   Data Flash, Bank 1
area DATA OLDA            0x8FE70000:0x8FE78000   Online Data Acquisition
area DATA OVRAM           0x8FE80000:0x8FE82000   Overlay Memory
area DATA TC1767_ED       0x8FF00000:0x8FF40000   Emulation Device Memory
area CODE BROM            0x8FFFC000:0x90000000   Boot ROM
mapaddr from 0xA0000000 to PFLASH
mapaddr from 0xAFE00000 to DFLASH_BANK_0
mapaddr from 0xAFE10000 to DFLASH_BANK_1
mapaddr from 0xAFE70000 to OLDA
mapaddr from 0xAFE80000 to OVRAM
area DATA SPRAM           0xC0000000:0xC0006000   PMI Scratch-Pad RAM
area DATA LDRAM           0xD0000000:0xD0012000   DMI Local Data RAM
mapaddr from 0xD4000000 to SPRAM
mapaddr from 0xE8400000 to LDRAM
mapaddr from 0xE8500000 to SPRAM
area DATA REGISTERS       0xF0000000:0xF87FFF14   CSFRs of CPUs, LMB & FPI Peripheral Space
; REGISTERS
SBCU_ID         0xF0000108         Module Identification Register
SBCU_CON        0xF0000110         SBCU Control Register
SBCU_ECON       0xF0000120         SBCU Error Control Capture Register
SBCU_EADD       0xF0000124         SBCU Error Address Capture Register
SBCU_EDAT       0xF0000128         SBCU Error Data Capture Register
SBCU_DBCNTL     0xF0000130         SBCU Debug Control Register
SBCU_DBGRNT     0xF0000134         SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0000138         SBCU Debug Address 1 Register
SBCU_DBADR2     0xF000013C         SBCU Debug Address 2 Register
SBCU_DBBOS      0xF0000140         SBCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0000144         SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0000148         SBCU Debug Trapped Address Register
SBCU_DBBOST     0xF000014C         SBCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0000150         SBCU Debug Data Status Register
SBCU_SRC        0xF00001FC         SBCU Service Request Control Register
STM_CLC         0xF0000200         STM Clock Control Register
STM_ID          0xF0000208         STM Module Identification Register
STM_TIM0        0xF0000210         STM Timer Register 0
STM_TIM1        0xF0000214         STM Timer Register 1
STM_TIM2        0xF0000218         STM Timer Register 2
STM_TIM3        0xF000021C         STM Timer Register 3
STM_TIM4        0xF0000220         STM Timer Register 4
STM_TIM5        0xF0000224         STM Timer Register 5
STM_TIM6        0xF0000228         STM Timer Register 6
STM_CAP         0xF000022C         STM Timer Capture Register
STM_CMP0        0xF0000230         STM Compare Register 0
STM_CMP1        0xF0000234         STM Compare Register 1
STM_CMCON       0xF0000238         STM Compare Match Control Register
STM_ICR         0xF000023C         STM Interrupt Control Register
STM_ISRR        0xF0000240         STM Interrupt Set/Reset Register
STM_SRC1        0xF00002F8         STM Service Request Control Register 1
STM_SRC0        0xF00002FC         STM Service Request Control Register 0
CBS_JDPID       0xF0000408         Module Identification Register
CBS_JTAGID      0xF0000464         JTAG Device Identification Register
CBS_COMDATA     0xF0000468         Communication Mode Data Register
CBS_IOSR        0xF000046C         IOClient Status and Control Register
CBS_MCDBBS      0xF0000470         Break Bus Switch Configuration Register
CBS_MCDSSG      0xF0000474         Suspend Source Status and Control Register
CBS_OEC         0xF0000478         OCDS Enable Control Register
CBS_OCNTRL      0xF000047C         OSCU Control Register
CBS_OSTATE      0xF0000480         OSCU Status Register
CBS_INTMOD      0xF0000484         Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488         Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C         Internally Controlled Trace Destination Register
CBS_MCDBBSS     0xF0000490         Break Bus Switch Status Register
CBS_MCDSSGC     0xF0000494         Suspend Signal Target Control Register
CBS_TRIGS       0xF00004A0         Set Trigger to Host Register
CBS_TRIGC       0xF00004A4         Clear Trigger to Host Register
CBS_TRIG        0xF00004A8         Trigger to Host Register
CBS_SRC1        0xF00004F8         Service Request Node2 Control Register
CBS_SRC0        0xF00004FC         Service Request Node1 Control Register
SCU_ID          0xF0000508         Identification Register
SCU_OSCCON      0xF0000510         OSC Control Register
SCU_PLLSTAT     0xF0000514         PLL Status Register
SCU_PLLCON0     0xF0000518         PLL Configuration 0 Register
SCU_PLLCON1     0xF000051C         PLL Configuration 1 Register
SCU_CCUCON0     0xF0000530         CCU Clock Control Register 0
SCU_CCUCON1     0xF0000534         CCU Clock Control Register 1
SCU_FDR         0xF0000538         Fractional Divider Register
SCU_EXTCON      0xF000053C         External Clock Control Register
SCU_SYSCON      0xF0000540         System Control Register
SCU_RSTSTAT     0xF0000550         Reset Status Register
SCU_RSTCNTCON   0xF0000554         Reset Counter Control Register
SCU_RSTCON      0xF0000558         Reset Configuration Register
SCU_ARSTDIS     0xF000055C         Application Reset Disable Register
SCU_SWRSTCON    0xF0000560         Software Reset Configuration Register
SCU_ESRCFG0     0xF0000570         ESR0 Configuration Register
SCU_ESRCFG1     0xF0000574         ESR1 Configuration Register
SCU_ESRCFG2     0xF0000578         ESR2 Configuration Register
SCU_EICR0       0xF0000580         External Input Channel Register 0
SCU_EICR1       0xF0000584         External Input Channel Register 1
SCU_EIFR        0xF0000588         External Input Flag Register
SCU_FMR         0xF000058C         Flag Modification Register
SCU_PDRR        0xF0000590         Pattern Detection Result Register
SCU_IGCR0       0xF0000594         Interrupt Gating Register 0
SCU_IGCR1       0xF0000598         Interrupt Gating Register 1
SCU_IOCR        0xF00005A0         Input/Output Control Register
SCU_OUT         0xF00005A4         Output Register
SCU_OMR         0xF00005A8         Output Modification Register
SCU_IN          0xF00005AC         Input Register
SCU_PMCSR       0xF00005B0         Power Management Control and Status Register
SCU_STSTAT      0xF00005C0         Start-up Status Register
SCU_STCON       0xF00005C4         Start-up Configuration Register
SCU_PETCR       0xF00005D0         Parity Error Trap Control Register
SCU_PETSR       0xF00005D4         Parity Error Trap Status Register
SCU_DTSSTAT     0xF00005E0         Die Temperature Sensor Status Register
SCU_DTSCON      0xF00005E4         Die Temperature Sensor Control Register
WDT_CON0        0xF00005F0         WDT Control Register 0
WDT_CON1        0xF00005F4         WDT Control Register 1
WDT_SR          0xF00005F8         WDT Status Register
SCU_EMSR        0xF0000600         Emergency Stop Register
SCU_INTSTAT     0xF0000610         Interrupt Status Register
SCU_INTSET      0xF0000614         Interrupt Set Register
SCU_INTCLR      0xF0000618         Interrupt Clear Register
SCU_INTDIS      0xF000061C         Interrupt Disable Register
SCU_INTNP       0xF0000620         Interrupt Node Pointer Register
SCU_TRAPSTAT    0xF0000624         Trap Status Register
SCU_TRAPSET     0xF0000628         Trap Set Register
SCU_TRAPCLR     0xF000062C         Trap Clear Register
SCU_TRAPDIS     0xF0000630         Trap Disable Register
SCU_CHIPID      0xF0000640         Chip Identification Register
SCU_MANID       0xF0000644         Manufacturer Identification Register
SCU_RTID        0xF0000648         Redesign Tracing Identification Register
SCU_SPARE0      0xF0000650         Spare Register 0
SCU_SPARE1      0xF0000654         Spare Register 1
SCU_MEMTEST     0xF0000660         Memory Test Register
SCU_PRDCFG0     0xF0000670         Product Configuration Register 0
SCU_PRDCFG1     0xF0000674         Product Configuration Register 1
SCU_PRDCFG2     0xF0000678         Product Configuration Register 2
SCU_STMEM0      0xF0000680         Start-up Memory Register 0
SCU_STMEM1      0xF0000684         Start-up Memory Register 1
SCU_SMARTREN    0xF0000690         SMART Repair Enable Register
SCU_REDSTAT     0xF0000694         Redundancy Status Register
SCU_SRC3        0xF00006F0         Service Request Control 3 Register
SCU_SRC2        0xF00006F4         Service Request Control 2 Register
SCU_SRC1        0xF00006F8         Service Request Control 1 Register
SCU_SRC0        0xF00006FC         Service Request Control 0 Register
MSC0_CLC        0xF0000800         MSC0 Clock Control Register
MSC0_ID         0xF0000808         Module Identification Register
MSC0_FDR        0xF000080C         MSC0 Fractional Divider Register
MSC0_USR        0xF0000810         Upstream Status Register
MSC0_DSC        0xF0000814         Downstream Control Register
MSC0_DSS        0xF0000818         Downstream Status Register
MSC0_DD         0xF000081C         Downstream Data Register
MSC0_DC         0xF0000820         Downstream Command Register
MSC0_DSDSL      0xF0000824         Downstream Select Data Source Low Register
MSC0_DSDSH      0xF0000828         Downstream Select Data Source High Register
MSC0_ESR        0xF000082C         Emergency Stop Register
MSC0_UD0        0xF0000830         Upstream Data Register 0
MSC0_UD1        0xF0000834         Upstream Data Register 1
MSC0_UD2        0xF0000838         Upstream Data Register 2
MSC0_UD3        0xF000083C         Upstream Data Register 3
MSC0_ICR        0xF0000840         Interrupt Control Register
MSC0_ISR        0xF0000844         Interrupt Status Register
MSC0_ISC        0xF0000848         Interrupt Set Clear Register
MSC0_OCR        0xF000084C         Output Control Register
MSC0_SRC1       0xF00008F8         MSC0 Service Request Control Register 1
MSC0_SRC0       0xF00008FC         MSC0 Service Request Control Register 0
ASC0_CLC        0xF0000A00         ASC0 Clock Control Register
ASC0_PISEL      0xF0000A04         ASC0 Peripheral Input Select Register
ASC0_ID         0xF0000A08         Module Identification Register
ASC0_CON        0xF0000A10         Control Register
ASC0_BG         0xF0000A14         Baud Rate Timer/Reload Register
ASC0_FDV        0xF0000A18         Fractional Divider Register
ASC0_TBUF       0xF0000A20         Transmit Buffer Register
ASC0_RBUF       0xF0000A24         Receive Buffer Register
ASC0_WHBCON     0xF0000A50         Write Hardware Bits Control Register
ASC0_TSRC       0xF0000AF0         Transmit Interrupt Service Request Control Register
ASC0_RSRC       0xF0000AF4         Receive Interrupt Service Request Control Register
ASC0_ESRC       0xF0000AF8         Error Interrupt Service Request Control Register
ASC0_TBSRC      0xF0000AFC         Transmit Buffer Interrupt Service Request Control Register
ASC1_PISEL      0xF0000B04         ASC1 Peripheral Input Select Register
ASC1_ID         0xF0000B08         Module Identification Register
ASC1_CON        0xF0000B10         Control Register
ASC1_BG         0xF0000B14         Baud Rate Timer/Reload Register
ASC1_FDV        0xF0000B18         Fractional Divider Register
ASC1_TBUF       0xF0000B20         Transmit Buffer Register
ASC1_RBUF       0xF0000B24         Receive Buffer Register
ASC1_WHBCON     0xF0000B50         Write Hardware Bits Control Register
ASC1_TSRC       0xF0000BF0         Transmit Interrupt Service Request Control Register
ASC1_RSRC       0xF0000BF4         Receive Interrupt Service Request Control Register
ASC1_ESRC       0xF0000BF8         Error Interrupt Service Request Control Register
ASC1_TBSRC      0xF0000BFC         Transmit Buffer Interrupt Service Request Control Register
P0_OUT          0xF0000C00         Port 0 Output Register
P0_OMR          0xF0000C04         Port 0 Output Modification Register
P0_IOCR0        0xF0000C10         Port 0 Input/Output Control Register 0
P0_IOCR4        0xF0000C14         Port 0 Input/Output Control Register 4
P0_IOCR8        0xF0000C18         Port 0 Input/Output Control Register 8
P0_IOCR12       0xF0000C1C         Port 0 Input/Output Control Register 12
P0_IN           0xF0000C24         Port 0 Input Register
P0_PDR          0xF0000C40         Port 0 Pad Driver Mode Register
P0_ESR          0xF0000C50         Port 0 Emergency Stop Register
P1_OUT          0xF0000D00         Port 1 Output Register
P1_OMR          0xF0000D04         Port 1 Output Modification Register
P1_IOCR0        0xF0000D10         Port 1 Input/Output Control Register 0
P1_IOCR4        0xF0000D14         Port 1 Input/Output Control Register 4
P1_IOCR8        0xF0000D18         Port 1 Input/Output Control Register 8
P1_IOCR12       0xF0000D1C         Port 1 Input/Output Control Register 12
P1_IN           0xF0000D24         Port 1 Input Register
P1_PDR          0xF0000D40         Port 1 Pad Driver Mode Register
P1_ESR          0xF0000D50         Port 1 Emergency Stop Register
P2_OUT          0xF0000E00         Port 2 Output Register
P2_OMR          0xF0000E04         Port 2 Output Modification Register
P2_IOCR0        0xF0000E10         Port 2 Input/Output Control Register 0
P2_IOCR4        0xF0000E14         Port 2 Input/Output Control Register 4
P2_IOCR8        0xF0000E18         Port 2 Input/Output Control Register 8
P2_IOCR12       0xF0000E1C         Port 2 Input/Output Control Register 12
P2_IN           0xF0000E24         Port 2 Input Register
P2_PDR          0xF0000E40         Port 2 Pad Driver Mode Register
P2_ESR          0xF0000E50         Port 2 Emergency Stop Register
P3_OUT          0xF0000F00         Port 3 Output Register
P3_OMR          0xF0000F04         Port 3 Output Modification Register
P3_IOCR0        0xF0000F10         Port 3 Input/Output Control Register 0
P3_IOCR4        0xF0000F14         Port 3 Input/Output Control Register 4
P3_IOCR8        0xF0000F18         Port 3 Input/Output Control Register 8
P3_IOCR12       0xF0000F1C         Port 3 Input/Output Control Register 12
P3_IN           0xF0000F24         Port 3 Input Register
P3_PDR          0xF0000F40         Port 3 Pad Driver Mode Register
P3_ESR          0xF0000F50         Port 3 Emergency Stop Register
P4_OUT          0xF0001000         Port 4 Output Register
P4_OMR          0xF0001004         Port 4 Output Modification Register
P4_IOCR0        0xF0001010         Port 4 Input/Output Control Register 0
P4_IN           0xF0001024         Port 4 Input Register
P4_PDR          0xF0001040         Port 4 Pad Driver Mode Register
P4_ESR          0xF0001050         Port 4 Emergency Stop Register
P5_OUT          0xF0001100         Port 5 Output Register
P5_OMR          0xF0001104         Port 5 Output Modification Register
P5_IOCR0        0xF0001110         Port 5 Input/Output Control Register 0
P5_IOCR4        0xF0001114         Port 5 Input/Output Control Register 4
P5_IOCR8        0xF0001118         Port 5 Input/Output Control Register 8
P5_IOCR12       0xF000111C         Port 5 Input/Output Control Register 12
P5_IN           0xF0001124         Port 5 Input Register
P5_PDR          0xF0001140         Port 5 Pad Driver Mode Register
P5_ESR          0xF0001150         Port 5 Emergency Stop Register
P6_OUT          0xF0001200         Port 6 Output Register
P6_OMR          0xF0001204         Port 6 Output Modification Register
P6_IOCR0        0xF0001210         Port 6 Input/Output Control Register 0
P6_IN           0xF0001224         Port 6 Input Register
P6_PDR          0xF0001240         Port 6 Pad Driver Mode Register
P6_ESR          0xF0001250         Port 6 Emergency Stop Register
P7_OUT          0xF0001300         Port 7 Output Register
P7_OMR          0xF0001304         Port 7 Output Modification Register
P7_IOCR0        0xF0001310         Port 7 Input/Output Control Register 0
P7_IOCR4        0xF0001314         Port 7 Input/Output Control Register 4
P7_IOCR8        0xF0001318         Port 7 Input/Output Control Register 8
P7_IOCR12       0xF000131C         Port 7 Input/Output Control Register 12
P7_IN           0xF0001324         Port 7 Input Register
P7_PDR          0xF0001340         Port 7 Pad Driver Mode Register
P7_ESR          0xF0001350         Port 7 Emergency Stop Register
P8_OUT          0xF0001400         Port 8 Output Register
P8_OMR          0xF0001404         Port 8 Output Modification Register
P8_IOCR0        0xF0001410         Port 8 Input/Output Control Register 0
P8_IOCR4        0xF0001414         Port 8 Input/Output Control Register 4
P8_IOCR8        0xF0001418         Port 8 Input/Output Control Register 8
P8_IOCR12       0xF000141C         Port 8 Input/Output Control Register 12
P8_IN           0xF0001424         Port 8 Input Register
P8_PDR          0xF0001440         Port 8 Pad Driver Mode Register
P8_ESR          0xF0001450         Port 8 Emergency Stop Register
P9_OUT          0xF0001500         Port 9 Output Register
P9_OMR          0xF0001504         Port 9 Output Modification Register
P9_IOCR0        0xF0001510         Port 9 Input/Output Control Register 0
P9_IOCR4        0xF0001514         Port 9 Input/Output Control Register 4
P9_IOCR8        0xF0001518         Port 9 Input/Output Control Register 8
P9_IN           0xF0001524         Port 9 Input Register
P9_PDR          0xF0001540         Port 9 Pad Driver Mode Register
P9_ESR          0xF0001550         Port 9 Emergency Stop Register
GPTA0_CLC       0xF0001800         GPTA Clock Control Register
GPTA0_DBGCTR    0xF0001804         GPTA Debug Clock Control Register
GPTA0_ID        0xF0001808         GPTA0 Identification Register
GPTA0_FDR       0xF000180C         GPTA Fractional Divider Register
GPTA0_SRSC0     0xF0001810         GPTA0 Service Request State Clear Register 0
GPTA0_SRSS0     0xF0001814         GPTA0 Service Request State Set Register 0
GPTA0_SRSC1     0xF0001818         GPTA0 Service Request State Clear Register 1
GPTA0_SRSS1     0xF000181C         GPTA0 Service Request State Set Register 1
GPTA0_SRSC2     0xF0001820         GPTA0 Service Request State Clear Register 2
GPTA0_SRSS2     0xF0001824         GPTA0 Service Request State Set Register 2
GPTA0_SRSC3     0xF0001828         GPTA0 Service Request State Clear Register 3
GPTA0_SRSS3     0xF000182C         GPTA0 Service Request State Set Register 3
GPTA0_SRNR      0xF0001830         GPTA0 Service Request Node Redirection Register
GPTA0_MRACTL    0xF0001838         GPTA0 Multiplexer Register Array Control Register
GPTA0_MRADIN    0xF000183C         GPTA0 Multiplexer Register Array Data In Register
GPTA0_MRADOUT   0xF0001840         GPTA0 Multiplexer Register Array Data Out Register
GPTA0_FPCSTAT   0xF0001844         GPTA0 Filter and Prescaler Cell Status Register
GPTA0_FPCCTR0   0xF0001848         GPTA0 Filter and Prescaler Cell Control Register 0
GPTA0_FPCTIM0   0xF000184C         GPTA0 Filter and Prescaler Cell Timer Register 0
GPTA0_FPCCTR1   0xF0001850         GPTA0 Filter and Prescaler Cell Control Register 1
GPTA0_FPCTIM1   0xF0001854         GPTA0 Filter and Prescaler Cell Timer Register 1
GPTA0_FPCCTR2   0xF0001858         GPTA0 Filter and Prescaler Cell Control Register 2
GPTA0_FPCTIM2   0xF000185C         GPTA0 Filter and Prescaler Cell Timer Register 2
GPTA0_FPCCTR3   0xF0001860         GPTA0 Filter and Prescaler Cell Control Register 3
GPTA0_FPCTIM3   0xF0001864         GPTA0 Filter and Prescaler Cell Timer Register 3
GPTA0_FPCCTR4   0xF0001868         GPTA0 Filter and Prescaler Cell Control Register 4
GPTA0_FPCTIM4   0xF000186C         GPTA0 Filter and Prescaler Cell Timer Register 4
GPTA0_FPCCTR5   0xF0001870         GPTA0 Filter and Prescaler Cell Control Register 5
GPTA0_FPCTIM5   0xF0001874         GPTA0 Filter and Prescaler Cell Timer Register 5
GPTA0_PDLCTR    0xF0001878         GPTA0 Phase Discrimination Logic Control Register
GPTA0_DCMCTR0   0xF0001880         GPTA0 Duty Cycle Measurement Control Register 0
GPTA0_DCMTIM0   0xF0001884         GPTA0 Duty Cycle Measurement Timer Register 0
GPTA0_DCMCAV0   0xF0001888         GPTA0 Duty Cycle Measurement Capture Register 0
GPTA0_DCMCOV0   0xF000188C         GPTA0 Duty Cycle Measurement Capture/Compare Register 0
GPTA0_DCMCTR1   0xF0001890         GPTA0 Duty Cycle Measurement Control Register 1
GPTA0_DCMTIM1   0xF0001894         GPTA0 Duty Cycle Measurement Timer Register 1
GPTA0_DCMCAV1   0xF0001898         GPTA0 Duty Cycle Measurement Capture Register 1
GPTA0_DCMCOV1   0xF000189C         GPTA0 Duty Cycle Measurement Capture/Compare Register 1
GPTA0_DCMCTR2   0xF00018A0         GPTA0 Duty Cycle Measurement Control Register 2
GPTA0_DCMTIM2   0xF00018A4         GPTA0 Duty Cycle Measurement Timer Register 2
GPTA0_DCMCAV2   0xF00018A8         GPTA0 Duty Cycle Measurement Capture Register 2
GPTA0_DCMCOV2   0xF00018AC         GPTA0 Duty Cycle Measurement Capture/Compare Register 2
GPTA0_DCMCTR3   0xF00018B0         GPTA0 Duty Cycle Measurement Control Register 3
GPTA0_DCMTIM3   0xF00018B4         GPTA0 Duty Cycle Measurement Timer Register 3
GPTA0_DCMCAV3   0xF00018B8         GPTA0 Duty Cycle Measurement Capture Register 3
GPTA0_DCMCOV3   0xF00018BC         GPTA0 Duty Cycle Measurement Capture/Compare Register 3
GPTA0_PLLCTR    0xF00018C0         GPTA0 Phase Locked Loop Control Register
GPTA0_PLLMTI    0xF00018C4         GPTA0 Phase Locked Loop Microtick Register
GPTA0_PLLCNT    0xF00018C8         GPTA0 Phase Locked Loop Counter Register
GPTA0_PLLSTP    0xF00018CC         GPTA0 Phase Locked Loop Step Register
GPTA0_PLLREV    0xF00018D0         GPTA0 Phase Locked Loop Reload Register
GPTA0_PLLDTR    0xF00018D4         GPTA0 Phase Locked Loop Delta Register
GPTA0_CKBCTR    0xF00018D8         GPTA0 Clock Bus Control Register
GPTA0_GTCTR0    0xF00018E0         GPTA0 Global Timer Control Register 0
GPTA0_GTREV0    0xF00018E4         GPTA0 Global Timer Reload Value Register 0
GPTA0_GTTIM0    0xF00018E8         GPTA0 Global Timer Register 0
GPTA0_GTCTR1    0xF00018F0         GPTA0 Global Timer Control Register 1
GPTA0_GTREV1    0xF00018F4         GPTA0 Global Timer Reload Value Register 1
GPTA0_GTTIM1    0xF00018F8         GPTA0 Global Timer Register 1
GPTA0_GTCCTR00  0xF0001900         GPTA0 Global Timer Cell Control Register 00[Capture Mode]
GPTA0_GTCXR00   0xF0001904         GPTA0 Global Timer Cell X Register 00
GPTA0_GTCCTR01  0xF0001908         GPTA0 Global Timer Cell Control Register 01[Capture Mode]
GPTA0_GTCXR01   0xF000190C         GPTA0 Global Timer Cell X Register 01
GPTA0_GTCCTR02  0xF0001910         GPTA0 Global Timer Cell Control Register 02[Capture Mode]
GPTA0_GTCXR02   0xF0001914         GPTA0 Global Timer Cell X Register 02
GPTA0_GTCCTR03  0xF0001918         GPTA0 Global Timer Cell Control Register 03[Capture Mode]
GPTA0_GTCXR03   0xF000191C         GPTA0 Global Timer Cell X Register 03
GPTA0_GTCCTR04  0xF0001920         GPTA0 Global Timer Cell Control Register 04[Capture Mode]
GPTA0_GTCXR04   0xF0001924         GPTA0 Global Timer Cell X Register 04
GPTA0_GTCCTR05  0xF0001928         GPTA0 Global Timer Cell Control Register 05[Capture Mode]
GPTA0_GTCXR05   0xF000192C         GPTA0 Global Timer Cell X Register 05
GPTA0_GTCCTR06  0xF0001930         GPTA0 Global Timer Cell Control Register 06[Capture Mode]
GPTA0_GTCXR06   0xF0001934         GPTA0 Global Timer Cell X Register 06
GPTA0_GTCCTR07  0xF0001938         GPTA0 Global Timer Cell Control Register 07[Capture Mode]
GPTA0_GTCXR07   0xF000193C         GPTA0 Global Timer Cell X Register 07
GPTA0_GTCCTR08  0xF0001940         GPTA0 Global Timer Cell Control Register 08[Capture Mode]
GPTA0_GTCXR08   0xF0001944         GPTA0 Global Timer Cell X Register 08
GPTA0_GTCCTR09  0xF0001948         GPTA0 Global Timer Cell Control Register 09[Capture Mode]
GPTA0_GTCXR09   0xF000194C         GPTA0 Global Timer Cell X Register 09
GPTA0_GTCCTR10  0xF0001950         GPTA0 Global Timer Cell Control Register 10[Capture Mode]
GPTA0_GTCXR10   0xF0001954         GPTA0 Global Timer Cell X Register 10
GPTA0_GTCCTR11  0xF0001958         GPTA0 Global Timer Cell Control Register 11[Capture Mode]
GPTA0_GTCXR11   0xF000195C         GPTA0 Global Timer Cell X Register 11
GPTA0_GTCCTR12  0xF0001960         GPTA0 Global Timer Cell Control Register 12[Capture Mode]
GPTA0_GTCXR12   0xF0001964         GPTA0 Global Timer Cell X Register 12
GPTA0_GTCCTR13  0xF0001968         GPTA0 Global Timer Cell Control Register 13[Capture Mode]
GPTA0_GTCXR13   0xF000196C         GPTA0 Global Timer Cell X Register 13
GPTA0_GTCCTR14  0xF0001970         GPTA0 Global Timer Cell Control Register 14[Capture Mode]
GPTA0_GTCXR14   0xF0001974         GPTA0 Global Timer Cell X Register 14
GPTA0_GTCCTR15  0xF0001978         GPTA0 Global Timer Cell Control Register 15[Capture Mode]
GPTA0_GTCXR15   0xF000197C         GPTA0 Global Timer Cell X Register 15
GPTA0_GTCCTR16  0xF0001980         GPTA0 Global Timer Cell Control Register 16[Capture Mode]
GPTA0_GTCXR16   0xF0001984         GPTA0 Global Timer Cell X Register 16
GPTA0_GTCCTR17  0xF0001988         GPTA0 Global Timer Cell Control Register 17[Capture Mode]
GPTA0_GTCXR17   0xF000198C         GPTA0 Global Timer Cell X Register 17
GPTA0_GTCCTR18  0xF0001990         GPTA0 Global Timer Cell Control Register 18[Capture Mode]
GPTA0_GTCXR18   0xF0001994         GPTA0 Global Timer Cell X Register 18
GPTA0_GTCCTR19  0xF0001998         GPTA0 Global Timer Cell Control Register 19[Capture Mode]
GPTA0_GTCXR19   0xF000199C         GPTA0 Global Timer Cell X Register 19
GPTA0_GTCCTR20  0xF00019A0         GPTA0 Global Timer Cell Control Register 20[Capture Mode]
GPTA0_GTCXR20   0xF00019A4         GPTA0 Global Timer Cell X Register 20
GPTA0_GTCCTR21  0xF00019A8         GPTA0 Global Timer Cell Control Register 21[Capture Mode]
GPTA0_GTCXR21   0xF00019AC         GPTA0 Global Timer Cell X Register 21
GPTA0_GTCCTR22  0xF00019B0         GPTA0 Global Timer Cell Control Register 22[Capture Mode]
GPTA0_GTCXR22   0xF00019B4         GPTA0 Global Timer Cell X Register 22
GPTA0_GTCCTR23  0xF00019B8         GPTA0 Global Timer Cell Control Register 23[Capture Mode]
GPTA0_GTCXR23   0xF00019BC         GPTA0 Global Timer Cell X Register 23
GPTA0_GTCCTR24  0xF00019C0         GPTA0 Global Timer Cell Control Register 24[Capture Mode]
GPTA0_GTCXR24   0xF00019C4         GPTA0 Global Timer Cell X Register 24
GPTA0_GTCCTR25  0xF00019C8         GPTA0 Global Timer Cell Control Register 25[Capture Mode]
GPTA0_GTCXR25   0xF00019CC         GPTA0 Global Timer Cell X Register 25
GPTA0_GTCCTR26  0xF00019D0         GPTA0 Global Timer Cell Control Register 26[Capture Mode]
GPTA0_GTCXR26   0xF00019D4         GPTA0 Global Timer Cell X Register 26
GPTA0_GTCCTR27  0xF00019D8         GPTA0 Global Timer Cell Control Register 27[Capture Mode]
GPTA0_GTCXR27   0xF00019DC         GPTA0 Global Timer Cell X Register 27
GPTA0_GTCCTR28  0xF00019E0         GPTA0 Global Timer Cell Control Register 28[Capture Mode]
GPTA0_GTCXR28   0xF00019E4         GPTA0 Global Timer Cell X Register 28
GPTA0_GTCCTR29  0xF00019E8         GPTA0 Global Timer Cell Control Register 29[Capture Mode]
GPTA0_GTCXR29   0xF00019EC         GPTA0 Global Timer Cell X Register 29
GPTA0_GTCCTR30  0xF00019F0         GPTA0 Global Timer Cell Control Register 30[Capture Mode]
GPTA0_GTCXR30   0xF00019F4         GPTA0 Global Timer Cell X Register 30
GPTA0_GTCCTR31  0xF00019F8         GPTA0 Global Timer Cell Control Register 31[Capture Mode]
GPTA0_GTCXR31   0xF00019FC         GPTA0 Global Timer Cell X Register 31
GPTA0_LTCCTR00  0xF0001A00         GPTA0 Local Timer Cell Control Register 00 [Timer mode]
GPTA0_LTCXR00   0xF0001A04         GPTA0 Local Timer Cell X Register 00
GPTA0_LTCCTR01  0xF0001A08         GPTA0 Local Timer Cell Control Register 01 [Timer mode]
GPTA0_LTCXR01   0xF0001A0C         GPTA0 Local Timer Cell X Register 01
GPTA0_LTCCTR02  0xF0001A10         GPTA0 Local Timer Cell Control Register 02 [Timer mode]
GPTA0_LTCXR02   0xF0001A14         GPTA0 Local Timer Cell X Register 02
GPTA0_LTCCTR03  0xF0001A18         GPTA0 Local Timer Cell Control Register 03 [Timer mode]
GPTA0_LTCXR03   0xF0001A1C         GPTA0 Local Timer Cell X Register 03
GPTA0_LTCCTR04  0xF0001A20         GPTA0 Local Timer Cell Control Register 04 [Timer mode]
GPTA0_LTCXR04   0xF0001A24         GPTA0 Local Timer Cell X Register 04
GPTA0_LTCCTR05  0xF0001A28         GPTA0 Local Timer Cell Control Register 05 [Timer mode]
GPTA0_LTCXR05   0xF0001A2C         GPTA0 Local Timer Cell X Register 05
GPTA0_LTCCTR06  0xF0001A30         GPTA0 Local Timer Cell Control Register 06 [Timer mode]
GPTA0_LTCXR06   0xF0001A34         GPTA0 Local Timer Cell X Register 06
GPTA0_LTCCTR07  0xF0001A38         GPTA0 Local Timer Cell Control Register 07 [Timer mode]
GPTA0_LTCXR07   0xF0001A3C         GPTA0 Local Timer Cell X Register 07
GPTA0_LTCCTR08  0xF0001A40         GPTA0 Local Timer Cell Control Register 08 [Timer mode]
GPTA0_LTCXR08   0xF0001A44         GPTA0 Local Timer Cell X Register 08
GPTA0_LTCCTR09  0xF0001A48         GPTA0 Local Timer Cell Control Register 09 [Timer mode]
GPTA0_LTCXR09   0xF0001A4C         GPTA0 Local Timer Cell X Register 09
GPTA0_LTCCTR10  0xF0001A50         GPTA0 Local Timer Cell Control Register 10 [Timer mode]
GPTA0_LTCXR10   0xF0001A54         GPTA0 Local Timer Cell X Register 10
GPTA0_LTCCTR11  0xF0001A58         GPTA0 Local Timer Cell Control Register 11 [Timer mode]
GPTA0_LTCXR11   0xF0001A5C         GPTA0 Local Timer Cell X Register 11
GPTA0_LTCCTR12  0xF0001A60         GPTA0 Local Timer Cell Control Register 12 [Timer mode]
GPTA0_LTCXR12   0xF0001A64         GPTA0 Local Timer Cell X Register 12
GPTA0_LTCCTR13  0xF0001A68         GPTA0 Local Timer Cell Control Register 13 [Timer mode]
GPTA0_LTCXR13   0xF0001A6C         GPTA0 Local Timer Cell X Register 13
GPTA0_LTCCTR14  0xF0001A70         GPTA0 Local Timer Cell Control Register 14 [Timer mode]
GPTA0_LTCXR14   0xF0001A74         GPTA0 Local Timer Cell X Register 14
GPTA0_LTCCTR15  0xF0001A78         GPTA0 Local Timer Cell Control Register 15 [Timer mode]
GPTA0_LTCXR15   0xF0001A7C         GPTA0 Local Timer Cell X Register 15
GPTA0_LTCCTR16  0xF0001A80         GPTA0 Local Timer Cell Control Register 16 [Timer mode]
GPTA0_LTCXR16   0xF0001A84         GPTA0 Local Timer Cell X Register 16
GPTA0_LTCCTR17  0xF0001A88         GPTA0 Local Timer Cell Control Register 17 [Timer mode]
GPTA0_LTCXR17   0xF0001A8C         GPTA0 Local Timer Cell X Register 17
GPTA0_LTCCTR18  0xF0001A90         GPTA0 Local Timer Cell Control Register 18 [Timer mode]
GPTA0_LTCXR18   0xF0001A94         GPTA0 Local Timer Cell X Register 18
GPTA0_LTCCTR19  0xF0001A98         GPTA0 Local Timer Cell Control Register 19 [Timer mode]
GPTA0_LTCXR19   0xF0001A9C         GPTA0 Local Timer Cell X Register 19
GPTA0_LTCCTR20  0xF0001AA0         GPTA0 Local Timer Cell Control Register 20 [Timer mode]
GPTA0_LTCXR20   0xF0001AA4         GPTA0 Local Timer Cell X Register 20
GPTA0_LTCCTR21  0xF0001AA8         GPTA0 Local Timer Cell Control Register 21 [Timer mode]
GPTA0_LTCXR21   0xF0001AAC         GPTA0 Local Timer Cell X Register 21
GPTA0_LTCCTR22  0xF0001AB0         GPTA0 Local Timer Cell Control Register 22 [Timer mode]
GPTA0_LTCXR22   0xF0001AB4         GPTA0 Local Timer Cell X Register 22
GPTA0_LTCCTR23  0xF0001AB8         GPTA0 Local Timer Cell Control Register 23 [Timer mode]
GPTA0_LTCXR23   0xF0001ABC         GPTA0 Local Timer Cell X Register 23
GPTA0_LTCCTR24  0xF0001AC0         GPTA0 Local Timer Cell Control Register 24 [Timer mode]
GPTA0_LTCXR24   0xF0001AC4         GPTA0 Local Timer Cell X Register 24
GPTA0_LTCCTR25  0xF0001AC8         GPTA0 Local Timer Cell Control Register 25 [Timer mode]
GPTA0_LTCXR25   0xF0001ACC         GPTA0 Local Timer Cell X Register 25
GPTA0_LTCCTR26  0xF0001AD0         GPTA0 Local Timer Cell Control Register 26 [Timer mode]
GPTA0_LTCXR26   0xF0001AD4         GPTA0 Local Timer Cell X Register 26
GPTA0_LTCCTR27  0xF0001AD8         GPTA0 Local Timer Cell Control Register 27 [Timer mode]
GPTA0_LTCXR27   0xF0001ADC         GPTA0 Local Timer Cell X Register 27
GPTA0_LTCCTR28  0xF0001AE0         GPTA0 Local Timer Cell Control Register 28 [Timer mode]
GPTA0_LTCXR28   0xF0001AE4         GPTA0 Local Timer Cell X Register 28
GPTA0_LTCCTR29  0xF0001AE8         GPTA0 Local Timer Cell Control Register 29 [Timer mode]
GPTA0_LTCXR29   0xF0001AEC         GPTA0 Local Timer Cell X Register 29
GPTA0_LTCCTR30  0xF0001AF0         GPTA0 Local Timer Cell Control Register 30 [Timer mode]
GPTA0_LTCXR30   0xF0001AF4         GPTA0 Local Timer Cell X Register 30
GPTA0_LTCCTR31  0xF0001AF8         GPTA0 Local Timer Cell Control Register 31 [Timer mode]
GPTA0_LTCXR31   0xF0001AFC         GPTA0 Local Timer Cell X Register 31
GPTA0_LTCCTR32  0xF0001B00         GPTA0 Local Timer Cell Control Register 32 [Timer mode]
GPTA0_LTCXR32   0xF0001B04         GPTA0 Local Timer Cell X Register 32
GPTA0_LTCCTR33  0xF0001B08         GPTA0 Local Timer Cell Control Register 33 [Timer mode]
GPTA0_LTCXR33   0xF0001B0C         GPTA0 Local Timer Cell X Register 33
GPTA0_LTCCTR34  0xF0001B10         GPTA0 Local Timer Cell Control Register 34 [Timer mode]
GPTA0_LTCXR34   0xF0001B14         GPTA0 Local Timer Cell X Register 34
GPTA0_LTCCTR35  0xF0001B18         GPTA0 Local Timer Cell Control Register 35 [Timer mode]
GPTA0_LTCXR35   0xF0001B1C         GPTA0 Local Timer Cell X Register 35
GPTA0_LTCCTR36  0xF0001B20         GPTA0 Local Timer Cell Control Register 36 [Timer mode]
GPTA0_LTCXR36   0xF0001B24         GPTA0 Local Timer Cell X Register 36
GPTA0_LTCCTR37  0xF0001B28         GPTA0 Local Timer Cell Control Register 37 [Timer mode]
GPTA0_LTCXR37   0xF0001B2C         GPTA0 Local Timer Cell X Register 37
GPTA0_LTCCTR38  0xF0001B30         GPTA0 Local Timer Cell Control Register 38 [Timer mode]
GPTA0_LTCXR38   0xF0001B34         GPTA0 Local Timer Cell X Register 38
GPTA0_LTCCTR39  0xF0001B38         GPTA0 Local Timer Cell Control Register 39 [Timer mode]
GPTA0_LTCXR39   0xF0001B3C         GPTA0 Local Timer Cell X Register 39
GPTA0_LTCCTR40  0xF0001B40         GPTA0 Local Timer Cell Control Register 40 [Timer mode]
GPTA0_LTCXR40   0xF0001B44         GPTA0 Local Timer Cell X Register 40
GPTA0_LTCCTR41  0xF0001B48         GPTA0 Local Timer Cell Control Register 41 [Timer mode]
GPTA0_LTCXR41   0xF0001B4C         GPTA0 Local Timer Cell X Register 41
GPTA0_LTCCTR42  0xF0001B50         GPTA0 Local Timer Cell Control Register 42 [Timer mode]
GPTA0_LTCXR42   0xF0001B54         GPTA0 Local Timer Cell X Register 42
GPTA0_LTCCTR43  0xF0001B58         GPTA0 Local Timer Cell Control Register 43 [Timer mode]
GPTA0_LTCXR43   0xF0001B5C         GPTA0 Local Timer Cell X Register 43
GPTA0_LTCCTR44  0xF0001B60         GPTA0 Local Timer Cell Control Register 44 [Timer mode]
GPTA0_LTCXR44   0xF0001B64         GPTA0 Local Timer Cell X Register 44
GPTA0_LTCCTR45  0xF0001B68         GPTA0 Local Timer Cell Control Register 45 [Timer mode]
GPTA0_LTCXR45   0xF0001B6C         GPTA0 Local Timer Cell X Register 45
GPTA0_LTCCTR46  0xF0001B70         GPTA0 Local Timer Cell Control Register 46 [Timer mode]
GPTA0_LTCXR46   0xF0001B74         GPTA0 Local Timer Cell X Register 46
GPTA0_LTCCTR47  0xF0001B78         GPTA0 Local Timer Cell Control Register 47 [Timer mode]
GPTA0_LTCXR47   0xF0001B7C         GPTA0 Local Timer Cell X Register 47
GPTA0_LTCCTR48  0xF0001B80         GPTA0 Local Timer Cell Control Register 48 [Timer mode]
GPTA0_LTCXR48   0xF0001B84         GPTA0 Local Timer Cell X Register 48
GPTA0_LTCCTR49  0xF0001B88         GPTA0 Local Timer Cell Control Register 49 [Timer mode]
GPTA0_LTCXR49   0xF0001B8C         GPTA0 Local Timer Cell X Register 49
GPTA0_LTCCTR50  0xF0001B90         GPTA0 Local Timer Cell Control Register 50 [Timer mode]
GPTA0_LTCXR50   0xF0001B94         GPTA0 Local Timer Cell X Register 50
GPTA0_LTCCTR51  0xF0001B98         GPTA0 Local Timer Cell Control Register 51 [Timer mode]
GPTA0_LTCXR51   0xF0001B9C         GPTA0 Local Timer Cell X Register 51
GPTA0_LTCCTR52  0xF0001BA0         GPTA0 Local Timer Cell Control Register 52 [Timer mode]
GPTA0_LTCXR52   0xF0001BA4         GPTA0 Local Timer Cell X Register 52
GPTA0_LTCCTR53  0xF0001BA8         GPTA0 Local Timer Cell Control Register 53 [Timer mode]
GPTA0_LTCXR53   0xF0001BAC         GPTA0 Local Timer Cell X Register 53
GPTA0_LTCCTR54  0xF0001BB0         GPTA0 Local Timer Cell Control Register 54 [Timer mode]
GPTA0_LTCXR54   0xF0001BB4         GPTA0 Local Timer Cell X Register 54
GPTA0_LTCCTR55  0xF0001BB8         GPTA0 Local Timer Cell Control Register 55 [Timer mode]
GPTA0_LTCXR55   0xF0001BBC         GPTA0 Local Timer Cell X Register 55
GPTA0_LTCCTR56  0xF0001BC0         GPTA0 Local Timer Cell Control Register 56 [Timer mode]
GPTA0_LTCXR56   0xF0001BC4         GPTA0 Local Timer Cell X Register 56
GPTA0_LTCCTR57  0xF0001BC8         GPTA0 Local Timer Cell Control Register 57 [Timer mode]
GPTA0_LTCXR57   0xF0001BCC         GPTA0 Local Timer Cell X Register 57
GPTA0_LTCCTR58  0xF0001BD0         GPTA0 Local Timer Cell Control Register 58 [Timer mode]
GPTA0_LTCXR58   0xF0001BD4         GPTA0 Local Timer Cell X Register 58
GPTA0_LTCCTR59  0xF0001BD8         GPTA0 Local Timer Cell Control Register 59 [Timer mode]
GPTA0_LTCXR59   0xF0001BDC         GPTA0 Local Timer Cell X Register 59
GPTA0_LTCCTR60  0xF0001BE0         GPTA0 Local Timer Cell Control Register 60 [Timer mode]
GPTA0_LTCXR60   0xF0001BE4         GPTA0 Local Timer Cell X Register 60
GPTA0_LTCCTR61  0xF0001BE8         GPTA0 Local Timer Cell Control Register 61 [Timer mode]
GPTA0_LTCXR61   0xF0001BEC         GPTA0 Local Timer Cell X Register 61
GPTA0_LTCCTR62  0xF0001BF0         GPTA0 Local Timer Cell Control Register 62 [Timer mode]
GPTA0_LTCXR62   0xF0001BF4         GPTA0 Local Timer Cell X Register 62
GPTA0_LTCCTR63  0xF0001BF8         GPTA0 Local Timer Cell Control Register 63
GPTA0_LTCXR63   0xF0001BFC         GPTA0 Local Timer Cell X Register 63
GPTA0_EDCTR     0xF0001C00         GPTA Clock Enable/Disable Control Register
GPTA0_MMXCTR00  0xF0001F00         GPTA-to-MSC Multiplexer Control Register 00
GPTA0_MMXCTR01  0xF0001F04         GPTA-to-MSC Multiplexer Control Register 01
GPTA0_SRC37     0xF0001F68         GPTA0 Interrupt Service Request Control Register 37
GPTA0_SRC36     0xF0001F6C         GPTA0 Interrupt Service Request Control Register 36
GPTA0_SRC35     0xF0001F70         GPTA0 Interrupt Service Request Control Register 35
GPTA0_SRC34     0xF0001F74         GPTA0 Interrupt Service Request Control Register 34
GPTA0_SRC33     0xF0001F78         GPTA0 Interrupt Service Request Control Register 33
GPTA0_SRC32     0xF0001F7C         GPTA0 Interrupt Service Request Control Register 32
GPTA0_SRC31     0xF0001F80         GPTA0 Interrupt Service Request Control Register 31
GPTA0_SRC30     0xF0001F84         GPTA0 Interrupt Service Request Control Register 30
GPTA0_SRC29     0xF0001F88         GPTA0 Interrupt Service Request Control Register 29
GPTA0_SRC28     0xF0001F8C         GPTA0 Interrupt Service Request Control Register 28
GPTA0_SRC27     0xF0001F90         GPTA0 Interrupt Service Request Control Register 27
GPTA0_SRC26     0xF0001F94         GPTA0 Interrupt Service Request Control Register 26
GPTA0_SRC25     0xF0001F98         GPTA0 Interrupt Service Request Control Register 25
GPTA0_SRC24     0xF0001F9C         GPTA0 Interrupt Service Request Control Register 24
GPTA0_SRC23     0xF0001FA0         GPTA0 Interrupt Service Request Control Register 23
GPTA0_SRC22     0xF0001FA4         GPTA0 Interrupt Service Request Control Register 22
GPTA0_SRC21     0xF0001FA8         GPTA0 Interrupt Service Request Control Register 21
GPTA0_SRC20     0xF0001FAC         GPTA0 Interrupt Service Request Control Register 20
GPTA0_SRC19     0xF0001FB0         GPTA0 Interrupt Service Request Control Register 19
GPTA0_SRC18     0xF0001FB4         GPTA0 Interrupt Service Request Control Register 18
GPTA0_SRC17     0xF0001FB8         GPTA0 Interrupt Service Request Control Register 17
GPTA0_SRC16     0xF0001FBC         GPTA0 Interrupt Service Request Control Register 16
GPTA0_SRC15     0xF0001FC0         GPTA0 Interrupt Service Request Control Register 15
GPTA0_SRC14     0xF0001FC4         GPTA0 Interrupt Service Request Control Register 14
GPTA0_SRC13     0xF0001FC8         GPTA0 Interrupt Service Request Control Register 13
GPTA0_SRC12     0xF0001FCC         GPTA0 Interrupt Service Request Control Register 12
GPTA0_SRC11     0xF0001FD0         GPTA0 Interrupt Service Request Control Register 11
GPTA0_SRC10     0xF0001FD4         GPTA0 Interrupt Service Request Control Register 10
GPTA0_SRC09     0xF0001FD8         GPTA0 Interrupt Service Request Control Register 09
GPTA0_SRC08     0xF0001FDC         GPTA0 Interrupt Service Request Control Register 08
GPTA0_SRC07     0xF0001FE0         GPTA0 Interrupt Service Request Control Register 07
GPTA0_SRC06     0xF0001FE4         GPTA0 Interrupt Service Request Control Register 06
GPTA0_SRC05     0xF0001FE8         GPTA0 Interrupt Service Request Control Register 05
GPTA0_SRC04     0xF0001FEC         GPTA0 Interrupt Service Request Control Register 04
GPTA0_SRC03     0xF0001FF0         GPTA0 Interrupt Service Request Control Register 03
GPTA0_SRC02     0xF0001FF4         GPTA0 Interrupt Service Request Control Register 02
GPTA0_SRC01     0xF0001FF8         GPTA0 Interrupt Service Request Control Register 01
GPTA0_SRC00     0xF0001FFC         GPTA0 Interrupt Service Request Control Register 00
LTCA2_ID        0xF0002808         LTCA2 Identification Register
LTCA2_SRSC2     0xF0002820         LTCA2 Service Request State Clear Register 2
LTCA2_SRSS2     0xF0002824         LTCA2 Service Request State Set Register 2
LTCA2_MRACTL    0xF0002838         Multiplexer Register Array Control Register
LTCA2_MRADIN    0xF000283C         Multiplexer Register Array Data In Register
LTCA2_MRADOUT   0xF0002840         Multiplexer Register Array Data Out Register
LTCA2_LTCCTR00  0xF0002A00         Local Timer Cell Control Register 00 [Timer Mode]
LTCA2_LTCXR00   0xF0002A04         Local Timer Cell X Register 00
LTCA2_LTCCTR01  0xF0002A08         Local Timer Cell Control Register 01 [Timer Mode]
LTCA2_LTCXR01   0xF0002A0C         Local Timer Cell X Register 01
LTCA2_LTCCTR02  0xF0002A10         Local Timer Cell Control Register 02 [Timer Mode]
LTCA2_LTCXR02   0xF0002A14         Local Timer Cell X Register 02
LTCA2_LTCCTR03  0xF0002A18         Local Timer Cell Control Register 03 [Timer Mode]
LTCA2_LTCXR03   0xF0002A1C         Local Timer Cell X Register 03
LTCA2_LTCCTR04  0xF0002A20         Local Timer Cell Control Register 04 [Timer Mode]
LTCA2_LTCXR04   0xF0002A24         Local Timer Cell X Register 04
LTCA2_LTCCTR05  0xF0002A28         Local Timer Cell Control Register 05 [Timer Mode]
LTCA2_LTCXR05   0xF0002A2C         Local Timer Cell X Register 05
LTCA2_LTCCTR06  0xF0002A30         Local Timer Cell Control Register 06 [Timer Mode]
LTCA2_LTCXR06   0xF0002A34         Local Timer Cell X Register 06
LTCA2_LTCCTR07  0xF0002A38         Local Timer Cell Control Register 07 [Timer Mode]
LTCA2_LTCXR07   0xF0002A3C         Local Timer Cell X Register 07
LTCA2_LTCCTR08  0xF0002A40         Local Timer Cell Control Register 08 [Timer Mode]
LTCA2_LTCXR08   0xF0002A44         Local Timer Cell X Register 08
LTCA2_LTCCTR09  0xF0002A48         Local Timer Cell Control Register 09 [Timer Mode]
LTCA2_LTCXR09   0xF0002A4C         Local Timer Cell X Register 09
LTCA2_LTCCTR10  0xF0002A50         Local Timer Cell Control Register 10 [Timer Mode]
LTCA2_LTCXR10   0xF0002A54         Local Timer Cell X Register 10
LTCA2_LTCCTR11  0xF0002A58         Local Timer Cell Control Register 11 [Timer Mode]
LTCA2_LTCXR11   0xF0002A5C         Local Timer Cell X Register 11
LTCA2_LTCCTR12  0xF0002A60         Local Timer Cell Control Register 12 [Timer Mode]
LTCA2_LTCXR12   0xF0002A64         Local Timer Cell X Register 12
LTCA2_LTCCTR13  0xF0002A68         Local Timer Cell Control Register 13 [Timer Mode]
LTCA2_LTCXR13   0xF0002A6C         Local Timer Cell X Register 13
LTCA2_LTCCTR14  0xF0002A70         Local Timer Cell Control Register 14 [Timer Mode]
LTCA2_LTCXR14   0xF0002A74         Local Timer Cell X Register 14
LTCA2_LTCCTR15  0xF0002A78         Local Timer Cell Control Register 15 [Timer Mode]
LTCA2_LTCXR15   0xF0002A7C         Local Timer Cell X Register 15
LTCA2_LTCCTR16  0xF0002A80         Local Timer Cell Control Register 16 [Timer Mode]
LTCA2_LTCXR16   0xF0002A84         Local Timer Cell X Register 16
LTCA2_LTCCTR17  0xF0002A88         Local Timer Cell Control Register 17 [Timer Mode]
LTCA2_LTCXR17   0xF0002A8C         Local Timer Cell X Register 17
LTCA2_LTCCTR18  0xF0002A90         Local Timer Cell Control Register 18 [Timer Mode]
LTCA2_LTCXR18   0xF0002A94         Local Timer Cell X Register 18
LTCA2_LTCCTR19  0xF0002A98         Local Timer Cell Control Register 19 [Timer Mode]
LTCA2_LTCXR19   0xF0002A9C         Local Timer Cell X Register 19
LTCA2_LTCCTR20  0xF0002AA0         Local Timer Cell Control Register 20 [Timer Mode]
LTCA2_LTCXR20   0xF0002AA4         Local Timer Cell X Register 20
LTCA2_LTCCTR21  0xF0002AA8         Local Timer Cell Control Register 21 [Timer Mode]
LTCA2_LTCXR21   0xF0002AAC         Local Timer Cell X Register 21
LTCA2_LTCCTR22  0xF0002AB0         Local Timer Cell Control Register 22 [Timer Mode]
LTCA2_LTCXR22   0xF0002AB4         Local Timer Cell X Register 22
LTCA2_LTCCTR23  0xF0002AB8         Local Timer Cell Control Register 23 [Timer Mode]
LTCA2_LTCXR23   0xF0002ABC         Local Timer Cell X Register 23
LTCA2_LTCCTR24  0xF0002AC0         Local Timer Cell Control Register 24 [Timer Mode]
LTCA2_LTCXR24   0xF0002AC4         Local Timer Cell X Register 24
LTCA2_LTCCTR25  0xF0002AC8         Local Timer Cell Control Register 25 [Timer Mode]
LTCA2_LTCXR25   0xF0002ACC         Local Timer Cell X Register 25
LTCA2_LTCCTR26  0xF0002AD0         Local Timer Cell Control Register 26 [Timer Mode]
LTCA2_LTCXR26   0xF0002AD4         Local Timer Cell X Register 26
LTCA2_LTCCTR27  0xF0002AD8         Local Timer Cell Control Register 27 [Timer Mode]
LTCA2_LTCXR27   0xF0002ADC         Local Timer Cell X Register 27
LTCA2_LTCCTR28  0xF0002AE0         Local Timer Cell Control Register 28 [Timer Mode]
LTCA2_LTCXR28   0xF0002AE4         Local Timer Cell X Register 28
LTCA2_LTCCTR29  0xF0002AE8         Local Timer Cell Control Register 29 [Timer Mode]
LTCA2_LTCXR29   0xF0002AEC         Local Timer Cell X Register 29
LTCA2_LTCCTR30  0xF0002AF0         Local Timer Cell Control Register 30 [Timer Mode]
LTCA2_LTCXR30   0xF0002AF4         Local Timer Cell X Register 30
LTCA2_LTCCTR31  0xF0002AF8         Local Timer Cell Control Register 31
LTCA2_LTCXR31   0xF0002AFC         Local Timer Cell X Register 31
LTCA2_SRC07     0xF0002FE0         LTCA2 Interrupt Service Request Control Register 07
LTCA2_SRC06     0xF0002FE4         LTCA2 Interrupt Service Request Control Register 06
LTCA2_SRC05     0xF0002FE8         LTCA2 Interrupt Service Request Control Register 05
LTCA2_SRC04     0xF0002FEC         LTCA2 Interrupt Service Request Control Register 04
LTCA2_SRC03     0xF0002FF0         LTCA2 Interrupt Service Request Control Register 03
LTCA2_SRC02     0xF0002FF4         LTCA2 Interrupt Service Request Control Register 02
LTCA2_SRC01     0xF0002FF8         LTCA2 Interrupt Service Request Control Register 01
LTCA2_SRC00     0xF0002FFC         LTCA2 Interrupt Service Request Control Register 00
DMA_CLC         0xF0003C00         DMA Clock Control Register
DMA_ID          0xF0003C08         Module Identification Register
DMA_CHRSTR      0xF0003C10         DMA Channel Reset Request Register
DMA_TRSR        0xF0003C14         DMA Transaction Request State Register
DMA_STREQ       0xF0003C18         DMA Software Transaction Request Register
DMA_HTREQ       0xF0003C1C         DMA Hardware Transaction Request Register
DMA_EER         0xF0003C20         DMA Enable Error Register
DMA_ERRSR       0xF0003C24         DMA Error Status Register
DMA_CLRE        0xF0003C28         DMA Clear Error Register
DMA_GINTR       0xF0003C2C         DMA Global Interrupt Set Register
DMA_MESR        0xF0003C30         DMA Move Engine Status Register
DMA_ME0R        0xF0003C34         DMA Move Engine 0 Read Register
DMA_ME0PR       0xF0003C3C         DMA Move Engine 0 Pattern Register
DMA_ME0AENR     0xF0003C44         DMA Move Engine 0 Access Enable Register
DMA_ME0ARR      0xF0003C48         DMA Move Engine 0 Access Range Register
DMA_INTSR       0xF0003C54         DMA Interrupt Status Register
DMA_INTCR       0xF0003C58         DMA Interrupt Clear Register
DMA_WRPSR       0xF0003C5C         DMA Wrap Status Register
DMA_OCDSR       0xF0003C64         DMA OCDS Register
DMA_SUSPMR      0xF0003C68         DMA Suspend Mode Register
DMA_CHSR00      0xF0003C80         DMA Channel 00 Status Register
DMA_CHCR00      0xF0003C84         DMA Channel 00 Control Register
DMA_CHICR00     0xF0003C88         DMA Channel 00 Interrupt Control Register
DMA_ADRCR00     0xF0003C8C         DMA Channel 00 Address Control Register
DMA_SADR00      0xF0003C90         DMA Channel 00 Source Address Register
DMA_DADR00      0xF0003C94         DMA Channel 00 Destination Address Register
DMA_SHADR00     0xF0003C98         DMA Channel 00 Shadow Address Register
DMA_CHSR01      0xF0003CA0         DMA Channel 01 Status Register
DMA_CHCR01      0xF0003CA4         DMA Channel 01 Control Register
DMA_CHICR01     0xF0003CA8         DMA Channel 01 Interrupt Control Register
DMA_ADRCR01     0xF0003CAC         DMA Channel 01 Address Control Register
DMA_SADR01      0xF0003CB0         DMA Channel 01 Source Address Register
DMA_DADR01      0xF0003CB4         DMA Channel 01 Destination Address Register
DMA_SHADR01     0xF0003CB8         DMA Channel 01 Shadow Address Register
DMA_CHSR02      0xF0003CC0         DMA Channel 02 Status Register
DMA_CHCR02      0xF0003CC4         DMA Channel 02 Control Register
DMA_CHICR02     0xF0003CC8         DMA Channel 02 Interrupt Control Register
DMA_ADRCR02     0xF0003CCC         DMA Channel 02 Address Control Register
DMA_SADR02      0xF0003CD0         DMA Channel 02 Source Address Register
DMA_DADR02      0xF0003CD4         DMA Channel 02 Destination Address Register
DMA_SHADR02     0xF0003CD8         DMA Channel 02 Shadow Address Register
DMA_CHSR03      0xF0003CE0         DMA Channel 03 Status Register
DMA_CHCR03      0xF0003CE4         DMA Channel 03 Control Register
DMA_CHICR03     0xF0003CE8         DMA Channel 03 Interrupt Control Register
DMA_ADRCR03     0xF0003CEC         DMA Channel 03 Address Control Register
DMA_SADR03      0xF0003CF0         DMA Channel 03 Source Address Register
DMA_DADR03      0xF0003CF4         DMA Channel 03 Destination Address Register
DMA_SHADR03     0xF0003CF8         DMA Channel 03 Shadow Address Register
DMA_CHSR04      0xF0003D00         DMA Channel 04 Status Register
DMA_CHCR04      0xF0003D04         DMA Channel 04 Control Register
DMA_CHICR04     0xF0003D08         DMA Channel 04 Interrupt Control Register
DMA_ADRCR04     0xF0003D0C         DMA Channel 04 Address Control Register
DMA_SADR04      0xF0003D10         DMA Channel 04 Source Address Register
DMA_DADR04      0xF0003D14         DMA Channel 04 Destination Address Register
DMA_SHADR04     0xF0003D18         DMA Channel 04 Shadow Address Register
DMA_CHSR05      0xF0003D20         DMA Channel 05 Status Register
DMA_CHCR05      0xF0003D24         DMA Channel 05 Control Register
DMA_CHICR05     0xF0003D28         DMA Channel 05 Interrupt Control Register
DMA_ADRCR05     0xF0003D2C         DMA Channel 05 Address Control Register
DMA_SADR05      0xF0003D30         DMA Channel 05 Source Address Register
DMA_DADR05      0xF0003D34         DMA Channel 05 Destination Address Register
DMA_SHADR05     0xF0003D38         DMA Channel 05 Shadow Address Register
DMA_CHSR06      0xF0003D40         DMA Channel 06 Status Register
DMA_CHCR06      0xF0003D44         DMA Channel 06 Control Register
DMA_CHICR06     0xF0003D48         DMA Channel 06 Interrupt Control Register
DMA_ADRCR06     0xF0003D4C         DMA Channel 06 Address Control Register
DMA_SADR06      0xF0003D50         DMA Channel 06 Source Address Register
DMA_DADR06      0xF0003D54         DMA Channel 06 Destination Address Register
DMA_SHADR06     0xF0003D58         DMA Channel 06 Shadow Address Register
DMA_CHSR07      0xF0003D60         DMA Channel 07 Status Register
DMA_CHCR07      0xF0003D64         DMA Channel 07 Control Register
DMA_CHICR07     0xF0003D68         DMA Channel 07 Interrupt Control Register
DMA_ADRCR07     0xF0003D6C         DMA Channel 07 Address Control Register
DMA_SADR07      0xF0003D70         DMA Channel 07 Source Address Register
DMA_DADR07      0xF0003D74         DMA Channel 07 Destination Address Register
DMA_SHADR07     0xF0003D78         DMA Channel 07 Shadow Address Register
DMA_MLI0SRC3    0xF0003EA0         DMA MLI0 Service Request Control Register 3
DMA_MLI0SRC2    0xF0003EA4         DMA MLI0 Service Request Control Register 2
DMA_MLI0SRC1    0xF0003EA8         DMA MLI0 Service Request Control Register 1
DMA_MLI0SRC0    0xF0003EAC         DMA MLI0 Service Request Control Register 0
DMA_SRC7        0xF0003EE0         DMA Service Request Control Register 7
DMA_SRC6        0xF0003EE4         DMA Service Request Control Register 6
DMA_SRC5        0xF0003EE8         DMA Service Request Control Register 5
DMA_SRC4        0xF0003EEC         DMA Service Request Control Register 4
DMA_SRC3        0xF0003EF0         DMA Service Request Control Register 3
DMA_SRC2        0xF0003EF4         DMA Service Request Control Register 2
DMA_SRC1        0xF0003EF8         DMA Service Request Control Register 1
DMA_SRC0        0xF0003EFC         DMA Service Request Control Register 0
CAN_CLC         0xF0004000         CAN Clock Control Register
CAN_ID          0xF0004008         Module Identification Register
CAN_FDR         0xF000400C         CAN Fractional Divider Register
CAN_EDCR        0xF0004080         Error Detection and Correction Test Register
CAN_SRC15       0xF00040C0         CAN Service Request Control Register 15
CAN_SRC14       0xF00040C4         CAN Service Request Control Register 14
CAN_SRC13       0xF00040C8         CAN Service Request Control Register 13
CAN_SRC12       0xF00040CC         CAN Service Request Control Register 12
CAN_SRC11       0xF00040D0         CAN Service Request Control Register 11
CAN_SRC10       0xF00040D4         CAN Service Request Control Register 10
CAN_SRC9        0xF00040D8         CAN Service Request Control Register 9
CAN_SRC8        0xF00040DC         CAN Service Request Control Register 8
CAN_SRC7        0xF00040E0         CAN Service Request Control Register 7
CAN_SRC6        0xF00040E4         CAN Service Request Control Register 6
CAN_SRC5        0xF00040E8         CAN Service Request Control Register 5
CAN_SRC4        0xF00040EC         CAN Service Request Control Register 4
CAN_SRC3        0xF00040F0         CAN Service Request Control Register 3
CAN_SRC2        0xF00040F4         CAN Service Request Control Register 2
CAN_SRC1        0xF00040F8         CAN Service Request Control Register 1
CAN_SRC0        0xF00040FC         CAN Service Request Control Register 0
CAN_LIST0       0xF0004100         List Register 0
CAN_LIST1       0xF0004104         List Register 1
CAN_LIST2       0xF0004108         List Register 2
CAN_LIST3       0xF000410C         List Register 3
CAN_LIST4       0xF0004110         List Register 4
CAN_LIST5       0xF0004114         List Register 5
CAN_LIST6       0xF0004118         List Register 6
CAN_LIST7       0xF000411C         List Register 7
CAN_MSPND0      0xF0004140         Message Pending Register 0
CAN_MSPND1      0xF0004144         Message Pending Register 1
CAN_MSPND2      0xF0004148         Message Pending Register 2
CAN_MSPND3      0xF000414C         Message Pending Register 3
CAN_MSPND4      0xF0004150         Message Pending Register 4
CAN_MSPND5      0xF0004154         Message Pending Register 5
CAN_MSPND6      0xF0004158         Message Pending Register 6
CAN_MSPND7      0xF000415C         Message Pending Register 7
CAN_MSID0       0xF0004180         Message Index Register 0
CAN_MSID1       0xF0004184         Message Index Register 1
CAN_MSID2       0xF0004188         Message Index Register 2
CAN_MSID3       0xF000418C         Message Index Register 3
CAN_MSID4       0xF0004190         Message Index Register 4
CAN_MSID5       0xF0004194         Message Index Register 5
CAN_MSID6       0xF0004198         Message Index Register 6
CAN_MSID7       0xF000419C         Message Index Register 7
CAN_MSIMASK     0xF00041C0         Message Index Mask Register
CAN_PANCTR      0xF00041C4         Panel Control Register
CAN_MCR         0xF00041C8         Module Control Register
CAN_MITR        0xF00041CC         Module Interrupt Trigger Register
CAN_NCR0        0xF0004200         Node 0 Control Register
CAN_NSR0        0xF0004204         Node 0 Status Register
CAN_NIPR0       0xF0004208         Node 0 Interrupt Pointer Register
CAN_NPCR0       0xF000420C         Node 0 Port Control Register
CAN_NBTR0       0xF0004210         Node 0 Bit Timing Register
CAN_NECNT0      0xF0004214         Node 0 Error Counter Register
CAN_NFCR0       0xF0004218         Node 0 Frame Counter Register
CAN_NCR1        0xF0004300         Node 1 Control Register
CAN_NSR1        0xF0004304         Node 1 Status Register
CAN_NIPR1       0xF0004308         Node 1 Interrupt Pointer Register
CAN_NPCR1       0xF000430C         Node 1 Port Control Register
CAN_NBTR1       0xF0004310         Node 1 Bit Timing Register
CAN_NECNT1      0xF0004314         Node 1 Error Counter Register
CAN_NFCR1       0xF0004318         Node 1 Frame Counter Register
CAN_NCR2        0xF0004400         Node 2 Control Register
CAN_NSR2        0xF0004404         Node 2 Status Register
CAN_NIPR2       0xF0004408         Node 2 Interrupt Pointer Register
CAN_NPCR2       0xF000440C         Node 2 Port Control Register
CAN_NBTR2       0xF0004410         Node 2 Bit Timing Register
CAN_NECNT2      0xF0004414         Node 2 Error Counter Register
CAN_NFCR2       0xF0004418         Node 2 Frame Counter Register
CAN_MOFCR0      0xF0005000         Message Object 0 Function Control Register
CAN_MOFGPR0     0xF0005004         Message Object 0 FIFO/Gateway Pointer Register
CAN_MOIPR0      0xF0005008         Message Object 0 Interrupt Pointer Register
CAN_MOAMR0      0xF000500C         Message Object 0 Acceptance Mask Register
CAN_MODATAL0    0xF0005010         Message Object 0 Data Register Low
CAN_MODATAH0    0xF0005014         Message Object 0 Data Register High
CAN_MOAR0       0xF0005018         Message Object 0 Arbitration Register
CAN_MOCTR0      0xF000501C         Message Object 0 Control / Status Register
CAN_MOFCR1      0xF0005020         Message Object 1 Function Control Register
CAN_MOFGPR1     0xF0005024         Message Object 1 FIFO/Gateway Pointer Register
CAN_MOIPR1      0xF0005028         Message Object 1 Interrupt Pointer Register
CAN_MOAMR1      0xF000502C         Message Object 1 Acceptance Mask Register
CAN_MODATAL1    0xF0005030         Message Object 1 Data Register Low
CAN_MODATAH1    0xF0005034         Message Object 1 Data Register High
CAN_MOAR1       0xF0005038         Message Object 1 Arbitration Register
CAN_MOCTR1      0xF000503C         Message Object 1 Control / Status Register
CAN_MOFCR2      0xF0005040         Message Object 2 Function Control Register
CAN_MOFGPR2     0xF0005044         Message Object 2 FIFO/Gateway Pointer Register
CAN_MOIPR2      0xF0005048         Message Object 2 Interrupt Pointer Register
CAN_MOAMR2      0xF000504C         Message Object 2 Acceptance Mask Register
CAN_MODATAL2    0xF0005050         Message Object 2 Data Register Low
CAN_MODATAH2    0xF0005054         Message Object 2 Data Register High
CAN_MOAR2       0xF0005058         Message Object 2 Arbitration Register
CAN_MOCTR2      0xF000505C         Message Object 2 Control / Status Register
CAN_MOFCR3      0xF0005060         Message Object 3 Function Control Register
CAN_MOFGPR3     0xF0005064         Message Object 3 FIFO/Gateway Pointer Register
CAN_MOIPR3      0xF0005068         Message Object 3 Interrupt Pointer Register
CAN_MOAMR3      0xF000506C         Message Object 3 Acceptance Mask Register
CAN_MODATAL3    0xF0005070         Message Object 3 Data Register Low
CAN_MODATAH3    0xF0005074         Message Object 3 Data Register High
CAN_MOAR3       0xF0005078         Message Object 3 Arbitration Register
CAN_MOCTR3      0xF000507C         Message Object 3 Control / Status Register
CAN_MOFCR4      0xF0005080         Message Object 4 Function Control Register
CAN_MOFGPR4     0xF0005084         Message Object 4 FIFO/Gateway Pointer Register
CAN_MOIPR4      0xF0005088         Message Object 4 Interrupt Pointer Register
CAN_MOAMR4      0xF000508C         Message Object 4 Acceptance Mask Register
CAN_MODATAL4    0xF0005090         Message Object 4 Data Register Low
CAN_MODATAH4    0xF0005094         Message Object 4 Data Register High
CAN_MOAR4       0xF0005098         Message Object 4 Arbitration Register
CAN_MOCTR4      0xF000509C         Message Object 4 Control / Status Register
CAN_MOFCR5      0xF00050A0         Message Object 5 Function Control Register
CAN_MOFGPR5     0xF00050A4         Message Object 5 FIFO/Gateway Pointer Register
CAN_MOIPR5      0xF00050A8         Message Object 5 Interrupt Pointer Register
CAN_MOAMR5      0xF00050AC         Message Object 5 Acceptance Mask Register
CAN_MODATAL5    0xF00050B0         Message Object 5 Data Register Low
CAN_MODATAH5    0xF00050B4         Message Object 5 Data Register High
CAN_MOAR5       0xF00050B8         Message Object 5 Arbitration Register
CAN_MOCTR5      0xF00050BC         Message Object 5 Control / Status Register
CAN_MOFCR6      0xF00050C0         Message Object 6 Function Control Register
CAN_MOFGPR6     0xF00050C4         Message Object 6 FIFO/Gateway Pointer Register
CAN_MOIPR6      0xF00050C8         Message Object 6 Interrupt Pointer Register
CAN_MOAMR6      0xF00050CC         Message Object 6 Acceptance Mask Register
CAN_MODATAL6    0xF00050D0         Message Object 6 Data Register Low
CAN_MODATAH6    0xF00050D4         Message Object 6 Data Register High
CAN_MOAR6       0xF00050D8         Message Object 6 Arbitration Register
CAN_MOCTR6      0xF00050DC         Message Object 6 Control / Status Register
CAN_MOFCR7      0xF00050E0         Message Object 7 Function Control Register
CAN_MOFGPR7     0xF00050E4         Message Object 7 FIFO/Gateway Pointer Register
CAN_MOIPR7      0xF00050E8         Message Object 7 Interrupt Pointer Register
CAN_MOAMR7      0xF00050EC         Message Object 7 Acceptance Mask Register
CAN_MODATAL7    0xF00050F0         Message Object 7 Data Register Low
CAN_MODATAH7    0xF00050F4         Message Object 7 Data Register High
CAN_MOAR7       0xF00050F8         Message Object 7 Arbitration Register
CAN_MOCTR7      0xF00050FC         Message Object 7 Control / Status Register
CAN_MOFCR8      0xF0005100         Message Object 8 Function Control Register
CAN_MOFGPR8     0xF0005104         Message Object 8 FIFO/Gateway Pointer Register
CAN_MOIPR8      0xF0005108         Message Object 8 Interrupt Pointer Register
CAN_MOAMR8      0xF000510C         Message Object 8 Acceptance Mask Register
CAN_MODATAL8    0xF0005110         Message Object 8 Data Register Low
CAN_MODATAH8    0xF0005114         Message Object 8 Data Register High
CAN_MOAR8       0xF0005118         Message Object 8 Arbitration Register
CAN_MOCTR8      0xF000511C         Message Object 8 Control / Status Register
CAN_MOFCR9      0xF0005120         Message Object 9 Function Control Register
CAN_MOFGPR9     0xF0005124         Message Object 9 FIFO/Gateway Pointer Register
CAN_MOIPR9      0xF0005128         Message Object 9 Interrupt Pointer Register
CAN_MOAMR9      0xF000512C         Message Object 9 Acceptance Mask Register
CAN_MODATAL9    0xF0005130         Message Object 9 Data Register Low
CAN_MODATAH9    0xF0005134         Message Object 9 Data Register High
CAN_MOAR9       0xF0005138         Message Object 9 Arbitration Register
CAN_MOCTR9      0xF000513C         Message Object 9 Control / Status Register
CAN_MOFCR10     0xF0005140         Message Object 10 Function Control Register
CAN_MOFGPR10    0xF0005144         Message Object 10 FIFO/Gateway Pointer Register
CAN_MOIPR10     0xF0005148         Message Object 10 Interrupt Pointer Register
CAN_MOAMR10     0xF000514C         Message Object 10 Acceptance Mask Register
CAN_MODATAL10   0xF0005150         Message Object 10 Data Register Low
CAN_MODATAH10   0xF0005154         Message Object 10 Data Register High
CAN_MOAR10      0xF0005158         Message Object 10 Arbitration Register
CAN_MOCTR10     0xF000515C         Message Object 10 Control / Status Register
CAN_MOFCR11     0xF0005160         Message Object 11 Function Control Register
CAN_MOFGPR11    0xF0005164         Message Object 11 FIFO/Gateway Pointer Register
CAN_MOIPR11     0xF0005168         Message Object 11 Interrupt Pointer Register
CAN_MOAMR11     0xF000516C         Message Object 11 Acceptance Mask Register
CAN_MODATAL11   0xF0005170         Message Object 11 Data Register Low
CAN_MODATAH11   0xF0005174         Message Object 11 Data Register High
CAN_MOAR11      0xF0005178         Message Object 11 Arbitration Register
CAN_MOCTR11     0xF000517C         Message Object 11 Control / Status Register
CAN_MOFCR12     0xF0005180         Message Object 12 Function Control Register
CAN_MOFGPR12    0xF0005184         Message Object 12 FIFO/Gateway Pointer Register
CAN_MOIPR12     0xF0005188         Message Object 12 Interrupt Pointer Register
CAN_MOAMR12     0xF000518C         Message Object 12 Acceptance Mask Register
CAN_MODATAL12   0xF0005190         Message Object 12 Data Register Low
CAN_MODATAH12   0xF0005194         Message Object 12 Data Register High
CAN_MOAR12      0xF0005198         Message Object 12 Arbitration Register
CAN_MOCTR12     0xF000519C         Message Object 12 Control / Status Register
CAN_MOFCR13     0xF00051A0         Message Object 13 Function Control Register
CAN_MOFGPR13    0xF00051A4         Message Object 13 FIFO/Gateway Pointer Register
CAN_MOIPR13     0xF00051A8         Message Object 13 Interrupt Pointer Register
CAN_MOAMR13     0xF00051AC         Message Object 13 Acceptance Mask Register
CAN_MODATAL13   0xF00051B0         Message Object 13 Data Register Low
CAN_MODATAH13   0xF00051B4         Message Object 13 Data Register High
CAN_MOAR13      0xF00051B8         Message Object 13 Arbitration Register
CAN_MOCTR13     0xF00051BC         Message Object 13 Control / Status Register
CAN_MOFCR14     0xF00051C0         Message Object 14 Function Control Register
CAN_MOFGPR14    0xF00051C4         Message Object 14 FIFO/Gateway Pointer Register
CAN_MOIPR14     0xF00051C8         Message Object 14 Interrupt Pointer Register
CAN_MOAMR14     0xF00051CC         Message Object 14 Acceptance Mask Register
CAN_MODATAL14   0xF00051D0         Message Object 14 Data Register Low
CAN_MODATAH14   0xF00051D4         Message Object 14 Data Register High
CAN_MOAR14      0xF00051D8         Message Object 14 Arbitration Register
CAN_MOCTR14     0xF00051DC         Message Object 14 Control / Status Register
CAN_MOFCR15     0xF00051E0         Message Object 15 Function Control Register
CAN_MOFGPR15    0xF00051E4         Message Object 15 FIFO/Gateway Pointer Register
CAN_MOIPR15     0xF00051E8         Message Object 15 Interrupt Pointer Register
CAN_MOAMR15     0xF00051EC         Message Object 15 Acceptance Mask Register
CAN_MODATAL15   0xF00051F0         Message Object 15 Data Register Low
CAN_MODATAH15   0xF00051F4         Message Object 15 Data Register High
CAN_MOAR15      0xF00051F8         Message Object 15 Arbitration Register
CAN_MOCTR15     0xF00051FC         Message Object 15 Control / Status Register
CAN_MOFCR16     0xF0005200         Message Object 16 Function Control Register
CAN_MOFGPR16    0xF0005204         Message Object 16 FIFO/Gateway Pointer Register
CAN_MOIPR16     0xF0005208         Message Object 16 Interrupt Pointer Register
CAN_MOAMR16     0xF000520C         Message Object 16 Acceptance Mask Register
CAN_MODATAL16   0xF0005210         Message Object 16 Data Register Low
CAN_MODATAH16   0xF0005214         Message Object 16 Data Register High
CAN_MOAR16      0xF0005218         Message Object 16 Arbitration Register
CAN_MOCTR16     0xF000521C         Message Object 16 Control / Status Register
CAN_MOFCR17     0xF0005220         Message Object 17 Function Control Register
CAN_MOFGPR17    0xF0005224         Message Object 17 FIFO/Gateway Pointer Register
CAN_MOIPR17     0xF0005228         Message Object 17 Interrupt Pointer Register
CAN_MOAMR17     0xF000522C         Message Object 17 Acceptance Mask Register
CAN_MODATAL17   0xF0005230         Message Object 17 Data Register Low
CAN_MODATAH17   0xF0005234         Message Object 17 Data Register High
CAN_MOAR17      0xF0005238         Message Object 17 Arbitration Register
CAN_MOCTR17     0xF000523C         Message Object 17 Control / Status Register
CAN_MOFCR18     0xF0005240         Message Object 18 Function Control Register
CAN_MOFGPR18    0xF0005244         Message Object 18 FIFO/Gateway Pointer Register
CAN_MOIPR18     0xF0005248         Message Object 18 Interrupt Pointer Register
CAN_MOAMR18     0xF000524C         Message Object 18 Acceptance Mask Register
CAN_MODATAL18   0xF0005250         Message Object 18 Data Register Low
CAN_MODATAH18   0xF0005254         Message Object 18 Data Register High
CAN_MOAR18      0xF0005258         Message Object 18 Arbitration Register
CAN_MOCTR18     0xF000525C         Message Object 18 Control / Status Register
CAN_MOFCR19     0xF0005260         Message Object 19 Function Control Register
CAN_MOFGPR19    0xF0005264         Message Object 19 FIFO/Gateway Pointer Register
CAN_MOIPR19     0xF0005268         Message Object 19 Interrupt Pointer Register
CAN_MOAMR19     0xF000526C         Message Object 19 Acceptance Mask Register
CAN_MODATAL19   0xF0005270         Message Object 19 Data Register Low
CAN_MODATAH19   0xF0005274         Message Object 19 Data Register High
CAN_MOAR19      0xF0005278         Message Object 19 Arbitration Register
CAN_MOCTR19     0xF000527C         Message Object 19 Control / Status Register
CAN_MOFCR20     0xF0005280         Message Object 20 Function Control Register
CAN_MOFGPR20    0xF0005284         Message Object 20 FIFO/Gateway Pointer Register
CAN_MOIPR20     0xF0005288         Message Object 20 Interrupt Pointer Register
CAN_MOAMR20     0xF000528C         Message Object 20 Acceptance Mask Register
CAN_MODATAL20   0xF0005290         Message Object 20 Data Register Low
CAN_MODATAH20   0xF0005294         Message Object 20 Data Register High
CAN_MOAR20      0xF0005298         Message Object 20 Arbitration Register
CAN_MOCTR20     0xF000529C         Message Object 20 Control / Status Register
CAN_MOFCR21     0xF00052A0         Message Object 21 Function Control Register
CAN_MOFGPR21    0xF00052A4         Message Object 21 FIFO/Gateway Pointer Register
CAN_MOIPR21     0xF00052A8         Message Object 21 Interrupt Pointer Register
CAN_MOAMR21     0xF00052AC         Message Object 21 Acceptance Mask Register
CAN_MODATAL21   0xF00052B0         Message Object 21 Data Register Low
CAN_MODATAH21   0xF00052B4         Message Object 21 Data Register High
CAN_MOAR21      0xF00052B8         Message Object 21 Arbitration Register
CAN_MOCTR21     0xF00052BC         Message Object 21 Control / Status Register
CAN_MOFCR22     0xF00052C0         Message Object 22 Function Control Register
CAN_MOFGPR22    0xF00052C4         Message Object 22 FIFO/Gateway Pointer Register
CAN_MOIPR22     0xF00052C8         Message Object 22 Interrupt Pointer Register
CAN_MOAMR22     0xF00052CC         Message Object 22 Acceptance Mask Register
CAN_MODATAL22   0xF00052D0         Message Object 22 Data Register Low
CAN_MODATAH22   0xF00052D4         Message Object 22 Data Register High
CAN_MOAR22      0xF00052D8         Message Object 22 Arbitration Register
CAN_MOCTR22     0xF00052DC         Message Object 22 Control / Status Register
CAN_MOFCR23     0xF00052E0         Message Object 23 Function Control Register
CAN_MOFGPR23    0xF00052E4         Message Object 23 FIFO/Gateway Pointer Register
CAN_MOIPR23     0xF00052E8         Message Object 23 Interrupt Pointer Register
CAN_MOAMR23     0xF00052EC         Message Object 23 Acceptance Mask Register
CAN_MODATAL23   0xF00052F0         Message Object 23 Data Register Low
CAN_MODATAH23   0xF00052F4         Message Object 23 Data Register High
CAN_MOAR23      0xF00052F8         Message Object 23 Arbitration Register
CAN_MOCTR23     0xF00052FC         Message Object 23 Control / Status Register
CAN_MOFCR24     0xF0005300         Message Object 24 Function Control Register
CAN_MOFGPR24    0xF0005304         Message Object 24 FIFO/Gateway Pointer Register
CAN_MOIPR24     0xF0005308         Message Object 24 Interrupt Pointer Register
CAN_MOAMR24     0xF000530C         Message Object 24 Acceptance Mask Register
CAN_MODATAL24   0xF0005310         Message Object 24 Data Register Low
CAN_MODATAH24   0xF0005314         Message Object 24 Data Register High
CAN_MOAR24      0xF0005318         Message Object 24 Arbitration Register
CAN_MOCTR24     0xF000531C         Message Object 24 Control / Status Register
CAN_MOFCR25     0xF0005320         Message Object 25 Function Control Register
CAN_MOFGPR25    0xF0005324         Message Object 25 FIFO/Gateway Pointer Register
CAN_MOIPR25     0xF0005328         Message Object 25 Interrupt Pointer Register
CAN_MOAMR25     0xF000532C         Message Object 25 Acceptance Mask Register
CAN_MODATAL25   0xF0005330         Message Object 25 Data Register Low
CAN_MODATAH25   0xF0005334         Message Object 25 Data Register High
CAN_MOAR25      0xF0005338         Message Object 25 Arbitration Register
CAN_MOCTR25     0xF000533C         Message Object 25 Control / Status Register
CAN_MOFCR26     0xF0005340         Message Object 26 Function Control Register
CAN_MOFGPR26    0xF0005344         Message Object 26 FIFO/Gateway Pointer Register
CAN_MOIPR26     0xF0005348         Message Object 26 Interrupt Pointer Register
CAN_MOAMR26     0xF000534C         Message Object 26 Acceptance Mask Register
CAN_MODATAL26   0xF0005350         Message Object 26 Data Register Low
CAN_MODATAH26   0xF0005354         Message Object 26 Data Register High
CAN_MOAR26      0xF0005358         Message Object 26 Arbitration Register
CAN_MOCTR26     0xF000535C         Message Object 26 Control / Status Register
CAN_MOFCR27     0xF0005360         Message Object 27 Function Control Register
CAN_MOFGPR27    0xF0005364         Message Object 27 FIFO/Gateway Pointer Register
CAN_MOIPR27     0xF0005368         Message Object 27 Interrupt Pointer Register
CAN_MOAMR27     0xF000536C         Message Object 27 Acceptance Mask Register
CAN_MODATAL27   0xF0005370         Message Object 27 Data Register Low
CAN_MODATAH27   0xF0005374         Message Object 27 Data Register High
CAN_MOAR27      0xF0005378         Message Object 27 Arbitration Register
CAN_MOCTR27     0xF000537C         Message Object 27 Control / Status Register
CAN_MOFCR28     0xF0005380         Message Object 28 Function Control Register
CAN_MOFGPR28    0xF0005384         Message Object 28 FIFO/Gateway Pointer Register
CAN_MOIPR28     0xF0005388         Message Object 28 Interrupt Pointer Register
CAN_MOAMR28     0xF000538C         Message Object 28 Acceptance Mask Register
CAN_MODATAL28   0xF0005390         Message Object 28 Data Register Low
CAN_MODATAH28   0xF0005394         Message Object 28 Data Register High
CAN_MOAR28      0xF0005398         Message Object 28 Arbitration Register
CAN_MOCTR28     0xF000539C         Message Object 28 Control / Status Register
CAN_MOFCR29     0xF00053A0         Message Object 29 Function Control Register
CAN_MOFGPR29    0xF00053A4         Message Object 29 FIFO/Gateway Pointer Register
CAN_MOIPR29     0xF00053A8         Message Object 29 Interrupt Pointer Register
CAN_MOAMR29     0xF00053AC         Message Object 29 Acceptance Mask Register
CAN_MODATAL29   0xF00053B0         Message Object 29 Data Register Low
CAN_MODATAH29   0xF00053B4         Message Object 29 Data Register High
CAN_MOAR29      0xF00053B8         Message Object 29 Arbitration Register
CAN_MOCTR29     0xF00053BC         Message Object 29 Control / Status Register
CAN_MOFCR30     0xF00053C0         Message Object 30 Function Control Register
CAN_MOFGPR30    0xF00053C4         Message Object 30 FIFO/Gateway Pointer Register
CAN_MOIPR30     0xF00053C8         Message Object 30 Interrupt Pointer Register
CAN_MOAMR30     0xF00053CC         Message Object 30 Acceptance Mask Register
CAN_MODATAL30   0xF00053D0         Message Object 30 Data Register Low
CAN_MODATAH30   0xF00053D4         Message Object 30 Data Register High
CAN_MOAR30      0xF00053D8         Message Object 30 Arbitration Register
CAN_MOCTR30     0xF00053DC         Message Object 30 Control / Status Register
CAN_MOFCR31     0xF00053E0         Message Object 31 Function Control Register
CAN_MOFGPR31    0xF00053E4         Message Object 31 FIFO/Gateway Pointer Register
CAN_MOIPR31     0xF00053E8         Message Object 31 Interrupt Pointer Register
CAN_MOAMR31     0xF00053EC         Message Object 31 Acceptance Mask Register
CAN_MODATAL31   0xF00053F0         Message Object 31 Data Register Low
CAN_MODATAH31   0xF00053F4         Message Object 31 Data Register High
CAN_MOAR31      0xF00053F8         Message Object 31 Arbitration Register
CAN_MOCTR31     0xF00053FC         Message Object 31 Control / Status Register
CAN_MOFCR32     0xF0005400         Message Object 32 Function Control Register
CAN_MOFGPR32    0xF0005404         Message Object 32 FIFO/Gateway Pointer Register
CAN_MOIPR32     0xF0005408         Message Object 32 Interrupt Pointer Register
CAN_MOAMR32     0xF000540C         Message Object 32 Acceptance Mask Register
CAN_MODATAL32   0xF0005410         Message Object 32 Data Register Low
CAN_MODATAH32   0xF0005414         Message Object 32 Data Register High
CAN_MOAR32      0xF0005418         Message Object 32 Arbitration Register
CAN_MOCTR32     0xF000541C         Message Object 32 Control / Status Register
CAN_MOFCR33     0xF0005420         Message Object 33 Function Control Register
CAN_MOFGPR33    0xF0005424         Message Object 33 FIFO/Gateway Pointer Register
CAN_MOIPR33     0xF0005428         Message Object 33 Interrupt Pointer Register
CAN_MOAMR33     0xF000542C         Message Object 33 Acceptance Mask Register
CAN_MODATAL33   0xF0005430         Message Object 33 Data Register Low
CAN_MODATAH33   0xF0005434         Message Object 33 Data Register High
CAN_MOAR33      0xF0005438         Message Object 33 Arbitration Register
CAN_MOCTR33     0xF000543C         Message Object 33 Control / Status Register
CAN_MOFCR34     0xF0005440         Message Object 34 Function Control Register
CAN_MOFGPR34    0xF0005444         Message Object 34 FIFO/Gateway Pointer Register
CAN_MOIPR34     0xF0005448         Message Object 34 Interrupt Pointer Register
CAN_MOAMR34     0xF000544C         Message Object 34 Acceptance Mask Register
CAN_MODATAL34   0xF0005450         Message Object 34 Data Register Low
CAN_MODATAH34   0xF0005454         Message Object 34 Data Register High
CAN_MOAR34      0xF0005458         Message Object 34 Arbitration Register
CAN_MOCTR34     0xF000545C         Message Object 34 Control / Status Register
CAN_MOFCR35     0xF0005460         Message Object 35 Function Control Register
CAN_MOFGPR35    0xF0005464         Message Object 35 FIFO/Gateway Pointer Register
CAN_MOIPR35     0xF0005468         Message Object 35 Interrupt Pointer Register
CAN_MOAMR35     0xF000546C         Message Object 35 Acceptance Mask Register
CAN_MODATAL35   0xF0005470         Message Object 35 Data Register Low
CAN_MODATAH35   0xF0005474         Message Object 35 Data Register High
CAN_MOAR35      0xF0005478         Message Object 35 Arbitration Register
CAN_MOCTR35     0xF000547C         Message Object 35 Control / Status Register
CAN_MOFCR36     0xF0005480         Message Object 36 Function Control Register
CAN_MOFGPR36    0xF0005484         Message Object 36 FIFO/Gateway Pointer Register
CAN_MOIPR36     0xF0005488         Message Object 36 Interrupt Pointer Register
CAN_MOAMR36     0xF000548C         Message Object 36 Acceptance Mask Register
CAN_MODATAL36   0xF0005490         Message Object 36 Data Register Low
CAN_MODATAH36   0xF0005494         Message Object 36 Data Register High
CAN_MOAR36      0xF0005498         Message Object 36 Arbitration Register
CAN_MOCTR36     0xF000549C         Message Object 36 Control / Status Register
CAN_MOFCR37     0xF00054A0         Message Object 37 Function Control Register
CAN_MOFGPR37    0xF00054A4         Message Object 37 FIFO/Gateway Pointer Register
CAN_MOIPR37     0xF00054A8         Message Object 37 Interrupt Pointer Register
CAN_MOAMR37     0xF00054AC         Message Object 37 Acceptance Mask Register
CAN_MODATAL37   0xF00054B0         Message Object 37 Data Register Low
CAN_MODATAH37   0xF00054B4         Message Object 37 Data Register High
CAN_MOAR37      0xF00054B8         Message Object 37 Arbitration Register
CAN_MOCTR37     0xF00054BC         Message Object 37 Control / Status Register
CAN_MOFCR38     0xF00054C0         Message Object 38 Function Control Register
CAN_MOFGPR38    0xF00054C4         Message Object 38 FIFO/Gateway Pointer Register
CAN_MOIPR38     0xF00054C8         Message Object 38 Interrupt Pointer Register
CAN_MOAMR38     0xF00054CC         Message Object 38 Acceptance Mask Register
CAN_MODATAL38   0xF00054D0         Message Object 38 Data Register Low
CAN_MODATAH38   0xF00054D4         Message Object 38 Data Register High
CAN_MOAR38      0xF00054D8         Message Object 38 Arbitration Register
CAN_MOCTR38     0xF00054DC         Message Object 38 Control / Status Register
CAN_MOFCR39     0xF00054E0         Message Object 39 Function Control Register
CAN_MOFGPR39    0xF00054E4         Message Object 39 FIFO/Gateway Pointer Register
CAN_MOIPR39     0xF00054E8         Message Object 39 Interrupt Pointer Register
CAN_MOAMR39     0xF00054EC         Message Object 39 Acceptance Mask Register
CAN_MODATAL39   0xF00054F0         Message Object 39 Data Register Low
CAN_MODATAH39   0xF00054F4         Message Object 39 Data Register High
CAN_MOAR39      0xF00054F8         Message Object 39 Arbitration Register
CAN_MOCTR39     0xF00054FC         Message Object 39 Control / Status Register
CAN_MOFCR40     0xF0005500         Message Object 40 Function Control Register
CAN_MOFGPR40    0xF0005504         Message Object 40 FIFO/Gateway Pointer Register
CAN_MOIPR40     0xF0005508         Message Object 40 Interrupt Pointer Register
CAN_MOAMR40     0xF000550C         Message Object 40 Acceptance Mask Register
CAN_MODATAL40   0xF0005510         Message Object 40 Data Register Low
CAN_MODATAH40   0xF0005514         Message Object 40 Data Register High
CAN_MOAR40      0xF0005518         Message Object 40 Arbitration Register
CAN_MOCTR40     0xF000551C         Message Object 40 Control / Status Register
CAN_MOFCR41     0xF0005520         Message Object 41 Function Control Register
CAN_MOFGPR41    0xF0005524         Message Object 41 FIFO/Gateway Pointer Register
CAN_MOIPR41     0xF0005528         Message Object 41 Interrupt Pointer Register
CAN_MOAMR41     0xF000552C         Message Object 41 Acceptance Mask Register
CAN_MODATAL41   0xF0005530         Message Object 41 Data Register Low
CAN_MODATAH41   0xF0005534         Message Object 41 Data Register High
CAN_MOAR41      0xF0005538         Message Object 41 Arbitration Register
CAN_MOCTR41     0xF000553C         Message Object 41 Control / Status Register
CAN_MOFCR42     0xF0005540         Message Object 42 Function Control Register
CAN_MOFGPR42    0xF0005544         Message Object 42 FIFO/Gateway Pointer Register
CAN_MOIPR42     0xF0005548         Message Object 42 Interrupt Pointer Register
CAN_MOAMR42     0xF000554C         Message Object 42 Acceptance Mask Register
CAN_MODATAL42   0xF0005550         Message Object 42 Data Register Low
CAN_MODATAH42   0xF0005554         Message Object 42 Data Register High
CAN_MOAR42      0xF0005558         Message Object 42 Arbitration Register
CAN_MOCTR42     0xF000555C         Message Object 42 Control / Status Register
CAN_MOFCR43     0xF0005560         Message Object 43 Function Control Register
CAN_MOFGPR43    0xF0005564         Message Object 43 FIFO/Gateway Pointer Register
CAN_MOIPR43     0xF0005568         Message Object 43 Interrupt Pointer Register
CAN_MOAMR43     0xF000556C         Message Object 43 Acceptance Mask Register
CAN_MODATAL43   0xF0005570         Message Object 43 Data Register Low
CAN_MODATAH43   0xF0005574         Message Object 43 Data Register High
CAN_MOAR43      0xF0005578         Message Object 43 Arbitration Register
CAN_MOCTR43     0xF000557C         Message Object 43 Control / Status Register
CAN_MOFCR44     0xF0005580         Message Object 44 Function Control Register
CAN_MOFGPR44    0xF0005584         Message Object 44 FIFO/Gateway Pointer Register
CAN_MOIPR44     0xF0005588         Message Object 44 Interrupt Pointer Register
CAN_MOAMR44     0xF000558C         Message Object 44 Acceptance Mask Register
CAN_MODATAL44   0xF0005590         Message Object 44 Data Register Low
CAN_MODATAH44   0xF0005594         Message Object 44 Data Register High
CAN_MOAR44      0xF0005598         Message Object 44 Arbitration Register
CAN_MOCTR44     0xF000559C         Message Object 44 Control / Status Register
CAN_MOFCR45     0xF00055A0         Message Object 45 Function Control Register
CAN_MOFGPR45    0xF00055A4         Message Object 45 FIFO/Gateway Pointer Register
CAN_MOIPR45     0xF00055A8         Message Object 45 Interrupt Pointer Register
CAN_MOAMR45     0xF00055AC         Message Object 45 Acceptance Mask Register
CAN_MODATAL45   0xF00055B0         Message Object 45 Data Register Low
CAN_MODATAH45   0xF00055B4         Message Object 45 Data Register High
CAN_MOAR45      0xF00055B8         Message Object 45 Arbitration Register
CAN_MOCTR45     0xF00055BC         Message Object 45 Control / Status Register
CAN_MOFCR46     0xF00055C0         Message Object 46 Function Control Register
CAN_MOFGPR46    0xF00055C4         Message Object 46 FIFO/Gateway Pointer Register
CAN_MOIPR46     0xF00055C8         Message Object 46 Interrupt Pointer Register
CAN_MOAMR46     0xF00055CC         Message Object 46 Acceptance Mask Register
CAN_MODATAL46   0xF00055D0         Message Object 46 Data Register Low
CAN_MODATAH46   0xF00055D4         Message Object 46 Data Register High
CAN_MOAR46      0xF00055D8         Message Object 46 Arbitration Register
CAN_MOCTR46     0xF00055DC         Message Object 46 Control / Status Register
CAN_MOFCR47     0xF00055E0         Message Object 47 Function Control Register
CAN_MOFGPR47    0xF00055E4         Message Object 47 FIFO/Gateway Pointer Register
CAN_MOIPR47     0xF00055E8         Message Object 47 Interrupt Pointer Register
CAN_MOAMR47     0xF00055EC         Message Object 47 Acceptance Mask Register
CAN_MODATAL47   0xF00055F0         Message Object 47 Data Register Low
CAN_MODATAH47   0xF00055F4         Message Object 47 Data Register High
CAN_MOAR47      0xF00055F8         Message Object 47 Arbitration Register
CAN_MOCTR47     0xF00055FC         Message Object 47 Control / Status Register
CAN_MOFCR48     0xF0005600         Message Object 48 Function Control Register
CAN_MOFGPR48    0xF0005604         Message Object 48 FIFO/Gateway Pointer Register
CAN_MOIPR48     0xF0005608         Message Object 48 Interrupt Pointer Register
CAN_MOAMR48     0xF000560C         Message Object 48 Acceptance Mask Register
CAN_MODATAL48   0xF0005610         Message Object 48 Data Register Low
CAN_MODATAH48   0xF0005614         Message Object 48 Data Register High
CAN_MOAR48      0xF0005618         Message Object 48 Arbitration Register
CAN_MOCTR48     0xF000561C         Message Object 48 Control / Status Register
CAN_MOFCR49     0xF0005620         Message Object 49 Function Control Register
CAN_MOFGPR49    0xF0005624         Message Object 49 FIFO/Gateway Pointer Register
CAN_MOIPR49     0xF0005628         Message Object 49 Interrupt Pointer Register
CAN_MOAMR49     0xF000562C         Message Object 49 Acceptance Mask Register
CAN_MODATAL49   0xF0005630         Message Object 49 Data Register Low
CAN_MODATAH49   0xF0005634         Message Object 49 Data Register High
CAN_MOAR49      0xF0005638         Message Object 49 Arbitration Register
CAN_MOCTR49     0xF000563C         Message Object 49 Control / Status Register
CAN_MOFCR50     0xF0005640         Message Object 50 Function Control Register
CAN_MOFGPR50    0xF0005644         Message Object 50 FIFO/Gateway Pointer Register
CAN_MOIPR50     0xF0005648         Message Object 50 Interrupt Pointer Register
CAN_MOAMR50     0xF000564C         Message Object 50 Acceptance Mask Register
CAN_MODATAL50   0xF0005650         Message Object 50 Data Register Low
CAN_MODATAH50   0xF0005654         Message Object 50 Data Register High
CAN_MOAR50      0xF0005658         Message Object 50 Arbitration Register
CAN_MOCTR50     0xF000565C         Message Object 50 Control / Status Register
CAN_MOFCR51     0xF0005660         Message Object 51 Function Control Register
CAN_MOFGPR51    0xF0005664         Message Object 51 FIFO/Gateway Pointer Register
CAN_MOIPR51     0xF0005668         Message Object 51 Interrupt Pointer Register
CAN_MOAMR51     0xF000566C         Message Object 51 Acceptance Mask Register
CAN_MODATAL51   0xF0005670         Message Object 51 Data Register Low
CAN_MODATAH51   0xF0005674         Message Object 51 Data Register High
CAN_MOAR51      0xF0005678         Message Object 51 Arbitration Register
CAN_MOCTR51     0xF000567C         Message Object 51 Control / Status Register
CAN_MOFCR52     0xF0005680         Message Object 52 Function Control Register
CAN_MOFGPR52    0xF0005684         Message Object 52 FIFO/Gateway Pointer Register
CAN_MOIPR52     0xF0005688         Message Object 52 Interrupt Pointer Register
CAN_MOAMR52     0xF000568C         Message Object 52 Acceptance Mask Register
CAN_MODATAL52   0xF0005690         Message Object 52 Data Register Low
CAN_MODATAH52   0xF0005694         Message Object 52 Data Register High
CAN_MOAR52      0xF0005698         Message Object 52 Arbitration Register
CAN_MOCTR52     0xF000569C         Message Object 52 Control / Status Register
CAN_MOFCR53     0xF00056A0         Message Object 53 Function Control Register
CAN_MOFGPR53    0xF00056A4         Message Object 53 FIFO/Gateway Pointer Register
CAN_MOIPR53     0xF00056A8         Message Object 53 Interrupt Pointer Register
CAN_MOAMR53     0xF00056AC         Message Object 53 Acceptance Mask Register
CAN_MODATAL53   0xF00056B0         Message Object 53 Data Register Low
CAN_MODATAH53   0xF00056B4         Message Object 53 Data Register High
CAN_MOAR53      0xF00056B8         Message Object 53 Arbitration Register
CAN_MOCTR53     0xF00056BC         Message Object 53 Control / Status Register
CAN_MOFCR54     0xF00056C0         Message Object 54 Function Control Register
CAN_MOFGPR54    0xF00056C4         Message Object 54 FIFO/Gateway Pointer Register
CAN_MOIPR54     0xF00056C8         Message Object 54 Interrupt Pointer Register
CAN_MOAMR54     0xF00056CC         Message Object 54 Acceptance Mask Register
CAN_MODATAL54   0xF00056D0         Message Object 54 Data Register Low
CAN_MODATAH54   0xF00056D4         Message Object 54 Data Register High
CAN_MOAR54      0xF00056D8         Message Object 54 Arbitration Register
CAN_MOCTR54     0xF00056DC         Message Object 54 Control / Status Register
CAN_MOFCR55     0xF00056E0         Message Object 55 Function Control Register
CAN_MOFGPR55    0xF00056E4         Message Object 55 FIFO/Gateway Pointer Register
CAN_MOIPR55     0xF00056E8         Message Object 55 Interrupt Pointer Register
CAN_MOAMR55     0xF00056EC         Message Object 55 Acceptance Mask Register
CAN_MODATAL55   0xF00056F0         Message Object 55 Data Register Low
CAN_MODATAH55   0xF00056F4         Message Object 55 Data Register High
CAN_MOAR55      0xF00056F8         Message Object 55 Arbitration Register
CAN_MOCTR55     0xF00056FC         Message Object 55 Control / Status Register
CAN_MOFCR56     0xF0005700         Message Object 56 Function Control Register
CAN_MOFGPR56    0xF0005704         Message Object 56 FIFO/Gateway Pointer Register
CAN_MOIPR56     0xF0005708         Message Object 56 Interrupt Pointer Register
CAN_MOAMR56     0xF000570C         Message Object 56 Acceptance Mask Register
CAN_MODATAL56   0xF0005710         Message Object 56 Data Register Low
CAN_MODATAH56   0xF0005714         Message Object 56 Data Register High
CAN_MOAR56      0xF0005718         Message Object 56 Arbitration Register
CAN_MOCTR56     0xF000571C         Message Object 56 Control / Status Register
CAN_MOFCR57     0xF0005720         Message Object 57 Function Control Register
CAN_MOFGPR57    0xF0005724         Message Object 57 FIFO/Gateway Pointer Register
CAN_MOIPR57     0xF0005728         Message Object 57 Interrupt Pointer Register
CAN_MOAMR57     0xF000572C         Message Object 57 Acceptance Mask Register
CAN_MODATAL57   0xF0005730         Message Object 57 Data Register Low
CAN_MODATAH57   0xF0005734         Message Object 57 Data Register High
CAN_MOAR57      0xF0005738         Message Object 57 Arbitration Register
CAN_MOCTR57     0xF000573C         Message Object 57 Control / Status Register
CAN_MOFCR58     0xF0005740         Message Object 58 Function Control Register
CAN_MOFGPR58    0xF0005744         Message Object 58 FIFO/Gateway Pointer Register
CAN_MOIPR58     0xF0005748         Message Object 58 Interrupt Pointer Register
CAN_MOAMR58     0xF000574C         Message Object 58 Acceptance Mask Register
CAN_MODATAL58   0xF0005750         Message Object 58 Data Register Low
CAN_MODATAH58   0xF0005754         Message Object 58 Data Register High
CAN_MOAR58      0xF0005758         Message Object 58 Arbitration Register
CAN_MOCTR58     0xF000575C         Message Object 58 Control / Status Register
CAN_MOFCR59     0xF0005760         Message Object 59 Function Control Register
CAN_MOFGPR59    0xF0005764         Message Object 59 FIFO/Gateway Pointer Register
CAN_MOIPR59     0xF0005768         Message Object 59 Interrupt Pointer Register
CAN_MOAMR59     0xF000576C         Message Object 59 Acceptance Mask Register
CAN_MODATAL59   0xF0005770         Message Object 59 Data Register Low
CAN_MODATAH59   0xF0005774         Message Object 59 Data Register High
CAN_MOAR59      0xF0005778         Message Object 59 Arbitration Register
CAN_MOCTR59     0xF000577C         Message Object 59 Control / Status Register
CAN_MOFCR60     0xF0005780         Message Object 60 Function Control Register
CAN_MOFGPR60    0xF0005784         Message Object 60 FIFO/Gateway Pointer Register
CAN_MOIPR60     0xF0005788         Message Object 60 Interrupt Pointer Register
CAN_MOAMR60     0xF000578C         Message Object 60 Acceptance Mask Register
CAN_MODATAL60   0xF0005790         Message Object 60 Data Register Low
CAN_MODATAH60   0xF0005794         Message Object 60 Data Register High
CAN_MOAR60      0xF0005798         Message Object 60 Arbitration Register
CAN_MOCTR60     0xF000579C         Message Object 60 Control / Status Register
CAN_MOFCR61     0xF00057A0         Message Object 61 Function Control Register
CAN_MOFGPR61    0xF00057A4         Message Object 61 FIFO/Gateway Pointer Register
CAN_MOIPR61     0xF00057A8         Message Object 61 Interrupt Pointer Register
CAN_MOAMR61     0xF00057AC         Message Object 61 Acceptance Mask Register
CAN_MODATAL61   0xF00057B0         Message Object 61 Data Register Low
CAN_MODATAH61   0xF00057B4         Message Object 61 Data Register High
CAN_MOAR61      0xF00057B8         Message Object 61 Arbitration Register
CAN_MOCTR61     0xF00057BC         Message Object 61 Control / Status Register
CAN_MOFCR62     0xF00057C0         Message Object 62 Function Control Register
CAN_MOFGPR62    0xF00057C4         Message Object 62 FIFO/Gateway Pointer Register
CAN_MOIPR62     0xF00057C8         Message Object 62 Interrupt Pointer Register
CAN_MOAMR62     0xF00057CC         Message Object 62 Acceptance Mask Register
CAN_MODATAL62   0xF00057D0         Message Object 62 Data Register Low
CAN_MODATAH62   0xF00057D4         Message Object 62 Data Register High
CAN_MOAR62      0xF00057D8         Message Object 62 Arbitration Register
CAN_MOCTR62     0xF00057DC         Message Object 62 Control / Status Register
CAN_MOFCR63     0xF00057E0         Message Object 63 Function Control Register
CAN_MOFGPR63    0xF00057E4         Message Object 63 FIFO/Gateway Pointer Register
CAN_MOIPR63     0xF00057E8         Message Object 63 Interrupt Pointer Register
CAN_MOAMR63     0xF00057EC         Message Object 63 Acceptance Mask Register
CAN_MODATAL63   0xF00057F0         Message Object 63 Data Register Low
CAN_MODATAH63   0xF00057F4         Message Object 63 Data Register High
CAN_MOAR63      0xF00057F8         Message Object 63 Arbitration Register
CAN_MOCTR63     0xF00057FC         Message Object 63 Control / Status Register
PCP_CLC         0xF0043F00         PCP Clock Control Register
PCP_ID          0xF0043F08         PCP Module Identification Register
PCP_CS          0xF0043F10         PCP Control/Status Register
PCP_ES          0xF0043F14         PCP Error/Debug Status Register
PCP_ICR         0xF0043F20         PCP Interrupt Control Register
PCP_ITR         0xF0043F24         PCP Interrupt Threshold Control Register
PCP_ICON        0xF0043F28         PCP Interrupt Configuration Register
PCP_SSR         0xF0043F2C         PCP Stall Status Register
PCP_FTD         0xF0043F30         PCP Feature Test/Disable Register
PCP_SMACON      0xF0043F40         SIST Mode Access Control Register
PCP_SRC11       0xF0043FD0         PCP Service Request Control Register 11
PCP_SRC10       0xF0043FD4         PCP Service Request Control Register 10
PCP_SRC9        0xF0043FD8         PCP Service Request Control Register 9
PCP_SRC8        0xF0043FDC         PCP Service Request Control Register 8
PCP_SRC7        0xF0043FE0         PCP Service Request Control Register 7
PCP_SRC6        0xF0043FE4         PCP Service Request Control Register 6
PCP_SRC5        0xF0043FE8         PCP Service Request Control Register 5
PCP_SRC4        0xF0043FEC         PCP Service Request Control Register 4
PCP_SRC3        0xF0043FF0         PCP Service Request Control Register 3
PCP_SRC2        0xF0043FF4         PCP Service Request Control Register 2
PCP_SRC1        0xF0043FF8         PCP Service Request Control Register 1
PCP_SRC0        0xF0043FFC         PCP Service Request Control Register 0
SSC0_CLC        0xF0100100         SSC0_Clock Control Register
SSC0_PISEL      0xF0100104         Port Input Select Register
SSC0_ID         0xF0100108         Module Identification Register
SSC0_FDR        0xF010010C         SSC0 Fractional Divider Register
SSC0_CON        0xF0100110         Control Register
SSC0_BR         0xF0100114         Baud Rate Timer Reload Register
SSC0_SSOC       0xF0100118         Slave Select Output Control Register
SSC0_SSOTC      0xF010011C         Slave Select Output Timing Control Register
SSC0_TB         0xF0100120         Transmit Buffer Register
SSC0_RB         0xF0100124         Receive Buffer Register
SSC0_STAT       0xF0100128         Status Register
SSC0_EFM        0xF010012C         Error Flag Modification Register
SSC0_TSRC       0xF01001F4         Transmit Interrupt Service Request Control Register
SSC0_RSRC       0xF01001F8         Receive Interrupt Service Request Control Register
SSC0_ESRC       0xF01001FC         Error Interrupt Service Request Control Register
SSC1_CLC        0xF0100200         SSC1 Clock Control Register
SSC1_PISEL      0xF0100204         Port Input Select Register
SSC1_ID         0xF0100208         Module Identification Register
SSC1_FDR        0xF010020C         SSC1 Fractional Divider Register
SSC1_CON        0xF0100210         Control Register
SSC1_BR         0xF0100214         Baud Rate Timer Reload Register
SSC1_SSOC       0xF0100218         Slave Select Output Control Register
SSC1_SSOTC      0xF010021C         Slave Select Output Timing Control Register
SSC1_TB         0xF0100220         Transmit Buffer Register
SSC1_RB         0xF0100224         Receive Buffer Register
SSC1_STAT       0xF0100228         Status Register
SSC1_EFM        0xF010022C         Error Flag Modification Register
SSC1_TSRC       0xF01002F4         Transmit Interrupt Service Request Control Register
SSC1_RSRC       0xF01002F8         Receive Interrupt Service Request Control Register
SSC1_ESRC       0xF01002FC         Error Interrupt Service Request Control Register
FADC_CLC        0xF0100400         Clock Control Register
FADC_ID         0xF0100408         Module Identification Register
FADC_FDR        0xF010040C         Fractional Divider Register
FADC_CRSR       0xF0100410         Conversion Request Status Register
FADC_FMR        0xF0100414         Flag Modification Register
FADC_NCTR       0xF0100418         Neighbor Channel Trigger Register
FADC_GCR        0xF010041C         Global Control Register
FADC_CFGR0      0xF0100420         Channel 0 Configuration Register
FADC_CFGR1      0xF0100424         Channel 1 Configuration Register
FADC_CFGR2      0xF0100428         Channel 2 Configuration Register
FADC_CFGR3      0xF010042C         Channel 3 Configuration Register
FADC_ACR0       0xF0100430         Channel 0 Analog Control Register
FADC_ACR1       0xF0100434         Channel 1 Analog Control Register
FADC_ACR2       0xF0100438         Channel 2 Analog Control Register
FADC_ACR3       0xF010043C         Channel 3 Analog Control Register
FADC_RCH0       0xF0100440         Channel 0 Conversion Result Register
FADC_RCH1       0xF0100444         Channel 1 Conversion Result Register
FADC_RCH2       0xF0100448         Channel 2 Conversion Result Register
FADC_RCH3       0xF010044C         Channel 3 Conversion Result Register
FADC_CDR        0xF0100450         Conversion Delay Register
FADC_ALR        0xF0100454         Alias Register
FADC_FCR0       0xF0100460         Filter 0 Control Register
FADC_CRR0       0xF0100464         Filter 0 Current Result Register
FADC_IRR10      0xF0100468         Filter 0 Intermediate Result Register 1
FADC_IRR20      0xF010046C         Filter 0 Intermediate Result Register 2
FADC_IRR30      0xF0100470         Filter 0 Intermediate Result Register 3
FADC_FRR0       0xF0100474         Filter 0 Final Result Register
FADC_FCR1       0xF0100480         Filter 1 Control Register
FADC_CRR1       0xF0100484         Filter 1 Current Result Register
FADC_IRR11      0xF0100488         Filter 1 Intermediate Result Register 1
FADC_FRR1       0xF0100494         Filter 1 Final Result Register
FADC_SFRR1      0xF0100498         Filter 1 Shifted Final Result Register
FADC_FCR2       0xF01004A0         Filter 2 Control Register
FADC_CRR2       0xF01004A4         Filter 2 Current Result Register
FADC_IRR12      0xF01004A8         Filter 2 Intermediate Result Register 1
FADC_IRR22      0xF01004AC         Filter 2 Intermediate Result Register 2
FADC_IRR32      0xF01004B0         Filter 2 Intermediate Result Register 3
FADC_FRR2       0xF01004B4         Filter 2 Final Result Register
FADC_FCR3       0xF01004C0         Filter 3 Control Register
FADC_CRR3       0xF01004C4         Filter 3 Current Result Register
FADC_IRR13      0xF01004C8         Filter 3 Intermediate Result Register 1
FADC_FRR3       0xF01004D4         Filter 3 Final Result Register
FADC_SFRR3      0xF01004D8         Filter 3 Shifted Final Result Register
FADC_SRC3       0xF01004F0         Service Request Control Register 3
FADC_SRC2       0xF01004F4         Service Request Control Register 2
FADC_SRC1       0xF01004F8         Service Request Control Register 1
FADC_SRC0       0xF01004FC         Service Request Control Register 0
ADC0_CLC        0xF0101000         ADC Clock Control Register
ADC0_ID         0xF0101008         Module Identification Register
ADC0_KSCFG      0xF010100C         Kernel State Configuration Register
ADC0_RSIR0      0xF0101010         Request Source 0 Input Register
ADC0_RSIR1      0xF0101014         Request Source 0 Input Register
ADC0_RSIR2      0xF0101018         Request Source 0 Input Register
ADC0_RSIR3      0xF010101C         Request Source 0 Input Register
ADC0_RSIR4      0xF0101020         Request Source 0 Input Register
ADC0_GLOBCTR    0xF0101030         Global Control Register
ADC0_GLOBCFG    0xF0101034         Global Configuration Register
ADC0_GLOBSTR    0xF0101038         Global Status Register
ADC0_ASENR      0xF010103C         Arbitration Slot Enable Register
ADC0_RSPR0      0xF0101040         Request Source Priority Register 0
ADC0_RSPR4      0xF0101044         Request Source Priority Register 4
ADC0_SYNCTR     0xF0101048         Synchronization Control Register
ADC0_INPCR0     0xF0101050         Input Class Register 0
ADC0_INPCR1     0xF0101054         Input Class Register 1
ADC0_INPCR2     0xF0101058         Input Class Register 2
ADC0_INPCR3     0xF010105C         Input Class Register 3
ADC0_CHFR       0xF0101060         Channel Flag Register
ADC0_CHFCR      0xF0101064         Channel Flag Clear Register
ADC0_CHENPR0    0xF0101068         Channel Event Node Pointer Register 0
ADC0_CHENPR8    0xF010106C         Channel Event Node Pointer Register 8
ADC0_EVFR       0xF0101070         Event Flag Register
ADC0_EVFCR      0xF0101074         Event Flag Clear Register
ADC0_EVNPR      0xF0101078         Event Node Pointer Register
ADC0_QMR0       0xF0101080         Queue 0 Mode Register
ADC0_QSR0       0xF0101084         Queue 0 Status Register
ADC0_Q0R0       0xF0101088         Queue 0 Register 0
ADC0_QBUR0      0xF010108C         Queue 0 Backup / Input Register
ADC0_CRCR1      0xF0101090         Conversion Request 1 Control Register
ADC0_CRPR1      0xF0101094         Conversion Request 1 Pending Register
ADC0_CRMR1      0xF0101098         Conversion Request 1 Mode Register
ADC0_QMR2       0xF01010A0         Queue 2 Mode Register
ADC0_QSR2       0xF01010A4         Queue 2 Status Register
ADC0_Q0R2       0xF01010A8         Queue 2 Register 0
ADC0_QBUR2      0xF01010AC         Queue 2 Backup / Input Register
ADC0_CRCR3      0xF01010B0         Conversion Request 3 Control Register
ADC0_CRPR3      0xF01010B4         Conversion Request 3 Pending Register
ADC0_CRMR3      0xF01010B8         Conversion Request 3 Mode Register
ADC0_QMR4       0xF01010C0         Queue 4 Mode Register
ADC0_QSR4       0xF01010C4         Queue 4 Status Register
ADC0_Q0R4       0xF01010C8         Queue 4 Register 0
ADC0_QBUR4      0xF01010CC         Queue 4 Backup / Input Register
ADC0_LCBR0      0xF01010F0         Limit Check Boundary Register 0
ADC0_LCBR1      0xF01010F4         Limit Check Boundary Register 1
ADC0_LCBR2      0xF01010F8         Limit Check Boundary Register 2
ADC0_LCBR3      0xF01010FC         Limit Check Boundary Register 3
ADC0_CHCTR0     0xF0101100         Channel 0 Control Register
ADC0_CHCTR1     0xF0101104         Channel 1 Control Register
ADC0_CHCTR2     0xF0101108         Channel 2 Control Register
ADC0_CHCTR3     0xF010110C         Channel 3 Control Register
ADC0_CHCTR4     0xF0101110         Channel 4 Control Register
ADC0_CHCTR5     0xF0101114         Channel 5 Control Register
ADC0_CHCTR6     0xF0101118         Channel 6 Control Register
ADC0_CHCTR7     0xF010111C         Channel 7 Control Register
ADC0_CHCTR8     0xF0101120         Channel 8 Control Register
ADC0_CHCTR9     0xF0101124         Channel 9 Control Register
ADC0_CHCTR10    0xF0101128         Channel 10 Control Register
ADC0_CHCTR11    0xF010112C         Channel 11 Control Register
ADC0_CHCTR12    0xF0101130         Channel 12 Control Register
ADC0_CHCTR13    0xF0101134         Channel 13 Control Register
ADC0_CHCTR14    0xF0101138         Channel 14 Control Register
ADC0_CHCTR15    0xF010113C         Channel 15 Control Register
ADC0_RCR0       0xF0101140         Result Control Register 0
ADC0_RCR1       0xF0101144         Result Control Register 1
ADC0_RCR2       0xF0101148         Result Control Register 2
ADC0_RCR3       0xF010114C         Result Control Register 3
ADC0_RCR4       0xF0101150         Result Control Register 4
ADC0_RCR5       0xF0101154         Result Control Register 5
ADC0_RCR6       0xF0101158         Result Control Register 6
ADC0_RCR7       0xF010115C         Result Control Register 7
ADC0_RCR8       0xF0101160         Result Control Register 8
ADC0_RCR9       0xF0101164         Result Control Register 9
ADC0_RCR10      0xF0101168         Result Control Register 10
ADC0_RCR11      0xF010116C         Result Control Register 11
ADC0_RCR12      0xF0101170         Result Control Register 12
ADC0_RCR13      0xF0101174         Result Control Register 13
ADC0_RCR14      0xF0101178         Result Control Register 14
ADC0_RCR15      0xF010117C         Result Control Register 15
ADC0_RESR0      0xF0101180         Result Register 0
ADC0_RESR1      0xF0101184         Result Register 1
ADC0_RESR2      0xF0101188         Result Register 2
ADC0_RESR3      0xF010118C         Result Register 3
ADC0_RESR4      0xF0101190         Result Register 4
ADC0_RESR5      0xF0101194         Result Register 5
ADC0_RESR6      0xF0101198         Result Register 6
ADC0_RESR7      0xF010119C         Result Register 7
ADC0_RESR8      0xF01011A0         Result Register 8
ADC0_RESR9      0xF01011A4         Result Register 9
ADC0_RESR10     0xF01011A8         Result Register 10
ADC0_RESR11     0xF01011AC         Result Register 11
ADC0_RESR12     0xF01011B0         Result Register 12
ADC0_RESR13     0xF01011B4         Result Register 13
ADC0_RESR14     0xF01011B8         Result Register 14
ADC0_RESR15     0xF01011BC         Result Register 15
ADC0_RESRD0     0xF01011C0         Result Register 0 for Debugging
ADC0_RESRD1     0xF01011C4         Result Register 1 for Debugging
ADC0_RESRD2     0xF01011C8         Result Register 2 for Debugging
ADC0_RESRD3     0xF01011CC         Result Register 3 for Debugging
ADC0_RESRD4     0xF01011D0         Result Register 4 for Debugging
ADC0_RESRD5     0xF01011D4         Result Register 5 for Debugging
ADC0_RESRD6     0xF01011D8         Result Register 6 for Debugging
ADC0_RESRD7     0xF01011DC         Result Register 7 for Debugging
ADC0_RESRD8     0xF01011E0         Result Register 8 for Debugging
ADC0_RESRD9     0xF01011E4         Result Register 9 for Debugging
ADC0_RESRD10    0xF01011E8         Result Register 10 for Debugging
ADC0_RESRD11    0xF01011EC         Result Register 11 for Debugging
ADC0_RESRD12    0xF01011F0         Result Register 12 for Debugging
ADC0_RESRD13    0xF01011F4         Result Register 13 for Debugging
ADC0_RESRD14    0xF01011F8         Result Register 14 for Debugging
ADC0_RESRD15    0xF01011FC         Result Register 15 for Debugging
ADC0_VFR        0xF0101200         Valid Flag Register
ADC0_INTR       0xF0101204         Interrupt Activation Register
ADC0_RNPR0      0xF0101208         Result Node Pointer Register 0
ADC0_RNPR8      0xF010120C         Result Node Pointer Register 8
ADC0_ALR0       0xF0101210         Alias Register 0
ADC0_APR        0xF0101218         Access Protection Register
ADC0_EMCTR      0xF0101220         External Multiplexer Control Register
ADC0_TEST0      0xF0101280         Test Register 0
ADC0_TEST2      0xF0101284         Test Register 2
ADC0_SRC5       0xF01013E8         ADC Service Request Control Register 5
ADC0_SRC4       0xF01013EC         ADC Service Request Control Register 4
ADC0_SRC3       0xF01013F0         ADC Service Request Control Register 3
ADC0_SRC2       0xF01013F4         ADC Service Request Control Register 2
ADC0_SRC1       0xF01013F8         ADC Service Request Control Register 1
ADC0_SRC0       0xF01013FC         ADC Service Request Control Register 0
ADC1_ID         0xF0101408         Module Identification Register
ADC1_RSIR0      0xF0101410         Request Source 0 Input Register
ADC1_RSIR1      0xF0101414         Request Source 0 Input Register
ADC1_RSIR2      0xF0101418         Request Source 0 Input Register
ADC1_RSIR3      0xF010141C         Request Source 0 Input Register
ADC1_RSIR4      0xF0101420         Request Source 0 Input Register
ADC1_GLOBCTR    0xF0101430         Global Control Register
ADC1_GLOBCFG    0xF0101434         Global Configuration Register
ADC1_GLOBSTR    0xF0101438         Global Status Register
ADC1_ASENR      0xF010143C         Arbitration Slot Enable Register
ADC1_RSPR0      0xF0101440         Request Source Priority Register 0
ADC1_RSPR4      0xF0101444         Request Source Priority Register 4
ADC1_SYNCTR     0xF0101448         Synchronization Control Register
ADC1_INPCR0     0xF0101450         Input Class Register 0
ADC1_INPCR1     0xF0101454         Input Class Register 1
ADC1_INPCR2     0xF0101458         Input Class Register 2
ADC1_INPCR3     0xF010145C         Input Class Register 3
ADC1_CHFR       0xF0101460         Channel Flag Register
ADC1_CHFCR      0xF0101464         Channel Flag Clear Register
ADC1_CHENPR0    0xF0101468         Channel Event Node Pointer Register 0
ADC1_CHENPR8    0xF010146C         Channel Event Node Pointer Register 8
ADC1_EVFR       0xF0101470         Event Flag Register
ADC1_EVFCR      0xF0101474         Event Flag Clear Register
ADC1_EVNPR      0xF0101478         Event Node Pointer Register
ADC1_QMR0       0xF0101480         Queue 0 Mode Register
ADC1_QSR0       0xF0101484         Queue 0 Status Register
ADC1_Q0R0       0xF0101488         Queue 0 Register 0
ADC1_QBUR0      0xF010148C         Queue 0 Backup / Input Register
ADC1_CRCR1      0xF0101490         Conversion Request 1 Control Register
ADC1_CRPR1      0xF0101494         Conversion Request 1 Pending Register
ADC1_CRMR1      0xF0101498         Conversion Request 1 Mode Register
ADC1_QMR2       0xF01014A0         Queue 2 Mode Register
ADC1_QSR2       0xF01014A4         Queue 2 Status Register
ADC1_Q0R2       0xF01014A8         Queue 2 Register 0
ADC1_QBUR2      0xF01014AC         Queue 2 Backup / Input Register
ADC1_CRCR3      0xF01014B0         Conversion Request 3 Control Register
ADC1_CRPR3      0xF01014B4         Conversion Request 3 Pending Register
ADC1_CRMR3      0xF01014B8         Conversion Request 3 Mode Register
ADC1_QMR4       0xF01014C0         Queue 4 Mode Register
ADC1_QSR4       0xF01014C4         Queue 4 Status Register
ADC1_Q0R4       0xF01014C8         Queue 4 Register 0
ADC1_QBUR4      0xF01014CC         Queue 4 Backup / Input Register
ADC1_LCBR0      0xF01014F0         Limit Check Boundary Register 0
ADC1_LCBR1      0xF01014F4         Limit Check Boundary Register 1
ADC1_LCBR2      0xF01014F8         Limit Check Boundary Register 2
ADC1_LCBR3      0xF01014FC         Limit Check Boundary Register 3
ADC1_CHCTR0     0xF0101500         Channel 0 Control Register
ADC1_CHCTR1     0xF0101504         Channel 1 Control Register
ADC1_CHCTR2     0xF0101508         Channel 2 Control Register
ADC1_CHCTR3     0xF010150C         Channel 3 Control Register
ADC1_CHCTR4     0xF0101510         Channel 4 Control Register
ADC1_CHCTR5     0xF0101514         Channel 5 Control Register
ADC1_CHCTR6     0xF0101518         Channel 6 Control Register
ADC1_CHCTR7     0xF010151C         Channel 7 Control Register
ADC1_CHCTR8     0xF0101520         Channel 8 Control Register
ADC1_CHCTR9     0xF0101524         Channel 9 Control Register
ADC1_CHCTR10    0xF0101528         Channel 10 Control Register
ADC1_CHCTR11    0xF010152C         Channel 11 Control Register
ADC1_CHCTR12    0xF0101530         Channel 12 Control Register
ADC1_CHCTR13    0xF0101534         Channel 13 Control Register
ADC1_CHCTR14    0xF0101538         Channel 14 Control Register
ADC1_CHCTR15    0xF010153C         Channel 15 Control Register
ADC1_RCR0       0xF0101540         Result Control Register 0
ADC1_RCR1       0xF0101544         Result Control Register 1
ADC1_RCR2       0xF0101548         Result Control Register 2
ADC1_RCR3       0xF010154C         Result Control Register 3
ADC1_RCR4       0xF0101550         Result Control Register 4
ADC1_RCR5       0xF0101554         Result Control Register 5
ADC1_RCR6       0xF0101558         Result Control Register 6
ADC1_RCR7       0xF010155C         Result Control Register 7
ADC1_RCR8       0xF0101560         Result Control Register 8
ADC1_RCR9       0xF0101564         Result Control Register 9
ADC1_RCR10      0xF0101568         Result Control Register 10
ADC1_RCR11      0xF010156C         Result Control Register 11
ADC1_RCR12      0xF0101570         Result Control Register 12
ADC1_RCR13      0xF0101574         Result Control Register 13
ADC1_RCR14      0xF0101578         Result Control Register 14
ADC1_RCR15      0xF010157C         Result Control Register 15
ADC1_RESR0      0xF0101580         Result Register 0
ADC1_RESR1      0xF0101584         Result Register 1
ADC1_RESR2      0xF0101588         Result Register 2
ADC1_RESR3      0xF010158C         Result Register 3
ADC1_RESR4      0xF0101590         Result Register 4
ADC1_RESR5      0xF0101594         Result Register 5
ADC1_RESR6      0xF0101598         Result Register 6
ADC1_RESR7      0xF010159C         Result Register 7
ADC1_RESR8      0xF01015A0         Result Register 8
ADC1_RESR9      0xF01015A4         Result Register 9
ADC1_RESR10     0xF01015A8         Result Register 10
ADC1_RESR11     0xF01015AC         Result Register 11
ADC1_RESR12     0xF01015B0         Result Register 12
ADC1_RESR13     0xF01015B4         Result Register 13
ADC1_RESR14     0xF01015B8         Result Register 14
ADC1_RESR15     0xF01015BC         Result Register 15
ADC1_RESRD0     0xF01015C0         Result Register 0 for Debugging
ADC1_RESRD1     0xF01015C4         Result Register 1 for Debugging
ADC1_RESRD2     0xF01015C8         Result Register 2 for Debugging
ADC1_RESRD3     0xF01015CC         Result Register 3 for Debugging
ADC1_RESRD4     0xF01015D0         Result Register 4 for Debugging
ADC1_RESRD5     0xF01015D4         Result Register 5 for Debugging
ADC1_RESRD6     0xF01015D8         Result Register 6 for Debugging
ADC1_RESRD7     0xF01015DC         Result Register 7 for Debugging
ADC1_RESRD8     0xF01015E0         Result Register 8 for Debugging
ADC1_RESRD9     0xF01015E4         Result Register 9 for Debugging
ADC1_RESRD10    0xF01015E8         Result Register 10 for Debugging
ADC1_RESRD11    0xF01015EC         Result Register 11 for Debugging
ADC1_RESRD12    0xF01015F0         Result Register 12 for Debugging
ADC1_RESRD13    0xF01015F4         Result Register 13 for Debugging
ADC1_RESRD14    0xF01015F8         Result Register 14 for Debugging
ADC1_RESRD15    0xF01015FC         Result Register 15 for Debugging
ADC1_VFR        0xF0101600         Valid Flag Register
ADC1_INTR       0xF0101604         Interrupt Activation Register
ADC1_RNPR0      0xF0101608         Result Node Pointer Register 0
ADC1_RNPR8      0xF010160C         Result Node Pointer Register 8
ADC1_ALR0       0xF0101610         Alias Register 0
ADC1_APR        0xF0101618         Access Protection Register
ADC1_EMCTR      0xF0101620         External Multiplexer Control Register
ADC1_TEST0      0xF0101680         Test Register 0
ADC1_TEST2      0xF0101684         Test Register 2
MLI0_ID         0xF010C008         Module Identification Register
MLI0_FDR        0xF010C00C         Fractional Divider Register
MLI0_TCR        0xF010C010         Transmitter Control Register
MLI0_TSTATR     0xF010C014         Transmitter Status Register
MLI0_TP0STATR   0xF010C018         Transmitter Pipe 0 Status Register
MLI0_TP1STATR   0xF010C01C         Transmitter Pipe 1 Status Register
MLI0_TP2STATR   0xF010C020         Transmitter Pipe 2 Status Register
MLI0_TP3STATR   0xF010C024         Transmitter Pipe 3 Status Register
MLI0_TCMDR      0xF010C028         Transmitter Command Register
MLI0_TRSTATR    0xF010C02C         Transmitter Receiver Status Register
MLI0_TP0AOFR    0xF010C030         Transmitter Pipe 0 Address Offset Register
MLI0_TP1AOFR    0xF010C034         Transmitter Pipe 1 Address Offset Register
MLI0_TP2AOFR    0xF010C038         Transmitter Pipe 2 Address Offset Register
MLI0_TP3AOFR    0xF010C03C         Transmitter Pipe 3 Address Offset Register
MLI0_TP0DATAR   0xF010C040         Transmitter Pipe 0 Data Register
MLI0_TP1DATAR   0xF010C044         Transmitter Pipe 1 Data Register
MLI0_TP2DATAR   0xF010C048         Transmitter Pipe 2 Data Register
MLI0_TP3DATAR   0xF010C04C         Transmitter Pipe 3 Data Register
MLI0_TDRAR      0xF010C050         Transmitter Data Read Answer Register
MLI0_TP0BAR     0xF010C054         Transmitter Pipe 0 Base Address Register
MLI0_TP1BAR     0xF010C058         Transmitter Pipe 1 Base Address Register
MLI0_TP2BAR     0xF010C05C         Transmitter Pipe 2 Base Address Register
MLI0_TP3BAR     0xF010C060         Transmitter Pipe 3 Base Address Register
MLI0_TCBAR      0xF010C064         Transmitter Copy Base Address Register
MLI0_RCR        0xF010C068         Receiver Control Register
MLI0_RP0BAR     0xF010C06C         Receiver Pipe 0 Base Address Register
MLI0_RP1BAR     0xF010C070         Receiver Pipe 1 Base Address Register
MLI0_RP2BAR     0xF010C074         Receiver Pipe 2 Base Address Register
MLI0_RP3BAR     0xF010C078         Receiver Pipe 3 Base Address Register
MLI0_RP0STATR   0xF010C07C         Receiver Pipe 0 Status Register
MLI0_RP1STATR   0xF010C080         Receiver Pipe 1 Status Register
MLI0_RP2STATR   0xF010C084         Receiver Pipe 2 Status Register
MLI0_RP3STATR   0xF010C088         Receiver Pipe 3 Status Register
MLI0_RADRR      0xF010C08C         Receiver Address Register
MLI0_RDATAR     0xF010C090         Receiver Data Register
MLI0_SCR        0xF010C094         Set Clear Register
MLI0_TIER       0xF010C098         Transmitter Interrupt Enable Register
MLI0_TISR       0xF010C09C         Transmitter Interrupt Status Register
MLI0_TINPR      0xF010C0A0         Transmitter Interrupt Node Pointer Register
MLI0_RIER       0xF010C0A4         Receiver Interrupt Enable Register
MLI0_RISR       0xF010C0A8         Receiver Interrupt Status Register
MLI0_RINPR      0xF010C0AC         Receiver Interrupt Node Pointer Register
MLI0_GINTR      0xF010C0B0         Global Interrupt Set Register
MLI0_OICR       0xF010C0B4         Output Input Control Register
MLI0_AER        0xF010C0B8         Access Enable Register
MLI0_ARR        0xF010C0BC         Access Range Register
MCHK_ID         0xF010C208         Module Identification Register
MCHK_IR         0xF010C210         Memory Checker Input Register
MCHK_RR         0xF010C214         Memory Checker Result Register
MCHK_WR         0xF010C220         Memory Checker Write Register
CPS_ID          0xF7E0FF08         CPS Module Identification Register
CPU_SBSRC       0xF7E0FFBC         CPU Software Breakpoint Service Request Control Register
CPU_SRC3        0xF7E0FFF0         CPU Service Request Control Register 3
CPU_SRC2        0xF7E0FFF4         CPU Service Request Control Register 2
CPU_SRC1        0xF7E0FFF8         CPU Service Request Control Register 1
CPU_SRC0        0xF7E0FFFC         CPU Service Request Control Register 0
CSFR_BASE       0xF7E10000         Core Special Function Registers base
MMU_CON         0xF7E18000         MMU Control Register
BMACON          0xF7E19004         BIST Mode Access Control Register
SMACON          0xF7E1900C         SIST Mode Access Control Register
DIEAR           0xF7E19020         Data Integrity Error Address Register
DIETR           0xF7E19024         Data Integrity Error Trap Register
CCDIER          0xF7E19028         Count of Corrected Data Integrity Errors Register
MIECON          0xF7E19044         Memory Integrity Error Control Register
PIEAR           0xF7E19210         Program Integrity Error Address Register
PIETR           0xF7E19214         Program Integrity Error Trap Register
CCPIER          0xF7E19218         Count of Corrected Program Integrity Errors Register
COMPAT          0xF7E19400         Compatibility Control Register
FPU_TRAP_CON    0xF7E1A000         Trap Control Register
FPU_TRAP_PC     0xF7E1A004         Trapping Instruction Program Counter Register
FPU_TRAP_OPC    0xF7E1A008         Trapping Instruction Opcode Register
FPU_TRAP_SRC1   0xF7E1A010         Trapping Instruction Operand Register
FPU_TRAP_SRC2   0xF7E1A014         Trapping Instruction Operand Register
FPU_TRAP_SRC3   0xF7E1A018         Trapping Instruction Operand Register
FPU_ID          0xF7E1A020         Trapping Identification Register
DPR0_0L         0xF7E1C000         Data Segment Protection Register Set 0, Range 0, Lower Boundary
DPR0_0U         0xF7E1C004         Data Segment Protection Register Set 0, Range 0, Upper Boundary
DPR0_1L         0xF7E1C008         Data Segment Protection Register Set 0, Range 1, Lower Boundary
DPR0_1U         0xF7E1C00C         Data Segment Protection Register Set 0, Range 1, Upper Boundary
DPR0_2L         0xF7E1C010         Data Segment Protection Register Set 0, Range 2, Lower Boundary
DPR0_2U         0xF7E1C014         Data Segment Protection Register Set 0, Range 2, Upper Boundary
DPR0_3L         0xF7E1C018         Data Segment Protection Register Set 0, Range 3, Lower Boundary
DPR0_3U         0xF7E1C01C         Data Segment Protection Register Set 0, Range 3, Upper Boundary
DPR1_0L         0xF7E1C400         Data Segment Protection Register Set 1, Range 0, Lower Boundary
DPR1_0U         0xF7E1C404         Data Segment Protection Register Set 1, Range 0, Upper Boundary
DPR1_1L         0xF7E1C408         Data Segment Protection Register Set 1, Range 1, Lower Boundary
DPR1_1U         0xF7E1C40C         Data Segment Protection Register Set 1, Range 1, Upper Boundary
DPR1_2L         0xF7E1C410         Data Segment Protection Register Set 1, Range 2, Lower Boundary
DPR1_2U         0xF7E1C414         Data Segment Protection Register Set 1, Range 2, Upper Boundary
DPR1_3L         0xF7E1C418         Data Segment Protection Register Set 1, Range 3, Lower Boundary
DPR1_3U         0xF7E1C41C         Data Segment Protection Register Set 1, Range 3, Upper Boundary
DPR2_0L         0xF7E1C800         Data Segment Protection Register Set 2, Range 0, Lower Boundary
DPR2_0U         0xF7E1C804         Data Segment Protection Register Set 2, Range 0, Upper Boundary
DPR2_1L         0xF7E1C808         Data Segment Protection Register Set 2, Range 1, Lower Boundary
DPR2_1U         0xF7E1C80C         Data Segment Protection Register Set 2, Range 1, Upper Boundary
DPR2_2L         0xF7E1C810         Data Segment Protection Register Set 2, Range 2, Lower Boundary
DPR2_2U         0xF7E1C814         Data Segment Protection Register Set 2, Range 2, Upper Boundary
DPR2_3L         0xF7E1C818         Data Segment Protection Register Set 2, Range 3, Lower Boundary
DPR2_3U         0xF7E1C81C         Data Segment Protection Register Set 2, Range 3, Upper Boundary
DPR3_0L         0xF7E1CC00         Data Segment Protection Register Set 3, Range 0, Lower Boundary
DPR3_0U         0xF7E1CC04         Data Segment Protection Register Set 3, Range 0, Upper Boundary
DPR3_1L         0xF7E1CC08         Data Segment Protection Register Set 3, Range 1, Lower Boundary
DPR3_1U         0xF7E1CC0C         Data Segment Protection Register Set 3, Range 1, Upper Boundary
DPR3_2L         0xF7E1CC10         Data Segment Protection Register Set 3, Range 2, Lower Boundary
DPR3_2U         0xF7E1CC14         Data Segment Protection Register Set 3, Range 2, Upper Boundary
DPR3_3L         0xF7E1CC18         Data Segment Protection Register Set 3, Range 3, Lower Boundary
DPR3_3U         0xF7E1CC1C         Data Segment Protection Register Set 3, Range 3, Upper Boundary
CPR0_0L         0xF7E1D000         Code Segment Protection Register Set 0, Range 0, Lower Boundary
CPR0_0U         0xF7E1D004         Code Segment Protection Register Set 0, Range 0, Upper Boundary
CPR0_1L         0xF7E1D008         Code Segment Protection Register Set 0, Range 1, Lower Boundary
CPR0_1U         0xF7E1D00C         Code Segment Protection Register Set 0, Range 1, Upper Boundary
CPR1_0L         0xF7E1D400         Code Segment Protection Register Set 1, Range 0, Lower Boundary
CPR1_0U         0xF7E1D404         Code Segment Protection Register Set 1, Range 0, Upper Boundary
CPR1_1L         0xF7E1D408         Code Segment Protection Register Set 1, Range 1, Lower Boundary
CPR1_1U         0xF7E1D40C         Code Segment Protection Register Set 1, Range 1, Upper Boundary
CPR2_0L         0xF7E1D800         Code Segment Protection Register Set 2, Range 0, Lower Boundary
CPR2_0U         0xF7E1D804         Code Segment Protection Register Set 2, Range 0, Upper Boundary
CPR2_1L         0xF7E1D808         Code Segment Protection Register Set 2, Range 1, Lower Boundary
CPR2_1U         0xF7E1D80C         Code Segment Protection Register Set 2, Range 1, Upper Boundary
CPR3_0L         0xF7E1DC00         Code Segment Protection Register Set 3, Range 0, Lower Boundary
CPR3_0U         0xF7E1DC04         Code Segment Protection Register Set 3, Range 0, Upper Boundary
CPR3_1L         0xF7E1DC08         Code Segment Protection Register Set 3, Range 1, Lower Boundary
CPR3_1U         0xF7E1DC0C         Code Segment Protection Register Set 3, Range 1, Upper Boundary
DPM0            0xF7E1E000         Data Protection Mode Register Set 0
DPM1            0xF7E1E080         Data Protection Mode Register Set 1
DPM2            0xF7E1E100         Data Protection Mode Register Set 2
DPM3            0xF7E1E180         Data Protection Mode Register Set 3
CPM0            0xF7E1E200         Code Protection Mode Register Set 0
CPM1            0xF7E1E280         Code Protection Mode Register Set 1
CPM2            0xF7E1E300         Code Protection Mode Register Set 2
CPM3            0xF7E1E380         Code Protection Mode Register Set 3
CCTRL           0xF7E1FC00         Counter Control Register
CCNT            0xF7E1FC04         CPU Clock Count Register
ICNT            0xF7E1FC08         Instruction Count Register
M1CNT           0xF7E1FC0C         Multi-Count Register 1
M2CNT           0xF7E1FC10         Multi-Count Register 2
M3CNT           0xF7E1FC14         Multi-Count Register 3
DBGSR           0xF7E1FD00         Debug Status Register
EXEVT           0xF7E1FD08         External Event Register
CREVT           0xF7E1FD0C         External Event Register
SWEVT           0xF7E1FD10         External Event Register
TR0EVT          0xF7E1FD20         Trigger Event 0 Register
TR1EVT          0xF7E1FD24         Trigger Event 1 Register
DMS             0xF7E1FD40         Debug Monitor Start Address Register
DCX             0xF7E1FD44         Debug Context Save Area Pointer Register
DBGTCR          0xF7E1FD48         Debug Trap Control Register
PCXI            0xF7E1FE00         Previous Context Information Register
PSW             0xF7E1FE04         Program Status Word
PC              0xF7E1FE08         Program Counter
SYSCON          0xF7E1FE14         System Configuration Register
CPU_ID          0xF7E1FE18         CPU Identification Register
BIV             0xF7E1FE20         Base Interrupt Vector Table Pointer
BTV             0xF7E1FE24         Base Trap Vector Table Pointer
ISP             0xF7E1FE28         Interrupt Stack Pointer
ICR             0xF7E1FE2C         Interrupt Control Register
FCX             0xF7E1FE38         Free CSA List Head Pointer
LCX             0xF7E1FE3C         Free CSA List Limit Pointer
CPU_D0          0xF7E1FF00         Data Register 0
CPU_D1          0xF7E1FF04         Data Register 1
CPU_D2          0xF7E1FF08         Data Register 2
CPU_D3          0xF7E1FF0C         Data Register 3
CPU_D4          0xF7E1FF10         Data Register 4
CPU_D5          0xF7E1FF14         Data Register 5
CPU_D6          0xF7E1FF18         Data Register 6
CPU_D7          0xF7E1FF1C         Data Register 7
CPU_D8          0xF7E1FF20         Data Register 8
CPU_D9          0xF7E1FF24         Data Register 9
CPU_D10         0xF7E1FF28         Data Register 10
CPU_D11         0xF7E1FF2C         Data Register 11
CPU_D12         0xF7E1FF30         Data Register 12
CPU_D13         0xF7E1FF34         Data Register 13
CPU_D14         0xF7E1FF38         Data Register 14
CPU_D15         0xF7E1FF3C         Data Register 15
CPU_A0          0xF7E1FF80         Address Register 0
CPU_A1          0xF7E1FF84         Address Register 1
CPU_A2          0xF7E1FF88         Address Register 2
CPU_A3          0xF7E1FF8C         Address Register 3
CPU_A4          0xF7E1FF90         Address Register 4
CPU_A5          0xF7E1FF94         Address Register 5
CPU_A6          0xF7E1FF98         Address Register 6
CPU_A7          0xF7E1FF9C         Address Register 7
CPU_A8          0xF7E1FFA0         Address Register 8
CPU_A9          0xF7E1FFA4         Address Register 9
CPU_A10         0xF7E1FFA8         Address Register 10
CPU_A11         0xF7E1FFAC         Address Register 11
CPU_A12         0xF7E1FFB0         Address Register 12
CPU_A13         0xF7E1FFB4         Address Register 13
CPU_A14         0xF7E1FFB8         Address Register 14
CPU_A15         0xF7E1FFBC         Address Register 15
EBU_CLC         0xF8000000         EBU Clock Control Register
EBU_MODCON      0xF8000004         EBU Configuration Register
EBU_ID          0xF8000008         EBU Module Identification Register
EBU_USERCON     0xF800000C         EBU Test/Control Configuration Register
EBU_EXTBOOT     0xF8000010         EBU External Boot Configuration Register
EBU_ADDRSEL0    0xF8000018         EBU Address Select Register 0
EBU_ADDRSEL1    0xF800001C         EBU Address Select Register 1
EBU_ADDRSEL2    0xF8000020         EBU Address Select Register 2
EBU_ADDRSEL3    0xF8000024         EBU Address Select Register 3
EBU_BUSRCON0    0xF8000028         EBU Bus Configuration Register
EBU_BUSRAP0     0xF800002C         EBU Bus Read Access Parameter Register
EBU_BUSWCON0    0xF8000030         EBU Bus Write Configuration Register
EBU_BUSWAP0     0xF8000034         EBU Bus Write Access Parameter Register
EBU_BUSRCON1    0xF8000038         EBU Bus Configuration Register
EBU_BUSRAP1     0xF800003C         EBU Bus Read Access Parameter Register
EBU_BUSWCON1    0xF8000040         EBU Bus Write Configuration Register
EBU_BUSWAP1     0xF8000044         EBU Bus Write Access Parameter Register
EBU_BUSRCON2    0xF8000048         EBU Bus Configuration Register
EBU_BUSRAP2     0xF800004C         EBU Bus Read Access Parameter Register
EBU_BUSWCON2    0xF8000050         EBU Bus Write Configuration Register
EBU_BUSWAP2     0xF8000054         EBU Bus Write Access Parameter Register
EBU_BUSRCON3    0xF8000058         EBU Bus Configuration Register
EBU_BUSRAP3     0xF800005C         EBU Bus Read Access Parameter Register
EBU_BUSWCON3    0xF8000060         EBU Bus Write Configuration Register
EBU_BUSWAP3     0xF8000064         EBU Bus Write Access Parameter Register
PMU0_ID         0xF8000508         PMU0 Identification Register
PMU0_OVRCON     0xF8000520         Overlay RAM Control Register
FLASH0_ID       0xF8002008         Flash Module Identification Register
FLASH0_FSR      0xF8002010         Flash Status Register
FLASH0_FCON     0xF8002014         Flash Configuration Register
FLASH0_MARP     0xF8002018         Margin Control Register PFLASH
FLASH0_MARD     0xF800201C         Margin Control Register DFLASH
FLASH0_PROCON0  0xF8002020         Flash Protection Configuration Register User 0
FLASH0_PROCON1  0xF8002024         Flash Protection Configuration Register User 1
FLASH0_PROCON2  0xF8002028         Flash Protection Configuration Register User 2
FLASH0_CFTEST   0xF8002100         CPU Flash Test Register
FLASH0_ECCW     0xF8002104         ECC Write Register
FLASH0_ECCR     0xF8002108         ECC Read Register
FLASH0_FSCON    0xF800210C         Flash Size Configuration Register
OVC_RABR0       0xF87FFB20         Redirected Address Base Register 0
OVC_OTAR0       0xF87FFB24         Overlay Target Address Register 0
OVC_OMASK0      0xF87FFB28         Overlay Mask Register 0
OVC_RABR1       0xF87FFB2C         Redirected Address Base Register 1
OVC_OTAR1       0xF87FFB30         Overlay Target Address Register 1
OVC_OMASK1      0xF87FFB34         Overlay Mask Register 1
OVC_RABR2       0xF87FFB38         Redirected Address Base Register 2
OVC_OTAR2       0xF87FFB3C         Overlay Target Address Register 2
OVC_OMASK2      0xF87FFB40         Overlay Mask Register 2
OVC_RABR3       0xF87FFB44         Redirected Address Base Register 3
OVC_OTAR3       0xF87FFB48         Overlay Target Address Register 3
OVC_OMASK3      0xF87FFB4C         Overlay Mask Register 3
OVC_RABR4       0xF87FFB50         Redirected Address Base Register 4
OVC_OTAR4       0xF87FFB54         Overlay Target Address Register 4
OVC_OMASK4      0xF87FFB58         Overlay Mask Register 4
OVC_RABR5       0xF87FFB5C         Redirected Address Base Register 5
OVC_OTAR5       0xF87FFB60         Overlay Target Address Register 5
OVC_OMASK5      0xF87FFB64         Overlay Mask Register 5
OVC_RABR6       0xF87FFB68         Redirected Address Base Register 6
OVC_OTAR6       0xF87FFB6C         Overlay Target Address Register 6
OVC_OMASK6      0xF87FFB70         Overlay Mask Register 6
OVC_RABR7       0xF87FFB74         Redirected Address Base Register 7
OVC_OTAR7       0xF87FFB78         Overlay Target Address Register 7
OVC_OMASK7      0xF87FFB7C         Overlay Mask Register 7
OVC_RABR8       0xF87FFB80         Redirected Address Base Register 8
OVC_OTAR8       0xF87FFB84         Overlay Target Address Register 8
OVC_OMASK8      0xF87FFB88         Overlay Mask Register 8
OVC_RABR9       0xF87FFB8C         Redirected Address Base Register 9
OVC_OTAR9       0xF87FFB90         Overlay Target Address Register 9
OVC_OMASK9      0xF87FFB94         Overlay Mask Register 9
OVC_RABR10      0xF87FFB98         Redirected Address Base Register 10
OVC_OTAR10      0xF87FFB9C         Overlay Target Address Register 10
OVC_OMASK10     0xF87FFBA0         Overlay Mask Register 10
OVC_RABR11      0xF87FFBA4         Redirected Address Base Register 11
OVC_OTAR11      0xF87FFBA8         Overlay Target Address Register 11
OVC_OMASK11     0xF87FFBAC         Overlay Mask Register 11
OVC_RABR12      0xF87FFBB0         Redirected Address Base Register 12
OVC_OTAR12      0xF87FFBB4         Overlay Target Address Register 12
OVC_OMASK12     0xF87FFBB8         Overlay Mask Register 12
OVC_RABR13      0xF87FFBBC         Redirected Address Base Register 13
OVC_OTAR13      0xF87FFBC0         Overlay Target Address Register 13
OVC_OMASK13     0xF87FFBC4         Overlay Mask Register 13
OVC_RABR14      0xF87FFBC8         Redirected Address Base Register 14
OVC_OTAR14      0xF87FFBCC         Overlay Target Address Register 14
OVC_OMASK14     0xF87FFBD0         Overlay Mask Register 14
OVC_RABR15      0xF87FFBD4         Redirected Address Base Register 15
OVC_OTAR15      0xF87FFBD8         Overlay Target Address Register 15
OVC_OMASK15     0xF87FFBDC         Overlay Mask Register 15
OVC_OCON        0xF87FFBE0         Overlay Control Register
DMI_ID          0xF87FFC08         DMI Identification Register
DMI_CON         0xF87FFC10         DMI Control Register
DMI_STR         0xF87FFC18         DMI Synchronous Trap Flag Register
DMI_ATR         0xF87FFC20         DMI Asynchronous Trap Flag Register
PMI_ID          0xF87FFD08         PMI Identification Register
PMI_CON0        0xF87FFD10         PMI Control Register 0
PMI_CON1        0xF87FFD14         PMI Control Register 1
PMI_CON2        0xF87FFD18         PMI Control Register 2
PMI_STR         0xF87FFD20         PMI Synchronous Trap Register
LBCU_ID         0xF87FFE08         Module Identification Register
LBCU_LEATT      0xF87FFE20         LBCU LMB Error Attribute Register
LBCU_LEADDR     0xF87FFE24         LBCU LMB Error Address Register
LBCU_LEDATL     0xF87FFE28         LBCU LMB Error Data Low Register
LBCU_LEDATH     0xF87FFE2C         LBCU LMB Error Data High Register
LBCU_SRC        0xF87FFEFC         LBCU Service Request Control Register
LFI_ID          0xF87FFF08         Module Identification Register
LFI_CON         0xF87FFF10         LFI Configuration Register

; this chip implements TriCore v1.3.1 instruction set
.tc1xxx/tc1782,tc1xxx/tc1784
; MEMORY MAP
; memory map unknown - the documentation is missing it
area DATA REGISTERS       0xF0000000:0xF8800000   Core SFRs and GPRs
; REGISTERS
SBCU_ID         0xF0000108         Module Identification Register
SBCU_CON        0xF0000110         SBCU Control Register
SBCU_ECON       0xF0000120         SBCU Error Control Capture Register
SBCU_EADD       0xF0000124         SBCU Error Address Capture Register
SBCU_EDAT       0xF0000128         SBCU Error Data Capture Register
SBCU_DBCNTL     0xF0000130         SBCU Debug Control Register
SBCU_DBGRNT     0xF0000134         SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0000138         SBCU Debug Address 1 Register
SBCU_DBADR2     0xF000013C         SBCU Debug Address 2 Register
SBCU_DBBOS      0xF0000140         SBCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0000144         SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0000148         SBCU Debug Trapped Address Register
SBCU_DBBOST     0xF000014C         SBCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0000150         SBCU Debug Data Status Register
SBCU_SRC        0xF00001FC         SBCU Service Request Control Register
STM_CLC         0xF0000200         STM Clock Control Register
STM_ID          0xF0000208         STM Module Identification Register
STM_TIM0        0xF0000210         STM Timer Register 0
STM_TIM1        0xF0000214         STM Timer Register 1
STM_TIM2        0xF0000218         STM Timer Register 2
STM_TIM3        0xF000021C         STM Timer Register 3
STM_TIM4        0xF0000220         STM Timer Register 4
STM_TIM5        0xF0000224         STM Timer Register 5
STM_TIM6        0xF0000228         STM Timer Register 6
STM_CAP         0xF000022C         STM Timer Capture Register
STM_CMP0        0xF0000230         STM Compare Register 0
STM_CMP1        0xF0000234         STM Compare Register 1
STM_CMCON       0xF0000238         STM Compare Match Control Register
STM_ICR         0xF000023C         STM Interrupt Control Register
STM_ISRR        0xF0000240         STM Interrupt Set/Reset Register
STM_SRC1        0xF00002F8         STM Service Request Control Register 1
STM_SRC0        0xF00002FC         STM Service Request Control Register 0
CBS_JDPID       0xF0000408         Module Identification Register
CBS_JTAGID      0xF0000464         JTAG Device Identification Register
CBS_COMDATA     0xF0000468         Communication Mode Data Register
CBS_IOSR        0xF000046C         IOClient Status and Control Register
CBS_MCDBBS      0xF0000470         Break Bus Switch Configuration Register
CBS_MCDSSG      0xF0000474         Suspend Source Status and Control Register
CBS_OEC         0xF0000478         OCDS Enable Control Register
CBS_OCNTRL      0xF000047C         OSCU Control Register
CBS_OSTATE      0xF0000480         OSCU Status Register
CBS_INTMOD      0xF0000484         Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488         Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C         Internally Controlled Trace Destination Register
CBS_MCDBBSS     0xF0000490         Break Bus Switch Status Register
CBS_MCDSSGC     0xF0000494         Suspend Signal Target Control Register
CBS_TRIGS       0xF00004A0         Set Trigger to Host Register
CBS_TRIGC       0xF00004A4         Clear Trigger to Host Register
CBS_TRIG        0xF00004A8         Trigger to Host Register
CBS_SRC1        0xF00004F8         Service Request Node2 Control Register
CBS_SRC0        0xF00004FC         Service Request Node1 Control Register
SCU_ID          0xF0000508         Identification Register
SCU_OSCCON      0xF0000510         OSC Control Register
SCU_PLLSTAT     0xF0000514         PLL Status Register
SCU_PLLCON0     0xF0000518         PLL Configuration 0 Register
SCU_PLLCON1     0xF000051C         PLL Configuration 1 Register
SCU_PLLERAYSTAT 0xF0000524         PLL_ERAY Status Register
SCU_PLLERAYCON0 0xF0000528         PLL_ERAY Configuration 0 Register
SCU_PLLERAYCON1 0xF000052C         PLL_ERAY Configuration 1 Register
SCU_CCUCON0     0xF0000530         CCU Clock Control Register 0
SCU_CCUCON1     0xF0000534         CCU Clock Control Register 1
SCU_FDR         0xF0000538         Fractional Divider Register
SCU_EXTCON      0xF000053C         External Clock Control Register
SCU_SYSCON      0xF0000540         System Control Register
SCU_RSTSTAT     0xF0000550         Reset Status Register
SCU_RSTCNTCON   0xF0000554         Reset Counter Control Register
SCU_RSTCON      0xF0000558         Reset Configuration Register
SCU_ARSTDIS     0xF000055C         Application Reset Disable Register
SCU_SWRSTCON    0xF0000560         Software Reset Configuration Register
SCU_ESRCFG0     0xF0000570         ESR0 Configuration Register
SCU_ESRCFG1     0xF0000574         ESR1 Configuration Register
SCU_EICR0       0xF0000580         External Input Channel Register 0
SCU_EICR1       0xF0000584         External Input Channel Register 1
SCU_EIFR        0xF0000588         External Input Flag Register
SCU_FMR         0xF000058C         Flag Modification Register
SCU_PDRR        0xF0000590         Pattern Detection Result Register
SCU_IGCR0       0xF0000594         Interrupt Gating Register 0
SCU_IGCR1       0xF0000598         Interrupt Gating Register 1
SCU_IOCR        0xF00005A0         Input/Output Control Register
SCU_OUT         0xF00005A4         Output Register
SCU_OMR         0xF00005A8         Output Modification Register
SCU_IN          0xF00005AC         Input Register
SCU_PMCSR       0xF00005B0         Power Management Control and Status Register
SCU_STSTAT      0xF00005C0         Start-up Status Register
SCU_STCON       0xF00005C4         Start-up Configuration Register
SCU_ECCCON      0xF00005D0         ECC Control Register
SCU_ECCSTAT     0xF00005D4         ECC Status Register
SCU_ECCCLR      0xF00005D8         ECC Clear Register
SCU_DTSSTAT     0xF00005E0         Die Temperature Sensor Status Register
SCU_DTSCON      0xF00005E4         Die Temperature Sensor Control Register
WDT_CON0        0xF00005F0         WDT Control Register 0
WDT_CON1        0xF00005F4         WDT Control Register 1
WDT_SR          0xF00005F8         WDT Status Register
SCU_EMSR        0xF0000600         Emergency Stop Register
SCU_INTSTAT     0xF0000610         Interrupt Status Register
SCU_INTSET      0xF0000614         Interrupt Set Register
SCU_INTCLR      0xF0000618         Interrupt Clear Register
SCU_INTDIS      0xF000061C         Interrupt Disable Register
SCU_INTNP       0xF0000620         Interrupt Node Pointer Register
SCU_TRAPSTAT    0xF0000624         Trap Status Register
SCU_TRAPSET     0xF0000628         Trap Set Register
SCU_TRAPCLR     0xF000062C         Trap Clear Register
SCU_TRAPDIS     0xF0000630         Trap Disable Register
SCU_CHIPID      0xF0000640         Chip Identification Register
SCU_MANID       0xF0000644         Manufacturer Identification Register
SCU_RTID        0xF0000648         Redesign Tracing Identification Register
SCU_SRC3        0xF00006F0         Service Request Control 3 Register
SCU_SRC2        0xF00006F4         Service Request Control 2 Register
SCU_SRC1        0xF00006F8         Service Request Control 1 Register
SCU_SRC0        0xF00006FC         Service Request Control 0 Register
MSC0_CLC        0xF0000800         MSC0 Clock Control Register
MSC0_ID         0xF0000808         MSC0 Module Identification Register
MSC0_FDR        0xF000080C         MSC0 Fractional Divider Register
MSC0_USR        0xF0000810         MSC0 Upstream Status Register
MSC0_DSC        0xF0000814         MSC0 Downstream Control Register
MSC0_DSS        0xF0000818         MSC0 Downstream Status Register
MSC0_DD         0xF000081C         MSC0 Downstream Data Register
MSC0_DC         0xF0000820         MSC0 Downstream Command Register
MSC0_DSDSL      0xF0000824         MSC0 Downstream Select Data Source Low Register
MSC0_DSDSH      0xF0000828         MSC0 Downstream Select Data Source High Register
MSC0_ESR        0xF000082C         MSC0 Emergency Stop Register
MSC0_UD0        0xF0000830         MSC0 Upstream Data Register 0
MSC0_UD1        0xF0000834         MSC0 Upstream Data Register 1
MSC0_UD2        0xF0000838         MSC0 Upstream Data Register 2
MSC0_UD3        0xF000083C         MSC0 Upstream Data Register 3
MSC0_ICR        0xF0000840         MSC0 Interrupt Control Register
MSC0_ISR        0xF0000844         MSC0 Interrupt Status Register
MSC0_ISC        0xF0000848         MSC0 Interrupt Set Clear Register
MSC0_OCR        0xF000084C         MSC0 Output Control Register
MSC0_SRC1       0xF00008F8         MSC0 Service Request Control Register 1
MSC0_SRC0       0xF00008FC         MSC0 Service Request Control Register 0
ASC0_CLC        0xF0000A00         ASC0 Clock Control Register
ASC0_PISEL      0xF0000A04         ASC0 Peripheral Input Select Register
ASC0_ID         0xF0000A08         ASC0 Module Identification Register
ASC0_CON        0xF0000A10         ASC0 Control Register
ASC0_BG         0xF0000A14         ASC0 Baud Rate Timer/Reload Register
ASC0_FDV        0xF0000A18         ASC0 Fractional Divider Register
ASC0_TBUF       0xF0000A20         ASC0 Transmit Buffer Register
ASC0_RBUF       0xF0000A24         ASC0 Receive Buffer Register
ASC0_WHBCON     0xF0000A50         ASC0 Write Hardware Bits Control Register
ASC0_TSRC       0xF0000AF0         ASC0 Transmit Interrupt Service Request Control Register
ASC0_RSRC       0xF0000AF4         ASC0 Receive Interrupt Service Request Control Register
ASC0_ESRC       0xF0000AF8         ASC0 Error Interrupt Service Request Control Register
ASC0_TBSRC      0xF0000AFC         ASC0 Transmit Buffer Interrupt Service Request Control Register
ASC1_PISEL      0xF0000B04         ASC1 Peripheral Input Select Register
ASC1_ID         0xF0000B08         ASC1 Module Identification Register
ASC1_CON        0xF0000B10         ASC1 Control Register
ASC1_BG         0xF0000B14         ASC1 Baud Rate Timer/Reload Register
ASC1_FDV        0xF0000B18         ASC1 Fractional Divider Register
ASC1_TBUF       0xF0000B20         ASC1 Transmit Buffer Register
ASC1_RBUF       0xF0000B24         ASC1 Receive Buffer Register
ASC1_WHBCON     0xF0000B50         ASC1 Write Hardware Bits Control Register
ASC1_TSRC       0xF0000BF0         ASC1 Transmit Interrupt Service Request Control Register
ASC1_RSRC       0xF0000BF4         ASC1 Receive Interrupt Service Request Control Register
ASC1_ESRC       0xF0000BF8         ASC1 Error Interrupt Service Request Control Register
ASC1_TBSRC      0xF0000BFC         ASC1 Transmit Buffer Interrupt Service Request Control Register
P0_OUT          0xF0000C00         Port 0 Output Register
P0_OMR          0xF0000C04         Port 0 Output Modification Register
P0_IOCR0        0xF0000C10         Port 0 Input/Output Control Register 0
P0_IOCR4        0xF0000C14         Port 0 Input/Output Control Register 4
P0_IOCR8        0xF0000C18         Port 0 Input/Output Control Register 8
P0_IOCR12       0xF0000C1C         Port 0 Input/Output Control Register 12
P0_IN           0xF0000C24         Port 0 Input Register
P0_PDR          0xF0000C40         Port 0 Pad Driver Mode Register
P0_ESR          0xF0000C50         Port 0 Emergency Stop Register
P1_OUT          0xF0000D00         Port 1 Output Register
P1_OMR          0xF0000D04         Port 1 Output Modification Register
P1_IOCR0        0xF0000D10         Port 1 Input/Output Control Register 0
P1_IOCR4        0xF0000D14         Port 1 Input/Output Control Register 4
P1_IOCR8        0xF0000D18         Port 1 Input/Output Control Register 8
P1_IOCR12       0xF0000D1C         Port 1 Input/Output Control Register 12
P1_IN           0xF0000D24         Port 1 Input Register
P1_PDR          0xF0000D40         Port 1 Pad Driver Mode Register
P1_ESR          0xF0000D50         Port 1 Emergency Stop Register
P2_OUT          0xF0000E00         Port 2 Output Register
P2_OMR          0xF0000E04         Port 2 Output Modification Register
P2_IOCR0        0xF0000E10         Port 2 Input/Output Control Register 0
P2_IOCR4        0xF0000E14         Port 2 Input/Output Control Register 4
P2_IOCR8        0xF0000E18         Port 2 Input/Output Control Register 8
P2_IOCR12       0xF0000E1C         Port 2 Input/Output Control Register 12
P2_IN           0xF0000E24         Port 2 Input Register
P2_PDR          0xF0000E40         Port 2 Pad Driver Mode Register
P2_ESR          0xF0000E50         Port 2 Emergency Stop Register
P3_OUT          0xF0000F00         Port 3 Output Register
P3_OMR          0xF0000F04         Port 3 Output Modification Register
P3_IOCR0        0xF0000F10         Port 3 Input/Output Control Register 0
P3_IOCR4        0xF0000F14         Port 3 Input/Output Control Register 4
P3_IOCR8        0xF0000F18         Port 3 Input/Output Control Register 8
P3_IOCR12       0xF0000F1C         Port 3 Input/Output Control Register 12
P3_IN           0xF0000F24         Port 3 Input Register
P3_PDR          0xF0000F40         Port 3 Pad Driver Mode Register
P3_ESR          0xF0000F50         Port 3 Emergency Stop Register
P4_OUT          0xF0001000         Port 4 Output Register
P4_OMR          0xF0001004         Port 4 Output Modification Register
P4_IOCR0        0xF0001010         Port 4 Input/Output Control Register 0
P4_IN           0xF0001024         Port 4 Input Register
P4_PDR          0xF0001040         Port 4 Pad Driver Mode Register
P4_ESR          0xF0001050         Port 4 Emergency Stop Register
P5_OUT          0xF0001100         Port 5 Output Register
P5_OMR          0xF0001104         Port 5 Output Modification Register
P5_IOCR0        0xF0001110         Port 5 Input/Output Control Register 0
P5_IOCR4        0xF0001114         Port 5 Input/Output Control Register 4
P5_IOCR8        0xF0001118         Port 5 Input/Output Control Register 8
P5_IOCR12       0xF000111C         Port 5 Input/Output Control Register 12
P5_IN           0xF0001124         Port 5 Input Register
P5_PDR          0xF0001140         Port 5 Pad Driver Mode Register
P5_ESR          0xF0001150         Port 5 Emergency Stop Register
P6_OUT          0xF0001200         Port 6 Output Register
P6_OMR          0xF0001204         Port 6 Output Modification Register
P6_IOCR0        0xF0001210         Port 6 Input/Output Control Register 0
P6_IOCR4        0xF0001214         Port 6 Input/Output Control Register 4
P6_IOCR8        0xF0001218         Port 6 Input/Output Control Register 8
P6_IOCR12       0xF000121C         Port 6 Input/Output Control Register 12
P6_IN           0xF0001224         Port 6 Input Register
P6_PDR          0xF0001240         Port 6 Pad Driver Mode Register
P6_ESR          0xF0001250         Port 6 Emergency Stop Register
P7_OUT          0xF0001300         Port 7 Output Register
P7_OMR          0xF0001304         Port 7 Output Modification Register
P7_IOCR0        0xF0001310         Port 7 Input/Output Control Register 0
P7_IOCR4        0xF0001314         Port 7 Input/Output Control Register 4
P7_IOCR8        0xF0001318         Port 7 Input/Output Control Register 8
P7_IOCR12       0xF000131C         Port 7 Input/Output Control Register 12
P7_IN           0xF0001324         Port 7 Input Register
P7_PDR          0xF0001340         Port 7 Pad Driver Mode Register
P7_ESR          0xF0001350         Port 7 Emergency Stop Register
P8_OUT          0xF0001400         Port 8 Output Register
P8_OMR          0xF0001404         Port 8 Output Modification Register
P8_IOCR0        0xF0001410         Port 8 Input/Output Control Register 0
P8_IOCR4        0xF0001414         Port 8 Input/Output Control Register 4
P8_IOCR8        0xF0001418         Port 8 Input/Output Control Register 8
P8_IOCR12       0xF000141C         Port 8 Input/Output Control Register 12
P8_IN           0xF0001424         Port 8 Input Register
P8_PDR          0xF0001440         Port 8 Pad Driver Mode Register
P8_ESR          0xF0001450         Port 8 Emergency Stop Register
P9_OUT          0xF0001500         Port 9 Output Register
P9_OMR          0xF0001504         Port 9 Output Modification Register
P9_IOCR0        0xF0001510         Port 9 Input/Output Control Register 0
P9_IOCR4        0xF0001514         Port 9 Input/Output Control Register 4
P9_IOCR8        0xF0001518         Port 9 Input/Output Control Register 8
P9_IOCR12       0xF000151C         Port 9 Input/Output Control Register 12
P9_IN           0xF0001524         Port 9 Input Register
P9_PDR          0xF0001540         Port 9 Pad Driver Mode Register
P9_ESR          0xF0001550         Port 9 Emergency Stop Register
P10_OUT         0xF0001600         Port 10 Output Register
P10_OMR         0xF0001604         Port 10 Output Modification Register
P10_IOCR0       0xF0001610         Port 10 Input/Output Control Register 0
P10_IOCR4       0xF0001614         Port 10 Input/Output Control Register 4
P10_IOCR8       0xF0001618         Port 10 Input/Output Control Register 8
P10_IOCR12      0xF000161C         Port 10 Input/Output Control Register 12
P10_IN          0xF0001624         Port 10 Input Register
P10_PDR         0xF0001640         Port 10 Pad Driver Mode Register
P10_ESR         0xF0001650         Port 10 Emergency Stop Register
GPTA0_CLC       0xF0001800         GPTA Clock Control Register
GPTA0_DBGCTR    0xF0001804         GPTA Debug Clock Control Register
GPTA0_ID        0xF0001808         GPTA0 Identification Register
GPTA0_FDR       0xF000180C         GPTA Fractional Divider Register
GPTA0_SRSC0     0xF0001810         GPTA0 Service Request State Clear Register 0
GPTA0_SRSS0     0xF0001814         GPTA0 Service Request State Set Register 0
GPTA0_SRSC1     0xF0001818         GPTA0 Service Request State Clear Register 1
GPTA0_SRSS1     0xF000181C         GPTA0 Service Request State Set Register 1
GPTA0_SRSC2     0xF0001820         GPTA0 Service Request State Clear Register 2
GPTA0_SRSS2     0xF0001824         GPTA0 Service Request State Set Register 2
GPTA0_SRSC3     0xF0001828         GPTA0 Service Request State Clear Register 3
GPTA0_SRSS3     0xF000182C         GPTA0 Service Request State Set Register 3
GPTA0_SRNR      0xF0001830         GPTA0 Service Request Node Redirection Register
GPTA0_MRACTL    0xF0001838         GPTA0 Multiplexer Register Array Control Register
GPTA0_MRADIN    0xF000183C         GPTA0 Multiplexer Register Array Data In Register
GPTA0_MRADOUT   0xF0001840         GPTA0 Multiplexer Register Array Data Out Register
GPTA0_FPCSTAT   0xF0001844         GPTA0 Filter and Prescaler Cell Status Register
GPTA0_FPCCTR0   0xF0001848         GPTA0 Filter and Prescaler Cell Control Register 0
GPTA0_FPCTIM0   0xF000184C         GPTA0 Filter and Prescaler Cell Timer Register 0
GPTA0_FPCCTR1   0xF0001850         GPTA0 Filter and Prescaler Cell Control Register 1
GPTA0_FPCTIM1   0xF0001854         GPTA0 Filter and Prescaler Cell Timer Register 1
GPTA0_FPCCTR2   0xF0001858         GPTA0 Filter and Prescaler Cell Control Register 2
GPTA0_FPCTIM2   0xF000185C         GPTA0 Filter and Prescaler Cell Timer Register 2
GPTA0_FPCCTR3   0xF0001860         GPTA0 Filter and Prescaler Cell Control Register 3
GPTA0_FPCTIM3   0xF0001864         GPTA0 Filter and Prescaler Cell Timer Register 3
GPTA0_FPCCTR4   0xF0001868         GPTA0 Filter and Prescaler Cell Control Register 4
GPTA0_FPCTIM4   0xF000186C         GPTA0 Filter and Prescaler Cell Timer Register 4
GPTA0_FPCCTR5   0xF0001870         GPTA0 Filter and Prescaler Cell Control Register 5
GPTA0_FPCTIM5   0xF0001874         GPTA0 Filter and Prescaler Cell Timer Register 5
GPTA0_PDLCTR    0xF0001878         GPTA0 Phase Discrimination Logic Control Register
GPTA0_DCMCTR0   0xF0001880         GPTA0 Duty Cycle Measurement Control Register 0
GPTA0_DCMTIM0   0xF0001884         GPTA0 Duty Cycle Measurement Timer Register 0
GPTA0_DCMCAV0   0xF0001888         GPTA0 Duty Cycle Measurement Capture Register 0
GPTA0_DCMCOV0   0xF000188C         GPTA0 Duty Cycle Measurement Capture/Compare Register 0
GPTA0_DCMCTR1   0xF0001890         GPTA0 Duty Cycle Measurement Control Register 1
GPTA0_DCMTIM1   0xF0001894         GPTA0 Duty Cycle Measurement Timer Register 1
GPTA0_DCMCAV1   0xF0001898         GPTA0 Duty Cycle Measurement Capture Register 1
GPTA0_DCMCOV1   0xF000189C         GPTA0 Duty Cycle Measurement Capture/Compare Register 1
GPTA0_DCMCTR2   0xF00018A0         GPTA0 Duty Cycle Measurement Control Register 2
GPTA0_DCMTIM2   0xF00018A4         GPTA0 Duty Cycle Measurement Timer Register 2
GPTA0_DCMCAV2   0xF00018A8         GPTA0 Duty Cycle Measurement Capture Register 2
GPTA0_DCMCOV2   0xF00018AC         GPTA0 Duty Cycle Measurement Capture/Compare Register 2
GPTA0_DCMCTR3   0xF00018B0         GPTA0 Duty Cycle Measurement Control Register 3
GPTA0_DCMTIM3   0xF00018B4         GPTA0 Duty Cycle Measurement Timer Register 3
GPTA0_DCMCAV3   0xF00018B8         GPTA0 Duty Cycle Measurement Capture Register 3
GPTA0_DCMCOV3   0xF00018BC         GPTA0 Duty Cycle Measurement Capture/Compare Register 3
GPTA0_PLLCTR    0xF00018C0         GPTA0 Phase Locked Loop Control Register
GPTA0_PLLMTI    0xF00018C4         GPTA0 Phase Locked Loop Microtick Register
GPTA0_PLLCNT    0xF00018C8         GPTA0 Phase Locked Loop Counter Register
GPTA0_PLLSTP    0xF00018CC         GPTA0 Phase Locked Loop Step Register
GPTA0_PLLREV    0xF00018D0         GPTA0 Phase Locked Loop Reload Register
GPTA0_PLLDTR    0xF00018D4         GPTA0 Phase Locked Loop Delta Register
GPTA0_CKBCTR    0xF00018D8         GPTA0 Clock Bus Control Register
GPTA0_GTCTR0    0xF00018E0         GPTA0 Global Timer Control Register 0
GPTA0_GTREV0    0xF00018E4         GPTA0 Global Timer Reload Value Register 0
GPTA0_GTTIM0    0xF00018E8         GPTA0 Global Timer Register 0
GPTA0_GTCTR1    0xF00018F0         GPTA0 Global Timer Control Register 1
GPTA0_GTREV1    0xF00018F4         GPTA0 Global Timer Reload Value Register 1
GPTA0_GTTIM1    0xF00018F8         GPTA0 Global Timer Register 1
GPTA0_GTCCTR00  0xF0001900         GPTA0 Global Timer Cell Control Register 00 [Capture Mode]
GPTA0_GTCXR00   0xF0001904         GPTA0 Global Timer Cell X Register 00
GPTA0_GTCCTR01  0xF0001908         GPTA0 Global Timer Cell Control Register 01 [Capture Mode]
GPTA0_GTCXR01   0xF000190C         GPTA0 Global Timer Cell X Register 01
GPTA0_GTCCTR02  0xF0001910         GPTA0 Global Timer Cell Control Register 02 [Capture Mode]
GPTA0_GTCXR02   0xF0001914         GPTA0 Global Timer Cell X Register 02
GPTA0_GTCCTR03  0xF0001918         GPTA0 Global Timer Cell Control Register 03 [Capture Mode]
GPTA0_GTCXR03   0xF000191C         GPTA0 Global Timer Cell X Register 03
GPTA0_GTCCTR04  0xF0001920         GPTA0 Global Timer Cell Control Register 04 [Capture Mode]
GPTA0_GTCXR04   0xF0001924         GPTA0 Global Timer Cell X Register 04
GPTA0_GTCCTR05  0xF0001928         GPTA0 Global Timer Cell Control Register 05 [Capture Mode]
GPTA0_GTCXR05   0xF000192C         GPTA0 Global Timer Cell X Register 05
GPTA0_GTCCTR06  0xF0001930         GPTA0 Global Timer Cell Control Register 06 [Capture Mode]
GPTA0_GTCXR06   0xF0001934         GPTA0 Global Timer Cell X Register 06
GPTA0_GTCCTR07  0xF0001938         GPTA0 Global Timer Cell Control Register 07 [Capture Mode]
GPTA0_GTCXR07   0xF000193C         GPTA0 Global Timer Cell X Register 07
GPTA0_GTCCTR08  0xF0001940         GPTA0 Global Timer Cell Control Register 08 [Capture Mode]
GPTA0_GTCXR08   0xF0001944         GPTA0 Global Timer Cell X Register 08
GPTA0_GTCCTR09  0xF0001948         GPTA0 Global Timer Cell Control Register 09 [Capture Mode]
GPTA0_GTCXR09   0xF000194C         GPTA0 Global Timer Cell X Register 09
GPTA0_GTCCTR10  0xF0001950         GPTA0 Global Timer Cell Control Register 10 [Capture Mode]
GPTA0_GTCXR10   0xF0001954         GPTA0 Global Timer Cell X Register 10
GPTA0_GTCCTR11  0xF0001958         GPTA0 Global Timer Cell Control Register 11 [Capture Mode]
GPTA0_GTCXR11   0xF000195C         GPTA0 Global Timer Cell X Register 11
GPTA0_GTCCTR12  0xF0001960         GPTA0 Global Timer Cell Control Register 12 [Capture Mode]
GPTA0_GTCXR12   0xF0001964         GPTA0 Global Timer Cell X Register 12
GPTA0_GTCCTR13  0xF0001968         GPTA0 Global Timer Cell Control Register 13 [Capture Mode]
GPTA0_GTCXR13   0xF000196C         GPTA0 Global Timer Cell X Register 13
GPTA0_GTCCTR14  0xF0001970         GPTA0 Global Timer Cell Control Register 14 [Capture Mode]
GPTA0_GTCXR14   0xF0001974         GPTA0 Global Timer Cell X Register 14
GPTA0_GTCCTR15  0xF0001978         GPTA0 Global Timer Cell Control Register 15 [Capture Mode]
GPTA0_GTCXR15   0xF000197C         GPTA0 Global Timer Cell X Register 15
GPTA0_GTCCTR16  0xF0001980         GPTA0 Global Timer Cell Control Register 16 [Capture Mode]
GPTA0_GTCXR16   0xF0001984         GPTA0 Global Timer Cell X Register 16
GPTA0_GTCCTR17  0xF0001988         GPTA0 Global Timer Cell Control Register 17 [Capture Mode]
GPTA0_GTCXR17   0xF000198C         GPTA0 Global Timer Cell X Register 17
GPTA0_GTCCTR18  0xF0001990         GPTA0 Global Timer Cell Control Register 18 [Capture Mode]
GPTA0_GTCXR18   0xF0001994         GPTA0 Global Timer Cell X Register 18
GPTA0_GTCCTR19  0xF0001998         GPTA0 Global Timer Cell Control Register 19 [Capture Mode]
GPTA0_GTCXR19   0xF000199C         GPTA0 Global Timer Cell X Register 19
GPTA0_GTCCTR20  0xF00019A0         GPTA0 Global Timer Cell Control Register 20 [Capture Mode]
GPTA0_GTCXR20   0xF00019A4         GPTA0 Global Timer Cell X Register 20
GPTA0_GTCCTR21  0xF00019A8         GPTA0 Global Timer Cell Control Register 21 [Capture Mode]
GPTA0_GTCXR21   0xF00019AC         GPTA0 Global Timer Cell X Register 21
GPTA0_GTCCTR22  0xF00019B0         GPTA0 Global Timer Cell Control Register 22 [Capture Mode]
GPTA0_GTCXR22   0xF00019B4         GPTA0 Global Timer Cell X Register 22
GPTA0_GTCCTR23  0xF00019B8         GPTA0 Global Timer Cell Control Register 23 [Capture Mode]
GPTA0_GTCXR23   0xF00019BC         GPTA0 Global Timer Cell X Register 23
GPTA0_GTCCTR24  0xF00019C0         GPTA0 Global Timer Cell Control Register 24 [Capture Mode]
GPTA0_GTCXR24   0xF00019C4         GPTA0 Global Timer Cell X Register 24
GPTA0_GTCCTR25  0xF00019C8         GPTA0 Global Timer Cell Control Register 25 [Capture Mode]
GPTA0_GTCXR25   0xF00019CC         GPTA0 Global Timer Cell X Register 25
GPTA0_GTCCTR26  0xF00019D0         GPTA0 Global Timer Cell Control Register 26 [Capture Mode]
GPTA0_GTCXR26   0xF00019D4         GPTA0 Global Timer Cell X Register 26
GPTA0_GTCCTR27  0xF00019D8         GPTA0 Global Timer Cell Control Register 27 [Capture Mode]
GPTA0_GTCXR27   0xF00019DC         GPTA0 Global Timer Cell X Register 27
GPTA0_GTCCTR28  0xF00019E0         GPTA0 Global Timer Cell Control Register 28 [Capture Mode]
GPTA0_GTCXR28   0xF00019E4         GPTA0 Global Timer Cell X Register 28
GPTA0_GTCCTR29  0xF00019E8         GPTA0 Global Timer Cell Control Register 29 [Capture Mode]
GPTA0_GTCXR29   0xF00019EC         GPTA0 Global Timer Cell X Register 29
GPTA0_GTCCTR30  0xF00019F0         GPTA0 Global Timer Cell Control Register 30 [Capture Mode]
GPTA0_GTCXR30   0xF00019F4         GPTA0 Global Timer Cell X Register 30
GPTA0_GTCCTR31  0xF00019F8         GPTA0 Global Timer Cell Control Register 31 [Capture Mode]
GPTA0_GTCXR31   0xF00019FC         GPTA0 Global Timer Cell X Register 31
GPTA0_LTCCTR00  0xF0001A00         GPTA0 Local Timer Cell Control Register 00 [Timer Mode ILM=0]
GPTA0_LTCXR00   0xF0001A04         GPTA0 Local Timer Cell X Register 00
GPTA0_LTCCTR01  0xF0001A08         GPTA0 Local Timer Cell Control Register 01 [Timer Mode ILM=0]
GPTA0_LTCXR01   0xF0001A0C         GPTA0 Local Timer Cell X Register 01
GPTA0_LTCCTR02  0xF0001A10         GPTA0 Local Timer Cell Control Register 02 [Timer Mode ILM=0]
GPTA0_LTCXR02   0xF0001A14         GPTA0 Local Timer Cell X Register 02
GPTA0_LTCCTR03  0xF0001A18         GPTA0 Local Timer Cell Control Register 03 [Timer Mode ILM=0]
GPTA0_LTCXR03   0xF0001A1C         GPTA0 Local Timer Cell X Register 03
GPTA0_LTCCTR04  0xF0001A20         GPTA0 Local Timer Cell Control Register 04 [Timer Mode ILM=0]
GPTA0_LTCXR04   0xF0001A24         GPTA0 Local Timer Cell X Register 04
GPTA0_LTCCTR05  0xF0001A28         GPTA0 Local Timer Cell Control Register 05 [Timer Mode ILM=0]
GPTA0_LTCXR05   0xF0001A2C         GPTA0 Local Timer Cell X Register 05
GPTA0_LTCCTR06  0xF0001A30         GPTA0 Local Timer Cell Control Register 06 [Timer Mode ILM=0]
GPTA0_LTCXR06   0xF0001A34         GPTA0 Local Timer Cell X Register 06
GPTA0_LTCCTR07  0xF0001A38         GPTA0 Local Timer Cell Control Register 07 [Timer Mode ILM=0]
GPTA0_LTCXR07   0xF0001A3C         GPTA0 Local Timer Cell X Register 07
GPTA0_LTCCTR08  0xF0001A40         GPTA0 Local Timer Cell Control Register 08 [Timer Mode ILM=0]
GPTA0_LTCXR08   0xF0001A44         GPTA0 Local Timer Cell X Register 08
GPTA0_LTCCTR09  0xF0001A48         GPTA0 Local Timer Cell Control Register 09 [Timer Mode ILM=0]
GPTA0_LTCXR09   0xF0001A4C         GPTA0 Local Timer Cell X Register 09
GPTA0_LTCCTR10  0xF0001A50         GPTA0 Local Timer Cell Control Register 10 [Timer Mode ILM=0]
GPTA0_LTCXR10   0xF0001A54         GPTA0 Local Timer Cell X Register 10
GPTA0_LTCCTR11  0xF0001A58         GPTA0 Local Timer Cell Control Register 11 [Timer Mode ILM=0]
GPTA0_LTCXR11   0xF0001A5C         GPTA0 Local Timer Cell X Register 11
GPTA0_LTCCTR12  0xF0001A60         GPTA0 Local Timer Cell Control Register 12 [Timer Mode ILM=0]
GPTA0_LTCXR12   0xF0001A64         GPTA0 Local Timer Cell X Register 12
GPTA0_LTCCTR13  0xF0001A68         GPTA0 Local Timer Cell Control Register 13 [Timer Mode ILM=0]
GPTA0_LTCXR13   0xF0001A6C         GPTA0 Local Timer Cell X Register 13
GPTA0_LTCCTR14  0xF0001A70         GPTA0 Local Timer Cell Control Register 14 [Timer Mode ILM=0]
GPTA0_LTCXR14   0xF0001A74         GPTA0 Local Timer Cell X Register 14
GPTA0_LTCCTR15  0xF0001A78         GPTA0 Local Timer Cell Control Register 15 [Timer Mode ILM=0]
GPTA0_LTCXR15   0xF0001A7C         GPTA0 Local Timer Cell X Register 15
GPTA0_LTCCTR16  0xF0001A80         GPTA0 Local Timer Cell Control Register 16 [Timer Mode ILM=0]
GPTA0_LTCXR16   0xF0001A84         GPTA0 Local Timer Cell X Register 16
GPTA0_LTCCTR17  0xF0001A88         GPTA0 Local Timer Cell Control Register 17 [Timer Mode ILM=0]
GPTA0_LTCXR17   0xF0001A8C         GPTA0 Local Timer Cell X Register 17
GPTA0_LTCCTR18  0xF0001A90         GPTA0 Local Timer Cell Control Register 18 [Timer Mode ILM=0]
GPTA0_LTCXR18   0xF0001A94         GPTA0 Local Timer Cell X Register 18
GPTA0_LTCCTR19  0xF0001A98         GPTA0 Local Timer Cell Control Register 19 [Timer Mode ILM=0]
GPTA0_LTCXR19   0xF0001A9C         GPTA0 Local Timer Cell X Register 19
GPTA0_LTCCTR20  0xF0001AA0         GPTA0 Local Timer Cell Control Register 20 [Timer Mode ILM=0]
GPTA0_LTCXR20   0xF0001AA4         GPTA0 Local Timer Cell X Register 20
GPTA0_LTCCTR21  0xF0001AA8         GPTA0 Local Timer Cell Control Register 21 [Timer Mode ILM=0]
GPTA0_LTCXR21   0xF0001AAC         GPTA0 Local Timer Cell X Register 21
GPTA0_LTCCTR22  0xF0001AB0         GPTA0 Local Timer Cell Control Register 22 [Timer Mode ILM=0]
GPTA0_LTCXR22   0xF0001AB4         GPTA0 Local Timer Cell X Register 22
GPTA0_LTCCTR23  0xF0001AB8         GPTA0 Local Timer Cell Control Register 23 [Timer Mode ILM=0]
GPTA0_LTCXR23   0xF0001ABC         GPTA0 Local Timer Cell X Register 23
GPTA0_LTCCTR24  0xF0001AC0         GPTA0 Local Timer Cell Control Register 24 [Timer Mode ILM=0]
GPTA0_LTCXR24   0xF0001AC4         GPTA0 Local Timer Cell X Register 24
GPTA0_LTCCTR25  0xF0001AC8         GPTA0 Local Timer Cell Control Register 25 [Timer Mode ILM=0]
GPTA0_LTCXR25   0xF0001ACC         GPTA0 Local Timer Cell X Register 25
GPTA0_LTCCTR26  0xF0001AD0         GPTA0 Local Timer Cell Control Register 26 [Timer Mode ILM=0]
GPTA0_LTCXR26   0xF0001AD4         GPTA0 Local Timer Cell X Register 26
GPTA0_LTCCTR27  0xF0001AD8         GPTA0 Local Timer Cell Control Register 27 [Timer Mode ILM=0]
GPTA0_LTCXR27   0xF0001ADC         GPTA0 Local Timer Cell X Register 27
GPTA0_LTCCTR28  0xF0001AE0         GPTA0 Local Timer Cell Control Register 28 [Timer Mode ILM=0]
GPTA0_LTCXR28   0xF0001AE4         GPTA0 Local Timer Cell X Register 28
GPTA0_LTCCTR29  0xF0001AE8         GPTA0 Local Timer Cell Control Register 29 [Timer Mode ILM=0]
GPTA0_LTCXR29   0xF0001AEC         GPTA0 Local Timer Cell X Register 29
GPTA0_LTCCTR30  0xF0001AF0         GPTA0 Local Timer Cell Control Register 30 [Timer Mode ILM=0]
GPTA0_LTCXR30   0xF0001AF4         GPTA0 Local Timer Cell X Register 30
GPTA0_LTCCTR31  0xF0001AF8         GPTA0 Local Timer Cell Control Register 31 [Timer Mode ILM=0]
GPTA0_LTCXR31   0xF0001AFC         GPTA0 Local Timer Cell X Register 31
GPTA0_LTCCTR32  0xF0001B00         GPTA0 Local Timer Cell Control Register 32 [Timer Mode ILM=0]
GPTA0_LTCXR32   0xF0001B04         GPTA0 Local Timer Cell X Register 32
GPTA0_LTCCTR33  0xF0001B08         GPTA0 Local Timer Cell Control Register 33 [Timer Mode ILM=0]
GPTA0_LTCXR33   0xF0001B0C         GPTA0 Local Timer Cell X Register 33
GPTA0_LTCCTR34  0xF0001B10         GPTA0 Local Timer Cell Control Register 34 [Timer Mode ILM=0]
GPTA0_LTCXR34   0xF0001B14         GPTA0 Local Timer Cell X Register 34
GPTA0_LTCCTR35  0xF0001B18         GPTA0 Local Timer Cell Control Register 35 [Timer Mode ILM=0]
GPTA0_LTCXR35   0xF0001B1C         GPTA0 Local Timer Cell X Register 35
GPTA0_LTCCTR36  0xF0001B20         GPTA0 Local Timer Cell Control Register 36 [Timer Mode ILM=0]
GPTA0_LTCXR36   0xF0001B24         GPTA0 Local Timer Cell X Register 36
GPTA0_LTCCTR37  0xF0001B28         GPTA0 Local Timer Cell Control Register 37 [Timer Mode ILM=0]
GPTA0_LTCXR37   0xF0001B2C         GPTA0 Local Timer Cell X Register 37
GPTA0_LTCCTR38  0xF0001B30         GPTA0 Local Timer Cell Control Register 38 [Timer Mode ILM=0]
GPTA0_LTCXR38   0xF0001B34         GPTA0 Local Timer Cell X Register 38
GPTA0_LTCCTR39  0xF0001B38         GPTA0 Local Timer Cell Control Register 39 [Timer Mode ILM=0]
GPTA0_LTCXR39   0xF0001B3C         GPTA0 Local Timer Cell X Register 39
GPTA0_LTCCTR40  0xF0001B40         GPTA0 Local Timer Cell Control Register 40 [Timer Mode ILM=0]
GPTA0_LTCXR40   0xF0001B44         GPTA0 Local Timer Cell X Register 40
GPTA0_LTCCTR41  0xF0001B48         GPTA0 Local Timer Cell Control Register 41 [Timer Mode ILM=0]
GPTA0_LTCXR41   0xF0001B4C         GPTA0 Local Timer Cell X Register 41
GPTA0_LTCCTR42  0xF0001B50         GPTA0 Local Timer Cell Control Register 42 [Timer Mode ILM=0]
GPTA0_LTCXR42   0xF0001B54         GPTA0 Local Timer Cell X Register 42
GPTA0_LTCCTR43  0xF0001B58         GPTA0 Local Timer Cell Control Register 43 [Timer Mode ILM=0]
GPTA0_LTCXR43   0xF0001B5C         GPTA0 Local Timer Cell X Register 43
GPTA0_LTCCTR44  0xF0001B60         GPTA0 Local Timer Cell Control Register 44 [Timer Mode ILM=0]
GPTA0_LTCXR44   0xF0001B64         GPTA0 Local Timer Cell X Register 44
GPTA0_LTCCTR45  0xF0001B68         GPTA0 Local Timer Cell Control Register 45 [Timer Mode ILM=0]
GPTA0_LTCXR45   0xF0001B6C         GPTA0 Local Timer Cell X Register 45
GPTA0_LTCCTR46  0xF0001B70         GPTA0 Local Timer Cell Control Register 46 [Timer Mode ILM=0]
GPTA0_LTCXR46   0xF0001B74         GPTA0 Local Timer Cell X Register 46
GPTA0_LTCCTR47  0xF0001B78         GPTA0 Local Timer Cell Control Register 47 [Timer Mode ILM=0]
GPTA0_LTCXR47   0xF0001B7C         GPTA0 Local Timer Cell X Register 47
GPTA0_LTCCTR48  0xF0001B80         GPTA0 Local Timer Cell Control Register 48 [Timer Mode ILM=0]
GPTA0_LTCXR48   0xF0001B84         GPTA0 Local Timer Cell X Register 48
GPTA0_LTCCTR49  0xF0001B88         GPTA0 Local Timer Cell Control Register 49 [Timer Mode ILM=0]
GPTA0_LTCXR49   0xF0001B8C         GPTA0 Local Timer Cell X Register 49
GPTA0_LTCCTR50  0xF0001B90         GPTA0 Local Timer Cell Control Register 50 [Timer Mode ILM=0]
GPTA0_LTCXR50   0xF0001B94         GPTA0 Local Timer Cell X Register 50
GPTA0_LTCCTR51  0xF0001B98         GPTA0 Local Timer Cell Control Register 51 [Timer Mode ILM=0]
GPTA0_LTCXR51   0xF0001B9C         GPTA0 Local Timer Cell X Register 51
GPTA0_LTCCTR52  0xF0001BA0         GPTA0 Local Timer Cell Control Register 52 [Timer Mode ILM=0]
GPTA0_LTCXR52   0xF0001BA4         GPTA0 Local Timer Cell X Register 52
GPTA0_LTCCTR53  0xF0001BA8         GPTA0 Local Timer Cell Control Register 53 [Timer Mode ILM=0]
GPTA0_LTCXR53   0xF0001BAC         GPTA0 Local Timer Cell X Register 53
GPTA0_LTCCTR54  0xF0001BB0         GPTA0 Local Timer Cell Control Register 54 [Timer Mode ILM=0]
GPTA0_LTCXR54   0xF0001BB4         GPTA0 Local Timer Cell X Register 54
GPTA0_LTCCTR55  0xF0001BB8         GPTA0 Local Timer Cell Control Register 55 [Timer Mode ILM=0]
GPTA0_LTCXR55   0xF0001BBC         GPTA0 Local Timer Cell X Register 55
GPTA0_LTCCTR56  0xF0001BC0         GPTA0 Local Timer Cell Control Register 56 [Timer Mode ILM=0]
GPTA0_LTCXR56   0xF0001BC4         GPTA0 Local Timer Cell X Register 56
GPTA0_LTCCTR57  0xF0001BC8         GPTA0 Local Timer Cell Control Register 57 [Timer Mode ILM=0]
GPTA0_LTCXR57   0xF0001BCC         GPTA0 Local Timer Cell X Register 57
GPTA0_LTCCTR58  0xF0001BD0         GPTA0 Local Timer Cell Control Register 58 [Timer Mode ILM=0]
GPTA0_LTCXR58   0xF0001BD4         GPTA0 Local Timer Cell X Register 58
GPTA0_LTCCTR59  0xF0001BD8         GPTA0 Local Timer Cell Control Register 59 [Timer Mode ILM=0]
GPTA0_LTCXR59   0xF0001BDC         GPTA0 Local Timer Cell X Register 59
GPTA0_LTCCTR60  0xF0001BE0         GPTA0 Local Timer Cell Control Register 60 [Timer Mode ILM=0]
GPTA0_LTCXR60   0xF0001BE4         GPTA0 Local Timer Cell X Register 60
GPTA0_LTCCTR61  0xF0001BE8         GPTA0 Local Timer Cell Control Register 61 [Timer Mode ILM=0]
GPTA0_LTCXR61   0xF0001BEC         GPTA0 Local Timer Cell X Register 61
GPTA0_LTCCTR62  0xF0001BF0         GPTA0 Local Timer Cell Control Register 62 [Timer Mode ILM=0]
GPTA0_LTCXR62   0xF0001BF4         GPTA0 Local Timer Cell X Register 62
GPTA0_LTCCTR63  0xF0001BF8         GPTA0 Local Timer Cell Control Register 63
GPTA0_LTCXR63   0xF0001BFC         GPTA0 Local Timer Cell X Register 63
GPTA0_EDCTR     0xF0001C00         GPTA Clock Enable/Disable Control Register
GPTA0_MMXCTR00  0xF0001F00         GPTA-to-MSC Multiplexer Control Register 00
GPTA0_MMXCTR01  0xF0001F04         GPTA-to-MSC Multiplexer Control Register 01
GPTA0_SRC37     0xF0001F68         GPTA0 Interrupt Service Request Control Register 37
GPTA0_SRC36     0xF0001F6C         GPTA0 Interrupt Service Request Control Register 36
GPTA0_SRC35     0xF0001F70         GPTA0 Interrupt Service Request Control Register 35
GPTA0_SRC34     0xF0001F74         GPTA0 Interrupt Service Request Control Register 34
GPTA0_SRC33     0xF0001F78         GPTA0 Interrupt Service Request Control Register 33
GPTA0_SRC32     0xF0001F7C         GPTA0 Interrupt Service Request Control Register 32
GPTA0_SRC31     0xF0001F80         GPTA0 Interrupt Service Request Control Register 31
GPTA0_SRC30     0xF0001F84         GPTA0 Interrupt Service Request Control Register 30
GPTA0_SRC29     0xF0001F88         GPTA0 Interrupt Service Request Control Register 29
GPTA0_SRC28     0xF0001F8C         GPTA0 Interrupt Service Request Control Register 28
GPTA0_SRC27     0xF0001F90         GPTA0 Interrupt Service Request Control Register 27
GPTA0_SRC26     0xF0001F94         GPTA0 Interrupt Service Request Control Register 26
GPTA0_SRC25     0xF0001F98         GPTA0 Interrupt Service Request Control Register 25
GPTA0_SRC24     0xF0001F9C         GPTA0 Interrupt Service Request Control Register 24
GPTA0_SRC23     0xF0001FA0         GPTA0 Interrupt Service Request Control Register 23
GPTA0_SRC22     0xF0001FA4         GPTA0 Interrupt Service Request Control Register 22
GPTA0_SRC21     0xF0001FA8         GPTA0 Interrupt Service Request Control Register 21
GPTA0_SRC20     0xF0001FAC         GPTA0 Interrupt Service Request Control Register 20
GPTA0_SRC19     0xF0001FB0         GPTA0 Interrupt Service Request Control Register 19
GPTA0_SRC18     0xF0001FB4         GPTA0 Interrupt Service Request Control Register 18
GPTA0_SRC17     0xF0001FB8         GPTA0 Interrupt Service Request Control Register 17
GPTA0_SRC16     0xF0001FBC         GPTA0 Interrupt Service Request Control Register 16
GPTA0_SRC15     0xF0001FC0         GPTA0 Interrupt Service Request Control Register 15
GPTA0_SRC14     0xF0001FC4         GPTA0 Interrupt Service Request Control Register 14
GPTA0_SRC13     0xF0001FC8         GPTA0 Interrupt Service Request Control Register 13
GPTA0_SRC12     0xF0001FCC         GPTA0 Interrupt Service Request Control Register 12
GPTA0_SRC11     0xF0001FD0         GPTA0 Interrupt Service Request Control Register 11
GPTA0_SRC10     0xF0001FD4         GPTA0 Interrupt Service Request Control Register 10
GPTA0_SRC09     0xF0001FD8         GPTA0 Interrupt Service Request Control Register 09
GPTA0_SRC08     0xF0001FDC         GPTA0 Interrupt Service Request Control Register 08
GPTA0_SRC07     0xF0001FE0         GPTA0 Interrupt Service Request Control Register 07
GPTA0_SRC06     0xF0001FE4         GPTA0 Interrupt Service Request Control Register 06
GPTA0_SRC05     0xF0001FE8         GPTA0 Interrupt Service Request Control Register 05
GPTA0_SRC04     0xF0001FEC         GPTA0 Interrupt Service Request Control Register 04
GPTA0_SRC03     0xF0001FF0         GPTA0 Interrupt Service Request Control Register 03
GPTA0_SRC02     0xF0001FF4         GPTA0 Interrupt Service Request Control Register 02
GPTA0_SRC01     0xF0001FF8         GPTA0 Interrupt Service Request Control Register 01
GPTA0_SRC00     0xF0001FFC         GPTA0 Interrupt Service Request Control Register 00
LTCA2_ID        0xF0002808         LTCA2 Identification Register
LTCA2_SRSC2     0xF0002820         LTCA2 Service Request State Clear Register 2
LTCA2_SRSS2     0xF0002824         LTCA2 Service Request State Set Register 2
LTCA2_SRSC3     0xF0002828         LTCA2 Service Request State Clear Register 3
LTCA2_SRSS3     0xF000282C         LTCA2 Service Request State Set Register 3
LTCA2_MRACTL    0xF0002838         Multiplexer Register Array Control Register
LTCA2_MRADIN    0xF000283C         Multiplexer Register Array Data In Register
LTCA2_MRADOUT   0xF0002840         Multiplexer Register Array Data Out Register
LTCA2_LTCCTR00  0xF0002A00         Local Timer Cell Control Register 00 [timer Mode]
LTCA2_LTCXR00   0xF0002A04         Local Timer Cell X Register 00
LTCA2_LTCCTR01  0xF0002A08         Local Timer Cell Control Register 01 [timer Mode]
LTCA2_LTCXR01   0xF0002A0C         Local Timer Cell X Register 01
LTCA2_LTCCTR02  0xF0002A10         Local Timer Cell Control Register 02 [timer Mode]
LTCA2_LTCXR02   0xF0002A14         Local Timer Cell X Register 02
LTCA2_LTCCTR03  0xF0002A18         Local Timer Cell Control Register 03 [timer Mode]
LTCA2_LTCXR03   0xF0002A1C         Local Timer Cell X Register 03
LTCA2_LTCCTR04  0xF0002A20         Local Timer Cell Control Register 04 [timer Mode]
LTCA2_LTCXR04   0xF0002A24         Local Timer Cell X Register 04
LTCA2_LTCCTR05  0xF0002A28         Local Timer Cell Control Register 05 [timer Mode]
LTCA2_LTCXR05   0xF0002A2C         Local Timer Cell X Register 05
LTCA2_LTCCTR06  0xF0002A30         Local Timer Cell Control Register 06 [timer Mode]
LTCA2_LTCXR06   0xF0002A34         Local Timer Cell X Register 06
LTCA2_LTCCTR07  0xF0002A38         Local Timer Cell Control Register 07 [timer Mode]
LTCA2_LTCXR07   0xF0002A3C         Local Timer Cell X Register 07
LTCA2_LTCCTR08  0xF0002A40         Local Timer Cell Control Register 08 [timer Mode]
LTCA2_LTCXR08   0xF0002A44         Local Timer Cell X Register 08
LTCA2_LTCCTR09  0xF0002A48         Local Timer Cell Control Register 09 [timer Mode]
LTCA2_LTCXR09   0xF0002A4C         Local Timer Cell X Register 09
LTCA2_LTCCTR10  0xF0002A50         Local Timer Cell Control Register 10 [timer Mode]
LTCA2_LTCXR10   0xF0002A54         Local Timer Cell X Register 10
LTCA2_LTCCTR11  0xF0002A58         Local Timer Cell Control Register 11 [timer Mode]
LTCA2_LTCXR11   0xF0002A5C         Local Timer Cell X Register 11
LTCA2_LTCCTR12  0xF0002A60         Local Timer Cell Control Register 12 [timer Mode]
LTCA2_LTCXR12   0xF0002A64         Local Timer Cell X Register 12
LTCA2_LTCCTR13  0xF0002A68         Local Timer Cell Control Register 13 [timer Mode]
LTCA2_LTCXR13   0xF0002A6C         Local Timer Cell X Register 13
LTCA2_LTCCTR14  0xF0002A70         Local Timer Cell Control Register 14 [timer Mode]
LTCA2_LTCXR14   0xF0002A74         Local Timer Cell X Register 14
LTCA2_LTCCTR15  0xF0002A78         Local Timer Cell Control Register 15 [timer Mode]
LTCA2_LTCXR15   0xF0002A7C         Local Timer Cell X Register 15
LTCA2_LTCCTR16  0xF0002A80         Local Timer Cell Control Register 16 [timer Mode]
LTCA2_LTCXR16   0xF0002A84         Local Timer Cell X Register 16
LTCA2_LTCCTR17  0xF0002A88         Local Timer Cell Control Register 17 [timer Mode]
LTCA2_LTCXR17   0xF0002A8C         Local Timer Cell X Register 17
LTCA2_LTCCTR18  0xF0002A90         Local Timer Cell Control Register 18 [timer Mode]
LTCA2_LTCXR18   0xF0002A94         Local Timer Cell X Register 18
LTCA2_LTCCTR19  0xF0002A98         Local Timer Cell Control Register 19 [timer Mode]
LTCA2_LTCXR19   0xF0002A9C         Local Timer Cell X Register 19
LTCA2_LTCCTR20  0xF0002AA0         Local Timer Cell Control Register 20 [timer Mode]
LTCA2_LTCXR20   0xF0002AA4         Local Timer Cell X Register 20
LTCA2_LTCCTR21  0xF0002AA8         Local Timer Cell Control Register 21 [timer Mode]
LTCA2_LTCXR21   0xF0002AAC         Local Timer Cell X Register 21
LTCA2_LTCCTR22  0xF0002AB0         Local Timer Cell Control Register 22 [timer Mode]
LTCA2_LTCXR22   0xF0002AB4         Local Timer Cell X Register 22
LTCA2_LTCCTR23  0xF0002AB8         Local Timer Cell Control Register 23 [timer Mode]
LTCA2_LTCXR23   0xF0002ABC         Local Timer Cell X Register 23
LTCA2_LTCCTR24  0xF0002AC0         Local Timer Cell Control Register 24 [timer Mode]
LTCA2_LTCXR24   0xF0002AC4         Local Timer Cell X Register 24
LTCA2_LTCCTR25  0xF0002AC8         Local Timer Cell Control Register 25 [timer Mode]
LTCA2_LTCXR25   0xF0002ACC         Local Timer Cell X Register 25
LTCA2_LTCCTR26  0xF0002AD0         Local Timer Cell Control Register 26 [timer Mode]
LTCA2_LTCXR26   0xF0002AD4         Local Timer Cell X Register 26
LTCA2_LTCCTR27  0xF0002AD8         Local Timer Cell Control Register 27 [timer Mode]
LTCA2_LTCXR27   0xF0002ADC         Local Timer Cell X Register 27
LTCA2_LTCCTR28  0xF0002AE0         Local Timer Cell Control Register 28 [timer Mode]
LTCA2_LTCXR28   0xF0002AE4         Local Timer Cell X Register 28
LTCA2_LTCCTR29  0xF0002AE8         Local Timer Cell Control Register 29 [timer Mode]
LTCA2_LTCXR29   0xF0002AEC         Local Timer Cell X Register 29
LTCA2_LTCCTR30  0xF0002AF0         Local Timer Cell Control Register 30 [timer Mode]
LTCA2_LTCXR30   0xF0002AF4         Local Timer Cell X Register 30
LTCA2_LTCCTR31  0xF0002AF8         Local Timer Cell Control Register 31 [timer Mode]
LTCA2_LTCXR31   0xF0002AFC         Local Timer Cell X Register 31
LTCA2_SRC07     0xF0002FE0         LTCA2 Interrupt Service Request Control Register 07
LTCA2_SRC06     0xF0002FE4         LTCA2 Interrupt Service Request Control Register 06
LTCA2_SRC05     0xF0002FE8         LTCA2 Interrupt Service Request Control Register 05
LTCA2_SRC04     0xF0002FEC         LTCA2 Interrupt Service Request Control Register 04
LTCA2_SRC03     0xF0002FF0         LTCA2 Interrupt Service Request Control Register 03
LTCA2_SRC02     0xF0002FF4         LTCA2 Interrupt Service Request Control Register 02
LTCA2_SRC01     0xF0002FF8         LTCA2 Interrupt Service Request Control Register 01
LTCA2_SRC00     0xF0002FFC         LTCA2 Interrupt Service Request Control Register 00
DMA_CLC         0xF0003C00         DMA Clock Control Register
DMA_ID          0xF0003C08         Module Identification Register
DMA_CHRSTR      0xF0003C10         DMA Channel Reset Request Register
DMA_TRSR        0xF0003C14         DMA Transaction Request State Register
DMA_STREQ       0xF0003C18         DMA Software Transaction Request Register
DMA_HTREQ       0xF0003C1C         DMA Hardware Transaction Request Register
DMA_EER         0xF0003C20         DMA Enable Error Register
DMA_ERRSR       0xF0003C24         DMA Error Status Register
DMA_CLRE        0xF0003C28         DMA Clear Error Register
DMA_GINTR       0xF0003C2C         DMA Global Interrupt Set Register
DMA_MESR        0xF0003C30         DMA Move Engine Status Register
DMA_ME0R        0xF0003C34         DMA Move Engine 0 Read Register
DMA_ME1R        0xF0003C38         DMA Move Engine 1 Read Register
DMA_ME0PR       0xF0003C3C         DMA Move Engine 0 Pattern Register
DMA_ME1PR       0xF0003C40         DMA Move Engine 1 Pattern Register
DMA_ME0AENR     0xF0003C44         DMA Move Engine 0 Access Enable Register
DMA_ME0ARR      0xF0003C48         DMA Move Engine 0 Access Range Register
DMA_ME1AENR     0xF0003C4C         DMA Move Engine 1 Access Enable Register
DMA_ME1ARR      0xF0003C50         DMA Move Engine 1 Access Range Register
DMA_INTSR       0xF0003C54         DMA Interrupt Status Register
DMA_INTCR       0xF0003C58         DMA Interrupt Clear Register
DMA_WRPSR       0xF0003C5C         DMA Wrap Status Register
DMA_OCDSR       0xF0003C64         DMA OCDS Register
DMA_SUSPMR      0xF0003C68         DMA Suspend Mode Register
DMA_CHSR00      0xF0003C80         DMA Channel 00 Status Register
DMA_CHCR00      0xF0003C84         DMA Channel 00 Control Register
DMA_CHICR00     0xF0003C88         DMA Channel 00 Interrupt Control Register
DMA_ADRCR00     0xF0003C8C         DMA Channel 00 Address Control Register
DMA_SADR00      0xF0003C90         DMA Channel 00 Source Address Register
DMA_DADR00      0xF0003C94         DMA Channel 00 Destination Address Register
DMA_SHADR00     0xF0003C98         DMA Channel 00 Shadow Address Register
DMA_CHSR01      0xF0003CA0         DMA Channel 01 Status Register
DMA_CHCR01      0xF0003CA4         DMA Channel 01 Control Register
DMA_CHICR01     0xF0003CA8         DMA Channel 01 Interrupt Control Register
DMA_ADRCR01     0xF0003CAC         DMA Channel 01 Address Control Register
DMA_SADR01      0xF0003CB0         DMA Channel 01 Source Address Register
DMA_DADR01      0xF0003CB4         DMA Channel 01 Destination Address Register
DMA_SHADR01     0xF0003CB8         DMA Channel 01 Shadow Address Register
DMA_CHSR02      0xF0003CC0         DMA Channel 02 Status Register
DMA_CHCR02      0xF0003CC4         DMA Channel 02 Control Register
DMA_CHICR02     0xF0003CC8         DMA Channel 02 Interrupt Control Register
DMA_ADRCR02     0xF0003CCC         DMA Channel 02 Address Control Register
DMA_SADR02      0xF0003CD0         DMA Channel 02 Source Address Register
DMA_DADR02      0xF0003CD4         DMA Channel 02 Destination Address Register
DMA_SHADR02     0xF0003CD8         DMA Channel 02 Shadow Address Register
DMA_CHSR03      0xF0003CE0         DMA Channel 03 Status Register
DMA_CHCR03      0xF0003CE4         DMA Channel 03 Control Register
DMA_CHICR03     0xF0003CE8         DMA Channel 03 Interrupt Control Register
DMA_ADRCR03     0xF0003CEC         DMA Channel 03 Address Control Register
DMA_SADR03      0xF0003CF0         DMA Channel 03 Source Address Register
DMA_DADR03      0xF0003CF4         DMA Channel 03 Destination Address Register
DMA_SHADR03     0xF0003CF8         DMA Channel 03 Shadow Address Register
DMA_CHSR04      0xF0003D00         DMA Channel 04 Status Register
DMA_CHCR04      0xF0003D04         DMA Channel 04 Control Register
DMA_CHICR04     0xF0003D08         DMA Channel 04 Interrupt Control Register
DMA_ADRCR04     0xF0003D0C         DMA Channel 04 Address Control Register
DMA_SADR04      0xF0003D10         DMA Channel 04 Source Address Register
DMA_DADR04      0xF0003D14         DMA Channel 04 Destination Address Register
DMA_SHADR04     0xF0003D18         DMA Channel 04 Shadow Address Register
DMA_CHSR05      0xF0003D20         DMA Channel 05 Status Register
DMA_CHCR05      0xF0003D24         DMA Channel 05 Control Register
DMA_CHICR05     0xF0003D28         DMA Channel 05 Interrupt Control Register
DMA_ADRCR05     0xF0003D2C         DMA Channel 05 Address Control Register
DMA_SADR05      0xF0003D30         DMA Channel 05 Source Address Register
DMA_DADR05      0xF0003D34         DMA Channel 05 Destination Address Register
DMA_SHADR05     0xF0003D38         DMA Channel 05 Shadow Address Register
DMA_CHSR06      0xF0003D40         DMA Channel 06 Status Register
DMA_CHCR06      0xF0003D44         DMA Channel 06 Control Register
DMA_CHICR06     0xF0003D48         DMA Channel 06 Interrupt Control Register
DMA_ADRCR06     0xF0003D4C         DMA Channel 06 Address Control Register
DMA_SADR06      0xF0003D50         DMA Channel 06 Source Address Register
DMA_DADR06      0xF0003D54         DMA Channel 06 Destination Address Register
DMA_SHADR06     0xF0003D58         DMA Channel 06 Shadow Address Register
DMA_CHSR07      0xF0003D60         DMA Channel 07 Status Register
DMA_CHCR07      0xF0003D64         DMA Channel 07 Control Register
DMA_CHICR07     0xF0003D68         DMA Channel 07 Interrupt Control Register
DMA_ADRCR07     0xF0003D6C         DMA Channel 07 Address Control Register
DMA_SADR07      0xF0003D70         DMA Channel 07 Source Address Register
DMA_DADR07      0xF0003D74         DMA Channel 07 Destination Address Register
DMA_SHADR07     0xF0003D78         DMA Channel 07 Shadow Address Register
DMA_CHSR10      0xF0003D80         DMA Channel 10 Status Register
DMA_CHCR10      0xF0003D84         DMA Channel 10 Control Register
DMA_CHICR10     0xF0003D88         DMA Channel 10 Interrupt Control Register
DMA_ADRCR10     0xF0003D8C         DMA Channel 10 Address Control Register
DMA_SADR10      0xF0003D90         DMA Channel 10 Source Address Register
DMA_DADR10      0xF0003D94         DMA Channel 10 Destination Address Register
DMA_SHADR10     0xF0003D98         DMA Channel 10 Shadow Address Register
DMA_CHSR11      0xF0003DA0         DMA Channel 11 Status Register
DMA_CHCR11      0xF0003DA4         DMA Channel 11 Control Register
DMA_CHICR11     0xF0003DA8         DMA Channel 11 Interrupt Control Register
DMA_ADRCR11     0xF0003DAC         DMA Channel 11 Address Control Register
DMA_SADR11      0xF0003DB0         DMA Channel 11 Source Address Register
DMA_DADR11      0xF0003DB4         DMA Channel 11 Destination Address Register
DMA_SHADR11     0xF0003DB8         DMA Channel 11 Shadow Address Register
DMA_CHSR12      0xF0003DC0         DMA Channel 12 Status Register
DMA_CHCR12      0xF0003DC4         DMA Channel 12 Control Register
DMA_CHICR12     0xF0003DC8         DMA Channel 12 Interrupt Control Register
DMA_ADRCR12     0xF0003DCC         DMA Channel 12 Address Control Register
DMA_SADR12      0xF0003DD0         DMA Channel 12 Source Address Register
DMA_DADR12      0xF0003DD4         DMA Channel 12 Destination Address Register
DMA_SHADR12     0xF0003DD8         DMA Channel 12 Shadow Address Register
DMA_CHSR13      0xF0003DE0         DMA Channel 13 Status Register
DMA_CHCR13      0xF0003DE4         DMA Channel 13 Control Register
DMA_CHICR13     0xF0003DE8         DMA Channel 13 Interrupt Control Register
DMA_ADRCR13     0xF0003DEC         DMA Channel 13 Address Control Register
DMA_SADR13      0xF0003DF0         DMA Channel 13 Source Address Register
DMA_DADR13      0xF0003DF4         DMA Channel 13 Destination Address Register
DMA_SHADR13     0xF0003DF8         DMA Channel 13 Shadow Address Register
DMA_CHSR14      0xF0003E00         DMA Channel 14 Status Register
DMA_CHCR14      0xF0003E04         DMA Channel 14 Control Register
DMA_CHICR14     0xF0003E08         DMA Channel 14 Interrupt Control Register
DMA_ADRCR14     0xF0003E0C         DMA Channel 14 Address Control Register
DMA_SADR14      0xF0003E10         DMA Channel 14 Source Address Register
DMA_DADR14      0xF0003E14         DMA Channel 14 Destination Address Register
DMA_SHADR14     0xF0003E18         DMA Channel 14 Shadow Address Register
DMA_CHSR15      0xF0003E20         DMA Channel 15 Status Register
DMA_CHCR15      0xF0003E24         DMA Channel 15 Control Register
DMA_CHICR15     0xF0003E28         DMA Channel 15 Interrupt Control Register
DMA_ADRCR15     0xF0003E2C         DMA Channel 15 Address Control Register
DMA_SADR15      0xF0003E30         DMA Channel 15 Source Address Register
DMA_DADR15      0xF0003E34         DMA Channel 15 Destination Address Register
DMA_SHADR15     0xF0003E38         DMA Channel 15 Shadow Address Register
DMA_CHSR16      0xF0003E40         DMA Channel 16 Status Register
DMA_CHCR16      0xF0003E44         DMA Channel 16 Control Register
DMA_CHICR16     0xF0003E48         DMA Channel 16 Interrupt Control Register
DMA_ADRCR16     0xF0003E4C         DMA Channel 16 Address Control Register
DMA_SADR16      0xF0003E50         DMA Channel 16 Source Address Register
DMA_DADR16      0xF0003E54         DMA Channel 16 Destination Address Register
DMA_SHADR16     0xF0003E58         DMA Channel 16 Shadow Address Register
DMA_CHSR17      0xF0003E60         DMA Channel 17 Status Register
DMA_CHCR17      0xF0003E64         DMA Channel 17 Control Register
DMA_CHICR17     0xF0003E68         DMA Channel 17 Interrupt Control Register
DMA_ADRCR17     0xF0003E6C         DMA Channel 17 Address Control Register
DMA_SADR17      0xF0003E70         DMA Channel 17 Source Address Register
DMA_DADR17      0xF0003E74         DMA Channel 17 Destination Address Register
DMA_SHADR17     0xF0003E78         DMA Channel 17 Shadow Address Register
DMA_MLI0SRC3    0xF0003EA0         DMA MLI0 Service Request Control Register 3
DMA_MLI0SRC2    0xF0003EA4         DMA MLI0 Service Request Control Register 2
DMA_MLI0SRC1    0xF0003EA8         DMA MLI0 Service Request Control Register 1
DMA_MLI0SRC0    0xF0003EAC         DMA MLI0 Service Request Control Register 0
DMA_MLI1SRC1    0xF0003EB8         DMA MLI1 Service Request Control Register 1
DMA_MLI1SRC0    0xF0003EBC         DMA MLI1 Service Request Control Register 0
DMA_SRC7        0xF0003EE0         DMA Service Request Control Register 7
DMA_SRC6        0xF0003EE4         DMA Service Request Control Register 6
DMA_SRC5        0xF0003EE8         DMA Service Request Control Register 5
DMA_SRC4        0xF0003EEC         DMA Service Request Control Register 4
DMA_SRC3        0xF0003EF0         DMA Service Request Control Register 3
DMA_SRC2        0xF0003EF4         DMA Service Request Control Register 2
DMA_SRC1        0xF0003EF8         DMA Service Request Control Register 1
DMA_SRC0        0xF0003EFC         DMA Service Request Control Register 0
CAN_CLC         0xF0004000         CAN Clock Control Register
CAN_ID          0xF0004008         CAN Module Identification Register
CAN_FDR         0xF000400C         CAN Fractional Divider Register
CAN_SRC15       0xF00040C0         CAN Service Request Control Register 15
CAN_SRC14       0xF00040C4         CAN Service Request Control Register 14
CAN_SRC13       0xF00040C8         CAN Service Request Control Register 13
CAN_SRC12       0xF00040CC         CAN Service Request Control Register 12
CAN_SRC11       0xF00040D0         CAN Service Request Control Register 11
CAN_SRC10       0xF00040D4         CAN Service Request Control Register 10
CAN_SRC9        0xF00040D8         CAN Service Request Control Register 9
CAN_SRC8        0xF00040DC         CAN Service Request Control Register 8
CAN_SRC7        0xF00040E0         CAN Service Request Control Register 7
CAN_SRC6        0xF00040E4         CAN Service Request Control Register 6
CAN_SRC5        0xF00040E8         CAN Service Request Control Register 5
CAN_SRC4        0xF00040EC         CAN Service Request Control Register 4
CAN_SRC3        0xF00040F0         CAN Service Request Control Register 3
CAN_SRC2        0xF00040F4         CAN Service Request Control Register 2
CAN_SRC1        0xF00040F8         CAN Service Request Control Register 1
CAN_SRC0        0xF00040FC         CAN Service Request Control Register 0
CAN_LIST0       0xF0004100         CAN List Register 0
CAN_LIST1       0xF0004104         CAN List Register 1
CAN_LIST2       0xF0004108         CAN List Register 2
CAN_LIST3       0xF000410C         CAN List Register 3
CAN_LIST4       0xF0004110         CAN List Register 4
CAN_LIST5       0xF0004114         CAN List Register 5
CAN_LIST6       0xF0004118         CAN List Register 6
CAN_LIST7       0xF000411C         CAN List Register 7
CAN_MSPND0      0xF0004140         CAN Message Pending Register 0
CAN_MSPND1      0xF0004144         CAN Message Pending Register 1
CAN_MSPND2      0xF0004148         CAN Message Pending Register 2
CAN_MSPND3      0xF000414C         CAN Message Pending Register 3
CAN_MSPND4      0xF0004150         CAN Message Pending Register 4
CAN_MSPND5      0xF0004154         CAN Message Pending Register 5
CAN_MSPND6      0xF0004158         CAN Message Pending Register 6
CAN_MSPND7      0xF000415C         CAN Message Pending Register 7
CAN_MSID0       0xF0004180         CAN Message Index Register 0
CAN_MSID1       0xF0004184         CAN Message Index Register 1
CAN_MSID2       0xF0004188         CAN Message Index Register 2
CAN_MSID3       0xF000418C         CAN Message Index Register 3
CAN_MSID4       0xF0004190         CAN Message Index Register 4
CAN_MSID5       0xF0004194         CAN Message Index Register 5
CAN_MSID6       0xF0004198         CAN Message Index Register 6
CAN_MSID7       0xF000419C         CAN Message Index Register 7
CAN_MSIMASK     0xF00041C0         CAN Message Index Mask Register
CAN_PANCTR      0xF00041C4         CAN Panel Control Register
CAN_MCR         0xF00041C8         CAN Module Control Register
CAN_MITR        0xF00041CC         CAN Module Interrupt Trigger Register
CAN_NCR0        0xF0004200         CAN Node 0 Control Register
CAN_NSR0        0xF0004204         CAN Node 0 Status Register
CAN_NIPR0       0xF0004208         CAN Node 0 Interrupt Pointer Register
CAN_NPCR0       0xF000420C         CAN Node 0 Port Control Register
CAN_NBTR0       0xF0004210         CAN Node 0 Bit Timing Register
CAN_NECNT0      0xF0004214         CAN Node 0 Error Counter Register
CAN_NFCR0       0xF0004218         CAN Node 0 Frame Counter Register
CAN_NCR1        0xF0004300         CAN Node 1 Control Register
CAN_NSR1        0xF0004304         CAN Node 1 Status Register
CAN_NIPR1       0xF0004308         CAN Node 1 Interrupt Pointer Register
CAN_NPCR1       0xF000430C         CAN Node 1 Port Control Register
CAN_NBTR1       0xF0004310         CAN Node 1 Bit Timing Register
CAN_NECNT1      0xF0004314         CAN Node 1 Error Counter Register
CAN_NFCR1       0xF0004318         CAN Node 1 Frame Counter Register
CAN_NCR2        0xF0004400         CAN Node 2 Control Register
CAN_NSR2        0xF0004404         CAN Node 2 Status Register
CAN_NIPR2       0xF0004408         CAN Node 2 Interrupt Pointer Register
CAN_NPCR2       0xF000440C         CAN Node 2 Port Control Register
CAN_NBTR2       0xF0004410         CAN Node 2 Bit Timing Register
CAN_NECNT2      0xF0004414         CAN Node 2 Error Counter Register
CAN_NFCR2       0xF0004418         CAN Node 2 Frame Counter Register
CAN_MOFCR0      0xF0005000         CAN Message Object 0 Function Control Register
CAN_MOFGPR0     0xF0005004         CAN Message Object 0 FIFO/Gateway Pointer Register
CAN_MOIPR0      0xF0005008         CAN Message Object 0 Interrupt Pointer Register
CAN_MOAMR0      0xF000500C         CAN Message Object 0 Acceptance Mask Register
CAN_MODATAL0    0xF0005010         CAN Message Object 0 Data Register Low
CAN_MODATAH0    0xF0005014         CAN Message Object 0 Data Register High
CAN_MOAR0       0xF0005018         CAN Message Object 0 Arbitration Register
CAN_MOCTR0      0xF000501C         CAN Message Object 0 Control Register
CAN_MOFCR1      0xF0005020         CAN Message Object 1 Function Control Register
CAN_MOFGPR1     0xF0005024         CAN Message Object 1 FIFO/Gateway Pointer Register
CAN_MOIPR1      0xF0005028         CAN Message Object 1 Interrupt Pointer Register
CAN_MOAMR1      0xF000502C         CAN Message Object 1 Acceptance Mask Register
CAN_MODATAL1    0xF0005030         CAN Message Object 1 Data Register Low
CAN_MODATAH1    0xF0005034         CAN Message Object 1 Data Register High
CAN_MOAR1       0xF0005038         CAN Message Object 1 Arbitration Register
CAN_MOCTR1      0xF000503C         CAN Message Object 1 Control Register
CAN_MOFCR2      0xF0005040         CAN Message Object 2 Function Control Register
CAN_MOFGPR2     0xF0005044         CAN Message Object 2 FIFO/Gateway Pointer Register
CAN_MOIPR2      0xF0005048         CAN Message Object 2 Interrupt Pointer Register
CAN_MOAMR2      0xF000504C         CAN Message Object 2 Acceptance Mask Register
CAN_MODATAL2    0xF0005050         CAN Message Object 2 Data Register Low
CAN_MODATAH2    0xF0005054         CAN Message Object 2 Data Register High
CAN_MOAR2       0xF0005058         CAN Message Object 2 Arbitration Register
CAN_MOCTR2      0xF000505C         CAN Message Object 2 Control Register
CAN_MOFCR3      0xF0005060         CAN Message Object 3 Function Control Register
CAN_MOFGPR3     0xF0005064         CAN Message Object 3 FIFO/Gateway Pointer Register
CAN_MOIPR3      0xF0005068         CAN Message Object 3 Interrupt Pointer Register
CAN_MOAMR3      0xF000506C         CAN Message Object 3 Acceptance Mask Register
CAN_MODATAL3    0xF0005070         CAN Message Object 3 Data Register Low
CAN_MODATAH3    0xF0005074         CAN Message Object 3 Data Register High
CAN_MOAR3       0xF0005078         CAN Message Object 3 Arbitration Register
CAN_MOCTR3      0xF000507C         CAN Message Object 3 Control Register
CAN_MOFCR4      0xF0005080         CAN Message Object 4 Function Control Register
CAN_MOFGPR4     0xF0005084         CAN Message Object 4 FIFO/Gateway Pointer Register
CAN_MOIPR4      0xF0005088         CAN Message Object 4 Interrupt Pointer Register
CAN_MOAMR4      0xF000508C         CAN Message Object 4 Acceptance Mask Register
CAN_MODATAL4    0xF0005090         CAN Message Object 4 Data Register Low
CAN_MODATAH4    0xF0005094         CAN Message Object 4 Data Register High
CAN_MOAR4       0xF0005098         CAN Message Object 4 Arbitration Register
CAN_MOCTR4      0xF000509C         CAN Message Object 4 Control Register
CAN_MOFCR5      0xF00050A0         CAN Message Object 5 Function Control Register
CAN_MOFGPR5     0xF00050A4         CAN Message Object 5 FIFO/Gateway Pointer Register
CAN_MOIPR5      0xF00050A8         CAN Message Object 5 Interrupt Pointer Register
CAN_MOAMR5      0xF00050AC         CAN Message Object 5 Acceptance Mask Register
CAN_MODATAL5    0xF00050B0         CAN Message Object 5 Data Register Low
CAN_MODATAH5    0xF00050B4         CAN Message Object 5 Data Register High
CAN_MOAR5       0xF00050B8         CAN Message Object 5 Arbitration Register
CAN_MOCTR5      0xF00050BC         CAN Message Object 5 Control Register
CAN_MOFCR6      0xF00050C0         CAN Message Object 6 Function Control Register
CAN_MOFGPR6     0xF00050C4         CAN Message Object 6 FIFO/Gateway Pointer Register
CAN_MOIPR6      0xF00050C8         CAN Message Object 6 Interrupt Pointer Register
CAN_MOAMR6      0xF00050CC         CAN Message Object 6 Acceptance Mask Register
CAN_MODATAL6    0xF00050D0         CAN Message Object 6 Data Register Low
CAN_MODATAH6    0xF00050D4         CAN Message Object 6 Data Register High
CAN_MOAR6       0xF00050D8         CAN Message Object 6 Arbitration Register
CAN_MOCTR6      0xF00050DC         CAN Message Object 6 Control Register
CAN_MOFCR7      0xF00050E0         CAN Message Object 7 Function Control Register
CAN_MOFGPR7     0xF00050E4         CAN Message Object 7 FIFO/Gateway Pointer Register
CAN_MOIPR7      0xF00050E8         CAN Message Object 7 Interrupt Pointer Register
CAN_MOAMR7      0xF00050EC         CAN Message Object 7 Acceptance Mask Register
CAN_MODATAL7    0xF00050F0         CAN Message Object 7 Data Register Low
CAN_MODATAH7    0xF00050F4         CAN Message Object 7 Data Register High
CAN_MOAR7       0xF00050F8         CAN Message Object 7 Arbitration Register
CAN_MOCTR7      0xF00050FC         CAN Message Object 7 Control Register
CAN_MOFCR8      0xF0005100         CAN Message Object 8 Function Control Register
CAN_MOFGPR8     0xF0005104         CAN Message Object 8 FIFO/Gateway Pointer Register
CAN_MOIPR8      0xF0005108         CAN Message Object 8 Interrupt Pointer Register
CAN_MOAMR8      0xF000510C         CAN Message Object 8 Acceptance Mask Register
CAN_MODATAL8    0xF0005110         CAN Message Object 8 Data Register Low
CAN_MODATAH8    0xF0005114         CAN Message Object 8 Data Register High
CAN_MOAR8       0xF0005118         CAN Message Object 8 Arbitration Register
CAN_MOCTR8      0xF000511C         CAN Message Object 8 Control Register
CAN_MOFCR9      0xF0005120         CAN Message Object 9 Function Control Register
CAN_MOFGPR9     0xF0005124         CAN Message Object 9 FIFO/Gateway Pointer Register
CAN_MOIPR9      0xF0005128         CAN Message Object 9 Interrupt Pointer Register
CAN_MOAMR9      0xF000512C         CAN Message Object 9 Acceptance Mask Register
CAN_MODATAL9    0xF0005130         CAN Message Object 9 Data Register Low
CAN_MODATAH9    0xF0005134         CAN Message Object 9 Data Register High
CAN_MOAR9       0xF0005138         CAN Message Object 9 Arbitration Register
CAN_MOCTR9      0xF000513C         CAN Message Object 9 Control Register
CAN_MOFCR10     0xF0005140         CAN Message Object 10 Function Control Register
CAN_MOFGPR10    0xF0005144         CAN Message Object 10 FIFO/Gateway Pointer Register
CAN_MOIPR10     0xF0005148         CAN Message Object 10 Interrupt Pointer Register
CAN_MOAMR10     0xF000514C         CAN Message Object 10 Acceptance Mask Register
CAN_MODATAL10   0xF0005150         CAN Message Object 10 Data Register Low
CAN_MODATAH10   0xF0005154         CAN Message Object 10 Data Register High
CAN_MOAR10      0xF0005158         CAN Message Object 10 Arbitration Register
CAN_MOCTR10     0xF000515C         CAN Message Object 10 Control Register
CAN_MOFCR11     0xF0005160         CAN Message Object 11 Function Control Register
CAN_MOFGPR11    0xF0005164         CAN Message Object 11 FIFO/Gateway Pointer Register
CAN_MOIPR11     0xF0005168         CAN Message Object 11 Interrupt Pointer Register
CAN_MOAMR11     0xF000516C         CAN Message Object 11 Acceptance Mask Register
CAN_MODATAL11   0xF0005170         CAN Message Object 11 Data Register Low
CAN_MODATAH11   0xF0005174         CAN Message Object 11 Data Register High
CAN_MOAR11      0xF0005178         CAN Message Object 11 Arbitration Register
CAN_MOCTR11     0xF000517C         CAN Message Object 11 Control Register
CAN_MOFCR12     0xF0005180         CAN Message Object 12 Function Control Register
CAN_MOFGPR12    0xF0005184         CAN Message Object 12 FIFO/Gateway Pointer Register
CAN_MOIPR12     0xF0005188         CAN Message Object 12 Interrupt Pointer Register
CAN_MOAMR12     0xF000518C         CAN Message Object 12 Acceptance Mask Register
CAN_MODATAL12   0xF0005190         CAN Message Object 12 Data Register Low
CAN_MODATAH12   0xF0005194         CAN Message Object 12 Data Register High
CAN_MOAR12      0xF0005198         CAN Message Object 12 Arbitration Register
CAN_MOCTR12     0xF000519C         CAN Message Object 12 Control Register
CAN_MOFCR13     0xF00051A0         CAN Message Object 13 Function Control Register
CAN_MOFGPR13    0xF00051A4         CAN Message Object 13 FIFO/Gateway Pointer Register
CAN_MOIPR13     0xF00051A8         CAN Message Object 13 Interrupt Pointer Register
CAN_MOAMR13     0xF00051AC         CAN Message Object 13 Acceptance Mask Register
CAN_MODATAL13   0xF00051B0         CAN Message Object 13 Data Register Low
CAN_MODATAH13   0xF00051B4         CAN Message Object 13 Data Register High
CAN_MOAR13      0xF00051B8         CAN Message Object 13 Arbitration Register
CAN_MOCTR13     0xF00051BC         CAN Message Object 13 Control Register
CAN_MOFCR14     0xF00051C0         CAN Message Object 14 Function Control Register
CAN_MOFGPR14    0xF00051C4         CAN Message Object 14 FIFO/Gateway Pointer Register
CAN_MOIPR14     0xF00051C8         CAN Message Object 14 Interrupt Pointer Register
CAN_MOAMR14     0xF00051CC         CAN Message Object 14 Acceptance Mask Register
CAN_MODATAL14   0xF00051D0         CAN Message Object 14 Data Register Low
CAN_MODATAH14   0xF00051D4         CAN Message Object 14 Data Register High
CAN_MOAR14      0xF00051D8         CAN Message Object 14 Arbitration Register
CAN_MOCTR14     0xF00051DC         CAN Message Object 14 Control Register
CAN_MOFCR15     0xF00051E0         CAN Message Object 15 Function Control Register
CAN_MOFGPR15    0xF00051E4         CAN Message Object 15 FIFO/Gateway Pointer Register
CAN_MOIPR15     0xF00051E8         CAN Message Object 15 Interrupt Pointer Register
CAN_MOAMR15     0xF00051EC         CAN Message Object 15 Acceptance Mask Register
CAN_MODATAL15   0xF00051F0         CAN Message Object 15 Data Register Low
CAN_MODATAH15   0xF00051F4         CAN Message Object 15 Data Register High
CAN_MOAR15      0xF00051F8         CAN Message Object 15 Arbitration Register
CAN_MOCTR15     0xF00051FC         CAN Message Object 15 Control Register
CAN_MOFCR16     0xF0005200         CAN Message Object 16 Function Control Register
CAN_MOFGPR16    0xF0005204         CAN Message Object 16 FIFO/Gateway Pointer Register
CAN_MOIPR16     0xF0005208         CAN Message Object 16 Interrupt Pointer Register
CAN_MOAMR16     0xF000520C         CAN Message Object 16 Acceptance Mask Register
CAN_MODATAL16   0xF0005210         CAN Message Object 16 Data Register Low
CAN_MODATAH16   0xF0005214         CAN Message Object 16 Data Register High
CAN_MOAR16      0xF0005218         CAN Message Object 16 Arbitration Register
CAN_MOCTR16     0xF000521C         CAN Message Object 16 Control Register
CAN_MOFCR17     0xF0005220         CAN Message Object 17 Function Control Register
CAN_MOFGPR17    0xF0005224         CAN Message Object 17 FIFO/Gateway Pointer Register
CAN_MOIPR17     0xF0005228         CAN Message Object 17 Interrupt Pointer Register
CAN_MOAMR17     0xF000522C         CAN Message Object 17 Acceptance Mask Register
CAN_MODATAL17   0xF0005230         CAN Message Object 17 Data Register Low
CAN_MODATAH17   0xF0005234         CAN Message Object 17 Data Register High
CAN_MOAR17      0xF0005238         CAN Message Object 17 Arbitration Register
CAN_MOCTR17     0xF000523C         CAN Message Object 17 Control Register
CAN_MOFCR18     0xF0005240         CAN Message Object 18 Function Control Register
CAN_MOFGPR18    0xF0005244         CAN Message Object 18 FIFO/Gateway Pointer Register
CAN_MOIPR18     0xF0005248         CAN Message Object 18 Interrupt Pointer Register
CAN_MOAMR18     0xF000524C         CAN Message Object 18 Acceptance Mask Register
CAN_MODATAL18   0xF0005250         CAN Message Object 18 Data Register Low
CAN_MODATAH18   0xF0005254         CAN Message Object 18 Data Register High
CAN_MOAR18      0xF0005258         CAN Message Object 18 Arbitration Register
CAN_MOCTR18     0xF000525C         CAN Message Object 18 Control Register
CAN_MOFCR19     0xF0005260         CAN Message Object 19 Function Control Register
CAN_MOFGPR19    0xF0005264         CAN Message Object 19 FIFO/Gateway Pointer Register
CAN_MOIPR19     0xF0005268         CAN Message Object 19 Interrupt Pointer Register
CAN_MOAMR19     0xF000526C         CAN Message Object 19 Acceptance Mask Register
CAN_MODATAL19   0xF0005270         CAN Message Object 19 Data Register Low
CAN_MODATAH19   0xF0005274         CAN Message Object 19 Data Register High
CAN_MOAR19      0xF0005278         CAN Message Object 19 Arbitration Register
CAN_MOCTR19     0xF000527C         CAN Message Object 19 Control Register
CAN_MOFCR20     0xF0005280         CAN Message Object 20 Function Control Register
CAN_MOFGPR20    0xF0005284         CAN Message Object 20 FIFO/Gateway Pointer Register
CAN_MOIPR20     0xF0005288         CAN Message Object 20 Interrupt Pointer Register
CAN_MOAMR20     0xF000528C         CAN Message Object 20 Acceptance Mask Register
CAN_MODATAL20   0xF0005290         CAN Message Object 20 Data Register Low
CAN_MODATAH20   0xF0005294         CAN Message Object 20 Data Register High
CAN_MOAR20      0xF0005298         CAN Message Object 20 Arbitration Register
CAN_MOCTR20     0xF000529C         CAN Message Object 20 Control Register
CAN_MOFCR21     0xF00052A0         CAN Message Object 21 Function Control Register
CAN_MOFGPR21    0xF00052A4         CAN Message Object 21 FIFO/Gateway Pointer Register
CAN_MOIPR21     0xF00052A8         CAN Message Object 21 Interrupt Pointer Register
CAN_MOAMR21     0xF00052AC         CAN Message Object 21 Acceptance Mask Register
CAN_MODATAL21   0xF00052B0         CAN Message Object 21 Data Register Low
CAN_MODATAH21   0xF00052B4         CAN Message Object 21 Data Register High
CAN_MOAR21      0xF00052B8         CAN Message Object 21 Arbitration Register
CAN_MOCTR21     0xF00052BC         CAN Message Object 21 Control Register
CAN_MOFCR22     0xF00052C0         CAN Message Object 22 Function Control Register
CAN_MOFGPR22    0xF00052C4         CAN Message Object 22 FIFO/Gateway Pointer Register
CAN_MOIPR22     0xF00052C8         CAN Message Object 22 Interrupt Pointer Register
CAN_MOAMR22     0xF00052CC         CAN Message Object 22 Acceptance Mask Register
CAN_MODATAL22   0xF00052D0         CAN Message Object 22 Data Register Low
CAN_MODATAH22   0xF00052D4         CAN Message Object 22 Data Register High
CAN_MOAR22      0xF00052D8         CAN Message Object 22 Arbitration Register
CAN_MOCTR22     0xF00052DC         CAN Message Object 22 Control Register
CAN_MOFCR23     0xF00052E0         CAN Message Object 23 Function Control Register
CAN_MOFGPR23    0xF00052E4         CAN Message Object 23 FIFO/Gateway Pointer Register
CAN_MOIPR23     0xF00052E8         CAN Message Object 23 Interrupt Pointer Register
CAN_MOAMR23     0xF00052EC         CAN Message Object 23 Acceptance Mask Register
CAN_MODATAL23   0xF00052F0         CAN Message Object 23 Data Register Low
CAN_MODATAH23   0xF00052F4         CAN Message Object 23 Data Register High
CAN_MOAR23      0xF00052F8         CAN Message Object 23 Arbitration Register
CAN_MOCTR23     0xF00052FC         CAN Message Object 23 Control Register
CAN_MOFCR24     0xF0005300         CAN Message Object 24 Function Control Register
CAN_MOFGPR24    0xF0005304         CAN Message Object 24 FIFO/Gateway Pointer Register
CAN_MOIPR24     0xF0005308         CAN Message Object 24 Interrupt Pointer Register
CAN_MOAMR24     0xF000530C         CAN Message Object 24 Acceptance Mask Register
CAN_MODATAL24   0xF0005310         CAN Message Object 24 Data Register Low
CAN_MODATAH24   0xF0005314         CAN Message Object 24 Data Register High
CAN_MOAR24      0xF0005318         CAN Message Object 24 Arbitration Register
CAN_MOCTR24     0xF000531C         CAN Message Object 24 Control Register
CAN_MOFCR25     0xF0005320         CAN Message Object 25 Function Control Register
CAN_MOFGPR25    0xF0005324         CAN Message Object 25 FIFO/Gateway Pointer Register
CAN_MOIPR25     0xF0005328         CAN Message Object 25 Interrupt Pointer Register
CAN_MOAMR25     0xF000532C         CAN Message Object 25 Acceptance Mask Register
CAN_MODATAL25   0xF0005330         CAN Message Object 25 Data Register Low
CAN_MODATAH25   0xF0005334         CAN Message Object 25 Data Register High
CAN_MOAR25      0xF0005338         CAN Message Object 25 Arbitration Register
CAN_MOCTR25     0xF000533C         CAN Message Object 25 Control Register
CAN_MOFCR26     0xF0005340         CAN Message Object 26 Function Control Register
CAN_MOFGPR26    0xF0005344         CAN Message Object 26 FIFO/Gateway Pointer Register
CAN_MOIPR26     0xF0005348         CAN Message Object 26 Interrupt Pointer Register
CAN_MOAMR26     0xF000534C         CAN Message Object 26 Acceptance Mask Register
CAN_MODATAL26   0xF0005350         CAN Message Object 26 Data Register Low
CAN_MODATAH26   0xF0005354         CAN Message Object 26 Data Register High
CAN_MOAR26      0xF0005358         CAN Message Object 26 Arbitration Register
CAN_MOCTR26     0xF000535C         CAN Message Object 26 Control Register
CAN_MOFCR27     0xF0005360         CAN Message Object 27 Function Control Register
CAN_MOFGPR27    0xF0005364         CAN Message Object 27 FIFO/Gateway Pointer Register
CAN_MOIPR27     0xF0005368         CAN Message Object 27 Interrupt Pointer Register
CAN_MOAMR27     0xF000536C         CAN Message Object 27 Acceptance Mask Register
CAN_MODATAL27   0xF0005370         CAN Message Object 27 Data Register Low
CAN_MODATAH27   0xF0005374         CAN Message Object 27 Data Register High
CAN_MOAR27      0xF0005378         CAN Message Object 27 Arbitration Register
CAN_MOCTR27     0xF000537C         CAN Message Object 27 Control Register
CAN_MOFCR28     0xF0005380         CAN Message Object 28 Function Control Register
CAN_MOFGPR28    0xF0005384         CAN Message Object 28 FIFO/Gateway Pointer Register
CAN_MOIPR28     0xF0005388         CAN Message Object 28 Interrupt Pointer Register
CAN_MOAMR28     0xF000538C         CAN Message Object 28 Acceptance Mask Register
CAN_MODATAL28   0xF0005390         CAN Message Object 28 Data Register Low
CAN_MODATAH28   0xF0005394         CAN Message Object 28 Data Register High
CAN_MOAR28      0xF0005398         CAN Message Object 28 Arbitration Register
CAN_MOCTR28     0xF000539C         CAN Message Object 28 Control Register
CAN_MOFCR29     0xF00053A0         CAN Message Object 29 Function Control Register
CAN_MOFGPR29    0xF00053A4         CAN Message Object 29 FIFO/Gateway Pointer Register
CAN_MOIPR29     0xF00053A8         CAN Message Object 29 Interrupt Pointer Register
CAN_MOAMR29     0xF00053AC         CAN Message Object 29 Acceptance Mask Register
CAN_MODATAL29   0xF00053B0         CAN Message Object 29 Data Register Low
CAN_MODATAH29   0xF00053B4         CAN Message Object 29 Data Register High
CAN_MOAR29      0xF00053B8         CAN Message Object 29 Arbitration Register
CAN_MOCTR29     0xF00053BC         CAN Message Object 29 Control Register
CAN_MOFCR30     0xF00053C0         CAN Message Object 30 Function Control Register
CAN_MOFGPR30    0xF00053C4         CAN Message Object 30 FIFO/Gateway Pointer Register
CAN_MOIPR30     0xF00053C8         CAN Message Object 30 Interrupt Pointer Register
CAN_MOAMR30     0xF00053CC         CAN Message Object 30 Acceptance Mask Register
CAN_MODATAL30   0xF00053D0         CAN Message Object 30 Data Register Low
CAN_MODATAH30   0xF00053D4         CAN Message Object 30 Data Register High
CAN_MOAR30      0xF00053D8         CAN Message Object 30 Arbitration Register
CAN_MOCTR30     0xF00053DC         CAN Message Object 30 Control Register
CAN_MOFCR31     0xF00053E0         CAN Message Object 31 Function Control Register
CAN_MOFGPR31    0xF00053E4         CAN Message Object 31 FIFO/Gateway Pointer Register
CAN_MOIPR31     0xF00053E8         CAN Message Object 31 Interrupt Pointer Register
CAN_MOAMR31     0xF00053EC         CAN Message Object 31 Acceptance Mask Register
CAN_MODATAL31   0xF00053F0         CAN Message Object 31 Data Register Low
CAN_MODATAH31   0xF00053F4         CAN Message Object 31 Data Register High
CAN_MOAR31      0xF00053F8         CAN Message Object 31 Arbitration Register
CAN_MOCTR31     0xF00053FC         CAN Message Object 31 Control Register
CAN_MOFCR32     0xF0005400         CAN Message Object 32 Function Control Register
CAN_MOFGPR32    0xF0005404         CAN Message Object 32 FIFO/Gateway Pointer Register
CAN_MOIPR32     0xF0005408         CAN Message Object 32 Interrupt Pointer Register
CAN_MOAMR32     0xF000540C         CAN Message Object 32 Acceptance Mask Register
CAN_MODATAL32   0xF0005410         CAN Message Object 32 Data Register Low
CAN_MODATAH32   0xF0005414         CAN Message Object 32 Data Register High
CAN_MOAR32      0xF0005418         CAN Message Object 32 Arbitration Register
CAN_MOCTR32     0xF000541C         CAN Message Object 32 Control Register
CAN_MOFCR33     0xF0005420         CAN Message Object 33 Function Control Register
CAN_MOFGPR33    0xF0005424         CAN Message Object 33 FIFO/Gateway Pointer Register
CAN_MOIPR33     0xF0005428         CAN Message Object 33 Interrupt Pointer Register
CAN_MOAMR33     0xF000542C         CAN Message Object 33 Acceptance Mask Register
CAN_MODATAL33   0xF0005430         CAN Message Object 33 Data Register Low
CAN_MODATAH33   0xF0005434         CAN Message Object 33 Data Register High
CAN_MOAR33      0xF0005438         CAN Message Object 33 Arbitration Register
CAN_MOCTR33     0xF000543C         CAN Message Object 33 Control Register
CAN_MOFCR34     0xF0005440         CAN Message Object 34 Function Control Register
CAN_MOFGPR34    0xF0005444         CAN Message Object 34 FIFO/Gateway Pointer Register
CAN_MOIPR34     0xF0005448         CAN Message Object 34 Interrupt Pointer Register
CAN_MOAMR34     0xF000544C         CAN Message Object 34 Acceptance Mask Register
CAN_MODATAL34   0xF0005450         CAN Message Object 34 Data Register Low
CAN_MODATAH34   0xF0005454         CAN Message Object 34 Data Register High
CAN_MOAR34      0xF0005458         CAN Message Object 34 Arbitration Register
CAN_MOCTR34     0xF000545C         CAN Message Object 34 Control Register
CAN_MOFCR35     0xF0005460         CAN Message Object 35 Function Control Register
CAN_MOFGPR35    0xF0005464         CAN Message Object 35 FIFO/Gateway Pointer Register
CAN_MOIPR35     0xF0005468         CAN Message Object 35 Interrupt Pointer Register
CAN_MOAMR35     0xF000546C         CAN Message Object 35 Acceptance Mask Register
CAN_MODATAL35   0xF0005470         CAN Message Object 35 Data Register Low
CAN_MODATAH35   0xF0005474         CAN Message Object 35 Data Register High
CAN_MOAR35      0xF0005478         CAN Message Object 35 Arbitration Register
CAN_MOCTR35     0xF000547C         CAN Message Object 35 Control Register
CAN_MOFCR36     0xF0005480         CAN Message Object 36 Function Control Register
CAN_MOFGPR36    0xF0005484         CAN Message Object 36 FIFO/Gateway Pointer Register
CAN_MOIPR36     0xF0005488         CAN Message Object 36 Interrupt Pointer Register
CAN_MOAMR36     0xF000548C         CAN Message Object 36 Acceptance Mask Register
CAN_MODATAL36   0xF0005490         CAN Message Object 36 Data Register Low
CAN_MODATAH36   0xF0005494         CAN Message Object 36 Data Register High
CAN_MOAR36      0xF0005498         CAN Message Object 36 Arbitration Register
CAN_MOCTR36     0xF000549C         CAN Message Object 36 Control Register
CAN_MOFCR37     0xF00054A0         CAN Message Object 37 Function Control Register
CAN_MOFGPR37    0xF00054A4         CAN Message Object 37 FIFO/Gateway Pointer Register
CAN_MOIPR37     0xF00054A8         CAN Message Object 37 Interrupt Pointer Register
CAN_MOAMR37     0xF00054AC         CAN Message Object 37 Acceptance Mask Register
CAN_MODATAL37   0xF00054B0         CAN Message Object 37 Data Register Low
CAN_MODATAH37   0xF00054B4         CAN Message Object 37 Data Register High
CAN_MOAR37      0xF00054B8         CAN Message Object 37 Arbitration Register
CAN_MOCTR37     0xF00054BC         CAN Message Object 37 Control Register
CAN_MOFCR38     0xF00054C0         CAN Message Object 38 Function Control Register
CAN_MOFGPR38    0xF00054C4         CAN Message Object 38 FIFO/Gateway Pointer Register
CAN_MOIPR38     0xF00054C8         CAN Message Object 38 Interrupt Pointer Register
CAN_MOAMR38     0xF00054CC         CAN Message Object 38 Acceptance Mask Register
CAN_MODATAL38   0xF00054D0         CAN Message Object 38 Data Register Low
CAN_MODATAH38   0xF00054D4         CAN Message Object 38 Data Register High
CAN_MOAR38      0xF00054D8         CAN Message Object 38 Arbitration Register
CAN_MOCTR38     0xF00054DC         CAN Message Object 38 Control Register
CAN_MOFCR39     0xF00054E0         CAN Message Object 39 Function Control Register
CAN_MOFGPR39    0xF00054E4         CAN Message Object 39 FIFO/Gateway Pointer Register
CAN_MOIPR39     0xF00054E8         CAN Message Object 39 Interrupt Pointer Register
CAN_MOAMR39     0xF00054EC         CAN Message Object 39 Acceptance Mask Register
CAN_MODATAL39   0xF00054F0         CAN Message Object 39 Data Register Low
CAN_MODATAH39   0xF00054F4         CAN Message Object 39 Data Register High
CAN_MOAR39      0xF00054F8         CAN Message Object 39 Arbitration Register
CAN_MOCTR39     0xF00054FC         CAN Message Object 39 Control Register
CAN_MOFCR40     0xF0005500         CAN Message Object 40 Function Control Register
CAN_MOFGPR40    0xF0005504         CAN Message Object 40 FIFO/Gateway Pointer Register
CAN_MOIPR40     0xF0005508         CAN Message Object 40 Interrupt Pointer Register
CAN_MOAMR40     0xF000550C         CAN Message Object 40 Acceptance Mask Register
CAN_MODATAL40   0xF0005510         CAN Message Object 40 Data Register Low
CAN_MODATAH40   0xF0005514         CAN Message Object 40 Data Register High
CAN_MOAR40      0xF0005518         CAN Message Object 40 Arbitration Register
CAN_MOCTR40     0xF000551C         CAN Message Object 40 Control Register
CAN_MOFCR41     0xF0005520         CAN Message Object 41 Function Control Register
CAN_MOFGPR41    0xF0005524         CAN Message Object 41 FIFO/Gateway Pointer Register
CAN_MOIPR41     0xF0005528         CAN Message Object 41 Interrupt Pointer Register
CAN_MOAMR41     0xF000552C         CAN Message Object 41 Acceptance Mask Register
CAN_MODATAL41   0xF0005530         CAN Message Object 41 Data Register Low
CAN_MODATAH41   0xF0005534         CAN Message Object 41 Data Register High
CAN_MOAR41      0xF0005538         CAN Message Object 41 Arbitration Register
CAN_MOCTR41     0xF000553C         CAN Message Object 41 Control Register
CAN_MOFCR42     0xF0005540         CAN Message Object 42 Function Control Register
CAN_MOFGPR42    0xF0005544         CAN Message Object 42 FIFO/Gateway Pointer Register
CAN_MOIPR42     0xF0005548         CAN Message Object 42 Interrupt Pointer Register
CAN_MOAMR42     0xF000554C         CAN Message Object 42 Acceptance Mask Register
CAN_MODATAL42   0xF0005550         CAN Message Object 42 Data Register Low
CAN_MODATAH42   0xF0005554         CAN Message Object 42 Data Register High
CAN_MOAR42      0xF0005558         CAN Message Object 42 Arbitration Register
CAN_MOCTR42     0xF000555C         CAN Message Object 42 Control Register
CAN_MOFCR43     0xF0005560         CAN Message Object 43 Function Control Register
CAN_MOFGPR43    0xF0005564         CAN Message Object 43 FIFO/Gateway Pointer Register
CAN_MOIPR43     0xF0005568         CAN Message Object 43 Interrupt Pointer Register
CAN_MOAMR43     0xF000556C         CAN Message Object 43 Acceptance Mask Register
CAN_MODATAL43   0xF0005570         CAN Message Object 43 Data Register Low
CAN_MODATAH43   0xF0005574         CAN Message Object 43 Data Register High
CAN_MOAR43      0xF0005578         CAN Message Object 43 Arbitration Register
CAN_MOCTR43     0xF000557C         CAN Message Object 43 Control Register
CAN_MOFCR44     0xF0005580         CAN Message Object 44 Function Control Register
CAN_MOFGPR44    0xF0005584         CAN Message Object 44 FIFO/Gateway Pointer Register
CAN_MOIPR44     0xF0005588         CAN Message Object 44 Interrupt Pointer Register
CAN_MOAMR44     0xF000558C         CAN Message Object 44 Acceptance Mask Register
CAN_MODATAL44   0xF0005590         CAN Message Object 44 Data Register Low
CAN_MODATAH44   0xF0005594         CAN Message Object 44 Data Register High
CAN_MOAR44      0xF0005598         CAN Message Object 44 Arbitration Register
CAN_MOCTR44     0xF000559C         CAN Message Object 44 Control Register
CAN_MOFCR45     0xF00055A0         CAN Message Object 45 Function Control Register
CAN_MOFGPR45    0xF00055A4         CAN Message Object 45 FIFO/Gateway Pointer Register
CAN_MOIPR45     0xF00055A8         CAN Message Object 45 Interrupt Pointer Register
CAN_MOAMR45     0xF00055AC         CAN Message Object 45 Acceptance Mask Register
CAN_MODATAL45   0xF00055B0         CAN Message Object 45 Data Register Low
CAN_MODATAH45   0xF00055B4         CAN Message Object 45 Data Register High
CAN_MOAR45      0xF00055B8         CAN Message Object 45 Arbitration Register
CAN_MOCTR45     0xF00055BC         CAN Message Object 45 Control Register
CAN_MOFCR46     0xF00055C0         CAN Message Object 46 Function Control Register
CAN_MOFGPR46    0xF00055C4         CAN Message Object 46 FIFO/Gateway Pointer Register
CAN_MOIPR46     0xF00055C8         CAN Message Object 46 Interrupt Pointer Register
CAN_MOAMR46     0xF00055CC         CAN Message Object 46 Acceptance Mask Register
CAN_MODATAL46   0xF00055D0         CAN Message Object 46 Data Register Low
CAN_MODATAH46   0xF00055D4         CAN Message Object 46 Data Register High
CAN_MOAR46      0xF00055D8         CAN Message Object 46 Arbitration Register
CAN_MOCTR46     0xF00055DC         CAN Message Object 46 Control Register
CAN_MOFCR47     0xF00055E0         CAN Message Object 47 Function Control Register
CAN_MOFGPR47    0xF00055E4         CAN Message Object 47 FIFO/Gateway Pointer Register
CAN_MOIPR47     0xF00055E8         CAN Message Object 47 Interrupt Pointer Register
CAN_MOAMR47     0xF00055EC         CAN Message Object 47 Acceptance Mask Register
CAN_MODATAL47   0xF00055F0         CAN Message Object 47 Data Register Low
CAN_MODATAH47   0xF00055F4         CAN Message Object 47 Data Register High
CAN_MOAR47      0xF00055F8         CAN Message Object 47 Arbitration Register
CAN_MOCTR47     0xF00055FC         CAN Message Object 47 Control Register
CAN_MOFCR48     0xF0005600         CAN Message Object 48 Function Control Register
CAN_MOFGPR48    0xF0005604         CAN Message Object 48 FIFO/Gateway Pointer Register
CAN_MOIPR48     0xF0005608         CAN Message Object 48 Interrupt Pointer Register
CAN_MOAMR48     0xF000560C         CAN Message Object 48 Acceptance Mask Register
CAN_MODATAL48   0xF0005610         CAN Message Object 48 Data Register Low
CAN_MODATAH48   0xF0005614         CAN Message Object 48 Data Register High
CAN_MOAR48      0xF0005618         CAN Message Object 48 Arbitration Register
CAN_MOCTR48     0xF000561C         CAN Message Object 48 Control Register
CAN_MOFCR49     0xF0005620         CAN Message Object 49 Function Control Register
CAN_MOFGPR49    0xF0005624         CAN Message Object 49 FIFO/Gateway Pointer Register
CAN_MOIPR49     0xF0005628         CAN Message Object 49 Interrupt Pointer Register
CAN_MOAMR49     0xF000562C         CAN Message Object 49 Acceptance Mask Register
CAN_MODATAL49   0xF0005630         CAN Message Object 49 Data Register Low
CAN_MODATAH49   0xF0005634         CAN Message Object 49 Data Register High
CAN_MOAR49      0xF0005638         CAN Message Object 49 Arbitration Register
CAN_MOCTR49     0xF000563C         CAN Message Object 49 Control Register
CAN_MOFCR50     0xF0005640         CAN Message Object 50 Function Control Register
CAN_MOFGPR50    0xF0005644         CAN Message Object 50 FIFO/Gateway Pointer Register
CAN_MOIPR50     0xF0005648         CAN Message Object 50 Interrupt Pointer Register
CAN_MOAMR50     0xF000564C         CAN Message Object 50 Acceptance Mask Register
CAN_MODATAL50   0xF0005650         CAN Message Object 50 Data Register Low
CAN_MODATAH50   0xF0005654         CAN Message Object 50 Data Register High
CAN_MOAR50      0xF0005658         CAN Message Object 50 Arbitration Register
CAN_MOCTR50     0xF000565C         CAN Message Object 50 Control Register
CAN_MOFCR51     0xF0005660         CAN Message Object 51 Function Control Register
CAN_MOFGPR51    0xF0005664         CAN Message Object 51 FIFO/Gateway Pointer Register
CAN_MOIPR51     0xF0005668         CAN Message Object 51 Interrupt Pointer Register
CAN_MOAMR51     0xF000566C         CAN Message Object 51 Acceptance Mask Register
CAN_MODATAL51   0xF0005670         CAN Message Object 51 Data Register Low
CAN_MODATAH51   0xF0005674         CAN Message Object 51 Data Register High
CAN_MOAR51      0xF0005678         CAN Message Object 51 Arbitration Register
CAN_MOCTR51     0xF000567C         CAN Message Object 51 Control Register
CAN_MOFCR52     0xF0005680         CAN Message Object 52 Function Control Register
CAN_MOFGPR52    0xF0005684         CAN Message Object 52 FIFO/Gateway Pointer Register
CAN_MOIPR52     0xF0005688         CAN Message Object 52 Interrupt Pointer Register
CAN_MOAMR52     0xF000568C         CAN Message Object 52 Acceptance Mask Register
CAN_MODATAL52   0xF0005690         CAN Message Object 52 Data Register Low
CAN_MODATAH52   0xF0005694         CAN Message Object 52 Data Register High
CAN_MOAR52      0xF0005698         CAN Message Object 52 Arbitration Register
CAN_MOCTR52     0xF000569C         CAN Message Object 52 Control Register
CAN_MOFCR53     0xF00056A0         CAN Message Object 53 Function Control Register
CAN_MOFGPR53    0xF00056A4         CAN Message Object 53 FIFO/Gateway Pointer Register
CAN_MOIPR53     0xF00056A8         CAN Message Object 53 Interrupt Pointer Register
CAN_MOAMR53     0xF00056AC         CAN Message Object 53 Acceptance Mask Register
CAN_MODATAL53   0xF00056B0         CAN Message Object 53 Data Register Low
CAN_MODATAH53   0xF00056B4         CAN Message Object 53 Data Register High
CAN_MOAR53      0xF00056B8         CAN Message Object 53 Arbitration Register
CAN_MOCTR53     0xF00056BC         CAN Message Object 53 Control Register
CAN_MOFCR54     0xF00056C0         CAN Message Object 54 Function Control Register
CAN_MOFGPR54    0xF00056C4         CAN Message Object 54 FIFO/Gateway Pointer Register
CAN_MOIPR54     0xF00056C8         CAN Message Object 54 Interrupt Pointer Register
CAN_MOAMR54     0xF00056CC         CAN Message Object 54 Acceptance Mask Register
CAN_MODATAL54   0xF00056D0         CAN Message Object 54 Data Register Low
CAN_MODATAH54   0xF00056D4         CAN Message Object 54 Data Register High
CAN_MOAR54      0xF00056D8         CAN Message Object 54 Arbitration Register
CAN_MOCTR54     0xF00056DC         CAN Message Object 54 Control Register
CAN_MOFCR55     0xF00056E0         CAN Message Object 55 Function Control Register
CAN_MOFGPR55    0xF00056E4         CAN Message Object 55 FIFO/Gateway Pointer Register
CAN_MOIPR55     0xF00056E8         CAN Message Object 55 Interrupt Pointer Register
CAN_MOAMR55     0xF00056EC         CAN Message Object 55 Acceptance Mask Register
CAN_MODATAL55   0xF00056F0         CAN Message Object 55 Data Register Low
CAN_MODATAH55   0xF00056F4         CAN Message Object 55 Data Register High
CAN_MOAR55      0xF00056F8         CAN Message Object 55 Arbitration Register
CAN_MOCTR55     0xF00056FC         CAN Message Object 55 Control Register
CAN_MOFCR56     0xF0005700         CAN Message Object 56 Function Control Register
CAN_MOFGPR56    0xF0005704         CAN Message Object 56 FIFO/Gateway Pointer Register
CAN_MOIPR56     0xF0005708         CAN Message Object 56 Interrupt Pointer Register
CAN_MOAMR56     0xF000570C         CAN Message Object 56 Acceptance Mask Register
CAN_MODATAL56   0xF0005710         CAN Message Object 56 Data Register Low
CAN_MODATAH56   0xF0005714         CAN Message Object 56 Data Register High
CAN_MOAR56      0xF0005718         CAN Message Object 56 Arbitration Register
CAN_MOCTR56     0xF000571C         CAN Message Object 56 Control Register
CAN_MOFCR57     0xF0005720         CAN Message Object 57 Function Control Register
CAN_MOFGPR57    0xF0005724         CAN Message Object 57 FIFO/Gateway Pointer Register
CAN_MOIPR57     0xF0005728         CAN Message Object 57 Interrupt Pointer Register
CAN_MOAMR57     0xF000572C         CAN Message Object 57 Acceptance Mask Register
CAN_MODATAL57   0xF0005730         CAN Message Object 57 Data Register Low
CAN_MODATAH57   0xF0005734         CAN Message Object 57 Data Register High
CAN_MOAR57      0xF0005738         CAN Message Object 57 Arbitration Register
CAN_MOCTR57     0xF000573C         CAN Message Object 57 Control Register
CAN_MOFCR58     0xF0005740         CAN Message Object 58 Function Control Register
CAN_MOFGPR58    0xF0005744         CAN Message Object 58 FIFO/Gateway Pointer Register
CAN_MOIPR58     0xF0005748         CAN Message Object 58 Interrupt Pointer Register
CAN_MOAMR58     0xF000574C         CAN Message Object 58 Acceptance Mask Register
CAN_MODATAL58   0xF0005750         CAN Message Object 58 Data Register Low
CAN_MODATAH58   0xF0005754         CAN Message Object 58 Data Register High
CAN_MOAR58      0xF0005758         CAN Message Object 58 Arbitration Register
CAN_MOCTR58     0xF000575C         CAN Message Object 58 Control Register
CAN_MOFCR59     0xF0005760         CAN Message Object 59 Function Control Register
CAN_MOFGPR59    0xF0005764         CAN Message Object 59 FIFO/Gateway Pointer Register
CAN_MOIPR59     0xF0005768         CAN Message Object 59 Interrupt Pointer Register
CAN_MOAMR59     0xF000576C         CAN Message Object 59 Acceptance Mask Register
CAN_MODATAL59   0xF0005770         CAN Message Object 59 Data Register Low
CAN_MODATAH59   0xF0005774         CAN Message Object 59 Data Register High
CAN_MOAR59      0xF0005778         CAN Message Object 59 Arbitration Register
CAN_MOCTR59     0xF000577C         CAN Message Object 59 Control Register
CAN_MOFCR60     0xF0005780         CAN Message Object 60 Function Control Register
CAN_MOFGPR60    0xF0005784         CAN Message Object 60 FIFO/Gateway Pointer Register
CAN_MOIPR60     0xF0005788         CAN Message Object 60 Interrupt Pointer Register
CAN_MOAMR60     0xF000578C         CAN Message Object 60 Acceptance Mask Register
CAN_MODATAL60   0xF0005790         CAN Message Object 60 Data Register Low
CAN_MODATAH60   0xF0005794         CAN Message Object 60 Data Register High
CAN_MOAR60      0xF0005798         CAN Message Object 60 Arbitration Register
CAN_MOCTR60     0xF000579C         CAN Message Object 60 Control Register
CAN_MOFCR61     0xF00057A0         CAN Message Object 61 Function Control Register
CAN_MOFGPR61    0xF00057A4         CAN Message Object 61 FIFO/Gateway Pointer Register
CAN_MOIPR61     0xF00057A8         CAN Message Object 61 Interrupt Pointer Register
CAN_MOAMR61     0xF00057AC         CAN Message Object 61 Acceptance Mask Register
CAN_MODATAL61   0xF00057B0         CAN Message Object 61 Data Register Low
CAN_MODATAH61   0xF00057B4         CAN Message Object 61 Data Register High
CAN_MOAR61      0xF00057B8         CAN Message Object 61 Arbitration Register
CAN_MOCTR61     0xF00057BC         CAN Message Object 61 Control Register
CAN_MOFCR62     0xF00057C0         CAN Message Object 62 Function Control Register
CAN_MOFGPR62    0xF00057C4         CAN Message Object 62 FIFO/Gateway Pointer Register
CAN_MOIPR62     0xF00057C8         CAN Message Object 62 Interrupt Pointer Register
CAN_MOAMR62     0xF00057CC         CAN Message Object 62 Acceptance Mask Register
CAN_MODATAL62   0xF00057D0         CAN Message Object 62 Data Register Low
CAN_MODATAH62   0xF00057D4         CAN Message Object 62 Data Register High
CAN_MOAR62      0xF00057D8         CAN Message Object 62 Arbitration Register
CAN_MOCTR62     0xF00057DC         CAN Message Object 62 Control Register
CAN_MOFCR63     0xF00057E0         CAN Message Object 63 Function Control Register
CAN_MOFGPR63    0xF00057E4         CAN Message Object 63 FIFO/Gateway Pointer Register
CAN_MOIPR63     0xF00057E8         CAN Message Object 63 Interrupt Pointer Register
CAN_MOAMR63     0xF00057EC         CAN Message Object 63 Acceptance Mask Register
CAN_MODATAL63   0xF00057F0         CAN Message Object 63 Data Register Low
CAN_MODATAH63   0xF00057F4         CAN Message Object 63 Data Register High
CAN_MOAR63      0xF00057F8         CAN Message Object 63 Arbitration Register
CAN_MOCTR63     0xF00057FC         CAN Message Object 63 Control Register
CAN_MOFCR64     0xF0005800         CAN Message Object 64 Function Control Register
CAN_MOFGPR64    0xF0005804         CAN Message Object 64 FIFO/Gateway Pointer Register
CAN_MOIPR64     0xF0005808         CAN Message Object 64 Interrupt Pointer Register
CAN_MOAMR64     0xF000580C         CAN Message Object 64 Acceptance Mask Register
CAN_MODATAL64   0xF0005810         CAN Message Object 64 Data Register Low
CAN_MODATAH64   0xF0005814         CAN Message Object 64 Data Register High
CAN_MOAR64      0xF0005818         CAN Message Object 64 Arbitration Register
CAN_MOCTR64     0xF000581C         CAN Message Object 64 Control Register
CAN_MOFCR65     0xF0005820         CAN Message Object 65 Function Control Register
CAN_MOFGPR65    0xF0005824         CAN Message Object 65 FIFO/Gateway Pointer Register
CAN_MOIPR65     0xF0005828         CAN Message Object 65 Interrupt Pointer Register
CAN_MOAMR65     0xF000582C         CAN Message Object 65 Acceptance Mask Register
CAN_MODATAL65   0xF0005830         CAN Message Object 65 Data Register Low
CAN_MODATAH65   0xF0005834         CAN Message Object 65 Data Register High
CAN_MOAR65      0xF0005838         CAN Message Object 65 Arbitration Register
CAN_MOCTR65     0xF000583C         CAN Message Object 65 Control Register
CAN_MOFCR66     0xF0005840         CAN Message Object 66 Function Control Register
CAN_MOFGPR66    0xF0005844         CAN Message Object 66 FIFO/Gateway Pointer Register
CAN_MOIPR66     0xF0005848         CAN Message Object 66 Interrupt Pointer Register
CAN_MOAMR66     0xF000584C         CAN Message Object 66 Acceptance Mask Register
CAN_MODATAL66   0xF0005850         CAN Message Object 66 Data Register Low
CAN_MODATAH66   0xF0005854         CAN Message Object 66 Data Register High
CAN_MOAR66      0xF0005858         CAN Message Object 66 Arbitration Register
CAN_MOCTR66     0xF000585C         CAN Message Object 66 Control Register
CAN_MOFCR67     0xF0005860         CAN Message Object 67 Function Control Register
CAN_MOFGPR67    0xF0005864         CAN Message Object 67 FIFO/Gateway Pointer Register
CAN_MOIPR67     0xF0005868         CAN Message Object 67 Interrupt Pointer Register
CAN_MOAMR67     0xF000586C         CAN Message Object 67 Acceptance Mask Register
CAN_MODATAL67   0xF0005870         CAN Message Object 67 Data Register Low
CAN_MODATAH67   0xF0005874         CAN Message Object 67 Data Register High
CAN_MOAR67      0xF0005878         CAN Message Object 67 Arbitration Register
CAN_MOCTR67     0xF000587C         CAN Message Object 67 Control Register
CAN_MOFCR68     0xF0005880         CAN Message Object 68 Function Control Register
CAN_MOFGPR68    0xF0005884         CAN Message Object 68 FIFO/Gateway Pointer Register
CAN_MOIPR68     0xF0005888         CAN Message Object 68 Interrupt Pointer Register
CAN_MOAMR68     0xF000588C         CAN Message Object 68 Acceptance Mask Register
CAN_MODATAL68   0xF0005890         CAN Message Object 68 Data Register Low
CAN_MODATAH68   0xF0005894         CAN Message Object 68 Data Register High
CAN_MOAR68      0xF0005898         CAN Message Object 68 Arbitration Register
CAN_MOCTR68     0xF000589C         CAN Message Object 68 Control Register
CAN_MOFCR69     0xF00058A0         CAN Message Object 69 Function Control Register
CAN_MOFGPR69    0xF00058A4         CAN Message Object 69 FIFO/Gateway Pointer Register
CAN_MOIPR69     0xF00058A8         CAN Message Object 69 Interrupt Pointer Register
CAN_MOAMR69     0xF00058AC         CAN Message Object 69 Acceptance Mask Register
CAN_MODATAL69   0xF00058B0         CAN Message Object 69 Data Register Low
CAN_MODATAH69   0xF00058B4         CAN Message Object 69 Data Register High
CAN_MOAR69      0xF00058B8         CAN Message Object 69 Arbitration Register
CAN_MOCTR69     0xF00058BC         CAN Message Object 69 Control Register
CAN_MOFCR70     0xF00058C0         CAN Message Object 70 Function Control Register
CAN_MOFGPR70    0xF00058C4         CAN Message Object 70 FIFO/Gateway Pointer Register
CAN_MOIPR70     0xF00058C8         CAN Message Object 70 Interrupt Pointer Register
CAN_MOAMR70     0xF00058CC         CAN Message Object 70 Acceptance Mask Register
CAN_MODATAL70   0xF00058D0         CAN Message Object 70 Data Register Low
CAN_MODATAH70   0xF00058D4         CAN Message Object 70 Data Register High
CAN_MOAR70      0xF00058D8         CAN Message Object 70 Arbitration Register
CAN_MOCTR70     0xF00058DC         CAN Message Object 70 Control Register
CAN_MOFCR71     0xF00058E0         CAN Message Object 71 Function Control Register
CAN_MOFGPR71    0xF00058E4         CAN Message Object 71 FIFO/Gateway Pointer Register
CAN_MOIPR71     0xF00058E8         CAN Message Object 71 Interrupt Pointer Register
CAN_MOAMR71     0xF00058EC         CAN Message Object 71 Acceptance Mask Register
CAN_MODATAL71   0xF00058F0         CAN Message Object 71 Data Register Low
CAN_MODATAH71   0xF00058F4         CAN Message Object 71 Data Register High
CAN_MOAR71      0xF00058F8         CAN Message Object 71 Arbitration Register
CAN_MOCTR71     0xF00058FC         CAN Message Object 71 Control Register
CAN_MOFCR72     0xF0005900         CAN Message Object 72 Function Control Register
CAN_MOFGPR72    0xF0005904         CAN Message Object 72 FIFO/Gateway Pointer Register
CAN_MOIPR72     0xF0005908         CAN Message Object 72 Interrupt Pointer Register
CAN_MOAMR72     0xF000590C         CAN Message Object 72 Acceptance Mask Register
CAN_MODATAL72   0xF0005910         CAN Message Object 72 Data Register Low
CAN_MODATAH72   0xF0005914         CAN Message Object 72 Data Register High
CAN_MOAR72      0xF0005918         CAN Message Object 72 Arbitration Register
CAN_MOCTR72     0xF000591C         CAN Message Object 72 Control Register
CAN_MOFCR73     0xF0005920         CAN Message Object 73 Function Control Register
CAN_MOFGPR73    0xF0005924         CAN Message Object 73 FIFO/Gateway Pointer Register
CAN_MOIPR73     0xF0005928         CAN Message Object 73 Interrupt Pointer Register
CAN_MOAMR73     0xF000592C         CAN Message Object 73 Acceptance Mask Register
CAN_MODATAL73   0xF0005930         CAN Message Object 73 Data Register Low
CAN_MODATAH73   0xF0005934         CAN Message Object 73 Data Register High
CAN_MOAR73      0xF0005938         CAN Message Object 73 Arbitration Register
CAN_MOCTR73     0xF000593C         CAN Message Object 73 Control Register
CAN_MOFCR74     0xF0005940         CAN Message Object 74 Function Control Register
CAN_MOFGPR74    0xF0005944         CAN Message Object 74 FIFO/Gateway Pointer Register
CAN_MOIPR74     0xF0005948         CAN Message Object 74 Interrupt Pointer Register
CAN_MOAMR74     0xF000594C         CAN Message Object 74 Acceptance Mask Register
CAN_MODATAL74   0xF0005950         CAN Message Object 74 Data Register Low
CAN_MODATAH74   0xF0005954         CAN Message Object 74 Data Register High
CAN_MOAR74      0xF0005958         CAN Message Object 74 Arbitration Register
CAN_MOCTR74     0xF000595C         CAN Message Object 74 Control Register
CAN_MOFCR75     0xF0005960         CAN Message Object 75 Function Control Register
CAN_MOFGPR75    0xF0005964         CAN Message Object 75 FIFO/Gateway Pointer Register
CAN_MOIPR75     0xF0005968         CAN Message Object 75 Interrupt Pointer Register
CAN_MOAMR75     0xF000596C         CAN Message Object 75 Acceptance Mask Register
CAN_MODATAL75   0xF0005970         CAN Message Object 75 Data Register Low
CAN_MODATAH75   0xF0005974         CAN Message Object 75 Data Register High
CAN_MOAR75      0xF0005978         CAN Message Object 75 Arbitration Register
CAN_MOCTR75     0xF000597C         CAN Message Object 75 Control Register
CAN_MOFCR76     0xF0005980         CAN Message Object 76 Function Control Register
CAN_MOFGPR76    0xF0005984         CAN Message Object 76 FIFO/Gateway Pointer Register
CAN_MOIPR76     0xF0005988         CAN Message Object 76 Interrupt Pointer Register
CAN_MOAMR76     0xF000598C         CAN Message Object 76 Acceptance Mask Register
CAN_MODATAL76   0xF0005990         CAN Message Object 76 Data Register Low
CAN_MODATAH76   0xF0005994         CAN Message Object 76 Data Register High
CAN_MOAR76      0xF0005998         CAN Message Object 76 Arbitration Register
CAN_MOCTR76     0xF000599C         CAN Message Object 76 Control Register
CAN_MOFCR77     0xF00059A0         CAN Message Object 77 Function Control Register
CAN_MOFGPR77    0xF00059A4         CAN Message Object 77 FIFO/Gateway Pointer Register
CAN_MOIPR77     0xF00059A8         CAN Message Object 77 Interrupt Pointer Register
CAN_MOAMR77     0xF00059AC         CAN Message Object 77 Acceptance Mask Register
CAN_MODATAL77   0xF00059B0         CAN Message Object 77 Data Register Low
CAN_MODATAH77   0xF00059B4         CAN Message Object 77 Data Register High
CAN_MOAR77      0xF00059B8         CAN Message Object 77 Arbitration Register
CAN_MOCTR77     0xF00059BC         CAN Message Object 77 Control Register
CAN_MOFCR78     0xF00059C0         CAN Message Object 78 Function Control Register
CAN_MOFGPR78    0xF00059C4         CAN Message Object 78 FIFO/Gateway Pointer Register
CAN_MOIPR78     0xF00059C8         CAN Message Object 78 Interrupt Pointer Register
CAN_MOAMR78     0xF00059CC         CAN Message Object 78 Acceptance Mask Register
CAN_MODATAL78   0xF00059D0         CAN Message Object 78 Data Register Low
CAN_MODATAH78   0xF00059D4         CAN Message Object 78 Data Register High
CAN_MOAR78      0xF00059D8         CAN Message Object 78 Arbitration Register
CAN_MOCTR78     0xF00059DC         CAN Message Object 78 Control Register
CAN_MOFCR79     0xF00059E0         CAN Message Object 79 Function Control Register
CAN_MOFGPR79    0xF00059E4         CAN Message Object 79 FIFO/Gateway Pointer Register
CAN_MOIPR79     0xF00059E8         CAN Message Object 79 Interrupt Pointer Register
CAN_MOAMR79     0xF00059EC         CAN Message Object 79 Acceptance Mask Register
CAN_MODATAL79   0xF00059F0         CAN Message Object 79 Data Register Low
CAN_MODATAH79   0xF00059F4         CAN Message Object 79 Data Register High
CAN_MOAR79      0xF00059F8         CAN Message Object 79 Arbitration Register
CAN_MOCTR79     0xF00059FC         CAN Message Object 79 Control Register
CAN_MOFCR80     0xF0005A00         CAN Message Object 80 Function Control Register
CAN_MOFGPR80    0xF0005A04         CAN Message Object 80 FIFO/Gateway Pointer Register
CAN_MOIPR80     0xF0005A08         CAN Message Object 80 Interrupt Pointer Register
CAN_MOAMR80     0xF0005A0C         CAN Message Object 80 Acceptance Mask Register
CAN_MODATAL80   0xF0005A10         CAN Message Object 80 Data Register Low
CAN_MODATAH80   0xF0005A14         CAN Message Object 80 Data Register High
CAN_MOAR80      0xF0005A18         CAN Message Object 80 Arbitration Register
CAN_MOCTR80     0xF0005A1C         CAN Message Object 80 Control Register
CAN_MOFCR81     0xF0005A20         CAN Message Object 81 Function Control Register
CAN_MOFGPR81    0xF0005A24         CAN Message Object 81 FIFO/Gateway Pointer Register
CAN_MOIPR81     0xF0005A28         CAN Message Object 81 Interrupt Pointer Register
CAN_MOAMR81     0xF0005A2C         CAN Message Object 81 Acceptance Mask Register
CAN_MODATAL81   0xF0005A30         CAN Message Object 81 Data Register Low
CAN_MODATAH81   0xF0005A34         CAN Message Object 81 Data Register High
CAN_MOAR81      0xF0005A38         CAN Message Object 81 Arbitration Register
CAN_MOCTR81     0xF0005A3C         CAN Message Object 81 Control Register
CAN_MOFCR82     0xF0005A40         CAN Message Object 82 Function Control Register
CAN_MOFGPR82    0xF0005A44         CAN Message Object 82 FIFO/Gateway Pointer Register
CAN_MOIPR82     0xF0005A48         CAN Message Object 82 Interrupt Pointer Register
CAN_MOAMR82     0xF0005A4C         CAN Message Object 82 Acceptance Mask Register
CAN_MODATAL82   0xF0005A50         CAN Message Object 82 Data Register Low
CAN_MODATAH82   0xF0005A54         CAN Message Object 82 Data Register High
CAN_MOAR82      0xF0005A58         CAN Message Object 82 Arbitration Register
CAN_MOCTR82     0xF0005A5C         CAN Message Object 82 Control Register
CAN_MOFCR83     0xF0005A60         CAN Message Object 83 Function Control Register
CAN_MOFGPR83    0xF0005A64         CAN Message Object 83 FIFO/Gateway Pointer Register
CAN_MOIPR83     0xF0005A68         CAN Message Object 83 Interrupt Pointer Register
CAN_MOAMR83     0xF0005A6C         CAN Message Object 83 Acceptance Mask Register
CAN_MODATAL83   0xF0005A70         CAN Message Object 83 Data Register Low
CAN_MODATAH83   0xF0005A74         CAN Message Object 83 Data Register High
CAN_MOAR83      0xF0005A78         CAN Message Object 83 Arbitration Register
CAN_MOCTR83     0xF0005A7C         CAN Message Object 83 Control Register
CAN_MOFCR84     0xF0005A80         CAN Message Object 84 Function Control Register
CAN_MOFGPR84    0xF0005A84         CAN Message Object 84 FIFO/Gateway Pointer Register
CAN_MOIPR84     0xF0005A88         CAN Message Object 84 Interrupt Pointer Register
CAN_MOAMR84     0xF0005A8C         CAN Message Object 84 Acceptance Mask Register
CAN_MODATAL84   0xF0005A90         CAN Message Object 84 Data Register Low
CAN_MODATAH84   0xF0005A94         CAN Message Object 84 Data Register High
CAN_MOAR84      0xF0005A98         CAN Message Object 84 Arbitration Register
CAN_MOCTR84     0xF0005A9C         CAN Message Object 84 Control Register
CAN_MOFCR85     0xF0005AA0         CAN Message Object 85 Function Control Register
CAN_MOFGPR85    0xF0005AA4         CAN Message Object 85 FIFO/Gateway Pointer Register
CAN_MOIPR85     0xF0005AA8         CAN Message Object 85 Interrupt Pointer Register
CAN_MOAMR85     0xF0005AAC         CAN Message Object 85 Acceptance Mask Register
CAN_MODATAL85   0xF0005AB0         CAN Message Object 85 Data Register Low
CAN_MODATAH85   0xF0005AB4         CAN Message Object 85 Data Register High
CAN_MOAR85      0xF0005AB8         CAN Message Object 85 Arbitration Register
CAN_MOCTR85     0xF0005ABC         CAN Message Object 85 Control Register
CAN_MOFCR86     0xF0005AC0         CAN Message Object 86 Function Control Register
CAN_MOFGPR86    0xF0005AC4         CAN Message Object 86 FIFO/Gateway Pointer Register
CAN_MOIPR86     0xF0005AC8         CAN Message Object 86 Interrupt Pointer Register
CAN_MOAMR86     0xF0005ACC         CAN Message Object 86 Acceptance Mask Register
CAN_MODATAL86   0xF0005AD0         CAN Message Object 86 Data Register Low
CAN_MODATAH86   0xF0005AD4         CAN Message Object 86 Data Register High
CAN_MOAR86      0xF0005AD8         CAN Message Object 86 Arbitration Register
CAN_MOCTR86     0xF0005ADC         CAN Message Object 86 Control Register
CAN_MOFCR87     0xF0005AE0         CAN Message Object 87 Function Control Register
CAN_MOFGPR87    0xF0005AE4         CAN Message Object 87 FIFO/Gateway Pointer Register
CAN_MOIPR87     0xF0005AE8         CAN Message Object 87 Interrupt Pointer Register
CAN_MOAMR87     0xF0005AEC         CAN Message Object 87 Acceptance Mask Register
CAN_MODATAL87   0xF0005AF0         CAN Message Object 87 Data Register Low
CAN_MODATAH87   0xF0005AF4         CAN Message Object 87 Data Register High
CAN_MOAR87      0xF0005AF8         CAN Message Object 87 Arbitration Register
CAN_MOCTR87     0xF0005AFC         CAN Message Object 87 Control Register
CAN_MOFCR88     0xF0005B00         CAN Message Object 88 Function Control Register
CAN_MOFGPR88    0xF0005B04         CAN Message Object 88 FIFO/Gateway Pointer Register
CAN_MOIPR88     0xF0005B08         CAN Message Object 88 Interrupt Pointer Register
CAN_MOAMR88     0xF0005B0C         CAN Message Object 88 Acceptance Mask Register
CAN_MODATAL88   0xF0005B10         CAN Message Object 88 Data Register Low
CAN_MODATAH88   0xF0005B14         CAN Message Object 88 Data Register High
CAN_MOAR88      0xF0005B18         CAN Message Object 88 Arbitration Register
CAN_MOCTR88     0xF0005B1C         CAN Message Object 88 Control Register
CAN_MOFCR89     0xF0005B20         CAN Message Object 89 Function Control Register
CAN_MOFGPR89    0xF0005B24         CAN Message Object 89 FIFO/Gateway Pointer Register
CAN_MOIPR89     0xF0005B28         CAN Message Object 89 Interrupt Pointer Register
CAN_MOAMR89     0xF0005B2C         CAN Message Object 89 Acceptance Mask Register
CAN_MODATAL89   0xF0005B30         CAN Message Object 89 Data Register Low
CAN_MODATAH89   0xF0005B34         CAN Message Object 89 Data Register High
CAN_MOAR89      0xF0005B38         CAN Message Object 89 Arbitration Register
CAN_MOCTR89     0xF0005B3C         CAN Message Object 89 Control Register
CAN_MOFCR90     0xF0005B40         CAN Message Object 90 Function Control Register
CAN_MOFGPR90    0xF0005B44         CAN Message Object 90 FIFO/Gateway Pointer Register
CAN_MOIPR90     0xF0005B48         CAN Message Object 90 Interrupt Pointer Register
CAN_MOAMR90     0xF0005B4C         CAN Message Object 90 Acceptance Mask Register
CAN_MODATAL90   0xF0005B50         CAN Message Object 90 Data Register Low
CAN_MODATAH90   0xF0005B54         CAN Message Object 90 Data Register High
CAN_MOAR90      0xF0005B58         CAN Message Object 90 Arbitration Register
CAN_MOCTR90     0xF0005B5C         CAN Message Object 90 Control Register
CAN_MOFCR91     0xF0005B60         CAN Message Object 91 Function Control Register
CAN_MOFGPR91    0xF0005B64         CAN Message Object 91 FIFO/Gateway Pointer Register
CAN_MOIPR91     0xF0005B68         CAN Message Object 91 Interrupt Pointer Register
CAN_MOAMR91     0xF0005B6C         CAN Message Object 91 Acceptance Mask Register
CAN_MODATAL91   0xF0005B70         CAN Message Object 91 Data Register Low
CAN_MODATAH91   0xF0005B74         CAN Message Object 91 Data Register High
CAN_MOAR91      0xF0005B78         CAN Message Object 91 Arbitration Register
CAN_MOCTR91     0xF0005B7C         CAN Message Object 91 Control Register
CAN_MOFCR92     0xF0005B80         CAN Message Object 92 Function Control Register
CAN_MOFGPR92    0xF0005B84         CAN Message Object 92 FIFO/Gateway Pointer Register
CAN_MOIPR92     0xF0005B88         CAN Message Object 92 Interrupt Pointer Register
CAN_MOAMR92     0xF0005B8C         CAN Message Object 92 Acceptance Mask Register
CAN_MODATAL92   0xF0005B90         CAN Message Object 92 Data Register Low
CAN_MODATAH92   0xF0005B94         CAN Message Object 92 Data Register High
CAN_MOAR92      0xF0005B98         CAN Message Object 92 Arbitration Register
CAN_MOCTR92     0xF0005B9C         CAN Message Object 92 Control Register
CAN_MOFCR93     0xF0005BA0         CAN Message Object 93 Function Control Register
CAN_MOFGPR93    0xF0005BA4         CAN Message Object 93 FIFO/Gateway Pointer Register
CAN_MOIPR93     0xF0005BA8         CAN Message Object 93 Interrupt Pointer Register
CAN_MOAMR93     0xF0005BAC         CAN Message Object 93 Acceptance Mask Register
CAN_MODATAL93   0xF0005BB0         CAN Message Object 93 Data Register Low
CAN_MODATAH93   0xF0005BB4         CAN Message Object 93 Data Register High
CAN_MOAR93      0xF0005BB8         CAN Message Object 93 Arbitration Register
CAN_MOCTR93     0xF0005BBC         CAN Message Object 93 Control Register
CAN_MOFCR94     0xF0005BC0         CAN Message Object 94 Function Control Register
CAN_MOFGPR94    0xF0005BC4         CAN Message Object 94 FIFO/Gateway Pointer Register
CAN_MOIPR94     0xF0005BC8         CAN Message Object 94 Interrupt Pointer Register
CAN_MOAMR94     0xF0005BCC         CAN Message Object 94 Acceptance Mask Register
CAN_MODATAL94   0xF0005BD0         CAN Message Object 94 Data Register Low
CAN_MODATAH94   0xF0005BD4         CAN Message Object 94 Data Register High
CAN_MOAR94      0xF0005BD8         CAN Message Object 94 Arbitration Register
CAN_MOCTR94     0xF0005BDC         CAN Message Object 94 Control Register
CAN_MOFCR95     0xF0005BE0         CAN Message Object 95 Function Control Register
CAN_MOFGPR95    0xF0005BE4         CAN Message Object 95 FIFO/Gateway Pointer Register
CAN_MOIPR95     0xF0005BE8         CAN Message Object 95 Interrupt Pointer Register
CAN_MOAMR95     0xF0005BEC         CAN Message Object 95 Acceptance Mask Register
CAN_MODATAL95   0xF0005BF0         CAN Message Object 95 Data Register Low
CAN_MODATAH95   0xF0005BF4         CAN Message Object 95 Data Register High
CAN_MOAR95      0xF0005BF8         CAN Message Object 95 Arbitration Register
CAN_MOCTR95     0xF0005BFC         CAN Message Object 95 Control Register
CAN_MOFCR96     0xF0005C00         CAN Message Object 96 Function Control Register
CAN_MOFGPR96    0xF0005C04         CAN Message Object 96 FIFO/Gateway Pointer Register
CAN_MOIPR96     0xF0005C08         CAN Message Object 96 Interrupt Pointer Register
CAN_MOAMR96     0xF0005C0C         CAN Message Object 96 Acceptance Mask Register
CAN_MODATAL96   0xF0005C10         CAN Message Object 96 Data Register Low
CAN_MODATAH96   0xF0005C14         CAN Message Object 96 Data Register High
CAN_MOAR96      0xF0005C18         CAN Message Object 96 Arbitration Register
CAN_MOCTR96     0xF0005C1C         CAN Message Object 96 Control Register
CAN_MOFCR97     0xF0005C20         CAN Message Object 97 Function Control Register
CAN_MOFGPR97    0xF0005C24         CAN Message Object 97 FIFO/Gateway Pointer Register
CAN_MOIPR97     0xF0005C28         CAN Message Object 97 Interrupt Pointer Register
CAN_MOAMR97     0xF0005C2C         CAN Message Object 97 Acceptance Mask Register
CAN_MODATAL97   0xF0005C30         CAN Message Object 97 Data Register Low
CAN_MODATAH97   0xF0005C34         CAN Message Object 97 Data Register High
CAN_MOAR97      0xF0005C38         CAN Message Object 97 Arbitration Register
CAN_MOCTR97     0xF0005C3C         CAN Message Object 97 Control Register
CAN_MOFCR98     0xF0005C40         CAN Message Object 98 Function Control Register
CAN_MOFGPR98    0xF0005C44         CAN Message Object 98 FIFO/Gateway Pointer Register
CAN_MOIPR98     0xF0005C48         CAN Message Object 98 Interrupt Pointer Register
CAN_MOAMR98     0xF0005C4C         CAN Message Object 98 Acceptance Mask Register
CAN_MODATAL98   0xF0005C50         CAN Message Object 98 Data Register Low
CAN_MODATAH98   0xF0005C54         CAN Message Object 98 Data Register High
CAN_MOAR98      0xF0005C58         CAN Message Object 98 Arbitration Register
CAN_MOCTR98     0xF0005C5C         CAN Message Object 98 Control Register
CAN_MOFCR99     0xF0005C60         CAN Message Object 99 Function Control Register
CAN_MOFGPR99    0xF0005C64         CAN Message Object 99 FIFO/Gateway Pointer Register
CAN_MOIPR99     0xF0005C68         CAN Message Object 99 Interrupt Pointer Register
CAN_MOAMR99     0xF0005C6C         CAN Message Object 99 Acceptance Mask Register
CAN_MODATAL99   0xF0005C70         CAN Message Object 99 Data Register Low
CAN_MODATAH99   0xF0005C74         CAN Message Object 99 Data Register High
CAN_MOAR99      0xF0005C78         CAN Message Object 99 Arbitration Register
CAN_MOCTR99     0xF0005C7C         CAN Message Object 99 Control Register
CAN_MOFCR100    0xF0005C80         CAN Message Object 100 Function Control Register
CAN_MOFGPR100   0xF0005C84         CAN Message Object 100 FIFO/Gateway Pointer Register
CAN_MOIPR100    0xF0005C88         CAN Message Object 100 Interrupt Pointer Register
CAN_MOAMR100    0xF0005C8C         CAN Message Object 100 Acceptance Mask Register
CAN_MODATAL100  0xF0005C90         CAN Message Object 100 Data Register Low
CAN_MODATAH100  0xF0005C94         CAN Message Object 100 Data Register High
CAN_MOAR100     0xF0005C98         CAN Message Object 100 Arbitration Register
CAN_MOCTR100    0xF0005C9C         CAN Message Object 100 Control Register
CAN_MOFCR101    0xF0005CA0         CAN Message Object 101 Function Control Register
CAN_MOFGPR101   0xF0005CA4         CAN Message Object 101 FIFO/Gateway Pointer Register
CAN_MOIPR101    0xF0005CA8         CAN Message Object 101 Interrupt Pointer Register
CAN_MOAMR101    0xF0005CAC         CAN Message Object 101 Acceptance Mask Register
CAN_MODATAL101  0xF0005CB0         CAN Message Object 101 Data Register Low
CAN_MODATAH101  0xF0005CB4         CAN Message Object 101 Data Register High
CAN_MOAR101     0xF0005CB8         CAN Message Object 101 Arbitration Register
CAN_MOCTR101    0xF0005CBC         CAN Message Object 101 Control Register
CAN_MOFCR102    0xF0005CC0         CAN Message Object 102 Function Control Register
CAN_MOFGPR102   0xF0005CC4         CAN Message Object 102 FIFO/Gateway Pointer Register
CAN_MOIPR102    0xF0005CC8         CAN Message Object 102 Interrupt Pointer Register
CAN_MOAMR102    0xF0005CCC         CAN Message Object 102 Acceptance Mask Register
CAN_MODATAL102  0xF0005CD0         CAN Message Object 102 Data Register Low
CAN_MODATAH102  0xF0005CD4         CAN Message Object 102 Data Register High
CAN_MOAR102     0xF0005CD8         CAN Message Object 102 Arbitration Register
CAN_MOCTR102    0xF0005CDC         CAN Message Object 102 Control Register
CAN_MOFCR103    0xF0005CE0         CAN Message Object 103 Function Control Register
CAN_MOFGPR103   0xF0005CE4         CAN Message Object 103 FIFO/Gateway Pointer Register
CAN_MOIPR103    0xF0005CE8         CAN Message Object 103 Interrupt Pointer Register
CAN_MOAMR103    0xF0005CEC         CAN Message Object 103 Acceptance Mask Register
CAN_MODATAL103  0xF0005CF0         CAN Message Object 103 Data Register Low
CAN_MODATAH103  0xF0005CF4         CAN Message Object 103 Data Register High
CAN_MOAR103     0xF0005CF8         CAN Message Object 103 Arbitration Register
CAN_MOCTR103    0xF0005CFC         CAN Message Object 103 Control Register
CAN_MOFCR104    0xF0005D00         CAN Message Object 104 Function Control Register
CAN_MOFGPR104   0xF0005D04         CAN Message Object 104 FIFO/Gateway Pointer Register
CAN_MOIPR104    0xF0005D08         CAN Message Object 104 Interrupt Pointer Register
CAN_MOAMR104    0xF0005D0C         CAN Message Object 104 Acceptance Mask Register
CAN_MODATAL104  0xF0005D10         CAN Message Object 104 Data Register Low
CAN_MODATAH104  0xF0005D14         CAN Message Object 104 Data Register High
CAN_MOAR104     0xF0005D18         CAN Message Object 104 Arbitration Register
CAN_MOCTR104    0xF0005D1C         CAN Message Object 104 Control Register
CAN_MOFCR105    0xF0005D20         CAN Message Object 105 Function Control Register
CAN_MOFGPR105   0xF0005D24         CAN Message Object 105 FIFO/Gateway Pointer Register
CAN_MOIPR105    0xF0005D28         CAN Message Object 105 Interrupt Pointer Register
CAN_MOAMR105    0xF0005D2C         CAN Message Object 105 Acceptance Mask Register
CAN_MODATAL105  0xF0005D30         CAN Message Object 105 Data Register Low
CAN_MODATAH105  0xF0005D34         CAN Message Object 105 Data Register High
CAN_MOAR105     0xF0005D38         CAN Message Object 105 Arbitration Register
CAN_MOCTR105    0xF0005D3C         CAN Message Object 105 Control Register
CAN_MOFCR106    0xF0005D40         CAN Message Object 106 Function Control Register
CAN_MOFGPR106   0xF0005D44         CAN Message Object 106 FIFO/Gateway Pointer Register
CAN_MOIPR106    0xF0005D48         CAN Message Object 106 Interrupt Pointer Register
CAN_MOAMR106    0xF0005D4C         CAN Message Object 106 Acceptance Mask Register
CAN_MODATAL106  0xF0005D50         CAN Message Object 106 Data Register Low
CAN_MODATAH106  0xF0005D54         CAN Message Object 106 Data Register High
CAN_MOAR106     0xF0005D58         CAN Message Object 106 Arbitration Register
CAN_MOCTR106    0xF0005D5C         CAN Message Object 106 Control Register
CAN_MOFCR107    0xF0005D60         CAN Message Object 107 Function Control Register
CAN_MOFGPR107   0xF0005D64         CAN Message Object 107 FIFO/Gateway Pointer Register
CAN_MOIPR107    0xF0005D68         CAN Message Object 107 Interrupt Pointer Register
CAN_MOAMR107    0xF0005D6C         CAN Message Object 107 Acceptance Mask Register
CAN_MODATAL107  0xF0005D70         CAN Message Object 107 Data Register Low
CAN_MODATAH107  0xF0005D74         CAN Message Object 107 Data Register High
CAN_MOAR107     0xF0005D78         CAN Message Object 107 Arbitration Register
CAN_MOCTR107    0xF0005D7C         CAN Message Object 107 Control Register
CAN_MOFCR108    0xF0005D80         CAN Message Object 108 Function Control Register
CAN_MOFGPR108   0xF0005D84         CAN Message Object 108 FIFO/Gateway Pointer Register
CAN_MOIPR108    0xF0005D88         CAN Message Object 108 Interrupt Pointer Register
CAN_MOAMR108    0xF0005D8C         CAN Message Object 108 Acceptance Mask Register
CAN_MODATAL108  0xF0005D90         CAN Message Object 108 Data Register Low
CAN_MODATAH108  0xF0005D94         CAN Message Object 108 Data Register High
CAN_MOAR108     0xF0005D98         CAN Message Object 108 Arbitration Register
CAN_MOCTR108    0xF0005D9C         CAN Message Object 108 Control Register
CAN_MOFCR109    0xF0005DA0         CAN Message Object 109 Function Control Register
CAN_MOFGPR109   0xF0005DA4         CAN Message Object 109 FIFO/Gateway Pointer Register
CAN_MOIPR109    0xF0005DA8         CAN Message Object 109 Interrupt Pointer Register
CAN_MOAMR109    0xF0005DAC         CAN Message Object 109 Acceptance Mask Register
CAN_MODATAL109  0xF0005DB0         CAN Message Object 109 Data Register Low
CAN_MODATAH109  0xF0005DB4         CAN Message Object 109 Data Register High
CAN_MOAR109     0xF0005DB8         CAN Message Object 109 Arbitration Register
CAN_MOCTR109    0xF0005DBC         CAN Message Object 109 Control Register
CAN_MOFCR110    0xF0005DC0         CAN Message Object 110 Function Control Register
CAN_MOFGPR110   0xF0005DC4         CAN Message Object 110 FIFO/Gateway Pointer Register
CAN_MOIPR110    0xF0005DC8         CAN Message Object 110 Interrupt Pointer Register
CAN_MOAMR110    0xF0005DCC         CAN Message Object 110 Acceptance Mask Register
CAN_MODATAL110  0xF0005DD0         CAN Message Object 110 Data Register Low
CAN_MODATAH110  0xF0005DD4         CAN Message Object 110 Data Register High
CAN_MOAR110     0xF0005DD8         CAN Message Object 110 Arbitration Register
CAN_MOCTR110    0xF0005DDC         CAN Message Object 110 Control Register
CAN_MOFCR111    0xF0005DE0         CAN Message Object 111 Function Control Register
CAN_MOFGPR111   0xF0005DE4         CAN Message Object 111 FIFO/Gateway Pointer Register
CAN_MOIPR111    0xF0005DE8         CAN Message Object 111 Interrupt Pointer Register
CAN_MOAMR111    0xF0005DEC         CAN Message Object 111 Acceptance Mask Register
CAN_MODATAL111  0xF0005DF0         CAN Message Object 111 Data Register Low
CAN_MODATAH111  0xF0005DF4         CAN Message Object 111 Data Register High
CAN_MOAR111     0xF0005DF8         CAN Message Object 111 Arbitration Register
CAN_MOCTR111    0xF0005DFC         CAN Message Object 111 Control Register
CAN_MOFCR112    0xF0005E00         CAN Message Object 112 Function Control Register
CAN_MOFGPR112   0xF0005E04         CAN Message Object 112 FIFO/Gateway Pointer Register
CAN_MOIPR112    0xF0005E08         CAN Message Object 112 Interrupt Pointer Register
CAN_MOAMR112    0xF0005E0C         CAN Message Object 112 Acceptance Mask Register
CAN_MODATAL112  0xF0005E10         CAN Message Object 112 Data Register Low
CAN_MODATAH112  0xF0005E14         CAN Message Object 112 Data Register High
CAN_MOAR112     0xF0005E18         CAN Message Object 112 Arbitration Register
CAN_MOCTR112    0xF0005E1C         CAN Message Object 112 Control Register
CAN_MOFCR113    0xF0005E20         CAN Message Object 113 Function Control Register
CAN_MOFGPR113   0xF0005E24         CAN Message Object 113 FIFO/Gateway Pointer Register
CAN_MOIPR113    0xF0005E28         CAN Message Object 113 Interrupt Pointer Register
CAN_MOAMR113    0xF0005E2C         CAN Message Object 113 Acceptance Mask Register
CAN_MODATAL113  0xF0005E30         CAN Message Object 113 Data Register Low
CAN_MODATAH113  0xF0005E34         CAN Message Object 113 Data Register High
CAN_MOAR113     0xF0005E38         CAN Message Object 113 Arbitration Register
CAN_MOCTR113    0xF0005E3C         CAN Message Object 113 Control Register
CAN_MOFCR114    0xF0005E40         CAN Message Object 114 Function Control Register
CAN_MOFGPR114   0xF0005E44         CAN Message Object 114 FIFO/Gateway Pointer Register
CAN_MOIPR114    0xF0005E48         CAN Message Object 114 Interrupt Pointer Register
CAN_MOAMR114    0xF0005E4C         CAN Message Object 114 Acceptance Mask Register
CAN_MODATAL114  0xF0005E50         CAN Message Object 114 Data Register Low
CAN_MODATAH114  0xF0005E54         CAN Message Object 114 Data Register High
CAN_MOAR114     0xF0005E58         CAN Message Object 114 Arbitration Register
CAN_MOCTR114    0xF0005E5C         CAN Message Object 114 Control Register
CAN_MOFCR115    0xF0005E60         CAN Message Object 115 Function Control Register
CAN_MOFGPR115   0xF0005E64         CAN Message Object 115 FIFO/Gateway Pointer Register
CAN_MOIPR115    0xF0005E68         CAN Message Object 115 Interrupt Pointer Register
CAN_MOAMR115    0xF0005E6C         CAN Message Object 115 Acceptance Mask Register
CAN_MODATAL115  0xF0005E70         CAN Message Object 115 Data Register Low
CAN_MODATAH115  0xF0005E74         CAN Message Object 115 Data Register High
CAN_MOAR115     0xF0005E78         CAN Message Object 115 Arbitration Register
CAN_MOCTR115    0xF0005E7C         CAN Message Object 115 Control Register
CAN_MOFCR116    0xF0005E80         CAN Message Object 116 Function Control Register
CAN_MOFGPR116   0xF0005E84         CAN Message Object 116 FIFO/Gateway Pointer Register
CAN_MOIPR116    0xF0005E88         CAN Message Object 116 Interrupt Pointer Register
CAN_MOAMR116    0xF0005E8C         CAN Message Object 116 Acceptance Mask Register
CAN_MODATAL116  0xF0005E90         CAN Message Object 116 Data Register Low
CAN_MODATAH116  0xF0005E94         CAN Message Object 116 Data Register High
CAN_MOAR116     0xF0005E98         CAN Message Object 116 Arbitration Register
CAN_MOCTR116    0xF0005E9C         CAN Message Object 116 Control Register
CAN_MOFCR117    0xF0005EA0         CAN Message Object 117 Function Control Register
CAN_MOFGPR117   0xF0005EA4         CAN Message Object 117 FIFO/Gateway Pointer Register
CAN_MOIPR117    0xF0005EA8         CAN Message Object 117 Interrupt Pointer Register
CAN_MOAMR117    0xF0005EAC         CAN Message Object 117 Acceptance Mask Register
CAN_MODATAL117  0xF0005EB0         CAN Message Object 117 Data Register Low
CAN_MODATAH117  0xF0005EB4         CAN Message Object 117 Data Register High
CAN_MOAR117     0xF0005EB8         CAN Message Object 117 Arbitration Register
CAN_MOCTR117    0xF0005EBC         CAN Message Object 117 Control Register
CAN_MOFCR118    0xF0005EC0         CAN Message Object 118 Function Control Register
CAN_MOFGPR118   0xF0005EC4         CAN Message Object 118 FIFO/Gateway Pointer Register
CAN_MOIPR118    0xF0005EC8         CAN Message Object 118 Interrupt Pointer Register
CAN_MOAMR118    0xF0005ECC         CAN Message Object 118 Acceptance Mask Register
CAN_MODATAL118  0xF0005ED0         CAN Message Object 118 Data Register Low
CAN_MODATAH118  0xF0005ED4         CAN Message Object 118 Data Register High
CAN_MOAR118     0xF0005ED8         CAN Message Object 118 Arbitration Register
CAN_MOCTR118    0xF0005EDC         CAN Message Object 118 Control Register
CAN_MOFCR119    0xF0005EE0         CAN Message Object 119 Function Control Register
CAN_MOFGPR119   0xF0005EE4         CAN Message Object 119 FIFO/Gateway Pointer Register
CAN_MOIPR119    0xF0005EE8         CAN Message Object 119 Interrupt Pointer Register
CAN_MOAMR119    0xF0005EEC         CAN Message Object 119 Acceptance Mask Register
CAN_MODATAL119  0xF0005EF0         CAN Message Object 119 Data Register Low
CAN_MODATAH119  0xF0005EF4         CAN Message Object 119 Data Register High
CAN_MOAR119     0xF0005EF8         CAN Message Object 119 Arbitration Register
CAN_MOCTR119    0xF0005EFC         CAN Message Object 119 Control Register
CAN_MOFCR120    0xF0005F00         CAN Message Object 120 Function Control Register
CAN_MOFGPR120   0xF0005F04         CAN Message Object 120 FIFO/Gateway Pointer Register
CAN_MOIPR120    0xF0005F08         CAN Message Object 120 Interrupt Pointer Register
CAN_MOAMR120    0xF0005F0C         CAN Message Object 120 Acceptance Mask Register
CAN_MODATAL120  0xF0005F10         CAN Message Object 120 Data Register Low
CAN_MODATAH120  0xF0005F14         CAN Message Object 120 Data Register High
CAN_MOAR120     0xF0005F18         CAN Message Object 120 Arbitration Register
CAN_MOCTR120    0xF0005F1C         CAN Message Object 120 Control Register
CAN_MOFCR121    0xF0005F20         CAN Message Object 121 Function Control Register
CAN_MOFGPR121   0xF0005F24         CAN Message Object 121 FIFO/Gateway Pointer Register
CAN_MOIPR121    0xF0005F28         CAN Message Object 121 Interrupt Pointer Register
CAN_MOAMR121    0xF0005F2C         CAN Message Object 121 Acceptance Mask Register
CAN_MODATAL121  0xF0005F30         CAN Message Object 121 Data Register Low
CAN_MODATAH121  0xF0005F34         CAN Message Object 121 Data Register High
CAN_MOAR121     0xF0005F38         CAN Message Object 121 Arbitration Register
CAN_MOCTR121    0xF0005F3C         CAN Message Object 121 Control Register
CAN_MOFCR122    0xF0005F40         CAN Message Object 122 Function Control Register
CAN_MOFGPR122   0xF0005F44         CAN Message Object 122 FIFO/Gateway Pointer Register
CAN_MOIPR122    0xF0005F48         CAN Message Object 122 Interrupt Pointer Register
CAN_MOAMR122    0xF0005F4C         CAN Message Object 122 Acceptance Mask Register
CAN_MODATAL122  0xF0005F50         CAN Message Object 122 Data Register Low
CAN_MODATAH122  0xF0005F54         CAN Message Object 122 Data Register High
CAN_MOAR122     0xF0005F58         CAN Message Object 122 Arbitration Register
CAN_MOCTR122    0xF0005F5C         CAN Message Object 122 Control Register
CAN_MOFCR123    0xF0005F60         CAN Message Object 123 Function Control Register
CAN_MOFGPR123   0xF0005F64         CAN Message Object 123 FIFO/Gateway Pointer Register
CAN_MOIPR123    0xF0005F68         CAN Message Object 123 Interrupt Pointer Register
CAN_MOAMR123    0xF0005F6C         CAN Message Object 123 Acceptance Mask Register
CAN_MODATAL123  0xF0005F70         CAN Message Object 123 Data Register Low
CAN_MODATAH123  0xF0005F74         CAN Message Object 123 Data Register High
CAN_MOAR123     0xF0005F78         CAN Message Object 123 Arbitration Register
CAN_MOCTR123    0xF0005F7C         CAN Message Object 123 Control Register
CAN_MOFCR124    0xF0005F80         CAN Message Object 124 Function Control Register
CAN_MOFGPR124   0xF0005F84         CAN Message Object 124 FIFO/Gateway Pointer Register
CAN_MOIPR124    0xF0005F88         CAN Message Object 124 Interrupt Pointer Register
CAN_MOAMR124    0xF0005F8C         CAN Message Object 124 Acceptance Mask Register
CAN_MODATAL124  0xF0005F90         CAN Message Object 124 Data Register Low
CAN_MODATAH124  0xF0005F94         CAN Message Object 124 Data Register High
CAN_MOAR124     0xF0005F98         CAN Message Object 124 Arbitration Register
CAN_MOCTR124    0xF0005F9C         CAN Message Object 124 Control Register
CAN_MOFCR125    0xF0005FA0         CAN Message Object 125 Function Control Register
CAN_MOFGPR125   0xF0005FA4         CAN Message Object 125 FIFO/Gateway Pointer Register
CAN_MOIPR125    0xF0005FA8         CAN Message Object 125 Interrupt Pointer Register
CAN_MOAMR125    0xF0005FAC         CAN Message Object 125 Acceptance Mask Register
CAN_MODATAL125  0xF0005FB0         CAN Message Object 125 Data Register Low
CAN_MODATAH125  0xF0005FB4         CAN Message Object 125 Data Register High
CAN_MOAR125     0xF0005FB8         CAN Message Object 125 Arbitration Register
CAN_MOCTR125    0xF0005FBC         CAN Message Object 125 Control Register
CAN_MOFCR126    0xF0005FC0         CAN Message Object 126 Function Control Register
CAN_MOFGPR126   0xF0005FC4         CAN Message Object 126 FIFO/Gateway Pointer Register
CAN_MOIPR126    0xF0005FC8         CAN Message Object 126 Interrupt Pointer Register
CAN_MOAMR126    0xF0005FCC         CAN Message Object 126 Acceptance Mask Register
CAN_MODATAL126  0xF0005FD0         CAN Message Object 126 Data Register Low
CAN_MODATAH126  0xF0005FD4         CAN Message Object 126 Data Register High
CAN_MOAR126     0xF0005FD8         CAN Message Object 126 Arbitration Register
CAN_MOCTR126    0xF0005FDC         CAN Message Object 126 Control Register
CAN_MOFCR127    0xF0005FE0         CAN Message Object 127 Function Control Register
CAN_MOFGPR127   0xF0005FE4         CAN Message Object 127 FIFO/Gateway Pointer Register
CAN_MOIPR127    0xF0005FE8         CAN Message Object 127 Interrupt Pointer Register
CAN_MOAMR127    0xF0005FEC         CAN Message Object 127 Acceptance Mask Register
CAN_MODATAL127  0xF0005FF0         CAN Message Object 127 Data Register Low
CAN_MODATAH127  0xF0005FF4         CAN Message Object 127 Data Register High
CAN_MOAR127     0xF0005FF8         CAN Message Object 127 Arbitration Register
CAN_MOCTR127    0xF0005FFC         CAN Message Object 127 Control Register
ERAY_CLC        0xF0010000         ERAY Clock Control Register
ERAY_CUST1      0xF0010004         Busy and Input Buffer Control Register
ERAY_ID         0xF0010008         Module Identification Register
ERAY_CUST3      0xF001000C         Customer Interface Timeout Counter
ERAY_TEST1      0xF0010010         Test Register 1
ERAY_TEST2      0xF0010014         Test Register 2
ERAY_LCK        0xF001001C         Lock Register
ERAY_EIR        0xF0010020         Error Service Request Register
ERAY_SIR        0xF0010024         Status Service Request Register
ERAY_EILS       0xF0010028         Error Service Request Line Select
ERAY_SILS       0xF001002C         Status Service Request Line Select
ERAY_EIES       0xF0010030         Error Service Request Enable Set
ERAY_EIER       0xF0010034         Error Service Request Enable Reset
ERAY_SIES       0xF0010038         Status Service Request Enable Set
ERAY_SIER       0xF001003C         Status Service Request Enable Reset
ERAY_ILE        0xF0010040         Service Request Line Enable
ERAY_T0C        0xF0010044         Timer 0 Configuration
ERAY_T1C        0xF0010048         Timer 1 Configuration
ERAY_STPW1      0xF001004C         Stop Watch Register 1
ERAY_STPW2      0xF0010050         Stop Watch Register 2
ERAY_SUCC1      0xF0010080         SUC Configuration Register 1
ERAY_SUCC2      0xF0010084         SUC Configuration Register 2
ERAY_SUCC3      0xF0010088         SUC Configuration Register 3
ERAY_NEMC       0xF001008C         NEM Configuration Register
ERAY_PRTC1      0xF0010090         PRT Configuration Register 1
ERAY_PRTC2      0xF0010094         PRT Configuration Register 2
ERAY_MHDC       0xF0010098         MHD Configuration Register
ERAY_GTUC01     0xF00100A0         GTU Configuration Register 1
ERAY_GTUC02     0xF00100A4         GTU Configuration Register 2
ERAY_GTUC03     0xF00100A8         GTU Configuration Register 3
ERAY_GTUC04     0xF00100AC         GTU Configuration Register 4
ERAY_GTUC05     0xF00100B0         GTU Configuration Register 5
ERAY_GTUC06     0xF00100B4         GTU Configuration Register 6
ERAY_GTUC07     0xF00100B8         GTU Configuration Register 7
ERAY_GTUC08     0xF00100BC         GTU Configuration Register 8
ERAY_GTUC09     0xF00100C0         GTU Configuration Register 9
ERAY_GTUC10     0xF00100C4         GTU Configuration Register 10
ERAY_GTUC11     0xF00100C8         GTU Configuration Register 11
ERAY_CCSV       0xF0010100         Communication Controller Status Vector
ERAY_CCEV       0xF0010104         Communication Controller Error Vector
ERAY_SCV        0xF0010110         Slot Counter Value
ERAY_MTCCV      0xF0010114         Macrotick and Cycle Counter Value
ERAY_RCV        0xF0010118         Rate Correction Value
ERAY_OCV        0xF001011C         Offset Correction Value
ERAY_SFS        0xF0010120         SYNC Frame Status
ERAY_SWNIT      0xF0010124         Symbol Window and Network Idle Time Status
ERAY_ACS        0xF0010128         Aggregated Channel Status
ERAY_ESID01     0xF0010130         Even Sync ID Symbol Window 01
ERAY_ESID02     0xF0010134         Even Sync ID Symbol Window 02
ERAY_ESID03     0xF0010138         Even Sync ID Symbol Window 03
ERAY_ESID04     0xF001013C         Even Sync ID Symbol Window 04
ERAY_ESID05     0xF0010140         Even Sync ID Symbol Window 05
ERAY_ESID06     0xF0010144         Even Sync ID Symbol Window 06
ERAY_ESID07     0xF0010148         Even Sync ID Symbol Window 07
ERAY_ESID08     0xF001014C         Even Sync ID Symbol Window 08
ERAY_ESID09     0xF0010150         Even Sync ID Symbol Window 09
ERAY_ESID10     0xF0010154         Even Sync ID Symbol Window 10
ERAY_ESID11     0xF0010158         Even Sync ID Symbol Window 11
ERAY_ESID12     0xF001015C         Even Sync ID Symbol Window 12
ERAY_ESID13     0xF0010160         Even Sync ID Symbol Window 13
ERAY_ESID14     0xF0010164         Even Sync ID Symbol Window 14
ERAY_ESID15     0xF0010168         Even Sync ID Symbol Window 15
ERAY_OSID01     0xF0010170         Odd Sync ID Symbol Window 01
ERAY_OSID02     0xF0010174         Odd Sync ID Symbol Window 02
ERAY_OSID03     0xF0010178         Odd Sync ID Symbol Window 03
ERAY_OSID04     0xF001017C         Odd Sync ID Symbol Window 04
ERAY_OSID05     0xF0010180         Odd Sync ID Symbol Window 05
ERAY_OSID06     0xF0010184         Odd Sync ID Symbol Window 06
ERAY_OSID07     0xF0010188         Odd Sync ID Symbol Window 07
ERAY_OSID08     0xF001018C         Odd Sync ID Symbol Window 08
ERAY_OSID09     0xF0010190         Odd Sync ID Symbol Window 09
ERAY_OSID10     0xF0010194         Odd Sync ID Symbol Window 10
ERAY_OSID11     0xF0010198         Odd Sync ID Symbol Window 11
ERAY_OSID12     0xF001019C         Odd Sync ID Symbol Window 12
ERAY_OSID13     0xF00101A0         Odd Sync ID Symbol Window 13
ERAY_OSID14     0xF00101A4         Odd Sync ID Symbol Window 14
ERAY_OSID15     0xF00101A8         Odd Sync ID Symbol Window 15
ERAY_NMV1       0xF00101B0         Network Management Vector 1
ERAY_NMV2       0xF00101B4         Network Management Vector 2
ERAY_NMV3       0xF00101B8         Network Management Vector 3
ERAY_MRC        0xF0010300         Message RAM Configuration
ERAY_FRF        0xF0010304         FIFO Rejection Filter
ERAY_FRFM       0xF0010308         FIFO Rejection Filter Mask
ERAY_FCL        0xF001030C         FIFO Critical Level
ERAY_MHDS       0xF0010310         Message Handler Status
ERAY_LDTS       0xF0010314         Last Dynamic Transmit Slot
ERAY_FSR        0xF0010318         FIFO Status Register
ERAY_MHDF       0xF001031C         Message Handler Constraints Flags
ERAY_TXRQ1      0xF0010320         Transmission Request Register 1
ERAY_TXRQ2      0xF0010324         Transmission Request Register 2
ERAY_TXRQ3      0xF0010328         Transmission Request Register 3
ERAY_TXRQ4      0xF001032C         Transmission Request Register 4
ERAY_NDAT1      0xF0010330         New Data Register 1
ERAY_NDAT2      0xF0010334         New Data Register 2
ERAY_NDAT3      0xF0010338         New Data Register 3
ERAY_NDAT4      0xF001033C         New Data Register 4
ERAY_MBSC1      0xF0010340         Message Buffer Status Changed 1
ERAY_MBSC2      0xF0010344         Message Buffer Status Changed 2
ERAY_MBSC3      0xF0010348         Message Buffer Status Changed 3
ERAY_MBSC4      0xF001034C         Message Buffer Status Changed 4
ERAY_NDIC1      0xF00103A8         New Data Interrupt Control 1
ERAY_NDIC2      0xF00103AC         New Data Interrupt Control 2
ERAY_NDIC3      0xF00103B0         New Data Interrupt Control 3
ERAY_NDIC4      0xF00103B4         New Data Interrupt Control 4
ERAY_MSIC1      0xF00103B8         Message Buffer Status Changed Interrupt Control 1
ERAY_MSIC2      0xF00103BC         Message Buffer Status Changed Interrupt Control 2
ERAY_MSIC3      0xF00103C0         Message Buffer Status Changed Interrupt Control 3
ERAY_MSIC4      0xF00103C4         Message Buffer Status Changed Interrupt Control 4
ERAY_IBUSYSRC   0xF00103C8         Input Buffer Busy Service Request Control Register
ERAY_OBUSYSRC   0xF00103CC         Output Buffer Busy Service Request Control Register
ERAY_MBSC1SRC   0xF00103D0         Message Buffer Status Changed 1 Service Request Control Register
ERAY_MBSC0SRC   0xF00103D4         Message Buffer Status Changed 0 Service Request Control Register
ERAY_NDAT1SRC   0xF00103D8         New Data 1 Service Request Control Register
ERAY_NDAT0SRC   0xF00103DC         New Data 0 Service Request Control Register
ERAY_TINT1SRC   0xF00103E0         Timer Interrupt 1 Service Request Control Register
ERAY_TINT0SRC   0xF00103E4         Timer Interrupt 0 Service Request Control Register
ERAY_INT1SRC    0xF00103E8         Interrupt 1 Service Request Control Register
ERAY_INT0SRC    0xF00103EC         Interrupt 0 Service Request Control Register
ERAY_CREL       0xF00103F0         Core Release Register
ERAY_ENDN       0xF00103F4         Endian Register
ERAY_WRDS01     0xF0010400         Write Data Section 01
ERAY_WRDS02     0xF0010404         Write Data Section 02
ERAY_WRDS03     0xF0010408         Write Data Section 03
ERAY_WRDS04     0xF001040C         Write Data Section 04
ERAY_WRDS05     0xF0010410         Write Data Section 05
ERAY_WRDS06     0xF0010414         Write Data Section 06
ERAY_WRDS07     0xF0010418         Write Data Section 07
ERAY_WRDS08     0xF001041C         Write Data Section 08
ERAY_WRDS09     0xF0010420         Write Data Section 09
ERAY_WRDS10     0xF0010424         Write Data Section 10
ERAY_WRDS11     0xF0010428         Write Data Section 11
ERAY_WRDS12     0xF001042C         Write Data Section 12
ERAY_WRDS13     0xF0010430         Write Data Section 13
ERAY_WRDS14     0xF0010434         Write Data Section 14
ERAY_WRDS15     0xF0010438         Write Data Section 15
ERAY_WRDS16     0xF001043C         Write Data Section 16
ERAY_WRDS17     0xF0010440         Write Data Section 17
ERAY_WRDS18     0xF0010444         Write Data Section 18
ERAY_WRDS19     0xF0010448         Write Data Section 19
ERAY_WRDS20     0xF001044C         Write Data Section 20
ERAY_WRDS21     0xF0010450         Write Data Section 21
ERAY_WRDS22     0xF0010454         Write Data Section 22
ERAY_WRDS23     0xF0010458         Write Data Section 23
ERAY_WRDS24     0xF001045C         Write Data Section 24
ERAY_WRDS25     0xF0010460         Write Data Section 25
ERAY_WRDS26     0xF0010464         Write Data Section 26
ERAY_WRDS27     0xF0010468         Write Data Section 27
ERAY_WRDS28     0xF001046C         Write Data Section 28
ERAY_WRDS29     0xF0010470         Write Data Section 29
ERAY_WRDS30     0xF0010474         Write Data Section 30
ERAY_WRDS31     0xF0010478         Write Data Section 31
ERAY_WRDS32     0xF001047C         Write Data Section 32
ERAY_WRDS33     0xF0010480         Write Data Section 33
ERAY_WRDS34     0xF0010484         Write Data Section 34
ERAY_WRDS35     0xF0010488         Write Data Section 35
ERAY_WRDS36     0xF001048C         Write Data Section 36
ERAY_WRDS37     0xF0010490         Write Data Section 37
ERAY_WRDS38     0xF0010494         Write Data Section 38
ERAY_WRDS39     0xF0010498         Write Data Section 39
ERAY_WRDS40     0xF001049C         Write Data Section 40
ERAY_WRDS41     0xF00104A0         Write Data Section 41
ERAY_WRDS42     0xF00104A4         Write Data Section 42
ERAY_WRDS43     0xF00104A8         Write Data Section 43
ERAY_WRDS44     0xF00104AC         Write Data Section 44
ERAY_WRDS45     0xF00104B0         Write Data Section 45
ERAY_WRDS46     0xF00104B4         Write Data Section 46
ERAY_WRDS47     0xF00104B8         Write Data Section 47
ERAY_WRDS48     0xF00104BC         Write Data Section 48
ERAY_WRDS49     0xF00104C0         Write Data Section 49
ERAY_WRDS50     0xF00104C4         Write Data Section 50
ERAY_WRDS51     0xF00104C8         Write Data Section 51
ERAY_WRDS52     0xF00104CC         Write Data Section 52
ERAY_WRDS53     0xF00104D0         Write Data Section 53
ERAY_WRDS54     0xF00104D4         Write Data Section 54
ERAY_WRDS55     0xF00104D8         Write Data Section 55
ERAY_WRDS56     0xF00104DC         Write Data Section 56
ERAY_WRDS57     0xF00104E0         Write Data Section 57
ERAY_WRDS58     0xF00104E4         Write Data Section 58
ERAY_WRDS59     0xF00104E8         Write Data Section 59
ERAY_WRDS60     0xF00104EC         Write Data Section 60
ERAY_WRDS61     0xF00104F0         Write Data Section 61
ERAY_WRDS62     0xF00104F4         Write Data Section 62
ERAY_WRDS63     0xF00104F8         Write Data Section 63
ERAY_WRDS64     0xF00104FC         Write Data Section 64
ERAY_WRHS1      0xF0010500         Write Header Section 1
ERAY_WRHS2      0xF0010504         Write Header Section 2
ERAY_WRHS3      0xF0010508         Write Header Section 3
ERAY_IBCM       0xF0010510         Input Buffer Command Mask
ERAY_IBCR       0xF0010514         Input Buffer Command Request
ERAY_RDDS01     0xF0010600         Read Data Section 01
ERAY_RDDS02     0xF0010604         Read Data Section 02
ERAY_RDDS03     0xF0010608         Read Data Section 03
ERAY_RDDS04     0xF001060C         Read Data Section 04
ERAY_RDDS05     0xF0010610         Read Data Section 05
ERAY_RDDS06     0xF0010614         Read Data Section 06
ERAY_RDDS07     0xF0010618         Read Data Section 07
ERAY_RDDS08     0xF001061C         Read Data Section 08
ERAY_RDDS09     0xF0010620         Read Data Section 09
ERAY_RDDS10     0xF0010624         Read Data Section 10
ERAY_RDDS11     0xF0010628         Read Data Section 11
ERAY_RDDS12     0xF001062C         Read Data Section 12
ERAY_RDDS13     0xF0010630         Read Data Section 13
ERAY_RDDS14     0xF0010634         Read Data Section 14
ERAY_RDDS15     0xF0010638         Read Data Section 15
ERAY_RDDS16     0xF001063C         Read Data Section 16
ERAY_RDDS17     0xF0010640         Read Data Section 17
ERAY_RDDS18     0xF0010644         Read Data Section 18
ERAY_RDDS19     0xF0010648         Read Data Section 19
ERAY_RDDS20     0xF001064C         Read Data Section 20
ERAY_RDDS21     0xF0010650         Read Data Section 21
ERAY_RDDS22     0xF0010654         Read Data Section 22
ERAY_RDDS23     0xF0010658         Read Data Section 23
ERAY_RDDS24     0xF001065C         Read Data Section 24
ERAY_RDDS25     0xF0010660         Read Data Section 25
ERAY_RDDS26     0xF0010664         Read Data Section 26
ERAY_RDDS27     0xF0010668         Read Data Section 27
ERAY_RDDS28     0xF001066C         Read Data Section 28
ERAY_RDDS29     0xF0010670         Read Data Section 29
ERAY_RDDS30     0xF0010674         Read Data Section 30
ERAY_RDDS31     0xF0010678         Read Data Section 31
ERAY_RDDS32     0xF001067C         Read Data Section 32
ERAY_RDDS33     0xF0010680         Read Data Section 33
ERAY_RDDS34     0xF0010684         Read Data Section 34
ERAY_RDDS35     0xF0010688         Read Data Section 35
ERAY_RDDS36     0xF001068C         Read Data Section 36
ERAY_RDDS37     0xF0010690         Read Data Section 37
ERAY_RDDS38     0xF0010694         Read Data Section 38
ERAY_RDDS39     0xF0010698         Read Data Section 39
ERAY_RDDS40     0xF001069C         Read Data Section 40
ERAY_RDDS41     0xF00106A0         Read Data Section 41
ERAY_RDDS42     0xF00106A4         Read Data Section 42
ERAY_RDDS43     0xF00106A8         Read Data Section 43
ERAY_RDDS44     0xF00106AC         Read Data Section 44
ERAY_RDDS45     0xF00106B0         Read Data Section 45
ERAY_RDDS46     0xF00106B4         Read Data Section 46
ERAY_RDDS47     0xF00106B8         Read Data Section 47
ERAY_RDDS48     0xF00106BC         Read Data Section 48
ERAY_RDDS49     0xF00106C0         Read Data Section 49
ERAY_RDDS50     0xF00106C4         Read Data Section 50
ERAY_RDDS51     0xF00106C8         Read Data Section 51
ERAY_RDDS52     0xF00106CC         Read Data Section 52
ERAY_RDDS53     0xF00106D0         Read Data Section 53
ERAY_RDDS54     0xF00106D4         Read Data Section 54
ERAY_RDDS55     0xF00106D8         Read Data Section 55
ERAY_RDDS56     0xF00106DC         Read Data Section 56
ERAY_RDDS57     0xF00106E0         Read Data Section 57
ERAY_RDDS58     0xF00106E4         Read Data Section 58
ERAY_RDDS59     0xF00106E8         Read Data Section 59
ERAY_RDDS60     0xF00106EC         Read Data Section 60
ERAY_RDDS61     0xF00106F0         Read Data Section 61
ERAY_RDDS62     0xF00106F4         Read Data Section 62
ERAY_RDDS63     0xF00106F8         Read Data Section 63
ERAY_RDDS64     0xF00106FC         Read Data Section 64
ERAY_RDHS1      0xF0010700         Read Header Section 1
ERAY_RDHS2      0xF0010704         Read Header Section 2
ERAY_RDHS3      0xF0010708         Read Header Section 3
ERAY_MBS        0xF001070C         Message Buffer Status
ERAY_OBCM       0xF0010710         Output Buffer Command Mask
ERAY_OBCR       0xF0010714         Output Buffer Command Request
ERAY_DEDCON     0xF0010808         DED Control
ERAY_ECCR       0xF001080C         ECC Data Read Register
ERAY_ECCW       0xF0010810         ECC Data Write Register
PCP_CLC         0xF0043F00         PCP Clock Control Register
PCP_ID          0xF0043F08         PCP Module Identification Register
PCP_CS          0xF0043F10         PCP Control/Status Register
PCP_ES          0xF0043F14         PCP Error/Debug Status Register
PCP_ICR         0xF0043F20         PCP Interrupt Control Register
PCP_ITR         0xF0043F24         PCP Interrupt Threshold Control Register
PCP_ICON        0xF0043F28         PCP Interrupt Configuration Register
PCP_SSR         0xF0043F2C         PCP Stall Status Register
PCP_SMACON      0xF0043F40         SIST Mode Access Control Register
PCP_MIECON      0xF0043F50         SIST Mode Access Control Register
PCP_MIESTATP    0xF0043F58         Memory Integrity Error Status Register for PRAM
PCP_MIESTATC    0xF0043F5C         Memory Integrity Error Status Register for CMEM
PCP_RPROT       0xF0043F70         Register Protection Register
PCP_CPROT       0xF0043F74         CMEM Protection Register
PCP_PPROT       0xF0043F78         PRAM Protection Register
PCP_FWWIN       0xF0043F7C         FPI Write Window Register
PCP_SRC11       0xF0043FD0         PCP Service Request Control Register 11
PCP_SRC10       0xF0043FD4         PCP Service Request Control Register 10
PCP_SRC9        0xF0043FD8         PCP Service Request Control Register 9
PCP_SRC8        0xF0043FDC         PCP Service Request Control Register 8
PCP_SRC7        0xF0043FE0         PCP Service Request Control Register 7
PCP_SRC6        0xF0043FE4         PCP Service Request Control Register 6
PCP_SRC5        0xF0043FE8         PCP Service Request Control Register 5
PCP_SRC4        0xF0043FEC         PCP Service Request Control Register 4
PCP_SRC3        0xF0043FF0         PCP Service Request Control Register 3
PCP_SRC2        0xF0043FF4         PCP Service Request Control Register 2
PCP_SRC1        0xF0043FF8         PCP Service Request Control Register 1
PCP_SRC0        0xF0043FFC         PCP Service Request Control Register 0
SSC0_CLC        0xF0100100         SSC0 Clock Control Register
SSC0_PISEL      0xF0100104         SSC0 Port Input Select Register
SSC0_ID         0xF0100108         SSC0 Module Identification Register
SSC0_FDR        0xF010010C         SSC0 Fractional Divider Register
SSC0_CON        0xF0100110         SSC0 Control Register
SSC0_BR         0xF0100114         SSC0 Baud Rate Timer Reload Register
SSC0_SSOC       0xF0100118         SSC0 Slave Select Output Control Register
SSC0_SSOTC      0xF010011C         SSC0 Slave Select Output Timing Control Register
SSC0_TB         0xF0100120         SSC0 Transmit Buffer Register
SSC0_RB         0xF0100124         SSC0 Receive Buffer Register
SSC0_STAT       0xF0100128         SSC0 Status Register
SSC0_EFM        0xF010012C         SSC0 Error Flag Modification Register
SSC0_TSRC       0xF01001F4         SSC0 Transmit Interrupt Service Request Control Register
SSC0_RSRC       0xF01001F8         SSC0 Receive Interrupt Service Request Control Register
SSC0_ESRC       0xF01001FC         SSC0 Error Interrupt Service Request Control Register
SSC1_CLC        0xF0100200         SSC1 Clock Control Register
SSC1_PISEL      0xF0100204         SSC1 Port Input Select Register
SSC1_ID         0xF0100208         SSC1 Module Identification Register
SSC1_FDR        0xF010020C         SSC1 Fractional Divider Register
SSC1_CON        0xF0100210         SSC1 Control Register
SSC1_BR         0xF0100214         SSC1 Baud Rate Timer Reload Register
SSC1_SSOC       0xF0100218         SSC1 Slave Select Output Control Register
SSC1_SSOTC      0xF010021C         SSC1 Slave Select Output Timing Control Register
SSC1_TB         0xF0100220         SSC1 Transmit Buffer Register
SSC1_RB         0xF0100224         SSC1 Receive Buffer Register
SSC1_STAT       0xF0100228         SSC1 Status Register
SSC1_EFM        0xF010022C         SSC1 Error Flag Modification Register
SSC1_TSRC       0xF01002F4         SSC1 Transmit Interrupt Service Request Control Register
SSC1_RSRC       0xF01002F8         SSC1 Receive Interrupt Service Request Control Register
SSC1_ESRC       0xF01002FC         SSC1 Error Interrupt Service Request Control Register
SSC2_CLC        0xF0100300         SSC2 Clock Control Register
SSC2_PISEL      0xF0100304         SSC2 Port Input Select Register
SSC2_ID         0xF0100308         SSC2 Module Identification Register
SSC2_FDR        0xF010030C         SSC2 Fractional Divider Register
SSC2_CON        0xF0100310         SSC2 Control Register
SSC2_BR         0xF0100314         SSC2 Baud Rate Timer Reload Register
SSC2_SSOC       0xF0100318         SSC2 Slave Select Output Control Register
SSC2_SSOTC      0xF010031C         SSC2 Slave Select Output Timing Control Register
SSC2_TB         0xF0100320         SSC2 Transmit Buffer Register
SSC2_RB         0xF0100324         SSC2 Receive Buffer Register
SSC2_STAT       0xF0100328         SSC2 Status Register
SSC2_EFM        0xF010032C         SSC2 Error Flag Modification Register
SSC2_TSRC       0xF01003F4         SSC2 Transmit Interrupt Service Request Control Register
SSC2_RSRC       0xF01003F8         SSC2 Receive Interrupt Service Request Control Register
SSC2_ESRC       0xF01003FC         SSC2 Error Interrupt Service Request Control Register
FADC_CLC        0xF0100400         Clock Control Register
FADC_ID         0xF0100408         Module Identification Register
FADC_FDR        0xF010040C         Fractional Divider Register
FADC_CRSR       0xF0100410         Conversion Request Status Register
FADC_FMR        0xF0100414         Flag Modification Register
FADC_NCTR       0xF0100418         Neighbor Channel Trigger Register
FADC_GCR        0xF010041C         Global Control Register
FADC_CFGR0      0xF0100420         Channel 0 Configuration Register
FADC_CFGR1      0xF0100424         Channel 1 Configuration Register
FADC_CFGR2      0xF0100428         Channel 2 Configuration Register
FADC_CFGR3      0xF010042C         Channel 3 Configuration Register
FADC_ACR0       0xF0100430         Channel 0 Analog Control Register
FADC_ACR1       0xF0100434         Channel 1 Analog Control Register
FADC_ACR2       0xF0100438         Channel 2 Analog Control Register
FADC_ACR3       0xF010043C         Channel 3 Analog Control Register
FADC_RCH0       0xF0100440         Channel 0 Conversion Result Register
FADC_RCH1       0xF0100444         Channel 1 Conversion Result Register
FADC_RCH2       0xF0100448         Channel 2 Conversion Result Register
FADC_RCH3       0xF010044C         Channel 3 Conversion Result Register
FADC_ALR        0xF0100454         Alias Register
FADC_FCR0       0xF0100460         Filter 0 Control Register
FADC_CRR0       0xF0100464         Filter 0 Current Result Register
FADC_IRR10      0xF0100468         Filter 0 Intermediate Result Register 1
FADC_IRR20      0xF010046C         Filter 0 Intermediate Result Register 2
FADC_IRR30      0xF0100470         Filter 0 Intermediate Result Register 3
FADC_FRR0       0xF0100474         Filter 0 Final Result Register
FADC_FCR1       0xF0100480         Filter 1 Control Register
FADC_CRR1       0xF0100484         Filter 1 Current Result Register
FADC_IRR11      0xF0100488         Filter 1 Intermediate Result Register 1
FADC_FRR1       0xF0100494         Filter 1 Final Result Register
FADC_SFRR1      0xF0100498         Filter 1 Shifted Final Result Register
FADC_FCR2       0xF01004A0         Filter 2 Control Register
FADC_CRR2       0xF01004A4         Filter 2 Current Result Register
FADC_IRR12      0xF01004A8         Filter 2 Intermediate Result Register 1
FADC_IRR22      0xF01004AC         Filter 2 Intermediate Result Register 2
FADC_IRR32      0xF01004B0         Filter 2 Intermediate Result Register 3
FADC_FRR2       0xF01004B4         Filter 2 Final Result Register
FADC_FCR3       0xF01004C0         Filter 3 Control Register
FADC_CRR3       0xF01004C4         Filter 3 Current Result Register
FADC_IRR13      0xF01004C8         Filter 3 Intermediate Result Register 1
FADC_FRR3       0xF01004D4         Filter 3 Final Result Register
FADC_SFRR3      0xF01004D8         Filter 3 Shifted Final Result Register
FADC_SRC3       0xF01004F0         Service Request Control Register 3
FADC_SRC2       0xF01004F4         Service Request Control Register 2
FADC_SRC1       0xF01004F8         Service Request Control Register 1
FADC_SRC0       0xF01004FC         Service Request Control Register 0
ADC0_CLC        0xF0101000         ADC Clock Control Register
ADC0_ID         0xF0101008         Module Identification Register
ADC0_KSCFG      0xF010100C         Kernel State Configuration Register
ADC0_RSIR0      0xF0101010         Request Source 0 Input Register
ADC0_RSIR1      0xF0101014         Request Source 1 Input Register
ADC0_RSIR2      0xF0101018         Request Source 2 Input Register
ADC0_RSIR3      0xF010101C         Request Source 3 Input Register
ADC0_RSIR4      0xF0101020         Request Source 4 Input Register
ADC0_GLOBCTR    0xF0101030         Global Control Register
ADC0_GLOBCFG    0xF0101034         Global Configuration Register
ADC0_GLOBSTR    0xF0101038         Global Status Register
ADC0_ASENR      0xF010103C         Arbitration Slot Enable Register
ADC0_RSPR0      0xF0101040         Request Source Priority Register 0
ADC0_RSPR4      0xF0101044         Request Source Priority Register 4
ADC0_SYNCTR     0xF0101048         Synchronization Control Register
ADC0_INPCR0     0xF0101050         Input Class Register 0
ADC0_INPCR1     0xF0101054         Input Class Register 1
ADC0_INPCR2     0xF0101058         Input Class Register 2
ADC0_INPCR3     0xF010105C         Input Class Register 3
ADC0_CHFR       0xF0101060         Channel Flag Register
ADC0_CHFCR      0xF0101064         Channel Flag Clear Register
ADC0_CHENPR0    0xF0101068         Channel Event Node Pointer Register 0
ADC0_CHENPR8    0xF010106C         Channel Event Node Pointer Register 8
ADC0_EVFR       0xF0101070         Event Flag Register
ADC0_EVFCR      0xF0101074         Event Flag Clear Register
ADC0_EVNPR      0xF0101078         Event Node Pointer Register
ADC0_QMR0       0xF0101080         Queue 0 Mode Register
ADC0_QSR0       0xF0101084         Queue 0 Status Register
ADC0_Q0R0       0xF0101088         Queue 0 Register 0
ADC0_QBUR0      0xF010108C         Queue 0 Backup Register
ADC0_CRCR1      0xF0101090         Conversion Request 1 Control Register
ADC0_CRPR1      0xF0101094         Conversion Request 1 Pending Register
ADC0_CRMR1      0xF0101098         Conversion Request 1 Mode Register
ADC0_QMR2       0xF01010A0         Queue 2 Mode Register
ADC0_QSR2       0xF01010A4         Queue 2 Status Register
ADC0_Q0R2       0xF01010A8         Queue 2 Register 0
ADC0_QBUR2      0xF01010AC         Queue 2 Backup Register
ADC0_CRCR3      0xF01010B0         Conversion Request 3 Control Register
ADC0_CRPR3      0xF01010B4         Conversion Request 3 Pending Register
ADC0_CRMR3      0xF01010B8         Conversion Request 3 Mode Register
ADC0_QMR4       0xF01010C0         Queue 4 Mode Register
ADC0_QSR4       0xF01010C4         Queue 4 Status Register
ADC0_Q0R4       0xF01010C8         Queue 4 Register 0
ADC0_QBUR4      0xF01010CC         Queue 4 Backup Register
ADC0_LCBR0      0xF01010F0         Limit Check Boundary Register 0
ADC0_LCBR1      0xF01010F4         Limit Check Boundary Register 1
ADC0_LCBR2      0xF01010F8         Limit Check Boundary Register 2
ADC0_LCBR3      0xF01010FC         Limit Check Boundary Register 3
ADC0_CHCTR0     0xF0101100         Channel 0 Control Register
ADC0_CHCTR1     0xF0101104         Channel 1 Control Register
ADC0_CHCTR2     0xF0101108         Channel 2 Control Register
ADC0_CHCTR3     0xF010110C         Channel 3 Control Register
ADC0_CHCTR4     0xF0101110         Channel 4 Control Register
ADC0_CHCTR5     0xF0101114         Channel 5 Control Register
ADC0_CHCTR6     0xF0101118         Channel 6 Control Register
ADC0_CHCTR7     0xF010111C         Channel 7 Control Register
ADC0_CHCTR8     0xF0101120         Channel 8 Control Register
ADC0_CHCTR9     0xF0101124         Channel 9 Control Register
ADC0_CHCTR10    0xF0101128         Channel 10 Control Register
ADC0_CHCTR11    0xF010112C         Channel 11 Control Register
ADC0_CHCTR12    0xF0101130         Channel 12 Control Register
ADC0_CHCTR13    0xF0101134         Channel 13 Control Register
ADC0_CHCTR14    0xF0101138         Channel 14 Control Register
ADC0_CHCTR15    0xF010113C         Channel 15 Control Register
ADC0_RCR0       0xF0101140         Result Control Register 0
ADC0_RCR1       0xF0101144         Result Control Register 1
ADC0_RCR2       0xF0101148         Result Control Register 2
ADC0_RCR3       0xF010114C         Result Control Register 3
ADC0_RCR4       0xF0101150         Result Control Register 4
ADC0_RCR5       0xF0101154         Result Control Register 5
ADC0_RCR6       0xF0101158         Result Control Register 6
ADC0_RCR7       0xF010115C         Result Control Register 7
ADC0_RCR8       0xF0101160         Result Control Register 8
ADC0_RCR9       0xF0101164         Result Control Register 9
ADC0_RCR10      0xF0101168         Result Control Register 10
ADC0_RCR11      0xF010116C         Result Control Register 11
ADC0_RCR12      0xF0101170         Result Control Register 12
ADC0_RCR13      0xF0101174         Result Control Register 13
ADC0_RCR14      0xF0101178         Result Control Register 14
ADC0_RCR15      0xF010117C         Result Control Register 15
ADC0_RESR0      0xF0101180         Result Register 0
ADC0_RESR1      0xF0101184         Result Register 1
ADC0_RESR2      0xF0101188         Result Register 2
ADC0_RESR3      0xF010118C         Result Register 3
ADC0_RESR4      0xF0101190         Result Register 4
ADC0_RESR5      0xF0101194         Result Register 5
ADC0_RESR6      0xF0101198         Result Register 6
ADC0_RESR7      0xF010119C         Result Register 7
ADC0_RESR8      0xF01011A0         Result Register 8
ADC0_RESR9      0xF01011A4         Result Register 9
ADC0_RESR10     0xF01011A8         Result Register 10
ADC0_RESR11     0xF01011AC         Result Register 11
ADC0_RESR12     0xF01011B0         Result Register 12
ADC0_RESR13     0xF01011B4         Result Register 13
ADC0_RESR14     0xF01011B8         Result Register 14
ADC0_RESR15     0xF01011BC         Result Register 15
ADC0_RESRD0     0xF01011C0         Result Register 0 for Debugging
ADC0_RESRD1     0xF01011C4         Result Register 1 for Debugging
ADC0_RESRD2     0xF01011C8         Result Register 2 for Debugging
ADC0_RESRD3     0xF01011CC         Result Register 3 for Debugging
ADC0_RESRD4     0xF01011D0         Result Register 4 for Debugging
ADC0_RESRD5     0xF01011D4         Result Register 5 for Debugging
ADC0_RESRD6     0xF01011D8         Result Register 6 for Debugging
ADC0_RESRD7     0xF01011DC         Result Register 7 for Debugging
ADC0_RESRD8     0xF01011E0         Result Register 8 for Debugging
ADC0_RESRD9     0xF01011E4         Result Register 9 for Debugging
ADC0_RESRD10    0xF01011E8         Result Register 10 for Debugging
ADC0_RESRD11    0xF01011EC         Result Register 11 for Debugging
ADC0_RESRD12    0xF01011F0         Result Register 12 for Debugging
ADC0_RESRD13    0xF01011F4         Result Register 13 for Debugging
ADC0_RESRD14    0xF01011F8         Result Register 14 for Debugging
ADC0_RESRD15    0xF01011FC         Result Register 15 for Debugging
ADC0_VFR        0xF0101200         Valid Flag Register
ADC0_INTR       0xF0101204         Interrupt Activation Register
ADC0_RNPR0      0xF0101208         Result Node Pointer Register 0
ADC0_RNPR8      0xF010120C         Result Node Pointer Register 8
ADC0_ALR0       0xF0101210         Alias Register 0
ADC0_APR        0xF0101218         Access Protection Register
ADC0_EMCTR      0xF0101220         External Multiplexer Control Register
ADC0_BWDENR     0xF0101224         Broken Wire Detection Enable Register
ADC0_BWDCFGR    0xF0101228         Broken Wire Detection Configuration Register
ADC0_SRC5       0xF01013E8         ADC Service Request Control Register 5
ADC0_SRC4       0xF01013EC         ADC Service Request Control Register 4
ADC0_SRC3       0xF01013F0         ADC Service Request Control Register 3
ADC0_SRC2       0xF01013F4         ADC Service Request Control Register 2
ADC0_SRC1       0xF01013F8         ADC Service Request Control Register 1
ADC0_SRC0       0xF01013FC         ADC Service Request Control Register 0
ADC1_ID         0xF0101408         Module Identification Register
ADC1_RSIR0      0xF0101410         Request Source 0 Input Register
ADC1_RSIR1      0xF0101414         Request Source 1 Input Register
ADC1_RSIR2      0xF0101418         Request Source 2 Input Register
ADC1_RSIR3      0xF010141C         Request Source 3 Input Register
ADC1_RSIR4      0xF0101420         Request Source 4 Input Register
ADC1_GLOBCTR    0xF0101430         Global Control Register
ADC1_GLOBCFG    0xF0101434         Global Configuration Register
ADC1_GLOBSTR    0xF0101438         Global Status Register
ADC1_ASENR      0xF010143C         Arbitration Slot Enable Register
ADC1_RSPR0      0xF0101440         Request Source Priority Register 0
ADC1_RSPR4      0xF0101444         Request Source Priority Register 4
ADC1_SYNCTR     0xF0101448         Synchronization Control Register
ADC1_INPCR0     0xF0101450         Input Class Register 0
ADC1_INPCR1     0xF0101454         Input Class Register 1
ADC1_INPCR2     0xF0101458         Input Class Register 2
ADC1_INPCR3     0xF010145C         Input Class Register 3
ADC1_CHFR       0xF0101460         Channel Flag Register
ADC1_CHFCR      0xF0101464         Channel Flag Clear Register
ADC1_CHENPR0    0xF0101468         Channel Event Node Pointer Register 0
ADC1_CHENPR8    0xF010146C         Channel Event Node Pointer Register 8
ADC1_EVFR       0xF0101470         Event Flag Register
ADC1_EVFCR      0xF0101474         Event Flag Clear Register
ADC1_EVNPR      0xF0101478         Event Node Pointer Register
ADC1_QMR0       0xF0101480         Queue 0 Mode Register
ADC1_QSR0       0xF0101484         Queue 0 Status Register
ADC1_Q0R0       0xF0101488         Queue 0 Register 0
ADC1_QBUR0      0xF010148C         Queue 0 Backup Register
ADC1_CRCR1      0xF0101490         Conversion Request 1 Control Register
ADC1_CRPR1      0xF0101494         Conversion Request 1 Pending Register
ADC1_CRMR1      0xF0101498         Conversion Request 1 Mode Register
ADC1_QMR2       0xF01014A0         Queue 2 Mode Register
ADC1_QSR2       0xF01014A4         Queue 2 Status Register
ADC1_Q0R2       0xF01014A8         Queue 2 Register 0
ADC1_QBUR2      0xF01014AC         Queue 2 Backup Register
ADC1_CRCR3      0xF01014B0         Conversion Request 3 Control Register
ADC1_CRPR3      0xF01014B4         Conversion Request 3 Pending Register
ADC1_CRMR3      0xF01014B8         Conversion Request 3 Mode Register
ADC1_QMR4       0xF01014C0         Queue 4 Mode Register
ADC1_QSR4       0xF01014C4         Queue 4 Status Register
ADC1_Q0R4       0xF01014C8         Queue 4 Register 0
ADC1_QBUR4      0xF01014CC         Queue 4 Backup Register
ADC1_LCBR0      0xF01014F0         Limit Check Boundary Register 0
ADC1_LCBR1      0xF01014F4         Limit Check Boundary Register 1
ADC1_LCBR2      0xF01014F8         Limit Check Boundary Register 2
ADC1_LCBR3      0xF01014FC         Limit Check Boundary Register 3
ADC1_CHCTR0     0xF0101500         Channel 0 Control Register
ADC1_CHCTR1     0xF0101504         Channel 1 Control Register
ADC1_CHCTR2     0xF0101508         Channel 2 Control Register
ADC1_CHCTR3     0xF010150C         Channel 3 Control Register
ADC1_CHCTR4     0xF0101510         Channel 4 Control Register
ADC1_CHCTR5     0xF0101514         Channel 5 Control Register
ADC1_CHCTR6     0xF0101518         Channel 6 Control Register
ADC1_CHCTR7     0xF010151C         Channel 7 Control Register
ADC1_CHCTR8     0xF0101520         Channel 8 Control Register
ADC1_CHCTR9     0xF0101524         Channel 9 Control Register
ADC1_CHCTR10    0xF0101528         Channel 10 Control Register
ADC1_CHCTR11    0xF010152C         Channel 11 Control Register
ADC1_CHCTR12    0xF0101530         Channel 12 Control Register
ADC1_CHCTR13    0xF0101534         Channel 13 Control Register
ADC1_CHCTR14    0xF0101538         Channel 14 Control Register
ADC1_CHCTR15    0xF010153C         Channel 15 Control Register
ADC1_RCR0       0xF0101540         Result Control Register 0
ADC1_RCR1       0xF0101544         Result Control Register 1
ADC1_RCR2       0xF0101548         Result Control Register 2
ADC1_RCR3       0xF010154C         Result Control Register 3
ADC1_RCR4       0xF0101550         Result Control Register 4
ADC1_RCR5       0xF0101554         Result Control Register 5
ADC1_RCR6       0xF0101558         Result Control Register 6
ADC1_RCR7       0xF010155C         Result Control Register 7
ADC1_RCR8       0xF0101560         Result Control Register 8
ADC1_RCR9       0xF0101564         Result Control Register 9
ADC1_RCR10      0xF0101568         Result Control Register 10
ADC1_RCR11      0xF010156C         Result Control Register 11
ADC1_RCR12      0xF0101570         Result Control Register 12
ADC1_RCR13      0xF0101574         Result Control Register 13
ADC1_RCR14      0xF0101578         Result Control Register 14
ADC1_RCR15      0xF010157C         Result Control Register 15
ADC1_RESR0      0xF0101580         Result Register 0
ADC1_RESR1      0xF0101584         Result Register 1
ADC1_RESR2      0xF0101588         Result Register 2
ADC1_RESR3      0xF010158C         Result Register 3
ADC1_RESR4      0xF0101590         Result Register 4
ADC1_RESR5      0xF0101594         Result Register 5
ADC1_RESR6      0xF0101598         Result Register 6
ADC1_RESR7      0xF010159C         Result Register 7
ADC1_RESR8      0xF01015A0         Result Register 8
ADC1_RESR9      0xF01015A4         Result Register 9
ADC1_RESR10     0xF01015A8         Result Register 10
ADC1_RESR11     0xF01015AC         Result Register 11
ADC1_RESR12     0xF01015B0         Result Register 12
ADC1_RESR13     0xF01015B4         Result Register 13
ADC1_RESR14     0xF01015B8         Result Register 14
ADC1_RESR15     0xF01015BC         Result Register 15
ADC1_RESRD0     0xF01015C0         Result Register 0 for Debugging
ADC1_RESRD1     0xF01015C4         Result Register 1 for Debugging
ADC1_RESRD2     0xF01015C8         Result Register 2 for Debugging
ADC1_RESRD3     0xF01015CC         Result Register 3 for Debugging
ADC1_RESRD4     0xF01015D0         Result Register 4 for Debugging
ADC1_RESRD5     0xF01015D4         Result Register 5 for Debugging
ADC1_RESRD6     0xF01015D8         Result Register 6 for Debugging
ADC1_RESRD7     0xF01015DC         Result Register 7 for Debugging
ADC1_RESRD8     0xF01015E0         Result Register 8 for Debugging
ADC1_RESRD9     0xF01015E4         Result Register 9 for Debugging
ADC1_RESRD10    0xF01015E8         Result Register 10 for Debugging
ADC1_RESRD11    0xF01015EC         Result Register 11 for Debugging
ADC1_RESRD12    0xF01015F0         Result Register 12 for Debugging
ADC1_RESRD13    0xF01015F4         Result Register 13 for Debugging
ADC1_RESRD14    0xF01015F8         Result Register 14 for Debugging
ADC1_RESRD15    0xF01015FC         Result Register 15 for Debugging
ADC1_VFR        0xF0101600         Valid Flag Register
ADC1_INTR       0xF0101604         Interrupt Activation Register
ADC1_RNPR0      0xF0101608         Result Node Pointer Register 0
ADC1_RNPR8      0xF010160C         Result Node Pointer Register 8
ADC1_ALR0       0xF0101610         Alias Register 0
ADC1_APR        0xF0101618         Access Protection Register
ADC1_EMCTR      0xF0101620         External Multiplexer Control Register
ADC1_BWDENR     0xF0101624         Broken Wire Detection Enable Register
ADC1_BWDCFGR    0xF0101628         Broken Wire Detection Configuration Register
MLI0_ID         0xF010C008         MLI0 Module Identification Register
MLI0_FDR        0xF010C00C         MLI0 Fractional Divider Register
MLI0_TCR        0xF010C010         MLI0 Transmitter Control Register
MLI0_TSTATR     0xF010C014         MLI0 Transmitter Status Register
MLI0_TP0STATR   0xF010C018         MLI0 Transmitter Pipe 0 Status Register
MLI0_TP1STATR   0xF010C01C         MLI0 Transmitter Pipe 1 Status Register
MLI0_TP2STATR   0xF010C020         MLI0 Transmitter Pipe 2 Status Register
MLI0_TP3STATR   0xF010C024         MLI0 Transmitter Pipe 3 Status Register
MLI0_TCMDR      0xF010C028         MLI0 Transmitter Command Register
MLI0_TRSTATR    0xF010C02C         MLI0 Transmitter Receiver Status Register
MLI0_TP0AOFR    0xF010C030         MLI0 Transmitter Pipe 0 Address Offset Register
MLI0_TP1AOFR    0xF010C034         MLI0 Transmitter Pipe 1 Address Offset Register
MLI0_TP2AOFR    0xF010C038         MLI0 Transmitter Pipe 2 Address Offset Register
MLI0_TP3AOFR    0xF010C03C         MLI0 Transmitter Pipe 3 Address Offset Register
MLI0_TP0DATAR   0xF010C040         MLI0 Transmitter Pipe 0 Data Register
MLI0_TP1DATAR   0xF010C044         MLI0 Transmitter Pipe 1 Data Register
MLI0_TP2DATAR   0xF010C048         MLI0 Transmitter Pipe 2 Data Register
MLI0_TP3DATAR   0xF010C04C         MLI0 Transmitter Pipe 3 Data Register
MLI0_TDRAR      0xF010C050         MLI0 Transmitter Data Read Answer Register
MLI0_TP0BAR     0xF010C054         MLI0 Transmitter Pipe 0 Base Address Register
MLI0_TP1BAR     0xF010C058         MLI0 Transmitter Pipe 1 Base Address Register
MLI0_TP2BAR     0xF010C05C         MLI0 Transmitter Pipe 2 Base Address Register
MLI0_TP3BAR     0xF010C060         MLI0 Transmitter Pipe 3 Base Address Register
MLI0_TCBAR      0xF010C064         MLI0 Transmitter Copy Base Address Register
MLI0_RCR        0xF010C068         MLI0 Receiver Control Register
MLI0_RP0BAR     0xF010C06C         MLI0 Receiver Pipe 0 Base Address Register
MLI0_RP1BAR     0xF010C070         MLI0 Receiver Pipe 1 Base Address Register
MLI0_RP2BAR     0xF010C074         MLI0 Receiver Pipe 2 Base Address Register
MLI0_RP3BAR     0xF010C078         MLI0 Receiver Pipe 3 Base Address Register
MLI0_RP0STATR   0xF010C07C         MLI0 Receiver Pipe 0 Status Register
MLI0_RP1STATR   0xF010C080         MLI0 Receiver Pipe 1 Status Register
MLI0_RP2STATR   0xF010C084         MLI0 Receiver Pipe 2 Status Register
MLI0_RP3STATR   0xF010C088         MLI0 Receiver Pipe 3 Status Register
MLI0_RADRR      0xF010C08C         MLI0 Receiver Address Register
MLI0_RDATAR     0xF010C090         MLI0 Receiver Data Register
MLI0_SCR        0xF010C094         MLI0 Set Clear Register
MLI0_TIER       0xF010C098         MLI0 Transmitter Interrupt Enable Register
MLI0_TISR       0xF010C09C         MLI0 Transmitter Interrupt Status Register
MLI0_TINPR      0xF010C0A0         MLI0 Transmitter Interrupt Node Pointer Register
MLI0_RIER       0xF010C0A4         MLI0 Receiver Interrupt Enable Register
MLI0_RISR       0xF010C0A8         MLI0 Receiver Interrupt Status Register
MLI0_RINPR      0xF010C0AC         MLI0 Receiver Interrupt Node Pointer Register
MLI0_GINTR      0xF010C0B0         MLI0 Global Interrupt Set Register
MLI0_OICR       0xF010C0B4         MLI0 Output Input Control Register
MLI0_AER        0xF010C0B8         MLI0 Access Enable Register
MLI0_ARR        0xF010C0BC         MLI0 Access Range Register
MCHK_ID         0xF010C208         Module Identification Register
MCHK_IR0        0xF010C210         Memory Checker Input Register
MCHK_RR0        0xF010C214         Memory Checker Result Register
MCHK_IR1        0xF010C218         Memory Checker Input Register
MCHK_RR1        0xF010C21C         Memory Checker Result Register
MCHK_WR         0xF010C220         Memory Checker Write Register
CPU_SRC3        0xF7E0FFF0         CPU Service Request Control Register 3
CPU_SRC2        0xF7E0FFF4         CPU Service Request Control Register 2
CPU_SRC1        0xF7E0FFF8         CPU Service Request Control Register 1
CPU_SRC0        0xF7E0FFFC         CPU Service Request Control Register 0
CSFR_BASE       0xF7E10000         Core Special Function Registers base
MMU_CON         0xF7E18000         MMU Control Register
SMACON          0xF7E1900C         SIST Mode Access Control Register
DIEAR           0xF7E19020         Data Integrity Error Address Register
DIETR           0xF7E19024         Data Integrity Error Trap Register
CCDIER          0xF7E19028         Count of Corrected Data Integrity Errors Register
MIECON          0xF7E19044         Memory Integrity Error Control Register
MIECON2         0xF7E19048         Memory Integrity Error Control Register 2
PIEAR           0xF7E19210         Program Integrity Error Address Register
PIETR           0xF7E19214         Program Integrity Error Trap Register
CCPIER          0xF7E19218         Count of Corrected Program Integrity Errors Register
COMPAT          0xF7E19400         Compatibility Control Register
FPU_TRAP_CON    0xF7E1A000         Trap Control Register
FPU_TRAP_PC     0xF7E1A004         Trapping Instruction Program Counter Register
FPU_TRAP_OPC    0xF7E1A008         Trapping Instruction Opcode Register
FPU_TRAP_SRC1   0xF7E1A010         Trapping Instruction Operand Register
FPU_TRAP_SRC2   0xF7E1A014         Trapping Instruction Operand Register
FPU_TRAP_SRC3   0xF7E1A018         Trapping Instruction Operand Register
FPU_ID          0xF7E1A020         Trapping Identification Register
DPR0_0L         0xF7E1C000         Data Segment Protection Register Set 0, Range 0, Lower Bound
DPR0_0U         0xF7E1C004         Data Segment Protection Register Set 0, Range 0, Upper Bound
DPR2_0L         0xF7E1C008         Data Segment Protection Register Set 2, Range 0, Lower Bound
DPR2_0U         0xF7E1C00C         Data Segment Protection Register Set 2, Range 0, Upper Bound
DPR0_1L         0xF7E1C400         Data Segment Protection Register Set 0, Range 1, Lower Bound
DPR0_1U         0xF7E1C404         Data Segment Protection Register Set 0, Range 1, Upper Bound
DPR2_1L         0xF7E1C408         Data Segment Protection Register Set 2, Range 1, Lower Bound
DPR2_1U         0xF7E1C40C         Data Segment Protection Register Set 2, Range 1, Upper Bound
DPR1_0L         0xF7E1C800         Data Segment Protection Register Set 1, Range 0, Lower Bound
DPR1_0U         0xF7E1C804         Data Segment Protection Register Set 1, Range 0, Upper Bound
DPR3_0L         0xF7E1C808         Data Segment Protection Register Set 3, Range 0, Lower Bound
DPR3_0U         0xF7E1C80C         Data Segment Protection Register Set 3, Range 0, Upper Bound
DPR1_1L         0xF7E1CC00         Data Segment Protection Register Set 1, Range 1, Lower Bound
DPR1_1U         0xF7E1CC04         Data Segment Protection Register Set 1, Range 1, Upper Bound
DPR3_1L         0xF7E1CC08         Data Segment Protection Register Set 3, Range 1, Lower Bound
DPR3_1U         0xF7E1CC0C         Data Segment Protection Register Set 3, Range 1, Upper Bound
CPR0_0L         0xF7E1D000         Code Segment Protection Register Set 0, Range 0, Lower Bound
CPR0_0U         0xF7E1D004         Code Segment Protection Register Set 0, Range 0, Upper Bound
CPR2_0L         0xF7E1D008         Code Segment Protection Register Set 2, Range 0, Lower Bound
CPR2_0U         0xF7E1D00C         Code Segment Protection Register Set 2, Range 0, Upper Bound
CPR0_1L         0xF7E1D400         Code Segment Protection Register Set 0, Range 1, Lower Bound
CPR0_1U         0xF7E1D404         Code Segment Protection Register Set 0, Range 1, Upper Bound
CPR2_1L         0xF7E1D408         Code Segment Protection Register Set 2, Range 1, Lower Bound
CPR2_1U         0xF7E1D40C         Code Segment Protection Register Set 2, Range 1, Upper Bound
CPR1_0L         0xF7E1D800         Code Segment Protection Register Set 1, Range 0, Lower Bound
CPR1_0U         0xF7E1D804         Code Segment Protection Register Set 1, Range 0, Upper Bound
CPR3_0L         0xF7E1D808         Code Segment Protection Register Set 3, Range 0, Lower Bound
CPR3_0U         0xF7E1D80C         Code Segment Protection Register Set 3, Range 0, Upper Bound
CPR1_1L         0xF7E1DC00         Code Segment Protection Register Set 1, Range 1, Lower Bound
CPR1_1U         0xF7E1DC04         Code Segment Protection Register Set 1, Range 1, Upper Bound
CPR3_1L         0xF7E1DC08         Code Segment Protection Register Set 3, Range 1, Lower Bound
CPR3_1U         0xF7E1DC0C         Code Segment Protection Register Set 3, Range 1, Upper Bound
TR0EVT          0xF7E1F000         Trigger Event 0
TR1EVT          0xF7E1F008         Trigger Event 1
CCTRL           0xF7E1FC00         Counter Control
CCNT            0xF7E1FC04         CPU Clock Cycle Count
ICNT            0xF7E1FC08         Instruction Count
M1CNT           0xF7E1FC0C         Multi-Count Register 1
M2CNT           0xF7E1FC10         Multi-Count Register 2
M3CNT           0xF7E1FC14         Multi-Count Register 3
DBGSR           0xF7E1FD00         Debug Status Register
EXEVT           0xF7E1FD08         External Event Register
CREVT           0xF7E1FD0C         Core Register Access Event
SWEVT           0xF7E1FD10         Software Debug Event
DMS             0xF7E1FD40         Debug Monitor Start Address
DCX             0xF7E1FD44         Debug Context Save Area Pointer
DBGTCR          0xF7E1FD48         Debug Trap Control Register
PCXI            0xF7E1FE00         Previous Context Information Register
PSW             0xF7E1FE04         Program Status Word
PC              0xF7E1FE08         Program Counter
SYSCON          0xF7E1FE14         System Configuration Register
CPU_ID          0xF7E1FE18         CPU Identification Register
BIV             0xF7E1FE20         Base Interrupt Vector Table Pointer
BTV             0xF7E1FE24         Base Trap Vector Table Pointer
ISP             0xF7E1FE28         Interrupt Stack Pointer
ICR             0xF7E1FE2C         Interrupt Control Register
FCX             0xF7E1FE38         Free CSA List Head Pointer
LCX             0xF7E1FE3C         Free CSA List Limit Pointer
CPU_D0          0xF7E1FF00         Data General Purpose Register 0
CPU_D1          0xF7E1FF04         Data General Purpose Register 1
CPU_D2          0xF7E1FF08         Data General Purpose Register 2
CPU_D3          0xF7E1FF0C         Data General Purpose Register 3
CPU_D4          0xF7E1FF10         Data General Purpose Register 4
CPU_D5          0xF7E1FF14         Data General Purpose Register 5
CPU_D6          0xF7E1FF18         Data General Purpose Register 6
CPU_D7          0xF7E1FF1C         Data General Purpose Register 7
CPU_D8          0xF7E1FF20         Data General Purpose Register 8
CPU_D9          0xF7E1FF24         Data General Purpose Register 9
CPU_D10         0xF7E1FF28         Data General Purpose Register 10
CPU_D11         0xF7E1FF2C         Data General Purpose Register 11
CPU_D12         0xF7E1FF30         Data General Purpose Register 12
CPU_D13         0xF7E1FF34         Data General Purpose Register 13
CPU_D14         0xF7E1FF38         Data General Purpose Register 14
CPU_D15         0xF7E1FF3C         Data General Purpose Register 15
CPU_A0          0xF7E1FF80         Address General Purpose Register 0
CPU_A1          0xF7E1FF84         Address General Purpose Register 1
CPU_A2          0xF7E1FF88         Address General Purpose Register 2
CPU_A3          0xF7E1FF8C         Address General Purpose Register 3
CPU_A4          0xF7E1FF90         Address General Purpose Register 4
CPU_A5          0xF7E1FF94         Address General Purpose Register 5
CPU_A6          0xF7E1FF98         Address General Purpose Register 6
CPU_A7          0xF7E1FF9C         Address General Purpose Register 7
CPU_A8          0xF7E1FFA0         Address General Purpose Register 8
CPU_A9          0xF7E1FFA4         Address General Purpose Register 9
CPU_A10         0xF7E1FFA8         Address General Purpose Register 10
CPU_A11         0xF7E1FFAC         Address General Purpose Register 11
CPU_A12         0xF7E1FFB0         Address General Purpose Register 12
CPU_A13         0xF7E1FFB4         Address General Purpose Register 13
CPU_A14         0xF7E1FFB8         Address General Purpose Register 14
CPU_A15         0xF7E1FFBC         Address General Purpose Register 15
EBU_CLC         0xF8000000         EBU Clock Control Register
EBU_MODCON      0xF8000004         EBU Configuration Register
EBU_ID          0xF8000008         EBU Module Identification Register
EBU_USERCON     0xF800000C         EBU Test/Control Configuration Register
EBU_EXTBOOT     0xF8000010         EBU External Boot Configuration Register
EBU_ADDRSEL0    0xF8000018         EBU Address Select Register 0
EBU_ADDRSEL1    0xF800001C         EBU Address Select Register 1-3
EBU_ADDRSEL2    0xF8000020         EBU Address Select Register 1-3
EBU_ADDRSEL3    0xF8000024         EBU Address Select Register 1-3
EBU_BUSRCON0    0xF8000028         EBU Bus Configuration Register
EBU_BUSRAP0     0xF800002C         EBU Bus Read Access Parameter Register
EBU_BUSWCON0    0xF8000030         EBU Bus Write Configuration Register
EBU_BUSWAP0     0xF8000034         EBU Bus Write Access Parameter Register
EBU_BUSRCON1    0xF8000038         EBU Bus Configuration Register
EBU_BUSRAP1     0xF800003C         EBU Bus Read Access Parameter Register
EBU_BUSWCON1    0xF8000040         EBU Bus Write Configuration Register
EBU_BUSWAP1     0xF8000044         EBU Bus Write Access Parameter Register
EBU_BUSRCON2    0xF8000048         EBU Bus Configuration Register
EBU_BUSRAP2     0xF800004C         EBU Bus Read Access Parameter Register
EBU_BUSWCON2    0xF8000050         EBU Bus Write Configuration Register
EBU_BUSWAP2     0xF8000054         EBU Bus Write Access Parameter Register
EBU_BUSRCON3    0xF8000058         EBU Bus Configuration Register
EBU_BUSRAP3     0xF800005C         EBU Bus Read Access Parameter Register
EBU_BUSWCON3    0xF8000060         EBU Bus Write Configuration Register
EBU_BUSWAP3     0xF8000064         EBU Bus Write Access Parameter Register
PMU0_ID         0xF8000508         PMU0 Identification Register
FLASH0_ID       0xF8002008         Flash Module Identification Register
FLASH0_FSR      0xF8002010         Flash Status Register
FLASH0_FCON     0xF8002014         Flash Configuration Register
FLASH0_MARP     0xF8002018         Margin Control Register PFLASH
FLASH0_MARD     0xF800201C         Margin Control Register DFLASH
FLASH0_PROCON0  0xF8002020         Flash Protection Config. User 0
FLASH0_PROCON1  0xF8002024         Flash Protection Config. User 1
FLASH0_PROCON2  0xF8002028         Flash Protection Config. User 2
FLASH0_ECCW     0xF80020E0         ECC Write Register
FLASH0_ECCR     0xF80020E4         ECC Read Register
OVC_RABR0       0xF87FFB20         Redirected Address Base Register 0
OVC_OTAR0       0xF87FFB24         Overlay Target Address Register 0
OVC_OMASK0      0xF87FFB28         Overlay Mask Register 0
OVC_RABR1       0xF87FFB2C         Redirected Address Base Register 1
OVC_OTAR1       0xF87FFB30         Overlay Target Address Register 1
OVC_OMASK1      0xF87FFB34         Overlay Mask Register 1
OVC_RABR2       0xF87FFB38         Redirected Address Base Register 2
OVC_OTAR2       0xF87FFB3C         Overlay Target Address Register 2
OVC_OMASK2      0xF87FFB40         Overlay Mask Register 2
OVC_RABR3       0xF87FFB44         Redirected Address Base Register 3
OVC_OTAR3       0xF87FFB48         Overlay Target Address Register 3
OVC_OMASK3      0xF87FFB4C         Overlay Mask Register 3
OVC_RABR4       0xF87FFB50         Redirected Address Base Register 4
OVC_OTAR4       0xF87FFB54         Overlay Target Address Register 4
OVC_OMASK4      0xF87FFB58         Overlay Mask Register 4
OVC_RABR5       0xF87FFB5C         Redirected Address Base Register 5
OVC_OTAR5       0xF87FFB60         Overlay Target Address Register 5
OVC_OMASK5      0xF87FFB64         Overlay Mask Register 5
OVC_RABR6       0xF87FFB68         Redirected Address Base Register 6
OVC_OTAR6       0xF87FFB6C         Overlay Target Address Register 6
OVC_OMASK6      0xF87FFB70         Overlay Mask Register 6
OVC_RABR7       0xF87FFB74         Redirected Address Base Register 7
OVC_OTAR7       0xF87FFB78         Overlay Target Address Register 7
OVC_OMASK7      0xF87FFB7C         Overlay Mask Register 7
OVC_RABR8       0xF87FFB80         Redirected Address Base Register 8
OVC_OTAR8       0xF87FFB84         Overlay Target Address Register 8
OVC_OMASK8      0xF87FFB88         Overlay Mask Register 8
OVC_RABR9       0xF87FFB8C         Redirected Address Base Register 9
OVC_OTAR9       0xF87FFB90         Overlay Target Address Register 9
OVC_OMASK9      0xF87FFB94         Overlay Mask Register 9
OVC_RABR10      0xF87FFB98         Redirected Address Base Register 10
OVC_OTAR10      0xF87FFB9C         Overlay Target Address Register 10
OVC_OMASK10     0xF87FFBA0         Overlay Mask Register 10
OVC_RABR11      0xF87FFBA4         Redirected Address Base Register 11
OVC_OTAR11      0xF87FFBA8         Overlay Target Address Register 11
OVC_OMASK11     0xF87FFBAC         Overlay Mask Register 11
OVC_RABR12      0xF87FFBB0         Redirected Address Base Register 12
OVC_OTAR12      0xF87FFBB4         Overlay Target Address Register 12
OVC_OMASK12     0xF87FFBB8         Overlay Mask Register 12
OVC_RABR13      0xF87FFBBC         Redirected Address Base Register 13
OVC_OTAR13      0xF87FFBC0         Overlay Target Address Register 13
OVC_OMASK13     0xF87FFBC4         Overlay Mask Register 13
OVC_RABR14      0xF87FFBC8         Redirected Address Base Register 14
OVC_OTAR14      0xF87FFBCC         Overlay Target Address Register 14
OVC_OMASK14     0xF87FFBD0         Overlay Mask Register 14
OVC_RABR15      0xF87FFBD4         Redirected Address Base Register 15
OVC_OTAR15      0xF87FFBD8         Overlay Target Address Register 15
OVC_OMASK15     0xF87FFBDC         Overlay Mask Register 15
OVC_OCON        0xF87FFBE0         Overlay Control Register
DMI_ID          0xF87FFC08         DMI Identification Register
DMI_CON         0xF87FFC10         DMI Control Register
DMI_STR         0xF87FFC18         DMI Synchronous Trap Flag Register
DMI_ATR         0xF87FFC20         DMI Asynchronous Trap Flag Register
PMI_ID          0xF87FFD08         PMI Identification Register
PMI_CON0        0xF87FFD10         PMI Control Register 0
PMI_CON1        0xF87FFD14         PMI Control Register 1
PMI_CON2        0xF87FFD18         PMI Control Register 2
PMI_STR         0xF87FFD20         PMI Synchronous Trap Register
LBCU_ID         0xF87FFE08         Module Identification Register
LBCU_LEATT      0xF87FFE20         LBCU LMB Error Attribute Register
LBCU_LEADDR     0xF87FFE24         LBCU LMB Error Address Register
LBCU_LEDATL     0xF87FFE28         LBCU LMB Error Data Low Register
LBCU_LEDATH     0xF87FFE2C         LBCU LMB Error Data High Register
LBCU_SRC        0xF87FFEFC         LBCU Service Request Control Register
LFI_ID          0xF87FFF08         Module Identification Register
LFI_CON         0xF87FFF10         LFI Configuration Register

; this chip implements TriCore v1.3 instruction set
.tc1xxx/tc1792,tc1xxx/tc1796
; MEMORY MAP
area CODE PFLASH          0x80000000:0x80200000   Program Flash
area SPRS EBU             0x80800000:0x8FE00000   External EBU Space
area DATA DFLASH          0x8FE00000:0x8FE20000   Data Flash
area DATA TC1796_ED       0x8FF00000:0x8FF80000   Emulation Device Memory
area CODE BROM            0x8FFFC000:0x8FFFE000   Boot ROM
area CODE TROM            0x8FFFE000:0x90000000   Test ROM
area DATA SRAM            0xC0000000:0xC0010000   DMU Data Memory
area DATA SBRAM           0xC03FC000:0xC0400000   DMU Stand-By Data Memory
area DATA LDRAM           0xD0000000:0xD000E000   DMI Local Data RAM
area DATA DPRAM           0xD000E000:0xD0010000   DMI Dual-Port RAM
area DATA SPRAM           0xD4000000:0xD400C000   PMI Scratch-Pad RAM
area DATA EPS             0xD8000000:0xDE000000   External Peripheral Space
area DATA EES             0xDE000000:0xDF000000   External Emulator Space
mapaddr from 0xDFFFC000 to BROM
mapaddr from 0xDFFFE000 to TROM
mapaddr from 0xE8000000 to SRAM
mapaddr from 0xE8400000 to LDRAM
mapaddr from 0xE850C000 to SPRAM
area DATA REGISTERS       0xF0000000:0xF87FFF14   CSFRs of CPUs, LMB & FPI Peripheral Space
; REGISTERS
SCU_ID          0xF0000008         SCU Module Identification Register
SCU_SCLKFDR     0xF000000C         SCU System Clock Fractional Divider Register
RST_REQ         0xF0000010         Reset Request Register
RST_SR          0xF0000014         Reset Status Register
OSC_CON         0xF0000018         Oscillator Control Register
WDT_CON0        0xF0000020         Watchdog Timer Control Register 0
WDT_CON1        0xF0000024         Watchdog Timer Control Register 1
WDT_SR          0xF0000028         Watchdog Timer Status Register
NMISR           0xF000002C         NMI Status Register
PMG_CSR         0xF0000034         Power Management Control and Status Register
SCU_SCLIR       0xF0000038         SCU Software Configuration Latched Inputs Register
PLL_CLC         0xF0000040         PLL Clock Control Register
SCU_EMSR        0xF0000044         SCU Emergency Stop Register
SCU_TCCON       0xF0000048         SCU Temperature Compensation Control Register
SCU_CON         0xF0000050         SCU Control Register
SCU_STAT        0xF0000054         SCU Status Register
SCU_TCLR0       0xF0000058         SCU Temperature Compensation 0 Level Register
SCU_TCLR1       0xF000005C         SCU Temperature Compensation 1 Level Register
MANID           0xF0000070         Manufacturer Identification Register
CHIPID          0xF0000074         Chip Identification Register
RTID            0xF0000078         Redesign Tracing Identification Register
EICR0           0xF0000080         External Input Channel Register 0
EICR1           0xF0000084         External Input Channel Register 1
EIFR            0xF0000088         External Input Flag Register
FMR             0xF000008C         Flag Modification Register
PDRR            0xF0000090         Pattern Detection Result Register
IGCR0           0xF0000094         Interrupt Gating Register 0
IGCR1           0xF0000098         Interrupt Gating Register 1
TGADC0          0xF000009C         Trigger Gating ADC0 Register
TGADC1          0xF00000A0         Trigger Gating ADC1 Register
SCU_OTCON       0xF00000A8
SCU_OTDAT       0xF00000AC
SCU_PTCON       0xF00000B0         SCU Pad Test Control Register
SCU_PTDAT0      0xF00000B4         SCU Pad Test Data Register 0
SCU_PTDAT1      0xF00000B8         SCU Pad Test Data Register 1
SCU_PTDAT2      0xF00000BC         SCU Pad Test Data Register 2
SCU_PTDAT3      0xF00000C0         SCU Pad Test Data Register 3
SCU_PETCR       0xF00000D0         SCU Parity Error Trap Control Register
SCU_PETSR       0xF00000D4         SCU Parity Error Trap Status Register
SBCU_ID         0xF0000108         SBCU Module Identification Register
SBCU_CON        0xF0000110         SBCU Control Register
SBCU_ECON       0xF0000120         SBCU Error Control Capture Register
SBCU_EADD       0xF0000124         SBCU Error Address Capture Register
SBCU_EDAT       0xF0000128         SBCU Error Data Capture Register
SBCU_DBCNTL     0xF0000130         SBCU Debug Control Register
SBCU_DBGRNT     0xF0000134         SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0000138         SBCU Debug Address 1 Register
SBCU_DBADR2     0xF000013C         SBCU Debug Address 2 Register
SBCU_DBBOS      0xF0000140         SBCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0000144         SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0000148         SBCU Debug Trapped Address Register
SBCU_DBBOST     0xF000014C         SBCU Debug Trapped Bus Operation Signals Register
SBCU_SRC        0xF00001FC         SBCU Service Request Control Register
STM_CLC         0xF0000200         System Timer Clock Control Register
STM_ID          0xF0000208         STM Module Identification Register
STM_TIM0        0xF0000210         STM Timer Register 0
STM_TIM1        0xF0000214         STM Timer Register 1
STM_TIM2        0xF0000218         STM Timer Register 2
STM_TIM3        0xF000021C         STM Timer Register 3
STM_TIM4        0xF0000220         STM Timer Register 4
STM_TIM5        0xF0000224         STM Timer Register 5
STM_TIM6        0xF0000228         STM Timer Register 6
STM_CAP         0xF000022C         STM Timer Capture Register
STM_CMP0        0xF0000230         STM Compare Register 0
STM_CMP1        0xF0000234         STM Compare Register 1
STM_CMCON       0xF0000238         STM Compare Match Control Register
STM_ICR         0xF000023C         STM Interrupt Control Register
STM_ISRR        0xF0000240         STM Interrupt Set/Reset Register
STM_SRC1        0xF00002F8         STM Service Request Control Register 1
STM_SRC0        0xF00002FC         STM Service Request Control Register 0
CBS_JDPID       0xF0000408         Cerberus Module Identification Register
CBS_COMDATA     0xF0000468         Cerberus Communication Mode Data Register
CBS_IOSR        0xF000046C         Cerberus Status Register
CBS_MCDBBS      0xF0000470         Cerberus Break Bus Switch Configuration Register
CBS_MCDSSG      0xF0000474         Cerberus Suspend Signal Generation Status and Control Register
CBS_OEC         0xF0000478         Cerberus OCDS Enable Control Register
CBS_OCNTRL      0xF000047C         Cerberus OSCU Configuration and Control Register
CBS_OSTATE      0xF0000480         Cerberus OSCU Status Register
CBS_INTMOD      0xF0000484         Cerberus Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488         Cerberus Internal Controlled Tracing Source Address Register
CBS_ICTTA       0xF000048C         Cerberus Internal Controlled Tracing Target Address Register
CBS_MCDBBSS     0xF0000490         Cerberus Break Bus Switch Status Register
CBS_MCDSSGC     0xF0000494         Cerberus Suspend Signal Generation Configuration Register
CBS_SRC         0xF00004FC         Cerberus Service Request Control Register
MSC0_CLC        0xF0000800         Clock Control Register
MSC0_ID         0xF0000808         Module Identification Register
MSC0_FDR        0xF000080C         Fractional Divider Register
MSC0_USR        0xF0000810         Upstream Status Register
MSC0_DSC        0xF0000814         Downstream Control Register
MSC0_DSS        0xF0000818         Downstream Status Register
MSC0_DD         0xF000081C         Downstream Data Register
MSC0_DC         0xF0000820         Downstream Command Register
MSC0_DSDSL      0xF0000824         Downstream Select Data Source Low Register
MSC0_DSDSH      0xF0000828         Downstream Select Data Source High Register
MSC0_ESR        0xF000082C         Emergency Stop Register
MSC0_UD0        0xF0000830         Upstream Data Register 0
MSC0_UD1        0xF0000834         Upstream Data Register 1
MSC0_UD2        0xF0000838         Upstream Data Register 2
MSC0_UD3        0xF000083C         Upstream Data Register 3
MSC0_ICR        0xF0000840         Interrupt Control Register
MSC0_ISR        0xF0000844         Interrupt Status Register
MSC0_ISC        0xF0000848         Interrupt Set Clear Register
MSC0_OCR        0xF000084C         Output Control Register
MSC0_SRC1       0xF00008F8         Service Request Control Register 1
MSC0_SRC0       0xF00008FC         Service Request Control Register 0
MSC1_CLC        0xF0000900         Clock Control Register
MSC1_ID         0xF0000908         Module Identification Register
MSC1_FDR        0xF000090C         Fractional Divider Register
MSC1_USR        0xF0000910         Upstream Status Register
MSC1_DSC        0xF0000914         Downstream Control Register
MSC1_DSS        0xF0000918         Downstream Status Register
MSC1_DD         0xF000091C         Downstream Data Register
MSC1_DC         0xF0000920         Downstream Command Register
MSC1_DSDSL      0xF0000924         Downstream Select Data Source Low Register
MSC1_DSDSH      0xF0000928         Downstream Select Data Source High Register
MSC1_ESR        0xF000092C         Emergency Stop Register
MSC1_UD0        0xF0000930         Upstream Data Register 0
MSC1_UD1        0xF0000934         Upstream Data Register 1
MSC1_UD2        0xF0000938         Upstream Data Register 2
MSC1_UD3        0xF000093C         Upstream Data Register 3
MSC1_ICR        0xF0000940         Interrupt Control Register
MSC1_ISR        0xF0000944         Interrupt Status Register
MSC1_ISC        0xF0000948         Interrupt Set Clear Register
MSC1_OCR        0xF000094C         Output Control Register
MSC1_SRC1       0xF00009F8         Service Request Control Register 1
MSC1_SRC0       0xF00009FC         Service Request Control Register 0
ASC0_CLC        0xF0000A00         ASC0 Clock Control Register
ASC0_PISEL      0xF0000A04         Peripheral Input Select Register
ASC0_ID         0xF0000A08         Module Identification Register
ASC0_CON        0xF0000A10         Control Register
ASC0_BG         0xF0000A14         Baud Rate Timer/Reload Register
ASC0_FDV        0xF0000A18         Fractional Divider Register
ASC0_TBUF       0xF0000A20         Transmit Buffer Register
ASC0_RBUF       0xF0000A24         Receive Buffer Register
ASC0_WHBCON     0xF0000A50         Write Hardware Bits Control Register
ASC0_TSRC       0xF0000AF0         Transmit Interrupt Service Request Control Register
ASC0_RSRC       0xF0000AF4         Receive Interrupt Service Request Control Register
ASC0_ESRC       0xF0000AF8         Error Interrupt Service Request Control Register
ASC0_TBSRC      0xF0000AFC         Transmit Buffer Interrupt Service Request Control Register
ASC1_PISEL      0xF0000B04         Peripheral Input Select Register
ASC1_ID         0xF0000B08         Module Identification Register
ASC1_CON        0xF0000B10         Control Register
ASC1_BG         0xF0000B14         Baud Rate Timer/Reload Register
ASC1_FDV        0xF0000B18         Fractional Divider Register
ASC1_TBUF       0xF0000B20         Transmit Buffer Register
ASC1_RBUF       0xF0000B24         Receive Buffer Register
ASC1_WHBCON     0xF0000B50         Write Hardware Bits Control Register
ASC1_TSRC       0xF0000BF0         Transmit Interrupt Service Request Control Register
ASC1_RSRC       0xF0000BF4         Receive Interrupt Service Request Control Register
ASC1_ESRC       0xF0000BF8         Error Interrupt Service Request Control Register
ASC1_TBSRC      0xF0000BFC         Transmit Buffer Interrupt Service Request Control Register
P0_OUT          0xF0000C00         Port 0 Output Register
P0_OMR          0xF0000C04         Port 0 Output Modification Register
P0_IOCR0        0xF0000C10         Port 0 Input/Output Control Register 0
P0_IOCR4        0xF0000C14         Port 0 Input/Output Control Register 4
P0_IOCR8        0xF0000C18         Port 0 Input/Output Control Register 8
P0_IOCR12       0xF0000C1C         Port 0 Input/Output Control Register 12
P0_IN           0xF0000C24         Port 0 Input Register
P0_PDR          0xF0000C40         Port 0 Pad Driver Mode Register
P1_OUT          0xF0000D00         Port 1 Output Register
P1_OMR          0xF0000D04         Port 1 Output Modification Register
P1_IOCR0        0xF0000D10         Port 1 Input/Output Control Register 0
P1_IOCR4        0xF0000D14         Port 1 Input/Output Control Register 4
P1_IOCR8        0xF0000D18         Port 1 Input/Output Control Register 8
P1_IOCR12       0xF0000D1C         Port 1 Input/Output Control Register 12
P1_IN           0xF0000D24         Port 1 Input Register
P1_PDR          0xF0000D40         Port 1 Pad Driver Mode Register
P2_OUT          0xF0000E00         Port 2 Output Register
P2_OMR          0xF0000E04         Port 2 Output Modification Register
P2_IOCR0        0xF0000E10         Port 2 Input/Output Control Register 0
P2_IOCR4        0xF0000E14         Port 2 Input/Output Control Register 4
P2_IOCR8        0xF0000E18         Port 2 Input/Output Control Register 8
P2_IOCR12       0xF0000E1C         Port 2 Input/Output Control Register 12
P2_IN           0xF0000E24         Port 2 Input Register
P2_PDR          0xF0000E40         Port 2 Pad Driver Mode Register
P2_ESR          0xF0000E50         Port 2 Emergency Stop Register
P3_OUT          0xF0000F00         Port 3 Output Register
P3_OMR          0xF0000F04         Port 3 Output Modification Register
P3_IOCR0        0xF0000F10         Port 3 Input/Output Control Register 0
P3_IOCR4        0xF0000F14         Port 3 Input/Output Control Register 4
P3_IOCR8        0xF0000F18         Port 3 Input/Output Control Register 8
P3_IOCR12       0xF0000F1C         Port 3 Input/Output Control Register 12
P3_IN           0xF0000F24         Port 3 Input Register
P3_PDR          0xF0000F40         Port 3 Pad Driver Mode Register
P3_ESR          0xF0000F50         Port 3 Emergency Stop Register
P4_OUT          0xF0001000         Port 4 Output Register
P4_OMR          0xF0001004         Port 4 Output Modification Register
P4_IOCR0        0xF0001010         Port 4 Input/Output Control Register 0
P4_IOCR4        0xF0001014         Port 4 Input/Output Control Register 4
P4_IOCR8        0xF0001018         Port 4 Input/Output Control Register 8
P4_IOCR12       0xF000101C         Port 4 Input/Output Control Register 12
P4_IN           0xF0001024         Port 4 Input Register
P4_PDR          0xF0001040         Port 4 Pad Driver Mode Register
P4_ESR          0xF0001050         Port 4 Emergency Stop Register
P5_OUT          0xF0001100         Port 5 Output Register
P5_OMR          0xF0001104         Port 5 Output Modification Register
P5_IOCR0        0xF0001110         Port 5 Input/Output Control Register 0
P5_IOCR4        0xF0001114         Port 5 Input/Output Control Register 4
P5_IN           0xF0001124         Port 5 Input Register
P5_PDR          0xF0001140         Port 5 Pad Driver Mode Register
P6_OUT          0xF0001200         Port 6 Output Register
P6_OMR          0xF0001204         Port 6 Output Modification Register
P6_IOCR4        0xF0001214         Port 6 Input/Output Control Register 4
P6_IOCR8        0xF0001218         Port 6 Input/Output Control Register 8
P6_IOCR12       0xF000121C         Port 6 Input/Output Control Register 12
P6_IN           0xF0001224         Port 6 Input Register
P6_PDR          0xF0001240         Port 6 Pad Driver Mode Register
P7_OUT          0xF0001300         Port 7 Output Register
P7_OMR          0xF0001304         Port 7 Output Modification Register
P7_IOCR0        0xF0001310         Port 7 Input/Output Control Register 0
P7_IOCR4        0xF0001314         Port 7 Input/Output Control Register 4
P7_IN           0xF0001324         Port 7 Input Register
P7_PDR          0xF0001340         Port 7 Pad Driver Mode Register
P8_OUT          0xF0001400         Port 8 Output Register
P8_OMR          0xF0001404         Port 8 Output Modification Register
P8_IOCR0        0xF0001410         Port 8 Input/Output Control Register 0
P8_IOCR4        0xF0001414         Port 8 Input/Output Control Register 4
P8_IN           0xF0001424         Port 8 Input Register
P8_PDR          0xF0001440         Port 8 Pad Driver Mode Register
P8_ESR          0xF0001450         Port 8 Emergency Stop Register
P9_OUT          0xF0001500         Port 9 Output Register
P9_OMR          0xF0001504         Port 9 Output Modification Register
P9_IOCR0        0xF0001510         Port 9 Input/Output Control Register 0
P9_IOCR4        0xF0001514         Port 9 Input/Output Control Register 4
P9_IOCR8        0xF0001518         Port 9 Input/Output Control Register 8
P9_IN           0xF0001524         Port 9 Input Register
P9_PDR          0xF0001540         Port 9 Pad Driver Mode Register
P9_ESR          0xF0001550         Port 9 Emergency Stop Register
P10_IN          0xF0001624         Port 10 Input Register
GPTA0_CLC       0xF0001800         GPTA Clock Control Register
GPTA0_DBGCTR    0xF0001804         GPTA Debug Clock Control Register
GPTA0_ID        0xF0001808         GPTA0 Module Identification Register
GPTA0_FDR       0xF000180C         GPTA Fractional Divider Register
GPTA0_SRSC0     0xF0001810         GPTA0 Service Request State Clear Register 0
GPTA0_SRSS0     0xF0001814         GPTA0 Service Request State Set Register 0
GPTA0_SRSC1     0xF0001818         GPTA0 Service Request State Clear Register 1
GPTA0_SRSS1     0xF000181C         GPTA0 Service Request State Set Register 1
GPTA0_SRSC2     0xF0001820         Service Request State Clear Register 2
GPTA0_SRSS2     0xF0001824         Service Request State Set Register 2
GPTA0_SRSC3     0xF0001828         Service Request State Clear Register 3
GPTA0_SRSS3     0xF000182C         Service Request State Set Register 3
GPTA0_SRNR      0xF0001830         GPTA0 Service Request Node Redirection Register
GPTA0_MRACTL    0xF0001838         Multiplexer Register Array Control Register
GPTA0_MRADIN    0xF000183C         Multiplexer Register Array Data In Register
GPTA0_MRADOUT   0xF0001840         Multiplexer Register Array Data Out Register
GPTA0_FPCSTAT   0xF0001844         GPTA0 Filter and Prescaler Cell Status Register
GPTA0_FPCCTR0   0xF0001848         GPTA0 Filter and Prescaler Cell Control Register 0
GPTA0_FPCTIM0   0xF000184C         GPTA0 Filter and Prescaler Cell Timer Register 0
GPTA0_FPCCTR1   0xF0001850         GPTA0 Filter and Prescaler Cell Control Register 1
GPTA0_FPCTIM1   0xF0001854         GPTA0 Filter and Prescaler Cell Timer Register 1
GPTA0_FPCCTR2   0xF0001858         GPTA0 Filter and Prescaler Cell Control Register 2
GPTA0_FPCTIM2   0xF000185C         GPTA0 Filter and Prescaler Cell Timer Register 2
GPTA0_FPCCTR3   0xF0001860         GPTA0 Filter and Prescaler Cell Control Register 3
GPTA0_FPCTIM3   0xF0001864         GPTA0 Filter and Prescaler Cell Timer Register 3
GPTA0_FPCCTR4   0xF0001868         GPTA0 Filter and Prescaler Cell Control Register 4
GPTA0_FPCTIM4   0xF000186C         GPTA0 Filter and Prescaler Cell Timer Register 4
GPTA0_FPCCTR5   0xF0001870         GPTA0 Filter and Prescaler Cell Control Register 5
GPTA0_FPCTIM5   0xF0001874         GPTA0 Filter and Prescaler Cell Timer Register 5
GPTA0_PDLCTR    0xF0001878         GPTA0 Phase Discrimination Logic Control Register
GPTA0_DCMCTR0   0xF0001880         GPTA0 Duty Cycle Measurement Control Register 0
GPTA0_DCMTIM0   0xF0001884         GPTA0 Duty Cycle Measurement Timer Register 0
GPTA0_DCMCAV0   0xF0001888         GPTA0 Duty Cycle Measurement Capture Register 0
GPTA0_DCMCOV0   0xF000188C         GPTA0 Duty Cycle Measurement Capture/Compare Register 0
GPTA0_DCMCTR1   0xF0001890         GPTA0 Duty Cycle Measurement Control Register 1
GPTA0_DCMTIM1   0xF0001894         GPTA0 Duty Cycle Measurement Timer Register 1
GPTA0_DCMCAV1   0xF0001898         GPTA0 Duty Cycle Measurement Capture Register 1
GPTA0_DCMCOV1   0xF000189C         GPTA0 Duty Cycle Measurement Capture/Compare Register 1
GPTA0_DCMCTR2   0xF00018A0         GPTA0 Duty Cycle Measurement Control Register 2
GPTA0_DCMTIM2   0xF00018A4         GPTA0 Duty Cycle Measurement Timer Register 2
GPTA0_DCMCAV2   0xF00018A8         GPTA0 Duty Cycle Measurement Capture Register 2
GPTA0_DCMCOV2   0xF00018AC         GPTA0 Duty Cycle Measurement Capture/Compare Register 2
GPTA0_DCMCTR3   0xF00018B0         GPTA0 Duty Cycle Measurement Control Register 3
GPTA0_DCMTIM3   0xF00018B4         GPTA0 Duty Cycle Measurement Timer Register 3
GPTA0_DCMCAV3   0xF00018B8         GPTA0 Duty Cycle Measurement Capture Register 3
GPTA0_DCMCOV3   0xF00018BC         GPTA0 Duty Cycle Measurement Capture/Compare Register 3
GPTA0_PLLCTR    0xF00018C0         GPTA0 Phase Locked Loop Control Register
GPTA0_PLLMTI    0xF00018C4         GPTA0 Phase Locked Loop Microtick Register
GPTA0_PLLCNT    0xF00018C8         GPTA0 Phase Locked Loop Counter Register
GPTA0_PLLSTP    0xF00018CC         GPTA0 Phase Locked Loop Step Register
GPTA0_PLLREV    0xF00018D0         GPTA0 Phase Locked Loop Reload Register
GPTA0_PLLDTR    0xF00018D4         GPTA0 Phase Locked Loop Delta Register
GPTA0_CKBCTR    0xF00018D8         GPTA0 Clock Bus Control Register
GPTA0_GTCTR0    0xF00018E0         GPTA0 Global Timer Control Register 0
GPTA0_GTREV0    0xF00018E4         GPTA0 Global Timer Reload Value Register 0
GPTA0_GTTIM0    0xF00018E8         GPTA0 Global Timer Register 0
GPTA0_GTCTR1    0xF00018F0         GPTA0 Global Timer Control Register 1
GPTA0_GTREV1    0xF00018F4         GPTA0 Global Timer Reload Value Register 1
GPTA0_GTTIM1    0xF00018F8         GPTA0 Global Timer Register 1
GPTA0_GTCCTR00  0xF0001900         GPTA0 Global Timer Cell Control Register 00 [Capture Mode]
GPTA0_GTCXR00   0xF0001904         GPTA0 Global Timer Cell X Register 00
GPTA0_GTCCTR01  0xF0001908         GPTA0 Global Timer Cell Control Register 01 [Capture Mode]
GPTA0_GTCXR01   0xF000190C         GPTA0 Global Timer Cell X Register 01
GPTA0_GTCCTR02  0xF0001910         GPTA0 Global Timer Cell Control Register 02 [Capture Mode]
GPTA0_GTCXR02   0xF0001914         GPTA0 Global Timer Cell X Register 02
GPTA0_GTCCTR03  0xF0001918         GPTA0 Global Timer Cell Control Register 03 [Capture Mode]
GPTA0_GTCXR03   0xF000191C         GPTA0 Global Timer Cell X Register 03
GPTA0_GTCCTR04  0xF0001920         GPTA0 Global Timer Cell Control Register 04 [Capture Mode]
GPTA0_GTCXR04   0xF0001924         GPTA0 Global Timer Cell X Register 04
GPTA0_GTCCTR05  0xF0001928         GPTA0 Global Timer Cell Control Register 05 [Capture Mode]
GPTA0_GTCXR05   0xF000192C         GPTA0 Global Timer Cell X Register 05
GPTA0_GTCCTR06  0xF0001930         GPTA0 Global Timer Cell Control Register 06 [Capture Mode]
GPTA0_GTCXR06   0xF0001934         GPTA0 Global Timer Cell X Register 06
GPTA0_GTCCTR07  0xF0001938         GPTA0 Global Timer Cell Control Register 07 [Capture Mode]
GPTA0_GTCXR07   0xF000193C         GPTA0 Global Timer Cell X Register 07
GPTA0_GTCCTR08  0xF0001940         GPTA0 Global Timer Cell Control Register 08 [Capture Mode]
GPTA0_GTCXR08   0xF0001944         GPTA0 Global Timer Cell X Register 08
GPTA0_GTCCTR09  0xF0001948         GPTA0 Global Timer Cell Control Register 09 [Capture Mode]
GPTA0_GTCXR09   0xF000194C         GPTA0 Global Timer Cell X Register 09
GPTA0_GTCCTR10  0xF0001950         GPTA0 Global Timer Cell Control Register 10 [Capture Mode]
GPTA0_GTCXR10   0xF0001954         GPTA0 Global Timer Cell X Register 10
GPTA0_GTCCTR11  0xF0001958         GPTA0 Global Timer Cell Control Register 11 [Capture Mode]
GPTA0_GTCXR11   0xF000195C         GPTA0 Global Timer Cell X Register 11
GPTA0_GTCCTR12  0xF0001960         GPTA0 Global Timer Cell Control Register 12 [Capture Mode]
GPTA0_GTCXR12   0xF0001964         GPTA0 Global Timer Cell X Register 12
GPTA0_GTCCTR13  0xF0001968         GPTA0 Global Timer Cell Control Register 13 [Capture Mode]
GPTA0_GTCXR13   0xF000196C         GPTA0 Global Timer Cell X Register 13
GPTA0_GTCCTR14  0xF0001970         GPTA0 Global Timer Cell Control Register 14 [Capture Mode]
GPTA0_GTCXR14   0xF0001974         GPTA0 Global Timer Cell X Register 14
GPTA0_GTCCTR15  0xF0001978         GPTA0 Global Timer Cell Control Register 15 [Capture Mode]
GPTA0_GTCXR15   0xF000197C         GPTA0 Global Timer Cell X Register 15
GPTA0_GTCCTR16  0xF0001980         GPTA0 Global Timer Cell Control Register 16 [Capture Mode]
GPTA0_GTCXR16   0xF0001984         GPTA0 Global Timer Cell X Register 16
GPTA0_GTCCTR17  0xF0001988         GPTA0 Global Timer Cell Control Register 17 [Capture Mode]
GPTA0_GTCXR17   0xF000198C         GPTA0 Global Timer Cell X Register 17
GPTA0_GTCCTR18  0xF0001990         GPTA0 Global Timer Cell Control Register 18 [Capture Mode]
GPTA0_GTCXR18   0xF0001994         GPTA0 Global Timer Cell X Register 18
GPTA0_GTCCTR19  0xF0001998         GPTA0 Global Timer Cell Control Register 19 [Capture Mode]
GPTA0_GTCXR19   0xF000199C         GPTA0 Global Timer Cell X Register 19
GPTA0_GTCCTR20  0xF00019A0         GPTA0 Global Timer Cell Control Register 20 [Capture Mode]
GPTA0_GTCXR20   0xF00019A4         GPTA0 Global Timer Cell X Register 20
GPTA0_GTCCTR21  0xF00019A8         GPTA0 Global Timer Cell Control Register 21 [Capture Mode]
GPTA0_GTCXR21   0xF00019AC         GPTA0 Global Timer Cell X Register 21
GPTA0_GTCCTR22  0xF00019B0         GPTA0 Global Timer Cell Control Register 22 [Capture Mode]
GPTA0_GTCXR22   0xF00019B4         GPTA0 Global Timer Cell X Register 22
GPTA0_GTCCTR23  0xF00019B8         GPTA0 Global Timer Cell Control Register 23 [Capture Mode]
GPTA0_GTCXR23   0xF00019BC         GPTA0 Global Timer Cell X Register 23
GPTA0_GTCCTR24  0xF00019C0         GPTA0 Global Timer Cell Control Register 24 [Capture Mode]
GPTA0_GTCXR24   0xF00019C4         GPTA0 Global Timer Cell X Register 24
GPTA0_GTCCTR25  0xF00019C8         GPTA0 Global Timer Cell Control Register 25 [Capture Mode]
GPTA0_GTCXR25   0xF00019CC         GPTA0 Global Timer Cell X Register 25
GPTA0_GTCCTR26  0xF00019D0         GPTA0 Global Timer Cell Control Register 26 [Capture Mode]
GPTA0_GTCXR26   0xF00019D4         GPTA0 Global Timer Cell X Register 26
GPTA0_GTCCTR27  0xF00019D8         GPTA0 Global Timer Cell Control Register 27 [Capture Mode]
GPTA0_GTCXR27   0xF00019DC         GPTA0 Global Timer Cell X Register 27
GPTA0_GTCCTR28  0xF00019E0         GPTA0 Global Timer Cell Control Register 28 [Capture Mode]
GPTA0_GTCXR28   0xF00019E4         GPTA0 Global Timer Cell X Register 28
GPTA0_GTCCTR29  0xF00019E8         GPTA0 Global Timer Cell Control Register 29 [Capture Mode]
GPTA0_GTCXR29   0xF00019EC         GPTA0 Global Timer Cell X Register 29
GPTA0_GTCCTR30  0xF00019F0         GPTA0 Global Timer Cell Control Register 30 [Capture Mode]
GPTA0_GTCXR30   0xF00019F4         GPTA0 Global Timer Cell X Register 30
GPTA0_GTCCTR31  0xF00019F8         GPTA0 Global Timer Cell Control Register 31 [Capture Mode]
GPTA0_GTCXR31   0xF00019FC         GPTA0 Global Timer Cell X Register 31
GPTA0_LTCCTR00  0xF0001A00         Local Timer Cell Control Register 00 [Timer Mode]
GPTA0_LTCXR00   0xF0001A04         Local Timer Cell X Register 00
GPTA0_LTCCTR01  0xF0001A08         Local Timer Cell Control Register 01 [Timer Mode]
GPTA0_LTCXR01   0xF0001A0C         Local Timer Cell X Register 01
GPTA0_LTCCTR02  0xF0001A10         Local Timer Cell Control Register 02 [Timer Mode]
GPTA0_LTCXR02   0xF0001A14         Local Timer Cell X Register 02
GPTA0_LTCCTR03  0xF0001A18         Local Timer Cell Control Register 03 [Timer Mode]
GPTA0_LTCXR03   0xF0001A1C         Local Timer Cell X Register 03
GPTA0_LTCCTR04  0xF0001A20         Local Timer Cell Control Register 04 [Timer Mode]
GPTA0_LTCXR04   0xF0001A24         Local Timer Cell X Register 04
GPTA0_LTCCTR05  0xF0001A28         Local Timer Cell Control Register 05 [Timer Mode]
GPTA0_LTCXR05   0xF0001A2C         Local Timer Cell X Register 05
GPTA0_LTCCTR06  0xF0001A30         Local Timer Cell Control Register 06 [Timer Mode]
GPTA0_LTCXR06   0xF0001A34         Local Timer Cell X Register 06
GPTA0_LTCCTR07  0xF0001A38         Local Timer Cell Control Register 07 [Timer Mode]
GPTA0_LTCXR07   0xF0001A3C         Local Timer Cell X Register 07
GPTA0_LTCCTR08  0xF0001A40         Local Timer Cell Control Register 08 [Timer Mode]
GPTA0_LTCXR08   0xF0001A44         Local Timer Cell X Register 08
GPTA0_LTCCTR09  0xF0001A48         Local Timer Cell Control Register 09 [Timer Mode]
GPTA0_LTCXR09   0xF0001A4C         Local Timer Cell X Register 09
GPTA0_LTCCTR10  0xF0001A50         Local Timer Cell Control Register 10 [Timer Mode]
GPTA0_LTCXR10   0xF0001A54         Local Timer Cell X Register 10
GPTA0_LTCCTR11  0xF0001A58         Local Timer Cell Control Register 11 [Timer Mode]
GPTA0_LTCXR11   0xF0001A5C         Local Timer Cell X Register 11
GPTA0_LTCCTR12  0xF0001A60         Local Timer Cell Control Register 12 [Timer Mode]
GPTA0_LTCXR12   0xF0001A64         Local Timer Cell X Register 12
GPTA0_LTCCTR13  0xF0001A68         Local Timer Cell Control Register 13 [Timer Mode]
GPTA0_LTCXR13   0xF0001A6C         Local Timer Cell X Register 13
GPTA0_LTCCTR14  0xF0001A70         Local Timer Cell Control Register 14 [Timer Mode]
GPTA0_LTCXR14   0xF0001A74         Local Timer Cell X Register 14
GPTA0_LTCCTR15  0xF0001A78         Local Timer Cell Control Register 15 [Timer Mode]
GPTA0_LTCXR15   0xF0001A7C         Local Timer Cell X Register 15
GPTA0_LTCCTR16  0xF0001A80         Local Timer Cell Control Register 16 [Timer Mode]
GPTA0_LTCXR16   0xF0001A84         Local Timer Cell X Register 16
GPTA0_LTCCTR17  0xF0001A88         Local Timer Cell Control Register 17 [Timer Mode]
GPTA0_LTCXR17   0xF0001A8C         Local Timer Cell X Register 17
GPTA0_LTCCTR18  0xF0001A90         Local Timer Cell Control Register 18 [Timer Mode]
GPTA0_LTCXR18   0xF0001A94         Local Timer Cell X Register 18
GPTA0_LTCCTR19  0xF0001A98         Local Timer Cell Control Register 19 [Timer Mode]
GPTA0_LTCXR19   0xF0001A9C         Local Timer Cell X Register 19
GPTA0_LTCCTR20  0xF0001AA0         Local Timer Cell Control Register 20 [Timer Mode]
GPTA0_LTCXR20   0xF0001AA4         Local Timer Cell X Register 20
GPTA0_LTCCTR21  0xF0001AA8         Local Timer Cell Control Register 21 [Timer Mode]
GPTA0_LTCXR21   0xF0001AAC         Local Timer Cell X Register 21
GPTA0_LTCCTR22  0xF0001AB0         Local Timer Cell Control Register 22 [Timer Mode]
GPTA0_LTCXR22   0xF0001AB4         Local Timer Cell X Register 22
GPTA0_LTCCTR23  0xF0001AB8         Local Timer Cell Control Register 23 [Timer Mode]
GPTA0_LTCXR23   0xF0001ABC         Local Timer Cell X Register 23
GPTA0_LTCCTR24  0xF0001AC0         Local Timer Cell Control Register 24 [Timer Mode]
GPTA0_LTCXR24   0xF0001AC4         Local Timer Cell X Register 24
GPTA0_LTCCTR25  0xF0001AC8         Local Timer Cell Control Register 25 [Timer Mode]
GPTA0_LTCXR25   0xF0001ACC         Local Timer Cell X Register 25
GPTA0_LTCCTR26  0xF0001AD0         Local Timer Cell Control Register 26 [Timer Mode]
GPTA0_LTCXR26   0xF0001AD4         Local Timer Cell X Register 26
GPTA0_LTCCTR27  0xF0001AD8         Local Timer Cell Control Register 27 [Timer Mode]
GPTA0_LTCXR27   0xF0001ADC         Local Timer Cell X Register 27
GPTA0_LTCCTR28  0xF0001AE0         Local Timer Cell Control Register 28 [Timer Mode]
GPTA0_LTCXR28   0xF0001AE4         Local Timer Cell X Register 28
GPTA0_LTCCTR29  0xF0001AE8         Local Timer Cell Control Register 29 [Timer Mode]
GPTA0_LTCXR29   0xF0001AEC         Local Timer Cell X Register 29
GPTA0_LTCCTR30  0xF0001AF0         Local Timer Cell Control Register 30 [Timer Mode]
GPTA0_LTCXR30   0xF0001AF4         Local Timer Cell X Register 30
GPTA0_LTCCTR31  0xF0001AF8         Local Timer Cell Control Register 31 [Timer Mode]
GPTA0_LTCXR31   0xF0001AFC         Local Timer Cell X Register 31
GPTA0_LTCCTR32  0xF0001B00         Local Timer Cell Control Register 32 [Timer Mode]
GPTA0_LTCXR32   0xF0001B04         Local Timer Cell X Register 32
GPTA0_LTCCTR33  0xF0001B08         Local Timer Cell Control Register 33 [Timer Mode]
GPTA0_LTCXR33   0xF0001B0C         Local Timer Cell X Register 33
GPTA0_LTCCTR34  0xF0001B10         Local Timer Cell Control Register 34 [Timer Mode]
GPTA0_LTCXR34   0xF0001B14         Local Timer Cell X Register 34
GPTA0_LTCCTR35  0xF0001B18         Local Timer Cell Control Register 35 [Timer Mode]
GPTA0_LTCXR35   0xF0001B1C         Local Timer Cell X Register 35
GPTA0_LTCCTR36  0xF0001B20         Local Timer Cell Control Register 36 [Timer Mode]
GPTA0_LTCXR36   0xF0001B24         Local Timer Cell X Register 36
GPTA0_LTCCTR37  0xF0001B28         Local Timer Cell Control Register 37 [Timer Mode]
GPTA0_LTCXR37   0xF0001B2C         Local Timer Cell X Register 37
GPTA0_LTCCTR38  0xF0001B30         Local Timer Cell Control Register 38 [Timer Mode]
GPTA0_LTCXR38   0xF0001B34         Local Timer Cell X Register 38
GPTA0_LTCCTR39  0xF0001B38         Local Timer Cell Control Register 39 [Timer Mode]
GPTA0_LTCXR39   0xF0001B3C         Local Timer Cell X Register 39
GPTA0_LTCCTR40  0xF0001B40         Local Timer Cell Control Register 40 [Timer Mode]
GPTA0_LTCXR40   0xF0001B44         Local Timer Cell X Register 40
GPTA0_LTCCTR41  0xF0001B48         Local Timer Cell Control Register 41 [Timer Mode]
GPTA0_LTCXR41   0xF0001B4C         Local Timer Cell X Register 41
GPTA0_LTCCTR42  0xF0001B50         Local Timer Cell Control Register 42 [Timer Mode]
GPTA0_LTCXR42   0xF0001B54         Local Timer Cell X Register 42
GPTA0_LTCCTR43  0xF0001B58         Local Timer Cell Control Register 43 [Timer Mode]
GPTA0_LTCXR43   0xF0001B5C         Local Timer Cell X Register 43
GPTA0_LTCCTR44  0xF0001B60         Local Timer Cell Control Register 44 [Timer Mode]
GPTA0_LTCXR44   0xF0001B64         Local Timer Cell X Register 44
GPTA0_LTCCTR45  0xF0001B68         Local Timer Cell Control Register 45 [Timer Mode]
GPTA0_LTCXR45   0xF0001B6C         Local Timer Cell X Register 45
GPTA0_LTCCTR46  0xF0001B70         Local Timer Cell Control Register 46 [Timer Mode]
GPTA0_LTCXR46   0xF0001B74         Local Timer Cell X Register 46
GPTA0_LTCCTR47  0xF0001B78         Local Timer Cell Control Register 47 [Timer Mode]
GPTA0_LTCXR47   0xF0001B7C         Local Timer Cell X Register 47
GPTA0_LTCCTR48  0xF0001B80         Local Timer Cell Control Register 48 [Timer Mode]
GPTA0_LTCXR48   0xF0001B84         Local Timer Cell X Register 48
GPTA0_LTCCTR49  0xF0001B88         Local Timer Cell Control Register 49 [Timer Mode]
GPTA0_LTCXR49   0xF0001B8C         Local Timer Cell X Register 49
GPTA0_LTCCTR50  0xF0001B90         Local Timer Cell Control Register 50 [Timer Mode]
GPTA0_LTCXR50   0xF0001B94         Local Timer Cell X Register 50
GPTA0_LTCCTR51  0xF0001B98         Local Timer Cell Control Register 51 [Timer Mode]
GPTA0_LTCXR51   0xF0001B9C         Local Timer Cell X Register 51
GPTA0_LTCCTR52  0xF0001BA0         Local Timer Cell Control Register 52 [Timer Mode]
GPTA0_LTCXR52   0xF0001BA4         Local Timer Cell X Register 52
GPTA0_LTCCTR53  0xF0001BA8         Local Timer Cell Control Register 53 [Timer Mode]
GPTA0_LTCXR53   0xF0001BAC         Local Timer Cell X Register 53
GPTA0_LTCCTR54  0xF0001BB0         Local Timer Cell Control Register 54 [Timer Mode]
GPTA0_LTCXR54   0xF0001BB4         Local Timer Cell X Register 54
GPTA0_LTCCTR55  0xF0001BB8         Local Timer Cell Control Register 55 [Timer Mode]
GPTA0_LTCXR55   0xF0001BBC         Local Timer Cell X Register 55
GPTA0_LTCCTR56  0xF0001BC0         Local Timer Cell Control Register 56 [Timer Mode]
GPTA0_LTCXR56   0xF0001BC4         Local Timer Cell X Register 56
GPTA0_LTCCTR57  0xF0001BC8         Local Timer Cell Control Register 57 [Timer Mode]
GPTA0_LTCXR57   0xF0001BCC         Local Timer Cell X Register 57
GPTA0_LTCCTR58  0xF0001BD0         Local Timer Cell Control Register 58 [Timer Mode]
GPTA0_LTCXR58   0xF0001BD4         Local Timer Cell X Register 58
GPTA0_LTCCTR59  0xF0001BD8         Local Timer Cell Control Register 59 [Timer Mode]
GPTA0_LTCXR59   0xF0001BDC         Local Timer Cell X Register 59
GPTA0_LTCCTR60  0xF0001BE0         Local Timer Cell Control Register 60 [Timer Mode]
GPTA0_LTCXR60   0xF0001BE4         Local Timer Cell X Register 60
GPTA0_LTCCTR61  0xF0001BE8         Local Timer Cell Control Register 61 [Timer Mode]
GPTA0_LTCXR61   0xF0001BEC         Local Timer Cell X Register 61
GPTA0_LTCCTR62  0xF0001BF0         Local Timer Cell Control Register 62 [Timer Mode]
GPTA0_LTCXR62   0xF0001BF4         Local Timer Cell X Register 62
GPTA0_LTCCTR63  0xF0001BF8         Local Timer Cell Control Register 63
GPTA0_LTCXR63   0xF0001BFC         Local Timer Cell X Register 63
GPTA0_EDCTR     0xF0001C00         GPTA Clock Enable/Disable Control Register
GPTA0_MMXCTR00  0xF0001F00         GPTA-to-MSC Multiplexer Control Register 00
GPTA0_MMXCTR01  0xF0001F04         GPTA-to-MSC Multiplexer Control Register 01
GPTA0_MMXCTR10  0xF0001F08         GPTA-to-MSC Multiplexer Control Register 10
GPTA0_MMXCTR11  0xF0001F0C         GPTA-to-MSC Multiplexer Control Register 11
GPTA0_SRC37     0xF0001F68         GPTA0 Interrupt Service Request Control Register 37
GPTA0_SRC36     0xF0001F6C         GPTA0 Interrupt Service Request Control Register 36
GPTA0_SRC35     0xF0001F70         GPTA0 Interrupt Service Request Control Register 35
GPTA0_SRC34     0xF0001F74         GPTA0 Interrupt Service Request Control Register 34
GPTA0_SRC33     0xF0001F78         GPTA0 Interrupt Service Request Control Register 33
GPTA0_SRC32     0xF0001F7C         GPTA0 Interrupt Service Request Control Register 32
GPTA0_SRC31     0xF0001F80         GPTA0 Interrupt Service Request Control Register 31
GPTA0_SRC30     0xF0001F84         GPTA0 Interrupt Service Request Control Register 30
GPTA0_SRC29     0xF0001F88         GPTA0 Interrupt Service Request Control Register 29
GPTA0_SRC28     0xF0001F8C         GPTA0 Interrupt Service Request Control Register 28
GPTA0_SRC27     0xF0001F90         GPTA0 Interrupt Service Request Control Register 27
GPTA0_SRC26     0xF0001F94         GPTA0 Interrupt Service Request Control Register 26
GPTA0_SRC25     0xF0001F98         GPTA0 Interrupt Service Request Control Register 25
GPTA0_SRC24     0xF0001F9C         GPTA0 Interrupt Service Request Control Register 24
GPTA0_SRC23     0xF0001FA0         GPTA0 Interrupt Service Request Control Register 23
GPTA0_SRC22     0xF0001FA4         GPTA0 Interrupt Service Request Control Register 22
GPTA0_SRC21     0xF0001FA8         GPTA0 Interrupt Service Request Control Register 21
GPTA0_SRC20     0xF0001FAC         GPTA0 Interrupt Service Request Control Register 20
GPTA0_SRC19     0xF0001FB0         GPTA0 Interrupt Service Request Control Register 19
GPTA0_SRC18     0xF0001FB4         GPTA0 Interrupt Service Request Control Register 18
GPTA0_SRC17     0xF0001FB8         GPTA0 Interrupt Service Request Control Register 17
GPTA0_SRC16     0xF0001FBC         GPTA0 Interrupt Service Request Control Register 16
GPTA0_SRC15     0xF0001FC0         GPTA0 Interrupt Service Request Control Register 15
GPTA0_SRC14     0xF0001FC4         GPTA0 Interrupt Service Request Control Register 14
GPTA0_SRC13     0xF0001FC8         GPTA0 Interrupt Service Request Control Register 13
GPTA0_SRC12     0xF0001FCC         GPTA0 Interrupt Service Request Control Register 12
GPTA0_SRC11     0xF0001FD0         GPTA0 Interrupt Service Request Control Register 11
GPTA0_SRC10     0xF0001FD4         GPTA0 Interrupt Service Request Control Register 10
GPTA0_SRC09     0xF0001FD8         GPTA0 Interrupt Service Request Control Register 09
GPTA0_SRC08     0xF0001FDC         GPTA0 Interrupt Service Request Control Register 08
GPTA0_SRC07     0xF0001FE0         GPTA0 Interrupt Service Request Control Register 07
GPTA0_SRC06     0xF0001FE4         GPTA0 Interrupt Service Request Control Register 06
GPTA0_SRC05     0xF0001FE8         GPTA0 Interrupt Service Request Control Register 05
GPTA0_SRC04     0xF0001FEC         GPTA0 Interrupt Service Request Control Register 04
GPTA0_SRC03     0xF0001FF0         GPTA0 Interrupt Service Request Control Register 03
GPTA0_SRC02     0xF0001FF4         GPTA0 Interrupt Service Request Control Register 02
GPTA0_SRC01     0xF0001FF8         GPTA0 Interrupt Service Request Control Register 01
GPTA0_SRC00     0xF0001FFC         GPTA0 Interrupt Service Request Control Register 00
GPTA1_ID        0xF0002008         GPTA1 Module Identification Register
GPTA1_SRSC0     0xF0002010         GPTA1 Service Request State Clear Register 0
GPTA1_SRSS0     0xF0002014         GPTA1 Service Request State Set Register 0
GPTA1_SRSC1     0xF0002018         GPTA1 Service Request State Clear Register 1
GPTA1_SRSS1     0xF000201C         GPTA1 Service Request State Set Register 1
GPTA1_SRSC2     0xF0002020         Service Request State Clear Register 2
GPTA1_SRSS2     0xF0002024         Service Request State Set Register 2
GPTA1_SRSC3     0xF0002028         Service Request State Clear Register 3
GPTA1_SRSS3     0xF000202C         Service Request State Set Register 3
GPTA1_SRNR      0xF0002030         GPTA1 Service Request Node Redirection Register
GPTA1_MRACTL    0xF0002038         Multiplexer Register Array Control Register
GPTA1_MRADIN    0xF000203C         Multiplexer Register Array Data In Register
GPTA1_MRADOUT   0xF0002040         Multiplexer Register Array Data Out Register
GPTA1_FPCSTAT   0xF0002044         GPTA1 Filter and Prescaler Cell Status Register
GPTA1_FPCCTR0   0xF0002048         GPTA1 Filter and Prescaler Cell Control Register 0
GPTA1_FPCTIM0   0xF000204C         GPTA1 Filter and Prescaler Cell Timer Register 0
GPTA1_FPCCTR1   0xF0002050         GPTA1 Filter and Prescaler Cell Control Register 1
GPTA1_FPCTIM1   0xF0002054         GPTA1 Filter and Prescaler Cell Timer Register 1
GPTA1_FPCCTR2   0xF0002058         GPTA1 Filter and Prescaler Cell Control Register 2
GPTA1_FPCTIM2   0xF000205C         GPTA1 Filter and Prescaler Cell Timer Register 2
GPTA1_FPCCTR3   0xF0002060         GPTA1 Filter and Prescaler Cell Control Register 3
GPTA1_FPCTIM3   0xF0002064         GPTA1 Filter and Prescaler Cell Timer Register 3
GPTA1_FPCCTR4   0xF0002068         GPTA1 Filter and Prescaler Cell Control Register 4
GPTA1_FPCTIM4   0xF000206C         GPTA1 Filter and Prescaler Cell Timer Register 4
GPTA1_FPCCTR5   0xF0002070         GPTA1 Filter and Prescaler Cell Control Register 5
GPTA1_FPCTIM5   0xF0002074         GPTA1 Filter and Prescaler Cell Timer Register 5
GPTA1_PDLCTR    0xF0002078         GPTA1 Phase Discrimination Logic Control Register
GPTA1_DCMCTR0   0xF0002080         GPTA1 Duty Cycle Measurement Control Register 0
GPTA1_DCMTIM0   0xF0002084         GPTA1 Duty Cycle Measurement Timer Register 0
GPTA1_DCMCAV0   0xF0002088         GPTA1 Duty Cycle Measurement Capture Register 0
GPTA1_DCMCOV0   0xF000208C         GPTA1 Duty Cycle Measurement Capture/Compare Register 0
GPTA1_DCMCTR1   0xF0002090         GPTA1 Duty Cycle Measurement Control Register 1
GPTA1_DCMTIM1   0xF0002094         GPTA1 Duty Cycle Measurement Timer Register 1
GPTA1_DCMCAV1   0xF0002098         GPTA1 Duty Cycle Measurement Capture Register 1
GPTA1_DCMCOV1   0xF000209C         GPTA1 Duty Cycle Measurement Capture/Compare Register 1
GPTA1_DCMCTR2   0xF00020A0         GPTA1 Duty Cycle Measurement Control Register 2
GPTA1_DCMTIM2   0xF00020A4         GPTA1 Duty Cycle Measurement Timer Register 2
GPTA1_DCMCAV2   0xF00020A8         GPTA1 Duty Cycle Measurement Capture Register 2
GPTA1_DCMCOV2   0xF00020AC         GPTA1 Duty Cycle Measurement Capture/Compare Register 2
GPTA1_DCMCTR3   0xF00020B0         GPTA1 Duty Cycle Measurement Control Register 3
GPTA1_DCMTIM3   0xF00020B4         GPTA1 Duty Cycle Measurement Timer Register 3
GPTA1_DCMCAV3   0xF00020B8         GPTA1 Duty Cycle Measurement Capture Register 3
GPTA1_DCMCOV3   0xF00020BC         GPTA1 Duty Cycle Measurement Capture/Compare Register 3
GPTA1_PLLCTR    0xF00020C0         GPTA1 Phase Locked Loop Control Register
GPTA1_PLLMTI    0xF00020C4         GPTA1 Phase Locked Loop Microtick Register
GPTA1_PLLCNT    0xF00020C8         GPTA1 Phase Locked Loop Counter Register
GPTA1_PLLSTP    0xF00020CC         GPTA1 Phase Locked Loop Step Register
GPTA1_PLLREV    0xF00020D0         GPTA1 Phase Locked Loop Reload Register
GPTA1_PLLDTR    0xF00020D4         GPTA1 Phase Locked Loop Delta Register
GPTA1_CKBCTR    0xF00020D8         GPTA1 Clock Bus Control Register
GPTA1_GTCTR0    0xF00020E0         GPTA1 Global Timer Control Register 0
GPTA1_GTREV0    0xF00020E4         GPTA1 Global Timer Reload Value Register 0
GPTA1_GTTIM0    0xF00020E8         GPTA1 Global Timer Register 0
GPTA1_GTCTR1    0xF00020F0         GPTA1 Global Timer Control Register 1
GPTA1_GTREV1    0xF00020F4         GPTA1 Global Timer Reload Value Register 1
GPTA1_GTTIM1    0xF00020F8         GPTA1 Global Timer Register 1
GPTA1_GTCCTR00  0xF0002100         GPTA1 Global Timer Cell Control Register 00 [Capture Mode]
GPTA1_GTCXR00   0xF0002104         GPTA1 Global Timer Cell X Register 00
GPTA1_GTCCTR01  0xF0002108         GPTA1 Global Timer Cell Control Register 01 [Capture Mode]
GPTA1_GTCXR01   0xF000210C         GPTA1 Global Timer Cell X Register 01
GPTA1_GTCCTR02  0xF0002110         GPTA1 Global Timer Cell Control Register 02 [Capture Mode]
GPTA1_GTCXR02   0xF0002114         GPTA1 Global Timer Cell X Register 02
GPTA1_GTCCTR03  0xF0002118         GPTA1 Global Timer Cell Control Register 03 [Capture Mode]
GPTA1_GTCXR03   0xF000211C         GPTA1 Global Timer Cell X Register 03
GPTA1_GTCCTR04  0xF0002120         GPTA1 Global Timer Cell Control Register 04 [Capture Mode]
GPTA1_GTCXR04   0xF0002124         GPTA1 Global Timer Cell X Register 04
GPTA1_GTCCTR05  0xF0002128         GPTA1 Global Timer Cell Control Register 05 [Capture Mode]
GPTA1_GTCXR05   0xF000212C         GPTA1 Global Timer Cell X Register 05
GPTA1_GTCCTR06  0xF0002130         GPTA1 Global Timer Cell Control Register 06 [Capture Mode]
GPTA1_GTCXR06   0xF0002134         GPTA1 Global Timer Cell X Register 06
GPTA1_GTCCTR07  0xF0002138         GPTA1 Global Timer Cell Control Register 07 [Capture Mode]
GPTA1_GTCXR07   0xF000213C         GPTA1 Global Timer Cell X Register 07
GPTA1_GTCCTR08  0xF0002140         GPTA1 Global Timer Cell Control Register 08 [Capture Mode]
GPTA1_GTCXR08   0xF0002144         GPTA1 Global Timer Cell X Register 08
GPTA1_GTCCTR09  0xF0002148         GPTA1 Global Timer Cell Control Register 09 [Capture Mode]
GPTA1_GTCXR09   0xF000214C         GPTA1 Global Timer Cell X Register 09
GPTA1_GTCCTR10  0xF0002150         GPTA1 Global Timer Cell Control Register 10 [Capture Mode]
GPTA1_GTCXR10   0xF0002154         GPTA1 Global Timer Cell X Register 10
GPTA1_GTCCTR11  0xF0002158         GPTA1 Global Timer Cell Control Register 11 [Capture Mode]
GPTA1_GTCXR11   0xF000215C         GPTA1 Global Timer Cell X Register 11
GPTA1_GTCCTR12  0xF0002160         GPTA1 Global Timer Cell Control Register 12 [Capture Mode]
GPTA1_GTCXR12   0xF0002164         GPTA1 Global Timer Cell X Register 12
GPTA1_GTCCTR13  0xF0002168         GPTA1 Global Timer Cell Control Register 13 [Capture Mode]
GPTA1_GTCXR13   0xF000216C         GPTA1 Global Timer Cell X Register 13
GPTA1_GTCCTR14  0xF0002170         GPTA1 Global Timer Cell Control Register 14 [Capture Mode]
GPTA1_GTCXR14   0xF0002174         GPTA1 Global Timer Cell X Register 14
GPTA1_GTCCTR15  0xF0002178         GPTA1 Global Timer Cell Control Register 15 [Capture Mode]
GPTA1_GTCXR15   0xF000217C         GPTA1 Global Timer Cell X Register 15
GPTA1_GTCCTR16  0xF0002180         GPTA1 Global Timer Cell Control Register 16 [Capture Mode]
GPTA1_GTCXR16   0xF0002184         GPTA1 Global Timer Cell X Register 16
GPTA1_GTCCTR17  0xF0002188         GPTA1 Global Timer Cell Control Register 17 [Capture Mode]
GPTA1_GTCXR17   0xF000218C         GPTA1 Global Timer Cell X Register 17
GPTA1_GTCCTR18  0xF0002190         GPTA1 Global Timer Cell Control Register 18 [Capture Mode]
GPTA1_GTCXR18   0xF0002194         GPTA1 Global Timer Cell X Register 18
GPTA1_GTCCTR19  0xF0002198         GPTA1 Global Timer Cell Control Register 19 [Capture Mode]
GPTA1_GTCXR19   0xF000219C         GPTA1 Global Timer Cell X Register 19
GPTA1_GTCCTR20  0xF00021A0         GPTA1 Global Timer Cell Control Register 20 [Capture Mode]
GPTA1_GTCXR20   0xF00021A4         GPTA1 Global Timer Cell X Register 20
GPTA1_GTCCTR21  0xF00021A8         GPTA1 Global Timer Cell Control Register 21 [Capture Mode]
GPTA1_GTCXR21   0xF00021AC         GPTA1 Global Timer Cell X Register 21
GPTA1_GTCCTR22  0xF00021B0         GPTA1 Global Timer Cell Control Register 22 [Capture Mode]
GPTA1_GTCXR22   0xF00021B4         GPTA1 Global Timer Cell X Register 22
GPTA1_GTCCTR23  0xF00021B8         GPTA1 Global Timer Cell Control Register 23 [Capture Mode]
GPTA1_GTCXR23   0xF00021BC         GPTA1 Global Timer Cell X Register 23
GPTA1_GTCCTR24  0xF00021C0         GPTA1 Global Timer Cell Control Register 24 [Capture Mode]
GPTA1_GTCXR24   0xF00021C4         GPTA1 Global Timer Cell X Register 24
GPTA1_GTCCTR25  0xF00021C8         GPTA1 Global Timer Cell Control Register 25 [Capture Mode]
GPTA1_GTCXR25   0xF00021CC         GPTA1 Global Timer Cell X Register 25
GPTA1_GTCCTR26  0xF00021D0         GPTA1 Global Timer Cell Control Register 26 [Capture Mode]
GPTA1_GTCXR26   0xF00021D4         GPTA1 Global Timer Cell X Register 26
GPTA1_GTCCTR27  0xF00021D8         GPTA1 Global Timer Cell Control Register 27 [Capture Mode]
GPTA1_GTCXR27   0xF00021DC         GPTA1 Global Timer Cell X Register 27
GPTA1_GTCCTR28  0xF00021E0         GPTA1 Global Timer Cell Control Register 28 [Capture Mode]
GPTA1_GTCXR28   0xF00021E4         GPTA1 Global Timer Cell X Register 28
GPTA1_GTCCTR29  0xF00021E8         GPTA1 Global Timer Cell Control Register 29 [Capture Mode]
GPTA1_GTCXR29   0xF00021EC         GPTA1 Global Timer Cell X Register 29
GPTA1_GTCCTR30  0xF00021F0         GPTA1 Global Timer Cell Control Register 30 [Capture Mode]
GPTA1_GTCXR30   0xF00021F4         GPTA1 Global Timer Cell X Register 30
GPTA1_GTCCTR31  0xF00021F8         GPTA1 Global Timer Cell Control Register 31 [Capture Mode]
GPTA1_GTCXR31   0xF00021FC         GPTA1 Global Timer Cell X Register 31
GPTA1_LTCCTR00  0xF0002200         Local Timer Cell Control Register 00 [Timer Mode]
GPTA1_LTCXR00   0xF0002204         Local Timer Cell X Register 00
GPTA1_LTCCTR01  0xF0002208         Local Timer Cell Control Register 01 [Timer Mode]
GPTA1_LTCXR01   0xF000220C         Local Timer Cell X Register 01
GPTA1_LTCCTR02  0xF0002210         Local Timer Cell Control Register 02 [Timer Mode]
GPTA1_LTCXR02   0xF0002214         Local Timer Cell X Register 02
GPTA1_LTCCTR03  0xF0002218         Local Timer Cell Control Register 03 [Timer Mode]
GPTA1_LTCXR03   0xF000221C         Local Timer Cell X Register 03
GPTA1_LTCCTR04  0xF0002220         Local Timer Cell Control Register 04 [Timer Mode]
GPTA1_LTCXR04   0xF0002224         Local Timer Cell X Register 04
GPTA1_LTCCTR05  0xF0002228         Local Timer Cell Control Register 05 [Timer Mode]
GPTA1_LTCXR05   0xF000222C         Local Timer Cell X Register 05
GPTA1_LTCCTR06  0xF0002230         Local Timer Cell Control Register 06 [Timer Mode]
GPTA1_LTCXR06   0xF0002234         Local Timer Cell X Register 06
GPTA1_LTCCTR07  0xF0002238         Local Timer Cell Control Register 07 [Timer Mode]
GPTA1_LTCXR07   0xF000223C         Local Timer Cell X Register 07
GPTA1_LTCCTR08  0xF0002240         Local Timer Cell Control Register 08 [Timer Mode]
GPTA1_LTCXR08   0xF0002244         Local Timer Cell X Register 08
GPTA1_LTCCTR09  0xF0002248         Local Timer Cell Control Register 09 [Timer Mode]
GPTA1_LTCXR09   0xF000224C         Local Timer Cell X Register 09
GPTA1_LTCCTR10  0xF0002250         Local Timer Cell Control Register 10 [Timer Mode]
GPTA1_LTCXR10   0xF0002254         Local Timer Cell X Register 10
GPTA1_LTCCTR11  0xF0002258         Local Timer Cell Control Register 11 [Timer Mode]
GPTA1_LTCXR11   0xF000225C         Local Timer Cell X Register 11
GPTA1_LTCCTR12  0xF0002260         Local Timer Cell Control Register 12 [Timer Mode]
GPTA1_LTCXR12   0xF0002264         Local Timer Cell X Register 12
GPTA1_LTCCTR13  0xF0002268         Local Timer Cell Control Register 13 [Timer Mode]
GPTA1_LTCXR13   0xF000226C         Local Timer Cell X Register 13
GPTA1_LTCCTR14  0xF0002270         Local Timer Cell Control Register 14 [Timer Mode]
GPTA1_LTCXR14   0xF0002274         Local Timer Cell X Register 14
GPTA1_LTCCTR15  0xF0002278         Local Timer Cell Control Register 15 [Timer Mode]
GPTA1_LTCXR15   0xF000227C         Local Timer Cell X Register 15
GPTA1_LTCCTR16  0xF0002280         Local Timer Cell Control Register 16 [Timer Mode]
GPTA1_LTCXR16   0xF0002284         Local Timer Cell X Register 16
GPTA1_LTCCTR17  0xF0002288         Local Timer Cell Control Register 17 [Timer Mode]
GPTA1_LTCXR17   0xF000228C         Local Timer Cell X Register 17
GPTA1_LTCCTR18  0xF0002290         Local Timer Cell Control Register 18 [Timer Mode]
GPTA1_LTCXR18   0xF0002294         Local Timer Cell X Register 18
GPTA1_LTCCTR19  0xF0002298         Local Timer Cell Control Register 19 [Timer Mode]
GPTA1_LTCXR19   0xF000229C         Local Timer Cell X Register 19
GPTA1_LTCCTR20  0xF00022A0         Local Timer Cell Control Register 20 [Timer Mode]
GPTA1_LTCXR20   0xF00022A4         Local Timer Cell X Register 20
GPTA1_LTCCTR21  0xF00022A8         Local Timer Cell Control Register 21 [Timer Mode]
GPTA1_LTCXR21   0xF00022AC         Local Timer Cell X Register 21
GPTA1_LTCCTR22  0xF00022B0         Local Timer Cell Control Register 22 [Timer Mode]
GPTA1_LTCXR22   0xF00022B4         Local Timer Cell X Register 22
GPTA1_LTCCTR23  0xF00022B8         Local Timer Cell Control Register 23 [Timer Mode]
GPTA1_LTCXR23   0xF00022BC         Local Timer Cell X Register 23
GPTA1_LTCCTR24  0xF00022C0         Local Timer Cell Control Register 24 [Timer Mode]
GPTA1_LTCXR24   0xF00022C4         Local Timer Cell X Register 24
GPTA1_LTCCTR25  0xF00022C8         Local Timer Cell Control Register 25 [Timer Mode]
GPTA1_LTCXR25   0xF00022CC         Local Timer Cell X Register 25
GPTA1_LTCCTR26  0xF00022D0         Local Timer Cell Control Register 26 [Timer Mode]
GPTA1_LTCXR26   0xF00022D4         Local Timer Cell X Register 26
GPTA1_LTCCTR27  0xF00022D8         Local Timer Cell Control Register 27 [Timer Mode]
GPTA1_LTCXR27   0xF00022DC         Local Timer Cell X Register 27
GPTA1_LTCCTR28  0xF00022E0         Local Timer Cell Control Register 28 [Timer Mode]
GPTA1_LTCXR28   0xF00022E4         Local Timer Cell X Register 28
GPTA1_LTCCTR29  0xF00022E8         Local Timer Cell Control Register 29 [Timer Mode]
GPTA1_LTCXR29   0xF00022EC         Local Timer Cell X Register 29
GPTA1_LTCCTR30  0xF00022F0         Local Timer Cell Control Register 30 [Timer Mode]
GPTA1_LTCXR30   0xF00022F4         Local Timer Cell X Register 30
GPTA1_LTCCTR31  0xF00022F8         Local Timer Cell Control Register 31 [Timer Mode]
GPTA1_LTCXR31   0xF00022FC         Local Timer Cell X Register 31
GPTA1_LTCCTR32  0xF0002300         Local Timer Cell Control Register 32 [Timer Mode]
GPTA1_LTCXR32   0xF0002304         Local Timer Cell X Register 32
GPTA1_LTCCTR33  0xF0002308         Local Timer Cell Control Register 33 [Timer Mode]
GPTA1_LTCXR33   0xF000230C         Local Timer Cell X Register 33
GPTA1_LTCCTR34  0xF0002310         Local Timer Cell Control Register 34 [Timer Mode]
GPTA1_LTCXR34   0xF0002314         Local Timer Cell X Register 34
GPTA1_LTCCTR35  0xF0002318         Local Timer Cell Control Register 35 [Timer Mode]
GPTA1_LTCXR35   0xF000231C         Local Timer Cell X Register 35
GPTA1_LTCCTR36  0xF0002320         Local Timer Cell Control Register 36 [Timer Mode]
GPTA1_LTCXR36   0xF0002324         Local Timer Cell X Register 36
GPTA1_LTCCTR37  0xF0002328         Local Timer Cell Control Register 37 [Timer Mode]
GPTA1_LTCXR37   0xF000232C         Local Timer Cell X Register 37
GPTA1_LTCCTR38  0xF0002330         Local Timer Cell Control Register 38 [Timer Mode]
GPTA1_LTCXR38   0xF0002334         Local Timer Cell X Register 38
GPTA1_LTCCTR39  0xF0002338         Local Timer Cell Control Register 39 [Timer Mode]
GPTA1_LTCXR39   0xF000233C         Local Timer Cell X Register 39
GPTA1_LTCCTR40  0xF0002340         Local Timer Cell Control Register 40 [Timer Mode]
GPTA1_LTCXR40   0xF0002344         Local Timer Cell X Register 40
GPTA1_LTCCTR41  0xF0002348         Local Timer Cell Control Register 41 [Timer Mode]
GPTA1_LTCXR41   0xF000234C         Local Timer Cell X Register 41
GPTA1_LTCCTR42  0xF0002350         Local Timer Cell Control Register 42 [Timer Mode]
GPTA1_LTCXR42   0xF0002354         Local Timer Cell X Register 42
GPTA1_LTCCTR43  0xF0002358         Local Timer Cell Control Register 43 [Timer Mode]
GPTA1_LTCXR43   0xF000235C         Local Timer Cell X Register 43
GPTA1_LTCCTR44  0xF0002360         Local Timer Cell Control Register 44 [Timer Mode]
GPTA1_LTCXR44   0xF0002364         Local Timer Cell X Register 44
GPTA1_LTCCTR45  0xF0002368         Local Timer Cell Control Register 45 [Timer Mode]
GPTA1_LTCXR45   0xF000236C         Local Timer Cell X Register 45
GPTA1_LTCCTR46  0xF0002370         Local Timer Cell Control Register 46 [Timer Mode]
GPTA1_LTCXR46   0xF0002374         Local Timer Cell X Register 46
GPTA1_LTCCTR47  0xF0002378         Local Timer Cell Control Register 47 [Timer Mode]
GPTA1_LTCXR47   0xF000237C         Local Timer Cell X Register 47
GPTA1_LTCCTR48  0xF0002380         Local Timer Cell Control Register 48 [Timer Mode]
GPTA1_LTCXR48   0xF0002384         Local Timer Cell X Register 48
GPTA1_LTCCTR49  0xF0002388         Local Timer Cell Control Register 49 [Timer Mode]
GPTA1_LTCXR49   0xF000238C         Local Timer Cell X Register 49
GPTA1_LTCCTR50  0xF0002390         Local Timer Cell Control Register 50 [Timer Mode]
GPTA1_LTCXR50   0xF0002394         Local Timer Cell X Register 50
GPTA1_LTCCTR51  0xF0002398         Local Timer Cell Control Register 51 [Timer Mode]
GPTA1_LTCXR51   0xF000239C         Local Timer Cell X Register 51
GPTA1_LTCCTR52  0xF00023A0         Local Timer Cell Control Register 52 [Timer Mode]
GPTA1_LTCXR52   0xF00023A4         Local Timer Cell X Register 52
GPTA1_LTCCTR53  0xF00023A8         Local Timer Cell Control Register 53 [Timer Mode]
GPTA1_LTCXR53   0xF00023AC         Local Timer Cell X Register 53
GPTA1_LTCCTR54  0xF00023B0         Local Timer Cell Control Register 54 [Timer Mode]
GPTA1_LTCXR54   0xF00023B4         Local Timer Cell X Register 54
GPTA1_LTCCTR55  0xF00023B8         Local Timer Cell Control Register 55 [Timer Mode]
GPTA1_LTCXR55   0xF00023BC         Local Timer Cell X Register 55
GPTA1_LTCCTR56  0xF00023C0         Local Timer Cell Control Register 56 [Timer Mode]
GPTA1_LTCXR56   0xF00023C4         Local Timer Cell X Register 56
GPTA1_LTCCTR57  0xF00023C8         Local Timer Cell Control Register 57 [Timer Mode]
GPTA1_LTCXR57   0xF00023CC         Local Timer Cell X Register 57
GPTA1_LTCCTR58  0xF00023D0         Local Timer Cell Control Register 58 [Timer Mode]
GPTA1_LTCXR58   0xF00023D4         Local Timer Cell X Register 58
GPTA1_LTCCTR59  0xF00023D8         Local Timer Cell Control Register 59 [Timer Mode]
GPTA1_LTCXR59   0xF00023DC         Local Timer Cell X Register 59
GPTA1_LTCCTR60  0xF00023E0         Local Timer Cell Control Register 60 [Timer Mode]
GPTA1_LTCXR60   0xF00023E4         Local Timer Cell X Register 60
GPTA1_LTCCTR61  0xF00023E8         Local Timer Cell Control Register 61 [Timer Mode]
GPTA1_LTCXR61   0xF00023EC         Local Timer Cell X Register 61
GPTA1_LTCCTR62  0xF00023F0         Local Timer Cell Control Register 62 [Timer Mode]
GPTA1_LTCXR62   0xF00023F4         Local Timer Cell X Register 62
GPTA1_LTCCTR63  0xF00023F8         Local Timer Cell Control Register 63
GPTA1_LTCXR63   0xF00023FC         Local Timer Cell X Register 63
GPTA1_SRC37     0xF0002768         GPTA1 Interrupt Service Request Control Register 37
GPTA1_SRC36     0xF000276C         GPTA1 Interrupt Service Request Control Register 36
GPTA1_SRC35     0xF0002770         GPTA1 Interrupt Service Request Control Register 35
GPTA1_SRC34     0xF0002774         GPTA1 Interrupt Service Request Control Register 34
GPTA1_SRC33     0xF0002778         GPTA1 Interrupt Service Request Control Register 33
GPTA1_SRC32     0xF000277C         GPTA1 Interrupt Service Request Control Register 32
GPTA1_SRC31     0xF0002780         GPTA1 Interrupt Service Request Control Register 31
GPTA1_SRC30     0xF0002784         GPTA1 Interrupt Service Request Control Register 30
GPTA1_SRC29     0xF0002788         GPTA1 Interrupt Service Request Control Register 29
GPTA1_SRC28     0xF000278C         GPTA1 Interrupt Service Request Control Register 28
GPTA1_SRC27     0xF0002790         GPTA1 Interrupt Service Request Control Register 27
GPTA1_SRC26     0xF0002794         GPTA1 Interrupt Service Request Control Register 26
GPTA1_SRC25     0xF0002798         GPTA1 Interrupt Service Request Control Register 25
GPTA1_SRC24     0xF000279C         GPTA1 Interrupt Service Request Control Register 24
GPTA1_SRC23     0xF00027A0         GPTA1 Interrupt Service Request Control Register 23
GPTA1_SRC22     0xF00027A4         GPTA1 Interrupt Service Request Control Register 22
GPTA1_SRC21     0xF00027A8         GPTA1 Interrupt Service Request Control Register 21
GPTA1_SRC20     0xF00027AC         GPTA1 Interrupt Service Request Control Register 20
GPTA1_SRC19     0xF00027B0         GPTA1 Interrupt Service Request Control Register 19
GPTA1_SRC18     0xF00027B4         GPTA1 Interrupt Service Request Control Register 18
GPTA1_SRC17     0xF00027B8         GPTA1 Interrupt Service Request Control Register 17
GPTA1_SRC16     0xF00027BC         GPTA1 Interrupt Service Request Control Register 16
GPTA1_SRC15     0xF00027C0         GPTA1 Interrupt Service Request Control Register 15
GPTA1_SRC14     0xF00027C4         GPTA1 Interrupt Service Request Control Register 14
GPTA1_SRC13     0xF00027C8         GPTA1 Interrupt Service Request Control Register 13
GPTA1_SRC12     0xF00027CC         GPTA1 Interrupt Service Request Control Register 12
GPTA1_SRC11     0xF00027D0         GPTA1 Interrupt Service Request Control Register 11
GPTA1_SRC10     0xF00027D4         GPTA1 Interrupt Service Request Control Register 10
GPTA1_SRC09     0xF00027D8         GPTA1 Interrupt Service Request Control Register 09
GPTA1_SRC08     0xF00027DC         GPTA1 Interrupt Service Request Control Register 08
GPTA1_SRC07     0xF00027E0         GPTA1 Interrupt Service Request Control Register 07
GPTA1_SRC06     0xF00027E4         GPTA1 Interrupt Service Request Control Register 06
GPTA1_SRC05     0xF00027E8         GPTA1 Interrupt Service Request Control Register 05
GPTA1_SRC04     0xF00027EC         GPTA1 Interrupt Service Request Control Register 04
GPTA1_SRC03     0xF00027F0         GPTA1 Interrupt Service Request Control Register 03
GPTA1_SRC02     0xF00027F4         GPTA1 Interrupt Service Request Control Register 02
GPTA1_SRC01     0xF00027F8         GPTA1 Interrupt Service Request Control Register 01
GPTA1_SRC00     0xF00027FC         GPTA1 Interrupt Service Request Control Register 00
LTCA2_ID        0xF0002808         LTCA2 Module Identification Register
LTCA2_SRSC2     0xF0002820         Service Request State Clear Register 2
LTCA2_SRSS2     0xF0002824         Service Request State Set Register 2
LTCA2_SRSC3     0xF0002828         Service Request State Clear Register 3
LTCA2_SRSS3     0xF000282C         Service Request State Set Register 3
LTCA2_MRACTL    0xF0002838         Multiplexer Register Array Control Register
LTCA2_MRADIN    0xF000283C         Multiplexer Register Array Data In Register
LTCA2_MRADOUT   0xF0002840         Multiplexer Register Array Data Out Register
LTCA2_LTCCTR00  0xF0002A00         Local Timer Cell Control Register 00 [Timer Mode]
LTCA2_LTCXR00   0xF0002A04         Local Timer Cell X Register 00
LTCA2_LTCCTR01  0xF0002A08         Local Timer Cell Control Register 01 [Timer Mode]
LTCA2_LTCXR01   0xF0002A0C         Local Timer Cell X Register 01
LTCA2_LTCCTR02  0xF0002A10         Local Timer Cell Control Register 02 [Timer Mode]
LTCA2_LTCXR02   0xF0002A14         Local Timer Cell X Register 02
LTCA2_LTCCTR03  0xF0002A18         Local Timer Cell Control Register 03 [Timer Mode]
LTCA2_LTCXR03   0xF0002A1C         Local Timer Cell X Register 03
LTCA2_LTCCTR04  0xF0002A20         Local Timer Cell Control Register 04 [Timer Mode]
LTCA2_LTCXR04   0xF0002A24         Local Timer Cell X Register 04
LTCA2_LTCCTR05  0xF0002A28         Local Timer Cell Control Register 05 [Timer Mode]
LTCA2_LTCXR05   0xF0002A2C         Local Timer Cell X Register 05
LTCA2_LTCCTR06  0xF0002A30         Local Timer Cell Control Register 06 [Timer Mode]
LTCA2_LTCXR06   0xF0002A34         Local Timer Cell X Register 06
LTCA2_LTCCTR07  0xF0002A38         Local Timer Cell Control Register 07 [Timer Mode]
LTCA2_LTCXR07   0xF0002A3C         Local Timer Cell X Register 07
LTCA2_LTCCTR08  0xF0002A40         Local Timer Cell Control Register 08 [Timer Mode]
LTCA2_LTCXR08   0xF0002A44         Local Timer Cell X Register 08
LTCA2_LTCCTR09  0xF0002A48         Local Timer Cell Control Register 09 [Timer Mode]
LTCA2_LTCXR09   0xF0002A4C         Local Timer Cell X Register 09
LTCA2_LTCCTR10  0xF0002A50         Local Timer Cell Control Register 10 [Timer Mode]
LTCA2_LTCXR10   0xF0002A54         Local Timer Cell X Register 10
LTCA2_LTCCTR11  0xF0002A58         Local Timer Cell Control Register 11 [Timer Mode]
LTCA2_LTCXR11   0xF0002A5C         Local Timer Cell X Register 11
LTCA2_LTCCTR12  0xF0002A60         Local Timer Cell Control Register 12 [Timer Mode]
LTCA2_LTCXR12   0xF0002A64         Local Timer Cell X Register 12
LTCA2_LTCCTR13  0xF0002A68         Local Timer Cell Control Register 13 [Timer Mode]
LTCA2_LTCXR13   0xF0002A6C         Local Timer Cell X Register 13
LTCA2_LTCCTR14  0xF0002A70         Local Timer Cell Control Register 14 [Timer Mode]
LTCA2_LTCXR14   0xF0002A74         Local Timer Cell X Register 14
LTCA2_LTCCTR15  0xF0002A78         Local Timer Cell Control Register 15 [Timer Mode]
LTCA2_LTCXR15   0xF0002A7C         Local Timer Cell X Register 15
LTCA2_LTCCTR16  0xF0002A80         Local Timer Cell Control Register 16 [Timer Mode]
LTCA2_LTCXR16   0xF0002A84         Local Timer Cell X Register 16
LTCA2_LTCCTR17  0xF0002A88         Local Timer Cell Control Register 17 [Timer Mode]
LTCA2_LTCXR17   0xF0002A8C         Local Timer Cell X Register 17
LTCA2_LTCCTR18  0xF0002A90         Local Timer Cell Control Register 18 [Timer Mode]
LTCA2_LTCXR18   0xF0002A94         Local Timer Cell X Register 18
LTCA2_LTCCTR19  0xF0002A98         Local Timer Cell Control Register 19 [Timer Mode]
LTCA2_LTCXR19   0xF0002A9C         Local Timer Cell X Register 19
LTCA2_LTCCTR20  0xF0002AA0         Local Timer Cell Control Register 20 [Timer Mode]
LTCA2_LTCXR20   0xF0002AA4         Local Timer Cell X Register 20
LTCA2_LTCCTR21  0xF0002AA8         Local Timer Cell Control Register 21 [Timer Mode]
LTCA2_LTCXR21   0xF0002AAC         Local Timer Cell X Register 21
LTCA2_LTCCTR22  0xF0002AB0         Local Timer Cell Control Register 22 [Timer Mode]
LTCA2_LTCXR22   0xF0002AB4         Local Timer Cell X Register 22
LTCA2_LTCCTR23  0xF0002AB8         Local Timer Cell Control Register 23 [Timer Mode]
LTCA2_LTCXR23   0xF0002ABC         Local Timer Cell X Register 23
LTCA2_LTCCTR24  0xF0002AC0         Local Timer Cell Control Register 24 [Timer Mode]
LTCA2_LTCXR24   0xF0002AC4         Local Timer Cell X Register 24
LTCA2_LTCCTR25  0xF0002AC8         Local Timer Cell Control Register 25 [Timer Mode]
LTCA2_LTCXR25   0xF0002ACC         Local Timer Cell X Register 25
LTCA2_LTCCTR26  0xF0002AD0         Local Timer Cell Control Register 26 [Timer Mode]
LTCA2_LTCXR26   0xF0002AD4         Local Timer Cell X Register 26
LTCA2_LTCCTR27  0xF0002AD8         Local Timer Cell Control Register 27 [Timer Mode]
LTCA2_LTCXR27   0xF0002ADC         Local Timer Cell X Register 27
LTCA2_LTCCTR28  0xF0002AE0         Local Timer Cell Control Register 28 [Timer Mode]
LTCA2_LTCXR28   0xF0002AE4         Local Timer Cell X Register 28
LTCA2_LTCCTR29  0xF0002AE8         Local Timer Cell Control Register 29 [Timer Mode]
LTCA2_LTCXR29   0xF0002AEC         Local Timer Cell X Register 29
LTCA2_LTCCTR30  0xF0002AF0         Local Timer Cell Control Register 30 [Timer Mode]
LTCA2_LTCXR30   0xF0002AF4         Local Timer Cell X Register 30
LTCA2_LTCCTR31  0xF0002AF8         Local Timer Cell Control Register 31 [Timer Mode]
LTCA2_LTCXR31   0xF0002AFC         Local Timer Cell X Register 31
LTCA2_LTCCTR32  0xF0002B00         Local Timer Cell Control Register 32 [Timer Mode]
LTCA2_LTCXR32   0xF0002B04         Local Timer Cell X Register 32
LTCA2_LTCCTR33  0xF0002B08         Local Timer Cell Control Register 33 [Timer Mode]
LTCA2_LTCXR33   0xF0002B0C         Local Timer Cell X Register 33
LTCA2_LTCCTR34  0xF0002B10         Local Timer Cell Control Register 34 [Timer Mode]
LTCA2_LTCXR34   0xF0002B14         Local Timer Cell X Register 34
LTCA2_LTCCTR35  0xF0002B18         Local Timer Cell Control Register 35 [Timer Mode]
LTCA2_LTCXR35   0xF0002B1C         Local Timer Cell X Register 35
LTCA2_LTCCTR36  0xF0002B20         Local Timer Cell Control Register 36 [Timer Mode]
LTCA2_LTCXR36   0xF0002B24         Local Timer Cell X Register 36
LTCA2_LTCCTR37  0xF0002B28         Local Timer Cell Control Register 37 [Timer Mode]
LTCA2_LTCXR37   0xF0002B2C         Local Timer Cell X Register 37
LTCA2_LTCCTR38  0xF0002B30         Local Timer Cell Control Register 38 [Timer Mode]
LTCA2_LTCXR38   0xF0002B34         Local Timer Cell X Register 38
LTCA2_LTCCTR39  0xF0002B38         Local Timer Cell Control Register 39 [Timer Mode]
LTCA2_LTCXR39   0xF0002B3C         Local Timer Cell X Register 39
LTCA2_LTCCTR40  0xF0002B40         Local Timer Cell Control Register 40 [Timer Mode]
LTCA2_LTCXR40   0xF0002B44         Local Timer Cell X Register 40
LTCA2_LTCCTR41  0xF0002B48         Local Timer Cell Control Register 41 [Timer Mode]
LTCA2_LTCXR41   0xF0002B4C         Local Timer Cell X Register 41
LTCA2_LTCCTR42  0xF0002B50         Local Timer Cell Control Register 42 [Timer Mode]
LTCA2_LTCXR42   0xF0002B54         Local Timer Cell X Register 42
LTCA2_LTCCTR43  0xF0002B58         Local Timer Cell Control Register 43 [Timer Mode]
LTCA2_LTCXR43   0xF0002B5C         Local Timer Cell X Register 43
LTCA2_LTCCTR44  0xF0002B60         Local Timer Cell Control Register 44 [Timer Mode]
LTCA2_LTCXR44   0xF0002B64         Local Timer Cell X Register 44
LTCA2_LTCCTR45  0xF0002B68         Local Timer Cell Control Register 45 [Timer Mode]
LTCA2_LTCXR45   0xF0002B6C         Local Timer Cell X Register 45
LTCA2_LTCCTR46  0xF0002B70         Local Timer Cell Control Register 46 [Timer Mode]
LTCA2_LTCXR46   0xF0002B74         Local Timer Cell X Register 46
LTCA2_LTCCTR47  0xF0002B78         Local Timer Cell Control Register 47 [Timer Mode]
LTCA2_LTCXR47   0xF0002B7C         Local Timer Cell X Register 47
LTCA2_LTCCTR48  0xF0002B80         Local Timer Cell Control Register 48 [Timer Mode]
LTCA2_LTCXR48   0xF0002B84         Local Timer Cell X Register 48
LTCA2_LTCCTR49  0xF0002B88         Local Timer Cell Control Register 49 [Timer Mode]
LTCA2_LTCXR49   0xF0002B8C         Local Timer Cell X Register 49
LTCA2_LTCCTR50  0xF0002B90         Local Timer Cell Control Register 50 [Timer Mode]
LTCA2_LTCXR50   0xF0002B94         Local Timer Cell X Register 50
LTCA2_LTCCTR51  0xF0002B98         Local Timer Cell Control Register 51 [Timer Mode]
LTCA2_LTCXR51   0xF0002B9C         Local Timer Cell X Register 51
LTCA2_LTCCTR52  0xF0002BA0         Local Timer Cell Control Register 52 [Timer Mode]
LTCA2_LTCXR52   0xF0002BA4         Local Timer Cell X Register 52
LTCA2_LTCCTR53  0xF0002BA8         Local Timer Cell Control Register 53 [Timer Mode]
LTCA2_LTCXR53   0xF0002BAC         Local Timer Cell X Register 53
LTCA2_LTCCTR54  0xF0002BB0         Local Timer Cell Control Register 54 [Timer Mode]
LTCA2_LTCXR54   0xF0002BB4         Local Timer Cell X Register 54
LTCA2_LTCCTR55  0xF0002BB8         Local Timer Cell Control Register 55 [Timer Mode]
LTCA2_LTCXR55   0xF0002BBC         Local Timer Cell X Register 55
LTCA2_LTCCTR56  0xF0002BC0         Local Timer Cell Control Register 56 [Timer Mode]
LTCA2_LTCXR56   0xF0002BC4         Local Timer Cell X Register 56
LTCA2_LTCCTR57  0xF0002BC8         Local Timer Cell Control Register 57 [Timer Mode]
LTCA2_LTCXR57   0xF0002BCC         Local Timer Cell X Register 57
LTCA2_LTCCTR58  0xF0002BD0         Local Timer Cell Control Register 58 [Timer Mode]
LTCA2_LTCXR58   0xF0002BD4         Local Timer Cell X Register 58
LTCA2_LTCCTR59  0xF0002BD8         Local Timer Cell Control Register 59 [Timer Mode]
LTCA2_LTCXR59   0xF0002BDC         Local Timer Cell X Register 59
LTCA2_LTCCTR60  0xF0002BE0         Local Timer Cell Control Register 60 [Timer Mode]
LTCA2_LTCXR60   0xF0002BE4         Local Timer Cell X Register 60
LTCA2_LTCCTR61  0xF0002BE8         Local Timer Cell Control Register 61 [Timer Mode]
LTCA2_LTCXR61   0xF0002BEC         Local Timer Cell X Register 61
LTCA2_LTCCTR62  0xF0002BF0         Local Timer Cell Control Register 62 [Timer Mode]
LTCA2_LTCXR62   0xF0002BF4         Local Timer Cell X Register 62
LTCA2_LTCCTR63  0xF0002BF8         Local Timer Cell Control Register 63
LTCA2_LTCXR63   0xF0002BFC         Local Timer Cell X Register 63
LTCA2_SRC15     0xF0002FC0         LTCA2 Interrupt Service Request Control Register 15
LTCA2_SRC14     0xF0002FC4         LTCA2 Interrupt Service Request Control Register 14
LTCA2_SRC13     0xF0002FC8         LTCA2 Interrupt Service Request Control Register 13
LTCA2_SRC12     0xF0002FCC         LTCA2 Interrupt Service Request Control Register 12
LTCA2_SRC11     0xF0002FD0         LTCA2 Interrupt Service Request Control Register 11
LTCA2_SRC10     0xF0002FD4         LTCA2 Interrupt Service Request Control Register 10
LTCA2_SRC09     0xF0002FD8         LTCA2 Interrupt Service Request Control Register 09
LTCA2_SRC08     0xF0002FDC         LTCA2 Interrupt Service Request Control Register 08
LTCA2_SRC07     0xF0002FE0         LTCA2 Interrupt Service Request Control Register 07
LTCA2_SRC06     0xF0002FE4         LTCA2 Interrupt Service Request Control Register 06
LTCA2_SRC05     0xF0002FE8         LTCA2 Interrupt Service Request Control Register 05
LTCA2_SRC04     0xF0002FEC         LTCA2 Interrupt Service Request Control Register 04
LTCA2_SRC03     0xF0002FF0         LTCA2 Interrupt Service Request Control Register 03
LTCA2_SRC02     0xF0002FF4         LTCA2 Interrupt Service Request Control Register 02
LTCA2_SRC01     0xF0002FF8         LTCA2 Interrupt Service Request Control Register 01
LTCA2_SRC00     0xF0002FFC         LTCA2 Interrupt Service Request Control Register 00
DMA_CLC         0xF0003C00         DMA Clock Control Register
DMA_ID          0xF0003C08         DMA Module Identification Register
DMA_CHRSTR      0xF0003C10         DMA Channel Reset Request Register
DMA_TRSR        0xF0003C14         DMA Transaction Request State Register
DMA_STREQ       0xF0003C18         DMA Software Transaction Request Register
DMA_HTREQ       0xF0003C1C         DMA Hardware Transaction Request Register
DMA_EER         0xF0003C20         DMA Enable Error Register
DMA_ERRSR       0xF0003C24         DMA Error Status Register
DMA_CLRE        0xF0003C28         DMA Clear Error Register
DMA_GINTR       0xF0003C2C         DMA Global Interrupt Set Register
DMA_MESR        0xF0003C30         DMA Move Engine Status Register
DMA_ME0R        0xF0003C34         DMA Move Engine 0 Read Register
DMA_ME1R        0xF0003C38         DMA Move Engine 1 Read Register
DMA_ME0PR       0xF0003C3C         DMA Move Engine 0 Pattern Register
DMA_ME1PR       0xF0003C40         DMA Move Engine 1 Pattern Register
DMA_ME0AENR     0xF0003C44         DMA Move Engine 0 Access Enable Register
DMA_ME0ARR      0xF0003C48         DMA Move Engine 0 Access Range Register
DMA_ME1AENR     0xF0003C4C         DMA Move Engine 1 Access Enable Register
DMA_ME1ARR      0xF0003C50         DMA Move Engine 1 Access Range Register
DMA_INTSR       0xF0003C54         DMA Interrupt Status Register
DMA_INTCR       0xF0003C58         DMA Interrupt Clear Register
DMA_WRPSR       0xF0003C5C         DMA Wrap Status Register
DMA_OCDSR       0xF0003C64         DMA OCDS Register
DMA_SUSPMR      0xF0003C68         DMA Suspend Mode Register
DMA_CHSR00      0xF0003C80         DMA Channel 00 Status Register
DMA_CHCR00      0xF0003C84         DMA Channel 00 Control Register
DMA_CHICR00     0xF0003C88         DMA Channel 00 Interrupt Control Register
DMA_ADRCR00     0xF0003C8C         DMA Channel 00 Address Control Register
DMA_SADR00      0xF0003C90         DMA Channel 00 Source Address Register
DMA_DADR00      0xF0003C94         DMA Channel 00 Destination Address Register
DMA_SHADR00     0xF0003C98         DMA Channel 00 Shadow Address Register
DMA_CHSR01      0xF0003CA0         DMA Channel 01 Status Register
DMA_CHCR01      0xF0003CA4         DMA Channel 01 Control Register
DMA_CHICR01     0xF0003CA8         DMA Channel 01 Interrupt Control Register
DMA_ADRCR01     0xF0003CAC         DMA Channel 01 Address Control Register
DMA_SADR01      0xF0003CB0         DMA Channel 01 Source Address Register
DMA_DADR01      0xF0003CB4         DMA Channel 01 Destination Address Register
DMA_SHADR01     0xF0003CB8         DMA Channel 01 Shadow Address Register
DMA_CHSR02      0xF0003CC0         DMA Channel 02 Status Register
DMA_CHCR02      0xF0003CC4         DMA Channel 02 Control Register
DMA_CHICR02     0xF0003CC8         DMA Channel 02 Interrupt Control Register
DMA_ADRCR02     0xF0003CCC         DMA Channel 02 Address Control Register
DMA_SADR02      0xF0003CD0         DMA Channel 02 Source Address Register
DMA_DADR02      0xF0003CD4         DMA Channel 02 Destination Address Register
DMA_SHADR02     0xF0003CD8         DMA Channel 02 Shadow Address Register
DMA_CHSR03      0xF0003CE0         DMA Channel 03 Status Register
DMA_CHCR03      0xF0003CE4         DMA Channel 03 Control Register
DMA_CHICR03     0xF0003CE8         DMA Channel 03 Interrupt Control Register
DMA_ADRCR03     0xF0003CEC         DMA Channel 03 Address Control Register
DMA_SADR03      0xF0003CF0         DMA Channel 03 Source Address Register
DMA_DADR03      0xF0003CF4         DMA Channel 03 Destination Address Register
DMA_SHADR03     0xF0003CF8         DMA Channel 03 Shadow Address Register
DMA_CHSR04      0xF0003D00         DMA Channel 04 Status Register
DMA_CHCR04      0xF0003D04         DMA Channel 04 Control Register
DMA_CHICR04     0xF0003D08         DMA Channel 04 Interrupt Control Register
DMA_ADRCR04     0xF0003D0C         DMA Channel 04 Address Control Register
DMA_SADR04      0xF0003D10         DMA Channel 04 Source Address Register
DMA_DADR04      0xF0003D14         DMA Channel 04 Destination Address Register
DMA_SHADR04     0xF0003D18         DMA Channel 04 Shadow Address Register
DMA_CHSR05      0xF0003D20         DMA Channel 05 Status Register
DMA_CHCR05      0xF0003D24         DMA Channel 05 Control Register
DMA_CHICR05     0xF0003D28         DMA Channel 05 Interrupt Control Register
DMA_ADRCR05     0xF0003D2C         DMA Channel 05 Address Control Register
DMA_SADR05      0xF0003D30         DMA Channel 05 Source Address Register
DMA_DADR05      0xF0003D34         DMA Channel 05 Destination Address Register
DMA_SHADR05     0xF0003D38         DMA Channel 05 Shadow Address Register
DMA_CHSR06      0xF0003D40         DMA Channel 06 Status Register
DMA_CHCR06      0xF0003D44         DMA Channel 06 Control Register
DMA_CHICR06     0xF0003D48         DMA Channel 06 Interrupt Control Register
DMA_ADRCR06     0xF0003D4C         DMA Channel 06 Address Control Register
DMA_SADR06      0xF0003D50         DMA Channel 06 Source Address Register
DMA_DADR06      0xF0003D54         DMA Channel 06 Destination Address Register
DMA_SHADR06     0xF0003D58         DMA Channel 06 Shadow Address Register
DMA_CHSR07      0xF0003D60         DMA Channel 07 Status Register
DMA_CHCR07      0xF0003D64         DMA Channel 07 Control Register
DMA_CHICR07     0xF0003D68         DMA Channel 07 Interrupt Control Register
DMA_ADRCR07     0xF0003D6C         DMA Channel 07 Address Control Register
DMA_SADR07      0xF0003D70         DMA Channel 07 Source Address Register
DMA_DADR07      0xF0003D74         DMA Channel 07 Destination Address Register
DMA_SHADR07     0xF0003D78         DMA Channel 07 Shadow Address Register
DMA_CHSR10      0xF0003D80         DMA Channel 10 Status Register
DMA_CHCR10      0xF0003D84         DMA Channel 10 Control Register
DMA_CHICR10     0xF0003D88         DMA Channel 10 Interrupt Control Register
DMA_ADRCR10     0xF0003D8C         DMA Channel 10 Address Control Register
DMA_SADR10      0xF0003D90         DMA Channel 10 Source Address Register
DMA_DADR10      0xF0003D94         DMA Channel 10 Destination Address Register
DMA_SHADR10     0xF0003D98         DMA Channel 10 Shadow Address Register
DMA_CHSR11      0xF0003DA0         DMA Channel 11 Status Register
DMA_CHCR11      0xF0003DA4         DMA Channel 11 Control Register
DMA_CHICR11     0xF0003DA8         DMA Channel 11 Interrupt Control Register
DMA_ADRCR11     0xF0003DAC         DMA Channel 11 Address Control Register
DMA_SADR11      0xF0003DB0         DMA Channel 11 Source Address Register
DMA_DADR11      0xF0003DB4         DMA Channel 11 Destination Address Register
DMA_SHADR11     0xF0003DB8         DMA Channel 11 Shadow Address Register
DMA_CHSR12      0xF0003DC0         DMA Channel 12 Status Register
DMA_CHCR12      0xF0003DC4         DMA Channel 12 Control Register
DMA_CHICR12     0xF0003DC8         DMA Channel 12 Interrupt Control Register
DMA_ADRCR12     0xF0003DCC         DMA Channel 12 Address Control Register
DMA_SADR12      0xF0003DD0         DMA Channel 12 Source Address Register
DMA_DADR12      0xF0003DD4         DMA Channel 12 Destination Address Register
DMA_SHADR12     0xF0003DD8         DMA Channel 12 Shadow Address Register
DMA_CHSR13      0xF0003DE0         DMA Channel 13 Status Register
DMA_CHCR13      0xF0003DE4         DMA Channel 13 Control Register
DMA_CHICR13     0xF0003DE8         DMA Channel 13 Interrupt Control Register
DMA_ADRCR13     0xF0003DEC         DMA Channel 13 Address Control Register
DMA_SADR13      0xF0003DF0         DMA Channel 13 Source Address Register
DMA_DADR13      0xF0003DF4         DMA Channel 13 Destination Address Register
DMA_SHADR13     0xF0003DF8         DMA Channel 13 Shadow Address Register
DMA_CHSR14      0xF0003E00         DMA Channel 14 Status Register
DMA_CHCR14      0xF0003E04         DMA Channel 14 Control Register
DMA_CHICR14     0xF0003E08         DMA Channel 14 Interrupt Control Register
DMA_ADRCR14     0xF0003E0C         DMA Channel 14 Address Control Register
DMA_SADR14      0xF0003E10         DMA Channel 14 Source Address Register
DMA_DADR14      0xF0003E14         DMA Channel 14 Destination Address Register
DMA_SHADR14     0xF0003E18         DMA Channel 14 Shadow Address Register
DMA_CHSR15      0xF0003E20         DMA Channel 15 Status Register
DMA_CHCR15      0xF0003E24         DMA Channel 15 Control Register
DMA_CHICR15     0xF0003E28         DMA Channel 15 Interrupt Control Register
DMA_ADRCR15     0xF0003E2C         DMA Channel 15 Address Control Register
DMA_SADR15      0xF0003E30         DMA Channel 15 Source Address Register
DMA_DADR15      0xF0003E34         DMA Channel 15 Destination Address Register
DMA_SHADR15     0xF0003E38         DMA Channel 15 Shadow Address Register
DMA_CHSR16      0xF0003E40         DMA Channel 16 Status Register
DMA_CHCR16      0xF0003E44         DMA Channel 16 Control Register
DMA_CHICR16     0xF0003E48         DMA Channel 16 Interrupt Control Register
DMA_ADRCR16     0xF0003E4C         DMA Channel 16 Address Control Register
DMA_SADR16      0xF0003E50         DMA Channel 16 Source Address Register
DMA_DADR16      0xF0003E54         DMA Channel 16 Destination Address Register
DMA_SHADR16     0xF0003E58         DMA Channel 16 Shadow Address Register
DMA_CHSR17      0xF0003E60         DMA Channel 17 Status Register
DMA_CHCR17      0xF0003E64         DMA Channel 17 Control Register
DMA_CHICR17     0xF0003E68         DMA Channel 17 Interrupt Control Register
DMA_ADRCR17     0xF0003E6C         DMA Channel 17 Address Control Register
DMA_SADR17      0xF0003E70         DMA Channel 17 Source Address Register
DMA_DADR17      0xF0003E74         DMA Channel 17 Destination Address Register
DMA_SHADR17     0xF0003E78         DMA Channel 17 Shadow Address Register
DMA_SYSSRC4     0xF0003E8C         DMA System Interrupt Service Request Control Register 4
DMA_SYSSRC3     0xF0003E90         DMA System Interrupt Service Request Control Register 3
DMA_SYSSRC2     0xF0003E94         DMA System Interrupt Service Request Control Register 2
DMA_SYSSRC1     0xF0003E98         DMA System Interrupt Service Request Control Register 1
DMA_SYSSRC0     0xF0003E9C         DMA System Interrupt Service Request Control Register 0
DMA_MLI0SRC3    0xF0003EA0         DMA MLI0 Service Request Control Register 3
DMA_MLI0SRC2    0xF0003EA4         DMA MLI0 Service Request Control Register 2
DMA_MLI0SRC1    0xF0003EA8         DMA MLI0 Service Request Control Register 1
DMA_MLI0SRC0    0xF0003EAC         DMA MLI0 Service Request Control Register 0
DMA_MLI1SRC1    0xF0003EB8         DMA MLI1 Service Request Control Register 1
DMA_MLI1SRC0    0xF0003EBC         DMA MLI1 Service Request Control Register 0
DMA_SRC7        0xF0003EE0         DMA Service Request Control Register 7
DMA_SRC6        0xF0003EE4         DMA Service Request Control Register 6
DMA_SRC5        0xF0003EE8         DMA Service Request Control Register 5
DMA_SRC4        0xF0003EEC         DMA Service Request Control Register 4
DMA_SRC3        0xF0003EF0         DMA Service Request Control Register 3
DMA_SRC2        0xF0003EF4         DMA Service Request Control Register 2
DMA_SRC1        0xF0003EF8         DMA Service Request Control Register 1
DMA_SRC0        0xF0003EFC         DMA Service Request Control Register 0
CAN_CLC         0xF0004000         CAN Clock Control Register
CAN_ID          0xF0004008         Module Identification Register
CAN_FDR         0xF000400C         Fractional Divider Register
CAN_SRC15       0xF00040C0         CAN Service Request Control Register 15
CAN_SRC14       0xF00040C4         CAN Service Request Control Register 14
CAN_SRC13       0xF00040C8         CAN Service Request Control Register 13
CAN_SRC12       0xF00040CC         CAN Service Request Control Register 12
CAN_SRC11       0xF00040D0         CAN Service Request Control Register 11
CAN_SRC10       0xF00040D4         CAN Service Request Control Register 10
CAN_SRC9        0xF00040D8         CAN Service Request Control Register 9
CAN_SRC8        0xF00040DC         CAN Service Request Control Register 8
CAN_SRC7        0xF00040E0         CAN Service Request Control Register 7
CAN_SRC6        0xF00040E4         CAN Service Request Control Register 6
CAN_SRC5        0xF00040E8         CAN Service Request Control Register 5
CAN_SRC4        0xF00040EC         CAN Service Request Control Register 4
CAN_SRC3        0xF00040F0         CAN Service Request Control Register 3
CAN_SRC2        0xF00040F4         CAN Service Request Control Register 2
CAN_SRC1        0xF00040F8         CAN Service Request Control Register 1
CAN_SRC0        0xF00040FC         CAN Service Request Control Register 0
CAN_LIST0       0xF0004100         List Register 0
CAN_LIST1       0xF0004104         List Register 1
CAN_LIST2       0xF0004108         List Register 2
CAN_LIST3       0xF000410C         List Register 3
CAN_LIST4       0xF0004110         List Register 4
CAN_LIST5       0xF0004114         List Register 5
CAN_LIST6       0xF0004118         List Register 6
CAN_LIST7       0xF000411C         List Register 7
CAN_MSPND0      0xF0004120         Message Pending Register 0
CAN_MSPND1      0xF0004124         Message Pending Register 1
CAN_MSPND2      0xF0004128         Message Pending Register 2
CAN_MSPND3      0xF000412C         Message Pending Register 3
CAN_MSPND4      0xF0004130         Message Pending Register 4
CAN_MSPND5      0xF0004134         Message Pending Register 5
CAN_MSPND6      0xF0004138         Message Pending Register 6
CAN_MSPND7      0xF000413C         Message Pending Register 7
CAN_MSID0       0xF0004140         Message Index Register 0
CAN_MSID1       0xF0004144         Message Index Register 1
CAN_MSID2       0xF0004148         Message Index Register 2
CAN_MSID3       0xF000414C         Message Index Register 3
CAN_MSID4       0xF0004150         Message Index Register 4
CAN_MSID5       0xF0004154         Message Index Register 5
CAN_MSID6       0xF0004158         Message Index Register 6
CAN_MSID7       0xF000415C         Message Index Register 7
CAN_MSIMASK     0xF00041C0         Message Index Mask Register
CAN_PANCTR      0xF00041C4         Panel Control Register
CAN_MCR         0xF00041C8         Module Control Register
CAN_MITR        0xF00041CC         Module Interrupt Trigger Register
CAN_NCR0        0xF0004200         Node 0 Control Register
CAN_NSR0        0xF0004204         Node 0 Status Register
CAN_NIPR0       0xF0004208         Node 0 Interrupt Pointer Register
CAN_NPCR0       0xF000420C         Node 0 Port Control Register
CAN_NBTR0       0xF0004210         Node 0 Bit Timing Register
CAN_NECNT0      0xF0004214         Node 0 Error Counter Register
CAN_NFCR0       0xF0004218         Node 0 Frame Counter Register
CAN_LTR         0xF0004280         Local Time Register
CAN_SYNMR       0xF0004284         Synchronization Mark Register
CAN_REFMR       0xF0004288         Reference Mark Register
CAN_LREFMR      0xF000428C         Last Reference Mark Register
CAN_TURR        0xF0004290         Time Unit Ratio Register
CAN_CYCTMR      0xF0004294         Cycle Time Register
CAN_LOR         0xF0004298         Local Offset Register
CAN_GMR         0xF000429C         Global Mark Register
CAN_LGMR        0xF00042A0         Last Global Mark Register
CAN_AWDR        0xF00042A4         Application Watchdog Register
CAN_TTCR        0xF00042C0         Time Trigger Control Register
CAN_TTCFGR      0xF00042C4         Time Trigger Configuration Register
CAN_TTSR        0xF00042C8         Time Trigger Status Register
CAN_TTFMR       0xF00042CC         Time Trigger Flag Modification Register
CAN_TTIRR       0xF00042D0         Time Trigger Interrupt Request Register
CAN_TTIER       0xF00042D4         Time Trigger Interrupt Enable Register
CAN_TTINPR      0xF00042D8         Time Trigger Interrupt Node Pointer Register
CAN_STSRL       0xF00042F0         Scheduler Timing Status Register Low
CAN_STSRH       0xF00042F4         Scheduler Timing Status Register High
CAN_SISR        0xF00042F8         Scheduler Instruction Status Register
CAN_NCR1        0xF0004300         Node 1 Control Register
CAN_NSR1        0xF0004304         Node 1 Status Register
CAN_NIPR1       0xF0004308         Node 1 Interrupt Pointer Register
CAN_NPCR1       0xF000430C         Node 1 Port Control Register
CAN_NBTR1       0xF0004310         Node 1 Bit Timing Register
CAN_NECNT1      0xF0004314         Node 1 Error Counter Register
CAN_NFCR1       0xF0004318         Node 1 Frame Counter Register
CAN_NCR2        0xF0004400         Node 2 Control Register
CAN_NSR2        0xF0004404         Node 2 Status Register
CAN_NIPR2       0xF0004408         Node 2 Interrupt Pointer Register
CAN_NPCR2       0xF000440C         Node 2 Port Control Register
CAN_NBTR2       0xF0004410         Node 2 Bit Timing Register
CAN_NECNT2      0xF0004414         Node 2 Error Counter Register
CAN_NFCR2       0xF0004418         Node 2 Frame Counter Register
CAN_NCR3        0xF0004500         Node 3 Control Register
CAN_NSR3        0xF0004504         Node 3 Status Register
CAN_NIPR3       0xF0004508         Node 3 Interrupt Pointer Register
CAN_NPCR3       0xF000450C         Node 3 Port Control Register
CAN_NBTR3       0xF0004510         Node 3 Bit Timing Register
CAN_NECNT3      0xF0004514         Node 3 Error Counter Register
CAN_NFCR3       0xF0004518         Node 3 Frame Counter Register
CAN_MOFCR0      0xF0004600         Message Object 0 Function Control Register
CAN_MOFGPR0     0xF0004604         Message Object 0 FIFO/Gateway Pointer Register
CAN_MOIPR0      0xF0004608         Message Object 0 Interrupt Pointer Register
CAN_MOAMR0      0xF000460C         Message Object 0 Acceptance Mask Register
CAN_MODATAL0    0xF0004610         Message Object 0 Data Register Low
CAN_MODATAH0    0xF0004614         Message Object 0 Data Register High
CAN_MOAR0       0xF0004618         Message Object 0 Arbitration Register
CAN_MOCTR0      0xF000461C         Message Object 0 Control / Status Register
CAN_MOFCR1      0xF0004620         Message Object 1 Function Control Register
CAN_MOFGPR1     0xF0004624         Message Object 1 FIFO/Gateway Pointer Register
CAN_MOIPR1      0xF0004628         Message Object 1 Interrupt Pointer Register
CAN_MOAMR1      0xF000462C         Message Object 1 Acceptance Mask Register
CAN_MODATAL1    0xF0004630         Message Object 1 Data Register Low
CAN_MODATAH1    0xF0004634         Message Object 1 Data Register High
CAN_MOAR1       0xF0004638         Message Object 1 Arbitration Register
CAN_MOCTR1      0xF000463C         Message Object 1 Control / Status Register
CAN_MOFCR2      0xF0004640         Message Object 2 Function Control Register
CAN_MOFGPR2     0xF0004644         Message Object 2 FIFO/Gateway Pointer Register
CAN_MOIPR2      0xF0004648         Message Object 2 Interrupt Pointer Register
CAN_MOAMR2      0xF000464C         Message Object 2 Acceptance Mask Register
CAN_MODATAL2    0xF0004650         Message Object 2 Data Register Low
CAN_MODATAH2    0xF0004654         Message Object 2 Data Register High
CAN_MOAR2       0xF0004658         Message Object 2 Arbitration Register
CAN_MOCTR2      0xF000465C         Message Object 2 Control / Status Register
CAN_MOFCR3      0xF0004660         Message Object 3 Function Control Register
CAN_MOFGPR3     0xF0004664         Message Object 3 FIFO/Gateway Pointer Register
CAN_MOIPR3      0xF0004668         Message Object 3 Interrupt Pointer Register
CAN_MOAMR3      0xF000466C         Message Object 3 Acceptance Mask Register
CAN_MODATAL3    0xF0004670         Message Object 3 Data Register Low
CAN_MODATAH3    0xF0004674         Message Object 3 Data Register High
CAN_MOAR3       0xF0004678         Message Object 3 Arbitration Register
CAN_MOCTR3      0xF000467C         Message Object 3 Control / Status Register
CAN_MOFCR4      0xF0004680         Message Object 4 Function Control Register
CAN_MOFGPR4     0xF0004684         Message Object 4 FIFO/Gateway Pointer Register
CAN_MOIPR4      0xF0004688         Message Object 4 Interrupt Pointer Register
CAN_MOAMR4      0xF000468C         Message Object 4 Acceptance Mask Register
CAN_MODATAL4    0xF0004690         Message Object 4 Data Register Low
CAN_MODATAH4    0xF0004694         Message Object 4 Data Register High
CAN_MOAR4       0xF0004698         Message Object 4 Arbitration Register
CAN_MOCTR4      0xF000469C         Message Object 4 Control / Status Register
CAN_MOFCR5      0xF00046A0         Message Object 5 Function Control Register
CAN_MOFGPR5     0xF00046A4         Message Object 5 FIFO/Gateway Pointer Register
CAN_MOIPR5      0xF00046A8         Message Object 5 Interrupt Pointer Register
CAN_MOAMR5      0xF00046AC         Message Object 5 Acceptance Mask Register
CAN_MODATAL5    0xF00046B0         Message Object 5 Data Register Low
CAN_MODATAH5    0xF00046B4         Message Object 5 Data Register High
CAN_MOAR5       0xF00046B8         Message Object 5 Arbitration Register
CAN_MOCTR5      0xF00046BC         Message Object 5 Control / Status Register
CAN_MOFCR6      0xF00046C0         Message Object 6 Function Control Register
CAN_MOFGPR6     0xF00046C4         Message Object 6 FIFO/Gateway Pointer Register
CAN_MOIPR6      0xF00046C8         Message Object 6 Interrupt Pointer Register
CAN_MOAMR6      0xF00046CC         Message Object 6 Acceptance Mask Register
CAN_MODATAL6    0xF00046D0         Message Object 6 Data Register Low
CAN_MODATAH6    0xF00046D4         Message Object 6 Data Register High
CAN_MOAR6       0xF00046D8         Message Object 6 Arbitration Register
CAN_MOCTR6      0xF00046DC         Message Object 6 Control / Status Register
CAN_MOFCR7      0xF00046E0         Message Object 7 Function Control Register
CAN_MOFGPR7     0xF00046E4         Message Object 7 FIFO/Gateway Pointer Register
CAN_MOIPR7      0xF00046E8         Message Object 7 Interrupt Pointer Register
CAN_MOAMR7      0xF00046EC         Message Object 7 Acceptance Mask Register
CAN_MODATAL7    0xF00046F0         Message Object 7 Data Register Low
CAN_MODATAH7    0xF00046F4         Message Object 7 Data Register High
CAN_MOAR7       0xF00046F8         Message Object 7 Arbitration Register
CAN_MOCTR7      0xF00046FC         Message Object 7 Control / Status Register
CAN_MOFCR8      0xF0004700         Message Object 8 Function Control Register
CAN_MOFGPR8     0xF0004704         Message Object 8 FIFO/Gateway Pointer Register
CAN_MOIPR8      0xF0004708         Message Object 8 Interrupt Pointer Register
CAN_MOAMR8      0xF000470C         Message Object 8 Acceptance Mask Register
CAN_MODATAL8    0xF0004710         Message Object 8 Data Register Low
CAN_MODATAH8    0xF0004714         Message Object 8 Data Register High
CAN_MOAR8       0xF0004718         Message Object 8 Arbitration Register
CAN_MOCTR8      0xF000471C         Message Object 8 Control / Status Register
CAN_MOFCR9      0xF0004720         Message Object 9 Function Control Register
CAN_MOFGPR9     0xF0004724         Message Object 9 FIFO/Gateway Pointer Register
CAN_MOIPR9      0xF0004728         Message Object 9 Interrupt Pointer Register
CAN_MOAMR9      0xF000472C         Message Object 9 Acceptance Mask Register
CAN_MODATAL9    0xF0004730         Message Object 9 Data Register Low
CAN_MODATAH9    0xF0004734         Message Object 9 Data Register High
CAN_MOAR9       0xF0004738         Message Object 9 Arbitration Register
CAN_MOCTR9      0xF000473C         Message Object 9 Control / Status Register
CAN_MOFCR10     0xF0004740         Message Object 10 Function Control Register
CAN_MOFGPR10    0xF0004744         Message Object 10 FIFO/Gateway Pointer Register
CAN_MOIPR10     0xF0004748         Message Object 10 Interrupt Pointer Register
CAN_MOAMR10     0xF000474C         Message Object 10 Acceptance Mask Register
CAN_MODATAL10   0xF0004750         Message Object 10 Data Register Low
CAN_MODATAH10   0xF0004754         Message Object 10 Data Register High
CAN_MOAR10      0xF0004758         Message Object 10 Arbitration Register
CAN_MOCTR10     0xF000475C         Message Object 10 Control / Status Register
CAN_MOFCR11     0xF0004760         Message Object 11 Function Control Register
CAN_MOFGPR11    0xF0004764         Message Object 11 FIFO/Gateway Pointer Register
CAN_MOIPR11     0xF0004768         Message Object 11 Interrupt Pointer Register
CAN_MOAMR11     0xF000476C         Message Object 11 Acceptance Mask Register
CAN_MODATAL11   0xF0004770         Message Object 11 Data Register Low
CAN_MODATAH11   0xF0004774         Message Object 11 Data Register High
CAN_MOAR11      0xF0004778         Message Object 11 Arbitration Register
CAN_MOCTR11     0xF000477C         Message Object 11 Control / Status Register
CAN_MOFCR12     0xF0004780         Message Object 12 Function Control Register
CAN_MOFGPR12    0xF0004784         Message Object 12 FIFO/Gateway Pointer Register
CAN_MOIPR12     0xF0004788         Message Object 12 Interrupt Pointer Register
CAN_MOAMR12     0xF000478C         Message Object 12 Acceptance Mask Register
CAN_MODATAL12   0xF0004790         Message Object 12 Data Register Low
CAN_MODATAH12   0xF0004794         Message Object 12 Data Register High
CAN_MOAR12      0xF0004798         Message Object 12 Arbitration Register
CAN_MOCTR12     0xF000479C         Message Object 12 Control / Status Register
CAN_MOFCR13     0xF00047A0         Message Object 13 Function Control Register
CAN_MOFGPR13    0xF00047A4         Message Object 13 FIFO/Gateway Pointer Register
CAN_MOIPR13     0xF00047A8         Message Object 13 Interrupt Pointer Register
CAN_MOAMR13     0xF00047AC         Message Object 13 Acceptance Mask Register
CAN_MODATAL13   0xF00047B0         Message Object 13 Data Register Low
CAN_MODATAH13   0xF00047B4         Message Object 13 Data Register High
CAN_MOAR13      0xF00047B8         Message Object 13 Arbitration Register
CAN_MOCTR13     0xF00047BC         Message Object 13 Control / Status Register
CAN_MOFCR14     0xF00047C0         Message Object 14 Function Control Register
CAN_MOFGPR14    0xF00047C4         Message Object 14 FIFO/Gateway Pointer Register
CAN_MOIPR14     0xF00047C8         Message Object 14 Interrupt Pointer Register
CAN_MOAMR14     0xF00047CC         Message Object 14 Acceptance Mask Register
CAN_MODATAL14   0xF00047D0         Message Object 14 Data Register Low
CAN_MODATAH14   0xF00047D4         Message Object 14 Data Register High
CAN_MOAR14      0xF00047D8         Message Object 14 Arbitration Register
CAN_MOCTR14     0xF00047DC         Message Object 14 Control / Status Register
CAN_MOFCR15     0xF00047E0         Message Object 15 Function Control Register
CAN_MOFGPR15    0xF00047E4         Message Object 15 FIFO/Gateway Pointer Register
CAN_MOIPR15     0xF00047E8         Message Object 15 Interrupt Pointer Register
CAN_MOAMR15     0xF00047EC         Message Object 15 Acceptance Mask Register
CAN_MODATAL15   0xF00047F0         Message Object 15 Data Register Low
CAN_MODATAH15   0xF00047F4         Message Object 15 Data Register High
CAN_MOAR15      0xF00047F8         Message Object 15 Arbitration Register
CAN_MOCTR15     0xF00047FC         Message Object 15 Control / Status Register
CAN_MOFCR16     0xF0004800         Message Object 16 Function Control Register
CAN_MOFGPR16    0xF0004804         Message Object 16 FIFO/Gateway Pointer Register
CAN_MOIPR16     0xF0004808         Message Object 16 Interrupt Pointer Register
CAN_MOAMR16     0xF000480C         Message Object 16 Acceptance Mask Register
CAN_MODATAL16   0xF0004810         Message Object 16 Data Register Low
CAN_MODATAH16   0xF0004814         Message Object 16 Data Register High
CAN_MOAR16      0xF0004818         Message Object 16 Arbitration Register
CAN_MOCTR16     0xF000481C         Message Object 16 Control / Status Register
CAN_MOFCR17     0xF0004820         Message Object 17 Function Control Register
CAN_MOFGPR17    0xF0004824         Message Object 17 FIFO/Gateway Pointer Register
CAN_MOIPR17     0xF0004828         Message Object 17 Interrupt Pointer Register
CAN_MOAMR17     0xF000482C         Message Object 17 Acceptance Mask Register
CAN_MODATAL17   0xF0004830         Message Object 17 Data Register Low
CAN_MODATAH17   0xF0004834         Message Object 17 Data Register High
CAN_MOAR17      0xF0004838         Message Object 17 Arbitration Register
CAN_MOCTR17     0xF000483C         Message Object 17 Control / Status Register
CAN_MOFCR18     0xF0004840         Message Object 18 Function Control Register
CAN_MOFGPR18    0xF0004844         Message Object 18 FIFO/Gateway Pointer Register
CAN_MOIPR18     0xF0004848         Message Object 18 Interrupt Pointer Register
CAN_MOAMR18     0xF000484C         Message Object 18 Acceptance Mask Register
CAN_MODATAL18   0xF0004850         Message Object 18 Data Register Low
CAN_MODATAH18   0xF0004854         Message Object 18 Data Register High
CAN_MOAR18      0xF0004858         Message Object 18 Arbitration Register
CAN_MOCTR18     0xF000485C         Message Object 18 Control / Status Register
CAN_MOFCR19     0xF0004860         Message Object 19 Function Control Register
CAN_MOFGPR19    0xF0004864         Message Object 19 FIFO/Gateway Pointer Register
CAN_MOIPR19     0xF0004868         Message Object 19 Interrupt Pointer Register
CAN_MOAMR19     0xF000486C         Message Object 19 Acceptance Mask Register
CAN_MODATAL19   0xF0004870         Message Object 19 Data Register Low
CAN_MODATAH19   0xF0004874         Message Object 19 Data Register High
CAN_MOAR19      0xF0004878         Message Object 19 Arbitration Register
CAN_MOCTR19     0xF000487C         Message Object 19 Control / Status Register
CAN_MOFCR20     0xF0004880         Message Object 20 Function Control Register
CAN_MOFGPR20    0xF0004884         Message Object 20 FIFO/Gateway Pointer Register
CAN_MOIPR20     0xF0004888         Message Object 20 Interrupt Pointer Register
CAN_MOAMR20     0xF000488C         Message Object 20 Acceptance Mask Register
CAN_MODATAL20   0xF0004890         Message Object 20 Data Register Low
CAN_MODATAH20   0xF0004894         Message Object 20 Data Register High
CAN_MOAR20      0xF0004898         Message Object 20 Arbitration Register
CAN_MOCTR20     0xF000489C         Message Object 20 Control / Status Register
CAN_MOFCR21     0xF00048A0         Message Object 21 Function Control Register
CAN_MOFGPR21    0xF00048A4         Message Object 21 FIFO/Gateway Pointer Register
CAN_MOIPR21     0xF00048A8         Message Object 21 Interrupt Pointer Register
CAN_MOAMR21     0xF00048AC         Message Object 21 Acceptance Mask Register
CAN_MODATAL21   0xF00048B0         Message Object 21 Data Register Low
CAN_MODATAH21   0xF00048B4         Message Object 21 Data Register High
CAN_MOAR21      0xF00048B8         Message Object 21 Arbitration Register
CAN_MOCTR21     0xF00048BC         Message Object 21 Control / Status Register
CAN_MOFCR22     0xF00048C0         Message Object 22 Function Control Register
CAN_MOFGPR22    0xF00048C4         Message Object 22 FIFO/Gateway Pointer Register
CAN_MOIPR22     0xF00048C8         Message Object 22 Interrupt Pointer Register
CAN_MOAMR22     0xF00048CC         Message Object 22 Acceptance Mask Register
CAN_MODATAL22   0xF00048D0         Message Object 22 Data Register Low
CAN_MODATAH22   0xF00048D4         Message Object 22 Data Register High
CAN_MOAR22      0xF00048D8         Message Object 22 Arbitration Register
CAN_MOCTR22     0xF00048DC         Message Object 22 Control / Status Register
CAN_MOFCR23     0xF00048E0         Message Object 23 Function Control Register
CAN_MOFGPR23    0xF00048E4         Message Object 23 FIFO/Gateway Pointer Register
CAN_MOIPR23     0xF00048E8         Message Object 23 Interrupt Pointer Register
CAN_MOAMR23     0xF00048EC         Message Object 23 Acceptance Mask Register
CAN_MODATAL23   0xF00048F0         Message Object 23 Data Register Low
CAN_MODATAH23   0xF00048F4         Message Object 23 Data Register High
CAN_MOAR23      0xF00048F8         Message Object 23 Arbitration Register
CAN_MOCTR23     0xF00048FC         Message Object 23 Control / Status Register
CAN_MOFCR24     0xF0004900         Message Object 24 Function Control Register
CAN_MOFGPR24    0xF0004904         Message Object 24 FIFO/Gateway Pointer Register
CAN_MOIPR24     0xF0004908         Message Object 24 Interrupt Pointer Register
CAN_MOAMR24     0xF000490C         Message Object 24 Acceptance Mask Register
CAN_MODATAL24   0xF0004910         Message Object 24 Data Register Low
CAN_MODATAH24   0xF0004914         Message Object 24 Data Register High
CAN_MOAR24      0xF0004918         Message Object 24 Arbitration Register
CAN_MOCTR24     0xF000491C         Message Object 24 Control / Status Register
CAN_MOFCR25     0xF0004920         Message Object 25 Function Control Register
CAN_MOFGPR25    0xF0004924         Message Object 25 FIFO/Gateway Pointer Register
CAN_MOIPR25     0xF0004928         Message Object 25 Interrupt Pointer Register
CAN_MOAMR25     0xF000492C         Message Object 25 Acceptance Mask Register
CAN_MODATAL25   0xF0004930         Message Object 25 Data Register Low
CAN_MODATAH25   0xF0004934         Message Object 25 Data Register High
CAN_MOAR25      0xF0004938         Message Object 25 Arbitration Register
CAN_MOCTR25     0xF000493C         Message Object 25 Control / Status Register
CAN_MOFCR26     0xF0004940         Message Object 26 Function Control Register
CAN_MOFGPR26    0xF0004944         Message Object 26 FIFO/Gateway Pointer Register
CAN_MOIPR26     0xF0004948         Message Object 26 Interrupt Pointer Register
CAN_MOAMR26     0xF000494C         Message Object 26 Acceptance Mask Register
CAN_MODATAL26   0xF0004950         Message Object 26 Data Register Low
CAN_MODATAH26   0xF0004954         Message Object 26 Data Register High
CAN_MOAR26      0xF0004958         Message Object 26 Arbitration Register
CAN_MOCTR26     0xF000495C         Message Object 26 Control / Status Register
CAN_MOFCR27     0xF0004960         Message Object 27 Function Control Register
CAN_MOFGPR27    0xF0004964         Message Object 27 FIFO/Gateway Pointer Register
CAN_MOIPR27     0xF0004968         Message Object 27 Interrupt Pointer Register
CAN_MOAMR27     0xF000496C         Message Object 27 Acceptance Mask Register
CAN_MODATAL27   0xF0004970         Message Object 27 Data Register Low
CAN_MODATAH27   0xF0004974         Message Object 27 Data Register High
CAN_MOAR27      0xF0004978         Message Object 27 Arbitration Register
CAN_MOCTR27     0xF000497C         Message Object 27 Control / Status Register
CAN_MOFCR28     0xF0004980         Message Object 28 Function Control Register
CAN_MOFGPR28    0xF0004984         Message Object 28 FIFO/Gateway Pointer Register
CAN_MOIPR28     0xF0004988         Message Object 28 Interrupt Pointer Register
CAN_MOAMR28     0xF000498C         Message Object 28 Acceptance Mask Register
CAN_MODATAL28   0xF0004990         Message Object 28 Data Register Low
CAN_MODATAH28   0xF0004994         Message Object 28 Data Register High
CAN_MOAR28      0xF0004998         Message Object 28 Arbitration Register
CAN_MOCTR28     0xF000499C         Message Object 28 Control / Status Register
CAN_MOFCR29     0xF00049A0         Message Object 29 Function Control Register
CAN_MOFGPR29    0xF00049A4         Message Object 29 FIFO/Gateway Pointer Register
CAN_MOIPR29     0xF00049A8         Message Object 29 Interrupt Pointer Register
CAN_MOAMR29     0xF00049AC         Message Object 29 Acceptance Mask Register
CAN_MODATAL29   0xF00049B0         Message Object 29 Data Register Low
CAN_MODATAH29   0xF00049B4         Message Object 29 Data Register High
CAN_MOAR29      0xF00049B8         Message Object 29 Arbitration Register
CAN_MOCTR29     0xF00049BC         Message Object 29 Control / Status Register
CAN_MOFCR30     0xF00049C0         Message Object 30 Function Control Register
CAN_MOFGPR30    0xF00049C4         Message Object 30 FIFO/Gateway Pointer Register
CAN_MOIPR30     0xF00049C8         Message Object 30 Interrupt Pointer Register
CAN_MOAMR30     0xF00049CC         Message Object 30 Acceptance Mask Register
CAN_MODATAL30   0xF00049D0         Message Object 30 Data Register Low
CAN_MODATAH30   0xF00049D4         Message Object 30 Data Register High
CAN_MOAR30      0xF00049D8         Message Object 30 Arbitration Register
CAN_MOCTR30     0xF00049DC         Message Object 30 Control / Status Register
CAN_MOFCR31     0xF00049E0         Message Object 31 Function Control Register
CAN_MOFGPR31    0xF00049E4         Message Object 31 FIFO/Gateway Pointer Register
CAN_MOIPR31     0xF00049E8         Message Object 31 Interrupt Pointer Register
CAN_MOAMR31     0xF00049EC         Message Object 31 Acceptance Mask Register
CAN_MODATAL31   0xF00049F0         Message Object 31 Data Register Low
CAN_MODATAH31   0xF00049F4         Message Object 31 Data Register High
CAN_MOAR31      0xF00049F8         Message Object 31 Arbitration Register
CAN_MOCTR31     0xF00049FC         Message Object 31 Control / Status Register
CAN_MOFCR32     0xF0004A00         Message Object 32 Function Control Register
CAN_MOFGPR32    0xF0004A04         Message Object 32 FIFO/Gateway Pointer Register
CAN_MOIPR32     0xF0004A08         Message Object 32 Interrupt Pointer Register
CAN_MOAMR32     0xF0004A0C         Message Object 32 Acceptance Mask Register
CAN_MODATAL32   0xF0004A10         Message Object 32 Data Register Low
CAN_MODATAH32   0xF0004A14         Message Object 32 Data Register High
CAN_MOAR32      0xF0004A18         Message Object 32 Arbitration Register
CAN_MOCTR32     0xF0004A1C         Message Object 32 Control / Status Register
CAN_MOFCR33     0xF0004A20         Message Object 33 Function Control Register
CAN_MOFGPR33    0xF0004A24         Message Object 33 FIFO/Gateway Pointer Register
CAN_MOIPR33     0xF0004A28         Message Object 33 Interrupt Pointer Register
CAN_MOAMR33     0xF0004A2C         Message Object 33 Acceptance Mask Register
CAN_MODATAL33   0xF0004A30         Message Object 33 Data Register Low
CAN_MODATAH33   0xF0004A34         Message Object 33 Data Register High
CAN_MOAR33      0xF0004A38         Message Object 33 Arbitration Register
CAN_MOCTR33     0xF0004A3C         Message Object 33 Control / Status Register
CAN_MOFCR34     0xF0004A40         Message Object 34 Function Control Register
CAN_MOFGPR34    0xF0004A44         Message Object 34 FIFO/Gateway Pointer Register
CAN_MOIPR34     0xF0004A48         Message Object 34 Interrupt Pointer Register
CAN_MOAMR34     0xF0004A4C         Message Object 34 Acceptance Mask Register
CAN_MODATAL34   0xF0004A50         Message Object 34 Data Register Low
CAN_MODATAH34   0xF0004A54         Message Object 34 Data Register High
CAN_MOAR34      0xF0004A58         Message Object 34 Arbitration Register
CAN_MOCTR34     0xF0004A5C         Message Object 34 Control / Status Register
CAN_MOFCR35     0xF0004A60         Message Object 35 Function Control Register
CAN_MOFGPR35    0xF0004A64         Message Object 35 FIFO/Gateway Pointer Register
CAN_MOIPR35     0xF0004A68         Message Object 35 Interrupt Pointer Register
CAN_MOAMR35     0xF0004A6C         Message Object 35 Acceptance Mask Register
CAN_MODATAL35   0xF0004A70         Message Object 35 Data Register Low
CAN_MODATAH35   0xF0004A74         Message Object 35 Data Register High
CAN_MOAR35      0xF0004A78         Message Object 35 Arbitration Register
CAN_MOCTR35     0xF0004A7C         Message Object 35 Control / Status Register
CAN_MOFCR36     0xF0004A80         Message Object 36 Function Control Register
CAN_MOFGPR36    0xF0004A84         Message Object 36 FIFO/Gateway Pointer Register
CAN_MOIPR36     0xF0004A88         Message Object 36 Interrupt Pointer Register
CAN_MOAMR36     0xF0004A8C         Message Object 36 Acceptance Mask Register
CAN_MODATAL36   0xF0004A90         Message Object 36 Data Register Low
CAN_MODATAH36   0xF0004A94         Message Object 36 Data Register High
CAN_MOAR36      0xF0004A98         Message Object 36 Arbitration Register
CAN_MOCTR36     0xF0004A9C         Message Object 36 Control / Status Register
CAN_MOFCR37     0xF0004AA0         Message Object 37 Function Control Register
CAN_MOFGPR37    0xF0004AA4         Message Object 37 FIFO/Gateway Pointer Register
CAN_MOIPR37     0xF0004AA8         Message Object 37 Interrupt Pointer Register
CAN_MOAMR37     0xF0004AAC         Message Object 37 Acceptance Mask Register
CAN_MODATAL37   0xF0004AB0         Message Object 37 Data Register Low
CAN_MODATAH37   0xF0004AB4         Message Object 37 Data Register High
CAN_MOAR37      0xF0004AB8         Message Object 37 Arbitration Register
CAN_MOCTR37     0xF0004ABC         Message Object 37 Control / Status Register
CAN_MOFCR38     0xF0004AC0         Message Object 38 Function Control Register
CAN_MOFGPR38    0xF0004AC4         Message Object 38 FIFO/Gateway Pointer Register
CAN_MOIPR38     0xF0004AC8         Message Object 38 Interrupt Pointer Register
CAN_MOAMR38     0xF0004ACC         Message Object 38 Acceptance Mask Register
CAN_MODATAL38   0xF0004AD0         Message Object 38 Data Register Low
CAN_MODATAH38   0xF0004AD4         Message Object 38 Data Register High
CAN_MOAR38      0xF0004AD8         Message Object 38 Arbitration Register
CAN_MOCTR38     0xF0004ADC         Message Object 38 Control / Status Register
CAN_MOFCR39     0xF0004AE0         Message Object 39 Function Control Register
CAN_MOFGPR39    0xF0004AE4         Message Object 39 FIFO/Gateway Pointer Register
CAN_MOIPR39     0xF0004AE8         Message Object 39 Interrupt Pointer Register
CAN_MOAMR39     0xF0004AEC         Message Object 39 Acceptance Mask Register
CAN_MODATAL39   0xF0004AF0         Message Object 39 Data Register Low
CAN_MODATAH39   0xF0004AF4         Message Object 39 Data Register High
CAN_MOAR39      0xF0004AF8         Message Object 39 Arbitration Register
CAN_MOCTR39     0xF0004AFC         Message Object 39 Control / Status Register
CAN_MOFCR40     0xF0004B00         Message Object 40 Function Control Register
CAN_MOFGPR40    0xF0004B04         Message Object 40 FIFO/Gateway Pointer Register
CAN_MOIPR40     0xF0004B08         Message Object 40 Interrupt Pointer Register
CAN_MOAMR40     0xF0004B0C         Message Object 40 Acceptance Mask Register
CAN_MODATAL40   0xF0004B10         Message Object 40 Data Register Low
CAN_MODATAH40   0xF0004B14         Message Object 40 Data Register High
CAN_MOAR40      0xF0004B18         Message Object 40 Arbitration Register
CAN_MOCTR40     0xF0004B1C         Message Object 40 Control / Status Register
CAN_MOFCR41     0xF0004B20         Message Object 41 Function Control Register
CAN_MOFGPR41    0xF0004B24         Message Object 41 FIFO/Gateway Pointer Register
CAN_MOIPR41     0xF0004B28         Message Object 41 Interrupt Pointer Register
CAN_MOAMR41     0xF0004B2C         Message Object 41 Acceptance Mask Register
CAN_MODATAL41   0xF0004B30         Message Object 41 Data Register Low
CAN_MODATAH41   0xF0004B34         Message Object 41 Data Register High
CAN_MOAR41      0xF0004B38         Message Object 41 Arbitration Register
CAN_MOCTR41     0xF0004B3C         Message Object 41 Control / Status Register
CAN_MOFCR42     0xF0004B40         Message Object 42 Function Control Register
CAN_MOFGPR42    0xF0004B44         Message Object 42 FIFO/Gateway Pointer Register
CAN_MOIPR42     0xF0004B48         Message Object 42 Interrupt Pointer Register
CAN_MOAMR42     0xF0004B4C         Message Object 42 Acceptance Mask Register
CAN_MODATAL42   0xF0004B50         Message Object 42 Data Register Low
CAN_MODATAH42   0xF0004B54         Message Object 42 Data Register High
CAN_MOAR42      0xF0004B58         Message Object 42 Arbitration Register
CAN_MOCTR42     0xF0004B5C         Message Object 42 Control / Status Register
CAN_MOFCR43     0xF0004B60         Message Object 43 Function Control Register
CAN_MOFGPR43    0xF0004B64         Message Object 43 FIFO/Gateway Pointer Register
CAN_MOIPR43     0xF0004B68         Message Object 43 Interrupt Pointer Register
CAN_MOAMR43     0xF0004B6C         Message Object 43 Acceptance Mask Register
CAN_MODATAL43   0xF0004B70         Message Object 43 Data Register Low
CAN_MODATAH43   0xF0004B74         Message Object 43 Data Register High
CAN_MOAR43      0xF0004B78         Message Object 43 Arbitration Register
CAN_MOCTR43     0xF0004B7C         Message Object 43 Control / Status Register
CAN_MOFCR44     0xF0004B80         Message Object 44 Function Control Register
CAN_MOFGPR44    0xF0004B84         Message Object 44 FIFO/Gateway Pointer Register
CAN_MOIPR44     0xF0004B88         Message Object 44 Interrupt Pointer Register
CAN_MOAMR44     0xF0004B8C         Message Object 44 Acceptance Mask Register
CAN_MODATAL44   0xF0004B90         Message Object 44 Data Register Low
CAN_MODATAH44   0xF0004B94         Message Object 44 Data Register High
CAN_MOAR44      0xF0004B98         Message Object 44 Arbitration Register
CAN_MOCTR44     0xF0004B9C         Message Object 44 Control / Status Register
CAN_MOFCR45     0xF0004BA0         Message Object 45 Function Control Register
CAN_MOFGPR45    0xF0004BA4         Message Object 45 FIFO/Gateway Pointer Register
CAN_MOIPR45     0xF0004BA8         Message Object 45 Interrupt Pointer Register
CAN_MOAMR45     0xF0004BAC         Message Object 45 Acceptance Mask Register
CAN_MODATAL45   0xF0004BB0         Message Object 45 Data Register Low
CAN_MODATAH45   0xF0004BB4         Message Object 45 Data Register High
CAN_MOAR45      0xF0004BB8         Message Object 45 Arbitration Register
CAN_MOCTR45     0xF0004BBC         Message Object 45 Control / Status Register
CAN_MOFCR46     0xF0004BC0         Message Object 46 Function Control Register
CAN_MOFGPR46    0xF0004BC4         Message Object 46 FIFO/Gateway Pointer Register
CAN_MOIPR46     0xF0004BC8         Message Object 46 Interrupt Pointer Register
CAN_MOAMR46     0xF0004BCC         Message Object 46 Acceptance Mask Register
CAN_MODATAL46   0xF0004BD0         Message Object 46 Data Register Low
CAN_MODATAH46   0xF0004BD4         Message Object 46 Data Register High
CAN_MOAR46      0xF0004BD8         Message Object 46 Arbitration Register
CAN_MOCTR46     0xF0004BDC         Message Object 46 Control / Status Register
CAN_MOFCR47     0xF0004BE0         Message Object 47 Function Control Register
CAN_MOFGPR47    0xF0004BE4         Message Object 47 FIFO/Gateway Pointer Register
CAN_MOIPR47     0xF0004BE8         Message Object 47 Interrupt Pointer Register
CAN_MOAMR47     0xF0004BEC         Message Object 47 Acceptance Mask Register
CAN_MODATAL47   0xF0004BF0         Message Object 47 Data Register Low
CAN_MODATAH47   0xF0004BF4         Message Object 47 Data Register High
CAN_MOAR47      0xF0004BF8         Message Object 47 Arbitration Register
CAN_MOCTR47     0xF0004BFC         Message Object 47 Control / Status Register
CAN_MOFCR48     0xF0004C00         Message Object 48 Function Control Register
CAN_MOFGPR48    0xF0004C04         Message Object 48 FIFO/Gateway Pointer Register
CAN_MOIPR48     0xF0004C08         Message Object 48 Interrupt Pointer Register
CAN_MOAMR48     0xF0004C0C         Message Object 48 Acceptance Mask Register
CAN_MODATAL48   0xF0004C10         Message Object 48 Data Register Low
CAN_MODATAH48   0xF0004C14         Message Object 48 Data Register High
CAN_MOAR48      0xF0004C18         Message Object 48 Arbitration Register
CAN_MOCTR48     0xF0004C1C         Message Object 48 Control / Status Register
CAN_MOFCR49     0xF0004C20         Message Object 49 Function Control Register
CAN_MOFGPR49    0xF0004C24         Message Object 49 FIFO/Gateway Pointer Register
CAN_MOIPR49     0xF0004C28         Message Object 49 Interrupt Pointer Register
CAN_MOAMR49     0xF0004C2C         Message Object 49 Acceptance Mask Register
CAN_MODATAL49   0xF0004C30         Message Object 49 Data Register Low
CAN_MODATAH49   0xF0004C34         Message Object 49 Data Register High
CAN_MOAR49      0xF0004C38         Message Object 49 Arbitration Register
CAN_MOCTR49     0xF0004C3C         Message Object 49 Control / Status Register
CAN_MOFCR50     0xF0004C40         Message Object 50 Function Control Register
CAN_MOFGPR50    0xF0004C44         Message Object 50 FIFO/Gateway Pointer Register
CAN_MOIPR50     0xF0004C48         Message Object 50 Interrupt Pointer Register
CAN_MOAMR50     0xF0004C4C         Message Object 50 Acceptance Mask Register
CAN_MODATAL50   0xF0004C50         Message Object 50 Data Register Low
CAN_MODATAH50   0xF0004C54         Message Object 50 Data Register High
CAN_MOAR50      0xF0004C58         Message Object 50 Arbitration Register
CAN_MOCTR50     0xF0004C5C         Message Object 50 Control / Status Register
CAN_MOFCR51     0xF0004C60         Message Object 51 Function Control Register
CAN_MOFGPR51    0xF0004C64         Message Object 51 FIFO/Gateway Pointer Register
CAN_MOIPR51     0xF0004C68         Message Object 51 Interrupt Pointer Register
CAN_MOAMR51     0xF0004C6C         Message Object 51 Acceptance Mask Register
CAN_MODATAL51   0xF0004C70         Message Object 51 Data Register Low
CAN_MODATAH51   0xF0004C74         Message Object 51 Data Register High
CAN_MOAR51      0xF0004C78         Message Object 51 Arbitration Register
CAN_MOCTR51     0xF0004C7C         Message Object 51 Control / Status Register
CAN_MOFCR52     0xF0004C80         Message Object 52 Function Control Register
CAN_MOFGPR52    0xF0004C84         Message Object 52 FIFO/Gateway Pointer Register
CAN_MOIPR52     0xF0004C88         Message Object 52 Interrupt Pointer Register
CAN_MOAMR52     0xF0004C8C         Message Object 52 Acceptance Mask Register
CAN_MODATAL52   0xF0004C90         Message Object 52 Data Register Low
CAN_MODATAH52   0xF0004C94         Message Object 52 Data Register High
CAN_MOAR52      0xF0004C98         Message Object 52 Arbitration Register
CAN_MOCTR52     0xF0004C9C         Message Object 52 Control / Status Register
CAN_MOFCR53     0xF0004CA0         Message Object 53 Function Control Register
CAN_MOFGPR53    0xF0004CA4         Message Object 53 FIFO/Gateway Pointer Register
CAN_MOIPR53     0xF0004CA8         Message Object 53 Interrupt Pointer Register
CAN_MOAMR53     0xF0004CAC         Message Object 53 Acceptance Mask Register
CAN_MODATAL53   0xF0004CB0         Message Object 53 Data Register Low
CAN_MODATAH53   0xF0004CB4         Message Object 53 Data Register High
CAN_MOAR53      0xF0004CB8         Message Object 53 Arbitration Register
CAN_MOCTR53     0xF0004CBC         Message Object 53 Control / Status Register
CAN_MOFCR54     0xF0004CC0         Message Object 54 Function Control Register
CAN_MOFGPR54    0xF0004CC4         Message Object 54 FIFO/Gateway Pointer Register
CAN_MOIPR54     0xF0004CC8         Message Object 54 Interrupt Pointer Register
CAN_MOAMR54     0xF0004CCC         Message Object 54 Acceptance Mask Register
CAN_MODATAL54   0xF0004CD0         Message Object 54 Data Register Low
CAN_MODATAH54   0xF0004CD4         Message Object 54 Data Register High
CAN_MOAR54      0xF0004CD8         Message Object 54 Arbitration Register
CAN_MOCTR54     0xF0004CDC         Message Object 54 Control / Status Register
CAN_MOFCR55     0xF0004CE0         Message Object 55 Function Control Register
CAN_MOFGPR55    0xF0004CE4         Message Object 55 FIFO/Gateway Pointer Register
CAN_MOIPR55     0xF0004CE8         Message Object 55 Interrupt Pointer Register
CAN_MOAMR55     0xF0004CEC         Message Object 55 Acceptance Mask Register
CAN_MODATAL55   0xF0004CF0         Message Object 55 Data Register Low
CAN_MODATAH55   0xF0004CF4         Message Object 55 Data Register High
CAN_MOAR55      0xF0004CF8         Message Object 55 Arbitration Register
CAN_MOCTR55     0xF0004CFC         Message Object 55 Control / Status Register
CAN_MOFCR56     0xF0004D00         Message Object 56 Function Control Register
CAN_MOFGPR56    0xF0004D04         Message Object 56 FIFO/Gateway Pointer Register
CAN_MOIPR56     0xF0004D08         Message Object 56 Interrupt Pointer Register
CAN_MOAMR56     0xF0004D0C         Message Object 56 Acceptance Mask Register
CAN_MODATAL56   0xF0004D10         Message Object 56 Data Register Low
CAN_MODATAH56   0xF0004D14         Message Object 56 Data Register High
CAN_MOAR56      0xF0004D18         Message Object 56 Arbitration Register
CAN_MOCTR56     0xF0004D1C         Message Object 56 Control / Status Register
CAN_MOFCR57     0xF0004D20         Message Object 57 Function Control Register
CAN_MOFGPR57    0xF0004D24         Message Object 57 FIFO/Gateway Pointer Register
CAN_MOIPR57     0xF0004D28         Message Object 57 Interrupt Pointer Register
CAN_MOAMR57     0xF0004D2C         Message Object 57 Acceptance Mask Register
CAN_MODATAL57   0xF0004D30         Message Object 57 Data Register Low
CAN_MODATAH57   0xF0004D34         Message Object 57 Data Register High
CAN_MOAR57      0xF0004D38         Message Object 57 Arbitration Register
CAN_MOCTR57     0xF0004D3C         Message Object 57 Control / Status Register
CAN_MOFCR58     0xF0004D40         Message Object 58 Function Control Register
CAN_MOFGPR58    0xF0004D44         Message Object 58 FIFO/Gateway Pointer Register
CAN_MOIPR58     0xF0004D48         Message Object 58 Interrupt Pointer Register
CAN_MOAMR58     0xF0004D4C         Message Object 58 Acceptance Mask Register
CAN_MODATAL58   0xF0004D50         Message Object 58 Data Register Low
CAN_MODATAH58   0xF0004D54         Message Object 58 Data Register High
CAN_MOAR58      0xF0004D58         Message Object 58 Arbitration Register
CAN_MOCTR58     0xF0004D5C         Message Object 58 Control / Status Register
CAN_MOFCR59     0xF0004D60         Message Object 59 Function Control Register
CAN_MOFGPR59    0xF0004D64         Message Object 59 FIFO/Gateway Pointer Register
CAN_MOIPR59     0xF0004D68         Message Object 59 Interrupt Pointer Register
CAN_MOAMR59     0xF0004D6C         Message Object 59 Acceptance Mask Register
CAN_MODATAL59   0xF0004D70         Message Object 59 Data Register Low
CAN_MODATAH59   0xF0004D74         Message Object 59 Data Register High
CAN_MOAR59      0xF0004D78         Message Object 59 Arbitration Register
CAN_MOCTR59     0xF0004D7C         Message Object 59 Control / Status Register
CAN_MOFCR60     0xF0004D80         Message Object 60 Function Control Register
CAN_MOFGPR60    0xF0004D84         Message Object 60 FIFO/Gateway Pointer Register
CAN_MOIPR60     0xF0004D88         Message Object 60 Interrupt Pointer Register
CAN_MOAMR60     0xF0004D8C         Message Object 60 Acceptance Mask Register
CAN_MODATAL60   0xF0004D90         Message Object 60 Data Register Low
CAN_MODATAH60   0xF0004D94         Message Object 60 Data Register High
CAN_MOAR60      0xF0004D98         Message Object 60 Arbitration Register
CAN_MOCTR60     0xF0004D9C         Message Object 60 Control / Status Register
CAN_MOFCR61     0xF0004DA0         Message Object 61 Function Control Register
CAN_MOFGPR61    0xF0004DA4         Message Object 61 FIFO/Gateway Pointer Register
CAN_MOIPR61     0xF0004DA8         Message Object 61 Interrupt Pointer Register
CAN_MOAMR61     0xF0004DAC         Message Object 61 Acceptance Mask Register
CAN_MODATAL61   0xF0004DB0         Message Object 61 Data Register Low
CAN_MODATAH61   0xF0004DB4         Message Object 61 Data Register High
CAN_MOAR61      0xF0004DB8         Message Object 61 Arbitration Register
CAN_MOCTR61     0xF0004DBC         Message Object 61 Control / Status Register
CAN_MOFCR62     0xF0004DC0         Message Object 62 Function Control Register
CAN_MOFGPR62    0xF0004DC4         Message Object 62 FIFO/Gateway Pointer Register
CAN_MOIPR62     0xF0004DC8         Message Object 62 Interrupt Pointer Register
CAN_MOAMR62     0xF0004DCC         Message Object 62 Acceptance Mask Register
CAN_MODATAL62   0xF0004DD0         Message Object 62 Data Register Low
CAN_MODATAH62   0xF0004DD4         Message Object 62 Data Register High
CAN_MOAR62      0xF0004DD8         Message Object 62 Arbitration Register
CAN_MOCTR62     0xF0004DDC         Message Object 62 Control / Status Register
CAN_MOFCR63     0xF0004DE0         Message Object 63 Function Control Register
CAN_MOFGPR63    0xF0004DE4         Message Object 63 FIFO/Gateway Pointer Register
CAN_MOIPR63     0xF0004DE8         Message Object 63 Interrupt Pointer Register
CAN_MOAMR63     0xF0004DEC         Message Object 63 Acceptance Mask Register
CAN_MODATAL63   0xF0004DF0         Message Object 63 Data Register Low
CAN_MODATAH63   0xF0004DF4         Message Object 63 Data Register High
CAN_MOAR63      0xF0004DF8         Message Object 63 Arbitration Register
CAN_MOCTR63     0xF0004DFC         Message Object 63 Control / Status Register
CAN_MOFCR64     0xF0004E00         Message Object 64 Function Control Register
CAN_MOFGPR64    0xF0004E04         Message Object 64 FIFO/Gateway Pointer Register
CAN_MOIPR64     0xF0004E08         Message Object 64 Interrupt Pointer Register
CAN_MOAMR64     0xF0004E0C         Message Object 64 Acceptance Mask Register
CAN_MODATAL64   0xF0004E10         Message Object 64 Data Register Low
CAN_MODATAH64   0xF0004E14         Message Object 64 Data Register High
CAN_MOAR64      0xF0004E18         Message Object 64 Arbitration Register
CAN_MOCTR64     0xF0004E1C         Message Object 64 Control / Status Register
CAN_MOFCR65     0xF0004E20         Message Object 65 Function Control Register
CAN_MOFGPR65    0xF0004E24         Message Object 65 FIFO/Gateway Pointer Register
CAN_MOIPR65     0xF0004E28         Message Object 65 Interrupt Pointer Register
CAN_MOAMR65     0xF0004E2C         Message Object 65 Acceptance Mask Register
CAN_MODATAL65   0xF0004E30         Message Object 65 Data Register Low
CAN_MODATAH65   0xF0004E34         Message Object 65 Data Register High
CAN_MOAR65      0xF0004E38         Message Object 65 Arbitration Register
CAN_MOCTR65     0xF0004E3C         Message Object 65 Control / Status Register
CAN_MOFCR66     0xF0004E40         Message Object 66 Function Control Register
CAN_MOFGPR66    0xF0004E44         Message Object 66 FIFO/Gateway Pointer Register
CAN_MOIPR66     0xF0004E48         Message Object 66 Interrupt Pointer Register
CAN_MOAMR66     0xF0004E4C         Message Object 66 Acceptance Mask Register
CAN_MODATAL66   0xF0004E50         Message Object 66 Data Register Low
CAN_MODATAH66   0xF0004E54         Message Object 66 Data Register High
CAN_MOAR66      0xF0004E58         Message Object 66 Arbitration Register
CAN_MOCTR66     0xF0004E5C         Message Object 66 Control / Status Register
CAN_MOFCR67     0xF0004E60         Message Object 67 Function Control Register
CAN_MOFGPR67    0xF0004E64         Message Object 67 FIFO/Gateway Pointer Register
CAN_MOIPR67     0xF0004E68         Message Object 67 Interrupt Pointer Register
CAN_MOAMR67     0xF0004E6C         Message Object 67 Acceptance Mask Register
CAN_MODATAL67   0xF0004E70         Message Object 67 Data Register Low
CAN_MODATAH67   0xF0004E74         Message Object 67 Data Register High
CAN_MOAR67      0xF0004E78         Message Object 67 Arbitration Register
CAN_MOCTR67     0xF0004E7C         Message Object 67 Control / Status Register
CAN_MOFCR68     0xF0004E80         Message Object 68 Function Control Register
CAN_MOFGPR68    0xF0004E84         Message Object 68 FIFO/Gateway Pointer Register
CAN_MOIPR68     0xF0004E88         Message Object 68 Interrupt Pointer Register
CAN_MOAMR68     0xF0004E8C         Message Object 68 Acceptance Mask Register
CAN_MODATAL68   0xF0004E90         Message Object 68 Data Register Low
CAN_MODATAH68   0xF0004E94         Message Object 68 Data Register High
CAN_MOAR68      0xF0004E98         Message Object 68 Arbitration Register
CAN_MOCTR68     0xF0004E9C         Message Object 68 Control / Status Register
CAN_MOFCR69     0xF0004EA0         Message Object 69 Function Control Register
CAN_MOFGPR69    0xF0004EA4         Message Object 69 FIFO/Gateway Pointer Register
CAN_MOIPR69     0xF0004EA8         Message Object 69 Interrupt Pointer Register
CAN_MOAMR69     0xF0004EAC         Message Object 69 Acceptance Mask Register
CAN_MODATAL69   0xF0004EB0         Message Object 69 Data Register Low
CAN_MODATAH69   0xF0004EB4         Message Object 69 Data Register High
CAN_MOAR69      0xF0004EB8         Message Object 69 Arbitration Register
CAN_MOCTR69     0xF0004EBC         Message Object 69 Control / Status Register
CAN_MOFCR70     0xF0004EC0         Message Object 70 Function Control Register
CAN_MOFGPR70    0xF0004EC4         Message Object 70 FIFO/Gateway Pointer Register
CAN_MOIPR70     0xF0004EC8         Message Object 70 Interrupt Pointer Register
CAN_MOAMR70     0xF0004ECC         Message Object 70 Acceptance Mask Register
CAN_MODATAL70   0xF0004ED0         Message Object 70 Data Register Low
CAN_MODATAH70   0xF0004ED4         Message Object 70 Data Register High
CAN_MOAR70      0xF0004ED8         Message Object 70 Arbitration Register
CAN_MOCTR70     0xF0004EDC         Message Object 70 Control / Status Register
CAN_MOFCR71     0xF0004EE0         Message Object 71 Function Control Register
CAN_MOFGPR71    0xF0004EE4         Message Object 71 FIFO/Gateway Pointer Register
CAN_MOIPR71     0xF0004EE8         Message Object 71 Interrupt Pointer Register
CAN_MOAMR71     0xF0004EEC         Message Object 71 Acceptance Mask Register
CAN_MODATAL71   0xF0004EF0         Message Object 71 Data Register Low
CAN_MODATAH71   0xF0004EF4         Message Object 71 Data Register High
CAN_MOAR71      0xF0004EF8         Message Object 71 Arbitration Register
CAN_MOCTR71     0xF0004EFC         Message Object 71 Control / Status Register
CAN_MOFCR72     0xF0004F00         Message Object 72 Function Control Register
CAN_MOFGPR72    0xF0004F04         Message Object 72 FIFO/Gateway Pointer Register
CAN_MOIPR72     0xF0004F08         Message Object 72 Interrupt Pointer Register
CAN_MOAMR72     0xF0004F0C         Message Object 72 Acceptance Mask Register
CAN_MODATAL72   0xF0004F10         Message Object 72 Data Register Low
CAN_MODATAH72   0xF0004F14         Message Object 72 Data Register High
CAN_MOAR72      0xF0004F18         Message Object 72 Arbitration Register
CAN_MOCTR72     0xF0004F1C         Message Object 72 Control / Status Register
CAN_MOFCR73     0xF0004F20         Message Object 73 Function Control Register
CAN_MOFGPR73    0xF0004F24         Message Object 73 FIFO/Gateway Pointer Register
CAN_MOIPR73     0xF0004F28         Message Object 73 Interrupt Pointer Register
CAN_MOAMR73     0xF0004F2C         Message Object 73 Acceptance Mask Register
CAN_MODATAL73   0xF0004F30         Message Object 73 Data Register Low
CAN_MODATAH73   0xF0004F34         Message Object 73 Data Register High
CAN_MOAR73      0xF0004F38         Message Object 73 Arbitration Register
CAN_MOCTR73     0xF0004F3C         Message Object 73 Control / Status Register
CAN_MOFCR74     0xF0004F40         Message Object 74 Function Control Register
CAN_MOFGPR74    0xF0004F44         Message Object 74 FIFO/Gateway Pointer Register
CAN_MOIPR74     0xF0004F48         Message Object 74 Interrupt Pointer Register
CAN_MOAMR74     0xF0004F4C         Message Object 74 Acceptance Mask Register
CAN_MODATAL74   0xF0004F50         Message Object 74 Data Register Low
CAN_MODATAH74   0xF0004F54         Message Object 74 Data Register High
CAN_MOAR74      0xF0004F58         Message Object 74 Arbitration Register
CAN_MOCTR74     0xF0004F5C         Message Object 74 Control / Status Register
CAN_MOFCR75     0xF0004F60         Message Object 75 Function Control Register
CAN_MOFGPR75    0xF0004F64         Message Object 75 FIFO/Gateway Pointer Register
CAN_MOIPR75     0xF0004F68         Message Object 75 Interrupt Pointer Register
CAN_MOAMR75     0xF0004F6C         Message Object 75 Acceptance Mask Register
CAN_MODATAL75   0xF0004F70         Message Object 75 Data Register Low
CAN_MODATAH75   0xF0004F74         Message Object 75 Data Register High
CAN_MOAR75      0xF0004F78         Message Object 75 Arbitration Register
CAN_MOCTR75     0xF0004F7C         Message Object 75 Control / Status Register
CAN_MOFCR76     0xF0004F80         Message Object 76 Function Control Register
CAN_MOFGPR76    0xF0004F84         Message Object 76 FIFO/Gateway Pointer Register
CAN_MOIPR76     0xF0004F88         Message Object 76 Interrupt Pointer Register
CAN_MOAMR76     0xF0004F8C         Message Object 76 Acceptance Mask Register
CAN_MODATAL76   0xF0004F90         Message Object 76 Data Register Low
CAN_MODATAH76   0xF0004F94         Message Object 76 Data Register High
CAN_MOAR76      0xF0004F98         Message Object 76 Arbitration Register
CAN_MOCTR76     0xF0004F9C         Message Object 76 Control / Status Register
CAN_MOFCR77     0xF0004FA0         Message Object 77 Function Control Register
CAN_MOFGPR77    0xF0004FA4         Message Object 77 FIFO/Gateway Pointer Register
CAN_MOIPR77     0xF0004FA8         Message Object 77 Interrupt Pointer Register
CAN_MOAMR77     0xF0004FAC         Message Object 77 Acceptance Mask Register
CAN_MODATAL77   0xF0004FB0         Message Object 77 Data Register Low
CAN_MODATAH77   0xF0004FB4         Message Object 77 Data Register High
CAN_MOAR77      0xF0004FB8         Message Object 77 Arbitration Register
CAN_MOCTR77     0xF0004FBC         Message Object 77 Control / Status Register
CAN_MOFCR78     0xF0004FC0         Message Object 78 Function Control Register
CAN_MOFGPR78    0xF0004FC4         Message Object 78 FIFO/Gateway Pointer Register
CAN_MOIPR78     0xF0004FC8         Message Object 78 Interrupt Pointer Register
CAN_MOAMR78     0xF0004FCC         Message Object 78 Acceptance Mask Register
CAN_MODATAL78   0xF0004FD0         Message Object 78 Data Register Low
CAN_MODATAH78   0xF0004FD4         Message Object 78 Data Register High
CAN_MOAR78      0xF0004FD8         Message Object 78 Arbitration Register
CAN_MOCTR78     0xF0004FDC         Message Object 78 Control / Status Register
CAN_MOFCR79     0xF0004FE0         Message Object 79 Function Control Register
CAN_MOFGPR79    0xF0004FE4         Message Object 79 FIFO/Gateway Pointer Register
CAN_MOIPR79     0xF0004FE8         Message Object 79 Interrupt Pointer Register
CAN_MOAMR79     0xF0004FEC         Message Object 79 Acceptance Mask Register
CAN_MODATAL79   0xF0004FF0         Message Object 79 Data Register Low
CAN_MODATAH79   0xF0004FF4         Message Object 79 Data Register High
CAN_MOAR79      0xF0004FF8         Message Object 79 Arbitration Register
CAN_MOCTR79     0xF0004FFC         Message Object 79 Control / Status Register
CAN_MOFCR80     0xF0005000         Message Object 80 Function Control Register
CAN_MOFGPR80    0xF0005004         Message Object 80 FIFO/Gateway Pointer Register
CAN_MOIPR80     0xF0005008         Message Object 80 Interrupt Pointer Register
CAN_MOAMR80     0xF000500C         Message Object 80 Acceptance Mask Register
CAN_MODATAL80   0xF0005010         Message Object 80 Data Register Low
CAN_MODATAH80   0xF0005014         Message Object 80 Data Register High
CAN_MOAR80      0xF0005018         Message Object 80 Arbitration Register
CAN_MOCTR80     0xF000501C         Message Object 80 Control / Status Register
CAN_MOFCR81     0xF0005020         Message Object 81 Function Control Register
CAN_MOFGPR81    0xF0005024         Message Object 81 FIFO/Gateway Pointer Register
CAN_MOIPR81     0xF0005028         Message Object 81 Interrupt Pointer Register
CAN_MOAMR81     0xF000502C         Message Object 81 Acceptance Mask Register
CAN_MODATAL81   0xF0005030         Message Object 81 Data Register Low
CAN_MODATAH81   0xF0005034         Message Object 81 Data Register High
CAN_MOAR81      0xF0005038         Message Object 81 Arbitration Register
CAN_MOCTR81     0xF000503C         Message Object 81 Control / Status Register
CAN_MOFCR82     0xF0005040         Message Object 82 Function Control Register
CAN_MOFGPR82    0xF0005044         Message Object 82 FIFO/Gateway Pointer Register
CAN_MOIPR82     0xF0005048         Message Object 82 Interrupt Pointer Register
CAN_MOAMR82     0xF000504C         Message Object 82 Acceptance Mask Register
CAN_MODATAL82   0xF0005050         Message Object 82 Data Register Low
CAN_MODATAH82   0xF0005054         Message Object 82 Data Register High
CAN_MOAR82      0xF0005058         Message Object 82 Arbitration Register
CAN_MOCTR82     0xF000505C         Message Object 82 Control / Status Register
CAN_MOFCR83     0xF0005060         Message Object 83 Function Control Register
CAN_MOFGPR83    0xF0005064         Message Object 83 FIFO/Gateway Pointer Register
CAN_MOIPR83     0xF0005068         Message Object 83 Interrupt Pointer Register
CAN_MOAMR83     0xF000506C         Message Object 83 Acceptance Mask Register
CAN_MODATAL83   0xF0005070         Message Object 83 Data Register Low
CAN_MODATAH83   0xF0005074         Message Object 83 Data Register High
CAN_MOAR83      0xF0005078         Message Object 83 Arbitration Register
CAN_MOCTR83     0xF000507C         Message Object 83 Control / Status Register
CAN_MOFCR84     0xF0005080         Message Object 84 Function Control Register
CAN_MOFGPR84    0xF0005084         Message Object 84 FIFO/Gateway Pointer Register
CAN_MOIPR84     0xF0005088         Message Object 84 Interrupt Pointer Register
CAN_MOAMR84     0xF000508C         Message Object 84 Acceptance Mask Register
CAN_MODATAL84   0xF0005090         Message Object 84 Data Register Low
CAN_MODATAH84   0xF0005094         Message Object 84 Data Register High
CAN_MOAR84      0xF0005098         Message Object 84 Arbitration Register
CAN_MOCTR84     0xF000509C         Message Object 84 Control / Status Register
CAN_MOFCR85     0xF00050A0         Message Object 85 Function Control Register
CAN_MOFGPR85    0xF00050A4         Message Object 85 FIFO/Gateway Pointer Register
CAN_MOIPR85     0xF00050A8         Message Object 85 Interrupt Pointer Register
CAN_MOAMR85     0xF00050AC         Message Object 85 Acceptance Mask Register
CAN_MODATAL85   0xF00050B0         Message Object 85 Data Register Low
CAN_MODATAH85   0xF00050B4         Message Object 85 Data Register High
CAN_MOAR85      0xF00050B8         Message Object 85 Arbitration Register
CAN_MOCTR85     0xF00050BC         Message Object 85 Control / Status Register
CAN_MOFCR86     0xF00050C0         Message Object 86 Function Control Register
CAN_MOFGPR86    0xF00050C4         Message Object 86 FIFO/Gateway Pointer Register
CAN_MOIPR86     0xF00050C8         Message Object 86 Interrupt Pointer Register
CAN_MOAMR86     0xF00050CC         Message Object 86 Acceptance Mask Register
CAN_MODATAL86   0xF00050D0         Message Object 86 Data Register Low
CAN_MODATAH86   0xF00050D4         Message Object 86 Data Register High
CAN_MOAR86      0xF00050D8         Message Object 86 Arbitration Register
CAN_MOCTR86     0xF00050DC         Message Object 86 Control / Status Register
CAN_MOFCR87     0xF00050E0         Message Object 87 Function Control Register
CAN_MOFGPR87    0xF00050E4         Message Object 87 FIFO/Gateway Pointer Register
CAN_MOIPR87     0xF00050E8         Message Object 87 Interrupt Pointer Register
CAN_MOAMR87     0xF00050EC         Message Object 87 Acceptance Mask Register
CAN_MODATAL87   0xF00050F0         Message Object 87 Data Register Low
CAN_MODATAH87   0xF00050F4         Message Object 87 Data Register High
CAN_MOAR87      0xF00050F8         Message Object 87 Arbitration Register
CAN_MOCTR87     0xF00050FC         Message Object 87 Control / Status Register
CAN_MOFCR88     0xF0005100         Message Object 88 Function Control Register
CAN_MOFGPR88    0xF0005104         Message Object 88 FIFO/Gateway Pointer Register
CAN_MOIPR88     0xF0005108         Message Object 88 Interrupt Pointer Register
CAN_MOAMR88     0xF000510C         Message Object 88 Acceptance Mask Register
CAN_MODATAL88   0xF0005110         Message Object 88 Data Register Low
CAN_MODATAH88   0xF0005114         Message Object 88 Data Register High
CAN_MOAR88      0xF0005118         Message Object 88 Arbitration Register
CAN_MOCTR88     0xF000511C         Message Object 88 Control / Status Register
CAN_MOFCR89     0xF0005120         Message Object 89 Function Control Register
CAN_MOFGPR89    0xF0005124         Message Object 89 FIFO/Gateway Pointer Register
CAN_MOIPR89     0xF0005128         Message Object 89 Interrupt Pointer Register
CAN_MOAMR89     0xF000512C         Message Object 89 Acceptance Mask Register
CAN_MODATAL89   0xF0005130         Message Object 89 Data Register Low
CAN_MODATAH89   0xF0005134         Message Object 89 Data Register High
CAN_MOAR89      0xF0005138         Message Object 89 Arbitration Register
CAN_MOCTR89     0xF000513C         Message Object 89 Control / Status Register
CAN_MOFCR90     0xF0005140         Message Object 90 Function Control Register
CAN_MOFGPR90    0xF0005144         Message Object 90 FIFO/Gateway Pointer Register
CAN_MOIPR90     0xF0005148         Message Object 90 Interrupt Pointer Register
CAN_MOAMR90     0xF000514C         Message Object 90 Acceptance Mask Register
CAN_MODATAL90   0xF0005150         Message Object 90 Data Register Low
CAN_MODATAH90   0xF0005154         Message Object 90 Data Register High
CAN_MOAR90      0xF0005158         Message Object 90 Arbitration Register
CAN_MOCTR90     0xF000515C         Message Object 90 Control / Status Register
CAN_MOFCR91     0xF0005160         Message Object 91 Function Control Register
CAN_MOFGPR91    0xF0005164         Message Object 91 FIFO/Gateway Pointer Register
CAN_MOIPR91     0xF0005168         Message Object 91 Interrupt Pointer Register
CAN_MOAMR91     0xF000516C         Message Object 91 Acceptance Mask Register
CAN_MODATAL91   0xF0005170         Message Object 91 Data Register Low
CAN_MODATAH91   0xF0005174         Message Object 91 Data Register High
CAN_MOAR91      0xF0005178         Message Object 91 Arbitration Register
CAN_MOCTR91     0xF000517C         Message Object 91 Control / Status Register
CAN_MOFCR92     0xF0005180         Message Object 92 Function Control Register
CAN_MOFGPR92    0xF0005184         Message Object 92 FIFO/Gateway Pointer Register
CAN_MOIPR92     0xF0005188         Message Object 92 Interrupt Pointer Register
CAN_MOAMR92     0xF000518C         Message Object 92 Acceptance Mask Register
CAN_MODATAL92   0xF0005190         Message Object 92 Data Register Low
CAN_MODATAH92   0xF0005194         Message Object 92 Data Register High
CAN_MOAR92      0xF0005198         Message Object 92 Arbitration Register
CAN_MOCTR92     0xF000519C         Message Object 92 Control / Status Register
CAN_MOFCR93     0xF00051A0         Message Object 93 Function Control Register
CAN_MOFGPR93    0xF00051A4         Message Object 93 FIFO/Gateway Pointer Register
CAN_MOIPR93     0xF00051A8         Message Object 93 Interrupt Pointer Register
CAN_MOAMR93     0xF00051AC         Message Object 93 Acceptance Mask Register
CAN_MODATAL93   0xF00051B0         Message Object 93 Data Register Low
CAN_MODATAH93   0xF00051B4         Message Object 93 Data Register High
CAN_MOAR93      0xF00051B8         Message Object 93 Arbitration Register
CAN_MOCTR93     0xF00051BC         Message Object 93 Control / Status Register
CAN_MOFCR94     0xF00051C0         Message Object 94 Function Control Register
CAN_MOFGPR94    0xF00051C4         Message Object 94 FIFO/Gateway Pointer Register
CAN_MOIPR94     0xF00051C8         Message Object 94 Interrupt Pointer Register
CAN_MOAMR94     0xF00051CC         Message Object 94 Acceptance Mask Register
CAN_MODATAL94   0xF00051D0         Message Object 94 Data Register Low
CAN_MODATAH94   0xF00051D4         Message Object 94 Data Register High
CAN_MOAR94      0xF00051D8         Message Object 94 Arbitration Register
CAN_MOCTR94     0xF00051DC         Message Object 94 Control / Status Register
CAN_MOFCR95     0xF00051E0         Message Object 95 Function Control Register
CAN_MOFGPR95    0xF00051E4         Message Object 95 FIFO/Gateway Pointer Register
CAN_MOIPR95     0xF00051E8         Message Object 95 Interrupt Pointer Register
CAN_MOAMR95     0xF00051EC         Message Object 95 Acceptance Mask Register
CAN_MODATAL95   0xF00051F0         Message Object 95 Data Register Low
CAN_MODATAH95   0xF00051F4         Message Object 95 Data Register High
CAN_MOAR95      0xF00051F8         Message Object 95 Arbitration Register
CAN_MOCTR95     0xF00051FC         Message Object 95 Control / Status Register
CAN_MOFCR96     0xF0005200         Message Object 96 Function Control Register
CAN_MOFGPR96    0xF0005204         Message Object 96 FIFO/Gateway Pointer Register
CAN_MOIPR96     0xF0005208         Message Object 96 Interrupt Pointer Register
CAN_MOAMR96     0xF000520C         Message Object 96 Acceptance Mask Register
CAN_MODATAL96   0xF0005210         Message Object 96 Data Register Low
CAN_MODATAH96   0xF0005214         Message Object 96 Data Register High
CAN_MOAR96      0xF0005218         Message Object 96 Arbitration Register
CAN_MOCTR96     0xF000521C         Message Object 96 Control / Status Register
CAN_MOFCR97     0xF0005220         Message Object 97 Function Control Register
CAN_MOFGPR97    0xF0005224         Message Object 97 FIFO/Gateway Pointer Register
CAN_MOIPR97     0xF0005228         Message Object 97 Interrupt Pointer Register
CAN_MOAMR97     0xF000522C         Message Object 97 Acceptance Mask Register
CAN_MODATAL97   0xF0005230         Message Object 97 Data Register Low
CAN_MODATAH97   0xF0005234         Message Object 97 Data Register High
CAN_MOAR97      0xF0005238         Message Object 97 Arbitration Register
CAN_MOCTR97     0xF000523C         Message Object 97 Control / Status Register
CAN_MOFCR98     0xF0005240         Message Object 98 Function Control Register
CAN_MOFGPR98    0xF0005244         Message Object 98 FIFO/Gateway Pointer Register
CAN_MOIPR98     0xF0005248         Message Object 98 Interrupt Pointer Register
CAN_MOAMR98     0xF000524C         Message Object 98 Acceptance Mask Register
CAN_MODATAL98   0xF0005250         Message Object 98 Data Register Low
CAN_MODATAH98   0xF0005254         Message Object 98 Data Register High
CAN_MOAR98      0xF0005258         Message Object 98 Arbitration Register
CAN_MOCTR98     0xF000525C         Message Object 98 Control / Status Register
CAN_MOFCR99     0xF0005260         Message Object 99 Function Control Register
CAN_MOFGPR99    0xF0005264         Message Object 99 FIFO/Gateway Pointer Register
CAN_MOIPR99     0xF0005268         Message Object 99 Interrupt Pointer Register
CAN_MOAMR99     0xF000526C         Message Object 99 Acceptance Mask Register
CAN_MODATAL99   0xF0005270         Message Object 99 Data Register Low
CAN_MODATAH99   0xF0005274         Message Object 99 Data Register High
CAN_MOAR99      0xF0005278         Message Object 99 Arbitration Register
CAN_MOCTR99     0xF000527C         Message Object 99 Control / Status Register
CAN_MOFCR100    0xF0005280         Message Object 100 Function Control Register
CAN_MOFGPR100   0xF0005284         Message Object 100 FIFO/Gateway Pointer Register
CAN_MOIPR100    0xF0005288         Message Object 100 Interrupt Pointer Register
CAN_MOAMR100    0xF000528C         Message Object 100 Acceptance Mask Register
CAN_MODATAL100  0xF0005290         Message Object 100 Data Register Low
CAN_MODATAH100  0xF0005294         Message Object 100 Data Register High
CAN_MOAR100     0xF0005298         Message Object 100 Arbitration Register
CAN_MOCTR100    0xF000529C         Message Object 100 Control / Status Register
CAN_MOFCR101    0xF00052A0         Message Object 101 Function Control Register
CAN_MOFGPR101   0xF00052A4         Message Object 101 FIFO/Gateway Pointer Register
CAN_MOIPR101    0xF00052A8         Message Object 101 Interrupt Pointer Register
CAN_MOAMR101    0xF00052AC         Message Object 101 Acceptance Mask Register
CAN_MODATAL101  0xF00052B0         Message Object 101 Data Register Low
CAN_MODATAH101  0xF00052B4         Message Object 101 Data Register High
CAN_MOAR101     0xF00052B8         Message Object 101 Arbitration Register
CAN_MOCTR101    0xF00052BC         Message Object 101 Control / Status Register
CAN_MOFCR102    0xF00052C0         Message Object 102 Function Control Register
CAN_MOFGPR102   0xF00052C4         Message Object 102 FIFO/Gateway Pointer Register
CAN_MOIPR102    0xF00052C8         Message Object 102 Interrupt Pointer Register
CAN_MOAMR102    0xF00052CC         Message Object 102 Acceptance Mask Register
CAN_MODATAL102  0xF00052D0         Message Object 102 Data Register Low
CAN_MODATAH102  0xF00052D4         Message Object 102 Data Register High
CAN_MOAR102     0xF00052D8         Message Object 102 Arbitration Register
CAN_MOCTR102    0xF00052DC         Message Object 102 Control / Status Register
CAN_MOFCR103    0xF00052E0         Message Object 103 Function Control Register
CAN_MOFGPR103   0xF00052E4         Message Object 103 FIFO/Gateway Pointer Register
CAN_MOIPR103    0xF00052E8         Message Object 103 Interrupt Pointer Register
CAN_MOAMR103    0xF00052EC         Message Object 103 Acceptance Mask Register
CAN_MODATAL103  0xF00052F0         Message Object 103 Data Register Low
CAN_MODATAH103  0xF00052F4         Message Object 103 Data Register High
CAN_MOAR103     0xF00052F8         Message Object 103 Arbitration Register
CAN_MOCTR103    0xF00052FC         Message Object 103 Control / Status Register
CAN_MOFCR104    0xF0005300         Message Object 104 Function Control Register
CAN_MOFGPR104   0xF0005304         Message Object 104 FIFO/Gateway Pointer Register
CAN_MOIPR104    0xF0005308         Message Object 104 Interrupt Pointer Register
CAN_MOAMR104    0xF000530C         Message Object 104 Acceptance Mask Register
CAN_MODATAL104  0xF0005310         Message Object 104 Data Register Low
CAN_MODATAH104  0xF0005314         Message Object 104 Data Register High
CAN_MOAR104     0xF0005318         Message Object 104 Arbitration Register
CAN_MOCTR104    0xF000531C         Message Object 104 Control / Status Register
CAN_MOFCR105    0xF0005320         Message Object 105 Function Control Register
CAN_MOFGPR105   0xF0005324         Message Object 105 FIFO/Gateway Pointer Register
CAN_MOIPR105    0xF0005328         Message Object 105 Interrupt Pointer Register
CAN_MOAMR105    0xF000532C         Message Object 105 Acceptance Mask Register
CAN_MODATAL105  0xF0005330         Message Object 105 Data Register Low
CAN_MODATAH105  0xF0005334         Message Object 105 Data Register High
CAN_MOAR105     0xF0005338         Message Object 105 Arbitration Register
CAN_MOCTR105    0xF000533C         Message Object 105 Control / Status Register
CAN_MOFCR106    0xF0005340         Message Object 106 Function Control Register
CAN_MOFGPR106   0xF0005344         Message Object 106 FIFO/Gateway Pointer Register
CAN_MOIPR106    0xF0005348         Message Object 106 Interrupt Pointer Register
CAN_MOAMR106    0xF000534C         Message Object 106 Acceptance Mask Register
CAN_MODATAL106  0xF0005350         Message Object 106 Data Register Low
CAN_MODATAH106  0xF0005354         Message Object 106 Data Register High
CAN_MOAR106     0xF0005358         Message Object 106 Arbitration Register
CAN_MOCTR106    0xF000535C         Message Object 106 Control / Status Register
CAN_MOFCR107    0xF0005360         Message Object 107 Function Control Register
CAN_MOFGPR107   0xF0005364         Message Object 107 FIFO/Gateway Pointer Register
CAN_MOIPR107    0xF0005368         Message Object 107 Interrupt Pointer Register
CAN_MOAMR107    0xF000536C         Message Object 107 Acceptance Mask Register
CAN_MODATAL107  0xF0005370         Message Object 107 Data Register Low
CAN_MODATAH107  0xF0005374         Message Object 107 Data Register High
CAN_MOAR107     0xF0005378         Message Object 107 Arbitration Register
CAN_MOCTR107    0xF000537C         Message Object 107 Control / Status Register
CAN_MOFCR108    0xF0005380         Message Object 108 Function Control Register
CAN_MOFGPR108   0xF0005384         Message Object 108 FIFO/Gateway Pointer Register
CAN_MOIPR108    0xF0005388         Message Object 108 Interrupt Pointer Register
CAN_MOAMR108    0xF000538C         Message Object 108 Acceptance Mask Register
CAN_MODATAL108  0xF0005390         Message Object 108 Data Register Low
CAN_MODATAH108  0xF0005394         Message Object 108 Data Register High
CAN_MOAR108     0xF0005398         Message Object 108 Arbitration Register
CAN_MOCTR108    0xF000539C         Message Object 108 Control / Status Register
CAN_MOFCR109    0xF00053A0         Message Object 109 Function Control Register
CAN_MOFGPR109   0xF00053A4         Message Object 109 FIFO/Gateway Pointer Register
CAN_MOIPR109    0xF00053A8         Message Object 109 Interrupt Pointer Register
CAN_MOAMR109    0xF00053AC         Message Object 109 Acceptance Mask Register
CAN_MODATAL109  0xF00053B0         Message Object 109 Data Register Low
CAN_MODATAH109  0xF00053B4         Message Object 109 Data Register High
CAN_MOAR109     0xF00053B8         Message Object 109 Arbitration Register
CAN_MOCTR109    0xF00053BC         Message Object 109 Control / Status Register
CAN_MOFCR110    0xF00053C0         Message Object 110 Function Control Register
CAN_MOFGPR110   0xF00053C4         Message Object 110 FIFO/Gateway Pointer Register
CAN_MOIPR110    0xF00053C8         Message Object 110 Interrupt Pointer Register
CAN_MOAMR110    0xF00053CC         Message Object 110 Acceptance Mask Register
CAN_MODATAL110  0xF00053D0         Message Object 110 Data Register Low
CAN_MODATAH110  0xF00053D4         Message Object 110 Data Register High
CAN_MOAR110     0xF00053D8         Message Object 110 Arbitration Register
CAN_MOCTR110    0xF00053DC         Message Object 110 Control / Status Register
CAN_MOFCR111    0xF00053E0         Message Object 111 Function Control Register
CAN_MOFGPR111   0xF00053E4         Message Object 111 FIFO/Gateway Pointer Register
CAN_MOIPR111    0xF00053E8         Message Object 111 Interrupt Pointer Register
CAN_MOAMR111    0xF00053EC         Message Object 111 Acceptance Mask Register
CAN_MODATAL111  0xF00053F0         Message Object 111 Data Register Low
CAN_MODATAH111  0xF00053F4         Message Object 111 Data Register High
CAN_MOAR111     0xF00053F8         Message Object 111 Arbitration Register
CAN_MOCTR111    0xF00053FC         Message Object 111 Control / Status Register
CAN_MOFCR112    0xF0005400         Message Object 112 Function Control Register
CAN_MOFGPR112   0xF0005404         Message Object 112 FIFO/Gateway Pointer Register
CAN_MOIPR112    0xF0005408         Message Object 112 Interrupt Pointer Register
CAN_MOAMR112    0xF000540C         Message Object 112 Acceptance Mask Register
CAN_MODATAL112  0xF0005410         Message Object 112 Data Register Low
CAN_MODATAH112  0xF0005414         Message Object 112 Data Register High
CAN_MOAR112     0xF0005418         Message Object 112 Arbitration Register
CAN_MOCTR112    0xF000541C         Message Object 112 Control / Status Register
CAN_MOFCR113    0xF0005420         Message Object 113 Function Control Register
CAN_MOFGPR113   0xF0005424         Message Object 113 FIFO/Gateway Pointer Register
CAN_MOIPR113    0xF0005428         Message Object 113 Interrupt Pointer Register
CAN_MOAMR113    0xF000542C         Message Object 113 Acceptance Mask Register
CAN_MODATAL113  0xF0005430         Message Object 113 Data Register Low
CAN_MODATAH113  0xF0005434         Message Object 113 Data Register High
CAN_MOAR113     0xF0005438         Message Object 113 Arbitration Register
CAN_MOCTR113    0xF000543C         Message Object 113 Control / Status Register
CAN_MOFCR114    0xF0005440         Message Object 114 Function Control Register
CAN_MOFGPR114   0xF0005444         Message Object 114 FIFO/Gateway Pointer Register
CAN_MOIPR114    0xF0005448         Message Object 114 Interrupt Pointer Register
CAN_MOAMR114    0xF000544C         Message Object 114 Acceptance Mask Register
CAN_MODATAL114  0xF0005450         Message Object 114 Data Register Low
CAN_MODATAH114  0xF0005454         Message Object 114 Data Register High
CAN_MOAR114     0xF0005458         Message Object 114 Arbitration Register
CAN_MOCTR114    0xF000545C         Message Object 114 Control / Status Register
CAN_MOFCR115    0xF0005460         Message Object 115 Function Control Register
CAN_MOFGPR115   0xF0005464         Message Object 115 FIFO/Gateway Pointer Register
CAN_MOIPR115    0xF0005468         Message Object 115 Interrupt Pointer Register
CAN_MOAMR115    0xF000546C         Message Object 115 Acceptance Mask Register
CAN_MODATAL115  0xF0005470         Message Object 115 Data Register Low
CAN_MODATAH115  0xF0005474         Message Object 115 Data Register High
CAN_MOAR115     0xF0005478         Message Object 115 Arbitration Register
CAN_MOCTR115    0xF000547C         Message Object 115 Control / Status Register
CAN_MOFCR116    0xF0005480         Message Object 116 Function Control Register
CAN_MOFGPR116   0xF0005484         Message Object 116 FIFO/Gateway Pointer Register
CAN_MOIPR116    0xF0005488         Message Object 116 Interrupt Pointer Register
CAN_MOAMR116    0xF000548C         Message Object 116 Acceptance Mask Register
CAN_MODATAL116  0xF0005490         Message Object 116 Data Register Low
CAN_MODATAH116  0xF0005494         Message Object 116 Data Register High
CAN_MOAR116     0xF0005498         Message Object 116 Arbitration Register
CAN_MOCTR116    0xF000549C         Message Object 116 Control / Status Register
CAN_MOFCR117    0xF00054A0         Message Object 117 Function Control Register
CAN_MOFGPR117   0xF00054A4         Message Object 117 FIFO/Gateway Pointer Register
CAN_MOIPR117    0xF00054A8         Message Object 117 Interrupt Pointer Register
CAN_MOAMR117    0xF00054AC         Message Object 117 Acceptance Mask Register
CAN_MODATAL117  0xF00054B0         Message Object 117 Data Register Low
CAN_MODATAH117  0xF00054B4         Message Object 117 Data Register High
CAN_MOAR117     0xF00054B8         Message Object 117 Arbitration Register
CAN_MOCTR117    0xF00054BC         Message Object 117 Control / Status Register
CAN_MOFCR118    0xF00054C0         Message Object 118 Function Control Register
CAN_MOFGPR118   0xF00054C4         Message Object 118 FIFO/Gateway Pointer Register
CAN_MOIPR118    0xF00054C8         Message Object 118 Interrupt Pointer Register
CAN_MOAMR118    0xF00054CC         Message Object 118 Acceptance Mask Register
CAN_MODATAL118  0xF00054D0         Message Object 118 Data Register Low
CAN_MODATAH118  0xF00054D4         Message Object 118 Data Register High
CAN_MOAR118     0xF00054D8         Message Object 118 Arbitration Register
CAN_MOCTR118    0xF00054DC         Message Object 118 Control / Status Register
CAN_MOFCR119    0xF00054E0         Message Object 119 Function Control Register
CAN_MOFGPR119   0xF00054E4         Message Object 119 FIFO/Gateway Pointer Register
CAN_MOIPR119    0xF00054E8         Message Object 119 Interrupt Pointer Register
CAN_MOAMR119    0xF00054EC         Message Object 119 Acceptance Mask Register
CAN_MODATAL119  0xF00054F0         Message Object 119 Data Register Low
CAN_MODATAH119  0xF00054F4         Message Object 119 Data Register High
CAN_MOAR119     0xF00054F8         Message Object 119 Arbitration Register
CAN_MOCTR119    0xF00054FC         Message Object 119 Control / Status Register
CAN_MOFCR120    0xF0005500         Message Object 120 Function Control Register
CAN_MOFGPR120   0xF0005504         Message Object 120 FIFO/Gateway Pointer Register
CAN_MOIPR120    0xF0005508         Message Object 120 Interrupt Pointer Register
CAN_MOAMR120    0xF000550C         Message Object 120 Acceptance Mask Register
CAN_MODATAL120  0xF0005510         Message Object 120 Data Register Low
CAN_MODATAH120  0xF0005514         Message Object 120 Data Register High
CAN_MOAR120     0xF0005518         Message Object 120 Arbitration Register
CAN_MOCTR120    0xF000551C         Message Object 120 Control / Status Register
CAN_MOFCR121    0xF0005520         Message Object 121 Function Control Register
CAN_MOFGPR121   0xF0005524         Message Object 121 FIFO/Gateway Pointer Register
CAN_MOIPR121    0xF0005528         Message Object 121 Interrupt Pointer Register
CAN_MOAMR121    0xF000552C         Message Object 121 Acceptance Mask Register
CAN_MODATAL121  0xF0005530         Message Object 121 Data Register Low
CAN_MODATAH121  0xF0005534         Message Object 121 Data Register High
CAN_MOAR121     0xF0005538         Message Object 121 Arbitration Register
CAN_MOCTR121    0xF000553C         Message Object 121 Control / Status Register
CAN_MOFCR122    0xF0005540         Message Object 122 Function Control Register
CAN_MOFGPR122   0xF0005544         Message Object 122 FIFO/Gateway Pointer Register
CAN_MOIPR122    0xF0005548         Message Object 122 Interrupt Pointer Register
CAN_MOAMR122    0xF000554C         Message Object 122 Acceptance Mask Register
CAN_MODATAL122  0xF0005550         Message Object 122 Data Register Low
CAN_MODATAH122  0xF0005554         Message Object 122 Data Register High
CAN_MOAR122     0xF0005558         Message Object 122 Arbitration Register
CAN_MOCTR122    0xF000555C         Message Object 122 Control / Status Register
CAN_MOFCR123    0xF0005560         Message Object 123 Function Control Register
CAN_MOFGPR123   0xF0005564         Message Object 123 FIFO/Gateway Pointer Register
CAN_MOIPR123    0xF0005568         Message Object 123 Interrupt Pointer Register
CAN_MOAMR123    0xF000556C         Message Object 123 Acceptance Mask Register
CAN_MODATAL123  0xF0005570         Message Object 123 Data Register Low
CAN_MODATAH123  0xF0005574         Message Object 123 Data Register High
CAN_MOAR123     0xF0005578         Message Object 123 Arbitration Register
CAN_MOCTR123    0xF000557C         Message Object 123 Control / Status Register
CAN_MOFCR124    0xF0005580         Message Object 124 Function Control Register
CAN_MOFGPR124   0xF0005584         Message Object 124 FIFO/Gateway Pointer Register
CAN_MOIPR124    0xF0005588         Message Object 124 Interrupt Pointer Register
CAN_MOAMR124    0xF000558C         Message Object 124 Acceptance Mask Register
CAN_MODATAL124  0xF0005590         Message Object 124 Data Register Low
CAN_MODATAH124  0xF0005594         Message Object 124 Data Register High
CAN_MOAR124     0xF0005598         Message Object 124 Arbitration Register
CAN_MOCTR124    0xF000559C         Message Object 124 Control / Status Register
CAN_MOFCR125    0xF00055A0         Message Object 125 Function Control Register
CAN_MOFGPR125   0xF00055A4         Message Object 125 FIFO/Gateway Pointer Register
CAN_MOIPR125    0xF00055A8         Message Object 125 Interrupt Pointer Register
CAN_MOAMR125    0xF00055AC         Message Object 125 Acceptance Mask Register
CAN_MODATAL125  0xF00055B0         Message Object 125 Data Register Low
CAN_MODATAH125  0xF00055B4         Message Object 125 Data Register High
CAN_MOAR125     0xF00055B8         Message Object 125 Arbitration Register
CAN_MOCTR125    0xF00055BC         Message Object 125 Control / Status Register
CAN_MOFCR126    0xF00055C0         Message Object 126 Function Control Register
CAN_MOFGPR126   0xF00055C4         Message Object 126 FIFO/Gateway Pointer Register
CAN_MOIPR126    0xF00055C8         Message Object 126 Interrupt Pointer Register
CAN_MOAMR126    0xF00055CC         Message Object 126 Acceptance Mask Register
CAN_MODATAL126  0xF00055D0         Message Object 126 Data Register Low
CAN_MODATAH126  0xF00055D4         Message Object 126 Data Register High
CAN_MOAR126     0xF00055D8         Message Object 126 Arbitration Register
CAN_MOCTR126    0xF00055DC         Message Object 126 Control / Status Register
CAN_MOFCR127    0xF00055E0         Message Object 127 Function Control Register
CAN_MOFGPR127   0xF00055E4         Message Object 127 FIFO/Gateway Pointer Register
CAN_MOIPR127    0xF00055E8         Message Object 127 Interrupt Pointer Register
CAN_MOAMR127    0xF00055EC         Message Object 127 Acceptance Mask Register
CAN_MODATAL127  0xF00055F0         Message Object 127 Data Register Low
CAN_MODATAH127  0xF00055F4         Message Object 127 Data Register High
CAN_MOAR127     0xF00055F8         Message Object 127 Arbitration Register
CAN_MOCTR127    0xF00055FC         Message Object 127 Control / Status Register
CAN_STPTR0      0xF00057FC         Scheduler Start Pointer Node 0 Register
PCP_CLC         0xF0043F00         PCP Clock Control Register
PCP_ID          0xF0043F08         ;PCP Module Identification Register
PCP_CS          0xF0043F10         PCP Control/Status Register
PCP_ES          0xF0043F14         PCP Error/Debug Status Register
PCP_ICR         0xF0043F20         PCP Interrupt Control Register
PCP_ITR         0xF0043F24         PCP Interrupt Threshold Control Register
PCP_ICON        0xF0043F28         PCP Interrupt Configuration Register
PCP_SSR         0xF0043F2C         PCP Stall Status Register
PCP_FTD         0xF0043F30
PCP_SRC11       0xF0043FD0         PCP Service Request Control Register 11
PCP_SRC10       0xF0043FD4         PCP Service Request Control Register 10
PCP_SRC9        0xF0043FD8         PCP Service Request Control Register 9
PCP_SRC8        0xF0043FDC         PCP Service Request Control Register 8
PCP_SRC7        0xF0043FE0         PCP Service Request Control Register 7
PCP_SRC6        0xF0043FE4         PCP Service Request Control Register 6
PCP_SRC5        0xF0043FE8         PCP Service Request Control Register 5
PCP_SRC4        0xF0043FEC         PCP Service Request Control Register 4
PCP_SRC3        0xF0043FF0         PCP Service Request Control Register 3
PCP_SRC2        0xF0043FF4         PCP Service Request Control Register 2
PCP_SRC1        0xF0043FF8         PCP Service Request Control Register 1
PCP_SRC0        0xF0043FFC         PCP Service Request Control Register 0
RBCU_ID         0xF0100008         RBCU Module Identification Register
RBCU_CON        0xF0100010         RBCU Control Register
RBCU_ECON       0xF0100020         RBCU Error Control Capture Register
RBCU_EADD       0xF0100024         RBCU Error Address Capture Register
RBCU_EDAT       0xF0100028         RBCU Error Data Capture Register
RBCU_DBCNTL     0xF0100030         RBCU Debug Control Register
RBCU_DBGRNT     0xF0100034         RBCU Debug Grant Mask Register
RBCU_DBADR1     0xF0100038         RBCU Debug Address 1 Register
RBCU_DBADR2     0xF010003C         RBCU Debug Address 2 Register
RBCU_DBBOS      0xF0100040         RBCU Debug Bus Operation Signals Register
RBCU_DBGNTT     0xF0100044         RBCU Debug Trapped Master Register
RBCU_DBADRT     0xF0100048         RBCU Debug Trapped Address Register
RBCU_DBBOST     0xF010004C         RBCU Debug Trapped Bus Operation Signals Register
RBCU_SRC        0xF01000FC         RBCU Service Request Control Register
SSC0_CLC        0xF0100100         SSC0_Clock Control Register
SSC0_PISEL      0xF0100104         Port Input Select Register
SSC0_ID         0xF0100108         Module Identification Register
SSC0_FDR        0xF010010C         Fractional Divider Register
SSC0_CON        0xF0100110         Control Register
SSC0_BR         0xF0100114         Baud Rate Timer Reload Register
SSC0_SSOC       0xF0100118         Slave Select Output Control Register
SSC0_SSOTC      0xF010011C         Slave Select Output Timing Control Register
SSC0_TB         0xF0100120         Transmit Buffer Register
SSC0_RB         0xF0100124         Receive Buffer Register
SSC0_STAT       0xF0100128         Status Register
SSC0_EFM        0xF010012C         Error Flag Modification Register
SSC0_RXFCON     0xF0100130         SSC0 Receive FIFO Control Register
SSC0_TXFCON     0xF0100134         SSC0 Transmit FIFO Control Register
SSC0_FSTAT      0xF0100138         SSC0 FIFO Status Register
SSC0_TSRC       0xF01001F4         Transmit Interrupt Service Request Control Register
SSC0_RSRC       0xF01001F8         Receive Interrupt Service Request Control Register
SSC0_ESRC       0xF01001FC         Error Interrupt Service Request Control Register
SSC1_CLC        0xF0100200         SSC1 Clock Control Register
SSC1_PISEL      0xF0100204         Port Input Select Register
SSC1_ID         0xF0100208         Module Identification Register
SSC1_FDR        0xF010020C         SSC1 Fractional Divider Register
SSC1_CON        0xF0100210         Control Register
SSC1_BR         0xF0100214         Baud Rate Timer Reload Register
SSC1_SSOC       0xF0100218         Slave Select Output Control Register
SSC1_SSOTC      0xF010021C         Slave Select Output Timing Control Register
SSC1_TB         0xF0100220         Transmit Buffer Register
SSC1_RB         0xF0100224         Receive Buffer Register
SSC1_STAT       0xF0100228         Status Register
SSC1_EFM        0xF010022C         Error Flag Modification Register
SSC1_TSRC       0xF01002F4         Transmit Interrupt Service Request Control Register
SSC1_RSRC       0xF01002F8         Receive Interrupt Service Request Control Register
SSC1_ESRC       0xF01002FC         Error Interrupt Service Request Control Register
FADC_CLC        0xF0100300         Clock Control Register
FADC_ID         0xF0100308         Module Identification Register
FADC_FDR        0xF010030C         Fractional Divider Register
FADC_CRSR       0xF0100310         Conversion Request Status Register
FADC_FMR        0xF0100314         Flag Modification Register
FADC_NCTR       0xF0100318         Neighbor Channel Trigger Register
FADC_GCR        0xF010031C         Global Control Register
FADC_CFGR0      0xF0100320         Channel 0 Configuration Register
FADC_CFGR1      0xF0100324         Channel 1 Configuration Register
FADC_CFGR2      0xF0100328         Channel 2 Configuration Register
FADC_CFGR3      0xF010032C         Channel 3 Configuration Register
FADC_ACR0       0xF0100330         Channel 0 Analog Control Register
FADC_ACR1       0xF0100334         Channel 1 Analog Control Register
FADC_ACR2       0xF0100338         Channel 2 Analog Control Register
FADC_ACR3       0xF010033C         Channel 3 Analog Control Register
FADC_RCH0       0xF0100340         Channel 0 Conversion Result Register
FADC_RCH1       0xF0100344         Channel 1 Conversion Result Register
FADC_RCH2       0xF0100348         Channel 2 Conversion Result Register
FADC_RCH3       0xF010034C         Channel 3 Conversion Result Register
FADC_FCR0       0xF0100360         Filter 0 Control Register
FADC_CRR0       0xF0100364         Filter 0 Current Result Register
FADC_IRR10      0xF0100368         Filter 0 Intermediate Result Register 1
FADC_IRR20      0xF010036C         Filter 0 Intermediate Result Register 2
FADC_IRR30      0xF0100370         Filter 0 Intermediate Result Register 3
FADC_FRR0       0xF0100374         Filter 0 Final Result Register
FADC_FCR1       0xF0100380         Filter 1 Control Register
FADC_CRR1       0xF0100384         Filter 1 Current Result Register
FADC_IRR11      0xF0100388         Filter 1 Intermediate Result Register 1
FADC_FRR1       0xF0100394         Filter 1 Final Result Register
FADC_SRC3       0xF01003F0         FADC Service Request Control Register 3
FADC_SRC2       0xF01003F4         FADC Service Request Control Register 2
FADC_SRC1       0xF01003F8         FADC Service Request Control Register 1
FADC_SRC0       0xF01003FC         FADC Service Request Control Register 0
ADC0_CLC        0xF0100400         ADC Clock Control Register
ADC0_ID         0xF0100408         ADC0 Module Identification Register
ADC0_FDR        0xF010040C         ADC Fractional Divider Register
ADC0_CHCON0     0xF0100410         Channel Control Register 0
ADC0_CHCON1     0xF0100414         Channel Control Register 1
ADC0_CHCON2     0xF0100418         Channel Control Register 2
ADC0_CHCON3     0xF010041C         Channel Control Register 3
ADC0_CHCON4     0xF0100420         Channel Control Register 4
ADC0_CHCON5     0xF0100424         Channel Control Register 5
ADC0_CHCON6     0xF0100428         Channel Control Register 6
ADC0_CHCON7     0xF010042C         Channel Control Register 7
ADC0_CHCON8     0xF0100430         Channel Control Register 8
ADC0_CHCON9     0xF0100434         Channel Control Register 9
ADC0_CHCON10    0xF0100438         Channel Control Register 10
ADC0_CHCON11    0xF010043C         Channel Control Register 11
ADC0_CHCON12    0xF0100440         Channel Control Register 12
ADC0_CHCON13    0xF0100444         Channel Control Register 13
ADC0_CHCON14    0xF0100448         Channel Control Register 14
ADC0_CHCON15    0xF010044C         Channel Control Register 15
ADC0_AP         0xF0100484         Arbitration Participation Register
ADC0_SAL        0xF0100488         Source Arbitration Level Register
ADC0_TTC        0xF010048C         Timer Trigger Control Register
ADC0_EXTC       0xF0100490         External Trigger Control Register
ADC0_SCON       0xF0100498         Source Control Register
ADC0_LCCON0     0xF0100500         Limit Check Control Register 0
ADC0_LCCON1     0xF0100504         Limit Check Control Register 1
ADC0_LCCON2     0xF0100508         Limit Check Control Register 2
ADC0_LCCON3     0xF010050C         Limit Check Control Register 3
ADC0_TCON       0xF0100514         Timer Control Register
ADC0_CHIN       0xF0100518         Channel Injection Control Register
ADC0_QR         0xF010051C         Queue Register
ADC0_CON        0xF0100520         Converter Control Register
ADC0_SCN        0xF0100524         Auto-Scan Control Register
ADC0_REQ0       0xF0100528         Conversion Request Register SW0
ADC0_CHSTAT0    0xF0100530         Channel Status Register 0
ADC0_CHSTAT1    0xF0100534         Channel Status Register 1
ADC0_CHSTAT2    0xF0100538         Channel Status Register 2
ADC0_CHSTAT3    0xF010053C         Channel Status Register 3
ADC0_CHSTAT4    0xF0100540         Channel Status Register 4
ADC0_CHSTAT5    0xF0100544         Channel Status Register 5
ADC0_CHSTAT6    0xF0100548         Channel Status Register 6
ADC0_CHSTAT7    0xF010054C         Channel Status Register 7
ADC0_CHSTAT8    0xF0100550         Channel Status Register 8
ADC0_CHSTAT9    0xF0100554         Channel Status Register 9
ADC0_CHSTAT10   0xF0100558         Channel Status Register 10
ADC0_CHSTAT11   0xF010055C         Channel Status Register 11
ADC0_CHSTAT12   0xF0100560         Channel Status Register 12
ADC0_CHSTAT13   0xF0100564         Channel Status Register 13
ADC0_CHSTAT14   0xF0100568         Channel Status Register 14
ADC0_CHSTAT15   0xF010056C         Channel Status Register 15
ADC0_QUEUE0     0xF0100570         Queue Status Register
ADC0_SW0CRP     0xF0100580         Software SW0 Conversion Request Pending Register
ADC0_ASCRP      0xF0100588         Auto-Scan Conversion Request Pending Register
ADC0_SYSTAT     0xF0100590         Synchronization Status Register
ADC0_TSTAT      0xF01005B0         Timer Status Register
ADC0_STAT       0xF01005B4         Converter Status Register
ADC0_TCRP       0xF01005B8         Timer Conversion Request Pending Register
ADC0_EXCRP      0xF01005BC         External Conversion Request Pending Register
ADC0_MSS0       0xF01005D0         Module Service Request Status Register 0
ADC0_MSS1       0xF01005D4         Module Service Request Status Register 1
ADC0_SRNP       0xF01005DC         Service Request Node Pointer Register
ADC0_SRC3       0xF01005F0         Service Request Control Register 3
ADC0_SRC2       0xF01005F4         Service Request Control Register 2
ADC0_SRC1       0xF01005F8         Service Request Control Register 1
ADC0_SRC0       0xF01005FC         Service Request Control Register 0
ADC1_CHCON0     0xF0100610         Channel Control Register 0
ADC1_CHCON1     0xF0100614         Channel Control Register 1
ADC1_CHCON2     0xF0100618         Channel Control Register 2
ADC1_CHCON3     0xF010061C         Channel Control Register 3
ADC1_CHCON4     0xF0100620         Channel Control Register 4
ADC1_CHCON5     0xF0100624         Channel Control Register 5
ADC1_CHCON6     0xF0100628         Channel Control Register 6
ADC1_CHCON7     0xF010062C         Channel Control Register 7
ADC1_CHCON8     0xF0100630         Channel Control Register 8
ADC1_CHCON9     0xF0100634         Channel Control Register 9
ADC1_CHCON10    0xF0100638         Channel Control Register 10
ADC1_CHCON11    0xF010063C         Channel Control Register 11
ADC1_CHCON12    0xF0100640         Channel Control Register 12
ADC1_CHCON13    0xF0100644         Channel Control Register 13
ADC1_CHCON14    0xF0100648         Channel Control Register 14
ADC1_CHCON15    0xF010064C         Channel Control Register 15
ADC1_AP         0xF0100684         Arbitration Participation Register
ADC1_SAL        0xF0100688         Source Arbitration Level Register
ADC1_TTC        0xF010068C         Timer Trigger Control Register
ADC1_EXTC       0xF0100690         External Trigger Control Register
ADC1_SCON       0xF0100698         Source Control Register
ADC1_LCCON0     0xF0100700         Limit Check Control Register 0
ADC1_LCCON1     0xF0100704         Limit Check Control Register 1
ADC1_LCCON2     0xF0100708         Limit Check Control Register 2
ADC1_LCCON3     0xF010070C         Limit Check Control Register 3
ADC1_TCON       0xF0100714         Timer Control Register
ADC1_CHIN       0xF0100718         Channel Injection Control Register
ADC1_QR         0xF010071C         Queue Register
ADC1_CON        0xF0100720         Converter Control Register
ADC1_SCN        0xF0100724         Auto-Scan Control Register
ADC1_REQ0       0xF0100728         Conversion Request Register SW0
ADC1_CHSTAT0    0xF0100730         Channel Status Register 0
ADC1_CHSTAT1    0xF0100734         Channel Status Register 1
ADC1_CHSTAT2    0xF0100738         Channel Status Register 2
ADC1_CHSTAT3    0xF010073C         Channel Status Register 3
ADC1_CHSTAT4    0xF0100740         Channel Status Register 4
ADC1_CHSTAT5    0xF0100744         Channel Status Register 5
ADC1_CHSTAT6    0xF0100748         Channel Status Register 6
ADC1_CHSTAT7    0xF010074C         Channel Status Register 7
ADC1_CHSTAT8    0xF0100750         Channel Status Register 8
ADC1_CHSTAT9    0xF0100754         Channel Status Register 9
ADC1_CHSTAT10   0xF0100758         Channel Status Register 10
ADC1_CHSTAT11   0xF010075C         Channel Status Register 11
ADC1_CHSTAT12   0xF0100760         Channel Status Register 12
ADC1_CHSTAT13   0xF0100764         Channel Status Register 13
ADC1_CHSTAT14   0xF0100768         Channel Status Register 14
ADC1_CHSTAT15   0xF010076C         Channel Status Register 15
ADC1_QUEUE0     0xF0100770         Queue Status Register
ADC1_SW0CRP     0xF0100780         Software SW0 Conversion Request Pending Register
ADC1_ASCRP      0xF0100788         Auto-Scan Conversion Request Pending Register
ADC1_SYSTAT     0xF0100790         Synchronization Status Register
ADC1_TSTAT      0xF01007B0         Timer Status Register
ADC1_STAT       0xF01007B4         Converter Status Register
ADC1_TCRP       0xF01007B8         Timer Conversion Request Pending Register
ADC1_EXCRP      0xF01007BC         External Conversion Request Pending Register
ADC1_MSS0       0xF01007D0         Module Service Request Status Register 0
ADC1_MSS1       0xF01007D4         Module Service Request Status Register 1
ADC1_SRNP       0xF01007DC         Service Request Node Pointer Register
ADC1_SRC3       0xF01007F0         Service Request Control Register 3
ADC1_SRC2       0xF01007F4         Service Request Control Register 2
ADC1_SRC1       0xF01007F8         Service Request Control Register 1
ADC1_SRC0       0xF01007FC         Service Request Control Register 0
MLI0_ID         0xF010C008         Module Identification Register
MLI0_FDR        0xF010C00C         Fractional Divider Register
MLI0_TCR        0xF010C010         Transmitter Control Register
MLI0_TSTATR     0xF010C014         Transmitter Status Register
MLI0_TP0STATR   0xF010C018         Transmitter Pipe 0 Status Register
MLI0_TP1STATR   0xF010C01C         Transmitter Pipe 1 Status Register
MLI0_TP2STATR   0xF010C020         Transmitter Pipe 2 Status Register
MLI0_TP3STATR   0xF010C024         Transmitter Pipe 3 Status Register
MLI0_TCMDR      0xF010C028         Transmitter Command Register
MLI0_TRSTATR    0xF010C02C         Transmitter Receiver Status Register
MLI0_TP0AOFR    0xF010C030         Transmitter Pipe 0 Address Offset Register
MLI0_TP1AOFR    0xF010C034         Transmitter Pipe 1 Address Offset Register
MLI0_TP2AOFR    0xF010C038         Transmitter Pipe 2 Address Offset Register
MLI0_TP3AOFR    0xF010C03C         Transmitter Pipe 3 Address Offset Register
MLI0_TP0DATAR   0xF010C040         Transmitter Pipe 0 Data Register
MLI0_TP1DATAR   0xF010C044         Transmitter Pipe 1 Data Register
MLI0_TP2DATAR   0xF010C048         Transmitter Pipe 2 Data Register
MLI0_TP3DATAR   0xF010C04C         Transmitter Pipe 3 Data Register
MLI0_TDRAR      0xF010C050         Transmitter Data Read Answer Register
MLI0_TP0BAR     0xF010C054         Transmitter Pipe 0 Base Address Register
MLI0_TP1BAR     0xF010C058         Transmitter Pipe 1 Base Address Register
MLI0_TP2BAR     0xF010C05C         Transmitter Pipe 2 Base Address Register
MLI0_TP3BAR     0xF010C060         Transmitter Pipe 3 Base Address Register
MLI0_TCBAR      0xF010C064         Transmitter Copy Base Address Register
MLI0_RCR        0xF010C068         Receiver Control Register
MLI0_RP0BAR     0xF010C06C         Receiver Pipe 0 Base Address Register
MLI0_RP1BAR     0xF010C070         Receiver Pipe 1 Base Address Register
MLI0_RP2BAR     0xF010C074         Receiver Pipe 2 Base Address Register
MLI0_RP3BAR     0xF010C078         Receiver Pipe 3 Base Address Register
MLI0_RP0STATR   0xF010C07C         Receiver Pipe 0 Status Register
MLI0_RP1STATR   0xF010C080         Receiver Pipe 1 Status Register
MLI0_RP2STATR   0xF010C084         Receiver Pipe 2 Status Register
MLI0_RP3STATR   0xF010C088         Receiver Pipe 3 Status Register
MLI0_RADRR      0xF010C08C         Receiver Address Register
MLI0_RDATAR     0xF010C090         Receiver Data Register
MLI0_SCR        0xF010C094         Set Clear Register
MLI0_TIER       0xF010C098         Transmitter Interrupt Enable Register
MLI0_TISR       0xF010C09C         Transmitter Interrupt Status Register
MLI0_TINPR      0xF010C0A0         Transmitter Interrupt Node Pointer Register
MLI0_RIER       0xF010C0A4         Receiver Interrupt Enable Register
MLI0_RISR       0xF010C0A8         Receiver Interrupt Status Register
MLI0_RINPR      0xF010C0AC         Receiver Interrupt Node Pointer Register
MLI0_GINTR      0xF010C0B0         Global Interrupt Set Register
MLI0_OICR       0xF010C0B4         Output Input Control Register
MLI0_AER        0xF010C0B8         Access Enable Register
MLI0_ARR        0xF010C0BC         Access Range Register
MLI1_ID         0xF010C108         Module Identification Register
MLI1_FDR        0xF010C10C         Fractional Divider Register
MLI1_TCR        0xF010C110         Transmitter Control Register
MLI1_TSTATR     0xF010C114         Transmitter Status Register
MLI1_TP0STATR   0xF010C118         Transmitter Pipe 0 Status Register
MLI1_TP1STATR   0xF010C11C         Transmitter Pipe 1 Status Register
MLI1_TP2STATR   0xF010C120         Transmitter Pipe 2 Status Register
MLI1_TP3STATR   0xF010C124         Transmitter Pipe 3 Status Register
MLI1_TCMDR      0xF010C128         Transmitter Command Register
MLI1_TRSTATR    0xF010C12C         Transmitter Receiver Status Register
MLI1_TP0AOFR    0xF010C130         Transmitter Pipe 0 Address Offset Register
MLI1_TP1AOFR    0xF010C134         Transmitter Pipe 1 Address Offset Register
MLI1_TP2AOFR    0xF010C138         Transmitter Pipe 2 Address Offset Register
MLI1_TP3AOFR    0xF010C13C         Transmitter Pipe 3 Address Offset Register
MLI1_TP0DATAR   0xF010C140         Transmitter Pipe 0 Data Register
MLI1_TP1DATAR   0xF010C144         Transmitter Pipe 1 Data Register
MLI1_TP2DATAR   0xF010C148         Transmitter Pipe 2 Data Register
MLI1_TP3DATAR   0xF010C14C         Transmitter Pipe 3 Data Register
MLI1_TDRAR      0xF010C150         Transmitter Data Read Answer Register
MLI1_TP0BAR     0xF010C154         Transmitter Pipe 0 Base Address Register
MLI1_TP1BAR     0xF010C158         Transmitter Pipe 1 Base Address Register
MLI1_TP2BAR     0xF010C15C         Transmitter Pipe 2 Base Address Register
MLI1_TP3BAR     0xF010C160         Transmitter Pipe 3 Base Address Register
MLI1_TCBAR      0xF010C164         Transmitter Copy Base Address Register
MLI1_RCR        0xF010C168         Receiver Control Register
MLI1_RP0BAR     0xF010C16C         Receiver Pipe 0 Base Address Register
MLI1_RP1BAR     0xF010C170         Receiver Pipe 1 Base Address Register
MLI1_RP2BAR     0xF010C174         Receiver Pipe 2 Base Address Register
MLI1_RP3BAR     0xF010C178         Receiver Pipe 3 Base Address Register
MLI1_RP0STATR   0xF010C17C         Receiver Pipe 0 Status Register
MLI1_RP1STATR   0xF010C180         Receiver Pipe 1 Status Register
MLI1_RP2STATR   0xF010C184         Receiver Pipe 2 Status Register
MLI1_RP3STATR   0xF010C188         Receiver Pipe 3 Status Register
MLI1_RADRR      0xF010C18C         Receiver Address Register
MLI1_RDATAR     0xF010C190         Receiver Data Register
MLI1_SCR        0xF010C194         Set Clear Register
MLI1_TIER       0xF010C198         Transmitter Interrupt Enable Register
MLI1_TISR       0xF010C19C         Transmitter Interrupt Status Register
MLI1_TINPR      0xF010C1A0         Transmitter Interrupt Node Pointer Register
MLI1_RIER       0xF010C1A4         Receiver Interrupt Enable Register
MLI1_RISR       0xF010C1A8         Receiver Interrupt Status Register
MLI1_RINPR      0xF010C1AC         Receiver Interrupt Node Pointer Register
MLI1_GINTR      0xF010C1B0         Global Interrupt Set Register
MLI1_OICR       0xF010C1B4         Output Input Control Register
MLI1_AER        0xF010C1B8         Access Enable Register
MLI1_ARR        0xF010C1BC         Access Range Register
MCHK_ID         0xF010C208         Memory Checker Module Identification Register
MCHK_IR         0xF010C210         Memory Checker Input Register
MCHK_RR         0xF010C214         Memory Checker Result Register
MCHK_WR         0xF010C220         Memory Checker Write Register
CPS_ID          0xF7E0FF08         CPS Module Identification Register
CPU_SBSRC       0xF7E0FFBC         CPU software breakpoint service request control register
CPU_SRC3        0xF7E0FFF0         CPU Service Request Control Register 3
CPU_SRC2        0xF7E0FFF4         CPU Service Request Control Register 2
CPU_SRC1        0xF7E0FFF8         CPU Service Request Control Register 1
CPU_SRC0        0xF7E0FFFC         CPU Service Request Control Register 0
CSFR_BASE       0xF7E10000         Core Special Function Registers base
MMU_CON         0xF7E18000         MMU Control Register
DPR0_0L         0xF7E1C000         Data Segment Protection Register Set 0, Range 0, Lower Boundary
DPR0_0U         0xF7E1C004         Data Segment Protection Register Set 0, Range 0, Upper Boundary
DPR0_1L         0xF7E1C008         Data Segment Protection Register Set 0, Range 1, Lower Boundary
DPR0_1U         0xF7E1C00C         Data Segment Protection Register Set 0, Range 1, Upper Boundary
DPR0_2L         0xF7E1C010         Data Segment Protection Register Set 0, Range 2, Lower Boundary
DPR0_2U         0xF7E1C014         Data Segment Protection Register Set 0, Range 2, Upper Boundary
DPR0_3L         0xF7E1C018         Data Segment Protection Register Set 0, Range 3, Lower Boundary
DPR0_3U         0xF7E1C01C         Data Segment Protection Register Set 0, Range 3, Upper Boundary
DPR1_0L         0xF7E1C400         Data Segment Protection Register Set 1, Range 0, Lower Boundary
DPR1_0U         0xF7E1C404         Data Segment Protection Register Set 1, Range 0, Upper Boundary
DPR1_1L         0xF7E1C408         Data Segment Protection Register Set 1, Range 1, Lower Boundary
DPR1_1U         0xF7E1C40C         Data Segment Protection Register Set 1, Range 1, Upper Boundary
DPR1_2L         0xF7E1C410         Data Segment Protection Register Set 1, Range 2, Lower Boundary
DPR1_2U         0xF7E1C414         Data Segment Protection Register Set 1, Range 2, Upper Boundary
DPR1_3L         0xF7E1C418         Data Segment Protection Register Set 1, Range 3, Lower Boundary
DPR1_3U         0xF7E1C41C         Data Segment Protection Register Set 1, Range 3, Upper Boundary
CPR0_0L         0xF7E1D000         Code Segment Protection Register Set 0, Range 0, Lower Boundary
CPR0_0U         0xF7E1D004         Code Segment Protection Register Set 0, Range 0, Upper Boundary
CPR0_1L         0xF7E1D008         Code Segment Protection Register Set 0, Range 1, Lower Boundary
CPR0_1U         0xF7E1D00C         Code Segment Protection Register Set 0, Range 1, Upper Boundary
CPR1_0L         0xF7E1D400         Code Segment Protection Register Set 1, Range 0, Lower Boundary
CPR1_0U         0xF7E1D404         Code Segment Protection Register Set 1, Range 0, Upper Boundary
CPR1_1L         0xF7E1D408         Code Segment Protection Register Set 1, Range 1, Lower Boundary
CPR1_1U         0xF7E1D40C         Code Segment Protection Register Set 1, Range 1, Upper Boundary
DPM0            0xF7E1E000         Data Protection Mode Register Set 0
DPM1            0xF7E1E080         Data Protection Mode Register Set 1
CPM0            0xF7E1E200         Code Protection Mode Register Set 0
CPM1            0xF7E1E280         Code Protection Mode Register Set 1
DBGSR           0xF7E1FD00         Debug Status Register
EXEVT           0xF7E1FD08         External Break Input Event Specifier Register
CREVT           0xF7E1FD0C         Core
SWEVT           0xF7E1FD10         Software Break Event Specifier Register
TR0EVT          0xF7E1FD20         Trigger Event 0 Specifier Register
TR1EVT          0xF7E1FD24         Trigger Event 1 Specifier Register
DMS             0xF7E1FD40         Debug Monitor Start Address Register
DCX             0xF7E1FD44         Debug Context Save Area Pointer
PCXI            0xF7E1FE00         Previous Context Information Register
PSW             0xF7E1FE04         Program Status Word
PC              0xF7E1FE08         Program Counter
SYSCON          0xF7E1FE14         System Configuration Register
CPU_ID          0xF7E1FE18         CPU Identification Register
BIV             0xF7E1FE20         Base Interrupt Vector Table Pointer
BTV             0xF7E1FE24         Base Trap Vector Table Pointer
ISP             0xF7E1FE28         Interrupt Stack Pointer
ICR             0xF7E1FE2C         Interrupt Control Register
FCX             0xF7E1FE38         Free CSA List Head Pointer
LCX             0xF7E1FE3C         Free CSA List Limit Pointer
CPU_D0          0xF7E1FF00         Data Register 0
CPU_D1          0xF7E1FF04         Data Register 1
CPU_D2          0xF7E1FF08         Data Register 2
CPU_D3          0xF7E1FF0C         Data Register 3
CPU_D4          0xF7E1FF10         Data Register 4
CPU_D5          0xF7E1FF14         Data Register 5
CPU_D6          0xF7E1FF18         Data Register 6
CPU_D7          0xF7E1FF1C         Data Register 7
CPU_D8          0xF7E1FF20         Data Register 8
CPU_D9          0xF7E1FF24         Data Register 9
CPU_D10         0xF7E1FF28         Data Register 10
CPU_D11         0xF7E1FF2C         Data Register 11
CPU_D12         0xF7E1FF30         Data Register 12
CPU_D13         0xF7E1FF34         Data Register 13
CPU_D14         0xF7E1FF38         Data Register 14
CPU_D15         0xF7E1FF3C         Data Register 15
CPU_A0          0xF7E1FF80         Address Register 0
CPU_A1          0xF7E1FF84         Address Register 1
CPU_A2          0xF7E1FF88         Address Register 2
CPU_A3          0xF7E1FF8C         Address Register 3
CPU_A4          0xF7E1FF90         Address Register 4
CPU_A5          0xF7E1FF94         Address Register 5
CPU_A6          0xF7E1FF98         Address Register 6
CPU_A7          0xF7E1FF9C         Address Register 7
CPU_A8          0xF7E1FFA0         Address Register 8
CPU_A9          0xF7E1FFA4         Address Register 9
CPU_A10         0xF7E1FFA8         Address Register 10
CPU_A11         0xF7E1FFAC         Address Register 11
CPU_A12         0xF7E1FFB0         Address Register 12
CPU_A13         0xF7E1FFB4         Address Register 13
CPU_A14         0xF7E1FFB8         Address Register 14
CPU_A15         0xF7E1FFBC         Address Register 15
EBU_CLC         0xF8000000         EBU Clock Control Register
EBU_ID          0xF8000008         EBU Module Identification Register
EBU_CON         0xF8000010         EBU Configuration Register
EBU_BFCON       0xF8000020         EBU Burst Flash Control Register
EBU_ADDRSEL0    0xF8000080         EBU Address Select Register 0
EBU_ADDRSEL1    0xF8000088         EBU Address Select Register 1
EBU_ADDRSEL2    0xF8000090         EBU Address Select Register 2
EBU_ADDRSEL3    0xF8000098         EBU Address Select Register 3
EBU_BUSCON0     0xF80000C0         EBU Bus Configuration Register
EBU_BUSCON1     0xF80000C8         EBU Bus Configuration Register
EBU_BUSCON2     0xF80000D0         EBU Bus Configuration Register
EBU_BUSCON3     0xF80000D8         EBU Bus Configuration Register
EBU_BUSAP0      0xF8000100         EBU Bus Access Parameter Register
EBU_BUSAP1      0xF8000108         EBU Bus Access Parameter Register
EBU_BUSAP2      0xF8000110         EBU Bus Access Parameter Register
EBU_BUSAP3      0xF8000118         EBU Bus Access Parameter Register
EBU_EMUAS       0xF8000160         EBU Emulator Address Select Register
EBU_EMUBC       0xF8000168         EBU Emulator Bus Configuration Register
EBU_EMUBAP      0xF8000170         EBU Emulator Bus Access Parameter Register
EBU_EMUOVL      0xF8000178         EBU Emulator Overlay Register
EBU_USERCON     0xF8000190         EBU Test/Control Configuration Register
PMU_ID          0xF8000508         PMU Module Identification Register
FLASH_ID        0xF8002008         FLASH Module Identification Register
FLASH_FSR       0xF8002010         Flash Status Register
FLASH_FCON      0xF8002014         Flash Configuration Register
FLASH_MARP      0xF8002018         Flash Margin Control Register PFLASH
FLASH_MARD      0xF800201C         Flash Margin Control Register DFLASH
FLASH_PROCON0   0xF8002020         Flash Protection Configuration Register User 0
FLASH_PROCON1   0xF8002024         Flash Protection Configuration Register User 1
FLASH_PROCON2   0xF8002028         Flash Protection Configuration Register User 2
FLASH_CFTEST    0xF8002100
DMU_ID          0xF8010108         Module Identification Register
DMU_RABR0       0xF8010120         Redirected Address Base Register 0
DMU_OTAR0       0xF8010124         Overlay Target Address Register 0
DMU_OMASK0      0xF8010128         Overlay Mask Register 0
DMU_RABR1       0xF801012C         Redirected Address Base Register 1
DMU_OTAR1       0xF8010130         Overlay Target Address Register 1
DMU_OMASK1      0xF8010134         Overlay Mask Register 1
DMU_RABR2       0xF8010138         Redirected Address Base Register 2
DMU_OTAR2       0xF801013C         Overlay Target Address Register 2
DMU_OMASK2      0xF8010140         Overlay Mask Register 2
DMU_RABR3       0xF8010144         Redirected Address Base Register 3
DMU_OTAR3       0xF8010148         Overlay Target Address Register 3
DMU_OMASK3      0xF801014C         Overlay Mask Register 3
DMU_RABR4       0xF8010150         Redirected Address Base Register 4
DMU_OTAR4       0xF8010154         Overlay Target Address Register 4
DMU_OMASK4      0xF8010158         Overlay Mask Register 4
DMU_RABR5       0xF801015C         Redirected Address Base Register 5
DMU_OTAR5       0xF8010160         Overlay Target Address Register 5
DMU_OMASK5      0xF8010164         Overlay Mask Register 5
DMU_RABR6       0xF8010168         Redirected Address Base Register 6
DMU_OTAR6       0xF801016C         Overlay Target Address Register 6
DMU_OMASK6      0xF8010170         Overlay Mask Register 6
DMU_RABR7       0xF8010174         Redirected Address Base Register 7
DMU_OTAR7       0xF8010178         Overlay Target Address Register 7
DMU_OMASK7      0xF801017C         Overlay Mask Register 7
DMU_RABR8       0xF8010180         Redirected Address Base Register 8
DMU_OTAR8       0xF8010184         Overlay Target Address Register 8
DMU_OMASK8      0xF8010188         Overlay Mask Register 8
DMU_RABR9       0xF801018C         Redirected Address Base Register 9
DMU_OTAR9       0xF8010190         Overlay Target Address Register 9
DMU_OMASK9      0xF8010194         Overlay Mask Register 9
DMU_RABR10      0xF8010198         Redirected Address Base Register 10
DMU_OTAR10      0xF801019C         Overlay Target Address Register 10
DMU_OMASK10     0xF80101A0         Overlay Mask Register 10
DMU_RABR11      0xF80101A4         Redirected Address Base Register 11
DMU_OTAR11      0xF80101A8         Overlay Target Address Register 11
DMU_OMASK11     0xF80101AC         Overlay Mask Register 11
DMU_RABR12      0xF80101B0         Redirected Address Base Register 12
DMU_OTAR12      0xF80101B4         Overlay Target Address Register 12
DMU_OMASK12     0xF80101B8         Overlay Mask Register 12
DMU_RABR13      0xF80101BC         Redirected Address Base Register 13
DMU_OTAR13      0xF80101C0         Overlay Target Address Register 13
DMU_OMASK13     0xF80101C4         Overlay Mask Register 13
DMU_RABR14      0xF80101C8         Redirected Address Base Register 14
DMU_OTAR14      0xF80101CC         Overlay Target Address Register 14
DMU_OMASK14     0xF80101D0         Overlay Mask Register 14
DMU_RABR15      0xF80101D4         Redirected Address Base Register 15
DMU_OTAR15      0xF80101D8         Overlay Target Address Register 15
DMU_OMASK15     0xF80101DC         Overlay Mask Register 15
DMU_SBRCTR      0xF80101E0         Stand-by SRAM Control Register
DBCU_ID         0xF87FFA08         DBCU Module Identification Register
DBCU_LEATT      0xF87FFA20         DBCU LMB Error Attribute Register
DBCU_LEADDR     0xF87FFA24         DBCU LMB Error Address Register
DBCU_LEDATL     0xF87FFA28         DBCU LMB Error Data Low Register
DBCU_LEDATH     0xF87FFA2C         DBCU LMB Error Data High Register
DBCU_SRC        0xF87FFAFC         DLMB Service Request Control Register
DMI_ID          0xF87FFC08         DMI Module Identification Register
DMI_CON         0xF87FFC10         DMI Control Register
DMI_STR         0xF87FFC18         DMI Synchronous Trap Flag Register
DMI_ATR         0xF87FFC20         DMI Asynchronous Trap Flag Register
DMI_CON1        0xF87FFC28         DMI Control Register 1
PMI_ID          0xF87FFD08         PMI Module Identification Register
PMI_CON0        0xF87FFD10         PMI Control Register 0
PMI_CON1        0xF87FFD14         PMI Control Register 1
PMI_CON2        0xF87FFD18         PMI Control Register 2
PBCU_ID         0xF87FFE08         PBCU Module Identification Register
PBCU_LEATT      0xF87FFE20         PBCU LMB Error Attribute Register
PBCU_LEADDR     0xF87FFE24         PBCU LMB Error Address Register
PBCU_LEDATL     0xF87FFE28         PLMB LMB Error Data Low Register
PBCU_LEDATH     0xF87FFE2C         PBCU LMB Error Data High Register
PBCU_SRC        0xF87FFEFC         PBCU Service Request Control Register
LFI_ID          0xF87FFF08         LFI Module Identification Register
LFI_CON         0xF87FFF10         LFI Configuration Register

; this chip implements TriCore v1.3.1 instruction set
.tc1xxx/tc1797
; MEMORY MAP
area CODE PFLASH          0x80000000:0x80400000   Program Flash
area SPRS EBU             0x80800000:0x8FE00000   External EBU Space
area DATA DFLASH_BANK_0   0x8FE00000:0x8FE08000   Data Flash Bank 0
area DATA DFLASH_BANK_1   0x8FE10000:0x8FE18000   Data Flash Bank 1
area DATA OLDA            0x8FE70000:0x8FE78000   Online Data Acquisition
area DATA OVRAM           0x8FE80000:0x8FE82000   Overlay Memory
area DATA TC1797_ED       0x8FF00000:0x8FF80000   Emulation Device Memory
area CODE BROM            0x8FFFC000:0x90000000   Boot ROM
mapaddr from 0xA0000000 to PFLASH
mapaddr from 0xAFE00000 to DFLASH_BANK_0
mapaddr from 0xAFE10000 to DFLASH_BANK_1
mapaddr from 0xAFE70000 to OLDA
mapaddr from 0xAFE80000 to OVRAM
mapaddr from 0xAFF00000 to TC1797_ED
mapaddr from 0xAFFFC000 to BROM
area DATA SPRAM           0xC0000000:0xC000A000   PMI Scratch-Pad RAM
area DATA LDRAM           0xD0000000:0xD0020000   DMI Local Data RAM
mapaddr from 0xD4000000 to SPRAM
area DATA EBU_2           0xD8000000:0xDF000000   Ext. Peripheral
area SPRS EBU_3           0xE0000000:0xE8000000   Ext. Peripheral
mapaddr from 0xE8400000 to LDRAM
mapaddr from 0xE8500000 to SPRAM
area DATA REGISTERS       0xF0000000:0xF87FFF14   CSFRs of CPUs, LMB & FPI Peripheral Space
; REGISTERS
SBCU_ID         0xF0000108         Module Identification Register
SBCU_CON        0xF0000110         SBCU Control Register
SBCU_ECON       0xF0000120         SBCU Error Control Capture Register
SBCU_EADD       0xF0000124         SBCU Error Address Capture Register
SBCU_EDAT       0xF0000128         SBCU Error Data Capture Register
SBCU_DBCNTL     0xF0000130         SBCU Debug Control Register
SBCU_DBGRNT     0xF0000134         SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0000138         SBCU Debug Address 1 Register
SBCU_DBADR2     0xF000013C         SBCU Debug Address 2 Register
SBCU_DBBOS      0xF0000140         SBCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0000144         SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0000148         SBCU Debug Trapped Address Register
SBCU_DBBOST     0xF000014C         SBCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0000150         SBCU Debug Data Status Register
SBCU_SRC        0xF00001FC         SBCU Service Request Control Register
STM_CLC         0xF0000200         STM Clock Control Register
STM_ID          0xF0000208         STM Module Identification Register
STM_TIM0        0xF0000210         STM Timer Register 0
STM_TIM1        0xF0000214         STM Timer Register 1
STM_TIM2        0xF0000218         STM Timer Register 2
STM_TIM3        0xF000021C         STM Timer Register 3
STM_TIM4        0xF0000220         STM Timer Register 4
STM_TIM5        0xF0000224         STM Timer Register 5
STM_TIM6        0xF0000228         STM Timer Register 6
STM_CAP         0xF000022C         STM Timer Capture Register
STM_CMP0        0xF0000230         STM Compare Register 0
STM_CMP1        0xF0000234         STM Compare Register 1
STM_CMCON       0xF0000238         STM Compare Match Control Register
STM_ICR         0xF000023C         STM Interrupt Control Register
STM_ISRR        0xF0000240         STM Interrupt Set/Reset Register
STM_SRC1        0xF00002F8         STM Service Request Control Register 1
STM_SRC0        0xF00002FC         STM Service Request Control Register 0
CBS_JDPID       0xF0000408         Module Identification Register
CBS_JTAGID      0xF0000464         JTAG Device Identification Register
CBS_COMDATA     0xF0000468         Communication Mode Data Register
CBS_IOSR        0xF000046C         IOClient Status and Control Register
CBS_MCDBBS      0xF0000470         Break Bus Switch Configuration Register
CBS_MCDSSG      0xF0000474         Suspend Source Status and Control Register
CBS_OEC         0xF0000478         OCDS Enable Control Register
CBS_OCNTRL      0xF000047C         OSCU Control Register
CBS_OSTATE      0xF0000480         OSCU Status Register
CBS_INTMOD      0xF0000484         Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488         Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C         Internally Controlled Trace Destination Register
CBS_MCDBBSS     0xF0000490         Break Bus Switch Status Register
CBS_MCDSSGC     0xF0000494         Suspend Signal Target Control Register
CBS_TRIGS       0xF00004A0         Set Trigger to Host Register
CBS_TRIGC       0xF00004A4         Clear Trigger to Host Register
CBS_TRIG        0xF00004A8         Trigger to Host Register
CBS_SRC1        0xF00004F8         Service Request Node2 Control Register
CBS_SRC0        0xF00004FC         Service Request Node1 Control Register
SCU_ID          0xF0000508         Identification Register
SCU_OSCCON      0xF0000510         OSC Control Register
SCU_PLLSTAT     0xF0000514         PLL Status Register
SCU_PLLCON0     0xF0000518         PLL Configuration 0 Register
SCU_PLLCON1     0xF000051C         PLL Configuration 1 Register
SCU_PLLERAYCTR  0xF0000520         PLL_ERAY Control and Status Register
SCU_CCUCON0     0xF0000530         CCU Clock Control Register 0
SCU_CCUCON1     0xF0000534         CCU Clock Control Register 1
SCU_FDR         0xF0000538         Fractional Divider Register
SCU_EXTCON      0xF000053C         External Clock Control Register
SCU_SYSCON      0xF0000540         System Control Register
SCU_RSTSTAT     0xF0000550         Reset Status Register
SCU_RSTCNTCON   0xF0000554         Reset Counter Control Register
SCU_RSTCON      0xF0000558         Reset Configuration Register
SCU_ARSTDIS     0xF000055C         Application Reset Disable Register
SCU_SWRSTCON    0xF0000560         Software Reset Configuration Register
SCU_ESRCFG0     0xF0000570         ESR0 Configuration Register
SCU_ESRCFG1     0xF0000574         ESR1 Configuration Register
SCU_ESRCFG2     0xF0000578         ESR2 Configuration Register
SCU_EICR0       0xF0000580         External Input Channel Register 0
SCU_EICR1       0xF0000584         External Input Channel Register 1
SCU_EIFR        0xF0000588         External Input Flag Register
SCU_FMR         0xF000058C         Flag Modification Register
SCU_PDRR        0xF0000590         Pattern Detection Result Register
SCU_IGCR0       0xF0000594         Interrupt Gating Register 0
SCU_IGCR1       0xF0000598         Interrupt Gating Register 1
SCU_IOCR        0xF00005A0         Input/Output Control Register
SCU_OUT         0xF00005A4         Output Register
SCU_OMR         0xF00005A8         Output Modification Register
SCU_IN          0xF00005AC         Input Register
SCU_PMCSR       0xF00005B0         Power Management Control and Status Register
SCU_STSTAT      0xF00005C0         Start-up Status Register
SCU_STCON       0xF00005C4         Start-up Configuration Register
SCU_PETCR       0xF00005D0         Parity Error Trap Control Register
SCU_PETSR       0xF00005D4         Parity Error Trap Status Register
SCU_DTSSTAT     0xF00005E0         Die Temperature Sensor Status Register
SCU_DTSCON      0xF00005E4         Die Temperature Sensor Control Register
WDT_CON0        0xF00005F0         WDT Control Register 0
WDT_CON1        0xF00005F4         WDT Control Register 1
WDT_SR          0xF00005F8         WDT Status Register
SCU_EMSR        0xF0000600         Emergency Stop Register
SCU_INTSTAT     0xF0000610         Interrupt Status Register
SCU_INTSET      0xF0000614         Interrupt Set Register
SCU_INTCLR      0xF0000618         Interrupt Clear Register
SCU_INTDIS      0xF000061C         Interrupt Disable Register
SCU_INTNP       0xF0000620         Interrupt Node Pointer Register
SCU_TRAPSTAT    0xF0000624         Trap Status Register
SCU_TRAPSET     0xF0000628         Trap Set Register
SCU_TRAPCLR     0xF000062C         Trap Clear Register
SCU_TRAPDIS     0xF0000630         Trap Disable Register
SCU_CHIPID      0xF0000640         Chip Identification Register
SCU_MANID       0xF0000644         Manufacturer Identification Register
SCU_RTID        0xF0000648         Redesign Tracing Identification Register
SCU_SPARE0      0xF0000650         Spare Register 0
SCU_SPARE1      0xF0000654         Spare Register 1
SCU_MEMTEST     0xF0000660         Memory Test Register
SCU_PRDCFG0     0xF0000670         Product Configuration Register 0
SCU_PRDCFG1     0xF0000674         Product Configuration Register 1
SCU_PRDCFG2     0xF0000678         Product Configuration Register 2
SCU_STMEM0      0xF0000680         Start-up Memory Register 0
SCU_STMEM1      0xF0000684         Start-up Memory Register 1
SCU_SMARTREN    0xF0000690         SMART Repair Enable Register
SCU_REDSTAT     0xF0000694         Redundancy Status Register
SCU_SRC3        0xF00006F0         Service Request Control 3 Register
SCU_SRC2        0xF00006F4         Service Request Control 2 Register
SCU_SRC1        0xF00006F8         Service Request Control 1 Register
SCU_SRC0        0xF00006FC         Service Request Control 0 Register
MSC0_CLC        0xF0000800         MSC0 Clock Control Register
MSC0_ID         0xF0000808         Module Identification Register
MSC0_FDR        0xF000080C         MSC0 Fractional Divider Register
MSC0_USR        0xF0000810         Upstream Status Register
MSC0_DSC        0xF0000814         Downstream Control Register
MSC0_DSS        0xF0000818         Downstream Status Register
MSC0_DD         0xF000081C         Downstream Data Register
MSC0_DC         0xF0000820         Downstream Command Register
MSC0_DSDSL      0xF0000824         Downstream Select Data Source Low Register
MSC0_DSDSH      0xF0000828         Downstream Select Data Source High Register
MSC0_ESR        0xF000082C         Emergency Stop Register
MSC0_UD0        0xF0000830         Upstream Data Register 0
MSC0_UD1        0xF0000834         Upstream Data Register 1
MSC0_UD2        0xF0000838         Upstream Data Register 2
MSC0_UD3        0xF000083C         Upstream Data Register 3
MSC0_ICR        0xF0000840         Interrupt Control Register
MSC0_ISR        0xF0000844         Interrupt Status Register
MSC0_ISC        0xF0000848         Interrupt Set Clear Register
MSC0_OCR        0xF000084C         Output Control Register
MSC0_SRC1       0xF00008F8         Service Request Control Register 1
MSC0_SRC0       0xF00008FC         Service Request Control Register 0
MSC1_CLC        0xF0000900         MSC1 Clock Control Register
MSC1_ID         0xF0000908         Module Identification Register
MSC1_FDR        0xF000090C         MSC1 Fractional Divider Register
MSC1_USR        0xF0000910         Upstream Status Register
MSC1_DSC        0xF0000914         Downstream Control Register
MSC1_DSS        0xF0000918         Downstream Status Register
MSC1_DD         0xF000091C         Downstream Data Register
MSC1_DC         0xF0000920         Downstream Command Register
MSC1_DSDSL      0xF0000924         Downstream Select Data Source Low Register
MSC1_DSDSH      0xF0000928         Downstream Select Data Source High Register
MSC1_ESR        0xF000092C         Emergency Stop Register
MSC1_UD0        0xF0000930         Upstream Data Register 0
MSC1_UD1        0xF0000934         Upstream Data Register 1
MSC1_UD2        0xF0000938         Upstream Data Register 2
MSC1_UD3        0xF000093C         Upstream Data Register 3
MSC1_ICR        0xF0000940         Interrupt Control Register
MSC1_ISR        0xF0000944         Interrupt Status Register
MSC1_ISC        0xF0000948         Interrupt Set Clear Register
MSC1_OCR        0xF000094C         Output Control Register
MSC1_SRC1       0xF00009F8         Service Request Control Register 1
MSC1_SRC0       0xF00009FC         Service Request Control Register 0
ASC0_CLC        0xF0000A00         ASC0 Clock Control Register
ASC0_PISEL      0xF0000A04         ASC0 Peripheral Input Select Register
ASC0_ID         0xF0000A08         Module Identification Register
ASC0_CON        0xF0000A10         Control Register
ASC0_BG         0xF0000A14         Baud Rate Timer/Reload Register
ASC0_FDV        0xF0000A18         Fractional Divider Register
ASC0_TBUF       0xF0000A20         Transmit Buffer Register
ASC0_RBUF       0xF0000A24         Receive Buffer Register
ASC0_WHBCON     0xF0000A50         Write Hardware Bits Control Register
ASC0_TSRC       0xF0000AF0         Transmit Interrupt Service Request Control Register
ASC0_RSRC       0xF0000AF4         Receive Interrupt Service Request Control Register
ASC0_ESRC       0xF0000AF8         Error Interrupt Service Request Control Register
ASC0_TBSRC      0xF0000AFC         Transmit Buffer Interrupt Service Request Control Register
ASC1_PISEL      0xF0000B04         ASC1 Peripheral Input Select Register
ASC1_ID         0xF0000B08         Module Identification Register
ASC1_CON        0xF0000B10         Control Register
ASC1_BG         0xF0000B14         Baud Rate Timer/Reload Register
ASC1_FDV        0xF0000B18         Fractional Divider Register
ASC1_TBUF       0xF0000B20         Transmit Buffer Register
ASC1_RBUF       0xF0000B24         Receive Buffer Register
ASC1_WHBCON     0xF0000B50         Write Hardware Bits Control Register
ASC1_TSRC       0xF0000BF0         Transmit Interrupt Service Request Control Register
ASC1_RSRC       0xF0000BF4         Receive Interrupt Service Request Control Register
ASC1_ESRC       0xF0000BF8         Error Interrupt Service Request Control Register
ASC1_TBSRC      0xF0000BFC         Transmit Buffer Interrupt Service Request Control Register
P0_OUT          0xF0000C00         Port 0 Output Register
P0_OMR          0xF0000C04         Port 0 Output Modification Register
P0_IOCR0        0xF0000C10         Port 0 Input/Output Control Register 0
P0_IOCR4        0xF0000C14         Port 0 Input/Output Control Register 4
P0_IOCR8        0xF0000C18         Port 0 Input/Output Control Register 8
P0_IOCR12       0xF0000C1C         Port 0 Input/Output Control Register 12
P0_IN           0xF0000C24         Port 0 Input Register
P0_PDR          0xF0000C40         Port 0 Pad Driver Mode Register
P0_ESR          0xF0000C50         Port 0 Emergency Stop Register
P1_OUT          0xF0000D00         Port 1 Output Register
P1_OMR          0xF0000D04         Port 1 Output Modification Register
P1_IOCR0        0xF0000D10         Port 1 Input/Output Control Register 0
P1_IOCR4        0xF0000D14         Port 1 Input/Output Control Register 4
P1_IOCR8        0xF0000D18         Port 1 Input/Output Control Register 8
P1_IOCR12       0xF0000D1C         Port 1 Input/Output Control Register 12
P1_IN           0xF0000D24         Port 1 Input Register
P1_PDR          0xF0000D40         Port 1 Pad Driver Mode Register
P1_ESR          0xF0000D50         Port 1 Emergency Stop Register
P2_OUT          0xF0000E00         Port 2 Output Register
P2_OMR          0xF0000E04         Port 2 Output Modification Register
P2_IOCR0        0xF0000E10         Port 2 Input/Output Control Register 0
P2_IOCR4        0xF0000E14         Port 2 Input/Output Control Register 4
P2_IOCR8        0xF0000E18         Port 2 Input/Output Control Register 8
P2_IOCR12       0xF0000E1C         Port 2 Input/Output Control Register 12
P2_IN           0xF0000E24         Port 2 Input Register
P2_PDR          0xF0000E40         Port 2 Pad Driver Mode Register
P2_ESR          0xF0000E50         Port 2 Emergency Stop Register
P3_OUT          0xF0000F00         Port 3 Output Register
P3_OMR          0xF0000F04         Port 3 Output Modification Register
P3_IOCR0        0xF0000F10         Port 3 Input/Output Control Register 0
P3_IOCR4        0xF0000F14         Port 3 Input/Output Control Register 4
P3_IOCR8        0xF0000F18         Port 3 Input/Output Control Register 8
P3_IOCR12       0xF0000F1C         Port 3 Input/Output Control Register 12
P3_IN           0xF0000F24         Port 3 Input Register
P3_PDR          0xF0000F40         Port 3 Pad Driver Mode Register
P3_ESR          0xF0000F50         Port 3 Emergency Stop Register
P4_OUT          0xF0001000         Port 4 Output Register
P4_OMR          0xF0001004         Port 4 Output Modification Register
P4_IOCR0        0xF0001010         Port 4 Input/Output Control Register 0
P4_IOCR4        0xF0001014         Port 4 Input/Output Control Register 4
P4_IOCR8        0xF0001018         Port 4 Input/Output Control Register 8
P4_IOCR12       0xF000101C         Port 4 Input/Output Control Register 12
P4_IN           0xF0001024         Port 4 Input Register
P4_PDR          0xF0001040         Port 4 Pad Driver Mode Register
P4_ESR          0xF0001050         Port 4 Emergency Stop Register
P5_OUT          0xF0001100         Port 5 Output Register
P5_OMR          0xF0001104         Port 5 Output Modification Register
P5_IOCR0        0xF0001110         Port 5 Input/Output Control Register 0
P5_IOCR4        0xF0001114         Port 5 Input/Output Control Register 4
P5_IOCR8        0xF0001118         Port 5 Input/Output Control Register 8
P5_IOCR12       0xF000111C         Port 5 Input/Output Control Register 12
P5_IN           0xF0001124         Port 5 Input Register
P5_PDR          0xF0001140         Port 5 Pad Driver Mode Register
P5_ESR          0xF0001150         Port 5 Emergency Stop Register
P6_OUT          0xF0001200         Port 6 Output Register
P6_OMR          0xF0001204         Port 6 Output Modification Register
P6_IOCR0        0xF0001210         Port 6 Input/Output Control Register 0
P6_IOCR4        0xF0001214         Port 6 Input/Output Control Register 4
P6_IOCR8        0xF0001218         Port 6 Input/Output Control Register 8
P6_IOCR12       0xF000121C         Port 6 Input/Output Control Register 12
P6_IN           0xF0001224         Port 6 Input Register
P6_PDR          0xF0001240         Port 6 Pad Driver Mode Register
P7_OUT          0xF0001300         Port 7 Output Register
P7_OMR          0xF0001304         Port 7 Output Modification Register
P7_IOCR0        0xF0001310         Port 7 Input/Output Control Register 0
P7_IOCR4        0xF0001314         Port 7 Input/Output Control Register 4
P7_IN           0xF0001324         Port 7 Input Register
P7_PDR          0xF0001340         Port 7 Pad Driver Mode Register
P8_OUT          0xF0001400         Port 8 Output Register
P8_OMR          0xF0001404         Port 8 Output Modification Register
P8_IOCR0        0xF0001410         Port 8 Input/Output Control Register 0
P8_IOCR4        0xF0001414         Port 8 Input/Output Control Register 4
P8_IN           0xF0001424         Port 8 Input Register
P8_PDR          0xF0001440         Port 8 Pad Driver Mode Register
P8_ESR          0xF0001450         Port 8 Emergency Stop Register
P9_OUT          0xF0001500         Port 9 Output Register
P9_OMR          0xF0001504         Port 9 Output Modification Register
P9_IOCR0        0xF0001510         Port 9 Input/Output Control Register 0
P9_IOCR4        0xF0001514         Port 9 Input/Output Control Register 4
P9_IOCR8        0xF0001518         Port 9 Input/Output Control Register 8
P9_IOCR12       0xF000151C         Port 9 Input/Output Control Register 12
P9_IN           0xF0001524         Port 9 Input Register
P9_PDR          0xF0001540         Port 9 Pad Driver Mode Register
P9_ESR          0xF0001550         Port 9 Emergency Stop Register
P10_OUT         0xF0001600         Port 10 Output Register
P10_OMR         0xF0001604         Port 10 Output Modification Register
P10_IOCR0       0xF0001610         Port 10 Input/Output Control Register 0
P10_IOCR4       0xF0001614         Port 10 Input/Output Control Register 4
P10_IN          0xF0001624         Port 10 Input Register
P10_PDR         0xF0001640         Port 10 Pad Driver Mode Register
P11_OUT         0xF0001700         Port 11 Output Register
P11_OMR         0xF0001704         Port 11 Output Modification Register
P11_IOCR0       0xF0001710         Port 11 Input/Output Control Register 0
P11_IOCR4       0xF0001714         Port 11 Input/Output Control Register 4
P11_IOCR8       0xF0001718         Port 11Input/Output Control Register 8
P11_IOCR12      0xF000171C         Port 11 Input/Output Control Register 12
P11_IN          0xF0001724         Port 11 Input Register
P11_PDR         0xF0001740         Port 11 Pad Driver Mode Register
GPTA0_CLC       0xF0001800         GPTA Clock Control Register
GPTA0_DBGCTR    0xF0001804         GPTA Debug Clock Control Register
GPTA0_ID        0xF0001808         GPTA0 Identification Register
GPTA0_FDR       0xF000180C         GPTA Fractional Divider Register
GPTA0_SRSC0     0xF0001810         GPTA0 Service Request State Clear Register 0
GPTA0_SRSS0     0xF0001814         GPTA0 Service Request State Set Register 0
GPTA0_SRSC1     0xF0001818         GPTA0 Service Request State Clear Register 1
GPTA0_SRSS1     0xF000181C         GPTA0 Service Request State Set Register 1
GPTA0_SRSC2     0xF0001820         GPTA0 Service Request State Clear Register 2
GPTA0_SRSS2     0xF0001824         GPTA0 Service Request State Set Register 2
GPTA0_SRSC3     0xF0001828         GPTA0 Service Request State Clear Register 3
GPTA0_SRSS3     0xF000182C         GPTA0 Service Request State Set Register 3
GPTA0_SRNR      0xF0001830         GPTA0 Service Request Node Redirection Register
GPTA0_MRACTL    0xF0001838         GPTA0 Multiplexer Register Array Control Register
GPTA0_MRADIN    0xF000183C         GPTA0 Multiplexer Register Array Data In Register
GPTA0_MRADOUT   0xF0001840         GPTA0 Multiplexer Register Array Data Out Re;gister
GPTA0_FPCSTAT   0xF0001844         GPTA0 Filter and Prescaler Cell Status Register
GPTA0_FPCCTR0   0xF0001848         GPTA0 Filter and Prescaler Cell Control Register 0
GPTA0_FPCTIM0   0xF000184C         GPTA0 Filter and Prescaler Cell Timer Register 0
GPTA0_FPCCTR1   0xF0001850         GPTA0 Filter and Prescaler Cell Control Register 1
GPTA0_FPCTIM1   0xF0001854         GPTA0 Filter and Prescaler Cell Timer Register 1
GPTA0_FPCCTR2   0xF0001858         GPTA0 Filter and Prescaler Cell Control Register 2
GPTA0_FPCTIM2   0xF000185C         GPTA0 Filter and Prescaler Cell Timer Register 2
GPTA0_FPCCTR3   0xF0001860         GPTA0 Filter and Prescaler Cell Control Register 3
GPTA0_FPCTIM3   0xF0001864         GPTA0 Filter and Prescaler Cell Timer Register 3
GPTA0_FPCCTR4   0xF0001868         GPTA0 Filter and Prescaler Cell Control Register 4
GPTA0_FPCTIM4   0xF000186C         GPTA0 Filter and Prescaler Cell Timer Register 4
GPTA0_FPCCTR5   0xF0001870         GPTA0 Filter and Prescaler Cell Control Register 5
GPTA0_FPCTIM5   0xF0001874         GPTA0 Filter and Prescaler Cell Timer Register 5
GPTA0_PDLCTR    0xF0001878         GPTA0 Phase Discrimination Logic Control Register
GPTA0_DCMCTR0   0xF0001880         GPTA0 Duty Cycle Measurement Control Register 0
GPTA0_DCMTIM0   0xF0001884         GPTA0 Duty Cycle Measurement Timer Register 0
GPTA0_DCMCAV0   0xF0001888         GPTA0 Duty Cycle Measurement Capture Register 0
GPTA0_DCMCOV0   0xF000188C         GPTA0 Duty Cycle Measurement Capture/Compare Register 0
GPTA0_DCMCTR1   0xF0001890         GPTA0 Duty Cycle Measurement Control Register 1
GPTA0_DCMTIM1   0xF0001894         GPTA0 Duty Cycle Measurement Timer Register 1
GPTA0_DCMCAV1   0xF0001898         GPTA0 Duty Cycle Measurement Capture Register 1
GPTA0_DCMCOV1   0xF000189C         GPTA0 Duty Cycle Measurement Capture/Compare Register 1
GPTA0_DCMCTR2   0xF00018A0         GPTA0 Duty Cycle Measurement Control Register 2
GPTA0_DCMTIM2   0xF00018A4         GPTA0 Duty Cycle Measurement Timer Register 2
GPTA0_DCMCAV2   0xF00018A8         GPTA0 Duty Cycle Measurement Capture Register 2
GPTA0_DCMCOV2   0xF00018AC         GPTA0 Duty Cycle Measurement Capture/Compare Register 2
GPTA0_DCMCTR3   0xF00018B0         GPTA0 Duty Cycle Measurement Control Register 3
GPTA0_DCMTIM3   0xF00018B4         GPTA0 Duty Cycle Measurement Timer Register 3
GPTA0_DCMCAV3   0xF00018B8         GPTA0 Duty Cycle Measurement Capture Register 3
GPTA0_DCMCOV3   0xF00018BC         GPTA0 Duty Cycle Measurement Capture/Compare Register 3
GPTA0_PLLCTR    0xF00018C0         GPTA0 Phase Locked Loop Control Register
GPTA0_PLLMTI    0xF00018C4         GPTA0 Phase Locked Loop Microtick Register
GPTA0_PLLCNT    0xF00018C8         GPTA0 Phase Locked Loop Counter Register
GPTA0_PLLSTP    0xF00018CC         GPTA0 Phase Locked Loop Step Register
GPTA0_PLLREV    0xF00018D0         GPTA0 Phase Locked Loop Reload Register
GPTA0_PLLDTR    0xF00018D4         GPTA0 Phase Locked Loop Delta Register
GPTA0_CKBCTR    0xF00018D8         GPTA0 Clock Bus Control Register
GPTA0_GTCTR0    0xF00018E0         GPTA0 Global Timer Control Register 0
GPTA0_GTREV0    0xF00018E4         GPTA0 Global Timer Reload Value Register 0
GPTA0_GTTIM0    0xF00018E8         GPTA0 Global Timer Register 0
GPTA0_GTCTR1    0xF00018F0         GPTA0 Global Timer Control Register 1
GPTA0_GTREV1    0xF00018F4         GPTA0 Global Timer Reload Value Register 1
GPTA0_GTTIM1    0xF00018F8         GPTA0 Global Timer Register 1
GPTA0_GTCCTR00  0xF0001900         GPTA0 Global Timer Cell Control Register 00[Capture Mode]
GPTA0_GTCXR00   0xF0001904         GPTA0 Global Timer Cell X Register 00
GPTA0_GTCCTR01  0xF0001908         GPTA0 Global Timer Cell Control Register 01[Capture Mode]
GPTA0_GTCXR01   0xF000190C         GPTA0 Global Timer Cell X Register 01
GPTA0_GTCCTR02  0xF0001910         GPTA0 Global Timer Cell Control Register 02[Capture Mode]
GPTA0_GTCXR02   0xF0001914         GPTA0 Global Timer Cell X Register 02
GPTA0_GTCCTR03  0xF0001918         GPTA0 Global Timer Cell Control Register 03[Capture Mode]
GPTA0_GTCXR03   0xF000191C         GPTA0 Global Timer Cell X Register 03
GPTA0_GTCCTR04  0xF0001920         GPTA0 Global Timer Cell Control Register 04[Capture Mode]
GPTA0_GTCXR04   0xF0001924         GPTA0 Global Timer Cell X Register 04
GPTA0_GTCCTR05  0xF0001928         GPTA0 Global Timer Cell Control Register 05[Capture Mode]
GPTA0_GTCXR05   0xF000192C         GPTA0 Global Timer Cell X Register 05
GPTA0_GTCCTR06  0xF0001930         GPTA0 Global Timer Cell Control Register 06[Capture Mode]
GPTA0_GTCXR06   0xF0001934         GPTA0 Global Timer Cell X Register 06
GPTA0_GTCCTR07  0xF0001938         GPTA0 Global Timer Cell Control Register 07[Capture Mode]
GPTA0_GTCXR07   0xF000193C         GPTA0 Global Timer Cell X Register 07
GPTA0_GTCCTR08  0xF0001940         GPTA0 Global Timer Cell Control Register 08[Capture Mode]
GPTA0_GTCXR08   0xF0001944         GPTA0 Global Timer Cell X Register 08
GPTA0_GTCCTR09  0xF0001948         GPTA0 Global Timer Cell Control Register 09[Capture Mode]
GPTA0_GTCXR09   0xF000194C         GPTA0 Global Timer Cell X Register 09
GPTA0_GTCCTR10  0xF0001950         GPTA0 Global Timer Cell Control Register 10[Capture Mode]
GPTA0_GTCXR10   0xF0001954         GPTA0 Global Timer Cell X Register 10
GPTA0_GTCCTR11  0xF0001958         GPTA0 Global Timer Cell Control Register 11[Capture Mode]
GPTA0_GTCXR11   0xF000195C         GPTA0 Global Timer Cell X Register 11
GPTA0_GTCCTR12  0xF0001960         GPTA0 Global Timer Cell Control Register 12[Capture Mode]
GPTA0_GTCXR12   0xF0001964         GPTA0 Global Timer Cell X Register 12
GPTA0_GTCCTR13  0xF0001968         GPTA0 Global Timer Cell Control Register 13[Capture Mode]
GPTA0_GTCXR13   0xF000196C         GPTA0 Global Timer Cell X Register 13
GPTA0_GTCCTR14  0xF0001970         GPTA0 Global Timer Cell Control Register 14[Capture Mode]
GPTA0_GTCXR14   0xF0001974         GPTA0 Global Timer Cell X Register 14
GPTA0_GTCCTR15  0xF0001978         GPTA0 Global Timer Cell Control Register 15[Capture Mode]
GPTA0_GTCXR15   0xF000197C         GPTA0 Global Timer Cell X Register 15
GPTA0_GTCCTR16  0xF0001980         GPTA0 Global Timer Cell Control Register 16[Capture Mode]
GPTA0_GTCXR16   0xF0001984         GPTA0 Global Timer Cell X Register 16
GPTA0_GTCCTR17  0xF0001988         GPTA0 Global Timer Cell Control Register 17[Capture Mode]
GPTA0_GTCXR17   0xF000198C         GPTA0 Global Timer Cell X Register 17
GPTA0_GTCCTR18  0xF0001990         GPTA0 Global Timer Cell Control Register 18[Capture Mode]
GPTA0_GTCXR18   0xF0001994         GPTA0 Global Timer Cell X Register 18
GPTA0_GTCCTR19  0xF0001998         GPTA0 Global Timer Cell Control Register 19[Capture Mode]
GPTA0_GTCXR19   0xF000199C         GPTA0 Global Timer Cell X Register 19
GPTA0_GTCCTR20  0xF00019A0         GPTA0 Global Timer Cell Control Register 20[Capture Mode]
GPTA0_GTCXR20   0xF00019A4         GPTA0 Global Timer Cell X Register 20
GPTA0_GTCCTR21  0xF00019A8         GPTA0 Global Timer Cell Control Register 21[Capture Mode]
GPTA0_GTCXR21   0xF00019AC         GPTA0 Global Timer Cell X Register 21
GPTA0_GTCCTR22  0xF00019B0         GPTA0 Global Timer Cell Control Register 22[Capture Mode]
GPTA0_GTCXR22   0xF00019B4         GPTA0 Global Timer Cell X Register 22
GPTA0_GTCCTR23  0xF00019B8         GPTA0 Global Timer Cell Control Register 23[Capture Mode]
GPTA0_GTCXR23   0xF00019BC         GPTA0 Global Timer Cell X Register 23
GPTA0_GTCCTR24  0xF00019C0         GPTA0 Global Timer Cell Control Register 24[Capture Mode]
GPTA0_GTCXR24   0xF00019C4         GPTA0 Global Timer Cell X Register 24
GPTA0_GTCCTR25  0xF00019C8         GPTA0 Global Timer Cell Control Register 25[Capture Mode]
GPTA0_GTCXR25   0xF00019CC         GPTA0 Global Timer Cell X Register 25
GPTA0_GTCCTR26  0xF00019D0         GPTA0 Global Timer Cell Control Register 26[Capture Mode]
GPTA0_GTCXR26   0xF00019D4         GPTA0 Global Timer Cell X Register 26
GPTA0_GTCCTR27  0xF00019D8         GPTA0 Global Timer Cell Control Register 27[Capture Mode]
GPTA0_GTCXR27   0xF00019DC         GPTA0 Global Timer Cell X Register 27
GPTA0_GTCCTR28  0xF00019E0         GPTA0 Global Timer Cell Control Register 28[Capture Mode]
GPTA0_GTCXR28   0xF00019E4         GPTA0 Global Timer Cell X Register 28
GPTA0_GTCCTR29  0xF00019E8         GPTA0 Global Timer Cell Control Register 29[Capture Mode]
GPTA0_GTCXR29   0xF00019EC         GPTA0 Global Timer Cell X Register 29
GPTA0_GTCCTR30  0xF00019F0         GPTA0 Global Timer Cell Control Register 30[Capture Mode]
GPTA0_GTCXR30   0xF00019F4         GPTA0 Global Timer Cell X Register 30
GPTA0_GTCCTR31  0xF00019F8         GPTA0 Global Timer Cell Control Register 31[Capture Mode]
GPTA0_GTCXR31   0xF00019FC         GPTA0 Global Timer Cell X Register 31
GPTA0_LTCCTR00  0xF0001A00         GPTA0 Local Timer Cell Control Register 00 [Timer Mode]
GPTA0_LTCXR00   0xF0001A04         GPTA0 Local Timer Cell X Register 00
GPTA0_LTCCTR01  0xF0001A08         GPTA0 Local Timer Cell Control Register 01 [Timer Mode]
GPTA0_LTCXR01   0xF0001A0C         GPTA0 Local Timer Cell X Register 01
GPTA0_LTCCTR02  0xF0001A10         GPTA0 Local Timer Cell Control Register 02 [Timer Mode]
GPTA0_LTCXR02   0xF0001A14         GPTA0 Local Timer Cell X Register 02
GPTA0_LTCCTR03  0xF0001A18         GPTA0 Local Timer Cell Control Register 03 [Timer Mode]
GPTA0_LTCXR03   0xF0001A1C         GPTA0 Local Timer Cell X Register 03
GPTA0_LTCCTR04  0xF0001A20         GPTA0 Local Timer Cell Control Register 04 [Timer Mode]
GPTA0_LTCXR04   0xF0001A24         GPTA0 Local Timer Cell X Register 04
GPTA0_LTCCTR05  0xF0001A28         GPTA0 Local Timer Cell Control Register 05 [Timer Mode]
GPTA0_LTCXR05   0xF0001A2C         GPTA0 Local Timer Cell X Register 05
GPTA0_LTCCTR06  0xF0001A30         GPTA0 Local Timer Cell Control Register 06 [Timer Mode]
GPTA0_LTCXR06   0xF0001A34         GPTA0 Local Timer Cell X Register 06
GPTA0_LTCCTR07  0xF0001A38         GPTA0 Local Timer Cell Control Register 07 [Timer Mode]
GPTA0_LTCXR07   0xF0001A3C         GPTA0 Local Timer Cell X Register 07
GPTA0_LTCCTR08  0xF0001A40         GPTA0 Local Timer Cell Control Register 08 [Timer Mode]
GPTA0_LTCXR08   0xF0001A44         GPTA0 Local Timer Cell X Register 08
GPTA0_LTCCTR09  0xF0001A48         GPTA0 Local Timer Cell Control Register 09 [Timer Mode]
GPTA0_LTCXR09   0xF0001A4C         GPTA0 Local Timer Cell X Register 09
GPTA0_LTCCTR10  0xF0001A50         GPTA0 Local Timer Cell Control Register 10 [Timer Mode]
GPTA0_LTCXR10   0xF0001A54         GPTA0 Local Timer Cell X Register 10
GPTA0_LTCCTR11  0xF0001A58         GPTA0 Local Timer Cell Control Register 11 [Timer Mode]
GPTA0_LTCXR11   0xF0001A5C         GPTA0 Local Timer Cell X Register 11
GPTA0_LTCCTR12  0xF0001A60         GPTA0 Local Timer Cell Control Register 12 [Timer Mode]
GPTA0_LTCXR12   0xF0001A64         GPTA0 Local Timer Cell X Register 12
GPTA0_LTCCTR13  0xF0001A68         GPTA0 Local Timer Cell Control Register 13 [Timer Mode]
GPTA0_LTCXR13   0xF0001A6C         GPTA0 Local Timer Cell X Register 13
GPTA0_LTCCTR14  0xF0001A70         GPTA0 Local Timer Cell Control Register 14 [Timer Mode]
GPTA0_LTCXR14   0xF0001A74         GPTA0 Local Timer Cell X Register 14
GPTA0_LTCCTR15  0xF0001A78         GPTA0 Local Timer Cell Control Register 15 [Timer Mode]
GPTA0_LTCXR15   0xF0001A7C         GPTA0 Local Timer Cell X Register 15
GPTA0_LTCCTR16  0xF0001A80         GPTA0 Local Timer Cell Control Register 16 [Timer Mode]
GPTA0_LTCXR16   0xF0001A84         GPTA0 Local Timer Cell X Register 16
GPTA0_LTCCTR17  0xF0001A88         GPTA0 Local Timer Cell Control Register 17 [Timer Mode]
GPTA0_LTCXR17   0xF0001A8C         GPTA0 Local Timer Cell X Register 17
GPTA0_LTCCTR18  0xF0001A90         GPTA0 Local Timer Cell Control Register 18 [Timer Mode]
GPTA0_LTCXR18   0xF0001A94         GPTA0 Local Timer Cell X Register 18
GPTA0_LTCCTR19  0xF0001A98         GPTA0 Local Timer Cell Control Register 19 [Timer Mode]
GPTA0_LTCXR19   0xF0001A9C         GPTA0 Local Timer Cell X Register 19
GPTA0_LTCCTR20  0xF0001AA0         GPTA0 Local Timer Cell Control Register 20 [Timer Mode]
GPTA0_LTCXR20   0xF0001AA4         GPTA0 Local Timer Cell X Register 20
GPTA0_LTCCTR21  0xF0001AA8         GPTA0 Local Timer Cell Control Register 21 [Timer Mode]
GPTA0_LTCXR21   0xF0001AAC         GPTA0 Local Timer Cell X Register 21
GPTA0_LTCCTR22  0xF0001AB0         GPTA0 Local Timer Cell Control Register 22 [Timer Mode]
GPTA0_LTCXR22   0xF0001AB4         GPTA0 Local Timer Cell X Register 22
GPTA0_LTCCTR23  0xF0001AB8         GPTA0 Local Timer Cell Control Register 23 [Timer Mode]
GPTA0_LTCXR23   0xF0001ABC         GPTA0 Local Timer Cell X Register 23
GPTA0_LTCCTR24  0xF0001AC0         GPTA0 Local Timer Cell Control Register 24 [Timer Mode]
GPTA0_LTCXR24   0xF0001AC4         GPTA0 Local Timer Cell X Register 24
GPTA0_LTCCTR25  0xF0001AC8         GPTA0 Local Timer Cell Control Register 25 [Timer Mode]
GPTA0_LTCXR25   0xF0001ACC         GPTA0 Local Timer Cell X Register 25
GPTA0_LTCCTR26  0xF0001AD0         GPTA0 Local Timer Cell Control Register 26 [Timer Mode]
GPTA0_LTCXR26   0xF0001AD4         GPTA0 Local Timer Cell X Register 26
GPTA0_LTCCTR27  0xF0001AD8         GPTA0 Local Timer Cell Control Register 27 [Timer Mode]
GPTA0_LTCXR27   0xF0001ADC         GPTA0 Local Timer Cell X Register 27
GPTA0_LTCCTR28  0xF0001AE0         GPTA0 Local Timer Cell Control Register 28 [Timer Mode]
GPTA0_LTCXR28   0xF0001AE4         GPTA0 Local Timer Cell X Register 28
GPTA0_LTCCTR29  0xF0001AE8         GPTA0 Local Timer Cell Control Register 29 [Timer Mode]
GPTA0_LTCXR29   0xF0001AEC         GPTA0 Local Timer Cell X Register 29
GPTA0_LTCCTR30  0xF0001AF0         GPTA0 Local Timer Cell Control Register 30 [Timer Mode]
GPTA0_LTCXR30   0xF0001AF4         GPTA0 Local Timer Cell X Register 30
GPTA0_LTCCTR31  0xF0001AF8         GPTA0 Local Timer Cell Control Register 31 [Timer Mode]
GPTA0_LTCXR31   0xF0001AFC         GPTA0 Local Timer Cell X Register 31
GPTA0_LTCCTR32  0xF0001B00         GPTA0 Local Timer Cell Control Register 32 [Timer Mode]
GPTA0_LTCXR32   0xF0001B04         GPTA0 Local Timer Cell X Register 32
GPTA0_LTCCTR33  0xF0001B08         GPTA0 Local Timer Cell Control Register 33 [Timer Mode]
GPTA0_LTCXR33   0xF0001B0C         GPTA0 Local Timer Cell X Register 33
GPTA0_LTCCTR34  0xF0001B10         GPTA0 Local Timer Cell Control Register 34 [Timer Mode]
GPTA0_LTCXR34   0xF0001B14         GPTA0 Local Timer Cell X Register 34
GPTA0_LTCCTR35  0xF0001B18         GPTA0 Local Timer Cell Control Register 35 [Timer Mode]
GPTA0_LTCXR35   0xF0001B1C         GPTA0 Local Timer Cell X Register 35
GPTA0_LTCCTR36  0xF0001B20         GPTA0 Local Timer Cell Control Register 36 [Timer Mode]
GPTA0_LTCXR36   0xF0001B24         GPTA0 Local Timer Cell X Register 36
GPTA0_LTCCTR37  0xF0001B28         GPTA0 Local Timer Cell Control Register 37 [Timer Mode]
GPTA0_LTCXR37   0xF0001B2C         GPTA0 Local Timer Cell X Register 37
GPTA0_LTCCTR38  0xF0001B30         GPTA0 Local Timer Cell Control Register 38 [Timer Mode]
GPTA0_LTCXR38   0xF0001B34         GPTA0 Local Timer Cell X Register 38
GPTA0_LTCCTR39  0xF0001B38         GPTA0 Local Timer Cell Control Register 39 [Timer Mode]
GPTA0_LTCXR39   0xF0001B3C         GPTA0 Local Timer Cell X Register 39
GPTA0_LTCCTR40  0xF0001B40         GPTA0 Local Timer Cell Control Register 40 [Timer Mode]
GPTA0_LTCXR40   0xF0001B44         GPTA0 Local Timer Cell X Register 40
GPTA0_LTCCTR41  0xF0001B48         GPTA0 Local Timer Cell Control Register 41 [Timer Mode]
GPTA0_LTCXR41   0xF0001B4C         GPTA0 Local Timer Cell X Register 41
GPTA0_LTCCTR42  0xF0001B50         GPTA0 Local Timer Cell Control Register 42 [Timer Mode]
GPTA0_LTCXR42   0xF0001B54         GPTA0 Local Timer Cell X Register 42
GPTA0_LTCCTR43  0xF0001B58         GPTA0 Local Timer Cell Control Register 43 [Timer Mode]
GPTA0_LTCXR43   0xF0001B5C         GPTA0 Local Timer Cell X Register 43
GPTA0_LTCCTR44  0xF0001B60         GPTA0 Local Timer Cell Control Register 44 [Timer Mode]
GPTA0_LTCXR44   0xF0001B64         GPTA0 Local Timer Cell X Register 44
GPTA0_LTCCTR45  0xF0001B68         GPTA0 Local Timer Cell Control Register 45 [Timer Mode]
GPTA0_LTCXR45   0xF0001B6C         GPTA0 Local Timer Cell X Register 45
GPTA0_LTCCTR46  0xF0001B70         GPTA0 Local Timer Cell Control Register 46 [Timer Mode]
GPTA0_LTCXR46   0xF0001B74         GPTA0 Local Timer Cell X Register 46
GPTA0_LTCCTR47  0xF0001B78         GPTA0 Local Timer Cell Control Register 47 [Timer Mode]
GPTA0_LTCXR47   0xF0001B7C         GPTA0 Local Timer Cell X Register 47
GPTA0_LTCCTR48  0xF0001B80         GPTA0 Local Timer Cell Control Register 48 [Timer Mode]
GPTA0_LTCXR48   0xF0001B84         GPTA0 Local Timer Cell X Register 48
GPTA0_LTCCTR49  0xF0001B88         GPTA0 Local Timer Cell Control Register 49 [Timer Mode]
GPTA0_LTCXR49   0xF0001B8C         GPTA0 Local Timer Cell X Register 49
GPTA0_LTCCTR50  0xF0001B90         GPTA0 Local Timer Cell Control Register 50 [Timer Mode]
GPTA0_LTCXR50   0xF0001B94         GPTA0 Local Timer Cell X Register 50
GPTA0_LTCCTR51  0xF0001B98         GPTA0 Local Timer Cell Control Register 51 [Timer Mode]
GPTA0_LTCXR51   0xF0001B9C         GPTA0 Local Timer Cell X Register 51
GPTA0_LTCCTR52  0xF0001BA0         GPTA0 Local Timer Cell Control Register 52 [Timer Mode]
GPTA0_LTCXR52   0xF0001BA4         GPTA0 Local Timer Cell X Register 52
GPTA0_LTCCTR53  0xF0001BA8         GPTA0 Local Timer Cell Control Register 53 [Timer Mode]
GPTA0_LTCXR53   0xF0001BAC         GPTA0 Local Timer Cell X Register 53
GPTA0_LTCCTR54  0xF0001BB0         GPTA0 Local Timer Cell Control Register 54 [Timer Mode]
GPTA0_LTCXR54   0xF0001BB4         GPTA0 Local Timer Cell X Register 54
GPTA0_LTCCTR55  0xF0001BB8         GPTA0 Local Timer Cell Control Register 55 [Timer Mode]
GPTA0_LTCXR55   0xF0001BBC         GPTA0 Local Timer Cell X Register 55
GPTA0_LTCCTR56  0xF0001BC0         GPTA0 Local Timer Cell Control Register 56 [Timer Mode]
GPTA0_LTCXR56   0xF0001BC4         GPTA0 Local Timer Cell X Register 56
GPTA0_LTCCTR57  0xF0001BC8         GPTA0 Local Timer Cell Control Register 57 [Timer Mode]
GPTA0_LTCXR57   0xF0001BCC         GPTA0 Local Timer Cell X Register 57
GPTA0_LTCCTR58  0xF0001BD0         GPTA0 Local Timer Cell Control Register 58 [Timer Mode]
GPTA0_LTCXR58   0xF0001BD4         GPTA0 Local Timer Cell X Register 58
GPTA0_LTCCTR59  0xF0001BD8         GPTA0 Local Timer Cell Control Register 59 [Timer Mode]
GPTA0_LTCXR59   0xF0001BDC         GPTA0 Local Timer Cell X Register 59
GPTA0_LTCCTR60  0xF0001BE0         GPTA0 Local Timer Cell Control Register 60 [Timer Mode]
GPTA0_LTCXR60   0xF0001BE4         GPTA0 Local Timer Cell X Register 60
GPTA0_LTCCTR61  0xF0001BE8         GPTA0 Local Timer Cell Control Register 61 [Timer Mode]
GPTA0_LTCXR61   0xF0001BEC         GPTA0 Local Timer Cell X Register 61
GPTA0_LTCCTR62  0xF0001BF0         GPTA0 Local Timer Cell Control Register 62 [Timer Mode]
GPTA0_LTCXR62   0xF0001BF4         GPTA0 Local Timer Cell X Register 62
GPTA0_LTCCTR63  0xF0001BF8         GPTA0 Local Timer Cell Control Register 63
GPTA0_LTCXR63   0xF0001BFC         GPTA0 Local Timer Cell X Register 63
GPTA0_EDCTR     0xF0001C00         GPTA Clock Enable/Disable Control Register
GPTA0_MMXCTR00  0xF0001F00         GPTA-to-MSC Multiplexer Control Register 00
GPTA0_MMXCTR01  0xF0001F04         GPTA-to-MSC Multiplexer Control Register 01
GPTA0_MMXCTR10  0xF0001F08         GPTA-to-MSC Multiplexer Control Register 10
GPTA0_MMXCTR11  0xF0001F0C         GPTA-to-MSC Multiplexer Control Register 11
GPTA0_SRC37     0xF0001F68         GPTA0 Interrupt Service Request Control Register 37
GPTA0_SRC36     0xF0001F6C         GPTA0 Interrupt Service Request Control Register 36
GPTA0_SRC35     0xF0001F70         GPTA0 Interrupt Service Request Control Register 35
GPTA0_SRC34     0xF0001F74         GPTA0 Interrupt Service Request Control Register 34
GPTA0_SRC33     0xF0001F78         GPTA0 Interrupt Service Request Control Register 33
GPTA0_SRC32     0xF0001F7C         GPTA0 Interrupt Service Request Control Register 32
GPTA0_SRC31     0xF0001F80         GPTA0 Interrupt Service Request Control Register 31
GPTA0_SRC30     0xF0001F84         GPTA0 Interrupt Service Request Control Register 30
GPTA0_SRC29     0xF0001F88         GPTA0 Interrupt Service Request Control Register 29
GPTA0_SRC28     0xF0001F8C         GPTA0 Interrupt Service Request Control Register 28
GPTA0_SRC27     0xF0001F90         GPTA0 Interrupt Service Request Control Register 27
GPTA0_SRC26     0xF0001F94         GPTA0 Interrupt Service Request Control Register 26
GPTA0_SRC25     0xF0001F98         GPTA0 Interrupt Service Request Control Register 25
GPTA0_SRC24     0xF0001F9C         GPTA0 Interrupt Service Request Control Register 24
GPTA0_SRC23     0xF0001FA0         GPTA0 Interrupt Service Request Control Register 23
GPTA0_SRC22     0xF0001FA4         GPTA0 Interrupt Service Request Control Register 22
GPTA0_SRC21     0xF0001FA8         GPTA0 Interrupt Service Request Control Register 21
GPTA0_SRC20     0xF0001FAC         GPTA0 Interrupt Service Request Control Register 20
GPTA0_SRC19     0xF0001FB0         GPTA0 Interrupt Service Request Control Register 19
GPTA0_SRC18     0xF0001FB4         GPTA0 Interrupt Service Request Control Register 18
GPTA0_SRC17     0xF0001FB8         GPTA0 Interrupt Service Request Control Register 17
GPTA0_SRC16     0xF0001FBC         GPTA0 Interrupt Service Request Control Register 16
GPTA0_SRC15     0xF0001FC0         GPTA0 Interrupt Service Request Control Register 15
GPTA0_SRC14     0xF0001FC4         GPTA0 Interrupt Service Request Control Register 14
GPTA0_SRC13     0xF0001FC8         GPTA0 Interrupt Service Request Control Register 13
GPTA0_SRC12     0xF0001FCC         GPTA0 Interrupt Service Request Control Register 12
GPTA0_SRC11     0xF0001FD0         GPTA0 Interrupt Service Request Control Register 11
GPTA0_SRC10     0xF0001FD4         GPTA0 Interrupt Service Request Control Register 10
GPTA0_SRC09     0xF0001FD8         GPTA0 Interrupt Service Request Control Register 09
GPTA0_SRC08     0xF0001FDC         GPTA0 Interrupt Service Request Control Register 08
GPTA0_SRC07     0xF0001FE0         GPTA0 Interrupt Service Request Control Register 07
GPTA0_SRC06     0xF0001FE4         GPTA0 Interrupt Service Request Control Register 06
GPTA0_SRC05     0xF0001FE8         GPTA0 Interrupt Service Request Control Register 05
GPTA0_SRC04     0xF0001FEC         GPTA0 Interrupt Service Request Control Register 04
GPTA0_SRC03     0xF0001FF0         GPTA0 Interrupt Service Request Control Register 03
GPTA0_SRC02     0xF0001FF4         GPTA0 Interrupt Service Request Control Register 02
GPTA0_SRC01     0xF0001FF8         GPTA0 Interrupt Service Request Control Register 01
GPTA0_SRC00     0xF0001FFC         GPTA0 Interrupt Service Request Control Register 00
GPTA1_ID        0xF0002008         GPTA1 Identification Register
GPTA1_SRSC0     0xF0002010         GPTA1 Service Request State Clear Register 0
GPTA1_SRSS0     0xF0002014         GPTA1 Service Request State Set Register 0
GPTA1_SRSC1     0xF0002018         GPTA1 Service Request State Clear Register 1
GPTA1_SRSS1     0xF000201C         GPTA1 Service Request State Set Register 1
GPTA1_SRSC2     0xF0002020         GPTA1 Service Request State Clear Register 2
GPTA1_SRSS2     0xF0002024         GPTA1 Service Request State Set Register 2
GPTA1_SRSC3     0xF0002028         GPTA1 Service Request State Clear Register 3
GPTA1_SRSS3     0xF000202C         GPTA1 Service Request State Set Register 3
GPTA1_SRNR      0xF0002030         GPTA1 Service Request Node Redirection Register
GPTA1_MRACTL    0xF0002038         GPTA1 Multiplexer Register Array Control Register
GPTA1_MRADIN    0xF000203C         GPTA1 Multiplexer Register Array Data In Register
GPTA1_MRADOUT   0xF0002040         GPTA1 Multiplexer Register Array Data Out Register
GPTA1_FPCSTAT   0xF0002044         GPTA1 Filter and Prescaler Cell Status Register
GPTA1_FPCCTR0   0xF0002048         GPTA1 Filter and Prescaler Cell Control Register 0
GPTA1_FPCTIM0   0xF000204C         GPTA1 Filter and Prescaler Cell Timer Register 0
GPTA1_FPCCTR1   0xF0002050         GPTA1 Filter and Prescaler Cell Control Register 1
GPTA1_FPCTIM1   0xF0002054         GPTA1 Filter and Prescaler Cell Timer Register 1
GPTA1_FPCCTR2   0xF0002058         GPTA1 Filter and Prescaler Cell Control Register 2
GPTA1_FPCTIM2   0xF000205C         GPTA1 Filter and Prescaler Cell Timer Register 2
GPTA1_FPCCTR3   0xF0002060         GPTA1 Filter and Prescaler Cell Control Register 3
GPTA1_FPCTIM3   0xF0002064         GPTA1 Filter and Prescaler Cell Timer Register 3
GPTA1_FPCCTR4   0xF0002068         GPTA1 Filter and Prescaler Cell Control Register 4
GPTA1_FPCTIM4   0xF000206C         GPTA1 Filter and Prescaler Cell Timer Register 4
GPTA1_FPCCTR5   0xF0002070         GPTA1 Filter and Prescaler Cell Control Register 5
GPTA1_FPCTIM5   0xF0002074         GPTA1 Filter and Prescaler Cell Timer Register 5
GPTA1_PDLCTR    0xF0002078         GPTA1 Phase Discrimination Logic Control Register
GPTA1_DCMCTR0   0xF0002080         GPTA1 Duty Cycle Measurement Control Register 0
GPTA1_DCMTIM0   0xF0002084         GPTA1 Duty Cycle Measurement Timer Register 0
GPTA1_DCMCAV0   0xF0002088         GPTA1 Duty Cycle Measurement Capture Register 0
GPTA1_DCMCOV0   0xF000208C         GPTA1 Duty Cycle Measurement Capture/Compare Register 0
GPTA1_DCMCTR1   0xF0002090         GPTA1 Duty Cycle Measurement Control Register 1
GPTA1_DCMTIM1   0xF0002094         GPTA1 Duty Cycle Measurement Timer Register 1
GPTA1_DCMCAV1   0xF0002098         GPTA1 Duty Cycle Measurement Capture Register 1
GPTA1_DCMCOV1   0xF000209C         GPTA1 Duty Cycle Measurement Capture/Compare Register 1
GPTA1_DCMCTR2   0xF00020A0         GPTA1 Duty Cycle Measurement Control Register 2
GPTA1_DCMTIM2   0xF00020A4         GPTA1 Duty Cycle Measurement Timer Register 2
GPTA1_DCMCAV2   0xF00020A8         GPTA1 Duty Cycle Measurement Capture Register 2
GPTA1_DCMCOV2   0xF00020AC         GPTA1 Duty Cycle Measurement Capture/Compare Register 2
GPTA1_DCMCTR3   0xF00020B0         GPTA1 Duty Cycle Measurement Control Register 3
GPTA1_DCMTIM3   0xF00020B4         GPTA1 Duty Cycle Measurement Timer Register 3
GPTA1_DCMCAV3   0xF00020B8         GPTA1 Duty Cycle Measurement Capture Register 3
GPTA1_DCMCOV3   0xF00020BC         GPTA1 Duty Cycle Measurement Capture/Compare Register 3
GPTA1_PLLCTR    0xF00020C0         GPTA1 Phase Locked Loop Control Register
GPTA1_PLLMTI    0xF00020C4         GPTA1 Phase Locked Loop Microtick Register
GPTA1_PLLCNT    0xF00020C8         GPTA1 Phase Locked Loop Counter Register
GPTA1_PLLSTP    0xF00020CC         GPTA1 Phase Locked Loop Step Register
GPTA1_PLLREV    0xF00020D0         GPTA1 Phase Locked Loop Reload Register
GPTA1_PLLDTR    0xF00020D4         GPTA1 Phase Locked Loop Delta Register
GPTA1_CKBCTR    0xF00020D8         GPTA1 Clock Bus Control Register
GPTA1_GTCTR0    0xF00020E0         GPTA1 Global Timer Control Register 0
GPTA1_GTREV0    0xF00020E4         GPTA1 Global Timer Reload Value Register 0
GPTA1_GTTIM0    0xF00020E8         GPTA1 Global Timer Register 0
GPTA1_GTCTR1    0xF00020F0         GPTA1 Global Timer Control Register 1
GPTA1_GTREV1    0xF00020F4         GPTA1 Global Timer Reload Value Register 1
GPTA1_GTTIM1    0xF00020F8         GPTA1 Global Timer Register 1
GPTA1_GTCCTR00  0xF0002100         GPTA1 Global Timer Cell Control Register 00[Capture Mode]
GPTA1_GTCXR00   0xF0002104         GPTA1 Global Timer Cell X Register 00
GPTA1_GTCCTR01  0xF0002108         GPTA1 Global Timer Cell Control Register 01[Capture Mode]
GPTA1_GTCXR01   0xF000210C         GPTA1 Global Timer Cell X Register 01
GPTA1_GTCCTR02  0xF0002110         GPTA1 Global Timer Cell Control Register 02[Capture Mode]
GPTA1_GTCXR02   0xF0002114         GPTA1 Global Timer Cell X Register 02
GPTA1_GTCCTR03  0xF0002118         GPTA1 Global Timer Cell Control Register 03[Capture Mode]
GPTA1_GTCXR03   0xF000211C         GPTA1 Global Timer Cell X Register 03
GPTA1_GTCCTR04  0xF0002120         GPTA1 Global Timer Cell Control Register 04[Capture Mode]
GPTA1_GTCXR04   0xF0002124         GPTA1 Global Timer Cell X Register 04
GPTA1_GTCCTR05  0xF0002128         GPTA1 Global Timer Cell Control Register 05[Capture Mode]
GPTA1_GTCXR05   0xF000212C         GPTA1 Global Timer Cell X Register 05
GPTA1_GTCCTR06  0xF0002130         GPTA1 Global Timer Cell Control Register 06[Capture Mode]
GPTA1_GTCXR06   0xF0002134         GPTA1 Global Timer Cell X Register 06
GPTA1_GTCCTR07  0xF0002138         GPTA1 Global Timer Cell Control Register 07[Capture Mode]
GPTA1_GTCXR07   0xF000213C         GPTA1 Global Timer Cell X Register 07
GPTA1_GTCCTR08  0xF0002140         GPTA1 Global Timer Cell Control Register 08[Capture Mode]
GPTA1_GTCXR08   0xF0002144         GPTA1 Global Timer Cell X Register 08
GPTA1_GTCCTR09  0xF0002148         GPTA1 Global Timer Cell Control Register 09[Capture Mode]
GPTA1_GTCXR09   0xF000214C         GPTA1 Global Timer Cell X Register 09
GPTA1_GTCCTR10  0xF0002150         GPTA1 Global Timer Cell Control Register 10[Capture Mode]
GPTA1_GTCXR10   0xF0002154         GPTA1 Global Timer Cell X Register 10
GPTA1_GTCCTR11  0xF0002158         GPTA1 Global Timer Cell Control Register 11[Capture Mode]
GPTA1_GTCXR11   0xF000215C         GPTA1 Global Timer Cell X Register 11
GPTA1_GTCCTR12  0xF0002160         GPTA1 Global Timer Cell Control Register 12[Capture Mode]
GPTA1_GTCXR12   0xF0002164         GPTA1 Global Timer Cell X Register 12
GPTA1_GTCCTR13  0xF0002168         GPTA1 Global Timer Cell Control Register 13[Capture Mode]
GPTA1_GTCXR13   0xF000216C         GPTA1 Global Timer Cell X Register 13
GPTA1_GTCCTR14  0xF0002170         GPTA1 Global Timer Cell Control Register 14[Capture Mode]
GPTA1_GTCXR14   0xF0002174         GPTA1 Global Timer Cell X Register 14
GPTA1_GTCCTR15  0xF0002178         GPTA1 Global Timer Cell Control Register 15[Capture Mode]
GPTA1_GTCXR15   0xF000217C         GPTA1 Global Timer Cell X Register 15
GPTA1_GTCCTR16  0xF0002180         GPTA1 Global Timer Cell Control Register 16[Capture Mode]
GPTA1_GTCXR16   0xF0002184         GPTA1 Global Timer Cell X Register 16
GPTA1_GTCCTR17  0xF0002188         GPTA1 Global Timer Cell Control Register 17[Capture Mode]
GPTA1_GTCXR17   0xF000218C         GPTA1 Global Timer Cell X Register 17
GPTA1_GTCCTR18  0xF0002190         GPTA1 Global Timer Cell Control Register 18[Capture Mode]
GPTA1_GTCXR18   0xF0002194         GPTA1 Global Timer Cell X Register 18
GPTA1_GTCCTR19  0xF0002198         GPTA1 Global Timer Cell Control Register 19[Capture Mode]
GPTA1_GTCXR19   0xF000219C         GPTA1 Global Timer Cell X Register 19
GPTA1_GTCCTR20  0xF00021A0         GPTA1 Global Timer Cell Control Register 20[Capture Mode]
GPTA1_GTCXR20   0xF00021A4         GPTA1 Global Timer Cell X Register 20
GPTA1_GTCCTR21  0xF00021A8         GPTA1 Global Timer Cell Control Register 21[Capture Mode]
GPTA1_GTCXR21   0xF00021AC         GPTA1 Global Timer Cell X Register 21
GPTA1_GTCCTR22  0xF00021B0         GPTA1 Global Timer Cell Control Register 22[Capture Mode]
GPTA1_GTCXR22   0xF00021B4         GPTA1 Global Timer Cell X Register 22
GPTA1_GTCCTR23  0xF00021B8         GPTA1 Global Timer Cell Control Register 23[Capture Mode]
GPTA1_GTCXR23   0xF00021BC         GPTA1 Global Timer Cell X Register 23
GPTA1_GTCCTR24  0xF00021C0         GPTA1 Global Timer Cell Control Register 24[Capture Mode]
GPTA1_GTCXR24   0xF00021C4         GPTA1 Global Timer Cell X Register 24
GPTA1_GTCCTR25  0xF00021C8         GPTA1 Global Timer Cell Control Register 25[Capture Mode]
GPTA1_GTCXR25   0xF00021CC         GPTA1 Global Timer Cell X Register 25
GPTA1_GTCCTR26  0xF00021D0         GPTA1 Global Timer Cell Control Register 26[Capture Mode]
GPTA1_GTCXR26   0xF00021D4         GPTA1 Global Timer Cell X Register 26
GPTA1_GTCCTR27  0xF00021D8         GPTA1 Global Timer Cell Control Register 27[Capture Mode]
GPTA1_GTCXR27   0xF00021DC         GPTA1 Global Timer Cell X Register 27
GPTA1_GTCCTR28  0xF00021E0         GPTA1 Global Timer Cell Control Register 28[Capture Mode]
GPTA1_GTCXR28   0xF00021E4         GPTA1 Global Timer Cell X Register 28
GPTA1_GTCCTR29  0xF00021E8         GPTA1 Global Timer Cell Control Register 29[Capture Mode]
GPTA1_GTCXR29   0xF00021EC         GPTA1 Global Timer Cell X Register 29
GPTA1_GTCCTR30  0xF00021F0         GPTA1 Global Timer Cell Control Register 30[Capture Mode]
GPTA1_GTCXR30   0xF00021F4         GPTA1 Global Timer Cell X Register 30
GPTA1_GTCCTR31  0xF00021F8         GPTA1 Global Timer Cell Control Register 31[Capture Mode]
GPTA1_GTCXR31   0xF00021FC         GPTA1 Global Timer Cell X Register 31
GPTA1_LTCCTR00  0xF0002200         GPTA1 Local Timer Cell Control Register 00 [Timer mode]
GPTA1_LTCXR00   0xF0002204         GPTA1 Local Timer Cell X Register 00
GPTA1_LTCCTR01  0xF0002208         GPTA1 Local Timer Cell Control Register 01 [Timer mode]
GPTA1_LTCXR01   0xF000220C         GPTA1 Local Timer Cell X Register 01
GPTA1_LTCCTR02  0xF0002210         GPTA1 Local Timer Cell Control Register 02 [Timer mode]
GPTA1_LTCXR02   0xF0002214         GPTA1 Local Timer Cell X Register 02
GPTA1_LTCCTR03  0xF0002218         GPTA1 Local Timer Cell Control Register 03 [Timer mode]
GPTA1_LTCXR03   0xF000221C         GPTA1 Local Timer Cell X Register 03
GPTA1_LTCCTR04  0xF0002220         GPTA1 Local Timer Cell Control Register 04 [Timer mode]
GPTA1_LTCXR04   0xF0002224         GPTA1 Local Timer Cell X Register 04
GPTA1_LTCCTR05  0xF0002228         GPTA1 Local Timer Cell Control Register 05 [Timer mode]
GPTA1_LTCXR05   0xF000222C         GPTA1 Local Timer Cell X Register 05
GPTA1_LTCCTR06  0xF0002230         GPTA1 Local Timer Cell Control Register 06 [Timer mode]
GPTA1_LTCXR06   0xF0002234         GPTA1 Local Timer Cell X Register 06
GPTA1_LTCCTR07  0xF0002238         GPTA1 Local Timer Cell Control Register 07 [Timer mode]
GPTA1_LTCXR07   0xF000223C         GPTA1 Local Timer Cell X Register 07
GPTA1_LTCCTR08  0xF0002240         GPTA1 Local Timer Cell Control Register 08 [Timer mode]
GPTA1_LTCXR08   0xF0002244         GPTA1 Local Timer Cell X Register 08
GPTA1_LTCCTR09  0xF0002248         GPTA1 Local Timer Cell Control Register 09 [Timer mode]
GPTA1_LTCXR09   0xF000224C         GPTA1 Local Timer Cell X Register 09
GPTA1_LTCCTR10  0xF0002250         GPTA1 Local Timer Cell Control Register 10 [Timer mode]
GPTA1_LTCXR10   0xF0002254         GPTA1 Local Timer Cell X Register 10
GPTA1_LTCCTR11  0xF0002258         GPTA1 Local Timer Cell Control Register 11 [Timer mode]
GPTA1_LTCXR11   0xF000225C         GPTA1 Local Timer Cell X Register 11
GPTA1_LTCCTR12  0xF0002260         GPTA1 Local Timer Cell Control Register 12 [Timer mode]
GPTA1_LTCXR12   0xF0002264         GPTA1 Local Timer Cell X Register 12
GPTA1_LTCCTR13  0xF0002268         GPTA1 Local Timer Cell Control Register 13 [Timer mode]
GPTA1_LTCXR13   0xF000226C         GPTA1 Local Timer Cell X Register 13
GPTA1_LTCCTR14  0xF0002270         GPTA1 Local Timer Cell Control Register 14 [Timer mode]
GPTA1_LTCXR14   0xF0002274         GPTA1 Local Timer Cell X Register 14
GPTA1_LTCCTR15  0xF0002278         GPTA1 Local Timer Cell Control Register 15 [Timer mode]
GPTA1_LTCXR15   0xF000227C         GPTA1 Local Timer Cell X Register 15
GPTA1_LTCCTR16  0xF0002280         GPTA1 Local Timer Cell Control Register 16 [Timer mode]
GPTA1_LTCXR16   0xF0002284         GPTA1 Local Timer Cell X Register 16
GPTA1_LTCCTR17  0xF0002288         GPTA1 Local Timer Cell Control Register 17 [Timer mode]
GPTA1_LTCXR17   0xF000228C         GPTA1 Local Timer Cell X Register 17
GPTA1_LTCCTR18  0xF0002290         GPTA1 Local Timer Cell Control Register 18 [Timer mode]
GPTA1_LTCXR18   0xF0002294         GPTA1 Local Timer Cell X Register 18
GPTA1_LTCCTR19  0xF0002298         GPTA1 Local Timer Cell Control Register 19 [Timer mode]
GPTA1_LTCXR19   0xF000229C         GPTA1 Local Timer Cell X Register 19
GPTA1_LTCCTR20  0xF00022A0         GPTA1 Local Timer Cell Control Register 20 [Timer mode]
GPTA1_LTCXR20   0xF00022A4         GPTA1 Local Timer Cell X Register 20
GPTA1_LTCCTR21  0xF00022A8         GPTA1 Local Timer Cell Control Register 21 [Timer mode]
GPTA1_LTCXR21   0xF00022AC         GPTA1 Local Timer Cell X Register 21
GPTA1_LTCCTR22  0xF00022B0         GPTA1 Local Timer Cell Control Register 22 [Timer mode]
GPTA1_LTCXR22   0xF00022B4         GPTA1 Local Timer Cell X Register 22
GPTA1_LTCCTR23  0xF00022B8         GPTA1 Local Timer Cell Control Register 23 [Timer mode]
GPTA1_LTCXR23   0xF00022BC         GPTA1 Local Timer Cell X Register 23
GPTA1_LTCCTR24  0xF00022C0         GPTA1 Local Timer Cell Control Register 24 [Timer mode]
GPTA1_LTCXR24   0xF00022C4         GPTA1 Local Timer Cell X Register 24
GPTA1_LTCCTR25  0xF00022C8         GPTA1 Local Timer Cell Control Register 25 [Timer mode]
GPTA1_LTCXR25   0xF00022CC         GPTA1 Local Timer Cell X Register 25
GPTA1_LTCCTR26  0xF00022D0         GPTA1 Local Timer Cell Control Register 26 [Timer mode]
GPTA1_LTCXR26   0xF00022D4         GPTA1 Local Timer Cell X Register 26
GPTA1_LTCCTR27  0xF00022D8         GPTA1 Local Timer Cell Control Register 27 [Timer mode]
GPTA1_LTCXR27   0xF00022DC         GPTA1 Local Timer Cell X Register 27
GPTA1_LTCCTR28  0xF00022E0         GPTA1 Local Timer Cell Control Register 28 [Timer mode]
GPTA1_LTCXR28   0xF00022E4         GPTA1 Local Timer Cell X Register 28
GPTA1_LTCCTR29  0xF00022E8         GPTA1 Local Timer Cell Control Register 29 [Timer mode]
GPTA1_LTCXR29   0xF00022EC         GPTA1 Local Timer Cell X Register 29
GPTA1_LTCCTR30  0xF00022F0         GPTA1 Local Timer Cell Control Register 30 [Timer mode]
GPTA1_LTCXR30   0xF00022F4         GPTA1 Local Timer Cell X Register 30
GPTA1_LTCCTR31  0xF00022F8         GPTA1 Local Timer Cell Control Register 31 [Timer mode]
GPTA1_LTCXR31   0xF00022FC         GPTA1 Local Timer Cell X Register 31
GPTA1_LTCCTR32  0xF0002300         GPTA1 Local Timer Cell Control Register 32 [Timer mode]
GPTA1_LTCXR32   0xF0002304         GPTA1 Local Timer Cell X Register 32
GPTA1_LTCCTR33  0xF0002308         GPTA1 Local Timer Cell Control Register 33 [Timer mode]
GPTA1_LTCXR33   0xF000230C         GPTA1 Local Timer Cell X Register 33
GPTA1_LTCCTR34  0xF0002310         GPTA1 Local Timer Cell Control Register 34 [Timer mode]
GPTA1_LTCXR34   0xF0002314         GPTA1 Local Timer Cell X Register 34
GPTA1_LTCCTR35  0xF0002318         GPTA1 Local Timer Cell Control Register 35 [Timer mode]
GPTA1_LTCXR35   0xF000231C         GPTA1 Local Timer Cell X Register 35
GPTA1_LTCCTR36  0xF0002320         GPTA1 Local Timer Cell Control Register 36 [Timer mode]
GPTA1_LTCXR36   0xF0002324         GPTA1 Local Timer Cell X Register 36
GPTA1_LTCCTR37  0xF0002328         GPTA1 Local Timer Cell Control Register 37 [Timer mode]
GPTA1_LTCXR37   0xF000232C         GPTA1 Local Timer Cell X Register 37
GPTA1_LTCCTR38  0xF0002330         GPTA1 Local Timer Cell Control Register 38 [Timer mode]
GPTA1_LTCXR38   0xF0002334         GPTA1 Local Timer Cell X Register 38
GPTA1_LTCCTR39  0xF0002338         GPTA1 Local Timer Cell Control Register 39 [Timer mode]
GPTA1_LTCXR39   0xF000233C         GPTA1 Local Timer Cell X Register 39
GPTA1_LTCCTR40  0xF0002340         GPTA1 Local Timer Cell Control Register 40 [Timer mode]
GPTA1_LTCXR40   0xF0002344         GPTA1 Local Timer Cell X Register 40
GPTA1_LTCCTR41  0xF0002348         GPTA1 Local Timer Cell Control Register 41 [Timer mode]
GPTA1_LTCXR41   0xF000234C         GPTA1 Local Timer Cell X Register 41
GPTA1_LTCCTR42  0xF0002350         GPTA1 Local Timer Cell Control Register 42 [Timer mode]
GPTA1_LTCXR42   0xF0002354         GPTA1 Local Timer Cell X Register 42
GPTA1_LTCCTR43  0xF0002358         GPTA1 Local Timer Cell Control Register 43 [Timer mode]
GPTA1_LTCXR43   0xF000235C         GPTA1 Local Timer Cell X Register 43
GPTA1_LTCCTR44  0xF0002360         GPTA1 Local Timer Cell Control Register 44 [Timer mode]
GPTA1_LTCXR44   0xF0002364         GPTA1 Local Timer Cell X Register 44
GPTA1_LTCCTR45  0xF0002368         GPTA1 Local Timer Cell Control Register 45 [Timer mode]
GPTA1_LTCXR45   0xF000236C         GPTA1 Local Timer Cell X Register 45
GPTA1_LTCCTR46  0xF0002370         GPTA1 Local Timer Cell Control Register 46 [Timer mode]
GPTA1_LTCXR46   0xF0002374         GPTA1 Local Timer Cell X Register 46
GPTA1_LTCCTR47  0xF0002378         GPTA1 Local Timer Cell Control Register 47 [Timer mode]
GPTA1_LTCXR47   0xF000237C         GPTA1 Local Timer Cell X Register 47
GPTA1_LTCCTR48  0xF0002380         GPTA1 Local Timer Cell Control Register 48 [Timer mode]
GPTA1_LTCXR48   0xF0002384         GPTA1 Local Timer Cell X Register 48
GPTA1_LTCCTR49  0xF0002388         GPTA1 Local Timer Cell Control Register 49 [Timer mode]
GPTA1_LTCXR49   0xF000238C         GPTA1 Local Timer Cell X Register 49
GPTA1_LTCCTR50  0xF0002390         GPTA1 Local Timer Cell Control Register 50 [Timer mode]
GPTA1_LTCXR50   0xF0002394         GPTA1 Local Timer Cell X Register 50
GPTA1_LTCCTR51  0xF0002398         GPTA1 Local Timer Cell Control Register 51 [Timer mode]
GPTA1_LTCXR51   0xF000239C         GPTA1 Local Timer Cell X Register 51
GPTA1_LTCCTR52  0xF00023A0         GPTA1 Local Timer Cell Control Register 52 [Timer mode]
GPTA1_LTCXR52   0xF00023A4         GPTA1 Local Timer Cell X Register 52
GPTA1_LTCCTR53  0xF00023A8         GPTA1 Local Timer Cell Control Register 53 [Timer mode]
GPTA1_LTCXR53   0xF00023AC         GPTA1 Local Timer Cell X Register 53
GPTA1_LTCCTR54  0xF00023B0         GPTA1 Local Timer Cell Control Register 54 [Timer mode]
GPTA1_LTCXR54   0xF00023B4         GPTA1 Local Timer Cell X Register 54
GPTA1_LTCCTR55  0xF00023B8         GPTA1 Local Timer Cell Control Register 55 [Timer mode]
GPTA1_LTCXR55   0xF00023BC         GPTA1 Local Timer Cell X Register 55
GPTA1_LTCCTR56  0xF00023C0         GPTA1 Local Timer Cell Control Register 56 [Timer mode]
GPTA1_LTCXR56   0xF00023C4         GPTA1 Local Timer Cell X Register 56
GPTA1_LTCCTR57  0xF00023C8         GPTA1 Local Timer Cell Control Register 57 [Timer mode]
GPTA1_LTCXR57   0xF00023CC         GPTA1 Local Timer Cell X Register 57
GPTA1_LTCCTR58  0xF00023D0         GPTA1 Local Timer Cell Control Register 58 [Timer mode]
GPTA1_LTCXR58   0xF00023D4         GPTA1 Local Timer Cell X Register 58
GPTA1_LTCCTR59  0xF00023D8         GPTA1 Local Timer Cell Control Register 59 [Timer mode]
GPTA1_LTCXR59   0xF00023DC         GPTA1 Local Timer Cell X Register 59
GPTA1_LTCCTR60  0xF00023E0         GPTA1 Local Timer Cell Control Register 60 [Timer mode]
GPTA1_LTCXR60   0xF00023E4         GPTA1 Local Timer Cell X Register 60
GPTA1_LTCCTR61  0xF00023E8         GPTA1 Local Timer Cell Control Register 61 [Timer mode]
GPTA1_LTCXR61   0xF00023EC         GPTA1 Local Timer Cell X Register 61
GPTA1_LTCCTR62  0xF00023F0         GPTA1 Local Timer Cell Control Register 62 [Timer mode]
GPTA1_LTCXR62   0xF00023F4         GPTA1 Local Timer Cell X Register 62
GPTA1_LTCCTR63  0xF00023F8         GPTA1 Local Timer Cell Control Register 63
GPTA1_LTCXR63   0xF00023FC         GPTA1 Local Timer Cell X Register 63
GPTA1_SRC37     0xF0002768         GPTA1 Interrupt Service Request Control Register 37
GPTA1_SRC36     0xF000276C         GPTA1 Interrupt Service Request Control Register 36
GPTA1_SRC35     0xF0002770         GPTA1 Interrupt Service Request Control Register 35
GPTA1_SRC34     0xF0002774         GPTA1 Interrupt Service Request Control Register 34
GPTA1_SRC33     0xF0002778         GPTA1 Interrupt Service Request Control Register 33
GPTA1_SRC32     0xF000277C         GPTA1 Interrupt Service Request Control Register 32
GPTA1_SRC31     0xF0002780         GPTA1 Interrupt Service Request Control Register 31
GPTA1_SRC30     0xF0002784         GPTA1 Interrupt Service Request Control Register 30
GPTA1_SRC29     0xF0002788         GPTA1 Interrupt Service Request Control Register 29
GPTA1_SRC28     0xF000278C         GPTA1 Interrupt Service Request Control Register 28
GPTA1_SRC27     0xF0002790         GPTA1 Interrupt Service Request Control Register 27
GPTA1_SRC26     0xF0002794         GPTA1 Interrupt Service Request Control Register 26
GPTA1_SRC25     0xF0002798         GPTA1 Interrupt Service Request Control Register 25
GPTA1_SRC24     0xF000279C         GPTA1 Interrupt Service Request Control Register 24
GPTA1_SRC23     0xF00027A0         GPTA1 Interrupt Service Request Control Register 23
GPTA1_SRC22     0xF00027A4         GPTA1 Interrupt Service Request Control Register 22
GPTA1_SRC21     0xF00027A8         GPTA1 Interrupt Service Request Control Register 21
GPTA1_SRC20     0xF00027AC         GPTA1 Interrupt Service Request Control Register 20
GPTA1_SRC19     0xF00027B0         GPTA1 Interrupt Service Request Control Register 19
GPTA1_SRC18     0xF00027B4         GPTA1 Interrupt Service Request Control Register 18
GPTA1_SRC17     0xF00027B8         GPTA1 Interrupt Service Request Control Register 17
GPTA1_SRC16     0xF00027BC         GPTA1 Interrupt Service Request Control Register 16
GPTA1_SRC15     0xF00027C0         GPTA1 Interrupt Service Request Control Register 15
GPTA1_SRC14     0xF00027C4         GPTA1 Interrupt Service Request Control Register 14
GPTA1_SRC13     0xF00027C8         GPTA1 Interrupt Service Request Control Register 13
GPTA1_SRC12     0xF00027CC         GPTA1 Interrupt Service Request Control Register 12
GPTA1_SRC11     0xF00027D0         GPTA1 Interrupt Service Request Control Register 11
GPTA1_SRC10     0xF00027D4         GPTA1 Interrupt Service Request Control Register 10
GPTA1_SRC09     0xF00027D8         GPTA1 Interrupt Service Request Control Register 09
GPTA1_SRC08     0xF00027DC         GPTA1 Interrupt Service Request Control Register 08
GPTA1_SRC07     0xF00027E0         GPTA1 Interrupt Service Request Control Register 07
GPTA1_SRC06     0xF00027E4         GPTA1 Interrupt Service Request Control Register 06
GPTA1_SRC05     0xF00027E8         GPTA1 Interrupt Service Request Control Register 05
GPTA1_SRC04     0xF00027EC         GPTA1 Interrupt Service Request Control Register 04
GPTA1_SRC03     0xF00027F0         GPTA1 Interrupt Service Request Control Register 03
GPTA1_SRC02     0xF00027F4         GPTA1 Interrupt Service Request Control Register 02
GPTA1_SRC01     0xF00027F8         GPTA1 Interrupt Service Request Control Register 01
GPTA1_SRC00     0xF00027FC         GPTA1 Interrupt Service Request Control Register 00
LTCA2_ID        0xF0002808         LTCA2 Identification Register
LTCA2_SRSC2     0xF0002820         LTCA2 Service Request State Clear Register 2
LTCA2_SRSS2     0xF0002824         LTCA2 Service Request State Set Register 2
LTCA2_MRACTL    0xF0002838         Multiplexer Register Array Control Register
LTCA2_MRADIN    0xF000283C         Multiplexer Register Array Data In Register
LTCA2_MRADOUT   0xF0002840         Multiplexer Register Array Data Out Register
LTCA2_LTCCTR00  0xF0002A00         Local Timer Cell Control Register 00 [Timer Mode]
LTCA2_LTCXR00   0xF0002A04         Local Timer Cell X Register 00
LTCA2_LTCCTR01  0xF0002A08         Local Timer Cell Control Register 01 [Timer Mode]
LTCA2_LTCXR01   0xF0002A0C         Local Timer Cell X Register 01
LTCA2_LTCCTR02  0xF0002A10         Local Timer Cell Control Register 02 [Timer Mode]
LTCA2_LTCXR02   0xF0002A14         Local Timer Cell X Register 02
LTCA2_LTCCTR03  0xF0002A18         Local Timer Cell Control Register 03 [Timer Mode]
LTCA2_LTCXR03   0xF0002A1C         Local Timer Cell X Register 03
LTCA2_LTCCTR04  0xF0002A20         Local Timer Cell Control Register 04 [Timer Mode]
LTCA2_LTCXR04   0xF0002A24         Local Timer Cell X Register 04
LTCA2_LTCCTR05  0xF0002A28         Local Timer Cell Control Register 05 [Timer Mode]
LTCA2_LTCXR05   0xF0002A2C         Local Timer Cell X Register 05
LTCA2_LTCCTR06  0xF0002A30         Local Timer Cell Control Register 06 [Timer Mode]
LTCA2_LTCXR06   0xF0002A34         Local Timer Cell X Register 06
LTCA2_LTCCTR07  0xF0002A38         Local Timer Cell Control Register 07 [Timer Mode]
LTCA2_LTCXR07   0xF0002A3C         Local Timer Cell X Register 07
LTCA2_LTCCTR08  0xF0002A40         Local Timer Cell Control Register 08 [Timer Mode]
LTCA2_LTCXR08   0xF0002A44         Local Timer Cell X Register 08
LTCA2_LTCCTR09  0xF0002A48         Local Timer Cell Control Register 09 [Timer Mode]
LTCA2_LTCXR09   0xF0002A4C         Local Timer Cell X Register 09
LTCA2_LTCCTR10  0xF0002A50         Local Timer Cell Control Register 10 [Timer Mode]
LTCA2_LTCXR10   0xF0002A54         Local Timer Cell X Register 10
LTCA2_LTCCTR11  0xF0002A58         Local Timer Cell Control Register 11 [Timer Mode]
LTCA2_LTCXR11   0xF0002A5C         Local Timer Cell X Register 11
LTCA2_LTCCTR12  0xF0002A60         Local Timer Cell Control Register 12 [Timer Mode]
LTCA2_LTCXR12   0xF0002A64         Local Timer Cell X Register 12
LTCA2_LTCCTR13  0xF0002A68         Local Timer Cell Control Register 13 [Timer Mode]
LTCA2_LTCXR13   0xF0002A6C         Local Timer Cell X Register 13
LTCA2_LTCCTR14  0xF0002A70         Local Timer Cell Control Register 14 [Timer Mode]
LTCA2_LTCXR14   0xF0002A74         Local Timer Cell X Register 14
LTCA2_LTCCTR15  0xF0002A78         Local Timer Cell Control Register 15 [Timer Mode]
LTCA2_LTCXR15   0xF0002A7C         Local Timer Cell X Register 15
LTCA2_LTCCTR16  0xF0002A80         Local Timer Cell Control Register 16 [Timer Mode]
LTCA2_LTCXR16   0xF0002A84         Local Timer Cell X Register 16
LTCA2_LTCCTR17  0xF0002A88         Local Timer Cell Control Register 17 [Timer Mode]
LTCA2_LTCXR17   0xF0002A8C         Local Timer Cell X Register 17
LTCA2_LTCCTR18  0xF0002A90         Local Timer Cell Control Register 18 [Timer Mode]
LTCA2_LTCXR18   0xF0002A94         Local Timer Cell X Register 18
LTCA2_LTCCTR19  0xF0002A98         Local Timer Cell Control Register 19 [Timer Mode]
LTCA2_LTCXR19   0xF0002A9C         Local Timer Cell X Register 19
LTCA2_LTCCTR20  0xF0002AA0         Local Timer Cell Control Register 20 [Timer Mode]
LTCA2_LTCXR20   0xF0002AA4         Local Timer Cell X Register 20
LTCA2_LTCCTR21  0xF0002AA8         Local Timer Cell Control Register 21 [Timer Mode]
LTCA2_LTCXR21   0xF0002AAC         Local Timer Cell X Register 21
LTCA2_LTCCTR22  0xF0002AB0         Local Timer Cell Control Register 22 [Timer Mode]
LTCA2_LTCXR22   0xF0002AB4         Local Timer Cell X Register 22
LTCA2_LTCCTR23  0xF0002AB8         Local Timer Cell Control Register 23 [Timer Mode]
LTCA2_LTCXR23   0xF0002ABC         Local Timer Cell X Register 23
LTCA2_LTCCTR24  0xF0002AC0         Local Timer Cell Control Register 24 [Timer Mode]
LTCA2_LTCXR24   0xF0002AC4         Local Timer Cell X Register 24
LTCA2_LTCCTR25  0xF0002AC8         Local Timer Cell Control Register 25 [Timer Mode]
LTCA2_LTCXR25   0xF0002ACC         Local Timer Cell X Register 25
LTCA2_LTCCTR26  0xF0002AD0         Local Timer Cell Control Register 26 [Timer Mode]
LTCA2_LTCXR26   0xF0002AD4         Local Timer Cell X Register 26
LTCA2_LTCCTR27  0xF0002AD8         Local Timer Cell Control Register 27 [Timer Mode]
LTCA2_LTCXR27   0xF0002ADC         Local Timer Cell X Register 27
LTCA2_LTCCTR28  0xF0002AE0         Local Timer Cell Control Register 28 [Timer Mode]
LTCA2_LTCXR28   0xF0002AE4         Local Timer Cell X Register 28
LTCA2_LTCCTR29  0xF0002AE8         Local Timer Cell Control Register 29 [Timer Mode]
LTCA2_LTCXR29   0xF0002AEC         Local Timer Cell X Register 29
LTCA2_LTCCTR30  0xF0002AF0         Local Timer Cell Control Register 30 [Timer Mode]
LTCA2_LTCXR30   0xF0002AF4         Local Timer Cell X Register 30
LTCA2_LTCCTR31  0xF0002AF8         Local Timer Cell Control Register 31
LTCA2_LTCXR31   0xF0002AFC         Local Timer Cell X Register 31
LTCA2_SRC07     0xF0002FE0         LTCA2 Interrupt Service Request Control Register 07
LTCA2_SRC06     0xF0002FE4         LTCA2 Interrupt Service Request Control Register 06
LTCA2_SRC05     0xF0002FE8         LTCA2 Interrupt Service Request Control Register 05
LTCA2_SRC04     0xF0002FEC         LTCA2 Interrupt Service Request Control Register 04
LTCA2_SRC03     0xF0002FF0         LTCA2 Interrupt Service Request Control Register 03
LTCA2_SRC02     0xF0002FF4         LTCA2 Interrupt Service Request Control Register 02
LTCA2_SRC01     0xF0002FF8         LTCA2 Interrupt Service Request Control Register 01
LTCA2_SRC00     0xF0002FFC         LTCA2 Interrupt Service Request Control Register 00
DMA_CLC         0xF0003C00         DMA Clock Control Register
DMA_ID          0xF0003C08         Module Identification Register
DMA_CHRSTR      0xF0003C10         DMA Channel Reset Request Register
DMA_TRSR        0xF0003C14         DMA Transaction Request State Register
DMA_STREQ       0xF0003C18         DMA Software Transaction Request Register
DMA_HTREQ       0xF0003C1C         DMA Hardware Transaction Request Register
DMA_EER         0xF0003C20         DMA Enable Error Register
DMA_ERRSR       0xF0003C24         DMA Error Status Register
DMA_CLRE        0xF0003C28         DMA Clear Error Register
DMA_GINTR       0xF0003C2C         DMA Global Interrupt Set Register
DMA_MESR        0xF0003C30         DMA Move Engine Status Register
DMA_ME0R        0xF0003C34         DMA Move Engine 0 Read Register
DMA_ME1R        0xF0003C38         DMA Move Engine 1 Read Register
DMA_ME0PR       0xF0003C3C         DMA Move Engine 0 Pattern Register
DMA_ME1PR       0xF0003C40         DMA Move Engine 1 Pattern Register
DMA_ME0AENR     0xF0003C44         DMA Move Engine 0 Access Enable Register
DMA_ME0ARR      0xF0003C48         DMA Move Engine 0 Access Range Register
DMA_ME1AENR     0xF0003C4C         DMA Move Engine 1Access Enable Register
DMA_ME1ARR      0xF0003C50         DMA Move Engine 1Access Range Register
DMA_INTSR       0xF0003C54         DMA Interrupt Status Register
DMA_INTCR       0xF0003C58         DMA Interrupt Clear Register
DMA_WRPSR       0xF0003C5C         DMA Wrap Status Register
DMA_OCDSR       0xF0003C64         DMA OCDS Register
DMA_SUSPMR      0xF0003C68         DMA Suspend Mode Register
DMA_CHSR00      0xF0003C80         DMA Channel 00 Status Register
DMA_CHCR00      0xF0003C84         DMA Channel 00 Control Register
DMA_CHICR00     0xF0003C88         DMA Channel 00 Interrupt Control Register
DMA_ADRCR00     0xF0003C8C         DMA Channel 00 Address Control Register
DMA_SADR00      0xF0003C90         DMA Channel 00 Source Address Register
DMA_DADR00      0xF0003C94         DMA Channel 00 Destination Address Register
DMA_SHADR00     0xF0003C98         DMA Channel 00 Shadow Address Register
DMA_CHSR01      0xF0003CA0         DMA Channel 01 Status Register
DMA_CHCR01      0xF0003CA4         DMA Channel 01 Control Register
DMA_CHICR01     0xF0003CA8         DMA Channel 01 Interrupt Control Register
DMA_ADRCR01     0xF0003CAC         DMA Channel 01 Address Control Register
DMA_SADR01      0xF0003CB0         DMA Channel 01 Source Address Register
DMA_DADR01      0xF0003CB4         DMA Channel 01 Destination Address Register
DMA_SHADR01     0xF0003CB8         DMA Channel 01 Shadow Address Register
DMA_CHSR02      0xF0003CC0         DMA Channel 02 Status Register
DMA_CHCR02      0xF0003CC4         DMA Channel 02 Control Register
DMA_CHICR02     0xF0003CC8         DMA Channel 02 Interrupt Control Register
DMA_ADRCR02     0xF0003CCC         DMA Channel 02 Address Control Register
DMA_SADR02      0xF0003CD0         DMA Channel 02 Source Address Register
DMA_DADR02      0xF0003CD4         DMA Channel 02 Destination Address Register
DMA_SHADR02     0xF0003CD8         DMA Channel 02 Shadow Address Register
DMA_CHSR03      0xF0003CE0         DMA Channel 03 Status Register
DMA_CHCR03      0xF0003CE4         DMA Channel 03 Control Register
DMA_CHICR03     0xF0003CE8         DMA Channel 03 Interrupt Control Register
DMA_ADRCR03     0xF0003CEC         DMA Channel 03 Address Control Register
DMA_SADR03      0xF0003CF0         DMA Channel 03 Source Address Register
DMA_DADR03      0xF0003CF4         DMA Channel 03 Destination Address Register
DMA_SHADR03     0xF0003CF8         DMA Channel 03 Shadow Address Register
DMA_CHSR04      0xF0003D00         DMA Channel 04 Status Register
DMA_CHCR04      0xF0003D04         DMA Channel 04 Control Register
DMA_CHICR04     0xF0003D08         DMA Channel 04 Interrupt Control Register
DMA_ADRCR04     0xF0003D0C         DMA Channel 04 Address Control Register
DMA_SADR04      0xF0003D10         DMA Channel 04 Source Address Register
DMA_DADR04      0xF0003D14         DMA Channel 04 Destination Address Register
DMA_SHADR04     0xF0003D18         DMA Channel 04 Shadow Address Register
DMA_CHSR05      0xF0003D20         DMA Channel 05 Status Register
DMA_CHCR05      0xF0003D24         DMA Channel 05 Control Register
DMA_CHICR05     0xF0003D28         DMA Channel 05 Interrupt Control Register
DMA_ADRCR05     0xF0003D2C         DMA Channel 05 Address Control Register
DMA_SADR05      0xF0003D30         DMA Channel 05 Source Address Register
DMA_DADR05      0xF0003D34         DMA Channel 05 Destination Address Register
DMA_SHADR05     0xF0003D38         DMA Channel 05 Shadow Address Register
DMA_CHSR06      0xF0003D40         DMA Channel 06 Status Register
DMA_CHCR06      0xF0003D44         DMA Channel 06 Control Register
DMA_CHICR06     0xF0003D48         DMA Channel 06 Interrupt Control Register
DMA_ADRCR06     0xF0003D4C         DMA Channel 06 Address Control Register
DMA_SADR06      0xF0003D50         DMA Channel 06 Source Address Register
DMA_DADR06      0xF0003D54         DMA Channel 06 Destination Address Register
DMA_SHADR06     0xF0003D58         DMA Channel 06 Shadow Address Register
DMA_CHSR07      0xF0003D60         DMA Channel 07 Status Register
DMA_CHCR07      0xF0003D64         DMA Channel 07 Control Register
DMA_CHICR07     0xF0003D68         DMA Channel 07 Interrupt Control Register
DMA_ADRCR07     0xF0003D6C         DMA Channel 07 Address Control Register
DMA_SADR07      0xF0003D70         DMA Channel 07 Source Address Register
DMA_DADR07      0xF0003D74         DMA Channel 07 Destination Address Register
DMA_SHADR07     0xF0003D78         DMA Channel 07 Shadow Address Register
DMA_CHSR10      0xF0003D80         DMA Channel 10 Status Register
DMA_CHCR10      0xF0003D84         DMA Channel 10 Control Register
DMA_CHICR10     0xF0003D88         DMA Channel 10 Interrupt Control Register
DMA_ADRCR10     0xF0003D8C         DMA Channel 10 Address Control Register
DMA_SADR10      0xF0003D90         DMA Channel 10 Source Address Register
DMA_DADR10      0xF0003D94         DMA Channel 10 Destination Address Register
DMA_SHADR10     0xF0003D98         DMA Channel 10 Shadow Address Register
DMA_CHSR11      0xF0003DA0         DMA Channel 11 Status Register
DMA_CHCR11      0xF0003DA4         DMA Channel 11 Control Register
DMA_CHICR11     0xF0003DA8         DMA Channel 11 Interrupt Control Register
DMA_ADRCR11     0xF0003DAC         DMA Channel 11 Address Control Register
DMA_SADR11      0xF0003DB0         DMA Channel 11 Source Address Register
DMA_DADR11      0xF0003DB4         DMA Channel 11 Destination Address Register
DMA_SHADR11     0xF0003DB8         DMA Channel 11 Shadow Address Register
DMA_CHSR12      0xF0003DC0         DMA Channel 12 Status Register
DMA_CHCR12      0xF0003DC4         DMA Channel 12 Control Register
DMA_CHICR12     0xF0003DC8         DMA Channel 12 Interrupt Control Register
DMA_ADRCR12     0xF0003DCC         DMA Channel 12 Address Control Register
DMA_SADR12      0xF0003DD0         DMA Channel 12 Source Address Register
DMA_DADR12      0xF0003DD4         DMA Channel 12 Destination Address Register
DMA_SHADR12     0xF0003DD8         DMA Channel 12 Shadow Address Register
DMA_CHSR13      0xF0003DE0         DMA Channel 13 Status Register
DMA_CHCR13      0xF0003DE4         DMA Channel 13 Control Register
DMA_CHICR13     0xF0003DE8         DMA Channel 13 Interrupt Control Register
DMA_ADRCR13     0xF0003DEC         DMA Channel 13 Address Control Register
DMA_SADR13      0xF0003DF0         DMA Channel 13 Source Address Register
DMA_DADR13      0xF0003DF4         DMA Channel 13 Destination Address Register
DMA_SHADR13     0xF0003DF8         DMA Channel 13 Shadow Address Register
DMA_CHSR14      0xF0003E00         DMA Channel 14 Status Register
DMA_CHCR14      0xF0003E04         DMA Channel 14 Control Register
DMA_CHICR14     0xF0003E08         DMA Channel 14 Interrupt Control Register
DMA_ADRCR14     0xF0003E0C         DMA Channel 14 Address Control Register
DMA_SADR14      0xF0003E10         DMA Channel 14 Source Address Register
DMA_DADR14      0xF0003E14         DMA Channel 14 Destination Address Register
DMA_SHADR14     0xF0003E18         DMA Channel 14 Shadow Address Register
DMA_CHSR15      0xF0003E20         DMA Channel 15 Status Register
DMA_CHCR15      0xF0003E24         DMA Channel 15 Control Register
DMA_CHICR15     0xF0003E28         DMA Channel 15 Interrupt Control Register
DMA_ADRCR15     0xF0003E2C         DMA Channel 15 Address Control Register
DMA_SADR15      0xF0003E30         DMA Channel 15 Source Address Register
DMA_DADR15      0xF0003E34         DMA Channel 15 Destination Address Register
DMA_SHADR15     0xF0003E38         DMA Channel 15 Shadow Address Register
DMA_CHSR16      0xF0003E40         DMA Channel 16 Status Register
DMA_CHCR16      0xF0003E44         DMA Channel 16 Control Register
DMA_CHICR16     0xF0003E48         DMA Channel 16 Interrupt Control Register
DMA_ADRCR16     0xF0003E4C         DMA Channel 16 Address Control Register
DMA_SADR16      0xF0003E50         DMA Channel 16 Source Address Register
DMA_DADR16      0xF0003E54         DMA Channel 16 Destination Address Register
DMA_SHADR16     0xF0003E58         DMA Channel 16 Shadow Address Register
DMA_CHSR17      0xF0003E60         DMA Channel 17 Status Register
DMA_CHCR17      0xF0003E64         DMA Channel 17 Control Register
DMA_CHICR17     0xF0003E68         DMA Channel 17 Interrupt Control Register
DMA_ADRCR17     0xF0003E6C         DMA Channel 17 Address Control Register
DMA_SADR17      0xF0003E70         DMA Channel 17 Source Address Register
DMA_DADR17      0xF0003E74         DMA Channel 17 Destination Address Register
DMA_SHADR17     0xF0003E78         DMA Channel 17 Shadow Address Register
DMA_MLI0SRC3    0xF0003EA0         DMA MLI0 Service Request Control Register 3
DMA_MLI0SRC2    0xF0003EA4         DMA MLI0 Service Request Control Register 2
DMA_MLI0SRC1    0xF0003EA8         DMA MLI0 Service Request Control Register 1
DMA_MLI0SRC0    0xF0003EAC         DMA MLI0 Service Request Control Register 0
DMA_MLI1SRC1    0xF0003EB8         DMA MLI1 Service Request Control Register 1
DMA_MLI1SRC0    0xF0003EBC         DMA MLI1 Service Request Control Register 0
DMA_SRC7        0xF0003EE0         DMA Service Request Control Register 7
DMA_SRC6        0xF0003EE4         DMA Service Request Control Register 6
DMA_SRC5        0xF0003EE8         DMA Service Request Control Register 5
DMA_SRC4        0xF0003EEC         DMA Service Request Control Register 4
DMA_SRC3        0xF0003EF0         DMA Service Request Control Register 3
DMA_SRC2        0xF0003EF4         DMA Service Request Control Register 2
DMA_SRC1        0xF0003EF8         DMA Service Request Control Register 1
DMA_SRC0        0xF0003EFC         DMA Service Request Control Register 0
CAN_CLC         0xF0004000         CAN Clock Control Register
CAN_ID          0xF0004008         Module Identification Register
CAN_FDR         0xF000400C         Fractional Divider Register
CAN_EDCR        0xF0004080         Error Detection and Correction Test Register
CAN_SRC15       0xF00040C0         CAN Service Request Control Register 15
CAN_SRC14       0xF00040C4         CAN Service Request Control Register 14
CAN_SRC13       0xF00040C8         CAN Service Request Control Register 13
CAN_SRC12       0xF00040CC         CAN Service Request Control Register 12
CAN_SRC11       0xF00040D0         CAN Service Request Control Register 11
CAN_SRC10       0xF00040D4         CAN Service Request Control Register 10
CAN_SRC9        0xF00040D8         CAN Service Request Control Register 9
CAN_SRC8        0xF00040DC         CAN Service Request Control Register 8
CAN_SRC7        0xF00040E0         CAN Service Request Control Register 7
CAN_SRC6        0xF00040E4         CAN Service Request Control Register 6
CAN_SRC5        0xF00040E8         CAN Service Request Control Register 5
CAN_SRC4        0xF00040EC         CAN Service Request Control Register 4
CAN_SRC3        0xF00040F0         CAN Service Request Control Register 3
CAN_SRC2        0xF00040F4         CAN Service Request Control Register 2
CAN_SRC1        0xF00040F8         CAN Service Request Control Register 1
CAN_SRC0        0xF00040FC         CAN Service Request Control Register 0
CAN_LIST0       0xF0004100         List Register 0
CAN_LIST1       0xF0004104         List Register 1
CAN_LIST2       0xF0004108         List Register 2
CAN_LIST3       0xF000410C         List Register 3
CAN_LIST4       0xF0004110         List Register 4
CAN_LIST5       0xF0004114         List Register 5
CAN_LIST6       0xF0004118         List Register 6
CAN_LIST7       0xF000411C         List Register 7
CAN_MSPND0      0xF0004140         Message Pending Register 0
CAN_MSPND1      0xF0004144         Message Pending Register 1
CAN_MSPND2      0xF0004148         Message Pending Register 2
CAN_MSPND3      0xF000414C         Message Pending Register 3
CAN_MSPND4      0xF0004150         Message Pending Register 4
CAN_MSPND5      0xF0004154         Message Pending Register 5
CAN_MSPND6      0xF0004158         Message Pending Register 6
CAN_MSPND7      0xF000415C         Message Pending Register 7
CAN_MSID0       0xF0004180         Message Index Register 0
CAN_MSID1       0xF0004184         Message Index Register 1
CAN_MSID2       0xF0004188         Message Index Register 2
CAN_MSID3       0xF000418C         Message Index Register 3
CAN_MSID4       0xF0004190         Message Index Register 4
CAN_MSID5       0xF0004194         Message Index Register 5
CAN_MSID6       0xF0004198         Message Index Register 6
CAN_MSID7       0xF000419C         Message Index Register 7
CAN_MSIMASK     0xF00041C0         Message Index Mask Register
CAN_PANCTR      0xF00041C4         Panel Control Register
CAN_MCR         0xF00041C8         Module Control Register
CAN_MITR        0xF00041CC         Module Interrupt Trigger Register
CAN_NCR0        0xF0004200         Node 0 Control Register
CAN_NSR0        0xF0004204         Node 0 Status Register
CAN_NIPR0       0xF0004208         Node 0 Interrupt Pointer Register
CAN_NPCR0       0xF000420C         Node 0 Port Control Register
CAN_NBTR0       0xF0004210         Node 0 Bit Timing Register
CAN_NECNT0      0xF0004214         Node 0 Error Counter Register
CAN_NFCR0       0xF0004218         Node 0 Frame Counter Register
CAN_NCR1        0xF0004300         Node 1 Control Register
CAN_NSR1        0xF0004304         Node 1 Status Register
CAN_NIPR1       0xF0004308         Node 1 Interrupt Pointer Register
CAN_NPCR1       0xF000430C         Node 1 Port Control Register
CAN_NBTR1       0xF0004310         Node 1 Bit Timing Register
CAN_NECNT1      0xF0004314         Node 1 Error Counter Register
CAN_NFCR1       0xF0004318         Node 1 Frame Counter Register
CAN_NCR2        0xF0004400         Node 2 Control Register
CAN_NSR2        0xF0004404         Node 2 Status Register
CAN_NIPR2       0xF0004408         Node 2 Interrupt Pointer Register
CAN_NPCR2       0xF000440C         Node 2 Port Control Register
CAN_NBTR2       0xF0004410         Node 2 Bit Timing Register
CAN_NECNT2      0xF0004414         Node 2 Error Counter Register
CAN_NFCR2       0xF0004418         Node 2 Frame Counter Register
CAN_NCR3        0xF0004500         Node 3 Control Register
CAN_NSR3        0xF0004504         Node 3 Status Register
CAN_NIPR3       0xF0004508         Node 3 Interrupt Pointer Register
CAN_NPCR3       0xF000450C         Node 3 Port Control Register
CAN_NBTR3       0xF0004510         Node 3 Bit Timing Register
CAN_NECNT3      0xF0004514         Node 3 Error Counter Register
CAN_NFCR3       0xF0004518         Node 3 Frame Counter Register
CAN_MOFCR0      0xF0005000         Message Object 0 Function Control Register
CAN_MOFGPR0     0xF0005004         Message Object 0 FIFO/Gateway Pointer Register
CAN_MOIPR0      0xF0005008         Message Object 0 Interrupt Pointer Register
CAN_MOAMR0      0xF000500C         Message Object 0 Acceptance Mask Register
CAN_MODATAL0    0xF0005010         Message Object 0 Data Register Low
CAN_MODATAH0    0xF0005014         Message Object 0 Data Register High
CAN_MOAR0       0xF0005018         Message Object 0 Arbitration Register
CAN_MOCTR0      0xF000501C         Message Object 0 Control / Status Register
CAN_MOFCR1      0xF0005020         Message Object 1 Function Control Register
CAN_MOFGPR1     0xF0005024         Message Object 1 FIFO/Gateway Pointer Register
CAN_MOIPR1      0xF0005028         Message Object 1 Interrupt Pointer Register
CAN_MOAMR1      0xF000502C         Message Object 1 Acceptance Mask Register
CAN_MODATAL1    0xF0005030         Message Object 1 Data Register Low
CAN_MODATAH1    0xF0005034         Message Object 1 Data Register High
CAN_MOAR1       0xF0005038         Message Object 1 Arbitration Register
CAN_MOCTR1      0xF000503C         Message Object 1 Control / Status Register
CAN_MOFCR2      0xF0005040         Message Object 2 Function Control Register
CAN_MOFGPR2     0xF0005044         Message Object 2 FIFO/Gateway Pointer Register
CAN_MOIPR2      0xF0005048         Message Object 2 Interrupt Pointer Register
CAN_MOAMR2      0xF000504C         Message Object 2 Acceptance Mask Register
CAN_MODATAL2    0xF0005050         Message Object 2 Data Register Low
CAN_MODATAH2    0xF0005054         Message Object 2 Data Register High
CAN_MOAR2       0xF0005058         Message Object 2 Arbitration Register
CAN_MOCTR2      0xF000505C         Message Object 2 Control / Status Register
CAN_MOFCR3      0xF0005060         Message Object 3 Function Control Register
CAN_MOFGPR3     0xF0005064         Message Object 3 FIFO/Gateway Pointer Register
CAN_MOIPR3      0xF0005068         Message Object 3 Interrupt Pointer Register
CAN_MOAMR3      0xF000506C         Message Object 3 Acceptance Mask Register
CAN_MODATAL3    0xF0005070         Message Object 3 Data Register Low
CAN_MODATAH3    0xF0005074         Message Object 3 Data Register High
CAN_MOAR3       0xF0005078         Message Object 3 Arbitration Register
CAN_MOCTR3      0xF000507C         Message Object 3 Control / Status Register
CAN_MOFCR4      0xF0005080         Message Object 4 Function Control Register
CAN_MOFGPR4     0xF0005084         Message Object 4 FIFO/Gateway Pointer Register
CAN_MOIPR4      0xF0005088         Message Object 4 Interrupt Pointer Register
CAN_MOAMR4      0xF000508C         Message Object 4 Acceptance Mask Register
CAN_MODATAL4    0xF0005090         Message Object 4 Data Register Low
CAN_MODATAH4    0xF0005094         Message Object 4 Data Register High
CAN_MOAR4       0xF0005098         Message Object 4 Arbitration Register
CAN_MOCTR4      0xF000509C         Message Object 4 Control / Status Register
CAN_MOFCR5      0xF00050A0         Message Object 5 Function Control Register
CAN_MOFGPR5     0xF00050A4         Message Object 5 FIFO/Gateway Pointer Register
CAN_MOIPR5      0xF00050A8         Message Object 5 Interrupt Pointer Register
CAN_MOAMR5      0xF00050AC         Message Object 5 Acceptance Mask Register
CAN_MODATAL5    0xF00050B0         Message Object 5 Data Register Low
CAN_MODATAH5    0xF00050B4         Message Object 5 Data Register High
CAN_MOAR5       0xF00050B8         Message Object 5 Arbitration Register
CAN_MOCTR5      0xF00050BC         Message Object 5 Control / Status Register
CAN_MOFCR6      0xF00050C0         Message Object 6 Function Control Register
CAN_MOFGPR6     0xF00050C4         Message Object 6 FIFO/Gateway Pointer Register
CAN_MOIPR6      0xF00050C8         Message Object 6 Interrupt Pointer Register
CAN_MOAMR6      0xF00050CC         Message Object 6 Acceptance Mask Register
CAN_MODATAL6    0xF00050D0         Message Object 6 Data Register Low
CAN_MODATAH6    0xF00050D4         Message Object 6 Data Register High
CAN_MOAR6       0xF00050D8         Message Object 6 Arbitration Register
CAN_MOCTR6      0xF00050DC         Message Object 6 Control / Status Register
CAN_MOFCR7      0xF00050E0         Message Object 7 Function Control Register
CAN_MOFGPR7     0xF00050E4         Message Object 7 FIFO/Gateway Pointer Register
CAN_MOIPR7      0xF00050E8         Message Object 7 Interrupt Pointer Register
CAN_MOAMR7      0xF00050EC         Message Object 7 Acceptance Mask Register
CAN_MODATAL7    0xF00050F0         Message Object 7 Data Register Low
CAN_MODATAH7    0xF00050F4         Message Object 7 Data Register High
CAN_MOAR7       0xF00050F8         Message Object 7 Arbitration Register
CAN_MOCTR7      0xF00050FC         Message Object 7 Control / Status Register
CAN_MOFCR8      0xF0005100         Message Object 8 Function Control Register
CAN_MOFGPR8     0xF0005104         Message Object 8 FIFO/Gateway Pointer Register
CAN_MOIPR8      0xF0005108         Message Object 8 Interrupt Pointer Register
CAN_MOAMR8      0xF000510C         Message Object 8 Acceptance Mask Register
CAN_MODATAL8    0xF0005110         Message Object 8 Data Register Low
CAN_MODATAH8    0xF0005114         Message Object 8 Data Register High
CAN_MOAR8       0xF0005118         Message Object 8 Arbitration Register
CAN_MOCTR8      0xF000511C         Message Object 8 Control / Status Register
CAN_MOFCR9      0xF0005120         Message Object 9 Function Control Register
CAN_MOFGPR9     0xF0005124         Message Object 9 FIFO/Gateway Pointer Register
CAN_MOIPR9      0xF0005128         Message Object 9 Interrupt Pointer Register
CAN_MOAMR9      0xF000512C         Message Object 9 Acceptance Mask Register
CAN_MODATAL9    0xF0005130         Message Object 9 Data Register Low
CAN_MODATAH9    0xF0005134         Message Object 9 Data Register High
CAN_MOAR9       0xF0005138         Message Object 9 Arbitration Register
CAN_MOCTR9      0xF000513C         Message Object 9 Control / Status Register
CAN_MOFCR10     0xF0005140         Message Object 10 Function Control Register
CAN_MOFGPR10    0xF0005144         Message Object 10 FIFO/Gateway Pointer Register
CAN_MOIPR10     0xF0005148         Message Object 10 Interrupt Pointer Register
CAN_MOAMR10     0xF000514C         Message Object 10 Acceptance Mask Register
CAN_MODATAL10   0xF0005150         Message Object 10 Data Register Low
CAN_MODATAH10   0xF0005154         Message Object 10 Data Register High
CAN_MOAR10      0xF0005158         Message Object 10 Arbitration Register
CAN_MOCTR10     0xF000515C         Message Object 10 Control / Status Register
CAN_MOFCR11     0xF0005160         Message Object 11 Function Control Register
CAN_MOFGPR11    0xF0005164         Message Object 11 FIFO/Gateway Pointer Register
CAN_MOIPR11     0xF0005168         Message Object 11 Interrupt Pointer Register
CAN_MOAMR11     0xF000516C         Message Object 11 Acceptance Mask Register
CAN_MODATAL11   0xF0005170         Message Object 11 Data Register Low
CAN_MODATAH11   0xF0005174         Message Object 11 Data Register High
CAN_MOAR11      0xF0005178         Message Object 11 Arbitration Register
CAN_MOCTR11     0xF000517C         Message Object 11 Control / Status Register
CAN_MOFCR12     0xF0005180         Message Object 12 Function Control Register
CAN_MOFGPR12    0xF0005184         Message Object 12 FIFO/Gateway Pointer Register
CAN_MOIPR12     0xF0005188         Message Object 12 Interrupt Pointer Register
CAN_MOAMR12     0xF000518C         Message Object 12 Acceptance Mask Register
CAN_MODATAL12   0xF0005190         Message Object 12 Data Register Low
CAN_MODATAH12   0xF0005194         Message Object 12 Data Register High
CAN_MOAR12      0xF0005198         Message Object 12 Arbitration Register
CAN_MOCTR12     0xF000519C         Message Object 12 Control / Status Register
CAN_MOFCR13     0xF00051A0         Message Object 13 Function Control Register
CAN_MOFGPR13    0xF00051A4         Message Object 13 FIFO/Gateway Pointer Register
CAN_MOIPR13     0xF00051A8         Message Object 13 Interrupt Pointer Register
CAN_MOAMR13     0xF00051AC         Message Object 13 Acceptance Mask Register
CAN_MODATAL13   0xF00051B0         Message Object 13 Data Register Low
CAN_MODATAH13   0xF00051B4         Message Object 13 Data Register High
CAN_MOAR13      0xF00051B8         Message Object 13 Arbitration Register
CAN_MOCTR13     0xF00051BC         Message Object 13 Control / Status Register
CAN_MOFCR14     0xF00051C0         Message Object 14 Function Control Register
CAN_MOFGPR14    0xF00051C4         Message Object 14 FIFO/Gateway Pointer Register
CAN_MOIPR14     0xF00051C8         Message Object 14 Interrupt Pointer Register
CAN_MOAMR14     0xF00051CC         Message Object 14 Acceptance Mask Register
CAN_MODATAL14   0xF00051D0         Message Object 14 Data Register Low
CAN_MODATAH14   0xF00051D4         Message Object 14 Data Register High
CAN_MOAR14      0xF00051D8         Message Object 14 Arbitration Register
CAN_MOCTR14     0xF00051DC         Message Object 14 Control / Status Register
CAN_MOFCR15     0xF00051E0         Message Object 15 Function Control Register
CAN_MOFGPR15    0xF00051E4         Message Object 15 FIFO/Gateway Pointer Register
CAN_MOIPR15     0xF00051E8         Message Object 15 Interrupt Pointer Register
CAN_MOAMR15     0xF00051EC         Message Object 15 Acceptance Mask Register
CAN_MODATAL15   0xF00051F0         Message Object 15 Data Register Low
CAN_MODATAH15   0xF00051F4         Message Object 15 Data Register High
CAN_MOAR15      0xF00051F8         Message Object 15 Arbitration Register
CAN_MOCTR15     0xF00051FC         Message Object 15 Control / Status Register
CAN_MOFCR16     0xF0005200         Message Object 16 Function Control Register
CAN_MOFGPR16    0xF0005204         Message Object 16 FIFO/Gateway Pointer Register
CAN_MOIPR16     0xF0005208         Message Object 16 Interrupt Pointer Register
CAN_MOAMR16     0xF000520C         Message Object 16 Acceptance Mask Register
CAN_MODATAL16   0xF0005210         Message Object 16 Data Register Low
CAN_MODATAH16   0xF0005214         Message Object 16 Data Register High
CAN_MOAR16      0xF0005218         Message Object 16 Arbitration Register
CAN_MOCTR16     0xF000521C         Message Object 16 Control / Status Register
CAN_MOFCR17     0xF0005220         Message Object 17 Function Control Register
CAN_MOFGPR17    0xF0005224         Message Object 17 FIFO/Gateway Pointer Register
CAN_MOIPR17     0xF0005228         Message Object 17 Interrupt Pointer Register
CAN_MOAMR17     0xF000522C         Message Object 17 Acceptance Mask Register
CAN_MODATAL17   0xF0005230         Message Object 17 Data Register Low
CAN_MODATAH17   0xF0005234         Message Object 17 Data Register High
CAN_MOAR17      0xF0005238         Message Object 17 Arbitration Register
CAN_MOCTR17     0xF000523C         Message Object 17 Control / Status Register
CAN_MOFCR18     0xF0005240         Message Object 18 Function Control Register
CAN_MOFGPR18    0xF0005244         Message Object 18 FIFO/Gateway Pointer Register
CAN_MOIPR18     0xF0005248         Message Object 18 Interrupt Pointer Register
CAN_MOAMR18     0xF000524C         Message Object 18 Acceptance Mask Register
CAN_MODATAL18   0xF0005250         Message Object 18 Data Register Low
CAN_MODATAH18   0xF0005254         Message Object 18 Data Register High
CAN_MOAR18      0xF0005258         Message Object 18 Arbitration Register
CAN_MOCTR18     0xF000525C         Message Object 18 Control / Status Register
CAN_MOFCR19     0xF0005260         Message Object 19 Function Control Register
CAN_MOFGPR19    0xF0005264         Message Object 19 FIFO/Gateway Pointer Register
CAN_MOIPR19     0xF0005268         Message Object 19 Interrupt Pointer Register
CAN_MOAMR19     0xF000526C         Message Object 19 Acceptance Mask Register
CAN_MODATAL19   0xF0005270         Message Object 19 Data Register Low
CAN_MODATAH19   0xF0005274         Message Object 19 Data Register High
CAN_MOAR19      0xF0005278         Message Object 19 Arbitration Register
CAN_MOCTR19     0xF000527C         Message Object 19 Control / Status Register
CAN_MOFCR20     0xF0005280         Message Object 20 Function Control Register
CAN_MOFGPR20    0xF0005284         Message Object 20 FIFO/Gateway Pointer Register
CAN_MOIPR20     0xF0005288         Message Object 20 Interrupt Pointer Register
CAN_MOAMR20     0xF000528C         Message Object 20 Acceptance Mask Register
CAN_MODATAL20   0xF0005290         Message Object 20 Data Register Low
CAN_MODATAH20   0xF0005294         Message Object 20 Data Register High
CAN_MOAR20      0xF0005298         Message Object 20 Arbitration Register
CAN_MOCTR20     0xF000529C         Message Object 20 Control / Status Register
CAN_MOFCR21     0xF00052A0         Message Object 21 Function Control Register
CAN_MOFGPR21    0xF00052A4         Message Object 21 FIFO/Gateway Pointer Register
CAN_MOIPR21     0xF00052A8         Message Object 21 Interrupt Pointer Register
CAN_MOAMR21     0xF00052AC         Message Object 21 Acceptance Mask Register
CAN_MODATAL21   0xF00052B0         Message Object 21 Data Register Low
CAN_MODATAH21   0xF00052B4         Message Object 21 Data Register High
CAN_MOAR21      0xF00052B8         Message Object 21 Arbitration Register
CAN_MOCTR21     0xF00052BC         Message Object 21 Control / Status Register
CAN_MOFCR22     0xF00052C0         Message Object 22 Function Control Register
CAN_MOFGPR22    0xF00052C4         Message Object 22 FIFO/Gateway Pointer Register
CAN_MOIPR22     0xF00052C8         Message Object 22 Interrupt Pointer Register
CAN_MOAMR22     0xF00052CC         Message Object 22 Acceptance Mask Register
CAN_MODATAL22   0xF00052D0         Message Object 22 Data Register Low
CAN_MODATAH22   0xF00052D4         Message Object 22 Data Register High
CAN_MOAR22      0xF00052D8         Message Object 22 Arbitration Register
CAN_MOCTR22     0xF00052DC         Message Object 22 Control / Status Register
CAN_MOFCR23     0xF00052E0         Message Object 23 Function Control Register
CAN_MOFGPR23    0xF00052E4         Message Object 23 FIFO/Gateway Pointer Register
CAN_MOIPR23     0xF00052E8         Message Object 23 Interrupt Pointer Register
CAN_MOAMR23     0xF00052EC         Message Object 23 Acceptance Mask Register
CAN_MODATAL23   0xF00052F0         Message Object 23 Data Register Low
CAN_MODATAH23   0xF00052F4         Message Object 23 Data Register High
CAN_MOAR23      0xF00052F8         Message Object 23 Arbitration Register
CAN_MOCTR23     0xF00052FC         Message Object 23 Control / Status Register
CAN_MOFCR24     0xF0005300         Message Object 24 Function Control Register
CAN_MOFGPR24    0xF0005304         Message Object 24 FIFO/Gateway Pointer Register
CAN_MOIPR24     0xF0005308         Message Object 24 Interrupt Pointer Register
CAN_MOAMR24     0xF000530C         Message Object 24 Acceptance Mask Register
CAN_MODATAL24   0xF0005310         Message Object 24 Data Register Low
CAN_MODATAH24   0xF0005314         Message Object 24 Data Register High
CAN_MOAR24      0xF0005318         Message Object 24 Arbitration Register
CAN_MOCTR24     0xF000531C         Message Object 24 Control / Status Register
CAN_MOFCR25     0xF0005320         Message Object 25 Function Control Register
CAN_MOFGPR25    0xF0005324         Message Object 25 FIFO/Gateway Pointer Register
CAN_MOIPR25     0xF0005328         Message Object 25 Interrupt Pointer Register
CAN_MOAMR25     0xF000532C         Message Object 25 Acceptance Mask Register
CAN_MODATAL25   0xF0005330         Message Object 25 Data Register Low
CAN_MODATAH25   0xF0005334         Message Object 25 Data Register High
CAN_MOAR25      0xF0005338         Message Object 25 Arbitration Register
CAN_MOCTR25     0xF000533C         Message Object 25 Control / Status Register
CAN_MOFCR26     0xF0005340         Message Object 26 Function Control Register
CAN_MOFGPR26    0xF0005344         Message Object 26 FIFO/Gateway Pointer Register
CAN_MOIPR26     0xF0005348         Message Object 26 Interrupt Pointer Register
CAN_MOAMR26     0xF000534C         Message Object 26 Acceptance Mask Register
CAN_MODATAL26   0xF0005350         Message Object 26 Data Register Low
CAN_MODATAH26   0xF0005354         Message Object 26 Data Register High
CAN_MOAR26      0xF0005358         Message Object 26 Arbitration Register
CAN_MOCTR26     0xF000535C         Message Object 26 Control / Status Register
CAN_MOFCR27     0xF0005360         Message Object 27 Function Control Register
CAN_MOFGPR27    0xF0005364         Message Object 27 FIFO/Gateway Pointer Register
CAN_MOIPR27     0xF0005368         Message Object 27 Interrupt Pointer Register
CAN_MOAMR27     0xF000536C         Message Object 27 Acceptance Mask Register
CAN_MODATAL27   0xF0005370         Message Object 27 Data Register Low
CAN_MODATAH27   0xF0005374         Message Object 27 Data Register High
CAN_MOAR27      0xF0005378         Message Object 27 Arbitration Register
CAN_MOCTR27     0xF000537C         Message Object 27 Control / Status Register
CAN_MOFCR28     0xF0005380         Message Object 28 Function Control Register
CAN_MOFGPR28    0xF0005384         Message Object 28 FIFO/Gateway Pointer Register
CAN_MOIPR28     0xF0005388         Message Object 28 Interrupt Pointer Register
CAN_MOAMR28     0xF000538C         Message Object 28 Acceptance Mask Register
CAN_MODATAL28   0xF0005390         Message Object 28 Data Register Low
CAN_MODATAH28   0xF0005394         Message Object 28 Data Register High
CAN_MOAR28      0xF0005398         Message Object 28 Arbitration Register
CAN_MOCTR28     0xF000539C         Message Object 28 Control / Status Register
CAN_MOFCR29     0xF00053A0         Message Object 29 Function Control Register
CAN_MOFGPR29    0xF00053A4         Message Object 29 FIFO/Gateway Pointer Register
CAN_MOIPR29     0xF00053A8         Message Object 29 Interrupt Pointer Register
CAN_MOAMR29     0xF00053AC         Message Object 29 Acceptance Mask Register
CAN_MODATAL29   0xF00053B0         Message Object 29 Data Register Low
CAN_MODATAH29   0xF00053B4         Message Object 29 Data Register High
CAN_MOAR29      0xF00053B8         Message Object 29 Arbitration Register
CAN_MOCTR29     0xF00053BC         Message Object 29 Control / Status Register
CAN_MOFCR30     0xF00053C0         Message Object 30 Function Control Register
CAN_MOFGPR30    0xF00053C4         Message Object 30 FIFO/Gateway Pointer Register
CAN_MOIPR30     0xF00053C8         Message Object 30 Interrupt Pointer Register
CAN_MOAMR30     0xF00053CC         Message Object 30 Acceptance Mask Register
CAN_MODATAL30   0xF00053D0         Message Object 30 Data Register Low
CAN_MODATAH30   0xF00053D4         Message Object 30 Data Register High
CAN_MOAR30      0xF00053D8         Message Object 30 Arbitration Register
CAN_MOCTR30     0xF00053DC         Message Object 30 Control / Status Register
CAN_MOFCR31     0xF00053E0         Message Object 31 Function Control Register
CAN_MOFGPR31    0xF00053E4         Message Object 31 FIFO/Gateway Pointer Register
CAN_MOIPR31     0xF00053E8         Message Object 31 Interrupt Pointer Register
CAN_MOAMR31     0xF00053EC         Message Object 31 Acceptance Mask Register
CAN_MODATAL31   0xF00053F0         Message Object 31 Data Register Low
CAN_MODATAH31   0xF00053F4         Message Object 31 Data Register High
CAN_MOAR31      0xF00053F8         Message Object 31 Arbitration Register
CAN_MOCTR31     0xF00053FC         Message Object 31 Control / Status Register
CAN_MOFCR32     0xF0005400         Message Object 32 Function Control Register
CAN_MOFGPR32    0xF0005404         Message Object 32 FIFO/Gateway Pointer Register
CAN_MOIPR32     0xF0005408         Message Object 32 Interrupt Pointer Register
CAN_MOAMR32     0xF000540C         Message Object 32 Acceptance Mask Register
CAN_MODATAL32   0xF0005410         Message Object 32 Data Register Low
CAN_MODATAH32   0xF0005414         Message Object 32 Data Register High
CAN_MOAR32      0xF0005418         Message Object 32 Arbitration Register
CAN_MOCTR32     0xF000541C         Message Object 32 Control / Status Register
CAN_MOFCR33     0xF0005420         Message Object 33 Function Control Register
CAN_MOFGPR33    0xF0005424         Message Object 33 FIFO/Gateway Pointer Register
CAN_MOIPR33     0xF0005428         Message Object 33 Interrupt Pointer Register
CAN_MOAMR33     0xF000542C         Message Object 33 Acceptance Mask Register
CAN_MODATAL33   0xF0005430         Message Object 33 Data Register Low
CAN_MODATAH33   0xF0005434         Message Object 33 Data Register High
CAN_MOAR33      0xF0005438         Message Object 33 Arbitration Register
CAN_MOCTR33     0xF000543C         Message Object 33 Control / Status Register
CAN_MOFCR34     0xF0005440         Message Object 34 Function Control Register
CAN_MOFGPR34    0xF0005444         Message Object 34 FIFO/Gateway Pointer Register
CAN_MOIPR34     0xF0005448         Message Object 34 Interrupt Pointer Register
CAN_MOAMR34     0xF000544C         Message Object 34 Acceptance Mask Register
CAN_MODATAL34   0xF0005450         Message Object 34 Data Register Low
CAN_MODATAH34   0xF0005454         Message Object 34 Data Register High
CAN_MOAR34      0xF0005458         Message Object 34 Arbitration Register
CAN_MOCTR34     0xF000545C         Message Object 34 Control / Status Register
CAN_MOFCR35     0xF0005460         Message Object 35 Function Control Register
CAN_MOFGPR35    0xF0005464         Message Object 35 FIFO/Gateway Pointer Register
CAN_MOIPR35     0xF0005468         Message Object 35 Interrupt Pointer Register
CAN_MOAMR35     0xF000546C         Message Object 35 Acceptance Mask Register
CAN_MODATAL35   0xF0005470         Message Object 35 Data Register Low
CAN_MODATAH35   0xF0005474         Message Object 35 Data Register High
CAN_MOAR35      0xF0005478         Message Object 35 Arbitration Register
CAN_MOCTR35     0xF000547C         Message Object 35 Control / Status Register
CAN_MOFCR36     0xF0005480         Message Object 36 Function Control Register
CAN_MOFGPR36    0xF0005484         Message Object 36 FIFO/Gateway Pointer Register
CAN_MOIPR36     0xF0005488         Message Object 36 Interrupt Pointer Register
CAN_MOAMR36     0xF000548C         Message Object 36 Acceptance Mask Register
CAN_MODATAL36   0xF0005490         Message Object 36 Data Register Low
CAN_MODATAH36   0xF0005494         Message Object 36 Data Register High
CAN_MOAR36      0xF0005498         Message Object 36 Arbitration Register
CAN_MOCTR36     0xF000549C         Message Object 36 Control / Status Register
CAN_MOFCR37     0xF00054A0         Message Object 37 Function Control Register
CAN_MOFGPR37    0xF00054A4         Message Object 37 FIFO/Gateway Pointer Register
CAN_MOIPR37     0xF00054A8         Message Object 37 Interrupt Pointer Register
CAN_MOAMR37     0xF00054AC         Message Object 37 Acceptance Mask Register
CAN_MODATAL37   0xF00054B0         Message Object 37 Data Register Low
CAN_MODATAH37   0xF00054B4         Message Object 37 Data Register High
CAN_MOAR37      0xF00054B8         Message Object 37 Arbitration Register
CAN_MOCTR37     0xF00054BC         Message Object 37 Control / Status Register
CAN_MOFCR38     0xF00054C0         Message Object 38 Function Control Register
CAN_MOFGPR38    0xF00054C4         Message Object 38 FIFO/Gateway Pointer Register
CAN_MOIPR38     0xF00054C8         Message Object 38 Interrupt Pointer Register
CAN_MOAMR38     0xF00054CC         Message Object 38 Acceptance Mask Register
CAN_MODATAL38   0xF00054D0         Message Object 38 Data Register Low
CAN_MODATAH38   0xF00054D4         Message Object 38 Data Register High
CAN_MOAR38      0xF00054D8         Message Object 38 Arbitration Register
CAN_MOCTR38     0xF00054DC         Message Object 38 Control / Status Register
CAN_MOFCR39     0xF00054E0         Message Object 39 Function Control Register
CAN_MOFGPR39    0xF00054E4         Message Object 39 FIFO/Gateway Pointer Register
CAN_MOIPR39     0xF00054E8         Message Object 39 Interrupt Pointer Register
CAN_MOAMR39     0xF00054EC         Message Object 39 Acceptance Mask Register
CAN_MODATAL39   0xF00054F0         Message Object 39 Data Register Low
CAN_MODATAH39   0xF00054F4         Message Object 39 Data Register High
CAN_MOAR39      0xF00054F8         Message Object 39 Arbitration Register
CAN_MOCTR39     0xF00054FC         Message Object 39 Control / Status Register
CAN_MOFCR40     0xF0005500         Message Object 40 Function Control Register
CAN_MOFGPR40    0xF0005504         Message Object 40 FIFO/Gateway Pointer Register
CAN_MOIPR40     0xF0005508         Message Object 40 Interrupt Pointer Register
CAN_MOAMR40     0xF000550C         Message Object 40 Acceptance Mask Register
CAN_MODATAL40   0xF0005510         Message Object 40 Data Register Low
CAN_MODATAH40   0xF0005514         Message Object 40 Data Register High
CAN_MOAR40      0xF0005518         Message Object 40 Arbitration Register
CAN_MOCTR40     0xF000551C         Message Object 40 Control / Status Register
CAN_MOFCR41     0xF0005520         Message Object 41 Function Control Register
CAN_MOFGPR41    0xF0005524         Message Object 41 FIFO/Gateway Pointer Register
CAN_MOIPR41     0xF0005528         Message Object 41 Interrupt Pointer Register
CAN_MOAMR41     0xF000552C         Message Object 41 Acceptance Mask Register
CAN_MODATAL41   0xF0005530         Message Object 41 Data Register Low
CAN_MODATAH41   0xF0005534         Message Object 41 Data Register High
CAN_MOAR41      0xF0005538         Message Object 41 Arbitration Register
CAN_MOCTR41     0xF000553C         Message Object 41 Control / Status Register
CAN_MOFCR42     0xF0005540         Message Object 42 Function Control Register
CAN_MOFGPR42    0xF0005544         Message Object 42 FIFO/Gateway Pointer Register
CAN_MOIPR42     0xF0005548         Message Object 42 Interrupt Pointer Register
CAN_MOAMR42     0xF000554C         Message Object 42 Acceptance Mask Register
CAN_MODATAL42   0xF0005550         Message Object 42 Data Register Low
CAN_MODATAH42   0xF0005554         Message Object 42 Data Register High
CAN_MOAR42      0xF0005558         Message Object 42 Arbitration Register
CAN_MOCTR42     0xF000555C         Message Object 42 Control / Status Register
CAN_MOFCR43     0xF0005560         Message Object 43 Function Control Register
CAN_MOFGPR43    0xF0005564         Message Object 43 FIFO/Gateway Pointer Register
CAN_MOIPR43     0xF0005568         Message Object 43 Interrupt Pointer Register
CAN_MOAMR43     0xF000556C         Message Object 43 Acceptance Mask Register
CAN_MODATAL43   0xF0005570         Message Object 43 Data Register Low
CAN_MODATAH43   0xF0005574         Message Object 43 Data Register High
CAN_MOAR43      0xF0005578         Message Object 43 Arbitration Register
CAN_MOCTR43     0xF000557C         Message Object 43 Control / Status Register
CAN_MOFCR44     0xF0005580         Message Object 44 Function Control Register
CAN_MOFGPR44    0xF0005584         Message Object 44 FIFO/Gateway Pointer Register
CAN_MOIPR44     0xF0005588         Message Object 44 Interrupt Pointer Register
CAN_MOAMR44     0xF000558C         Message Object 44 Acceptance Mask Register
CAN_MODATAL44   0xF0005590         Message Object 44 Data Register Low
CAN_MODATAH44   0xF0005594         Message Object 44 Data Register High
CAN_MOAR44      0xF0005598         Message Object 44 Arbitration Register
CAN_MOCTR44     0xF000559C         Message Object 44 Control / Status Register
CAN_MOFCR45     0xF00055A0         Message Object 45 Function Control Register
CAN_MOFGPR45    0xF00055A4         Message Object 45 FIFO/Gateway Pointer Register
CAN_MOIPR45     0xF00055A8         Message Object 45 Interrupt Pointer Register
CAN_MOAMR45     0xF00055AC         Message Object 45 Acceptance Mask Register
CAN_MODATAL45   0xF00055B0         Message Object 45 Data Register Low
CAN_MODATAH45   0xF00055B4         Message Object 45 Data Register High
CAN_MOAR45      0xF00055B8         Message Object 45 Arbitration Register
CAN_MOCTR45     0xF00055BC         Message Object 45 Control / Status Register
CAN_MOFCR46     0xF00055C0         Message Object 46 Function Control Register
CAN_MOFGPR46    0xF00055C4         Message Object 46 FIFO/Gateway Pointer Register
CAN_MOIPR46     0xF00055C8         Message Object 46 Interrupt Pointer Register
CAN_MOAMR46     0xF00055CC         Message Object 46 Acceptance Mask Register
CAN_MODATAL46   0xF00055D0         Message Object 46 Data Register Low
CAN_MODATAH46   0xF00055D4         Message Object 46 Data Register High
CAN_MOAR46      0xF00055D8         Message Object 46 Arbitration Register
CAN_MOCTR46     0xF00055DC         Message Object 46 Control / Status Register
CAN_MOFCR47     0xF00055E0         Message Object 47 Function Control Register
CAN_MOFGPR47    0xF00055E4         Message Object 47 FIFO/Gateway Pointer Register
CAN_MOIPR47     0xF00055E8         Message Object 47 Interrupt Pointer Register
CAN_MOAMR47     0xF00055EC         Message Object 47 Acceptance Mask Register
CAN_MODATAL47   0xF00055F0         Message Object 47 Data Register Low
CAN_MODATAH47   0xF00055F4         Message Object 47 Data Register High
CAN_MOAR47      0xF00055F8         Message Object 47 Arbitration Register
CAN_MOCTR47     0xF00055FC         Message Object 47 Control / Status Register
CAN_MOFCR48     0xF0005600         Message Object 48 Function Control Register
CAN_MOFGPR48    0xF0005604         Message Object 48 FIFO/Gateway Pointer Register
CAN_MOIPR48     0xF0005608         Message Object 48 Interrupt Pointer Register
CAN_MOAMR48     0xF000560C         Message Object 48 Acceptance Mask Register
CAN_MODATAL48   0xF0005610         Message Object 48 Data Register Low
CAN_MODATAH48   0xF0005614         Message Object 48 Data Register High
CAN_MOAR48      0xF0005618         Message Object 48 Arbitration Register
CAN_MOCTR48     0xF000561C         Message Object 48 Control / Status Register
CAN_MOFCR49     0xF0005620         Message Object 49 Function Control Register
CAN_MOFGPR49    0xF0005624         Message Object 49 FIFO/Gateway Pointer Register
CAN_MOIPR49     0xF0005628         Message Object 49 Interrupt Pointer Register
CAN_MOAMR49     0xF000562C         Message Object 49 Acceptance Mask Register
CAN_MODATAL49   0xF0005630         Message Object 49 Data Register Low
CAN_MODATAH49   0xF0005634         Message Object 49 Data Register High
CAN_MOAR49      0xF0005638         Message Object 49 Arbitration Register
CAN_MOCTR49     0xF000563C         Message Object 49 Control / Status Register
CAN_MOFCR50     0xF0005640         Message Object 50 Function Control Register
CAN_MOFGPR50    0xF0005644         Message Object 50 FIFO/Gateway Pointer Register
CAN_MOIPR50     0xF0005648         Message Object 50 Interrupt Pointer Register
CAN_MOAMR50     0xF000564C         Message Object 50 Acceptance Mask Register
CAN_MODATAL50   0xF0005650         Message Object 50 Data Register Low
CAN_MODATAH50   0xF0005654         Message Object 50 Data Register High
CAN_MOAR50      0xF0005658         Message Object 50 Arbitration Register
CAN_MOCTR50     0xF000565C         Message Object 50 Control / Status Register
CAN_MOFCR51     0xF0005660         Message Object 51 Function Control Register
CAN_MOFGPR51    0xF0005664         Message Object 51 FIFO/Gateway Pointer Register
CAN_MOIPR51     0xF0005668         Message Object 51 Interrupt Pointer Register
CAN_MOAMR51     0xF000566C         Message Object 51 Acceptance Mask Register
CAN_MODATAL51   0xF0005670         Message Object 51 Data Register Low
CAN_MODATAH51   0xF0005674         Message Object 51 Data Register High
CAN_MOAR51      0xF0005678         Message Object 51 Arbitration Register
CAN_MOCTR51     0xF000567C         Message Object 51 Control / Status Register
CAN_MOFCR52     0xF0005680         Message Object 52 Function Control Register
CAN_MOFGPR52    0xF0005684         Message Object 52 FIFO/Gateway Pointer Register
CAN_MOIPR52     0xF0005688         Message Object 52 Interrupt Pointer Register
CAN_MOAMR52     0xF000568C         Message Object 52 Acceptance Mask Register
CAN_MODATAL52   0xF0005690         Message Object 52 Data Register Low
CAN_MODATAH52   0xF0005694         Message Object 52 Data Register High
CAN_MOAR52      0xF0005698         Message Object 52 Arbitration Register
CAN_MOCTR52     0xF000569C         Message Object 52 Control / Status Register
CAN_MOFCR53     0xF00056A0         Message Object 53 Function Control Register
CAN_MOFGPR53    0xF00056A4         Message Object 53 FIFO/Gateway Pointer Register
CAN_MOIPR53     0xF00056A8         Message Object 53 Interrupt Pointer Register
CAN_MOAMR53     0xF00056AC         Message Object 53 Acceptance Mask Register
CAN_MODATAL53   0xF00056B0         Message Object 53 Data Register Low
CAN_MODATAH53   0xF00056B4         Message Object 53 Data Register High
CAN_MOAR53      0xF00056B8         Message Object 53 Arbitration Register
CAN_MOCTR53     0xF00056BC         Message Object 53 Control / Status Register
CAN_MOFCR54     0xF00056C0         Message Object 54 Function Control Register
CAN_MOFGPR54    0xF00056C4         Message Object 54 FIFO/Gateway Pointer Register
CAN_MOIPR54     0xF00056C8         Message Object 54 Interrupt Pointer Register
CAN_MOAMR54     0xF00056CC         Message Object 54 Acceptance Mask Register
CAN_MODATAL54   0xF00056D0         Message Object 54 Data Register Low
CAN_MODATAH54   0xF00056D4         Message Object 54 Data Register High
CAN_MOAR54      0xF00056D8         Message Object 54 Arbitration Register
CAN_MOCTR54     0xF00056DC         Message Object 54 Control / Status Register
CAN_MOFCR55     0xF00056E0         Message Object 55 Function Control Register
CAN_MOFGPR55    0xF00056E4         Message Object 55 FIFO/Gateway Pointer Register
CAN_MOIPR55     0xF00056E8         Message Object 55 Interrupt Pointer Register
CAN_MOAMR55     0xF00056EC         Message Object 55 Acceptance Mask Register
CAN_MODATAL55   0xF00056F0         Message Object 55 Data Register Low
CAN_MODATAH55   0xF00056F4         Message Object 55 Data Register High
CAN_MOAR55      0xF00056F8         Message Object 55 Arbitration Register
CAN_MOCTR55     0xF00056FC         Message Object 55 Control / Status Register
CAN_MOFCR56     0xF0005700         Message Object 56 Function Control Register
CAN_MOFGPR56    0xF0005704         Message Object 56 FIFO/Gateway Pointer Register
CAN_MOIPR56     0xF0005708         Message Object 56 Interrupt Pointer Register
CAN_MOAMR56     0xF000570C         Message Object 56 Acceptance Mask Register
CAN_MODATAL56   0xF0005710         Message Object 56 Data Register Low
CAN_MODATAH56   0xF0005714         Message Object 56 Data Register High
CAN_MOAR56      0xF0005718         Message Object 56 Arbitration Register
CAN_MOCTR56     0xF000571C         Message Object 56 Control / Status Register
CAN_MOFCR57     0xF0005720         Message Object 57 Function Control Register
CAN_MOFGPR57    0xF0005724         Message Object 57 FIFO/Gateway Pointer Register
CAN_MOIPR57     0xF0005728         Message Object 57 Interrupt Pointer Register
CAN_MOAMR57     0xF000572C         Message Object 57 Acceptance Mask Register
CAN_MODATAL57   0xF0005730         Message Object 57 Data Register Low
CAN_MODATAH57   0xF0005734         Message Object 57 Data Register High
CAN_MOAR57      0xF0005738         Message Object 57 Arbitration Register
CAN_MOCTR57     0xF000573C         Message Object 57 Control / Status Register
CAN_MOFCR58     0xF0005740         Message Object 58 Function Control Register
CAN_MOFGPR58    0xF0005744         Message Object 58 FIFO/Gateway Pointer Register
CAN_MOIPR58     0xF0005748         Message Object 58 Interrupt Pointer Register
CAN_MOAMR58     0xF000574C         Message Object 58 Acceptance Mask Register
CAN_MODATAL58   0xF0005750         Message Object 58 Data Register Low
CAN_MODATAH58   0xF0005754         Message Object 58 Data Register High
CAN_MOAR58      0xF0005758         Message Object 58 Arbitration Register
CAN_MOCTR58     0xF000575C         Message Object 58 Control / Status Register
CAN_MOFCR59     0xF0005760         Message Object 59 Function Control Register
CAN_MOFGPR59    0xF0005764         Message Object 59 FIFO/Gateway Pointer Register
CAN_MOIPR59     0xF0005768         Message Object 59 Interrupt Pointer Register
CAN_MOAMR59     0xF000576C         Message Object 59 Acceptance Mask Register
CAN_MODATAL59   0xF0005770         Message Object 59 Data Register Low
CAN_MODATAH59   0xF0005774         Message Object 59 Data Register High
CAN_MOAR59      0xF0005778         Message Object 59 Arbitration Register
CAN_MOCTR59     0xF000577C         Message Object 59 Control / Status Register
CAN_MOFCR60     0xF0005780         Message Object 60 Function Control Register
CAN_MOFGPR60    0xF0005784         Message Object 60 FIFO/Gateway Pointer Register
CAN_MOIPR60     0xF0005788         Message Object 60 Interrupt Pointer Register
CAN_MOAMR60     0xF000578C         Message Object 60 Acceptance Mask Register
CAN_MODATAL60   0xF0005790         Message Object 60 Data Register Low
CAN_MODATAH60   0xF0005794         Message Object 60 Data Register High
CAN_MOAR60      0xF0005798         Message Object 60 Arbitration Register
CAN_MOCTR60     0xF000579C         Message Object 60 Control / Status Register
CAN_MOFCR61     0xF00057A0         Message Object 61 Function Control Register
CAN_MOFGPR61    0xF00057A4         Message Object 61 FIFO/Gateway Pointer Register
CAN_MOIPR61     0xF00057A8         Message Object 61 Interrupt Pointer Register
CAN_MOAMR61     0xF00057AC         Message Object 61 Acceptance Mask Register
CAN_MODATAL61   0xF00057B0         Message Object 61 Data Register Low
CAN_MODATAH61   0xF00057B4         Message Object 61 Data Register High
CAN_MOAR61      0xF00057B8         Message Object 61 Arbitration Register
CAN_MOCTR61     0xF00057BC         Message Object 61 Control / Status Register
CAN_MOFCR62     0xF00057C0         Message Object 62 Function Control Register
CAN_MOFGPR62    0xF00057C4         Message Object 62 FIFO/Gateway Pointer Register
CAN_MOIPR62     0xF00057C8         Message Object 62 Interrupt Pointer Register
CAN_MOAMR62     0xF00057CC         Message Object 62 Acceptance Mask Register
CAN_MODATAL62   0xF00057D0         Message Object 62 Data Register Low
CAN_MODATAH62   0xF00057D4         Message Object 62 Data Register High
CAN_MOAR62      0xF00057D8         Message Object 62 Arbitration Register
CAN_MOCTR62     0xF00057DC         Message Object 62 Control / Status Register
CAN_MOFCR63     0xF00057E0         Message Object 63 Function Control Register
CAN_MOFGPR63    0xF00057E4         Message Object 63 FIFO/Gateway Pointer Register
CAN_MOIPR63     0xF00057E8         Message Object 63 Interrupt Pointer Register
CAN_MOAMR63     0xF00057EC         Message Object 63 Acceptance Mask Register
CAN_MODATAL63   0xF00057F0         Message Object 63 Data Register Low
CAN_MODATAH63   0xF00057F4         Message Object 63 Data Register High
CAN_MOAR63      0xF00057F8         Message Object 63 Arbitration Register
CAN_MOCTR63     0xF00057FC         Message Object 63 Control / Status Register
CAN_MOFCR64     0xF0005800         Message Object 64 Function Control / Status Register
CAN_MOFGPR64    0xF0005804         Message Object 64 FIFO/Gateway Pointer Register
CAN_MOIPR64     0xF0005808         Message Object 64 Interrupt Pointer Register
CAN_MOAMR64     0xF000580C         Message Object 64 Acceptance Mask Register
CAN_MODATAL64   0xF0005810         Message Object 64 Data Register Low
CAN_MODATAH64   0xF0005814         Message Object 64 Data Register High
CAN_MOAR64      0xF0005818         Message Object 64 Arbitration Register
CAN_MOCTR64     0xF000581C         Message Object 64 Control / Status Register
CAN_MOFCR65     0xF0005820         Message Object 65 Function Control Register
CAN_MOFGPR65    0xF0005824         Message Object 65 FIFO/Gateway Pointer Register
CAN_MOIPR65     0xF0005828         Message Object 65 Interrupt Pointer Register
CAN_MOAMR65     0xF000582C         Message Object 65 Acceptance Mask Register
CAN_MODATAL65   0xF0005830         Message Object 65 Data Register Low
CAN_MODATAH65   0xF0005834         Message Object 65 Data Register High
CAN_MOAR65      0xF0005838         Message Object 65 Arbitration Register
CAN_MOCTR65     0xF000583C         Message Object 65 Control / Status Register
CAN_MOFCR66     0xF0005840         Message Object 66 Function Control Register
CAN_MOFGPR66    0xF0005844         Message Object 66 FIFO/Gateway Pointer Register
CAN_MOIPR66     0xF0005848         Message Object 66 Interrupt Pointer Register
CAN_MOAMR66     0xF000584C         Message Object 66 Acceptance Mask Register
CAN_MODATAL66   0xF0005850         Message Object 66 Data Register Low
CAN_MODATAH66   0xF0005854         Message Object 66 Data Register High
CAN_MOAR66      0xF0005858         Message Object 66 Arbitration Register
CAN_MOCTR66     0xF000585C         Message Object 66 Control / Status Register
CAN_MOFCR67     0xF0005860         Message Object 67 Function Control Register
CAN_MOFGPR67    0xF0005864         Message Object 67 FIFO/Gateway Pointer Register
CAN_MOIPR67     0xF0005868         Message Object 67 Interrupt Pointer Register
CAN_MOAMR67     0xF000586C         Message Object 67 Acceptance Mask Register
CAN_MODATAL67   0xF0005870         Message Object 67 Data Register Low
CAN_MODATAH67   0xF0005874         Message Object 67 Data Register High
CAN_MOAR67      0xF0005878         Message Object 67 Arbitration Register
CAN_MOCTR67     0xF000587C         Message Object 67 Control / Status Register
CAN_MOFCR68     0xF0005880         Message Object 68 Function Control Register
CAN_MOFGPR68    0xF0005884         Message Object 68 FIFO/Gateway Pointer Register
CAN_MOIPR68     0xF0005888         Message Object 68 Interrupt Pointer Register
CAN_MOAMR68     0xF000588C         Message Object 68 Acceptance Mask Register
CAN_MODATAL68   0xF0005890         Message Object 68 Data Register Low
CAN_MODATAH68   0xF0005894         Message Object 68 Data Register High
CAN_MOAR68      0xF0005898         Message Object 68 Arbitration Register
CAN_MOCTR68     0xF000589C         Message Object 68 Control / Status Register
CAN_MOFCR69     0xF00058A0         Message Object 69 Function Control Register
CAN_MOFGPR69    0xF00058A4         Message Object 69 FIFO/Gateway Pointer Register
CAN_MOIPR69     0xF00058A8         Message Object 69 Interrupt Pointer Register
CAN_MOAMR69     0xF00058AC         Message Object 69 Acceptance Mask Register
CAN_MODATAL69   0xF00058B0         Message Object 69 Data Register Low
CAN_MODATAH69   0xF00058B4         Message Object 69 Data Register High
CAN_MOAR69      0xF00058B8         Message Object 69 Arbitration Register
CAN_MOCTR69     0xF00058BC         Message Object 69 Control / Status Register
CAN_MOFCR70     0xF00058C0         Message Object 70 Function Control Register
CAN_MOFGPR70    0xF00058C4         Message Object 70 FIFO/Gateway Pointer Register
CAN_MOIPR70     0xF00058C8         Message Object 70 Interrupt Pointer Register
CAN_MOAMR70     0xF00058CC         Message Object 70 Acceptance Mask Register
CAN_MODATAL70   0xF00058D0         Message Object 70 Data Register Low
CAN_MODATAH70   0xF00058D4         Message Object 70 Data Register High
CAN_MOAR70      0xF00058D8         Message Object 70 Arbitration Register
CAN_MOCTR70     0xF00058DC         Message Object 70 Control / Status Register
CAN_MOFCR71     0xF00058E0         Message Object 71 Function Control Register
CAN_MOFGPR71    0xF00058E4         Message Object 71 FIFO/Gateway Pointer Register
CAN_MOIPR71     0xF00058E8         Message Object 71 Interrupt Pointer Register
CAN_MOAMR71     0xF00058EC         Message Object 71 Acceptance Mask Register
CAN_MODATAL71   0xF00058F0         Message Object 71 Data Register Low
CAN_MODATAH71   0xF00058F4         Message Object 71 Data Register High
CAN_MOAR71      0xF00058F8         Message Object 71 Arbitration Register
CAN_MOCTR71     0xF00058FC         Message Object 71 Control / Status Register
CAN_MOFCR72     0xF0005900         Message Object 72 Function Control Register
CAN_MOFGPR72    0xF0005904         Message Object 72 FIFO/Gateway Pointer Register
CAN_MOIPR72     0xF0005908         Message Object 72 Interrupt Pointer Register
CAN_MOAMR72     0xF000590C         Message Object 72 Acceptance Mask Register
CAN_MODATAL72   0xF0005910         Message Object 72 Data Register Low
CAN_MODATAH72   0xF0005914         Message Object 72 Data Register High
CAN_MOAR72      0xF0005918         Message Object 72 Arbitration Register
CAN_MOCTR72     0xF000591C         Message Object 72 Control / Status Register
CAN_MOFCR73     0xF0005920         Message Object 73 Function Control Register
CAN_MOFGPR73    0xF0005924         Message Object 73 FIFO/Gateway Pointer Register
CAN_MOIPR73     0xF0005928         Message Object 73 Interrupt Pointer Register
CAN_MOAMR73     0xF000592C         Message Object 73 Acceptance Mask Register
CAN_MODATAL73   0xF0005930         Message Object 73 Data Register Low
CAN_MODATAH73   0xF0005934         Message Object 73 Data Register High
CAN_MOAR73      0xF0005938         Message Object 73 Arbitration Register
CAN_MOCTR73     0xF000593C         Message Object 73 Control / Status Register
CAN_MOFCR74     0xF0005940         Message Object 74 Function Control Register
CAN_MOFGPR74    0xF0005944         Message Object 74 FIFO/Gateway Pointer Register
CAN_MOIPR74     0xF0005948         Message Object 74 Interrupt Pointer Register
CAN_MOAMR74     0xF000594C         Message Object 74 Acceptance Mask Register
CAN_MODATAL74   0xF0005950         Message Object 74 Data Register Low
CAN_MODATAH74   0xF0005954         Message Object 74 Data Register High
CAN_MOAR74      0xF0005958         Message Object 74 Arbitration Register
CAN_MOCTR74     0xF000595C         Message Object 74 Control / Status Register
CAN_MOFCR75     0xF0005960         Message Object 75 Function Control Register
CAN_MOFGPR75    0xF0005964         Message Object 75 FIFO/Gateway Pointer Register
CAN_MOIPR75     0xF0005968         Message Object 75 Interrupt Pointer Register
CAN_MOAMR75     0xF000596C         Message Object 75 Acceptance Mask Register
CAN_MODATAL75   0xF0005970         Message Object 75 Data Register Low
CAN_MODATAH75   0xF0005974         Message Object 75 Data Register High
CAN_MOAR75      0xF0005978         Message Object 75 Arbitration Register
CAN_MOCTR75     0xF000597C         Message Object 75 Control / Status Register
CAN_MOFCR76     0xF0005980         Message Object 76 Function Control Register
CAN_MOFGPR76    0xF0005984         Message Object 76 FIFO/Gateway Pointer Register
CAN_MOIPR76     0xF0005988         Message Object 76 Interrupt Pointer Register
CAN_MOAMR76     0xF000598C         Message Object 76 Acceptance Mask Register
CAN_MODATAL76   0xF0005990         Message Object 76 Data Register Low
CAN_MODATAH76   0xF0005994         Message Object 76 Data Register High
CAN_MOAR76      0xF0005998         Message Object 76 Arbitration Register
CAN_MOCTR76     0xF000599C         Message Object 76 Control / Status Register
CAN_MOFCR77     0xF00059A0         Message Object 77 Function Control Register
CAN_MOFGPR77    0xF00059A4         Message Object 77 FIFO/Gateway Pointer Register
CAN_MOIPR77     0xF00059A8         Message Object 77 Interrupt Pointer Register
CAN_MOAMR77     0xF00059AC         Message Object 77 Acceptance Mask Register
CAN_MODATAL77   0xF00059B0         Message Object 77 Data Register Low
CAN_MODATAH77   0xF00059B4         Message Object 77 Data Register High
CAN_MOAR77      0xF00059B8         Message Object 77 Arbitration Register
CAN_MOCTR77     0xF00059BC         Message Object 77 Control / Status Register
CAN_MOFCR78     0xF00059C0         Message Object 78 Function Control Register
CAN_MOFGPR78    0xF00059C4         Message Object 78 FIFO/Gateway Pointer Register
CAN_MOIPR78     0xF00059C8         Message Object 78 Interrupt Pointer Register
CAN_MOAMR78     0xF00059CC         Message Object 78 Acceptance Mask Register
CAN_MODATAL78   0xF00059D0         Message Object 78 Data Register Low
CAN_MODATAH78   0xF00059D4         Message Object 78 Data Register High
CAN_MOAR78      0xF00059D8         Message Object 78 Arbitration Register
CAN_MOCTR78     0xF00059DC         Message Object 78 Control / Status Register
CAN_MOFCR79     0xF00059E0         Message Object 79 Function Control Register
CAN_MOFGPR79    0xF00059E4         Message Object 79 FIFO/Gateway Pointer Register
CAN_MOIPR79     0xF00059E8         Message Object 79 Interrupt Pointer Register
CAN_MOAMR79     0xF00059EC         Message Object 79 Acceptance Mask Register
CAN_MODATAL79   0xF00059F0         Message Object 79 Data Register Low
CAN_MODATAH79   0xF00059F4         Message Object 79 Data Register High
CAN_MOAR79      0xF00059F8         Message Object 79 Arbitration Register
CAN_MOCTR79     0xF00059FC         Message Object 79 Control / Status Register
CAN_MOFCR80     0xF0005A00         Message Object 80 Function Control Register
CAN_MOFGPR80    0xF0005A04         Message Object 80 FIFO/Gateway Pointer Register
CAN_MOIPR80     0xF0005A08         Message Object 80 Interrupt Pointer Register
CAN_MOAMR80     0xF0005A0C         Message Object 80 Acceptance Mask Register
CAN_MODATAL80   0xF0005A10         Message Object 80 Data Register Low
CAN_MODATAH80   0xF0005A14         Message Object 80 Data Register High
CAN_MOAR80      0xF0005A18         Message Object 80 Arbitration Register
CAN_MOCTR80     0xF0005A1C         Message Object 80 Control / Status Register
CAN_MOFCR81     0xF0005A20         Message Object 81 Function Control Register
CAN_MOFGPR81    0xF0005A24         Message Object 81 FIFO/Gateway Pointer Register
CAN_MOIPR81     0xF0005A28         Message Object 81 Interrupt Pointer Register
CAN_MOAMR81     0xF0005A2C         Message Object 81 Acceptance Mask Register
CAN_MODATAL81   0xF0005A30         Message Object 81 Data Register Low
CAN_MODATAH81   0xF0005A34         Message Object 81 Data Register High
CAN_MOAR81      0xF0005A38         Message Object 81 Arbitration Register
CAN_MOCTR81     0xF0005A3C         Message Object 81 Control / Status Register
CAN_MOFCR82     0xF0005A40         Message Object 82 Function Control Register
CAN_MOFGPR82    0xF0005A44         Message Object 82 FIFO/Gateway Pointer Register
CAN_MOIPR82     0xF0005A48         Message Object 82 Interrupt Pointer Register
CAN_MOAMR82     0xF0005A4C         Message Object 82 Acceptance Mask Register
CAN_MODATAL82   0xF0005A50         Message Object 82 Data Register Low
CAN_MODATAH82   0xF0005A54         Message Object 82 Data Register High
CAN_MOAR82      0xF0005A58         Message Object 82 Arbitration Register
CAN_MOCTR82     0xF0005A5C         Message Object 82 Control / Status Register
CAN_MOFCR83     0xF0005A60         Message Object 83 Function Control Register
CAN_MOFGPR83    0xF0005A64         Message Object 83 FIFO/Gateway Pointer Register
CAN_MOIPR83     0xF0005A68         Message Object 83 Interrupt Pointer Register
CAN_MOAMR83     0xF0005A6C         Message Object 83 Acceptance Mask Register
CAN_MODATAL83   0xF0005A70         Message Object 83 Data Register Low
CAN_MODATAH83   0xF0005A74         Message Object 83 Data Register High
CAN_MOAR83      0xF0005A78         Message Object 83 Arbitration Register
CAN_MOCTR83     0xF0005A7C         Message Object 83 Control / Status Register
CAN_MOFCR84     0xF0005A80         Message Object 84 Function Control Register
CAN_MOFGPR84    0xF0005A84         Message Object 84 FIFO/Gateway Pointer Register
CAN_MOIPR84     0xF0005A88         Message Object 84 Interrupt Pointer Register
CAN_MOAMR84     0xF0005A8C         Message Object 84 Acceptance Mask Register
CAN_MODATAL84   0xF0005A90         Message Object 84 Data Register Low
CAN_MODATAH84   0xF0005A94         Message Object 84 Data Register High
CAN_MOAR84      0xF0005A98         Message Object 84 Arbitration Register
CAN_MOCTR84     0xF0005A9C         Message Object 84 Control / Status Register
CAN_MOFCR85     0xF0005AA0         Message Object 85 Function Control Register
CAN_MOFGPR85    0xF0005AA4         Message Object 85 FIFO/Gateway Pointer Register
CAN_MOIPR85     0xF0005AA8         Message Object 85 Interrupt Pointer Register
CAN_MOAMR85     0xF0005AAC         Message Object 85 Acceptance Mask Register
CAN_MODATAL85   0xF0005AB0         Message Object 85 Data Register Low
CAN_MODATAH85   0xF0005AB4         Message Object 85 Data Register High
CAN_MOAR85      0xF0005AB8         Message Object 85 Arbitration Register
CAN_MOCTR85     0xF0005ABC         Message Object 85 Control / Status Register
CAN_MOFCR86     0xF0005AC0         Message Object 86 Function Control Register
CAN_MOFGPR86    0xF0005AC4         Message Object 86 FIFO/Gateway Pointer Register
CAN_MOIPR86     0xF0005AC8         Message Object 86 Interrupt Pointer Register
CAN_MOAMR86     0xF0005ACC         Message Object 86 Acceptance Mask Register
CAN_MODATAL86   0xF0005AD0         Message Object 86 Data Register Low
CAN_MODATAH86   0xF0005AD4         Message Object 86 Data Register High
CAN_MOAR86      0xF0005AD8         Message Object 86 Arbitration Register
CAN_MOCTR86     0xF0005ADC         Message Object 86 Control / Status Register
CAN_MOFCR87     0xF0005AE0         Message Object 87 Function Control Register
CAN_MOFGPR87    0xF0005AE4         Message Object 87 FIFO/Gateway Pointer Register
CAN_MOIPR87     0xF0005AE8         Message Object 87 Interrupt Pointer Register
CAN_MOAMR87     0xF0005AEC         Message Object 87 Acceptance Mask Register
CAN_MODATAL87   0xF0005AF0         Message Object 87 Data Register Low
CAN_MODATAH87   0xF0005AF4         Message Object 87 Data Register High
CAN_MOAR87      0xF0005AF8         Message Object 87 Arbitration Register
CAN_MOCTR87     0xF0005AFC         Message Object 87 Control / Status Register
CAN_MOFCR88     0xF0005B00         Message Object 88 Function Control Register
CAN_MOFGPR88    0xF0005B04         Message Object 88 FIFO/Gateway Pointer Register
CAN_MOIPR88     0xF0005B08         Message Object 88 Interrupt Pointer Register
CAN_MOAMR88     0xF0005B0C         Message Object 88 Acceptance Mask Register
CAN_MODATAL88   0xF0005B10         Message Object 88 Data Register Low
CAN_MODATAH88   0xF0005B14         Message Object 88 Data Register High
CAN_MOAR88      0xF0005B18         Message Object 88 Arbitration Register
CAN_MOCTR88     0xF0005B1C         Message Object 88 Control / Status Register
CAN_MOFCR89     0xF0005B20         Message Object 89 Function Control Register
CAN_MOFGPR89    0xF0005B24         Message Object 89 FIFO/Gateway Pointer Register
CAN_MOIPR89     0xF0005B28         Message Object 89 Interrupt Pointer Register
CAN_MOAMR89     0xF0005B2C         Message Object 89 Acceptance Mask Register
CAN_MODATAL89   0xF0005B30         Message Object 89 Data Register Low
CAN_MODATAH89   0xF0005B34         Message Object 89 Data Register High
CAN_MOAR89      0xF0005B38         Message Object 89 Arbitration Register
CAN_MOCTR89     0xF0005B3C         Message Object 89 Control / Status Register
CAN_MOFCR90     0xF0005B40         Message Object 90 Function Control Register
CAN_MOFGPR90    0xF0005B44         Message Object 90 FIFO/Gateway Pointer Register
CAN_MOIPR90     0xF0005B48         Message Object 90 Interrupt Pointer Register
CAN_MOAMR90     0xF0005B4C         Message Object 90 Acceptance Mask Register
CAN_MODATAL90   0xF0005B50         Message Object 90 Data Register Low
CAN_MODATAH90   0xF0005B54         Message Object 90 Data Register High
CAN_MOAR90      0xF0005B58         Message Object 90 Arbitration Register
CAN_MOCTR90     0xF0005B5C         Message Object 90 Control / Status Register
CAN_MOFCR91     0xF0005B60         Message Object 91 Function Control Register
CAN_MOFGPR91    0xF0005B64         Message Object 91 FIFO/Gateway Pointer Register
CAN_MOIPR91     0xF0005B68         Message Object 91 Interrupt Pointer Register
CAN_MOAMR91     0xF0005B6C         Message Object 91 Acceptance Mask Register
CAN_MODATAL91   0xF0005B70         Message Object 91 Data Register Low
CAN_MODATAH91   0xF0005B74         Message Object 91 Data Register High
CAN_MOAR91      0xF0005B78         Message Object 91 Arbitration Register
CAN_MOCTR91     0xF0005B7C         Message Object 91 Control / Status Register
CAN_MOFCR92     0xF0005B80         Message Object 92 Function Control Register
CAN_MOFGPR92    0xF0005B84         Message Object 92 FIFO/Gateway Pointer Register
CAN_MOIPR92     0xF0005B88         Message Object 92 Interrupt Pointer Register
CAN_MOAMR92     0xF0005B8C         Message Object 92 Acceptance Mask Register
CAN_MODATAL92   0xF0005B90         Message Object 92 Data Register Low
CAN_MODATAH92   0xF0005B94         Message Object 92 Data Register High
CAN_MOAR92      0xF0005B98         Message Object 92 Arbitration Register
CAN_MOCTR92     0xF0005B9C         Message Object 92 Control / Status Register
CAN_MOFCR93     0xF0005BA0         Message Object 93 Function Control Register
CAN_MOFGPR93    0xF0005BA4         Message Object 93 FIFO/Gateway Pointer Register
CAN_MOIPR93     0xF0005BA8         Message Object 93 Interrupt Pointer Register
CAN_MOAMR93     0xF0005BAC         Message Object 93 Acceptance Mask Register
CAN_MODATAL93   0xF0005BB0         Message Object 93 Data Register Low
CAN_MODATAH93   0xF0005BB4         Message Object 93 Data Register High
CAN_MOAR93      0xF0005BB8         Message Object 93 Arbitration Register
CAN_MOCTR93     0xF0005BBC         Message Object 93 Control / Status Register
CAN_MOFCR94     0xF0005BC0         Message Object 94 Function Control Register
CAN_MOFGPR94    0xF0005BC4         Message Object 94 FIFO/Gateway Pointer Register
CAN_MOIPR94     0xF0005BC8         Message Object 94 Interrupt Pointer Register
CAN_MOAMR94     0xF0005BCC         Message Object 94 Acceptance Mask Register
CAN_MODATAL94   0xF0005BD0         Message Object 94 Data Register Low
CAN_MODATAH94   0xF0005BD4         Message Object 94 Data Register High
CAN_MOAR94      0xF0005BD8         Message Object 94 Arbitration Register
CAN_MOCTR94     0xF0005BDC         Message Object 94 Control / Status Register
CAN_MOFCR95     0xF0005BE0         Message Object 95 Function Control Register
CAN_MOFGPR95    0xF0005BE4         Message Object 95 FIFO/Gateway Pointer Register
CAN_MOIPR95     0xF0005BE8         Message Object 95 Interrupt Pointer Register
CAN_MOAMR95     0xF0005BEC         Message Object 95 Acceptance Mask Register
CAN_MODATAL95   0xF0005BF0         Message Object 95 Data Register Low
CAN_MODATAH95   0xF0005BF4         Message Object 95 Data Register High
CAN_MOAR95      0xF0005BF8         Message Object 95 Arbitration Register
CAN_MOCTR95     0xF0005BFC         Message Object 95 Control / Status Register
CAN_MOFCR96     0xF0005C00         Message Object 96 Function Control Register
CAN_MOFGPR96    0xF0005C04         Message Object 96 FIFO/Gateway Pointer Register
CAN_MOIPR96     0xF0005C08         Message Object 96 Interrupt Pointer Register
CAN_MOAMR96     0xF0005C0C         Message Object 96 Acceptance Mask Register
CAN_MODATAL96   0xF0005C10         Message Object 96 Data Register Low
CAN_MODATAH96   0xF0005C14         Message Object 96 Data Register High
CAN_MOAR96      0xF0005C18         Message Object 96 Arbitration Register
CAN_MOCTR96     0xF0005C1C         Message Object 96 Control / Status Register
CAN_MOFCR97     0xF0005C20         Message Object 97 Function Control Register
CAN_MOFGPR97    0xF0005C24         Message Object 97 FIFO/Gateway Pointer Register
CAN_MOIPR97     0xF0005C28         Message Object 97 Interrupt Pointer Register
CAN_MOAMR97     0xF0005C2C         Message Object 97 Acceptance Mask Register
CAN_MODATAL97   0xF0005C30         Message Object 97 Data Register Low
CAN_MODATAH97   0xF0005C34         Message Object 97 Data Register High
CAN_MOAR97      0xF0005C38         Message Object 97 Arbitration Register
CAN_MOCTR97     0xF0005C3C         Message Object 97 Control / Status Register
CAN_MOFCR98     0xF0005C40         Message Object 98 Function Control Register
CAN_MOFGPR98    0xF0005C44         Message Object 98 FIFO/Gateway Pointer Register
CAN_MOIPR98     0xF0005C48         Message Object 98 Interrupt Pointer Register
CAN_MOAMR98     0xF0005C4C         Message Object 98 Acceptance Mask Register
CAN_MODATAL98   0xF0005C50         Message Object 98 Data Register Low
CAN_MODATAH98   0xF0005C54         Message Object 98 Data Register High
CAN_MOAR98      0xF0005C58         Message Object 98 Arbitration Register
CAN_MOCTR98     0xF0005C5C         Message Object 98 Control / Status Register
CAN_MOFCR99     0xF0005C60         Message Object 99 Function Control Register
CAN_MOFGPR99    0xF0005C64         Message Object 99 FIFO/Gateway Pointer Register
CAN_MOIPR99     0xF0005C68         Message Object 99 Interrupt Pointer Register
CAN_MOAMR99     0xF0005C6C         Message Object 99 Acceptance Mask Register
CAN_MODATAL99   0xF0005C70         Message Object 99 Data Register Low
CAN_MODATAH99   0xF0005C74         Message Object 99 Data Register High
CAN_MOAR99      0xF0005C78         Message Object 99 Arbitration Register
CAN_MOCTR99     0xF0005C7C         Message Object 99 Control / Status Register
CAN_MOFCR100    0xF0005C80         Message Object 100 Function Control Register
CAN_MOFGPR100   0xF0005C84         Message Object 100 FIFO/Gateway Pointer Register
CAN_MOIPR100    0xF0005C88         Message Object 100 Interrupt Pointer Register
CAN_MOAMR100    0xF0005C8C         Message Object 100 Acceptance Mask Register
CAN_MODATAL100  0xF0005C90         Message Object 100 Data Register Low
CAN_MODATAH100  0xF0005C94         Message Object 100 Data Register High
CAN_MOAR100     0xF0005C98         Message Object 100 Arbitration Register
CAN_MOCTR100    0xF0005C9C         Message Object 100 Control / Status Register
CAN_MOFCR101    0xF0005CA0         Message Object 101 Function Control Register
CAN_MOFGPR101   0xF0005CA4         Message Object 101 FIFO/Gateway Pointer Register
CAN_MOIPR101    0xF0005CA8         Message Object 101 Interrupt Pointer Register
CAN_MOAMR101    0xF0005CAC         Message Object 101 Acceptance Mask Register
CAN_MODATAL101  0xF0005CB0         Message Object 101 Data Register Low
CAN_MODATAH101  0xF0005CB4         Message Object 101 Data Register High
CAN_MOAR101     0xF0005CB8         Message Object 101 Arbitration Register
CAN_MOCTR101    0xF0005CBC         Message Object 101 Control / Status Register
CAN_MOFCR102    0xF0005CC0         Message Object 102 Function Control Register
CAN_MOFGPR102   0xF0005CC4         Message Object 102 FIFO/Gateway Pointer Register
CAN_MOIPR102    0xF0005CC8         Message Object 102 Interrupt Pointer Register
CAN_MOAMR102    0xF0005CCC         Message Object 102 Acceptance Mask Register
CAN_MODATAL102  0xF0005CD0         Message Object 102 Data Register Low
CAN_MODATAH102  0xF0005CD4         Message Object 102 Data Register High
CAN_MOAR102     0xF0005CD8         Message Object 102 Arbitration Register
CAN_MOCTR102    0xF0005CDC         Message Object 102 Control / Status Register
CAN_MOFCR103    0xF0005CE0         Message Object 103 Function Control Register
CAN_MOFGPR103   0xF0005CE4         Message Object 103 FIFO/Gateway Pointer Register
CAN_MOIPR103    0xF0005CE8         Message Object 103 Interrupt Pointer Register
CAN_MOAMR103    0xF0005CEC         Message Object 103 Acceptance Mask Register
CAN_MODATAL103  0xF0005CF0         Message Object 103 Data Register Low
CAN_MODATAH103  0xF0005CF4         Message Object 103 Data Register High
CAN_MOAR103     0xF0005CF8         Message Object 103 Arbitration Register
CAN_MOCTR103    0xF0005CFC         Message Object 103 Control / Status Register
CAN_MOFCR104    0xF0005D00         Message Object 104 Function Control Register
CAN_MOFGPR104   0xF0005D04         Message Object 104 FIFO/Gateway Pointer Register
CAN_MOIPR104    0xF0005D08         Message Object 104 Interrupt Pointer Register
CAN_MOAMR104    0xF0005D0C         Message Object 104 Acceptance Mask Register
CAN_MODATAL104  0xF0005D10         Message Object 104 Data Register Low
CAN_MODATAH104  0xF0005D14         Message Object 104 Data Register High
CAN_MOAR104     0xF0005D18         Message Object 104 Arbitration Register
CAN_MOCTR104    0xF0005D1C         Message Object 104 Control / Status Register
CAN_MOFCR105    0xF0005D20         Message Object 105 Function Control Register
CAN_MOFGPR105   0xF0005D24         Message Object 105 FIFO/Gateway Pointer Register
CAN_MOIPR105    0xF0005D28         Message Object 105 Interrupt Pointer Register
CAN_MOAMR105    0xF0005D2C         Message Object 105 Acceptance Mask Register
CAN_MODATAL105  0xF0005D30         Message Object 105 Data Register Low
CAN_MODATAH105  0xF0005D34         Message Object 105 Data Register High
CAN_MOAR105     0xF0005D38         Message Object 105 Arbitration Register
CAN_MOCTR105    0xF0005D3C         Message Object 105 Control / Status Register
CAN_MOFCR106    0xF0005D40         Message Object 106 Function Control Register
CAN_MOFGPR106   0xF0005D44         Message Object 106 FIFO/Gateway Pointer Register
CAN_MOIPR106    0xF0005D48         Message Object 106 Interrupt Pointer Register
CAN_MOAMR106    0xF0005D4C         Message Object 106 Acceptance Mask Register
CAN_MODATAL106  0xF0005D50         Message Object 106 Data Register Low
CAN_MODATAH106  0xF0005D54         Message Object 106 Data Register High
CAN_MOAR106     0xF0005D58         Message Object 106 Arbitration Register
CAN_MOCTR106    0xF0005D5C         Message Object 106 Control / Status Register
CAN_MOFCR107    0xF0005D60         Message Object 107 Function Control Register
CAN_MOFGPR107   0xF0005D64         Message Object 107 FIFO/Gateway Pointer Register
CAN_MOIPR107    0xF0005D68         Message Object 107 Interrupt Pointer Register
CAN_MOAMR107    0xF0005D6C         Message Object 107 Acceptance Mask Register
CAN_MODATAL107  0xF0005D70         Message Object 107 Data Register Low
CAN_MODATAH107  0xF0005D74         Message Object 107 Data Register High
CAN_MOAR107     0xF0005D78         Message Object 107 Arbitration Register
CAN_MOCTR107    0xF0005D7C         Message Object 107 Control / Status Register
CAN_MOFCR108    0xF0005D80         Message Object 108 Function Control Register
CAN_MOFGPR108   0xF0005D84         Message Object 108 FIFO/Gateway Pointer Register
CAN_MOIPR108    0xF0005D88         Message Object 108 Interrupt Pointer Register
CAN_MOAMR108    0xF0005D8C         Message Object 108 Acceptance Mask Register
CAN_MODATAL108  0xF0005D90         Message Object 108 Data Register Low
CAN_MODATAH108  0xF0005D94         Message Object 108 Data Register High
CAN_MOAR108     0xF0005D98         Message Object 108 Arbitration Register
CAN_MOCTR108    0xF0005D9C         Message Object 108 Control / Status Register
CAN_MOFCR109    0xF0005DA0         Message Object 109 Function Control Register
CAN_MOFGPR109   0xF0005DA4         Message Object 109 FIFO/Gateway Pointer Register
CAN_MOIPR109    0xF0005DA8         Message Object 109 Interrupt Pointer Register
CAN_MOAMR109    0xF0005DAC         Message Object 109 Acceptance Mask Register
CAN_MODATAL109  0xF0005DB0         Message Object 109 Data Register Low
CAN_MODATAH109  0xF0005DB4         Message Object 109 Data Register High
CAN_MOAR109     0xF0005DB8         Message Object 109 Arbitration Register
CAN_MOCTR109    0xF0005DBC         Message Object 109 Control / Status Register
CAN_MOFCR110    0xF0005DC0         Message Object 110 Function Control Register
CAN_MOFGPR110   0xF0005DC4         Message Object 110 FIFO/Gateway Pointer Register
CAN_MOIPR110    0xF0005DC8         Message Object 110 Interrupt Pointer Register
CAN_MOAMR110    0xF0005DCC         Message Object 110 Acceptance Mask Register
CAN_MODATAL110  0xF0005DD0         Message Object 110 Data Register Low
CAN_MODATAH110  0xF0005DD4         Message Object 110 Data Register High
CAN_MOAR110     0xF0005DD8         Message Object 110 Arbitration Register
CAN_MOCTR110    0xF0005DDC         Message Object 110 Control / Status Register
CAN_MOFCR111    0xF0005DE0         Message Object 111 Function Control Register
CAN_MOFGPR111   0xF0005DE4         Message Object 111 FIFO/Gateway Pointer Register
CAN_MOIPR111    0xF0005DE8         Message Object 111 Interrupt Pointer Register
CAN_MOAMR111    0xF0005DEC         Message Object 111 Acceptance Mask Register
CAN_MODATAL111  0xF0005DF0         Message Object 111 Data Register Low
CAN_MODATAH111  0xF0005DF4         Message Object 111 Data Register High
CAN_MOAR111     0xF0005DF8         Message Object 111 Arbitration Register
CAN_MOCTR111    0xF0005DFC         Message Object 111 Control / Status Register
CAN_MOFCR112    0xF0005E00         Message Object 112 Function Control Register
CAN_MOFGPR112   0xF0005E04         Message Object 112 FIFO/Gateway Pointer Register
CAN_MOIPR112    0xF0005E08         Message Object 112 Interrupt Pointer Register
CAN_MOAMR112    0xF0005E0C         Message Object 112 Acceptance Mask Register
CAN_MODATAL112  0xF0005E10         Message Object 112 Data Register Low
CAN_MODATAH112  0xF0005E14         Message Object 112 Data Register High
CAN_MOAR112     0xF0005E18         Message Object 112 Arbitration Register
CAN_MOCTR112    0xF0005E1C         Message Object 112 Control / Status Register
CAN_MOFCR113    0xF0005E20         Message Object 113 Function Control Register
CAN_MOFGPR113   0xF0005E24         Message Object 113 FIFO/Gateway Pointer Register
CAN_MOIPR113    0xF0005E28         Message Object 113 Interrupt Pointer Register
CAN_MOAMR113    0xF0005E2C         Message Object 113 Acceptance Mask Register
CAN_MODATAL113  0xF0005E30         Message Object 113 Data Register Low
CAN_MODATAH113  0xF0005E34         Message Object 113 Data Register High
CAN_MOAR113     0xF0005E38         Message Object 113 Arbitration Register
CAN_MOCTR113    0xF0005E3C         Message Object 113 Control / Status Register
CAN_MOFCR114    0xF0005E40         Message Object 114 Function Control Register
CAN_MOFGPR114   0xF0005E44         Message Object 114 FIFO/Gateway Pointer Register
CAN_MOIPR114    0xF0005E48         Message Object 114 Interrupt Pointer Register
CAN_MOAMR114    0xF0005E4C         Message Object 114 Acceptance Mask Register
CAN_MODATAL114  0xF0005E50         Message Object 114 Data Register Low
CAN_MODATAH114  0xF0005E54         Message Object 114 Data Register High
CAN_MOAR114     0xF0005E58         Message Object 114 Arbitration Register
CAN_MOCTR114    0xF0005E5C         Message Object 114 Control / Status Register
CAN_MOFCR115    0xF0005E60         Message Object 115 Function Control Register
CAN_MOFGPR115   0xF0005E64         Message Object 115 FIFO/Gateway Pointer Register
CAN_MOIPR115    0xF0005E68         Message Object 115 Interrupt Pointer Register
CAN_MOAMR115    0xF0005E6C         Message Object 115 Acceptance Mask Register
CAN_MODATAL115  0xF0005E70         Message Object 115 Data Register Low
CAN_MODATAH115  0xF0005E74         Message Object 115 Data Register High
CAN_MOAR115     0xF0005E78         Message Object 115 Arbitration Register
CAN_MOCTR115    0xF0005E7C         Message Object 115 Control / Status Register
CAN_MOFCR116    0xF0005E80         Message Object 116 Function Control Register
CAN_MOFGPR116   0xF0005E84         Message Object 116 FIFO/Gateway Pointer Register
CAN_MOIPR116    0xF0005E88         Message Object 116 Interrupt Pointer Register
CAN_MOAMR116    0xF0005E8C         Message Object 116 Acceptance Mask Register
CAN_MODATAL116  0xF0005E90         Message Object 116 Data Register Low
CAN_MODATAH116  0xF0005E94         Message Object 116 Data Register High
CAN_MOAR116     0xF0005E98         Message Object 116 Arbitration Register
CAN_MOCTR116    0xF0005E9C         Message Object 116 Control / Status Register
CAN_MOFCR117    0xF0005EA0         Message Object 117 Function Control Register
CAN_MOFGPR117   0xF0005EA4         Message Object 117 FIFO/Gateway Pointer Register
CAN_MOIPR117    0xF0005EA8         Message Object 117 Interrupt Pointer Register
CAN_MOAMR117    0xF0005EAC         Message Object 117 Acceptance Mask Register
CAN_MODATAL117  0xF0005EB0         Message Object 117 Data Register Low
CAN_MODATAH117  0xF0005EB4         Message Object 117 Data Register High
CAN_MOAR117     0xF0005EB8         Message Object 117 Arbitration Register
CAN_MOCTR117    0xF0005EBC         Message Object 117 Control / Status Register
CAN_MOFCR118    0xF0005EC0         Message Object 118 Function Control Register
CAN_MOFGPR118   0xF0005EC4         Message Object 118 FIFO/Gateway Pointer Register
CAN_MOIPR118    0xF0005EC8         Message Object 118 Interrupt Pointer Register
CAN_MOAMR118    0xF0005ECC         Message Object 118 Acceptance Mask Register
CAN_MODATAL118  0xF0005ED0         Message Object 118 Data Register Low
CAN_MODATAH118  0xF0005ED4         Message Object 118 Data Register High
CAN_MOAR118     0xF0005ED8         Message Object 118 Arbitration Register
CAN_MOCTR118    0xF0005EDC         Message Object 118 Control / Status Register
CAN_MOFCR119    0xF0005EE0         Message Object 119 Function Control Register
CAN_MOFGPR119   0xF0005EE4         Message Object 119 FIFO/Gateway Pointer Register
CAN_MOIPR119    0xF0005EE8         Message Object 119 Interrupt Pointer Register
CAN_MOAMR119    0xF0005EEC         Message Object 119 Acceptance Mask Register
CAN_MODATAL119  0xF0005EF0         Message Object 119 Data Register Low
CAN_MODATAH119  0xF0005EF4         Message Object 119 Data Register High
CAN_MOAR119     0xF0005EF8         Message Object 119 Arbitration Register
CAN_MOCTR119    0xF0005EFC         Message Object 119 Control / Status Register
CAN_MOFCR120    0xF0005F00         Message Object 120 Function Control Register
CAN_MOFGPR120   0xF0005F04         Message Object 120 FIFO/Gateway Pointer Register
CAN_MOIPR120    0xF0005F08         Message Object 120 Interrupt Pointer Register
CAN_MOAMR120    0xF0005F0C         Message Object 120 Acceptance Mask Register
CAN_MODATAL120  0xF0005F10         Message Object 120 Data Register Low
CAN_MODATAH120  0xF0005F14         Message Object 120 Data Register High
CAN_MOAR120     0xF0005F18         Message Object 120 Arbitration Register
CAN_MOCTR120    0xF0005F1C         Message Object 120 Control / Status Register
CAN_MOFCR121    0xF0005F20         Message Object 121 Function Control Register
CAN_MOFGPR121   0xF0005F24         Message Object 121 FIFO/Gateway Pointer Register
CAN_MOIPR121    0xF0005F28         Message Object 121 Interrupt Pointer Register
CAN_MOAMR121    0xF0005F2C         Message Object 121 Acceptance Mask Register
CAN_MODATAL121  0xF0005F30         Message Object 121 Data Register Low
CAN_MODATAH121  0xF0005F34         Message Object 121 Data Register High
CAN_MOAR121     0xF0005F38         Message Object 121 Arbitration Register
CAN_MOCTR121    0xF0005F3C         Message Object 121 Control / Status Register
CAN_MOFCR122    0xF0005F40         Message Object 122 Function Control Register
CAN_MOFGPR122   0xF0005F44         Message Object 122 FIFO/Gateway Pointer Register
CAN_MOIPR122    0xF0005F48         Message Object 122 Interrupt Pointer Register
CAN_MOAMR122    0xF0005F4C         Message Object 122 Acceptance Mask Register
CAN_MODATAL122  0xF0005F50         Message Object 122 Data Register Low
CAN_MODATAH122  0xF0005F54         Message Object 122 Data Register High
CAN_MOAR122     0xF0005F58         Message Object 122 Arbitration Register
CAN_MOCTR122    0xF0005F5C         Message Object 122 Control / Status Register
CAN_MOFCR123    0xF0005F60         Message Object 123 Function Control Register
CAN_MOFGPR123   0xF0005F64         Message Object 123 FIFO/Gateway Pointer Register
CAN_MOIPR123    0xF0005F68         Message Object 123 Interrupt Pointer Register
CAN_MOAMR123    0xF0005F6C         Message Object 123 Acceptance Mask Register
CAN_MODATAL123  0xF0005F70         Message Object 123 Data Register Low
CAN_MODATAH123  0xF0005F74         Message Object 123 Data Register High
CAN_MOAR123     0xF0005F78         Message Object 123 Arbitration Register
CAN_MOCTR123    0xF0005F7C         Message Object 123 Control / Status Register
CAN_MOFCR124    0xF0005F80         Message Object 124 Function Control Register
CAN_MOFGPR124   0xF0005F84         Message Object 124 FIFO/Gateway Pointer Register
CAN_MOIPR124    0xF0005F88         Message Object 124 Interrupt Pointer Register
CAN_MOAMR124    0xF0005F8C         Message Object 124 Acceptance Mask Register
CAN_MODATAL124  0xF0005F90         Message Object 124 Data Register Low
CAN_MODATAH124  0xF0005F94         Message Object 124 Data Register High
CAN_MOAR124     0xF0005F98         Message Object 124 Arbitration Register
CAN_MOCTR124    0xF0005F9C         Message Object 124 Control / Status Register
CAN_MOFCR125    0xF0005FA0         Message Object 125 Function Control Register
CAN_MOFGPR125   0xF0005FA4         Message Object 125 FIFO/Gateway Pointer Register
CAN_MOIPR125    0xF0005FA8         Message Object 125 Interrupt Pointer Register
CAN_MOAMR125    0xF0005FAC         Message Object 125 Acceptance Mask Register
CAN_MODATAL125  0xF0005FB0         Message Object 125 Data Register Low
CAN_MODATAH125  0xF0005FB4         Message Object 125 Data Register High
CAN_MOAR125     0xF0005FB8         Message Object 125 Arbitration Register
CAN_MOCTR125    0xF0005FBC         Message Object 125 Control / Status Register
CAN_MOFCR126    0xF0005FC0         Message Object 126 Function Control Register
CAN_MOFGPR126   0xF0005FC4         Message Object 126 FIFO/Gateway Pointer Register
CAN_MOIPR126    0xF0005FC8         Message Object 126 Interrupt Pointer Register
CAN_MOAMR126    0xF0005FCC         Message Object 126 Acceptance Mask Register
CAN_MODATAL126  0xF0005FD0         Message Object 126 Data Register Low
CAN_MODATAH126  0xF0005FD4         Message Object 126 Data Register High
CAN_MOAR126     0xF0005FD8         Message Object 126 Arbitration Register
CAN_MOCTR126    0xF0005FDC         Message Object 126 Control / Status Register
CAN_MOFCR127    0xF0005FE0         Message Object 127 Function Control Register
CAN_MOFGPR127   0xF0005FE4         Message Object 127 FIFO/Gateway Pointer Register
CAN_MOIPR127    0xF0005FE8         Message Object 127 Interrupt Pointer Register
CAN_MOAMR127    0xF0005FEC         Message Object 127 Acceptance Mask Register
CAN_MODATAL127  0xF0005FF0         Message Object 127 Data Register Low
CAN_MODATAH127  0xF0005FF4         Message Object 127 Data Register High
CAN_MOAR127     0xF0005FF8         Message Object 127 Arbitration Register
CAN_MOCTR127    0xF0005FFC         Message Object 127 Control / Status Register
ERAY_CLC        0xF0010000         ERAY Clock Control Register
ERAY_CUST1      0xF0010004         Busy and Input Buffer Control Register
ERAY_ID         0xF0010008         Module Identification Register
ERAY_CUST3      0xF001000C         Customer Interface Timeout Counter
ERAY_TEST1      0xF0010010         Test Register 1
ERAY_TEST2      0xF0010014         Test Register 2
ERAY_LCK        0xF001001C         Lock Register
ERAY_EIR        0xF0010020         Error Service Request Register
ERAY_SIR        0xF0010024         Status Service Request Register
ERAY_EILS       0xF0010028         Error Service Request Line Select
ERAY_SILS       0xF001002C         Status Service Request Line Select
ERAY_EIES       0xF0010030         Error Service Request Enable Set
ERAY_EIER       0xF0010034         Error Service Request Enable Reset
ERAY_SIES       0xF0010038         Status Service Request Enable Set
ERAY_SIER       0xF001003C         Status Service Request Enable Reset
ERAY_ILE        0xF0010040         Service Request Line Enable
ERAY_T0C        0xF0010044         Timer 0 Configuration
ERAY_T1C        0xF0010048         Timer 1 Configuration
ERAY_STPW1      0xF001004C         Stop Watch Register 1
ERAY_STPW2      0xF0010050         Stop Watch Register 2
ERAY_SUCC1      0xF0010080         SUC Configuration Register 1
ERAY_SUCC2      0xF0010084         SUC Configuration Register 2
ERAY_SUCC3      0xF0010088         SUC Configuration Register 3
ERAY_NEMC       0xF001008C         NEM Configuration Register
ERAY_PRTC1      0xF0010090         PRT Configuration Register 1
ERAY_PRTC2      0xF0010094         PRT Configuration Register 2
ERAY_MHDC       0xF0010098         MHD Configuration Register
ERAY_GTUC01     0xF00100A0         GTU Configuration Register 1
ERAY_GTUC02     0xF00100A4         GTU Configuration Register 2
ERAY_GTUC03     0xF00100A8         GTU Configuration Register 3
ERAY_GTUC04     0xF00100AC         GTU Configuration Register 4
ERAY_GTUC05     0xF00100B0         GTU Configuration Register 5
ERAY_GTUC06     0xF00100B4         GTU Configuration Register 6
ERAY_GTUC07     0xF00100B8         GTU Configuration Register 7
ERAY_GTUC08     0xF00100BC         GTU Configuration Register 8
ERAY_GTUC09     0xF00100C0         GTU Configuration Register 9
ERAY_GTUC10     0xF00100C4         GTU Configuration Register 10
ERAY_GTUC11     0xF00100C8         GTU Configuration Register 11
ERAY_CCSV       0xF0010100         Communication Controller Status Vector
ERAY_CCEV       0xF0010104         Communication Controller Error Vector
ERAY_SCV        0xF0010110         Slot Counter Value
ERAY_MTCCV      0xF0010114         Macrotick and Cycle Counter Value
ERAY_RCV        0xF0010118         Rate Correction Value
ERAY_OCV        0xF001011C         Offset Correction Value
ERAY_SFS        0xF0010120         SYNC Frame Status
ERAY_SWNIT      0xF0010124         Symbol Window and Network Idle Time Status
ERAY_ACS        0xF0010128         Aggregated Channel Status
ERAY_ESID01     0xF0010130         Even Sync ID Symbol Window 01
ERAY_ESID02     0xF0010134         Even Sync ID Symbol Window 02
ERAY_ESID03     0xF0010138         Even Sync ID Symbol Window 03
ERAY_ESID04     0xF001013C         Even Sync ID Symbol Window 04
ERAY_ESID05     0xF0010140         Even Sync ID Symbol Window 05
ERAY_ESID06     0xF0010144         Even Sync ID Symbol Window 06
ERAY_ESID07     0xF0010148         Even Sync ID Symbol Window 07
ERAY_ESID08     0xF001014C         Even Sync ID Symbol Window 08
ERAY_ESID09     0xF0010150         Even Sync ID Symbol Window 09
ERAY_ESID10     0xF0010154         Even Sync ID Symbol Window 10
ERAY_ESID11     0xF0010158         Even Sync ID Symbol Window 11
ERAY_ESID12     0xF001015C         Even Sync ID Symbol Window 12
ERAY_ESID13     0xF0010160         Even Sync ID Symbol Window 13
ERAY_ESID14     0xF0010164         Even Sync ID Symbol Window 14
ERAY_ESID15     0xF0010168         Even Sync ID Symbol Window 15
ERAY_OSID01     0xF0010170         Odd Sync ID Symbol Window 01
ERAY_OSID02     0xF0010174         Odd Sync ID Symbol Window 02
ERAY_OSID03     0xF0010178         Odd Sync ID Symbol Window 03
ERAY_OSID04     0xF001017C         Odd Sync ID Symbol Window 04
ERAY_OSID05     0xF0010180         Odd Sync ID Symbol Window 05
ERAY_OSID06     0xF0010184         Odd Sync ID Symbol Window 06
ERAY_OSID07     0xF0010188         Odd Sync ID Symbol Window 07
ERAY_OSID08     0xF001018C         Odd Sync ID Symbol Window 08
ERAY_OSID09     0xF0010190         Odd Sync ID Symbol Window 09
ERAY_OSID10     0xF0010194         Odd Sync ID Symbol Window 10
ERAY_OSID11     0xF0010198         Odd Sync ID Symbol Window 11
ERAY_OSID12     0xF001019C         Odd Sync ID Symbol Window 12
ERAY_OSID13     0xF00101A0         Odd Sync ID Symbol Window 13
ERAY_OSID14     0xF00101A4         Odd Sync ID Symbol Window 14
ERAY_OSID15     0xF00101A8         Odd Sync ID Symbol Window 15
ERAY_NMV1       0xF00101B0         Network Management Vector 1
ERAY_NMV2       0xF00101B4         Network Management Vector 2
ERAY_NMV3       0xF00101B8         Network Management Vector 3
ERAY_MRC        0xF0010300         Message RAM Configuration
ERAY_FRF        0xF0010304         FIFO Rejection Filter
ERAY_FRFM       0xF0010308         FIFO Rejection Filter Mask
ERAY_FCL        0xF001030C         FIFO Critical Level
ERAY_MHDS       0xF0010310         Message Handler Status
ERAY_LDTS       0xF0010314         Last Dynamic Transmit Slot
ERAY_FSR        0xF0010318         FIFO Status Register
ERAY_MHDF       0xF001031C         Message Handler Constraints Flags
ERAY_TXRQ1      0xF0010320         Transmission Request Register 1
ERAY_TXRQ2      0xF0010324         Transmission Request Register 2
ERAY_TXRQ3      0xF0010328         Transmission Request Register 3
ERAY_TXRQ4      0xF001032C         Transmission Request Register 4
ERAY_NDAT1      0xF0010330         New Data Register 1
ERAY_NDAT2      0xF0010334         New Data Register 2
ERAY_NDAT3      0xF0010338         New Data Register 3
ERAY_NDAT4      0xF001033C         New Data Register 4
ERAY_MBSC1      0xF0010340         Message Buffer Status Changed 1
ERAY_MBSC2      0xF0010344         Message Buffer Status Changed 2
ERAY_MBSC3      0xF0010348         Message Buffer Status Changed 3
ERAY_MBSC4      0xF001034C         Message Buffer Status Changed 4
ERAY_NDIC1      0xF00103A8         New Data Interrupt Control 1
ERAY_NDIC2      0xF00103AC         New Data Interrupt Control 2
ERAY_NDIC3      0xF00103B0         New Data Interrupt Control 3
ERAY_NDIC4      0xF00103B4         New Data Interrupt Control 4
ERAY_MSIC1      0xF00103B8         Message Buffer Status Changed Interrupt Control 1
ERAY_MSIC2      0xF00103BC         Message Buffer Status Changed Interrupt Control 2
ERAY_MSIC3      0xF00103C0         Message Buffer Status Changed Interrupt Control 3
ERAY_MSIC4      0xF00103C4         Message Buffer Status Changed Interrupt Control 4
ERAY_IBUSYSRC   0xF00103C8         Input Buffer Busy Service Request Control Register
ERAY_OBUSYSRC   0xF00103CC         Output Buffer Busy Service Request Control Register
ERAY_MBSC1SRC   0xF00103D0         Message Buffer Status Changed 1 Service Request Control Register
ERAY_MBSC0SRC   0xF00103D4         Message Buffer Status Changed 0 Service Request Control Register
ERAY_NDAT1SRC   0xF00103D8         New Data 1 Service Request Control Register
ERAY_NDAT0SRC   0xF00103DC         New Data 0 Service Request Control Register
ERAY_TINT1SRC   0xF00103E0         Timer Interrupt 1 Service Request Control Register
ERAY_TINT0SRC   0xF00103E4         Timer Interrupt 0 Service Request Control Register
ERAY_INT1SRC    0xF00103E8         Interrupt 1 Service Request Control Register
ERAY_INT0SRC    0xF00103EC         Interrupt 0 Service Request Control Register
ERAY_CREL       0xF00103F0         Core Release Register
ERAY_ENDN       0xF00103F4         Endian Register
ERAY_WRDS01     0xF0010400         Write Data Section 01
ERAY_WRDS02     0xF0010404         Write Data Section 02
ERAY_WRDS03     0xF0010408         Write Data Section 03
ERAY_WRDS04     0xF001040C         Write Data Section 04
ERAY_WRDS05     0xF0010410         Write Data Section 05
ERAY_WRDS06     0xF0010414         Write Data Section 06
ERAY_WRDS07     0xF0010418         Write Data Section 07
ERAY_WRDS08     0xF001041C         Write Data Section 08
ERAY_WRDS09     0xF0010420         Write Data Section 09
ERAY_WRDS10     0xF0010424         Write Data Section 10
ERAY_WRDS11     0xF0010428         Write Data Section 11
ERAY_WRDS12     0xF001042C         Write Data Section 12
ERAY_WRDS13     0xF0010430         Write Data Section 13
ERAY_WRDS14     0xF0010434         Write Data Section 14
ERAY_WRDS15     0xF0010438         Write Data Section 15
ERAY_WRDS16     0xF001043C         Write Data Section 16
ERAY_WRDS17     0xF0010440         Write Data Section 17
ERAY_WRDS18     0xF0010444         Write Data Section 18
ERAY_WRDS19     0xF0010448         Write Data Section 19
ERAY_WRDS20     0xF001044C         Write Data Section 20
ERAY_WRDS21     0xF0010450         Write Data Section 21
ERAY_WRDS22     0xF0010454         Write Data Section 22
ERAY_WRDS23     0xF0010458         Write Data Section 23
ERAY_WRDS24     0xF001045C         Write Data Section 24
ERAY_WRDS25     0xF0010460         Write Data Section 25
ERAY_WRDS26     0xF0010464         Write Data Section 26
ERAY_WRDS27     0xF0010468         Write Data Section 27
ERAY_WRDS28     0xF001046C         Write Data Section 28
ERAY_WRDS29     0xF0010470         Write Data Section 29
ERAY_WRDS30     0xF0010474         Write Data Section 30
ERAY_WRDS31     0xF0010478         Write Data Section 31
ERAY_WRDS32     0xF001047C         Write Data Section 32
ERAY_WRDS33     0xF0010480         Write Data Section 33
ERAY_WRDS34     0xF0010484         Write Data Section 34
ERAY_WRDS35     0xF0010488         Write Data Section 35
ERAY_WRDS36     0xF001048C         Write Data Section 36
ERAY_WRDS37     0xF0010490         Write Data Section 37
ERAY_WRDS38     0xF0010494         Write Data Section 38
ERAY_WRDS39     0xF0010498         Write Data Section 39
ERAY_WRDS40     0xF001049C         Write Data Section 40
ERAY_WRDS41     0xF00104A0         Write Data Section 41
ERAY_WRDS42     0xF00104A4         Write Data Section 42
ERAY_WRDS43     0xF00104A8         Write Data Section 43
ERAY_WRDS44     0xF00104AC         Write Data Section 44
ERAY_WRDS45     0xF00104B0         Write Data Section 45
ERAY_WRDS46     0xF00104B4         Write Data Section 46
ERAY_WRDS47     0xF00104B8         Write Data Section 47
ERAY_WRDS48     0xF00104BC         Write Data Section 48
ERAY_WRDS49     0xF00104C0         Write Data Section 49
ERAY_WRDS50     0xF00104C4         Write Data Section 50
ERAY_WRDS51     0xF00104C8         Write Data Section 51
ERAY_WRDS52     0xF00104CC         Write Data Section 52
ERAY_WRDS53     0xF00104D0         Write Data Section 53
ERAY_WRDS54     0xF00104D4         Write Data Section 54
ERAY_WRDS55     0xF00104D8         Write Data Section 55
ERAY_WRDS56     0xF00104DC         Write Data Section 56
ERAY_WRDS57     0xF00104E0         Write Data Section 57
ERAY_WRDS58     0xF00104E4         Write Data Section 58
ERAY_WRDS59     0xF00104E8         Write Data Section 59
ERAY_WRDS60     0xF00104EC         Write Data Section 60
ERAY_WRDS61     0xF00104F0         Write Data Section 61
ERAY_WRDS62     0xF00104F4         Write Data Section 62
ERAY_WRDS63     0xF00104F8         Write Data Section 63
ERAY_WRDS64     0xF00104FC         Write Data Section 64
ERAY_WRHS1      0xF0010500         Write Header Section 1
ERAY_WRHS2      0xF0010504         Write Header Section 2
ERAY_WRHS3      0xF0010508         Write Header Section 3
ERAY_IBCM       0xF0010510         Input Buffer Command Mask
ERAY_IBCR       0xF0010514         Input Buffer Command Request
ERAY_RDDS01     0xF0010600         Read Data Section 01
ERAY_RDDS02     0xF0010604         Read Data Section 02
ERAY_RDDS03     0xF0010608         Read Data Section 03
ERAY_RDDS04     0xF001060C         Read Data Section 04
ERAY_RDDS05     0xF0010610         Read Data Section 05
ERAY_RDDS06     0xF0010614         Read Data Section 06
ERAY_RDDS07     0xF0010618         Read Data Section 07
ERAY_RDDS08     0xF001061C         Read Data Section 08
ERAY_RDDS09     0xF0010620         Read Data Section 09
ERAY_RDDS10     0xF0010624         Read Data Section 10
ERAY_RDDS11     0xF0010628         Read Data Section 11
ERAY_RDDS12     0xF001062C         Read Data Section 12
ERAY_RDDS13     0xF0010630         Read Data Section 13
ERAY_RDDS14     0xF0010634         Read Data Section 14
ERAY_RDDS15     0xF0010638         Read Data Section 15
ERAY_RDDS16     0xF001063C         Read Data Section 16
ERAY_RDDS17     0xF0010640         Read Data Section 17
ERAY_RDDS18     0xF0010644         Read Data Section 18
ERAY_RDDS19     0xF0010648         Read Data Section 19
ERAY_RDDS20     0xF001064C         Read Data Section 20
ERAY_RDDS21     0xF0010650         Read Data Section 21
ERAY_RDDS22     0xF0010654         Read Data Section 22
ERAY_RDDS23     0xF0010658         Read Data Section 23
ERAY_RDDS24     0xF001065C         Read Data Section 24
ERAY_RDDS25     0xF0010660         Read Data Section 25
ERAY_RDDS26     0xF0010664         Read Data Section 26
ERAY_RDDS27     0xF0010668         Read Data Section 27
ERAY_RDDS28     0xF001066C         Read Data Section 28
ERAY_RDDS29     0xF0010670         Read Data Section 29
ERAY_RDDS30     0xF0010674         Read Data Section 30
ERAY_RDDS31     0xF0010678         Read Data Section 31
ERAY_RDDS32     0xF001067C         Read Data Section 32
ERAY_RDDS33     0xF0010680         Read Data Section 33
ERAY_RDDS34     0xF0010684         Read Data Section 34
ERAY_RDDS35     0xF0010688         Read Data Section 35
ERAY_RDDS36     0xF001068C         Read Data Section 36
ERAY_RDDS37     0xF0010690         Read Data Section 37
ERAY_RDDS38     0xF0010694         Read Data Section 38
ERAY_RDDS39     0xF0010698         Read Data Section 39
ERAY_RDDS40     0xF001069C         Read Data Section 40
ERAY_RDDS41     0xF00106A0         Read Data Section 41
ERAY_RDDS42     0xF00106A4         Read Data Section 42
ERAY_RDDS43     0xF00106A8         Read Data Section 43
ERAY_RDDS44     0xF00106AC         Read Data Section 44
ERAY_RDDS45     0xF00106B0         Read Data Section 45
ERAY_RDDS46     0xF00106B4         Read Data Section 46
ERAY_RDDS47     0xF00106B8         Read Data Section 47
ERAY_RDDS48     0xF00106BC         Read Data Section 48
ERAY_RDDS49     0xF00106C0         Read Data Section 49
ERAY_RDDS50     0xF00106C4         Read Data Section 50
ERAY_RDDS51     0xF00106C8         Read Data Section 51
ERAY_RDDS52     0xF00106CC         Read Data Section 52
ERAY_RDDS53     0xF00106D0         Read Data Section 53
ERAY_RDDS54     0xF00106D4         Read Data Section 54
ERAY_RDDS55     0xF00106D8         Read Data Section 55
ERAY_RDDS56     0xF00106DC         Read Data Section 56
ERAY_RDDS57     0xF00106E0         Read Data Section 57
ERAY_RDDS58     0xF00106E4         Read Data Section 58
ERAY_RDDS59     0xF00106E8         Read Data Section 59
ERAY_RDDS60     0xF00106EC         Read Data Section 60
ERAY_RDDS61     0xF00106F0         Read Data Section 61
ERAY_RDDS62     0xF00106F4         Read Data Section 62
ERAY_RDDS63     0xF00106F8         Read Data Section 63
ERAY_RDDS64     0xF00106FC         Read Data Section 64
ERAY_RDHS1      0xF0010700         Read Header Section 1
ERAY_RDHS2      0xF0010704         Read Header Section 2
ERAY_RDHS3      0xF0010708         Read Header Section 3
ERAY_MBS        0xF001070C         Message Buffer Status
ERAY_OBCM       0xF0010710         Output Buffer Command Mask
ERAY_OBCR       0xF0010714         Output Buffer Command Request
PCP_CLC         0xF0043F00         PCP Clock Control Register
PCP_ID          0xF0043F08         PCP Module Identification Register
PCP_CS          0xF0043F10         PCP Control/Status Register
PCP_ES          0xF0043F14         PCP Error/Debug Status Register
PCP_ICR         0xF0043F20         PCP Interrupt Control Register
PCP_ITR         0xF0043F24         PCP Interrupt Threshold Control Register
PCP_ICON        0xF0043F28         PCP Interrupt Configuration Register
PCP_SSR         0xF0043F2C         PCP Stall Status Register
PCP_FTD         0xF0043F30         PCP Feature Test/Disable Register
PCP_SMACON      0xF0043F40         SIST Mode Access Control Register
PCP_SRC11       0xF0043FD0         PCP Service Request Control Register 11
PCP_SRC10       0xF0043FD4         PCP Service Request Control Register 10
PCP_SRC9        0xF0043FD8         PCP Service Request Control Register 9
PCP_SRC8        0xF0043FDC         PCP Service Request Control Register 8
PCP_SRC7        0xF0043FE0         PCP Service Request Control Register 7
PCP_SRC6        0xF0043FE4         PCP Service Request Control Register 6
PCP_SRC5        0xF0043FE8         PCP Service Request Control Register 5
PCP_SRC4        0xF0043FEC         PCP Service Request Control Register 4
PCP_SRC3        0xF0043FF0         PCP Service Request Control Register 3
PCP_SRC2        0xF0043FF4         PCP Service Request Control Register 2
PCP_SRC1        0xF0043FF8         PCP Service Request Control Register 1
PCP_SRC0        0xF0043FFC         PCP Service Request Control Register 0
SSC0_CLC        0xF0100100         Clock Control Register
SSC0_PISEL      0xF0100104         Port Input Select Register
SSC0_ID         0xF0100108         Module Identification Register
SSC0_FDR        0xF010010C         Fractional Divider Register
SSC0_CON        0xF0100110         Control Register
SSC0_BR         0xF0100114         Baud Rate Timer Reload Register
SSC0_SSOC       0xF0100118         Slave Select Output Control Register
SSC0_SSOTC      0xF010011C         Slave Select Output Timing Control Register
SSC0_TB         0xF0100120         Transmit Buffer Register
SSC0_RB         0xF0100124         Receive Buffer Register
SSC0_STAT       0xF0100128         Status Register
SSC0_EFM        0xF010012C         Error Flag Modification Register
SSC0_TSRC       0xF01001F4         Transmit Interrupt Service Request Control Register
SSC0_RSRC       0xF01001F8         Receive Interrupt Service Request Control Register
SSC0_ESRC       0xF01001FC         Error Interrupt Service Request Control Register
SSC1_CLC        0xF0100200         SSC1 Clock Control Register
SSC1_PISEL      0xF0100204         Port Input Select Register
SSC1_ID         0xF0100208         Module Identification Register
SSC1_FDR        0xF010020C         SSC1 Fractional Divider Register
SSC1_CON        0xF0100210         Control Register
SSC1_BR         0xF0100214         Baud Rate Timer Reload Register
SSC1_SSOC       0xF0100218         Slave Select Output Control Register
SSC1_SSOTC      0xF010021C         Slave Select Output Timing Control Register
SSC1_TB         0xF0100220         Transmit Buffer Register
SSC1_RB         0xF0100224         Receive Buffer Register
SSC1_STAT       0xF0100228         Status Register
SSC1_EFM        0xF010022C         Error Flag Modification Register
SSC1_TSRC       0xF01002F4         Transmit Interrupt Service Request Control Register
SSC1_RSRC       0xF01002F8         Receive Interrupt Service Request Control Register
SSC1_ESRC       0xF01002FC         Error Interrupt Service Request Control Register
FADC_CLC        0xF0100400         Clock Control Register
FADC_ID         0xF0100408         Module Identification Register
FADC_FDR        0xF010040C         Fractional Divider Register
FADC_CRSR       0xF0100410         Conversion Request Status Register
FADC_FMR        0xF0100414         Flag Modification Register
FADC_NCTR       0xF0100418         Neighbor Channel Trigger Register
FADC_GCR        0xF010041C         Global Control Register
FADC_CFGR0      0xF0100420         Channel 0 Configuration Register
FADC_CFGR1      0xF0100424         Channel 1 Configuration Register
FADC_CFGR2      0xF0100428         Channel 2 Configuration Register
FADC_CFGR3      0xF010042C         Channel 3 Configuration Register
FADC_ACR0       0xF0100430         Channel 0 Analog Control Register
FADC_ACR1       0xF0100434         Channel 1 Analog Control Register
FADC_ACR2       0xF0100438         Channel 2 Analog Control Register
FADC_ACR3       0xF010043C         Channel 3 Analog Control Register
FADC_RCH0       0xF0100440         Channel 0 Conversion Result Register
FADC_RCH1       0xF0100444         Channel 1 Conversion Result Register
FADC_RCH2       0xF0100448         Channel 2 Conversion Result Register
FADC_RCH3       0xF010044C         Channel 3 Conversion Result Register
FADC_CDR        0xF0100450         Conversion Delay Register
FADC_ALR        0xF0100454         Alias Register
FADC_FCR0       0xF0100460         Filter 0 Control Register
FADC_CRR0       0xF0100464         Filter 0 Current Result Register
FADC_IRR10      0xF0100468         Filter 0 Intermediate Result Register 1
FADC_IRR20      0xF010046C         Filter 0 Intermediate Result Register 2
FADC_IRR30      0xF0100470         Filter 0 Intermediate Result Register 3
FADC_FRR0       0xF0100474         Filter 0 Final Result Register
FADC_FCR1       0xF0100480         Filter 1 Control Register
FADC_CRR1       0xF0100484         Filter 1 Current Result Register
FADC_IRR11      0xF0100488         Filter 1 Intermediate Result Register 1
FADC_FRR1       0xF0100494         Filter 1 Final Result Register
FADC_SFRR1      0xF0100498         Filter 1 Shifted Final Result Register
FADC_FCR2       0xF01004A0         Filter 2 Control Register
FADC_CRR2       0xF01004A4         Filter 2 Current Result Register
FADC_IRR12      0xF01004A8         Filter 2 Intermediate Result Register 1
FADC_IRR22      0xF01004AC         Filter 2 Intermediate Result Register 2
FADC_IRR32      0xF01004B0         Filter 2 Intermediate Result Register 3
FADC_FRR2       0xF01004B4         Filter 2 Final Result Register
FADC_FCR3       0xF01004C0         Filter 3 Control Register
FADC_CRR3       0xF01004C4         Filter 3 Current Result Register
FADC_IRR13      0xF01004C8         Filter 3 Intermediate Result Register 1
FADC_FRR3       0xF01004D4         Filter 3 Final Result Register
FADC_SFRR3      0xF01004D8         Filter 3 Shifted Final Result Register
FADC_SRC3       0xF01004F0         Service Request Control Register 3
FADC_SRC2       0xF01004F4         Service Request Control Register 2
FADC_SRC1       0xF01004F8         Service Request Control Register 1
FADC_SRC0       0xF01004FC         Service Request Control Register 0
ADC0_CLC        0xF0101000         ADC Clock Control Register
ADC0_ID         0xF0101008         Module Identification Register
ADC0_KSCFG      0xF010100C         Kernel State Configuration Register
ADC0_RSIR0      0xF0101010         Request Source 0 Input Register
ADC0_RSIR1      0xF0101014         Request Source 0 Input Register
ADC0_RSIR2      0xF0101018         Request Source 0 Input Register
ADC0_RSIR3      0xF010101C         Request Source 0 Input Register
ADC0_RSIR4      0xF0101020         Request Source 0 Input Register
ADC0_GLOBCTR    0xF0101030         Global Control Register
ADC0_GLOBCFG    0xF0101034         Global Configuration Register
ADC0_GLOBSTR    0xF0101038         Global Status Register
ADC0_ASENR      0xF010103C         Arbitration Slot Enable Register
ADC0_RSPR0      0xF0101040         Request Source Priority Register 0
ADC0_RSPR4      0xF0101044         Request Source Priority Register 4
ADC0_SYNCTR     0xF0101048         Synchronization Control Register
ADC0_INPCR0     0xF0101050         Input Class Register 0
ADC0_INPCR1     0xF0101054         Input Class Register 1
ADC0_INPCR2     0xF0101058         Input Class Register 2
ADC0_INPCR3     0xF010105C         Input Class Register 3
ADC0_CHFR       0xF0101060         Channel Flag Register
ADC0_CHFCR      0xF0101064         Channel Flag Clear Register
ADC0_CHENPR0    0xF0101068         Channel Event Node Pointer Register 0
ADC0_CHENPR8    0xF010106C         Channel Event Node Pointer Register 8
ADC0_EVFR       0xF0101070         Event Flag Register
ADC0_EVFCR      0xF0101074         Event Flag Clear Register
ADC0_EVNPR      0xF0101078         Event Node Pointer Register
ADC0_QMR0       0xF0101080         Queue 0 Mode Register
ADC0_QSR0       0xF0101084         Queue 0 Status Register
ADC0_Q0R0       0xF0101088         Queue 0 Register 0
ADC0_QBUR0      0xF010108C         Queue 0 Backup / Input Register
ADC0_CRCR1      0xF0101090         Conversion Request 1 Control Register
ADC0_CRPR1      0xF0101094         Conversion Request 1 Pending Register
ADC0_CRMR1      0xF0101098         Conversion Request 1 Mode Register
ADC0_QMR2       0xF01010A0         Queue 2 Mode Register
ADC0_QSR2       0xF01010A4         Queue 2 Status Register
ADC0_Q0R2       0xF01010A8         Queue 2 Register 0
ADC0_QBUR2      0xF01010AC         Queue 2 Backup / Input Register
ADC0_CRCR3      0xF01010B0         Conversion Request 3 Control Register
ADC0_CRPR3      0xF01010B4         Conversion Request 3 Pending Register
ADC0_CRMR3      0xF01010B8         Conversion Request 3 Mode Register
ADC0_QMR4       0xF01010C0         Queue 4 Mode Register
ADC0_QSR4       0xF01010C4         Queue 4 Status Register
ADC0_Q0R4       0xF01010C8         Queue 4 Register 0
ADC0_QBUR4      0xF01010CC         Queue 4 Backup / Input Register
ADC0_LCBR0      0xF01010F0         Limit Check Boundary Register 0
ADC0_LCBR1      0xF01010F4         Limit Check Boundary Register 1
ADC0_LCBR2      0xF01010F8         Limit Check Boundary Register 2
ADC0_LCBR3      0xF01010FC         Limit Check Boundary Register 3
ADC0_CHCTR0     0xF0101100         Channel 0 Control Register
ADC0_CHCTR1     0xF0101104         Channel 1 Control Register
ADC0_CHCTR2     0xF0101108         Channel 2 Control Register
ADC0_CHCTR3     0xF010110C         Channel 3 Control Register
ADC0_CHCTR4     0xF0101110         Channel 4 Control Register
ADC0_CHCTR5     0xF0101114         Channel 5 Control Register
ADC0_CHCTR6     0xF0101118         Channel 6 Control Register
ADC0_CHCTR7     0xF010111C         Channel 7 Control Register
ADC0_CHCTR8     0xF0101120         Channel 8 Control Register
ADC0_CHCTR9     0xF0101124         Channel 9 Control Register
ADC0_CHCTR10    0xF0101128         Channel 10 Control Register
ADC0_CHCTR11    0xF010112C         Channel 11 Control Register
ADC0_CHCTR12    0xF0101130         Channel 12 Control Register
ADC0_CHCTR13    0xF0101134         Channel 13 Control Register
ADC0_CHCTR14    0xF0101138         Channel 14 Control Register
ADC0_CHCTR15    0xF010113C         Channel 15 Control Register
ADC0_RCR0       0xF0101140         Result Control Register 0
ADC0_RCR1       0xF0101144         Result Control Register 1
ADC0_RCR2       0xF0101148         Result Control Register 2
ADC0_RCR3       0xF010114C         Result Control Register 3
ADC0_RCR4       0xF0101150         Result Control Register 4
ADC0_RCR5       0xF0101154         Result Control Register 5
ADC0_RCR6       0xF0101158         Result Control Register 6
ADC0_RCR7       0xF010115C         Result Control Register 7
ADC0_RCR8       0xF0101160         Result Control Register 8
ADC0_RCR9       0xF0101164         Result Control Register 9
ADC0_RCR10      0xF0101168         Result Control Register 10
ADC0_RCR11      0xF010116C         Result Control Register 11
ADC0_RCR12      0xF0101170         Result Control Register 12
ADC0_RCR13      0xF0101174         Result Control Register 13
ADC0_RCR14      0xF0101178         Result Control Register 14
ADC0_RCR15      0xF010117C         Result Control Register 15
ADC0_RESR0      0xF0101180         Result Register 0
ADC0_RESR1      0xF0101184         Result Register 1
ADC0_RESR2      0xF0101188         Result Register 2
ADC0_RESR3      0xF010118C         Result Register 3
ADC0_RESR4      0xF0101190         Result Register 4
ADC0_RESR5      0xF0101194         Result Register 5
ADC0_RESR6      0xF0101198         Result Register 6
ADC0_RESR7      0xF010119C         Result Register 7
ADC0_RESR8      0xF01011A0         Result Register 8
ADC0_RESR9      0xF01011A4         Result Register 9
ADC0_RESR10     0xF01011A8         Result Register 10
ADC0_RESR11     0xF01011AC         Result Register 11
ADC0_RESR12     0xF01011B0         Result Register 12
ADC0_RESR13     0xF01011B4         Result Register 13
ADC0_RESR14     0xF01011B8         Result Register 14
ADC0_RESR15     0xF01011BC         Result Register 15
ADC0_RESRD0     0xF01011C0         Result Register 0 for Debugging
ADC0_RESRD1     0xF01011C4         Result Register 1 for Debugging
ADC0_RESRD2     0xF01011C8         Result Register 2 for Debugging
ADC0_RESRD3     0xF01011CC         Result Register 3 for Debugging
ADC0_RESRD4     0xF01011D0         Result Register 4 for Debugging
ADC0_RESRD5     0xF01011D4         Result Register 5 for Debugging
ADC0_RESRD6     0xF01011D8         Result Register 6 for Debugging
ADC0_RESRD7     0xF01011DC         Result Register 7 for Debugging
ADC0_RESRD8     0xF01011E0         Result Register 8 for Debugging
ADC0_RESRD9     0xF01011E4         Result Register 9 for Debugging
ADC0_RESRD10    0xF01011E8         Result Register 10 for Debugging
ADC0_RESRD11    0xF01011EC         Result Register 11 for Debugging
ADC0_RESRD12    0xF01011F0         Result Register 12 for Debugging
ADC0_RESRD13    0xF01011F4         Result Register 13 for Debugging
ADC0_RESRD14    0xF01011F8         Result Register 14 for Debugging
ADC0_RESRD15    0xF01011FC         Result Register 15 for Debugging
ADC0_VFR        0xF0101200         Valid Flag Register
ADC0_INTR       0xF0101204         Interrupt Activation Register
ADC0_RNPR0      0xF0101208         Result Node Pointer Register 0
ADC0_RNPR8      0xF010120C         Result Node Pointer Register 8
ADC0_ALR0       0xF0101210         Alias Register 0
ADC0_APR        0xF0101218         Access Protection Register
ADC0_EMCTR      0xF0101220         External Multiplexer Control Register
ADC0_TEST0      0xF0101280         Test Register 0
ADC0_TEST2      0xF0101284         Test Register 2
ADC0_SRC8       0xF01013DC         ADC Service Request Control Register 8
ADC0_SRC7       0xF01013E0         ADC Service Request Control Register 7
ADC0_SRC6       0xF01013E4         ADC Service Request Control Register 6
ADC0_SRC5       0xF01013E8         ADC Service Request Control Register 5
ADC0_SRC4       0xF01013EC         ADC Service Request Control Register 4
ADC0_SRC3       0xF01013F0         ADC Service Request Control Register 3
ADC0_SRC2       0xF01013F4         ADC Service Request Control Register 2
ADC0_SRC1       0xF01013F8         ADC Service Request Control Register 1
ADC0_SRC0       0xF01013FC         ADC Service Request Control Register 0
ADC1_ID         0xF0101408         Module Identification Register
ADC1_RSIR0      0xF0101410         Request Source 0 Input Register
ADC1_RSIR1      0xF0101414         Request Source 0 Input Register
ADC1_RSIR2      0xF0101418         Request Source 0 Input Register
ADC1_RSIR3      0xF010141C         Request Source 0 Input Register
ADC1_RSIR4      0xF0101420         Request Source 0 Input Register
ADC1_GLOBCTR    0xF0101430         Global Control Register
ADC1_GLOBCFG    0xF0101434         Global Configuration Register
ADC1_GLOBSTR    0xF0101438         Global Status Register
ADC1_ASENR      0xF010143C         Arbitration Slot Enable Register
ADC1_RSPR0      0xF0101440         Request Source Priority Register 0
ADC1_RSPR4      0xF0101444         Request Source Priority Register 4
ADC1_SYNCTR     0xF0101448         Synchronization Control Register
ADC1_INPCR0     0xF0101450         Input Class Register 0
ADC1_INPCR1     0xF0101454         Input Class Register 1
ADC1_INPCR2     0xF0101458         Input Class Register 2
ADC1_INPCR3     0xF010145C         Input Class Register 3
ADC1_CHFR       0xF0101460         Channel Flag Register
ADC1_CHFCR      0xF0101464         Channel Flag Clear Register
ADC1_CHENPR0    0xF0101468         Channel Event Node Pointer Register 0
ADC1_CHENPR8    0xF010146C         Channel Event Node Pointer Register 8
ADC1_EVFR       0xF0101470         Event Flag Register
ADC1_EVFCR      0xF0101474         Event Flag Clear Register
ADC1_EVNPR      0xF0101478         Event Node Pointer Register
ADC1_QMR0       0xF0101480         Queue 0 Mode Register
ADC1_QSR0       0xF0101484         Queue 0 Status Register
ADC1_Q0R0       0xF0101488         Queue 0 Register 0
ADC1_QBUR0      0xF010148C         Queue 0 Backup / Input Register
ADC1_CRCR1      0xF0101490         Conversion Request 1 Control Register
ADC1_CRPR1      0xF0101494         Conversion Request 1 Pending Register
ADC1_CRMR1      0xF0101498         Conversion Request 1 Mode Register
ADC1_QMR2       0xF01014A0         Queue 2 Mode Register
ADC1_QSR2       0xF01014A4         Queue 2 Status Register
ADC1_Q0R2       0xF01014A8         Queue 2 Register 0
ADC1_QBUR2      0xF01014AC         Queue 2 Backup / Input Register
ADC1_CRCR3      0xF01014B0         Conversion Request 3 Control Register
ADC1_CRPR3      0xF01014B4         Conversion Request 3 Pending Register
ADC1_CRMR3      0xF01014B8         Conversion Request 3 Mode Register
ADC1_QMR4       0xF01014C0         Queue 4 Mode Register
ADC1_QSR4       0xF01014C4         Queue 4 Status Register
ADC1_Q0R4       0xF01014C8         Queue 4 Register 0
ADC1_QBUR4      0xF01014CC         Queue 4 Backup / Input Register
ADC1_LCBR0      0xF01014F0         Limit Check Boundary Register 0
ADC1_LCBR1      0xF01014F4         Limit Check Boundary Register 1
ADC1_LCBR2      0xF01014F8         Limit Check Boundary Register 2
ADC1_LCBR3      0xF01014FC         Limit Check Boundary Register 3
ADC1_CHCTR0     0xF0101500         Channel 0 Control Register
ADC1_CHCTR1     0xF0101504         Channel 1 Control Register
ADC1_CHCTR2     0xF0101508         Channel 2 Control Register
ADC1_CHCTR3     0xF010150C         Channel 3 Control Register
ADC1_CHCTR4     0xF0101510         Channel 4 Control Register
ADC1_CHCTR5     0xF0101514         Channel 5 Control Register
ADC1_CHCTR6     0xF0101518         Channel 6 Control Register
ADC1_CHCTR7     0xF010151C         Channel 7 Control Register
ADC1_CHCTR8     0xF0101520         Channel 8 Control Register
ADC1_CHCTR9     0xF0101524         Channel 9 Control Register
ADC1_CHCTR10    0xF0101528         Channel 10 Control Register
ADC1_CHCTR11    0xF010152C         Channel 11 Control Register
ADC1_CHCTR12    0xF0101530         Channel 12 Control Register
ADC1_CHCTR13    0xF0101534         Channel 13 Control Register
ADC1_CHCTR14    0xF0101538         Channel 14 Control Register
ADC1_CHCTR15    0xF010153C         Channel 15 Control Register
ADC1_RCR0       0xF0101540         Result Control Register 0
ADC1_RCR1       0xF0101544         Result Control Register 1
ADC1_RCR2       0xF0101548         Result Control Register 2
ADC1_RCR3       0xF010154C         Result Control Register 3
ADC1_RCR4       0xF0101550         Result Control Register 4
ADC1_RCR5       0xF0101554         Result Control Register 5
ADC1_RCR6       0xF0101558         Result Control Register 6
ADC1_RCR7       0xF010155C         Result Control Register 7
ADC1_RCR8       0xF0101560         Result Control Register 8
ADC1_RCR9       0xF0101564         Result Control Register 9
ADC1_RCR10      0xF0101568         Result Control Register 10
ADC1_RCR11      0xF010156C         Result Control Register 11
ADC1_RCR12      0xF0101570         Result Control Register 12
ADC1_RCR13      0xF0101574         Result Control Register 13
ADC1_RCR14      0xF0101578         Result Control Register 14
ADC1_RCR15      0xF010157C         Result Control Register 15
ADC1_RESR0      0xF0101580         Result Register 0
ADC1_RESR1      0xF0101584         Result Register 1
ADC1_RESR2      0xF0101588         Result Register 2
ADC1_RESR3      0xF010158C         Result Register 3
ADC1_RESR4      0xF0101590         Result Register 4
ADC1_RESR5      0xF0101594         Result Register 5
ADC1_RESR6      0xF0101598         Result Register 6
ADC1_RESR7      0xF010159C         Result Register 7
ADC1_RESR8      0xF01015A0         Result Register 8
ADC1_RESR9      0xF01015A4         Result Register 9
ADC1_RESR10     0xF01015A8         Result Register 10
ADC1_RESR11     0xF01015AC         Result Register 11
ADC1_RESR12     0xF01015B0         Result Register 12
ADC1_RESR13     0xF01015B4         Result Register 13
ADC1_RESR14     0xF01015B8         Result Register 14
ADC1_RESR15     0xF01015BC         Result Register 15
ADC1_RESRD0     0xF01015C0         Result Register 0 for Debugging
ADC1_RESRD1     0xF01015C4         Result Register 1 for Debugging
ADC1_RESRD2     0xF01015C8         Result Register 2 for Debugging
ADC1_RESRD3     0xF01015CC         Result Register 3 for Debugging
ADC1_RESRD4     0xF01015D0         Result Register 4 for Debugging
ADC1_RESRD5     0xF01015D4         Result Register 5 for Debugging
ADC1_RESRD6     0xF01015D8         Result Register 6 for Debugging
ADC1_RESRD7     0xF01015DC         Result Register 7 for Debugging
ADC1_RESRD8     0xF01015E0         Result Register 8 for Debugging
ADC1_RESRD9     0xF01015E4         Result Register 9 for Debugging
ADC1_RESRD10    0xF01015E8         Result Register 10 for Debugging
ADC1_RESRD11    0xF01015EC         Result Register 11 for Debugging
ADC1_RESRD12    0xF01015F0         Result Register 12 for Debugging
ADC1_RESRD13    0xF01015F4         Result Register 13 for Debugging
ADC1_RESRD14    0xF01015F8         Result Register 14 for Debugging
ADC1_RESRD15    0xF01015FC         Result Register 15 for Debugging
ADC1_VFR        0xF0101600         Valid Flag Register
ADC1_INTR       0xF0101604         Interrupt Activation Register
ADC1_RNPR0      0xF0101608         Result Node Pointer Register 0
ADC1_RNPR8      0xF010160C         Result Node Pointer Register 8
ADC1_ALR0       0xF0101610         Alias Register 0
ADC1_APR        0xF0101618         Access Protection Register
ADC1_EMCTR      0xF0101620         External Multiplexer Control Register
ADC1_TEST0      0xF0101680         Test Register 0
ADC1_TEST2      0xF0101684         Test Register 2
ADC2_ID         0xF0101808         Module Identification Register
ADC2_RSIR0      0xF0101810         Request Source 0 Input Register
ADC2_RSIR1      0xF0101814         Request Source 0 Input Register
ADC2_RSIR2      0xF0101818         Request Source 0 Input Register
ADC2_RSIR3      0xF010181C         Request Source 0 Input Register
ADC2_RSIR4      0xF0101820         Request Source 0 Input Register
ADC2_GLOBCTR    0xF0101830         Global Control Register
ADC2_GLOBCFG    0xF0101834         Global Configuration Register
ADC2_GLOBSTR    0xF0101838         Global Status Register
ADC2_ASENR      0xF010183C         Arbitration Slot Enable Register
ADC2_RSPR0      0xF0101840         Request Source Priority Register 0
ADC2_RSPR4      0xF0101844         Request Source Priority Register 4
ADC2_SYNCTR     0xF0101848         Synchronization Control Register
ADC2_INPCR0     0xF0101850         Input Class Register 0
ADC2_INPCR1     0xF0101854         Input Class Register 1
ADC2_INPCR2     0xF0101858         Input Class Register 2
ADC2_INPCR3     0xF010185C         Input Class Register 3
ADC2_CHFR       0xF0101860         Channel Flag Register
ADC2_CHFCR      0xF0101864         Channel Flag Clear Register
ADC2_CHENPR0    0xF0101868         Channel Event Node Pointer Register 0
ADC2_CHENPR8    0xF010186C         Channel Event Node Pointer Register 8
ADC2_EVFR       0xF0101870         Event Flag Register
ADC2_EVFCR      0xF0101874         Event Flag Clear Register
ADC2_EVNPR      0xF0101878         Event Node Pointer Register
ADC2_QMR0       0xF0101880         Queue 0 Mode Register
ADC2_QSR0       0xF0101884         Queue 0 Status Register
ADC2_Q0R0       0xF0101888         Queue 0 Register 0
ADC2_QBUR0      0xF010188C         Queue 0 Backup / Input Register
ADC2_CRCR1      0xF0101890         Conversion Request 1 Control Register
ADC2_CRPR1      0xF0101894         Conversion Request 1 Pending Register
ADC2_CRMR1      0xF0101898         Conversion Request 1 Mode Register
ADC2_QMR2       0xF01018A0         Queue 2 Mode Register
ADC2_QSR2       0xF01018A4         Queue 2 Status Register
ADC2_Q0R2       0xF01018A8         Queue 2 Register 0
ADC2_QBUR2      0xF01018AC         Queue 2 Backup / Input Register
ADC2_CRCR3      0xF01018B0         Conversion Request 3 Control Register
ADC2_CRPR3      0xF01018B4         Conversion Request 3 Pending Register
ADC2_CRMR3      0xF01018B8         Conversion Request 3 Mode Register
ADC2_QMR4       0xF01018C0         Queue 4 Mode Register
ADC2_QSR4       0xF01018C4         Queue 4 Status Register
ADC2_Q0R4       0xF01018C8         Queue 4 Register 0
ADC2_QBUR4      0xF01018CC         Queue 4 Backup / Input Register
ADC2_LCBR0      0xF01018F0         Limit Check Boundary Register 0
ADC2_LCBR1      0xF01018F4         Limit Check Boundary Register 1
ADC2_LCBR2      0xF01018F8         Limit Check Boundary Register 2
ADC2_LCBR3      0xF01018FC         Limit Check Boundary Register 3
ADC2_CHCTR0     0xF0101900         Channel 0 Control Register
ADC2_CHCTR1     0xF0101904         Channel 1 Control Register
ADC2_CHCTR2     0xF0101908         Channel 2 Control Register
ADC2_CHCTR3     0xF010190C         Channel 3 Control Register
ADC2_CHCTR4     0xF0101910         Channel 4 Control Register
ADC2_CHCTR5     0xF0101914         Channel 5 Control Register
ADC2_CHCTR6     0xF0101918         Channel 6 Control Register
ADC2_CHCTR7     0xF010191C         Channel 7 Control Register
ADC2_CHCTR8     0xF0101920         Channel 8 Control Register
ADC2_CHCTR9     0xF0101924         Channel 9 Control Register
ADC2_CHCTR10    0xF0101928         Channel 10 Control Register
ADC2_CHCTR11    0xF010192C         Channel 11 Control Register
ADC2_CHCTR12    0xF0101930         Channel 12 Control Register
ADC2_CHCTR13    0xF0101934         Channel 13 Control Register
ADC2_CHCTR14    0xF0101938         Channel 14 Control Register
ADC2_CHCTR15    0xF010193C         Channel 15 Control Register
ADC2_RCR0       0xF0101940         Result Control Register 0
ADC2_RCR1       0xF0101944         Result Control Register 1
ADC2_RCR2       0xF0101948         Result Control Register 2
ADC2_RCR3       0xF010194C         Result Control Register 3
ADC2_RCR4       0xF0101950         Result Control Register 4
ADC2_RCR5       0xF0101954         Result Control Register 5
ADC2_RCR6       0xF0101958         Result Control Register 6
ADC2_RCR7       0xF010195C         Result Control Register 7
ADC2_RCR8       0xF0101960         Result Control Register 8
ADC2_RCR9       0xF0101964         Result Control Register 9
ADC2_RCR10      0xF0101968         Result Control Register 10
ADC2_RCR11      0xF010196C         Result Control Register 11
ADC2_RCR12      0xF0101970         Result Control Register 12
ADC2_RCR13      0xF0101974         Result Control Register 13
ADC2_RCR14      0xF0101978         Result Control Register 14
ADC2_RCR15      0xF010197C         Result Control Register 15
ADC2_RESR0      0xF0101980         Result Register 0
ADC2_RESR1      0xF0101984         Result Register 1
ADC2_RESR2      0xF0101988         Result Register 2
ADC2_RESR3      0xF010198C         Result Register 3
ADC2_RESR4      0xF0101990         Result Register 4
ADC2_RESR5      0xF0101994         Result Register 5
ADC2_RESR6      0xF0101998         Result Register 6
ADC2_RESR7      0xF010199C         Result Register 7
ADC2_RESR8      0xF01019A0         Result Register 8
ADC2_RESR9      0xF01019A4         Result Register 9
ADC2_RESR10     0xF01019A8         Result Register 10
ADC2_RESR11     0xF01019AC         Result Register 11
ADC2_RESR12     0xF01019B0         Result Register 12
ADC2_RESR13     0xF01019B4         Result Register 13
ADC2_RESR14     0xF01019B8         Result Register 14
ADC2_RESR15     0xF01019BC         Result Register 15
ADC2_RESRD0     0xF01019C0         Result Register 0 for Debugging
ADC2_RESRD1     0xF01019C4         Result Register 1 for Debugging
ADC2_RESRD2     0xF01019C8         Result Register 2 for Debugging
ADC2_RESRD3     0xF01019CC         Result Register 3 for Debugging
ADC2_RESRD4     0xF01019D0         Result Register 4 for Debugging
ADC2_RESRD5     0xF01019D4         Result Register 5 for Debugging
ADC2_RESRD6     0xF01019D8         Result Register 6 for Debugging
ADC2_RESRD7     0xF01019DC         Result Register 7 for Debugging
ADC2_RESRD8     0xF01019E0         Result Register 8 for Debugging
ADC2_RESRD9     0xF01019E4         Result Register 9 for Debugging
ADC2_RESRD10    0xF01019E8         Result Register 10 for Debugging
ADC2_RESRD11    0xF01019EC         Result Register 11 for Debugging
ADC2_RESRD12    0xF01019F0         Result Register 12 for Debugging
ADC2_RESRD13    0xF01019F4         Result Register 13 for Debugging
ADC2_RESRD14    0xF01019F8         Result Register 14 for Debugging
ADC2_RESRD15    0xF01019FC         Result Register 15 for Debugging
ADC2_VFR        0xF0101A00         Valid Flag Register
ADC2_INTR       0xF0101A04         Interrupt Activation Register
ADC2_RNPR0      0xF0101A08         Result Node Pointer Register 0
ADC2_RNPR8      0xF0101A0C         Result Node Pointer Register 8
ADC2_ALR0       0xF0101A10         Alias Register 0
ADC2_APR        0xF0101A18         Access Protection Register
ADC2_EMCTR      0xF0101A20         External Multiplexer Control Register
ADC2_TEST0      0xF0101A80         Test Register 0
ADC2_TEST2      0xF0101A84         Test Register 2
MLI0_ID         0xF010C008         Module Identification Register
MLI0_FDR        0xF010C00C         Fractional Divider Register
MLI0_TCR        0xF010C010         Transmitter Control Register
MLI0_TSTATR     0xF010C014         Transmitter Status Register
MLI0_TP0STATR   0xF010C018         Transmitter Pipe 0 Status Register
MLI0_TP1STATR   0xF010C01C         Transmitter Pipe 1 Status Register
MLI0_TP2STATR   0xF010C020         Transmitter Pipe 2 Status Register
MLI0_TP3STATR   0xF010C024         Transmitter Pipe 3 Status Register
MLI0_TCMDR      0xF010C028         Transmitter Command Register
MLI0_TRSTATR    0xF010C02C         Transmitter Receiver Status Register
MLI0_TP0AOFR    0xF010C030         Transmitter Pipe 0 Address Offset Register
MLI0_TP1AOFR    0xF010C034         Transmitter Pipe 1 Address Offset Register
MLI0_TP2AOFR    0xF010C038         Transmitter Pipe 2 Address Offset Register
MLI0_TP3AOFR    0xF010C03C         Transmitter Pipe 3 Address Offset Register
MLI0_TP0DATAR   0xF010C040         Transmitter Pipe 0 Data Register
MLI0_TP1DATAR   0xF010C044         Transmitter Pipe 1 Data Register
MLI0_TP2DATAR   0xF010C048         Transmitter Pipe 2 Data Register
MLI0_TP3DATAR   0xF010C04C         Transmitter Pipe 3 Data Register
MLI0_TDRAR      0xF010C050         Transmitter Data Read Answer Register
MLI0_TP0BAR     0xF010C054         Transmitter Pipe 0 Base Address Register
MLI0_TP1BAR     0xF010C058         Transmitter Pipe 1 Base Address Register
MLI0_TP2BAR     0xF010C05C         Transmitter Pipe 2 Base Address Register
MLI0_TP3BAR     0xF010C060         Transmitter Pipe 3 Base Address Register
MLI0_TCBAR      0xF010C064         Transmitter Copy Base Address Register
MLI0_RCR        0xF010C068         Receiver Control Register
MLI0_RP0BAR     0xF010C06C         Receiver Pipe 0 Base Address Register
MLI0_RP1BAR     0xF010C070         Receiver Pipe 1 Base Address Register
MLI0_RP2BAR     0xF010C074         Receiver Pipe 2 Base Address Register
MLI0_RP3BAR     0xF010C078         Receiver Pipe 3 Base Address Register
MLI0_RP0STATR   0xF010C07C         Receiver Pipe 0 Status Register
MLI0_RP1STATR   0xF010C080         Receiver Pipe 1 Status Register
MLI0_RP2STATR   0xF010C084         Receiver Pipe 2 Status Register
MLI0_RP3STATR   0xF010C088         Receiver Pipe 3 Status Register
MLI0_RADRR      0xF010C08C         Receiver Address Register
MLI0_RDATAR     0xF010C090         Receiver Data Register
MLI0_SCR        0xF010C094         Set Clear Register
MLI0_TIER       0xF010C098         Transmitter Interrupt Enable Register
MLI0_TISR       0xF010C09C         Transmitter Interrupt Status Register
MLI0_TINPR      0xF010C0A0         Transmitter Interrupt Node Pointer Register
MLI0_RIER       0xF010C0A4         Receiver Interrupt Enable Register
MLI0_RISR       0xF010C0A8         Receiver Interrupt Status Register
MLI0_RINPR      0xF010C0AC         Receiver Interrupt Node Pointer Register
MLI0_GINTR      0xF010C0B0         Global Interrupt Set Register
MLI0_OICR       0xF010C0B4         Output Input Control Register
MLI0_AER        0xF010C0B8         Access Enable Register
MLI0_ARR        0xF010C0BC         Access Range Register
MLI1_ID         0xF010C108         Module Identification Register
MLI1_FDR        0xF010C10C         Fractional Divider Register
MLI1_TCR        0xF010C110         Transmitter Control Register
MLI1_TSTATR     0xF010C114         Transmitter Status Register
MLI1_TP0STATR   0xF010C118         Transmitter Pipe 0 Status Register
MLI1_TP1STATR   0xF010C11C         Transmitter Pipe 1 Status Register
MLI1_TP2STATR   0xF010C120         Transmitter Pipe 2 Status Register
MLI1_TP3STATR   0xF010C124         Transmitter Pipe 3 Status Register
MLI1_TCMDR      0xF010C128         Transmitter Command Register
MLI1_TRSTATR    0xF010C12C         Transmitter Receiver Status Register
MLI1_TP0AOFR    0xF010C130         Transmitter Pipe 0 Address Offset Register
MLI1_TP1AOFR    0xF010C134         Transmitter Pipe 1 Address Offset Register
MLI1_TP2AOFR    0xF010C138         Transmitter Pipe 2 Address Offset Register
MLI1_TP3AOFR    0xF010C13C         Transmitter Pipe 3 Address Offset Register
MLI1_TP0DATAR   0xF010C140         Transmitter Pipe 0 Data Register
MLI1_TP1DATAR   0xF010C144         Transmitter Pipe 1 Data Register
MLI1_TP2DATAR   0xF010C148         Transmitter Pipe 2 Data Register
MLI1_TP3DATAR   0xF010C14C         Transmitter Pipe 3 Data Register
MLI1_TDRAR      0xF010C150         Transmitter Data Read Answer Register
MLI1_TP0BAR     0xF010C154         Transmitter Pipe 0 Base Address Register
MLI1_TP1BAR     0xF010C158         Transmitter Pipe 1 Base Address Register
MLI1_TP2BAR     0xF010C15C         Transmitter Pipe 2 Base Address Register
MLI1_TP3BAR     0xF010C160         Transmitter Pipe 3 Base Address Register
MLI1_TCBAR      0xF010C164         Transmitter Copy Base Address Register
MLI1_RCR        0xF010C168         Receiver Control Register
MLI1_RP0BAR     0xF010C16C         Receiver Pipe 0 Base Address Register
MLI1_RP1BAR     0xF010C170         Receiver Pipe 1 Base Address Register
MLI1_RP2BAR     0xF010C174         Receiver Pipe 2 Base Address Register
MLI1_RP3BAR     0xF010C178         Receiver Pipe 3 Base Address Register
MLI1_RP0STATR   0xF010C17C         Receiver Pipe 0 Status Register
MLI1_RP1STATR   0xF010C180         Receiver Pipe 1 Status Register
MLI1_RP2STATR   0xF010C184         Receiver Pipe 2 Status Register
MLI1_RP3STATR   0xF010C188         Receiver Pipe 3 Status Register
MLI1_RADRR      0xF010C18C         Receiver Address Register
MLI1_RDATAR     0xF010C190         Receiver Data Register
MLI1_SCR        0xF010C194         Set Clear Register
MLI1_TIER       0xF010C198         Transmitter Interrupt Enable Register
MLI1_TISR       0xF010C19C         Transmitter Interrupt Status Register
MLI1_TINPR      0xF010C1A0         Transmitter Interrupt Node Pointer Register
MLI1_RIER       0xF010C1A4         Receiver Interrupt Enable Register
MLI1_RISR       0xF010C1A8         Receiver Interrupt Status Register
MLI1_RINPR      0xF010C1AC         Receiver Interrupt Node Pointer Register
MLI1_GINTR      0xF010C1B0         Global Interrupt Set Register
MLI1_OICR       0xF010C1B4         Output Input Control Register
MLI1_AER        0xF010C1B8         Access Enable Register
MLI1_ARR        0xF010C1BC         Access Range Register
MCHK_ID         0xF010C208         Module Identification Register
MCHK_IR         0xF010C210         Memory Checker Input Register
MCHK_RR         0xF010C214         Memory Checker Result Register
MCHK_WR         0xF010C220         Memory Checker Write Register
P12_OUT         0xF0300000         Port 12 Output Register
P12_OMR         0xF0300004         Port 12 Output Modification Register
P12_IOCR0       0xF0300010         Port 12 Input/Output Control Register 0
P12_IOCR4       0xF0300014         Port 12 Input/Output Control Register 4
P12_IN          0xF0300024         Port 12 Input Register
P12_PDR         0xF0300040         Port 12 Pad Driver Mode Register
P13_OUT         0xF0300100         Port 13 Output Register
P13_OMR         0xF0300104         Port 13 Output Modification Register
P13_IOCR0       0xF0300110         Port 13 Input/Output Control Register 0
P13_IOCR4       0xF0300114         Port 13 Input/Output Control Register 4
P13_IOCR8       0xF0300118         Port 13 Input/Output Control Register 8
P13_IOCR12      0xF030011C         Port 13 Input/Output Control Register 12
P13_IN          0xF0300124         Port 13 Input Register
P13_PDR         0xF0300140         Port 13 Pad Driver Mode Register
P13_ESR         0xF0300150         Port 13 Emergency Stop Register
P14_OUT         0xF0300200         Port 14 Output Register
P14_OMR         0xF0300204         Port 14 Output Modification Register
P14_IOCR0       0xF0300210         Port 14 Input/Output Control Register 0
P14_IOCR4       0xF0300214         Port 14 Input/Output Control Register 4
P14_IOCR8       0xF0300218         Port 14 Input/Output Control Register 8
P14_IOCR12      0xF030021C         Port 14 Input/Output Control Register 12
P14_IN          0xF0300224         Port 14 Input Register
P14_PDR         0xF0300240         Port 14 Pad Driver Mode Register
P14_ESR         0xF0300250         Port 14 Emergency Stop Register
P15_OUT         0xF0300300         Port 15 Output Register
P15_OMR         0xF0300304         Port 15 Output Modification Register
P15_IOCR0       0xF0300310         Port 15 Input/Output Control Register 0
P15_IOCR4       0xF0300314         Port 15 Input/Output Control Register 4
P15_IOCR8       0xF0300318         Port 15 Input/Output Control Register 8
P15_IOCR12      0xF030031C         Port 15 Input/Output Control Register 12
P15_IN          0xF0300324         Port 15 Input Register
P15_PDR         0xF0300340         Port 15 Pad Driver Mode Register
P16_OUT         0xF0300400         Port 16 Output Register
P16_OMR         0xF0300404         Port 16 Output Modification Register
P16_IOCR0       0xF0300410         Port 16 Input/Output Control Register 0
P16_IOCR4       0xF0300414         Port 16 Input/Output Control Register 4
P16_IN          0xF0300424         Port 16 Input Register
P16_PDR         0xF0300440         Port 16 Pad Driver Mode Register
CPS_ID          0xF7E0FF08         CPS Module Identification Register
CPU_SBSRC       0xF7E0FFBC         CPU Software Breakpoint Service Request Control Register
CPU_SRC3        0xF7E0FFF0         CPU Service Request Control Register 3
CPU_SRC2        0xF7E0FFF4         CPU Service Request Control Register 2
CPU_SRC1        0xF7E0FFF8         CPU Service Request Control Register 1
CPU_SRC0        0xF7E0FFFC         CPU Service Request Control Register 0
CSFR_BASE       0xF7E10000         Core Special Function Registers base
MMU_CON         0xF7E18000         MMU Control Register
BMACON          0xF7E19004         BIST Mode Access Control Register
SMACON          0xF7E1900C         SIST Mode Access Control Register
DIEAR           0xF7E19020         Data Integrity Error Address Register
DIETR           0xF7E19024         Data Integrity Error Trap Register
CCDIER          0xF7E19028         Count of Corrected Data Integrity Errors Register
MIECON          0xF7E19044         Memory Integrity Error Control Register
PIEAR           0xF7E19210         Program Integrity Error Address Register
PIETR           0xF7E19214         Program Integrity Error Trap Register
CCPIER          0xF7E19218         Count of Corrected Program Integrity ErrorsRegister
COMPAT          0xF7E19400         Compatibility Control Register
FPU_TRAP_CON    0xF7E1A000         Trap Control Register
FPU_TRAP_PC     0xF7E1A004         Trapping Instruction Program Counter Register
FPU_TRAP_OPC    0xF7E1A008         Trapping Instruction Opcode Register
FPU_TRAP_SRC1   0xF7E1A010         Trapping Instruction Operand Register
FPU_TRAP_SRC2   0xF7E1A014         Trapping Instruction Operand Register
FPU_TRAP_SRC3   0xF7E1A018         Trapping Instruction Operand Register
FPU_ID          0xF7E1A020         Trapping Identification Register
DPR0_0L         0xF7E1C000         Data Segment Protection Register Set 0, Range 0, Lower Boundary
DPR0_0U         0xF7E1C004         Data Segment Protection Register Set 0, Range 0, Upper Boundary
DPR0_1L         0xF7E1C008         Data Segment Protection Register Set 0, Range 1, Lower Boundary
DPR0_1U         0xF7E1C00C         Data Segment Protection Register Set 0, Range 1, Upper Boundary
DPR0_2L         0xF7E1C010         Data Segment Protection Register Set 0, Range 2, Lower Boundary
DPR0_2U         0xF7E1C014         Data Segment Protection Register Set 0, Range 2, Upper Boundary
DPR0_3L         0xF7E1C018         Data Segment Protection Register Set 0, Range 3, Lower Boundary
DPR0_3U         0xF7E1C01C         Data Segment Protection Register Set 0, Range 3, Upper Boundary
DPR1_0L         0xF7E1C400         Data Segment Protection Register Set 1, Range 0, Lower Boundary
DPR1_0U         0xF7E1C404         Data Segment Protection Register Set 1, Range 0, Upper Boundary
DPR1_1L         0xF7E1C408         Data Segment Protection Register Set 1, Range 1, Lower Boundary
DPR1_1U         0xF7E1C40C         Data Segment Protection Register Set 1, Range 1, Upper Boundary
DPR1_2L         0xF7E1C410         Data Segment Protection Register Set 1, Range 2, Lower Boundary
DPR1_2U         0xF7E1C414         Data Segment Protection Register Set 1, Range 2, Upper Boundary
DPR1_3L         0xF7E1C418         Data Segment Protection Register Set 1, Range 3, Lower Boundary
DPR1_3U         0xF7E1C41C         Data Segment Protection Register Set 1, Range 3, Upper Boundary
DPR2_0L         0xF7E1C800         Data Segment Protection Register Set 2, Range 0, Lower Boundary
DPR2_0U         0xF7E1C804         Data Segment Protection Register Set 2, Range 0, Upper Boundary
DPR2_1L         0xF7E1C808         Data Segment Protection Register Set 2, Range 1, Lower Boundary
DPR2_1U         0xF7E1C80C         Data Segment Protection Register Set 2, Range 1, Upper Boundary
DPR2_2L         0xF7E1C810         Data Segment Protection Register Set 2, Range 2, Lower Boundary
DPR2_2U         0xF7E1C814         Data Segment Protection Register Set 2, Range 2, Upper Boundary
DPR2_3L         0xF7E1C818         Data Segment Protection Register Set 2, Range 3, Lower Boundary
DPR2_3U         0xF7E1C81C         Data Segment Protection Register Set 2, Range 3, Upper Boundary
DPR3_0L         0xF7E1CC00         Data Segment Protection Register Set 3, Range 0, Lower Boundary
DPR3_0U         0xF7E1CC04         Data Segment Protection Register Set 3, Range 0, Upper Boundary
DPR3_1L         0xF7E1CC08         Data Segment Protection Register Set 3, Range 1, Lower Boundary
DPR3_1U         0xF7E1CC0C         Data Segment Protection Register Set 3, Range 1, Upper Boundary
DPR3_2L         0xF7E1CC10         Data Segment Protection Register Set 3, Range 2, Lower Boundary
DPR3_2U         0xF7E1CC14         Data Segment Protection Register Set 3, Range 2, Upper Boundary
DPR3_3L         0xF7E1CC18         Data Segment Protection Register Set 3, Range 3, Lower Boundary
DPR3_3U         0xF7E1CC1C         Data Segment Protection Register Set 3, Range 3, Upper Boundary
CPR0_0L         0xF7E1D000         Code Segment Protection Register Set 0, Range 0, Lower Boundary
CPR0_0U         0xF7E1D004         Code Segment Protection Register Set 0, Range 0, Upper Boundary
CPR0_1L         0xF7E1D008         Code Segment Protection Register Set 0, Range 1, Lower Boundary
CPR0_1U         0xF7E1D00C         Code Segment Protection Register Set 0, Range 1, Upper Boundary
CPR1_0L         0xF7E1D400         Code Segment Protection Register Set 1, Range 0, Lower Boundary
CPR1_0U         0xF7E1D404         Code Segment Protection Register Set 1, Range 0, Upper Boundary
CPR1_1L         0xF7E1D408         Code Segment Protection Register Set 1, Range 1, Lower Boundary
CPR1_1U         0xF7E1D40C         Code Segment Protection Register Set 1, Range 1, Upper Boundary
CPR2_0L         0xF7E1D800         Code Segment Protection Register Set 2, Range 0, Lower Boundary
CPR2_0U         0xF7E1D804         Code Segment Protection Register Set 2, Range 0, Upper Boundary
CPR2_1L         0xF7E1D808         Code Segment Protection Register Set 2, Range 1, Lower Boundary
CPR2_1U         0xF7E1D80C         Code Segment Protection Register Set 2, Range 1, Upper Boundary
CPR3_0L         0xF7E1DC00         Code Segment Protection Register Set 3, Range 0, Lower Boundary
CPR3_0U         0xF7E1DC04         Code Segment Protection Register Set 3, Range 0, Upper Boundary
CPR3_1L         0xF7E1DC08         Code Segment Protection Register Set 3, Range 1, Lower Boundary
CPR3_1U         0xF7E1DC0C         Code Segment Protection Register Set 3, Range 1, Upper Boundary
DPM0            0xF7E1E000         Data Protection Mode Register Set 0
DPM1            0xF7E1E080         Data Protection Mode Register Set 1
DPM2            0xF7E1E100         Data Protection Mode Register Set 2
DPM3            0xF7E1E180         Data Protection Mode Register Set 3
CPM0            0xF7E1E200         Code Protection Mode Register Set 0
CPM1            0xF7E1E280         Code Protection Mode Register Set 1
CPM2            0xF7E1E300         Code Protection Mode Register Set 2
CPM3            0xF7E1E380         Code Protection Mode Register Set 3
CCTRL           0xF7E1FC00         Counter Control Register
CCNT            0xF7E1FC04         CPU Clock Count Register
ICNT            0xF7E1FC08         Instruction Count Register
M1CNT           0xF7E1FC0C         Multi-Count Register 1
M2CNT           0xF7E1FC10         Multi-Count Register 2
M3CNT           0xF7E1FC14         Multi-Count Register 3
DBGSR           0xF7E1FD00         Debug Status Register
EXEVT           0xF7E1FD08         External Event Register
CREVT           0xF7E1FD0C         External Event Register
SWEVT           0xF7E1FD10         External Event Register
TR0EVT          0xF7E1FD20         Trigger Event 0 Register
TR1EVT          0xF7E1FD24         Trigger Event 1 Register
DMS             0xF7E1FD40         Debug Monitor Start Address Register
DCX             0xF7E1FD44         Debug Context Save Area Pointer Register
DBGTCR          0xF7E1FD48         Debug Trap Control Register
PCXI            0xF7E1FE00         Previous Context Information Register
PSW             0xF7E1FE04         Program Status Word
PC              0xF7E1FE08         Program Counter
SYSCON          0xF7E1FE14         System Configuration Register
CPU_ID          0xF7E1FE18         CPU Identification Register
BIV             0xF7E1FE20         Base Interrupt Vector Table Pointer
BTV             0xF7E1FE24         Base Trap Vector Table Pointer
ISP             0xF7E1FE28         Interrupt Stack Pointer
ICR             0xF7E1FE2C         Interrupt Control Register
FCX             0xF7E1FE38         Free CSA List Head Pointer
LCX             0xF7E1FE3C         Free CSA List Limit Pointer
CPU_D0          0xF7E1FF00         Data Register 0
CPU_D1          0xF7E1FF04         Data Register 1
CPU_D2          0xF7E1FF08         Data Register 2
CPU_D3          0xF7E1FF0C         Data Register 3
CPU_D4          0xF7E1FF10         Data Register 4
CPU_D5          0xF7E1FF14         Data Register 5
CPU_D6          0xF7E1FF18         Data Register 6
CPU_D7          0xF7E1FF1C         Data Register 7
CPU_D8          0xF7E1FF20         Data Register 8
CPU_D9          0xF7E1FF24         Data Register 9
CPU_D10         0xF7E1FF28         Data Register 10
CPU_D11         0xF7E1FF2C         Data Register 11
CPU_D12         0xF7E1FF30         Data Register 12
CPU_D13         0xF7E1FF34         Data Register 13
CPU_D14         0xF7E1FF38         Data Register 14
CPU_D15         0xF7E1FF3C         Data Register 15
CPU_A0          0xF7E1FF80         Address Register 0
CPU_A1          0xF7E1FF84         Address Register 1
CPU_A2          0xF7E1FF88         Address Register 2
CPU_A3          0xF7E1FF8C         Address Register 3
CPU_A4          0xF7E1FF90         Address Register 4
CPU_A5          0xF7E1FF94         Address Register 5
CPU_A6          0xF7E1FF98         Address Register 6
CPU_A7          0xF7E1FF9C         Address Register 7
CPU_A8          0xF7E1FFA0         Address Register 8
CPU_A9          0xF7E1FFA4         Address Register 9
CPU_A10         0xF7E1FFA8         Address Register 10
CPU_A11         0xF7E1FFAC         Address Register 11
CPU_A12         0xF7E1FFB0         Address Register 12
CPU_A13         0xF7E1FFB4         Address Register 13
CPU_A14         0xF7E1FFB8         Address Register 14
CPU_A15         0xF7E1FFBC         Address Register 15
EBU_CLC         0xF8000000         EBU Clock Control Register
EBU_MODCON      0xF8000004         EBU Configuration Register
EBU_ID          0xF8000008         EBU Module Identification Register
EBU_USERCON     0xF800000C         EBU Test/Control Configuration Register
EBU_EXTBOOT     0xF8000010         EBU External Boot Configuration Register
EBU_ADDRSEL0    0xF8000018         EBU Address Select Register 0
EBU_ADDRSEL1    0xF800001C         EBU Address Select Register 1
EBU_ADDRSEL2    0xF8000020         EBU Address Select Register 2
EBU_ADDRSEL3    0xF8000024         EBU Address Select Register 3
EBU_BUSRCON0    0xF8000028         EBU Bus Configuration Register
EBU_BUSRAP0     0xF800002C         EBU Bus Read Access Parameter Register
EBU_BUSWCON0    0xF8000030         EBU Bus Write Configuration Register
EBU_BUSWAP0     0xF8000034         EBU Bus Write Access Parameter Register
EBU_BUSRCON1    0xF8000038         EBU Bus Configuration Register
EBU_BUSRAP1     0xF800003C         EBU Bus Read Access Parameter Register
EBU_BUSWCON1    0xF8000040         EBU Bus Write Configuration Register
EBU_BUSWAP1     0xF8000044         EBU Bus Write Access Parameter Register
EBU_BUSRCON2    0xF8000048         EBU Bus Configuration Register
EBU_BUSRAP2     0xF800004C         EBU Bus Read Access Parameter Register
EBU_BUSWCON2    0xF8000050         EBU Bus Write Configuration Register
EBU_BUSWAP2     0xF8000054         EBU Bus Write Access Parameter Register
EBU_BUSRCON3    0xF8000058         EBU Bus Configuration Register
EBU_BUSRAP3     0xF800005C         EBU Bus Read Access Parameter Register
EBU_BUSWCON3    0xF8000060         EBU Bus Write Configuration Register
EBU_BUSWAP3     0xF8000064         EBU Bus Write Access Parameter Register
PMU0_ID         0xF8000508         PMU0 Identification Register
PMU0_OVRCON     0xF8000520         Overlay RAM Control Register
PMU1_ID         0xF8000608         PMU1 Identification Register
FLASH0_ID       0xF8002008         Flash Module Identification Register
FLASH0_FSR      0xF8002010         Flash Status Register
FLASH0_FCON     0xF8002014         Flash Configuration Register
FLASH0_MARP     0xF8002018         Margin Control Register PFLASH
FLASH0_MARD     0xF800201C         Margin Control Register DFLASH
FLASH0_PROCON0  0xF8002020         Flash Protection Configuration Register User 0
FLASH0_PROCON1  0xF8002024         Flash Protection Configuration Register User 1
FLASH0_PROCON2  0xF8002028         Flash Protection Configuration Register User 2
FLASH0_CFTEST   0xF8002100         CPU Flash Test Register
FLASH0_ECCW     0xF8002104         ECC Write Register
FLASH0_ECCR     0xF8002108         ECC Read Register
FLASH0_FSCON    0xF800210C         Flash Size Configuration Register
FLASH1_ID       0xF8004008         Flash Module Identification Register
FLASH1_FSR      0xF8004010         Flash Status Register
FLASH1_FCON     0xF8004014         Flash Configuration Register
FLASH1_MARP     0xF8004018         Margin Control Register PFLASH
FLASH1_MARD     0xF800401C         Margin Control Register DFLASH
FLASH1_PROCON0  0xF8004020         Flash Protection Configuration Register User 0
FLASH1_PROCON1  0xF8004024         Flash Protection Configuration Register User 1
FLASH1_PROCON2  0xF8004028         Flash Protection Configuration Register User 2
FLASH1_CFTEST   0xF8004100         CPU Flash Test Register
FLASH1_ECCW     0xF8004104         ECC Write Register
FLASH1_ECCR     0xF8004108         ECC Read Register
FLASH1_FSCON    0xF800410C         Flash Size Configuration Register
OVC_RABR0       0xF87FFB20         Redirected Address Base Register 0
OVC_OTAR0       0xF87FFB24         Overlay Target Address Register 0
OVC_OMASK0      0xF87FFB28         Overlay Mask Register 0
OVC_RABR1       0xF87FFB2C         Redirected Address Base Register 1
OVC_OTAR1       0xF87FFB30         Overlay Target Address Register 1
OVC_OMASK1      0xF87FFB34         Overlay Mask Register 1
OVC_RABR2       0xF87FFB38         Redirected Address Base Register 2
OVC_OTAR2       0xF87FFB3C         Overlay Target Address Register 2
OVC_OMASK2      0xF87FFB40         Overlay Mask Register 2
OVC_RABR3       0xF87FFB44         Redirected Address Base Register 3
OVC_OTAR3       0xF87FFB48         Overlay Target Address Register 3
OVC_OMASK3      0xF87FFB4C         Overlay Mask Register 3
OVC_RABR4       0xF87FFB50         Redirected Address Base Register 4
OVC_OTAR4       0xF87FFB54         Overlay Target Address Register 4
OVC_OMASK4      0xF87FFB58         Overlay Mask Register 4
OVC_RABR5       0xF87FFB5C         Redirected Address Base Register 5
OVC_OTAR5       0xF87FFB60         Overlay Target Address Register 5
OVC_OMASK5      0xF87FFB64         Overlay Mask Register 5
OVC_RABR6       0xF87FFB68         Redirected Address Base Register 6
OVC_OTAR6       0xF87FFB6C         Overlay Target Address Register 6
OVC_OMASK6      0xF87FFB70         Overlay Mask Register 6
OVC_RABR7       0xF87FFB74         Redirected Address Base Register 7
OVC_OTAR7       0xF87FFB78         Overlay Target Address Register 7
OVC_OMASK7      0xF87FFB7C         Overlay Mask Register 7
OVC_RABR8       0xF87FFB80         Redirected Address Base Register 8
OVC_OTAR8       0xF87FFB84         Overlay Target Address Register 8
OVC_OMASK8      0xF87FFB88         Overlay Mask Register 8
OVC_RABR9       0xF87FFB8C         Redirected Address Base Register 9
OVC_OTAR9       0xF87FFB90         Overlay Target Address Register 9
OVC_OMASK9      0xF87FFB94         Overlay Mask Register 9
OVC_RABR10      0xF87FFB98         Redirected Address Base Register 10
OVC_OTAR10      0xF87FFB9C         Overlay Target Address Register 10
OVC_OMASK10     0xF87FFBA0         Overlay Mask Register 10
OVC_RABR11      0xF87FFBA4         Redirected Address Base Register 11
OVC_OTAR11      0xF87FFBA8         Overlay Target Address Register 11
OVC_OMASK11     0xF87FFBAC         Overlay Mask Register 11
OVC_RABR12      0xF87FFBB0         Redirected Address Base Register 12
OVC_OTAR12      0xF87FFBB4         Overlay Target Address Register 12
OVC_OMASK12     0xF87FFBB8         Overlay Mask Register 12
OVC_RABR13      0xF87FFBBC         Redirected Address Base Register 13
OVC_OTAR13      0xF87FFBC0         Overlay Target Address Register 13
OVC_OMASK13     0xF87FFBC4         Overlay Mask Register 13
OVC_RABR14      0xF87FFBC8         Redirected Address Base Register 14
OVC_OTAR14      0xF87FFBCC         Overlay Target Address Register 14
OVC_OMASK14     0xF87FFBD0         Overlay Mask Register 14
OVC_RABR15      0xF87FFBD4         Redirected Address Base Register 15
OVC_OTAR15      0xF87FFBD8         Overlay Target Address Register 15
OVC_OMASK15     0xF87FFBDC         Overlay Mask Register 15
OVC_OCON        0xF87FFBE0         Overlay Control Register
DMI_ID          0xF87FFC08         DMI Identification Register
DMI_CON         0xF87FFC10         DMI Control Register
DMI_STR         0xF87FFC18         DMI Synchronous Trap Flag Register
DMI_ATR         0xF87FFC20         DMI Asynchronous Trap Flag Register
PMI_ID          0xF87FFD08         PMI Identification Register
PMI_CON0        0xF87FFD10         PMI Control Register 0
PMI_CON1        0xF87FFD14         PMI Control Register 1
PMI_CON2        0xF87FFD18         PMI Control Register 2
PMI_STR         0xF87FFD20         PMI Synchronous Trap Register
LBCU_ID         0xF87FFE08         Module Identification Register
LBCU_LEATT      0xF87FFE20         LBCU LMB Error Attribute Register
LBCU_LEADDR     0xF87FFE24         LBCU LMB Error Address Register
LBCU_LEDATL     0xF87FFE28         LBCU LMB Error Data Low Register
LBCU_LEDATH     0xF87FFE2C         LBCU LMB Error Data High Register
LBCU_SRC        0xF87FFEFC         LBCU Service Request Control Register
LFI_ID          0xF87FFF08         Module Identification Register
LFI_CON         0xF87FFF10         LFI Configuration Register

; this chip implements TriCore v1.6 instruction set
.tc1xxx/tc1791,tc1xxx/tc1793,tc1xxx/tc1798
; MEMORY MAP
; memory map unknown - the documentation is missing it
area DATA REGISTERS       0xF0000000:0xF8800000   Core SFRs and GPRs
; REGISTERS
SBCU_ID         0xF0000108         Module Identification Register
SBCU_CON        0xF0000110         SBCU Control Register
SBCU_ECON       0xF0000120         SBCU Error Control Capture Register
SBCU_EADD       0xF0000124         SBCU Error Address Capture Register
SBCU_EDAT       0xF0000128         SBCU Error Data Capture Register
SBCU_DBCNTL     0xF0000130         SBCU Debug Control Register
SBCU_DBGRNT     0xF0000134         SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0000138         SBCU Debug Address 1 Register
SBCU_DBADR2     0xF000013C         SBCU Debug Address 2 Register
SBCU_DBBOS      0xF0000140         SBCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0000144         SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0000148         SBCU Debug Trapped Address Register
SBCU_DBBOST     0xF000014C         SBCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0000150         SBCU Debug Data Status Register
SBCU_SRC        0xF00001FC         SBCU Service Request Control Register
STM_CLC         0xF0000200         STM Clock Control Register
STM_ID          0xF0000208         STM Module Identification Register
STM_TIM0        0xF0000210         STM Timer Register 0
STM_TIM1        0xF0000214         STM Timer Register 1
STM_TIM2        0xF0000218         STM Timer Register 2
STM_TIM3        0xF000021C         STM Timer Register 3
STM_TIM4        0xF0000220         STM Timer Register 4
STM_TIM5        0xF0000224         STM Timer Register 5
STM_TIM6        0xF0000228         STM Timer Register 6
STM_CAP         0xF000022C         STM Timer Capture Register
STM_CMP0        0xF0000230         STM Compare Register 0
STM_CMP1        0xF0000234         STM Compare Register 1
STM_CMCON       0xF0000238         STM Compare Match Control Register
STM_ICR         0xF000023C         STM Interrupt Control Register
STM_ISRR        0xF0000240         STM Interrupt Set/Reset Register
STM_SRC1        0xF00002F8         STM Service Request Control Register 1
STM_SRC0        0xF00002FC         STM Service Request Control Register 0
CBS_JDPID       0xF0000408         Module Identification Register
CBS_JTAGID      0xF0000464         JTAG Device Identification Register
CBS_COMDATA     0xF0000468         Communication Mode Data Register
CBS_IOSR        0xF000046C         IOClient Status and Control Register
CBS_MCDBBS      0xF0000470         Break Bus Switch Configuration Register
CBS_MCDSSG      0xF0000474         Suspend Source Status and Control Register
CBS_OEC         0xF0000478         OCDS Enable Control Register
CBS_OCNTRL      0xF000047C         OSCU Control Register
CBS_OSTATE      0xF0000480         OSCU Status Register
CBS_INTMOD      0xF0000484         Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488         Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C         Internally Controlled Trace Destination Register
CBS_MCDBBSS     0xF0000490         Break Bus Switch Status Register
CBS_MCDSSGC     0xF0000494         Suspend Signal Target Control Register
CBS_TRIGS       0xF00004A0         Set Trigger to Host Register
CBS_TRIGC       0xF00004A4         Clear Trigger to Host Register
CBS_TRIG        0xF00004A8         Trigger to Host Register
CBS_SRC1        0xF00004F8         Service Request Node2 Control Register
CBS_SRC0        0xF00004FC         Service Request Node1 Control Register
SCU_ID          0xF0000508         Identification Register
SCU_OSCCON      0xF0000510         OSC Control Register
SCU_PLLSTAT     0xF0000514         PLL Status Register
SCU_PLLCON0     0xF0000518         PLL Configuration 0 Register
SCU_PLLCON1     0xF000051C         PLL Configuration 1 Register
SCU_PLLCON2     0xF0000520         PLL Configuration 2 Register
SCU_PLLERAYSTAT 0xF0000524         PLL_ERAY Status Register
SCU_PLLERAYCON0 0xF0000528         PLL_ERAY Configuration 0 Register
SCU_PLLERAYCON1 0xF000052C         PLL_ERAY Configuration 1 Register
SCU_CCUCON0     0xF0000530         CCU Clock Control Register 0
SCU_CCUCON1     0xF0000534         CCU Clock Control Register 1
SCU_FDR         0xF0000538         Fractional Divider Register
SCU_EXTCON      0xF000053C         External Clock Control Register
SCU_SYSCON      0xF0000540         System Control Register
SCU_CCUCON2     0xF0000544         CCU Clock Control Register 2
SCU_RSTSTAT     0xF0000550         Reset Status Register
SCU_RSTCNTCON   0xF0000554         Reset Counter Control Register
SCU_RSTCON      0xF0000558         Reset Configuration Register
SCU_ARSTDIS     0xF000055C         Application Reset Disable Register
SCU_SWRSTCON    0xF0000560         Software Reset Configuration Register
SCU_ESRCFG0     0xF0000570         ESR0 Configuration Register
SCU_ESRCFG1     0xF0000574         ESR1 Configuration Register
SCU_EICR0       0xF0000580         External Input Channel Register 0
SCU_EICR1       0xF0000584         External Input Channel Register 1
SCU_EIFR        0xF0000588         External Input Flag Register
SCU_FMR         0xF000058C         Flag Modification Register
SCU_PDRR        0xF0000590         Pattern Detection Result Register
SCU_IGCR0       0xF0000594         Interrupt Gating Register 0
SCU_IGCR1       0xF0000598         Interrupt Gating Register 1
SCU_IOCR        0xF00005A0         Input/Output Control Register
SCU_OUT         0xF00005A4         Output Register
SCU_OMR         0xF00005A8         Output Modification Register
SCU_IN          0xF00005AC         Input Register
SCU_PMCSR       0xF00005B0         Power Management Control and Status Register
SCU_STSTAT      0xF00005C0         Start-up Status Register
SCU_STCON       0xF00005C4         Start-up Configuration Register
SCU_ECCCON      0xF00005D0         ECC Control Register
SCU_ECCSTAT     0xF00005D4         ECC Status Register
SCU_ECCCLR      0xF00005D8         ECC Clear Register
SCU_DTSSTAT     0xF00005E0         Die Temperature Sensor Status Register
SCU_DTSCON      0xF00005E4         Die Temperature Sensor Control Register
WDT_CON0        0xF00005F0         WDT Control Register 0
WDT_CON1        0xF00005F4         WDT Control Register 1
WDT_SR          0xF00005F8         WDT Status Register
SCU_EMSR        0xF0000600         Emergency Stop Register
SCU_INTSTAT     0xF0000610         Interrupt Status Register
SCU_INTSET      0xF0000614         Interrupt Set Register
SCU_INTCLR      0xF0000618         Interrupt Clear Register
SCU_INTDIS      0xF000061C         Interrupt Disable Register
SCU_INTNP       0xF0000620         Interrupt Node Pointer Register
SCU_TRAPSTAT    0xF0000624         Trap Status Register
SCU_TRAPSET     0xF0000628         Trap Set Register
SCU_TRAPCLR     0xF000062C         Trap Clear Register
SCU_TRAPDIS     0xF0000630         Trap Disable Register
SCU_CHIPID      0xF0000640         Chip Identification Register
SCU_MANID       0xF0000644         Manufacturer Identification Register
SCU_RTID        0xF0000648         Redesign Tracing Identification Register
SCU_SRC3        0xF00006F0         Service Request Control 3 Register
SCU_SRC2        0xF00006F4         Service Request Control 2 Register
SCU_SRC1        0xF00006F8         Service Request Control 1 Register
SCU_SRC0        0xF00006FC         Service Request Control 0 Register
MSC0_CLC        0xF0000800         MSC0 Clock Control Register
MSC0_ID         0xF0000808         MSC0 Module Identification Register
MSC0_FDR        0xF000080C         MSC0 Fractional Divider Register
MSC0_USR        0xF0000810         MSC0 Upstream Status Register
MSC0_DSC        0xF0000814         MSC0 Downstream Control Register
MSC0_DSS        0xF0000818         MSC0 Downstream Status Register
MSC0_DD         0xF000081C         MSC0 Downstream Data Register
MSC0_DC         0xF0000820         MSC0 Downstream Command Register
MSC0_DSDSL      0xF0000824         MSC0 Downstream Select Data Source Low Register
MSC0_DSDSH      0xF0000828         MSC0 Downstream Select Data Source High Register
MSC0_ESR        0xF000082C         MSC0 Emergency Stop Register
MSC0_UD0        0xF0000830         MSC0 Upstream Data Register 0
MSC0_UD1        0xF0000834         MSC0 Upstream Data Register 1
MSC0_UD2        0xF0000838         MSC0 Upstream Data Register 2
MSC0_UD3        0xF000083C         MSC0 Upstream Data Register 3
MSC0_ICR        0xF0000840         MSC0 Interrupt Control Register
MSC0_ISR        0xF0000844         MSC0 Interrupt Status Register
MSC0_ISC        0xF0000848         MSC0 Interrupt Set Clear Register
MSC0_OCR        0xF000084C         MSC0 Output Control Register
MSC0_SRC1       0xF00008F8         MSC0 Service Request Control Register 1
MSC0_SRC0       0xF00008FC         MSC0 Service Request Control Register 0
MSC1_CLC        0xF0000900         MSC1 Clock Control Register
MSC1_ID         0xF0000908         MSC1 Module Identification Register
MSC1_FDR        0xF000090C         MSC1 Fractional Divider Register
MSC1_USR        0xF0000910         MSC1 Upstream Status Register
MSC1_DSC        0xF0000914         MSC1 Downstream Control Register
MSC1_DSS        0xF0000918         MSC1 Downstream Status Register
MSC1_DD         0xF000091C         MSC1 Downstream Data Register
MSC1_DC         0xF0000920         MSC1 Downstream Command Register
MSC1_DSDSL      0xF0000924         MSC1 Downstream Select Data Source Low Register
MSC1_DSDSH      0xF0000928         MSC1 Downstream Select Data Source High Register
MSC1_ESR        0xF000092C         MSC1 Emergency Stop Register
MSC1_UD0        0xF0000930         MSC1 Upstream Data Register 0
MSC1_UD1        0xF0000934         MSC1 Upstream Data Register 1
MSC1_UD2        0xF0000938         MSC1 Upstream Data Register 2
MSC1_UD3        0xF000093C         MSC1 Upstream Data Register 3
MSC1_ICR        0xF0000940         MSC1 Interrupt Control Register
MSC1_ISR        0xF0000944         MSC1 Interrupt Status Register
MSC1_ISC        0xF0000948         MSC1 Interrupt Set Clear Register
MSC1_OCR        0xF000094C         MSC1 Output Control Register
MSC1_SRC1       0xF00009F8         MSC1 Service Request Control Register 1
MSC1_SRC0       0xF00009FC         MSC1 Service Request Control Register 0
ASC0_CLC        0xF0000A00         ASC0 Clock Control Register
ASC0_PISEL      0xF0000A04         ASC0 Peripheral Input Select Register
ASC0_ID         0xF0000A08         ASC0 Module Identification Register
ASC0_CON        0xF0000A10         ASC0 Control Register
ASC0_BG         0xF0000A14         ASC0 Baud Rate Timer/Reload Register
ASC0_FDV        0xF0000A18         ASC0 Fractional Divider Register
ASC0_TBUF       0xF0000A20         ASC0 Transmit Buffer Register
ASC0_RBUF       0xF0000A24         ASC0 Receive Buffer Register
ASC0_WHBCON     0xF0000A50         ASC0 Write Hardware Bits Control Register
ASC0_TSRC       0xF0000AF0         ASC0 Transmit Interrupt Service Request Control Register
ASC0_RSRC       0xF0000AF4         ASC0 Receive Interrupt Service Request Control Register
ASC0_ESRC       0xF0000AF8         ASC0 Error Interrupt Service Request Control Register
ASC0_TBSRC      0xF0000AFC         ASC0 Transmit Buffer Interrupt Service Request Control Register
ASC1_PISEL      0xF0000B04         ASC1 Peripheral Input Select Register
ASC1_ID         0xF0000B08         ASC1 Module Identification Register
ASC1_CON        0xF0000B10         ASC1 Control Register
ASC1_BG         0xF0000B14         ASC1 Baud Rate Timer/Reload Register
ASC1_FDV        0xF0000B18         ASC1 Fractional Divider Register
ASC1_TBUF       0xF0000B20         ASC1 Transmit Buffer Register
ASC1_RBUF       0xF0000B24         ASC1 Receive Buffer Register
ASC1_WHBCON     0xF0000B50         ASC1 Write Hardware Bits Control Register
ASC1_TSRC       0xF0000BF0         ASC1 Transmit Interrupt Service Request Control Register
ASC1_RSRC       0xF0000BF4         ASC1 Receive Interrupt Service Request Control Register
ASC1_ESRC       0xF0000BF8         ASC1 Error Interrupt Service Request Control Register
ASC1_TBSRC      0xF0000BFC         ASC1 Transmit Buffer Interrupt Service Request Control Register
P0_OUT          0xF0000C00         Port 0 Output Register
P0_OMR          0xF0000C04         Port 0 Output Modification Register
P0_IOCR0        0xF0000C10         Port 0 Input/Output Control Register 0
P0_IOCR4        0xF0000C14         Port 0 Input/Output Control Register 4
P0_IOCR8        0xF0000C18         Port 0 Input/Output Control Register 8
P0_IOCR12       0xF0000C1C         Port 0 Input/Output Control Register 12
P0_IN           0xF0000C24         Port 0 Input Register
P0_PDR0         0xF0000C40         Port 0 Pad Driver Mode 0 Register
P0_PDR1         0xF0000C44         Port 0 Pad Driver Mode 1 Register
P0_ESR          0xF0000C50         Port 0 Emergency Stop Register
P1_OUT          0xF0000D00         Port 1 Output Register
P1_OMR          0xF0000D04         Port 1 Output Modification Register
P1_IOCR0        0xF0000D10         Port 1 Input/Output Control Register 0
P1_IOCR4        0xF0000D14         Port 1 Input/Output Control Register 4
P1_IOCR8        0xF0000D18         Port 1 Input/Output Control Register 8
P1_IOCR12       0xF0000D1C         Port 1 Input/Output Control Register 12
P1_IN           0xF0000D24         Port 1 Input Register
P1_PDR0         0xF0000D40         Port 1 Pad Driver Mode 0 Register
P1_PDR1         0xF0000D44         Port 1 Pad Driver Mode 1 Register
P1_ESR          0xF0000D50         Port 1 Emergency Stop Register
P2_OUT          0xF0000E00         Port 2 Output Register
P2_OMR          0xF0000E04         Port 2 Output Modification Register
P2_IOCR0        0xF0000E10         Port 2 Input/Output Control Register 0
P2_IOCR4        0xF0000E14         Port 2 Input/Output Control Register 4
P2_IOCR8        0xF0000E18         Port 2 Input/Output Control Register 8
P2_IOCR12       0xF0000E1C         Port 2 Input/Output Control Register 12
P2_IN           0xF0000E24         Port 2 Input Register
P2_PDR0         0xF0000E40         Port 2 Pad Driver Mode 0 Register
P2_PDR1         0xF0000E44         Port 2 Pad Driver Mode 1 Register
P2_ESR          0xF0000E50         Port 2 Emergency Stop Register
P3_OUT          0xF0000F00         Port 3 Output Register
P3_OMR          0xF0000F04         Port 3 Output Modification Register
P3_IOCR0        0xF0000F10         Port 3 Input/Output Control Register 0
P3_IOCR4        0xF0000F14         Port 3 Input/Output Control Register 4
P3_IOCR8        0xF0000F18         Port 3 Input/Output Control Register 8
P3_IOCR12       0xF0000F1C         Port 3 Input/Output Control Register 12
P3_IN           0xF0000F24         Port 3 Input Register
P3_PDR0         0xF0000F40         Port 3 Pad Driver Mode 0 Register
P3_PDR1         0xF0000F44         Port 3 Pad Driver Mode 1 Register
P3_ESR          0xF0000F50         Port 3 Emergency Stop Register
P4_OUT          0xF0001000         Port 4 Output Register
P4_OMR          0xF0001004         Port 4 Output Modification Register
P4_IOCR0        0xF0001010         Port 4 Input/Output Control Register 0
P4_IOCR4        0xF0001014         Port 4 Input/Output Control Register 4
P4_IOCR8        0xF0001018         Port 4 Input/Output Control Register 8
P4_IOCR12       0xF000101C         Port 4 Input/Output Control Register 12
P4_IN           0xF0001024         Port 4 Input Register
P4_PDR0         0xF0001040         Port 4 Pad Driver Mode 0 Register
P4_PDR1         0xF0001044         Port 4 Pad Driver Mode 1 Register
P4_ESR          0xF0001050         Port 4 Emergency Stop Register
P5_OUT          0xF0001100         Port 5 Output Register
P5_OMR          0xF0001104         Port 5 Output Modification Register
P5_IOCR0        0xF0001110         Port 5 Input/Output Control Register 0
P5_IOCR4        0xF0001114         Port 5 Input/Output Control Register 4
P5_IOCR8        0xF0001118         Port 5 Input/Output Control Register 8
P5_IOCR12       0xF000111C         Port 5 Input/Output Control Register 12
P5_IN           0xF0001124         Port 5 Input Register
P5_PDR0         0xF0001140         Port 5 Pad Driver Mode 0 Register
P5_PDR1         0xF0001144         Port 5 Pad Driver Mode 1 Register
P5_ESR          0xF0001150         Port 5 Emergency Stop Register
P6_OUT          0xF0001200         Port 6 Output Register
P6_OMR          0xF0001204         Port 6 Output Modification Register
P6_IOCR4        0xF0001214         Port 6 Input/Output Control Register 4
P6_IOCR8        0xF0001218         Port 6 Input/Output Control Register 8
P6_IOCR12       0xF000121C         Port 6 Input/Output Control Register 12
P6_IN           0xF0001224         Port 6 Input Register
P6_PDR0         0xF0001240         Port 6 Pad Driver Mode 0 Register
P6_PDR1         0xF0001244         Port 6 Pad Driver Mode 1 Register
P7_OUT          0xF0001300         Port 7 Output Register
P7_OMR          0xF0001304         Port 7 Output Modification Register
P7_IOCR0        0xF0001310         Port 7 Input/Output Control Register 0
P7_IOCR4        0xF0001314         Port 7 Input/Output Control Register 4
P7_IN           0xF0001324         Port 7 Input Register
P7_PDR0         0xF0001340         Port 7 Pad Driver Mode 0 Register
P8_OUT          0xF0001400         Port 8 Output Register
P8_OMR          0xF0001404         Port 8 Output Modification Register
P8_IOCR0        0xF0001410         Port 8 Input/Output Control Register 0
P8_IOCR4        0xF0001414         Port 8 Input/Output Control Register 4
P8_IN           0xF0001424         Port 8 Input Register
P8_PDR0         0xF0001440         Port 8 Pad Driver Mode 0 Register
P8_PDR1         0xF0001444         Port 8 Pad Driver Mode 1 Register
P8_ESR          0xF0001450         Port 8 Emergency Stop Register
P9_OUT          0xF0001500         Port 9 Output Register
P9_OMR          0xF0001504         Port 9 Output Modification Register
P9_IOCR0        0xF0001510         Port 9 Input/Output Control Register 0
P9_IOCR4        0xF0001514         Port 9 Input/Output Control Register 4
P9_IOCR8        0xF0001518         Port 9 Input/Output Control Register 8
P9_IOCR12       0xF000151C         Port 9 Input/Output Control Register 12
P9_IN           0xF0001524         Port 9 Input Register
P9_PDR0         0xF0001540         Port 9 Pad Driver Mode 0 Register
P9_PDR1         0xF0001544         Port 9 Pad Driver Mode 1 Register
P9_ESR          0xF0001550         Port 9 Emergency Stop Register
P10_OUT         0xF0001600         Port 10 Output Register
P10_OMR         0xF0001604         Port 10 Output Modification Register
P10_IOCR0       0xF0001610         Port 10 Input/Output Control Register 0
P10_IOCR4       0xF0001614         Port 10 Input/Output Control Register 4
P10_IN          0xF0001624         Port 10 Input Register
P10_PDR0        0xF0001640         Port 10 Pad Driver Mode 0 Register
P11_OUT         0xF0001700         Port 11 Output Register
P11_OMR         0xF0001704         Port 11 Output Modification Register
P11_IOCR0       0xF0001710         Port 11 Input/Output Control Register 0
P11_IOCR4       0xF0001714         Port 11 Input/Output Control Register 4
P11_IOCR8       0xF0001718         Port 11Input/Output Control Register 8
P11_IOCR12      0xF000171C         Port 11 Input/Output Control Register 12
P11_IN          0xF0001724         Port 11 Input Register
P11_PDR0        0xF0001740         Port 11 Pad Driver Mode 0 Register
P11_PDR1        0xF0001744         Port 11 Pad Driver Mode 1 Register
GPTA0_CLC       0xF0001800         GPTA Clock Control Register
GPTA0_DBGCTR    0xF0001804         GPTA Debug Clock Control Register
GPTA0_ID        0xF0001808         GPTA0 Identification Register
GPTA0_FDR       0xF000180C         GPTA Fractional Divider Register
GPTA0_SRSC0     0xF0001810         GPTA0 Service Request State Clear Register 0
GPTA0_SRSS0     0xF0001814         GPTA0 Service Request State Set Register 0
GPTA0_SRSC1     0xF0001818         GPTA0 Service Request State Clear Register 1
GPTA0_SRSS1     0xF000181C         GPTA0 Service Request State Set Register 1
GPTA0_SRSC2     0xF0001820         GPTA0 Service Request State Clear Register 2
GPTA0_SRSS2     0xF0001824         GPTA0 Service Request State Set Register 2
GPTA0_SRSC3     0xF0001828         GPTA0 Service Request State Clear Register 3
GPTA0_SRSS3     0xF000182C         GPTA0 Service Request State Set Register 3
GPTA0_SRNR      0xF0001830         GPTA0 Service Request Node Redirection Register
GPTA0_MRACTL    0xF0001838         GPTA0 Multiplexer Register Array Control Register
GPTA0_MRADIN    0xF000183C         GPTA0 Multiplexer Register Array Data In Register
GPTA0_MRADOUT   0xF0001840         GPTA0 Multiplexer Register Array Data Out Register
GPTA0_FPCSTAT   0xF0001844         GPTA0 Filter and Prescaler Cell Status Register
GPTA0_FPCCTR0   0xF0001848         GPTA0 Filter and Prescaler Cell Control Register 0
GPTA0_FPCTIM0   0xF000184C         GPTA0 Filter and Prescaler Cell Timer Register 0
GPTA0_FPCCTR1   0xF0001850         GPTA0 Filter and Prescaler Cell Control Register 1
GPTA0_FPCTIM1   0xF0001854         GPTA0 Filter and Prescaler Cell Timer Register 1
GPTA0_FPCCTR2   0xF0001858         GPTA0 Filter and Prescaler Cell Control Register 2
GPTA0_FPCTIM2   0xF000185C         GPTA0 Filter and Prescaler Cell Timer Register 2
GPTA0_FPCCTR3   0xF0001860         GPTA0 Filter and Prescaler Cell Control Register 3
GPTA0_FPCTIM3   0xF0001864         GPTA0 Filter and Prescaler Cell Timer Register 3
GPTA0_FPCCTR4   0xF0001868         GPTA0 Filter and Prescaler Cell Control Register 4
GPTA0_FPCTIM4   0xF000186C         GPTA0 Filter and Prescaler Cell Timer Register 4
GPTA0_FPCCTR5   0xF0001870         GPTA0 Filter and Prescaler Cell Control Register 5
GPTA0_FPCTIM5   0xF0001874         GPTA0 Filter and Prescaler Cell Timer Register 5
GPTA0_PDLCTR    0xF0001878         GPTA0 Phase Discrimination Logic Control Register
GPTA0_DCMCTR0   0xF0001880         GPTA0 Duty Cycle Measurement Control Register 0
GPTA0_DCMTIM0   0xF0001884         GPTA0 Duty Cycle Measurement Timer Register 0
GPTA0_DCMCAV0   0xF0001888         GPTA0 Duty Cycle Measurement Capture Register 0
GPTA0_DCMCOV0   0xF000188C         GPTA0 Duty Cycle Measurement Capture/Compare Register 0
GPTA0_DCMCTR1   0xF0001890         GPTA0 Duty Cycle Measurement Control Register 1
GPTA0_DCMTIM1   0xF0001894         GPTA0 Duty Cycle Measurement Timer Register 1
GPTA0_DCMCAV1   0xF0001898         GPTA0 Duty Cycle Measurement Capture Register 1
GPTA0_DCMCOV1   0xF000189C         GPTA0 Duty Cycle Measurement Capture/Compare Register 1
GPTA0_DCMCTR2   0xF00018A0         GPTA0 Duty Cycle Measurement Control Register 2
GPTA0_DCMTIM2   0xF00018A4         GPTA0 Duty Cycle Measurement Timer Register 2
GPTA0_DCMCAV2   0xF00018A8         GPTA0 Duty Cycle Measurement Capture Register 2
GPTA0_DCMCOV2   0xF00018AC         GPTA0 Duty Cycle Measurement Capture/Compare Register 2
GPTA0_DCMCTR3   0xF00018B0         GPTA0 Duty Cycle Measurement Control Register 3
GPTA0_DCMTIM3   0xF00018B4         GPTA0 Duty Cycle Measurement Timer Register 3
GPTA0_DCMCAV3   0xF00018B8         GPTA0 Duty Cycle Measurement Capture Register 3
GPTA0_DCMCOV3   0xF00018BC         GPTA0 Duty Cycle Measurement Capture/Compare Register 3
GPTA0_PLLCTR    0xF00018C0         GPTA0 Phase Locked Loop Control Register
GPTA0_PLLMTI    0xF00018C4         GPTA0 Phase Locked Loop Microtick Register
GPTA0_PLLCNT    0xF00018C8         GPTA0 Phase Locked Loop Counter Register
GPTA0_PLLSTP    0xF00018CC         GPTA0 Phase Locked Loop Step Register
GPTA0_PLLREV    0xF00018D0         GPTA0 Phase Locked Loop Reload Register
GPTA0_PLLDTR    0xF00018D4         GPTA0 Phase Locked Loop Delta Register
GPTA0_CKBCTR    0xF00018D8         GPTA0 Clock Bus Control Register
GPTA0_GTCTR0    0xF00018E0         GPTA0 Global Timer Control Register 0
GPTA0_GTREV0    0xF00018E4         GPTA0 Global Timer Reload Value Register 0
GPTA0_GTTIM0    0xF00018E8         GPTA0 Global Timer Register 0
GPTA0_GTCTR1    0xF00018F0         GPTA0 Global Timer Control Register 1
GPTA0_GTREV1    0xF00018F4         GPTA0 Global Timer Reload Value Register 1
GPTA0_GTTIM1    0xF00018F8         GPTA0 Global Timer Register 1
GPTA0_GTCCTR00  0xF0001900         GPTA0 Global Timer Cell Control Register 00 [Capture Mode]
GPTA0_GTCXR00   0xF0001904         GPTA0 Global Timer Cell X Register 00
GPTA0_GTCCTR01  0xF0001908         GPTA0 Global Timer Cell Control Register 01 [Capture Mode]
GPTA0_GTCXR01   0xF000190C         GPTA0 Global Timer Cell X Register 01
GPTA0_GTCCTR02  0xF0001910         GPTA0 Global Timer Cell Control Register 02 [Capture Mode]
GPTA0_GTCXR02   0xF0001914         GPTA0 Global Timer Cell X Register 02
GPTA0_GTCCTR03  0xF0001918         GPTA0 Global Timer Cell Control Register 03 [Capture Mode]
GPTA0_GTCXR03   0xF000191C         GPTA0 Global Timer Cell X Register 03
GPTA0_GTCCTR04  0xF0001920         GPTA0 Global Timer Cell Control Register 04 [Capture Mode]
GPTA0_GTCXR04   0xF0001924         GPTA0 Global Timer Cell X Register 04
GPTA0_GTCCTR05  0xF0001928         GPTA0 Global Timer Cell Control Register 05 [Capture Mode]
GPTA0_GTCXR05   0xF000192C         GPTA0 Global Timer Cell X Register 05
GPTA0_GTCCTR06  0xF0001930         GPTA0 Global Timer Cell Control Register 06 [Capture Mode]
GPTA0_GTCXR06   0xF0001934         GPTA0 Global Timer Cell X Register 06
GPTA0_GTCCTR07  0xF0001938         GPTA0 Global Timer Cell Control Register 07 [Capture Mode]
GPTA0_GTCXR07   0xF000193C         GPTA0 Global Timer Cell X Register 07
GPTA0_GTCCTR08  0xF0001940         GPTA0 Global Timer Cell Control Register 08 [Capture Mode]
GPTA0_GTCXR08   0xF0001944         GPTA0 Global Timer Cell X Register 08
GPTA0_GTCCTR09  0xF0001948         GPTA0 Global Timer Cell Control Register 09 [Capture Mode]
GPTA0_GTCXR09   0xF000194C         GPTA0 Global Timer Cell X Register 09
GPTA0_GTCCTR10  0xF0001950         GPTA0 Global Timer Cell Control Register 10 [Capture Mode]
GPTA0_GTCXR10   0xF0001954         GPTA0 Global Timer Cell X Register 10
GPTA0_GTCCTR11  0xF0001958         GPTA0 Global Timer Cell Control Register 11 [Capture Mode]
GPTA0_GTCXR11   0xF000195C         GPTA0 Global Timer Cell X Register 11
GPTA0_GTCCTR12  0xF0001960         GPTA0 Global Timer Cell Control Register 12 [Capture Mode]
GPTA0_GTCXR12   0xF0001964         GPTA0 Global Timer Cell X Register 12
GPTA0_GTCCTR13  0xF0001968         GPTA0 Global Timer Cell Control Register 13 [Capture Mode]
GPTA0_GTCXR13   0xF000196C         GPTA0 Global Timer Cell X Register 13
GPTA0_GTCCTR14  0xF0001970         GPTA0 Global Timer Cell Control Register 14 [Capture Mode]
GPTA0_GTCXR14   0xF0001974         GPTA0 Global Timer Cell X Register 14
GPTA0_GTCCTR15  0xF0001978         GPTA0 Global Timer Cell Control Register 15 [Capture Mode]
GPTA0_GTCXR15   0xF000197C         GPTA0 Global Timer Cell X Register 15
GPTA0_GTCCTR16  0xF0001980         GPTA0 Global Timer Cell Control Register 16 [Capture Mode]
GPTA0_GTCXR16   0xF0001984         GPTA0 Global Timer Cell X Register 16
GPTA0_GTCCTR17  0xF0001988         GPTA0 Global Timer Cell Control Register 17 [Capture Mode]
GPTA0_GTCXR17   0xF000198C         GPTA0 Global Timer Cell X Register 17
GPTA0_GTCCTR18  0xF0001990         GPTA0 Global Timer Cell Control Register 18 [Capture Mode]
GPTA0_GTCXR18   0xF0001994         GPTA0 Global Timer Cell X Register 18
GPTA0_GTCCTR19  0xF0001998         GPTA0 Global Timer Cell Control Register 19 [Capture Mode]
GPTA0_GTCXR19   0xF000199C         GPTA0 Global Timer Cell X Register 19
GPTA0_GTCCTR20  0xF00019A0         GPTA0 Global Timer Cell Control Register 20 [Capture Mode]
GPTA0_GTCXR20   0xF00019A4         GPTA0 Global Timer Cell X Register 20
GPTA0_GTCCTR21  0xF00019A8         GPTA0 Global Timer Cell Control Register 21 [Capture Mode]
GPTA0_GTCXR21   0xF00019AC         GPTA0 Global Timer Cell X Register 21
GPTA0_GTCCTR22  0xF00019B0         GPTA0 Global Timer Cell Control Register 22 [Capture Mode]
GPTA0_GTCXR22   0xF00019B4         GPTA0 Global Timer Cell X Register 22
GPTA0_GTCCTR23  0xF00019B8         GPTA0 Global Timer Cell Control Register 23 [Capture Mode]
GPTA0_GTCXR23   0xF00019BC         GPTA0 Global Timer Cell X Register 23
GPTA0_GTCCTR24  0xF00019C0         GPTA0 Global Timer Cell Control Register 24 [Capture Mode]
GPTA0_GTCXR24   0xF00019C4         GPTA0 Global Timer Cell X Register 24
GPTA0_GTCCTR25  0xF00019C8         GPTA0 Global Timer Cell Control Register 25 [Capture Mode]
GPTA0_GTCXR25   0xF00019CC         GPTA0 Global Timer Cell X Register 25
GPTA0_GTCCTR26  0xF00019D0         GPTA0 Global Timer Cell Control Register 26 [Capture Mode]
GPTA0_GTCXR26   0xF00019D4         GPTA0 Global Timer Cell X Register 26
GPTA0_GTCCTR27  0xF00019D8         GPTA0 Global Timer Cell Control Register 27 [Capture Mode]
GPTA0_GTCXR27   0xF00019DC         GPTA0 Global Timer Cell X Register 27
GPTA0_GTCCTR28  0xF00019E0         GPTA0 Global Timer Cell Control Register 28 [Capture Mode]
GPTA0_GTCXR28   0xF00019E4         GPTA0 Global Timer Cell X Register 28
GPTA0_GTCCTR29  0xF00019E8         GPTA0 Global Timer Cell Control Register 29 [Capture Mode]
GPTA0_GTCXR29   0xF00019EC         GPTA0 Global Timer Cell X Register 29
GPTA0_GTCCTR30  0xF00019F0         GPTA0 Global Timer Cell Control Register 30 [Capture Mode]
GPTA0_GTCXR30   0xF00019F4         GPTA0 Global Timer Cell X Register 30
GPTA0_GTCCTR31  0xF00019F8         GPTA0 Global Timer Cell Control Register 31 [Capture Mode]
GPTA0_GTCXR31   0xF00019FC         GPTA0 Global Timer Cell X Register 31
GPTA0_LTCCTR00  0xF0001A00         GPTA0 Local Timer Cell Control Register 00 [Timer Mode ILM=0]
GPTA0_LTCXR00   0xF0001A04         GPTA0 Local Timer Cell X Register 00
GPTA0_LTCCTR01  0xF0001A08         GPTA0 Local Timer Cell Control Register 01 [Timer Mode ILM=0]
GPTA0_LTCXR01   0xF0001A0C         GPTA0 Local Timer Cell X Register 01
GPTA0_LTCCTR02  0xF0001A10         GPTA0 Local Timer Cell Control Register 02 [Timer Mode ILM=0]
GPTA0_LTCXR02   0xF0001A14         GPTA0 Local Timer Cell X Register 02
GPTA0_LTCCTR03  0xF0001A18         GPTA0 Local Timer Cell Control Register 03 [Timer Mode ILM=0]
GPTA0_LTCXR03   0xF0001A1C         GPTA0 Local Timer Cell X Register 03
GPTA0_LTCCTR04  0xF0001A20         GPTA0 Local Timer Cell Control Register 04 [Timer Mode ILM=0]
GPTA0_LTCXR04   0xF0001A24         GPTA0 Local Timer Cell X Register 04
GPTA0_LTCCTR05  0xF0001A28         GPTA0 Local Timer Cell Control Register 05 [Timer Mode ILM=0]
GPTA0_LTCXR05   0xF0001A2C         GPTA0 Local Timer Cell X Register 05
GPTA0_LTCCTR06  0xF0001A30         GPTA0 Local Timer Cell Control Register 06 [Timer Mode ILM=0]
GPTA0_LTCXR06   0xF0001A34         GPTA0 Local Timer Cell X Register 06
GPTA0_LTCCTR07  0xF0001A38         GPTA0 Local Timer Cell Control Register 07 [Timer Mode ILM=0]
GPTA0_LTCXR07   0xF0001A3C         GPTA0 Local Timer Cell X Register 07
GPTA0_LTCCTR08  0xF0001A40         GPTA0 Local Timer Cell Control Register 08 [Timer Mode ILM=0]
GPTA0_LTCXR08   0xF0001A44         GPTA0 Local Timer Cell X Register 08
GPTA0_LTCCTR09  0xF0001A48         GPTA0 Local Timer Cell Control Register 09 [Timer Mode ILM=0]
GPTA0_LTCXR09   0xF0001A4C         GPTA0 Local Timer Cell X Register 09
GPTA0_LTCCTR10  0xF0001A50         GPTA0 Local Timer Cell Control Register 10 [Timer Mode ILM=0]
GPTA0_LTCXR10   0xF0001A54         GPTA0 Local Timer Cell X Register 10
GPTA0_LTCCTR11  0xF0001A58         GPTA0 Local Timer Cell Control Register 11 [Timer Mode ILM=0]
GPTA0_LTCXR11   0xF0001A5C         GPTA0 Local Timer Cell X Register 11
GPTA0_LTCCTR12  0xF0001A60         GPTA0 Local Timer Cell Control Register 12 [Timer Mode ILM=0]
GPTA0_LTCXR12   0xF0001A64         GPTA0 Local Timer Cell X Register 12
GPTA0_LTCCTR13  0xF0001A68         GPTA0 Local Timer Cell Control Register 13 [Timer Mode ILM=0]
GPTA0_LTCXR13   0xF0001A6C         GPTA0 Local Timer Cell X Register 13
GPTA0_LTCCTR14  0xF0001A70         GPTA0 Local Timer Cell Control Register 14 [Timer Mode ILM=0]
GPTA0_LTCXR14   0xF0001A74         GPTA0 Local Timer Cell X Register 14
GPTA0_LTCCTR15  0xF0001A78         GPTA0 Local Timer Cell Control Register 15 [Timer Mode ILM=0]
GPTA0_LTCXR15   0xF0001A7C         GPTA0 Local Timer Cell X Register 15
GPTA0_LTCCTR16  0xF0001A80         GPTA0 Local Timer Cell Control Register 16 [Timer Mode ILM=0]
GPTA0_LTCXR16   0xF0001A84         GPTA0 Local Timer Cell X Register 16
GPTA0_LTCCTR17  0xF0001A88         GPTA0 Local Timer Cell Control Register 17 [Timer Mode ILM=0]
GPTA0_LTCXR17   0xF0001A8C         GPTA0 Local Timer Cell X Register 17
GPTA0_LTCCTR18  0xF0001A90         GPTA0 Local Timer Cell Control Register 18 [Timer Mode ILM=0]
GPTA0_LTCXR18   0xF0001A94         GPTA0 Local Timer Cell X Register 18
GPTA0_LTCCTR19  0xF0001A98         GPTA0 Local Timer Cell Control Register 19 [Timer Mode ILM=0]
GPTA0_LTCXR19   0xF0001A9C         GPTA0 Local Timer Cell X Register 19
GPTA0_LTCCTR20  0xF0001AA0         GPTA0 Local Timer Cell Control Register 20 [Timer Mode ILM=0]
GPTA0_LTCXR20   0xF0001AA4         GPTA0 Local Timer Cell X Register 20
GPTA0_LTCCTR21  0xF0001AA8         GPTA0 Local Timer Cell Control Register 21 [Timer Mode ILM=0]
GPTA0_LTCXR21   0xF0001AAC         GPTA0 Local Timer Cell X Register 21
GPTA0_LTCCTR22  0xF0001AB0         GPTA0 Local Timer Cell Control Register 22 [Timer Mode ILM=0]
GPTA0_LTCXR22   0xF0001AB4         GPTA0 Local Timer Cell X Register 22
GPTA0_LTCCTR23  0xF0001AB8         GPTA0 Local Timer Cell Control Register 23 [Timer Mode ILM=0]
GPTA0_LTCXR23   0xF0001ABC         GPTA0 Local Timer Cell X Register 23
GPTA0_LTCCTR24  0xF0001AC0         GPTA0 Local Timer Cell Control Register 24 [Timer Mode ILM=0]
GPTA0_LTCXR24   0xF0001AC4         GPTA0 Local Timer Cell X Register 24
GPTA0_LTCCTR25  0xF0001AC8         GPTA0 Local Timer Cell Control Register 25 [Timer Mode ILM=0]
GPTA0_LTCXR25   0xF0001ACC         GPTA0 Local Timer Cell X Register 25
GPTA0_LTCCTR26  0xF0001AD0         GPTA0 Local Timer Cell Control Register 26 [Timer Mode ILM=0]
GPTA0_LTCXR26   0xF0001AD4         GPTA0 Local Timer Cell X Register 26
GPTA0_LTCCTR27  0xF0001AD8         GPTA0 Local Timer Cell Control Register 27 [Timer Mode ILM=0]
GPTA0_LTCXR27   0xF0001ADC         GPTA0 Local Timer Cell X Register 27
GPTA0_LTCCTR28  0xF0001AE0         GPTA0 Local Timer Cell Control Register 28 [Timer Mode ILM=0]
GPTA0_LTCXR28   0xF0001AE4         GPTA0 Local Timer Cell X Register 28
GPTA0_LTCCTR29  0xF0001AE8         GPTA0 Local Timer Cell Control Register 29 [Timer Mode ILM=0]
GPTA0_LTCXR29   0xF0001AEC         GPTA0 Local Timer Cell X Register 29
GPTA0_LTCCTR30  0xF0001AF0         GPTA0 Local Timer Cell Control Register 30 [Timer Mode ILM=0]
GPTA0_LTCXR30   0xF0001AF4         GPTA0 Local Timer Cell X Register 30
GPTA0_LTCCTR31  0xF0001AF8         GPTA0 Local Timer Cell Control Register 31 [Timer Mode ILM=0]
GPTA0_LTCXR31   0xF0001AFC         GPTA0 Local Timer Cell X Register 31
GPTA0_LTCCTR32  0xF0001B00         GPTA0 Local Timer Cell Control Register 32 [Timer Mode ILM=0]
GPTA0_LTCXR32   0xF0001B04         GPTA0 Local Timer Cell X Register 32
GPTA0_LTCCTR33  0xF0001B08         GPTA0 Local Timer Cell Control Register 33 [Timer Mode ILM=0]
GPTA0_LTCXR33   0xF0001B0C         GPTA0 Local Timer Cell X Register 33
GPTA0_LTCCTR34  0xF0001B10         GPTA0 Local Timer Cell Control Register 34 [Timer Mode ILM=0]
GPTA0_LTCXR34   0xF0001B14         GPTA0 Local Timer Cell X Register 34
GPTA0_LTCCTR35  0xF0001B18         GPTA0 Local Timer Cell Control Register 35 [Timer Mode ILM=0]
GPTA0_LTCXR35   0xF0001B1C         GPTA0 Local Timer Cell X Register 35
GPTA0_LTCCTR36  0xF0001B20         GPTA0 Local Timer Cell Control Register 36 [Timer Mode ILM=0]
GPTA0_LTCXR36   0xF0001B24         GPTA0 Local Timer Cell X Register 36
GPTA0_LTCCTR37  0xF0001B28         GPTA0 Local Timer Cell Control Register 37 [Timer Mode ILM=0]
GPTA0_LTCXR37   0xF0001B2C         GPTA0 Local Timer Cell X Register 37
GPTA0_LTCCTR38  0xF0001B30         GPTA0 Local Timer Cell Control Register 38 [Timer Mode ILM=0]
GPTA0_LTCXR38   0xF0001B34         GPTA0 Local Timer Cell X Register 38
GPTA0_LTCCTR39  0xF0001B38         GPTA0 Local Timer Cell Control Register 39 [Timer Mode ILM=0]
GPTA0_LTCXR39   0xF0001B3C         GPTA0 Local Timer Cell X Register 39
GPTA0_LTCCTR40  0xF0001B40         GPTA0 Local Timer Cell Control Register 40 [Timer Mode ILM=0]
GPTA0_LTCXR40   0xF0001B44         GPTA0 Local Timer Cell X Register 40
GPTA0_LTCCTR41  0xF0001B48         GPTA0 Local Timer Cell Control Register 41 [Timer Mode ILM=0]
GPTA0_LTCXR41   0xF0001B4C         GPTA0 Local Timer Cell X Register 41
GPTA0_LTCCTR42  0xF0001B50         GPTA0 Local Timer Cell Control Register 42 [Timer Mode ILM=0]
GPTA0_LTCXR42   0xF0001B54         GPTA0 Local Timer Cell X Register 42
GPTA0_LTCCTR43  0xF0001B58         GPTA0 Local Timer Cell Control Register 43 [Timer Mode ILM=0]
GPTA0_LTCXR43   0xF0001B5C         GPTA0 Local Timer Cell X Register 43
GPTA0_LTCCTR44  0xF0001B60         GPTA0 Local Timer Cell Control Register 44 [Timer Mode ILM=0]
GPTA0_LTCXR44   0xF0001B64         GPTA0 Local Timer Cell X Register 44
GPTA0_LTCCTR45  0xF0001B68         GPTA0 Local Timer Cell Control Register 45 [Timer Mode ILM=0]
GPTA0_LTCXR45   0xF0001B6C         GPTA0 Local Timer Cell X Register 45
GPTA0_LTCCTR46  0xF0001B70         GPTA0 Local Timer Cell Control Register 46 [Timer Mode ILM=0]
GPTA0_LTCXR46   0xF0001B74         GPTA0 Local Timer Cell X Register 46
GPTA0_LTCCTR47  0xF0001B78         GPTA0 Local Timer Cell Control Register 47 [Timer Mode ILM=0]
GPTA0_LTCXR47   0xF0001B7C         GPTA0 Local Timer Cell X Register 47
GPTA0_LTCCTR48  0xF0001B80         GPTA0 Local Timer Cell Control Register 48 [Timer Mode ILM=0]
GPTA0_LTCXR48   0xF0001B84         GPTA0 Local Timer Cell X Register 48
GPTA0_LTCCTR49  0xF0001B88         GPTA0 Local Timer Cell Control Register 49 [Timer Mode ILM=0]
GPTA0_LTCXR49   0xF0001B8C         GPTA0 Local Timer Cell X Register 49
GPTA0_LTCCTR50  0xF0001B90         GPTA0 Local Timer Cell Control Register 50 [Timer Mode ILM=0]
GPTA0_LTCXR50   0xF0001B94         GPTA0 Local Timer Cell X Register 50
GPTA0_LTCCTR51  0xF0001B98         GPTA0 Local Timer Cell Control Register 51 [Timer Mode ILM=0]
GPTA0_LTCXR51   0xF0001B9C         GPTA0 Local Timer Cell X Register 51
GPTA0_LTCCTR52  0xF0001BA0         GPTA0 Local Timer Cell Control Register 52 [Timer Mode ILM=0]
GPTA0_LTCXR52   0xF0001BA4         GPTA0 Local Timer Cell X Register 52
GPTA0_LTCCTR53  0xF0001BA8         GPTA0 Local Timer Cell Control Register 53 [Timer Mode ILM=0]
GPTA0_LTCXR53   0xF0001BAC         GPTA0 Local Timer Cell X Register 53
GPTA0_LTCCTR54  0xF0001BB0         GPTA0 Local Timer Cell Control Register 54 [Timer Mode ILM=0]
GPTA0_LTCXR54   0xF0001BB4         GPTA0 Local Timer Cell X Register 54
GPTA0_LTCCTR55  0xF0001BB8         GPTA0 Local Timer Cell Control Register 55 [Timer Mode ILM=0]
GPTA0_LTCXR55   0xF0001BBC         GPTA0 Local Timer Cell X Register 55
GPTA0_LTCCTR56  0xF0001BC0         GPTA0 Local Timer Cell Control Register 56 [Timer Mode ILM=0]
GPTA0_LTCXR56   0xF0001BC4         GPTA0 Local Timer Cell X Register 56
GPTA0_LTCCTR57  0xF0001BC8         GPTA0 Local Timer Cell Control Register 57 [Timer Mode ILM=0]
GPTA0_LTCXR57   0xF0001BCC         GPTA0 Local Timer Cell X Register 57
GPTA0_LTCCTR58  0xF0001BD0         GPTA0 Local Timer Cell Control Register 58 [Timer Mode ILM=0]
GPTA0_LTCXR58   0xF0001BD4         GPTA0 Local Timer Cell X Register 58
GPTA0_LTCCTR59  0xF0001BD8         GPTA0 Local Timer Cell Control Register 59 [Timer Mode ILM=0]
GPTA0_LTCXR59   0xF0001BDC         GPTA0 Local Timer Cell X Register 59
GPTA0_LTCCTR60  0xF0001BE0         GPTA0 Local Timer Cell Control Register 60 [Timer Mode ILM=0]
GPTA0_LTCXR60   0xF0001BE4         GPTA0 Local Timer Cell X Register 60
GPTA0_LTCCTR61  0xF0001BE8         GPTA0 Local Timer Cell Control Register 61 [Timer Mode ILM=0]
GPTA0_LTCXR61   0xF0001BEC         GPTA0 Local Timer Cell X Register 61
GPTA0_LTCCTR62  0xF0001BF0         GPTA0 Local Timer Cell Control Register 62 [Timer Mode ILM=0]
GPTA0_LTCXR62   0xF0001BF4         GPTA0 Local Timer Cell X Register 62
GPTA0_LTCCTR63  0xF0001BF8         GPTA0 Local Timer Cell Control Register 63
GPTA0_LTCXR63   0xF0001BFC         GPTA0 Local Timer Cell X Register 63
GPTA0_EDCTR     0xF0001C00         GPTA Clock Enable/Disable Control Register
GPTA0_MMXCTR00  0xF0001F00         GPTA-to-MSC Multiplexer Control Register 00
GPTA0_MMXCTR01  0xF0001F04         GPTA-to-MSC Multiplexer Control Register 01
GPTA0_MMXCTR10  0xF0001F08         GPTA-to-MSC Multiplexer Control Register 10
GPTA0_MMXCTR11  0xF0001F0C         GPTA-to-MSC Multiplexer Control Register 11
GPTA0_SRC37     0xF0001F68         GPTA0 Interrupt Service Request Control Register 37
GPTA0_SRC36     0xF0001F6C         GPTA0 Interrupt Service Request Control Register 36
GPTA0_SRC35     0xF0001F70         GPTA0 Interrupt Service Request Control Register 35
GPTA0_SRC34     0xF0001F74         GPTA0 Interrupt Service Request Control Register 34
GPTA0_SRC33     0xF0001F78         GPTA0 Interrupt Service Request Control Register 33
GPTA0_SRC32     0xF0001F7C         GPTA0 Interrupt Service Request Control Register 32
GPTA0_SRC31     0xF0001F80         GPTA0 Interrupt Service Request Control Register 31
GPTA0_SRC30     0xF0001F84         GPTA0 Interrupt Service Request Control Register 30
GPTA0_SRC29     0xF0001F88         GPTA0 Interrupt Service Request Control Register 29
GPTA0_SRC28     0xF0001F8C         GPTA0 Interrupt Service Request Control Register 28
GPTA0_SRC27     0xF0001F90         GPTA0 Interrupt Service Request Control Register 27
GPTA0_SRC26     0xF0001F94         GPTA0 Interrupt Service Request Control Register 26
GPTA0_SRC25     0xF0001F98         GPTA0 Interrupt Service Request Control Register 25
GPTA0_SRC24     0xF0001F9C         GPTA0 Interrupt Service Request Control Register 24
GPTA0_SRC23     0xF0001FA0         GPTA0 Interrupt Service Request Control Register 23
GPTA0_SRC22     0xF0001FA4         GPTA0 Interrupt Service Request Control Register 22
GPTA0_SRC21     0xF0001FA8         GPTA0 Interrupt Service Request Control Register 21
GPTA0_SRC20     0xF0001FAC         GPTA0 Interrupt Service Request Control Register 20
GPTA0_SRC19     0xF0001FB0         GPTA0 Interrupt Service Request Control Register 19
GPTA0_SRC18     0xF0001FB4         GPTA0 Interrupt Service Request Control Register 18
GPTA0_SRC17     0xF0001FB8         GPTA0 Interrupt Service Request Control Register 17
GPTA0_SRC16     0xF0001FBC         GPTA0 Interrupt Service Request Control Register 16
GPTA0_SRC15     0xF0001FC0         GPTA0 Interrupt Service Request Control Register 15
GPTA0_SRC14     0xF0001FC4         GPTA0 Interrupt Service Request Control Register 14
GPTA0_SRC13     0xF0001FC8         GPTA0 Interrupt Service Request Control Register 13
GPTA0_SRC12     0xF0001FCC         GPTA0 Interrupt Service Request Control Register 12
GPTA0_SRC11     0xF0001FD0         GPTA0 Interrupt Service Request Control Register 11
GPTA0_SRC10     0xF0001FD4         GPTA0 Interrupt Service Request Control Register 10
GPTA0_SRC09     0xF0001FD8         GPTA0 Interrupt Service Request Control Register 09
GPTA0_SRC08     0xF0001FDC         GPTA0 Interrupt Service Request Control Register 08
GPTA0_SRC07     0xF0001FE0         GPTA0 Interrupt Service Request Control Register 07
GPTA0_SRC06     0xF0001FE4         GPTA0 Interrupt Service Request Control Register 06
GPTA0_SRC05     0xF0001FE8         GPTA0 Interrupt Service Request Control Register 05
GPTA0_SRC04     0xF0001FEC         GPTA0 Interrupt Service Request Control Register 04
GPTA0_SRC03     0xF0001FF0         GPTA0 Interrupt Service Request Control Register 03
GPTA0_SRC02     0xF0001FF4         GPTA0 Interrupt Service Request Control Register 02
GPTA0_SRC01     0xF0001FF8         GPTA0 Interrupt Service Request Control Register 01
GPTA0_SRC00     0xF0001FFC         GPTA0 Interrupt Service Request Control Register 00
GPTA1_ID        0xF0002008         GPTA1 Identification Register
GPTA1_SRSC0     0xF0002010         GPTA1 Service Request State Clear Register 0
GPTA1_SRSS0     0xF0002014         GPTA1 Service Request State Set Register 0
GPTA1_SRSC1     0xF0002018         GPTA1 Service Request State Clear Register 1
GPTA1_SRSS1     0xF000201C         GPTA1 Service Request State Set Register 1
GPTA1_SRSC2     0xF0002020         GPTA1 Service Request State Clear Register 2
GPTA1_SRSS2     0xF0002024         GPTA1 Service Request State Set Register 2
GPTA1_SRSC3     0xF0002028         GPTA1 Service Request State Clear Register 3
GPTA1_SRSS3     0xF000202C         GPTA1 Service Request State Set Register 3
GPTA1_SRNR      0xF0002030         GPTA1 Service Request Node Redirection Register
GPTA1_MRACTL    0xF0002038         GPTA1 Multiplexer Register Array Control Register
GPTA1_MRADIN    0xF000203C         GPTA1 Multiplexer Register Array Data In Register
GPTA1_MRADOUT   0xF0002040         GPTA1 Multiplexer Register Array Data Out Register
GPTA1_FPCSTAT   0xF0002044         GPTA1 Filter and Prescaler Cell Status Register
GPTA1_FPCCTR0   0xF0002048         GPTA1 Filter and Prescaler Cell Control Register 0
GPTA1_FPCTIM0   0xF000204C         GPTA1 Filter and Prescaler Cell Timer Register 0
GPTA1_FPCCTR1   0xF0002050         GPTA1 Filter and Prescaler Cell Control Register 1
GPTA1_FPCTIM1   0xF0002054         GPTA1 Filter and Prescaler Cell Timer Register 1
GPTA1_FPCCTR2   0xF0002058         GPTA1 Filter and Prescaler Cell Control Register 2
GPTA1_FPCTIM2   0xF000205C         GPTA1 Filter and Prescaler Cell Timer Register 2
GPTA1_FPCCTR3   0xF0002060         GPTA1 Filter and Prescaler Cell Control Register 3
GPTA1_FPCTIM3   0xF0002064         GPTA1 Filter and Prescaler Cell Timer Register 3
GPTA1_FPCCTR4   0xF0002068         GPTA1 Filter and Prescaler Cell Control Register 4
GPTA1_FPCTIM4   0xF000206C         GPTA1 Filter and Prescaler Cell Timer Register 4
GPTA1_FPCCTR5   0xF0002070         GPTA1 Filter and Prescaler Cell Control Register 5
GPTA1_FPCTIM5   0xF0002074         GPTA1 Filter and Prescaler Cell Timer Register 5
GPTA1_PDLCTR    0xF0002078         GPTA1 Phase Discrimination Logic Control Register
GPTA1_DCMCTR0   0xF0002080         GPTA1 Duty Cycle Measurement Control Register 0
GPTA1_DCMTIM0   0xF0002084         GPTA1 Duty Cycle Measurement Timer Register 0
GPTA1_DCMCAV0   0xF0002088         GPTA1 Duty Cycle Measurement Capture Register 0
GPTA1_DCMCOV0   0xF000208C         GPTA1 Duty Cycle Measurement Capture/Compare Register 0
GPTA1_DCMCTR1   0xF0002090         GPTA1 Duty Cycle Measurement Control Register 1
GPTA1_DCMTIM1   0xF0002094         GPTA1 Duty Cycle Measurement Timer Register 1
GPTA1_DCMCAV1   0xF0002098         GPTA1 Duty Cycle Measurement Capture Register 1
GPTA1_DCMCOV1   0xF000209C         GPTA1 Duty Cycle Measurement Capture/Compare Register 1
GPTA1_DCMCTR2   0xF00020A0         GPTA1 Duty Cycle Measurement Control Register 2
GPTA1_DCMTIM2   0xF00020A4         GPTA1 Duty Cycle Measurement Timer Register 2
GPTA1_DCMCAV2   0xF00020A8         GPTA1 Duty Cycle Measurement Capture Register 2
GPTA1_DCMCOV2   0xF00020AC         GPTA1 Duty Cycle Measurement Capture/Compare Register 2
GPTA1_DCMCTR3   0xF00020B0         GPTA1 Duty Cycle Measurement Control Register 3
GPTA1_DCMTIM3   0xF00020B4         GPTA1 Duty Cycle Measurement Timer Register 3
GPTA1_DCMCAV3   0xF00020B8         GPTA1 Duty Cycle Measurement Capture Register 3
GPTA1_DCMCOV3   0xF00020BC         GPTA1 Duty Cycle Measurement Capture/Compare Register 3
GPTA1_PLLCTR    0xF00020C0         GPTA1 Phase Locked Loop Control Register
GPTA1_PLLMTI    0xF00020C4         GPTA1 Phase Locked Loop Microtick Register
GPTA1_PLLCNT    0xF00020C8         GPTA1 Phase Locked Loop Counter Register
GPTA1_PLLSTP    0xF00020CC         GPTA1 Phase Locked Loop Step Register
GPTA1_PLLREV    0xF00020D0         GPTA1 Phase Locked Loop Reload Register
GPTA1_PLLDTR    0xF00020D4         GPTA1 Phase Locked Loop Delta Register
GPTA1_CKBCTR    0xF00020D8         GPTA1 Clock Bus Control Register
GPTA1_GTCTR0    0xF00020E0         GPTA1 Global Timer Control Register 0
GPTA1_GTREV0    0xF00020E4         GPTA1 Global Timer Reload Value Register 0
GPTA1_GTTIM0    0xF00020E8         GPTA1 Global Timer Register 0
GPTA1_GTCTR1    0xF00020F0         GPTA1 Global Timer Control Register 1
GPTA1_GTREV1    0xF00020F4         GPTA1 Global Timer Reload Value Register 1
GPTA1_GTTIM1    0xF00020F8         GPTA1 Global Timer Register 1
GPTA1_GTCCTR00  0xF0002100         GPTA1 Global Timer Cell Control Register 00 [Capture Mode]
GPTA1_GTCXR00   0xF0002104         GPTA1 Global Timer Cell X Register 00
GPTA1_GTCCTR01  0xF0002108         GPTA1 Global Timer Cell Control Register 01 [Capture Mode]
GPTA1_GTCXR01   0xF000210C         GPTA1 Global Timer Cell X Register 01
GPTA1_GTCCTR02  0xF0002110         GPTA1 Global Timer Cell Control Register 02 [Capture Mode]
GPTA1_GTCXR02   0xF0002114         GPTA1 Global Timer Cell X Register 02
GPTA1_GTCCTR03  0xF0002118         GPTA1 Global Timer Cell Control Register 03 [Capture Mode]
GPTA1_GTCXR03   0xF000211C         GPTA1 Global Timer Cell X Register 03
GPTA1_GTCCTR04  0xF0002120         GPTA1 Global Timer Cell Control Register 04 [Capture Mode]
GPTA1_GTCXR04   0xF0002124         GPTA1 Global Timer Cell X Register 04
GPTA1_GTCCTR05  0xF0002128         GPTA1 Global Timer Cell Control Register 05 [Capture Mode]
GPTA1_GTCXR05   0xF000212C         GPTA1 Global Timer Cell X Register 05
GPTA1_GTCCTR06  0xF0002130         GPTA1 Global Timer Cell Control Register 06 [Capture Mode]
GPTA1_GTCXR06   0xF0002134         GPTA1 Global Timer Cell X Register 06
GPTA1_GTCCTR07  0xF0002138         GPTA1 Global Timer Cell Control Register 07 [Capture Mode]
GPTA1_GTCXR07   0xF000213C         GPTA1 Global Timer Cell X Register 07
GPTA1_GTCCTR08  0xF0002140         GPTA1 Global Timer Cell Control Register 08 [Capture Mode]
GPTA1_GTCXR08   0xF0002144         GPTA1 Global Timer Cell X Register 08
GPTA1_GTCCTR09  0xF0002148         GPTA1 Global Timer Cell Control Register 09 [Capture Mode]
GPTA1_GTCXR09   0xF000214C         GPTA1 Global Timer Cell X Register 09
GPTA1_GTCCTR10  0xF0002150         GPTA1 Global Timer Cell Control Register 10 [Capture Mode]
GPTA1_GTCXR10   0xF0002154         GPTA1 Global Timer Cell X Register 10
GPTA1_GTCCTR11  0xF0002158         GPTA1 Global Timer Cell Control Register 11 [Capture Mode]
GPTA1_GTCXR11   0xF000215C         GPTA1 Global Timer Cell X Register 11
GPTA1_GTCCTR12  0xF0002160         GPTA1 Global Timer Cell Control Register 12 [Capture Mode]
GPTA1_GTCXR12   0xF0002164         GPTA1 Global Timer Cell X Register 12
GPTA1_GTCCTR13  0xF0002168         GPTA1 Global Timer Cell Control Register 13 [Capture Mode]
GPTA1_GTCXR13   0xF000216C         GPTA1 Global Timer Cell X Register 13
GPTA1_GTCCTR14  0xF0002170         GPTA1 Global Timer Cell Control Register 14 [Capture Mode]
GPTA1_GTCXR14   0xF0002174         GPTA1 Global Timer Cell X Register 14
GPTA1_GTCCTR15  0xF0002178         GPTA1 Global Timer Cell Control Register 15 [Capture Mode]
GPTA1_GTCXR15   0xF000217C         GPTA1 Global Timer Cell X Register 15
GPTA1_GTCCTR16  0xF0002180         GPTA1 Global Timer Cell Control Register 16 [Capture Mode]
GPTA1_GTCXR16   0xF0002184         GPTA1 Global Timer Cell X Register 16
GPTA1_GTCCTR17  0xF0002188         GPTA1 Global Timer Cell Control Register 17 [Capture Mode]
GPTA1_GTCXR17   0xF000218C         GPTA1 Global Timer Cell X Register 17
GPTA1_GTCCTR18  0xF0002190         GPTA1 Global Timer Cell Control Register 18 [Capture Mode]
GPTA1_GTCXR18   0xF0002194         GPTA1 Global Timer Cell X Register 18
GPTA1_GTCCTR19  0xF0002198         GPTA1 Global Timer Cell Control Register 19 [Capture Mode]
GPTA1_GTCXR19   0xF000219C         GPTA1 Global Timer Cell X Register 19
GPTA1_GTCCTR20  0xF00021A0         GPTA1 Global Timer Cell Control Register 20 [Capture Mode]
GPTA1_GTCXR20   0xF00021A4         GPTA1 Global Timer Cell X Register 20
GPTA1_GTCCTR21  0xF00021A8         GPTA1 Global Timer Cell Control Register 21 [Capture Mode]
GPTA1_GTCXR21   0xF00021AC         GPTA1 Global Timer Cell X Register 21
GPTA1_GTCCTR22  0xF00021B0         GPTA1 Global Timer Cell Control Register 22 [Capture Mode]
GPTA1_GTCXR22   0xF00021B4         GPTA1 Global Timer Cell X Register 22
GPTA1_GTCCTR23  0xF00021B8         GPTA1 Global Timer Cell Control Register 23 [Capture Mode]
GPTA1_GTCXR23   0xF00021BC         GPTA1 Global Timer Cell X Register 23
GPTA1_GTCCTR24  0xF00021C0         GPTA1 Global Timer Cell Control Register 24 [Capture Mode]
GPTA1_GTCXR24   0xF00021C4         GPTA1 Global Timer Cell X Register 24
GPTA1_GTCCTR25  0xF00021C8         GPTA1 Global Timer Cell Control Register 25 [Capture Mode]
GPTA1_GTCXR25   0xF00021CC         GPTA1 Global Timer Cell X Register 25
GPTA1_GTCCTR26  0xF00021D0         GPTA1 Global Timer Cell Control Register 26 [Capture Mode]
GPTA1_GTCXR26   0xF00021D4         GPTA1 Global Timer Cell X Register 26
GPTA1_GTCCTR27  0xF00021D8         GPTA1 Global Timer Cell Control Register 27 [Capture Mode]
GPTA1_GTCXR27   0xF00021DC         GPTA1 Global Timer Cell X Register 27
GPTA1_GTCCTR28  0xF00021E0         GPTA1 Global Timer Cell Control Register 28 [Capture Mode]
GPTA1_GTCXR28   0xF00021E4         GPTA1 Global Timer Cell X Register 28
GPTA1_GTCCTR29  0xF00021E8         GPTA1 Global Timer Cell Control Register 29 [Capture Mode]
GPTA1_GTCXR29   0xF00021EC         GPTA1 Global Timer Cell X Register 29
GPTA1_GTCCTR30  0xF00021F0         GPTA1 Global Timer Cell Control Register 30 [Capture Mode]
GPTA1_GTCXR30   0xF00021F4         GPTA1 Global Timer Cell X Register 30
GPTA1_GTCCTR31  0xF00021F8         GPTA1 Global Timer Cell Control Register 31 [Capture Mode]
GPTA1_GTCXR31   0xF00021FC         GPTA1 Global Timer Cell X Register 31
GPTA1_LTCCTR00  0xF0002200         GPTA1 Local Timer Cell Control Register 00 [Timer Mode ILM=0]
GPTA1_LTCXR00   0xF0002204         GPTA1 Local Timer Cell X Register 00
GPTA1_LTCCTR01  0xF0002208         GPTA1 Local Timer Cell Control Register 01 [Timer Mode ILM=0]
GPTA1_LTCXR01   0xF000220C         GPTA1 Local Timer Cell X Register 01
GPTA1_LTCCTR02  0xF0002210         GPTA1 Local Timer Cell Control Register 02 [Timer Mode ILM=0]
GPTA1_LTCXR02   0xF0002214         GPTA1 Local Timer Cell X Register 02
GPTA1_LTCCTR03  0xF0002218         GPTA1 Local Timer Cell Control Register 03 [Timer Mode ILM=0]
GPTA1_LTCXR03   0xF000221C         GPTA1 Local Timer Cell X Register 03
GPTA1_LTCCTR04  0xF0002220         GPTA1 Local Timer Cell Control Register 04 [Timer Mode ILM=0]
GPTA1_LTCXR04   0xF0002224         GPTA1 Local Timer Cell X Register 04
GPTA1_LTCCTR05  0xF0002228         GPTA1 Local Timer Cell Control Register 05 [Timer Mode ILM=0]
GPTA1_LTCXR05   0xF000222C         GPTA1 Local Timer Cell X Register 05
GPTA1_LTCCTR06  0xF0002230         GPTA1 Local Timer Cell Control Register 06 [Timer Mode ILM=0]
GPTA1_LTCXR06   0xF0002234         GPTA1 Local Timer Cell X Register 06
GPTA1_LTCCTR07  0xF0002238         GPTA1 Local Timer Cell Control Register 07 [Timer Mode ILM=0]
GPTA1_LTCXR07   0xF000223C         GPTA1 Local Timer Cell X Register 07
GPTA1_LTCCTR08  0xF0002240         GPTA1 Local Timer Cell Control Register 08 [Timer Mode ILM=0]
GPTA1_LTCXR08   0xF0002244         GPTA1 Local Timer Cell X Register 08
GPTA1_LTCCTR09  0xF0002248         GPTA1 Local Timer Cell Control Register 09 [Timer Mode ILM=0]
GPTA1_LTCXR09   0xF000224C         GPTA1 Local Timer Cell X Register 09
GPTA1_LTCCTR10  0xF0002250         GPTA1 Local Timer Cell Control Register 10 [Timer Mode ILM=0]
GPTA1_LTCXR10   0xF0002254         GPTA1 Local Timer Cell X Register 10
GPTA1_LTCCTR11  0xF0002258         GPTA1 Local Timer Cell Control Register 11 [Timer Mode ILM=0]
GPTA1_LTCXR11   0xF000225C         GPTA1 Local Timer Cell X Register 11
GPTA1_LTCCTR12  0xF0002260         GPTA1 Local Timer Cell Control Register 12 [Timer Mode ILM=0]
GPTA1_LTCXR12   0xF0002264         GPTA1 Local Timer Cell X Register 12
GPTA1_LTCCTR13  0xF0002268         GPTA1 Local Timer Cell Control Register 13 [Timer Mode ILM=0]
GPTA1_LTCXR13   0xF000226C         GPTA1 Local Timer Cell X Register 13
GPTA1_LTCCTR14  0xF0002270         GPTA1 Local Timer Cell Control Register 14 [Timer Mode ILM=0]
GPTA1_LTCXR14   0xF0002274         GPTA1 Local Timer Cell X Register 14
GPTA1_LTCCTR15  0xF0002278         GPTA1 Local Timer Cell Control Register 15 [Timer Mode ILM=0]
GPTA1_LTCXR15   0xF000227C         GPTA1 Local Timer Cell X Register 15
GPTA1_LTCCTR16  0xF0002280         GPTA1 Local Timer Cell Control Register 16 [Timer Mode ILM=0]
GPTA1_LTCXR16   0xF0002284         GPTA1 Local Timer Cell X Register 16
GPTA1_LTCCTR17  0xF0002288         GPTA1 Local Timer Cell Control Register 17 [Timer Mode ILM=0]
GPTA1_LTCXR17   0xF000228C         GPTA1 Local Timer Cell X Register 17
GPTA1_LTCCTR18  0xF0002290         GPTA1 Local Timer Cell Control Register 18 [Timer Mode ILM=0]
GPTA1_LTCXR18   0xF0002294         GPTA1 Local Timer Cell X Register 18
GPTA1_LTCCTR19  0xF0002298         GPTA1 Local Timer Cell Control Register 19 [Timer Mode ILM=0]
GPTA1_LTCXR19   0xF000229C         GPTA1 Local Timer Cell X Register 19
GPTA1_LTCCTR20  0xF00022A0         GPTA1 Local Timer Cell Control Register 20 [Timer Mode ILM=0]
GPTA1_LTCXR20   0xF00022A4         GPTA1 Local Timer Cell X Register 20
GPTA1_LTCCTR21  0xF00022A8         GPTA1 Local Timer Cell Control Register 21 [Timer Mode ILM=0]
GPTA1_LTCXR21   0xF00022AC         GPTA1 Local Timer Cell X Register 21
GPTA1_LTCCTR22  0xF00022B0         GPTA1 Local Timer Cell Control Register 22 [Timer Mode ILM=0]
GPTA1_LTCXR22   0xF00022B4         GPTA1 Local Timer Cell X Register 22
GPTA1_LTCCTR23  0xF00022B8         GPTA1 Local Timer Cell Control Register 23 [Timer Mode ILM=0]
GPTA1_LTCXR23   0xF00022BC         GPTA1 Local Timer Cell X Register 23
GPTA1_LTCCTR24  0xF00022C0         GPTA1 Local Timer Cell Control Register 24 [Timer Mode ILM=0]
GPTA1_LTCXR24   0xF00022C4         GPTA1 Local Timer Cell X Register 24
GPTA1_LTCCTR25  0xF00022C8         GPTA1 Local Timer Cell Control Register 25 [Timer Mode ILM=0]
GPTA1_LTCXR25   0xF00022CC         GPTA1 Local Timer Cell X Register 25
GPTA1_LTCCTR26  0xF00022D0         GPTA1 Local Timer Cell Control Register 26 [Timer Mode ILM=0]
GPTA1_LTCXR26   0xF00022D4         GPTA1 Local Timer Cell X Register 26
GPTA1_LTCCTR27  0xF00022D8         GPTA1 Local Timer Cell Control Register 27 [Timer Mode ILM=0]
GPTA1_LTCXR27   0xF00022DC         GPTA1 Local Timer Cell X Register 27
GPTA1_LTCCTR28  0xF00022E0         GPTA1 Local Timer Cell Control Register 28 [Timer Mode ILM=0]
GPTA1_LTCXR28   0xF00022E4         GPTA1 Local Timer Cell X Register 28
GPTA1_LTCCTR29  0xF00022E8         GPTA1 Local Timer Cell Control Register 29 [Timer Mode ILM=0]
GPTA1_LTCXR29   0xF00022EC         GPTA1 Local Timer Cell X Register 29
GPTA1_LTCCTR30  0xF00022F0         GPTA1 Local Timer Cell Control Register 30 [Timer Mode ILM=0]
GPTA1_LTCXR30   0xF00022F4         GPTA1 Local Timer Cell X Register 30
GPTA1_LTCCTR31  0xF00022F8         GPTA1 Local Timer Cell Control Register 31 [Timer Mode ILM=0]
GPTA1_LTCXR31   0xF00022FC         GPTA1 Local Timer Cell X Register 31
GPTA1_LTCCTR32  0xF0002300         GPTA1 Local Timer Cell Control Register 32 [Timer Mode ILM=0]
GPTA1_LTCXR32   0xF0002304         GPTA1 Local Timer Cell X Register 32
GPTA1_LTCCTR33  0xF0002308         GPTA1 Local Timer Cell Control Register 33 [Timer Mode ILM=0]
GPTA1_LTCXR33   0xF000230C         GPTA1 Local Timer Cell X Register 33
GPTA1_LTCCTR34  0xF0002310         GPTA1 Local Timer Cell Control Register 34 [Timer Mode ILM=0]
GPTA1_LTCXR34   0xF0002314         GPTA1 Local Timer Cell X Register 34
GPTA1_LTCCTR35  0xF0002318         GPTA1 Local Timer Cell Control Register 35 [Timer Mode ILM=0]
GPTA1_LTCXR35   0xF000231C         GPTA1 Local Timer Cell X Register 35
GPTA1_LTCCTR36  0xF0002320         GPTA1 Local Timer Cell Control Register 36 [Timer Mode ILM=0]
GPTA1_LTCXR36   0xF0002324         GPTA1 Local Timer Cell X Register 36
GPTA1_LTCCTR37  0xF0002328         GPTA1 Local Timer Cell Control Register 37 [Timer Mode ILM=0]
GPTA1_LTCXR37   0xF000232C         GPTA1 Local Timer Cell X Register 37
GPTA1_LTCCTR38  0xF0002330         GPTA1 Local Timer Cell Control Register 38 [Timer Mode ILM=0]
GPTA1_LTCXR38   0xF0002334         GPTA1 Local Timer Cell X Register 38
GPTA1_LTCCTR39  0xF0002338         GPTA1 Local Timer Cell Control Register 39 [Timer Mode ILM=0]
GPTA1_LTCXR39   0xF000233C         GPTA1 Local Timer Cell X Register 39
GPTA1_LTCCTR40  0xF0002340         GPTA1 Local Timer Cell Control Register 40 [Timer Mode ILM=0]
GPTA1_LTCXR40   0xF0002344         GPTA1 Local Timer Cell X Register 40
GPTA1_LTCCTR41  0xF0002348         GPTA1 Local Timer Cell Control Register 41 [Timer Mode ILM=0]
GPTA1_LTCXR41   0xF000234C         GPTA1 Local Timer Cell X Register 41
GPTA1_LTCCTR42  0xF0002350         GPTA1 Local Timer Cell Control Register 42 [Timer Mode ILM=0]
GPTA1_LTCXR42   0xF0002354         GPTA1 Local Timer Cell X Register 42
GPTA1_LTCCTR43  0xF0002358         GPTA1 Local Timer Cell Control Register 43 [Timer Mode ILM=0]
GPTA1_LTCXR43   0xF000235C         GPTA1 Local Timer Cell X Register 43
GPTA1_LTCCTR44  0xF0002360         GPTA1 Local Timer Cell Control Register 44 [Timer Mode ILM=0]
GPTA1_LTCXR44   0xF0002364         GPTA1 Local Timer Cell X Register 44
GPTA1_LTCCTR45  0xF0002368         GPTA1 Local Timer Cell Control Register 45 [Timer Mode ILM=0]
GPTA1_LTCXR45   0xF000236C         GPTA1 Local Timer Cell X Register 45
GPTA1_LTCCTR46  0xF0002370         GPTA1 Local Timer Cell Control Register 46 [Timer Mode ILM=0]
GPTA1_LTCXR46   0xF0002374         GPTA1 Local Timer Cell X Register 46
GPTA1_LTCCTR47  0xF0002378         GPTA1 Local Timer Cell Control Register 47 [Timer Mode ILM=0]
GPTA1_LTCXR47   0xF000237C         GPTA1 Local Timer Cell X Register 47
GPTA1_LTCCTR48  0xF0002380         GPTA1 Local Timer Cell Control Register 48 [Timer Mode ILM=0]
GPTA1_LTCXR48   0xF0002384         GPTA1 Local Timer Cell X Register 48
GPTA1_LTCCTR49  0xF0002388         GPTA1 Local Timer Cell Control Register 49 [Timer Mode ILM=0]
GPTA1_LTCXR49   0xF000238C         GPTA1 Local Timer Cell X Register 49
GPTA1_LTCCTR50  0xF0002390         GPTA1 Local Timer Cell Control Register 50 [Timer Mode ILM=0]
GPTA1_LTCXR50   0xF0002394         GPTA1 Local Timer Cell X Register 50
GPTA1_LTCCTR51  0xF0002398         GPTA1 Local Timer Cell Control Register 51 [Timer Mode ILM=0]
GPTA1_LTCXR51   0xF000239C         GPTA1 Local Timer Cell X Register 51
GPTA1_LTCCTR52  0xF00023A0         GPTA1 Local Timer Cell Control Register 52 [Timer Mode ILM=0]
GPTA1_LTCXR52   0xF00023A4         GPTA1 Local Timer Cell X Register 52
GPTA1_LTCCTR53  0xF00023A8         GPTA1 Local Timer Cell Control Register 53 [Timer Mode ILM=0]
GPTA1_LTCXR53   0xF00023AC         GPTA1 Local Timer Cell X Register 53
GPTA1_LTCCTR54  0xF00023B0         GPTA1 Local Timer Cell Control Register 54 [Timer Mode ILM=0]
GPTA1_LTCXR54   0xF00023B4         GPTA1 Local Timer Cell X Register 54
GPTA1_LTCCTR55  0xF00023B8         GPTA1 Local Timer Cell Control Register 55 [Timer Mode ILM=0]
GPTA1_LTCXR55   0xF00023BC         GPTA1 Local Timer Cell X Register 55
GPTA1_LTCCTR56  0xF00023C0         GPTA1 Local Timer Cell Control Register 56 [Timer Mode ILM=0]
GPTA1_LTCXR56   0xF00023C4         GPTA1 Local Timer Cell X Register 56
GPTA1_LTCCTR57  0xF00023C8         GPTA1 Local Timer Cell Control Register 57 [Timer Mode ILM=0]
GPTA1_LTCXR57   0xF00023CC         GPTA1 Local Timer Cell X Register 57
GPTA1_LTCCTR58  0xF00023D0         GPTA1 Local Timer Cell Control Register 58 [Timer Mode ILM=0]
GPTA1_LTCXR58   0xF00023D4         GPTA1 Local Timer Cell X Register 58
GPTA1_LTCCTR59  0xF00023D8         GPTA1 Local Timer Cell Control Register 59 [Timer Mode ILM=0]
GPTA1_LTCXR59   0xF00023DC         GPTA1 Local Timer Cell X Register 59
GPTA1_LTCCTR60  0xF00023E0         GPTA1 Local Timer Cell Control Register 60 [Timer Mode ILM=0]
GPTA1_LTCXR60   0xF00023E4         GPTA1 Local Timer Cell X Register 60
GPTA1_LTCCTR61  0xF00023E8         GPTA1 Local Timer Cell Control Register 61 [Timer Mode ILM=0]
GPTA1_LTCXR61   0xF00023EC         GPTA1 Local Timer Cell X Register 61
GPTA1_LTCCTR62  0xF00023F0         GPTA1 Local Timer Cell Control Register 62 [Timer Mode ILM=0]
GPTA1_LTCXR62   0xF00023F4         GPTA1 Local Timer Cell X Register 62
GPTA1_LTCCTR63  0xF00023F8         GPTA1 Local Timer Cell Control Register 63
GPTA1_LTCXR63   0xF00023FC         GPTA1 Local Timer Cell X Register 63
GPTA1_SRC37     0xF0002768         GPTA1 Interrupt Service Request Control Register 37
GPTA1_SRC36     0xF000276C         GPTA1 Interrupt Service Request Control Register 36
GPTA1_SRC35     0xF0002770         GPTA1 Interrupt Service Request Control Register 35
GPTA1_SRC34     0xF0002774         GPTA1 Interrupt Service Request Control Register 34
GPTA1_SRC33     0xF0002778         GPTA1 Interrupt Service Request Control Register 33
GPTA1_SRC32     0xF000277C         GPTA1 Interrupt Service Request Control Register 32
GPTA1_SRC31     0xF0002780         GPTA1 Interrupt Service Request Control Register 31
GPTA1_SRC30     0xF0002784         GPTA1 Interrupt Service Request Control Register 30
GPTA1_SRC29     0xF0002788         GPTA1 Interrupt Service Request Control Register 29
GPTA1_SRC28     0xF000278C         GPTA1 Interrupt Service Request Control Register 28
GPTA1_SRC27     0xF0002790         GPTA1 Interrupt Service Request Control Register 27
GPTA1_SRC26     0xF0002794         GPTA1 Interrupt Service Request Control Register 26
GPTA1_SRC25     0xF0002798         GPTA1 Interrupt Service Request Control Register 25
GPTA1_SRC24     0xF000279C         GPTA1 Interrupt Service Request Control Register 24
GPTA1_SRC23     0xF00027A0         GPTA1 Interrupt Service Request Control Register 23
GPTA1_SRC22     0xF00027A4         GPTA1 Interrupt Service Request Control Register 22
GPTA1_SRC21     0xF00027A8         GPTA1 Interrupt Service Request Control Register 21
GPTA1_SRC20     0xF00027AC         GPTA1 Interrupt Service Request Control Register 20
GPTA1_SRC19     0xF00027B0         GPTA1 Interrupt Service Request Control Register 19
GPTA1_SRC18     0xF00027B4         GPTA1 Interrupt Service Request Control Register 18
GPTA1_SRC17     0xF00027B8         GPTA1 Interrupt Service Request Control Register 17
GPTA1_SRC16     0xF00027BC         GPTA1 Interrupt Service Request Control Register 16
GPTA1_SRC15     0xF00027C0         GPTA1 Interrupt Service Request Control Register 15
GPTA1_SRC14     0xF00027C4         GPTA1 Interrupt Service Request Control Register 14
GPTA1_SRC13     0xF00027C8         GPTA1 Interrupt Service Request Control Register 13
GPTA1_SRC12     0xF00027CC         GPTA1 Interrupt Service Request Control Register 12
GPTA1_SRC11     0xF00027D0         GPTA1 Interrupt Service Request Control Register 11
GPTA1_SRC10     0xF00027D4         GPTA1 Interrupt Service Request Control Register 10
GPTA1_SRC09     0xF00027D8         GPTA1 Interrupt Service Request Control Register 09
GPTA1_SRC08     0xF00027DC         GPTA1 Interrupt Service Request Control Register 08
GPTA1_SRC07     0xF00027E0         GPTA1 Interrupt Service Request Control Register 07
GPTA1_SRC06     0xF00027E4         GPTA1 Interrupt Service Request Control Register 06
GPTA1_SRC05     0xF00027E8         GPTA1 Interrupt Service Request Control Register 05
GPTA1_SRC04     0xF00027EC         GPTA1 Interrupt Service Request Control Register 04
GPTA1_SRC03     0xF00027F0         GPTA1 Interrupt Service Request Control Register 03
GPTA1_SRC02     0xF00027F4         GPTA1 Interrupt Service Request Control Register 02
GPTA1_SRC01     0xF00027F8         GPTA1 Interrupt Service Request Control Register 01
GPTA1_SRC00     0xF00027FC         GPTA1 Interrupt Service Request Control Register 00
LTCA2_ID        0xF0002808         LTCA2 Identification Register
LTCA2_SRSC2     0xF0002820         LTCA2 Service Request State Clear Register 2
LTCA2_SRSS2     0xF0002824         LTCA2 Service Request State Set Register 2
LTCA2_SRSC3     0xF0002828         LTCA2 Service Request State Clear Register 3
LTCA2_SRSS3     0xF000282C         LTCA2 Service Request State Set Register 3
LTCA2_MRACTL    0xF0002838         Multiplexer Register Array Control Register
LTCA2_MRADIN    0xF000283C         Multiplexer Register Array Data In Register
LTCA2_MRADOUT   0xF0002840         Multiplexer Register Array Data Out Register
LTCA2_LTCCTR00  0xF0002A00         Local Timer Cell Control Register 00 [Timer Mode]
LTCA2_LTCXR00   0xF0002A04         Local Timer Cell X Register 00
LTCA2_LTCCTR01  0xF0002A08         Local Timer Cell Control Register 01 [Timer Mode]
LTCA2_LTCXR01   0xF0002A0C         Local Timer Cell X Register 01
LTCA2_LTCCTR02  0xF0002A10         Local Timer Cell Control Register 02 [Timer Mode]
LTCA2_LTCXR02   0xF0002A14         Local Timer Cell X Register 02
LTCA2_LTCCTR03  0xF0002A18         Local Timer Cell Control Register 03 [Timer Mode]
LTCA2_LTCXR03   0xF0002A1C         Local Timer Cell X Register 03
LTCA2_LTCCTR04  0xF0002A20         Local Timer Cell Control Register 04 [Timer Mode]
LTCA2_LTCXR04   0xF0002A24         Local Timer Cell X Register 04
LTCA2_LTCCTR05  0xF0002A28         Local Timer Cell Control Register 05 [Timer Mode]
LTCA2_LTCXR05   0xF0002A2C         Local Timer Cell X Register 05
LTCA2_LTCCTR06  0xF0002A30         Local Timer Cell Control Register 06 [Timer Mode]
LTCA2_LTCXR06   0xF0002A34         Local Timer Cell X Register 06
LTCA2_LTCCTR07  0xF0002A38         Local Timer Cell Control Register 07 [Timer Mode]
LTCA2_LTCXR07   0xF0002A3C         Local Timer Cell X Register 07
LTCA2_LTCCTR08  0xF0002A40         Local Timer Cell Control Register 08 [Timer Mode]
LTCA2_LTCXR08   0xF0002A44         Local Timer Cell X Register 08
LTCA2_LTCCTR09  0xF0002A48         Local Timer Cell Control Register 09 [Timer Mode]
LTCA2_LTCXR09   0xF0002A4C         Local Timer Cell X Register 09
LTCA2_LTCCTR10  0xF0002A50         Local Timer Cell Control Register 10 [Timer Mode]
LTCA2_LTCXR10   0xF0002A54         Local Timer Cell X Register 10
LTCA2_LTCCTR11  0xF0002A58         Local Timer Cell Control Register 11 [Timer Mode]
LTCA2_LTCXR11   0xF0002A5C         Local Timer Cell X Register 11
LTCA2_LTCCTR12  0xF0002A60         Local Timer Cell Control Register 12 [Timer Mode]
LTCA2_LTCXR12   0xF0002A64         Local Timer Cell X Register 12
LTCA2_LTCCTR13  0xF0002A68         Local Timer Cell Control Register 13 [Timer Mode]
LTCA2_LTCXR13   0xF0002A6C         Local Timer Cell X Register 13
LTCA2_LTCCTR14  0xF0002A70         Local Timer Cell Control Register 14 [Timer Mode]
LTCA2_LTCXR14   0xF0002A74         Local Timer Cell X Register 14
LTCA2_LTCCTR15  0xF0002A78         Local Timer Cell Control Register 15 [Timer Mode]
LTCA2_LTCXR15   0xF0002A7C         Local Timer Cell X Register 15
LTCA2_LTCCTR16  0xF0002A80         Local Timer Cell Control Register 16 [Timer Mode]
LTCA2_LTCXR16   0xF0002A84         Local Timer Cell X Register 16
LTCA2_LTCCTR17  0xF0002A88         Local Timer Cell Control Register 17 [Timer Mode]
LTCA2_LTCXR17   0xF0002A8C         Local Timer Cell X Register 17
LTCA2_LTCCTR18  0xF0002A90         Local Timer Cell Control Register 18 [Timer Mode]
LTCA2_LTCXR18   0xF0002A94         Local Timer Cell X Register 18
LTCA2_LTCCTR19  0xF0002A98         Local Timer Cell Control Register 19 [Timer Mode]
LTCA2_LTCXR19   0xF0002A9C         Local Timer Cell X Register 19
LTCA2_LTCCTR20  0xF0002AA0         Local Timer Cell Control Register 20 [Timer Mode]
LTCA2_LTCXR20   0xF0002AA4         Local Timer Cell X Register 20
LTCA2_LTCCTR21  0xF0002AA8         Local Timer Cell Control Register 21 [Timer Mode]
LTCA2_LTCXR21   0xF0002AAC         Local Timer Cell X Register 21
LTCA2_LTCCTR22  0xF0002AB0         Local Timer Cell Control Register 22 [Timer Mode]
LTCA2_LTCXR22   0xF0002AB4         Local Timer Cell X Register 22
LTCA2_LTCCTR23  0xF0002AB8         Local Timer Cell Control Register 23 [Timer Mode]
LTCA2_LTCXR23   0xF0002ABC         Local Timer Cell X Register 23
LTCA2_LTCCTR24  0xF0002AC0         Local Timer Cell Control Register 24 [Timer Mode]
LTCA2_LTCXR24   0xF0002AC4         Local Timer Cell X Register 24
LTCA2_LTCCTR25  0xF0002AC8         Local Timer Cell Control Register 25 [Timer Mode]
LTCA2_LTCXR25   0xF0002ACC         Local Timer Cell X Register 25
LTCA2_LTCCTR26  0xF0002AD0         Local Timer Cell Control Register 26 [Timer Mode]
LTCA2_LTCXR26   0xF0002AD4         Local Timer Cell X Register 26
LTCA2_LTCCTR27  0xF0002AD8         Local Timer Cell Control Register 27 [Timer Mode]
LTCA2_LTCXR27   0xF0002ADC         Local Timer Cell X Register 27
LTCA2_LTCCTR28  0xF0002AE0         Local Timer Cell Control Register 28 [Timer Mode]
LTCA2_LTCXR28   0xF0002AE4         Local Timer Cell X Register 28
LTCA2_LTCCTR29  0xF0002AE8         Local Timer Cell Control Register 29 [Timer Mode]
LTCA2_LTCXR29   0xF0002AEC         Local Timer Cell X Register 29
LTCA2_LTCCTR30  0xF0002AF0         Local Timer Cell Control Register 30 [Timer Mode]
LTCA2_LTCXR30   0xF0002AF4         Local Timer Cell X Register 30
LTCA2_LTCCTR31  0xF0002AF8         Local Timer Cell Control Register 31 [Timer Mode]
LTCA2_LTCXR31   0xF0002AFC         Local Timer Cell X Register 31
LTCA2_LTCCTR32  0xF0002B00         Local Timer Cell Control Register 32 [Timer Mode]
LTCA2_LTCXR32   0xF0002B04         Local Timer Cell X Register 32
LTCA2_LTCCTR33  0xF0002B08         Local Timer Cell Control Register 33 [Timer Mode]
LTCA2_LTCXR33   0xF0002B0C         Local Timer Cell X Register 33
LTCA2_LTCCTR34  0xF0002B10         Local Timer Cell Control Register 34 [Timer Mode]
LTCA2_LTCXR34   0xF0002B14         Local Timer Cell X Register 34
LTCA2_LTCCTR35  0xF0002B18         Local Timer Cell Control Register 35 [Timer Mode]
LTCA2_LTCXR35   0xF0002B1C         Local Timer Cell X Register 35
LTCA2_LTCCTR36  0xF0002B20         Local Timer Cell Control Register 36 [Timer Mode]
LTCA2_LTCXR36   0xF0002B24         Local Timer Cell X Register 36
LTCA2_LTCCTR37  0xF0002B28         Local Timer Cell Control Register 37 [Timer Mode]
LTCA2_LTCXR37   0xF0002B2C         Local Timer Cell X Register 37
LTCA2_LTCCTR38  0xF0002B30         Local Timer Cell Control Register 38 [Timer Mode]
LTCA2_LTCXR38   0xF0002B34         Local Timer Cell X Register 38
LTCA2_LTCCTR39  0xF0002B38         Local Timer Cell Control Register 39 [Timer Mode]
LTCA2_LTCXR39   0xF0002B3C         Local Timer Cell X Register 39
LTCA2_LTCCTR40  0xF0002B40         Local Timer Cell Control Register 40 [Timer Mode]
LTCA2_LTCXR40   0xF0002B44         Local Timer Cell X Register 40
LTCA2_LTCCTR41  0xF0002B48         Local Timer Cell Control Register 41 [Timer Mode]
LTCA2_LTCXR41   0xF0002B4C         Local Timer Cell X Register 41
LTCA2_LTCCTR42  0xF0002B50         Local Timer Cell Control Register 42 [Timer Mode]
LTCA2_LTCXR42   0xF0002B54         Local Timer Cell X Register 42
LTCA2_LTCCTR43  0xF0002B58         Local Timer Cell Control Register 43 [Timer Mode]
LTCA2_LTCXR43   0xF0002B5C         Local Timer Cell X Register 43
LTCA2_LTCCTR44  0xF0002B60         Local Timer Cell Control Register 44 [Timer Mode]
LTCA2_LTCXR44   0xF0002B64         Local Timer Cell X Register 44
LTCA2_LTCCTR45  0xF0002B68         Local Timer Cell Control Register 45 [Timer Mode]
LTCA2_LTCXR45   0xF0002B6C         Local Timer Cell X Register 45
LTCA2_LTCCTR46  0xF0002B70         Local Timer Cell Control Register 46 [Timer Mode]
LTCA2_LTCXR46   0xF0002B74         Local Timer Cell X Register 46
LTCA2_LTCCTR47  0xF0002B78         Local Timer Cell Control Register 47 [Timer Mode]
LTCA2_LTCXR47   0xF0002B7C         Local Timer Cell X Register 47
LTCA2_LTCCTR48  0xF0002B80         Local Timer Cell Control Register 48 [Timer Mode]
LTCA2_LTCXR48   0xF0002B84         Local Timer Cell X Register 48
LTCA2_LTCCTR49  0xF0002B88         Local Timer Cell Control Register 49 [Timer Mode]
LTCA2_LTCXR49   0xF0002B8C         Local Timer Cell X Register 49
LTCA2_LTCCTR50  0xF0002B90         Local Timer Cell Control Register 50 [Timer Mode]
LTCA2_LTCXR50   0xF0002B94         Local Timer Cell X Register 50
LTCA2_LTCCTR51  0xF0002B98         Local Timer Cell Control Register 51 [Timer Mode]
LTCA2_LTCXR51   0xF0002B9C         Local Timer Cell X Register 51
LTCA2_LTCCTR52  0xF0002BA0         Local Timer Cell Control Register 52 [Timer Mode]
LTCA2_LTCXR52   0xF0002BA4         Local Timer Cell X Register 52
LTCA2_LTCCTR53  0xF0002BA8         Local Timer Cell Control Register 53 [Timer Mode]
LTCA2_LTCXR53   0xF0002BAC         Local Timer Cell X Register 53
LTCA2_LTCCTR54  0xF0002BB0         Local Timer Cell Control Register 54 [Timer Mode]
LTCA2_LTCXR54   0xF0002BB4         Local Timer Cell X Register 54
LTCA2_LTCCTR55  0xF0002BB8         Local Timer Cell Control Register 55 [Timer Mode]
LTCA2_LTCXR55   0xF0002BBC         Local Timer Cell X Register 55
LTCA2_LTCCTR56  0xF0002BC0         Local Timer Cell Control Register 56 [Timer Mode]
LTCA2_LTCXR56   0xF0002BC4         Local Timer Cell X Register 56
LTCA2_LTCCTR57  0xF0002BC8         Local Timer Cell Control Register 57 [Timer Mode]
LTCA2_LTCXR57   0xF0002BCC         Local Timer Cell X Register 57
LTCA2_LTCCTR58  0xF0002BD0         Local Timer Cell Control Register 58 [Timer Mode]
LTCA2_LTCXR58   0xF0002BD4         Local Timer Cell X Register 58
LTCA2_LTCCTR59  0xF0002BD8         Local Timer Cell Control Register 59 [Timer Mode]
LTCA2_LTCXR59   0xF0002BDC         Local Timer Cell X Register 59
LTCA2_LTCCTR60  0xF0002BE0         Local Timer Cell Control Register 60 [Timer Mode]
LTCA2_LTCXR60   0xF0002BE4         Local Timer Cell X Register 60
LTCA2_LTCCTR61  0xF0002BE8         Local Timer Cell Control Register 61 [Timer Mode]
LTCA2_LTCXR61   0xF0002BEC         Local Timer Cell X Register 61
LTCA2_LTCCTR62  0xF0002BF0         Local Timer Cell Control Register 62 [Timer Mode]
LTCA2_LTCXR62   0xF0002BF4         Local Timer Cell X Register 62
LTCA2_LTCCTR63  0xF0002BF8         Local Timer Cell Control Register 63
LTCA2_LTCXR63   0xF0002BFC         Local Timer Cell X Register 63
LTCA2_SRC15     0xF0002FC0         LTCA2 Interrupt Service Request Control Register 15
LTCA2_SRC14     0xF0002FC4         LTCA2 Interrupt Service Request Control Register 14
LTCA2_SRC13     0xF0002FC8         LTCA2 Interrupt Service Request Control Register 13
LTCA2_SRC12     0xF0002FCC         LTCA2 Interrupt Service Request Control Register 12
LTCA2_SRC11     0xF0002FD0         LTCA2 Interrupt Service Request Control Register 11
LTCA2_SRC10     0xF0002FD4         LTCA2 Interrupt Service Request Control Register 10
LTCA2_SRC09     0xF0002FD8         LTCA2 Interrupt Service Request Control Register 09
LTCA2_SRC08     0xF0002FDC         LTCA2 Interrupt Service Request Control Register 08
LTCA2_SRC07     0xF0002FE0         LTCA2 Interrupt Service Request Control Register 07
LTCA2_SRC06     0xF0002FE4         LTCA2 Interrupt Service Request Control Register 06
LTCA2_SRC05     0xF0002FE8         LTCA2 Interrupt Service Request Control Register 05
LTCA2_SRC04     0xF0002FEC         LTCA2 Interrupt Service Request Control Register 04
LTCA2_SRC03     0xF0002FF0         LTCA2 Interrupt Service Request Control Register 03
LTCA2_SRC02     0xF0002FF4         LTCA2 Interrupt Service Request Control Register 02
LTCA2_SRC01     0xF0002FF8         LTCA2 Interrupt Service Request Control Register 01
LTCA2_SRC00     0xF0002FFC         LTCA2 Interrupt Service Request Control Register 00
CCU60_MCFG      0xF0003004         CCU60 Module Configuration Register
CCU60_ID        0xF0003008         CCU60 Module Identification Register
CCU60_MOSEL     0xF000300C         CCU60 Module Output Select Register
CCU60_PISEL0    0xF0003010         CCU60 Port Input Select Register 0
CCU60_PISEL2    0xF0003014         CCU60 Port Input Select Register 2
CCU60_KSCFG     0xF0003018         CCU60 Kernel State Configuration Register
CCU60_KSCSR     0xF000301C         CCU60 Kernel State Control Sensitivity Register
CCU60_T12       0xF0003020         CCU60 Timer T12 Counter Register
CCU60_T12PR     0xF0003024         CCU60 Timer 12 Period Register
CCU60_T12DTC    0xF0003028         CCU60 Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0003030         CCU60 Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0003034         CCU60 Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0003038         CCU60 Capture/Compare Register for Channel CC62
CCU60_CC60SR    0xF0003040         CCU60 Capture/Compare Shadow Reg. for Channel CC60
CCU60_CC61SR    0xF0003044         CCU60 Capture/Compare Shadow Reg. for Channel CC61
CCU60_CC62SR    0xF0003048         CCU60 Capture/Compare Shadow Reg. for Channel CC62
CCU60_T13       0xF0003050         CCU60 Timer T13 Counter Register
CCU60_T13PR     0xF0003054         CCU60 Timer 13 Period Register
CCU60_CC63R     0xF0003058         CCU60 Compare Register for T13
CCU60_CC63SR    0xF000305C         CCU60 Compare Shadow Register for T13
CCU60_CMPSTAT   0xF0003060         CCU60 Compare State Register
CCU60_CMPMODIF  0xF0003064         CCU60 Compare State Modification Register
CCU60_T12MSEL   0xF0003068         CCu60 T12 Mode Select Register
CCU60_TCTR0     0xF0003070         CCU60 Timer Control Register 0
CCU60_TCTR2     0xF0003074         CCU60 Timer Control Register 2
CCU60_TCTR4     0xF0003078         CCU60 Timer Control Register 4
CCU60_MODCTR    0xF0003080         CCU60 Modulation Control Register
CCU60_TRPCTR    0xF0003084         CCU60 Trap Control Register
CCU60_PSLR      0xF0003088         CCU60 Passive State Level Register
CCU60_MCMOUTS   0xF000308C         CCU60 Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0003090         CCU60 Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0003094         CCU60 Multi-Channel Mode Control Register
CCU60_IMON      0xF0003098         CCU60 Input Monitoring Register
CCU60_LI        0xF000309C         CCU60 Lost Indicator Register
CCU60_IS        0xF00030A0         CCU60 Interrupt Status Register
CCU60_ISS       0xF00030A4         CCU60 Interrupt Status Set Register
CCU60_ISR       0xF00030A8         CCU60 Interrupt Status Reset Register
CCU60_INP       0xF00030AC         CCU60 Interrupt Node Pointer Register
CCU60_IEN       0xF00030B0         CCU60 Interrupt Enable Register
CCU60_SRC3      0xF00030F0         CCU60 Service Request Control Register 3
CCU60_SRC2      0xF00030F4         CCU60 Service Request Control Register 2
CCU60_SRC1      0xF00030F8         CCU60 Service Request Control Register 1
CCU60_SRC0      0xF00030FC         CCU60 Service Request Control Register 0
CCU61_MCFG      0xF0003104         CCU61 Module Configuration Register
CCU61_ID        0xF0003108         CCU61 Module Identification Register
CCU61_PISEL0    0xF0003110         CCU61 Port Input Select Register 0
CCU61_PISEL2    0xF0003114         CCU61 Port Input Select Register 2
CCU61_KSCFG     0xF0003118         CCU61 Kernel State Configuration Register
CCU61_KSCSR     0xF000311C         CCU61 Kernel State Control Sensitivity Register
CCU61_T12       0xF0003120         CCU61 Timer T12 Counter Register
CCU61_T12PR     0xF0003124         CCU61 Timer 12 Period Register
CCU61_T12DTC    0xF0003128         CCU61 Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0003130         CCU61 Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0003134         CCU61 Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0003138         CCU61 Capture/Compare Register for Channel CC62
CCU61_CC60SR    0xF0003140         CCU61 Capture/Compare Shadow Reg. for Channel CC60
CCU61_CC61SR    0xF0003144         CCU61 Capture/Compare Shadow Reg. for Channel CC61
CCU61_CC62SR    0xF0003148         CCU61 Capture/Compare Shadow Reg. for Channel CC62
CCU61_T13       0xF0003150         CCU61 Timer T13 Counter Register
CCU61_T13PR     0xF0003154         CCU61 Timer 13 Period Register
CCU61_CC63R     0xF0003158         CCU61 Compare Register for T13
CCU61_CC63SR    0xF000315C         CCU61 Compare Shadow Register for T13
CCU61_CMPSTAT   0xF0003160         CCU61 Compare State Register
CCU61_CMPMODIF  0xF0003164         CCU61 Compare State Modification Register
CCU61_T12MSEL   0xF0003168         CCU61 T12 Mode Select Register
CCU61_TCTR0     0xF0003170         CCU61 Timer Control Register 0
CCU61_TCTR2     0xF0003174         CCU61 Timer Control Register 2
CCU61_TCTR4     0xF0003178         CCU61 Timer Control Register 4
CCU61_MODCTR    0xF0003180         CCU61 Modulation Control Register
CCU61_TRPCTR    0xF0003184         CCU61 Trap Control Register
CCU61_PSLR      0xF0003188         CCU61 Passive State Level Register
CCU61_MCMOUTS   0xF000318C         Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0003190         CCU61 Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0003194         CCU61 Multi-Channel Mode Control Register
CCU61_IMON      0xF0003198         CCU61 Input Monitoring Register
CCU61_LI        0xF000319C         CCU61 Lost Indicator Register
CCU61_IS        0xF00031A0         CCU61 Interrupt Status Register
CCU61_ISS       0xF00031A4         CCU61 Interrupt Status Set Register
CCU61_ISR       0xF00031A8         CCU61 Interrupt Status Reset Register
CCU61_INP       0xF00031AC         CCU61 Interrupt Node Pointer Register
CCU61_IEN       0xF00031B0         CCU61 Interrupt Enable Register
CCU61_SRC3      0xF00031F0         CCU61 Service Request Control Register 3
CCU61_SRC2      0xF00031F4         CCU61 Service Request Control Register 2
CCU61_SRC1      0xF00031F8         CCU61 Service Request Control Register 1
CCU61_SRC0      0xF00031FC         CCU61 Service Request Control Register 0
CCU62_MCFG      0xF0003204         CCU62 Module Configuration Register
CCU62_ID        0xF0003208         CCU62 Module Identification Register
CCU62_MOSEL     0xF000320C         CCU62 Module Output Select Register
CCU62_PISEL0    0xF0003210         CCU62 Port Input Select Register 0
CCU62_PISEL2    0xF0003214         CCU62 Port Input Select Register 2
CCU62_KSCFG     0xF0003218         CCU62 Kernel State Configuration Register
CCU62_KSCSR     0xF000321C         CCU62 Kernel State Control Sensitivity Register
CCU62_T12       0xF0003220         CCU62 Timer T12 Counter Register
CCU62_T12PR     0xF0003224         CCU62 Timer 12 Period Register
CCU62_T12DTC    0xF0003228         CCU62 Dead-Time Control Register for Timer12
CCU62_CC60R     0xF0003230         CCU62 Capture/Compare Register for Channel CC60
CCU62_CC61R     0xF0003234         CCU62 Capture/Compare Register for Channel CC61
CCU62_CC62R     0xF0003238         CCU62 Capture/Compare Register for Channel CC62
CCU62_CC60SR    0xF0003240         CCU62 Capture/Compare Shadow Reg. for Channel CC60
CCU62_CC61SR    0xF0003244         CCU62 Capture/Compare Shadow Reg. for Channel CC61
CCU62_CC62SR    0xF0003248         CCU62 Capture/Compare Shadow Reg. for Channel CC62
CCU62_T13       0xF0003250         CCU62 Timer T13 Counter Register
CCU62_T13PR     0xF0003254         CCU62 Timer 13 Period Register
CCU62_CC63R     0xF0003258         CCU62 Compare Register for T13
CCU62_CC63SR    0xF000325C         CCU62 Compare Shadow Register for T13
CCU62_CMPSTAT   0xF0003260         CCU62 Compare State Register
CCU62_CMPMODIF  0xF0003264         CCU62 Compare State Modification Register
CCU62_T12MSEL   0xF0003268         CCU62 T12 Mode Select Register
CCU62_TCTR0     0xF0003270         CCU62 Timer Control Register 0
CCU62_TCTR2     0xF0003274         CCU62 Timer Control Register 2
CCU62_TCTR4     0xF0003278         CCU62 Timer Control Register 4
CCU62_MODCTR    0xF0003280         CCU62 Modulation Control Register
CCU62_TRPCTR    0xF0003284         CCU62 Trap Control Register
CCU62_PSLR      0xF0003288         CCU62 Passive State Level Register
CCU62_MCMOUTS   0xF000328C         CCU62 Multi-Channel Mode Output Shadow Register
CCU62_MCMOUT    0xF0003290         CCU62 Multi-Channel Mode Output Register
CCU62_MCMCTR    0xF0003294         CCU62 Multi-Channel Mode Control Register
CCU62_IMON      0xF0003298         CCU62 Input Monitoring Register
CCU62_LI        0xF000329C         CCU62 Lost Indicator Register
CCU62_IS        0xF00032A0         CCU62 Interrupt Status Register
CCU62_ISS       0xF00032A4         CCU62 Interrupt Status Set Register
CCU62_ISR       0xF00032A8         CCU62 Interrupt Status Reset Register
CCU62_INP       0xF00032AC         CCU62 Interrupt Node Pointer Register
CCU62_IEN       0xF00032B0         CCU62 Interrupt Enable Register
CCU62_SRC3      0xF00032F0         CCU62 Service Request Control Register
CCU62_SRC2      0xF00032F4         CCU62 Service Request Control Register
CCU62_SRC1      0xF00032F8         CCU62 Service Request Control Register
CCU62_SRC0      0xF00032FC         CCU62 Service Request Control Register
CCU63_MCFG      0xF0003304         CCU63 Module Configuration Register
CCU63_ID        0xF0003308         CCU63 Module Identification Register
CCU63_PISEL0    0xF0003310         CCU63 Port Input Select Register 0
CCU63_PISEL2    0xF0003314         CCU63 Port Input Select Register 2
CCU63_KSCFG     0xF0003318         CCU63 Kernel State Configuration Register
CCU63_KSCSR     0xF000331C         CCU63 Kernel State Control Sensitivity Register
CCU63_T12       0xF0003320         CCU63 Timer T12 Counter Register
CCU63_T12PR     0xF0003324         CCU63 Timer 12 Period Register
CCU63_T12DTC    0xF0003328         CCU63 Dead-Time Control Register for Timer12
CCU63_CC60R     0xF0003330         CCU63 Capture/Compare Register for Channel CC60
CCU63_CC61R     0xF0003334         CCU63 Capture/Compare Register for Channel CC61
CCU63_CC62R     0xF0003338         CCU63 Capture/Compare Register for Channel CC62
CCU63_CC60SR    0xF0003340         CCU63 Capture/Compare Shadow Reg. for Channel CC60
CCU63_CC61SR    0xF0003344         CCU63 Capture/Compare Shadow Reg. for Channel CC61
CCU63_CC62SR    0xF0003348         CCU63 Capture/Compare Shadow Reg. for Channel CC62
CCU63_T13       0xF0003350         CCU63 Timer T13 Counter Register
CCU63_T13PR     0xF0003354         CCU63 Timer 13 Period Register
CCU63_CC63R     0xF0003358         CCU63 Compare Register for T13
CCU63_CC63SR    0xF000335C         CCU63 Compare Shadow Register for T13
CCU63_CMPSTAT   0xF0003360         CCU63 Compare State Register
CCU63_CMPMODIF  0xF0003364         CCU63 Compare State Modification Register
CCU63_T12MSEL   0xF0003368         CCU63 T12 Mode Select Register
CCU63_TCTR0     0xF0003370         CCU63 Timer Control Register 0
CCU63_TCTR2     0xF0003374         CCU63 Timer Control Register 2
CCU63_TCTR4     0xF0003378         CCU63 Timer Control Register 4
CCU63_MODCTR    0xF0003380         CCU63 Modulation Control Register
CCU63_TRPCTR    0xF0003384         CCU63 Trap Control Register
CCU63_PSLR      0xF0003388         CCU63 Passive State Level Register
CCU63_MCMOUTS   0xF000338C         CCU63 Multi-Channel Mode Output Shadow Register
CCU63_MCMOUT    0xF0003390         CCU63 Multi-Channel Mode Output Register
CCU63_MCMCTR    0xF0003394         CCU63 Multi-Channel Mode Control Register
CCU63_IMON      0xF0003398         CCU63 Input Monitoring Register
CCU63_LI        0xF000339C         CCU63 Lost Indicator Register
CCU63_IS        0xF00033A0         CCU63 Interrupt Status Register
CCU63_ISS       0xF00033A4         CCU63 Interrupt Status Set Register
CCU63_ISR       0xF00033A8         CCU63 Interrupt Status Reset Register
CCU63_INP       0xF00033AC         CCU63 Interrupt Node Pointer Register
CCU63_IEN       0xF00033B0         CCU63 Interrupt Enable Register
CCU63_SRC3      0xF00033F0         CCU63 Service Request Control Register
CCU63_SRC2      0xF00033F4         CCU63 Service Request Control Register
CCU63_SRC1      0xF00033F8         CCU63 Service Request Control Register
CCU63_SRC0      0xF00033FC         CCU63 Service Request Control Register
GPT120_CLC      0xF0003400         Clock Control Register
GPT120_PISEL    0xF0003404         Port Input Select Register
GPT120_ID       0xF0003408         Identification Register
GPT120_T2CON    0xF0003410         Timer T2 Control Register
GPT120_T3CON    0xF0003414         Timer T3 Control Register
GPT120_T4CON    0xF0003418         Timer T4 Control Register
GPT120_T5CON    0xF000341C         Timer T5 Control Register
GPT120_T6CON    0xF0003420         Timer T6 Control Register
GPT120_CAPREL   0xF0003430         Capture and Reload Register
GPT120_T2       0xF0003434         Timer T2 Register
GPT120_T3       0xF0003438         Timer T3 Register
GPT120_T4       0xF000343C         Timer T4 Register
GPT120_T5       0xF0003440         Timer T5 Register
GPT120_T6       0xF0003444         Timer T6 Register
GPT120_SRC5     0xF00034E8         Service Request Control 5 Register
GPT120_SRC4     0xF00034EC         Service Request Control 4 Register
GPT120_SRC3     0xF00034F0         Service Request Control 3 Register
GPT120_SRC2     0xF00034F4         Service Request Control 2 Register
GPT120_SRC1     0xF00034F8         Service Request Control 1 Register
GPT120_SRC0     0xF00034FC         Service Request Control 0 Register
GPT121_CLC      0xF0003500         Clock Control Register
GPT121_PISEL    0xF0003504         Port Input Select Register
GPT121_ID       0xF0003508         Identification Register
GPT121_T2CON    0xF0003510         Timer T2 Control Register
GPT121_T3CON    0xF0003514         Timer T3 Control Register
GPT121_T4CON    0xF0003518         Timer T4 Control Register
GPT121_T5CON    0xF000351C         Timer T5 Control Register
GPT121_T6CON    0xF0003520         Timer T6 Control Register
GPT121_CAPREL   0xF0003530         Capture and Reload Register
GPT121_T2       0xF0003534         Timer T2 Register
GPT121_T3       0xF0003538         Timer T3 Register
GPT121_T4       0xF000353C         Timer T4 Register
GPT121_T5       0xF0003540         Timer T5 Register
GPT121_T6       0xF0003544         Timer T6 Register
GPT121_SRC5     0xF00035E8         Service Request Control 5 Register
GPT121_SRC4     0xF00035EC         Service Request Control 4 Register
GPT121_SRC3     0xF00035F0         Service Request Control 3 Register
GPT121_SRC2     0xF00035F4         Service Request Control 2 Register
GPT121_SRC1     0xF00035F8         Service Request Control 1 Register
GPT121_SRC0     0xF00035FC         Service Request Control 0 Register
SDMA_CLC        0xF0003800         SDMA Clock Control Register
SDMA_ID         0xF0003808         Module Identification Register
SDMA_CHRSTR     0xF0003810         SDMA Channel Reset Request Register
SDMA_TRSR       0xF0003814         SDMA Transaction Request State Register
SDMA_STREQ      0xF0003818         SDMA Software Transaction Request Register
SDMA_HTREQ      0xF000381C         SDMA Hardware Transaction Request Register
SDMA_EER        0xF0003820         SDMA Enable Error Register
SDMA_ERRSR      0xF0003824         SDMA Error Status Register
SDMA_CLRE       0xF0003828         SDMA Clear Error Register
SDMA_GINTR      0xF000382C         SDMA Global Interrupt Set Register
SDMA_MESR       0xF0003830         SDMA Move Engine Status Register
SDMA_ME0R       0xF0003834         SDMA Move Engine 0 Read Register
SDMA_ME0PR      0xF000383C         SDMA Move Engine 0 Pattern Register
SDMA_INTSR      0xF0003854         SDMA Interrupt Status Register
SDMA_INTCR      0xF0003858         SDMA Interrupt Clear Register
SDMA_WRPSR      0xF000385C         SDMA Wrap Status Register
SDMA_OCDSR      0xF0003864         SDMA OCDS Register
SDMA_SUSPMR     0xF0003868         SDMA Suspend Mode Register
SDMA_CHSR00     0xF0003880         SDMA Channel 00 Status Register
SDMA_CHCR00     0xF0003884         SDMA Channel 00 Control Register
SDMA_CHICR00    0xF0003888         SDMA Channel 00 Interrupt Control Register
SDMA_ADRCR00    0xF000388C         SDMA Channel 00 Address Control Register
SDMA_SADR00     0xF0003890         SDMA Channel 00 Source Address Register
SDMA_DADR00     0xF0003894         SDMA Channel 00 Destination Address Register
SDMA_SHADR00    0xF0003898         SDMA Channel 00 Shadow Address Register
SDMA_CHSR01     0xF00038A0         SDMA Channel 01 Status Register
SDMA_CHCR01     0xF00038A4         SDMA Channel 01 Control Register
SDMA_CHICR01    0xF00038A8         SDMA Channel 01 Interrupt Control Register
SDMA_ADRCR01    0xF00038AC         SDMA Channel 01 Address Control Register
SDMA_SADR01     0xF00038B0         SDMA Channel 01 Source Address Register
SDMA_DADR01     0xF00038B4         SDMA Channel 01 Destination Address Register
SDMA_SHADR01    0xF00038B8         SDMA Channel 01 Shadow Address Register
SDMA_CHSR02     0xF00038C0         SDMA Channel 02 Status Register
SDMA_CHCR02     0xF00038C4         SDMA Channel 02 Control Register
SDMA_CHICR02    0xF00038C8         SDMA Channel 02 Interrupt Control Register
SDMA_ADRCR02    0xF00038CC         SDMA Channel 02 Address Control Register
SDMA_SADR02     0xF00038D0         SDMA Channel 02 Source Address Register
SDMA_DADR02     0xF00038D4         SDMA Channel 02 Destination Address Register
SDMA_SHADR02    0xF00038D8         SDMA Channel 02 Shadow Address Register
SDMA_CHSR03     0xF00038E0         SDMA Channel 03 Status Register
SDMA_CHCR03     0xF00038E4         SDMA Channel 03 Control Register
SDMA_CHICR03    0xF00038E8         SDMA Channel 03 Interrupt Control Register
SDMA_ADRCR03    0xF00038EC         SDMA Channel 03 Address Control Register
SDMA_SADR03     0xF00038F0         SDMA Channel 03 Source Address Register
SDMA_DADR03     0xF00038F4         SDMA Channel 03 Destination Address Register
SDMA_SHADR03    0xF00038F8         SDMA Channel 03 Shadow Address Register
SDMA_CHSR04     0xF0003900         SDMA Channel 04 Status Register
SDMA_CHCR04     0xF0003904         SDMA Channel 04 Control Register
SDMA_CHICR04    0xF0003908         SDMA Channel 04 Interrupt Control Register
SDMA_ADRCR04    0xF000390C         SDMA Channel 04 Address Control Register
SDMA_SADR04     0xF0003910         SDMA Channel 04 Source Address Register
SDMA_DADR04     0xF0003914         SDMA Channel 04 Destination Address Register
SDMA_SHADR04    0xF0003918         SDMA Channel 04 Shadow Address Register
SDMA_CHSR05     0xF0003920         SDMA Channel 05 Status Register
SDMA_CHCR05     0xF0003924         SDMA Channel 05 Control Register
SDMA_CHICR05    0xF0003928         SDMA Channel 05 Interrupt Control Register
SDMA_ADRCR05    0xF000392C         SDMA Channel 05 Address Control Register
SDMA_SADR05     0xF0003930         SDMA Channel 05 Source Address Register
SDMA_DADR05     0xF0003934         SDMA Channel 05 Destination Address Register
SDMA_SHADR05    0xF0003938         SDMA Channel 05 Shadow Address Register
SDMA_CHSR06     0xF0003940         SDMA Channel 06 Status Register
SDMA_CHCR06     0xF0003944         SDMA Channel 06 Control Register
SDMA_CHICR06    0xF0003948         SDMA Channel 06 Interrupt Control Register
SDMA_ADRCR06    0xF000394C         SDMA Channel 06 Address Control Register
SDMA_SADR06     0xF0003950         SDMA Channel 06 Source Address Register
SDMA_DADR06     0xF0003954         SDMA Channel 06 Destination Address Register
SDMA_SHADR06    0xF0003958         SDMA Channel 06 Shadow Address Register
SDMA_CHSR07     0xF0003960         SDMA Channel 07 Status Register
SDMA_CHCR07     0xF0003964         SDMA Channel 07 Control Register
SDMA_CHICR07    0xF0003968         SDMA Channel 07 Interrupt Control Register
SDMA_ADRCR07    0xF000396C         SDMA Channel 07 Address Control Register
SDMA_SADR07     0xF0003970         SDMA Channel 07 Source Address Register
SDMA_DADR07     0xF0003974         SDMA Channel 07 Destination Address Register
SDMA_SHADR07    0xF0003978         SDMA Channel 07 Shadow Address Register
SDMA_SAMIN00    0xF0003980         SDMA Channel 00 Source Address Lower Boundary Register
SDMA_SAMAX00    0xF0003984         SDMA Channel 00 Source Address Lower Boundary Register
SDMA_DAMIN00    0xF0003988         SDMA Channel 00 Destination Address Lower Boundary Register
SDMA_DAMAX00    0xF000398C         SDMA Channel 00 Destination Address Upper Boundary Register
SDMA_SCRC00     0xF0003990         SDMA Channel 00 Source Address CRC Register
SDMA_DCRC00     0xF0003994         SDMA Channel 00 Destination Address CRC Register
SDMA_RDCRC00    0xF0003998         SDMA Channel 00 Read Data CRC Register
SDMA_SAMIN01    0xF00039A0         SDMA Channel 01 Source Address Lower Boundary Register
SDMA_SAMAX01    0xF00039A4         SDMA Channel 01 Source Address Lower Boundary Register
SDMA_DAMIN01    0xF00039A8         SDMA Channel 01 Destination Address Lower Boundary Register
SDMA_DAMAX01    0xF00039AC         SDMA Channel 01 Destination Address Upper Boundary Register
SDMA_SCRC01     0xF00039B0         SDMA Channel 01 Source Address CRC Register
SDMA_DCRC01     0xF00039B4         SDMA Channel 01 Destination Address CRC Register
SDMA_RDCRC01    0xF00039B8         SDMA Channel 01 Read Data CRC Register
SDMA_SAMIN02    0xF00039C0         SDMA Channel 02 Source Address Lower Boundary Register
SDMA_SAMAX02    0xF00039C4         SDMA Channel 02 Source Address Lower Boundary Register
SDMA_DAMIN02    0xF00039C8         SDMA Channel 02 Destination Address Lower Boundary Register
SDMA_DAMAX02    0xF00039CC         SDMA Channel 02 Destination Address Upper Boundary Register
SDMA_SCRC02     0xF00039D0         SDMA Channel 02 Source Address CRC Register
SDMA_DCRC02     0xF00039D4         SDMA Channel 02 Destination Address CRC Register
SDMA_RDCRC02    0xF00039D8         SDMA Channel 02 Read Data CRC Register
SDMA_SAMIN03    0xF00039E0         SDMA Channel 03 Source Address Lower Boundary Register
SDMA_SAMAX03    0xF00039E4         SDMA Channel 03 Source Address Lower Boundary Register
SDMA_DAMIN03    0xF00039E8         SDMA Channel 03 Destination Address Lower Boundary Register
SDMA_DAMAX03    0xF00039EC         SDMA Channel 03 Destination Address Upper Boundary Register
SDMA_SCRC03     0xF00039F0         SDMA Channel 03 Source Address CRC Register
SDMA_DCRC03     0xF00039F4         SDMA Channel 03 Destination Address CRC Register
SDMA_RDCRC03    0xF00039F8         SDMA Channel 03 Read Data CRC Register
SDMA_SAMIN04    0xF0003A00         SDMA Channel 04 Source Address Lower Boundary Register
SDMA_SAMAX04    0xF0003A04         SDMA Channel 04 Source Address Lower Boundary Register
SDMA_DAMIN04    0xF0003A08         SDMA Channel 04 Destination Address Lower Boundary Register
SDMA_DAMAX04    0xF0003A0C         SDMA Channel 04 Destination Address Upper Boundary Register
SDMA_SCRC04     0xF0003A10         SDMA Channel 04 Source Address CRC Register
SDMA_DCRC04     0xF0003A14         SDMA Channel 04 Destination Address CRC Register
SDMA_RDCRC04    0xF0003A18         SDMA Channel 04 Read Data CRC Register
SDMA_SAMIN05    0xF0003A20         SDMA Channel 05 Source Address Lower Boundary Register
SDMA_SAMAX05    0xF0003A24         SDMA Channel 05 Source Address Lower Boundary Register
SDMA_DAMIN05    0xF0003A28         SDMA Channel 05 Destination Address Lower Boundary Register
SDMA_DAMAX05    0xF0003A2C         SDMA Channel 05 Destination Address Upper Boundary Register
SDMA_SCRC05     0xF0003A30         SDMA Channel 05 Source Address CRC Register
SDMA_DCRC05     0xF0003A34         SDMA Channel 05 Destination Address CRC Register
SDMA_RDCRC05    0xF0003A38         SDMA Channel 05 Read Data CRC Register
SDMA_SAMIN06    0xF0003A40         SDMA Channel 06 Source Address Lower Boundary Register
SDMA_SAMAX06    0xF0003A44         SDMA Channel 06 Source Address Lower Boundary Register
SDMA_DAMIN06    0xF0003A48         SDMA Channel 06 Destination Address Lower Boundary Register
SDMA_DAMAX06    0xF0003A4C         SDMA Channel 06 Destination Address Upper Boundary Register
SDMA_SCRC06     0xF0003A50         SDMA Channel 06 Source Address CRC Register
SDMA_DCRC06     0xF0003A54         SDMA Channel 06 Destination Address CRC Register
SDMA_RDCRC06    0xF0003A58         SDMA Channel 06 Read Data CRC Register
SDMA_SAMIN07    0xF0003A60         SDMA Channel 07 Source Address Lower Boundary Register
SDMA_SAMAX07    0xF0003A64         SDMA Channel 07 Source Address Lower Boundary Register
SDMA_DAMIN07    0xF0003A68         SDMA Channel 07 Destination Address Lower Boundary Register
SDMA_DAMAX07    0xF0003A6C         SDMA Channel 07 Destination Address Upper Boundary Register
SDMA_SCRC07     0xF0003A70         SDMA Channel 07 Source Address CRC Register
SDMA_DCRC07     0xF0003A74         SDMA Channel 07 Destination Address CRC Register
SDMA_RDCRC07    0xF0003A78         SDMA Channel 07 Read Data CRC Register
SDMA_SRC7       0xF0003AE0         SDMA Service Request Control Register 7
SDMA_SRC6       0xF0003AE4         SDMA Service Request Control Register 6
SDMA_SRC5       0xF0003AE8         SDMA Service Request Control Register 5
SDMA_SRC4       0xF0003AEC         SDMA Service Request Control Register 4
SDMA_SRC3       0xF0003AF0         SDMA Service Request Control Register 3
SDMA_SRC2       0xF0003AF4         SDMA Service Request Control Register 2
SDMA_SRC1       0xF0003AF8         SDMA Service Request Control Register 1
SDMA_SRC0       0xF0003AFC         SDMA Service Request Control Register 0
DMA_CLC         0xF0003C00         DMA Clock Control Register
DMA_ID          0xF0003C08         Module Identification Register
DMA_CHRSTR      0xF0003C10         DMA Channel Reset Request Register
DMA_TRSR        0xF0003C14         DMA Transaction Request State Register
DMA_STREQ       0xF0003C18         DMA Software Transaction Request Register
DMA_HTREQ       0xF0003C1C         DMA Hardware Transaction Request Register
DMA_EER         0xF0003C20         DMA Enable Error Register
DMA_ERRSR       0xF0003C24         DMA Error Status Register
DMA_CLRE        0xF0003C28         DMA Clear Error Register
DMA_GINTR       0xF0003C2C         DMA Global Interrupt Set Register
DMA_MESR        0xF0003C30         DMA Move Engine Status Register
DMA_ME0R        0xF0003C34         DMA Move Engine 0 Read Register
DMA_ME1R        0xF0003C38         DMA Move Engine 1 Read Register
DMA_ME0PR       0xF0003C3C         DMA Move Engine 0 Pattern Register
DMA_ME1PR       0xF0003C40         DMA Move Engine 1 Pattern Register
DMA_ME0AENR0    0xF0003C44         DMA Move Engine 0 Access Enable Register 0
DMA_ME0ARR0     0xF0003C48         DMA Move Engine 0 Access Range Register 0
DMA_ME1AENR0    0xF0003C4C         DMA Move Engine 1 Access Enable Register 0
DMA_ME1ARR0     0xF0003C50         DMA Move Engine 1 Access Range Register 0
DMA_INTSR       0xF0003C54         DMA Interrupt Status Register
DMA_INTCR       0xF0003C58         DMA Interrupt Clear Register
DMA_WRPSR       0xF0003C5C         DMA Wrap Status Register
DMA_OCDSR       0xF0003C64         DMA OCDS Register
DMA_SUSPMR      0xF0003C68         DMA Suspend Mode Register
DMA_ME0AENR1    0xF0003C6C         DMA Move Engine 0 Access Enable Register 1
DMA_ME0ARR1     0xF0003C70         DMA Move Engine 0 Access Range Register 1
DMA_ME1AENR1    0xF0003C74         DMA Move Engine 1 Access Enable Register 1
DMA_ME1ARR1     0xF0003C78         DMA Move Engine 1 Access Range Register 1
DMA_CHSR00      0xF0003C80         DMA Channel 00 Status Register
DMA_CHCR00      0xF0003C84         DMA Channel 00 Control Register
DMA_CHICR00     0xF0003C88         DMA Channel 00 Interrupt Control Register
DMA_ADRCR00     0xF0003C8C         DMA Channel 00 Address Control Register
DMA_SADR00      0xF0003C90         DMA Channel 00 Source Address Register
DMA_DADR00      0xF0003C94         DMA Channel 00 Destination Address Register
DMA_SHADR00     0xF0003C98         DMA Channel 00 Shadow Address Register
DMA_CHSR01      0xF0003CA0         DMA Channel 01 Status Register
DMA_CHCR01      0xF0003CA4         DMA Channel 01 Control Register
DMA_CHICR01     0xF0003CA8         DMA Channel 01 Interrupt Control Register
DMA_ADRCR01     0xF0003CAC         DMA Channel 01 Address Control Register
DMA_SADR01      0xF0003CB0         DMA Channel 01 Source Address Register
DMA_DADR01      0xF0003CB4         DMA Channel 01 Destination Address Register
DMA_SHADR01     0xF0003CB8         DMA Channel 01 Shadow Address Register
DMA_CHSR02      0xF0003CC0         DMA Channel 02 Status Register
DMA_CHCR02      0xF0003CC4         DMA Channel 02 Control Register
DMA_CHICR02     0xF0003CC8         DMA Channel 02 Interrupt Control Register
DMA_ADRCR02     0xF0003CCC         DMA Channel 02 Address Control Register
DMA_SADR02      0xF0003CD0         DMA Channel 02 Source Address Register
DMA_DADR02      0xF0003CD4         DMA Channel 02 Destination Address Register
DMA_SHADR02     0xF0003CD8         DMA Channel 02 Shadow Address Register
DMA_CHSR03      0xF0003CE0         DMA Channel 03 Status Register
DMA_CHCR03      0xF0003CE4         DMA Channel 03 Control Register
DMA_CHICR03     0xF0003CE8         DMA Channel 03 Interrupt Control Register
DMA_ADRCR03     0xF0003CEC         DMA Channel 03 Address Control Register
DMA_SADR03      0xF0003CF0         DMA Channel 03 Source Address Register
DMA_DADR03      0xF0003CF4         DMA Channel 03 Destination Address Register
DMA_SHADR03     0xF0003CF8         DMA Channel 03 Shadow Address Register
DMA_CHSR04      0xF0003D00         DMA Channel 04 Status Register
DMA_CHCR04      0xF0003D04         DMA Channel 04 Control Register
DMA_CHICR04     0xF0003D08         DMA Channel 04 Interrupt Control Register
DMA_ADRCR04     0xF0003D0C         DMA Channel 04 Address Control Register
DMA_SADR04      0xF0003D10         DMA Channel 04 Source Address Register
DMA_DADR04      0xF0003D14         DMA Channel 04 Destination Address Register
DMA_SHADR04     0xF0003D18         DMA Channel 04 Shadow Address Register
DMA_CHSR05      0xF0003D20         DMA Channel 05 Status Register
DMA_CHCR05      0xF0003D24         DMA Channel 05 Control Register
DMA_CHICR05     0xF0003D28         DMA Channel 05 Interrupt Control Register
DMA_ADRCR05     0xF0003D2C         DMA Channel 05 Address Control Register
DMA_SADR05      0xF0003D30         DMA Channel 05 Source Address Register
DMA_DADR05      0xF0003D34         DMA Channel 05 Destination Address Register
DMA_SHADR05     0xF0003D38         DMA Channel 05 Shadow Address Register
DMA_CHSR06      0xF0003D40         DMA Channel 06 Status Register
DMA_CHCR06      0xF0003D44         DMA Channel 06 Control Register
DMA_CHICR06     0xF0003D48         DMA Channel 06 Interrupt Control Register
DMA_ADRCR06     0xF0003D4C         DMA Channel 06 Address Control Register
DMA_SADR06      0xF0003D50         DMA Channel 06 Source Address Register
DMA_DADR06      0xF0003D54         DMA Channel 06 Destination Address Register
DMA_SHADR06     0xF0003D58         DMA Channel 06 Shadow Address Register
DMA_CHSR07      0xF0003D60         DMA Channel 07 Status Register
DMA_CHCR07      0xF0003D64         DMA Channel 07 Control Register
DMA_CHICR07     0xF0003D68         DMA Channel 07 Interrupt Control Register
DMA_ADRCR07     0xF0003D6C         DMA Channel 07 Address Control Register
DMA_SADR07      0xF0003D70         DMA Channel 07 Source Address Register
DMA_DADR07      0xF0003D74         DMA Channel 07 Destination Address Register
DMA_SHADR07     0xF0003D78         DMA Channel 07 Shadow Address Register
DMA_CHSR10      0xF0003D80         DMA Channel 10 Status Register
DMA_CHCR10      0xF0003D84         DMA Channel 10 Control Register
DMA_CHICR10     0xF0003D88         DMA Channel 10 Interrupt Control Register
DMA_ADRCR10     0xF0003D8C         DMA Channel 10 Address Control Register
DMA_SADR10      0xF0003D90         DMA Channel 10 Source Address Register
DMA_DADR10      0xF0003D94         DMA Channel 10 Destination Address Register
DMA_SHADR10     0xF0003D98         DMA Channel 10 Shadow Address Register
DMA_CHSR11      0xF0003DA0         DMA Channel 11 Status Register
DMA_CHCR11      0xF0003DA4         DMA Channel 11 Control Register
DMA_CHICR11     0xF0003DA8         DMA Channel 11 Interrupt Control Register
DMA_ADRCR11     0xF0003DAC         DMA Channel 11 Address Control Register
DMA_SADR11      0xF0003DB0         DMA Channel 11 Source Address Register
DMA_DADR11      0xF0003DB4         DMA Channel 11 Destination Address Register
DMA_SHADR11     0xF0003DB8         DMA Channel 11 Shadow Address Register
DMA_CHSR12      0xF0003DC0         DMA Channel 12 Status Register
DMA_CHCR12      0xF0003DC4         DMA Channel 12 Control Register
DMA_CHICR12     0xF0003DC8         DMA Channel 12 Interrupt Control Register
DMA_ADRCR12     0xF0003DCC         DMA Channel 12 Address Control Register
DMA_SADR12      0xF0003DD0         DMA Channel 12 Source Address Register
DMA_DADR12      0xF0003DD4         DMA Channel 12 Destination Address Register
DMA_SHADR12     0xF0003DD8         DMA Channel 12 Shadow Address Register
DMA_CHSR13      0xF0003DE0         DMA Channel 13 Status Register
DMA_CHCR13      0xF0003DE4         DMA Channel 13 Control Register
DMA_CHICR13     0xF0003DE8         DMA Channel 13 Interrupt Control Register
DMA_ADRCR13     0xF0003DEC         DMA Channel 13 Address Control Register
DMA_SADR13      0xF0003DF0         DMA Channel 13 Source Address Register
DMA_DADR13      0xF0003DF4         DMA Channel 13 Destination Address Register
DMA_SHADR13     0xF0003DF8         DMA Channel 13 Shadow Address Register
DMA_CHSR14      0xF0003E00         DMA Channel 14 Status Register
DMA_CHCR14      0xF0003E04         DMA Channel 14 Control Register
DMA_CHICR14     0xF0003E08         DMA Channel 14 Interrupt Control Register
DMA_ADRCR14     0xF0003E0C         DMA Channel 14 Address Control Register
DMA_SADR14      0xF0003E10         DMA Channel 14 Source Address Register
DMA_DADR14      0xF0003E14         DMA Channel 14 Destination Address Register
DMA_SHADR14     0xF0003E18         DMA Channel 14 Shadow Address Register
DMA_CHSR15      0xF0003E20         DMA Channel 15 Status Register
DMA_CHCR15      0xF0003E24         DMA Channel 15 Control Register
DMA_CHICR15     0xF0003E28         DMA Channel 15 Interrupt Control Register
DMA_ADRCR15     0xF0003E2C         DMA Channel 15 Address Control Register
DMA_SADR15      0xF0003E30         DMA Channel 15 Source Address Register
DMA_DADR15      0xF0003E34         DMA Channel 15 Destination Address Register
DMA_SHADR15     0xF0003E38         DMA Channel 15 Shadow Address Register
DMA_CHSR16      0xF0003E40         DMA Channel 16 Status Register
DMA_CHCR16      0xF0003E44         DMA Channel 16 Control Register
DMA_CHICR16     0xF0003E48         DMA Channel 16 Interrupt Control Register
DMA_ADRCR16     0xF0003E4C         DMA Channel 16 Address Control Register
DMA_SADR16      0xF0003E50         DMA Channel 16 Source Address Register
DMA_DADR16      0xF0003E54         DMA Channel 16 Destination Address Register
DMA_SHADR16     0xF0003E58         DMA Channel 16 Shadow Address Register
DMA_CHSR17      0xF0003E60         DMA Channel 17 Status Register
DMA_CHCR17      0xF0003E64         DMA Channel 17 Control Register
DMA_CHICR17     0xF0003E68         DMA Channel 17 Interrupt Control Register
DMA_ADRCR17     0xF0003E6C         DMA Channel 17 Address Control Register
DMA_SADR17      0xF0003E70         DMA Channel 17 Source Address Register
DMA_DADR17      0xF0003E74         DMA Channel 17 Destination Address Register
DMA_SHADR17     0xF0003E78         DMA Channel 17 Shadow Address Register
DMA_MLI0SRC3    0xF0003EA0         DMA MLI0 Service Request Control Register 3
DMA_MLI0SRC2    0xF0003EA4         DMA MLI0 Service Request Control Register 2
DMA_MLI0SRC1    0xF0003EA8         DMA MLI0 Service Request Control Register 1
DMA_MLI0SRC0    0xF0003EAC         DMA MLI0 Service Request Control Register 0
DMA_MLI1SRC1    0xF0003EB8         DMA MLI1 Service Request Control Register 1
DMA_MLI1SRC0    0xF0003EBC         DMA MLI1 Service Request Control Register 0
DMA_SRC7        0xF0003EE0         DMA Service Request Control Register 7
DMA_SRC6        0xF0003EE4         DMA Service Request Control Register 6
DMA_SRC5        0xF0003EE8         DMA Service Request Control Register 5
DMA_SRC4        0xF0003EEC         DMA Service Request Control Register 4
DMA_SRC3        0xF0003EF0         DMA Service Request Control Register 3
DMA_SRC2        0xF0003EF4         DMA Service Request Control Register 2
DMA_SRC1        0xF0003EF8         DMA Service Request Control Register 1
DMA_SRC0        0xF0003EFC         DMA Service Request Control Register 0
CAN_CLC         0xF0004000         CAN Clock Control Register
CAN_ID          0xF0004008         CAN Module Identification Register
CAN_FDR         0xF000400C         CAN Fractional Divider Register
CAN_SRC15       0xF00040C0         CAN Service Request Control Register 15
CAN_SRC14       0xF00040C4         CAN Service Request Control Register 14
CAN_SRC13       0xF00040C8         CAN Service Request Control Register 13
CAN_SRC12       0xF00040CC         CAN Service Request Control Register 12
CAN_SRC11       0xF00040D0         CAN Service Request Control Register 11
CAN_SRC10       0xF00040D4         CAN Service Request Control Register 10
CAN_SRC9        0xF00040D8         CAN Service Request Control Register 9
CAN_SRC8        0xF00040DC         CAN Service Request Control Register 8
CAN_SRC7        0xF00040E0         CAN Service Request Control Register 7
CAN_SRC6        0xF00040E4         CAN Service Request Control Register 6
CAN_SRC5        0xF00040E8         CAN Service Request Control Register 5
CAN_SRC4        0xF00040EC         CAN Service Request Control Register 4
CAN_SRC3        0xF00040F0         CAN Service Request Control Register 3
CAN_SRC2        0xF00040F4         CAN Service Request Control Register 2
CAN_SRC1        0xF00040F8         CAN Service Request Control Register 1
CAN_SRC0        0xF00040FC         CAN Service Request Control Register 0
CAN_LIST0       0xF0004100         CAN List Register 0
CAN_LIST1       0xF0004104         CAN List Register 1
CAN_LIST2       0xF0004108         CAN List Register 2
CAN_LIST3       0xF000410C         CAN List Register 3
CAN_LIST4       0xF0004110         CAN List Register 4
CAN_LIST5       0xF0004114         CAN List Register 5
CAN_LIST6       0xF0004118         CAN List Register 6
CAN_LIST7       0xF000411C         CAN List Register 7
CAN_MSPND0      0xF0004140         CAN Message Pending Register 0
CAN_MSPND1      0xF0004144         CAN Message Pending Register 1
CAN_MSPND2      0xF0004148         CAN Message Pending Register 2
CAN_MSPND3      0xF000414C         CAN Message Pending Register 3
CAN_MSPND4      0xF0004150         CAN Message Pending Register 4
CAN_MSPND5      0xF0004154         CAN Message Pending Register 5
CAN_MSPND6      0xF0004158         CAN Message Pending Register 6
CAN_MSPND7      0xF000415C         CAN Message Pending Register 7
CAN_MSID0       0xF0004180         CAN Message Index Register 0
CAN_MSID1       0xF0004184         CAN Message Index Register 1
CAN_MSID2       0xF0004188         CAN Message Index Register 2
CAN_MSID3       0xF000418C         CAN Message Index Register 3
CAN_MSID4       0xF0004190         CAN Message Index Register 4
CAN_MSID5       0xF0004194         CAN Message Index Register 5
CAN_MSID6       0xF0004198         CAN Message Index Register 6
CAN_MSID7       0xF000419C         CAN Message Index Register 7
CAN_MSIMASK     0xF00041C0         CAN Message Index Mask Register
CAN_PANCTR      0xF00041C4         CAN Panel Control Register
CAN_MCR         0xF00041C8         CAN Module Control Register
CAN_MITR        0xF00041CC         CAN Module Interrupt Trigger Register
CAN_NCR0        0xF0004200         CAN Node 0 Control Register
CAN_NSR0        0xF0004204         CAN Node 0 Status Register
CAN_NIPR0       0xF0004208         CAN Node 0 Interrupt Pointer Register
CAN_NPCR0       0xF000420C         CAN Node 0 Port Control Register
CAN_NBTR0       0xF0004210         CAN Node 0 Bit Timing Register
CAN_NECNT0      0xF0004214         CAN Node 0 Error Counter Register
CAN_NFCR0       0xF0004218         CAN Node 0 Frame Counter Register
CAN_LTR         0xF0004280         CAN Local Time Register
CAN_SYNMR       0xF0004284         CAN Synchronization Mark Register
CAN_REFMR       0xF0004288         CAN Reference Mark Register
CAN_LREFMR      0xF000428C         CAN Last Reference Mark Register
CAN_TURR        0xF0004290         CAN Time Unit Ratio Register
CAN_CYCTMR      0xF0004294         CAN Cycle Time Register
CAN_LOR         0xF0004298         CAN Local Offset Register
CAN_GMR         0xF000429C         CAN Global Mark Register
CAN_LGMR        0xF00042A0         CAN Last Global Mark Register
CAN_AWDR        0xF00042A4         CAN Application Watchdog Register
CAN_TTCR        0xF00042C0         CAN Time Trigger Control Register
CAN_TTCFGR      0xF00042C4         CAN Time Trigger Configuration Register
CAN_TTSR        0xF00042C8         CAN Time Trigger Status Register
CAN_TTFMR       0xF00042CC         CAN Time Trigger Flag Modification Register
CAN_TTIRR       0xF00042D0         CAN Time Trigger Interrupt Request Register
CAN_TTIER       0xF00042D4         CAN Time Trigger Interrupt Enable Register
CAN_TTINPR      0xF00042D8         CAN Time Trigger Interrupt Node Pointer Register
CAN_STSRL       0xF00042F0         CAN Scheduler Timing Status Register Low
CAN_STSRH       0xF00042F4         CAN Scheduler Timing Status Register High
CAN_SISR        0xF00042F8         CAN Scheduler Instruction Status Register
CAN_NCR1        0xF0004300         CAN Node 1 Control Register
CAN_NSR1        0xF0004304         CAN Node 1 Status Register
CAN_NIPR1       0xF0004308         CAN Node 1 Interrupt Pointer Register
CAN_NPCR1       0xF000430C         CAN Node 1 Port Control Register
CAN_NBTR1       0xF0004310         CAN Node 1 Bit Timing Register
CAN_NECNT1      0xF0004314         CAN Node 1 Error Counter Register
CAN_NFCR1       0xF0004318         CAN Node 1 Frame Counter Register
CAN_NCR2        0xF0004400         CAN Node 2 Control Register
CAN_NSR2        0xF0004404         CAN Node 2 Status Register
CAN_NIPR2       0xF0004408         CAN Node 2 Interrupt Pointer Register
CAN_NPCR2       0xF000440C         CAN Node 2 Port Control Register
CAN_NBTR2       0xF0004410         CAN Node 2 Bit Timing Register
CAN_NECNT2      0xF0004414         CAN Node 2 Error Counter Register
CAN_NFCR2       0xF0004418         CAN Node 2 Frame Counter Register
CAN_NCR3        0xF0004500         CAN Node 3 Control Register
CAN_NSR3        0xF0004504         CAN Node 3 Status Register
CAN_NIPR3       0xF0004508         CAN Node 3 Interrupt Pointer Register
CAN_NPCR3       0xF000450C         CAN Node 3 Port Control Register
CAN_NBTR3       0xF0004510         CAN Node 3 Bit Timing Register
CAN_NECNT3      0xF0004514         CAN Node 3 Error Counter Register
CAN_NFCR3       0xF0004518         CAN Node 3 Frame Counter Register
CAN_MOFCR0      0xF0005000         CAN Message Object 0 Function Control Register
CAN_MOFGPR0     0xF0005004         CAN Message Object 0 FIFO/Gateway Pointer Register
CAN_MOIPR0      0xF0005008         CAN Message Object 0 Interrupt Pointer Register
CAN_MOAMR0      0xF000500C         CAN Message Object 0 Acceptance Mask Register
CAN_MODATAL0    0xF0005010         CAN Message Object 0 Data Register Low
CAN_MODATAH0    0xF0005014         CAN Message Object 0 Data Register High
CAN_MOAR0       0xF0005018         CAN Message Object 0 Arbitration Register
CAN_MOCTR0      0xF000501C         CAN Message Object 0 Control Register
CAN_MOFCR1      0xF0005020         CAN Message Object 1 Function Control Register
CAN_MOFGPR1     0xF0005024         CAN Message Object 1 FIFO/Gateway Pointer Register
CAN_MOIPR1      0xF0005028         CAN Message Object 1 Interrupt Pointer Register
CAN_MOAMR1      0xF000502C         CAN Message Object 1 Acceptance Mask Register
CAN_MODATAL1    0xF0005030         CAN Message Object 1 Data Register Low
CAN_MODATAH1    0xF0005034         CAN Message Object 1 Data Register High
CAN_MOAR1       0xF0005038         CAN Message Object 1 Arbitration Register
CAN_MOCTR1      0xF000503C         CAN Message Object 1 Control Register
CAN_MOFCR2      0xF0005040         CAN Message Object 2 Function Control Register
CAN_MOFGPR2     0xF0005044         CAN Message Object 2 FIFO/Gateway Pointer Register
CAN_MOIPR2      0xF0005048         CAN Message Object 2 Interrupt Pointer Register
CAN_MOAMR2      0xF000504C         CAN Message Object 2 Acceptance Mask Register
CAN_MODATAL2    0xF0005050         CAN Message Object 2 Data Register Low
CAN_MODATAH2    0xF0005054         CAN Message Object 2 Data Register High
CAN_MOAR2       0xF0005058         CAN Message Object 2 Arbitration Register
CAN_MOCTR2      0xF000505C         CAN Message Object 2 Control Register
CAN_MOFCR3      0xF0005060         CAN Message Object 3 Function Control Register
CAN_MOFGPR3     0xF0005064         CAN Message Object 3 FIFO/Gateway Pointer Register
CAN_MOIPR3      0xF0005068         CAN Message Object 3 Interrupt Pointer Register
CAN_MOAMR3      0xF000506C         CAN Message Object 3 Acceptance Mask Register
CAN_MODATAL3    0xF0005070         CAN Message Object 3 Data Register Low
CAN_MODATAH3    0xF0005074         CAN Message Object 3 Data Register High
CAN_MOAR3       0xF0005078         CAN Message Object 3 Arbitration Register
CAN_MOCTR3      0xF000507C         CAN Message Object 3 Control Register
CAN_MOFCR4      0xF0005080         CAN Message Object 4 Function Control Register
CAN_MOFGPR4     0xF0005084         CAN Message Object 4 FIFO/Gateway Pointer Register
CAN_MOIPR4      0xF0005088         CAN Message Object 4 Interrupt Pointer Register
CAN_MOAMR4      0xF000508C         CAN Message Object 4 Acceptance Mask Register
CAN_MODATAL4    0xF0005090         CAN Message Object 4 Data Register Low
CAN_MODATAH4    0xF0005094         CAN Message Object 4 Data Register High
CAN_MOAR4       0xF0005098         CAN Message Object 4 Arbitration Register
CAN_MOCTR4      0xF000509C         CAN Message Object 4 Control Register
CAN_MOFCR5      0xF00050A0         CAN Message Object 5 Function Control Register
CAN_MOFGPR5     0xF00050A4         CAN Message Object 5 FIFO/Gateway Pointer Register
CAN_MOIPR5      0xF00050A8         CAN Message Object 5 Interrupt Pointer Register
CAN_MOAMR5      0xF00050AC         CAN Message Object 5 Acceptance Mask Register
CAN_MODATAL5    0xF00050B0         CAN Message Object 5 Data Register Low
CAN_MODATAH5    0xF00050B4         CAN Message Object 5 Data Register High
CAN_MOAR5       0xF00050B8         CAN Message Object 5 Arbitration Register
CAN_MOCTR5      0xF00050BC         CAN Message Object 5 Control Register
CAN_MOFCR6      0xF00050C0         CAN Message Object 6 Function Control Register
CAN_MOFGPR6     0xF00050C4         CAN Message Object 6 FIFO/Gateway Pointer Register
CAN_MOIPR6      0xF00050C8         CAN Message Object 6 Interrupt Pointer Register
CAN_MOAMR6      0xF00050CC         CAN Message Object 6 Acceptance Mask Register
CAN_MODATAL6    0xF00050D0         CAN Message Object 6 Data Register Low
CAN_MODATAH6    0xF00050D4         CAN Message Object 6 Data Register High
CAN_MOAR6       0xF00050D8         CAN Message Object 6 Arbitration Register
CAN_MOCTR6      0xF00050DC         CAN Message Object 6 Control Register
CAN_MOFCR7      0xF00050E0         CAN Message Object 7 Function Control Register
CAN_MOFGPR7     0xF00050E4         CAN Message Object 7 FIFO/Gateway Pointer Register
CAN_MOIPR7      0xF00050E8         CAN Message Object 7 Interrupt Pointer Register
CAN_MOAMR7      0xF00050EC         CAN Message Object 7 Acceptance Mask Register
CAN_MODATAL7    0xF00050F0         CAN Message Object 7 Data Register Low
CAN_MODATAH7    0xF00050F4         CAN Message Object 7 Data Register High
CAN_MOAR7       0xF00050F8         CAN Message Object 7 Arbitration Register
CAN_MOCTR7      0xF00050FC         CAN Message Object 7 Control Register
CAN_MOFCR8      0xF0005100         CAN Message Object 8 Function Control Register
CAN_MOFGPR8     0xF0005104         CAN Message Object 8 FIFO/Gateway Pointer Register
CAN_MOIPR8      0xF0005108         CAN Message Object 8 Interrupt Pointer Register
CAN_MOAMR8      0xF000510C         CAN Message Object 8 Acceptance Mask Register
CAN_MODATAL8    0xF0005110         CAN Message Object 8 Data Register Low
CAN_MODATAH8    0xF0005114         CAN Message Object 8 Data Register High
CAN_MOAR8       0xF0005118         CAN Message Object 8 Arbitration Register
CAN_MOCTR8      0xF000511C         CAN Message Object 8 Control Register
CAN_MOFCR9      0xF0005120         CAN Message Object 9 Function Control Register
CAN_MOFGPR9     0xF0005124         CAN Message Object 9 FIFO/Gateway Pointer Register
CAN_MOIPR9      0xF0005128         CAN Message Object 9 Interrupt Pointer Register
CAN_MOAMR9      0xF000512C         CAN Message Object 9 Acceptance Mask Register
CAN_MODATAL9    0xF0005130         CAN Message Object 9 Data Register Low
CAN_MODATAH9    0xF0005134         CAN Message Object 9 Data Register High
CAN_MOAR9       0xF0005138         CAN Message Object 9 Arbitration Register
CAN_MOCTR9      0xF000513C         CAN Message Object 9 Control Register
CAN_MOFCR10     0xF0005140         CAN Message Object 10 Function Control Register
CAN_MOFGPR10    0xF0005144         CAN Message Object 10 FIFO/Gateway Pointer Register
CAN_MOIPR10     0xF0005148         CAN Message Object 10 Interrupt Pointer Register
CAN_MOAMR10     0xF000514C         CAN Message Object 10 Acceptance Mask Register
CAN_MODATAL10   0xF0005150         CAN Message Object 10 Data Register Low
CAN_MODATAH10   0xF0005154         CAN Message Object 10 Data Register High
CAN_MOAR10      0xF0005158         CAN Message Object 10 Arbitration Register
CAN_MOCTR10     0xF000515C         CAN Message Object 10 Control Register
CAN_MOFCR11     0xF0005160         CAN Message Object 11 Function Control Register
CAN_MOFGPR11    0xF0005164         CAN Message Object 11 FIFO/Gateway Pointer Register
CAN_MOIPR11     0xF0005168         CAN Message Object 11 Interrupt Pointer Register
CAN_MOAMR11     0xF000516C         CAN Message Object 11 Acceptance Mask Register
CAN_MODATAL11   0xF0005170         CAN Message Object 11 Data Register Low
CAN_MODATAH11   0xF0005174         CAN Message Object 11 Data Register High
CAN_MOAR11      0xF0005178         CAN Message Object 11 Arbitration Register
CAN_MOCTR11     0xF000517C         CAN Message Object 11 Control Register
CAN_MOFCR12     0xF0005180         CAN Message Object 12 Function Control Register
CAN_MOFGPR12    0xF0005184         CAN Message Object 12 FIFO/Gateway Pointer Register
CAN_MOIPR12     0xF0005188         CAN Message Object 12 Interrupt Pointer Register
CAN_MOAMR12     0xF000518C         CAN Message Object 12 Acceptance Mask Register
CAN_MODATAL12   0xF0005190         CAN Message Object 12 Data Register Low
CAN_MODATAH12   0xF0005194         CAN Message Object 12 Data Register High
CAN_MOAR12      0xF0005198         CAN Message Object 12 Arbitration Register
CAN_MOCTR12     0xF000519C         CAN Message Object 12 Control Register
CAN_MOFCR13     0xF00051A0         CAN Message Object 13 Function Control Register
CAN_MOFGPR13    0xF00051A4         CAN Message Object 13 FIFO/Gateway Pointer Register
CAN_MOIPR13     0xF00051A8         CAN Message Object 13 Interrupt Pointer Register
CAN_MOAMR13     0xF00051AC         CAN Message Object 13 Acceptance Mask Register
CAN_MODATAL13   0xF00051B0         CAN Message Object 13 Data Register Low
CAN_MODATAH13   0xF00051B4         CAN Message Object 13 Data Register High
CAN_MOAR13      0xF00051B8         CAN Message Object 13 Arbitration Register
CAN_MOCTR13     0xF00051BC         CAN Message Object 13 Control Register
CAN_MOFCR14     0xF00051C0         CAN Message Object 14 Function Control Register
CAN_MOFGPR14    0xF00051C4         CAN Message Object 14 FIFO/Gateway Pointer Register
CAN_MOIPR14     0xF00051C8         CAN Message Object 14 Interrupt Pointer Register
CAN_MOAMR14     0xF00051CC         CAN Message Object 14 Acceptance Mask Register
CAN_MODATAL14   0xF00051D0         CAN Message Object 14 Data Register Low
CAN_MODATAH14   0xF00051D4         CAN Message Object 14 Data Register High
CAN_MOAR14      0xF00051D8         CAN Message Object 14 Arbitration Register
CAN_MOCTR14     0xF00051DC         CAN Message Object 14 Control Register
CAN_MOFCR15     0xF00051E0         CAN Message Object 15 Function Control Register
CAN_MOFGPR15    0xF00051E4         CAN Message Object 15 FIFO/Gateway Pointer Register
CAN_MOIPR15     0xF00051E8         CAN Message Object 15 Interrupt Pointer Register
CAN_MOAMR15     0xF00051EC         CAN Message Object 15 Acceptance Mask Register
CAN_MODATAL15   0xF00051F0         CAN Message Object 15 Data Register Low
CAN_MODATAH15   0xF00051F4         CAN Message Object 15 Data Register High
CAN_MOAR15      0xF00051F8         CAN Message Object 15 Arbitration Register
CAN_MOCTR15     0xF00051FC         CAN Message Object 15 Control Register
CAN_MOFCR16     0xF0005200         CAN Message Object 16 Function Control Register
CAN_MOFGPR16    0xF0005204         CAN Message Object 16 FIFO/Gateway Pointer Register
CAN_MOIPR16     0xF0005208         CAN Message Object 16 Interrupt Pointer Register
CAN_MOAMR16     0xF000520C         CAN Message Object 16 Acceptance Mask Register
CAN_MODATAL16   0xF0005210         CAN Message Object 16 Data Register Low
CAN_MODATAH16   0xF0005214         CAN Message Object 16 Data Register High
CAN_MOAR16      0xF0005218         CAN Message Object 16 Arbitration Register
CAN_MOCTR16     0xF000521C         CAN Message Object 16 Control Register
CAN_MOFCR17     0xF0005220         CAN Message Object 17 Function Control Register
CAN_MOFGPR17    0xF0005224         CAN Message Object 17 FIFO/Gateway Pointer Register
CAN_MOIPR17     0xF0005228         CAN Message Object 17 Interrupt Pointer Register
CAN_MOAMR17     0xF000522C         CAN Message Object 17 Acceptance Mask Register
CAN_MODATAL17   0xF0005230         CAN Message Object 17 Data Register Low
CAN_MODATAH17   0xF0005234         CAN Message Object 17 Data Register High
CAN_MOAR17      0xF0005238         CAN Message Object 17 Arbitration Register
CAN_MOCTR17     0xF000523C         CAN Message Object 17 Control Register
CAN_MOFCR18     0xF0005240         CAN Message Object 18 Function Control Register
CAN_MOFGPR18    0xF0005244         CAN Message Object 18 FIFO/Gateway Pointer Register
CAN_MOIPR18     0xF0005248         CAN Message Object 18 Interrupt Pointer Register
CAN_MOAMR18     0xF000524C         CAN Message Object 18 Acceptance Mask Register
CAN_MODATAL18   0xF0005250         CAN Message Object 18 Data Register Low
CAN_MODATAH18   0xF0005254         CAN Message Object 18 Data Register High
CAN_MOAR18      0xF0005258         CAN Message Object 18 Arbitration Register
CAN_MOCTR18     0xF000525C         CAN Message Object 18 Control Register
CAN_MOFCR19     0xF0005260         CAN Message Object 19 Function Control Register
CAN_MOFGPR19    0xF0005264         CAN Message Object 19 FIFO/Gateway Pointer Register
CAN_MOIPR19     0xF0005268         CAN Message Object 19 Interrupt Pointer Register
CAN_MOAMR19     0xF000526C         CAN Message Object 19 Acceptance Mask Register
CAN_MODATAL19   0xF0005270         CAN Message Object 19 Data Register Low
CAN_MODATAH19   0xF0005274         CAN Message Object 19 Data Register High
CAN_MOAR19      0xF0005278         CAN Message Object 19 Arbitration Register
CAN_MOCTR19     0xF000527C         CAN Message Object 19 Control Register
CAN_MOFCR20     0xF0005280         CAN Message Object 20 Function Control Register
CAN_MOFGPR20    0xF0005284         CAN Message Object 20 FIFO/Gateway Pointer Register
CAN_MOIPR20     0xF0005288         CAN Message Object 20 Interrupt Pointer Register
CAN_MOAMR20     0xF000528C         CAN Message Object 20 Acceptance Mask Register
CAN_MODATAL20   0xF0005290         CAN Message Object 20 Data Register Low
CAN_MODATAH20   0xF0005294         CAN Message Object 20 Data Register High
CAN_MOAR20      0xF0005298         CAN Message Object 20 Arbitration Register
CAN_MOCTR20     0xF000529C         CAN Message Object 20 Control Register
CAN_MOFCR21     0xF00052A0         CAN Message Object 21 Function Control Register
CAN_MOFGPR21    0xF00052A4         CAN Message Object 21 FIFO/Gateway Pointer Register
CAN_MOIPR21     0xF00052A8         CAN Message Object 21 Interrupt Pointer Register
CAN_MOAMR21     0xF00052AC         CAN Message Object 21 Acceptance Mask Register
CAN_MODATAL21   0xF00052B0         CAN Message Object 21 Data Register Low
CAN_MODATAH21   0xF00052B4         CAN Message Object 21 Data Register High
CAN_MOAR21      0xF00052B8         CAN Message Object 21 Arbitration Register
CAN_MOCTR21     0xF00052BC         CAN Message Object 21 Control Register
CAN_MOFCR22     0xF00052C0         CAN Message Object 22 Function Control Register
CAN_MOFGPR22    0xF00052C4         CAN Message Object 22 FIFO/Gateway Pointer Register
CAN_MOIPR22     0xF00052C8         CAN Message Object 22 Interrupt Pointer Register
CAN_MOAMR22     0xF00052CC         CAN Message Object 22 Acceptance Mask Register
CAN_MODATAL22   0xF00052D0         CAN Message Object 22 Data Register Low
CAN_MODATAH22   0xF00052D4         CAN Message Object 22 Data Register High
CAN_MOAR22      0xF00052D8         CAN Message Object 22 Arbitration Register
CAN_MOCTR22     0xF00052DC         CAN Message Object 22 Control Register
CAN_MOFCR23     0xF00052E0         CAN Message Object 23 Function Control Register
CAN_MOFGPR23    0xF00052E4         CAN Message Object 23 FIFO/Gateway Pointer Register
CAN_MOIPR23     0xF00052E8         CAN Message Object 23 Interrupt Pointer Register
CAN_MOAMR23     0xF00052EC         CAN Message Object 23 Acceptance Mask Register
CAN_MODATAL23   0xF00052F0         CAN Message Object 23 Data Register Low
CAN_MODATAH23   0xF00052F4         CAN Message Object 23 Data Register High
CAN_MOAR23      0xF00052F8         CAN Message Object 23 Arbitration Register
CAN_MOCTR23     0xF00052FC         CAN Message Object 23 Control Register
CAN_MOFCR24     0xF0005300         CAN Message Object 24 Function Control Register
CAN_MOFGPR24    0xF0005304         CAN Message Object 24 FIFO/Gateway Pointer Register
CAN_MOIPR24     0xF0005308         CAN Message Object 24 Interrupt Pointer Register
CAN_MOAMR24     0xF000530C         CAN Message Object 24 Acceptance Mask Register
CAN_MODATAL24   0xF0005310         CAN Message Object 24 Data Register Low
CAN_MODATAH24   0xF0005314         CAN Message Object 24 Data Register High
CAN_MOAR24      0xF0005318         CAN Message Object 24 Arbitration Register
CAN_MOCTR24     0xF000531C         CAN Message Object 24 Control Register
CAN_MOFCR25     0xF0005320         CAN Message Object 25 Function Control Register
CAN_MOFGPR25    0xF0005324         CAN Message Object 25 FIFO/Gateway Pointer Register
CAN_MOIPR25     0xF0005328         CAN Message Object 25 Interrupt Pointer Register
CAN_MOAMR25     0xF000532C         CAN Message Object 25 Acceptance Mask Register
CAN_MODATAL25   0xF0005330         CAN Message Object 25 Data Register Low
CAN_MODATAH25   0xF0005334         CAN Message Object 25 Data Register High
CAN_MOAR25      0xF0005338         CAN Message Object 25 Arbitration Register
CAN_MOCTR25     0xF000533C         CAN Message Object 25 Control Register
CAN_MOFCR26     0xF0005340         CAN Message Object 26 Function Control Register
CAN_MOFGPR26    0xF0005344         CAN Message Object 26 FIFO/Gateway Pointer Register
CAN_MOIPR26     0xF0005348         CAN Message Object 26 Interrupt Pointer Register
CAN_MOAMR26     0xF000534C         CAN Message Object 26 Acceptance Mask Register
CAN_MODATAL26   0xF0005350         CAN Message Object 26 Data Register Low
CAN_MODATAH26   0xF0005354         CAN Message Object 26 Data Register High
CAN_MOAR26      0xF0005358         CAN Message Object 26 Arbitration Register
CAN_MOCTR26     0xF000535C         CAN Message Object 26 Control Register
CAN_MOFCR27     0xF0005360         CAN Message Object 27 Function Control Register
CAN_MOFGPR27    0xF0005364         CAN Message Object 27 FIFO/Gateway Pointer Register
CAN_MOIPR27     0xF0005368         CAN Message Object 27 Interrupt Pointer Register
CAN_MOAMR27     0xF000536C         CAN Message Object 27 Acceptance Mask Register
CAN_MODATAL27   0xF0005370         CAN Message Object 27 Data Register Low
CAN_MODATAH27   0xF0005374         CAN Message Object 27 Data Register High
CAN_MOAR27      0xF0005378         CAN Message Object 27 Arbitration Register
CAN_MOCTR27     0xF000537C         CAN Message Object 27 Control Register
CAN_MOFCR28     0xF0005380         CAN Message Object 28 Function Control Register
CAN_MOFGPR28    0xF0005384         CAN Message Object 28 FIFO/Gateway Pointer Register
CAN_MOIPR28     0xF0005388         CAN Message Object 28 Interrupt Pointer Register
CAN_MOAMR28     0xF000538C         CAN Message Object 28 Acceptance Mask Register
CAN_MODATAL28   0xF0005390         CAN Message Object 28 Data Register Low
CAN_MODATAH28   0xF0005394         CAN Message Object 28 Data Register High
CAN_MOAR28      0xF0005398         CAN Message Object 28 Arbitration Register
CAN_MOCTR28     0xF000539C         CAN Message Object 28 Control Register
CAN_MOFCR29     0xF00053A0         CAN Message Object 29 Function Control Register
CAN_MOFGPR29    0xF00053A4         CAN Message Object 29 FIFO/Gateway Pointer Register
CAN_MOIPR29     0xF00053A8         CAN Message Object 29 Interrupt Pointer Register
CAN_MOAMR29     0xF00053AC         CAN Message Object 29 Acceptance Mask Register
CAN_MODATAL29   0xF00053B0         CAN Message Object 29 Data Register Low
CAN_MODATAH29   0xF00053B4         CAN Message Object 29 Data Register High
CAN_MOAR29      0xF00053B8         CAN Message Object 29 Arbitration Register
CAN_MOCTR29     0xF00053BC         CAN Message Object 29 Control Register
CAN_MOFCR30     0xF00053C0         CAN Message Object 30 Function Control Register
CAN_MOFGPR30    0xF00053C4         CAN Message Object 30 FIFO/Gateway Pointer Register
CAN_MOIPR30     0xF00053C8         CAN Message Object 30 Interrupt Pointer Register
CAN_MOAMR30     0xF00053CC         CAN Message Object 30 Acceptance Mask Register
CAN_MODATAL30   0xF00053D0         CAN Message Object 30 Data Register Low
CAN_MODATAH30   0xF00053D4         CAN Message Object 30 Data Register High
CAN_MOAR30      0xF00053D8         CAN Message Object 30 Arbitration Register
CAN_MOCTR30     0xF00053DC         CAN Message Object 30 Control Register
CAN_MOFCR31     0xF00053E0         CAN Message Object 31 Function Control Register
CAN_MOFGPR31    0xF00053E4         CAN Message Object 31 FIFO/Gateway Pointer Register
CAN_MOIPR31     0xF00053E8         CAN Message Object 31 Interrupt Pointer Register
CAN_MOAMR31     0xF00053EC         CAN Message Object 31 Acceptance Mask Register
CAN_MODATAL31   0xF00053F0         CAN Message Object 31 Data Register Low
CAN_MODATAH31   0xF00053F4         CAN Message Object 31 Data Register High
CAN_MOAR31      0xF00053F8         CAN Message Object 31 Arbitration Register
CAN_MOCTR31     0xF00053FC         CAN Message Object 31 Control Register
CAN_MOFCR32     0xF0005400         CAN Message Object 32 Function Control Register
CAN_MOFGPR32    0xF0005404         CAN Message Object 32 FIFO/Gateway Pointer Register
CAN_MOIPR32     0xF0005408         CAN Message Object 32 Interrupt Pointer Register
CAN_MOAMR32     0xF000540C         CAN Message Object 32 Acceptance Mask Register
CAN_MODATAL32   0xF0005410         CAN Message Object 32 Data Register Low
CAN_MODATAH32   0xF0005414         CAN Message Object 32 Data Register High
CAN_MOAR32      0xF0005418         CAN Message Object 32 Arbitration Register
CAN_MOCTR32     0xF000541C         CAN Message Object 32 Control Register
CAN_MOFCR33     0xF0005420         CAN Message Object 33 Function Control Register
CAN_MOFGPR33    0xF0005424         CAN Message Object 33 FIFO/Gateway Pointer Register
CAN_MOIPR33     0xF0005428         CAN Message Object 33 Interrupt Pointer Register
CAN_MOAMR33     0xF000542C         CAN Message Object 33 Acceptance Mask Register
CAN_MODATAL33   0xF0005430         CAN Message Object 33 Data Register Low
CAN_MODATAH33   0xF0005434         CAN Message Object 33 Data Register High
CAN_MOAR33      0xF0005438         CAN Message Object 33 Arbitration Register
CAN_MOCTR33     0xF000543C         CAN Message Object 33 Control Register
CAN_MOFCR34     0xF0005440         CAN Message Object 34 Function Control Register
CAN_MOFGPR34    0xF0005444         CAN Message Object 34 FIFO/Gateway Pointer Register
CAN_MOIPR34     0xF0005448         CAN Message Object 34 Interrupt Pointer Register
CAN_MOAMR34     0xF000544C         CAN Message Object 34 Acceptance Mask Register
CAN_MODATAL34   0xF0005450         CAN Message Object 34 Data Register Low
CAN_MODATAH34   0xF0005454         CAN Message Object 34 Data Register High
CAN_MOAR34      0xF0005458         CAN Message Object 34 Arbitration Register
CAN_MOCTR34     0xF000545C         CAN Message Object 34 Control Register
CAN_MOFCR35     0xF0005460         CAN Message Object 35 Function Control Register
CAN_MOFGPR35    0xF0005464         CAN Message Object 35 FIFO/Gateway Pointer Register
CAN_MOIPR35     0xF0005468         CAN Message Object 35 Interrupt Pointer Register
CAN_MOAMR35     0xF000546C         CAN Message Object 35 Acceptance Mask Register
CAN_MODATAL35   0xF0005470         CAN Message Object 35 Data Register Low
CAN_MODATAH35   0xF0005474         CAN Message Object 35 Data Register High
CAN_MOAR35      0xF0005478         CAN Message Object 35 Arbitration Register
CAN_MOCTR35     0xF000547C         CAN Message Object 35 Control Register
CAN_MOFCR36     0xF0005480         CAN Message Object 36 Function Control Register
CAN_MOFGPR36    0xF0005484         CAN Message Object 36 FIFO/Gateway Pointer Register
CAN_MOIPR36     0xF0005488         CAN Message Object 36 Interrupt Pointer Register
CAN_MOAMR36     0xF000548C         CAN Message Object 36 Acceptance Mask Register
CAN_MODATAL36   0xF0005490         CAN Message Object 36 Data Register Low
CAN_MODATAH36   0xF0005494         CAN Message Object 36 Data Register High
CAN_MOAR36      0xF0005498         CAN Message Object 36 Arbitration Register
CAN_MOCTR36     0xF000549C         CAN Message Object 36 Control Register
CAN_MOFCR37     0xF00054A0         CAN Message Object 37 Function Control Register
CAN_MOFGPR37    0xF00054A4         CAN Message Object 37 FIFO/Gateway Pointer Register
CAN_MOIPR37     0xF00054A8         CAN Message Object 37 Interrupt Pointer Register
CAN_MOAMR37     0xF00054AC         CAN Message Object 37 Acceptance Mask Register
CAN_MODATAL37   0xF00054B0         CAN Message Object 37 Data Register Low
CAN_MODATAH37   0xF00054B4         CAN Message Object 37 Data Register High
CAN_MOAR37      0xF00054B8         CAN Message Object 37 Arbitration Register
CAN_MOCTR37     0xF00054BC         CAN Message Object 37 Control Register
CAN_MOFCR38     0xF00054C0         CAN Message Object 38 Function Control Register
CAN_MOFGPR38    0xF00054C4         CAN Message Object 38 FIFO/Gateway Pointer Register
CAN_MOIPR38     0xF00054C8         CAN Message Object 38 Interrupt Pointer Register
CAN_MOAMR38     0xF00054CC         CAN Message Object 38 Acceptance Mask Register
CAN_MODATAL38   0xF00054D0         CAN Message Object 38 Data Register Low
CAN_MODATAH38   0xF00054D4         CAN Message Object 38 Data Register High
CAN_MOAR38      0xF00054D8         CAN Message Object 38 Arbitration Register
CAN_MOCTR38     0xF00054DC         CAN Message Object 38 Control Register
CAN_MOFCR39     0xF00054E0         CAN Message Object 39 Function Control Register
CAN_MOFGPR39    0xF00054E4         CAN Message Object 39 FIFO/Gateway Pointer Register
CAN_MOIPR39     0xF00054E8         CAN Message Object 39 Interrupt Pointer Register
CAN_MOAMR39     0xF00054EC         CAN Message Object 39 Acceptance Mask Register
CAN_MODATAL39   0xF00054F0         CAN Message Object 39 Data Register Low
CAN_MODATAH39   0xF00054F4         CAN Message Object 39 Data Register High
CAN_MOAR39      0xF00054F8         CAN Message Object 39 Arbitration Register
CAN_MOCTR39     0xF00054FC         CAN Message Object 39 Control Register
CAN_MOFCR40     0xF0005500         CAN Message Object 40 Function Control Register
CAN_MOFGPR40    0xF0005504         CAN Message Object 40 FIFO/Gateway Pointer Register
CAN_MOIPR40     0xF0005508         CAN Message Object 40 Interrupt Pointer Register
CAN_MOAMR40     0xF000550C         CAN Message Object 40 Acceptance Mask Register
CAN_MODATAL40   0xF0005510         CAN Message Object 40 Data Register Low
CAN_MODATAH40   0xF0005514         CAN Message Object 40 Data Register High
CAN_MOAR40      0xF0005518         CAN Message Object 40 Arbitration Register
CAN_MOCTR40     0xF000551C         CAN Message Object 40 Control Register
CAN_MOFCR41     0xF0005520         CAN Message Object 41 Function Control Register
CAN_MOFGPR41    0xF0005524         CAN Message Object 41 FIFO/Gateway Pointer Register
CAN_MOIPR41     0xF0005528         CAN Message Object 41 Interrupt Pointer Register
CAN_MOAMR41     0xF000552C         CAN Message Object 41 Acceptance Mask Register
CAN_MODATAL41   0xF0005530         CAN Message Object 41 Data Register Low
CAN_MODATAH41   0xF0005534         CAN Message Object 41 Data Register High
CAN_MOAR41      0xF0005538         CAN Message Object 41 Arbitration Register
CAN_MOCTR41     0xF000553C         CAN Message Object 41 Control Register
CAN_MOFCR42     0xF0005540         CAN Message Object 42 Function Control Register
CAN_MOFGPR42    0xF0005544         CAN Message Object 42 FIFO/Gateway Pointer Register
CAN_MOIPR42     0xF0005548         CAN Message Object 42 Interrupt Pointer Register
CAN_MOAMR42     0xF000554C         CAN Message Object 42 Acceptance Mask Register
CAN_MODATAL42   0xF0005550         CAN Message Object 42 Data Register Low
CAN_MODATAH42   0xF0005554         CAN Message Object 42 Data Register High
CAN_MOAR42      0xF0005558         CAN Message Object 42 Arbitration Register
CAN_MOCTR42     0xF000555C         CAN Message Object 42 Control Register
CAN_MOFCR43     0xF0005560         CAN Message Object 43 Function Control Register
CAN_MOFGPR43    0xF0005564         CAN Message Object 43 FIFO/Gateway Pointer Register
CAN_MOIPR43     0xF0005568         CAN Message Object 43 Interrupt Pointer Register
CAN_MOAMR43     0xF000556C         CAN Message Object 43 Acceptance Mask Register
CAN_MODATAL43   0xF0005570         CAN Message Object 43 Data Register Low
CAN_MODATAH43   0xF0005574         CAN Message Object 43 Data Register High
CAN_MOAR43      0xF0005578         CAN Message Object 43 Arbitration Register
CAN_MOCTR43     0xF000557C         CAN Message Object 43 Control Register
CAN_MOFCR44     0xF0005580         CAN Message Object 44 Function Control Register
CAN_MOFGPR44    0xF0005584         CAN Message Object 44 FIFO/Gateway Pointer Register
CAN_MOIPR44     0xF0005588         CAN Message Object 44 Interrupt Pointer Register
CAN_MOAMR44     0xF000558C         CAN Message Object 44 Acceptance Mask Register
CAN_MODATAL44   0xF0005590         CAN Message Object 44 Data Register Low
CAN_MODATAH44   0xF0005594         CAN Message Object 44 Data Register High
CAN_MOAR44      0xF0005598         CAN Message Object 44 Arbitration Register
CAN_MOCTR44     0xF000559C         CAN Message Object 44 Control Register
CAN_MOFCR45     0xF00055A0         CAN Message Object 45 Function Control Register
CAN_MOFGPR45    0xF00055A4         CAN Message Object 45 FIFO/Gateway Pointer Register
CAN_MOIPR45     0xF00055A8         CAN Message Object 45 Interrupt Pointer Register
CAN_MOAMR45     0xF00055AC         CAN Message Object 45 Acceptance Mask Register
CAN_MODATAL45   0xF00055B0         CAN Message Object 45 Data Register Low
CAN_MODATAH45   0xF00055B4         CAN Message Object 45 Data Register High
CAN_MOAR45      0xF00055B8         CAN Message Object 45 Arbitration Register
CAN_MOCTR45     0xF00055BC         CAN Message Object 45 Control Register
CAN_MOFCR46     0xF00055C0         CAN Message Object 46 Function Control Register
CAN_MOFGPR46    0xF00055C4         CAN Message Object 46 FIFO/Gateway Pointer Register
CAN_MOIPR46     0xF00055C8         CAN Message Object 46 Interrupt Pointer Register
CAN_MOAMR46     0xF00055CC         CAN Message Object 46 Acceptance Mask Register
CAN_MODATAL46   0xF00055D0         CAN Message Object 46 Data Register Low
CAN_MODATAH46   0xF00055D4         CAN Message Object 46 Data Register High
CAN_MOAR46      0xF00055D8         CAN Message Object 46 Arbitration Register
CAN_MOCTR46     0xF00055DC         CAN Message Object 46 Control Register
CAN_MOFCR47     0xF00055E0         CAN Message Object 47 Function Control Register
CAN_MOFGPR47    0xF00055E4         CAN Message Object 47 FIFO/Gateway Pointer Register
CAN_MOIPR47     0xF00055E8         CAN Message Object 47 Interrupt Pointer Register
CAN_MOAMR47     0xF00055EC         CAN Message Object 47 Acceptance Mask Register
CAN_MODATAL47   0xF00055F0         CAN Message Object 47 Data Register Low
CAN_MODATAH47   0xF00055F4         CAN Message Object 47 Data Register High
CAN_MOAR47      0xF00055F8         CAN Message Object 47 Arbitration Register
CAN_MOCTR47     0xF00055FC         CAN Message Object 47 Control Register
CAN_MOFCR48     0xF0005600         CAN Message Object 48 Function Control Register
CAN_MOFGPR48    0xF0005604         CAN Message Object 48 FIFO/Gateway Pointer Register
CAN_MOIPR48     0xF0005608         CAN Message Object 48 Interrupt Pointer Register
CAN_MOAMR48     0xF000560C         CAN Message Object 48 Acceptance Mask Register
CAN_MODATAL48   0xF0005610         CAN Message Object 48 Data Register Low
CAN_MODATAH48   0xF0005614         CAN Message Object 48 Data Register High
CAN_MOAR48      0xF0005618         CAN Message Object 48 Arbitration Register
CAN_MOCTR48     0xF000561C         CAN Message Object 48 Control Register
CAN_MOFCR49     0xF0005620         CAN Message Object 49 Function Control Register
CAN_MOFGPR49    0xF0005624         CAN Message Object 49 FIFO/Gateway Pointer Register
CAN_MOIPR49     0xF0005628         CAN Message Object 49 Interrupt Pointer Register
CAN_MOAMR49     0xF000562C         CAN Message Object 49 Acceptance Mask Register
CAN_MODATAL49   0xF0005630         CAN Message Object 49 Data Register Low
CAN_MODATAH49   0xF0005634         CAN Message Object 49 Data Register High
CAN_MOAR49      0xF0005638         CAN Message Object 49 Arbitration Register
CAN_MOCTR49     0xF000563C         CAN Message Object 49 Control Register
CAN_MOFCR50     0xF0005640         CAN Message Object 50 Function Control Register
CAN_MOFGPR50    0xF0005644         CAN Message Object 50 FIFO/Gateway Pointer Register
CAN_MOIPR50     0xF0005648         CAN Message Object 50 Interrupt Pointer Register
CAN_MOAMR50     0xF000564C         CAN Message Object 50 Acceptance Mask Register
CAN_MODATAL50   0xF0005650         CAN Message Object 50 Data Register Low
CAN_MODATAH50   0xF0005654         CAN Message Object 50 Data Register High
CAN_MOAR50      0xF0005658         CAN Message Object 50 Arbitration Register
CAN_MOCTR50     0xF000565C         CAN Message Object 50 Control Register
CAN_MOFCR51     0xF0005660         CAN Message Object 51 Function Control Register
CAN_MOFGPR51    0xF0005664         CAN Message Object 51 FIFO/Gateway Pointer Register
CAN_MOIPR51     0xF0005668         CAN Message Object 51 Interrupt Pointer Register
CAN_MOAMR51     0xF000566C         CAN Message Object 51 Acceptance Mask Register
CAN_MODATAL51   0xF0005670         CAN Message Object 51 Data Register Low
CAN_MODATAH51   0xF0005674         CAN Message Object 51 Data Register High
CAN_MOAR51      0xF0005678         CAN Message Object 51 Arbitration Register
CAN_MOCTR51     0xF000567C         CAN Message Object 51 Control Register
CAN_MOFCR52     0xF0005680         CAN Message Object 52 Function Control Register
CAN_MOFGPR52    0xF0005684         CAN Message Object 52 FIFO/Gateway Pointer Register
CAN_MOIPR52     0xF0005688         CAN Message Object 52 Interrupt Pointer Register
CAN_MOAMR52     0xF000568C         CAN Message Object 52 Acceptance Mask Register
CAN_MODATAL52   0xF0005690         CAN Message Object 52 Data Register Low
CAN_MODATAH52   0xF0005694         CAN Message Object 52 Data Register High
CAN_MOAR52      0xF0005698         CAN Message Object 52 Arbitration Register
CAN_MOCTR52     0xF000569C         CAN Message Object 52 Control Register
CAN_MOFCR53     0xF00056A0         CAN Message Object 53 Function Control Register
CAN_MOFGPR53    0xF00056A4         CAN Message Object 53 FIFO/Gateway Pointer Register
CAN_MOIPR53     0xF00056A8         CAN Message Object 53 Interrupt Pointer Register
CAN_MOAMR53     0xF00056AC         CAN Message Object 53 Acceptance Mask Register
CAN_MODATAL53   0xF00056B0         CAN Message Object 53 Data Register Low
CAN_MODATAH53   0xF00056B4         CAN Message Object 53 Data Register High
CAN_MOAR53      0xF00056B8         CAN Message Object 53 Arbitration Register
CAN_MOCTR53     0xF00056BC         CAN Message Object 53 Control Register
CAN_MOFCR54     0xF00056C0         CAN Message Object 54 Function Control Register
CAN_MOFGPR54    0xF00056C4         CAN Message Object 54 FIFO/Gateway Pointer Register
CAN_MOIPR54     0xF00056C8         CAN Message Object 54 Interrupt Pointer Register
CAN_MOAMR54     0xF00056CC         CAN Message Object 54 Acceptance Mask Register
CAN_MODATAL54   0xF00056D0         CAN Message Object 54 Data Register Low
CAN_MODATAH54   0xF00056D4         CAN Message Object 54 Data Register High
CAN_MOAR54      0xF00056D8         CAN Message Object 54 Arbitration Register
CAN_MOCTR54     0xF00056DC         CAN Message Object 54 Control Register
CAN_MOFCR55     0xF00056E0         CAN Message Object 55 Function Control Register
CAN_MOFGPR55    0xF00056E4         CAN Message Object 55 FIFO/Gateway Pointer Register
CAN_MOIPR55     0xF00056E8         CAN Message Object 55 Interrupt Pointer Register
CAN_MOAMR55     0xF00056EC         CAN Message Object 55 Acceptance Mask Register
CAN_MODATAL55   0xF00056F0         CAN Message Object 55 Data Register Low
CAN_MODATAH55   0xF00056F4         CAN Message Object 55 Data Register High
CAN_MOAR55      0xF00056F8         CAN Message Object 55 Arbitration Register
CAN_MOCTR55     0xF00056FC         CAN Message Object 55 Control Register
CAN_MOFCR56     0xF0005700         CAN Message Object 56 Function Control Register
CAN_MOFGPR56    0xF0005704         CAN Message Object 56 FIFO/Gateway Pointer Register
CAN_MOIPR56     0xF0005708         CAN Message Object 56 Interrupt Pointer Register
CAN_MOAMR56     0xF000570C         CAN Message Object 56 Acceptance Mask Register
CAN_MODATAL56   0xF0005710         CAN Message Object 56 Data Register Low
CAN_MODATAH56   0xF0005714         CAN Message Object 56 Data Register High
CAN_MOAR56      0xF0005718         CAN Message Object 56 Arbitration Register
CAN_MOCTR56     0xF000571C         CAN Message Object 56 Control Register
CAN_MOFCR57     0xF0005720         CAN Message Object 57 Function Control Register
CAN_MOFGPR57    0xF0005724         CAN Message Object 57 FIFO/Gateway Pointer Register
CAN_MOIPR57     0xF0005728         CAN Message Object 57 Interrupt Pointer Register
CAN_MOAMR57     0xF000572C         CAN Message Object 57 Acceptance Mask Register
CAN_MODATAL57   0xF0005730         CAN Message Object 57 Data Register Low
CAN_MODATAH57   0xF0005734         CAN Message Object 57 Data Register High
CAN_MOAR57      0xF0005738         CAN Message Object 57 Arbitration Register
CAN_MOCTR57     0xF000573C         CAN Message Object 57 Control Register
CAN_MOFCR58     0xF0005740         CAN Message Object 58 Function Control Register
CAN_MOFGPR58    0xF0005744         CAN Message Object 58 FIFO/Gateway Pointer Register
CAN_MOIPR58     0xF0005748         CAN Message Object 58 Interrupt Pointer Register
CAN_MOAMR58     0xF000574C         CAN Message Object 58 Acceptance Mask Register
CAN_MODATAL58   0xF0005750         CAN Message Object 58 Data Register Low
CAN_MODATAH58   0xF0005754         CAN Message Object 58 Data Register High
CAN_MOAR58      0xF0005758         CAN Message Object 58 Arbitration Register
CAN_MOCTR58     0xF000575C         CAN Message Object 58 Control Register
CAN_MOFCR59     0xF0005760         CAN Message Object 59 Function Control Register
CAN_MOFGPR59    0xF0005764         CAN Message Object 59 FIFO/Gateway Pointer Register
CAN_MOIPR59     0xF0005768         CAN Message Object 59 Interrupt Pointer Register
CAN_MOAMR59     0xF000576C         CAN Message Object 59 Acceptance Mask Register
CAN_MODATAL59   0xF0005770         CAN Message Object 59 Data Register Low
CAN_MODATAH59   0xF0005774         CAN Message Object 59 Data Register High
CAN_MOAR59      0xF0005778         CAN Message Object 59 Arbitration Register
CAN_MOCTR59     0xF000577C         CAN Message Object 59 Control Register
CAN_MOFCR60     0xF0005780         CAN Message Object 60 Function Control Register
CAN_MOFGPR60    0xF0005784         CAN Message Object 60 FIFO/Gateway Pointer Register
CAN_MOIPR60     0xF0005788         CAN Message Object 60 Interrupt Pointer Register
CAN_MOAMR60     0xF000578C         CAN Message Object 60 Acceptance Mask Register
CAN_MODATAL60   0xF0005790         CAN Message Object 60 Data Register Low
CAN_MODATAH60   0xF0005794         CAN Message Object 60 Data Register High
CAN_MOAR60      0xF0005798         CAN Message Object 60 Arbitration Register
CAN_MOCTR60     0xF000579C         CAN Message Object 60 Control Register
CAN_MOFCR61     0xF00057A0         CAN Message Object 61 Function Control Register
CAN_MOFGPR61    0xF00057A4         CAN Message Object 61 FIFO/Gateway Pointer Register
CAN_MOIPR61     0xF00057A8         CAN Message Object 61 Interrupt Pointer Register
CAN_MOAMR61     0xF00057AC         CAN Message Object 61 Acceptance Mask Register
CAN_MODATAL61   0xF00057B0         CAN Message Object 61 Data Register Low
CAN_MODATAH61   0xF00057B4         CAN Message Object 61 Data Register High
CAN_MOAR61      0xF00057B8         CAN Message Object 61 Arbitration Register
CAN_MOCTR61     0xF00057BC         CAN Message Object 61 Control Register
CAN_MOFCR62     0xF00057C0         CAN Message Object 62 Function Control Register
CAN_MOFGPR62    0xF00057C4         CAN Message Object 62 FIFO/Gateway Pointer Register
CAN_MOIPR62     0xF00057C8         CAN Message Object 62 Interrupt Pointer Register
CAN_MOAMR62     0xF00057CC         CAN Message Object 62 Acceptance Mask Register
CAN_MODATAL62   0xF00057D0         CAN Message Object 62 Data Register Low
CAN_MODATAH62   0xF00057D4         CAN Message Object 62 Data Register High
CAN_MOAR62      0xF00057D8         CAN Message Object 62 Arbitration Register
CAN_MOCTR62     0xF00057DC         CAN Message Object 62 Control Register
CAN_MOFCR63     0xF00057E0         CAN Message Object 63 Function Control Register
CAN_MOFGPR63    0xF00057E4         CAN Message Object 63 FIFO/Gateway Pointer Register
CAN_MOIPR63     0xF00057E8         CAN Message Object 63 Interrupt Pointer Register
CAN_MOAMR63     0xF00057EC         CAN Message Object 63 Acceptance Mask Register
CAN_MODATAL63   0xF00057F0         CAN Message Object 63 Data Register Low
CAN_MODATAH63   0xF00057F4         CAN Message Object 63 Data Register High
CAN_MOAR63      0xF00057F8         CAN Message Object 63 Arbitration Register
CAN_MOCTR63     0xF00057FC         CAN Message Object 63 Control Register
CAN_MOFCR64     0xF0005800         CAN Message Object 64 Function Control Register
CAN_MOFGPR64    0xF0005804         CAN Message Object 64 FIFO/Gateway Pointer Register
CAN_MOIPR64     0xF0005808         CAN Message Object 64 Interrupt Pointer Register
CAN_MOAMR64     0xF000580C         CAN Message Object 64 Acceptance Mask Register
CAN_MODATAL64   0xF0005810         CAN Message Object 64 Data Register Low
CAN_MODATAH64   0xF0005814         CAN Message Object 64 Data Register High
CAN_MOAR64      0xF0005818         CAN Message Object 64 Arbitration Register
CAN_MOCTR64     0xF000581C         CAN Message Object 64 Control Register
CAN_MOFCR65     0xF0005820         CAN Message Object 65 Function Control Register
CAN_MOFGPR65    0xF0005824         CAN Message Object 65 FIFO/Gateway Pointer Register
CAN_MOIPR65     0xF0005828         CAN Message Object 65 Interrupt Pointer Register
CAN_MOAMR65     0xF000582C         CAN Message Object 65 Acceptance Mask Register
CAN_MODATAL65   0xF0005830         CAN Message Object 65 Data Register Low
CAN_MODATAH65   0xF0005834         CAN Message Object 65 Data Register High
CAN_MOAR65      0xF0005838         CAN Message Object 65 Arbitration Register
CAN_MOCTR65     0xF000583C         CAN Message Object 65 Control Register
CAN_MOFCR66     0xF0005840         CAN Message Object 66 Function Control Register
CAN_MOFGPR66    0xF0005844         CAN Message Object 66 FIFO/Gateway Pointer Register
CAN_MOIPR66     0xF0005848         CAN Message Object 66 Interrupt Pointer Register
CAN_MOAMR66     0xF000584C         CAN Message Object 66 Acceptance Mask Register
CAN_MODATAL66   0xF0005850         CAN Message Object 66 Data Register Low
CAN_MODATAH66   0xF0005854         CAN Message Object 66 Data Register High
CAN_MOAR66      0xF0005858         CAN Message Object 66 Arbitration Register
CAN_MOCTR66     0xF000585C         CAN Message Object 66 Control Register
CAN_MOFCR67     0xF0005860         CAN Message Object 67 Function Control Register
CAN_MOFGPR67    0xF0005864         CAN Message Object 67 FIFO/Gateway Pointer Register
CAN_MOIPR67     0xF0005868         CAN Message Object 67 Interrupt Pointer Register
CAN_MOAMR67     0xF000586C         CAN Message Object 67 Acceptance Mask Register
CAN_MODATAL67   0xF0005870         CAN Message Object 67 Data Register Low
CAN_MODATAH67   0xF0005874         CAN Message Object 67 Data Register High
CAN_MOAR67      0xF0005878         CAN Message Object 67 Arbitration Register
CAN_MOCTR67     0xF000587C         CAN Message Object 67 Control Register
CAN_MOFCR68     0xF0005880         CAN Message Object 68 Function Control Register
CAN_MOFGPR68    0xF0005884         CAN Message Object 68 FIFO/Gateway Pointer Register
CAN_MOIPR68     0xF0005888         CAN Message Object 68 Interrupt Pointer Register
CAN_MOAMR68     0xF000588C         CAN Message Object 68 Acceptance Mask Register
CAN_MODATAL68   0xF0005890         CAN Message Object 68 Data Register Low
CAN_MODATAH68   0xF0005894         CAN Message Object 68 Data Register High
CAN_MOAR68      0xF0005898         CAN Message Object 68 Arbitration Register
CAN_MOCTR68     0xF000589C         CAN Message Object 68 Control Register
CAN_MOFCR69     0xF00058A0         CAN Message Object 69 Function Control Register
CAN_MOFGPR69    0xF00058A4         CAN Message Object 69 FIFO/Gateway Pointer Register
CAN_MOIPR69     0xF00058A8         CAN Message Object 69 Interrupt Pointer Register
CAN_MOAMR69     0xF00058AC         CAN Message Object 69 Acceptance Mask Register
CAN_MODATAL69   0xF00058B0         CAN Message Object 69 Data Register Low
CAN_MODATAH69   0xF00058B4         CAN Message Object 69 Data Register High
CAN_MOAR69      0xF00058B8         CAN Message Object 69 Arbitration Register
CAN_MOCTR69     0xF00058BC         CAN Message Object 69 Control Register
CAN_MOFCR70     0xF00058C0         CAN Message Object 70 Function Control Register
CAN_MOFGPR70    0xF00058C4         CAN Message Object 70 FIFO/Gateway Pointer Register
CAN_MOIPR70     0xF00058C8         CAN Message Object 70 Interrupt Pointer Register
CAN_MOAMR70     0xF00058CC         CAN Message Object 70 Acceptance Mask Register
CAN_MODATAL70   0xF00058D0         CAN Message Object 70 Data Register Low
CAN_MODATAH70   0xF00058D4         CAN Message Object 70 Data Register High
CAN_MOAR70      0xF00058D8         CAN Message Object 70 Arbitration Register
CAN_MOCTR70     0xF00058DC         CAN Message Object 70 Control Register
CAN_MOFCR71     0xF00058E0         CAN Message Object 71 Function Control Register
CAN_MOFGPR71    0xF00058E4         CAN Message Object 71 FIFO/Gateway Pointer Register
CAN_MOIPR71     0xF00058E8         CAN Message Object 71 Interrupt Pointer Register
CAN_MOAMR71     0xF00058EC         CAN Message Object 71 Acceptance Mask Register
CAN_MODATAL71   0xF00058F0         CAN Message Object 71 Data Register Low
CAN_MODATAH71   0xF00058F4         CAN Message Object 71 Data Register High
CAN_MOAR71      0xF00058F8         CAN Message Object 71 Arbitration Register
CAN_MOCTR71     0xF00058FC         CAN Message Object 71 Control Register
CAN_MOFCR72     0xF0005900         CAN Message Object 72 Function Control Register
CAN_MOFGPR72    0xF0005904         CAN Message Object 72 FIFO/Gateway Pointer Register
CAN_MOIPR72     0xF0005908         CAN Message Object 72 Interrupt Pointer Register
CAN_MOAMR72     0xF000590C         CAN Message Object 72 Acceptance Mask Register
CAN_MODATAL72   0xF0005910         CAN Message Object 72 Data Register Low
CAN_MODATAH72   0xF0005914         CAN Message Object 72 Data Register High
CAN_MOAR72      0xF0005918         CAN Message Object 72 Arbitration Register
CAN_MOCTR72     0xF000591C         CAN Message Object 72 Control Register
CAN_MOFCR73     0xF0005920         CAN Message Object 73 Function Control Register
CAN_MOFGPR73    0xF0005924         CAN Message Object 73 FIFO/Gateway Pointer Register
CAN_MOIPR73     0xF0005928         CAN Message Object 73 Interrupt Pointer Register
CAN_MOAMR73     0xF000592C         CAN Message Object 73 Acceptance Mask Register
CAN_MODATAL73   0xF0005930         CAN Message Object 73 Data Register Low
CAN_MODATAH73   0xF0005934         CAN Message Object 73 Data Register High
CAN_MOAR73      0xF0005938         CAN Message Object 73 Arbitration Register
CAN_MOCTR73     0xF000593C         CAN Message Object 73 Control Register
CAN_MOFCR74     0xF0005940         CAN Message Object 74 Function Control Register
CAN_MOFGPR74    0xF0005944         CAN Message Object 74 FIFO/Gateway Pointer Register
CAN_MOIPR74     0xF0005948         CAN Message Object 74 Interrupt Pointer Register
CAN_MOAMR74     0xF000594C         CAN Message Object 74 Acceptance Mask Register
CAN_MODATAL74   0xF0005950         CAN Message Object 74 Data Register Low
CAN_MODATAH74   0xF0005954         CAN Message Object 74 Data Register High
CAN_MOAR74      0xF0005958         CAN Message Object 74 Arbitration Register
CAN_MOCTR74     0xF000595C         CAN Message Object 74 Control Register
CAN_MOFCR75     0xF0005960         CAN Message Object 75 Function Control Register
CAN_MOFGPR75    0xF0005964         CAN Message Object 75 FIFO/Gateway Pointer Register
CAN_MOIPR75     0xF0005968         CAN Message Object 75 Interrupt Pointer Register
CAN_MOAMR75     0xF000596C         CAN Message Object 75 Acceptance Mask Register
CAN_MODATAL75   0xF0005970         CAN Message Object 75 Data Register Low
CAN_MODATAH75   0xF0005974         CAN Message Object 75 Data Register High
CAN_MOAR75      0xF0005978         CAN Message Object 75 Arbitration Register
CAN_MOCTR75     0xF000597C         CAN Message Object 75 Control Register
CAN_MOFCR76     0xF0005980         CAN Message Object 76 Function Control Register
CAN_MOFGPR76    0xF0005984         CAN Message Object 76 FIFO/Gateway Pointer Register
CAN_MOIPR76     0xF0005988         CAN Message Object 76 Interrupt Pointer Register
CAN_MOAMR76     0xF000598C         CAN Message Object 76 Acceptance Mask Register
CAN_MODATAL76   0xF0005990         CAN Message Object 76 Data Register Low
CAN_MODATAH76   0xF0005994         CAN Message Object 76 Data Register High
CAN_MOAR76      0xF0005998         CAN Message Object 76 Arbitration Register
CAN_MOCTR76     0xF000599C         CAN Message Object 76 Control Register
CAN_MOFCR77     0xF00059A0         CAN Message Object 77 Function Control Register
CAN_MOFGPR77    0xF00059A4         CAN Message Object 77 FIFO/Gateway Pointer Register
CAN_MOIPR77     0xF00059A8         CAN Message Object 77 Interrupt Pointer Register
CAN_MOAMR77     0xF00059AC         CAN Message Object 77 Acceptance Mask Register
CAN_MODATAL77   0xF00059B0         CAN Message Object 77 Data Register Low
CAN_MODATAH77   0xF00059B4         CAN Message Object 77 Data Register High
CAN_MOAR77      0xF00059B8         CAN Message Object 77 Arbitration Register
CAN_MOCTR77     0xF00059BC         CAN Message Object 77 Control Register
CAN_MOFCR78     0xF00059C0         CAN Message Object 78 Function Control Register
CAN_MOFGPR78    0xF00059C4         CAN Message Object 78 FIFO/Gateway Pointer Register
CAN_MOIPR78     0xF00059C8         CAN Message Object 78 Interrupt Pointer Register
CAN_MOAMR78     0xF00059CC         CAN Message Object 78 Acceptance Mask Register
CAN_MODATAL78   0xF00059D0         CAN Message Object 78 Data Register Low
CAN_MODATAH78   0xF00059D4         CAN Message Object 78 Data Register High
CAN_MOAR78      0xF00059D8         CAN Message Object 78 Arbitration Register
CAN_MOCTR78     0xF00059DC         CAN Message Object 78 Control Register
CAN_MOFCR79     0xF00059E0         CAN Message Object 79 Function Control Register
CAN_MOFGPR79    0xF00059E4         CAN Message Object 79 FIFO/Gateway Pointer Register
CAN_MOIPR79     0xF00059E8         CAN Message Object 79 Interrupt Pointer Register
CAN_MOAMR79     0xF00059EC         CAN Message Object 79 Acceptance Mask Register
CAN_MODATAL79   0xF00059F0         CAN Message Object 79 Data Register Low
CAN_MODATAH79   0xF00059F4         CAN Message Object 79 Data Register High
CAN_MOAR79      0xF00059F8         CAN Message Object 79 Arbitration Register
CAN_MOCTR79     0xF00059FC         CAN Message Object 79 Control Register
CAN_MOFCR80     0xF0005A00         CAN Message Object 80 Function Control Register
CAN_MOFGPR80    0xF0005A04         CAN Message Object 80 FIFO/Gateway Pointer Register
CAN_MOIPR80     0xF0005A08         CAN Message Object 80 Interrupt Pointer Register
CAN_MOAMR80     0xF0005A0C         CAN Message Object 80 Acceptance Mask Register
CAN_MODATAL80   0xF0005A10         CAN Message Object 80 Data Register Low
CAN_MODATAH80   0xF0005A14         CAN Message Object 80 Data Register High
CAN_MOAR80      0xF0005A18         CAN Message Object 80 Arbitration Register
CAN_MOCTR80     0xF0005A1C         CAN Message Object 80 Control Register
CAN_MOFCR81     0xF0005A20         CAN Message Object 81 Function Control Register
CAN_MOFGPR81    0xF0005A24         CAN Message Object 81 FIFO/Gateway Pointer Register
CAN_MOIPR81     0xF0005A28         CAN Message Object 81 Interrupt Pointer Register
CAN_MOAMR81     0xF0005A2C         CAN Message Object 81 Acceptance Mask Register
CAN_MODATAL81   0xF0005A30         CAN Message Object 81 Data Register Low
CAN_MODATAH81   0xF0005A34         CAN Message Object 81 Data Register High
CAN_MOAR81      0xF0005A38         CAN Message Object 81 Arbitration Register
CAN_MOCTR81     0xF0005A3C         CAN Message Object 81 Control Register
CAN_MOFCR82     0xF0005A40         CAN Message Object 82 Function Control Register
CAN_MOFGPR82    0xF0005A44         CAN Message Object 82 FIFO/Gateway Pointer Register
CAN_MOIPR82     0xF0005A48         CAN Message Object 82 Interrupt Pointer Register
CAN_MOAMR82     0xF0005A4C         CAN Message Object 82 Acceptance Mask Register
CAN_MODATAL82   0xF0005A50         CAN Message Object 82 Data Register Low
CAN_MODATAH82   0xF0005A54         CAN Message Object 82 Data Register High
CAN_MOAR82      0xF0005A58         CAN Message Object 82 Arbitration Register
CAN_MOCTR82     0xF0005A5C         CAN Message Object 82 Control Register
CAN_MOFCR83     0xF0005A60         CAN Message Object 83 Function Control Register
CAN_MOFGPR83    0xF0005A64         CAN Message Object 83 FIFO/Gateway Pointer Register
CAN_MOIPR83     0xF0005A68         CAN Message Object 83 Interrupt Pointer Register
CAN_MOAMR83     0xF0005A6C         CAN Message Object 83 Acceptance Mask Register
CAN_MODATAL83   0xF0005A70         CAN Message Object 83 Data Register Low
CAN_MODATAH83   0xF0005A74         CAN Message Object 83 Data Register High
CAN_MOAR83      0xF0005A78         CAN Message Object 83 Arbitration Register
CAN_MOCTR83     0xF0005A7C         CAN Message Object 83 Control Register
CAN_MOFCR84     0xF0005A80         CAN Message Object 84 Function Control Register
CAN_MOFGPR84    0xF0005A84         CAN Message Object 84 FIFO/Gateway Pointer Register
CAN_MOIPR84     0xF0005A88         CAN Message Object 84 Interrupt Pointer Register
CAN_MOAMR84     0xF0005A8C         CAN Message Object 84 Acceptance Mask Register
CAN_MODATAL84   0xF0005A90         CAN Message Object 84 Data Register Low
CAN_MODATAH84   0xF0005A94         CAN Message Object 84 Data Register High
CAN_MOAR84      0xF0005A98         CAN Message Object 84 Arbitration Register
CAN_MOCTR84     0xF0005A9C         CAN Message Object 84 Control Register
CAN_MOFCR85     0xF0005AA0         CAN Message Object 85 Function Control Register
CAN_MOFGPR85    0xF0005AA4         CAN Message Object 85 FIFO/Gateway Pointer Register
CAN_MOIPR85     0xF0005AA8         CAN Message Object 85 Interrupt Pointer Register
CAN_MOAMR85     0xF0005AAC         CAN Message Object 85 Acceptance Mask Register
CAN_MODATAL85   0xF0005AB0         CAN Message Object 85 Data Register Low
CAN_MODATAH85   0xF0005AB4         CAN Message Object 85 Data Register High
CAN_MOAR85      0xF0005AB8         CAN Message Object 85 Arbitration Register
CAN_MOCTR85     0xF0005ABC         CAN Message Object 85 Control Register
CAN_MOFCR86     0xF0005AC0         CAN Message Object 86 Function Control Register
CAN_MOFGPR86    0xF0005AC4         CAN Message Object 86 FIFO/Gateway Pointer Register
CAN_MOIPR86     0xF0005AC8         CAN Message Object 86 Interrupt Pointer Register
CAN_MOAMR86     0xF0005ACC         CAN Message Object 86 Acceptance Mask Register
CAN_MODATAL86   0xF0005AD0         CAN Message Object 86 Data Register Low
CAN_MODATAH86   0xF0005AD4         CAN Message Object 86 Data Register High
CAN_MOAR86      0xF0005AD8         CAN Message Object 86 Arbitration Register
CAN_MOCTR86     0xF0005ADC         CAN Message Object 86 Control Register
CAN_MOFCR87     0xF0005AE0         CAN Message Object 87 Function Control Register
CAN_MOFGPR87    0xF0005AE4         CAN Message Object 87 FIFO/Gateway Pointer Register
CAN_MOIPR87     0xF0005AE8         CAN Message Object 87 Interrupt Pointer Register
CAN_MOAMR87     0xF0005AEC         CAN Message Object 87 Acceptance Mask Register
CAN_MODATAL87   0xF0005AF0         CAN Message Object 87 Data Register Low
CAN_MODATAH87   0xF0005AF4         CAN Message Object 87 Data Register High
CAN_MOAR87      0xF0005AF8         CAN Message Object 87 Arbitration Register
CAN_MOCTR87     0xF0005AFC         CAN Message Object 87 Control Register
CAN_MOFCR88     0xF0005B00         CAN Message Object 88 Function Control Register
CAN_MOFGPR88    0xF0005B04         CAN Message Object 88 FIFO/Gateway Pointer Register
CAN_MOIPR88     0xF0005B08         CAN Message Object 88 Interrupt Pointer Register
CAN_MOAMR88     0xF0005B0C         CAN Message Object 88 Acceptance Mask Register
CAN_MODATAL88   0xF0005B10         CAN Message Object 88 Data Register Low
CAN_MODATAH88   0xF0005B14         CAN Message Object 88 Data Register High
CAN_MOAR88      0xF0005B18         CAN Message Object 88 Arbitration Register
CAN_MOCTR88     0xF0005B1C         CAN Message Object 88 Control Register
CAN_MOFCR89     0xF0005B20         CAN Message Object 89 Function Control Register
CAN_MOFGPR89    0xF0005B24         CAN Message Object 89 FIFO/Gateway Pointer Register
CAN_MOIPR89     0xF0005B28         CAN Message Object 89 Interrupt Pointer Register
CAN_MOAMR89     0xF0005B2C         CAN Message Object 89 Acceptance Mask Register
CAN_MODATAL89   0xF0005B30         CAN Message Object 89 Data Register Low
CAN_MODATAH89   0xF0005B34         CAN Message Object 89 Data Register High
CAN_MOAR89      0xF0005B38         CAN Message Object 89 Arbitration Register
CAN_MOCTR89     0xF0005B3C         CAN Message Object 89 Control Register
CAN_MOFCR90     0xF0005B40         CAN Message Object 90 Function Control Register
CAN_MOFGPR90    0xF0005B44         CAN Message Object 90 FIFO/Gateway Pointer Register
CAN_MOIPR90     0xF0005B48         CAN Message Object 90 Interrupt Pointer Register
CAN_MOAMR90     0xF0005B4C         CAN Message Object 90 Acceptance Mask Register
CAN_MODATAL90   0xF0005B50         CAN Message Object 90 Data Register Low
CAN_MODATAH90   0xF0005B54         CAN Message Object 90 Data Register High
CAN_MOAR90      0xF0005B58         CAN Message Object 90 Arbitration Register
CAN_MOCTR90     0xF0005B5C         CAN Message Object 90 Control Register
CAN_MOFCR91     0xF0005B60         CAN Message Object 91 Function Control Register
CAN_MOFGPR91    0xF0005B64         CAN Message Object 91 FIFO/Gateway Pointer Register
CAN_MOIPR91     0xF0005B68         CAN Message Object 91 Interrupt Pointer Register
CAN_MOAMR91     0xF0005B6C         CAN Message Object 91 Acceptance Mask Register
CAN_MODATAL91   0xF0005B70         CAN Message Object 91 Data Register Low
CAN_MODATAH91   0xF0005B74         CAN Message Object 91 Data Register High
CAN_MOAR91      0xF0005B78         CAN Message Object 91 Arbitration Register
CAN_MOCTR91     0xF0005B7C         CAN Message Object 91 Control Register
CAN_MOFCR92     0xF0005B80         CAN Message Object 92 Function Control Register
CAN_MOFGPR92    0xF0005B84         CAN Message Object 92 FIFO/Gateway Pointer Register
CAN_MOIPR92     0xF0005B88         CAN Message Object 92 Interrupt Pointer Register
CAN_MOAMR92     0xF0005B8C         CAN Message Object 92 Acceptance Mask Register
CAN_MODATAL92   0xF0005B90         CAN Message Object 92 Data Register Low
CAN_MODATAH92   0xF0005B94         CAN Message Object 92 Data Register High
CAN_MOAR92      0xF0005B98         CAN Message Object 92 Arbitration Register
CAN_MOCTR92     0xF0005B9C         CAN Message Object 92 Control Register
CAN_MOFCR93     0xF0005BA0         CAN Message Object 93 Function Control Register
CAN_MOFGPR93    0xF0005BA4         CAN Message Object 93 FIFO/Gateway Pointer Register
CAN_MOIPR93     0xF0005BA8         CAN Message Object 93 Interrupt Pointer Register
CAN_MOAMR93     0xF0005BAC         CAN Message Object 93 Acceptance Mask Register
CAN_MODATAL93   0xF0005BB0         CAN Message Object 93 Data Register Low
CAN_MODATAH93   0xF0005BB4         CAN Message Object 93 Data Register High
CAN_MOAR93      0xF0005BB8         CAN Message Object 93 Arbitration Register
CAN_MOCTR93     0xF0005BBC         CAN Message Object 93 Control Register
CAN_MOFCR94     0xF0005BC0         CAN Message Object 94 Function Control Register
CAN_MOFGPR94    0xF0005BC4         CAN Message Object 94 FIFO/Gateway Pointer Register
CAN_MOIPR94     0xF0005BC8         CAN Message Object 94 Interrupt Pointer Register
CAN_MOAMR94     0xF0005BCC         CAN Message Object 94 Acceptance Mask Register
CAN_MODATAL94   0xF0005BD0         CAN Message Object 94 Data Register Low
CAN_MODATAH94   0xF0005BD4         CAN Message Object 94 Data Register High
CAN_MOAR94      0xF0005BD8         CAN Message Object 94 Arbitration Register
CAN_MOCTR94     0xF0005BDC         CAN Message Object 94 Control Register
CAN_MOFCR95     0xF0005BE0         CAN Message Object 95 Function Control Register
CAN_MOFGPR95    0xF0005BE4         CAN Message Object 95 FIFO/Gateway Pointer Register
CAN_MOIPR95     0xF0005BE8         CAN Message Object 95 Interrupt Pointer Register
CAN_MOAMR95     0xF0005BEC         CAN Message Object 95 Acceptance Mask Register
CAN_MODATAL95   0xF0005BF0         CAN Message Object 95 Data Register Low
CAN_MODATAH95   0xF0005BF4         CAN Message Object 95 Data Register High
CAN_MOAR95      0xF0005BF8         CAN Message Object 95 Arbitration Register
CAN_MOCTR95     0xF0005BFC         CAN Message Object 95 Control Register
CAN_MOFCR96     0xF0005C00         CAN Message Object 96 Function Control Register
CAN_MOFGPR96    0xF0005C04         CAN Message Object 96 FIFO/Gateway Pointer Register
CAN_MOIPR96     0xF0005C08         CAN Message Object 96 Interrupt Pointer Register
CAN_MOAMR96     0xF0005C0C         CAN Message Object 96 Acceptance Mask Register
CAN_MODATAL96   0xF0005C10         CAN Message Object 96 Data Register Low
CAN_MODATAH96   0xF0005C14         CAN Message Object 96 Data Register High
CAN_MOAR96      0xF0005C18         CAN Message Object 96 Arbitration Register
CAN_MOCTR96     0xF0005C1C         CAN Message Object 96 Control Register
CAN_MOFCR97     0xF0005C20         CAN Message Object 97 Function Control Register
CAN_MOFGPR97    0xF0005C24         CAN Message Object 97 FIFO/Gateway Pointer Register
CAN_MOIPR97     0xF0005C28         CAN Message Object 97 Interrupt Pointer Register
CAN_MOAMR97     0xF0005C2C         CAN Message Object 97 Acceptance Mask Register
CAN_MODATAL97   0xF0005C30         CAN Message Object 97 Data Register Low
CAN_MODATAH97   0xF0005C34         CAN Message Object 97 Data Register High
CAN_MOAR97      0xF0005C38         CAN Message Object 97 Arbitration Register
CAN_MOCTR97     0xF0005C3C         CAN Message Object 97 Control Register
CAN_MOFCR98     0xF0005C40         CAN Message Object 98 Function Control Register
CAN_MOFGPR98    0xF0005C44         CAN Message Object 98 FIFO/Gateway Pointer Register
CAN_MOIPR98     0xF0005C48         CAN Message Object 98 Interrupt Pointer Register
CAN_MOAMR98     0xF0005C4C         CAN Message Object 98 Acceptance Mask Register
CAN_MODATAL98   0xF0005C50         CAN Message Object 98 Data Register Low
CAN_MODATAH98   0xF0005C54         CAN Message Object 98 Data Register High
CAN_MOAR98      0xF0005C58         CAN Message Object 98 Arbitration Register
CAN_MOCTR98     0xF0005C5C         CAN Message Object 98 Control Register
CAN_MOFCR99     0xF0005C60         CAN Message Object 99 Function Control Register
CAN_MOFGPR99    0xF0005C64         CAN Message Object 99 FIFO/Gateway Pointer Register
CAN_MOIPR99     0xF0005C68         CAN Message Object 99 Interrupt Pointer Register
CAN_MOAMR99     0xF0005C6C         CAN Message Object 99 Acceptance Mask Register
CAN_MODATAL99   0xF0005C70         CAN Message Object 99 Data Register Low
CAN_MODATAH99   0xF0005C74         CAN Message Object 99 Data Register High
CAN_MOAR99      0xF0005C78         CAN Message Object 99 Arbitration Register
CAN_MOCTR99     0xF0005C7C         CAN Message Object 99 Control Register
CAN_MOFCR100    0xF0005C80         CAN Message Object 100 Function Control Register
CAN_MOFGPR100   0xF0005C84         CAN Message Object 100 FIFO/Gateway Pointer Register
CAN_MOIPR100    0xF0005C88         CAN Message Object 100 Interrupt Pointer Register
CAN_MOAMR100    0xF0005C8C         CAN Message Object 100 Acceptance Mask Register
CAN_MODATAL100  0xF0005C90         CAN Message Object 100 Data Register Low
CAN_MODATAH100  0xF0005C94         CAN Message Object 100 Data Register High
CAN_MOAR100     0xF0005C98         CAN Message Object 100 Arbitration Register
CAN_MOCTR100    0xF0005C9C         CAN Message Object 100 Control Register
CAN_MOFCR101    0xF0005CA0         CAN Message Object 101 Function Control Register
CAN_MOFGPR101   0xF0005CA4         CAN Message Object 101 FIFO/Gateway Pointer Register
CAN_MOIPR101    0xF0005CA8         CAN Message Object 101 Interrupt Pointer Register
CAN_MOAMR101    0xF0005CAC         CAN Message Object 101 Acceptance Mask Register
CAN_MODATAL101  0xF0005CB0         CAN Message Object 101 Data Register Low
CAN_MODATAH101  0xF0005CB4         CAN Message Object 101 Data Register High
CAN_MOAR101     0xF0005CB8         CAN Message Object 101 Arbitration Register
CAN_MOCTR101    0xF0005CBC         CAN Message Object 101 Control Register
CAN_MOFCR102    0xF0005CC0         CAN Message Object 102 Function Control Register
CAN_MOFGPR102   0xF0005CC4         CAN Message Object 102 FIFO/Gateway Pointer Register
CAN_MOIPR102    0xF0005CC8         CAN Message Object 102 Interrupt Pointer Register
CAN_MOAMR102    0xF0005CCC         CAN Message Object 102 Acceptance Mask Register
CAN_MODATAL102  0xF0005CD0         CAN Message Object 102 Data Register Low
CAN_MODATAH102  0xF0005CD4         CAN Message Object 102 Data Register High
CAN_MOAR102     0xF0005CD8         CAN Message Object 102 Arbitration Register
CAN_MOCTR102    0xF0005CDC         CAN Message Object 102 Control Register
CAN_MOFCR103    0xF0005CE0         CAN Message Object 103 Function Control Register
CAN_MOFGPR103   0xF0005CE4         CAN Message Object 103 FIFO/Gateway Pointer Register
CAN_MOIPR103    0xF0005CE8         CAN Message Object 103 Interrupt Pointer Register
CAN_MOAMR103    0xF0005CEC         CAN Message Object 103 Acceptance Mask Register
CAN_MODATAL103  0xF0005CF0         CAN Message Object 103 Data Register Low
CAN_MODATAH103  0xF0005CF4         CAN Message Object 103 Data Register High
CAN_MOAR103     0xF0005CF8         CAN Message Object 103 Arbitration Register
CAN_MOCTR103    0xF0005CFC         CAN Message Object 103 Control Register
CAN_MOFCR104    0xF0005D00         CAN Message Object 104 Function Control Register
CAN_MOFGPR104   0xF0005D04         CAN Message Object 104 FIFO/Gateway Pointer Register
CAN_MOIPR104    0xF0005D08         CAN Message Object 104 Interrupt Pointer Register
CAN_MOAMR104    0xF0005D0C         CAN Message Object 104 Acceptance Mask Register
CAN_MODATAL104  0xF0005D10         CAN Message Object 104 Data Register Low
CAN_MODATAH104  0xF0005D14         CAN Message Object 104 Data Register High
CAN_MOAR104     0xF0005D18         CAN Message Object 104 Arbitration Register
CAN_MOCTR104    0xF0005D1C         CAN Message Object 104 Control Register
CAN_MOFCR105    0xF0005D20         CAN Message Object 105 Function Control Register
CAN_MOFGPR105   0xF0005D24         CAN Message Object 105 FIFO/Gateway Pointer Register
CAN_MOIPR105    0xF0005D28         CAN Message Object 105 Interrupt Pointer Register
CAN_MOAMR105    0xF0005D2C         CAN Message Object 105 Acceptance Mask Register
CAN_MODATAL105  0xF0005D30         CAN Message Object 105 Data Register Low
CAN_MODATAH105  0xF0005D34         CAN Message Object 105 Data Register High
CAN_MOAR105     0xF0005D38         CAN Message Object 105 Arbitration Register
CAN_MOCTR105    0xF0005D3C         CAN Message Object 105 Control Register
CAN_MOFCR106    0xF0005D40         CAN Message Object 106 Function Control Register
CAN_MOFGPR106   0xF0005D44         CAN Message Object 106 FIFO/Gateway Pointer Register
CAN_MOIPR106    0xF0005D48         CAN Message Object 106 Interrupt Pointer Register
CAN_MOAMR106    0xF0005D4C         CAN Message Object 106 Acceptance Mask Register
CAN_MODATAL106  0xF0005D50         CAN Message Object 106 Data Register Low
CAN_MODATAH106  0xF0005D54         CAN Message Object 106 Data Register High
CAN_MOAR106     0xF0005D58         CAN Message Object 106 Arbitration Register
CAN_MOCTR106    0xF0005D5C         CAN Message Object 106 Control Register
CAN_MOFCR107    0xF0005D60         CAN Message Object 107 Function Control Register
CAN_MOFGPR107   0xF0005D64         CAN Message Object 107 FIFO/Gateway Pointer Register
CAN_MOIPR107    0xF0005D68         CAN Message Object 107 Interrupt Pointer Register
CAN_MOAMR107    0xF0005D6C         CAN Message Object 107 Acceptance Mask Register
CAN_MODATAL107  0xF0005D70         CAN Message Object 107 Data Register Low
CAN_MODATAH107  0xF0005D74         CAN Message Object 107 Data Register High
CAN_MOAR107     0xF0005D78         CAN Message Object 107 Arbitration Register
CAN_MOCTR107    0xF0005D7C         CAN Message Object 107 Control Register
CAN_MOFCR108    0xF0005D80         CAN Message Object 108 Function Control Register
CAN_MOFGPR108   0xF0005D84         CAN Message Object 108 FIFO/Gateway Pointer Register
CAN_MOIPR108    0xF0005D88         CAN Message Object 108 Interrupt Pointer Register
CAN_MOAMR108    0xF0005D8C         CAN Message Object 108 Acceptance Mask Register
CAN_MODATAL108  0xF0005D90         CAN Message Object 108 Data Register Low
CAN_MODATAH108  0xF0005D94         CAN Message Object 108 Data Register High
CAN_MOAR108     0xF0005D98         CAN Message Object 108 Arbitration Register
CAN_MOCTR108    0xF0005D9C         CAN Message Object 108 Control Register
CAN_MOFCR109    0xF0005DA0         CAN Message Object 109 Function Control Register
CAN_MOFGPR109   0xF0005DA4         CAN Message Object 109 FIFO/Gateway Pointer Register
CAN_MOIPR109    0xF0005DA8         CAN Message Object 109 Interrupt Pointer Register
CAN_MOAMR109    0xF0005DAC         CAN Message Object 109 Acceptance Mask Register
CAN_MODATAL109  0xF0005DB0         CAN Message Object 109 Data Register Low
CAN_MODATAH109  0xF0005DB4         CAN Message Object 109 Data Register High
CAN_MOAR109     0xF0005DB8         CAN Message Object 109 Arbitration Register
CAN_MOCTR109    0xF0005DBC         CAN Message Object 109 Control Register
CAN_MOFCR110    0xF0005DC0         CAN Message Object 110 Function Control Register
CAN_MOFGPR110   0xF0005DC4         CAN Message Object 110 FIFO/Gateway Pointer Register
CAN_MOIPR110    0xF0005DC8         CAN Message Object 110 Interrupt Pointer Register
CAN_MOAMR110    0xF0005DCC         CAN Message Object 110 Acceptance Mask Register
CAN_MODATAL110  0xF0005DD0         CAN Message Object 110 Data Register Low
CAN_MODATAH110  0xF0005DD4         CAN Message Object 110 Data Register High
CAN_MOAR110     0xF0005DD8         CAN Message Object 110 Arbitration Register
CAN_MOCTR110    0xF0005DDC         CAN Message Object 110 Control Register
CAN_MOFCR111    0xF0005DE0         CAN Message Object 111 Function Control Register
CAN_MOFGPR111   0xF0005DE4         CAN Message Object 111 FIFO/Gateway Pointer Register
CAN_MOIPR111    0xF0005DE8         CAN Message Object 111 Interrupt Pointer Register
CAN_MOAMR111    0xF0005DEC         CAN Message Object 111 Acceptance Mask Register
CAN_MODATAL111  0xF0005DF0         CAN Message Object 111 Data Register Low
CAN_MODATAH111  0xF0005DF4         CAN Message Object 111 Data Register High
CAN_MOAR111     0xF0005DF8         CAN Message Object 111 Arbitration Register
CAN_MOCTR111    0xF0005DFC         CAN Message Object 111 Control Register
CAN_MOFCR112    0xF0005E00         CAN Message Object 112 Function Control Register
CAN_MOFGPR112   0xF0005E04         CAN Message Object 112 FIFO/Gateway Pointer Register
CAN_MOIPR112    0xF0005E08         CAN Message Object 112 Interrupt Pointer Register
CAN_MOAMR112    0xF0005E0C         CAN Message Object 112 Acceptance Mask Register
CAN_MODATAL112  0xF0005E10         CAN Message Object 112 Data Register Low
CAN_MODATAH112  0xF0005E14         CAN Message Object 112 Data Register High
CAN_MOAR112     0xF0005E18         CAN Message Object 112 Arbitration Register
CAN_MOCTR112    0xF0005E1C         CAN Message Object 112 Control Register
CAN_MOFCR113    0xF0005E20         CAN Message Object 113 Function Control Register
CAN_MOFGPR113   0xF0005E24         CAN Message Object 113 FIFO/Gateway Pointer Register
CAN_MOIPR113    0xF0005E28         CAN Message Object 113 Interrupt Pointer Register
CAN_MOAMR113    0xF0005E2C         CAN Message Object 113 Acceptance Mask Register
CAN_MODATAL113  0xF0005E30         CAN Message Object 113 Data Register Low
CAN_MODATAH113  0xF0005E34         CAN Message Object 113 Data Register High
CAN_MOAR113     0xF0005E38         CAN Message Object 113 Arbitration Register
CAN_MOCTR113    0xF0005E3C         CAN Message Object 113 Control Register
CAN_MOFCR114    0xF0005E40         CAN Message Object 114 Function Control Register
CAN_MOFGPR114   0xF0005E44         CAN Message Object 114 FIFO/Gateway Pointer Register
CAN_MOIPR114    0xF0005E48         CAN Message Object 114 Interrupt Pointer Register
CAN_MOAMR114    0xF0005E4C         CAN Message Object 114 Acceptance Mask Register
CAN_MODATAL114  0xF0005E50         CAN Message Object 114 Data Register Low
CAN_MODATAH114  0xF0005E54         CAN Message Object 114 Data Register High
CAN_MOAR114     0xF0005E58         CAN Message Object 114 Arbitration Register
CAN_MOCTR114    0xF0005E5C         CAN Message Object 114 Control Register
CAN_MOFCR115    0xF0005E60         CAN Message Object 115 Function Control Register
CAN_MOFGPR115   0xF0005E64         CAN Message Object 115 FIFO/Gateway Pointer Register
CAN_MOIPR115    0xF0005E68         CAN Message Object 115 Interrupt Pointer Register
CAN_MOAMR115    0xF0005E6C         CAN Message Object 115 Acceptance Mask Register
CAN_MODATAL115  0xF0005E70         CAN Message Object 115 Data Register Low
CAN_MODATAH115  0xF0005E74         CAN Message Object 115 Data Register High
CAN_MOAR115     0xF0005E78         CAN Message Object 115 Arbitration Register
CAN_MOCTR115    0xF0005E7C         CAN Message Object 115 Control Register
CAN_MOFCR116    0xF0005E80         CAN Message Object 116 Function Control Register
CAN_MOFGPR116   0xF0005E84         CAN Message Object 116 FIFO/Gateway Pointer Register
CAN_MOIPR116    0xF0005E88         CAN Message Object 116 Interrupt Pointer Register
CAN_MOAMR116    0xF0005E8C         CAN Message Object 116 Acceptance Mask Register
CAN_MODATAL116  0xF0005E90         CAN Message Object 116 Data Register Low
CAN_MODATAH116  0xF0005E94         CAN Message Object 116 Data Register High
CAN_MOAR116     0xF0005E98         CAN Message Object 116 Arbitration Register
CAN_MOCTR116    0xF0005E9C         CAN Message Object 116 Control Register
CAN_MOFCR117    0xF0005EA0         CAN Message Object 117 Function Control Register
CAN_MOFGPR117   0xF0005EA4         CAN Message Object 117 FIFO/Gateway Pointer Register
CAN_MOIPR117    0xF0005EA8         CAN Message Object 117 Interrupt Pointer Register
CAN_MOAMR117    0xF0005EAC         CAN Message Object 117 Acceptance Mask Register
CAN_MODATAL117  0xF0005EB0         CAN Message Object 117 Data Register Low
CAN_MODATAH117  0xF0005EB4         CAN Message Object 117 Data Register High
CAN_MOAR117     0xF0005EB8         CAN Message Object 117 Arbitration Register
CAN_MOCTR117    0xF0005EBC         CAN Message Object 117 Control Register
CAN_MOFCR118    0xF0005EC0         CAN Message Object 118 Function Control Register
CAN_MOFGPR118   0xF0005EC4         CAN Message Object 118 FIFO/Gateway Pointer Register
CAN_MOIPR118    0xF0005EC8         CAN Message Object 118 Interrupt Pointer Register
CAN_MOAMR118    0xF0005ECC         CAN Message Object 118 Acceptance Mask Register
CAN_MODATAL118  0xF0005ED0         CAN Message Object 118 Data Register Low
CAN_MODATAH118  0xF0005ED4         CAN Message Object 118 Data Register High
CAN_MOAR118     0xF0005ED8         CAN Message Object 118 Arbitration Register
CAN_MOCTR118    0xF0005EDC         CAN Message Object 118 Control Register
CAN_MOFCR119    0xF0005EE0         CAN Message Object 119 Function Control Register
CAN_MOFGPR119   0xF0005EE4         CAN Message Object 119 FIFO/Gateway Pointer Register
CAN_MOIPR119    0xF0005EE8         CAN Message Object 119 Interrupt Pointer Register
CAN_MOAMR119    0xF0005EEC         CAN Message Object 119 Acceptance Mask Register
CAN_MODATAL119  0xF0005EF0         CAN Message Object 119 Data Register Low
CAN_MODATAH119  0xF0005EF4         CAN Message Object 119 Data Register High
CAN_MOAR119     0xF0005EF8         CAN Message Object 119 Arbitration Register
CAN_MOCTR119    0xF0005EFC         CAN Message Object 119 Control Register
CAN_MOFCR120    0xF0005F00         CAN Message Object 120 Function Control Register
CAN_MOFGPR120   0xF0005F04         CAN Message Object 120 FIFO/Gateway Pointer Register
CAN_MOIPR120    0xF0005F08         CAN Message Object 120 Interrupt Pointer Register
CAN_MOAMR120    0xF0005F0C         CAN Message Object 120 Acceptance Mask Register
CAN_MODATAL120  0xF0005F10         CAN Message Object 120 Data Register Low
CAN_MODATAH120  0xF0005F14         CAN Message Object 120 Data Register High
CAN_MOAR120     0xF0005F18         CAN Message Object 120 Arbitration Register
CAN_MOCTR120    0xF0005F1C         CAN Message Object 120 Control Register
CAN_MOFCR121    0xF0005F20         CAN Message Object 121 Function Control Register
CAN_MOFGPR121   0xF0005F24         CAN Message Object 121 FIFO/Gateway Pointer Register
CAN_MOIPR121    0xF0005F28         CAN Message Object 121 Interrupt Pointer Register
CAN_MOAMR121    0xF0005F2C         CAN Message Object 121 Acceptance Mask Register
CAN_MODATAL121  0xF0005F30         CAN Message Object 121 Data Register Low
CAN_MODATAH121  0xF0005F34         CAN Message Object 121 Data Register High
CAN_MOAR121     0xF0005F38         CAN Message Object 121 Arbitration Register
CAN_MOCTR121    0xF0005F3C         CAN Message Object 121 Control Register
CAN_MOFCR122    0xF0005F40         CAN Message Object 122 Function Control Register
CAN_MOFGPR122   0xF0005F44         CAN Message Object 122 FIFO/Gateway Pointer Register
CAN_MOIPR122    0xF0005F48         CAN Message Object 122 Interrupt Pointer Register
CAN_MOAMR122    0xF0005F4C         CAN Message Object 122 Acceptance Mask Register
CAN_MODATAL122  0xF0005F50         CAN Message Object 122 Data Register Low
CAN_MODATAH122  0xF0005F54         CAN Message Object 122 Data Register High
CAN_MOAR122     0xF0005F58         CAN Message Object 122 Arbitration Register
CAN_MOCTR122    0xF0005F5C         CAN Message Object 122 Control Register
CAN_MOFCR123    0xF0005F60         CAN Message Object 123 Function Control Register
CAN_MOFGPR123   0xF0005F64         CAN Message Object 123 FIFO/Gateway Pointer Register
CAN_MOIPR123    0xF0005F68         CAN Message Object 123 Interrupt Pointer Register
CAN_MOAMR123    0xF0005F6C         CAN Message Object 123 Acceptance Mask Register
CAN_MODATAL123  0xF0005F70         CAN Message Object 123 Data Register Low
CAN_MODATAH123  0xF0005F74         CAN Message Object 123 Data Register High
CAN_MOAR123     0xF0005F78         CAN Message Object 123 Arbitration Register
CAN_MOCTR123    0xF0005F7C         CAN Message Object 123 Control Register
CAN_MOFCR124    0xF0005F80         CAN Message Object 124 Function Control Register
CAN_MOFGPR124   0xF0005F84         CAN Message Object 124 FIFO/Gateway Pointer Register
CAN_MOIPR124    0xF0005F88         CAN Message Object 124 Interrupt Pointer Register
CAN_MOAMR124    0xF0005F8C         CAN Message Object 124 Acceptance Mask Register
CAN_MODATAL124  0xF0005F90         CAN Message Object 124 Data Register Low
CAN_MODATAH124  0xF0005F94         CAN Message Object 124 Data Register High
CAN_MOAR124     0xF0005F98         CAN Message Object 124 Arbitration Register
CAN_MOCTR124    0xF0005F9C         CAN Message Object 124 Control Register
CAN_MOFCR125    0xF0005FA0         CAN Message Object 125 Function Control Register
CAN_MOFGPR125   0xF0005FA4         CAN Message Object 125 FIFO/Gateway Pointer Register
CAN_MOIPR125    0xF0005FA8         CAN Message Object 125 Interrupt Pointer Register
CAN_MOAMR125    0xF0005FAC         CAN Message Object 125 Acceptance Mask Register
CAN_MODATAL125  0xF0005FB0         CAN Message Object 125 Data Register Low
CAN_MODATAH125  0xF0005FB4         CAN Message Object 125 Data Register High
CAN_MOAR125     0xF0005FB8         CAN Message Object 125 Arbitration Register
CAN_MOCTR125    0xF0005FBC         CAN Message Object 125 Control Register
CAN_MOFCR126    0xF0005FC0         CAN Message Object 126 Function Control Register
CAN_MOFGPR126   0xF0005FC4         CAN Message Object 126 FIFO/Gateway Pointer Register
CAN_MOIPR126    0xF0005FC8         CAN Message Object 126 Interrupt Pointer Register
CAN_MOAMR126    0xF0005FCC         CAN Message Object 126 Acceptance Mask Register
CAN_MODATAL126  0xF0005FD0         CAN Message Object 126 Data Register Low
CAN_MODATAH126  0xF0005FD4         CAN Message Object 126 Data Register High
CAN_MOAR126     0xF0005FD8         CAN Message Object 126 Arbitration Register
CAN_MOCTR126    0xF0005FDC         CAN Message Object 126 Control Register
CAN_MOFCR127    0xF0005FE0         CAN Message Object 127 Function Control Register
CAN_MOFGPR127   0xF0005FE4         CAN Message Object 127 FIFO/Gateway Pointer Register
CAN_MOIPR127    0xF0005FE8         CAN Message Object 127 Interrupt Pointer Register
CAN_MOAMR127    0xF0005FEC         CAN Message Object 127 Acceptance Mask Register
CAN_MODATAL127  0xF0005FF0         CAN Message Object 127 Data Register Low
CAN_MODATAH127  0xF0005FF4         CAN Message Object 127 Data Register High
CAN_MOAR127     0xF0005FF8         CAN Message Object 127 Arbitration Register
CAN_MOCTR127    0xF0005FFC         CAN Message Object 127 Control Register
CAN_STPTR0      0xF0007FFC         CAN Scheduler Start Pointer Node 0 Register
ERAY_CLC        0xF0010000         ERAY Clock Control Register
ERAY_CUST1      0xF0010004         Busy and Input Buffer Control Register
ERAY_ID         0xF0010008         Module Identification Register
ERAY_CUST3      0xF001000C         Customer Interface Timeout Counter
ERAY_TEST1      0xF0010010         Test Register 1
ERAY_TEST2      0xF0010014         Test Register 2
ERAY_LCK        0xF001001C         Lock Register
ERAY_EIR        0xF0010020         Error Service Request Register
ERAY_SIR        0xF0010024         Status Service Request Register
ERAY_EILS       0xF0010028         Error Service Request Line Select
ERAY_SILS       0xF001002C         Status Service Request Line Select
ERAY_EIES       0xF0010030         Error Service Request Enable Set
ERAY_EIER       0xF0010034         Error Service Request Enable Reset
ERAY_SIES       0xF0010038         Status Service Request Enable Set
ERAY_SIER       0xF001003C         Status Service Request Enable Reset
ERAY_ILE        0xF0010040         Service Request Line Enable
ERAY_T0C        0xF0010044         Timer 0 Configuration
ERAY_T1C        0xF0010048         Timer 1 Configuration
ERAY_STPW1      0xF001004C         Stop Watch Register 1
ERAY_STPW2      0xF0010050         Stop Watch Register 2
ERAY_SUCC1      0xF0010080         SUC Configuration Register 1
ERAY_SUCC2      0xF0010084         SUC Configuration Register 2
ERAY_SUCC3      0xF0010088         SUC Configuration Register 3
ERAY_NEMC       0xF001008C         NEM Configuration Register
ERAY_PRTC1      0xF0010090         PRT Configuration Register 1
ERAY_PRTC2      0xF0010094         PRT Configuration Register 2
ERAY_MHDC       0xF0010098         MHD Configuration Register
ERAY_GTUC01     0xF00100A0         GTU Configuration Register 1
ERAY_GTUC02     0xF00100A4         GTU Configuration Register 2
ERAY_GTUC03     0xF00100A8         GTU Configuration Register 3
ERAY_GTUC04     0xF00100AC         GTU Configuration Register 4
ERAY_GTUC05     0xF00100B0         GTU Configuration Register 5
ERAY_GTUC06     0xF00100B4         GTU Configuration Register 6
ERAY_GTUC07     0xF00100B8         GTU Configuration Register 7
ERAY_GTUC08     0xF00100BC         GTU Configuration Register 8
ERAY_GTUC09     0xF00100C0         GTU Configuration Register 9
ERAY_GTUC10     0xF00100C4         GTU Configuration Register 10
ERAY_GTUC11     0xF00100C8         GTU Configuration Register 11
ERAY_CCSV       0xF0010100         Communication Controller Status Vector
ERAY_CCEV       0xF0010104         Communication Controller Error Vector
ERAY_SCV        0xF0010110         Slot Counter Value
ERAY_MTCCV      0xF0010114         Macrotick and Cycle Counter Value
ERAY_RCV        0xF0010118         Rate Correction Value
ERAY_OCV        0xF001011C         Offset Correction Value
ERAY_SFS        0xF0010120         SYNC Frame Status
ERAY_SWNIT      0xF0010124         Symbol Window and Network Idle Time Status
ERAY_ACS        0xF0010128         Aggregated Channel Status
ERAY_ESID01     0xF0010130         Even Sync ID Symbol Window 01
ERAY_ESID02     0xF0010134         Even Sync ID Symbol Window 02
ERAY_ESID03     0xF0010138         Even Sync ID Symbol Window 03
ERAY_ESID04     0xF001013C         Even Sync ID Symbol Window 04
ERAY_ESID05     0xF0010140         Even Sync ID Symbol Window 05
ERAY_ESID06     0xF0010144         Even Sync ID Symbol Window 06
ERAY_ESID07     0xF0010148         Even Sync ID Symbol Window 07
ERAY_ESID08     0xF001014C         Even Sync ID Symbol Window 08
ERAY_ESID09     0xF0010150         Even Sync ID Symbol Window 09
ERAY_ESID10     0xF0010154         Even Sync ID Symbol Window 10
ERAY_ESID11     0xF0010158         Even Sync ID Symbol Window 11
ERAY_ESID12     0xF001015C         Even Sync ID Symbol Window 12
ERAY_ESID13     0xF0010160         Even Sync ID Symbol Window 13
ERAY_ESID14     0xF0010164         Even Sync ID Symbol Window 14
ERAY_ESID15     0xF0010168         Even Sync ID Symbol Window 15
ERAY_OSID01     0xF0010170         Odd Sync ID Symbol Window 01
ERAY_OSID02     0xF0010174         Odd Sync ID Symbol Window 02
ERAY_OSID03     0xF0010178         Odd Sync ID Symbol Window 03
ERAY_OSID04     0xF001017C         Odd Sync ID Symbol Window 04
ERAY_OSID05     0xF0010180         Odd Sync ID Symbol Window 05
ERAY_OSID06     0xF0010184         Odd Sync ID Symbol Window 06
ERAY_OSID07     0xF0010188         Odd Sync ID Symbol Window 07
ERAY_OSID08     0xF001018C         Odd Sync ID Symbol Window 08
ERAY_OSID09     0xF0010190         Odd Sync ID Symbol Window 09
ERAY_OSID10     0xF0010194         Odd Sync ID Symbol Window 10
ERAY_OSID11     0xF0010198         Odd Sync ID Symbol Window 11
ERAY_OSID12     0xF001019C         Odd Sync ID Symbol Window 12
ERAY_OSID13     0xF00101A0         Odd Sync ID Symbol Window 13
ERAY_OSID14     0xF00101A4         Odd Sync ID Symbol Window 14
ERAY_OSID15     0xF00101A8         Odd Sync ID Symbol Window 15
ERAY_NMV1       0xF00101B0         Network Management Vector 1
ERAY_NMV2       0xF00101B4         Network Management Vector 2
ERAY_NMV3       0xF00101B8         Network Management Vector 3
ERAY_MRC        0xF0010300         Message RAM Configuration
ERAY_FRF        0xF0010304         FIFO Rejection Filter
ERAY_FRFM       0xF0010308         FIFO Rejection Filter Mask
ERAY_FCL        0xF001030C         FIFO Critical Level
ERAY_MHDS       0xF0010310         Message Handler Status
ERAY_LDTS       0xF0010314         Last Dynamic Transmit Slot
ERAY_FSR        0xF0010318         FIFO Status Register
ERAY_MHDF       0xF001031C         Message Handler Constraints Flags
ERAY_TXRQ1      0xF0010320         Transmission Request Register 1
ERAY_TXRQ2      0xF0010324         Transmission Request Register 2
ERAY_TXRQ3      0xF0010328         Transmission Request Register 3
ERAY_TXRQ4      0xF001032C         Transmission Request Register 4
ERAY_NDAT1      0xF0010330         New Data Register 1
ERAY_NDAT2      0xF0010334         New Data Register 2
ERAY_NDAT3      0xF0010338         New Data Register 3
ERAY_NDAT4      0xF001033C         New Data Register 4
ERAY_MBSC1      0xF0010340         Message Buffer Status Changed 1
ERAY_MBSC2      0xF0010344         Message Buffer Status Changed 2
ERAY_MBSC3      0xF0010348         Message Buffer Status Changed 3
ERAY_MBSC4      0xF001034C         Message Buffer Status Changed 4
ERAY_NDIC1      0xF00103A8         New Data Interrupt Control 1
ERAY_NDIC2      0xF00103AC         New Data Interrupt Control 2
ERAY_NDIC3      0xF00103B0         New Data Interrupt Control 3
ERAY_NDIC4      0xF00103B4         New Data Interrupt Control 4
ERAY_MSIC1      0xF00103B8         Message Buffer Status Changed Interrupt Control 1
ERAY_MSIC2      0xF00103BC         Message Buffer Status Changed Interrupt Control 2
ERAY_MSIC3      0xF00103C0         Message Buffer Status Changed Interrupt Control 3
ERAY_MSIC4      0xF00103C4         Message Buffer Status Changed Interrupt Control 4
ERAY_IBUSYSRC   0xF00103C8         Input Buffer Busy Service Request Control Register
ERAY_OBUSYSRC   0xF00103CC         Output Buffer Busy Service Request Control Register
ERAY_MBSC1SRC   0xF00103D0         Message Buffer Status Changed 1 Service Request Control Register
ERAY_MBSC0SRC   0xF00103D4         Message Buffer Status Changed 0 Service Request Control Register
ERAY_NDAT1SRC   0xF00103D8         New Data 1 Service Request Control Register
ERAY_NDAT0SRC   0xF00103DC         New Data 0 Service Request Control Register
ERAY_TINT1SRC   0xF00103E0         Timer Interrupt 1 Service Request Control Register
ERAY_TINT0SRC   0xF00103E4         Timer Interrupt 0 Service Request Control Register
ERAY_INT1SRC    0xF00103E8         Interrupt 1 Service Request Control Register
ERAY_INT0SRC    0xF00103EC         Interrupt 0 Service Request Control Register
ERAY_CREL       0xF00103F0         Core Release Register
ERAY_ENDN       0xF00103F4         Endian Register
ERAY_WRDS01     0xF0010400         Write Data Section 01
ERAY_WRDS02     0xF0010404         Write Data Section 02
ERAY_WRDS03     0xF0010408         Write Data Section 03
ERAY_WRDS04     0xF001040C         Write Data Section 04
ERAY_WRDS05     0xF0010410         Write Data Section 05
ERAY_WRDS06     0xF0010414         Write Data Section 06
ERAY_WRDS07     0xF0010418         Write Data Section 07
ERAY_WRDS08     0xF001041C         Write Data Section 08
ERAY_WRDS09     0xF0010420         Write Data Section 09
ERAY_WRDS10     0xF0010424         Write Data Section 10
ERAY_WRDS11     0xF0010428         Write Data Section 11
ERAY_WRDS12     0xF001042C         Write Data Section 12
ERAY_WRDS13     0xF0010430         Write Data Section 13
ERAY_WRDS14     0xF0010434         Write Data Section 14
ERAY_WRDS15     0xF0010438         Write Data Section 15
ERAY_WRDS16     0xF001043C         Write Data Section 16
ERAY_WRDS17     0xF0010440         Write Data Section 17
ERAY_WRDS18     0xF0010444         Write Data Section 18
ERAY_WRDS19     0xF0010448         Write Data Section 19
ERAY_WRDS20     0xF001044C         Write Data Section 20
ERAY_WRDS21     0xF0010450         Write Data Section 21
ERAY_WRDS22     0xF0010454         Write Data Section 22
ERAY_WRDS23     0xF0010458         Write Data Section 23
ERAY_WRDS24     0xF001045C         Write Data Section 24
ERAY_WRDS25     0xF0010460         Write Data Section 25
ERAY_WRDS26     0xF0010464         Write Data Section 26
ERAY_WRDS27     0xF0010468         Write Data Section 27
ERAY_WRDS28     0xF001046C         Write Data Section 28
ERAY_WRDS29     0xF0010470         Write Data Section 29
ERAY_WRDS30     0xF0010474         Write Data Section 30
ERAY_WRDS31     0xF0010478         Write Data Section 31
ERAY_WRDS32     0xF001047C         Write Data Section 32
ERAY_WRDS33     0xF0010480         Write Data Section 33
ERAY_WRDS34     0xF0010484         Write Data Section 34
ERAY_WRDS35     0xF0010488         Write Data Section 35
ERAY_WRDS36     0xF001048C         Write Data Section 36
ERAY_WRDS37     0xF0010490         Write Data Section 37
ERAY_WRDS38     0xF0010494         Write Data Section 38
ERAY_WRDS39     0xF0010498         Write Data Section 39
ERAY_WRDS40     0xF001049C         Write Data Section 40
ERAY_WRDS41     0xF00104A0         Write Data Section 41
ERAY_WRDS42     0xF00104A4         Write Data Section 42
ERAY_WRDS43     0xF00104A8         Write Data Section 43
ERAY_WRDS44     0xF00104AC         Write Data Section 44
ERAY_WRDS45     0xF00104B0         Write Data Section 45
ERAY_WRDS46     0xF00104B4         Write Data Section 46
ERAY_WRDS47     0xF00104B8         Write Data Section 47
ERAY_WRDS48     0xF00104BC         Write Data Section 48
ERAY_WRDS49     0xF00104C0         Write Data Section 49
ERAY_WRDS50     0xF00104C4         Write Data Section 50
ERAY_WRDS51     0xF00104C8         Write Data Section 51
ERAY_WRDS52     0xF00104CC         Write Data Section 52
ERAY_WRDS53     0xF00104D0         Write Data Section 53
ERAY_WRDS54     0xF00104D4         Write Data Section 54
ERAY_WRDS55     0xF00104D8         Write Data Section 55
ERAY_WRDS56     0xF00104DC         Write Data Section 56
ERAY_WRDS57     0xF00104E0         Write Data Section 57
ERAY_WRDS58     0xF00104E4         Write Data Section 58
ERAY_WRDS59     0xF00104E8         Write Data Section 59
ERAY_WRDS60     0xF00104EC         Write Data Section 60
ERAY_WRDS61     0xF00104F0         Write Data Section 61
ERAY_WRDS62     0xF00104F4         Write Data Section 62
ERAY_WRDS63     0xF00104F8         Write Data Section 63
ERAY_WRDS64     0xF00104FC         Write Data Section 64
ERAY_WRHS1      0xF0010500         Write Header Section 1
ERAY_WRHS2      0xF0010504         Write Header Section 2
ERAY_WRHS3      0xF0010508         Write Header Section 3
ERAY_IBCM       0xF0010510         Input Buffer Command Mask
ERAY_IBCR       0xF0010514         Input Buffer Command Request
ERAY_RDDS01     0xF0010600         Read Data Section 01
ERAY_RDDS02     0xF0010604         Read Data Section 02
ERAY_RDDS03     0xF0010608         Read Data Section 03
ERAY_RDDS04     0xF001060C         Read Data Section 04
ERAY_RDDS05     0xF0010610         Read Data Section 05
ERAY_RDDS06     0xF0010614         Read Data Section 06
ERAY_RDDS07     0xF0010618         Read Data Section 07
ERAY_RDDS08     0xF001061C         Read Data Section 08
ERAY_RDDS09     0xF0010620         Read Data Section 09
ERAY_RDDS10     0xF0010624         Read Data Section 10
ERAY_RDDS11     0xF0010628         Read Data Section 11
ERAY_RDDS12     0xF001062C         Read Data Section 12
ERAY_RDDS13     0xF0010630         Read Data Section 13
ERAY_RDDS14     0xF0010634         Read Data Section 14
ERAY_RDDS15     0xF0010638         Read Data Section 15
ERAY_RDDS16     0xF001063C         Read Data Section 16
ERAY_RDDS17     0xF0010640         Read Data Section 17
ERAY_RDDS18     0xF0010644         Read Data Section 18
ERAY_RDDS19     0xF0010648         Read Data Section 19
ERAY_RDDS20     0xF001064C         Read Data Section 20
ERAY_RDDS21     0xF0010650         Read Data Section 21
ERAY_RDDS22     0xF0010654         Read Data Section 22
ERAY_RDDS23     0xF0010658         Read Data Section 23
ERAY_RDDS24     0xF001065C         Read Data Section 24
ERAY_RDDS25     0xF0010660         Read Data Section 25
ERAY_RDDS26     0xF0010664         Read Data Section 26
ERAY_RDDS27     0xF0010668         Read Data Section 27
ERAY_RDDS28     0xF001066C         Read Data Section 28
ERAY_RDDS29     0xF0010670         Read Data Section 29
ERAY_RDDS30     0xF0010674         Read Data Section 30
ERAY_RDDS31     0xF0010678         Read Data Section 31
ERAY_RDDS32     0xF001067C         Read Data Section 32
ERAY_RDDS33     0xF0010680         Read Data Section 33
ERAY_RDDS34     0xF0010684         Read Data Section 34
ERAY_RDDS35     0xF0010688         Read Data Section 35
ERAY_RDDS36     0xF001068C         Read Data Section 36
ERAY_RDDS37     0xF0010690         Read Data Section 37
ERAY_RDDS38     0xF0010694         Read Data Section 38
ERAY_RDDS39     0xF0010698         Read Data Section 39
ERAY_RDDS40     0xF001069C         Read Data Section 40
ERAY_RDDS41     0xF00106A0         Read Data Section 41
ERAY_RDDS42     0xF00106A4         Read Data Section 42
ERAY_RDDS43     0xF00106A8         Read Data Section 43
ERAY_RDDS44     0xF00106AC         Read Data Section 44
ERAY_RDDS45     0xF00106B0         Read Data Section 45
ERAY_RDDS46     0xF00106B4         Read Data Section 46
ERAY_RDDS47     0xF00106B8         Read Data Section 47
ERAY_RDDS48     0xF00106BC         Read Data Section 48
ERAY_RDDS49     0xF00106C0         Read Data Section 49
ERAY_RDDS50     0xF00106C4         Read Data Section 50
ERAY_RDDS51     0xF00106C8         Read Data Section 51
ERAY_RDDS52     0xF00106CC         Read Data Section 52
ERAY_RDDS53     0xF00106D0         Read Data Section 53
ERAY_RDDS54     0xF00106D4         Read Data Section 54
ERAY_RDDS55     0xF00106D8         Read Data Section 55
ERAY_RDDS56     0xF00106DC         Read Data Section 56
ERAY_RDDS57     0xF00106E0         Read Data Section 57
ERAY_RDDS58     0xF00106E4         Read Data Section 58
ERAY_RDDS59     0xF00106E8         Read Data Section 59
ERAY_RDDS60     0xF00106EC         Read Data Section 60
ERAY_RDDS61     0xF00106F0         Read Data Section 61
ERAY_RDDS62     0xF00106F4         Read Data Section 62
ERAY_RDDS63     0xF00106F8         Read Data Section 63
ERAY_RDDS64     0xF00106FC         Read Data Section 64
ERAY_RDHS1      0xF0010700         Read Header Section 1
ERAY_RDHS2      0xF0010704         Read Header Section 2
ERAY_RDHS3      0xF0010708         Read Header Section 3
ERAY_MBS        0xF001070C         Message Buffer Status
ERAY_OBCM       0xF0010710         Output Buffer Command Mask
ERAY_OBCR       0xF0010714         Output Buffer Command Request
ERAY_SECCON     0xF0010800         SEC Control
ERAY_SEDCON     0xF0010804         SED Control
ERAY_DEDCON     0xF0010808         DED Control
ERAY_ECCR       0xF001080C         ECC Data Read Register
ERAY_ECCW       0xF0010810         ECC Data Write Register
PCP_CLC         0xF0043F00         PCP Clock Control Register
PCP_ID          0xF0043F08         PCP Module Identification Register
PCP_CS          0xF0043F10         PCP Control/Status Register
PCP_ES          0xF0043F14         PCP Error/Debug Status Register
PCP_ICR         0xF0043F20         PCP Interrupt Control Register
PCP_ITR         0xF0043F24         PCP Interrupt Threshold Control Register
PCP_ICON        0xF0043F28         PCP Interrupt Configuration Register
PCP_SSR         0xF0043F2C         PCP Stall Status Register
PCP_SMACON      0xF0043F40         SIST Mode Access Control Register
PCP_MIECON      0xF0043F50         SIST Mode Access Control Register
PCP_MIESTATP    0xF0043F58         Memory Integrity Error Status Register for PRAM
PCP_MIESTATC    0xF0043F5C         Memory Integrity Error Status Register for CMEM
PCP_RPROT       0xF0043F70         Register Protection Register
PCP_CPROT       0xF0043F74         CMEM Protection Register
PCP_PPROT       0xF0043F78         PRAM Protection Register
PCP_FWWIN       0xF0043F7C         FPI Write Window Register
PCP_SRC11       0xF0043FD0         PCP Service Request Control Register 11
PCP_SRC10       0xF0043FD4         PCP Service Request Control Register 10
PCP_SRC9        0xF0043FD8         PCP Service Request Control Register 9
PCP_SRC8        0xF0043FDC         PCP Service Request Control Register 8
PCP_SRC7        0xF0043FE0         PCP Service Request Control Register 7
PCP_SRC6        0xF0043FE4         PCP Service Request Control Register 6
PCP_SRC5        0xF0043FE8         PCP Service Request Control Register 5
PCP_SRC4        0xF0043FEC         PCP Service Request Control Register 4
PCP_SRC3        0xF0043FF0         PCP Service Request Control Register 3
PCP_SRC2        0xF0043FF4         PCP Service Request Control Register 2
PCP_SRC1        0xF0043FF8         PCP Service Request Control Register 1
PCP_SRC0        0xF0043FFC         PCP Service Request Control Register 0
FADC_CLC        0xF0100400         Clock Control Register
FADC_ID         0xF0100408         Module Identification Register
FADC_FDR        0xF010040C         Fractional Divider Register
FADC_CRSR       0xF0100410         Conversion Request Status Register
FADC_FMR        0xF0100414         Flag Modification Register
FADC_NCTR       0xF0100418         Neighbor Channel Trigger Register
FADC_GCR        0xF010041C         Global Control Register
FADC_CFGR0      0xF0100420         Channel 0 Configuration Register
FADC_CFGR1      0xF0100424         Channel 1 Configuration Register
FADC_CFGR2      0xF0100428         Channel 2 Configuration Register
FADC_CFGR3      0xF010042C         Channel 3 Configuration Register
FADC_ACR0       0xF0100430         Channel 0 Analog Control Register
FADC_ACR1       0xF0100434         Channel 1 Analog Control Register
FADC_ACR2       0xF0100438         Channel 2 Analog Control Register
FADC_ACR3       0xF010043C         Channel 3 Analog Control Register
FADC_RCH0       0xF0100440         Channel 0 Conversion Result Register
FADC_RCH1       0xF0100444         Channel 1 Conversion Result Register
FADC_RCH2       0xF0100448         Channel 2 Conversion Result Register
FADC_RCH3       0xF010044C         Channel 3 Conversion Result Register
FADC_ALR        0xF0100454         Alias Register
FADC_FCR0       0xF0100460         Filter 0 Control Register
FADC_CRR0       0xF0100464         Filter 0 Current Result Register
FADC_IRR10      0xF0100468         Filter 0 Intermediate Result Register 1
FADC_IRR20      0xF010046C         Filter 0 Intermediate Result Register 2
FADC_IRR30      0xF0100470         Filter 0 Intermediate Result Register 3
FADC_FRR0       0xF0100474         Filter 0 Final Result Register
FADC_FCR1       0xF0100480         Filter 1 Control Register
FADC_CRR1       0xF0100484         Filter 1 Current Result Register
FADC_IRR11      0xF0100488         Filter 1 Intermediate Result Register 1
FADC_FRR1       0xF0100494         Filter 1 Final Result Register
FADC_SFRR1      0xF0100498         Filter 1 Shifted Final Result Register
FADC_FCR2       0xF01004A0         Filter 2 Control Register
FADC_CRR2       0xF01004A4         Filter 2 Current Result Register
FADC_IRR12      0xF01004A8         Filter 2 Intermediate Result Register 1
FADC_IRR22      0xF01004AC         Filter 2 Intermediate Result Register 2
FADC_IRR32      0xF01004B0         Filter 2 Intermediate Result Register 3
FADC_FRR2       0xF01004B4         Filter 2 Final Result Register
FADC_FCR3       0xF01004C0         Filter 3 Control Register
FADC_CRR3       0xF01004C4         Filter 3 Current Result Register
FADC_IRR13      0xF01004C8         Filter 3 Intermediate Result Register 1
FADC_FRR3       0xF01004D4         Filter 3 Final Result Register
FADC_SFRR3      0xF01004D8         Filter 3 Shifted Final Result Register
FADC_SRC3       0xF01004F0         Service Request Control Register 3
FADC_SRC2       0xF01004F4         Service Request Control Register 2
FADC_SRC1       0xF01004F8         Service Request Control Register 1
FADC_SRC0       0xF01004FC         Service Request Control Register 0
ADC0_CLC        0xF0101000         ADC Clock Control Register
ADC0_ID         0xF0101008         Module Identification Register
ADC0_KSCFG      0xF010100C         Kernel State Configuration Register
ADC0_RSIR0      0xF0101010         Request Source 0 Input Register
ADC0_RSIR1      0xF0101014         Request Source 1 Input Register
ADC0_RSIR2      0xF0101018         Request Source 2 Input Register
ADC0_RSIR3      0xF010101C         Request Source 3 Input Register
ADC0_RSIR4      0xF0101020         Request Source 4 Input Register
ADC0_GLOBCTR    0xF0101030         Global Control Register
ADC0_GLOBCFG    0xF0101034         Global Configuration Register
ADC0_GLOBSTR    0xF0101038         Global Status Register
ADC0_ASENR      0xF010103C         Arbitration Slot Enable Register
ADC0_RSPR0      0xF0101040         Request Source Priority Register 0
ADC0_RSPR4      0xF0101044         Request Source Priority Register 4
ADC0_SYNCTR     0xF0101048         Synchronization Control Register
ADC0_INPCR0     0xF0101050         Input Class Register 0
ADC0_INPCR1     0xF0101054         Input Class Register 1
ADC0_INPCR2     0xF0101058         Input Class Register 2
ADC0_INPCR3     0xF010105C         Input Class Register 3
ADC0_CHFR       0xF0101060         Channel Flag Register
ADC0_CHFCR      0xF0101064         Channel Flag Clear Register
ADC0_CHENPR0    0xF0101068         Channel Event Node Pointer Register 0
ADC0_CHENPR8    0xF010106C         Channel Event Node Pointer Register 8
ADC0_EVFR       0xF0101070         Event Flag Register
ADC0_EVFCR      0xF0101074         Event Flag Clear Register
ADC0_EVNPR      0xF0101078         Event Node Pointer Register
ADC0_QMR0       0xF0101080         Queue 0 Mode Register
ADC0_QSR0       0xF0101084         Queue 0 Status Register
ADC0_Q0R0       0xF0101088         Queue 0 Register 0
ADC0_QBUR0      0xF010108C         Queue 0 Backup Register
ADC0_CRCR1      0xF0101090         Conversion Request 1 Control Register
ADC0_CRPR1      0xF0101094         Conversion Request 1 Pending Register
ADC0_CRMR1      0xF0101098         Conversion Request 1 Mode Register
ADC0_QMR2       0xF01010A0         Queue 2 Mode Register
ADC0_QSR2       0xF01010A4         Queue 2 Status Register
ADC0_Q0R2       0xF01010A8         Queue 2 Register 0
ADC0_QBUR2      0xF01010AC         Queue 2 Backup Register
ADC0_CRCR3      0xF01010B0         Conversion Request 3 Control Register
ADC0_CRPR3      0xF01010B4         Conversion Request 3 Pending Register
ADC0_CRMR3      0xF01010B8         Conversion Request 3 Mode Register
ADC0_QMR4       0xF01010C0         Queue 4 Mode Register
ADC0_QSR4       0xF01010C4         Queue 4 Status Register
ADC0_Q0R4       0xF01010C8         Queue 4 Register 0
ADC0_QBUR4      0xF01010CC         Queue 4 Backup Register
ADC0_LCBR0      0xF01010F0         Limit Check Boundary Register 0
ADC0_LCBR1      0xF01010F4         Limit Check Boundary Register 1
ADC0_LCBR2      0xF01010F8         Limit Check Boundary Register 2
ADC0_LCBR3      0xF01010FC         Limit Check Boundary Register 3
ADC0_CHCTR0     0xF0101100         Channel 0 Control Register
ADC0_CHCTR1     0xF0101104         Channel 1 Control Register
ADC0_CHCTR2     0xF0101108         Channel 2 Control Register
ADC0_CHCTR3     0xF010110C         Channel 3 Control Register
ADC0_CHCTR4     0xF0101110         Channel 4 Control Register
ADC0_CHCTR5     0xF0101114         Channel 5 Control Register
ADC0_CHCTR6     0xF0101118         Channel 6 Control Register
ADC0_CHCTR7     0xF010111C         Channel 7 Control Register
ADC0_CHCTR8     0xF0101120         Channel 8 Control Register
ADC0_CHCTR9     0xF0101124         Channel 9 Control Register
ADC0_CHCTR10    0xF0101128         Channel 10 Control Register
ADC0_CHCTR11    0xF010112C         Channel 11 Control Register
ADC0_CHCTR12    0xF0101130         Channel 12 Control Register
ADC0_CHCTR13    0xF0101134         Channel 13 Control Register
ADC0_CHCTR14    0xF0101138         Channel 14 Control Register
ADC0_CHCTR15    0xF010113C         Channel 15 Control Register
ADC0_RCR0       0xF0101140         Result Control Register 0
ADC0_RCR1       0xF0101144         Result Control Register 1
ADC0_RCR2       0xF0101148         Result Control Register 2
ADC0_RCR3       0xF010114C         Result Control Register 3
ADC0_RCR4       0xF0101150         Result Control Register 4
ADC0_RCR5       0xF0101154         Result Control Register 5
ADC0_RCR6       0xF0101158         Result Control Register 6
ADC0_RCR7       0xF010115C         Result Control Register 7
ADC0_RCR8       0xF0101160         Result Control Register 8
ADC0_RCR9       0xF0101164         Result Control Register 9
ADC0_RCR10      0xF0101168         Result Control Register 10
ADC0_RCR11      0xF010116C         Result Control Register 11
ADC0_RCR12      0xF0101170         Result Control Register 12
ADC0_RCR13      0xF0101174         Result Control Register 13
ADC0_RCR14      0xF0101178         Result Control Register 14
ADC0_RCR15      0xF010117C         Result Control Register 15
ADC0_RESR0      0xF0101180         Result Register 0
ADC0_RESR1      0xF0101184         Result Register 1
ADC0_RESR2      0xF0101188         Result Register 2
ADC0_RESR3      0xF010118C         Result Register 3
ADC0_RESR4      0xF0101190         Result Register 4
ADC0_RESR5      0xF0101194         Result Register 5
ADC0_RESR6      0xF0101198         Result Register 6
ADC0_RESR7      0xF010119C         Result Register 7
ADC0_RESR8      0xF01011A0         Result Register 8
ADC0_RESR9      0xF01011A4         Result Register 9
ADC0_RESR10     0xF01011A8         Result Register 10
ADC0_RESR11     0xF01011AC         Result Register 11
ADC0_RESR12     0xF01011B0         Result Register 12
ADC0_RESR13     0xF01011B4         Result Register 13
ADC0_RESR14     0xF01011B8         Result Register 14
ADC0_RESR15     0xF01011BC         Result Register 15
ADC0_RESRD0     0xF01011C0         Result Register 0 for Debugging
ADC0_RESRD1     0xF01011C4         Result Register 1 for Debugging
ADC0_RESRD2     0xF01011C8         Result Register 2 for Debugging
ADC0_RESRD3     0xF01011CC         Result Register 3 for Debugging
ADC0_RESRD4     0xF01011D0         Result Register 4 for Debugging
ADC0_RESRD5     0xF01011D4         Result Register 5 for Debugging
ADC0_RESRD6     0xF01011D8         Result Register 6 for Debugging
ADC0_RESRD7     0xF01011DC         Result Register 7 for Debugging
ADC0_RESRD8     0xF01011E0         Result Register 8 for Debugging
ADC0_RESRD9     0xF01011E4         Result Register 9 for Debugging
ADC0_RESRD10    0xF01011E8         Result Register 10 for Debugging
ADC0_RESRD11    0xF01011EC         Result Register 11 for Debugging
ADC0_RESRD12    0xF01011F0         Result Register 12 for Debugging
ADC0_RESRD13    0xF01011F4         Result Register 13 for Debugging
ADC0_RESRD14    0xF01011F8         Result Register 14 for Debugging
ADC0_RESRD15    0xF01011FC         Result Register 15 for Debugging
ADC0_VFR        0xF0101200         Valid Flag Register
ADC0_INTR       0xF0101204         Interrupt Activation Register
ADC0_RNPR0      0xF0101208         Result Node Pointer Register 0
ADC0_RNPR8      0xF010120C         Result Node Pointer Register 8
ADC0_ALR0       0xF0101210         Alias Register 0
ADC0_APR        0xF0101218         Access Protection Register
ADC0_EMCTR      0xF0101220         External Multiplexer Control Register
ADC0_BWDENR     0xF0101224         Broken Wire Detection Enable Register
ADC0_BWDCFGR    0xF0101228         Broken Wire Detection Configuration Register
ADC0_SRC8       0xF01013DC         ADC Service Request Control Register 8
ADC0_SRC7       0xF01013E0         ADC Service Request Control Register 7
ADC0_SRC6       0xF01013E4         ADC Service Request Control Register 6
ADC0_SRC5       0xF01013E8         ADC Service Request Control Register 5
ADC0_SRC4       0xF01013EC         ADC Service Request Control Register 4
ADC0_SRC3       0xF01013F0         ADC Service Request Control Register 3
ADC0_SRC2       0xF01013F4         ADC Service Request Control Register 2
ADC0_SRC1       0xF01013F8         ADC Service Request Control Register 1
ADC0_SRC0       0xF01013FC         ADC Service Request Control Register 0
ADC1_ID         0xF0101408         Module Identification Register
ADC1_RSIR0      0xF0101410         Request Source 0 Input Register
ADC1_RSIR1      0xF0101414         Request Source 1 Input Register
ADC1_RSIR2      0xF0101418         Request Source 2 Input Register
ADC1_RSIR3      0xF010141C         Request Source 3 Input Register
ADC1_RSIR4      0xF0101420         Request Source 4 Input Register
ADC1_GLOBCTR    0xF0101430         Global Control Register
ADC1_GLOBCFG    0xF0101434         Global Configuration Register
ADC1_GLOBSTR    0xF0101438         Global Status Register
ADC1_ASENR      0xF010143C         Arbitration Slot Enable Register
ADC1_RSPR0      0xF0101440         Request Source Priority Register 0
ADC1_RSPR4      0xF0101444         Request Source Priority Register 4
ADC1_SYNCTR     0xF0101448         Synchronization Control Register
ADC1_INPCR0     0xF0101450         Input Class Register 0
ADC1_INPCR1     0xF0101454         Input Class Register 1
ADC1_INPCR2     0xF0101458         Input Class Register 2
ADC1_INPCR3     0xF010145C         Input Class Register 3
ADC1_CHFR       0xF0101460         Channel Flag Register
ADC1_CHFCR      0xF0101464         Channel Flag Clear Register
ADC1_CHENPR0    0xF0101468         Channel Event Node Pointer Register 0
ADC1_CHENPR8    0xF010146C         Channel Event Node Pointer Register 8
ADC1_EVFR       0xF0101470         Event Flag Register
ADC1_EVFCR      0xF0101474         Event Flag Clear Register
ADC1_EVNPR      0xF0101478         Event Node Pointer Register
ADC1_QMR0       0xF0101480         Queue 0 Mode Register
ADC1_QSR0       0xF0101484         Queue 0 Status Register
ADC1_Q0R0       0xF0101488         Queue 0 Register 0
ADC1_QBUR0      0xF010148C         Queue 0 Backup Register
ADC1_CRCR1      0xF0101490         Conversion Request 1 Control Register
ADC1_CRPR1      0xF0101494         Conversion Request 1 Pending Register
ADC1_CRMR1      0xF0101498         Conversion Request 1 Mode Register
ADC1_QMR2       0xF01014A0         Queue 2 Mode Register
ADC1_QSR2       0xF01014A4         Queue 2 Status Register
ADC1_Q0R2       0xF01014A8         Queue 2 Register 0
ADC1_QBUR2      0xF01014AC         Queue 2 Backup Register
ADC1_CRCR3      0xF01014B0         Conversion Request 3 Control Register
ADC1_CRPR3      0xF01014B4         Conversion Request 3 Pending Register
ADC1_CRMR3      0xF01014B8         Conversion Request 3 Mode Register
ADC1_QMR4       0xF01014C0         Queue 4 Mode Register
ADC1_QSR4       0xF01014C4         Queue 4 Status Register
ADC1_Q0R4       0xF01014C8         Queue 4 Register 0
ADC1_QBUR4      0xF01014CC         Queue 4 Backup Register
ADC1_LCBR0      0xF01014F0         Limit Check Boundary Register 0
ADC1_LCBR1      0xF01014F4         Limit Check Boundary Register 1
ADC1_LCBR2      0xF01014F8         Limit Check Boundary Register 2
ADC1_LCBR3      0xF01014FC         Limit Check Boundary Register 3
ADC1_CHCTR0     0xF0101500         Channel 0 Control Register
ADC1_CHCTR1     0xF0101504         Channel 1 Control Register
ADC1_CHCTR2     0xF0101508         Channel 2 Control Register
ADC1_CHCTR3     0xF010150C         Channel 3 Control Register
ADC1_CHCTR4     0xF0101510         Channel 4 Control Register
ADC1_CHCTR5     0xF0101514         Channel 5 Control Register
ADC1_CHCTR6     0xF0101518         Channel 6 Control Register
ADC1_CHCTR7     0xF010151C         Channel 7 Control Register
ADC1_CHCTR8     0xF0101520         Channel 8 Control Register
ADC1_CHCTR9     0xF0101524         Channel 9 Control Register
ADC1_CHCTR10    0xF0101528         Channel 10 Control Register
ADC1_CHCTR11    0xF010152C         Channel 11 Control Register
ADC1_CHCTR12    0xF0101530         Channel 12 Control Register
ADC1_CHCTR13    0xF0101534         Channel 13 Control Register
ADC1_CHCTR14    0xF0101538         Channel 14 Control Register
ADC1_CHCTR15    0xF010153C         Channel 15 Control Register
ADC1_RCR0       0xF0101540         Result Control Register 0
ADC1_RCR1       0xF0101544         Result Control Register 1
ADC1_RCR2       0xF0101548         Result Control Register 2
ADC1_RCR3       0xF010154C         Result Control Register 3
ADC1_RCR4       0xF0101550         Result Control Register 4
ADC1_RCR5       0xF0101554         Result Control Register 5
ADC1_RCR6       0xF0101558         Result Control Register 6
ADC1_RCR7       0xF010155C         Result Control Register 7
ADC1_RCR8       0xF0101560         Result Control Register 8
ADC1_RCR9       0xF0101564         Result Control Register 9
ADC1_RCR10      0xF0101568         Result Control Register 10
ADC1_RCR11      0xF010156C         Result Control Register 11
ADC1_RCR12      0xF0101570         Result Control Register 12
ADC1_RCR13      0xF0101574         Result Control Register 13
ADC1_RCR14      0xF0101578         Result Control Register 14
ADC1_RCR15      0xF010157C         Result Control Register 15
ADC1_RESR0      0xF0101580         Result Register 0
ADC1_RESR1      0xF0101584         Result Register 1
ADC1_RESR2      0xF0101588         Result Register 2
ADC1_RESR3      0xF010158C         Result Register 3
ADC1_RESR4      0xF0101590         Result Register 4
ADC1_RESR5      0xF0101594         Result Register 5
ADC1_RESR6      0xF0101598         Result Register 6
ADC1_RESR7      0xF010159C         Result Register 7
ADC1_RESR8      0xF01015A0         Result Register 8
ADC1_RESR9      0xF01015A4         Result Register 9
ADC1_RESR10     0xF01015A8         Result Register 10
ADC1_RESR11     0xF01015AC         Result Register 11
ADC1_RESR12     0xF01015B0         Result Register 12
ADC1_RESR13     0xF01015B4         Result Register 13
ADC1_RESR14     0xF01015B8         Result Register 14
ADC1_RESR15     0xF01015BC         Result Register 15
ADC1_RESRD0     0xF01015C0         Result Register 0 for Debugging
ADC1_RESRD1     0xF01015C4         Result Register 1 for Debugging
ADC1_RESRD2     0xF01015C8         Result Register 2 for Debugging
ADC1_RESRD3     0xF01015CC         Result Register 3 for Debugging
ADC1_RESRD4     0xF01015D0         Result Register 4 for Debugging
ADC1_RESRD5     0xF01015D4         Result Register 5 for Debugging
ADC1_RESRD6     0xF01015D8         Result Register 6 for Debugging
ADC1_RESRD7     0xF01015DC         Result Register 7 for Debugging
ADC1_RESRD8     0xF01015E0         Result Register 8 for Debugging
ADC1_RESRD9     0xF01015E4         Result Register 9 for Debugging
ADC1_RESRD10    0xF01015E8         Result Register 10 for Debugging
ADC1_RESRD11    0xF01015EC         Result Register 11 for Debugging
ADC1_RESRD12    0xF01015F0         Result Register 12 for Debugging
ADC1_RESRD13    0xF01015F4         Result Register 13 for Debugging
ADC1_RESRD14    0xF01015F8         Result Register 14 for Debugging
ADC1_RESRD15    0xF01015FC         Result Register 15 for Debugging
ADC1_VFR        0xF0101600         Valid Flag Register
ADC1_INTR       0xF0101604         Interrupt Activation Register
ADC1_RNPR0      0xF0101608         Result Node Pointer Register 0
ADC1_RNPR8      0xF010160C         Result Node Pointer Register 8
ADC1_ALR0       0xF0101610         Alias Register 0
ADC1_APR        0xF0101618         Access Protection Register
ADC1_EMCTR      0xF0101620         External Multiplexer Control Register
ADC1_BWDENR     0xF0101624         Broken Wire Detection Enable Register
ADC1_BWDCFGR    0xF0101628         Broken Wire Detection Configuration Register
ADC2_ID         0xF0101808         Module Identification Register
ADC2_RSIR0      0xF0101810         Request Source 0 Input Register
ADC2_RSIR1      0xF0101814         Request Source 1 Input Register
ADC2_RSIR2      0xF0101818         Request Source 2 Input Register
ADC2_RSIR3      0xF010181C         Request Source 3 Input Register
ADC2_RSIR4      0xF0101820         Request Source 4 Input Register
ADC2_GLOBCTR    0xF0101830         Global Control Register
ADC2_GLOBCFG    0xF0101834         Global Configuration Register
ADC2_GLOBSTR    0xF0101838         Global Status Register
ADC2_ASENR      0xF010183C         Arbitration Slot Enable Register
ADC2_RSPR0      0xF0101840         Request Source Priority Register 0
ADC2_RSPR4      0xF0101844         Request Source Priority Register 4
ADC2_SYNCTR     0xF0101848         Synchronization Control Register
ADC2_INPCR0     0xF0101850         Input Class Register 0
ADC2_INPCR1     0xF0101854         Input Class Register 1
ADC2_INPCR2     0xF0101858         Input Class Register 2
ADC2_INPCR3     0xF010185C         Input Class Register 3
ADC2_CHFR       0xF0101860         Channel Flag Register
ADC2_CHFCR      0xF0101864         Channel Flag Clear Register
ADC2_CHENPR0    0xF0101868         Channel Event Node Pointer Register 0
ADC2_CHENPR8    0xF010186C         Channel Event Node Pointer Register 8
ADC2_EVFR       0xF0101870         Event Flag Register
ADC2_EVFCR      0xF0101874         Event Flag Clear Register
ADC2_EVNPR      0xF0101878         Event Node Pointer Register
ADC2_QMR0       0xF0101880         Queue 0 Mode Register
ADC2_QSR0       0xF0101884         Queue 0 Status Register
ADC2_Q0R0       0xF0101888         Queue 0 Register 0
ADC2_QBUR0      0xF010188C         Queue 0 Backup Register
ADC2_CRCR1      0xF0101890         Conversion Request 1 Control Register
ADC2_CRPR1      0xF0101894         Conversion Request 1 Pending Register
ADC2_CRMR1      0xF0101898         Conversion Request 1 Mode Register
ADC2_QMR2       0xF01018A0         Queue 2 Mode Register
ADC2_QSR2       0xF01018A4         Queue 2 Status Register
ADC2_Q0R2       0xF01018A8         Queue 2 Register 0
ADC2_QBUR2      0xF01018AC         Queue 2 Backup Register
ADC2_CRCR3      0xF01018B0         Conversion Request 3 Control Register
ADC2_CRPR3      0xF01018B4         Conversion Request 3 Pending Register
ADC2_CRMR3      0xF01018B8         Conversion Request 3 Mode Register
ADC2_QMR4       0xF01018C0         Queue 4 Mode Register
ADC2_QSR4       0xF01018C4         Queue 4 Status Register
ADC2_Q0R4       0xF01018C8         Queue 4 Register 0
ADC2_QBUR4      0xF01018CC         Queue 4 Backup Register
ADC2_LCBR0      0xF01018F0         Limit Check Boundary Register 0
ADC2_LCBR1      0xF01018F4         Limit Check Boundary Register 1
ADC2_LCBR2      0xF01018F8         Limit Check Boundary Register 2
ADC2_LCBR3      0xF01018FC         Limit Check Boundary Register 3
ADC2_CHCTR0     0xF0101900         Channel 0 Control Register
ADC2_CHCTR1     0xF0101904         Channel 1 Control Register
ADC2_CHCTR2     0xF0101908         Channel 2 Control Register
ADC2_CHCTR3     0xF010190C         Channel 3 Control Register
ADC2_CHCTR4     0xF0101910         Channel 4 Control Register
ADC2_CHCTR5     0xF0101914         Channel 5 Control Register
ADC2_CHCTR6     0xF0101918         Channel 6 Control Register
ADC2_CHCTR7     0xF010191C         Channel 7 Control Register
ADC2_CHCTR8     0xF0101920         Channel 8 Control Register
ADC2_CHCTR9     0xF0101924         Channel 9 Control Register
ADC2_CHCTR10    0xF0101928         Channel 10 Control Register
ADC2_CHCTR11    0xF010192C         Channel 11 Control Register
ADC2_CHCTR12    0xF0101930         Channel 12 Control Register
ADC2_CHCTR13    0xF0101934         Channel 13 Control Register
ADC2_CHCTR14    0xF0101938         Channel 14 Control Register
ADC2_CHCTR15    0xF010193C         Channel 15 Control Register
ADC2_RCR0       0xF0101940         Result Control Register 0
ADC2_RCR1       0xF0101944         Result Control Register 1
ADC2_RCR2       0xF0101948         Result Control Register 2
ADC2_RCR3       0xF010194C         Result Control Register 3
ADC2_RCR4       0xF0101950         Result Control Register 4
ADC2_RCR5       0xF0101954         Result Control Register 5
ADC2_RCR6       0xF0101958         Result Control Register 6
ADC2_RCR7       0xF010195C         Result Control Register 7
ADC2_RCR8       0xF0101960         Result Control Register 8
ADC2_RCR9       0xF0101964         Result Control Register 9
ADC2_RCR10      0xF0101968         Result Control Register 10
ADC2_RCR11      0xF010196C         Result Control Register 11
ADC2_RCR12      0xF0101970         Result Control Register 12
ADC2_RCR13      0xF0101974         Result Control Register 13
ADC2_RCR14      0xF0101978         Result Control Register 14
ADC2_RCR15      0xF010197C         Result Control Register 15
ADC2_RESR0      0xF0101980         Result Register 0
ADC2_RESR1      0xF0101984         Result Register 1
ADC2_RESR2      0xF0101988         Result Register 2
ADC2_RESR3      0xF010198C         Result Register 3
ADC2_RESR4      0xF0101990         Result Register 4
ADC2_RESR5      0xF0101994         Result Register 5
ADC2_RESR6      0xF0101998         Result Register 6
ADC2_RESR7      0xF010199C         Result Register 7
ADC2_RESR8      0xF01019A0         Result Register 8
ADC2_RESR9      0xF01019A4         Result Register 9
ADC2_RESR10     0xF01019A8         Result Register 10
ADC2_RESR11     0xF01019AC         Result Register 11
ADC2_RESR12     0xF01019B0         Result Register 12
ADC2_RESR13     0xF01019B4         Result Register 13
ADC2_RESR14     0xF01019B8         Result Register 14
ADC2_RESR15     0xF01019BC         Result Register 15
ADC2_RESRD0     0xF01019C0         Result Register 0 for Debugging
ADC2_RESRD1     0xF01019C4         Result Register 1 for Debugging
ADC2_RESRD2     0xF01019C8         Result Register 2 for Debugging
ADC2_RESRD3     0xF01019CC         Result Register 3 for Debugging
ADC2_RESRD4     0xF01019D0         Result Register 4 for Debugging
ADC2_RESRD5     0xF01019D4         Result Register 5 for Debugging
ADC2_RESRD6     0xF01019D8         Result Register 6 for Debugging
ADC2_RESRD7     0xF01019DC         Result Register 7 for Debugging
ADC2_RESRD8     0xF01019E0         Result Register 8 for Debugging
ADC2_RESRD9     0xF01019E4         Result Register 9 for Debugging
ADC2_RESRD10    0xF01019E8         Result Register 10 for Debugging
ADC2_RESRD11    0xF01019EC         Result Register 11 for Debugging
ADC2_RESRD12    0xF01019F0         Result Register 12 for Debugging
ADC2_RESRD13    0xF01019F4         Result Register 13 for Debugging
ADC2_RESRD14    0xF01019F8         Result Register 14 for Debugging
ADC2_RESRD15    0xF01019FC         Result Register 15 for Debugging
ADC2_VFR        0xF0101A00         Valid Flag Register
ADC2_INTR       0xF0101A04         Interrupt Activation Register
ADC2_RNPR0      0xF0101A08         Result Node Pointer Register 0
ADC2_RNPR8      0xF0101A0C         Result Node Pointer Register 8
ADC2_ALR0       0xF0101A10         Alias Register 0
ADC2_APR        0xF0101A18         Access Protection Register
ADC2_EMCTR      0xF0101A20         External Multiplexer Control Register
ADC2_BWDENR     0xF0101A24         Broken Wire Detection Enable Register
ADC2_BWDCFGR    0xF0101A28         Broken Wire Detection Configuration Register
ADC3_ID         0xF0101C08         Module Identification Register
ADC3_RSIR0      0xF0101C10         Request Source 0 Input Register
ADC3_RSIR1      0xF0101C14         Request Source 1 Input Register
ADC3_RSIR2      0xF0101C18         Request Source 2 Input Register
ADC3_RSIR3      0xF0101C1C         Request Source 3 Input Register
ADC3_RSIR4      0xF0101C20         Request Source 4 Input Register
ADC3_GLOBCTR    0xF0101C30         Global Control Register
ADC3_GLOBCFG    0xF0101C34         Global Configuration Register
ADC3_GLOBSTR    0xF0101C38         Global Status Register
ADC3_ASENR      0xF0101C3C         Arbitration Slot Enable Register
ADC3_RSPR0      0xF0101C40         Request Source Priority Register 0
ADC3_RSPR4      0xF0101C44         Request Source Priority Register 4
ADC3_SYNCTR     0xF0101C48         Synchronization Control Register
ADC3_INPCR0     0xF0101C50         Input Class Register 0
ADC3_INPCR1     0xF0101C54         Input Class Register 1
ADC3_INPCR2     0xF0101C58         Input Class Register 2
ADC3_INPCR3     0xF0101C5C         Input Class Register 3
ADC3_CHFR       0xF0101C60         Channel Flag Register
ADC3_CHFCR      0xF0101C64         Channel Flag Clear Register
ADC3_CHENPR0    0xF0101C68         Channel Event Node Pointer Register 0
ADC3_CHENPR8    0xF0101C6C         Channel Event Node Pointer Register 8
ADC3_EVFR       0xF0101C70         Event Flag Register
ADC3_EVFCR      0xF0101C74         Event Flag Clear Register
ADC3_EVNPR      0xF0101C78         Event Node Pointer Register
ADC3_QMR0       0xF0101C80         Queue 0 Mode Register
ADC3_QSR0       0xF0101C84         Queue 0 Status Register
ADC3_Q0R0       0xF0101C88         Queue 0 Register 0
ADC3_QBUR0      0xF0101C8C         Queue 0 Backup Register
ADC3_CRCR1      0xF0101C90         Conversion Request 1 Control Register
ADC3_CRPR1      0xF0101C94         Conversion Request 1 Pending Register
ADC3_CRMR1      0xF0101C98         Conversion Request 1 Mode Register
ADC3_QMR2       0xF0101CA0         Queue 2 Mode Register
ADC3_QSR2       0xF0101CA4         Queue 2 Status Register
ADC3_Q0R2       0xF0101CA8         Queue 2 Register 0
ADC3_QBUR2      0xF0101CAC         Queue 2 Backup Register
ADC3_CRCR3      0xF0101CB0         Conversion Request 3 Control Register
ADC3_CRPR3      0xF0101CB4         Conversion Request 3 Pending Register
ADC3_CRMR3      0xF0101CB8         Conversion Request 3 Mode Register
ADC3_QMR4       0xF0101CC0         Queue 4 Mode Register
ADC3_QSR4       0xF0101CC4         Queue 4 Status Register
ADC3_Q0R4       0xF0101CC8         Queue 4 Register 0
ADC3_QBUR4      0xF0101CCC         Queue 4 Backup Register
ADC3_LCBR0      0xF0101CF0         Limit Check Boundary Register 0
ADC3_LCBR1      0xF0101CF4         Limit Check Boundary Register 1
ADC3_LCBR2      0xF0101CF8         Limit Check Boundary Register 2
ADC3_LCBR3      0xF0101CFC         Limit Check Boundary Register 3
ADC3_CHCTR0     0xF0101D00         Channel 0 Control Register
ADC3_CHCTR1     0xF0101D04         Channel 1 Control Register
ADC3_CHCTR2     0xF0101D08         Channel 2 Control Register
ADC3_CHCTR3     0xF0101D0C         Channel 3 Control Register
ADC3_CHCTR4     0xF0101D10         Channel 4 Control Register
ADC3_CHCTR5     0xF0101D14         Channel 5 Control Register
ADC3_CHCTR6     0xF0101D18         Channel 6 Control Register
ADC3_CHCTR7     0xF0101D1C         Channel 7 Control Register
ADC3_CHCTR8     0xF0101D20         Channel 8 Control Register
ADC3_CHCTR9     0xF0101D24         Channel 9 Control Register
ADC3_CHCTR10    0xF0101D28         Channel 10 Control Register
ADC3_CHCTR11    0xF0101D2C         Channel 11 Control Register
ADC3_CHCTR12    0xF0101D30         Channel 12 Control Register
ADC3_CHCTR13    0xF0101D34         Channel 13 Control Register
ADC3_CHCTR14    0xF0101D38         Channel 14 Control Register
ADC3_CHCTR15    0xF0101D3C         Channel 15 Control Register
ADC3_RCR0       0xF0101D40         Result Control Register 0
ADC3_RCR1       0xF0101D44         Result Control Register 1
ADC3_RCR2       0xF0101D48         Result Control Register 2
ADC3_RCR3       0xF0101D4C         Result Control Register 3
ADC3_RCR4       0xF0101D50         Result Control Register 4
ADC3_RCR5       0xF0101D54         Result Control Register 5
ADC3_RCR6       0xF0101D58         Result Control Register 6
ADC3_RCR7       0xF0101D5C         Result Control Register 7
ADC3_RCR8       0xF0101D60         Result Control Register 8
ADC3_RCR9       0xF0101D64         Result Control Register 9
ADC3_RCR10      0xF0101D68         Result Control Register 10
ADC3_RCR11      0xF0101D6C         Result Control Register 11
ADC3_RCR12      0xF0101D70         Result Control Register 12
ADC3_RCR13      0xF0101D74         Result Control Register 13
ADC3_RCR14      0xF0101D78         Result Control Register 14
ADC3_RCR15      0xF0101D7C         Result Control Register 15
ADC3_RESR0      0xF0101D80         Result Register 0
ADC3_RESR1      0xF0101D84         Result Register 1
ADC3_RESR2      0xF0101D88         Result Register 2
ADC3_RESR3      0xF0101D8C         Result Register 3
ADC3_RESR4      0xF0101D90         Result Register 4
ADC3_RESR5      0xF0101D94         Result Register 5
ADC3_RESR6      0xF0101D98         Result Register 6
ADC3_RESR7      0xF0101D9C         Result Register 7
ADC3_RESR8      0xF0101DA0         Result Register 8
ADC3_RESR9      0xF0101DA4         Result Register 9
ADC3_RESR10     0xF0101DA8         Result Register 10
ADC3_RESR11     0xF0101DAC         Result Register 11
ADC3_RESR12     0xF0101DB0         Result Register 12
ADC3_RESR13     0xF0101DB4         Result Register 13
ADC3_RESR14     0xF0101DB8         Result Register 14
ADC3_RESR15     0xF0101DBC         Result Register 15
ADC3_RESRD0     0xF0101DC0         Result Register 0 for Debugging
ADC3_RESRD1     0xF0101DC4         Result Register 1 for Debugging
ADC3_RESRD2     0xF0101DC8         Result Register 2 for Debugging
ADC3_RESRD3     0xF0101DCC         Result Register 3 for Debugging
ADC3_RESRD4     0xF0101DD0         Result Register 4 for Debugging
ADC3_RESRD5     0xF0101DD4         Result Register 5 for Debugging
ADC3_RESRD6     0xF0101DD8         Result Register 6 for Debugging
ADC3_RESRD7     0xF0101DDC         Result Register 7 for Debugging
ADC3_RESRD8     0xF0101DE0         Result Register 8 for Debugging
ADC3_RESRD9     0xF0101DE4         Result Register 9 for Debugging
ADC3_RESRD10    0xF0101DE8         Result Register 10 for Debugging
ADC3_RESRD11    0xF0101DEC         Result Register 11 for Debugging
ADC3_RESRD12    0xF0101DF0         Result Register 12 for Debugging
ADC3_RESRD13    0xF0101DF4         Result Register 13 for Debugging
ADC3_RESRD14    0xF0101DF8         Result Register 14 for Debugging
ADC3_RESRD15    0xF0101DFC         Result Register 15 for Debugging
ADC3_VFR        0xF0101E00         Valid Flag Register
ADC3_INTR       0xF0101E04         Interrupt Activation Register
ADC3_RNPR0      0xF0101E08         Result Node Pointer Register 0
ADC3_RNPR8      0xF0101E0C         Result Node Pointer Register 8
ADC3_ALR0       0xF0101E10         Alias Register 0
ADC3_APR        0xF0101E18         Access Protection Register
ADC3_EMCTR      0xF0101E20         External Multiplexer Control Register
ADC3_BWDENR     0xF0101E24         Broken Wire Detection Enable Register
ADC3_BWDCFGR    0xF0101E28         Broken Wire Detection Configuration Register
MLI0_ID         0xF010C008         MLI0 Module Identification Register
MLI0_FDR        0xF010C00C         MLI0 Fractional Divider Register
MLI0_TCR        0xF010C010         MLI0 Transmitter Control Register
MLI0_TSTATR     0xF010C014         MLI0 Transmitter Status Register
MLI0_TP0STATR   0xF010C018         MLI0 Transmitter Pipe 0 Status Register
MLI0_TP1STATR   0xF010C01C         MLI0 Transmitter Pipe 1 Status Register
MLI0_TP2STATR   0xF010C020         MLI0 Transmitter Pipe 2 Status Register
MLI0_TP3STATR   0xF010C024         MLI0 Transmitter Pipe 3 Status Register
MLI0_TCMDR      0xF010C028         MLI0 Transmitter Command Register
MLI0_TRSTATR    0xF010C02C         MLI0 Transmitter Receiver Status Register
MLI0_TP0AOFR    0xF010C030         MLI0 Transmitter Pipe 0 Address Offset Register
MLI0_TP1AOFR    0xF010C034         MLI0 Transmitter Pipe 1 Address Offset Register
MLI0_TP2AOFR    0xF010C038         MLI0 Transmitter Pipe 2 Address Offset Register
MLI0_TP3AOFR    0xF010C03C         MLI0 Transmitter Pipe 3 Address Offset Register
MLI0_TP0DATAR   0xF010C040         MLI0 Transmitter Pipe 0 Data Register
MLI0_TP1DATAR   0xF010C044         MLI0 Transmitter Pipe 1 Data Register
MLI0_TP2DATAR   0xF010C048         MLI0 Transmitter Pipe 2 Data Register
MLI0_TP3DATAR   0xF010C04C         MLI0 Transmitter Pipe 3 Data Register
MLI0_TDRAR      0xF010C050         MLI0 Transmitter Data Read Answer Register
MLI0_TP0BAR     0xF010C054         MLI0 Transmitter Pipe 0 Base Address Register
MLI0_TP1BAR     0xF010C058         MLI0 Transmitter Pipe 1 Base Address Register
MLI0_TP2BAR     0xF010C05C         MLI0 Transmitter Pipe 2 Base Address Register
MLI0_TP3BAR     0xF010C060         MLI0 Transmitter Pipe 3 Base Address Register
MLI0_TCBAR      0xF010C064         MLI0 Transmitter Copy Base Address Register
MLI0_RCR        0xF010C068         MLI0 Receiver Control Register
MLI0_RP0BAR     0xF010C06C         MLI0 Receiver Pipe 0 Base Address Register
MLI0_RP1BAR     0xF010C070         MLI0 Receiver Pipe 1 Base Address Register
MLI0_RP2BAR     0xF010C074         MLI0 Receiver Pipe 2 Base Address Register
MLI0_RP3BAR     0xF010C078         MLI0 Receiver Pipe 3 Base Address Register
MLI0_RP0STATR   0xF010C07C         MLI0 Receiver Pipe 0 Status Register
MLI0_RP1STATR   0xF010C080         MLI0 Receiver Pipe 1 Status Register
MLI0_RP2STATR   0xF010C084         MLI0 Receiver Pipe 2 Status Register
MLI0_RP3STATR   0xF010C088         MLI0 Receiver Pipe 3 Status Register
MLI0_RADRR      0xF010C08C         MLI0 Receiver Address Register
MLI0_RDATAR     0xF010C090         MLI0 Receiver Data Register
MLI0_SCR        0xF010C094         MLI0 Set Clear Register
MLI0_TIER       0xF010C098         MLI0 Transmitter Interrupt Enable Register
MLI0_TISR       0xF010C09C         MLI0 Transmitter Interrupt Status Register
MLI0_TINPR      0xF010C0A0         MLI0 Transmitter Interrupt Node Pointer Register
MLI0_RIER       0xF010C0A4         MLI0 Receiver Interrupt Enable Register
MLI0_RISR       0xF010C0A8         MLI0 Receiver Interrupt Status Register
MLI0_RINPR      0xF010C0AC         MLI0 Receiver Interrupt Node Pointer Register
MLI0_GINTR      0xF010C0B0         MLI0 Global Interrupt Set Register
MLI0_OICR       0xF010C0B4         MLI0 Output Input Control Register
MLI0_AER0       0xF010C0B8         MLI0 Access Enable Register
MLI0_ARR0       0xF010C0BC         MLI0 Access Range Register
MLI0_AER1       0xF010C0C0         MLI0 Access Enable Register 1
MLI0_ARR1       0xF010C0C4         MLI0 Access Range Register 1
MLI1_ID         0xF010C108         MLI1 Module Identification Register
MLI1_FDR        0xF010C10C         MLI1 Fractional Divider Register
MLI1_TCR        0xF010C110         MLI1 Transmitter Control Register
MLI1_TSTATR     0xF010C114         MLI1 Transmitter Status Register
MLI1_TP0STATR   0xF010C118         MLI1 Transmitter Pipe 0 Status Register
MLI1_TP1STATR   0xF010C11C         MLI1 Transmitter Pipe 1 Status Register
MLI1_TP2STATR   0xF010C120         MLI1 Transmitter Pipe 2 Status Register
MLI1_TP3STATR   0xF010C124         MLI1 Transmitter Pipe 3 Status Register
MLI1_TCMDR      0xF010C128         MLI1 Transmitter Command Register
MLI1_TRSTATR    0xF010C12C         MLI1 Transmitter Receiver Status Register
MLI1_TP0AOFR    0xF010C130         MLI1 Transmitter Pipe 0 Address Offset Register
MLI1_TP1AOFR    0xF010C134         MLI1 Transmitter Pipe 1 Address Offset Register
MLI1_TP2AOFR    0xF010C138         MLI1 Transmitter Pipe 2 Address Offset Register
MLI1_TP3AOFR    0xF010C13C         MLI1 Transmitter Pipe 3 Address Offset Register
MLI1_TP0DATAR   0xF010C140         MLI1 Transmitter Pipe 0 Data Register
MLI1_TP1DATAR   0xF010C144         MLI1 Transmitter Pipe 1 Data Register
MLI1_TP2DATAR   0xF010C148         MLI1 Transmitter Pipe 2 Data Register
MLI1_TP3DATAR   0xF010C14C         MLI1 Transmitter Pipe 3 Data Register
MLI1_TDRAR      0xF010C150         MLI1 Transmitter Data Read Answer Register
MLI1_TP0BAR     0xF010C154         MLI1 Transmitter Pipe 0 Base Address Register
MLI1_TP1BAR     0xF010C158         MLI1 Transmitter Pipe 1 Base Address Register
MLI1_TP2BAR     0xF010C15C         MLI1 Transmitter Pipe 2 Base Address Register
MLI1_TP3BAR     0xF010C160         MLI1 Transmitter Pipe 3 Base Address Register
MLI1_TCBAR      0xF010C164         MLI1 Transmitter Copy Base Address Register
MLI1_RCR        0xF010C168         MLI1 Receiver Control Register
MLI1_RP0BAR     0xF010C16C         MLI1 Receiver Pipe 0 Base Address Register
MLI1_RP1BAR     0xF010C170         MLI1 Receiver Pipe 1 Base Address Register
MLI1_RP2BAR     0xF010C174         MLI1 Receiver Pipe 2 Base Address Register
MLI1_RP3BAR     0xF010C178         MLI1 Receiver Pipe 3 Base Address Register
MLI1_RP0STATR   0xF010C17C         MLI1 Receiver Pipe 0 Status Register
MLI1_RP1STATR   0xF010C180         MLI1 Receiver Pipe 1 Status Register
MLI1_RP2STATR   0xF010C184         MLI1 Receiver Pipe 2 Status Register
MLI1_RP3STATR   0xF010C188         MLI1 Receiver Pipe 3 Status Register
MLI1_RADRR      0xF010C18C         MLI1 Receiver Address Register
MLI1_RDATAR     0xF010C190         MLI1 Receiver Data Register
MLI1_SCR        0xF010C194         MLI1 Set Clear Register
MLI1_TIER       0xF010C198         MLI1 Transmitter Interrupt Enable Register
MLI1_TISR       0xF010C19C         MLI1 Transmitter Interrupt Status Register
MLI1_TINPR      0xF010C1A0         MLI1 Transmitter Interrupt Node Pointer Register
MLI1_RIER       0xF010C1A4         MLI1 Receiver Interrupt Enable Register
MLI1_RISR       0xF010C1A8         MLI1 Receiver Interrupt Status Register
MLI1_RINPR      0xF010C1AC         MLI1 Receiver Interrupt Node Pointer Register
MLI1_GINTR      0xF010C1B0         MLI1 Global Interrupt Set Register
MLI1_OICR       0xF010C1B4         MLI1 Output Input Control Register
MLI1_AER0       0xF010C1B8         MLI1 Access Enable Register 0
MLI1_ARR0       0xF010C1BC         MLI1 Access Range Register 0
MLI1_AER1       0xF010C1C0         MLI1 Access Enable Register 1
MLI1_ARR1       0xF010C1C4         MLI1 Access Range Register 1
MCHK_ID         0xF010C208         Module Identification Register
MCHK_IR0        0xF010C210         Memory Checker Input Register
MCHK_RR0        0xF010C214         Memory Checker Result Register
MCHK_IR1        0xF010C218         Memory Checker Input Register
MCHK_RR1        0xF010C21C         Memory Checker Result Register
MCHK_WR         0xF010C220         Memory Checker Write Register
MCHK_CRC0       0xF010C224         Memory Checker CRC Register
MCHK_CRC1       0xF010C228         Memory Checker CRC Register
P12_OUT         0xF0300000         Port 12 Output Register
P12_OMR         0xF0300004         Port 12 Output Modification Register
P12_IOCR0       0xF0300010         Port 12 Input/Output Control Register 0
P12_IOCR4       0xF0300014         Port 12 Input/Output Control Register 4
P12_IN          0xF0300024         Port 12 Input Register
P12_PDR0        0xF0300040         Port 12 Pad Driver Mode 0 Register
P13_OUT         0xF0300100         Port 13 Output Register
P13_OMR         0xF0300104         Port 13 Output Modification Register
P13_IOCR0       0xF0300110         Port 13 Input/Output Control Register 0
P13_IOCR4       0xF0300114         Port 13 Input/Output Control Register 4
P13_IOCR8       0xF0300118         Port 13 Input/Output Control Register 8
P13_IOCR12      0xF030011C         Port 13 Input/Output Control Register 12
P13_IN          0xF0300124         Port 13 Input Register
P13_PDR0        0xF0300140         Port 13 Pad Driver Mode 0 Register
P13_PDR1        0xF0300144         Port 13 Pad Driver Mode 1 Register
P13_ESR         0xF0300150         Port 13 Emergency Stop Register
P14_OUT         0xF0300200         Port 14 Output Register
P14_OMR         0xF0300204         Port 14 Output Modification Register
P14_IOCR0       0xF0300210         Port 14 Input/Output Control Register 0
P14_IOCR4       0xF0300214         Port 14 Input/Output Control Register 4
P14_IOCR8       0xF0300218         Port 14 Input/Output Control Register 8
P14_IOCR12      0xF030021C         Port 14 Input/Output Control Register 12
P14_IN          0xF0300224         Port 14 Input Register
P14_PDR0        0xF0300240         Port 14 Pad Driver Mode 0 Register
P14_PDR1        0xF0300244         Port 14 Pad Driver Mode 1 Register
P14_ESR         0xF0300250         Port 14 Emergency Stop Register
P15_OUT         0xF0300300         Port 15 Output Register
P15_OMR         0xF0300304         Port 15 Output Modification Register
P15_IOCR0       0xF0300310         Port 15 Input/Output Control Register 0
P15_IOCR4       0xF0300314         Port 15 Input/Output Control Register 4
P15_IOCR8       0xF0300318         Port 15 Input/Output Control Register 8
P15_IOCR12      0xF030031C         Port 15 Input/Output Control Register 12
P15_IN          0xF0300324         Port 15 Input Register
P15_PDR0        0xF0300340         Port 15 Pad Driver Mode 0 Register
P15_PDR1        0xF0300344         Port 15 Pad Driver Mode 1 Register
P16_OUT         0xF0300400         Port 16 Output Register
P16_OMR         0xF0300404         Port 16 Output Modification Register
P16_IOCR0       0xF0300410         Port 16 Input/Output Control Register 0
P16_IOCR4       0xF0300414         Port 16 Input/Output Control Register 4
P16_IOCR8       0xF0300418         Port 16 Input/Output Control Register 8
P16_IOCR12      0xF030041C         Port 16 Input/Output Control Register 12
P16_IN          0xF0300424         Port 16 Input Register
P16_PDR0        0xF0300440         Port 16 Pad Driver Mode 0 Register
P16_PDR1        0xF0300444         Port 16 Pad Driver Mode 1 Register
P17_IOCR0       0xF0300510         Port 17 Input/Output Control Register 0
P17_IOCR4       0xF0300514         Port 17 Input/Output Control Register 4
P17_IOCR8       0xF0300518         Port 17 Input/Output Control Register 8
P17_IOCR12      0xF030051C         Port 17 Input/Output Control Register 12
P17_IN          0xF0300524         Port 17 Input Register
P17_PDISC       0xF0300560         Port 17 Pin Function Decision Control Register
P18_OUT         0xF0300600         Port 18 Output Register
P18_OMR         0xF0300604         Port 18 Output Modification Register
P18_IOCR0       0xF0300610         Port 18 Input/Output Control Register 0
P18_IOCR4       0xF0300614         Port 18 Input/Output Control Register 4
P18_IN          0xF0300624         Port 18 Input Register
P18_PDR0        0xF0300640         Port 18 Pad Driver Mode 0 Register
SSC0_CLC        0xF0310000         SSC0 Clock Control Register
SSC0_PISEL      0xF0310004         SSC0 Port Input Select Register
SSC0_ID         0xF0310008         SSC0 Module Identification Register
SSC0_FDR        0xF031000C         SSC0 Fractional Divider Register
SSC0_CON        0xF0310010         SSC0 Control Register
SSC0_BR         0xF0310014         SSC0 Baud Rate Timer Reload Register
SSC0_SSOC       0xF0310018         SSC0 Slave Select Output Control Register
SSC0_SSOTC      0xF031001C         SSC0 Slave Select Output Timing Control Register
SSC0_TB         0xF0310020         SSC0 Transmit Buffer Register
SSC0_RB         0xF0310024         SSC0 Receive Buffer Register
SSC0_STAT       0xF0310028         SSC0 Status Register
SSC0_EFM        0xF031002C         SSC0 Error Flag Modification Register
SSC0_TSRC       0xF03100F4         SSC0 Transmit Interrupt Service Request Control Register
SSC0_RSRC       0xF03100F8         SSC0 Receive Interrupt Service Request Control Register
SSC0_ESRC       0xF03100FC         SSC0 Error Interrupt Service Request Control Register
SSC1_CLC        0xF0310100         SSC1 Clock Control Register
SSC1_PISEL      0xF0310104         SSC1 Port Input Select Register
SSC1_ID         0xF0310108         SSC1 Module Identification Register
SSC1_FDR        0xF031010C         SSC1 Fractional Divider Register
SSC1_CON        0xF0310110         SSC1 Control Register
SSC1_BR         0xF0310114         SSC1 Baud Rate Timer Reload Register
SSC1_SSOC       0xF0310118         SSC1 Slave Select Output Control Register
SSC1_SSOTC      0xF031011C         SSC1 Slave Select Output Timing Control Register
SSC1_TB         0xF0310120         SSC1 Transmit Buffer Register
SSC1_RB         0xF0310124         SSC1 Receive Buffer Register
SSC1_STAT       0xF0310128         SSC1 Status Register
SSC1_EFM        0xF031012C         SSC1 Error Flag Modification Register
SSC1_TSRC       0xF03101F4         SSC1 Transmit Interrupt Service Request Control Register
SSC1_RSRC       0xF03101F8         SSC1 Receive Interrupt Service Request Control Register
SSC1_ESRC       0xF03101FC         SSC1 Error Interrupt Service Request Control Register
SSC2_CLC        0xF0310200         SSC2 Clock Control Register
SSC2_PISEL      0xF0310204         SSC2 Port Input Select Register
SSC2_ID         0xF0310208         SSC2 Module Identification Register
SSC2_FDR        0xF031020C         SSC2 Fractional Divider Register
SSC2_CON        0xF0310210         SSC2 Control Register
SSC2_BR         0xF0310214         SSC2 Baud Rate Timer Reload Register
SSC2_SSOC       0xF0310218         SSC2 Slave Select Output Control Register
SSC2_SSOTC      0xF031021C         SSC2 Slave Select Output Timing Control Register
SSC2_TB         0xF0310220         SSC2 Transmit Buffer Register
SSC2_RB         0xF0310224         SSC2 Receive Buffer Register
SSC2_STAT       0xF0310228         SSC2 Status Register
SSC2_EFM        0xF031022C         SSC2 Error Flag Modification Register
SSC2_TSRC       0xF03102F4         SSC2 Transmit Interrupt Service Request Control Register
SSC2_RSRC       0xF03102F8         SSC2 Receive Interrupt Service Request Control Register
SSC2_ESRC       0xF03102FC         SSC2 Error Interrupt Service Request Control Register
SSC3_CLC        0xF0310300         SSC3 Clock Control Register
SSC3_PISEL      0xF0310304         SSC3 Port Input Select Register
SSC3_ID         0xF0310308         SSC3 Module Identification Register
SSC3_FDR        0xF031030C         SSC3 Fractional Divider Register
SSC3_CON        0xF0310310         SSC3 Control Register
SSC3_BR         0xF0310314         SSC3 Baud Rate Timer Reload Register
SSC3_SSOC       0xF0310318         SSC3 Slave Select Output Control Register
SSC3_SSOTC      0xF031031C         SSC3 Slave Select Output Timing Control Register
SSC3_TB         0xF0310320         SSC3 Transmit Buffer Register
SSC3_RB         0xF0310324         SSC3 Receive Buffer Register
SSC3_STAT       0xF0310328         SSC3 Status Register
SSC3_EFM        0xF031032C         SSC3 Error Flag Modification Register
SSC3_TSRC       0xF03103F4         SSC3 Transmit Interrupt Service Request Control Register
SSC3_RSRC       0xF03103F8         SSC3 Receive Interrupt Service Request Control Register
SSC3_ESRC       0xF03103FC         SSC3 Error Interrupt Service Request Control Register
SSCG0_CLC       0xF0310800         SSCG0 Clock Control Register
SSCG0_PISEL     0xF0310804         SSCG0 Port Input Select Register
SSCG0_ID        0xF0310808         SSCG0 Module Identification Register
SSCG0_FDR       0xF031080C         SSCG0 Fractional Divider Register
SSCG0_CON       0xF0310810         SSCG0 Control Register
SSCG0_BR        0xF0310814         SSCG0 Baud Rate Timer Reload Register
SSCG0_SSOC      0xF0310818         SSCG0 Slave Select Output Control Register
SSCG0_SSOTC     0xF031081C         SSCG0 Slave Select Output Timing Control Register
SSCG0_TB        0xF0310820         SSCG0 Transmit Buffer Register
SSCG0_RB        0xF0310824         SSCG0 Receive Buffer Register
SSCG0_STAT      0xF0310828         SSCG0 Status Register
SSCG0_EFM       0xF031082C         SSCG0 Error Flag Modification Register
SSCG0_TB1       0xF0310900         SSCG0 Transmit Buffer Compare Register
SSCG0_TB1SNAP   0xF0310904         SSCG0 Transmit Buffer Snapshot Register
SSCG0_RBSNAP    0xF0310908         SSCG0 Receive Buffer Snapshot Register
SSCG0_GSTAT     0xF031090C         SSCG0 Guardian Status Register
SSCG0_GEFM      0xF0310910         SSCG0 Guardian Error Flag Modification Register
SSCG0_GEN       0xF0310914         SSCG0 Guardian Enable Register
SSCG0_GSRC      0xF03109FC         SSCG0 Guardian Interrupt Service Request Control Register
SSCG1_CLC       0xF0310A00         SSCG1 Clock Control Register
SSCG1_PISEL     0xF0310A04         SSCG1 Port Input Select Register
SSCG1_ID        0xF0310A08         SSCG1 Module Identification Register
SSCG1_FDR       0xF0310A0C         SSCG1 Fractional Divider Register
SSCG1_CON       0xF0310A10         SSCG1 Control Register
SSCG1_BR        0xF0310A14         SSCG1 Baud Rate Timer Reload Register
SSCG1_SSOC      0xF0310A18         SSCG1 Slave Select Output Control Register
SSCG1_SSOTC     0xF0310A1C         SSCG1 Slave Select Output Timing Control Register
SSCG1_TB        0xF0310A20         SSCG1 Transmit Buffer Register
SSCG1_RB        0xF0310A24         SSCG1 Receive Buffer Register
SSCG1_STAT      0xF0310A28         SSCG1 Status Register
SSCG1_EFM       0xF0310A2C         SSCG1 Error Flag Modification Register
SSCG1_TB1       0xF0310B00         SSCG1 Transmit Buffer Compare Register
SSCG1_TB1SNAP   0xF0310B04         SSCG1 Transmit Buffer Snapshot Register
SSCG1_RBSNAP    0xF0310B08         SSCG1 Receive Buffer Snapshot Register
SSCG1_GSTAT     0xF0310B0C         SSCG1 Guardian Status Register
SSCG1_GEFM      0xF0310B10         SSCG1 Guardian Error Flag Modification Register
SSCG1_GEN       0xF0310B14         SSCG1 Guardian Enable Register
SSCG1_GSRC      0xF0310BFC         SSCG1 Guardian Interrupt Service Request Control Register
SSCG2_CLC       0xF0310C00         SSCG2 Clock Control Register
SSCG2_PISEL     0xF0310C04         SSCG2 Port Input Select Register
SSCG2_ID        0xF0310C08         SSCG2 Module Identification Register
SSCG2_FDR       0xF0310C0C         SSCG2 Fractional Divider Register
SSCG2_CON       0xF0310C10         SSCG2 Control Register
SSCG2_BR        0xF0310C14         SSCG2 Baud Rate Timer Reload Register
SSCG2_SSOC      0xF0310C18         SSCG2 Slave Select Output Control Register
SSCG2_SSOTC     0xF0310C1C         SSCG2 Slave Select Output Timing Control Register
SSCG2_TB        0xF0310C20         SSCG2 Transmit Buffer Register
SSCG2_RB        0xF0310C24         SSCG2 Receive Buffer Register
SSCG2_STAT      0xF0310C28         SSCG2 Status Register
SSCG2_EFM       0xF0310C2C         SSCG2 Error Flag Modification Register
SSCG2_TB1       0xF0310D00         SSCG2 Transmit Buffer Compare Register
SSCG2_TB1SNAP   0xF0310D04         SSCG2 Transmit Buffer Snapshot Register
SSCG2_RBSNAP    0xF0310D08         SSCG2 Receive Buffer Snapshot Register
SSCG2_GSTAT     0xF0310D0C         SSCG2 Guardian Status Register
SSCG2_GEFM      0xF0310D10         SSCG2 Guardian Error Flag Modification Register
SSCG2_GEN       0xF0310D14         SSCG2 Guardian Enable Register
SSCG2_GSRC      0xF0310DFC         SSCG2 Guardian Interrupt Service Request Control Register
SSCG3_CLC       0xF0310E00         SSCG3 Clock Control Register
SSCG3_PISEL     0xF0310E04         SSCG3 Port Input Select Register
SSCG3_ID        0xF0310E08         SSCG3 Module Identification Register
SSCG3_FDR       0xF0310E0C         SSCG3 Fractional Divider Register
SSCG3_CON       0xF0310E10         SSCG3 Control Register
SSCG3_BR        0xF0310E14         SSCG3 Baud Rate Timer Reload Register
SSCG3_SSOC      0xF0310E18         SSCG3 Slave Select Output Control Register
SSCG3_SSOTC     0xF0310E1C         SSCG3 Slave Select Output Timing Control Register
SSCG3_TB        0xF0310E20         SSCG3 Transmit Buffer Register
SSCG3_RB        0xF0310E24         SSCG3 Receive Buffer Register
SSCG3_STAT      0xF0310E28         SSCG3 Status Register
SSCG3_EFM       0xF0310E2C         SSCG3 Error Flag Modification Register
SSCG3_TB1       0xF0310F00         SSCG3 Transmit Buffer Compare Register
SSCG3_TB1SNAP   0xF0310F04         SSCG3 Transmit Buffer Snapshot Register
SSCG3_RBSNAP    0xF0310F08         SSCG3 Receive Buffer Snapshot Register
SSCG3_GSTAT     0xF0310F0C         SSCG3 Guardian Status Register
SSCG3_GEFM      0xF0310F10         SSCG3 Guardian Error Flag Modification Register
SSCG3_GEN       0xF0310F14         SSCG3 Guardian Enable Register
SSCG3_GSRC      0xF0310FFC         SSCG3 Guardian Interrupt Service Request Control Register
FCE_CLC         0xF0320000         Control Clock Register
FCE_ID          0xF0320008         Module Identification Register
FCE_IR0         0xF0320020         Input Register 0
FCE_RES0        0xF0320024         CRC Result Register 0
FCE_CFG0        0xF0320028         CRC Configuration Register 0
FCE_STS0        0xF032002C         CRC Status Register 0
FCE_LENGTH0     0xF0320030         CRC Length Register 0
FCE_CHECK0      0xF0320034         CRC Check Register 0
FCE_CRC0        0xF0320038         CRC Register 0
FCE_CTR0        0xF032003C         CRC Test Register 0
FCE_IR1         0xF0320040         Input Register 1
FCE_RES1        0xF0320044         CRC Result Register 1
FCE_CFG1        0xF0320048         CRC Configuration Register 1
FCE_STS1        0xF032004C         CRC Status Register 1
FCE_LENGTH1     0xF0320050         CRC Length Register 1
FCE_CHECK1      0xF0320054         CRC Check Register 1
FCE_CRC1        0xF0320058         CRC Register 1
FCE_CTR1        0xF032005C         CRC Test Register 1
FCE_SRC         0xF03200FC         Service Request Control Register
SENT_CLC        0xF0321000         SENT Clock Control Register
SENT_ID         0xF0321008         Module Identification Register
SENT_FDR        0xF032100C         SENT Fractional Divider Register
SENT_INTOV      0xF0321014         Interrupt Overview Register
SENT_RDR0       0xF0321080         Receive Data Register 0
SENT_RDR1       0xF0321084         Receive Data Register 1
SENT_RDR2       0xF0321088         Receive Data Register 2
SENT_RDR3       0xF032108C         Receive Data Register 3
SENT_RDR4       0xF0321090         Receive Data Register 4
SENT_RDR5       0xF0321094         Receive Data Register 5
SENT_RDR6       0xF0321098         Receive Data Register 6
SENT_RDR7       0xF032109C         Receive Data Register 7
SENT_CPDR0      0xF0321100         Channel Pre Divider Register 0
SENT_CFDR0      0xF0321104         Channel Fractional Divider Register 0
SENT_RCR0       0xF0321108         Receiver Control Register 0
SENT_RSR0       0xF032110C         Receive Status Register 0
SENT_SDS0       0xF0321110         Serial Data and Status Register 0
SENT_IOCR0      0xF0321114         Input and Output Control Register 0
SENT_SCR0       0xF0321118         SPC Control Register 0
SENT_VIEW0      0xF032111C         Receive Data View Register 0
SENT_INTSTAT0   0xF0321120         Interrupt Status Register 0
SENT_INTSET0    0xF0321124         Interrupt Set Register 0
SENT_INTCLR0    0xF0321128         Interrupt Clear Register 0
SENT_INTEN0     0xF032112C         Interrupt Enable Register 0
SENT_INP0       0xF0321130         Interrupt Node Pointer Register 0
SENT_CPDR1      0xF0321140         Channel Pre Divider Register 1
SENT_CFDR1      0xF0321144         Channel Fractional Divider Register 1
SENT_RCR1       0xF0321148         Receiver Control Register 1
SENT_RSR1       0xF032114C         Receive Status Register 1
SENT_SDS1       0xF0321150         Serial Data and Status Register 1
SENT_IOCR1      0xF0321154         Input and Output Control Register 1
SENT_SCR1       0xF0321158         SPC Control Register 1
SENT_VIEW1      0xF032115C         Receive Data View Register 1
SENT_INTSTAT1   0xF0321160         Interrupt Status Register 1
SENT_INTSET1    0xF0321164         Interrupt Set Register 1
SENT_INTCLR1    0xF0321168         Interrupt Clear Register 1
SENT_INTEN1     0xF032116C         Interrupt Enable Register 1
SENT_INP1       0xF0321170         Interrupt Node Pointer Register 1
SENT_CPDR2      0xF0321180         Channel Pre Divider Register 2
SENT_CFDR2      0xF0321184         Channel Fractional Divider Register 2
SENT_RCR2       0xF0321188         Receiver Control Register 2
SENT_RSR2       0xF032118C         Receive Status Register 2
SENT_SDS2       0xF0321190         Serial Data and Status Register 2
SENT_IOCR2      0xF0321194         Input and Output Control Register 2
SENT_SCR2       0xF0321198         SPC Control Register 2
SENT_VIEW2      0xF032119C         Receive Data View Register 2
SENT_INTSTAT2   0xF03211A0         Interrupt Status Register 2
SENT_INTSET2    0xF03211A4         Interrupt Set Register 2
SENT_INTCLR2    0xF03211A8         Interrupt Clear Register 2
SENT_INTEN2     0xF03211AC         Interrupt Enable Register 2
SENT_INP2       0xF03211B0         Interrupt Node Pointer Register 2
SENT_CPDR3      0xF03211C0         Channel Pre Divider Register 3
SENT_CFDR3      0xF03211C4         Channel Fractional Divider Register 3
SENT_RCR3       0xF03211C8         Receiver Control Register 3
SENT_RSR3       0xF03211CC         Receive Status Register 3
SENT_SDS3       0xF03211D0         Serial Data and Status Register 3
SENT_IOCR3      0xF03211D4         Input and Output Control Register 3
SENT_SCR3       0xF03211D8         SPC Control Register 3
SENT_VIEW3      0xF03211DC         Receive Data View Register 3
SENT_INTSTAT3   0xF03211E0         Interrupt Status Register 3
SENT_INTSET3    0xF03211E4         Interrupt Set Register 3
SENT_INTCLR3    0xF03211E8         Interrupt Clear Register 3
SENT_INTEN3     0xF03211EC         Interrupt Enable Register 3
SENT_INP3       0xF03211F0         Interrupt Node Pointer Register 3
SENT_CPDR4      0xF0321200         Channel Pre Divider Register 4
SENT_CFDR4      0xF0321204         Channel Fractional Divider Register 4
SENT_RCR4       0xF0321208         Receiver Control Register 4
SENT_RSR4       0xF032120C         Receive Status Register 4
SENT_SDS4       0xF0321210         Serial Data and Status Register 4
SENT_IOCR4      0xF0321214         Input and Output Control Register 4
SENT_SCR4       0xF0321218         SPC Control Register 4
SENT_VIEW4      0xF032121C         Receive Data View Register 4
SENT_INTSTAT4   0xF0321220         Interrupt Status Register 4
SENT_INTSET4    0xF0321224         Interrupt Set Register 4
SENT_INTCLR4    0xF0321228         Interrupt Clear Register 4
SENT_INTEN4     0xF032122C         Interrupt Enable Register 4
SENT_INP4       0xF0321230         Interrupt Node Pointer Register 4
SENT_CPDR5      0xF0321240         Channel Pre Divider Register 5
SENT_CFDR5      0xF0321244         Channel Fractional Divider Register 5
SENT_RCR5       0xF0321248         Receiver Control Register 5
SENT_RSR5       0xF032124C         Receive Status Register 5
SENT_SDS5       0xF0321250         Serial Data and Status Register 5
SENT_IOCR5      0xF0321254         Input and Output Control Register 5
SENT_SCR5       0xF0321258         SPC Control Register 5
SENT_VIEW5      0xF032125C         Receive Data View Register 5
SENT_INTSTAT5   0xF0321260         Interrupt Status Register 5
SENT_INTSET5    0xF0321264         Interrupt Set Register 5
SENT_INTCLR5    0xF0321268         Interrupt Clear Register 5
SENT_INTEN5     0xF032126C         Interrupt Enable Register 5
SENT_INP5       0xF0321270         Interrupt Node Pointer Register 5
SENT_CPDR6      0xF0321280         Channel Pre Divider Register 6
SENT_CFDR6      0xF0321284         Channel Fractional Divider Register 6
SENT_RCR6       0xF0321288         Receiver Control Register 6
SENT_RSR6       0xF032128C         Receive Status Register 6
SENT_SDS6       0xF0321290         Serial Data and Status Register 6
SENT_IOCR6      0xF0321294         Input and Output Control Register 6
SENT_SCR6       0xF0321298         SPC Control Register 6
SENT_VIEW6      0xF032129C         Receive Data View Register 6
SENT_INTSTAT6   0xF03212A0         Interrupt Status Register 6
SENT_INTSET6    0xF03212A4         Interrupt Set Register 6
SENT_INTCLR6    0xF03212A8         Interrupt Clear Register 6
SENT_INTEN6     0xF03212AC         Interrupt Enable Register 6
SENT_INP6       0xF03212B0         Interrupt Node Pointer Register 6
SENT_CPDR7      0xF03212C0         Channel Pre Divider Register 7
SENT_CFDR7      0xF03212C4         Channel Fractional Divider Register 7
SENT_RCR7       0xF03212C8         Receiver Control Register 7
SENT_RSR7       0xF03212CC         Receive Status Register 7
SENT_SDS7       0xF03212D0         Serial Data and Status Register 7
SENT_IOCR7      0xF03212D4         Input and Output Control Register 7
SENT_SCR7       0xF03212D8         SPC Control Register 7
SENT_VIEW7      0xF03212DC         Receive Data View Register 7
SENT_INTSTAT7   0xF03212E0         Interrupt Status Register 7
SENT_INTSET7    0xF03212E4         Interrupt Set Register 7
SENT_INTCLR7    0xF03212E8         Interrupt Clear Register 7
SENT_INTEN7     0xF03212EC         Interrupt Enable Register 7
SENT_INP7       0xF03212F0         Interrupt Node Pointer Register 7
SENT_SRC3       0xF03219F0         Service Request Control 3 Register
SENT_SRC2       0xF03219F4         Service Request Control 2 Register
SENT_SRC1       0xF03219F8         Service Request Control 1 Register
SENT_SRC0       0xF03219FC         Service Request Control 0 Register
BMU_CLC         0xF0323000         Control Clock Register
BMU_ID          0xF0323008         Module Identification Register
BMU_CTL         0xF0323020         Transaction Filtering Control
BMU_PTR         0xF0323024         Pointer Information for Bus Transaction Fifo
BMU_FULLNESS    0xF0323028         Fullness Information for Bus Transaction Fifo
BMU_PSET0       0xF0323030         Peripheral Set 0 Configuration
BMU_PSET1       0xF0323034         Peripheral Set 1 Configuration
BMU_TID         0xF0323038         FPI Transaction ID Set 0 Configuration
BMU_FMCTL       0xF0323040         Fifo Monitor control register
BMU_FMSTS       0xF0323044         Fifo Monitor Status Register
BMU_FMTH        0xF0323048         Fifo Monitor: Fullness Threshold Register
BMU_SMACON      0xF0323050         SIST Mode Access Control Register
BMU_MIECON      0xF0323054         Memory Integrity Error Control Register
BMU_MIECON2     0xF0323058         Memory Integrity Error Control 2 Register
BMU_SRC         0xF03230FC         Service Request Control Register
CPU_SBSRC0      0xF7E0FFBC         Central Processing Unit Software Breakpoint Service Request Control Register 0
CPU_SRC3        0xF7E0FFF0         CPU Service Request Control Register 3
CPU_SRC2        0xF7E0FFF4         CPU Service Request Control Register 2
CPU_SRC1        0xF7E0FFF8         CPU Service Request Control Register 1
CPU_SRC0        0xF7E0FFFC         CPU Service Request Control Register 0
CSFR_BASE       0xF7E10000         Core Special Function Registers base
MMU_CON         0xF7E18000         MMU Control Register
MMU_ASI         0xF7E18004         Address Space Identifier Register
PMA0            0xF7E1801C         Physical Memory Attributes
DMI_DCON2       0xF7E19000         Data Control Register 2
SMACON          0xF7E1900C         SIST Mode Access Control Register
DMI_DSTR        0xF7E19010         Data Synchronous Trap Register
DMI_DATR        0xF7E19018         Data Asynchronous Trap Register
DMI_DEADD       0xF7E1901C         Data Error Address Register
DIEAR           0xF7E19020         Data Integrity Error Address Register
DIETR           0xF7E19024         Data Integrity Error Trap Register
CCDIER          0xF7E19028         Count of Corrected Data Integrity Errors Register
DMI_DCON0       0xF7E19040         Data Memory Control Register
MIECON          0xF7E19044         Memory Integrity Error Control Register
MIECON2         0xF7E19048         Memory Integrity Error Control Register 2
PMI_PSTR        0xF7E19200         Program Synchronous Trap Register
PMI_PCON1       0xF7E19204         Program Control 1
PMI_PCON2       0xF7E19208         Program Control 2
PMI_PCON0       0xF7E1920C         Program Control 0
PIEAR           0xF7E19210         Program Integrity Error Address Register
PIETR           0xF7E19214         Program Integrity Error Trap Register
CCPIER          0xF7E19218         Count of Corrected Program Integrity Errors Register
COMPAT          0xF7E19400         Compatibility Control Register
FPU_TRAP_CON    0xF7E1A000         Trap Control Register
FPU_TRAP_PC     0xF7E1A004         Trapping Instruction Program Counter Register
FPU_TRAP_OPC    0xF7E1A008         Trapping Instruction Opcode Register
FPU_TRAP_SRC1   0xF7E1A010         Trapping Instruction Operand Register
FPU_TRAP_SRC2   0xF7E1A014         Trapping Instruction Operand Register
FPU_TRAP_SRC3   0xF7E1A018         Trapping Instruction Operand Register
FPU_ID          0xF7E1A020         Trapping Identification Register
DPR0_0L         0xF7E1C000         Data Segment Protection Register Set 0, Range 0, Lower Bound
DPR0_0U         0xF7E1C004         Data Segment Protection Register Set 0, Range 0, Upper Bound
DPR2_0L         0xF7E1C008         Data Segment Protection Register Set 2, Range 0, Lower Bound
DPR2_0U         0xF7E1C00C         Data Segment Protection Register Set 2, Range 0, Upper Bound
DPR4_0L         0xF7E1C010         Data Segment Protection Register Set 4, Range 0, Lower Bound
DPR4_0U         0xF7E1C014         Data Segment Protection Register Set 4, Range 0, Upper Bound
DPR6_0L         0xF7E1C018         Data Segment Protection Register Set 6, Range 0, Lower Bound
DPR6_0U         0xF7E1C01C         Data Segment Protection Register Set 6, Range 0, Upper Bound
DPR0_1L         0xF7E1C400         Data Segment Protection Register Set 0, Range 1, Lower Bound
DPR0_1U         0xF7E1C404         Data Segment Protection Register Set 0, Range 1, Upper Bound
DPR2_1L         0xF7E1C408         Data Segment Protection Register Set 2, Range 1, Lower Bound
DPR2_1U         0xF7E1C40C         Data Segment Protection Register Set 2, Range 1, Upper Bound
DPR4_1L         0xF7E1C410         Data Segment Protection Register Set 4, Range 1, Lower Bound
DPR4_1U         0xF7E1C414         Data Segment Protection Register Set 4, Range 1, Upper Bound
DPR6_1L         0xF7E1C418         Data Segment Protection Register Set 6, Range 1, Lower Bound
DPR6_1U         0xF7E1C41C         Data Segment Protection Register Set 6, Range 1, Upper Bound
DPR1_0L         0xF7E1C800         Data Segment Protection Register Set 1, Range 0, Lower Bound
DPR1_0U         0xF7E1C804         Data Segment Protection Register Set 1, Range 0, Upper Bound
DPR3_0L         0xF7E1C808         Data Segment Protection Register Set 3, Range 0, Lower Bound
DPR3_0U         0xF7E1C80C         Data Segment Protection Register Set 3, Range 0, Upper Bound
DPR5_0L         0xF7E1C810         Data Segment Protection Register Set 5, Range 0, Lower Bound
DPR5_0U         0xF7E1C814         Data Segment Protection Register Set 5, Range 0, Upper Bound
DPR7_0L         0xF7E1C818         Data Segment Protection Register Set 7, Range 0, Lower Bound
DPR7_0U         0xF7E1C81C         Data Segment Protection Register Set 7, Range 0, Upper Bound
DPR1_1L         0xF7E1CC00         Data Segment Protection Register Set 1, Range 1, Lower Bound
DPR1_1U         0xF7E1CC04         Data Segment Protection Register Set 1, Range 1, Upper Bound
DPR3_1L         0xF7E1CC08         Data Segment Protection Register Set 3, Range 1, Lower Bound
DPR3_1U         0xF7E1CC0C         Data Segment Protection Register Set 3, Range 1, Upper Bound
DPR5_1L         0xF7E1CC10         Data Segment Protection Register Set 5, Range 1, Lower Bound
DPR5_1U         0xF7E1CC14         Data Segment Protection Register Set 5, Range 1, Upper Bound
DPR7_1L         0xF7E1CC18         Data Segment Protection Register Set 7, Range 1, Lower Bound
DPR7_1U         0xF7E1CC1C         Data Segment Protection Register Set 7, Range 1, Upper Bound
CPR0_0L         0xF7E1D000         Code Segment Protection Register Set 0, Range 0, Lower Bound
CPR0_0U         0xF7E1D004         Code Segment Protection Register Set 0, Range 0, Upper Bound
CPR2_0L         0xF7E1D008         Code Segment Protection Register Set 2, Range 0, Lower Bound
CPR2_0U         0xF7E1D00C         Code Segment Protection Register Set 2, Range 0, Upper Bound
CPR0_1L         0xF7E1D400         Code Segment Protection Register Set 0, Range 1, Lower Bound
CPR0_1U         0xF7E1D404         Code Segment Protection Register Set 0, Range 1, Upper Bound
CPR2_1L         0xF7E1D408         Code Segment Protection Register Set 2, Range 1, Lower Bound
CPR2_1U         0xF7E1D40C         Code Segment Protection Register Set 2, Range 1, Upper Bound
CPR1_0L         0xF7E1D800         Code Segment Protection Register Set 1, Range 0, Lower Bound
CPR1_0U         0xF7E1D804         Code Segment Protection Register Set 1, Range 0, Upper Bound
CPR3_0L         0xF7E1D808         Code Segment Protection Register Set 3, Range 0, Lower Bound
CPR3_0U         0xF7E1D80C         Code Segment Protection Register Set 3, Range 0, Upper Bound
CPR1_1L         0xF7E1DC00         Code Segment Protection Register Set 1, Range 1, Lower Bound
CPR1_1U         0xF7E1DC04         Code Segment Protection Register Set 1, Range 1, Upper Bound
CPR3_1L         0xF7E1DC08         Code Segment Protection Register Set 3, Range 1, Lower Bound
CPR3_1U         0xF7E1DC0C         Code Segment Protection Register Set 3, Range 1, Upper Bound
DPS0            0xF7E1E000         Data Protection Set Configuration Register 0
DPS1            0xF7E1E080         Data Protection Set Configuration Register 1
DPS2            0xF7E1E100         Data Protection Set Configuration Register 2
DPS3            0xF7E1E180         Data Protection Set Configuration Register 3
CPS0            0xF7E1E200         Code Protection Set Configuration Register 0
CPS1            0xF7E1E280         Code Protection Set Configuration Register 1
CPS2            0xF7E1E300         Code Protection Set Configuration Register 2
CPS3            0xF7E1E380         Code Protection Set Configuration Register 3
TPS_CON         0xF7E1E400         Temporal Protection System Control Register
TPS_TIMER0      0xF7E1E404         Temporal Protection System Timer Register 0
TPS_TIMER1      0xF7E1E408         Temporal Protection System Timer Register 1
TR0EVT          0xF7E1F000         Trigger Event 0
TR0ADR          0xF7E1F004         Trigger Address 0
TR1EVT          0xF7E1F008         Trigger Event 1
TR1ADR          0xF7E1F00C         Trigger Address 1
TR2EVT          0xF7E1F010         Trigger Event 2
TR2ADR          0xF7E1F014         Trigger Address 2
TR3EVT          0xF7E1F018         Trigger Event 3
TR3ADR          0xF7E1F01C         Trigger Address 3
TR4EVT          0xF7E1F020         Trigger Event 4
TR4ADR          0xF7E1F024         Trigger Address 4
TR5EVT          0xF7E1F028         Trigger Event 5
TR5ADR          0xF7E1F02C         Trigger Address 5
TR6EVT          0xF7E1F030         Trigger Event 6
TR6ADR          0xF7E1F034         Trigger Address 6
TR7EVT          0xF7E1F038         Trigger Event 7
TR7ADR          0xF7E1F03C         Trigger Address 7
CCTRL           0xF7E1FC00         Counter Control
CCNT            0xF7E1FC04         CPU Clock Cycle Count
ICNT            0xF7E1FC08         Instruction Count
M1CNT           0xF7E1FC0C         Multi-Count Register 1
M2CNT           0xF7E1FC10         Multi-Count Register 2
M3CNT           0xF7E1FC14         Multi-Count Register 3
DBGSR           0xF7E1FD00         Debug Status Register
EXEVT           0xF7E1FD08         External Event Register
CREVT           0xF7E1FD0C         Core Register Access Event
SWEVT           0xF7E1FD10         Software Debug Event
TRIG_ACC        0xF7E1FD30         Trigger Address x
DMS             0xF7E1FD40         Debug Monitor Start Address
DCX             0xF7E1FD44         Debug Context Save Area Pointer
DBGTCR          0xF7E1FD48         Debug Trap Control Register
PCXI            0xF7E1FE00         Previous Context Information Register
PSW             0xF7E1FE04         Program Status Word
PC              0xF7E1FE08         Program Counter
SYSCON          0xF7E1FE14         System Configuration Register
CPU_ID          0xF7E1FE18         CPU Identification Register
BIV             0xF7E1FE20         Base Interrupt Vector Table Pointer
BTV             0xF7E1FE24         Base Trap Vector Table Pointer
ISP             0xF7E1FE28         Interrupt Stack Pointer
ICR             0xF7E1FE2C         Interrupt Control Register
FCX             0xF7E1FE38         Free CSA List Head Pointer
LCX             0xF7E1FE3C         Free CSA List Limit Pointer
CPU_D0          0xF7E1FF00         Data General Purpose Register 0
CPU_D1          0xF7E1FF04         Data General Purpose Register 1
CPU_D2          0xF7E1FF08         Data General Purpose Register 2
CPU_D3          0xF7E1FF0C         Data General Purpose Register 3
CPU_D4          0xF7E1FF10         Data General Purpose Register 4
CPU_D5          0xF7E1FF14         Data General Purpose Register 5
CPU_D6          0xF7E1FF18         Data General Purpose Register 6
CPU_D7          0xF7E1FF1C         Data General Purpose Register 7
CPU_D8          0xF7E1FF20         Data General Purpose Register 8
CPU_D9          0xF7E1FF24         Data General Purpose Register 9
CPU_D10         0xF7E1FF28         Data General Purpose Register 10
CPU_D11         0xF7E1FF2C         Data General Purpose Register 11
CPU_D12         0xF7E1FF30         Data General Purpose Register 12
CPU_D13         0xF7E1FF34         Data General Purpose Register 13
CPU_D14         0xF7E1FF38         Data General Purpose Register 14
CPU_D15         0xF7E1FF3C         Data General Purpose Register 15
CPU_A0          0xF7E1FF80         Address General Purpose Register 0
CPU_A1          0xF7E1FF84         Address General Purpose Register 1
CPU_A2          0xF7E1FF88         Address General Purpose Register 2
CPU_A3          0xF7E1FF8C         Address General Purpose Register 3
CPU_A4          0xF7E1FF90         Address General Purpose Register 4
CPU_A5          0xF7E1FF94         Address General Purpose Register 5
CPU_A6          0xF7E1FF98         Address General Purpose Register 6
CPU_A7          0xF7E1FF9C         Address General Purpose Register 7
CPU_A8          0xF7E1FFA0         Address General Purpose Register 8
CPU_A9          0xF7E1FFA4         Address General Purpose Register 9
CPU_A10         0xF7E1FFA8         Address General Purpose Register 10
CPU_A11         0xF7E1FFAC         Address General Purpose Register 11
CPU_A12         0xF7E1FFB0         Address General Purpose Register 12
CPU_A13         0xF7E1FFB4         Address General Purpose Register 13
CPU_A14         0xF7E1FFB8         Address General Purpose Register 14
CPU_A15         0xF7E1FFBC         Address General Purpose Register 15
EBU_CLC         0xF8000000         EBU Clock Control Register
EBU_MODCON      0xF8000004         EBU Configuration Register
EBU_ID          0xF8000008         EBU Module Identification Register
EBU_USERCON     0xF800000C         EBU Test/Control Configuration Register
EBU_EXTBOOT     0xF8000010         EBU External Boot Configuration Register
EBU_ADDRSEL0    0xF8000018         EBU Address Select Register 0
EBU_ADDRSEL1    0xF800001C         EBU Address Select Register 1-3
EBU_ADDRSEL2    0xF8000020         EBU Address Select Register 1-3
EBU_ADDRSEL3    0xF8000024         EBU Address Select Register 1-3
EBU_BUSRCON0    0xF8000028         EBU Bus Configuration Register
EBU_BUSRAP0     0xF800002C         EBU Bus Read Access Parameter Register
EBU_BUSWCON0    0xF8000030         EBU Bus Write Configuration Register
EBU_BUSWAP0     0xF8000034         EBU Bus Write Access Parameter Register
EBU_BUSRCON1    0xF8000038         EBU Bus Configuration Register
EBU_BUSRAP1     0xF800003C         EBU Bus Read Access Parameter Register
EBU_BUSWCON1    0xF8000040         EBU Bus Write Configuration Register
EBU_BUSWAP1     0xF8000044         EBU Bus Write Access Parameter Register
EBU_BUSRCON2    0xF8000048         EBU Bus Configuration Register
EBU_BUSRAP2     0xF800004C         EBU Bus Read Access Parameter Register
EBU_BUSWCON2    0xF8000050         EBU Bus Write Configuration Register
EBU_BUSWAP2     0xF8000054         EBU Bus Write Access Parameter Register
EBU_BUSRCON3    0xF8000058         EBU Bus Configuration Register
EBU_BUSRAP3     0xF800005C         EBU Bus Read Access Parameter Register
EBU_BUSWCON3    0xF8000060         EBU Bus Write Configuration Register
EBU_BUSWAP3     0xF8000064         EBU Bus Write Access Parameter Register
EBU_SDRMCON     0xF8000068         EBU SDRAM Control Register
EBU_SDRMOD      0xF800006C         EBU SDRAM Mode Register
EBU_SDRMREF     0xF8000070         EBU SDRAM Refresh Control Register
EBU_SDRSTAT     0xF8000074         EBU SDRAM Status Register
EBU_DLLCON      0xF8000078         EBU DLL Control Register
EBU_DDRNCON     0xF800007C         EBU LPDDR NVM Configuration Register
EBU_DDRNMOD     0xF8000080         EBU DDR NVM Mode Register
EBU_DDRNMOD2    0xF8000084         EBU DDR NVM Extended Mode Register
EBU_DDRNSRR     0xF8000088         EBU DDR NVM Status Register
EBU_DDRNPRLD    0xF800008C         EBU DDR NVM Page Preload Register
EBU_DDRNTAG0    0xF8000090         EBU DDR Tag Registers
EBU_DDRNTAG1    0xF8000094         EBU DDR Tag Registers
EBU_DDRNTAG2    0xF8000098         EBU DDR Tag Registers
EBU_DDRNTAG3    0xF800009C         EBU DDR Tag Registers
PMU0_ID         0xF8000508         PMU0 Identification Register
PMU1_ID         0xF8000608         PMU1 Identification Register
FLASH0_ID       0xF8002008         Flash Module Identification Register
FLASH0_FSR      0xF8002010         Flash Status Register
FLASH0_FCON     0xF8002014         Flash Configuration Register
FLASH0_MARP     0xF8002018         Margin Control Register PFLASH
FLASH0_MARD     0xF800201C         Margin Control Register DFLASH
FLASH0_PROCON0  0xF8002020         Flash Protection Config. User 0
FLASH0_PROCON1  0xF8002024         Flash Protection Config. User 1
FLASH0_PROCON2  0xF8002028         Flash Protection Config. User 2
FLASH0_XFSR     0xF800202C         Extended Flash Status Register
FLASH0_SEMA     0xF8002030         Flash Access Semaphore
FLASH0_SHEBOOT0 0xF8002034         SHE Secure Boot Cfg
FLASH0_SHEBOOT1 0xF8002038         SHE Secure Boot Cfg
FLASH0_SHEBOOT2 0xF800203C         SHE Secure Boot Cfg
FLASH0_RDBCFG0  0xF8002040         Read Buffer Cfg 0
FLASH0_RDBCFG1  0xF8002044         Read Buffer Cfg 1
FLASH0_RDBCFG2  0xF8002048         Read Buffer Cfg 2
FLASH0_ECCW     0xF80020E0         ECC Write Register
FLASH0_ECCR     0xF80020E4         ECC Read Register
FLASH1_ID       0xF8004008         Flash Module Identification Register
FLASH1_FSR      0xF8004010         Flash Status Register
FLASH1_FCON     0xF8004014         Flash Configuration Register
FLASH1_MARP     0xF8004018         Margin Control Register PFLASH
FLASH1_MARD     0xF800401C         Margin Control Register DFLASH
FLASH1_PROCON0  0xF8004020         Flash Protection Config. User 0
FLASH1_PROCON1  0xF8004024         Flash Protection Config. User 1
FLASH1_PROCON2  0xF8004028         Flash Protection Config. User 2
FLASH1_XFSR     0xF800402C         Extended Flash Status Register
FLASH1_SEMA     0xF8004030         Flash Access Semaphore
FLASH1_SHEBOOT0 0xF8004034         SHE Secure Boot Cfg
FLASH1_SHEBOOT1 0xF8004038         SHE Secure Boot Cfg
FLASH1_SHEBOOT2 0xF800403C         SHE Secure Boot Cfg
FLASH1_RDBCFG0  0xF8004040         Read Buffer Cfg 0
FLASH1_RDBCFG1  0xF8004044         Read Buffer Cfg 1
FLASH1_RDBCFG2  0xF8004048         Read Buffer Cfg 2
FLASH1_ECCW     0xF80040E0         ECC Write Register
FLASH1_ECCR     0xF80040E4         ECC Read Register
XBAR_ARBCOND    0xF8700004         Arbiter Control Register D
XBAR_PRIOLD     0xF870000C         Arbiter Priority Register D
XBAR_ERRADDRD   0xF8700010         Error/Debug Address Capture Register D
XBAR_ERRD       0xF8700014         Error/Debug Capture Register D
XBAR_DBCOND     0xF8700018         Debug Control Register D
XBAR_DBADDD     0xF870001C         Debug Address Register D
XBAR_DBMADDD    0xF8700020         Debug Mask Address Register D
XBAR_ARBCON0    0xF8700044         Arbiter Control Register 0
XBAR_PRIOL0     0xF870004C         Arbiter Priority Register 0
XBAR_ERRADDR0   0xF8700050         Error/Debug Address Capture Register 0
XBAR_ERR0       0xF8700054         Error/Debug Capture Register 0
XBAR_DBCON0     0xF8700058         Debug Control Register 0
XBAR_DBADD0     0xF870005C         Debug Mask Address Register 0
XBAR_DBMADD0    0xF8700060         Debug Mask Address Register 0
XBAR_ARBCON1    0xF8700084         Arbiter Control Register 1
XBAR_PRIOL1     0xF870008C         Arbiter Priority Register 1
XBAR_ERRADDR1   0xF8700090         Error/Debug Address Capture Register 1
XBAR_ERR1       0xF8700094         Error/Debug Capture Register 1
XBAR_DBCON1     0xF8700098         Debug Control Register 1
XBAR_DBADD1     0xF870009C         Debug Mask Address Register 1
XBAR_DBMADD1    0xF87000A0         Debug Mask Address Register 1
XBAR_EXTCON2    0xF87000C0         External Control Register 2
XBAR_ARBCON2    0xF87000C4         Arbiter Control Register 2
XBAR_PRIOL2     0xF87000CC         Arbiter Priority Register 2
XBAR_ERRADDR2   0xF87000D0         Error/Debug Address Capture Register 2
XBAR_ERR2       0xF87000D4         Error/Debug Capture Register 2
XBAR_DBCON2     0xF87000D8         Debug Control Register 2
XBAR_DBADD2     0xF87000DC         Debug Mask Address Register 2
XBAR_DBMADD2    0xF87000E0         Debug Mask Address Register 2
XBAR_ARBCON3    0xF8700104         Arbiter Control Register 3
XBAR_PRIOL3     0xF870010C         Arbiter Priority Register 3
XBAR_ERRADDR3   0xF8700110         Error/Debug Address Capture Register 3
XBAR_ERR3       0xF8700114         Error/Debug Capture Register 3
XBAR_DBCON3     0xF8700118         Debug Control Register 3
XBAR_DBADD3     0xF870011C         Debug Mask Address Register 3
XBAR_DBMADD3    0xF8700120         Debug Mask Address Register 3
XBAR_ARBCON4    0xF8700144         Arbiter Control Register 4
XBAR_PRIOL4     0xF870014C         Arbiter Priority Register 4
XBAR_ERRADDR4   0xF8700150         Error/Debug Address Capture Register 4
XBAR_ERR4       0xF8700154         Error/Debug Capture Register 4
XBAR_DBCON4     0xF8700158         Debug Control Register 4
XBAR_DBADD4     0xF870015C         Debug Mask Address Register 4
XBAR_DBMADD4    0xF8700160         Debug Mask Address Register 4
XBAR_ARBCON5    0xF8700184         Arbiter Control Register 5
XBAR_PRIOL5     0xF870018C         Arbiter Priority Register 5
XBAR_ERRADDR5   0xF8700190         Error/Debug Address Capture Register 5
XBAR_ERR5       0xF8700194         Error/Debug Capture Register 5
XBAR_DBCON5     0xF8700198         Debug Control Register 5
XBAR_DBADD5     0xF870019C         Debug Mask Address Register 5
XBAR_DBMADD5    0xF87001A0         Debug Mask Address Register 5
XBAR_ARBCON6    0xF87001C4         Arbiter Control Register 6
XBAR_PRIOL6     0xF87001CC         Arbiter Priority Register 6
XBAR_ERRADDR6   0xF87001D0         Error/Debug Address Capture Register 6
XBAR_ERR6       0xF87001D4         Error/Debug Capture Register 6
XBAR_DBCON6     0xF87001D8         Debug Control Register 6
XBAR_DBADD6     0xF87001DC         Debug Mask Address Register 6
XBAR_DBMADD6    0xF87001E0         Debug Mask Address Register 6
XBAR_ID         0xF8700408         Module Identification Register
XBAR_DBSAT      0xF870040C         Debug Trigger Event Status Register
XBAR_INTSAT     0xF8700410         Arbiter Interrupt Status Register
XBAR_IDINTSAT   0xF8700414         Transaction ID Interrupt Status Register
XBAR_IDINTEN    0xF8700418         Transaction ID Interrupt Enable Register
XBAR_SRC        0xF87004FC         XBar_SRI Service Request Control Register
LMU_CLC         0xF8700800         LMU Clock Control Register
LMU_MEMCON      0xF8700804         LMU Memory Control Register
LMU_MODID       0xF8700808         LMU Module ID Register
OVC_RABR0       0xF87FFB20         Redirected Address Base Register 0
OVC_OTAR0       0xF87FFB24         Overlay Target Address Register 0
OVC_OMASK0      0xF87FFB28         Overlay Mask Register 0
OVC_RABR1       0xF87FFB2C         Redirected Address Base Register 1
OVC_OTAR1       0xF87FFB30         Overlay Target Address Register 1
OVC_OMASK1      0xF87FFB34         Overlay Mask Register 1
OVC_RABR2       0xF87FFB38         Redirected Address Base Register 2
OVC_OTAR2       0xF87FFB3C         Overlay Target Address Register 2
OVC_OMASK2      0xF87FFB40         Overlay Mask Register 2
OVC_RABR3       0xF87FFB44         Redirected Address Base Register 3
OVC_OTAR3       0xF87FFB48         Overlay Target Address Register 3
OVC_OMASK3      0xF87FFB4C         Overlay Mask Register 3
OVC_RABR4       0xF87FFB50         Redirected Address Base Register 4
OVC_OTAR4       0xF87FFB54         Overlay Target Address Register 4
OVC_OMASK4      0xF87FFB58         Overlay Mask Register 4
OVC_RABR5       0xF87FFB5C         Redirected Address Base Register 5
OVC_OTAR5       0xF87FFB60         Overlay Target Address Register 5
OVC_OMASK5      0xF87FFB64         Overlay Mask Register 5
OVC_RABR6       0xF87FFB68         Redirected Address Base Register 6
OVC_OTAR6       0xF87FFB6C         Overlay Target Address Register 6
OVC_OMASK6      0xF87FFB70         Overlay Mask Register 6
OVC_RABR7       0xF87FFB74         Redirected Address Base Register 7
OVC_OTAR7       0xF87FFB78         Overlay Target Address Register 7
OVC_OMASK7      0xF87FFB7C         Overlay Mask Register 7
OVC_RABR8       0xF87FFB80         Redirected Address Base Register 8
OVC_OTAR8       0xF87FFB84         Overlay Target Address Register 8
OVC_OMASK8      0xF87FFB88         Overlay Mask Register 8
OVC_RABR9       0xF87FFB8C         Redirected Address Base Register 9
OVC_OTAR9       0xF87FFB90         Overlay Target Address Register 9
OVC_OMASK9      0xF87FFB94         Overlay Mask Register 9
OVC_RABR10      0xF87FFB98         Redirected Address Base Register 10
OVC_OTAR10      0xF87FFB9C         Overlay Target Address Register 10
OVC_OMASK10     0xF87FFBA0         Overlay Mask Register 10
OVC_RABR11      0xF87FFBA4         Redirected Address Base Register 11
OVC_OTAR11      0xF87FFBA8         Overlay Target Address Register 11
OVC_OMASK11     0xF87FFBAC         Overlay Mask Register 11
OVC_RABR12      0xF87FFBB0         Redirected Address Base Register 12
OVC_OTAR12      0xF87FFBB4         Overlay Target Address Register 12
OVC_OMASK12     0xF87FFBB8         Overlay Mask Register 12
OVC_RABR13      0xF87FFBBC         Redirected Address Base Register 13
OVC_OTAR13      0xF87FFBC0         Overlay Target Address Register 13
OVC_OMASK13     0xF87FFBC4         Overlay Mask Register 13
OVC_RABR14      0xF87FFBC8         Redirected Address Base Register 14
OVC_OTAR14      0xF87FFBCC         Overlay Target Address Register 14
OVC_OMASK14     0xF87FFBD0         Overlay Mask Register 14
OVC_RABR15      0xF87FFBD4         Redirected Address Base Register 15
OVC_OTAR15      0xF87FFBD8         Overlay Target Address Register 15
OVC_OMASK15     0xF87FFBDC         Overlay Mask Register 15
OVC_OCON        0xF87FFBE0         Overlay Control Register
OVC_OENABLE     0xF87FFBE8         Overlay Enable Register

; this chip implements TriCore v1.6 instruction set
.tc2xx/tc21x
; MEMORY MAP
area DATA CPU0_DSPR       0x70000000:0x7000C000   CPU0 Data Scratch Pad SRAM, non-cached
area CODE CPU0_PSPR       0x70100000:0x70102000   CPU0 Program Scratch Pad SRAM, non-cached
area CODE CPU0_PCACHE     0x70102000:0x70104000   CPU0 Program Cache SRAM, non-cached
area CODE CPU0_PTAG       0x701C0000:0x701C0C00   CPU0 Program Cache TAG SRAM, non-cached
area CODE PFLASH0         0x80000000:0x80080000   Program Flash, cached
area DATA OLDA            0x8FE70000:0x8FE78000   Online Data Acquisition, cached
area CODE BROM            0x8FFF8000:0x90000000   Boot ROM, cached
area CODE PFLASH0_NC      0xA0000000:0xA0080000   Program Flash, non-cached
area DATA DFLASH0_NC      0xAF000000:0xAF104000   Data Flash 0, non-cached
area DATA OLDA_NC         0xAFE70000:0xAFE78000   Online Data Acquisition, non-cached
area CODE BROM_NC         0xAFFF8000:0xB0000000   Boot ROM, non-cached
area DATA REGISTERS       0xF0000000:0xF8820000   Core SFRs and GPRs
; REGISTERS
STM0_CLC        0xF0000000          Clock Control Register
STM0_ID         0xF0000008          Module Identification Register
STM0_TIM0       0xF0000010          Timer Register 0
STM0_TIM1       0xF0000014          Timer Register 1
STM0_TIM2       0xF0000018          Timer Register 2
STM0_TIM3       0xF000001C          Timer Register 3
STM0_TIM4       0xF0000020          Timer Register 4
STM0_TIM5       0xF0000024          Timer Register 5
STM0_TIM6       0xF0000028          Timer Register 6
STM0_CAP        0xF000002C          Timer Capture Register
STM0_CMP0       0xF0000030          Compare Register 0
STM0_CMP1       0xF0000034          Compare Register 1
STM0_CMCON      0xF0000038          Compare Match Control Register
STM0_ICR        0xF000003C          Interrupt Control Register
STM0_ISCR       0xF0000040          Interrupt Set/Clear Register
STM0_TIM0SV     0xF0000050          Timer Register 0 Second View
STM0_CAPSV      0xF0000054          Timer Capture Register Second View
STM0_OCS        0xF00000E8          OCDS Control and Status
STM0_KRSTCLR    0xF00000EC          Kernel Reset Status Clear Register
STM0_KRST1      0xF00000F0          Kernel Reset Register 1
STM0_KRST0      0xF00000F4          Kernel Reset Register 0
STM0_ACCEN1     0xF00000F8          Access Enable Register 1
STM0_ACCEN0     0xF00000FC          Access Enable Register 0
CBS_JDPID       0xF0000408          Module Identification Register
CBS_OIFM        0xF000040C          OCDS Interface Mode Register
CBS_TIPR        0xF0000410          TG Input Pins Routing
CBS_TOPR        0xF0000414          TG Output Pins Routing
CBS_TOPPS       0xF0000418          TG Output Pins Pulse Stretcher
CBS_TCIP        0xF000041C          TG Capture for TG Input Pins
CBS_TRC0        0xF0000420          TG Routing for CPU0
CBS_TRC1        0xF0000424          TG Routing for CPU1
CBS_TRC2        0xF0000428          TG Routing for CPU2
CBS_TRHSM       0xF0000438          TG Routing for HSM Control
CBS_TRMC        0xF000043C          TG Routing for MCDS Control
CBS_TLCC0       0xF0000440          TG Line Counter Control
CBS_TLCC1       0xF0000444          TG Line Counter Control
CBS_TLCV0       0xF0000450          TG Line Counter Value
CBS_TLCV1       0xF0000454          TG Line Counter Value
CBS_TRSS        0xF0000460          TG Routing for Special Signals
CBS_JTAGID      0xF0000464          JTAG Device Identification Register
CBS_COMDATA     0xF0000468          Communication Mode Data Register
CBS_IOSR        0xF000046C          IOClient Status and Control Register
CBS_TLS         0xF0000470          TG Line State
CBS_TCTL        0xF0000474          TG Capture for TG Lines
CBS_OEC         0xF0000478          OCDS Enable Control Register
CBS_OCNTRL      0xF000047C          OSCU Control Register
CBS_OSTATE      0xF0000480          OSCU Status Register
CBS_INTMOD      0xF0000484          Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488          Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C          Internally Controlled Trace Destination Register
CBS_TLC         0xF0000490          TG Line Control
CBS_TL1ST       0xF0000494          TG Line 1 Suspend Targets
CBS_TLCHE       0xF0000498          TG Line Capture and Hold Enable
CBS_TLCHS       0xF000049C          TG Line Capture and Hold Clear
CBS_TRIGS       0xF00004A0          Set Trigger to Host Register
CBS_TRIGC       0xF00004A4          Clear Trigger to Host Register
CBS_TLT         0xF00004A8          TG Line Timer
CBS_TLTTH       0xF00004AC          TG Lines for Trigger to Host
CBS_TCCB        0xF00004B0          TG Capture for Cores - BRKOUT
CBS_TCCH        0xF00004B4          TG Capture for Cores - HALT
CBS_TCTGB       0xF00004B8          TG Capture for OTGB0/1
CBS_TCM         0xF00004BC          TG Capture for MCDS
CBS_TREC0       0xF00004C0          TG Routing Events of CPU0
CBS_TREC1       0xF00004C4          TG Routing Events of CPU1
CBS_TREC2       0xF00004C8          TG Routing Events of CPU2
CBS_TRMT        0xF00004DC          TG Routing for MCDS Triggers
CBS_TRTGB0L     0xF00004E0          TG Routing for OTGB0 Bits [7:0]
CBS_TRTGB0H     0xF00004E4          TG Routing for OTGB0 Bits [15:8]
CBS_TRTGB1L     0xF00004E8          TG Routing for OTGB1 Bits [7:0]
CBS_TRTGB1H     0xF00004EC          TG Routing for OTGB1 Bits [15:8]
CBS_TRIG0       0xF0000500          Trigger to Host Register 0
CBS_TRIG1       0xF0000504          Trigger to Host Register 1
CBS_TRIG2       0xF0000508          Trigger to Host Register 2
CBS_TRIG3       0xF000050C          Trigger to Host Register 3
CBS_TRIG4       0xF0000510          Trigger to Host Register 4
CBS_TRIG5       0xF0000514          Trigger to Host Register 5
CBS_TRIG6       0xF0000518          Trigger to Host Register 6
CBS_TRIG7       0xF000051C          Trigger to Host Register 7
CBS_TRIG8       0xF0000520          Trigger to Host Register 8
CBS_TRIG9       0xF0000524          Trigger to Host Register 9
CBS_TRIG10      0xF0000528          Trigger to Host Register 10
CBS_TRIG11      0xF000052C          Trigger to Host Register 11
CBS_TRIG12      0xF0000530          Trigger to Host Register 12
CBS_TRIG13      0xF0000534          Trigger to Host Register 13
CBS_TRIG14      0xF0000538          Trigger to Host Register 14
CBS_TRIG15      0xF000053C          Trigger to Host Register 15
CBS_TRIG16      0xF0000540          Trigger to Host Register 16
CBS_TRIG17      0xF0000544          Trigger to Host Register 17
CBS_TRIG18      0xF0000548          Trigger to Host Register 18
CBS_TRIG19      0xF000054C          Trigger to Host Register 19
CBS_TRIG20      0xF0000550          Trigger to Host Register 20
CBS_TRIG21      0xF0000554          Trigger to Host Register 21
ASCLIN0_CLC     0xF0000600          Clock Control Register
ASCLIN0_IOCR    0xF0000604          Input and Output Control Register
ASCLIN0_ID      0xF0000608          Module Identification Register
ASCLIN0_TXFIFOCON 0xF000060C          TX FIFO Configuration Register
ASCLIN0_RXFIFOCON 0xF0000610          RX FIFO Configuration Register
ASCLIN0_BITCON  0xF0000614          Bit Configuration Register
ASCLIN0_FRAMECON 0xF0000618          Frame Control Register
ASCLIN0_DATCON  0xF000061C          Data Configuration Register
ASCLIN0_BRG     0xF0000620          Baud Rate Generation Register
ASCLIN0_BRD     0xF0000624          Baud Rate Detection Register
ASCLIN0_LINCON  0xF0000628          LIN Control Register
ASCLIN0_LINBTIMER 0xF000062C          LIN Break Timer Register
ASCLIN0_LINHTIMER 0xF0000630          LIN Header Timer Register
ASCLIN0_FLAGS   0xF0000634          Flags Register
ASCLIN0_FLAGSSET 0xF0000638          Flags Set Register
ASCLIN0_FLAGSCLEAR 0xF000063C          Flags Clear Register
ASCLIN0_FLAGSENABLE 0xF0000640          Flags Enable Register
ASCLIN0_TXDATA  0xF0000644          Transmit Data Register
ASCLIN0_RXDATA  0xF0000648          Receive Data Register
ASCLIN0_CSR     0xF000064C          Clock Selection Register
ASCLIN0_RXDATAD 0xF0000650          Receive Data Debug Register
ASCLIN0_OCS     0xF00006E8          OCDS Control and Status
ASCLIN0_KRSTCLR 0xF00006EC          Kernel Reset Status Clear Register
ASCLIN0_KRST1   0xF00006F0          Kernel Reset Register 1
ASCLIN0_KRST0   0xF00006F4          Kernel Reset Register 0
ASCLIN0_ACCEN1  0xF00006F8          Access Enable Register 1
ASCLIN0_ACCEN0  0xF00006FC          Access Enable Register 0
ASCLIN1_CLC     0xF0000700          Clock Control Register
ASCLIN1_IOCR    0xF0000704          Input and Output Control Register
ASCLIN1_ID      0xF0000708          Module Identification Register
ASCLIN1_TXFIFOCON 0xF000070C          TX FIFO Configuration Register
ASCLIN1_RXFIFOCON 0xF0000710          RX FIFO Configuration Register
ASCLIN1_BITCON  0xF0000714          Bit Configuration Register
ASCLIN1_FRAMECON 0xF0000718          Frame Control Register
ASCLIN1_DATCON  0xF000071C          Data Configuration Register
ASCLIN1_BRG     0xF0000720          Baud Rate Generation Register
ASCLIN1_BRD     0xF0000724          Baud Rate Detection Register
ASCLIN1_LINCON  0xF0000728          LIN Control Register
ASCLIN1_LINBTIMER 0xF000072C          LIN Break Timer Register
ASCLIN1_LINHTIMER 0xF0000730          LIN Header Timer Register
ASCLIN1_FLAGS   0xF0000734          Flags Register
ASCLIN1_FLAGSSET 0xF0000738          Flags Set Register
ASCLIN1_FLAGSCLEAR 0xF000073C          Flags Clear Register
ASCLIN1_FLAGSENABLE 0xF0000740          Flags Enable Register
ASCLIN1_TXDATA  0xF0000744          Transmit Data Register
ASCLIN1_RXDATA  0xF0000748          Receive Data Register
ASCLIN1_CSR     0xF000074C          Clock Selection Register
ASCLIN1_RXDATAD 0xF0000750          Receive Data Debug Register
ASCLIN1_OCS     0xF00007E8          OCDS Control and Status
ASCLIN1_KRSTCLR 0xF00007EC          Kernel Reset Status Clear Register
ASCLIN1_KRST1   0xF00007F0          Kernel Reset Register 1
ASCLIN1_KRST0   0xF00007F4          Kernel Reset Register 0
ASCLIN1_ACCEN1  0xF00007F8          Access Enable Register 1
ASCLIN1_ACCEN0  0xF00007FC          Access Enable Register 0
QSPI0_CLC       0xF0001C00          Clock Control Register
QSPI0_PISEL     0xF0001C04          Port Input Select Register
QSPI0_ID        0xF0001C08          Module Identification Register
QSPI0_GLOBALCON 0xF0001C10          Global Configuration Register
QSPI0_GLOBALCON1 0xF0001C14          Global Configuration Register 1
QSPI0_BACON     0xF0001C18          Basic Configuration Register
QSPI0_ECON0     0xF0001C20          Configuration Extension 0
QSPI0_ECON1     0xF0001C24          Configuration Extension 1
QSPI0_ECON2     0xF0001C28          Configuration Extension 2
QSPI0_ECON3     0xF0001C2C          Configuration Extension 3
QSPI0_ECON4     0xF0001C30          Configuration Extension 4
QSPI0_ECON5     0xF0001C34          Configuration Extension 5
QSPI0_ECON6     0xF0001C38          Configuration Extension 6
QSPI0_ECON7     0xF0001C3C          Configuration Extension 7
QSPI0_STATUS    0xF0001C40          Status Register
QSPI0_STATUS1   0xF0001C44          Status Register 1
QSPI0_SSOC      0xF0001C48          Slave Select Output Control Register
QSPI0_FLAGSCLEAR 0xF0001C54          Flags Clear Register
QSPI0_XXLCON    0xF0001C58          Extra Large Data Configuration Register
QSPI0_MIXENTRY  0xF0001C5C          MIX_ENTRY Register
QSPI0_BACONENTRY 0xF0001C60          BACON_ENTRY Register
QSPI0_DATAENTRY0 0xF0001C64          DATA_ENTRY Register 0
QSPI0_DATAENTRY1 0xF0001C68          DATA_ENTRY Register 1
QSPI0_DATAENTRY2 0xF0001C6C          DATA_ENTRY Register 2
QSPI0_DATAENTRY3 0xF0001C70          DATA_ENTRY Register 3
QSPI0_DATAENTRY4 0xF0001C74          DATA_ENTRY Register 4
QSPI0_DATAENTRY5 0xF0001C78          DATA_ENTRY Register 5
QSPI0_DATAENTRY6 0xF0001C7C          DATA_ENTRY Register 6
QSPI0_DATAENTRY7 0xF0001C80          DATA_ENTRY Register 7
QSPI0_RXEXIT    0xF0001C90          RX_EXIT Register
QSPI0_RXEXITD   0xF0001C94          RX_EXIT Debug Register
QSPI0_OCS       0xF0001CE8          OCDS Control and Status
QSPI0_KRSTCLR   0xF0001CEC          Kernel Reset Status Clear Register
QSPI0_KRST1     0xF0001CF0          Kernel Reset Register 1
QSPI0_KRST0     0xF0001CF4          Kernel Reset Register 0
QSPI0_ACCEN1    0xF0001CF8          Access Enable Register 1
QSPI0_ACCEN0    0xF0001CFC          Access Enable Register 0
QSPI1_CLC       0xF0001D00          Clock Control Register
QSPI1_PISEL     0xF0001D04          Port Input Select Register
QSPI1_ID        0xF0001D08          Module Identification Register
QSPI1_GLOBALCON 0xF0001D10          Global Configuration Register
QSPI1_GLOBALCON1 0xF0001D14          Global Configuration Register 1
QSPI1_BACON     0xF0001D18          Basic Configuration Register
QSPI1_ECON0     0xF0001D20          Configuration Extension 0
QSPI1_ECON1     0xF0001D24          Configuration Extension 1
QSPI1_ECON2     0xF0001D28          Configuration Extension 2
QSPI1_ECON3     0xF0001D2C          Configuration Extension 3
QSPI1_ECON4     0xF0001D30          Configuration Extension 4
QSPI1_ECON5     0xF0001D34          Configuration Extension 5
QSPI1_ECON6     0xF0001D38          Configuration Extension 6
QSPI1_ECON7     0xF0001D3C          Configuration Extension 7
QSPI1_STATUS    0xF0001D40          Status Register
QSPI1_STATUS1   0xF0001D44          Status Register 1
QSPI1_SSOC      0xF0001D48          Slave Select Output Control Register
QSPI1_FLAGSCLEAR 0xF0001D54          Flags Clear Register
QSPI1_XXLCON    0xF0001D58          Extra Large Data Configuration Register
QSPI1_MIXENTRY  0xF0001D5C          MIX_ENTRY Register
QSPI1_BACONENTRY 0xF0001D60          BACON_ENTRY Register
QSPI1_DATAENTRY0 0xF0001D64          DATA_ENTRY Register 0
QSPI1_DATAENTRY1 0xF0001D68          DATA_ENTRY Register 1
QSPI1_DATAENTRY2 0xF0001D6C          DATA_ENTRY Register 2
QSPI1_DATAENTRY3 0xF0001D70          DATA_ENTRY Register 3
QSPI1_DATAENTRY4 0xF0001D74          DATA_ENTRY Register 4
QSPI1_DATAENTRY5 0xF0001D78          DATA_ENTRY Register 5
QSPI1_DATAENTRY6 0xF0001D7C          DATA_ENTRY Register 6
QSPI1_DATAENTRY7 0xF0001D80          DATA_ENTRY Register 7
QSPI1_RXEXIT    0xF0001D90          RX_EXIT Register
QSPI1_RXEXITD   0xF0001D94          RX_EXIT Debug Register
QSPI1_OCS       0xF0001DE8          OCDS Control and Status
QSPI1_KRSTCLR   0xF0001DEC          Kernel Reset Status Clear Register
QSPI1_KRST1     0xF0001DF0          Kernel Reset Register 1
QSPI1_KRST0     0xF0001DF4          Kernel Reset Register 0
QSPI1_ACCEN1    0xF0001DF8          Access Enable Register 1
QSPI1_ACCEN0    0xF0001DFC          Access Enable Register 0
QSPI2_CLC       0xF0001E00          Clock Control Register
QSPI2_PISEL     0xF0001E04          Port Input Select Register
QSPI2_ID        0xF0001E08          Module Identification Register
QSPI2_GLOBALCON 0xF0001E10          Global Configuration Register
QSPI2_GLOBALCON1 0xF0001E14          Global Configuration Register 1
QSPI2_BACON     0xF0001E18          Basic Configuration Register
QSPI2_ECON0     0xF0001E20          Configuration Extension 0
QSPI2_ECON1     0xF0001E24          Configuration Extension 1
QSPI2_ECON2     0xF0001E28          Configuration Extension 2
QSPI2_ECON3     0xF0001E2C          Configuration Extension 3
QSPI2_ECON4     0xF0001E30          Configuration Extension 4
QSPI2_ECON5     0xF0001E34          Configuration Extension 5
QSPI2_ECON6     0xF0001E38          Configuration Extension 6
QSPI2_ECON7     0xF0001E3C          Configuration Extension 7
QSPI2_STATUS    0xF0001E40          Status Register
QSPI2_STATUS1   0xF0001E44          Status Register 1
QSPI2_SSOC      0xF0001E48          Slave Select Output Control Register
QSPI2_FLAGSCLEAR 0xF0001E54          Flags Clear Register
QSPI2_XXLCON    0xF0001E58          Extra Large Data Configuration Register
QSPI2_MIXENTRY  0xF0001E5C          MIX_ENTRY Register
QSPI2_BACONENTRY 0xF0001E60          BACON_ENTRY Register
QSPI2_DATAENTRY0 0xF0001E64          DATA_ENTRY Register 0
QSPI2_DATAENTRY1 0xF0001E68          DATA_ENTRY Register 1
QSPI2_DATAENTRY2 0xF0001E6C          DATA_ENTRY Register 2
QSPI2_DATAENTRY3 0xF0001E70          DATA_ENTRY Register 3
QSPI2_DATAENTRY4 0xF0001E74          DATA_ENTRY Register 4
QSPI2_DATAENTRY5 0xF0001E78          DATA_ENTRY Register 5
QSPI2_DATAENTRY6 0xF0001E7C          DATA_ENTRY Register 6
QSPI2_DATAENTRY7 0xF0001E80          DATA_ENTRY Register 7
QSPI2_RXEXIT    0xF0001E90          RX_EXIT Register
QSPI2_RXEXITD   0xF0001E94          RX_EXIT Debug Register
QSPI2_CAPCON    0xF0001EA0          Capture Control Register
QSPI2_OCS       0xF0001EE8          OCDS Control and Status
QSPI2_KRSTCLR   0xF0001EEC          Kernel Reset Status Clear Register
QSPI2_KRST1     0xF0001EF0          Kernel Reset Register 1
QSPI2_KRST0     0xF0001EF4          Kernel Reset Register 0
QSPI2_ACCEN1    0xF0001EF8          Access Enable Register 1
QSPI2_ACCEN0    0xF0001EFC          Access Enable Register 0
QSPI3_CLC       0xF0001F00          Clock Control Register
QSPI3_PISEL     0xF0001F04          Port Input Select Register
QSPI3_ID        0xF0001F08          Module Identification Register
QSPI3_GLOBALCON 0xF0001F10          Global Configuration Register
QSPI3_GLOBALCON1 0xF0001F14          Global Configuration Register 1
QSPI3_BACON     0xF0001F18          Basic Configuration Register
QSPI3_ECON0     0xF0001F20          Configuration Extension 0
QSPI3_ECON1     0xF0001F24          Configuration Extension 1
QSPI3_ECON2     0xF0001F28          Configuration Extension 2
QSPI3_ECON3     0xF0001F2C          Configuration Extension 3
QSPI3_ECON4     0xF0001F30          Configuration Extension 4
QSPI3_ECON5     0xF0001F34          Configuration Extension 5
QSPI3_ECON6     0xF0001F38          Configuration Extension 6
QSPI3_ECON7     0xF0001F3C          Configuration Extension 7
QSPI3_STATUS    0xF0001F40          Status Register
QSPI3_STATUS1   0xF0001F44          Status Register 1
QSPI3_SSOC      0xF0001F48          Slave Select Output Control Register
QSPI3_FLAGSCLEAR 0xF0001F54          Flags Clear Register
QSPI3_XXLCON    0xF0001F58          Extra Large Data Configuration Register
QSPI3_MIXENTRY  0xF0001F5C          MIX_ENTRY Register
QSPI3_BACONENTRY 0xF0001F60          BACON_ENTRY Register
QSPI3_DATAENTRY0 0xF0001F64          DATA_ENTRY Register 0
QSPI3_DATAENTRY1 0xF0001F68          DATA_ENTRY Register 1
QSPI3_DATAENTRY2 0xF0001F6C          DATA_ENTRY Register 2
QSPI3_DATAENTRY3 0xF0001F70          DATA_ENTRY Register 3
QSPI3_DATAENTRY4 0xF0001F74          DATA_ENTRY Register 4
QSPI3_DATAENTRY5 0xF0001F78          DATA_ENTRY Register 5
QSPI3_DATAENTRY6 0xF0001F7C          DATA_ENTRY Register 6
QSPI3_DATAENTRY7 0xF0001F80          DATA_ENTRY Register 7
QSPI3_RXEXIT    0xF0001F90          RX_EXIT Register
QSPI3_RXEXITD   0xF0001F94          RX_EXIT Debug Register
QSPI3_CAPCON    0xF0001FA0          Capture Control Register
QSPI3_OCS       0xF0001FE8          OCDS Control and Status
QSPI3_KRSTCLR   0xF0001FEC          Kernel Reset Status Clear Register
QSPI3_KRST1     0xF0001FF0          Kernel Reset Register 1
QSPI3_KRST0     0xF0001FF4          Kernel Reset Register 0
QSPI3_ACCEN1    0xF0001FF8          Access Enable Register 1
QSPI3_ACCEN0    0xF0001FFC          Access Enable Register 0
CCU60_CLC       0xF0002A00          Clock Control Register
CCU60_MCFG      0xF0002A04          Module Configuration Register
CCU60_ID        0xF0002A08          Module Identification Register
CCU60_MOSEL     0xF0002A0C          CCU60 Module Output Select Register
CCU60_PISEL0    0xF0002A10          Port Input Select Register 0
CCU60_PISEL2    0xF0002A14          Port Input Select Register 2
CCU60_KSCSR     0xF0002A1C          Kernel State Control Sensitivity Register
CCU60_T12       0xF0002A20          Timer T12 Counter Register
CCU60_T12PR     0xF0002A24          Timer 12 Period Register
CCU60_T12DTC    0xF0002A28          Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0002A30          Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0002A34          Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0002A38          Capture/Compare Register for Channel CC62
CCU60_CC60SR    0xF0002A40          Capture/Compare Shadow Reg. for Channel CC60
CCU60_CC61SR    0xF0002A44          Capture/Compare Shadow Reg. for Channel CC61
CCU60_CC62SR    0xF0002A48          Capture/Compare Shadow Reg. for Channel CC62
CCU60_T13       0xF0002A50          Timer T13 Counter Register
CCU60_T13PR     0xF0002A54          Timer 13 Period Register
CCU60_CC63R     0xF0002A58          Compare Register for T13
CCU60_CC63SR    0xF0002A5C          Compare Shadow Register for T13
CCU60_CMPSTAT   0xF0002A60          Compare State Register
CCU60_CMPMODIF  0xF0002A64          Compare State Modification Register
CCU60_T12MSEL   0xF0002A68          T12 Mode Select Register
CCU60_TCTR0     0xF0002A70          Timer Control Register 0
CCU60_TCTR2     0xF0002A74          Timer Control Register 2
CCU60_TCTR4     0xF0002A78          Timer Control Register 4
CCU60_MODCTR    0xF0002A80          Modulation Control Register
CCU60_TRPCTR    0xF0002A84          Trap Control Register
CCU60_PSLR      0xF0002A88          Passive State Level Register
CCU60_MCMOUTS   0xF0002A8C          Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0002A90          Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0002A94          Multi-Channel Mode Control Register
CCU60_IMON      0xF0002A98          Input Monitoring Register
CCU60_LI        0xF0002A9C          Lost Indicator Register
CCU60_IS        0xF0002AA0          Interrupt Status Register
CCU60_ISS       0xF0002AA4          Interrupt Status Set Register
CCU60_ISR       0xF0002AA8          Interrupt Status Reset Register
CCU60_INP       0xF0002AAC          Interrupt Node Pointer Register
CCU60_IEN       0xF0002AB0          Interrupt Enable Register
CCU60_OCS       0xF0002AE8          OCDS Control and Status Register
CCU60_KRSTCLR   0xF0002AEC          Kernel Reset Status Clear Register
CCU60_KRST1     0xF0002AF0          Kernel Reset Register 1
CCU60_KRST0     0xF0002AF4          Kernel Reset Register 0
CCU60_ACCEN1    0xF0002AF8          Access Enable Register 1
CCU60_ACCEN0    0xF0002AFC          Access Enable Register 0
CCU61_CLC       0xF0002B00          Clock Control Register
CCU61_MCFG      0xF0002B04          Module Configuration Register
CCU61_ID        0xF0002B08          Module Identification Register
CCU61_PISEL0    0xF0002B10          Port Input Select Register 0
CCU61_PISEL2    0xF0002B14          Port Input Select Register 2
CCU61_KSCSR     0xF0002B1C          Kernel State Control Sensitivity Register
CCU61_T12       0xF0002B20          Timer T12 Counter Register
CCU61_T12PR     0xF0002B24          Timer 12 Period Register
CCU61_T12DTC    0xF0002B28          Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0002B30          Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0002B34          Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0002B38          Capture/Compare Register for Channel CC62
CCU61_CC60SR    0xF0002B40          Capture/Compare Shadow Reg. for Channel CC60
CCU61_CC61SR    0xF0002B44          Capture/Compare Shadow Reg. for Channel CC61
CCU61_CC62SR    0xF0002B48          Capture/Compare Shadow Reg. for Channel CC62
CCU61_T13       0xF0002B50          Timer T13 Counter Register
CCU61_T13PR     0xF0002B54          Timer 13 Period Register
CCU61_CC63R     0xF0002B58          Compare Register for T13
CCU61_CC63SR    0xF0002B5C          Compare Shadow Register for T13
CCU61_CMPSTAT   0xF0002B60          Compare State Register
CCU61_CMPMODIF  0xF0002B64          Compare State Modification Register
CCU61_T12MSEL   0xF0002B68          T12 Mode Select Register
CCU61_TCTR0     0xF0002B70          Timer Control Register 0
CCU61_TCTR2     0xF0002B74          Timer Control Register 2
CCU61_TCTR4     0xF0002B78          Timer Control Register 4
CCU61_MODCTR    0xF0002B80          Modulation Control Register
CCU61_TRPCTR    0xF0002B84          Trap Control Register
CCU61_PSLR      0xF0002B88          Passive State Level Register
CCU61_MCMOUTS   0xF0002B8C          Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0002B90          Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0002B94          Multi-Channel Mode Control Register
CCU61_IMON      0xF0002B98          Input Monitoring Register
CCU61_LI        0xF0002B9C          Lost Indicator Register
CCU61_IS        0xF0002BA0          Interrupt Status Register
CCU61_ISS       0xF0002BA4          Interrupt Status Set Register
CCU61_ISR       0xF0002BA8          Interrupt Status Reset Register
CCU61_INP       0xF0002BAC          Interrupt Node Pointer Register
CCU61_IEN       0xF0002BB0          Interrupt Enable Register
CCU61_OCS       0xF0002BE8          OCDS Control and Status Register
CCU61_KRSTCLR   0xF0002BEC          Kernel Reset Status Clear Register
CCU61_KRST1     0xF0002BF0          Kernel Reset Register 1
CCU61_KRST0     0xF0002BF4          Kernel Reset Register 0
CCU61_ACCEN1    0xF0002BF8          Access Enable Register 1
CCU61_ACCEN0    0xF0002BFC          Access Enable Register 0
GPT120_CLC      0xF0002E00          Clock Control Register
GPT120_PISEL    0xF0002E04          Port Input Select Register
GPT120_ID       0xF0002E08          Identification Register
GPT120_T2CON    0xF0002E10          Timer T2 Control Register
GPT120_T3CON    0xF0002E14          Timer T3 Control Register
GPT120_T4CON    0xF0002E18          Timer T4 Control Register
GPT120_T5CON    0xF0002E1C          Timer T5 Control Register
GPT120_T6CON    0xF0002E20          Timer T6 Control Register
GPT120_CAPREL   0xF0002E30          Capture and Reload Register
GPT120_T2       0xF0002E34          Timer T2 Register
GPT120_T3       0xF0002E38          Timer T3 Register
GPT120_T4       0xF0002E3C          Timer T4 Register
GPT120_T5       0xF0002E40          Timer T5 Register
GPT120_T6       0xF0002E44          Timer T6 Register
GPT120_OCS      0xF0002EE8          OCDS Control and Status Register
GPT120_KRSTCLR  0xF0002EEC          Kernel Reset Status Clear Register
GPT120_KRST1    0xF0002EF0          Kernel Reset Register 1
GPT120_KRST0    0xF0002EF4          Kernel Reset Register 0
GPT120_ACCEN1   0xF0002EF8          Access Enable Register 1
GPT120_ACCEN0   0xF0002EFC          Access Enable Register 0
SENT_CLC        0xF0003000          Clock Control Register
SENT_ID         0xF0003008          Module Identification Register
SENT_FDR        0xF000300C          SENT Fractional Divider Register
SENT_INTOV      0xF0003014          Interrupt Overview Register
SENT_TSR        0xF0003018          Time Stamp Register
SENT_TPD        0xF000301C          Time Stamp Predivider Register
SENT_RDR0       0xF0003080          Receive Data Register 0
SENT_RDR1       0xF0003084          Receive Data Register 1
SENT_RDR2       0xF0003088          Receive Data Register 2
SENT_RDR3       0xF000308C          Receive Data Register 3
SENT_OCS        0xF00030E8          OCDS Control and Status
SENT_KRSTCLR    0xF00030EC          Kernel Reset Status Clear Register
SENT_KRST1      0xF00030F0          Kernel Reset Register 1
SENT_KRST0      0xF00030F4          Kernel Reset Register 0
SENT_ACCEN1     0xF00030F8          Access Enable Register 1
SENT_ACCEN0     0xF00030FC          Access Enable Register 0
SENT_CPDR0      0xF0003100          Channel Pre Divider Register 0
SENT_CFDR0      0xF0003104          Channel Fractional Divider Register 0
SENT_RCR0       0xF0003108          Receiver Control Register 0
SENT_RSR0       0xF000310C          Receive Status Register 0
SENT_SDS0       0xF0003110          Serial Data and Status Register 0
SENT_IOCR0      0xF0003114          Input and Output Control Register 0
SENT_SCR0       0xF0003118          SPC Control Register 0
SENT_VIEW0      0xF000311C          Receive Data View Register 0
SENT_INTSTAT0   0xF0003120          Interrupt Status Register 0
SENT_INTSET0    0xF0003124          Interrupt Set Register 0
SENT_INTCLR0    0xF0003128          Interrupt Clear Register 0
SENT_INTEN0     0xF000312C          Interrupt Enable Register 0
SENT_INP0       0xF0003130          Interrupt Node Pointer Register 0
SENT_WDT0       0xF0003134          Watch Dog Timer Register 0
SENT_CPDR1      0xF0003140          Channel Pre Divider Register 1
SENT_CFDR1      0xF0003144          Channel Fractional Divider Register 1
SENT_RCR1       0xF0003148          Receiver Control Register 1
SENT_RSR1       0xF000314C          Receive Status Register 1
SENT_SDS1       0xF0003150          Serial Data and Status Register 1
SENT_IOCR1      0xF0003154          Input and Output Control Register 1
SENT_SCR1       0xF0003158          SPC Control Register 1
SENT_VIEW1      0xF000315C          Receive Data View Register 1
SENT_INTSTAT1   0xF0003160          Interrupt Status Register 1
SENT_INTSET1    0xF0003164          Interrupt Set Register 1
SENT_INTCLR1    0xF0003168          Interrupt Clear Register 1
SENT_INTEN1     0xF000316C          Interrupt Enable Register 1
SENT_INP1       0xF0003170          Interrupt Node Pointer Register 1
SENT_WDT1       0xF0003174          Watch Dog Timer Register 1
SENT_CPDR2      0xF0003180          Channel Pre Divider Register 2
SENT_CFDR2      0xF0003184          Channel Fractional Divider Register 2
SENT_RCR2       0xF0003188          Receiver Control Register 2
SENT_RSR2       0xF000318C          Receive Status Register 2
SENT_SDS2       0xF0003190          Serial Data and Status Register 2
SENT_IOCR2      0xF0003194          Input and Output Control Register 2
SENT_SCR2       0xF0003198          SPC Control Register 2
SENT_VIEW2      0xF000319C          Receive Data View Register 2
SENT_INTSTAT2   0xF00031A0          Interrupt Status Register 2
SENT_INTSET2    0xF00031A4          Interrupt Set Register 2
SENT_INTCLR2    0xF00031A8          Interrupt Clear Register 2
SENT_INTEN2     0xF00031AC          Interrupt Enable Register 2
SENT_INP2       0xF00031B0          Interrupt Node Pointer Register 2
SENT_WDT2       0xF00031B4          Watch Dog Timer Register 2
SENT_CPDR3      0xF00031C0          Channel Pre Divider Register 3
SENT_CFDR3      0xF00031C4          Channel Fractional Divider Register 3
SENT_RCR3       0xF00031C8          Receiver Control Register 3
SENT_RSR3       0xF00031CC          Receive Status Register 3
SENT_SDS3       0xF00031D0          Serial Data and Status Register 3
SENT_IOCR3      0xF00031D4          Input and Output Control Register 3
SENT_SCR3       0xF00031D8          SPC Control Register 3
SENT_VIEW3      0xF00031DC          Receive Data View Register 3
SENT_INTSTAT3   0xF00031E0          Interrupt Status Register 3
SENT_INTSET3    0xF00031E4          Interrupt Set Register 3
SENT_INTCLR3    0xF00031E8          Interrupt Clear Register 3
SENT_INTEN3     0xF00031EC          Interrupt Enable Register 3
SENT_INP3       0xF00031F0          Interrupt Node Pointer Register 3
SENT_WDT3       0xF00031F4          Watch Dog Timer Register 3
SENT_RTS0       0xF0003A80          Receive Time Stamp Register 0
SENT_RTS1       0xF0003A84          Receive Time Stamp Register 1
SENT_RTS2       0xF0003A88          Receive Time Stamp Register 2
SENT_RTS3       0xF0003A8C          Receive Time Stamp Register 3
DMA_CLC         0xF0010000          DMA Clock Control Register
DMA_ID          0xF0010008          Module Identification Register
DMA_MEMCON      0xF0010020          DMA Memory Control Register
DMA_ACCEN00     0xF0010040          DMA Hardware Resource 0 Access Enable Register 0
DMA_ACCEN01     0xF0010044          DMA Hardware Resource 0 Access Enable Register 1
DMA_ACCEN10     0xF0010048          DMA Hardware Resource 1 Access Enable Register 0
DMA_ACCEN11     0xF001004C          DMA Hardware Resource 1 Access Enable Register 1
DMA_ACCEN20     0xF0010050          DMA Hardware Resource 2 Access Enable Register 0
DMA_ACCEN21     0xF0010054          DMA Hardware Resource 2 Access Enable Register 1
DMA_ACCEN30     0xF0010058          DMA Hardware Resource 3 Access Enable Register 0
DMA_ACCEN31     0xF001005C          DMA Hardware Resource 3 Access Enable Register 1
DMA_EER0        0xF0010120          DMA Enable Error Register 0
DMA_ERRSR0      0xF0010124          DMA Error Status Register 0
DMA_CLRE0       0xF0010128          DMA Clear Error Register 0
DMA_ME0SR       0xF0010130          DMA Move Engine 0 Status Register
DMA_ME00R       0xF0010140          DMA Move Engine 0 Read Register 0
DMA_ME01R       0xF0010144          DMA Move Engine 0 Read Register 1
DMA_ME02R       0xF0010148          DMA Move Engine 0 Read Register 2
DMA_ME03R       0xF001014C          DMA Move Engine 0 Read Register 3
DMA_ME04R       0xF0010150          DMA Move Engine 0 Read Register 4
DMA_ME05R       0xF0010154          DMA Move Engine 0 Read Register 5
DMA_ME06R       0xF0010158          DMA Move Engine 0 Read Register 6
DMA_ME07R       0xF001015C          DMA Move Engine 0 Read Register 7
DMA_ME0RDCRC    0xF0010180          DMA Move Engine 0 Channel Read Data CRC Register
DMA_ME0SDCRC    0xF0010184          DMA Move Engine 0 Channel Source and Destination Address CRC Register
DMA_ME0SADR     0xF0010188          DMA Move Engine 0 Channel Source Address Register
DMA_ME0DADR     0xF001018C          DMA Move Engine 0 Channel Destination Address Register x
DMA_ME0ADICR    0xF0010190          DMA Move Engine 0 Channel Address and Interrupt Control Register
DMA_ME0CHCR     0xF0010194          DMA Move Engine 0 Channel Control Register
DMA_ME0SHADR    0xF0010198          DMA Move Engine 0 Channel Shadow Address Register
DMA_ME0CHSR     0xF001019C          DMA Move Engine 0 Channel Status Register
DMA_EER1        0xF0011120          DMA Enable Error Register 1
DMA_ERRSR1      0xF0011124          DMA Error Status Register 1
DMA_CLRE1       0xF0011128          DMA Clear Error Register 1
DMA_ME1SR       0xF0011130          DMA Move Engine 1 Status Register
DMA_ME10R       0xF0011140          DMA Move Engine 1 Read Register 0
DMA_ME11R       0xF0011144          DMA Move Engine 1 Read Register 1
DMA_ME12R       0xF0011148          DMA Move Engine 1 Read Register 2
DMA_ME13R       0xF001114C          DMA Move Engine 1 Read Register 3
DMA_ME14R       0xF0011150          DMA Move Engine 1 Read Register 4
DMA_ME15R       0xF0011154          DMA Move Engine 1 Read Register 5
DMA_ME16R       0xF0011158          DMA Move Engine 1 Read Register 6
DMA_ME17R       0xF001115C          DMA Move Engine 1 Read Register 7
DMA_ME1RDCRC    0xF0011180          DMA Move Engine 1 Channel Read Data CRC Register
DMA_ME1SDCRC    0xF0011184          DMA Move Engine 1 Channel Source and Destination Address CRC Register
DMA_ME1SADR     0xF0011188          DMA Move Engine 1 Channel Source Address Register
DMA_ME1DADR     0xF001118C          DMA Move Engine 1 Channel Destination Address Register x
DMA_ME1ADICR    0xF0011190          DMA Move Engine 1 Channel Address and Interrupt Control Register
DMA_ME1CHCR     0xF0011194          DMA Move Engine 1 Channel Control Register
DMA_ME1SHADR    0xF0011198          DMA Move Engine 1 Channel Shadow Address Register
DMA_ME1CHSR     0xF001119C          DMA Move Engine 1 Channel Status Register
DMA_OTSS        0xF0011200          DMA OCDS Trigger Set Select
DMA_ERRINTR     0xF0011204          DMA Error Interrupt Set Register
DMA_PRR0        0xF0011208          Pattern Read Register 0
DMA_PRR1        0xF001120C          Pattern Read Register 1
DMA_TIME        0xF0011210          Time Register
DMA_MODE0       0xF0011300          DMA Mode Register 0
DMA_MODE1       0xF0011304          DMA Mode Register 1
DMA_MODE2       0xF0011308          DMA Mode Register 2
DMA_MODE3       0xF001130C          DMA Mode Register 3
DMA_HRR000      0xF0011800          DMA Channel Hardware Resource Register 000
DMA_HRR001      0xF0011804          DMA Channel Hardware Resource Register 001
DMA_HRR002      0xF0011808          DMA Channel Hardware Resource Register 002
DMA_HRR003      0xF001180C          DMA Channel Hardware Resource Register 003
DMA_HRR004      0xF0011810          DMA Channel Hardware Resource Register 004
DMA_HRR005      0xF0011814          DMA Channel Hardware Resource Register 005
DMA_HRR006      0xF0011818          DMA Channel Hardware Resource Register 006
DMA_HRR007      0xF001181C          DMA Channel Hardware Resource Register 007
DMA_HRR008      0xF0011820          DMA Channel Hardware Resource Register 008
DMA_HRR009      0xF0011824          DMA Channel Hardware Resource Register 009
DMA_HRR010      0xF0011828          DMA Channel Hardware Resource Register 010
DMA_HRR011      0xF001182C          DMA Channel Hardware Resource Register 011
DMA_HRR012      0xF0011830          DMA Channel Hardware Resource Register 012
DMA_HRR013      0xF0011834          DMA Channel Hardware Resource Register 013
DMA_HRR014      0xF0011838          DMA Channel Hardware Resource Register 014
DMA_HRR015      0xF001183C          DMA Channel Hardware Resource Register 015
DMA_SUSENR000   0xF0011A00          DMA Suspend Enable Register 000
DMA_SUSENR001   0xF0011A04          DMA Suspend Enable Register 001
DMA_SUSENR002   0xF0011A08          DMA Suspend Enable Register 002
DMA_SUSENR003   0xF0011A0C          DMA Suspend Enable Register 003
DMA_SUSENR004   0xF0011A10          DMA Suspend Enable Register 004
DMA_SUSENR005   0xF0011A14          DMA Suspend Enable Register 005
DMA_SUSENR006   0xF0011A18          DMA Suspend Enable Register 006
DMA_SUSENR007   0xF0011A1C          DMA Suspend Enable Register 007
DMA_SUSENR008   0xF0011A20          DMA Suspend Enable Register 008
DMA_SUSENR009   0xF0011A24          DMA Suspend Enable Register 009
DMA_SUSENR010   0xF0011A28          DMA Suspend Enable Register 010
DMA_SUSENR011   0xF0011A2C          DMA Suspend Enable Register 011
DMA_SUSENR012   0xF0011A30          DMA Suspend Enable Register 012
DMA_SUSENR013   0xF0011A34          DMA Suspend Enable Register 013
DMA_SUSENR014   0xF0011A38          DMA Suspend Enable Register 014
DMA_SUSENR015   0xF0011A3C          DMA Suspend Enable Register 015
DMA_SUSACR000   0xF0011C00          DMA Suspend Acknowledge Register 000
DMA_SUSACR001   0xF0011C04          DMA Suspend Acknowledge Register 001
DMA_SUSACR002   0xF0011C08          DMA Suspend Acknowledge Register 002
DMA_SUSACR003   0xF0011C0C          DMA Suspend Acknowledge Register 003
DMA_SUSACR004   0xF0011C10          DMA Suspend Acknowledge Register 004
DMA_SUSACR005   0xF0011C14          DMA Suspend Acknowledge Register 005
DMA_SUSACR006   0xF0011C18          DMA Suspend Acknowledge Register 006
DMA_SUSACR007   0xF0011C1C          DMA Suspend Acknowledge Register 007
DMA_SUSACR008   0xF0011C20          DMA Suspend Acknowledge Register 008
DMA_SUSACR009   0xF0011C24          DMA Suspend Acknowledge Register 009
DMA_SUSACR010   0xF0011C28          DMA Suspend Acknowledge Register 010
DMA_SUSACR011   0xF0011C2C          DMA Suspend Acknowledge Register 011
DMA_SUSACR012   0xF0011C30          DMA Suspend Acknowledge Register 012
DMA_SUSACR013   0xF0011C34          DMA Suspend Acknowledge Register 013
DMA_SUSACR014   0xF0011C38          DMA Suspend Acknowledge Register 014
DMA_SUSACR015   0xF0011C3C          DMA Suspend Acknowledge Register 015
DMA_TSR000      0xF0011E00          DMA Transaction State Register 000
DMA_TSR001      0xF0011E04          DMA Transaction State Register 001
DMA_TSR002      0xF0011E08          DMA Transaction State Register 002
DMA_TSR003      0xF0011E0C          DMA Transaction State Register 003
DMA_TSR004      0xF0011E10          DMA Transaction State Register 004
DMA_TSR005      0xF0011E14          DMA Transaction State Register 005
DMA_TSR006      0xF0011E18          DMA Transaction State Register 006
DMA_TSR007      0xF0011E1C          DMA Transaction State Register 007
DMA_TSR008      0xF0011E20          DMA Transaction State Register 008
DMA_TSR009      0xF0011E24          DMA Transaction State Register 009
DMA_TSR010      0xF0011E28          DMA Transaction State Register 010
DMA_TSR011      0xF0011E2C          DMA Transaction State Register 011
DMA_TSR012      0xF0011E30          DMA Transaction State Register 012
DMA_TSR013      0xF0011E34          DMA Transaction State Register 013
DMA_TSR014      0xF0011E38          DMA Transaction State Register 014
DMA_TSR015      0xF0011E3C          DMA Transaction State Register 015
DMA_RDCRCR000   0xF0012000          DMA Channel Read Data CRC Register 000
DMA_SDCRCR000   0xF0012004          DMA Channel Source and Destination Address CRC Register 000
DMA_SADR000     0xF0012008          DMA Channel Source Address Register 000
DMA_DADR000     0xF001200C          DMA Channel Destination Address Register x
DMA_ADICR000    0xF0012010          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR000   0xF0012014          DMA Channel Configuration Register 000
DMA_SHADR000    0xF0012018          DMA Channel Shadow Address Register 000
DMA_CHCSR000    0xF001201C          DMARAM Channel Control and Status Register 000
DMA_RDCRCR001   0xF0012020          DMA Channel Read Data CRC Register 001
DMA_SDCRCR001   0xF0012024          DMA Channel Source and Destination Address CRC Register 001
DMA_SADR001     0xF0012028          DMA Channel Source Address Register 001
DMA_DADR001     0xF001202C          DMA Channel Destination Address Register x
DMA_ADICR001    0xF0012030          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR001   0xF0012034          DMA Channel Configuration Register 001
DMA_SHADR001    0xF0012038          DMA Channel Shadow Address Register 001
DMA_CHCSR001    0xF001203C          DMARAM Channel Control and Status Register 001
DMA_RDCRCR002   0xF0012040          DMA Channel Read Data CRC Register 002
DMA_SDCRCR002   0xF0012044          DMA Channel Source and Destination Address CRC Register 002
DMA_SADR002     0xF0012048          DMA Channel Source Address Register 002
DMA_DADR002     0xF001204C          DMA Channel Destination Address Register x
DMA_ADICR002    0xF0012050          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR002   0xF0012054          DMA Channel Configuration Register 002
DMA_SHADR002    0xF0012058          DMA Channel Shadow Address Register 002
DMA_CHCSR002    0xF001205C          DMARAM Channel Control and Status Register 002
DMA_RDCRCR003   0xF0012060          DMA Channel Read Data CRC Register 003
DMA_SDCRCR003   0xF0012064          DMA Channel Source and Destination Address CRC Register 003
DMA_SADR003     0xF0012068          DMA Channel Source Address Register 003
DMA_DADR003     0xF001206C          DMA Channel Destination Address Register x
DMA_ADICR003    0xF0012070          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR003   0xF0012074          DMA Channel Configuration Register 003
DMA_SHADR003    0xF0012078          DMA Channel Shadow Address Register 003
DMA_CHCSR003    0xF001207C          DMARAM Channel Control and Status Register 003
DMA_RDCRCR004   0xF0012080          DMA Channel Read Data CRC Register 004
DMA_SDCRCR004   0xF0012084          DMA Channel Source and Destination Address CRC Register 004
DMA_SADR004     0xF0012088          DMA Channel Source Address Register 004
DMA_DADR004     0xF001208C          DMA Channel Destination Address Register x
DMA_ADICR004    0xF0012090          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR004   0xF0012094          DMA Channel Configuration Register 004
DMA_SHADR004    0xF0012098          DMA Channel Shadow Address Register 004
DMA_CHCSR004    0xF001209C          DMARAM Channel Control and Status Register 004
DMA_RDCRCR005   0xF00120A0          DMA Channel Read Data CRC Register 005
DMA_SDCRCR005   0xF00120A4          DMA Channel Source and Destination Address CRC Register 005
DMA_SADR005     0xF00120A8          DMA Channel Source Address Register 005
DMA_DADR005     0xF00120AC          DMA Channel Destination Address Register x
DMA_ADICR005    0xF00120B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR005   0xF00120B4          DMA Channel Configuration Register 005
DMA_SHADR005    0xF00120B8          DMA Channel Shadow Address Register 005
DMA_CHCSR005    0xF00120BC          DMARAM Channel Control and Status Register 005
DMA_RDCRCR006   0xF00120C0          DMA Channel Read Data CRC Register 006
DMA_SDCRCR006   0xF00120C4          DMA Channel Source and Destination Address CRC Register 006
DMA_SADR006     0xF00120C8          DMA Channel Source Address Register 006
DMA_DADR006     0xF00120CC          DMA Channel Destination Address Register x
DMA_ADICR006    0xF00120D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR006   0xF00120D4          DMA Channel Configuration Register 006
DMA_SHADR006    0xF00120D8          DMA Channel Shadow Address Register 006
DMA_CHCSR006    0xF00120DC          DMARAM Channel Control and Status Register 006
DMA_RDCRCR007   0xF00120E0          DMA Channel Read Data CRC Register 007
DMA_SDCRCR007   0xF00120E4          DMA Channel Source and Destination Address CRC Register 007
DMA_SADR007     0xF00120E8          DMA Channel Source Address Register 007
DMA_DADR007     0xF00120EC          DMA Channel Destination Address Register x
DMA_ADICR007    0xF00120F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR007   0xF00120F4          DMA Channel Configuration Register 007
DMA_SHADR007    0xF00120F8          DMA Channel Shadow Address Register 007
DMA_CHCSR007    0xF00120FC          DMARAM Channel Control and Status Register 007
DMA_RDCRCR008   0xF0012100          DMA Channel Read Data CRC Register 008
DMA_SDCRCR008   0xF0012104          DMA Channel Source and Destination Address CRC Register 008
DMA_SADR008     0xF0012108          DMA Channel Source Address Register 008
DMA_DADR008     0xF001210C          DMA Channel Destination Address Register x
DMA_ADICR008    0xF0012110          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR008   0xF0012114          DMA Channel Configuration Register 008
DMA_SHADR008    0xF0012118          DMA Channel Shadow Address Register 008
DMA_CHCSR008    0xF001211C          DMARAM Channel Control and Status Register 008
DMA_RDCRCR009   0xF0012120          DMA Channel Read Data CRC Register 009
DMA_SDCRCR009   0xF0012124          DMA Channel Source and Destination Address CRC Register 009
DMA_SADR009     0xF0012128          DMA Channel Source Address Register 009
DMA_DADR009     0xF001212C          DMA Channel Destination Address Register x
DMA_ADICR009    0xF0012130          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR009   0xF0012134          DMA Channel Configuration Register 009
DMA_SHADR009    0xF0012138          DMA Channel Shadow Address Register 009
DMA_CHCSR009    0xF001213C          DMARAM Channel Control and Status Register 009
DMA_RDCRCR010   0xF0012140          DMA Channel Read Data CRC Register 010
DMA_SDCRCR010   0xF0012144          DMA Channel Source and Destination Address CRC Register 010
DMA_SADR010     0xF0012148          DMA Channel Source Address Register 010
DMA_DADR010     0xF001214C          DMA Channel Destination Address Register x
DMA_ADICR010    0xF0012150          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR010   0xF0012154          DMA Channel Configuration Register 010
DMA_SHADR010    0xF0012158          DMA Channel Shadow Address Register 010
DMA_CHCSR010    0xF001215C          DMARAM Channel Control and Status Register 010
DMA_RDCRCR011   0xF0012160          DMA Channel Read Data CRC Register 011
DMA_SDCRCR011   0xF0012164          DMA Channel Source and Destination Address CRC Register 011
DMA_SADR011     0xF0012168          DMA Channel Source Address Register 011
DMA_DADR011     0xF001216C          DMA Channel Destination Address Register x
DMA_ADICR011    0xF0012170          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR011   0xF0012174          DMA Channel Configuration Register 011
DMA_SHADR011    0xF0012178          DMA Channel Shadow Address Register 011
DMA_CHCSR011    0xF001217C          DMARAM Channel Control and Status Register 011
DMA_RDCRCR012   0xF0012180          DMA Channel Read Data CRC Register 012
DMA_SDCRCR012   0xF0012184          DMA Channel Source and Destination Address CRC Register 012
DMA_SADR012     0xF0012188          DMA Channel Source Address Register 012
DMA_DADR012     0xF001218C          DMA Channel Destination Address Register x
DMA_ADICR012    0xF0012190          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR012   0xF0012194          DMA Channel Configuration Register 012
DMA_SHADR012    0xF0012198          DMA Channel Shadow Address Register 012
DMA_CHCSR012    0xF001219C          DMARAM Channel Control and Status Register 012
DMA_RDCRCR013   0xF00121A0          DMA Channel Read Data CRC Register 013
DMA_SDCRCR013   0xF00121A4          DMA Channel Source and Destination Address CRC Register 013
DMA_SADR013     0xF00121A8          DMA Channel Source Address Register 013
DMA_DADR013     0xF00121AC          DMA Channel Destination Address Register x
DMA_ADICR013    0xF00121B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR013   0xF00121B4          DMA Channel Configuration Register 013
DMA_SHADR013    0xF00121B8          DMA Channel Shadow Address Register 013
DMA_CHCSR013    0xF00121BC          DMARAM Channel Control and Status Register 013
DMA_RDCRCR014   0xF00121C0          DMA Channel Read Data CRC Register 014
DMA_SDCRCR014   0xF00121C4          DMA Channel Source and Destination Address CRC Register 014
DMA_SADR014     0xF00121C8          DMA Channel Source Address Register 014
DMA_DADR014     0xF00121CC          DMA Channel Destination Address Register x
DMA_ADICR014    0xF00121D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR014   0xF00121D4          DMA Channel Configuration Register 014
DMA_SHADR014    0xF00121D8          DMA Channel Shadow Address Register 014
DMA_CHCSR014    0xF00121DC          DMARAM Channel Control and Status Register 014
DMA_RDCRCR015   0xF00121E0          DMA Channel Read Data CRC Register 015
DMA_SDCRCR015   0xF00121E4          DMA Channel Source and Destination Address CRC Register 015
DMA_SADR015     0xF00121E8          DMA Channel Source Address Register 015
DMA_DADR015     0xF00121EC          DMA Channel Destination Address Register x
DMA_ADICR015    0xF00121F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR015   0xF00121F4          DMA Channel Configuration Register 015
DMA_SHADR015    0xF00121F8          DMA Channel Shadow Address Register 015
DMA_CHCSR015    0xF00121FC          DMARAM Channel Control and Status Register 015
CAN_CLC         0xF0018000          CAN Clock Control Register
CAN_ID          0xF0018008          Module Identification Register
CAN_FDR         0xF001800C          CAN Fractional Divider Register
CAN_OCS         0xF00180E8          OCDS Control and Status
CAN_KRSTCLR     0xF00180EC          Kernel Reset Status Clear Register
CAN_KRST1       0xF00180F0          Kernel Reset Register 1
CAN_KRST0       0xF00180F4          Kernel Reset Register 0
CAN_ACCEN1      0xF00180F8          Access Enable Register 1
CAN_ACCEN0      0xF00180FC          Access Enable Register 0
CAN_LIST0       0xF0018100          List Register 0
CAN_LIST1       0xF0018104          List Register 1
CAN_LIST2       0xF0018108          List Register 2
CAN_LIST3       0xF001810C          List Register 3
CAN_LIST4       0xF0018110          List Register 4
CAN_LIST5       0xF0018114          List Register 5
CAN_LIST6       0xF0018118          List Register 6
CAN_LIST7       0xF001811C          List Register 7
CAN_LIST8       0xF0018120          List Register 8
CAN_LIST9       0xF0018124          List Register 9
CAN_LIST10      0xF0018128          List Register 10
CAN_LIST11      0xF001812C          List Register 11
CAN_LIST12      0xF0018130          List Register 12
CAN_LIST13      0xF0018134          List Register 13
CAN_LIST14      0xF0018138          List Register 14
CAN_LIST15      0xF001813C          List Register 15
CAN_MSPND0      0xF0018140          Message Pending Register 0
CAN_MSPND1      0xF0018144          Message Pending Register 1
CAN_MSPND2      0xF0018148          Message Pending Register 2
CAN_MSPND3      0xF001814C          Message Pending Register 3
CAN_MSPND4      0xF0018150          Message Pending Register 4
CAN_MSPND5      0xF0018154          Message Pending Register 5
CAN_MSPND6      0xF0018158          Message Pending Register 6
CAN_MSPND7      0xF001815C          Message Pending Register 7
CAN_MSID0       0xF0018180          Message Index Register 0
CAN_MSID1       0xF0018184          Message Index Register 1
CAN_MSID2       0xF0018188          Message Index Register 2
CAN_MSID3       0xF001818C          Message Index Register 3
CAN_MSID4       0xF0018190          Message Index Register 4
CAN_MSID5       0xF0018194          Message Index Register 5
CAN_MSID6       0xF0018198          Message Index Register 6
CAN_MSID7       0xF001819C          Message Index Register 7
CAN_MSIMASK     0xF00181C0          Message Index Mask Register
CAN_PANCTR      0xF00181C4          Panel Control Register
CAN_MCR         0xF00181C8          Module Control Register
CAN_MITR        0xF00181CC          Module Interrupt Trigger Register
CAN_MECR        0xF00181D0          Measurement Control Register
CAN_MESTAT      0xF00181D4          Measurement Status Register
CAN_NCR0        0xF0018200          Node 0 Control Register
CAN_NSR0        0xF0018204          Node 0 Status Register
CAN_NIPR0       0xF0018208          Node 0 Interrupt Pointer Register
CAN_NPCR0       0xF001820C          Node 0 Port Control Register
CAN_NBTR0       0xF0018210          Node 0 Bit Timing Register
CAN_NECNT0      0xF0018214          Node 0 Error Counter Register
CAN_NFCR0       0xF0018218          Node 0 Frame Counter Register
CAN_NTCCR0      0xF001821C          Node 0 Timer Clock Control Register
CAN_NTRTR0      0xF0018220          Node 0 Timer Receive Timeout Register
CAN_NTATTR0     0xF0018224          Node 0 Timer A Transmit Trigger Register
CAN_NTBTTR0     0xF0018228          Node 0 Timer B Transmit Trigger Register
CAN_NTCTTR0     0xF001822C          Node 0 Timer C Transmit Trigger Register
CAN_FNBTR0      0xF0018238          Fast Node 0 Bit Timing Register
CAN_NTDCR0      0xF001823C          Node 0 Transmitter Delay Compensation Register
CAN_NCR1        0xF0018300          Node 1 Control Register
CAN_NSR1        0xF0018304          Node 1 Status Register
CAN_NIPR1       0xF0018308          Node 1 Interrupt Pointer Register
CAN_NPCR1       0xF001830C          Node 1 Port Control Register
CAN_NBTR1       0xF0018310          Node 1 Bit Timing Register
CAN_NECNT1      0xF0018314          Node 1 Error Counter Register
CAN_NFCR1       0xF0018318          Node 1 Frame Counter Register
CAN_NTCCR1      0xF001831C          Node 1 Timer Clock Control Register
CAN_NTRTR1      0xF0018320          Node 1 Timer Receive Timeout Register
CAN_NTATTR1     0xF0018324          Node 1 Timer A Transmit Trigger Register
CAN_NTBTTR1     0xF0018328          Node 1 Timer B Transmit Trigger Register
CAN_NTCTTR1     0xF001832C          Node 1 Timer C Transmit Trigger Register
CAN_FNBTR1      0xF0018338          Fast Node 1 Bit Timing Register
CAN_NTDCR1      0xF001833C          Node 1 Transmitter Delay Compensation Register
CAN_NCR2        0xF0018400          Node 2 Control Register
CAN_NSR2        0xF0018404          Node 2 Status Register
CAN_NIPR2       0xF0018408          Node 2 Interrupt Pointer Register
CAN_NPCR2       0xF001840C          Node 2 Port Control Register
CAN_NBTR2       0xF0018410          Node 2 Bit Timing Register
CAN_NECNT2      0xF0018414          Node 2 Error Counter Register
CAN_NFCR2       0xF0018418          Node 2 Frame Counter Register
CAN_NTCCR2      0xF001841C          Node 2 Timer Clock Control Register
CAN_NTRTR2      0xF0018420          Node 2 Timer Receive Timeout Register
CAN_NTATTR2     0xF0018424          Node 2 Timer A Transmit Trigger Register
CAN_NTBTTR2     0xF0018428          Node 2 Timer B Transmit Trigger Register
CAN_NTCTTR2     0xF001842C          Node 2 Timer C Transmit Trigger Register
CAN_FNBTR2      0xF0018438          Fast Node 2 Bit Timing Register
CAN_NTDCR2      0xF001843C          Node 2 Transmitter Delay Compensation Register
CAN_MOFCR0      0xF0019000          Message Object 0 Function Control Register
CAN_MOFGPR0     0xF0019004          Message Object 0 FIFO/Gateway Pointer Register
CAN_MOIPR0      0xF0019008          Message Object 0 Interrupt Pointer Register
CAN_MOAMR0      0xF001900C          Message Object 0 Acceptance Mask Register
CAN_MODATAL0    0xF0019010          Message Object 0 Data Register Low
CAN_MODATAH0    0xF0019014          Message Object 0 Data Register High
CAN_MOAR0       0xF0019018          Message Object 0 Arbitration Register
CAN_MOCTR0      0xF001901C          Message Object 0 Control Register
CAN_MOFCR1      0xF0019020          Message Object 1 Function Control Register
CAN_MOFGPR1     0xF0019024          Message Object 1 FIFO/Gateway Pointer Register
CAN_MOIPR1      0xF0019028          Message Object 1 Interrupt Pointer Register
CAN_MOAMR1      0xF001902C          Message Object 1 Acceptance Mask Register
CAN_MODATAL1    0xF0019030          Message Object 1 Data Register Low
CAN_MODATAH1    0xF0019034          Message Object 1 Data Register High
CAN_MOAR1       0xF0019038          Message Object 1 Arbitration Register
CAN_MOCTR1      0xF001903C          Message Object 1 Control Register
CAN_MOFCR2      0xF0019040          Message Object 2 Function Control Register
CAN_MOFGPR2     0xF0019044          Message Object 2 FIFO/Gateway Pointer Register
CAN_MOIPR2      0xF0019048          Message Object 2 Interrupt Pointer Register
CAN_MOAMR2      0xF001904C          Message Object 2 Acceptance Mask Register
CAN_MODATAL2    0xF0019050          Message Object 2 Data Register Low
CAN_MODATAH2    0xF0019054          Message Object 2 Data Register High
CAN_MOAR2       0xF0019058          Message Object 2 Arbitration Register
CAN_MOCTR2      0xF001905C          Message Object 2 Control Register
CAN_MOFCR3      0xF0019060          Message Object 3 Function Control Register
CAN_MOFGPR3     0xF0019064          Message Object 3 FIFO/Gateway Pointer Register
CAN_MOIPR3      0xF0019068          Message Object 3 Interrupt Pointer Register
CAN_MOAMR3      0xF001906C          Message Object 3 Acceptance Mask Register
CAN_MODATAL3    0xF0019070          Message Object 3 Data Register Low
CAN_MODATAH3    0xF0019074          Message Object 3 Data Register High
CAN_MOAR3       0xF0019078          Message Object 3 Arbitration Register
CAN_MOCTR3      0xF001907C          Message Object 3 Control Register
CAN_MOFCR4      0xF0019080          Message Object 4 Function Control Register
CAN_MOFGPR4     0xF0019084          Message Object 4 FIFO/Gateway Pointer Register
CAN_MOIPR4      0xF0019088          Message Object 4 Interrupt Pointer Register
CAN_MOAMR4      0xF001908C          Message Object 4 Acceptance Mask Register
CAN_MODATAL4    0xF0019090          Message Object 4 Data Register Low
CAN_MODATAH4    0xF0019094          Message Object 4 Data Register High
CAN_MOAR4       0xF0019098          Message Object 4 Arbitration Register
CAN_MOCTR4      0xF001909C          Message Object 4 Control Register
CAN_MOFCR5      0xF00190A0          Message Object 5 Function Control Register
CAN_MOFGPR5     0xF00190A4          Message Object 5 FIFO/Gateway Pointer Register
CAN_MOIPR5      0xF00190A8          Message Object 5 Interrupt Pointer Register
CAN_MOAMR5      0xF00190AC          Message Object 5 Acceptance Mask Register
CAN_MODATAL5    0xF00190B0          Message Object 5 Data Register Low
CAN_MODATAH5    0xF00190B4          Message Object 5 Data Register High
CAN_MOAR5       0xF00190B8          Message Object 5 Arbitration Register
CAN_MOCTR5      0xF00190BC          Message Object 5 Control Register
CAN_MOFCR6      0xF00190C0          Message Object 6 Function Control Register
CAN_MOFGPR6     0xF00190C4          Message Object 6 FIFO/Gateway Pointer Register
CAN_MOIPR6      0xF00190C8          Message Object 6 Interrupt Pointer Register
CAN_MOAMR6      0xF00190CC          Message Object 6 Acceptance Mask Register
CAN_MODATAL6    0xF00190D0          Message Object 6 Data Register Low
CAN_MODATAH6    0xF00190D4          Message Object 6 Data Register High
CAN_MOAR6       0xF00190D8          Message Object 6 Arbitration Register
CAN_MOCTR6      0xF00190DC          Message Object 6 Control Register
CAN_MOFCR7      0xF00190E0          Message Object 7 Function Control Register
CAN_MOFGPR7     0xF00190E4          Message Object 7 FIFO/Gateway Pointer Register
CAN_MOIPR7      0xF00190E8          Message Object 7 Interrupt Pointer Register
CAN_MOAMR7      0xF00190EC          Message Object 7 Acceptance Mask Register
CAN_MODATAL7    0xF00190F0          Message Object 7 Data Register Low
CAN_MODATAH7    0xF00190F4          Message Object 7 Data Register High
CAN_MOAR7       0xF00190F8          Message Object 7 Arbitration Register
CAN_MOCTR7      0xF00190FC          Message Object 7 Control Register
CAN_MOFCR8      0xF0019100          Message Object 8 Function Control Register
CAN_MOFGPR8     0xF0019104          Message Object 8 FIFO/Gateway Pointer Register
CAN_MOIPR8      0xF0019108          Message Object 8 Interrupt Pointer Register
CAN_MOAMR8      0xF001910C          Message Object 8 Acceptance Mask Register
CAN_MODATAL8    0xF0019110          Message Object 8 Data Register Low
CAN_MODATAH8    0xF0019114          Message Object 8 Data Register High
CAN_MOAR8       0xF0019118          Message Object 8 Arbitration Register
CAN_MOCTR8      0xF001911C          Message Object 8 Control Register
CAN_MOFCR9      0xF0019120          Message Object 9 Function Control Register
CAN_MOFGPR9     0xF0019124          Message Object 9 FIFO/Gateway Pointer Register
CAN_MOIPR9      0xF0019128          Message Object 9 Interrupt Pointer Register
CAN_MOAMR9      0xF001912C          Message Object 9 Acceptance Mask Register
CAN_MODATAL9    0xF0019130          Message Object 9 Data Register Low
CAN_MODATAH9    0xF0019134          Message Object 9 Data Register High
CAN_MOAR9       0xF0019138          Message Object 9 Arbitration Register
CAN_MOCTR9      0xF001913C          Message Object 9 Control Register
CAN_MOFCR10     0xF0019140          Message Object 10 Function Control Register
CAN_MOFGPR10    0xF0019144          Message Object 10 FIFO/Gateway Pointer Register
CAN_MOIPR10     0xF0019148          Message Object 10 Interrupt Pointer Register
CAN_MOAMR10     0xF001914C          Message Object 10 Acceptance Mask Register
CAN_MODATAL10   0xF0019150          Message Object 10 Data Register Low
CAN_MODATAH10   0xF0019154          Message Object 10 Data Register High
CAN_MOAR10      0xF0019158          Message Object 10 Arbitration Register
CAN_MOCTR10     0xF001915C          Message Object 10 Control Register
CAN_MOFCR11     0xF0019160          Message Object 11 Function Control Register
CAN_MOFGPR11    0xF0019164          Message Object 11 FIFO/Gateway Pointer Register
CAN_MOIPR11     0xF0019168          Message Object 11 Interrupt Pointer Register
CAN_MOAMR11     0xF001916C          Message Object 11 Acceptance Mask Register
CAN_MODATAL11   0xF0019170          Message Object 11 Data Register Low
CAN_MODATAH11   0xF0019174          Message Object 11 Data Register High
CAN_MOAR11      0xF0019178          Message Object 11 Arbitration Register
CAN_MOCTR11     0xF001917C          Message Object 11 Control Register
CAN_MOFCR12     0xF0019180          Message Object 12 Function Control Register
CAN_MOFGPR12    0xF0019184          Message Object 12 FIFO/Gateway Pointer Register
CAN_MOIPR12     0xF0019188          Message Object 12 Interrupt Pointer Register
CAN_MOAMR12     0xF001918C          Message Object 12 Acceptance Mask Register
CAN_MODATAL12   0xF0019190          Message Object 12 Data Register Low
CAN_MODATAH12   0xF0019194          Message Object 12 Data Register High
CAN_MOAR12      0xF0019198          Message Object 12 Arbitration Register
CAN_MOCTR12     0xF001919C          Message Object 12 Control Register
CAN_MOFCR13     0xF00191A0          Message Object 13 Function Control Register
CAN_MOFGPR13    0xF00191A4          Message Object 13 FIFO/Gateway Pointer Register
CAN_MOIPR13     0xF00191A8          Message Object 13 Interrupt Pointer Register
CAN_MOAMR13     0xF00191AC          Message Object 13 Acceptance Mask Register
CAN_MODATAL13   0xF00191B0          Message Object 13 Data Register Low
CAN_MODATAH13   0xF00191B4          Message Object 13 Data Register High
CAN_MOAR13      0xF00191B8          Message Object 13 Arbitration Register
CAN_MOCTR13     0xF00191BC          Message Object 13 Control Register
CAN_MOFCR14     0xF00191C0          Message Object 14 Function Control Register
CAN_MOFGPR14    0xF00191C4          Message Object 14 FIFO/Gateway Pointer Register
CAN_MOIPR14     0xF00191C8          Message Object 14 Interrupt Pointer Register
CAN_MOAMR14     0xF00191CC          Message Object 14 Acceptance Mask Register
CAN_MODATAL14   0xF00191D0          Message Object 14 Data Register Low
CAN_MODATAH14   0xF00191D4          Message Object 14 Data Register High
CAN_MOAR14      0xF00191D8          Message Object 14 Arbitration Register
CAN_MOCTR14     0xF00191DC          Message Object 14 Control Register
CAN_MOFCR15     0xF00191E0          Message Object 15 Function Control Register
CAN_MOFGPR15    0xF00191E4          Message Object 15 FIFO/Gateway Pointer Register
CAN_MOIPR15     0xF00191E8          Message Object 15 Interrupt Pointer Register
CAN_MOAMR15     0xF00191EC          Message Object 15 Acceptance Mask Register
CAN_MODATAL15   0xF00191F0          Message Object 15 Data Register Low
CAN_MODATAH15   0xF00191F4          Message Object 15 Data Register High
CAN_MOAR15      0xF00191F8          Message Object 15 Arbitration Register
CAN_MOCTR15     0xF00191FC          Message Object 15 Control Register
CAN_MOFCR16     0xF0019200          Message Object 16 Function Control Register
CAN_MOFGPR16    0xF0019204          Message Object 16 FIFO/Gateway Pointer Register
CAN_MOIPR16     0xF0019208          Message Object 16 Interrupt Pointer Register
CAN_MOAMR16     0xF001920C          Message Object 16 Acceptance Mask Register
CAN_MODATAL16   0xF0019210          Message Object 16 Data Register Low
CAN_MODATAH16   0xF0019214          Message Object 16 Data Register High
CAN_MOAR16      0xF0019218          Message Object 16 Arbitration Register
CAN_MOCTR16     0xF001921C          Message Object 16 Control Register
CAN_MOFCR17     0xF0019220          Message Object 17 Function Control Register
CAN_MOFGPR17    0xF0019224          Message Object 17 FIFO/Gateway Pointer Register
CAN_MOIPR17     0xF0019228          Message Object 17 Interrupt Pointer Register
CAN_MOAMR17     0xF001922C          Message Object 17 Acceptance Mask Register
CAN_MODATAL17   0xF0019230          Message Object 17 Data Register Low
CAN_MODATAH17   0xF0019234          Message Object 17 Data Register High
CAN_MOAR17      0xF0019238          Message Object 17 Arbitration Register
CAN_MOCTR17     0xF001923C          Message Object 17 Control Register
CAN_MOFCR18     0xF0019240          Message Object 18 Function Control Register
CAN_MOFGPR18    0xF0019244          Message Object 18 FIFO/Gateway Pointer Register
CAN_MOIPR18     0xF0019248          Message Object 18 Interrupt Pointer Register
CAN_MOAMR18     0xF001924C          Message Object 18 Acceptance Mask Register
CAN_MODATAL18   0xF0019250          Message Object 18 Data Register Low
CAN_MODATAH18   0xF0019254          Message Object 18 Data Register High
CAN_MOAR18      0xF0019258          Message Object 18 Arbitration Register
CAN_MOCTR18     0xF001925C          Message Object 18 Control Register
CAN_MOFCR19     0xF0019260          Message Object 19 Function Control Register
CAN_MOFGPR19    0xF0019264          Message Object 19 FIFO/Gateway Pointer Register
CAN_MOIPR19     0xF0019268          Message Object 19 Interrupt Pointer Register
CAN_MOAMR19     0xF001926C          Message Object 19 Acceptance Mask Register
CAN_MODATAL19   0xF0019270          Message Object 19 Data Register Low
CAN_MODATAH19   0xF0019274          Message Object 19 Data Register High
CAN_MOAR19      0xF0019278          Message Object 19 Arbitration Register
CAN_MOCTR19     0xF001927C          Message Object 19 Control Register
CAN_MOFCR20     0xF0019280          Message Object 20 Function Control Register
CAN_MOFGPR20    0xF0019284          Message Object 20 FIFO/Gateway Pointer Register
CAN_MOIPR20     0xF0019288          Message Object 20 Interrupt Pointer Register
CAN_MOAMR20     0xF001928C          Message Object 20 Acceptance Mask Register
CAN_MODATAL20   0xF0019290          Message Object 20 Data Register Low
CAN_MODATAH20   0xF0019294          Message Object 20 Data Register High
CAN_MOAR20      0xF0019298          Message Object 20 Arbitration Register
CAN_MOCTR20     0xF001929C          Message Object 20 Control Register
CAN_MOFCR21     0xF00192A0          Message Object 21 Function Control Register
CAN_MOFGPR21    0xF00192A4          Message Object 21 FIFO/Gateway Pointer Register
CAN_MOIPR21     0xF00192A8          Message Object 21 Interrupt Pointer Register
CAN_MOAMR21     0xF00192AC          Message Object 21 Acceptance Mask Register
CAN_MODATAL21   0xF00192B0          Message Object 21 Data Register Low
CAN_MODATAH21   0xF00192B4          Message Object 21 Data Register High
CAN_MOAR21      0xF00192B8          Message Object 21 Arbitration Register
CAN_MOCTR21     0xF00192BC          Message Object 21 Control Register
CAN_MOFCR22     0xF00192C0          Message Object 22 Function Control Register
CAN_MOFGPR22    0xF00192C4          Message Object 22 FIFO/Gateway Pointer Register
CAN_MOIPR22     0xF00192C8          Message Object 22 Interrupt Pointer Register
CAN_MOAMR22     0xF00192CC          Message Object 22 Acceptance Mask Register
CAN_MODATAL22   0xF00192D0          Message Object 22 Data Register Low
CAN_MODATAH22   0xF00192D4          Message Object 22 Data Register High
CAN_MOAR22      0xF00192D8          Message Object 22 Arbitration Register
CAN_MOCTR22     0xF00192DC          Message Object 22 Control Register
CAN_MOFCR23     0xF00192E0          Message Object 23 Function Control Register
CAN_MOFGPR23    0xF00192E4          Message Object 23 FIFO/Gateway Pointer Register
CAN_MOIPR23     0xF00192E8          Message Object 23 Interrupt Pointer Register
CAN_MOAMR23     0xF00192EC          Message Object 23 Acceptance Mask Register
CAN_MODATAL23   0xF00192F0          Message Object 23 Data Register Low
CAN_MODATAH23   0xF00192F4          Message Object 23 Data Register High
CAN_MOAR23      0xF00192F8          Message Object 23 Arbitration Register
CAN_MOCTR23     0xF00192FC          Message Object 23 Control Register
CAN_MOFCR24     0xF0019300          Message Object 24 Function Control Register
CAN_MOFGPR24    0xF0019304          Message Object 24 FIFO/Gateway Pointer Register
CAN_MOIPR24     0xF0019308          Message Object 24 Interrupt Pointer Register
CAN_MOAMR24     0xF001930C          Message Object 24 Acceptance Mask Register
CAN_MODATAL24   0xF0019310          Message Object 24 Data Register Low
CAN_MODATAH24   0xF0019314          Message Object 24 Data Register High
CAN_MOAR24      0xF0019318          Message Object 24 Arbitration Register
CAN_MOCTR24     0xF001931C          Message Object 24 Control Register
CAN_MOFCR25     0xF0019320          Message Object 25 Function Control Register
CAN_MOFGPR25    0xF0019324          Message Object 25 FIFO/Gateway Pointer Register
CAN_MOIPR25     0xF0019328          Message Object 25 Interrupt Pointer Register
CAN_MOAMR25     0xF001932C          Message Object 25 Acceptance Mask Register
CAN_MODATAL25   0xF0019330          Message Object 25 Data Register Low
CAN_MODATAH25   0xF0019334          Message Object 25 Data Register High
CAN_MOAR25      0xF0019338          Message Object 25 Arbitration Register
CAN_MOCTR25     0xF001933C          Message Object 25 Control Register
CAN_MOFCR26     0xF0019340          Message Object 26 Function Control Register
CAN_MOFGPR26    0xF0019344          Message Object 26 FIFO/Gateway Pointer Register
CAN_MOIPR26     0xF0019348          Message Object 26 Interrupt Pointer Register
CAN_MOAMR26     0xF001934C          Message Object 26 Acceptance Mask Register
CAN_MODATAL26   0xF0019350          Message Object 26 Data Register Low
CAN_MODATAH26   0xF0019354          Message Object 26 Data Register High
CAN_MOAR26      0xF0019358          Message Object 26 Arbitration Register
CAN_MOCTR26     0xF001935C          Message Object 26 Control Register
CAN_MOFCR27     0xF0019360          Message Object 27 Function Control Register
CAN_MOFGPR27    0xF0019364          Message Object 27 FIFO/Gateway Pointer Register
CAN_MOIPR27     0xF0019368          Message Object 27 Interrupt Pointer Register
CAN_MOAMR27     0xF001936C          Message Object 27 Acceptance Mask Register
CAN_MODATAL27   0xF0019370          Message Object 27 Data Register Low
CAN_MODATAH27   0xF0019374          Message Object 27 Data Register High
CAN_MOAR27      0xF0019378          Message Object 27 Arbitration Register
CAN_MOCTR27     0xF001937C          Message Object 27 Control Register
CAN_MOFCR28     0xF0019380          Message Object 28 Function Control Register
CAN_MOFGPR28    0xF0019384          Message Object 28 FIFO/Gateway Pointer Register
CAN_MOIPR28     0xF0019388          Message Object 28 Interrupt Pointer Register
CAN_MOAMR28     0xF001938C          Message Object 28 Acceptance Mask Register
CAN_MODATAL28   0xF0019390          Message Object 28 Data Register Low
CAN_MODATAH28   0xF0019394          Message Object 28 Data Register High
CAN_MOAR28      0xF0019398          Message Object 28 Arbitration Register
CAN_MOCTR28     0xF001939C          Message Object 28 Control Register
CAN_MOFCR29     0xF00193A0          Message Object 29 Function Control Register
CAN_MOFGPR29    0xF00193A4          Message Object 29 FIFO/Gateway Pointer Register
CAN_MOIPR29     0xF00193A8          Message Object 29 Interrupt Pointer Register
CAN_MOAMR29     0xF00193AC          Message Object 29 Acceptance Mask Register
CAN_MODATAL29   0xF00193B0          Message Object 29 Data Register Low
CAN_MODATAH29   0xF00193B4          Message Object 29 Data Register High
CAN_MOAR29      0xF00193B8          Message Object 29 Arbitration Register
CAN_MOCTR29     0xF00193BC          Message Object 29 Control Register
CAN_MOFCR30     0xF00193C0          Message Object 30 Function Control Register
CAN_MOFGPR30    0xF00193C4          Message Object 30 FIFO/Gateway Pointer Register
CAN_MOIPR30     0xF00193C8          Message Object 30 Interrupt Pointer Register
CAN_MOAMR30     0xF00193CC          Message Object 30 Acceptance Mask Register
CAN_MODATAL30   0xF00193D0          Message Object 30 Data Register Low
CAN_MODATAH30   0xF00193D4          Message Object 30 Data Register High
CAN_MOAR30      0xF00193D8          Message Object 30 Arbitration Register
CAN_MOCTR30     0xF00193DC          Message Object 30 Control Register
CAN_MOFCR31     0xF00193E0          Message Object 31 Function Control Register
CAN_MOFGPR31    0xF00193E4          Message Object 31 FIFO/Gateway Pointer Register
CAN_MOIPR31     0xF00193E8          Message Object 31 Interrupt Pointer Register
CAN_MOAMR31     0xF00193EC          Message Object 31 Acceptance Mask Register
CAN_MODATAL31   0xF00193F0          Message Object 31 Data Register Low
CAN_MODATAH31   0xF00193F4          Message Object 31 Data Register High
CAN_MOAR31      0xF00193F8          Message Object 31 Arbitration Register
CAN_MOCTR31     0xF00193FC          Message Object 31 Control Register
CAN_MOFCR32     0xF0019400          Message Object 32 Function Control Register
CAN_MOFGPR32    0xF0019404          Message Object 32 FIFO/Gateway Pointer Register
CAN_MOIPR32     0xF0019408          Message Object 32 Interrupt Pointer Register
CAN_MOAMR32     0xF001940C          Message Object 32 Acceptance Mask Register
CAN_MODATAL32   0xF0019410          Message Object 32 Data Register Low
CAN_MODATAH32   0xF0019414          Message Object 32 Data Register High
CAN_MOAR32      0xF0019418          Message Object 32 Arbitration Register
CAN_MOCTR32     0xF001941C          Message Object 32 Control Register
CAN_MOFCR33     0xF0019420          Message Object 33 Function Control Register
CAN_MOFGPR33    0xF0019424          Message Object 33 FIFO/Gateway Pointer Register
CAN_MOIPR33     0xF0019428          Message Object 33 Interrupt Pointer Register
CAN_MOAMR33     0xF001942C          Message Object 33 Acceptance Mask Register
CAN_MODATAL33   0xF0019430          Message Object 33 Data Register Low
CAN_MODATAH33   0xF0019434          Message Object 33 Data Register High
CAN_MOAR33      0xF0019438          Message Object 33 Arbitration Register
CAN_MOCTR33     0xF001943C          Message Object 33 Control Register
CAN_MOFCR34     0xF0019440          Message Object 34 Function Control Register
CAN_MOFGPR34    0xF0019444          Message Object 34 FIFO/Gateway Pointer Register
CAN_MOIPR34     0xF0019448          Message Object 34 Interrupt Pointer Register
CAN_MOAMR34     0xF001944C          Message Object 34 Acceptance Mask Register
CAN_MODATAL34   0xF0019450          Message Object 34 Data Register Low
CAN_MODATAH34   0xF0019454          Message Object 34 Data Register High
CAN_MOAR34      0xF0019458          Message Object 34 Arbitration Register
CAN_MOCTR34     0xF001945C          Message Object 34 Control Register
CAN_MOFCR35     0xF0019460          Message Object 35 Function Control Register
CAN_MOFGPR35    0xF0019464          Message Object 35 FIFO/Gateway Pointer Register
CAN_MOIPR35     0xF0019468          Message Object 35 Interrupt Pointer Register
CAN_MOAMR35     0xF001946C          Message Object 35 Acceptance Mask Register
CAN_MODATAL35   0xF0019470          Message Object 35 Data Register Low
CAN_MODATAH35   0xF0019474          Message Object 35 Data Register High
CAN_MOAR35      0xF0019478          Message Object 35 Arbitration Register
CAN_MOCTR35     0xF001947C          Message Object 35 Control Register
CAN_MOFCR36     0xF0019480          Message Object 36 Function Control Register
CAN_MOFGPR36    0xF0019484          Message Object 36 FIFO/Gateway Pointer Register
CAN_MOIPR36     0xF0019488          Message Object 36 Interrupt Pointer Register
CAN_MOAMR36     0xF001948C          Message Object 36 Acceptance Mask Register
CAN_MODATAL36   0xF0019490          Message Object 36 Data Register Low
CAN_MODATAH36   0xF0019494          Message Object 36 Data Register High
CAN_MOAR36      0xF0019498          Message Object 36 Arbitration Register
CAN_MOCTR36     0xF001949C          Message Object 36 Control Register
CAN_MOFCR37     0xF00194A0          Message Object 37 Function Control Register
CAN_MOFGPR37    0xF00194A4          Message Object 37 FIFO/Gateway Pointer Register
CAN_MOIPR37     0xF00194A8          Message Object 37 Interrupt Pointer Register
CAN_MOAMR37     0xF00194AC          Message Object 37 Acceptance Mask Register
CAN_MODATAL37   0xF00194B0          Message Object 37 Data Register Low
CAN_MODATAH37   0xF00194B4          Message Object 37 Data Register High
CAN_MOAR37      0xF00194B8          Message Object 37 Arbitration Register
CAN_MOCTR37     0xF00194BC          Message Object 37 Control Register
CAN_MOFCR38     0xF00194C0          Message Object 38 Function Control Register
CAN_MOFGPR38    0xF00194C4          Message Object 38 FIFO/Gateway Pointer Register
CAN_MOIPR38     0xF00194C8          Message Object 38 Interrupt Pointer Register
CAN_MOAMR38     0xF00194CC          Message Object 38 Acceptance Mask Register
CAN_MODATAL38   0xF00194D0          Message Object 38 Data Register Low
CAN_MODATAH38   0xF00194D4          Message Object 38 Data Register High
CAN_MOAR38      0xF00194D8          Message Object 38 Arbitration Register
CAN_MOCTR38     0xF00194DC          Message Object 38 Control Register
CAN_MOFCR39     0xF00194E0          Message Object 39 Function Control Register
CAN_MOFGPR39    0xF00194E4          Message Object 39 FIFO/Gateway Pointer Register
CAN_MOIPR39     0xF00194E8          Message Object 39 Interrupt Pointer Register
CAN_MOAMR39     0xF00194EC          Message Object 39 Acceptance Mask Register
CAN_MODATAL39   0xF00194F0          Message Object 39 Data Register Low
CAN_MODATAH39   0xF00194F4          Message Object 39 Data Register High
CAN_MOAR39      0xF00194F8          Message Object 39 Arbitration Register
CAN_MOCTR39     0xF00194FC          Message Object 39 Control Register
CAN_MOFCR40     0xF0019500          Message Object 40 Function Control Register
CAN_MOFGPR40    0xF0019504          Message Object 40 FIFO/Gateway Pointer Register
CAN_MOIPR40     0xF0019508          Message Object 40 Interrupt Pointer Register
CAN_MOAMR40     0xF001950C          Message Object 40 Acceptance Mask Register
CAN_MODATAL40   0xF0019510          Message Object 40 Data Register Low
CAN_MODATAH40   0xF0019514          Message Object 40 Data Register High
CAN_MOAR40      0xF0019518          Message Object 40 Arbitration Register
CAN_MOCTR40     0xF001951C          Message Object 40 Control Register
CAN_MOFCR41     0xF0019520          Message Object 41 Function Control Register
CAN_MOFGPR41    0xF0019524          Message Object 41 FIFO/Gateway Pointer Register
CAN_MOIPR41     0xF0019528          Message Object 41 Interrupt Pointer Register
CAN_MOAMR41     0xF001952C          Message Object 41 Acceptance Mask Register
CAN_MODATAL41   0xF0019530          Message Object 41 Data Register Low
CAN_MODATAH41   0xF0019534          Message Object 41 Data Register High
CAN_MOAR41      0xF0019538          Message Object 41 Arbitration Register
CAN_MOCTR41     0xF001953C          Message Object 41 Control Register
CAN_MOFCR42     0xF0019540          Message Object 42 Function Control Register
CAN_MOFGPR42    0xF0019544          Message Object 42 FIFO/Gateway Pointer Register
CAN_MOIPR42     0xF0019548          Message Object 42 Interrupt Pointer Register
CAN_MOAMR42     0xF001954C          Message Object 42 Acceptance Mask Register
CAN_MODATAL42   0xF0019550          Message Object 42 Data Register Low
CAN_MODATAH42   0xF0019554          Message Object 42 Data Register High
CAN_MOAR42      0xF0019558          Message Object 42 Arbitration Register
CAN_MOCTR42     0xF001955C          Message Object 42 Control Register
CAN_MOFCR43     0xF0019560          Message Object 43 Function Control Register
CAN_MOFGPR43    0xF0019564          Message Object 43 FIFO/Gateway Pointer Register
CAN_MOIPR43     0xF0019568          Message Object 43 Interrupt Pointer Register
CAN_MOAMR43     0xF001956C          Message Object 43 Acceptance Mask Register
CAN_MODATAL43   0xF0019570          Message Object 43 Data Register Low
CAN_MODATAH43   0xF0019574          Message Object 43 Data Register High
CAN_MOAR43      0xF0019578          Message Object 43 Arbitration Register
CAN_MOCTR43     0xF001957C          Message Object 43 Control Register
CAN_MOFCR44     0xF0019580          Message Object 44 Function Control Register
CAN_MOFGPR44    0xF0019584          Message Object 44 FIFO/Gateway Pointer Register
CAN_MOIPR44     0xF0019588          Message Object 44 Interrupt Pointer Register
CAN_MOAMR44     0xF001958C          Message Object 44 Acceptance Mask Register
CAN_MODATAL44   0xF0019590          Message Object 44 Data Register Low
CAN_MODATAH44   0xF0019594          Message Object 44 Data Register High
CAN_MOAR44      0xF0019598          Message Object 44 Arbitration Register
CAN_MOCTR44     0xF001959C          Message Object 44 Control Register
CAN_MOFCR45     0xF00195A0          Message Object 45 Function Control Register
CAN_MOFGPR45    0xF00195A4          Message Object 45 FIFO/Gateway Pointer Register
CAN_MOIPR45     0xF00195A8          Message Object 45 Interrupt Pointer Register
CAN_MOAMR45     0xF00195AC          Message Object 45 Acceptance Mask Register
CAN_MODATAL45   0xF00195B0          Message Object 45 Data Register Low
CAN_MODATAH45   0xF00195B4          Message Object 45 Data Register High
CAN_MOAR45      0xF00195B8          Message Object 45 Arbitration Register
CAN_MOCTR45     0xF00195BC          Message Object 45 Control Register
CAN_MOFCR46     0xF00195C0          Message Object 46 Function Control Register
CAN_MOFGPR46    0xF00195C4          Message Object 46 FIFO/Gateway Pointer Register
CAN_MOIPR46     0xF00195C8          Message Object 46 Interrupt Pointer Register
CAN_MOAMR46     0xF00195CC          Message Object 46 Acceptance Mask Register
CAN_MODATAL46   0xF00195D0          Message Object 46 Data Register Low
CAN_MODATAH46   0xF00195D4          Message Object 46 Data Register High
CAN_MOAR46      0xF00195D8          Message Object 46 Arbitration Register
CAN_MOCTR46     0xF00195DC          Message Object 46 Control Register
CAN_MOFCR47     0xF00195E0          Message Object 47 Function Control Register
CAN_MOFGPR47    0xF00195E4          Message Object 47 FIFO/Gateway Pointer Register
CAN_MOIPR47     0xF00195E8          Message Object 47 Interrupt Pointer Register
CAN_MOAMR47     0xF00195EC          Message Object 47 Acceptance Mask Register
CAN_MODATAL47   0xF00195F0          Message Object 47 Data Register Low
CAN_MODATAH47   0xF00195F4          Message Object 47 Data Register High
CAN_MOAR47      0xF00195F8          Message Object 47 Arbitration Register
CAN_MOCTR47     0xF00195FC          Message Object 47 Control Register
CAN_MOFCR48     0xF0019600          Message Object 48 Function Control Register
CAN_MOFGPR48    0xF0019604          Message Object 48 FIFO/Gateway Pointer Register
CAN_MOIPR48     0xF0019608          Message Object 48 Interrupt Pointer Register
CAN_MOAMR48     0xF001960C          Message Object 48 Acceptance Mask Register
CAN_MODATAL48   0xF0019610          Message Object 48 Data Register Low
CAN_MODATAH48   0xF0019614          Message Object 48 Data Register High
CAN_MOAR48      0xF0019618          Message Object 48 Arbitration Register
CAN_MOCTR48     0xF001961C          Message Object 48 Control Register
CAN_MOFCR49     0xF0019620          Message Object 49 Function Control Register
CAN_MOFGPR49    0xF0019624          Message Object 49 FIFO/Gateway Pointer Register
CAN_MOIPR49     0xF0019628          Message Object 49 Interrupt Pointer Register
CAN_MOAMR49     0xF001962C          Message Object 49 Acceptance Mask Register
CAN_MODATAL49   0xF0019630          Message Object 49 Data Register Low
CAN_MODATAH49   0xF0019634          Message Object 49 Data Register High
CAN_MOAR49      0xF0019638          Message Object 49 Arbitration Register
CAN_MOCTR49     0xF001963C          Message Object 49 Control Register
CAN_MOFCR50     0xF0019640          Message Object 50 Function Control Register
CAN_MOFGPR50    0xF0019644          Message Object 50 FIFO/Gateway Pointer Register
CAN_MOIPR50     0xF0019648          Message Object 50 Interrupt Pointer Register
CAN_MOAMR50     0xF001964C          Message Object 50 Acceptance Mask Register
CAN_MODATAL50   0xF0019650          Message Object 50 Data Register Low
CAN_MODATAH50   0xF0019654          Message Object 50 Data Register High
CAN_MOAR50      0xF0019658          Message Object 50 Arbitration Register
CAN_MOCTR50     0xF001965C          Message Object 50 Control Register
CAN_MOFCR51     0xF0019660          Message Object 51 Function Control Register
CAN_MOFGPR51    0xF0019664          Message Object 51 FIFO/Gateway Pointer Register
CAN_MOIPR51     0xF0019668          Message Object 51 Interrupt Pointer Register
CAN_MOAMR51     0xF001966C          Message Object 51 Acceptance Mask Register
CAN_MODATAL51   0xF0019670          Message Object 51 Data Register Low
CAN_MODATAH51   0xF0019674          Message Object 51 Data Register High
CAN_MOAR51      0xF0019678          Message Object 51 Arbitration Register
CAN_MOCTR51     0xF001967C          Message Object 51 Control Register
CAN_MOFCR52     0xF0019680          Message Object 52 Function Control Register
CAN_MOFGPR52    0xF0019684          Message Object 52 FIFO/Gateway Pointer Register
CAN_MOIPR52     0xF0019688          Message Object 52 Interrupt Pointer Register
CAN_MOAMR52     0xF001968C          Message Object 52 Acceptance Mask Register
CAN_MODATAL52   0xF0019690          Message Object 52 Data Register Low
CAN_MODATAH52   0xF0019694          Message Object 52 Data Register High
CAN_MOAR52      0xF0019698          Message Object 52 Arbitration Register
CAN_MOCTR52     0xF001969C          Message Object 52 Control Register
CAN_MOFCR53     0xF00196A0          Message Object 53 Function Control Register
CAN_MOFGPR53    0xF00196A4          Message Object 53 FIFO/Gateway Pointer Register
CAN_MOIPR53     0xF00196A8          Message Object 53 Interrupt Pointer Register
CAN_MOAMR53     0xF00196AC          Message Object 53 Acceptance Mask Register
CAN_MODATAL53   0xF00196B0          Message Object 53 Data Register Low
CAN_MODATAH53   0xF00196B4          Message Object 53 Data Register High
CAN_MOAR53      0xF00196B8          Message Object 53 Arbitration Register
CAN_MOCTR53     0xF00196BC          Message Object 53 Control Register
CAN_MOFCR54     0xF00196C0          Message Object 54 Function Control Register
CAN_MOFGPR54    0xF00196C4          Message Object 54 FIFO/Gateway Pointer Register
CAN_MOIPR54     0xF00196C8          Message Object 54 Interrupt Pointer Register
CAN_MOAMR54     0xF00196CC          Message Object 54 Acceptance Mask Register
CAN_MODATAL54   0xF00196D0          Message Object 54 Data Register Low
CAN_MODATAH54   0xF00196D4          Message Object 54 Data Register High
CAN_MOAR54      0xF00196D8          Message Object 54 Arbitration Register
CAN_MOCTR54     0xF00196DC          Message Object 54 Control Register
CAN_MOFCR55     0xF00196E0          Message Object 55 Function Control Register
CAN_MOFGPR55    0xF00196E4          Message Object 55 FIFO/Gateway Pointer Register
CAN_MOIPR55     0xF00196E8          Message Object 55 Interrupt Pointer Register
CAN_MOAMR55     0xF00196EC          Message Object 55 Acceptance Mask Register
CAN_MODATAL55   0xF00196F0          Message Object 55 Data Register Low
CAN_MODATAH55   0xF00196F4          Message Object 55 Data Register High
CAN_MOAR55      0xF00196F8          Message Object 55 Arbitration Register
CAN_MOCTR55     0xF00196FC          Message Object 55 Control Register
CAN_MOFCR56     0xF0019700          Message Object 56 Function Control Register
CAN_MOFGPR56    0xF0019704          Message Object 56 FIFO/Gateway Pointer Register
CAN_MOIPR56     0xF0019708          Message Object 56 Interrupt Pointer Register
CAN_MOAMR56     0xF001970C          Message Object 56 Acceptance Mask Register
CAN_MODATAL56   0xF0019710          Message Object 56 Data Register Low
CAN_MODATAH56   0xF0019714          Message Object 56 Data Register High
CAN_MOAR56      0xF0019718          Message Object 56 Arbitration Register
CAN_MOCTR56     0xF001971C          Message Object 56 Control Register
CAN_MOFCR57     0xF0019720          Message Object 57 Function Control Register
CAN_MOFGPR57    0xF0019724          Message Object 57 FIFO/Gateway Pointer Register
CAN_MOIPR57     0xF0019728          Message Object 57 Interrupt Pointer Register
CAN_MOAMR57     0xF001972C          Message Object 57 Acceptance Mask Register
CAN_MODATAL57   0xF0019730          Message Object 57 Data Register Low
CAN_MODATAH57   0xF0019734          Message Object 57 Data Register High
CAN_MOAR57      0xF0019738          Message Object 57 Arbitration Register
CAN_MOCTR57     0xF001973C          Message Object 57 Control Register
CAN_MOFCR58     0xF0019740          Message Object 58 Function Control Register
CAN_MOFGPR58    0xF0019744          Message Object 58 FIFO/Gateway Pointer Register
CAN_MOIPR58     0xF0019748          Message Object 58 Interrupt Pointer Register
CAN_MOAMR58     0xF001974C          Message Object 58 Acceptance Mask Register
CAN_MODATAL58   0xF0019750          Message Object 58 Data Register Low
CAN_MODATAH58   0xF0019754          Message Object 58 Data Register High
CAN_MOAR58      0xF0019758          Message Object 58 Arbitration Register
CAN_MOCTR58     0xF001975C          Message Object 58 Control Register
CAN_MOFCR59     0xF0019760          Message Object 59 Function Control Register
CAN_MOFGPR59    0xF0019764          Message Object 59 FIFO/Gateway Pointer Register
CAN_MOIPR59     0xF0019768          Message Object 59 Interrupt Pointer Register
CAN_MOAMR59     0xF001976C          Message Object 59 Acceptance Mask Register
CAN_MODATAL59   0xF0019770          Message Object 59 Data Register Low
CAN_MODATAH59   0xF0019774          Message Object 59 Data Register High
CAN_MOAR59      0xF0019778          Message Object 59 Arbitration Register
CAN_MOCTR59     0xF001977C          Message Object 59 Control Register
CAN_MOFCR60     0xF0019780          Message Object 60 Function Control Register
CAN_MOFGPR60    0xF0019784          Message Object 60 FIFO/Gateway Pointer Register
CAN_MOIPR60     0xF0019788          Message Object 60 Interrupt Pointer Register
CAN_MOAMR60     0xF001978C          Message Object 60 Acceptance Mask Register
CAN_MODATAL60   0xF0019790          Message Object 60 Data Register Low
CAN_MODATAH60   0xF0019794          Message Object 60 Data Register High
CAN_MOAR60      0xF0019798          Message Object 60 Arbitration Register
CAN_MOCTR60     0xF001979C          Message Object 60 Control Register
CAN_MOFCR61     0xF00197A0          Message Object 61 Function Control Register
CAN_MOFGPR61    0xF00197A4          Message Object 61 FIFO/Gateway Pointer Register
CAN_MOIPR61     0xF00197A8          Message Object 61 Interrupt Pointer Register
CAN_MOAMR61     0xF00197AC          Message Object 61 Acceptance Mask Register
CAN_MODATAL61   0xF00197B0          Message Object 61 Data Register Low
CAN_MODATAH61   0xF00197B4          Message Object 61 Data Register High
CAN_MOAR61      0xF00197B8          Message Object 61 Arbitration Register
CAN_MOCTR61     0xF00197BC          Message Object 61 Control Register
CAN_MOFCR62     0xF00197C0          Message Object 62 Function Control Register
CAN_MOFGPR62    0xF00197C4          Message Object 62 FIFO/Gateway Pointer Register
CAN_MOIPR62     0xF00197C8          Message Object 62 Interrupt Pointer Register
CAN_MOAMR62     0xF00197CC          Message Object 62 Acceptance Mask Register
CAN_MODATAL62   0xF00197D0          Message Object 62 Data Register Low
CAN_MODATAH62   0xF00197D4          Message Object 62 Data Register High
CAN_MOAR62      0xF00197D8          Message Object 62 Arbitration Register
CAN_MOCTR62     0xF00197DC          Message Object 62 Control Register
CAN_MOFCR63     0xF00197E0          Message Object 63 Function Control Register
CAN_MOFGPR63    0xF00197E4          Message Object 63 FIFO/Gateway Pointer Register
CAN_MOIPR63     0xF00197E8          Message Object 63 Interrupt Pointer Register
CAN_MOAMR63     0xF00197EC          Message Object 63 Acceptance Mask Register
CAN_MODATAL63   0xF00197F0          Message Object 63 Data Register Low
CAN_MODATAH63   0xF00197F4          Message Object 63 Data Register High
CAN_MOAR63      0xF00197F8          Message Object 63 Arbitration Register
CAN_MOCTR63     0xF00197FC          Message Object 63 Control Register
CAN_MOFCR64     0xF0019800          Message Object 64 Function Control Register
CAN_MOFGPR64    0xF0019804          Message Object 64 FIFO/Gateway Pointer Register
CAN_MOIPR64     0xF0019808          Message Object 64 Interrupt Pointer Register
CAN_MOAMR64     0xF001980C          Message Object 64 Acceptance Mask Register
CAN_MODATAL64   0xF0019810          Message Object 64 Data Register Low
CAN_MODATAH64   0xF0019814          Message Object 64 Data Register High
CAN_MOAR64      0xF0019818          Message Object 64 Arbitration Register
CAN_MOCTR64     0xF001981C          Message Object 64 Control Register
CAN_MOFCR65     0xF0019820          Message Object 65 Function Control Register
CAN_MOFGPR65    0xF0019824          Message Object 65 FIFO/Gateway Pointer Register
CAN_MOIPR65     0xF0019828          Message Object 65 Interrupt Pointer Register
CAN_MOAMR65     0xF001982C          Message Object 65 Acceptance Mask Register
CAN_MODATAL65   0xF0019830          Message Object 65 Data Register Low
CAN_MODATAH65   0xF0019834          Message Object 65 Data Register High
CAN_MOAR65      0xF0019838          Message Object 65 Arbitration Register
CAN_MOCTR65     0xF001983C          Message Object 65 Control Register
CAN_MOFCR66     0xF0019840          Message Object 66 Function Control Register
CAN_MOFGPR66    0xF0019844          Message Object 66 FIFO/Gateway Pointer Register
CAN_MOIPR66     0xF0019848          Message Object 66 Interrupt Pointer Register
CAN_MOAMR66     0xF001984C          Message Object 66 Acceptance Mask Register
CAN_MODATAL66   0xF0019850          Message Object 66 Data Register Low
CAN_MODATAH66   0xF0019854          Message Object 66 Data Register High
CAN_MOAR66      0xF0019858          Message Object 66 Arbitration Register
CAN_MOCTR66     0xF001985C          Message Object 66 Control Register
CAN_MOFCR67     0xF0019860          Message Object 67 Function Control Register
CAN_MOFGPR67    0xF0019864          Message Object 67 FIFO/Gateway Pointer Register
CAN_MOIPR67     0xF0019868          Message Object 67 Interrupt Pointer Register
CAN_MOAMR67     0xF001986C          Message Object 67 Acceptance Mask Register
CAN_MODATAL67   0xF0019870          Message Object 67 Data Register Low
CAN_MODATAH67   0xF0019874          Message Object 67 Data Register High
CAN_MOAR67      0xF0019878          Message Object 67 Arbitration Register
CAN_MOCTR67     0xF001987C          Message Object 67 Control Register
CAN_MOFCR68     0xF0019880          Message Object 68 Function Control Register
CAN_MOFGPR68    0xF0019884          Message Object 68 FIFO/Gateway Pointer Register
CAN_MOIPR68     0xF0019888          Message Object 68 Interrupt Pointer Register
CAN_MOAMR68     0xF001988C          Message Object 68 Acceptance Mask Register
CAN_MODATAL68   0xF0019890          Message Object 68 Data Register Low
CAN_MODATAH68   0xF0019894          Message Object 68 Data Register High
CAN_MOAR68      0xF0019898          Message Object 68 Arbitration Register
CAN_MOCTR68     0xF001989C          Message Object 68 Control Register
CAN_MOFCR69     0xF00198A0          Message Object 69 Function Control Register
CAN_MOFGPR69    0xF00198A4          Message Object 69 FIFO/Gateway Pointer Register
CAN_MOIPR69     0xF00198A8          Message Object 69 Interrupt Pointer Register
CAN_MOAMR69     0xF00198AC          Message Object 69 Acceptance Mask Register
CAN_MODATAL69   0xF00198B0          Message Object 69 Data Register Low
CAN_MODATAH69   0xF00198B4          Message Object 69 Data Register High
CAN_MOAR69      0xF00198B8          Message Object 69 Arbitration Register
CAN_MOCTR69     0xF00198BC          Message Object 69 Control Register
CAN_MOFCR70     0xF00198C0          Message Object 70 Function Control Register
CAN_MOFGPR70    0xF00198C4          Message Object 70 FIFO/Gateway Pointer Register
CAN_MOIPR70     0xF00198C8          Message Object 70 Interrupt Pointer Register
CAN_MOAMR70     0xF00198CC          Message Object 70 Acceptance Mask Register
CAN_MODATAL70   0xF00198D0          Message Object 70 Data Register Low
CAN_MODATAH70   0xF00198D4          Message Object 70 Data Register High
CAN_MOAR70      0xF00198D8          Message Object 70 Arbitration Register
CAN_MOCTR70     0xF00198DC          Message Object 70 Control Register
CAN_MOFCR71     0xF00198E0          Message Object 71 Function Control Register
CAN_MOFGPR71    0xF00198E4          Message Object 71 FIFO/Gateway Pointer Register
CAN_MOIPR71     0xF00198E8          Message Object 71 Interrupt Pointer Register
CAN_MOAMR71     0xF00198EC          Message Object 71 Acceptance Mask Register
CAN_MODATAL71   0xF00198F0          Message Object 71 Data Register Low
CAN_MODATAH71   0xF00198F4          Message Object 71 Data Register High
CAN_MOAR71      0xF00198F8          Message Object 71 Arbitration Register
CAN_MOCTR71     0xF00198FC          Message Object 71 Control Register
CAN_MOFCR72     0xF0019900          Message Object 72 Function Control Register
CAN_MOFGPR72    0xF0019904          Message Object 72 FIFO/Gateway Pointer Register
CAN_MOIPR72     0xF0019908          Message Object 72 Interrupt Pointer Register
CAN_MOAMR72     0xF001990C          Message Object 72 Acceptance Mask Register
CAN_MODATAL72   0xF0019910          Message Object 72 Data Register Low
CAN_MODATAH72   0xF0019914          Message Object 72 Data Register High
CAN_MOAR72      0xF0019918          Message Object 72 Arbitration Register
CAN_MOCTR72     0xF001991C          Message Object 72 Control Register
CAN_MOFCR73     0xF0019920          Message Object 73 Function Control Register
CAN_MOFGPR73    0xF0019924          Message Object 73 FIFO/Gateway Pointer Register
CAN_MOIPR73     0xF0019928          Message Object 73 Interrupt Pointer Register
CAN_MOAMR73     0xF001992C          Message Object 73 Acceptance Mask Register
CAN_MODATAL73   0xF0019930          Message Object 73 Data Register Low
CAN_MODATAH73   0xF0019934          Message Object 73 Data Register High
CAN_MOAR73      0xF0019938          Message Object 73 Arbitration Register
CAN_MOCTR73     0xF001993C          Message Object 73 Control Register
CAN_MOFCR74     0xF0019940          Message Object 74 Function Control Register
CAN_MOFGPR74    0xF0019944          Message Object 74 FIFO/Gateway Pointer Register
CAN_MOIPR74     0xF0019948          Message Object 74 Interrupt Pointer Register
CAN_MOAMR74     0xF001994C          Message Object 74 Acceptance Mask Register
CAN_MODATAL74   0xF0019950          Message Object 74 Data Register Low
CAN_MODATAH74   0xF0019954          Message Object 74 Data Register High
CAN_MOAR74      0xF0019958          Message Object 74 Arbitration Register
CAN_MOCTR74     0xF001995C          Message Object 74 Control Register
CAN_MOFCR75     0xF0019960          Message Object 75 Function Control Register
CAN_MOFGPR75    0xF0019964          Message Object 75 FIFO/Gateway Pointer Register
CAN_MOIPR75     0xF0019968          Message Object 75 Interrupt Pointer Register
CAN_MOAMR75     0xF001996C          Message Object 75 Acceptance Mask Register
CAN_MODATAL75   0xF0019970          Message Object 75 Data Register Low
CAN_MODATAH75   0xF0019974          Message Object 75 Data Register High
CAN_MOAR75      0xF0019978          Message Object 75 Arbitration Register
CAN_MOCTR75     0xF001997C          Message Object 75 Control Register
CAN_MOFCR76     0xF0019980          Message Object 76 Function Control Register
CAN_MOFGPR76    0xF0019984          Message Object 76 FIFO/Gateway Pointer Register
CAN_MOIPR76     0xF0019988          Message Object 76 Interrupt Pointer Register
CAN_MOAMR76     0xF001998C          Message Object 76 Acceptance Mask Register
CAN_MODATAL76   0xF0019990          Message Object 76 Data Register Low
CAN_MODATAH76   0xF0019994          Message Object 76 Data Register High
CAN_MOAR76      0xF0019998          Message Object 76 Arbitration Register
CAN_MOCTR76     0xF001999C          Message Object 76 Control Register
CAN_MOFCR77     0xF00199A0          Message Object 77 Function Control Register
CAN_MOFGPR77    0xF00199A4          Message Object 77 FIFO/Gateway Pointer Register
CAN_MOIPR77     0xF00199A8          Message Object 77 Interrupt Pointer Register
CAN_MOAMR77     0xF00199AC          Message Object 77 Acceptance Mask Register
CAN_MODATAL77   0xF00199B0          Message Object 77 Data Register Low
CAN_MODATAH77   0xF00199B4          Message Object 77 Data Register High
CAN_MOAR77      0xF00199B8          Message Object 77 Arbitration Register
CAN_MOCTR77     0xF00199BC          Message Object 77 Control Register
CAN_MOFCR78     0xF00199C0          Message Object 78 Function Control Register
CAN_MOFGPR78    0xF00199C4          Message Object 78 FIFO/Gateway Pointer Register
CAN_MOIPR78     0xF00199C8          Message Object 78 Interrupt Pointer Register
CAN_MOAMR78     0xF00199CC          Message Object 78 Acceptance Mask Register
CAN_MODATAL78   0xF00199D0          Message Object 78 Data Register Low
CAN_MODATAH78   0xF00199D4          Message Object 78 Data Register High
CAN_MOAR78      0xF00199D8          Message Object 78 Arbitration Register
CAN_MOCTR78     0xF00199DC          Message Object 78 Control Register
CAN_MOFCR79     0xF00199E0          Message Object 79 Function Control Register
CAN_MOFGPR79    0xF00199E4          Message Object 79 FIFO/Gateway Pointer Register
CAN_MOIPR79     0xF00199E8          Message Object 79 Interrupt Pointer Register
CAN_MOAMR79     0xF00199EC          Message Object 79 Acceptance Mask Register
CAN_MODATAL79   0xF00199F0          Message Object 79 Data Register Low
CAN_MODATAH79   0xF00199F4          Message Object 79 Data Register High
CAN_MOAR79      0xF00199F8          Message Object 79 Arbitration Register
CAN_MOCTR79     0xF00199FC          Message Object 79 Control Register
CAN_MOFCR80     0xF0019A00          Message Object 80 Function Control Register
CAN_MOFGPR80    0xF0019A04          Message Object 80 FIFO/Gateway Pointer Register
CAN_MOIPR80     0xF0019A08          Message Object 80 Interrupt Pointer Register
CAN_MOAMR80     0xF0019A0C          Message Object 80 Acceptance Mask Register
CAN_MODATAL80   0xF0019A10          Message Object 80 Data Register Low
CAN_MODATAH80   0xF0019A14          Message Object 80 Data Register High
CAN_MOAR80      0xF0019A18          Message Object 80 Arbitration Register
CAN_MOCTR80     0xF0019A1C          Message Object 80 Control Register
CAN_MOFCR81     0xF0019A20          Message Object 81 Function Control Register
CAN_MOFGPR81    0xF0019A24          Message Object 81 FIFO/Gateway Pointer Register
CAN_MOIPR81     0xF0019A28          Message Object 81 Interrupt Pointer Register
CAN_MOAMR81     0xF0019A2C          Message Object 81 Acceptance Mask Register
CAN_MODATAL81   0xF0019A30          Message Object 81 Data Register Low
CAN_MODATAH81   0xF0019A34          Message Object 81 Data Register High
CAN_MOAR81      0xF0019A38          Message Object 81 Arbitration Register
CAN_MOCTR81     0xF0019A3C          Message Object 81 Control Register
CAN_MOFCR82     0xF0019A40          Message Object 82 Function Control Register
CAN_MOFGPR82    0xF0019A44          Message Object 82 FIFO/Gateway Pointer Register
CAN_MOIPR82     0xF0019A48          Message Object 82 Interrupt Pointer Register
CAN_MOAMR82     0xF0019A4C          Message Object 82 Acceptance Mask Register
CAN_MODATAL82   0xF0019A50          Message Object 82 Data Register Low
CAN_MODATAH82   0xF0019A54          Message Object 82 Data Register High
CAN_MOAR82      0xF0019A58          Message Object 82 Arbitration Register
CAN_MOCTR82     0xF0019A5C          Message Object 82 Control Register
CAN_MOFCR83     0xF0019A60          Message Object 83 Function Control Register
CAN_MOFGPR83    0xF0019A64          Message Object 83 FIFO/Gateway Pointer Register
CAN_MOIPR83     0xF0019A68          Message Object 83 Interrupt Pointer Register
CAN_MOAMR83     0xF0019A6C          Message Object 83 Acceptance Mask Register
CAN_MODATAL83   0xF0019A70          Message Object 83 Data Register Low
CAN_MODATAH83   0xF0019A74          Message Object 83 Data Register High
CAN_MOAR83      0xF0019A78          Message Object 83 Arbitration Register
CAN_MOCTR83     0xF0019A7C          Message Object 83 Control Register
CAN_MOFCR84     0xF0019A80          Message Object 84 Function Control Register
CAN_MOFGPR84    0xF0019A84          Message Object 84 FIFO/Gateway Pointer Register
CAN_MOIPR84     0xF0019A88          Message Object 84 Interrupt Pointer Register
CAN_MOAMR84     0xF0019A8C          Message Object 84 Acceptance Mask Register
CAN_MODATAL84   0xF0019A90          Message Object 84 Data Register Low
CAN_MODATAH84   0xF0019A94          Message Object 84 Data Register High
CAN_MOAR84      0xF0019A98          Message Object 84 Arbitration Register
CAN_MOCTR84     0xF0019A9C          Message Object 84 Control Register
CAN_MOFCR85     0xF0019AA0          Message Object 85 Function Control Register
CAN_MOFGPR85    0xF0019AA4          Message Object 85 FIFO/Gateway Pointer Register
CAN_MOIPR85     0xF0019AA8          Message Object 85 Interrupt Pointer Register
CAN_MOAMR85     0xF0019AAC          Message Object 85 Acceptance Mask Register
CAN_MODATAL85   0xF0019AB0          Message Object 85 Data Register Low
CAN_MODATAH85   0xF0019AB4          Message Object 85 Data Register High
CAN_MOAR85      0xF0019AB8          Message Object 85 Arbitration Register
CAN_MOCTR85     0xF0019ABC          Message Object 85 Control Register
CAN_MOFCR86     0xF0019AC0          Message Object 86 Function Control Register
CAN_MOFGPR86    0xF0019AC4          Message Object 86 FIFO/Gateway Pointer Register
CAN_MOIPR86     0xF0019AC8          Message Object 86 Interrupt Pointer Register
CAN_MOAMR86     0xF0019ACC          Message Object 86 Acceptance Mask Register
CAN_MODATAL86   0xF0019AD0          Message Object 86 Data Register Low
CAN_MODATAH86   0xF0019AD4          Message Object 86 Data Register High
CAN_MOAR86      0xF0019AD8          Message Object 86 Arbitration Register
CAN_MOCTR86     0xF0019ADC          Message Object 86 Control Register
CAN_MOFCR87     0xF0019AE0          Message Object 87 Function Control Register
CAN_MOFGPR87    0xF0019AE4          Message Object 87 FIFO/Gateway Pointer Register
CAN_MOIPR87     0xF0019AE8          Message Object 87 Interrupt Pointer Register
CAN_MOAMR87     0xF0019AEC          Message Object 87 Acceptance Mask Register
CAN_MODATAL87   0xF0019AF0          Message Object 87 Data Register Low
CAN_MODATAH87   0xF0019AF4          Message Object 87 Data Register High
CAN_MOAR87      0xF0019AF8          Message Object 87 Arbitration Register
CAN_MOCTR87     0xF0019AFC          Message Object 87 Control Register
CAN_MOFCR88     0xF0019B00          Message Object 88 Function Control Register
CAN_MOFGPR88    0xF0019B04          Message Object 88 FIFO/Gateway Pointer Register
CAN_MOIPR88     0xF0019B08          Message Object 88 Interrupt Pointer Register
CAN_MOAMR88     0xF0019B0C          Message Object 88 Acceptance Mask Register
CAN_MODATAL88   0xF0019B10          Message Object 88 Data Register Low
CAN_MODATAH88   0xF0019B14          Message Object 88 Data Register High
CAN_MOAR88      0xF0019B18          Message Object 88 Arbitration Register
CAN_MOCTR88     0xF0019B1C          Message Object 88 Control Register
CAN_MOFCR89     0xF0019B20          Message Object 89 Function Control Register
CAN_MOFGPR89    0xF0019B24          Message Object 89 FIFO/Gateway Pointer Register
CAN_MOIPR89     0xF0019B28          Message Object 89 Interrupt Pointer Register
CAN_MOAMR89     0xF0019B2C          Message Object 89 Acceptance Mask Register
CAN_MODATAL89   0xF0019B30          Message Object 89 Data Register Low
CAN_MODATAH89   0xF0019B34          Message Object 89 Data Register High
CAN_MOAR89      0xF0019B38          Message Object 89 Arbitration Register
CAN_MOCTR89     0xF0019B3C          Message Object 89 Control Register
CAN_MOFCR90     0xF0019B40          Message Object 90 Function Control Register
CAN_MOFGPR90    0xF0019B44          Message Object 90 FIFO/Gateway Pointer Register
CAN_MOIPR90     0xF0019B48          Message Object 90 Interrupt Pointer Register
CAN_MOAMR90     0xF0019B4C          Message Object 90 Acceptance Mask Register
CAN_MODATAL90   0xF0019B50          Message Object 90 Data Register Low
CAN_MODATAH90   0xF0019B54          Message Object 90 Data Register High
CAN_MOAR90      0xF0019B58          Message Object 90 Arbitration Register
CAN_MOCTR90     0xF0019B5C          Message Object 90 Control Register
CAN_MOFCR91     0xF0019B60          Message Object 91 Function Control Register
CAN_MOFGPR91    0xF0019B64          Message Object 91 FIFO/Gateway Pointer Register
CAN_MOIPR91     0xF0019B68          Message Object 91 Interrupt Pointer Register
CAN_MOAMR91     0xF0019B6C          Message Object 91 Acceptance Mask Register
CAN_MODATAL91   0xF0019B70          Message Object 91 Data Register Low
CAN_MODATAH91   0xF0019B74          Message Object 91 Data Register High
CAN_MOAR91      0xF0019B78          Message Object 91 Arbitration Register
CAN_MOCTR91     0xF0019B7C          Message Object 91 Control Register
CAN_MOFCR92     0xF0019B80          Message Object 92 Function Control Register
CAN_MOFGPR92    0xF0019B84          Message Object 92 FIFO/Gateway Pointer Register
CAN_MOIPR92     0xF0019B88          Message Object 92 Interrupt Pointer Register
CAN_MOAMR92     0xF0019B8C          Message Object 92 Acceptance Mask Register
CAN_MODATAL92   0xF0019B90          Message Object 92 Data Register Low
CAN_MODATAH92   0xF0019B94          Message Object 92 Data Register High
CAN_MOAR92      0xF0019B98          Message Object 92 Arbitration Register
CAN_MOCTR92     0xF0019B9C          Message Object 92 Control Register
CAN_MOFCR93     0xF0019BA0          Message Object 93 Function Control Register
CAN_MOFGPR93    0xF0019BA4          Message Object 93 FIFO/Gateway Pointer Register
CAN_MOIPR93     0xF0019BA8          Message Object 93 Interrupt Pointer Register
CAN_MOAMR93     0xF0019BAC          Message Object 93 Acceptance Mask Register
CAN_MODATAL93   0xF0019BB0          Message Object 93 Data Register Low
CAN_MODATAH93   0xF0019BB4          Message Object 93 Data Register High
CAN_MOAR93      0xF0019BB8          Message Object 93 Arbitration Register
CAN_MOCTR93     0xF0019BBC          Message Object 93 Control Register
CAN_MOFCR94     0xF0019BC0          Message Object 94 Function Control Register
CAN_MOFGPR94    0xF0019BC4          Message Object 94 FIFO/Gateway Pointer Register
CAN_MOIPR94     0xF0019BC8          Message Object 94 Interrupt Pointer Register
CAN_MOAMR94     0xF0019BCC          Message Object 94 Acceptance Mask Register
CAN_MODATAL94   0xF0019BD0          Message Object 94 Data Register Low
CAN_MODATAH94   0xF0019BD4          Message Object 94 Data Register High
CAN_MOAR94      0xF0019BD8          Message Object 94 Arbitration Register
CAN_MOCTR94     0xF0019BDC          Message Object 94 Control Register
CAN_MOFCR95     0xF0019BE0          Message Object 95 Function Control Register
CAN_MOFGPR95    0xF0019BE4          Message Object 95 FIFO/Gateway Pointer Register
CAN_MOIPR95     0xF0019BE8          Message Object 95 Interrupt Pointer Register
CAN_MOAMR95     0xF0019BEC          Message Object 95 Acceptance Mask Register
CAN_MODATAL95   0xF0019BF0          Message Object 95 Data Register Low
CAN_MODATAH95   0xF0019BF4          Message Object 95 Data Register High
CAN_MOAR95      0xF0019BF8          Message Object 95 Arbitration Register
CAN_MOCTR95     0xF0019BFC          Message Object 95 Control Register
CAN_MOFCR96     0xF0019C00          Message Object 96 Function Control Register
CAN_MOFGPR96    0xF0019C04          Message Object 96 FIFO/Gateway Pointer Register
CAN_MOIPR96     0xF0019C08          Message Object 96 Interrupt Pointer Register
CAN_MOAMR96     0xF0019C0C          Message Object 96 Acceptance Mask Register
CAN_MODATAL96   0xF0019C10          Message Object 96 Data Register Low
CAN_MODATAH96   0xF0019C14          Message Object 96 Data Register High
CAN_MOAR96      0xF0019C18          Message Object 96 Arbitration Register
CAN_MOCTR96     0xF0019C1C          Message Object 96 Control Register
CAN_MOFCR97     0xF0019C20          Message Object 97 Function Control Register
CAN_MOFGPR97    0xF0019C24          Message Object 97 FIFO/Gateway Pointer Register
CAN_MOIPR97     0xF0019C28          Message Object 97 Interrupt Pointer Register
CAN_MOAMR97     0xF0019C2C          Message Object 97 Acceptance Mask Register
CAN_MODATAL97   0xF0019C30          Message Object 97 Data Register Low
CAN_MODATAH97   0xF0019C34          Message Object 97 Data Register High
CAN_MOAR97      0xF0019C38          Message Object 97 Arbitration Register
CAN_MOCTR97     0xF0019C3C          Message Object 97 Control Register
CAN_MOFCR98     0xF0019C40          Message Object 98 Function Control Register
CAN_MOFGPR98    0xF0019C44          Message Object 98 FIFO/Gateway Pointer Register
CAN_MOIPR98     0xF0019C48          Message Object 98 Interrupt Pointer Register
CAN_MOAMR98     0xF0019C4C          Message Object 98 Acceptance Mask Register
CAN_MODATAL98   0xF0019C50          Message Object 98 Data Register Low
CAN_MODATAH98   0xF0019C54          Message Object 98 Data Register High
CAN_MOAR98      0xF0019C58          Message Object 98 Arbitration Register
CAN_MOCTR98     0xF0019C5C          Message Object 98 Control Register
CAN_MOFCR99     0xF0019C60          Message Object 99 Function Control Register
CAN_MOFGPR99    0xF0019C64          Message Object 99 FIFO/Gateway Pointer Register
CAN_MOIPR99     0xF0019C68          Message Object 99 Interrupt Pointer Register
CAN_MOAMR99     0xF0019C6C          Message Object 99 Acceptance Mask Register
CAN_MODATAL99   0xF0019C70          Message Object 99 Data Register Low
CAN_MODATAH99   0xF0019C74          Message Object 99 Data Register High
CAN_MOAR99      0xF0019C78          Message Object 99 Arbitration Register
CAN_MOCTR99     0xF0019C7C          Message Object 99 Control Register
CAN_MOFCR100    0xF0019C80          Message Object 100 Function Control Register
CAN_MOFGPR100   0xF0019C84          Message Object 100 FIFO/Gateway Pointer Register
CAN_MOIPR100    0xF0019C88          Message Object 100 Interrupt Pointer Register
CAN_MOAMR100    0xF0019C8C          Message Object 100 Acceptance Mask Register
CAN_MODATAL100  0xF0019C90          Message Object 100 Data Register Low
CAN_MODATAH100  0xF0019C94          Message Object 100 Data Register High
CAN_MOAR100     0xF0019C98          Message Object 100 Arbitration Register
CAN_MOCTR100    0xF0019C9C          Message Object 100 Control Register
CAN_MOFCR101    0xF0019CA0          Message Object 101 Function Control Register
CAN_MOFGPR101   0xF0019CA4          Message Object 101 FIFO/Gateway Pointer Register
CAN_MOIPR101    0xF0019CA8          Message Object 101 Interrupt Pointer Register
CAN_MOAMR101    0xF0019CAC          Message Object 101 Acceptance Mask Register
CAN_MODATAL101  0xF0019CB0          Message Object 101 Data Register Low
CAN_MODATAH101  0xF0019CB4          Message Object 101 Data Register High
CAN_MOAR101     0xF0019CB8          Message Object 101 Arbitration Register
CAN_MOCTR101    0xF0019CBC          Message Object 101 Control Register
CAN_MOFCR102    0xF0019CC0          Message Object 102 Function Control Register
CAN_MOFGPR102   0xF0019CC4          Message Object 102 FIFO/Gateway Pointer Register
CAN_MOIPR102    0xF0019CC8          Message Object 102 Interrupt Pointer Register
CAN_MOAMR102    0xF0019CCC          Message Object 102 Acceptance Mask Register
CAN_MODATAL102  0xF0019CD0          Message Object 102 Data Register Low
CAN_MODATAH102  0xF0019CD4          Message Object 102 Data Register High
CAN_MOAR102     0xF0019CD8          Message Object 102 Arbitration Register
CAN_MOCTR102    0xF0019CDC          Message Object 102 Control Register
CAN_MOFCR103    0xF0019CE0          Message Object 103 Function Control Register
CAN_MOFGPR103   0xF0019CE4          Message Object 103 FIFO/Gateway Pointer Register
CAN_MOIPR103    0xF0019CE8          Message Object 103 Interrupt Pointer Register
CAN_MOAMR103    0xF0019CEC          Message Object 103 Acceptance Mask Register
CAN_MODATAL103  0xF0019CF0          Message Object 103 Data Register Low
CAN_MODATAH103  0xF0019CF4          Message Object 103 Data Register High
CAN_MOAR103     0xF0019CF8          Message Object 103 Arbitration Register
CAN_MOCTR103    0xF0019CFC          Message Object 103 Control Register
CAN_MOFCR104    0xF0019D00          Message Object 104 Function Control Register
CAN_MOFGPR104   0xF0019D04          Message Object 104 FIFO/Gateway Pointer Register
CAN_MOIPR104    0xF0019D08          Message Object 104 Interrupt Pointer Register
CAN_MOAMR104    0xF0019D0C          Message Object 104 Acceptance Mask Register
CAN_MODATAL104  0xF0019D10          Message Object 104 Data Register Low
CAN_MODATAH104  0xF0019D14          Message Object 104 Data Register High
CAN_MOAR104     0xF0019D18          Message Object 104 Arbitration Register
CAN_MOCTR104    0xF0019D1C          Message Object 104 Control Register
CAN_MOFCR105    0xF0019D20          Message Object 105 Function Control Register
CAN_MOFGPR105   0xF0019D24          Message Object 105 FIFO/Gateway Pointer Register
CAN_MOIPR105    0xF0019D28          Message Object 105 Interrupt Pointer Register
CAN_MOAMR105    0xF0019D2C          Message Object 105 Acceptance Mask Register
CAN_MODATAL105  0xF0019D30          Message Object 105 Data Register Low
CAN_MODATAH105  0xF0019D34          Message Object 105 Data Register High
CAN_MOAR105     0xF0019D38          Message Object 105 Arbitration Register
CAN_MOCTR105    0xF0019D3C          Message Object 105 Control Register
CAN_MOFCR106    0xF0019D40          Message Object 106 Function Control Register
CAN_MOFGPR106   0xF0019D44          Message Object 106 FIFO/Gateway Pointer Register
CAN_MOIPR106    0xF0019D48          Message Object 106 Interrupt Pointer Register
CAN_MOAMR106    0xF0019D4C          Message Object 106 Acceptance Mask Register
CAN_MODATAL106  0xF0019D50          Message Object 106 Data Register Low
CAN_MODATAH106  0xF0019D54          Message Object 106 Data Register High
CAN_MOAR106     0xF0019D58          Message Object 106 Arbitration Register
CAN_MOCTR106    0xF0019D5C          Message Object 106 Control Register
CAN_MOFCR107    0xF0019D60          Message Object 107 Function Control Register
CAN_MOFGPR107   0xF0019D64          Message Object 107 FIFO/Gateway Pointer Register
CAN_MOIPR107    0xF0019D68          Message Object 107 Interrupt Pointer Register
CAN_MOAMR107    0xF0019D6C          Message Object 107 Acceptance Mask Register
CAN_MODATAL107  0xF0019D70          Message Object 107 Data Register Low
CAN_MODATAH107  0xF0019D74          Message Object 107 Data Register High
CAN_MOAR107     0xF0019D78          Message Object 107 Arbitration Register
CAN_MOCTR107    0xF0019D7C          Message Object 107 Control Register
CAN_MOFCR108    0xF0019D80          Message Object 108 Function Control Register
CAN_MOFGPR108   0xF0019D84          Message Object 108 FIFO/Gateway Pointer Register
CAN_MOIPR108    0xF0019D88          Message Object 108 Interrupt Pointer Register
CAN_MOAMR108    0xF0019D8C          Message Object 108 Acceptance Mask Register
CAN_MODATAL108  0xF0019D90          Message Object 108 Data Register Low
CAN_MODATAH108  0xF0019D94          Message Object 108 Data Register High
CAN_MOAR108     0xF0019D98          Message Object 108 Arbitration Register
CAN_MOCTR108    0xF0019D9C          Message Object 108 Control Register
CAN_MOFCR109    0xF0019DA0          Message Object 109 Function Control Register
CAN_MOFGPR109   0xF0019DA4          Message Object 109 FIFO/Gateway Pointer Register
CAN_MOIPR109    0xF0019DA8          Message Object 109 Interrupt Pointer Register
CAN_MOAMR109    0xF0019DAC          Message Object 109 Acceptance Mask Register
CAN_MODATAL109  0xF0019DB0          Message Object 109 Data Register Low
CAN_MODATAH109  0xF0019DB4          Message Object 109 Data Register High
CAN_MOAR109     0xF0019DB8          Message Object 109 Arbitration Register
CAN_MOCTR109    0xF0019DBC          Message Object 109 Control Register
CAN_MOFCR110    0xF0019DC0          Message Object 110 Function Control Register
CAN_MOFGPR110   0xF0019DC4          Message Object 110 FIFO/Gateway Pointer Register
CAN_MOIPR110    0xF0019DC8          Message Object 110 Interrupt Pointer Register
CAN_MOAMR110    0xF0019DCC          Message Object 110 Acceptance Mask Register
CAN_MODATAL110  0xF0019DD0          Message Object 110 Data Register Low
CAN_MODATAH110  0xF0019DD4          Message Object 110 Data Register High
CAN_MOAR110     0xF0019DD8          Message Object 110 Arbitration Register
CAN_MOCTR110    0xF0019DDC          Message Object 110 Control Register
CAN_MOFCR111    0xF0019DE0          Message Object 111 Function Control Register
CAN_MOFGPR111   0xF0019DE4          Message Object 111 FIFO/Gateway Pointer Register
CAN_MOIPR111    0xF0019DE8          Message Object 111 Interrupt Pointer Register
CAN_MOAMR111    0xF0019DEC          Message Object 111 Acceptance Mask Register
CAN_MODATAL111  0xF0019DF0          Message Object 111 Data Register Low
CAN_MODATAH111  0xF0019DF4          Message Object 111 Data Register High
CAN_MOAR111     0xF0019DF8          Message Object 111 Arbitration Register
CAN_MOCTR111    0xF0019DFC          Message Object 111 Control Register
CAN_MOFCR112    0xF0019E00          Message Object 112 Function Control Register
CAN_MOFGPR112   0xF0019E04          Message Object 112 FIFO/Gateway Pointer Register
CAN_MOIPR112    0xF0019E08          Message Object 112 Interrupt Pointer Register
CAN_MOAMR112    0xF0019E0C          Message Object 112 Acceptance Mask Register
CAN_MODATAL112  0xF0019E10          Message Object 112 Data Register Low
CAN_MODATAH112  0xF0019E14          Message Object 112 Data Register High
CAN_MOAR112     0xF0019E18          Message Object 112 Arbitration Register
CAN_MOCTR112    0xF0019E1C          Message Object 112 Control Register
CAN_MOFCR113    0xF0019E20          Message Object 113 Function Control Register
CAN_MOFGPR113   0xF0019E24          Message Object 113 FIFO/Gateway Pointer Register
CAN_MOIPR113    0xF0019E28          Message Object 113 Interrupt Pointer Register
CAN_MOAMR113    0xF0019E2C          Message Object 113 Acceptance Mask Register
CAN_MODATAL113  0xF0019E30          Message Object 113 Data Register Low
CAN_MODATAH113  0xF0019E34          Message Object 113 Data Register High
CAN_MOAR113     0xF0019E38          Message Object 113 Arbitration Register
CAN_MOCTR113    0xF0019E3C          Message Object 113 Control Register
CAN_MOFCR114    0xF0019E40          Message Object 114 Function Control Register
CAN_MOFGPR114   0xF0019E44          Message Object 114 FIFO/Gateway Pointer Register
CAN_MOIPR114    0xF0019E48          Message Object 114 Interrupt Pointer Register
CAN_MOAMR114    0xF0019E4C          Message Object 114 Acceptance Mask Register
CAN_MODATAL114  0xF0019E50          Message Object 114 Data Register Low
CAN_MODATAH114  0xF0019E54          Message Object 114 Data Register High
CAN_MOAR114     0xF0019E58          Message Object 114 Arbitration Register
CAN_MOCTR114    0xF0019E5C          Message Object 114 Control Register
CAN_MOFCR115    0xF0019E60          Message Object 115 Function Control Register
CAN_MOFGPR115   0xF0019E64          Message Object 115 FIFO/Gateway Pointer Register
CAN_MOIPR115    0xF0019E68          Message Object 115 Interrupt Pointer Register
CAN_MOAMR115    0xF0019E6C          Message Object 115 Acceptance Mask Register
CAN_MODATAL115  0xF0019E70          Message Object 115 Data Register Low
CAN_MODATAH115  0xF0019E74          Message Object 115 Data Register High
CAN_MOAR115     0xF0019E78          Message Object 115 Arbitration Register
CAN_MOCTR115    0xF0019E7C          Message Object 115 Control Register
CAN_MOFCR116    0xF0019E80          Message Object 116 Function Control Register
CAN_MOFGPR116   0xF0019E84          Message Object 116 FIFO/Gateway Pointer Register
CAN_MOIPR116    0xF0019E88          Message Object 116 Interrupt Pointer Register
CAN_MOAMR116    0xF0019E8C          Message Object 116 Acceptance Mask Register
CAN_MODATAL116  0xF0019E90          Message Object 116 Data Register Low
CAN_MODATAH116  0xF0019E94          Message Object 116 Data Register High
CAN_MOAR116     0xF0019E98          Message Object 116 Arbitration Register
CAN_MOCTR116    0xF0019E9C          Message Object 116 Control Register
CAN_MOFCR117    0xF0019EA0          Message Object 117 Function Control Register
CAN_MOFGPR117   0xF0019EA4          Message Object 117 FIFO/Gateway Pointer Register
CAN_MOIPR117    0xF0019EA8          Message Object 117 Interrupt Pointer Register
CAN_MOAMR117    0xF0019EAC          Message Object 117 Acceptance Mask Register
CAN_MODATAL117  0xF0019EB0          Message Object 117 Data Register Low
CAN_MODATAH117  0xF0019EB4          Message Object 117 Data Register High
CAN_MOAR117     0xF0019EB8          Message Object 117 Arbitration Register
CAN_MOCTR117    0xF0019EBC          Message Object 117 Control Register
CAN_MOFCR118    0xF0019EC0          Message Object 118 Function Control Register
CAN_MOFGPR118   0xF0019EC4          Message Object 118 FIFO/Gateway Pointer Register
CAN_MOIPR118    0xF0019EC8          Message Object 118 Interrupt Pointer Register
CAN_MOAMR118    0xF0019ECC          Message Object 118 Acceptance Mask Register
CAN_MODATAL118  0xF0019ED0          Message Object 118 Data Register Low
CAN_MODATAH118  0xF0019ED4          Message Object 118 Data Register High
CAN_MOAR118     0xF0019ED8          Message Object 118 Arbitration Register
CAN_MOCTR118    0xF0019EDC          Message Object 118 Control Register
CAN_MOFCR119    0xF0019EE0          Message Object 119 Function Control Register
CAN_MOFGPR119   0xF0019EE4          Message Object 119 FIFO/Gateway Pointer Register
CAN_MOIPR119    0xF0019EE8          Message Object 119 Interrupt Pointer Register
CAN_MOAMR119    0xF0019EEC          Message Object 119 Acceptance Mask Register
CAN_MODATAL119  0xF0019EF0          Message Object 119 Data Register Low
CAN_MODATAH119  0xF0019EF4          Message Object 119 Data Register High
CAN_MOAR119     0xF0019EF8          Message Object 119 Arbitration Register
CAN_MOCTR119    0xF0019EFC          Message Object 119 Control Register
CAN_MOFCR120    0xF0019F00          Message Object 120 Function Control Register
CAN_MOFGPR120   0xF0019F04          Message Object 120 FIFO/Gateway Pointer Register
CAN_MOIPR120    0xF0019F08          Message Object 120 Interrupt Pointer Register
CAN_MOAMR120    0xF0019F0C          Message Object 120 Acceptance Mask Register
CAN_MODATAL120  0xF0019F10          Message Object 120 Data Register Low
CAN_MODATAH120  0xF0019F14          Message Object 120 Data Register High
CAN_MOAR120     0xF0019F18          Message Object 120 Arbitration Register
CAN_MOCTR120    0xF0019F1C          Message Object 120 Control Register
CAN_MOFCR121    0xF0019F20          Message Object 121 Function Control Register
CAN_MOFGPR121   0xF0019F24          Message Object 121 FIFO/Gateway Pointer Register
CAN_MOIPR121    0xF0019F28          Message Object 121 Interrupt Pointer Register
CAN_MOAMR121    0xF0019F2C          Message Object 121 Acceptance Mask Register
CAN_MODATAL121  0xF0019F30          Message Object 121 Data Register Low
CAN_MODATAH121  0xF0019F34          Message Object 121 Data Register High
CAN_MOAR121     0xF0019F38          Message Object 121 Arbitration Register
CAN_MOCTR121    0xF0019F3C          Message Object 121 Control Register
CAN_MOFCR122    0xF0019F40          Message Object 122 Function Control Register
CAN_MOFGPR122   0xF0019F44          Message Object 122 FIFO/Gateway Pointer Register
CAN_MOIPR122    0xF0019F48          Message Object 122 Interrupt Pointer Register
CAN_MOAMR122    0xF0019F4C          Message Object 122 Acceptance Mask Register
CAN_MODATAL122  0xF0019F50          Message Object 122 Data Register Low
CAN_MODATAH122  0xF0019F54          Message Object 122 Data Register High
CAN_MOAR122     0xF0019F58          Message Object 122 Arbitration Register
CAN_MOCTR122    0xF0019F5C          Message Object 122 Control Register
CAN_MOFCR123    0xF0019F60          Message Object 123 Function Control Register
CAN_MOFGPR123   0xF0019F64          Message Object 123 FIFO/Gateway Pointer Register
CAN_MOIPR123    0xF0019F68          Message Object 123 Interrupt Pointer Register
CAN_MOAMR123    0xF0019F6C          Message Object 123 Acceptance Mask Register
CAN_MODATAL123  0xF0019F70          Message Object 123 Data Register Low
CAN_MODATAH123  0xF0019F74          Message Object 123 Data Register High
CAN_MOAR123     0xF0019F78          Message Object 123 Arbitration Register
CAN_MOCTR123    0xF0019F7C          Message Object 123 Control Register
CAN_MOFCR124    0xF0019F80          Message Object 124 Function Control Register
CAN_MOFGPR124   0xF0019F84          Message Object 124 FIFO/Gateway Pointer Register
CAN_MOIPR124    0xF0019F88          Message Object 124 Interrupt Pointer Register
CAN_MOAMR124    0xF0019F8C          Message Object 124 Acceptance Mask Register
CAN_MODATAL124  0xF0019F90          Message Object 124 Data Register Low
CAN_MODATAH124  0xF0019F94          Message Object 124 Data Register High
CAN_MOAR124     0xF0019F98          Message Object 124 Arbitration Register
CAN_MOCTR124    0xF0019F9C          Message Object 124 Control Register
CAN_MOFCR125    0xF0019FA0          Message Object 125 Function Control Register
CAN_MOFGPR125   0xF0019FA4          Message Object 125 FIFO/Gateway Pointer Register
CAN_MOIPR125    0xF0019FA8          Message Object 125 Interrupt Pointer Register
CAN_MOAMR125    0xF0019FAC          Message Object 125 Acceptance Mask Register
CAN_MODATAL125  0xF0019FB0          Message Object 125 Data Register Low
CAN_MODATAH125  0xF0019FB4          Message Object 125 Data Register High
CAN_MOAR125     0xF0019FB8          Message Object 125 Arbitration Register
CAN_MOCTR125    0xF0019FBC          Message Object 125 Control Register
CAN_MOFCR126    0xF0019FC0          Message Object 126 Function Control Register
CAN_MOFGPR126   0xF0019FC4          Message Object 126 FIFO/Gateway Pointer Register
CAN_MOIPR126    0xF0019FC8          Message Object 126 Interrupt Pointer Register
CAN_MOAMR126    0xF0019FCC          Message Object 126 Acceptance Mask Register
CAN_MODATAL126  0xF0019FD0          Message Object 126 Data Register Low
CAN_MODATAH126  0xF0019FD4          Message Object 126 Data Register High
CAN_MOAR126     0xF0019FD8          Message Object 126 Arbitration Register
CAN_MOCTR126    0xF0019FDC          Message Object 126 Control Register
CAN_MOFCR127    0xF0019FE0          Message Object 127 Function Control Register
CAN_MOFGPR127   0xF0019FE4          Message Object 127 FIFO/Gateway Pointer Register
CAN_MOIPR127    0xF0019FE8          Message Object 127 Interrupt Pointer Register
CAN_MOAMR127    0xF0019FEC          Message Object 127 Acceptance Mask Register
CAN_MODATAL127  0xF0019FF0          Message Object 127 Data Register Low
CAN_MODATAH127  0xF0019FF4          Message Object 127 Data Register High
CAN_MOAR127     0xF0019FF8          Message Object 127 Arbitration Register
CAN_MOCTR127    0xF0019FFC          Message Object 127 Control Register
VADC_CLC        0xF0020000          Clock Control Register
VADC_ID         0xF0020008          Module Identification Register
VADC_OCS        0xF0020028          OCDS Control and Status Register
VADC_KRSTCLR    0xF002002C          Kernel Reset Status Clear Register
VADC_KRST1      0xF0020030          Kernel Reset Register 1
VADC_KRST0      0xF0020034          Kernel Reset Register 0
VADC_ACCEN0     0xF002003C          Access Enable Register 0
VADC_GLOBCFG    0xF0020080          Global Configuration Register
VADC_ACCPROT0   0xF0020088          Access Protection Register
VADC_ACCPROT1   0xF002008C          Access Protection Register
VADC_GLOBICLASS0 0xF00200A0          Input Class Register 0, Global
VADC_GLOBICLASS1 0xF00200A4          Input Class Register 1, Global
VADC_GLOBBOUND  0xF00200B8          Global Boundary Select Register
VADC_GLOBEFLAG  0xF00200E0          Global Event Flag Register
VADC_GLOBEVNP   0xF0020140          Global Event Node Pointer Register
VADC_GLOBTF     0xF0020160          Global Test Functions Register
VADC_GLOBTE     0xF0020164          Global Test Enable Register
VADC_BRSSEL0    0xF0020180          Background Request Source Channel Select Register, Group 0
VADC_BRSSEL1    0xF0020184          Background Request Source Channel Select Register, Group 1
VADC_BRSSEL2    0xF0020188          Background Request Source Channel Select Register, Group 2
VADC_BRSSEL3    0xF002018C          Background Request Source Channel Select Register, Group 3
VADC_BRSPND0    0xF00201C0          Background Request Source Pending Register, Group 0
VADC_BRSPND1    0xF00201C4          Background Request Source Pending Register, Group 1
VADC_BRSPND2    0xF00201C8          Background Request Source Pending Register, Group 2
VADC_BRSPND3    0xF00201CC          Background Request Source Pending Register, Group 3
VADC_BRSCTRL    0xF0020200          Background Request Source Control Register
VADC_BRSMR      0xF0020204          Background Request Source Mode Register
VADC_GLOBRCR    0xF0020280          Global Result Control Register
VADC_GLOBRES    0xF0020300          Global Result Register
VADC_GLOBRESD   0xF0020380          Global Result Register, Debug
VADC_EMUXSEL    0xF00203F0          External Multiplexer Select Register
VADC_G0ARBCFG   0xF0020480          Arbitration Configuration Register, Group 0
VADC_G0ARBPR    0xF0020484          Arbitration Priority Register, Group 0
VADC_G0CHASS    0xF0020488          Channel Assignment Register, Group 0
VADC_G0RRASS    0xF002048C          Result Assignment Register, Group 0
VADC_G0ICLASS0  0xF00204A0          Input Class Register 0, Group 0
VADC_G0ICLASS1  0xF00204A4          Input Class Register 1, Group 0
VADC_G0ALIAS    0xF00204B0          Alias Register, Group 0
VADC_G0BOUND    0xF00204B8          Boundary Select Register, Group 0
VADC_G0SYNCTR   0xF00204C0          Synchronization Control Register, Group 0
VADC_G0BFL      0xF00204C8          Boundary Flag Register, Group 0
VADC_G0BFLS     0xF00204CC          Boundary Flag Software Register, Group 0
VADC_G0BFLC     0xF00204D0          Boundary Flag Control Register, Group 0
VADC_G0BFLNP    0xF00204D4          Boundary Flag Node Pointer Register, Group 0
VADC_G0QCTRL0   0xF0020500          Queue 0 Source Control Register, Group 0
VADC_G0QMR0     0xF0020504          Queue 0 Mode Register, Group 0
VADC_G0QSR0     0xF0020508          Queue 0 Status Register, Group 0
VADC_G0Q0R0     0xF002050C          Queue 0 Register 0, Group 0
VADC_G0QBUR0    0xF0020510          Queue 0 Backup Register, Group 0
VADC_G0ASCTRL   0xF0020520          Autoscan Source Control Register, Group 0
VADC_G0ASMR     0xF0020524          Autoscan Source Mode Register, Group 0
VADC_G0ASSEL    0xF0020528          Autoscan Source Channel Select Register, Group 0
VADC_G0ASPND    0xF002052C          Autoscan Source Pending Register, Group 0
VADC_G0QCTRL3   0xF0020540          Queue 3 Source Control Register, Group 0
VADC_G0QMR3     0xF0020544          Queue 3 Mode Register, Group 0
VADC_G0QSR3     0xF0020548          Queue 3 Status Register, Group 0
VADC_G0Q0R3     0xF002054C          Queue 3 Register 0, Group 0
VADC_G0QBUR3    0xF0020550          Queue 3 Backup Register, Group 0
VADC_G0TRCTR    0xF0020554          Trigger Control Register, Group 0
VADC_G0CEFLAG   0xF0020580          Channel Event Flag Register, Group 0
VADC_G0REFLAG   0xF0020584          Result Event Flag Register, Group 0
VADC_G0SEFLAG   0xF0020588          Source Event Flag Register, Group 0
VADC_G0CEFCLR   0xF0020590          Channel Event Flag Clear Register, Group 0
VADC_G0REFCLR   0xF0020594          Result Event Flag Clear Register, Group 0
VADC_G0SEFCLR   0xF0020598          Source Event Flag Clear Register, Group 0
VADC_G0CEVNP0   0xF00205A0          Channel Event Node Pointer Register 0, Group 0
VADC_G0CEVNP1   0xF00205A4          Channel Event Node Pointer Register 1, Group 0
VADC_G0REVNP0   0xF00205B0          Result Event Node Pointer Register 0, Group 0
VADC_G0REVNP1   0xF00205B4          Result Event Node Pointer Register 1, Group 0
VADC_G0SEVNP    0xF00205C0          Source Event Node Pointer Register, Group 0
VADC_G0SRACT    0xF00205C8          Service Request Software Activation Trigger, Group 0
VADC_G0EMUXCTR  0xF00205F0          External Multiplexer Control Register, Group 0
VADC_G0VFR      0xF00205F8          Valid Flag Register, Group 0
VADC_G0CHCTR0   0xF0020600          Group 0, Channel 0 Ctrl. Reg.
VADC_G0CHCTR1   0xF0020604          Group 0, Channel 1 Ctrl. Reg.
VADC_G0CHCTR2   0xF0020608          Group 0, Channel 2 Ctrl. Reg.
VADC_G0CHCTR3   0xF002060C          Group 0, Channel 3 Ctrl. Reg.
VADC_G0CHCTR4   0xF0020610          Group 0, Channel 4 Ctrl. Reg.
VADC_G0CHCTR5   0xF0020614          Group 0, Channel 5 Ctrl. Reg.
VADC_G0CHCTR6   0xF0020618          Group 0, Channel 6 Ctrl. Reg.
VADC_G0CHCTR7   0xF002061C          Group 0, Channel 7 Ctrl. Reg.
VADC_G0CHCTR8   0xF0020620          Group 0, Channel 8 Ctrl. Reg.
VADC_G0CHCTR9   0xF0020624          Group 0, Channel 9 Ctrl. Reg.
VADC_G0CHCTR10  0xF0020628          Group 0, Channel 10 Ctrl. Reg.
VADC_G0CHCTR11  0xF002062C          Group 0, Channel 11 Ctrl. Reg.
VADC_G0RCR0     0xF0020680          Group 0 Result Control Reg. 0
VADC_G0RCR1     0xF0020684          Group 0 Result Control Reg. 1
VADC_G0RCR2     0xF0020688          Group 0 Result Control Reg. 2
VADC_G0RCR3     0xF002068C          Group 0 Result Control Reg. 3
VADC_G0RCR4     0xF0020690          Group 0 Result Control Reg. 4
VADC_G0RCR5     0xF0020694          Group 0 Result Control Reg. 5
VADC_G0RCR6     0xF0020698          Group 0 Result Control Reg. 6
VADC_G0RCR7     0xF002069C          Group 0 Result Control Reg. 7
VADC_G0RCR8     0xF00206A0          Group 0 Result Control Reg. 8
VADC_G0RCR9     0xF00206A4          Group 0 Result Control Reg. 9
VADC_G0RCR10    0xF00206A8          Group 0 Result Control Reg. 10
VADC_G0RCR11    0xF00206AC          Group 0 Result Control Reg. 11
VADC_G0RCR12    0xF00206B0          Group 0 Result Control Reg. 12
VADC_G0RCR13    0xF00206B4          Group 0 Result Control Reg. 13
VADC_G0RCR14    0xF00206B8          Group 0 Result Control Reg. 14
VADC_G0RCR15    0xF00206BC          Group 0 Result Control Reg. 15
VADC_G0RES0     0xF0020700          Group 0 Result Register 0
VADC_G0RES1     0xF0020704          Group 0 Result Register 1
VADC_G0RES2     0xF0020708          Group 0 Result Register 2
VADC_G0RES3     0xF002070C          Group 0 Result Register 3
VADC_G0RES4     0xF0020710          Group 0 Result Register 4
VADC_G0RES5     0xF0020714          Group 0 Result Register 5
VADC_G0RES6     0xF0020718          Group 0 Result Register 6
VADC_G0RES7     0xF002071C          Group 0 Result Register 7
VADC_G0RES8     0xF0020720          Group 0 Result Register 8
VADC_G0RES9     0xF0020724          Group 0 Result Register 9
VADC_G0RES10    0xF0020728          Group 0 Result Register 10
VADC_G0RES11    0xF002072C          Group 0 Result Register 11
VADC_G0RES12    0xF0020730          Group 0 Result Register 12
VADC_G0RES13    0xF0020734          Group 0 Result Register 13
VADC_G0RES14    0xF0020738          Group 0 Result Register 14
VADC_G0RES15    0xF002073C          Group 0 Result Register 15
VADC_G0RESD0    0xF0020780          Group 0 Result Reg. 0, Debug
VADC_G0RESD1    0xF0020784          Group 0 Result Reg. 1, Debug
VADC_G0RESD2    0xF0020788          Group 0 Result Reg. 2, Debug
VADC_G0RESD3    0xF002078C          Group 0 Result Reg. 3, Debug
VADC_G0RESD4    0xF0020790          Group 0 Result Reg. 4, Debug
VADC_G0RESD5    0xF0020794          Group 0 Result Reg. 5, Debug
VADC_G0RESD6    0xF0020798          Group 0 Result Reg. 6, Debug
VADC_G0RESD7    0xF002079C          Group 0 Result Reg. 7, Debug
VADC_G0RESD8    0xF00207A0          Group 0 Result Reg. 8, Debug
VADC_G0RESD9    0xF00207A4          Group 0 Result Reg. 9, Debug
VADC_G0RESD10   0xF00207A8          Group 0 Result Reg. 10, Debug
VADC_G0RESD11   0xF00207AC          Group 0 Result Reg. 11, Debug
VADC_G0RESD12   0xF00207B0          Group 0 Result Reg. 12, Debug
VADC_G0RESD13   0xF00207B4          Group 0 Result Reg. 13, Debug
VADC_G0RESD14   0xF00207B8          Group 0 Result Reg. 14, Debug
VADC_G0RESD15   0xF00207BC          Group 0 Result Reg. 15, Debug
VADC_G1ARBCFG   0xF0020880          Arbitration Configuration Register, Group 1
VADC_G1ARBPR    0xF0020884          Arbitration Priority Register, Group 1
VADC_G1CHASS    0xF0020888          Channel Assignment Register, Group 1
VADC_G1RRASS    0xF002088C          Result Assignment Register, Group 1
VADC_G1ICLASS0  0xF00208A0          Input Class Register 0, Group 1
VADC_G1ICLASS1  0xF00208A4          Input Class Register 1, Group 1
VADC_G1ALIAS    0xF00208B0          Alias Register, Group 1
VADC_G1BOUND    0xF00208B8          Boundary Select Register, Group 1
VADC_G1SYNCTR   0xF00208C0          Synchronization Control Register, Group 1
VADC_G1BFL      0xF00208C8          Boundary Flag Register, Group 1
VADC_G1BFLS     0xF00208CC          Boundary Flag Software Register, Group 1
VADC_G1BFLC     0xF00208D0          Boundary Flag Control Register, Group 1
VADC_G1BFLNP    0xF00208D4          Boundary Flag Node Pointer Register, Group 1
VADC_G1QCTRL0   0xF0020900          Queue 0 Source Control Register, Group 1
VADC_G1QMR0     0xF0020904          Queue 0 Mode Register, Group 1
VADC_G1QSR0     0xF0020908          Queue 0 Status Register, Group 1
VADC_G1Q0R0     0xF002090C          Queue 0 Register 0, Group 1
VADC_G1QBUR0    0xF0020910          Queue 0 Backup Register, Group 1
VADC_G1ASCTRL   0xF0020920          Autoscan Source Control Register, Group 1
VADC_G1ASMR     0xF0020924          Autoscan Source Mode Register, Group 1
VADC_G1ASSEL    0xF0020928          Autoscan Source Channel Select Register, Group 1
VADC_G1ASPND    0xF002092C          Autoscan Source Pending Register, Group 1
VADC_G1QCTRL3   0xF0020940          Queue 3 Source Control Register, Group 1
VADC_G1QMR3     0xF0020944          Queue 3 Mode Register, Group 1
VADC_G1QSR3     0xF0020948          Queue 3 Status Register, Group 1
VADC_G1Q0R3     0xF002094C          Queue 3 Register 0, Group 1
VADC_G1QBUR3    0xF0020950          Queue 3 Backup Register, Group 1
VADC_G1TRCTR    0xF0020954          Trigger Control Register, Group 1
VADC_G1CEFLAG   0xF0020980          Channel Event Flag Register, Group 1
VADC_G1REFLAG   0xF0020984          Result Event Flag Register, Group 1
VADC_G1SEFLAG   0xF0020988          Source Event Flag Register, Group 1
VADC_G1CEFCLR   0xF0020990          Channel Event Flag Clear Register, Group 1
VADC_G1REFCLR   0xF0020994          Result Event Flag Clear Register, Group 1
VADC_G1SEFCLR   0xF0020998          Source Event Flag Clear Register, Group 1
VADC_G1CEVNP0   0xF00209A0          Channel Event Node Pointer Register 0, Group 1
VADC_G1CEVNP1   0xF00209A4          Channel Event Node Pointer Register 1, Group 1
VADC_G1REVNP0   0xF00209B0          Result Event Node Pointer Register 0, Group 1
VADC_G1REVNP1   0xF00209B4          Result Event Node Pointer Register 1, Group 1
VADC_G1SEVNP    0xF00209C0          Source Event Node Pointer Register, Group 1
VADC_G1SRACT    0xF00209C8          Service Request Software Activation Trigger, Group 1
VADC_G1EMUXCTR  0xF00209F0          External Multiplexer Control Register, Group 1
VADC_G1VFR      0xF00209F8          Valid Flag Register, Group 1
VADC_G1CHCTR0   0xF0020A00          Group 1, Channel 0 Ctrl. Reg.
VADC_G1CHCTR1   0xF0020A04          Group 1, Channel 1 Ctrl. Reg.
VADC_G1CHCTR2   0xF0020A08          Group 1, Channel 2 Ctrl. Reg.
VADC_G1CHCTR3   0xF0020A0C          Group 1, Channel 3 Ctrl. Reg.
VADC_G1CHCTR4   0xF0020A10          Group 1, Channel 4 Ctrl. Reg.
VADC_G1CHCTR5   0xF0020A14          Group 1, Channel 5 Ctrl. Reg.
VADC_G1CHCTR6   0xF0020A18          Group 1, Channel 6 Ctrl. Reg.
VADC_G1CHCTR7   0xF0020A1C          Group 1, Channel 7 Ctrl. Reg.
VADC_G1CHCTR8   0xF0020A20          Group 1, Channel 8 Ctrl. Reg.
VADC_G1CHCTR9   0xF0020A24          Group 1, Channel 9 Ctrl. Reg.
VADC_G1CHCTR10  0xF0020A28          Group 1, Channel 10 Ctrl. Reg.
VADC_G1CHCTR11  0xF0020A2C          Group 1, Channel 11 Ctrl. Reg.
VADC_G1RCR0     0xF0020A80          Group 1 Result Control Reg. 0
VADC_G1RCR1     0xF0020A84          Group 1 Result Control Reg. 1
VADC_G1RCR2     0xF0020A88          Group 1 Result Control Reg. 2
VADC_G1RCR3     0xF0020A8C          Group 1 Result Control Reg. 3
VADC_G1RCR4     0xF0020A90          Group 1 Result Control Reg. 4
VADC_G1RCR5     0xF0020A94          Group 1 Result Control Reg. 5
VADC_G1RCR6     0xF0020A98          Group 1 Result Control Reg. 6
VADC_G1RCR7     0xF0020A9C          Group 1 Result Control Reg. 7
VADC_G1RCR8     0xF0020AA0          Group 1 Result Control Reg. 8
VADC_G1RCR9     0xF0020AA4          Group 1 Result Control Reg. 9
VADC_G1RCR10    0xF0020AA8          Group 1 Result Control Reg. 10
VADC_G1RCR11    0xF0020AAC          Group 1 Result Control Reg. 11
VADC_G1RCR12    0xF0020AB0          Group 1 Result Control Reg. 12
VADC_G1RCR13    0xF0020AB4          Group 1 Result Control Reg. 13
VADC_G1RCR14    0xF0020AB8          Group 1 Result Control Reg. 14
VADC_G1RCR15    0xF0020ABC          Group 1 Result Control Reg. 15
VADC_G1RES0     0xF0020B00          Group 1 Result Register 0
VADC_G1RES1     0xF0020B04          Group 1 Result Register 1
VADC_G1RES2     0xF0020B08          Group 1 Result Register 2
VADC_G1RES3     0xF0020B0C          Group 1 Result Register 3
VADC_G1RES4     0xF0020B10          Group 1 Result Register 4
VADC_G1RES5     0xF0020B14          Group 1 Result Register 5
VADC_G1RES6     0xF0020B18          Group 1 Result Register 6
VADC_G1RES7     0xF0020B1C          Group 1 Result Register 7
VADC_G1RES8     0xF0020B20          Group 1 Result Register 8
VADC_G1RES9     0xF0020B24          Group 1 Result Register 9
VADC_G1RES10    0xF0020B28          Group 1 Result Register 10
VADC_G1RES11    0xF0020B2C          Group 1 Result Register 11
VADC_G1RES12    0xF0020B30          Group 1 Result Register 12
VADC_G1RES13    0xF0020B34          Group 1 Result Register 13
VADC_G1RES14    0xF0020B38          Group 1 Result Register 14
VADC_G1RES15    0xF0020B3C          Group 1 Result Register 15
VADC_G1RESD0    0xF0020B80          Group 1 Result Reg. 0, Debug
VADC_G1RESD1    0xF0020B84          Group 1 Result Reg. 1, Debug
VADC_G1RESD2    0xF0020B88          Group 1 Result Reg. 2, Debug
VADC_G1RESD3    0xF0020B8C          Group 1 Result Reg. 3, Debug
VADC_G1RESD4    0xF0020B90          Group 1 Result Reg. 4, Debug
VADC_G1RESD5    0xF0020B94          Group 1 Result Reg. 5, Debug
VADC_G1RESD6    0xF0020B98          Group 1 Result Reg. 6, Debug
VADC_G1RESD7    0xF0020B9C          Group 1 Result Reg. 7, Debug
VADC_G1RESD8    0xF0020BA0          Group 1 Result Reg. 8, Debug
VADC_G1RESD9    0xF0020BA4          Group 1 Result Reg. 9, Debug
VADC_G1RESD10   0xF0020BA8          Group 1 Result Reg. 10, Debug
VADC_G1RESD11   0xF0020BAC          Group 1 Result Reg. 11, Debug
VADC_G1RESD12   0xF0020BB0          Group 1 Result Reg. 12, Debug
VADC_G1RESD13   0xF0020BB4          Group 1 Result Reg. 13, Debug
VADC_G1RESD14   0xF0020BB8          Group 1 Result Reg. 14, Debug
VADC_G1RESD15   0xF0020BBC          Group 1 Result Reg. 15, Debug
VADC_G2ARBCFG   0xF0020C80          Arbitration Configuration Register, Group 2
VADC_G2ARBPR    0xF0020C84          Arbitration Priority Register, Group 2
VADC_G2CHASS    0xF0020C88          Channel Assignment Register, Group 2
VADC_G2RRASS    0xF0020C8C          Result Assignment Register, Group 2
VADC_G2ICLASS0  0xF0020CA0          Input Class Register 0, Group 2
VADC_G2ICLASS1  0xF0020CA4          Input Class Register 1, Group 2
VADC_G2ALIAS    0xF0020CB0          Alias Register, Group 2
VADC_G2BOUND    0xF0020CB8          Boundary Select Register, Group 2
VADC_G2SYNCTR   0xF0020CC0          Synchronization Control Register, Group 2
VADC_G2BFL      0xF0020CC8          Boundary Flag Register, Group 2
VADC_G2BFLS     0xF0020CCC          Boundary Flag Software Register, Group 2
VADC_G2BFLC     0xF0020CD0          Boundary Flag Control Register, Group 2
VADC_G2BFLNP    0xF0020CD4          Boundary Flag Node Pointer Register, Group 2
VADC_G2QCTRL0   0xF0020D00          Queue 0 Source Control Register, Group 2
VADC_G2QMR0     0xF0020D04          Queue 0 Mode Register, Group 2
VADC_G2QSR0     0xF0020D08          Queue 0 Status Register, Group 2
VADC_G2Q0R0     0xF0020D0C          Queue 0 Register 0, Group 2
VADC_G2QBUR0    0xF0020D10          Queue 0 Backup Register, Group 2
VADC_G2ASCTRL   0xF0020D20          Autoscan Source Control Register, Group 2
VADC_G2ASMR     0xF0020D24          Autoscan Source Mode Register, Group 2
VADC_G2ASSEL    0xF0020D28          Autoscan Source Channel Select Register, Group 2
VADC_G2ASPND    0xF0020D2C          Autoscan Source Pending Register, Group 2
VADC_G2QCTRL3   0xF0020D40          Queue 3 Source Control Register, Group 2
VADC_G2QMR3     0xF0020D44          Queue 3 Mode Register, Group 2
VADC_G2QSR3     0xF0020D48          Queue 3 Status Register, Group 2
VADC_G2Q0R3     0xF0020D4C          Queue 3 Register 0, Group 2
VADC_G2QBUR3    0xF0020D50          Queue 3 Backup Register, Group 2
VADC_G2TRCTR    0xF0020D54          Trigger Control Register, Group 2
VADC_G2CEFLAG   0xF0020D80          Channel Event Flag Register, Group 2
VADC_G2REFLAG   0xF0020D84          Result Event Flag Register, Group 2
VADC_G2SEFLAG   0xF0020D88          Source Event Flag Register, Group 2
VADC_G2CEFCLR   0xF0020D90          Channel Event Flag Clear Register, Group 2
VADC_G2REFCLR   0xF0020D94          Result Event Flag Clear Register, Group 2
VADC_G2SEFCLR   0xF0020D98          Source Event Flag Clear Register, Group 2
VADC_G2CEVNP0   0xF0020DA0          Channel Event Node Pointer Register 0, Group 2
VADC_G2CEVNP1   0xF0020DA4          Channel Event Node Pointer Register 1, Group 2
VADC_G2REVNP0   0xF0020DB0          Result Event Node Pointer Register 0, Group 2
VADC_G2REVNP1   0xF0020DB4          Result Event Node Pointer Register 1, Group 2
VADC_G2SEVNP    0xF0020DC0          Source Event Node Pointer Register, Group 2
VADC_G2SRACT    0xF0020DC8          Service Request Software Activation Trigger, Group 2
VADC_G2EMUXCTR  0xF0020DF0          External Multiplexer Control Register, Group 2
VADC_G2VFR      0xF0020DF8          Valid Flag Register, Group 2
VADC_G2CHCTR0   0xF0020E00          Group 2, Channel 0 Ctrl. Reg.
VADC_G2RCR0     0xF0020E80          Group 2 Result Control Reg. 0
VADC_G2RCR1     0xF0020E84          Group 2 Result Control Reg. 1
VADC_G2RCR2     0xF0020E88          Group 2 Result Control Reg. 2
VADC_G2RCR3     0xF0020E8C          Group 2 Result Control Reg. 3
VADC_G2RCR4     0xF0020E90          Group 2 Result Control Reg. 4
VADC_G2RCR5     0xF0020E94          Group 2 Result Control Reg. 5
VADC_G2RCR6     0xF0020E98          Group 2 Result Control Reg. 6
VADC_G2RCR7     0xF0020E9C          Group 2 Result Control Reg. 7
VADC_G2RCR8     0xF0020EA0          Group 2 Result Control Reg. 8
VADC_G2RCR9     0xF0020EA4          Group 2 Result Control Reg. 9
VADC_G2RCR10    0xF0020EA8          Group 2 Result Control Reg. 10
VADC_G2RCR11    0xF0020EAC          Group 2 Result Control Reg. 11
VADC_G2RCR12    0xF0020EB0          Group 2 Result Control Reg. 12
VADC_G2RCR13    0xF0020EB4          Group 2 Result Control Reg. 13
VADC_G2RCR14    0xF0020EB8          Group 2 Result Control Reg. 14
VADC_G2RCR15    0xF0020EBC          Group 2 Result Control Reg. 15
VADC_G2RES0     0xF0020F00          Group 2 Result Register 0
VADC_G2RES1     0xF0020F04          Group 2 Result Register 1
VADC_G2RES2     0xF0020F08          Group 2 Result Register 2
VADC_G2RES3     0xF0020F0C          Group 2 Result Register 3
VADC_G2RES4     0xF0020F10          Group 2 Result Register 4
VADC_G2RES5     0xF0020F14          Group 2 Result Register 5
VADC_G2RES6     0xF0020F18          Group 2 Result Register 6
VADC_G2RES7     0xF0020F1C          Group 2 Result Register 7
VADC_G2RES8     0xF0020F20          Group 2 Result Register 8
VADC_G2RES9     0xF0020F24          Group 2 Result Register 9
VADC_G2RES10    0xF0020F28          Group 2 Result Register 10
VADC_G2RES11    0xF0020F2C          Group 2 Result Register 11
VADC_G2RES12    0xF0020F30          Group 2 Result Register 12
VADC_G2RES13    0xF0020F34          Group 2 Result Register 13
VADC_G2RES14    0xF0020F38          Group 2 Result Register 14
VADC_G2RES15    0xF0020F3C          Group 2 Result Register 15
VADC_G2RESD0    0xF0020F80          Group 2 Result Reg. 0, Debug
VADC_G2RESD1    0xF0020F84          Group 2 Result Reg. 1, Debug
VADC_G2RESD2    0xF0020F88          Group 2 Result Reg. 2, Debug
VADC_G2RESD3    0xF0020F8C          Group 2 Result Reg. 3, Debug
VADC_G2RESD4    0xF0020F90          Group 2 Result Reg. 4, Debug
VADC_G2RESD5    0xF0020F94          Group 2 Result Reg. 5, Debug
VADC_G2RESD6    0xF0020F98          Group 2 Result Reg. 6, Debug
VADC_G2RESD7    0xF0020F9C          Group 2 Result Reg. 7, Debug
VADC_G2RESD8    0xF0020FA0          Group 2 Result Reg. 8, Debug
VADC_G2RESD9    0xF0020FA4          Group 2 Result Reg. 9, Debug
VADC_G2RESD10   0xF0020FA8          Group 2 Result Reg. 10, Debug
VADC_G2RESD11   0xF0020FAC          Group 2 Result Reg. 11, Debug
VADC_G2RESD12   0xF0020FB0          Group 2 Result Reg. 12, Debug
VADC_G2RESD13   0xF0020FB4          Group 2 Result Reg. 13, Debug
VADC_G2RESD14   0xF0020FB8          Group 2 Result Reg. 14, Debug
VADC_G2RESD15   0xF0020FBC          Group 2 Result Reg. 15, Debug
VADC_G3ARBCFG   0xF0021080          Arbitration Configuration Register, Group 3
VADC_G3ARBPR    0xF0021084          Arbitration Priority Register, Group 3
VADC_G3CHASS    0xF0021088          Channel Assignment Register, Group 3
VADC_G3RRASS    0xF002108C          Result Assignment Register, Group 3
VADC_G3ICLASS0  0xF00210A0          Input Class Register 0, Group 3
VADC_G3ICLASS1  0xF00210A4          Input Class Register 1, Group 3
VADC_G3ALIAS    0xF00210B0          Alias Register, Group 3
VADC_G3BOUND    0xF00210B8          Boundary Select Register, Group 3
VADC_G3SYNCTR   0xF00210C0          Synchronization Control Register, Group 3
VADC_G3BFL      0xF00210C8          Boundary Flag Register, Group 3
VADC_G3BFLS     0xF00210CC          Boundary Flag Software Register, Group 3
VADC_G3BFLC     0xF00210D0          Boundary Flag Control Register, Group 3
VADC_G3BFLNP    0xF00210D4          Boundary Flag Node Pointer Register, Group 3
VADC_G3QCTRL0   0xF0021100          Queue 0 Source Control Register, Group 3
VADC_G3QMR0     0xF0021104          Queue 0 Mode Register, Group 3
VADC_G3QSR0     0xF0021108          Queue 0 Status Register, Group 3
VADC_G3Q0R0     0xF002110C          Queue 0 Register 0, Group 3
VADC_G3QBUR0    0xF0021110          Queue 0 Backup Register, Group 3
VADC_G3ASCTRL   0xF0021120          Autoscan Source Control Register, Group 3
VADC_G3ASMR     0xF0021124          Autoscan Source Mode Register, Group 3
VADC_G3ASSEL    0xF0021128          Autoscan Source Channel Select Register, Group 3
VADC_G3ASPND    0xF002112C          Autoscan Source Pending Register, Group 3
VADC_G3QCTRL3   0xF0021140          Queue 3 Source Control Register, Group 3
VADC_G3QMR3     0xF0021144          Queue 3 Mode Register, Group 3
VADC_G3QSR3     0xF0021148          Queue 3 Status Register, Group 3
VADC_G3Q0R3     0xF002114C          Queue 3 Register 0, Group 3
VADC_G3QBUR3    0xF0021150          Queue 3 Backup Register, Group 3
VADC_G3TRCTR    0xF0021154          Trigger Control Register, Group 3
VADC_G3CEFLAG   0xF0021180          Channel Event Flag Register, Group 3
VADC_G3REFLAG   0xF0021184          Result Event Flag Register, Group 3
VADC_G3SEFLAG   0xF0021188          Source Event Flag Register, Group 3
VADC_G3CEFCLR   0xF0021190          Channel Event Flag Clear Register, Group 3
VADC_G3REFCLR   0xF0021194          Result Event Flag Clear Register, Group 3
VADC_G3SEFCLR   0xF0021198          Source Event Flag Clear Register, Group 3
VADC_G3CEVNP0   0xF00211A0          Channel Event Node Pointer Register 0, Group 3
VADC_G3CEVNP1   0xF00211A4          Channel Event Node Pointer Register 1, Group 3
VADC_G3REVNP0   0xF00211B0          Result Event Node Pointer Register 0, Group 3
VADC_G3REVNP1   0xF00211B4          Result Event Node Pointer Register 1, Group 3
VADC_G3SEVNP    0xF00211C0          Source Event Node Pointer Register, Group 3
VADC_G3SRACT    0xF00211C8          Service Request Software Activation Trigger, Group 3
VADC_G3EMUXCTR  0xF00211F0          External Multiplexer Control Register, Group 3
VADC_G3VFR      0xF00211F8          Valid Flag Register, Group 3
VADC_G3CHCTR0   0xF0021200          Group 3, Channel 0 Ctrl. Reg.
VADC_G3RCR0     0xF0021280          Group 3 Result Control Reg. 0
VADC_G3RCR1     0xF0021284          Group 3 Result Control Reg. 1
VADC_G3RCR2     0xF0021288          Group 3 Result Control Reg. 2
VADC_G3RCR3     0xF002128C          Group 3 Result Control Reg. 3
VADC_G3RCR4     0xF0021290          Group 3 Result Control Reg. 4
VADC_G3RCR5     0xF0021294          Group 3 Result Control Reg. 5
VADC_G3RCR6     0xF0021298          Group 3 Result Control Reg. 6
VADC_G3RCR7     0xF002129C          Group 3 Result Control Reg. 7
VADC_G3RCR8     0xF00212A0          Group 3 Result Control Reg. 8
VADC_G3RCR9     0xF00212A4          Group 3 Result Control Reg. 9
VADC_G3RCR10    0xF00212A8          Group 3 Result Control Reg. 10
VADC_G3RCR11    0xF00212AC          Group 3 Result Control Reg. 11
VADC_G3RCR12    0xF00212B0          Group 3 Result Control Reg. 12
VADC_G3RCR13    0xF00212B4          Group 3 Result Control Reg. 13
VADC_G3RCR14    0xF00212B8          Group 3 Result Control Reg. 14
VADC_G3RCR15    0xF00212BC          Group 3 Result Control Reg. 15
VADC_G3RES0     0xF0021300          Group 3 Result Register 0
VADC_G3RES1     0xF0021304          Group 3 Result Register 1
VADC_G3RES2     0xF0021308          Group 3 Result Register 2
VADC_G3RES3     0xF002130C          Group 3 Result Register 3
VADC_G3RES4     0xF0021310          Group 3 Result Register 4
VADC_G3RES5     0xF0021314          Group 3 Result Register 5
VADC_G3RES6     0xF0021318          Group 3 Result Register 6
VADC_G3RES7     0xF002131C          Group 3 Result Register 7
VADC_G3RES8     0xF0021320          Group 3 Result Register 8
VADC_G3RES9     0xF0021324          Group 3 Result Register 9
VADC_G3RES10    0xF0021328          Group 3 Result Register 10
VADC_G3RES11    0xF002132C          Group 3 Result Register 11
VADC_G3RES12    0xF0021330          Group 3 Result Register 12
VADC_G3RES13    0xF0021334          Group 3 Result Register 13
VADC_G3RES14    0xF0021338          Group 3 Result Register 14
VADC_G3RES15    0xF002133C          Group 3 Result Register 15
VADC_G3RESD0    0xF0021380          Group 3 Result Reg. 0, Debug
VADC_G3RESD1    0xF0021384          Group 3 Result Reg. 1, Debug
VADC_G3RESD2    0xF0021388          Group 3 Result Reg. 2, Debug
VADC_G3RESD3    0xF002138C          Group 3 Result Reg. 3, Debug
VADC_G3RESD4    0xF0021390          Group 3 Result Reg. 4, Debug
VADC_G3RESD5    0xF0021394          Group 3 Result Reg. 5, Debug
VADC_G3RESD6    0xF0021398          Group 3 Result Reg. 6, Debug
VADC_G3RESD7    0xF002139C          Group 3 Result Reg. 7, Debug
VADC_G3RESD8    0xF00213A0          Group 3 Result Reg. 8, Debug
VADC_G3RESD9    0xF00213A4          Group 3 Result Reg. 9, Debug
VADC_G3RESD10   0xF00213A8          Group 3 Result Reg. 10, Debug
VADC_G3RESD11   0xF00213AC          Group 3 Result Reg. 11, Debug
VADC_G3RESD12   0xF00213B0          Group 3 Result Reg. 12, Debug
VADC_G3RESD13   0xF00213B4          Group 3 Result Reg. 13, Debug
VADC_G3RESD14   0xF00213B8          Group 3 Result Reg. 14, Debug
VADC_G3RESD15   0xF00213BC          Group 3 Result Reg. 15, Debug
SBCU_ID         0xF0030008          Module Identification Register
SBCU_CON        0xF0030010          SBCU Control Register
SBCU_PRIOH      0xF0030014          Arbiter Priority Register High
SBCU_PRIOL      0xF0030018          Arbiter Priority Register Low
SBCU_ECON       0xF0030020          SBCU Error Control Capture Register
SBCU_EADD       0xF0030024          SBCU Error Address Capture Register
SBCU_EDAT       0xF0030028          SBCU Error Data Capture Register
SBCU_DBCNTL     0xF0030030          SBCU Debug Control Register
SBCU_DBGRNT     0xF0030034          SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0030038          SBCU Debug Address 1 Register
SBCU_DBADR2     0xF003003C          SBCU Debug Address 2 Register
SBCU_DBBOS      0xF0030040          SBCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0030044          SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0030048          SBCU Debug Trapped Address Register
SBCU_DBBOST     0xF003004C          SBCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0030050          SBCU Debug Data Status Register
SBCU_ACCEN1     0xF00300F8          Access Enable Register 1
SBCU_ACCEN0     0xF00300FC          Access Enable Register 0
IOM_CLC         0xF0035000          IOM Clock Control Register
IOM_ID          0xF0035008          IOM Identification Register
IOM_KRSTCLR     0xF003501C          IOM Kernel Reset Status Clear Register
IOM_KRST1       0xF0035020          IOM Kernel Reset Register 1
IOM_KRST0       0xF0035024          IOM Kernel Reset Register 0
IOM_ACCEN1      0xF0035028          IOM Access Enable Register 1
IOM_ACCEN0      0xF003502C          IOM Access Enable Register 0
IOM_ECMCCFG     0xF0035030          IOM Event Combiner Module Counter Configuration Register
IOM_ECMSELR     0xF0035034          IOM Event Combiner Module Global Event Selection Register
IOM_ECMETH0     0xF0035038          IOM Event Combiner Module Event Trigger History Register 0
IOM_ECMETH1     0xF003503C          IOM Event Combiner Module Event Trigger History Register 1
IOM_GTMEXR      0xF0035040          IOM GTM Input EXOR Combiner Selection Register
IOM_FPCESR      0xF0035078          IOM Filter and Prescaler Cells Rising 'and' Falling Edge Status Register
IOM_FPCCTR0     0xF0035080          IOM Filter and Prescaler Cell Control Register0
IOM_FPCCTR1     0xF0035084          IOM Filter and Prescaler Cell Control Register1
IOM_FPCCTR2     0xF0035088          IOM Filter and Prescaler Cell Control Register2
IOM_FPCCTR3     0xF003508C          IOM Filter and Prescaler Cell Control Register3
IOM_FPCCTR4     0xF0035090          IOM Filter and Prescaler Cell Control Register4
IOM_FPCCTR5     0xF0035094          IOM Filter and Prescaler Cell Control Register5
IOM_FPCCTR6     0xF0035098          IOM Filter and Prescaler Cell Control Register6
IOM_FPCCTR7     0xF003509C          IOM Filter and Prescaler Cell Control Register7
IOM_FPCCTR8     0xF00350A0          IOM Filter and Prescaler Cell Control Register8
IOM_FPCCTR9     0xF00350A4          IOM Filter and Prescaler Cell Control Register9
IOM_FPCCTR10    0xF00350A8          IOM Filter and Prescaler Cell Control Register10
IOM_FPCCTR11    0xF00350AC          IOM Filter and Prescaler Cell Control Register11
IOM_FPCCTR12    0xF00350B0          IOM Filter and Prescaler Cell Control Register12
IOM_FPCCTR13    0xF00350B4          IOM Filter and Prescaler Cell Control Register13
IOM_FPCCTR14    0xF00350B8          IOM Filter and Prescaler Cell Control Register14
IOM_FPCCTR15    0xF00350BC          IOM Filter and Prescaler Cell Control Register15
IOM_FPCTIM0     0xF00350C0          IOM Filter and Prescaler Cell 0 Timer Register
IOM_FPCTIM1     0xF00350C4          IOM Filter and Prescaler Cell 1 Timer Register
IOM_FPCTIM2     0xF00350C8          IOM Filter and Prescaler Cell 2 Timer Register
IOM_FPCTIM3     0xF00350CC          IOM Filter and Prescaler Cell 3 Timer Register
IOM_FPCTIM4     0xF00350D0          IOM Filter and Prescaler Cell 4 Timer Register
IOM_FPCTIM5     0xF00350D4          IOM Filter and Prescaler Cell 5 Timer Register
IOM_FPCTIM6     0xF00350D8          IOM Filter and Prescaler Cell 6 Timer Register
IOM_FPCTIM7     0xF00350DC          IOM Filter and Prescaler Cell 7 Timer Register
IOM_FPCTIM8     0xF00350E0          IOM Filter and Prescaler Cell 8 Timer Register
IOM_FPCTIM9     0xF00350E4          IOM Filter and Prescaler Cell 9 Timer Register
IOM_FPCTIM10    0xF00350E8          IOM Filter and Prescaler Cell 10 Timer Register
IOM_FPCTIM11    0xF00350EC          IOM Filter and Prescaler Cell 11 Timer Register
IOM_FPCTIM12    0xF00350F0          IOM Filter and Prescaler Cell 12 Timer Register
IOM_FPCTIM13    0xF00350F4          IOM Filter and Prescaler Cell 13 Timer Register
IOM_FPCTIM14    0xF00350F8          IOM Filter and Prescaler Cell 14 Timer Register
IOM_FPCTIM15    0xF00350FC          IOM Filter and Prescaler Cell 15 Timer Register
IOM_LAMEWC0     0xF0035100          IOM Logic Analyzer Module Event Window Count Status Register0
IOM_LAMEWC1     0xF0035104          IOM Logic Analyzer Module Event Window Count Status Register1
IOM_LAMEWC2     0xF0035108          IOM Logic Analyzer Module Event Window Count Status Register2
IOM_LAMEWC3     0xF003510C          IOM Logic Analyzer Module Event Window Count Status Register3
IOM_LAMEWC4     0xF0035110          IOM Logic Analyzer Module Event Window Count Status Register4
IOM_LAMEWC5     0xF0035114          IOM Logic Analyzer Module Event Window Count Status Register5
IOM_LAMEWC6     0xF0035118          IOM Logic Analyzer Module Event Window Count Status Register6
IOM_LAMEWC7     0xF003511C          IOM Logic Analyzer Module Event Window Count Status Register7
IOM_LAMEWC8     0xF0035120          IOM Logic Analyzer Module Event Window Count Status Register8
IOM_LAMEWC9     0xF0035124          IOM Logic Analyzer Module Event Window Count Status Register9
IOM_LAMEWC10    0xF0035128          IOM Logic Analyzer Module Event Window Count Status Register10
IOM_LAMEWC11    0xF003512C          IOM Logic Analyzer Module Event Window Count Status Register11
IOM_LAMEWC12    0xF0035130          IOM Logic Analyzer Module Event Window Count Status Register12
IOM_LAMEWC13    0xF0035134          IOM Logic Analyzer Module Event Window Count Status Register13
IOM_LAMEWC14    0xF0035138          IOM Logic Analyzer Module Event Window Count Status Register14
IOM_LAMEWC15    0xF003513C          IOM Logic Analyzer Module Event Window Count Status Register15
IOM_LAMCFG0     0xF0035180          IOM Logic Analyzer Module Configuration Register0
IOM_LAMCFG1     0xF0035184          IOM Logic Analyzer Module Configuration Register1
IOM_LAMCFG2     0xF0035188          IOM Logic Analyzer Module Configuration Register2
IOM_LAMCFG3     0xF003518C          IOM Logic Analyzer Module Configuration Register3
IOM_LAMCFG4     0xF0035190          IOM Logic Analyzer Module Configuration Register4
IOM_LAMCFG5     0xF0035194          IOM Logic Analyzer Module Configuration Register5
IOM_LAMCFG6     0xF0035198          IOM Logic Analyzer Module Configuration Register6
IOM_LAMCFG7     0xF003519C          IOM Logic Analyzer Module Configuration Register7
IOM_LAMCFG8     0xF00351A0          IOM Logic Analyzer Module Configuration Register8
IOM_LAMCFG9     0xF00351A4          IOM Logic Analyzer Module Configuration Register9
IOM_LAMCFG10    0xF00351A8          IOM Logic Analyzer Module Configuration Register10
IOM_LAMCFG11    0xF00351AC          IOM Logic Analyzer Module Configuration Register11
IOM_LAMCFG12    0xF00351B0          IOM Logic Analyzer Module Configuration Register12
IOM_LAMCFG13    0xF00351B4          IOM Logic Analyzer Module Configuration Register13
IOM_LAMCFG14    0xF00351B8          IOM Logic Analyzer Module Configuration Register14
IOM_LAMCFG15    0xF00351BC          IOM Logic Analyzer Module Configuration Register15
IOM_LAMEWS0     0xF00351C0          IOM Logic Analyzer Module Event Window Configuration Register0
IOM_LAMEWS1     0xF00351C4          IOM Logic Analyzer Module Event Window Configuration Register1
IOM_LAMEWS2     0xF00351C8          IOM Logic Analyzer Module Event Window Configuration Register2
IOM_LAMEWS3     0xF00351CC          IOM Logic Analyzer Module Event Window Configuration Register3
IOM_LAMEWS4     0xF00351D0          IOM Logic Analyzer Module Event Window Configuration Register4
IOM_LAMEWS5     0xF00351D4          IOM Logic Analyzer Module Event Window Configuration Register5
IOM_LAMEWS6     0xF00351D8          IOM Logic Analyzer Module Event Window Configuration Register6
IOM_LAMEWS7     0xF00351DC          IOM Logic Analyzer Module Event Window Configuration Register7
IOM_LAMEWS8     0xF00351E0          IOM Logic Analyzer Module Event Window Configuration Register8
IOM_LAMEWS9     0xF00351E4          IOM Logic Analyzer Module Event Window Configuration Register9
IOM_LAMEWS10    0xF00351E8          IOM Logic Analyzer Module Event Window Configuration Register10
IOM_LAMEWS11    0xF00351EC          IOM Logic Analyzer Module Event Window Configuration Register11
IOM_LAMEWS12    0xF00351F0          IOM Logic Analyzer Module Event Window Configuration Register12
IOM_LAMEWS13    0xF00351F4          IOM Logic Analyzer Module Event Window Configuration Register13
IOM_LAMEWS14    0xF00351F8          IOM Logic Analyzer Module Event Window Configuration Register14
IOM_LAMEWS15    0xF00351FC          IOM Logic Analyzer Module Event Window Configuration Register15
SCU_ID          0xF0036008          Identification Register
SCU_OSCCON      0xF0036010          OSC Control Register
SCU_PLLSTAT     0xF0036014          PLL Status Register
SCU_PLLCON0     0xF0036018          PLL Configuration 0 Register
SCU_PLLCON1     0xF003601C          PLL Configuration 1 Register
SCU_PLLCON2     0xF0036020          PLL Configuration 2 Register
SCU_PLLERAYSTAT 0xF0036024          PLL_ERAY Status Register
SCU_PLLERAYCON0 0xF0036028          PLL_ERAY Configuration 0 Register
SCU_PLLERAYCON1 0xF003602C          PLL_ERAY Configuration 1 Register
SCU_CCUCON0     0xF0036030          CCU Clock Control Register 0
SCU_CCUCON1     0xF0036034          CCU Clock Control Register 1
SCU_FDR         0xF0036038          Fractional Divider Register
SCU_EXTCON      0xF003603C          External Clock Control Register
SCU_CCUCON2     0xF0036040          CCU Clock Control Register 2
SCU_CCUCON3     0xF0036044          CCU Clock Control Register 3
SCU_CCUCON4     0xF0036048          CCU Clock Control Register 4
SCU_CCUCON5     0xF003604C          CCU Clock Control Register 5
SCU_RSTSTAT     0xF0036050          Reset Status Register
SCU_RSTCON      0xF0036058          Reset Configuration Register
SCU_ARSTDIS     0xF003605C          Application Reset Disable Register
SCU_SWRSTCON    0xF0036060          Software Reset Configuration Register
SCU_RSTCON2     0xF0036064          Additional Reset Control Register
SCU_EVRRSTCON   0xF003606C          EVR Reset Control Register
SCU_ESRCFG0     0xF0036070          ESR0 Input Configuration Register
SCU_ESRCFG1     0xF0036074          ESR1 Input Configuration Register
SCU_ESROCFG     0xF0036078          ESR Output Configuration Register
SCU_SYSCON      0xF003607C          System Control Register
SCU_CCUCON6     0xF0036080          CCU Clock Control Register 6
SCU_PDR         0xF003609C          ESR Pad Driver Mode Register
SCU_IOCR        0xF00360A0          Input/Output Control Register
SCU_OUT         0xF00360A4          ESR Output Register
SCU_OMR         0xF00360A8          ESR Output Modification Register
SCU_IN          0xF00360AC          ESR Input Register
SCU_EVRSTAT     0xF00360B0          EVR Status Register
SCU_EVR13CON    0xF00360B8          EVR13 Control Register
SCU_STSTAT      0xF00360C0          Start-up Status Register
SCU_PMSWCR0     0xF00360C8          Standby and Wake-up Control Register 0
SCU_PMSWSTAT    0xF00360CC          Standby and Wake-up Status Flag Register
SCU_PMSWSTATCLR 0xF00360D0          Standby and Wake-up Status Clear Register
SCU_PMCSR0      0xF00360D4          Power Management Control and Status Register
SCU_DTSSTAT     0xF00360E0          Die Temperature Sensor Status Register
SCU_DTSCON      0xF00360E4          Die Temperature Sensor Control Register
SCU_PMSWCR1     0xF00360E8          Standby and Wake-up Control Register 1
SCU_WDTSCON0    0xF00360F0          Safety WDT Control Register 0
SCU_WDTSCON1    0xF00360F4          Safety WDT Control Register 1
SCU_WDTSSR      0xF00360F8          Safety WDT Status Register
SCU_EMSR        0xF00360FC          Emergency Stop Register
SCU_WDTCPU0CON0 0xF0036100          CPU0 WDT Control Register 0
SCU_WDTCPU0CON1 0xF0036104          CPU0 WDT Control Register 1
SCU_WDTCPU0SR   0xF0036108          CPU0 WDT Status Register
SCU_WDTCPU1CON0 0xF003610C          Reserved Register
SCU_WDTCPU1CON1 0xF0036110          Reserved Register
SCU_WDTCPU1SR   0xF0036114          CPU1 WDT Status Register
SCU_WDTCPU2CON0 0xF0036118          Reserved Register
SCU_WDTCPU2CON1 0xF003611C          Reserved Register
SCU_WDTCPU2SR   0xF0036120          CPU2 WDT Status Register
SCU_TRAPSTAT    0xF0036124          Trap Status Register
SCU_TRAPSET     0xF0036128          Trap Set Register
SCU_TRAPCLR     0xF003612C          Trap Clear Register
SCU_TRAPDIS     0xF0036130          Trap Disable Register
SCU_LCLCON0     0xF0036134          LCL CPU0 Control Register
SCU_LCLCON1     0xF0036138          LCL CPU1 Control Register
SCU_LCLTEST     0xF003613C          LCL Test Register
SCU_CHIPID      0xF0036140          Chip Identification Register
SCU_MANID       0xF0036144          Manufacturer Identification Register
SCU_SAFECON     0xF0036150          Safety Heartbeat Register
SCU_LBISTCTRL0  0xF0036164          Logic BIST Control 0 Register
SCU_LBISTCTRL1  0xF0036168          Logic BIST Control 1 Register
SCU_LBISTCTRL2  0xF003616C          Logic BIST Control 2 Register
SCU_PDISC       0xF003618C          Pad Disable Control Register
SCU_EVRADCSTAT  0xF003619C          EVR ADC Status Register
SCU_EVRUVMON    0xF00361A0          EVR Under-voltage Configuration Register
SCU_EVROVMON    0xF00361A4          EVR Over-voltage Configuration Register
SCU_EVRMONCTRL  0xF00361A8          EVR Monitor Control Register
SCU_EVRSDCTRL1  0xF00361B0          EVR13 SD Control Register 1
SCU_EVRSDCTRL2  0xF00361B4          EVR13 SD Control Register 2
SCU_EVRSDCTRL3  0xF00361B8          EVR13 SD Control Register 3
SCU_EVRSDCOEFF2 0xF00361C4          EVR13 SD Coefficient Register 2
SCU_PMSWUTCNT   0xF00361DC          Standby WUT Counter Register
SCU_OVCENABLE   0xF00361E0          Overlay Enable Register
SCU_OVCCON      0xF00361E4          Overlay Control Register
SCU_EICR0       0xF0036210          External Input Channel Register 0
SCU_EICR1       0xF0036214          External Input Channel Register 1
SCU_EICR2       0xF0036218          External Input Channel Register 2
SCU_EICR3       0xF003621C          External Input Channel Register 3
SCU_EIFR        0xF0036220          External Input Flag Register
SCU_FMR         0xF0036224          Flag Modification Register
SCU_PDRR        0xF0036228          Pattern Detection Result Register
SCU_IGCR0       0xF003622C          Flag Gating Register 0
SCU_IGCR1       0xF0036230          Flag Gating Register 1
SCU_IGCR2       0xF0036234          Flag Gating Register 2
SCU_IGCR3       0xF0036238          Flag Gating Register 3
SCU_DTSLIM      0xF0036240          Die Temperature Sensor Limit Register
SCU_PMSWCR3     0xF0036300          Standby and Wake-up Control Register 3
SCU_ACCEN1      0xF00363F8          Access Enable Register 1
SCU_ACCEN0      0xF00363FC          Access Enable Register 0
SMU_CLC         0xF0036800          Clock Control Register
SMU_ID          0xF0036808          Module Identification Register
SMU_CMD         0xF0036820          Command Register
SMU_STS         0xF0036824          Status Register
SMU_FSP         0xF0036828          Fault Signaling Protocol
SMU_AGC         0xF003682C          Alarm Global Configuration
SMU_RTC         0xF0036830          Recovery Timer Configuration
SMU_KEYS        0xF0036834          Key Register
SMU_DBG         0xF0036838          Debug Register
SMU_PCTL        0xF003683C          Port Control
SMU_AFCNT       0xF0036840          Alarm and Fault Counter
SMU_RTAC0       0xF0036860          Recovery Timer Alarm Configuration
SMU_RTAC1       0xF0036864          Recovery Timer Alarm Configuration
SMU_AG0CF0      0xF0036900          Alarm Configuration Register
SMU_AG0CF1      0xF0036904          Alarm Configuration Register
SMU_AG0CF2      0xF0036908          Alarm Configuration Register
SMU_AG1CF0      0xF003690C          Alarm Configuration Register
SMU_AG1CF1      0xF0036910          Alarm Configuration Register
SMU_AG1CF2      0xF0036914          Alarm Configuration Register
SMU_AG2CF0      0xF0036918          Alarm Configuration Register
SMU_AG2CF1      0xF003691C          Alarm Configuration Register
SMU_AG2CF2      0xF0036920          Alarm Configuration Register
SMU_AG3CF0      0xF0036924          Alarm Configuration Register
SMU_AG3CF1      0xF0036928          Alarm Configuration Register
SMU_AG3CF2      0xF003692C          Alarm Configuration Register
SMU_AG4CF0      0xF0036930          Alarm Configuration Register
SMU_AG4CF1      0xF0036934          Alarm Configuration Register
SMU_AG4CF2      0xF0036938          Alarm Configuration Register
SMU_AG5CF0      0xF003693C          Alarm Configuration Register
SMU_AG5CF1      0xF0036940          Alarm Configuration Register
SMU_AG5CF2      0xF0036944          Alarm Configuration Register
SMU_AG6CF0      0xF0036948          Alarm Configuration Register
SMU_AG6CF1      0xF003694C          Alarm Configuration Register
SMU_AG6CF2      0xF0036950          Alarm Configuration Register
SMU_AG0FSP      0xF0036980          FSP Configuration Register
SMU_AG1FSP      0xF0036984          FSP Configuration Register
SMU_AG2FSP      0xF0036988          FSP Configuration Register
SMU_AG3FSP      0xF003698C          FSP Configuration Register
SMU_AG4FSP      0xF0036990          FSP Configuration Register
SMU_AG5FSP      0xF0036994          FSP Configuration Register
SMU_AG6FSP      0xF0036998          FSP Configuration Register
SMU_AG0         0xF00369C0          Alarm Status Register
SMU_AG1         0xF00369C4          Alarm Status Register
SMU_AG2         0xF00369C8          Alarm Status Register
SMU_AG3         0xF00369CC          Alarm Status Register
SMU_AG4         0xF00369D0          Alarm Status Register
SMU_AG5         0xF00369D4          Alarm Status Register
SMU_AG6         0xF00369D8          Alarm Status Register
SMU_AD0         0xF0036A00          Alarm Status Register
SMU_AD1         0xF0036A04          Alarm Status Register
SMU_AD2         0xF0036A08          Alarm Status Register
SMU_AD3         0xF0036A0C          Alarm Status Register
SMU_AD4         0xF0036A10          Alarm Status Register
SMU_AD5         0xF0036A14          Alarm Status Register
SMU_AD6         0xF0036A18          Alarm Status Register
SMU_RMCTL       0xF0036B00          Register Monitor Control
SMU_RMEF        0xF0036B04          Register Monitor Error Flags
SMU_RMSTS       0xF0036B08          Register Monitor Self Test Status
SMU_OCS         0xF0036FE8          OCDS Control and Status
SMU_KRSTCLR     0xF0036FEC          SMU Reset Status Clear Register
SMU_KRST1       0xF0036FF0          SMU Reset Register 1
SMU_KRST0       0xF0036FF4          SMU Reset Register 0
SMU_ACCEN1      0xF0036FF8          SMU Access Enable Register 1
SMU_ACCEN0      0xF0036FFC          SMU Access Enable Register 0
INT_ID          0xF0037008          Module Identification Register
INT_SRB0        0xF0037010          Service Request Broadcast Register 0
INT_OOBS        0xF0037080          OTGM OTGB0/1 Status
INT_OSSIC       0xF0037084          OTGM SSI Control
INT_OIXTS       0xF0037088          OTGM IRQ MUX Trigger Set Select
INT_OIXMS       0xF003708C          OTGM IRQ MUX Missed IRQ Select
INT_OIXS0       0xF0037090          OTGM IRQ MUX Select 0
INT_OIXS1       0xF0037094          OTGM IRQ MUX Select 1
INT_OIT         0xF00370A0          OTGM IRQ Trace
INT_OMISP       0xF00370A4          OTGM MCDS I/F Sensitivity Posedge
INT_OMISN       0xF00370A8          OTGM MCDS I/F Sensitivity Negedge
INT_ACCEN01     0xF00370F0          Kernel 0 Access Enable Register 1
INT_ACCEN00     0xF00370F4          Access Enable Register 0
INT_ACCEN11     0xF00370F8          Kernel 1 Access Enable Register 1
INT_ACCEN10     0xF00370FC          Kernel 1 Access Enable Register 0
INT_LWSR0       0xF0037100          Latest Winning Service Request Register 0
INT_LASR0       0xF0037104          Last Acknowledged Service Request Register 0
INT_ECR0        0xF0037108          Error Capture Register 0
INT_LWSR1       0xF0037110          Latest Winning Service Request Register 1
INT_LASR1       0xF0037114          Last Acknowledged Service Request Register 1
INT_ECR1        0xF0037118          Error Capture Register 1
SRC_CPU0SBSRC   0xF0038000          CPU 0Software Breakpoint Service Request
SRC_BCUSPBSBSRC 0xF0038040          Bus Control Unit SPB Service Request
SRC_XBARSRC     0xF0038048          XBAR_SRI Service Request
SRC_CERBERUS0   0xF0038050          Cerberus Service Request 0
SRC_CERBERUS1   0xF0038054          Cerberus Service Request 1
SRC_ASCLIN0TX   0xF0038080          ASCLIN 0 Transmit Service Request
SRC_ASCLIN0RX   0xF0038084          ASCLIN 0 Receive Service Request
SRC_ASCLIN0ERR  0xF0038088          ASCLIN 0 Error Service Request
SRC_ASCLIN1TX   0xF003808C          ASCLIN 1 Transmit Service Request
SRC_ASCLIN1RX   0xF0038090          ASCLIN 1 Receive Service Request
SRC_ASCLIN1ERR  0xF0038094          ASCLIN 1 Error Service Request
SRC_QSPI0TX     0xF0038190          QSPI 0 Transmit Service Request
SRC_QSPI0RX     0xF0038194          QSPI 0 Receive Service Request
SRC_QSPI0ERR    0xF0038198          QSPI 0 Error Service Request
SRC_QSPI0PT     0xF003819C          QSPI 0 Phase Transition Service Request
SRC_RESERVED10  0xF00381A0          Reserved Service Request 10
SRC_QSPI0U      0xF00381A4          QSPI 0 User Defined Service Request
SRC_QSPI1TX     0xF00381A8          QSPI 1 Transmit Service Request
SRC_QSPI1RX     0xF00381AC          QSPI 1 Receive Service Request
SRC_QSPI1ERR    0xF00381B0          QSPI 1 Error Service Request
SRC_QSPI1PT     0xF00381B4          QSPI 1 Phase Transition Service Request
SRC_RESERVED11  0xF00381B8          Reserved Service Request 11
SRC_QSPI1U      0xF00381BC          QSPI 1 User Defined Service Request
SRC_QSPI2TX     0xF00381C0          QSPI 2 Transmit Service Request
SRC_QSPI2RX     0xF00381C4          QSPI 2 Receive Service Request
SRC_QSPI2ERR    0xF00381C8          QSPI 2 Error Service Request
SRC_QSPI2PT     0xF00381CC          QSPI 2 Phase Transition Service Request
SRC_QSPI2HC     0xF00381D0          QSPI 2 High Speed Capture Service Request
SRC_QSPI2U      0xF00381D4          QSPI 2 User Defined Service Request
SRC_QSPI3TX     0xF00381D8          QSPI 3 Transmit Service Request
SRC_QSPI3RX     0xF00381DC          QSPI 3 Receive Service Request
SRC_QSPI3ERR    0xF00381E0          QSPI 3 Error Service Request
SRC_QSPI3PT     0xF00381E4          QSPI 3 Phase Transition Service Request
SRC_QSPI3HC     0xF00381E8          QSPI 3 High Speed Capture Service Request
SRC_QSPI3U      0xF00381EC          QSPI 3 User Defined Service Request
SRC_SENT0       0xF0038350          SENT TRIG0 Service Request
SRC_SENT1       0xF0038354          SENT TRIG1 Service Request
SRC_SENT2       0xF0038358          SENT TRIG2 Service Request
SRC_SENT3       0xF003835C          SENT TRIG3 Service Request
SRC_CCU60SR0    0xF0038420          CCU6 0 Service Request 0
SRC_CCU60SR1    0xF0038424          CCU6 0 Service Request 1
SRC_CCU60SR2    0xF0038428          CCU6 0 Service Request 2
SRC_CCU60SR3    0xF003842C          CCU6 0 Service Request 3
SRC_CCU61SR0    0xF0038430          CCU6 1 Service Request 0
SRC_CCU61SR1    0xF0038434          CCU6 1 Service Request 1
SRC_CCU61SR2    0xF0038438          CCU6 1 Service Request 2
SRC_CCU61SR3    0xF003843C          CCU6 1 Service Request 3
SRC_GPT120CIRQ  0xF0038460          GPT120 CAPREL Service Request
SRC_GPT120T2    0xF0038464          GPT120 T2 Overflow/Underflow Service Request
SRC_GPT120T3    0xF0038468          GPT120 T3 Overflow/Underflow Service Request
SRC_GPT120T4    0xF003846C          GPT120 T4 Overflow/Underflow Service Request
SRC_GPT120T5    0xF0038470          GPT120 T5 Overflow/Underflow Service Request
SRC_GPT120T6    0xF0038474          GPT120 T6 Overflow/Underflow Service Request
SRC_STM0SR0     0xF0038490          System Timer 0 Service Request 0
SRC_STM0SR1     0xF0038494          System Timer 0 Service Request 1
SRC_DMAERR      0xF00384F0          DMA Error Service Request
SRC_DMACH0      0xF0038500          DMA Channel 0 Service Request
SRC_DMACH1      0xF0038504          DMA Channel 1 Service Request
SRC_DMACH2      0xF0038508          DMA Channel 2 Service Request
SRC_DMACH3      0xF003850C          DMA Channel 3 Service Request
SRC_DMACH4      0xF0038510          DMA Channel 4 Service Request
SRC_DMACH5      0xF0038514          DMA Channel 5 Service Request
SRC_DMACH6      0xF0038518          DMA Channel 6 Service Request
SRC_DMACH7      0xF003851C          DMA Channel 7 Service Request
SRC_DMACH8      0xF0038520          DMA Channel 8 Service Request
SRC_DMACH9      0xF0038524          DMA Channel 9 Service Request
SRC_DMACH10     0xF0038528          DMA Channel 10 Service Request
SRC_DMACH11     0xF003852C          DMA Channel 11 Service Request
SRC_DMACH12     0xF0038530          DMA Channel 12 Service Request
SRC_DMACH13     0xF0038534          DMA Channel 13 Service Request
SRC_DMACH14     0xF0038538          DMA Channel 14 Service Request
SRC_DMACH15     0xF003853C          DMA Channel 15 Service Request
SRC_CANINT0     0xF0038900          MULTICAN Service Request 0
SRC_CANINT1     0xF0038904          MULTICAN Service Request 1
SRC_CANINT2     0xF0038908          MULTICAN Service Request 2
SRC_CANINT3     0xF003890C          MULTICAN Service Request 3
SRC_CANINT4     0xF0038910          MULTICAN Service Request 4
SRC_CANINT5     0xF0038914          MULTICAN Service Request 5
SRC_CANINT6     0xF0038918          MULTICAN Service Request 6
SRC_CANINT7     0xF003891C          MULTICAN Service Request 7
SRC_CANINT8     0xF0038920          MULTICAN Service Request 8
SRC_CANINT9     0xF0038924          MULTICAN Service Request 9
SRC_CANINT10    0xF0038928          MULTICAN Service Request 10
SRC_CANINT11    0xF003892C          MULTICAN Service Request 11
SRC_CANINT12    0xF0038930          MULTICAN Service Request 12
SRC_CANINT13    0xF0038934          MULTICAN Service Request 13
SRC_CANINT14    0xF0038938          MULTICAN Service Request 14
SRC_CANINT15    0xF003893C          MULTICAN Service Request 15
SRC_VADCG0SR0   0xF0038980          VADC Group 0 Service Request 0
SRC_VADCG0SR1   0xF0038984          VADC Group 0 Service Request 1
SRC_VADCG0SR2   0xF0038988          VADC Group 0 Service Request 2
SRC_VADCG0SR3   0xF003898C          VADC Group 0 Service Request 3
SRC_VADCG1SR0   0xF0038990          VADC Group 1 Service Request 0
SRC_VADCG1SR1   0xF0038994          VADC Group 1 Service Request 1
SRC_VADCG1SR2   0xF0038998          VADC Group 1 Service Request 2
SRC_VADCG1SR3   0xF003899C          VADC Group 1 Service Request 3
SRC_VADCCG0SR0  0xF0038AA0          VADC Common Group 0 Service Request 0
SRC_VADCCG0SR1  0xF0038AA4          VADC Common Group 0 Service Request 1
SRC_VADCCG0SR2  0xF0038AA8          VADC Common Group 0 Service Request 2
SRC_VADCCG0SR3  0xF0038AAC          VADC Common Group 0 Service Request 3
SRC_PMU00       0xF0038C30          PMU 0 Service Request 0
SRC_PMU01       0xF0038C34          PMU 0 Service Request 1
SRC_SCUDTS      0xF0038CD0          SCU DTS Busy Service Request
SRC_SCUERU0     0xF0038CD4          SCU ERU Service Request 0
SRC_SCUERU1     0xF0038CD8          SCU ERU Service Request 1
SRC_SCUERU2     0xF0038CDC          SCU ERU Service Request 2
SRC_SCUERU3     0xF0038CE0          SCU ERU Service Request 3
SRC_SMU0        0xF0038D10          SMU Service Request 0
SRC_SMU1        0xF0038D14          SMU Service Request 1
SRC_SMU2        0xF0038D18          SMU Service Request 2
SRC_EVRWUT      0xF0038FB0          EVR Wake Up Timer Service Request
SRC_EVRSCDC     0xF0038FB4          EVR Supply Service Request
SRC_GPSR00      0xF0039000          General Purpose Service Request 00
SRC_GPSR01      0xF0039004          General Purpose Service Request 01
SRC_GPSR02      0xF0039008          General Purpose Service Request 02
SRC_GPSR03      0xF003900C          General Purpose Service Request 03
SRC_GTMAEIIRQ   0xF0039600          GTM AEI Shared Service Request
SRC_GTMERR      0xF0039770          GTM Error Service Request
SRC_GTMTIM00    0xF0039780          GTM TIM0 Shared Service Request 0
SRC_GTMTIM01    0xF0039784          GTM TIM0 Shared Service Request 1
SRC_GTMTIM02    0xF0039788          GTM TIM0 Shared Service Request 2
SRC_GTMTIM03    0xF003978C          GTM TIM0 Shared Service Request 3
SRC_GTMTIM04    0xF0039790          GTM TIM0 Shared Service Request 4
SRC_GTMTIM05    0xF0039794          GTM TIM0 Shared Service Request 5
SRC_GTMTIM06    0xF0039798          GTM TIM0 Shared Service Request 6
SRC_GTMTIM07    0xF003979C          GTM TIM0 Shared Service Request 7
SRC_GTMTOM00    0xF0039B80          GTM TOM0 Shared Service Request 0
SRC_GTMTOM01    0xF0039B84          GTM TOM0 Shared Service Request 1
SRC_GTMTOM02    0xF0039B88          GTM TOM0 Shared Service Request 2
SRC_GTMTOM03    0xF0039B8C          GTM TOM0 Shared Service Request 3
SRC_GTMTOM04    0xF0039B90          GTM TOM0 Shared Service Request 4
SRC_GTMTOM05    0xF0039B94          GTM TOM0 Shared Service Request 5
SRC_GTMTOM06    0xF0039B98          GTM TOM0 Shared Service Request 6
SRC_GTMTOM07    0xF0039B9C          GTM TOM0 Shared Service Request 7
SRC_GTMTOM10    0xF0039BA0          GTM TOM1 Shared Service Request 0
SRC_GTMTOM11    0xF0039BA4          GTM TOM1 Shared Service Request 1
SRC_GTMTOM12    0xF0039BA8          GTM TOM1 Shared Service Request 2
SRC_GTMTOM13    0xF0039BAC          GTM TOM1 Shared Service Request 3
SRC_GTMTOM14    0xF0039BB0          GTM TOM1 Shared Service Request 4
SRC_GTMTOM15    0xF0039BB4          GTM TOM1 Shared Service Request 5
SRC_GTMTOM16    0xF0039BB8          GTM TOM1 Shared Service Request 6
SRC_GTMTOM17    0xF0039BBC          GTM TOM1 Shared Service Request 7
P00_OUT         0xF003A000          Port 00 Output Register
P00_OMR         0xF003A004          Port 00 Output Modification Register
P00_ID          0xF003A008          Identification Register
P00_IOCR0       0xF003A010          Port 00 Input/Output Control Register 0
P00_IOCR4       0xF003A014          Port 00 Input/Output Control Register 4
P00_IOCR8       0xF003A018          Port 00 Input/Output Control Register 8
P00_IOCR12      0xF003A01C          Port 00 Input/Output Control Register 12
P00_IN          0xF003A024          Port 00 Input Register
P00_PDR0        0xF003A040          Port 00 Pad Driver Mode 0 Register
P00_PDR1        0xF003A044          Port 00 Pad Driver Mode 1 Register
P00_ESR         0xF003A050          Port 00 Emergency Stop Register
P00_OMSR0       0xF003A070          Port 00 Output Modification Set Register 0
P00_OMSR4       0xF003A074          Port 00 Output Modification Set Register 4
P00_OMSR8       0xF003A078          Port 00 Output Modification Set Register 8
P00_OMSR12      0xF003A07C          Port 00 Output Modification Set Register 12
P00_OMCR0       0xF003A080          Port 00 Output Modification Clear Register 0
P00_OMCR4       0xF003A084          Port 00 Output Modification Clear Register 4
P00_OMCR8       0xF003A088          Port 00 Output Modification Clear Register 8
P00_OMCR12      0xF003A08C          Port 00 Output Modification Clear Register 12
P00_OMSR        0xF003A090          Port 00 Output Modification Set Register
P00_OMCR        0xF003A094          Port 00 Output Modification Clear Register
P00_ACCEN1      0xF003A0F8          Port 00 Access Enable Register 1
P00_ACCEN0      0xF003A0FC          Port 00 Access Enable Register 0
P02_OUT         0xF003A200          Port 02 Output Register
P02_OMR         0xF003A204          Port 02 Output Modification Register
P02_ID          0xF003A208          Identification Register
P02_IOCR0       0xF003A210          Port 02 Input/Output Control Register 0
P02_IOCR4       0xF003A214          Port 02 Input/Output Control Register 4
P02_IOCR8       0xF003A218          Port 02 Input/Output Control Register 8
P02_IN          0xF003A224          Port 02 Input Register
P02_PDR0        0xF003A240          Port 02 Pad Driver Mode 0 Register
P02_PDR1        0xF003A244          Port 02 Pad Driver Mode 1 Register
P02_ESR         0xF003A250          Port 02 Emergency Stop Register
P02_OMSR0       0xF003A270          Port 02 Output Modification Set Register 0
P02_OMSR4       0xF003A274          Port 02 Output Modification Set Register 4
P02_OMSR8       0xF003A278          Port 02 Output Modification Set Register 8
P02_OMCR0       0xF003A280          Port 02 Output Modification Clear Register 0
P02_OMCR4       0xF003A284          Port 02 Output Modification Clear Register 4
P02_OMCR8       0xF003A288          Port 02 Output Modification Clear Register 8
P02_OMSR        0xF003A290          Port 02 Output Modification Set Register
P02_OMCR        0xF003A294          Port 02 Output Modification Clear Register
P02_ACCEN1      0xF003A2F8          Port 02 Access Enable Register 1
P02_ACCEN0      0xF003A2FC          Port 02 Access Enable Register 0
P10_OUT         0xF003B000          Port 10 Output Register
P10_OMR         0xF003B004          Port 10 Output Modification Register
P10_ID          0xF003B008          Identification Register
P10_IOCR0       0xF003B010          Port 10 Input/Output Control Register 0
P10_IOCR4       0xF003B014          Port 10 Input/Output Control Register 4
P10_IN          0xF003B024          Port 10 Input Register
P10_PDR0        0xF003B040          Port 10 Pad Driver Mode 0 Register
P10_ESR         0xF003B050          Port 10 Emergency Stop Register
P10_OMSR0       0xF003B070          Port 10 Output Modification Set Register 0
P10_OMSR4       0xF003B074          Port 10 Output Modification Set Register 4
P10_OMCR0       0xF003B080          Port 10 Output Modification Clear Register 0
P10_OMCR4       0xF003B084          Port 10 Output Modification Clear Register 4
P10_OMSR        0xF003B090          Port 10 Output Modification Set Register
P10_OMCR        0xF003B094          Port 10 Output Modification Clear Register
P10_ACCEN1      0xF003B0F8          Port 10 Access Enable Register 1
P10_ACCEN0      0xF003B0FC          Port 10 Access Enable Register 0
P11_OUT         0xF003B100          Port 11 Output Register
P11_OMR         0xF003B104          Port 11 Output Modification Register
P11_ID          0xF003B108          Identification Register
P11_IOCR0       0xF003B110          Port 11 Input/Output Control Register 0
P11_IOCR4       0xF003B114          Port 11 Input/Output Control Register 4
P11_IOCR8       0xF003B118          Port 11 Input/Output Control Register 8
P11_IOCR12      0xF003B11C          Port 11 Input/Output Control Register 12
P11_IN          0xF003B124          Port 11 Input Register
P11_PDR0        0xF003B140          Port 11 Pad Driver Mode 0 Register
P11_PDR1        0xF003B144          Port 11 Pad Driver Mode 1 Register
P11_ESR         0xF003B150          Port 11 Emergency Stop Register
P11_OMSR0       0xF003B170          Port 11 Output Modification Set Register 0
P11_OMSR4       0xF003B174          Port 11 Output Modification Set Register 4
P11_OMSR8       0xF003B178          Port 11 Output Modification Set Register 8
P11_OMSR12      0xF003B17C          Port 11 Output Modification Set Register 12
P11_OMCR0       0xF003B180          Port 11 Output Modification Clear Register 0
P11_OMCR4       0xF003B184          Port 11 Output Modification Clear Register 4
P11_OMCR8       0xF003B188          Port 11 Output Modification Clear Register 8
P11_OMCR12      0xF003B18C          Port 11 Output Modification Clear Register 12
P11_OMSR        0xF003B190          Port 11 Output Modification Set Register
P11_OMCR        0xF003B194          Port 11 Output Modification Clear Register
P11_ACCEN1      0xF003B1F8          Port 11 Access Enable Register 1
P11_ACCEN0      0xF003B1FC          Port 11 Access Enable Register 0
P13_OUT         0xF003B300          Port 13 Output Register
P13_OMR         0xF003B304          Port 13 Output Modification Register
P13_ID          0xF003B308          Identification Register
P13_IOCR0       0xF003B310          Port 13 Input/Output Control Register 0
P13_IN          0xF003B324          Port 13 Input Register
P13_PDR0        0xF003B340          Port 13 Pad Driver Mode 0 Register
P13_ESR         0xF003B350          Port 13 Emergency Stop Register
P13_OMSR0       0xF003B370          Port 13 Output Modification Set Register 0
P13_OMCR0       0xF003B380          Port 13 Output Modification Clear Register 0
P13_OMSR        0xF003B390          Port 13 Output Modification Set Register
P13_OMCR        0xF003B394          Port 13 Output Modification Clear Register
P13_ACCEN1      0xF003B3F8          Port 13 Access Enable Register 1
P13_ACCEN0      0xF003B3FC          Port 13 Access Enable Register 0
P14_OUT         0xF003B400          Port 14 Output Register
P14_OMR         0xF003B404          Port 14 Output Modification Register
P14_ID          0xF003B408          Identification Register
P14_IOCR0       0xF003B410          Port 14 Input/Output Control Register 0
P14_IOCR4       0xF003B414          Port 14 Input/Output Control Register 4
P14_IOCR8       0xF003B418          Port 14 Input/Output Control Register 8
P14_IN          0xF003B424          Port 14 Input Register
P14_PDR0        0xF003B440          Port 14 Pad Driver Mode 0 Register
P14_PDR1        0xF003B444          Port 14 Pad Driver Mode 1 Register
P14_ESR         0xF003B450          Port 14 Emergency Stop Register
P14_OMSR0       0xF003B470          Port 14 Output Modification Set Register 0
P14_OMSR4       0xF003B474          Port 14 Output Modification Set Register 4
P14_OMSR8       0xF003B478          Port 14 Output Modification Set Register 8
P14_OMCR0       0xF003B480          Port 14 Output Modification Clear Register 0
P14_OMCR4       0xF003B484          Port 14 Output Modification Clear Register 4
P14_OMCR8       0xF003B488          Port 14 Output Modification Clear Register 8
P14_OMSR        0xF003B490          Port 14 Output Modification Set Register
P14_OMCR        0xF003B494          Port 14 Output Modification Clear Register
P14_ACCEN1      0xF003B4F8          Port 14 Access Enable Register 1
P14_ACCEN0      0xF003B4FC          Port 14 Access Enable Register 0
P15_OUT         0xF003B500          Port 15 Output Register
P15_OMR         0xF003B504          Port 15 Output Modification Register
P15_ID          0xF003B508          Identification Register
P15_IOCR0       0xF003B510          Port 15 Input/Output Control Register 0
P15_IOCR4       0xF003B514          Port 15 Input/Output Control Register 4
P15_IOCR8       0xF003B518          Port 15 Input/Output Control Register 8
P15_IN          0xF003B524          Port 15 Input Register
P15_PDR0        0xF003B540          Port 15 Pad Driver Mode 0 Register
P15_PDR1        0xF003B544          Port 15 Pad Driver Mode 1 Register
P15_ESR         0xF003B550          Port 15 Emergency Stop Register
P15_OMSR0       0xF003B570          Port 15 Output Modification Set Register 0
P15_OMSR4       0xF003B574          Port 15 Output Modification Set Register 4
P15_OMSR8       0xF003B578          Port 15 Output Modification Set Register 8
P15_OMCR0       0xF003B580          Port 15 Output Modification Clear Register 0
P15_OMCR4       0xF003B584          Port 15 Output Modification Clear Register 4
P15_OMCR8       0xF003B588          Port 15 Output Modification Clear Register 8
P15_OMSR        0xF003B590          Port 15 Output Modification Set Register
P15_OMCR        0xF003B594          Port 15 Output Modification Clear Register
P15_ACCEN1      0xF003B5F8          Port 15 Access Enable Register 1
P15_ACCEN0      0xF003B5FC          Port 15 Access Enable Register 0
P20_OUT         0xF003C000          Port 20 Output Register
P20_OMR         0xF003C004          Port 20 Output Modification Register
P20_ID          0xF003C008          Identification Register
P20_IOCR0       0xF003C010          Port 20 Input/Output Control Register 0
P20_IOCR4       0xF003C014          Port 20 Input/Output Control Register 4
P20_IOCR8       0xF003C018          Port 20 Input/Output Control Register 8
P20_IOCR12      0xF003C01C          Port 20 Input/Output Control Register 12
P20_IN          0xF003C024          Port 20 Input Register
P20_PDR0        0xF003C040          Port 20 Pad Driver Mode 0 Register
P20_PDR1        0xF003C044          Port 20 Pad Driver Mode 1 Register
P20_ESR         0xF003C050          Port 20 Emergency Stop Register
P20_OMSR0       0xF003C070          Port 20 Output Modification Set Register 0
P20_OMSR4       0xF003C074          Port 20 Output Modification Set Register 4
P20_OMSR8       0xF003C078          Port 20 Output Modification Set Register 8
P20_OMSR12      0xF003C07C          Port 20 Output Modification Set Register 12
P20_OMCR0       0xF003C080          Port 20 Output Modification Clear Register 0
P20_OMCR4       0xF003C084          Port 20 Output Modification Clear Register 4
P20_OMCR8       0xF003C088          Port 20 Output Modification Clear Register 8
P20_OMCR12      0xF003C08C          Port 20 Output Modification Clear Register 12
P20_OMSR        0xF003C090          Port 20 Output Modification Set Register
P20_OMCR        0xF003C094          Port 20 Output Modification Clear Register
P20_ACCEN1      0xF003C0F8          Port 20 Access Enable Register 1
P20_ACCEN0      0xF003C0FC          Port 20 Access Enable Register 0
P21_OUT         0xF003C100          Port 21 Output Register
P21_OMR         0xF003C104          Port 21 Output Modification Register
P21_ID          0xF003C108          Identification Register
P21_IOCR0       0xF003C110          Port 21 Input/Output Control Register 0
P21_IOCR4       0xF003C114          Port 21 Input/Output Control Register 4
P21_IN          0xF003C124          Port 21 Input Register
P21_PDR0        0xF003C140          Port 21 Pad Driver Mode 0 Register
P21_ESR         0xF003C150          Port 21 Emergency Stop Register
P21_OMSR0       0xF003C170          Port 21 Output Modification Set Register 0
P21_OMSR4       0xF003C174          Port 21 Output Modification Set Register 4
P21_OMCR0       0xF003C180          Port 21 Output Modification Clear Register 0
P21_OMCR4       0xF003C184          Port 21 Output Modification Clear Register 4
P21_OMSR        0xF003C190          Port 21 Output Modification Set Register
P21_OMCR        0xF003C194          Port 21 Output Modification Clear Register
P21_ACCEN1      0xF003C1F8          Port 21 Access Enable Register 1
P21_ACCEN0      0xF003C1FC          Port 21 Access Enable Register 0
P22_OUT         0xF003C200          Port 22 Output Register
P22_OMR         0xF003C204          Port 22 Output Modification Register
P22_ID          0xF003C208          Identification Register
P22_IOCR0       0xF003C210          Port 22 Input/Output Control Register 0
P22_IOCR4       0xF003C214          Port 22 Input/Output Control Register 4
P22_IN          0xF003C224          Port 22 Input Register
P22_PDR0        0xF003C240          Port 22 Pad Driver Mode 0 Register
P22_ESR         0xF003C250          Port 22 Emergency Stop Register
P22_OMSR0       0xF003C270          Port 22 Output Modification Set Register 0
P22_OMSR4       0xF003C274          Port 22 Output Modification Set Register 4
P22_OMCR0       0xF003C280          Port 22 Output Modification Clear Register 0
P22_OMCR4       0xF003C284          Port 22 Output Modification Clear Register 4
P22_OMSR        0xF003C290          Port 22 Output Modification Set Register
P22_OMCR        0xF003C294          Port 22 Output Modification Clear Register
P22_ACCEN1      0xF003C2F8          Port 22 Access Enable Register 1
P22_ACCEN0      0xF003C2FC          Port 22 Access Enable Register 0
P23_OUT         0xF003C300          Port 23 Output Register
P23_OMR         0xF003C304          Port 23 Output Modification Register
P23_ID          0xF003C308          Identification Register
P23_IOCR0       0xF003C310          Port 23 Input/Output Control Register 0
P23_IN          0xF003C324          Port 23 Input Register
P23_PDR0        0xF003C340          Port 23 Pad Driver Mode 0 Register
P23_ESR         0xF003C350          Port 23 Emergency Stop Register
P23_OMSR0       0xF003C370          Port 23 Output Modification Set Register 0
P23_OMCR0       0xF003C380          Port 23 Output Modification Clear Register 0
P23_OMSR        0xF003C390          Port 23 Output Modification Set Register
P23_OMCR        0xF003C394          Port 23 Output Modification Clear Register
P23_ACCEN1      0xF003C3F8          Port 23 Access Enable Register 1
P23_ACCEN0      0xF003C3FC          Port 23 Access Enable Register 0
P33_OUT         0xF003D300          Port 33 Output Register
P33_OMR         0xF003D304          Port 33 Output Modification Register
P33_ID          0xF003D308          Identification Register
P33_IOCR0       0xF003D310          Port 33 Input/Output Control Register 0
P33_IOCR4       0xF003D314          Port 33 Input/Output Control Register 4
P33_IOCR8       0xF003D318          Port 33 Input/Output Control Register 8
P33_IOCR12      0xF003D31C          Port 33 Input/Output Control Register 12
P33_IN          0xF003D324          Port 33 Input Register
P33_PDR0        0xF003D340          Port 33 Pad Driver Mode 0 Register
P33_PDR1        0xF003D344          Port 33 Pad Driver Mode 1 Register
P33_ESR         0xF003D350          Port 33 Emergency Stop Register
P33_OMSR0       0xF003D370          Port 33 Output Modification Set Register 0
P33_OMSR4       0xF003D374          Port 33 Output Modification Set Register 4
P33_OMSR8       0xF003D378          Port 33 Output Modification Set Register 8
P33_OMSR12      0xF003D37C          Port 33 Output Modification Set Register 12
P33_OMCR0       0xF003D380          Port 33 Output Modification Clear Register 0
P33_OMCR4       0xF003D384          Port 33 Output Modification Clear Register 4
P33_OMCR8       0xF003D388          Port 33 Output Modification Clear Register 8
P33_OMCR12      0xF003D38C          Port 33 Output Modification Clear Register 12
P33_OMSR        0xF003D390          Port 33 Output Modification Set Register
P33_OMCR        0xF003D394          Port 33 Output Modification Clear Register
P33_ACCEN1      0xF003D3F8          Port 33 Access Enable Register 1
P33_ACCEN0      0xF003D3FC          Port 33 Access Enable Register 0
P34_OUT         0xF003D400          Port 34 Output Register
P34_OMR         0xF003D404          Port 34 Output Modification Register
P34_ID          0xF003D408          Identification Register
P34_IOCR0       0xF003D410          Port 34 Input/Output Control Register 0
P34_IN          0xF003D424          Port 34 Input Register
P34_PDR0        0xF003D440          Port 34 Pad Driver Mode 0 Register
P34_ESR         0xF003D450          Port 34 Emergency Stop Register
P34_OMSR0       0xF003D470          Port 34 Output Modification Set Register 0
P34_OMCR0       0xF003D480          Port 34 Output Modification Clear Register 0
P34_OMSR        0xF003D490          Port 34 Output Modification Set Register
P34_OMCR        0xF003D494          Port 34 Output Modification Clear Register
P34_ACCEN1      0xF003D4F8          Port 34 Access Enable Register 1
P34_ACCEN0      0xF003D4FC          Port 34 Access Enable Register 0
P40_ID          0xF003E008          Identification Register
P40_IOCR0       0xF003E010          Port 40 Input/Output Control Register 0
P40_IOCR4       0xF003E014          Port 40 Input/Output Control Register 4
P40_IOCR8       0xF003E018          Port 40 Input/Output Control Register 8
P40_IN          0xF003E024          Port 40 Input Register
P40_PDISC       0xF003E060          Port 40 Pin Function Decision Control Register
P40_PCSR        0xF003E064          Port 40 Pin Controller Select Register
P40_ACCEN1      0xF003E0F8          Port 40 Access Enable Register 1
P40_ACCEN0      0xF003E0FC          Port 40 Access Enable Register 0
P41_ID          0xF003E108          Identification Register
P41_IOCR0       0xF003E110          Port 41 Input/Output Control Register 0
P41_IOCR4       0xF003E114          Port 41 Input/Output Control Register 4
P41_IOCR8       0xF003E118          Port 41 Input/Output Control Register 8
P41_IN          0xF003E124          Port 41 Input Register
P41_PDISC       0xF003E160          Port 41 Pin Function Decision Control Register
P41_PCSR        0xF003E164          Port 41 Pin Controller Select Register
P41_ACCEN1      0xF003E1F8          Port 41 Access Enable Register 1
P41_ACCEN0      0xF003E1FC          Port 41 Access Enable Register 0
MTU_CLC         0xF0060000          Identification Register
MTU_ID          0xF0060008          Identification Register
MTU_MEMTEST0    0xF0060010          Memory MBISTEnable Register 0
MTU_MEMTEST1    0xF0060014          Memory MBISTEnable Register 1
MTU_MEMTEST2    0xF0060018          Memory MBISTEnable Register 2
MTU_MEMMAP      0xF006001C          Memory Mapping Enable Register
MTU_RES0        0xF0060020          Reserved Register
MTU_RES1        0xF0060024          Reserved Register
MTU_RES2        0xF0060030          Reserved Register
MTU_RES3        0xF0060034          Reserved Register
MTU_MEMSTAT0    0xF0060038          Memory Status Register 0
MTU_MEMSTAT1    0xF006003C          Memory Status Register 1
MTU_MEMSTAT2    0xF0060040          Memory Status Register 2
MTU_ACCEN1      0xF00600F8          Access Enable Register 1
MTU_ACCEN0      0xF00600FC          Access Enable Register 0
MC0_CONFIG0     0xF0061000          Configuration Register 0
MC0_CONFIG1     0xF0061002          Configuration Register 1
MC0_MCONTROL    0xF0061004          MBIST Control Register
MC0_MSTATUS     0xF0061006          Status Register
MC0_RANGE       0xF0061008          Range Register, single address mode
MC0_REVID       0xF006100C          Revision ID Register
MC0_ECCS        0xF006100E          ECC Safety Register
MC0_ECCD        0xF0061010          Memory ECC Detection Register
MC0_ETRR0       0xF0061012          Error Tracking Register 0
MC0_ETRR1       0xF0061014          Error Tracking Register 1
MC0_ETRR2       0xF0061016          Error Tracking Register 2
MC0_ETRR3       0xF0061018          Error Tracking Register 3
MC0_ETRR4       0xF006101A          Error Tracking Register 4
MC0_RDBFL0      0xF00610A0          Read Data and Bit Flip Register 0
MC0_RDBFL1      0xF00610A2          Read Data and Bit Flip Register 1
MC0_RDBFL2      0xF00610A4          Read Data and Bit Flip Register 2
MC0_RDBFL3      0xF00610A6          Read Data and Bit Flip Register 3
MC0_RDBFL4      0xF00610A8          Read Data and Bit Flip Register 4
MC0_RDBFL5      0xF00610AA          Read Data and Bit Flip Register 5
MC0_RDBFL6      0xF00610AC          Read Data and Bit Flip Register 6
MC0_RDBFL7      0xF00610AE          Read Data and Bit Flip Register 7
MC0_RDBFL8      0xF00610B0          Read Data and Bit Flip Register 8
MC0_RDBFL9      0xF00610B2          Read Data and Bit Flip Register 9
MC0_RDBFL10     0xF00610B4          Read Data and Bit Flip Register 10
MC0_RDBFL11     0xF00610B6          Read Data and Bit Flip Register 11
MC0_RDBFL12     0xF00610B8          Read Data and Bit Flip Register 12
MC0_RDBFL13     0xF00610BA          Read Data and Bit Flip Register 13
MC0_RDBFL14     0xF00610BC          Read Data and Bit Flip Register 14
MC0_RDBFL15     0xF00610BE          Read Data and Bit Flip Register 15
MC0_RDBFL16     0xF00610C0          Read Data and Bit Flip Register 16
MC0_RDBFL17     0xF00610C2          Read Data and Bit Flip Register 17
MC0_RDBFL18     0xF00610C4          Read Data and Bit Flip Register 18
MC0_RDBFL19     0xF00610C6          Read Data and Bit Flip Register 19
MC0_RDBFL20     0xF00610C8          Read Data and Bit Flip Register 20
MC0_RDBFL21     0xF00610CA          Read Data and Bit Flip Register 21
MC0_RDBFL22     0xF00610CC          Read Data and Bit Flip Register 22
MC0_RDBFL23     0xF00610CE          Read Data and Bit Flip Register 23
MC0_RDBFL24     0xF00610D0          Read Data and Bit Flip Register 24
MC0_RDBFL25     0xF00610D2          Read Data and Bit Flip Register 25
MC0_RDBFL26     0xF00610D4          Read Data and Bit Flip Register 26
MC0_RDBFL27     0xF00610D6          Read Data and Bit Flip Register 27
MC0_RDBFL28     0xF00610D8          Read Data and Bit Flip Register 28
MC0_RDBFL29     0xF00610DA          Read Data and Bit Flip Register 29
MC0_RDBFL30     0xF00610DC          Read Data and Bit Flip Register 30
MC0_RDBFL31     0xF00610DE          Read Data and Bit Flip Register 31
MC0_RDBFL32     0xF00610E0          Read Data and Bit Flip Register 32
MC0_RDBFL33     0xF00610E2          Read Data and Bit Flip Register 33
MC0_RDBFL34     0xF00610E4          Read Data and Bit Flip Register 34
MC0_RDBFL35     0xF00610E6          Read Data and Bit Flip Register 35
MC0_RDBFL36     0xF00610E8          Read Data and Bit Flip Register 36
MC0_RDBFL37     0xF00610EA          Read Data and Bit Flip Register 37
MC0_RDBFL38     0xF00610EC          Read Data and Bit Flip Register 38
MC0_RDBFL39     0xF00610EE          Read Data and Bit Flip Register 39
MC1_CONFIG0     0xF0061100          Configuration Register 0
MC1_CONFIG1     0xF0061102          Configuration Register 1
MC1_MCONTROL    0xF0061104          MBIST Control Register
MC1_MSTATUS     0xF0061106          Status Register
MC1_RANGE       0xF0061108          Range Register, single address mode
MC1_REVID       0xF006110C          Revision ID Register
MC1_ECCS        0xF006110E          ECC Safety Register
MC1_ECCD        0xF0061110          Memory ECC Detection Register
MC1_ETRR0       0xF0061112          Error Tracking Register 0
MC1_ETRR1       0xF0061114          Error Tracking Register 1
MC1_ETRR2       0xF0061116          Error Tracking Register 2
MC1_ETRR3       0xF0061118          Error Tracking Register 3
MC1_ETRR4       0xF006111A          Error Tracking Register 4
MC1_RDBFL0      0xF00611A0          Read Data and Bit Flip Register 0
MC1_RDBFL1      0xF00611A2          Read Data and Bit Flip Register 1
MC1_RDBFL2      0xF00611A4          Read Data and Bit Flip Register 2
MC1_RDBFL3      0xF00611A6          Read Data and Bit Flip Register 3
MC1_RDBFL4      0xF00611A8          Read Data and Bit Flip Register 4
MC1_RDBFL5      0xF00611AA          Read Data and Bit Flip Register 5
MC1_RDBFL6      0xF00611AC          Read Data and Bit Flip Register 6
MC1_RDBFL7      0xF00611AE          Read Data and Bit Flip Register 7
MC1_RDBFL8      0xF00611B0          Read Data and Bit Flip Register 8
MC1_RDBFL9      0xF00611B2          Read Data and Bit Flip Register 9
MC1_RDBFL10     0xF00611B4          Read Data and Bit Flip Register 10
MC1_RDBFL11     0xF00611B6          Read Data and Bit Flip Register 11
MC1_RDBFL12     0xF00611B8          Read Data and Bit Flip Register 12
MC1_RDBFL13     0xF00611BA          Read Data and Bit Flip Register 13
MC1_RDBFL14     0xF00611BC          Read Data and Bit Flip Register 14
MC1_RDBFL15     0xF00611BE          Read Data and Bit Flip Register 15
MC1_RDBFL16     0xF00611C0          Read Data and Bit Flip Register 16
MC1_RDBFL17     0xF00611C2          Read Data and Bit Flip Register 17
MC1_RDBFL18     0xF00611C4          Read Data and Bit Flip Register 18
MC1_RDBFL19     0xF00611C6          Read Data and Bit Flip Register 19
MC1_RDBFL20     0xF00611C8          Read Data and Bit Flip Register 20
MC1_RDBFL21     0xF00611CA          Read Data and Bit Flip Register 21
MC1_RDBFL22     0xF00611CC          Read Data and Bit Flip Register 22
MC1_RDBFL23     0xF00611CE          Read Data and Bit Flip Register 23
MC1_RDBFL24     0xF00611D0          Read Data and Bit Flip Register 24
MC1_RDBFL25     0xF00611D2          Read Data and Bit Flip Register 25
MC1_RDBFL26     0xF00611D4          Read Data and Bit Flip Register 26
MC1_RDBFL27     0xF00611D6          Read Data and Bit Flip Register 27
MC1_RDBFL28     0xF00611D8          Read Data and Bit Flip Register 28
MC1_RDBFL29     0xF00611DA          Read Data and Bit Flip Register 29
MC1_RDBFL30     0xF00611DC          Read Data and Bit Flip Register 30
MC1_RDBFL31     0xF00611DE          Read Data and Bit Flip Register 31
MC1_RDBFL32     0xF00611E0          Read Data and Bit Flip Register 32
MC1_RDBFL33     0xF00611E2          Read Data and Bit Flip Register 33
MC1_RDBFL34     0xF00611E4          Read Data and Bit Flip Register 34
MC1_RDBFL35     0xF00611E6          Read Data and Bit Flip Register 35
MC1_RDBFL36     0xF00611E8          Read Data and Bit Flip Register 36
MC1_RDBFL37     0xF00611EA          Read Data and Bit Flip Register 37
MC1_RDBFL38     0xF00611EC          Read Data and Bit Flip Register 38
MC1_RDBFL39     0xF00611EE          Read Data and Bit Flip Register 39
MC2_CONFIG0     0xF0061200          Configuration Register 0
MC2_CONFIG1     0xF0061202          Configuration Register 1
MC2_MCONTROL    0xF0061204          MBIST Control Register
MC2_MSTATUS     0xF0061206          Status Register
MC2_RANGE       0xF0061208          Range Register, single address mode
MC2_REVID       0xF006120C          Revision ID Register
MC2_ECCS        0xF006120E          ECC Safety Register
MC2_ECCD        0xF0061210          Memory ECC Detection Register
MC2_ETRR0       0xF0061212          Error Tracking Register 0
MC2_ETRR1       0xF0061214          Error Tracking Register 1
MC2_ETRR2       0xF0061216          Error Tracking Register 2
MC2_ETRR3       0xF0061218          Error Tracking Register 3
MC2_ETRR4       0xF006121A          Error Tracking Register 4
MC2_RDBFL0      0xF00612A0          Read Data and Bit Flip Register 0
MC2_RDBFL1      0xF00612A2          Read Data and Bit Flip Register 1
MC2_RDBFL2      0xF00612A4          Read Data and Bit Flip Register 2
MC2_RDBFL3      0xF00612A6          Read Data and Bit Flip Register 3
MC2_RDBFL4      0xF00612A8          Read Data and Bit Flip Register 4
MC2_RDBFL5      0xF00612AA          Read Data and Bit Flip Register 5
MC2_RDBFL6      0xF00612AC          Read Data and Bit Flip Register 6
MC2_RDBFL7      0xF00612AE          Read Data and Bit Flip Register 7
MC2_RDBFL8      0xF00612B0          Read Data and Bit Flip Register 8
MC2_RDBFL9      0xF00612B2          Read Data and Bit Flip Register 9
MC2_RDBFL10     0xF00612B4          Read Data and Bit Flip Register 10
MC2_RDBFL11     0xF00612B6          Read Data and Bit Flip Register 11
MC2_RDBFL12     0xF00612B8          Read Data and Bit Flip Register 12
MC2_RDBFL13     0xF00612BA          Read Data and Bit Flip Register 13
MC2_RDBFL14     0xF00612BC          Read Data and Bit Flip Register 14
MC2_RDBFL15     0xF00612BE          Read Data and Bit Flip Register 15
MC2_RDBFL16     0xF00612C0          Read Data and Bit Flip Register 16
MC2_RDBFL17     0xF00612C2          Read Data and Bit Flip Register 17
MC2_RDBFL18     0xF00612C4          Read Data and Bit Flip Register 18
MC2_RDBFL19     0xF00612C6          Read Data and Bit Flip Register 19
MC2_RDBFL20     0xF00612C8          Read Data and Bit Flip Register 20
MC2_RDBFL21     0xF00612CA          Read Data and Bit Flip Register 21
MC2_RDBFL22     0xF00612CC          Read Data and Bit Flip Register 22
MC2_RDBFL23     0xF00612CE          Read Data and Bit Flip Register 23
MC2_RDBFL24     0xF00612D0          Read Data and Bit Flip Register 24
MC2_RDBFL25     0xF00612D2          Read Data and Bit Flip Register 25
MC2_RDBFL26     0xF00612D4          Read Data and Bit Flip Register 26
MC2_RDBFL27     0xF00612D6          Read Data and Bit Flip Register 27
MC2_RDBFL28     0xF00612D8          Read Data and Bit Flip Register 28
MC2_RDBFL29     0xF00612DA          Read Data and Bit Flip Register 29
MC2_RDBFL30     0xF00612DC          Read Data and Bit Flip Register 30
MC2_RDBFL31     0xF00612DE          Read Data and Bit Flip Register 31
MC2_RDBFL32     0xF00612E0          Read Data and Bit Flip Register 32
MC2_RDBFL33     0xF00612E2          Read Data and Bit Flip Register 33
MC2_RDBFL34     0xF00612E4          Read Data and Bit Flip Register 34
MC2_RDBFL35     0xF00612E6          Read Data and Bit Flip Register 35
MC2_RDBFL36     0xF00612E8          Read Data and Bit Flip Register 36
MC2_RDBFL37     0xF00612EA          Read Data and Bit Flip Register 37
MC2_RDBFL38     0xF00612EC          Read Data and Bit Flip Register 38
MC2_RDBFL39     0xF00612EE          Read Data and Bit Flip Register 39
MC3_CONFIG0     0xF0061300          Configuration Register 0
MC3_CONFIG1     0xF0061302          Configuration Register 1
MC3_MCONTROL    0xF0061304          MBIST Control Register
MC3_MSTATUS     0xF0061306          Status Register
MC3_RANGE       0xF0061308          Range Register, single address mode
MC3_REVID       0xF006130C          Revision ID Register
MC3_ECCS        0xF006130E          ECC Safety Register
MC3_ECCD        0xF0061310          Memory ECC Detection Register
MC3_ETRR0       0xF0061312          Error Tracking Register 0
MC3_ETRR1       0xF0061314          Error Tracking Register 1
MC3_ETRR2       0xF0061316          Error Tracking Register 2
MC3_ETRR3       0xF0061318          Error Tracking Register 3
MC3_ETRR4       0xF006131A          Error Tracking Register 4
MC3_RDBFL0      0xF00613A0          Read Data and Bit Flip Register 0
MC3_RDBFL1      0xF00613A2          Read Data and Bit Flip Register 1
MC3_RDBFL2      0xF00613A4          Read Data and Bit Flip Register 2
MC3_RDBFL3      0xF00613A6          Read Data and Bit Flip Register 3
MC3_RDBFL4      0xF00613A8          Read Data and Bit Flip Register 4
MC3_RDBFL5      0xF00613AA          Read Data and Bit Flip Register 5
MC3_RDBFL6      0xF00613AC          Read Data and Bit Flip Register 6
MC3_RDBFL7      0xF00613AE          Read Data and Bit Flip Register 7
MC3_RDBFL8      0xF00613B0          Read Data and Bit Flip Register 8
MC3_RDBFL9      0xF00613B2          Read Data and Bit Flip Register 9
MC3_RDBFL10     0xF00613B4          Read Data and Bit Flip Register 10
MC3_RDBFL11     0xF00613B6          Read Data and Bit Flip Register 11
MC3_RDBFL12     0xF00613B8          Read Data and Bit Flip Register 12
MC3_RDBFL13     0xF00613BA          Read Data and Bit Flip Register 13
MC3_RDBFL14     0xF00613BC          Read Data and Bit Flip Register 14
MC3_RDBFL15     0xF00613BE          Read Data and Bit Flip Register 15
MC3_RDBFL16     0xF00613C0          Read Data and Bit Flip Register 16
MC3_RDBFL17     0xF00613C2          Read Data and Bit Flip Register 17
MC3_RDBFL18     0xF00613C4          Read Data and Bit Flip Register 18
MC3_RDBFL19     0xF00613C6          Read Data and Bit Flip Register 19
MC3_RDBFL20     0xF00613C8          Read Data and Bit Flip Register 20
MC3_RDBFL21     0xF00613CA          Read Data and Bit Flip Register 21
MC3_RDBFL22     0xF00613CC          Read Data and Bit Flip Register 22
MC3_RDBFL23     0xF00613CE          Read Data and Bit Flip Register 23
MC3_RDBFL24     0xF00613D0          Read Data and Bit Flip Register 24
MC3_RDBFL25     0xF00613D2          Read Data and Bit Flip Register 25
MC3_RDBFL26     0xF00613D4          Read Data and Bit Flip Register 26
MC3_RDBFL27     0xF00613D6          Read Data and Bit Flip Register 27
MC3_RDBFL28     0xF00613D8          Read Data and Bit Flip Register 28
MC3_RDBFL29     0xF00613DA          Read Data and Bit Flip Register 29
MC3_RDBFL30     0xF00613DC          Read Data and Bit Flip Register 30
MC3_RDBFL31     0xF00613DE          Read Data and Bit Flip Register 31
MC3_RDBFL32     0xF00613E0          Read Data and Bit Flip Register 32
MC3_RDBFL33     0xF00613E2          Read Data and Bit Flip Register 33
MC3_RDBFL34     0xF00613E4          Read Data and Bit Flip Register 34
MC3_RDBFL35     0xF00613E6          Read Data and Bit Flip Register 35
MC3_RDBFL36     0xF00613E8          Read Data and Bit Flip Register 36
MC3_RDBFL37     0xF00613EA          Read Data and Bit Flip Register 37
MC3_RDBFL38     0xF00613EC          Read Data and Bit Flip Register 38
MC3_RDBFL39     0xF00613EE          Read Data and Bit Flip Register 39
MC4_CONFIG0     0xF0061400          Configuration Register 0
MC4_CONFIG1     0xF0061402          Configuration Register 1
MC4_MCONTROL    0xF0061404          MBIST Control Register
MC4_MSTATUS     0xF0061406          Status Register
MC4_RANGE       0xF0061408          Range Register, single address mode
MC4_REVID       0xF006140C          Revision ID Register
MC4_ECCS        0xF006140E          ECC Safety Register
MC4_ECCD        0xF0061410          Memory ECC Detection Register
MC4_ETRR0       0xF0061412          Error Tracking Register 0
MC4_ETRR1       0xF0061414          Error Tracking Register 1
MC4_ETRR2       0xF0061416          Error Tracking Register 2
MC4_ETRR3       0xF0061418          Error Tracking Register 3
MC4_ETRR4       0xF006141A          Error Tracking Register 4
MC4_RDBFL0      0xF00614A0          Read Data and Bit Flip Register 0
MC4_RDBFL1      0xF00614A2          Read Data and Bit Flip Register 1
MC4_RDBFL2      0xF00614A4          Read Data and Bit Flip Register 2
MC4_RDBFL3      0xF00614A6          Read Data and Bit Flip Register 3
MC4_RDBFL4      0xF00614A8          Read Data and Bit Flip Register 4
MC4_RDBFL5      0xF00614AA          Read Data and Bit Flip Register 5
MC4_RDBFL6      0xF00614AC          Read Data and Bit Flip Register 6
MC4_RDBFL7      0xF00614AE          Read Data and Bit Flip Register 7
MC4_RDBFL8      0xF00614B0          Read Data and Bit Flip Register 8
MC4_RDBFL9      0xF00614B2          Read Data and Bit Flip Register 9
MC4_RDBFL10     0xF00614B4          Read Data and Bit Flip Register 10
MC4_RDBFL11     0xF00614B6          Read Data and Bit Flip Register 11
MC4_RDBFL12     0xF00614B8          Read Data and Bit Flip Register 12
MC4_RDBFL13     0xF00614BA          Read Data and Bit Flip Register 13
MC4_RDBFL14     0xF00614BC          Read Data and Bit Flip Register 14
MC4_RDBFL15     0xF00614BE          Read Data and Bit Flip Register 15
MC4_RDBFL16     0xF00614C0          Read Data and Bit Flip Register 16
MC4_RDBFL17     0xF00614C2          Read Data and Bit Flip Register 17
MC4_RDBFL18     0xF00614C4          Read Data and Bit Flip Register 18
MC4_RDBFL19     0xF00614C6          Read Data and Bit Flip Register 19
MC4_RDBFL20     0xF00614C8          Read Data and Bit Flip Register 20
MC4_RDBFL21     0xF00614CA          Read Data and Bit Flip Register 21
MC4_RDBFL22     0xF00614CC          Read Data and Bit Flip Register 22
MC4_RDBFL23     0xF00614CE          Read Data and Bit Flip Register 23
MC4_RDBFL24     0xF00614D0          Read Data and Bit Flip Register 24
MC4_RDBFL25     0xF00614D2          Read Data and Bit Flip Register 25
MC4_RDBFL26     0xF00614D4          Read Data and Bit Flip Register 26
MC4_RDBFL27     0xF00614D6          Read Data and Bit Flip Register 27
MC4_RDBFL28     0xF00614D8          Read Data and Bit Flip Register 28
MC4_RDBFL29     0xF00614DA          Read Data and Bit Flip Register 29
MC4_RDBFL30     0xF00614DC          Read Data and Bit Flip Register 30
MC4_RDBFL31     0xF00614DE          Read Data and Bit Flip Register 31
MC4_RDBFL32     0xF00614E0          Read Data and Bit Flip Register 32
MC4_RDBFL33     0xF00614E2          Read Data and Bit Flip Register 33
MC4_RDBFL34     0xF00614E4          Read Data and Bit Flip Register 34
MC4_RDBFL35     0xF00614E6          Read Data and Bit Flip Register 35
MC4_RDBFL36     0xF00614E8          Read Data and Bit Flip Register 36
MC4_RDBFL37     0xF00614EA          Read Data and Bit Flip Register 37
MC4_RDBFL38     0xF00614EC          Read Data and Bit Flip Register 38
MC4_RDBFL39     0xF00614EE          Read Data and Bit Flip Register 39
MC5_CONFIG0     0xF0061500          Configuration Register 0
MC5_CONFIG1     0xF0061502          Configuration Register 1
MC5_MCONTROL    0xF0061504          MBIST Control Register
MC5_MSTATUS     0xF0061506          Status Register
MC5_RANGE       0xF0061508          Range Register, single address mode
MC5_REVID       0xF006150C          Revision ID Register
MC5_ECCS        0xF006150E          ECC Safety Register
MC5_ECCD        0xF0061510          Memory ECC Detection Register
MC5_ETRR0       0xF0061512          Error Tracking Register 0
MC5_ETRR1       0xF0061514          Error Tracking Register 1
MC5_ETRR2       0xF0061516          Error Tracking Register 2
MC5_ETRR3       0xF0061518          Error Tracking Register 3
MC5_ETRR4       0xF006151A          Error Tracking Register 4
MC5_RDBFL0      0xF00615A0          Read Data and Bit Flip Register 0
MC5_RDBFL1      0xF00615A2          Read Data and Bit Flip Register 1
MC5_RDBFL2      0xF00615A4          Read Data and Bit Flip Register 2
MC5_RDBFL3      0xF00615A6          Read Data and Bit Flip Register 3
MC5_RDBFL4      0xF00615A8          Read Data and Bit Flip Register 4
MC5_RDBFL5      0xF00615AA          Read Data and Bit Flip Register 5
MC5_RDBFL6      0xF00615AC          Read Data and Bit Flip Register 6
MC5_RDBFL7      0xF00615AE          Read Data and Bit Flip Register 7
MC5_RDBFL8      0xF00615B0          Read Data and Bit Flip Register 8
MC5_RDBFL9      0xF00615B2          Read Data and Bit Flip Register 9
MC5_RDBFL10     0xF00615B4          Read Data and Bit Flip Register 10
MC5_RDBFL11     0xF00615B6          Read Data and Bit Flip Register 11
MC5_RDBFL12     0xF00615B8          Read Data and Bit Flip Register 12
MC5_RDBFL13     0xF00615BA          Read Data and Bit Flip Register 13
MC5_RDBFL14     0xF00615BC          Read Data and Bit Flip Register 14
MC5_RDBFL15     0xF00615BE          Read Data and Bit Flip Register 15
MC5_RDBFL16     0xF00615C0          Read Data and Bit Flip Register 16
MC5_RDBFL17     0xF00615C2          Read Data and Bit Flip Register 17
MC5_RDBFL18     0xF00615C4          Read Data and Bit Flip Register 18
MC5_RDBFL19     0xF00615C6          Read Data and Bit Flip Register 19
MC5_RDBFL20     0xF00615C8          Read Data and Bit Flip Register 20
MC5_RDBFL21     0xF00615CA          Read Data and Bit Flip Register 21
MC5_RDBFL22     0xF00615CC          Read Data and Bit Flip Register 22
MC5_RDBFL23     0xF00615CE          Read Data and Bit Flip Register 23
MC5_RDBFL24     0xF00615D0          Read Data and Bit Flip Register 24
MC5_RDBFL25     0xF00615D2          Read Data and Bit Flip Register 25
MC5_RDBFL26     0xF00615D4          Read Data and Bit Flip Register 26
MC5_RDBFL27     0xF00615D6          Read Data and Bit Flip Register 27
MC5_RDBFL28     0xF00615D8          Read Data and Bit Flip Register 28
MC5_RDBFL29     0xF00615DA          Read Data and Bit Flip Register 29
MC5_RDBFL30     0xF00615DC          Read Data and Bit Flip Register 30
MC5_RDBFL31     0xF00615DE          Read Data and Bit Flip Register 31
MC5_RDBFL32     0xF00615E0          Read Data and Bit Flip Register 32
MC5_RDBFL33     0xF00615E2          Read Data and Bit Flip Register 33
MC5_RDBFL34     0xF00615E4          Read Data and Bit Flip Register 34
MC5_RDBFL35     0xF00615E6          Read Data and Bit Flip Register 35
MC5_RDBFL36     0xF00615E8          Read Data and Bit Flip Register 36
MC5_RDBFL37     0xF00615EA          Read Data and Bit Flip Register 37
MC5_RDBFL38     0xF00615EC          Read Data and Bit Flip Register 38
MC5_RDBFL39     0xF00615EE          Read Data and Bit Flip Register 39
MC6_CONFIG0     0xF0061600          Configuration Register 0
MC6_CONFIG1     0xF0061602          Configuration Register 1
MC6_MCONTROL    0xF0061604          MBIST Control Register
MC6_MSTATUS     0xF0061606          Status Register
MC6_RANGE       0xF0061608          Range Register, single address mode
MC6_REVID       0xF006160C          Revision ID Register
MC6_ECCS        0xF006160E          ECC Safety Register
MC6_ECCD        0xF0061610          Memory ECC Detection Register
MC6_ETRR0       0xF0061612          Error Tracking Register 0
MC6_ETRR1       0xF0061614          Error Tracking Register 1
MC6_ETRR2       0xF0061616          Error Tracking Register 2
MC6_ETRR3       0xF0061618          Error Tracking Register 3
MC6_ETRR4       0xF006161A          Error Tracking Register 4
MC6_RDBFL0      0xF00616A0          Read Data and Bit Flip Register 0
MC6_RDBFL1      0xF00616A2          Read Data and Bit Flip Register 1
MC6_RDBFL2      0xF00616A4          Read Data and Bit Flip Register 2
MC6_RDBFL3      0xF00616A6          Read Data and Bit Flip Register 3
MC6_RDBFL4      0xF00616A8          Read Data and Bit Flip Register 4
MC6_RDBFL5      0xF00616AA          Read Data and Bit Flip Register 5
MC6_RDBFL6      0xF00616AC          Read Data and Bit Flip Register 6
MC6_RDBFL7      0xF00616AE          Read Data and Bit Flip Register 7
MC6_RDBFL8      0xF00616B0          Read Data and Bit Flip Register 8
MC6_RDBFL9      0xF00616B2          Read Data and Bit Flip Register 9
MC6_RDBFL10     0xF00616B4          Read Data and Bit Flip Register 10
MC6_RDBFL11     0xF00616B6          Read Data and Bit Flip Register 11
MC6_RDBFL12     0xF00616B8          Read Data and Bit Flip Register 12
MC6_RDBFL13     0xF00616BA          Read Data and Bit Flip Register 13
MC6_RDBFL14     0xF00616BC          Read Data and Bit Flip Register 14
MC6_RDBFL15     0xF00616BE          Read Data and Bit Flip Register 15
MC6_RDBFL16     0xF00616C0          Read Data and Bit Flip Register 16
MC6_RDBFL17     0xF00616C2          Read Data and Bit Flip Register 17
MC6_RDBFL18     0xF00616C4          Read Data and Bit Flip Register 18
MC6_RDBFL19     0xF00616C6          Read Data and Bit Flip Register 19
MC6_RDBFL20     0xF00616C8          Read Data and Bit Flip Register 20
MC6_RDBFL21     0xF00616CA          Read Data and Bit Flip Register 21
MC6_RDBFL22     0xF00616CC          Read Data and Bit Flip Register 22
MC6_RDBFL23     0xF00616CE          Read Data and Bit Flip Register 23
MC6_RDBFL24     0xF00616D0          Read Data and Bit Flip Register 24
MC6_RDBFL25     0xF00616D2          Read Data and Bit Flip Register 25
MC6_RDBFL26     0xF00616D4          Read Data and Bit Flip Register 26
MC6_RDBFL27     0xF00616D6          Read Data and Bit Flip Register 27
MC6_RDBFL28     0xF00616D8          Read Data and Bit Flip Register 28
MC6_RDBFL29     0xF00616DA          Read Data and Bit Flip Register 29
MC6_RDBFL30     0xF00616DC          Read Data and Bit Flip Register 30
MC6_RDBFL31     0xF00616DE          Read Data and Bit Flip Register 31
MC6_RDBFL32     0xF00616E0          Read Data and Bit Flip Register 32
MC6_RDBFL33     0xF00616E2          Read Data and Bit Flip Register 33
MC6_RDBFL34     0xF00616E4          Read Data and Bit Flip Register 34
MC6_RDBFL35     0xF00616E6          Read Data and Bit Flip Register 35
MC6_RDBFL36     0xF00616E8          Read Data and Bit Flip Register 36
MC6_RDBFL37     0xF00616EA          Read Data and Bit Flip Register 37
MC6_RDBFL38     0xF00616EC          Read Data and Bit Flip Register 38
MC6_RDBFL39     0xF00616EE          Read Data and Bit Flip Register 39
MC7_CONFIG0     0xF0061700          Configuration Register 0
MC7_CONFIG1     0xF0061702          Configuration Register 1
MC7_MCONTROL    0xF0061704          MBIST Control Register
MC7_MSTATUS     0xF0061706          Status Register
MC7_RANGE       0xF0061708          Range Register, single address mode
MC7_REVID       0xF006170C          Revision ID Register
MC7_ECCS        0xF006170E          ECC Safety Register
MC7_ECCD        0xF0061710          Memory ECC Detection Register
MC7_ETRR0       0xF0061712          Error Tracking Register 0
MC7_ETRR1       0xF0061714          Error Tracking Register 1
MC7_ETRR2       0xF0061716          Error Tracking Register 2
MC7_ETRR3       0xF0061718          Error Tracking Register 3
MC7_ETRR4       0xF006171A          Error Tracking Register 4
MC7_RDBFL0      0xF00617A0          Read Data and Bit Flip Register 0
MC7_RDBFL1      0xF00617A2          Read Data and Bit Flip Register 1
MC7_RDBFL2      0xF00617A4          Read Data and Bit Flip Register 2
MC7_RDBFL3      0xF00617A6          Read Data and Bit Flip Register 3
MC7_RDBFL4      0xF00617A8          Read Data and Bit Flip Register 4
MC7_RDBFL5      0xF00617AA          Read Data and Bit Flip Register 5
MC7_RDBFL6      0xF00617AC          Read Data and Bit Flip Register 6
MC7_RDBFL7      0xF00617AE          Read Data and Bit Flip Register 7
MC7_RDBFL8      0xF00617B0          Read Data and Bit Flip Register 8
MC7_RDBFL9      0xF00617B2          Read Data and Bit Flip Register 9
MC7_RDBFL10     0xF00617B4          Read Data and Bit Flip Register 10
MC7_RDBFL11     0xF00617B6          Read Data and Bit Flip Register 11
MC7_RDBFL12     0xF00617B8          Read Data and Bit Flip Register 12
MC7_RDBFL13     0xF00617BA          Read Data and Bit Flip Register 13
MC7_RDBFL14     0xF00617BC          Read Data and Bit Flip Register 14
MC7_RDBFL15     0xF00617BE          Read Data and Bit Flip Register 15
MC7_RDBFL16     0xF00617C0          Read Data and Bit Flip Register 16
MC7_RDBFL17     0xF00617C2          Read Data and Bit Flip Register 17
MC7_RDBFL18     0xF00617C4          Read Data and Bit Flip Register 18
MC7_RDBFL19     0xF00617C6          Read Data and Bit Flip Register 19
MC7_RDBFL20     0xF00617C8          Read Data and Bit Flip Register 20
MC7_RDBFL21     0xF00617CA          Read Data and Bit Flip Register 21
MC7_RDBFL22     0xF00617CC          Read Data and Bit Flip Register 22
MC7_RDBFL23     0xF00617CE          Read Data and Bit Flip Register 23
MC7_RDBFL24     0xF00617D0          Read Data and Bit Flip Register 24
MC7_RDBFL25     0xF00617D2          Read Data and Bit Flip Register 25
MC7_RDBFL26     0xF00617D4          Read Data and Bit Flip Register 26
MC7_RDBFL27     0xF00617D6          Read Data and Bit Flip Register 27
MC7_RDBFL28     0xF00617D8          Read Data and Bit Flip Register 28
MC7_RDBFL29     0xF00617DA          Read Data and Bit Flip Register 29
MC7_RDBFL30     0xF00617DC          Read Data and Bit Flip Register 30
MC7_RDBFL31     0xF00617DE          Read Data and Bit Flip Register 31
MC7_RDBFL32     0xF00617E0          Read Data and Bit Flip Register 32
MC7_RDBFL33     0xF00617E2          Read Data and Bit Flip Register 33
MC7_RDBFL34     0xF00617E4          Read Data and Bit Flip Register 34
MC7_RDBFL35     0xF00617E6          Read Data and Bit Flip Register 35
MC7_RDBFL36     0xF00617E8          Read Data and Bit Flip Register 36
MC7_RDBFL37     0xF00617EA          Read Data and Bit Flip Register 37
MC7_RDBFL38     0xF00617EC          Read Data and Bit Flip Register 38
MC7_RDBFL39     0xF00617EE          Read Data and Bit Flip Register 39
MC8_CONFIG0     0xF0061800          Configuration Register 0
MC8_CONFIG1     0xF0061802          Configuration Register 1
MC8_MCONTROL    0xF0061804          MBIST Control Register
MC8_MSTATUS     0xF0061806          Status Register
MC8_RANGE       0xF0061808          Range Register, single address mode
MC8_REVID       0xF006180C          Revision ID Register
MC8_ECCS        0xF006180E          ECC Safety Register
MC8_ECCD        0xF0061810          Memory ECC Detection Register
MC8_ETRR0       0xF0061812          Error Tracking Register 0
MC8_ETRR1       0xF0061814          Error Tracking Register 1
MC8_ETRR2       0xF0061816          Error Tracking Register 2
MC8_ETRR3       0xF0061818          Error Tracking Register 3
MC8_ETRR4       0xF006181A          Error Tracking Register 4
MC8_RDBFL0      0xF00618A0          Read Data and Bit Flip Register 0
MC8_RDBFL1      0xF00618A2          Read Data and Bit Flip Register 1
MC8_RDBFL2      0xF00618A4          Read Data and Bit Flip Register 2
MC8_RDBFL3      0xF00618A6          Read Data and Bit Flip Register 3
MC8_RDBFL4      0xF00618A8          Read Data and Bit Flip Register 4
MC8_RDBFL5      0xF00618AA          Read Data and Bit Flip Register 5
MC8_RDBFL6      0xF00618AC          Read Data and Bit Flip Register 6
MC8_RDBFL7      0xF00618AE          Read Data and Bit Flip Register 7
MC8_RDBFL8      0xF00618B0          Read Data and Bit Flip Register 8
MC8_RDBFL9      0xF00618B2          Read Data and Bit Flip Register 9
MC8_RDBFL10     0xF00618B4          Read Data and Bit Flip Register 10
MC8_RDBFL11     0xF00618B6          Read Data and Bit Flip Register 11
MC8_RDBFL12     0xF00618B8          Read Data and Bit Flip Register 12
MC8_RDBFL13     0xF00618BA          Read Data and Bit Flip Register 13
MC8_RDBFL14     0xF00618BC          Read Data and Bit Flip Register 14
MC8_RDBFL15     0xF00618BE          Read Data and Bit Flip Register 15
MC8_RDBFL16     0xF00618C0          Read Data and Bit Flip Register 16
MC8_RDBFL17     0xF00618C2          Read Data and Bit Flip Register 17
MC8_RDBFL18     0xF00618C4          Read Data and Bit Flip Register 18
MC8_RDBFL19     0xF00618C6          Read Data and Bit Flip Register 19
MC8_RDBFL20     0xF00618C8          Read Data and Bit Flip Register 20
MC8_RDBFL21     0xF00618CA          Read Data and Bit Flip Register 21
MC8_RDBFL22     0xF00618CC          Read Data and Bit Flip Register 22
MC8_RDBFL23     0xF00618CE          Read Data and Bit Flip Register 23
MC8_RDBFL24     0xF00618D0          Read Data and Bit Flip Register 24
MC8_RDBFL25     0xF00618D2          Read Data and Bit Flip Register 25
MC8_RDBFL26     0xF00618D4          Read Data and Bit Flip Register 26
MC8_RDBFL27     0xF00618D6          Read Data and Bit Flip Register 27
MC8_RDBFL28     0xF00618D8          Read Data and Bit Flip Register 28
MC8_RDBFL29     0xF00618DA          Read Data and Bit Flip Register 29
MC8_RDBFL30     0xF00618DC          Read Data and Bit Flip Register 30
MC8_RDBFL31     0xF00618DE          Read Data and Bit Flip Register 31
MC8_RDBFL32     0xF00618E0          Read Data and Bit Flip Register 32
MC8_RDBFL33     0xF00618E2          Read Data and Bit Flip Register 33
MC8_RDBFL34     0xF00618E4          Read Data and Bit Flip Register 34
MC8_RDBFL35     0xF00618E6          Read Data and Bit Flip Register 35
MC8_RDBFL36     0xF00618E8          Read Data and Bit Flip Register 36
MC8_RDBFL37     0xF00618EA          Read Data and Bit Flip Register 37
MC8_RDBFL38     0xF00618EC          Read Data and Bit Flip Register 38
MC8_RDBFL39     0xF00618EE          Read Data and Bit Flip Register 39
MC9_CONFIG0     0xF0061900          Configuration Register 0
MC9_CONFIG1     0xF0061902          Configuration Register 1
MC9_MCONTROL    0xF0061904          MBIST Control Register
MC9_MSTATUS     0xF0061906          Status Register
MC9_RANGE       0xF0061908          Range Register, single address mode
MC9_REVID       0xF006190C          Revision ID Register
MC9_ECCS        0xF006190E          ECC Safety Register
MC9_ECCD        0xF0061910          Memory ECC Detection Register
MC9_ETRR0       0xF0061912          Error Tracking Register 0
MC9_ETRR1       0xF0061914          Error Tracking Register 1
MC9_ETRR2       0xF0061916          Error Tracking Register 2
MC9_ETRR3       0xF0061918          Error Tracking Register 3
MC9_ETRR4       0xF006191A          Error Tracking Register 4
MC9_RDBFL0      0xF00619A0          Read Data and Bit Flip Register 0
MC9_RDBFL1      0xF00619A2          Read Data and Bit Flip Register 1
MC9_RDBFL2      0xF00619A4          Read Data and Bit Flip Register 2
MC9_RDBFL3      0xF00619A6          Read Data and Bit Flip Register 3
MC9_RDBFL4      0xF00619A8          Read Data and Bit Flip Register 4
MC9_RDBFL5      0xF00619AA          Read Data and Bit Flip Register 5
MC9_RDBFL6      0xF00619AC          Read Data and Bit Flip Register 6
MC9_RDBFL7      0xF00619AE          Read Data and Bit Flip Register 7
MC9_RDBFL8      0xF00619B0          Read Data and Bit Flip Register 8
MC9_RDBFL9      0xF00619B2          Read Data and Bit Flip Register 9
MC9_RDBFL10     0xF00619B4          Read Data and Bit Flip Register 10
MC9_RDBFL11     0xF00619B6          Read Data and Bit Flip Register 11
MC9_RDBFL12     0xF00619B8          Read Data and Bit Flip Register 12
MC9_RDBFL13     0xF00619BA          Read Data and Bit Flip Register 13
MC9_RDBFL14     0xF00619BC          Read Data and Bit Flip Register 14
MC9_RDBFL15     0xF00619BE          Read Data and Bit Flip Register 15
MC9_RDBFL16     0xF00619C0          Read Data and Bit Flip Register 16
MC9_RDBFL17     0xF00619C2          Read Data and Bit Flip Register 17
MC9_RDBFL18     0xF00619C4          Read Data and Bit Flip Register 18
MC9_RDBFL19     0xF00619C6          Read Data and Bit Flip Register 19
MC9_RDBFL20     0xF00619C8          Read Data and Bit Flip Register 20
MC9_RDBFL21     0xF00619CA          Read Data and Bit Flip Register 21
MC9_RDBFL22     0xF00619CC          Read Data and Bit Flip Register 22
MC9_RDBFL23     0xF00619CE          Read Data and Bit Flip Register 23
MC9_RDBFL24     0xF00619D0          Read Data and Bit Flip Register 24
MC9_RDBFL25     0xF00619D2          Read Data and Bit Flip Register 25
MC9_RDBFL26     0xF00619D4          Read Data and Bit Flip Register 26
MC9_RDBFL27     0xF00619D6          Read Data and Bit Flip Register 27
MC9_RDBFL28     0xF00619D8          Read Data and Bit Flip Register 28
MC9_RDBFL29     0xF00619DA          Read Data and Bit Flip Register 29
MC9_RDBFL30     0xF00619DC          Read Data and Bit Flip Register 30
MC9_RDBFL31     0xF00619DE          Read Data and Bit Flip Register 31
MC9_RDBFL32     0xF00619E0          Read Data and Bit Flip Register 32
MC9_RDBFL33     0xF00619E2          Read Data and Bit Flip Register 33
MC9_RDBFL34     0xF00619E4          Read Data and Bit Flip Register 34
MC9_RDBFL35     0xF00619E6          Read Data and Bit Flip Register 35
MC9_RDBFL36     0xF00619E8          Read Data and Bit Flip Register 36
MC9_RDBFL37     0xF00619EA          Read Data and Bit Flip Register 37
MC9_RDBFL38     0xF00619EC          Read Data and Bit Flip Register 38
MC9_RDBFL39     0xF00619EE          Read Data and Bit Flip Register 39
MC10_CONFIG0    0xF0061A00          Configuration Register 0
MC10_CONFIG1    0xF0061A02          Configuration Register 1
MC10_MCONTROL   0xF0061A04          MBIST Control Register
MC10_MSTATUS    0xF0061A06          Status Register
MC10_RANGE      0xF0061A08          Range Register, single address mode
MC10_REVID      0xF0061A0C          Revision ID Register
MC10_ECCS       0xF0061A0E          ECC Safety Register
MC10_ECCD       0xF0061A10          Memory ECC Detection Register
MC10_ETRR0      0xF0061A12          Error Tracking Register 0
MC10_ETRR1      0xF0061A14          Error Tracking Register 1
MC10_ETRR2      0xF0061A16          Error Tracking Register 2
MC10_ETRR3      0xF0061A18          Error Tracking Register 3
MC10_ETRR4      0xF0061A1A          Error Tracking Register 4
MC10_RDBFL0     0xF0061AA0          Read Data and Bit Flip Register 0
MC10_RDBFL1     0xF0061AA2          Read Data and Bit Flip Register 1
MC10_RDBFL2     0xF0061AA4          Read Data and Bit Flip Register 2
MC10_RDBFL3     0xF0061AA6          Read Data and Bit Flip Register 3
MC10_RDBFL4     0xF0061AA8          Read Data and Bit Flip Register 4
MC10_RDBFL5     0xF0061AAA          Read Data and Bit Flip Register 5
MC10_RDBFL6     0xF0061AAC          Read Data and Bit Flip Register 6
MC10_RDBFL7     0xF0061AAE          Read Data and Bit Flip Register 7
MC10_RDBFL8     0xF0061AB0          Read Data and Bit Flip Register 8
MC10_RDBFL9     0xF0061AB2          Read Data and Bit Flip Register 9
MC10_RDBFL10    0xF0061AB4          Read Data and Bit Flip Register 10
MC10_RDBFL11    0xF0061AB6          Read Data and Bit Flip Register 11
MC10_RDBFL12    0xF0061AB8          Read Data and Bit Flip Register 12
MC10_RDBFL13    0xF0061ABA          Read Data and Bit Flip Register 13
MC10_RDBFL14    0xF0061ABC          Read Data and Bit Flip Register 14
MC10_RDBFL15    0xF0061ABE          Read Data and Bit Flip Register 15
MC10_RDBFL16    0xF0061AC0          Read Data and Bit Flip Register 16
MC10_RDBFL17    0xF0061AC2          Read Data and Bit Flip Register 17
MC10_RDBFL18    0xF0061AC4          Read Data and Bit Flip Register 18
MC10_RDBFL19    0xF0061AC6          Read Data and Bit Flip Register 19
MC10_RDBFL20    0xF0061AC8          Read Data and Bit Flip Register 20
MC10_RDBFL21    0xF0061ACA          Read Data and Bit Flip Register 21
MC10_RDBFL22    0xF0061ACC          Read Data and Bit Flip Register 22
MC10_RDBFL23    0xF0061ACE          Read Data and Bit Flip Register 23
MC10_RDBFL24    0xF0061AD0          Read Data and Bit Flip Register 24
MC10_RDBFL25    0xF0061AD2          Read Data and Bit Flip Register 25
MC10_RDBFL26    0xF0061AD4          Read Data and Bit Flip Register 26
MC10_RDBFL27    0xF0061AD6          Read Data and Bit Flip Register 27
MC10_RDBFL28    0xF0061AD8          Read Data and Bit Flip Register 28
MC10_RDBFL29    0xF0061ADA          Read Data and Bit Flip Register 29
MC10_RDBFL30    0xF0061ADC          Read Data and Bit Flip Register 30
MC10_RDBFL31    0xF0061ADE          Read Data and Bit Flip Register 31
MC10_RDBFL32    0xF0061AE0          Read Data and Bit Flip Register 32
MC10_RDBFL33    0xF0061AE2          Read Data and Bit Flip Register 33
MC10_RDBFL34    0xF0061AE4          Read Data and Bit Flip Register 34
MC10_RDBFL35    0xF0061AE6          Read Data and Bit Flip Register 35
MC10_RDBFL36    0xF0061AE8          Read Data and Bit Flip Register 36
MC10_RDBFL37    0xF0061AEA          Read Data and Bit Flip Register 37
MC10_RDBFL38    0xF0061AEC          Read Data and Bit Flip Register 38
MC10_RDBFL39    0xF0061AEE          Read Data and Bit Flip Register 39
MC11_CONFIG0    0xF0061B00          Configuration Register 0
MC11_CONFIG1    0xF0061B02          Configuration Register 1
MC11_MCONTROL   0xF0061B04          MBIST Control Register
MC11_MSTATUS    0xF0061B06          Status Register
MC11_RANGE      0xF0061B08          Range Register, single address mode
MC11_REVID      0xF0061B0C          Revision ID Register
MC11_ECCS       0xF0061B0E          ECC Safety Register
MC11_ECCD       0xF0061B10          Memory ECC Detection Register
MC11_ETRR0      0xF0061B12          Error Tracking Register 0
MC11_ETRR1      0xF0061B14          Error Tracking Register 1
MC11_ETRR2      0xF0061B16          Error Tracking Register 2
MC11_ETRR3      0xF0061B18          Error Tracking Register 3
MC11_ETRR4      0xF0061B1A          Error Tracking Register 4
MC11_RDBFL0     0xF0061BA0          Read Data and Bit Flip Register 0
MC11_RDBFL1     0xF0061BA2          Read Data and Bit Flip Register 1
MC11_RDBFL2     0xF0061BA4          Read Data and Bit Flip Register 2
MC11_RDBFL3     0xF0061BA6          Read Data and Bit Flip Register 3
MC11_RDBFL4     0xF0061BA8          Read Data and Bit Flip Register 4
MC11_RDBFL5     0xF0061BAA          Read Data and Bit Flip Register 5
MC11_RDBFL6     0xF0061BAC          Read Data and Bit Flip Register 6
MC11_RDBFL7     0xF0061BAE          Read Data and Bit Flip Register 7
MC11_RDBFL8     0xF0061BB0          Read Data and Bit Flip Register 8
MC11_RDBFL9     0xF0061BB2          Read Data and Bit Flip Register 9
MC11_RDBFL10    0xF0061BB4          Read Data and Bit Flip Register 10
MC11_RDBFL11    0xF0061BB6          Read Data and Bit Flip Register 11
MC11_RDBFL12    0xF0061BB8          Read Data and Bit Flip Register 12
MC11_RDBFL13    0xF0061BBA          Read Data and Bit Flip Register 13
MC11_RDBFL14    0xF0061BBC          Read Data and Bit Flip Register 14
MC11_RDBFL15    0xF0061BBE          Read Data and Bit Flip Register 15
MC11_RDBFL16    0xF0061BC0          Read Data and Bit Flip Register 16
MC11_RDBFL17    0xF0061BC2          Read Data and Bit Flip Register 17
MC11_RDBFL18    0xF0061BC4          Read Data and Bit Flip Register 18
MC11_RDBFL19    0xF0061BC6          Read Data and Bit Flip Register 19
MC11_RDBFL20    0xF0061BC8          Read Data and Bit Flip Register 20
MC11_RDBFL21    0xF0061BCA          Read Data and Bit Flip Register 21
MC11_RDBFL22    0xF0061BCC          Read Data and Bit Flip Register 22
MC11_RDBFL23    0xF0061BCE          Read Data and Bit Flip Register 23
MC11_RDBFL24    0xF0061BD0          Read Data and Bit Flip Register 24
MC11_RDBFL25    0xF0061BD2          Read Data and Bit Flip Register 25
MC11_RDBFL26    0xF0061BD4          Read Data and Bit Flip Register 26
MC11_RDBFL27    0xF0061BD6          Read Data and Bit Flip Register 27
MC11_RDBFL28    0xF0061BD8          Read Data and Bit Flip Register 28
MC11_RDBFL29    0xF0061BDA          Read Data and Bit Flip Register 29
MC11_RDBFL30    0xF0061BDC          Read Data and Bit Flip Register 30
MC11_RDBFL31    0xF0061BDE          Read Data and Bit Flip Register 31
MC11_RDBFL32    0xF0061BE0          Read Data and Bit Flip Register 32
MC11_RDBFL33    0xF0061BE2          Read Data and Bit Flip Register 33
MC11_RDBFL34    0xF0061BE4          Read Data and Bit Flip Register 34
MC11_RDBFL35    0xF0061BE6          Read Data and Bit Flip Register 35
MC11_RDBFL36    0xF0061BE8          Read Data and Bit Flip Register 36
MC11_RDBFL37    0xF0061BEA          Read Data and Bit Flip Register 37
MC11_RDBFL38    0xF0061BEC          Read Data and Bit Flip Register 38
MC11_RDBFL39    0xF0061BEE          Read Data and Bit Flip Register 39
MC12_CONFIG0    0xF0061C00          Configuration Register 0
MC12_CONFIG1    0xF0061C02          Configuration Register 1
MC12_MCONTROL   0xF0061C04          MBIST Control Register
MC12_MSTATUS    0xF0061C06          Status Register
MC12_RANGE      0xF0061C08          Range Register, single address mode
MC12_REVID      0xF0061C0C          Revision ID Register
MC12_ECCS       0xF0061C0E          ECC Safety Register
MC12_ECCD       0xF0061C10          Memory ECC Detection Register
MC12_ETRR0      0xF0061C12          Error Tracking Register 0
MC12_ETRR1      0xF0061C14          Error Tracking Register 1
MC12_ETRR2      0xF0061C16          Error Tracking Register 2
MC12_ETRR3      0xF0061C18          Error Tracking Register 3
MC12_ETRR4      0xF0061C1A          Error Tracking Register 4
MC12_RDBFL0     0xF0061CA0          Read Data and Bit Flip Register 0
MC12_RDBFL1     0xF0061CA2          Read Data and Bit Flip Register 1
MC12_RDBFL2     0xF0061CA4          Read Data and Bit Flip Register 2
MC12_RDBFL3     0xF0061CA6          Read Data and Bit Flip Register 3
MC12_RDBFL4     0xF0061CA8          Read Data and Bit Flip Register 4
MC12_RDBFL5     0xF0061CAA          Read Data and Bit Flip Register 5
MC12_RDBFL6     0xF0061CAC          Read Data and Bit Flip Register 6
MC12_RDBFL7     0xF0061CAE          Read Data and Bit Flip Register 7
MC12_RDBFL8     0xF0061CB0          Read Data and Bit Flip Register 8
MC12_RDBFL9     0xF0061CB2          Read Data and Bit Flip Register 9
MC12_RDBFL10    0xF0061CB4          Read Data and Bit Flip Register 10
MC12_RDBFL11    0xF0061CB6          Read Data and Bit Flip Register 11
MC12_RDBFL12    0xF0061CB8          Read Data and Bit Flip Register 12
MC12_RDBFL13    0xF0061CBA          Read Data and Bit Flip Register 13
MC12_RDBFL14    0xF0061CBC          Read Data and Bit Flip Register 14
MC12_RDBFL15    0xF0061CBE          Read Data and Bit Flip Register 15
MC12_RDBFL16    0xF0061CC0          Read Data and Bit Flip Register 16
MC12_RDBFL17    0xF0061CC2          Read Data and Bit Flip Register 17
MC12_RDBFL18    0xF0061CC4          Read Data and Bit Flip Register 18
MC12_RDBFL19    0xF0061CC6          Read Data and Bit Flip Register 19
MC12_RDBFL20    0xF0061CC8          Read Data and Bit Flip Register 20
MC12_RDBFL21    0xF0061CCA          Read Data and Bit Flip Register 21
MC12_RDBFL22    0xF0061CCC          Read Data and Bit Flip Register 22
MC12_RDBFL23    0xF0061CCE          Read Data and Bit Flip Register 23
MC12_RDBFL24    0xF0061CD0          Read Data and Bit Flip Register 24
MC12_RDBFL25    0xF0061CD2          Read Data and Bit Flip Register 25
MC12_RDBFL26    0xF0061CD4          Read Data and Bit Flip Register 26
MC12_RDBFL27    0xF0061CD6          Read Data and Bit Flip Register 27
MC12_RDBFL28    0xF0061CD8          Read Data and Bit Flip Register 28
MC12_RDBFL29    0xF0061CDA          Read Data and Bit Flip Register 29
MC12_RDBFL30    0xF0061CDC          Read Data and Bit Flip Register 30
MC12_RDBFL31    0xF0061CDE          Read Data and Bit Flip Register 31
MC12_RDBFL32    0xF0061CE0          Read Data and Bit Flip Register 32
MC12_RDBFL33    0xF0061CE2          Read Data and Bit Flip Register 33
MC12_RDBFL34    0xF0061CE4          Read Data and Bit Flip Register 34
MC12_RDBFL35    0xF0061CE6          Read Data and Bit Flip Register 35
MC12_RDBFL36    0xF0061CE8          Read Data and Bit Flip Register 36
MC12_RDBFL37    0xF0061CEA          Read Data and Bit Flip Register 37
MC12_RDBFL38    0xF0061CEC          Read Data and Bit Flip Register 38
MC12_RDBFL39    0xF0061CEE          Read Data and Bit Flip Register 39
MC13_CONFIG0    0xF0061D00          Configuration Register 0
MC13_CONFIG1    0xF0061D02          Configuration Register 1
MC13_MCONTROL   0xF0061D04          MBIST Control Register
MC13_MSTATUS    0xF0061D06          Status Register
MC13_RANGE      0xF0061D08          Range Register, single address mode
MC13_REVID      0xF0061D0C          Revision ID Register
MC13_ECCS       0xF0061D0E          ECC Safety Register
MC13_ECCD       0xF0061D10          Memory ECC Detection Register
MC13_ETRR0      0xF0061D12          Error Tracking Register 0
MC13_ETRR1      0xF0061D14          Error Tracking Register 1
MC13_ETRR2      0xF0061D16          Error Tracking Register 2
MC13_ETRR3      0xF0061D18          Error Tracking Register 3
MC13_ETRR4      0xF0061D1A          Error Tracking Register 4
MC13_RDBFL0     0xF0061DA0          Read Data and Bit Flip Register 0
MC13_RDBFL1     0xF0061DA2          Read Data and Bit Flip Register 1
MC13_RDBFL2     0xF0061DA4          Read Data and Bit Flip Register 2
MC13_RDBFL3     0xF0061DA6          Read Data and Bit Flip Register 3
MC13_RDBFL4     0xF0061DA8          Read Data and Bit Flip Register 4
MC13_RDBFL5     0xF0061DAA          Read Data and Bit Flip Register 5
MC13_RDBFL6     0xF0061DAC          Read Data and Bit Flip Register 6
MC13_RDBFL7     0xF0061DAE          Read Data and Bit Flip Register 7
MC13_RDBFL8     0xF0061DB0          Read Data and Bit Flip Register 8
MC13_RDBFL9     0xF0061DB2          Read Data and Bit Flip Register 9
MC13_RDBFL10    0xF0061DB4          Read Data and Bit Flip Register 10
MC13_RDBFL11    0xF0061DB6          Read Data and Bit Flip Register 11
MC13_RDBFL12    0xF0061DB8          Read Data and Bit Flip Register 12
MC13_RDBFL13    0xF0061DBA          Read Data and Bit Flip Register 13
MC13_RDBFL14    0xF0061DBC          Read Data and Bit Flip Register 14
MC13_RDBFL15    0xF0061DBE          Read Data and Bit Flip Register 15
MC13_RDBFL16    0xF0061DC0          Read Data and Bit Flip Register 16
MC13_RDBFL17    0xF0061DC2          Read Data and Bit Flip Register 17
MC13_RDBFL18    0xF0061DC4          Read Data and Bit Flip Register 18
MC13_RDBFL19    0xF0061DC6          Read Data and Bit Flip Register 19
MC13_RDBFL20    0xF0061DC8          Read Data and Bit Flip Register 20
MC13_RDBFL21    0xF0061DCA          Read Data and Bit Flip Register 21
MC13_RDBFL22    0xF0061DCC          Read Data and Bit Flip Register 22
MC13_RDBFL23    0xF0061DCE          Read Data and Bit Flip Register 23
MC13_RDBFL24    0xF0061DD0          Read Data and Bit Flip Register 24
MC13_RDBFL25    0xF0061DD2          Read Data and Bit Flip Register 25
MC13_RDBFL26    0xF0061DD4          Read Data and Bit Flip Register 26
MC13_RDBFL27    0xF0061DD6          Read Data and Bit Flip Register 27
MC13_RDBFL28    0xF0061DD8          Read Data and Bit Flip Register 28
MC13_RDBFL29    0xF0061DDA          Read Data and Bit Flip Register 29
MC13_RDBFL30    0xF0061DDC          Read Data and Bit Flip Register 30
MC13_RDBFL31    0xF0061DDE          Read Data and Bit Flip Register 31
MC13_RDBFL32    0xF0061DE0          Read Data and Bit Flip Register 32
MC13_RDBFL33    0xF0061DE2          Read Data and Bit Flip Register 33
MC13_RDBFL34    0xF0061DE4          Read Data and Bit Flip Register 34
MC13_RDBFL35    0xF0061DE6          Read Data and Bit Flip Register 35
MC13_RDBFL36    0xF0061DE8          Read Data and Bit Flip Register 36
MC13_RDBFL37    0xF0061DEA          Read Data and Bit Flip Register 37
MC13_RDBFL38    0xF0061DEC          Read Data and Bit Flip Register 38
MC13_RDBFL39    0xF0061DEE          Read Data and Bit Flip Register 39
MC14_CONFIG0    0xF0061E00          Configuration Register 0
MC14_CONFIG1    0xF0061E02          Configuration Register 1
MC14_MCONTROL   0xF0061E04          MBIST Control Register
MC14_MSTATUS    0xF0061E06          Status Register
MC14_RANGE      0xF0061E08          Range Register, single address mode
MC14_REVID      0xF0061E0C          Revision ID Register
MC14_ECCS       0xF0061E0E          ECC Safety Register
MC14_ECCD       0xF0061E10          Memory ECC Detection Register
MC14_ETRR0      0xF0061E12          Error Tracking Register 0
MC14_ETRR1      0xF0061E14          Error Tracking Register 1
MC14_ETRR2      0xF0061E16          Error Tracking Register 2
MC14_ETRR3      0xF0061E18          Error Tracking Register 3
MC14_ETRR4      0xF0061E1A          Error Tracking Register 4
MC14_RDBFL0     0xF0061EA0          Read Data and Bit Flip Register 0
MC14_RDBFL1     0xF0061EA2          Read Data and Bit Flip Register 1
MC14_RDBFL2     0xF0061EA4          Read Data and Bit Flip Register 2
MC14_RDBFL3     0xF0061EA6          Read Data and Bit Flip Register 3
MC14_RDBFL4     0xF0061EA8          Read Data and Bit Flip Register 4
MC14_RDBFL5     0xF0061EAA          Read Data and Bit Flip Register 5
MC14_RDBFL6     0xF0061EAC          Read Data and Bit Flip Register 6
MC14_RDBFL7     0xF0061EAE          Read Data and Bit Flip Register 7
MC14_RDBFL8     0xF0061EB0          Read Data and Bit Flip Register 8
MC14_RDBFL9     0xF0061EB2          Read Data and Bit Flip Register 9
MC14_RDBFL10    0xF0061EB4          Read Data and Bit Flip Register 10
MC14_RDBFL11    0xF0061EB6          Read Data and Bit Flip Register 11
MC14_RDBFL12    0xF0061EB8          Read Data and Bit Flip Register 12
MC14_RDBFL13    0xF0061EBA          Read Data and Bit Flip Register 13
MC14_RDBFL14    0xF0061EBC          Read Data and Bit Flip Register 14
MC14_RDBFL15    0xF0061EBE          Read Data and Bit Flip Register 15
MC14_RDBFL16    0xF0061EC0          Read Data and Bit Flip Register 16
MC14_RDBFL17    0xF0061EC2          Read Data and Bit Flip Register 17
MC14_RDBFL18    0xF0061EC4          Read Data and Bit Flip Register 18
MC14_RDBFL19    0xF0061EC6          Read Data and Bit Flip Register 19
MC14_RDBFL20    0xF0061EC8          Read Data and Bit Flip Register 20
MC14_RDBFL21    0xF0061ECA          Read Data and Bit Flip Register 21
MC14_RDBFL22    0xF0061ECC          Read Data and Bit Flip Register 22
MC14_RDBFL23    0xF0061ECE          Read Data and Bit Flip Register 23
MC14_RDBFL24    0xF0061ED0          Read Data and Bit Flip Register 24
MC14_RDBFL25    0xF0061ED2          Read Data and Bit Flip Register 25
MC14_RDBFL26    0xF0061ED4          Read Data and Bit Flip Register 26
MC14_RDBFL27    0xF0061ED6          Read Data and Bit Flip Register 27
MC14_RDBFL28    0xF0061ED8          Read Data and Bit Flip Register 28
MC14_RDBFL29    0xF0061EDA          Read Data and Bit Flip Register 29
MC14_RDBFL30    0xF0061EDC          Read Data and Bit Flip Register 30
MC14_RDBFL31    0xF0061EDE          Read Data and Bit Flip Register 31
MC14_RDBFL32    0xF0061EE0          Read Data and Bit Flip Register 32
MC14_RDBFL33    0xF0061EE2          Read Data and Bit Flip Register 33
MC14_RDBFL34    0xF0061EE4          Read Data and Bit Flip Register 34
MC14_RDBFL35    0xF0061EE6          Read Data and Bit Flip Register 35
MC14_RDBFL36    0xF0061EE8          Read Data and Bit Flip Register 36
MC14_RDBFL37    0xF0061EEA          Read Data and Bit Flip Register 37
MC14_RDBFL38    0xF0061EEC          Read Data and Bit Flip Register 38
MC14_RDBFL39    0xF0061EEE          Read Data and Bit Flip Register 39
MC15_CONFIG0    0xF0061F00          Configuration Register 0
MC15_CONFIG1    0xF0061F02          Configuration Register 1
MC15_MCONTROL   0xF0061F04          MBIST Control Register
MC15_MSTATUS    0xF0061F06          Status Register
MC15_RANGE      0xF0061F08          Range Register, single address mode
MC15_REVID      0xF0061F0C          Revision ID Register
MC15_ECCS       0xF0061F0E          ECC Safety Register
MC15_ECCD       0xF0061F10          Memory ECC Detection Register
MC15_ETRR0      0xF0061F12          Error Tracking Register 0
MC15_ETRR1      0xF0061F14          Error Tracking Register 1
MC15_ETRR2      0xF0061F16          Error Tracking Register 2
MC15_ETRR3      0xF0061F18          Error Tracking Register 3
MC15_ETRR4      0xF0061F1A          Error Tracking Register 4
MC15_RDBFL0     0xF0061FA0          Read Data and Bit Flip Register 0
MC15_RDBFL1     0xF0061FA2          Read Data and Bit Flip Register 1
MC15_RDBFL2     0xF0061FA4          Read Data and Bit Flip Register 2
MC15_RDBFL3     0xF0061FA6          Read Data and Bit Flip Register 3
MC15_RDBFL4     0xF0061FA8          Read Data and Bit Flip Register 4
MC15_RDBFL5     0xF0061FAA          Read Data and Bit Flip Register 5
MC15_RDBFL6     0xF0061FAC          Read Data and Bit Flip Register 6
MC15_RDBFL7     0xF0061FAE          Read Data and Bit Flip Register 7
MC15_RDBFL8     0xF0061FB0          Read Data and Bit Flip Register 8
MC15_RDBFL9     0xF0061FB2          Read Data and Bit Flip Register 9
MC15_RDBFL10    0xF0061FB4          Read Data and Bit Flip Register 10
MC15_RDBFL11    0xF0061FB6          Read Data and Bit Flip Register 11
MC15_RDBFL12    0xF0061FB8          Read Data and Bit Flip Register 12
MC15_RDBFL13    0xF0061FBA          Read Data and Bit Flip Register 13
MC15_RDBFL14    0xF0061FBC          Read Data and Bit Flip Register 14
MC15_RDBFL15    0xF0061FBE          Read Data and Bit Flip Register 15
MC15_RDBFL16    0xF0061FC0          Read Data and Bit Flip Register 16
MC15_RDBFL17    0xF0061FC2          Read Data and Bit Flip Register 17
MC15_RDBFL18    0xF0061FC4          Read Data and Bit Flip Register 18
MC15_RDBFL19    0xF0061FC6          Read Data and Bit Flip Register 19
MC15_RDBFL20    0xF0061FC8          Read Data and Bit Flip Register 20
MC15_RDBFL21    0xF0061FCA          Read Data and Bit Flip Register 21
MC15_RDBFL22    0xF0061FCC          Read Data and Bit Flip Register 22
MC15_RDBFL23    0xF0061FCE          Read Data and Bit Flip Register 23
MC15_RDBFL24    0xF0061FD0          Read Data and Bit Flip Register 24
MC15_RDBFL25    0xF0061FD2          Read Data and Bit Flip Register 25
MC15_RDBFL26    0xF0061FD4          Read Data and Bit Flip Register 26
MC15_RDBFL27    0xF0061FD6          Read Data and Bit Flip Register 27
MC15_RDBFL28    0xF0061FD8          Read Data and Bit Flip Register 28
MC15_RDBFL29    0xF0061FDA          Read Data and Bit Flip Register 29
MC15_RDBFL30    0xF0061FDC          Read Data and Bit Flip Register 30
MC15_RDBFL31    0xF0061FDE          Read Data and Bit Flip Register 31
MC15_RDBFL32    0xF0061FE0          Read Data and Bit Flip Register 32
MC15_RDBFL33    0xF0061FE2          Read Data and Bit Flip Register 33
MC15_RDBFL34    0xF0061FE4          Read Data and Bit Flip Register 34
MC15_RDBFL35    0xF0061FE6          Read Data and Bit Flip Register 35
MC15_RDBFL36    0xF0061FE8          Read Data and Bit Flip Register 36
MC15_RDBFL37    0xF0061FEA          Read Data and Bit Flip Register 37
MC15_RDBFL38    0xF0061FEC          Read Data and Bit Flip Register 38
MC15_RDBFL39    0xF0061FEE          Read Data and Bit Flip Register 39
MC16_CONFIG0    0xF0062000          Configuration Register 0
MC16_CONFIG1    0xF0062002          Configuration Register 1
MC16_MCONTROL   0xF0062004          MBIST Control Register
MC16_MSTATUS    0xF0062006          Status Register
MC16_RANGE      0xF0062008          Range Register, single address mode
MC16_REVID      0xF006200C          Revision ID Register
MC16_ECCS       0xF006200E          ECC Safety Register
MC16_ECCD       0xF0062010          Memory ECC Detection Register
MC16_ETRR0      0xF0062012          Error Tracking Register 0
MC16_ETRR1      0xF0062014          Error Tracking Register 1
MC16_ETRR2      0xF0062016          Error Tracking Register 2
MC16_ETRR3      0xF0062018          Error Tracking Register 3
MC16_ETRR4      0xF006201A          Error Tracking Register 4
MC16_RDBFL0     0xF00620A0          Read Data and Bit Flip Register 0
MC16_RDBFL1     0xF00620A2          Read Data and Bit Flip Register 1
MC16_RDBFL2     0xF00620A4          Read Data and Bit Flip Register 2
MC16_RDBFL3     0xF00620A6          Read Data and Bit Flip Register 3
MC16_RDBFL4     0xF00620A8          Read Data and Bit Flip Register 4
MC16_RDBFL5     0xF00620AA          Read Data and Bit Flip Register 5
MC16_RDBFL6     0xF00620AC          Read Data and Bit Flip Register 6
MC16_RDBFL7     0xF00620AE          Read Data and Bit Flip Register 7
MC16_RDBFL8     0xF00620B0          Read Data and Bit Flip Register 8
MC16_RDBFL9     0xF00620B2          Read Data and Bit Flip Register 9
MC16_RDBFL10    0xF00620B4          Read Data and Bit Flip Register 10
MC16_RDBFL11    0xF00620B6          Read Data and Bit Flip Register 11
MC16_RDBFL12    0xF00620B8          Read Data and Bit Flip Register 12
MC16_RDBFL13    0xF00620BA          Read Data and Bit Flip Register 13
MC16_RDBFL14    0xF00620BC          Read Data and Bit Flip Register 14
MC16_RDBFL15    0xF00620BE          Read Data and Bit Flip Register 15
MC16_RDBFL16    0xF00620C0          Read Data and Bit Flip Register 16
MC16_RDBFL17    0xF00620C2          Read Data and Bit Flip Register 17
MC16_RDBFL18    0xF00620C4          Read Data and Bit Flip Register 18
MC16_RDBFL19    0xF00620C6          Read Data and Bit Flip Register 19
MC16_RDBFL20    0xF00620C8          Read Data and Bit Flip Register 20
MC16_RDBFL21    0xF00620CA          Read Data and Bit Flip Register 21
MC16_RDBFL22    0xF00620CC          Read Data and Bit Flip Register 22
MC16_RDBFL23    0xF00620CE          Read Data and Bit Flip Register 23
MC16_RDBFL24    0xF00620D0          Read Data and Bit Flip Register 24
MC16_RDBFL25    0xF00620D2          Read Data and Bit Flip Register 25
MC16_RDBFL26    0xF00620D4          Read Data and Bit Flip Register 26
MC16_RDBFL27    0xF00620D6          Read Data and Bit Flip Register 27
MC16_RDBFL28    0xF00620D8          Read Data and Bit Flip Register 28
MC16_RDBFL29    0xF00620DA          Read Data and Bit Flip Register 29
MC16_RDBFL30    0xF00620DC          Read Data and Bit Flip Register 30
MC16_RDBFL31    0xF00620DE          Read Data and Bit Flip Register 31
MC16_RDBFL32    0xF00620E0          Read Data and Bit Flip Register 32
MC16_RDBFL33    0xF00620E2          Read Data and Bit Flip Register 33
MC16_RDBFL34    0xF00620E4          Read Data and Bit Flip Register 34
MC16_RDBFL35    0xF00620E6          Read Data and Bit Flip Register 35
MC16_RDBFL36    0xF00620E8          Read Data and Bit Flip Register 36
MC16_RDBFL37    0xF00620EA          Read Data and Bit Flip Register 37
MC16_RDBFL38    0xF00620EC          Read Data and Bit Flip Register 38
MC16_RDBFL39    0xF00620EE          Read Data and Bit Flip Register 39
MC17_CONFIG0    0xF0062100          Configuration Register 0
MC17_CONFIG1    0xF0062102          Configuration Register 1
MC17_MCONTROL   0xF0062104          MBIST Control Register
MC17_MSTATUS    0xF0062106          Status Register
MC17_RANGE      0xF0062108          Range Register, single address mode
MC17_REVID      0xF006210C          Revision ID Register
MC17_ECCS       0xF006210E          ECC Safety Register
MC17_ECCD       0xF0062110          Memory ECC Detection Register
MC17_ETRR0      0xF0062112          Error Tracking Register 0
MC17_ETRR1      0xF0062114          Error Tracking Register 1
MC17_ETRR2      0xF0062116          Error Tracking Register 2
MC17_ETRR3      0xF0062118          Error Tracking Register 3
MC17_ETRR4      0xF006211A          Error Tracking Register 4
MC17_RDBFL0     0xF00621A0          Read Data and Bit Flip Register 0
MC17_RDBFL1     0xF00621A2          Read Data and Bit Flip Register 1
MC17_RDBFL2     0xF00621A4          Read Data and Bit Flip Register 2
MC17_RDBFL3     0xF00621A6          Read Data and Bit Flip Register 3
MC17_RDBFL4     0xF00621A8          Read Data and Bit Flip Register 4
MC17_RDBFL5     0xF00621AA          Read Data and Bit Flip Register 5
MC17_RDBFL6     0xF00621AC          Read Data and Bit Flip Register 6
MC17_RDBFL7     0xF00621AE          Read Data and Bit Flip Register 7
MC17_RDBFL8     0xF00621B0          Read Data and Bit Flip Register 8
MC17_RDBFL9     0xF00621B2          Read Data and Bit Flip Register 9
MC17_RDBFL10    0xF00621B4          Read Data and Bit Flip Register 10
MC17_RDBFL11    0xF00621B6          Read Data and Bit Flip Register 11
MC17_RDBFL12    0xF00621B8          Read Data and Bit Flip Register 12
MC17_RDBFL13    0xF00621BA          Read Data and Bit Flip Register 13
MC17_RDBFL14    0xF00621BC          Read Data and Bit Flip Register 14
MC17_RDBFL15    0xF00621BE          Read Data and Bit Flip Register 15
MC17_RDBFL16    0xF00621C0          Read Data and Bit Flip Register 16
MC17_RDBFL17    0xF00621C2          Read Data and Bit Flip Register 17
MC17_RDBFL18    0xF00621C4          Read Data and Bit Flip Register 18
MC17_RDBFL19    0xF00621C6          Read Data and Bit Flip Register 19
MC17_RDBFL20    0xF00621C8          Read Data and Bit Flip Register 20
MC17_RDBFL21    0xF00621CA          Read Data and Bit Flip Register 21
MC17_RDBFL22    0xF00621CC          Read Data and Bit Flip Register 22
MC17_RDBFL23    0xF00621CE          Read Data and Bit Flip Register 23
MC17_RDBFL24    0xF00621D0          Read Data and Bit Flip Register 24
MC17_RDBFL25    0xF00621D2          Read Data and Bit Flip Register 25
MC17_RDBFL26    0xF00621D4          Read Data and Bit Flip Register 26
MC17_RDBFL27    0xF00621D6          Read Data and Bit Flip Register 27
MC17_RDBFL28    0xF00621D8          Read Data and Bit Flip Register 28
MC17_RDBFL29    0xF00621DA          Read Data and Bit Flip Register 29
MC17_RDBFL30    0xF00621DC          Read Data and Bit Flip Register 30
MC17_RDBFL31    0xF00621DE          Read Data and Bit Flip Register 31
MC17_RDBFL32    0xF00621E0          Read Data and Bit Flip Register 32
MC17_RDBFL33    0xF00621E2          Read Data and Bit Flip Register 33
MC17_RDBFL34    0xF00621E4          Read Data and Bit Flip Register 34
MC17_RDBFL35    0xF00621E6          Read Data and Bit Flip Register 35
MC17_RDBFL36    0xF00621E8          Read Data and Bit Flip Register 36
MC17_RDBFL37    0xF00621EA          Read Data and Bit Flip Register 37
MC17_RDBFL38    0xF00621EC          Read Data and Bit Flip Register 38
MC17_RDBFL39    0xF00621EE          Read Data and Bit Flip Register 39
MC18_CONFIG0    0xF0062200          Configuration Register 0
MC18_CONFIG1    0xF0062202          Configuration Register 1
MC18_MCONTROL   0xF0062204          MBIST Control Register
MC18_MSTATUS    0xF0062206          Status Register
MC18_RANGE      0xF0062208          Range Register, single address mode
MC18_REVID      0xF006220C          Revision ID Register
MC18_ECCS       0xF006220E          ECC Safety Register
MC18_ECCD       0xF0062210          Memory ECC Detection Register
MC18_ETRR0      0xF0062212          Error Tracking Register 0
MC18_ETRR1      0xF0062214          Error Tracking Register 1
MC18_ETRR2      0xF0062216          Error Tracking Register 2
MC18_ETRR3      0xF0062218          Error Tracking Register 3
MC18_ETRR4      0xF006221A          Error Tracking Register 4
MC18_RDBFL0     0xF00622A0          Read Data and Bit Flip Register 0
MC18_RDBFL1     0xF00622A2          Read Data and Bit Flip Register 1
MC18_RDBFL2     0xF00622A4          Read Data and Bit Flip Register 2
MC18_RDBFL3     0xF00622A6          Read Data and Bit Flip Register 3
MC18_RDBFL4     0xF00622A8          Read Data and Bit Flip Register 4
MC18_RDBFL5     0xF00622AA          Read Data and Bit Flip Register 5
MC18_RDBFL6     0xF00622AC          Read Data and Bit Flip Register 6
MC18_RDBFL7     0xF00622AE          Read Data and Bit Flip Register 7
MC18_RDBFL8     0xF00622B0          Read Data and Bit Flip Register 8
MC18_RDBFL9     0xF00622B2          Read Data and Bit Flip Register 9
MC18_RDBFL10    0xF00622B4          Read Data and Bit Flip Register 10
MC18_RDBFL11    0xF00622B6          Read Data and Bit Flip Register 11
MC18_RDBFL12    0xF00622B8          Read Data and Bit Flip Register 12
MC18_RDBFL13    0xF00622BA          Read Data and Bit Flip Register 13
MC18_RDBFL14    0xF00622BC          Read Data and Bit Flip Register 14
MC18_RDBFL15    0xF00622BE          Read Data and Bit Flip Register 15
MC18_RDBFL16    0xF00622C0          Read Data and Bit Flip Register 16
MC18_RDBFL17    0xF00622C2          Read Data and Bit Flip Register 17
MC18_RDBFL18    0xF00622C4          Read Data and Bit Flip Register 18
MC18_RDBFL19    0xF00622C6          Read Data and Bit Flip Register 19
MC18_RDBFL20    0xF00622C8          Read Data and Bit Flip Register 20
MC18_RDBFL21    0xF00622CA          Read Data and Bit Flip Register 21
MC18_RDBFL22    0xF00622CC          Read Data and Bit Flip Register 22
MC18_RDBFL23    0xF00622CE          Read Data and Bit Flip Register 23
MC18_RDBFL24    0xF00622D0          Read Data and Bit Flip Register 24
MC18_RDBFL25    0xF00622D2          Read Data and Bit Flip Register 25
MC18_RDBFL26    0xF00622D4          Read Data and Bit Flip Register 26
MC18_RDBFL27    0xF00622D6          Read Data and Bit Flip Register 27
MC18_RDBFL28    0xF00622D8          Read Data and Bit Flip Register 28
MC18_RDBFL29    0xF00622DA          Read Data and Bit Flip Register 29
MC18_RDBFL30    0xF00622DC          Read Data and Bit Flip Register 30
MC18_RDBFL31    0xF00622DE          Read Data and Bit Flip Register 31
MC18_RDBFL32    0xF00622E0          Read Data and Bit Flip Register 32
MC18_RDBFL33    0xF00622E2          Read Data and Bit Flip Register 33
MC18_RDBFL34    0xF00622E4          Read Data and Bit Flip Register 34
MC18_RDBFL35    0xF00622E6          Read Data and Bit Flip Register 35
MC18_RDBFL36    0xF00622E8          Read Data and Bit Flip Register 36
MC18_RDBFL37    0xF00622EA          Read Data and Bit Flip Register 37
MC18_RDBFL38    0xF00622EC          Read Data and Bit Flip Register 38
MC18_RDBFL39    0xF00622EE          Read Data and Bit Flip Register 39
MC19_CONFIG0    0xF0062300          Configuration Register 0
MC19_CONFIG1    0xF0062302          Configuration Register 1
MC19_MCONTROL   0xF0062304          MBIST Control Register
MC19_MSTATUS    0xF0062306          Status Register
MC19_RANGE      0xF0062308          Range Register, single address mode
MC19_REVID      0xF006230C          Revision ID Register
MC19_ECCS       0xF006230E          ECC Safety Register
MC19_ECCD       0xF0062310          Memory ECC Detection Register
MC19_ETRR0      0xF0062312          Error Tracking Register 0
MC19_ETRR1      0xF0062314          Error Tracking Register 1
MC19_ETRR2      0xF0062316          Error Tracking Register 2
MC19_ETRR3      0xF0062318          Error Tracking Register 3
MC19_ETRR4      0xF006231A          Error Tracking Register 4
MC19_RDBFL0     0xF00623A0          Read Data and Bit Flip Register 0
MC19_RDBFL1     0xF00623A2          Read Data and Bit Flip Register 1
MC19_RDBFL2     0xF00623A4          Read Data and Bit Flip Register 2
MC19_RDBFL3     0xF00623A6          Read Data and Bit Flip Register 3
MC19_RDBFL4     0xF00623A8          Read Data and Bit Flip Register 4
MC19_RDBFL5     0xF00623AA          Read Data and Bit Flip Register 5
MC19_RDBFL6     0xF00623AC          Read Data and Bit Flip Register 6
MC19_RDBFL7     0xF00623AE          Read Data and Bit Flip Register 7
MC19_RDBFL8     0xF00623B0          Read Data and Bit Flip Register 8
MC19_RDBFL9     0xF00623B2          Read Data and Bit Flip Register 9
MC19_RDBFL10    0xF00623B4          Read Data and Bit Flip Register 10
MC19_RDBFL11    0xF00623B6          Read Data and Bit Flip Register 11
MC19_RDBFL12    0xF00623B8          Read Data and Bit Flip Register 12
MC19_RDBFL13    0xF00623BA          Read Data and Bit Flip Register 13
MC19_RDBFL14    0xF00623BC          Read Data and Bit Flip Register 14
MC19_RDBFL15    0xF00623BE          Read Data and Bit Flip Register 15
MC19_RDBFL16    0xF00623C0          Read Data and Bit Flip Register 16
MC19_RDBFL17    0xF00623C2          Read Data and Bit Flip Register 17
MC19_RDBFL18    0xF00623C4          Read Data and Bit Flip Register 18
MC19_RDBFL19    0xF00623C6          Read Data and Bit Flip Register 19
MC19_RDBFL20    0xF00623C8          Read Data and Bit Flip Register 20
MC19_RDBFL21    0xF00623CA          Read Data and Bit Flip Register 21
MC19_RDBFL22    0xF00623CC          Read Data and Bit Flip Register 22
MC19_RDBFL23    0xF00623CE          Read Data and Bit Flip Register 23
MC19_RDBFL24    0xF00623D0          Read Data and Bit Flip Register 24
MC19_RDBFL25    0xF00623D2          Read Data and Bit Flip Register 25
MC19_RDBFL26    0xF00623D4          Read Data and Bit Flip Register 26
MC19_RDBFL27    0xF00623D6          Read Data and Bit Flip Register 27
MC19_RDBFL28    0xF00623D8          Read Data and Bit Flip Register 28
MC19_RDBFL29    0xF00623DA          Read Data and Bit Flip Register 29
MC19_RDBFL30    0xF00623DC          Read Data and Bit Flip Register 30
MC19_RDBFL31    0xF00623DE          Read Data and Bit Flip Register 31
MC19_RDBFL32    0xF00623E0          Read Data and Bit Flip Register 32
MC19_RDBFL33    0xF00623E2          Read Data and Bit Flip Register 33
MC19_RDBFL34    0xF00623E4          Read Data and Bit Flip Register 34
MC19_RDBFL35    0xF00623E6          Read Data and Bit Flip Register 35
MC19_RDBFL36    0xF00623E8          Read Data and Bit Flip Register 36
MC19_RDBFL37    0xF00623EA          Read Data and Bit Flip Register 37
MC19_RDBFL38    0xF00623EC          Read Data and Bit Flip Register 38
MC19_RDBFL39    0xF00623EE          Read Data and Bit Flip Register 39
MC20_CONFIG0    0xF0062400          Configuration Register 0
MC20_CONFIG1    0xF0062402          Configuration Register 1
MC20_MCONTROL   0xF0062404          MBIST Control Register
MC20_MSTATUS    0xF0062406          Status Register
MC20_RANGE      0xF0062408          Range Register, single address mode
MC20_REVID      0xF006240C          Revision ID Register
MC20_ECCS       0xF006240E          ECC Safety Register
MC20_ECCD       0xF0062410          Memory ECC Detection Register
MC20_ETRR0      0xF0062412          Error Tracking Register 0
MC20_ETRR1      0xF0062414          Error Tracking Register 1
MC20_ETRR2      0xF0062416          Error Tracking Register 2
MC20_ETRR3      0xF0062418          Error Tracking Register 3
MC20_ETRR4      0xF006241A          Error Tracking Register 4
MC20_RDBFL0     0xF00624A0          Read Data and Bit Flip Register 0
MC20_RDBFL1     0xF00624A2          Read Data and Bit Flip Register 1
MC20_RDBFL2     0xF00624A4          Read Data and Bit Flip Register 2
MC20_RDBFL3     0xF00624A6          Read Data and Bit Flip Register 3
MC20_RDBFL4     0xF00624A8          Read Data and Bit Flip Register 4
MC20_RDBFL5     0xF00624AA          Read Data and Bit Flip Register 5
MC20_RDBFL6     0xF00624AC          Read Data and Bit Flip Register 6
MC20_RDBFL7     0xF00624AE          Read Data and Bit Flip Register 7
MC20_RDBFL8     0xF00624B0          Read Data and Bit Flip Register 8
MC20_RDBFL9     0xF00624B2          Read Data and Bit Flip Register 9
MC20_RDBFL10    0xF00624B4          Read Data and Bit Flip Register 10
MC20_RDBFL11    0xF00624B6          Read Data and Bit Flip Register 11
MC20_RDBFL12    0xF00624B8          Read Data and Bit Flip Register 12
MC20_RDBFL13    0xF00624BA          Read Data and Bit Flip Register 13
MC20_RDBFL14    0xF00624BC          Read Data and Bit Flip Register 14
MC20_RDBFL15    0xF00624BE          Read Data and Bit Flip Register 15
MC20_RDBFL16    0xF00624C0          Read Data and Bit Flip Register 16
MC20_RDBFL17    0xF00624C2          Read Data and Bit Flip Register 17
MC20_RDBFL18    0xF00624C4          Read Data and Bit Flip Register 18
MC20_RDBFL19    0xF00624C6          Read Data and Bit Flip Register 19
MC20_RDBFL20    0xF00624C8          Read Data and Bit Flip Register 20
MC20_RDBFL21    0xF00624CA          Read Data and Bit Flip Register 21
MC20_RDBFL22    0xF00624CC          Read Data and Bit Flip Register 22
MC20_RDBFL23    0xF00624CE          Read Data and Bit Flip Register 23
MC20_RDBFL24    0xF00624D0          Read Data and Bit Flip Register 24
MC20_RDBFL25    0xF00624D2          Read Data and Bit Flip Register 25
MC20_RDBFL26    0xF00624D4          Read Data and Bit Flip Register 26
MC20_RDBFL27    0xF00624D6          Read Data and Bit Flip Register 27
MC20_RDBFL28    0xF00624D8          Read Data and Bit Flip Register 28
MC20_RDBFL29    0xF00624DA          Read Data and Bit Flip Register 29
MC20_RDBFL30    0xF00624DC          Read Data and Bit Flip Register 30
MC20_RDBFL31    0xF00624DE          Read Data and Bit Flip Register 31
MC20_RDBFL32    0xF00624E0          Read Data and Bit Flip Register 32
MC20_RDBFL33    0xF00624E2          Read Data and Bit Flip Register 33
MC20_RDBFL34    0xF00624E4          Read Data and Bit Flip Register 34
MC20_RDBFL35    0xF00624E6          Read Data and Bit Flip Register 35
MC20_RDBFL36    0xF00624E8          Read Data and Bit Flip Register 36
MC20_RDBFL37    0xF00624EA          Read Data and Bit Flip Register 37
MC20_RDBFL38    0xF00624EC          Read Data and Bit Flip Register 38
MC20_RDBFL39    0xF00624EE          Read Data and Bit Flip Register 39
MC21_CONFIG0    0xF0062500          Configuration Register 0
MC21_CONFIG1    0xF0062502          Configuration Register 1
MC21_MCONTROL   0xF0062504          MBIST Control Register
MC21_MSTATUS    0xF0062506          Status Register
MC21_RANGE      0xF0062508          Range Register, single address mode
MC21_REVID      0xF006250C          Revision ID Register
MC21_ECCS       0xF006250E          ECC Safety Register
MC21_ECCD       0xF0062510          Memory ECC Detection Register
MC21_ETRR0      0xF0062512          Error Tracking Register 0
MC21_ETRR1      0xF0062514          Error Tracking Register 1
MC21_ETRR2      0xF0062516          Error Tracking Register 2
MC21_ETRR3      0xF0062518          Error Tracking Register 3
MC21_ETRR4      0xF006251A          Error Tracking Register 4
MC21_RDBFL0     0xF00625A0          Read Data and Bit Flip Register 0
MC21_RDBFL1     0xF00625A2          Read Data and Bit Flip Register 1
MC21_RDBFL2     0xF00625A4          Read Data and Bit Flip Register 2
MC21_RDBFL3     0xF00625A6          Read Data and Bit Flip Register 3
MC21_RDBFL4     0xF00625A8          Read Data and Bit Flip Register 4
MC21_RDBFL5     0xF00625AA          Read Data and Bit Flip Register 5
MC21_RDBFL6     0xF00625AC          Read Data and Bit Flip Register 6
MC21_RDBFL7     0xF00625AE          Read Data and Bit Flip Register 7
MC21_RDBFL8     0xF00625B0          Read Data and Bit Flip Register 8
MC21_RDBFL9     0xF00625B2          Read Data and Bit Flip Register 9
MC21_RDBFL10    0xF00625B4          Read Data and Bit Flip Register 10
MC21_RDBFL11    0xF00625B6          Read Data and Bit Flip Register 11
MC21_RDBFL12    0xF00625B8          Read Data and Bit Flip Register 12
MC21_RDBFL13    0xF00625BA          Read Data and Bit Flip Register 13
MC21_RDBFL14    0xF00625BC          Read Data and Bit Flip Register 14
MC21_RDBFL15    0xF00625BE          Read Data and Bit Flip Register 15
MC21_RDBFL16    0xF00625C0          Read Data and Bit Flip Register 16
MC21_RDBFL17    0xF00625C2          Read Data and Bit Flip Register 17
MC21_RDBFL18    0xF00625C4          Read Data and Bit Flip Register 18
MC21_RDBFL19    0xF00625C6          Read Data and Bit Flip Register 19
MC21_RDBFL20    0xF00625C8          Read Data and Bit Flip Register 20
MC21_RDBFL21    0xF00625CA          Read Data and Bit Flip Register 21
MC21_RDBFL22    0xF00625CC          Read Data and Bit Flip Register 22
MC21_RDBFL23    0xF00625CE          Read Data and Bit Flip Register 23
MC21_RDBFL24    0xF00625D0          Read Data and Bit Flip Register 24
MC21_RDBFL25    0xF00625D2          Read Data and Bit Flip Register 25
MC21_RDBFL26    0xF00625D4          Read Data and Bit Flip Register 26
MC21_RDBFL27    0xF00625D6          Read Data and Bit Flip Register 27
MC21_RDBFL28    0xF00625D8          Read Data and Bit Flip Register 28
MC21_RDBFL29    0xF00625DA          Read Data and Bit Flip Register 29
MC21_RDBFL30    0xF00625DC          Read Data and Bit Flip Register 30
MC21_RDBFL31    0xF00625DE          Read Data and Bit Flip Register 31
MC21_RDBFL32    0xF00625E0          Read Data and Bit Flip Register 32
MC21_RDBFL33    0xF00625E2          Read Data and Bit Flip Register 33
MC21_RDBFL34    0xF00625E4          Read Data and Bit Flip Register 34
MC21_RDBFL35    0xF00625E6          Read Data and Bit Flip Register 35
MC21_RDBFL36    0xF00625E8          Read Data and Bit Flip Register 36
MC21_RDBFL37    0xF00625EA          Read Data and Bit Flip Register 37
MC21_RDBFL38    0xF00625EC          Read Data and Bit Flip Register 38
MC21_RDBFL39    0xF00625EE          Read Data and Bit Flip Register 39
MC22_CONFIG0    0xF0062600          Configuration Register 0
MC22_CONFIG1    0xF0062602          Configuration Register 1
MC22_MCONTROL   0xF0062604          MBIST Control Register
MC22_MSTATUS    0xF0062606          Status Register
MC22_RANGE      0xF0062608          Range Register, single address mode
MC22_REVID      0xF006260C          Revision ID Register
MC22_ECCS       0xF006260E          ECC Safety Register
MC22_ECCD       0xF0062610          Memory ECC Detection Register
MC22_ETRR0      0xF0062612          Error Tracking Register 0
MC22_ETRR1      0xF0062614          Error Tracking Register 1
MC22_ETRR2      0xF0062616          Error Tracking Register 2
MC22_ETRR3      0xF0062618          Error Tracking Register 3
MC22_ETRR4      0xF006261A          Error Tracking Register 4
MC22_RDBFL0     0xF00626A0          Read Data and Bit Flip Register 0
MC22_RDBFL1     0xF00626A2          Read Data and Bit Flip Register 1
MC22_RDBFL2     0xF00626A4          Read Data and Bit Flip Register 2
MC22_RDBFL3     0xF00626A6          Read Data and Bit Flip Register 3
MC22_RDBFL4     0xF00626A8          Read Data and Bit Flip Register 4
MC22_RDBFL5     0xF00626AA          Read Data and Bit Flip Register 5
MC22_RDBFL6     0xF00626AC          Read Data and Bit Flip Register 6
MC22_RDBFL7     0xF00626AE          Read Data and Bit Flip Register 7
MC22_RDBFL8     0xF00626B0          Read Data and Bit Flip Register 8
MC22_RDBFL9     0xF00626B2          Read Data and Bit Flip Register 9
MC22_RDBFL10    0xF00626B4          Read Data and Bit Flip Register 10
MC22_RDBFL11    0xF00626B6          Read Data and Bit Flip Register 11
MC22_RDBFL12    0xF00626B8          Read Data and Bit Flip Register 12
MC22_RDBFL13    0xF00626BA          Read Data and Bit Flip Register 13
MC22_RDBFL14    0xF00626BC          Read Data and Bit Flip Register 14
MC22_RDBFL15    0xF00626BE          Read Data and Bit Flip Register 15
MC22_RDBFL16    0xF00626C0          Read Data and Bit Flip Register 16
MC22_RDBFL17    0xF00626C2          Read Data and Bit Flip Register 17
MC22_RDBFL18    0xF00626C4          Read Data and Bit Flip Register 18
MC22_RDBFL19    0xF00626C6          Read Data and Bit Flip Register 19
MC22_RDBFL20    0xF00626C8          Read Data and Bit Flip Register 20
MC22_RDBFL21    0xF00626CA          Read Data and Bit Flip Register 21
MC22_RDBFL22    0xF00626CC          Read Data and Bit Flip Register 22
MC22_RDBFL23    0xF00626CE          Read Data and Bit Flip Register 23
MC22_RDBFL24    0xF00626D0          Read Data and Bit Flip Register 24
MC22_RDBFL25    0xF00626D2          Read Data and Bit Flip Register 25
MC22_RDBFL26    0xF00626D4          Read Data and Bit Flip Register 26
MC22_RDBFL27    0xF00626D6          Read Data and Bit Flip Register 27
MC22_RDBFL28    0xF00626D8          Read Data and Bit Flip Register 28
MC22_RDBFL29    0xF00626DA          Read Data and Bit Flip Register 29
MC22_RDBFL30    0xF00626DC          Read Data and Bit Flip Register 30
MC22_RDBFL31    0xF00626DE          Read Data and Bit Flip Register 31
MC22_RDBFL32    0xF00626E0          Read Data and Bit Flip Register 32
MC22_RDBFL33    0xF00626E2          Read Data and Bit Flip Register 33
MC22_RDBFL34    0xF00626E4          Read Data and Bit Flip Register 34
MC22_RDBFL35    0xF00626E6          Read Data and Bit Flip Register 35
MC22_RDBFL36    0xF00626E8          Read Data and Bit Flip Register 36
MC22_RDBFL37    0xF00626EA          Read Data and Bit Flip Register 37
MC22_RDBFL38    0xF00626EC          Read Data and Bit Flip Register 38
MC22_RDBFL39    0xF00626EE          Read Data and Bit Flip Register 39
MC23_CONFIG0    0xF0062700          Configuration Register 0
MC23_CONFIG1    0xF0062702          Configuration Register 1
MC23_MCONTROL   0xF0062704          MBIST Control Register
MC23_MSTATUS    0xF0062706          Status Register
MC23_RANGE      0xF0062708          Range Register, single address mode
MC23_REVID      0xF006270C          Revision ID Register
MC23_ECCS       0xF006270E          ECC Safety Register
MC23_ECCD       0xF0062710          Memory ECC Detection Register
MC23_ETRR0      0xF0062712          Error Tracking Register 0
MC23_ETRR1      0xF0062714          Error Tracking Register 1
MC23_ETRR2      0xF0062716          Error Tracking Register 2
MC23_ETRR3      0xF0062718          Error Tracking Register 3
MC23_ETRR4      0xF006271A          Error Tracking Register 4
MC23_RDBFL0     0xF00627A0          Read Data and Bit Flip Register 0
MC23_RDBFL1     0xF00627A2          Read Data and Bit Flip Register 1
MC23_RDBFL2     0xF00627A4          Read Data and Bit Flip Register 2
MC23_RDBFL3     0xF00627A6          Read Data and Bit Flip Register 3
MC23_RDBFL4     0xF00627A8          Read Data and Bit Flip Register 4
MC23_RDBFL5     0xF00627AA          Read Data and Bit Flip Register 5
MC23_RDBFL6     0xF00627AC          Read Data and Bit Flip Register 6
MC23_RDBFL7     0xF00627AE          Read Data and Bit Flip Register 7
MC23_RDBFL8     0xF00627B0          Read Data and Bit Flip Register 8
MC23_RDBFL9     0xF00627B2          Read Data and Bit Flip Register 9
MC23_RDBFL10    0xF00627B4          Read Data and Bit Flip Register 10
MC23_RDBFL11    0xF00627B6          Read Data and Bit Flip Register 11
MC23_RDBFL12    0xF00627B8          Read Data and Bit Flip Register 12
MC23_RDBFL13    0xF00627BA          Read Data and Bit Flip Register 13
MC23_RDBFL14    0xF00627BC          Read Data and Bit Flip Register 14
MC23_RDBFL15    0xF00627BE          Read Data and Bit Flip Register 15
MC23_RDBFL16    0xF00627C0          Read Data and Bit Flip Register 16
MC23_RDBFL17    0xF00627C2          Read Data and Bit Flip Register 17
MC23_RDBFL18    0xF00627C4          Read Data and Bit Flip Register 18
MC23_RDBFL19    0xF00627C6          Read Data and Bit Flip Register 19
MC23_RDBFL20    0xF00627C8          Read Data and Bit Flip Register 20
MC23_RDBFL21    0xF00627CA          Read Data and Bit Flip Register 21
MC23_RDBFL22    0xF00627CC          Read Data and Bit Flip Register 22
MC23_RDBFL23    0xF00627CE          Read Data and Bit Flip Register 23
MC23_RDBFL24    0xF00627D0          Read Data and Bit Flip Register 24
MC23_RDBFL25    0xF00627D2          Read Data and Bit Flip Register 25
MC23_RDBFL26    0xF00627D4          Read Data and Bit Flip Register 26
MC23_RDBFL27    0xF00627D6          Read Data and Bit Flip Register 27
MC23_RDBFL28    0xF00627D8          Read Data and Bit Flip Register 28
MC23_RDBFL29    0xF00627DA          Read Data and Bit Flip Register 29
MC23_RDBFL30    0xF00627DC          Read Data and Bit Flip Register 30
MC23_RDBFL31    0xF00627DE          Read Data and Bit Flip Register 31
MC23_RDBFL32    0xF00627E0          Read Data and Bit Flip Register 32
MC23_RDBFL33    0xF00627E2          Read Data and Bit Flip Register 33
MC23_RDBFL34    0xF00627E4          Read Data and Bit Flip Register 34
MC23_RDBFL35    0xF00627E6          Read Data and Bit Flip Register 35
MC23_RDBFL36    0xF00627E8          Read Data and Bit Flip Register 36
MC23_RDBFL37    0xF00627EA          Read Data and Bit Flip Register 37
MC23_RDBFL38    0xF00627EC          Read Data and Bit Flip Register 38
MC23_RDBFL39    0xF00627EE          Read Data and Bit Flip Register 39
MC24_CONFIG0    0xF0062800          Configuration Register 0
MC24_CONFIG1    0xF0062802          Configuration Register 1
MC24_MCONTROL   0xF0062804          MBIST Control Register
MC24_MSTATUS    0xF0062806          Status Register
MC24_RANGE      0xF0062808          Range Register, single address mode
MC24_REVID      0xF006280C          Revision ID Register
MC24_ECCS       0xF006280E          ECC Safety Register
MC24_ECCD       0xF0062810          Memory ECC Detection Register
MC24_ETRR0      0xF0062812          Error Tracking Register 0
MC24_ETRR1      0xF0062814          Error Tracking Register 1
MC24_ETRR2      0xF0062816          Error Tracking Register 2
MC24_ETRR3      0xF0062818          Error Tracking Register 3
MC24_ETRR4      0xF006281A          Error Tracking Register 4
MC24_RDBFL0     0xF00628A0          Read Data and Bit Flip Register 0
MC24_RDBFL1     0xF00628A2          Read Data and Bit Flip Register 1
MC24_RDBFL2     0xF00628A4          Read Data and Bit Flip Register 2
MC24_RDBFL3     0xF00628A6          Read Data and Bit Flip Register 3
MC24_RDBFL4     0xF00628A8          Read Data and Bit Flip Register 4
MC24_RDBFL5     0xF00628AA          Read Data and Bit Flip Register 5
MC24_RDBFL6     0xF00628AC          Read Data and Bit Flip Register 6
MC24_RDBFL7     0xF00628AE          Read Data and Bit Flip Register 7
MC24_RDBFL8     0xF00628B0          Read Data and Bit Flip Register 8
MC24_RDBFL9     0xF00628B2          Read Data and Bit Flip Register 9
MC24_RDBFL10    0xF00628B4          Read Data and Bit Flip Register 10
MC24_RDBFL11    0xF00628B6          Read Data and Bit Flip Register 11
MC24_RDBFL12    0xF00628B8          Read Data and Bit Flip Register 12
MC24_RDBFL13    0xF00628BA          Read Data and Bit Flip Register 13
MC24_RDBFL14    0xF00628BC          Read Data and Bit Flip Register 14
MC24_RDBFL15    0xF00628BE          Read Data and Bit Flip Register 15
MC24_RDBFL16    0xF00628C0          Read Data and Bit Flip Register 16
MC24_RDBFL17    0xF00628C2          Read Data and Bit Flip Register 17
MC24_RDBFL18    0xF00628C4          Read Data and Bit Flip Register 18
MC24_RDBFL19    0xF00628C6          Read Data and Bit Flip Register 19
MC24_RDBFL20    0xF00628C8          Read Data and Bit Flip Register 20
MC24_RDBFL21    0xF00628CA          Read Data and Bit Flip Register 21
MC24_RDBFL22    0xF00628CC          Read Data and Bit Flip Register 22
MC24_RDBFL23    0xF00628CE          Read Data and Bit Flip Register 23
MC24_RDBFL24    0xF00628D0          Read Data and Bit Flip Register 24
MC24_RDBFL25    0xF00628D2          Read Data and Bit Flip Register 25
MC24_RDBFL26    0xF00628D4          Read Data and Bit Flip Register 26
MC24_RDBFL27    0xF00628D6          Read Data and Bit Flip Register 27
MC24_RDBFL28    0xF00628D8          Read Data and Bit Flip Register 28
MC24_RDBFL29    0xF00628DA          Read Data and Bit Flip Register 29
MC24_RDBFL30    0xF00628DC          Read Data and Bit Flip Register 30
MC24_RDBFL31    0xF00628DE          Read Data and Bit Flip Register 31
MC24_RDBFL32    0xF00628E0          Read Data and Bit Flip Register 32
MC24_RDBFL33    0xF00628E2          Read Data and Bit Flip Register 33
MC24_RDBFL34    0xF00628E4          Read Data and Bit Flip Register 34
MC24_RDBFL35    0xF00628E6          Read Data and Bit Flip Register 35
MC24_RDBFL36    0xF00628E8          Read Data and Bit Flip Register 36
MC24_RDBFL37    0xF00628EA          Read Data and Bit Flip Register 37
MC24_RDBFL38    0xF00628EC          Read Data and Bit Flip Register 38
MC24_RDBFL39    0xF00628EE          Read Data and Bit Flip Register 39
MC25_CONFIG0    0xF0062900          Configuration Register 0
MC25_CONFIG1    0xF0062902          Configuration Register 1
MC25_MCONTROL   0xF0062904          MBIST Control Register
MC25_MSTATUS    0xF0062906          Status Register
MC25_RANGE      0xF0062908          Range Register, single address mode
MC25_REVID      0xF006290C          Revision ID Register
MC25_ECCS       0xF006290E          ECC Safety Register
MC25_ECCD       0xF0062910          Memory ECC Detection Register
MC25_ETRR0      0xF0062912          Error Tracking Register 0
MC25_ETRR1      0xF0062914          Error Tracking Register 1
MC25_ETRR2      0xF0062916          Error Tracking Register 2
MC25_ETRR3      0xF0062918          Error Tracking Register 3
MC25_ETRR4      0xF006291A          Error Tracking Register 4
MC25_RDBFL0     0xF00629A0          Read Data and Bit Flip Register 0
MC25_RDBFL1     0xF00629A2          Read Data and Bit Flip Register 1
MC25_RDBFL2     0xF00629A4          Read Data and Bit Flip Register 2
MC25_RDBFL3     0xF00629A6          Read Data and Bit Flip Register 3
MC25_RDBFL4     0xF00629A8          Read Data and Bit Flip Register 4
MC25_RDBFL5     0xF00629AA          Read Data and Bit Flip Register 5
MC25_RDBFL6     0xF00629AC          Read Data and Bit Flip Register 6
MC25_RDBFL7     0xF00629AE          Read Data and Bit Flip Register 7
MC25_RDBFL8     0xF00629B0          Read Data and Bit Flip Register 8
MC25_RDBFL9     0xF00629B2          Read Data and Bit Flip Register 9
MC25_RDBFL10    0xF00629B4          Read Data and Bit Flip Register 10
MC25_RDBFL11    0xF00629B6          Read Data and Bit Flip Register 11
MC25_RDBFL12    0xF00629B8          Read Data and Bit Flip Register 12
MC25_RDBFL13    0xF00629BA          Read Data and Bit Flip Register 13
MC25_RDBFL14    0xF00629BC          Read Data and Bit Flip Register 14
MC25_RDBFL15    0xF00629BE          Read Data and Bit Flip Register 15
MC25_RDBFL16    0xF00629C0          Read Data and Bit Flip Register 16
MC25_RDBFL17    0xF00629C2          Read Data and Bit Flip Register 17
MC25_RDBFL18    0xF00629C4          Read Data and Bit Flip Register 18
MC25_RDBFL19    0xF00629C6          Read Data and Bit Flip Register 19
MC25_RDBFL20    0xF00629C8          Read Data and Bit Flip Register 20
MC25_RDBFL21    0xF00629CA          Read Data and Bit Flip Register 21
MC25_RDBFL22    0xF00629CC          Read Data and Bit Flip Register 22
MC25_RDBFL23    0xF00629CE          Read Data and Bit Flip Register 23
MC25_RDBFL24    0xF00629D0          Read Data and Bit Flip Register 24
MC25_RDBFL25    0xF00629D2          Read Data and Bit Flip Register 25
MC25_RDBFL26    0xF00629D4          Read Data and Bit Flip Register 26
MC25_RDBFL27    0xF00629D6          Read Data and Bit Flip Register 27
MC25_RDBFL28    0xF00629D8          Read Data and Bit Flip Register 28
MC25_RDBFL29    0xF00629DA          Read Data and Bit Flip Register 29
MC25_RDBFL30    0xF00629DC          Read Data and Bit Flip Register 30
MC25_RDBFL31    0xF00629DE          Read Data and Bit Flip Register 31
MC25_RDBFL32    0xF00629E0          Read Data and Bit Flip Register 32
MC25_RDBFL33    0xF00629E2          Read Data and Bit Flip Register 33
MC25_RDBFL34    0xF00629E4          Read Data and Bit Flip Register 34
MC25_RDBFL35    0xF00629E6          Read Data and Bit Flip Register 35
MC25_RDBFL36    0xF00629E8          Read Data and Bit Flip Register 36
MC25_RDBFL37    0xF00629EA          Read Data and Bit Flip Register 37
MC25_RDBFL38    0xF00629EC          Read Data and Bit Flip Register 38
MC25_RDBFL39    0xF00629EE          Read Data and Bit Flip Register 39
MC26_CONFIG0    0xF0062A00          Configuration Register 0
MC26_CONFIG1    0xF0062A02          Configuration Register 1
MC26_MCONTROL   0xF0062A04          MBIST Control Register
MC26_MSTATUS    0xF0062A06          Status Register
MC26_RANGE      0xF0062A08          Range Register, single address mode
MC26_REVID      0xF0062A0C          Revision ID Register
MC26_ECCS       0xF0062A0E          ECC Safety Register
MC26_ECCD       0xF0062A10          Memory ECC Detection Register
MC26_ETRR0      0xF0062A12          Error Tracking Register 0
MC26_ETRR1      0xF0062A14          Error Tracking Register 1
MC26_ETRR2      0xF0062A16          Error Tracking Register 2
MC26_ETRR3      0xF0062A18          Error Tracking Register 3
MC26_ETRR4      0xF0062A1A          Error Tracking Register 4
MC26_RDBFL0     0xF0062AA0          Read Data and Bit Flip Register 0
MC26_RDBFL1     0xF0062AA2          Read Data and Bit Flip Register 1
MC26_RDBFL2     0xF0062AA4          Read Data and Bit Flip Register 2
MC26_RDBFL3     0xF0062AA6          Read Data and Bit Flip Register 3
MC26_RDBFL4     0xF0062AA8          Read Data and Bit Flip Register 4
MC26_RDBFL5     0xF0062AAA          Read Data and Bit Flip Register 5
MC26_RDBFL6     0xF0062AAC          Read Data and Bit Flip Register 6
MC26_RDBFL7     0xF0062AAE          Read Data and Bit Flip Register 7
MC26_RDBFL8     0xF0062AB0          Read Data and Bit Flip Register 8
MC26_RDBFL9     0xF0062AB2          Read Data and Bit Flip Register 9
MC26_RDBFL10    0xF0062AB4          Read Data and Bit Flip Register 10
MC26_RDBFL11    0xF0062AB6          Read Data and Bit Flip Register 11
MC26_RDBFL12    0xF0062AB8          Read Data and Bit Flip Register 12
MC26_RDBFL13    0xF0062ABA          Read Data and Bit Flip Register 13
MC26_RDBFL14    0xF0062ABC          Read Data and Bit Flip Register 14
MC26_RDBFL15    0xF0062ABE          Read Data and Bit Flip Register 15
MC26_RDBFL16    0xF0062AC0          Read Data and Bit Flip Register 16
MC26_RDBFL17    0xF0062AC2          Read Data and Bit Flip Register 17
MC26_RDBFL18    0xF0062AC4          Read Data and Bit Flip Register 18
MC26_RDBFL19    0xF0062AC6          Read Data and Bit Flip Register 19
MC26_RDBFL20    0xF0062AC8          Read Data and Bit Flip Register 20
MC26_RDBFL21    0xF0062ACA          Read Data and Bit Flip Register 21
MC26_RDBFL22    0xF0062ACC          Read Data and Bit Flip Register 22
MC26_RDBFL23    0xF0062ACE          Read Data and Bit Flip Register 23
MC26_RDBFL24    0xF0062AD0          Read Data and Bit Flip Register 24
MC26_RDBFL25    0xF0062AD2          Read Data and Bit Flip Register 25
MC26_RDBFL26    0xF0062AD4          Read Data and Bit Flip Register 26
MC26_RDBFL27    0xF0062AD6          Read Data and Bit Flip Register 27
MC26_RDBFL28    0xF0062AD8          Read Data and Bit Flip Register 28
MC26_RDBFL29    0xF0062ADA          Read Data and Bit Flip Register 29
MC26_RDBFL30    0xF0062ADC          Read Data and Bit Flip Register 30
MC26_RDBFL31    0xF0062ADE          Read Data and Bit Flip Register 31
MC26_RDBFL32    0xF0062AE0          Read Data and Bit Flip Register 32
MC26_RDBFL33    0xF0062AE2          Read Data and Bit Flip Register 33
MC26_RDBFL34    0xF0062AE4          Read Data and Bit Flip Register 34
MC26_RDBFL35    0xF0062AE6          Read Data and Bit Flip Register 35
MC26_RDBFL36    0xF0062AE8          Read Data and Bit Flip Register 36
MC26_RDBFL37    0xF0062AEA          Read Data and Bit Flip Register 37
MC26_RDBFL38    0xF0062AEC          Read Data and Bit Flip Register 38
MC26_RDBFL39    0xF0062AEE          Read Data and Bit Flip Register 39
MC27_CONFIG0    0xF0062B00          Configuration Register 0
MC27_CONFIG1    0xF0062B02          Configuration Register 1
MC27_MCONTROL   0xF0062B04          MBIST Control Register
MC27_MSTATUS    0xF0062B06          Status Register
MC27_RANGE      0xF0062B08          Range Register, single address mode
MC27_REVID      0xF0062B0C          Revision ID Register
MC27_ECCS       0xF0062B0E          ECC Safety Register
MC27_ECCD       0xF0062B10          Memory ECC Detection Register
MC27_ETRR0      0xF0062B12          Error Tracking Register 0
MC27_ETRR1      0xF0062B14          Error Tracking Register 1
MC27_ETRR2      0xF0062B16          Error Tracking Register 2
MC27_ETRR3      0xF0062B18          Error Tracking Register 3
MC27_ETRR4      0xF0062B1A          Error Tracking Register 4
MC27_RDBFL0     0xF0062BA0          Read Data and Bit Flip Register 0
MC27_RDBFL1     0xF0062BA2          Read Data and Bit Flip Register 1
MC27_RDBFL2     0xF0062BA4          Read Data and Bit Flip Register 2
MC27_RDBFL3     0xF0062BA6          Read Data and Bit Flip Register 3
MC27_RDBFL4     0xF0062BA8          Read Data and Bit Flip Register 4
MC27_RDBFL5     0xF0062BAA          Read Data and Bit Flip Register 5
MC27_RDBFL6     0xF0062BAC          Read Data and Bit Flip Register 6
MC27_RDBFL7     0xF0062BAE          Read Data and Bit Flip Register 7
MC27_RDBFL8     0xF0062BB0          Read Data and Bit Flip Register 8
MC27_RDBFL9     0xF0062BB2          Read Data and Bit Flip Register 9
MC27_RDBFL10    0xF0062BB4          Read Data and Bit Flip Register 10
MC27_RDBFL11    0xF0062BB6          Read Data and Bit Flip Register 11
MC27_RDBFL12    0xF0062BB8          Read Data and Bit Flip Register 12
MC27_RDBFL13    0xF0062BBA          Read Data and Bit Flip Register 13
MC27_RDBFL14    0xF0062BBC          Read Data and Bit Flip Register 14
MC27_RDBFL15    0xF0062BBE          Read Data and Bit Flip Register 15
MC27_RDBFL16    0xF0062BC0          Read Data and Bit Flip Register 16
MC27_RDBFL17    0xF0062BC2          Read Data and Bit Flip Register 17
MC27_RDBFL18    0xF0062BC4          Read Data and Bit Flip Register 18
MC27_RDBFL19    0xF0062BC6          Read Data and Bit Flip Register 19
MC27_RDBFL20    0xF0062BC8          Read Data and Bit Flip Register 20
MC27_RDBFL21    0xF0062BCA          Read Data and Bit Flip Register 21
MC27_RDBFL22    0xF0062BCC          Read Data and Bit Flip Register 22
MC27_RDBFL23    0xF0062BCE          Read Data and Bit Flip Register 23
MC27_RDBFL24    0xF0062BD0          Read Data and Bit Flip Register 24
MC27_RDBFL25    0xF0062BD2          Read Data and Bit Flip Register 25
MC27_RDBFL26    0xF0062BD4          Read Data and Bit Flip Register 26
MC27_RDBFL27    0xF0062BD6          Read Data and Bit Flip Register 27
MC27_RDBFL28    0xF0062BD8          Read Data and Bit Flip Register 28
MC27_RDBFL29    0xF0062BDA          Read Data and Bit Flip Register 29
MC27_RDBFL30    0xF0062BDC          Read Data and Bit Flip Register 30
MC27_RDBFL31    0xF0062BDE          Read Data and Bit Flip Register 31
MC27_RDBFL32    0xF0062BE0          Read Data and Bit Flip Register 32
MC27_RDBFL33    0xF0062BE2          Read Data and Bit Flip Register 33
MC27_RDBFL34    0xF0062BE4          Read Data and Bit Flip Register 34
MC27_RDBFL35    0xF0062BE6          Read Data and Bit Flip Register 35
MC27_RDBFL36    0xF0062BE8          Read Data and Bit Flip Register 36
MC27_RDBFL37    0xF0062BEA          Read Data and Bit Flip Register 37
MC27_RDBFL38    0xF0062BEC          Read Data and Bit Flip Register 38
MC27_RDBFL39    0xF0062BEE          Read Data and Bit Flip Register 39
MC28_CONFIG0    0xF0062C00          Configuration Register 0
MC28_CONFIG1    0xF0062C02          Configuration Register 1
MC28_MCONTROL   0xF0062C04          MBIST Control Register
MC28_MSTATUS    0xF0062C06          Status Register
MC28_RANGE      0xF0062C08          Range Register, single address mode
MC28_REVID      0xF0062C0C          Revision ID Register
MC28_ECCS       0xF0062C0E          ECC Safety Register
MC28_ECCD       0xF0062C10          Memory ECC Detection Register
MC28_ETRR0      0xF0062C12          Error Tracking Register 0
MC28_ETRR1      0xF0062C14          Error Tracking Register 1
MC28_ETRR2      0xF0062C16          Error Tracking Register 2
MC28_ETRR3      0xF0062C18          Error Tracking Register 3
MC28_ETRR4      0xF0062C1A          Error Tracking Register 4
MC28_RDBFL0     0xF0062CA0          Read Data and Bit Flip Register 0
MC28_RDBFL1     0xF0062CA2          Read Data and Bit Flip Register 1
MC28_RDBFL2     0xF0062CA4          Read Data and Bit Flip Register 2
MC28_RDBFL3     0xF0062CA6          Read Data and Bit Flip Register 3
MC28_RDBFL4     0xF0062CA8          Read Data and Bit Flip Register 4
MC28_RDBFL5     0xF0062CAA          Read Data and Bit Flip Register 5
MC28_RDBFL6     0xF0062CAC          Read Data and Bit Flip Register 6
MC28_RDBFL7     0xF0062CAE          Read Data and Bit Flip Register 7
MC28_RDBFL8     0xF0062CB0          Read Data and Bit Flip Register 8
MC28_RDBFL9     0xF0062CB2          Read Data and Bit Flip Register 9
MC28_RDBFL10    0xF0062CB4          Read Data and Bit Flip Register 10
MC28_RDBFL11    0xF0062CB6          Read Data and Bit Flip Register 11
MC28_RDBFL12    0xF0062CB8          Read Data and Bit Flip Register 12
MC28_RDBFL13    0xF0062CBA          Read Data and Bit Flip Register 13
MC28_RDBFL14    0xF0062CBC          Read Data and Bit Flip Register 14
MC28_RDBFL15    0xF0062CBE          Read Data and Bit Flip Register 15
MC28_RDBFL16    0xF0062CC0          Read Data and Bit Flip Register 16
MC28_RDBFL17    0xF0062CC2          Read Data and Bit Flip Register 17
MC28_RDBFL18    0xF0062CC4          Read Data and Bit Flip Register 18
MC28_RDBFL19    0xF0062CC6          Read Data and Bit Flip Register 19
MC28_RDBFL20    0xF0062CC8          Read Data and Bit Flip Register 20
MC28_RDBFL21    0xF0062CCA          Read Data and Bit Flip Register 21
MC28_RDBFL22    0xF0062CCC          Read Data and Bit Flip Register 22
MC28_RDBFL23    0xF0062CCE          Read Data and Bit Flip Register 23
MC28_RDBFL24    0xF0062CD0          Read Data and Bit Flip Register 24
MC28_RDBFL25    0xF0062CD2          Read Data and Bit Flip Register 25
MC28_RDBFL26    0xF0062CD4          Read Data and Bit Flip Register 26
MC28_RDBFL27    0xF0062CD6          Read Data and Bit Flip Register 27
MC28_RDBFL28    0xF0062CD8          Read Data and Bit Flip Register 28
MC28_RDBFL29    0xF0062CDA          Read Data and Bit Flip Register 29
MC28_RDBFL30    0xF0062CDC          Read Data and Bit Flip Register 30
MC28_RDBFL31    0xF0062CDE          Read Data and Bit Flip Register 31
MC28_RDBFL32    0xF0062CE0          Read Data and Bit Flip Register 32
MC28_RDBFL33    0xF0062CE2          Read Data and Bit Flip Register 33
MC28_RDBFL34    0xF0062CE4          Read Data and Bit Flip Register 34
MC28_RDBFL35    0xF0062CE6          Read Data and Bit Flip Register 35
MC28_RDBFL36    0xF0062CE8          Read Data and Bit Flip Register 36
MC28_RDBFL37    0xF0062CEA          Read Data and Bit Flip Register 37
MC28_RDBFL38    0xF0062CEC          Read Data and Bit Flip Register 38
MC28_RDBFL39    0xF0062CEE          Read Data and Bit Flip Register 39
MC29_CONFIG0    0xF0062D00          Configuration Register 0
MC29_CONFIG1    0xF0062D02          Configuration Register 1
MC29_MCONTROL   0xF0062D04          MBIST Control Register
MC29_MSTATUS    0xF0062D06          Status Register
MC29_RANGE      0xF0062D08          Range Register, single address mode
MC29_REVID      0xF0062D0C          Revision ID Register
MC29_ECCS       0xF0062D0E          ECC Safety Register
MC29_ECCD       0xF0062D10          Memory ECC Detection Register
MC29_ETRR0      0xF0062D12          Error Tracking Register 0
MC29_ETRR1      0xF0062D14          Error Tracking Register 1
MC29_ETRR2      0xF0062D16          Error Tracking Register 2
MC29_ETRR3      0xF0062D18          Error Tracking Register 3
MC29_ETRR4      0xF0062D1A          Error Tracking Register 4
MC29_RDBFL0     0xF0062DA0          Read Data and Bit Flip Register 0
MC29_RDBFL1     0xF0062DA2          Read Data and Bit Flip Register 1
MC29_RDBFL2     0xF0062DA4          Read Data and Bit Flip Register 2
MC29_RDBFL3     0xF0062DA6          Read Data and Bit Flip Register 3
MC29_RDBFL4     0xF0062DA8          Read Data and Bit Flip Register 4
MC29_RDBFL5     0xF0062DAA          Read Data and Bit Flip Register 5
MC29_RDBFL6     0xF0062DAC          Read Data and Bit Flip Register 6
MC29_RDBFL7     0xF0062DAE          Read Data and Bit Flip Register 7
MC29_RDBFL8     0xF0062DB0          Read Data and Bit Flip Register 8
MC29_RDBFL9     0xF0062DB2          Read Data and Bit Flip Register 9
MC29_RDBFL10    0xF0062DB4          Read Data and Bit Flip Register 10
MC29_RDBFL11    0xF0062DB6          Read Data and Bit Flip Register 11
MC29_RDBFL12    0xF0062DB8          Read Data and Bit Flip Register 12
MC29_RDBFL13    0xF0062DBA          Read Data and Bit Flip Register 13
MC29_RDBFL14    0xF0062DBC          Read Data and Bit Flip Register 14
MC29_RDBFL15    0xF0062DBE          Read Data and Bit Flip Register 15
MC29_RDBFL16    0xF0062DC0          Read Data and Bit Flip Register 16
MC29_RDBFL17    0xF0062DC2          Read Data and Bit Flip Register 17
MC29_RDBFL18    0xF0062DC4          Read Data and Bit Flip Register 18
MC29_RDBFL19    0xF0062DC6          Read Data and Bit Flip Register 19
MC29_RDBFL20    0xF0062DC8          Read Data and Bit Flip Register 20
MC29_RDBFL21    0xF0062DCA          Read Data and Bit Flip Register 21
MC29_RDBFL22    0xF0062DCC          Read Data and Bit Flip Register 22
MC29_RDBFL23    0xF0062DCE          Read Data and Bit Flip Register 23
MC29_RDBFL24    0xF0062DD0          Read Data and Bit Flip Register 24
MC29_RDBFL25    0xF0062DD2          Read Data and Bit Flip Register 25
MC29_RDBFL26    0xF0062DD4          Read Data and Bit Flip Register 26
MC29_RDBFL27    0xF0062DD6          Read Data and Bit Flip Register 27
MC29_RDBFL28    0xF0062DD8          Read Data and Bit Flip Register 28
MC29_RDBFL29    0xF0062DDA          Read Data and Bit Flip Register 29
MC29_RDBFL30    0xF0062DDC          Read Data and Bit Flip Register 30
MC29_RDBFL31    0xF0062DDE          Read Data and Bit Flip Register 31
MC29_RDBFL32    0xF0062DE0          Read Data and Bit Flip Register 32
MC29_RDBFL33    0xF0062DE2          Read Data and Bit Flip Register 33
MC29_RDBFL34    0xF0062DE4          Read Data and Bit Flip Register 34
MC29_RDBFL35    0xF0062DE6          Read Data and Bit Flip Register 35
MC29_RDBFL36    0xF0062DE8          Read Data and Bit Flip Register 36
MC29_RDBFL37    0xF0062DEA          Read Data and Bit Flip Register 37
MC29_RDBFL38    0xF0062DEC          Read Data and Bit Flip Register 38
MC29_RDBFL39    0xF0062DEE          Read Data and Bit Flip Register 39
MC30_CONFIG0    0xF0062E00          Configuration Register 0
MC30_CONFIG1    0xF0062E02          Configuration Register 1
MC30_MCONTROL   0xF0062E04          MBIST Control Register
MC30_MSTATUS    0xF0062E06          Status Register
MC30_RANGE      0xF0062E08          Range Register, single address mode
MC30_REVID      0xF0062E0C          Revision ID Register
MC30_ECCS       0xF0062E0E          ECC Safety Register
MC30_ECCD       0xF0062E10          Memory ECC Detection Register
MC30_ETRR0      0xF0062E12          Error Tracking Register 0
MC30_ETRR1      0xF0062E14          Error Tracking Register 1
MC30_ETRR2      0xF0062E16          Error Tracking Register 2
MC30_ETRR3      0xF0062E18          Error Tracking Register 3
MC30_ETRR4      0xF0062E1A          Error Tracking Register 4
MC30_RDBFL0     0xF0062EA0          Read Data and Bit Flip Register 0
MC30_RDBFL1     0xF0062EA2          Read Data and Bit Flip Register 1
MC30_RDBFL2     0xF0062EA4          Read Data and Bit Flip Register 2
MC30_RDBFL3     0xF0062EA6          Read Data and Bit Flip Register 3
MC30_RDBFL4     0xF0062EA8          Read Data and Bit Flip Register 4
MC30_RDBFL5     0xF0062EAA          Read Data and Bit Flip Register 5
MC30_RDBFL6     0xF0062EAC          Read Data and Bit Flip Register 6
MC30_RDBFL7     0xF0062EAE          Read Data and Bit Flip Register 7
MC30_RDBFL8     0xF0062EB0          Read Data and Bit Flip Register 8
MC30_RDBFL9     0xF0062EB2          Read Data and Bit Flip Register 9
MC30_RDBFL10    0xF0062EB4          Read Data and Bit Flip Register 10
MC30_RDBFL11    0xF0062EB6          Read Data and Bit Flip Register 11
MC30_RDBFL12    0xF0062EB8          Read Data and Bit Flip Register 12
MC30_RDBFL13    0xF0062EBA          Read Data and Bit Flip Register 13
MC30_RDBFL14    0xF0062EBC          Read Data and Bit Flip Register 14
MC30_RDBFL15    0xF0062EBE          Read Data and Bit Flip Register 15
MC30_RDBFL16    0xF0062EC0          Read Data and Bit Flip Register 16
MC30_RDBFL17    0xF0062EC2          Read Data and Bit Flip Register 17
MC30_RDBFL18    0xF0062EC4          Read Data and Bit Flip Register 18
MC30_RDBFL19    0xF0062EC6          Read Data and Bit Flip Register 19
MC30_RDBFL20    0xF0062EC8          Read Data and Bit Flip Register 20
MC30_RDBFL21    0xF0062ECA          Read Data and Bit Flip Register 21
MC30_RDBFL22    0xF0062ECC          Read Data and Bit Flip Register 22
MC30_RDBFL23    0xF0062ECE          Read Data and Bit Flip Register 23
MC30_RDBFL24    0xF0062ED0          Read Data and Bit Flip Register 24
MC30_RDBFL25    0xF0062ED2          Read Data and Bit Flip Register 25
MC30_RDBFL26    0xF0062ED4          Read Data and Bit Flip Register 26
MC30_RDBFL27    0xF0062ED6          Read Data and Bit Flip Register 27
MC30_RDBFL28    0xF0062ED8          Read Data and Bit Flip Register 28
MC30_RDBFL29    0xF0062EDA          Read Data and Bit Flip Register 29
MC30_RDBFL30    0xF0062EDC          Read Data and Bit Flip Register 30
MC30_RDBFL31    0xF0062EDE          Read Data and Bit Flip Register 31
MC30_RDBFL32    0xF0062EE0          Read Data and Bit Flip Register 32
MC30_RDBFL33    0xF0062EE2          Read Data and Bit Flip Register 33
MC30_RDBFL34    0xF0062EE4          Read Data and Bit Flip Register 34
MC30_RDBFL35    0xF0062EE6          Read Data and Bit Flip Register 35
MC30_RDBFL36    0xF0062EE8          Read Data and Bit Flip Register 36
MC30_RDBFL37    0xF0062EEA          Read Data and Bit Flip Register 37
MC30_RDBFL38    0xF0062EEC          Read Data and Bit Flip Register 38
MC30_RDBFL39    0xF0062EEE          Read Data and Bit Flip Register 39
MC31_CONFIG0    0xF0062F00          Configuration Register 0
MC31_CONFIG1    0xF0062F02          Configuration Register 1
MC31_MCONTROL   0xF0062F04          MBIST Control Register
MC31_MSTATUS    0xF0062F06          Status Register
MC31_RANGE      0xF0062F08          Range Register, single address mode
MC31_REVID      0xF0062F0C          Revision ID Register
MC31_ECCS       0xF0062F0E          ECC Safety Register
MC31_ECCD       0xF0062F10          Memory ECC Detection Register
MC31_ETRR0      0xF0062F12          Error Tracking Register 0
MC31_ETRR1      0xF0062F14          Error Tracking Register 1
MC31_ETRR2      0xF0062F16          Error Tracking Register 2
MC31_ETRR3      0xF0062F18          Error Tracking Register 3
MC31_ETRR4      0xF0062F1A          Error Tracking Register 4
MC31_RDBFL0     0xF0062FA0          Read Data and Bit Flip Register 0
MC31_RDBFL1     0xF0062FA2          Read Data and Bit Flip Register 1
MC31_RDBFL2     0xF0062FA4          Read Data and Bit Flip Register 2
MC31_RDBFL3     0xF0062FA6          Read Data and Bit Flip Register 3
MC31_RDBFL4     0xF0062FA8          Read Data and Bit Flip Register 4
MC31_RDBFL5     0xF0062FAA          Read Data and Bit Flip Register 5
MC31_RDBFL6     0xF0062FAC          Read Data and Bit Flip Register 6
MC31_RDBFL7     0xF0062FAE          Read Data and Bit Flip Register 7
MC31_RDBFL8     0xF0062FB0          Read Data and Bit Flip Register 8
MC31_RDBFL9     0xF0062FB2          Read Data and Bit Flip Register 9
MC31_RDBFL10    0xF0062FB4          Read Data and Bit Flip Register 10
MC31_RDBFL11    0xF0062FB6          Read Data and Bit Flip Register 11
MC31_RDBFL12    0xF0062FB8          Read Data and Bit Flip Register 12
MC31_RDBFL13    0xF0062FBA          Read Data and Bit Flip Register 13
MC31_RDBFL14    0xF0062FBC          Read Data and Bit Flip Register 14
MC31_RDBFL15    0xF0062FBE          Read Data and Bit Flip Register 15
MC31_RDBFL16    0xF0062FC0          Read Data and Bit Flip Register 16
MC31_RDBFL17    0xF0062FC2          Read Data and Bit Flip Register 17
MC31_RDBFL18    0xF0062FC4          Read Data and Bit Flip Register 18
MC31_RDBFL19    0xF0062FC6          Read Data and Bit Flip Register 19
MC31_RDBFL20    0xF0062FC8          Read Data and Bit Flip Register 20
MC31_RDBFL21    0xF0062FCA          Read Data and Bit Flip Register 21
MC31_RDBFL22    0xF0062FCC          Read Data and Bit Flip Register 22
MC31_RDBFL23    0xF0062FCE          Read Data and Bit Flip Register 23
MC31_RDBFL24    0xF0062FD0          Read Data and Bit Flip Register 24
MC31_RDBFL25    0xF0062FD2          Read Data and Bit Flip Register 25
MC31_RDBFL26    0xF0062FD4          Read Data and Bit Flip Register 26
MC31_RDBFL27    0xF0062FD6          Read Data and Bit Flip Register 27
MC31_RDBFL28    0xF0062FD8          Read Data and Bit Flip Register 28
MC31_RDBFL29    0xF0062FDA          Read Data and Bit Flip Register 29
MC31_RDBFL30    0xF0062FDC          Read Data and Bit Flip Register 30
MC31_RDBFL31    0xF0062FDE          Read Data and Bit Flip Register 31
MC31_RDBFL32    0xF0062FE0          Read Data and Bit Flip Register 32
MC31_RDBFL33    0xF0062FE2          Read Data and Bit Flip Register 33
MC31_RDBFL34    0xF0062FE4          Read Data and Bit Flip Register 34
MC31_RDBFL35    0xF0062FE6          Read Data and Bit Flip Register 35
MC31_RDBFL36    0xF0062FE8          Read Data and Bit Flip Register 36
MC31_RDBFL37    0xF0062FEA          Read Data and Bit Flip Register 37
MC31_RDBFL38    0xF0062FEC          Read Data and Bit Flip Register 38
MC31_RDBFL39    0xF0062FEE          Read Data and Bit Flip Register 39
MC32_CONFIG0    0xF0063000          Configuration Register 0
MC32_CONFIG1    0xF0063002          Configuration Register 1
MC32_MCONTROL   0xF0063004          MBIST Control Register
MC32_MSTATUS    0xF0063006          Status Register
MC32_RANGE      0xF0063008          Range Register, single address mode
MC32_REVID      0xF006300C          Revision ID Register
MC32_ECCS       0xF006300E          ECC Safety Register
MC32_ECCD       0xF0063010          Memory ECC Detection Register
MC32_ETRR0      0xF0063012          Error Tracking Register 0
MC32_ETRR1      0xF0063014          Error Tracking Register 1
MC32_ETRR2      0xF0063016          Error Tracking Register 2
MC32_ETRR3      0xF0063018          Error Tracking Register 3
MC32_ETRR4      0xF006301A          Error Tracking Register 4
MC32_RDBFL0     0xF00630A0          Read Data and Bit Flip Register 0
MC32_RDBFL1     0xF00630A2          Read Data and Bit Flip Register 1
MC32_RDBFL2     0xF00630A4          Read Data and Bit Flip Register 2
MC32_RDBFL3     0xF00630A6          Read Data and Bit Flip Register 3
MC32_RDBFL4     0xF00630A8          Read Data and Bit Flip Register 4
MC32_RDBFL5     0xF00630AA          Read Data and Bit Flip Register 5
MC32_RDBFL6     0xF00630AC          Read Data and Bit Flip Register 6
MC32_RDBFL7     0xF00630AE          Read Data and Bit Flip Register 7
MC32_RDBFL8     0xF00630B0          Read Data and Bit Flip Register 8
MC32_RDBFL9     0xF00630B2          Read Data and Bit Flip Register 9
MC32_RDBFL10    0xF00630B4          Read Data and Bit Flip Register 10
MC32_RDBFL11    0xF00630B6          Read Data and Bit Flip Register 11
MC32_RDBFL12    0xF00630B8          Read Data and Bit Flip Register 12
MC32_RDBFL13    0xF00630BA          Read Data and Bit Flip Register 13
MC32_RDBFL14    0xF00630BC          Read Data and Bit Flip Register 14
MC32_RDBFL15    0xF00630BE          Read Data and Bit Flip Register 15
MC32_RDBFL16    0xF00630C0          Read Data and Bit Flip Register 16
MC32_RDBFL17    0xF00630C2          Read Data and Bit Flip Register 17
MC32_RDBFL18    0xF00630C4          Read Data and Bit Flip Register 18
MC32_RDBFL19    0xF00630C6          Read Data and Bit Flip Register 19
MC32_RDBFL20    0xF00630C8          Read Data and Bit Flip Register 20
MC32_RDBFL21    0xF00630CA          Read Data and Bit Flip Register 21
MC32_RDBFL22    0xF00630CC          Read Data and Bit Flip Register 22
MC32_RDBFL23    0xF00630CE          Read Data and Bit Flip Register 23
MC32_RDBFL24    0xF00630D0          Read Data and Bit Flip Register 24
MC32_RDBFL25    0xF00630D2          Read Data and Bit Flip Register 25
MC32_RDBFL26    0xF00630D4          Read Data and Bit Flip Register 26
MC32_RDBFL27    0xF00630D6          Read Data and Bit Flip Register 27
MC32_RDBFL28    0xF00630D8          Read Data and Bit Flip Register 28
MC32_RDBFL29    0xF00630DA          Read Data and Bit Flip Register 29
MC32_RDBFL30    0xF00630DC          Read Data and Bit Flip Register 30
MC32_RDBFL31    0xF00630DE          Read Data and Bit Flip Register 31
MC32_RDBFL32    0xF00630E0          Read Data and Bit Flip Register 32
MC32_RDBFL33    0xF00630E2          Read Data and Bit Flip Register 33
MC32_RDBFL34    0xF00630E4          Read Data and Bit Flip Register 34
MC32_RDBFL35    0xF00630E6          Read Data and Bit Flip Register 35
MC32_RDBFL36    0xF00630E8          Read Data and Bit Flip Register 36
MC32_RDBFL37    0xF00630EA          Read Data and Bit Flip Register 37
MC32_RDBFL38    0xF00630EC          Read Data and Bit Flip Register 38
MC32_RDBFL39    0xF00630EE          Read Data and Bit Flip Register 39
MC33_CONFIG0    0xF0063100          Configuration Register 0
MC33_CONFIG1    0xF0063102          Configuration Register 1
MC33_MCONTROL   0xF0063104          MBIST Control Register
MC33_MSTATUS    0xF0063106          Status Register
MC33_RANGE      0xF0063108          Range Register, single address mode
MC33_REVID      0xF006310C          Revision ID Register
MC33_ECCS       0xF006310E          ECC Safety Register
MC33_ECCD       0xF0063110          Memory ECC Detection Register
MC33_ETRR0      0xF0063112          Error Tracking Register 0
MC33_ETRR1      0xF0063114          Error Tracking Register 1
MC33_ETRR2      0xF0063116          Error Tracking Register 2
MC33_ETRR3      0xF0063118          Error Tracking Register 3
MC33_ETRR4      0xF006311A          Error Tracking Register 4
MC33_RDBFL0     0xF00631A0          Read Data and Bit Flip Register 0
MC33_RDBFL1     0xF00631A2          Read Data and Bit Flip Register 1
MC33_RDBFL2     0xF00631A4          Read Data and Bit Flip Register 2
MC33_RDBFL3     0xF00631A6          Read Data and Bit Flip Register 3
MC33_RDBFL4     0xF00631A8          Read Data and Bit Flip Register 4
MC33_RDBFL5     0xF00631AA          Read Data and Bit Flip Register 5
MC33_RDBFL6     0xF00631AC          Read Data and Bit Flip Register 6
MC33_RDBFL7     0xF00631AE          Read Data and Bit Flip Register 7
MC33_RDBFL8     0xF00631B0          Read Data and Bit Flip Register 8
MC33_RDBFL9     0xF00631B2          Read Data and Bit Flip Register 9
MC33_RDBFL10    0xF00631B4          Read Data and Bit Flip Register 10
MC33_RDBFL11    0xF00631B6          Read Data and Bit Flip Register 11
MC33_RDBFL12    0xF00631B8          Read Data and Bit Flip Register 12
MC33_RDBFL13    0xF00631BA          Read Data and Bit Flip Register 13
MC33_RDBFL14    0xF00631BC          Read Data and Bit Flip Register 14
MC33_RDBFL15    0xF00631BE          Read Data and Bit Flip Register 15
MC33_RDBFL16    0xF00631C0          Read Data and Bit Flip Register 16
MC33_RDBFL17    0xF00631C2          Read Data and Bit Flip Register 17
MC33_RDBFL18    0xF00631C4          Read Data and Bit Flip Register 18
MC33_RDBFL19    0xF00631C6          Read Data and Bit Flip Register 19
MC33_RDBFL20    0xF00631C8          Read Data and Bit Flip Register 20
MC33_RDBFL21    0xF00631CA          Read Data and Bit Flip Register 21
MC33_RDBFL22    0xF00631CC          Read Data and Bit Flip Register 22
MC33_RDBFL23    0xF00631CE          Read Data and Bit Flip Register 23
MC33_RDBFL24    0xF00631D0          Read Data and Bit Flip Register 24
MC33_RDBFL25    0xF00631D2          Read Data and Bit Flip Register 25
MC33_RDBFL26    0xF00631D4          Read Data and Bit Flip Register 26
MC33_RDBFL27    0xF00631D6          Read Data and Bit Flip Register 27
MC33_RDBFL28    0xF00631D8          Read Data and Bit Flip Register 28
MC33_RDBFL29    0xF00631DA          Read Data and Bit Flip Register 29
MC33_RDBFL30    0xF00631DC          Read Data and Bit Flip Register 30
MC33_RDBFL31    0xF00631DE          Read Data and Bit Flip Register 31
MC33_RDBFL32    0xF00631E0          Read Data and Bit Flip Register 32
MC33_RDBFL33    0xF00631E2          Read Data and Bit Flip Register 33
MC33_RDBFL34    0xF00631E4          Read Data and Bit Flip Register 34
MC33_RDBFL35    0xF00631E6          Read Data and Bit Flip Register 35
MC33_RDBFL36    0xF00631E8          Read Data and Bit Flip Register 36
MC33_RDBFL37    0xF00631EA          Read Data and Bit Flip Register 37
MC33_RDBFL38    0xF00631EC          Read Data and Bit Flip Register 38
MC33_RDBFL39    0xF00631EE          Read Data and Bit Flip Register 39
MC34_CONFIG0    0xF0063200          Configuration Register 0
MC34_CONFIG1    0xF0063202          Configuration Register 1
MC34_MCONTROL   0xF0063204          MBIST Control Register
MC34_MSTATUS    0xF0063206          Status Register
MC34_RANGE      0xF0063208          Range Register, single address mode
MC34_REVID      0xF006320C          Revision ID Register
MC34_ECCS       0xF006320E          ECC Safety Register
MC34_ECCD       0xF0063210          Memory ECC Detection Register
MC34_ETRR0      0xF0063212          Error Tracking Register 0
MC34_ETRR1      0xF0063214          Error Tracking Register 1
MC34_ETRR2      0xF0063216          Error Tracking Register 2
MC34_ETRR3      0xF0063218          Error Tracking Register 3
MC34_ETRR4      0xF006321A          Error Tracking Register 4
MC34_RDBFL0     0xF00632A0          Read Data and Bit Flip Register 0
MC34_RDBFL1     0xF00632A2          Read Data and Bit Flip Register 1
MC34_RDBFL2     0xF00632A4          Read Data and Bit Flip Register 2
MC34_RDBFL3     0xF00632A6          Read Data and Bit Flip Register 3
MC34_RDBFL4     0xF00632A8          Read Data and Bit Flip Register 4
MC34_RDBFL5     0xF00632AA          Read Data and Bit Flip Register 5
MC34_RDBFL6     0xF00632AC          Read Data and Bit Flip Register 6
MC34_RDBFL7     0xF00632AE          Read Data and Bit Flip Register 7
MC34_RDBFL8     0xF00632B0          Read Data and Bit Flip Register 8
MC34_RDBFL9     0xF00632B2          Read Data and Bit Flip Register 9
MC34_RDBFL10    0xF00632B4          Read Data and Bit Flip Register 10
MC34_RDBFL11    0xF00632B6          Read Data and Bit Flip Register 11
MC34_RDBFL12    0xF00632B8          Read Data and Bit Flip Register 12
MC34_RDBFL13    0xF00632BA          Read Data and Bit Flip Register 13
MC34_RDBFL14    0xF00632BC          Read Data and Bit Flip Register 14
MC34_RDBFL15    0xF00632BE          Read Data and Bit Flip Register 15
MC34_RDBFL16    0xF00632C0          Read Data and Bit Flip Register 16
MC34_RDBFL17    0xF00632C2          Read Data and Bit Flip Register 17
MC34_RDBFL18    0xF00632C4          Read Data and Bit Flip Register 18
MC34_RDBFL19    0xF00632C6          Read Data and Bit Flip Register 19
MC34_RDBFL20    0xF00632C8          Read Data and Bit Flip Register 20
MC34_RDBFL21    0xF00632CA          Read Data and Bit Flip Register 21
MC34_RDBFL22    0xF00632CC          Read Data and Bit Flip Register 22
MC34_RDBFL23    0xF00632CE          Read Data and Bit Flip Register 23
MC34_RDBFL24    0xF00632D0          Read Data and Bit Flip Register 24
MC34_RDBFL25    0xF00632D2          Read Data and Bit Flip Register 25
MC34_RDBFL26    0xF00632D4          Read Data and Bit Flip Register 26
MC34_RDBFL27    0xF00632D6          Read Data and Bit Flip Register 27
MC34_RDBFL28    0xF00632D8          Read Data and Bit Flip Register 28
MC34_RDBFL29    0xF00632DA          Read Data and Bit Flip Register 29
MC34_RDBFL30    0xF00632DC          Read Data and Bit Flip Register 30
MC34_RDBFL31    0xF00632DE          Read Data and Bit Flip Register 31
MC34_RDBFL32    0xF00632E0          Read Data and Bit Flip Register 32
MC34_RDBFL33    0xF00632E2          Read Data and Bit Flip Register 33
MC34_RDBFL34    0xF00632E4          Read Data and Bit Flip Register 34
MC34_RDBFL35    0xF00632E6          Read Data and Bit Flip Register 35
MC34_RDBFL36    0xF00632E8          Read Data and Bit Flip Register 36
MC34_RDBFL37    0xF00632EA          Read Data and Bit Flip Register 37
MC34_RDBFL38    0xF00632EC          Read Data and Bit Flip Register 38
MC34_RDBFL39    0xF00632EE          Read Data and Bit Flip Register 39
MC35_CONFIG0    0xF0063300          Configuration Register 0
MC35_CONFIG1    0xF0063302          Configuration Register 1
MC35_MCONTROL   0xF0063304          MBIST Control Register
MC35_MSTATUS    0xF0063306          Status Register
MC35_RANGE      0xF0063308          Range Register, single address mode
MC35_REVID      0xF006330C          Revision ID Register
MC35_ECCS       0xF006330E          ECC Safety Register
MC35_ECCD       0xF0063310          Memory ECC Detection Register
MC35_ETRR0      0xF0063312          Error Tracking Register 0
MC35_ETRR1      0xF0063314          Error Tracking Register 1
MC35_ETRR2      0xF0063316          Error Tracking Register 2
MC35_ETRR3      0xF0063318          Error Tracking Register 3
MC35_ETRR4      0xF006331A          Error Tracking Register 4
MC35_RDBFL0     0xF00633A0          Read Data and Bit Flip Register 0
MC35_RDBFL1     0xF00633A2          Read Data and Bit Flip Register 1
MC35_RDBFL2     0xF00633A4          Read Data and Bit Flip Register 2
MC35_RDBFL3     0xF00633A6          Read Data and Bit Flip Register 3
MC35_RDBFL4     0xF00633A8          Read Data and Bit Flip Register 4
MC35_RDBFL5     0xF00633AA          Read Data and Bit Flip Register 5
MC35_RDBFL6     0xF00633AC          Read Data and Bit Flip Register 6
MC35_RDBFL7     0xF00633AE          Read Data and Bit Flip Register 7
MC35_RDBFL8     0xF00633B0          Read Data and Bit Flip Register 8
MC35_RDBFL9     0xF00633B2          Read Data and Bit Flip Register 9
MC35_RDBFL10    0xF00633B4          Read Data and Bit Flip Register 10
MC35_RDBFL11    0xF00633B6          Read Data and Bit Flip Register 11
MC35_RDBFL12    0xF00633B8          Read Data and Bit Flip Register 12
MC35_RDBFL13    0xF00633BA          Read Data and Bit Flip Register 13
MC35_RDBFL14    0xF00633BC          Read Data and Bit Flip Register 14
MC35_RDBFL15    0xF00633BE          Read Data and Bit Flip Register 15
MC35_RDBFL16    0xF00633C0          Read Data and Bit Flip Register 16
MC35_RDBFL17    0xF00633C2          Read Data and Bit Flip Register 17
MC35_RDBFL18    0xF00633C4          Read Data and Bit Flip Register 18
MC35_RDBFL19    0xF00633C6          Read Data and Bit Flip Register 19
MC35_RDBFL20    0xF00633C8          Read Data and Bit Flip Register 20
MC35_RDBFL21    0xF00633CA          Read Data and Bit Flip Register 21
MC35_RDBFL22    0xF00633CC          Read Data and Bit Flip Register 22
MC35_RDBFL23    0xF00633CE          Read Data and Bit Flip Register 23
MC35_RDBFL24    0xF00633D0          Read Data and Bit Flip Register 24
MC35_RDBFL25    0xF00633D2          Read Data and Bit Flip Register 25
MC35_RDBFL26    0xF00633D4          Read Data and Bit Flip Register 26
MC35_RDBFL27    0xF00633D6          Read Data and Bit Flip Register 27
MC35_RDBFL28    0xF00633D8          Read Data and Bit Flip Register 28
MC35_RDBFL29    0xF00633DA          Read Data and Bit Flip Register 29
MC35_RDBFL30    0xF00633DC          Read Data and Bit Flip Register 30
MC35_RDBFL31    0xF00633DE          Read Data and Bit Flip Register 31
MC35_RDBFL32    0xF00633E0          Read Data and Bit Flip Register 32
MC35_RDBFL33    0xF00633E2          Read Data and Bit Flip Register 33
MC35_RDBFL34    0xF00633E4          Read Data and Bit Flip Register 34
MC35_RDBFL35    0xF00633E6          Read Data and Bit Flip Register 35
MC35_RDBFL36    0xF00633E8          Read Data and Bit Flip Register 36
MC35_RDBFL37    0xF00633EA          Read Data and Bit Flip Register 37
MC35_RDBFL38    0xF00633EC          Read Data and Bit Flip Register 38
MC35_RDBFL39    0xF00633EE          Read Data and Bit Flip Register 39
MC36_CONFIG0    0xF0063400          Configuration Register 0
MC36_CONFIG1    0xF0063402          Configuration Register 1
MC36_MCONTROL   0xF0063404          MBIST Control Register
MC36_MSTATUS    0xF0063406          Status Register
MC36_RANGE      0xF0063408          Range Register, single address mode
MC36_REVID      0xF006340C          Revision ID Register
MC36_ECCS       0xF006340E          ECC Safety Register
MC36_ECCD       0xF0063410          Memory ECC Detection Register
MC36_ETRR0      0xF0063412          Error Tracking Register 0
MC36_ETRR1      0xF0063414          Error Tracking Register 1
MC36_ETRR2      0xF0063416          Error Tracking Register 2
MC36_ETRR3      0xF0063418          Error Tracking Register 3
MC36_ETRR4      0xF006341A          Error Tracking Register 4
MC36_RDBFL0     0xF00634A0          Read Data and Bit Flip Register 0
MC36_RDBFL1     0xF00634A2          Read Data and Bit Flip Register 1
MC36_RDBFL2     0xF00634A4          Read Data and Bit Flip Register 2
MC36_RDBFL3     0xF00634A6          Read Data and Bit Flip Register 3
MC36_RDBFL4     0xF00634A8          Read Data and Bit Flip Register 4
MC36_RDBFL5     0xF00634AA          Read Data and Bit Flip Register 5
MC36_RDBFL6     0xF00634AC          Read Data and Bit Flip Register 6
MC36_RDBFL7     0xF00634AE          Read Data and Bit Flip Register 7
MC36_RDBFL8     0xF00634B0          Read Data and Bit Flip Register 8
MC36_RDBFL9     0xF00634B2          Read Data and Bit Flip Register 9
MC36_RDBFL10    0xF00634B4          Read Data and Bit Flip Register 10
MC36_RDBFL11    0xF00634B6          Read Data and Bit Flip Register 11
MC36_RDBFL12    0xF00634B8          Read Data and Bit Flip Register 12
MC36_RDBFL13    0xF00634BA          Read Data and Bit Flip Register 13
MC36_RDBFL14    0xF00634BC          Read Data and Bit Flip Register 14
MC36_RDBFL15    0xF00634BE          Read Data and Bit Flip Register 15
MC36_RDBFL16    0xF00634C0          Read Data and Bit Flip Register 16
MC36_RDBFL17    0xF00634C2          Read Data and Bit Flip Register 17
MC36_RDBFL18    0xF00634C4          Read Data and Bit Flip Register 18
MC36_RDBFL19    0xF00634C6          Read Data and Bit Flip Register 19
MC36_RDBFL20    0xF00634C8          Read Data and Bit Flip Register 20
MC36_RDBFL21    0xF00634CA          Read Data and Bit Flip Register 21
MC36_RDBFL22    0xF00634CC          Read Data and Bit Flip Register 22
MC36_RDBFL23    0xF00634CE          Read Data and Bit Flip Register 23
MC36_RDBFL24    0xF00634D0          Read Data and Bit Flip Register 24
MC36_RDBFL25    0xF00634D2          Read Data and Bit Flip Register 25
MC36_RDBFL26    0xF00634D4          Read Data and Bit Flip Register 26
MC36_RDBFL27    0xF00634D6          Read Data and Bit Flip Register 27
MC36_RDBFL28    0xF00634D8          Read Data and Bit Flip Register 28
MC36_RDBFL29    0xF00634DA          Read Data and Bit Flip Register 29
MC36_RDBFL30    0xF00634DC          Read Data and Bit Flip Register 30
MC36_RDBFL31    0xF00634DE          Read Data and Bit Flip Register 31
MC36_RDBFL32    0xF00634E0          Read Data and Bit Flip Register 32
MC36_RDBFL33    0xF00634E2          Read Data and Bit Flip Register 33
MC36_RDBFL34    0xF00634E4          Read Data and Bit Flip Register 34
MC36_RDBFL35    0xF00634E6          Read Data and Bit Flip Register 35
MC36_RDBFL36    0xF00634E8          Read Data and Bit Flip Register 36
MC36_RDBFL37    0xF00634EA          Read Data and Bit Flip Register 37
MC36_RDBFL38    0xF00634EC          Read Data and Bit Flip Register 38
MC36_RDBFL39    0xF00634EE          Read Data and Bit Flip Register 39
MC37_CONFIG0    0xF0063500          Configuration Register 0
MC37_CONFIG1    0xF0063502          Configuration Register 1
MC37_MCONTROL   0xF0063504          MBIST Control Register
MC37_MSTATUS    0xF0063506          Status Register
MC37_RANGE      0xF0063508          Range Register, single address mode
MC37_REVID      0xF006350C          Revision ID Register
MC37_ECCS       0xF006350E          ECC Safety Register
MC37_ECCD       0xF0063510          Memory ECC Detection Register
MC37_ETRR0      0xF0063512          Error Tracking Register 0
MC37_ETRR1      0xF0063514          Error Tracking Register 1
MC37_ETRR2      0xF0063516          Error Tracking Register 2
MC37_ETRR3      0xF0063518          Error Tracking Register 3
MC37_ETRR4      0xF006351A          Error Tracking Register 4
MC37_RDBFL0     0xF00635A0          Read Data and Bit Flip Register 0
MC37_RDBFL1     0xF00635A2          Read Data and Bit Flip Register 1
MC37_RDBFL2     0xF00635A4          Read Data and Bit Flip Register 2
MC37_RDBFL3     0xF00635A6          Read Data and Bit Flip Register 3
MC37_RDBFL4     0xF00635A8          Read Data and Bit Flip Register 4
MC37_RDBFL5     0xF00635AA          Read Data and Bit Flip Register 5
MC37_RDBFL6     0xF00635AC          Read Data and Bit Flip Register 6
MC37_RDBFL7     0xF00635AE          Read Data and Bit Flip Register 7
MC37_RDBFL8     0xF00635B0          Read Data and Bit Flip Register 8
MC37_RDBFL9     0xF00635B2          Read Data and Bit Flip Register 9
MC37_RDBFL10    0xF00635B4          Read Data and Bit Flip Register 10
MC37_RDBFL11    0xF00635B6          Read Data and Bit Flip Register 11
MC37_RDBFL12    0xF00635B8          Read Data and Bit Flip Register 12
MC37_RDBFL13    0xF00635BA          Read Data and Bit Flip Register 13
MC37_RDBFL14    0xF00635BC          Read Data and Bit Flip Register 14
MC37_RDBFL15    0xF00635BE          Read Data and Bit Flip Register 15
MC37_RDBFL16    0xF00635C0          Read Data and Bit Flip Register 16
MC37_RDBFL17    0xF00635C2          Read Data and Bit Flip Register 17
MC37_RDBFL18    0xF00635C4          Read Data and Bit Flip Register 18
MC37_RDBFL19    0xF00635C6          Read Data and Bit Flip Register 19
MC37_RDBFL20    0xF00635C8          Read Data and Bit Flip Register 20
MC37_RDBFL21    0xF00635CA          Read Data and Bit Flip Register 21
MC37_RDBFL22    0xF00635CC          Read Data and Bit Flip Register 22
MC37_RDBFL23    0xF00635CE          Read Data and Bit Flip Register 23
MC37_RDBFL24    0xF00635D0          Read Data and Bit Flip Register 24
MC37_RDBFL25    0xF00635D2          Read Data and Bit Flip Register 25
MC37_RDBFL26    0xF00635D4          Read Data and Bit Flip Register 26
MC37_RDBFL27    0xF00635D6          Read Data and Bit Flip Register 27
MC37_RDBFL28    0xF00635D8          Read Data and Bit Flip Register 28
MC37_RDBFL29    0xF00635DA          Read Data and Bit Flip Register 29
MC37_RDBFL30    0xF00635DC          Read Data and Bit Flip Register 30
MC37_RDBFL31    0xF00635DE          Read Data and Bit Flip Register 31
MC37_RDBFL32    0xF00635E0          Read Data and Bit Flip Register 32
MC37_RDBFL33    0xF00635E2          Read Data and Bit Flip Register 33
MC37_RDBFL34    0xF00635E4          Read Data and Bit Flip Register 34
MC37_RDBFL35    0xF00635E6          Read Data and Bit Flip Register 35
MC37_RDBFL36    0xF00635E8          Read Data and Bit Flip Register 36
MC37_RDBFL37    0xF00635EA          Read Data and Bit Flip Register 37
MC37_RDBFL38    0xF00635EC          Read Data and Bit Flip Register 38
MC37_RDBFL39    0xF00635EE          Read Data and Bit Flip Register 39
MC38_CONFIG0    0xF0063600          Configuration Register 0
MC38_CONFIG1    0xF0063602          Configuration Register 1
MC38_MCONTROL   0xF0063604          MBIST Control Register
MC38_MSTATUS    0xF0063606          Status Register
MC38_RANGE      0xF0063608          Range Register, single address mode
MC38_REVID      0xF006360C          Revision ID Register
MC38_ECCS       0xF006360E          ECC Safety Register
MC38_ECCD       0xF0063610          Memory ECC Detection Register
MC38_ETRR0      0xF0063612          Error Tracking Register 0
MC38_ETRR1      0xF0063614          Error Tracking Register 1
MC38_ETRR2      0xF0063616          Error Tracking Register 2
MC38_ETRR3      0xF0063618          Error Tracking Register 3
MC38_ETRR4      0xF006361A          Error Tracking Register 4
MC38_RDBFL0     0xF00636A0          Read Data and Bit Flip Register 0
MC38_RDBFL1     0xF00636A2          Read Data and Bit Flip Register 1
MC38_RDBFL2     0xF00636A4          Read Data and Bit Flip Register 2
MC38_RDBFL3     0xF00636A6          Read Data and Bit Flip Register 3
MC38_RDBFL4     0xF00636A8          Read Data and Bit Flip Register 4
MC38_RDBFL5     0xF00636AA          Read Data and Bit Flip Register 5
MC38_RDBFL6     0xF00636AC          Read Data and Bit Flip Register 6
MC38_RDBFL7     0xF00636AE          Read Data and Bit Flip Register 7
MC38_RDBFL8     0xF00636B0          Read Data and Bit Flip Register 8
MC38_RDBFL9     0xF00636B2          Read Data and Bit Flip Register 9
MC38_RDBFL10    0xF00636B4          Read Data and Bit Flip Register 10
MC38_RDBFL11    0xF00636B6          Read Data and Bit Flip Register 11
MC38_RDBFL12    0xF00636B8          Read Data and Bit Flip Register 12
MC38_RDBFL13    0xF00636BA          Read Data and Bit Flip Register 13
MC38_RDBFL14    0xF00636BC          Read Data and Bit Flip Register 14
MC38_RDBFL15    0xF00636BE          Read Data and Bit Flip Register 15
MC38_RDBFL16    0xF00636C0          Read Data and Bit Flip Register 16
MC38_RDBFL17    0xF00636C2          Read Data and Bit Flip Register 17
MC38_RDBFL18    0xF00636C4          Read Data and Bit Flip Register 18
MC38_RDBFL19    0xF00636C6          Read Data and Bit Flip Register 19
MC38_RDBFL20    0xF00636C8          Read Data and Bit Flip Register 20
MC38_RDBFL21    0xF00636CA          Read Data and Bit Flip Register 21
MC38_RDBFL22    0xF00636CC          Read Data and Bit Flip Register 22
MC38_RDBFL23    0xF00636CE          Read Data and Bit Flip Register 23
MC38_RDBFL24    0xF00636D0          Read Data and Bit Flip Register 24
MC38_RDBFL25    0xF00636D2          Read Data and Bit Flip Register 25
MC38_RDBFL26    0xF00636D4          Read Data and Bit Flip Register 26
MC38_RDBFL27    0xF00636D6          Read Data and Bit Flip Register 27
MC38_RDBFL28    0xF00636D8          Read Data and Bit Flip Register 28
MC38_RDBFL29    0xF00636DA          Read Data and Bit Flip Register 29
MC38_RDBFL30    0xF00636DC          Read Data and Bit Flip Register 30
MC38_RDBFL31    0xF00636DE          Read Data and Bit Flip Register 31
MC38_RDBFL32    0xF00636E0          Read Data and Bit Flip Register 32
MC38_RDBFL33    0xF00636E2          Read Data and Bit Flip Register 33
MC38_RDBFL34    0xF00636E4          Read Data and Bit Flip Register 34
MC38_RDBFL35    0xF00636E6          Read Data and Bit Flip Register 35
MC38_RDBFL36    0xF00636E8          Read Data and Bit Flip Register 36
MC38_RDBFL37    0xF00636EA          Read Data and Bit Flip Register 37
MC38_RDBFL38    0xF00636EC          Read Data and Bit Flip Register 38
MC38_RDBFL39    0xF00636EE          Read Data and Bit Flip Register 39
MC39_CONFIG0    0xF0063700          Configuration Register 0
MC39_CONFIG1    0xF0063702          Configuration Register 1
MC39_MCONTROL   0xF0063704          MBIST Control Register
MC39_MSTATUS    0xF0063706          Status Register
MC39_RANGE      0xF0063708          Range Register, single address mode
MC39_REVID      0xF006370C          Revision ID Register
MC39_ECCS       0xF006370E          ECC Safety Register
MC39_ECCD       0xF0063710          Memory ECC Detection Register
MC39_ETRR0      0xF0063712          Error Tracking Register 0
MC39_ETRR1      0xF0063714          Error Tracking Register 1
MC39_ETRR2      0xF0063716          Error Tracking Register 2
MC39_ETRR3      0xF0063718          Error Tracking Register 3
MC39_ETRR4      0xF006371A          Error Tracking Register 4
MC39_RDBFL0     0xF00637A0          Read Data and Bit Flip Register 0
MC39_RDBFL1     0xF00637A2          Read Data and Bit Flip Register 1
MC39_RDBFL2     0xF00637A4          Read Data and Bit Flip Register 2
MC39_RDBFL3     0xF00637A6          Read Data and Bit Flip Register 3
MC39_RDBFL4     0xF00637A8          Read Data and Bit Flip Register 4
MC39_RDBFL5     0xF00637AA          Read Data and Bit Flip Register 5
MC39_RDBFL6     0xF00637AC          Read Data and Bit Flip Register 6
MC39_RDBFL7     0xF00637AE          Read Data and Bit Flip Register 7
MC39_RDBFL8     0xF00637B0          Read Data and Bit Flip Register 8
MC39_RDBFL9     0xF00637B2          Read Data and Bit Flip Register 9
MC39_RDBFL10    0xF00637B4          Read Data and Bit Flip Register 10
MC39_RDBFL11    0xF00637B6          Read Data and Bit Flip Register 11
MC39_RDBFL12    0xF00637B8          Read Data and Bit Flip Register 12
MC39_RDBFL13    0xF00637BA          Read Data and Bit Flip Register 13
MC39_RDBFL14    0xF00637BC          Read Data and Bit Flip Register 14
MC39_RDBFL15    0xF00637BE          Read Data and Bit Flip Register 15
MC39_RDBFL16    0xF00637C0          Read Data and Bit Flip Register 16
MC39_RDBFL17    0xF00637C2          Read Data and Bit Flip Register 17
MC39_RDBFL18    0xF00637C4          Read Data and Bit Flip Register 18
MC39_RDBFL19    0xF00637C6          Read Data and Bit Flip Register 19
MC39_RDBFL20    0xF00637C8          Read Data and Bit Flip Register 20
MC39_RDBFL21    0xF00637CA          Read Data and Bit Flip Register 21
MC39_RDBFL22    0xF00637CC          Read Data and Bit Flip Register 22
MC39_RDBFL23    0xF00637CE          Read Data and Bit Flip Register 23
MC39_RDBFL24    0xF00637D0          Read Data and Bit Flip Register 24
MC39_RDBFL25    0xF00637D2          Read Data and Bit Flip Register 25
MC39_RDBFL26    0xF00637D4          Read Data and Bit Flip Register 26
MC39_RDBFL27    0xF00637D6          Read Data and Bit Flip Register 27
MC39_RDBFL28    0xF00637D8          Read Data and Bit Flip Register 28
MC39_RDBFL29    0xF00637DA          Read Data and Bit Flip Register 29
MC39_RDBFL30    0xF00637DC          Read Data and Bit Flip Register 30
MC39_RDBFL31    0xF00637DE          Read Data and Bit Flip Register 31
MC39_RDBFL32    0xF00637E0          Read Data and Bit Flip Register 32
MC39_RDBFL33    0xF00637E2          Read Data and Bit Flip Register 33
MC39_RDBFL34    0xF00637E4          Read Data and Bit Flip Register 34
MC39_RDBFL35    0xF00637E6          Read Data and Bit Flip Register 35
MC39_RDBFL36    0xF00637E8          Read Data and Bit Flip Register 36
MC39_RDBFL37    0xF00637EA          Read Data and Bit Flip Register 37
MC39_RDBFL38    0xF00637EC          Read Data and Bit Flip Register 38
MC39_RDBFL39    0xF00637EE          Read Data and Bit Flip Register 39
MC40_CONFIG0    0xF0063800          Configuration Register 0
MC40_CONFIG1    0xF0063802          Configuration Register 1
MC40_MCONTROL   0xF0063804          MBIST Control Register
MC40_MSTATUS    0xF0063806          Status Register
MC40_RANGE      0xF0063808          Range Register, single address mode
MC40_REVID      0xF006380C          Revision ID Register
MC40_ECCS       0xF006380E          ECC Safety Register
MC40_ECCD       0xF0063810          Memory ECC Detection Register
MC40_ETRR0      0xF0063812          Error Tracking Register 0
MC40_ETRR1      0xF0063814          Error Tracking Register 1
MC40_ETRR2      0xF0063816          Error Tracking Register 2
MC40_ETRR3      0xF0063818          Error Tracking Register 3
MC40_ETRR4      0xF006381A          Error Tracking Register 4
MC40_RDBFL0     0xF00638A0          Read Data and Bit Flip Register 0
MC40_RDBFL1     0xF00638A2          Read Data and Bit Flip Register 1
MC40_RDBFL2     0xF00638A4          Read Data and Bit Flip Register 2
MC40_RDBFL3     0xF00638A6          Read Data and Bit Flip Register 3
MC40_RDBFL4     0xF00638A8          Read Data and Bit Flip Register 4
MC40_RDBFL5     0xF00638AA          Read Data and Bit Flip Register 5
MC40_RDBFL6     0xF00638AC          Read Data and Bit Flip Register 6
MC40_RDBFL7     0xF00638AE          Read Data and Bit Flip Register 7
MC40_RDBFL8     0xF00638B0          Read Data and Bit Flip Register 8
MC40_RDBFL9     0xF00638B2          Read Data and Bit Flip Register 9
MC40_RDBFL10    0xF00638B4          Read Data and Bit Flip Register 10
MC40_RDBFL11    0xF00638B6          Read Data and Bit Flip Register 11
MC40_RDBFL12    0xF00638B8          Read Data and Bit Flip Register 12
MC40_RDBFL13    0xF00638BA          Read Data and Bit Flip Register 13
MC40_RDBFL14    0xF00638BC          Read Data and Bit Flip Register 14
MC40_RDBFL15    0xF00638BE          Read Data and Bit Flip Register 15
MC40_RDBFL16    0xF00638C0          Read Data and Bit Flip Register 16
MC40_RDBFL17    0xF00638C2          Read Data and Bit Flip Register 17
MC40_RDBFL18    0xF00638C4          Read Data and Bit Flip Register 18
MC40_RDBFL19    0xF00638C6          Read Data and Bit Flip Register 19
MC40_RDBFL20    0xF00638C8          Read Data and Bit Flip Register 20
MC40_RDBFL21    0xF00638CA          Read Data and Bit Flip Register 21
MC40_RDBFL22    0xF00638CC          Read Data and Bit Flip Register 22
MC40_RDBFL23    0xF00638CE          Read Data and Bit Flip Register 23
MC40_RDBFL24    0xF00638D0          Read Data and Bit Flip Register 24
MC40_RDBFL25    0xF00638D2          Read Data and Bit Flip Register 25
MC40_RDBFL26    0xF00638D4          Read Data and Bit Flip Register 26
MC40_RDBFL27    0xF00638D6          Read Data and Bit Flip Register 27
MC40_RDBFL28    0xF00638D8          Read Data and Bit Flip Register 28
MC40_RDBFL29    0xF00638DA          Read Data and Bit Flip Register 29
MC40_RDBFL30    0xF00638DC          Read Data and Bit Flip Register 30
MC40_RDBFL31    0xF00638DE          Read Data and Bit Flip Register 31
MC40_RDBFL32    0xF00638E0          Read Data and Bit Flip Register 32
MC40_RDBFL33    0xF00638E2          Read Data and Bit Flip Register 33
MC40_RDBFL34    0xF00638E4          Read Data and Bit Flip Register 34
MC40_RDBFL35    0xF00638E6          Read Data and Bit Flip Register 35
MC40_RDBFL36    0xF00638E8          Read Data and Bit Flip Register 36
MC40_RDBFL37    0xF00638EA          Read Data and Bit Flip Register 37
MC40_RDBFL38    0xF00638EC          Read Data and Bit Flip Register 38
MC40_RDBFL39    0xF00638EE          Read Data and Bit Flip Register 39
MC41_CONFIG0    0xF0063900          Configuration Register 0
MC41_CONFIG1    0xF0063902          Configuration Register 1
MC41_MCONTROL   0xF0063904          MBIST Control Register
MC41_MSTATUS    0xF0063906          Status Register
MC41_RANGE      0xF0063908          Range Register, single address mode
MC41_REVID      0xF006390C          Revision ID Register
MC41_ECCS       0xF006390E          ECC Safety Register
MC41_ECCD       0xF0063910          Memory ECC Detection Register
MC41_ETRR0      0xF0063912          Error Tracking Register 0
MC41_ETRR1      0xF0063914          Error Tracking Register 1
MC41_ETRR2      0xF0063916          Error Tracking Register 2
MC41_ETRR3      0xF0063918          Error Tracking Register 3
MC41_ETRR4      0xF006391A          Error Tracking Register 4
MC41_RDBFL0     0xF00639A0          Read Data and Bit Flip Register 0
MC41_RDBFL1     0xF00639A2          Read Data and Bit Flip Register 1
MC41_RDBFL2     0xF00639A4          Read Data and Bit Flip Register 2
MC41_RDBFL3     0xF00639A6          Read Data and Bit Flip Register 3
MC41_RDBFL4     0xF00639A8          Read Data and Bit Flip Register 4
MC41_RDBFL5     0xF00639AA          Read Data and Bit Flip Register 5
MC41_RDBFL6     0xF00639AC          Read Data and Bit Flip Register 6
MC41_RDBFL7     0xF00639AE          Read Data and Bit Flip Register 7
MC41_RDBFL8     0xF00639B0          Read Data and Bit Flip Register 8
MC41_RDBFL9     0xF00639B2          Read Data and Bit Flip Register 9
MC41_RDBFL10    0xF00639B4          Read Data and Bit Flip Register 10
MC41_RDBFL11    0xF00639B6          Read Data and Bit Flip Register 11
MC41_RDBFL12    0xF00639B8          Read Data and Bit Flip Register 12
MC41_RDBFL13    0xF00639BA          Read Data and Bit Flip Register 13
MC41_RDBFL14    0xF00639BC          Read Data and Bit Flip Register 14
MC41_RDBFL15    0xF00639BE          Read Data and Bit Flip Register 15
MC41_RDBFL16    0xF00639C0          Read Data and Bit Flip Register 16
MC41_RDBFL17    0xF00639C2          Read Data and Bit Flip Register 17
MC41_RDBFL18    0xF00639C4          Read Data and Bit Flip Register 18
MC41_RDBFL19    0xF00639C6          Read Data and Bit Flip Register 19
MC41_RDBFL20    0xF00639C8          Read Data and Bit Flip Register 20
MC41_RDBFL21    0xF00639CA          Read Data and Bit Flip Register 21
MC41_RDBFL22    0xF00639CC          Read Data and Bit Flip Register 22
MC41_RDBFL23    0xF00639CE          Read Data and Bit Flip Register 23
MC41_RDBFL24    0xF00639D0          Read Data and Bit Flip Register 24
MC41_RDBFL25    0xF00639D2          Read Data and Bit Flip Register 25
MC41_RDBFL26    0xF00639D4          Read Data and Bit Flip Register 26
MC41_RDBFL27    0xF00639D6          Read Data and Bit Flip Register 27
MC41_RDBFL28    0xF00639D8          Read Data and Bit Flip Register 28
MC41_RDBFL29    0xF00639DA          Read Data and Bit Flip Register 29
MC41_RDBFL30    0xF00639DC          Read Data and Bit Flip Register 30
MC41_RDBFL31    0xF00639DE          Read Data and Bit Flip Register 31
MC41_RDBFL32    0xF00639E0          Read Data and Bit Flip Register 32
MC41_RDBFL33    0xF00639E2          Read Data and Bit Flip Register 33
MC41_RDBFL34    0xF00639E4          Read Data and Bit Flip Register 34
MC41_RDBFL35    0xF00639E6          Read Data and Bit Flip Register 35
MC41_RDBFL36    0xF00639E8          Read Data and Bit Flip Register 36
MC41_RDBFL37    0xF00639EA          Read Data and Bit Flip Register 37
MC41_RDBFL38    0xF00639EC          Read Data and Bit Flip Register 38
MC41_RDBFL39    0xF00639EE          Read Data and Bit Flip Register 39
MC42_CONFIG0    0xF0063A00          Configuration Register 0
MC42_CONFIG1    0xF0063A02          Configuration Register 1
MC42_MCONTROL   0xF0063A04          MBIST Control Register
MC42_MSTATUS    0xF0063A06          Status Register
MC42_RANGE      0xF0063A08          Range Register, single address mode
MC42_REVID      0xF0063A0C          Revision ID Register
MC42_ECCS       0xF0063A0E          ECC Safety Register
MC42_ECCD       0xF0063A10          Memory ECC Detection Register
MC42_ETRR0      0xF0063A12          Error Tracking Register 0
MC42_ETRR1      0xF0063A14          Error Tracking Register 1
MC42_ETRR2      0xF0063A16          Error Tracking Register 2
MC42_ETRR3      0xF0063A18          Error Tracking Register 3
MC42_ETRR4      0xF0063A1A          Error Tracking Register 4
MC42_RDBFL0     0xF0063AA0          Read Data and Bit Flip Register 0
MC42_RDBFL1     0xF0063AA2          Read Data and Bit Flip Register 1
MC42_RDBFL2     0xF0063AA4          Read Data and Bit Flip Register 2
MC42_RDBFL3     0xF0063AA6          Read Data and Bit Flip Register 3
MC42_RDBFL4     0xF0063AA8          Read Data and Bit Flip Register 4
MC42_RDBFL5     0xF0063AAA          Read Data and Bit Flip Register 5
MC42_RDBFL6     0xF0063AAC          Read Data and Bit Flip Register 6
MC42_RDBFL7     0xF0063AAE          Read Data and Bit Flip Register 7
MC42_RDBFL8     0xF0063AB0          Read Data and Bit Flip Register 8
MC42_RDBFL9     0xF0063AB2          Read Data and Bit Flip Register 9
MC42_RDBFL10    0xF0063AB4          Read Data and Bit Flip Register 10
MC42_RDBFL11    0xF0063AB6          Read Data and Bit Flip Register 11
MC42_RDBFL12    0xF0063AB8          Read Data and Bit Flip Register 12
MC42_RDBFL13    0xF0063ABA          Read Data and Bit Flip Register 13
MC42_RDBFL14    0xF0063ABC          Read Data and Bit Flip Register 14
MC42_RDBFL15    0xF0063ABE          Read Data and Bit Flip Register 15
MC42_RDBFL16    0xF0063AC0          Read Data and Bit Flip Register 16
MC42_RDBFL17    0xF0063AC2          Read Data and Bit Flip Register 17
MC42_RDBFL18    0xF0063AC4          Read Data and Bit Flip Register 18
MC42_RDBFL19    0xF0063AC6          Read Data and Bit Flip Register 19
MC42_RDBFL20    0xF0063AC8          Read Data and Bit Flip Register 20
MC42_RDBFL21    0xF0063ACA          Read Data and Bit Flip Register 21
MC42_RDBFL22    0xF0063ACC          Read Data and Bit Flip Register 22
MC42_RDBFL23    0xF0063ACE          Read Data and Bit Flip Register 23
MC42_RDBFL24    0xF0063AD0          Read Data and Bit Flip Register 24
MC42_RDBFL25    0xF0063AD2          Read Data and Bit Flip Register 25
MC42_RDBFL26    0xF0063AD4          Read Data and Bit Flip Register 26
MC42_RDBFL27    0xF0063AD6          Read Data and Bit Flip Register 27
MC42_RDBFL28    0xF0063AD8          Read Data and Bit Flip Register 28
MC42_RDBFL29    0xF0063ADA          Read Data and Bit Flip Register 29
MC42_RDBFL30    0xF0063ADC          Read Data and Bit Flip Register 30
MC42_RDBFL31    0xF0063ADE          Read Data and Bit Flip Register 31
MC42_RDBFL32    0xF0063AE0          Read Data and Bit Flip Register 32
MC42_RDBFL33    0xF0063AE2          Read Data and Bit Flip Register 33
MC42_RDBFL34    0xF0063AE4          Read Data and Bit Flip Register 34
MC42_RDBFL35    0xF0063AE6          Read Data and Bit Flip Register 35
MC42_RDBFL36    0xF0063AE8          Read Data and Bit Flip Register 36
MC42_RDBFL37    0xF0063AEA          Read Data and Bit Flip Register 37
MC42_RDBFL38    0xF0063AEC          Read Data and Bit Flip Register 38
MC42_RDBFL39    0xF0063AEE          Read Data and Bit Flip Register 39
MC43_CONFIG0    0xF0063B00          Configuration Register 0
MC43_CONFIG1    0xF0063B02          Configuration Register 1
MC43_MCONTROL   0xF0063B04          MBIST Control Register
MC43_MSTATUS    0xF0063B06          Status Register
MC43_RANGE      0xF0063B08          Range Register, single address mode
MC43_REVID      0xF0063B0C          Revision ID Register
MC43_ECCS       0xF0063B0E          ECC Safety Register
MC43_ECCD       0xF0063B10          Memory ECC Detection Register
MC43_ETRR0      0xF0063B12          Error Tracking Register 0
MC43_ETRR1      0xF0063B14          Error Tracking Register 1
MC43_ETRR2      0xF0063B16          Error Tracking Register 2
MC43_ETRR3      0xF0063B18          Error Tracking Register 3
MC43_ETRR4      0xF0063B1A          Error Tracking Register 4
MC43_RDBFL0     0xF0063BA0          Read Data and Bit Flip Register 0
MC43_RDBFL1     0xF0063BA2          Read Data and Bit Flip Register 1
MC43_RDBFL2     0xF0063BA4          Read Data and Bit Flip Register 2
MC43_RDBFL3     0xF0063BA6          Read Data and Bit Flip Register 3
MC43_RDBFL4     0xF0063BA8          Read Data and Bit Flip Register 4
MC43_RDBFL5     0xF0063BAA          Read Data and Bit Flip Register 5
MC43_RDBFL6     0xF0063BAC          Read Data and Bit Flip Register 6
MC43_RDBFL7     0xF0063BAE          Read Data and Bit Flip Register 7
MC43_RDBFL8     0xF0063BB0          Read Data and Bit Flip Register 8
MC43_RDBFL9     0xF0063BB2          Read Data and Bit Flip Register 9
MC43_RDBFL10    0xF0063BB4          Read Data and Bit Flip Register 10
MC43_RDBFL11    0xF0063BB6          Read Data and Bit Flip Register 11
MC43_RDBFL12    0xF0063BB8          Read Data and Bit Flip Register 12
MC43_RDBFL13    0xF0063BBA          Read Data and Bit Flip Register 13
MC43_RDBFL14    0xF0063BBC          Read Data and Bit Flip Register 14
MC43_RDBFL15    0xF0063BBE          Read Data and Bit Flip Register 15
MC43_RDBFL16    0xF0063BC0          Read Data and Bit Flip Register 16
MC43_RDBFL17    0xF0063BC2          Read Data and Bit Flip Register 17
MC43_RDBFL18    0xF0063BC4          Read Data and Bit Flip Register 18
MC43_RDBFL19    0xF0063BC6          Read Data and Bit Flip Register 19
MC43_RDBFL20    0xF0063BC8          Read Data and Bit Flip Register 20
MC43_RDBFL21    0xF0063BCA          Read Data and Bit Flip Register 21
MC43_RDBFL22    0xF0063BCC          Read Data and Bit Flip Register 22
MC43_RDBFL23    0xF0063BCE          Read Data and Bit Flip Register 23
MC43_RDBFL24    0xF0063BD0          Read Data and Bit Flip Register 24
MC43_RDBFL25    0xF0063BD2          Read Data and Bit Flip Register 25
MC43_RDBFL26    0xF0063BD4          Read Data and Bit Flip Register 26
MC43_RDBFL27    0xF0063BD6          Read Data and Bit Flip Register 27
MC43_RDBFL28    0xF0063BD8          Read Data and Bit Flip Register 28
MC43_RDBFL29    0xF0063BDA          Read Data and Bit Flip Register 29
MC43_RDBFL30    0xF0063BDC          Read Data and Bit Flip Register 30
MC43_RDBFL31    0xF0063BDE          Read Data and Bit Flip Register 31
MC43_RDBFL32    0xF0063BE0          Read Data and Bit Flip Register 32
MC43_RDBFL33    0xF0063BE2          Read Data and Bit Flip Register 33
MC43_RDBFL34    0xF0063BE4          Read Data and Bit Flip Register 34
MC43_RDBFL35    0xF0063BE6          Read Data and Bit Flip Register 35
MC43_RDBFL36    0xF0063BE8          Read Data and Bit Flip Register 36
MC43_RDBFL37    0xF0063BEA          Read Data and Bit Flip Register 37
MC43_RDBFL38    0xF0063BEC          Read Data and Bit Flip Register 38
MC43_RDBFL39    0xF0063BEE          Read Data and Bit Flip Register 39
MC44_CONFIG0    0xF0063C00          Configuration Register 0
MC44_CONFIG1    0xF0063C02          Configuration Register 1
MC44_MCONTROL   0xF0063C04          MBIST Control Register
MC44_MSTATUS    0xF0063C06          Status Register
MC44_RANGE      0xF0063C08          Range Register, single address mode
MC44_REVID      0xF0063C0C          Revision ID Register
MC44_ECCS       0xF0063C0E          ECC Safety Register
MC44_ECCD       0xF0063C10          Memory ECC Detection Register
MC44_ETRR0      0xF0063C12          Error Tracking Register 0
MC44_ETRR1      0xF0063C14          Error Tracking Register 1
MC44_ETRR2      0xF0063C16          Error Tracking Register 2
MC44_ETRR3      0xF0063C18          Error Tracking Register 3
MC44_ETRR4      0xF0063C1A          Error Tracking Register 4
MC44_RDBFL0     0xF0063CA0          Read Data and Bit Flip Register 0
MC44_RDBFL1     0xF0063CA2          Read Data and Bit Flip Register 1
MC44_RDBFL2     0xF0063CA4          Read Data and Bit Flip Register 2
MC44_RDBFL3     0xF0063CA6          Read Data and Bit Flip Register 3
MC44_RDBFL4     0xF0063CA8          Read Data and Bit Flip Register 4
MC44_RDBFL5     0xF0063CAA          Read Data and Bit Flip Register 5
MC44_RDBFL6     0xF0063CAC          Read Data and Bit Flip Register 6
MC44_RDBFL7     0xF0063CAE          Read Data and Bit Flip Register 7
MC44_RDBFL8     0xF0063CB0          Read Data and Bit Flip Register 8
MC44_RDBFL9     0xF0063CB2          Read Data and Bit Flip Register 9
MC44_RDBFL10    0xF0063CB4          Read Data and Bit Flip Register 10
MC44_RDBFL11    0xF0063CB6          Read Data and Bit Flip Register 11
MC44_RDBFL12    0xF0063CB8          Read Data and Bit Flip Register 12
MC44_RDBFL13    0xF0063CBA          Read Data and Bit Flip Register 13
MC44_RDBFL14    0xF0063CBC          Read Data and Bit Flip Register 14
MC44_RDBFL15    0xF0063CBE          Read Data and Bit Flip Register 15
MC44_RDBFL16    0xF0063CC0          Read Data and Bit Flip Register 16
MC44_RDBFL17    0xF0063CC2          Read Data and Bit Flip Register 17
MC44_RDBFL18    0xF0063CC4          Read Data and Bit Flip Register 18
MC44_RDBFL19    0xF0063CC6          Read Data and Bit Flip Register 19
MC44_RDBFL20    0xF0063CC8          Read Data and Bit Flip Register 20
MC44_RDBFL21    0xF0063CCA          Read Data and Bit Flip Register 21
MC44_RDBFL22    0xF0063CCC          Read Data and Bit Flip Register 22
MC44_RDBFL23    0xF0063CCE          Read Data and Bit Flip Register 23
MC44_RDBFL24    0xF0063CD0          Read Data and Bit Flip Register 24
MC44_RDBFL25    0xF0063CD2          Read Data and Bit Flip Register 25
MC44_RDBFL26    0xF0063CD4          Read Data and Bit Flip Register 26
MC44_RDBFL27    0xF0063CD6          Read Data and Bit Flip Register 27
MC44_RDBFL28    0xF0063CD8          Read Data and Bit Flip Register 28
MC44_RDBFL29    0xF0063CDA          Read Data and Bit Flip Register 29
MC44_RDBFL30    0xF0063CDC          Read Data and Bit Flip Register 30
MC44_RDBFL31    0xF0063CDE          Read Data and Bit Flip Register 31
MC44_RDBFL32    0xF0063CE0          Read Data and Bit Flip Register 32
MC44_RDBFL33    0xF0063CE2          Read Data and Bit Flip Register 33
MC44_RDBFL34    0xF0063CE4          Read Data and Bit Flip Register 34
MC44_RDBFL35    0xF0063CE6          Read Data and Bit Flip Register 35
MC44_RDBFL36    0xF0063CE8          Read Data and Bit Flip Register 36
MC44_RDBFL37    0xF0063CEA          Read Data and Bit Flip Register 37
MC44_RDBFL38    0xF0063CEC          Read Data and Bit Flip Register 38
MC44_RDBFL39    0xF0063CEE          Read Data and Bit Flip Register 39
MC45_CONFIG0    0xF0063D00          Configuration Register 0
MC45_CONFIG1    0xF0063D02          Configuration Register 1
MC45_MCONTROL   0xF0063D04          MBIST Control Register
MC45_MSTATUS    0xF0063D06          Status Register
MC45_RANGE      0xF0063D08          Range Register, single address mode
MC45_REVID      0xF0063D0C          Revision ID Register
MC45_ECCS       0xF0063D0E          ECC Safety Register
MC45_ECCD       0xF0063D10          Memory ECC Detection Register
MC45_ETRR0      0xF0063D12          Error Tracking Register 0
MC45_ETRR1      0xF0063D14          Error Tracking Register 1
MC45_ETRR2      0xF0063D16          Error Tracking Register 2
MC45_ETRR3      0xF0063D18          Error Tracking Register 3
MC45_ETRR4      0xF0063D1A          Error Tracking Register 4
MC45_RDBFL0     0xF0063DA0          Read Data and Bit Flip Register 0
MC45_RDBFL1     0xF0063DA2          Read Data and Bit Flip Register 1
MC45_RDBFL2     0xF0063DA4          Read Data and Bit Flip Register 2
MC45_RDBFL3     0xF0063DA6          Read Data and Bit Flip Register 3
MC45_RDBFL4     0xF0063DA8          Read Data and Bit Flip Register 4
MC45_RDBFL5     0xF0063DAA          Read Data and Bit Flip Register 5
MC45_RDBFL6     0xF0063DAC          Read Data and Bit Flip Register 6
MC45_RDBFL7     0xF0063DAE          Read Data and Bit Flip Register 7
MC45_RDBFL8     0xF0063DB0          Read Data and Bit Flip Register 8
MC45_RDBFL9     0xF0063DB2          Read Data and Bit Flip Register 9
MC45_RDBFL10    0xF0063DB4          Read Data and Bit Flip Register 10
MC45_RDBFL11    0xF0063DB6          Read Data and Bit Flip Register 11
MC45_RDBFL12    0xF0063DB8          Read Data and Bit Flip Register 12
MC45_RDBFL13    0xF0063DBA          Read Data and Bit Flip Register 13
MC45_RDBFL14    0xF0063DBC          Read Data and Bit Flip Register 14
MC45_RDBFL15    0xF0063DBE          Read Data and Bit Flip Register 15
MC45_RDBFL16    0xF0063DC0          Read Data and Bit Flip Register 16
MC45_RDBFL17    0xF0063DC2          Read Data and Bit Flip Register 17
MC45_RDBFL18    0xF0063DC4          Read Data and Bit Flip Register 18
MC45_RDBFL19    0xF0063DC6          Read Data and Bit Flip Register 19
MC45_RDBFL20    0xF0063DC8          Read Data and Bit Flip Register 20
MC45_RDBFL21    0xF0063DCA          Read Data and Bit Flip Register 21
MC45_RDBFL22    0xF0063DCC          Read Data and Bit Flip Register 22
MC45_RDBFL23    0xF0063DCE          Read Data and Bit Flip Register 23
MC45_RDBFL24    0xF0063DD0          Read Data and Bit Flip Register 24
MC45_RDBFL25    0xF0063DD2          Read Data and Bit Flip Register 25
MC45_RDBFL26    0xF0063DD4          Read Data and Bit Flip Register 26
MC45_RDBFL27    0xF0063DD6          Read Data and Bit Flip Register 27
MC45_RDBFL28    0xF0063DD8          Read Data and Bit Flip Register 28
MC45_RDBFL29    0xF0063DDA          Read Data and Bit Flip Register 29
MC45_RDBFL30    0xF0063DDC          Read Data and Bit Flip Register 30
MC45_RDBFL31    0xF0063DDE          Read Data and Bit Flip Register 31
MC45_RDBFL32    0xF0063DE0          Read Data and Bit Flip Register 32
MC45_RDBFL33    0xF0063DE2          Read Data and Bit Flip Register 33
MC45_RDBFL34    0xF0063DE4          Read Data and Bit Flip Register 34
MC45_RDBFL35    0xF0063DE6          Read Data and Bit Flip Register 35
MC45_RDBFL36    0xF0063DE8          Read Data and Bit Flip Register 36
MC45_RDBFL37    0xF0063DEA          Read Data and Bit Flip Register 37
MC45_RDBFL38    0xF0063DEC          Read Data and Bit Flip Register 38
MC45_RDBFL39    0xF0063DEE          Read Data and Bit Flip Register 39
MC46_CONFIG0    0xF0063E00          Configuration Register 0
MC46_CONFIG1    0xF0063E02          Configuration Register 1
MC46_MCONTROL   0xF0063E04          MBIST Control Register
MC46_MSTATUS    0xF0063E06          Status Register
MC46_RANGE      0xF0063E08          Range Register, single address mode
MC46_REVID      0xF0063E0C          Revision ID Register
MC46_ECCS       0xF0063E0E          ECC Safety Register
MC46_ECCD       0xF0063E10          Memory ECC Detection Register
MC46_ETRR0      0xF0063E12          Error Tracking Register 0
MC46_ETRR1      0xF0063E14          Error Tracking Register 1
MC46_ETRR2      0xF0063E16          Error Tracking Register 2
MC46_ETRR3      0xF0063E18          Error Tracking Register 3
MC46_ETRR4      0xF0063E1A          Error Tracking Register 4
MC46_RDBFL0     0xF0063EA0          Read Data and Bit Flip Register 0
MC46_RDBFL1     0xF0063EA2          Read Data and Bit Flip Register 1
MC46_RDBFL2     0xF0063EA4          Read Data and Bit Flip Register 2
MC46_RDBFL3     0xF0063EA6          Read Data and Bit Flip Register 3
MC46_RDBFL4     0xF0063EA8          Read Data and Bit Flip Register 4
MC46_RDBFL5     0xF0063EAA          Read Data and Bit Flip Register 5
MC46_RDBFL6     0xF0063EAC          Read Data and Bit Flip Register 6
MC46_RDBFL7     0xF0063EAE          Read Data and Bit Flip Register 7
MC46_RDBFL8     0xF0063EB0          Read Data and Bit Flip Register 8
MC46_RDBFL9     0xF0063EB2          Read Data and Bit Flip Register 9
MC46_RDBFL10    0xF0063EB4          Read Data and Bit Flip Register 10
MC46_RDBFL11    0xF0063EB6          Read Data and Bit Flip Register 11
MC46_RDBFL12    0xF0063EB8          Read Data and Bit Flip Register 12
MC46_RDBFL13    0xF0063EBA          Read Data and Bit Flip Register 13
MC46_RDBFL14    0xF0063EBC          Read Data and Bit Flip Register 14
MC46_RDBFL15    0xF0063EBE          Read Data and Bit Flip Register 15
MC46_RDBFL16    0xF0063EC0          Read Data and Bit Flip Register 16
MC46_RDBFL17    0xF0063EC2          Read Data and Bit Flip Register 17
MC46_RDBFL18    0xF0063EC4          Read Data and Bit Flip Register 18
MC46_RDBFL19    0xF0063EC6          Read Data and Bit Flip Register 19
MC46_RDBFL20    0xF0063EC8          Read Data and Bit Flip Register 20
MC46_RDBFL21    0xF0063ECA          Read Data and Bit Flip Register 21
MC46_RDBFL22    0xF0063ECC          Read Data and Bit Flip Register 22
MC46_RDBFL23    0xF0063ECE          Read Data and Bit Flip Register 23
MC46_RDBFL24    0xF0063ED0          Read Data and Bit Flip Register 24
MC46_RDBFL25    0xF0063ED2          Read Data and Bit Flip Register 25
MC46_RDBFL26    0xF0063ED4          Read Data and Bit Flip Register 26
MC46_RDBFL27    0xF0063ED6          Read Data and Bit Flip Register 27
MC46_RDBFL28    0xF0063ED8          Read Data and Bit Flip Register 28
MC46_RDBFL29    0xF0063EDA          Read Data and Bit Flip Register 29
MC46_RDBFL30    0xF0063EDC          Read Data and Bit Flip Register 30
MC46_RDBFL31    0xF0063EDE          Read Data and Bit Flip Register 31
MC46_RDBFL32    0xF0063EE0          Read Data and Bit Flip Register 32
MC46_RDBFL33    0xF0063EE2          Read Data and Bit Flip Register 33
MC46_RDBFL34    0xF0063EE4          Read Data and Bit Flip Register 34
MC46_RDBFL35    0xF0063EE6          Read Data and Bit Flip Register 35
MC46_RDBFL36    0xF0063EE8          Read Data and Bit Flip Register 36
MC46_RDBFL37    0xF0063EEA          Read Data and Bit Flip Register 37
MC46_RDBFL38    0xF0063EEC          Read Data and Bit Flip Register 38
MC46_RDBFL39    0xF0063EEE          Read Data and Bit Flip Register 39
MC47_CONFIG0    0xF0063F00          Configuration Register 0
MC47_CONFIG1    0xF0063F02          Configuration Register 1
MC47_MCONTROL   0xF0063F04          MBIST Control Register
MC47_MSTATUS    0xF0063F06          Status Register
MC47_RANGE      0xF0063F08          Range Register, single address mode
MC47_REVID      0xF0063F0C          Revision ID Register
MC47_ECCS       0xF0063F0E          ECC Safety Register
MC47_ECCD       0xF0063F10          Memory ECC Detection Register
MC47_ETRR0      0xF0063F12          Error Tracking Register 0
MC47_ETRR1      0xF0063F14          Error Tracking Register 1
MC47_ETRR2      0xF0063F16          Error Tracking Register 2
MC47_ETRR3      0xF0063F18          Error Tracking Register 3
MC47_ETRR4      0xF0063F1A          Error Tracking Register 4
MC47_RDBFL0     0xF0063FA0          Read Data and Bit Flip Register 0
MC47_RDBFL1     0xF0063FA2          Read Data and Bit Flip Register 1
MC47_RDBFL2     0xF0063FA4          Read Data and Bit Flip Register 2
MC47_RDBFL3     0xF0063FA6          Read Data and Bit Flip Register 3
MC47_RDBFL4     0xF0063FA8          Read Data and Bit Flip Register 4
MC47_RDBFL5     0xF0063FAA          Read Data and Bit Flip Register 5
MC47_RDBFL6     0xF0063FAC          Read Data and Bit Flip Register 6
MC47_RDBFL7     0xF0063FAE          Read Data and Bit Flip Register 7
MC47_RDBFL8     0xF0063FB0          Read Data and Bit Flip Register 8
MC47_RDBFL9     0xF0063FB2          Read Data and Bit Flip Register 9
MC47_RDBFL10    0xF0063FB4          Read Data and Bit Flip Register 10
MC47_RDBFL11    0xF0063FB6          Read Data and Bit Flip Register 11
MC47_RDBFL12    0xF0063FB8          Read Data and Bit Flip Register 12
MC47_RDBFL13    0xF0063FBA          Read Data and Bit Flip Register 13
MC47_RDBFL14    0xF0063FBC          Read Data and Bit Flip Register 14
MC47_RDBFL15    0xF0063FBE          Read Data and Bit Flip Register 15
MC47_RDBFL16    0xF0063FC0          Read Data and Bit Flip Register 16
MC47_RDBFL17    0xF0063FC2          Read Data and Bit Flip Register 17
MC47_RDBFL18    0xF0063FC4          Read Data and Bit Flip Register 18
MC47_RDBFL19    0xF0063FC6          Read Data and Bit Flip Register 19
MC47_RDBFL20    0xF0063FC8          Read Data and Bit Flip Register 20
MC47_RDBFL21    0xF0063FCA          Read Data and Bit Flip Register 21
MC47_RDBFL22    0xF0063FCC          Read Data and Bit Flip Register 22
MC47_RDBFL23    0xF0063FCE          Read Data and Bit Flip Register 23
MC47_RDBFL24    0xF0063FD0          Read Data and Bit Flip Register 24
MC47_RDBFL25    0xF0063FD2          Read Data and Bit Flip Register 25
MC47_RDBFL26    0xF0063FD4          Read Data and Bit Flip Register 26
MC47_RDBFL27    0xF0063FD6          Read Data and Bit Flip Register 27
MC47_RDBFL28    0xF0063FD8          Read Data and Bit Flip Register 28
MC47_RDBFL29    0xF0063FDA          Read Data and Bit Flip Register 29
MC47_RDBFL30    0xF0063FDC          Read Data and Bit Flip Register 30
MC47_RDBFL31    0xF0063FDE          Read Data and Bit Flip Register 31
MC47_RDBFL32    0xF0063FE0          Read Data and Bit Flip Register 32
MC47_RDBFL33    0xF0063FE2          Read Data and Bit Flip Register 33
MC47_RDBFL34    0xF0063FE4          Read Data and Bit Flip Register 34
MC47_RDBFL35    0xF0063FE6          Read Data and Bit Flip Register 35
MC47_RDBFL36    0xF0063FE8          Read Data and Bit Flip Register 36
MC47_RDBFL37    0xF0063FEA          Read Data and Bit Flip Register 37
MC47_RDBFL38    0xF0063FEC          Read Data and Bit Flip Register 38
MC47_RDBFL39    0xF0063FEE          Read Data and Bit Flip Register 39
MC48_CONFIG0    0xF0064000          Configuration Register 0
MC48_CONFIG1    0xF0064002          Configuration Register 1
MC48_MCONTROL   0xF0064004          MBIST Control Register
MC48_MSTATUS    0xF0064006          Status Register
MC48_RANGE      0xF0064008          Range Register, single address mode
MC48_REVID      0xF006400C          Revision ID Register
MC48_ECCS       0xF006400E          ECC Safety Register
MC48_ECCD       0xF0064010          Memory ECC Detection Register
MC48_ETRR0      0xF0064012          Error Tracking Register 0
MC48_ETRR1      0xF0064014          Error Tracking Register 1
MC48_ETRR2      0xF0064016          Error Tracking Register 2
MC48_ETRR3      0xF0064018          Error Tracking Register 3
MC48_ETRR4      0xF006401A          Error Tracking Register 4
MC48_RDBFL0     0xF00640A0          Read Data and Bit Flip Register 0
MC48_RDBFL1     0xF00640A2          Read Data and Bit Flip Register 1
MC48_RDBFL2     0xF00640A4          Read Data and Bit Flip Register 2
MC48_RDBFL3     0xF00640A6          Read Data and Bit Flip Register 3
MC48_RDBFL4     0xF00640A8          Read Data and Bit Flip Register 4
MC48_RDBFL5     0xF00640AA          Read Data and Bit Flip Register 5
MC48_RDBFL6     0xF00640AC          Read Data and Bit Flip Register 6
MC48_RDBFL7     0xF00640AE          Read Data and Bit Flip Register 7
MC48_RDBFL8     0xF00640B0          Read Data and Bit Flip Register 8
MC48_RDBFL9     0xF00640B2          Read Data and Bit Flip Register 9
MC48_RDBFL10    0xF00640B4          Read Data and Bit Flip Register 10
MC48_RDBFL11    0xF00640B6          Read Data and Bit Flip Register 11
MC48_RDBFL12    0xF00640B8          Read Data and Bit Flip Register 12
MC48_RDBFL13    0xF00640BA          Read Data and Bit Flip Register 13
MC48_RDBFL14    0xF00640BC          Read Data and Bit Flip Register 14
MC48_RDBFL15    0xF00640BE          Read Data and Bit Flip Register 15
MC48_RDBFL16    0xF00640C0          Read Data and Bit Flip Register 16
MC48_RDBFL17    0xF00640C2          Read Data and Bit Flip Register 17
MC48_RDBFL18    0xF00640C4          Read Data and Bit Flip Register 18
MC48_RDBFL19    0xF00640C6          Read Data and Bit Flip Register 19
MC48_RDBFL20    0xF00640C8          Read Data and Bit Flip Register 20
MC48_RDBFL21    0xF00640CA          Read Data and Bit Flip Register 21
MC48_RDBFL22    0xF00640CC          Read Data and Bit Flip Register 22
MC48_RDBFL23    0xF00640CE          Read Data and Bit Flip Register 23
MC48_RDBFL24    0xF00640D0          Read Data and Bit Flip Register 24
MC48_RDBFL25    0xF00640D2          Read Data and Bit Flip Register 25
MC48_RDBFL26    0xF00640D4          Read Data and Bit Flip Register 26
MC48_RDBFL27    0xF00640D6          Read Data and Bit Flip Register 27
MC48_RDBFL28    0xF00640D8          Read Data and Bit Flip Register 28
MC48_RDBFL29    0xF00640DA          Read Data and Bit Flip Register 29
MC48_RDBFL30    0xF00640DC          Read Data and Bit Flip Register 30
MC48_RDBFL31    0xF00640DE          Read Data and Bit Flip Register 31
MC48_RDBFL32    0xF00640E0          Read Data and Bit Flip Register 32
MC48_RDBFL33    0xF00640E2          Read Data and Bit Flip Register 33
MC48_RDBFL34    0xF00640E4          Read Data and Bit Flip Register 34
MC48_RDBFL35    0xF00640E6          Read Data and Bit Flip Register 35
MC48_RDBFL36    0xF00640E8          Read Data and Bit Flip Register 36
MC48_RDBFL37    0xF00640EA          Read Data and Bit Flip Register 37
MC48_RDBFL38    0xF00640EC          Read Data and Bit Flip Register 38
MC48_RDBFL39    0xF00640EE          Read Data and Bit Flip Register 39
MC49_CONFIG0    0xF0064100          Configuration Register 0
MC49_CONFIG1    0xF0064102          Configuration Register 1
MC49_MCONTROL   0xF0064104          MBIST Control Register
MC49_MSTATUS    0xF0064106          Status Register
MC49_RANGE      0xF0064108          Range Register, single address mode
MC49_REVID      0xF006410C          Revision ID Register
MC49_ECCS       0xF006410E          ECC Safety Register
MC49_ECCD       0xF0064110          Memory ECC Detection Register
MC49_ETRR0      0xF0064112          Error Tracking Register 0
MC49_ETRR1      0xF0064114          Error Tracking Register 1
MC49_ETRR2      0xF0064116          Error Tracking Register 2
MC49_ETRR3      0xF0064118          Error Tracking Register 3
MC49_ETRR4      0xF006411A          Error Tracking Register 4
MC49_RDBFL0     0xF00641A0          Read Data and Bit Flip Register 0
MC49_RDBFL1     0xF00641A2          Read Data and Bit Flip Register 1
MC49_RDBFL2     0xF00641A4          Read Data and Bit Flip Register 2
MC49_RDBFL3     0xF00641A6          Read Data and Bit Flip Register 3
MC49_RDBFL4     0xF00641A8          Read Data and Bit Flip Register 4
MC49_RDBFL5     0xF00641AA          Read Data and Bit Flip Register 5
MC49_RDBFL6     0xF00641AC          Read Data and Bit Flip Register 6
MC49_RDBFL7     0xF00641AE          Read Data and Bit Flip Register 7
MC49_RDBFL8     0xF00641B0          Read Data and Bit Flip Register 8
MC49_RDBFL9     0xF00641B2          Read Data and Bit Flip Register 9
MC49_RDBFL10    0xF00641B4          Read Data and Bit Flip Register 10
MC49_RDBFL11    0xF00641B6          Read Data and Bit Flip Register 11
MC49_RDBFL12    0xF00641B8          Read Data and Bit Flip Register 12
MC49_RDBFL13    0xF00641BA          Read Data and Bit Flip Register 13
MC49_RDBFL14    0xF00641BC          Read Data and Bit Flip Register 14
MC49_RDBFL15    0xF00641BE          Read Data and Bit Flip Register 15
MC49_RDBFL16    0xF00641C0          Read Data and Bit Flip Register 16
MC49_RDBFL17    0xF00641C2          Read Data and Bit Flip Register 17
MC49_RDBFL18    0xF00641C4          Read Data and Bit Flip Register 18
MC49_RDBFL19    0xF00641C6          Read Data and Bit Flip Register 19
MC49_RDBFL20    0xF00641C8          Read Data and Bit Flip Register 20
MC49_RDBFL21    0xF00641CA          Read Data and Bit Flip Register 21
MC49_RDBFL22    0xF00641CC          Read Data and Bit Flip Register 22
MC49_RDBFL23    0xF00641CE          Read Data and Bit Flip Register 23
MC49_RDBFL24    0xF00641D0          Read Data and Bit Flip Register 24
MC49_RDBFL25    0xF00641D2          Read Data and Bit Flip Register 25
MC49_RDBFL26    0xF00641D4          Read Data and Bit Flip Register 26
MC49_RDBFL27    0xF00641D6          Read Data and Bit Flip Register 27
MC49_RDBFL28    0xF00641D8          Read Data and Bit Flip Register 28
MC49_RDBFL29    0xF00641DA          Read Data and Bit Flip Register 29
MC49_RDBFL30    0xF00641DC          Read Data and Bit Flip Register 30
MC49_RDBFL31    0xF00641DE          Read Data and Bit Flip Register 31
MC49_RDBFL32    0xF00641E0          Read Data and Bit Flip Register 32
MC49_RDBFL33    0xF00641E2          Read Data and Bit Flip Register 33
MC49_RDBFL34    0xF00641E4          Read Data and Bit Flip Register 34
MC49_RDBFL35    0xF00641E6          Read Data and Bit Flip Register 35
MC49_RDBFL36    0xF00641E8          Read Data and Bit Flip Register 36
MC49_RDBFL37    0xF00641EA          Read Data and Bit Flip Register 37
MC49_RDBFL38    0xF00641EC          Read Data and Bit Flip Register 38
MC49_RDBFL39    0xF00641EE          Read Data and Bit Flip Register 39
MC50_CONFIG0    0xF0064200          Configuration Register 0
MC50_CONFIG1    0xF0064202          Configuration Register 1
MC50_MCONTROL   0xF0064204          MBIST Control Register
MC50_MSTATUS    0xF0064206          Status Register
MC50_RANGE      0xF0064208          Range Register, single address mode
MC50_REVID      0xF006420C          Revision ID Register
MC50_ECCS       0xF006420E          ECC Safety Register
MC50_ECCD       0xF0064210          Memory ECC Detection Register
MC50_ETRR0      0xF0064212          Error Tracking Register 0
MC50_ETRR1      0xF0064214          Error Tracking Register 1
MC50_ETRR2      0xF0064216          Error Tracking Register 2
MC50_ETRR3      0xF0064218          Error Tracking Register 3
MC50_ETRR4      0xF006421A          Error Tracking Register 4
MC50_RDBFL0     0xF00642A0          Read Data and Bit Flip Register 0
MC50_RDBFL1     0xF00642A2          Read Data and Bit Flip Register 1
MC50_RDBFL2     0xF00642A4          Read Data and Bit Flip Register 2
MC50_RDBFL3     0xF00642A6          Read Data and Bit Flip Register 3
MC50_RDBFL4     0xF00642A8          Read Data and Bit Flip Register 4
MC50_RDBFL5     0xF00642AA          Read Data and Bit Flip Register 5
MC50_RDBFL6     0xF00642AC          Read Data and Bit Flip Register 6
MC50_RDBFL7     0xF00642AE          Read Data and Bit Flip Register 7
MC50_RDBFL8     0xF00642B0          Read Data and Bit Flip Register 8
MC50_RDBFL9     0xF00642B2          Read Data and Bit Flip Register 9
MC50_RDBFL10    0xF00642B4          Read Data and Bit Flip Register 10
MC50_RDBFL11    0xF00642B6          Read Data and Bit Flip Register 11
MC50_RDBFL12    0xF00642B8          Read Data and Bit Flip Register 12
MC50_RDBFL13    0xF00642BA          Read Data and Bit Flip Register 13
MC50_RDBFL14    0xF00642BC          Read Data and Bit Flip Register 14
MC50_RDBFL15    0xF00642BE          Read Data and Bit Flip Register 15
MC50_RDBFL16    0xF00642C0          Read Data and Bit Flip Register 16
MC50_RDBFL17    0xF00642C2          Read Data and Bit Flip Register 17
MC50_RDBFL18    0xF00642C4          Read Data and Bit Flip Register 18
MC50_RDBFL19    0xF00642C6          Read Data and Bit Flip Register 19
MC50_RDBFL20    0xF00642C8          Read Data and Bit Flip Register 20
MC50_RDBFL21    0xF00642CA          Read Data and Bit Flip Register 21
MC50_RDBFL22    0xF00642CC          Read Data and Bit Flip Register 22
MC50_RDBFL23    0xF00642CE          Read Data and Bit Flip Register 23
MC50_RDBFL24    0xF00642D0          Read Data and Bit Flip Register 24
MC50_RDBFL25    0xF00642D2          Read Data and Bit Flip Register 25
MC50_RDBFL26    0xF00642D4          Read Data and Bit Flip Register 26
MC50_RDBFL27    0xF00642D6          Read Data and Bit Flip Register 27
MC50_RDBFL28    0xF00642D8          Read Data and Bit Flip Register 28
MC50_RDBFL29    0xF00642DA          Read Data and Bit Flip Register 29
MC50_RDBFL30    0xF00642DC          Read Data and Bit Flip Register 30
MC50_RDBFL31    0xF00642DE          Read Data and Bit Flip Register 31
MC50_RDBFL32    0xF00642E0          Read Data and Bit Flip Register 32
MC50_RDBFL33    0xF00642E2          Read Data and Bit Flip Register 33
MC50_RDBFL34    0xF00642E4          Read Data and Bit Flip Register 34
MC50_RDBFL35    0xF00642E6          Read Data and Bit Flip Register 35
MC50_RDBFL36    0xF00642E8          Read Data and Bit Flip Register 36
MC50_RDBFL37    0xF00642EA          Read Data and Bit Flip Register 37
MC50_RDBFL38    0xF00642EC          Read Data and Bit Flip Register 38
MC50_RDBFL39    0xF00642EE          Read Data and Bit Flip Register 39
MC51_CONFIG0    0xF0064300          Configuration Register 0
MC51_CONFIG1    0xF0064302          Configuration Register 1
MC51_MCONTROL   0xF0064304          MBIST Control Register
MC51_MSTATUS    0xF0064306          Status Register
MC51_RANGE      0xF0064308          Range Register, single address mode
MC51_REVID      0xF006430C          Revision ID Register
MC51_ECCS       0xF006430E          ECC Safety Register
MC51_ECCD       0xF0064310          Memory ECC Detection Register
MC51_ETRR0      0xF0064312          Error Tracking Register 0
MC51_ETRR1      0xF0064314          Error Tracking Register 1
MC51_ETRR2      0xF0064316          Error Tracking Register 2
MC51_ETRR3      0xF0064318          Error Tracking Register 3
MC51_ETRR4      0xF006431A          Error Tracking Register 4
MC51_RDBFL0     0xF00643A0          Read Data and Bit Flip Register 0
MC51_RDBFL1     0xF00643A2          Read Data and Bit Flip Register 1
MC51_RDBFL2     0xF00643A4          Read Data and Bit Flip Register 2
MC51_RDBFL3     0xF00643A6          Read Data and Bit Flip Register 3
MC51_RDBFL4     0xF00643A8          Read Data and Bit Flip Register 4
MC51_RDBFL5     0xF00643AA          Read Data and Bit Flip Register 5
MC51_RDBFL6     0xF00643AC          Read Data and Bit Flip Register 6
MC51_RDBFL7     0xF00643AE          Read Data and Bit Flip Register 7
MC51_RDBFL8     0xF00643B0          Read Data and Bit Flip Register 8
MC51_RDBFL9     0xF00643B2          Read Data and Bit Flip Register 9
MC51_RDBFL10    0xF00643B4          Read Data and Bit Flip Register 10
MC51_RDBFL11    0xF00643B6          Read Data and Bit Flip Register 11
MC51_RDBFL12    0xF00643B8          Read Data and Bit Flip Register 12
MC51_RDBFL13    0xF00643BA          Read Data and Bit Flip Register 13
MC51_RDBFL14    0xF00643BC          Read Data and Bit Flip Register 14
MC51_RDBFL15    0xF00643BE          Read Data and Bit Flip Register 15
MC51_RDBFL16    0xF00643C0          Read Data and Bit Flip Register 16
MC51_RDBFL17    0xF00643C2          Read Data and Bit Flip Register 17
MC51_RDBFL18    0xF00643C4          Read Data and Bit Flip Register 18
MC51_RDBFL19    0xF00643C6          Read Data and Bit Flip Register 19
MC51_RDBFL20    0xF00643C8          Read Data and Bit Flip Register 20
MC51_RDBFL21    0xF00643CA          Read Data and Bit Flip Register 21
MC51_RDBFL22    0xF00643CC          Read Data and Bit Flip Register 22
MC51_RDBFL23    0xF00643CE          Read Data and Bit Flip Register 23
MC51_RDBFL24    0xF00643D0          Read Data and Bit Flip Register 24
MC51_RDBFL25    0xF00643D2          Read Data and Bit Flip Register 25
MC51_RDBFL26    0xF00643D4          Read Data and Bit Flip Register 26
MC51_RDBFL27    0xF00643D6          Read Data and Bit Flip Register 27
MC51_RDBFL28    0xF00643D8          Read Data and Bit Flip Register 28
MC51_RDBFL29    0xF00643DA          Read Data and Bit Flip Register 29
MC51_RDBFL30    0xF00643DC          Read Data and Bit Flip Register 30
MC51_RDBFL31    0xF00643DE          Read Data and Bit Flip Register 31
MC51_RDBFL32    0xF00643E0          Read Data and Bit Flip Register 32
MC51_RDBFL33    0xF00643E2          Read Data and Bit Flip Register 33
MC51_RDBFL34    0xF00643E4          Read Data and Bit Flip Register 34
MC51_RDBFL35    0xF00643E6          Read Data and Bit Flip Register 35
MC51_RDBFL36    0xF00643E8          Read Data and Bit Flip Register 36
MC51_RDBFL37    0xF00643EA          Read Data and Bit Flip Register 37
MC51_RDBFL38    0xF00643EC          Read Data and Bit Flip Register 38
MC51_RDBFL39    0xF00643EE          Read Data and Bit Flip Register 39
MC52_CONFIG0    0xF0064400          Configuration Register 0
MC52_CONFIG1    0xF0064402          Configuration Register 1
MC52_MCONTROL   0xF0064404          MBIST Control Register
MC52_MSTATUS    0xF0064406          Status Register
MC52_RANGE      0xF0064408          Range Register, single address mode
MC52_REVID      0xF006440C          Revision ID Register
MC52_ECCS       0xF006440E          ECC Safety Register
MC52_ECCD       0xF0064410          Memory ECC Detection Register
MC52_ETRR0      0xF0064412          Error Tracking Register 0
MC52_ETRR1      0xF0064414          Error Tracking Register 1
MC52_ETRR2      0xF0064416          Error Tracking Register 2
MC52_ETRR3      0xF0064418          Error Tracking Register 3
MC52_ETRR4      0xF006441A          Error Tracking Register 4
MC52_RDBFL0     0xF00644A0          Read Data and Bit Flip Register 0
MC52_RDBFL1     0xF00644A2          Read Data and Bit Flip Register 1
MC52_RDBFL2     0xF00644A4          Read Data and Bit Flip Register 2
MC52_RDBFL3     0xF00644A6          Read Data and Bit Flip Register 3
MC52_RDBFL4     0xF00644A8          Read Data and Bit Flip Register 4
MC52_RDBFL5     0xF00644AA          Read Data and Bit Flip Register 5
MC52_RDBFL6     0xF00644AC          Read Data and Bit Flip Register 6
MC52_RDBFL7     0xF00644AE          Read Data and Bit Flip Register 7
MC52_RDBFL8     0xF00644B0          Read Data and Bit Flip Register 8
MC52_RDBFL9     0xF00644B2          Read Data and Bit Flip Register 9
MC52_RDBFL10    0xF00644B4          Read Data and Bit Flip Register 10
MC52_RDBFL11    0xF00644B6          Read Data and Bit Flip Register 11
MC52_RDBFL12    0xF00644B8          Read Data and Bit Flip Register 12
MC52_RDBFL13    0xF00644BA          Read Data and Bit Flip Register 13
MC52_RDBFL14    0xF00644BC          Read Data and Bit Flip Register 14
MC52_RDBFL15    0xF00644BE          Read Data and Bit Flip Register 15
MC52_RDBFL16    0xF00644C0          Read Data and Bit Flip Register 16
MC52_RDBFL17    0xF00644C2          Read Data and Bit Flip Register 17
MC52_RDBFL18    0xF00644C4          Read Data and Bit Flip Register 18
MC52_RDBFL19    0xF00644C6          Read Data and Bit Flip Register 19
MC52_RDBFL20    0xF00644C8          Read Data and Bit Flip Register 20
MC52_RDBFL21    0xF00644CA          Read Data and Bit Flip Register 21
MC52_RDBFL22    0xF00644CC          Read Data and Bit Flip Register 22
MC52_RDBFL23    0xF00644CE          Read Data and Bit Flip Register 23
MC52_RDBFL24    0xF00644D0          Read Data and Bit Flip Register 24
MC52_RDBFL25    0xF00644D2          Read Data and Bit Flip Register 25
MC52_RDBFL26    0xF00644D4          Read Data and Bit Flip Register 26
MC52_RDBFL27    0xF00644D6          Read Data and Bit Flip Register 27
MC52_RDBFL28    0xF00644D8          Read Data and Bit Flip Register 28
MC52_RDBFL29    0xF00644DA          Read Data and Bit Flip Register 29
MC52_RDBFL30    0xF00644DC          Read Data and Bit Flip Register 30
MC52_RDBFL31    0xF00644DE          Read Data and Bit Flip Register 31
MC52_RDBFL32    0xF00644E0          Read Data and Bit Flip Register 32
MC52_RDBFL33    0xF00644E2          Read Data and Bit Flip Register 33
MC52_RDBFL34    0xF00644E4          Read Data and Bit Flip Register 34
MC52_RDBFL35    0xF00644E6          Read Data and Bit Flip Register 35
MC52_RDBFL36    0xF00644E8          Read Data and Bit Flip Register 36
MC52_RDBFL37    0xF00644EA          Read Data and Bit Flip Register 37
MC52_RDBFL38    0xF00644EC          Read Data and Bit Flip Register 38
MC52_RDBFL39    0xF00644EE          Read Data and Bit Flip Register 39
MC53_CONFIG0    0xF0064500          Configuration Register 0
MC53_CONFIG1    0xF0064502          Configuration Register 1
MC53_MCONTROL   0xF0064504          MBIST Control Register
MC53_MSTATUS    0xF0064506          Status Register
MC53_RANGE      0xF0064508          Range Register, single address mode
MC53_REVID      0xF006450C          Revision ID Register
MC53_ECCS       0xF006450E          ECC Safety Register
MC53_ECCD       0xF0064510          Memory ECC Detection Register
MC53_ETRR0      0xF0064512          Error Tracking Register 0
MC53_ETRR1      0xF0064514          Error Tracking Register 1
MC53_ETRR2      0xF0064516          Error Tracking Register 2
MC53_ETRR3      0xF0064518          Error Tracking Register 3
MC53_ETRR4      0xF006451A          Error Tracking Register 4
MC53_RDBFL0     0xF00645A0          Read Data and Bit Flip Register 0
MC53_RDBFL1     0xF00645A2          Read Data and Bit Flip Register 1
MC53_RDBFL2     0xF00645A4          Read Data and Bit Flip Register 2
MC53_RDBFL3     0xF00645A6          Read Data and Bit Flip Register 3
MC53_RDBFL4     0xF00645A8          Read Data and Bit Flip Register 4
MC53_RDBFL5     0xF00645AA          Read Data and Bit Flip Register 5
MC53_RDBFL6     0xF00645AC          Read Data and Bit Flip Register 6
MC53_RDBFL7     0xF00645AE          Read Data and Bit Flip Register 7
MC53_RDBFL8     0xF00645B0          Read Data and Bit Flip Register 8
MC53_RDBFL9     0xF00645B2          Read Data and Bit Flip Register 9
MC53_RDBFL10    0xF00645B4          Read Data and Bit Flip Register 10
MC53_RDBFL11    0xF00645B6          Read Data and Bit Flip Register 11
MC53_RDBFL12    0xF00645B8          Read Data and Bit Flip Register 12
MC53_RDBFL13    0xF00645BA          Read Data and Bit Flip Register 13
MC53_RDBFL14    0xF00645BC          Read Data and Bit Flip Register 14
MC53_RDBFL15    0xF00645BE          Read Data and Bit Flip Register 15
MC53_RDBFL16    0xF00645C0          Read Data and Bit Flip Register 16
MC53_RDBFL17    0xF00645C2          Read Data and Bit Flip Register 17
MC53_RDBFL18    0xF00645C4          Read Data and Bit Flip Register 18
MC53_RDBFL19    0xF00645C6          Read Data and Bit Flip Register 19
MC53_RDBFL20    0xF00645C8          Read Data and Bit Flip Register 20
MC53_RDBFL21    0xF00645CA          Read Data and Bit Flip Register 21
MC53_RDBFL22    0xF00645CC          Read Data and Bit Flip Register 22
MC53_RDBFL23    0xF00645CE          Read Data and Bit Flip Register 23
MC53_RDBFL24    0xF00645D0          Read Data and Bit Flip Register 24
MC53_RDBFL25    0xF00645D2          Read Data and Bit Flip Register 25
MC53_RDBFL26    0xF00645D4          Read Data and Bit Flip Register 26
MC53_RDBFL27    0xF00645D6          Read Data and Bit Flip Register 27
MC53_RDBFL28    0xF00645D8          Read Data and Bit Flip Register 28
MC53_RDBFL29    0xF00645DA          Read Data and Bit Flip Register 29
MC53_RDBFL30    0xF00645DC          Read Data and Bit Flip Register 30
MC53_RDBFL31    0xF00645DE          Read Data and Bit Flip Register 31
MC53_RDBFL32    0xF00645E0          Read Data and Bit Flip Register 32
MC53_RDBFL33    0xF00645E2          Read Data and Bit Flip Register 33
MC53_RDBFL34    0xF00645E4          Read Data and Bit Flip Register 34
MC53_RDBFL35    0xF00645E6          Read Data and Bit Flip Register 35
MC53_RDBFL36    0xF00645E8          Read Data and Bit Flip Register 36
MC53_RDBFL37    0xF00645EA          Read Data and Bit Flip Register 37
MC53_RDBFL38    0xF00645EC          Read Data and Bit Flip Register 38
MC53_RDBFL39    0xF00645EE          Read Data and Bit Flip Register 39
MC54_CONFIG0    0xF0064600          Configuration Register 0
MC54_CONFIG1    0xF0064602          Configuration Register 1
MC54_MCONTROL   0xF0064604          MBIST Control Register
MC54_MSTATUS    0xF0064606          Status Register
MC54_RANGE      0xF0064608          Range Register, single address mode
MC54_REVID      0xF006460C          Revision ID Register
MC54_ECCS       0xF006460E          ECC Safety Register
MC54_ECCD       0xF0064610          Memory ECC Detection Register
MC54_ETRR0      0xF0064612          Error Tracking Register 0
MC54_ETRR1      0xF0064614          Error Tracking Register 1
MC54_ETRR2      0xF0064616          Error Tracking Register 2
MC54_ETRR3      0xF0064618          Error Tracking Register 3
MC54_ETRR4      0xF006461A          Error Tracking Register 4
MC54_RDBFL0     0xF00646A0          Read Data and Bit Flip Register 0
MC54_RDBFL1     0xF00646A2          Read Data and Bit Flip Register 1
MC54_RDBFL2     0xF00646A4          Read Data and Bit Flip Register 2
MC54_RDBFL3     0xF00646A6          Read Data and Bit Flip Register 3
MC54_RDBFL4     0xF00646A8          Read Data and Bit Flip Register 4
MC54_RDBFL5     0xF00646AA          Read Data and Bit Flip Register 5
MC54_RDBFL6     0xF00646AC          Read Data and Bit Flip Register 6
MC54_RDBFL7     0xF00646AE          Read Data and Bit Flip Register 7
MC54_RDBFL8     0xF00646B0          Read Data and Bit Flip Register 8
MC54_RDBFL9     0xF00646B2          Read Data and Bit Flip Register 9
MC54_RDBFL10    0xF00646B4          Read Data and Bit Flip Register 10
MC54_RDBFL11    0xF00646B6          Read Data and Bit Flip Register 11
MC54_RDBFL12    0xF00646B8          Read Data and Bit Flip Register 12
MC54_RDBFL13    0xF00646BA          Read Data and Bit Flip Register 13
MC54_RDBFL14    0xF00646BC          Read Data and Bit Flip Register 14
MC54_RDBFL15    0xF00646BE          Read Data and Bit Flip Register 15
MC54_RDBFL16    0xF00646C0          Read Data and Bit Flip Register 16
MC54_RDBFL17    0xF00646C2          Read Data and Bit Flip Register 17
MC54_RDBFL18    0xF00646C4          Read Data and Bit Flip Register 18
MC54_RDBFL19    0xF00646C6          Read Data and Bit Flip Register 19
MC54_RDBFL20    0xF00646C8          Read Data and Bit Flip Register 20
MC54_RDBFL21    0xF00646CA          Read Data and Bit Flip Register 21
MC54_RDBFL22    0xF00646CC          Read Data and Bit Flip Register 22
MC54_RDBFL23    0xF00646CE          Read Data and Bit Flip Register 23
MC54_RDBFL24    0xF00646D0          Read Data and Bit Flip Register 24
MC54_RDBFL25    0xF00646D2          Read Data and Bit Flip Register 25
MC54_RDBFL26    0xF00646D4          Read Data and Bit Flip Register 26
MC54_RDBFL27    0xF00646D6          Read Data and Bit Flip Register 27
MC54_RDBFL28    0xF00646D8          Read Data and Bit Flip Register 28
MC54_RDBFL29    0xF00646DA          Read Data and Bit Flip Register 29
MC54_RDBFL30    0xF00646DC          Read Data and Bit Flip Register 30
MC54_RDBFL31    0xF00646DE          Read Data and Bit Flip Register 31
MC54_RDBFL32    0xF00646E0          Read Data and Bit Flip Register 32
MC54_RDBFL33    0xF00646E2          Read Data and Bit Flip Register 33
MC54_RDBFL34    0xF00646E4          Read Data and Bit Flip Register 34
MC54_RDBFL35    0xF00646E6          Read Data and Bit Flip Register 35
MC54_RDBFL36    0xF00646E8          Read Data and Bit Flip Register 36
MC54_RDBFL37    0xF00646EA          Read Data and Bit Flip Register 37
MC54_RDBFL38    0xF00646EC          Read Data and Bit Flip Register 38
MC54_RDBFL39    0xF00646EE          Read Data and Bit Flip Register 39
MC55_CONFIG0    0xF0064700          Configuration Register 0
MC55_CONFIG1    0xF0064702          Configuration Register 1
MC55_MCONTROL   0xF0064704          MBIST Control Register
MC55_MSTATUS    0xF0064706          Status Register
MC55_RANGE      0xF0064708          Range Register, single address mode
MC55_REVID      0xF006470C          Revision ID Register
MC55_ECCS       0xF006470E          ECC Safety Register
MC55_ECCD       0xF0064710          Memory ECC Detection Register
MC55_ETRR0      0xF0064712          Error Tracking Register 0
MC55_ETRR1      0xF0064714          Error Tracking Register 1
MC55_ETRR2      0xF0064716          Error Tracking Register 2
MC55_ETRR3      0xF0064718          Error Tracking Register 3
MC55_ETRR4      0xF006471A          Error Tracking Register 4
MC55_RDBFL0     0xF00647A0          Read Data and Bit Flip Register 0
MC55_RDBFL1     0xF00647A2          Read Data and Bit Flip Register 1
MC55_RDBFL2     0xF00647A4          Read Data and Bit Flip Register 2
MC55_RDBFL3     0xF00647A6          Read Data and Bit Flip Register 3
MC55_RDBFL4     0xF00647A8          Read Data and Bit Flip Register 4
MC55_RDBFL5     0xF00647AA          Read Data and Bit Flip Register 5
MC55_RDBFL6     0xF00647AC          Read Data and Bit Flip Register 6
MC55_RDBFL7     0xF00647AE          Read Data and Bit Flip Register 7
MC55_RDBFL8     0xF00647B0          Read Data and Bit Flip Register 8
MC55_RDBFL9     0xF00647B2          Read Data and Bit Flip Register 9
MC55_RDBFL10    0xF00647B4          Read Data and Bit Flip Register 10
MC55_RDBFL11    0xF00647B6          Read Data and Bit Flip Register 11
MC55_RDBFL12    0xF00647B8          Read Data and Bit Flip Register 12
MC55_RDBFL13    0xF00647BA          Read Data and Bit Flip Register 13
MC55_RDBFL14    0xF00647BC          Read Data and Bit Flip Register 14
MC55_RDBFL15    0xF00647BE          Read Data and Bit Flip Register 15
MC55_RDBFL16    0xF00647C0          Read Data and Bit Flip Register 16
MC55_RDBFL17    0xF00647C2          Read Data and Bit Flip Register 17
MC55_RDBFL18    0xF00647C4          Read Data and Bit Flip Register 18
MC55_RDBFL19    0xF00647C6          Read Data and Bit Flip Register 19
MC55_RDBFL20    0xF00647C8          Read Data and Bit Flip Register 20
MC55_RDBFL21    0xF00647CA          Read Data and Bit Flip Register 21
MC55_RDBFL22    0xF00647CC          Read Data and Bit Flip Register 22
MC55_RDBFL23    0xF00647CE          Read Data and Bit Flip Register 23
MC55_RDBFL24    0xF00647D0          Read Data and Bit Flip Register 24
MC55_RDBFL25    0xF00647D2          Read Data and Bit Flip Register 25
MC55_RDBFL26    0xF00647D4          Read Data and Bit Flip Register 26
MC55_RDBFL27    0xF00647D6          Read Data and Bit Flip Register 27
MC55_RDBFL28    0xF00647D8          Read Data and Bit Flip Register 28
MC55_RDBFL29    0xF00647DA          Read Data and Bit Flip Register 29
MC55_RDBFL30    0xF00647DC          Read Data and Bit Flip Register 30
MC55_RDBFL31    0xF00647DE          Read Data and Bit Flip Register 31
MC55_RDBFL32    0xF00647E0          Read Data and Bit Flip Register 32
MC55_RDBFL33    0xF00647E2          Read Data and Bit Flip Register 33
MC55_RDBFL34    0xF00647E4          Read Data and Bit Flip Register 34
MC55_RDBFL35    0xF00647E6          Read Data and Bit Flip Register 35
MC55_RDBFL36    0xF00647E8          Read Data and Bit Flip Register 36
MC55_RDBFL37    0xF00647EA          Read Data and Bit Flip Register 37
MC55_RDBFL38    0xF00647EC          Read Data and Bit Flip Register 38
MC55_RDBFL39    0xF00647EE          Read Data and Bit Flip Register 39
MC56_CONFIG0    0xF0064800          Configuration Register 0
MC56_CONFIG1    0xF0064802          Configuration Register 1
MC56_MCONTROL   0xF0064804          MBIST Control Register
MC56_MSTATUS    0xF0064806          Status Register
MC56_RANGE      0xF0064808          Range Register, single address mode
MC56_REVID      0xF006480C          Revision ID Register
MC56_ECCS       0xF006480E          ECC Safety Register
MC56_ECCD       0xF0064810          Memory ECC Detection Register
MC56_ETRR0      0xF0064812          Error Tracking Register 0
MC56_ETRR1      0xF0064814          Error Tracking Register 1
MC56_ETRR2      0xF0064816          Error Tracking Register 2
MC56_ETRR3      0xF0064818          Error Tracking Register 3
MC56_ETRR4      0xF006481A          Error Tracking Register 4
MC56_RDBFL0     0xF00648A0          Read Data and Bit Flip Register 0
MC56_RDBFL1     0xF00648A2          Read Data and Bit Flip Register 1
MC56_RDBFL2     0xF00648A4          Read Data and Bit Flip Register 2
MC56_RDBFL3     0xF00648A6          Read Data and Bit Flip Register 3
MC56_RDBFL4     0xF00648A8          Read Data and Bit Flip Register 4
MC56_RDBFL5     0xF00648AA          Read Data and Bit Flip Register 5
MC56_RDBFL6     0xF00648AC          Read Data and Bit Flip Register 6
MC56_RDBFL7     0xF00648AE          Read Data and Bit Flip Register 7
MC56_RDBFL8     0xF00648B0          Read Data and Bit Flip Register 8
MC56_RDBFL9     0xF00648B2          Read Data and Bit Flip Register 9
MC56_RDBFL10    0xF00648B4          Read Data and Bit Flip Register 10
MC56_RDBFL11    0xF00648B6          Read Data and Bit Flip Register 11
MC56_RDBFL12    0xF00648B8          Read Data and Bit Flip Register 12
MC56_RDBFL13    0xF00648BA          Read Data and Bit Flip Register 13
MC56_RDBFL14    0xF00648BC          Read Data and Bit Flip Register 14
MC56_RDBFL15    0xF00648BE          Read Data and Bit Flip Register 15
MC56_RDBFL16    0xF00648C0          Read Data and Bit Flip Register 16
MC56_RDBFL17    0xF00648C2          Read Data and Bit Flip Register 17
MC56_RDBFL18    0xF00648C4          Read Data and Bit Flip Register 18
MC56_RDBFL19    0xF00648C6          Read Data and Bit Flip Register 19
MC56_RDBFL20    0xF00648C8          Read Data and Bit Flip Register 20
MC56_RDBFL21    0xF00648CA          Read Data and Bit Flip Register 21
MC56_RDBFL22    0xF00648CC          Read Data and Bit Flip Register 22
MC56_RDBFL23    0xF00648CE          Read Data and Bit Flip Register 23
MC56_RDBFL24    0xF00648D0          Read Data and Bit Flip Register 24
MC56_RDBFL25    0xF00648D2          Read Data and Bit Flip Register 25
MC56_RDBFL26    0xF00648D4          Read Data and Bit Flip Register 26
MC56_RDBFL27    0xF00648D6          Read Data and Bit Flip Register 27
MC56_RDBFL28    0xF00648D8          Read Data and Bit Flip Register 28
MC56_RDBFL29    0xF00648DA          Read Data and Bit Flip Register 29
MC56_RDBFL30    0xF00648DC          Read Data and Bit Flip Register 30
MC56_RDBFL31    0xF00648DE          Read Data and Bit Flip Register 31
MC56_RDBFL32    0xF00648E0          Read Data and Bit Flip Register 32
MC56_RDBFL33    0xF00648E2          Read Data and Bit Flip Register 33
MC56_RDBFL34    0xF00648E4          Read Data and Bit Flip Register 34
MC56_RDBFL35    0xF00648E6          Read Data and Bit Flip Register 35
MC56_RDBFL36    0xF00648E8          Read Data and Bit Flip Register 36
MC56_RDBFL37    0xF00648EA          Read Data and Bit Flip Register 37
MC56_RDBFL38    0xF00648EC          Read Data and Bit Flip Register 38
MC56_RDBFL39    0xF00648EE          Read Data and Bit Flip Register 39
MC57_CONFIG0    0xF0064900          Configuration Register 0
MC57_CONFIG1    0xF0064902          Configuration Register 1
MC57_MCONTROL   0xF0064904          MBIST Control Register
MC57_MSTATUS    0xF0064906          Status Register
MC57_RANGE      0xF0064908          Range Register, single address mode
MC57_REVID      0xF006490C          Revision ID Register
MC57_ECCS       0xF006490E          ECC Safety Register
MC57_ECCD       0xF0064910          Memory ECC Detection Register
MC57_ETRR0      0xF0064912          Error Tracking Register 0
MC57_ETRR1      0xF0064914          Error Tracking Register 1
MC57_ETRR2      0xF0064916          Error Tracking Register 2
MC57_ETRR3      0xF0064918          Error Tracking Register 3
MC57_ETRR4      0xF006491A          Error Tracking Register 4
MC57_RDBFL0     0xF00649A0          Read Data and Bit Flip Register 0
MC57_RDBFL1     0xF00649A2          Read Data and Bit Flip Register 1
MC57_RDBFL2     0xF00649A4          Read Data and Bit Flip Register 2
MC57_RDBFL3     0xF00649A6          Read Data and Bit Flip Register 3
MC57_RDBFL4     0xF00649A8          Read Data and Bit Flip Register 4
MC57_RDBFL5     0xF00649AA          Read Data and Bit Flip Register 5
MC57_RDBFL6     0xF00649AC          Read Data and Bit Flip Register 6
MC57_RDBFL7     0xF00649AE          Read Data and Bit Flip Register 7
MC57_RDBFL8     0xF00649B0          Read Data and Bit Flip Register 8
MC57_RDBFL9     0xF00649B2          Read Data and Bit Flip Register 9
MC57_RDBFL10    0xF00649B4          Read Data and Bit Flip Register 10
MC57_RDBFL11    0xF00649B6          Read Data and Bit Flip Register 11
MC57_RDBFL12    0xF00649B8          Read Data and Bit Flip Register 12
MC57_RDBFL13    0xF00649BA          Read Data and Bit Flip Register 13
MC57_RDBFL14    0xF00649BC          Read Data and Bit Flip Register 14
MC57_RDBFL15    0xF00649BE          Read Data and Bit Flip Register 15
MC57_RDBFL16    0xF00649C0          Read Data and Bit Flip Register 16
MC57_RDBFL17    0xF00649C2          Read Data and Bit Flip Register 17
MC57_RDBFL18    0xF00649C4          Read Data and Bit Flip Register 18
MC57_RDBFL19    0xF00649C6          Read Data and Bit Flip Register 19
MC57_RDBFL20    0xF00649C8          Read Data and Bit Flip Register 20
MC57_RDBFL21    0xF00649CA          Read Data and Bit Flip Register 21
MC57_RDBFL22    0xF00649CC          Read Data and Bit Flip Register 22
MC57_RDBFL23    0xF00649CE          Read Data and Bit Flip Register 23
MC57_RDBFL24    0xF00649D0          Read Data and Bit Flip Register 24
MC57_RDBFL25    0xF00649D2          Read Data and Bit Flip Register 25
MC57_RDBFL26    0xF00649D4          Read Data and Bit Flip Register 26
MC57_RDBFL27    0xF00649D6          Read Data and Bit Flip Register 27
MC57_RDBFL28    0xF00649D8          Read Data and Bit Flip Register 28
MC57_RDBFL29    0xF00649DA          Read Data and Bit Flip Register 29
MC57_RDBFL30    0xF00649DC          Read Data and Bit Flip Register 30
MC57_RDBFL31    0xF00649DE          Read Data and Bit Flip Register 31
MC57_RDBFL32    0xF00649E0          Read Data and Bit Flip Register 32
MC57_RDBFL33    0xF00649E2          Read Data and Bit Flip Register 33
MC57_RDBFL34    0xF00649E4          Read Data and Bit Flip Register 34
MC57_RDBFL35    0xF00649E6          Read Data and Bit Flip Register 35
MC57_RDBFL36    0xF00649E8          Read Data and Bit Flip Register 36
MC57_RDBFL37    0xF00649EA          Read Data and Bit Flip Register 37
MC57_RDBFL38    0xF00649EC          Read Data and Bit Flip Register 38
MC57_RDBFL39    0xF00649EE          Read Data and Bit Flip Register 39
MC58_CONFIG0    0xF0064A00          Configuration Register 0
MC58_CONFIG1    0xF0064A02          Configuration Register 1
MC58_MCONTROL   0xF0064A04          MBIST Control Register
MC58_MSTATUS    0xF0064A06          Status Register
MC58_RANGE      0xF0064A08          Range Register, single address mode
MC58_REVID      0xF0064A0C          Revision ID Register
MC58_ECCS       0xF0064A0E          ECC Safety Register
MC58_ECCD       0xF0064A10          Memory ECC Detection Register
MC58_ETRR0      0xF0064A12          Error Tracking Register 0
MC58_ETRR1      0xF0064A14          Error Tracking Register 1
MC58_ETRR2      0xF0064A16          Error Tracking Register 2
MC58_ETRR3      0xF0064A18          Error Tracking Register 3
MC58_ETRR4      0xF0064A1A          Error Tracking Register 4
MC58_RDBFL0     0xF0064AA0          Read Data and Bit Flip Register 0
MC58_RDBFL1     0xF0064AA2          Read Data and Bit Flip Register 1
MC58_RDBFL2     0xF0064AA4          Read Data and Bit Flip Register 2
MC58_RDBFL3     0xF0064AA6          Read Data and Bit Flip Register 3
MC58_RDBFL4     0xF0064AA8          Read Data and Bit Flip Register 4
MC58_RDBFL5     0xF0064AAA          Read Data and Bit Flip Register 5
MC58_RDBFL6     0xF0064AAC          Read Data and Bit Flip Register 6
MC58_RDBFL7     0xF0064AAE          Read Data and Bit Flip Register 7
MC58_RDBFL8     0xF0064AB0          Read Data and Bit Flip Register 8
MC58_RDBFL9     0xF0064AB2          Read Data and Bit Flip Register 9
MC58_RDBFL10    0xF0064AB4          Read Data and Bit Flip Register 10
MC58_RDBFL11    0xF0064AB6          Read Data and Bit Flip Register 11
MC58_RDBFL12    0xF0064AB8          Read Data and Bit Flip Register 12
MC58_RDBFL13    0xF0064ABA          Read Data and Bit Flip Register 13
MC58_RDBFL14    0xF0064ABC          Read Data and Bit Flip Register 14
MC58_RDBFL15    0xF0064ABE          Read Data and Bit Flip Register 15
MC58_RDBFL16    0xF0064AC0          Read Data and Bit Flip Register 16
MC58_RDBFL17    0xF0064AC2          Read Data and Bit Flip Register 17
MC58_RDBFL18    0xF0064AC4          Read Data and Bit Flip Register 18
MC58_RDBFL19    0xF0064AC6          Read Data and Bit Flip Register 19
MC58_RDBFL20    0xF0064AC8          Read Data and Bit Flip Register 20
MC58_RDBFL21    0xF0064ACA          Read Data and Bit Flip Register 21
MC58_RDBFL22    0xF0064ACC          Read Data and Bit Flip Register 22
MC58_RDBFL23    0xF0064ACE          Read Data and Bit Flip Register 23
MC58_RDBFL24    0xF0064AD0          Read Data and Bit Flip Register 24
MC58_RDBFL25    0xF0064AD2          Read Data and Bit Flip Register 25
MC58_RDBFL26    0xF0064AD4          Read Data and Bit Flip Register 26
MC58_RDBFL27    0xF0064AD6          Read Data and Bit Flip Register 27
MC58_RDBFL28    0xF0064AD8          Read Data and Bit Flip Register 28
MC58_RDBFL29    0xF0064ADA          Read Data and Bit Flip Register 29
MC58_RDBFL30    0xF0064ADC          Read Data and Bit Flip Register 30
MC58_RDBFL31    0xF0064ADE          Read Data and Bit Flip Register 31
MC58_RDBFL32    0xF0064AE0          Read Data and Bit Flip Register 32
MC58_RDBFL33    0xF0064AE2          Read Data and Bit Flip Register 33
MC58_RDBFL34    0xF0064AE4          Read Data and Bit Flip Register 34
MC58_RDBFL35    0xF0064AE6          Read Data and Bit Flip Register 35
MC58_RDBFL36    0xF0064AE8          Read Data and Bit Flip Register 36
MC58_RDBFL37    0xF0064AEA          Read Data and Bit Flip Register 37
MC58_RDBFL38    0xF0064AEC          Read Data and Bit Flip Register 38
MC58_RDBFL39    0xF0064AEE          Read Data and Bit Flip Register 39
MC59_CONFIG0    0xF0064B00          Configuration Register 0
MC59_CONFIG1    0xF0064B02          Configuration Register 1
MC59_MCONTROL   0xF0064B04          MBIST Control Register
MC59_MSTATUS    0xF0064B06          Status Register
MC59_RANGE      0xF0064B08          Range Register, single address mode
MC59_REVID      0xF0064B0C          Revision ID Register
MC59_ECCS       0xF0064B0E          ECC Safety Register
MC59_ECCD       0xF0064B10          Memory ECC Detection Register
MC59_ETRR0      0xF0064B12          Error Tracking Register 0
MC59_ETRR1      0xF0064B14          Error Tracking Register 1
MC59_ETRR2      0xF0064B16          Error Tracking Register 2
MC59_ETRR3      0xF0064B18          Error Tracking Register 3
MC59_ETRR4      0xF0064B1A          Error Tracking Register 4
MC59_RDBFL0     0xF0064BA0          Read Data and Bit Flip Register 0
MC59_RDBFL1     0xF0064BA2          Read Data and Bit Flip Register 1
MC59_RDBFL2     0xF0064BA4          Read Data and Bit Flip Register 2
MC59_RDBFL3     0xF0064BA6          Read Data and Bit Flip Register 3
MC59_RDBFL4     0xF0064BA8          Read Data and Bit Flip Register 4
MC59_RDBFL5     0xF0064BAA          Read Data and Bit Flip Register 5
MC59_RDBFL6     0xF0064BAC          Read Data and Bit Flip Register 6
MC59_RDBFL7     0xF0064BAE          Read Data and Bit Flip Register 7
MC59_RDBFL8     0xF0064BB0          Read Data and Bit Flip Register 8
MC59_RDBFL9     0xF0064BB2          Read Data and Bit Flip Register 9
MC59_RDBFL10    0xF0064BB4          Read Data and Bit Flip Register 10
MC59_RDBFL11    0xF0064BB6          Read Data and Bit Flip Register 11
MC59_RDBFL12    0xF0064BB8          Read Data and Bit Flip Register 12
MC59_RDBFL13    0xF0064BBA          Read Data and Bit Flip Register 13
MC59_RDBFL14    0xF0064BBC          Read Data and Bit Flip Register 14
MC59_RDBFL15    0xF0064BBE          Read Data and Bit Flip Register 15
MC59_RDBFL16    0xF0064BC0          Read Data and Bit Flip Register 16
MC59_RDBFL17    0xF0064BC2          Read Data and Bit Flip Register 17
MC59_RDBFL18    0xF0064BC4          Read Data and Bit Flip Register 18
MC59_RDBFL19    0xF0064BC6          Read Data and Bit Flip Register 19
MC59_RDBFL20    0xF0064BC8          Read Data and Bit Flip Register 20
MC59_RDBFL21    0xF0064BCA          Read Data and Bit Flip Register 21
MC59_RDBFL22    0xF0064BCC          Read Data and Bit Flip Register 22
MC59_RDBFL23    0xF0064BCE          Read Data and Bit Flip Register 23
MC59_RDBFL24    0xF0064BD0          Read Data and Bit Flip Register 24
MC59_RDBFL25    0xF0064BD2          Read Data and Bit Flip Register 25
MC59_RDBFL26    0xF0064BD4          Read Data and Bit Flip Register 26
MC59_RDBFL27    0xF0064BD6          Read Data and Bit Flip Register 27
MC59_RDBFL28    0xF0064BD8          Read Data and Bit Flip Register 28
MC59_RDBFL29    0xF0064BDA          Read Data and Bit Flip Register 29
MC59_RDBFL30    0xF0064BDC          Read Data and Bit Flip Register 30
MC59_RDBFL31    0xF0064BDE          Read Data and Bit Flip Register 31
MC59_RDBFL32    0xF0064BE0          Read Data and Bit Flip Register 32
MC59_RDBFL33    0xF0064BE2          Read Data and Bit Flip Register 33
MC59_RDBFL34    0xF0064BE4          Read Data and Bit Flip Register 34
MC59_RDBFL35    0xF0064BE6          Read Data and Bit Flip Register 35
MC59_RDBFL36    0xF0064BE8          Read Data and Bit Flip Register 36
MC59_RDBFL37    0xF0064BEA          Read Data and Bit Flip Register 37
MC59_RDBFL38    0xF0064BEC          Read Data and Bit Flip Register 38
MC59_RDBFL39    0xF0064BEE          Read Data and Bit Flip Register 39
MC60_CONFIG0    0xF0064C00          Configuration Register 0
MC60_CONFIG1    0xF0064C02          Configuration Register 1
MC60_MCONTROL   0xF0064C04          MBIST Control Register
MC60_MSTATUS    0xF0064C06          Status Register
MC60_RANGE      0xF0064C08          Range Register, single address mode
MC60_REVID      0xF0064C0C          Revision ID Register
MC60_ECCS       0xF0064C0E          ECC Safety Register
MC60_ECCD       0xF0064C10          Memory ECC Detection Register
MC60_ETRR0      0xF0064C12          Error Tracking Register 0
MC60_ETRR1      0xF0064C14          Error Tracking Register 1
MC60_ETRR2      0xF0064C16          Error Tracking Register 2
MC60_ETRR3      0xF0064C18          Error Tracking Register 3
MC60_ETRR4      0xF0064C1A          Error Tracking Register 4
MC60_RDBFL0     0xF0064CA0          Read Data and Bit Flip Register 0
MC60_RDBFL1     0xF0064CA2          Read Data and Bit Flip Register 1
MC60_RDBFL2     0xF0064CA4          Read Data and Bit Flip Register 2
MC60_RDBFL3     0xF0064CA6          Read Data and Bit Flip Register 3
MC60_RDBFL4     0xF0064CA8          Read Data and Bit Flip Register 4
MC60_RDBFL5     0xF0064CAA          Read Data and Bit Flip Register 5
MC60_RDBFL6     0xF0064CAC          Read Data and Bit Flip Register 6
MC60_RDBFL7     0xF0064CAE          Read Data and Bit Flip Register 7
MC60_RDBFL8     0xF0064CB0          Read Data and Bit Flip Register 8
MC60_RDBFL9     0xF0064CB2          Read Data and Bit Flip Register 9
MC60_RDBFL10    0xF0064CB4          Read Data and Bit Flip Register 10
MC60_RDBFL11    0xF0064CB6          Read Data and Bit Flip Register 11
MC60_RDBFL12    0xF0064CB8          Read Data and Bit Flip Register 12
MC60_RDBFL13    0xF0064CBA          Read Data and Bit Flip Register 13
MC60_RDBFL14    0xF0064CBC          Read Data and Bit Flip Register 14
MC60_RDBFL15    0xF0064CBE          Read Data and Bit Flip Register 15
MC60_RDBFL16    0xF0064CC0          Read Data and Bit Flip Register 16
MC60_RDBFL17    0xF0064CC2          Read Data and Bit Flip Register 17
MC60_RDBFL18    0xF0064CC4          Read Data and Bit Flip Register 18
MC60_RDBFL19    0xF0064CC6          Read Data and Bit Flip Register 19
MC60_RDBFL20    0xF0064CC8          Read Data and Bit Flip Register 20
MC60_RDBFL21    0xF0064CCA          Read Data and Bit Flip Register 21
MC60_RDBFL22    0xF0064CCC          Read Data and Bit Flip Register 22
MC60_RDBFL23    0xF0064CCE          Read Data and Bit Flip Register 23
MC60_RDBFL24    0xF0064CD0          Read Data and Bit Flip Register 24
MC60_RDBFL25    0xF0064CD2          Read Data and Bit Flip Register 25
MC60_RDBFL26    0xF0064CD4          Read Data and Bit Flip Register 26
MC60_RDBFL27    0xF0064CD6          Read Data and Bit Flip Register 27
MC60_RDBFL28    0xF0064CD8          Read Data and Bit Flip Register 28
MC60_RDBFL29    0xF0064CDA          Read Data and Bit Flip Register 29
MC60_RDBFL30    0xF0064CDC          Read Data and Bit Flip Register 30
MC60_RDBFL31    0xF0064CDE          Read Data and Bit Flip Register 31
MC60_RDBFL32    0xF0064CE0          Read Data and Bit Flip Register 32
MC60_RDBFL33    0xF0064CE2          Read Data and Bit Flip Register 33
MC60_RDBFL34    0xF0064CE4          Read Data and Bit Flip Register 34
MC60_RDBFL35    0xF0064CE6          Read Data and Bit Flip Register 35
MC60_RDBFL36    0xF0064CE8          Read Data and Bit Flip Register 36
MC60_RDBFL37    0xF0064CEA          Read Data and Bit Flip Register 37
MC60_RDBFL38    0xF0064CEC          Read Data and Bit Flip Register 38
MC60_RDBFL39    0xF0064CEE          Read Data and Bit Flip Register 39
MC61_CONFIG0    0xF0064D00          Configuration Register 0
MC61_CONFIG1    0xF0064D02          Configuration Register 1
MC61_MCONTROL   0xF0064D04          MBIST Control Register
MC61_MSTATUS    0xF0064D06          Status Register
MC61_RANGE      0xF0064D08          Range Register, single address mode
MC61_REVID      0xF0064D0C          Revision ID Register
MC61_ECCS       0xF0064D0E          ECC Safety Register
MC61_ECCD       0xF0064D10          Memory ECC Detection Register
MC61_ETRR0      0xF0064D12          Error Tracking Register 0
MC61_ETRR1      0xF0064D14          Error Tracking Register 1
MC61_ETRR2      0xF0064D16          Error Tracking Register 2
MC61_ETRR3      0xF0064D18          Error Tracking Register 3
MC61_ETRR4      0xF0064D1A          Error Tracking Register 4
MC61_RDBFL0     0xF0064DA0          Read Data and Bit Flip Register 0
MC61_RDBFL1     0xF0064DA2          Read Data and Bit Flip Register 1
MC61_RDBFL2     0xF0064DA4          Read Data and Bit Flip Register 2
MC61_RDBFL3     0xF0064DA6          Read Data and Bit Flip Register 3
MC61_RDBFL4     0xF0064DA8          Read Data and Bit Flip Register 4
MC61_RDBFL5     0xF0064DAA          Read Data and Bit Flip Register 5
MC61_RDBFL6     0xF0064DAC          Read Data and Bit Flip Register 6
MC61_RDBFL7     0xF0064DAE          Read Data and Bit Flip Register 7
MC61_RDBFL8     0xF0064DB0          Read Data and Bit Flip Register 8
MC61_RDBFL9     0xF0064DB2          Read Data and Bit Flip Register 9
MC61_RDBFL10    0xF0064DB4          Read Data and Bit Flip Register 10
MC61_RDBFL11    0xF0064DB6          Read Data and Bit Flip Register 11
MC61_RDBFL12    0xF0064DB8          Read Data and Bit Flip Register 12
MC61_RDBFL13    0xF0064DBA          Read Data and Bit Flip Register 13
MC61_RDBFL14    0xF0064DBC          Read Data and Bit Flip Register 14
MC61_RDBFL15    0xF0064DBE          Read Data and Bit Flip Register 15
MC61_RDBFL16    0xF0064DC0          Read Data and Bit Flip Register 16
MC61_RDBFL17    0xF0064DC2          Read Data and Bit Flip Register 17
MC61_RDBFL18    0xF0064DC4          Read Data and Bit Flip Register 18
MC61_RDBFL19    0xF0064DC6          Read Data and Bit Flip Register 19
MC61_RDBFL20    0xF0064DC8          Read Data and Bit Flip Register 20
MC61_RDBFL21    0xF0064DCA          Read Data and Bit Flip Register 21
MC61_RDBFL22    0xF0064DCC          Read Data and Bit Flip Register 22
MC61_RDBFL23    0xF0064DCE          Read Data and Bit Flip Register 23
MC61_RDBFL24    0xF0064DD0          Read Data and Bit Flip Register 24
MC61_RDBFL25    0xF0064DD2          Read Data and Bit Flip Register 25
MC61_RDBFL26    0xF0064DD4          Read Data and Bit Flip Register 26
MC61_RDBFL27    0xF0064DD6          Read Data and Bit Flip Register 27
MC61_RDBFL28    0xF0064DD8          Read Data and Bit Flip Register 28
MC61_RDBFL29    0xF0064DDA          Read Data and Bit Flip Register 29
MC61_RDBFL30    0xF0064DDC          Read Data and Bit Flip Register 30
MC61_RDBFL31    0xF0064DDE          Read Data and Bit Flip Register 31
MC61_RDBFL32    0xF0064DE0          Read Data and Bit Flip Register 32
MC61_RDBFL33    0xF0064DE2          Read Data and Bit Flip Register 33
MC61_RDBFL34    0xF0064DE4          Read Data and Bit Flip Register 34
MC61_RDBFL35    0xF0064DE6          Read Data and Bit Flip Register 35
MC61_RDBFL36    0xF0064DE8          Read Data and Bit Flip Register 36
MC61_RDBFL37    0xF0064DEA          Read Data and Bit Flip Register 37
MC61_RDBFL38    0xF0064DEC          Read Data and Bit Flip Register 38
MC61_RDBFL39    0xF0064DEE          Read Data and Bit Flip Register 39
MC62_CONFIG0    0xF0064E00          Configuration Register 0
MC62_CONFIG1    0xF0064E02          Configuration Register 1
MC62_MCONTROL   0xF0064E04          MBIST Control Register
MC62_MSTATUS    0xF0064E06          Status Register
MC62_RANGE      0xF0064E08          Range Register, single address mode
MC62_REVID      0xF0064E0C          Revision ID Register
MC62_ECCS       0xF0064E0E          ECC Safety Register
MC62_ECCD       0xF0064E10          Memory ECC Detection Register
MC62_ETRR0      0xF0064E12          Error Tracking Register 0
MC62_ETRR1      0xF0064E14          Error Tracking Register 1
MC62_ETRR2      0xF0064E16          Error Tracking Register 2
MC62_ETRR3      0xF0064E18          Error Tracking Register 3
MC62_ETRR4      0xF0064E1A          Error Tracking Register 4
MC62_RDBFL0     0xF0064EA0          Read Data and Bit Flip Register 0
MC62_RDBFL1     0xF0064EA2          Read Data and Bit Flip Register 1
MC62_RDBFL2     0xF0064EA4          Read Data and Bit Flip Register 2
MC62_RDBFL3     0xF0064EA6          Read Data and Bit Flip Register 3
MC62_RDBFL4     0xF0064EA8          Read Data and Bit Flip Register 4
MC62_RDBFL5     0xF0064EAA          Read Data and Bit Flip Register 5
MC62_RDBFL6     0xF0064EAC          Read Data and Bit Flip Register 6
MC62_RDBFL7     0xF0064EAE          Read Data and Bit Flip Register 7
MC62_RDBFL8     0xF0064EB0          Read Data and Bit Flip Register 8
MC62_RDBFL9     0xF0064EB2          Read Data and Bit Flip Register 9
MC62_RDBFL10    0xF0064EB4          Read Data and Bit Flip Register 10
MC62_RDBFL11    0xF0064EB6          Read Data and Bit Flip Register 11
MC62_RDBFL12    0xF0064EB8          Read Data and Bit Flip Register 12
MC62_RDBFL13    0xF0064EBA          Read Data and Bit Flip Register 13
MC62_RDBFL14    0xF0064EBC          Read Data and Bit Flip Register 14
MC62_RDBFL15    0xF0064EBE          Read Data and Bit Flip Register 15
MC62_RDBFL16    0xF0064EC0          Read Data and Bit Flip Register 16
MC62_RDBFL17    0xF0064EC2          Read Data and Bit Flip Register 17
MC62_RDBFL18    0xF0064EC4          Read Data and Bit Flip Register 18
MC62_RDBFL19    0xF0064EC6          Read Data and Bit Flip Register 19
MC62_RDBFL20    0xF0064EC8          Read Data and Bit Flip Register 20
MC62_RDBFL21    0xF0064ECA          Read Data and Bit Flip Register 21
MC62_RDBFL22    0xF0064ECC          Read Data and Bit Flip Register 22
MC62_RDBFL23    0xF0064ECE          Read Data and Bit Flip Register 23
MC62_RDBFL24    0xF0064ED0          Read Data and Bit Flip Register 24
MC62_RDBFL25    0xF0064ED2          Read Data and Bit Flip Register 25
MC62_RDBFL26    0xF0064ED4          Read Data and Bit Flip Register 26
MC62_RDBFL27    0xF0064ED6          Read Data and Bit Flip Register 27
MC62_RDBFL28    0xF0064ED8          Read Data and Bit Flip Register 28
MC62_RDBFL29    0xF0064EDA          Read Data and Bit Flip Register 29
MC62_RDBFL30    0xF0064EDC          Read Data and Bit Flip Register 30
MC62_RDBFL31    0xF0064EDE          Read Data and Bit Flip Register 31
MC62_RDBFL32    0xF0064EE0          Read Data and Bit Flip Register 32
MC62_RDBFL33    0xF0064EE2          Read Data and Bit Flip Register 33
MC62_RDBFL34    0xF0064EE4          Read Data and Bit Flip Register 34
MC62_RDBFL35    0xF0064EE6          Read Data and Bit Flip Register 35
MC62_RDBFL36    0xF0064EE8          Read Data and Bit Flip Register 36
MC62_RDBFL37    0xF0064EEA          Read Data and Bit Flip Register 37
MC62_RDBFL38    0xF0064EEC          Read Data and Bit Flip Register 38
MC62_RDBFL39    0xF0064EEE          Read Data and Bit Flip Register 39
MC63_CONFIG0    0xF0064F00          Configuration Register 0
MC63_CONFIG1    0xF0064F02          Configuration Register 1
MC63_MCONTROL   0xF0064F04          MBIST Control Register
MC63_MSTATUS    0xF0064F06          Status Register
MC63_RANGE      0xF0064F08          Range Register, single address mode
MC63_REVID      0xF0064F0C          Revision ID Register
MC63_ECCS       0xF0064F0E          ECC Safety Register
MC63_ECCD       0xF0064F10          Memory ECC Detection Register
MC63_ETRR0      0xF0064F12          Error Tracking Register 0
MC63_ETRR1      0xF0064F14          Error Tracking Register 1
MC63_ETRR2      0xF0064F16          Error Tracking Register 2
MC63_ETRR3      0xF0064F18          Error Tracking Register 3
MC63_ETRR4      0xF0064F1A          Error Tracking Register 4
MC63_RDBFL0     0xF0064FA0          Read Data and Bit Flip Register 0
MC63_RDBFL1     0xF0064FA2          Read Data and Bit Flip Register 1
MC63_RDBFL2     0xF0064FA4          Read Data and Bit Flip Register 2
MC63_RDBFL3     0xF0064FA6          Read Data and Bit Flip Register 3
MC63_RDBFL4     0xF0064FA8          Read Data and Bit Flip Register 4
MC63_RDBFL5     0xF0064FAA          Read Data and Bit Flip Register 5
MC63_RDBFL6     0xF0064FAC          Read Data and Bit Flip Register 6
MC63_RDBFL7     0xF0064FAE          Read Data and Bit Flip Register 7
MC63_RDBFL8     0xF0064FB0          Read Data and Bit Flip Register 8
MC63_RDBFL9     0xF0064FB2          Read Data and Bit Flip Register 9
MC63_RDBFL10    0xF0064FB4          Read Data and Bit Flip Register 10
MC63_RDBFL11    0xF0064FB6          Read Data and Bit Flip Register 11
MC63_RDBFL12    0xF0064FB8          Read Data and Bit Flip Register 12
MC63_RDBFL13    0xF0064FBA          Read Data and Bit Flip Register 13
MC63_RDBFL14    0xF0064FBC          Read Data and Bit Flip Register 14
MC63_RDBFL15    0xF0064FBE          Read Data and Bit Flip Register 15
MC63_RDBFL16    0xF0064FC0          Read Data and Bit Flip Register 16
MC63_RDBFL17    0xF0064FC2          Read Data and Bit Flip Register 17
MC63_RDBFL18    0xF0064FC4          Read Data and Bit Flip Register 18
MC63_RDBFL19    0xF0064FC6          Read Data and Bit Flip Register 19
MC63_RDBFL20    0xF0064FC8          Read Data and Bit Flip Register 20
MC63_RDBFL21    0xF0064FCA          Read Data and Bit Flip Register 21
MC63_RDBFL22    0xF0064FCC          Read Data and Bit Flip Register 22
MC63_RDBFL23    0xF0064FCE          Read Data and Bit Flip Register 23
MC63_RDBFL24    0xF0064FD0          Read Data and Bit Flip Register 24
MC63_RDBFL25    0xF0064FD2          Read Data and Bit Flip Register 25
MC63_RDBFL26    0xF0064FD4          Read Data and Bit Flip Register 26
MC63_RDBFL27    0xF0064FD6          Read Data and Bit Flip Register 27
MC63_RDBFL28    0xF0064FD8          Read Data and Bit Flip Register 28
MC63_RDBFL29    0xF0064FDA          Read Data and Bit Flip Register 29
MC63_RDBFL30    0xF0064FDC          Read Data and Bit Flip Register 30
MC63_RDBFL31    0xF0064FDE          Read Data and Bit Flip Register 31
MC63_RDBFL32    0xF0064FE0          Read Data and Bit Flip Register 32
MC63_RDBFL33    0xF0064FE2          Read Data and Bit Flip Register 33
MC63_RDBFL34    0xF0064FE4          Read Data and Bit Flip Register 34
MC63_RDBFL35    0xF0064FE6          Read Data and Bit Flip Register 35
MC63_RDBFL36    0xF0064FE8          Read Data and Bit Flip Register 36
MC63_RDBFL37    0xF0064FEA          Read Data and Bit Flip Register 37
MC63_RDBFL38    0xF0064FEC          Read Data and Bit Flip Register 38
MC63_RDBFL39    0xF0064FEE          Read Data and Bit Flip Register 39
MC64_CONFIG0    0xF0065000          Configuration Register 0
MC64_CONFIG1    0xF0065002          Configuration Register 1
MC64_MCONTROL   0xF0065004          MBIST Control Register
MC64_MSTATUS    0xF0065006          Status Register
MC64_RANGE      0xF0065008          Range Register, single address mode
MC64_REVID      0xF006500C          Revision ID Register
MC64_ECCS       0xF006500E          ECC Safety Register
MC64_ECCD       0xF0065010          Memory ECC Detection Register
MC64_ETRR0      0xF0065012          Error Tracking Register 0
MC64_ETRR1      0xF0065014          Error Tracking Register 1
MC64_ETRR2      0xF0065016          Error Tracking Register 2
MC64_ETRR3      0xF0065018          Error Tracking Register 3
MC64_ETRR4      0xF006501A          Error Tracking Register 4
MC64_RDBFL0     0xF00650A0          Read Data and Bit Flip Register 0
MC64_RDBFL1     0xF00650A2          Read Data and Bit Flip Register 1
MC64_RDBFL2     0xF00650A4          Read Data and Bit Flip Register 2
MC64_RDBFL3     0xF00650A6          Read Data and Bit Flip Register 3
MC64_RDBFL4     0xF00650A8          Read Data and Bit Flip Register 4
MC64_RDBFL5     0xF00650AA          Read Data and Bit Flip Register 5
MC64_RDBFL6     0xF00650AC          Read Data and Bit Flip Register 6
MC64_RDBFL7     0xF00650AE          Read Data and Bit Flip Register 7
MC64_RDBFL8     0xF00650B0          Read Data and Bit Flip Register 8
MC64_RDBFL9     0xF00650B2          Read Data and Bit Flip Register 9
MC64_RDBFL10    0xF00650B4          Read Data and Bit Flip Register 10
MC64_RDBFL11    0xF00650B6          Read Data and Bit Flip Register 11
MC64_RDBFL12    0xF00650B8          Read Data and Bit Flip Register 12
MC64_RDBFL13    0xF00650BA          Read Data and Bit Flip Register 13
MC64_RDBFL14    0xF00650BC          Read Data and Bit Flip Register 14
MC64_RDBFL15    0xF00650BE          Read Data and Bit Flip Register 15
MC64_RDBFL16    0xF00650C0          Read Data and Bit Flip Register 16
MC64_RDBFL17    0xF00650C2          Read Data and Bit Flip Register 17
MC64_RDBFL18    0xF00650C4          Read Data and Bit Flip Register 18
MC64_RDBFL19    0xF00650C6          Read Data and Bit Flip Register 19
MC64_RDBFL20    0xF00650C8          Read Data and Bit Flip Register 20
MC64_RDBFL21    0xF00650CA          Read Data and Bit Flip Register 21
MC64_RDBFL22    0xF00650CC          Read Data and Bit Flip Register 22
MC64_RDBFL23    0xF00650CE          Read Data and Bit Flip Register 23
MC64_RDBFL24    0xF00650D0          Read Data and Bit Flip Register 24
MC64_RDBFL25    0xF00650D2          Read Data and Bit Flip Register 25
MC64_RDBFL26    0xF00650D4          Read Data and Bit Flip Register 26
MC64_RDBFL27    0xF00650D6          Read Data and Bit Flip Register 27
MC64_RDBFL28    0xF00650D8          Read Data and Bit Flip Register 28
MC64_RDBFL29    0xF00650DA          Read Data and Bit Flip Register 29
MC64_RDBFL30    0xF00650DC          Read Data and Bit Flip Register 30
MC64_RDBFL31    0xF00650DE          Read Data and Bit Flip Register 31
MC64_RDBFL32    0xF00650E0          Read Data and Bit Flip Register 32
MC64_RDBFL33    0xF00650E2          Read Data and Bit Flip Register 33
MC64_RDBFL34    0xF00650E4          Read Data and Bit Flip Register 34
MC64_RDBFL35    0xF00650E6          Read Data and Bit Flip Register 35
MC64_RDBFL36    0xF00650E8          Read Data and Bit Flip Register 36
MC64_RDBFL37    0xF00650EA          Read Data and Bit Flip Register 37
MC64_RDBFL38    0xF00650EC          Read Data and Bit Flip Register 38
MC64_RDBFL39    0xF00650EE          Read Data and Bit Flip Register 39
MC65_CONFIG0    0xF0065100          Configuration Register 0
MC65_CONFIG1    0xF0065102          Configuration Register 1
MC65_MCONTROL   0xF0065104          MBIST Control Register
MC65_MSTATUS    0xF0065106          Status Register
MC65_RANGE      0xF0065108          Range Register, single address mode
MC65_REVID      0xF006510C          Revision ID Register
MC65_ECCS       0xF006510E          ECC Safety Register
MC65_ECCD       0xF0065110          Memory ECC Detection Register
MC65_ETRR0      0xF0065112          Error Tracking Register 0
MC65_ETRR1      0xF0065114          Error Tracking Register 1
MC65_ETRR2      0xF0065116          Error Tracking Register 2
MC65_ETRR3      0xF0065118          Error Tracking Register 3
MC65_ETRR4      0xF006511A          Error Tracking Register 4
MC65_RDBFL0     0xF00651A0          Read Data and Bit Flip Register 0
MC65_RDBFL1     0xF00651A2          Read Data and Bit Flip Register 1
MC65_RDBFL2     0xF00651A4          Read Data and Bit Flip Register 2
MC65_RDBFL3     0xF00651A6          Read Data and Bit Flip Register 3
MC65_RDBFL4     0xF00651A8          Read Data and Bit Flip Register 4
MC65_RDBFL5     0xF00651AA          Read Data and Bit Flip Register 5
MC65_RDBFL6     0xF00651AC          Read Data and Bit Flip Register 6
MC65_RDBFL7     0xF00651AE          Read Data and Bit Flip Register 7
MC65_RDBFL8     0xF00651B0          Read Data and Bit Flip Register 8
MC65_RDBFL9     0xF00651B2          Read Data and Bit Flip Register 9
MC65_RDBFL10    0xF00651B4          Read Data and Bit Flip Register 10
MC65_RDBFL11    0xF00651B6          Read Data and Bit Flip Register 11
MC65_RDBFL12    0xF00651B8          Read Data and Bit Flip Register 12
MC65_RDBFL13    0xF00651BA          Read Data and Bit Flip Register 13
MC65_RDBFL14    0xF00651BC          Read Data and Bit Flip Register 14
MC65_RDBFL15    0xF00651BE          Read Data and Bit Flip Register 15
MC65_RDBFL16    0xF00651C0          Read Data and Bit Flip Register 16
MC65_RDBFL17    0xF00651C2          Read Data and Bit Flip Register 17
MC65_RDBFL18    0xF00651C4          Read Data and Bit Flip Register 18
MC65_RDBFL19    0xF00651C6          Read Data and Bit Flip Register 19
MC65_RDBFL20    0xF00651C8          Read Data and Bit Flip Register 20
MC65_RDBFL21    0xF00651CA          Read Data and Bit Flip Register 21
MC65_RDBFL22    0xF00651CC          Read Data and Bit Flip Register 22
MC65_RDBFL23    0xF00651CE          Read Data and Bit Flip Register 23
MC65_RDBFL24    0xF00651D0          Read Data and Bit Flip Register 24
MC65_RDBFL25    0xF00651D2          Read Data and Bit Flip Register 25
MC65_RDBFL26    0xF00651D4          Read Data and Bit Flip Register 26
MC65_RDBFL27    0xF00651D6          Read Data and Bit Flip Register 27
MC65_RDBFL28    0xF00651D8          Read Data and Bit Flip Register 28
MC65_RDBFL29    0xF00651DA          Read Data and Bit Flip Register 29
MC65_RDBFL30    0xF00651DC          Read Data and Bit Flip Register 30
MC65_RDBFL31    0xF00651DE          Read Data and Bit Flip Register 31
MC65_RDBFL32    0xF00651E0          Read Data and Bit Flip Register 32
MC65_RDBFL33    0xF00651E2          Read Data and Bit Flip Register 33
MC65_RDBFL34    0xF00651E4          Read Data and Bit Flip Register 34
MC65_RDBFL35    0xF00651E6          Read Data and Bit Flip Register 35
MC65_RDBFL36    0xF00651E8          Read Data and Bit Flip Register 36
MC65_RDBFL37    0xF00651EA          Read Data and Bit Flip Register 37
MC65_RDBFL38    0xF00651EC          Read Data and Bit Flip Register 38
MC65_RDBFL39    0xF00651EE          Read Data and Bit Flip Register 39
MC66_CONFIG0    0xF0065200          Configuration Register 0
MC66_CONFIG1    0xF0065202          Configuration Register 1
MC66_MCONTROL   0xF0065204          MBIST Control Register
MC66_MSTATUS    0xF0065206          Status Register
MC66_RANGE      0xF0065208          Range Register, single address mode
MC66_REVID      0xF006520C          Revision ID Register
MC66_ECCS       0xF006520E          ECC Safety Register
MC66_ECCD       0xF0065210          Memory ECC Detection Register
MC66_ETRR0      0xF0065212          Error Tracking Register 0
MC66_ETRR1      0xF0065214          Error Tracking Register 1
MC66_ETRR2      0xF0065216          Error Tracking Register 2
MC66_ETRR3      0xF0065218          Error Tracking Register 3
MC66_ETRR4      0xF006521A          Error Tracking Register 4
MC66_RDBFL0     0xF00652A0          Read Data and Bit Flip Register 0
MC66_RDBFL1     0xF00652A2          Read Data and Bit Flip Register 1
MC66_RDBFL2     0xF00652A4          Read Data and Bit Flip Register 2
MC66_RDBFL3     0xF00652A6          Read Data and Bit Flip Register 3
MC66_RDBFL4     0xF00652A8          Read Data and Bit Flip Register 4
MC66_RDBFL5     0xF00652AA          Read Data and Bit Flip Register 5
MC66_RDBFL6     0xF00652AC          Read Data and Bit Flip Register 6
MC66_RDBFL7     0xF00652AE          Read Data and Bit Flip Register 7
MC66_RDBFL8     0xF00652B0          Read Data and Bit Flip Register 8
MC66_RDBFL9     0xF00652B2          Read Data and Bit Flip Register 9
MC66_RDBFL10    0xF00652B4          Read Data and Bit Flip Register 10
MC66_RDBFL11    0xF00652B6          Read Data and Bit Flip Register 11
MC66_RDBFL12    0xF00652B8          Read Data and Bit Flip Register 12
MC66_RDBFL13    0xF00652BA          Read Data and Bit Flip Register 13
MC66_RDBFL14    0xF00652BC          Read Data and Bit Flip Register 14
MC66_RDBFL15    0xF00652BE          Read Data and Bit Flip Register 15
MC66_RDBFL16    0xF00652C0          Read Data and Bit Flip Register 16
MC66_RDBFL17    0xF00652C2          Read Data and Bit Flip Register 17
MC66_RDBFL18    0xF00652C4          Read Data and Bit Flip Register 18
MC66_RDBFL19    0xF00652C6          Read Data and Bit Flip Register 19
MC66_RDBFL20    0xF00652C8          Read Data and Bit Flip Register 20
MC66_RDBFL21    0xF00652CA          Read Data and Bit Flip Register 21
MC66_RDBFL22    0xF00652CC          Read Data and Bit Flip Register 22
MC66_RDBFL23    0xF00652CE          Read Data and Bit Flip Register 23
MC66_RDBFL24    0xF00652D0          Read Data and Bit Flip Register 24
MC66_RDBFL25    0xF00652D2          Read Data and Bit Flip Register 25
MC66_RDBFL26    0xF00652D4          Read Data and Bit Flip Register 26
MC66_RDBFL27    0xF00652D6          Read Data and Bit Flip Register 27
MC66_RDBFL28    0xF00652D8          Read Data and Bit Flip Register 28
MC66_RDBFL29    0xF00652DA          Read Data and Bit Flip Register 29
MC66_RDBFL30    0xF00652DC          Read Data and Bit Flip Register 30
MC66_RDBFL31    0xF00652DE          Read Data and Bit Flip Register 31
MC66_RDBFL32    0xF00652E0          Read Data and Bit Flip Register 32
MC66_RDBFL33    0xF00652E2          Read Data and Bit Flip Register 33
MC66_RDBFL34    0xF00652E4          Read Data and Bit Flip Register 34
MC66_RDBFL35    0xF00652E6          Read Data and Bit Flip Register 35
MC66_RDBFL36    0xF00652E8          Read Data and Bit Flip Register 36
MC66_RDBFL37    0xF00652EA          Read Data and Bit Flip Register 37
MC66_RDBFL38    0xF00652EC          Read Data and Bit Flip Register 38
MC66_RDBFL39    0xF00652EE          Read Data and Bit Flip Register 39
MC67_CONFIG0    0xF0065300          Configuration Register 0
MC67_CONFIG1    0xF0065302          Configuration Register 1
MC67_MCONTROL   0xF0065304          MBIST Control Register
MC67_MSTATUS    0xF0065306          Status Register
MC67_RANGE      0xF0065308          Range Register, single address mode
MC67_REVID      0xF006530C          Revision ID Register
MC67_ECCS       0xF006530E          ECC Safety Register
MC67_ECCD       0xF0065310          Memory ECC Detection Register
MC67_ETRR0      0xF0065312          Error Tracking Register 0
MC67_ETRR1      0xF0065314          Error Tracking Register 1
MC67_ETRR2      0xF0065316          Error Tracking Register 2
MC67_ETRR3      0xF0065318          Error Tracking Register 3
MC67_ETRR4      0xF006531A          Error Tracking Register 4
MC67_RDBFL0     0xF00653A0          Read Data and Bit Flip Register 0
MC67_RDBFL1     0xF00653A2          Read Data and Bit Flip Register 1
MC67_RDBFL2     0xF00653A4          Read Data and Bit Flip Register 2
MC67_RDBFL3     0xF00653A6          Read Data and Bit Flip Register 3
MC67_RDBFL4     0xF00653A8          Read Data and Bit Flip Register 4
MC67_RDBFL5     0xF00653AA          Read Data and Bit Flip Register 5
MC67_RDBFL6     0xF00653AC          Read Data and Bit Flip Register 6
MC67_RDBFL7     0xF00653AE          Read Data and Bit Flip Register 7
MC67_RDBFL8     0xF00653B0          Read Data and Bit Flip Register 8
MC67_RDBFL9     0xF00653B2          Read Data and Bit Flip Register 9
MC67_RDBFL10    0xF00653B4          Read Data and Bit Flip Register 10
MC67_RDBFL11    0xF00653B6          Read Data and Bit Flip Register 11
MC67_RDBFL12    0xF00653B8          Read Data and Bit Flip Register 12
MC67_RDBFL13    0xF00653BA          Read Data and Bit Flip Register 13
MC67_RDBFL14    0xF00653BC          Read Data and Bit Flip Register 14
MC67_RDBFL15    0xF00653BE          Read Data and Bit Flip Register 15
MC67_RDBFL16    0xF00653C0          Read Data and Bit Flip Register 16
MC67_RDBFL17    0xF00653C2          Read Data and Bit Flip Register 17
MC67_RDBFL18    0xF00653C4          Read Data and Bit Flip Register 18
MC67_RDBFL19    0xF00653C6          Read Data and Bit Flip Register 19
MC67_RDBFL20    0xF00653C8          Read Data and Bit Flip Register 20
MC67_RDBFL21    0xF00653CA          Read Data and Bit Flip Register 21
MC67_RDBFL22    0xF00653CC          Read Data and Bit Flip Register 22
MC67_RDBFL23    0xF00653CE          Read Data and Bit Flip Register 23
MC67_RDBFL24    0xF00653D0          Read Data and Bit Flip Register 24
MC67_RDBFL25    0xF00653D2          Read Data and Bit Flip Register 25
MC67_RDBFL26    0xF00653D4          Read Data and Bit Flip Register 26
MC67_RDBFL27    0xF00653D6          Read Data and Bit Flip Register 27
MC67_RDBFL28    0xF00653D8          Read Data and Bit Flip Register 28
MC67_RDBFL29    0xF00653DA          Read Data and Bit Flip Register 29
MC67_RDBFL30    0xF00653DC          Read Data and Bit Flip Register 30
MC67_RDBFL31    0xF00653DE          Read Data and Bit Flip Register 31
MC67_RDBFL32    0xF00653E0          Read Data and Bit Flip Register 32
MC67_RDBFL33    0xF00653E2          Read Data and Bit Flip Register 33
MC67_RDBFL34    0xF00653E4          Read Data and Bit Flip Register 34
MC67_RDBFL35    0xF00653E6          Read Data and Bit Flip Register 35
MC67_RDBFL36    0xF00653E8          Read Data and Bit Flip Register 36
MC67_RDBFL37    0xF00653EA          Read Data and Bit Flip Register 37
MC67_RDBFL38    0xF00653EC          Read Data and Bit Flip Register 38
MC67_RDBFL39    0xF00653EE          Read Data and Bit Flip Register 39
MC68_CONFIG0    0xF0065400          Configuration Register 0
MC68_CONFIG1    0xF0065402          Configuration Register 1
MC68_MCONTROL   0xF0065404          MBIST Control Register
MC68_MSTATUS    0xF0065406          Status Register
MC68_RANGE      0xF0065408          Range Register, single address mode
MC68_REVID      0xF006540C          Revision ID Register
MC68_ECCS       0xF006540E          ECC Safety Register
MC68_ECCD       0xF0065410          Memory ECC Detection Register
MC68_ETRR0      0xF0065412          Error Tracking Register 0
MC68_ETRR1      0xF0065414          Error Tracking Register 1
MC68_ETRR2      0xF0065416          Error Tracking Register 2
MC68_ETRR3      0xF0065418          Error Tracking Register 3
MC68_ETRR4      0xF006541A          Error Tracking Register 4
MC68_RDBFL0     0xF00654A0          Read Data and Bit Flip Register 0
MC68_RDBFL1     0xF00654A2          Read Data and Bit Flip Register 1
MC68_RDBFL2     0xF00654A4          Read Data and Bit Flip Register 2
MC68_RDBFL3     0xF00654A6          Read Data and Bit Flip Register 3
MC68_RDBFL4     0xF00654A8          Read Data and Bit Flip Register 4
MC68_RDBFL5     0xF00654AA          Read Data and Bit Flip Register 5
MC68_RDBFL6     0xF00654AC          Read Data and Bit Flip Register 6
MC68_RDBFL7     0xF00654AE          Read Data and Bit Flip Register 7
MC68_RDBFL8     0xF00654B0          Read Data and Bit Flip Register 8
MC68_RDBFL9     0xF00654B2          Read Data and Bit Flip Register 9
MC68_RDBFL10    0xF00654B4          Read Data and Bit Flip Register 10
MC68_RDBFL11    0xF00654B6          Read Data and Bit Flip Register 11
MC68_RDBFL12    0xF00654B8          Read Data and Bit Flip Register 12
MC68_RDBFL13    0xF00654BA          Read Data and Bit Flip Register 13
MC68_RDBFL14    0xF00654BC          Read Data and Bit Flip Register 14
MC68_RDBFL15    0xF00654BE          Read Data and Bit Flip Register 15
MC68_RDBFL16    0xF00654C0          Read Data and Bit Flip Register 16
MC68_RDBFL17    0xF00654C2          Read Data and Bit Flip Register 17
MC68_RDBFL18    0xF00654C4          Read Data and Bit Flip Register 18
MC68_RDBFL19    0xF00654C6          Read Data and Bit Flip Register 19
MC68_RDBFL20    0xF00654C8          Read Data and Bit Flip Register 20
MC68_RDBFL21    0xF00654CA          Read Data and Bit Flip Register 21
MC68_RDBFL22    0xF00654CC          Read Data and Bit Flip Register 22
MC68_RDBFL23    0xF00654CE          Read Data and Bit Flip Register 23
MC68_RDBFL24    0xF00654D0          Read Data and Bit Flip Register 24
MC68_RDBFL25    0xF00654D2          Read Data and Bit Flip Register 25
MC68_RDBFL26    0xF00654D4          Read Data and Bit Flip Register 26
MC68_RDBFL27    0xF00654D6          Read Data and Bit Flip Register 27
MC68_RDBFL28    0xF00654D8          Read Data and Bit Flip Register 28
MC68_RDBFL29    0xF00654DA          Read Data and Bit Flip Register 29
MC68_RDBFL30    0xF00654DC          Read Data and Bit Flip Register 30
MC68_RDBFL31    0xF00654DE          Read Data and Bit Flip Register 31
MC68_RDBFL32    0xF00654E0          Read Data and Bit Flip Register 32
MC68_RDBFL33    0xF00654E2          Read Data and Bit Flip Register 33
MC68_RDBFL34    0xF00654E4          Read Data and Bit Flip Register 34
MC68_RDBFL35    0xF00654E6          Read Data and Bit Flip Register 35
MC68_RDBFL36    0xF00654E8          Read Data and Bit Flip Register 36
MC68_RDBFL37    0xF00654EA          Read Data and Bit Flip Register 37
MC68_RDBFL38    0xF00654EC          Read Data and Bit Flip Register 38
MC68_RDBFL39    0xF00654EE          Read Data and Bit Flip Register 39
MC69_CONFIG0    0xF0065500          Configuration Register 0
MC69_CONFIG1    0xF0065502          Configuration Register 1
MC69_MCONTROL   0xF0065504          MBIST Control Register
MC69_MSTATUS    0xF0065506          Status Register
MC69_RANGE      0xF0065508          Range Register, single address mode
MC69_REVID      0xF006550C          Revision ID Register
MC69_ECCS       0xF006550E          ECC Safety Register
MC69_ECCD       0xF0065510          Memory ECC Detection Register
MC69_ETRR0      0xF0065512          Error Tracking Register 0
MC69_ETRR1      0xF0065514          Error Tracking Register 1
MC69_ETRR2      0xF0065516          Error Tracking Register 2
MC69_ETRR3      0xF0065518          Error Tracking Register 3
MC69_ETRR4      0xF006551A          Error Tracking Register 4
MC69_RDBFL0     0xF00655A0          Read Data and Bit Flip Register 0
MC69_RDBFL1     0xF00655A2          Read Data and Bit Flip Register 1
MC69_RDBFL2     0xF00655A4          Read Data and Bit Flip Register 2
MC69_RDBFL3     0xF00655A6          Read Data and Bit Flip Register 3
MC69_RDBFL4     0xF00655A8          Read Data and Bit Flip Register 4
MC69_RDBFL5     0xF00655AA          Read Data and Bit Flip Register 5
MC69_RDBFL6     0xF00655AC          Read Data and Bit Flip Register 6
MC69_RDBFL7     0xF00655AE          Read Data and Bit Flip Register 7
MC69_RDBFL8     0xF00655B0          Read Data and Bit Flip Register 8
MC69_RDBFL9     0xF00655B2          Read Data and Bit Flip Register 9
MC69_RDBFL10    0xF00655B4          Read Data and Bit Flip Register 10
MC69_RDBFL11    0xF00655B6          Read Data and Bit Flip Register 11
MC69_RDBFL12    0xF00655B8          Read Data and Bit Flip Register 12
MC69_RDBFL13    0xF00655BA          Read Data and Bit Flip Register 13
MC69_RDBFL14    0xF00655BC          Read Data and Bit Flip Register 14
MC69_RDBFL15    0xF00655BE          Read Data and Bit Flip Register 15
MC69_RDBFL16    0xF00655C0          Read Data and Bit Flip Register 16
MC69_RDBFL17    0xF00655C2          Read Data and Bit Flip Register 17
MC69_RDBFL18    0xF00655C4          Read Data and Bit Flip Register 18
MC69_RDBFL19    0xF00655C6          Read Data and Bit Flip Register 19
MC69_RDBFL20    0xF00655C8          Read Data and Bit Flip Register 20
MC69_RDBFL21    0xF00655CA          Read Data and Bit Flip Register 21
MC69_RDBFL22    0xF00655CC          Read Data and Bit Flip Register 22
MC69_RDBFL23    0xF00655CE          Read Data and Bit Flip Register 23
MC69_RDBFL24    0xF00655D0          Read Data and Bit Flip Register 24
MC69_RDBFL25    0xF00655D2          Read Data and Bit Flip Register 25
MC69_RDBFL26    0xF00655D4          Read Data and Bit Flip Register 26
MC69_RDBFL27    0xF00655D6          Read Data and Bit Flip Register 27
MC69_RDBFL28    0xF00655D8          Read Data and Bit Flip Register 28
MC69_RDBFL29    0xF00655DA          Read Data and Bit Flip Register 29
MC69_RDBFL30    0xF00655DC          Read Data and Bit Flip Register 30
MC69_RDBFL31    0xF00655DE          Read Data and Bit Flip Register 31
MC69_RDBFL32    0xF00655E0          Read Data and Bit Flip Register 32
MC69_RDBFL33    0xF00655E2          Read Data and Bit Flip Register 33
MC69_RDBFL34    0xF00655E4          Read Data and Bit Flip Register 34
MC69_RDBFL35    0xF00655E6          Read Data and Bit Flip Register 35
MC69_RDBFL36    0xF00655E8          Read Data and Bit Flip Register 36
MC69_RDBFL37    0xF00655EA          Read Data and Bit Flip Register 37
MC69_RDBFL38    0xF00655EC          Read Data and Bit Flip Register 38
MC69_RDBFL39    0xF00655EE          Read Data and Bit Flip Register 39
MC70_CONFIG0    0xF0065600          Configuration Register 0
MC70_CONFIG1    0xF0065602          Configuration Register 1
MC70_MCONTROL   0xF0065604          MBIST Control Register
MC70_MSTATUS    0xF0065606          Status Register
MC70_RANGE      0xF0065608          Range Register, single address mode
MC70_REVID      0xF006560C          Revision ID Register
MC70_ECCS       0xF006560E          ECC Safety Register
MC70_ECCD       0xF0065610          Memory ECC Detection Register
MC70_ETRR0      0xF0065612          Error Tracking Register 0
MC70_ETRR1      0xF0065614          Error Tracking Register 1
MC70_ETRR2      0xF0065616          Error Tracking Register 2
MC70_ETRR3      0xF0065618          Error Tracking Register 3
MC70_ETRR4      0xF006561A          Error Tracking Register 4
MC70_RDBFL0     0xF00656A0          Read Data and Bit Flip Register 0
MC70_RDBFL1     0xF00656A2          Read Data and Bit Flip Register 1
MC70_RDBFL2     0xF00656A4          Read Data and Bit Flip Register 2
MC70_RDBFL3     0xF00656A6          Read Data and Bit Flip Register 3
MC70_RDBFL4     0xF00656A8          Read Data and Bit Flip Register 4
MC70_RDBFL5     0xF00656AA          Read Data and Bit Flip Register 5
MC70_RDBFL6     0xF00656AC          Read Data and Bit Flip Register 6
MC70_RDBFL7     0xF00656AE          Read Data and Bit Flip Register 7
MC70_RDBFL8     0xF00656B0          Read Data and Bit Flip Register 8
MC70_RDBFL9     0xF00656B2          Read Data and Bit Flip Register 9
MC70_RDBFL10    0xF00656B4          Read Data and Bit Flip Register 10
MC70_RDBFL11    0xF00656B6          Read Data and Bit Flip Register 11
MC70_RDBFL12    0xF00656B8          Read Data and Bit Flip Register 12
MC70_RDBFL13    0xF00656BA          Read Data and Bit Flip Register 13
MC70_RDBFL14    0xF00656BC          Read Data and Bit Flip Register 14
MC70_RDBFL15    0xF00656BE          Read Data and Bit Flip Register 15
MC70_RDBFL16    0xF00656C0          Read Data and Bit Flip Register 16
MC70_RDBFL17    0xF00656C2          Read Data and Bit Flip Register 17
MC70_RDBFL18    0xF00656C4          Read Data and Bit Flip Register 18
MC70_RDBFL19    0xF00656C6          Read Data and Bit Flip Register 19
MC70_RDBFL20    0xF00656C8          Read Data and Bit Flip Register 20
MC70_RDBFL21    0xF00656CA          Read Data and Bit Flip Register 21
MC70_RDBFL22    0xF00656CC          Read Data and Bit Flip Register 22
MC70_RDBFL23    0xF00656CE          Read Data and Bit Flip Register 23
MC70_RDBFL24    0xF00656D0          Read Data and Bit Flip Register 24
MC70_RDBFL25    0xF00656D2          Read Data and Bit Flip Register 25
MC70_RDBFL26    0xF00656D4          Read Data and Bit Flip Register 26
MC70_RDBFL27    0xF00656D6          Read Data and Bit Flip Register 27
MC70_RDBFL28    0xF00656D8          Read Data and Bit Flip Register 28
MC70_RDBFL29    0xF00656DA          Read Data and Bit Flip Register 29
MC70_RDBFL30    0xF00656DC          Read Data and Bit Flip Register 30
MC70_RDBFL31    0xF00656DE          Read Data and Bit Flip Register 31
MC70_RDBFL32    0xF00656E0          Read Data and Bit Flip Register 32
MC70_RDBFL33    0xF00656E2          Read Data and Bit Flip Register 33
MC70_RDBFL34    0xF00656E4          Read Data and Bit Flip Register 34
MC70_RDBFL35    0xF00656E6          Read Data and Bit Flip Register 35
MC70_RDBFL36    0xF00656E8          Read Data and Bit Flip Register 36
MC70_RDBFL37    0xF00656EA          Read Data and Bit Flip Register 37
MC70_RDBFL38    0xF00656EC          Read Data and Bit Flip Register 38
MC70_RDBFL39    0xF00656EE          Read Data and Bit Flip Register 39
MC71_CONFIG0    0xF0065700          Configuration Register 0
MC71_CONFIG1    0xF0065702          Configuration Register 1
MC71_MCONTROL   0xF0065704          MBIST Control Register
MC71_MSTATUS    0xF0065706          Status Register
MC71_RANGE      0xF0065708          Range Register, single address mode
MC71_REVID      0xF006570C          Revision ID Register
MC71_ECCS       0xF006570E          ECC Safety Register
MC71_ECCD       0xF0065710          Memory ECC Detection Register
MC71_ETRR0      0xF0065712          Error Tracking Register 0
MC71_ETRR1      0xF0065714          Error Tracking Register 1
MC71_ETRR2      0xF0065716          Error Tracking Register 2
MC71_ETRR3      0xF0065718          Error Tracking Register 3
MC71_ETRR4      0xF006571A          Error Tracking Register 4
MC71_RDBFL0     0xF00657A0          Read Data and Bit Flip Register 0
MC71_RDBFL1     0xF00657A2          Read Data and Bit Flip Register 1
MC71_RDBFL2     0xF00657A4          Read Data and Bit Flip Register 2
MC71_RDBFL3     0xF00657A6          Read Data and Bit Flip Register 3
MC71_RDBFL4     0xF00657A8          Read Data and Bit Flip Register 4
MC71_RDBFL5     0xF00657AA          Read Data and Bit Flip Register 5
MC71_RDBFL6     0xF00657AC          Read Data and Bit Flip Register 6
MC71_RDBFL7     0xF00657AE          Read Data and Bit Flip Register 7
MC71_RDBFL8     0xF00657B0          Read Data and Bit Flip Register 8
MC71_RDBFL9     0xF00657B2          Read Data and Bit Flip Register 9
MC71_RDBFL10    0xF00657B4          Read Data and Bit Flip Register 10
MC71_RDBFL11    0xF00657B6          Read Data and Bit Flip Register 11
MC71_RDBFL12    0xF00657B8          Read Data and Bit Flip Register 12
MC71_RDBFL13    0xF00657BA          Read Data and Bit Flip Register 13
MC71_RDBFL14    0xF00657BC          Read Data and Bit Flip Register 14
MC71_RDBFL15    0xF00657BE          Read Data and Bit Flip Register 15
MC71_RDBFL16    0xF00657C0          Read Data and Bit Flip Register 16
MC71_RDBFL17    0xF00657C2          Read Data and Bit Flip Register 17
MC71_RDBFL18    0xF00657C4          Read Data and Bit Flip Register 18
MC71_RDBFL19    0xF00657C6          Read Data and Bit Flip Register 19
MC71_RDBFL20    0xF00657C8          Read Data and Bit Flip Register 20
MC71_RDBFL21    0xF00657CA          Read Data and Bit Flip Register 21
MC71_RDBFL22    0xF00657CC          Read Data and Bit Flip Register 22
MC71_RDBFL23    0xF00657CE          Read Data and Bit Flip Register 23
MC71_RDBFL24    0xF00657D0          Read Data and Bit Flip Register 24
MC71_RDBFL25    0xF00657D2          Read Data and Bit Flip Register 25
MC71_RDBFL26    0xF00657D4          Read Data and Bit Flip Register 26
MC71_RDBFL27    0xF00657D6          Read Data and Bit Flip Register 27
MC71_RDBFL28    0xF00657D8          Read Data and Bit Flip Register 28
MC71_RDBFL29    0xF00657DA          Read Data and Bit Flip Register 29
MC71_RDBFL30    0xF00657DC          Read Data and Bit Flip Register 30
MC71_RDBFL31    0xF00657DE          Read Data and Bit Flip Register 31
MC71_RDBFL32    0xF00657E0          Read Data and Bit Flip Register 32
MC71_RDBFL33    0xF00657E2          Read Data and Bit Flip Register 33
MC71_RDBFL34    0xF00657E4          Read Data and Bit Flip Register 34
MC71_RDBFL35    0xF00657E6          Read Data and Bit Flip Register 35
MC71_RDBFL36    0xF00657E8          Read Data and Bit Flip Register 36
MC71_RDBFL37    0xF00657EA          Read Data and Bit Flip Register 37
MC71_RDBFL38    0xF00657EC          Read Data and Bit Flip Register 38
MC71_RDBFL39    0xF00657EE          Read Data and Bit Flip Register 39
MC72_CONFIG0    0xF0065800          Configuration Register 0
MC72_CONFIG1    0xF0065802          Configuration Register 1
MC72_MCONTROL   0xF0065804          MBIST Control Register
MC72_MSTATUS    0xF0065806          Status Register
MC72_RANGE      0xF0065808          Range Register, single address mode
MC72_REVID      0xF006580C          Revision ID Register
MC72_ECCS       0xF006580E          ECC Safety Register
MC72_ECCD       0xF0065810          Memory ECC Detection Register
MC72_ETRR0      0xF0065812          Error Tracking Register 0
MC72_ETRR1      0xF0065814          Error Tracking Register 1
MC72_ETRR2      0xF0065816          Error Tracking Register 2
MC72_ETRR3      0xF0065818          Error Tracking Register 3
MC72_ETRR4      0xF006581A          Error Tracking Register 4
MC72_RDBFL0     0xF00658A0          Read Data and Bit Flip Register 0
MC72_RDBFL1     0xF00658A2          Read Data and Bit Flip Register 1
MC72_RDBFL2     0xF00658A4          Read Data and Bit Flip Register 2
MC72_RDBFL3     0xF00658A6          Read Data and Bit Flip Register 3
MC72_RDBFL4     0xF00658A8          Read Data and Bit Flip Register 4
MC72_RDBFL5     0xF00658AA          Read Data and Bit Flip Register 5
MC72_RDBFL6     0xF00658AC          Read Data and Bit Flip Register 6
MC72_RDBFL7     0xF00658AE          Read Data and Bit Flip Register 7
MC72_RDBFL8     0xF00658B0          Read Data and Bit Flip Register 8
MC72_RDBFL9     0xF00658B2          Read Data and Bit Flip Register 9
MC72_RDBFL10    0xF00658B4          Read Data and Bit Flip Register 10
MC72_RDBFL11    0xF00658B6          Read Data and Bit Flip Register 11
MC72_RDBFL12    0xF00658B8          Read Data and Bit Flip Register 12
MC72_RDBFL13    0xF00658BA          Read Data and Bit Flip Register 13
MC72_RDBFL14    0xF00658BC          Read Data and Bit Flip Register 14
MC72_RDBFL15    0xF00658BE          Read Data and Bit Flip Register 15
MC72_RDBFL16    0xF00658C0          Read Data and Bit Flip Register 16
MC72_RDBFL17    0xF00658C2          Read Data and Bit Flip Register 17
MC72_RDBFL18    0xF00658C4          Read Data and Bit Flip Register 18
MC72_RDBFL19    0xF00658C6          Read Data and Bit Flip Register 19
MC72_RDBFL20    0xF00658C8          Read Data and Bit Flip Register 20
MC72_RDBFL21    0xF00658CA          Read Data and Bit Flip Register 21
MC72_RDBFL22    0xF00658CC          Read Data and Bit Flip Register 22
MC72_RDBFL23    0xF00658CE          Read Data and Bit Flip Register 23
MC72_RDBFL24    0xF00658D0          Read Data and Bit Flip Register 24
MC72_RDBFL25    0xF00658D2          Read Data and Bit Flip Register 25
MC72_RDBFL26    0xF00658D4          Read Data and Bit Flip Register 26
MC72_RDBFL27    0xF00658D6          Read Data and Bit Flip Register 27
MC72_RDBFL28    0xF00658D8          Read Data and Bit Flip Register 28
MC72_RDBFL29    0xF00658DA          Read Data and Bit Flip Register 29
MC72_RDBFL30    0xF00658DC          Read Data and Bit Flip Register 30
MC72_RDBFL31    0xF00658DE          Read Data and Bit Flip Register 31
MC72_RDBFL32    0xF00658E0          Read Data and Bit Flip Register 32
MC72_RDBFL33    0xF00658E2          Read Data and Bit Flip Register 33
MC72_RDBFL34    0xF00658E4          Read Data and Bit Flip Register 34
MC72_RDBFL35    0xF00658E6          Read Data and Bit Flip Register 35
MC72_RDBFL36    0xF00658E8          Read Data and Bit Flip Register 36
MC72_RDBFL37    0xF00658EA          Read Data and Bit Flip Register 37
MC72_RDBFL38    0xF00658EC          Read Data and Bit Flip Register 38
MC72_RDBFL39    0xF00658EE          Read Data and Bit Flip Register 39
MC73_CONFIG0    0xF0065900          Configuration Register 0
MC73_CONFIG1    0xF0065902          Configuration Register 1
MC73_MCONTROL   0xF0065904          MBIST Control Register
MC73_MSTATUS    0xF0065906          Status Register
MC73_RANGE      0xF0065908          Range Register, single address mode
MC73_REVID      0xF006590C          Revision ID Register
MC73_ECCS       0xF006590E          ECC Safety Register
MC73_ECCD       0xF0065910          Memory ECC Detection Register
MC73_ETRR0      0xF0065912          Error Tracking Register 0
MC73_ETRR1      0xF0065914          Error Tracking Register 1
MC73_ETRR2      0xF0065916          Error Tracking Register 2
MC73_ETRR3      0xF0065918          Error Tracking Register 3
MC73_ETRR4      0xF006591A          Error Tracking Register 4
MC73_RDBFL0     0xF00659A0          Read Data and Bit Flip Register 0
MC73_RDBFL1     0xF00659A2          Read Data and Bit Flip Register 1
MC73_RDBFL2     0xF00659A4          Read Data and Bit Flip Register 2
MC73_RDBFL3     0xF00659A6          Read Data and Bit Flip Register 3
MC73_RDBFL4     0xF00659A8          Read Data and Bit Flip Register 4
MC73_RDBFL5     0xF00659AA          Read Data and Bit Flip Register 5
MC73_RDBFL6     0xF00659AC          Read Data and Bit Flip Register 6
MC73_RDBFL7     0xF00659AE          Read Data and Bit Flip Register 7
MC73_RDBFL8     0xF00659B0          Read Data and Bit Flip Register 8
MC73_RDBFL9     0xF00659B2          Read Data and Bit Flip Register 9
MC73_RDBFL10    0xF00659B4          Read Data and Bit Flip Register 10
MC73_RDBFL11    0xF00659B6          Read Data and Bit Flip Register 11
MC73_RDBFL12    0xF00659B8          Read Data and Bit Flip Register 12
MC73_RDBFL13    0xF00659BA          Read Data and Bit Flip Register 13
MC73_RDBFL14    0xF00659BC          Read Data and Bit Flip Register 14
MC73_RDBFL15    0xF00659BE          Read Data and Bit Flip Register 15
MC73_RDBFL16    0xF00659C0          Read Data and Bit Flip Register 16
MC73_RDBFL17    0xF00659C2          Read Data and Bit Flip Register 17
MC73_RDBFL18    0xF00659C4          Read Data and Bit Flip Register 18
MC73_RDBFL19    0xF00659C6          Read Data and Bit Flip Register 19
MC73_RDBFL20    0xF00659C8          Read Data and Bit Flip Register 20
MC73_RDBFL21    0xF00659CA          Read Data and Bit Flip Register 21
MC73_RDBFL22    0xF00659CC          Read Data and Bit Flip Register 22
MC73_RDBFL23    0xF00659CE          Read Data and Bit Flip Register 23
MC73_RDBFL24    0xF00659D0          Read Data and Bit Flip Register 24
MC73_RDBFL25    0xF00659D2          Read Data and Bit Flip Register 25
MC73_RDBFL26    0xF00659D4          Read Data and Bit Flip Register 26
MC73_RDBFL27    0xF00659D6          Read Data and Bit Flip Register 27
MC73_RDBFL28    0xF00659D8          Read Data and Bit Flip Register 28
MC73_RDBFL29    0xF00659DA          Read Data and Bit Flip Register 29
MC73_RDBFL30    0xF00659DC          Read Data and Bit Flip Register 30
MC73_RDBFL31    0xF00659DE          Read Data and Bit Flip Register 31
MC73_RDBFL32    0xF00659E0          Read Data and Bit Flip Register 32
MC73_RDBFL33    0xF00659E2          Read Data and Bit Flip Register 33
MC73_RDBFL34    0xF00659E4          Read Data and Bit Flip Register 34
MC73_RDBFL35    0xF00659E6          Read Data and Bit Flip Register 35
MC73_RDBFL36    0xF00659E8          Read Data and Bit Flip Register 36
MC73_RDBFL37    0xF00659EA          Read Data and Bit Flip Register 37
MC73_RDBFL38    0xF00659EC          Read Data and Bit Flip Register 38
MC73_RDBFL39    0xF00659EE          Read Data and Bit Flip Register 39
MC74_CONFIG0    0xF0065A00          Configuration Register 0
MC74_CONFIG1    0xF0065A02          Configuration Register 1
MC74_MCONTROL   0xF0065A04          MBIST Control Register
MC74_MSTATUS    0xF0065A06          Status Register
MC74_RANGE      0xF0065A08          Range Register, single address mode
MC74_REVID      0xF0065A0C          Revision ID Register
MC74_ECCS       0xF0065A0E          ECC Safety Register
MC74_ECCD       0xF0065A10          Memory ECC Detection Register
MC74_ETRR0      0xF0065A12          Error Tracking Register 0
MC74_ETRR1      0xF0065A14          Error Tracking Register 1
MC74_ETRR2      0xF0065A16          Error Tracking Register 2
MC74_ETRR3      0xF0065A18          Error Tracking Register 3
MC74_ETRR4      0xF0065A1A          Error Tracking Register 4
MC74_RDBFL0     0xF0065AA0          Read Data and Bit Flip Register 0
MC74_RDBFL1     0xF0065AA2          Read Data and Bit Flip Register 1
MC74_RDBFL2     0xF0065AA4          Read Data and Bit Flip Register 2
MC74_RDBFL3     0xF0065AA6          Read Data and Bit Flip Register 3
MC74_RDBFL4     0xF0065AA8          Read Data and Bit Flip Register 4
MC74_RDBFL5     0xF0065AAA          Read Data and Bit Flip Register 5
MC74_RDBFL6     0xF0065AAC          Read Data and Bit Flip Register 6
MC74_RDBFL7     0xF0065AAE          Read Data and Bit Flip Register 7
MC74_RDBFL8     0xF0065AB0          Read Data and Bit Flip Register 8
MC74_RDBFL9     0xF0065AB2          Read Data and Bit Flip Register 9
MC74_RDBFL10    0xF0065AB4          Read Data and Bit Flip Register 10
MC74_RDBFL11    0xF0065AB6          Read Data and Bit Flip Register 11
MC74_RDBFL12    0xF0065AB8          Read Data and Bit Flip Register 12
MC74_RDBFL13    0xF0065ABA          Read Data and Bit Flip Register 13
MC74_RDBFL14    0xF0065ABC          Read Data and Bit Flip Register 14
MC74_RDBFL15    0xF0065ABE          Read Data and Bit Flip Register 15
MC74_RDBFL16    0xF0065AC0          Read Data and Bit Flip Register 16
MC74_RDBFL17    0xF0065AC2          Read Data and Bit Flip Register 17
MC74_RDBFL18    0xF0065AC4          Read Data and Bit Flip Register 18
MC74_RDBFL19    0xF0065AC6          Read Data and Bit Flip Register 19
MC74_RDBFL20    0xF0065AC8          Read Data and Bit Flip Register 20
MC74_RDBFL21    0xF0065ACA          Read Data and Bit Flip Register 21
MC74_RDBFL22    0xF0065ACC          Read Data and Bit Flip Register 22
MC74_RDBFL23    0xF0065ACE          Read Data and Bit Flip Register 23
MC74_RDBFL24    0xF0065AD0          Read Data and Bit Flip Register 24
MC74_RDBFL25    0xF0065AD2          Read Data and Bit Flip Register 25
MC74_RDBFL26    0xF0065AD4          Read Data and Bit Flip Register 26
MC74_RDBFL27    0xF0065AD6          Read Data and Bit Flip Register 27
MC74_RDBFL28    0xF0065AD8          Read Data and Bit Flip Register 28
MC74_RDBFL29    0xF0065ADA          Read Data and Bit Flip Register 29
MC74_RDBFL30    0xF0065ADC          Read Data and Bit Flip Register 30
MC74_RDBFL31    0xF0065ADE          Read Data and Bit Flip Register 31
MC74_RDBFL32    0xF0065AE0          Read Data and Bit Flip Register 32
MC74_RDBFL33    0xF0065AE2          Read Data and Bit Flip Register 33
MC74_RDBFL34    0xF0065AE4          Read Data and Bit Flip Register 34
MC74_RDBFL35    0xF0065AE6          Read Data and Bit Flip Register 35
MC74_RDBFL36    0xF0065AE8          Read Data and Bit Flip Register 36
MC74_RDBFL37    0xF0065AEA          Read Data and Bit Flip Register 37
MC74_RDBFL38    0xF0065AEC          Read Data and Bit Flip Register 38
MC74_RDBFL39    0xF0065AEE          Read Data and Bit Flip Register 39
MC75_CONFIG0    0xF0065B00          Configuration Register 0
MC75_CONFIG1    0xF0065B02          Configuration Register 1
MC75_MCONTROL   0xF0065B04          MBIST Control Register
MC75_MSTATUS    0xF0065B06          Status Register
MC75_RANGE      0xF0065B08          Range Register, single address mode
MC75_REVID      0xF0065B0C          Revision ID Register
MC75_ECCS       0xF0065B0E          ECC Safety Register
MC75_ECCD       0xF0065B10          Memory ECC Detection Register
MC75_ETRR0      0xF0065B12          Error Tracking Register 0
MC75_ETRR1      0xF0065B14          Error Tracking Register 1
MC75_ETRR2      0xF0065B16          Error Tracking Register 2
MC75_ETRR3      0xF0065B18          Error Tracking Register 3
MC75_ETRR4      0xF0065B1A          Error Tracking Register 4
MC75_RDBFL0     0xF0065BA0          Read Data and Bit Flip Register 0
MC75_RDBFL1     0xF0065BA2          Read Data and Bit Flip Register 1
MC75_RDBFL2     0xF0065BA4          Read Data and Bit Flip Register 2
MC75_RDBFL3     0xF0065BA6          Read Data and Bit Flip Register 3
MC75_RDBFL4     0xF0065BA8          Read Data and Bit Flip Register 4
MC75_RDBFL5     0xF0065BAA          Read Data and Bit Flip Register 5
MC75_RDBFL6     0xF0065BAC          Read Data and Bit Flip Register 6
MC75_RDBFL7     0xF0065BAE          Read Data and Bit Flip Register 7
MC75_RDBFL8     0xF0065BB0          Read Data and Bit Flip Register 8
MC75_RDBFL9     0xF0065BB2          Read Data and Bit Flip Register 9
MC75_RDBFL10    0xF0065BB4          Read Data and Bit Flip Register 10
MC75_RDBFL11    0xF0065BB6          Read Data and Bit Flip Register 11
MC75_RDBFL12    0xF0065BB8          Read Data and Bit Flip Register 12
MC75_RDBFL13    0xF0065BBA          Read Data and Bit Flip Register 13
MC75_RDBFL14    0xF0065BBC          Read Data and Bit Flip Register 14
MC75_RDBFL15    0xF0065BBE          Read Data and Bit Flip Register 15
MC75_RDBFL16    0xF0065BC0          Read Data and Bit Flip Register 16
MC75_RDBFL17    0xF0065BC2          Read Data and Bit Flip Register 17
MC75_RDBFL18    0xF0065BC4          Read Data and Bit Flip Register 18
MC75_RDBFL19    0xF0065BC6          Read Data and Bit Flip Register 19
MC75_RDBFL20    0xF0065BC8          Read Data and Bit Flip Register 20
MC75_RDBFL21    0xF0065BCA          Read Data and Bit Flip Register 21
MC75_RDBFL22    0xF0065BCC          Read Data and Bit Flip Register 22
MC75_RDBFL23    0xF0065BCE          Read Data and Bit Flip Register 23
MC75_RDBFL24    0xF0065BD0          Read Data and Bit Flip Register 24
MC75_RDBFL25    0xF0065BD2          Read Data and Bit Flip Register 25
MC75_RDBFL26    0xF0065BD4          Read Data and Bit Flip Register 26
MC75_RDBFL27    0xF0065BD6          Read Data and Bit Flip Register 27
MC75_RDBFL28    0xF0065BD8          Read Data and Bit Flip Register 28
MC75_RDBFL29    0xF0065BDA          Read Data and Bit Flip Register 29
MC75_RDBFL30    0xF0065BDC          Read Data and Bit Flip Register 30
MC75_RDBFL31    0xF0065BDE          Read Data and Bit Flip Register 31
MC75_RDBFL32    0xF0065BE0          Read Data and Bit Flip Register 32
MC75_RDBFL33    0xF0065BE2          Read Data and Bit Flip Register 33
MC75_RDBFL34    0xF0065BE4          Read Data and Bit Flip Register 34
MC75_RDBFL35    0xF0065BE6          Read Data and Bit Flip Register 35
MC75_RDBFL36    0xF0065BE8          Read Data and Bit Flip Register 36
MC75_RDBFL37    0xF0065BEA          Read Data and Bit Flip Register 37
MC75_RDBFL38    0xF0065BEC          Read Data and Bit Flip Register 38
MC75_RDBFL39    0xF0065BEE          Read Data and Bit Flip Register 39
MC76_CONFIG0    0xF0065C00          Configuration Register 0
MC76_CONFIG1    0xF0065C02          Configuration Register 1
MC76_MCONTROL   0xF0065C04          MBIST Control Register
MC76_MSTATUS    0xF0065C06          Status Register
MC76_RANGE      0xF0065C08          Range Register, single address mode
MC76_REVID      0xF0065C0C          Revision ID Register
MC76_ECCS       0xF0065C0E          ECC Safety Register
MC76_ECCD       0xF0065C10          Memory ECC Detection Register
MC76_ETRR0      0xF0065C12          Error Tracking Register 0
MC76_ETRR1      0xF0065C14          Error Tracking Register 1
MC76_ETRR2      0xF0065C16          Error Tracking Register 2
MC76_ETRR3      0xF0065C18          Error Tracking Register 3
MC76_ETRR4      0xF0065C1A          Error Tracking Register 4
MC76_RDBFL0     0xF0065CA0          Read Data and Bit Flip Register 0
MC76_RDBFL1     0xF0065CA2          Read Data and Bit Flip Register 1
MC76_RDBFL2     0xF0065CA4          Read Data and Bit Flip Register 2
MC76_RDBFL3     0xF0065CA6          Read Data and Bit Flip Register 3
MC76_RDBFL4     0xF0065CA8          Read Data and Bit Flip Register 4
MC76_RDBFL5     0xF0065CAA          Read Data and Bit Flip Register 5
MC76_RDBFL6     0xF0065CAC          Read Data and Bit Flip Register 6
MC76_RDBFL7     0xF0065CAE          Read Data and Bit Flip Register 7
MC76_RDBFL8     0xF0065CB0          Read Data and Bit Flip Register 8
MC76_RDBFL9     0xF0065CB2          Read Data and Bit Flip Register 9
MC76_RDBFL10    0xF0065CB4          Read Data and Bit Flip Register 10
MC76_RDBFL11    0xF0065CB6          Read Data and Bit Flip Register 11
MC76_RDBFL12    0xF0065CB8          Read Data and Bit Flip Register 12
MC76_RDBFL13    0xF0065CBA          Read Data and Bit Flip Register 13
MC76_RDBFL14    0xF0065CBC          Read Data and Bit Flip Register 14
MC76_RDBFL15    0xF0065CBE          Read Data and Bit Flip Register 15
MC76_RDBFL16    0xF0065CC0          Read Data and Bit Flip Register 16
MC76_RDBFL17    0xF0065CC2          Read Data and Bit Flip Register 17
MC76_RDBFL18    0xF0065CC4          Read Data and Bit Flip Register 18
MC76_RDBFL19    0xF0065CC6          Read Data and Bit Flip Register 19
MC76_RDBFL20    0xF0065CC8          Read Data and Bit Flip Register 20
MC76_RDBFL21    0xF0065CCA          Read Data and Bit Flip Register 21
MC76_RDBFL22    0xF0065CCC          Read Data and Bit Flip Register 22
MC76_RDBFL23    0xF0065CCE          Read Data and Bit Flip Register 23
MC76_RDBFL24    0xF0065CD0          Read Data and Bit Flip Register 24
MC76_RDBFL25    0xF0065CD2          Read Data and Bit Flip Register 25
MC76_RDBFL26    0xF0065CD4          Read Data and Bit Flip Register 26
MC76_RDBFL27    0xF0065CD6          Read Data and Bit Flip Register 27
MC76_RDBFL28    0xF0065CD8          Read Data and Bit Flip Register 28
MC76_RDBFL29    0xF0065CDA          Read Data and Bit Flip Register 29
MC76_RDBFL30    0xF0065CDC          Read Data and Bit Flip Register 30
MC76_RDBFL31    0xF0065CDE          Read Data and Bit Flip Register 31
MC76_RDBFL32    0xF0065CE0          Read Data and Bit Flip Register 32
MC76_RDBFL33    0xF0065CE2          Read Data and Bit Flip Register 33
MC76_RDBFL34    0xF0065CE4          Read Data and Bit Flip Register 34
MC76_RDBFL35    0xF0065CE6          Read Data and Bit Flip Register 35
MC76_RDBFL36    0xF0065CE8          Read Data and Bit Flip Register 36
MC76_RDBFL37    0xF0065CEA          Read Data and Bit Flip Register 37
MC76_RDBFL38    0xF0065CEC          Read Data and Bit Flip Register 38
MC76_RDBFL39    0xF0065CEE          Read Data and Bit Flip Register 39
MC77_CONFIG0    0xF0065D00          Configuration Register 0
MC77_CONFIG1    0xF0065D02          Configuration Register 1
MC77_MCONTROL   0xF0065D04          MBIST Control Register
MC77_MSTATUS    0xF0065D06          Status Register
MC77_RANGE      0xF0065D08          Range Register, single address mode
MC77_REVID      0xF0065D0C          Revision ID Register
MC77_ECCS       0xF0065D0E          ECC Safety Register
MC77_ECCD       0xF0065D10          Memory ECC Detection Register
MC77_ETRR0      0xF0065D12          Error Tracking Register 0
MC77_ETRR1      0xF0065D14          Error Tracking Register 1
MC77_ETRR2      0xF0065D16          Error Tracking Register 2
MC77_ETRR3      0xF0065D18          Error Tracking Register 3
MC77_ETRR4      0xF0065D1A          Error Tracking Register 4
MC77_RDBFL0     0xF0065DA0          Read Data and Bit Flip Register 0
MC77_RDBFL1     0xF0065DA2          Read Data and Bit Flip Register 1
MC77_RDBFL2     0xF0065DA4          Read Data and Bit Flip Register 2
MC77_RDBFL3     0xF0065DA6          Read Data and Bit Flip Register 3
MC77_RDBFL4     0xF0065DA8          Read Data and Bit Flip Register 4
MC77_RDBFL5     0xF0065DAA          Read Data and Bit Flip Register 5
MC77_RDBFL6     0xF0065DAC          Read Data and Bit Flip Register 6
MC77_RDBFL7     0xF0065DAE          Read Data and Bit Flip Register 7
MC77_RDBFL8     0xF0065DB0          Read Data and Bit Flip Register 8
MC77_RDBFL9     0xF0065DB2          Read Data and Bit Flip Register 9
MC77_RDBFL10    0xF0065DB4          Read Data and Bit Flip Register 10
MC77_RDBFL11    0xF0065DB6          Read Data and Bit Flip Register 11
MC77_RDBFL12    0xF0065DB8          Read Data and Bit Flip Register 12
MC77_RDBFL13    0xF0065DBA          Read Data and Bit Flip Register 13
MC77_RDBFL14    0xF0065DBC          Read Data and Bit Flip Register 14
MC77_RDBFL15    0xF0065DBE          Read Data and Bit Flip Register 15
MC77_RDBFL16    0xF0065DC0          Read Data and Bit Flip Register 16
MC77_RDBFL17    0xF0065DC2          Read Data and Bit Flip Register 17
MC77_RDBFL18    0xF0065DC4          Read Data and Bit Flip Register 18
MC77_RDBFL19    0xF0065DC6          Read Data and Bit Flip Register 19
MC77_RDBFL20    0xF0065DC8          Read Data and Bit Flip Register 20
MC77_RDBFL21    0xF0065DCA          Read Data and Bit Flip Register 21
MC77_RDBFL22    0xF0065DCC          Read Data and Bit Flip Register 22
MC77_RDBFL23    0xF0065DCE          Read Data and Bit Flip Register 23
MC77_RDBFL24    0xF0065DD0          Read Data and Bit Flip Register 24
MC77_RDBFL25    0xF0065DD2          Read Data and Bit Flip Register 25
MC77_RDBFL26    0xF0065DD4          Read Data and Bit Flip Register 26
MC77_RDBFL27    0xF0065DD6          Read Data and Bit Flip Register 27
MC77_RDBFL28    0xF0065DD8          Read Data and Bit Flip Register 28
MC77_RDBFL29    0xF0065DDA          Read Data and Bit Flip Register 29
MC77_RDBFL30    0xF0065DDC          Read Data and Bit Flip Register 30
MC77_RDBFL31    0xF0065DDE          Read Data and Bit Flip Register 31
MC77_RDBFL32    0xF0065DE0          Read Data and Bit Flip Register 32
MC77_RDBFL33    0xF0065DE2          Read Data and Bit Flip Register 33
MC77_RDBFL34    0xF0065DE4          Read Data and Bit Flip Register 34
MC77_RDBFL35    0xF0065DE6          Read Data and Bit Flip Register 35
MC77_RDBFL36    0xF0065DE8          Read Data and Bit Flip Register 36
MC77_RDBFL37    0xF0065DEA          Read Data and Bit Flip Register 37
MC77_RDBFL38    0xF0065DEC          Read Data and Bit Flip Register 38
MC77_RDBFL39    0xF0065DEE          Read Data and Bit Flip Register 39
MC78_CONFIG0    0xF0065E00          Configuration Register 0
MC78_CONFIG1    0xF0065E02          Configuration Register 1
MC78_MCONTROL   0xF0065E04          MBIST Control Register
MC78_MSTATUS    0xF0065E06          Status Register
MC78_RANGE      0xF0065E08          Range Register, single address mode
MC78_REVID      0xF0065E0C          Revision ID Register
MC78_ECCS       0xF0065E0E          ECC Safety Register
MC78_ECCD       0xF0065E10          Memory ECC Detection Register
MC78_ETRR0      0xF0065E12          Error Tracking Register 0
MC78_ETRR1      0xF0065E14          Error Tracking Register 1
MC78_ETRR2      0xF0065E16          Error Tracking Register 2
MC78_ETRR3      0xF0065E18          Error Tracking Register 3
MC78_ETRR4      0xF0065E1A          Error Tracking Register 4
MC78_RDBFL0     0xF0065EA0          Read Data and Bit Flip Register 0
MC78_RDBFL1     0xF0065EA2          Read Data and Bit Flip Register 1
MC78_RDBFL2     0xF0065EA4          Read Data and Bit Flip Register 2
MC78_RDBFL3     0xF0065EA6          Read Data and Bit Flip Register 3
MC78_RDBFL4     0xF0065EA8          Read Data and Bit Flip Register 4
MC78_RDBFL5     0xF0065EAA          Read Data and Bit Flip Register 5
MC78_RDBFL6     0xF0065EAC          Read Data and Bit Flip Register 6
MC78_RDBFL7     0xF0065EAE          Read Data and Bit Flip Register 7
MC78_RDBFL8     0xF0065EB0          Read Data and Bit Flip Register 8
MC78_RDBFL9     0xF0065EB2          Read Data and Bit Flip Register 9
MC78_RDBFL10    0xF0065EB4          Read Data and Bit Flip Register 10
MC78_RDBFL11    0xF0065EB6          Read Data and Bit Flip Register 11
MC78_RDBFL12    0xF0065EB8          Read Data and Bit Flip Register 12
MC78_RDBFL13    0xF0065EBA          Read Data and Bit Flip Register 13
MC78_RDBFL14    0xF0065EBC          Read Data and Bit Flip Register 14
MC78_RDBFL15    0xF0065EBE          Read Data and Bit Flip Register 15
MC78_RDBFL16    0xF0065EC0          Read Data and Bit Flip Register 16
MC78_RDBFL17    0xF0065EC2          Read Data and Bit Flip Register 17
MC78_RDBFL18    0xF0065EC4          Read Data and Bit Flip Register 18
MC78_RDBFL19    0xF0065EC6          Read Data and Bit Flip Register 19
MC78_RDBFL20    0xF0065EC8          Read Data and Bit Flip Register 20
MC78_RDBFL21    0xF0065ECA          Read Data and Bit Flip Register 21
MC78_RDBFL22    0xF0065ECC          Read Data and Bit Flip Register 22
MC78_RDBFL23    0xF0065ECE          Read Data and Bit Flip Register 23
MC78_RDBFL24    0xF0065ED0          Read Data and Bit Flip Register 24
MC78_RDBFL25    0xF0065ED2          Read Data and Bit Flip Register 25
MC78_RDBFL26    0xF0065ED4          Read Data and Bit Flip Register 26
MC78_RDBFL27    0xF0065ED6          Read Data and Bit Flip Register 27
MC78_RDBFL28    0xF0065ED8          Read Data and Bit Flip Register 28
MC78_RDBFL29    0xF0065EDA          Read Data and Bit Flip Register 29
MC78_RDBFL30    0xF0065EDC          Read Data and Bit Flip Register 30
MC78_RDBFL31    0xF0065EDE          Read Data and Bit Flip Register 31
MC78_RDBFL32    0xF0065EE0          Read Data and Bit Flip Register 32
MC78_RDBFL33    0xF0065EE2          Read Data and Bit Flip Register 33
MC78_RDBFL34    0xF0065EE4          Read Data and Bit Flip Register 34
MC78_RDBFL35    0xF0065EE6          Read Data and Bit Flip Register 35
MC78_RDBFL36    0xF0065EE8          Read Data and Bit Flip Register 36
MC78_RDBFL37    0xF0065EEA          Read Data and Bit Flip Register 37
MC78_RDBFL38    0xF0065EEC          Read Data and Bit Flip Register 38
MC78_RDBFL39    0xF0065EEE          Read Data and Bit Flip Register 39
MC79_CONFIG0    0xF0065F00          Configuration Register 0
MC79_CONFIG1    0xF0065F02          Configuration Register 1
MC79_MCONTROL   0xF0065F04          MBIST Control Register
MC79_MSTATUS    0xF0065F06          Status Register
MC79_RANGE      0xF0065F08          Range Register, single address mode
MC79_REVID      0xF0065F0C          Revision ID Register
MC79_ECCS       0xF0065F0E          ECC Safety Register
MC79_ECCD       0xF0065F10          Memory ECC Detection Register
MC79_ETRR0      0xF0065F12          Error Tracking Register 0
MC79_ETRR1      0xF0065F14          Error Tracking Register 1
MC79_ETRR2      0xF0065F16          Error Tracking Register 2
MC79_ETRR3      0xF0065F18          Error Tracking Register 3
MC79_ETRR4      0xF0065F1A          Error Tracking Register 4
MC79_RDBFL0     0xF0065FA0          Read Data and Bit Flip Register 0
MC79_RDBFL1     0xF0065FA2          Read Data and Bit Flip Register 1
MC79_RDBFL2     0xF0065FA4          Read Data and Bit Flip Register 2
MC79_RDBFL3     0xF0065FA6          Read Data and Bit Flip Register 3
MC79_RDBFL4     0xF0065FA8          Read Data and Bit Flip Register 4
MC79_RDBFL5     0xF0065FAA          Read Data and Bit Flip Register 5
MC79_RDBFL6     0xF0065FAC          Read Data and Bit Flip Register 6
MC79_RDBFL7     0xF0065FAE          Read Data and Bit Flip Register 7
MC79_RDBFL8     0xF0065FB0          Read Data and Bit Flip Register 8
MC79_RDBFL9     0xF0065FB2          Read Data and Bit Flip Register 9
MC79_RDBFL10    0xF0065FB4          Read Data and Bit Flip Register 10
MC79_RDBFL11    0xF0065FB6          Read Data and Bit Flip Register 11
MC79_RDBFL12    0xF0065FB8          Read Data and Bit Flip Register 12
MC79_RDBFL13    0xF0065FBA          Read Data and Bit Flip Register 13
MC79_RDBFL14    0xF0065FBC          Read Data and Bit Flip Register 14
MC79_RDBFL15    0xF0065FBE          Read Data and Bit Flip Register 15
MC79_RDBFL16    0xF0065FC0          Read Data and Bit Flip Register 16
MC79_RDBFL17    0xF0065FC2          Read Data and Bit Flip Register 17
MC79_RDBFL18    0xF0065FC4          Read Data and Bit Flip Register 18
MC79_RDBFL19    0xF0065FC6          Read Data and Bit Flip Register 19
MC79_RDBFL20    0xF0065FC8          Read Data and Bit Flip Register 20
MC79_RDBFL21    0xF0065FCA          Read Data and Bit Flip Register 21
MC79_RDBFL22    0xF0065FCC          Read Data and Bit Flip Register 22
MC79_RDBFL23    0xF0065FCE          Read Data and Bit Flip Register 23
MC79_RDBFL24    0xF0065FD0          Read Data and Bit Flip Register 24
MC79_RDBFL25    0xF0065FD2          Read Data and Bit Flip Register 25
MC79_RDBFL26    0xF0065FD4          Read Data and Bit Flip Register 26
MC79_RDBFL27    0xF0065FD6          Read Data and Bit Flip Register 27
MC79_RDBFL28    0xF0065FD8          Read Data and Bit Flip Register 28
MC79_RDBFL29    0xF0065FDA          Read Data and Bit Flip Register 29
MC79_RDBFL30    0xF0065FDC          Read Data and Bit Flip Register 30
MC79_RDBFL31    0xF0065FDE          Read Data and Bit Flip Register 31
MC79_RDBFL32    0xF0065FE0          Read Data and Bit Flip Register 32
MC79_RDBFL33    0xF0065FE2          Read Data and Bit Flip Register 33
MC79_RDBFL34    0xF0065FE4          Read Data and Bit Flip Register 34
MC79_RDBFL35    0xF0065FE6          Read Data and Bit Flip Register 35
MC79_RDBFL36    0xF0065FE8          Read Data and Bit Flip Register 36
MC79_RDBFL37    0xF0065FEA          Read Data and Bit Flip Register 37
MC79_RDBFL38    0xF0065FEC          Read Data and Bit Flip Register 38
MC79_RDBFL39    0xF0065FEE          Read Data and Bit Flip Register 39
MC80_CONFIG0    0xF0066000          Configuration Register 0
MC80_CONFIG1    0xF0066002          Configuration Register 1
MC80_MCONTROL   0xF0066004          MBIST Control Register
MC80_MSTATUS    0xF0066006          Status Register
MC80_RANGE      0xF0066008          Range Register, single address mode
MC80_REVID      0xF006600C          Revision ID Register
MC80_ECCS       0xF006600E          ECC Safety Register
MC80_ECCD       0xF0066010          Memory ECC Detection Register
MC80_ETRR0      0xF0066012          Error Tracking Register 0
MC80_ETRR1      0xF0066014          Error Tracking Register 1
MC80_ETRR2      0xF0066016          Error Tracking Register 2
MC80_ETRR3      0xF0066018          Error Tracking Register 3
MC80_ETRR4      0xF006601A          Error Tracking Register 4
MC80_RDBFL0     0xF00660A0          Read Data and Bit Flip Register 0
MC80_RDBFL1     0xF00660A2          Read Data and Bit Flip Register 1
MC80_RDBFL2     0xF00660A4          Read Data and Bit Flip Register 2
MC80_RDBFL3     0xF00660A6          Read Data and Bit Flip Register 3
MC80_RDBFL4     0xF00660A8          Read Data and Bit Flip Register 4
MC80_RDBFL5     0xF00660AA          Read Data and Bit Flip Register 5
MC80_RDBFL6     0xF00660AC          Read Data and Bit Flip Register 6
MC80_RDBFL7     0xF00660AE          Read Data and Bit Flip Register 7
MC80_RDBFL8     0xF00660B0          Read Data and Bit Flip Register 8
MC80_RDBFL9     0xF00660B2          Read Data and Bit Flip Register 9
MC80_RDBFL10    0xF00660B4          Read Data and Bit Flip Register 10
MC80_RDBFL11    0xF00660B6          Read Data and Bit Flip Register 11
MC80_RDBFL12    0xF00660B8          Read Data and Bit Flip Register 12
MC80_RDBFL13    0xF00660BA          Read Data and Bit Flip Register 13
MC80_RDBFL14    0xF00660BC          Read Data and Bit Flip Register 14
MC80_RDBFL15    0xF00660BE          Read Data and Bit Flip Register 15
MC80_RDBFL16    0xF00660C0          Read Data and Bit Flip Register 16
MC80_RDBFL17    0xF00660C2          Read Data and Bit Flip Register 17
MC80_RDBFL18    0xF00660C4          Read Data and Bit Flip Register 18
MC80_RDBFL19    0xF00660C6          Read Data and Bit Flip Register 19
MC80_RDBFL20    0xF00660C8          Read Data and Bit Flip Register 20
MC80_RDBFL21    0xF00660CA          Read Data and Bit Flip Register 21
MC80_RDBFL22    0xF00660CC          Read Data and Bit Flip Register 22
MC80_RDBFL23    0xF00660CE          Read Data and Bit Flip Register 23
MC80_RDBFL24    0xF00660D0          Read Data and Bit Flip Register 24
MC80_RDBFL25    0xF00660D2          Read Data and Bit Flip Register 25
MC80_RDBFL26    0xF00660D4          Read Data and Bit Flip Register 26
MC80_RDBFL27    0xF00660D6          Read Data and Bit Flip Register 27
MC80_RDBFL28    0xF00660D8          Read Data and Bit Flip Register 28
MC80_RDBFL29    0xF00660DA          Read Data and Bit Flip Register 29
MC80_RDBFL30    0xF00660DC          Read Data and Bit Flip Register 30
MC80_RDBFL31    0xF00660DE          Read Data and Bit Flip Register 31
MC80_RDBFL32    0xF00660E0          Read Data and Bit Flip Register 32
MC80_RDBFL33    0xF00660E2          Read Data and Bit Flip Register 33
MC80_RDBFL34    0xF00660E4          Read Data and Bit Flip Register 34
MC80_RDBFL35    0xF00660E6          Read Data and Bit Flip Register 35
MC80_RDBFL36    0xF00660E8          Read Data and Bit Flip Register 36
MC80_RDBFL37    0xF00660EA          Read Data and Bit Flip Register 37
MC80_RDBFL38    0xF00660EC          Read Data and Bit Flip Register 38
MC80_RDBFL39    0xF00660EE          Read Data and Bit Flip Register 39
MC81_CONFIG0    0xF0066100          Configuration Register 0
MC81_CONFIG1    0xF0066102          Configuration Register 1
MC81_MCONTROL   0xF0066104          MBIST Control Register
MC81_MSTATUS    0xF0066106          Status Register
MC81_RANGE      0xF0066108          Range Register, single address mode
MC81_REVID      0xF006610C          Revision ID Register
MC81_ECCS       0xF006610E          ECC Safety Register
MC81_ECCD       0xF0066110          Memory ECC Detection Register
MC81_ETRR0      0xF0066112          Error Tracking Register 0
MC81_ETRR1      0xF0066114          Error Tracking Register 1
MC81_ETRR2      0xF0066116          Error Tracking Register 2
MC81_ETRR3      0xF0066118          Error Tracking Register 3
MC81_ETRR4      0xF006611A          Error Tracking Register 4
MC81_RDBFL0     0xF00661A0          Read Data and Bit Flip Register 0
MC81_RDBFL1     0xF00661A2          Read Data and Bit Flip Register 1
MC81_RDBFL2     0xF00661A4          Read Data and Bit Flip Register 2
MC81_RDBFL3     0xF00661A6          Read Data and Bit Flip Register 3
MC81_RDBFL4     0xF00661A8          Read Data and Bit Flip Register 4
MC81_RDBFL5     0xF00661AA          Read Data and Bit Flip Register 5
MC81_RDBFL6     0xF00661AC          Read Data and Bit Flip Register 6
MC81_RDBFL7     0xF00661AE          Read Data and Bit Flip Register 7
MC81_RDBFL8     0xF00661B0          Read Data and Bit Flip Register 8
MC81_RDBFL9     0xF00661B2          Read Data and Bit Flip Register 9
MC81_RDBFL10    0xF00661B4          Read Data and Bit Flip Register 10
MC81_RDBFL11    0xF00661B6          Read Data and Bit Flip Register 11
MC81_RDBFL12    0xF00661B8          Read Data and Bit Flip Register 12
MC81_RDBFL13    0xF00661BA          Read Data and Bit Flip Register 13
MC81_RDBFL14    0xF00661BC          Read Data and Bit Flip Register 14
MC81_RDBFL15    0xF00661BE          Read Data and Bit Flip Register 15
MC81_RDBFL16    0xF00661C0          Read Data and Bit Flip Register 16
MC81_RDBFL17    0xF00661C2          Read Data and Bit Flip Register 17
MC81_RDBFL18    0xF00661C4          Read Data and Bit Flip Register 18
MC81_RDBFL19    0xF00661C6          Read Data and Bit Flip Register 19
MC81_RDBFL20    0xF00661C8          Read Data and Bit Flip Register 20
MC81_RDBFL21    0xF00661CA          Read Data and Bit Flip Register 21
MC81_RDBFL22    0xF00661CC          Read Data and Bit Flip Register 22
MC81_RDBFL23    0xF00661CE          Read Data and Bit Flip Register 23
MC81_RDBFL24    0xF00661D0          Read Data and Bit Flip Register 24
MC81_RDBFL25    0xF00661D2          Read Data and Bit Flip Register 25
MC81_RDBFL26    0xF00661D4          Read Data and Bit Flip Register 26
MC81_RDBFL27    0xF00661D6          Read Data and Bit Flip Register 27
MC81_RDBFL28    0xF00661D8          Read Data and Bit Flip Register 28
MC81_RDBFL29    0xF00661DA          Read Data and Bit Flip Register 29
MC81_RDBFL30    0xF00661DC          Read Data and Bit Flip Register 30
MC81_RDBFL31    0xF00661DE          Read Data and Bit Flip Register 31
MC81_RDBFL32    0xF00661E0          Read Data and Bit Flip Register 32
MC81_RDBFL33    0xF00661E2          Read Data and Bit Flip Register 33
MC81_RDBFL34    0xF00661E4          Read Data and Bit Flip Register 34
MC81_RDBFL35    0xF00661E6          Read Data and Bit Flip Register 35
MC81_RDBFL36    0xF00661E8          Read Data and Bit Flip Register 36
MC81_RDBFL37    0xF00661EA          Read Data and Bit Flip Register 37
MC81_RDBFL38    0xF00661EC          Read Data and Bit Flip Register 38
MC81_RDBFL39    0xF00661EE          Read Data and Bit Flip Register 39
MC82_CONFIG0    0xF0066200          Configuration Register 0
MC82_CONFIG1    0xF0066202          Configuration Register 1
MC82_MCONTROL   0xF0066204          MBIST Control Register
MC82_MSTATUS    0xF0066206          Status Register
MC82_RANGE      0xF0066208          Range Register, single address mode
MC82_REVID      0xF006620C          Revision ID Register
MC82_ECCS       0xF006620E          ECC Safety Register
MC82_ECCD       0xF0066210          Memory ECC Detection Register
MC82_ETRR0      0xF0066212          Error Tracking Register 0
MC82_ETRR1      0xF0066214          Error Tracking Register 1
MC82_ETRR2      0xF0066216          Error Tracking Register 2
MC82_ETRR3      0xF0066218          Error Tracking Register 3
MC82_ETRR4      0xF006621A          Error Tracking Register 4
MC82_RDBFL0     0xF00662A0          Read Data and Bit Flip Register 0
MC82_RDBFL1     0xF00662A2          Read Data and Bit Flip Register 1
MC82_RDBFL2     0xF00662A4          Read Data and Bit Flip Register 2
MC82_RDBFL3     0xF00662A6          Read Data and Bit Flip Register 3
MC82_RDBFL4     0xF00662A8          Read Data and Bit Flip Register 4
MC82_RDBFL5     0xF00662AA          Read Data and Bit Flip Register 5
MC82_RDBFL6     0xF00662AC          Read Data and Bit Flip Register 6
MC82_RDBFL7     0xF00662AE          Read Data and Bit Flip Register 7
MC82_RDBFL8     0xF00662B0          Read Data and Bit Flip Register 8
MC82_RDBFL9     0xF00662B2          Read Data and Bit Flip Register 9
MC82_RDBFL10    0xF00662B4          Read Data and Bit Flip Register 10
MC82_RDBFL11    0xF00662B6          Read Data and Bit Flip Register 11
MC82_RDBFL12    0xF00662B8          Read Data and Bit Flip Register 12
MC82_RDBFL13    0xF00662BA          Read Data and Bit Flip Register 13
MC82_RDBFL14    0xF00662BC          Read Data and Bit Flip Register 14
MC82_RDBFL15    0xF00662BE          Read Data and Bit Flip Register 15
MC82_RDBFL16    0xF00662C0          Read Data and Bit Flip Register 16
MC82_RDBFL17    0xF00662C2          Read Data and Bit Flip Register 17
MC82_RDBFL18    0xF00662C4          Read Data and Bit Flip Register 18
MC82_RDBFL19    0xF00662C6          Read Data and Bit Flip Register 19
MC82_RDBFL20    0xF00662C8          Read Data and Bit Flip Register 20
MC82_RDBFL21    0xF00662CA          Read Data and Bit Flip Register 21
MC82_RDBFL22    0xF00662CC          Read Data and Bit Flip Register 22
MC82_RDBFL23    0xF00662CE          Read Data and Bit Flip Register 23
MC82_RDBFL24    0xF00662D0          Read Data and Bit Flip Register 24
MC82_RDBFL25    0xF00662D2          Read Data and Bit Flip Register 25
MC82_RDBFL26    0xF00662D4          Read Data and Bit Flip Register 26
MC82_RDBFL27    0xF00662D6          Read Data and Bit Flip Register 27
MC82_RDBFL28    0xF00662D8          Read Data and Bit Flip Register 28
MC82_RDBFL29    0xF00662DA          Read Data and Bit Flip Register 29
MC82_RDBFL30    0xF00662DC          Read Data and Bit Flip Register 30
MC82_RDBFL31    0xF00662DE          Read Data and Bit Flip Register 31
MC82_RDBFL32    0xF00662E0          Read Data and Bit Flip Register 32
MC82_RDBFL33    0xF00662E2          Read Data and Bit Flip Register 33
MC82_RDBFL34    0xF00662E4          Read Data and Bit Flip Register 34
MC82_RDBFL35    0xF00662E6          Read Data and Bit Flip Register 35
MC82_RDBFL36    0xF00662E8          Read Data and Bit Flip Register 36
MC82_RDBFL37    0xF00662EA          Read Data and Bit Flip Register 37
MC82_RDBFL38    0xF00662EC          Read Data and Bit Flip Register 38
MC82_RDBFL39    0xF00662EE          Read Data and Bit Flip Register 39
MC83_CONFIG0    0xF0066300          Configuration Register 0
MC83_CONFIG1    0xF0066302          Configuration Register 1
MC83_MCONTROL   0xF0066304          MBIST Control Register
MC83_MSTATUS    0xF0066306          Status Register
MC83_RANGE      0xF0066308          Range Register, single address mode
MC83_REVID      0xF006630C          Revision ID Register
MC83_ECCS       0xF006630E          ECC Safety Register
MC83_ECCD       0xF0066310          Memory ECC Detection Register
MC83_ETRR0      0xF0066312          Error Tracking Register 0
MC83_ETRR1      0xF0066314          Error Tracking Register 1
MC83_ETRR2      0xF0066316          Error Tracking Register 2
MC83_ETRR3      0xF0066318          Error Tracking Register 3
MC83_ETRR4      0xF006631A          Error Tracking Register 4
MC83_RDBFL0     0xF00663A0          Read Data and Bit Flip Register 0
MC83_RDBFL1     0xF00663A2          Read Data and Bit Flip Register 1
MC83_RDBFL2     0xF00663A4          Read Data and Bit Flip Register 2
MC83_RDBFL3     0xF00663A6          Read Data and Bit Flip Register 3
MC83_RDBFL4     0xF00663A8          Read Data and Bit Flip Register 4
MC83_RDBFL5     0xF00663AA          Read Data and Bit Flip Register 5
MC83_RDBFL6     0xF00663AC          Read Data and Bit Flip Register 6
MC83_RDBFL7     0xF00663AE          Read Data and Bit Flip Register 7
MC83_RDBFL8     0xF00663B0          Read Data and Bit Flip Register 8
MC83_RDBFL9     0xF00663B2          Read Data and Bit Flip Register 9
MC83_RDBFL10    0xF00663B4          Read Data and Bit Flip Register 10
MC83_RDBFL11    0xF00663B6          Read Data and Bit Flip Register 11
MC83_RDBFL12    0xF00663B8          Read Data and Bit Flip Register 12
MC83_RDBFL13    0xF00663BA          Read Data and Bit Flip Register 13
MC83_RDBFL14    0xF00663BC          Read Data and Bit Flip Register 14
MC83_RDBFL15    0xF00663BE          Read Data and Bit Flip Register 15
MC83_RDBFL16    0xF00663C0          Read Data and Bit Flip Register 16
MC83_RDBFL17    0xF00663C2          Read Data and Bit Flip Register 17
MC83_RDBFL18    0xF00663C4          Read Data and Bit Flip Register 18
MC83_RDBFL19    0xF00663C6          Read Data and Bit Flip Register 19
MC83_RDBFL20    0xF00663C8          Read Data and Bit Flip Register 20
MC83_RDBFL21    0xF00663CA          Read Data and Bit Flip Register 21
MC83_RDBFL22    0xF00663CC          Read Data and Bit Flip Register 22
MC83_RDBFL23    0xF00663CE          Read Data and Bit Flip Register 23
MC83_RDBFL24    0xF00663D0          Read Data and Bit Flip Register 24
MC83_RDBFL25    0xF00663D2          Read Data and Bit Flip Register 25
MC83_RDBFL26    0xF00663D4          Read Data and Bit Flip Register 26
MC83_RDBFL27    0xF00663D6          Read Data and Bit Flip Register 27
MC83_RDBFL28    0xF00663D8          Read Data and Bit Flip Register 28
MC83_RDBFL29    0xF00663DA          Read Data and Bit Flip Register 29
MC83_RDBFL30    0xF00663DC          Read Data and Bit Flip Register 30
MC83_RDBFL31    0xF00663DE          Read Data and Bit Flip Register 31
MC83_RDBFL32    0xF00663E0          Read Data and Bit Flip Register 32
MC83_RDBFL33    0xF00663E2          Read Data and Bit Flip Register 33
MC83_RDBFL34    0xF00663E4          Read Data and Bit Flip Register 34
MC83_RDBFL35    0xF00663E6          Read Data and Bit Flip Register 35
MC83_RDBFL36    0xF00663E8          Read Data and Bit Flip Register 36
MC83_RDBFL37    0xF00663EA          Read Data and Bit Flip Register 37
MC83_RDBFL38    0xF00663EC          Read Data and Bit Flip Register 38
MC83_RDBFL39    0xF00663EE          Read Data and Bit Flip Register 39
MC84_CONFIG0    0xF0066400          Configuration Register 0
MC84_CONFIG1    0xF0066402          Configuration Register 1
MC84_MCONTROL   0xF0066404          MBIST Control Register
MC84_MSTATUS    0xF0066406          Status Register
MC84_RANGE      0xF0066408          Range Register, single address mode
MC84_REVID      0xF006640C          Revision ID Register
MC84_ECCS       0xF006640E          ECC Safety Register
MC84_ECCD       0xF0066410          Memory ECC Detection Register
MC84_ETRR0      0xF0066412          Error Tracking Register 0
MC84_ETRR1      0xF0066414          Error Tracking Register 1
MC84_ETRR2      0xF0066416          Error Tracking Register 2
MC84_ETRR3      0xF0066418          Error Tracking Register 3
MC84_ETRR4      0xF006641A          Error Tracking Register 4
MC84_RDBFL0     0xF00664A0          Read Data and Bit Flip Register 0
MC84_RDBFL1     0xF00664A2          Read Data and Bit Flip Register 1
MC84_RDBFL2     0xF00664A4          Read Data and Bit Flip Register 2
MC84_RDBFL3     0xF00664A6          Read Data and Bit Flip Register 3
MC84_RDBFL4     0xF00664A8          Read Data and Bit Flip Register 4
MC84_RDBFL5     0xF00664AA          Read Data and Bit Flip Register 5
MC84_RDBFL6     0xF00664AC          Read Data and Bit Flip Register 6
MC84_RDBFL7     0xF00664AE          Read Data and Bit Flip Register 7
MC84_RDBFL8     0xF00664B0          Read Data and Bit Flip Register 8
MC84_RDBFL9     0xF00664B2          Read Data and Bit Flip Register 9
MC84_RDBFL10    0xF00664B4          Read Data and Bit Flip Register 10
MC84_RDBFL11    0xF00664B6          Read Data and Bit Flip Register 11
MC84_RDBFL12    0xF00664B8          Read Data and Bit Flip Register 12
MC84_RDBFL13    0xF00664BA          Read Data and Bit Flip Register 13
MC84_RDBFL14    0xF00664BC          Read Data and Bit Flip Register 14
MC84_RDBFL15    0xF00664BE          Read Data and Bit Flip Register 15
MC84_RDBFL16    0xF00664C0          Read Data and Bit Flip Register 16
MC84_RDBFL17    0xF00664C2          Read Data and Bit Flip Register 17
MC84_RDBFL18    0xF00664C4          Read Data and Bit Flip Register 18
MC84_RDBFL19    0xF00664C6          Read Data and Bit Flip Register 19
MC84_RDBFL20    0xF00664C8          Read Data and Bit Flip Register 20
MC84_RDBFL21    0xF00664CA          Read Data and Bit Flip Register 21
MC84_RDBFL22    0xF00664CC          Read Data and Bit Flip Register 22
MC84_RDBFL23    0xF00664CE          Read Data and Bit Flip Register 23
MC84_RDBFL24    0xF00664D0          Read Data and Bit Flip Register 24
MC84_RDBFL25    0xF00664D2          Read Data and Bit Flip Register 25
MC84_RDBFL26    0xF00664D4          Read Data and Bit Flip Register 26
MC84_RDBFL27    0xF00664D6          Read Data and Bit Flip Register 27
MC84_RDBFL28    0xF00664D8          Read Data and Bit Flip Register 28
MC84_RDBFL29    0xF00664DA          Read Data and Bit Flip Register 29
MC84_RDBFL30    0xF00664DC          Read Data and Bit Flip Register 30
MC84_RDBFL31    0xF00664DE          Read Data and Bit Flip Register 31
MC84_RDBFL32    0xF00664E0          Read Data and Bit Flip Register 32
MC84_RDBFL33    0xF00664E2          Read Data and Bit Flip Register 33
MC84_RDBFL34    0xF00664E4          Read Data and Bit Flip Register 34
MC84_RDBFL35    0xF00664E6          Read Data and Bit Flip Register 35
MC84_RDBFL36    0xF00664E8          Read Data and Bit Flip Register 36
MC84_RDBFL37    0xF00664EA          Read Data and Bit Flip Register 37
MC84_RDBFL38    0xF00664EC          Read Data and Bit Flip Register 38
MC84_RDBFL39    0xF00664EE          Read Data and Bit Flip Register 39
MC85_CONFIG0    0xF0066500          Configuration Register 0
MC85_CONFIG1    0xF0066502          Configuration Register 1
MC85_MCONTROL   0xF0066504          MBIST Control Register
MC85_MSTATUS    0xF0066506          Status Register
MC85_RANGE      0xF0066508          Range Register, single address mode
MC85_REVID      0xF006650C          Revision ID Register
MC85_ECCS       0xF006650E          ECC Safety Register
MC85_ECCD       0xF0066510          Memory ECC Detection Register
MC85_ETRR0      0xF0066512          Error Tracking Register 0
MC85_ETRR1      0xF0066514          Error Tracking Register 1
MC85_ETRR2      0xF0066516          Error Tracking Register 2
MC85_ETRR3      0xF0066518          Error Tracking Register 3
MC85_ETRR4      0xF006651A          Error Tracking Register 4
MC85_RDBFL0     0xF00665A0          Read Data and Bit Flip Register 0
MC85_RDBFL1     0xF00665A2          Read Data and Bit Flip Register 1
MC85_RDBFL2     0xF00665A4          Read Data and Bit Flip Register 2
MC85_RDBFL3     0xF00665A6          Read Data and Bit Flip Register 3
MC85_RDBFL4     0xF00665A8          Read Data and Bit Flip Register 4
MC85_RDBFL5     0xF00665AA          Read Data and Bit Flip Register 5
MC85_RDBFL6     0xF00665AC          Read Data and Bit Flip Register 6
MC85_RDBFL7     0xF00665AE          Read Data and Bit Flip Register 7
MC85_RDBFL8     0xF00665B0          Read Data and Bit Flip Register 8
MC85_RDBFL9     0xF00665B2          Read Data and Bit Flip Register 9
MC85_RDBFL10    0xF00665B4          Read Data and Bit Flip Register 10
MC85_RDBFL11    0xF00665B6          Read Data and Bit Flip Register 11
MC85_RDBFL12    0xF00665B8          Read Data and Bit Flip Register 12
MC85_RDBFL13    0xF00665BA          Read Data and Bit Flip Register 13
MC85_RDBFL14    0xF00665BC          Read Data and Bit Flip Register 14
MC85_RDBFL15    0xF00665BE          Read Data and Bit Flip Register 15
MC85_RDBFL16    0xF00665C0          Read Data and Bit Flip Register 16
MC85_RDBFL17    0xF00665C2          Read Data and Bit Flip Register 17
MC85_RDBFL18    0xF00665C4          Read Data and Bit Flip Register 18
MC85_RDBFL19    0xF00665C6          Read Data and Bit Flip Register 19
MC85_RDBFL20    0xF00665C8          Read Data and Bit Flip Register 20
MC85_RDBFL21    0xF00665CA          Read Data and Bit Flip Register 21
MC85_RDBFL22    0xF00665CC          Read Data and Bit Flip Register 22
MC85_RDBFL23    0xF00665CE          Read Data and Bit Flip Register 23
MC85_RDBFL24    0xF00665D0          Read Data and Bit Flip Register 24
MC85_RDBFL25    0xF00665D2          Read Data and Bit Flip Register 25
MC85_RDBFL26    0xF00665D4          Read Data and Bit Flip Register 26
MC85_RDBFL27    0xF00665D6          Read Data and Bit Flip Register 27
MC85_RDBFL28    0xF00665D8          Read Data and Bit Flip Register 28
MC85_RDBFL29    0xF00665DA          Read Data and Bit Flip Register 29
MC85_RDBFL30    0xF00665DC          Read Data and Bit Flip Register 30
MC85_RDBFL31    0xF00665DE          Read Data and Bit Flip Register 31
MC85_RDBFL32    0xF00665E0          Read Data and Bit Flip Register 32
MC85_RDBFL33    0xF00665E2          Read Data and Bit Flip Register 33
MC85_RDBFL34    0xF00665E4          Read Data and Bit Flip Register 34
MC85_RDBFL35    0xF00665E6          Read Data and Bit Flip Register 35
MC85_RDBFL36    0xF00665E8          Read Data and Bit Flip Register 36
MC85_RDBFL37    0xF00665EA          Read Data and Bit Flip Register 37
MC85_RDBFL38    0xF00665EC          Read Data and Bit Flip Register 38
MC85_RDBFL39    0xF00665EE          Read Data and Bit Flip Register 39
MC86_CONFIG0    0xF0066600          Configuration Register 0
MC86_CONFIG1    0xF0066602          Configuration Register 1
MC86_MCONTROL   0xF0066604          MBIST Control Register
MC86_MSTATUS    0xF0066606          Status Register
MC86_RANGE      0xF0066608          Range Register, single address mode
MC86_REVID      0xF006660C          Revision ID Register
MC86_ECCS       0xF006660E          ECC Safety Register
MC86_ECCD       0xF0066610          Memory ECC Detection Register
MC86_ETRR0      0xF0066612          Error Tracking Register 0
MC86_ETRR1      0xF0066614          Error Tracking Register 1
MC86_ETRR2      0xF0066616          Error Tracking Register 2
MC86_ETRR3      0xF0066618          Error Tracking Register 3
MC86_ETRR4      0xF006661A          Error Tracking Register 4
MC86_RDBFL0     0xF00666A0          Read Data and Bit Flip Register 0
MC86_RDBFL1     0xF00666A2          Read Data and Bit Flip Register 1
MC86_RDBFL2     0xF00666A4          Read Data and Bit Flip Register 2
MC86_RDBFL3     0xF00666A6          Read Data and Bit Flip Register 3
MC86_RDBFL4     0xF00666A8          Read Data and Bit Flip Register 4
MC86_RDBFL5     0xF00666AA          Read Data and Bit Flip Register 5
MC86_RDBFL6     0xF00666AC          Read Data and Bit Flip Register 6
MC86_RDBFL7     0xF00666AE          Read Data and Bit Flip Register 7
MC86_RDBFL8     0xF00666B0          Read Data and Bit Flip Register 8
MC86_RDBFL9     0xF00666B2          Read Data and Bit Flip Register 9
MC86_RDBFL10    0xF00666B4          Read Data and Bit Flip Register 10
MC86_RDBFL11    0xF00666B6          Read Data and Bit Flip Register 11
MC86_RDBFL12    0xF00666B8          Read Data and Bit Flip Register 12
MC86_RDBFL13    0xF00666BA          Read Data and Bit Flip Register 13
MC86_RDBFL14    0xF00666BC          Read Data and Bit Flip Register 14
MC86_RDBFL15    0xF00666BE          Read Data and Bit Flip Register 15
MC86_RDBFL16    0xF00666C0          Read Data and Bit Flip Register 16
MC86_RDBFL17    0xF00666C2          Read Data and Bit Flip Register 17
MC86_RDBFL18    0xF00666C4          Read Data and Bit Flip Register 18
MC86_RDBFL19    0xF00666C6          Read Data and Bit Flip Register 19
MC86_RDBFL20    0xF00666C8          Read Data and Bit Flip Register 20
MC86_RDBFL21    0xF00666CA          Read Data and Bit Flip Register 21
MC86_RDBFL22    0xF00666CC          Read Data and Bit Flip Register 22
MC86_RDBFL23    0xF00666CE          Read Data and Bit Flip Register 23
MC86_RDBFL24    0xF00666D0          Read Data and Bit Flip Register 24
MC86_RDBFL25    0xF00666D2          Read Data and Bit Flip Register 25
MC86_RDBFL26    0xF00666D4          Read Data and Bit Flip Register 26
MC86_RDBFL27    0xF00666D6          Read Data and Bit Flip Register 27
MC86_RDBFL28    0xF00666D8          Read Data and Bit Flip Register 28
MC86_RDBFL29    0xF00666DA          Read Data and Bit Flip Register 29
MC86_RDBFL30    0xF00666DC          Read Data and Bit Flip Register 30
MC86_RDBFL31    0xF00666DE          Read Data and Bit Flip Register 31
MC86_RDBFL32    0xF00666E0          Read Data and Bit Flip Register 32
MC86_RDBFL33    0xF00666E2          Read Data and Bit Flip Register 33
MC86_RDBFL34    0xF00666E4          Read Data and Bit Flip Register 34
MC86_RDBFL35    0xF00666E6          Read Data and Bit Flip Register 35
MC86_RDBFL36    0xF00666E8          Read Data and Bit Flip Register 36
MC86_RDBFL37    0xF00666EA          Read Data and Bit Flip Register 37
MC86_RDBFL38    0xF00666EC          Read Data and Bit Flip Register 38
MC86_RDBFL39    0xF00666EE          Read Data and Bit Flip Register 39
MC87_CONFIG0    0xF0066700          Configuration Register 0
MC87_CONFIG1    0xF0066702          Configuration Register 1
MC87_MCONTROL   0xF0066704          MBIST Control Register
MC87_MSTATUS    0xF0066706          Status Register
MC87_RANGE      0xF0066708          Range Register, single address mode
MC87_REVID      0xF006670C          Revision ID Register
MC87_ECCS       0xF006670E          ECC Safety Register
MC87_ECCD       0xF0066710          Memory ECC Detection Register
MC87_ETRR0      0xF0066712          Error Tracking Register 0
MC87_ETRR1      0xF0066714          Error Tracking Register 1
MC87_ETRR2      0xF0066716          Error Tracking Register 2
MC87_ETRR3      0xF0066718          Error Tracking Register 3
MC87_ETRR4      0xF006671A          Error Tracking Register 4
MC87_RDBFL0     0xF00667A0          Read Data and Bit Flip Register 0
MC87_RDBFL1     0xF00667A2          Read Data and Bit Flip Register 1
MC87_RDBFL2     0xF00667A4          Read Data and Bit Flip Register 2
MC87_RDBFL3     0xF00667A6          Read Data and Bit Flip Register 3
MC87_RDBFL4     0xF00667A8          Read Data and Bit Flip Register 4
MC87_RDBFL5     0xF00667AA          Read Data and Bit Flip Register 5
MC87_RDBFL6     0xF00667AC          Read Data and Bit Flip Register 6
MC87_RDBFL7     0xF00667AE          Read Data and Bit Flip Register 7
MC87_RDBFL8     0xF00667B0          Read Data and Bit Flip Register 8
MC87_RDBFL9     0xF00667B2          Read Data and Bit Flip Register 9
MC87_RDBFL10    0xF00667B4          Read Data and Bit Flip Register 10
MC87_RDBFL11    0xF00667B6          Read Data and Bit Flip Register 11
MC87_RDBFL12    0xF00667B8          Read Data and Bit Flip Register 12
MC87_RDBFL13    0xF00667BA          Read Data and Bit Flip Register 13
MC87_RDBFL14    0xF00667BC          Read Data and Bit Flip Register 14
MC87_RDBFL15    0xF00667BE          Read Data and Bit Flip Register 15
MC87_RDBFL16    0xF00667C0          Read Data and Bit Flip Register 16
MC87_RDBFL17    0xF00667C2          Read Data and Bit Flip Register 17
MC87_RDBFL18    0xF00667C4          Read Data and Bit Flip Register 18
MC87_RDBFL19    0xF00667C6          Read Data and Bit Flip Register 19
MC87_RDBFL20    0xF00667C8          Read Data and Bit Flip Register 20
MC87_RDBFL21    0xF00667CA          Read Data and Bit Flip Register 21
MC87_RDBFL22    0xF00667CC          Read Data and Bit Flip Register 22
MC87_RDBFL23    0xF00667CE          Read Data and Bit Flip Register 23
MC87_RDBFL24    0xF00667D0          Read Data and Bit Flip Register 24
MC87_RDBFL25    0xF00667D2          Read Data and Bit Flip Register 25
MC87_RDBFL26    0xF00667D4          Read Data and Bit Flip Register 26
MC87_RDBFL27    0xF00667D6          Read Data and Bit Flip Register 27
MC87_RDBFL28    0xF00667D8          Read Data and Bit Flip Register 28
MC87_RDBFL29    0xF00667DA          Read Data and Bit Flip Register 29
MC87_RDBFL30    0xF00667DC          Read Data and Bit Flip Register 30
MC87_RDBFL31    0xF00667DE          Read Data and Bit Flip Register 31
MC87_RDBFL32    0xF00667E0          Read Data and Bit Flip Register 32
MC87_RDBFL33    0xF00667E2          Read Data and Bit Flip Register 33
MC87_RDBFL34    0xF00667E4          Read Data and Bit Flip Register 34
MC87_RDBFL35    0xF00667E6          Read Data and Bit Flip Register 35
MC87_RDBFL36    0xF00667E8          Read Data and Bit Flip Register 36
MC87_RDBFL37    0xF00667EA          Read Data and Bit Flip Register 37
MC87_RDBFL38    0xF00667EC          Read Data and Bit Flip Register 38
MC87_RDBFL39    0xF00667EE          Read Data and Bit Flip Register 39
GTM_REV         0xF0100000          GTM Version Control Register
GTM_RST         0xF0100004          GTM Global Reset Register
GTM_CTRL        0xF0100008          GTM Global Control Register
GTM_AEI_ADDR_XPT 0xF010000C          GTM AEI Timeout Exception Address Register
GTM_IRQ_NOTIFY  0xF0100010          GTM Interrupt Notification Register
GTM_IRQ_EN      0xF0100014          GTM Interrupt Enable Register
GTM_IRQ_FORCINT 0xF0100018          GTM Software Interrupt Generation Register
GTM_IRQ_MODE    0xF010001C          GTM Top Level Interrupts Mode Selection
GTM_EIRQ_EN     0xF0100020          GTM Error Interrupt Enable Register
GTM_HW_CONF     0xF0100024          GTM Hardware Configuration
GTM_BRIDGE_MODE 0xF0100030          GTM to SPB BRIDGE MODE
GTM_BRIDGE_PTR1 0xF0100034          GTM to SPB BRIDGE PTR1
GTM_BRIDGE_PTR2 0xF0100038          GTM to SPB BRIDGE PTR2
GTM_TIM0_AUX_IN_SRC 0xF0100040          GTM TIM0 AUX_IN_SRC
GTM_TBU_CHEN    0xF0100100          TBU Global Channel Enable Register
GTM_TBU_CH0_CTRL 0xF0100104          TBU Channel 0 Control Register
GTM_TBU_CH0_BASE 0xF0100108          TBU Channel 0 Base Register
GTM_TBU_CH1_CTRL 0xF010010C          TBU Channel 1 Control Register
GTM_TBU_CH1_BASE 0xF0100110          TBU Channel 1 Base Register
GTM_TBU_CH2_CTRL 0xF0100114          TBU Channel 2 Control Register
GTM_TBU_CH2_BASE 0xF0100118          TBU Channel 2 Base Register
GTM_CMU_CLK_EN  0xF0100300          CMU Clock Enable Register
GTM_CMU_GCLK_NUM 0xF0100304          CMU Global Clock Control Numerator Register
GTM_CMU_GCLK_DEN 0xF0100308          CMU Global Clock Control Denominator Register
GTM_CMU_CLK_0_CTRL 0xF010030C          CMU Control For Clock Source 0 Register
GTM_CMU_CLK_1_CTRL 0xF0100310          CMU Control For Clock Source 1 Register
GTM_CMU_CLK_2_CTRL 0xF0100314          CMU Control For Clock Source 2 Register
GTM_CMU_CLK_3_CTRL 0xF0100318          CMU Control For Clock Source 3 Register
GTM_CMU_CLK_4_CTRL 0xF010031C          CMU Control For Clock Source 4 Register
GTM_CMU_CLK_5_CTRL 0xF0100320          CMU Control For Clock Source 5 Register
GTM_CMU_CLK_6_CTRL 0xF0100324          CMU Control For Clock Source 6 Register
GTM_CMU_CLK_7_CTRL 0xF0100328          CMU Control For Clock Source 7 Register
GTM_CMU_ECLK_0_NUM 0xF010032C          CMU External Clock 0 Control Numerator Register
GTM_CMU_ECLK_0_DEN 0xF0100330          CMU External Clock 0 Control Denominator Register
GTM_CMU_ECLK_1_NUM 0xF0100334          CMU External Clock 1 Control Numerator Register
GTM_CMU_ECLK_1_DEN 0xF0100338          CMU External Clock 1 Control Denominator Register
GTM_CMU_ECLK_2_NUM 0xF010033C          CMU External Clock 2 Control Numerator Register
GTM_CMU_ECLK_2_DEN 0xF0100340          CMU External Clock 2 Control Denominator Register
GTM_CMU_FXCLK_CTRL 0xF0100344          CMU FXCLK Control Register
GTM_ICM_IRQG_0  0xF0100600          GTM Infrastructure Interrupt Group
GTM_ICM_IRQG_2  0xF0100608          TIM Interrupt Group 0
GTM_ICM_IRQG_6  0xF0100618          TOM Interrupt Group 0
GTM_ICM_IRQG_MEI 0xF0100630          ICM Module Error Interrupt Register
GTM_ICM_IRQG_CEI1 0xF0100638          ICM Channel Error Interrupt 1 Register
GTM_TIM0_CH0_GPR0 0xF0101000          TIM0 Channel 0 General Purpose 0 Register
GTM_TIM0_CH0_GPR1 0xF0101004          TIM0 Channel 0 General Purpose 1 Register
GTM_TIM0_CH0_CNT 0xF0101008          TIM0 Channel 0 SMU Counter Register
GTM_TIM0_CH0_ECNT 0xF010100C          TIM0 Channel 0 Edge Counter Register
GTM_TIM0_CH0_CNTS 0xF0101010          TIM0 Channel 0 SMU Shadow Counter Register
GTM_TIM0_CH0_TDUC 0xF0101014          TIM0 Channel 0 TDUC Register
GTM_TIM0_CH0_TDUV 0xF0101018          TIM0 Channel 0 TDUV Register
GTM_TIM0_CH0_FLT_RE 0xF010101C          GTM_TIM0 Channel 0 Filter Parameter 0 Register
GTM_TIM0_CH0_FLT_FE 0xF0101020          TIM0 Channel 0 Filter Parameter 1 Register
GTM_TIM0_CH0_CTRL 0xF0101024          TIM Channel 0 Control Register
GTM_TIM0_CH0_ECTRL 0xF0101028          TIM0 Channel 0 External Capture Control Register
GTM_TIM0_CH0_IRQ_NOTIFY 0xF010102C          TIM0 Channel 0 Interrupt Notification Register
GTM_TIM0_CH0_IRQ_EN 0xF0101030          TIM0 Channel 0 Interrupt Enable Register
GTM_TIM0_CH0_IRQ_FORCINT 0xF0101034          TIM0 Channel 0 Software Interrupt Force Register
GTM_TIM0_CH0_IRQ_MODE 0xF0101038          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH0_EIRQ_EN 0xF010103C          TIM0 Channel 0 Error Interrupt Enable Register
GTM_TIM0_INP_VAL 0xF0101074          TIM0 Input Value Register
GTM_TIM0_IN_SRC 0xF0101078          TIM0_IN_SRC Long Name
GTM_TIM0_RST    0xF010107C          TIM0 Global Software Reset Register
GTM_TIM0_CH1_GPR0 0xF0101080          TIM0 Channel 1 General Purpose 0 Register
GTM_TIM0_CH1_GPR1 0xF0101084          TIM0 Channel 1 General Purpose 1 Register
GTM_TIM0_CH1_CNT 0xF0101088          TIM0 Channel 1 SMU Counter Register
GTM_TIM0_CH1_ECNT 0xF010108C          TIM0 Channel 1 Edge Counter Register
GTM_TIM0_CH1_CNTS 0xF0101090          TIM0 Channel 1 SMU Shadow Counter Register
GTM_TIM0_CH1_TDUC 0xF0101094          TIM0 Channel 1 TDUC Register
GTM_TIM0_CH1_TDUV 0xF0101098          TIM0 Channel 1 TDUV Register
GTM_TIM0_CH1_FLT_RE 0xF010109C          GTM_TIM0 Channel 1 Filter Parameter 0 Register
GTM_TIM0_CH1_FLT_FE 0xF01010A0          TIM0 Channel 1 Filter Parameter 1 Register
GTM_TIM0_CH1_CTRL 0xF01010A4          TIM Channel 1 Control Register
GTM_TIM0_CH1_ECTRL 0xF01010A8          TIM0 Channel 1 External Capture Control Register
GTM_TIM0_CH1_IRQ_NOTIFY 0xF01010AC          TIM0 Channel 1 Interrupt Notification Register
GTM_TIM0_CH1_IRQ_EN 0xF01010B0          TIM0 Channel 1 Interrupt Enable Register
GTM_TIM0_CH1_IRQ_FORCINT 0xF01010B4          TIM0 Channel 1 Software Interrupt Force Register
GTM_TIM0_CH1_IRQ_MODE 0xF01010B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH1_EIRQ_EN 0xF01010BC          TIM0 Channel 1 Error Interrupt Enable Register
GTM_TIM0_CH2_GPR0 0xF0101100          TIM0 Channel 2 General Purpose 0 Register
GTM_TIM0_CH2_GPR1 0xF0101104          TIM0 Channel 2 General Purpose 1 Register
GTM_TIM0_CH2_CNT 0xF0101108          TIM0 Channel 2 SMU Counter Register
GTM_TIM0_CH2_ECNT 0xF010110C          TIM0 Channel 2 Edge Counter Register
GTM_TIM0_CH2_CNTS 0xF0101110          TIM0 Channel 2 SMU Shadow Counter Register
GTM_TIM0_CH2_TDUC 0xF0101114          TIM0 Channel 2 TDUC Register
GTM_TIM0_CH2_TDUV 0xF0101118          TIM0 Channel 2 TDUV Register
GTM_TIM0_CH2_FLT_RE 0xF010111C          GTM_TIM0 Channel 2 Filter Parameter 0 Register
GTM_TIM0_CH2_FLT_FE 0xF0101120          TIM0 Channel 2 Filter Parameter 1 Register
GTM_TIM0_CH2_CTRL 0xF0101124          TIM Channel 2 Control Register
GTM_TIM0_CH2_ECTRL 0xF0101128          TIM0 Channel 2 External Capture Control Register
GTM_TIM0_CH2_IRQ_NOTIFY 0xF010112C          TIM0 Channel 2 Interrupt Notification Register
GTM_TIM0_CH2_IRQ_EN 0xF0101130          TIM0 Channel 2 Interrupt Enable Register
GTM_TIM0_CH2_IRQ_FORCINT 0xF0101134          TIM0 Channel 2 Software Interrupt Force Register
GTM_TIM0_CH2_IRQ_MODE 0xF0101138          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH2_EIRQ_EN 0xF010113C          TIM0 Channel 2 Error Interrupt Enable Register
GTM_TIM0_CH3_GPR0 0xF0101180          TIM0 Channel 3 General Purpose 0 Register
GTM_TIM0_CH3_GPR1 0xF0101184          TIM0 Channel 3 General Purpose 1 Register
GTM_TIM0_CH3_CNT 0xF0101188          TIM0 Channel 3 SMU Counter Register
GTM_TIM0_CH3_ECNT 0xF010118C          TIM0 Channel 3 Edge Counter Register
GTM_TIM0_CH3_CNTS 0xF0101190          TIM0 Channel 3 SMU Shadow Counter Register
GTM_TIM0_CH3_TDUC 0xF0101194          TIM0 Channel 3 TDUC Register
GTM_TIM0_CH3_TDUV 0xF0101198          TIM0 Channel 3 TDUV Register
GTM_TIM0_CH3_FLT_RE 0xF010119C          GTM_TIM0 Channel 3 Filter Parameter 0 Register
GTM_TIM0_CH3_FLT_FE 0xF01011A0          TIM0 Channel 3 Filter Parameter 1 Register
GTM_TIM0_CH3_CTRL 0xF01011A4          TIM Channel 3 Control Register
GTM_TIM0_CH3_ECTRL 0xF01011A8          TIM0 Channel 3 External Capture Control Register
GTM_TIM0_CH3_IRQ_NOTIFY 0xF01011AC          TIM0 Channel 3 Interrupt Notification Register
GTM_TIM0_CH3_IRQ_EN 0xF01011B0          TIM0 Channel 3 Interrupt Enable Register
GTM_TIM0_CH3_IRQ_FORCINT 0xF01011B4          TIM0 Channel 3 Software Interrupt Force Register
GTM_TIM0_CH3_IRQ_MODE 0xF01011B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH3_EIRQ_EN 0xF01011BC          TIM0 Channel 3 Error Interrupt Enable Register
GTM_TIM0_CH4_GPR0 0xF0101200          TIM0 Channel 4 General Purpose 0 Register
GTM_TIM0_CH4_GPR1 0xF0101204          TIM0 Channel 4 General Purpose 1 Register
GTM_TIM0_CH4_CNT 0xF0101208          TIM0 Channel 4 SMU Counter Register
GTM_TIM0_CH4_ECNT 0xF010120C          TIM0 Channel 4 Edge Counter Register
GTM_TIM0_CH4_CNTS 0xF0101210          TIM0 Channel 4 SMU Shadow Counter Register
GTM_TIM0_CH4_TDUC 0xF0101214          TIM0 Channel 4 TDUC Register
GTM_TIM0_CH4_TDUV 0xF0101218          TIM0 Channel 4 TDUV Register
GTM_TIM0_CH4_FLT_RE 0xF010121C          GTM_TIM0 Channel 4 Filter Parameter 0 Register
GTM_TIM0_CH4_FLT_FE 0xF0101220          TIM0 Channel 4 Filter Parameter 1 Register
GTM_TIM0_CH4_CTRL 0xF0101224          TIM Channel 4 Control Register
GTM_TIM0_CH4_ECTRL 0xF0101228          TIM0 Channel 4 External Capture Control Register
GTM_TIM0_CH4_IRQ_NOTIFY 0xF010122C          TIM0 Channel 4 Interrupt Notification Register
GTM_TIM0_CH4_IRQ_EN 0xF0101230          TIM0 Channel 4 Interrupt Enable Register
GTM_TIM0_CH4_IRQ_FORCINT 0xF0101234          TIM0 Channel 4 Software Interrupt Force Register
GTM_TIM0_CH4_IRQ_MODE 0xF0101238          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH4_EIRQ_EN 0xF010123C          TIM0 Channel 4 Error Interrupt Enable Register
GTM_TIM0_CH5_GPR0 0xF0101280          TIM0 Channel 5 General Purpose 0 Register
GTM_TIM0_CH5_GPR1 0xF0101284          TIM0 Channel 5 General Purpose 1 Register
GTM_TIM0_CH5_CNT 0xF0101288          TIM0 Channel 5 SMU Counter Register
GTM_TIM0_CH5_ECNT 0xF010128C          TIM0 Channel 5 Edge Counter Register
GTM_TIM0_CH5_CNTS 0xF0101290          TIM0 Channel 5 SMU Shadow Counter Register
GTM_TIM0_CH5_TDUC 0xF0101294          TIM0 Channel 5 TDUC Register
GTM_TIM0_CH5_TDUV 0xF0101298          TIM0 Channel 5 TDUV Register
GTM_TIM0_CH5_FLT_RE 0xF010129C          GTM_TIM0 Channel 5 Filter Parameter 0 Register
GTM_TIM0_CH5_FLT_FE 0xF01012A0          TIM0 Channel 5 Filter Parameter 1 Register
GTM_TIM0_CH5_CTRL 0xF01012A4          TIM Channel 5 Control Register
GTM_TIM0_CH5_ECTRL 0xF01012A8          TIM0 Channel 5 External Capture Control Register
GTM_TIM0_CH5_IRQ_NOTIFY 0xF01012AC          TIM0 Channel 5 Interrupt Notification Register
GTM_TIM0_CH5_IRQ_EN 0xF01012B0          TIM0 Channel 5 Interrupt Enable Register
GTM_TIM0_CH5_IRQ_FORCINT 0xF01012B4          TIM0 Channel 5 Software Interrupt Force Register
GTM_TIM0_CH5_IRQ_MODE 0xF01012B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH5_EIRQ_EN 0xF01012BC          TIM0 Channel 5 Error Interrupt Enable Register
GTM_TIM0_CH6_GPR0 0xF0101300          TIM0 Channel 6 General Purpose 0 Register
GTM_TIM0_CH6_GPR1 0xF0101304          TIM0 Channel 6 General Purpose 1 Register
GTM_TIM0_CH6_CNT 0xF0101308          TIM0 Channel 6 SMU Counter Register
GTM_TIM0_CH6_ECNT 0xF010130C          TIM0 Channel 6 Edge Counter Register
GTM_TIM0_CH6_CNTS 0xF0101310          TIM0 Channel 6 SMU Shadow Counter Register
GTM_TIM0_CH6_TDUC 0xF0101314          TIM0 Channel 6 TDUC Register
GTM_TIM0_CH6_TDUV 0xF0101318          TIM0 Channel 6 TDUV Register
GTM_TIM0_CH6_FLT_RE 0xF010131C          GTM_TIM0 Channel 6 Filter Parameter 0 Register
GTM_TIM0_CH6_FLT_FE 0xF0101320          TIM0 Channel 6 Filter Parameter 1 Register
GTM_TIM0_CH6_CTRL 0xF0101324          TIM Channel 6 Control Register
GTM_TIM0_CH6_ECTRL 0xF0101328          TIM0 Channel 6 External Capture Control Register
GTM_TIM0_CH6_IRQ_NOTIFY 0xF010132C          TIM0 Channel 6 Interrupt Notification Register
GTM_TIM0_CH6_IRQ_EN 0xF0101330          TIM0 Channel 6 Interrupt Enable Register
GTM_TIM0_CH6_IRQ_FORCINT 0xF0101334          TIM0 Channel 6 Software Interrupt Force Register
GTM_TIM0_CH6_IRQ_MODE 0xF0101338          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH6_EIRQ_EN 0xF010133C          TIM0 Channel 6 Error Interrupt Enable Register
GTM_TIM0_CH7_GPR0 0xF0101380          TIM0 Channel 7 General Purpose 0 Register
GTM_TIM0_CH7_GPR1 0xF0101384          TIM0 Channel 7 General Purpose 1 Register
GTM_TIM0_CH7_CNT 0xF0101388          TIM0 Channel 7 SMU Counter Register
GTM_TIM0_CH7_ECNT 0xF010138C          TIM0 Channel 7 Edge Counter Register
GTM_TIM0_CH7_CNTS 0xF0101390          TIM0 Channel 7 SMU Shadow Counter Register
GTM_TIM0_CH7_TDUC 0xF0101394          TIM0 Channel 7 TDUC Register
GTM_TIM0_CH7_TDUV 0xF0101398          TIM0 Channel 7 TDUV Register
GTM_TIM0_CH7_FLT_RE 0xF010139C          GTM_TIM0 Channel 7 Filter Parameter 0 Register
GTM_TIM0_CH7_FLT_FE 0xF01013A0          TIM0 Channel 7 Filter Parameter 1 Register
GTM_TIM0_CH7_CTRL 0xF01013A4          TIM Channel 7 Control Register
GTM_TIM0_CH7_ECTRL 0xF01013A8          TIM0 Channel 7 External Capture Control Register
GTM_TIM0_CH7_IRQ_NOTIFY 0xF01013AC          TIM0 Channel 7 Interrupt Notification Register
GTM_TIM0_CH7_IRQ_EN 0xF01013B0          TIM0 Channel 7 Interrupt Enable Register
GTM_TIM0_CH7_IRQ_FORCINT 0xF01013B4          TIM0 Channel 7 Software Interrupt Force Register
GTM_TIM0_CH7_IRQ_MODE 0xF01013B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH7_EIRQ_EN 0xF01013BC          TIM0 Channel 7 Error Interrupt Enable Register
GTM_TOM0_CH0_CTRL 0xF0108000          TOM0 Channel 0 Control Register?
GTM_TOM0_CH0_SR0 0xF0108004          TOM0 Channel 0 CCU0 Compare Shadow Register
GTM_TOM0_CH0_SR1 0xF0108008          TOM0 Channel 0 CCU1 Compare Shadow Register
GTM_TOM0_CH0_CM0 0xF010800C          TOM0 Channel 0 CCU0 Compare Register
GTM_TOM0_CH0_CM1 0xF0108010          TOM0 Channel 0 CCU1 Compare Register
GTM_TOM0_CH0_CN0 0xF0108014          TOM0 Channel 0 CCU0 Counter Register
GTM_TOM0_CH0_STAT 0xF0108018          TOM0 Channel Status Register
GTM_TOM0_CH0_IRQ_NOTIFY 0xF010801C          TOM0 Channel 0 Interrupt Notification Register
GTM_TOM0_CH0_IRQ_EN 0xF0108020          TOM0 Channel 0 Interrupt Enable Register
GTM_TOM0_CH0_IRQ_FORCINT 0xF0108024          TOM0 Channel 0 Software Interrupt Generation Register
GTM_TOM0_CH0_IRQ_MODE 0xF0108028          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC0_GLB_CTRL 0xF0108030          TOM0 TGC0 Global Control Register
GTM_TOM0_TGC0_ACT_TB 0xF0108034          TOM0 TGC0 Action Time Base Register
GTM_TOM0_TGC0_FUPD_CTRL 0xF0108038          TOM0 TGC0 Force Update Control Register
GTM_TOM0_TGC0_INT_TRIG 0xF010803C          TOM0 TGC0 Internal Trigger Control Register
GTM_TOM0_CH1_CTRL 0xF0108040          TOM0 Channel 1 Control Register?
GTM_TOM0_CH1_SR0 0xF0108044          TOM0 Channel 1 CCU0 Compare Shadow Register
GTM_TOM0_CH1_SR1 0xF0108048          TOM0 Channel 1 CCU1 Compare Shadow Register
GTM_TOM0_CH1_CM0 0xF010804C          TOM0 Channel 1 CCU0 Compare Register
GTM_TOM0_CH1_CM1 0xF0108050          TOM0 Channel 1 CCU1 Compare Register
GTM_TOM0_CH1_CN0 0xF0108054          TOM0 Channel 1 CCU0 Counter Register
GTM_TOM0_CH1_STAT 0xF0108058          TOM0 Channel Status Register
GTM_TOM0_CH1_IRQ_NOTIFY 0xF010805C          TOM0 Channel 1 Interrupt Notification Register
GTM_TOM0_CH1_IRQ_EN 0xF0108060          TOM0 Channel 1 Interrupt Enable Register
GTM_TOM0_CH1_IRQ_FORCINT 0xF0108064          TOM0 Channel 1 Software Interrupt Generation Register
GTM_TOM0_CH1_IRQ_MODE 0xF0108068          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC0_ENDIS_CTRL 0xF0108070          TOM0 TGC0 Enable/Disable Control Register
GTM_TOM0_TGC0_ENDIS_STAT 0xF0108074          TOM0 TGC0 Enable/Disable Status Register
GTM_TOM0_TGC0_OUTEN_CTRL 0xF0108078          TOM0 TGC0 Output Enable Control Register
GTM_TOM0_TGC0_OUTEN_STAT 0xF010807C          TOM0 TGC0 Output Enable Status Register
GTM_TOM0_CH2_CTRL 0xF0108080          TOM0 Channel 2 Control Register?
GTM_TOM0_CH2_SR0 0xF0108084          TOM0 Channel 2 CCU0 Compare Shadow Register
GTM_TOM0_CH2_SR1 0xF0108088          TOM0 Channel 2 CCU1 Compare Shadow Register
GTM_TOM0_CH2_CM0 0xF010808C          TOM0 Channel 2 CCU0 Compare Register
GTM_TOM0_CH2_CM1 0xF0108090          TOM0 Channel 2 CCU1 Compare Register
GTM_TOM0_CH2_CN0 0xF0108094          TOM0 Channel 2 CCU0 Counter Register
GTM_TOM0_CH2_STAT 0xF0108098          TOM0 Channel Status Register
GTM_TOM0_CH2_IRQ_NOTIFY 0xF010809C          TOM0 Channel 2 Interrupt Notification Register
GTM_TOM0_CH2_IRQ_EN 0xF01080A0          TOM0 Channel 2 Interrupt Enable Register
GTM_TOM0_CH2_IRQ_FORCINT 0xF01080A4          TOM0 Channel 2 Software Interrupt Generation Register
GTM_TOM0_CH2_IRQ_MODE 0xF01080A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH3_CTRL 0xF01080C0          TOM0 Channel 3 Control Register?
GTM_TOM0_CH3_SR0 0xF01080C4          TOM0 Channel 3 CCU0 Compare Shadow Register
GTM_TOM0_CH3_SR1 0xF01080C8          TOM0 Channel 3 CCU1 Compare Shadow Register
GTM_TOM0_CH3_CM0 0xF01080CC          TOM0 Channel 3 CCU0 Compare Register
GTM_TOM0_CH3_CM1 0xF01080D0          TOM0 Channel 3 CCU1 Compare Register
GTM_TOM0_CH3_CN0 0xF01080D4          TOM0 Channel 3 CCU0 Counter Register
GTM_TOM0_CH3_STAT 0xF01080D8          TOM0 Channel Status Register
GTM_TOM0_CH3_IRQ_NOTIFY 0xF01080DC          TOM0 Channel 3 Interrupt Notification Register
GTM_TOM0_CH3_IRQ_EN 0xF01080E0          TOM0 Channel 3 Interrupt Enable Register
GTM_TOM0_CH3_IRQ_FORCINT 0xF01080E4          TOM0 Channel 3 Software Interrupt Generation Register
GTM_TOM0_CH3_IRQ_MODE 0xF01080E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH4_CTRL 0xF0108100          TOM0 Channel 4 Control Register?
GTM_TOM0_CH4_SR0 0xF0108104          TOM0 Channel 4 CCU0 Compare Shadow Register
GTM_TOM0_CH4_SR1 0xF0108108          TOM0 Channel 4 CCU1 Compare Shadow Register
GTM_TOM0_CH4_CM0 0xF010810C          TOM0 Channel 4 CCU0 Compare Register
GTM_TOM0_CH4_CM1 0xF0108110          TOM0 Channel 4 CCU1 Compare Register
GTM_TOM0_CH4_CN0 0xF0108114          TOM0 Channel 4 CCU0 Counter Register
GTM_TOM0_CH4_STAT 0xF0108118          TOM0 Channel Status Register
GTM_TOM0_CH4_IRQ_NOTIFY 0xF010811C          TOM0 Channel 4 Interrupt Notification Register
GTM_TOM0_CH4_IRQ_EN 0xF0108120          TOM0 Channel 4 Interrupt Enable Register
GTM_TOM0_CH4_IRQ_FORCINT 0xF0108124          TOM0 Channel 4 Software Interrupt Generation Register
GTM_TOM0_CH4_IRQ_MODE 0xF0108128          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH5_CTRL 0xF0108140          TOM0 Channel 5 Control Register?
GTM_TOM0_CH5_SR0 0xF0108144          TOM0 Channel 5 CCU0 Compare Shadow Register
GTM_TOM0_CH5_SR1 0xF0108148          TOM0 Channel 5 CCU1 Compare Shadow Register
GTM_TOM0_CH5_CM0 0xF010814C          TOM0 Channel 5 CCU0 Compare Register
GTM_TOM0_CH5_CM1 0xF0108150          TOM0 Channel 5 CCU1 Compare Register
GTM_TOM0_CH5_CN0 0xF0108154          TOM0 Channel 5 CCU0 Counter Register
GTM_TOM0_CH5_STAT 0xF0108158          TOM0 Channel Status Register
GTM_TOM0_CH5_IRQ_NOTIFY 0xF010815C          TOM0 Channel 5 Interrupt Notification Register
GTM_TOM0_CH5_IRQ_EN 0xF0108160          TOM0 Channel 5 Interrupt Enable Register
GTM_TOM0_CH5_IRQ_FORCINT 0xF0108164          TOM0 Channel 5 Software Interrupt Generation Register
GTM_TOM0_CH5_IRQ_MODE 0xF0108168          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH6_CTRL 0xF0108180          TOM0 Channel 6 Control Register?
GTM_TOM0_CH6_SR0 0xF0108184          TOM0 Channel 6 CCU0 Compare Shadow Register
GTM_TOM0_CH6_SR1 0xF0108188          TOM0 Channel 6 CCU1 Compare Shadow Register
GTM_TOM0_CH6_CM0 0xF010818C          TOM0 Channel 6 CCU0 Compare Register
GTM_TOM0_CH6_CM1 0xF0108190          TOM0 Channel 6 CCU1 Compare Register
GTM_TOM0_CH6_CN0 0xF0108194          TOM0 Channel 6 CCU0 Counter Register
GTM_TOM0_CH6_STAT 0xF0108198          TOM0 Channel Status Register
GTM_TOM0_CH6_IRQ_NOTIFY 0xF010819C          TOM0 Channel 6 Interrupt Notification Register
GTM_TOM0_CH6_IRQ_EN 0xF01081A0          TOM0 Channel 6 Interrupt Enable Register
GTM_TOM0_CH6_IRQ_FORCINT 0xF01081A4          TOM0 Channel 6 Software Interrupt Generation Register
GTM_TOM0_CH6_IRQ_MODE 0xF01081A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH7_CTRL 0xF01081C0          TOM0 Channel 7 Control Register?
GTM_TOM0_CH7_SR0 0xF01081C4          TOM0 Channel 7 CCU0 Compare Shadow Register
GTM_TOM0_CH7_SR1 0xF01081C8          TOM0 Channel 7 CCU1 Compare Shadow Register
GTM_TOM0_CH7_CM0 0xF01081CC          TOM0 Channel 7 CCU0 Compare Register
GTM_TOM0_CH7_CM1 0xF01081D0          TOM0 Channel 7 CCU1 Compare Register
GTM_TOM0_CH7_CN0 0xF01081D4          TOM0 Channel 7 CCU0 Counter Register
GTM_TOM0_CH7_STAT 0xF01081D8          TOM0 Channel Status Register
GTM_TOM0_CH7_IRQ_NOTIFY 0xF01081DC          TOM0 Channel 7 Interrupt Notification Register
GTM_TOM0_CH7_IRQ_EN 0xF01081E0          TOM0 Channel 7 Interrupt Enable Register
GTM_TOM0_CH7_IRQ_FORCINT 0xF01081E4          TOM0 Channel 7 Software Interrupt Generation Register
GTM_TOM0_CH7_IRQ_MODE 0xF01081E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH8_CTRL 0xF0108200          TOM0 Channel 8 Control Register?
GTM_TOM0_CH8_SR0 0xF0108204          TOM0 Channel 8 CCU0 Compare Shadow Register
GTM_TOM0_CH8_SR1 0xF0108208          TOM0 Channel 8 CCU1 Compare Shadow Register
GTM_TOM0_CH8_CM0 0xF010820C          TOM0 Channel 8 CCU0 Compare Register
GTM_TOM0_CH8_CM1 0xF0108210          TOM0 Channel 8 CCU1 Compare Register
GTM_TOM0_CH8_CN0 0xF0108214          TOM0 Channel 8 CCU0 Counter Register
GTM_TOM0_CH8_STAT 0xF0108218          TOM0 Channel Status Register
GTM_TOM0_CH8_IRQ_NOTIFY 0xF010821C          TOM0 Channel 8 Interrupt Notification Register
GTM_TOM0_CH8_IRQ_EN 0xF0108220          TOM0 Channel 8 Interrupt Enable Register
GTM_TOM0_CH8_IRQ_FORCINT 0xF0108224          TOM0 Channel 8 Software Interrupt Generation Register
GTM_TOM0_CH8_IRQ_MODE 0xF0108228          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC1_GLB_CTRL 0xF0108230          TOM0 TGC1 Global Control Register
GTM_TOM0_TGC1_ACT_TB 0xF0108234          TOM0 TGC1 Action Time Base Register
GTM_TOM0_TGC1_FUPD_CTRL 0xF0108238          TOM0 TGC1 Force Update Control Register
GTM_TOM0_TGC1_INT_TRIG 0xF010823C          TOM0 TGC1 Internal Trigger Control Register
GTM_TOM0_CH9_CTRL 0xF0108240          TOM0 Channel 9 Control Register?
GTM_TOM0_CH9_SR0 0xF0108244          TOM0 Channel 9 CCU0 Compare Shadow Register
GTM_TOM0_CH9_SR1 0xF0108248          TOM0 Channel 9 CCU1 Compare Shadow Register
GTM_TOM0_CH9_CM0 0xF010824C          TOM0 Channel 9 CCU0 Compare Register
GTM_TOM0_CH9_CM1 0xF0108250          TOM0 Channel 9 CCU1 Compare Register
GTM_TOM0_CH9_CN0 0xF0108254          TOM0 Channel 9 CCU0 Counter Register
GTM_TOM0_CH9_STAT 0xF0108258          TOM0 Channel Status Register
GTM_TOM0_CH9_IRQ_NOTIFY 0xF010825C          TOM0 Channel 9 Interrupt Notification Register
GTM_TOM0_CH9_IRQ_EN 0xF0108260          TOM0 Channel 9 Interrupt Enable Register
GTM_TOM0_CH9_IRQ_FORCINT 0xF0108264          TOM0 Channel 9 Software Interrupt Generation Register
GTM_TOM0_CH9_IRQ_MODE 0xF0108268          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC1_ENDIS_CTRL 0xF0108270          TOM0 TGC1 Enable/Disable Control Register
GTM_TOM0_TGC1_ENDIS_STAT 0xF0108274          TOM0 TGC1 Enable/Disable Status Register
GTM_TOM0_TGC1_OUTEN_CTRL 0xF0108278          TOM0 TGC1 Output Enable Control Register
GTM_TOM0_TGC1_OUTEN_STAT 0xF010827C          TOM0 TGC1 Output Enable Status Register
GTM_TOM0_CH10_CTRL 0xF0108280          TOM0 Channel 10 Control Register?
GTM_TOM0_CH10_SR0 0xF0108284          TOM0 Channel 10 CCU0 Compare Shadow Register
GTM_TOM0_CH10_SR1 0xF0108288          TOM0 Channel 10 CCU1 Compare Shadow Register
GTM_TOM0_CH10_CM0 0xF010828C          TOM0 Channel 10 CCU0 Compare Register
GTM_TOM0_CH10_CM1 0xF0108290          TOM0 Channel 10 CCU1 Compare Register
GTM_TOM0_CH10_CN0 0xF0108294          TOM0 Channel 10 CCU0 Counter Register
GTM_TOM0_CH10_STAT 0xF0108298          TOM0 Channel Status Register
GTM_TOM0_CH10_IRQ_NOTIFY 0xF010829C          TOM0 Channel 10 Interrupt Notification Register
GTM_TOM0_CH10_IRQ_EN 0xF01082A0          TOM0 Channel 10 Interrupt Enable Register
GTM_TOM0_CH10_IRQ_FORCINT 0xF01082A4          TOM0 Channel 10 Software Interrupt Generation Register
GTM_TOM0_CH10_IRQ_MODE 0xF01082A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH11_CTRL 0xF01082C0          TOM0 Channel 11 Control Register?
GTM_TOM0_CH11_SR0 0xF01082C4          TOM0 Channel 11 CCU0 Compare Shadow Register
GTM_TOM0_CH11_SR1 0xF01082C8          TOM0 Channel 11 CCU1 Compare Shadow Register
GTM_TOM0_CH11_CM0 0xF01082CC          TOM0 Channel 11 CCU0 Compare Register
GTM_TOM0_CH11_CM1 0xF01082D0          TOM0 Channel 11 CCU1 Compare Register
GTM_TOM0_CH11_CN0 0xF01082D4          TOM0 Channel 11 CCU0 Counter Register
GTM_TOM0_CH11_STAT 0xF01082D8          TOM0 Channel Status Register
GTM_TOM0_CH11_IRQ_NOTIFY 0xF01082DC          TOM0 Channel 11 Interrupt Notification Register
GTM_TOM0_CH11_IRQ_EN 0xF01082E0          TOM0 Channel 11 Interrupt Enable Register
GTM_TOM0_CH11_IRQ_FORCINT 0xF01082E4          TOM0 Channel 11 Software Interrupt Generation Register
GTM_TOM0_CH11_IRQ_MODE 0xF01082E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH12_CTRL 0xF0108300          TOM0 Channel 12 Control Register?
GTM_TOM0_CH12_SR0 0xF0108304          TOM0 Channel 12 CCU0 Compare Shadow Register
GTM_TOM0_CH12_SR1 0xF0108308          TOM0 Channel 12 CCU1 Compare Shadow Register
GTM_TOM0_CH12_CM0 0xF010830C          TOM0 Channel 12 CCU0 Compare Register
GTM_TOM0_CH12_CM1 0xF0108310          TOM0 Channel 12 CCU1 Compare Register
GTM_TOM0_CH12_CN0 0xF0108314          TOM0 Channel 12 CCU0 Counter Register
GTM_TOM0_CH12_STAT 0xF0108318          TOM0 Channel Status Register
GTM_TOM0_CH12_IRQ_NOTIFY 0xF010831C          TOM0 Channel 12 Interrupt Notification Register
GTM_TOM0_CH12_IRQ_EN 0xF0108320          TOM0 Channel 12 Interrupt Enable Register
GTM_TOM0_CH12_IRQ_FORCINT 0xF0108324          TOM0 Channel 12 Software Interrupt Generation Register
GTM_TOM0_CH12_IRQ_MODE 0xF0108328          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH13_CTRL 0xF0108340          TOM0 Channel 13 Control Register?
GTM_TOM0_CH13_SR0 0xF0108344          TOM0 Channel 13 CCU0 Compare Shadow Register
GTM_TOM0_CH13_SR1 0xF0108348          TOM0 Channel 13 CCU1 Compare Shadow Register
GTM_TOM0_CH13_CM0 0xF010834C          TOM0 Channel 13 CCU0 Compare Register
GTM_TOM0_CH13_CM1 0xF0108350          TOM0 Channel 13 CCU1 Compare Register
GTM_TOM0_CH13_CN0 0xF0108354          TOM0 Channel 13 CCU0 Counter Register
GTM_TOM0_CH13_STAT 0xF0108358          TOM0 Channel Status Register
GTM_TOM0_CH13_IRQ_NOTIFY 0xF010835C          TOM0 Channel 13 Interrupt Notification Register
GTM_TOM0_CH13_IRQ_EN 0xF0108360          TOM0 Channel 13 Interrupt Enable Register
GTM_TOM0_CH13_IRQ_FORCINT 0xF0108364          TOM0 Channel 13 Software Interrupt Generation Register
GTM_TOM0_CH13_IRQ_MODE 0xF0108368          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH14_CTRL 0xF0108380          TOM0 Channel 14 Control Register?
GTM_TOM0_CH14_SR0 0xF0108384          TOM0 Channel 14 CCU0 Compare Shadow Register
GTM_TOM0_CH14_SR1 0xF0108388          TOM0 Channel 14 CCU1 Compare Shadow Register
GTM_TOM0_CH14_CM0 0xF010838C          TOM0 Channel 14 CCU0 Compare Register
GTM_TOM0_CH14_CM1 0xF0108390          TOM0 Channel 14 CCU1 Compare Register
GTM_TOM0_CH14_CN0 0xF0108394          TOM0 Channel 14 CCU0 Counter Register
GTM_TOM0_CH14_STAT 0xF0108398          TOM0 Channel Status Register
GTM_TOM0_CH14_IRQ_NOTIFY 0xF010839C          TOM0 Channel 14 Interrupt Notification Register
GTM_TOM0_CH14_IRQ_EN 0xF01083A0          TOM0 Channel 14 Interrupt Enable Register
GTM_TOM0_CH14_IRQ_FORCINT 0xF01083A4          TOM0 Channel 14 Software Interrupt Generation Register
GTM_TOM0_CH14_IRQ_MODE 0xF01083A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH15_CTRL 0xF01083C0          TOM0 Channel 15 Control Register
GTM_TOM0_CH15_SR0 0xF01083C4          TOM0 Channel 15 CCU0 Compare Shadow Register
GTM_TOM0_CH15_SR1 0xF01083C8          TOM0 Channel 15 CCU1 Compare Shadow Register
GTM_TOM0_CH15_CM0 0xF01083CC          TOM0 Channel 15 CCU0 Compare Register
GTM_TOM0_CH15_CM1 0xF01083D0          TOM0 Channel 15 CCU1 Compare Register
GTM_TOM0_CH15_CN0 0xF01083D4          TOM0 Channel 15 CCU0 Counter Register
GTM_TOM0_CH15_STAT 0xF01083D8          TOM0 Channel Status Register
GTM_TOM0_CH15_IRQ_NOTIFY 0xF01083DC          TOM0 Channel 15 Interrupt Notification Register
GTM_TOM0_CH15_IRQ_EN 0xF01083E0          TOM0 Channel 15 Interrupt Enable Register
GTM_TOM0_CH15_IRQ_FORCINT 0xF01083E4          TOM0 Channel 15 Software Interrupt Generation Register
GTM_TOM0_CH15_IRQ_MODE 0xF01083E8          TOM0 IRQ Mode Configuration Register
GTM_TOM1_CH0_CTRL 0xF0108800          TOM1 Channel 0 Control Register?
GTM_TOM1_CH0_SR0 0xF0108804          TOM1 Channel 0 CCU0 Compare Shadow Register
GTM_TOM1_CH0_SR1 0xF0108808          TOM1 Channel 0 CCU1 Compare Shadow Register
GTM_TOM1_CH0_CM0 0xF010880C          TOM1 Channel 0 CCU0 Compare Register
GTM_TOM1_CH0_CM1 0xF0108810          TOM1 Channel 0 CCU1 Compare Register
GTM_TOM1_CH0_CN0 0xF0108814          TOM1 Channel 0 CCU0 Counter Register
GTM_TOM1_CH0_STAT 0xF0108818          TOM1 Channel Status Register
GTM_TOM1_CH0_IRQ_NOTIFY 0xF010881C          TOM1 Channel 0 Interrupt Notification Register
GTM_TOM1_CH0_IRQ_EN 0xF0108820          TOM1 Channel 0 Interrupt Enable Register
GTM_TOM1_CH0_IRQ_FORCINT 0xF0108824          TOM1 Channel 0 Software Interrupt Generation Register
GTM_TOM1_CH0_IRQ_MODE 0xF0108828          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC0_GLB_CTRL 0xF0108830          TOM1 TGC0 Global Control Register
GTM_TOM1_TGC0_ACT_TB 0xF0108834          TOM1 TGC0 Action Time Base Register
GTM_TOM1_TGC0_FUPD_CTRL 0xF0108838          TOM1 TGC0 Force Update Control Register
GTM_TOM1_TGC0_INT_TRIG 0xF010883C          TOM1 TGC0 Internal Trigger Control Register
GTM_TOM1_CH1_CTRL 0xF0108840          TOM1 Channel 1 Control Register?
GTM_TOM1_CH1_SR0 0xF0108844          TOM1 Channel 1 CCU0 Compare Shadow Register
GTM_TOM1_CH1_SR1 0xF0108848          TOM1 Channel 1 CCU1 Compare Shadow Register
GTM_TOM1_CH1_CM0 0xF010884C          TOM1 Channel 1 CCU0 Compare Register
GTM_TOM1_CH1_CM1 0xF0108850          TOM1 Channel 1 CCU1 Compare Register
GTM_TOM1_CH1_CN0 0xF0108854          TOM1 Channel 1 CCU0 Counter Register
GTM_TOM1_CH1_STAT 0xF0108858          TOM1 Channel Status Register
GTM_TOM1_CH1_IRQ_NOTIFY 0xF010885C          TOM1 Channel 1 Interrupt Notification Register
GTM_TOM1_CH1_IRQ_EN 0xF0108860          TOM1 Channel 1 Interrupt Enable Register
GTM_TOM1_CH1_IRQ_FORCINT 0xF0108864          TOM1 Channel 1 Software Interrupt Generation Register
GTM_TOM1_CH1_IRQ_MODE 0xF0108868          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC0_ENDIS_CTRL 0xF0108870          TOM1 TGC0 Enable/Disable Control Register
GTM_TOM1_TGC0_ENDIS_STAT 0xF0108874          TOM1 TGC0 Enable/Disable Status Register
GTM_TOM1_TGC0_OUTEN_CTRL 0xF0108878          TOM1 TGC0 Output Enable Control Register
GTM_TOM1_TGC0_OUTEN_STAT 0xF010887C          TOM1 TGC0 Output Enable Status Register
GTM_TOM1_CH2_CTRL 0xF0108880          TOM1 Channel 2 Control Register?
GTM_TOM1_CH2_SR0 0xF0108884          TOM1 Channel 2 CCU0 Compare Shadow Register
GTM_TOM1_CH2_SR1 0xF0108888          TOM1 Channel 2 CCU1 Compare Shadow Register
GTM_TOM1_CH2_CM0 0xF010888C          TOM1 Channel 2 CCU0 Compare Register
GTM_TOM1_CH2_CM1 0xF0108890          TOM1 Channel 2 CCU1 Compare Register
GTM_TOM1_CH2_CN0 0xF0108894          TOM1 Channel 2 CCU0 Counter Register
GTM_TOM1_CH2_STAT 0xF0108898          TOM1 Channel Status Register
GTM_TOM1_CH2_IRQ_NOTIFY 0xF010889C          TOM1 Channel 2 Interrupt Notification Register
GTM_TOM1_CH2_IRQ_EN 0xF01088A0          TOM1 Channel 2 Interrupt Enable Register
GTM_TOM1_CH2_IRQ_FORCINT 0xF01088A4          TOM1 Channel 2 Software Interrupt Generation Register
GTM_TOM1_CH2_IRQ_MODE 0xF01088A8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH3_CTRL 0xF01088C0          TOM1 Channel 3 Control Register?
GTM_TOM1_CH3_SR0 0xF01088C4          TOM1 Channel 3 CCU0 Compare Shadow Register
GTM_TOM1_CH3_SR1 0xF01088C8          TOM1 Channel 3 CCU1 Compare Shadow Register
GTM_TOM1_CH3_CM0 0xF01088CC          TOM1 Channel 3 CCU0 Compare Register
GTM_TOM1_CH3_CM1 0xF01088D0          TOM1 Channel 3 CCU1 Compare Register
GTM_TOM1_CH3_CN0 0xF01088D4          TOM1 Channel 3 CCU0 Counter Register
GTM_TOM1_CH3_STAT 0xF01088D8          TOM1 Channel Status Register
GTM_TOM1_CH3_IRQ_NOTIFY 0xF01088DC          TOM1 Channel 3 Interrupt Notification Register
GTM_TOM1_CH3_IRQ_EN 0xF01088E0          TOM1 Channel 3 Interrupt Enable Register
GTM_TOM1_CH3_IRQ_FORCINT 0xF01088E4          TOM1 Channel 3 Software Interrupt Generation Register
GTM_TOM1_CH3_IRQ_MODE 0xF01088E8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH4_CTRL 0xF0108900          TOM1 Channel 4 Control Register?
GTM_TOM1_CH4_SR0 0xF0108904          TOM1 Channel 4 CCU0 Compare Shadow Register
GTM_TOM1_CH4_SR1 0xF0108908          TOM1 Channel 4 CCU1 Compare Shadow Register
GTM_TOM1_CH4_CM0 0xF010890C          TOM1 Channel 4 CCU0 Compare Register
GTM_TOM1_CH4_CM1 0xF0108910          TOM1 Channel 4 CCU1 Compare Register
GTM_TOM1_CH4_CN0 0xF0108914          TOM1 Channel 4 CCU0 Counter Register
GTM_TOM1_CH4_STAT 0xF0108918          TOM1 Channel Status Register
GTM_TOM1_CH4_IRQ_NOTIFY 0xF010891C          TOM1 Channel 4 Interrupt Notification Register
GTM_TOM1_CH4_IRQ_EN 0xF0108920          TOM1 Channel 4 Interrupt Enable Register
GTM_TOM1_CH4_IRQ_FORCINT 0xF0108924          TOM1 Channel 4 Software Interrupt Generation Register
GTM_TOM1_CH4_IRQ_MODE 0xF0108928          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH5_CTRL 0xF0108940          TOM1 Channel 5 Control Register?
GTM_TOM1_CH5_SR0 0xF0108944          TOM1 Channel 5 CCU0 Compare Shadow Register
GTM_TOM1_CH5_SR1 0xF0108948          TOM1 Channel 5 CCU1 Compare Shadow Register
GTM_TOM1_CH5_CM0 0xF010894C          TOM1 Channel 5 CCU0 Compare Register
GTM_TOM1_CH5_CM1 0xF0108950          TOM1 Channel 5 CCU1 Compare Register
GTM_TOM1_CH5_CN0 0xF0108954          TOM1 Channel 5 CCU0 Counter Register
GTM_TOM1_CH5_STAT 0xF0108958          TOM1 Channel Status Register
GTM_TOM1_CH5_IRQ_NOTIFY 0xF010895C          TOM1 Channel 5 Interrupt Notification Register
GTM_TOM1_CH5_IRQ_EN 0xF0108960          TOM1 Channel 5 Interrupt Enable Register
GTM_TOM1_CH5_IRQ_FORCINT 0xF0108964          TOM1 Channel 5 Software Interrupt Generation Register
GTM_TOM1_CH5_IRQ_MODE 0xF0108968          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH6_CTRL 0xF0108980          TOM1 Channel 6 Control Register?
GTM_TOM1_CH6_SR0 0xF0108984          TOM1 Channel 6 CCU0 Compare Shadow Register
GTM_TOM1_CH6_SR1 0xF0108988          TOM1 Channel 6 CCU1 Compare Shadow Register
GTM_TOM1_CH6_CM0 0xF010898C          TOM1 Channel 6 CCU0 Compare Register
GTM_TOM1_CH6_CM1 0xF0108990          TOM1 Channel 6 CCU1 Compare Register
GTM_TOM1_CH6_CN0 0xF0108994          TOM1 Channel 6 CCU0 Counter Register
GTM_TOM1_CH6_STAT 0xF0108998          TOM1 Channel Status Register
GTM_TOM1_CH6_IRQ_NOTIFY 0xF010899C          TOM1 Channel 6 Interrupt Notification Register
GTM_TOM1_CH6_IRQ_EN 0xF01089A0          TOM1 Channel 6 Interrupt Enable Register
GTM_TOM1_CH6_IRQ_FORCINT 0xF01089A4          TOM1 Channel 6 Software Interrupt Generation Register
GTM_TOM1_CH6_IRQ_MODE 0xF01089A8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH7_CTRL 0xF01089C0          TOM1 Channel 7 Control Register?
GTM_TOM1_CH7_SR0 0xF01089C4          TOM1 Channel 7 CCU0 Compare Shadow Register
GTM_TOM1_CH7_SR1 0xF01089C8          TOM1 Channel 7 CCU1 Compare Shadow Register
GTM_TOM1_CH7_CM0 0xF01089CC          TOM1 Channel 7 CCU0 Compare Register
GTM_TOM1_CH7_CM1 0xF01089D0          TOM1 Channel 7 CCU1 Compare Register
GTM_TOM1_CH7_CN0 0xF01089D4          TOM1 Channel 7 CCU0 Counter Register
GTM_TOM1_CH7_STAT 0xF01089D8          TOM1 Channel Status Register
GTM_TOM1_CH7_IRQ_NOTIFY 0xF01089DC          TOM1 Channel 7 Interrupt Notification Register
GTM_TOM1_CH7_IRQ_EN 0xF01089E0          TOM1 Channel 7 Interrupt Enable Register
GTM_TOM1_CH7_IRQ_FORCINT 0xF01089E4          TOM1 Channel 7 Software Interrupt Generation Register
GTM_TOM1_CH7_IRQ_MODE 0xF01089E8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH8_CTRL 0xF0108A00          TOM1 Channel 8 Control Register?
GTM_TOM1_CH8_SR0 0xF0108A04          TOM1 Channel 8 CCU0 Compare Shadow Register
GTM_TOM1_CH8_SR1 0xF0108A08          TOM1 Channel 8 CCU1 Compare Shadow Register
GTM_TOM1_CH8_CM0 0xF0108A0C          TOM1 Channel 8 CCU0 Compare Register
GTM_TOM1_CH8_CM1 0xF0108A10          TOM1 Channel 8 CCU1 Compare Register
GTM_TOM1_CH8_CN0 0xF0108A14          TOM1 Channel 8 CCU0 Counter Register
GTM_TOM1_CH8_STAT 0xF0108A18          TOM1 Channel Status Register
GTM_TOM1_CH8_IRQ_NOTIFY 0xF0108A1C          TOM1 Channel 8 Interrupt Notification Register
GTM_TOM1_CH8_IRQ_EN 0xF0108A20          TOM1 Channel 8 Interrupt Enable Register
GTM_TOM1_CH8_IRQ_FORCINT 0xF0108A24          TOM1 Channel 8 Software Interrupt Generation Register
GTM_TOM1_CH8_IRQ_MODE 0xF0108A28          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC1_GLB_CTRL 0xF0108A30          TOM1 TGC1 Global Control Register
GTM_TOM1_TGC1_ACT_TB 0xF0108A34          TOM1 TGC1 Action Time Base Register
GTM_TOM1_TGC1_FUPD_CTRL 0xF0108A38          TOM1 TGC1 Force Update Control Register
GTM_TOM1_TGC1_INT_TRIG 0xF0108A3C          TOM1 TGC1 Internal Trigger Control Register
GTM_TOM1_CH9_CTRL 0xF0108A40          TOM1 Channel 9 Control Register?
GTM_TOM1_CH9_SR0 0xF0108A44          TOM1 Channel 9 CCU0 Compare Shadow Register
GTM_TOM1_CH9_SR1 0xF0108A48          TOM1 Channel 9 CCU1 Compare Shadow Register
GTM_TOM1_CH9_CM0 0xF0108A4C          TOM1 Channel 9 CCU0 Compare Register
GTM_TOM1_CH9_CM1 0xF0108A50          TOM1 Channel 9 CCU1 Compare Register
GTM_TOM1_CH9_CN0 0xF0108A54          TOM1 Channel 9 CCU0 Counter Register
GTM_TOM1_CH9_STAT 0xF0108A58          TOM1 Channel Status Register
GTM_TOM1_CH9_IRQ_NOTIFY 0xF0108A5C          TOM1 Channel 9 Interrupt Notification Register
GTM_TOM1_CH9_IRQ_EN 0xF0108A60          TOM1 Channel 9 Interrupt Enable Register
GTM_TOM1_CH9_IRQ_FORCINT 0xF0108A64          TOM1 Channel 9 Software Interrupt Generation Register
GTM_TOM1_CH9_IRQ_MODE 0xF0108A68          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC1_ENDIS_CTRL 0xF0108A70          TOM1 TGC1 Enable/Disable Control Register
GTM_TOM1_TGC1_ENDIS_STAT 0xF0108A74          TOM1 TGC1 Enable/Disable Status Register
GTM_TOM1_TGC1_OUTEN_CTRL 0xF0108A78          TOM1 TGC1 Output Enable Control Register
GTM_TOM1_TGC1_OUTEN_STAT 0xF0108A7C          TOM1 TGC1 Output Enable Status Register
GTM_TOM1_CH10_CTRL 0xF0108A80          TOM1 Channel 10 Control Register?
GTM_TOM1_CH10_SR0 0xF0108A84          TOM1 Channel 10 CCU0 Compare Shadow Register
GTM_TOM1_CH10_SR1 0xF0108A88          TOM1 Channel 10 CCU1 Compare Shadow Register
GTM_TOM1_CH10_CM0 0xF0108A8C          TOM1 Channel 10 CCU0 Compare Register
GTM_TOM1_CH10_CM1 0xF0108A90          TOM1 Channel 10 CCU1 Compare Register
GTM_TOM1_CH10_CN0 0xF0108A94          TOM1 Channel 10 CCU0 Counter Register
GTM_TOM1_CH10_STAT 0xF0108A98          TOM1 Channel Status Register
GTM_TOM1_CH10_IRQ_NOTIFY 0xF0108A9C          TOM1 Channel 10 Interrupt Notification Register
GTM_TOM1_CH10_IRQ_EN 0xF0108AA0          TOM1 Channel 10 Interrupt Enable Register
GTM_TOM1_CH10_IRQ_FORCINT 0xF0108AA4          TOM1 Channel 10 Software Interrupt Generation Register
GTM_TOM1_CH10_IRQ_MODE 0xF0108AA8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH11_CTRL 0xF0108AC0          TOM1 Channel 11 Control Register?
GTM_TOM1_CH11_SR0 0xF0108AC4          TOM1 Channel 11 CCU0 Compare Shadow Register
GTM_TOM1_CH11_SR1 0xF0108AC8          TOM1 Channel 11 CCU1 Compare Shadow Register
GTM_TOM1_CH11_CM0 0xF0108ACC          TOM1 Channel 11 CCU0 Compare Register
GTM_TOM1_CH11_CM1 0xF0108AD0          TOM1 Channel 11 CCU1 Compare Register
GTM_TOM1_CH11_CN0 0xF0108AD4          TOM1 Channel 11 CCU0 Counter Register
GTM_TOM1_CH11_STAT 0xF0108AD8          TOM1 Channel Status Register
GTM_TOM1_CH11_IRQ_NOTIFY 0xF0108ADC          TOM1 Channel 11 Interrupt Notification Register
GTM_TOM1_CH11_IRQ_EN 0xF0108AE0          TOM1 Channel 11 Interrupt Enable Register
GTM_TOM1_CH11_IRQ_FORCINT 0xF0108AE4          TOM1 Channel 11 Software Interrupt Generation Register
GTM_TOM1_CH11_IRQ_MODE 0xF0108AE8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH12_CTRL 0xF0108B00          TOM1 Channel 12 Control Register?
GTM_TOM1_CH12_SR0 0xF0108B04          TOM1 Channel 12 CCU0 Compare Shadow Register
GTM_TOM1_CH12_SR1 0xF0108B08          TOM1 Channel 12 CCU1 Compare Shadow Register
GTM_TOM1_CH12_CM0 0xF0108B0C          TOM1 Channel 12 CCU0 Compare Register
GTM_TOM1_CH12_CM1 0xF0108B10          TOM1 Channel 12 CCU1 Compare Register
GTM_TOM1_CH12_CN0 0xF0108B14          TOM1 Channel 12 CCU0 Counter Register
GTM_TOM1_CH12_STAT 0xF0108B18          TOM1 Channel Status Register
GTM_TOM1_CH12_IRQ_NOTIFY 0xF0108B1C          TOM1 Channel 12 Interrupt Notification Register
GTM_TOM1_CH12_IRQ_EN 0xF0108B20          TOM1 Channel 12 Interrupt Enable Register
GTM_TOM1_CH12_IRQ_FORCINT 0xF0108B24          TOM1 Channel 12 Software Interrupt Generation Register
GTM_TOM1_CH12_IRQ_MODE 0xF0108B28          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH13_CTRL 0xF0108B40          TOM1 Channel 13 Control Register?
GTM_TOM1_CH13_SR0 0xF0108B44          TOM1 Channel 13 CCU0 Compare Shadow Register
GTM_TOM1_CH13_SR1 0xF0108B48          TOM1 Channel 13 CCU1 Compare Shadow Register
GTM_TOM1_CH13_CM0 0xF0108B4C          TOM1 Channel 13 CCU0 Compare Register
GTM_TOM1_CH13_CM1 0xF0108B50          TOM1 Channel 13 CCU1 Compare Register
GTM_TOM1_CH13_CN0 0xF0108B54          TOM1 Channel 13 CCU0 Counter Register
GTM_TOM1_CH13_STAT 0xF0108B58          TOM1 Channel Status Register
GTM_TOM1_CH13_IRQ_NOTIFY 0xF0108B5C          TOM1 Channel 13 Interrupt Notification Register
GTM_TOM1_CH13_IRQ_EN 0xF0108B60          TOM1 Channel 13 Interrupt Enable Register
GTM_TOM1_CH13_IRQ_FORCINT 0xF0108B64          TOM1 Channel 13 Software Interrupt Generation Register
GTM_TOM1_CH13_IRQ_MODE 0xF0108B68          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH14_CTRL 0xF0108B80          TOM1 Channel 14 Control Register?
GTM_TOM1_CH14_SR0 0xF0108B84          TOM1 Channel 14 CCU0 Compare Shadow Register
GTM_TOM1_CH14_SR1 0xF0108B88          TOM1 Channel 14 CCU1 Compare Shadow Register
GTM_TOM1_CH14_CM0 0xF0108B8C          TOM1 Channel 14 CCU0 Compare Register
GTM_TOM1_CH14_CM1 0xF0108B90          TOM1 Channel 14 CCU1 Compare Register
GTM_TOM1_CH14_CN0 0xF0108B94          TOM1 Channel 14 CCU0 Counter Register
GTM_TOM1_CH14_STAT 0xF0108B98          TOM1 Channel Status Register
GTM_TOM1_CH14_IRQ_NOTIFY 0xF0108B9C          TOM1 Channel 14 Interrupt Notification Register
GTM_TOM1_CH14_IRQ_EN 0xF0108BA0          TOM1 Channel 14 Interrupt Enable Register
GTM_TOM1_CH14_IRQ_FORCINT 0xF0108BA4          TOM1 Channel 14 Software Interrupt Generation Register
GTM_TOM1_CH14_IRQ_MODE 0xF0108BA8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH15_CTRL 0xF0108BC0          TOM1 Channel 15 Control Register
GTM_TOM1_CH15_SR0 0xF0108BC4          TOM1 Channel 15 CCU0 Compare Shadow Register
GTM_TOM1_CH15_SR1 0xF0108BC8          TOM1 Channel 15 CCU1 Compare Shadow Register
GTM_TOM1_CH15_CM0 0xF0108BCC          TOM1 Channel 15 CCU0 Compare Register
GTM_TOM1_CH15_CM1 0xF0108BD0          TOM1 Channel 15 CCU1 Compare Register
GTM_TOM1_CH15_CN0 0xF0108BD4          TOM1 Channel 15 CCU0 Counter Register
GTM_TOM1_CH15_STAT 0xF0108BD8          TOM1 Channel Status Register
GTM_TOM1_CH15_IRQ_NOTIFY 0xF0108BDC          TOM1 Channel 15 Interrupt Notification Register
GTM_TOM1_CH15_IRQ_EN 0xF0108BE0          TOM1 Channel 15 Interrupt Enable Register
GTM_TOM1_CH15_IRQ_FORCINT 0xF0108BE4          TOM1 Channel 15 Software Interrupt Generation Register
GTM_TOM1_CH15_IRQ_MODE 0xF0108BE8          TOM1 IRQ Mode Configuration Register
GTM_DTM1_CTRL   0xF0113040          DTM1 Control Register
GTM_DTM1_CH_CTRL1 0xF0113044          DTM1 Channel Control1 Register
GTM_DTM1_CH_CTRL2 0xF0113048          DTM1 Channel Control2 Register
GTM_DTM1_CH_CTRL2_SR 0xF011304C          DTM1 Channel Control2 Shadow Register
GTM_DTM1_PS_CTRL 0xF0113050          DTM1 Phase Shift Control Register
GTM_DTM1_CH0_DTV 0xF0113054          DTM1 Channel0 Dead Time Value Register
GTM_DTM1_CH1_DTV 0xF0113058          DTM1 Channel1 Dead Time Value Register
GTM_DTM1_CH2_DTV 0xF011305C          DTM1 Channel2 Dead Time Value Register
GTM_DTM1_CH3_DTV 0xF0113060          DTM1 Channel3 Dead Time Value Register
GTM_DTM5_CTRL   0xF0113140          DTM5 Control Register
GTM_DTM5_CH_CTRL1 0xF0113144          DTM5 Channel Control1 Register
GTM_DTM5_CH_CTRL2 0xF0113148          DTM5 Channel Control2 Register
GTM_DTM5_CH_CTRL2_SR 0xF011314C          DTM5 Channel Control2 Shadow Register
GTM_DTM5_PS_CTRL 0xF0113150          DTM5 Phase Shift Control Register
GTM_DTM5_CH0_DTV 0xF0113154          DTM5 Channel0 Dead Time Value Register
GTM_DTM5_CH1_DTV 0xF0113158          DTM5 Channel1 Dead Time Value Register
GTM_DTM5_CH2_DTV 0xF011315C          DTM5 Channel2 Dead Time Value Register
GTM_DTM5_CH3_DTV 0xF0113160          DTM5 Channel3 Dead Time Value Register
GTM_CLC         0xF019FD00          Clock Control Register
GTM_TIM0INSEL   0xF019FD10          TIM0 Input Select Register
GTM_TOUTSEL0    0xF019FD30          Timer Output Select Register
GTM_TOUTSEL1    0xF019FD34          Timer Output Select Register
GTM_TOUTSEL2    0xF019FD38          Timer Output Select Register
GTM_TOUTSEL3    0xF019FD3C          Timer Output Select Register
GTM_TOUTSEL4    0xF019FD40          Timer Output Select Register
GTM_TOUTSEL5    0xF019FD44          Timer Output Select Register
GTM_TOUTSEL6    0xF019FD48          Timer Output Select Register
GTM_TOUTSEL7    0xF019FD4C          Timer Output Select Register
GTM_CANOUTSEL   0xF019FDA0          CAN Output Select Register
GTM_ADCTRIG0OUT0 0xF019FDB0          ADC Trigger 0 Output Select 0 Register
GTM_ADCTRIG1OUT0 0xF019FDB8          ADC Trigger 1 Output Select 0 Register
GTM_OTBU0T      0xF019FDC4          OCDS TBU0 Trigger Register
GTM_OTBU1T      0xF019FDC8          OCDS TBU1 Trigger Register
GTM_OTBU2T      0xF019FDCC          OCDS TBU2 Trigger Register
GTM_OTSS        0xF019FDD0          OCDS Trigger Set Select Register
GTM_OTSC0       0xF019FDD4          OCDS Trigger Set Control 0 Register
GTM_ODA         0xF019FDDC          OCDS Debug Access Register
GTM_OCS         0xF019FDE8          OCDS Control and Status
GTM_KRSTCLR     0xF019FDEC          Kernel Reset Status Clear Register
GTM_KRST1       0xF019FDF0          Kernel Reset Register 1
GTM_KRST0       0xF019FDF4          Kernel Reset Register 0
GTM_ACCEN1      0xF019FDF8          Access Enable Register 1
GTM_ACCEN0      0xF019FDFC          Access Enable Register 0
PMU0_ID         0xF8000508          PMU0 Identification Register
FLASH0_COMM0    0xF8001000          FSI Communication Register 0
FLASH0_COMM1    0xF8001004          FSI Communication Register 1
FLASH0_COMM2    0xF8001008          FSI Communication Register 2
FLASH0_ID       0xF8002008          Flash Module Identification Register
FLASH0_FSR      0xF8002010          Flash Status Register
FLASH0_FCON     0xF8002014          Flash Configuration Register
FLASH0_FPRO     0xF800201C          Flash Protection Control and Status Register
FLASH0_PROCONP0 0xF8002020          PFlash Protection Configuration PF0
FLASH0_PROCOND  0xF8002030          DFlash Protection Configuration
FLASH0_PROCONHSMCOTP 0xF8002034          HSM Code Flash OTP Protection Configuration
FLASH0_PROCONOTP0 0xF8002038          OTP Protection Configuration PF0
FLASH0_PROCONWOP0 0xF8002048          Write-Once Protection Configuration PF0
FLASH0_PROCONDBG 0xF8002058          Debug Interface Protection Configuration
FLASH0_PROCONHSM 0xF800205C          HSM Interface Configuration
FLASH0_RDBCFG00 0xF8002060          Read Buffer Port 0 Cfg 0
FLASH0_RDBCFG01 0xF8002064          Read Buffer Port 0 Cfg 1
FLASH0_RDBCFG02 0xF8002068          Read Buffer Port 0 Cfg 2
FLASH0_ECCW     0xF8002090          ECC Write Register
FLASH0_ECCRP0   0xF8002094          ECC Read Register PF0
FLASH0_ECCRD    0xF80020A4          ECC Read Register DF
FLASH0_MARP     0xF80020A8          Margin Control Register PFlash
FLASH0_MARD     0xF80020AC          Margin Control Register DFlash
FLASH0_CBABCFG0 0xF80020B4          CBAB Configuration Port 0
FLASH0_CBABSTAT0 0xF80020B8          CBAB Status Port 0
FLASH0_CBABTOP0 0xF80020BC          CBAB FIFO TOP Entry Port 0
FLASH0_UBABCFG0 0xF80020E4          UBAB Configuration Port 0
FLASH0_UBABSTAT0 0xF80020E8          UBAB Status Port 0
FLASH0_UBABTOP0 0xF80020EC          UBAB FIFO TOP Entry Port 0
FLASH0_RRCT     0xF8002140          Requested Read Control Register
FLASH0_RRD0     0xF8002144          Requested Read Data Register 0
FLASH0_RRD1     0xF8002148          Requested Read Data Register 1
FLASH0_RRAD     0xF800214C          Requested Read Address Register
FLASH0_ACCEN1   0xF80023F8          Access Enable Register 1
FLASH0_ACCEN0   0xF80023FC          Access Enable Register 0
XBAR_EXTCOND    0xF8700000          External Control Register D
XBAR_ARBCOND    0xF8700004          Arbiter Control Register D
XBAR_PRIOHD     0xF8700008          Arbiter Priority Register D
XBAR_PRIOLD     0xF870000C          Arbiter Priority Register D
XBAR_ERRADDRD   0xF8700010          Error/Debug Address Capture Register D
XBAR_ERRD       0xF8700014          Error/Debug Capture Register D
XBAR_DBCOND     0xF8700018          Debug Control Register D
XBAR_DBADDD     0xF870001C          Debug Address Register D
XBAR_DBMADDD    0xF8700020          Debug Mask Address Register D
XBAR_ARBCON0    0xF8700044          Arbiter Control Register 0
XBAR_PRIOH0     0xF8700048          Arbiter Priority Register 0
XBAR_PRIOL0     0xF870004C          Arbiter Priority Register 0
XBAR_ERRADDR0   0xF8700050          Error/Debug Address Capture Register 0
XBAR_ERR0       0xF8700054          Error/Debug Capture Register 0
XBAR_DBCON0     0xF8700058          Debug Control Register 0
XBAR_DBADD0     0xF870005C          Debug Address Register 0
XBAR_DBMADD0    0xF8700060          Debug Mask Address Register 0
XBAR_ARBCON4    0xF8700144          Arbiter Control Register 4
XBAR_PRIOH4     0xF8700148          Arbiter Priority Register 4
XBAR_PRIOL4     0xF870014C          Arbiter Priority Register 4
XBAR_ERRADDR4   0xF8700150          Error/Debug Address Capture Register 4
XBAR_ERR4       0xF8700154          Error/Debug Capture Register 4
XBAR_DBCON4     0xF8700158          Debug Control Register 4
XBAR_DBADD4     0xF870015C          Debug Address Register 4
XBAR_DBMADD4    0xF8700160          Debug Mask Address Register 4
XBAR_ARBCON6    0xF87001C4          Arbiter Control Register 6
XBAR_PRIOH6     0xF87001C8          Arbiter Priority Register 6
XBAR_PRIOL6     0xF87001CC          Arbiter Priority Register 6
XBAR_ERRADDR6   0xF87001D0          Error/Debug Address Capture Register 6
XBAR_ERR6       0xF87001D4          Error/Debug Capture Register 6
XBAR_DBCON6     0xF87001D8          Debug Control Register 6
XBAR_DBADD6     0xF87001DC          Debug Address Register 6
XBAR_DBMADD6    0xF87001E0          Debug Mask Address Register 6
XBAR_ARBCON7    0xF8700204          Arbiter Control Register 7
XBAR_PRIOH7     0xF8700208          Arbiter Priority Register 7
XBAR_PRIOL7     0xF870020C          Arbiter Priority Register 7
XBAR_ERRADDR7   0xF8700210          Error/Debug Address Capture Register 7
XBAR_ERR7       0xF8700214          Error/Debug Capture Register 7
XBAR_DBCON7     0xF8700218          Debug Control Register 7
XBAR_DBADD7     0xF870021C          Debug Address Register 7
XBAR_DBMADD7    0xF8700220          Debug Mask Address Register 7
XBAR_ID         0xF8700408          Module Identification Register
XBAR_DBSAT      0xF870040C          Debug Trigger Event Status Register
XBAR_INTSAT     0xF8700410          Arbiter Interrupt Status Register
XBAR_IDINTSAT   0xF8700414          Transaction ID Interrupt Status Register
XBAR_IDINTEN    0xF8700418          Transaction ID Interrupt Enable Register
XBAR_ACCEN1     0xF87004F8          Access Enable Register 1
XBAR_ACCEN0     0xF87004FC          Access Enable Register 0
LMU_CLC         0xF8700800          LMU Clock Control Register
LMU_MODID       0xF8700808          LMU Module ID Register
LMU_ACCEN0      0xF8700810          LMU Access Enable Register 0
LMU_ACCEN1      0xF8700814          LMU Access Enable Register 1
LMU_MEMCON      0xF8700820          LMU Memory Control Register
LMU_BUFCON0     0xF8700830          LMU Buffer Control Register
LMU_BUFCON1     0xF8700834          LMU Buffer Control Register
LMU_BUFCON2     0xF8700838          LMU Buffer Control Register
CPU0_SPROT_RGNLA0 0xF880E000          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA0 0xF880E004          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA0 0xF880E008          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB0 0xF880E00C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA1 0xF880E010          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA1 0xF880E014          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA1 0xF880E018          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB1 0xF880E01C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA2 0xF880E020          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA2 0xF880E024          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA2 0xF880E028          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB2 0xF880E02C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA3 0xF880E030          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA3 0xF880E034          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA3 0xF880E038          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB3 0xF880E03C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA4 0xF880E040          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA4 0xF880E044          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA4 0xF880E048          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB4 0xF880E04C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA5 0xF880E050          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA5 0xF880E054          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA5 0xF880E058          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB5 0xF880E05C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA6 0xF880E060          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA6 0xF880E064          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA6 0xF880E068          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB6 0xF880E06C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA7 0xF880E070          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA7 0xF880E074          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA7 0xF880E078          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB7 0xF880E07C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_ACCENA 0xF880E100          CPU0 Safety Protection Register Access Enable Register A
CPU0_SPROT_ACCENB 0xF880E104          CPU0 Safety Protection Region Access Enable Register B
OVC0_OSEL       0xF880FB00          Overlay Range Select Register
OVC0_RABR0      0xF880FB10          Redirected Address Base Register 0
OVC0_OTAR0      0xF880FB14          Overlay Target Address Register 0
OVC0_OMASK0     0xF880FB18          Overlay Mask Register 0
OVC0_RABR1      0xF880FB1C          Redirected Address Base Register 1
OVC0_OTAR1      0xF880FB20          Overlay Target Address Register 1
OVC0_OMASK1     0xF880FB24          Overlay Mask Register 1
OVC0_RABR2      0xF880FB28          Redirected Address Base Register 2
OVC0_OTAR2      0xF880FB2C          Overlay Target Address Register 2
OVC0_OMASK2     0xF880FB30          Overlay Mask Register 2
OVC0_RABR3      0xF880FB34          Redirected Address Base Register 3
OVC0_OTAR3      0xF880FB38          Overlay Target Address Register 3
OVC0_OMASK3     0xF880FB3C          Overlay Mask Register 3
OVC0_RABR4      0xF880FB40          Redirected Address Base Register 4
OVC0_OTAR4      0xF880FB44          Overlay Target Address Register 4
OVC0_OMASK4     0xF880FB48          Overlay Mask Register 4
OVC0_RABR5      0xF880FB4C          Redirected Address Base Register 5
OVC0_OTAR5      0xF880FB50          Overlay Target Address Register 5
OVC0_OMASK5     0xF880FB54          Overlay Mask Register 5
OVC0_RABR6      0xF880FB58          Redirected Address Base Register 6
OVC0_OTAR6      0xF880FB5C          Overlay Target Address Register 6
OVC0_OMASK6     0xF880FB60          Overlay Mask Register 6
OVC0_RABR7      0xF880FB64          Redirected Address Base Register 7
OVC0_OTAR7      0xF880FB68          Overlay Target Address Register 7
OVC0_OMASK7     0xF880FB6C          Overlay Mask Register 7
CSFR_BASE       0xF8810000          Core Special Function Registers base (CPU0)
CPU0_SEGEN      0xF8811030          SRI Error Generation Register
CPU0_TASK_ASI   0xF8818004          CPU0 Task Address Space Identifier Register
CPU0_PMA0       0xF8818100          Data Access CacheabilityRegister
CPU0_PMA1       0xF8818104          Code Access CacheabilityRegister
CPU0_PMA2       0xF8818108          Peripheral Space Identifier register
CPU0_DCON2      0xF8819000          Data Control Register 2
CPU0_SMACON     0xF881900C          SIST Mode Access Control Register
CPU0_DSTR       0xF8819010          Data Synchronous Trap Register
CPU0_DATR       0xF8819018          Data Asynchronous Trap Register
CPU0_DEADD      0xF881901C          Data Error Address Register
CPU0_DIEAR      0xF8819020          Data Integrity Error Address Register
CPU0_DIETR      0xF8819024          Data Integrity Error Trap Register
CPU0_DCON0      0xF8819040          Data Memory Control Register
CPU0_PSTR       0xF8819200          Program Synchronous Trap Register
CPU0_PCON1      0xF8819204          Program Control 1
CPU0_PCON2      0xF8819208          Program Control 2
CPU0_PCON0      0xF881920C          Program Control 0
CPU0_PIEAR      0xF8819210          Program Integrity Error Address Register
CPU0_PIETR      0xF8819214          Program Integrity Error Trap Register
CPU0_COMPAT     0xF8819400          Compatibility Control Register
CPU0_FPU_TRAP_CON 0xF881A000          CPU0 Trap Control Register
CPU0_FPU_TRAP_PC 0xF881A004          CPU0 Trapping Instruction Program Counter Register
CPU0_FPU_TRAP_OPC 0xF881A008          CPU0 Trapping Instruction Opcode Register
CPU0_FPU_TRAP_SRC1 0xF881A010          CPU0 Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC2 0xF881A014          CPU0 Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC3 0xF881A018          Trapping Instruction Operand Register
CPU0_DPR0_L     0xF881C000          CPU0 Data Protection Range 0, Lower Bound Register
CPU0_DPR0_U     0xF881C004          CPU0 Data Protection Range 0, Upper Bound Register
CPU0_DPR1_L     0xF881C008          CPU0 Data Protection Range 1, Lower Bound Register
CPU0_DPR1_U     0xF881C00C          CPU0 Data Protection Range 1, Upper Bound Register
CPU0_DPR2_L     0xF881C010          CPU0 Data Protection Range 2, Lower Bound Register
CPU0_DPR2_U     0xF881C014          CPU0 Data Protection Range 2, Upper Bound Register
CPU0_DPR3_L     0xF881C018          CPU0 Data Protection Range 3, Lower Bound Register
CPU0_DPR3_U     0xF881C01C          CPU0 Data Protection Range 3, Upper Bound Register
CPU0_DPR4_L     0xF881C020          CPU0 Data Protection Range 4, Lower Bound Register
CPU0_DPR4_U     0xF881C024          CPU0 Data Protection Range 4, Upper Bound Register
CPU0_DPR5_L     0xF881C028          CPU0 Data Protection Range 5, Lower Bound Register
CPU0_DPR5_U     0xF881C02C          CPU0 Data Protection Range 5, Upper Bound Register
CPU0_DPR6_L     0xF881C030          CPU0 Data Protection Range 6, Lower Bound Register
CPU0_DPR6_U     0xF881C034          CPU0 Data Protection Range 6, Upper Bound Register
CPU0_DPR7_L     0xF881C038          CPU0 Data Protection Range 7, Lower Bound Register
CPU0_DPR7_U     0xF881C03C          CPU0 Data Protection Range 7, Upper Bound Register
CPU0_DPR8_L     0xF881C040          CPU0 Data Protection Range 8, Lower Bound Register
CPU0_DPR8_U     0xF881C044          CPU0 Data Protection Range 8, Upper Bound Register
CPU0_DPR9_L     0xF881C048          CPU0 Data Protection Range 9, Lower Bound Register
CPU0_DPR9_U     0xF881C04C          CPU0 Data Protection Range 9, Upper Bound Register
CPU0_DPR10_L    0xF881C050          CPU0 Data Protection Range 10, Lower Bound Register
CPU0_DPR10_U    0xF881C054          CPU0 Data Protection Range 10, Upper Bound Register
CPU0_DPR11_L    0xF881C058          CPU0 Data Protection Range 11, Lower Bound Register
CPU0_DPR11_U    0xF881C05C          CPU0 Data Protection Range 11, Upper Bound Register
CPU0_DPR12_L    0xF881C060          CPU0 Data Protection Range 12, Lower Bound Register
CPU0_DPR12_U    0xF881C064          CPU0 Data Protection Range 12, Upper Bound Register
CPU0_DPR13_L    0xF881C068          CPU0 Data Protection Range 13, Lower Bound Register
CPU0_DPR13_U    0xF881C06C          CPU0 Data Protection Range 13, Upper Bound Register
CPU0_DPR14_L    0xF881C070          CPU0 Data Protection Range 14, Lower Bound Register
CPU0_DPR14_U    0xF881C074          CPU0 Data Protection Range 14, Upper Bound Register
CPU0_DPR15_L    0xF881C078          CPU0 Data Protection Range 15, Lower Bound Register
CPU0_DPR15_U    0xF881C07C          CPU0 Data Protection Range 15, Upper Bound Register
CPU0_CPR0_L     0xF881D000          CPU0 Code Protection Range 0 Lower Bound Register
CPU0_CPR0_U     0xF881D004          CPU0 Code Protection Range 0 Upper Bound Register
CPU0_CPR1_L     0xF881D008          CPU0 Code Protection Range 1 Lower Bound Register
CPU0_CPR1_U     0xF881D00C          CPU0 Code Protection Range 1 Upper Bound Register
CPU0_CPR2_L     0xF881D010          CPU0 Code Protection Range 2 Lower Bound Register
CPU0_CPR2_U     0xF881D014          CPU0 Code Protection Range 2 Upper Bound Register
CPU0_CPR3_L     0xF881D018          CPU0 Code Protection Range 3 Lower Bound Register
CPU0_CPR3_U     0xF881D01C          CPU0 Code Protection Range 3 Upper Bound Register
CPU0_CPR4_L     0xF881D020          CPU0 Code Protection Range 4 Lower Bound Register
CPU0_CPR4_U     0xF881D024          CPU0 Code Protection Range 4 Upper Bound Register
CPU0_CPR5_L     0xF881D028          CPU0 Code Protection Range 5 Lower Bound Register
CPU0_CPR5_U     0xF881D02C          CPU0 Code Protection Range 5 Upper Bound Register
CPU0_CPR6_L     0xF881D030          CPU0 Code Protection Range 6 Lower Bound Register
CPU0_CPR6_U     0xF881D034          CPU0 Code Protection Range 6 Upper Bound Register
CPU0_CPR7_L     0xF881D038          CPU0 Code Protection Range 7 Lower Bound Register
CPU0_CPR7_U     0xF881D03C          CPU0 Code Protection Range 7 Upper Bound Register
CPU0_CPXE_0     0xF881E000          CPU0 Code Protection Execute Enable Register Set 0
CPU0_CPXE_1     0xF881E004          CPU0 Code Protection Execute Enable Register Set 1
CPU0_CPXE_2     0xF881E008          CPU0 Code Protection Execute Enable Register Set 2
CPU0_CPXE_3     0xF881E00C          CPU0 Code Protection Execute Enable Register Set 3
CPU0_DPRE_0     0xF881E010          CPU0 Data Protection Read Enable Register Set 0
CPU0_DPRE_1     0xF881E014          CPU0 Data Protection Read Enable Register Set 1
CPU0_DPRE_2     0xF881E018          CPU0 Data Protection Read Enable Register Set 2
CPU0_DPRE_3     0xF881E01C          CPU0 Data Protection Read Enable Register Set 3
CPU0_DPWE_0     0xF881E020          CPU0 Data Protection Write Enable Register Set 0
CPU0_DPWE_1     0xF881E024          CPU0 Data Protection Write Enable Register Set 1
CPU0_DPWE_2     0xF881E028          CPU0 Data Protection Write Enable Register Set 2
CPU0_DPWE_3     0xF881E02C          CPU0 Data Protection Write Enable Register Set 3
CPU0_TPS_CON    0xF881E400          CPU0 Temporal Protection System Control Register
CPU0_TPS_TIMER0 0xF881E404          CPU0 Temporal Protection System Timer Register 0
CPU0_TPS_TIMER1 0xF881E408          CPU0 Temporal Protection System Timer Register 0
CPU0_TPS_TIMER2 0xF881E40C          CPU0 Temporal Protection System Timer Register 0
CPU0_TR0EVT     0xF881F000          Trigger Event 0
CPU0_TR0ADR     0xF881F004          Trigger Address 0
CPU0_TR1EVT     0xF881F008          Trigger Event 1
CPU0_TR1ADR     0xF881F00C          Trigger Address 1
CPU0_TR2EVT     0xF881F010          Trigger Event 2
CPU0_TR2ADR     0xF881F014          Trigger Address 2
CPU0_TR3EVT     0xF881F018          Trigger Event 3
CPU0_TR3ADR     0xF881F01C          Trigger Address 3
CPU0_TR4EVT     0xF881F020          Trigger Event 4
CPU0_TR4ADR     0xF881F024          Trigger Address 4
CPU0_TR5EVT     0xF881F028          Trigger Event 5
CPU0_TR5ADR     0xF881F02C          Trigger Address 5
CPU0_TR6EVT     0xF881F030          Trigger Event 6
CPU0_TR6ADR     0xF881F034          Trigger Address 6
CPU0_TR7EVT     0xF881F038          Trigger Event 7
CPU0_TR7ADR     0xF881F03C          Trigger Address 7
CPU0_CCTRL      0xF881FC00          Counter Control
CPU0_CCNT       0xF881FC04          CPU Clock Cycle Count
CPU0_ICNT       0xF881FC08          Instruction Count
CPU0_M1CNT      0xF881FC0C          Multi-Count Register 1
CPU0_M2CNT      0xF881FC10          Multi-Count Register 2
CPU0_M3CNT      0xF881FC14          Multi-Count Register 3
CPU0_DBGSR      0xF881FD00          Debug Status Register
CPU0_EXEVT      0xF881FD08          External Event Register
CPU0_CREVT      0xF881FD0C          Core Register Access Event
CPU0_SWEVT      0xF881FD10          Software Debug Event
CPU0_TRIG_ACC   0xF881FD30          CPU0 Trigger Address x
CPU0_DMS        0xF881FD40          CPU0 Debug Monitor Start Address
CPU0_DCX        0xF881FD44          CPU0 Debug Context Save Area Pointer
CPU0_DBGTCR     0xF881FD48          Debug Trap Control Register
CPU0_PCXI       0xF881FE00          Previous Context Information Register
CPU0_PSW        0xF881FE04          Program Status Word
CPU0_PC         0xF881FE08          Program Counter
CPU0_SYSCON     0xF881FE14          System Configuration Register
CPU0_CPU_ID     0xF881FE18          CPU0 Identification Register TC1.6P
CPU0_CORE_ID    0xF881FE1C          CPU0 Core Identification Register
CPU0_BIV        0xF881FE20          Base Interrupt Vector Table Pointer
CPU0_BTV        0xF881FE24          Base Trap Vector Table Pointer
CPU0_ISP        0xF881FE28          Interrupt Stack Pointer
CPU0_ICR        0xF881FE2C          Interrupt Control Register
CPU0_FCX        0xF881FE38          Free CSA List Head Pointer
CPU0_LCX        0xF881FE3C          Free CSA List Limit Pointer
CPU0_CUS_ID     0xF881FE50          CPU0 Customer ID register
CPU0_D0         0xF881FF00          Data Register 0
CPU0_D1         0xF881FF04          Data Register 1
CPU0_D2         0xF881FF08          Data Register 2
CPU0_D3         0xF881FF0C          Data Register 3
CPU0_D4         0xF881FF10          Data Register 4
CPU0_D5         0xF881FF14          Data Register 5
CPU0_D6         0xF881FF18          Data Register 6
CPU0_D7         0xF881FF1C          Data Register 7
CPU0_D8         0xF881FF20          Data Register 8
CPU0_D9         0xF881FF24          Data Register 9
CPU0_D10        0xF881FF28          Data Register 10
CPU0_D11        0xF881FF2C          Data Register 11
CPU0_D12        0xF881FF30          Data Register 12
CPU0_D13        0xF881FF34          Data Register 13
CPU0_D14        0xF881FF38          Data Register 14
CPU0_D15        0xF881FF3C          Data Register 15
CPU0_A0         0xF881FF80          Address Register 0
CPU0_A1         0xF881FF84          Address Register 1
CPU0_A2         0xF881FF88          Address Register 2
CPU0_A3         0xF881FF8C          Address Register 3
CPU0_A4         0xF881FF90          Address Register 4
CPU0_A5         0xF881FF94          Address Register 5
CPU0_A6         0xF881FF98          Address Register 6
CPU0_A7         0xF881FF9C          Address Register 7
CPU0_A8         0xF881FFA0          Address Register 8
CPU0_A9         0xF881FFA4          Address Register 9
CPU0_A10        0xF881FFA8          Address Register 10
CPU0_A11        0xF881FFAC          Address Register 11
CPU0_A12        0xF881FFB0          Address Register 12
CPU0_A13        0xF881FFB4          Address Register 13
CPU0_A14        0xF881FFB8          Address Register 14
CPU0_A15        0xF881FFBC          Address Register 15

; this chip implements TriCore v1.6 instruction set
.tc2xx/tc22x
; MEMORY MAP
area DATA CPU0_DSPR       0x70000000:0x70016000   CPU0 Data Scratch Pad SRAM, non-cached
area CODE CPU0_PSPR       0x70100000:0x70102000   CPU0 Program Scratch Pad SRAM, non-cached
area CODE CPU0_PCACHE     0x70102000:0x70104000   CPU0 Program Cache SRAM, non-cached
area CODE CPU0_PTAG       0x701C0000:0x701C0C00   CPU0 Program Cache TAG SRAM, non-cached
area CODE PFLASH0         0x80000000:0x80100000   Program Flash, cached
area DATA OLDA            0x8FE70000:0x8FE78000   Online Data Acquisition, cached
area CODE BROM            0x8FFF8000:0x90000000   Boot ROM, cached
area CODE PFLASH0_NC      0xA0000000:0xA0100000   Program Flash, non-cached
area DATA DFLASH0_NC      0xAF000000:0xAF104000   Data Flash 0, non-cached
area DATA OLDA_NC         0xAFE70000:0xAFE78000   Online Data Acquisition, non-cached
area CODE BROM_NC         0xAFFF8000:0xB0000000   Boot ROM, non-cached
area DATA REGISTERS       0xF0000000:0xF8820000   Core SFRs and GPRs
; REGISTERS
STM0_CLC        0xF0000000          Clock Control Register
STM0_ID         0xF0000008          Module Identification Register
STM0_TIM0       0xF0000010          Timer Register 0
STM0_TIM1       0xF0000014          Timer Register 1
STM0_TIM2       0xF0000018          Timer Register 2
STM0_TIM3       0xF000001C          Timer Register 3
STM0_TIM4       0xF0000020          Timer Register 4
STM0_TIM5       0xF0000024          Timer Register 5
STM0_TIM6       0xF0000028          Timer Register 6
STM0_CAP        0xF000002C          Timer Capture Register
STM0_CMP0       0xF0000030          Compare Register 0
STM0_CMP1       0xF0000034          Compare Register 1
STM0_CMCON      0xF0000038          Compare Match Control Register
STM0_ICR        0xF000003C          Interrupt Control Register
STM0_ISCR       0xF0000040          Interrupt Set/Clear Register
STM0_TIM0SV     0xF0000050          Timer Register 0 Second View
STM0_CAPSV      0xF0000054          Timer Capture Register Second View
STM0_OCS        0xF00000E8          OCDS Control and Status
STM0_KRSTCLR    0xF00000EC          Kernel Reset Status Clear Register
STM0_KRST1      0xF00000F0          Kernel Reset Register 1
STM0_KRST0      0xF00000F4          Kernel Reset Register 0
STM0_ACCEN1     0xF00000F8          Access Enable Register 1
STM0_ACCEN0     0xF00000FC          Access Enable Register 0
CBS_JDPID       0xF0000408          Module Identification Register
CBS_OIFM        0xF000040C          OCDS Interface Mode Register
CBS_TIPR        0xF0000410          TG Input Pins Routing
CBS_TOPR        0xF0000414          TG Output Pins Routing
CBS_TOPPS       0xF0000418          TG Output Pins Pulse Stretcher
CBS_TCIP        0xF000041C          TG Capture for TG Input Pins
CBS_TRC0        0xF0000420          TG Routing for CPU0
CBS_TRC1        0xF0000424          TG Routing for CPU1
CBS_TRC2        0xF0000428          TG Routing for CPU2
CBS_TRHSM       0xF0000438          TG Routing for HSM Control
CBS_TRMC        0xF000043C          TG Routing for MCDS Control
CBS_TLCC0       0xF0000440          TG Line Counter Control
CBS_TLCC1       0xF0000444          TG Line Counter Control
CBS_TLCV0       0xF0000450          TG Line Counter Value
CBS_TLCV1       0xF0000454          TG Line Counter Value
CBS_TRSS        0xF0000460          TG Routing for Special Signals
CBS_JTAGID      0xF0000464          JTAG Device Identification Register
CBS_COMDATA     0xF0000468          Communication Mode Data Register
CBS_IOSR        0xF000046C          IOClient Status and Control Register
CBS_TLS         0xF0000470          TG Line State
CBS_TCTL        0xF0000474          TG Capture for TG Lines
CBS_OEC         0xF0000478          OCDS Enable Control Register
CBS_OCNTRL      0xF000047C          OSCU Control Register
CBS_OSTATE      0xF0000480          OSCU Status Register
CBS_INTMOD      0xF0000484          Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488          Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C          Internally Controlled Trace Destination Register
CBS_TLC         0xF0000490          TG Line Control
CBS_TL1ST       0xF0000494          TG Line 1 Suspend Targets
CBS_TLCHE       0xF0000498          TG Line Capture and Hold Enable
CBS_TLCHS       0xF000049C          TG Line Capture and Hold Clear
CBS_TRIGS       0xF00004A0          Set Trigger to Host Register
CBS_TRIGC       0xF00004A4          Clear Trigger to Host Register
CBS_TLT         0xF00004A8          TG Line Timer
CBS_TLTTH       0xF00004AC          TG Lines for Trigger to Host
CBS_TCCB        0xF00004B0          TG Capture for Cores - BRKOUT
CBS_TCCH        0xF00004B4          TG Capture for Cores - HALT
CBS_TCTGB       0xF00004B8          TG Capture for OTGB0/1
CBS_TCM         0xF00004BC          TG Capture for MCDS
CBS_TREC0       0xF00004C0          TG Routing Events of CPU0
CBS_TREC1       0xF00004C4          TG Routing Events of CPU1
CBS_TREC2       0xF00004C8          TG Routing Events of CPU2
CBS_TRMT        0xF00004DC          TG Routing for MCDS Triggers
CBS_TRTGB0L     0xF00004E0          TG Routing for OTGB0 Bits [7:0]
CBS_TRTGB0H     0xF00004E4          TG Routing for OTGB0 Bits [15:8]
CBS_TRTGB1L     0xF00004E8          TG Routing for OTGB1 Bits [7:0]
CBS_TRTGB1H     0xF00004EC          TG Routing for OTGB1 Bits [15:8]
CBS_TRIG0       0xF0000500          Trigger to Host Register 0
CBS_TRIG1       0xF0000504          Trigger to Host Register 1
CBS_TRIG2       0xF0000508          Trigger to Host Register 2
CBS_TRIG3       0xF000050C          Trigger to Host Register 3
CBS_TRIG4       0xF0000510          Trigger to Host Register 4
CBS_TRIG5       0xF0000514          Trigger to Host Register 5
CBS_TRIG6       0xF0000518          Trigger to Host Register 6
CBS_TRIG7       0xF000051C          Trigger to Host Register 7
CBS_TRIG8       0xF0000520          Trigger to Host Register 8
CBS_TRIG9       0xF0000524          Trigger to Host Register 9
CBS_TRIG10      0xF0000528          Trigger to Host Register 10
CBS_TRIG11      0xF000052C          Trigger to Host Register 11
CBS_TRIG12      0xF0000530          Trigger to Host Register 12
CBS_TRIG13      0xF0000534          Trigger to Host Register 13
CBS_TRIG14      0xF0000538          Trigger to Host Register 14
CBS_TRIG15      0xF000053C          Trigger to Host Register 15
CBS_TRIG16      0xF0000540          Trigger to Host Register 16
CBS_TRIG17      0xF0000544          Trigger to Host Register 17
CBS_TRIG18      0xF0000548          Trigger to Host Register 18
CBS_TRIG19      0xF000054C          Trigger to Host Register 19
CBS_TRIG20      0xF0000550          Trigger to Host Register 20
CBS_TRIG21      0xF0000554          Trigger to Host Register 21
ASCLIN0_CLC     0xF0000600          Clock Control Register
ASCLIN0_IOCR    0xF0000604          Input and Output Control Register
ASCLIN0_ID      0xF0000608          Module Identification Register
ASCLIN0_TXFIFOCON 0xF000060C          TX FIFO Configuration Register
ASCLIN0_RXFIFOCON 0xF0000610          RX FIFO Configuration Register
ASCLIN0_BITCON  0xF0000614          Bit Configuration Register
ASCLIN0_FRAMECON 0xF0000618          Frame Control Register
ASCLIN0_DATCON  0xF000061C          Data Configuration Register
ASCLIN0_BRG     0xF0000620          Baud Rate Generation Register
ASCLIN0_BRD     0xF0000624          Baud Rate Detection Register
ASCLIN0_LINCON  0xF0000628          LIN Control Register
ASCLIN0_LINBTIMER 0xF000062C          LIN Break Timer Register
ASCLIN0_LINHTIMER 0xF0000630          LIN Header Timer Register
ASCLIN0_FLAGS   0xF0000634          Flags Register
ASCLIN0_FLAGSSET 0xF0000638          Flags Set Register
ASCLIN0_FLAGSCLEAR 0xF000063C          Flags Clear Register
ASCLIN0_FLAGSENABLE 0xF0000640          Flags Enable Register
ASCLIN0_TXDATA  0xF0000644          Transmit Data Register
ASCLIN0_RXDATA  0xF0000648          Receive Data Register
ASCLIN0_CSR     0xF000064C          Clock Selection Register
ASCLIN0_RXDATAD 0xF0000650          Receive Data Debug Register
ASCLIN0_OCS     0xF00006E8          OCDS Control and Status
ASCLIN0_KRSTCLR 0xF00006EC          Kernel Reset Status Clear Register
ASCLIN0_KRST1   0xF00006F0          Kernel Reset Register 1
ASCLIN0_KRST0   0xF00006F4          Kernel Reset Register 0
ASCLIN0_ACCEN1  0xF00006F8          Access Enable Register 1
ASCLIN0_ACCEN0  0xF00006FC          Access Enable Register 0
ASCLIN1_CLC     0xF0000700          Clock Control Register
ASCLIN1_IOCR    0xF0000704          Input and Output Control Register
ASCLIN1_ID      0xF0000708          Module Identification Register
ASCLIN1_TXFIFOCON 0xF000070C          TX FIFO Configuration Register
ASCLIN1_RXFIFOCON 0xF0000710          RX FIFO Configuration Register
ASCLIN1_BITCON  0xF0000714          Bit Configuration Register
ASCLIN1_FRAMECON 0xF0000718          Frame Control Register
ASCLIN1_DATCON  0xF000071C          Data Configuration Register
ASCLIN1_BRG     0xF0000720          Baud Rate Generation Register
ASCLIN1_BRD     0xF0000724          Baud Rate Detection Register
ASCLIN1_LINCON  0xF0000728          LIN Control Register
ASCLIN1_LINBTIMER 0xF000072C          LIN Break Timer Register
ASCLIN1_LINHTIMER 0xF0000730          LIN Header Timer Register
ASCLIN1_FLAGS   0xF0000734          Flags Register
ASCLIN1_FLAGSSET 0xF0000738          Flags Set Register
ASCLIN1_FLAGSCLEAR 0xF000073C          Flags Clear Register
ASCLIN1_FLAGSENABLE 0xF0000740          Flags Enable Register
ASCLIN1_TXDATA  0xF0000744          Transmit Data Register
ASCLIN1_RXDATA  0xF0000748          Receive Data Register
ASCLIN1_CSR     0xF000074C          Clock Selection Register
ASCLIN1_RXDATAD 0xF0000750          Receive Data Debug Register
ASCLIN1_OCS     0xF00007E8          OCDS Control and Status
ASCLIN1_KRSTCLR 0xF00007EC          Kernel Reset Status Clear Register
ASCLIN1_KRST1   0xF00007F0          Kernel Reset Register 1
ASCLIN1_KRST0   0xF00007F4          Kernel Reset Register 0
ASCLIN1_ACCEN1  0xF00007F8          Access Enable Register 1
ASCLIN1_ACCEN0  0xF00007FC          Access Enable Register 0
QSPI0_CLC       0xF0001C00          Clock Control Register
QSPI0_PISEL     0xF0001C04          Port Input Select Register
QSPI0_ID        0xF0001C08          Module Identification Register
QSPI0_GLOBALCON 0xF0001C10          Global Configuration Register
QSPI0_GLOBALCON1 0xF0001C14          Global Configuration Register 1
QSPI0_BACON     0xF0001C18          Basic Configuration Register
QSPI0_ECON0     0xF0001C20          Configuration Extension 0
QSPI0_ECON1     0xF0001C24          Configuration Extension 1
QSPI0_ECON2     0xF0001C28          Configuration Extension 2
QSPI0_ECON3     0xF0001C2C          Configuration Extension 3
QSPI0_ECON4     0xF0001C30          Configuration Extension 4
QSPI0_ECON5     0xF0001C34          Configuration Extension 5
QSPI0_ECON6     0xF0001C38          Configuration Extension 6
QSPI0_ECON7     0xF0001C3C          Configuration Extension 7
QSPI0_STATUS    0xF0001C40          Status Register
QSPI0_STATUS1   0xF0001C44          Status Register 1
QSPI0_SSOC      0xF0001C48          Slave Select Output Control Register
QSPI0_FLAGSCLEAR 0xF0001C54          Flags Clear Register
QSPI0_XXLCON    0xF0001C58          Extra Large Data Configuration Register
QSPI0_MIXENTRY  0xF0001C5C          MIX_ENTRY Register
QSPI0_BACONENTRY 0xF0001C60          BACON_ENTRY Register
QSPI0_DATAENTRY0 0xF0001C64          DATA_ENTRY Register 0
QSPI0_DATAENTRY1 0xF0001C68          DATA_ENTRY Register 1
QSPI0_DATAENTRY2 0xF0001C6C          DATA_ENTRY Register 2
QSPI0_DATAENTRY3 0xF0001C70          DATA_ENTRY Register 3
QSPI0_DATAENTRY4 0xF0001C74          DATA_ENTRY Register 4
QSPI0_DATAENTRY5 0xF0001C78          DATA_ENTRY Register 5
QSPI0_DATAENTRY6 0xF0001C7C          DATA_ENTRY Register 6
QSPI0_DATAENTRY7 0xF0001C80          DATA_ENTRY Register 7
QSPI0_RXEXIT    0xF0001C90          RX_EXIT Register
QSPI0_RXEXITD   0xF0001C94          RX_EXIT Debug Register
QSPI0_OCS       0xF0001CE8          OCDS Control and Status
QSPI0_KRSTCLR   0xF0001CEC          Kernel Reset Status Clear Register
QSPI0_KRST1     0xF0001CF0          Kernel Reset Register 1
QSPI0_KRST0     0xF0001CF4          Kernel Reset Register 0
QSPI0_ACCEN1    0xF0001CF8          Access Enable Register 1
QSPI0_ACCEN0    0xF0001CFC          Access Enable Register 0
QSPI1_CLC       0xF0001D00          Clock Control Register
QSPI1_PISEL     0xF0001D04          Port Input Select Register
QSPI1_ID        0xF0001D08          Module Identification Register
QSPI1_GLOBALCON 0xF0001D10          Global Configuration Register
QSPI1_GLOBALCON1 0xF0001D14          Global Configuration Register 1
QSPI1_BACON     0xF0001D18          Basic Configuration Register
QSPI1_ECON0     0xF0001D20          Configuration Extension 0
QSPI1_ECON1     0xF0001D24          Configuration Extension 1
QSPI1_ECON2     0xF0001D28          Configuration Extension 2
QSPI1_ECON3     0xF0001D2C          Configuration Extension 3
QSPI1_ECON4     0xF0001D30          Configuration Extension 4
QSPI1_ECON5     0xF0001D34          Configuration Extension 5
QSPI1_ECON6     0xF0001D38          Configuration Extension 6
QSPI1_ECON7     0xF0001D3C          Configuration Extension 7
QSPI1_STATUS    0xF0001D40          Status Register
QSPI1_STATUS1   0xF0001D44          Status Register 1
QSPI1_SSOC      0xF0001D48          Slave Select Output Control Register
QSPI1_FLAGSCLEAR 0xF0001D54          Flags Clear Register
QSPI1_XXLCON    0xF0001D58          Extra Large Data Configuration Register
QSPI1_MIXENTRY  0xF0001D5C          MIX_ENTRY Register
QSPI1_BACONENTRY 0xF0001D60          BACON_ENTRY Register
QSPI1_DATAENTRY0 0xF0001D64          DATA_ENTRY Register 0
QSPI1_DATAENTRY1 0xF0001D68          DATA_ENTRY Register 1
QSPI1_DATAENTRY2 0xF0001D6C          DATA_ENTRY Register 2
QSPI1_DATAENTRY3 0xF0001D70          DATA_ENTRY Register 3
QSPI1_DATAENTRY4 0xF0001D74          DATA_ENTRY Register 4
QSPI1_DATAENTRY5 0xF0001D78          DATA_ENTRY Register 5
QSPI1_DATAENTRY6 0xF0001D7C          DATA_ENTRY Register 6
QSPI1_DATAENTRY7 0xF0001D80          DATA_ENTRY Register 7
QSPI1_RXEXIT    0xF0001D90          RX_EXIT Register
QSPI1_RXEXITD   0xF0001D94          RX_EXIT Debug Register
QSPI1_OCS       0xF0001DE8          OCDS Control and Status
QSPI1_KRSTCLR   0xF0001DEC          Kernel Reset Status Clear Register
QSPI1_KRST1     0xF0001DF0          Kernel Reset Register 1
QSPI1_KRST0     0xF0001DF4          Kernel Reset Register 0
QSPI1_ACCEN1    0xF0001DF8          Access Enable Register 1
QSPI1_ACCEN0    0xF0001DFC          Access Enable Register 0
QSPI2_CLC       0xF0001E00          Clock Control Register
QSPI2_PISEL     0xF0001E04          Port Input Select Register
QSPI2_ID        0xF0001E08          Module Identification Register
QSPI2_GLOBALCON 0xF0001E10          Global Configuration Register
QSPI2_GLOBALCON1 0xF0001E14          Global Configuration Register 1
QSPI2_BACON     0xF0001E18          Basic Configuration Register
QSPI2_ECON0     0xF0001E20          Configuration Extension 0
QSPI2_ECON1     0xF0001E24          Configuration Extension 1
QSPI2_ECON2     0xF0001E28          Configuration Extension 2
QSPI2_ECON3     0xF0001E2C          Configuration Extension 3
QSPI2_ECON4     0xF0001E30          Configuration Extension 4
QSPI2_ECON5     0xF0001E34          Configuration Extension 5
QSPI2_ECON6     0xF0001E38          Configuration Extension 6
QSPI2_ECON7     0xF0001E3C          Configuration Extension 7
QSPI2_STATUS    0xF0001E40          Status Register
QSPI2_STATUS1   0xF0001E44          Status Register 1
QSPI2_SSOC      0xF0001E48          Slave Select Output Control Register
QSPI2_FLAGSCLEAR 0xF0001E54          Flags Clear Register
QSPI2_XXLCON    0xF0001E58          Extra Large Data Configuration Register
QSPI2_MIXENTRY  0xF0001E5C          MIX_ENTRY Register
QSPI2_BACONENTRY 0xF0001E60          BACON_ENTRY Register
QSPI2_DATAENTRY0 0xF0001E64          DATA_ENTRY Register 0
QSPI2_DATAENTRY1 0xF0001E68          DATA_ENTRY Register 1
QSPI2_DATAENTRY2 0xF0001E6C          DATA_ENTRY Register 2
QSPI2_DATAENTRY3 0xF0001E70          DATA_ENTRY Register 3
QSPI2_DATAENTRY4 0xF0001E74          DATA_ENTRY Register 4
QSPI2_DATAENTRY5 0xF0001E78          DATA_ENTRY Register 5
QSPI2_DATAENTRY6 0xF0001E7C          DATA_ENTRY Register 6
QSPI2_DATAENTRY7 0xF0001E80          DATA_ENTRY Register 7
QSPI2_RXEXIT    0xF0001E90          RX_EXIT Register
QSPI2_RXEXITD   0xF0001E94          RX_EXIT Debug Register
QSPI2_CAPCON    0xF0001EA0          Capture Control Register
QSPI2_OCS       0xF0001EE8          OCDS Control and Status
QSPI2_KRSTCLR   0xF0001EEC          Kernel Reset Status Clear Register
QSPI2_KRST1     0xF0001EF0          Kernel Reset Register 1
QSPI2_KRST0     0xF0001EF4          Kernel Reset Register 0
QSPI2_ACCEN1    0xF0001EF8          Access Enable Register 1
QSPI2_ACCEN0    0xF0001EFC          Access Enable Register 0
QSPI3_CLC       0xF0001F00          Clock Control Register
QSPI3_PISEL     0xF0001F04          Port Input Select Register
QSPI3_ID        0xF0001F08          Module Identification Register
QSPI3_GLOBALCON 0xF0001F10          Global Configuration Register
QSPI3_GLOBALCON1 0xF0001F14          Global Configuration Register 1
QSPI3_BACON     0xF0001F18          Basic Configuration Register
QSPI3_ECON0     0xF0001F20          Configuration Extension 0
QSPI3_ECON1     0xF0001F24          Configuration Extension 1
QSPI3_ECON2     0xF0001F28          Configuration Extension 2
QSPI3_ECON3     0xF0001F2C          Configuration Extension 3
QSPI3_ECON4     0xF0001F30          Configuration Extension 4
QSPI3_ECON5     0xF0001F34          Configuration Extension 5
QSPI3_ECON6     0xF0001F38          Configuration Extension 6
QSPI3_ECON7     0xF0001F3C          Configuration Extension 7
QSPI3_STATUS    0xF0001F40          Status Register
QSPI3_STATUS1   0xF0001F44          Status Register 1
QSPI3_SSOC      0xF0001F48          Slave Select Output Control Register
QSPI3_FLAGSCLEAR 0xF0001F54          Flags Clear Register
QSPI3_XXLCON    0xF0001F58          Extra Large Data Configuration Register
QSPI3_MIXENTRY  0xF0001F5C          MIX_ENTRY Register
QSPI3_BACONENTRY 0xF0001F60          BACON_ENTRY Register
QSPI3_DATAENTRY0 0xF0001F64          DATA_ENTRY Register 0
QSPI3_DATAENTRY1 0xF0001F68          DATA_ENTRY Register 1
QSPI3_DATAENTRY2 0xF0001F6C          DATA_ENTRY Register 2
QSPI3_DATAENTRY3 0xF0001F70          DATA_ENTRY Register 3
QSPI3_DATAENTRY4 0xF0001F74          DATA_ENTRY Register 4
QSPI3_DATAENTRY5 0xF0001F78          DATA_ENTRY Register 5
QSPI3_DATAENTRY6 0xF0001F7C          DATA_ENTRY Register 6
QSPI3_DATAENTRY7 0xF0001F80          DATA_ENTRY Register 7
QSPI3_RXEXIT    0xF0001F90          RX_EXIT Register
QSPI3_RXEXITD   0xF0001F94          RX_EXIT Debug Register
QSPI3_CAPCON    0xF0001FA0          Capture Control Register
QSPI3_OCS       0xF0001FE8          OCDS Control and Status
QSPI3_KRSTCLR   0xF0001FEC          Kernel Reset Status Clear Register
QSPI3_KRST1     0xF0001FF0          Kernel Reset Register 1
QSPI3_KRST0     0xF0001FF4          Kernel Reset Register 0
QSPI3_ACCEN1    0xF0001FF8          Access Enable Register 1
QSPI3_ACCEN0    0xF0001FFC          Access Enable Register 0
CCU60_CLC       0xF0002A00          Clock Control Register
CCU60_MCFG      0xF0002A04          Module Configuration Register
CCU60_ID        0xF0002A08          Module Identification Register
CCU60_MOSEL     0xF0002A0C          CCU60 Module Output Select Register
CCU60_PISEL0    0xF0002A10          Port Input Select Register 0
CCU60_PISEL2    0xF0002A14          Port Input Select Register 2
CCU60_KSCSR     0xF0002A1C          Kernel State Control Sensitivity Register
CCU60_T12       0xF0002A20          Timer T12 Counter Register
CCU60_T12PR     0xF0002A24          Timer 12 Period Register
CCU60_T12DTC    0xF0002A28          Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0002A30          Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0002A34          Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0002A38          Capture/Compare Register for Channel CC62
CCU60_CC60SR    0xF0002A40          Capture/Compare Shadow Reg. for Channel CC60
CCU60_CC61SR    0xF0002A44          Capture/Compare Shadow Reg. for Channel CC61
CCU60_CC62SR    0xF0002A48          Capture/Compare Shadow Reg. for Channel CC62
CCU60_T13       0xF0002A50          Timer T13 Counter Register
CCU60_T13PR     0xF0002A54          Timer 13 Period Register
CCU60_CC63R     0xF0002A58          Compare Register for T13
CCU60_CC63SR    0xF0002A5C          Compare Shadow Register for T13
CCU60_CMPSTAT   0xF0002A60          Compare State Register
CCU60_CMPMODIF  0xF0002A64          Compare State Modification Register
CCU60_T12MSEL   0xF0002A68          T12 Mode Select Register
CCU60_TCTR0     0xF0002A70          Timer Control Register 0
CCU60_TCTR2     0xF0002A74          Timer Control Register 2
CCU60_TCTR4     0xF0002A78          Timer Control Register 4
CCU60_MODCTR    0xF0002A80          Modulation Control Register
CCU60_TRPCTR    0xF0002A84          Trap Control Register
CCU60_PSLR      0xF0002A88          Passive State Level Register
CCU60_MCMOUTS   0xF0002A8C          Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0002A90          Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0002A94          Multi-Channel Mode Control Register
CCU60_IMON      0xF0002A98          Input Monitoring Register
CCU60_LI        0xF0002A9C          Lost Indicator Register
CCU60_IS        0xF0002AA0          Interrupt Status Register
CCU60_ISS       0xF0002AA4          Interrupt Status Set Register
CCU60_ISR       0xF0002AA8          Interrupt Status Reset Register
CCU60_INP       0xF0002AAC          Interrupt Node Pointer Register
CCU60_IEN       0xF0002AB0          Interrupt Enable Register
CCU60_OCS       0xF0002AE8          OCDS Control and Status Register
CCU60_KRSTCLR   0xF0002AEC          Kernel Reset Status Clear Register
CCU60_KRST1     0xF0002AF0          Kernel Reset Register 1
CCU60_KRST0     0xF0002AF4          Kernel Reset Register 0
CCU60_ACCEN1    0xF0002AF8          Access Enable Register 1
CCU60_ACCEN0    0xF0002AFC          Access Enable Register 0
CCU61_CLC       0xF0002B00          Clock Control Register
CCU61_MCFG      0xF0002B04          Module Configuration Register
CCU61_ID        0xF0002B08          Module Identification Register
CCU61_PISEL0    0xF0002B10          Port Input Select Register 0
CCU61_PISEL2    0xF0002B14          Port Input Select Register 2
CCU61_KSCSR     0xF0002B1C          Kernel State Control Sensitivity Register
CCU61_T12       0xF0002B20          Timer T12 Counter Register
CCU61_T12PR     0xF0002B24          Timer 12 Period Register
CCU61_T12DTC    0xF0002B28          Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0002B30          Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0002B34          Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0002B38          Capture/Compare Register for Channel CC62
CCU61_CC60SR    0xF0002B40          Capture/Compare Shadow Reg. for Channel CC60
CCU61_CC61SR    0xF0002B44          Capture/Compare Shadow Reg. for Channel CC61
CCU61_CC62SR    0xF0002B48          Capture/Compare Shadow Reg. for Channel CC62
CCU61_T13       0xF0002B50          Timer T13 Counter Register
CCU61_T13PR     0xF0002B54          Timer 13 Period Register
CCU61_CC63R     0xF0002B58          Compare Register for T13
CCU61_CC63SR    0xF0002B5C          Compare Shadow Register for T13
CCU61_CMPSTAT   0xF0002B60          Compare State Register
CCU61_CMPMODIF  0xF0002B64          Compare State Modification Register
CCU61_T12MSEL   0xF0002B68          T12 Mode Select Register
CCU61_TCTR0     0xF0002B70          Timer Control Register 0
CCU61_TCTR2     0xF0002B74          Timer Control Register 2
CCU61_TCTR4     0xF0002B78          Timer Control Register 4
CCU61_MODCTR    0xF0002B80          Modulation Control Register
CCU61_TRPCTR    0xF0002B84          Trap Control Register
CCU61_PSLR      0xF0002B88          Passive State Level Register
CCU61_MCMOUTS   0xF0002B8C          Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0002B90          Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0002B94          Multi-Channel Mode Control Register
CCU61_IMON      0xF0002B98          Input Monitoring Register
CCU61_LI        0xF0002B9C          Lost Indicator Register
CCU61_IS        0xF0002BA0          Interrupt Status Register
CCU61_ISS       0xF0002BA4          Interrupt Status Set Register
CCU61_ISR       0xF0002BA8          Interrupt Status Reset Register
CCU61_INP       0xF0002BAC          Interrupt Node Pointer Register
CCU61_IEN       0xF0002BB0          Interrupt Enable Register
CCU61_OCS       0xF0002BE8          OCDS Control and Status Register
CCU61_KRSTCLR   0xF0002BEC          Kernel Reset Status Clear Register
CCU61_KRST1     0xF0002BF0          Kernel Reset Register 1
CCU61_KRST0     0xF0002BF4          Kernel Reset Register 0
CCU61_ACCEN1    0xF0002BF8          Access Enable Register 1
CCU61_ACCEN0    0xF0002BFC          Access Enable Register 0
GPT120_CLC      0xF0002E00          Clock Control Register
GPT120_PISEL    0xF0002E04          Port Input Select Register
GPT120_ID       0xF0002E08          Identification Register
GPT120_T2CON    0xF0002E10          Timer T2 Control Register
GPT120_T3CON    0xF0002E14          Timer T3 Control Register
GPT120_T4CON    0xF0002E18          Timer T4 Control Register
GPT120_T5CON    0xF0002E1C          Timer T5 Control Register
GPT120_T6CON    0xF0002E20          Timer T6 Control Register
GPT120_CAPREL   0xF0002E30          Capture and Reload Register
GPT120_T2       0xF0002E34          Timer T2 Register
GPT120_T3       0xF0002E38          Timer T3 Register
GPT120_T4       0xF0002E3C          Timer T4 Register
GPT120_T5       0xF0002E40          Timer T5 Register
GPT120_T6       0xF0002E44          Timer T6 Register
GPT120_OCS      0xF0002EE8          OCDS Control and Status Register
GPT120_KRSTCLR  0xF0002EEC          Kernel Reset Status Clear Register
GPT120_KRST1    0xF0002EF0          Kernel Reset Register 1
GPT120_KRST0    0xF0002EF4          Kernel Reset Register 0
GPT120_ACCEN1   0xF0002EF8          Access Enable Register 1
GPT120_ACCEN0   0xF0002EFC          Access Enable Register 0
SENT_CLC        0xF0003000          Clock Control Register
SENT_ID         0xF0003008          Module Identification Register
SENT_FDR        0xF000300C          SENT Fractional Divider Register
SENT_INTOV      0xF0003014          Interrupt Overview Register
SENT_TSR        0xF0003018          Time Stamp Register
SENT_TPD        0xF000301C          Time Stamp Predivider Register
SENT_RDR0       0xF0003080          Receive Data Register 0
SENT_RDR1       0xF0003084          Receive Data Register 1
SENT_RDR2       0xF0003088          Receive Data Register 2
SENT_RDR3       0xF000308C          Receive Data Register 3
SENT_OCS        0xF00030E8          OCDS Control and Status
SENT_KRSTCLR    0xF00030EC          Kernel Reset Status Clear Register
SENT_KRST1      0xF00030F0          Kernel Reset Register 1
SENT_KRST0      0xF00030F4          Kernel Reset Register 0
SENT_ACCEN1     0xF00030F8          Access Enable Register 1
SENT_ACCEN0     0xF00030FC          Access Enable Register 0
SENT_CPDR0      0xF0003100          Channel Pre Divider Register 0
SENT_CFDR0      0xF0003104          Channel Fractional Divider Register 0
SENT_RCR0       0xF0003108          Receiver Control Register 0
SENT_RSR0       0xF000310C          Receive Status Register 0
SENT_SDS0       0xF0003110          Serial Data and Status Register 0
SENT_IOCR0      0xF0003114          Input and Output Control Register 0
SENT_SCR0       0xF0003118          SPC Control Register 0
SENT_VIEW0      0xF000311C          Receive Data View Register 0
SENT_INTSTAT0   0xF0003120          Interrupt Status Register 0
SENT_INTSET0    0xF0003124          Interrupt Set Register 0
SENT_INTCLR0    0xF0003128          Interrupt Clear Register 0
SENT_INTEN0     0xF000312C          Interrupt Enable Register 0
SENT_INP0       0xF0003130          Interrupt Node Pointer Register 0
SENT_WDT0       0xF0003134          Watch Dog Timer Register 0
SENT_CPDR1      0xF0003140          Channel Pre Divider Register 1
SENT_CFDR1      0xF0003144          Channel Fractional Divider Register 1
SENT_RCR1       0xF0003148          Receiver Control Register 1
SENT_RSR1       0xF000314C          Receive Status Register 1
SENT_SDS1       0xF0003150          Serial Data and Status Register 1
SENT_IOCR1      0xF0003154          Input and Output Control Register 1
SENT_SCR1       0xF0003158          SPC Control Register 1
SENT_VIEW1      0xF000315C          Receive Data View Register 1
SENT_INTSTAT1   0xF0003160          Interrupt Status Register 1
SENT_INTSET1    0xF0003164          Interrupt Set Register 1
SENT_INTCLR1    0xF0003168          Interrupt Clear Register 1
SENT_INTEN1     0xF000316C          Interrupt Enable Register 1
SENT_INP1       0xF0003170          Interrupt Node Pointer Register 1
SENT_WDT1       0xF0003174          Watch Dog Timer Register 1
SENT_CPDR2      0xF0003180          Channel Pre Divider Register 2
SENT_CFDR2      0xF0003184          Channel Fractional Divider Register 2
SENT_RCR2       0xF0003188          Receiver Control Register 2
SENT_RSR2       0xF000318C          Receive Status Register 2
SENT_SDS2       0xF0003190          Serial Data and Status Register 2
SENT_IOCR2      0xF0003194          Input and Output Control Register 2
SENT_SCR2       0xF0003198          SPC Control Register 2
SENT_VIEW2      0xF000319C          Receive Data View Register 2
SENT_INTSTAT2   0xF00031A0          Interrupt Status Register 2
SENT_INTSET2    0xF00031A4          Interrupt Set Register 2
SENT_INTCLR2    0xF00031A8          Interrupt Clear Register 2
SENT_INTEN2     0xF00031AC          Interrupt Enable Register 2
SENT_INP2       0xF00031B0          Interrupt Node Pointer Register 2
SENT_WDT2       0xF00031B4          Watch Dog Timer Register 2
SENT_CPDR3      0xF00031C0          Channel Pre Divider Register 3
SENT_CFDR3      0xF00031C4          Channel Fractional Divider Register 3
SENT_RCR3       0xF00031C8          Receiver Control Register 3
SENT_RSR3       0xF00031CC          Receive Status Register 3
SENT_SDS3       0xF00031D0          Serial Data and Status Register 3
SENT_IOCR3      0xF00031D4          Input and Output Control Register 3
SENT_SCR3       0xF00031D8          SPC Control Register 3
SENT_VIEW3      0xF00031DC          Receive Data View Register 3
SENT_INTSTAT3   0xF00031E0          Interrupt Status Register 3
SENT_INTSET3    0xF00031E4          Interrupt Set Register 3
SENT_INTCLR3    0xF00031E8          Interrupt Clear Register 3
SENT_INTEN3     0xF00031EC          Interrupt Enable Register 3
SENT_INP3       0xF00031F0          Interrupt Node Pointer Register 3
SENT_WDT3       0xF00031F4          Watch Dog Timer Register 3
SENT_RTS0       0xF0003A80          Receive Time Stamp Register 0
SENT_RTS1       0xF0003A84          Receive Time Stamp Register 1
SENT_RTS2       0xF0003A88          Receive Time Stamp Register 2
SENT_RTS3       0xF0003A8C          Receive Time Stamp Register 3
DMA_CLC         0xF0010000          DMA Clock Control Register
DMA_ID          0xF0010008          Module Identification Register
DMA_MEMCON      0xF0010020          DMA Memory Control Register
DMA_ACCEN00     0xF0010040          DMA Hardware Resource 0 Access Enable Register 0
DMA_ACCEN01     0xF0010044          DMA Hardware Resource 0 Access Enable Register 1
DMA_ACCEN10     0xF0010048          DMA Hardware Resource 1 Access Enable Register 0
DMA_ACCEN11     0xF001004C          DMA Hardware Resource 1 Access Enable Register 1
DMA_ACCEN20     0xF0010050          DMA Hardware Resource 2 Access Enable Register 0
DMA_ACCEN21     0xF0010054          DMA Hardware Resource 2 Access Enable Register 1
DMA_ACCEN30     0xF0010058          DMA Hardware Resource 3 Access Enable Register 0
DMA_ACCEN31     0xF001005C          DMA Hardware Resource 3 Access Enable Register 1
DMA_EER0        0xF0010120          DMA Enable Error Register 0
DMA_ERRSR0      0xF0010124          DMA Error Status Register 0
DMA_CLRE0       0xF0010128          DMA Clear Error Register 0
DMA_ME0SR       0xF0010130          DMA Move Engine 0 Status Register
DMA_ME00R       0xF0010140          DMA Move Engine 0 Read Register 0
DMA_ME01R       0xF0010144          DMA Move Engine 0 Read Register 1
DMA_ME02R       0xF0010148          DMA Move Engine 0 Read Register 2
DMA_ME03R       0xF001014C          DMA Move Engine 0 Read Register 3
DMA_ME04R       0xF0010150          DMA Move Engine 0 Read Register 4
DMA_ME05R       0xF0010154          DMA Move Engine 0 Read Register 5
DMA_ME06R       0xF0010158          DMA Move Engine 0 Read Register 6
DMA_ME07R       0xF001015C          DMA Move Engine 0 Read Register 7
DMA_ME0RDCRC    0xF0010180          DMA Move Engine 0 Channel Read Data CRC Register
DMA_ME0SDCRC    0xF0010184          DMA Move Engine 0 Channel Source and Destination Address CRC Register
DMA_ME0SADR     0xF0010188          DMA Move Engine 0 Channel Source Address Register
DMA_ME0DADR     0xF001018C          DMA Move Engine 0 Channel Destination Address Register x
DMA_ME0ADICR    0xF0010190          DMA Move Engine 0 Channel Address and Interrupt Control Register
DMA_ME0CHCR     0xF0010194          DMA Move Engine 0 Channel Control Register
DMA_ME0SHADR    0xF0010198          DMA Move Engine 0 Channel Shadow Address Register
DMA_ME0CHSR     0xF001019C          DMA Move Engine 0 Channel Status Register
DMA_EER1        0xF0011120          DMA Enable Error Register 1
DMA_ERRSR1      0xF0011124          DMA Error Status Register 1
DMA_CLRE1       0xF0011128          DMA Clear Error Register 1
DMA_ME1SR       0xF0011130          DMA Move Engine 1 Status Register
DMA_ME10R       0xF0011140          DMA Move Engine 1 Read Register 0
DMA_ME11R       0xF0011144          DMA Move Engine 1 Read Register 1
DMA_ME12R       0xF0011148          DMA Move Engine 1 Read Register 2
DMA_ME13R       0xF001114C          DMA Move Engine 1 Read Register 3
DMA_ME14R       0xF0011150          DMA Move Engine 1 Read Register 4
DMA_ME15R       0xF0011154          DMA Move Engine 1 Read Register 5
DMA_ME16R       0xF0011158          DMA Move Engine 1 Read Register 6
DMA_ME17R       0xF001115C          DMA Move Engine 1 Read Register 7
DMA_ME1RDCRC    0xF0011180          DMA Move Engine 1 Channel Read Data CRC Register
DMA_ME1SDCRC    0xF0011184          DMA Move Engine 1 Channel Source and Destination Address CRC Register
DMA_ME1SADR     0xF0011188          DMA Move Engine 1 Channel Source Address Register
DMA_ME1DADR     0xF001118C          DMA Move Engine 1 Channel Destination Address Register x
DMA_ME1ADICR    0xF0011190          DMA Move Engine 1 Channel Address and Interrupt Control Register
DMA_ME1CHCR     0xF0011194          DMA Move Engine 1 Channel Control Register
DMA_ME1SHADR    0xF0011198          DMA Move Engine 1 Channel Shadow Address Register
DMA_ME1CHSR     0xF001119C          DMA Move Engine 1 Channel Status Register
DMA_OTSS        0xF0011200          DMA OCDS Trigger Set Select
DMA_ERRINTR     0xF0011204          DMA Error Interrupt Set Register
DMA_PRR0        0xF0011208          Pattern Read Register 0
DMA_PRR1        0xF001120C          Pattern Read Register 1
DMA_TIME        0xF0011210          Time Register
DMA_MODE0       0xF0011300          DMA Mode Register 0
DMA_MODE1       0xF0011304          DMA Mode Register 1
DMA_MODE2       0xF0011308          DMA Mode Register 2
DMA_MODE3       0xF001130C          DMA Mode Register 3
DMA_HRR000      0xF0011800          DMA Channel Hardware Resource Register 000
DMA_HRR001      0xF0011804          DMA Channel Hardware Resource Register 001
DMA_HRR002      0xF0011808          DMA Channel Hardware Resource Register 002
DMA_HRR003      0xF001180C          DMA Channel Hardware Resource Register 003
DMA_HRR004      0xF0011810          DMA Channel Hardware Resource Register 004
DMA_HRR005      0xF0011814          DMA Channel Hardware Resource Register 005
DMA_HRR006      0xF0011818          DMA Channel Hardware Resource Register 006
DMA_HRR007      0xF001181C          DMA Channel Hardware Resource Register 007
DMA_HRR008      0xF0011820          DMA Channel Hardware Resource Register 008
DMA_HRR009      0xF0011824          DMA Channel Hardware Resource Register 009
DMA_HRR010      0xF0011828          DMA Channel Hardware Resource Register 010
DMA_HRR011      0xF001182C          DMA Channel Hardware Resource Register 011
DMA_HRR012      0xF0011830          DMA Channel Hardware Resource Register 012
DMA_HRR013      0xF0011834          DMA Channel Hardware Resource Register 013
DMA_HRR014      0xF0011838          DMA Channel Hardware Resource Register 014
DMA_HRR015      0xF001183C          DMA Channel Hardware Resource Register 015
DMA_SUSENR000   0xF0011A00          DMA Suspend Enable Register 000
DMA_SUSENR001   0xF0011A04          DMA Suspend Enable Register 001
DMA_SUSENR002   0xF0011A08          DMA Suspend Enable Register 002
DMA_SUSENR003   0xF0011A0C          DMA Suspend Enable Register 003
DMA_SUSENR004   0xF0011A10          DMA Suspend Enable Register 004
DMA_SUSENR005   0xF0011A14          DMA Suspend Enable Register 005
DMA_SUSENR006   0xF0011A18          DMA Suspend Enable Register 006
DMA_SUSENR007   0xF0011A1C          DMA Suspend Enable Register 007
DMA_SUSENR008   0xF0011A20          DMA Suspend Enable Register 008
DMA_SUSENR009   0xF0011A24          DMA Suspend Enable Register 009
DMA_SUSENR010   0xF0011A28          DMA Suspend Enable Register 010
DMA_SUSENR011   0xF0011A2C          DMA Suspend Enable Register 011
DMA_SUSENR012   0xF0011A30          DMA Suspend Enable Register 012
DMA_SUSENR013   0xF0011A34          DMA Suspend Enable Register 013
DMA_SUSENR014   0xF0011A38          DMA Suspend Enable Register 014
DMA_SUSENR015   0xF0011A3C          DMA Suspend Enable Register 015
DMA_SUSACR000   0xF0011C00          DMA Suspend Acknowledge Register 000
DMA_SUSACR001   0xF0011C04          DMA Suspend Acknowledge Register 001
DMA_SUSACR002   0xF0011C08          DMA Suspend Acknowledge Register 002
DMA_SUSACR003   0xF0011C0C          DMA Suspend Acknowledge Register 003
DMA_SUSACR004   0xF0011C10          DMA Suspend Acknowledge Register 004
DMA_SUSACR005   0xF0011C14          DMA Suspend Acknowledge Register 005
DMA_SUSACR006   0xF0011C18          DMA Suspend Acknowledge Register 006
DMA_SUSACR007   0xF0011C1C          DMA Suspend Acknowledge Register 007
DMA_SUSACR008   0xF0011C20          DMA Suspend Acknowledge Register 008
DMA_SUSACR009   0xF0011C24          DMA Suspend Acknowledge Register 009
DMA_SUSACR010   0xF0011C28          DMA Suspend Acknowledge Register 010
DMA_SUSACR011   0xF0011C2C          DMA Suspend Acknowledge Register 011
DMA_SUSACR012   0xF0011C30          DMA Suspend Acknowledge Register 012
DMA_SUSACR013   0xF0011C34          DMA Suspend Acknowledge Register 013
DMA_SUSACR014   0xF0011C38          DMA Suspend Acknowledge Register 014
DMA_SUSACR015   0xF0011C3C          DMA Suspend Acknowledge Register 015
DMA_TSR000      0xF0011E00          DMA Transaction State Register 000
DMA_TSR001      0xF0011E04          DMA Transaction State Register 001
DMA_TSR002      0xF0011E08          DMA Transaction State Register 002
DMA_TSR003      0xF0011E0C          DMA Transaction State Register 003
DMA_TSR004      0xF0011E10          DMA Transaction State Register 004
DMA_TSR005      0xF0011E14          DMA Transaction State Register 005
DMA_TSR006      0xF0011E18          DMA Transaction State Register 006
DMA_TSR007      0xF0011E1C          DMA Transaction State Register 007
DMA_TSR008      0xF0011E20          DMA Transaction State Register 008
DMA_TSR009      0xF0011E24          DMA Transaction State Register 009
DMA_TSR010      0xF0011E28          DMA Transaction State Register 010
DMA_TSR011      0xF0011E2C          DMA Transaction State Register 011
DMA_TSR012      0xF0011E30          DMA Transaction State Register 012
DMA_TSR013      0xF0011E34          DMA Transaction State Register 013
DMA_TSR014      0xF0011E38          DMA Transaction State Register 014
DMA_TSR015      0xF0011E3C          DMA Transaction State Register 015
DMA_RDCRCR000   0xF0012000          DMA Channel Read Data CRC Register 000
DMA_SDCRCR000   0xF0012004          DMA Channel Source and Destination Address CRC Register 000
DMA_SADR000     0xF0012008          DMA Channel Source Address Register 000
DMA_DADR000     0xF001200C          DMA Channel Destination Address Register x
DMA_ADICR000    0xF0012010          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR000   0xF0012014          DMA Channel Configuration Register 000
DMA_SHADR000    0xF0012018          DMA Channel Shadow Address Register 000
DMA_CHCSR000    0xF001201C          DMARAM Channel Control and Status Register 000
DMA_RDCRCR001   0xF0012020          DMA Channel Read Data CRC Register 001
DMA_SDCRCR001   0xF0012024          DMA Channel Source and Destination Address CRC Register 001
DMA_SADR001     0xF0012028          DMA Channel Source Address Register 001
DMA_DADR001     0xF001202C          DMA Channel Destination Address Register x
DMA_ADICR001    0xF0012030          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR001   0xF0012034          DMA Channel Configuration Register 001
DMA_SHADR001    0xF0012038          DMA Channel Shadow Address Register 001
DMA_CHCSR001    0xF001203C          DMARAM Channel Control and Status Register 001
DMA_RDCRCR002   0xF0012040          DMA Channel Read Data CRC Register 002
DMA_SDCRCR002   0xF0012044          DMA Channel Source and Destination Address CRC Register 002
DMA_SADR002     0xF0012048          DMA Channel Source Address Register 002
DMA_DADR002     0xF001204C          DMA Channel Destination Address Register x
DMA_ADICR002    0xF0012050          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR002   0xF0012054          DMA Channel Configuration Register 002
DMA_SHADR002    0xF0012058          DMA Channel Shadow Address Register 002
DMA_CHCSR002    0xF001205C          DMARAM Channel Control and Status Register 002
DMA_RDCRCR003   0xF0012060          DMA Channel Read Data CRC Register 003
DMA_SDCRCR003   0xF0012064          DMA Channel Source and Destination Address CRC Register 003
DMA_SADR003     0xF0012068          DMA Channel Source Address Register 003
DMA_DADR003     0xF001206C          DMA Channel Destination Address Register x
DMA_ADICR003    0xF0012070          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR003   0xF0012074          DMA Channel Configuration Register 003
DMA_SHADR003    0xF0012078          DMA Channel Shadow Address Register 003
DMA_CHCSR003    0xF001207C          DMARAM Channel Control and Status Register 003
DMA_RDCRCR004   0xF0012080          DMA Channel Read Data CRC Register 004
DMA_SDCRCR004   0xF0012084          DMA Channel Source and Destination Address CRC Register 004
DMA_SADR004     0xF0012088          DMA Channel Source Address Register 004
DMA_DADR004     0xF001208C          DMA Channel Destination Address Register x
DMA_ADICR004    0xF0012090          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR004   0xF0012094          DMA Channel Configuration Register 004
DMA_SHADR004    0xF0012098          DMA Channel Shadow Address Register 004
DMA_CHCSR004    0xF001209C          DMARAM Channel Control and Status Register 004
DMA_RDCRCR005   0xF00120A0          DMA Channel Read Data CRC Register 005
DMA_SDCRCR005   0xF00120A4          DMA Channel Source and Destination Address CRC Register 005
DMA_SADR005     0xF00120A8          DMA Channel Source Address Register 005
DMA_DADR005     0xF00120AC          DMA Channel Destination Address Register x
DMA_ADICR005    0xF00120B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR005   0xF00120B4          DMA Channel Configuration Register 005
DMA_SHADR005    0xF00120B8          DMA Channel Shadow Address Register 005
DMA_CHCSR005    0xF00120BC          DMARAM Channel Control and Status Register 005
DMA_RDCRCR006   0xF00120C0          DMA Channel Read Data CRC Register 006
DMA_SDCRCR006   0xF00120C4          DMA Channel Source and Destination Address CRC Register 006
DMA_SADR006     0xF00120C8          DMA Channel Source Address Register 006
DMA_DADR006     0xF00120CC          DMA Channel Destination Address Register x
DMA_ADICR006    0xF00120D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR006   0xF00120D4          DMA Channel Configuration Register 006
DMA_SHADR006    0xF00120D8          DMA Channel Shadow Address Register 006
DMA_CHCSR006    0xF00120DC          DMARAM Channel Control and Status Register 006
DMA_RDCRCR007   0xF00120E0          DMA Channel Read Data CRC Register 007
DMA_SDCRCR007   0xF00120E4          DMA Channel Source and Destination Address CRC Register 007
DMA_SADR007     0xF00120E8          DMA Channel Source Address Register 007
DMA_DADR007     0xF00120EC          DMA Channel Destination Address Register x
DMA_ADICR007    0xF00120F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR007   0xF00120F4          DMA Channel Configuration Register 007
DMA_SHADR007    0xF00120F8          DMA Channel Shadow Address Register 007
DMA_CHCSR007    0xF00120FC          DMARAM Channel Control and Status Register 007
DMA_RDCRCR008   0xF0012100          DMA Channel Read Data CRC Register 008
DMA_SDCRCR008   0xF0012104          DMA Channel Source and Destination Address CRC Register 008
DMA_SADR008     0xF0012108          DMA Channel Source Address Register 008
DMA_DADR008     0xF001210C          DMA Channel Destination Address Register x
DMA_ADICR008    0xF0012110          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR008   0xF0012114          DMA Channel Configuration Register 008
DMA_SHADR008    0xF0012118          DMA Channel Shadow Address Register 008
DMA_CHCSR008    0xF001211C          DMARAM Channel Control and Status Register 008
DMA_RDCRCR009   0xF0012120          DMA Channel Read Data CRC Register 009
DMA_SDCRCR009   0xF0012124          DMA Channel Source and Destination Address CRC Register 009
DMA_SADR009     0xF0012128          DMA Channel Source Address Register 009
DMA_DADR009     0xF001212C          DMA Channel Destination Address Register x
DMA_ADICR009    0xF0012130          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR009   0xF0012134          DMA Channel Configuration Register 009
DMA_SHADR009    0xF0012138          DMA Channel Shadow Address Register 009
DMA_CHCSR009    0xF001213C          DMARAM Channel Control and Status Register 009
DMA_RDCRCR010   0xF0012140          DMA Channel Read Data CRC Register 010
DMA_SDCRCR010   0xF0012144          DMA Channel Source and Destination Address CRC Register 010
DMA_SADR010     0xF0012148          DMA Channel Source Address Register 010
DMA_DADR010     0xF001214C          DMA Channel Destination Address Register x
DMA_ADICR010    0xF0012150          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR010   0xF0012154          DMA Channel Configuration Register 010
DMA_SHADR010    0xF0012158          DMA Channel Shadow Address Register 010
DMA_CHCSR010    0xF001215C          DMARAM Channel Control and Status Register 010
DMA_RDCRCR011   0xF0012160          DMA Channel Read Data CRC Register 011
DMA_SDCRCR011   0xF0012164          DMA Channel Source and Destination Address CRC Register 011
DMA_SADR011     0xF0012168          DMA Channel Source Address Register 011
DMA_DADR011     0xF001216C          DMA Channel Destination Address Register x
DMA_ADICR011    0xF0012170          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR011   0xF0012174          DMA Channel Configuration Register 011
DMA_SHADR011    0xF0012178          DMA Channel Shadow Address Register 011
DMA_CHCSR011    0xF001217C          DMARAM Channel Control and Status Register 011
DMA_RDCRCR012   0xF0012180          DMA Channel Read Data CRC Register 012
DMA_SDCRCR012   0xF0012184          DMA Channel Source and Destination Address CRC Register 012
DMA_SADR012     0xF0012188          DMA Channel Source Address Register 012
DMA_DADR012     0xF001218C          DMA Channel Destination Address Register x
DMA_ADICR012    0xF0012190          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR012   0xF0012194          DMA Channel Configuration Register 012
DMA_SHADR012    0xF0012198          DMA Channel Shadow Address Register 012
DMA_CHCSR012    0xF001219C          DMARAM Channel Control and Status Register 012
DMA_RDCRCR013   0xF00121A0          DMA Channel Read Data CRC Register 013
DMA_SDCRCR013   0xF00121A4          DMA Channel Source and Destination Address CRC Register 013
DMA_SADR013     0xF00121A8          DMA Channel Source Address Register 013
DMA_DADR013     0xF00121AC          DMA Channel Destination Address Register x
DMA_ADICR013    0xF00121B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR013   0xF00121B4          DMA Channel Configuration Register 013
DMA_SHADR013    0xF00121B8          DMA Channel Shadow Address Register 013
DMA_CHCSR013    0xF00121BC          DMARAM Channel Control and Status Register 013
DMA_RDCRCR014   0xF00121C0          DMA Channel Read Data CRC Register 014
DMA_SDCRCR014   0xF00121C4          DMA Channel Source and Destination Address CRC Register 014
DMA_SADR014     0xF00121C8          DMA Channel Source Address Register 014
DMA_DADR014     0xF00121CC          DMA Channel Destination Address Register x
DMA_ADICR014    0xF00121D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR014   0xF00121D4          DMA Channel Configuration Register 014
DMA_SHADR014    0xF00121D8          DMA Channel Shadow Address Register 014
DMA_CHCSR014    0xF00121DC          DMARAM Channel Control and Status Register 014
DMA_RDCRCR015   0xF00121E0          DMA Channel Read Data CRC Register 015
DMA_SDCRCR015   0xF00121E4          DMA Channel Source and Destination Address CRC Register 015
DMA_SADR015     0xF00121E8          DMA Channel Source Address Register 015
DMA_DADR015     0xF00121EC          DMA Channel Destination Address Register x
DMA_ADICR015    0xF00121F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR015   0xF00121F4          DMA Channel Configuration Register 015
DMA_SHADR015    0xF00121F8          DMA Channel Shadow Address Register 015
DMA_CHCSR015    0xF00121FC          DMARAM Channel Control and Status Register 015
CAN_CLC         0xF0018000          CAN Clock Control Register
CAN_ID          0xF0018008          Module Identification Register
CAN_FDR         0xF001800C          CAN Fractional Divider Register
CAN_OCS         0xF00180E8          OCDS Control and Status
CAN_KRSTCLR     0xF00180EC          Kernel Reset Status Clear Register
CAN_KRST1       0xF00180F0          Kernel Reset Register 1
CAN_KRST0       0xF00180F4          Kernel Reset Register 0
CAN_ACCEN1      0xF00180F8          Access Enable Register 1
CAN_ACCEN0      0xF00180FC          Access Enable Register 0
CAN_LIST0       0xF0018100          List Register 0
CAN_LIST1       0xF0018104          List Register 1
CAN_LIST2       0xF0018108          List Register 2
CAN_LIST3       0xF001810C          List Register 3
CAN_LIST4       0xF0018110          List Register 4
CAN_LIST5       0xF0018114          List Register 5
CAN_LIST6       0xF0018118          List Register 6
CAN_LIST7       0xF001811C          List Register 7
CAN_LIST8       0xF0018120          List Register 8
CAN_LIST9       0xF0018124          List Register 9
CAN_LIST10      0xF0018128          List Register 10
CAN_LIST11      0xF001812C          List Register 11
CAN_LIST12      0xF0018130          List Register 12
CAN_LIST13      0xF0018134          List Register 13
CAN_LIST14      0xF0018138          List Register 14
CAN_LIST15      0xF001813C          List Register 15
CAN_MSPND0      0xF0018140          Message Pending Register 0
CAN_MSPND1      0xF0018144          Message Pending Register 1
CAN_MSPND2      0xF0018148          Message Pending Register 2
CAN_MSPND3      0xF001814C          Message Pending Register 3
CAN_MSPND4      0xF0018150          Message Pending Register 4
CAN_MSPND5      0xF0018154          Message Pending Register 5
CAN_MSPND6      0xF0018158          Message Pending Register 6
CAN_MSPND7      0xF001815C          Message Pending Register 7
CAN_MSID0       0xF0018180          Message Index Register 0
CAN_MSID1       0xF0018184          Message Index Register 1
CAN_MSID2       0xF0018188          Message Index Register 2
CAN_MSID3       0xF001818C          Message Index Register 3
CAN_MSID4       0xF0018190          Message Index Register 4
CAN_MSID5       0xF0018194          Message Index Register 5
CAN_MSID6       0xF0018198          Message Index Register 6
CAN_MSID7       0xF001819C          Message Index Register 7
CAN_MSIMASK     0xF00181C0          Message Index Mask Register
CAN_PANCTR      0xF00181C4          Panel Control Register
CAN_MCR         0xF00181C8          Module Control Register
CAN_MITR        0xF00181CC          Module Interrupt Trigger Register
CAN_MECR        0xF00181D0          Measurement Control Register
CAN_MESTAT      0xF00181D4          Measurement Status Register
CAN_NCR0        0xF0018200          Node 0 Control Register
CAN_NSR0        0xF0018204          Node 0 Status Register
CAN_NIPR0       0xF0018208          Node 0 Interrupt Pointer Register
CAN_NPCR0       0xF001820C          Node 0 Port Control Register
CAN_NBTR0       0xF0018210          Node 0 Bit Timing Register
CAN_NECNT0      0xF0018214          Node 0 Error Counter Register
CAN_NFCR0       0xF0018218          Node 0 Frame Counter Register
CAN_NTCCR0      0xF001821C          Node 0 Timer Clock Control Register
CAN_NTRTR0      0xF0018220          Node 0 Timer Receive Timeout Register
CAN_NTATTR0     0xF0018224          Node 0 Timer A Transmit Trigger Register
CAN_NTBTTR0     0xF0018228          Node 0 Timer B Transmit Trigger Register
CAN_NTCTTR0     0xF001822C          Node 0 Timer C Transmit Trigger Register
CAN_FNBTR0      0xF0018238          Fast Node 0 Bit Timing Register
CAN_NTDCR0      0xF001823C          Node 0 Transmitter Delay Compensation Register
CAN_NCR1        0xF0018300          Node 1 Control Register
CAN_NSR1        0xF0018304          Node 1 Status Register
CAN_NIPR1       0xF0018308          Node 1 Interrupt Pointer Register
CAN_NPCR1       0xF001830C          Node 1 Port Control Register
CAN_NBTR1       0xF0018310          Node 1 Bit Timing Register
CAN_NECNT1      0xF0018314          Node 1 Error Counter Register
CAN_NFCR1       0xF0018318          Node 1 Frame Counter Register
CAN_NTCCR1      0xF001831C          Node 1 Timer Clock Control Register
CAN_NTRTR1      0xF0018320          Node 1 Timer Receive Timeout Register
CAN_NTATTR1     0xF0018324          Node 1 Timer A Transmit Trigger Register
CAN_NTBTTR1     0xF0018328          Node 1 Timer B Transmit Trigger Register
CAN_NTCTTR1     0xF001832C          Node 1 Timer C Transmit Trigger Register
CAN_FNBTR1      0xF0018338          Fast Node 1 Bit Timing Register
CAN_NTDCR1      0xF001833C          Node 1 Transmitter Delay Compensation Register
CAN_NCR2        0xF0018400          Node 2 Control Register
CAN_NSR2        0xF0018404          Node 2 Status Register
CAN_NIPR2       0xF0018408          Node 2 Interrupt Pointer Register
CAN_NPCR2       0xF001840C          Node 2 Port Control Register
CAN_NBTR2       0xF0018410          Node 2 Bit Timing Register
CAN_NECNT2      0xF0018414          Node 2 Error Counter Register
CAN_NFCR2       0xF0018418          Node 2 Frame Counter Register
CAN_NTCCR2      0xF001841C          Node 2 Timer Clock Control Register
CAN_NTRTR2      0xF0018420          Node 2 Timer Receive Timeout Register
CAN_NTATTR2     0xF0018424          Node 2 Timer A Transmit Trigger Register
CAN_NTBTTR2     0xF0018428          Node 2 Timer B Transmit Trigger Register
CAN_NTCTTR2     0xF001842C          Node 2 Timer C Transmit Trigger Register
CAN_FNBTR2      0xF0018438          Fast Node 2 Bit Timing Register
CAN_NTDCR2      0xF001843C          Node 2 Transmitter Delay Compensation Register
CAN_MOFCR0      0xF0019000          Message Object 0 Function Control Register
CAN_MOFGPR0     0xF0019004          Message Object 0 FIFO/Gateway Pointer Register
CAN_MOIPR0      0xF0019008          Message Object 0 Interrupt Pointer Register
CAN_MOAMR0      0xF001900C          Message Object 0 Acceptance Mask Register
CAN_MODATAL0    0xF0019010          Message Object 0 Data Register Low
CAN_MODATAH0    0xF0019014          Message Object 0 Data Register High
CAN_MOAR0       0xF0019018          Message Object 0 Arbitration Register
CAN_MOCTR0      0xF001901C          Message Object 0 Control Register
CAN_MOFCR1      0xF0019020          Message Object 1 Function Control Register
CAN_MOFGPR1     0xF0019024          Message Object 1 FIFO/Gateway Pointer Register
CAN_MOIPR1      0xF0019028          Message Object 1 Interrupt Pointer Register
CAN_MOAMR1      0xF001902C          Message Object 1 Acceptance Mask Register
CAN_MODATAL1    0xF0019030          Message Object 1 Data Register Low
CAN_MODATAH1    0xF0019034          Message Object 1 Data Register High
CAN_MOAR1       0xF0019038          Message Object 1 Arbitration Register
CAN_MOCTR1      0xF001903C          Message Object 1 Control Register
CAN_MOFCR2      0xF0019040          Message Object 2 Function Control Register
CAN_MOFGPR2     0xF0019044          Message Object 2 FIFO/Gateway Pointer Register
CAN_MOIPR2      0xF0019048          Message Object 2 Interrupt Pointer Register
CAN_MOAMR2      0xF001904C          Message Object 2 Acceptance Mask Register
CAN_MODATAL2    0xF0019050          Message Object 2 Data Register Low
CAN_MODATAH2    0xF0019054          Message Object 2 Data Register High
CAN_MOAR2       0xF0019058          Message Object 2 Arbitration Register
CAN_MOCTR2      0xF001905C          Message Object 2 Control Register
CAN_MOFCR3      0xF0019060          Message Object 3 Function Control Register
CAN_MOFGPR3     0xF0019064          Message Object 3 FIFO/Gateway Pointer Register
CAN_MOIPR3      0xF0019068          Message Object 3 Interrupt Pointer Register
CAN_MOAMR3      0xF001906C          Message Object 3 Acceptance Mask Register
CAN_MODATAL3    0xF0019070          Message Object 3 Data Register Low
CAN_MODATAH3    0xF0019074          Message Object 3 Data Register High
CAN_MOAR3       0xF0019078          Message Object 3 Arbitration Register
CAN_MOCTR3      0xF001907C          Message Object 3 Control Register
CAN_MOFCR4      0xF0019080          Message Object 4 Function Control Register
CAN_MOFGPR4     0xF0019084          Message Object 4 FIFO/Gateway Pointer Register
CAN_MOIPR4      0xF0019088          Message Object 4 Interrupt Pointer Register
CAN_MOAMR4      0xF001908C          Message Object 4 Acceptance Mask Register
CAN_MODATAL4    0xF0019090          Message Object 4 Data Register Low
CAN_MODATAH4    0xF0019094          Message Object 4 Data Register High
CAN_MOAR4       0xF0019098          Message Object 4 Arbitration Register
CAN_MOCTR4      0xF001909C          Message Object 4 Control Register
CAN_MOFCR5      0xF00190A0          Message Object 5 Function Control Register
CAN_MOFGPR5     0xF00190A4          Message Object 5 FIFO/Gateway Pointer Register
CAN_MOIPR5      0xF00190A8          Message Object 5 Interrupt Pointer Register
CAN_MOAMR5      0xF00190AC          Message Object 5 Acceptance Mask Register
CAN_MODATAL5    0xF00190B0          Message Object 5 Data Register Low
CAN_MODATAH5    0xF00190B4          Message Object 5 Data Register High
CAN_MOAR5       0xF00190B8          Message Object 5 Arbitration Register
CAN_MOCTR5      0xF00190BC          Message Object 5 Control Register
CAN_MOFCR6      0xF00190C0          Message Object 6 Function Control Register
CAN_MOFGPR6     0xF00190C4          Message Object 6 FIFO/Gateway Pointer Register
CAN_MOIPR6      0xF00190C8          Message Object 6 Interrupt Pointer Register
CAN_MOAMR6      0xF00190CC          Message Object 6 Acceptance Mask Register
CAN_MODATAL6    0xF00190D0          Message Object 6 Data Register Low
CAN_MODATAH6    0xF00190D4          Message Object 6 Data Register High
CAN_MOAR6       0xF00190D8          Message Object 6 Arbitration Register
CAN_MOCTR6      0xF00190DC          Message Object 6 Control Register
CAN_MOFCR7      0xF00190E0          Message Object 7 Function Control Register
CAN_MOFGPR7     0xF00190E4          Message Object 7 FIFO/Gateway Pointer Register
CAN_MOIPR7      0xF00190E8          Message Object 7 Interrupt Pointer Register
CAN_MOAMR7      0xF00190EC          Message Object 7 Acceptance Mask Register
CAN_MODATAL7    0xF00190F0          Message Object 7 Data Register Low
CAN_MODATAH7    0xF00190F4          Message Object 7 Data Register High
CAN_MOAR7       0xF00190F8          Message Object 7 Arbitration Register
CAN_MOCTR7      0xF00190FC          Message Object 7 Control Register
CAN_MOFCR8      0xF0019100          Message Object 8 Function Control Register
CAN_MOFGPR8     0xF0019104          Message Object 8 FIFO/Gateway Pointer Register
CAN_MOIPR8      0xF0019108          Message Object 8 Interrupt Pointer Register
CAN_MOAMR8      0xF001910C          Message Object 8 Acceptance Mask Register
CAN_MODATAL8    0xF0019110          Message Object 8 Data Register Low
CAN_MODATAH8    0xF0019114          Message Object 8 Data Register High
CAN_MOAR8       0xF0019118          Message Object 8 Arbitration Register
CAN_MOCTR8      0xF001911C          Message Object 8 Control Register
CAN_MOFCR9      0xF0019120          Message Object 9 Function Control Register
CAN_MOFGPR9     0xF0019124          Message Object 9 FIFO/Gateway Pointer Register
CAN_MOIPR9      0xF0019128          Message Object 9 Interrupt Pointer Register
CAN_MOAMR9      0xF001912C          Message Object 9 Acceptance Mask Register
CAN_MODATAL9    0xF0019130          Message Object 9 Data Register Low
CAN_MODATAH9    0xF0019134          Message Object 9 Data Register High
CAN_MOAR9       0xF0019138          Message Object 9 Arbitration Register
CAN_MOCTR9      0xF001913C          Message Object 9 Control Register
CAN_MOFCR10     0xF0019140          Message Object 10 Function Control Register
CAN_MOFGPR10    0xF0019144          Message Object 10 FIFO/Gateway Pointer Register
CAN_MOIPR10     0xF0019148          Message Object 10 Interrupt Pointer Register
CAN_MOAMR10     0xF001914C          Message Object 10 Acceptance Mask Register
CAN_MODATAL10   0xF0019150          Message Object 10 Data Register Low
CAN_MODATAH10   0xF0019154          Message Object 10 Data Register High
CAN_MOAR10      0xF0019158          Message Object 10 Arbitration Register
CAN_MOCTR10     0xF001915C          Message Object 10 Control Register
CAN_MOFCR11     0xF0019160          Message Object 11 Function Control Register
CAN_MOFGPR11    0xF0019164          Message Object 11 FIFO/Gateway Pointer Register
CAN_MOIPR11     0xF0019168          Message Object 11 Interrupt Pointer Register
CAN_MOAMR11     0xF001916C          Message Object 11 Acceptance Mask Register
CAN_MODATAL11   0xF0019170          Message Object 11 Data Register Low
CAN_MODATAH11   0xF0019174          Message Object 11 Data Register High
CAN_MOAR11      0xF0019178          Message Object 11 Arbitration Register
CAN_MOCTR11     0xF001917C          Message Object 11 Control Register
CAN_MOFCR12     0xF0019180          Message Object 12 Function Control Register
CAN_MOFGPR12    0xF0019184          Message Object 12 FIFO/Gateway Pointer Register
CAN_MOIPR12     0xF0019188          Message Object 12 Interrupt Pointer Register
CAN_MOAMR12     0xF001918C          Message Object 12 Acceptance Mask Register
CAN_MODATAL12   0xF0019190          Message Object 12 Data Register Low
CAN_MODATAH12   0xF0019194          Message Object 12 Data Register High
CAN_MOAR12      0xF0019198          Message Object 12 Arbitration Register
CAN_MOCTR12     0xF001919C          Message Object 12 Control Register
CAN_MOFCR13     0xF00191A0          Message Object 13 Function Control Register
CAN_MOFGPR13    0xF00191A4          Message Object 13 FIFO/Gateway Pointer Register
CAN_MOIPR13     0xF00191A8          Message Object 13 Interrupt Pointer Register
CAN_MOAMR13     0xF00191AC          Message Object 13 Acceptance Mask Register
CAN_MODATAL13   0xF00191B0          Message Object 13 Data Register Low
CAN_MODATAH13   0xF00191B4          Message Object 13 Data Register High
CAN_MOAR13      0xF00191B8          Message Object 13 Arbitration Register
CAN_MOCTR13     0xF00191BC          Message Object 13 Control Register
CAN_MOFCR14     0xF00191C0          Message Object 14 Function Control Register
CAN_MOFGPR14    0xF00191C4          Message Object 14 FIFO/Gateway Pointer Register
CAN_MOIPR14     0xF00191C8          Message Object 14 Interrupt Pointer Register
CAN_MOAMR14     0xF00191CC          Message Object 14 Acceptance Mask Register
CAN_MODATAL14   0xF00191D0          Message Object 14 Data Register Low
CAN_MODATAH14   0xF00191D4          Message Object 14 Data Register High
CAN_MOAR14      0xF00191D8          Message Object 14 Arbitration Register
CAN_MOCTR14     0xF00191DC          Message Object 14 Control Register
CAN_MOFCR15     0xF00191E0          Message Object 15 Function Control Register
CAN_MOFGPR15    0xF00191E4          Message Object 15 FIFO/Gateway Pointer Register
CAN_MOIPR15     0xF00191E8          Message Object 15 Interrupt Pointer Register
CAN_MOAMR15     0xF00191EC          Message Object 15 Acceptance Mask Register
CAN_MODATAL15   0xF00191F0          Message Object 15 Data Register Low
CAN_MODATAH15   0xF00191F4          Message Object 15 Data Register High
CAN_MOAR15      0xF00191F8          Message Object 15 Arbitration Register
CAN_MOCTR15     0xF00191FC          Message Object 15 Control Register
CAN_MOFCR16     0xF0019200          Message Object 16 Function Control Register
CAN_MOFGPR16    0xF0019204          Message Object 16 FIFO/Gateway Pointer Register
CAN_MOIPR16     0xF0019208          Message Object 16 Interrupt Pointer Register
CAN_MOAMR16     0xF001920C          Message Object 16 Acceptance Mask Register
CAN_MODATAL16   0xF0019210          Message Object 16 Data Register Low
CAN_MODATAH16   0xF0019214          Message Object 16 Data Register High
CAN_MOAR16      0xF0019218          Message Object 16 Arbitration Register
CAN_MOCTR16     0xF001921C          Message Object 16 Control Register
CAN_MOFCR17     0xF0019220          Message Object 17 Function Control Register
CAN_MOFGPR17    0xF0019224          Message Object 17 FIFO/Gateway Pointer Register
CAN_MOIPR17     0xF0019228          Message Object 17 Interrupt Pointer Register
CAN_MOAMR17     0xF001922C          Message Object 17 Acceptance Mask Register
CAN_MODATAL17   0xF0019230          Message Object 17 Data Register Low
CAN_MODATAH17   0xF0019234          Message Object 17 Data Register High
CAN_MOAR17      0xF0019238          Message Object 17 Arbitration Register
CAN_MOCTR17     0xF001923C          Message Object 17 Control Register
CAN_MOFCR18     0xF0019240          Message Object 18 Function Control Register
CAN_MOFGPR18    0xF0019244          Message Object 18 FIFO/Gateway Pointer Register
CAN_MOIPR18     0xF0019248          Message Object 18 Interrupt Pointer Register
CAN_MOAMR18     0xF001924C          Message Object 18 Acceptance Mask Register
CAN_MODATAL18   0xF0019250          Message Object 18 Data Register Low
CAN_MODATAH18   0xF0019254          Message Object 18 Data Register High
CAN_MOAR18      0xF0019258          Message Object 18 Arbitration Register
CAN_MOCTR18     0xF001925C          Message Object 18 Control Register
CAN_MOFCR19     0xF0019260          Message Object 19 Function Control Register
CAN_MOFGPR19    0xF0019264          Message Object 19 FIFO/Gateway Pointer Register
CAN_MOIPR19     0xF0019268          Message Object 19 Interrupt Pointer Register
CAN_MOAMR19     0xF001926C          Message Object 19 Acceptance Mask Register
CAN_MODATAL19   0xF0019270          Message Object 19 Data Register Low
CAN_MODATAH19   0xF0019274          Message Object 19 Data Register High
CAN_MOAR19      0xF0019278          Message Object 19 Arbitration Register
CAN_MOCTR19     0xF001927C          Message Object 19 Control Register
CAN_MOFCR20     0xF0019280          Message Object 20 Function Control Register
CAN_MOFGPR20    0xF0019284          Message Object 20 FIFO/Gateway Pointer Register
CAN_MOIPR20     0xF0019288          Message Object 20 Interrupt Pointer Register
CAN_MOAMR20     0xF001928C          Message Object 20 Acceptance Mask Register
CAN_MODATAL20   0xF0019290          Message Object 20 Data Register Low
CAN_MODATAH20   0xF0019294          Message Object 20 Data Register High
CAN_MOAR20      0xF0019298          Message Object 20 Arbitration Register
CAN_MOCTR20     0xF001929C          Message Object 20 Control Register
CAN_MOFCR21     0xF00192A0          Message Object 21 Function Control Register
CAN_MOFGPR21    0xF00192A4          Message Object 21 FIFO/Gateway Pointer Register
CAN_MOIPR21     0xF00192A8          Message Object 21 Interrupt Pointer Register
CAN_MOAMR21     0xF00192AC          Message Object 21 Acceptance Mask Register
CAN_MODATAL21   0xF00192B0          Message Object 21 Data Register Low
CAN_MODATAH21   0xF00192B4          Message Object 21 Data Register High
CAN_MOAR21      0xF00192B8          Message Object 21 Arbitration Register
CAN_MOCTR21     0xF00192BC          Message Object 21 Control Register
CAN_MOFCR22     0xF00192C0          Message Object 22 Function Control Register
CAN_MOFGPR22    0xF00192C4          Message Object 22 FIFO/Gateway Pointer Register
CAN_MOIPR22     0xF00192C8          Message Object 22 Interrupt Pointer Register
CAN_MOAMR22     0xF00192CC          Message Object 22 Acceptance Mask Register
CAN_MODATAL22   0xF00192D0          Message Object 22 Data Register Low
CAN_MODATAH22   0xF00192D4          Message Object 22 Data Register High
CAN_MOAR22      0xF00192D8          Message Object 22 Arbitration Register
CAN_MOCTR22     0xF00192DC          Message Object 22 Control Register
CAN_MOFCR23     0xF00192E0          Message Object 23 Function Control Register
CAN_MOFGPR23    0xF00192E4          Message Object 23 FIFO/Gateway Pointer Register
CAN_MOIPR23     0xF00192E8          Message Object 23 Interrupt Pointer Register
CAN_MOAMR23     0xF00192EC          Message Object 23 Acceptance Mask Register
CAN_MODATAL23   0xF00192F0          Message Object 23 Data Register Low
CAN_MODATAH23   0xF00192F4          Message Object 23 Data Register High
CAN_MOAR23      0xF00192F8          Message Object 23 Arbitration Register
CAN_MOCTR23     0xF00192FC          Message Object 23 Control Register
CAN_MOFCR24     0xF0019300          Message Object 24 Function Control Register
CAN_MOFGPR24    0xF0019304          Message Object 24 FIFO/Gateway Pointer Register
CAN_MOIPR24     0xF0019308          Message Object 24 Interrupt Pointer Register
CAN_MOAMR24     0xF001930C          Message Object 24 Acceptance Mask Register
CAN_MODATAL24   0xF0019310          Message Object 24 Data Register Low
CAN_MODATAH24   0xF0019314          Message Object 24 Data Register High
CAN_MOAR24      0xF0019318          Message Object 24 Arbitration Register
CAN_MOCTR24     0xF001931C          Message Object 24 Control Register
CAN_MOFCR25     0xF0019320          Message Object 25 Function Control Register
CAN_MOFGPR25    0xF0019324          Message Object 25 FIFO/Gateway Pointer Register
CAN_MOIPR25     0xF0019328          Message Object 25 Interrupt Pointer Register
CAN_MOAMR25     0xF001932C          Message Object 25 Acceptance Mask Register
CAN_MODATAL25   0xF0019330          Message Object 25 Data Register Low
CAN_MODATAH25   0xF0019334          Message Object 25 Data Register High
CAN_MOAR25      0xF0019338          Message Object 25 Arbitration Register
CAN_MOCTR25     0xF001933C          Message Object 25 Control Register
CAN_MOFCR26     0xF0019340          Message Object 26 Function Control Register
CAN_MOFGPR26    0xF0019344          Message Object 26 FIFO/Gateway Pointer Register
CAN_MOIPR26     0xF0019348          Message Object 26 Interrupt Pointer Register
CAN_MOAMR26     0xF001934C          Message Object 26 Acceptance Mask Register
CAN_MODATAL26   0xF0019350          Message Object 26 Data Register Low
CAN_MODATAH26   0xF0019354          Message Object 26 Data Register High
CAN_MOAR26      0xF0019358          Message Object 26 Arbitration Register
CAN_MOCTR26     0xF001935C          Message Object 26 Control Register
CAN_MOFCR27     0xF0019360          Message Object 27 Function Control Register
CAN_MOFGPR27    0xF0019364          Message Object 27 FIFO/Gateway Pointer Register
CAN_MOIPR27     0xF0019368          Message Object 27 Interrupt Pointer Register
CAN_MOAMR27     0xF001936C          Message Object 27 Acceptance Mask Register
CAN_MODATAL27   0xF0019370          Message Object 27 Data Register Low
CAN_MODATAH27   0xF0019374          Message Object 27 Data Register High
CAN_MOAR27      0xF0019378          Message Object 27 Arbitration Register
CAN_MOCTR27     0xF001937C          Message Object 27 Control Register
CAN_MOFCR28     0xF0019380          Message Object 28 Function Control Register
CAN_MOFGPR28    0xF0019384          Message Object 28 FIFO/Gateway Pointer Register
CAN_MOIPR28     0xF0019388          Message Object 28 Interrupt Pointer Register
CAN_MOAMR28     0xF001938C          Message Object 28 Acceptance Mask Register
CAN_MODATAL28   0xF0019390          Message Object 28 Data Register Low
CAN_MODATAH28   0xF0019394          Message Object 28 Data Register High
CAN_MOAR28      0xF0019398          Message Object 28 Arbitration Register
CAN_MOCTR28     0xF001939C          Message Object 28 Control Register
CAN_MOFCR29     0xF00193A0          Message Object 29 Function Control Register
CAN_MOFGPR29    0xF00193A4          Message Object 29 FIFO/Gateway Pointer Register
CAN_MOIPR29     0xF00193A8          Message Object 29 Interrupt Pointer Register
CAN_MOAMR29     0xF00193AC          Message Object 29 Acceptance Mask Register
CAN_MODATAL29   0xF00193B0          Message Object 29 Data Register Low
CAN_MODATAH29   0xF00193B4          Message Object 29 Data Register High
CAN_MOAR29      0xF00193B8          Message Object 29 Arbitration Register
CAN_MOCTR29     0xF00193BC          Message Object 29 Control Register
CAN_MOFCR30     0xF00193C0          Message Object 30 Function Control Register
CAN_MOFGPR30    0xF00193C4          Message Object 30 FIFO/Gateway Pointer Register
CAN_MOIPR30     0xF00193C8          Message Object 30 Interrupt Pointer Register
CAN_MOAMR30     0xF00193CC          Message Object 30 Acceptance Mask Register
CAN_MODATAL30   0xF00193D0          Message Object 30 Data Register Low
CAN_MODATAH30   0xF00193D4          Message Object 30 Data Register High
CAN_MOAR30      0xF00193D8          Message Object 30 Arbitration Register
CAN_MOCTR30     0xF00193DC          Message Object 30 Control Register
CAN_MOFCR31     0xF00193E0          Message Object 31 Function Control Register
CAN_MOFGPR31    0xF00193E4          Message Object 31 FIFO/Gateway Pointer Register
CAN_MOIPR31     0xF00193E8          Message Object 31 Interrupt Pointer Register
CAN_MOAMR31     0xF00193EC          Message Object 31 Acceptance Mask Register
CAN_MODATAL31   0xF00193F0          Message Object 31 Data Register Low
CAN_MODATAH31   0xF00193F4          Message Object 31 Data Register High
CAN_MOAR31      0xF00193F8          Message Object 31 Arbitration Register
CAN_MOCTR31     0xF00193FC          Message Object 31 Control Register
CAN_MOFCR32     0xF0019400          Message Object 32 Function Control Register
CAN_MOFGPR32    0xF0019404          Message Object 32 FIFO/Gateway Pointer Register
CAN_MOIPR32     0xF0019408          Message Object 32 Interrupt Pointer Register
CAN_MOAMR32     0xF001940C          Message Object 32 Acceptance Mask Register
CAN_MODATAL32   0xF0019410          Message Object 32 Data Register Low
CAN_MODATAH32   0xF0019414          Message Object 32 Data Register High
CAN_MOAR32      0xF0019418          Message Object 32 Arbitration Register
CAN_MOCTR32     0xF001941C          Message Object 32 Control Register
CAN_MOFCR33     0xF0019420          Message Object 33 Function Control Register
CAN_MOFGPR33    0xF0019424          Message Object 33 FIFO/Gateway Pointer Register
CAN_MOIPR33     0xF0019428          Message Object 33 Interrupt Pointer Register
CAN_MOAMR33     0xF001942C          Message Object 33 Acceptance Mask Register
CAN_MODATAL33   0xF0019430          Message Object 33 Data Register Low
CAN_MODATAH33   0xF0019434          Message Object 33 Data Register High
CAN_MOAR33      0xF0019438          Message Object 33 Arbitration Register
CAN_MOCTR33     0xF001943C          Message Object 33 Control Register
CAN_MOFCR34     0xF0019440          Message Object 34 Function Control Register
CAN_MOFGPR34    0xF0019444          Message Object 34 FIFO/Gateway Pointer Register
CAN_MOIPR34     0xF0019448          Message Object 34 Interrupt Pointer Register
CAN_MOAMR34     0xF001944C          Message Object 34 Acceptance Mask Register
CAN_MODATAL34   0xF0019450          Message Object 34 Data Register Low
CAN_MODATAH34   0xF0019454          Message Object 34 Data Register High
CAN_MOAR34      0xF0019458          Message Object 34 Arbitration Register
CAN_MOCTR34     0xF001945C          Message Object 34 Control Register
CAN_MOFCR35     0xF0019460          Message Object 35 Function Control Register
CAN_MOFGPR35    0xF0019464          Message Object 35 FIFO/Gateway Pointer Register
CAN_MOIPR35     0xF0019468          Message Object 35 Interrupt Pointer Register
CAN_MOAMR35     0xF001946C          Message Object 35 Acceptance Mask Register
CAN_MODATAL35   0xF0019470          Message Object 35 Data Register Low
CAN_MODATAH35   0xF0019474          Message Object 35 Data Register High
CAN_MOAR35      0xF0019478          Message Object 35 Arbitration Register
CAN_MOCTR35     0xF001947C          Message Object 35 Control Register
CAN_MOFCR36     0xF0019480          Message Object 36 Function Control Register
CAN_MOFGPR36    0xF0019484          Message Object 36 FIFO/Gateway Pointer Register
CAN_MOIPR36     0xF0019488          Message Object 36 Interrupt Pointer Register
CAN_MOAMR36     0xF001948C          Message Object 36 Acceptance Mask Register
CAN_MODATAL36   0xF0019490          Message Object 36 Data Register Low
CAN_MODATAH36   0xF0019494          Message Object 36 Data Register High
CAN_MOAR36      0xF0019498          Message Object 36 Arbitration Register
CAN_MOCTR36     0xF001949C          Message Object 36 Control Register
CAN_MOFCR37     0xF00194A0          Message Object 37 Function Control Register
CAN_MOFGPR37    0xF00194A4          Message Object 37 FIFO/Gateway Pointer Register
CAN_MOIPR37     0xF00194A8          Message Object 37 Interrupt Pointer Register
CAN_MOAMR37     0xF00194AC          Message Object 37 Acceptance Mask Register
CAN_MODATAL37   0xF00194B0          Message Object 37 Data Register Low
CAN_MODATAH37   0xF00194B4          Message Object 37 Data Register High
CAN_MOAR37      0xF00194B8          Message Object 37 Arbitration Register
CAN_MOCTR37     0xF00194BC          Message Object 37 Control Register
CAN_MOFCR38     0xF00194C0          Message Object 38 Function Control Register
CAN_MOFGPR38    0xF00194C4          Message Object 38 FIFO/Gateway Pointer Register
CAN_MOIPR38     0xF00194C8          Message Object 38 Interrupt Pointer Register
CAN_MOAMR38     0xF00194CC          Message Object 38 Acceptance Mask Register
CAN_MODATAL38   0xF00194D0          Message Object 38 Data Register Low
CAN_MODATAH38   0xF00194D4          Message Object 38 Data Register High
CAN_MOAR38      0xF00194D8          Message Object 38 Arbitration Register
CAN_MOCTR38     0xF00194DC          Message Object 38 Control Register
CAN_MOFCR39     0xF00194E0          Message Object 39 Function Control Register
CAN_MOFGPR39    0xF00194E4          Message Object 39 FIFO/Gateway Pointer Register
CAN_MOIPR39     0xF00194E8          Message Object 39 Interrupt Pointer Register
CAN_MOAMR39     0xF00194EC          Message Object 39 Acceptance Mask Register
CAN_MODATAL39   0xF00194F0          Message Object 39 Data Register Low
CAN_MODATAH39   0xF00194F4          Message Object 39 Data Register High
CAN_MOAR39      0xF00194F8          Message Object 39 Arbitration Register
CAN_MOCTR39     0xF00194FC          Message Object 39 Control Register
CAN_MOFCR40     0xF0019500          Message Object 40 Function Control Register
CAN_MOFGPR40    0xF0019504          Message Object 40 FIFO/Gateway Pointer Register
CAN_MOIPR40     0xF0019508          Message Object 40 Interrupt Pointer Register
CAN_MOAMR40     0xF001950C          Message Object 40 Acceptance Mask Register
CAN_MODATAL40   0xF0019510          Message Object 40 Data Register Low
CAN_MODATAH40   0xF0019514          Message Object 40 Data Register High
CAN_MOAR40      0xF0019518          Message Object 40 Arbitration Register
CAN_MOCTR40     0xF001951C          Message Object 40 Control Register
CAN_MOFCR41     0xF0019520          Message Object 41 Function Control Register
CAN_MOFGPR41    0xF0019524          Message Object 41 FIFO/Gateway Pointer Register
CAN_MOIPR41     0xF0019528          Message Object 41 Interrupt Pointer Register
CAN_MOAMR41     0xF001952C          Message Object 41 Acceptance Mask Register
CAN_MODATAL41   0xF0019530          Message Object 41 Data Register Low
CAN_MODATAH41   0xF0019534          Message Object 41 Data Register High
CAN_MOAR41      0xF0019538          Message Object 41 Arbitration Register
CAN_MOCTR41     0xF001953C          Message Object 41 Control Register
CAN_MOFCR42     0xF0019540          Message Object 42 Function Control Register
CAN_MOFGPR42    0xF0019544          Message Object 42 FIFO/Gateway Pointer Register
CAN_MOIPR42     0xF0019548          Message Object 42 Interrupt Pointer Register
CAN_MOAMR42     0xF001954C          Message Object 42 Acceptance Mask Register
CAN_MODATAL42   0xF0019550          Message Object 42 Data Register Low
CAN_MODATAH42   0xF0019554          Message Object 42 Data Register High
CAN_MOAR42      0xF0019558          Message Object 42 Arbitration Register
CAN_MOCTR42     0xF001955C          Message Object 42 Control Register
CAN_MOFCR43     0xF0019560          Message Object 43 Function Control Register
CAN_MOFGPR43    0xF0019564          Message Object 43 FIFO/Gateway Pointer Register
CAN_MOIPR43     0xF0019568          Message Object 43 Interrupt Pointer Register
CAN_MOAMR43     0xF001956C          Message Object 43 Acceptance Mask Register
CAN_MODATAL43   0xF0019570          Message Object 43 Data Register Low
CAN_MODATAH43   0xF0019574          Message Object 43 Data Register High
CAN_MOAR43      0xF0019578          Message Object 43 Arbitration Register
CAN_MOCTR43     0xF001957C          Message Object 43 Control Register
CAN_MOFCR44     0xF0019580          Message Object 44 Function Control Register
CAN_MOFGPR44    0xF0019584          Message Object 44 FIFO/Gateway Pointer Register
CAN_MOIPR44     0xF0019588          Message Object 44 Interrupt Pointer Register
CAN_MOAMR44     0xF001958C          Message Object 44 Acceptance Mask Register
CAN_MODATAL44   0xF0019590          Message Object 44 Data Register Low
CAN_MODATAH44   0xF0019594          Message Object 44 Data Register High
CAN_MOAR44      0xF0019598          Message Object 44 Arbitration Register
CAN_MOCTR44     0xF001959C          Message Object 44 Control Register
CAN_MOFCR45     0xF00195A0          Message Object 45 Function Control Register
CAN_MOFGPR45    0xF00195A4          Message Object 45 FIFO/Gateway Pointer Register
CAN_MOIPR45     0xF00195A8          Message Object 45 Interrupt Pointer Register
CAN_MOAMR45     0xF00195AC          Message Object 45 Acceptance Mask Register
CAN_MODATAL45   0xF00195B0          Message Object 45 Data Register Low
CAN_MODATAH45   0xF00195B4          Message Object 45 Data Register High
CAN_MOAR45      0xF00195B8          Message Object 45 Arbitration Register
CAN_MOCTR45     0xF00195BC          Message Object 45 Control Register
CAN_MOFCR46     0xF00195C0          Message Object 46 Function Control Register
CAN_MOFGPR46    0xF00195C4          Message Object 46 FIFO/Gateway Pointer Register
CAN_MOIPR46     0xF00195C8          Message Object 46 Interrupt Pointer Register
CAN_MOAMR46     0xF00195CC          Message Object 46 Acceptance Mask Register
CAN_MODATAL46   0xF00195D0          Message Object 46 Data Register Low
CAN_MODATAH46   0xF00195D4          Message Object 46 Data Register High
CAN_MOAR46      0xF00195D8          Message Object 46 Arbitration Register
CAN_MOCTR46     0xF00195DC          Message Object 46 Control Register
CAN_MOFCR47     0xF00195E0          Message Object 47 Function Control Register
CAN_MOFGPR47    0xF00195E4          Message Object 47 FIFO/Gateway Pointer Register
CAN_MOIPR47     0xF00195E8          Message Object 47 Interrupt Pointer Register
CAN_MOAMR47     0xF00195EC          Message Object 47 Acceptance Mask Register
CAN_MODATAL47   0xF00195F0          Message Object 47 Data Register Low
CAN_MODATAH47   0xF00195F4          Message Object 47 Data Register High
CAN_MOAR47      0xF00195F8          Message Object 47 Arbitration Register
CAN_MOCTR47     0xF00195FC          Message Object 47 Control Register
CAN_MOFCR48     0xF0019600          Message Object 48 Function Control Register
CAN_MOFGPR48    0xF0019604          Message Object 48 FIFO/Gateway Pointer Register
CAN_MOIPR48     0xF0019608          Message Object 48 Interrupt Pointer Register
CAN_MOAMR48     0xF001960C          Message Object 48 Acceptance Mask Register
CAN_MODATAL48   0xF0019610          Message Object 48 Data Register Low
CAN_MODATAH48   0xF0019614          Message Object 48 Data Register High
CAN_MOAR48      0xF0019618          Message Object 48 Arbitration Register
CAN_MOCTR48     0xF001961C          Message Object 48 Control Register
CAN_MOFCR49     0xF0019620          Message Object 49 Function Control Register
CAN_MOFGPR49    0xF0019624          Message Object 49 FIFO/Gateway Pointer Register
CAN_MOIPR49     0xF0019628          Message Object 49 Interrupt Pointer Register
CAN_MOAMR49     0xF001962C          Message Object 49 Acceptance Mask Register
CAN_MODATAL49   0xF0019630          Message Object 49 Data Register Low
CAN_MODATAH49   0xF0019634          Message Object 49 Data Register High
CAN_MOAR49      0xF0019638          Message Object 49 Arbitration Register
CAN_MOCTR49     0xF001963C          Message Object 49 Control Register
CAN_MOFCR50     0xF0019640          Message Object 50 Function Control Register
CAN_MOFGPR50    0xF0019644          Message Object 50 FIFO/Gateway Pointer Register
CAN_MOIPR50     0xF0019648          Message Object 50 Interrupt Pointer Register
CAN_MOAMR50     0xF001964C          Message Object 50 Acceptance Mask Register
CAN_MODATAL50   0xF0019650          Message Object 50 Data Register Low
CAN_MODATAH50   0xF0019654          Message Object 50 Data Register High
CAN_MOAR50      0xF0019658          Message Object 50 Arbitration Register
CAN_MOCTR50     0xF001965C          Message Object 50 Control Register
CAN_MOFCR51     0xF0019660          Message Object 51 Function Control Register
CAN_MOFGPR51    0xF0019664          Message Object 51 FIFO/Gateway Pointer Register
CAN_MOIPR51     0xF0019668          Message Object 51 Interrupt Pointer Register
CAN_MOAMR51     0xF001966C          Message Object 51 Acceptance Mask Register
CAN_MODATAL51   0xF0019670          Message Object 51 Data Register Low
CAN_MODATAH51   0xF0019674          Message Object 51 Data Register High
CAN_MOAR51      0xF0019678          Message Object 51 Arbitration Register
CAN_MOCTR51     0xF001967C          Message Object 51 Control Register
CAN_MOFCR52     0xF0019680          Message Object 52 Function Control Register
CAN_MOFGPR52    0xF0019684          Message Object 52 FIFO/Gateway Pointer Register
CAN_MOIPR52     0xF0019688          Message Object 52 Interrupt Pointer Register
CAN_MOAMR52     0xF001968C          Message Object 52 Acceptance Mask Register
CAN_MODATAL52   0xF0019690          Message Object 52 Data Register Low
CAN_MODATAH52   0xF0019694          Message Object 52 Data Register High
CAN_MOAR52      0xF0019698          Message Object 52 Arbitration Register
CAN_MOCTR52     0xF001969C          Message Object 52 Control Register
CAN_MOFCR53     0xF00196A0          Message Object 53 Function Control Register
CAN_MOFGPR53    0xF00196A4          Message Object 53 FIFO/Gateway Pointer Register
CAN_MOIPR53     0xF00196A8          Message Object 53 Interrupt Pointer Register
CAN_MOAMR53     0xF00196AC          Message Object 53 Acceptance Mask Register
CAN_MODATAL53   0xF00196B0          Message Object 53 Data Register Low
CAN_MODATAH53   0xF00196B4          Message Object 53 Data Register High
CAN_MOAR53      0xF00196B8          Message Object 53 Arbitration Register
CAN_MOCTR53     0xF00196BC          Message Object 53 Control Register
CAN_MOFCR54     0xF00196C0          Message Object 54 Function Control Register
CAN_MOFGPR54    0xF00196C4          Message Object 54 FIFO/Gateway Pointer Register
CAN_MOIPR54     0xF00196C8          Message Object 54 Interrupt Pointer Register
CAN_MOAMR54     0xF00196CC          Message Object 54 Acceptance Mask Register
CAN_MODATAL54   0xF00196D0          Message Object 54 Data Register Low
CAN_MODATAH54   0xF00196D4          Message Object 54 Data Register High
CAN_MOAR54      0xF00196D8          Message Object 54 Arbitration Register
CAN_MOCTR54     0xF00196DC          Message Object 54 Control Register
CAN_MOFCR55     0xF00196E0          Message Object 55 Function Control Register
CAN_MOFGPR55    0xF00196E4          Message Object 55 FIFO/Gateway Pointer Register
CAN_MOIPR55     0xF00196E8          Message Object 55 Interrupt Pointer Register
CAN_MOAMR55     0xF00196EC          Message Object 55 Acceptance Mask Register
CAN_MODATAL55   0xF00196F0          Message Object 55 Data Register Low
CAN_MODATAH55   0xF00196F4          Message Object 55 Data Register High
CAN_MOAR55      0xF00196F8          Message Object 55 Arbitration Register
CAN_MOCTR55     0xF00196FC          Message Object 55 Control Register
CAN_MOFCR56     0xF0019700          Message Object 56 Function Control Register
CAN_MOFGPR56    0xF0019704          Message Object 56 FIFO/Gateway Pointer Register
CAN_MOIPR56     0xF0019708          Message Object 56 Interrupt Pointer Register
CAN_MOAMR56     0xF001970C          Message Object 56 Acceptance Mask Register
CAN_MODATAL56   0xF0019710          Message Object 56 Data Register Low
CAN_MODATAH56   0xF0019714          Message Object 56 Data Register High
CAN_MOAR56      0xF0019718          Message Object 56 Arbitration Register
CAN_MOCTR56     0xF001971C          Message Object 56 Control Register
CAN_MOFCR57     0xF0019720          Message Object 57 Function Control Register
CAN_MOFGPR57    0xF0019724          Message Object 57 FIFO/Gateway Pointer Register
CAN_MOIPR57     0xF0019728          Message Object 57 Interrupt Pointer Register
CAN_MOAMR57     0xF001972C          Message Object 57 Acceptance Mask Register
CAN_MODATAL57   0xF0019730          Message Object 57 Data Register Low
CAN_MODATAH57   0xF0019734          Message Object 57 Data Register High
CAN_MOAR57      0xF0019738          Message Object 57 Arbitration Register
CAN_MOCTR57     0xF001973C          Message Object 57 Control Register
CAN_MOFCR58     0xF0019740          Message Object 58 Function Control Register
CAN_MOFGPR58    0xF0019744          Message Object 58 FIFO/Gateway Pointer Register
CAN_MOIPR58     0xF0019748          Message Object 58 Interrupt Pointer Register
CAN_MOAMR58     0xF001974C          Message Object 58 Acceptance Mask Register
CAN_MODATAL58   0xF0019750          Message Object 58 Data Register Low
CAN_MODATAH58   0xF0019754          Message Object 58 Data Register High
CAN_MOAR58      0xF0019758          Message Object 58 Arbitration Register
CAN_MOCTR58     0xF001975C          Message Object 58 Control Register
CAN_MOFCR59     0xF0019760          Message Object 59 Function Control Register
CAN_MOFGPR59    0xF0019764          Message Object 59 FIFO/Gateway Pointer Register
CAN_MOIPR59     0xF0019768          Message Object 59 Interrupt Pointer Register
CAN_MOAMR59     0xF001976C          Message Object 59 Acceptance Mask Register
CAN_MODATAL59   0xF0019770          Message Object 59 Data Register Low
CAN_MODATAH59   0xF0019774          Message Object 59 Data Register High
CAN_MOAR59      0xF0019778          Message Object 59 Arbitration Register
CAN_MOCTR59     0xF001977C          Message Object 59 Control Register
CAN_MOFCR60     0xF0019780          Message Object 60 Function Control Register
CAN_MOFGPR60    0xF0019784          Message Object 60 FIFO/Gateway Pointer Register
CAN_MOIPR60     0xF0019788          Message Object 60 Interrupt Pointer Register
CAN_MOAMR60     0xF001978C          Message Object 60 Acceptance Mask Register
CAN_MODATAL60   0xF0019790          Message Object 60 Data Register Low
CAN_MODATAH60   0xF0019794          Message Object 60 Data Register High
CAN_MOAR60      0xF0019798          Message Object 60 Arbitration Register
CAN_MOCTR60     0xF001979C          Message Object 60 Control Register
CAN_MOFCR61     0xF00197A0          Message Object 61 Function Control Register
CAN_MOFGPR61    0xF00197A4          Message Object 61 FIFO/Gateway Pointer Register
CAN_MOIPR61     0xF00197A8          Message Object 61 Interrupt Pointer Register
CAN_MOAMR61     0xF00197AC          Message Object 61 Acceptance Mask Register
CAN_MODATAL61   0xF00197B0          Message Object 61 Data Register Low
CAN_MODATAH61   0xF00197B4          Message Object 61 Data Register High
CAN_MOAR61      0xF00197B8          Message Object 61 Arbitration Register
CAN_MOCTR61     0xF00197BC          Message Object 61 Control Register
CAN_MOFCR62     0xF00197C0          Message Object 62 Function Control Register
CAN_MOFGPR62    0xF00197C4          Message Object 62 FIFO/Gateway Pointer Register
CAN_MOIPR62     0xF00197C8          Message Object 62 Interrupt Pointer Register
CAN_MOAMR62     0xF00197CC          Message Object 62 Acceptance Mask Register
CAN_MODATAL62   0xF00197D0          Message Object 62 Data Register Low
CAN_MODATAH62   0xF00197D4          Message Object 62 Data Register High
CAN_MOAR62      0xF00197D8          Message Object 62 Arbitration Register
CAN_MOCTR62     0xF00197DC          Message Object 62 Control Register
CAN_MOFCR63     0xF00197E0          Message Object 63 Function Control Register
CAN_MOFGPR63    0xF00197E4          Message Object 63 FIFO/Gateway Pointer Register
CAN_MOIPR63     0xF00197E8          Message Object 63 Interrupt Pointer Register
CAN_MOAMR63     0xF00197EC          Message Object 63 Acceptance Mask Register
CAN_MODATAL63   0xF00197F0          Message Object 63 Data Register Low
CAN_MODATAH63   0xF00197F4          Message Object 63 Data Register High
CAN_MOAR63      0xF00197F8          Message Object 63 Arbitration Register
CAN_MOCTR63     0xF00197FC          Message Object 63 Control Register
CAN_MOFCR64     0xF0019800          Message Object 64 Function Control Register
CAN_MOFGPR64    0xF0019804          Message Object 64 FIFO/Gateway Pointer Register
CAN_MOIPR64     0xF0019808          Message Object 64 Interrupt Pointer Register
CAN_MOAMR64     0xF001980C          Message Object 64 Acceptance Mask Register
CAN_MODATAL64   0xF0019810          Message Object 64 Data Register Low
CAN_MODATAH64   0xF0019814          Message Object 64 Data Register High
CAN_MOAR64      0xF0019818          Message Object 64 Arbitration Register
CAN_MOCTR64     0xF001981C          Message Object 64 Control Register
CAN_MOFCR65     0xF0019820          Message Object 65 Function Control Register
CAN_MOFGPR65    0xF0019824          Message Object 65 FIFO/Gateway Pointer Register
CAN_MOIPR65     0xF0019828          Message Object 65 Interrupt Pointer Register
CAN_MOAMR65     0xF001982C          Message Object 65 Acceptance Mask Register
CAN_MODATAL65   0xF0019830          Message Object 65 Data Register Low
CAN_MODATAH65   0xF0019834          Message Object 65 Data Register High
CAN_MOAR65      0xF0019838          Message Object 65 Arbitration Register
CAN_MOCTR65     0xF001983C          Message Object 65 Control Register
CAN_MOFCR66     0xF0019840          Message Object 66 Function Control Register
CAN_MOFGPR66    0xF0019844          Message Object 66 FIFO/Gateway Pointer Register
CAN_MOIPR66     0xF0019848          Message Object 66 Interrupt Pointer Register
CAN_MOAMR66     0xF001984C          Message Object 66 Acceptance Mask Register
CAN_MODATAL66   0xF0019850          Message Object 66 Data Register Low
CAN_MODATAH66   0xF0019854          Message Object 66 Data Register High
CAN_MOAR66      0xF0019858          Message Object 66 Arbitration Register
CAN_MOCTR66     0xF001985C          Message Object 66 Control Register
CAN_MOFCR67     0xF0019860          Message Object 67 Function Control Register
CAN_MOFGPR67    0xF0019864          Message Object 67 FIFO/Gateway Pointer Register
CAN_MOIPR67     0xF0019868          Message Object 67 Interrupt Pointer Register
CAN_MOAMR67     0xF001986C          Message Object 67 Acceptance Mask Register
CAN_MODATAL67   0xF0019870          Message Object 67 Data Register Low
CAN_MODATAH67   0xF0019874          Message Object 67 Data Register High
CAN_MOAR67      0xF0019878          Message Object 67 Arbitration Register
CAN_MOCTR67     0xF001987C          Message Object 67 Control Register
CAN_MOFCR68     0xF0019880          Message Object 68 Function Control Register
CAN_MOFGPR68    0xF0019884          Message Object 68 FIFO/Gateway Pointer Register
CAN_MOIPR68     0xF0019888          Message Object 68 Interrupt Pointer Register
CAN_MOAMR68     0xF001988C          Message Object 68 Acceptance Mask Register
CAN_MODATAL68   0xF0019890          Message Object 68 Data Register Low
CAN_MODATAH68   0xF0019894          Message Object 68 Data Register High
CAN_MOAR68      0xF0019898          Message Object 68 Arbitration Register
CAN_MOCTR68     0xF001989C          Message Object 68 Control Register
CAN_MOFCR69     0xF00198A0          Message Object 69 Function Control Register
CAN_MOFGPR69    0xF00198A4          Message Object 69 FIFO/Gateway Pointer Register
CAN_MOIPR69     0xF00198A8          Message Object 69 Interrupt Pointer Register
CAN_MOAMR69     0xF00198AC          Message Object 69 Acceptance Mask Register
CAN_MODATAL69   0xF00198B0          Message Object 69 Data Register Low
CAN_MODATAH69   0xF00198B4          Message Object 69 Data Register High
CAN_MOAR69      0xF00198B8          Message Object 69 Arbitration Register
CAN_MOCTR69     0xF00198BC          Message Object 69 Control Register
CAN_MOFCR70     0xF00198C0          Message Object 70 Function Control Register
CAN_MOFGPR70    0xF00198C4          Message Object 70 FIFO/Gateway Pointer Register
CAN_MOIPR70     0xF00198C8          Message Object 70 Interrupt Pointer Register
CAN_MOAMR70     0xF00198CC          Message Object 70 Acceptance Mask Register
CAN_MODATAL70   0xF00198D0          Message Object 70 Data Register Low
CAN_MODATAH70   0xF00198D4          Message Object 70 Data Register High
CAN_MOAR70      0xF00198D8          Message Object 70 Arbitration Register
CAN_MOCTR70     0xF00198DC          Message Object 70 Control Register
CAN_MOFCR71     0xF00198E0          Message Object 71 Function Control Register
CAN_MOFGPR71    0xF00198E4          Message Object 71 FIFO/Gateway Pointer Register
CAN_MOIPR71     0xF00198E8          Message Object 71 Interrupt Pointer Register
CAN_MOAMR71     0xF00198EC          Message Object 71 Acceptance Mask Register
CAN_MODATAL71   0xF00198F0          Message Object 71 Data Register Low
CAN_MODATAH71   0xF00198F4          Message Object 71 Data Register High
CAN_MOAR71      0xF00198F8          Message Object 71 Arbitration Register
CAN_MOCTR71     0xF00198FC          Message Object 71 Control Register
CAN_MOFCR72     0xF0019900          Message Object 72 Function Control Register
CAN_MOFGPR72    0xF0019904          Message Object 72 FIFO/Gateway Pointer Register
CAN_MOIPR72     0xF0019908          Message Object 72 Interrupt Pointer Register
CAN_MOAMR72     0xF001990C          Message Object 72 Acceptance Mask Register
CAN_MODATAL72   0xF0019910          Message Object 72 Data Register Low
CAN_MODATAH72   0xF0019914          Message Object 72 Data Register High
CAN_MOAR72      0xF0019918          Message Object 72 Arbitration Register
CAN_MOCTR72     0xF001991C          Message Object 72 Control Register
CAN_MOFCR73     0xF0019920          Message Object 73 Function Control Register
CAN_MOFGPR73    0xF0019924          Message Object 73 FIFO/Gateway Pointer Register
CAN_MOIPR73     0xF0019928          Message Object 73 Interrupt Pointer Register
CAN_MOAMR73     0xF001992C          Message Object 73 Acceptance Mask Register
CAN_MODATAL73   0xF0019930          Message Object 73 Data Register Low
CAN_MODATAH73   0xF0019934          Message Object 73 Data Register High
CAN_MOAR73      0xF0019938          Message Object 73 Arbitration Register
CAN_MOCTR73     0xF001993C          Message Object 73 Control Register
CAN_MOFCR74     0xF0019940          Message Object 74 Function Control Register
CAN_MOFGPR74    0xF0019944          Message Object 74 FIFO/Gateway Pointer Register
CAN_MOIPR74     0xF0019948          Message Object 74 Interrupt Pointer Register
CAN_MOAMR74     0xF001994C          Message Object 74 Acceptance Mask Register
CAN_MODATAL74   0xF0019950          Message Object 74 Data Register Low
CAN_MODATAH74   0xF0019954          Message Object 74 Data Register High
CAN_MOAR74      0xF0019958          Message Object 74 Arbitration Register
CAN_MOCTR74     0xF001995C          Message Object 74 Control Register
CAN_MOFCR75     0xF0019960          Message Object 75 Function Control Register
CAN_MOFGPR75    0xF0019964          Message Object 75 FIFO/Gateway Pointer Register
CAN_MOIPR75     0xF0019968          Message Object 75 Interrupt Pointer Register
CAN_MOAMR75     0xF001996C          Message Object 75 Acceptance Mask Register
CAN_MODATAL75   0xF0019970          Message Object 75 Data Register Low
CAN_MODATAH75   0xF0019974          Message Object 75 Data Register High
CAN_MOAR75      0xF0019978          Message Object 75 Arbitration Register
CAN_MOCTR75     0xF001997C          Message Object 75 Control Register
CAN_MOFCR76     0xF0019980          Message Object 76 Function Control Register
CAN_MOFGPR76    0xF0019984          Message Object 76 FIFO/Gateway Pointer Register
CAN_MOIPR76     0xF0019988          Message Object 76 Interrupt Pointer Register
CAN_MOAMR76     0xF001998C          Message Object 76 Acceptance Mask Register
CAN_MODATAL76   0xF0019990          Message Object 76 Data Register Low
CAN_MODATAH76   0xF0019994          Message Object 76 Data Register High
CAN_MOAR76      0xF0019998          Message Object 76 Arbitration Register
CAN_MOCTR76     0xF001999C          Message Object 76 Control Register
CAN_MOFCR77     0xF00199A0          Message Object 77 Function Control Register
CAN_MOFGPR77    0xF00199A4          Message Object 77 FIFO/Gateway Pointer Register
CAN_MOIPR77     0xF00199A8          Message Object 77 Interrupt Pointer Register
CAN_MOAMR77     0xF00199AC          Message Object 77 Acceptance Mask Register
CAN_MODATAL77   0xF00199B0          Message Object 77 Data Register Low
CAN_MODATAH77   0xF00199B4          Message Object 77 Data Register High
CAN_MOAR77      0xF00199B8          Message Object 77 Arbitration Register
CAN_MOCTR77     0xF00199BC          Message Object 77 Control Register
CAN_MOFCR78     0xF00199C0          Message Object 78 Function Control Register
CAN_MOFGPR78    0xF00199C4          Message Object 78 FIFO/Gateway Pointer Register
CAN_MOIPR78     0xF00199C8          Message Object 78 Interrupt Pointer Register
CAN_MOAMR78     0xF00199CC          Message Object 78 Acceptance Mask Register
CAN_MODATAL78   0xF00199D0          Message Object 78 Data Register Low
CAN_MODATAH78   0xF00199D4          Message Object 78 Data Register High
CAN_MOAR78      0xF00199D8          Message Object 78 Arbitration Register
CAN_MOCTR78     0xF00199DC          Message Object 78 Control Register
CAN_MOFCR79     0xF00199E0          Message Object 79 Function Control Register
CAN_MOFGPR79    0xF00199E4          Message Object 79 FIFO/Gateway Pointer Register
CAN_MOIPR79     0xF00199E8          Message Object 79 Interrupt Pointer Register
CAN_MOAMR79     0xF00199EC          Message Object 79 Acceptance Mask Register
CAN_MODATAL79   0xF00199F0          Message Object 79 Data Register Low
CAN_MODATAH79   0xF00199F4          Message Object 79 Data Register High
CAN_MOAR79      0xF00199F8          Message Object 79 Arbitration Register
CAN_MOCTR79     0xF00199FC          Message Object 79 Control Register
CAN_MOFCR80     0xF0019A00          Message Object 80 Function Control Register
CAN_MOFGPR80    0xF0019A04          Message Object 80 FIFO/Gateway Pointer Register
CAN_MOIPR80     0xF0019A08          Message Object 80 Interrupt Pointer Register
CAN_MOAMR80     0xF0019A0C          Message Object 80 Acceptance Mask Register
CAN_MODATAL80   0xF0019A10          Message Object 80 Data Register Low
CAN_MODATAH80   0xF0019A14          Message Object 80 Data Register High
CAN_MOAR80      0xF0019A18          Message Object 80 Arbitration Register
CAN_MOCTR80     0xF0019A1C          Message Object 80 Control Register
CAN_MOFCR81     0xF0019A20          Message Object 81 Function Control Register
CAN_MOFGPR81    0xF0019A24          Message Object 81 FIFO/Gateway Pointer Register
CAN_MOIPR81     0xF0019A28          Message Object 81 Interrupt Pointer Register
CAN_MOAMR81     0xF0019A2C          Message Object 81 Acceptance Mask Register
CAN_MODATAL81   0xF0019A30          Message Object 81 Data Register Low
CAN_MODATAH81   0xF0019A34          Message Object 81 Data Register High
CAN_MOAR81      0xF0019A38          Message Object 81 Arbitration Register
CAN_MOCTR81     0xF0019A3C          Message Object 81 Control Register
CAN_MOFCR82     0xF0019A40          Message Object 82 Function Control Register
CAN_MOFGPR82    0xF0019A44          Message Object 82 FIFO/Gateway Pointer Register
CAN_MOIPR82     0xF0019A48          Message Object 82 Interrupt Pointer Register
CAN_MOAMR82     0xF0019A4C          Message Object 82 Acceptance Mask Register
CAN_MODATAL82   0xF0019A50          Message Object 82 Data Register Low
CAN_MODATAH82   0xF0019A54          Message Object 82 Data Register High
CAN_MOAR82      0xF0019A58          Message Object 82 Arbitration Register
CAN_MOCTR82     0xF0019A5C          Message Object 82 Control Register
CAN_MOFCR83     0xF0019A60          Message Object 83 Function Control Register
CAN_MOFGPR83    0xF0019A64          Message Object 83 FIFO/Gateway Pointer Register
CAN_MOIPR83     0xF0019A68          Message Object 83 Interrupt Pointer Register
CAN_MOAMR83     0xF0019A6C          Message Object 83 Acceptance Mask Register
CAN_MODATAL83   0xF0019A70          Message Object 83 Data Register Low
CAN_MODATAH83   0xF0019A74          Message Object 83 Data Register High
CAN_MOAR83      0xF0019A78          Message Object 83 Arbitration Register
CAN_MOCTR83     0xF0019A7C          Message Object 83 Control Register
CAN_MOFCR84     0xF0019A80          Message Object 84 Function Control Register
CAN_MOFGPR84    0xF0019A84          Message Object 84 FIFO/Gateway Pointer Register
CAN_MOIPR84     0xF0019A88          Message Object 84 Interrupt Pointer Register
CAN_MOAMR84     0xF0019A8C          Message Object 84 Acceptance Mask Register
CAN_MODATAL84   0xF0019A90          Message Object 84 Data Register Low
CAN_MODATAH84   0xF0019A94          Message Object 84 Data Register High
CAN_MOAR84      0xF0019A98          Message Object 84 Arbitration Register
CAN_MOCTR84     0xF0019A9C          Message Object 84 Control Register
CAN_MOFCR85     0xF0019AA0          Message Object 85 Function Control Register
CAN_MOFGPR85    0xF0019AA4          Message Object 85 FIFO/Gateway Pointer Register
CAN_MOIPR85     0xF0019AA8          Message Object 85 Interrupt Pointer Register
CAN_MOAMR85     0xF0019AAC          Message Object 85 Acceptance Mask Register
CAN_MODATAL85   0xF0019AB0          Message Object 85 Data Register Low
CAN_MODATAH85   0xF0019AB4          Message Object 85 Data Register High
CAN_MOAR85      0xF0019AB8          Message Object 85 Arbitration Register
CAN_MOCTR85     0xF0019ABC          Message Object 85 Control Register
CAN_MOFCR86     0xF0019AC0          Message Object 86 Function Control Register
CAN_MOFGPR86    0xF0019AC4          Message Object 86 FIFO/Gateway Pointer Register
CAN_MOIPR86     0xF0019AC8          Message Object 86 Interrupt Pointer Register
CAN_MOAMR86     0xF0019ACC          Message Object 86 Acceptance Mask Register
CAN_MODATAL86   0xF0019AD0          Message Object 86 Data Register Low
CAN_MODATAH86   0xF0019AD4          Message Object 86 Data Register High
CAN_MOAR86      0xF0019AD8          Message Object 86 Arbitration Register
CAN_MOCTR86     0xF0019ADC          Message Object 86 Control Register
CAN_MOFCR87     0xF0019AE0          Message Object 87 Function Control Register
CAN_MOFGPR87    0xF0019AE4          Message Object 87 FIFO/Gateway Pointer Register
CAN_MOIPR87     0xF0019AE8          Message Object 87 Interrupt Pointer Register
CAN_MOAMR87     0xF0019AEC          Message Object 87 Acceptance Mask Register
CAN_MODATAL87   0xF0019AF0          Message Object 87 Data Register Low
CAN_MODATAH87   0xF0019AF4          Message Object 87 Data Register High
CAN_MOAR87      0xF0019AF8          Message Object 87 Arbitration Register
CAN_MOCTR87     0xF0019AFC          Message Object 87 Control Register
CAN_MOFCR88     0xF0019B00          Message Object 88 Function Control Register
CAN_MOFGPR88    0xF0019B04          Message Object 88 FIFO/Gateway Pointer Register
CAN_MOIPR88     0xF0019B08          Message Object 88 Interrupt Pointer Register
CAN_MOAMR88     0xF0019B0C          Message Object 88 Acceptance Mask Register
CAN_MODATAL88   0xF0019B10          Message Object 88 Data Register Low
CAN_MODATAH88   0xF0019B14          Message Object 88 Data Register High
CAN_MOAR88      0xF0019B18          Message Object 88 Arbitration Register
CAN_MOCTR88     0xF0019B1C          Message Object 88 Control Register
CAN_MOFCR89     0xF0019B20          Message Object 89 Function Control Register
CAN_MOFGPR89    0xF0019B24          Message Object 89 FIFO/Gateway Pointer Register
CAN_MOIPR89     0xF0019B28          Message Object 89 Interrupt Pointer Register
CAN_MOAMR89     0xF0019B2C          Message Object 89 Acceptance Mask Register
CAN_MODATAL89   0xF0019B30          Message Object 89 Data Register Low
CAN_MODATAH89   0xF0019B34          Message Object 89 Data Register High
CAN_MOAR89      0xF0019B38          Message Object 89 Arbitration Register
CAN_MOCTR89     0xF0019B3C          Message Object 89 Control Register
CAN_MOFCR90     0xF0019B40          Message Object 90 Function Control Register
CAN_MOFGPR90    0xF0019B44          Message Object 90 FIFO/Gateway Pointer Register
CAN_MOIPR90     0xF0019B48          Message Object 90 Interrupt Pointer Register
CAN_MOAMR90     0xF0019B4C          Message Object 90 Acceptance Mask Register
CAN_MODATAL90   0xF0019B50          Message Object 90 Data Register Low
CAN_MODATAH90   0xF0019B54          Message Object 90 Data Register High
CAN_MOAR90      0xF0019B58          Message Object 90 Arbitration Register
CAN_MOCTR90     0xF0019B5C          Message Object 90 Control Register
CAN_MOFCR91     0xF0019B60          Message Object 91 Function Control Register
CAN_MOFGPR91    0xF0019B64          Message Object 91 FIFO/Gateway Pointer Register
CAN_MOIPR91     0xF0019B68          Message Object 91 Interrupt Pointer Register
CAN_MOAMR91     0xF0019B6C          Message Object 91 Acceptance Mask Register
CAN_MODATAL91   0xF0019B70          Message Object 91 Data Register Low
CAN_MODATAH91   0xF0019B74          Message Object 91 Data Register High
CAN_MOAR91      0xF0019B78          Message Object 91 Arbitration Register
CAN_MOCTR91     0xF0019B7C          Message Object 91 Control Register
CAN_MOFCR92     0xF0019B80          Message Object 92 Function Control Register
CAN_MOFGPR92    0xF0019B84          Message Object 92 FIFO/Gateway Pointer Register
CAN_MOIPR92     0xF0019B88          Message Object 92 Interrupt Pointer Register
CAN_MOAMR92     0xF0019B8C          Message Object 92 Acceptance Mask Register
CAN_MODATAL92   0xF0019B90          Message Object 92 Data Register Low
CAN_MODATAH92   0xF0019B94          Message Object 92 Data Register High
CAN_MOAR92      0xF0019B98          Message Object 92 Arbitration Register
CAN_MOCTR92     0xF0019B9C          Message Object 92 Control Register
CAN_MOFCR93     0xF0019BA0          Message Object 93 Function Control Register
CAN_MOFGPR93    0xF0019BA4          Message Object 93 FIFO/Gateway Pointer Register
CAN_MOIPR93     0xF0019BA8          Message Object 93 Interrupt Pointer Register
CAN_MOAMR93     0xF0019BAC          Message Object 93 Acceptance Mask Register
CAN_MODATAL93   0xF0019BB0          Message Object 93 Data Register Low
CAN_MODATAH93   0xF0019BB4          Message Object 93 Data Register High
CAN_MOAR93      0xF0019BB8          Message Object 93 Arbitration Register
CAN_MOCTR93     0xF0019BBC          Message Object 93 Control Register
CAN_MOFCR94     0xF0019BC0          Message Object 94 Function Control Register
CAN_MOFGPR94    0xF0019BC4          Message Object 94 FIFO/Gateway Pointer Register
CAN_MOIPR94     0xF0019BC8          Message Object 94 Interrupt Pointer Register
CAN_MOAMR94     0xF0019BCC          Message Object 94 Acceptance Mask Register
CAN_MODATAL94   0xF0019BD0          Message Object 94 Data Register Low
CAN_MODATAH94   0xF0019BD4          Message Object 94 Data Register High
CAN_MOAR94      0xF0019BD8          Message Object 94 Arbitration Register
CAN_MOCTR94     0xF0019BDC          Message Object 94 Control Register
CAN_MOFCR95     0xF0019BE0          Message Object 95 Function Control Register
CAN_MOFGPR95    0xF0019BE4          Message Object 95 FIFO/Gateway Pointer Register
CAN_MOIPR95     0xF0019BE8          Message Object 95 Interrupt Pointer Register
CAN_MOAMR95     0xF0019BEC          Message Object 95 Acceptance Mask Register
CAN_MODATAL95   0xF0019BF0          Message Object 95 Data Register Low
CAN_MODATAH95   0xF0019BF4          Message Object 95 Data Register High
CAN_MOAR95      0xF0019BF8          Message Object 95 Arbitration Register
CAN_MOCTR95     0xF0019BFC          Message Object 95 Control Register
CAN_MOFCR96     0xF0019C00          Message Object 96 Function Control Register
CAN_MOFGPR96    0xF0019C04          Message Object 96 FIFO/Gateway Pointer Register
CAN_MOIPR96     0xF0019C08          Message Object 96 Interrupt Pointer Register
CAN_MOAMR96     0xF0019C0C          Message Object 96 Acceptance Mask Register
CAN_MODATAL96   0xF0019C10          Message Object 96 Data Register Low
CAN_MODATAH96   0xF0019C14          Message Object 96 Data Register High
CAN_MOAR96      0xF0019C18          Message Object 96 Arbitration Register
CAN_MOCTR96     0xF0019C1C          Message Object 96 Control Register
CAN_MOFCR97     0xF0019C20          Message Object 97 Function Control Register
CAN_MOFGPR97    0xF0019C24          Message Object 97 FIFO/Gateway Pointer Register
CAN_MOIPR97     0xF0019C28          Message Object 97 Interrupt Pointer Register
CAN_MOAMR97     0xF0019C2C          Message Object 97 Acceptance Mask Register
CAN_MODATAL97   0xF0019C30          Message Object 97 Data Register Low
CAN_MODATAH97   0xF0019C34          Message Object 97 Data Register High
CAN_MOAR97      0xF0019C38          Message Object 97 Arbitration Register
CAN_MOCTR97     0xF0019C3C          Message Object 97 Control Register
CAN_MOFCR98     0xF0019C40          Message Object 98 Function Control Register
CAN_MOFGPR98    0xF0019C44          Message Object 98 FIFO/Gateway Pointer Register
CAN_MOIPR98     0xF0019C48          Message Object 98 Interrupt Pointer Register
CAN_MOAMR98     0xF0019C4C          Message Object 98 Acceptance Mask Register
CAN_MODATAL98   0xF0019C50          Message Object 98 Data Register Low
CAN_MODATAH98   0xF0019C54          Message Object 98 Data Register High
CAN_MOAR98      0xF0019C58          Message Object 98 Arbitration Register
CAN_MOCTR98     0xF0019C5C          Message Object 98 Control Register
CAN_MOFCR99     0xF0019C60          Message Object 99 Function Control Register
CAN_MOFGPR99    0xF0019C64          Message Object 99 FIFO/Gateway Pointer Register
CAN_MOIPR99     0xF0019C68          Message Object 99 Interrupt Pointer Register
CAN_MOAMR99     0xF0019C6C          Message Object 99 Acceptance Mask Register
CAN_MODATAL99   0xF0019C70          Message Object 99 Data Register Low
CAN_MODATAH99   0xF0019C74          Message Object 99 Data Register High
CAN_MOAR99      0xF0019C78          Message Object 99 Arbitration Register
CAN_MOCTR99     0xF0019C7C          Message Object 99 Control Register
CAN_MOFCR100    0xF0019C80          Message Object 100 Function Control Register
CAN_MOFGPR100   0xF0019C84          Message Object 100 FIFO/Gateway Pointer Register
CAN_MOIPR100    0xF0019C88          Message Object 100 Interrupt Pointer Register
CAN_MOAMR100    0xF0019C8C          Message Object 100 Acceptance Mask Register
CAN_MODATAL100  0xF0019C90          Message Object 100 Data Register Low
CAN_MODATAH100  0xF0019C94          Message Object 100 Data Register High
CAN_MOAR100     0xF0019C98          Message Object 100 Arbitration Register
CAN_MOCTR100    0xF0019C9C          Message Object 100 Control Register
CAN_MOFCR101    0xF0019CA0          Message Object 101 Function Control Register
CAN_MOFGPR101   0xF0019CA4          Message Object 101 FIFO/Gateway Pointer Register
CAN_MOIPR101    0xF0019CA8          Message Object 101 Interrupt Pointer Register
CAN_MOAMR101    0xF0019CAC          Message Object 101 Acceptance Mask Register
CAN_MODATAL101  0xF0019CB0          Message Object 101 Data Register Low
CAN_MODATAH101  0xF0019CB4          Message Object 101 Data Register High
CAN_MOAR101     0xF0019CB8          Message Object 101 Arbitration Register
CAN_MOCTR101    0xF0019CBC          Message Object 101 Control Register
CAN_MOFCR102    0xF0019CC0          Message Object 102 Function Control Register
CAN_MOFGPR102   0xF0019CC4          Message Object 102 FIFO/Gateway Pointer Register
CAN_MOIPR102    0xF0019CC8          Message Object 102 Interrupt Pointer Register
CAN_MOAMR102    0xF0019CCC          Message Object 102 Acceptance Mask Register
CAN_MODATAL102  0xF0019CD0          Message Object 102 Data Register Low
CAN_MODATAH102  0xF0019CD4          Message Object 102 Data Register High
CAN_MOAR102     0xF0019CD8          Message Object 102 Arbitration Register
CAN_MOCTR102    0xF0019CDC          Message Object 102 Control Register
CAN_MOFCR103    0xF0019CE0          Message Object 103 Function Control Register
CAN_MOFGPR103   0xF0019CE4          Message Object 103 FIFO/Gateway Pointer Register
CAN_MOIPR103    0xF0019CE8          Message Object 103 Interrupt Pointer Register
CAN_MOAMR103    0xF0019CEC          Message Object 103 Acceptance Mask Register
CAN_MODATAL103  0xF0019CF0          Message Object 103 Data Register Low
CAN_MODATAH103  0xF0019CF4          Message Object 103 Data Register High
CAN_MOAR103     0xF0019CF8          Message Object 103 Arbitration Register
CAN_MOCTR103    0xF0019CFC          Message Object 103 Control Register
CAN_MOFCR104    0xF0019D00          Message Object 104 Function Control Register
CAN_MOFGPR104   0xF0019D04          Message Object 104 FIFO/Gateway Pointer Register
CAN_MOIPR104    0xF0019D08          Message Object 104 Interrupt Pointer Register
CAN_MOAMR104    0xF0019D0C          Message Object 104 Acceptance Mask Register
CAN_MODATAL104  0xF0019D10          Message Object 104 Data Register Low
CAN_MODATAH104  0xF0019D14          Message Object 104 Data Register High
CAN_MOAR104     0xF0019D18          Message Object 104 Arbitration Register
CAN_MOCTR104    0xF0019D1C          Message Object 104 Control Register
CAN_MOFCR105    0xF0019D20          Message Object 105 Function Control Register
CAN_MOFGPR105   0xF0019D24          Message Object 105 FIFO/Gateway Pointer Register
CAN_MOIPR105    0xF0019D28          Message Object 105 Interrupt Pointer Register
CAN_MOAMR105    0xF0019D2C          Message Object 105 Acceptance Mask Register
CAN_MODATAL105  0xF0019D30          Message Object 105 Data Register Low
CAN_MODATAH105  0xF0019D34          Message Object 105 Data Register High
CAN_MOAR105     0xF0019D38          Message Object 105 Arbitration Register
CAN_MOCTR105    0xF0019D3C          Message Object 105 Control Register
CAN_MOFCR106    0xF0019D40          Message Object 106 Function Control Register
CAN_MOFGPR106   0xF0019D44          Message Object 106 FIFO/Gateway Pointer Register
CAN_MOIPR106    0xF0019D48          Message Object 106 Interrupt Pointer Register
CAN_MOAMR106    0xF0019D4C          Message Object 106 Acceptance Mask Register
CAN_MODATAL106  0xF0019D50          Message Object 106 Data Register Low
CAN_MODATAH106  0xF0019D54          Message Object 106 Data Register High
CAN_MOAR106     0xF0019D58          Message Object 106 Arbitration Register
CAN_MOCTR106    0xF0019D5C          Message Object 106 Control Register
CAN_MOFCR107    0xF0019D60          Message Object 107 Function Control Register
CAN_MOFGPR107   0xF0019D64          Message Object 107 FIFO/Gateway Pointer Register
CAN_MOIPR107    0xF0019D68          Message Object 107 Interrupt Pointer Register
CAN_MOAMR107    0xF0019D6C          Message Object 107 Acceptance Mask Register
CAN_MODATAL107  0xF0019D70          Message Object 107 Data Register Low
CAN_MODATAH107  0xF0019D74          Message Object 107 Data Register High
CAN_MOAR107     0xF0019D78          Message Object 107 Arbitration Register
CAN_MOCTR107    0xF0019D7C          Message Object 107 Control Register
CAN_MOFCR108    0xF0019D80          Message Object 108 Function Control Register
CAN_MOFGPR108   0xF0019D84          Message Object 108 FIFO/Gateway Pointer Register
CAN_MOIPR108    0xF0019D88          Message Object 108 Interrupt Pointer Register
CAN_MOAMR108    0xF0019D8C          Message Object 108 Acceptance Mask Register
CAN_MODATAL108  0xF0019D90          Message Object 108 Data Register Low
CAN_MODATAH108  0xF0019D94          Message Object 108 Data Register High
CAN_MOAR108     0xF0019D98          Message Object 108 Arbitration Register
CAN_MOCTR108    0xF0019D9C          Message Object 108 Control Register
CAN_MOFCR109    0xF0019DA0          Message Object 109 Function Control Register
CAN_MOFGPR109   0xF0019DA4          Message Object 109 FIFO/Gateway Pointer Register
CAN_MOIPR109    0xF0019DA8          Message Object 109 Interrupt Pointer Register
CAN_MOAMR109    0xF0019DAC          Message Object 109 Acceptance Mask Register
CAN_MODATAL109  0xF0019DB0          Message Object 109 Data Register Low
CAN_MODATAH109  0xF0019DB4          Message Object 109 Data Register High
CAN_MOAR109     0xF0019DB8          Message Object 109 Arbitration Register
CAN_MOCTR109    0xF0019DBC          Message Object 109 Control Register
CAN_MOFCR110    0xF0019DC0          Message Object 110 Function Control Register
CAN_MOFGPR110   0xF0019DC4          Message Object 110 FIFO/Gateway Pointer Register
CAN_MOIPR110    0xF0019DC8          Message Object 110 Interrupt Pointer Register
CAN_MOAMR110    0xF0019DCC          Message Object 110 Acceptance Mask Register
CAN_MODATAL110  0xF0019DD0          Message Object 110 Data Register Low
CAN_MODATAH110  0xF0019DD4          Message Object 110 Data Register High
CAN_MOAR110     0xF0019DD8          Message Object 110 Arbitration Register
CAN_MOCTR110    0xF0019DDC          Message Object 110 Control Register
CAN_MOFCR111    0xF0019DE0          Message Object 111 Function Control Register
CAN_MOFGPR111   0xF0019DE4          Message Object 111 FIFO/Gateway Pointer Register
CAN_MOIPR111    0xF0019DE8          Message Object 111 Interrupt Pointer Register
CAN_MOAMR111    0xF0019DEC          Message Object 111 Acceptance Mask Register
CAN_MODATAL111  0xF0019DF0          Message Object 111 Data Register Low
CAN_MODATAH111  0xF0019DF4          Message Object 111 Data Register High
CAN_MOAR111     0xF0019DF8          Message Object 111 Arbitration Register
CAN_MOCTR111    0xF0019DFC          Message Object 111 Control Register
CAN_MOFCR112    0xF0019E00          Message Object 112 Function Control Register
CAN_MOFGPR112   0xF0019E04          Message Object 112 FIFO/Gateway Pointer Register
CAN_MOIPR112    0xF0019E08          Message Object 112 Interrupt Pointer Register
CAN_MOAMR112    0xF0019E0C          Message Object 112 Acceptance Mask Register
CAN_MODATAL112  0xF0019E10          Message Object 112 Data Register Low
CAN_MODATAH112  0xF0019E14          Message Object 112 Data Register High
CAN_MOAR112     0xF0019E18          Message Object 112 Arbitration Register
CAN_MOCTR112    0xF0019E1C          Message Object 112 Control Register
CAN_MOFCR113    0xF0019E20          Message Object 113 Function Control Register
CAN_MOFGPR113   0xF0019E24          Message Object 113 FIFO/Gateway Pointer Register
CAN_MOIPR113    0xF0019E28          Message Object 113 Interrupt Pointer Register
CAN_MOAMR113    0xF0019E2C          Message Object 113 Acceptance Mask Register
CAN_MODATAL113  0xF0019E30          Message Object 113 Data Register Low
CAN_MODATAH113  0xF0019E34          Message Object 113 Data Register High
CAN_MOAR113     0xF0019E38          Message Object 113 Arbitration Register
CAN_MOCTR113    0xF0019E3C          Message Object 113 Control Register
CAN_MOFCR114    0xF0019E40          Message Object 114 Function Control Register
CAN_MOFGPR114   0xF0019E44          Message Object 114 FIFO/Gateway Pointer Register
CAN_MOIPR114    0xF0019E48          Message Object 114 Interrupt Pointer Register
CAN_MOAMR114    0xF0019E4C          Message Object 114 Acceptance Mask Register
CAN_MODATAL114  0xF0019E50          Message Object 114 Data Register Low
CAN_MODATAH114  0xF0019E54          Message Object 114 Data Register High
CAN_MOAR114     0xF0019E58          Message Object 114 Arbitration Register
CAN_MOCTR114    0xF0019E5C          Message Object 114 Control Register
CAN_MOFCR115    0xF0019E60          Message Object 115 Function Control Register
CAN_MOFGPR115   0xF0019E64          Message Object 115 FIFO/Gateway Pointer Register
CAN_MOIPR115    0xF0019E68          Message Object 115 Interrupt Pointer Register
CAN_MOAMR115    0xF0019E6C          Message Object 115 Acceptance Mask Register
CAN_MODATAL115  0xF0019E70          Message Object 115 Data Register Low
CAN_MODATAH115  0xF0019E74          Message Object 115 Data Register High
CAN_MOAR115     0xF0019E78          Message Object 115 Arbitration Register
CAN_MOCTR115    0xF0019E7C          Message Object 115 Control Register
CAN_MOFCR116    0xF0019E80          Message Object 116 Function Control Register
CAN_MOFGPR116   0xF0019E84          Message Object 116 FIFO/Gateway Pointer Register
CAN_MOIPR116    0xF0019E88          Message Object 116 Interrupt Pointer Register
CAN_MOAMR116    0xF0019E8C          Message Object 116 Acceptance Mask Register
CAN_MODATAL116  0xF0019E90          Message Object 116 Data Register Low
CAN_MODATAH116  0xF0019E94          Message Object 116 Data Register High
CAN_MOAR116     0xF0019E98          Message Object 116 Arbitration Register
CAN_MOCTR116    0xF0019E9C          Message Object 116 Control Register
CAN_MOFCR117    0xF0019EA0          Message Object 117 Function Control Register
CAN_MOFGPR117   0xF0019EA4          Message Object 117 FIFO/Gateway Pointer Register
CAN_MOIPR117    0xF0019EA8          Message Object 117 Interrupt Pointer Register
CAN_MOAMR117    0xF0019EAC          Message Object 117 Acceptance Mask Register
CAN_MODATAL117  0xF0019EB0          Message Object 117 Data Register Low
CAN_MODATAH117  0xF0019EB4          Message Object 117 Data Register High
CAN_MOAR117     0xF0019EB8          Message Object 117 Arbitration Register
CAN_MOCTR117    0xF0019EBC          Message Object 117 Control Register
CAN_MOFCR118    0xF0019EC0          Message Object 118 Function Control Register
CAN_MOFGPR118   0xF0019EC4          Message Object 118 FIFO/Gateway Pointer Register
CAN_MOIPR118    0xF0019EC8          Message Object 118 Interrupt Pointer Register
CAN_MOAMR118    0xF0019ECC          Message Object 118 Acceptance Mask Register
CAN_MODATAL118  0xF0019ED0          Message Object 118 Data Register Low
CAN_MODATAH118  0xF0019ED4          Message Object 118 Data Register High
CAN_MOAR118     0xF0019ED8          Message Object 118 Arbitration Register
CAN_MOCTR118    0xF0019EDC          Message Object 118 Control Register
CAN_MOFCR119    0xF0019EE0          Message Object 119 Function Control Register
CAN_MOFGPR119   0xF0019EE4          Message Object 119 FIFO/Gateway Pointer Register
CAN_MOIPR119    0xF0019EE8          Message Object 119 Interrupt Pointer Register
CAN_MOAMR119    0xF0019EEC          Message Object 119 Acceptance Mask Register
CAN_MODATAL119  0xF0019EF0          Message Object 119 Data Register Low
CAN_MODATAH119  0xF0019EF4          Message Object 119 Data Register High
CAN_MOAR119     0xF0019EF8          Message Object 119 Arbitration Register
CAN_MOCTR119    0xF0019EFC          Message Object 119 Control Register
CAN_MOFCR120    0xF0019F00          Message Object 120 Function Control Register
CAN_MOFGPR120   0xF0019F04          Message Object 120 FIFO/Gateway Pointer Register
CAN_MOIPR120    0xF0019F08          Message Object 120 Interrupt Pointer Register
CAN_MOAMR120    0xF0019F0C          Message Object 120 Acceptance Mask Register
CAN_MODATAL120  0xF0019F10          Message Object 120 Data Register Low
CAN_MODATAH120  0xF0019F14          Message Object 120 Data Register High
CAN_MOAR120     0xF0019F18          Message Object 120 Arbitration Register
CAN_MOCTR120    0xF0019F1C          Message Object 120 Control Register
CAN_MOFCR121    0xF0019F20          Message Object 121 Function Control Register
CAN_MOFGPR121   0xF0019F24          Message Object 121 FIFO/Gateway Pointer Register
CAN_MOIPR121    0xF0019F28          Message Object 121 Interrupt Pointer Register
CAN_MOAMR121    0xF0019F2C          Message Object 121 Acceptance Mask Register
CAN_MODATAL121  0xF0019F30          Message Object 121 Data Register Low
CAN_MODATAH121  0xF0019F34          Message Object 121 Data Register High
CAN_MOAR121     0xF0019F38          Message Object 121 Arbitration Register
CAN_MOCTR121    0xF0019F3C          Message Object 121 Control Register
CAN_MOFCR122    0xF0019F40          Message Object 122 Function Control Register
CAN_MOFGPR122   0xF0019F44          Message Object 122 FIFO/Gateway Pointer Register
CAN_MOIPR122    0xF0019F48          Message Object 122 Interrupt Pointer Register
CAN_MOAMR122    0xF0019F4C          Message Object 122 Acceptance Mask Register
CAN_MODATAL122  0xF0019F50          Message Object 122 Data Register Low
CAN_MODATAH122  0xF0019F54          Message Object 122 Data Register High
CAN_MOAR122     0xF0019F58          Message Object 122 Arbitration Register
CAN_MOCTR122    0xF0019F5C          Message Object 122 Control Register
CAN_MOFCR123    0xF0019F60          Message Object 123 Function Control Register
CAN_MOFGPR123   0xF0019F64          Message Object 123 FIFO/Gateway Pointer Register
CAN_MOIPR123    0xF0019F68          Message Object 123 Interrupt Pointer Register
CAN_MOAMR123    0xF0019F6C          Message Object 123 Acceptance Mask Register
CAN_MODATAL123  0xF0019F70          Message Object 123 Data Register Low
CAN_MODATAH123  0xF0019F74          Message Object 123 Data Register High
CAN_MOAR123     0xF0019F78          Message Object 123 Arbitration Register
CAN_MOCTR123    0xF0019F7C          Message Object 123 Control Register
CAN_MOFCR124    0xF0019F80          Message Object 124 Function Control Register
CAN_MOFGPR124   0xF0019F84          Message Object 124 FIFO/Gateway Pointer Register
CAN_MOIPR124    0xF0019F88          Message Object 124 Interrupt Pointer Register
CAN_MOAMR124    0xF0019F8C          Message Object 124 Acceptance Mask Register
CAN_MODATAL124  0xF0019F90          Message Object 124 Data Register Low
CAN_MODATAH124  0xF0019F94          Message Object 124 Data Register High
CAN_MOAR124     0xF0019F98          Message Object 124 Arbitration Register
CAN_MOCTR124    0xF0019F9C          Message Object 124 Control Register
CAN_MOFCR125    0xF0019FA0          Message Object 125 Function Control Register
CAN_MOFGPR125   0xF0019FA4          Message Object 125 FIFO/Gateway Pointer Register
CAN_MOIPR125    0xF0019FA8          Message Object 125 Interrupt Pointer Register
CAN_MOAMR125    0xF0019FAC          Message Object 125 Acceptance Mask Register
CAN_MODATAL125  0xF0019FB0          Message Object 125 Data Register Low
CAN_MODATAH125  0xF0019FB4          Message Object 125 Data Register High
CAN_MOAR125     0xF0019FB8          Message Object 125 Arbitration Register
CAN_MOCTR125    0xF0019FBC          Message Object 125 Control Register
CAN_MOFCR126    0xF0019FC0          Message Object 126 Function Control Register
CAN_MOFGPR126   0xF0019FC4          Message Object 126 FIFO/Gateway Pointer Register
CAN_MOIPR126    0xF0019FC8          Message Object 126 Interrupt Pointer Register
CAN_MOAMR126    0xF0019FCC          Message Object 126 Acceptance Mask Register
CAN_MODATAL126  0xF0019FD0          Message Object 126 Data Register Low
CAN_MODATAH126  0xF0019FD4          Message Object 126 Data Register High
CAN_MOAR126     0xF0019FD8          Message Object 126 Arbitration Register
CAN_MOCTR126    0xF0019FDC          Message Object 126 Control Register
CAN_MOFCR127    0xF0019FE0          Message Object 127 Function Control Register
CAN_MOFGPR127   0xF0019FE4          Message Object 127 FIFO/Gateway Pointer Register
CAN_MOIPR127    0xF0019FE8          Message Object 127 Interrupt Pointer Register
CAN_MOAMR127    0xF0019FEC          Message Object 127 Acceptance Mask Register
CAN_MODATAL127  0xF0019FF0          Message Object 127 Data Register Low
CAN_MODATAH127  0xF0019FF4          Message Object 127 Data Register High
CAN_MOAR127     0xF0019FF8          Message Object 127 Arbitration Register
CAN_MOCTR127    0xF0019FFC          Message Object 127 Control Register
VADC_CLC        0xF0020000          Clock Control Register
VADC_ID         0xF0020008          Module Identification Register
VADC_OCS        0xF0020028          OCDS Control and Status Register
VADC_KRSTCLR    0xF002002C          Kernel Reset Status Clear Register
VADC_KRST1      0xF0020030          Kernel Reset Register 1
VADC_KRST0      0xF0020034          Kernel Reset Register 0
VADC_ACCEN0     0xF002003C          Access Enable Register 0
VADC_GLOBCFG    0xF0020080          Global Configuration Register
VADC_ACCPROT0   0xF0020088          Access Protection Register
VADC_ACCPROT1   0xF002008C          Access Protection Register
VADC_GLOBICLASS0 0xF00200A0          Input Class Register 0, Global
VADC_GLOBICLASS1 0xF00200A4          Input Class Register 1, Global
VADC_GLOBBOUND  0xF00200B8          Global Boundary Select Register
VADC_GLOBEFLAG  0xF00200E0          Global Event Flag Register
VADC_GLOBEVNP   0xF0020140          Global Event Node Pointer Register
VADC_GLOBTF     0xF0020160          Global Test Functions Register
VADC_GLOBTE     0xF0020164          Global Test Enable Register
VADC_BRSSEL0    0xF0020180          Background Request Source Channel Select Register, Group 0
VADC_BRSSEL1    0xF0020184          Background Request Source Channel Select Register, Group 1
VADC_BRSSEL2    0xF0020188          Background Request Source Channel Select Register, Group 2
VADC_BRSSEL3    0xF002018C          Background Request Source Channel Select Register, Group 3
VADC_BRSPND0    0xF00201C0          Background Request Source Pending Register, Group 0
VADC_BRSPND1    0xF00201C4          Background Request Source Pending Register, Group 1
VADC_BRSPND2    0xF00201C8          Background Request Source Pending Register, Group 2
VADC_BRSPND3    0xF00201CC          Background Request Source Pending Register, Group 3
VADC_BRSCTRL    0xF0020200          Background Request Source Control Register
VADC_BRSMR      0xF0020204          Background Request Source Mode Register
VADC_GLOBRCR    0xF0020280          Global Result Control Register
VADC_GLOBRES    0xF0020300          Global Result Register
VADC_GLOBRESD   0xF0020380          Global Result Register, Debug
VADC_EMUXSEL    0xF00203F0          External Multiplexer Select Register
VADC_G0ARBCFG   0xF0020480          Arbitration Configuration Register, Group 0
VADC_G0ARBPR    0xF0020484          Arbitration Priority Register, Group 0
VADC_G0CHASS    0xF0020488          Channel Assignment Register, Group 0
VADC_G0RRASS    0xF002048C          Result Assignment Register, Group 0
VADC_G0ICLASS0  0xF00204A0          Input Class Register 0, Group 0
VADC_G0ICLASS1  0xF00204A4          Input Class Register 1, Group 0
VADC_G0ALIAS    0xF00204B0          Alias Register, Group 0
VADC_G0BOUND    0xF00204B8          Boundary Select Register, Group 0
VADC_G0SYNCTR   0xF00204C0          Synchronization Control Register, Group 0
VADC_G0BFL      0xF00204C8          Boundary Flag Register, Group 0
VADC_G0BFLS     0xF00204CC          Boundary Flag Software Register, Group 0
VADC_G0BFLC     0xF00204D0          Boundary Flag Control Register, Group 0
VADC_G0BFLNP    0xF00204D4          Boundary Flag Node Pointer Register, Group 0
VADC_G0QCTRL0   0xF0020500          Queue 0 Source Control Register, Group 0
VADC_G0QMR0     0xF0020504          Queue 0 Mode Register, Group 0
VADC_G0QSR0     0xF0020508          Queue 0 Status Register, Group 0
VADC_G0Q0R0     0xF002050C          Queue 0 Register 0, Group 0
VADC_G0QBUR0    0xF0020510          Queue 0 Backup Register, Group 0
VADC_G0ASCTRL   0xF0020520          Autoscan Source Control Register, Group 0
VADC_G0ASMR     0xF0020524          Autoscan Source Mode Register, Group 0
VADC_G0ASSEL    0xF0020528          Autoscan Source Channel Select Register, Group 0
VADC_G0ASPND    0xF002052C          Autoscan Source Pending Register, Group 0
VADC_G0QCTRL3   0xF0020540          Queue 3 Source Control Register, Group 0
VADC_G0QMR3     0xF0020544          Queue 3 Mode Register, Group 0
VADC_G0QSR3     0xF0020548          Queue 3 Status Register, Group 0
VADC_G0Q0R3     0xF002054C          Queue 3 Register 0, Group 0
VADC_G0QBUR3    0xF0020550          Queue 3 Backup Register, Group 0
VADC_G0TRCTR    0xF0020554          Trigger Control Register, Group 0
VADC_G0CEFLAG   0xF0020580          Channel Event Flag Register, Group 0
VADC_G0REFLAG   0xF0020584          Result Event Flag Register, Group 0
VADC_G0SEFLAG   0xF0020588          Source Event Flag Register, Group 0
VADC_G0CEFCLR   0xF0020590          Channel Event Flag Clear Register, Group 0
VADC_G0REFCLR   0xF0020594          Result Event Flag Clear Register, Group 0
VADC_G0SEFCLR   0xF0020598          Source Event Flag Clear Register, Group 0
VADC_G0CEVNP0   0xF00205A0          Channel Event Node Pointer Register 0, Group 0
VADC_G0CEVNP1   0xF00205A4          Channel Event Node Pointer Register 1, Group 0
VADC_G0REVNP0   0xF00205B0          Result Event Node Pointer Register 0, Group 0
VADC_G0REVNP1   0xF00205B4          Result Event Node Pointer Register 1, Group 0
VADC_G0SEVNP    0xF00205C0          Source Event Node Pointer Register, Group 0
VADC_G0SRACT    0xF00205C8          Service Request Software Activation Trigger, Group 0
VADC_G0EMUXCTR  0xF00205F0          External Multiplexer Control Register, Group 0
VADC_G0VFR      0xF00205F8          Valid Flag Register, Group 0
VADC_G0CHCTR0   0xF0020600          Group 0, Channel 0 Ctrl. Reg.
VADC_G0CHCTR1   0xF0020604          Group 0, Channel 1 Ctrl. Reg.
VADC_G0CHCTR2   0xF0020608          Group 0, Channel 2 Ctrl. Reg.
VADC_G0CHCTR3   0xF002060C          Group 0, Channel 3 Ctrl. Reg.
VADC_G0CHCTR4   0xF0020610          Group 0, Channel 4 Ctrl. Reg.
VADC_G0CHCTR5   0xF0020614          Group 0, Channel 5 Ctrl. Reg.
VADC_G0CHCTR6   0xF0020618          Group 0, Channel 6 Ctrl. Reg.
VADC_G0CHCTR7   0xF002061C          Group 0, Channel 7 Ctrl. Reg.
VADC_G0CHCTR8   0xF0020620          Group 0, Channel 8 Ctrl. Reg.
VADC_G0CHCTR9   0xF0020624          Group 0, Channel 9 Ctrl. Reg.
VADC_G0CHCTR10  0xF0020628          Group 0, Channel 10 Ctrl. Reg.
VADC_G0CHCTR11  0xF002062C          Group 0, Channel 11 Ctrl. Reg.
VADC_G0RCR0     0xF0020680          Group 0 Result Control Reg. 0
VADC_G0RCR1     0xF0020684          Group 0 Result Control Reg. 1
VADC_G0RCR2     0xF0020688          Group 0 Result Control Reg. 2
VADC_G0RCR3     0xF002068C          Group 0 Result Control Reg. 3
VADC_G0RCR4     0xF0020690          Group 0 Result Control Reg. 4
VADC_G0RCR5     0xF0020694          Group 0 Result Control Reg. 5
VADC_G0RCR6     0xF0020698          Group 0 Result Control Reg. 6
VADC_G0RCR7     0xF002069C          Group 0 Result Control Reg. 7
VADC_G0RCR8     0xF00206A0          Group 0 Result Control Reg. 8
VADC_G0RCR9     0xF00206A4          Group 0 Result Control Reg. 9
VADC_G0RCR10    0xF00206A8          Group 0 Result Control Reg. 10
VADC_G0RCR11    0xF00206AC          Group 0 Result Control Reg. 11
VADC_G0RCR12    0xF00206B0          Group 0 Result Control Reg. 12
VADC_G0RCR13    0xF00206B4          Group 0 Result Control Reg. 13
VADC_G0RCR14    0xF00206B8          Group 0 Result Control Reg. 14
VADC_G0RCR15    0xF00206BC          Group 0 Result Control Reg. 15
VADC_G0RES0     0xF0020700          Group 0 Result Register 0
VADC_G0RES1     0xF0020704          Group 0 Result Register 1
VADC_G0RES2     0xF0020708          Group 0 Result Register 2
VADC_G0RES3     0xF002070C          Group 0 Result Register 3
VADC_G0RES4     0xF0020710          Group 0 Result Register 4
VADC_G0RES5     0xF0020714          Group 0 Result Register 5
VADC_G0RES6     0xF0020718          Group 0 Result Register 6
VADC_G0RES7     0xF002071C          Group 0 Result Register 7
VADC_G0RES8     0xF0020720          Group 0 Result Register 8
VADC_G0RES9     0xF0020724          Group 0 Result Register 9
VADC_G0RES10    0xF0020728          Group 0 Result Register 10
VADC_G0RES11    0xF002072C          Group 0 Result Register 11
VADC_G0RES12    0xF0020730          Group 0 Result Register 12
VADC_G0RES13    0xF0020734          Group 0 Result Register 13
VADC_G0RES14    0xF0020738          Group 0 Result Register 14
VADC_G0RES15    0xF002073C          Group 0 Result Register 15
VADC_G0RESD0    0xF0020780          Group 0 Result Reg. 0, Debug
VADC_G0RESD1    0xF0020784          Group 0 Result Reg. 1, Debug
VADC_G0RESD2    0xF0020788          Group 0 Result Reg. 2, Debug
VADC_G0RESD3    0xF002078C          Group 0 Result Reg. 3, Debug
VADC_G0RESD4    0xF0020790          Group 0 Result Reg. 4, Debug
VADC_G0RESD5    0xF0020794          Group 0 Result Reg. 5, Debug
VADC_G0RESD6    0xF0020798          Group 0 Result Reg. 6, Debug
VADC_G0RESD7    0xF002079C          Group 0 Result Reg. 7, Debug
VADC_G0RESD8    0xF00207A0          Group 0 Result Reg. 8, Debug
VADC_G0RESD9    0xF00207A4          Group 0 Result Reg. 9, Debug
VADC_G0RESD10   0xF00207A8          Group 0 Result Reg. 10, Debug
VADC_G0RESD11   0xF00207AC          Group 0 Result Reg. 11, Debug
VADC_G0RESD12   0xF00207B0          Group 0 Result Reg. 12, Debug
VADC_G0RESD13   0xF00207B4          Group 0 Result Reg. 13, Debug
VADC_G0RESD14   0xF00207B8          Group 0 Result Reg. 14, Debug
VADC_G0RESD15   0xF00207BC          Group 0 Result Reg. 15, Debug
VADC_G1ARBCFG   0xF0020880          Arbitration Configuration Register, Group 1
VADC_G1ARBPR    0xF0020884          Arbitration Priority Register, Group 1
VADC_G1CHASS    0xF0020888          Channel Assignment Register, Group 1
VADC_G1RRASS    0xF002088C          Result Assignment Register, Group 1
VADC_G1ICLASS0  0xF00208A0          Input Class Register 0, Group 1
VADC_G1ICLASS1  0xF00208A4          Input Class Register 1, Group 1
VADC_G1ALIAS    0xF00208B0          Alias Register, Group 1
VADC_G1BOUND    0xF00208B8          Boundary Select Register, Group 1
VADC_G1SYNCTR   0xF00208C0          Synchronization Control Register, Group 1
VADC_G1BFL      0xF00208C8          Boundary Flag Register, Group 1
VADC_G1BFLS     0xF00208CC          Boundary Flag Software Register, Group 1
VADC_G1BFLC     0xF00208D0          Boundary Flag Control Register, Group 1
VADC_G1BFLNP    0xF00208D4          Boundary Flag Node Pointer Register, Group 1
VADC_G1QCTRL0   0xF0020900          Queue 0 Source Control Register, Group 1
VADC_G1QMR0     0xF0020904          Queue 0 Mode Register, Group 1
VADC_G1QSR0     0xF0020908          Queue 0 Status Register, Group 1
VADC_G1Q0R0     0xF002090C          Queue 0 Register 0, Group 1
VADC_G1QBUR0    0xF0020910          Queue 0 Backup Register, Group 1
VADC_G1ASCTRL   0xF0020920          Autoscan Source Control Register, Group 1
VADC_G1ASMR     0xF0020924          Autoscan Source Mode Register, Group 1
VADC_G1ASSEL    0xF0020928          Autoscan Source Channel Select Register, Group 1
VADC_G1ASPND    0xF002092C          Autoscan Source Pending Register, Group 1
VADC_G1QCTRL3   0xF0020940          Queue 3 Source Control Register, Group 1
VADC_G1QMR3     0xF0020944          Queue 3 Mode Register, Group 1
VADC_G1QSR3     0xF0020948          Queue 3 Status Register, Group 1
VADC_G1Q0R3     0xF002094C          Queue 3 Register 0, Group 1
VADC_G1QBUR3    0xF0020950          Queue 3 Backup Register, Group 1
VADC_G1TRCTR    0xF0020954          Trigger Control Register, Group 1
VADC_G1CEFLAG   0xF0020980          Channel Event Flag Register, Group 1
VADC_G1REFLAG   0xF0020984          Result Event Flag Register, Group 1
VADC_G1SEFLAG   0xF0020988          Source Event Flag Register, Group 1
VADC_G1CEFCLR   0xF0020990          Channel Event Flag Clear Register, Group 1
VADC_G1REFCLR   0xF0020994          Result Event Flag Clear Register, Group 1
VADC_G1SEFCLR   0xF0020998          Source Event Flag Clear Register, Group 1
VADC_G1CEVNP0   0xF00209A0          Channel Event Node Pointer Register 0, Group 1
VADC_G1CEVNP1   0xF00209A4          Channel Event Node Pointer Register 1, Group 1
VADC_G1REVNP0   0xF00209B0          Result Event Node Pointer Register 0, Group 1
VADC_G1REVNP1   0xF00209B4          Result Event Node Pointer Register 1, Group 1
VADC_G1SEVNP    0xF00209C0          Source Event Node Pointer Register, Group 1
VADC_G1SRACT    0xF00209C8          Service Request Software Activation Trigger, Group 1
VADC_G1EMUXCTR  0xF00209F0          External Multiplexer Control Register, Group 1
VADC_G1VFR      0xF00209F8          Valid Flag Register, Group 1
VADC_G1CHCTR0   0xF0020A00          Group 1, Channel 0 Ctrl. Reg.
VADC_G1CHCTR1   0xF0020A04          Group 1, Channel 1 Ctrl. Reg.
VADC_G1CHCTR2   0xF0020A08          Group 1, Channel 2 Ctrl. Reg.
VADC_G1CHCTR3   0xF0020A0C          Group 1, Channel 3 Ctrl. Reg.
VADC_G1CHCTR4   0xF0020A10          Group 1, Channel 4 Ctrl. Reg.
VADC_G1CHCTR5   0xF0020A14          Group 1, Channel 5 Ctrl. Reg.
VADC_G1CHCTR6   0xF0020A18          Group 1, Channel 6 Ctrl. Reg.
VADC_G1CHCTR7   0xF0020A1C          Group 1, Channel 7 Ctrl. Reg.
VADC_G1CHCTR8   0xF0020A20          Group 1, Channel 8 Ctrl. Reg.
VADC_G1CHCTR9   0xF0020A24          Group 1, Channel 9 Ctrl. Reg.
VADC_G1CHCTR10  0xF0020A28          Group 1, Channel 10 Ctrl. Reg.
VADC_G1CHCTR11  0xF0020A2C          Group 1, Channel 11 Ctrl. Reg.
VADC_G1RCR0     0xF0020A80          Group 1 Result Control Reg. 0
VADC_G1RCR1     0xF0020A84          Group 1 Result Control Reg. 1
VADC_G1RCR2     0xF0020A88          Group 1 Result Control Reg. 2
VADC_G1RCR3     0xF0020A8C          Group 1 Result Control Reg. 3
VADC_G1RCR4     0xF0020A90          Group 1 Result Control Reg. 4
VADC_G1RCR5     0xF0020A94          Group 1 Result Control Reg. 5
VADC_G1RCR6     0xF0020A98          Group 1 Result Control Reg. 6
VADC_G1RCR7     0xF0020A9C          Group 1 Result Control Reg. 7
VADC_G1RCR8     0xF0020AA0          Group 1 Result Control Reg. 8
VADC_G1RCR9     0xF0020AA4          Group 1 Result Control Reg. 9
VADC_G1RCR10    0xF0020AA8          Group 1 Result Control Reg. 10
VADC_G1RCR11    0xF0020AAC          Group 1 Result Control Reg. 11
VADC_G1RCR12    0xF0020AB0          Group 1 Result Control Reg. 12
VADC_G1RCR13    0xF0020AB4          Group 1 Result Control Reg. 13
VADC_G1RCR14    0xF0020AB8          Group 1 Result Control Reg. 14
VADC_G1RCR15    0xF0020ABC          Group 1 Result Control Reg. 15
VADC_G1RES0     0xF0020B00          Group 1 Result Register 0
VADC_G1RES1     0xF0020B04          Group 1 Result Register 1
VADC_G1RES2     0xF0020B08          Group 1 Result Register 2
VADC_G1RES3     0xF0020B0C          Group 1 Result Register 3
VADC_G1RES4     0xF0020B10          Group 1 Result Register 4
VADC_G1RES5     0xF0020B14          Group 1 Result Register 5
VADC_G1RES6     0xF0020B18          Group 1 Result Register 6
VADC_G1RES7     0xF0020B1C          Group 1 Result Register 7
VADC_G1RES8     0xF0020B20          Group 1 Result Register 8
VADC_G1RES9     0xF0020B24          Group 1 Result Register 9
VADC_G1RES10    0xF0020B28          Group 1 Result Register 10
VADC_G1RES11    0xF0020B2C          Group 1 Result Register 11
VADC_G1RES12    0xF0020B30          Group 1 Result Register 12
VADC_G1RES13    0xF0020B34          Group 1 Result Register 13
VADC_G1RES14    0xF0020B38          Group 1 Result Register 14
VADC_G1RES15    0xF0020B3C          Group 1 Result Register 15
VADC_G1RESD0    0xF0020B80          Group 1 Result Reg. 0, Debug
VADC_G1RESD1    0xF0020B84          Group 1 Result Reg. 1, Debug
VADC_G1RESD2    0xF0020B88          Group 1 Result Reg. 2, Debug
VADC_G1RESD3    0xF0020B8C          Group 1 Result Reg. 3, Debug
VADC_G1RESD4    0xF0020B90          Group 1 Result Reg. 4, Debug
VADC_G1RESD5    0xF0020B94          Group 1 Result Reg. 5, Debug
VADC_G1RESD6    0xF0020B98          Group 1 Result Reg. 6, Debug
VADC_G1RESD7    0xF0020B9C          Group 1 Result Reg. 7, Debug
VADC_G1RESD8    0xF0020BA0          Group 1 Result Reg. 8, Debug
VADC_G1RESD9    0xF0020BA4          Group 1 Result Reg. 9, Debug
VADC_G1RESD10   0xF0020BA8          Group 1 Result Reg. 10, Debug
VADC_G1RESD11   0xF0020BAC          Group 1 Result Reg. 11, Debug
VADC_G1RESD12   0xF0020BB0          Group 1 Result Reg. 12, Debug
VADC_G1RESD13   0xF0020BB4          Group 1 Result Reg. 13, Debug
VADC_G1RESD14   0xF0020BB8          Group 1 Result Reg. 14, Debug
VADC_G1RESD15   0xF0020BBC          Group 1 Result Reg. 15, Debug
VADC_G2ARBCFG   0xF0020C80          Arbitration Configuration Register, Group 2
VADC_G2ARBPR    0xF0020C84          Arbitration Priority Register, Group 2
VADC_G2CHASS    0xF0020C88          Channel Assignment Register, Group 2
VADC_G2RRASS    0xF0020C8C          Result Assignment Register, Group 2
VADC_G2ICLASS0  0xF0020CA0          Input Class Register 0, Group 2
VADC_G2ICLASS1  0xF0020CA4          Input Class Register 1, Group 2
VADC_G2ALIAS    0xF0020CB0          Alias Register, Group 2
VADC_G2BOUND    0xF0020CB8          Boundary Select Register, Group 2
VADC_G2SYNCTR   0xF0020CC0          Synchronization Control Register, Group 2
VADC_G2BFL      0xF0020CC8          Boundary Flag Register, Group 2
VADC_G2BFLS     0xF0020CCC          Boundary Flag Software Register, Group 2
VADC_G2BFLC     0xF0020CD0          Boundary Flag Control Register, Group 2
VADC_G2BFLNP    0xF0020CD4          Boundary Flag Node Pointer Register, Group 2
VADC_G2QCTRL0   0xF0020D00          Queue 0 Source Control Register, Group 2
VADC_G2QMR0     0xF0020D04          Queue 0 Mode Register, Group 2
VADC_G2QSR0     0xF0020D08          Queue 0 Status Register, Group 2
VADC_G2Q0R0     0xF0020D0C          Queue 0 Register 0, Group 2
VADC_G2QBUR0    0xF0020D10          Queue 0 Backup Register, Group 2
VADC_G2ASCTRL   0xF0020D20          Autoscan Source Control Register, Group 2
VADC_G2ASMR     0xF0020D24          Autoscan Source Mode Register, Group 2
VADC_G2ASSEL    0xF0020D28          Autoscan Source Channel Select Register, Group 2
VADC_G2ASPND    0xF0020D2C          Autoscan Source Pending Register, Group 2
VADC_G2QCTRL3   0xF0020D40          Queue 3 Source Control Register, Group 2
VADC_G2QMR3     0xF0020D44          Queue 3 Mode Register, Group 2
VADC_G2QSR3     0xF0020D48          Queue 3 Status Register, Group 2
VADC_G2Q0R3     0xF0020D4C          Queue 3 Register 0, Group 2
VADC_G2QBUR3    0xF0020D50          Queue 3 Backup Register, Group 2
VADC_G2TRCTR    0xF0020D54          Trigger Control Register, Group 2
VADC_G2CEFLAG   0xF0020D80          Channel Event Flag Register, Group 2
VADC_G2REFLAG   0xF0020D84          Result Event Flag Register, Group 2
VADC_G2SEFLAG   0xF0020D88          Source Event Flag Register, Group 2
VADC_G2CEFCLR   0xF0020D90          Channel Event Flag Clear Register, Group 2
VADC_G2REFCLR   0xF0020D94          Result Event Flag Clear Register, Group 2
VADC_G2SEFCLR   0xF0020D98          Source Event Flag Clear Register, Group 2
VADC_G2CEVNP0   0xF0020DA0          Channel Event Node Pointer Register 0, Group 2
VADC_G2CEVNP1   0xF0020DA4          Channel Event Node Pointer Register 1, Group 2
VADC_G2REVNP0   0xF0020DB0          Result Event Node Pointer Register 0, Group 2
VADC_G2REVNP1   0xF0020DB4          Result Event Node Pointer Register 1, Group 2
VADC_G2SEVNP    0xF0020DC0          Source Event Node Pointer Register, Group 2
VADC_G2SRACT    0xF0020DC8          Service Request Software Activation Trigger, Group 2
VADC_G2EMUXCTR  0xF0020DF0          External Multiplexer Control Register, Group 2
VADC_G2VFR      0xF0020DF8          Valid Flag Register, Group 2
VADC_G2CHCTR0   0xF0020E00          Group 2, Channel 0 Ctrl. Reg.
VADC_G2RCR0     0xF0020E80          Group 2 Result Control Reg. 0
VADC_G2RCR1     0xF0020E84          Group 2 Result Control Reg. 1
VADC_G2RCR2     0xF0020E88          Group 2 Result Control Reg. 2
VADC_G2RCR3     0xF0020E8C          Group 2 Result Control Reg. 3
VADC_G2RCR4     0xF0020E90          Group 2 Result Control Reg. 4
VADC_G2RCR5     0xF0020E94          Group 2 Result Control Reg. 5
VADC_G2RCR6     0xF0020E98          Group 2 Result Control Reg. 6
VADC_G2RCR7     0xF0020E9C          Group 2 Result Control Reg. 7
VADC_G2RCR8     0xF0020EA0          Group 2 Result Control Reg. 8
VADC_G2RCR9     0xF0020EA4          Group 2 Result Control Reg. 9
VADC_G2RCR10    0xF0020EA8          Group 2 Result Control Reg. 10
VADC_G2RCR11    0xF0020EAC          Group 2 Result Control Reg. 11
VADC_G2RCR12    0xF0020EB0          Group 2 Result Control Reg. 12
VADC_G2RCR13    0xF0020EB4          Group 2 Result Control Reg. 13
VADC_G2RCR14    0xF0020EB8          Group 2 Result Control Reg. 14
VADC_G2RCR15    0xF0020EBC          Group 2 Result Control Reg. 15
VADC_G2RES0     0xF0020F00          Group 2 Result Register 0
VADC_G2RES1     0xF0020F04          Group 2 Result Register 1
VADC_G2RES2     0xF0020F08          Group 2 Result Register 2
VADC_G2RES3     0xF0020F0C          Group 2 Result Register 3
VADC_G2RES4     0xF0020F10          Group 2 Result Register 4
VADC_G2RES5     0xF0020F14          Group 2 Result Register 5
VADC_G2RES6     0xF0020F18          Group 2 Result Register 6
VADC_G2RES7     0xF0020F1C          Group 2 Result Register 7
VADC_G2RES8     0xF0020F20          Group 2 Result Register 8
VADC_G2RES9     0xF0020F24          Group 2 Result Register 9
VADC_G2RES10    0xF0020F28          Group 2 Result Register 10
VADC_G2RES11    0xF0020F2C          Group 2 Result Register 11
VADC_G2RES12    0xF0020F30          Group 2 Result Register 12
VADC_G2RES13    0xF0020F34          Group 2 Result Register 13
VADC_G2RES14    0xF0020F38          Group 2 Result Register 14
VADC_G2RES15    0xF0020F3C          Group 2 Result Register 15
VADC_G2RESD0    0xF0020F80          Group 2 Result Reg. 0, Debug
VADC_G2RESD1    0xF0020F84          Group 2 Result Reg. 1, Debug
VADC_G2RESD2    0xF0020F88          Group 2 Result Reg. 2, Debug
VADC_G2RESD3    0xF0020F8C          Group 2 Result Reg. 3, Debug
VADC_G2RESD4    0xF0020F90          Group 2 Result Reg. 4, Debug
VADC_G2RESD5    0xF0020F94          Group 2 Result Reg. 5, Debug
VADC_G2RESD6    0xF0020F98          Group 2 Result Reg. 6, Debug
VADC_G2RESD7    0xF0020F9C          Group 2 Result Reg. 7, Debug
VADC_G2RESD8    0xF0020FA0          Group 2 Result Reg. 8, Debug
VADC_G2RESD9    0xF0020FA4          Group 2 Result Reg. 9, Debug
VADC_G2RESD10   0xF0020FA8          Group 2 Result Reg. 10, Debug
VADC_G2RESD11   0xF0020FAC          Group 2 Result Reg. 11, Debug
VADC_G2RESD12   0xF0020FB0          Group 2 Result Reg. 12, Debug
VADC_G2RESD13   0xF0020FB4          Group 2 Result Reg. 13, Debug
VADC_G2RESD14   0xF0020FB8          Group 2 Result Reg. 14, Debug
VADC_G2RESD15   0xF0020FBC          Group 2 Result Reg. 15, Debug
VADC_G3ARBCFG   0xF0021080          Arbitration Configuration Register, Group 3
VADC_G3ARBPR    0xF0021084          Arbitration Priority Register, Group 3
VADC_G3CHASS    0xF0021088          Channel Assignment Register, Group 3
VADC_G3RRASS    0xF002108C          Result Assignment Register, Group 3
VADC_G3ICLASS0  0xF00210A0          Input Class Register 0, Group 3
VADC_G3ICLASS1  0xF00210A4          Input Class Register 1, Group 3
VADC_G3ALIAS    0xF00210B0          Alias Register, Group 3
VADC_G3BOUND    0xF00210B8          Boundary Select Register, Group 3
VADC_G3SYNCTR   0xF00210C0          Synchronization Control Register, Group 3
VADC_G3BFL      0xF00210C8          Boundary Flag Register, Group 3
VADC_G3BFLS     0xF00210CC          Boundary Flag Software Register, Group 3
VADC_G3BFLC     0xF00210D0          Boundary Flag Control Register, Group 3
VADC_G3BFLNP    0xF00210D4          Boundary Flag Node Pointer Register, Group 3
VADC_G3QCTRL0   0xF0021100          Queue 0 Source Control Register, Group 3
VADC_G3QMR0     0xF0021104          Queue 0 Mode Register, Group 3
VADC_G3QSR0     0xF0021108          Queue 0 Status Register, Group 3
VADC_G3Q0R0     0xF002110C          Queue 0 Register 0, Group 3
VADC_G3QBUR0    0xF0021110          Queue 0 Backup Register, Group 3
VADC_G3ASCTRL   0xF0021120          Autoscan Source Control Register, Group 3
VADC_G3ASMR     0xF0021124          Autoscan Source Mode Register, Group 3
VADC_G3ASSEL    0xF0021128          Autoscan Source Channel Select Register, Group 3
VADC_G3ASPND    0xF002112C          Autoscan Source Pending Register, Group 3
VADC_G3QCTRL3   0xF0021140          Queue 3 Source Control Register, Group 3
VADC_G3QMR3     0xF0021144          Queue 3 Mode Register, Group 3
VADC_G3QSR3     0xF0021148          Queue 3 Status Register, Group 3
VADC_G3Q0R3     0xF002114C          Queue 3 Register 0, Group 3
VADC_G3QBUR3    0xF0021150          Queue 3 Backup Register, Group 3
VADC_G3TRCTR    0xF0021154          Trigger Control Register, Group 3
VADC_G3CEFLAG   0xF0021180          Channel Event Flag Register, Group 3
VADC_G3REFLAG   0xF0021184          Result Event Flag Register, Group 3
VADC_G3SEFLAG   0xF0021188          Source Event Flag Register, Group 3
VADC_G3CEFCLR   0xF0021190          Channel Event Flag Clear Register, Group 3
VADC_G3REFCLR   0xF0021194          Result Event Flag Clear Register, Group 3
VADC_G3SEFCLR   0xF0021198          Source Event Flag Clear Register, Group 3
VADC_G3CEVNP0   0xF00211A0          Channel Event Node Pointer Register 0, Group 3
VADC_G3CEVNP1   0xF00211A4          Channel Event Node Pointer Register 1, Group 3
VADC_G3REVNP0   0xF00211B0          Result Event Node Pointer Register 0, Group 3
VADC_G3REVNP1   0xF00211B4          Result Event Node Pointer Register 1, Group 3
VADC_G3SEVNP    0xF00211C0          Source Event Node Pointer Register, Group 3
VADC_G3SRACT    0xF00211C8          Service Request Software Activation Trigger, Group 3
VADC_G3EMUXCTR  0xF00211F0          External Multiplexer Control Register, Group 3
VADC_G3VFR      0xF00211F8          Valid Flag Register, Group 3
VADC_G3CHCTR0   0xF0021200          Group 3, Channel 0 Ctrl. Reg.
VADC_G3RCR0     0xF0021280          Group 3 Result Control Reg. 0
VADC_G3RCR1     0xF0021284          Group 3 Result Control Reg. 1
VADC_G3RCR2     0xF0021288          Group 3 Result Control Reg. 2
VADC_G3RCR3     0xF002128C          Group 3 Result Control Reg. 3
VADC_G3RCR4     0xF0021290          Group 3 Result Control Reg. 4
VADC_G3RCR5     0xF0021294          Group 3 Result Control Reg. 5
VADC_G3RCR6     0xF0021298          Group 3 Result Control Reg. 6
VADC_G3RCR7     0xF002129C          Group 3 Result Control Reg. 7
VADC_G3RCR8     0xF00212A0          Group 3 Result Control Reg. 8
VADC_G3RCR9     0xF00212A4          Group 3 Result Control Reg. 9
VADC_G3RCR10    0xF00212A8          Group 3 Result Control Reg. 10
VADC_G3RCR11    0xF00212AC          Group 3 Result Control Reg. 11
VADC_G3RCR12    0xF00212B0          Group 3 Result Control Reg. 12
VADC_G3RCR13    0xF00212B4          Group 3 Result Control Reg. 13
VADC_G3RCR14    0xF00212B8          Group 3 Result Control Reg. 14
VADC_G3RCR15    0xF00212BC          Group 3 Result Control Reg. 15
VADC_G3RES0     0xF0021300          Group 3 Result Register 0
VADC_G3RES1     0xF0021304          Group 3 Result Register 1
VADC_G3RES2     0xF0021308          Group 3 Result Register 2
VADC_G3RES3     0xF002130C          Group 3 Result Register 3
VADC_G3RES4     0xF0021310          Group 3 Result Register 4
VADC_G3RES5     0xF0021314          Group 3 Result Register 5
VADC_G3RES6     0xF0021318          Group 3 Result Register 6
VADC_G3RES7     0xF002131C          Group 3 Result Register 7
VADC_G3RES8     0xF0021320          Group 3 Result Register 8
VADC_G3RES9     0xF0021324          Group 3 Result Register 9
VADC_G3RES10    0xF0021328          Group 3 Result Register 10
VADC_G3RES11    0xF002132C          Group 3 Result Register 11
VADC_G3RES12    0xF0021330          Group 3 Result Register 12
VADC_G3RES13    0xF0021334          Group 3 Result Register 13
VADC_G3RES14    0xF0021338          Group 3 Result Register 14
VADC_G3RES15    0xF002133C          Group 3 Result Register 15
VADC_G3RESD0    0xF0021380          Group 3 Result Reg. 0, Debug
VADC_G3RESD1    0xF0021384          Group 3 Result Reg. 1, Debug
VADC_G3RESD2    0xF0021388          Group 3 Result Reg. 2, Debug
VADC_G3RESD3    0xF002138C          Group 3 Result Reg. 3, Debug
VADC_G3RESD4    0xF0021390          Group 3 Result Reg. 4, Debug
VADC_G3RESD5    0xF0021394          Group 3 Result Reg. 5, Debug
VADC_G3RESD6    0xF0021398          Group 3 Result Reg. 6, Debug
VADC_G3RESD7    0xF002139C          Group 3 Result Reg. 7, Debug
VADC_G3RESD8    0xF00213A0          Group 3 Result Reg. 8, Debug
VADC_G3RESD9    0xF00213A4          Group 3 Result Reg. 9, Debug
VADC_G3RESD10   0xF00213A8          Group 3 Result Reg. 10, Debug
VADC_G3RESD11   0xF00213AC          Group 3 Result Reg. 11, Debug
VADC_G3RESD12   0xF00213B0          Group 3 Result Reg. 12, Debug
VADC_G3RESD13   0xF00213B4          Group 3 Result Reg. 13, Debug
VADC_G3RESD14   0xF00213B8          Group 3 Result Reg. 14, Debug
VADC_G3RESD15   0xF00213BC          Group 3 Result Reg. 15, Debug
SBCU_ID         0xF0030008          Module Identification Register
SBCU_CON        0xF0030010          SBCU Control Register
SBCU_PRIOH      0xF0030014          Arbiter Priority Register High
SBCU_PRIOL      0xF0030018          Arbiter Priority Register Low
SBCU_ECON       0xF0030020          SBCU Error Control Capture Register
SBCU_EADD       0xF0030024          SBCU Error Address Capture Register
SBCU_EDAT       0xF0030028          SBCU Error Data Capture Register
SBCU_DBCNTL     0xF0030030          SBCU Debug Control Register
SBCU_DBGRNT     0xF0030034          SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0030038          SBCU Debug Address 1 Register
SBCU_DBADR2     0xF003003C          SBCU Debug Address 2 Register
SBCU_DBBOS      0xF0030040          SBCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0030044          SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0030048          SBCU Debug Trapped Address Register
SBCU_DBBOST     0xF003004C          SBCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0030050          SBCU Debug Data Status Register
SBCU_ACCEN1     0xF00300F8          Access Enable Register 1
SBCU_ACCEN0     0xF00300FC          Access Enable Register 0
IOM_CLC         0xF0035000          IOM Clock Control Register
IOM_ID          0xF0035008          IOM Identification Register
IOM_KRSTCLR     0xF003501C          IOM Kernel Reset Status Clear Register
IOM_KRST1       0xF0035020          IOM Kernel Reset Register 1
IOM_KRST0       0xF0035024          IOM Kernel Reset Register 0
IOM_ACCEN1      0xF0035028          IOM Access Enable Register 1
IOM_ACCEN0      0xF003502C          IOM Access Enable Register 0
IOM_ECMCCFG     0xF0035030          IOM Event Combiner Module Counter Configuration Register
IOM_ECMSELR     0xF0035034          IOM Event Combiner Module Global Event Selection Register
IOM_ECMETH0     0xF0035038          IOM Event Combiner Module Event Trigger History Register 0
IOM_ECMETH1     0xF003503C          IOM Event Combiner Module Event Trigger History Register 1
IOM_GTMEXR      0xF0035040          IOM GTM Input EXOR Combiner Selection Register
IOM_FPCESR      0xF0035078          IOM Filter and Prescaler Cells Rising 'and' Falling Edge Status Register
IOM_FPCCTR0     0xF0035080          IOM Filter and Prescaler Cell Control Register0
IOM_FPCCTR1     0xF0035084          IOM Filter and Prescaler Cell Control Register1
IOM_FPCCTR2     0xF0035088          IOM Filter and Prescaler Cell Control Register2
IOM_FPCCTR3     0xF003508C          IOM Filter and Prescaler Cell Control Register3
IOM_FPCCTR4     0xF0035090          IOM Filter and Prescaler Cell Control Register4
IOM_FPCCTR5     0xF0035094          IOM Filter and Prescaler Cell Control Register5
IOM_FPCCTR6     0xF0035098          IOM Filter and Prescaler Cell Control Register6
IOM_FPCCTR7     0xF003509C          IOM Filter and Prescaler Cell Control Register7
IOM_FPCCTR8     0xF00350A0          IOM Filter and Prescaler Cell Control Register8
IOM_FPCCTR9     0xF00350A4          IOM Filter and Prescaler Cell Control Register9
IOM_FPCCTR10    0xF00350A8          IOM Filter and Prescaler Cell Control Register10
IOM_FPCCTR11    0xF00350AC          IOM Filter and Prescaler Cell Control Register11
IOM_FPCCTR12    0xF00350B0          IOM Filter and Prescaler Cell Control Register12
IOM_FPCCTR13    0xF00350B4          IOM Filter and Prescaler Cell Control Register13
IOM_FPCCTR14    0xF00350B8          IOM Filter and Prescaler Cell Control Register14
IOM_FPCCTR15    0xF00350BC          IOM Filter and Prescaler Cell Control Register15
IOM_FPCTIM0     0xF00350C0          IOM Filter and Prescaler Cell 0 Timer Register
IOM_FPCTIM1     0xF00350C4          IOM Filter and Prescaler Cell 1 Timer Register
IOM_FPCTIM2     0xF00350C8          IOM Filter and Prescaler Cell 2 Timer Register
IOM_FPCTIM3     0xF00350CC          IOM Filter and Prescaler Cell 3 Timer Register
IOM_FPCTIM4     0xF00350D0          IOM Filter and Prescaler Cell 4 Timer Register
IOM_FPCTIM5     0xF00350D4          IOM Filter and Prescaler Cell 5 Timer Register
IOM_FPCTIM6     0xF00350D8          IOM Filter and Prescaler Cell 6 Timer Register
IOM_FPCTIM7     0xF00350DC          IOM Filter and Prescaler Cell 7 Timer Register
IOM_FPCTIM8     0xF00350E0          IOM Filter and Prescaler Cell 8 Timer Register
IOM_FPCTIM9     0xF00350E4          IOM Filter and Prescaler Cell 9 Timer Register
IOM_FPCTIM10    0xF00350E8          IOM Filter and Prescaler Cell 10 Timer Register
IOM_FPCTIM11    0xF00350EC          IOM Filter and Prescaler Cell 11 Timer Register
IOM_FPCTIM12    0xF00350F0          IOM Filter and Prescaler Cell 12 Timer Register
IOM_FPCTIM13    0xF00350F4          IOM Filter and Prescaler Cell 13 Timer Register
IOM_FPCTIM14    0xF00350F8          IOM Filter and Prescaler Cell 14 Timer Register
IOM_FPCTIM15    0xF00350FC          IOM Filter and Prescaler Cell 15 Timer Register
IOM_LAMEWC0     0xF0035100          IOM Logic Analyzer Module Event Window Count Status Register0
IOM_LAMEWC1     0xF0035104          IOM Logic Analyzer Module Event Window Count Status Register1
IOM_LAMEWC2     0xF0035108          IOM Logic Analyzer Module Event Window Count Status Register2
IOM_LAMEWC3     0xF003510C          IOM Logic Analyzer Module Event Window Count Status Register3
IOM_LAMEWC4     0xF0035110          IOM Logic Analyzer Module Event Window Count Status Register4
IOM_LAMEWC5     0xF0035114          IOM Logic Analyzer Module Event Window Count Status Register5
IOM_LAMEWC6     0xF0035118          IOM Logic Analyzer Module Event Window Count Status Register6
IOM_LAMEWC7     0xF003511C          IOM Logic Analyzer Module Event Window Count Status Register7
IOM_LAMEWC8     0xF0035120          IOM Logic Analyzer Module Event Window Count Status Register8
IOM_LAMEWC9     0xF0035124          IOM Logic Analyzer Module Event Window Count Status Register9
IOM_LAMEWC10    0xF0035128          IOM Logic Analyzer Module Event Window Count Status Register10
IOM_LAMEWC11    0xF003512C          IOM Logic Analyzer Module Event Window Count Status Register11
IOM_LAMEWC12    0xF0035130          IOM Logic Analyzer Module Event Window Count Status Register12
IOM_LAMEWC13    0xF0035134          IOM Logic Analyzer Module Event Window Count Status Register13
IOM_LAMEWC14    0xF0035138          IOM Logic Analyzer Module Event Window Count Status Register14
IOM_LAMEWC15    0xF003513C          IOM Logic Analyzer Module Event Window Count Status Register15
IOM_LAMCFG0     0xF0035180          IOM Logic Analyzer Module Configuration Register0
IOM_LAMCFG1     0xF0035184          IOM Logic Analyzer Module Configuration Register1
IOM_LAMCFG2     0xF0035188          IOM Logic Analyzer Module Configuration Register2
IOM_LAMCFG3     0xF003518C          IOM Logic Analyzer Module Configuration Register3
IOM_LAMCFG4     0xF0035190          IOM Logic Analyzer Module Configuration Register4
IOM_LAMCFG5     0xF0035194          IOM Logic Analyzer Module Configuration Register5
IOM_LAMCFG6     0xF0035198          IOM Logic Analyzer Module Configuration Register6
IOM_LAMCFG7     0xF003519C          IOM Logic Analyzer Module Configuration Register7
IOM_LAMCFG8     0xF00351A0          IOM Logic Analyzer Module Configuration Register8
IOM_LAMCFG9     0xF00351A4          IOM Logic Analyzer Module Configuration Register9
IOM_LAMCFG10    0xF00351A8          IOM Logic Analyzer Module Configuration Register10
IOM_LAMCFG11    0xF00351AC          IOM Logic Analyzer Module Configuration Register11
IOM_LAMCFG12    0xF00351B0          IOM Logic Analyzer Module Configuration Register12
IOM_LAMCFG13    0xF00351B4          IOM Logic Analyzer Module Configuration Register13
IOM_LAMCFG14    0xF00351B8          IOM Logic Analyzer Module Configuration Register14
IOM_LAMCFG15    0xF00351BC          IOM Logic Analyzer Module Configuration Register15
IOM_LAMEWS0     0xF00351C0          IOM Logic Analyzer Module Event Window Configuration Register0
IOM_LAMEWS1     0xF00351C4          IOM Logic Analyzer Module Event Window Configuration Register1
IOM_LAMEWS2     0xF00351C8          IOM Logic Analyzer Module Event Window Configuration Register2
IOM_LAMEWS3     0xF00351CC          IOM Logic Analyzer Module Event Window Configuration Register3
IOM_LAMEWS4     0xF00351D0          IOM Logic Analyzer Module Event Window Configuration Register4
IOM_LAMEWS5     0xF00351D4          IOM Logic Analyzer Module Event Window Configuration Register5
IOM_LAMEWS6     0xF00351D8          IOM Logic Analyzer Module Event Window Configuration Register6
IOM_LAMEWS7     0xF00351DC          IOM Logic Analyzer Module Event Window Configuration Register7
IOM_LAMEWS8     0xF00351E0          IOM Logic Analyzer Module Event Window Configuration Register8
IOM_LAMEWS9     0xF00351E4          IOM Logic Analyzer Module Event Window Configuration Register9
IOM_LAMEWS10    0xF00351E8          IOM Logic Analyzer Module Event Window Configuration Register10
IOM_LAMEWS11    0xF00351EC          IOM Logic Analyzer Module Event Window Configuration Register11
IOM_LAMEWS12    0xF00351F0          IOM Logic Analyzer Module Event Window Configuration Register12
IOM_LAMEWS13    0xF00351F4          IOM Logic Analyzer Module Event Window Configuration Register13
IOM_LAMEWS14    0xF00351F8          IOM Logic Analyzer Module Event Window Configuration Register14
IOM_LAMEWS15    0xF00351FC          IOM Logic Analyzer Module Event Window Configuration Register15
SCU_ID          0xF0036008          Identification Register
SCU_OSCCON      0xF0036010          OSC Control Register
SCU_PLLSTAT     0xF0036014          PLL Status Register
SCU_PLLCON0     0xF0036018          PLL Configuration 0 Register
SCU_PLLCON1     0xF003601C          PLL Configuration 1 Register
SCU_PLLCON2     0xF0036020          PLL Configuration 2 Register
SCU_PLLERAYSTAT 0xF0036024          PLL_ERAY Status Register
SCU_PLLERAYCON0 0xF0036028          PLL_ERAY Configuration 0 Register
SCU_PLLERAYCON1 0xF003602C          PLL_ERAY Configuration 1 Register
SCU_CCUCON0     0xF0036030          CCU Clock Control Register 0
SCU_CCUCON1     0xF0036034          CCU Clock Control Register 1
SCU_FDR         0xF0036038          Fractional Divider Register
SCU_EXTCON      0xF003603C          External Clock Control Register
SCU_CCUCON2     0xF0036040          CCU Clock Control Register 2
SCU_CCUCON3     0xF0036044          CCU Clock Control Register 3
SCU_CCUCON4     0xF0036048          CCU Clock Control Register 4
SCU_CCUCON5     0xF003604C          CCU Clock Control Register 5
SCU_RSTSTAT     0xF0036050          Reset Status Register
SCU_RSTCON      0xF0036058          Reset Configuration Register
SCU_ARSTDIS     0xF003605C          Application Reset Disable Register
SCU_SWRSTCON    0xF0036060          Software Reset Configuration Register
SCU_RSTCON2     0xF0036064          Additional Reset Control Register
SCU_EVRRSTCON   0xF003606C          EVR Reset Control Register
SCU_ESRCFG0     0xF0036070          ESR0 Input Configuration Register
SCU_ESRCFG1     0xF0036074          ESR1 Input Configuration Register
SCU_ESROCFG     0xF0036078          ESR Output Configuration Register
SCU_SYSCON      0xF003607C          System Control Register
SCU_CCUCON6     0xF0036080          CCU Clock Control Register 6
SCU_PDR         0xF003609C          ESR Pad Driver Mode Register
SCU_IOCR        0xF00360A0          Input/Output Control Register
SCU_OUT         0xF00360A4          ESR Output Register
SCU_OMR         0xF00360A8          ESR Output Modification Register
SCU_IN          0xF00360AC          ESR Input Register
SCU_EVRSTAT     0xF00360B0          EVR Status Register
SCU_EVR13CON    0xF00360B8          EVR13 Control Register
SCU_STSTAT      0xF00360C0          Start-up Status Register
SCU_PMSWCR0     0xF00360C8          Standby and Wake-up Control Register 0
SCU_PMSWSTAT    0xF00360CC          Standby and Wake-up Status Flag Register
SCU_PMSWSTATCLR 0xF00360D0          Standby and Wake-up Status Clear Register
SCU_PMCSR0      0xF00360D4          Power Management Control and Status Register
SCU_DTSSTAT     0xF00360E0          Die Temperature Sensor Status Register
SCU_DTSCON      0xF00360E4          Die Temperature Sensor Control Register
SCU_PMSWCR1     0xF00360E8          Standby and Wake-up Control Register 1
SCU_WDTSCON0    0xF00360F0          Safety WDT Control Register 0
SCU_WDTSCON1    0xF00360F4          Safety WDT Control Register 1
SCU_WDTSSR      0xF00360F8          Safety WDT Status Register
SCU_EMSR        0xF00360FC          Emergency Stop Register
SCU_WDTCPU0CON0 0xF0036100          CPU0 WDT Control Register 0
SCU_WDTCPU0CON1 0xF0036104          CPU0 WDT Control Register 1
SCU_WDTCPU0SR   0xF0036108          CPU0 WDT Status Register
SCU_WDTCPU1CON0 0xF003610C          Reserved Register
SCU_WDTCPU1CON1 0xF0036110          Reserved Register
SCU_WDTCPU1SR   0xF0036114          CPU1 WDT Status Register
SCU_WDTCPU2CON0 0xF0036118          Reserved Register
SCU_WDTCPU2CON1 0xF003611C          Reserved Register
SCU_WDTCPU2SR   0xF0036120          CPU2 WDT Status Register
SCU_TRAPSTAT    0xF0036124          Trap Status Register
SCU_TRAPSET     0xF0036128          Trap Set Register
SCU_TRAPCLR     0xF003612C          Trap Clear Register
SCU_TRAPDIS     0xF0036130          Trap Disable Register
SCU_LCLCON0     0xF0036134          LCL CPU0 Control Register
SCU_LCLCON1     0xF0036138          LCL CPU1 Control Register
SCU_LCLTEST     0xF003613C          LCL Test Register
SCU_CHIPID      0xF0036140          Chip Identification Register
SCU_MANID       0xF0036144          Manufacturer Identification Register
SCU_SAFECON     0xF0036150          Safety Heartbeat Register
SCU_LBISTCTRL0  0xF0036164          Logic BIST Control 0 Register
SCU_LBISTCTRL1  0xF0036168          Logic BIST Control 1 Register
SCU_LBISTCTRL2  0xF003616C          Logic BIST Control 2 Register
SCU_PDISC       0xF003618C          Pad Disable Control Register
SCU_EVRADCSTAT  0xF003619C          EVR ADC Status Register
SCU_EVRUVMON    0xF00361A0          EVR Under-voltage Configuration Register
SCU_EVROVMON    0xF00361A4          EVR Over-voltage Configuration Register
SCU_EVRMONCTRL  0xF00361A8          EVR Monitor Control Register
SCU_EVRSDCTRL1  0xF00361B0          EVR13 SD Control Register 1
SCU_EVRSDCTRL2  0xF00361B4          EVR13 SD Control Register 2
SCU_EVRSDCTRL3  0xF00361B8          EVR13 SD Control Register 3
SCU_EVRSDCOEFF2 0xF00361C4          EVR13 SD Coefficient Register 2
SCU_PMSWUTCNT   0xF00361DC          Standby WUT Counter Register
SCU_OVCENABLE   0xF00361E0          Overlay Enable Register
SCU_OVCCON      0xF00361E4          Overlay Control Register
SCU_EICR0       0xF0036210          External Input Channel Register 0
SCU_EICR1       0xF0036214          External Input Channel Register 1
SCU_EICR2       0xF0036218          External Input Channel Register 2
SCU_EICR3       0xF003621C          External Input Channel Register 3
SCU_EIFR        0xF0036220          External Input Flag Register
SCU_FMR         0xF0036224          Flag Modification Register
SCU_PDRR        0xF0036228          Pattern Detection Result Register
SCU_IGCR0       0xF003622C          Flag Gating Register 0
SCU_IGCR1       0xF0036230          Flag Gating Register 1
SCU_IGCR2       0xF0036234          Flag Gating Register 2
SCU_IGCR3       0xF0036238          Flag Gating Register 3
SCU_DTSLIM      0xF0036240          Die Temperature Sensor Limit Register
SCU_PMSWCR3     0xF0036300          Standby and Wake-up Control Register 3
SCU_ACCEN1      0xF00363F8          Access Enable Register 1
SCU_ACCEN0      0xF00363FC          Access Enable Register 0
SMU_CLC         0xF0036800          Clock Control Register
SMU_ID          0xF0036808          Module Identification Register
SMU_CMD         0xF0036820          Command Register
SMU_STS         0xF0036824          Status Register
SMU_FSP         0xF0036828          Fault Signaling Protocol
SMU_AGC         0xF003682C          Alarm Global Configuration
SMU_RTC         0xF0036830          Recovery Timer Configuration
SMU_KEYS        0xF0036834          Key Register
SMU_DBG         0xF0036838          Debug Register
SMU_PCTL        0xF003683C          Port Control
SMU_AFCNT       0xF0036840          Alarm and Fault Counter
SMU_RTAC0       0xF0036860          Recovery Timer Alarm Configuration
SMU_RTAC1       0xF0036864          Recovery Timer Alarm Configuration
SMU_AG0CF0      0xF0036900          Alarm Configuration Register
SMU_AG0CF1      0xF0036904          Alarm Configuration Register
SMU_AG0CF2      0xF0036908          Alarm Configuration Register
SMU_AG1CF0      0xF003690C          Alarm Configuration Register
SMU_AG1CF1      0xF0036910          Alarm Configuration Register
SMU_AG1CF2      0xF0036914          Alarm Configuration Register
SMU_AG2CF0      0xF0036918          Alarm Configuration Register
SMU_AG2CF1      0xF003691C          Alarm Configuration Register
SMU_AG2CF2      0xF0036920          Alarm Configuration Register
SMU_AG3CF0      0xF0036924          Alarm Configuration Register
SMU_AG3CF1      0xF0036928          Alarm Configuration Register
SMU_AG3CF2      0xF003692C          Alarm Configuration Register
SMU_AG4CF0      0xF0036930          Alarm Configuration Register
SMU_AG4CF1      0xF0036934          Alarm Configuration Register
SMU_AG4CF2      0xF0036938          Alarm Configuration Register
SMU_AG5CF0      0xF003693C          Alarm Configuration Register
SMU_AG5CF1      0xF0036940          Alarm Configuration Register
SMU_AG5CF2      0xF0036944          Alarm Configuration Register
SMU_AG6CF0      0xF0036948          Alarm Configuration Register
SMU_AG6CF1      0xF003694C          Alarm Configuration Register
SMU_AG6CF2      0xF0036950          Alarm Configuration Register
SMU_AG0FSP      0xF0036980          FSP Configuration Register
SMU_AG1FSP      0xF0036984          FSP Configuration Register
SMU_AG2FSP      0xF0036988          FSP Configuration Register
SMU_AG3FSP      0xF003698C          FSP Configuration Register
SMU_AG4FSP      0xF0036990          FSP Configuration Register
SMU_AG5FSP      0xF0036994          FSP Configuration Register
SMU_AG6FSP      0xF0036998          FSP Configuration Register
SMU_AG0         0xF00369C0          Alarm Status Register
SMU_AG1         0xF00369C4          Alarm Status Register
SMU_AG2         0xF00369C8          Alarm Status Register
SMU_AG3         0xF00369CC          Alarm Status Register
SMU_AG4         0xF00369D0          Alarm Status Register
SMU_AG5         0xF00369D4          Alarm Status Register
SMU_AG6         0xF00369D8          Alarm Status Register
SMU_AD0         0xF0036A00          Alarm Status Register
SMU_AD1         0xF0036A04          Alarm Status Register
SMU_AD2         0xF0036A08          Alarm Status Register
SMU_AD3         0xF0036A0C          Alarm Status Register
SMU_AD4         0xF0036A10          Alarm Status Register
SMU_AD5         0xF0036A14          Alarm Status Register
SMU_AD6         0xF0036A18          Alarm Status Register
SMU_RMCTL       0xF0036B00          Register Monitor Control
SMU_RMEF        0xF0036B04          Register Monitor Error Flags
SMU_RMSTS       0xF0036B08          Register Monitor Self Test Status
SMU_OCS         0xF0036FE8          OCDS Control and Status
SMU_KRSTCLR     0xF0036FEC          SMU Reset Status Clear Register
SMU_KRST1       0xF0036FF0          SMU Reset Register 1
SMU_KRST0       0xF0036FF4          SMU Reset Register 0
SMU_ACCEN1      0xF0036FF8          SMU Access Enable Register 1
SMU_ACCEN0      0xF0036FFC          SMU Access Enable Register 0
INT_ID          0xF0037008          Module Identification Register
INT_SRB0        0xF0037010          Service Request Broadcast Register 0
INT_OOBS        0xF0037080          OTGM OTGB0/1 Status
INT_OSSIC       0xF0037084          OTGM SSI Control
INT_OIXTS       0xF0037088          OTGM IRQ MUX Trigger Set Select
INT_OIXMS       0xF003708C          OTGM IRQ MUX Missed IRQ Select
INT_OIXS0       0xF0037090          OTGM IRQ MUX Select 0
INT_OIXS1       0xF0037094          OTGM IRQ MUX Select 1
INT_OIT         0xF00370A0          OTGM IRQ Trace
INT_OMISP       0xF00370A4          OTGM MCDS I/F Sensitivity Posedge
INT_OMISN       0xF00370A8          OTGM MCDS I/F Sensitivity Negedge
INT_ACCEN01     0xF00370F0          Kernel 0 Access Enable Register 1
INT_ACCEN00     0xF00370F4          Access Enable Register 0
INT_ACCEN11     0xF00370F8          Kernel 1 Access Enable Register 1
INT_ACCEN10     0xF00370FC          Kernel 1 Access Enable Register 0
INT_LWSR0       0xF0037100          Latest Winning Service Request Register 0
INT_LASR0       0xF0037104          Last Acknowledged Service Request Register 0
INT_ECR0        0xF0037108          Error Capture Register 0
INT_LWSR1       0xF0037110          Latest Winning Service Request Register 1
INT_LASR1       0xF0037114          Last Acknowledged Service Request Register 1
INT_ECR1        0xF0037118          Error Capture Register 1
SRC_CPU0SBSRC   0xF0038000          CPU 0Software Breakpoint Service Request
SRC_BCUSPBSBSRC 0xF0038040          Bus Control Unit SPB Service Request
SRC_XBARSRC     0xF0038048          XBAR_SRI Service Request
SRC_CERBERUS0   0xF0038050          Cerberus Service Request 0
SRC_CERBERUS1   0xF0038054          Cerberus Service Request 1
SRC_ASCLIN0TX   0xF0038080          ASCLIN 0 Transmit Service Request
SRC_ASCLIN0RX   0xF0038084          ASCLIN 0 Receive Service Request
SRC_ASCLIN0ERR  0xF0038088          ASCLIN 0 Error Service Request
SRC_ASCLIN1TX   0xF003808C          ASCLIN 1 Transmit Service Request
SRC_ASCLIN1RX   0xF0038090          ASCLIN 1 Receive Service Request
SRC_ASCLIN1ERR  0xF0038094          ASCLIN 1 Error Service Request
SRC_QSPI0TX     0xF0038190          QSPI 0 Transmit Service Request
SRC_QSPI0RX     0xF0038194          QSPI 0 Receive Service Request
SRC_QSPI0ERR    0xF0038198          QSPI 0 Error Service Request
SRC_QSPI0PT     0xF003819C          QSPI 0 Phase Transition Service Request
SRC_RESERVED10  0xF00381A0          Reserved Service Request 10
SRC_QSPI0U      0xF00381A4          QSPI 0 User Defined Service Request
SRC_QSPI1TX     0xF00381A8          QSPI 1 Transmit Service Request
SRC_QSPI1RX     0xF00381AC          QSPI 1 Receive Service Request
SRC_QSPI1ERR    0xF00381B0          QSPI 1 Error Service Request
SRC_QSPI1PT     0xF00381B4          QSPI 1 Phase Transition Service Request
SRC_RESERVED11  0xF00381B8          Reserved Service Request 11
SRC_QSPI1U      0xF00381BC          QSPI 1 User Defined Service Request
SRC_QSPI2TX     0xF00381C0          QSPI 2 Transmit Service Request
SRC_QSPI2RX     0xF00381C4          QSPI 2 Receive Service Request
SRC_QSPI2ERR    0xF00381C8          QSPI 2 Error Service Request
SRC_QSPI2PT     0xF00381CC          QSPI 2 Phase Transition Service Request
SRC_QSPI2HC     0xF00381D0          QSPI 2 High Speed Capture Service Request
SRC_QSPI2U      0xF00381D4          QSPI 2 User Defined Service Request
SRC_QSPI3TX     0xF00381D8          QSPI 3 Transmit Service Request
SRC_QSPI3RX     0xF00381DC          QSPI 3 Receive Service Request
SRC_QSPI3ERR    0xF00381E0          QSPI 3 Error Service Request
SRC_QSPI3PT     0xF00381E4          QSPI 3 Phase Transition Service Request
SRC_QSPI3HC     0xF00381E8          QSPI 3 High Speed Capture Service Request
SRC_QSPI3U      0xF00381EC          QSPI 3 User Defined Service Request
SRC_SENT0       0xF0038350          SENT TRIG0 Service Request
SRC_SENT1       0xF0038354          SENT TRIG1 Service Request
SRC_SENT2       0xF0038358          SENT TRIG2 Service Request
SRC_SENT3       0xF003835C          SENT TRIG3 Service Request
SRC_CCU60SR0    0xF0038420          CCU6 0 Service Request 0
SRC_CCU60SR1    0xF0038424          CCU6 0 Service Request 1
SRC_CCU60SR2    0xF0038428          CCU6 0 Service Request 2
SRC_CCU60SR3    0xF003842C          CCU6 0 Service Request 3
SRC_CCU61SR0    0xF0038430          CCU6 1 Service Request 0
SRC_CCU61SR1    0xF0038434          CCU6 1 Service Request 1
SRC_CCU61SR2    0xF0038438          CCU6 1 Service Request 2
SRC_CCU61SR3    0xF003843C          CCU6 1 Service Request 3
SRC_GPT120CIRQ  0xF0038460          GPT120 CAPREL Service Request
SRC_GPT120T2    0xF0038464          GPT120 T2 Overflow/Underflow Service Request
SRC_GPT120T3    0xF0038468          GPT120 T3 Overflow/Underflow Service Request
SRC_GPT120T4    0xF003846C          GPT120 T4 Overflow/Underflow Service Request
SRC_GPT120T5    0xF0038470          GPT120 T5 Overflow/Underflow Service Request
SRC_GPT120T6    0xF0038474          GPT120 T6 Overflow/Underflow Service Request
SRC_STM0SR0     0xF0038490          System Timer 0 Service Request 0
SRC_STM0SR1     0xF0038494          System Timer 0 Service Request 1
SRC_DMAERR      0xF00384F0          DMA Error Service Request
SRC_DMACH0      0xF0038500          DMA Channel 0 Service Request
SRC_DMACH1      0xF0038504          DMA Channel 1 Service Request
SRC_DMACH2      0xF0038508          DMA Channel 2 Service Request
SRC_DMACH3      0xF003850C          DMA Channel 3 Service Request
SRC_DMACH4      0xF0038510          DMA Channel 4 Service Request
SRC_DMACH5      0xF0038514          DMA Channel 5 Service Request
SRC_DMACH6      0xF0038518          DMA Channel 6 Service Request
SRC_DMACH7      0xF003851C          DMA Channel 7 Service Request
SRC_DMACH8      0xF0038520          DMA Channel 8 Service Request
SRC_DMACH9      0xF0038524          DMA Channel 9 Service Request
SRC_DMACH10     0xF0038528          DMA Channel 10 Service Request
SRC_DMACH11     0xF003852C          DMA Channel 11 Service Request
SRC_DMACH12     0xF0038530          DMA Channel 12 Service Request
SRC_DMACH13     0xF0038534          DMA Channel 13 Service Request
SRC_DMACH14     0xF0038538          DMA Channel 14 Service Request
SRC_DMACH15     0xF003853C          DMA Channel 15 Service Request
SRC_CANINT0     0xF0038900          MULTICAN Service Request 0
SRC_CANINT1     0xF0038904          MULTICAN Service Request 1
SRC_CANINT2     0xF0038908          MULTICAN Service Request 2
SRC_CANINT3     0xF003890C          MULTICAN Service Request 3
SRC_CANINT4     0xF0038910          MULTICAN Service Request 4
SRC_CANINT5     0xF0038914          MULTICAN Service Request 5
SRC_CANINT6     0xF0038918          MULTICAN Service Request 6
SRC_CANINT7     0xF003891C          MULTICAN Service Request 7
SRC_CANINT8     0xF0038920          MULTICAN Service Request 8
SRC_CANINT9     0xF0038924          MULTICAN Service Request 9
SRC_CANINT10    0xF0038928          MULTICAN Service Request 10
SRC_CANINT11    0xF003892C          MULTICAN Service Request 11
SRC_CANINT12    0xF0038930          MULTICAN Service Request 12
SRC_CANINT13    0xF0038934          MULTICAN Service Request 13
SRC_CANINT14    0xF0038938          MULTICAN Service Request 14
SRC_CANINT15    0xF003893C          MULTICAN Service Request 15
SRC_VADCG0SR0   0xF0038980          VADC Group 0 Service Request 0
SRC_VADCG0SR1   0xF0038984          VADC Group 0 Service Request 1
SRC_VADCG0SR2   0xF0038988          VADC Group 0 Service Request 2
SRC_VADCG0SR3   0xF003898C          VADC Group 0 Service Request 3
SRC_VADCG1SR0   0xF0038990          VADC Group 1 Service Request 0
SRC_VADCG1SR1   0xF0038994          VADC Group 1 Service Request 1
SRC_VADCG1SR2   0xF0038998          VADC Group 1 Service Request 2
SRC_VADCG1SR3   0xF003899C          VADC Group 1 Service Request 3
SRC_VADCCG0SR0  0xF0038AA0          VADC Common Group 0 Service Request 0
SRC_VADCCG0SR1  0xF0038AA4          VADC Common Group 0 Service Request 1
SRC_VADCCG0SR2  0xF0038AA8          VADC Common Group 0 Service Request 2
SRC_VADCCG0SR3  0xF0038AAC          VADC Common Group 0 Service Request 3
SRC_PMU00       0xF0038C30          PMU 0 Service Request 0
SRC_PMU01       0xF0038C34          PMU 0 Service Request 1
SRC_SCUDTS      0xF0038CD0          SCU DTS Busy Service Request
SRC_SCUERU0     0xF0038CD4          SCU ERU Service Request 0
SRC_SCUERU1     0xF0038CD8          SCU ERU Service Request 1
SRC_SCUERU2     0xF0038CDC          SCU ERU Service Request 2
SRC_SCUERU3     0xF0038CE0          SCU ERU Service Request 3
SRC_SMU0        0xF0038D10          SMU Service Request 0
SRC_SMU1        0xF0038D14          SMU Service Request 1
SRC_SMU2        0xF0038D18          SMU Service Request 2
SRC_EVRWUT      0xF0038FB0          EVR Wake Up Timer Service Request
SRC_EVRSCDC     0xF0038FB4          EVR Supply Service Request
SRC_GPSR00      0xF0039000          General Purpose Service Request 00
SRC_GPSR01      0xF0039004          General Purpose Service Request 01
SRC_GPSR02      0xF0039008          General Purpose Service Request 02
SRC_GPSR03      0xF003900C          General Purpose Service Request 03
SRC_GTMAEIIRQ   0xF0039600          GTM AEI Shared Service Request
SRC_GTMERR      0xF0039770          GTM Error Service Request
SRC_GTMTIM00    0xF0039780          GTM TIM0 Shared Service Request 0
SRC_GTMTIM01    0xF0039784          GTM TIM0 Shared Service Request 1
SRC_GTMTIM02    0xF0039788          GTM TIM0 Shared Service Request 2
SRC_GTMTIM03    0xF003978C          GTM TIM0 Shared Service Request 3
SRC_GTMTIM04    0xF0039790          GTM TIM0 Shared Service Request 4
SRC_GTMTIM05    0xF0039794          GTM TIM0 Shared Service Request 5
SRC_GTMTIM06    0xF0039798          GTM TIM0 Shared Service Request 6
SRC_GTMTIM07    0xF003979C          GTM TIM0 Shared Service Request 7
SRC_GTMTOM00    0xF0039B80          GTM TOM0 Shared Service Request 0
SRC_GTMTOM01    0xF0039B84          GTM TOM0 Shared Service Request 1
SRC_GTMTOM02    0xF0039B88          GTM TOM0 Shared Service Request 2
SRC_GTMTOM03    0xF0039B8C          GTM TOM0 Shared Service Request 3
SRC_GTMTOM04    0xF0039B90          GTM TOM0 Shared Service Request 4
SRC_GTMTOM05    0xF0039B94          GTM TOM0 Shared Service Request 5
SRC_GTMTOM06    0xF0039B98          GTM TOM0 Shared Service Request 6
SRC_GTMTOM07    0xF0039B9C          GTM TOM0 Shared Service Request 7
SRC_GTMTOM10    0xF0039BA0          GTM TOM1 Shared Service Request 0
SRC_GTMTOM11    0xF0039BA4          GTM TOM1 Shared Service Request 1
SRC_GTMTOM12    0xF0039BA8          GTM TOM1 Shared Service Request 2
SRC_GTMTOM13    0xF0039BAC          GTM TOM1 Shared Service Request 3
SRC_GTMTOM14    0xF0039BB0          GTM TOM1 Shared Service Request 4
SRC_GTMTOM15    0xF0039BB4          GTM TOM1 Shared Service Request 5
SRC_GTMTOM16    0xF0039BB8          GTM TOM1 Shared Service Request 6
SRC_GTMTOM17    0xF0039BBC          GTM TOM1 Shared Service Request 7
P00_OUT         0xF003A000          Port 00 Output Register
P00_OMR         0xF003A004          Port 00 Output Modification Register
P00_ID          0xF003A008          Identification Register
P00_IOCR0       0xF003A010          Port 00 Input/Output Control Register 0
P00_IOCR4       0xF003A014          Port 00 Input/Output Control Register 4
P00_IOCR8       0xF003A018          Port 00 Input/Output Control Register 8
P00_IOCR12      0xF003A01C          Port 00 Input/Output Control Register 12
P00_IN          0xF003A024          Port 00 Input Register
P00_PDR0        0xF003A040          Port 00 Pad Driver Mode 0 Register
P00_PDR1        0xF003A044          Port 00 Pad Driver Mode 1 Register
P00_ESR         0xF003A050          Port 00 Emergency Stop Register
P00_OMSR0       0xF003A070          Port 00 Output Modification Set Register 0
P00_OMSR4       0xF003A074          Port 00 Output Modification Set Register 4
P00_OMSR8       0xF003A078          Port 00 Output Modification Set Register 8
P00_OMSR12      0xF003A07C          Port 00 Output Modification Set Register 12
P00_OMCR0       0xF003A080          Port 00 Output Modification Clear Register 0
P00_OMCR4       0xF003A084          Port 00 Output Modification Clear Register 4
P00_OMCR8       0xF003A088          Port 00 Output Modification Clear Register 8
P00_OMCR12      0xF003A08C          Port 00 Output Modification Clear Register 12
P00_OMSR        0xF003A090          Port 00 Output Modification Set Register
P00_OMCR        0xF003A094          Port 00 Output Modification Clear Register
P00_ACCEN1      0xF003A0F8          Port 00 Access Enable Register 1
P00_ACCEN0      0xF003A0FC          Port 00 Access Enable Register 0
P02_OUT         0xF003A200          Port 02 Output Register
P02_OMR         0xF003A204          Port 02 Output Modification Register
P02_ID          0xF003A208          Identification Register
P02_IOCR0       0xF003A210          Port 02 Input/Output Control Register 0
P02_IOCR4       0xF003A214          Port 02 Input/Output Control Register 4
P02_IOCR8       0xF003A218          Port 02 Input/Output Control Register 8
P02_IN          0xF003A224          Port 02 Input Register
P02_PDR0        0xF003A240          Port 02 Pad Driver Mode 0 Register
P02_PDR1        0xF003A244          Port 02 Pad Driver Mode 1 Register
P02_ESR         0xF003A250          Port 02 Emergency Stop Register
P02_OMSR0       0xF003A270          Port 02 Output Modification Set Register 0
P02_OMSR4       0xF003A274          Port 02 Output Modification Set Register 4
P02_OMSR8       0xF003A278          Port 02 Output Modification Set Register 8
P02_OMCR0       0xF003A280          Port 02 Output Modification Clear Register 0
P02_OMCR4       0xF003A284          Port 02 Output Modification Clear Register 4
P02_OMCR8       0xF003A288          Port 02 Output Modification Clear Register 8
P02_OMSR        0xF003A290          Port 02 Output Modification Set Register
P02_OMCR        0xF003A294          Port 02 Output Modification Clear Register
P02_ACCEN1      0xF003A2F8          Port 02 Access Enable Register 1
P02_ACCEN0      0xF003A2FC          Port 02 Access Enable Register 0
P10_OUT         0xF003B000          Port 10 Output Register
P10_OMR         0xF003B004          Port 10 Output Modification Register
P10_ID          0xF003B008          Identification Register
P10_IOCR0       0xF003B010          Port 10 Input/Output Control Register 0
P10_IOCR4       0xF003B014          Port 10 Input/Output Control Register 4
P10_IN          0xF003B024          Port 10 Input Register
P10_PDR0        0xF003B040          Port 10 Pad Driver Mode 0 Register
P10_ESR         0xF003B050          Port 10 Emergency Stop Register
P10_OMSR0       0xF003B070          Port 10 Output Modification Set Register 0
P10_OMSR4       0xF003B074          Port 10 Output Modification Set Register 4
P10_OMCR0       0xF003B080          Port 10 Output Modification Clear Register 0
P10_OMCR4       0xF003B084          Port 10 Output Modification Clear Register 4
P10_OMSR        0xF003B090          Port 10 Output Modification Set Register
P10_OMCR        0xF003B094          Port 10 Output Modification Clear Register
P10_ACCEN1      0xF003B0F8          Port 10 Access Enable Register 1
P10_ACCEN0      0xF003B0FC          Port 10 Access Enable Register 0
P11_OUT         0xF003B100          Port 11 Output Register
P11_OMR         0xF003B104          Port 11 Output Modification Register
P11_ID          0xF003B108          Identification Register
P11_IOCR0       0xF003B110          Port 11 Input/Output Control Register 0
P11_IOCR4       0xF003B114          Port 11 Input/Output Control Register 4
P11_IOCR8       0xF003B118          Port 11 Input/Output Control Register 8
P11_IOCR12      0xF003B11C          Port 11 Input/Output Control Register 12
P11_IN          0xF003B124          Port 11 Input Register
P11_PDR0        0xF003B140          Port 11 Pad Driver Mode 0 Register
P11_PDR1        0xF003B144          Port 11 Pad Driver Mode 1 Register
P11_ESR         0xF003B150          Port 11 Emergency Stop Register
P11_OMSR0       0xF003B170          Port 11 Output Modification Set Register 0
P11_OMSR4       0xF003B174          Port 11 Output Modification Set Register 4
P11_OMSR8       0xF003B178          Port 11 Output Modification Set Register 8
P11_OMSR12      0xF003B17C          Port 11 Output Modification Set Register 12
P11_OMCR0       0xF003B180          Port 11 Output Modification Clear Register 0
P11_OMCR4       0xF003B184          Port 11 Output Modification Clear Register 4
P11_OMCR8       0xF003B188          Port 11 Output Modification Clear Register 8
P11_OMCR12      0xF003B18C          Port 11 Output Modification Clear Register 12
P11_OMSR        0xF003B190          Port 11 Output Modification Set Register
P11_OMCR        0xF003B194          Port 11 Output Modification Clear Register
P11_ACCEN1      0xF003B1F8          Port 11 Access Enable Register 1
P11_ACCEN0      0xF003B1FC          Port 11 Access Enable Register 0
P13_OUT         0xF003B300          Port 13 Output Register
P13_OMR         0xF003B304          Port 13 Output Modification Register
P13_ID          0xF003B308          Identification Register
P13_IOCR0       0xF003B310          Port 13 Input/Output Control Register 0
P13_IN          0xF003B324          Port 13 Input Register
P13_PDR0        0xF003B340          Port 13 Pad Driver Mode 0 Register
P13_ESR         0xF003B350          Port 13 Emergency Stop Register
P13_OMSR0       0xF003B370          Port 13 Output Modification Set Register 0
P13_OMCR0       0xF003B380          Port 13 Output Modification Clear Register 0
P13_OMSR        0xF003B390          Port 13 Output Modification Set Register
P13_OMCR        0xF003B394          Port 13 Output Modification Clear Register
P13_ACCEN1      0xF003B3F8          Port 13 Access Enable Register 1
P13_ACCEN0      0xF003B3FC          Port 13 Access Enable Register 0
P14_OUT         0xF003B400          Port 14 Output Register
P14_OMR         0xF003B404          Port 14 Output Modification Register
P14_ID          0xF003B408          Identification Register
P14_IOCR0       0xF003B410          Port 14 Input/Output Control Register 0
P14_IOCR4       0xF003B414          Port 14 Input/Output Control Register 4
P14_IOCR8       0xF003B418          Port 14 Input/Output Control Register 8
P14_IN          0xF003B424          Port 14 Input Register
P14_PDR0        0xF003B440          Port 14 Pad Driver Mode 0 Register
P14_PDR1        0xF003B444          Port 14 Pad Driver Mode 1 Register
P14_ESR         0xF003B450          Port 14 Emergency Stop Register
P14_OMSR0       0xF003B470          Port 14 Output Modification Set Register 0
P14_OMSR4       0xF003B474          Port 14 Output Modification Set Register 4
P14_OMSR8       0xF003B478          Port 14 Output Modification Set Register 8
P14_OMCR0       0xF003B480          Port 14 Output Modification Clear Register 0
P14_OMCR4       0xF003B484          Port 14 Output Modification Clear Register 4
P14_OMCR8       0xF003B488          Port 14 Output Modification Clear Register 8
P14_OMSR        0xF003B490          Port 14 Output Modification Set Register
P14_OMCR        0xF003B494          Port 14 Output Modification Clear Register
P14_ACCEN1      0xF003B4F8          Port 14 Access Enable Register 1
P14_ACCEN0      0xF003B4FC          Port 14 Access Enable Register 0
P15_OUT         0xF003B500          Port 15 Output Register
P15_OMR         0xF003B504          Port 15 Output Modification Register
P15_ID          0xF003B508          Identification Register
P15_IOCR0       0xF003B510          Port 15 Input/Output Control Register 0
P15_IOCR4       0xF003B514          Port 15 Input/Output Control Register 4
P15_IOCR8       0xF003B518          Port 15 Input/Output Control Register 8
P15_IN          0xF003B524          Port 15 Input Register
P15_PDR0        0xF003B540          Port 15 Pad Driver Mode 0 Register
P15_PDR1        0xF003B544          Port 15 Pad Driver Mode 1 Register
P15_ESR         0xF003B550          Port 15 Emergency Stop Register
P15_OMSR0       0xF003B570          Port 15 Output Modification Set Register 0
P15_OMSR4       0xF003B574          Port 15 Output Modification Set Register 4
P15_OMSR8       0xF003B578          Port 15 Output Modification Set Register 8
P15_OMCR0       0xF003B580          Port 15 Output Modification Clear Register 0
P15_OMCR4       0xF003B584          Port 15 Output Modification Clear Register 4
P15_OMCR8       0xF003B588          Port 15 Output Modification Clear Register 8
P15_OMSR        0xF003B590          Port 15 Output Modification Set Register
P15_OMCR        0xF003B594          Port 15 Output Modification Clear Register
P15_ACCEN1      0xF003B5F8          Port 15 Access Enable Register 1
P15_ACCEN0      0xF003B5FC          Port 15 Access Enable Register 0
P20_OUT         0xF003C000          Port 20 Output Register
P20_OMR         0xF003C004          Port 20 Output Modification Register
P20_ID          0xF003C008          Identification Register
P20_IOCR0       0xF003C010          Port 20 Input/Output Control Register 0
P20_IOCR4       0xF003C014          Port 20 Input/Output Control Register 4
P20_IOCR8       0xF003C018          Port 20 Input/Output Control Register 8
P20_IOCR12      0xF003C01C          Port 20 Input/Output Control Register 12
P20_IN          0xF003C024          Port 20 Input Register
P20_PDR0        0xF003C040          Port 20 Pad Driver Mode 0 Register
P20_PDR1        0xF003C044          Port 20 Pad Driver Mode 1 Register
P20_ESR         0xF003C050          Port 20 Emergency Stop Register
P20_OMSR0       0xF003C070          Port 20 Output Modification Set Register 0
P20_OMSR4       0xF003C074          Port 20 Output Modification Set Register 4
P20_OMSR8       0xF003C078          Port 20 Output Modification Set Register 8
P20_OMSR12      0xF003C07C          Port 20 Output Modification Set Register 12
P20_OMCR0       0xF003C080          Port 20 Output Modification Clear Register 0
P20_OMCR4       0xF003C084          Port 20 Output Modification Clear Register 4
P20_OMCR8       0xF003C088          Port 20 Output Modification Clear Register 8
P20_OMCR12      0xF003C08C          Port 20 Output Modification Clear Register 12
P20_OMSR        0xF003C090          Port 20 Output Modification Set Register
P20_OMCR        0xF003C094          Port 20 Output Modification Clear Register
P20_ACCEN1      0xF003C0F8          Port 20 Access Enable Register 1
P20_ACCEN0      0xF003C0FC          Port 20 Access Enable Register 0
P21_OUT         0xF003C100          Port 21 Output Register
P21_OMR         0xF003C104          Port 21 Output Modification Register
P21_ID          0xF003C108          Identification Register
P21_IOCR0       0xF003C110          Port 21 Input/Output Control Register 0
P21_IOCR4       0xF003C114          Port 21 Input/Output Control Register 4
P21_IN          0xF003C124          Port 21 Input Register
P21_PDR0        0xF003C140          Port 21 Pad Driver Mode 0 Register
P21_ESR         0xF003C150          Port 21 Emergency Stop Register
P21_OMSR0       0xF003C170          Port 21 Output Modification Set Register 0
P21_OMSR4       0xF003C174          Port 21 Output Modification Set Register 4
P21_OMCR0       0xF003C180          Port 21 Output Modification Clear Register 0
P21_OMCR4       0xF003C184          Port 21 Output Modification Clear Register 4
P21_OMSR        0xF003C190          Port 21 Output Modification Set Register
P21_OMCR        0xF003C194          Port 21 Output Modification Clear Register
P21_ACCEN1      0xF003C1F8          Port 21 Access Enable Register 1
P21_ACCEN0      0xF003C1FC          Port 21 Access Enable Register 0
P22_OUT         0xF003C200          Port 22 Output Register
P22_OMR         0xF003C204          Port 22 Output Modification Register
P22_ID          0xF003C208          Identification Register
P22_IOCR0       0xF003C210          Port 22 Input/Output Control Register 0
P22_IOCR4       0xF003C214          Port 22 Input/Output Control Register 4
P22_IN          0xF003C224          Port 22 Input Register
P22_PDR0        0xF003C240          Port 22 Pad Driver Mode 0 Register
P22_ESR         0xF003C250          Port 22 Emergency Stop Register
P22_OMSR0       0xF003C270          Port 22 Output Modification Set Register 0
P22_OMSR4       0xF003C274          Port 22 Output Modification Set Register 4
P22_OMCR0       0xF003C280          Port 22 Output Modification Clear Register 0
P22_OMCR4       0xF003C284          Port 22 Output Modification Clear Register 4
P22_OMSR        0xF003C290          Port 22 Output Modification Set Register
P22_OMCR        0xF003C294          Port 22 Output Modification Clear Register
P22_ACCEN1      0xF003C2F8          Port 22 Access Enable Register 1
P22_ACCEN0      0xF003C2FC          Port 22 Access Enable Register 0
P23_OUT         0xF003C300          Port 23 Output Register
P23_OMR         0xF003C304          Port 23 Output Modification Register
P23_ID          0xF003C308          Identification Register
P23_IOCR0       0xF003C310          Port 23 Input/Output Control Register 0
P23_IN          0xF003C324          Port 23 Input Register
P23_PDR0        0xF003C340          Port 23 Pad Driver Mode 0 Register
P23_ESR         0xF003C350          Port 23 Emergency Stop Register
P23_OMSR0       0xF003C370          Port 23 Output Modification Set Register 0
P23_OMCR0       0xF003C380          Port 23 Output Modification Clear Register 0
P23_OMSR        0xF003C390          Port 23 Output Modification Set Register
P23_OMCR        0xF003C394          Port 23 Output Modification Clear Register
P23_ACCEN1      0xF003C3F8          Port 23 Access Enable Register 1
P23_ACCEN0      0xF003C3FC          Port 23 Access Enable Register 0
P33_OUT         0xF003D300          Port 33 Output Register
P33_OMR         0xF003D304          Port 33 Output Modification Register
P33_ID          0xF003D308          Identification Register
P33_IOCR0       0xF003D310          Port 33 Input/Output Control Register 0
P33_IOCR4       0xF003D314          Port 33 Input/Output Control Register 4
P33_IOCR8       0xF003D318          Port 33 Input/Output Control Register 8
P33_IOCR12      0xF003D31C          Port 33 Input/Output Control Register 12
P33_IN          0xF003D324          Port 33 Input Register
P33_PDR0        0xF003D340          Port 33 Pad Driver Mode 0 Register
P33_PDR1        0xF003D344          Port 33 Pad Driver Mode 1 Register
P33_ESR         0xF003D350          Port 33 Emergency Stop Register
P33_OMSR0       0xF003D370          Port 33 Output Modification Set Register 0
P33_OMSR4       0xF003D374          Port 33 Output Modification Set Register 4
P33_OMSR8       0xF003D378          Port 33 Output Modification Set Register 8
P33_OMSR12      0xF003D37C          Port 33 Output Modification Set Register 12
P33_OMCR0       0xF003D380          Port 33 Output Modification Clear Register 0
P33_OMCR4       0xF003D384          Port 33 Output Modification Clear Register 4
P33_OMCR8       0xF003D388          Port 33 Output Modification Clear Register 8
P33_OMCR12      0xF003D38C          Port 33 Output Modification Clear Register 12
P33_OMSR        0xF003D390          Port 33 Output Modification Set Register
P33_OMCR        0xF003D394          Port 33 Output Modification Clear Register
P33_ACCEN1      0xF003D3F8          Port 33 Access Enable Register 1
P33_ACCEN0      0xF003D3FC          Port 33 Access Enable Register 0
P34_OUT         0xF003D400          Port 34 Output Register
P34_OMR         0xF003D404          Port 34 Output Modification Register
P34_ID          0xF003D408          Identification Register
P34_IOCR0       0xF003D410          Port 34 Input/Output Control Register 0
P34_IN          0xF003D424          Port 34 Input Register
P34_PDR0        0xF003D440          Port 34 Pad Driver Mode 0 Register
P34_ESR         0xF003D450          Port 34 Emergency Stop Register
P34_OMSR0       0xF003D470          Port 34 Output Modification Set Register 0
P34_OMCR0       0xF003D480          Port 34 Output Modification Clear Register 0
P34_OMSR        0xF003D490          Port 34 Output Modification Set Register
P34_OMCR        0xF003D494          Port 34 Output Modification Clear Register
P34_ACCEN1      0xF003D4F8          Port 34 Access Enable Register 1
P34_ACCEN0      0xF003D4FC          Port 34 Access Enable Register 0
P40_ID          0xF003E008          Identification Register
P40_IOCR0       0xF003E010          Port 40 Input/Output Control Register 0
P40_IOCR4       0xF003E014          Port 40 Input/Output Control Register 4
P40_IOCR8       0xF003E018          Port 40 Input/Output Control Register 8
P40_IN          0xF003E024          Port 40 Input Register
P40_PDISC       0xF003E060          Port 40 Pin Function Decision Control Register
P40_PCSR        0xF003E064          Port 40 Pin Controller Select Register
P40_ACCEN1      0xF003E0F8          Port 40 Access Enable Register 1
P40_ACCEN0      0xF003E0FC          Port 40 Access Enable Register 0
P41_ID          0xF003E108          Identification Register
P41_IOCR0       0xF003E110          Port 41 Input/Output Control Register 0
P41_IOCR4       0xF003E114          Port 41 Input/Output Control Register 4
P41_IOCR8       0xF003E118          Port 41 Input/Output Control Register 8
P41_IN          0xF003E124          Port 41 Input Register
P41_PDISC       0xF003E160          Port 41 Pin Function Decision Control Register
P41_PCSR        0xF003E164          Port 41 Pin Controller Select Register
P41_ACCEN1      0xF003E1F8          Port 41 Access Enable Register 1
P41_ACCEN0      0xF003E1FC          Port 41 Access Enable Register 0
MTU_CLC         0xF0060000          Identification Register
MTU_ID          0xF0060008          Identification Register
MTU_MEMTEST0    0xF0060010          Memory MBISTEnable Register 0
MTU_MEMTEST1    0xF0060014          Memory MBISTEnable Register 1
MTU_MEMTEST2    0xF0060018          Memory MBISTEnable Register 2
MTU_MEMMAP      0xF006001C          Memory Mapping Enable Register
MTU_RES0        0xF0060020          Reserved Register
MTU_RES1        0xF0060024          Reserved Register
MTU_RES2        0xF0060030          Reserved Register
MTU_RES3        0xF0060034          Reserved Register
MTU_MEMSTAT0    0xF0060038          Memory Status Register 0
MTU_MEMSTAT1    0xF006003C          Memory Status Register 1
MTU_MEMSTAT2    0xF0060040          Memory Status Register 2
MTU_ACCEN1      0xF00600F8          Access Enable Register 1
MTU_ACCEN0      0xF00600FC          Access Enable Register 0
MC0_CONFIG0     0xF0061000          Configuration Register 0
MC0_CONFIG1     0xF0061002          Configuration Register 1
MC0_MCONTROL    0xF0061004          MBIST Control Register
MC0_MSTATUS     0xF0061006          Status Register
MC0_RANGE       0xF0061008          Range Register, single address mode
MC0_REVID       0xF006100C          Revision ID Register
MC0_ECCS        0xF006100E          ECC Safety Register
MC0_ECCD        0xF0061010          Memory ECC Detection Register
MC0_ETRR0       0xF0061012          Error Tracking Register 0
MC0_ETRR1       0xF0061014          Error Tracking Register 1
MC0_ETRR2       0xF0061016          Error Tracking Register 2
MC0_ETRR3       0xF0061018          Error Tracking Register 3
MC0_ETRR4       0xF006101A          Error Tracking Register 4
MC0_RDBFL0      0xF00610A0          Read Data and Bit Flip Register 0
MC0_RDBFL1      0xF00610A2          Read Data and Bit Flip Register 1
MC0_RDBFL2      0xF00610A4          Read Data and Bit Flip Register 2
MC0_RDBFL3      0xF00610A6          Read Data and Bit Flip Register 3
MC0_RDBFL4      0xF00610A8          Read Data and Bit Flip Register 4
MC0_RDBFL5      0xF00610AA          Read Data and Bit Flip Register 5
MC0_RDBFL6      0xF00610AC          Read Data and Bit Flip Register 6
MC0_RDBFL7      0xF00610AE          Read Data and Bit Flip Register 7
MC0_RDBFL8      0xF00610B0          Read Data and Bit Flip Register 8
MC0_RDBFL9      0xF00610B2          Read Data and Bit Flip Register 9
MC0_RDBFL10     0xF00610B4          Read Data and Bit Flip Register 10
MC0_RDBFL11     0xF00610B6          Read Data and Bit Flip Register 11
MC0_RDBFL12     0xF00610B8          Read Data and Bit Flip Register 12
MC0_RDBFL13     0xF00610BA          Read Data and Bit Flip Register 13
MC0_RDBFL14     0xF00610BC          Read Data and Bit Flip Register 14
MC0_RDBFL15     0xF00610BE          Read Data and Bit Flip Register 15
MC0_RDBFL16     0xF00610C0          Read Data and Bit Flip Register 16
MC0_RDBFL17     0xF00610C2          Read Data and Bit Flip Register 17
MC0_RDBFL18     0xF00610C4          Read Data and Bit Flip Register 18
MC0_RDBFL19     0xF00610C6          Read Data and Bit Flip Register 19
MC0_RDBFL20     0xF00610C8          Read Data and Bit Flip Register 20
MC0_RDBFL21     0xF00610CA          Read Data and Bit Flip Register 21
MC0_RDBFL22     0xF00610CC          Read Data and Bit Flip Register 22
MC0_RDBFL23     0xF00610CE          Read Data and Bit Flip Register 23
MC0_RDBFL24     0xF00610D0          Read Data and Bit Flip Register 24
MC0_RDBFL25     0xF00610D2          Read Data and Bit Flip Register 25
MC0_RDBFL26     0xF00610D4          Read Data and Bit Flip Register 26
MC0_RDBFL27     0xF00610D6          Read Data and Bit Flip Register 27
MC0_RDBFL28     0xF00610D8          Read Data and Bit Flip Register 28
MC0_RDBFL29     0xF00610DA          Read Data and Bit Flip Register 29
MC0_RDBFL30     0xF00610DC          Read Data and Bit Flip Register 30
MC0_RDBFL31     0xF00610DE          Read Data and Bit Flip Register 31
MC0_RDBFL32     0xF00610E0          Read Data and Bit Flip Register 32
MC0_RDBFL33     0xF00610E2          Read Data and Bit Flip Register 33
MC0_RDBFL34     0xF00610E4          Read Data and Bit Flip Register 34
MC0_RDBFL35     0xF00610E6          Read Data and Bit Flip Register 35
MC0_RDBFL36     0xF00610E8          Read Data and Bit Flip Register 36
MC0_RDBFL37     0xF00610EA          Read Data and Bit Flip Register 37
MC0_RDBFL38     0xF00610EC          Read Data and Bit Flip Register 38
MC0_RDBFL39     0xF00610EE          Read Data and Bit Flip Register 39
MC1_CONFIG0     0xF0061100          Configuration Register 0
MC1_CONFIG1     0xF0061102          Configuration Register 1
MC1_MCONTROL    0xF0061104          MBIST Control Register
MC1_MSTATUS     0xF0061106          Status Register
MC1_RANGE       0xF0061108          Range Register, single address mode
MC1_REVID       0xF006110C          Revision ID Register
MC1_ECCS        0xF006110E          ECC Safety Register
MC1_ECCD        0xF0061110          Memory ECC Detection Register
MC1_ETRR0       0xF0061112          Error Tracking Register 0
MC1_ETRR1       0xF0061114          Error Tracking Register 1
MC1_ETRR2       0xF0061116          Error Tracking Register 2
MC1_ETRR3       0xF0061118          Error Tracking Register 3
MC1_ETRR4       0xF006111A          Error Tracking Register 4
MC1_RDBFL0      0xF00611A0          Read Data and Bit Flip Register 0
MC1_RDBFL1      0xF00611A2          Read Data and Bit Flip Register 1
MC1_RDBFL2      0xF00611A4          Read Data and Bit Flip Register 2
MC1_RDBFL3      0xF00611A6          Read Data and Bit Flip Register 3
MC1_RDBFL4      0xF00611A8          Read Data and Bit Flip Register 4
MC1_RDBFL5      0xF00611AA          Read Data and Bit Flip Register 5
MC1_RDBFL6      0xF00611AC          Read Data and Bit Flip Register 6
MC1_RDBFL7      0xF00611AE          Read Data and Bit Flip Register 7
MC1_RDBFL8      0xF00611B0          Read Data and Bit Flip Register 8
MC1_RDBFL9      0xF00611B2          Read Data and Bit Flip Register 9
MC1_RDBFL10     0xF00611B4          Read Data and Bit Flip Register 10
MC1_RDBFL11     0xF00611B6          Read Data and Bit Flip Register 11
MC1_RDBFL12     0xF00611B8          Read Data and Bit Flip Register 12
MC1_RDBFL13     0xF00611BA          Read Data and Bit Flip Register 13
MC1_RDBFL14     0xF00611BC          Read Data and Bit Flip Register 14
MC1_RDBFL15     0xF00611BE          Read Data and Bit Flip Register 15
MC1_RDBFL16     0xF00611C0          Read Data and Bit Flip Register 16
MC1_RDBFL17     0xF00611C2          Read Data and Bit Flip Register 17
MC1_RDBFL18     0xF00611C4          Read Data and Bit Flip Register 18
MC1_RDBFL19     0xF00611C6          Read Data and Bit Flip Register 19
MC1_RDBFL20     0xF00611C8          Read Data and Bit Flip Register 20
MC1_RDBFL21     0xF00611CA          Read Data and Bit Flip Register 21
MC1_RDBFL22     0xF00611CC          Read Data and Bit Flip Register 22
MC1_RDBFL23     0xF00611CE          Read Data and Bit Flip Register 23
MC1_RDBFL24     0xF00611D0          Read Data and Bit Flip Register 24
MC1_RDBFL25     0xF00611D2          Read Data and Bit Flip Register 25
MC1_RDBFL26     0xF00611D4          Read Data and Bit Flip Register 26
MC1_RDBFL27     0xF00611D6          Read Data and Bit Flip Register 27
MC1_RDBFL28     0xF00611D8          Read Data and Bit Flip Register 28
MC1_RDBFL29     0xF00611DA          Read Data and Bit Flip Register 29
MC1_RDBFL30     0xF00611DC          Read Data and Bit Flip Register 30
MC1_RDBFL31     0xF00611DE          Read Data and Bit Flip Register 31
MC1_RDBFL32     0xF00611E0          Read Data and Bit Flip Register 32
MC1_RDBFL33     0xF00611E2          Read Data and Bit Flip Register 33
MC1_RDBFL34     0xF00611E4          Read Data and Bit Flip Register 34
MC1_RDBFL35     0xF00611E6          Read Data and Bit Flip Register 35
MC1_RDBFL36     0xF00611E8          Read Data and Bit Flip Register 36
MC1_RDBFL37     0xF00611EA          Read Data and Bit Flip Register 37
MC1_RDBFL38     0xF00611EC          Read Data and Bit Flip Register 38
MC1_RDBFL39     0xF00611EE          Read Data and Bit Flip Register 39
MC2_CONFIG0     0xF0061200          Configuration Register 0
MC2_CONFIG1     0xF0061202          Configuration Register 1
MC2_MCONTROL    0xF0061204          MBIST Control Register
MC2_MSTATUS     0xF0061206          Status Register
MC2_RANGE       0xF0061208          Range Register, single address mode
MC2_REVID       0xF006120C          Revision ID Register
MC2_ECCS        0xF006120E          ECC Safety Register
MC2_ECCD        0xF0061210          Memory ECC Detection Register
MC2_ETRR0       0xF0061212          Error Tracking Register 0
MC2_ETRR1       0xF0061214          Error Tracking Register 1
MC2_ETRR2       0xF0061216          Error Tracking Register 2
MC2_ETRR3       0xF0061218          Error Tracking Register 3
MC2_ETRR4       0xF006121A          Error Tracking Register 4
MC2_RDBFL0      0xF00612A0          Read Data and Bit Flip Register 0
MC2_RDBFL1      0xF00612A2          Read Data and Bit Flip Register 1
MC2_RDBFL2      0xF00612A4          Read Data and Bit Flip Register 2
MC2_RDBFL3      0xF00612A6          Read Data and Bit Flip Register 3
MC2_RDBFL4      0xF00612A8          Read Data and Bit Flip Register 4
MC2_RDBFL5      0xF00612AA          Read Data and Bit Flip Register 5
MC2_RDBFL6      0xF00612AC          Read Data and Bit Flip Register 6
MC2_RDBFL7      0xF00612AE          Read Data and Bit Flip Register 7
MC2_RDBFL8      0xF00612B0          Read Data and Bit Flip Register 8
MC2_RDBFL9      0xF00612B2          Read Data and Bit Flip Register 9
MC2_RDBFL10     0xF00612B4          Read Data and Bit Flip Register 10
MC2_RDBFL11     0xF00612B6          Read Data and Bit Flip Register 11
MC2_RDBFL12     0xF00612B8          Read Data and Bit Flip Register 12
MC2_RDBFL13     0xF00612BA          Read Data and Bit Flip Register 13
MC2_RDBFL14     0xF00612BC          Read Data and Bit Flip Register 14
MC2_RDBFL15     0xF00612BE          Read Data and Bit Flip Register 15
MC2_RDBFL16     0xF00612C0          Read Data and Bit Flip Register 16
MC2_RDBFL17     0xF00612C2          Read Data and Bit Flip Register 17
MC2_RDBFL18     0xF00612C4          Read Data and Bit Flip Register 18
MC2_RDBFL19     0xF00612C6          Read Data and Bit Flip Register 19
MC2_RDBFL20     0xF00612C8          Read Data and Bit Flip Register 20
MC2_RDBFL21     0xF00612CA          Read Data and Bit Flip Register 21
MC2_RDBFL22     0xF00612CC          Read Data and Bit Flip Register 22
MC2_RDBFL23     0xF00612CE          Read Data and Bit Flip Register 23
MC2_RDBFL24     0xF00612D0          Read Data and Bit Flip Register 24
MC2_RDBFL25     0xF00612D2          Read Data and Bit Flip Register 25
MC2_RDBFL26     0xF00612D4          Read Data and Bit Flip Register 26
MC2_RDBFL27     0xF00612D6          Read Data and Bit Flip Register 27
MC2_RDBFL28     0xF00612D8          Read Data and Bit Flip Register 28
MC2_RDBFL29     0xF00612DA          Read Data and Bit Flip Register 29
MC2_RDBFL30     0xF00612DC          Read Data and Bit Flip Register 30
MC2_RDBFL31     0xF00612DE          Read Data and Bit Flip Register 31
MC2_RDBFL32     0xF00612E0          Read Data and Bit Flip Register 32
MC2_RDBFL33     0xF00612E2          Read Data and Bit Flip Register 33
MC2_RDBFL34     0xF00612E4          Read Data and Bit Flip Register 34
MC2_RDBFL35     0xF00612E6          Read Data and Bit Flip Register 35
MC2_RDBFL36     0xF00612E8          Read Data and Bit Flip Register 36
MC2_RDBFL37     0xF00612EA          Read Data and Bit Flip Register 37
MC2_RDBFL38     0xF00612EC          Read Data and Bit Flip Register 38
MC2_RDBFL39     0xF00612EE          Read Data and Bit Flip Register 39
MC3_CONFIG0     0xF0061300          Configuration Register 0
MC3_CONFIG1     0xF0061302          Configuration Register 1
MC3_MCONTROL    0xF0061304          MBIST Control Register
MC3_MSTATUS     0xF0061306          Status Register
MC3_RANGE       0xF0061308          Range Register, single address mode
MC3_REVID       0xF006130C          Revision ID Register
MC3_ECCS        0xF006130E          ECC Safety Register
MC3_ECCD        0xF0061310          Memory ECC Detection Register
MC3_ETRR0       0xF0061312          Error Tracking Register 0
MC3_ETRR1       0xF0061314          Error Tracking Register 1
MC3_ETRR2       0xF0061316          Error Tracking Register 2
MC3_ETRR3       0xF0061318          Error Tracking Register 3
MC3_ETRR4       0xF006131A          Error Tracking Register 4
MC3_RDBFL0      0xF00613A0          Read Data and Bit Flip Register 0
MC3_RDBFL1      0xF00613A2          Read Data and Bit Flip Register 1
MC3_RDBFL2      0xF00613A4          Read Data and Bit Flip Register 2
MC3_RDBFL3      0xF00613A6          Read Data and Bit Flip Register 3
MC3_RDBFL4      0xF00613A8          Read Data and Bit Flip Register 4
MC3_RDBFL5      0xF00613AA          Read Data and Bit Flip Register 5
MC3_RDBFL6      0xF00613AC          Read Data and Bit Flip Register 6
MC3_RDBFL7      0xF00613AE          Read Data and Bit Flip Register 7
MC3_RDBFL8      0xF00613B0          Read Data and Bit Flip Register 8
MC3_RDBFL9      0xF00613B2          Read Data and Bit Flip Register 9
MC3_RDBFL10     0xF00613B4          Read Data and Bit Flip Register 10
MC3_RDBFL11     0xF00613B6          Read Data and Bit Flip Register 11
MC3_RDBFL12     0xF00613B8          Read Data and Bit Flip Register 12
MC3_RDBFL13     0xF00613BA          Read Data and Bit Flip Register 13
MC3_RDBFL14     0xF00613BC          Read Data and Bit Flip Register 14
MC3_RDBFL15     0xF00613BE          Read Data and Bit Flip Register 15
MC3_RDBFL16     0xF00613C0          Read Data and Bit Flip Register 16
MC3_RDBFL17     0xF00613C2          Read Data and Bit Flip Register 17
MC3_RDBFL18     0xF00613C4          Read Data and Bit Flip Register 18
MC3_RDBFL19     0xF00613C6          Read Data and Bit Flip Register 19
MC3_RDBFL20     0xF00613C8          Read Data and Bit Flip Register 20
MC3_RDBFL21     0xF00613CA          Read Data and Bit Flip Register 21
MC3_RDBFL22     0xF00613CC          Read Data and Bit Flip Register 22
MC3_RDBFL23     0xF00613CE          Read Data and Bit Flip Register 23
MC3_RDBFL24     0xF00613D0          Read Data and Bit Flip Register 24
MC3_RDBFL25     0xF00613D2          Read Data and Bit Flip Register 25
MC3_RDBFL26     0xF00613D4          Read Data and Bit Flip Register 26
MC3_RDBFL27     0xF00613D6          Read Data and Bit Flip Register 27
MC3_RDBFL28     0xF00613D8          Read Data and Bit Flip Register 28
MC3_RDBFL29     0xF00613DA          Read Data and Bit Flip Register 29
MC3_RDBFL30     0xF00613DC          Read Data and Bit Flip Register 30
MC3_RDBFL31     0xF00613DE          Read Data and Bit Flip Register 31
MC3_RDBFL32     0xF00613E0          Read Data and Bit Flip Register 32
MC3_RDBFL33     0xF00613E2          Read Data and Bit Flip Register 33
MC3_RDBFL34     0xF00613E4          Read Data and Bit Flip Register 34
MC3_RDBFL35     0xF00613E6          Read Data and Bit Flip Register 35
MC3_RDBFL36     0xF00613E8          Read Data and Bit Flip Register 36
MC3_RDBFL37     0xF00613EA          Read Data and Bit Flip Register 37
MC3_RDBFL38     0xF00613EC          Read Data and Bit Flip Register 38
MC3_RDBFL39     0xF00613EE          Read Data and Bit Flip Register 39
MC4_CONFIG0     0xF0061400          Configuration Register 0
MC4_CONFIG1     0xF0061402          Configuration Register 1
MC4_MCONTROL    0xF0061404          MBIST Control Register
MC4_MSTATUS     0xF0061406          Status Register
MC4_RANGE       0xF0061408          Range Register, single address mode
MC4_REVID       0xF006140C          Revision ID Register
MC4_ECCS        0xF006140E          ECC Safety Register
MC4_ECCD        0xF0061410          Memory ECC Detection Register
MC4_ETRR0       0xF0061412          Error Tracking Register 0
MC4_ETRR1       0xF0061414          Error Tracking Register 1
MC4_ETRR2       0xF0061416          Error Tracking Register 2
MC4_ETRR3       0xF0061418          Error Tracking Register 3
MC4_ETRR4       0xF006141A          Error Tracking Register 4
MC4_RDBFL0      0xF00614A0          Read Data and Bit Flip Register 0
MC4_RDBFL1      0xF00614A2          Read Data and Bit Flip Register 1
MC4_RDBFL2      0xF00614A4          Read Data and Bit Flip Register 2
MC4_RDBFL3      0xF00614A6          Read Data and Bit Flip Register 3
MC4_RDBFL4      0xF00614A8          Read Data and Bit Flip Register 4
MC4_RDBFL5      0xF00614AA          Read Data and Bit Flip Register 5
MC4_RDBFL6      0xF00614AC          Read Data and Bit Flip Register 6
MC4_RDBFL7      0xF00614AE          Read Data and Bit Flip Register 7
MC4_RDBFL8      0xF00614B0          Read Data and Bit Flip Register 8
MC4_RDBFL9      0xF00614B2          Read Data and Bit Flip Register 9
MC4_RDBFL10     0xF00614B4          Read Data and Bit Flip Register 10
MC4_RDBFL11     0xF00614B6          Read Data and Bit Flip Register 11
MC4_RDBFL12     0xF00614B8          Read Data and Bit Flip Register 12
MC4_RDBFL13     0xF00614BA          Read Data and Bit Flip Register 13
MC4_RDBFL14     0xF00614BC          Read Data and Bit Flip Register 14
MC4_RDBFL15     0xF00614BE          Read Data and Bit Flip Register 15
MC4_RDBFL16     0xF00614C0          Read Data and Bit Flip Register 16
MC4_RDBFL17     0xF00614C2          Read Data and Bit Flip Register 17
MC4_RDBFL18     0xF00614C4          Read Data and Bit Flip Register 18
MC4_RDBFL19     0xF00614C6          Read Data and Bit Flip Register 19
MC4_RDBFL20     0xF00614C8          Read Data and Bit Flip Register 20
MC4_RDBFL21     0xF00614CA          Read Data and Bit Flip Register 21
MC4_RDBFL22     0xF00614CC          Read Data and Bit Flip Register 22
MC4_RDBFL23     0xF00614CE          Read Data and Bit Flip Register 23
MC4_RDBFL24     0xF00614D0          Read Data and Bit Flip Register 24
MC4_RDBFL25     0xF00614D2          Read Data and Bit Flip Register 25
MC4_RDBFL26     0xF00614D4          Read Data and Bit Flip Register 26
MC4_RDBFL27     0xF00614D6          Read Data and Bit Flip Register 27
MC4_RDBFL28     0xF00614D8          Read Data and Bit Flip Register 28
MC4_RDBFL29     0xF00614DA          Read Data and Bit Flip Register 29
MC4_RDBFL30     0xF00614DC          Read Data and Bit Flip Register 30
MC4_RDBFL31     0xF00614DE          Read Data and Bit Flip Register 31
MC4_RDBFL32     0xF00614E0          Read Data and Bit Flip Register 32
MC4_RDBFL33     0xF00614E2          Read Data and Bit Flip Register 33
MC4_RDBFL34     0xF00614E4          Read Data and Bit Flip Register 34
MC4_RDBFL35     0xF00614E6          Read Data and Bit Flip Register 35
MC4_RDBFL36     0xF00614E8          Read Data and Bit Flip Register 36
MC4_RDBFL37     0xF00614EA          Read Data and Bit Flip Register 37
MC4_RDBFL38     0xF00614EC          Read Data and Bit Flip Register 38
MC4_RDBFL39     0xF00614EE          Read Data and Bit Flip Register 39
MC5_CONFIG0     0xF0061500          Configuration Register 0
MC5_CONFIG1     0xF0061502          Configuration Register 1
MC5_MCONTROL    0xF0061504          MBIST Control Register
MC5_MSTATUS     0xF0061506          Status Register
MC5_RANGE       0xF0061508          Range Register, single address mode
MC5_REVID       0xF006150C          Revision ID Register
MC5_ECCS        0xF006150E          ECC Safety Register
MC5_ECCD        0xF0061510          Memory ECC Detection Register
MC5_ETRR0       0xF0061512          Error Tracking Register 0
MC5_ETRR1       0xF0061514          Error Tracking Register 1
MC5_ETRR2       0xF0061516          Error Tracking Register 2
MC5_ETRR3       0xF0061518          Error Tracking Register 3
MC5_ETRR4       0xF006151A          Error Tracking Register 4
MC5_RDBFL0      0xF00615A0          Read Data and Bit Flip Register 0
MC5_RDBFL1      0xF00615A2          Read Data and Bit Flip Register 1
MC5_RDBFL2      0xF00615A4          Read Data and Bit Flip Register 2
MC5_RDBFL3      0xF00615A6          Read Data and Bit Flip Register 3
MC5_RDBFL4      0xF00615A8          Read Data and Bit Flip Register 4
MC5_RDBFL5      0xF00615AA          Read Data and Bit Flip Register 5
MC5_RDBFL6      0xF00615AC          Read Data and Bit Flip Register 6
MC5_RDBFL7      0xF00615AE          Read Data and Bit Flip Register 7
MC5_RDBFL8      0xF00615B0          Read Data and Bit Flip Register 8
MC5_RDBFL9      0xF00615B2          Read Data and Bit Flip Register 9
MC5_RDBFL10     0xF00615B4          Read Data and Bit Flip Register 10
MC5_RDBFL11     0xF00615B6          Read Data and Bit Flip Register 11
MC5_RDBFL12     0xF00615B8          Read Data and Bit Flip Register 12
MC5_RDBFL13     0xF00615BA          Read Data and Bit Flip Register 13
MC5_RDBFL14     0xF00615BC          Read Data and Bit Flip Register 14
MC5_RDBFL15     0xF00615BE          Read Data and Bit Flip Register 15
MC5_RDBFL16     0xF00615C0          Read Data and Bit Flip Register 16
MC5_RDBFL17     0xF00615C2          Read Data and Bit Flip Register 17
MC5_RDBFL18     0xF00615C4          Read Data and Bit Flip Register 18
MC5_RDBFL19     0xF00615C6          Read Data and Bit Flip Register 19
MC5_RDBFL20     0xF00615C8          Read Data and Bit Flip Register 20
MC5_RDBFL21     0xF00615CA          Read Data and Bit Flip Register 21
MC5_RDBFL22     0xF00615CC          Read Data and Bit Flip Register 22
MC5_RDBFL23     0xF00615CE          Read Data and Bit Flip Register 23
MC5_RDBFL24     0xF00615D0          Read Data and Bit Flip Register 24
MC5_RDBFL25     0xF00615D2          Read Data and Bit Flip Register 25
MC5_RDBFL26     0xF00615D4          Read Data and Bit Flip Register 26
MC5_RDBFL27     0xF00615D6          Read Data and Bit Flip Register 27
MC5_RDBFL28     0xF00615D8          Read Data and Bit Flip Register 28
MC5_RDBFL29     0xF00615DA          Read Data and Bit Flip Register 29
MC5_RDBFL30     0xF00615DC          Read Data and Bit Flip Register 30
MC5_RDBFL31     0xF00615DE          Read Data and Bit Flip Register 31
MC5_RDBFL32     0xF00615E0          Read Data and Bit Flip Register 32
MC5_RDBFL33     0xF00615E2          Read Data and Bit Flip Register 33
MC5_RDBFL34     0xF00615E4          Read Data and Bit Flip Register 34
MC5_RDBFL35     0xF00615E6          Read Data and Bit Flip Register 35
MC5_RDBFL36     0xF00615E8          Read Data and Bit Flip Register 36
MC5_RDBFL37     0xF00615EA          Read Data and Bit Flip Register 37
MC5_RDBFL38     0xF00615EC          Read Data and Bit Flip Register 38
MC5_RDBFL39     0xF00615EE          Read Data and Bit Flip Register 39
MC6_CONFIG0     0xF0061600          Configuration Register 0
MC6_CONFIG1     0xF0061602          Configuration Register 1
MC6_MCONTROL    0xF0061604          MBIST Control Register
MC6_MSTATUS     0xF0061606          Status Register
MC6_RANGE       0xF0061608          Range Register, single address mode
MC6_REVID       0xF006160C          Revision ID Register
MC6_ECCS        0xF006160E          ECC Safety Register
MC6_ECCD        0xF0061610          Memory ECC Detection Register
MC6_ETRR0       0xF0061612          Error Tracking Register 0
MC6_ETRR1       0xF0061614          Error Tracking Register 1
MC6_ETRR2       0xF0061616          Error Tracking Register 2
MC6_ETRR3       0xF0061618          Error Tracking Register 3
MC6_ETRR4       0xF006161A          Error Tracking Register 4
MC6_RDBFL0      0xF00616A0          Read Data and Bit Flip Register 0
MC6_RDBFL1      0xF00616A2          Read Data and Bit Flip Register 1
MC6_RDBFL2      0xF00616A4          Read Data and Bit Flip Register 2
MC6_RDBFL3      0xF00616A6          Read Data and Bit Flip Register 3
MC6_RDBFL4      0xF00616A8          Read Data and Bit Flip Register 4
MC6_RDBFL5      0xF00616AA          Read Data and Bit Flip Register 5
MC6_RDBFL6      0xF00616AC          Read Data and Bit Flip Register 6
MC6_RDBFL7      0xF00616AE          Read Data and Bit Flip Register 7
MC6_RDBFL8      0xF00616B0          Read Data and Bit Flip Register 8
MC6_RDBFL9      0xF00616B2          Read Data and Bit Flip Register 9
MC6_RDBFL10     0xF00616B4          Read Data and Bit Flip Register 10
MC6_RDBFL11     0xF00616B6          Read Data and Bit Flip Register 11
MC6_RDBFL12     0xF00616B8          Read Data and Bit Flip Register 12
MC6_RDBFL13     0xF00616BA          Read Data and Bit Flip Register 13
MC6_RDBFL14     0xF00616BC          Read Data and Bit Flip Register 14
MC6_RDBFL15     0xF00616BE          Read Data and Bit Flip Register 15
MC6_RDBFL16     0xF00616C0          Read Data and Bit Flip Register 16
MC6_RDBFL17     0xF00616C2          Read Data and Bit Flip Register 17
MC6_RDBFL18     0xF00616C4          Read Data and Bit Flip Register 18
MC6_RDBFL19     0xF00616C6          Read Data and Bit Flip Register 19
MC6_RDBFL20     0xF00616C8          Read Data and Bit Flip Register 20
MC6_RDBFL21     0xF00616CA          Read Data and Bit Flip Register 21
MC6_RDBFL22     0xF00616CC          Read Data and Bit Flip Register 22
MC6_RDBFL23     0xF00616CE          Read Data and Bit Flip Register 23
MC6_RDBFL24     0xF00616D0          Read Data and Bit Flip Register 24
MC6_RDBFL25     0xF00616D2          Read Data and Bit Flip Register 25
MC6_RDBFL26     0xF00616D4          Read Data and Bit Flip Register 26
MC6_RDBFL27     0xF00616D6          Read Data and Bit Flip Register 27
MC6_RDBFL28     0xF00616D8          Read Data and Bit Flip Register 28
MC6_RDBFL29     0xF00616DA          Read Data and Bit Flip Register 29
MC6_RDBFL30     0xF00616DC          Read Data and Bit Flip Register 30
MC6_RDBFL31     0xF00616DE          Read Data and Bit Flip Register 31
MC6_RDBFL32     0xF00616E0          Read Data and Bit Flip Register 32
MC6_RDBFL33     0xF00616E2          Read Data and Bit Flip Register 33
MC6_RDBFL34     0xF00616E4          Read Data and Bit Flip Register 34
MC6_RDBFL35     0xF00616E6          Read Data and Bit Flip Register 35
MC6_RDBFL36     0xF00616E8          Read Data and Bit Flip Register 36
MC6_RDBFL37     0xF00616EA          Read Data and Bit Flip Register 37
MC6_RDBFL38     0xF00616EC          Read Data and Bit Flip Register 38
MC6_RDBFL39     0xF00616EE          Read Data and Bit Flip Register 39
MC7_CONFIG0     0xF0061700          Configuration Register 0
MC7_CONFIG1     0xF0061702          Configuration Register 1
MC7_MCONTROL    0xF0061704          MBIST Control Register
MC7_MSTATUS     0xF0061706          Status Register
MC7_RANGE       0xF0061708          Range Register, single address mode
MC7_REVID       0xF006170C          Revision ID Register
MC7_ECCS        0xF006170E          ECC Safety Register
MC7_ECCD        0xF0061710          Memory ECC Detection Register
MC7_ETRR0       0xF0061712          Error Tracking Register 0
MC7_ETRR1       0xF0061714          Error Tracking Register 1
MC7_ETRR2       0xF0061716          Error Tracking Register 2
MC7_ETRR3       0xF0061718          Error Tracking Register 3
MC7_ETRR4       0xF006171A          Error Tracking Register 4
MC7_RDBFL0      0xF00617A0          Read Data and Bit Flip Register 0
MC7_RDBFL1      0xF00617A2          Read Data and Bit Flip Register 1
MC7_RDBFL2      0xF00617A4          Read Data and Bit Flip Register 2
MC7_RDBFL3      0xF00617A6          Read Data and Bit Flip Register 3
MC7_RDBFL4      0xF00617A8          Read Data and Bit Flip Register 4
MC7_RDBFL5      0xF00617AA          Read Data and Bit Flip Register 5
MC7_RDBFL6      0xF00617AC          Read Data and Bit Flip Register 6
MC7_RDBFL7      0xF00617AE          Read Data and Bit Flip Register 7
MC7_RDBFL8      0xF00617B0          Read Data and Bit Flip Register 8
MC7_RDBFL9      0xF00617B2          Read Data and Bit Flip Register 9
MC7_RDBFL10     0xF00617B4          Read Data and Bit Flip Register 10
MC7_RDBFL11     0xF00617B6          Read Data and Bit Flip Register 11
MC7_RDBFL12     0xF00617B8          Read Data and Bit Flip Register 12
MC7_RDBFL13     0xF00617BA          Read Data and Bit Flip Register 13
MC7_RDBFL14     0xF00617BC          Read Data and Bit Flip Register 14
MC7_RDBFL15     0xF00617BE          Read Data and Bit Flip Register 15
MC7_RDBFL16     0xF00617C0          Read Data and Bit Flip Register 16
MC7_RDBFL17     0xF00617C2          Read Data and Bit Flip Register 17
MC7_RDBFL18     0xF00617C4          Read Data and Bit Flip Register 18
MC7_RDBFL19     0xF00617C6          Read Data and Bit Flip Register 19
MC7_RDBFL20     0xF00617C8          Read Data and Bit Flip Register 20
MC7_RDBFL21     0xF00617CA          Read Data and Bit Flip Register 21
MC7_RDBFL22     0xF00617CC          Read Data and Bit Flip Register 22
MC7_RDBFL23     0xF00617CE          Read Data and Bit Flip Register 23
MC7_RDBFL24     0xF00617D0          Read Data and Bit Flip Register 24
MC7_RDBFL25     0xF00617D2          Read Data and Bit Flip Register 25
MC7_RDBFL26     0xF00617D4          Read Data and Bit Flip Register 26
MC7_RDBFL27     0xF00617D6          Read Data and Bit Flip Register 27
MC7_RDBFL28     0xF00617D8          Read Data and Bit Flip Register 28
MC7_RDBFL29     0xF00617DA          Read Data and Bit Flip Register 29
MC7_RDBFL30     0xF00617DC          Read Data and Bit Flip Register 30
MC7_RDBFL31     0xF00617DE          Read Data and Bit Flip Register 31
MC7_RDBFL32     0xF00617E0          Read Data and Bit Flip Register 32
MC7_RDBFL33     0xF00617E2          Read Data and Bit Flip Register 33
MC7_RDBFL34     0xF00617E4          Read Data and Bit Flip Register 34
MC7_RDBFL35     0xF00617E6          Read Data and Bit Flip Register 35
MC7_RDBFL36     0xF00617E8          Read Data and Bit Flip Register 36
MC7_RDBFL37     0xF00617EA          Read Data and Bit Flip Register 37
MC7_RDBFL38     0xF00617EC          Read Data and Bit Flip Register 38
MC7_RDBFL39     0xF00617EE          Read Data and Bit Flip Register 39
MC8_CONFIG0     0xF0061800          Configuration Register 0
MC8_CONFIG1     0xF0061802          Configuration Register 1
MC8_MCONTROL    0xF0061804          MBIST Control Register
MC8_MSTATUS     0xF0061806          Status Register
MC8_RANGE       0xF0061808          Range Register, single address mode
MC8_REVID       0xF006180C          Revision ID Register
MC8_ECCS        0xF006180E          ECC Safety Register
MC8_ECCD        0xF0061810          Memory ECC Detection Register
MC8_ETRR0       0xF0061812          Error Tracking Register 0
MC8_ETRR1       0xF0061814          Error Tracking Register 1
MC8_ETRR2       0xF0061816          Error Tracking Register 2
MC8_ETRR3       0xF0061818          Error Tracking Register 3
MC8_ETRR4       0xF006181A          Error Tracking Register 4
MC8_RDBFL0      0xF00618A0          Read Data and Bit Flip Register 0
MC8_RDBFL1      0xF00618A2          Read Data and Bit Flip Register 1
MC8_RDBFL2      0xF00618A4          Read Data and Bit Flip Register 2
MC8_RDBFL3      0xF00618A6          Read Data and Bit Flip Register 3
MC8_RDBFL4      0xF00618A8          Read Data and Bit Flip Register 4
MC8_RDBFL5      0xF00618AA          Read Data and Bit Flip Register 5
MC8_RDBFL6      0xF00618AC          Read Data and Bit Flip Register 6
MC8_RDBFL7      0xF00618AE          Read Data and Bit Flip Register 7
MC8_RDBFL8      0xF00618B0          Read Data and Bit Flip Register 8
MC8_RDBFL9      0xF00618B2          Read Data and Bit Flip Register 9
MC8_RDBFL10     0xF00618B4          Read Data and Bit Flip Register 10
MC8_RDBFL11     0xF00618B6          Read Data and Bit Flip Register 11
MC8_RDBFL12     0xF00618B8          Read Data and Bit Flip Register 12
MC8_RDBFL13     0xF00618BA          Read Data and Bit Flip Register 13
MC8_RDBFL14     0xF00618BC          Read Data and Bit Flip Register 14
MC8_RDBFL15     0xF00618BE          Read Data and Bit Flip Register 15
MC8_RDBFL16     0xF00618C0          Read Data and Bit Flip Register 16
MC8_RDBFL17     0xF00618C2          Read Data and Bit Flip Register 17
MC8_RDBFL18     0xF00618C4          Read Data and Bit Flip Register 18
MC8_RDBFL19     0xF00618C6          Read Data and Bit Flip Register 19
MC8_RDBFL20     0xF00618C8          Read Data and Bit Flip Register 20
MC8_RDBFL21     0xF00618CA          Read Data and Bit Flip Register 21
MC8_RDBFL22     0xF00618CC          Read Data and Bit Flip Register 22
MC8_RDBFL23     0xF00618CE          Read Data and Bit Flip Register 23
MC8_RDBFL24     0xF00618D0          Read Data and Bit Flip Register 24
MC8_RDBFL25     0xF00618D2          Read Data and Bit Flip Register 25
MC8_RDBFL26     0xF00618D4          Read Data and Bit Flip Register 26
MC8_RDBFL27     0xF00618D6          Read Data and Bit Flip Register 27
MC8_RDBFL28     0xF00618D8          Read Data and Bit Flip Register 28
MC8_RDBFL29     0xF00618DA          Read Data and Bit Flip Register 29
MC8_RDBFL30     0xF00618DC          Read Data and Bit Flip Register 30
MC8_RDBFL31     0xF00618DE          Read Data and Bit Flip Register 31
MC8_RDBFL32     0xF00618E0          Read Data and Bit Flip Register 32
MC8_RDBFL33     0xF00618E2          Read Data and Bit Flip Register 33
MC8_RDBFL34     0xF00618E4          Read Data and Bit Flip Register 34
MC8_RDBFL35     0xF00618E6          Read Data and Bit Flip Register 35
MC8_RDBFL36     0xF00618E8          Read Data and Bit Flip Register 36
MC8_RDBFL37     0xF00618EA          Read Data and Bit Flip Register 37
MC8_RDBFL38     0xF00618EC          Read Data and Bit Flip Register 38
MC8_RDBFL39     0xF00618EE          Read Data and Bit Flip Register 39
MC9_CONFIG0     0xF0061900          Configuration Register 0
MC9_CONFIG1     0xF0061902          Configuration Register 1
MC9_MCONTROL    0xF0061904          MBIST Control Register
MC9_MSTATUS     0xF0061906          Status Register
MC9_RANGE       0xF0061908          Range Register, single address mode
MC9_REVID       0xF006190C          Revision ID Register
MC9_ECCS        0xF006190E          ECC Safety Register
MC9_ECCD        0xF0061910          Memory ECC Detection Register
MC9_ETRR0       0xF0061912          Error Tracking Register 0
MC9_ETRR1       0xF0061914          Error Tracking Register 1
MC9_ETRR2       0xF0061916          Error Tracking Register 2
MC9_ETRR3       0xF0061918          Error Tracking Register 3
MC9_ETRR4       0xF006191A          Error Tracking Register 4
MC9_RDBFL0      0xF00619A0          Read Data and Bit Flip Register 0
MC9_RDBFL1      0xF00619A2          Read Data and Bit Flip Register 1
MC9_RDBFL2      0xF00619A4          Read Data and Bit Flip Register 2
MC9_RDBFL3      0xF00619A6          Read Data and Bit Flip Register 3
MC9_RDBFL4      0xF00619A8          Read Data and Bit Flip Register 4
MC9_RDBFL5      0xF00619AA          Read Data and Bit Flip Register 5
MC9_RDBFL6      0xF00619AC          Read Data and Bit Flip Register 6
MC9_RDBFL7      0xF00619AE          Read Data and Bit Flip Register 7
MC9_RDBFL8      0xF00619B0          Read Data and Bit Flip Register 8
MC9_RDBFL9      0xF00619B2          Read Data and Bit Flip Register 9
MC9_RDBFL10     0xF00619B4          Read Data and Bit Flip Register 10
MC9_RDBFL11     0xF00619B6          Read Data and Bit Flip Register 11
MC9_RDBFL12     0xF00619B8          Read Data and Bit Flip Register 12
MC9_RDBFL13     0xF00619BA          Read Data and Bit Flip Register 13
MC9_RDBFL14     0xF00619BC          Read Data and Bit Flip Register 14
MC9_RDBFL15     0xF00619BE          Read Data and Bit Flip Register 15
MC9_RDBFL16     0xF00619C0          Read Data and Bit Flip Register 16
MC9_RDBFL17     0xF00619C2          Read Data and Bit Flip Register 17
MC9_RDBFL18     0xF00619C4          Read Data and Bit Flip Register 18
MC9_RDBFL19     0xF00619C6          Read Data and Bit Flip Register 19
MC9_RDBFL20     0xF00619C8          Read Data and Bit Flip Register 20
MC9_RDBFL21     0xF00619CA          Read Data and Bit Flip Register 21
MC9_RDBFL22     0xF00619CC          Read Data and Bit Flip Register 22
MC9_RDBFL23     0xF00619CE          Read Data and Bit Flip Register 23
MC9_RDBFL24     0xF00619D0          Read Data and Bit Flip Register 24
MC9_RDBFL25     0xF00619D2          Read Data and Bit Flip Register 25
MC9_RDBFL26     0xF00619D4          Read Data and Bit Flip Register 26
MC9_RDBFL27     0xF00619D6          Read Data and Bit Flip Register 27
MC9_RDBFL28     0xF00619D8          Read Data and Bit Flip Register 28
MC9_RDBFL29     0xF00619DA          Read Data and Bit Flip Register 29
MC9_RDBFL30     0xF00619DC          Read Data and Bit Flip Register 30
MC9_RDBFL31     0xF00619DE          Read Data and Bit Flip Register 31
MC9_RDBFL32     0xF00619E0          Read Data and Bit Flip Register 32
MC9_RDBFL33     0xF00619E2          Read Data and Bit Flip Register 33
MC9_RDBFL34     0xF00619E4          Read Data and Bit Flip Register 34
MC9_RDBFL35     0xF00619E6          Read Data and Bit Flip Register 35
MC9_RDBFL36     0xF00619E8          Read Data and Bit Flip Register 36
MC9_RDBFL37     0xF00619EA          Read Data and Bit Flip Register 37
MC9_RDBFL38     0xF00619EC          Read Data and Bit Flip Register 38
MC9_RDBFL39     0xF00619EE          Read Data and Bit Flip Register 39
MC10_CONFIG0    0xF0061A00          Configuration Register 0
MC10_CONFIG1    0xF0061A02          Configuration Register 1
MC10_MCONTROL   0xF0061A04          MBIST Control Register
MC10_MSTATUS    0xF0061A06          Status Register
MC10_RANGE      0xF0061A08          Range Register, single address mode
MC10_REVID      0xF0061A0C          Revision ID Register
MC10_ECCS       0xF0061A0E          ECC Safety Register
MC10_ECCD       0xF0061A10          Memory ECC Detection Register
MC10_ETRR0      0xF0061A12          Error Tracking Register 0
MC10_ETRR1      0xF0061A14          Error Tracking Register 1
MC10_ETRR2      0xF0061A16          Error Tracking Register 2
MC10_ETRR3      0xF0061A18          Error Tracking Register 3
MC10_ETRR4      0xF0061A1A          Error Tracking Register 4
MC10_RDBFL0     0xF0061AA0          Read Data and Bit Flip Register 0
MC10_RDBFL1     0xF0061AA2          Read Data and Bit Flip Register 1
MC10_RDBFL2     0xF0061AA4          Read Data and Bit Flip Register 2
MC10_RDBFL3     0xF0061AA6          Read Data and Bit Flip Register 3
MC10_RDBFL4     0xF0061AA8          Read Data and Bit Flip Register 4
MC10_RDBFL5     0xF0061AAA          Read Data and Bit Flip Register 5
MC10_RDBFL6     0xF0061AAC          Read Data and Bit Flip Register 6
MC10_RDBFL7     0xF0061AAE          Read Data and Bit Flip Register 7
MC10_RDBFL8     0xF0061AB0          Read Data and Bit Flip Register 8
MC10_RDBFL9     0xF0061AB2          Read Data and Bit Flip Register 9
MC10_RDBFL10    0xF0061AB4          Read Data and Bit Flip Register 10
MC10_RDBFL11    0xF0061AB6          Read Data and Bit Flip Register 11
MC10_RDBFL12    0xF0061AB8          Read Data and Bit Flip Register 12
MC10_RDBFL13    0xF0061ABA          Read Data and Bit Flip Register 13
MC10_RDBFL14    0xF0061ABC          Read Data and Bit Flip Register 14
MC10_RDBFL15    0xF0061ABE          Read Data and Bit Flip Register 15
MC10_RDBFL16    0xF0061AC0          Read Data and Bit Flip Register 16
MC10_RDBFL17    0xF0061AC2          Read Data and Bit Flip Register 17
MC10_RDBFL18    0xF0061AC4          Read Data and Bit Flip Register 18
MC10_RDBFL19    0xF0061AC6          Read Data and Bit Flip Register 19
MC10_RDBFL20    0xF0061AC8          Read Data and Bit Flip Register 20
MC10_RDBFL21    0xF0061ACA          Read Data and Bit Flip Register 21
MC10_RDBFL22    0xF0061ACC          Read Data and Bit Flip Register 22
MC10_RDBFL23    0xF0061ACE          Read Data and Bit Flip Register 23
MC10_RDBFL24    0xF0061AD0          Read Data and Bit Flip Register 24
MC10_RDBFL25    0xF0061AD2          Read Data and Bit Flip Register 25
MC10_RDBFL26    0xF0061AD4          Read Data and Bit Flip Register 26
MC10_RDBFL27    0xF0061AD6          Read Data and Bit Flip Register 27
MC10_RDBFL28    0xF0061AD8          Read Data and Bit Flip Register 28
MC10_RDBFL29    0xF0061ADA          Read Data and Bit Flip Register 29
MC10_RDBFL30    0xF0061ADC          Read Data and Bit Flip Register 30
MC10_RDBFL31    0xF0061ADE          Read Data and Bit Flip Register 31
MC10_RDBFL32    0xF0061AE0          Read Data and Bit Flip Register 32
MC10_RDBFL33    0xF0061AE2          Read Data and Bit Flip Register 33
MC10_RDBFL34    0xF0061AE4          Read Data and Bit Flip Register 34
MC10_RDBFL35    0xF0061AE6          Read Data and Bit Flip Register 35
MC10_RDBFL36    0xF0061AE8          Read Data and Bit Flip Register 36
MC10_RDBFL37    0xF0061AEA          Read Data and Bit Flip Register 37
MC10_RDBFL38    0xF0061AEC          Read Data and Bit Flip Register 38
MC10_RDBFL39    0xF0061AEE          Read Data and Bit Flip Register 39
MC11_CONFIG0    0xF0061B00          Configuration Register 0
MC11_CONFIG1    0xF0061B02          Configuration Register 1
MC11_MCONTROL   0xF0061B04          MBIST Control Register
MC11_MSTATUS    0xF0061B06          Status Register
MC11_RANGE      0xF0061B08          Range Register, single address mode
MC11_REVID      0xF0061B0C          Revision ID Register
MC11_ECCS       0xF0061B0E          ECC Safety Register
MC11_ECCD       0xF0061B10          Memory ECC Detection Register
MC11_ETRR0      0xF0061B12          Error Tracking Register 0
MC11_ETRR1      0xF0061B14          Error Tracking Register 1
MC11_ETRR2      0xF0061B16          Error Tracking Register 2
MC11_ETRR3      0xF0061B18          Error Tracking Register 3
MC11_ETRR4      0xF0061B1A          Error Tracking Register 4
MC11_RDBFL0     0xF0061BA0          Read Data and Bit Flip Register 0
MC11_RDBFL1     0xF0061BA2          Read Data and Bit Flip Register 1
MC11_RDBFL2     0xF0061BA4          Read Data and Bit Flip Register 2
MC11_RDBFL3     0xF0061BA6          Read Data and Bit Flip Register 3
MC11_RDBFL4     0xF0061BA8          Read Data and Bit Flip Register 4
MC11_RDBFL5     0xF0061BAA          Read Data and Bit Flip Register 5
MC11_RDBFL6     0xF0061BAC          Read Data and Bit Flip Register 6
MC11_RDBFL7     0xF0061BAE          Read Data and Bit Flip Register 7
MC11_RDBFL8     0xF0061BB0          Read Data and Bit Flip Register 8
MC11_RDBFL9     0xF0061BB2          Read Data and Bit Flip Register 9
MC11_RDBFL10    0xF0061BB4          Read Data and Bit Flip Register 10
MC11_RDBFL11    0xF0061BB6          Read Data and Bit Flip Register 11
MC11_RDBFL12    0xF0061BB8          Read Data and Bit Flip Register 12
MC11_RDBFL13    0xF0061BBA          Read Data and Bit Flip Register 13
MC11_RDBFL14    0xF0061BBC          Read Data and Bit Flip Register 14
MC11_RDBFL15    0xF0061BBE          Read Data and Bit Flip Register 15
MC11_RDBFL16    0xF0061BC0          Read Data and Bit Flip Register 16
MC11_RDBFL17    0xF0061BC2          Read Data and Bit Flip Register 17
MC11_RDBFL18    0xF0061BC4          Read Data and Bit Flip Register 18
MC11_RDBFL19    0xF0061BC6          Read Data and Bit Flip Register 19
MC11_RDBFL20    0xF0061BC8          Read Data and Bit Flip Register 20
MC11_RDBFL21    0xF0061BCA          Read Data and Bit Flip Register 21
MC11_RDBFL22    0xF0061BCC          Read Data and Bit Flip Register 22
MC11_RDBFL23    0xF0061BCE          Read Data and Bit Flip Register 23
MC11_RDBFL24    0xF0061BD0          Read Data and Bit Flip Register 24
MC11_RDBFL25    0xF0061BD2          Read Data and Bit Flip Register 25
MC11_RDBFL26    0xF0061BD4          Read Data and Bit Flip Register 26
MC11_RDBFL27    0xF0061BD6          Read Data and Bit Flip Register 27
MC11_RDBFL28    0xF0061BD8          Read Data and Bit Flip Register 28
MC11_RDBFL29    0xF0061BDA          Read Data and Bit Flip Register 29
MC11_RDBFL30    0xF0061BDC          Read Data and Bit Flip Register 30
MC11_RDBFL31    0xF0061BDE          Read Data and Bit Flip Register 31
MC11_RDBFL32    0xF0061BE0          Read Data and Bit Flip Register 32
MC11_RDBFL33    0xF0061BE2          Read Data and Bit Flip Register 33
MC11_RDBFL34    0xF0061BE4          Read Data and Bit Flip Register 34
MC11_RDBFL35    0xF0061BE6          Read Data and Bit Flip Register 35
MC11_RDBFL36    0xF0061BE8          Read Data and Bit Flip Register 36
MC11_RDBFL37    0xF0061BEA          Read Data and Bit Flip Register 37
MC11_RDBFL38    0xF0061BEC          Read Data and Bit Flip Register 38
MC11_RDBFL39    0xF0061BEE          Read Data and Bit Flip Register 39
MC12_CONFIG0    0xF0061C00          Configuration Register 0
MC12_CONFIG1    0xF0061C02          Configuration Register 1
MC12_MCONTROL   0xF0061C04          MBIST Control Register
MC12_MSTATUS    0xF0061C06          Status Register
MC12_RANGE      0xF0061C08          Range Register, single address mode
MC12_REVID      0xF0061C0C          Revision ID Register
MC12_ECCS       0xF0061C0E          ECC Safety Register
MC12_ECCD       0xF0061C10          Memory ECC Detection Register
MC12_ETRR0      0xF0061C12          Error Tracking Register 0
MC12_ETRR1      0xF0061C14          Error Tracking Register 1
MC12_ETRR2      0xF0061C16          Error Tracking Register 2
MC12_ETRR3      0xF0061C18          Error Tracking Register 3
MC12_ETRR4      0xF0061C1A          Error Tracking Register 4
MC12_RDBFL0     0xF0061CA0          Read Data and Bit Flip Register 0
MC12_RDBFL1     0xF0061CA2          Read Data and Bit Flip Register 1
MC12_RDBFL2     0xF0061CA4          Read Data and Bit Flip Register 2
MC12_RDBFL3     0xF0061CA6          Read Data and Bit Flip Register 3
MC12_RDBFL4     0xF0061CA8          Read Data and Bit Flip Register 4
MC12_RDBFL5     0xF0061CAA          Read Data and Bit Flip Register 5
MC12_RDBFL6     0xF0061CAC          Read Data and Bit Flip Register 6
MC12_RDBFL7     0xF0061CAE          Read Data and Bit Flip Register 7
MC12_RDBFL8     0xF0061CB0          Read Data and Bit Flip Register 8
MC12_RDBFL9     0xF0061CB2          Read Data and Bit Flip Register 9
MC12_RDBFL10    0xF0061CB4          Read Data and Bit Flip Register 10
MC12_RDBFL11    0xF0061CB6          Read Data and Bit Flip Register 11
MC12_RDBFL12    0xF0061CB8          Read Data and Bit Flip Register 12
MC12_RDBFL13    0xF0061CBA          Read Data and Bit Flip Register 13
MC12_RDBFL14    0xF0061CBC          Read Data and Bit Flip Register 14
MC12_RDBFL15    0xF0061CBE          Read Data and Bit Flip Register 15
MC12_RDBFL16    0xF0061CC0          Read Data and Bit Flip Register 16
MC12_RDBFL17    0xF0061CC2          Read Data and Bit Flip Register 17
MC12_RDBFL18    0xF0061CC4          Read Data and Bit Flip Register 18
MC12_RDBFL19    0xF0061CC6          Read Data and Bit Flip Register 19
MC12_RDBFL20    0xF0061CC8          Read Data and Bit Flip Register 20
MC12_RDBFL21    0xF0061CCA          Read Data and Bit Flip Register 21
MC12_RDBFL22    0xF0061CCC          Read Data and Bit Flip Register 22
MC12_RDBFL23    0xF0061CCE          Read Data and Bit Flip Register 23
MC12_RDBFL24    0xF0061CD0          Read Data and Bit Flip Register 24
MC12_RDBFL25    0xF0061CD2          Read Data and Bit Flip Register 25
MC12_RDBFL26    0xF0061CD4          Read Data and Bit Flip Register 26
MC12_RDBFL27    0xF0061CD6          Read Data and Bit Flip Register 27
MC12_RDBFL28    0xF0061CD8          Read Data and Bit Flip Register 28
MC12_RDBFL29    0xF0061CDA          Read Data and Bit Flip Register 29
MC12_RDBFL30    0xF0061CDC          Read Data and Bit Flip Register 30
MC12_RDBFL31    0xF0061CDE          Read Data and Bit Flip Register 31
MC12_RDBFL32    0xF0061CE0          Read Data and Bit Flip Register 32
MC12_RDBFL33    0xF0061CE2          Read Data and Bit Flip Register 33
MC12_RDBFL34    0xF0061CE4          Read Data and Bit Flip Register 34
MC12_RDBFL35    0xF0061CE6          Read Data and Bit Flip Register 35
MC12_RDBFL36    0xF0061CE8          Read Data and Bit Flip Register 36
MC12_RDBFL37    0xF0061CEA          Read Data and Bit Flip Register 37
MC12_RDBFL38    0xF0061CEC          Read Data and Bit Flip Register 38
MC12_RDBFL39    0xF0061CEE          Read Data and Bit Flip Register 39
MC13_CONFIG0    0xF0061D00          Configuration Register 0
MC13_CONFIG1    0xF0061D02          Configuration Register 1
MC13_MCONTROL   0xF0061D04          MBIST Control Register
MC13_MSTATUS    0xF0061D06          Status Register
MC13_RANGE      0xF0061D08          Range Register, single address mode
MC13_REVID      0xF0061D0C          Revision ID Register
MC13_ECCS       0xF0061D0E          ECC Safety Register
MC13_ECCD       0xF0061D10          Memory ECC Detection Register
MC13_ETRR0      0xF0061D12          Error Tracking Register 0
MC13_ETRR1      0xF0061D14          Error Tracking Register 1
MC13_ETRR2      0xF0061D16          Error Tracking Register 2
MC13_ETRR3      0xF0061D18          Error Tracking Register 3
MC13_ETRR4      0xF0061D1A          Error Tracking Register 4
MC13_RDBFL0     0xF0061DA0          Read Data and Bit Flip Register 0
MC13_RDBFL1     0xF0061DA2          Read Data and Bit Flip Register 1
MC13_RDBFL2     0xF0061DA4          Read Data and Bit Flip Register 2
MC13_RDBFL3     0xF0061DA6          Read Data and Bit Flip Register 3
MC13_RDBFL4     0xF0061DA8          Read Data and Bit Flip Register 4
MC13_RDBFL5     0xF0061DAA          Read Data and Bit Flip Register 5
MC13_RDBFL6     0xF0061DAC          Read Data and Bit Flip Register 6
MC13_RDBFL7     0xF0061DAE          Read Data and Bit Flip Register 7
MC13_RDBFL8     0xF0061DB0          Read Data and Bit Flip Register 8
MC13_RDBFL9     0xF0061DB2          Read Data and Bit Flip Register 9
MC13_RDBFL10    0xF0061DB4          Read Data and Bit Flip Register 10
MC13_RDBFL11    0xF0061DB6          Read Data and Bit Flip Register 11
MC13_RDBFL12    0xF0061DB8          Read Data and Bit Flip Register 12
MC13_RDBFL13    0xF0061DBA          Read Data and Bit Flip Register 13
MC13_RDBFL14    0xF0061DBC          Read Data and Bit Flip Register 14
MC13_RDBFL15    0xF0061DBE          Read Data and Bit Flip Register 15
MC13_RDBFL16    0xF0061DC0          Read Data and Bit Flip Register 16
MC13_RDBFL17    0xF0061DC2          Read Data and Bit Flip Register 17
MC13_RDBFL18    0xF0061DC4          Read Data and Bit Flip Register 18
MC13_RDBFL19    0xF0061DC6          Read Data and Bit Flip Register 19
MC13_RDBFL20    0xF0061DC8          Read Data and Bit Flip Register 20
MC13_RDBFL21    0xF0061DCA          Read Data and Bit Flip Register 21
MC13_RDBFL22    0xF0061DCC          Read Data and Bit Flip Register 22
MC13_RDBFL23    0xF0061DCE          Read Data and Bit Flip Register 23
MC13_RDBFL24    0xF0061DD0          Read Data and Bit Flip Register 24
MC13_RDBFL25    0xF0061DD2          Read Data and Bit Flip Register 25
MC13_RDBFL26    0xF0061DD4          Read Data and Bit Flip Register 26
MC13_RDBFL27    0xF0061DD6          Read Data and Bit Flip Register 27
MC13_RDBFL28    0xF0061DD8          Read Data and Bit Flip Register 28
MC13_RDBFL29    0xF0061DDA          Read Data and Bit Flip Register 29
MC13_RDBFL30    0xF0061DDC          Read Data and Bit Flip Register 30
MC13_RDBFL31    0xF0061DDE          Read Data and Bit Flip Register 31
MC13_RDBFL32    0xF0061DE0          Read Data and Bit Flip Register 32
MC13_RDBFL33    0xF0061DE2          Read Data and Bit Flip Register 33
MC13_RDBFL34    0xF0061DE4          Read Data and Bit Flip Register 34
MC13_RDBFL35    0xF0061DE6          Read Data and Bit Flip Register 35
MC13_RDBFL36    0xF0061DE8          Read Data and Bit Flip Register 36
MC13_RDBFL37    0xF0061DEA          Read Data and Bit Flip Register 37
MC13_RDBFL38    0xF0061DEC          Read Data and Bit Flip Register 38
MC13_RDBFL39    0xF0061DEE          Read Data and Bit Flip Register 39
MC14_CONFIG0    0xF0061E00          Configuration Register 0
MC14_CONFIG1    0xF0061E02          Configuration Register 1
MC14_MCONTROL   0xF0061E04          MBIST Control Register
MC14_MSTATUS    0xF0061E06          Status Register
MC14_RANGE      0xF0061E08          Range Register, single address mode
MC14_REVID      0xF0061E0C          Revision ID Register
MC14_ECCS       0xF0061E0E          ECC Safety Register
MC14_ECCD       0xF0061E10          Memory ECC Detection Register
MC14_ETRR0      0xF0061E12          Error Tracking Register 0
MC14_ETRR1      0xF0061E14          Error Tracking Register 1
MC14_ETRR2      0xF0061E16          Error Tracking Register 2
MC14_ETRR3      0xF0061E18          Error Tracking Register 3
MC14_ETRR4      0xF0061E1A          Error Tracking Register 4
MC14_RDBFL0     0xF0061EA0          Read Data and Bit Flip Register 0
MC14_RDBFL1     0xF0061EA2          Read Data and Bit Flip Register 1
MC14_RDBFL2     0xF0061EA4          Read Data and Bit Flip Register 2
MC14_RDBFL3     0xF0061EA6          Read Data and Bit Flip Register 3
MC14_RDBFL4     0xF0061EA8          Read Data and Bit Flip Register 4
MC14_RDBFL5     0xF0061EAA          Read Data and Bit Flip Register 5
MC14_RDBFL6     0xF0061EAC          Read Data and Bit Flip Register 6
MC14_RDBFL7     0xF0061EAE          Read Data and Bit Flip Register 7
MC14_RDBFL8     0xF0061EB0          Read Data and Bit Flip Register 8
MC14_RDBFL9     0xF0061EB2          Read Data and Bit Flip Register 9
MC14_RDBFL10    0xF0061EB4          Read Data and Bit Flip Register 10
MC14_RDBFL11    0xF0061EB6          Read Data and Bit Flip Register 11
MC14_RDBFL12    0xF0061EB8          Read Data and Bit Flip Register 12
MC14_RDBFL13    0xF0061EBA          Read Data and Bit Flip Register 13
MC14_RDBFL14    0xF0061EBC          Read Data and Bit Flip Register 14
MC14_RDBFL15    0xF0061EBE          Read Data and Bit Flip Register 15
MC14_RDBFL16    0xF0061EC0          Read Data and Bit Flip Register 16
MC14_RDBFL17    0xF0061EC2          Read Data and Bit Flip Register 17
MC14_RDBFL18    0xF0061EC4          Read Data and Bit Flip Register 18
MC14_RDBFL19    0xF0061EC6          Read Data and Bit Flip Register 19
MC14_RDBFL20    0xF0061EC8          Read Data and Bit Flip Register 20
MC14_RDBFL21    0xF0061ECA          Read Data and Bit Flip Register 21
MC14_RDBFL22    0xF0061ECC          Read Data and Bit Flip Register 22
MC14_RDBFL23    0xF0061ECE          Read Data and Bit Flip Register 23
MC14_RDBFL24    0xF0061ED0          Read Data and Bit Flip Register 24
MC14_RDBFL25    0xF0061ED2          Read Data and Bit Flip Register 25
MC14_RDBFL26    0xF0061ED4          Read Data and Bit Flip Register 26
MC14_RDBFL27    0xF0061ED6          Read Data and Bit Flip Register 27
MC14_RDBFL28    0xF0061ED8          Read Data and Bit Flip Register 28
MC14_RDBFL29    0xF0061EDA          Read Data and Bit Flip Register 29
MC14_RDBFL30    0xF0061EDC          Read Data and Bit Flip Register 30
MC14_RDBFL31    0xF0061EDE          Read Data and Bit Flip Register 31
MC14_RDBFL32    0xF0061EE0          Read Data and Bit Flip Register 32
MC14_RDBFL33    0xF0061EE2          Read Data and Bit Flip Register 33
MC14_RDBFL34    0xF0061EE4          Read Data and Bit Flip Register 34
MC14_RDBFL35    0xF0061EE6          Read Data and Bit Flip Register 35
MC14_RDBFL36    0xF0061EE8          Read Data and Bit Flip Register 36
MC14_RDBFL37    0xF0061EEA          Read Data and Bit Flip Register 37
MC14_RDBFL38    0xF0061EEC          Read Data and Bit Flip Register 38
MC14_RDBFL39    0xF0061EEE          Read Data and Bit Flip Register 39
MC15_CONFIG0    0xF0061F00          Configuration Register 0
MC15_CONFIG1    0xF0061F02          Configuration Register 1
MC15_MCONTROL   0xF0061F04          MBIST Control Register
MC15_MSTATUS    0xF0061F06          Status Register
MC15_RANGE      0xF0061F08          Range Register, single address mode
MC15_REVID      0xF0061F0C          Revision ID Register
MC15_ECCS       0xF0061F0E          ECC Safety Register
MC15_ECCD       0xF0061F10          Memory ECC Detection Register
MC15_ETRR0      0xF0061F12          Error Tracking Register 0
MC15_ETRR1      0xF0061F14          Error Tracking Register 1
MC15_ETRR2      0xF0061F16          Error Tracking Register 2
MC15_ETRR3      0xF0061F18          Error Tracking Register 3
MC15_ETRR4      0xF0061F1A          Error Tracking Register 4
MC15_RDBFL0     0xF0061FA0          Read Data and Bit Flip Register 0
MC15_RDBFL1     0xF0061FA2          Read Data and Bit Flip Register 1
MC15_RDBFL2     0xF0061FA4          Read Data and Bit Flip Register 2
MC15_RDBFL3     0xF0061FA6          Read Data and Bit Flip Register 3
MC15_RDBFL4     0xF0061FA8          Read Data and Bit Flip Register 4
MC15_RDBFL5     0xF0061FAA          Read Data and Bit Flip Register 5
MC15_RDBFL6     0xF0061FAC          Read Data and Bit Flip Register 6
MC15_RDBFL7     0xF0061FAE          Read Data and Bit Flip Register 7
MC15_RDBFL8     0xF0061FB0          Read Data and Bit Flip Register 8
MC15_RDBFL9     0xF0061FB2          Read Data and Bit Flip Register 9
MC15_RDBFL10    0xF0061FB4          Read Data and Bit Flip Register 10
MC15_RDBFL11    0xF0061FB6          Read Data and Bit Flip Register 11
MC15_RDBFL12    0xF0061FB8          Read Data and Bit Flip Register 12
MC15_RDBFL13    0xF0061FBA          Read Data and Bit Flip Register 13
MC15_RDBFL14    0xF0061FBC          Read Data and Bit Flip Register 14
MC15_RDBFL15    0xF0061FBE          Read Data and Bit Flip Register 15
MC15_RDBFL16    0xF0061FC0          Read Data and Bit Flip Register 16
MC15_RDBFL17    0xF0061FC2          Read Data and Bit Flip Register 17
MC15_RDBFL18    0xF0061FC4          Read Data and Bit Flip Register 18
MC15_RDBFL19    0xF0061FC6          Read Data and Bit Flip Register 19
MC15_RDBFL20    0xF0061FC8          Read Data and Bit Flip Register 20
MC15_RDBFL21    0xF0061FCA          Read Data and Bit Flip Register 21
MC15_RDBFL22    0xF0061FCC          Read Data and Bit Flip Register 22
MC15_RDBFL23    0xF0061FCE          Read Data and Bit Flip Register 23
MC15_RDBFL24    0xF0061FD0          Read Data and Bit Flip Register 24
MC15_RDBFL25    0xF0061FD2          Read Data and Bit Flip Register 25
MC15_RDBFL26    0xF0061FD4          Read Data and Bit Flip Register 26
MC15_RDBFL27    0xF0061FD6          Read Data and Bit Flip Register 27
MC15_RDBFL28    0xF0061FD8          Read Data and Bit Flip Register 28
MC15_RDBFL29    0xF0061FDA          Read Data and Bit Flip Register 29
MC15_RDBFL30    0xF0061FDC          Read Data and Bit Flip Register 30
MC15_RDBFL31    0xF0061FDE          Read Data and Bit Flip Register 31
MC15_RDBFL32    0xF0061FE0          Read Data and Bit Flip Register 32
MC15_RDBFL33    0xF0061FE2          Read Data and Bit Flip Register 33
MC15_RDBFL34    0xF0061FE4          Read Data and Bit Flip Register 34
MC15_RDBFL35    0xF0061FE6          Read Data and Bit Flip Register 35
MC15_RDBFL36    0xF0061FE8          Read Data and Bit Flip Register 36
MC15_RDBFL37    0xF0061FEA          Read Data and Bit Flip Register 37
MC15_RDBFL38    0xF0061FEC          Read Data and Bit Flip Register 38
MC15_RDBFL39    0xF0061FEE          Read Data and Bit Flip Register 39
MC16_CONFIG0    0xF0062000          Configuration Register 0
MC16_CONFIG1    0xF0062002          Configuration Register 1
MC16_MCONTROL   0xF0062004          MBIST Control Register
MC16_MSTATUS    0xF0062006          Status Register
MC16_RANGE      0xF0062008          Range Register, single address mode
MC16_REVID      0xF006200C          Revision ID Register
MC16_ECCS       0xF006200E          ECC Safety Register
MC16_ECCD       0xF0062010          Memory ECC Detection Register
MC16_ETRR0      0xF0062012          Error Tracking Register 0
MC16_ETRR1      0xF0062014          Error Tracking Register 1
MC16_ETRR2      0xF0062016          Error Tracking Register 2
MC16_ETRR3      0xF0062018          Error Tracking Register 3
MC16_ETRR4      0xF006201A          Error Tracking Register 4
MC16_RDBFL0     0xF00620A0          Read Data and Bit Flip Register 0
MC16_RDBFL1     0xF00620A2          Read Data and Bit Flip Register 1
MC16_RDBFL2     0xF00620A4          Read Data and Bit Flip Register 2
MC16_RDBFL3     0xF00620A6          Read Data and Bit Flip Register 3
MC16_RDBFL4     0xF00620A8          Read Data and Bit Flip Register 4
MC16_RDBFL5     0xF00620AA          Read Data and Bit Flip Register 5
MC16_RDBFL6     0xF00620AC          Read Data and Bit Flip Register 6
MC16_RDBFL7     0xF00620AE          Read Data and Bit Flip Register 7
MC16_RDBFL8     0xF00620B0          Read Data and Bit Flip Register 8
MC16_RDBFL9     0xF00620B2          Read Data and Bit Flip Register 9
MC16_RDBFL10    0xF00620B4          Read Data and Bit Flip Register 10
MC16_RDBFL11    0xF00620B6          Read Data and Bit Flip Register 11
MC16_RDBFL12    0xF00620B8          Read Data and Bit Flip Register 12
MC16_RDBFL13    0xF00620BA          Read Data and Bit Flip Register 13
MC16_RDBFL14    0xF00620BC          Read Data and Bit Flip Register 14
MC16_RDBFL15    0xF00620BE          Read Data and Bit Flip Register 15
MC16_RDBFL16    0xF00620C0          Read Data and Bit Flip Register 16
MC16_RDBFL17    0xF00620C2          Read Data and Bit Flip Register 17
MC16_RDBFL18    0xF00620C4          Read Data and Bit Flip Register 18
MC16_RDBFL19    0xF00620C6          Read Data and Bit Flip Register 19
MC16_RDBFL20    0xF00620C8          Read Data and Bit Flip Register 20
MC16_RDBFL21    0xF00620CA          Read Data and Bit Flip Register 21
MC16_RDBFL22    0xF00620CC          Read Data and Bit Flip Register 22
MC16_RDBFL23    0xF00620CE          Read Data and Bit Flip Register 23
MC16_RDBFL24    0xF00620D0          Read Data and Bit Flip Register 24
MC16_RDBFL25    0xF00620D2          Read Data and Bit Flip Register 25
MC16_RDBFL26    0xF00620D4          Read Data and Bit Flip Register 26
MC16_RDBFL27    0xF00620D6          Read Data and Bit Flip Register 27
MC16_RDBFL28    0xF00620D8          Read Data and Bit Flip Register 28
MC16_RDBFL29    0xF00620DA          Read Data and Bit Flip Register 29
MC16_RDBFL30    0xF00620DC          Read Data and Bit Flip Register 30
MC16_RDBFL31    0xF00620DE          Read Data and Bit Flip Register 31
MC16_RDBFL32    0xF00620E0          Read Data and Bit Flip Register 32
MC16_RDBFL33    0xF00620E2          Read Data and Bit Flip Register 33
MC16_RDBFL34    0xF00620E4          Read Data and Bit Flip Register 34
MC16_RDBFL35    0xF00620E6          Read Data and Bit Flip Register 35
MC16_RDBFL36    0xF00620E8          Read Data and Bit Flip Register 36
MC16_RDBFL37    0xF00620EA          Read Data and Bit Flip Register 37
MC16_RDBFL38    0xF00620EC          Read Data and Bit Flip Register 38
MC16_RDBFL39    0xF00620EE          Read Data and Bit Flip Register 39
MC17_CONFIG0    0xF0062100          Configuration Register 0
MC17_CONFIG1    0xF0062102          Configuration Register 1
MC17_MCONTROL   0xF0062104          MBIST Control Register
MC17_MSTATUS    0xF0062106          Status Register
MC17_RANGE      0xF0062108          Range Register, single address mode
MC17_REVID      0xF006210C          Revision ID Register
MC17_ECCS       0xF006210E          ECC Safety Register
MC17_ECCD       0xF0062110          Memory ECC Detection Register
MC17_ETRR0      0xF0062112          Error Tracking Register 0
MC17_ETRR1      0xF0062114          Error Tracking Register 1
MC17_ETRR2      0xF0062116          Error Tracking Register 2
MC17_ETRR3      0xF0062118          Error Tracking Register 3
MC17_ETRR4      0xF006211A          Error Tracking Register 4
MC17_RDBFL0     0xF00621A0          Read Data and Bit Flip Register 0
MC17_RDBFL1     0xF00621A2          Read Data and Bit Flip Register 1
MC17_RDBFL2     0xF00621A4          Read Data and Bit Flip Register 2
MC17_RDBFL3     0xF00621A6          Read Data and Bit Flip Register 3
MC17_RDBFL4     0xF00621A8          Read Data and Bit Flip Register 4
MC17_RDBFL5     0xF00621AA          Read Data and Bit Flip Register 5
MC17_RDBFL6     0xF00621AC          Read Data and Bit Flip Register 6
MC17_RDBFL7     0xF00621AE          Read Data and Bit Flip Register 7
MC17_RDBFL8     0xF00621B0          Read Data and Bit Flip Register 8
MC17_RDBFL9     0xF00621B2          Read Data and Bit Flip Register 9
MC17_RDBFL10    0xF00621B4          Read Data and Bit Flip Register 10
MC17_RDBFL11    0xF00621B6          Read Data and Bit Flip Register 11
MC17_RDBFL12    0xF00621B8          Read Data and Bit Flip Register 12
MC17_RDBFL13    0xF00621BA          Read Data and Bit Flip Register 13
MC17_RDBFL14    0xF00621BC          Read Data and Bit Flip Register 14
MC17_RDBFL15    0xF00621BE          Read Data and Bit Flip Register 15
MC17_RDBFL16    0xF00621C0          Read Data and Bit Flip Register 16
MC17_RDBFL17    0xF00621C2          Read Data and Bit Flip Register 17
MC17_RDBFL18    0xF00621C4          Read Data and Bit Flip Register 18
MC17_RDBFL19    0xF00621C6          Read Data and Bit Flip Register 19
MC17_RDBFL20    0xF00621C8          Read Data and Bit Flip Register 20
MC17_RDBFL21    0xF00621CA          Read Data and Bit Flip Register 21
MC17_RDBFL22    0xF00621CC          Read Data and Bit Flip Register 22
MC17_RDBFL23    0xF00621CE          Read Data and Bit Flip Register 23
MC17_RDBFL24    0xF00621D0          Read Data and Bit Flip Register 24
MC17_RDBFL25    0xF00621D2          Read Data and Bit Flip Register 25
MC17_RDBFL26    0xF00621D4          Read Data and Bit Flip Register 26
MC17_RDBFL27    0xF00621D6          Read Data and Bit Flip Register 27
MC17_RDBFL28    0xF00621D8          Read Data and Bit Flip Register 28
MC17_RDBFL29    0xF00621DA          Read Data and Bit Flip Register 29
MC17_RDBFL30    0xF00621DC          Read Data and Bit Flip Register 30
MC17_RDBFL31    0xF00621DE          Read Data and Bit Flip Register 31
MC17_RDBFL32    0xF00621E0          Read Data and Bit Flip Register 32
MC17_RDBFL33    0xF00621E2          Read Data and Bit Flip Register 33
MC17_RDBFL34    0xF00621E4          Read Data and Bit Flip Register 34
MC17_RDBFL35    0xF00621E6          Read Data and Bit Flip Register 35
MC17_RDBFL36    0xF00621E8          Read Data and Bit Flip Register 36
MC17_RDBFL37    0xF00621EA          Read Data and Bit Flip Register 37
MC17_RDBFL38    0xF00621EC          Read Data and Bit Flip Register 38
MC17_RDBFL39    0xF00621EE          Read Data and Bit Flip Register 39
MC18_CONFIG0    0xF0062200          Configuration Register 0
MC18_CONFIG1    0xF0062202          Configuration Register 1
MC18_MCONTROL   0xF0062204          MBIST Control Register
MC18_MSTATUS    0xF0062206          Status Register
MC18_RANGE      0xF0062208          Range Register, single address mode
MC18_REVID      0xF006220C          Revision ID Register
MC18_ECCS       0xF006220E          ECC Safety Register
MC18_ECCD       0xF0062210          Memory ECC Detection Register
MC18_ETRR0      0xF0062212          Error Tracking Register 0
MC18_ETRR1      0xF0062214          Error Tracking Register 1
MC18_ETRR2      0xF0062216          Error Tracking Register 2
MC18_ETRR3      0xF0062218          Error Tracking Register 3
MC18_ETRR4      0xF006221A          Error Tracking Register 4
MC18_RDBFL0     0xF00622A0          Read Data and Bit Flip Register 0
MC18_RDBFL1     0xF00622A2          Read Data and Bit Flip Register 1
MC18_RDBFL2     0xF00622A4          Read Data and Bit Flip Register 2
MC18_RDBFL3     0xF00622A6          Read Data and Bit Flip Register 3
MC18_RDBFL4     0xF00622A8          Read Data and Bit Flip Register 4
MC18_RDBFL5     0xF00622AA          Read Data and Bit Flip Register 5
MC18_RDBFL6     0xF00622AC          Read Data and Bit Flip Register 6
MC18_RDBFL7     0xF00622AE          Read Data and Bit Flip Register 7
MC18_RDBFL8     0xF00622B0          Read Data and Bit Flip Register 8
MC18_RDBFL9     0xF00622B2          Read Data and Bit Flip Register 9
MC18_RDBFL10    0xF00622B4          Read Data and Bit Flip Register 10
MC18_RDBFL11    0xF00622B6          Read Data and Bit Flip Register 11
MC18_RDBFL12    0xF00622B8          Read Data and Bit Flip Register 12
MC18_RDBFL13    0xF00622BA          Read Data and Bit Flip Register 13
MC18_RDBFL14    0xF00622BC          Read Data and Bit Flip Register 14
MC18_RDBFL15    0xF00622BE          Read Data and Bit Flip Register 15
MC18_RDBFL16    0xF00622C0          Read Data and Bit Flip Register 16
MC18_RDBFL17    0xF00622C2          Read Data and Bit Flip Register 17
MC18_RDBFL18    0xF00622C4          Read Data and Bit Flip Register 18
MC18_RDBFL19    0xF00622C6          Read Data and Bit Flip Register 19
MC18_RDBFL20    0xF00622C8          Read Data and Bit Flip Register 20
MC18_RDBFL21    0xF00622CA          Read Data and Bit Flip Register 21
MC18_RDBFL22    0xF00622CC          Read Data and Bit Flip Register 22
MC18_RDBFL23    0xF00622CE          Read Data and Bit Flip Register 23
MC18_RDBFL24    0xF00622D0          Read Data and Bit Flip Register 24
MC18_RDBFL25    0xF00622D2          Read Data and Bit Flip Register 25
MC18_RDBFL26    0xF00622D4          Read Data and Bit Flip Register 26
MC18_RDBFL27    0xF00622D6          Read Data and Bit Flip Register 27
MC18_RDBFL28    0xF00622D8          Read Data and Bit Flip Register 28
MC18_RDBFL29    0xF00622DA          Read Data and Bit Flip Register 29
MC18_RDBFL30    0xF00622DC          Read Data and Bit Flip Register 30
MC18_RDBFL31    0xF00622DE          Read Data and Bit Flip Register 31
MC18_RDBFL32    0xF00622E0          Read Data and Bit Flip Register 32
MC18_RDBFL33    0xF00622E2          Read Data and Bit Flip Register 33
MC18_RDBFL34    0xF00622E4          Read Data and Bit Flip Register 34
MC18_RDBFL35    0xF00622E6          Read Data and Bit Flip Register 35
MC18_RDBFL36    0xF00622E8          Read Data and Bit Flip Register 36
MC18_RDBFL37    0xF00622EA          Read Data and Bit Flip Register 37
MC18_RDBFL38    0xF00622EC          Read Data and Bit Flip Register 38
MC18_RDBFL39    0xF00622EE          Read Data and Bit Flip Register 39
MC19_CONFIG0    0xF0062300          Configuration Register 0
MC19_CONFIG1    0xF0062302          Configuration Register 1
MC19_MCONTROL   0xF0062304          MBIST Control Register
MC19_MSTATUS    0xF0062306          Status Register
MC19_RANGE      0xF0062308          Range Register, single address mode
MC19_REVID      0xF006230C          Revision ID Register
MC19_ECCS       0xF006230E          ECC Safety Register
MC19_ECCD       0xF0062310          Memory ECC Detection Register
MC19_ETRR0      0xF0062312          Error Tracking Register 0
MC19_ETRR1      0xF0062314          Error Tracking Register 1
MC19_ETRR2      0xF0062316          Error Tracking Register 2
MC19_ETRR3      0xF0062318          Error Tracking Register 3
MC19_ETRR4      0xF006231A          Error Tracking Register 4
MC19_RDBFL0     0xF00623A0          Read Data and Bit Flip Register 0
MC19_RDBFL1     0xF00623A2          Read Data and Bit Flip Register 1
MC19_RDBFL2     0xF00623A4          Read Data and Bit Flip Register 2
MC19_RDBFL3     0xF00623A6          Read Data and Bit Flip Register 3
MC19_RDBFL4     0xF00623A8          Read Data and Bit Flip Register 4
MC19_RDBFL5     0xF00623AA          Read Data and Bit Flip Register 5
MC19_RDBFL6     0xF00623AC          Read Data and Bit Flip Register 6
MC19_RDBFL7     0xF00623AE          Read Data and Bit Flip Register 7
MC19_RDBFL8     0xF00623B0          Read Data and Bit Flip Register 8
MC19_RDBFL9     0xF00623B2          Read Data and Bit Flip Register 9
MC19_RDBFL10    0xF00623B4          Read Data and Bit Flip Register 10
MC19_RDBFL11    0xF00623B6          Read Data and Bit Flip Register 11
MC19_RDBFL12    0xF00623B8          Read Data and Bit Flip Register 12
MC19_RDBFL13    0xF00623BA          Read Data and Bit Flip Register 13
MC19_RDBFL14    0xF00623BC          Read Data and Bit Flip Register 14
MC19_RDBFL15    0xF00623BE          Read Data and Bit Flip Register 15
MC19_RDBFL16    0xF00623C0          Read Data and Bit Flip Register 16
MC19_RDBFL17    0xF00623C2          Read Data and Bit Flip Register 17
MC19_RDBFL18    0xF00623C4          Read Data and Bit Flip Register 18
MC19_RDBFL19    0xF00623C6          Read Data and Bit Flip Register 19
MC19_RDBFL20    0xF00623C8          Read Data and Bit Flip Register 20
MC19_RDBFL21    0xF00623CA          Read Data and Bit Flip Register 21
MC19_RDBFL22    0xF00623CC          Read Data and Bit Flip Register 22
MC19_RDBFL23    0xF00623CE          Read Data and Bit Flip Register 23
MC19_RDBFL24    0xF00623D0          Read Data and Bit Flip Register 24
MC19_RDBFL25    0xF00623D2          Read Data and Bit Flip Register 25
MC19_RDBFL26    0xF00623D4          Read Data and Bit Flip Register 26
MC19_RDBFL27    0xF00623D6          Read Data and Bit Flip Register 27
MC19_RDBFL28    0xF00623D8          Read Data and Bit Flip Register 28
MC19_RDBFL29    0xF00623DA          Read Data and Bit Flip Register 29
MC19_RDBFL30    0xF00623DC          Read Data and Bit Flip Register 30
MC19_RDBFL31    0xF00623DE          Read Data and Bit Flip Register 31
MC19_RDBFL32    0xF00623E0          Read Data and Bit Flip Register 32
MC19_RDBFL33    0xF00623E2          Read Data and Bit Flip Register 33
MC19_RDBFL34    0xF00623E4          Read Data and Bit Flip Register 34
MC19_RDBFL35    0xF00623E6          Read Data and Bit Flip Register 35
MC19_RDBFL36    0xF00623E8          Read Data and Bit Flip Register 36
MC19_RDBFL37    0xF00623EA          Read Data and Bit Flip Register 37
MC19_RDBFL38    0xF00623EC          Read Data and Bit Flip Register 38
MC19_RDBFL39    0xF00623EE          Read Data and Bit Flip Register 39
MC20_CONFIG0    0xF0062400          Configuration Register 0
MC20_CONFIG1    0xF0062402          Configuration Register 1
MC20_MCONTROL   0xF0062404          MBIST Control Register
MC20_MSTATUS    0xF0062406          Status Register
MC20_RANGE      0xF0062408          Range Register, single address mode
MC20_REVID      0xF006240C          Revision ID Register
MC20_ECCS       0xF006240E          ECC Safety Register
MC20_ECCD       0xF0062410          Memory ECC Detection Register
MC20_ETRR0      0xF0062412          Error Tracking Register 0
MC20_ETRR1      0xF0062414          Error Tracking Register 1
MC20_ETRR2      0xF0062416          Error Tracking Register 2
MC20_ETRR3      0xF0062418          Error Tracking Register 3
MC20_ETRR4      0xF006241A          Error Tracking Register 4
MC20_RDBFL0     0xF00624A0          Read Data and Bit Flip Register 0
MC20_RDBFL1     0xF00624A2          Read Data and Bit Flip Register 1
MC20_RDBFL2     0xF00624A4          Read Data and Bit Flip Register 2
MC20_RDBFL3     0xF00624A6          Read Data and Bit Flip Register 3
MC20_RDBFL4     0xF00624A8          Read Data and Bit Flip Register 4
MC20_RDBFL5     0xF00624AA          Read Data and Bit Flip Register 5
MC20_RDBFL6     0xF00624AC          Read Data and Bit Flip Register 6
MC20_RDBFL7     0xF00624AE          Read Data and Bit Flip Register 7
MC20_RDBFL8     0xF00624B0          Read Data and Bit Flip Register 8
MC20_RDBFL9     0xF00624B2          Read Data and Bit Flip Register 9
MC20_RDBFL10    0xF00624B4          Read Data and Bit Flip Register 10
MC20_RDBFL11    0xF00624B6          Read Data and Bit Flip Register 11
MC20_RDBFL12    0xF00624B8          Read Data and Bit Flip Register 12
MC20_RDBFL13    0xF00624BA          Read Data and Bit Flip Register 13
MC20_RDBFL14    0xF00624BC          Read Data and Bit Flip Register 14
MC20_RDBFL15    0xF00624BE          Read Data and Bit Flip Register 15
MC20_RDBFL16    0xF00624C0          Read Data and Bit Flip Register 16
MC20_RDBFL17    0xF00624C2          Read Data and Bit Flip Register 17
MC20_RDBFL18    0xF00624C4          Read Data and Bit Flip Register 18
MC20_RDBFL19    0xF00624C6          Read Data and Bit Flip Register 19
MC20_RDBFL20    0xF00624C8          Read Data and Bit Flip Register 20
MC20_RDBFL21    0xF00624CA          Read Data and Bit Flip Register 21
MC20_RDBFL22    0xF00624CC          Read Data and Bit Flip Register 22
MC20_RDBFL23    0xF00624CE          Read Data and Bit Flip Register 23
MC20_RDBFL24    0xF00624D0          Read Data and Bit Flip Register 24
MC20_RDBFL25    0xF00624D2          Read Data and Bit Flip Register 25
MC20_RDBFL26    0xF00624D4          Read Data and Bit Flip Register 26
MC20_RDBFL27    0xF00624D6          Read Data and Bit Flip Register 27
MC20_RDBFL28    0xF00624D8          Read Data and Bit Flip Register 28
MC20_RDBFL29    0xF00624DA          Read Data and Bit Flip Register 29
MC20_RDBFL30    0xF00624DC          Read Data and Bit Flip Register 30
MC20_RDBFL31    0xF00624DE          Read Data and Bit Flip Register 31
MC20_RDBFL32    0xF00624E0          Read Data and Bit Flip Register 32
MC20_RDBFL33    0xF00624E2          Read Data and Bit Flip Register 33
MC20_RDBFL34    0xF00624E4          Read Data and Bit Flip Register 34
MC20_RDBFL35    0xF00624E6          Read Data and Bit Flip Register 35
MC20_RDBFL36    0xF00624E8          Read Data and Bit Flip Register 36
MC20_RDBFL37    0xF00624EA          Read Data and Bit Flip Register 37
MC20_RDBFL38    0xF00624EC          Read Data and Bit Flip Register 38
MC20_RDBFL39    0xF00624EE          Read Data and Bit Flip Register 39
MC21_CONFIG0    0xF0062500          Configuration Register 0
MC21_CONFIG1    0xF0062502          Configuration Register 1
MC21_MCONTROL   0xF0062504          MBIST Control Register
MC21_MSTATUS    0xF0062506          Status Register
MC21_RANGE      0xF0062508          Range Register, single address mode
MC21_REVID      0xF006250C          Revision ID Register
MC21_ECCS       0xF006250E          ECC Safety Register
MC21_ECCD       0xF0062510          Memory ECC Detection Register
MC21_ETRR0      0xF0062512          Error Tracking Register 0
MC21_ETRR1      0xF0062514          Error Tracking Register 1
MC21_ETRR2      0xF0062516          Error Tracking Register 2
MC21_ETRR3      0xF0062518          Error Tracking Register 3
MC21_ETRR4      0xF006251A          Error Tracking Register 4
MC21_RDBFL0     0xF00625A0          Read Data and Bit Flip Register 0
MC21_RDBFL1     0xF00625A2          Read Data and Bit Flip Register 1
MC21_RDBFL2     0xF00625A4          Read Data and Bit Flip Register 2
MC21_RDBFL3     0xF00625A6          Read Data and Bit Flip Register 3
MC21_RDBFL4     0xF00625A8          Read Data and Bit Flip Register 4
MC21_RDBFL5     0xF00625AA          Read Data and Bit Flip Register 5
MC21_RDBFL6     0xF00625AC          Read Data and Bit Flip Register 6
MC21_RDBFL7     0xF00625AE          Read Data and Bit Flip Register 7
MC21_RDBFL8     0xF00625B0          Read Data and Bit Flip Register 8
MC21_RDBFL9     0xF00625B2          Read Data and Bit Flip Register 9
MC21_RDBFL10    0xF00625B4          Read Data and Bit Flip Register 10
MC21_RDBFL11    0xF00625B6          Read Data and Bit Flip Register 11
MC21_RDBFL12    0xF00625B8          Read Data and Bit Flip Register 12
MC21_RDBFL13    0xF00625BA          Read Data and Bit Flip Register 13
MC21_RDBFL14    0xF00625BC          Read Data and Bit Flip Register 14
MC21_RDBFL15    0xF00625BE          Read Data and Bit Flip Register 15
MC21_RDBFL16    0xF00625C0          Read Data and Bit Flip Register 16
MC21_RDBFL17    0xF00625C2          Read Data and Bit Flip Register 17
MC21_RDBFL18    0xF00625C4          Read Data and Bit Flip Register 18
MC21_RDBFL19    0xF00625C6          Read Data and Bit Flip Register 19
MC21_RDBFL20    0xF00625C8          Read Data and Bit Flip Register 20
MC21_RDBFL21    0xF00625CA          Read Data and Bit Flip Register 21
MC21_RDBFL22    0xF00625CC          Read Data and Bit Flip Register 22
MC21_RDBFL23    0xF00625CE          Read Data and Bit Flip Register 23
MC21_RDBFL24    0xF00625D0          Read Data and Bit Flip Register 24
MC21_RDBFL25    0xF00625D2          Read Data and Bit Flip Register 25
MC21_RDBFL26    0xF00625D4          Read Data and Bit Flip Register 26
MC21_RDBFL27    0xF00625D6          Read Data and Bit Flip Register 27
MC21_RDBFL28    0xF00625D8          Read Data and Bit Flip Register 28
MC21_RDBFL29    0xF00625DA          Read Data and Bit Flip Register 29
MC21_RDBFL30    0xF00625DC          Read Data and Bit Flip Register 30
MC21_RDBFL31    0xF00625DE          Read Data and Bit Flip Register 31
MC21_RDBFL32    0xF00625E0          Read Data and Bit Flip Register 32
MC21_RDBFL33    0xF00625E2          Read Data and Bit Flip Register 33
MC21_RDBFL34    0xF00625E4          Read Data and Bit Flip Register 34
MC21_RDBFL35    0xF00625E6          Read Data and Bit Flip Register 35
MC21_RDBFL36    0xF00625E8          Read Data and Bit Flip Register 36
MC21_RDBFL37    0xF00625EA          Read Data and Bit Flip Register 37
MC21_RDBFL38    0xF00625EC          Read Data and Bit Flip Register 38
MC21_RDBFL39    0xF00625EE          Read Data and Bit Flip Register 39
MC22_CONFIG0    0xF0062600          Configuration Register 0
MC22_CONFIG1    0xF0062602          Configuration Register 1
MC22_MCONTROL   0xF0062604          MBIST Control Register
MC22_MSTATUS    0xF0062606          Status Register
MC22_RANGE      0xF0062608          Range Register, single address mode
MC22_REVID      0xF006260C          Revision ID Register
MC22_ECCS       0xF006260E          ECC Safety Register
MC22_ECCD       0xF0062610          Memory ECC Detection Register
MC22_ETRR0      0xF0062612          Error Tracking Register 0
MC22_ETRR1      0xF0062614          Error Tracking Register 1
MC22_ETRR2      0xF0062616          Error Tracking Register 2
MC22_ETRR3      0xF0062618          Error Tracking Register 3
MC22_ETRR4      0xF006261A          Error Tracking Register 4
MC22_RDBFL0     0xF00626A0          Read Data and Bit Flip Register 0
MC22_RDBFL1     0xF00626A2          Read Data and Bit Flip Register 1
MC22_RDBFL2     0xF00626A4          Read Data and Bit Flip Register 2
MC22_RDBFL3     0xF00626A6          Read Data and Bit Flip Register 3
MC22_RDBFL4     0xF00626A8          Read Data and Bit Flip Register 4
MC22_RDBFL5     0xF00626AA          Read Data and Bit Flip Register 5
MC22_RDBFL6     0xF00626AC          Read Data and Bit Flip Register 6
MC22_RDBFL7     0xF00626AE          Read Data and Bit Flip Register 7
MC22_RDBFL8     0xF00626B0          Read Data and Bit Flip Register 8
MC22_RDBFL9     0xF00626B2          Read Data and Bit Flip Register 9
MC22_RDBFL10    0xF00626B4          Read Data and Bit Flip Register 10
MC22_RDBFL11    0xF00626B6          Read Data and Bit Flip Register 11
MC22_RDBFL12    0xF00626B8          Read Data and Bit Flip Register 12
MC22_RDBFL13    0xF00626BA          Read Data and Bit Flip Register 13
MC22_RDBFL14    0xF00626BC          Read Data and Bit Flip Register 14
MC22_RDBFL15    0xF00626BE          Read Data and Bit Flip Register 15
MC22_RDBFL16    0xF00626C0          Read Data and Bit Flip Register 16
MC22_RDBFL17    0xF00626C2          Read Data and Bit Flip Register 17
MC22_RDBFL18    0xF00626C4          Read Data and Bit Flip Register 18
MC22_RDBFL19    0xF00626C6          Read Data and Bit Flip Register 19
MC22_RDBFL20    0xF00626C8          Read Data and Bit Flip Register 20
MC22_RDBFL21    0xF00626CA          Read Data and Bit Flip Register 21
MC22_RDBFL22    0xF00626CC          Read Data and Bit Flip Register 22
MC22_RDBFL23    0xF00626CE          Read Data and Bit Flip Register 23
MC22_RDBFL24    0xF00626D0          Read Data and Bit Flip Register 24
MC22_RDBFL25    0xF00626D2          Read Data and Bit Flip Register 25
MC22_RDBFL26    0xF00626D4          Read Data and Bit Flip Register 26
MC22_RDBFL27    0xF00626D6          Read Data and Bit Flip Register 27
MC22_RDBFL28    0xF00626D8          Read Data and Bit Flip Register 28
MC22_RDBFL29    0xF00626DA          Read Data and Bit Flip Register 29
MC22_RDBFL30    0xF00626DC          Read Data and Bit Flip Register 30
MC22_RDBFL31    0xF00626DE          Read Data and Bit Flip Register 31
MC22_RDBFL32    0xF00626E0          Read Data and Bit Flip Register 32
MC22_RDBFL33    0xF00626E2          Read Data and Bit Flip Register 33
MC22_RDBFL34    0xF00626E4          Read Data and Bit Flip Register 34
MC22_RDBFL35    0xF00626E6          Read Data and Bit Flip Register 35
MC22_RDBFL36    0xF00626E8          Read Data and Bit Flip Register 36
MC22_RDBFL37    0xF00626EA          Read Data and Bit Flip Register 37
MC22_RDBFL38    0xF00626EC          Read Data and Bit Flip Register 38
MC22_RDBFL39    0xF00626EE          Read Data and Bit Flip Register 39
MC23_CONFIG0    0xF0062700          Configuration Register 0
MC23_CONFIG1    0xF0062702          Configuration Register 1
MC23_MCONTROL   0xF0062704          MBIST Control Register
MC23_MSTATUS    0xF0062706          Status Register
MC23_RANGE      0xF0062708          Range Register, single address mode
MC23_REVID      0xF006270C          Revision ID Register
MC23_ECCS       0xF006270E          ECC Safety Register
MC23_ECCD       0xF0062710          Memory ECC Detection Register
MC23_ETRR0      0xF0062712          Error Tracking Register 0
MC23_ETRR1      0xF0062714          Error Tracking Register 1
MC23_ETRR2      0xF0062716          Error Tracking Register 2
MC23_ETRR3      0xF0062718          Error Tracking Register 3
MC23_ETRR4      0xF006271A          Error Tracking Register 4
MC23_RDBFL0     0xF00627A0          Read Data and Bit Flip Register 0
MC23_RDBFL1     0xF00627A2          Read Data and Bit Flip Register 1
MC23_RDBFL2     0xF00627A4          Read Data and Bit Flip Register 2
MC23_RDBFL3     0xF00627A6          Read Data and Bit Flip Register 3
MC23_RDBFL4     0xF00627A8          Read Data and Bit Flip Register 4
MC23_RDBFL5     0xF00627AA          Read Data and Bit Flip Register 5
MC23_RDBFL6     0xF00627AC          Read Data and Bit Flip Register 6
MC23_RDBFL7     0xF00627AE          Read Data and Bit Flip Register 7
MC23_RDBFL8     0xF00627B0          Read Data and Bit Flip Register 8
MC23_RDBFL9     0xF00627B2          Read Data and Bit Flip Register 9
MC23_RDBFL10    0xF00627B4          Read Data and Bit Flip Register 10
MC23_RDBFL11    0xF00627B6          Read Data and Bit Flip Register 11
MC23_RDBFL12    0xF00627B8          Read Data and Bit Flip Register 12
MC23_RDBFL13    0xF00627BA          Read Data and Bit Flip Register 13
MC23_RDBFL14    0xF00627BC          Read Data and Bit Flip Register 14
MC23_RDBFL15    0xF00627BE          Read Data and Bit Flip Register 15
MC23_RDBFL16    0xF00627C0          Read Data and Bit Flip Register 16
MC23_RDBFL17    0xF00627C2          Read Data and Bit Flip Register 17
MC23_RDBFL18    0xF00627C4          Read Data and Bit Flip Register 18
MC23_RDBFL19    0xF00627C6          Read Data and Bit Flip Register 19
MC23_RDBFL20    0xF00627C8          Read Data and Bit Flip Register 20
MC23_RDBFL21    0xF00627CA          Read Data and Bit Flip Register 21
MC23_RDBFL22    0xF00627CC          Read Data and Bit Flip Register 22
MC23_RDBFL23    0xF00627CE          Read Data and Bit Flip Register 23
MC23_RDBFL24    0xF00627D0          Read Data and Bit Flip Register 24
MC23_RDBFL25    0xF00627D2          Read Data and Bit Flip Register 25
MC23_RDBFL26    0xF00627D4          Read Data and Bit Flip Register 26
MC23_RDBFL27    0xF00627D6          Read Data and Bit Flip Register 27
MC23_RDBFL28    0xF00627D8          Read Data and Bit Flip Register 28
MC23_RDBFL29    0xF00627DA          Read Data and Bit Flip Register 29
MC23_RDBFL30    0xF00627DC          Read Data and Bit Flip Register 30
MC23_RDBFL31    0xF00627DE          Read Data and Bit Flip Register 31
MC23_RDBFL32    0xF00627E0          Read Data and Bit Flip Register 32
MC23_RDBFL33    0xF00627E2          Read Data and Bit Flip Register 33
MC23_RDBFL34    0xF00627E4          Read Data and Bit Flip Register 34
MC23_RDBFL35    0xF00627E6          Read Data and Bit Flip Register 35
MC23_RDBFL36    0xF00627E8          Read Data and Bit Flip Register 36
MC23_RDBFL37    0xF00627EA          Read Data and Bit Flip Register 37
MC23_RDBFL38    0xF00627EC          Read Data and Bit Flip Register 38
MC23_RDBFL39    0xF00627EE          Read Data and Bit Flip Register 39
MC24_CONFIG0    0xF0062800          Configuration Register 0
MC24_CONFIG1    0xF0062802          Configuration Register 1
MC24_MCONTROL   0xF0062804          MBIST Control Register
MC24_MSTATUS    0xF0062806          Status Register
MC24_RANGE      0xF0062808          Range Register, single address mode
MC24_REVID      0xF006280C          Revision ID Register
MC24_ECCS       0xF006280E          ECC Safety Register
MC24_ECCD       0xF0062810          Memory ECC Detection Register
MC24_ETRR0      0xF0062812          Error Tracking Register 0
MC24_ETRR1      0xF0062814          Error Tracking Register 1
MC24_ETRR2      0xF0062816          Error Tracking Register 2
MC24_ETRR3      0xF0062818          Error Tracking Register 3
MC24_ETRR4      0xF006281A          Error Tracking Register 4
MC24_RDBFL0     0xF00628A0          Read Data and Bit Flip Register 0
MC24_RDBFL1     0xF00628A2          Read Data and Bit Flip Register 1
MC24_RDBFL2     0xF00628A4          Read Data and Bit Flip Register 2
MC24_RDBFL3     0xF00628A6          Read Data and Bit Flip Register 3
MC24_RDBFL4     0xF00628A8          Read Data and Bit Flip Register 4
MC24_RDBFL5     0xF00628AA          Read Data and Bit Flip Register 5
MC24_RDBFL6     0xF00628AC          Read Data and Bit Flip Register 6
MC24_RDBFL7     0xF00628AE          Read Data and Bit Flip Register 7
MC24_RDBFL8     0xF00628B0          Read Data and Bit Flip Register 8
MC24_RDBFL9     0xF00628B2          Read Data and Bit Flip Register 9
MC24_RDBFL10    0xF00628B4          Read Data and Bit Flip Register 10
MC24_RDBFL11    0xF00628B6          Read Data and Bit Flip Register 11
MC24_RDBFL12    0xF00628B8          Read Data and Bit Flip Register 12
MC24_RDBFL13    0xF00628BA          Read Data and Bit Flip Register 13
MC24_RDBFL14    0xF00628BC          Read Data and Bit Flip Register 14
MC24_RDBFL15    0xF00628BE          Read Data and Bit Flip Register 15
MC24_RDBFL16    0xF00628C0          Read Data and Bit Flip Register 16
MC24_RDBFL17    0xF00628C2          Read Data and Bit Flip Register 17
MC24_RDBFL18    0xF00628C4          Read Data and Bit Flip Register 18
MC24_RDBFL19    0xF00628C6          Read Data and Bit Flip Register 19
MC24_RDBFL20    0xF00628C8          Read Data and Bit Flip Register 20
MC24_RDBFL21    0xF00628CA          Read Data and Bit Flip Register 21
MC24_RDBFL22    0xF00628CC          Read Data and Bit Flip Register 22
MC24_RDBFL23    0xF00628CE          Read Data and Bit Flip Register 23
MC24_RDBFL24    0xF00628D0          Read Data and Bit Flip Register 24
MC24_RDBFL25    0xF00628D2          Read Data and Bit Flip Register 25
MC24_RDBFL26    0xF00628D4          Read Data and Bit Flip Register 26
MC24_RDBFL27    0xF00628D6          Read Data and Bit Flip Register 27
MC24_RDBFL28    0xF00628D8          Read Data and Bit Flip Register 28
MC24_RDBFL29    0xF00628DA          Read Data and Bit Flip Register 29
MC24_RDBFL30    0xF00628DC          Read Data and Bit Flip Register 30
MC24_RDBFL31    0xF00628DE          Read Data and Bit Flip Register 31
MC24_RDBFL32    0xF00628E0          Read Data and Bit Flip Register 32
MC24_RDBFL33    0xF00628E2          Read Data and Bit Flip Register 33
MC24_RDBFL34    0xF00628E4          Read Data and Bit Flip Register 34
MC24_RDBFL35    0xF00628E6          Read Data and Bit Flip Register 35
MC24_RDBFL36    0xF00628E8          Read Data and Bit Flip Register 36
MC24_RDBFL37    0xF00628EA          Read Data and Bit Flip Register 37
MC24_RDBFL38    0xF00628EC          Read Data and Bit Flip Register 38
MC24_RDBFL39    0xF00628EE          Read Data and Bit Flip Register 39
MC25_CONFIG0    0xF0062900          Configuration Register 0
MC25_CONFIG1    0xF0062902          Configuration Register 1
MC25_MCONTROL   0xF0062904          MBIST Control Register
MC25_MSTATUS    0xF0062906          Status Register
MC25_RANGE      0xF0062908          Range Register, single address mode
MC25_REVID      0xF006290C          Revision ID Register
MC25_ECCS       0xF006290E          ECC Safety Register
MC25_ECCD       0xF0062910          Memory ECC Detection Register
MC25_ETRR0      0xF0062912          Error Tracking Register 0
MC25_ETRR1      0xF0062914          Error Tracking Register 1
MC25_ETRR2      0xF0062916          Error Tracking Register 2
MC25_ETRR3      0xF0062918          Error Tracking Register 3
MC25_ETRR4      0xF006291A          Error Tracking Register 4
MC25_RDBFL0     0xF00629A0          Read Data and Bit Flip Register 0
MC25_RDBFL1     0xF00629A2          Read Data and Bit Flip Register 1
MC25_RDBFL2     0xF00629A4          Read Data and Bit Flip Register 2
MC25_RDBFL3     0xF00629A6          Read Data and Bit Flip Register 3
MC25_RDBFL4     0xF00629A8          Read Data and Bit Flip Register 4
MC25_RDBFL5     0xF00629AA          Read Data and Bit Flip Register 5
MC25_RDBFL6     0xF00629AC          Read Data and Bit Flip Register 6
MC25_RDBFL7     0xF00629AE          Read Data and Bit Flip Register 7
MC25_RDBFL8     0xF00629B0          Read Data and Bit Flip Register 8
MC25_RDBFL9     0xF00629B2          Read Data and Bit Flip Register 9
MC25_RDBFL10    0xF00629B4          Read Data and Bit Flip Register 10
MC25_RDBFL11    0xF00629B6          Read Data and Bit Flip Register 11
MC25_RDBFL12    0xF00629B8          Read Data and Bit Flip Register 12
MC25_RDBFL13    0xF00629BA          Read Data and Bit Flip Register 13
MC25_RDBFL14    0xF00629BC          Read Data and Bit Flip Register 14
MC25_RDBFL15    0xF00629BE          Read Data and Bit Flip Register 15
MC25_RDBFL16    0xF00629C0          Read Data and Bit Flip Register 16
MC25_RDBFL17    0xF00629C2          Read Data and Bit Flip Register 17
MC25_RDBFL18    0xF00629C4          Read Data and Bit Flip Register 18
MC25_RDBFL19    0xF00629C6          Read Data and Bit Flip Register 19
MC25_RDBFL20    0xF00629C8          Read Data and Bit Flip Register 20
MC25_RDBFL21    0xF00629CA          Read Data and Bit Flip Register 21
MC25_RDBFL22    0xF00629CC          Read Data and Bit Flip Register 22
MC25_RDBFL23    0xF00629CE          Read Data and Bit Flip Register 23
MC25_RDBFL24    0xF00629D0          Read Data and Bit Flip Register 24
MC25_RDBFL25    0xF00629D2          Read Data and Bit Flip Register 25
MC25_RDBFL26    0xF00629D4          Read Data and Bit Flip Register 26
MC25_RDBFL27    0xF00629D6          Read Data and Bit Flip Register 27
MC25_RDBFL28    0xF00629D8          Read Data and Bit Flip Register 28
MC25_RDBFL29    0xF00629DA          Read Data and Bit Flip Register 29
MC25_RDBFL30    0xF00629DC          Read Data and Bit Flip Register 30
MC25_RDBFL31    0xF00629DE          Read Data and Bit Flip Register 31
MC25_RDBFL32    0xF00629E0          Read Data and Bit Flip Register 32
MC25_RDBFL33    0xF00629E2          Read Data and Bit Flip Register 33
MC25_RDBFL34    0xF00629E4          Read Data and Bit Flip Register 34
MC25_RDBFL35    0xF00629E6          Read Data and Bit Flip Register 35
MC25_RDBFL36    0xF00629E8          Read Data and Bit Flip Register 36
MC25_RDBFL37    0xF00629EA          Read Data and Bit Flip Register 37
MC25_RDBFL38    0xF00629EC          Read Data and Bit Flip Register 38
MC25_RDBFL39    0xF00629EE          Read Data and Bit Flip Register 39
MC26_CONFIG0    0xF0062A00          Configuration Register 0
MC26_CONFIG1    0xF0062A02          Configuration Register 1
MC26_MCONTROL   0xF0062A04          MBIST Control Register
MC26_MSTATUS    0xF0062A06          Status Register
MC26_RANGE      0xF0062A08          Range Register, single address mode
MC26_REVID      0xF0062A0C          Revision ID Register
MC26_ECCS       0xF0062A0E          ECC Safety Register
MC26_ECCD       0xF0062A10          Memory ECC Detection Register
MC26_ETRR0      0xF0062A12          Error Tracking Register 0
MC26_ETRR1      0xF0062A14          Error Tracking Register 1
MC26_ETRR2      0xF0062A16          Error Tracking Register 2
MC26_ETRR3      0xF0062A18          Error Tracking Register 3
MC26_ETRR4      0xF0062A1A          Error Tracking Register 4
MC26_RDBFL0     0xF0062AA0          Read Data and Bit Flip Register 0
MC26_RDBFL1     0xF0062AA2          Read Data and Bit Flip Register 1
MC26_RDBFL2     0xF0062AA4          Read Data and Bit Flip Register 2
MC26_RDBFL3     0xF0062AA6          Read Data and Bit Flip Register 3
MC26_RDBFL4     0xF0062AA8          Read Data and Bit Flip Register 4
MC26_RDBFL5     0xF0062AAA          Read Data and Bit Flip Register 5
MC26_RDBFL6     0xF0062AAC          Read Data and Bit Flip Register 6
MC26_RDBFL7     0xF0062AAE          Read Data and Bit Flip Register 7
MC26_RDBFL8     0xF0062AB0          Read Data and Bit Flip Register 8
MC26_RDBFL9     0xF0062AB2          Read Data and Bit Flip Register 9
MC26_RDBFL10    0xF0062AB4          Read Data and Bit Flip Register 10
MC26_RDBFL11    0xF0062AB6          Read Data and Bit Flip Register 11
MC26_RDBFL12    0xF0062AB8          Read Data and Bit Flip Register 12
MC26_RDBFL13    0xF0062ABA          Read Data and Bit Flip Register 13
MC26_RDBFL14    0xF0062ABC          Read Data and Bit Flip Register 14
MC26_RDBFL15    0xF0062ABE          Read Data and Bit Flip Register 15
MC26_RDBFL16    0xF0062AC0          Read Data and Bit Flip Register 16
MC26_RDBFL17    0xF0062AC2          Read Data and Bit Flip Register 17
MC26_RDBFL18    0xF0062AC4          Read Data and Bit Flip Register 18
MC26_RDBFL19    0xF0062AC6          Read Data and Bit Flip Register 19
MC26_RDBFL20    0xF0062AC8          Read Data and Bit Flip Register 20
MC26_RDBFL21    0xF0062ACA          Read Data and Bit Flip Register 21
MC26_RDBFL22    0xF0062ACC          Read Data and Bit Flip Register 22
MC26_RDBFL23    0xF0062ACE          Read Data and Bit Flip Register 23
MC26_RDBFL24    0xF0062AD0          Read Data and Bit Flip Register 24
MC26_RDBFL25    0xF0062AD2          Read Data and Bit Flip Register 25
MC26_RDBFL26    0xF0062AD4          Read Data and Bit Flip Register 26
MC26_RDBFL27    0xF0062AD6          Read Data and Bit Flip Register 27
MC26_RDBFL28    0xF0062AD8          Read Data and Bit Flip Register 28
MC26_RDBFL29    0xF0062ADA          Read Data and Bit Flip Register 29
MC26_RDBFL30    0xF0062ADC          Read Data and Bit Flip Register 30
MC26_RDBFL31    0xF0062ADE          Read Data and Bit Flip Register 31
MC26_RDBFL32    0xF0062AE0          Read Data and Bit Flip Register 32
MC26_RDBFL33    0xF0062AE2          Read Data and Bit Flip Register 33
MC26_RDBFL34    0xF0062AE4          Read Data and Bit Flip Register 34
MC26_RDBFL35    0xF0062AE6          Read Data and Bit Flip Register 35
MC26_RDBFL36    0xF0062AE8          Read Data and Bit Flip Register 36
MC26_RDBFL37    0xF0062AEA          Read Data and Bit Flip Register 37
MC26_RDBFL38    0xF0062AEC          Read Data and Bit Flip Register 38
MC26_RDBFL39    0xF0062AEE          Read Data and Bit Flip Register 39
MC27_CONFIG0    0xF0062B00          Configuration Register 0
MC27_CONFIG1    0xF0062B02          Configuration Register 1
MC27_MCONTROL   0xF0062B04          MBIST Control Register
MC27_MSTATUS    0xF0062B06          Status Register
MC27_RANGE      0xF0062B08          Range Register, single address mode
MC27_REVID      0xF0062B0C          Revision ID Register
MC27_ECCS       0xF0062B0E          ECC Safety Register
MC27_ECCD       0xF0062B10          Memory ECC Detection Register
MC27_ETRR0      0xF0062B12          Error Tracking Register 0
MC27_ETRR1      0xF0062B14          Error Tracking Register 1
MC27_ETRR2      0xF0062B16          Error Tracking Register 2
MC27_ETRR3      0xF0062B18          Error Tracking Register 3
MC27_ETRR4      0xF0062B1A          Error Tracking Register 4
MC27_RDBFL0     0xF0062BA0          Read Data and Bit Flip Register 0
MC27_RDBFL1     0xF0062BA2          Read Data and Bit Flip Register 1
MC27_RDBFL2     0xF0062BA4          Read Data and Bit Flip Register 2
MC27_RDBFL3     0xF0062BA6          Read Data and Bit Flip Register 3
MC27_RDBFL4     0xF0062BA8          Read Data and Bit Flip Register 4
MC27_RDBFL5     0xF0062BAA          Read Data and Bit Flip Register 5
MC27_RDBFL6     0xF0062BAC          Read Data and Bit Flip Register 6
MC27_RDBFL7     0xF0062BAE          Read Data and Bit Flip Register 7
MC27_RDBFL8     0xF0062BB0          Read Data and Bit Flip Register 8
MC27_RDBFL9     0xF0062BB2          Read Data and Bit Flip Register 9
MC27_RDBFL10    0xF0062BB4          Read Data and Bit Flip Register 10
MC27_RDBFL11    0xF0062BB6          Read Data and Bit Flip Register 11
MC27_RDBFL12    0xF0062BB8          Read Data and Bit Flip Register 12
MC27_RDBFL13    0xF0062BBA          Read Data and Bit Flip Register 13
MC27_RDBFL14    0xF0062BBC          Read Data and Bit Flip Register 14
MC27_RDBFL15    0xF0062BBE          Read Data and Bit Flip Register 15
MC27_RDBFL16    0xF0062BC0          Read Data and Bit Flip Register 16
MC27_RDBFL17    0xF0062BC2          Read Data and Bit Flip Register 17
MC27_RDBFL18    0xF0062BC4          Read Data and Bit Flip Register 18
MC27_RDBFL19    0xF0062BC6          Read Data and Bit Flip Register 19
MC27_RDBFL20    0xF0062BC8          Read Data and Bit Flip Register 20
MC27_RDBFL21    0xF0062BCA          Read Data and Bit Flip Register 21
MC27_RDBFL22    0xF0062BCC          Read Data and Bit Flip Register 22
MC27_RDBFL23    0xF0062BCE          Read Data and Bit Flip Register 23
MC27_RDBFL24    0xF0062BD0          Read Data and Bit Flip Register 24
MC27_RDBFL25    0xF0062BD2          Read Data and Bit Flip Register 25
MC27_RDBFL26    0xF0062BD4          Read Data and Bit Flip Register 26
MC27_RDBFL27    0xF0062BD6          Read Data and Bit Flip Register 27
MC27_RDBFL28    0xF0062BD8          Read Data and Bit Flip Register 28
MC27_RDBFL29    0xF0062BDA          Read Data and Bit Flip Register 29
MC27_RDBFL30    0xF0062BDC          Read Data and Bit Flip Register 30
MC27_RDBFL31    0xF0062BDE          Read Data and Bit Flip Register 31
MC27_RDBFL32    0xF0062BE0          Read Data and Bit Flip Register 32
MC27_RDBFL33    0xF0062BE2          Read Data and Bit Flip Register 33
MC27_RDBFL34    0xF0062BE4          Read Data and Bit Flip Register 34
MC27_RDBFL35    0xF0062BE6          Read Data and Bit Flip Register 35
MC27_RDBFL36    0xF0062BE8          Read Data and Bit Flip Register 36
MC27_RDBFL37    0xF0062BEA          Read Data and Bit Flip Register 37
MC27_RDBFL38    0xF0062BEC          Read Data and Bit Flip Register 38
MC27_RDBFL39    0xF0062BEE          Read Data and Bit Flip Register 39
MC28_CONFIG0    0xF0062C00          Configuration Register 0
MC28_CONFIG1    0xF0062C02          Configuration Register 1
MC28_MCONTROL   0xF0062C04          MBIST Control Register
MC28_MSTATUS    0xF0062C06          Status Register
MC28_RANGE      0xF0062C08          Range Register, single address mode
MC28_REVID      0xF0062C0C          Revision ID Register
MC28_ECCS       0xF0062C0E          ECC Safety Register
MC28_ECCD       0xF0062C10          Memory ECC Detection Register
MC28_ETRR0      0xF0062C12          Error Tracking Register 0
MC28_ETRR1      0xF0062C14          Error Tracking Register 1
MC28_ETRR2      0xF0062C16          Error Tracking Register 2
MC28_ETRR3      0xF0062C18          Error Tracking Register 3
MC28_ETRR4      0xF0062C1A          Error Tracking Register 4
MC28_RDBFL0     0xF0062CA0          Read Data and Bit Flip Register 0
MC28_RDBFL1     0xF0062CA2          Read Data and Bit Flip Register 1
MC28_RDBFL2     0xF0062CA4          Read Data and Bit Flip Register 2
MC28_RDBFL3     0xF0062CA6          Read Data and Bit Flip Register 3
MC28_RDBFL4     0xF0062CA8          Read Data and Bit Flip Register 4
MC28_RDBFL5     0xF0062CAA          Read Data and Bit Flip Register 5
MC28_RDBFL6     0xF0062CAC          Read Data and Bit Flip Register 6
MC28_RDBFL7     0xF0062CAE          Read Data and Bit Flip Register 7
MC28_RDBFL8     0xF0062CB0          Read Data and Bit Flip Register 8
MC28_RDBFL9     0xF0062CB2          Read Data and Bit Flip Register 9
MC28_RDBFL10    0xF0062CB4          Read Data and Bit Flip Register 10
MC28_RDBFL11    0xF0062CB6          Read Data and Bit Flip Register 11
MC28_RDBFL12    0xF0062CB8          Read Data and Bit Flip Register 12
MC28_RDBFL13    0xF0062CBA          Read Data and Bit Flip Register 13
MC28_RDBFL14    0xF0062CBC          Read Data and Bit Flip Register 14
MC28_RDBFL15    0xF0062CBE          Read Data and Bit Flip Register 15
MC28_RDBFL16    0xF0062CC0          Read Data and Bit Flip Register 16
MC28_RDBFL17    0xF0062CC2          Read Data and Bit Flip Register 17
MC28_RDBFL18    0xF0062CC4          Read Data and Bit Flip Register 18
MC28_RDBFL19    0xF0062CC6          Read Data and Bit Flip Register 19
MC28_RDBFL20    0xF0062CC8          Read Data and Bit Flip Register 20
MC28_RDBFL21    0xF0062CCA          Read Data and Bit Flip Register 21
MC28_RDBFL22    0xF0062CCC          Read Data and Bit Flip Register 22
MC28_RDBFL23    0xF0062CCE          Read Data and Bit Flip Register 23
MC28_RDBFL24    0xF0062CD0          Read Data and Bit Flip Register 24
MC28_RDBFL25    0xF0062CD2          Read Data and Bit Flip Register 25
MC28_RDBFL26    0xF0062CD4          Read Data and Bit Flip Register 26
MC28_RDBFL27    0xF0062CD6          Read Data and Bit Flip Register 27
MC28_RDBFL28    0xF0062CD8          Read Data and Bit Flip Register 28
MC28_RDBFL29    0xF0062CDA          Read Data and Bit Flip Register 29
MC28_RDBFL30    0xF0062CDC          Read Data and Bit Flip Register 30
MC28_RDBFL31    0xF0062CDE          Read Data and Bit Flip Register 31
MC28_RDBFL32    0xF0062CE0          Read Data and Bit Flip Register 32
MC28_RDBFL33    0xF0062CE2          Read Data and Bit Flip Register 33
MC28_RDBFL34    0xF0062CE4          Read Data and Bit Flip Register 34
MC28_RDBFL35    0xF0062CE6          Read Data and Bit Flip Register 35
MC28_RDBFL36    0xF0062CE8          Read Data and Bit Flip Register 36
MC28_RDBFL37    0xF0062CEA          Read Data and Bit Flip Register 37
MC28_RDBFL38    0xF0062CEC          Read Data and Bit Flip Register 38
MC28_RDBFL39    0xF0062CEE          Read Data and Bit Flip Register 39
MC29_CONFIG0    0xF0062D00          Configuration Register 0
MC29_CONFIG1    0xF0062D02          Configuration Register 1
MC29_MCONTROL   0xF0062D04          MBIST Control Register
MC29_MSTATUS    0xF0062D06          Status Register
MC29_RANGE      0xF0062D08          Range Register, single address mode
MC29_REVID      0xF0062D0C          Revision ID Register
MC29_ECCS       0xF0062D0E          ECC Safety Register
MC29_ECCD       0xF0062D10          Memory ECC Detection Register
MC29_ETRR0      0xF0062D12          Error Tracking Register 0
MC29_ETRR1      0xF0062D14          Error Tracking Register 1
MC29_ETRR2      0xF0062D16          Error Tracking Register 2
MC29_ETRR3      0xF0062D18          Error Tracking Register 3
MC29_ETRR4      0xF0062D1A          Error Tracking Register 4
MC29_RDBFL0     0xF0062DA0          Read Data and Bit Flip Register 0
MC29_RDBFL1     0xF0062DA2          Read Data and Bit Flip Register 1
MC29_RDBFL2     0xF0062DA4          Read Data and Bit Flip Register 2
MC29_RDBFL3     0xF0062DA6          Read Data and Bit Flip Register 3
MC29_RDBFL4     0xF0062DA8          Read Data and Bit Flip Register 4
MC29_RDBFL5     0xF0062DAA          Read Data and Bit Flip Register 5
MC29_RDBFL6     0xF0062DAC          Read Data and Bit Flip Register 6
MC29_RDBFL7     0xF0062DAE          Read Data and Bit Flip Register 7
MC29_RDBFL8     0xF0062DB0          Read Data and Bit Flip Register 8
MC29_RDBFL9     0xF0062DB2          Read Data and Bit Flip Register 9
MC29_RDBFL10    0xF0062DB4          Read Data and Bit Flip Register 10
MC29_RDBFL11    0xF0062DB6          Read Data and Bit Flip Register 11
MC29_RDBFL12    0xF0062DB8          Read Data and Bit Flip Register 12
MC29_RDBFL13    0xF0062DBA          Read Data and Bit Flip Register 13
MC29_RDBFL14    0xF0062DBC          Read Data and Bit Flip Register 14
MC29_RDBFL15    0xF0062DBE          Read Data and Bit Flip Register 15
MC29_RDBFL16    0xF0062DC0          Read Data and Bit Flip Register 16
MC29_RDBFL17    0xF0062DC2          Read Data and Bit Flip Register 17
MC29_RDBFL18    0xF0062DC4          Read Data and Bit Flip Register 18
MC29_RDBFL19    0xF0062DC6          Read Data and Bit Flip Register 19
MC29_RDBFL20    0xF0062DC8          Read Data and Bit Flip Register 20
MC29_RDBFL21    0xF0062DCA          Read Data and Bit Flip Register 21
MC29_RDBFL22    0xF0062DCC          Read Data and Bit Flip Register 22
MC29_RDBFL23    0xF0062DCE          Read Data and Bit Flip Register 23
MC29_RDBFL24    0xF0062DD0          Read Data and Bit Flip Register 24
MC29_RDBFL25    0xF0062DD2          Read Data and Bit Flip Register 25
MC29_RDBFL26    0xF0062DD4          Read Data and Bit Flip Register 26
MC29_RDBFL27    0xF0062DD6          Read Data and Bit Flip Register 27
MC29_RDBFL28    0xF0062DD8          Read Data and Bit Flip Register 28
MC29_RDBFL29    0xF0062DDA          Read Data and Bit Flip Register 29
MC29_RDBFL30    0xF0062DDC          Read Data and Bit Flip Register 30
MC29_RDBFL31    0xF0062DDE          Read Data and Bit Flip Register 31
MC29_RDBFL32    0xF0062DE0          Read Data and Bit Flip Register 32
MC29_RDBFL33    0xF0062DE2          Read Data and Bit Flip Register 33
MC29_RDBFL34    0xF0062DE4          Read Data and Bit Flip Register 34
MC29_RDBFL35    0xF0062DE6          Read Data and Bit Flip Register 35
MC29_RDBFL36    0xF0062DE8          Read Data and Bit Flip Register 36
MC29_RDBFL37    0xF0062DEA          Read Data and Bit Flip Register 37
MC29_RDBFL38    0xF0062DEC          Read Data and Bit Flip Register 38
MC29_RDBFL39    0xF0062DEE          Read Data and Bit Flip Register 39
MC30_CONFIG0    0xF0062E00          Configuration Register 0
MC30_CONFIG1    0xF0062E02          Configuration Register 1
MC30_MCONTROL   0xF0062E04          MBIST Control Register
MC30_MSTATUS    0xF0062E06          Status Register
MC30_RANGE      0xF0062E08          Range Register, single address mode
MC30_REVID      0xF0062E0C          Revision ID Register
MC30_ECCS       0xF0062E0E          ECC Safety Register
MC30_ECCD       0xF0062E10          Memory ECC Detection Register
MC30_ETRR0      0xF0062E12          Error Tracking Register 0
MC30_ETRR1      0xF0062E14          Error Tracking Register 1
MC30_ETRR2      0xF0062E16          Error Tracking Register 2
MC30_ETRR3      0xF0062E18          Error Tracking Register 3
MC30_ETRR4      0xF0062E1A          Error Tracking Register 4
MC30_RDBFL0     0xF0062EA0          Read Data and Bit Flip Register 0
MC30_RDBFL1     0xF0062EA2          Read Data and Bit Flip Register 1
MC30_RDBFL2     0xF0062EA4          Read Data and Bit Flip Register 2
MC30_RDBFL3     0xF0062EA6          Read Data and Bit Flip Register 3
MC30_RDBFL4     0xF0062EA8          Read Data and Bit Flip Register 4
MC30_RDBFL5     0xF0062EAA          Read Data and Bit Flip Register 5
MC30_RDBFL6     0xF0062EAC          Read Data and Bit Flip Register 6
MC30_RDBFL7     0xF0062EAE          Read Data and Bit Flip Register 7
MC30_RDBFL8     0xF0062EB0          Read Data and Bit Flip Register 8
MC30_RDBFL9     0xF0062EB2          Read Data and Bit Flip Register 9
MC30_RDBFL10    0xF0062EB4          Read Data and Bit Flip Register 10
MC30_RDBFL11    0xF0062EB6          Read Data and Bit Flip Register 11
MC30_RDBFL12    0xF0062EB8          Read Data and Bit Flip Register 12
MC30_RDBFL13    0xF0062EBA          Read Data and Bit Flip Register 13
MC30_RDBFL14    0xF0062EBC          Read Data and Bit Flip Register 14
MC30_RDBFL15    0xF0062EBE          Read Data and Bit Flip Register 15
MC30_RDBFL16    0xF0062EC0          Read Data and Bit Flip Register 16
MC30_RDBFL17    0xF0062EC2          Read Data and Bit Flip Register 17
MC30_RDBFL18    0xF0062EC4          Read Data and Bit Flip Register 18
MC30_RDBFL19    0xF0062EC6          Read Data and Bit Flip Register 19
MC30_RDBFL20    0xF0062EC8          Read Data and Bit Flip Register 20
MC30_RDBFL21    0xF0062ECA          Read Data and Bit Flip Register 21
MC30_RDBFL22    0xF0062ECC          Read Data and Bit Flip Register 22
MC30_RDBFL23    0xF0062ECE          Read Data and Bit Flip Register 23
MC30_RDBFL24    0xF0062ED0          Read Data and Bit Flip Register 24
MC30_RDBFL25    0xF0062ED2          Read Data and Bit Flip Register 25
MC30_RDBFL26    0xF0062ED4          Read Data and Bit Flip Register 26
MC30_RDBFL27    0xF0062ED6          Read Data and Bit Flip Register 27
MC30_RDBFL28    0xF0062ED8          Read Data and Bit Flip Register 28
MC30_RDBFL29    0xF0062EDA          Read Data and Bit Flip Register 29
MC30_RDBFL30    0xF0062EDC          Read Data and Bit Flip Register 30
MC30_RDBFL31    0xF0062EDE          Read Data and Bit Flip Register 31
MC30_RDBFL32    0xF0062EE0          Read Data and Bit Flip Register 32
MC30_RDBFL33    0xF0062EE2          Read Data and Bit Flip Register 33
MC30_RDBFL34    0xF0062EE4          Read Data and Bit Flip Register 34
MC30_RDBFL35    0xF0062EE6          Read Data and Bit Flip Register 35
MC30_RDBFL36    0xF0062EE8          Read Data and Bit Flip Register 36
MC30_RDBFL37    0xF0062EEA          Read Data and Bit Flip Register 37
MC30_RDBFL38    0xF0062EEC          Read Data and Bit Flip Register 38
MC30_RDBFL39    0xF0062EEE          Read Data and Bit Flip Register 39
MC31_CONFIG0    0xF0062F00          Configuration Register 0
MC31_CONFIG1    0xF0062F02          Configuration Register 1
MC31_MCONTROL   0xF0062F04          MBIST Control Register
MC31_MSTATUS    0xF0062F06          Status Register
MC31_RANGE      0xF0062F08          Range Register, single address mode
MC31_REVID      0xF0062F0C          Revision ID Register
MC31_ECCS       0xF0062F0E          ECC Safety Register
MC31_ECCD       0xF0062F10          Memory ECC Detection Register
MC31_ETRR0      0xF0062F12          Error Tracking Register 0
MC31_ETRR1      0xF0062F14          Error Tracking Register 1
MC31_ETRR2      0xF0062F16          Error Tracking Register 2
MC31_ETRR3      0xF0062F18          Error Tracking Register 3
MC31_ETRR4      0xF0062F1A          Error Tracking Register 4
MC31_RDBFL0     0xF0062FA0          Read Data and Bit Flip Register 0
MC31_RDBFL1     0xF0062FA2          Read Data and Bit Flip Register 1
MC31_RDBFL2     0xF0062FA4          Read Data and Bit Flip Register 2
MC31_RDBFL3     0xF0062FA6          Read Data and Bit Flip Register 3
MC31_RDBFL4     0xF0062FA8          Read Data and Bit Flip Register 4
MC31_RDBFL5     0xF0062FAA          Read Data and Bit Flip Register 5
MC31_RDBFL6     0xF0062FAC          Read Data and Bit Flip Register 6
MC31_RDBFL7     0xF0062FAE          Read Data and Bit Flip Register 7
MC31_RDBFL8     0xF0062FB0          Read Data and Bit Flip Register 8
MC31_RDBFL9     0xF0062FB2          Read Data and Bit Flip Register 9
MC31_RDBFL10    0xF0062FB4          Read Data and Bit Flip Register 10
MC31_RDBFL11    0xF0062FB6          Read Data and Bit Flip Register 11
MC31_RDBFL12    0xF0062FB8          Read Data and Bit Flip Register 12
MC31_RDBFL13    0xF0062FBA          Read Data and Bit Flip Register 13
MC31_RDBFL14    0xF0062FBC          Read Data and Bit Flip Register 14
MC31_RDBFL15    0xF0062FBE          Read Data and Bit Flip Register 15
MC31_RDBFL16    0xF0062FC0          Read Data and Bit Flip Register 16
MC31_RDBFL17    0xF0062FC2          Read Data and Bit Flip Register 17
MC31_RDBFL18    0xF0062FC4          Read Data and Bit Flip Register 18
MC31_RDBFL19    0xF0062FC6          Read Data and Bit Flip Register 19
MC31_RDBFL20    0xF0062FC8          Read Data and Bit Flip Register 20
MC31_RDBFL21    0xF0062FCA          Read Data and Bit Flip Register 21
MC31_RDBFL22    0xF0062FCC          Read Data and Bit Flip Register 22
MC31_RDBFL23    0xF0062FCE          Read Data and Bit Flip Register 23
MC31_RDBFL24    0xF0062FD0          Read Data and Bit Flip Register 24
MC31_RDBFL25    0xF0062FD2          Read Data and Bit Flip Register 25
MC31_RDBFL26    0xF0062FD4          Read Data and Bit Flip Register 26
MC31_RDBFL27    0xF0062FD6          Read Data and Bit Flip Register 27
MC31_RDBFL28    0xF0062FD8          Read Data and Bit Flip Register 28
MC31_RDBFL29    0xF0062FDA          Read Data and Bit Flip Register 29
MC31_RDBFL30    0xF0062FDC          Read Data and Bit Flip Register 30
MC31_RDBFL31    0xF0062FDE          Read Data and Bit Flip Register 31
MC31_RDBFL32    0xF0062FE0          Read Data and Bit Flip Register 32
MC31_RDBFL33    0xF0062FE2          Read Data and Bit Flip Register 33
MC31_RDBFL34    0xF0062FE4          Read Data and Bit Flip Register 34
MC31_RDBFL35    0xF0062FE6          Read Data and Bit Flip Register 35
MC31_RDBFL36    0xF0062FE8          Read Data and Bit Flip Register 36
MC31_RDBFL37    0xF0062FEA          Read Data and Bit Flip Register 37
MC31_RDBFL38    0xF0062FEC          Read Data and Bit Flip Register 38
MC31_RDBFL39    0xF0062FEE          Read Data and Bit Flip Register 39
MC32_CONFIG0    0xF0063000          Configuration Register 0
MC32_CONFIG1    0xF0063002          Configuration Register 1
MC32_MCONTROL   0xF0063004          MBIST Control Register
MC32_MSTATUS    0xF0063006          Status Register
MC32_RANGE      0xF0063008          Range Register, single address mode
MC32_REVID      0xF006300C          Revision ID Register
MC32_ECCS       0xF006300E          ECC Safety Register
MC32_ECCD       0xF0063010          Memory ECC Detection Register
MC32_ETRR0      0xF0063012          Error Tracking Register 0
MC32_ETRR1      0xF0063014          Error Tracking Register 1
MC32_ETRR2      0xF0063016          Error Tracking Register 2
MC32_ETRR3      0xF0063018          Error Tracking Register 3
MC32_ETRR4      0xF006301A          Error Tracking Register 4
MC32_RDBFL0     0xF00630A0          Read Data and Bit Flip Register 0
MC32_RDBFL1     0xF00630A2          Read Data and Bit Flip Register 1
MC32_RDBFL2     0xF00630A4          Read Data and Bit Flip Register 2
MC32_RDBFL3     0xF00630A6          Read Data and Bit Flip Register 3
MC32_RDBFL4     0xF00630A8          Read Data and Bit Flip Register 4
MC32_RDBFL5     0xF00630AA          Read Data and Bit Flip Register 5
MC32_RDBFL6     0xF00630AC          Read Data and Bit Flip Register 6
MC32_RDBFL7     0xF00630AE          Read Data and Bit Flip Register 7
MC32_RDBFL8     0xF00630B0          Read Data and Bit Flip Register 8
MC32_RDBFL9     0xF00630B2          Read Data and Bit Flip Register 9
MC32_RDBFL10    0xF00630B4          Read Data and Bit Flip Register 10
MC32_RDBFL11    0xF00630B6          Read Data and Bit Flip Register 11
MC32_RDBFL12    0xF00630B8          Read Data and Bit Flip Register 12
MC32_RDBFL13    0xF00630BA          Read Data and Bit Flip Register 13
MC32_RDBFL14    0xF00630BC          Read Data and Bit Flip Register 14
MC32_RDBFL15    0xF00630BE          Read Data and Bit Flip Register 15
MC32_RDBFL16    0xF00630C0          Read Data and Bit Flip Register 16
MC32_RDBFL17    0xF00630C2          Read Data and Bit Flip Register 17
MC32_RDBFL18    0xF00630C4          Read Data and Bit Flip Register 18
MC32_RDBFL19    0xF00630C6          Read Data and Bit Flip Register 19
MC32_RDBFL20    0xF00630C8          Read Data and Bit Flip Register 20
MC32_RDBFL21    0xF00630CA          Read Data and Bit Flip Register 21
MC32_RDBFL22    0xF00630CC          Read Data and Bit Flip Register 22
MC32_RDBFL23    0xF00630CE          Read Data and Bit Flip Register 23
MC32_RDBFL24    0xF00630D0          Read Data and Bit Flip Register 24
MC32_RDBFL25    0xF00630D2          Read Data and Bit Flip Register 25
MC32_RDBFL26    0xF00630D4          Read Data and Bit Flip Register 26
MC32_RDBFL27    0xF00630D6          Read Data and Bit Flip Register 27
MC32_RDBFL28    0xF00630D8          Read Data and Bit Flip Register 28
MC32_RDBFL29    0xF00630DA          Read Data and Bit Flip Register 29
MC32_RDBFL30    0xF00630DC          Read Data and Bit Flip Register 30
MC32_RDBFL31    0xF00630DE          Read Data and Bit Flip Register 31
MC32_RDBFL32    0xF00630E0          Read Data and Bit Flip Register 32
MC32_RDBFL33    0xF00630E2          Read Data and Bit Flip Register 33
MC32_RDBFL34    0xF00630E4          Read Data and Bit Flip Register 34
MC32_RDBFL35    0xF00630E6          Read Data and Bit Flip Register 35
MC32_RDBFL36    0xF00630E8          Read Data and Bit Flip Register 36
MC32_RDBFL37    0xF00630EA          Read Data and Bit Flip Register 37
MC32_RDBFL38    0xF00630EC          Read Data and Bit Flip Register 38
MC32_RDBFL39    0xF00630EE          Read Data and Bit Flip Register 39
MC33_CONFIG0    0xF0063100          Configuration Register 0
MC33_CONFIG1    0xF0063102          Configuration Register 1
MC33_MCONTROL   0xF0063104          MBIST Control Register
MC33_MSTATUS    0xF0063106          Status Register
MC33_RANGE      0xF0063108          Range Register, single address mode
MC33_REVID      0xF006310C          Revision ID Register
MC33_ECCS       0xF006310E          ECC Safety Register
MC33_ECCD       0xF0063110          Memory ECC Detection Register
MC33_ETRR0      0xF0063112          Error Tracking Register 0
MC33_ETRR1      0xF0063114          Error Tracking Register 1
MC33_ETRR2      0xF0063116          Error Tracking Register 2
MC33_ETRR3      0xF0063118          Error Tracking Register 3
MC33_ETRR4      0xF006311A          Error Tracking Register 4
MC33_RDBFL0     0xF00631A0          Read Data and Bit Flip Register 0
MC33_RDBFL1     0xF00631A2          Read Data and Bit Flip Register 1
MC33_RDBFL2     0xF00631A4          Read Data and Bit Flip Register 2
MC33_RDBFL3     0xF00631A6          Read Data and Bit Flip Register 3
MC33_RDBFL4     0xF00631A8          Read Data and Bit Flip Register 4
MC33_RDBFL5     0xF00631AA          Read Data and Bit Flip Register 5
MC33_RDBFL6     0xF00631AC          Read Data and Bit Flip Register 6
MC33_RDBFL7     0xF00631AE          Read Data and Bit Flip Register 7
MC33_RDBFL8     0xF00631B0          Read Data and Bit Flip Register 8
MC33_RDBFL9     0xF00631B2          Read Data and Bit Flip Register 9
MC33_RDBFL10    0xF00631B4          Read Data and Bit Flip Register 10
MC33_RDBFL11    0xF00631B6          Read Data and Bit Flip Register 11
MC33_RDBFL12    0xF00631B8          Read Data and Bit Flip Register 12
MC33_RDBFL13    0xF00631BA          Read Data and Bit Flip Register 13
MC33_RDBFL14    0xF00631BC          Read Data and Bit Flip Register 14
MC33_RDBFL15    0xF00631BE          Read Data and Bit Flip Register 15
MC33_RDBFL16    0xF00631C0          Read Data and Bit Flip Register 16
MC33_RDBFL17    0xF00631C2          Read Data and Bit Flip Register 17
MC33_RDBFL18    0xF00631C4          Read Data and Bit Flip Register 18
MC33_RDBFL19    0xF00631C6          Read Data and Bit Flip Register 19
MC33_RDBFL20    0xF00631C8          Read Data and Bit Flip Register 20
MC33_RDBFL21    0xF00631CA          Read Data and Bit Flip Register 21
MC33_RDBFL22    0xF00631CC          Read Data and Bit Flip Register 22
MC33_RDBFL23    0xF00631CE          Read Data and Bit Flip Register 23
MC33_RDBFL24    0xF00631D0          Read Data and Bit Flip Register 24
MC33_RDBFL25    0xF00631D2          Read Data and Bit Flip Register 25
MC33_RDBFL26    0xF00631D4          Read Data and Bit Flip Register 26
MC33_RDBFL27    0xF00631D6          Read Data and Bit Flip Register 27
MC33_RDBFL28    0xF00631D8          Read Data and Bit Flip Register 28
MC33_RDBFL29    0xF00631DA          Read Data and Bit Flip Register 29
MC33_RDBFL30    0xF00631DC          Read Data and Bit Flip Register 30
MC33_RDBFL31    0xF00631DE          Read Data and Bit Flip Register 31
MC33_RDBFL32    0xF00631E0          Read Data and Bit Flip Register 32
MC33_RDBFL33    0xF00631E2          Read Data and Bit Flip Register 33
MC33_RDBFL34    0xF00631E4          Read Data and Bit Flip Register 34
MC33_RDBFL35    0xF00631E6          Read Data and Bit Flip Register 35
MC33_RDBFL36    0xF00631E8          Read Data and Bit Flip Register 36
MC33_RDBFL37    0xF00631EA          Read Data and Bit Flip Register 37
MC33_RDBFL38    0xF00631EC          Read Data and Bit Flip Register 38
MC33_RDBFL39    0xF00631EE          Read Data and Bit Flip Register 39
MC34_CONFIG0    0xF0063200          Configuration Register 0
MC34_CONFIG1    0xF0063202          Configuration Register 1
MC34_MCONTROL   0xF0063204          MBIST Control Register
MC34_MSTATUS    0xF0063206          Status Register
MC34_RANGE      0xF0063208          Range Register, single address mode
MC34_REVID      0xF006320C          Revision ID Register
MC34_ECCS       0xF006320E          ECC Safety Register
MC34_ECCD       0xF0063210          Memory ECC Detection Register
MC34_ETRR0      0xF0063212          Error Tracking Register 0
MC34_ETRR1      0xF0063214          Error Tracking Register 1
MC34_ETRR2      0xF0063216          Error Tracking Register 2
MC34_ETRR3      0xF0063218          Error Tracking Register 3
MC34_ETRR4      0xF006321A          Error Tracking Register 4
MC34_RDBFL0     0xF00632A0          Read Data and Bit Flip Register 0
MC34_RDBFL1     0xF00632A2          Read Data and Bit Flip Register 1
MC34_RDBFL2     0xF00632A4          Read Data and Bit Flip Register 2
MC34_RDBFL3     0xF00632A6          Read Data and Bit Flip Register 3
MC34_RDBFL4     0xF00632A8          Read Data and Bit Flip Register 4
MC34_RDBFL5     0xF00632AA          Read Data and Bit Flip Register 5
MC34_RDBFL6     0xF00632AC          Read Data and Bit Flip Register 6
MC34_RDBFL7     0xF00632AE          Read Data and Bit Flip Register 7
MC34_RDBFL8     0xF00632B0          Read Data and Bit Flip Register 8
MC34_RDBFL9     0xF00632B2          Read Data and Bit Flip Register 9
MC34_RDBFL10    0xF00632B4          Read Data and Bit Flip Register 10
MC34_RDBFL11    0xF00632B6          Read Data and Bit Flip Register 11
MC34_RDBFL12    0xF00632B8          Read Data and Bit Flip Register 12
MC34_RDBFL13    0xF00632BA          Read Data and Bit Flip Register 13
MC34_RDBFL14    0xF00632BC          Read Data and Bit Flip Register 14
MC34_RDBFL15    0xF00632BE          Read Data and Bit Flip Register 15
MC34_RDBFL16    0xF00632C0          Read Data and Bit Flip Register 16
MC34_RDBFL17    0xF00632C2          Read Data and Bit Flip Register 17
MC34_RDBFL18    0xF00632C4          Read Data and Bit Flip Register 18
MC34_RDBFL19    0xF00632C6          Read Data and Bit Flip Register 19
MC34_RDBFL20    0xF00632C8          Read Data and Bit Flip Register 20
MC34_RDBFL21    0xF00632CA          Read Data and Bit Flip Register 21
MC34_RDBFL22    0xF00632CC          Read Data and Bit Flip Register 22
MC34_RDBFL23    0xF00632CE          Read Data and Bit Flip Register 23
MC34_RDBFL24    0xF00632D0          Read Data and Bit Flip Register 24
MC34_RDBFL25    0xF00632D2          Read Data and Bit Flip Register 25
MC34_RDBFL26    0xF00632D4          Read Data and Bit Flip Register 26
MC34_RDBFL27    0xF00632D6          Read Data and Bit Flip Register 27
MC34_RDBFL28    0xF00632D8          Read Data and Bit Flip Register 28
MC34_RDBFL29    0xF00632DA          Read Data and Bit Flip Register 29
MC34_RDBFL30    0xF00632DC          Read Data and Bit Flip Register 30
MC34_RDBFL31    0xF00632DE          Read Data and Bit Flip Register 31
MC34_RDBFL32    0xF00632E0          Read Data and Bit Flip Register 32
MC34_RDBFL33    0xF00632E2          Read Data and Bit Flip Register 33
MC34_RDBFL34    0xF00632E4          Read Data and Bit Flip Register 34
MC34_RDBFL35    0xF00632E6          Read Data and Bit Flip Register 35
MC34_RDBFL36    0xF00632E8          Read Data and Bit Flip Register 36
MC34_RDBFL37    0xF00632EA          Read Data and Bit Flip Register 37
MC34_RDBFL38    0xF00632EC          Read Data and Bit Flip Register 38
MC34_RDBFL39    0xF00632EE          Read Data and Bit Flip Register 39
MC35_CONFIG0    0xF0063300          Configuration Register 0
MC35_CONFIG1    0xF0063302          Configuration Register 1
MC35_MCONTROL   0xF0063304          MBIST Control Register
MC35_MSTATUS    0xF0063306          Status Register
MC35_RANGE      0xF0063308          Range Register, single address mode
MC35_REVID      0xF006330C          Revision ID Register
MC35_ECCS       0xF006330E          ECC Safety Register
MC35_ECCD       0xF0063310          Memory ECC Detection Register
MC35_ETRR0      0xF0063312          Error Tracking Register 0
MC35_ETRR1      0xF0063314          Error Tracking Register 1
MC35_ETRR2      0xF0063316          Error Tracking Register 2
MC35_ETRR3      0xF0063318          Error Tracking Register 3
MC35_ETRR4      0xF006331A          Error Tracking Register 4
MC35_RDBFL0     0xF00633A0          Read Data and Bit Flip Register 0
MC35_RDBFL1     0xF00633A2          Read Data and Bit Flip Register 1
MC35_RDBFL2     0xF00633A4          Read Data and Bit Flip Register 2
MC35_RDBFL3     0xF00633A6          Read Data and Bit Flip Register 3
MC35_RDBFL4     0xF00633A8          Read Data and Bit Flip Register 4
MC35_RDBFL5     0xF00633AA          Read Data and Bit Flip Register 5
MC35_RDBFL6     0xF00633AC          Read Data and Bit Flip Register 6
MC35_RDBFL7     0xF00633AE          Read Data and Bit Flip Register 7
MC35_RDBFL8     0xF00633B0          Read Data and Bit Flip Register 8
MC35_RDBFL9     0xF00633B2          Read Data and Bit Flip Register 9
MC35_RDBFL10    0xF00633B4          Read Data and Bit Flip Register 10
MC35_RDBFL11    0xF00633B6          Read Data and Bit Flip Register 11
MC35_RDBFL12    0xF00633B8          Read Data and Bit Flip Register 12
MC35_RDBFL13    0xF00633BA          Read Data and Bit Flip Register 13
MC35_RDBFL14    0xF00633BC          Read Data and Bit Flip Register 14
MC35_RDBFL15    0xF00633BE          Read Data and Bit Flip Register 15
MC35_RDBFL16    0xF00633C0          Read Data and Bit Flip Register 16
MC35_RDBFL17    0xF00633C2          Read Data and Bit Flip Register 17
MC35_RDBFL18    0xF00633C4          Read Data and Bit Flip Register 18
MC35_RDBFL19    0xF00633C6          Read Data and Bit Flip Register 19
MC35_RDBFL20    0xF00633C8          Read Data and Bit Flip Register 20
MC35_RDBFL21    0xF00633CA          Read Data and Bit Flip Register 21
MC35_RDBFL22    0xF00633CC          Read Data and Bit Flip Register 22
MC35_RDBFL23    0xF00633CE          Read Data and Bit Flip Register 23
MC35_RDBFL24    0xF00633D0          Read Data and Bit Flip Register 24
MC35_RDBFL25    0xF00633D2          Read Data and Bit Flip Register 25
MC35_RDBFL26    0xF00633D4          Read Data and Bit Flip Register 26
MC35_RDBFL27    0xF00633D6          Read Data and Bit Flip Register 27
MC35_RDBFL28    0xF00633D8          Read Data and Bit Flip Register 28
MC35_RDBFL29    0xF00633DA          Read Data and Bit Flip Register 29
MC35_RDBFL30    0xF00633DC          Read Data and Bit Flip Register 30
MC35_RDBFL31    0xF00633DE          Read Data and Bit Flip Register 31
MC35_RDBFL32    0xF00633E0          Read Data and Bit Flip Register 32
MC35_RDBFL33    0xF00633E2          Read Data and Bit Flip Register 33
MC35_RDBFL34    0xF00633E4          Read Data and Bit Flip Register 34
MC35_RDBFL35    0xF00633E6          Read Data and Bit Flip Register 35
MC35_RDBFL36    0xF00633E8          Read Data and Bit Flip Register 36
MC35_RDBFL37    0xF00633EA          Read Data and Bit Flip Register 37
MC35_RDBFL38    0xF00633EC          Read Data and Bit Flip Register 38
MC35_RDBFL39    0xF00633EE          Read Data and Bit Flip Register 39
MC36_CONFIG0    0xF0063400          Configuration Register 0
MC36_CONFIG1    0xF0063402          Configuration Register 1
MC36_MCONTROL   0xF0063404          MBIST Control Register
MC36_MSTATUS    0xF0063406          Status Register
MC36_RANGE      0xF0063408          Range Register, single address mode
MC36_REVID      0xF006340C          Revision ID Register
MC36_ECCS       0xF006340E          ECC Safety Register
MC36_ECCD       0xF0063410          Memory ECC Detection Register
MC36_ETRR0      0xF0063412          Error Tracking Register 0
MC36_ETRR1      0xF0063414          Error Tracking Register 1
MC36_ETRR2      0xF0063416          Error Tracking Register 2
MC36_ETRR3      0xF0063418          Error Tracking Register 3
MC36_ETRR4      0xF006341A          Error Tracking Register 4
MC36_RDBFL0     0xF00634A0          Read Data and Bit Flip Register 0
MC36_RDBFL1     0xF00634A2          Read Data and Bit Flip Register 1
MC36_RDBFL2     0xF00634A4          Read Data and Bit Flip Register 2
MC36_RDBFL3     0xF00634A6          Read Data and Bit Flip Register 3
MC36_RDBFL4     0xF00634A8          Read Data and Bit Flip Register 4
MC36_RDBFL5     0xF00634AA          Read Data and Bit Flip Register 5
MC36_RDBFL6     0xF00634AC          Read Data and Bit Flip Register 6
MC36_RDBFL7     0xF00634AE          Read Data and Bit Flip Register 7
MC36_RDBFL8     0xF00634B0          Read Data and Bit Flip Register 8
MC36_RDBFL9     0xF00634B2          Read Data and Bit Flip Register 9
MC36_RDBFL10    0xF00634B4          Read Data and Bit Flip Register 10
MC36_RDBFL11    0xF00634B6          Read Data and Bit Flip Register 11
MC36_RDBFL12    0xF00634B8          Read Data and Bit Flip Register 12
MC36_RDBFL13    0xF00634BA          Read Data and Bit Flip Register 13
MC36_RDBFL14    0xF00634BC          Read Data and Bit Flip Register 14
MC36_RDBFL15    0xF00634BE          Read Data and Bit Flip Register 15
MC36_RDBFL16    0xF00634C0          Read Data and Bit Flip Register 16
MC36_RDBFL17    0xF00634C2          Read Data and Bit Flip Register 17
MC36_RDBFL18    0xF00634C4          Read Data and Bit Flip Register 18
MC36_RDBFL19    0xF00634C6          Read Data and Bit Flip Register 19
MC36_RDBFL20    0xF00634C8          Read Data and Bit Flip Register 20
MC36_RDBFL21    0xF00634CA          Read Data and Bit Flip Register 21
MC36_RDBFL22    0xF00634CC          Read Data and Bit Flip Register 22
MC36_RDBFL23    0xF00634CE          Read Data and Bit Flip Register 23
MC36_RDBFL24    0xF00634D0          Read Data and Bit Flip Register 24
MC36_RDBFL25    0xF00634D2          Read Data and Bit Flip Register 25
MC36_RDBFL26    0xF00634D4          Read Data and Bit Flip Register 26
MC36_RDBFL27    0xF00634D6          Read Data and Bit Flip Register 27
MC36_RDBFL28    0xF00634D8          Read Data and Bit Flip Register 28
MC36_RDBFL29    0xF00634DA          Read Data and Bit Flip Register 29
MC36_RDBFL30    0xF00634DC          Read Data and Bit Flip Register 30
MC36_RDBFL31    0xF00634DE          Read Data and Bit Flip Register 31
MC36_RDBFL32    0xF00634E0          Read Data and Bit Flip Register 32
MC36_RDBFL33    0xF00634E2          Read Data and Bit Flip Register 33
MC36_RDBFL34    0xF00634E4          Read Data and Bit Flip Register 34
MC36_RDBFL35    0xF00634E6          Read Data and Bit Flip Register 35
MC36_RDBFL36    0xF00634E8          Read Data and Bit Flip Register 36
MC36_RDBFL37    0xF00634EA          Read Data and Bit Flip Register 37
MC36_RDBFL38    0xF00634EC          Read Data and Bit Flip Register 38
MC36_RDBFL39    0xF00634EE          Read Data and Bit Flip Register 39
MC37_CONFIG0    0xF0063500          Configuration Register 0
MC37_CONFIG1    0xF0063502          Configuration Register 1
MC37_MCONTROL   0xF0063504          MBIST Control Register
MC37_MSTATUS    0xF0063506          Status Register
MC37_RANGE      0xF0063508          Range Register, single address mode
MC37_REVID      0xF006350C          Revision ID Register
MC37_ECCS       0xF006350E          ECC Safety Register
MC37_ECCD       0xF0063510          Memory ECC Detection Register
MC37_ETRR0      0xF0063512          Error Tracking Register 0
MC37_ETRR1      0xF0063514          Error Tracking Register 1
MC37_ETRR2      0xF0063516          Error Tracking Register 2
MC37_ETRR3      0xF0063518          Error Tracking Register 3
MC37_ETRR4      0xF006351A          Error Tracking Register 4
MC37_RDBFL0     0xF00635A0          Read Data and Bit Flip Register 0
MC37_RDBFL1     0xF00635A2          Read Data and Bit Flip Register 1
MC37_RDBFL2     0xF00635A4          Read Data and Bit Flip Register 2
MC37_RDBFL3     0xF00635A6          Read Data and Bit Flip Register 3
MC37_RDBFL4     0xF00635A8          Read Data and Bit Flip Register 4
MC37_RDBFL5     0xF00635AA          Read Data and Bit Flip Register 5
MC37_RDBFL6     0xF00635AC          Read Data and Bit Flip Register 6
MC37_RDBFL7     0xF00635AE          Read Data and Bit Flip Register 7
MC37_RDBFL8     0xF00635B0          Read Data and Bit Flip Register 8
MC37_RDBFL9     0xF00635B2          Read Data and Bit Flip Register 9
MC37_RDBFL10    0xF00635B4          Read Data and Bit Flip Register 10
MC37_RDBFL11    0xF00635B6          Read Data and Bit Flip Register 11
MC37_RDBFL12    0xF00635B8          Read Data and Bit Flip Register 12
MC37_RDBFL13    0xF00635BA          Read Data and Bit Flip Register 13
MC37_RDBFL14    0xF00635BC          Read Data and Bit Flip Register 14
MC37_RDBFL15    0xF00635BE          Read Data and Bit Flip Register 15
MC37_RDBFL16    0xF00635C0          Read Data and Bit Flip Register 16
MC37_RDBFL17    0xF00635C2          Read Data and Bit Flip Register 17
MC37_RDBFL18    0xF00635C4          Read Data and Bit Flip Register 18
MC37_RDBFL19    0xF00635C6          Read Data and Bit Flip Register 19
MC37_RDBFL20    0xF00635C8          Read Data and Bit Flip Register 20
MC37_RDBFL21    0xF00635CA          Read Data and Bit Flip Register 21
MC37_RDBFL22    0xF00635CC          Read Data and Bit Flip Register 22
MC37_RDBFL23    0xF00635CE          Read Data and Bit Flip Register 23
MC37_RDBFL24    0xF00635D0          Read Data and Bit Flip Register 24
MC37_RDBFL25    0xF00635D2          Read Data and Bit Flip Register 25
MC37_RDBFL26    0xF00635D4          Read Data and Bit Flip Register 26
MC37_RDBFL27    0xF00635D6          Read Data and Bit Flip Register 27
MC37_RDBFL28    0xF00635D8          Read Data and Bit Flip Register 28
MC37_RDBFL29    0xF00635DA          Read Data and Bit Flip Register 29
MC37_RDBFL30    0xF00635DC          Read Data and Bit Flip Register 30
MC37_RDBFL31    0xF00635DE          Read Data and Bit Flip Register 31
MC37_RDBFL32    0xF00635E0          Read Data and Bit Flip Register 32
MC37_RDBFL33    0xF00635E2          Read Data and Bit Flip Register 33
MC37_RDBFL34    0xF00635E4          Read Data and Bit Flip Register 34
MC37_RDBFL35    0xF00635E6          Read Data and Bit Flip Register 35
MC37_RDBFL36    0xF00635E8          Read Data and Bit Flip Register 36
MC37_RDBFL37    0xF00635EA          Read Data and Bit Flip Register 37
MC37_RDBFL38    0xF00635EC          Read Data and Bit Flip Register 38
MC37_RDBFL39    0xF00635EE          Read Data and Bit Flip Register 39
MC38_CONFIG0    0xF0063600          Configuration Register 0
MC38_CONFIG1    0xF0063602          Configuration Register 1
MC38_MCONTROL   0xF0063604          MBIST Control Register
MC38_MSTATUS    0xF0063606          Status Register
MC38_RANGE      0xF0063608          Range Register, single address mode
MC38_REVID      0xF006360C          Revision ID Register
MC38_ECCS       0xF006360E          ECC Safety Register
MC38_ECCD       0xF0063610          Memory ECC Detection Register
MC38_ETRR0      0xF0063612          Error Tracking Register 0
MC38_ETRR1      0xF0063614          Error Tracking Register 1
MC38_ETRR2      0xF0063616          Error Tracking Register 2
MC38_ETRR3      0xF0063618          Error Tracking Register 3
MC38_ETRR4      0xF006361A          Error Tracking Register 4
MC38_RDBFL0     0xF00636A0          Read Data and Bit Flip Register 0
MC38_RDBFL1     0xF00636A2          Read Data and Bit Flip Register 1
MC38_RDBFL2     0xF00636A4          Read Data and Bit Flip Register 2
MC38_RDBFL3     0xF00636A6          Read Data and Bit Flip Register 3
MC38_RDBFL4     0xF00636A8          Read Data and Bit Flip Register 4
MC38_RDBFL5     0xF00636AA          Read Data and Bit Flip Register 5
MC38_RDBFL6     0xF00636AC          Read Data and Bit Flip Register 6
MC38_RDBFL7     0xF00636AE          Read Data and Bit Flip Register 7
MC38_RDBFL8     0xF00636B0          Read Data and Bit Flip Register 8
MC38_RDBFL9     0xF00636B2          Read Data and Bit Flip Register 9
MC38_RDBFL10    0xF00636B4          Read Data and Bit Flip Register 10
MC38_RDBFL11    0xF00636B6          Read Data and Bit Flip Register 11
MC38_RDBFL12    0xF00636B8          Read Data and Bit Flip Register 12
MC38_RDBFL13    0xF00636BA          Read Data and Bit Flip Register 13
MC38_RDBFL14    0xF00636BC          Read Data and Bit Flip Register 14
MC38_RDBFL15    0xF00636BE          Read Data and Bit Flip Register 15
MC38_RDBFL16    0xF00636C0          Read Data and Bit Flip Register 16
MC38_RDBFL17    0xF00636C2          Read Data and Bit Flip Register 17
MC38_RDBFL18    0xF00636C4          Read Data and Bit Flip Register 18
MC38_RDBFL19    0xF00636C6          Read Data and Bit Flip Register 19
MC38_RDBFL20    0xF00636C8          Read Data and Bit Flip Register 20
MC38_RDBFL21    0xF00636CA          Read Data and Bit Flip Register 21
MC38_RDBFL22    0xF00636CC          Read Data and Bit Flip Register 22
MC38_RDBFL23    0xF00636CE          Read Data and Bit Flip Register 23
MC38_RDBFL24    0xF00636D0          Read Data and Bit Flip Register 24
MC38_RDBFL25    0xF00636D2          Read Data and Bit Flip Register 25
MC38_RDBFL26    0xF00636D4          Read Data and Bit Flip Register 26
MC38_RDBFL27    0xF00636D6          Read Data and Bit Flip Register 27
MC38_RDBFL28    0xF00636D8          Read Data and Bit Flip Register 28
MC38_RDBFL29    0xF00636DA          Read Data and Bit Flip Register 29
MC38_RDBFL30    0xF00636DC          Read Data and Bit Flip Register 30
MC38_RDBFL31    0xF00636DE          Read Data and Bit Flip Register 31
MC38_RDBFL32    0xF00636E0          Read Data and Bit Flip Register 32
MC38_RDBFL33    0xF00636E2          Read Data and Bit Flip Register 33
MC38_RDBFL34    0xF00636E4          Read Data and Bit Flip Register 34
MC38_RDBFL35    0xF00636E6          Read Data and Bit Flip Register 35
MC38_RDBFL36    0xF00636E8          Read Data and Bit Flip Register 36
MC38_RDBFL37    0xF00636EA          Read Data and Bit Flip Register 37
MC38_RDBFL38    0xF00636EC          Read Data and Bit Flip Register 38
MC38_RDBFL39    0xF00636EE          Read Data and Bit Flip Register 39
MC39_CONFIG0    0xF0063700          Configuration Register 0
MC39_CONFIG1    0xF0063702          Configuration Register 1
MC39_MCONTROL   0xF0063704          MBIST Control Register
MC39_MSTATUS    0xF0063706          Status Register
MC39_RANGE      0xF0063708          Range Register, single address mode
MC39_REVID      0xF006370C          Revision ID Register
MC39_ECCS       0xF006370E          ECC Safety Register
MC39_ECCD       0xF0063710          Memory ECC Detection Register
MC39_ETRR0      0xF0063712          Error Tracking Register 0
MC39_ETRR1      0xF0063714          Error Tracking Register 1
MC39_ETRR2      0xF0063716          Error Tracking Register 2
MC39_ETRR3      0xF0063718          Error Tracking Register 3
MC39_ETRR4      0xF006371A          Error Tracking Register 4
MC39_RDBFL0     0xF00637A0          Read Data and Bit Flip Register 0
MC39_RDBFL1     0xF00637A2          Read Data and Bit Flip Register 1
MC39_RDBFL2     0xF00637A4          Read Data and Bit Flip Register 2
MC39_RDBFL3     0xF00637A6          Read Data and Bit Flip Register 3
MC39_RDBFL4     0xF00637A8          Read Data and Bit Flip Register 4
MC39_RDBFL5     0xF00637AA          Read Data and Bit Flip Register 5
MC39_RDBFL6     0xF00637AC          Read Data and Bit Flip Register 6
MC39_RDBFL7     0xF00637AE          Read Data and Bit Flip Register 7
MC39_RDBFL8     0xF00637B0          Read Data and Bit Flip Register 8
MC39_RDBFL9     0xF00637B2          Read Data and Bit Flip Register 9
MC39_RDBFL10    0xF00637B4          Read Data and Bit Flip Register 10
MC39_RDBFL11    0xF00637B6          Read Data and Bit Flip Register 11
MC39_RDBFL12    0xF00637B8          Read Data and Bit Flip Register 12
MC39_RDBFL13    0xF00637BA          Read Data and Bit Flip Register 13
MC39_RDBFL14    0xF00637BC          Read Data and Bit Flip Register 14
MC39_RDBFL15    0xF00637BE          Read Data and Bit Flip Register 15
MC39_RDBFL16    0xF00637C0          Read Data and Bit Flip Register 16
MC39_RDBFL17    0xF00637C2          Read Data and Bit Flip Register 17
MC39_RDBFL18    0xF00637C4          Read Data and Bit Flip Register 18
MC39_RDBFL19    0xF00637C6          Read Data and Bit Flip Register 19
MC39_RDBFL20    0xF00637C8          Read Data and Bit Flip Register 20
MC39_RDBFL21    0xF00637CA          Read Data and Bit Flip Register 21
MC39_RDBFL22    0xF00637CC          Read Data and Bit Flip Register 22
MC39_RDBFL23    0xF00637CE          Read Data and Bit Flip Register 23
MC39_RDBFL24    0xF00637D0          Read Data and Bit Flip Register 24
MC39_RDBFL25    0xF00637D2          Read Data and Bit Flip Register 25
MC39_RDBFL26    0xF00637D4          Read Data and Bit Flip Register 26
MC39_RDBFL27    0xF00637D6          Read Data and Bit Flip Register 27
MC39_RDBFL28    0xF00637D8          Read Data and Bit Flip Register 28
MC39_RDBFL29    0xF00637DA          Read Data and Bit Flip Register 29
MC39_RDBFL30    0xF00637DC          Read Data and Bit Flip Register 30
MC39_RDBFL31    0xF00637DE          Read Data and Bit Flip Register 31
MC39_RDBFL32    0xF00637E0          Read Data and Bit Flip Register 32
MC39_RDBFL33    0xF00637E2          Read Data and Bit Flip Register 33
MC39_RDBFL34    0xF00637E4          Read Data and Bit Flip Register 34
MC39_RDBFL35    0xF00637E6          Read Data and Bit Flip Register 35
MC39_RDBFL36    0xF00637E8          Read Data and Bit Flip Register 36
MC39_RDBFL37    0xF00637EA          Read Data and Bit Flip Register 37
MC39_RDBFL38    0xF00637EC          Read Data and Bit Flip Register 38
MC39_RDBFL39    0xF00637EE          Read Data and Bit Flip Register 39
MC40_CONFIG0    0xF0063800          Configuration Register 0
MC40_CONFIG1    0xF0063802          Configuration Register 1
MC40_MCONTROL   0xF0063804          MBIST Control Register
MC40_MSTATUS    0xF0063806          Status Register
MC40_RANGE      0xF0063808          Range Register, single address mode
MC40_REVID      0xF006380C          Revision ID Register
MC40_ECCS       0xF006380E          ECC Safety Register
MC40_ECCD       0xF0063810          Memory ECC Detection Register
MC40_ETRR0      0xF0063812          Error Tracking Register 0
MC40_ETRR1      0xF0063814          Error Tracking Register 1
MC40_ETRR2      0xF0063816          Error Tracking Register 2
MC40_ETRR3      0xF0063818          Error Tracking Register 3
MC40_ETRR4      0xF006381A          Error Tracking Register 4
MC40_RDBFL0     0xF00638A0          Read Data and Bit Flip Register 0
MC40_RDBFL1     0xF00638A2          Read Data and Bit Flip Register 1
MC40_RDBFL2     0xF00638A4          Read Data and Bit Flip Register 2
MC40_RDBFL3     0xF00638A6          Read Data and Bit Flip Register 3
MC40_RDBFL4     0xF00638A8          Read Data and Bit Flip Register 4
MC40_RDBFL5     0xF00638AA          Read Data and Bit Flip Register 5
MC40_RDBFL6     0xF00638AC          Read Data and Bit Flip Register 6
MC40_RDBFL7     0xF00638AE          Read Data and Bit Flip Register 7
MC40_RDBFL8     0xF00638B0          Read Data and Bit Flip Register 8
MC40_RDBFL9     0xF00638B2          Read Data and Bit Flip Register 9
MC40_RDBFL10    0xF00638B4          Read Data and Bit Flip Register 10
MC40_RDBFL11    0xF00638B6          Read Data and Bit Flip Register 11
MC40_RDBFL12    0xF00638B8          Read Data and Bit Flip Register 12
MC40_RDBFL13    0xF00638BA          Read Data and Bit Flip Register 13
MC40_RDBFL14    0xF00638BC          Read Data and Bit Flip Register 14
MC40_RDBFL15    0xF00638BE          Read Data and Bit Flip Register 15
MC40_RDBFL16    0xF00638C0          Read Data and Bit Flip Register 16
MC40_RDBFL17    0xF00638C2          Read Data and Bit Flip Register 17
MC40_RDBFL18    0xF00638C4          Read Data and Bit Flip Register 18
MC40_RDBFL19    0xF00638C6          Read Data and Bit Flip Register 19
MC40_RDBFL20    0xF00638C8          Read Data and Bit Flip Register 20
MC40_RDBFL21    0xF00638CA          Read Data and Bit Flip Register 21
MC40_RDBFL22    0xF00638CC          Read Data and Bit Flip Register 22
MC40_RDBFL23    0xF00638CE          Read Data and Bit Flip Register 23
MC40_RDBFL24    0xF00638D0          Read Data and Bit Flip Register 24
MC40_RDBFL25    0xF00638D2          Read Data and Bit Flip Register 25
MC40_RDBFL26    0xF00638D4          Read Data and Bit Flip Register 26
MC40_RDBFL27    0xF00638D6          Read Data and Bit Flip Register 27
MC40_RDBFL28    0xF00638D8          Read Data and Bit Flip Register 28
MC40_RDBFL29    0xF00638DA          Read Data and Bit Flip Register 29
MC40_RDBFL30    0xF00638DC          Read Data and Bit Flip Register 30
MC40_RDBFL31    0xF00638DE          Read Data and Bit Flip Register 31
MC40_RDBFL32    0xF00638E0          Read Data and Bit Flip Register 32
MC40_RDBFL33    0xF00638E2          Read Data and Bit Flip Register 33
MC40_RDBFL34    0xF00638E4          Read Data and Bit Flip Register 34
MC40_RDBFL35    0xF00638E6          Read Data and Bit Flip Register 35
MC40_RDBFL36    0xF00638E8          Read Data and Bit Flip Register 36
MC40_RDBFL37    0xF00638EA          Read Data and Bit Flip Register 37
MC40_RDBFL38    0xF00638EC          Read Data and Bit Flip Register 38
MC40_RDBFL39    0xF00638EE          Read Data and Bit Flip Register 39
MC41_CONFIG0    0xF0063900          Configuration Register 0
MC41_CONFIG1    0xF0063902          Configuration Register 1
MC41_MCONTROL   0xF0063904          MBIST Control Register
MC41_MSTATUS    0xF0063906          Status Register
MC41_RANGE      0xF0063908          Range Register, single address mode
MC41_REVID      0xF006390C          Revision ID Register
MC41_ECCS       0xF006390E          ECC Safety Register
MC41_ECCD       0xF0063910          Memory ECC Detection Register
MC41_ETRR0      0xF0063912          Error Tracking Register 0
MC41_ETRR1      0xF0063914          Error Tracking Register 1
MC41_ETRR2      0xF0063916          Error Tracking Register 2
MC41_ETRR3      0xF0063918          Error Tracking Register 3
MC41_ETRR4      0xF006391A          Error Tracking Register 4
MC41_RDBFL0     0xF00639A0          Read Data and Bit Flip Register 0
MC41_RDBFL1     0xF00639A2          Read Data and Bit Flip Register 1
MC41_RDBFL2     0xF00639A4          Read Data and Bit Flip Register 2
MC41_RDBFL3     0xF00639A6          Read Data and Bit Flip Register 3
MC41_RDBFL4     0xF00639A8          Read Data and Bit Flip Register 4
MC41_RDBFL5     0xF00639AA          Read Data and Bit Flip Register 5
MC41_RDBFL6     0xF00639AC          Read Data and Bit Flip Register 6
MC41_RDBFL7     0xF00639AE          Read Data and Bit Flip Register 7
MC41_RDBFL8     0xF00639B0          Read Data and Bit Flip Register 8
MC41_RDBFL9     0xF00639B2          Read Data and Bit Flip Register 9
MC41_RDBFL10    0xF00639B4          Read Data and Bit Flip Register 10
MC41_RDBFL11    0xF00639B6          Read Data and Bit Flip Register 11
MC41_RDBFL12    0xF00639B8          Read Data and Bit Flip Register 12
MC41_RDBFL13    0xF00639BA          Read Data and Bit Flip Register 13
MC41_RDBFL14    0xF00639BC          Read Data and Bit Flip Register 14
MC41_RDBFL15    0xF00639BE          Read Data and Bit Flip Register 15
MC41_RDBFL16    0xF00639C0          Read Data and Bit Flip Register 16
MC41_RDBFL17    0xF00639C2          Read Data and Bit Flip Register 17
MC41_RDBFL18    0xF00639C4          Read Data and Bit Flip Register 18
MC41_RDBFL19    0xF00639C6          Read Data and Bit Flip Register 19
MC41_RDBFL20    0xF00639C8          Read Data and Bit Flip Register 20
MC41_RDBFL21    0xF00639CA          Read Data and Bit Flip Register 21
MC41_RDBFL22    0xF00639CC          Read Data and Bit Flip Register 22
MC41_RDBFL23    0xF00639CE          Read Data and Bit Flip Register 23
MC41_RDBFL24    0xF00639D0          Read Data and Bit Flip Register 24
MC41_RDBFL25    0xF00639D2          Read Data and Bit Flip Register 25
MC41_RDBFL26    0xF00639D4          Read Data and Bit Flip Register 26
MC41_RDBFL27    0xF00639D6          Read Data and Bit Flip Register 27
MC41_RDBFL28    0xF00639D8          Read Data and Bit Flip Register 28
MC41_RDBFL29    0xF00639DA          Read Data and Bit Flip Register 29
MC41_RDBFL30    0xF00639DC          Read Data and Bit Flip Register 30
MC41_RDBFL31    0xF00639DE          Read Data and Bit Flip Register 31
MC41_RDBFL32    0xF00639E0          Read Data and Bit Flip Register 32
MC41_RDBFL33    0xF00639E2          Read Data and Bit Flip Register 33
MC41_RDBFL34    0xF00639E4          Read Data and Bit Flip Register 34
MC41_RDBFL35    0xF00639E6          Read Data and Bit Flip Register 35
MC41_RDBFL36    0xF00639E8          Read Data and Bit Flip Register 36
MC41_RDBFL37    0xF00639EA          Read Data and Bit Flip Register 37
MC41_RDBFL38    0xF00639EC          Read Data and Bit Flip Register 38
MC41_RDBFL39    0xF00639EE          Read Data and Bit Flip Register 39
MC42_CONFIG0    0xF0063A00          Configuration Register 0
MC42_CONFIG1    0xF0063A02          Configuration Register 1
MC42_MCONTROL   0xF0063A04          MBIST Control Register
MC42_MSTATUS    0xF0063A06          Status Register
MC42_RANGE      0xF0063A08          Range Register, single address mode
MC42_REVID      0xF0063A0C          Revision ID Register
MC42_ECCS       0xF0063A0E          ECC Safety Register
MC42_ECCD       0xF0063A10          Memory ECC Detection Register
MC42_ETRR0      0xF0063A12          Error Tracking Register 0
MC42_ETRR1      0xF0063A14          Error Tracking Register 1
MC42_ETRR2      0xF0063A16          Error Tracking Register 2
MC42_ETRR3      0xF0063A18          Error Tracking Register 3
MC42_ETRR4      0xF0063A1A          Error Tracking Register 4
MC42_RDBFL0     0xF0063AA0          Read Data and Bit Flip Register 0
MC42_RDBFL1     0xF0063AA2          Read Data and Bit Flip Register 1
MC42_RDBFL2     0xF0063AA4          Read Data and Bit Flip Register 2
MC42_RDBFL3     0xF0063AA6          Read Data and Bit Flip Register 3
MC42_RDBFL4     0xF0063AA8          Read Data and Bit Flip Register 4
MC42_RDBFL5     0xF0063AAA          Read Data and Bit Flip Register 5
MC42_RDBFL6     0xF0063AAC          Read Data and Bit Flip Register 6
MC42_RDBFL7     0xF0063AAE          Read Data and Bit Flip Register 7
MC42_RDBFL8     0xF0063AB0          Read Data and Bit Flip Register 8
MC42_RDBFL9     0xF0063AB2          Read Data and Bit Flip Register 9
MC42_RDBFL10    0xF0063AB4          Read Data and Bit Flip Register 10
MC42_RDBFL11    0xF0063AB6          Read Data and Bit Flip Register 11
MC42_RDBFL12    0xF0063AB8          Read Data and Bit Flip Register 12
MC42_RDBFL13    0xF0063ABA          Read Data and Bit Flip Register 13
MC42_RDBFL14    0xF0063ABC          Read Data and Bit Flip Register 14
MC42_RDBFL15    0xF0063ABE          Read Data and Bit Flip Register 15
MC42_RDBFL16    0xF0063AC0          Read Data and Bit Flip Register 16
MC42_RDBFL17    0xF0063AC2          Read Data and Bit Flip Register 17
MC42_RDBFL18    0xF0063AC4          Read Data and Bit Flip Register 18
MC42_RDBFL19    0xF0063AC6          Read Data and Bit Flip Register 19
MC42_RDBFL20    0xF0063AC8          Read Data and Bit Flip Register 20
MC42_RDBFL21    0xF0063ACA          Read Data and Bit Flip Register 21
MC42_RDBFL22    0xF0063ACC          Read Data and Bit Flip Register 22
MC42_RDBFL23    0xF0063ACE          Read Data and Bit Flip Register 23
MC42_RDBFL24    0xF0063AD0          Read Data and Bit Flip Register 24
MC42_RDBFL25    0xF0063AD2          Read Data and Bit Flip Register 25
MC42_RDBFL26    0xF0063AD4          Read Data and Bit Flip Register 26
MC42_RDBFL27    0xF0063AD6          Read Data and Bit Flip Register 27
MC42_RDBFL28    0xF0063AD8          Read Data and Bit Flip Register 28
MC42_RDBFL29    0xF0063ADA          Read Data and Bit Flip Register 29
MC42_RDBFL30    0xF0063ADC          Read Data and Bit Flip Register 30
MC42_RDBFL31    0xF0063ADE          Read Data and Bit Flip Register 31
MC42_RDBFL32    0xF0063AE0          Read Data and Bit Flip Register 32
MC42_RDBFL33    0xF0063AE2          Read Data and Bit Flip Register 33
MC42_RDBFL34    0xF0063AE4          Read Data and Bit Flip Register 34
MC42_RDBFL35    0xF0063AE6          Read Data and Bit Flip Register 35
MC42_RDBFL36    0xF0063AE8          Read Data and Bit Flip Register 36
MC42_RDBFL37    0xF0063AEA          Read Data and Bit Flip Register 37
MC42_RDBFL38    0xF0063AEC          Read Data and Bit Flip Register 38
MC42_RDBFL39    0xF0063AEE          Read Data and Bit Flip Register 39
MC43_CONFIG0    0xF0063B00          Configuration Register 0
MC43_CONFIG1    0xF0063B02          Configuration Register 1
MC43_MCONTROL   0xF0063B04          MBIST Control Register
MC43_MSTATUS    0xF0063B06          Status Register
MC43_RANGE      0xF0063B08          Range Register, single address mode
MC43_REVID      0xF0063B0C          Revision ID Register
MC43_ECCS       0xF0063B0E          ECC Safety Register
MC43_ECCD       0xF0063B10          Memory ECC Detection Register
MC43_ETRR0      0xF0063B12          Error Tracking Register 0
MC43_ETRR1      0xF0063B14          Error Tracking Register 1
MC43_ETRR2      0xF0063B16          Error Tracking Register 2
MC43_ETRR3      0xF0063B18          Error Tracking Register 3
MC43_ETRR4      0xF0063B1A          Error Tracking Register 4
MC43_RDBFL0     0xF0063BA0          Read Data and Bit Flip Register 0
MC43_RDBFL1     0xF0063BA2          Read Data and Bit Flip Register 1
MC43_RDBFL2     0xF0063BA4          Read Data and Bit Flip Register 2
MC43_RDBFL3     0xF0063BA6          Read Data and Bit Flip Register 3
MC43_RDBFL4     0xF0063BA8          Read Data and Bit Flip Register 4
MC43_RDBFL5     0xF0063BAA          Read Data and Bit Flip Register 5
MC43_RDBFL6     0xF0063BAC          Read Data and Bit Flip Register 6
MC43_RDBFL7     0xF0063BAE          Read Data and Bit Flip Register 7
MC43_RDBFL8     0xF0063BB0          Read Data and Bit Flip Register 8
MC43_RDBFL9     0xF0063BB2          Read Data and Bit Flip Register 9
MC43_RDBFL10    0xF0063BB4          Read Data and Bit Flip Register 10
MC43_RDBFL11    0xF0063BB6          Read Data and Bit Flip Register 11
MC43_RDBFL12    0xF0063BB8          Read Data and Bit Flip Register 12
MC43_RDBFL13    0xF0063BBA          Read Data and Bit Flip Register 13
MC43_RDBFL14    0xF0063BBC          Read Data and Bit Flip Register 14
MC43_RDBFL15    0xF0063BBE          Read Data and Bit Flip Register 15
MC43_RDBFL16    0xF0063BC0          Read Data and Bit Flip Register 16
MC43_RDBFL17    0xF0063BC2          Read Data and Bit Flip Register 17
MC43_RDBFL18    0xF0063BC4          Read Data and Bit Flip Register 18
MC43_RDBFL19    0xF0063BC6          Read Data and Bit Flip Register 19
MC43_RDBFL20    0xF0063BC8          Read Data and Bit Flip Register 20
MC43_RDBFL21    0xF0063BCA          Read Data and Bit Flip Register 21
MC43_RDBFL22    0xF0063BCC          Read Data and Bit Flip Register 22
MC43_RDBFL23    0xF0063BCE          Read Data and Bit Flip Register 23
MC43_RDBFL24    0xF0063BD0          Read Data and Bit Flip Register 24
MC43_RDBFL25    0xF0063BD2          Read Data and Bit Flip Register 25
MC43_RDBFL26    0xF0063BD4          Read Data and Bit Flip Register 26
MC43_RDBFL27    0xF0063BD6          Read Data and Bit Flip Register 27
MC43_RDBFL28    0xF0063BD8          Read Data and Bit Flip Register 28
MC43_RDBFL29    0xF0063BDA          Read Data and Bit Flip Register 29
MC43_RDBFL30    0xF0063BDC          Read Data and Bit Flip Register 30
MC43_RDBFL31    0xF0063BDE          Read Data and Bit Flip Register 31
MC43_RDBFL32    0xF0063BE0          Read Data and Bit Flip Register 32
MC43_RDBFL33    0xF0063BE2          Read Data and Bit Flip Register 33
MC43_RDBFL34    0xF0063BE4          Read Data and Bit Flip Register 34
MC43_RDBFL35    0xF0063BE6          Read Data and Bit Flip Register 35
MC43_RDBFL36    0xF0063BE8          Read Data and Bit Flip Register 36
MC43_RDBFL37    0xF0063BEA          Read Data and Bit Flip Register 37
MC43_RDBFL38    0xF0063BEC          Read Data and Bit Flip Register 38
MC43_RDBFL39    0xF0063BEE          Read Data and Bit Flip Register 39
MC44_CONFIG0    0xF0063C00          Configuration Register 0
MC44_CONFIG1    0xF0063C02          Configuration Register 1
MC44_MCONTROL   0xF0063C04          MBIST Control Register
MC44_MSTATUS    0xF0063C06          Status Register
MC44_RANGE      0xF0063C08          Range Register, single address mode
MC44_REVID      0xF0063C0C          Revision ID Register
MC44_ECCS       0xF0063C0E          ECC Safety Register
MC44_ECCD       0xF0063C10          Memory ECC Detection Register
MC44_ETRR0      0xF0063C12          Error Tracking Register 0
MC44_ETRR1      0xF0063C14          Error Tracking Register 1
MC44_ETRR2      0xF0063C16          Error Tracking Register 2
MC44_ETRR3      0xF0063C18          Error Tracking Register 3
MC44_ETRR4      0xF0063C1A          Error Tracking Register 4
MC44_RDBFL0     0xF0063CA0          Read Data and Bit Flip Register 0
MC44_RDBFL1     0xF0063CA2          Read Data and Bit Flip Register 1
MC44_RDBFL2     0xF0063CA4          Read Data and Bit Flip Register 2
MC44_RDBFL3     0xF0063CA6          Read Data and Bit Flip Register 3
MC44_RDBFL4     0xF0063CA8          Read Data and Bit Flip Register 4
MC44_RDBFL5     0xF0063CAA          Read Data and Bit Flip Register 5
MC44_RDBFL6     0xF0063CAC          Read Data and Bit Flip Register 6
MC44_RDBFL7     0xF0063CAE          Read Data and Bit Flip Register 7
MC44_RDBFL8     0xF0063CB0          Read Data and Bit Flip Register 8
MC44_RDBFL9     0xF0063CB2          Read Data and Bit Flip Register 9
MC44_RDBFL10    0xF0063CB4          Read Data and Bit Flip Register 10
MC44_RDBFL11    0xF0063CB6          Read Data and Bit Flip Register 11
MC44_RDBFL12    0xF0063CB8          Read Data and Bit Flip Register 12
MC44_RDBFL13    0xF0063CBA          Read Data and Bit Flip Register 13
MC44_RDBFL14    0xF0063CBC          Read Data and Bit Flip Register 14
MC44_RDBFL15    0xF0063CBE          Read Data and Bit Flip Register 15
MC44_RDBFL16    0xF0063CC0          Read Data and Bit Flip Register 16
MC44_RDBFL17    0xF0063CC2          Read Data and Bit Flip Register 17
MC44_RDBFL18    0xF0063CC4          Read Data and Bit Flip Register 18
MC44_RDBFL19    0xF0063CC6          Read Data and Bit Flip Register 19
MC44_RDBFL20    0xF0063CC8          Read Data and Bit Flip Register 20
MC44_RDBFL21    0xF0063CCA          Read Data and Bit Flip Register 21
MC44_RDBFL22    0xF0063CCC          Read Data and Bit Flip Register 22
MC44_RDBFL23    0xF0063CCE          Read Data and Bit Flip Register 23
MC44_RDBFL24    0xF0063CD0          Read Data and Bit Flip Register 24
MC44_RDBFL25    0xF0063CD2          Read Data and Bit Flip Register 25
MC44_RDBFL26    0xF0063CD4          Read Data and Bit Flip Register 26
MC44_RDBFL27    0xF0063CD6          Read Data and Bit Flip Register 27
MC44_RDBFL28    0xF0063CD8          Read Data and Bit Flip Register 28
MC44_RDBFL29    0xF0063CDA          Read Data and Bit Flip Register 29
MC44_RDBFL30    0xF0063CDC          Read Data and Bit Flip Register 30
MC44_RDBFL31    0xF0063CDE          Read Data and Bit Flip Register 31
MC44_RDBFL32    0xF0063CE0          Read Data and Bit Flip Register 32
MC44_RDBFL33    0xF0063CE2          Read Data and Bit Flip Register 33
MC44_RDBFL34    0xF0063CE4          Read Data and Bit Flip Register 34
MC44_RDBFL35    0xF0063CE6          Read Data and Bit Flip Register 35
MC44_RDBFL36    0xF0063CE8          Read Data and Bit Flip Register 36
MC44_RDBFL37    0xF0063CEA          Read Data and Bit Flip Register 37
MC44_RDBFL38    0xF0063CEC          Read Data and Bit Flip Register 38
MC44_RDBFL39    0xF0063CEE          Read Data and Bit Flip Register 39
MC45_CONFIG0    0xF0063D00          Configuration Register 0
MC45_CONFIG1    0xF0063D02          Configuration Register 1
MC45_MCONTROL   0xF0063D04          MBIST Control Register
MC45_MSTATUS    0xF0063D06          Status Register
MC45_RANGE      0xF0063D08          Range Register, single address mode
MC45_REVID      0xF0063D0C          Revision ID Register
MC45_ECCS       0xF0063D0E          ECC Safety Register
MC45_ECCD       0xF0063D10          Memory ECC Detection Register
MC45_ETRR0      0xF0063D12          Error Tracking Register 0
MC45_ETRR1      0xF0063D14          Error Tracking Register 1
MC45_ETRR2      0xF0063D16          Error Tracking Register 2
MC45_ETRR3      0xF0063D18          Error Tracking Register 3
MC45_ETRR4      0xF0063D1A          Error Tracking Register 4
MC45_RDBFL0     0xF0063DA0          Read Data and Bit Flip Register 0
MC45_RDBFL1     0xF0063DA2          Read Data and Bit Flip Register 1
MC45_RDBFL2     0xF0063DA4          Read Data and Bit Flip Register 2
MC45_RDBFL3     0xF0063DA6          Read Data and Bit Flip Register 3
MC45_RDBFL4     0xF0063DA8          Read Data and Bit Flip Register 4
MC45_RDBFL5     0xF0063DAA          Read Data and Bit Flip Register 5
MC45_RDBFL6     0xF0063DAC          Read Data and Bit Flip Register 6
MC45_RDBFL7     0xF0063DAE          Read Data and Bit Flip Register 7
MC45_RDBFL8     0xF0063DB0          Read Data and Bit Flip Register 8
MC45_RDBFL9     0xF0063DB2          Read Data and Bit Flip Register 9
MC45_RDBFL10    0xF0063DB4          Read Data and Bit Flip Register 10
MC45_RDBFL11    0xF0063DB6          Read Data and Bit Flip Register 11
MC45_RDBFL12    0xF0063DB8          Read Data and Bit Flip Register 12
MC45_RDBFL13    0xF0063DBA          Read Data and Bit Flip Register 13
MC45_RDBFL14    0xF0063DBC          Read Data and Bit Flip Register 14
MC45_RDBFL15    0xF0063DBE          Read Data and Bit Flip Register 15
MC45_RDBFL16    0xF0063DC0          Read Data and Bit Flip Register 16
MC45_RDBFL17    0xF0063DC2          Read Data and Bit Flip Register 17
MC45_RDBFL18    0xF0063DC4          Read Data and Bit Flip Register 18
MC45_RDBFL19    0xF0063DC6          Read Data and Bit Flip Register 19
MC45_RDBFL20    0xF0063DC8          Read Data and Bit Flip Register 20
MC45_RDBFL21    0xF0063DCA          Read Data and Bit Flip Register 21
MC45_RDBFL22    0xF0063DCC          Read Data and Bit Flip Register 22
MC45_RDBFL23    0xF0063DCE          Read Data and Bit Flip Register 23
MC45_RDBFL24    0xF0063DD0          Read Data and Bit Flip Register 24
MC45_RDBFL25    0xF0063DD2          Read Data and Bit Flip Register 25
MC45_RDBFL26    0xF0063DD4          Read Data and Bit Flip Register 26
MC45_RDBFL27    0xF0063DD6          Read Data and Bit Flip Register 27
MC45_RDBFL28    0xF0063DD8          Read Data and Bit Flip Register 28
MC45_RDBFL29    0xF0063DDA          Read Data and Bit Flip Register 29
MC45_RDBFL30    0xF0063DDC          Read Data and Bit Flip Register 30
MC45_RDBFL31    0xF0063DDE          Read Data and Bit Flip Register 31
MC45_RDBFL32    0xF0063DE0          Read Data and Bit Flip Register 32
MC45_RDBFL33    0xF0063DE2          Read Data and Bit Flip Register 33
MC45_RDBFL34    0xF0063DE4          Read Data and Bit Flip Register 34
MC45_RDBFL35    0xF0063DE6          Read Data and Bit Flip Register 35
MC45_RDBFL36    0xF0063DE8          Read Data and Bit Flip Register 36
MC45_RDBFL37    0xF0063DEA          Read Data and Bit Flip Register 37
MC45_RDBFL38    0xF0063DEC          Read Data and Bit Flip Register 38
MC45_RDBFL39    0xF0063DEE          Read Data and Bit Flip Register 39
MC46_CONFIG0    0xF0063E00          Configuration Register 0
MC46_CONFIG1    0xF0063E02          Configuration Register 1
MC46_MCONTROL   0xF0063E04          MBIST Control Register
MC46_MSTATUS    0xF0063E06          Status Register
MC46_RANGE      0xF0063E08          Range Register, single address mode
MC46_REVID      0xF0063E0C          Revision ID Register
MC46_ECCS       0xF0063E0E          ECC Safety Register
MC46_ECCD       0xF0063E10          Memory ECC Detection Register
MC46_ETRR0      0xF0063E12          Error Tracking Register 0
MC46_ETRR1      0xF0063E14          Error Tracking Register 1
MC46_ETRR2      0xF0063E16          Error Tracking Register 2
MC46_ETRR3      0xF0063E18          Error Tracking Register 3
MC46_ETRR4      0xF0063E1A          Error Tracking Register 4
MC46_RDBFL0     0xF0063EA0          Read Data and Bit Flip Register 0
MC46_RDBFL1     0xF0063EA2          Read Data and Bit Flip Register 1
MC46_RDBFL2     0xF0063EA4          Read Data and Bit Flip Register 2
MC46_RDBFL3     0xF0063EA6          Read Data and Bit Flip Register 3
MC46_RDBFL4     0xF0063EA8          Read Data and Bit Flip Register 4
MC46_RDBFL5     0xF0063EAA          Read Data and Bit Flip Register 5
MC46_RDBFL6     0xF0063EAC          Read Data and Bit Flip Register 6
MC46_RDBFL7     0xF0063EAE          Read Data and Bit Flip Register 7
MC46_RDBFL8     0xF0063EB0          Read Data and Bit Flip Register 8
MC46_RDBFL9     0xF0063EB2          Read Data and Bit Flip Register 9
MC46_RDBFL10    0xF0063EB4          Read Data and Bit Flip Register 10
MC46_RDBFL11    0xF0063EB6          Read Data and Bit Flip Register 11
MC46_RDBFL12    0xF0063EB8          Read Data and Bit Flip Register 12
MC46_RDBFL13    0xF0063EBA          Read Data and Bit Flip Register 13
MC46_RDBFL14    0xF0063EBC          Read Data and Bit Flip Register 14
MC46_RDBFL15    0xF0063EBE          Read Data and Bit Flip Register 15
MC46_RDBFL16    0xF0063EC0          Read Data and Bit Flip Register 16
MC46_RDBFL17    0xF0063EC2          Read Data and Bit Flip Register 17
MC46_RDBFL18    0xF0063EC4          Read Data and Bit Flip Register 18
MC46_RDBFL19    0xF0063EC6          Read Data and Bit Flip Register 19
MC46_RDBFL20    0xF0063EC8          Read Data and Bit Flip Register 20
MC46_RDBFL21    0xF0063ECA          Read Data and Bit Flip Register 21
MC46_RDBFL22    0xF0063ECC          Read Data and Bit Flip Register 22
MC46_RDBFL23    0xF0063ECE          Read Data and Bit Flip Register 23
MC46_RDBFL24    0xF0063ED0          Read Data and Bit Flip Register 24
MC46_RDBFL25    0xF0063ED2          Read Data and Bit Flip Register 25
MC46_RDBFL26    0xF0063ED4          Read Data and Bit Flip Register 26
MC46_RDBFL27    0xF0063ED6          Read Data and Bit Flip Register 27
MC46_RDBFL28    0xF0063ED8          Read Data and Bit Flip Register 28
MC46_RDBFL29    0xF0063EDA          Read Data and Bit Flip Register 29
MC46_RDBFL30    0xF0063EDC          Read Data and Bit Flip Register 30
MC46_RDBFL31    0xF0063EDE          Read Data and Bit Flip Register 31
MC46_RDBFL32    0xF0063EE0          Read Data and Bit Flip Register 32
MC46_RDBFL33    0xF0063EE2          Read Data and Bit Flip Register 33
MC46_RDBFL34    0xF0063EE4          Read Data and Bit Flip Register 34
MC46_RDBFL35    0xF0063EE6          Read Data and Bit Flip Register 35
MC46_RDBFL36    0xF0063EE8          Read Data and Bit Flip Register 36
MC46_RDBFL37    0xF0063EEA          Read Data and Bit Flip Register 37
MC46_RDBFL38    0xF0063EEC          Read Data and Bit Flip Register 38
MC46_RDBFL39    0xF0063EEE          Read Data and Bit Flip Register 39
MC47_CONFIG0    0xF0063F00          Configuration Register 0
MC47_CONFIG1    0xF0063F02          Configuration Register 1
MC47_MCONTROL   0xF0063F04          MBIST Control Register
MC47_MSTATUS    0xF0063F06          Status Register
MC47_RANGE      0xF0063F08          Range Register, single address mode
MC47_REVID      0xF0063F0C          Revision ID Register
MC47_ECCS       0xF0063F0E          ECC Safety Register
MC47_ECCD       0xF0063F10          Memory ECC Detection Register
MC47_ETRR0      0xF0063F12          Error Tracking Register 0
MC47_ETRR1      0xF0063F14          Error Tracking Register 1
MC47_ETRR2      0xF0063F16          Error Tracking Register 2
MC47_ETRR3      0xF0063F18          Error Tracking Register 3
MC47_ETRR4      0xF0063F1A          Error Tracking Register 4
MC47_RDBFL0     0xF0063FA0          Read Data and Bit Flip Register 0
MC47_RDBFL1     0xF0063FA2          Read Data and Bit Flip Register 1
MC47_RDBFL2     0xF0063FA4          Read Data and Bit Flip Register 2
MC47_RDBFL3     0xF0063FA6          Read Data and Bit Flip Register 3
MC47_RDBFL4     0xF0063FA8          Read Data and Bit Flip Register 4
MC47_RDBFL5     0xF0063FAA          Read Data and Bit Flip Register 5
MC47_RDBFL6     0xF0063FAC          Read Data and Bit Flip Register 6
MC47_RDBFL7     0xF0063FAE          Read Data and Bit Flip Register 7
MC47_RDBFL8     0xF0063FB0          Read Data and Bit Flip Register 8
MC47_RDBFL9     0xF0063FB2          Read Data and Bit Flip Register 9
MC47_RDBFL10    0xF0063FB4          Read Data and Bit Flip Register 10
MC47_RDBFL11    0xF0063FB6          Read Data and Bit Flip Register 11
MC47_RDBFL12    0xF0063FB8          Read Data and Bit Flip Register 12
MC47_RDBFL13    0xF0063FBA          Read Data and Bit Flip Register 13
MC47_RDBFL14    0xF0063FBC          Read Data and Bit Flip Register 14
MC47_RDBFL15    0xF0063FBE          Read Data and Bit Flip Register 15
MC47_RDBFL16    0xF0063FC0          Read Data and Bit Flip Register 16
MC47_RDBFL17    0xF0063FC2          Read Data and Bit Flip Register 17
MC47_RDBFL18    0xF0063FC4          Read Data and Bit Flip Register 18
MC47_RDBFL19    0xF0063FC6          Read Data and Bit Flip Register 19
MC47_RDBFL20    0xF0063FC8          Read Data and Bit Flip Register 20
MC47_RDBFL21    0xF0063FCA          Read Data and Bit Flip Register 21
MC47_RDBFL22    0xF0063FCC          Read Data and Bit Flip Register 22
MC47_RDBFL23    0xF0063FCE          Read Data and Bit Flip Register 23
MC47_RDBFL24    0xF0063FD0          Read Data and Bit Flip Register 24
MC47_RDBFL25    0xF0063FD2          Read Data and Bit Flip Register 25
MC47_RDBFL26    0xF0063FD4          Read Data and Bit Flip Register 26
MC47_RDBFL27    0xF0063FD6          Read Data and Bit Flip Register 27
MC47_RDBFL28    0xF0063FD8          Read Data and Bit Flip Register 28
MC47_RDBFL29    0xF0063FDA          Read Data and Bit Flip Register 29
MC47_RDBFL30    0xF0063FDC          Read Data and Bit Flip Register 30
MC47_RDBFL31    0xF0063FDE          Read Data and Bit Flip Register 31
MC47_RDBFL32    0xF0063FE0          Read Data and Bit Flip Register 32
MC47_RDBFL33    0xF0063FE2          Read Data and Bit Flip Register 33
MC47_RDBFL34    0xF0063FE4          Read Data and Bit Flip Register 34
MC47_RDBFL35    0xF0063FE6          Read Data and Bit Flip Register 35
MC47_RDBFL36    0xF0063FE8          Read Data and Bit Flip Register 36
MC47_RDBFL37    0xF0063FEA          Read Data and Bit Flip Register 37
MC47_RDBFL38    0xF0063FEC          Read Data and Bit Flip Register 38
MC47_RDBFL39    0xF0063FEE          Read Data and Bit Flip Register 39
MC48_CONFIG0    0xF0064000          Configuration Register 0
MC48_CONFIG1    0xF0064002          Configuration Register 1
MC48_MCONTROL   0xF0064004          MBIST Control Register
MC48_MSTATUS    0xF0064006          Status Register
MC48_RANGE      0xF0064008          Range Register, single address mode
MC48_REVID      0xF006400C          Revision ID Register
MC48_ECCS       0xF006400E          ECC Safety Register
MC48_ECCD       0xF0064010          Memory ECC Detection Register
MC48_ETRR0      0xF0064012          Error Tracking Register 0
MC48_ETRR1      0xF0064014          Error Tracking Register 1
MC48_ETRR2      0xF0064016          Error Tracking Register 2
MC48_ETRR3      0xF0064018          Error Tracking Register 3
MC48_ETRR4      0xF006401A          Error Tracking Register 4
MC48_RDBFL0     0xF00640A0          Read Data and Bit Flip Register 0
MC48_RDBFL1     0xF00640A2          Read Data and Bit Flip Register 1
MC48_RDBFL2     0xF00640A4          Read Data and Bit Flip Register 2
MC48_RDBFL3     0xF00640A6          Read Data and Bit Flip Register 3
MC48_RDBFL4     0xF00640A8          Read Data and Bit Flip Register 4
MC48_RDBFL5     0xF00640AA          Read Data and Bit Flip Register 5
MC48_RDBFL6     0xF00640AC          Read Data and Bit Flip Register 6
MC48_RDBFL7     0xF00640AE          Read Data and Bit Flip Register 7
MC48_RDBFL8     0xF00640B0          Read Data and Bit Flip Register 8
MC48_RDBFL9     0xF00640B2          Read Data and Bit Flip Register 9
MC48_RDBFL10    0xF00640B4          Read Data and Bit Flip Register 10
MC48_RDBFL11    0xF00640B6          Read Data and Bit Flip Register 11
MC48_RDBFL12    0xF00640B8          Read Data and Bit Flip Register 12
MC48_RDBFL13    0xF00640BA          Read Data and Bit Flip Register 13
MC48_RDBFL14    0xF00640BC          Read Data and Bit Flip Register 14
MC48_RDBFL15    0xF00640BE          Read Data and Bit Flip Register 15
MC48_RDBFL16    0xF00640C0          Read Data and Bit Flip Register 16
MC48_RDBFL17    0xF00640C2          Read Data and Bit Flip Register 17
MC48_RDBFL18    0xF00640C4          Read Data and Bit Flip Register 18
MC48_RDBFL19    0xF00640C6          Read Data and Bit Flip Register 19
MC48_RDBFL20    0xF00640C8          Read Data and Bit Flip Register 20
MC48_RDBFL21    0xF00640CA          Read Data and Bit Flip Register 21
MC48_RDBFL22    0xF00640CC          Read Data and Bit Flip Register 22
MC48_RDBFL23    0xF00640CE          Read Data and Bit Flip Register 23
MC48_RDBFL24    0xF00640D0          Read Data and Bit Flip Register 24
MC48_RDBFL25    0xF00640D2          Read Data and Bit Flip Register 25
MC48_RDBFL26    0xF00640D4          Read Data and Bit Flip Register 26
MC48_RDBFL27    0xF00640D6          Read Data and Bit Flip Register 27
MC48_RDBFL28    0xF00640D8          Read Data and Bit Flip Register 28
MC48_RDBFL29    0xF00640DA          Read Data and Bit Flip Register 29
MC48_RDBFL30    0xF00640DC          Read Data and Bit Flip Register 30
MC48_RDBFL31    0xF00640DE          Read Data and Bit Flip Register 31
MC48_RDBFL32    0xF00640E0          Read Data and Bit Flip Register 32
MC48_RDBFL33    0xF00640E2          Read Data and Bit Flip Register 33
MC48_RDBFL34    0xF00640E4          Read Data and Bit Flip Register 34
MC48_RDBFL35    0xF00640E6          Read Data and Bit Flip Register 35
MC48_RDBFL36    0xF00640E8          Read Data and Bit Flip Register 36
MC48_RDBFL37    0xF00640EA          Read Data and Bit Flip Register 37
MC48_RDBFL38    0xF00640EC          Read Data and Bit Flip Register 38
MC48_RDBFL39    0xF00640EE          Read Data and Bit Flip Register 39
MC49_CONFIG0    0xF0064100          Configuration Register 0
MC49_CONFIG1    0xF0064102          Configuration Register 1
MC49_MCONTROL   0xF0064104          MBIST Control Register
MC49_MSTATUS    0xF0064106          Status Register
MC49_RANGE      0xF0064108          Range Register, single address mode
MC49_REVID      0xF006410C          Revision ID Register
MC49_ECCS       0xF006410E          ECC Safety Register
MC49_ECCD       0xF0064110          Memory ECC Detection Register
MC49_ETRR0      0xF0064112          Error Tracking Register 0
MC49_ETRR1      0xF0064114          Error Tracking Register 1
MC49_ETRR2      0xF0064116          Error Tracking Register 2
MC49_ETRR3      0xF0064118          Error Tracking Register 3
MC49_ETRR4      0xF006411A          Error Tracking Register 4
MC49_RDBFL0     0xF00641A0          Read Data and Bit Flip Register 0
MC49_RDBFL1     0xF00641A2          Read Data and Bit Flip Register 1
MC49_RDBFL2     0xF00641A4          Read Data and Bit Flip Register 2
MC49_RDBFL3     0xF00641A6          Read Data and Bit Flip Register 3
MC49_RDBFL4     0xF00641A8          Read Data and Bit Flip Register 4
MC49_RDBFL5     0xF00641AA          Read Data and Bit Flip Register 5
MC49_RDBFL6     0xF00641AC          Read Data and Bit Flip Register 6
MC49_RDBFL7     0xF00641AE          Read Data and Bit Flip Register 7
MC49_RDBFL8     0xF00641B0          Read Data and Bit Flip Register 8
MC49_RDBFL9     0xF00641B2          Read Data and Bit Flip Register 9
MC49_RDBFL10    0xF00641B4          Read Data and Bit Flip Register 10
MC49_RDBFL11    0xF00641B6          Read Data and Bit Flip Register 11
MC49_RDBFL12    0xF00641B8          Read Data and Bit Flip Register 12
MC49_RDBFL13    0xF00641BA          Read Data and Bit Flip Register 13
MC49_RDBFL14    0xF00641BC          Read Data and Bit Flip Register 14
MC49_RDBFL15    0xF00641BE          Read Data and Bit Flip Register 15
MC49_RDBFL16    0xF00641C0          Read Data and Bit Flip Register 16
MC49_RDBFL17    0xF00641C2          Read Data and Bit Flip Register 17
MC49_RDBFL18    0xF00641C4          Read Data and Bit Flip Register 18
MC49_RDBFL19    0xF00641C6          Read Data and Bit Flip Register 19
MC49_RDBFL20    0xF00641C8          Read Data and Bit Flip Register 20
MC49_RDBFL21    0xF00641CA          Read Data and Bit Flip Register 21
MC49_RDBFL22    0xF00641CC          Read Data and Bit Flip Register 22
MC49_RDBFL23    0xF00641CE          Read Data and Bit Flip Register 23
MC49_RDBFL24    0xF00641D0          Read Data and Bit Flip Register 24
MC49_RDBFL25    0xF00641D2          Read Data and Bit Flip Register 25
MC49_RDBFL26    0xF00641D4          Read Data and Bit Flip Register 26
MC49_RDBFL27    0xF00641D6          Read Data and Bit Flip Register 27
MC49_RDBFL28    0xF00641D8          Read Data and Bit Flip Register 28
MC49_RDBFL29    0xF00641DA          Read Data and Bit Flip Register 29
MC49_RDBFL30    0xF00641DC          Read Data and Bit Flip Register 30
MC49_RDBFL31    0xF00641DE          Read Data and Bit Flip Register 31
MC49_RDBFL32    0xF00641E0          Read Data and Bit Flip Register 32
MC49_RDBFL33    0xF00641E2          Read Data and Bit Flip Register 33
MC49_RDBFL34    0xF00641E4          Read Data and Bit Flip Register 34
MC49_RDBFL35    0xF00641E6          Read Data and Bit Flip Register 35
MC49_RDBFL36    0xF00641E8          Read Data and Bit Flip Register 36
MC49_RDBFL37    0xF00641EA          Read Data and Bit Flip Register 37
MC49_RDBFL38    0xF00641EC          Read Data and Bit Flip Register 38
MC49_RDBFL39    0xF00641EE          Read Data and Bit Flip Register 39
MC50_CONFIG0    0xF0064200          Configuration Register 0
MC50_CONFIG1    0xF0064202          Configuration Register 1
MC50_MCONTROL   0xF0064204          MBIST Control Register
MC50_MSTATUS    0xF0064206          Status Register
MC50_RANGE      0xF0064208          Range Register, single address mode
MC50_REVID      0xF006420C          Revision ID Register
MC50_ECCS       0xF006420E          ECC Safety Register
MC50_ECCD       0xF0064210          Memory ECC Detection Register
MC50_ETRR0      0xF0064212          Error Tracking Register 0
MC50_ETRR1      0xF0064214          Error Tracking Register 1
MC50_ETRR2      0xF0064216          Error Tracking Register 2
MC50_ETRR3      0xF0064218          Error Tracking Register 3
MC50_ETRR4      0xF006421A          Error Tracking Register 4
MC50_RDBFL0     0xF00642A0          Read Data and Bit Flip Register 0
MC50_RDBFL1     0xF00642A2          Read Data and Bit Flip Register 1
MC50_RDBFL2     0xF00642A4          Read Data and Bit Flip Register 2
MC50_RDBFL3     0xF00642A6          Read Data and Bit Flip Register 3
MC50_RDBFL4     0xF00642A8          Read Data and Bit Flip Register 4
MC50_RDBFL5     0xF00642AA          Read Data and Bit Flip Register 5
MC50_RDBFL6     0xF00642AC          Read Data and Bit Flip Register 6
MC50_RDBFL7     0xF00642AE          Read Data and Bit Flip Register 7
MC50_RDBFL8     0xF00642B0          Read Data and Bit Flip Register 8
MC50_RDBFL9     0xF00642B2          Read Data and Bit Flip Register 9
MC50_RDBFL10    0xF00642B4          Read Data and Bit Flip Register 10
MC50_RDBFL11    0xF00642B6          Read Data and Bit Flip Register 11
MC50_RDBFL12    0xF00642B8          Read Data and Bit Flip Register 12
MC50_RDBFL13    0xF00642BA          Read Data and Bit Flip Register 13
MC50_RDBFL14    0xF00642BC          Read Data and Bit Flip Register 14
MC50_RDBFL15    0xF00642BE          Read Data and Bit Flip Register 15
MC50_RDBFL16    0xF00642C0          Read Data and Bit Flip Register 16
MC50_RDBFL17    0xF00642C2          Read Data and Bit Flip Register 17
MC50_RDBFL18    0xF00642C4          Read Data and Bit Flip Register 18
MC50_RDBFL19    0xF00642C6          Read Data and Bit Flip Register 19
MC50_RDBFL20    0xF00642C8          Read Data and Bit Flip Register 20
MC50_RDBFL21    0xF00642CA          Read Data and Bit Flip Register 21
MC50_RDBFL22    0xF00642CC          Read Data and Bit Flip Register 22
MC50_RDBFL23    0xF00642CE          Read Data and Bit Flip Register 23
MC50_RDBFL24    0xF00642D0          Read Data and Bit Flip Register 24
MC50_RDBFL25    0xF00642D2          Read Data and Bit Flip Register 25
MC50_RDBFL26    0xF00642D4          Read Data and Bit Flip Register 26
MC50_RDBFL27    0xF00642D6          Read Data and Bit Flip Register 27
MC50_RDBFL28    0xF00642D8          Read Data and Bit Flip Register 28
MC50_RDBFL29    0xF00642DA          Read Data and Bit Flip Register 29
MC50_RDBFL30    0xF00642DC          Read Data and Bit Flip Register 30
MC50_RDBFL31    0xF00642DE          Read Data and Bit Flip Register 31
MC50_RDBFL32    0xF00642E0          Read Data and Bit Flip Register 32
MC50_RDBFL33    0xF00642E2          Read Data and Bit Flip Register 33
MC50_RDBFL34    0xF00642E4          Read Data and Bit Flip Register 34
MC50_RDBFL35    0xF00642E6          Read Data and Bit Flip Register 35
MC50_RDBFL36    0xF00642E8          Read Data and Bit Flip Register 36
MC50_RDBFL37    0xF00642EA          Read Data and Bit Flip Register 37
MC50_RDBFL38    0xF00642EC          Read Data and Bit Flip Register 38
MC50_RDBFL39    0xF00642EE          Read Data and Bit Flip Register 39
MC51_CONFIG0    0xF0064300          Configuration Register 0
MC51_CONFIG1    0xF0064302          Configuration Register 1
MC51_MCONTROL   0xF0064304          MBIST Control Register
MC51_MSTATUS    0xF0064306          Status Register
MC51_RANGE      0xF0064308          Range Register, single address mode
MC51_REVID      0xF006430C          Revision ID Register
MC51_ECCS       0xF006430E          ECC Safety Register
MC51_ECCD       0xF0064310          Memory ECC Detection Register
MC51_ETRR0      0xF0064312          Error Tracking Register 0
MC51_ETRR1      0xF0064314          Error Tracking Register 1
MC51_ETRR2      0xF0064316          Error Tracking Register 2
MC51_ETRR3      0xF0064318          Error Tracking Register 3
MC51_ETRR4      0xF006431A          Error Tracking Register 4
MC51_RDBFL0     0xF00643A0          Read Data and Bit Flip Register 0
MC51_RDBFL1     0xF00643A2          Read Data and Bit Flip Register 1
MC51_RDBFL2     0xF00643A4          Read Data and Bit Flip Register 2
MC51_RDBFL3     0xF00643A6          Read Data and Bit Flip Register 3
MC51_RDBFL4     0xF00643A8          Read Data and Bit Flip Register 4
MC51_RDBFL5     0xF00643AA          Read Data and Bit Flip Register 5
MC51_RDBFL6     0xF00643AC          Read Data and Bit Flip Register 6
MC51_RDBFL7     0xF00643AE          Read Data and Bit Flip Register 7
MC51_RDBFL8     0xF00643B0          Read Data and Bit Flip Register 8
MC51_RDBFL9     0xF00643B2          Read Data and Bit Flip Register 9
MC51_RDBFL10    0xF00643B4          Read Data and Bit Flip Register 10
MC51_RDBFL11    0xF00643B6          Read Data and Bit Flip Register 11
MC51_RDBFL12    0xF00643B8          Read Data and Bit Flip Register 12
MC51_RDBFL13    0xF00643BA          Read Data and Bit Flip Register 13
MC51_RDBFL14    0xF00643BC          Read Data and Bit Flip Register 14
MC51_RDBFL15    0xF00643BE          Read Data and Bit Flip Register 15
MC51_RDBFL16    0xF00643C0          Read Data and Bit Flip Register 16
MC51_RDBFL17    0xF00643C2          Read Data and Bit Flip Register 17
MC51_RDBFL18    0xF00643C4          Read Data and Bit Flip Register 18
MC51_RDBFL19    0xF00643C6          Read Data and Bit Flip Register 19
MC51_RDBFL20    0xF00643C8          Read Data and Bit Flip Register 20
MC51_RDBFL21    0xF00643CA          Read Data and Bit Flip Register 21
MC51_RDBFL22    0xF00643CC          Read Data and Bit Flip Register 22
MC51_RDBFL23    0xF00643CE          Read Data and Bit Flip Register 23
MC51_RDBFL24    0xF00643D0          Read Data and Bit Flip Register 24
MC51_RDBFL25    0xF00643D2          Read Data and Bit Flip Register 25
MC51_RDBFL26    0xF00643D4          Read Data and Bit Flip Register 26
MC51_RDBFL27    0xF00643D6          Read Data and Bit Flip Register 27
MC51_RDBFL28    0xF00643D8          Read Data and Bit Flip Register 28
MC51_RDBFL29    0xF00643DA          Read Data and Bit Flip Register 29
MC51_RDBFL30    0xF00643DC          Read Data and Bit Flip Register 30
MC51_RDBFL31    0xF00643DE          Read Data and Bit Flip Register 31
MC51_RDBFL32    0xF00643E0          Read Data and Bit Flip Register 32
MC51_RDBFL33    0xF00643E2          Read Data and Bit Flip Register 33
MC51_RDBFL34    0xF00643E4          Read Data and Bit Flip Register 34
MC51_RDBFL35    0xF00643E6          Read Data and Bit Flip Register 35
MC51_RDBFL36    0xF00643E8          Read Data and Bit Flip Register 36
MC51_RDBFL37    0xF00643EA          Read Data and Bit Flip Register 37
MC51_RDBFL38    0xF00643EC          Read Data and Bit Flip Register 38
MC51_RDBFL39    0xF00643EE          Read Data and Bit Flip Register 39
MC52_CONFIG0    0xF0064400          Configuration Register 0
MC52_CONFIG1    0xF0064402          Configuration Register 1
MC52_MCONTROL   0xF0064404          MBIST Control Register
MC52_MSTATUS    0xF0064406          Status Register
MC52_RANGE      0xF0064408          Range Register, single address mode
MC52_REVID      0xF006440C          Revision ID Register
MC52_ECCS       0xF006440E          ECC Safety Register
MC52_ECCD       0xF0064410          Memory ECC Detection Register
MC52_ETRR0      0xF0064412          Error Tracking Register 0
MC52_ETRR1      0xF0064414          Error Tracking Register 1
MC52_ETRR2      0xF0064416          Error Tracking Register 2
MC52_ETRR3      0xF0064418          Error Tracking Register 3
MC52_ETRR4      0xF006441A          Error Tracking Register 4
MC52_RDBFL0     0xF00644A0          Read Data and Bit Flip Register 0
MC52_RDBFL1     0xF00644A2          Read Data and Bit Flip Register 1
MC52_RDBFL2     0xF00644A4          Read Data and Bit Flip Register 2
MC52_RDBFL3     0xF00644A6          Read Data and Bit Flip Register 3
MC52_RDBFL4     0xF00644A8          Read Data and Bit Flip Register 4
MC52_RDBFL5     0xF00644AA          Read Data and Bit Flip Register 5
MC52_RDBFL6     0xF00644AC          Read Data and Bit Flip Register 6
MC52_RDBFL7     0xF00644AE          Read Data and Bit Flip Register 7
MC52_RDBFL8     0xF00644B0          Read Data and Bit Flip Register 8
MC52_RDBFL9     0xF00644B2          Read Data and Bit Flip Register 9
MC52_RDBFL10    0xF00644B4          Read Data and Bit Flip Register 10
MC52_RDBFL11    0xF00644B6          Read Data and Bit Flip Register 11
MC52_RDBFL12    0xF00644B8          Read Data and Bit Flip Register 12
MC52_RDBFL13    0xF00644BA          Read Data and Bit Flip Register 13
MC52_RDBFL14    0xF00644BC          Read Data and Bit Flip Register 14
MC52_RDBFL15    0xF00644BE          Read Data and Bit Flip Register 15
MC52_RDBFL16    0xF00644C0          Read Data and Bit Flip Register 16
MC52_RDBFL17    0xF00644C2          Read Data and Bit Flip Register 17
MC52_RDBFL18    0xF00644C4          Read Data and Bit Flip Register 18
MC52_RDBFL19    0xF00644C6          Read Data and Bit Flip Register 19
MC52_RDBFL20    0xF00644C8          Read Data and Bit Flip Register 20
MC52_RDBFL21    0xF00644CA          Read Data and Bit Flip Register 21
MC52_RDBFL22    0xF00644CC          Read Data and Bit Flip Register 22
MC52_RDBFL23    0xF00644CE          Read Data and Bit Flip Register 23
MC52_RDBFL24    0xF00644D0          Read Data and Bit Flip Register 24
MC52_RDBFL25    0xF00644D2          Read Data and Bit Flip Register 25
MC52_RDBFL26    0xF00644D4          Read Data and Bit Flip Register 26
MC52_RDBFL27    0xF00644D6          Read Data and Bit Flip Register 27
MC52_RDBFL28    0xF00644D8          Read Data and Bit Flip Register 28
MC52_RDBFL29    0xF00644DA          Read Data and Bit Flip Register 29
MC52_RDBFL30    0xF00644DC          Read Data and Bit Flip Register 30
MC52_RDBFL31    0xF00644DE          Read Data and Bit Flip Register 31
MC52_RDBFL32    0xF00644E0          Read Data and Bit Flip Register 32
MC52_RDBFL33    0xF00644E2          Read Data and Bit Flip Register 33
MC52_RDBFL34    0xF00644E4          Read Data and Bit Flip Register 34
MC52_RDBFL35    0xF00644E6          Read Data and Bit Flip Register 35
MC52_RDBFL36    0xF00644E8          Read Data and Bit Flip Register 36
MC52_RDBFL37    0xF00644EA          Read Data and Bit Flip Register 37
MC52_RDBFL38    0xF00644EC          Read Data and Bit Flip Register 38
MC52_RDBFL39    0xF00644EE          Read Data and Bit Flip Register 39
MC53_CONFIG0    0xF0064500          Configuration Register 0
MC53_CONFIG1    0xF0064502          Configuration Register 1
MC53_MCONTROL   0xF0064504          MBIST Control Register
MC53_MSTATUS    0xF0064506          Status Register
MC53_RANGE      0xF0064508          Range Register, single address mode
MC53_REVID      0xF006450C          Revision ID Register
MC53_ECCS       0xF006450E          ECC Safety Register
MC53_ECCD       0xF0064510          Memory ECC Detection Register
MC53_ETRR0      0xF0064512          Error Tracking Register 0
MC53_ETRR1      0xF0064514          Error Tracking Register 1
MC53_ETRR2      0xF0064516          Error Tracking Register 2
MC53_ETRR3      0xF0064518          Error Tracking Register 3
MC53_ETRR4      0xF006451A          Error Tracking Register 4
MC53_RDBFL0     0xF00645A0          Read Data and Bit Flip Register 0
MC53_RDBFL1     0xF00645A2          Read Data and Bit Flip Register 1
MC53_RDBFL2     0xF00645A4          Read Data and Bit Flip Register 2
MC53_RDBFL3     0xF00645A6          Read Data and Bit Flip Register 3
MC53_RDBFL4     0xF00645A8          Read Data and Bit Flip Register 4
MC53_RDBFL5     0xF00645AA          Read Data and Bit Flip Register 5
MC53_RDBFL6     0xF00645AC          Read Data and Bit Flip Register 6
MC53_RDBFL7     0xF00645AE          Read Data and Bit Flip Register 7
MC53_RDBFL8     0xF00645B0          Read Data and Bit Flip Register 8
MC53_RDBFL9     0xF00645B2          Read Data and Bit Flip Register 9
MC53_RDBFL10    0xF00645B4          Read Data and Bit Flip Register 10
MC53_RDBFL11    0xF00645B6          Read Data and Bit Flip Register 11
MC53_RDBFL12    0xF00645B8          Read Data and Bit Flip Register 12
MC53_RDBFL13    0xF00645BA          Read Data and Bit Flip Register 13
MC53_RDBFL14    0xF00645BC          Read Data and Bit Flip Register 14
MC53_RDBFL15    0xF00645BE          Read Data and Bit Flip Register 15
MC53_RDBFL16    0xF00645C0          Read Data and Bit Flip Register 16
MC53_RDBFL17    0xF00645C2          Read Data and Bit Flip Register 17
MC53_RDBFL18    0xF00645C4          Read Data and Bit Flip Register 18
MC53_RDBFL19    0xF00645C6          Read Data and Bit Flip Register 19
MC53_RDBFL20    0xF00645C8          Read Data and Bit Flip Register 20
MC53_RDBFL21    0xF00645CA          Read Data and Bit Flip Register 21
MC53_RDBFL22    0xF00645CC          Read Data and Bit Flip Register 22
MC53_RDBFL23    0xF00645CE          Read Data and Bit Flip Register 23
MC53_RDBFL24    0xF00645D0          Read Data and Bit Flip Register 24
MC53_RDBFL25    0xF00645D2          Read Data and Bit Flip Register 25
MC53_RDBFL26    0xF00645D4          Read Data and Bit Flip Register 26
MC53_RDBFL27    0xF00645D6          Read Data and Bit Flip Register 27
MC53_RDBFL28    0xF00645D8          Read Data and Bit Flip Register 28
MC53_RDBFL29    0xF00645DA          Read Data and Bit Flip Register 29
MC53_RDBFL30    0xF00645DC          Read Data and Bit Flip Register 30
MC53_RDBFL31    0xF00645DE          Read Data and Bit Flip Register 31
MC53_RDBFL32    0xF00645E0          Read Data and Bit Flip Register 32
MC53_RDBFL33    0xF00645E2          Read Data and Bit Flip Register 33
MC53_RDBFL34    0xF00645E4          Read Data and Bit Flip Register 34
MC53_RDBFL35    0xF00645E6          Read Data and Bit Flip Register 35
MC53_RDBFL36    0xF00645E8          Read Data and Bit Flip Register 36
MC53_RDBFL37    0xF00645EA          Read Data and Bit Flip Register 37
MC53_RDBFL38    0xF00645EC          Read Data and Bit Flip Register 38
MC53_RDBFL39    0xF00645EE          Read Data and Bit Flip Register 39
MC54_CONFIG0    0xF0064600          Configuration Register 0
MC54_CONFIG1    0xF0064602          Configuration Register 1
MC54_MCONTROL   0xF0064604          MBIST Control Register
MC54_MSTATUS    0xF0064606          Status Register
MC54_RANGE      0xF0064608          Range Register, single address mode
MC54_REVID      0xF006460C          Revision ID Register
MC54_ECCS       0xF006460E          ECC Safety Register
MC54_ECCD       0xF0064610          Memory ECC Detection Register
MC54_ETRR0      0xF0064612          Error Tracking Register 0
MC54_ETRR1      0xF0064614          Error Tracking Register 1
MC54_ETRR2      0xF0064616          Error Tracking Register 2
MC54_ETRR3      0xF0064618          Error Tracking Register 3
MC54_ETRR4      0xF006461A          Error Tracking Register 4
MC54_RDBFL0     0xF00646A0          Read Data and Bit Flip Register 0
MC54_RDBFL1     0xF00646A2          Read Data and Bit Flip Register 1
MC54_RDBFL2     0xF00646A4          Read Data and Bit Flip Register 2
MC54_RDBFL3     0xF00646A6          Read Data and Bit Flip Register 3
MC54_RDBFL4     0xF00646A8          Read Data and Bit Flip Register 4
MC54_RDBFL5     0xF00646AA          Read Data and Bit Flip Register 5
MC54_RDBFL6     0xF00646AC          Read Data and Bit Flip Register 6
MC54_RDBFL7     0xF00646AE          Read Data and Bit Flip Register 7
MC54_RDBFL8     0xF00646B0          Read Data and Bit Flip Register 8
MC54_RDBFL9     0xF00646B2          Read Data and Bit Flip Register 9
MC54_RDBFL10    0xF00646B4          Read Data and Bit Flip Register 10
MC54_RDBFL11    0xF00646B6          Read Data and Bit Flip Register 11
MC54_RDBFL12    0xF00646B8          Read Data and Bit Flip Register 12
MC54_RDBFL13    0xF00646BA          Read Data and Bit Flip Register 13
MC54_RDBFL14    0xF00646BC          Read Data and Bit Flip Register 14
MC54_RDBFL15    0xF00646BE          Read Data and Bit Flip Register 15
MC54_RDBFL16    0xF00646C0          Read Data and Bit Flip Register 16
MC54_RDBFL17    0xF00646C2          Read Data and Bit Flip Register 17
MC54_RDBFL18    0xF00646C4          Read Data and Bit Flip Register 18
MC54_RDBFL19    0xF00646C6          Read Data and Bit Flip Register 19
MC54_RDBFL20    0xF00646C8          Read Data and Bit Flip Register 20
MC54_RDBFL21    0xF00646CA          Read Data and Bit Flip Register 21
MC54_RDBFL22    0xF00646CC          Read Data and Bit Flip Register 22
MC54_RDBFL23    0xF00646CE          Read Data and Bit Flip Register 23
MC54_RDBFL24    0xF00646D0          Read Data and Bit Flip Register 24
MC54_RDBFL25    0xF00646D2          Read Data and Bit Flip Register 25
MC54_RDBFL26    0xF00646D4          Read Data and Bit Flip Register 26
MC54_RDBFL27    0xF00646D6          Read Data and Bit Flip Register 27
MC54_RDBFL28    0xF00646D8          Read Data and Bit Flip Register 28
MC54_RDBFL29    0xF00646DA          Read Data and Bit Flip Register 29
MC54_RDBFL30    0xF00646DC          Read Data and Bit Flip Register 30
MC54_RDBFL31    0xF00646DE          Read Data and Bit Flip Register 31
MC54_RDBFL32    0xF00646E0          Read Data and Bit Flip Register 32
MC54_RDBFL33    0xF00646E2          Read Data and Bit Flip Register 33
MC54_RDBFL34    0xF00646E4          Read Data and Bit Flip Register 34
MC54_RDBFL35    0xF00646E6          Read Data and Bit Flip Register 35
MC54_RDBFL36    0xF00646E8          Read Data and Bit Flip Register 36
MC54_RDBFL37    0xF00646EA          Read Data and Bit Flip Register 37
MC54_RDBFL38    0xF00646EC          Read Data and Bit Flip Register 38
MC54_RDBFL39    0xF00646EE          Read Data and Bit Flip Register 39
MC55_CONFIG0    0xF0064700          Configuration Register 0
MC55_CONFIG1    0xF0064702          Configuration Register 1
MC55_MCONTROL   0xF0064704          MBIST Control Register
MC55_MSTATUS    0xF0064706          Status Register
MC55_RANGE      0xF0064708          Range Register, single address mode
MC55_REVID      0xF006470C          Revision ID Register
MC55_ECCS       0xF006470E          ECC Safety Register
MC55_ECCD       0xF0064710          Memory ECC Detection Register
MC55_ETRR0      0xF0064712          Error Tracking Register 0
MC55_ETRR1      0xF0064714          Error Tracking Register 1
MC55_ETRR2      0xF0064716          Error Tracking Register 2
MC55_ETRR3      0xF0064718          Error Tracking Register 3
MC55_ETRR4      0xF006471A          Error Tracking Register 4
MC55_RDBFL0     0xF00647A0          Read Data and Bit Flip Register 0
MC55_RDBFL1     0xF00647A2          Read Data and Bit Flip Register 1
MC55_RDBFL2     0xF00647A4          Read Data and Bit Flip Register 2
MC55_RDBFL3     0xF00647A6          Read Data and Bit Flip Register 3
MC55_RDBFL4     0xF00647A8          Read Data and Bit Flip Register 4
MC55_RDBFL5     0xF00647AA          Read Data and Bit Flip Register 5
MC55_RDBFL6     0xF00647AC          Read Data and Bit Flip Register 6
MC55_RDBFL7     0xF00647AE          Read Data and Bit Flip Register 7
MC55_RDBFL8     0xF00647B0          Read Data and Bit Flip Register 8
MC55_RDBFL9     0xF00647B2          Read Data and Bit Flip Register 9
MC55_RDBFL10    0xF00647B4          Read Data and Bit Flip Register 10
MC55_RDBFL11    0xF00647B6          Read Data and Bit Flip Register 11
MC55_RDBFL12    0xF00647B8          Read Data and Bit Flip Register 12
MC55_RDBFL13    0xF00647BA          Read Data and Bit Flip Register 13
MC55_RDBFL14    0xF00647BC          Read Data and Bit Flip Register 14
MC55_RDBFL15    0xF00647BE          Read Data and Bit Flip Register 15
MC55_RDBFL16    0xF00647C0          Read Data and Bit Flip Register 16
MC55_RDBFL17    0xF00647C2          Read Data and Bit Flip Register 17
MC55_RDBFL18    0xF00647C4          Read Data and Bit Flip Register 18
MC55_RDBFL19    0xF00647C6          Read Data and Bit Flip Register 19
MC55_RDBFL20    0xF00647C8          Read Data and Bit Flip Register 20
MC55_RDBFL21    0xF00647CA          Read Data and Bit Flip Register 21
MC55_RDBFL22    0xF00647CC          Read Data and Bit Flip Register 22
MC55_RDBFL23    0xF00647CE          Read Data and Bit Flip Register 23
MC55_RDBFL24    0xF00647D0          Read Data and Bit Flip Register 24
MC55_RDBFL25    0xF00647D2          Read Data and Bit Flip Register 25
MC55_RDBFL26    0xF00647D4          Read Data and Bit Flip Register 26
MC55_RDBFL27    0xF00647D6          Read Data and Bit Flip Register 27
MC55_RDBFL28    0xF00647D8          Read Data and Bit Flip Register 28
MC55_RDBFL29    0xF00647DA          Read Data and Bit Flip Register 29
MC55_RDBFL30    0xF00647DC          Read Data and Bit Flip Register 30
MC55_RDBFL31    0xF00647DE          Read Data and Bit Flip Register 31
MC55_RDBFL32    0xF00647E0          Read Data and Bit Flip Register 32
MC55_RDBFL33    0xF00647E2          Read Data and Bit Flip Register 33
MC55_RDBFL34    0xF00647E4          Read Data and Bit Flip Register 34
MC55_RDBFL35    0xF00647E6          Read Data and Bit Flip Register 35
MC55_RDBFL36    0xF00647E8          Read Data and Bit Flip Register 36
MC55_RDBFL37    0xF00647EA          Read Data and Bit Flip Register 37
MC55_RDBFL38    0xF00647EC          Read Data and Bit Flip Register 38
MC55_RDBFL39    0xF00647EE          Read Data and Bit Flip Register 39
MC56_CONFIG0    0xF0064800          Configuration Register 0
MC56_CONFIG1    0xF0064802          Configuration Register 1
MC56_MCONTROL   0xF0064804          MBIST Control Register
MC56_MSTATUS    0xF0064806          Status Register
MC56_RANGE      0xF0064808          Range Register, single address mode
MC56_REVID      0xF006480C          Revision ID Register
MC56_ECCS       0xF006480E          ECC Safety Register
MC56_ECCD       0xF0064810          Memory ECC Detection Register
MC56_ETRR0      0xF0064812          Error Tracking Register 0
MC56_ETRR1      0xF0064814          Error Tracking Register 1
MC56_ETRR2      0xF0064816          Error Tracking Register 2
MC56_ETRR3      0xF0064818          Error Tracking Register 3
MC56_ETRR4      0xF006481A          Error Tracking Register 4
MC56_RDBFL0     0xF00648A0          Read Data and Bit Flip Register 0
MC56_RDBFL1     0xF00648A2          Read Data and Bit Flip Register 1
MC56_RDBFL2     0xF00648A4          Read Data and Bit Flip Register 2
MC56_RDBFL3     0xF00648A6          Read Data and Bit Flip Register 3
MC56_RDBFL4     0xF00648A8          Read Data and Bit Flip Register 4
MC56_RDBFL5     0xF00648AA          Read Data and Bit Flip Register 5
MC56_RDBFL6     0xF00648AC          Read Data and Bit Flip Register 6
MC56_RDBFL7     0xF00648AE          Read Data and Bit Flip Register 7
MC56_RDBFL8     0xF00648B0          Read Data and Bit Flip Register 8
MC56_RDBFL9     0xF00648B2          Read Data and Bit Flip Register 9
MC56_RDBFL10    0xF00648B4          Read Data and Bit Flip Register 10
MC56_RDBFL11    0xF00648B6          Read Data and Bit Flip Register 11
MC56_RDBFL12    0xF00648B8          Read Data and Bit Flip Register 12
MC56_RDBFL13    0xF00648BA          Read Data and Bit Flip Register 13
MC56_RDBFL14    0xF00648BC          Read Data and Bit Flip Register 14
MC56_RDBFL15    0xF00648BE          Read Data and Bit Flip Register 15
MC56_RDBFL16    0xF00648C0          Read Data and Bit Flip Register 16
MC56_RDBFL17    0xF00648C2          Read Data and Bit Flip Register 17
MC56_RDBFL18    0xF00648C4          Read Data and Bit Flip Register 18
MC56_RDBFL19    0xF00648C6          Read Data and Bit Flip Register 19
MC56_RDBFL20    0xF00648C8          Read Data and Bit Flip Register 20
MC56_RDBFL21    0xF00648CA          Read Data and Bit Flip Register 21
MC56_RDBFL22    0xF00648CC          Read Data and Bit Flip Register 22
MC56_RDBFL23    0xF00648CE          Read Data and Bit Flip Register 23
MC56_RDBFL24    0xF00648D0          Read Data and Bit Flip Register 24
MC56_RDBFL25    0xF00648D2          Read Data and Bit Flip Register 25
MC56_RDBFL26    0xF00648D4          Read Data and Bit Flip Register 26
MC56_RDBFL27    0xF00648D6          Read Data and Bit Flip Register 27
MC56_RDBFL28    0xF00648D8          Read Data and Bit Flip Register 28
MC56_RDBFL29    0xF00648DA          Read Data and Bit Flip Register 29
MC56_RDBFL30    0xF00648DC          Read Data and Bit Flip Register 30
MC56_RDBFL31    0xF00648DE          Read Data and Bit Flip Register 31
MC56_RDBFL32    0xF00648E0          Read Data and Bit Flip Register 32
MC56_RDBFL33    0xF00648E2          Read Data and Bit Flip Register 33
MC56_RDBFL34    0xF00648E4          Read Data and Bit Flip Register 34
MC56_RDBFL35    0xF00648E6          Read Data and Bit Flip Register 35
MC56_RDBFL36    0xF00648E8          Read Data and Bit Flip Register 36
MC56_RDBFL37    0xF00648EA          Read Data and Bit Flip Register 37
MC56_RDBFL38    0xF00648EC          Read Data and Bit Flip Register 38
MC56_RDBFL39    0xF00648EE          Read Data and Bit Flip Register 39
MC57_CONFIG0    0xF0064900          Configuration Register 0
MC57_CONFIG1    0xF0064902          Configuration Register 1
MC57_MCONTROL   0xF0064904          MBIST Control Register
MC57_MSTATUS    0xF0064906          Status Register
MC57_RANGE      0xF0064908          Range Register, single address mode
MC57_REVID      0xF006490C          Revision ID Register
MC57_ECCS       0xF006490E          ECC Safety Register
MC57_ECCD       0xF0064910          Memory ECC Detection Register
MC57_ETRR0      0xF0064912          Error Tracking Register 0
MC57_ETRR1      0xF0064914          Error Tracking Register 1
MC57_ETRR2      0xF0064916          Error Tracking Register 2
MC57_ETRR3      0xF0064918          Error Tracking Register 3
MC57_ETRR4      0xF006491A          Error Tracking Register 4
MC57_RDBFL0     0xF00649A0          Read Data and Bit Flip Register 0
MC57_RDBFL1     0xF00649A2          Read Data and Bit Flip Register 1
MC57_RDBFL2     0xF00649A4          Read Data and Bit Flip Register 2
MC57_RDBFL3     0xF00649A6          Read Data and Bit Flip Register 3
MC57_RDBFL4     0xF00649A8          Read Data and Bit Flip Register 4
MC57_RDBFL5     0xF00649AA          Read Data and Bit Flip Register 5
MC57_RDBFL6     0xF00649AC          Read Data and Bit Flip Register 6
MC57_RDBFL7     0xF00649AE          Read Data and Bit Flip Register 7
MC57_RDBFL8     0xF00649B0          Read Data and Bit Flip Register 8
MC57_RDBFL9     0xF00649B2          Read Data and Bit Flip Register 9
MC57_RDBFL10    0xF00649B4          Read Data and Bit Flip Register 10
MC57_RDBFL11    0xF00649B6          Read Data and Bit Flip Register 11
MC57_RDBFL12    0xF00649B8          Read Data and Bit Flip Register 12
MC57_RDBFL13    0xF00649BA          Read Data and Bit Flip Register 13
MC57_RDBFL14    0xF00649BC          Read Data and Bit Flip Register 14
MC57_RDBFL15    0xF00649BE          Read Data and Bit Flip Register 15
MC57_RDBFL16    0xF00649C0          Read Data and Bit Flip Register 16
MC57_RDBFL17    0xF00649C2          Read Data and Bit Flip Register 17
MC57_RDBFL18    0xF00649C4          Read Data and Bit Flip Register 18
MC57_RDBFL19    0xF00649C6          Read Data and Bit Flip Register 19
MC57_RDBFL20    0xF00649C8          Read Data and Bit Flip Register 20
MC57_RDBFL21    0xF00649CA          Read Data and Bit Flip Register 21
MC57_RDBFL22    0xF00649CC          Read Data and Bit Flip Register 22
MC57_RDBFL23    0xF00649CE          Read Data and Bit Flip Register 23
MC57_RDBFL24    0xF00649D0          Read Data and Bit Flip Register 24
MC57_RDBFL25    0xF00649D2          Read Data and Bit Flip Register 25
MC57_RDBFL26    0xF00649D4          Read Data and Bit Flip Register 26
MC57_RDBFL27    0xF00649D6          Read Data and Bit Flip Register 27
MC57_RDBFL28    0xF00649D8          Read Data and Bit Flip Register 28
MC57_RDBFL29    0xF00649DA          Read Data and Bit Flip Register 29
MC57_RDBFL30    0xF00649DC          Read Data and Bit Flip Register 30
MC57_RDBFL31    0xF00649DE          Read Data and Bit Flip Register 31
MC57_RDBFL32    0xF00649E0          Read Data and Bit Flip Register 32
MC57_RDBFL33    0xF00649E2          Read Data and Bit Flip Register 33
MC57_RDBFL34    0xF00649E4          Read Data and Bit Flip Register 34
MC57_RDBFL35    0xF00649E6          Read Data and Bit Flip Register 35
MC57_RDBFL36    0xF00649E8          Read Data and Bit Flip Register 36
MC57_RDBFL37    0xF00649EA          Read Data and Bit Flip Register 37
MC57_RDBFL38    0xF00649EC          Read Data and Bit Flip Register 38
MC57_RDBFL39    0xF00649EE          Read Data and Bit Flip Register 39
MC58_CONFIG0    0xF0064A00          Configuration Register 0
MC58_CONFIG1    0xF0064A02          Configuration Register 1
MC58_MCONTROL   0xF0064A04          MBIST Control Register
MC58_MSTATUS    0xF0064A06          Status Register
MC58_RANGE      0xF0064A08          Range Register, single address mode
MC58_REVID      0xF0064A0C          Revision ID Register
MC58_ECCS       0xF0064A0E          ECC Safety Register
MC58_ECCD       0xF0064A10          Memory ECC Detection Register
MC58_ETRR0      0xF0064A12          Error Tracking Register 0
MC58_ETRR1      0xF0064A14          Error Tracking Register 1
MC58_ETRR2      0xF0064A16          Error Tracking Register 2
MC58_ETRR3      0xF0064A18          Error Tracking Register 3
MC58_ETRR4      0xF0064A1A          Error Tracking Register 4
MC58_RDBFL0     0xF0064AA0          Read Data and Bit Flip Register 0
MC58_RDBFL1     0xF0064AA2          Read Data and Bit Flip Register 1
MC58_RDBFL2     0xF0064AA4          Read Data and Bit Flip Register 2
MC58_RDBFL3     0xF0064AA6          Read Data and Bit Flip Register 3
MC58_RDBFL4     0xF0064AA8          Read Data and Bit Flip Register 4
MC58_RDBFL5     0xF0064AAA          Read Data and Bit Flip Register 5
MC58_RDBFL6     0xF0064AAC          Read Data and Bit Flip Register 6
MC58_RDBFL7     0xF0064AAE          Read Data and Bit Flip Register 7
MC58_RDBFL8     0xF0064AB0          Read Data and Bit Flip Register 8
MC58_RDBFL9     0xF0064AB2          Read Data and Bit Flip Register 9
MC58_RDBFL10    0xF0064AB4          Read Data and Bit Flip Register 10
MC58_RDBFL11    0xF0064AB6          Read Data and Bit Flip Register 11
MC58_RDBFL12    0xF0064AB8          Read Data and Bit Flip Register 12
MC58_RDBFL13    0xF0064ABA          Read Data and Bit Flip Register 13
MC58_RDBFL14    0xF0064ABC          Read Data and Bit Flip Register 14
MC58_RDBFL15    0xF0064ABE          Read Data and Bit Flip Register 15
MC58_RDBFL16    0xF0064AC0          Read Data and Bit Flip Register 16
MC58_RDBFL17    0xF0064AC2          Read Data and Bit Flip Register 17
MC58_RDBFL18    0xF0064AC4          Read Data and Bit Flip Register 18
MC58_RDBFL19    0xF0064AC6          Read Data and Bit Flip Register 19
MC58_RDBFL20    0xF0064AC8          Read Data and Bit Flip Register 20
MC58_RDBFL21    0xF0064ACA          Read Data and Bit Flip Register 21
MC58_RDBFL22    0xF0064ACC          Read Data and Bit Flip Register 22
MC58_RDBFL23    0xF0064ACE          Read Data and Bit Flip Register 23
MC58_RDBFL24    0xF0064AD0          Read Data and Bit Flip Register 24
MC58_RDBFL25    0xF0064AD2          Read Data and Bit Flip Register 25
MC58_RDBFL26    0xF0064AD4          Read Data and Bit Flip Register 26
MC58_RDBFL27    0xF0064AD6          Read Data and Bit Flip Register 27
MC58_RDBFL28    0xF0064AD8          Read Data and Bit Flip Register 28
MC58_RDBFL29    0xF0064ADA          Read Data and Bit Flip Register 29
MC58_RDBFL30    0xF0064ADC          Read Data and Bit Flip Register 30
MC58_RDBFL31    0xF0064ADE          Read Data and Bit Flip Register 31
MC58_RDBFL32    0xF0064AE0          Read Data and Bit Flip Register 32
MC58_RDBFL33    0xF0064AE2          Read Data and Bit Flip Register 33
MC58_RDBFL34    0xF0064AE4          Read Data and Bit Flip Register 34
MC58_RDBFL35    0xF0064AE6          Read Data and Bit Flip Register 35
MC58_RDBFL36    0xF0064AE8          Read Data and Bit Flip Register 36
MC58_RDBFL37    0xF0064AEA          Read Data and Bit Flip Register 37
MC58_RDBFL38    0xF0064AEC          Read Data and Bit Flip Register 38
MC58_RDBFL39    0xF0064AEE          Read Data and Bit Flip Register 39
MC59_CONFIG0    0xF0064B00          Configuration Register 0
MC59_CONFIG1    0xF0064B02          Configuration Register 1
MC59_MCONTROL   0xF0064B04          MBIST Control Register
MC59_MSTATUS    0xF0064B06          Status Register
MC59_RANGE      0xF0064B08          Range Register, single address mode
MC59_REVID      0xF0064B0C          Revision ID Register
MC59_ECCS       0xF0064B0E          ECC Safety Register
MC59_ECCD       0xF0064B10          Memory ECC Detection Register
MC59_ETRR0      0xF0064B12          Error Tracking Register 0
MC59_ETRR1      0xF0064B14          Error Tracking Register 1
MC59_ETRR2      0xF0064B16          Error Tracking Register 2
MC59_ETRR3      0xF0064B18          Error Tracking Register 3
MC59_ETRR4      0xF0064B1A          Error Tracking Register 4
MC59_RDBFL0     0xF0064BA0          Read Data and Bit Flip Register 0
MC59_RDBFL1     0xF0064BA2          Read Data and Bit Flip Register 1
MC59_RDBFL2     0xF0064BA4          Read Data and Bit Flip Register 2
MC59_RDBFL3     0xF0064BA6          Read Data and Bit Flip Register 3
MC59_RDBFL4     0xF0064BA8          Read Data and Bit Flip Register 4
MC59_RDBFL5     0xF0064BAA          Read Data and Bit Flip Register 5
MC59_RDBFL6     0xF0064BAC          Read Data and Bit Flip Register 6
MC59_RDBFL7     0xF0064BAE          Read Data and Bit Flip Register 7
MC59_RDBFL8     0xF0064BB0          Read Data and Bit Flip Register 8
MC59_RDBFL9     0xF0064BB2          Read Data and Bit Flip Register 9
MC59_RDBFL10    0xF0064BB4          Read Data and Bit Flip Register 10
MC59_RDBFL11    0xF0064BB6          Read Data and Bit Flip Register 11
MC59_RDBFL12    0xF0064BB8          Read Data and Bit Flip Register 12
MC59_RDBFL13    0xF0064BBA          Read Data and Bit Flip Register 13
MC59_RDBFL14    0xF0064BBC          Read Data and Bit Flip Register 14
MC59_RDBFL15    0xF0064BBE          Read Data and Bit Flip Register 15
MC59_RDBFL16    0xF0064BC0          Read Data and Bit Flip Register 16
MC59_RDBFL17    0xF0064BC2          Read Data and Bit Flip Register 17
MC59_RDBFL18    0xF0064BC4          Read Data and Bit Flip Register 18
MC59_RDBFL19    0xF0064BC6          Read Data and Bit Flip Register 19
MC59_RDBFL20    0xF0064BC8          Read Data and Bit Flip Register 20
MC59_RDBFL21    0xF0064BCA          Read Data and Bit Flip Register 21
MC59_RDBFL22    0xF0064BCC          Read Data and Bit Flip Register 22
MC59_RDBFL23    0xF0064BCE          Read Data and Bit Flip Register 23
MC59_RDBFL24    0xF0064BD0          Read Data and Bit Flip Register 24
MC59_RDBFL25    0xF0064BD2          Read Data and Bit Flip Register 25
MC59_RDBFL26    0xF0064BD4          Read Data and Bit Flip Register 26
MC59_RDBFL27    0xF0064BD6          Read Data and Bit Flip Register 27
MC59_RDBFL28    0xF0064BD8          Read Data and Bit Flip Register 28
MC59_RDBFL29    0xF0064BDA          Read Data and Bit Flip Register 29
MC59_RDBFL30    0xF0064BDC          Read Data and Bit Flip Register 30
MC59_RDBFL31    0xF0064BDE          Read Data and Bit Flip Register 31
MC59_RDBFL32    0xF0064BE0          Read Data and Bit Flip Register 32
MC59_RDBFL33    0xF0064BE2          Read Data and Bit Flip Register 33
MC59_RDBFL34    0xF0064BE4          Read Data and Bit Flip Register 34
MC59_RDBFL35    0xF0064BE6          Read Data and Bit Flip Register 35
MC59_RDBFL36    0xF0064BE8          Read Data and Bit Flip Register 36
MC59_RDBFL37    0xF0064BEA          Read Data and Bit Flip Register 37
MC59_RDBFL38    0xF0064BEC          Read Data and Bit Flip Register 38
MC59_RDBFL39    0xF0064BEE          Read Data and Bit Flip Register 39
MC60_CONFIG0    0xF0064C00          Configuration Register 0
MC60_CONFIG1    0xF0064C02          Configuration Register 1
MC60_MCONTROL   0xF0064C04          MBIST Control Register
MC60_MSTATUS    0xF0064C06          Status Register
MC60_RANGE      0xF0064C08          Range Register, single address mode
MC60_REVID      0xF0064C0C          Revision ID Register
MC60_ECCS       0xF0064C0E          ECC Safety Register
MC60_ECCD       0xF0064C10          Memory ECC Detection Register
MC60_ETRR0      0xF0064C12          Error Tracking Register 0
MC60_ETRR1      0xF0064C14          Error Tracking Register 1
MC60_ETRR2      0xF0064C16          Error Tracking Register 2
MC60_ETRR3      0xF0064C18          Error Tracking Register 3
MC60_ETRR4      0xF0064C1A          Error Tracking Register 4
MC60_RDBFL0     0xF0064CA0          Read Data and Bit Flip Register 0
MC60_RDBFL1     0xF0064CA2          Read Data and Bit Flip Register 1
MC60_RDBFL2     0xF0064CA4          Read Data and Bit Flip Register 2
MC60_RDBFL3     0xF0064CA6          Read Data and Bit Flip Register 3
MC60_RDBFL4     0xF0064CA8          Read Data and Bit Flip Register 4
MC60_RDBFL5     0xF0064CAA          Read Data and Bit Flip Register 5
MC60_RDBFL6     0xF0064CAC          Read Data and Bit Flip Register 6
MC60_RDBFL7     0xF0064CAE          Read Data and Bit Flip Register 7
MC60_RDBFL8     0xF0064CB0          Read Data and Bit Flip Register 8
MC60_RDBFL9     0xF0064CB2          Read Data and Bit Flip Register 9
MC60_RDBFL10    0xF0064CB4          Read Data and Bit Flip Register 10
MC60_RDBFL11    0xF0064CB6          Read Data and Bit Flip Register 11
MC60_RDBFL12    0xF0064CB8          Read Data and Bit Flip Register 12
MC60_RDBFL13    0xF0064CBA          Read Data and Bit Flip Register 13
MC60_RDBFL14    0xF0064CBC          Read Data and Bit Flip Register 14
MC60_RDBFL15    0xF0064CBE          Read Data and Bit Flip Register 15
MC60_RDBFL16    0xF0064CC0          Read Data and Bit Flip Register 16
MC60_RDBFL17    0xF0064CC2          Read Data and Bit Flip Register 17
MC60_RDBFL18    0xF0064CC4          Read Data and Bit Flip Register 18
MC60_RDBFL19    0xF0064CC6          Read Data and Bit Flip Register 19
MC60_RDBFL20    0xF0064CC8          Read Data and Bit Flip Register 20
MC60_RDBFL21    0xF0064CCA          Read Data and Bit Flip Register 21
MC60_RDBFL22    0xF0064CCC          Read Data and Bit Flip Register 22
MC60_RDBFL23    0xF0064CCE          Read Data and Bit Flip Register 23
MC60_RDBFL24    0xF0064CD0          Read Data and Bit Flip Register 24
MC60_RDBFL25    0xF0064CD2          Read Data and Bit Flip Register 25
MC60_RDBFL26    0xF0064CD4          Read Data and Bit Flip Register 26
MC60_RDBFL27    0xF0064CD6          Read Data and Bit Flip Register 27
MC60_RDBFL28    0xF0064CD8          Read Data and Bit Flip Register 28
MC60_RDBFL29    0xF0064CDA          Read Data and Bit Flip Register 29
MC60_RDBFL30    0xF0064CDC          Read Data and Bit Flip Register 30
MC60_RDBFL31    0xF0064CDE          Read Data and Bit Flip Register 31
MC60_RDBFL32    0xF0064CE0          Read Data and Bit Flip Register 32
MC60_RDBFL33    0xF0064CE2          Read Data and Bit Flip Register 33
MC60_RDBFL34    0xF0064CE4          Read Data and Bit Flip Register 34
MC60_RDBFL35    0xF0064CE6          Read Data and Bit Flip Register 35
MC60_RDBFL36    0xF0064CE8          Read Data and Bit Flip Register 36
MC60_RDBFL37    0xF0064CEA          Read Data and Bit Flip Register 37
MC60_RDBFL38    0xF0064CEC          Read Data and Bit Flip Register 38
MC60_RDBFL39    0xF0064CEE          Read Data and Bit Flip Register 39
MC61_CONFIG0    0xF0064D00          Configuration Register 0
MC61_CONFIG1    0xF0064D02          Configuration Register 1
MC61_MCONTROL   0xF0064D04          MBIST Control Register
MC61_MSTATUS    0xF0064D06          Status Register
MC61_RANGE      0xF0064D08          Range Register, single address mode
MC61_REVID      0xF0064D0C          Revision ID Register
MC61_ECCS       0xF0064D0E          ECC Safety Register
MC61_ECCD       0xF0064D10          Memory ECC Detection Register
MC61_ETRR0      0xF0064D12          Error Tracking Register 0
MC61_ETRR1      0xF0064D14          Error Tracking Register 1
MC61_ETRR2      0xF0064D16          Error Tracking Register 2
MC61_ETRR3      0xF0064D18          Error Tracking Register 3
MC61_ETRR4      0xF0064D1A          Error Tracking Register 4
MC61_RDBFL0     0xF0064DA0          Read Data and Bit Flip Register 0
MC61_RDBFL1     0xF0064DA2          Read Data and Bit Flip Register 1
MC61_RDBFL2     0xF0064DA4          Read Data and Bit Flip Register 2
MC61_RDBFL3     0xF0064DA6          Read Data and Bit Flip Register 3
MC61_RDBFL4     0xF0064DA8          Read Data and Bit Flip Register 4
MC61_RDBFL5     0xF0064DAA          Read Data and Bit Flip Register 5
MC61_RDBFL6     0xF0064DAC          Read Data and Bit Flip Register 6
MC61_RDBFL7     0xF0064DAE          Read Data and Bit Flip Register 7
MC61_RDBFL8     0xF0064DB0          Read Data and Bit Flip Register 8
MC61_RDBFL9     0xF0064DB2          Read Data and Bit Flip Register 9
MC61_RDBFL10    0xF0064DB4          Read Data and Bit Flip Register 10
MC61_RDBFL11    0xF0064DB6          Read Data and Bit Flip Register 11
MC61_RDBFL12    0xF0064DB8          Read Data and Bit Flip Register 12
MC61_RDBFL13    0xF0064DBA          Read Data and Bit Flip Register 13
MC61_RDBFL14    0xF0064DBC          Read Data and Bit Flip Register 14
MC61_RDBFL15    0xF0064DBE          Read Data and Bit Flip Register 15
MC61_RDBFL16    0xF0064DC0          Read Data and Bit Flip Register 16
MC61_RDBFL17    0xF0064DC2          Read Data and Bit Flip Register 17
MC61_RDBFL18    0xF0064DC4          Read Data and Bit Flip Register 18
MC61_RDBFL19    0xF0064DC6          Read Data and Bit Flip Register 19
MC61_RDBFL20    0xF0064DC8          Read Data and Bit Flip Register 20
MC61_RDBFL21    0xF0064DCA          Read Data and Bit Flip Register 21
MC61_RDBFL22    0xF0064DCC          Read Data and Bit Flip Register 22
MC61_RDBFL23    0xF0064DCE          Read Data and Bit Flip Register 23
MC61_RDBFL24    0xF0064DD0          Read Data and Bit Flip Register 24
MC61_RDBFL25    0xF0064DD2          Read Data and Bit Flip Register 25
MC61_RDBFL26    0xF0064DD4          Read Data and Bit Flip Register 26
MC61_RDBFL27    0xF0064DD6          Read Data and Bit Flip Register 27
MC61_RDBFL28    0xF0064DD8          Read Data and Bit Flip Register 28
MC61_RDBFL29    0xF0064DDA          Read Data and Bit Flip Register 29
MC61_RDBFL30    0xF0064DDC          Read Data and Bit Flip Register 30
MC61_RDBFL31    0xF0064DDE          Read Data and Bit Flip Register 31
MC61_RDBFL32    0xF0064DE0          Read Data and Bit Flip Register 32
MC61_RDBFL33    0xF0064DE2          Read Data and Bit Flip Register 33
MC61_RDBFL34    0xF0064DE4          Read Data and Bit Flip Register 34
MC61_RDBFL35    0xF0064DE6          Read Data and Bit Flip Register 35
MC61_RDBFL36    0xF0064DE8          Read Data and Bit Flip Register 36
MC61_RDBFL37    0xF0064DEA          Read Data and Bit Flip Register 37
MC61_RDBFL38    0xF0064DEC          Read Data and Bit Flip Register 38
MC61_RDBFL39    0xF0064DEE          Read Data and Bit Flip Register 39
MC62_CONFIG0    0xF0064E00          Configuration Register 0
MC62_CONFIG1    0xF0064E02          Configuration Register 1
MC62_MCONTROL   0xF0064E04          MBIST Control Register
MC62_MSTATUS    0xF0064E06          Status Register
MC62_RANGE      0xF0064E08          Range Register, single address mode
MC62_REVID      0xF0064E0C          Revision ID Register
MC62_ECCS       0xF0064E0E          ECC Safety Register
MC62_ECCD       0xF0064E10          Memory ECC Detection Register
MC62_ETRR0      0xF0064E12          Error Tracking Register 0
MC62_ETRR1      0xF0064E14          Error Tracking Register 1
MC62_ETRR2      0xF0064E16          Error Tracking Register 2
MC62_ETRR3      0xF0064E18          Error Tracking Register 3
MC62_ETRR4      0xF0064E1A          Error Tracking Register 4
MC62_RDBFL0     0xF0064EA0          Read Data and Bit Flip Register 0
MC62_RDBFL1     0xF0064EA2          Read Data and Bit Flip Register 1
MC62_RDBFL2     0xF0064EA4          Read Data and Bit Flip Register 2
MC62_RDBFL3     0xF0064EA6          Read Data and Bit Flip Register 3
MC62_RDBFL4     0xF0064EA8          Read Data and Bit Flip Register 4
MC62_RDBFL5     0xF0064EAA          Read Data and Bit Flip Register 5
MC62_RDBFL6     0xF0064EAC          Read Data and Bit Flip Register 6
MC62_RDBFL7     0xF0064EAE          Read Data and Bit Flip Register 7
MC62_RDBFL8     0xF0064EB0          Read Data and Bit Flip Register 8
MC62_RDBFL9     0xF0064EB2          Read Data and Bit Flip Register 9
MC62_RDBFL10    0xF0064EB4          Read Data and Bit Flip Register 10
MC62_RDBFL11    0xF0064EB6          Read Data and Bit Flip Register 11
MC62_RDBFL12    0xF0064EB8          Read Data and Bit Flip Register 12
MC62_RDBFL13    0xF0064EBA          Read Data and Bit Flip Register 13
MC62_RDBFL14    0xF0064EBC          Read Data and Bit Flip Register 14
MC62_RDBFL15    0xF0064EBE          Read Data and Bit Flip Register 15
MC62_RDBFL16    0xF0064EC0          Read Data and Bit Flip Register 16
MC62_RDBFL17    0xF0064EC2          Read Data and Bit Flip Register 17
MC62_RDBFL18    0xF0064EC4          Read Data and Bit Flip Register 18
MC62_RDBFL19    0xF0064EC6          Read Data and Bit Flip Register 19
MC62_RDBFL20    0xF0064EC8          Read Data and Bit Flip Register 20
MC62_RDBFL21    0xF0064ECA          Read Data and Bit Flip Register 21
MC62_RDBFL22    0xF0064ECC          Read Data and Bit Flip Register 22
MC62_RDBFL23    0xF0064ECE          Read Data and Bit Flip Register 23
MC62_RDBFL24    0xF0064ED0          Read Data and Bit Flip Register 24
MC62_RDBFL25    0xF0064ED2          Read Data and Bit Flip Register 25
MC62_RDBFL26    0xF0064ED4          Read Data and Bit Flip Register 26
MC62_RDBFL27    0xF0064ED6          Read Data and Bit Flip Register 27
MC62_RDBFL28    0xF0064ED8          Read Data and Bit Flip Register 28
MC62_RDBFL29    0xF0064EDA          Read Data and Bit Flip Register 29
MC62_RDBFL30    0xF0064EDC          Read Data and Bit Flip Register 30
MC62_RDBFL31    0xF0064EDE          Read Data and Bit Flip Register 31
MC62_RDBFL32    0xF0064EE0          Read Data and Bit Flip Register 32
MC62_RDBFL33    0xF0064EE2          Read Data and Bit Flip Register 33
MC62_RDBFL34    0xF0064EE4          Read Data and Bit Flip Register 34
MC62_RDBFL35    0xF0064EE6          Read Data and Bit Flip Register 35
MC62_RDBFL36    0xF0064EE8          Read Data and Bit Flip Register 36
MC62_RDBFL37    0xF0064EEA          Read Data and Bit Flip Register 37
MC62_RDBFL38    0xF0064EEC          Read Data and Bit Flip Register 38
MC62_RDBFL39    0xF0064EEE          Read Data and Bit Flip Register 39
MC63_CONFIG0    0xF0064F00          Configuration Register 0
MC63_CONFIG1    0xF0064F02          Configuration Register 1
MC63_MCONTROL   0xF0064F04          MBIST Control Register
MC63_MSTATUS    0xF0064F06          Status Register
MC63_RANGE      0xF0064F08          Range Register, single address mode
MC63_REVID      0xF0064F0C          Revision ID Register
MC63_ECCS       0xF0064F0E          ECC Safety Register
MC63_ECCD       0xF0064F10          Memory ECC Detection Register
MC63_ETRR0      0xF0064F12          Error Tracking Register 0
MC63_ETRR1      0xF0064F14          Error Tracking Register 1
MC63_ETRR2      0xF0064F16          Error Tracking Register 2
MC63_ETRR3      0xF0064F18          Error Tracking Register 3
MC63_ETRR4      0xF0064F1A          Error Tracking Register 4
MC63_RDBFL0     0xF0064FA0          Read Data and Bit Flip Register 0
MC63_RDBFL1     0xF0064FA2          Read Data and Bit Flip Register 1
MC63_RDBFL2     0xF0064FA4          Read Data and Bit Flip Register 2
MC63_RDBFL3     0xF0064FA6          Read Data and Bit Flip Register 3
MC63_RDBFL4     0xF0064FA8          Read Data and Bit Flip Register 4
MC63_RDBFL5     0xF0064FAA          Read Data and Bit Flip Register 5
MC63_RDBFL6     0xF0064FAC          Read Data and Bit Flip Register 6
MC63_RDBFL7     0xF0064FAE          Read Data and Bit Flip Register 7
MC63_RDBFL8     0xF0064FB0          Read Data and Bit Flip Register 8
MC63_RDBFL9     0xF0064FB2          Read Data and Bit Flip Register 9
MC63_RDBFL10    0xF0064FB4          Read Data and Bit Flip Register 10
MC63_RDBFL11    0xF0064FB6          Read Data and Bit Flip Register 11
MC63_RDBFL12    0xF0064FB8          Read Data and Bit Flip Register 12
MC63_RDBFL13    0xF0064FBA          Read Data and Bit Flip Register 13
MC63_RDBFL14    0xF0064FBC          Read Data and Bit Flip Register 14
MC63_RDBFL15    0xF0064FBE          Read Data and Bit Flip Register 15
MC63_RDBFL16    0xF0064FC0          Read Data and Bit Flip Register 16
MC63_RDBFL17    0xF0064FC2          Read Data and Bit Flip Register 17
MC63_RDBFL18    0xF0064FC4          Read Data and Bit Flip Register 18
MC63_RDBFL19    0xF0064FC6          Read Data and Bit Flip Register 19
MC63_RDBFL20    0xF0064FC8          Read Data and Bit Flip Register 20
MC63_RDBFL21    0xF0064FCA          Read Data and Bit Flip Register 21
MC63_RDBFL22    0xF0064FCC          Read Data and Bit Flip Register 22
MC63_RDBFL23    0xF0064FCE          Read Data and Bit Flip Register 23
MC63_RDBFL24    0xF0064FD0          Read Data and Bit Flip Register 24
MC63_RDBFL25    0xF0064FD2          Read Data and Bit Flip Register 25
MC63_RDBFL26    0xF0064FD4          Read Data and Bit Flip Register 26
MC63_RDBFL27    0xF0064FD6          Read Data and Bit Flip Register 27
MC63_RDBFL28    0xF0064FD8          Read Data and Bit Flip Register 28
MC63_RDBFL29    0xF0064FDA          Read Data and Bit Flip Register 29
MC63_RDBFL30    0xF0064FDC          Read Data and Bit Flip Register 30
MC63_RDBFL31    0xF0064FDE          Read Data and Bit Flip Register 31
MC63_RDBFL32    0xF0064FE0          Read Data and Bit Flip Register 32
MC63_RDBFL33    0xF0064FE2          Read Data and Bit Flip Register 33
MC63_RDBFL34    0xF0064FE4          Read Data and Bit Flip Register 34
MC63_RDBFL35    0xF0064FE6          Read Data and Bit Flip Register 35
MC63_RDBFL36    0xF0064FE8          Read Data and Bit Flip Register 36
MC63_RDBFL37    0xF0064FEA          Read Data and Bit Flip Register 37
MC63_RDBFL38    0xF0064FEC          Read Data and Bit Flip Register 38
MC63_RDBFL39    0xF0064FEE          Read Data and Bit Flip Register 39
MC64_CONFIG0    0xF0065000          Configuration Register 0
MC64_CONFIG1    0xF0065002          Configuration Register 1
MC64_MCONTROL   0xF0065004          MBIST Control Register
MC64_MSTATUS    0xF0065006          Status Register
MC64_RANGE      0xF0065008          Range Register, single address mode
MC64_REVID      0xF006500C          Revision ID Register
MC64_ECCS       0xF006500E          ECC Safety Register
MC64_ECCD       0xF0065010          Memory ECC Detection Register
MC64_ETRR0      0xF0065012          Error Tracking Register 0
MC64_ETRR1      0xF0065014          Error Tracking Register 1
MC64_ETRR2      0xF0065016          Error Tracking Register 2
MC64_ETRR3      0xF0065018          Error Tracking Register 3
MC64_ETRR4      0xF006501A          Error Tracking Register 4
MC64_RDBFL0     0xF00650A0          Read Data and Bit Flip Register 0
MC64_RDBFL1     0xF00650A2          Read Data and Bit Flip Register 1
MC64_RDBFL2     0xF00650A4          Read Data and Bit Flip Register 2
MC64_RDBFL3     0xF00650A6          Read Data and Bit Flip Register 3
MC64_RDBFL4     0xF00650A8          Read Data and Bit Flip Register 4
MC64_RDBFL5     0xF00650AA          Read Data and Bit Flip Register 5
MC64_RDBFL6     0xF00650AC          Read Data and Bit Flip Register 6
MC64_RDBFL7     0xF00650AE          Read Data and Bit Flip Register 7
MC64_RDBFL8     0xF00650B0          Read Data and Bit Flip Register 8
MC64_RDBFL9     0xF00650B2          Read Data and Bit Flip Register 9
MC64_RDBFL10    0xF00650B4          Read Data and Bit Flip Register 10
MC64_RDBFL11    0xF00650B6          Read Data and Bit Flip Register 11
MC64_RDBFL12    0xF00650B8          Read Data and Bit Flip Register 12
MC64_RDBFL13    0xF00650BA          Read Data and Bit Flip Register 13
MC64_RDBFL14    0xF00650BC          Read Data and Bit Flip Register 14
MC64_RDBFL15    0xF00650BE          Read Data and Bit Flip Register 15
MC64_RDBFL16    0xF00650C0          Read Data and Bit Flip Register 16
MC64_RDBFL17    0xF00650C2          Read Data and Bit Flip Register 17
MC64_RDBFL18    0xF00650C4          Read Data and Bit Flip Register 18
MC64_RDBFL19    0xF00650C6          Read Data and Bit Flip Register 19
MC64_RDBFL20    0xF00650C8          Read Data and Bit Flip Register 20
MC64_RDBFL21    0xF00650CA          Read Data and Bit Flip Register 21
MC64_RDBFL22    0xF00650CC          Read Data and Bit Flip Register 22
MC64_RDBFL23    0xF00650CE          Read Data and Bit Flip Register 23
MC64_RDBFL24    0xF00650D0          Read Data and Bit Flip Register 24
MC64_RDBFL25    0xF00650D2          Read Data and Bit Flip Register 25
MC64_RDBFL26    0xF00650D4          Read Data and Bit Flip Register 26
MC64_RDBFL27    0xF00650D6          Read Data and Bit Flip Register 27
MC64_RDBFL28    0xF00650D8          Read Data and Bit Flip Register 28
MC64_RDBFL29    0xF00650DA          Read Data and Bit Flip Register 29
MC64_RDBFL30    0xF00650DC          Read Data and Bit Flip Register 30
MC64_RDBFL31    0xF00650DE          Read Data and Bit Flip Register 31
MC64_RDBFL32    0xF00650E0          Read Data and Bit Flip Register 32
MC64_RDBFL33    0xF00650E2          Read Data and Bit Flip Register 33
MC64_RDBFL34    0xF00650E4          Read Data and Bit Flip Register 34
MC64_RDBFL35    0xF00650E6          Read Data and Bit Flip Register 35
MC64_RDBFL36    0xF00650E8          Read Data and Bit Flip Register 36
MC64_RDBFL37    0xF00650EA          Read Data and Bit Flip Register 37
MC64_RDBFL38    0xF00650EC          Read Data and Bit Flip Register 38
MC64_RDBFL39    0xF00650EE          Read Data and Bit Flip Register 39
MC65_CONFIG0    0xF0065100          Configuration Register 0
MC65_CONFIG1    0xF0065102          Configuration Register 1
MC65_MCONTROL   0xF0065104          MBIST Control Register
MC65_MSTATUS    0xF0065106          Status Register
MC65_RANGE      0xF0065108          Range Register, single address mode
MC65_REVID      0xF006510C          Revision ID Register
MC65_ECCS       0xF006510E          ECC Safety Register
MC65_ECCD       0xF0065110          Memory ECC Detection Register
MC65_ETRR0      0xF0065112          Error Tracking Register 0
MC65_ETRR1      0xF0065114          Error Tracking Register 1
MC65_ETRR2      0xF0065116          Error Tracking Register 2
MC65_ETRR3      0xF0065118          Error Tracking Register 3
MC65_ETRR4      0xF006511A          Error Tracking Register 4
MC65_RDBFL0     0xF00651A0          Read Data and Bit Flip Register 0
MC65_RDBFL1     0xF00651A2          Read Data and Bit Flip Register 1
MC65_RDBFL2     0xF00651A4          Read Data and Bit Flip Register 2
MC65_RDBFL3     0xF00651A6          Read Data and Bit Flip Register 3
MC65_RDBFL4     0xF00651A8          Read Data and Bit Flip Register 4
MC65_RDBFL5     0xF00651AA          Read Data and Bit Flip Register 5
MC65_RDBFL6     0xF00651AC          Read Data and Bit Flip Register 6
MC65_RDBFL7     0xF00651AE          Read Data and Bit Flip Register 7
MC65_RDBFL8     0xF00651B0          Read Data and Bit Flip Register 8
MC65_RDBFL9     0xF00651B2          Read Data and Bit Flip Register 9
MC65_RDBFL10    0xF00651B4          Read Data and Bit Flip Register 10
MC65_RDBFL11    0xF00651B6          Read Data and Bit Flip Register 11
MC65_RDBFL12    0xF00651B8          Read Data and Bit Flip Register 12
MC65_RDBFL13    0xF00651BA          Read Data and Bit Flip Register 13
MC65_RDBFL14    0xF00651BC          Read Data and Bit Flip Register 14
MC65_RDBFL15    0xF00651BE          Read Data and Bit Flip Register 15
MC65_RDBFL16    0xF00651C0          Read Data and Bit Flip Register 16
MC65_RDBFL17    0xF00651C2          Read Data and Bit Flip Register 17
MC65_RDBFL18    0xF00651C4          Read Data and Bit Flip Register 18
MC65_RDBFL19    0xF00651C6          Read Data and Bit Flip Register 19
MC65_RDBFL20    0xF00651C8          Read Data and Bit Flip Register 20
MC65_RDBFL21    0xF00651CA          Read Data and Bit Flip Register 21
MC65_RDBFL22    0xF00651CC          Read Data and Bit Flip Register 22
MC65_RDBFL23    0xF00651CE          Read Data and Bit Flip Register 23
MC65_RDBFL24    0xF00651D0          Read Data and Bit Flip Register 24
MC65_RDBFL25    0xF00651D2          Read Data and Bit Flip Register 25
MC65_RDBFL26    0xF00651D4          Read Data and Bit Flip Register 26
MC65_RDBFL27    0xF00651D6          Read Data and Bit Flip Register 27
MC65_RDBFL28    0xF00651D8          Read Data and Bit Flip Register 28
MC65_RDBFL29    0xF00651DA          Read Data and Bit Flip Register 29
MC65_RDBFL30    0xF00651DC          Read Data and Bit Flip Register 30
MC65_RDBFL31    0xF00651DE          Read Data and Bit Flip Register 31
MC65_RDBFL32    0xF00651E0          Read Data and Bit Flip Register 32
MC65_RDBFL33    0xF00651E2          Read Data and Bit Flip Register 33
MC65_RDBFL34    0xF00651E4          Read Data and Bit Flip Register 34
MC65_RDBFL35    0xF00651E6          Read Data and Bit Flip Register 35
MC65_RDBFL36    0xF00651E8          Read Data and Bit Flip Register 36
MC65_RDBFL37    0xF00651EA          Read Data and Bit Flip Register 37
MC65_RDBFL38    0xF00651EC          Read Data and Bit Flip Register 38
MC65_RDBFL39    0xF00651EE          Read Data and Bit Flip Register 39
MC66_CONFIG0    0xF0065200          Configuration Register 0
MC66_CONFIG1    0xF0065202          Configuration Register 1
MC66_MCONTROL   0xF0065204          MBIST Control Register
MC66_MSTATUS    0xF0065206          Status Register
MC66_RANGE      0xF0065208          Range Register, single address mode
MC66_REVID      0xF006520C          Revision ID Register
MC66_ECCS       0xF006520E          ECC Safety Register
MC66_ECCD       0xF0065210          Memory ECC Detection Register
MC66_ETRR0      0xF0065212          Error Tracking Register 0
MC66_ETRR1      0xF0065214          Error Tracking Register 1
MC66_ETRR2      0xF0065216          Error Tracking Register 2
MC66_ETRR3      0xF0065218          Error Tracking Register 3
MC66_ETRR4      0xF006521A          Error Tracking Register 4
MC66_RDBFL0     0xF00652A0          Read Data and Bit Flip Register 0
MC66_RDBFL1     0xF00652A2          Read Data and Bit Flip Register 1
MC66_RDBFL2     0xF00652A4          Read Data and Bit Flip Register 2
MC66_RDBFL3     0xF00652A6          Read Data and Bit Flip Register 3
MC66_RDBFL4     0xF00652A8          Read Data and Bit Flip Register 4
MC66_RDBFL5     0xF00652AA          Read Data and Bit Flip Register 5
MC66_RDBFL6     0xF00652AC          Read Data and Bit Flip Register 6
MC66_RDBFL7     0xF00652AE          Read Data and Bit Flip Register 7
MC66_RDBFL8     0xF00652B0          Read Data and Bit Flip Register 8
MC66_RDBFL9     0xF00652B2          Read Data and Bit Flip Register 9
MC66_RDBFL10    0xF00652B4          Read Data and Bit Flip Register 10
MC66_RDBFL11    0xF00652B6          Read Data and Bit Flip Register 11
MC66_RDBFL12    0xF00652B8          Read Data and Bit Flip Register 12
MC66_RDBFL13    0xF00652BA          Read Data and Bit Flip Register 13
MC66_RDBFL14    0xF00652BC          Read Data and Bit Flip Register 14
MC66_RDBFL15    0xF00652BE          Read Data and Bit Flip Register 15
MC66_RDBFL16    0xF00652C0          Read Data and Bit Flip Register 16
MC66_RDBFL17    0xF00652C2          Read Data and Bit Flip Register 17
MC66_RDBFL18    0xF00652C4          Read Data and Bit Flip Register 18
MC66_RDBFL19    0xF00652C6          Read Data and Bit Flip Register 19
MC66_RDBFL20    0xF00652C8          Read Data and Bit Flip Register 20
MC66_RDBFL21    0xF00652CA          Read Data and Bit Flip Register 21
MC66_RDBFL22    0xF00652CC          Read Data and Bit Flip Register 22
MC66_RDBFL23    0xF00652CE          Read Data and Bit Flip Register 23
MC66_RDBFL24    0xF00652D0          Read Data and Bit Flip Register 24
MC66_RDBFL25    0xF00652D2          Read Data and Bit Flip Register 25
MC66_RDBFL26    0xF00652D4          Read Data and Bit Flip Register 26
MC66_RDBFL27    0xF00652D6          Read Data and Bit Flip Register 27
MC66_RDBFL28    0xF00652D8          Read Data and Bit Flip Register 28
MC66_RDBFL29    0xF00652DA          Read Data and Bit Flip Register 29
MC66_RDBFL30    0xF00652DC          Read Data and Bit Flip Register 30
MC66_RDBFL31    0xF00652DE          Read Data and Bit Flip Register 31
MC66_RDBFL32    0xF00652E0          Read Data and Bit Flip Register 32
MC66_RDBFL33    0xF00652E2          Read Data and Bit Flip Register 33
MC66_RDBFL34    0xF00652E4          Read Data and Bit Flip Register 34
MC66_RDBFL35    0xF00652E6          Read Data and Bit Flip Register 35
MC66_RDBFL36    0xF00652E8          Read Data and Bit Flip Register 36
MC66_RDBFL37    0xF00652EA          Read Data and Bit Flip Register 37
MC66_RDBFL38    0xF00652EC          Read Data and Bit Flip Register 38
MC66_RDBFL39    0xF00652EE          Read Data and Bit Flip Register 39
MC67_CONFIG0    0xF0065300          Configuration Register 0
MC67_CONFIG1    0xF0065302          Configuration Register 1
MC67_MCONTROL   0xF0065304          MBIST Control Register
MC67_MSTATUS    0xF0065306          Status Register
MC67_RANGE      0xF0065308          Range Register, single address mode
MC67_REVID      0xF006530C          Revision ID Register
MC67_ECCS       0xF006530E          ECC Safety Register
MC67_ECCD       0xF0065310          Memory ECC Detection Register
MC67_ETRR0      0xF0065312          Error Tracking Register 0
MC67_ETRR1      0xF0065314          Error Tracking Register 1
MC67_ETRR2      0xF0065316          Error Tracking Register 2
MC67_ETRR3      0xF0065318          Error Tracking Register 3
MC67_ETRR4      0xF006531A          Error Tracking Register 4
MC67_RDBFL0     0xF00653A0          Read Data and Bit Flip Register 0
MC67_RDBFL1     0xF00653A2          Read Data and Bit Flip Register 1
MC67_RDBFL2     0xF00653A4          Read Data and Bit Flip Register 2
MC67_RDBFL3     0xF00653A6          Read Data and Bit Flip Register 3
MC67_RDBFL4     0xF00653A8          Read Data and Bit Flip Register 4
MC67_RDBFL5     0xF00653AA          Read Data and Bit Flip Register 5
MC67_RDBFL6     0xF00653AC          Read Data and Bit Flip Register 6
MC67_RDBFL7     0xF00653AE          Read Data and Bit Flip Register 7
MC67_RDBFL8     0xF00653B0          Read Data and Bit Flip Register 8
MC67_RDBFL9     0xF00653B2          Read Data and Bit Flip Register 9
MC67_RDBFL10    0xF00653B4          Read Data and Bit Flip Register 10
MC67_RDBFL11    0xF00653B6          Read Data and Bit Flip Register 11
MC67_RDBFL12    0xF00653B8          Read Data and Bit Flip Register 12
MC67_RDBFL13    0xF00653BA          Read Data and Bit Flip Register 13
MC67_RDBFL14    0xF00653BC          Read Data and Bit Flip Register 14
MC67_RDBFL15    0xF00653BE          Read Data and Bit Flip Register 15
MC67_RDBFL16    0xF00653C0          Read Data and Bit Flip Register 16
MC67_RDBFL17    0xF00653C2          Read Data and Bit Flip Register 17
MC67_RDBFL18    0xF00653C4          Read Data and Bit Flip Register 18
MC67_RDBFL19    0xF00653C6          Read Data and Bit Flip Register 19
MC67_RDBFL20    0xF00653C8          Read Data and Bit Flip Register 20
MC67_RDBFL21    0xF00653CA          Read Data and Bit Flip Register 21
MC67_RDBFL22    0xF00653CC          Read Data and Bit Flip Register 22
MC67_RDBFL23    0xF00653CE          Read Data and Bit Flip Register 23
MC67_RDBFL24    0xF00653D0          Read Data and Bit Flip Register 24
MC67_RDBFL25    0xF00653D2          Read Data and Bit Flip Register 25
MC67_RDBFL26    0xF00653D4          Read Data and Bit Flip Register 26
MC67_RDBFL27    0xF00653D6          Read Data and Bit Flip Register 27
MC67_RDBFL28    0xF00653D8          Read Data and Bit Flip Register 28
MC67_RDBFL29    0xF00653DA          Read Data and Bit Flip Register 29
MC67_RDBFL30    0xF00653DC          Read Data and Bit Flip Register 30
MC67_RDBFL31    0xF00653DE          Read Data and Bit Flip Register 31
MC67_RDBFL32    0xF00653E0          Read Data and Bit Flip Register 32
MC67_RDBFL33    0xF00653E2          Read Data and Bit Flip Register 33
MC67_RDBFL34    0xF00653E4          Read Data and Bit Flip Register 34
MC67_RDBFL35    0xF00653E6          Read Data and Bit Flip Register 35
MC67_RDBFL36    0xF00653E8          Read Data and Bit Flip Register 36
MC67_RDBFL37    0xF00653EA          Read Data and Bit Flip Register 37
MC67_RDBFL38    0xF00653EC          Read Data and Bit Flip Register 38
MC67_RDBFL39    0xF00653EE          Read Data and Bit Flip Register 39
MC68_CONFIG0    0xF0065400          Configuration Register 0
MC68_CONFIG1    0xF0065402          Configuration Register 1
MC68_MCONTROL   0xF0065404          MBIST Control Register
MC68_MSTATUS    0xF0065406          Status Register
MC68_RANGE      0xF0065408          Range Register, single address mode
MC68_REVID      0xF006540C          Revision ID Register
MC68_ECCS       0xF006540E          ECC Safety Register
MC68_ECCD       0xF0065410          Memory ECC Detection Register
MC68_ETRR0      0xF0065412          Error Tracking Register 0
MC68_ETRR1      0xF0065414          Error Tracking Register 1
MC68_ETRR2      0xF0065416          Error Tracking Register 2
MC68_ETRR3      0xF0065418          Error Tracking Register 3
MC68_ETRR4      0xF006541A          Error Tracking Register 4
MC68_RDBFL0     0xF00654A0          Read Data and Bit Flip Register 0
MC68_RDBFL1     0xF00654A2          Read Data and Bit Flip Register 1
MC68_RDBFL2     0xF00654A4          Read Data and Bit Flip Register 2
MC68_RDBFL3     0xF00654A6          Read Data and Bit Flip Register 3
MC68_RDBFL4     0xF00654A8          Read Data and Bit Flip Register 4
MC68_RDBFL5     0xF00654AA          Read Data and Bit Flip Register 5
MC68_RDBFL6     0xF00654AC          Read Data and Bit Flip Register 6
MC68_RDBFL7     0xF00654AE          Read Data and Bit Flip Register 7
MC68_RDBFL8     0xF00654B0          Read Data and Bit Flip Register 8
MC68_RDBFL9     0xF00654B2          Read Data and Bit Flip Register 9
MC68_RDBFL10    0xF00654B4          Read Data and Bit Flip Register 10
MC68_RDBFL11    0xF00654B6          Read Data and Bit Flip Register 11
MC68_RDBFL12    0xF00654B8          Read Data and Bit Flip Register 12
MC68_RDBFL13    0xF00654BA          Read Data and Bit Flip Register 13
MC68_RDBFL14    0xF00654BC          Read Data and Bit Flip Register 14
MC68_RDBFL15    0xF00654BE          Read Data and Bit Flip Register 15
MC68_RDBFL16    0xF00654C0          Read Data and Bit Flip Register 16
MC68_RDBFL17    0xF00654C2          Read Data and Bit Flip Register 17
MC68_RDBFL18    0xF00654C4          Read Data and Bit Flip Register 18
MC68_RDBFL19    0xF00654C6          Read Data and Bit Flip Register 19
MC68_RDBFL20    0xF00654C8          Read Data and Bit Flip Register 20
MC68_RDBFL21    0xF00654CA          Read Data and Bit Flip Register 21
MC68_RDBFL22    0xF00654CC          Read Data and Bit Flip Register 22
MC68_RDBFL23    0xF00654CE          Read Data and Bit Flip Register 23
MC68_RDBFL24    0xF00654D0          Read Data and Bit Flip Register 24
MC68_RDBFL25    0xF00654D2          Read Data and Bit Flip Register 25
MC68_RDBFL26    0xF00654D4          Read Data and Bit Flip Register 26
MC68_RDBFL27    0xF00654D6          Read Data and Bit Flip Register 27
MC68_RDBFL28    0xF00654D8          Read Data and Bit Flip Register 28
MC68_RDBFL29    0xF00654DA          Read Data and Bit Flip Register 29
MC68_RDBFL30    0xF00654DC          Read Data and Bit Flip Register 30
MC68_RDBFL31    0xF00654DE          Read Data and Bit Flip Register 31
MC68_RDBFL32    0xF00654E0          Read Data and Bit Flip Register 32
MC68_RDBFL33    0xF00654E2          Read Data and Bit Flip Register 33
MC68_RDBFL34    0xF00654E4          Read Data and Bit Flip Register 34
MC68_RDBFL35    0xF00654E6          Read Data and Bit Flip Register 35
MC68_RDBFL36    0xF00654E8          Read Data and Bit Flip Register 36
MC68_RDBFL37    0xF00654EA          Read Data and Bit Flip Register 37
MC68_RDBFL38    0xF00654EC          Read Data and Bit Flip Register 38
MC68_RDBFL39    0xF00654EE          Read Data and Bit Flip Register 39
MC69_CONFIG0    0xF0065500          Configuration Register 0
MC69_CONFIG1    0xF0065502          Configuration Register 1
MC69_MCONTROL   0xF0065504          MBIST Control Register
MC69_MSTATUS    0xF0065506          Status Register
MC69_RANGE      0xF0065508          Range Register, single address mode
MC69_REVID      0xF006550C          Revision ID Register
MC69_ECCS       0xF006550E          ECC Safety Register
MC69_ECCD       0xF0065510          Memory ECC Detection Register
MC69_ETRR0      0xF0065512          Error Tracking Register 0
MC69_ETRR1      0xF0065514          Error Tracking Register 1
MC69_ETRR2      0xF0065516          Error Tracking Register 2
MC69_ETRR3      0xF0065518          Error Tracking Register 3
MC69_ETRR4      0xF006551A          Error Tracking Register 4
MC69_RDBFL0     0xF00655A0          Read Data and Bit Flip Register 0
MC69_RDBFL1     0xF00655A2          Read Data and Bit Flip Register 1
MC69_RDBFL2     0xF00655A4          Read Data and Bit Flip Register 2
MC69_RDBFL3     0xF00655A6          Read Data and Bit Flip Register 3
MC69_RDBFL4     0xF00655A8          Read Data and Bit Flip Register 4
MC69_RDBFL5     0xF00655AA          Read Data and Bit Flip Register 5
MC69_RDBFL6     0xF00655AC          Read Data and Bit Flip Register 6
MC69_RDBFL7     0xF00655AE          Read Data and Bit Flip Register 7
MC69_RDBFL8     0xF00655B0          Read Data and Bit Flip Register 8
MC69_RDBFL9     0xF00655B2          Read Data and Bit Flip Register 9
MC69_RDBFL10    0xF00655B4          Read Data and Bit Flip Register 10
MC69_RDBFL11    0xF00655B6          Read Data and Bit Flip Register 11
MC69_RDBFL12    0xF00655B8          Read Data and Bit Flip Register 12
MC69_RDBFL13    0xF00655BA          Read Data and Bit Flip Register 13
MC69_RDBFL14    0xF00655BC          Read Data and Bit Flip Register 14
MC69_RDBFL15    0xF00655BE          Read Data and Bit Flip Register 15
MC69_RDBFL16    0xF00655C0          Read Data and Bit Flip Register 16
MC69_RDBFL17    0xF00655C2          Read Data and Bit Flip Register 17
MC69_RDBFL18    0xF00655C4          Read Data and Bit Flip Register 18
MC69_RDBFL19    0xF00655C6          Read Data and Bit Flip Register 19
MC69_RDBFL20    0xF00655C8          Read Data and Bit Flip Register 20
MC69_RDBFL21    0xF00655CA          Read Data and Bit Flip Register 21
MC69_RDBFL22    0xF00655CC          Read Data and Bit Flip Register 22
MC69_RDBFL23    0xF00655CE          Read Data and Bit Flip Register 23
MC69_RDBFL24    0xF00655D0          Read Data and Bit Flip Register 24
MC69_RDBFL25    0xF00655D2          Read Data and Bit Flip Register 25
MC69_RDBFL26    0xF00655D4          Read Data and Bit Flip Register 26
MC69_RDBFL27    0xF00655D6          Read Data and Bit Flip Register 27
MC69_RDBFL28    0xF00655D8          Read Data and Bit Flip Register 28
MC69_RDBFL29    0xF00655DA          Read Data and Bit Flip Register 29
MC69_RDBFL30    0xF00655DC          Read Data and Bit Flip Register 30
MC69_RDBFL31    0xF00655DE          Read Data and Bit Flip Register 31
MC69_RDBFL32    0xF00655E0          Read Data and Bit Flip Register 32
MC69_RDBFL33    0xF00655E2          Read Data and Bit Flip Register 33
MC69_RDBFL34    0xF00655E4          Read Data and Bit Flip Register 34
MC69_RDBFL35    0xF00655E6          Read Data and Bit Flip Register 35
MC69_RDBFL36    0xF00655E8          Read Data and Bit Flip Register 36
MC69_RDBFL37    0xF00655EA          Read Data and Bit Flip Register 37
MC69_RDBFL38    0xF00655EC          Read Data and Bit Flip Register 38
MC69_RDBFL39    0xF00655EE          Read Data and Bit Flip Register 39
MC70_CONFIG0    0xF0065600          Configuration Register 0
MC70_CONFIG1    0xF0065602          Configuration Register 1
MC70_MCONTROL   0xF0065604          MBIST Control Register
MC70_MSTATUS    0xF0065606          Status Register
MC70_RANGE      0xF0065608          Range Register, single address mode
MC70_REVID      0xF006560C          Revision ID Register
MC70_ECCS       0xF006560E          ECC Safety Register
MC70_ECCD       0xF0065610          Memory ECC Detection Register
MC70_ETRR0      0xF0065612          Error Tracking Register 0
MC70_ETRR1      0xF0065614          Error Tracking Register 1
MC70_ETRR2      0xF0065616          Error Tracking Register 2
MC70_ETRR3      0xF0065618          Error Tracking Register 3
MC70_ETRR4      0xF006561A          Error Tracking Register 4
MC70_RDBFL0     0xF00656A0          Read Data and Bit Flip Register 0
MC70_RDBFL1     0xF00656A2          Read Data and Bit Flip Register 1
MC70_RDBFL2     0xF00656A4          Read Data and Bit Flip Register 2
MC70_RDBFL3     0xF00656A6          Read Data and Bit Flip Register 3
MC70_RDBFL4     0xF00656A8          Read Data and Bit Flip Register 4
MC70_RDBFL5     0xF00656AA          Read Data and Bit Flip Register 5
MC70_RDBFL6     0xF00656AC          Read Data and Bit Flip Register 6
MC70_RDBFL7     0xF00656AE          Read Data and Bit Flip Register 7
MC70_RDBFL8     0xF00656B0          Read Data and Bit Flip Register 8
MC70_RDBFL9     0xF00656B2          Read Data and Bit Flip Register 9
MC70_RDBFL10    0xF00656B4          Read Data and Bit Flip Register 10
MC70_RDBFL11    0xF00656B6          Read Data and Bit Flip Register 11
MC70_RDBFL12    0xF00656B8          Read Data and Bit Flip Register 12
MC70_RDBFL13    0xF00656BA          Read Data and Bit Flip Register 13
MC70_RDBFL14    0xF00656BC          Read Data and Bit Flip Register 14
MC70_RDBFL15    0xF00656BE          Read Data and Bit Flip Register 15
MC70_RDBFL16    0xF00656C0          Read Data and Bit Flip Register 16
MC70_RDBFL17    0xF00656C2          Read Data and Bit Flip Register 17
MC70_RDBFL18    0xF00656C4          Read Data and Bit Flip Register 18
MC70_RDBFL19    0xF00656C6          Read Data and Bit Flip Register 19
MC70_RDBFL20    0xF00656C8          Read Data and Bit Flip Register 20
MC70_RDBFL21    0xF00656CA          Read Data and Bit Flip Register 21
MC70_RDBFL22    0xF00656CC          Read Data and Bit Flip Register 22
MC70_RDBFL23    0xF00656CE          Read Data and Bit Flip Register 23
MC70_RDBFL24    0xF00656D0          Read Data and Bit Flip Register 24
MC70_RDBFL25    0xF00656D2          Read Data and Bit Flip Register 25
MC70_RDBFL26    0xF00656D4          Read Data and Bit Flip Register 26
MC70_RDBFL27    0xF00656D6          Read Data and Bit Flip Register 27
MC70_RDBFL28    0xF00656D8          Read Data and Bit Flip Register 28
MC70_RDBFL29    0xF00656DA          Read Data and Bit Flip Register 29
MC70_RDBFL30    0xF00656DC          Read Data and Bit Flip Register 30
MC70_RDBFL31    0xF00656DE          Read Data and Bit Flip Register 31
MC70_RDBFL32    0xF00656E0          Read Data and Bit Flip Register 32
MC70_RDBFL33    0xF00656E2          Read Data and Bit Flip Register 33
MC70_RDBFL34    0xF00656E4          Read Data and Bit Flip Register 34
MC70_RDBFL35    0xF00656E6          Read Data and Bit Flip Register 35
MC70_RDBFL36    0xF00656E8          Read Data and Bit Flip Register 36
MC70_RDBFL37    0xF00656EA          Read Data and Bit Flip Register 37
MC70_RDBFL38    0xF00656EC          Read Data and Bit Flip Register 38
MC70_RDBFL39    0xF00656EE          Read Data and Bit Flip Register 39
MC71_CONFIG0    0xF0065700          Configuration Register 0
MC71_CONFIG1    0xF0065702          Configuration Register 1
MC71_MCONTROL   0xF0065704          MBIST Control Register
MC71_MSTATUS    0xF0065706          Status Register
MC71_RANGE      0xF0065708          Range Register, single address mode
MC71_REVID      0xF006570C          Revision ID Register
MC71_ECCS       0xF006570E          ECC Safety Register
MC71_ECCD       0xF0065710          Memory ECC Detection Register
MC71_ETRR0      0xF0065712          Error Tracking Register 0
MC71_ETRR1      0xF0065714          Error Tracking Register 1
MC71_ETRR2      0xF0065716          Error Tracking Register 2
MC71_ETRR3      0xF0065718          Error Tracking Register 3
MC71_ETRR4      0xF006571A          Error Tracking Register 4
MC71_RDBFL0     0xF00657A0          Read Data and Bit Flip Register 0
MC71_RDBFL1     0xF00657A2          Read Data and Bit Flip Register 1
MC71_RDBFL2     0xF00657A4          Read Data and Bit Flip Register 2
MC71_RDBFL3     0xF00657A6          Read Data and Bit Flip Register 3
MC71_RDBFL4     0xF00657A8          Read Data and Bit Flip Register 4
MC71_RDBFL5     0xF00657AA          Read Data and Bit Flip Register 5
MC71_RDBFL6     0xF00657AC          Read Data and Bit Flip Register 6
MC71_RDBFL7     0xF00657AE          Read Data and Bit Flip Register 7
MC71_RDBFL8     0xF00657B0          Read Data and Bit Flip Register 8
MC71_RDBFL9     0xF00657B2          Read Data and Bit Flip Register 9
MC71_RDBFL10    0xF00657B4          Read Data and Bit Flip Register 10
MC71_RDBFL11    0xF00657B6          Read Data and Bit Flip Register 11
MC71_RDBFL12    0xF00657B8          Read Data and Bit Flip Register 12
MC71_RDBFL13    0xF00657BA          Read Data and Bit Flip Register 13
MC71_RDBFL14    0xF00657BC          Read Data and Bit Flip Register 14
MC71_RDBFL15    0xF00657BE          Read Data and Bit Flip Register 15
MC71_RDBFL16    0xF00657C0          Read Data and Bit Flip Register 16
MC71_RDBFL17    0xF00657C2          Read Data and Bit Flip Register 17
MC71_RDBFL18    0xF00657C4          Read Data and Bit Flip Register 18
MC71_RDBFL19    0xF00657C6          Read Data and Bit Flip Register 19
MC71_RDBFL20    0xF00657C8          Read Data and Bit Flip Register 20
MC71_RDBFL21    0xF00657CA          Read Data and Bit Flip Register 21
MC71_RDBFL22    0xF00657CC          Read Data and Bit Flip Register 22
MC71_RDBFL23    0xF00657CE          Read Data and Bit Flip Register 23
MC71_RDBFL24    0xF00657D0          Read Data and Bit Flip Register 24
MC71_RDBFL25    0xF00657D2          Read Data and Bit Flip Register 25
MC71_RDBFL26    0xF00657D4          Read Data and Bit Flip Register 26
MC71_RDBFL27    0xF00657D6          Read Data and Bit Flip Register 27
MC71_RDBFL28    0xF00657D8          Read Data and Bit Flip Register 28
MC71_RDBFL29    0xF00657DA          Read Data and Bit Flip Register 29
MC71_RDBFL30    0xF00657DC          Read Data and Bit Flip Register 30
MC71_RDBFL31    0xF00657DE          Read Data and Bit Flip Register 31
MC71_RDBFL32    0xF00657E0          Read Data and Bit Flip Register 32
MC71_RDBFL33    0xF00657E2          Read Data and Bit Flip Register 33
MC71_RDBFL34    0xF00657E4          Read Data and Bit Flip Register 34
MC71_RDBFL35    0xF00657E6          Read Data and Bit Flip Register 35
MC71_RDBFL36    0xF00657E8          Read Data and Bit Flip Register 36
MC71_RDBFL37    0xF00657EA          Read Data and Bit Flip Register 37
MC71_RDBFL38    0xF00657EC          Read Data and Bit Flip Register 38
MC71_RDBFL39    0xF00657EE          Read Data and Bit Flip Register 39
MC72_CONFIG0    0xF0065800          Configuration Register 0
MC72_CONFIG1    0xF0065802          Configuration Register 1
MC72_MCONTROL   0xF0065804          MBIST Control Register
MC72_MSTATUS    0xF0065806          Status Register
MC72_RANGE      0xF0065808          Range Register, single address mode
MC72_REVID      0xF006580C          Revision ID Register
MC72_ECCS       0xF006580E          ECC Safety Register
MC72_ECCD       0xF0065810          Memory ECC Detection Register
MC72_ETRR0      0xF0065812          Error Tracking Register 0
MC72_ETRR1      0xF0065814          Error Tracking Register 1
MC72_ETRR2      0xF0065816          Error Tracking Register 2
MC72_ETRR3      0xF0065818          Error Tracking Register 3
MC72_ETRR4      0xF006581A          Error Tracking Register 4
MC72_RDBFL0     0xF00658A0          Read Data and Bit Flip Register 0
MC72_RDBFL1     0xF00658A2          Read Data and Bit Flip Register 1
MC72_RDBFL2     0xF00658A4          Read Data and Bit Flip Register 2
MC72_RDBFL3     0xF00658A6          Read Data and Bit Flip Register 3
MC72_RDBFL4     0xF00658A8          Read Data and Bit Flip Register 4
MC72_RDBFL5     0xF00658AA          Read Data and Bit Flip Register 5
MC72_RDBFL6     0xF00658AC          Read Data and Bit Flip Register 6
MC72_RDBFL7     0xF00658AE          Read Data and Bit Flip Register 7
MC72_RDBFL8     0xF00658B0          Read Data and Bit Flip Register 8
MC72_RDBFL9     0xF00658B2          Read Data and Bit Flip Register 9
MC72_RDBFL10    0xF00658B4          Read Data and Bit Flip Register 10
MC72_RDBFL11    0xF00658B6          Read Data and Bit Flip Register 11
MC72_RDBFL12    0xF00658B8          Read Data and Bit Flip Register 12
MC72_RDBFL13    0xF00658BA          Read Data and Bit Flip Register 13
MC72_RDBFL14    0xF00658BC          Read Data and Bit Flip Register 14
MC72_RDBFL15    0xF00658BE          Read Data and Bit Flip Register 15
MC72_RDBFL16    0xF00658C0          Read Data and Bit Flip Register 16
MC72_RDBFL17    0xF00658C2          Read Data and Bit Flip Register 17
MC72_RDBFL18    0xF00658C4          Read Data and Bit Flip Register 18
MC72_RDBFL19    0xF00658C6          Read Data and Bit Flip Register 19
MC72_RDBFL20    0xF00658C8          Read Data and Bit Flip Register 20
MC72_RDBFL21    0xF00658CA          Read Data and Bit Flip Register 21
MC72_RDBFL22    0xF00658CC          Read Data and Bit Flip Register 22
MC72_RDBFL23    0xF00658CE          Read Data and Bit Flip Register 23
MC72_RDBFL24    0xF00658D0          Read Data and Bit Flip Register 24
MC72_RDBFL25    0xF00658D2          Read Data and Bit Flip Register 25
MC72_RDBFL26    0xF00658D4          Read Data and Bit Flip Register 26
MC72_RDBFL27    0xF00658D6          Read Data and Bit Flip Register 27
MC72_RDBFL28    0xF00658D8          Read Data and Bit Flip Register 28
MC72_RDBFL29    0xF00658DA          Read Data and Bit Flip Register 29
MC72_RDBFL30    0xF00658DC          Read Data and Bit Flip Register 30
MC72_RDBFL31    0xF00658DE          Read Data and Bit Flip Register 31
MC72_RDBFL32    0xF00658E0          Read Data and Bit Flip Register 32
MC72_RDBFL33    0xF00658E2          Read Data and Bit Flip Register 33
MC72_RDBFL34    0xF00658E4          Read Data and Bit Flip Register 34
MC72_RDBFL35    0xF00658E6          Read Data and Bit Flip Register 35
MC72_RDBFL36    0xF00658E8          Read Data and Bit Flip Register 36
MC72_RDBFL37    0xF00658EA          Read Data and Bit Flip Register 37
MC72_RDBFL38    0xF00658EC          Read Data and Bit Flip Register 38
MC72_RDBFL39    0xF00658EE          Read Data and Bit Flip Register 39
MC73_CONFIG0    0xF0065900          Configuration Register 0
MC73_CONFIG1    0xF0065902          Configuration Register 1
MC73_MCONTROL   0xF0065904          MBIST Control Register
MC73_MSTATUS    0xF0065906          Status Register
MC73_RANGE      0xF0065908          Range Register, single address mode
MC73_REVID      0xF006590C          Revision ID Register
MC73_ECCS       0xF006590E          ECC Safety Register
MC73_ECCD       0xF0065910          Memory ECC Detection Register
MC73_ETRR0      0xF0065912          Error Tracking Register 0
MC73_ETRR1      0xF0065914          Error Tracking Register 1
MC73_ETRR2      0xF0065916          Error Tracking Register 2
MC73_ETRR3      0xF0065918          Error Tracking Register 3
MC73_ETRR4      0xF006591A          Error Tracking Register 4
MC73_RDBFL0     0xF00659A0          Read Data and Bit Flip Register 0
MC73_RDBFL1     0xF00659A2          Read Data and Bit Flip Register 1
MC73_RDBFL2     0xF00659A4          Read Data and Bit Flip Register 2
MC73_RDBFL3     0xF00659A6          Read Data and Bit Flip Register 3
MC73_RDBFL4     0xF00659A8          Read Data and Bit Flip Register 4
MC73_RDBFL5     0xF00659AA          Read Data and Bit Flip Register 5
MC73_RDBFL6     0xF00659AC          Read Data and Bit Flip Register 6
MC73_RDBFL7     0xF00659AE          Read Data and Bit Flip Register 7
MC73_RDBFL8     0xF00659B0          Read Data and Bit Flip Register 8
MC73_RDBFL9     0xF00659B2          Read Data and Bit Flip Register 9
MC73_RDBFL10    0xF00659B4          Read Data and Bit Flip Register 10
MC73_RDBFL11    0xF00659B6          Read Data and Bit Flip Register 11
MC73_RDBFL12    0xF00659B8          Read Data and Bit Flip Register 12
MC73_RDBFL13    0xF00659BA          Read Data and Bit Flip Register 13
MC73_RDBFL14    0xF00659BC          Read Data and Bit Flip Register 14
MC73_RDBFL15    0xF00659BE          Read Data and Bit Flip Register 15
MC73_RDBFL16    0xF00659C0          Read Data and Bit Flip Register 16
MC73_RDBFL17    0xF00659C2          Read Data and Bit Flip Register 17
MC73_RDBFL18    0xF00659C4          Read Data and Bit Flip Register 18
MC73_RDBFL19    0xF00659C6          Read Data and Bit Flip Register 19
MC73_RDBFL20    0xF00659C8          Read Data and Bit Flip Register 20
MC73_RDBFL21    0xF00659CA          Read Data and Bit Flip Register 21
MC73_RDBFL22    0xF00659CC          Read Data and Bit Flip Register 22
MC73_RDBFL23    0xF00659CE          Read Data and Bit Flip Register 23
MC73_RDBFL24    0xF00659D0          Read Data and Bit Flip Register 24
MC73_RDBFL25    0xF00659D2          Read Data and Bit Flip Register 25
MC73_RDBFL26    0xF00659D4          Read Data and Bit Flip Register 26
MC73_RDBFL27    0xF00659D6          Read Data and Bit Flip Register 27
MC73_RDBFL28    0xF00659D8          Read Data and Bit Flip Register 28
MC73_RDBFL29    0xF00659DA          Read Data and Bit Flip Register 29
MC73_RDBFL30    0xF00659DC          Read Data and Bit Flip Register 30
MC73_RDBFL31    0xF00659DE          Read Data and Bit Flip Register 31
MC73_RDBFL32    0xF00659E0          Read Data and Bit Flip Register 32
MC73_RDBFL33    0xF00659E2          Read Data and Bit Flip Register 33
MC73_RDBFL34    0xF00659E4          Read Data and Bit Flip Register 34
MC73_RDBFL35    0xF00659E6          Read Data and Bit Flip Register 35
MC73_RDBFL36    0xF00659E8          Read Data and Bit Flip Register 36
MC73_RDBFL37    0xF00659EA          Read Data and Bit Flip Register 37
MC73_RDBFL38    0xF00659EC          Read Data and Bit Flip Register 38
MC73_RDBFL39    0xF00659EE          Read Data and Bit Flip Register 39
MC74_CONFIG0    0xF0065A00          Configuration Register 0
MC74_CONFIG1    0xF0065A02          Configuration Register 1
MC74_MCONTROL   0xF0065A04          MBIST Control Register
MC74_MSTATUS    0xF0065A06          Status Register
MC74_RANGE      0xF0065A08          Range Register, single address mode
MC74_REVID      0xF0065A0C          Revision ID Register
MC74_ECCS       0xF0065A0E          ECC Safety Register
MC74_ECCD       0xF0065A10          Memory ECC Detection Register
MC74_ETRR0      0xF0065A12          Error Tracking Register 0
MC74_ETRR1      0xF0065A14          Error Tracking Register 1
MC74_ETRR2      0xF0065A16          Error Tracking Register 2
MC74_ETRR3      0xF0065A18          Error Tracking Register 3
MC74_ETRR4      0xF0065A1A          Error Tracking Register 4
MC74_RDBFL0     0xF0065AA0          Read Data and Bit Flip Register 0
MC74_RDBFL1     0xF0065AA2          Read Data and Bit Flip Register 1
MC74_RDBFL2     0xF0065AA4          Read Data and Bit Flip Register 2
MC74_RDBFL3     0xF0065AA6          Read Data and Bit Flip Register 3
MC74_RDBFL4     0xF0065AA8          Read Data and Bit Flip Register 4
MC74_RDBFL5     0xF0065AAA          Read Data and Bit Flip Register 5
MC74_RDBFL6     0xF0065AAC          Read Data and Bit Flip Register 6
MC74_RDBFL7     0xF0065AAE          Read Data and Bit Flip Register 7
MC74_RDBFL8     0xF0065AB0          Read Data and Bit Flip Register 8
MC74_RDBFL9     0xF0065AB2          Read Data and Bit Flip Register 9
MC74_RDBFL10    0xF0065AB4          Read Data and Bit Flip Register 10
MC74_RDBFL11    0xF0065AB6          Read Data and Bit Flip Register 11
MC74_RDBFL12    0xF0065AB8          Read Data and Bit Flip Register 12
MC74_RDBFL13    0xF0065ABA          Read Data and Bit Flip Register 13
MC74_RDBFL14    0xF0065ABC          Read Data and Bit Flip Register 14
MC74_RDBFL15    0xF0065ABE          Read Data and Bit Flip Register 15
MC74_RDBFL16    0xF0065AC0          Read Data and Bit Flip Register 16
MC74_RDBFL17    0xF0065AC2          Read Data and Bit Flip Register 17
MC74_RDBFL18    0xF0065AC4          Read Data and Bit Flip Register 18
MC74_RDBFL19    0xF0065AC6          Read Data and Bit Flip Register 19
MC74_RDBFL20    0xF0065AC8          Read Data and Bit Flip Register 20
MC74_RDBFL21    0xF0065ACA          Read Data and Bit Flip Register 21
MC74_RDBFL22    0xF0065ACC          Read Data and Bit Flip Register 22
MC74_RDBFL23    0xF0065ACE          Read Data and Bit Flip Register 23
MC74_RDBFL24    0xF0065AD0          Read Data and Bit Flip Register 24
MC74_RDBFL25    0xF0065AD2          Read Data and Bit Flip Register 25
MC74_RDBFL26    0xF0065AD4          Read Data and Bit Flip Register 26
MC74_RDBFL27    0xF0065AD6          Read Data and Bit Flip Register 27
MC74_RDBFL28    0xF0065AD8          Read Data and Bit Flip Register 28
MC74_RDBFL29    0xF0065ADA          Read Data and Bit Flip Register 29
MC74_RDBFL30    0xF0065ADC          Read Data and Bit Flip Register 30
MC74_RDBFL31    0xF0065ADE          Read Data and Bit Flip Register 31
MC74_RDBFL32    0xF0065AE0          Read Data and Bit Flip Register 32
MC74_RDBFL33    0xF0065AE2          Read Data and Bit Flip Register 33
MC74_RDBFL34    0xF0065AE4          Read Data and Bit Flip Register 34
MC74_RDBFL35    0xF0065AE6          Read Data and Bit Flip Register 35
MC74_RDBFL36    0xF0065AE8          Read Data and Bit Flip Register 36
MC74_RDBFL37    0xF0065AEA          Read Data and Bit Flip Register 37
MC74_RDBFL38    0xF0065AEC          Read Data and Bit Flip Register 38
MC74_RDBFL39    0xF0065AEE          Read Data and Bit Flip Register 39
MC75_CONFIG0    0xF0065B00          Configuration Register 0
MC75_CONFIG1    0xF0065B02          Configuration Register 1
MC75_MCONTROL   0xF0065B04          MBIST Control Register
MC75_MSTATUS    0xF0065B06          Status Register
MC75_RANGE      0xF0065B08          Range Register, single address mode
MC75_REVID      0xF0065B0C          Revision ID Register
MC75_ECCS       0xF0065B0E          ECC Safety Register
MC75_ECCD       0xF0065B10          Memory ECC Detection Register
MC75_ETRR0      0xF0065B12          Error Tracking Register 0
MC75_ETRR1      0xF0065B14          Error Tracking Register 1
MC75_ETRR2      0xF0065B16          Error Tracking Register 2
MC75_ETRR3      0xF0065B18          Error Tracking Register 3
MC75_ETRR4      0xF0065B1A          Error Tracking Register 4
MC75_RDBFL0     0xF0065BA0          Read Data and Bit Flip Register 0
MC75_RDBFL1     0xF0065BA2          Read Data and Bit Flip Register 1
MC75_RDBFL2     0xF0065BA4          Read Data and Bit Flip Register 2
MC75_RDBFL3     0xF0065BA6          Read Data and Bit Flip Register 3
MC75_RDBFL4     0xF0065BA8          Read Data and Bit Flip Register 4
MC75_RDBFL5     0xF0065BAA          Read Data and Bit Flip Register 5
MC75_RDBFL6     0xF0065BAC          Read Data and Bit Flip Register 6
MC75_RDBFL7     0xF0065BAE          Read Data and Bit Flip Register 7
MC75_RDBFL8     0xF0065BB0          Read Data and Bit Flip Register 8
MC75_RDBFL9     0xF0065BB2          Read Data and Bit Flip Register 9
MC75_RDBFL10    0xF0065BB4          Read Data and Bit Flip Register 10
MC75_RDBFL11    0xF0065BB6          Read Data and Bit Flip Register 11
MC75_RDBFL12    0xF0065BB8          Read Data and Bit Flip Register 12
MC75_RDBFL13    0xF0065BBA          Read Data and Bit Flip Register 13
MC75_RDBFL14    0xF0065BBC          Read Data and Bit Flip Register 14
MC75_RDBFL15    0xF0065BBE          Read Data and Bit Flip Register 15
MC75_RDBFL16    0xF0065BC0          Read Data and Bit Flip Register 16
MC75_RDBFL17    0xF0065BC2          Read Data and Bit Flip Register 17
MC75_RDBFL18    0xF0065BC4          Read Data and Bit Flip Register 18
MC75_RDBFL19    0xF0065BC6          Read Data and Bit Flip Register 19
MC75_RDBFL20    0xF0065BC8          Read Data and Bit Flip Register 20
MC75_RDBFL21    0xF0065BCA          Read Data and Bit Flip Register 21
MC75_RDBFL22    0xF0065BCC          Read Data and Bit Flip Register 22
MC75_RDBFL23    0xF0065BCE          Read Data and Bit Flip Register 23
MC75_RDBFL24    0xF0065BD0          Read Data and Bit Flip Register 24
MC75_RDBFL25    0xF0065BD2          Read Data and Bit Flip Register 25
MC75_RDBFL26    0xF0065BD4          Read Data and Bit Flip Register 26
MC75_RDBFL27    0xF0065BD6          Read Data and Bit Flip Register 27
MC75_RDBFL28    0xF0065BD8          Read Data and Bit Flip Register 28
MC75_RDBFL29    0xF0065BDA          Read Data and Bit Flip Register 29
MC75_RDBFL30    0xF0065BDC          Read Data and Bit Flip Register 30
MC75_RDBFL31    0xF0065BDE          Read Data and Bit Flip Register 31
MC75_RDBFL32    0xF0065BE0          Read Data and Bit Flip Register 32
MC75_RDBFL33    0xF0065BE2          Read Data and Bit Flip Register 33
MC75_RDBFL34    0xF0065BE4          Read Data and Bit Flip Register 34
MC75_RDBFL35    0xF0065BE6          Read Data and Bit Flip Register 35
MC75_RDBFL36    0xF0065BE8          Read Data and Bit Flip Register 36
MC75_RDBFL37    0xF0065BEA          Read Data and Bit Flip Register 37
MC75_RDBFL38    0xF0065BEC          Read Data and Bit Flip Register 38
MC75_RDBFL39    0xF0065BEE          Read Data and Bit Flip Register 39
MC76_CONFIG0    0xF0065C00          Configuration Register 0
MC76_CONFIG1    0xF0065C02          Configuration Register 1
MC76_MCONTROL   0xF0065C04          MBIST Control Register
MC76_MSTATUS    0xF0065C06          Status Register
MC76_RANGE      0xF0065C08          Range Register, single address mode
MC76_REVID      0xF0065C0C          Revision ID Register
MC76_ECCS       0xF0065C0E          ECC Safety Register
MC76_ECCD       0xF0065C10          Memory ECC Detection Register
MC76_ETRR0      0xF0065C12          Error Tracking Register 0
MC76_ETRR1      0xF0065C14          Error Tracking Register 1
MC76_ETRR2      0xF0065C16          Error Tracking Register 2
MC76_ETRR3      0xF0065C18          Error Tracking Register 3
MC76_ETRR4      0xF0065C1A          Error Tracking Register 4
MC76_RDBFL0     0xF0065CA0          Read Data and Bit Flip Register 0
MC76_RDBFL1     0xF0065CA2          Read Data and Bit Flip Register 1
MC76_RDBFL2     0xF0065CA4          Read Data and Bit Flip Register 2
MC76_RDBFL3     0xF0065CA6          Read Data and Bit Flip Register 3
MC76_RDBFL4     0xF0065CA8          Read Data and Bit Flip Register 4
MC76_RDBFL5     0xF0065CAA          Read Data and Bit Flip Register 5
MC76_RDBFL6     0xF0065CAC          Read Data and Bit Flip Register 6
MC76_RDBFL7     0xF0065CAE          Read Data and Bit Flip Register 7
MC76_RDBFL8     0xF0065CB0          Read Data and Bit Flip Register 8
MC76_RDBFL9     0xF0065CB2          Read Data and Bit Flip Register 9
MC76_RDBFL10    0xF0065CB4          Read Data and Bit Flip Register 10
MC76_RDBFL11    0xF0065CB6          Read Data and Bit Flip Register 11
MC76_RDBFL12    0xF0065CB8          Read Data and Bit Flip Register 12
MC76_RDBFL13    0xF0065CBA          Read Data and Bit Flip Register 13
MC76_RDBFL14    0xF0065CBC          Read Data and Bit Flip Register 14
MC76_RDBFL15    0xF0065CBE          Read Data and Bit Flip Register 15
MC76_RDBFL16    0xF0065CC0          Read Data and Bit Flip Register 16
MC76_RDBFL17    0xF0065CC2          Read Data and Bit Flip Register 17
MC76_RDBFL18    0xF0065CC4          Read Data and Bit Flip Register 18
MC76_RDBFL19    0xF0065CC6          Read Data and Bit Flip Register 19
MC76_RDBFL20    0xF0065CC8          Read Data and Bit Flip Register 20
MC76_RDBFL21    0xF0065CCA          Read Data and Bit Flip Register 21
MC76_RDBFL22    0xF0065CCC          Read Data and Bit Flip Register 22
MC76_RDBFL23    0xF0065CCE          Read Data and Bit Flip Register 23
MC76_RDBFL24    0xF0065CD0          Read Data and Bit Flip Register 24
MC76_RDBFL25    0xF0065CD2          Read Data and Bit Flip Register 25
MC76_RDBFL26    0xF0065CD4          Read Data and Bit Flip Register 26
MC76_RDBFL27    0xF0065CD6          Read Data and Bit Flip Register 27
MC76_RDBFL28    0xF0065CD8          Read Data and Bit Flip Register 28
MC76_RDBFL29    0xF0065CDA          Read Data and Bit Flip Register 29
MC76_RDBFL30    0xF0065CDC          Read Data and Bit Flip Register 30
MC76_RDBFL31    0xF0065CDE          Read Data and Bit Flip Register 31
MC76_RDBFL32    0xF0065CE0          Read Data and Bit Flip Register 32
MC76_RDBFL33    0xF0065CE2          Read Data and Bit Flip Register 33
MC76_RDBFL34    0xF0065CE4          Read Data and Bit Flip Register 34
MC76_RDBFL35    0xF0065CE6          Read Data and Bit Flip Register 35
MC76_RDBFL36    0xF0065CE8          Read Data and Bit Flip Register 36
MC76_RDBFL37    0xF0065CEA          Read Data and Bit Flip Register 37
MC76_RDBFL38    0xF0065CEC          Read Data and Bit Flip Register 38
MC76_RDBFL39    0xF0065CEE          Read Data and Bit Flip Register 39
MC77_CONFIG0    0xF0065D00          Configuration Register 0
MC77_CONFIG1    0xF0065D02          Configuration Register 1
MC77_MCONTROL   0xF0065D04          MBIST Control Register
MC77_MSTATUS    0xF0065D06          Status Register
MC77_RANGE      0xF0065D08          Range Register, single address mode
MC77_REVID      0xF0065D0C          Revision ID Register
MC77_ECCS       0xF0065D0E          ECC Safety Register
MC77_ECCD       0xF0065D10          Memory ECC Detection Register
MC77_ETRR0      0xF0065D12          Error Tracking Register 0
MC77_ETRR1      0xF0065D14          Error Tracking Register 1
MC77_ETRR2      0xF0065D16          Error Tracking Register 2
MC77_ETRR3      0xF0065D18          Error Tracking Register 3
MC77_ETRR4      0xF0065D1A          Error Tracking Register 4
MC77_RDBFL0     0xF0065DA0          Read Data and Bit Flip Register 0
MC77_RDBFL1     0xF0065DA2          Read Data and Bit Flip Register 1
MC77_RDBFL2     0xF0065DA4          Read Data and Bit Flip Register 2
MC77_RDBFL3     0xF0065DA6          Read Data and Bit Flip Register 3
MC77_RDBFL4     0xF0065DA8          Read Data and Bit Flip Register 4
MC77_RDBFL5     0xF0065DAA          Read Data and Bit Flip Register 5
MC77_RDBFL6     0xF0065DAC          Read Data and Bit Flip Register 6
MC77_RDBFL7     0xF0065DAE          Read Data and Bit Flip Register 7
MC77_RDBFL8     0xF0065DB0          Read Data and Bit Flip Register 8
MC77_RDBFL9     0xF0065DB2          Read Data and Bit Flip Register 9
MC77_RDBFL10    0xF0065DB4          Read Data and Bit Flip Register 10
MC77_RDBFL11    0xF0065DB6          Read Data and Bit Flip Register 11
MC77_RDBFL12    0xF0065DB8          Read Data and Bit Flip Register 12
MC77_RDBFL13    0xF0065DBA          Read Data and Bit Flip Register 13
MC77_RDBFL14    0xF0065DBC          Read Data and Bit Flip Register 14
MC77_RDBFL15    0xF0065DBE          Read Data and Bit Flip Register 15
MC77_RDBFL16    0xF0065DC0          Read Data and Bit Flip Register 16
MC77_RDBFL17    0xF0065DC2          Read Data and Bit Flip Register 17
MC77_RDBFL18    0xF0065DC4          Read Data and Bit Flip Register 18
MC77_RDBFL19    0xF0065DC6          Read Data and Bit Flip Register 19
MC77_RDBFL20    0xF0065DC8          Read Data and Bit Flip Register 20
MC77_RDBFL21    0xF0065DCA          Read Data and Bit Flip Register 21
MC77_RDBFL22    0xF0065DCC          Read Data and Bit Flip Register 22
MC77_RDBFL23    0xF0065DCE          Read Data and Bit Flip Register 23
MC77_RDBFL24    0xF0065DD0          Read Data and Bit Flip Register 24
MC77_RDBFL25    0xF0065DD2          Read Data and Bit Flip Register 25
MC77_RDBFL26    0xF0065DD4          Read Data and Bit Flip Register 26
MC77_RDBFL27    0xF0065DD6          Read Data and Bit Flip Register 27
MC77_RDBFL28    0xF0065DD8          Read Data and Bit Flip Register 28
MC77_RDBFL29    0xF0065DDA          Read Data and Bit Flip Register 29
MC77_RDBFL30    0xF0065DDC          Read Data and Bit Flip Register 30
MC77_RDBFL31    0xF0065DDE          Read Data and Bit Flip Register 31
MC77_RDBFL32    0xF0065DE0          Read Data and Bit Flip Register 32
MC77_RDBFL33    0xF0065DE2          Read Data and Bit Flip Register 33
MC77_RDBFL34    0xF0065DE4          Read Data and Bit Flip Register 34
MC77_RDBFL35    0xF0065DE6          Read Data and Bit Flip Register 35
MC77_RDBFL36    0xF0065DE8          Read Data and Bit Flip Register 36
MC77_RDBFL37    0xF0065DEA          Read Data and Bit Flip Register 37
MC77_RDBFL38    0xF0065DEC          Read Data and Bit Flip Register 38
MC77_RDBFL39    0xF0065DEE          Read Data and Bit Flip Register 39
MC78_CONFIG0    0xF0065E00          Configuration Register 0
MC78_CONFIG1    0xF0065E02          Configuration Register 1
MC78_MCONTROL   0xF0065E04          MBIST Control Register
MC78_MSTATUS    0xF0065E06          Status Register
MC78_RANGE      0xF0065E08          Range Register, single address mode
MC78_REVID      0xF0065E0C          Revision ID Register
MC78_ECCS       0xF0065E0E          ECC Safety Register
MC78_ECCD       0xF0065E10          Memory ECC Detection Register
MC78_ETRR0      0xF0065E12          Error Tracking Register 0
MC78_ETRR1      0xF0065E14          Error Tracking Register 1
MC78_ETRR2      0xF0065E16          Error Tracking Register 2
MC78_ETRR3      0xF0065E18          Error Tracking Register 3
MC78_ETRR4      0xF0065E1A          Error Tracking Register 4
MC78_RDBFL0     0xF0065EA0          Read Data and Bit Flip Register 0
MC78_RDBFL1     0xF0065EA2          Read Data and Bit Flip Register 1
MC78_RDBFL2     0xF0065EA4          Read Data and Bit Flip Register 2
MC78_RDBFL3     0xF0065EA6          Read Data and Bit Flip Register 3
MC78_RDBFL4     0xF0065EA8          Read Data and Bit Flip Register 4
MC78_RDBFL5     0xF0065EAA          Read Data and Bit Flip Register 5
MC78_RDBFL6     0xF0065EAC          Read Data and Bit Flip Register 6
MC78_RDBFL7     0xF0065EAE          Read Data and Bit Flip Register 7
MC78_RDBFL8     0xF0065EB0          Read Data and Bit Flip Register 8
MC78_RDBFL9     0xF0065EB2          Read Data and Bit Flip Register 9
MC78_RDBFL10    0xF0065EB4          Read Data and Bit Flip Register 10
MC78_RDBFL11    0xF0065EB6          Read Data and Bit Flip Register 11
MC78_RDBFL12    0xF0065EB8          Read Data and Bit Flip Register 12
MC78_RDBFL13    0xF0065EBA          Read Data and Bit Flip Register 13
MC78_RDBFL14    0xF0065EBC          Read Data and Bit Flip Register 14
MC78_RDBFL15    0xF0065EBE          Read Data and Bit Flip Register 15
MC78_RDBFL16    0xF0065EC0          Read Data and Bit Flip Register 16
MC78_RDBFL17    0xF0065EC2          Read Data and Bit Flip Register 17
MC78_RDBFL18    0xF0065EC4          Read Data and Bit Flip Register 18
MC78_RDBFL19    0xF0065EC6          Read Data and Bit Flip Register 19
MC78_RDBFL20    0xF0065EC8          Read Data and Bit Flip Register 20
MC78_RDBFL21    0xF0065ECA          Read Data and Bit Flip Register 21
MC78_RDBFL22    0xF0065ECC          Read Data and Bit Flip Register 22
MC78_RDBFL23    0xF0065ECE          Read Data and Bit Flip Register 23
MC78_RDBFL24    0xF0065ED0          Read Data and Bit Flip Register 24
MC78_RDBFL25    0xF0065ED2          Read Data and Bit Flip Register 25
MC78_RDBFL26    0xF0065ED4          Read Data and Bit Flip Register 26
MC78_RDBFL27    0xF0065ED6          Read Data and Bit Flip Register 27
MC78_RDBFL28    0xF0065ED8          Read Data and Bit Flip Register 28
MC78_RDBFL29    0xF0065EDA          Read Data and Bit Flip Register 29
MC78_RDBFL30    0xF0065EDC          Read Data and Bit Flip Register 30
MC78_RDBFL31    0xF0065EDE          Read Data and Bit Flip Register 31
MC78_RDBFL32    0xF0065EE0          Read Data and Bit Flip Register 32
MC78_RDBFL33    0xF0065EE2          Read Data and Bit Flip Register 33
MC78_RDBFL34    0xF0065EE4          Read Data and Bit Flip Register 34
MC78_RDBFL35    0xF0065EE6          Read Data and Bit Flip Register 35
MC78_RDBFL36    0xF0065EE8          Read Data and Bit Flip Register 36
MC78_RDBFL37    0xF0065EEA          Read Data and Bit Flip Register 37
MC78_RDBFL38    0xF0065EEC          Read Data and Bit Flip Register 38
MC78_RDBFL39    0xF0065EEE          Read Data and Bit Flip Register 39
MC79_CONFIG0    0xF0065F00          Configuration Register 0
MC79_CONFIG1    0xF0065F02          Configuration Register 1
MC79_MCONTROL   0xF0065F04          MBIST Control Register
MC79_MSTATUS    0xF0065F06          Status Register
MC79_RANGE      0xF0065F08          Range Register, single address mode
MC79_REVID      0xF0065F0C          Revision ID Register
MC79_ECCS       0xF0065F0E          ECC Safety Register
MC79_ECCD       0xF0065F10          Memory ECC Detection Register
MC79_ETRR0      0xF0065F12          Error Tracking Register 0
MC79_ETRR1      0xF0065F14          Error Tracking Register 1
MC79_ETRR2      0xF0065F16          Error Tracking Register 2
MC79_ETRR3      0xF0065F18          Error Tracking Register 3
MC79_ETRR4      0xF0065F1A          Error Tracking Register 4
MC79_RDBFL0     0xF0065FA0          Read Data and Bit Flip Register 0
MC79_RDBFL1     0xF0065FA2          Read Data and Bit Flip Register 1
MC79_RDBFL2     0xF0065FA4          Read Data and Bit Flip Register 2
MC79_RDBFL3     0xF0065FA6          Read Data and Bit Flip Register 3
MC79_RDBFL4     0xF0065FA8          Read Data and Bit Flip Register 4
MC79_RDBFL5     0xF0065FAA          Read Data and Bit Flip Register 5
MC79_RDBFL6     0xF0065FAC          Read Data and Bit Flip Register 6
MC79_RDBFL7     0xF0065FAE          Read Data and Bit Flip Register 7
MC79_RDBFL8     0xF0065FB0          Read Data and Bit Flip Register 8
MC79_RDBFL9     0xF0065FB2          Read Data and Bit Flip Register 9
MC79_RDBFL10    0xF0065FB4          Read Data and Bit Flip Register 10
MC79_RDBFL11    0xF0065FB6          Read Data and Bit Flip Register 11
MC79_RDBFL12    0xF0065FB8          Read Data and Bit Flip Register 12
MC79_RDBFL13    0xF0065FBA          Read Data and Bit Flip Register 13
MC79_RDBFL14    0xF0065FBC          Read Data and Bit Flip Register 14
MC79_RDBFL15    0xF0065FBE          Read Data and Bit Flip Register 15
MC79_RDBFL16    0xF0065FC0          Read Data and Bit Flip Register 16
MC79_RDBFL17    0xF0065FC2          Read Data and Bit Flip Register 17
MC79_RDBFL18    0xF0065FC4          Read Data and Bit Flip Register 18
MC79_RDBFL19    0xF0065FC6          Read Data and Bit Flip Register 19
MC79_RDBFL20    0xF0065FC8          Read Data and Bit Flip Register 20
MC79_RDBFL21    0xF0065FCA          Read Data and Bit Flip Register 21
MC79_RDBFL22    0xF0065FCC          Read Data and Bit Flip Register 22
MC79_RDBFL23    0xF0065FCE          Read Data and Bit Flip Register 23
MC79_RDBFL24    0xF0065FD0          Read Data and Bit Flip Register 24
MC79_RDBFL25    0xF0065FD2          Read Data and Bit Flip Register 25
MC79_RDBFL26    0xF0065FD4          Read Data and Bit Flip Register 26
MC79_RDBFL27    0xF0065FD6          Read Data and Bit Flip Register 27
MC79_RDBFL28    0xF0065FD8          Read Data and Bit Flip Register 28
MC79_RDBFL29    0xF0065FDA          Read Data and Bit Flip Register 29
MC79_RDBFL30    0xF0065FDC          Read Data and Bit Flip Register 30
MC79_RDBFL31    0xF0065FDE          Read Data and Bit Flip Register 31
MC79_RDBFL32    0xF0065FE0          Read Data and Bit Flip Register 32
MC79_RDBFL33    0xF0065FE2          Read Data and Bit Flip Register 33
MC79_RDBFL34    0xF0065FE4          Read Data and Bit Flip Register 34
MC79_RDBFL35    0xF0065FE6          Read Data and Bit Flip Register 35
MC79_RDBFL36    0xF0065FE8          Read Data and Bit Flip Register 36
MC79_RDBFL37    0xF0065FEA          Read Data and Bit Flip Register 37
MC79_RDBFL38    0xF0065FEC          Read Data and Bit Flip Register 38
MC79_RDBFL39    0xF0065FEE          Read Data and Bit Flip Register 39
MC80_CONFIG0    0xF0066000          Configuration Register 0
MC80_CONFIG1    0xF0066002          Configuration Register 1
MC80_MCONTROL   0xF0066004          MBIST Control Register
MC80_MSTATUS    0xF0066006          Status Register
MC80_RANGE      0xF0066008          Range Register, single address mode
MC80_REVID      0xF006600C          Revision ID Register
MC80_ECCS       0xF006600E          ECC Safety Register
MC80_ECCD       0xF0066010          Memory ECC Detection Register
MC80_ETRR0      0xF0066012          Error Tracking Register 0
MC80_ETRR1      0xF0066014          Error Tracking Register 1
MC80_ETRR2      0xF0066016          Error Tracking Register 2
MC80_ETRR3      0xF0066018          Error Tracking Register 3
MC80_ETRR4      0xF006601A          Error Tracking Register 4
MC80_RDBFL0     0xF00660A0          Read Data and Bit Flip Register 0
MC80_RDBFL1     0xF00660A2          Read Data and Bit Flip Register 1
MC80_RDBFL2     0xF00660A4          Read Data and Bit Flip Register 2
MC80_RDBFL3     0xF00660A6          Read Data and Bit Flip Register 3
MC80_RDBFL4     0xF00660A8          Read Data and Bit Flip Register 4
MC80_RDBFL5     0xF00660AA          Read Data and Bit Flip Register 5
MC80_RDBFL6     0xF00660AC          Read Data and Bit Flip Register 6
MC80_RDBFL7     0xF00660AE          Read Data and Bit Flip Register 7
MC80_RDBFL8     0xF00660B0          Read Data and Bit Flip Register 8
MC80_RDBFL9     0xF00660B2          Read Data and Bit Flip Register 9
MC80_RDBFL10    0xF00660B4          Read Data and Bit Flip Register 10
MC80_RDBFL11    0xF00660B6          Read Data and Bit Flip Register 11
MC80_RDBFL12    0xF00660B8          Read Data and Bit Flip Register 12
MC80_RDBFL13    0xF00660BA          Read Data and Bit Flip Register 13
MC80_RDBFL14    0xF00660BC          Read Data and Bit Flip Register 14
MC80_RDBFL15    0xF00660BE          Read Data and Bit Flip Register 15
MC80_RDBFL16    0xF00660C0          Read Data and Bit Flip Register 16
MC80_RDBFL17    0xF00660C2          Read Data and Bit Flip Register 17
MC80_RDBFL18    0xF00660C4          Read Data and Bit Flip Register 18
MC80_RDBFL19    0xF00660C6          Read Data and Bit Flip Register 19
MC80_RDBFL20    0xF00660C8          Read Data and Bit Flip Register 20
MC80_RDBFL21    0xF00660CA          Read Data and Bit Flip Register 21
MC80_RDBFL22    0xF00660CC          Read Data and Bit Flip Register 22
MC80_RDBFL23    0xF00660CE          Read Data and Bit Flip Register 23
MC80_RDBFL24    0xF00660D0          Read Data and Bit Flip Register 24
MC80_RDBFL25    0xF00660D2          Read Data and Bit Flip Register 25
MC80_RDBFL26    0xF00660D4          Read Data and Bit Flip Register 26
MC80_RDBFL27    0xF00660D6          Read Data and Bit Flip Register 27
MC80_RDBFL28    0xF00660D8          Read Data and Bit Flip Register 28
MC80_RDBFL29    0xF00660DA          Read Data and Bit Flip Register 29
MC80_RDBFL30    0xF00660DC          Read Data and Bit Flip Register 30
MC80_RDBFL31    0xF00660DE          Read Data and Bit Flip Register 31
MC80_RDBFL32    0xF00660E0          Read Data and Bit Flip Register 32
MC80_RDBFL33    0xF00660E2          Read Data and Bit Flip Register 33
MC80_RDBFL34    0xF00660E4          Read Data and Bit Flip Register 34
MC80_RDBFL35    0xF00660E6          Read Data and Bit Flip Register 35
MC80_RDBFL36    0xF00660E8          Read Data and Bit Flip Register 36
MC80_RDBFL37    0xF00660EA          Read Data and Bit Flip Register 37
MC80_RDBFL38    0xF00660EC          Read Data and Bit Flip Register 38
MC80_RDBFL39    0xF00660EE          Read Data and Bit Flip Register 39
MC81_CONFIG0    0xF0066100          Configuration Register 0
MC81_CONFIG1    0xF0066102          Configuration Register 1
MC81_MCONTROL   0xF0066104          MBIST Control Register
MC81_MSTATUS    0xF0066106          Status Register
MC81_RANGE      0xF0066108          Range Register, single address mode
MC81_REVID      0xF006610C          Revision ID Register
MC81_ECCS       0xF006610E          ECC Safety Register
MC81_ECCD       0xF0066110          Memory ECC Detection Register
MC81_ETRR0      0xF0066112          Error Tracking Register 0
MC81_ETRR1      0xF0066114          Error Tracking Register 1
MC81_ETRR2      0xF0066116          Error Tracking Register 2
MC81_ETRR3      0xF0066118          Error Tracking Register 3
MC81_ETRR4      0xF006611A          Error Tracking Register 4
MC81_RDBFL0     0xF00661A0          Read Data and Bit Flip Register 0
MC81_RDBFL1     0xF00661A2          Read Data and Bit Flip Register 1
MC81_RDBFL2     0xF00661A4          Read Data and Bit Flip Register 2
MC81_RDBFL3     0xF00661A6          Read Data and Bit Flip Register 3
MC81_RDBFL4     0xF00661A8          Read Data and Bit Flip Register 4
MC81_RDBFL5     0xF00661AA          Read Data and Bit Flip Register 5
MC81_RDBFL6     0xF00661AC          Read Data and Bit Flip Register 6
MC81_RDBFL7     0xF00661AE          Read Data and Bit Flip Register 7
MC81_RDBFL8     0xF00661B0          Read Data and Bit Flip Register 8
MC81_RDBFL9     0xF00661B2          Read Data and Bit Flip Register 9
MC81_RDBFL10    0xF00661B4          Read Data and Bit Flip Register 10
MC81_RDBFL11    0xF00661B6          Read Data and Bit Flip Register 11
MC81_RDBFL12    0xF00661B8          Read Data and Bit Flip Register 12
MC81_RDBFL13    0xF00661BA          Read Data and Bit Flip Register 13
MC81_RDBFL14    0xF00661BC          Read Data and Bit Flip Register 14
MC81_RDBFL15    0xF00661BE          Read Data and Bit Flip Register 15
MC81_RDBFL16    0xF00661C0          Read Data and Bit Flip Register 16
MC81_RDBFL17    0xF00661C2          Read Data and Bit Flip Register 17
MC81_RDBFL18    0xF00661C4          Read Data and Bit Flip Register 18
MC81_RDBFL19    0xF00661C6          Read Data and Bit Flip Register 19
MC81_RDBFL20    0xF00661C8          Read Data and Bit Flip Register 20
MC81_RDBFL21    0xF00661CA          Read Data and Bit Flip Register 21
MC81_RDBFL22    0xF00661CC          Read Data and Bit Flip Register 22
MC81_RDBFL23    0xF00661CE          Read Data and Bit Flip Register 23
MC81_RDBFL24    0xF00661D0          Read Data and Bit Flip Register 24
MC81_RDBFL25    0xF00661D2          Read Data and Bit Flip Register 25
MC81_RDBFL26    0xF00661D4          Read Data and Bit Flip Register 26
MC81_RDBFL27    0xF00661D6          Read Data and Bit Flip Register 27
MC81_RDBFL28    0xF00661D8          Read Data and Bit Flip Register 28
MC81_RDBFL29    0xF00661DA          Read Data and Bit Flip Register 29
MC81_RDBFL30    0xF00661DC          Read Data and Bit Flip Register 30
MC81_RDBFL31    0xF00661DE          Read Data and Bit Flip Register 31
MC81_RDBFL32    0xF00661E0          Read Data and Bit Flip Register 32
MC81_RDBFL33    0xF00661E2          Read Data and Bit Flip Register 33
MC81_RDBFL34    0xF00661E4          Read Data and Bit Flip Register 34
MC81_RDBFL35    0xF00661E6          Read Data and Bit Flip Register 35
MC81_RDBFL36    0xF00661E8          Read Data and Bit Flip Register 36
MC81_RDBFL37    0xF00661EA          Read Data and Bit Flip Register 37
MC81_RDBFL38    0xF00661EC          Read Data and Bit Flip Register 38
MC81_RDBFL39    0xF00661EE          Read Data and Bit Flip Register 39
MC82_CONFIG0    0xF0066200          Configuration Register 0
MC82_CONFIG1    0xF0066202          Configuration Register 1
MC82_MCONTROL   0xF0066204          MBIST Control Register
MC82_MSTATUS    0xF0066206          Status Register
MC82_RANGE      0xF0066208          Range Register, single address mode
MC82_REVID      0xF006620C          Revision ID Register
MC82_ECCS       0xF006620E          ECC Safety Register
MC82_ECCD       0xF0066210          Memory ECC Detection Register
MC82_ETRR0      0xF0066212          Error Tracking Register 0
MC82_ETRR1      0xF0066214          Error Tracking Register 1
MC82_ETRR2      0xF0066216          Error Tracking Register 2
MC82_ETRR3      0xF0066218          Error Tracking Register 3
MC82_ETRR4      0xF006621A          Error Tracking Register 4
MC82_RDBFL0     0xF00662A0          Read Data and Bit Flip Register 0
MC82_RDBFL1     0xF00662A2          Read Data and Bit Flip Register 1
MC82_RDBFL2     0xF00662A4          Read Data and Bit Flip Register 2
MC82_RDBFL3     0xF00662A6          Read Data and Bit Flip Register 3
MC82_RDBFL4     0xF00662A8          Read Data and Bit Flip Register 4
MC82_RDBFL5     0xF00662AA          Read Data and Bit Flip Register 5
MC82_RDBFL6     0xF00662AC          Read Data and Bit Flip Register 6
MC82_RDBFL7     0xF00662AE          Read Data and Bit Flip Register 7
MC82_RDBFL8     0xF00662B0          Read Data and Bit Flip Register 8
MC82_RDBFL9     0xF00662B2          Read Data and Bit Flip Register 9
MC82_RDBFL10    0xF00662B4          Read Data and Bit Flip Register 10
MC82_RDBFL11    0xF00662B6          Read Data and Bit Flip Register 11
MC82_RDBFL12    0xF00662B8          Read Data and Bit Flip Register 12
MC82_RDBFL13    0xF00662BA          Read Data and Bit Flip Register 13
MC82_RDBFL14    0xF00662BC          Read Data and Bit Flip Register 14
MC82_RDBFL15    0xF00662BE          Read Data and Bit Flip Register 15
MC82_RDBFL16    0xF00662C0          Read Data and Bit Flip Register 16
MC82_RDBFL17    0xF00662C2          Read Data and Bit Flip Register 17
MC82_RDBFL18    0xF00662C4          Read Data and Bit Flip Register 18
MC82_RDBFL19    0xF00662C6          Read Data and Bit Flip Register 19
MC82_RDBFL20    0xF00662C8          Read Data and Bit Flip Register 20
MC82_RDBFL21    0xF00662CA          Read Data and Bit Flip Register 21
MC82_RDBFL22    0xF00662CC          Read Data and Bit Flip Register 22
MC82_RDBFL23    0xF00662CE          Read Data and Bit Flip Register 23
MC82_RDBFL24    0xF00662D0          Read Data and Bit Flip Register 24
MC82_RDBFL25    0xF00662D2          Read Data and Bit Flip Register 25
MC82_RDBFL26    0xF00662D4          Read Data and Bit Flip Register 26
MC82_RDBFL27    0xF00662D6          Read Data and Bit Flip Register 27
MC82_RDBFL28    0xF00662D8          Read Data and Bit Flip Register 28
MC82_RDBFL29    0xF00662DA          Read Data and Bit Flip Register 29
MC82_RDBFL30    0xF00662DC          Read Data and Bit Flip Register 30
MC82_RDBFL31    0xF00662DE          Read Data and Bit Flip Register 31
MC82_RDBFL32    0xF00662E0          Read Data and Bit Flip Register 32
MC82_RDBFL33    0xF00662E2          Read Data and Bit Flip Register 33
MC82_RDBFL34    0xF00662E4          Read Data and Bit Flip Register 34
MC82_RDBFL35    0xF00662E6          Read Data and Bit Flip Register 35
MC82_RDBFL36    0xF00662E8          Read Data and Bit Flip Register 36
MC82_RDBFL37    0xF00662EA          Read Data and Bit Flip Register 37
MC82_RDBFL38    0xF00662EC          Read Data and Bit Flip Register 38
MC82_RDBFL39    0xF00662EE          Read Data and Bit Flip Register 39
MC83_CONFIG0    0xF0066300          Configuration Register 0
MC83_CONFIG1    0xF0066302          Configuration Register 1
MC83_MCONTROL   0xF0066304          MBIST Control Register
MC83_MSTATUS    0xF0066306          Status Register
MC83_RANGE      0xF0066308          Range Register, single address mode
MC83_REVID      0xF006630C          Revision ID Register
MC83_ECCS       0xF006630E          ECC Safety Register
MC83_ECCD       0xF0066310          Memory ECC Detection Register
MC83_ETRR0      0xF0066312          Error Tracking Register 0
MC83_ETRR1      0xF0066314          Error Tracking Register 1
MC83_ETRR2      0xF0066316          Error Tracking Register 2
MC83_ETRR3      0xF0066318          Error Tracking Register 3
MC83_ETRR4      0xF006631A          Error Tracking Register 4
MC83_RDBFL0     0xF00663A0          Read Data and Bit Flip Register 0
MC83_RDBFL1     0xF00663A2          Read Data and Bit Flip Register 1
MC83_RDBFL2     0xF00663A4          Read Data and Bit Flip Register 2
MC83_RDBFL3     0xF00663A6          Read Data and Bit Flip Register 3
MC83_RDBFL4     0xF00663A8          Read Data and Bit Flip Register 4
MC83_RDBFL5     0xF00663AA          Read Data and Bit Flip Register 5
MC83_RDBFL6     0xF00663AC          Read Data and Bit Flip Register 6
MC83_RDBFL7     0xF00663AE          Read Data and Bit Flip Register 7
MC83_RDBFL8     0xF00663B0          Read Data and Bit Flip Register 8
MC83_RDBFL9     0xF00663B2          Read Data and Bit Flip Register 9
MC83_RDBFL10    0xF00663B4          Read Data and Bit Flip Register 10
MC83_RDBFL11    0xF00663B6          Read Data and Bit Flip Register 11
MC83_RDBFL12    0xF00663B8          Read Data and Bit Flip Register 12
MC83_RDBFL13    0xF00663BA          Read Data and Bit Flip Register 13
MC83_RDBFL14    0xF00663BC          Read Data and Bit Flip Register 14
MC83_RDBFL15    0xF00663BE          Read Data and Bit Flip Register 15
MC83_RDBFL16    0xF00663C0          Read Data and Bit Flip Register 16
MC83_RDBFL17    0xF00663C2          Read Data and Bit Flip Register 17
MC83_RDBFL18    0xF00663C4          Read Data and Bit Flip Register 18
MC83_RDBFL19    0xF00663C6          Read Data and Bit Flip Register 19
MC83_RDBFL20    0xF00663C8          Read Data and Bit Flip Register 20
MC83_RDBFL21    0xF00663CA          Read Data and Bit Flip Register 21
MC83_RDBFL22    0xF00663CC          Read Data and Bit Flip Register 22
MC83_RDBFL23    0xF00663CE          Read Data and Bit Flip Register 23
MC83_RDBFL24    0xF00663D0          Read Data and Bit Flip Register 24
MC83_RDBFL25    0xF00663D2          Read Data and Bit Flip Register 25
MC83_RDBFL26    0xF00663D4          Read Data and Bit Flip Register 26
MC83_RDBFL27    0xF00663D6          Read Data and Bit Flip Register 27
MC83_RDBFL28    0xF00663D8          Read Data and Bit Flip Register 28
MC83_RDBFL29    0xF00663DA          Read Data and Bit Flip Register 29
MC83_RDBFL30    0xF00663DC          Read Data and Bit Flip Register 30
MC83_RDBFL31    0xF00663DE          Read Data and Bit Flip Register 31
MC83_RDBFL32    0xF00663E0          Read Data and Bit Flip Register 32
MC83_RDBFL33    0xF00663E2          Read Data and Bit Flip Register 33
MC83_RDBFL34    0xF00663E4          Read Data and Bit Flip Register 34
MC83_RDBFL35    0xF00663E6          Read Data and Bit Flip Register 35
MC83_RDBFL36    0xF00663E8          Read Data and Bit Flip Register 36
MC83_RDBFL37    0xF00663EA          Read Data and Bit Flip Register 37
MC83_RDBFL38    0xF00663EC          Read Data and Bit Flip Register 38
MC83_RDBFL39    0xF00663EE          Read Data and Bit Flip Register 39
MC84_CONFIG0    0xF0066400          Configuration Register 0
MC84_CONFIG1    0xF0066402          Configuration Register 1
MC84_MCONTROL   0xF0066404          MBIST Control Register
MC84_MSTATUS    0xF0066406          Status Register
MC84_RANGE      0xF0066408          Range Register, single address mode
MC84_REVID      0xF006640C          Revision ID Register
MC84_ECCS       0xF006640E          ECC Safety Register
MC84_ECCD       0xF0066410          Memory ECC Detection Register
MC84_ETRR0      0xF0066412          Error Tracking Register 0
MC84_ETRR1      0xF0066414          Error Tracking Register 1
MC84_ETRR2      0xF0066416          Error Tracking Register 2
MC84_ETRR3      0xF0066418          Error Tracking Register 3
MC84_ETRR4      0xF006641A          Error Tracking Register 4
MC84_RDBFL0     0xF00664A0          Read Data and Bit Flip Register 0
MC84_RDBFL1     0xF00664A2          Read Data and Bit Flip Register 1
MC84_RDBFL2     0xF00664A4          Read Data and Bit Flip Register 2
MC84_RDBFL3     0xF00664A6          Read Data and Bit Flip Register 3
MC84_RDBFL4     0xF00664A8          Read Data and Bit Flip Register 4
MC84_RDBFL5     0xF00664AA          Read Data and Bit Flip Register 5
MC84_RDBFL6     0xF00664AC          Read Data and Bit Flip Register 6
MC84_RDBFL7     0xF00664AE          Read Data and Bit Flip Register 7
MC84_RDBFL8     0xF00664B0          Read Data and Bit Flip Register 8
MC84_RDBFL9     0xF00664B2          Read Data and Bit Flip Register 9
MC84_RDBFL10    0xF00664B4          Read Data and Bit Flip Register 10
MC84_RDBFL11    0xF00664B6          Read Data and Bit Flip Register 11
MC84_RDBFL12    0xF00664B8          Read Data and Bit Flip Register 12
MC84_RDBFL13    0xF00664BA          Read Data and Bit Flip Register 13
MC84_RDBFL14    0xF00664BC          Read Data and Bit Flip Register 14
MC84_RDBFL15    0xF00664BE          Read Data and Bit Flip Register 15
MC84_RDBFL16    0xF00664C0          Read Data and Bit Flip Register 16
MC84_RDBFL17    0xF00664C2          Read Data and Bit Flip Register 17
MC84_RDBFL18    0xF00664C4          Read Data and Bit Flip Register 18
MC84_RDBFL19    0xF00664C6          Read Data and Bit Flip Register 19
MC84_RDBFL20    0xF00664C8          Read Data and Bit Flip Register 20
MC84_RDBFL21    0xF00664CA          Read Data and Bit Flip Register 21
MC84_RDBFL22    0xF00664CC          Read Data and Bit Flip Register 22
MC84_RDBFL23    0xF00664CE          Read Data and Bit Flip Register 23
MC84_RDBFL24    0xF00664D0          Read Data and Bit Flip Register 24
MC84_RDBFL25    0xF00664D2          Read Data and Bit Flip Register 25
MC84_RDBFL26    0xF00664D4          Read Data and Bit Flip Register 26
MC84_RDBFL27    0xF00664D6          Read Data and Bit Flip Register 27
MC84_RDBFL28    0xF00664D8          Read Data and Bit Flip Register 28
MC84_RDBFL29    0xF00664DA          Read Data and Bit Flip Register 29
MC84_RDBFL30    0xF00664DC          Read Data and Bit Flip Register 30
MC84_RDBFL31    0xF00664DE          Read Data and Bit Flip Register 31
MC84_RDBFL32    0xF00664E0          Read Data and Bit Flip Register 32
MC84_RDBFL33    0xF00664E2          Read Data and Bit Flip Register 33
MC84_RDBFL34    0xF00664E4          Read Data and Bit Flip Register 34
MC84_RDBFL35    0xF00664E6          Read Data and Bit Flip Register 35
MC84_RDBFL36    0xF00664E8          Read Data and Bit Flip Register 36
MC84_RDBFL37    0xF00664EA          Read Data and Bit Flip Register 37
MC84_RDBFL38    0xF00664EC          Read Data and Bit Flip Register 38
MC84_RDBFL39    0xF00664EE          Read Data and Bit Flip Register 39
MC85_CONFIG0    0xF0066500          Configuration Register 0
MC85_CONFIG1    0xF0066502          Configuration Register 1
MC85_MCONTROL   0xF0066504          MBIST Control Register
MC85_MSTATUS    0xF0066506          Status Register
MC85_RANGE      0xF0066508          Range Register, single address mode
MC85_REVID      0xF006650C          Revision ID Register
MC85_ECCS       0xF006650E          ECC Safety Register
MC85_ECCD       0xF0066510          Memory ECC Detection Register
MC85_ETRR0      0xF0066512          Error Tracking Register 0
MC85_ETRR1      0xF0066514          Error Tracking Register 1
MC85_ETRR2      0xF0066516          Error Tracking Register 2
MC85_ETRR3      0xF0066518          Error Tracking Register 3
MC85_ETRR4      0xF006651A          Error Tracking Register 4
MC85_RDBFL0     0xF00665A0          Read Data and Bit Flip Register 0
MC85_RDBFL1     0xF00665A2          Read Data and Bit Flip Register 1
MC85_RDBFL2     0xF00665A4          Read Data and Bit Flip Register 2
MC85_RDBFL3     0xF00665A6          Read Data and Bit Flip Register 3
MC85_RDBFL4     0xF00665A8          Read Data and Bit Flip Register 4
MC85_RDBFL5     0xF00665AA          Read Data and Bit Flip Register 5
MC85_RDBFL6     0xF00665AC          Read Data and Bit Flip Register 6
MC85_RDBFL7     0xF00665AE          Read Data and Bit Flip Register 7
MC85_RDBFL8     0xF00665B0          Read Data and Bit Flip Register 8
MC85_RDBFL9     0xF00665B2          Read Data and Bit Flip Register 9
MC85_RDBFL10    0xF00665B4          Read Data and Bit Flip Register 10
MC85_RDBFL11    0xF00665B6          Read Data and Bit Flip Register 11
MC85_RDBFL12    0xF00665B8          Read Data and Bit Flip Register 12
MC85_RDBFL13    0xF00665BA          Read Data and Bit Flip Register 13
MC85_RDBFL14    0xF00665BC          Read Data and Bit Flip Register 14
MC85_RDBFL15    0xF00665BE          Read Data and Bit Flip Register 15
MC85_RDBFL16    0xF00665C0          Read Data and Bit Flip Register 16
MC85_RDBFL17    0xF00665C2          Read Data and Bit Flip Register 17
MC85_RDBFL18    0xF00665C4          Read Data and Bit Flip Register 18
MC85_RDBFL19    0xF00665C6          Read Data and Bit Flip Register 19
MC85_RDBFL20    0xF00665C8          Read Data and Bit Flip Register 20
MC85_RDBFL21    0xF00665CA          Read Data and Bit Flip Register 21
MC85_RDBFL22    0xF00665CC          Read Data and Bit Flip Register 22
MC85_RDBFL23    0xF00665CE          Read Data and Bit Flip Register 23
MC85_RDBFL24    0xF00665D0          Read Data and Bit Flip Register 24
MC85_RDBFL25    0xF00665D2          Read Data and Bit Flip Register 25
MC85_RDBFL26    0xF00665D4          Read Data and Bit Flip Register 26
MC85_RDBFL27    0xF00665D6          Read Data and Bit Flip Register 27
MC85_RDBFL28    0xF00665D8          Read Data and Bit Flip Register 28
MC85_RDBFL29    0xF00665DA          Read Data and Bit Flip Register 29
MC85_RDBFL30    0xF00665DC          Read Data and Bit Flip Register 30
MC85_RDBFL31    0xF00665DE          Read Data and Bit Flip Register 31
MC85_RDBFL32    0xF00665E0          Read Data and Bit Flip Register 32
MC85_RDBFL33    0xF00665E2          Read Data and Bit Flip Register 33
MC85_RDBFL34    0xF00665E4          Read Data and Bit Flip Register 34
MC85_RDBFL35    0xF00665E6          Read Data and Bit Flip Register 35
MC85_RDBFL36    0xF00665E8          Read Data and Bit Flip Register 36
MC85_RDBFL37    0xF00665EA          Read Data and Bit Flip Register 37
MC85_RDBFL38    0xF00665EC          Read Data and Bit Flip Register 38
MC85_RDBFL39    0xF00665EE          Read Data and Bit Flip Register 39
MC86_CONFIG0    0xF0066600          Configuration Register 0
MC86_CONFIG1    0xF0066602          Configuration Register 1
MC86_MCONTROL   0xF0066604          MBIST Control Register
MC86_MSTATUS    0xF0066606          Status Register
MC86_RANGE      0xF0066608          Range Register, single address mode
MC86_REVID      0xF006660C          Revision ID Register
MC86_ECCS       0xF006660E          ECC Safety Register
MC86_ECCD       0xF0066610          Memory ECC Detection Register
MC86_ETRR0      0xF0066612          Error Tracking Register 0
MC86_ETRR1      0xF0066614          Error Tracking Register 1
MC86_ETRR2      0xF0066616          Error Tracking Register 2
MC86_ETRR3      0xF0066618          Error Tracking Register 3
MC86_ETRR4      0xF006661A          Error Tracking Register 4
MC86_RDBFL0     0xF00666A0          Read Data and Bit Flip Register 0
MC86_RDBFL1     0xF00666A2          Read Data and Bit Flip Register 1
MC86_RDBFL2     0xF00666A4          Read Data and Bit Flip Register 2
MC86_RDBFL3     0xF00666A6          Read Data and Bit Flip Register 3
MC86_RDBFL4     0xF00666A8          Read Data and Bit Flip Register 4
MC86_RDBFL5     0xF00666AA          Read Data and Bit Flip Register 5
MC86_RDBFL6     0xF00666AC          Read Data and Bit Flip Register 6
MC86_RDBFL7     0xF00666AE          Read Data and Bit Flip Register 7
MC86_RDBFL8     0xF00666B0          Read Data and Bit Flip Register 8
MC86_RDBFL9     0xF00666B2          Read Data and Bit Flip Register 9
MC86_RDBFL10    0xF00666B4          Read Data and Bit Flip Register 10
MC86_RDBFL11    0xF00666B6          Read Data and Bit Flip Register 11
MC86_RDBFL12    0xF00666B8          Read Data and Bit Flip Register 12
MC86_RDBFL13    0xF00666BA          Read Data and Bit Flip Register 13
MC86_RDBFL14    0xF00666BC          Read Data and Bit Flip Register 14
MC86_RDBFL15    0xF00666BE          Read Data and Bit Flip Register 15
MC86_RDBFL16    0xF00666C0          Read Data and Bit Flip Register 16
MC86_RDBFL17    0xF00666C2          Read Data and Bit Flip Register 17
MC86_RDBFL18    0xF00666C4          Read Data and Bit Flip Register 18
MC86_RDBFL19    0xF00666C6          Read Data and Bit Flip Register 19
MC86_RDBFL20    0xF00666C8          Read Data and Bit Flip Register 20
MC86_RDBFL21    0xF00666CA          Read Data and Bit Flip Register 21
MC86_RDBFL22    0xF00666CC          Read Data and Bit Flip Register 22
MC86_RDBFL23    0xF00666CE          Read Data and Bit Flip Register 23
MC86_RDBFL24    0xF00666D0          Read Data and Bit Flip Register 24
MC86_RDBFL25    0xF00666D2          Read Data and Bit Flip Register 25
MC86_RDBFL26    0xF00666D4          Read Data and Bit Flip Register 26
MC86_RDBFL27    0xF00666D6          Read Data and Bit Flip Register 27
MC86_RDBFL28    0xF00666D8          Read Data and Bit Flip Register 28
MC86_RDBFL29    0xF00666DA          Read Data and Bit Flip Register 29
MC86_RDBFL30    0xF00666DC          Read Data and Bit Flip Register 30
MC86_RDBFL31    0xF00666DE          Read Data and Bit Flip Register 31
MC86_RDBFL32    0xF00666E0          Read Data and Bit Flip Register 32
MC86_RDBFL33    0xF00666E2          Read Data and Bit Flip Register 33
MC86_RDBFL34    0xF00666E4          Read Data and Bit Flip Register 34
MC86_RDBFL35    0xF00666E6          Read Data and Bit Flip Register 35
MC86_RDBFL36    0xF00666E8          Read Data and Bit Flip Register 36
MC86_RDBFL37    0xF00666EA          Read Data and Bit Flip Register 37
MC86_RDBFL38    0xF00666EC          Read Data and Bit Flip Register 38
MC86_RDBFL39    0xF00666EE          Read Data and Bit Flip Register 39
MC87_CONFIG0    0xF0066700          Configuration Register 0
MC87_CONFIG1    0xF0066702          Configuration Register 1
MC87_MCONTROL   0xF0066704          MBIST Control Register
MC87_MSTATUS    0xF0066706          Status Register
MC87_RANGE      0xF0066708          Range Register, single address mode
MC87_REVID      0xF006670C          Revision ID Register
MC87_ECCS       0xF006670E          ECC Safety Register
MC87_ECCD       0xF0066710          Memory ECC Detection Register
MC87_ETRR0      0xF0066712          Error Tracking Register 0
MC87_ETRR1      0xF0066714          Error Tracking Register 1
MC87_ETRR2      0xF0066716          Error Tracking Register 2
MC87_ETRR3      0xF0066718          Error Tracking Register 3
MC87_ETRR4      0xF006671A          Error Tracking Register 4
MC87_RDBFL0     0xF00667A0          Read Data and Bit Flip Register 0
MC87_RDBFL1     0xF00667A2          Read Data and Bit Flip Register 1
MC87_RDBFL2     0xF00667A4          Read Data and Bit Flip Register 2
MC87_RDBFL3     0xF00667A6          Read Data and Bit Flip Register 3
MC87_RDBFL4     0xF00667A8          Read Data and Bit Flip Register 4
MC87_RDBFL5     0xF00667AA          Read Data and Bit Flip Register 5
MC87_RDBFL6     0xF00667AC          Read Data and Bit Flip Register 6
MC87_RDBFL7     0xF00667AE          Read Data and Bit Flip Register 7
MC87_RDBFL8     0xF00667B0          Read Data and Bit Flip Register 8
MC87_RDBFL9     0xF00667B2          Read Data and Bit Flip Register 9
MC87_RDBFL10    0xF00667B4          Read Data and Bit Flip Register 10
MC87_RDBFL11    0xF00667B6          Read Data and Bit Flip Register 11
MC87_RDBFL12    0xF00667B8          Read Data and Bit Flip Register 12
MC87_RDBFL13    0xF00667BA          Read Data and Bit Flip Register 13
MC87_RDBFL14    0xF00667BC          Read Data and Bit Flip Register 14
MC87_RDBFL15    0xF00667BE          Read Data and Bit Flip Register 15
MC87_RDBFL16    0xF00667C0          Read Data and Bit Flip Register 16
MC87_RDBFL17    0xF00667C2          Read Data and Bit Flip Register 17
MC87_RDBFL18    0xF00667C4          Read Data and Bit Flip Register 18
MC87_RDBFL19    0xF00667C6          Read Data and Bit Flip Register 19
MC87_RDBFL20    0xF00667C8          Read Data and Bit Flip Register 20
MC87_RDBFL21    0xF00667CA          Read Data and Bit Flip Register 21
MC87_RDBFL22    0xF00667CC          Read Data and Bit Flip Register 22
MC87_RDBFL23    0xF00667CE          Read Data and Bit Flip Register 23
MC87_RDBFL24    0xF00667D0          Read Data and Bit Flip Register 24
MC87_RDBFL25    0xF00667D2          Read Data and Bit Flip Register 25
MC87_RDBFL26    0xF00667D4          Read Data and Bit Flip Register 26
MC87_RDBFL27    0xF00667D6          Read Data and Bit Flip Register 27
MC87_RDBFL28    0xF00667D8          Read Data and Bit Flip Register 28
MC87_RDBFL29    0xF00667DA          Read Data and Bit Flip Register 29
MC87_RDBFL30    0xF00667DC          Read Data and Bit Flip Register 30
MC87_RDBFL31    0xF00667DE          Read Data and Bit Flip Register 31
MC87_RDBFL32    0xF00667E0          Read Data and Bit Flip Register 32
MC87_RDBFL33    0xF00667E2          Read Data and Bit Flip Register 33
MC87_RDBFL34    0xF00667E4          Read Data and Bit Flip Register 34
MC87_RDBFL35    0xF00667E6          Read Data and Bit Flip Register 35
MC87_RDBFL36    0xF00667E8          Read Data and Bit Flip Register 36
MC87_RDBFL37    0xF00667EA          Read Data and Bit Flip Register 37
MC87_RDBFL38    0xF00667EC          Read Data and Bit Flip Register 38
MC87_RDBFL39    0xF00667EE          Read Data and Bit Flip Register 39
GTM_REV         0xF0100000          GTM Version Control Register
GTM_RST         0xF0100004          GTM Global Reset Register
GTM_CTRL        0xF0100008          GTM Global Control Register
GTM_AEI_ADDR_XPT 0xF010000C          GTM AEI Timeout Exception Address Register
GTM_IRQ_NOTIFY  0xF0100010          GTM Interrupt Notification Register
GTM_IRQ_EN      0xF0100014          GTM Interrupt Enable Register
GTM_IRQ_FORCINT 0xF0100018          GTM Software Interrupt Generation Register
GTM_IRQ_MODE    0xF010001C          GTM Top Level Interrupts Mode Selection
GTM_EIRQ_EN     0xF0100020          GTM Error Interrupt Enable Register
GTM_HW_CONF     0xF0100024          GTM Hardware Configuration
GTM_BRIDGE_MODE 0xF0100030          GTM to SPB BRIDGE MODE
GTM_BRIDGE_PTR1 0xF0100034          GTM to SPB BRIDGE PTR1
GTM_BRIDGE_PTR2 0xF0100038          GTM to SPB BRIDGE PTR2
GTM_TIM0_AUX_IN_SRC 0xF0100040          GTM TIM0 AUX_IN_SRC
GTM_TBU_CHEN    0xF0100100          TBU Global Channel Enable Register
GTM_TBU_CH0_CTRL 0xF0100104          TBU Channel 0 Control Register
GTM_TBU_CH0_BASE 0xF0100108          TBU Channel 0 Base Register
GTM_TBU_CH1_CTRL 0xF010010C          TBU Channel 1 Control Register
GTM_TBU_CH1_BASE 0xF0100110          TBU Channel 1 Base Register
GTM_TBU_CH2_CTRL 0xF0100114          TBU Channel 2 Control Register
GTM_TBU_CH2_BASE 0xF0100118          TBU Channel 2 Base Register
GTM_CMU_CLK_EN  0xF0100300          CMU Clock Enable Register
GTM_CMU_GCLK_NUM 0xF0100304          CMU Global Clock Control Numerator Register
GTM_CMU_GCLK_DEN 0xF0100308          CMU Global Clock Control Denominator Register
GTM_CMU_CLK_0_CTRL 0xF010030C          CMU Control For Clock Source 0 Register
GTM_CMU_CLK_1_CTRL 0xF0100310          CMU Control For Clock Source 1 Register
GTM_CMU_CLK_2_CTRL 0xF0100314          CMU Control For Clock Source 2 Register
GTM_CMU_CLK_3_CTRL 0xF0100318          CMU Control For Clock Source 3 Register
GTM_CMU_CLK_4_CTRL 0xF010031C          CMU Control For Clock Source 4 Register
GTM_CMU_CLK_5_CTRL 0xF0100320          CMU Control For Clock Source 5 Register
GTM_CMU_CLK_6_CTRL 0xF0100324          CMU Control For Clock Source 6 Register
GTM_CMU_CLK_7_CTRL 0xF0100328          CMU Control For Clock Source 7 Register
GTM_CMU_ECLK_0_NUM 0xF010032C          CMU External Clock 0 Control Numerator Register
GTM_CMU_ECLK_0_DEN 0xF0100330          CMU External Clock 0 Control Denominator Register
GTM_CMU_ECLK_1_NUM 0xF0100334          CMU External Clock 1 Control Numerator Register
GTM_CMU_ECLK_1_DEN 0xF0100338          CMU External Clock 1 Control Denominator Register
GTM_CMU_ECLK_2_NUM 0xF010033C          CMU External Clock 2 Control Numerator Register
GTM_CMU_ECLK_2_DEN 0xF0100340          CMU External Clock 2 Control Denominator Register
GTM_CMU_FXCLK_CTRL 0xF0100344          CMU FXCLK Control Register
GTM_ICM_IRQG_0  0xF0100600          GTM Infrastructure Interrupt Group
GTM_ICM_IRQG_2  0xF0100608          TIM Interrupt Group 0
GTM_ICM_IRQG_6  0xF0100618          TOM Interrupt Group 0
GTM_ICM_IRQG_MEI 0xF0100630          ICM Module Error Interrupt Register
GTM_ICM_IRQG_CEI1 0xF0100638          ICM Channel Error Interrupt 1 Register
GTM_TIM0_CH0_GPR0 0xF0101000          TIM0 Channel 0 General Purpose 0 Register
GTM_TIM0_CH0_GPR1 0xF0101004          TIM0 Channel 0 General Purpose 1 Register
GTM_TIM0_CH0_CNT 0xF0101008          TIM0 Channel 0 SMU Counter Register
GTM_TIM0_CH0_ECNT 0xF010100C          TIM0 Channel 0 Edge Counter Register
GTM_TIM0_CH0_CNTS 0xF0101010          TIM0 Channel 0 SMU Shadow Counter Register
GTM_TIM0_CH0_TDUC 0xF0101014          TIM0 Channel 0 TDUC Register
GTM_TIM0_CH0_TDUV 0xF0101018          TIM0 Channel 0 TDUV Register
GTM_TIM0_CH0_FLT_RE 0xF010101C          GTM_TIM0 Channel 0 Filter Parameter 0 Register
GTM_TIM0_CH0_FLT_FE 0xF0101020          TIM0 Channel 0 Filter Parameter 1 Register
GTM_TIM0_CH0_CTRL 0xF0101024          TIM Channel 0 Control Register
GTM_TIM0_CH0_ECTRL 0xF0101028          TIM0 Channel 0 External Capture Control Register
GTM_TIM0_CH0_IRQ_NOTIFY 0xF010102C          TIM0 Channel 0 Interrupt Notification Register
GTM_TIM0_CH0_IRQ_EN 0xF0101030          TIM0 Channel 0 Interrupt Enable Register
GTM_TIM0_CH0_IRQ_FORCINT 0xF0101034          TIM0 Channel 0 Software Interrupt Force Register
GTM_TIM0_CH0_IRQ_MODE 0xF0101038          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH0_EIRQ_EN 0xF010103C          TIM0 Channel 0 Error Interrupt Enable Register
GTM_TIM0_INP_VAL 0xF0101074          TIM0 Input Value Register
GTM_TIM0_IN_SRC 0xF0101078          TIM0_IN_SRC Long Name
GTM_TIM0_RST    0xF010107C          TIM0 Global Software Reset Register
GTM_TIM0_CH1_GPR0 0xF0101080          TIM0 Channel 1 General Purpose 0 Register
GTM_TIM0_CH1_GPR1 0xF0101084          TIM0 Channel 1 General Purpose 1 Register
GTM_TIM0_CH1_CNT 0xF0101088          TIM0 Channel 1 SMU Counter Register
GTM_TIM0_CH1_ECNT 0xF010108C          TIM0 Channel 1 Edge Counter Register
GTM_TIM0_CH1_CNTS 0xF0101090          TIM0 Channel 1 SMU Shadow Counter Register
GTM_TIM0_CH1_TDUC 0xF0101094          TIM0 Channel 1 TDUC Register
GTM_TIM0_CH1_TDUV 0xF0101098          TIM0 Channel 1 TDUV Register
GTM_TIM0_CH1_FLT_RE 0xF010109C          GTM_TIM0 Channel 1 Filter Parameter 0 Register
GTM_TIM0_CH1_FLT_FE 0xF01010A0          TIM0 Channel 1 Filter Parameter 1 Register
GTM_TIM0_CH1_CTRL 0xF01010A4          TIM Channel 1 Control Register
GTM_TIM0_CH1_ECTRL 0xF01010A8          TIM0 Channel 1 External Capture Control Register
GTM_TIM0_CH1_IRQ_NOTIFY 0xF01010AC          TIM0 Channel 1 Interrupt Notification Register
GTM_TIM0_CH1_IRQ_EN 0xF01010B0          TIM0 Channel 1 Interrupt Enable Register
GTM_TIM0_CH1_IRQ_FORCINT 0xF01010B4          TIM0 Channel 1 Software Interrupt Force Register
GTM_TIM0_CH1_IRQ_MODE 0xF01010B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH1_EIRQ_EN 0xF01010BC          TIM0 Channel 1 Error Interrupt Enable Register
GTM_TIM0_CH2_GPR0 0xF0101100          TIM0 Channel 2 General Purpose 0 Register
GTM_TIM0_CH2_GPR1 0xF0101104          TIM0 Channel 2 General Purpose 1 Register
GTM_TIM0_CH2_CNT 0xF0101108          TIM0 Channel 2 SMU Counter Register
GTM_TIM0_CH2_ECNT 0xF010110C          TIM0 Channel 2 Edge Counter Register
GTM_TIM0_CH2_CNTS 0xF0101110          TIM0 Channel 2 SMU Shadow Counter Register
GTM_TIM0_CH2_TDUC 0xF0101114          TIM0 Channel 2 TDUC Register
GTM_TIM0_CH2_TDUV 0xF0101118          TIM0 Channel 2 TDUV Register
GTM_TIM0_CH2_FLT_RE 0xF010111C          GTM_TIM0 Channel 2 Filter Parameter 0 Register
GTM_TIM0_CH2_FLT_FE 0xF0101120          TIM0 Channel 2 Filter Parameter 1 Register
GTM_TIM0_CH2_CTRL 0xF0101124          TIM Channel 2 Control Register
GTM_TIM0_CH2_ECTRL 0xF0101128          TIM0 Channel 2 External Capture Control Register
GTM_TIM0_CH2_IRQ_NOTIFY 0xF010112C          TIM0 Channel 2 Interrupt Notification Register
GTM_TIM0_CH2_IRQ_EN 0xF0101130          TIM0 Channel 2 Interrupt Enable Register
GTM_TIM0_CH2_IRQ_FORCINT 0xF0101134          TIM0 Channel 2 Software Interrupt Force Register
GTM_TIM0_CH2_IRQ_MODE 0xF0101138          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH2_EIRQ_EN 0xF010113C          TIM0 Channel 2 Error Interrupt Enable Register
GTM_TIM0_CH3_GPR0 0xF0101180          TIM0 Channel 3 General Purpose 0 Register
GTM_TIM0_CH3_GPR1 0xF0101184          TIM0 Channel 3 General Purpose 1 Register
GTM_TIM0_CH3_CNT 0xF0101188          TIM0 Channel 3 SMU Counter Register
GTM_TIM0_CH3_ECNT 0xF010118C          TIM0 Channel 3 Edge Counter Register
GTM_TIM0_CH3_CNTS 0xF0101190          TIM0 Channel 3 SMU Shadow Counter Register
GTM_TIM0_CH3_TDUC 0xF0101194          TIM0 Channel 3 TDUC Register
GTM_TIM0_CH3_TDUV 0xF0101198          TIM0 Channel 3 TDUV Register
GTM_TIM0_CH3_FLT_RE 0xF010119C          GTM_TIM0 Channel 3 Filter Parameter 0 Register
GTM_TIM0_CH3_FLT_FE 0xF01011A0          TIM0 Channel 3 Filter Parameter 1 Register
GTM_TIM0_CH3_CTRL 0xF01011A4          TIM Channel 3 Control Register
GTM_TIM0_CH3_ECTRL 0xF01011A8          TIM0 Channel 3 External Capture Control Register
GTM_TIM0_CH3_IRQ_NOTIFY 0xF01011AC          TIM0 Channel 3 Interrupt Notification Register
GTM_TIM0_CH3_IRQ_EN 0xF01011B0          TIM0 Channel 3 Interrupt Enable Register
GTM_TIM0_CH3_IRQ_FORCINT 0xF01011B4          TIM0 Channel 3 Software Interrupt Force Register
GTM_TIM0_CH3_IRQ_MODE 0xF01011B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH3_EIRQ_EN 0xF01011BC          TIM0 Channel 3 Error Interrupt Enable Register
GTM_TIM0_CH4_GPR0 0xF0101200          TIM0 Channel 4 General Purpose 0 Register
GTM_TIM0_CH4_GPR1 0xF0101204          TIM0 Channel 4 General Purpose 1 Register
GTM_TIM0_CH4_CNT 0xF0101208          TIM0 Channel 4 SMU Counter Register
GTM_TIM0_CH4_ECNT 0xF010120C          TIM0 Channel 4 Edge Counter Register
GTM_TIM0_CH4_CNTS 0xF0101210          TIM0 Channel 4 SMU Shadow Counter Register
GTM_TIM0_CH4_TDUC 0xF0101214          TIM0 Channel 4 TDUC Register
GTM_TIM0_CH4_TDUV 0xF0101218          TIM0 Channel 4 TDUV Register
GTM_TIM0_CH4_FLT_RE 0xF010121C          GTM_TIM0 Channel 4 Filter Parameter 0 Register
GTM_TIM0_CH4_FLT_FE 0xF0101220          TIM0 Channel 4 Filter Parameter 1 Register
GTM_TIM0_CH4_CTRL 0xF0101224          TIM Channel 4 Control Register
GTM_TIM0_CH4_ECTRL 0xF0101228          TIM0 Channel 4 External Capture Control Register
GTM_TIM0_CH4_IRQ_NOTIFY 0xF010122C          TIM0 Channel 4 Interrupt Notification Register
GTM_TIM0_CH4_IRQ_EN 0xF0101230          TIM0 Channel 4 Interrupt Enable Register
GTM_TIM0_CH4_IRQ_FORCINT 0xF0101234          TIM0 Channel 4 Software Interrupt Force Register
GTM_TIM0_CH4_IRQ_MODE 0xF0101238          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH4_EIRQ_EN 0xF010123C          TIM0 Channel 4 Error Interrupt Enable Register
GTM_TIM0_CH5_GPR0 0xF0101280          TIM0 Channel 5 General Purpose 0 Register
GTM_TIM0_CH5_GPR1 0xF0101284          TIM0 Channel 5 General Purpose 1 Register
GTM_TIM0_CH5_CNT 0xF0101288          TIM0 Channel 5 SMU Counter Register
GTM_TIM0_CH5_ECNT 0xF010128C          TIM0 Channel 5 Edge Counter Register
GTM_TIM0_CH5_CNTS 0xF0101290          TIM0 Channel 5 SMU Shadow Counter Register
GTM_TIM0_CH5_TDUC 0xF0101294          TIM0 Channel 5 TDUC Register
GTM_TIM0_CH5_TDUV 0xF0101298          TIM0 Channel 5 TDUV Register
GTM_TIM0_CH5_FLT_RE 0xF010129C          GTM_TIM0 Channel 5 Filter Parameter 0 Register
GTM_TIM0_CH5_FLT_FE 0xF01012A0          TIM0 Channel 5 Filter Parameter 1 Register
GTM_TIM0_CH5_CTRL 0xF01012A4          TIM Channel 5 Control Register
GTM_TIM0_CH5_ECTRL 0xF01012A8          TIM0 Channel 5 External Capture Control Register
GTM_TIM0_CH5_IRQ_NOTIFY 0xF01012AC          TIM0 Channel 5 Interrupt Notification Register
GTM_TIM0_CH5_IRQ_EN 0xF01012B0          TIM0 Channel 5 Interrupt Enable Register
GTM_TIM0_CH5_IRQ_FORCINT 0xF01012B4          TIM0 Channel 5 Software Interrupt Force Register
GTM_TIM0_CH5_IRQ_MODE 0xF01012B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH5_EIRQ_EN 0xF01012BC          TIM0 Channel 5 Error Interrupt Enable Register
GTM_TIM0_CH6_GPR0 0xF0101300          TIM0 Channel 6 General Purpose 0 Register
GTM_TIM0_CH6_GPR1 0xF0101304          TIM0 Channel 6 General Purpose 1 Register
GTM_TIM0_CH6_CNT 0xF0101308          TIM0 Channel 6 SMU Counter Register
GTM_TIM0_CH6_ECNT 0xF010130C          TIM0 Channel 6 Edge Counter Register
GTM_TIM0_CH6_CNTS 0xF0101310          TIM0 Channel 6 SMU Shadow Counter Register
GTM_TIM0_CH6_TDUC 0xF0101314          TIM0 Channel 6 TDUC Register
GTM_TIM0_CH6_TDUV 0xF0101318          TIM0 Channel 6 TDUV Register
GTM_TIM0_CH6_FLT_RE 0xF010131C          GTM_TIM0 Channel 6 Filter Parameter 0 Register
GTM_TIM0_CH6_FLT_FE 0xF0101320          TIM0 Channel 6 Filter Parameter 1 Register
GTM_TIM0_CH6_CTRL 0xF0101324          TIM Channel 6 Control Register
GTM_TIM0_CH6_ECTRL 0xF0101328          TIM0 Channel 6 External Capture Control Register
GTM_TIM0_CH6_IRQ_NOTIFY 0xF010132C          TIM0 Channel 6 Interrupt Notification Register
GTM_TIM0_CH6_IRQ_EN 0xF0101330          TIM0 Channel 6 Interrupt Enable Register
GTM_TIM0_CH6_IRQ_FORCINT 0xF0101334          TIM0 Channel 6 Software Interrupt Force Register
GTM_TIM0_CH6_IRQ_MODE 0xF0101338          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH6_EIRQ_EN 0xF010133C          TIM0 Channel 6 Error Interrupt Enable Register
GTM_TIM0_CH7_GPR0 0xF0101380          TIM0 Channel 7 General Purpose 0 Register
GTM_TIM0_CH7_GPR1 0xF0101384          TIM0 Channel 7 General Purpose 1 Register
GTM_TIM0_CH7_CNT 0xF0101388          TIM0 Channel 7 SMU Counter Register
GTM_TIM0_CH7_ECNT 0xF010138C          TIM0 Channel 7 Edge Counter Register
GTM_TIM0_CH7_CNTS 0xF0101390          TIM0 Channel 7 SMU Shadow Counter Register
GTM_TIM0_CH7_TDUC 0xF0101394          TIM0 Channel 7 TDUC Register
GTM_TIM0_CH7_TDUV 0xF0101398          TIM0 Channel 7 TDUV Register
GTM_TIM0_CH7_FLT_RE 0xF010139C          GTM_TIM0 Channel 7 Filter Parameter 0 Register
GTM_TIM0_CH7_FLT_FE 0xF01013A0          TIM0 Channel 7 Filter Parameter 1 Register
GTM_TIM0_CH7_CTRL 0xF01013A4          TIM Channel 7 Control Register
GTM_TIM0_CH7_ECTRL 0xF01013A8          TIM0 Channel 7 External Capture Control Register
GTM_TIM0_CH7_IRQ_NOTIFY 0xF01013AC          TIM0 Channel 7 Interrupt Notification Register
GTM_TIM0_CH7_IRQ_EN 0xF01013B0          TIM0 Channel 7 Interrupt Enable Register
GTM_TIM0_CH7_IRQ_FORCINT 0xF01013B4          TIM0 Channel 7 Software Interrupt Force Register
GTM_TIM0_CH7_IRQ_MODE 0xF01013B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH7_EIRQ_EN 0xF01013BC          TIM0 Channel 7 Error Interrupt Enable Register
GTM_TOM0_CH0_CTRL 0xF0108000          TOM0 Channel 0 Control Register?
GTM_TOM0_CH0_SR0 0xF0108004          TOM0 Channel 0 CCU0 Compare Shadow Register
GTM_TOM0_CH0_SR1 0xF0108008          TOM0 Channel 0 CCU1 Compare Shadow Register
GTM_TOM0_CH0_CM0 0xF010800C          TOM0 Channel 0 CCU0 Compare Register
GTM_TOM0_CH0_CM1 0xF0108010          TOM0 Channel 0 CCU1 Compare Register
GTM_TOM0_CH0_CN0 0xF0108014          TOM0 Channel 0 CCU0 Counter Register
GTM_TOM0_CH0_STAT 0xF0108018          TOM0 Channel Status Register
GTM_TOM0_CH0_IRQ_NOTIFY 0xF010801C          TOM0 Channel 0 Interrupt Notification Register
GTM_TOM0_CH0_IRQ_EN 0xF0108020          TOM0 Channel 0 Interrupt Enable Register
GTM_TOM0_CH0_IRQ_FORCINT 0xF0108024          TOM0 Channel 0 Software Interrupt Generation Register
GTM_TOM0_CH0_IRQ_MODE 0xF0108028          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC0_GLB_CTRL 0xF0108030          TOM0 TGC0 Global Control Register
GTM_TOM0_TGC0_ACT_TB 0xF0108034          TOM0 TGC0 Action Time Base Register
GTM_TOM0_TGC0_FUPD_CTRL 0xF0108038          TOM0 TGC0 Force Update Control Register
GTM_TOM0_TGC0_INT_TRIG 0xF010803C          TOM0 TGC0 Internal Trigger Control Register
GTM_TOM0_CH1_CTRL 0xF0108040          TOM0 Channel 1 Control Register?
GTM_TOM0_CH1_SR0 0xF0108044          TOM0 Channel 1 CCU0 Compare Shadow Register
GTM_TOM0_CH1_SR1 0xF0108048          TOM0 Channel 1 CCU1 Compare Shadow Register
GTM_TOM0_CH1_CM0 0xF010804C          TOM0 Channel 1 CCU0 Compare Register
GTM_TOM0_CH1_CM1 0xF0108050          TOM0 Channel 1 CCU1 Compare Register
GTM_TOM0_CH1_CN0 0xF0108054          TOM0 Channel 1 CCU0 Counter Register
GTM_TOM0_CH1_STAT 0xF0108058          TOM0 Channel Status Register
GTM_TOM0_CH1_IRQ_NOTIFY 0xF010805C          TOM0 Channel 1 Interrupt Notification Register
GTM_TOM0_CH1_IRQ_EN 0xF0108060          TOM0 Channel 1 Interrupt Enable Register
GTM_TOM0_CH1_IRQ_FORCINT 0xF0108064          TOM0 Channel 1 Software Interrupt Generation Register
GTM_TOM0_CH1_IRQ_MODE 0xF0108068          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC0_ENDIS_CTRL 0xF0108070          TOM0 TGC0 Enable/Disable Control Register
GTM_TOM0_TGC0_ENDIS_STAT 0xF0108074          TOM0 TGC0 Enable/Disable Status Register
GTM_TOM0_TGC0_OUTEN_CTRL 0xF0108078          TOM0 TGC0 Output Enable Control Register
GTM_TOM0_TGC0_OUTEN_STAT 0xF010807C          TOM0 TGC0 Output Enable Status Register
GTM_TOM0_CH2_CTRL 0xF0108080          TOM0 Channel 2 Control Register?
GTM_TOM0_CH2_SR0 0xF0108084          TOM0 Channel 2 CCU0 Compare Shadow Register
GTM_TOM0_CH2_SR1 0xF0108088          TOM0 Channel 2 CCU1 Compare Shadow Register
GTM_TOM0_CH2_CM0 0xF010808C          TOM0 Channel 2 CCU0 Compare Register
GTM_TOM0_CH2_CM1 0xF0108090          TOM0 Channel 2 CCU1 Compare Register
GTM_TOM0_CH2_CN0 0xF0108094          TOM0 Channel 2 CCU0 Counter Register
GTM_TOM0_CH2_STAT 0xF0108098          TOM0 Channel Status Register
GTM_TOM0_CH2_IRQ_NOTIFY 0xF010809C          TOM0 Channel 2 Interrupt Notification Register
GTM_TOM0_CH2_IRQ_EN 0xF01080A0          TOM0 Channel 2 Interrupt Enable Register
GTM_TOM0_CH2_IRQ_FORCINT 0xF01080A4          TOM0 Channel 2 Software Interrupt Generation Register
GTM_TOM0_CH2_IRQ_MODE 0xF01080A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH3_CTRL 0xF01080C0          TOM0 Channel 3 Control Register?
GTM_TOM0_CH3_SR0 0xF01080C4          TOM0 Channel 3 CCU0 Compare Shadow Register
GTM_TOM0_CH3_SR1 0xF01080C8          TOM0 Channel 3 CCU1 Compare Shadow Register
GTM_TOM0_CH3_CM0 0xF01080CC          TOM0 Channel 3 CCU0 Compare Register
GTM_TOM0_CH3_CM1 0xF01080D0          TOM0 Channel 3 CCU1 Compare Register
GTM_TOM0_CH3_CN0 0xF01080D4          TOM0 Channel 3 CCU0 Counter Register
GTM_TOM0_CH3_STAT 0xF01080D8          TOM0 Channel Status Register
GTM_TOM0_CH3_IRQ_NOTIFY 0xF01080DC          TOM0 Channel 3 Interrupt Notification Register
GTM_TOM0_CH3_IRQ_EN 0xF01080E0          TOM0 Channel 3 Interrupt Enable Register
GTM_TOM0_CH3_IRQ_FORCINT 0xF01080E4          TOM0 Channel 3 Software Interrupt Generation Register
GTM_TOM0_CH3_IRQ_MODE 0xF01080E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH4_CTRL 0xF0108100          TOM0 Channel 4 Control Register?
GTM_TOM0_CH4_SR0 0xF0108104          TOM0 Channel 4 CCU0 Compare Shadow Register
GTM_TOM0_CH4_SR1 0xF0108108          TOM0 Channel 4 CCU1 Compare Shadow Register
GTM_TOM0_CH4_CM0 0xF010810C          TOM0 Channel 4 CCU0 Compare Register
GTM_TOM0_CH4_CM1 0xF0108110          TOM0 Channel 4 CCU1 Compare Register
GTM_TOM0_CH4_CN0 0xF0108114          TOM0 Channel 4 CCU0 Counter Register
GTM_TOM0_CH4_STAT 0xF0108118          TOM0 Channel Status Register
GTM_TOM0_CH4_IRQ_NOTIFY 0xF010811C          TOM0 Channel 4 Interrupt Notification Register
GTM_TOM0_CH4_IRQ_EN 0xF0108120          TOM0 Channel 4 Interrupt Enable Register
GTM_TOM0_CH4_IRQ_FORCINT 0xF0108124          TOM0 Channel 4 Software Interrupt Generation Register
GTM_TOM0_CH4_IRQ_MODE 0xF0108128          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH5_CTRL 0xF0108140          TOM0 Channel 5 Control Register?
GTM_TOM0_CH5_SR0 0xF0108144          TOM0 Channel 5 CCU0 Compare Shadow Register
GTM_TOM0_CH5_SR1 0xF0108148          TOM0 Channel 5 CCU1 Compare Shadow Register
GTM_TOM0_CH5_CM0 0xF010814C          TOM0 Channel 5 CCU0 Compare Register
GTM_TOM0_CH5_CM1 0xF0108150          TOM0 Channel 5 CCU1 Compare Register
GTM_TOM0_CH5_CN0 0xF0108154          TOM0 Channel 5 CCU0 Counter Register
GTM_TOM0_CH5_STAT 0xF0108158          TOM0 Channel Status Register
GTM_TOM0_CH5_IRQ_NOTIFY 0xF010815C          TOM0 Channel 5 Interrupt Notification Register
GTM_TOM0_CH5_IRQ_EN 0xF0108160          TOM0 Channel 5 Interrupt Enable Register
GTM_TOM0_CH5_IRQ_FORCINT 0xF0108164          TOM0 Channel 5 Software Interrupt Generation Register
GTM_TOM0_CH5_IRQ_MODE 0xF0108168          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH6_CTRL 0xF0108180          TOM0 Channel 6 Control Register?
GTM_TOM0_CH6_SR0 0xF0108184          TOM0 Channel 6 CCU0 Compare Shadow Register
GTM_TOM0_CH6_SR1 0xF0108188          TOM0 Channel 6 CCU1 Compare Shadow Register
GTM_TOM0_CH6_CM0 0xF010818C          TOM0 Channel 6 CCU0 Compare Register
GTM_TOM0_CH6_CM1 0xF0108190          TOM0 Channel 6 CCU1 Compare Register
GTM_TOM0_CH6_CN0 0xF0108194          TOM0 Channel 6 CCU0 Counter Register
GTM_TOM0_CH6_STAT 0xF0108198          TOM0 Channel Status Register
GTM_TOM0_CH6_IRQ_NOTIFY 0xF010819C          TOM0 Channel 6 Interrupt Notification Register
GTM_TOM0_CH6_IRQ_EN 0xF01081A0          TOM0 Channel 6 Interrupt Enable Register
GTM_TOM0_CH6_IRQ_FORCINT 0xF01081A4          TOM0 Channel 6 Software Interrupt Generation Register
GTM_TOM0_CH6_IRQ_MODE 0xF01081A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH7_CTRL 0xF01081C0          TOM0 Channel 7 Control Register?
GTM_TOM0_CH7_SR0 0xF01081C4          TOM0 Channel 7 CCU0 Compare Shadow Register
GTM_TOM0_CH7_SR1 0xF01081C8          TOM0 Channel 7 CCU1 Compare Shadow Register
GTM_TOM0_CH7_CM0 0xF01081CC          TOM0 Channel 7 CCU0 Compare Register
GTM_TOM0_CH7_CM1 0xF01081D0          TOM0 Channel 7 CCU1 Compare Register
GTM_TOM0_CH7_CN0 0xF01081D4          TOM0 Channel 7 CCU0 Counter Register
GTM_TOM0_CH7_STAT 0xF01081D8          TOM0 Channel Status Register
GTM_TOM0_CH7_IRQ_NOTIFY 0xF01081DC          TOM0 Channel 7 Interrupt Notification Register
GTM_TOM0_CH7_IRQ_EN 0xF01081E0          TOM0 Channel 7 Interrupt Enable Register
GTM_TOM0_CH7_IRQ_FORCINT 0xF01081E4          TOM0 Channel 7 Software Interrupt Generation Register
GTM_TOM0_CH7_IRQ_MODE 0xF01081E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH8_CTRL 0xF0108200          TOM0 Channel 8 Control Register?
GTM_TOM0_CH8_SR0 0xF0108204          TOM0 Channel 8 CCU0 Compare Shadow Register
GTM_TOM0_CH8_SR1 0xF0108208          TOM0 Channel 8 CCU1 Compare Shadow Register
GTM_TOM0_CH8_CM0 0xF010820C          TOM0 Channel 8 CCU0 Compare Register
GTM_TOM0_CH8_CM1 0xF0108210          TOM0 Channel 8 CCU1 Compare Register
GTM_TOM0_CH8_CN0 0xF0108214          TOM0 Channel 8 CCU0 Counter Register
GTM_TOM0_CH8_STAT 0xF0108218          TOM0 Channel Status Register
GTM_TOM0_CH8_IRQ_NOTIFY 0xF010821C          TOM0 Channel 8 Interrupt Notification Register
GTM_TOM0_CH8_IRQ_EN 0xF0108220          TOM0 Channel 8 Interrupt Enable Register
GTM_TOM0_CH8_IRQ_FORCINT 0xF0108224          TOM0 Channel 8 Software Interrupt Generation Register
GTM_TOM0_CH8_IRQ_MODE 0xF0108228          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC1_GLB_CTRL 0xF0108230          TOM0 TGC1 Global Control Register
GTM_TOM0_TGC1_ACT_TB 0xF0108234          TOM0 TGC1 Action Time Base Register
GTM_TOM0_TGC1_FUPD_CTRL 0xF0108238          TOM0 TGC1 Force Update Control Register
GTM_TOM0_TGC1_INT_TRIG 0xF010823C          TOM0 TGC1 Internal Trigger Control Register
GTM_TOM0_CH9_CTRL 0xF0108240          TOM0 Channel 9 Control Register?
GTM_TOM0_CH9_SR0 0xF0108244          TOM0 Channel 9 CCU0 Compare Shadow Register
GTM_TOM0_CH9_SR1 0xF0108248          TOM0 Channel 9 CCU1 Compare Shadow Register
GTM_TOM0_CH9_CM0 0xF010824C          TOM0 Channel 9 CCU0 Compare Register
GTM_TOM0_CH9_CM1 0xF0108250          TOM0 Channel 9 CCU1 Compare Register
GTM_TOM0_CH9_CN0 0xF0108254          TOM0 Channel 9 CCU0 Counter Register
GTM_TOM0_CH9_STAT 0xF0108258          TOM0 Channel Status Register
GTM_TOM0_CH9_IRQ_NOTIFY 0xF010825C          TOM0 Channel 9 Interrupt Notification Register
GTM_TOM0_CH9_IRQ_EN 0xF0108260          TOM0 Channel 9 Interrupt Enable Register
GTM_TOM0_CH9_IRQ_FORCINT 0xF0108264          TOM0 Channel 9 Software Interrupt Generation Register
GTM_TOM0_CH9_IRQ_MODE 0xF0108268          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC1_ENDIS_CTRL 0xF0108270          TOM0 TGC1 Enable/Disable Control Register
GTM_TOM0_TGC1_ENDIS_STAT 0xF0108274          TOM0 TGC1 Enable/Disable Status Register
GTM_TOM0_TGC1_OUTEN_CTRL 0xF0108278          TOM0 TGC1 Output Enable Control Register
GTM_TOM0_TGC1_OUTEN_STAT 0xF010827C          TOM0 TGC1 Output Enable Status Register
GTM_TOM0_CH10_CTRL 0xF0108280          TOM0 Channel 10 Control Register?
GTM_TOM0_CH10_SR0 0xF0108284          TOM0 Channel 10 CCU0 Compare Shadow Register
GTM_TOM0_CH10_SR1 0xF0108288          TOM0 Channel 10 CCU1 Compare Shadow Register
GTM_TOM0_CH10_CM0 0xF010828C          TOM0 Channel 10 CCU0 Compare Register
GTM_TOM0_CH10_CM1 0xF0108290          TOM0 Channel 10 CCU1 Compare Register
GTM_TOM0_CH10_CN0 0xF0108294          TOM0 Channel 10 CCU0 Counter Register
GTM_TOM0_CH10_STAT 0xF0108298          TOM0 Channel Status Register
GTM_TOM0_CH10_IRQ_NOTIFY 0xF010829C          TOM0 Channel 10 Interrupt Notification Register
GTM_TOM0_CH10_IRQ_EN 0xF01082A0          TOM0 Channel 10 Interrupt Enable Register
GTM_TOM0_CH10_IRQ_FORCINT 0xF01082A4          TOM0 Channel 10 Software Interrupt Generation Register
GTM_TOM0_CH10_IRQ_MODE 0xF01082A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH11_CTRL 0xF01082C0          TOM0 Channel 11 Control Register?
GTM_TOM0_CH11_SR0 0xF01082C4          TOM0 Channel 11 CCU0 Compare Shadow Register
GTM_TOM0_CH11_SR1 0xF01082C8          TOM0 Channel 11 CCU1 Compare Shadow Register
GTM_TOM0_CH11_CM0 0xF01082CC          TOM0 Channel 11 CCU0 Compare Register
GTM_TOM0_CH11_CM1 0xF01082D0          TOM0 Channel 11 CCU1 Compare Register
GTM_TOM0_CH11_CN0 0xF01082D4          TOM0 Channel 11 CCU0 Counter Register
GTM_TOM0_CH11_STAT 0xF01082D8          TOM0 Channel Status Register
GTM_TOM0_CH11_IRQ_NOTIFY 0xF01082DC          TOM0 Channel 11 Interrupt Notification Register
GTM_TOM0_CH11_IRQ_EN 0xF01082E0          TOM0 Channel 11 Interrupt Enable Register
GTM_TOM0_CH11_IRQ_FORCINT 0xF01082E4          TOM0 Channel 11 Software Interrupt Generation Register
GTM_TOM0_CH11_IRQ_MODE 0xF01082E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH12_CTRL 0xF0108300          TOM0 Channel 12 Control Register?
GTM_TOM0_CH12_SR0 0xF0108304          TOM0 Channel 12 CCU0 Compare Shadow Register
GTM_TOM0_CH12_SR1 0xF0108308          TOM0 Channel 12 CCU1 Compare Shadow Register
GTM_TOM0_CH12_CM0 0xF010830C          TOM0 Channel 12 CCU0 Compare Register
GTM_TOM0_CH12_CM1 0xF0108310          TOM0 Channel 12 CCU1 Compare Register
GTM_TOM0_CH12_CN0 0xF0108314          TOM0 Channel 12 CCU0 Counter Register
GTM_TOM0_CH12_STAT 0xF0108318          TOM0 Channel Status Register
GTM_TOM0_CH12_IRQ_NOTIFY 0xF010831C          TOM0 Channel 12 Interrupt Notification Register
GTM_TOM0_CH12_IRQ_EN 0xF0108320          TOM0 Channel 12 Interrupt Enable Register
GTM_TOM0_CH12_IRQ_FORCINT 0xF0108324          TOM0 Channel 12 Software Interrupt Generation Register
GTM_TOM0_CH12_IRQ_MODE 0xF0108328          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH13_CTRL 0xF0108340          TOM0 Channel 13 Control Register?
GTM_TOM0_CH13_SR0 0xF0108344          TOM0 Channel 13 CCU0 Compare Shadow Register
GTM_TOM0_CH13_SR1 0xF0108348          TOM0 Channel 13 CCU1 Compare Shadow Register
GTM_TOM0_CH13_CM0 0xF010834C          TOM0 Channel 13 CCU0 Compare Register
GTM_TOM0_CH13_CM1 0xF0108350          TOM0 Channel 13 CCU1 Compare Register
GTM_TOM0_CH13_CN0 0xF0108354          TOM0 Channel 13 CCU0 Counter Register
GTM_TOM0_CH13_STAT 0xF0108358          TOM0 Channel Status Register
GTM_TOM0_CH13_IRQ_NOTIFY 0xF010835C          TOM0 Channel 13 Interrupt Notification Register
GTM_TOM0_CH13_IRQ_EN 0xF0108360          TOM0 Channel 13 Interrupt Enable Register
GTM_TOM0_CH13_IRQ_FORCINT 0xF0108364          TOM0 Channel 13 Software Interrupt Generation Register
GTM_TOM0_CH13_IRQ_MODE 0xF0108368          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH14_CTRL 0xF0108380          TOM0 Channel 14 Control Register?
GTM_TOM0_CH14_SR0 0xF0108384          TOM0 Channel 14 CCU0 Compare Shadow Register
GTM_TOM0_CH14_SR1 0xF0108388          TOM0 Channel 14 CCU1 Compare Shadow Register
GTM_TOM0_CH14_CM0 0xF010838C          TOM0 Channel 14 CCU0 Compare Register
GTM_TOM0_CH14_CM1 0xF0108390          TOM0 Channel 14 CCU1 Compare Register
GTM_TOM0_CH14_CN0 0xF0108394          TOM0 Channel 14 CCU0 Counter Register
GTM_TOM0_CH14_STAT 0xF0108398          TOM0 Channel Status Register
GTM_TOM0_CH14_IRQ_NOTIFY 0xF010839C          TOM0 Channel 14 Interrupt Notification Register
GTM_TOM0_CH14_IRQ_EN 0xF01083A0          TOM0 Channel 14 Interrupt Enable Register
GTM_TOM0_CH14_IRQ_FORCINT 0xF01083A4          TOM0 Channel 14 Software Interrupt Generation Register
GTM_TOM0_CH14_IRQ_MODE 0xF01083A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH15_CTRL 0xF01083C0          TOM0 Channel 15 Control Register
GTM_TOM0_CH15_SR0 0xF01083C4          TOM0 Channel 15 CCU0 Compare Shadow Register
GTM_TOM0_CH15_SR1 0xF01083C8          TOM0 Channel 15 CCU1 Compare Shadow Register
GTM_TOM0_CH15_CM0 0xF01083CC          TOM0 Channel 15 CCU0 Compare Register
GTM_TOM0_CH15_CM1 0xF01083D0          TOM0 Channel 15 CCU1 Compare Register
GTM_TOM0_CH15_CN0 0xF01083D4          TOM0 Channel 15 CCU0 Counter Register
GTM_TOM0_CH15_STAT 0xF01083D8          TOM0 Channel Status Register
GTM_TOM0_CH15_IRQ_NOTIFY 0xF01083DC          TOM0 Channel 15 Interrupt Notification Register
GTM_TOM0_CH15_IRQ_EN 0xF01083E0          TOM0 Channel 15 Interrupt Enable Register
GTM_TOM0_CH15_IRQ_FORCINT 0xF01083E4          TOM0 Channel 15 Software Interrupt Generation Register
GTM_TOM0_CH15_IRQ_MODE 0xF01083E8          TOM0 IRQ Mode Configuration Register
GTM_TOM1_CH0_CTRL 0xF0108800          TOM1 Channel 0 Control Register?
GTM_TOM1_CH0_SR0 0xF0108804          TOM1 Channel 0 CCU0 Compare Shadow Register
GTM_TOM1_CH0_SR1 0xF0108808          TOM1 Channel 0 CCU1 Compare Shadow Register
GTM_TOM1_CH0_CM0 0xF010880C          TOM1 Channel 0 CCU0 Compare Register
GTM_TOM1_CH0_CM1 0xF0108810          TOM1 Channel 0 CCU1 Compare Register
GTM_TOM1_CH0_CN0 0xF0108814          TOM1 Channel 0 CCU0 Counter Register
GTM_TOM1_CH0_STAT 0xF0108818          TOM1 Channel Status Register
GTM_TOM1_CH0_IRQ_NOTIFY 0xF010881C          TOM1 Channel 0 Interrupt Notification Register
GTM_TOM1_CH0_IRQ_EN 0xF0108820          TOM1 Channel 0 Interrupt Enable Register
GTM_TOM1_CH0_IRQ_FORCINT 0xF0108824          TOM1 Channel 0 Software Interrupt Generation Register
GTM_TOM1_CH0_IRQ_MODE 0xF0108828          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC0_GLB_CTRL 0xF0108830          TOM1 TGC0 Global Control Register
GTM_TOM1_TGC0_ACT_TB 0xF0108834          TOM1 TGC0 Action Time Base Register
GTM_TOM1_TGC0_FUPD_CTRL 0xF0108838          TOM1 TGC0 Force Update Control Register
GTM_TOM1_TGC0_INT_TRIG 0xF010883C          TOM1 TGC0 Internal Trigger Control Register
GTM_TOM1_CH1_CTRL 0xF0108840          TOM1 Channel 1 Control Register?
GTM_TOM1_CH1_SR0 0xF0108844          TOM1 Channel 1 CCU0 Compare Shadow Register
GTM_TOM1_CH1_SR1 0xF0108848          TOM1 Channel 1 CCU1 Compare Shadow Register
GTM_TOM1_CH1_CM0 0xF010884C          TOM1 Channel 1 CCU0 Compare Register
GTM_TOM1_CH1_CM1 0xF0108850          TOM1 Channel 1 CCU1 Compare Register
GTM_TOM1_CH1_CN0 0xF0108854          TOM1 Channel 1 CCU0 Counter Register
GTM_TOM1_CH1_STAT 0xF0108858          TOM1 Channel Status Register
GTM_TOM1_CH1_IRQ_NOTIFY 0xF010885C          TOM1 Channel 1 Interrupt Notification Register
GTM_TOM1_CH1_IRQ_EN 0xF0108860          TOM1 Channel 1 Interrupt Enable Register
GTM_TOM1_CH1_IRQ_FORCINT 0xF0108864          TOM1 Channel 1 Software Interrupt Generation Register
GTM_TOM1_CH1_IRQ_MODE 0xF0108868          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC0_ENDIS_CTRL 0xF0108870          TOM1 TGC0 Enable/Disable Control Register
GTM_TOM1_TGC0_ENDIS_STAT 0xF0108874          TOM1 TGC0 Enable/Disable Status Register
GTM_TOM1_TGC0_OUTEN_CTRL 0xF0108878          TOM1 TGC0 Output Enable Control Register
GTM_TOM1_TGC0_OUTEN_STAT 0xF010887C          TOM1 TGC0 Output Enable Status Register
GTM_TOM1_CH2_CTRL 0xF0108880          TOM1 Channel 2 Control Register?
GTM_TOM1_CH2_SR0 0xF0108884          TOM1 Channel 2 CCU0 Compare Shadow Register
GTM_TOM1_CH2_SR1 0xF0108888          TOM1 Channel 2 CCU1 Compare Shadow Register
GTM_TOM1_CH2_CM0 0xF010888C          TOM1 Channel 2 CCU0 Compare Register
GTM_TOM1_CH2_CM1 0xF0108890          TOM1 Channel 2 CCU1 Compare Register
GTM_TOM1_CH2_CN0 0xF0108894          TOM1 Channel 2 CCU0 Counter Register
GTM_TOM1_CH2_STAT 0xF0108898          TOM1 Channel Status Register
GTM_TOM1_CH2_IRQ_NOTIFY 0xF010889C          TOM1 Channel 2 Interrupt Notification Register
GTM_TOM1_CH2_IRQ_EN 0xF01088A0          TOM1 Channel 2 Interrupt Enable Register
GTM_TOM1_CH2_IRQ_FORCINT 0xF01088A4          TOM1 Channel 2 Software Interrupt Generation Register
GTM_TOM1_CH2_IRQ_MODE 0xF01088A8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH3_CTRL 0xF01088C0          TOM1 Channel 3 Control Register?
GTM_TOM1_CH3_SR0 0xF01088C4          TOM1 Channel 3 CCU0 Compare Shadow Register
GTM_TOM1_CH3_SR1 0xF01088C8          TOM1 Channel 3 CCU1 Compare Shadow Register
GTM_TOM1_CH3_CM0 0xF01088CC          TOM1 Channel 3 CCU0 Compare Register
GTM_TOM1_CH3_CM1 0xF01088D0          TOM1 Channel 3 CCU1 Compare Register
GTM_TOM1_CH3_CN0 0xF01088D4          TOM1 Channel 3 CCU0 Counter Register
GTM_TOM1_CH3_STAT 0xF01088D8          TOM1 Channel Status Register
GTM_TOM1_CH3_IRQ_NOTIFY 0xF01088DC          TOM1 Channel 3 Interrupt Notification Register
GTM_TOM1_CH3_IRQ_EN 0xF01088E0          TOM1 Channel 3 Interrupt Enable Register
GTM_TOM1_CH3_IRQ_FORCINT 0xF01088E4          TOM1 Channel 3 Software Interrupt Generation Register
GTM_TOM1_CH3_IRQ_MODE 0xF01088E8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH4_CTRL 0xF0108900          TOM1 Channel 4 Control Register?
GTM_TOM1_CH4_SR0 0xF0108904          TOM1 Channel 4 CCU0 Compare Shadow Register
GTM_TOM1_CH4_SR1 0xF0108908          TOM1 Channel 4 CCU1 Compare Shadow Register
GTM_TOM1_CH4_CM0 0xF010890C          TOM1 Channel 4 CCU0 Compare Register
GTM_TOM1_CH4_CM1 0xF0108910          TOM1 Channel 4 CCU1 Compare Register
GTM_TOM1_CH4_CN0 0xF0108914          TOM1 Channel 4 CCU0 Counter Register
GTM_TOM1_CH4_STAT 0xF0108918          TOM1 Channel Status Register
GTM_TOM1_CH4_IRQ_NOTIFY 0xF010891C          TOM1 Channel 4 Interrupt Notification Register
GTM_TOM1_CH4_IRQ_EN 0xF0108920          TOM1 Channel 4 Interrupt Enable Register
GTM_TOM1_CH4_IRQ_FORCINT 0xF0108924          TOM1 Channel 4 Software Interrupt Generation Register
GTM_TOM1_CH4_IRQ_MODE 0xF0108928          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH5_CTRL 0xF0108940          TOM1 Channel 5 Control Register?
GTM_TOM1_CH5_SR0 0xF0108944          TOM1 Channel 5 CCU0 Compare Shadow Register
GTM_TOM1_CH5_SR1 0xF0108948          TOM1 Channel 5 CCU1 Compare Shadow Register
GTM_TOM1_CH5_CM0 0xF010894C          TOM1 Channel 5 CCU0 Compare Register
GTM_TOM1_CH5_CM1 0xF0108950          TOM1 Channel 5 CCU1 Compare Register
GTM_TOM1_CH5_CN0 0xF0108954          TOM1 Channel 5 CCU0 Counter Register
GTM_TOM1_CH5_STAT 0xF0108958          TOM1 Channel Status Register
GTM_TOM1_CH5_IRQ_NOTIFY 0xF010895C          TOM1 Channel 5 Interrupt Notification Register
GTM_TOM1_CH5_IRQ_EN 0xF0108960          TOM1 Channel 5 Interrupt Enable Register
GTM_TOM1_CH5_IRQ_FORCINT 0xF0108964          TOM1 Channel 5 Software Interrupt Generation Register
GTM_TOM1_CH5_IRQ_MODE 0xF0108968          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH6_CTRL 0xF0108980          TOM1 Channel 6 Control Register?
GTM_TOM1_CH6_SR0 0xF0108984          TOM1 Channel 6 CCU0 Compare Shadow Register
GTM_TOM1_CH6_SR1 0xF0108988          TOM1 Channel 6 CCU1 Compare Shadow Register
GTM_TOM1_CH6_CM0 0xF010898C          TOM1 Channel 6 CCU0 Compare Register
GTM_TOM1_CH6_CM1 0xF0108990          TOM1 Channel 6 CCU1 Compare Register
GTM_TOM1_CH6_CN0 0xF0108994          TOM1 Channel 6 CCU0 Counter Register
GTM_TOM1_CH6_STAT 0xF0108998          TOM1 Channel Status Register
GTM_TOM1_CH6_IRQ_NOTIFY 0xF010899C          TOM1 Channel 6 Interrupt Notification Register
GTM_TOM1_CH6_IRQ_EN 0xF01089A0          TOM1 Channel 6 Interrupt Enable Register
GTM_TOM1_CH6_IRQ_FORCINT 0xF01089A4          TOM1 Channel 6 Software Interrupt Generation Register
GTM_TOM1_CH6_IRQ_MODE 0xF01089A8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH7_CTRL 0xF01089C0          TOM1 Channel 7 Control Register?
GTM_TOM1_CH7_SR0 0xF01089C4          TOM1 Channel 7 CCU0 Compare Shadow Register
GTM_TOM1_CH7_SR1 0xF01089C8          TOM1 Channel 7 CCU1 Compare Shadow Register
GTM_TOM1_CH7_CM0 0xF01089CC          TOM1 Channel 7 CCU0 Compare Register
GTM_TOM1_CH7_CM1 0xF01089D0          TOM1 Channel 7 CCU1 Compare Register
GTM_TOM1_CH7_CN0 0xF01089D4          TOM1 Channel 7 CCU0 Counter Register
GTM_TOM1_CH7_STAT 0xF01089D8          TOM1 Channel Status Register
GTM_TOM1_CH7_IRQ_NOTIFY 0xF01089DC          TOM1 Channel 7 Interrupt Notification Register
GTM_TOM1_CH7_IRQ_EN 0xF01089E0          TOM1 Channel 7 Interrupt Enable Register
GTM_TOM1_CH7_IRQ_FORCINT 0xF01089E4          TOM1 Channel 7 Software Interrupt Generation Register
GTM_TOM1_CH7_IRQ_MODE 0xF01089E8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH8_CTRL 0xF0108A00          TOM1 Channel 8 Control Register?
GTM_TOM1_CH8_SR0 0xF0108A04          TOM1 Channel 8 CCU0 Compare Shadow Register
GTM_TOM1_CH8_SR1 0xF0108A08          TOM1 Channel 8 CCU1 Compare Shadow Register
GTM_TOM1_CH8_CM0 0xF0108A0C          TOM1 Channel 8 CCU0 Compare Register
GTM_TOM1_CH8_CM1 0xF0108A10          TOM1 Channel 8 CCU1 Compare Register
GTM_TOM1_CH8_CN0 0xF0108A14          TOM1 Channel 8 CCU0 Counter Register
GTM_TOM1_CH8_STAT 0xF0108A18          TOM1 Channel Status Register
GTM_TOM1_CH8_IRQ_NOTIFY 0xF0108A1C          TOM1 Channel 8 Interrupt Notification Register
GTM_TOM1_CH8_IRQ_EN 0xF0108A20          TOM1 Channel 8 Interrupt Enable Register
GTM_TOM1_CH8_IRQ_FORCINT 0xF0108A24          TOM1 Channel 8 Software Interrupt Generation Register
GTM_TOM1_CH8_IRQ_MODE 0xF0108A28          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC1_GLB_CTRL 0xF0108A30          TOM1 TGC1 Global Control Register
GTM_TOM1_TGC1_ACT_TB 0xF0108A34          TOM1 TGC1 Action Time Base Register
GTM_TOM1_TGC1_FUPD_CTRL 0xF0108A38          TOM1 TGC1 Force Update Control Register
GTM_TOM1_TGC1_INT_TRIG 0xF0108A3C          TOM1 TGC1 Internal Trigger Control Register
GTM_TOM1_CH9_CTRL 0xF0108A40          TOM1 Channel 9 Control Register?
GTM_TOM1_CH9_SR0 0xF0108A44          TOM1 Channel 9 CCU0 Compare Shadow Register
GTM_TOM1_CH9_SR1 0xF0108A48          TOM1 Channel 9 CCU1 Compare Shadow Register
GTM_TOM1_CH9_CM0 0xF0108A4C          TOM1 Channel 9 CCU0 Compare Register
GTM_TOM1_CH9_CM1 0xF0108A50          TOM1 Channel 9 CCU1 Compare Register
GTM_TOM1_CH9_CN0 0xF0108A54          TOM1 Channel 9 CCU0 Counter Register
GTM_TOM1_CH9_STAT 0xF0108A58          TOM1 Channel Status Register
GTM_TOM1_CH9_IRQ_NOTIFY 0xF0108A5C          TOM1 Channel 9 Interrupt Notification Register
GTM_TOM1_CH9_IRQ_EN 0xF0108A60          TOM1 Channel 9 Interrupt Enable Register
GTM_TOM1_CH9_IRQ_FORCINT 0xF0108A64          TOM1 Channel 9 Software Interrupt Generation Register
GTM_TOM1_CH9_IRQ_MODE 0xF0108A68          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC1_ENDIS_CTRL 0xF0108A70          TOM1 TGC1 Enable/Disable Control Register
GTM_TOM1_TGC1_ENDIS_STAT 0xF0108A74          TOM1 TGC1 Enable/Disable Status Register
GTM_TOM1_TGC1_OUTEN_CTRL 0xF0108A78          TOM1 TGC1 Output Enable Control Register
GTM_TOM1_TGC1_OUTEN_STAT 0xF0108A7C          TOM1 TGC1 Output Enable Status Register
GTM_TOM1_CH10_CTRL 0xF0108A80          TOM1 Channel 10 Control Register?
GTM_TOM1_CH10_SR0 0xF0108A84          TOM1 Channel 10 CCU0 Compare Shadow Register
GTM_TOM1_CH10_SR1 0xF0108A88          TOM1 Channel 10 CCU1 Compare Shadow Register
GTM_TOM1_CH10_CM0 0xF0108A8C          TOM1 Channel 10 CCU0 Compare Register
GTM_TOM1_CH10_CM1 0xF0108A90          TOM1 Channel 10 CCU1 Compare Register
GTM_TOM1_CH10_CN0 0xF0108A94          TOM1 Channel 10 CCU0 Counter Register
GTM_TOM1_CH10_STAT 0xF0108A98          TOM1 Channel Status Register
GTM_TOM1_CH10_IRQ_NOTIFY 0xF0108A9C          TOM1 Channel 10 Interrupt Notification Register
GTM_TOM1_CH10_IRQ_EN 0xF0108AA0          TOM1 Channel 10 Interrupt Enable Register
GTM_TOM1_CH10_IRQ_FORCINT 0xF0108AA4          TOM1 Channel 10 Software Interrupt Generation Register
GTM_TOM1_CH10_IRQ_MODE 0xF0108AA8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH11_CTRL 0xF0108AC0          TOM1 Channel 11 Control Register?
GTM_TOM1_CH11_SR0 0xF0108AC4          TOM1 Channel 11 CCU0 Compare Shadow Register
GTM_TOM1_CH11_SR1 0xF0108AC8          TOM1 Channel 11 CCU1 Compare Shadow Register
GTM_TOM1_CH11_CM0 0xF0108ACC          TOM1 Channel 11 CCU0 Compare Register
GTM_TOM1_CH11_CM1 0xF0108AD0          TOM1 Channel 11 CCU1 Compare Register
GTM_TOM1_CH11_CN0 0xF0108AD4          TOM1 Channel 11 CCU0 Counter Register
GTM_TOM1_CH11_STAT 0xF0108AD8          TOM1 Channel Status Register
GTM_TOM1_CH11_IRQ_NOTIFY 0xF0108ADC          TOM1 Channel 11 Interrupt Notification Register
GTM_TOM1_CH11_IRQ_EN 0xF0108AE0          TOM1 Channel 11 Interrupt Enable Register
GTM_TOM1_CH11_IRQ_FORCINT 0xF0108AE4          TOM1 Channel 11 Software Interrupt Generation Register
GTM_TOM1_CH11_IRQ_MODE 0xF0108AE8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH12_CTRL 0xF0108B00          TOM1 Channel 12 Control Register?
GTM_TOM1_CH12_SR0 0xF0108B04          TOM1 Channel 12 CCU0 Compare Shadow Register
GTM_TOM1_CH12_SR1 0xF0108B08          TOM1 Channel 12 CCU1 Compare Shadow Register
GTM_TOM1_CH12_CM0 0xF0108B0C          TOM1 Channel 12 CCU0 Compare Register
GTM_TOM1_CH12_CM1 0xF0108B10          TOM1 Channel 12 CCU1 Compare Register
GTM_TOM1_CH12_CN0 0xF0108B14          TOM1 Channel 12 CCU0 Counter Register
GTM_TOM1_CH12_STAT 0xF0108B18          TOM1 Channel Status Register
GTM_TOM1_CH12_IRQ_NOTIFY 0xF0108B1C          TOM1 Channel 12 Interrupt Notification Register
GTM_TOM1_CH12_IRQ_EN 0xF0108B20          TOM1 Channel 12 Interrupt Enable Register
GTM_TOM1_CH12_IRQ_FORCINT 0xF0108B24          TOM1 Channel 12 Software Interrupt Generation Register
GTM_TOM1_CH12_IRQ_MODE 0xF0108B28          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH13_CTRL 0xF0108B40          TOM1 Channel 13 Control Register?
GTM_TOM1_CH13_SR0 0xF0108B44          TOM1 Channel 13 CCU0 Compare Shadow Register
GTM_TOM1_CH13_SR1 0xF0108B48          TOM1 Channel 13 CCU1 Compare Shadow Register
GTM_TOM1_CH13_CM0 0xF0108B4C          TOM1 Channel 13 CCU0 Compare Register
GTM_TOM1_CH13_CM1 0xF0108B50          TOM1 Channel 13 CCU1 Compare Register
GTM_TOM1_CH13_CN0 0xF0108B54          TOM1 Channel 13 CCU0 Counter Register
GTM_TOM1_CH13_STAT 0xF0108B58          TOM1 Channel Status Register
GTM_TOM1_CH13_IRQ_NOTIFY 0xF0108B5C          TOM1 Channel 13 Interrupt Notification Register
GTM_TOM1_CH13_IRQ_EN 0xF0108B60          TOM1 Channel 13 Interrupt Enable Register
GTM_TOM1_CH13_IRQ_FORCINT 0xF0108B64          TOM1 Channel 13 Software Interrupt Generation Register
GTM_TOM1_CH13_IRQ_MODE 0xF0108B68          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH14_CTRL 0xF0108B80          TOM1 Channel 14 Control Register?
GTM_TOM1_CH14_SR0 0xF0108B84          TOM1 Channel 14 CCU0 Compare Shadow Register
GTM_TOM1_CH14_SR1 0xF0108B88          TOM1 Channel 14 CCU1 Compare Shadow Register
GTM_TOM1_CH14_CM0 0xF0108B8C          TOM1 Channel 14 CCU0 Compare Register
GTM_TOM1_CH14_CM1 0xF0108B90          TOM1 Channel 14 CCU1 Compare Register
GTM_TOM1_CH14_CN0 0xF0108B94          TOM1 Channel 14 CCU0 Counter Register
GTM_TOM1_CH14_STAT 0xF0108B98          TOM1 Channel Status Register
GTM_TOM1_CH14_IRQ_NOTIFY 0xF0108B9C          TOM1 Channel 14 Interrupt Notification Register
GTM_TOM1_CH14_IRQ_EN 0xF0108BA0          TOM1 Channel 14 Interrupt Enable Register
GTM_TOM1_CH14_IRQ_FORCINT 0xF0108BA4          TOM1 Channel 14 Software Interrupt Generation Register
GTM_TOM1_CH14_IRQ_MODE 0xF0108BA8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH15_CTRL 0xF0108BC0          TOM1 Channel 15 Control Register
GTM_TOM1_CH15_SR0 0xF0108BC4          TOM1 Channel 15 CCU0 Compare Shadow Register
GTM_TOM1_CH15_SR1 0xF0108BC8          TOM1 Channel 15 CCU1 Compare Shadow Register
GTM_TOM1_CH15_CM0 0xF0108BCC          TOM1 Channel 15 CCU0 Compare Register
GTM_TOM1_CH15_CM1 0xF0108BD0          TOM1 Channel 15 CCU1 Compare Register
GTM_TOM1_CH15_CN0 0xF0108BD4          TOM1 Channel 15 CCU0 Counter Register
GTM_TOM1_CH15_STAT 0xF0108BD8          TOM1 Channel Status Register
GTM_TOM1_CH15_IRQ_NOTIFY 0xF0108BDC          TOM1 Channel 15 Interrupt Notification Register
GTM_TOM1_CH15_IRQ_EN 0xF0108BE0          TOM1 Channel 15 Interrupt Enable Register
GTM_TOM1_CH15_IRQ_FORCINT 0xF0108BE4          TOM1 Channel 15 Software Interrupt Generation Register
GTM_TOM1_CH15_IRQ_MODE 0xF0108BE8          TOM1 IRQ Mode Configuration Register
GTM_DTM1_CTRL   0xF0113040          DTM1 Control Register
GTM_DTM1_CH_CTRL1 0xF0113044          DTM1 Channel Control1 Register
GTM_DTM1_CH_CTRL2 0xF0113048          DTM1 Channel Control2 Register
GTM_DTM1_CH_CTRL2_SR 0xF011304C          DTM1 Channel Control2 Shadow Register
GTM_DTM1_PS_CTRL 0xF0113050          DTM1 Phase Shift Control Register
GTM_DTM1_CH0_DTV 0xF0113054          DTM1 Channel0 Dead Time Value Register
GTM_DTM1_CH1_DTV 0xF0113058          DTM1 Channel1 Dead Time Value Register
GTM_DTM1_CH2_DTV 0xF011305C          DTM1 Channel2 Dead Time Value Register
GTM_DTM1_CH3_DTV 0xF0113060          DTM1 Channel3 Dead Time Value Register
GTM_DTM5_CTRL   0xF0113140          DTM5 Control Register
GTM_DTM5_CH_CTRL1 0xF0113144          DTM5 Channel Control1 Register
GTM_DTM5_CH_CTRL2 0xF0113148          DTM5 Channel Control2 Register
GTM_DTM5_CH_CTRL2_SR 0xF011314C          DTM5 Channel Control2 Shadow Register
GTM_DTM5_PS_CTRL 0xF0113150          DTM5 Phase Shift Control Register
GTM_DTM5_CH0_DTV 0xF0113154          DTM5 Channel0 Dead Time Value Register
GTM_DTM5_CH1_DTV 0xF0113158          DTM5 Channel1 Dead Time Value Register
GTM_DTM5_CH2_DTV 0xF011315C          DTM5 Channel2 Dead Time Value Register
GTM_DTM5_CH3_DTV 0xF0113160          DTM5 Channel3 Dead Time Value Register
GTM_CLC         0xF019FD00          Clock Control Register
GTM_TIM0INSEL   0xF019FD10          TIM0 Input Select Register
GTM_TOUTSEL0    0xF019FD30          Timer Output Select Register
GTM_TOUTSEL1    0xF019FD34          Timer Output Select Register
GTM_TOUTSEL2    0xF019FD38          Timer Output Select Register
GTM_TOUTSEL3    0xF019FD3C          Timer Output Select Register
GTM_TOUTSEL4    0xF019FD40          Timer Output Select Register
GTM_TOUTSEL5    0xF019FD44          Timer Output Select Register
GTM_TOUTSEL6    0xF019FD48          Timer Output Select Register
GTM_TOUTSEL7    0xF019FD4C          Timer Output Select Register
GTM_CANOUTSEL   0xF019FDA0          CAN Output Select Register
GTM_ADCTRIG0OUT0 0xF019FDB0          ADC Trigger 0 Output Select 0 Register
GTM_ADCTRIG1OUT0 0xF019FDB8          ADC Trigger 1 Output Select 0 Register
GTM_OTBU0T      0xF019FDC4          OCDS TBU0 Trigger Register
GTM_OTBU1T      0xF019FDC8          OCDS TBU1 Trigger Register
GTM_OTBU2T      0xF019FDCC          OCDS TBU2 Trigger Register
GTM_OTSS        0xF019FDD0          OCDS Trigger Set Select Register
GTM_OTSC0       0xF019FDD4          OCDS Trigger Set Control 0 Register
GTM_ODA         0xF019FDDC          OCDS Debug Access Register
GTM_OCS         0xF019FDE8          OCDS Control and Status
GTM_KRSTCLR     0xF019FDEC          Kernel Reset Status Clear Register
GTM_KRST1       0xF019FDF0          Kernel Reset Register 1
GTM_KRST0       0xF019FDF4          Kernel Reset Register 0
GTM_ACCEN1      0xF019FDF8          Access Enable Register 1
GTM_ACCEN0      0xF019FDFC          Access Enable Register 0
PMU0_ID         0xF8000508          PMU0 Identification Register
FLASH0_COMM0    0xF8001000          FSI Communication Register 0
FLASH0_COMM1    0xF8001004          FSI Communication Register 1
FLASH0_COMM2    0xF8001008          FSI Communication Register 2
FLASH0_ID       0xF8002008          Flash Module Identification Register
FLASH0_FSR      0xF8002010          Flash Status Register
FLASH0_FCON     0xF8002014          Flash Configuration Register
FLASH0_FPRO     0xF800201C          Flash Protection Control and Status Register
FLASH0_PROCONP0 0xF8002020          PFlash Protection Configuration PF0
FLASH0_PROCOND  0xF8002030          DFlash Protection Configuration
FLASH0_PROCONHSMCOTP 0xF8002034          HSM Code Flash OTP Protection Configuration
FLASH0_PROCONOTP0 0xF8002038          OTP Protection Configuration PF0
FLASH0_PROCONWOP0 0xF8002048          Write-Once Protection Configuration PF0
FLASH0_PROCONDBG 0xF8002058          Debug Interface Protection Configuration
FLASH0_PROCONHSM 0xF800205C          HSM Interface Configuration
FLASH0_RDBCFG00 0xF8002060          Read Buffer Port 0 Cfg 0
FLASH0_RDBCFG01 0xF8002064          Read Buffer Port 0 Cfg 1
FLASH0_RDBCFG02 0xF8002068          Read Buffer Port 0 Cfg 2
FLASH0_ECCW     0xF8002090          ECC Write Register
FLASH0_ECCRP0   0xF8002094          ECC Read Register PF0
FLASH0_ECCRD    0xF80020A4          ECC Read Register DF
FLASH0_MARP     0xF80020A8          Margin Control Register PFlash
FLASH0_MARD     0xF80020AC          Margin Control Register DFlash
FLASH0_CBABCFG0 0xF80020B4          CBAB Configuration Port 0
FLASH0_CBABSTAT0 0xF80020B8          CBAB Status Port 0
FLASH0_CBABTOP0 0xF80020BC          CBAB FIFO TOP Entry Port 0
FLASH0_UBABCFG0 0xF80020E4          UBAB Configuration Port 0
FLASH0_UBABSTAT0 0xF80020E8          UBAB Status Port 0
FLASH0_UBABTOP0 0xF80020EC          UBAB FIFO TOP Entry Port 0
FLASH0_RRCT     0xF8002140          Requested Read Control Register
FLASH0_RRD0     0xF8002144          Requested Read Data Register 0
FLASH0_RRD1     0xF8002148          Requested Read Data Register 1
FLASH0_RRAD     0xF800214C          Requested Read Address Register
FLASH0_ACCEN1   0xF80023F8          Access Enable Register 1
FLASH0_ACCEN0   0xF80023FC          Access Enable Register 0
XBAR_EXTCOND    0xF8700000          External Control Register D
XBAR_ARBCOND    0xF8700004          Arbiter Control Register D
XBAR_PRIOHD     0xF8700008          Arbiter Priority Register D
XBAR_PRIOLD     0xF870000C          Arbiter Priority Register D
XBAR_ERRADDRD   0xF8700010          Error/Debug Address Capture Register D
XBAR_ERRD       0xF8700014          Error/Debug Capture Register D
XBAR_DBCOND     0xF8700018          Debug Control Register D
XBAR_DBADDD     0xF870001C          Debug Address Register D
XBAR_DBMADDD    0xF8700020          Debug Mask Address Register D
XBAR_ARBCON0    0xF8700044          Arbiter Control Register 0
XBAR_PRIOH0     0xF8700048          Arbiter Priority Register 0
XBAR_PRIOL0     0xF870004C          Arbiter Priority Register 0
XBAR_ERRADDR0   0xF8700050          Error/Debug Address Capture Register 0
XBAR_ERR0       0xF8700054          Error/Debug Capture Register 0
XBAR_DBCON0     0xF8700058          Debug Control Register 0
XBAR_DBADD0     0xF870005C          Debug Address Register 0
XBAR_DBMADD0    0xF8700060          Debug Mask Address Register 0
XBAR_ARBCON4    0xF8700144          Arbiter Control Register 4
XBAR_PRIOH4     0xF8700148          Arbiter Priority Register 4
XBAR_PRIOL4     0xF870014C          Arbiter Priority Register 4
XBAR_ERRADDR4   0xF8700150          Error/Debug Address Capture Register 4
XBAR_ERR4       0xF8700154          Error/Debug Capture Register 4
XBAR_DBCON4     0xF8700158          Debug Control Register 4
XBAR_DBADD4     0xF870015C          Debug Address Register 4
XBAR_DBMADD4    0xF8700160          Debug Mask Address Register 4
XBAR_ARBCON6    0xF87001C4          Arbiter Control Register 6
XBAR_PRIOH6     0xF87001C8          Arbiter Priority Register 6
XBAR_PRIOL6     0xF87001CC          Arbiter Priority Register 6
XBAR_ERRADDR6   0xF87001D0          Error/Debug Address Capture Register 6
XBAR_ERR6       0xF87001D4          Error/Debug Capture Register 6
XBAR_DBCON6     0xF87001D8          Debug Control Register 6
XBAR_DBADD6     0xF87001DC          Debug Address Register 6
XBAR_DBMADD6    0xF87001E0          Debug Mask Address Register 6
XBAR_ARBCON7    0xF8700204          Arbiter Control Register 7
XBAR_PRIOH7     0xF8700208          Arbiter Priority Register 7
XBAR_PRIOL7     0xF870020C          Arbiter Priority Register 7
XBAR_ERRADDR7   0xF8700210          Error/Debug Address Capture Register 7
XBAR_ERR7       0xF8700214          Error/Debug Capture Register 7
XBAR_DBCON7     0xF8700218          Debug Control Register 7
XBAR_DBADD7     0xF870021C          Debug Address Register 7
XBAR_DBMADD7    0xF8700220          Debug Mask Address Register 7
XBAR_ID         0xF8700408          Module Identification Register
XBAR_DBSAT      0xF870040C          Debug Trigger Event Status Register
XBAR_INTSAT     0xF8700410          Arbiter Interrupt Status Register
XBAR_IDINTSAT   0xF8700414          Transaction ID Interrupt Status Register
XBAR_IDINTEN    0xF8700418          Transaction ID Interrupt Enable Register
XBAR_ACCEN1     0xF87004F8          Access Enable Register 1
XBAR_ACCEN0     0xF87004FC          Access Enable Register 0
LMU_CLC         0xF8700800          LMU Clock Control Register
LMU_MODID       0xF8700808          LMU Module ID Register
LMU_ACCEN0      0xF8700810          LMU Access Enable Register 0
LMU_ACCEN1      0xF8700814          LMU Access Enable Register 1
LMU_MEMCON      0xF8700820          LMU Memory Control Register
LMU_BUFCON0     0xF8700830          LMU Buffer Control Register
LMU_BUFCON1     0xF8700834          LMU Buffer Control Register
LMU_BUFCON2     0xF8700838          LMU Buffer Control Register
CPU0_SPROT_RGNLA0 0xF880E000          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA0 0xF880E004          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA0 0xF880E008          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB0 0xF880E00C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA1 0xF880E010          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA1 0xF880E014          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA1 0xF880E018          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB1 0xF880E01C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA2 0xF880E020          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA2 0xF880E024          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA2 0xF880E028          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB2 0xF880E02C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA3 0xF880E030          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA3 0xF880E034          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA3 0xF880E038          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB3 0xF880E03C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA4 0xF880E040          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA4 0xF880E044          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA4 0xF880E048          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB4 0xF880E04C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA5 0xF880E050          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA5 0xF880E054          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA5 0xF880E058          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB5 0xF880E05C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA6 0xF880E060          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA6 0xF880E064          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA6 0xF880E068          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB6 0xF880E06C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA7 0xF880E070          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA7 0xF880E074          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA7 0xF880E078          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB7 0xF880E07C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_ACCENA 0xF880E100          CPU0 Safety Protection Register Access Enable Register A
CPU0_SPROT_ACCENB 0xF880E104          CPU0 Safety Protection Region Access Enable Register B
OVC0_OSEL       0xF880FB00          Overlay Range Select Register
OVC0_RABR0      0xF880FB10          Redirected Address Base Register 0
OVC0_OTAR0      0xF880FB14          Overlay Target Address Register 0
OVC0_OMASK0     0xF880FB18          Overlay Mask Register 0
OVC0_RABR1      0xF880FB1C          Redirected Address Base Register 1
OVC0_OTAR1      0xF880FB20          Overlay Target Address Register 1
OVC0_OMASK1     0xF880FB24          Overlay Mask Register 1
OVC0_RABR2      0xF880FB28          Redirected Address Base Register 2
OVC0_OTAR2      0xF880FB2C          Overlay Target Address Register 2
OVC0_OMASK2     0xF880FB30          Overlay Mask Register 2
OVC0_RABR3      0xF880FB34          Redirected Address Base Register 3
OVC0_OTAR3      0xF880FB38          Overlay Target Address Register 3
OVC0_OMASK3     0xF880FB3C          Overlay Mask Register 3
OVC0_RABR4      0xF880FB40          Redirected Address Base Register 4
OVC0_OTAR4      0xF880FB44          Overlay Target Address Register 4
OVC0_OMASK4     0xF880FB48          Overlay Mask Register 4
OVC0_RABR5      0xF880FB4C          Redirected Address Base Register 5
OVC0_OTAR5      0xF880FB50          Overlay Target Address Register 5
OVC0_OMASK5     0xF880FB54          Overlay Mask Register 5
OVC0_RABR6      0xF880FB58          Redirected Address Base Register 6
OVC0_OTAR6      0xF880FB5C          Overlay Target Address Register 6
OVC0_OMASK6     0xF880FB60          Overlay Mask Register 6
OVC0_RABR7      0xF880FB64          Redirected Address Base Register 7
OVC0_OTAR7      0xF880FB68          Overlay Target Address Register 7
OVC0_OMASK7     0xF880FB6C          Overlay Mask Register 7
CSFR_BASE       0xF8810000          Core Special Function Registers base (CPU0)
CPU0_SEGEN      0xF8811030          SRI Error Generation Register
CPU0_TASK_ASI   0xF8818004          CPU0 Task Address Space Identifier Register
CPU0_PMA0       0xF8818100          Data Access CacheabilityRegister
CPU0_PMA1       0xF8818104          Code Access CacheabilityRegister
CPU0_PMA2       0xF8818108          Peripheral Space Identifier register
CPU0_DCON2      0xF8819000          Data Control Register 2
CPU0_SMACON     0xF881900C          SIST Mode Access Control Register
CPU0_DSTR       0xF8819010          Data Synchronous Trap Register
CPU0_DATR       0xF8819018          Data Asynchronous Trap Register
CPU0_DEADD      0xF881901C          Data Error Address Register
CPU0_DIEAR      0xF8819020          Data Integrity Error Address Register
CPU0_DIETR      0xF8819024          Data Integrity Error Trap Register
CPU0_DCON0      0xF8819040          Data Memory Control Register
CPU0_PSTR       0xF8819200          Program Synchronous Trap Register
CPU0_PCON1      0xF8819204          Program Control 1
CPU0_PCON2      0xF8819208          Program Control 2
CPU0_PCON0      0xF881920C          Program Control 0
CPU0_PIEAR      0xF8819210          Program Integrity Error Address Register
CPU0_PIETR      0xF8819214          Program Integrity Error Trap Register
CPU0_COMPAT     0xF8819400          Compatibility Control Register
CPU0_FPU_TRAP_CON 0xF881A000          CPU0 Trap Control Register
CPU0_FPU_TRAP_PC 0xF881A004          CPU0 Trapping Instruction Program Counter Register
CPU0_FPU_TRAP_OPC 0xF881A008          CPU0 Trapping Instruction Opcode Register
CPU0_FPU_TRAP_SRC1 0xF881A010          CPU0 Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC2 0xF881A014          CPU0 Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC3 0xF881A018          Trapping Instruction Operand Register
CPU0_DPR0_L     0xF881C000          CPU0 Data Protection Range 0, Lower Bound Register
CPU0_DPR0_U     0xF881C004          CPU0 Data Protection Range 0, Upper Bound Register
CPU0_DPR1_L     0xF881C008          CPU0 Data Protection Range 1, Lower Bound Register
CPU0_DPR1_U     0xF881C00C          CPU0 Data Protection Range 1, Upper Bound Register
CPU0_DPR2_L     0xF881C010          CPU0 Data Protection Range 2, Lower Bound Register
CPU0_DPR2_U     0xF881C014          CPU0 Data Protection Range 2, Upper Bound Register
CPU0_DPR3_L     0xF881C018          CPU0 Data Protection Range 3, Lower Bound Register
CPU0_DPR3_U     0xF881C01C          CPU0 Data Protection Range 3, Upper Bound Register
CPU0_DPR4_L     0xF881C020          CPU0 Data Protection Range 4, Lower Bound Register
CPU0_DPR4_U     0xF881C024          CPU0 Data Protection Range 4, Upper Bound Register
CPU0_DPR5_L     0xF881C028          CPU0 Data Protection Range 5, Lower Bound Register
CPU0_DPR5_U     0xF881C02C          CPU0 Data Protection Range 5, Upper Bound Register
CPU0_DPR6_L     0xF881C030          CPU0 Data Protection Range 6, Lower Bound Register
CPU0_DPR6_U     0xF881C034          CPU0 Data Protection Range 6, Upper Bound Register
CPU0_DPR7_L     0xF881C038          CPU0 Data Protection Range 7, Lower Bound Register
CPU0_DPR7_U     0xF881C03C          CPU0 Data Protection Range 7, Upper Bound Register
CPU0_DPR8_L     0xF881C040          CPU0 Data Protection Range 8, Lower Bound Register
CPU0_DPR8_U     0xF881C044          CPU0 Data Protection Range 8, Upper Bound Register
CPU0_DPR9_L     0xF881C048          CPU0 Data Protection Range 9, Lower Bound Register
CPU0_DPR9_U     0xF881C04C          CPU0 Data Protection Range 9, Upper Bound Register
CPU0_DPR10_L    0xF881C050          CPU0 Data Protection Range 10, Lower Bound Register
CPU0_DPR10_U    0xF881C054          CPU0 Data Protection Range 10, Upper Bound Register
CPU0_DPR11_L    0xF881C058          CPU0 Data Protection Range 11, Lower Bound Register
CPU0_DPR11_U    0xF881C05C          CPU0 Data Protection Range 11, Upper Bound Register
CPU0_DPR12_L    0xF881C060          CPU0 Data Protection Range 12, Lower Bound Register
CPU0_DPR12_U    0xF881C064          CPU0 Data Protection Range 12, Upper Bound Register
CPU0_DPR13_L    0xF881C068          CPU0 Data Protection Range 13, Lower Bound Register
CPU0_DPR13_U    0xF881C06C          CPU0 Data Protection Range 13, Upper Bound Register
CPU0_DPR14_L    0xF881C070          CPU0 Data Protection Range 14, Lower Bound Register
CPU0_DPR14_U    0xF881C074          CPU0 Data Protection Range 14, Upper Bound Register
CPU0_DPR15_L    0xF881C078          CPU0 Data Protection Range 15, Lower Bound Register
CPU0_DPR15_U    0xF881C07C          CPU0 Data Protection Range 15, Upper Bound Register
CPU0_CPR0_L     0xF881D000          CPU0 Code Protection Range 0 Lower Bound Register
CPU0_CPR0_U     0xF881D004          CPU0 Code Protection Range 0 Upper Bound Register
CPU0_CPR1_L     0xF881D008          CPU0 Code Protection Range 1 Lower Bound Register
CPU0_CPR1_U     0xF881D00C          CPU0 Code Protection Range 1 Upper Bound Register
CPU0_CPR2_L     0xF881D010          CPU0 Code Protection Range 2 Lower Bound Register
CPU0_CPR2_U     0xF881D014          CPU0 Code Protection Range 2 Upper Bound Register
CPU0_CPR3_L     0xF881D018          CPU0 Code Protection Range 3 Lower Bound Register
CPU0_CPR3_U     0xF881D01C          CPU0 Code Protection Range 3 Upper Bound Register
CPU0_CPR4_L     0xF881D020          CPU0 Code Protection Range 4 Lower Bound Register
CPU0_CPR4_U     0xF881D024          CPU0 Code Protection Range 4 Upper Bound Register
CPU0_CPR5_L     0xF881D028          CPU0 Code Protection Range 5 Lower Bound Register
CPU0_CPR5_U     0xF881D02C          CPU0 Code Protection Range 5 Upper Bound Register
CPU0_CPR6_L     0xF881D030          CPU0 Code Protection Range 6 Lower Bound Register
CPU0_CPR6_U     0xF881D034          CPU0 Code Protection Range 6 Upper Bound Register
CPU0_CPR7_L     0xF881D038          CPU0 Code Protection Range 7 Lower Bound Register
CPU0_CPR7_U     0xF881D03C          CPU0 Code Protection Range 7 Upper Bound Register
CPU0_CPXE_0     0xF881E000          CPU0 Code Protection Execute Enable Register Set 0
CPU0_CPXE_1     0xF881E004          CPU0 Code Protection Execute Enable Register Set 1
CPU0_CPXE_2     0xF881E008          CPU0 Code Protection Execute Enable Register Set 2
CPU0_CPXE_3     0xF881E00C          CPU0 Code Protection Execute Enable Register Set 3
CPU0_DPRE_0     0xF881E010          CPU0 Data Protection Read Enable Register Set 0
CPU0_DPRE_1     0xF881E014          CPU0 Data Protection Read Enable Register Set 1
CPU0_DPRE_2     0xF881E018          CPU0 Data Protection Read Enable Register Set 2
CPU0_DPRE_3     0xF881E01C          CPU0 Data Protection Read Enable Register Set 3
CPU0_DPWE_0     0xF881E020          CPU0 Data Protection Write Enable Register Set 0
CPU0_DPWE_1     0xF881E024          CPU0 Data Protection Write Enable Register Set 1
CPU0_DPWE_2     0xF881E028          CPU0 Data Protection Write Enable Register Set 2
CPU0_DPWE_3     0xF881E02C          CPU0 Data Protection Write Enable Register Set 3
CPU0_TPS_CON    0xF881E400          CPU0 Temporal Protection System Control Register
CPU0_TPS_TIMER0 0xF881E404          CPU0 Temporal Protection System Timer Register 0
CPU0_TPS_TIMER1 0xF881E408          CPU0 Temporal Protection System Timer Register 0
CPU0_TPS_TIMER2 0xF881E40C          CPU0 Temporal Protection System Timer Register 0
CPU0_TR0EVT     0xF881F000          Trigger Event 0
CPU0_TR0ADR     0xF881F004          Trigger Address 0
CPU0_TR1EVT     0xF881F008          Trigger Event 1
CPU0_TR1ADR     0xF881F00C          Trigger Address 1
CPU0_TR2EVT     0xF881F010          Trigger Event 2
CPU0_TR2ADR     0xF881F014          Trigger Address 2
CPU0_TR3EVT     0xF881F018          Trigger Event 3
CPU0_TR3ADR     0xF881F01C          Trigger Address 3
CPU0_TR4EVT     0xF881F020          Trigger Event 4
CPU0_TR4ADR     0xF881F024          Trigger Address 4
CPU0_TR5EVT     0xF881F028          Trigger Event 5
CPU0_TR5ADR     0xF881F02C          Trigger Address 5
CPU0_TR6EVT     0xF881F030          Trigger Event 6
CPU0_TR6ADR     0xF881F034          Trigger Address 6
CPU0_TR7EVT     0xF881F038          Trigger Event 7
CPU0_TR7ADR     0xF881F03C          Trigger Address 7
CPU0_CCTRL      0xF881FC00          Counter Control
CPU0_CCNT       0xF881FC04          CPU Clock Cycle Count
CPU0_ICNT       0xF881FC08          Instruction Count
CPU0_M1CNT      0xF881FC0C          Multi-Count Register 1
CPU0_M2CNT      0xF881FC10          Multi-Count Register 2
CPU0_M3CNT      0xF881FC14          Multi-Count Register 3
CPU0_DBGSR      0xF881FD00          Debug Status Register
CPU0_EXEVT      0xF881FD08          External Event Register
CPU0_CREVT      0xF881FD0C          Core Register Access Event
CPU0_SWEVT      0xF881FD10          Software Debug Event
CPU0_TRIG_ACC   0xF881FD30          CPU0 Trigger Address x
CPU0_DMS        0xF881FD40          CPU0 Debug Monitor Start Address
CPU0_DCX        0xF881FD44          CPU0 Debug Context Save Area Pointer
CPU0_DBGTCR     0xF881FD48          Debug Trap Control Register
CPU0_PCXI       0xF881FE00          Previous Context Information Register
CPU0_PSW        0xF881FE04          Program Status Word
CPU0_PC         0xF881FE08          Program Counter
CPU0_SYSCON     0xF881FE14          System Configuration Register
CPU0_CPU_ID     0xF881FE18          CPU0 Identification Register TC1.6P
CPU0_CORE_ID    0xF881FE1C          CPU0 Core Identification Register
CPU0_BIV        0xF881FE20          Base Interrupt Vector Table Pointer
CPU0_BTV        0xF881FE24          Base Trap Vector Table Pointer
CPU0_ISP        0xF881FE28          Interrupt Stack Pointer
CPU0_ICR        0xF881FE2C          Interrupt Control Register
CPU0_FCX        0xF881FE38          Free CSA List Head Pointer
CPU0_LCX        0xF881FE3C          Free CSA List Limit Pointer
CPU0_CUS_ID     0xF881FE50          CPU0 Customer ID register
CPU0_D0         0xF881FF00          Data Register 0
CPU0_D1         0xF881FF04          Data Register 1
CPU0_D2         0xF881FF08          Data Register 2
CPU0_D3         0xF881FF0C          Data Register 3
CPU0_D4         0xF881FF10          Data Register 4
CPU0_D5         0xF881FF14          Data Register 5
CPU0_D6         0xF881FF18          Data Register 6
CPU0_D7         0xF881FF1C          Data Register 7
CPU0_D8         0xF881FF20          Data Register 8
CPU0_D9         0xF881FF24          Data Register 9
CPU0_D10        0xF881FF28          Data Register 10
CPU0_D11        0xF881FF2C          Data Register 11
CPU0_D12        0xF881FF30          Data Register 12
CPU0_D13        0xF881FF34          Data Register 13
CPU0_D14        0xF881FF38          Data Register 14
CPU0_D15        0xF881FF3C          Data Register 15
CPU0_A0         0xF881FF80          Address Register 0
CPU0_A1         0xF881FF84          Address Register 1
CPU0_A2         0xF881FF88          Address Register 2
CPU0_A3         0xF881FF8C          Address Register 3
CPU0_A4         0xF881FF90          Address Register 4
CPU0_A5         0xF881FF94          Address Register 5
CPU0_A6         0xF881FF98          Address Register 6
CPU0_A7         0xF881FF9C          Address Register 7
CPU0_A8         0xF881FFA0          Address Register 8
CPU0_A9         0xF881FFA4          Address Register 9
CPU0_A10        0xF881FFA8          Address Register 10
CPU0_A11        0xF881FFAC          Address Register 11
CPU0_A12        0xF881FFB0          Address Register 12
CPU0_A13        0xF881FFB4          Address Register 13
CPU0_A14        0xF881FFB8          Address Register 14
CPU0_A15        0xF881FFBC          Address Register 15

; this chip implements TriCore v1.6 instruction set
.tc2xx/tc23x
; MEMORY MAP
area DATA CPU0_DSPR       0x70000000:0x7002E000   CPU0 Data Scratch Pad SRAM, non-cached
area CODE CPU0_PSPR       0x70100000:0x70102000   CPU0 Program Scratch Pad SRAM, non-cached
area CODE CPU0_PCACHE     0x70102000:0x70104000   CPU0 Program Cache SRAM, non-cached
area CODE CPU0_PTAG       0x701C0000:0x701C0C00   CPU0 Program Cache TAG SRAM, non-cached
area CODE PFLASH0         0x80000000:0x80200000   Program Flash, cached
area DATA OLDA            0x8FE70000:0x8FE78000   Online Data Acquisition, cached
area CODE BROM            0x8FFF8000:0x90000000   Boot ROM, cached
area DATA LMURAM          0x90000000:0x90008000   LMU SRAM, cached
area DATA EMEM0           0x9F000000:0x9F080000   Extended Memory, cached
area DATA EMEM1           0x9F100000:0x9F104000   Extended Memory, cached
area CODE PFLASH0_NC      0xA0000000:0xA0200000   Program Flash, non-cached
area DATA DFLASH0_NC      0xAF000000:0xAF104000   Data Flash 0, non-cached
area DATA OLDA_NC         0xAFE70000:0xAFE78000   Online Data Acquisition, non-cached
area CODE BROM_NC         0xAFFF8000:0xB0000000   Boot ROM, non-cached
area DATA LMURAM_NC       0xB0000000:0xB0008000   LMU SRAM, non-cached
area DATA FFT0            0xBE000000:0xBE080000   FFT Accelerator, non-cached
area DATA FFT1            0xBE100000:0xBE180000   FFT Accelerator, non-cached
area DATA EMEM0_NC        0xBF000000:0xBF080000   Extended Memory, cached
area DATA EMEM1_NC        0xBF100000:0xBF104000   Extended Memory, cached
area DATA REGISTERS       0xF0000000:0xF8820000   Core SFRs and GPRs
; REGISTERS
STM0_CLC        0xF0000000          Clock Control Register
STM0_ID         0xF0000008          Module Identification Register
STM0_TIM0       0xF0000010          Timer Register 0
STM0_TIM1       0xF0000014          Timer Register 1
STM0_TIM2       0xF0000018          Timer Register 2
STM0_TIM3       0xF000001C          Timer Register 3
STM0_TIM4       0xF0000020          Timer Register 4
STM0_TIM5       0xF0000024          Timer Register 5
STM0_TIM6       0xF0000028          Timer Register 6
STM0_CAP        0xF000002C          Timer Capture Register
STM0_CMP0       0xF0000030          Compare Register 0
STM0_CMP1       0xF0000034          Compare Register 1
STM0_CMCON      0xF0000038          Compare Match Control Register
STM0_ICR        0xF000003C          Interrupt Control Register
STM0_ISCR       0xF0000040          Interrupt Set/Clear Register
STM0_TIM0SV     0xF0000050          Timer Register 0 Second View
STM0_CAPSV      0xF0000054          Timer Capture Register Second View
STM0_OCS        0xF00000E8          OCDS Control and Status
STM0_KRSTCLR    0xF00000EC          Kernel Reset Status Clear Register
STM0_KRST1      0xF00000F0          Kernel Reset Register 1
STM0_KRST0      0xF00000F4          Kernel Reset Register 0
STM0_ACCEN1     0xF00000F8          Access Enable Register 1
STM0_ACCEN0     0xF00000FC          Access Enable Register 0
CBS_JDPID       0xF0000408          Module Identification Register
CBS_OIFM        0xF000040C          OCDS Interface Mode Register
CBS_TIPR        0xF0000410          TG Input Pins Routing
CBS_TOPR        0xF0000414          TG Output Pins Routing
CBS_TOPPS       0xF0000418          TG Output Pins Pulse Stretcher
CBS_TCIP        0xF000041C          TG Capture for TG Input Pins
CBS_TRC0        0xF0000420          TG Routing for CPU0
CBS_TRC1        0xF0000424          TG Routing for CPU1
CBS_TRC2        0xF0000428          TG Routing for CPU2
CBS_TRHSM       0xF0000438          TG Routing for HSM Control
CBS_TRMC        0xF000043C          TG Routing for MCDS Control
CBS_TLCC0       0xF0000440          TG Line Counter Control
CBS_TLCC1       0xF0000444          TG Line Counter Control
CBS_TLCV0       0xF0000450          TG Line Counter Value
CBS_TLCV1       0xF0000454          TG Line Counter Value
CBS_TRSS        0xF0000460          TG Routing for Special Signals
CBS_JTAGID      0xF0000464          JTAG Device Identification Register
CBS_COMDATA     0xF0000468          Communication Mode Data Register
CBS_IOSR        0xF000046C          IOClient Status and Control Register
CBS_TLS         0xF0000470          TG Line State
CBS_TCTL        0xF0000474          TG Capture for TG Lines
CBS_OEC         0xF0000478          OCDS Enable Control Register
CBS_OCNTRL      0xF000047C          OSCU Control Register
CBS_OSTATE      0xF0000480          OSCU Status Register
CBS_INTMOD      0xF0000484          Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488          Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C          Internally Controlled Trace Destination Register
CBS_TLC         0xF0000490          TG Line Control
CBS_TL1ST       0xF0000494          TG Line 1 Suspend Targets
CBS_TLCHE       0xF0000498          TG Line Capture and Hold Enable
CBS_TLCHS       0xF000049C          TG Line Capture and Hold Clear
CBS_TRIGS       0xF00004A0          Set Trigger to Host Register
CBS_TRIGC       0xF00004A4          Clear Trigger to Host Register
CBS_TLT         0xF00004A8          TG Line Timer
CBS_TLTTH       0xF00004AC          TG Lines for Trigger to Host
CBS_TCCB        0xF00004B0          TG Capture for Cores - BRKOUT
CBS_TCCH        0xF00004B4          TG Capture for Cores - HALT
CBS_TCTGB       0xF00004B8          TG Capture for OTGB0/1
CBS_TCM         0xF00004BC          TG Capture for MCDS
CBS_TREC0       0xF00004C0          TG Routing Events of CPU0
CBS_TREC1       0xF00004C4          TG Routing Events of CPU1
CBS_TREC2       0xF00004C8          TG Routing Events of CPU2
CBS_TRMT        0xF00004DC          TG Routing for MCDS Triggers
CBS_TRTGB0L     0xF00004E0          TG Routing for OTGB0 Bits [7:0]
CBS_TRTGB0H     0xF00004E4          TG Routing for OTGB0 Bits [15:8]
CBS_TRTGB1L     0xF00004E8          TG Routing for OTGB1 Bits [7:0]
CBS_TRTGB1H     0xF00004EC          TG Routing for OTGB1 Bits [15:8]
CBS_TRIG0       0xF0000500          Trigger to Host Register 0
CBS_TRIG1       0xF0000504          Trigger to Host Register 1
CBS_TRIG2       0xF0000508          Trigger to Host Register 2
CBS_TRIG3       0xF000050C          Trigger to Host Register 3
CBS_TRIG4       0xF0000510          Trigger to Host Register 4
CBS_TRIG5       0xF0000514          Trigger to Host Register 5
CBS_TRIG6       0xF0000518          Trigger to Host Register 6
CBS_TRIG7       0xF000051C          Trigger to Host Register 7
CBS_TRIG8       0xF0000520          Trigger to Host Register 8
CBS_TRIG9       0xF0000524          Trigger to Host Register 9
CBS_TRIG10      0xF0000528          Trigger to Host Register 10
CBS_TRIG11      0xF000052C          Trigger to Host Register 11
CBS_TRIG12      0xF0000530          Trigger to Host Register 12
CBS_TRIG13      0xF0000534          Trigger to Host Register 13
CBS_TRIG14      0xF0000538          Trigger to Host Register 14
CBS_TRIG15      0xF000053C          Trigger to Host Register 15
CBS_TRIG16      0xF0000540          Trigger to Host Register 16
CBS_TRIG17      0xF0000544          Trigger to Host Register 17
CBS_TRIG18      0xF0000548          Trigger to Host Register 18
CBS_TRIG19      0xF000054C          Trigger to Host Register 19
CBS_TRIG20      0xF0000550          Trigger to Host Register 20
CBS_TRIG21      0xF0000554          Trigger to Host Register 21
ASCLIN0_CLC     0xF0000600          Clock Control Register
ASCLIN0_IOCR    0xF0000604          Input and Output Control Register
ASCLIN0_ID      0xF0000608          Module Identification Register
ASCLIN0_TXFIFOCON 0xF000060C          TX FIFO Configuration Register
ASCLIN0_RXFIFOCON 0xF0000610          RX FIFO Configuration Register
ASCLIN0_BITCON  0xF0000614          Bit Configuration Register
ASCLIN0_FRAMECON 0xF0000618          Frame Control Register
ASCLIN0_DATCON  0xF000061C          Data Configuration Register
ASCLIN0_BRG     0xF0000620          Baud Rate Generation Register
ASCLIN0_BRD     0xF0000624          Baud Rate Detection Register
ASCLIN0_LINCON  0xF0000628          LIN Control Register
ASCLIN0_LINBTIMER 0xF000062C          LIN Break Timer Register
ASCLIN0_LINHTIMER 0xF0000630          LIN Header Timer Register
ASCLIN0_FLAGS   0xF0000634          Flags Register
ASCLIN0_FLAGSSET 0xF0000638          Flags Set Register
ASCLIN0_FLAGSCLEAR 0xF000063C          Flags Clear Register
ASCLIN0_FLAGSENABLE 0xF0000640          Flags Enable Register
ASCLIN0_TXDATA  0xF0000644          Transmit Data Register
ASCLIN0_RXDATA  0xF0000648          Receive Data Register
ASCLIN0_CSR     0xF000064C          Clock Selection Register
ASCLIN0_RXDATAD 0xF0000650          Receive Data Debug Register
ASCLIN0_OCS     0xF00006E8          OCDS Control and Status
ASCLIN0_KRSTCLR 0xF00006EC          Kernel Reset Status Clear Register
ASCLIN0_KRST1   0xF00006F0          Kernel Reset Register 1
ASCLIN0_KRST0   0xF00006F4          Kernel Reset Register 0
ASCLIN0_ACCEN1  0xF00006F8          Access Enable Register 1
ASCLIN0_ACCEN0  0xF00006FC          Access Enable Register 0
ASCLIN1_CLC     0xF0000700          Clock Control Register
ASCLIN1_IOCR    0xF0000704          Input and Output Control Register
ASCLIN1_ID      0xF0000708          Module Identification Register
ASCLIN1_TXFIFOCON 0xF000070C          TX FIFO Configuration Register
ASCLIN1_RXFIFOCON 0xF0000710          RX FIFO Configuration Register
ASCLIN1_BITCON  0xF0000714          Bit Configuration Register
ASCLIN1_FRAMECON 0xF0000718          Frame Control Register
ASCLIN1_DATCON  0xF000071C          Data Configuration Register
ASCLIN1_BRG     0xF0000720          Baud Rate Generation Register
ASCLIN1_BRD     0xF0000724          Baud Rate Detection Register
ASCLIN1_LINCON  0xF0000728          LIN Control Register
ASCLIN1_LINBTIMER 0xF000072C          LIN Break Timer Register
ASCLIN1_LINHTIMER 0xF0000730          LIN Header Timer Register
ASCLIN1_FLAGS   0xF0000734          Flags Register
ASCLIN1_FLAGSSET 0xF0000738          Flags Set Register
ASCLIN1_FLAGSCLEAR 0xF000073C          Flags Clear Register
ASCLIN1_FLAGSENABLE 0xF0000740          Flags Enable Register
ASCLIN1_TXDATA  0xF0000744          Transmit Data Register
ASCLIN1_RXDATA  0xF0000748          Receive Data Register
ASCLIN1_CSR     0xF000074C          Clock Selection Register
ASCLIN1_RXDATAD 0xF0000750          Receive Data Debug Register
ASCLIN1_OCS     0xF00007E8          OCDS Control and Status
ASCLIN1_KRSTCLR 0xF00007EC          Kernel Reset Status Clear Register
ASCLIN1_KRST1   0xF00007F0          Kernel Reset Register 1
ASCLIN1_KRST0   0xF00007F4          Kernel Reset Register 0
ASCLIN1_ACCEN1  0xF00007F8          Access Enable Register 1
ASCLIN1_ACCEN0  0xF00007FC          Access Enable Register 0
QSPI0_CLC       0xF0001C00          Clock Control Register
QSPI0_PISEL     0xF0001C04          Port Input Select Register
QSPI0_ID        0xF0001C08          Module Identification Register
QSPI0_GLOBALCON 0xF0001C10          Global Configuration Register
QSPI0_GLOBALCON1 0xF0001C14          Global Configuration Register 1
QSPI0_BACON     0xF0001C18          Basic Configuration Register
QSPI0_ECON0     0xF0001C20          Configuration Extension 0
QSPI0_ECON1     0xF0001C24          Configuration Extension 1
QSPI0_ECON2     0xF0001C28          Configuration Extension 2
QSPI0_ECON3     0xF0001C2C          Configuration Extension 3
QSPI0_ECON4     0xF0001C30          Configuration Extension 4
QSPI0_ECON5     0xF0001C34          Configuration Extension 5
QSPI0_ECON6     0xF0001C38          Configuration Extension 6
QSPI0_ECON7     0xF0001C3C          Configuration Extension 7
QSPI0_STATUS    0xF0001C40          Status Register
QSPI0_STATUS1   0xF0001C44          Status Register 1
QSPI0_SSOC      0xF0001C48          Slave Select Output Control Register
QSPI0_FLAGSCLEAR 0xF0001C54          Flags Clear Register
QSPI0_XXLCON    0xF0001C58          Extra Large Data Configuration Register
QSPI0_MIXENTRY  0xF0001C5C          MIX_ENTRY Register
QSPI0_BACONENTRY 0xF0001C60          BACON_ENTRY Register
QSPI0_DATAENTRY0 0xF0001C64          DATA_ENTRY Register 0
QSPI0_DATAENTRY1 0xF0001C68          DATA_ENTRY Register 1
QSPI0_DATAENTRY2 0xF0001C6C          DATA_ENTRY Register 2
QSPI0_DATAENTRY3 0xF0001C70          DATA_ENTRY Register 3
QSPI0_DATAENTRY4 0xF0001C74          DATA_ENTRY Register 4
QSPI0_DATAENTRY5 0xF0001C78          DATA_ENTRY Register 5
QSPI0_DATAENTRY6 0xF0001C7C          DATA_ENTRY Register 6
QSPI0_DATAENTRY7 0xF0001C80          DATA_ENTRY Register 7
QSPI0_RXEXIT    0xF0001C90          RX_EXIT Register
QSPI0_RXEXITD   0xF0001C94          RX_EXIT Debug Register
QSPI0_OCS       0xF0001CE8          OCDS Control and Status
QSPI0_KRSTCLR   0xF0001CEC          Kernel Reset Status Clear Register
QSPI0_KRST1     0xF0001CF0          Kernel Reset Register 1
QSPI0_KRST0     0xF0001CF4          Kernel Reset Register 0
QSPI0_ACCEN1    0xF0001CF8          Access Enable Register 1
QSPI0_ACCEN0    0xF0001CFC          Access Enable Register 0
QSPI1_CLC       0xF0001D00          Clock Control Register
QSPI1_PISEL     0xF0001D04          Port Input Select Register
QSPI1_ID        0xF0001D08          Module Identification Register
QSPI1_GLOBALCON 0xF0001D10          Global Configuration Register
QSPI1_GLOBALCON1 0xF0001D14          Global Configuration Register 1
QSPI1_BACON     0xF0001D18          Basic Configuration Register
QSPI1_ECON0     0xF0001D20          Configuration Extension 0
QSPI1_ECON1     0xF0001D24          Configuration Extension 1
QSPI1_ECON2     0xF0001D28          Configuration Extension 2
QSPI1_ECON3     0xF0001D2C          Configuration Extension 3
QSPI1_ECON4     0xF0001D30          Configuration Extension 4
QSPI1_ECON5     0xF0001D34          Configuration Extension 5
QSPI1_ECON6     0xF0001D38          Configuration Extension 6
QSPI1_ECON7     0xF0001D3C          Configuration Extension 7
QSPI1_STATUS    0xF0001D40          Status Register
QSPI1_STATUS1   0xF0001D44          Status Register 1
QSPI1_SSOC      0xF0001D48          Slave Select Output Control Register
QSPI1_FLAGSCLEAR 0xF0001D54          Flags Clear Register
QSPI1_XXLCON    0xF0001D58          Extra Large Data Configuration Register
QSPI1_MIXENTRY  0xF0001D5C          MIX_ENTRY Register
QSPI1_BACONENTRY 0xF0001D60          BACON_ENTRY Register
QSPI1_DATAENTRY0 0xF0001D64          DATA_ENTRY Register 0
QSPI1_DATAENTRY1 0xF0001D68          DATA_ENTRY Register 1
QSPI1_DATAENTRY2 0xF0001D6C          DATA_ENTRY Register 2
QSPI1_DATAENTRY3 0xF0001D70          DATA_ENTRY Register 3
QSPI1_DATAENTRY4 0xF0001D74          DATA_ENTRY Register 4
QSPI1_DATAENTRY5 0xF0001D78          DATA_ENTRY Register 5
QSPI1_DATAENTRY6 0xF0001D7C          DATA_ENTRY Register 6
QSPI1_DATAENTRY7 0xF0001D80          DATA_ENTRY Register 7
QSPI1_RXEXIT    0xF0001D90          RX_EXIT Register
QSPI1_RXEXITD   0xF0001D94          RX_EXIT Debug Register
QSPI1_OCS       0xF0001DE8          OCDS Control and Status
QSPI1_KRSTCLR   0xF0001DEC          Kernel Reset Status Clear Register
QSPI1_KRST1     0xF0001DF0          Kernel Reset Register 1
QSPI1_KRST0     0xF0001DF4          Kernel Reset Register 0
QSPI1_ACCEN1    0xF0001DF8          Access Enable Register 1
QSPI1_ACCEN0    0xF0001DFC          Access Enable Register 0
QSPI2_CLC       0xF0001E00          Clock Control Register
QSPI2_PISEL     0xF0001E04          Port Input Select Register
QSPI2_ID        0xF0001E08          Module Identification Register
QSPI2_GLOBALCON 0xF0001E10          Global Configuration Register
QSPI2_GLOBALCON1 0xF0001E14          Global Configuration Register 1
QSPI2_BACON     0xF0001E18          Basic Configuration Register
QSPI2_ECON0     0xF0001E20          Configuration Extension 0
QSPI2_ECON1     0xF0001E24          Configuration Extension 1
QSPI2_ECON2     0xF0001E28          Configuration Extension 2
QSPI2_ECON3     0xF0001E2C          Configuration Extension 3
QSPI2_ECON4     0xF0001E30          Configuration Extension 4
QSPI2_ECON5     0xF0001E34          Configuration Extension 5
QSPI2_ECON6     0xF0001E38          Configuration Extension 6
QSPI2_ECON7     0xF0001E3C          Configuration Extension 7
QSPI2_STATUS    0xF0001E40          Status Register
QSPI2_STATUS1   0xF0001E44          Status Register 1
QSPI2_SSOC      0xF0001E48          Slave Select Output Control Register
QSPI2_FLAGSCLEAR 0xF0001E54          Flags Clear Register
QSPI2_XXLCON    0xF0001E58          Extra Large Data Configuration Register
QSPI2_MIXENTRY  0xF0001E5C          MIX_ENTRY Register
QSPI2_BACONENTRY 0xF0001E60          BACON_ENTRY Register
QSPI2_DATAENTRY0 0xF0001E64          DATA_ENTRY Register 0
QSPI2_DATAENTRY1 0xF0001E68          DATA_ENTRY Register 1
QSPI2_DATAENTRY2 0xF0001E6C          DATA_ENTRY Register 2
QSPI2_DATAENTRY3 0xF0001E70          DATA_ENTRY Register 3
QSPI2_DATAENTRY4 0xF0001E74          DATA_ENTRY Register 4
QSPI2_DATAENTRY5 0xF0001E78          DATA_ENTRY Register 5
QSPI2_DATAENTRY6 0xF0001E7C          DATA_ENTRY Register 6
QSPI2_DATAENTRY7 0xF0001E80          DATA_ENTRY Register 7
QSPI2_RXEXIT    0xF0001E90          RX_EXIT Register
QSPI2_RXEXITD   0xF0001E94          RX_EXIT Debug Register
QSPI2_CAPCON    0xF0001EA0          Capture Control Register
QSPI2_OCS       0xF0001EE8          OCDS Control and Status
QSPI2_KRSTCLR   0xF0001EEC          Kernel Reset Status Clear Register
QSPI2_KRST1     0xF0001EF0          Kernel Reset Register 1
QSPI2_KRST0     0xF0001EF4          Kernel Reset Register 0
QSPI2_ACCEN1    0xF0001EF8          Access Enable Register 1
QSPI2_ACCEN0    0xF0001EFC          Access Enable Register 0
QSPI3_CLC       0xF0001F00          Clock Control Register
QSPI3_PISEL     0xF0001F04          Port Input Select Register
QSPI3_ID        0xF0001F08          Module Identification Register
QSPI3_GLOBALCON 0xF0001F10          Global Configuration Register
QSPI3_GLOBALCON1 0xF0001F14          Global Configuration Register 1
QSPI3_BACON     0xF0001F18          Basic Configuration Register
QSPI3_ECON0     0xF0001F20          Configuration Extension 0
QSPI3_ECON1     0xF0001F24          Configuration Extension 1
QSPI3_ECON2     0xF0001F28          Configuration Extension 2
QSPI3_ECON3     0xF0001F2C          Configuration Extension 3
QSPI3_ECON4     0xF0001F30          Configuration Extension 4
QSPI3_ECON5     0xF0001F34          Configuration Extension 5
QSPI3_ECON6     0xF0001F38          Configuration Extension 6
QSPI3_ECON7     0xF0001F3C          Configuration Extension 7
QSPI3_STATUS    0xF0001F40          Status Register
QSPI3_STATUS1   0xF0001F44          Status Register 1
QSPI3_SSOC      0xF0001F48          Slave Select Output Control Register
QSPI3_FLAGSCLEAR 0xF0001F54          Flags Clear Register
QSPI3_XXLCON    0xF0001F58          Extra Large Data Configuration Register
QSPI3_MIXENTRY  0xF0001F5C          MIX_ENTRY Register
QSPI3_BACONENTRY 0xF0001F60          BACON_ENTRY Register
QSPI3_DATAENTRY0 0xF0001F64          DATA_ENTRY Register 0
QSPI3_DATAENTRY1 0xF0001F68          DATA_ENTRY Register 1
QSPI3_DATAENTRY2 0xF0001F6C          DATA_ENTRY Register 2
QSPI3_DATAENTRY3 0xF0001F70          DATA_ENTRY Register 3
QSPI3_DATAENTRY4 0xF0001F74          DATA_ENTRY Register 4
QSPI3_DATAENTRY5 0xF0001F78          DATA_ENTRY Register 5
QSPI3_DATAENTRY6 0xF0001F7C          DATA_ENTRY Register 6
QSPI3_DATAENTRY7 0xF0001F80          DATA_ENTRY Register 7
QSPI3_RXEXIT    0xF0001F90          RX_EXIT Register
QSPI3_RXEXITD   0xF0001F94          RX_EXIT Debug Register
QSPI3_CAPCON    0xF0001FA0          Capture Control Register
QSPI3_OCS       0xF0001FE8          OCDS Control and Status
QSPI3_KRSTCLR   0xF0001FEC          Kernel Reset Status Clear Register
QSPI3_KRST1     0xF0001FF0          Kernel Reset Register 1
QSPI3_KRST0     0xF0001FF4          Kernel Reset Register 0
QSPI3_ACCEN1    0xF0001FF8          Access Enable Register 1
QSPI3_ACCEN0    0xF0001FFC          Access Enable Register 0
CCU60_CLC       0xF0002A00          Clock Control Register
CCU60_MCFG      0xF0002A04          Module Configuration Register
CCU60_ID        0xF0002A08          Module Identification Register
CCU60_MOSEL     0xF0002A0C          CCU60 Module Output Select Register
CCU60_PISEL0    0xF0002A10          Port Input Select Register 0
CCU60_PISEL2    0xF0002A14          Port Input Select Register 2
CCU60_KSCSR     0xF0002A1C          Kernel State Control Sensitivity Register
CCU60_T12       0xF0002A20          Timer T12 Counter Register
CCU60_T12PR     0xF0002A24          Timer 12 Period Register
CCU60_T12DTC    0xF0002A28          Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0002A30          Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0002A34          Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0002A38          Capture/Compare Register for Channel CC62
CCU60_CC60SR    0xF0002A40          Capture/Compare Shadow Reg. for Channel CC60
CCU60_CC61SR    0xF0002A44          Capture/Compare Shadow Reg. for Channel CC61
CCU60_CC62SR    0xF0002A48          Capture/Compare Shadow Reg. for Channel CC62
CCU60_T13       0xF0002A50          Timer T13 Counter Register
CCU60_T13PR     0xF0002A54          Timer 13 Period Register
CCU60_CC63R     0xF0002A58          Compare Register for T13
CCU60_CC63SR    0xF0002A5C          Compare Shadow Register for T13
CCU60_CMPSTAT   0xF0002A60          Compare State Register
CCU60_CMPMODIF  0xF0002A64          Compare State Modification Register
CCU60_T12MSEL   0xF0002A68          T12 Mode Select Register
CCU60_TCTR0     0xF0002A70          Timer Control Register 0
CCU60_TCTR2     0xF0002A74          Timer Control Register 2
CCU60_TCTR4     0xF0002A78          Timer Control Register 4
CCU60_MODCTR    0xF0002A80          Modulation Control Register
CCU60_TRPCTR    0xF0002A84          Trap Control Register
CCU60_PSLR      0xF0002A88          Passive State Level Register
CCU60_MCMOUTS   0xF0002A8C          Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0002A90          Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0002A94          Multi-Channel Mode Control Register
CCU60_IMON      0xF0002A98          Input Monitoring Register
CCU60_LI        0xF0002A9C          Lost Indicator Register
CCU60_IS        0xF0002AA0          Interrupt Status Register
CCU60_ISS       0xF0002AA4          Interrupt Status Set Register
CCU60_ISR       0xF0002AA8          Interrupt Status Reset Register
CCU60_INP       0xF0002AAC          Interrupt Node Pointer Register
CCU60_IEN       0xF0002AB0          Interrupt Enable Register
CCU60_OCS       0xF0002AE8          OCDS Control and Status Register
CCU60_KRSTCLR   0xF0002AEC          Kernel Reset Status Clear Register
CCU60_KRST1     0xF0002AF0          Kernel Reset Register 1
CCU60_KRST0     0xF0002AF4          Kernel Reset Register 0
CCU60_ACCEN1    0xF0002AF8          Access Enable Register 1
CCU60_ACCEN0    0xF0002AFC          Access Enable Register 0
CCU61_CLC       0xF0002B00          Clock Control Register
CCU61_MCFG      0xF0002B04          Module Configuration Register
CCU61_ID        0xF0002B08          Module Identification Register
CCU61_PISEL0    0xF0002B10          Port Input Select Register 0
CCU61_PISEL2    0xF0002B14          Port Input Select Register 2
CCU61_KSCSR     0xF0002B1C          Kernel State Control Sensitivity Register
CCU61_T12       0xF0002B20          Timer T12 Counter Register
CCU61_T12PR     0xF0002B24          Timer 12 Period Register
CCU61_T12DTC    0xF0002B28          Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0002B30          Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0002B34          Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0002B38          Capture/Compare Register for Channel CC62
CCU61_CC60SR    0xF0002B40          Capture/Compare Shadow Reg. for Channel CC60
CCU61_CC61SR    0xF0002B44          Capture/Compare Shadow Reg. for Channel CC61
CCU61_CC62SR    0xF0002B48          Capture/Compare Shadow Reg. for Channel CC62
CCU61_T13       0xF0002B50          Timer T13 Counter Register
CCU61_T13PR     0xF0002B54          Timer 13 Period Register
CCU61_CC63R     0xF0002B58          Compare Register for T13
CCU61_CC63SR    0xF0002B5C          Compare Shadow Register for T13
CCU61_CMPSTAT   0xF0002B60          Compare State Register
CCU61_CMPMODIF  0xF0002B64          Compare State Modification Register
CCU61_T12MSEL   0xF0002B68          T12 Mode Select Register
CCU61_TCTR0     0xF0002B70          Timer Control Register 0
CCU61_TCTR2     0xF0002B74          Timer Control Register 2
CCU61_TCTR4     0xF0002B78          Timer Control Register 4
CCU61_MODCTR    0xF0002B80          Modulation Control Register
CCU61_TRPCTR    0xF0002B84          Trap Control Register
CCU61_PSLR      0xF0002B88          Passive State Level Register
CCU61_MCMOUTS   0xF0002B8C          Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0002B90          Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0002B94          Multi-Channel Mode Control Register
CCU61_IMON      0xF0002B98          Input Monitoring Register
CCU61_LI        0xF0002B9C          Lost Indicator Register
CCU61_IS        0xF0002BA0          Interrupt Status Register
CCU61_ISS       0xF0002BA4          Interrupt Status Set Register
CCU61_ISR       0xF0002BA8          Interrupt Status Reset Register
CCU61_INP       0xF0002BAC          Interrupt Node Pointer Register
CCU61_IEN       0xF0002BB0          Interrupt Enable Register
CCU61_OCS       0xF0002BE8          OCDS Control and Status Register
CCU61_KRSTCLR   0xF0002BEC          Kernel Reset Status Clear Register
CCU61_KRST1     0xF0002BF0          Kernel Reset Register 1
CCU61_KRST0     0xF0002BF4          Kernel Reset Register 0
CCU61_ACCEN1    0xF0002BF8          Access Enable Register 1
CCU61_ACCEN0    0xF0002BFC          Access Enable Register 0
GPT120_CLC      0xF0002E00          Clock Control Register
GPT120_PISEL    0xF0002E04          Port Input Select Register
GPT120_ID       0xF0002E08          Identification Register
GPT120_T2CON    0xF0002E10          Timer T2 Control Register
GPT120_T3CON    0xF0002E14          Timer T3 Control Register
GPT120_T4CON    0xF0002E18          Timer T4 Control Register
GPT120_T5CON    0xF0002E1C          Timer T5 Control Register
GPT120_T6CON    0xF0002E20          Timer T6 Control Register
GPT120_CAPREL   0xF0002E30          Capture and Reload Register
GPT120_T2       0xF0002E34          Timer T2 Register
GPT120_T3       0xF0002E38          Timer T3 Register
GPT120_T4       0xF0002E3C          Timer T4 Register
GPT120_T5       0xF0002E40          Timer T5 Register
GPT120_T6       0xF0002E44          Timer T6 Register
GPT120_OCS      0xF0002EE8          OCDS Control and Status Register
GPT120_KRSTCLR  0xF0002EEC          Kernel Reset Status Clear Register
GPT120_KRST1    0xF0002EF0          Kernel Reset Register 1
GPT120_KRST0    0xF0002EF4          Kernel Reset Register 0
GPT120_ACCEN1   0xF0002EF8          Access Enable Register 1
GPT120_ACCEN0   0xF0002EFC          Access Enable Register 0
SENT_CLC        0xF0003000          Clock Control Register
SENT_ID         0xF0003008          Module Identification Register
SENT_FDR        0xF000300C          SENT Fractional Divider Register
SENT_INTOV      0xF0003014          Interrupt Overview Register
SENT_TSR        0xF0003018          Time Stamp Register
SENT_TPD        0xF000301C          Time Stamp Predivider Register
SENT_RDR0       0xF0003080          Receive Data Register 0
SENT_RDR1       0xF0003084          Receive Data Register 1
SENT_RDR2       0xF0003088          Receive Data Register 2
SENT_RDR3       0xF000308C          Receive Data Register 3
SENT_OCS        0xF00030E8          OCDS Control and Status
SENT_KRSTCLR    0xF00030EC          Kernel Reset Status Clear Register
SENT_KRST1      0xF00030F0          Kernel Reset Register 1
SENT_KRST0      0xF00030F4          Kernel Reset Register 0
SENT_ACCEN1     0xF00030F8          Access Enable Register 1
SENT_ACCEN0     0xF00030FC          Access Enable Register 0
SENT_CPDR0      0xF0003100          Channel Pre Divider Register 0
SENT_CFDR0      0xF0003104          Channel Fractional Divider Register 0
SENT_RCR0       0xF0003108          Receiver Control Register 0
SENT_RSR0       0xF000310C          Receive Status Register 0
SENT_SDS0       0xF0003110          Serial Data and Status Register 0
SENT_IOCR0      0xF0003114          Input and Output Control Register 0
SENT_SCR0       0xF0003118          SPC Control Register 0
SENT_VIEW0      0xF000311C          Receive Data View Register 0
SENT_INTSTAT0   0xF0003120          Interrupt Status Register 0
SENT_INTSET0    0xF0003124          Interrupt Set Register 0
SENT_INTCLR0    0xF0003128          Interrupt Clear Register 0
SENT_INTEN0     0xF000312C          Interrupt Enable Register 0
SENT_INP0       0xF0003130          Interrupt Node Pointer Register 0
SENT_WDT0       0xF0003134          Watch Dog Timer Register 0
SENT_CPDR1      0xF0003140          Channel Pre Divider Register 1
SENT_CFDR1      0xF0003144          Channel Fractional Divider Register 1
SENT_RCR1       0xF0003148          Receiver Control Register 1
SENT_RSR1       0xF000314C          Receive Status Register 1
SENT_SDS1       0xF0003150          Serial Data and Status Register 1
SENT_IOCR1      0xF0003154          Input and Output Control Register 1
SENT_SCR1       0xF0003158          SPC Control Register 1
SENT_VIEW1      0xF000315C          Receive Data View Register 1
SENT_INTSTAT1   0xF0003160          Interrupt Status Register 1
SENT_INTSET1    0xF0003164          Interrupt Set Register 1
SENT_INTCLR1    0xF0003168          Interrupt Clear Register 1
SENT_INTEN1     0xF000316C          Interrupt Enable Register 1
SENT_INP1       0xF0003170          Interrupt Node Pointer Register 1
SENT_WDT1       0xF0003174          Watch Dog Timer Register 1
SENT_CPDR2      0xF0003180          Channel Pre Divider Register 2
SENT_CFDR2      0xF0003184          Channel Fractional Divider Register 2
SENT_RCR2       0xF0003188          Receiver Control Register 2
SENT_RSR2       0xF000318C          Receive Status Register 2
SENT_SDS2       0xF0003190          Serial Data and Status Register 2
SENT_IOCR2      0xF0003194          Input and Output Control Register 2
SENT_SCR2       0xF0003198          SPC Control Register 2
SENT_VIEW2      0xF000319C          Receive Data View Register 2
SENT_INTSTAT2   0xF00031A0          Interrupt Status Register 2
SENT_INTSET2    0xF00031A4          Interrupt Set Register 2
SENT_INTCLR2    0xF00031A8          Interrupt Clear Register 2
SENT_INTEN2     0xF00031AC          Interrupt Enable Register 2
SENT_INP2       0xF00031B0          Interrupt Node Pointer Register 2
SENT_WDT2       0xF00031B4          Watch Dog Timer Register 2
SENT_CPDR3      0xF00031C0          Channel Pre Divider Register 3
SENT_CFDR3      0xF00031C4          Channel Fractional Divider Register 3
SENT_RCR3       0xF00031C8          Receiver Control Register 3
SENT_RSR3       0xF00031CC          Receive Status Register 3
SENT_SDS3       0xF00031D0          Serial Data and Status Register 3
SENT_IOCR3      0xF00031D4          Input and Output Control Register 3
SENT_SCR3       0xF00031D8          SPC Control Register 3
SENT_VIEW3      0xF00031DC          Receive Data View Register 3
SENT_INTSTAT3   0xF00031E0          Interrupt Status Register 3
SENT_INTSET3    0xF00031E4          Interrupt Set Register 3
SENT_INTCLR3    0xF00031E8          Interrupt Clear Register 3
SENT_INTEN3     0xF00031EC          Interrupt Enable Register 3
SENT_INP3       0xF00031F0          Interrupt Node Pointer Register 3
SENT_WDT3       0xF00031F4          Watch Dog Timer Register 3
SENT_RTS0       0xF0003A80          Receive Time Stamp Register 0
SENT_RTS1       0xF0003A84          Receive Time Stamp Register 1
SENT_RTS2       0xF0003A88          Receive Time Stamp Register 2
SENT_RTS3       0xF0003A8C          Receive Time Stamp Register 3
DMA_CLC         0xF0010000          DMA Clock Control Register
DMA_ID          0xF0010008          Module Identification Register
DMA_MEMCON      0xF0010020          DMA Memory Control Register
DMA_ACCEN00     0xF0010040          DMA Hardware Resource 0 Access Enable Register 0
DMA_ACCEN01     0xF0010044          DMA Hardware Resource 0 Access Enable Register 1
DMA_ACCEN10     0xF0010048          DMA Hardware Resource 1 Access Enable Register 0
DMA_ACCEN11     0xF001004C          DMA Hardware Resource 1 Access Enable Register 1
DMA_ACCEN20     0xF0010050          DMA Hardware Resource 2 Access Enable Register 0
DMA_ACCEN21     0xF0010054          DMA Hardware Resource 2 Access Enable Register 1
DMA_ACCEN30     0xF0010058          DMA Hardware Resource 3 Access Enable Register 0
DMA_ACCEN31     0xF001005C          DMA Hardware Resource 3 Access Enable Register 1
DMA_EER0        0xF0010120          DMA Enable Error Register 0
DMA_ERRSR0      0xF0010124          DMA Error Status Register 0
DMA_CLRE0       0xF0010128          DMA Clear Error Register 0
DMA_ME0SR       0xF0010130          DMA Move Engine 0 Status Register
DMA_ME00R       0xF0010140          DMA Move Engine 0 Read Register 0
DMA_ME01R       0xF0010144          DMA Move Engine 0 Read Register 1
DMA_ME02R       0xF0010148          DMA Move Engine 0 Read Register 2
DMA_ME03R       0xF001014C          DMA Move Engine 0 Read Register 3
DMA_ME04R       0xF0010150          DMA Move Engine 0 Read Register 4
DMA_ME05R       0xF0010154          DMA Move Engine 0 Read Register 5
DMA_ME06R       0xF0010158          DMA Move Engine 0 Read Register 6
DMA_ME07R       0xF001015C          DMA Move Engine 0 Read Register 7
DMA_ME0RDCRC    0xF0010180          DMA Move Engine 0 Channel Read Data CRC Register
DMA_ME0SDCRC    0xF0010184          DMA Move Engine 0 Channel Source and Destination Address CRC Register
DMA_ME0SADR     0xF0010188          DMA Move Engine 0 Channel Source Address Register
DMA_ME0DADR     0xF001018C          DMA Move Engine 0 Channel Destination Address Register x
DMA_ME0ADICR    0xF0010190          DMA Move Engine 0 Channel Address and Interrupt Control Register
DMA_ME0CHCR     0xF0010194          DMA Move Engine 0 Channel Control Register
DMA_ME0SHADR    0xF0010198          DMA Move Engine 0 Channel Shadow Address Register
DMA_ME0CHSR     0xF001019C          DMA Move Engine 0 Channel Status Register
DMA_EER1        0xF0011120          DMA Enable Error Register 1
DMA_ERRSR1      0xF0011124          DMA Error Status Register 1
DMA_CLRE1       0xF0011128          DMA Clear Error Register 1
DMA_ME1SR       0xF0011130          DMA Move Engine 1 Status Register
DMA_ME10R       0xF0011140          DMA Move Engine 1 Read Register 0
DMA_ME11R       0xF0011144          DMA Move Engine 1 Read Register 1
DMA_ME12R       0xF0011148          DMA Move Engine 1 Read Register 2
DMA_ME13R       0xF001114C          DMA Move Engine 1 Read Register 3
DMA_ME14R       0xF0011150          DMA Move Engine 1 Read Register 4
DMA_ME15R       0xF0011154          DMA Move Engine 1 Read Register 5
DMA_ME16R       0xF0011158          DMA Move Engine 1 Read Register 6
DMA_ME17R       0xF001115C          DMA Move Engine 1 Read Register 7
DMA_ME1RDCRC    0xF0011180          DMA Move Engine 1 Channel Read Data CRC Register
DMA_ME1SDCRC    0xF0011184          DMA Move Engine 1 Channel Source and Destination Address CRC Register
DMA_ME1SADR     0xF0011188          DMA Move Engine 1 Channel Source Address Register
DMA_ME1DADR     0xF001118C          DMA Move Engine 1 Channel Destination Address Register x
DMA_ME1ADICR    0xF0011190          DMA Move Engine 1 Channel Address and Interrupt Control Register
DMA_ME1CHCR     0xF0011194          DMA Move Engine 1 Channel Control Register
DMA_ME1SHADR    0xF0011198          DMA Move Engine 1 Channel Shadow Address Register
DMA_ME1CHSR     0xF001119C          DMA Move Engine 1 Channel Status Register
DMA_OTSS        0xF0011200          DMA OCDS Trigger Set Select
DMA_ERRINTR     0xF0011204          DMA Error Interrupt Set Register
DMA_PRR0        0xF0011208          Pattern Read Register 0
DMA_PRR1        0xF001120C          Pattern Read Register 1
DMA_TIME        0xF0011210          Time Register
DMA_MODE0       0xF0011300          DMA Mode Register 0
DMA_MODE1       0xF0011304          DMA Mode Register 1
DMA_MODE2       0xF0011308          DMA Mode Register 2
DMA_MODE3       0xF001130C          DMA Mode Register 3
DMA_HRR000      0xF0011800          DMA Channel Hardware Resource Register 000
DMA_HRR001      0xF0011804          DMA Channel Hardware Resource Register 001
DMA_HRR002      0xF0011808          DMA Channel Hardware Resource Register 002
DMA_HRR003      0xF001180C          DMA Channel Hardware Resource Register 003
DMA_HRR004      0xF0011810          DMA Channel Hardware Resource Register 004
DMA_HRR005      0xF0011814          DMA Channel Hardware Resource Register 005
DMA_HRR006      0xF0011818          DMA Channel Hardware Resource Register 006
DMA_HRR007      0xF001181C          DMA Channel Hardware Resource Register 007
DMA_HRR008      0xF0011820          DMA Channel Hardware Resource Register 008
DMA_HRR009      0xF0011824          DMA Channel Hardware Resource Register 009
DMA_HRR010      0xF0011828          DMA Channel Hardware Resource Register 010
DMA_HRR011      0xF001182C          DMA Channel Hardware Resource Register 011
DMA_HRR012      0xF0011830          DMA Channel Hardware Resource Register 012
DMA_HRR013      0xF0011834          DMA Channel Hardware Resource Register 013
DMA_HRR014      0xF0011838          DMA Channel Hardware Resource Register 014
DMA_HRR015      0xF001183C          DMA Channel Hardware Resource Register 015
DMA_SUSENR000   0xF0011A00          DMA Suspend Enable Register 000
DMA_SUSENR001   0xF0011A04          DMA Suspend Enable Register 001
DMA_SUSENR002   0xF0011A08          DMA Suspend Enable Register 002
DMA_SUSENR003   0xF0011A0C          DMA Suspend Enable Register 003
DMA_SUSENR004   0xF0011A10          DMA Suspend Enable Register 004
DMA_SUSENR005   0xF0011A14          DMA Suspend Enable Register 005
DMA_SUSENR006   0xF0011A18          DMA Suspend Enable Register 006
DMA_SUSENR007   0xF0011A1C          DMA Suspend Enable Register 007
DMA_SUSENR008   0xF0011A20          DMA Suspend Enable Register 008
DMA_SUSENR009   0xF0011A24          DMA Suspend Enable Register 009
DMA_SUSENR010   0xF0011A28          DMA Suspend Enable Register 010
DMA_SUSENR011   0xF0011A2C          DMA Suspend Enable Register 011
DMA_SUSENR012   0xF0011A30          DMA Suspend Enable Register 012
DMA_SUSENR013   0xF0011A34          DMA Suspend Enable Register 013
DMA_SUSENR014   0xF0011A38          DMA Suspend Enable Register 014
DMA_SUSENR015   0xF0011A3C          DMA Suspend Enable Register 015
DMA_SUSACR000   0xF0011C00          DMA Suspend Acknowledge Register 000
DMA_SUSACR001   0xF0011C04          DMA Suspend Acknowledge Register 001
DMA_SUSACR002   0xF0011C08          DMA Suspend Acknowledge Register 002
DMA_SUSACR003   0xF0011C0C          DMA Suspend Acknowledge Register 003
DMA_SUSACR004   0xF0011C10          DMA Suspend Acknowledge Register 004
DMA_SUSACR005   0xF0011C14          DMA Suspend Acknowledge Register 005
DMA_SUSACR006   0xF0011C18          DMA Suspend Acknowledge Register 006
DMA_SUSACR007   0xF0011C1C          DMA Suspend Acknowledge Register 007
DMA_SUSACR008   0xF0011C20          DMA Suspend Acknowledge Register 008
DMA_SUSACR009   0xF0011C24          DMA Suspend Acknowledge Register 009
DMA_SUSACR010   0xF0011C28          DMA Suspend Acknowledge Register 010
DMA_SUSACR011   0xF0011C2C          DMA Suspend Acknowledge Register 011
DMA_SUSACR012   0xF0011C30          DMA Suspend Acknowledge Register 012
DMA_SUSACR013   0xF0011C34          DMA Suspend Acknowledge Register 013
DMA_SUSACR014   0xF0011C38          DMA Suspend Acknowledge Register 014
DMA_SUSACR015   0xF0011C3C          DMA Suspend Acknowledge Register 015
DMA_TSR000      0xF0011E00          DMA Transaction State Register 000
DMA_TSR001      0xF0011E04          DMA Transaction State Register 001
DMA_TSR002      0xF0011E08          DMA Transaction State Register 002
DMA_TSR003      0xF0011E0C          DMA Transaction State Register 003
DMA_TSR004      0xF0011E10          DMA Transaction State Register 004
DMA_TSR005      0xF0011E14          DMA Transaction State Register 005
DMA_TSR006      0xF0011E18          DMA Transaction State Register 006
DMA_TSR007      0xF0011E1C          DMA Transaction State Register 007
DMA_TSR008      0xF0011E20          DMA Transaction State Register 008
DMA_TSR009      0xF0011E24          DMA Transaction State Register 009
DMA_TSR010      0xF0011E28          DMA Transaction State Register 010
DMA_TSR011      0xF0011E2C          DMA Transaction State Register 011
DMA_TSR012      0xF0011E30          DMA Transaction State Register 012
DMA_TSR013      0xF0011E34          DMA Transaction State Register 013
DMA_TSR014      0xF0011E38          DMA Transaction State Register 014
DMA_TSR015      0xF0011E3C          DMA Transaction State Register 015
DMA_RDCRCR000   0xF0012000          DMA Channel Read Data CRC Register 000
DMA_SDCRCR000   0xF0012004          DMA Channel Source and Destination Address CRC Register 000
DMA_SADR000     0xF0012008          DMA Channel Source Address Register 000
DMA_DADR000     0xF001200C          DMA Channel Destination Address Register x
DMA_ADICR000    0xF0012010          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR000   0xF0012014          DMA Channel Configuration Register 000
DMA_SHADR000    0xF0012018          DMA Channel Shadow Address Register 000
DMA_CHCSR000    0xF001201C          DMARAM Channel Control and Status Register 000
DMA_RDCRCR001   0xF0012020          DMA Channel Read Data CRC Register 001
DMA_SDCRCR001   0xF0012024          DMA Channel Source and Destination Address CRC Register 001
DMA_SADR001     0xF0012028          DMA Channel Source Address Register 001
DMA_DADR001     0xF001202C          DMA Channel Destination Address Register x
DMA_ADICR001    0xF0012030          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR001   0xF0012034          DMA Channel Configuration Register 001
DMA_SHADR001    0xF0012038          DMA Channel Shadow Address Register 001
DMA_CHCSR001    0xF001203C          DMARAM Channel Control and Status Register 001
DMA_RDCRCR002   0xF0012040          DMA Channel Read Data CRC Register 002
DMA_SDCRCR002   0xF0012044          DMA Channel Source and Destination Address CRC Register 002
DMA_SADR002     0xF0012048          DMA Channel Source Address Register 002
DMA_DADR002     0xF001204C          DMA Channel Destination Address Register x
DMA_ADICR002    0xF0012050          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR002   0xF0012054          DMA Channel Configuration Register 002
DMA_SHADR002    0xF0012058          DMA Channel Shadow Address Register 002
DMA_CHCSR002    0xF001205C          DMARAM Channel Control and Status Register 002
DMA_RDCRCR003   0xF0012060          DMA Channel Read Data CRC Register 003
DMA_SDCRCR003   0xF0012064          DMA Channel Source and Destination Address CRC Register 003
DMA_SADR003     0xF0012068          DMA Channel Source Address Register 003
DMA_DADR003     0xF001206C          DMA Channel Destination Address Register x
DMA_ADICR003    0xF0012070          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR003   0xF0012074          DMA Channel Configuration Register 003
DMA_SHADR003    0xF0012078          DMA Channel Shadow Address Register 003
DMA_CHCSR003    0xF001207C          DMARAM Channel Control and Status Register 003
DMA_RDCRCR004   0xF0012080          DMA Channel Read Data CRC Register 004
DMA_SDCRCR004   0xF0012084          DMA Channel Source and Destination Address CRC Register 004
DMA_SADR004     0xF0012088          DMA Channel Source Address Register 004
DMA_DADR004     0xF001208C          DMA Channel Destination Address Register x
DMA_ADICR004    0xF0012090          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR004   0xF0012094          DMA Channel Configuration Register 004
DMA_SHADR004    0xF0012098          DMA Channel Shadow Address Register 004
DMA_CHCSR004    0xF001209C          DMARAM Channel Control and Status Register 004
DMA_RDCRCR005   0xF00120A0          DMA Channel Read Data CRC Register 005
DMA_SDCRCR005   0xF00120A4          DMA Channel Source and Destination Address CRC Register 005
DMA_SADR005     0xF00120A8          DMA Channel Source Address Register 005
DMA_DADR005     0xF00120AC          DMA Channel Destination Address Register x
DMA_ADICR005    0xF00120B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR005   0xF00120B4          DMA Channel Configuration Register 005
DMA_SHADR005    0xF00120B8          DMA Channel Shadow Address Register 005
DMA_CHCSR005    0xF00120BC          DMARAM Channel Control and Status Register 005
DMA_RDCRCR006   0xF00120C0          DMA Channel Read Data CRC Register 006
DMA_SDCRCR006   0xF00120C4          DMA Channel Source and Destination Address CRC Register 006
DMA_SADR006     0xF00120C8          DMA Channel Source Address Register 006
DMA_DADR006     0xF00120CC          DMA Channel Destination Address Register x
DMA_ADICR006    0xF00120D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR006   0xF00120D4          DMA Channel Configuration Register 006
DMA_SHADR006    0xF00120D8          DMA Channel Shadow Address Register 006
DMA_CHCSR006    0xF00120DC          DMARAM Channel Control and Status Register 006
DMA_RDCRCR007   0xF00120E0          DMA Channel Read Data CRC Register 007
DMA_SDCRCR007   0xF00120E4          DMA Channel Source and Destination Address CRC Register 007
DMA_SADR007     0xF00120E8          DMA Channel Source Address Register 007
DMA_DADR007     0xF00120EC          DMA Channel Destination Address Register x
DMA_ADICR007    0xF00120F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR007   0xF00120F4          DMA Channel Configuration Register 007
DMA_SHADR007    0xF00120F8          DMA Channel Shadow Address Register 007
DMA_CHCSR007    0xF00120FC          DMARAM Channel Control and Status Register 007
DMA_RDCRCR008   0xF0012100          DMA Channel Read Data CRC Register 008
DMA_SDCRCR008   0xF0012104          DMA Channel Source and Destination Address CRC Register 008
DMA_SADR008     0xF0012108          DMA Channel Source Address Register 008
DMA_DADR008     0xF001210C          DMA Channel Destination Address Register x
DMA_ADICR008    0xF0012110          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR008   0xF0012114          DMA Channel Configuration Register 008
DMA_SHADR008    0xF0012118          DMA Channel Shadow Address Register 008
DMA_CHCSR008    0xF001211C          DMARAM Channel Control and Status Register 008
DMA_RDCRCR009   0xF0012120          DMA Channel Read Data CRC Register 009
DMA_SDCRCR009   0xF0012124          DMA Channel Source and Destination Address CRC Register 009
DMA_SADR009     0xF0012128          DMA Channel Source Address Register 009
DMA_DADR009     0xF001212C          DMA Channel Destination Address Register x
DMA_ADICR009    0xF0012130          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR009   0xF0012134          DMA Channel Configuration Register 009
DMA_SHADR009    0xF0012138          DMA Channel Shadow Address Register 009
DMA_CHCSR009    0xF001213C          DMARAM Channel Control and Status Register 009
DMA_RDCRCR010   0xF0012140          DMA Channel Read Data CRC Register 010
DMA_SDCRCR010   0xF0012144          DMA Channel Source and Destination Address CRC Register 010
DMA_SADR010     0xF0012148          DMA Channel Source Address Register 010
DMA_DADR010     0xF001214C          DMA Channel Destination Address Register x
DMA_ADICR010    0xF0012150          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR010   0xF0012154          DMA Channel Configuration Register 010
DMA_SHADR010    0xF0012158          DMA Channel Shadow Address Register 010
DMA_CHCSR010    0xF001215C          DMARAM Channel Control and Status Register 010
DMA_RDCRCR011   0xF0012160          DMA Channel Read Data CRC Register 011
DMA_SDCRCR011   0xF0012164          DMA Channel Source and Destination Address CRC Register 011
DMA_SADR011     0xF0012168          DMA Channel Source Address Register 011
DMA_DADR011     0xF001216C          DMA Channel Destination Address Register x
DMA_ADICR011    0xF0012170          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR011   0xF0012174          DMA Channel Configuration Register 011
DMA_SHADR011    0xF0012178          DMA Channel Shadow Address Register 011
DMA_CHCSR011    0xF001217C          DMARAM Channel Control and Status Register 011
DMA_RDCRCR012   0xF0012180          DMA Channel Read Data CRC Register 012
DMA_SDCRCR012   0xF0012184          DMA Channel Source and Destination Address CRC Register 012
DMA_SADR012     0xF0012188          DMA Channel Source Address Register 012
DMA_DADR012     0xF001218C          DMA Channel Destination Address Register x
DMA_ADICR012    0xF0012190          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR012   0xF0012194          DMA Channel Configuration Register 012
DMA_SHADR012    0xF0012198          DMA Channel Shadow Address Register 012
DMA_CHCSR012    0xF001219C          DMARAM Channel Control and Status Register 012
DMA_RDCRCR013   0xF00121A0          DMA Channel Read Data CRC Register 013
DMA_SDCRCR013   0xF00121A4          DMA Channel Source and Destination Address CRC Register 013
DMA_SADR013     0xF00121A8          DMA Channel Source Address Register 013
DMA_DADR013     0xF00121AC          DMA Channel Destination Address Register x
DMA_ADICR013    0xF00121B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR013   0xF00121B4          DMA Channel Configuration Register 013
DMA_SHADR013    0xF00121B8          DMA Channel Shadow Address Register 013
DMA_CHCSR013    0xF00121BC          DMARAM Channel Control and Status Register 013
DMA_RDCRCR014   0xF00121C0          DMA Channel Read Data CRC Register 014
DMA_SDCRCR014   0xF00121C4          DMA Channel Source and Destination Address CRC Register 014
DMA_SADR014     0xF00121C8          DMA Channel Source Address Register 014
DMA_DADR014     0xF00121CC          DMA Channel Destination Address Register x
DMA_ADICR014    0xF00121D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR014   0xF00121D4          DMA Channel Configuration Register 014
DMA_SHADR014    0xF00121D8          DMA Channel Shadow Address Register 014
DMA_CHCSR014    0xF00121DC          DMARAM Channel Control and Status Register 014
DMA_RDCRCR015   0xF00121E0          DMA Channel Read Data CRC Register 015
DMA_SDCRCR015   0xF00121E4          DMA Channel Source and Destination Address CRC Register 015
DMA_SADR015     0xF00121E8          DMA Channel Source Address Register 015
DMA_DADR015     0xF00121EC          DMA Channel Destination Address Register x
DMA_ADICR015    0xF00121F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR015   0xF00121F4          DMA Channel Configuration Register 015
DMA_SHADR015    0xF00121F8          DMA Channel Shadow Address Register 015
DMA_CHCSR015    0xF00121FC          DMARAM Channel Control and Status Register 015
CAN_CLC         0xF0018000          CAN Clock Control Register
CAN_ID          0xF0018008          Module Identification Register
CAN_FDR         0xF001800C          CAN Fractional Divider Register
CAN_OCS         0xF00180E8          OCDS Control and Status
CAN_KRSTCLR     0xF00180EC          Kernel Reset Status Clear Register
CAN_KRST1       0xF00180F0          Kernel Reset Register 1
CAN_KRST0       0xF00180F4          Kernel Reset Register 0
CAN_ACCEN1      0xF00180F8          Access Enable Register 1
CAN_ACCEN0      0xF00180FC          Access Enable Register 0
CAN_LIST0       0xF0018100          List Register 0
CAN_LIST1       0xF0018104          List Register 1
CAN_LIST2       0xF0018108          List Register 2
CAN_LIST3       0xF001810C          List Register 3
CAN_LIST4       0xF0018110          List Register 4
CAN_LIST5       0xF0018114          List Register 5
CAN_LIST6       0xF0018118          List Register 6
CAN_LIST7       0xF001811C          List Register 7
CAN_LIST8       0xF0018120          List Register 8
CAN_LIST9       0xF0018124          List Register 9
CAN_LIST10      0xF0018128          List Register 10
CAN_LIST11      0xF001812C          List Register 11
CAN_LIST12      0xF0018130          List Register 12
CAN_LIST13      0xF0018134          List Register 13
CAN_LIST14      0xF0018138          List Register 14
CAN_LIST15      0xF001813C          List Register 15
CAN_MSPND0      0xF0018140          Message Pending Register 0
CAN_MSPND1      0xF0018144          Message Pending Register 1
CAN_MSPND2      0xF0018148          Message Pending Register 2
CAN_MSPND3      0xF001814C          Message Pending Register 3
CAN_MSPND4      0xF0018150          Message Pending Register 4
CAN_MSPND5      0xF0018154          Message Pending Register 5
CAN_MSPND6      0xF0018158          Message Pending Register 6
CAN_MSPND7      0xF001815C          Message Pending Register 7
CAN_MSID0       0xF0018180          Message Index Register 0
CAN_MSID1       0xF0018184          Message Index Register 1
CAN_MSID2       0xF0018188          Message Index Register 2
CAN_MSID3       0xF001818C          Message Index Register 3
CAN_MSID4       0xF0018190          Message Index Register 4
CAN_MSID5       0xF0018194          Message Index Register 5
CAN_MSID6       0xF0018198          Message Index Register 6
CAN_MSID7       0xF001819C          Message Index Register 7
CAN_MSIMASK     0xF00181C0          Message Index Mask Register
CAN_PANCTR      0xF00181C4          Panel Control Register
CAN_MCR         0xF00181C8          Module Control Register
CAN_MITR        0xF00181CC          Module Interrupt Trigger Register
CAN_MECR        0xF00181D0          Measurement Control Register
CAN_MESTAT      0xF00181D4          Measurement Status Register
CAN_NCR0        0xF0018200          Node 0 Control Register
CAN_NSR0        0xF0018204          Node 0 Status Register
CAN_NIPR0       0xF0018208          Node 0 Interrupt Pointer Register
CAN_NPCR0       0xF001820C          Node 0 Port Control Register
CAN_NBTR0       0xF0018210          Node 0 Bit Timing Register
CAN_NECNT0      0xF0018214          Node 0 Error Counter Register
CAN_NFCR0       0xF0018218          Node 0 Frame Counter Register
CAN_NTCCR0      0xF001821C          Node 0 Timer Clock Control Register
CAN_NTRTR0      0xF0018220          Node 0 Timer Receive Timeout Register
CAN_NTATTR0     0xF0018224          Node 0 Timer A Transmit Trigger Register
CAN_NTBTTR0     0xF0018228          Node 0 Timer B Transmit Trigger Register
CAN_NTCTTR0     0xF001822C          Node 0 Timer C Transmit Trigger Register
CAN_FNBTR0      0xF0018238          Fast Node 0 Bit Timing Register
CAN_NTDCR0      0xF001823C          Node 0 Transmitter Delay Compensation Register
CAN_NCR1        0xF0018300          Node 1 Control Register
CAN_NSR1        0xF0018304          Node 1 Status Register
CAN_NIPR1       0xF0018308          Node 1 Interrupt Pointer Register
CAN_NPCR1       0xF001830C          Node 1 Port Control Register
CAN_NBTR1       0xF0018310          Node 1 Bit Timing Register
CAN_NECNT1      0xF0018314          Node 1 Error Counter Register
CAN_NFCR1       0xF0018318          Node 1 Frame Counter Register
CAN_NTCCR1      0xF001831C          Node 1 Timer Clock Control Register
CAN_NTRTR1      0xF0018320          Node 1 Timer Receive Timeout Register
CAN_NTATTR1     0xF0018324          Node 1 Timer A Transmit Trigger Register
CAN_NTBTTR1     0xF0018328          Node 1 Timer B Transmit Trigger Register
CAN_NTCTTR1     0xF001832C          Node 1 Timer C Transmit Trigger Register
CAN_FNBTR1      0xF0018338          Fast Node 1 Bit Timing Register
CAN_NTDCR1      0xF001833C          Node 1 Transmitter Delay Compensation Register
CAN_NCR2        0xF0018400          Node 2 Control Register
CAN_NSR2        0xF0018404          Node 2 Status Register
CAN_NIPR2       0xF0018408          Node 2 Interrupt Pointer Register
CAN_NPCR2       0xF001840C          Node 2 Port Control Register
CAN_NBTR2       0xF0018410          Node 2 Bit Timing Register
CAN_NECNT2      0xF0018414          Node 2 Error Counter Register
CAN_NFCR2       0xF0018418          Node 2 Frame Counter Register
CAN_NTCCR2      0xF001841C          Node 2 Timer Clock Control Register
CAN_NTRTR2      0xF0018420          Node 2 Timer Receive Timeout Register
CAN_NTATTR2     0xF0018424          Node 2 Timer A Transmit Trigger Register
CAN_NTBTTR2     0xF0018428          Node 2 Timer B Transmit Trigger Register
CAN_NTCTTR2     0xF001842C          Node 2 Timer C Transmit Trigger Register
CAN_FNBTR2      0xF0018438          Fast Node 2 Bit Timing Register
CAN_NTDCR2      0xF001843C          Node 2 Transmitter Delay Compensation Register
CAN_MOFCR0      0xF0019000          Message Object 0 Function Control Register
CAN_MOFGPR0     0xF0019004          Message Object 0 FIFO/Gateway Pointer Register
CAN_MOIPR0      0xF0019008          Message Object 0 Interrupt Pointer Register
CAN_MOAMR0      0xF001900C          Message Object 0 Acceptance Mask Register
CAN_MODATAL0    0xF0019010          Message Object 0 Data Register Low
CAN_MODATAH0    0xF0019014          Message Object 0 Data Register High
CAN_MOAR0       0xF0019018          Message Object 0 Arbitration Register
CAN_MOCTR0      0xF001901C          Message Object 0 Control Register
CAN_MOFCR1      0xF0019020          Message Object 1 Function Control Register
CAN_MOFGPR1     0xF0019024          Message Object 1 FIFO/Gateway Pointer Register
CAN_MOIPR1      0xF0019028          Message Object 1 Interrupt Pointer Register
CAN_MOAMR1      0xF001902C          Message Object 1 Acceptance Mask Register
CAN_MODATAL1    0xF0019030          Message Object 1 Data Register Low
CAN_MODATAH1    0xF0019034          Message Object 1 Data Register High
CAN_MOAR1       0xF0019038          Message Object 1 Arbitration Register
CAN_MOCTR1      0xF001903C          Message Object 1 Control Register
CAN_MOFCR2      0xF0019040          Message Object 2 Function Control Register
CAN_MOFGPR2     0xF0019044          Message Object 2 FIFO/Gateway Pointer Register
CAN_MOIPR2      0xF0019048          Message Object 2 Interrupt Pointer Register
CAN_MOAMR2      0xF001904C          Message Object 2 Acceptance Mask Register
CAN_MODATAL2    0xF0019050          Message Object 2 Data Register Low
CAN_MODATAH2    0xF0019054          Message Object 2 Data Register High
CAN_MOAR2       0xF0019058          Message Object 2 Arbitration Register
CAN_MOCTR2      0xF001905C          Message Object 2 Control Register
CAN_MOFCR3      0xF0019060          Message Object 3 Function Control Register
CAN_MOFGPR3     0xF0019064          Message Object 3 FIFO/Gateway Pointer Register
CAN_MOIPR3      0xF0019068          Message Object 3 Interrupt Pointer Register
CAN_MOAMR3      0xF001906C          Message Object 3 Acceptance Mask Register
CAN_MODATAL3    0xF0019070          Message Object 3 Data Register Low
CAN_MODATAH3    0xF0019074          Message Object 3 Data Register High
CAN_MOAR3       0xF0019078          Message Object 3 Arbitration Register
CAN_MOCTR3      0xF001907C          Message Object 3 Control Register
CAN_MOFCR4      0xF0019080          Message Object 4 Function Control Register
CAN_MOFGPR4     0xF0019084          Message Object 4 FIFO/Gateway Pointer Register
CAN_MOIPR4      0xF0019088          Message Object 4 Interrupt Pointer Register
CAN_MOAMR4      0xF001908C          Message Object 4 Acceptance Mask Register
CAN_MODATAL4    0xF0019090          Message Object 4 Data Register Low
CAN_MODATAH4    0xF0019094          Message Object 4 Data Register High
CAN_MOAR4       0xF0019098          Message Object 4 Arbitration Register
CAN_MOCTR4      0xF001909C          Message Object 4 Control Register
CAN_MOFCR5      0xF00190A0          Message Object 5 Function Control Register
CAN_MOFGPR5     0xF00190A4          Message Object 5 FIFO/Gateway Pointer Register
CAN_MOIPR5      0xF00190A8          Message Object 5 Interrupt Pointer Register
CAN_MOAMR5      0xF00190AC          Message Object 5 Acceptance Mask Register
CAN_MODATAL5    0xF00190B0          Message Object 5 Data Register Low
CAN_MODATAH5    0xF00190B4          Message Object 5 Data Register High
CAN_MOAR5       0xF00190B8          Message Object 5 Arbitration Register
CAN_MOCTR5      0xF00190BC          Message Object 5 Control Register
CAN_MOFCR6      0xF00190C0          Message Object 6 Function Control Register
CAN_MOFGPR6     0xF00190C4          Message Object 6 FIFO/Gateway Pointer Register
CAN_MOIPR6      0xF00190C8          Message Object 6 Interrupt Pointer Register
CAN_MOAMR6      0xF00190CC          Message Object 6 Acceptance Mask Register
CAN_MODATAL6    0xF00190D0          Message Object 6 Data Register Low
CAN_MODATAH6    0xF00190D4          Message Object 6 Data Register High
CAN_MOAR6       0xF00190D8          Message Object 6 Arbitration Register
CAN_MOCTR6      0xF00190DC          Message Object 6 Control Register
CAN_MOFCR7      0xF00190E0          Message Object 7 Function Control Register
CAN_MOFGPR7     0xF00190E4          Message Object 7 FIFO/Gateway Pointer Register
CAN_MOIPR7      0xF00190E8          Message Object 7 Interrupt Pointer Register
CAN_MOAMR7      0xF00190EC          Message Object 7 Acceptance Mask Register
CAN_MODATAL7    0xF00190F0          Message Object 7 Data Register Low
CAN_MODATAH7    0xF00190F4          Message Object 7 Data Register High
CAN_MOAR7       0xF00190F8          Message Object 7 Arbitration Register
CAN_MOCTR7      0xF00190FC          Message Object 7 Control Register
CAN_MOFCR8      0xF0019100          Message Object 8 Function Control Register
CAN_MOFGPR8     0xF0019104          Message Object 8 FIFO/Gateway Pointer Register
CAN_MOIPR8      0xF0019108          Message Object 8 Interrupt Pointer Register
CAN_MOAMR8      0xF001910C          Message Object 8 Acceptance Mask Register
CAN_MODATAL8    0xF0019110          Message Object 8 Data Register Low
CAN_MODATAH8    0xF0019114          Message Object 8 Data Register High
CAN_MOAR8       0xF0019118          Message Object 8 Arbitration Register
CAN_MOCTR8      0xF001911C          Message Object 8 Control Register
CAN_MOFCR9      0xF0019120          Message Object 9 Function Control Register
CAN_MOFGPR9     0xF0019124          Message Object 9 FIFO/Gateway Pointer Register
CAN_MOIPR9      0xF0019128          Message Object 9 Interrupt Pointer Register
CAN_MOAMR9      0xF001912C          Message Object 9 Acceptance Mask Register
CAN_MODATAL9    0xF0019130          Message Object 9 Data Register Low
CAN_MODATAH9    0xF0019134          Message Object 9 Data Register High
CAN_MOAR9       0xF0019138          Message Object 9 Arbitration Register
CAN_MOCTR9      0xF001913C          Message Object 9 Control Register
CAN_MOFCR10     0xF0019140          Message Object 10 Function Control Register
CAN_MOFGPR10    0xF0019144          Message Object 10 FIFO/Gateway Pointer Register
CAN_MOIPR10     0xF0019148          Message Object 10 Interrupt Pointer Register
CAN_MOAMR10     0xF001914C          Message Object 10 Acceptance Mask Register
CAN_MODATAL10   0xF0019150          Message Object 10 Data Register Low
CAN_MODATAH10   0xF0019154          Message Object 10 Data Register High
CAN_MOAR10      0xF0019158          Message Object 10 Arbitration Register
CAN_MOCTR10     0xF001915C          Message Object 10 Control Register
CAN_MOFCR11     0xF0019160          Message Object 11 Function Control Register
CAN_MOFGPR11    0xF0019164          Message Object 11 FIFO/Gateway Pointer Register
CAN_MOIPR11     0xF0019168          Message Object 11 Interrupt Pointer Register
CAN_MOAMR11     0xF001916C          Message Object 11 Acceptance Mask Register
CAN_MODATAL11   0xF0019170          Message Object 11 Data Register Low
CAN_MODATAH11   0xF0019174          Message Object 11 Data Register High
CAN_MOAR11      0xF0019178          Message Object 11 Arbitration Register
CAN_MOCTR11     0xF001917C          Message Object 11 Control Register
CAN_MOFCR12     0xF0019180          Message Object 12 Function Control Register
CAN_MOFGPR12    0xF0019184          Message Object 12 FIFO/Gateway Pointer Register
CAN_MOIPR12     0xF0019188          Message Object 12 Interrupt Pointer Register
CAN_MOAMR12     0xF001918C          Message Object 12 Acceptance Mask Register
CAN_MODATAL12   0xF0019190          Message Object 12 Data Register Low
CAN_MODATAH12   0xF0019194          Message Object 12 Data Register High
CAN_MOAR12      0xF0019198          Message Object 12 Arbitration Register
CAN_MOCTR12     0xF001919C          Message Object 12 Control Register
CAN_MOFCR13     0xF00191A0          Message Object 13 Function Control Register
CAN_MOFGPR13    0xF00191A4          Message Object 13 FIFO/Gateway Pointer Register
CAN_MOIPR13     0xF00191A8          Message Object 13 Interrupt Pointer Register
CAN_MOAMR13     0xF00191AC          Message Object 13 Acceptance Mask Register
CAN_MODATAL13   0xF00191B0          Message Object 13 Data Register Low
CAN_MODATAH13   0xF00191B4          Message Object 13 Data Register High
CAN_MOAR13      0xF00191B8          Message Object 13 Arbitration Register
CAN_MOCTR13     0xF00191BC          Message Object 13 Control Register
CAN_MOFCR14     0xF00191C0          Message Object 14 Function Control Register
CAN_MOFGPR14    0xF00191C4          Message Object 14 FIFO/Gateway Pointer Register
CAN_MOIPR14     0xF00191C8          Message Object 14 Interrupt Pointer Register
CAN_MOAMR14     0xF00191CC          Message Object 14 Acceptance Mask Register
CAN_MODATAL14   0xF00191D0          Message Object 14 Data Register Low
CAN_MODATAH14   0xF00191D4          Message Object 14 Data Register High
CAN_MOAR14      0xF00191D8          Message Object 14 Arbitration Register
CAN_MOCTR14     0xF00191DC          Message Object 14 Control Register
CAN_MOFCR15     0xF00191E0          Message Object 15 Function Control Register
CAN_MOFGPR15    0xF00191E4          Message Object 15 FIFO/Gateway Pointer Register
CAN_MOIPR15     0xF00191E8          Message Object 15 Interrupt Pointer Register
CAN_MOAMR15     0xF00191EC          Message Object 15 Acceptance Mask Register
CAN_MODATAL15   0xF00191F0          Message Object 15 Data Register Low
CAN_MODATAH15   0xF00191F4          Message Object 15 Data Register High
CAN_MOAR15      0xF00191F8          Message Object 15 Arbitration Register
CAN_MOCTR15     0xF00191FC          Message Object 15 Control Register
CAN_MOFCR16     0xF0019200          Message Object 16 Function Control Register
CAN_MOFGPR16    0xF0019204          Message Object 16 FIFO/Gateway Pointer Register
CAN_MOIPR16     0xF0019208          Message Object 16 Interrupt Pointer Register
CAN_MOAMR16     0xF001920C          Message Object 16 Acceptance Mask Register
CAN_MODATAL16   0xF0019210          Message Object 16 Data Register Low
CAN_MODATAH16   0xF0019214          Message Object 16 Data Register High
CAN_MOAR16      0xF0019218          Message Object 16 Arbitration Register
CAN_MOCTR16     0xF001921C          Message Object 16 Control Register
CAN_MOFCR17     0xF0019220          Message Object 17 Function Control Register
CAN_MOFGPR17    0xF0019224          Message Object 17 FIFO/Gateway Pointer Register
CAN_MOIPR17     0xF0019228          Message Object 17 Interrupt Pointer Register
CAN_MOAMR17     0xF001922C          Message Object 17 Acceptance Mask Register
CAN_MODATAL17   0xF0019230          Message Object 17 Data Register Low
CAN_MODATAH17   0xF0019234          Message Object 17 Data Register High
CAN_MOAR17      0xF0019238          Message Object 17 Arbitration Register
CAN_MOCTR17     0xF001923C          Message Object 17 Control Register
CAN_MOFCR18     0xF0019240          Message Object 18 Function Control Register
CAN_MOFGPR18    0xF0019244          Message Object 18 FIFO/Gateway Pointer Register
CAN_MOIPR18     0xF0019248          Message Object 18 Interrupt Pointer Register
CAN_MOAMR18     0xF001924C          Message Object 18 Acceptance Mask Register
CAN_MODATAL18   0xF0019250          Message Object 18 Data Register Low
CAN_MODATAH18   0xF0019254          Message Object 18 Data Register High
CAN_MOAR18      0xF0019258          Message Object 18 Arbitration Register
CAN_MOCTR18     0xF001925C          Message Object 18 Control Register
CAN_MOFCR19     0xF0019260          Message Object 19 Function Control Register
CAN_MOFGPR19    0xF0019264          Message Object 19 FIFO/Gateway Pointer Register
CAN_MOIPR19     0xF0019268          Message Object 19 Interrupt Pointer Register
CAN_MOAMR19     0xF001926C          Message Object 19 Acceptance Mask Register
CAN_MODATAL19   0xF0019270          Message Object 19 Data Register Low
CAN_MODATAH19   0xF0019274          Message Object 19 Data Register High
CAN_MOAR19      0xF0019278          Message Object 19 Arbitration Register
CAN_MOCTR19     0xF001927C          Message Object 19 Control Register
CAN_MOFCR20     0xF0019280          Message Object 20 Function Control Register
CAN_MOFGPR20    0xF0019284          Message Object 20 FIFO/Gateway Pointer Register
CAN_MOIPR20     0xF0019288          Message Object 20 Interrupt Pointer Register
CAN_MOAMR20     0xF001928C          Message Object 20 Acceptance Mask Register
CAN_MODATAL20   0xF0019290          Message Object 20 Data Register Low
CAN_MODATAH20   0xF0019294          Message Object 20 Data Register High
CAN_MOAR20      0xF0019298          Message Object 20 Arbitration Register
CAN_MOCTR20     0xF001929C          Message Object 20 Control Register
CAN_MOFCR21     0xF00192A0          Message Object 21 Function Control Register
CAN_MOFGPR21    0xF00192A4          Message Object 21 FIFO/Gateway Pointer Register
CAN_MOIPR21     0xF00192A8          Message Object 21 Interrupt Pointer Register
CAN_MOAMR21     0xF00192AC          Message Object 21 Acceptance Mask Register
CAN_MODATAL21   0xF00192B0          Message Object 21 Data Register Low
CAN_MODATAH21   0xF00192B4          Message Object 21 Data Register High
CAN_MOAR21      0xF00192B8          Message Object 21 Arbitration Register
CAN_MOCTR21     0xF00192BC          Message Object 21 Control Register
CAN_MOFCR22     0xF00192C0          Message Object 22 Function Control Register
CAN_MOFGPR22    0xF00192C4          Message Object 22 FIFO/Gateway Pointer Register
CAN_MOIPR22     0xF00192C8          Message Object 22 Interrupt Pointer Register
CAN_MOAMR22     0xF00192CC          Message Object 22 Acceptance Mask Register
CAN_MODATAL22   0xF00192D0          Message Object 22 Data Register Low
CAN_MODATAH22   0xF00192D4          Message Object 22 Data Register High
CAN_MOAR22      0xF00192D8          Message Object 22 Arbitration Register
CAN_MOCTR22     0xF00192DC          Message Object 22 Control Register
CAN_MOFCR23     0xF00192E0          Message Object 23 Function Control Register
CAN_MOFGPR23    0xF00192E4          Message Object 23 FIFO/Gateway Pointer Register
CAN_MOIPR23     0xF00192E8          Message Object 23 Interrupt Pointer Register
CAN_MOAMR23     0xF00192EC          Message Object 23 Acceptance Mask Register
CAN_MODATAL23   0xF00192F0          Message Object 23 Data Register Low
CAN_MODATAH23   0xF00192F4          Message Object 23 Data Register High
CAN_MOAR23      0xF00192F8          Message Object 23 Arbitration Register
CAN_MOCTR23     0xF00192FC          Message Object 23 Control Register
CAN_MOFCR24     0xF0019300          Message Object 24 Function Control Register
CAN_MOFGPR24    0xF0019304          Message Object 24 FIFO/Gateway Pointer Register
CAN_MOIPR24     0xF0019308          Message Object 24 Interrupt Pointer Register
CAN_MOAMR24     0xF001930C          Message Object 24 Acceptance Mask Register
CAN_MODATAL24   0xF0019310          Message Object 24 Data Register Low
CAN_MODATAH24   0xF0019314          Message Object 24 Data Register High
CAN_MOAR24      0xF0019318          Message Object 24 Arbitration Register
CAN_MOCTR24     0xF001931C          Message Object 24 Control Register
CAN_MOFCR25     0xF0019320          Message Object 25 Function Control Register
CAN_MOFGPR25    0xF0019324          Message Object 25 FIFO/Gateway Pointer Register
CAN_MOIPR25     0xF0019328          Message Object 25 Interrupt Pointer Register
CAN_MOAMR25     0xF001932C          Message Object 25 Acceptance Mask Register
CAN_MODATAL25   0xF0019330          Message Object 25 Data Register Low
CAN_MODATAH25   0xF0019334          Message Object 25 Data Register High
CAN_MOAR25      0xF0019338          Message Object 25 Arbitration Register
CAN_MOCTR25     0xF001933C          Message Object 25 Control Register
CAN_MOFCR26     0xF0019340          Message Object 26 Function Control Register
CAN_MOFGPR26    0xF0019344          Message Object 26 FIFO/Gateway Pointer Register
CAN_MOIPR26     0xF0019348          Message Object 26 Interrupt Pointer Register
CAN_MOAMR26     0xF001934C          Message Object 26 Acceptance Mask Register
CAN_MODATAL26   0xF0019350          Message Object 26 Data Register Low
CAN_MODATAH26   0xF0019354          Message Object 26 Data Register High
CAN_MOAR26      0xF0019358          Message Object 26 Arbitration Register
CAN_MOCTR26     0xF001935C          Message Object 26 Control Register
CAN_MOFCR27     0xF0019360          Message Object 27 Function Control Register
CAN_MOFGPR27    0xF0019364          Message Object 27 FIFO/Gateway Pointer Register
CAN_MOIPR27     0xF0019368          Message Object 27 Interrupt Pointer Register
CAN_MOAMR27     0xF001936C          Message Object 27 Acceptance Mask Register
CAN_MODATAL27   0xF0019370          Message Object 27 Data Register Low
CAN_MODATAH27   0xF0019374          Message Object 27 Data Register High
CAN_MOAR27      0xF0019378          Message Object 27 Arbitration Register
CAN_MOCTR27     0xF001937C          Message Object 27 Control Register
CAN_MOFCR28     0xF0019380          Message Object 28 Function Control Register
CAN_MOFGPR28    0xF0019384          Message Object 28 FIFO/Gateway Pointer Register
CAN_MOIPR28     0xF0019388          Message Object 28 Interrupt Pointer Register
CAN_MOAMR28     0xF001938C          Message Object 28 Acceptance Mask Register
CAN_MODATAL28   0xF0019390          Message Object 28 Data Register Low
CAN_MODATAH28   0xF0019394          Message Object 28 Data Register High
CAN_MOAR28      0xF0019398          Message Object 28 Arbitration Register
CAN_MOCTR28     0xF001939C          Message Object 28 Control Register
CAN_MOFCR29     0xF00193A0          Message Object 29 Function Control Register
CAN_MOFGPR29    0xF00193A4          Message Object 29 FIFO/Gateway Pointer Register
CAN_MOIPR29     0xF00193A8          Message Object 29 Interrupt Pointer Register
CAN_MOAMR29     0xF00193AC          Message Object 29 Acceptance Mask Register
CAN_MODATAL29   0xF00193B0          Message Object 29 Data Register Low
CAN_MODATAH29   0xF00193B4          Message Object 29 Data Register High
CAN_MOAR29      0xF00193B8          Message Object 29 Arbitration Register
CAN_MOCTR29     0xF00193BC          Message Object 29 Control Register
CAN_MOFCR30     0xF00193C0          Message Object 30 Function Control Register
CAN_MOFGPR30    0xF00193C4          Message Object 30 FIFO/Gateway Pointer Register
CAN_MOIPR30     0xF00193C8          Message Object 30 Interrupt Pointer Register
CAN_MOAMR30     0xF00193CC          Message Object 30 Acceptance Mask Register
CAN_MODATAL30   0xF00193D0          Message Object 30 Data Register Low
CAN_MODATAH30   0xF00193D4          Message Object 30 Data Register High
CAN_MOAR30      0xF00193D8          Message Object 30 Arbitration Register
CAN_MOCTR30     0xF00193DC          Message Object 30 Control Register
CAN_MOFCR31     0xF00193E0          Message Object 31 Function Control Register
CAN_MOFGPR31    0xF00193E4          Message Object 31 FIFO/Gateway Pointer Register
CAN_MOIPR31     0xF00193E8          Message Object 31 Interrupt Pointer Register
CAN_MOAMR31     0xF00193EC          Message Object 31 Acceptance Mask Register
CAN_MODATAL31   0xF00193F0          Message Object 31 Data Register Low
CAN_MODATAH31   0xF00193F4          Message Object 31 Data Register High
CAN_MOAR31      0xF00193F8          Message Object 31 Arbitration Register
CAN_MOCTR31     0xF00193FC          Message Object 31 Control Register
CAN_MOFCR32     0xF0019400          Message Object 32 Function Control Register
CAN_MOFGPR32    0xF0019404          Message Object 32 FIFO/Gateway Pointer Register
CAN_MOIPR32     0xF0019408          Message Object 32 Interrupt Pointer Register
CAN_MOAMR32     0xF001940C          Message Object 32 Acceptance Mask Register
CAN_MODATAL32   0xF0019410          Message Object 32 Data Register Low
CAN_MODATAH32   0xF0019414          Message Object 32 Data Register High
CAN_MOAR32      0xF0019418          Message Object 32 Arbitration Register
CAN_MOCTR32     0xF001941C          Message Object 32 Control Register
CAN_MOFCR33     0xF0019420          Message Object 33 Function Control Register
CAN_MOFGPR33    0xF0019424          Message Object 33 FIFO/Gateway Pointer Register
CAN_MOIPR33     0xF0019428          Message Object 33 Interrupt Pointer Register
CAN_MOAMR33     0xF001942C          Message Object 33 Acceptance Mask Register
CAN_MODATAL33   0xF0019430          Message Object 33 Data Register Low
CAN_MODATAH33   0xF0019434          Message Object 33 Data Register High
CAN_MOAR33      0xF0019438          Message Object 33 Arbitration Register
CAN_MOCTR33     0xF001943C          Message Object 33 Control Register
CAN_MOFCR34     0xF0019440          Message Object 34 Function Control Register
CAN_MOFGPR34    0xF0019444          Message Object 34 FIFO/Gateway Pointer Register
CAN_MOIPR34     0xF0019448          Message Object 34 Interrupt Pointer Register
CAN_MOAMR34     0xF001944C          Message Object 34 Acceptance Mask Register
CAN_MODATAL34   0xF0019450          Message Object 34 Data Register Low
CAN_MODATAH34   0xF0019454          Message Object 34 Data Register High
CAN_MOAR34      0xF0019458          Message Object 34 Arbitration Register
CAN_MOCTR34     0xF001945C          Message Object 34 Control Register
CAN_MOFCR35     0xF0019460          Message Object 35 Function Control Register
CAN_MOFGPR35    0xF0019464          Message Object 35 FIFO/Gateway Pointer Register
CAN_MOIPR35     0xF0019468          Message Object 35 Interrupt Pointer Register
CAN_MOAMR35     0xF001946C          Message Object 35 Acceptance Mask Register
CAN_MODATAL35   0xF0019470          Message Object 35 Data Register Low
CAN_MODATAH35   0xF0019474          Message Object 35 Data Register High
CAN_MOAR35      0xF0019478          Message Object 35 Arbitration Register
CAN_MOCTR35     0xF001947C          Message Object 35 Control Register
CAN_MOFCR36     0xF0019480          Message Object 36 Function Control Register
CAN_MOFGPR36    0xF0019484          Message Object 36 FIFO/Gateway Pointer Register
CAN_MOIPR36     0xF0019488          Message Object 36 Interrupt Pointer Register
CAN_MOAMR36     0xF001948C          Message Object 36 Acceptance Mask Register
CAN_MODATAL36   0xF0019490          Message Object 36 Data Register Low
CAN_MODATAH36   0xF0019494          Message Object 36 Data Register High
CAN_MOAR36      0xF0019498          Message Object 36 Arbitration Register
CAN_MOCTR36     0xF001949C          Message Object 36 Control Register
CAN_MOFCR37     0xF00194A0          Message Object 37 Function Control Register
CAN_MOFGPR37    0xF00194A4          Message Object 37 FIFO/Gateway Pointer Register
CAN_MOIPR37     0xF00194A8          Message Object 37 Interrupt Pointer Register
CAN_MOAMR37     0xF00194AC          Message Object 37 Acceptance Mask Register
CAN_MODATAL37   0xF00194B0          Message Object 37 Data Register Low
CAN_MODATAH37   0xF00194B4          Message Object 37 Data Register High
CAN_MOAR37      0xF00194B8          Message Object 37 Arbitration Register
CAN_MOCTR37     0xF00194BC          Message Object 37 Control Register
CAN_MOFCR38     0xF00194C0          Message Object 38 Function Control Register
CAN_MOFGPR38    0xF00194C4          Message Object 38 FIFO/Gateway Pointer Register
CAN_MOIPR38     0xF00194C8          Message Object 38 Interrupt Pointer Register
CAN_MOAMR38     0xF00194CC          Message Object 38 Acceptance Mask Register
CAN_MODATAL38   0xF00194D0          Message Object 38 Data Register Low
CAN_MODATAH38   0xF00194D4          Message Object 38 Data Register High
CAN_MOAR38      0xF00194D8          Message Object 38 Arbitration Register
CAN_MOCTR38     0xF00194DC          Message Object 38 Control Register
CAN_MOFCR39     0xF00194E0          Message Object 39 Function Control Register
CAN_MOFGPR39    0xF00194E4          Message Object 39 FIFO/Gateway Pointer Register
CAN_MOIPR39     0xF00194E8          Message Object 39 Interrupt Pointer Register
CAN_MOAMR39     0xF00194EC          Message Object 39 Acceptance Mask Register
CAN_MODATAL39   0xF00194F0          Message Object 39 Data Register Low
CAN_MODATAH39   0xF00194F4          Message Object 39 Data Register High
CAN_MOAR39      0xF00194F8          Message Object 39 Arbitration Register
CAN_MOCTR39     0xF00194FC          Message Object 39 Control Register
CAN_MOFCR40     0xF0019500          Message Object 40 Function Control Register
CAN_MOFGPR40    0xF0019504          Message Object 40 FIFO/Gateway Pointer Register
CAN_MOIPR40     0xF0019508          Message Object 40 Interrupt Pointer Register
CAN_MOAMR40     0xF001950C          Message Object 40 Acceptance Mask Register
CAN_MODATAL40   0xF0019510          Message Object 40 Data Register Low
CAN_MODATAH40   0xF0019514          Message Object 40 Data Register High
CAN_MOAR40      0xF0019518          Message Object 40 Arbitration Register
CAN_MOCTR40     0xF001951C          Message Object 40 Control Register
CAN_MOFCR41     0xF0019520          Message Object 41 Function Control Register
CAN_MOFGPR41    0xF0019524          Message Object 41 FIFO/Gateway Pointer Register
CAN_MOIPR41     0xF0019528          Message Object 41 Interrupt Pointer Register
CAN_MOAMR41     0xF001952C          Message Object 41 Acceptance Mask Register
CAN_MODATAL41   0xF0019530          Message Object 41 Data Register Low
CAN_MODATAH41   0xF0019534          Message Object 41 Data Register High
CAN_MOAR41      0xF0019538          Message Object 41 Arbitration Register
CAN_MOCTR41     0xF001953C          Message Object 41 Control Register
CAN_MOFCR42     0xF0019540          Message Object 42 Function Control Register
CAN_MOFGPR42    0xF0019544          Message Object 42 FIFO/Gateway Pointer Register
CAN_MOIPR42     0xF0019548          Message Object 42 Interrupt Pointer Register
CAN_MOAMR42     0xF001954C          Message Object 42 Acceptance Mask Register
CAN_MODATAL42   0xF0019550          Message Object 42 Data Register Low
CAN_MODATAH42   0xF0019554          Message Object 42 Data Register High
CAN_MOAR42      0xF0019558          Message Object 42 Arbitration Register
CAN_MOCTR42     0xF001955C          Message Object 42 Control Register
CAN_MOFCR43     0xF0019560          Message Object 43 Function Control Register
CAN_MOFGPR43    0xF0019564          Message Object 43 FIFO/Gateway Pointer Register
CAN_MOIPR43     0xF0019568          Message Object 43 Interrupt Pointer Register
CAN_MOAMR43     0xF001956C          Message Object 43 Acceptance Mask Register
CAN_MODATAL43   0xF0019570          Message Object 43 Data Register Low
CAN_MODATAH43   0xF0019574          Message Object 43 Data Register High
CAN_MOAR43      0xF0019578          Message Object 43 Arbitration Register
CAN_MOCTR43     0xF001957C          Message Object 43 Control Register
CAN_MOFCR44     0xF0019580          Message Object 44 Function Control Register
CAN_MOFGPR44    0xF0019584          Message Object 44 FIFO/Gateway Pointer Register
CAN_MOIPR44     0xF0019588          Message Object 44 Interrupt Pointer Register
CAN_MOAMR44     0xF001958C          Message Object 44 Acceptance Mask Register
CAN_MODATAL44   0xF0019590          Message Object 44 Data Register Low
CAN_MODATAH44   0xF0019594          Message Object 44 Data Register High
CAN_MOAR44      0xF0019598          Message Object 44 Arbitration Register
CAN_MOCTR44     0xF001959C          Message Object 44 Control Register
CAN_MOFCR45     0xF00195A0          Message Object 45 Function Control Register
CAN_MOFGPR45    0xF00195A4          Message Object 45 FIFO/Gateway Pointer Register
CAN_MOIPR45     0xF00195A8          Message Object 45 Interrupt Pointer Register
CAN_MOAMR45     0xF00195AC          Message Object 45 Acceptance Mask Register
CAN_MODATAL45   0xF00195B0          Message Object 45 Data Register Low
CAN_MODATAH45   0xF00195B4          Message Object 45 Data Register High
CAN_MOAR45      0xF00195B8          Message Object 45 Arbitration Register
CAN_MOCTR45     0xF00195BC          Message Object 45 Control Register
CAN_MOFCR46     0xF00195C0          Message Object 46 Function Control Register
CAN_MOFGPR46    0xF00195C4          Message Object 46 FIFO/Gateway Pointer Register
CAN_MOIPR46     0xF00195C8          Message Object 46 Interrupt Pointer Register
CAN_MOAMR46     0xF00195CC          Message Object 46 Acceptance Mask Register
CAN_MODATAL46   0xF00195D0          Message Object 46 Data Register Low
CAN_MODATAH46   0xF00195D4          Message Object 46 Data Register High
CAN_MOAR46      0xF00195D8          Message Object 46 Arbitration Register
CAN_MOCTR46     0xF00195DC          Message Object 46 Control Register
CAN_MOFCR47     0xF00195E0          Message Object 47 Function Control Register
CAN_MOFGPR47    0xF00195E4          Message Object 47 FIFO/Gateway Pointer Register
CAN_MOIPR47     0xF00195E8          Message Object 47 Interrupt Pointer Register
CAN_MOAMR47     0xF00195EC          Message Object 47 Acceptance Mask Register
CAN_MODATAL47   0xF00195F0          Message Object 47 Data Register Low
CAN_MODATAH47   0xF00195F4          Message Object 47 Data Register High
CAN_MOAR47      0xF00195F8          Message Object 47 Arbitration Register
CAN_MOCTR47     0xF00195FC          Message Object 47 Control Register
CAN_MOFCR48     0xF0019600          Message Object 48 Function Control Register
CAN_MOFGPR48    0xF0019604          Message Object 48 FIFO/Gateway Pointer Register
CAN_MOIPR48     0xF0019608          Message Object 48 Interrupt Pointer Register
CAN_MOAMR48     0xF001960C          Message Object 48 Acceptance Mask Register
CAN_MODATAL48   0xF0019610          Message Object 48 Data Register Low
CAN_MODATAH48   0xF0019614          Message Object 48 Data Register High
CAN_MOAR48      0xF0019618          Message Object 48 Arbitration Register
CAN_MOCTR48     0xF001961C          Message Object 48 Control Register
CAN_MOFCR49     0xF0019620          Message Object 49 Function Control Register
CAN_MOFGPR49    0xF0019624          Message Object 49 FIFO/Gateway Pointer Register
CAN_MOIPR49     0xF0019628          Message Object 49 Interrupt Pointer Register
CAN_MOAMR49     0xF001962C          Message Object 49 Acceptance Mask Register
CAN_MODATAL49   0xF0019630          Message Object 49 Data Register Low
CAN_MODATAH49   0xF0019634          Message Object 49 Data Register High
CAN_MOAR49      0xF0019638          Message Object 49 Arbitration Register
CAN_MOCTR49     0xF001963C          Message Object 49 Control Register
CAN_MOFCR50     0xF0019640          Message Object 50 Function Control Register
CAN_MOFGPR50    0xF0019644          Message Object 50 FIFO/Gateway Pointer Register
CAN_MOIPR50     0xF0019648          Message Object 50 Interrupt Pointer Register
CAN_MOAMR50     0xF001964C          Message Object 50 Acceptance Mask Register
CAN_MODATAL50   0xF0019650          Message Object 50 Data Register Low
CAN_MODATAH50   0xF0019654          Message Object 50 Data Register High
CAN_MOAR50      0xF0019658          Message Object 50 Arbitration Register
CAN_MOCTR50     0xF001965C          Message Object 50 Control Register
CAN_MOFCR51     0xF0019660          Message Object 51 Function Control Register
CAN_MOFGPR51    0xF0019664          Message Object 51 FIFO/Gateway Pointer Register
CAN_MOIPR51     0xF0019668          Message Object 51 Interrupt Pointer Register
CAN_MOAMR51     0xF001966C          Message Object 51 Acceptance Mask Register
CAN_MODATAL51   0xF0019670          Message Object 51 Data Register Low
CAN_MODATAH51   0xF0019674          Message Object 51 Data Register High
CAN_MOAR51      0xF0019678          Message Object 51 Arbitration Register
CAN_MOCTR51     0xF001967C          Message Object 51 Control Register
CAN_MOFCR52     0xF0019680          Message Object 52 Function Control Register
CAN_MOFGPR52    0xF0019684          Message Object 52 FIFO/Gateway Pointer Register
CAN_MOIPR52     0xF0019688          Message Object 52 Interrupt Pointer Register
CAN_MOAMR52     0xF001968C          Message Object 52 Acceptance Mask Register
CAN_MODATAL52   0xF0019690          Message Object 52 Data Register Low
CAN_MODATAH52   0xF0019694          Message Object 52 Data Register High
CAN_MOAR52      0xF0019698          Message Object 52 Arbitration Register
CAN_MOCTR52     0xF001969C          Message Object 52 Control Register
CAN_MOFCR53     0xF00196A0          Message Object 53 Function Control Register
CAN_MOFGPR53    0xF00196A4          Message Object 53 FIFO/Gateway Pointer Register
CAN_MOIPR53     0xF00196A8          Message Object 53 Interrupt Pointer Register
CAN_MOAMR53     0xF00196AC          Message Object 53 Acceptance Mask Register
CAN_MODATAL53   0xF00196B0          Message Object 53 Data Register Low
CAN_MODATAH53   0xF00196B4          Message Object 53 Data Register High
CAN_MOAR53      0xF00196B8          Message Object 53 Arbitration Register
CAN_MOCTR53     0xF00196BC          Message Object 53 Control Register
CAN_MOFCR54     0xF00196C0          Message Object 54 Function Control Register
CAN_MOFGPR54    0xF00196C4          Message Object 54 FIFO/Gateway Pointer Register
CAN_MOIPR54     0xF00196C8          Message Object 54 Interrupt Pointer Register
CAN_MOAMR54     0xF00196CC          Message Object 54 Acceptance Mask Register
CAN_MODATAL54   0xF00196D0          Message Object 54 Data Register Low
CAN_MODATAH54   0xF00196D4          Message Object 54 Data Register High
CAN_MOAR54      0xF00196D8          Message Object 54 Arbitration Register
CAN_MOCTR54     0xF00196DC          Message Object 54 Control Register
CAN_MOFCR55     0xF00196E0          Message Object 55 Function Control Register
CAN_MOFGPR55    0xF00196E4          Message Object 55 FIFO/Gateway Pointer Register
CAN_MOIPR55     0xF00196E8          Message Object 55 Interrupt Pointer Register
CAN_MOAMR55     0xF00196EC          Message Object 55 Acceptance Mask Register
CAN_MODATAL55   0xF00196F0          Message Object 55 Data Register Low
CAN_MODATAH55   0xF00196F4          Message Object 55 Data Register High
CAN_MOAR55      0xF00196F8          Message Object 55 Arbitration Register
CAN_MOCTR55     0xF00196FC          Message Object 55 Control Register
CAN_MOFCR56     0xF0019700          Message Object 56 Function Control Register
CAN_MOFGPR56    0xF0019704          Message Object 56 FIFO/Gateway Pointer Register
CAN_MOIPR56     0xF0019708          Message Object 56 Interrupt Pointer Register
CAN_MOAMR56     0xF001970C          Message Object 56 Acceptance Mask Register
CAN_MODATAL56   0xF0019710          Message Object 56 Data Register Low
CAN_MODATAH56   0xF0019714          Message Object 56 Data Register High
CAN_MOAR56      0xF0019718          Message Object 56 Arbitration Register
CAN_MOCTR56     0xF001971C          Message Object 56 Control Register
CAN_MOFCR57     0xF0019720          Message Object 57 Function Control Register
CAN_MOFGPR57    0xF0019724          Message Object 57 FIFO/Gateway Pointer Register
CAN_MOIPR57     0xF0019728          Message Object 57 Interrupt Pointer Register
CAN_MOAMR57     0xF001972C          Message Object 57 Acceptance Mask Register
CAN_MODATAL57   0xF0019730          Message Object 57 Data Register Low
CAN_MODATAH57   0xF0019734          Message Object 57 Data Register High
CAN_MOAR57      0xF0019738          Message Object 57 Arbitration Register
CAN_MOCTR57     0xF001973C          Message Object 57 Control Register
CAN_MOFCR58     0xF0019740          Message Object 58 Function Control Register
CAN_MOFGPR58    0xF0019744          Message Object 58 FIFO/Gateway Pointer Register
CAN_MOIPR58     0xF0019748          Message Object 58 Interrupt Pointer Register
CAN_MOAMR58     0xF001974C          Message Object 58 Acceptance Mask Register
CAN_MODATAL58   0xF0019750          Message Object 58 Data Register Low
CAN_MODATAH58   0xF0019754          Message Object 58 Data Register High
CAN_MOAR58      0xF0019758          Message Object 58 Arbitration Register
CAN_MOCTR58     0xF001975C          Message Object 58 Control Register
CAN_MOFCR59     0xF0019760          Message Object 59 Function Control Register
CAN_MOFGPR59    0xF0019764          Message Object 59 FIFO/Gateway Pointer Register
CAN_MOIPR59     0xF0019768          Message Object 59 Interrupt Pointer Register
CAN_MOAMR59     0xF001976C          Message Object 59 Acceptance Mask Register
CAN_MODATAL59   0xF0019770          Message Object 59 Data Register Low
CAN_MODATAH59   0xF0019774          Message Object 59 Data Register High
CAN_MOAR59      0xF0019778          Message Object 59 Arbitration Register
CAN_MOCTR59     0xF001977C          Message Object 59 Control Register
CAN_MOFCR60     0xF0019780          Message Object 60 Function Control Register
CAN_MOFGPR60    0xF0019784          Message Object 60 FIFO/Gateway Pointer Register
CAN_MOIPR60     0xF0019788          Message Object 60 Interrupt Pointer Register
CAN_MOAMR60     0xF001978C          Message Object 60 Acceptance Mask Register
CAN_MODATAL60   0xF0019790          Message Object 60 Data Register Low
CAN_MODATAH60   0xF0019794          Message Object 60 Data Register High
CAN_MOAR60      0xF0019798          Message Object 60 Arbitration Register
CAN_MOCTR60     0xF001979C          Message Object 60 Control Register
CAN_MOFCR61     0xF00197A0          Message Object 61 Function Control Register
CAN_MOFGPR61    0xF00197A4          Message Object 61 FIFO/Gateway Pointer Register
CAN_MOIPR61     0xF00197A8          Message Object 61 Interrupt Pointer Register
CAN_MOAMR61     0xF00197AC          Message Object 61 Acceptance Mask Register
CAN_MODATAL61   0xF00197B0          Message Object 61 Data Register Low
CAN_MODATAH61   0xF00197B4          Message Object 61 Data Register High
CAN_MOAR61      0xF00197B8          Message Object 61 Arbitration Register
CAN_MOCTR61     0xF00197BC          Message Object 61 Control Register
CAN_MOFCR62     0xF00197C0          Message Object 62 Function Control Register
CAN_MOFGPR62    0xF00197C4          Message Object 62 FIFO/Gateway Pointer Register
CAN_MOIPR62     0xF00197C8          Message Object 62 Interrupt Pointer Register
CAN_MOAMR62     0xF00197CC          Message Object 62 Acceptance Mask Register
CAN_MODATAL62   0xF00197D0          Message Object 62 Data Register Low
CAN_MODATAH62   0xF00197D4          Message Object 62 Data Register High
CAN_MOAR62      0xF00197D8          Message Object 62 Arbitration Register
CAN_MOCTR62     0xF00197DC          Message Object 62 Control Register
CAN_MOFCR63     0xF00197E0          Message Object 63 Function Control Register
CAN_MOFGPR63    0xF00197E4          Message Object 63 FIFO/Gateway Pointer Register
CAN_MOIPR63     0xF00197E8          Message Object 63 Interrupt Pointer Register
CAN_MOAMR63     0xF00197EC          Message Object 63 Acceptance Mask Register
CAN_MODATAL63   0xF00197F0          Message Object 63 Data Register Low
CAN_MODATAH63   0xF00197F4          Message Object 63 Data Register High
CAN_MOAR63      0xF00197F8          Message Object 63 Arbitration Register
CAN_MOCTR63     0xF00197FC          Message Object 63 Control Register
CAN_MOFCR64     0xF0019800          Message Object 64 Function Control Register
CAN_MOFGPR64    0xF0019804          Message Object 64 FIFO/Gateway Pointer Register
CAN_MOIPR64     0xF0019808          Message Object 64 Interrupt Pointer Register
CAN_MOAMR64     0xF001980C          Message Object 64 Acceptance Mask Register
CAN_MODATAL64   0xF0019810          Message Object 64 Data Register Low
CAN_MODATAH64   0xF0019814          Message Object 64 Data Register High
CAN_MOAR64      0xF0019818          Message Object 64 Arbitration Register
CAN_MOCTR64     0xF001981C          Message Object 64 Control Register
CAN_MOFCR65     0xF0019820          Message Object 65 Function Control Register
CAN_MOFGPR65    0xF0019824          Message Object 65 FIFO/Gateway Pointer Register
CAN_MOIPR65     0xF0019828          Message Object 65 Interrupt Pointer Register
CAN_MOAMR65     0xF001982C          Message Object 65 Acceptance Mask Register
CAN_MODATAL65   0xF0019830          Message Object 65 Data Register Low
CAN_MODATAH65   0xF0019834          Message Object 65 Data Register High
CAN_MOAR65      0xF0019838          Message Object 65 Arbitration Register
CAN_MOCTR65     0xF001983C          Message Object 65 Control Register
CAN_MOFCR66     0xF0019840          Message Object 66 Function Control Register
CAN_MOFGPR66    0xF0019844          Message Object 66 FIFO/Gateway Pointer Register
CAN_MOIPR66     0xF0019848          Message Object 66 Interrupt Pointer Register
CAN_MOAMR66     0xF001984C          Message Object 66 Acceptance Mask Register
CAN_MODATAL66   0xF0019850          Message Object 66 Data Register Low
CAN_MODATAH66   0xF0019854          Message Object 66 Data Register High
CAN_MOAR66      0xF0019858          Message Object 66 Arbitration Register
CAN_MOCTR66     0xF001985C          Message Object 66 Control Register
CAN_MOFCR67     0xF0019860          Message Object 67 Function Control Register
CAN_MOFGPR67    0xF0019864          Message Object 67 FIFO/Gateway Pointer Register
CAN_MOIPR67     0xF0019868          Message Object 67 Interrupt Pointer Register
CAN_MOAMR67     0xF001986C          Message Object 67 Acceptance Mask Register
CAN_MODATAL67   0xF0019870          Message Object 67 Data Register Low
CAN_MODATAH67   0xF0019874          Message Object 67 Data Register High
CAN_MOAR67      0xF0019878          Message Object 67 Arbitration Register
CAN_MOCTR67     0xF001987C          Message Object 67 Control Register
CAN_MOFCR68     0xF0019880          Message Object 68 Function Control Register
CAN_MOFGPR68    0xF0019884          Message Object 68 FIFO/Gateway Pointer Register
CAN_MOIPR68     0xF0019888          Message Object 68 Interrupt Pointer Register
CAN_MOAMR68     0xF001988C          Message Object 68 Acceptance Mask Register
CAN_MODATAL68   0xF0019890          Message Object 68 Data Register Low
CAN_MODATAH68   0xF0019894          Message Object 68 Data Register High
CAN_MOAR68      0xF0019898          Message Object 68 Arbitration Register
CAN_MOCTR68     0xF001989C          Message Object 68 Control Register
CAN_MOFCR69     0xF00198A0          Message Object 69 Function Control Register
CAN_MOFGPR69    0xF00198A4          Message Object 69 FIFO/Gateway Pointer Register
CAN_MOIPR69     0xF00198A8          Message Object 69 Interrupt Pointer Register
CAN_MOAMR69     0xF00198AC          Message Object 69 Acceptance Mask Register
CAN_MODATAL69   0xF00198B0          Message Object 69 Data Register Low
CAN_MODATAH69   0xF00198B4          Message Object 69 Data Register High
CAN_MOAR69      0xF00198B8          Message Object 69 Arbitration Register
CAN_MOCTR69     0xF00198BC          Message Object 69 Control Register
CAN_MOFCR70     0xF00198C0          Message Object 70 Function Control Register
CAN_MOFGPR70    0xF00198C4          Message Object 70 FIFO/Gateway Pointer Register
CAN_MOIPR70     0xF00198C8          Message Object 70 Interrupt Pointer Register
CAN_MOAMR70     0xF00198CC          Message Object 70 Acceptance Mask Register
CAN_MODATAL70   0xF00198D0          Message Object 70 Data Register Low
CAN_MODATAH70   0xF00198D4          Message Object 70 Data Register High
CAN_MOAR70      0xF00198D8          Message Object 70 Arbitration Register
CAN_MOCTR70     0xF00198DC          Message Object 70 Control Register
CAN_MOFCR71     0xF00198E0          Message Object 71 Function Control Register
CAN_MOFGPR71    0xF00198E4          Message Object 71 FIFO/Gateway Pointer Register
CAN_MOIPR71     0xF00198E8          Message Object 71 Interrupt Pointer Register
CAN_MOAMR71     0xF00198EC          Message Object 71 Acceptance Mask Register
CAN_MODATAL71   0xF00198F0          Message Object 71 Data Register Low
CAN_MODATAH71   0xF00198F4          Message Object 71 Data Register High
CAN_MOAR71      0xF00198F8          Message Object 71 Arbitration Register
CAN_MOCTR71     0xF00198FC          Message Object 71 Control Register
CAN_MOFCR72     0xF0019900          Message Object 72 Function Control Register
CAN_MOFGPR72    0xF0019904          Message Object 72 FIFO/Gateway Pointer Register
CAN_MOIPR72     0xF0019908          Message Object 72 Interrupt Pointer Register
CAN_MOAMR72     0xF001990C          Message Object 72 Acceptance Mask Register
CAN_MODATAL72   0xF0019910          Message Object 72 Data Register Low
CAN_MODATAH72   0xF0019914          Message Object 72 Data Register High
CAN_MOAR72      0xF0019918          Message Object 72 Arbitration Register
CAN_MOCTR72     0xF001991C          Message Object 72 Control Register
CAN_MOFCR73     0xF0019920          Message Object 73 Function Control Register
CAN_MOFGPR73    0xF0019924          Message Object 73 FIFO/Gateway Pointer Register
CAN_MOIPR73     0xF0019928          Message Object 73 Interrupt Pointer Register
CAN_MOAMR73     0xF001992C          Message Object 73 Acceptance Mask Register
CAN_MODATAL73   0xF0019930          Message Object 73 Data Register Low
CAN_MODATAH73   0xF0019934          Message Object 73 Data Register High
CAN_MOAR73      0xF0019938          Message Object 73 Arbitration Register
CAN_MOCTR73     0xF001993C          Message Object 73 Control Register
CAN_MOFCR74     0xF0019940          Message Object 74 Function Control Register
CAN_MOFGPR74    0xF0019944          Message Object 74 FIFO/Gateway Pointer Register
CAN_MOIPR74     0xF0019948          Message Object 74 Interrupt Pointer Register
CAN_MOAMR74     0xF001994C          Message Object 74 Acceptance Mask Register
CAN_MODATAL74   0xF0019950          Message Object 74 Data Register Low
CAN_MODATAH74   0xF0019954          Message Object 74 Data Register High
CAN_MOAR74      0xF0019958          Message Object 74 Arbitration Register
CAN_MOCTR74     0xF001995C          Message Object 74 Control Register
CAN_MOFCR75     0xF0019960          Message Object 75 Function Control Register
CAN_MOFGPR75    0xF0019964          Message Object 75 FIFO/Gateway Pointer Register
CAN_MOIPR75     0xF0019968          Message Object 75 Interrupt Pointer Register
CAN_MOAMR75     0xF001996C          Message Object 75 Acceptance Mask Register
CAN_MODATAL75   0xF0019970          Message Object 75 Data Register Low
CAN_MODATAH75   0xF0019974          Message Object 75 Data Register High
CAN_MOAR75      0xF0019978          Message Object 75 Arbitration Register
CAN_MOCTR75     0xF001997C          Message Object 75 Control Register
CAN_MOFCR76     0xF0019980          Message Object 76 Function Control Register
CAN_MOFGPR76    0xF0019984          Message Object 76 FIFO/Gateway Pointer Register
CAN_MOIPR76     0xF0019988          Message Object 76 Interrupt Pointer Register
CAN_MOAMR76     0xF001998C          Message Object 76 Acceptance Mask Register
CAN_MODATAL76   0xF0019990          Message Object 76 Data Register Low
CAN_MODATAH76   0xF0019994          Message Object 76 Data Register High
CAN_MOAR76      0xF0019998          Message Object 76 Arbitration Register
CAN_MOCTR76     0xF001999C          Message Object 76 Control Register
CAN_MOFCR77     0xF00199A0          Message Object 77 Function Control Register
CAN_MOFGPR77    0xF00199A4          Message Object 77 FIFO/Gateway Pointer Register
CAN_MOIPR77     0xF00199A8          Message Object 77 Interrupt Pointer Register
CAN_MOAMR77     0xF00199AC          Message Object 77 Acceptance Mask Register
CAN_MODATAL77   0xF00199B0          Message Object 77 Data Register Low
CAN_MODATAH77   0xF00199B4          Message Object 77 Data Register High
CAN_MOAR77      0xF00199B8          Message Object 77 Arbitration Register
CAN_MOCTR77     0xF00199BC          Message Object 77 Control Register
CAN_MOFCR78     0xF00199C0          Message Object 78 Function Control Register
CAN_MOFGPR78    0xF00199C4          Message Object 78 FIFO/Gateway Pointer Register
CAN_MOIPR78     0xF00199C8          Message Object 78 Interrupt Pointer Register
CAN_MOAMR78     0xF00199CC          Message Object 78 Acceptance Mask Register
CAN_MODATAL78   0xF00199D0          Message Object 78 Data Register Low
CAN_MODATAH78   0xF00199D4          Message Object 78 Data Register High
CAN_MOAR78      0xF00199D8          Message Object 78 Arbitration Register
CAN_MOCTR78     0xF00199DC          Message Object 78 Control Register
CAN_MOFCR79     0xF00199E0          Message Object 79 Function Control Register
CAN_MOFGPR79    0xF00199E4          Message Object 79 FIFO/Gateway Pointer Register
CAN_MOIPR79     0xF00199E8          Message Object 79 Interrupt Pointer Register
CAN_MOAMR79     0xF00199EC          Message Object 79 Acceptance Mask Register
CAN_MODATAL79   0xF00199F0          Message Object 79 Data Register Low
CAN_MODATAH79   0xF00199F4          Message Object 79 Data Register High
CAN_MOAR79      0xF00199F8          Message Object 79 Arbitration Register
CAN_MOCTR79     0xF00199FC          Message Object 79 Control Register
CAN_MOFCR80     0xF0019A00          Message Object 80 Function Control Register
CAN_MOFGPR80    0xF0019A04          Message Object 80 FIFO/Gateway Pointer Register
CAN_MOIPR80     0xF0019A08          Message Object 80 Interrupt Pointer Register
CAN_MOAMR80     0xF0019A0C          Message Object 80 Acceptance Mask Register
CAN_MODATAL80   0xF0019A10          Message Object 80 Data Register Low
CAN_MODATAH80   0xF0019A14          Message Object 80 Data Register High
CAN_MOAR80      0xF0019A18          Message Object 80 Arbitration Register
CAN_MOCTR80     0xF0019A1C          Message Object 80 Control Register
CAN_MOFCR81     0xF0019A20          Message Object 81 Function Control Register
CAN_MOFGPR81    0xF0019A24          Message Object 81 FIFO/Gateway Pointer Register
CAN_MOIPR81     0xF0019A28          Message Object 81 Interrupt Pointer Register
CAN_MOAMR81     0xF0019A2C          Message Object 81 Acceptance Mask Register
CAN_MODATAL81   0xF0019A30          Message Object 81 Data Register Low
CAN_MODATAH81   0xF0019A34          Message Object 81 Data Register High
CAN_MOAR81      0xF0019A38          Message Object 81 Arbitration Register
CAN_MOCTR81     0xF0019A3C          Message Object 81 Control Register
CAN_MOFCR82     0xF0019A40          Message Object 82 Function Control Register
CAN_MOFGPR82    0xF0019A44          Message Object 82 FIFO/Gateway Pointer Register
CAN_MOIPR82     0xF0019A48          Message Object 82 Interrupt Pointer Register
CAN_MOAMR82     0xF0019A4C          Message Object 82 Acceptance Mask Register
CAN_MODATAL82   0xF0019A50          Message Object 82 Data Register Low
CAN_MODATAH82   0xF0019A54          Message Object 82 Data Register High
CAN_MOAR82      0xF0019A58          Message Object 82 Arbitration Register
CAN_MOCTR82     0xF0019A5C          Message Object 82 Control Register
CAN_MOFCR83     0xF0019A60          Message Object 83 Function Control Register
CAN_MOFGPR83    0xF0019A64          Message Object 83 FIFO/Gateway Pointer Register
CAN_MOIPR83     0xF0019A68          Message Object 83 Interrupt Pointer Register
CAN_MOAMR83     0xF0019A6C          Message Object 83 Acceptance Mask Register
CAN_MODATAL83   0xF0019A70          Message Object 83 Data Register Low
CAN_MODATAH83   0xF0019A74          Message Object 83 Data Register High
CAN_MOAR83      0xF0019A78          Message Object 83 Arbitration Register
CAN_MOCTR83     0xF0019A7C          Message Object 83 Control Register
CAN_MOFCR84     0xF0019A80          Message Object 84 Function Control Register
CAN_MOFGPR84    0xF0019A84          Message Object 84 FIFO/Gateway Pointer Register
CAN_MOIPR84     0xF0019A88          Message Object 84 Interrupt Pointer Register
CAN_MOAMR84     0xF0019A8C          Message Object 84 Acceptance Mask Register
CAN_MODATAL84   0xF0019A90          Message Object 84 Data Register Low
CAN_MODATAH84   0xF0019A94          Message Object 84 Data Register High
CAN_MOAR84      0xF0019A98          Message Object 84 Arbitration Register
CAN_MOCTR84     0xF0019A9C          Message Object 84 Control Register
CAN_MOFCR85     0xF0019AA0          Message Object 85 Function Control Register
CAN_MOFGPR85    0xF0019AA4          Message Object 85 FIFO/Gateway Pointer Register
CAN_MOIPR85     0xF0019AA8          Message Object 85 Interrupt Pointer Register
CAN_MOAMR85     0xF0019AAC          Message Object 85 Acceptance Mask Register
CAN_MODATAL85   0xF0019AB0          Message Object 85 Data Register Low
CAN_MODATAH85   0xF0019AB4          Message Object 85 Data Register High
CAN_MOAR85      0xF0019AB8          Message Object 85 Arbitration Register
CAN_MOCTR85     0xF0019ABC          Message Object 85 Control Register
CAN_MOFCR86     0xF0019AC0          Message Object 86 Function Control Register
CAN_MOFGPR86    0xF0019AC4          Message Object 86 FIFO/Gateway Pointer Register
CAN_MOIPR86     0xF0019AC8          Message Object 86 Interrupt Pointer Register
CAN_MOAMR86     0xF0019ACC          Message Object 86 Acceptance Mask Register
CAN_MODATAL86   0xF0019AD0          Message Object 86 Data Register Low
CAN_MODATAH86   0xF0019AD4          Message Object 86 Data Register High
CAN_MOAR86      0xF0019AD8          Message Object 86 Arbitration Register
CAN_MOCTR86     0xF0019ADC          Message Object 86 Control Register
CAN_MOFCR87     0xF0019AE0          Message Object 87 Function Control Register
CAN_MOFGPR87    0xF0019AE4          Message Object 87 FIFO/Gateway Pointer Register
CAN_MOIPR87     0xF0019AE8          Message Object 87 Interrupt Pointer Register
CAN_MOAMR87     0xF0019AEC          Message Object 87 Acceptance Mask Register
CAN_MODATAL87   0xF0019AF0          Message Object 87 Data Register Low
CAN_MODATAH87   0xF0019AF4          Message Object 87 Data Register High
CAN_MOAR87      0xF0019AF8          Message Object 87 Arbitration Register
CAN_MOCTR87     0xF0019AFC          Message Object 87 Control Register
CAN_MOFCR88     0xF0019B00          Message Object 88 Function Control Register
CAN_MOFGPR88    0xF0019B04          Message Object 88 FIFO/Gateway Pointer Register
CAN_MOIPR88     0xF0019B08          Message Object 88 Interrupt Pointer Register
CAN_MOAMR88     0xF0019B0C          Message Object 88 Acceptance Mask Register
CAN_MODATAL88   0xF0019B10          Message Object 88 Data Register Low
CAN_MODATAH88   0xF0019B14          Message Object 88 Data Register High
CAN_MOAR88      0xF0019B18          Message Object 88 Arbitration Register
CAN_MOCTR88     0xF0019B1C          Message Object 88 Control Register
CAN_MOFCR89     0xF0019B20          Message Object 89 Function Control Register
CAN_MOFGPR89    0xF0019B24          Message Object 89 FIFO/Gateway Pointer Register
CAN_MOIPR89     0xF0019B28          Message Object 89 Interrupt Pointer Register
CAN_MOAMR89     0xF0019B2C          Message Object 89 Acceptance Mask Register
CAN_MODATAL89   0xF0019B30          Message Object 89 Data Register Low
CAN_MODATAH89   0xF0019B34          Message Object 89 Data Register High
CAN_MOAR89      0xF0019B38          Message Object 89 Arbitration Register
CAN_MOCTR89     0xF0019B3C          Message Object 89 Control Register
CAN_MOFCR90     0xF0019B40          Message Object 90 Function Control Register
CAN_MOFGPR90    0xF0019B44          Message Object 90 FIFO/Gateway Pointer Register
CAN_MOIPR90     0xF0019B48          Message Object 90 Interrupt Pointer Register
CAN_MOAMR90     0xF0019B4C          Message Object 90 Acceptance Mask Register
CAN_MODATAL90   0xF0019B50          Message Object 90 Data Register Low
CAN_MODATAH90   0xF0019B54          Message Object 90 Data Register High
CAN_MOAR90      0xF0019B58          Message Object 90 Arbitration Register
CAN_MOCTR90     0xF0019B5C          Message Object 90 Control Register
CAN_MOFCR91     0xF0019B60          Message Object 91 Function Control Register
CAN_MOFGPR91    0xF0019B64          Message Object 91 FIFO/Gateway Pointer Register
CAN_MOIPR91     0xF0019B68          Message Object 91 Interrupt Pointer Register
CAN_MOAMR91     0xF0019B6C          Message Object 91 Acceptance Mask Register
CAN_MODATAL91   0xF0019B70          Message Object 91 Data Register Low
CAN_MODATAH91   0xF0019B74          Message Object 91 Data Register High
CAN_MOAR91      0xF0019B78          Message Object 91 Arbitration Register
CAN_MOCTR91     0xF0019B7C          Message Object 91 Control Register
CAN_MOFCR92     0xF0019B80          Message Object 92 Function Control Register
CAN_MOFGPR92    0xF0019B84          Message Object 92 FIFO/Gateway Pointer Register
CAN_MOIPR92     0xF0019B88          Message Object 92 Interrupt Pointer Register
CAN_MOAMR92     0xF0019B8C          Message Object 92 Acceptance Mask Register
CAN_MODATAL92   0xF0019B90          Message Object 92 Data Register Low
CAN_MODATAH92   0xF0019B94          Message Object 92 Data Register High
CAN_MOAR92      0xF0019B98          Message Object 92 Arbitration Register
CAN_MOCTR92     0xF0019B9C          Message Object 92 Control Register
CAN_MOFCR93     0xF0019BA0          Message Object 93 Function Control Register
CAN_MOFGPR93    0xF0019BA4          Message Object 93 FIFO/Gateway Pointer Register
CAN_MOIPR93     0xF0019BA8          Message Object 93 Interrupt Pointer Register
CAN_MOAMR93     0xF0019BAC          Message Object 93 Acceptance Mask Register
CAN_MODATAL93   0xF0019BB0          Message Object 93 Data Register Low
CAN_MODATAH93   0xF0019BB4          Message Object 93 Data Register High
CAN_MOAR93      0xF0019BB8          Message Object 93 Arbitration Register
CAN_MOCTR93     0xF0019BBC          Message Object 93 Control Register
CAN_MOFCR94     0xF0019BC0          Message Object 94 Function Control Register
CAN_MOFGPR94    0xF0019BC4          Message Object 94 FIFO/Gateway Pointer Register
CAN_MOIPR94     0xF0019BC8          Message Object 94 Interrupt Pointer Register
CAN_MOAMR94     0xF0019BCC          Message Object 94 Acceptance Mask Register
CAN_MODATAL94   0xF0019BD0          Message Object 94 Data Register Low
CAN_MODATAH94   0xF0019BD4          Message Object 94 Data Register High
CAN_MOAR94      0xF0019BD8          Message Object 94 Arbitration Register
CAN_MOCTR94     0xF0019BDC          Message Object 94 Control Register
CAN_MOFCR95     0xF0019BE0          Message Object 95 Function Control Register
CAN_MOFGPR95    0xF0019BE4          Message Object 95 FIFO/Gateway Pointer Register
CAN_MOIPR95     0xF0019BE8          Message Object 95 Interrupt Pointer Register
CAN_MOAMR95     0xF0019BEC          Message Object 95 Acceptance Mask Register
CAN_MODATAL95   0xF0019BF0          Message Object 95 Data Register Low
CAN_MODATAH95   0xF0019BF4          Message Object 95 Data Register High
CAN_MOAR95      0xF0019BF8          Message Object 95 Arbitration Register
CAN_MOCTR95     0xF0019BFC          Message Object 95 Control Register
CAN_MOFCR96     0xF0019C00          Message Object 96 Function Control Register
CAN_MOFGPR96    0xF0019C04          Message Object 96 FIFO/Gateway Pointer Register
CAN_MOIPR96     0xF0019C08          Message Object 96 Interrupt Pointer Register
CAN_MOAMR96     0xF0019C0C          Message Object 96 Acceptance Mask Register
CAN_MODATAL96   0xF0019C10          Message Object 96 Data Register Low
CAN_MODATAH96   0xF0019C14          Message Object 96 Data Register High
CAN_MOAR96      0xF0019C18          Message Object 96 Arbitration Register
CAN_MOCTR96     0xF0019C1C          Message Object 96 Control Register
CAN_MOFCR97     0xF0019C20          Message Object 97 Function Control Register
CAN_MOFGPR97    0xF0019C24          Message Object 97 FIFO/Gateway Pointer Register
CAN_MOIPR97     0xF0019C28          Message Object 97 Interrupt Pointer Register
CAN_MOAMR97     0xF0019C2C          Message Object 97 Acceptance Mask Register
CAN_MODATAL97   0xF0019C30          Message Object 97 Data Register Low
CAN_MODATAH97   0xF0019C34          Message Object 97 Data Register High
CAN_MOAR97      0xF0019C38          Message Object 97 Arbitration Register
CAN_MOCTR97     0xF0019C3C          Message Object 97 Control Register
CAN_MOFCR98     0xF0019C40          Message Object 98 Function Control Register
CAN_MOFGPR98    0xF0019C44          Message Object 98 FIFO/Gateway Pointer Register
CAN_MOIPR98     0xF0019C48          Message Object 98 Interrupt Pointer Register
CAN_MOAMR98     0xF0019C4C          Message Object 98 Acceptance Mask Register
CAN_MODATAL98   0xF0019C50          Message Object 98 Data Register Low
CAN_MODATAH98   0xF0019C54          Message Object 98 Data Register High
CAN_MOAR98      0xF0019C58          Message Object 98 Arbitration Register
CAN_MOCTR98     0xF0019C5C          Message Object 98 Control Register
CAN_MOFCR99     0xF0019C60          Message Object 99 Function Control Register
CAN_MOFGPR99    0xF0019C64          Message Object 99 FIFO/Gateway Pointer Register
CAN_MOIPR99     0xF0019C68          Message Object 99 Interrupt Pointer Register
CAN_MOAMR99     0xF0019C6C          Message Object 99 Acceptance Mask Register
CAN_MODATAL99   0xF0019C70          Message Object 99 Data Register Low
CAN_MODATAH99   0xF0019C74          Message Object 99 Data Register High
CAN_MOAR99      0xF0019C78          Message Object 99 Arbitration Register
CAN_MOCTR99     0xF0019C7C          Message Object 99 Control Register
CAN_MOFCR100    0xF0019C80          Message Object 100 Function Control Register
CAN_MOFGPR100   0xF0019C84          Message Object 100 FIFO/Gateway Pointer Register
CAN_MOIPR100    0xF0019C88          Message Object 100 Interrupt Pointer Register
CAN_MOAMR100    0xF0019C8C          Message Object 100 Acceptance Mask Register
CAN_MODATAL100  0xF0019C90          Message Object 100 Data Register Low
CAN_MODATAH100  0xF0019C94          Message Object 100 Data Register High
CAN_MOAR100     0xF0019C98          Message Object 100 Arbitration Register
CAN_MOCTR100    0xF0019C9C          Message Object 100 Control Register
CAN_MOFCR101    0xF0019CA0          Message Object 101 Function Control Register
CAN_MOFGPR101   0xF0019CA4          Message Object 101 FIFO/Gateway Pointer Register
CAN_MOIPR101    0xF0019CA8          Message Object 101 Interrupt Pointer Register
CAN_MOAMR101    0xF0019CAC          Message Object 101 Acceptance Mask Register
CAN_MODATAL101  0xF0019CB0          Message Object 101 Data Register Low
CAN_MODATAH101  0xF0019CB4          Message Object 101 Data Register High
CAN_MOAR101     0xF0019CB8          Message Object 101 Arbitration Register
CAN_MOCTR101    0xF0019CBC          Message Object 101 Control Register
CAN_MOFCR102    0xF0019CC0          Message Object 102 Function Control Register
CAN_MOFGPR102   0xF0019CC4          Message Object 102 FIFO/Gateway Pointer Register
CAN_MOIPR102    0xF0019CC8          Message Object 102 Interrupt Pointer Register
CAN_MOAMR102    0xF0019CCC          Message Object 102 Acceptance Mask Register
CAN_MODATAL102  0xF0019CD0          Message Object 102 Data Register Low
CAN_MODATAH102  0xF0019CD4          Message Object 102 Data Register High
CAN_MOAR102     0xF0019CD8          Message Object 102 Arbitration Register
CAN_MOCTR102    0xF0019CDC          Message Object 102 Control Register
CAN_MOFCR103    0xF0019CE0          Message Object 103 Function Control Register
CAN_MOFGPR103   0xF0019CE4          Message Object 103 FIFO/Gateway Pointer Register
CAN_MOIPR103    0xF0019CE8          Message Object 103 Interrupt Pointer Register
CAN_MOAMR103    0xF0019CEC          Message Object 103 Acceptance Mask Register
CAN_MODATAL103  0xF0019CF0          Message Object 103 Data Register Low
CAN_MODATAH103  0xF0019CF4          Message Object 103 Data Register High
CAN_MOAR103     0xF0019CF8          Message Object 103 Arbitration Register
CAN_MOCTR103    0xF0019CFC          Message Object 103 Control Register
CAN_MOFCR104    0xF0019D00          Message Object 104 Function Control Register
CAN_MOFGPR104   0xF0019D04          Message Object 104 FIFO/Gateway Pointer Register
CAN_MOIPR104    0xF0019D08          Message Object 104 Interrupt Pointer Register
CAN_MOAMR104    0xF0019D0C          Message Object 104 Acceptance Mask Register
CAN_MODATAL104  0xF0019D10          Message Object 104 Data Register Low
CAN_MODATAH104  0xF0019D14          Message Object 104 Data Register High
CAN_MOAR104     0xF0019D18          Message Object 104 Arbitration Register
CAN_MOCTR104    0xF0019D1C          Message Object 104 Control Register
CAN_MOFCR105    0xF0019D20          Message Object 105 Function Control Register
CAN_MOFGPR105   0xF0019D24          Message Object 105 FIFO/Gateway Pointer Register
CAN_MOIPR105    0xF0019D28          Message Object 105 Interrupt Pointer Register
CAN_MOAMR105    0xF0019D2C          Message Object 105 Acceptance Mask Register
CAN_MODATAL105  0xF0019D30          Message Object 105 Data Register Low
CAN_MODATAH105  0xF0019D34          Message Object 105 Data Register High
CAN_MOAR105     0xF0019D38          Message Object 105 Arbitration Register
CAN_MOCTR105    0xF0019D3C          Message Object 105 Control Register
CAN_MOFCR106    0xF0019D40          Message Object 106 Function Control Register
CAN_MOFGPR106   0xF0019D44          Message Object 106 FIFO/Gateway Pointer Register
CAN_MOIPR106    0xF0019D48          Message Object 106 Interrupt Pointer Register
CAN_MOAMR106    0xF0019D4C          Message Object 106 Acceptance Mask Register
CAN_MODATAL106  0xF0019D50          Message Object 106 Data Register Low
CAN_MODATAH106  0xF0019D54          Message Object 106 Data Register High
CAN_MOAR106     0xF0019D58          Message Object 106 Arbitration Register
CAN_MOCTR106    0xF0019D5C          Message Object 106 Control Register
CAN_MOFCR107    0xF0019D60          Message Object 107 Function Control Register
CAN_MOFGPR107   0xF0019D64          Message Object 107 FIFO/Gateway Pointer Register
CAN_MOIPR107    0xF0019D68          Message Object 107 Interrupt Pointer Register
CAN_MOAMR107    0xF0019D6C          Message Object 107 Acceptance Mask Register
CAN_MODATAL107  0xF0019D70          Message Object 107 Data Register Low
CAN_MODATAH107  0xF0019D74          Message Object 107 Data Register High
CAN_MOAR107     0xF0019D78          Message Object 107 Arbitration Register
CAN_MOCTR107    0xF0019D7C          Message Object 107 Control Register
CAN_MOFCR108    0xF0019D80          Message Object 108 Function Control Register
CAN_MOFGPR108   0xF0019D84          Message Object 108 FIFO/Gateway Pointer Register
CAN_MOIPR108    0xF0019D88          Message Object 108 Interrupt Pointer Register
CAN_MOAMR108    0xF0019D8C          Message Object 108 Acceptance Mask Register
CAN_MODATAL108  0xF0019D90          Message Object 108 Data Register Low
CAN_MODATAH108  0xF0019D94          Message Object 108 Data Register High
CAN_MOAR108     0xF0019D98          Message Object 108 Arbitration Register
CAN_MOCTR108    0xF0019D9C          Message Object 108 Control Register
CAN_MOFCR109    0xF0019DA0          Message Object 109 Function Control Register
CAN_MOFGPR109   0xF0019DA4          Message Object 109 FIFO/Gateway Pointer Register
CAN_MOIPR109    0xF0019DA8          Message Object 109 Interrupt Pointer Register
CAN_MOAMR109    0xF0019DAC          Message Object 109 Acceptance Mask Register
CAN_MODATAL109  0xF0019DB0          Message Object 109 Data Register Low
CAN_MODATAH109  0xF0019DB4          Message Object 109 Data Register High
CAN_MOAR109     0xF0019DB8          Message Object 109 Arbitration Register
CAN_MOCTR109    0xF0019DBC          Message Object 109 Control Register
CAN_MOFCR110    0xF0019DC0          Message Object 110 Function Control Register
CAN_MOFGPR110   0xF0019DC4          Message Object 110 FIFO/Gateway Pointer Register
CAN_MOIPR110    0xF0019DC8          Message Object 110 Interrupt Pointer Register
CAN_MOAMR110    0xF0019DCC          Message Object 110 Acceptance Mask Register
CAN_MODATAL110  0xF0019DD0          Message Object 110 Data Register Low
CAN_MODATAH110  0xF0019DD4          Message Object 110 Data Register High
CAN_MOAR110     0xF0019DD8          Message Object 110 Arbitration Register
CAN_MOCTR110    0xF0019DDC          Message Object 110 Control Register
CAN_MOFCR111    0xF0019DE0          Message Object 111 Function Control Register
CAN_MOFGPR111   0xF0019DE4          Message Object 111 FIFO/Gateway Pointer Register
CAN_MOIPR111    0xF0019DE8          Message Object 111 Interrupt Pointer Register
CAN_MOAMR111    0xF0019DEC          Message Object 111 Acceptance Mask Register
CAN_MODATAL111  0xF0019DF0          Message Object 111 Data Register Low
CAN_MODATAH111  0xF0019DF4          Message Object 111 Data Register High
CAN_MOAR111     0xF0019DF8          Message Object 111 Arbitration Register
CAN_MOCTR111    0xF0019DFC          Message Object 111 Control Register
CAN_MOFCR112    0xF0019E00          Message Object 112 Function Control Register
CAN_MOFGPR112   0xF0019E04          Message Object 112 FIFO/Gateway Pointer Register
CAN_MOIPR112    0xF0019E08          Message Object 112 Interrupt Pointer Register
CAN_MOAMR112    0xF0019E0C          Message Object 112 Acceptance Mask Register
CAN_MODATAL112  0xF0019E10          Message Object 112 Data Register Low
CAN_MODATAH112  0xF0019E14          Message Object 112 Data Register High
CAN_MOAR112     0xF0019E18          Message Object 112 Arbitration Register
CAN_MOCTR112    0xF0019E1C          Message Object 112 Control Register
CAN_MOFCR113    0xF0019E20          Message Object 113 Function Control Register
CAN_MOFGPR113   0xF0019E24          Message Object 113 FIFO/Gateway Pointer Register
CAN_MOIPR113    0xF0019E28          Message Object 113 Interrupt Pointer Register
CAN_MOAMR113    0xF0019E2C          Message Object 113 Acceptance Mask Register
CAN_MODATAL113  0xF0019E30          Message Object 113 Data Register Low
CAN_MODATAH113  0xF0019E34          Message Object 113 Data Register High
CAN_MOAR113     0xF0019E38          Message Object 113 Arbitration Register
CAN_MOCTR113    0xF0019E3C          Message Object 113 Control Register
CAN_MOFCR114    0xF0019E40          Message Object 114 Function Control Register
CAN_MOFGPR114   0xF0019E44          Message Object 114 FIFO/Gateway Pointer Register
CAN_MOIPR114    0xF0019E48          Message Object 114 Interrupt Pointer Register
CAN_MOAMR114    0xF0019E4C          Message Object 114 Acceptance Mask Register
CAN_MODATAL114  0xF0019E50          Message Object 114 Data Register Low
CAN_MODATAH114  0xF0019E54          Message Object 114 Data Register High
CAN_MOAR114     0xF0019E58          Message Object 114 Arbitration Register
CAN_MOCTR114    0xF0019E5C          Message Object 114 Control Register
CAN_MOFCR115    0xF0019E60          Message Object 115 Function Control Register
CAN_MOFGPR115   0xF0019E64          Message Object 115 FIFO/Gateway Pointer Register
CAN_MOIPR115    0xF0019E68          Message Object 115 Interrupt Pointer Register
CAN_MOAMR115    0xF0019E6C          Message Object 115 Acceptance Mask Register
CAN_MODATAL115  0xF0019E70          Message Object 115 Data Register Low
CAN_MODATAH115  0xF0019E74          Message Object 115 Data Register High
CAN_MOAR115     0xF0019E78          Message Object 115 Arbitration Register
CAN_MOCTR115    0xF0019E7C          Message Object 115 Control Register
CAN_MOFCR116    0xF0019E80          Message Object 116 Function Control Register
CAN_MOFGPR116   0xF0019E84          Message Object 116 FIFO/Gateway Pointer Register
CAN_MOIPR116    0xF0019E88          Message Object 116 Interrupt Pointer Register
CAN_MOAMR116    0xF0019E8C          Message Object 116 Acceptance Mask Register
CAN_MODATAL116  0xF0019E90          Message Object 116 Data Register Low
CAN_MODATAH116  0xF0019E94          Message Object 116 Data Register High
CAN_MOAR116     0xF0019E98          Message Object 116 Arbitration Register
CAN_MOCTR116    0xF0019E9C          Message Object 116 Control Register
CAN_MOFCR117    0xF0019EA0          Message Object 117 Function Control Register
CAN_MOFGPR117   0xF0019EA4          Message Object 117 FIFO/Gateway Pointer Register
CAN_MOIPR117    0xF0019EA8          Message Object 117 Interrupt Pointer Register
CAN_MOAMR117    0xF0019EAC          Message Object 117 Acceptance Mask Register
CAN_MODATAL117  0xF0019EB0          Message Object 117 Data Register Low
CAN_MODATAH117  0xF0019EB4          Message Object 117 Data Register High
CAN_MOAR117     0xF0019EB8          Message Object 117 Arbitration Register
CAN_MOCTR117    0xF0019EBC          Message Object 117 Control Register
CAN_MOFCR118    0xF0019EC0          Message Object 118 Function Control Register
CAN_MOFGPR118   0xF0019EC4          Message Object 118 FIFO/Gateway Pointer Register
CAN_MOIPR118    0xF0019EC8          Message Object 118 Interrupt Pointer Register
CAN_MOAMR118    0xF0019ECC          Message Object 118 Acceptance Mask Register
CAN_MODATAL118  0xF0019ED0          Message Object 118 Data Register Low
CAN_MODATAH118  0xF0019ED4          Message Object 118 Data Register High
CAN_MOAR118     0xF0019ED8          Message Object 118 Arbitration Register
CAN_MOCTR118    0xF0019EDC          Message Object 118 Control Register
CAN_MOFCR119    0xF0019EE0          Message Object 119 Function Control Register
CAN_MOFGPR119   0xF0019EE4          Message Object 119 FIFO/Gateway Pointer Register
CAN_MOIPR119    0xF0019EE8          Message Object 119 Interrupt Pointer Register
CAN_MOAMR119    0xF0019EEC          Message Object 119 Acceptance Mask Register
CAN_MODATAL119  0xF0019EF0          Message Object 119 Data Register Low
CAN_MODATAH119  0xF0019EF4          Message Object 119 Data Register High
CAN_MOAR119     0xF0019EF8          Message Object 119 Arbitration Register
CAN_MOCTR119    0xF0019EFC          Message Object 119 Control Register
CAN_MOFCR120    0xF0019F00          Message Object 120 Function Control Register
CAN_MOFGPR120   0xF0019F04          Message Object 120 FIFO/Gateway Pointer Register
CAN_MOIPR120    0xF0019F08          Message Object 120 Interrupt Pointer Register
CAN_MOAMR120    0xF0019F0C          Message Object 120 Acceptance Mask Register
CAN_MODATAL120  0xF0019F10          Message Object 120 Data Register Low
CAN_MODATAH120  0xF0019F14          Message Object 120 Data Register High
CAN_MOAR120     0xF0019F18          Message Object 120 Arbitration Register
CAN_MOCTR120    0xF0019F1C          Message Object 120 Control Register
CAN_MOFCR121    0xF0019F20          Message Object 121 Function Control Register
CAN_MOFGPR121   0xF0019F24          Message Object 121 FIFO/Gateway Pointer Register
CAN_MOIPR121    0xF0019F28          Message Object 121 Interrupt Pointer Register
CAN_MOAMR121    0xF0019F2C          Message Object 121 Acceptance Mask Register
CAN_MODATAL121  0xF0019F30          Message Object 121 Data Register Low
CAN_MODATAH121  0xF0019F34          Message Object 121 Data Register High
CAN_MOAR121     0xF0019F38          Message Object 121 Arbitration Register
CAN_MOCTR121    0xF0019F3C          Message Object 121 Control Register
CAN_MOFCR122    0xF0019F40          Message Object 122 Function Control Register
CAN_MOFGPR122   0xF0019F44          Message Object 122 FIFO/Gateway Pointer Register
CAN_MOIPR122    0xF0019F48          Message Object 122 Interrupt Pointer Register
CAN_MOAMR122    0xF0019F4C          Message Object 122 Acceptance Mask Register
CAN_MODATAL122  0xF0019F50          Message Object 122 Data Register Low
CAN_MODATAH122  0xF0019F54          Message Object 122 Data Register High
CAN_MOAR122     0xF0019F58          Message Object 122 Arbitration Register
CAN_MOCTR122    0xF0019F5C          Message Object 122 Control Register
CAN_MOFCR123    0xF0019F60          Message Object 123 Function Control Register
CAN_MOFGPR123   0xF0019F64          Message Object 123 FIFO/Gateway Pointer Register
CAN_MOIPR123    0xF0019F68          Message Object 123 Interrupt Pointer Register
CAN_MOAMR123    0xF0019F6C          Message Object 123 Acceptance Mask Register
CAN_MODATAL123  0xF0019F70          Message Object 123 Data Register Low
CAN_MODATAH123  0xF0019F74          Message Object 123 Data Register High
CAN_MOAR123     0xF0019F78          Message Object 123 Arbitration Register
CAN_MOCTR123    0xF0019F7C          Message Object 123 Control Register
CAN_MOFCR124    0xF0019F80          Message Object 124 Function Control Register
CAN_MOFGPR124   0xF0019F84          Message Object 124 FIFO/Gateway Pointer Register
CAN_MOIPR124    0xF0019F88          Message Object 124 Interrupt Pointer Register
CAN_MOAMR124    0xF0019F8C          Message Object 124 Acceptance Mask Register
CAN_MODATAL124  0xF0019F90          Message Object 124 Data Register Low
CAN_MODATAH124  0xF0019F94          Message Object 124 Data Register High
CAN_MOAR124     0xF0019F98          Message Object 124 Arbitration Register
CAN_MOCTR124    0xF0019F9C          Message Object 124 Control Register
CAN_MOFCR125    0xF0019FA0          Message Object 125 Function Control Register
CAN_MOFGPR125   0xF0019FA4          Message Object 125 FIFO/Gateway Pointer Register
CAN_MOIPR125    0xF0019FA8          Message Object 125 Interrupt Pointer Register
CAN_MOAMR125    0xF0019FAC          Message Object 125 Acceptance Mask Register
CAN_MODATAL125  0xF0019FB0          Message Object 125 Data Register Low
CAN_MODATAH125  0xF0019FB4          Message Object 125 Data Register High
CAN_MOAR125     0xF0019FB8          Message Object 125 Arbitration Register
CAN_MOCTR125    0xF0019FBC          Message Object 125 Control Register
CAN_MOFCR126    0xF0019FC0          Message Object 126 Function Control Register
CAN_MOFGPR126   0xF0019FC4          Message Object 126 FIFO/Gateway Pointer Register
CAN_MOIPR126    0xF0019FC8          Message Object 126 Interrupt Pointer Register
CAN_MOAMR126    0xF0019FCC          Message Object 126 Acceptance Mask Register
CAN_MODATAL126  0xF0019FD0          Message Object 126 Data Register Low
CAN_MODATAH126  0xF0019FD4          Message Object 126 Data Register High
CAN_MOAR126     0xF0019FD8          Message Object 126 Arbitration Register
CAN_MOCTR126    0xF0019FDC          Message Object 126 Control Register
CAN_MOFCR127    0xF0019FE0          Message Object 127 Function Control Register
CAN_MOFGPR127   0xF0019FE4          Message Object 127 FIFO/Gateway Pointer Register
CAN_MOIPR127    0xF0019FE8          Message Object 127 Interrupt Pointer Register
CAN_MOAMR127    0xF0019FEC          Message Object 127 Acceptance Mask Register
CAN_MODATAL127  0xF0019FF0          Message Object 127 Data Register Low
CAN_MODATAH127  0xF0019FF4          Message Object 127 Data Register High
CAN_MOAR127     0xF0019FF8          Message Object 127 Arbitration Register
CAN_MOCTR127    0xF0019FFC          Message Object 127 Control Register
ERAY_CLC        0xF001C000          Clock Control Register
ERAY_CUST1      0xF001C004          Busy and Input Buffer Control Register
ERAY_ID         0xF001C008          Module Identification Register
ERAY_CUST3      0xF001C00C          Customer Interface Timeout Counter
ERAY_TEST1      0xF001C010          Test Register 1
ERAY_TEST2      0xF001C014          Test Register 2
ERAY_LCK        0xF001C01C          Lock Register
ERAY_EIR        0xF001C020          Error Service Request Register
ERAY_SIR        0xF001C024          Status Service Request Register
ERAY_EILS       0xF001C028          Error Service Request Line Select
ERAY_SILS       0xF001C02C          Status Service Request Line Select
ERAY_EIES       0xF001C030          Error Service Request Enable Set
ERAY_EIER       0xF001C034          Error Service Request Enable Reset
ERAY_SIES       0xF001C038          Status Service Request Enable Set
ERAY_SIER       0xF001C03C          Status Service Request Enable Reset
ERAY_ILE        0xF001C040          Service Request Line Enable
ERAY_T0C        0xF001C044          Timer 0 Configuration
ERAY_T1C        0xF001C048          Timer 1 Configuration
ERAY_STPW1      0xF001C04C          Stop Watch Register 1
ERAY_STPW2      0xF001C050          Stop Watch Register 2
ERAY_SUCC1      0xF001C080          SUC Configuration Register 1
ERAY_SUCC2      0xF001C084          SUC Configuration Register 2
ERAY_SUCC3      0xF001C088          SUC Configuration Register 3
ERAY_NEMC       0xF001C08C          NEM Configuration Register
ERAY_PRTC1      0xF001C090          PRT Configuration Register 1
ERAY_PRTC2      0xF001C094          PRT Configuration Register 2
ERAY_MHDC       0xF001C098          MHD Configuration Register
ERAY_GTUC01     0xF001C0A0          GTU Configuration Register 1
ERAY_GTUC02     0xF001C0A4          GTU Configuration Register 2
ERAY_GTUC03     0xF001C0A8          GTU Configuration Register 3
ERAY_GTUC04     0xF001C0AC          GTU Configuration Register 4
ERAY_GTUC05     0xF001C0B0          GTU Configuration Register 5
ERAY_GTUC06     0xF001C0B4          GTU Configuration Register 6
ERAY_GTUC07     0xF001C0B8          GTU Configuration Register 7
ERAY_GTUC08     0xF001C0BC          GTU Configuration Register 8
ERAY_GTUC09     0xF001C0C0          GTU Configuration Register 9
ERAY_GTUC10     0xF001C0C4          GTU Configuration Register 10
ERAY_GTUC11     0xF001C0C8          GTU Configuration Register 11
ERAY_CCSV       0xF001C100          Communication Controller Status Vector
ERAY_CCEV       0xF001C104          Communication Controller Error Vector
ERAY_SCV        0xF001C110          Slot Counter Value
ERAY_MTCCV      0xF001C114          Macrotick and Cycle Counter Value
ERAY_RCV        0xF001C118          Rate Correction Value
ERAY_OCV        0xF001C11C          Offset Correction Value
ERAY_SFS        0xF001C120          SYNC Frame Status
ERAY_SWNIT      0xF001C124          Symbol Window and Network Idle Time Status
ERAY_ACS        0xF001C128          Aggregated Channel Status
ERAY_ESID01     0xF001C130          Even Sync ID Symbol Window 01
ERAY_ESID02     0xF001C134          Even Sync ID Symbol Window 02
ERAY_ESID03     0xF001C138          Even Sync ID Symbol Window 03
ERAY_ESID04     0xF001C13C          Even Sync ID Symbol Window 04
ERAY_ESID05     0xF001C140          Even Sync ID Symbol Window 05
ERAY_ESID06     0xF001C144          Even Sync ID Symbol Window 06
ERAY_ESID07     0xF001C148          Even Sync ID Symbol Window 07
ERAY_ESID08     0xF001C14C          Even Sync ID Symbol Window 08
ERAY_ESID09     0xF001C150          Even Sync ID Symbol Window 09
ERAY_ESID10     0xF001C154          Even Sync ID Symbol Window 10
ERAY_ESID11     0xF001C158          Even Sync ID Symbol Window 11
ERAY_ESID12     0xF001C15C          Even Sync ID Symbol Window 12
ERAY_ESID13     0xF001C160          Even Sync ID Symbol Window 13
ERAY_ESID14     0xF001C164          Even Sync ID Symbol Window 14
ERAY_ESID15     0xF001C168          Even Sync ID Symbol Window 15
ERAY_OSID01     0xF001C170          Odd Sync ID Symbol Window 01
ERAY_OSID02     0xF001C174          Odd Sync ID Symbol Window 02
ERAY_OSID03     0xF001C178          Odd Sync ID Symbol Window 03
ERAY_OSID04     0xF001C17C          Odd Sync ID Symbol Window 04
ERAY_OSID05     0xF001C180          Odd Sync ID Symbol Window 05
ERAY_OSID06     0xF001C184          Odd Sync ID Symbol Window 06
ERAY_OSID07     0xF001C188          Odd Sync ID Symbol Window 07
ERAY_OSID08     0xF001C18C          Odd Sync ID Symbol Window 08
ERAY_OSID09     0xF001C190          Odd Sync ID Symbol Window 09
ERAY_OSID10     0xF001C194          Odd Sync ID Symbol Window 10
ERAY_OSID11     0xF001C198          Odd Sync ID Symbol Window 11
ERAY_OSID12     0xF001C19C          Odd Sync ID Symbol Window 12
ERAY_OSID13     0xF001C1A0          Odd Sync ID Symbol Window 13
ERAY_OSID14     0xF001C1A4          Odd Sync ID Symbol Window 14
ERAY_OSID15     0xF001C1A8          Odd Sync ID Symbol Window 15
ERAY_NMV1       0xF001C1B0          Network Management Vector 1
ERAY_NMV2       0xF001C1B4          Network Management Vector 2
ERAY_NMV3       0xF001C1B8          Network Management Vector 3
ERAY_MRC        0xF001C300          Message RAM Configuration
ERAY_FRF        0xF001C304          FIFO Rejection Filter
ERAY_FRFM       0xF001C308          FIFO Rejection Filter Mask
ERAY_FCL        0xF001C30C          FIFO Critical Level
ERAY_MHDS       0xF001C310          Message Handler Status
ERAY_LDTS       0xF001C314          Last Dynamic Transmit Slot
ERAY_FSR        0xF001C318          FIFO Status Register
ERAY_MHDF       0xF001C31C          Message Handler Constraints Flags
ERAY_TXRQ1      0xF001C320          Transmission Request Register 1
ERAY_TXRQ2      0xF001C324          Transmission Request Register 2
ERAY_TXRQ3      0xF001C328          Transmission Request Register 3
ERAY_TXRQ4      0xF001C32C          Transmission Request Register 4
ERAY_NDAT1      0xF001C330          New Data Register 1
ERAY_NDAT2      0xF001C334          New Data Register 2
ERAY_NDAT3      0xF001C338          New Data Register 3
ERAY_NDAT4      0xF001C33C          New Data Register 4
ERAY_MBSC1      0xF001C340          Message Buffer Status Changed 1
ERAY_MBSC2      0xF001C344          Message Buffer Status Changed 2
ERAY_MBSC3      0xF001C348          Message Buffer Status Changed 3
ERAY_MBSC4      0xF001C34C          Message Buffer Status Changed 4
ERAY_NDIC1      0xF001C3A8          New Data Interrupt Control 1
ERAY_NDIC2      0xF001C3AC          New Data Interrupt Control 2
ERAY_NDIC3      0xF001C3B0          New Data Interrupt Control 3
ERAY_NDIC4      0xF001C3B4          New Data Interrupt Control 4
ERAY_MSIC1      0xF001C3B8          Message Buffer Status Changed Interrupt Control 1
ERAY_MSIC2      0xF001C3BC          Message Buffer Status Changed Interrupt Control 2
ERAY_MSIC3      0xF001C3C0          Message Buffer Status Changed Interrupt Control 3
ERAY_MSIC4      0xF001C3C4          Message Buffer Status Changed Interrupt Control 4
ERAY_CREL       0xF001C3F0          Core Release Register
ERAY_ENDN       0xF001C3F4          Endian Register
ERAY_WRDS01     0xF001C400          Write Data Section 01
ERAY_WRDS02     0xF001C404          Write Data Section 02
ERAY_WRDS03     0xF001C408          Write Data Section 03
ERAY_WRDS04     0xF001C40C          Write Data Section 04
ERAY_WRDS05     0xF001C410          Write Data Section 05
ERAY_WRDS06     0xF001C414          Write Data Section 06
ERAY_WRDS07     0xF001C418          Write Data Section 07
ERAY_WRDS08     0xF001C41C          Write Data Section 08
ERAY_WRDS09     0xF001C420          Write Data Section 09
ERAY_WRDS10     0xF001C424          Write Data Section 10
ERAY_WRDS11     0xF001C428          Write Data Section 11
ERAY_WRDS12     0xF001C42C          Write Data Section 12
ERAY_WRDS13     0xF001C430          Write Data Section 13
ERAY_WRDS14     0xF001C434          Write Data Section 14
ERAY_WRDS15     0xF001C438          Write Data Section 15
ERAY_WRDS16     0xF001C43C          Write Data Section 16
ERAY_WRDS17     0xF001C440          Write Data Section 17
ERAY_WRDS18     0xF001C444          Write Data Section 18
ERAY_WRDS19     0xF001C448          Write Data Section 19
ERAY_WRDS20     0xF001C44C          Write Data Section 20
ERAY_WRDS21     0xF001C450          Write Data Section 21
ERAY_WRDS22     0xF001C454          Write Data Section 22
ERAY_WRDS23     0xF001C458          Write Data Section 23
ERAY_WRDS24     0xF001C45C          Write Data Section 24
ERAY_WRDS25     0xF001C460          Write Data Section 25
ERAY_WRDS26     0xF001C464          Write Data Section 26
ERAY_WRDS27     0xF001C468          Write Data Section 27
ERAY_WRDS28     0xF001C46C          Write Data Section 28
ERAY_WRDS29     0xF001C470          Write Data Section 29
ERAY_WRDS30     0xF001C474          Write Data Section 30
ERAY_WRDS31     0xF001C478          Write Data Section 31
ERAY_WRDS32     0xF001C47C          Write Data Section 32
ERAY_WRDS33     0xF001C480          Write Data Section 33
ERAY_WRDS34     0xF001C484          Write Data Section 34
ERAY_WRDS35     0xF001C488          Write Data Section 35
ERAY_WRDS36     0xF001C48C          Write Data Section 36
ERAY_WRDS37     0xF001C490          Write Data Section 37
ERAY_WRDS38     0xF001C494          Write Data Section 38
ERAY_WRDS39     0xF001C498          Write Data Section 39
ERAY_WRDS40     0xF001C49C          Write Data Section 40
ERAY_WRDS41     0xF001C4A0          Write Data Section 41
ERAY_WRDS42     0xF001C4A4          Write Data Section 42
ERAY_WRDS43     0xF001C4A8          Write Data Section 43
ERAY_WRDS44     0xF001C4AC          Write Data Section 44
ERAY_WRDS45     0xF001C4B0          Write Data Section 45
ERAY_WRDS46     0xF001C4B4          Write Data Section 46
ERAY_WRDS47     0xF001C4B8          Write Data Section 47
ERAY_WRDS48     0xF001C4BC          Write Data Section 48
ERAY_WRDS49     0xF001C4C0          Write Data Section 49
ERAY_WRDS50     0xF001C4C4          Write Data Section 50
ERAY_WRDS51     0xF001C4C8          Write Data Section 51
ERAY_WRDS52     0xF001C4CC          Write Data Section 52
ERAY_WRDS53     0xF001C4D0          Write Data Section 53
ERAY_WRDS54     0xF001C4D4          Write Data Section 54
ERAY_WRDS55     0xF001C4D8          Write Data Section 55
ERAY_WRDS56     0xF001C4DC          Write Data Section 56
ERAY_WRDS57     0xF001C4E0          Write Data Section 57
ERAY_WRDS58     0xF001C4E4          Write Data Section 58
ERAY_WRDS59     0xF001C4E8          Write Data Section 59
ERAY_WRDS60     0xF001C4EC          Write Data Section 60
ERAY_WRDS61     0xF001C4F0          Write Data Section 61
ERAY_WRDS62     0xF001C4F4          Write Data Section 62
ERAY_WRDS63     0xF001C4F8          Write Data Section 63
ERAY_WRDS64     0xF001C4FC          Write Data Section 64
ERAY_WRHS1      0xF001C500          Write Header Section 1
ERAY_WRHS2      0xF001C504          Write Header Section 2
ERAY_WRHS3      0xF001C508          Write Header Section 3
ERAY_IBCM       0xF001C510          Input Buffer Command Mask
ERAY_IBCR       0xF001C514          Input Buffer Command Request
ERAY_RDDS01     0xF001C600          Read Data Section 01
ERAY_RDDS02     0xF001C604          Read Data Section 02
ERAY_RDDS03     0xF001C608          Read Data Section 03
ERAY_RDDS04     0xF001C60C          Read Data Section 04
ERAY_RDDS05     0xF001C610          Read Data Section 05
ERAY_RDDS06     0xF001C614          Read Data Section 06
ERAY_RDDS07     0xF001C618          Read Data Section 07
ERAY_RDDS08     0xF001C61C          Read Data Section 08
ERAY_RDDS09     0xF001C620          Read Data Section 09
ERAY_RDDS10     0xF001C624          Read Data Section 10
ERAY_RDDS11     0xF001C628          Read Data Section 11
ERAY_RDDS12     0xF001C62C          Read Data Section 12
ERAY_RDDS13     0xF001C630          Read Data Section 13
ERAY_RDDS14     0xF001C634          Read Data Section 14
ERAY_RDDS15     0xF001C638          Read Data Section 15
ERAY_RDDS16     0xF001C63C          Read Data Section 16
ERAY_RDDS17     0xF001C640          Read Data Section 17
ERAY_RDDS18     0xF001C644          Read Data Section 18
ERAY_RDDS19     0xF001C648          Read Data Section 19
ERAY_RDDS20     0xF001C64C          Read Data Section 20
ERAY_RDDS21     0xF001C650          Read Data Section 21
ERAY_RDDS22     0xF001C654          Read Data Section 22
ERAY_RDDS23     0xF001C658          Read Data Section 23
ERAY_RDDS24     0xF001C65C          Read Data Section 24
ERAY_RDDS25     0xF001C660          Read Data Section 25
ERAY_RDDS26     0xF001C664          Read Data Section 26
ERAY_RDDS27     0xF001C668          Read Data Section 27
ERAY_RDDS28     0xF001C66C          Read Data Section 28
ERAY_RDDS29     0xF001C670          Read Data Section 29
ERAY_RDDS30     0xF001C674          Read Data Section 30
ERAY_RDDS31     0xF001C678          Read Data Section 31
ERAY_RDDS32     0xF001C67C          Read Data Section 32
ERAY_RDDS33     0xF001C680          Read Data Section 33
ERAY_RDDS34     0xF001C684          Read Data Section 34
ERAY_RDDS35     0xF001C688          Read Data Section 35
ERAY_RDDS36     0xF001C68C          Read Data Section 36
ERAY_RDDS37     0xF001C690          Read Data Section 37
ERAY_RDDS38     0xF001C694          Read Data Section 38
ERAY_RDDS39     0xF001C698          Read Data Section 39
ERAY_RDDS40     0xF001C69C          Read Data Section 40
ERAY_RDDS41     0xF001C6A0          Read Data Section 41
ERAY_RDDS42     0xF001C6A4          Read Data Section 42
ERAY_RDDS43     0xF001C6A8          Read Data Section 43
ERAY_RDDS44     0xF001C6AC          Read Data Section 44
ERAY_RDDS45     0xF001C6B0          Read Data Section 45
ERAY_RDDS46     0xF001C6B4          Read Data Section 46
ERAY_RDDS47     0xF001C6B8          Read Data Section 47
ERAY_RDDS48     0xF001C6BC          Read Data Section 48
ERAY_RDDS49     0xF001C6C0          Read Data Section 49
ERAY_RDDS50     0xF001C6C4          Read Data Section 50
ERAY_RDDS51     0xF001C6C8          Read Data Section 51
ERAY_RDDS52     0xF001C6CC          Read Data Section 52
ERAY_RDDS53     0xF001C6D0          Read Data Section 53
ERAY_RDDS54     0xF001C6D4          Read Data Section 54
ERAY_RDDS55     0xF001C6D8          Read Data Section 55
ERAY_RDDS56     0xF001C6DC          Read Data Section 56
ERAY_RDDS57     0xF001C6E0          Read Data Section 57
ERAY_RDDS58     0xF001C6E4          Read Data Section 58
ERAY_RDDS59     0xF001C6E8          Read Data Section 59
ERAY_RDDS60     0xF001C6EC          Read Data Section 60
ERAY_RDDS61     0xF001C6F0          Read Data Section 61
ERAY_RDDS62     0xF001C6F4          Read Data Section 62
ERAY_RDDS63     0xF001C6F8          Read Data Section 63
ERAY_RDDS64     0xF001C6FC          Read Data Section 64
ERAY_RDHS1      0xF001C700          Read Header Section 1
ERAY_RDHS2      0xF001C704          Read Header Section 2
ERAY_RDHS3      0xF001C708          Read Header Section 3
ERAY_MBS        0xF001C70C          Message Buffer Status
ERAY_OBCM       0xF001C710          Output Buffer Command Mask
ERAY_OBCR       0xF001C714          Output Buffer Command Request
ERAY_OTSS       0xF001C870          OCDS Trigger Set Select
ERAY_OCS        0xF001C8E8          OCDS Control and Status
ERAY_KRSTCLR    0xF001C8EC          Kernel Reset Status Clear Register
ERAY_KRST1      0xF001C8F0          Kernel Reset Register 1
ERAY_KRST0      0xF001C8F4          Kernel Reset Register 0
ERAY_ACCEN1     0xF001C8F8          Access Enable Register 1
ERAY_ACCEN0     0xF001C8FC          Access Enable Register 0
VADC_CLC        0xF0020000          Clock Control Register
VADC_ID         0xF0020008          Module Identification Register
VADC_OCS        0xF0020028          OCDS Control and Status Register
VADC_KRSTCLR    0xF002002C          Kernel Reset Status Clear Register
VADC_KRST1      0xF0020030          Kernel Reset Register 1
VADC_KRST0      0xF0020034          Kernel Reset Register 0
VADC_ACCEN0     0xF002003C          Access Enable Register 0
VADC_GLOBCFG    0xF0020080          Global Configuration Register
VADC_ACCPROT0   0xF0020088          Access Protection Register
VADC_ACCPROT1   0xF002008C          Access Protection Register
VADC_GLOBICLASS0 0xF00200A0          Input Class Register 0, Global
VADC_GLOBICLASS1 0xF00200A4          Input Class Register 1, Global
VADC_GLOBBOUND  0xF00200B8          Global Boundary Select Register
VADC_GLOBEFLAG  0xF00200E0          Global Event Flag Register
VADC_GLOBEVNP   0xF0020140          Global Event Node Pointer Register
VADC_GLOBTF     0xF0020160          Global Test Functions Register
VADC_GLOBTE     0xF0020164          Global Test Enable Register
VADC_BRSSEL0    0xF0020180          Background Request Source Channel Select Register, Group 0
VADC_BRSSEL1    0xF0020184          Background Request Source Channel Select Register, Group 1
VADC_BRSSEL2    0xF0020188          Background Request Source Channel Select Register, Group 2
VADC_BRSSEL3    0xF002018C          Background Request Source Channel Select Register, Group 3
VADC_BRSPND0    0xF00201C0          Background Request Source Pending Register, Group 0
VADC_BRSPND1    0xF00201C4          Background Request Source Pending Register, Group 1
VADC_BRSPND2    0xF00201C8          Background Request Source Pending Register, Group 2
VADC_BRSPND3    0xF00201CC          Background Request Source Pending Register, Group 3
VADC_BRSCTRL    0xF0020200          Background Request Source Control Register
VADC_BRSMR      0xF0020204          Background Request Source Mode Register
VADC_GLOBRCR    0xF0020280          Global Result Control Register
VADC_GLOBRES    0xF0020300          Global Result Register
VADC_GLOBRESD   0xF0020380          Global Result Register, Debug
VADC_EMUXSEL    0xF00203F0          External Multiplexer Select Register
VADC_G0ARBCFG   0xF0020480          Arbitration Configuration Register, Group 0
VADC_G0ARBPR    0xF0020484          Arbitration Priority Register, Group 0
VADC_G0CHASS    0xF0020488          Channel Assignment Register, Group 0
VADC_G0RRASS    0xF002048C          Result Assignment Register, Group 0
VADC_G0ICLASS0  0xF00204A0          Input Class Register 0, Group 0
VADC_G0ICLASS1  0xF00204A4          Input Class Register 1, Group 0
VADC_G0ALIAS    0xF00204B0          Alias Register, Group 0
VADC_G0BOUND    0xF00204B8          Boundary Select Register, Group 0
VADC_G0SYNCTR   0xF00204C0          Synchronization Control Register, Group 0
VADC_G0BFL      0xF00204C8          Boundary Flag Register, Group 0
VADC_G0BFLS     0xF00204CC          Boundary Flag Software Register, Group 0
VADC_G0BFLC     0xF00204D0          Boundary Flag Control Register, Group 0
VADC_G0BFLNP    0xF00204D4          Boundary Flag Node Pointer Register, Group 0
VADC_G0QCTRL0   0xF0020500          Queue 0 Source Control Register, Group 0
VADC_G0QMR0     0xF0020504          Queue 0 Mode Register, Group 0
VADC_G0QSR0     0xF0020508          Queue 0 Status Register, Group 0
VADC_G0Q0R0     0xF002050C          Queue 0 Register 0, Group 0
VADC_G0QBUR0    0xF0020510          Queue 0 Backup Register, Group 0
VADC_G0ASCTRL   0xF0020520          Autoscan Source Control Register, Group 0
VADC_G0ASMR     0xF0020524          Autoscan Source Mode Register, Group 0
VADC_G0ASSEL    0xF0020528          Autoscan Source Channel Select Register, Group 0
VADC_G0ASPND    0xF002052C          Autoscan Source Pending Register, Group 0
VADC_G0QCTRL3   0xF0020540          Queue 3 Source Control Register, Group 0
VADC_G0QMR3     0xF0020544          Queue 3 Mode Register, Group 0
VADC_G0QSR3     0xF0020548          Queue 3 Status Register, Group 0
VADC_G0Q0R3     0xF002054C          Queue 3 Register 0, Group 0
VADC_G0QBUR3    0xF0020550          Queue 3 Backup Register, Group 0
VADC_G0TRCTR    0xF0020554          Trigger Control Register, Group 0
VADC_G0CEFLAG   0xF0020580          Channel Event Flag Register, Group 0
VADC_G0REFLAG   0xF0020584          Result Event Flag Register, Group 0
VADC_G0SEFLAG   0xF0020588          Source Event Flag Register, Group 0
VADC_G0CEFCLR   0xF0020590          Channel Event Flag Clear Register, Group 0
VADC_G0REFCLR   0xF0020594          Result Event Flag Clear Register, Group 0
VADC_G0SEFCLR   0xF0020598          Source Event Flag Clear Register, Group 0
VADC_G0CEVNP0   0xF00205A0          Channel Event Node Pointer Register 0, Group 0
VADC_G0CEVNP1   0xF00205A4          Channel Event Node Pointer Register 1, Group 0
VADC_G0REVNP0   0xF00205B0          Result Event Node Pointer Register 0, Group 0
VADC_G0REVNP1   0xF00205B4          Result Event Node Pointer Register 1, Group 0
VADC_G0SEVNP    0xF00205C0          Source Event Node Pointer Register, Group 0
VADC_G0SRACT    0xF00205C8          Service Request Software Activation Trigger, Group 0
VADC_G0EMUXCTR  0xF00205F0          External Multiplexer Control Register, Group 0
VADC_G0VFR      0xF00205F8          Valid Flag Register, Group 0
VADC_G0CHCTR0   0xF0020600          Group 0, Channel 0 Ctrl. Reg.
VADC_G0CHCTR1   0xF0020604          Group 0, Channel 1 Ctrl. Reg.
VADC_G0CHCTR2   0xF0020608          Group 0, Channel 2 Ctrl. Reg.
VADC_G0CHCTR3   0xF002060C          Group 0, Channel 3 Ctrl. Reg.
VADC_G0CHCTR4   0xF0020610          Group 0, Channel 4 Ctrl. Reg.
VADC_G0CHCTR5   0xF0020614          Group 0, Channel 5 Ctrl. Reg.
VADC_G0CHCTR6   0xF0020618          Group 0, Channel 6 Ctrl. Reg.
VADC_G0CHCTR7   0xF002061C          Group 0, Channel 7 Ctrl. Reg.
VADC_G0CHCTR8   0xF0020620          Group 0, Channel 8 Ctrl. Reg.
VADC_G0CHCTR9   0xF0020624          Group 0, Channel 9 Ctrl. Reg.
VADC_G0CHCTR10  0xF0020628          Group 0, Channel 10 Ctrl. Reg.
VADC_G0CHCTR11  0xF002062C          Group 0, Channel 11 Ctrl. Reg.
VADC_G0RCR0     0xF0020680          Group 0 Result Control Reg. 0
VADC_G0RCR1     0xF0020684          Group 0 Result Control Reg. 1
VADC_G0RCR2     0xF0020688          Group 0 Result Control Reg. 2
VADC_G0RCR3     0xF002068C          Group 0 Result Control Reg. 3
VADC_G0RCR4     0xF0020690          Group 0 Result Control Reg. 4
VADC_G0RCR5     0xF0020694          Group 0 Result Control Reg. 5
VADC_G0RCR6     0xF0020698          Group 0 Result Control Reg. 6
VADC_G0RCR7     0xF002069C          Group 0 Result Control Reg. 7
VADC_G0RCR8     0xF00206A0          Group 0 Result Control Reg. 8
VADC_G0RCR9     0xF00206A4          Group 0 Result Control Reg. 9
VADC_G0RCR10    0xF00206A8          Group 0 Result Control Reg. 10
VADC_G0RCR11    0xF00206AC          Group 0 Result Control Reg. 11
VADC_G0RCR12    0xF00206B0          Group 0 Result Control Reg. 12
VADC_G0RCR13    0xF00206B4          Group 0 Result Control Reg. 13
VADC_G0RCR14    0xF00206B8          Group 0 Result Control Reg. 14
VADC_G0RCR15    0xF00206BC          Group 0 Result Control Reg. 15
VADC_G0RES0     0xF0020700          Group 0 Result Register 0
VADC_G0RES1     0xF0020704          Group 0 Result Register 1
VADC_G0RES2     0xF0020708          Group 0 Result Register 2
VADC_G0RES3     0xF002070C          Group 0 Result Register 3
VADC_G0RES4     0xF0020710          Group 0 Result Register 4
VADC_G0RES5     0xF0020714          Group 0 Result Register 5
VADC_G0RES6     0xF0020718          Group 0 Result Register 6
VADC_G0RES7     0xF002071C          Group 0 Result Register 7
VADC_G0RES8     0xF0020720          Group 0 Result Register 8
VADC_G0RES9     0xF0020724          Group 0 Result Register 9
VADC_G0RES10    0xF0020728          Group 0 Result Register 10
VADC_G0RES11    0xF002072C          Group 0 Result Register 11
VADC_G0RES12    0xF0020730          Group 0 Result Register 12
VADC_G0RES13    0xF0020734          Group 0 Result Register 13
VADC_G0RES14    0xF0020738          Group 0 Result Register 14
VADC_G0RES15    0xF002073C          Group 0 Result Register 15
VADC_G0RESD0    0xF0020780          Group 0 Result Reg. 0, Debug
VADC_G0RESD1    0xF0020784          Group 0 Result Reg. 1, Debug
VADC_G0RESD2    0xF0020788          Group 0 Result Reg. 2, Debug
VADC_G0RESD3    0xF002078C          Group 0 Result Reg. 3, Debug
VADC_G0RESD4    0xF0020790          Group 0 Result Reg. 4, Debug
VADC_G0RESD5    0xF0020794          Group 0 Result Reg. 5, Debug
VADC_G0RESD6    0xF0020798          Group 0 Result Reg. 6, Debug
VADC_G0RESD7    0xF002079C          Group 0 Result Reg. 7, Debug
VADC_G0RESD8    0xF00207A0          Group 0 Result Reg. 8, Debug
VADC_G0RESD9    0xF00207A4          Group 0 Result Reg. 9, Debug
VADC_G0RESD10   0xF00207A8          Group 0 Result Reg. 10, Debug
VADC_G0RESD11   0xF00207AC          Group 0 Result Reg. 11, Debug
VADC_G0RESD12   0xF00207B0          Group 0 Result Reg. 12, Debug
VADC_G0RESD13   0xF00207B4          Group 0 Result Reg. 13, Debug
VADC_G0RESD14   0xF00207B8          Group 0 Result Reg. 14, Debug
VADC_G0RESD15   0xF00207BC          Group 0 Result Reg. 15, Debug
VADC_G1ARBCFG   0xF0020880          Arbitration Configuration Register, Group 1
VADC_G1ARBPR    0xF0020884          Arbitration Priority Register, Group 1
VADC_G1CHASS    0xF0020888          Channel Assignment Register, Group 1
VADC_G1RRASS    0xF002088C          Result Assignment Register, Group 1
VADC_G1ICLASS0  0xF00208A0          Input Class Register 0, Group 1
VADC_G1ICLASS1  0xF00208A4          Input Class Register 1, Group 1
VADC_G1ALIAS    0xF00208B0          Alias Register, Group 1
VADC_G1BOUND    0xF00208B8          Boundary Select Register, Group 1
VADC_G1SYNCTR   0xF00208C0          Synchronization Control Register, Group 1
VADC_G1BFL      0xF00208C8          Boundary Flag Register, Group 1
VADC_G1BFLS     0xF00208CC          Boundary Flag Software Register, Group 1
VADC_G1BFLC     0xF00208D0          Boundary Flag Control Register, Group 1
VADC_G1BFLNP    0xF00208D4          Boundary Flag Node Pointer Register, Group 1
VADC_G1QCTRL0   0xF0020900          Queue 0 Source Control Register, Group 1
VADC_G1QMR0     0xF0020904          Queue 0 Mode Register, Group 1
VADC_G1QSR0     0xF0020908          Queue 0 Status Register, Group 1
VADC_G1Q0R0     0xF002090C          Queue 0 Register 0, Group 1
VADC_G1QBUR0    0xF0020910          Queue 0 Backup Register, Group 1
VADC_G1ASCTRL   0xF0020920          Autoscan Source Control Register, Group 1
VADC_G1ASMR     0xF0020924          Autoscan Source Mode Register, Group 1
VADC_G1ASSEL    0xF0020928          Autoscan Source Channel Select Register, Group 1
VADC_G1ASPND    0xF002092C          Autoscan Source Pending Register, Group 1
VADC_G1QCTRL3   0xF0020940          Queue 3 Source Control Register, Group 1
VADC_G1QMR3     0xF0020944          Queue 3 Mode Register, Group 1
VADC_G1QSR3     0xF0020948          Queue 3 Status Register, Group 1
VADC_G1Q0R3     0xF002094C          Queue 3 Register 0, Group 1
VADC_G1QBUR3    0xF0020950          Queue 3 Backup Register, Group 1
VADC_G1TRCTR    0xF0020954          Trigger Control Register, Group 1
VADC_G1CEFLAG   0xF0020980          Channel Event Flag Register, Group 1
VADC_G1REFLAG   0xF0020984          Result Event Flag Register, Group 1
VADC_G1SEFLAG   0xF0020988          Source Event Flag Register, Group 1
VADC_G1CEFCLR   0xF0020990          Channel Event Flag Clear Register, Group 1
VADC_G1REFCLR   0xF0020994          Result Event Flag Clear Register, Group 1
VADC_G1SEFCLR   0xF0020998          Source Event Flag Clear Register, Group 1
VADC_G1CEVNP0   0xF00209A0          Channel Event Node Pointer Register 0, Group 1
VADC_G1CEVNP1   0xF00209A4          Channel Event Node Pointer Register 1, Group 1
VADC_G1REVNP0   0xF00209B0          Result Event Node Pointer Register 0, Group 1
VADC_G1REVNP1   0xF00209B4          Result Event Node Pointer Register 1, Group 1
VADC_G1SEVNP    0xF00209C0          Source Event Node Pointer Register, Group 1
VADC_G1SRACT    0xF00209C8          Service Request Software Activation Trigger, Group 1
VADC_G1EMUXCTR  0xF00209F0          External Multiplexer Control Register, Group 1
VADC_G1VFR      0xF00209F8          Valid Flag Register, Group 1
VADC_G1CHCTR0   0xF0020A00          Group 1, Channel 0 Ctrl. Reg.
VADC_G1CHCTR1   0xF0020A04          Group 1, Channel 1 Ctrl. Reg.
VADC_G1CHCTR2   0xF0020A08          Group 1, Channel 2 Ctrl. Reg.
VADC_G1CHCTR3   0xF0020A0C          Group 1, Channel 3 Ctrl. Reg.
VADC_G1CHCTR4   0xF0020A10          Group 1, Channel 4 Ctrl. Reg.
VADC_G1CHCTR5   0xF0020A14          Group 1, Channel 5 Ctrl. Reg.
VADC_G1CHCTR6   0xF0020A18          Group 1, Channel 6 Ctrl. Reg.
VADC_G1CHCTR7   0xF0020A1C          Group 1, Channel 7 Ctrl. Reg.
VADC_G1CHCTR8   0xF0020A20          Group 1, Channel 8 Ctrl. Reg.
VADC_G1CHCTR9   0xF0020A24          Group 1, Channel 9 Ctrl. Reg.
VADC_G1CHCTR10  0xF0020A28          Group 1, Channel 10 Ctrl. Reg.
VADC_G1CHCTR11  0xF0020A2C          Group 1, Channel 11 Ctrl. Reg.
VADC_G1RCR0     0xF0020A80          Group 1 Result Control Reg. 0
VADC_G1RCR1     0xF0020A84          Group 1 Result Control Reg. 1
VADC_G1RCR2     0xF0020A88          Group 1 Result Control Reg. 2
VADC_G1RCR3     0xF0020A8C          Group 1 Result Control Reg. 3
VADC_G1RCR4     0xF0020A90          Group 1 Result Control Reg. 4
VADC_G1RCR5     0xF0020A94          Group 1 Result Control Reg. 5
VADC_G1RCR6     0xF0020A98          Group 1 Result Control Reg. 6
VADC_G1RCR7     0xF0020A9C          Group 1 Result Control Reg. 7
VADC_G1RCR8     0xF0020AA0          Group 1 Result Control Reg. 8
VADC_G1RCR9     0xF0020AA4          Group 1 Result Control Reg. 9
VADC_G1RCR10    0xF0020AA8          Group 1 Result Control Reg. 10
VADC_G1RCR11    0xF0020AAC          Group 1 Result Control Reg. 11
VADC_G1RCR12    0xF0020AB0          Group 1 Result Control Reg. 12
VADC_G1RCR13    0xF0020AB4          Group 1 Result Control Reg. 13
VADC_G1RCR14    0xF0020AB8          Group 1 Result Control Reg. 14
VADC_G1RCR15    0xF0020ABC          Group 1 Result Control Reg. 15
VADC_G1RES0     0xF0020B00          Group 1 Result Register 0
VADC_G1RES1     0xF0020B04          Group 1 Result Register 1
VADC_G1RES2     0xF0020B08          Group 1 Result Register 2
VADC_G1RES3     0xF0020B0C          Group 1 Result Register 3
VADC_G1RES4     0xF0020B10          Group 1 Result Register 4
VADC_G1RES5     0xF0020B14          Group 1 Result Register 5
VADC_G1RES6     0xF0020B18          Group 1 Result Register 6
VADC_G1RES7     0xF0020B1C          Group 1 Result Register 7
VADC_G1RES8     0xF0020B20          Group 1 Result Register 8
VADC_G1RES9     0xF0020B24          Group 1 Result Register 9
VADC_G1RES10    0xF0020B28          Group 1 Result Register 10
VADC_G1RES11    0xF0020B2C          Group 1 Result Register 11
VADC_G1RES12    0xF0020B30          Group 1 Result Register 12
VADC_G1RES13    0xF0020B34          Group 1 Result Register 13
VADC_G1RES14    0xF0020B38          Group 1 Result Register 14
VADC_G1RES15    0xF0020B3C          Group 1 Result Register 15
VADC_G1RESD0    0xF0020B80          Group 1 Result Reg. 0, Debug
VADC_G1RESD1    0xF0020B84          Group 1 Result Reg. 1, Debug
VADC_G1RESD2    0xF0020B88          Group 1 Result Reg. 2, Debug
VADC_G1RESD3    0xF0020B8C          Group 1 Result Reg. 3, Debug
VADC_G1RESD4    0xF0020B90          Group 1 Result Reg. 4, Debug
VADC_G1RESD5    0xF0020B94          Group 1 Result Reg. 5, Debug
VADC_G1RESD6    0xF0020B98          Group 1 Result Reg. 6, Debug
VADC_G1RESD7    0xF0020B9C          Group 1 Result Reg. 7, Debug
VADC_G1RESD8    0xF0020BA0          Group 1 Result Reg. 8, Debug
VADC_G1RESD9    0xF0020BA4          Group 1 Result Reg. 9, Debug
VADC_G1RESD10   0xF0020BA8          Group 1 Result Reg. 10, Debug
VADC_G1RESD11   0xF0020BAC          Group 1 Result Reg. 11, Debug
VADC_G1RESD12   0xF0020BB0          Group 1 Result Reg. 12, Debug
VADC_G1RESD13   0xF0020BB4          Group 1 Result Reg. 13, Debug
VADC_G1RESD14   0xF0020BB8          Group 1 Result Reg. 14, Debug
VADC_G1RESD15   0xF0020BBC          Group 1 Result Reg. 15, Debug
VADC_G2ARBCFG   0xF0020C80          Arbitration Configuration Register, Group 2
VADC_G2ARBPR    0xF0020C84          Arbitration Priority Register, Group 2
VADC_G2CHASS    0xF0020C88          Channel Assignment Register, Group 2
VADC_G2RRASS    0xF0020C8C          Result Assignment Register, Group 2
VADC_G2ICLASS0  0xF0020CA0          Input Class Register 0, Group 2
VADC_G2ICLASS1  0xF0020CA4          Input Class Register 1, Group 2
VADC_G2ALIAS    0xF0020CB0          Alias Register, Group 2
VADC_G2BOUND    0xF0020CB8          Boundary Select Register, Group 2
VADC_G2SYNCTR   0xF0020CC0          Synchronization Control Register, Group 2
VADC_G2BFL      0xF0020CC8          Boundary Flag Register, Group 2
VADC_G2BFLS     0xF0020CCC          Boundary Flag Software Register, Group 2
VADC_G2BFLC     0xF0020CD0          Boundary Flag Control Register, Group 2
VADC_G2BFLNP    0xF0020CD4          Boundary Flag Node Pointer Register, Group 2
VADC_G2QCTRL0   0xF0020D00          Queue 0 Source Control Register, Group 2
VADC_G2QMR0     0xF0020D04          Queue 0 Mode Register, Group 2
VADC_G2QSR0     0xF0020D08          Queue 0 Status Register, Group 2
VADC_G2Q0R0     0xF0020D0C          Queue 0 Register 0, Group 2
VADC_G2QBUR0    0xF0020D10          Queue 0 Backup Register, Group 2
VADC_G2ASCTRL   0xF0020D20          Autoscan Source Control Register, Group 2
VADC_G2ASMR     0xF0020D24          Autoscan Source Mode Register, Group 2
VADC_G2ASSEL    0xF0020D28          Autoscan Source Channel Select Register, Group 2
VADC_G2ASPND    0xF0020D2C          Autoscan Source Pending Register, Group 2
VADC_G2QCTRL3   0xF0020D40          Queue 3 Source Control Register, Group 2
VADC_G2QMR3     0xF0020D44          Queue 3 Mode Register, Group 2
VADC_G2QSR3     0xF0020D48          Queue 3 Status Register, Group 2
VADC_G2Q0R3     0xF0020D4C          Queue 3 Register 0, Group 2
VADC_G2QBUR3    0xF0020D50          Queue 3 Backup Register, Group 2
VADC_G2TRCTR    0xF0020D54          Trigger Control Register, Group 2
VADC_G2CEFLAG   0xF0020D80          Channel Event Flag Register, Group 2
VADC_G2REFLAG   0xF0020D84          Result Event Flag Register, Group 2
VADC_G2SEFLAG   0xF0020D88          Source Event Flag Register, Group 2
VADC_G2CEFCLR   0xF0020D90          Channel Event Flag Clear Register, Group 2
VADC_G2REFCLR   0xF0020D94          Result Event Flag Clear Register, Group 2
VADC_G2SEFCLR   0xF0020D98          Source Event Flag Clear Register, Group 2
VADC_G2CEVNP0   0xF0020DA0          Channel Event Node Pointer Register 0, Group 2
VADC_G2CEVNP1   0xF0020DA4          Channel Event Node Pointer Register 1, Group 2
VADC_G2REVNP0   0xF0020DB0          Result Event Node Pointer Register 0, Group 2
VADC_G2REVNP1   0xF0020DB4          Result Event Node Pointer Register 1, Group 2
VADC_G2SEVNP    0xF0020DC0          Source Event Node Pointer Register, Group 2
VADC_G2SRACT    0xF0020DC8          Service Request Software Activation Trigger, Group 2
VADC_G2EMUXCTR  0xF0020DF0          External Multiplexer Control Register, Group 2
VADC_G2VFR      0xF0020DF8          Valid Flag Register, Group 2
VADC_G2CHCTR0   0xF0020E00          Group 2, Channel 0 Ctrl. Reg.
VADC_G2RCR0     0xF0020E80          Group 2 Result Control Reg. 0
VADC_G2RCR1     0xF0020E84          Group 2 Result Control Reg. 1
VADC_G2RCR2     0xF0020E88          Group 2 Result Control Reg. 2
VADC_G2RCR3     0xF0020E8C          Group 2 Result Control Reg. 3
VADC_G2RCR4     0xF0020E90          Group 2 Result Control Reg. 4
VADC_G2RCR5     0xF0020E94          Group 2 Result Control Reg. 5
VADC_G2RCR6     0xF0020E98          Group 2 Result Control Reg. 6
VADC_G2RCR7     0xF0020E9C          Group 2 Result Control Reg. 7
VADC_G2RCR8     0xF0020EA0          Group 2 Result Control Reg. 8
VADC_G2RCR9     0xF0020EA4          Group 2 Result Control Reg. 9
VADC_G2RCR10    0xF0020EA8          Group 2 Result Control Reg. 10
VADC_G2RCR11    0xF0020EAC          Group 2 Result Control Reg. 11
VADC_G2RCR12    0xF0020EB0          Group 2 Result Control Reg. 12
VADC_G2RCR13    0xF0020EB4          Group 2 Result Control Reg. 13
VADC_G2RCR14    0xF0020EB8          Group 2 Result Control Reg. 14
VADC_G2RCR15    0xF0020EBC          Group 2 Result Control Reg. 15
VADC_G2RES0     0xF0020F00          Group 2 Result Register 0
VADC_G2RES1     0xF0020F04          Group 2 Result Register 1
VADC_G2RES2     0xF0020F08          Group 2 Result Register 2
VADC_G2RES3     0xF0020F0C          Group 2 Result Register 3
VADC_G2RES4     0xF0020F10          Group 2 Result Register 4
VADC_G2RES5     0xF0020F14          Group 2 Result Register 5
VADC_G2RES6     0xF0020F18          Group 2 Result Register 6
VADC_G2RES7     0xF0020F1C          Group 2 Result Register 7
VADC_G2RES8     0xF0020F20          Group 2 Result Register 8
VADC_G2RES9     0xF0020F24          Group 2 Result Register 9
VADC_G2RES10    0xF0020F28          Group 2 Result Register 10
VADC_G2RES11    0xF0020F2C          Group 2 Result Register 11
VADC_G2RES12    0xF0020F30          Group 2 Result Register 12
VADC_G2RES13    0xF0020F34          Group 2 Result Register 13
VADC_G2RES14    0xF0020F38          Group 2 Result Register 14
VADC_G2RES15    0xF0020F3C          Group 2 Result Register 15
VADC_G2RESD0    0xF0020F80          Group 2 Result Reg. 0, Debug
VADC_G2RESD1    0xF0020F84          Group 2 Result Reg. 1, Debug
VADC_G2RESD2    0xF0020F88          Group 2 Result Reg. 2, Debug
VADC_G2RESD3    0xF0020F8C          Group 2 Result Reg. 3, Debug
VADC_G2RESD4    0xF0020F90          Group 2 Result Reg. 4, Debug
VADC_G2RESD5    0xF0020F94          Group 2 Result Reg. 5, Debug
VADC_G2RESD6    0xF0020F98          Group 2 Result Reg. 6, Debug
VADC_G2RESD7    0xF0020F9C          Group 2 Result Reg. 7, Debug
VADC_G2RESD8    0xF0020FA0          Group 2 Result Reg. 8, Debug
VADC_G2RESD9    0xF0020FA4          Group 2 Result Reg. 9, Debug
VADC_G2RESD10   0xF0020FA8          Group 2 Result Reg. 10, Debug
VADC_G2RESD11   0xF0020FAC          Group 2 Result Reg. 11, Debug
VADC_G2RESD12   0xF0020FB0          Group 2 Result Reg. 12, Debug
VADC_G2RESD13   0xF0020FB4          Group 2 Result Reg. 13, Debug
VADC_G2RESD14   0xF0020FB8          Group 2 Result Reg. 14, Debug
VADC_G2RESD15   0xF0020FBC          Group 2 Result Reg. 15, Debug
VADC_G3ARBCFG   0xF0021080          Arbitration Configuration Register, Group 3
VADC_G3ARBPR    0xF0021084          Arbitration Priority Register, Group 3
VADC_G3CHASS    0xF0021088          Channel Assignment Register, Group 3
VADC_G3RRASS    0xF002108C          Result Assignment Register, Group 3
VADC_G3ICLASS0  0xF00210A0          Input Class Register 0, Group 3
VADC_G3ICLASS1  0xF00210A4          Input Class Register 1, Group 3
VADC_G3ALIAS    0xF00210B0          Alias Register, Group 3
VADC_G3BOUND    0xF00210B8          Boundary Select Register, Group 3
VADC_G3SYNCTR   0xF00210C0          Synchronization Control Register, Group 3
VADC_G3BFL      0xF00210C8          Boundary Flag Register, Group 3
VADC_G3BFLS     0xF00210CC          Boundary Flag Software Register, Group 3
VADC_G3BFLC     0xF00210D0          Boundary Flag Control Register, Group 3
VADC_G3BFLNP    0xF00210D4          Boundary Flag Node Pointer Register, Group 3
VADC_G3QCTRL0   0xF0021100          Queue 0 Source Control Register, Group 3
VADC_G3QMR0     0xF0021104          Queue 0 Mode Register, Group 3
VADC_G3QSR0     0xF0021108          Queue 0 Status Register, Group 3
VADC_G3Q0R0     0xF002110C          Queue 0 Register 0, Group 3
VADC_G3QBUR0    0xF0021110          Queue 0 Backup Register, Group 3
VADC_G3ASCTRL   0xF0021120          Autoscan Source Control Register, Group 3
VADC_G3ASMR     0xF0021124          Autoscan Source Mode Register, Group 3
VADC_G3ASSEL    0xF0021128          Autoscan Source Channel Select Register, Group 3
VADC_G3ASPND    0xF002112C          Autoscan Source Pending Register, Group 3
VADC_G3QCTRL3   0xF0021140          Queue 3 Source Control Register, Group 3
VADC_G3QMR3     0xF0021144          Queue 3 Mode Register, Group 3
VADC_G3QSR3     0xF0021148          Queue 3 Status Register, Group 3
VADC_G3Q0R3     0xF002114C          Queue 3 Register 0, Group 3
VADC_G3QBUR3    0xF0021150          Queue 3 Backup Register, Group 3
VADC_G3TRCTR    0xF0021154          Trigger Control Register, Group 3
VADC_G3CEFLAG   0xF0021180          Channel Event Flag Register, Group 3
VADC_G3REFLAG   0xF0021184          Result Event Flag Register, Group 3
VADC_G3SEFLAG   0xF0021188          Source Event Flag Register, Group 3
VADC_G3CEFCLR   0xF0021190          Channel Event Flag Clear Register, Group 3
VADC_G3REFCLR   0xF0021194          Result Event Flag Clear Register, Group 3
VADC_G3SEFCLR   0xF0021198          Source Event Flag Clear Register, Group 3
VADC_G3CEVNP0   0xF00211A0          Channel Event Node Pointer Register 0, Group 3
VADC_G3CEVNP1   0xF00211A4          Channel Event Node Pointer Register 1, Group 3
VADC_G3REVNP0   0xF00211B0          Result Event Node Pointer Register 0, Group 3
VADC_G3REVNP1   0xF00211B4          Result Event Node Pointer Register 1, Group 3
VADC_G3SEVNP    0xF00211C0          Source Event Node Pointer Register, Group 3
VADC_G3SRACT    0xF00211C8          Service Request Software Activation Trigger, Group 3
VADC_G3EMUXCTR  0xF00211F0          External Multiplexer Control Register, Group 3
VADC_G3VFR      0xF00211F8          Valid Flag Register, Group 3
VADC_G3CHCTR0   0xF0021200          Group 3, Channel 0 Ctrl. Reg.
VADC_G3RCR0     0xF0021280          Group 3 Result Control Reg. 0
VADC_G3RCR1     0xF0021284          Group 3 Result Control Reg. 1
VADC_G3RCR2     0xF0021288          Group 3 Result Control Reg. 2
VADC_G3RCR3     0xF002128C          Group 3 Result Control Reg. 3
VADC_G3RCR4     0xF0021290          Group 3 Result Control Reg. 4
VADC_G3RCR5     0xF0021294          Group 3 Result Control Reg. 5
VADC_G3RCR6     0xF0021298          Group 3 Result Control Reg. 6
VADC_G3RCR7     0xF002129C          Group 3 Result Control Reg. 7
VADC_G3RCR8     0xF00212A0          Group 3 Result Control Reg. 8
VADC_G3RCR9     0xF00212A4          Group 3 Result Control Reg. 9
VADC_G3RCR10    0xF00212A8          Group 3 Result Control Reg. 10
VADC_G3RCR11    0xF00212AC          Group 3 Result Control Reg. 11
VADC_G3RCR12    0xF00212B0          Group 3 Result Control Reg. 12
VADC_G3RCR13    0xF00212B4          Group 3 Result Control Reg. 13
VADC_G3RCR14    0xF00212B8          Group 3 Result Control Reg. 14
VADC_G3RCR15    0xF00212BC          Group 3 Result Control Reg. 15
VADC_G3RES0     0xF0021300          Group 3 Result Register 0
VADC_G3RES1     0xF0021304          Group 3 Result Register 1
VADC_G3RES2     0xF0021308          Group 3 Result Register 2
VADC_G3RES3     0xF002130C          Group 3 Result Register 3
VADC_G3RES4     0xF0021310          Group 3 Result Register 4
VADC_G3RES5     0xF0021314          Group 3 Result Register 5
VADC_G3RES6     0xF0021318          Group 3 Result Register 6
VADC_G3RES7     0xF002131C          Group 3 Result Register 7
VADC_G3RES8     0xF0021320          Group 3 Result Register 8
VADC_G3RES9     0xF0021324          Group 3 Result Register 9
VADC_G3RES10    0xF0021328          Group 3 Result Register 10
VADC_G3RES11    0xF002132C          Group 3 Result Register 11
VADC_G3RES12    0xF0021330          Group 3 Result Register 12
VADC_G3RES13    0xF0021334          Group 3 Result Register 13
VADC_G3RES14    0xF0021338          Group 3 Result Register 14
VADC_G3RES15    0xF002133C          Group 3 Result Register 15
VADC_G3RESD0    0xF0021380          Group 3 Result Reg. 0, Debug
VADC_G3RESD1    0xF0021384          Group 3 Result Reg. 1, Debug
VADC_G3RESD2    0xF0021388          Group 3 Result Reg. 2, Debug
VADC_G3RESD3    0xF002138C          Group 3 Result Reg. 3, Debug
VADC_G3RESD4    0xF0021390          Group 3 Result Reg. 4, Debug
VADC_G3RESD5    0xF0021394          Group 3 Result Reg. 5, Debug
VADC_G3RESD6    0xF0021398          Group 3 Result Reg. 6, Debug
VADC_G3RESD7    0xF002139C          Group 3 Result Reg. 7, Debug
VADC_G3RESD8    0xF00213A0          Group 3 Result Reg. 8, Debug
VADC_G3RESD9    0xF00213A4          Group 3 Result Reg. 9, Debug
VADC_G3RESD10   0xF00213A8          Group 3 Result Reg. 10, Debug
VADC_G3RESD11   0xF00213AC          Group 3 Result Reg. 11, Debug
VADC_G3RESD12   0xF00213B0          Group 3 Result Reg. 12, Debug
VADC_G3RESD13   0xF00213B4          Group 3 Result Reg. 13, Debug
VADC_G3RESD14   0xF00213B8          Group 3 Result Reg. 14, Debug
VADC_G3RESD15   0xF00213BC          Group 3 Result Reg. 15, Debug
CAN1_CLC        0xF0028000          CAN Clock Control Register
CAN1_ID         0xF0028008          Module Identification Register
CAN1_FDR        0xF002800C          CAN Fractional Divider Register
CAN1_OCS        0xF00280E8          OCDS Control and Status
CAN1_KRSTCLR    0xF00280EC          Kernel Reset Status Clear Register
CAN1_KRST1      0xF00280F0          Kernel Reset Register 1
CAN1_KRST0      0xF00280F4          Kernel Reset Register 0
CAN1_ACCEN1     0xF00280F8          Access Enable Register 1
CAN1_ACCEN0     0xF00280FC          Access Enable Register 0
CAN1_LIST0      0xF0028100          List Register 0
CAN1_LIST1      0xF0028104          List Register 1
CAN1_LIST2      0xF0028108          List Register 2
CAN1_LIST3      0xF002810C          List Register 3
CAN1_LIST4      0xF0028110          List Register 4
CAN1_LIST5      0xF0028114          List Register 5
CAN1_LIST6      0xF0028118          List Register 6
CAN1_LIST7      0xF002811C          List Register 7
CAN1_LIST8      0xF0028120          List Register 8
CAN1_LIST9      0xF0028124          List Register 9
CAN1_LIST10     0xF0028128          List Register 10
CAN1_LIST11     0xF002812C          List Register 11
CAN1_LIST12     0xF0028130          List Register 12
CAN1_LIST13     0xF0028134          List Register 13
CAN1_LIST14     0xF0028138          List Register 14
CAN1_LIST15     0xF002813C          List Register 15
CAN1_MSPND0     0xF0028140          Message Pending Register 0
CAN1_MSPND1     0xF0028144          Message Pending Register 1
CAN1_MSPND2     0xF0028148          Message Pending Register 2
CAN1_MSPND3     0xF002814C          Message Pending Register 3
CAN1_MSPND4     0xF0028150          Message Pending Register 4
CAN1_MSPND5     0xF0028154          Message Pending Register 5
CAN1_MSPND6     0xF0028158          Message Pending Register 6
CAN1_MSPND7     0xF002815C          Message Pending Register 7
CAN1_MSID0      0xF0028180          Message Index Register 0
CAN1_MSID1      0xF0028184          Message Index Register 1
CAN1_MSID2      0xF0028188          Message Index Register 2
CAN1_MSID3      0xF002818C          Message Index Register 3
CAN1_MSID4      0xF0028190          Message Index Register 4
CAN1_MSID5      0xF0028194          Message Index Register 5
CAN1_MSID6      0xF0028198          Message Index Register 6
CAN1_MSID7      0xF002819C          Message Index Register 7
CAN1_MSIMASK    0xF00281C0          Message Index Mask Register
CAN1_PANCTR     0xF00281C4          Panel Control Register
CAN1_MCR        0xF00281C8          Module Control Register
CAN1_MITR       0xF00281CC          Module Interrupt Trigger Register
CAN1_MECR       0xF00281D0          Measurement Control Register
CAN1_MESTAT     0xF00281D4          Measurement Status Register
CAN1_NCR0       0xF0028200          Node 0 Control Register
CAN1_NSR0       0xF0028204          Node 0 Status Register
CAN1_NIPR0      0xF0028208          Node 0 Interrupt Pointer Register
CAN1_NPCR0      0xF002820C          Node 0 Port Control Register
CAN1_NBTR0      0xF0028210          Node 0 Bit Timing Register
CAN1_NECNT0     0xF0028214          Node 0 Error Counter Register
CAN1_NFCR0      0xF0028218          Node 0 Frame Counter Register
CAN1_NTCCR0     0xF002821C          Node 0 Timer Clock Control Register
CAN1_NTRTR0     0xF0028220          Node 0 Timer Receive Timeout Register
CAN1_NTATTR0    0xF0028224          Node 0 Timer A Transmit Trigger Register
CAN1_NTBTTR0    0xF0028228          Node 0 Timer B Transmit Trigger Register
CAN1_NTCTTR0    0xF002822C          Node 0 Timer C Transmit Trigger Register
CAN1_FNBTR0     0xF0028238          Fast Node 0 Bit Timing Register
CAN1_NTDCR0     0xF002823C          Node 0 Transmitter Delay Compensation Register
CAN1_NCR1       0xF0028300          Node 1 Control Register
CAN1_NSR1       0xF0028304          Node 1 Status Register
CAN1_NIPR1      0xF0028308          Node 1 Interrupt Pointer Register
CAN1_NPCR1      0xF002830C          Node 1 Port Control Register
CAN1_NBTR1      0xF0028310          Node 1 Bit Timing Register
CAN1_NECNT1     0xF0028314          Node 1 Error Counter Register
CAN1_NFCR1      0xF0028318          Node 1 Frame Counter Register
CAN1_NTCCR1     0xF002831C          Node 1 Timer Clock Control Register
CAN1_NTRTR1     0xF0028320          Node 1 Timer Receive Timeout Register
CAN1_NTATTR1    0xF0028324          Node 1 Timer A Transmit Trigger Register
CAN1_NTBTTR1    0xF0028328          Node 1 Timer B Transmit Trigger Register
CAN1_NTCTTR1    0xF002832C          Node 1 Timer C Transmit Trigger Register
CAN1_FNBTR1     0xF0028338          Fast Node 1 Bit Timing Register
CAN1_NTDCR1     0xF002833C          Node 1 Transmitter Delay Compensation Register
CAN1_NCR2       0xF0028400          Node 2 Control Register
CAN1_NSR2       0xF0028404          Node 2 Status Register
CAN1_NIPR2      0xF0028408          Node 2 Interrupt Pointer Register
CAN1_NPCR2      0xF002840C          Node 2 Port Control Register
CAN1_NBTR2      0xF0028410          Node 2 Bit Timing Register
CAN1_NECNT2     0xF0028414          Node 2 Error Counter Register
CAN1_NFCR2      0xF0028418          Node 2 Frame Counter Register
CAN1_NTCCR2     0xF002841C          Node 2 Timer Clock Control Register
CAN1_NTRTR2     0xF0028420          Node 2 Timer Receive Timeout Register
CAN1_NTATTR2    0xF0028424          Node 2 Timer A Transmit Trigger Register
CAN1_NTBTTR2    0xF0028428          Node 2 Timer B Transmit Trigger Register
CAN1_NTCTTR2    0xF002842C          Node 2 Timer C Transmit Trigger Register
CAN1_FNBTR2     0xF0028438          Fast Node 2 Bit Timing Register
CAN1_NTDCR2     0xF002843C          Node 2 Transmitter Delay Compensation Register
CAN1_MOFCR0     0xF0029000          Message Object 0 Function Control Register
CAN1_MOFGPR0    0xF0029004          Message Object 0 FIFO/Gateway Pointer Register
CAN1_MOIPR0     0xF0029008          Message Object 0 Interrupt Pointer Register
CAN1_MOAMR0     0xF002900C          Message Object 0 Acceptance Mask Register
CAN1_MODATAL0   0xF0029010          Message Object 0 Data Register Low
CAN1_MODATAH0   0xF0029014          Message Object 0 Data Register High
CAN1_MOAR0      0xF0029018          Message Object 0 Arbitration Register
CAN1_MOCTR0     0xF002901C          Message Object 0 Control Register
CAN1_MOFCR1     0xF0029020          Message Object 1 Function Control Register
CAN1_MOFGPR1    0xF0029024          Message Object 1 FIFO/Gateway Pointer Register
CAN1_MOIPR1     0xF0029028          Message Object 1 Interrupt Pointer Register
CAN1_MOAMR1     0xF002902C          Message Object 1 Acceptance Mask Register
CAN1_MODATAL1   0xF0029030          Message Object 1 Data Register Low
CAN1_MODATAH1   0xF0029034          Message Object 1 Data Register High
CAN1_MOAR1      0xF0029038          Message Object 1 Arbitration Register
CAN1_MOCTR1     0xF002903C          Message Object 1 Control Register
CAN1_MOFCR2     0xF0029040          Message Object 2 Function Control Register
CAN1_MOFGPR2    0xF0029044          Message Object 2 FIFO/Gateway Pointer Register
CAN1_MOIPR2     0xF0029048          Message Object 2 Interrupt Pointer Register
CAN1_MOAMR2     0xF002904C          Message Object 2 Acceptance Mask Register
CAN1_MODATAL2   0xF0029050          Message Object 2 Data Register Low
CAN1_MODATAH2   0xF0029054          Message Object 2 Data Register High
CAN1_MOAR2      0xF0029058          Message Object 2 Arbitration Register
CAN1_MOCTR2     0xF002905C          Message Object 2 Control Register
CAN1_MOFCR3     0xF0029060          Message Object 3 Function Control Register
CAN1_MOFGPR3    0xF0029064          Message Object 3 FIFO/Gateway Pointer Register
CAN1_MOIPR3     0xF0029068          Message Object 3 Interrupt Pointer Register
CAN1_MOAMR3     0xF002906C          Message Object 3 Acceptance Mask Register
CAN1_MODATAL3   0xF0029070          Message Object 3 Data Register Low
CAN1_MODATAH3   0xF0029074          Message Object 3 Data Register High
CAN1_MOAR3      0xF0029078          Message Object 3 Arbitration Register
CAN1_MOCTR3     0xF002907C          Message Object 3 Control Register
CAN1_MOFCR4     0xF0029080          Message Object 4 Function Control Register
CAN1_MOFGPR4    0xF0029084          Message Object 4 FIFO/Gateway Pointer Register
CAN1_MOIPR4     0xF0029088          Message Object 4 Interrupt Pointer Register
CAN1_MOAMR4     0xF002908C          Message Object 4 Acceptance Mask Register
CAN1_MODATAL4   0xF0029090          Message Object 4 Data Register Low
CAN1_MODATAH4   0xF0029094          Message Object 4 Data Register High
CAN1_MOAR4      0xF0029098          Message Object 4 Arbitration Register
CAN1_MOCTR4     0xF002909C          Message Object 4 Control Register
CAN1_MOFCR5     0xF00290A0          Message Object 5 Function Control Register
CAN1_MOFGPR5    0xF00290A4          Message Object 5 FIFO/Gateway Pointer Register
CAN1_MOIPR5     0xF00290A8          Message Object 5 Interrupt Pointer Register
CAN1_MOAMR5     0xF00290AC          Message Object 5 Acceptance Mask Register
CAN1_MODATAL5   0xF00290B0          Message Object 5 Data Register Low
CAN1_MODATAH5   0xF00290B4          Message Object 5 Data Register High
CAN1_MOAR5      0xF00290B8          Message Object 5 Arbitration Register
CAN1_MOCTR5     0xF00290BC          Message Object 5 Control Register
CAN1_MOFCR6     0xF00290C0          Message Object 6 Function Control Register
CAN1_MOFGPR6    0xF00290C4          Message Object 6 FIFO/Gateway Pointer Register
CAN1_MOIPR6     0xF00290C8          Message Object 6 Interrupt Pointer Register
CAN1_MOAMR6     0xF00290CC          Message Object 6 Acceptance Mask Register
CAN1_MODATAL6   0xF00290D0          Message Object 6 Data Register Low
CAN1_MODATAH6   0xF00290D4          Message Object 6 Data Register High
CAN1_MOAR6      0xF00290D8          Message Object 6 Arbitration Register
CAN1_MOCTR6     0xF00290DC          Message Object 6 Control Register
CAN1_MOFCR7     0xF00290E0          Message Object 7 Function Control Register
CAN1_MOFGPR7    0xF00290E4          Message Object 7 FIFO/Gateway Pointer Register
CAN1_MOIPR7     0xF00290E8          Message Object 7 Interrupt Pointer Register
CAN1_MOAMR7     0xF00290EC          Message Object 7 Acceptance Mask Register
CAN1_MODATAL7   0xF00290F0          Message Object 7 Data Register Low
CAN1_MODATAH7   0xF00290F4          Message Object 7 Data Register High
CAN1_MOAR7      0xF00290F8          Message Object 7 Arbitration Register
CAN1_MOCTR7     0xF00290FC          Message Object 7 Control Register
CAN1_MOFCR8     0xF0029100          Message Object 8 Function Control Register
CAN1_MOFGPR8    0xF0029104          Message Object 8 FIFO/Gateway Pointer Register
CAN1_MOIPR8     0xF0029108          Message Object 8 Interrupt Pointer Register
CAN1_MOAMR8     0xF002910C          Message Object 8 Acceptance Mask Register
CAN1_MODATAL8   0xF0029110          Message Object 8 Data Register Low
CAN1_MODATAH8   0xF0029114          Message Object 8 Data Register High
CAN1_MOAR8      0xF0029118          Message Object 8 Arbitration Register
CAN1_MOCTR8     0xF002911C          Message Object 8 Control Register
CAN1_MOFCR9     0xF0029120          Message Object 9 Function Control Register
CAN1_MOFGPR9    0xF0029124          Message Object 9 FIFO/Gateway Pointer Register
CAN1_MOIPR9     0xF0029128          Message Object 9 Interrupt Pointer Register
CAN1_MOAMR9     0xF002912C          Message Object 9 Acceptance Mask Register
CAN1_MODATAL9   0xF0029130          Message Object 9 Data Register Low
CAN1_MODATAH9   0xF0029134          Message Object 9 Data Register High
CAN1_MOAR9      0xF0029138          Message Object 9 Arbitration Register
CAN1_MOCTR9     0xF002913C          Message Object 9 Control Register
CAN1_MOFCR10    0xF0029140          Message Object 10 Function Control Register
CAN1_MOFGPR10   0xF0029144          Message Object 10 FIFO/Gateway Pointer Register
CAN1_MOIPR10    0xF0029148          Message Object 10 Interrupt Pointer Register
CAN1_MOAMR10    0xF002914C          Message Object 10 Acceptance Mask Register
CAN1_MODATAL10  0xF0029150          Message Object 10 Data Register Low
CAN1_MODATAH10  0xF0029154          Message Object 10 Data Register High
CAN1_MOAR10     0xF0029158          Message Object 10 Arbitration Register
CAN1_MOCTR10    0xF002915C          Message Object 10 Control Register
CAN1_MOFCR11    0xF0029160          Message Object 11 Function Control Register
CAN1_MOFGPR11   0xF0029164          Message Object 11 FIFO/Gateway Pointer Register
CAN1_MOIPR11    0xF0029168          Message Object 11 Interrupt Pointer Register
CAN1_MOAMR11    0xF002916C          Message Object 11 Acceptance Mask Register
CAN1_MODATAL11  0xF0029170          Message Object 11 Data Register Low
CAN1_MODATAH11  0xF0029174          Message Object 11 Data Register High
CAN1_MOAR11     0xF0029178          Message Object 11 Arbitration Register
CAN1_MOCTR11    0xF002917C          Message Object 11 Control Register
CAN1_MOFCR12    0xF0029180          Message Object 12 Function Control Register
CAN1_MOFGPR12   0xF0029184          Message Object 12 FIFO/Gateway Pointer Register
CAN1_MOIPR12    0xF0029188          Message Object 12 Interrupt Pointer Register
CAN1_MOAMR12    0xF002918C          Message Object 12 Acceptance Mask Register
CAN1_MODATAL12  0xF0029190          Message Object 12 Data Register Low
CAN1_MODATAH12  0xF0029194          Message Object 12 Data Register High
CAN1_MOAR12     0xF0029198          Message Object 12 Arbitration Register
CAN1_MOCTR12    0xF002919C          Message Object 12 Control Register
CAN1_MOFCR13    0xF00291A0          Message Object 13 Function Control Register
CAN1_MOFGPR13   0xF00291A4          Message Object 13 FIFO/Gateway Pointer Register
CAN1_MOIPR13    0xF00291A8          Message Object 13 Interrupt Pointer Register
CAN1_MOAMR13    0xF00291AC          Message Object 13 Acceptance Mask Register
CAN1_MODATAL13  0xF00291B0          Message Object 13 Data Register Low
CAN1_MODATAH13  0xF00291B4          Message Object 13 Data Register High
CAN1_MOAR13     0xF00291B8          Message Object 13 Arbitration Register
CAN1_MOCTR13    0xF00291BC          Message Object 13 Control Register
CAN1_MOFCR14    0xF00291C0          Message Object 14 Function Control Register
CAN1_MOFGPR14   0xF00291C4          Message Object 14 FIFO/Gateway Pointer Register
CAN1_MOIPR14    0xF00291C8          Message Object 14 Interrupt Pointer Register
CAN1_MOAMR14    0xF00291CC          Message Object 14 Acceptance Mask Register
CAN1_MODATAL14  0xF00291D0          Message Object 14 Data Register Low
CAN1_MODATAH14  0xF00291D4          Message Object 14 Data Register High
CAN1_MOAR14     0xF00291D8          Message Object 14 Arbitration Register
CAN1_MOCTR14    0xF00291DC          Message Object 14 Control Register
CAN1_MOFCR15    0xF00291E0          Message Object 15 Function Control Register
CAN1_MOFGPR15   0xF00291E4          Message Object 15 FIFO/Gateway Pointer Register
CAN1_MOIPR15    0xF00291E8          Message Object 15 Interrupt Pointer Register
CAN1_MOAMR15    0xF00291EC          Message Object 15 Acceptance Mask Register
CAN1_MODATAL15  0xF00291F0          Message Object 15 Data Register Low
CAN1_MODATAH15  0xF00291F4          Message Object 15 Data Register High
CAN1_MOAR15     0xF00291F8          Message Object 15 Arbitration Register
CAN1_MOCTR15    0xF00291FC          Message Object 15 Control Register
CAN1_MOFCR16    0xF0029200          Message Object 16 Function Control Register
CAN1_MOFGPR16   0xF0029204          Message Object 16 FIFO/Gateway Pointer Register
CAN1_MOIPR16    0xF0029208          Message Object 16 Interrupt Pointer Register
CAN1_MOAMR16    0xF002920C          Message Object 16 Acceptance Mask Register
CAN1_MODATAL16  0xF0029210          Message Object 16 Data Register Low
CAN1_MODATAH16  0xF0029214          Message Object 16 Data Register High
CAN1_MOAR16     0xF0029218          Message Object 16 Arbitration Register
CAN1_MOCTR16    0xF002921C          Message Object 16 Control Register
CAN1_MOFCR17    0xF0029220          Message Object 17 Function Control Register
CAN1_MOFGPR17   0xF0029224          Message Object 17 FIFO/Gateway Pointer Register
CAN1_MOIPR17    0xF0029228          Message Object 17 Interrupt Pointer Register
CAN1_MOAMR17    0xF002922C          Message Object 17 Acceptance Mask Register
CAN1_MODATAL17  0xF0029230          Message Object 17 Data Register Low
CAN1_MODATAH17  0xF0029234          Message Object 17 Data Register High
CAN1_MOAR17     0xF0029238          Message Object 17 Arbitration Register
CAN1_MOCTR17    0xF002923C          Message Object 17 Control Register
CAN1_MOFCR18    0xF0029240          Message Object 18 Function Control Register
CAN1_MOFGPR18   0xF0029244          Message Object 18 FIFO/Gateway Pointer Register
CAN1_MOIPR18    0xF0029248          Message Object 18 Interrupt Pointer Register
CAN1_MOAMR18    0xF002924C          Message Object 18 Acceptance Mask Register
CAN1_MODATAL18  0xF0029250          Message Object 18 Data Register Low
CAN1_MODATAH18  0xF0029254          Message Object 18 Data Register High
CAN1_MOAR18     0xF0029258          Message Object 18 Arbitration Register
CAN1_MOCTR18    0xF002925C          Message Object 18 Control Register
CAN1_MOFCR19    0xF0029260          Message Object 19 Function Control Register
CAN1_MOFGPR19   0xF0029264          Message Object 19 FIFO/Gateway Pointer Register
CAN1_MOIPR19    0xF0029268          Message Object 19 Interrupt Pointer Register
CAN1_MOAMR19    0xF002926C          Message Object 19 Acceptance Mask Register
CAN1_MODATAL19  0xF0029270          Message Object 19 Data Register Low
CAN1_MODATAH19  0xF0029274          Message Object 19 Data Register High
CAN1_MOAR19     0xF0029278          Message Object 19 Arbitration Register
CAN1_MOCTR19    0xF002927C          Message Object 19 Control Register
CAN1_MOFCR20    0xF0029280          Message Object 20 Function Control Register
CAN1_MOFGPR20   0xF0029284          Message Object 20 FIFO/Gateway Pointer Register
CAN1_MOIPR20    0xF0029288          Message Object 20 Interrupt Pointer Register
CAN1_MOAMR20    0xF002928C          Message Object 20 Acceptance Mask Register
CAN1_MODATAL20  0xF0029290          Message Object 20 Data Register Low
CAN1_MODATAH20  0xF0029294          Message Object 20 Data Register High
CAN1_MOAR20     0xF0029298          Message Object 20 Arbitration Register
CAN1_MOCTR20    0xF002929C          Message Object 20 Control Register
CAN1_MOFCR21    0xF00292A0          Message Object 21 Function Control Register
CAN1_MOFGPR21   0xF00292A4          Message Object 21 FIFO/Gateway Pointer Register
CAN1_MOIPR21    0xF00292A8          Message Object 21 Interrupt Pointer Register
CAN1_MOAMR21    0xF00292AC          Message Object 21 Acceptance Mask Register
CAN1_MODATAL21  0xF00292B0          Message Object 21 Data Register Low
CAN1_MODATAH21  0xF00292B4          Message Object 21 Data Register High
CAN1_MOAR21     0xF00292B8          Message Object 21 Arbitration Register
CAN1_MOCTR21    0xF00292BC          Message Object 21 Control Register
CAN1_MOFCR22    0xF00292C0          Message Object 22 Function Control Register
CAN1_MOFGPR22   0xF00292C4          Message Object 22 FIFO/Gateway Pointer Register
CAN1_MOIPR22    0xF00292C8          Message Object 22 Interrupt Pointer Register
CAN1_MOAMR22    0xF00292CC          Message Object 22 Acceptance Mask Register
CAN1_MODATAL22  0xF00292D0          Message Object 22 Data Register Low
CAN1_MODATAH22  0xF00292D4          Message Object 22 Data Register High
CAN1_MOAR22     0xF00292D8          Message Object 22 Arbitration Register
CAN1_MOCTR22    0xF00292DC          Message Object 22 Control Register
CAN1_MOFCR23    0xF00292E0          Message Object 23 Function Control Register
CAN1_MOFGPR23   0xF00292E4          Message Object 23 FIFO/Gateway Pointer Register
CAN1_MOIPR23    0xF00292E8          Message Object 23 Interrupt Pointer Register
CAN1_MOAMR23    0xF00292EC          Message Object 23 Acceptance Mask Register
CAN1_MODATAL23  0xF00292F0          Message Object 23 Data Register Low
CAN1_MODATAH23  0xF00292F4          Message Object 23 Data Register High
CAN1_MOAR23     0xF00292F8          Message Object 23 Arbitration Register
CAN1_MOCTR23    0xF00292FC          Message Object 23 Control Register
CAN1_MOFCR24    0xF0029300          Message Object 24 Function Control Register
CAN1_MOFGPR24   0xF0029304          Message Object 24 FIFO/Gateway Pointer Register
CAN1_MOIPR24    0xF0029308          Message Object 24 Interrupt Pointer Register
CAN1_MOAMR24    0xF002930C          Message Object 24 Acceptance Mask Register
CAN1_MODATAL24  0xF0029310          Message Object 24 Data Register Low
CAN1_MODATAH24  0xF0029314          Message Object 24 Data Register High
CAN1_MOAR24     0xF0029318          Message Object 24 Arbitration Register
CAN1_MOCTR24    0xF002931C          Message Object 24 Control Register
CAN1_MOFCR25    0xF0029320          Message Object 25 Function Control Register
CAN1_MOFGPR25   0xF0029324          Message Object 25 FIFO/Gateway Pointer Register
CAN1_MOIPR25    0xF0029328          Message Object 25 Interrupt Pointer Register
CAN1_MOAMR25    0xF002932C          Message Object 25 Acceptance Mask Register
CAN1_MODATAL25  0xF0029330          Message Object 25 Data Register Low
CAN1_MODATAH25  0xF0029334          Message Object 25 Data Register High
CAN1_MOAR25     0xF0029338          Message Object 25 Arbitration Register
CAN1_MOCTR25    0xF002933C          Message Object 25 Control Register
CAN1_MOFCR26    0xF0029340          Message Object 26 Function Control Register
CAN1_MOFGPR26   0xF0029344          Message Object 26 FIFO/Gateway Pointer Register
CAN1_MOIPR26    0xF0029348          Message Object 26 Interrupt Pointer Register
CAN1_MOAMR26    0xF002934C          Message Object 26 Acceptance Mask Register
CAN1_MODATAL26  0xF0029350          Message Object 26 Data Register Low
CAN1_MODATAH26  0xF0029354          Message Object 26 Data Register High
CAN1_MOAR26     0xF0029358          Message Object 26 Arbitration Register
CAN1_MOCTR26    0xF002935C          Message Object 26 Control Register
CAN1_MOFCR27    0xF0029360          Message Object 27 Function Control Register
CAN1_MOFGPR27   0xF0029364          Message Object 27 FIFO/Gateway Pointer Register
CAN1_MOIPR27    0xF0029368          Message Object 27 Interrupt Pointer Register
CAN1_MOAMR27    0xF002936C          Message Object 27 Acceptance Mask Register
CAN1_MODATAL27  0xF0029370          Message Object 27 Data Register Low
CAN1_MODATAH27  0xF0029374          Message Object 27 Data Register High
CAN1_MOAR27     0xF0029378          Message Object 27 Arbitration Register
CAN1_MOCTR27    0xF002937C          Message Object 27 Control Register
CAN1_MOFCR28    0xF0029380          Message Object 28 Function Control Register
CAN1_MOFGPR28   0xF0029384          Message Object 28 FIFO/Gateway Pointer Register
CAN1_MOIPR28    0xF0029388          Message Object 28 Interrupt Pointer Register
CAN1_MOAMR28    0xF002938C          Message Object 28 Acceptance Mask Register
CAN1_MODATAL28  0xF0029390          Message Object 28 Data Register Low
CAN1_MODATAH28  0xF0029394          Message Object 28 Data Register High
CAN1_MOAR28     0xF0029398          Message Object 28 Arbitration Register
CAN1_MOCTR28    0xF002939C          Message Object 28 Control Register
CAN1_MOFCR29    0xF00293A0          Message Object 29 Function Control Register
CAN1_MOFGPR29   0xF00293A4          Message Object 29 FIFO/Gateway Pointer Register
CAN1_MOIPR29    0xF00293A8          Message Object 29 Interrupt Pointer Register
CAN1_MOAMR29    0xF00293AC          Message Object 29 Acceptance Mask Register
CAN1_MODATAL29  0xF00293B0          Message Object 29 Data Register Low
CAN1_MODATAH29  0xF00293B4          Message Object 29 Data Register High
CAN1_MOAR29     0xF00293B8          Message Object 29 Arbitration Register
CAN1_MOCTR29    0xF00293BC          Message Object 29 Control Register
CAN1_MOFCR30    0xF00293C0          Message Object 30 Function Control Register
CAN1_MOFGPR30   0xF00293C4          Message Object 30 FIFO/Gateway Pointer Register
CAN1_MOIPR30    0xF00293C8          Message Object 30 Interrupt Pointer Register
CAN1_MOAMR30    0xF00293CC          Message Object 30 Acceptance Mask Register
CAN1_MODATAL30  0xF00293D0          Message Object 30 Data Register Low
CAN1_MODATAH30  0xF00293D4          Message Object 30 Data Register High
CAN1_MOAR30     0xF00293D8          Message Object 30 Arbitration Register
CAN1_MOCTR30    0xF00293DC          Message Object 30 Control Register
CAN1_MOFCR31    0xF00293E0          Message Object 31 Function Control Register
CAN1_MOFGPR31   0xF00293E4          Message Object 31 FIFO/Gateway Pointer Register
CAN1_MOIPR31    0xF00293E8          Message Object 31 Interrupt Pointer Register
CAN1_MOAMR31    0xF00293EC          Message Object 31 Acceptance Mask Register
CAN1_MODATAL31  0xF00293F0          Message Object 31 Data Register Low
CAN1_MODATAH31  0xF00293F4          Message Object 31 Data Register High
CAN1_MOAR31     0xF00293F8          Message Object 31 Arbitration Register
CAN1_MOCTR31    0xF00293FC          Message Object 31 Control Register
CAN1_MOFCR32    0xF0029400          Message Object 32 Function Control Register
CAN1_MOFGPR32   0xF0029404          Message Object 32 FIFO/Gateway Pointer Register
CAN1_MOIPR32    0xF0029408          Message Object 32 Interrupt Pointer Register
CAN1_MOAMR32    0xF002940C          Message Object 32 Acceptance Mask Register
CAN1_MODATAL32  0xF0029410          Message Object 32 Data Register Low
CAN1_MODATAH32  0xF0029414          Message Object 32 Data Register High
CAN1_MOAR32     0xF0029418          Message Object 32 Arbitration Register
CAN1_MOCTR32    0xF002941C          Message Object 32 Control Register
CAN1_MOFCR33    0xF0029420          Message Object 33 Function Control Register
CAN1_MOFGPR33   0xF0029424          Message Object 33 FIFO/Gateway Pointer Register
CAN1_MOIPR33    0xF0029428          Message Object 33 Interrupt Pointer Register
CAN1_MOAMR33    0xF002942C          Message Object 33 Acceptance Mask Register
CAN1_MODATAL33  0xF0029430          Message Object 33 Data Register Low
CAN1_MODATAH33  0xF0029434          Message Object 33 Data Register High
CAN1_MOAR33     0xF0029438          Message Object 33 Arbitration Register
CAN1_MOCTR33    0xF002943C          Message Object 33 Control Register
CAN1_MOFCR34    0xF0029440          Message Object 34 Function Control Register
CAN1_MOFGPR34   0xF0029444          Message Object 34 FIFO/Gateway Pointer Register
CAN1_MOIPR34    0xF0029448          Message Object 34 Interrupt Pointer Register
CAN1_MOAMR34    0xF002944C          Message Object 34 Acceptance Mask Register
CAN1_MODATAL34  0xF0029450          Message Object 34 Data Register Low
CAN1_MODATAH34  0xF0029454          Message Object 34 Data Register High
CAN1_MOAR34     0xF0029458          Message Object 34 Arbitration Register
CAN1_MOCTR34    0xF002945C          Message Object 34 Control Register
CAN1_MOFCR35    0xF0029460          Message Object 35 Function Control Register
CAN1_MOFGPR35   0xF0029464          Message Object 35 FIFO/Gateway Pointer Register
CAN1_MOIPR35    0xF0029468          Message Object 35 Interrupt Pointer Register
CAN1_MOAMR35    0xF002946C          Message Object 35 Acceptance Mask Register
CAN1_MODATAL35  0xF0029470          Message Object 35 Data Register Low
CAN1_MODATAH35  0xF0029474          Message Object 35 Data Register High
CAN1_MOAR35     0xF0029478          Message Object 35 Arbitration Register
CAN1_MOCTR35    0xF002947C          Message Object 35 Control Register
CAN1_MOFCR36    0xF0029480          Message Object 36 Function Control Register
CAN1_MOFGPR36   0xF0029484          Message Object 36 FIFO/Gateway Pointer Register
CAN1_MOIPR36    0xF0029488          Message Object 36 Interrupt Pointer Register
CAN1_MOAMR36    0xF002948C          Message Object 36 Acceptance Mask Register
CAN1_MODATAL36  0xF0029490          Message Object 36 Data Register Low
CAN1_MODATAH36  0xF0029494          Message Object 36 Data Register High
CAN1_MOAR36     0xF0029498          Message Object 36 Arbitration Register
CAN1_MOCTR36    0xF002949C          Message Object 36 Control Register
CAN1_MOFCR37    0xF00294A0          Message Object 37 Function Control Register
CAN1_MOFGPR37   0xF00294A4          Message Object 37 FIFO/Gateway Pointer Register
CAN1_MOIPR37    0xF00294A8          Message Object 37 Interrupt Pointer Register
CAN1_MOAMR37    0xF00294AC          Message Object 37 Acceptance Mask Register
CAN1_MODATAL37  0xF00294B0          Message Object 37 Data Register Low
CAN1_MODATAH37  0xF00294B4          Message Object 37 Data Register High
CAN1_MOAR37     0xF00294B8          Message Object 37 Arbitration Register
CAN1_MOCTR37    0xF00294BC          Message Object 37 Control Register
CAN1_MOFCR38    0xF00294C0          Message Object 38 Function Control Register
CAN1_MOFGPR38   0xF00294C4          Message Object 38 FIFO/Gateway Pointer Register
CAN1_MOIPR38    0xF00294C8          Message Object 38 Interrupt Pointer Register
CAN1_MOAMR38    0xF00294CC          Message Object 38 Acceptance Mask Register
CAN1_MODATAL38  0xF00294D0          Message Object 38 Data Register Low
CAN1_MODATAH38  0xF00294D4          Message Object 38 Data Register High
CAN1_MOAR38     0xF00294D8          Message Object 38 Arbitration Register
CAN1_MOCTR38    0xF00294DC          Message Object 38 Control Register
CAN1_MOFCR39    0xF00294E0          Message Object 39 Function Control Register
CAN1_MOFGPR39   0xF00294E4          Message Object 39 FIFO/Gateway Pointer Register
CAN1_MOIPR39    0xF00294E8          Message Object 39 Interrupt Pointer Register
CAN1_MOAMR39    0xF00294EC          Message Object 39 Acceptance Mask Register
CAN1_MODATAL39  0xF00294F0          Message Object 39 Data Register Low
CAN1_MODATAH39  0xF00294F4          Message Object 39 Data Register High
CAN1_MOAR39     0xF00294F8          Message Object 39 Arbitration Register
CAN1_MOCTR39    0xF00294FC          Message Object 39 Control Register
CAN1_MOFCR40    0xF0029500          Message Object 40 Function Control Register
CAN1_MOFGPR40   0xF0029504          Message Object 40 FIFO/Gateway Pointer Register
CAN1_MOIPR40    0xF0029508          Message Object 40 Interrupt Pointer Register
CAN1_MOAMR40    0xF002950C          Message Object 40 Acceptance Mask Register
CAN1_MODATAL40  0xF0029510          Message Object 40 Data Register Low
CAN1_MODATAH40  0xF0029514          Message Object 40 Data Register High
CAN1_MOAR40     0xF0029518          Message Object 40 Arbitration Register
CAN1_MOCTR40    0xF002951C          Message Object 40 Control Register
CAN1_MOFCR41    0xF0029520          Message Object 41 Function Control Register
CAN1_MOFGPR41   0xF0029524          Message Object 41 FIFO/Gateway Pointer Register
CAN1_MOIPR41    0xF0029528          Message Object 41 Interrupt Pointer Register
CAN1_MOAMR41    0xF002952C          Message Object 41 Acceptance Mask Register
CAN1_MODATAL41  0xF0029530          Message Object 41 Data Register Low
CAN1_MODATAH41  0xF0029534          Message Object 41 Data Register High
CAN1_MOAR41     0xF0029538          Message Object 41 Arbitration Register
CAN1_MOCTR41    0xF002953C          Message Object 41 Control Register
CAN1_MOFCR42    0xF0029540          Message Object 42 Function Control Register
CAN1_MOFGPR42   0xF0029544          Message Object 42 FIFO/Gateway Pointer Register
CAN1_MOIPR42    0xF0029548          Message Object 42 Interrupt Pointer Register
CAN1_MOAMR42    0xF002954C          Message Object 42 Acceptance Mask Register
CAN1_MODATAL42  0xF0029550          Message Object 42 Data Register Low
CAN1_MODATAH42  0xF0029554          Message Object 42 Data Register High
CAN1_MOAR42     0xF0029558          Message Object 42 Arbitration Register
CAN1_MOCTR42    0xF002955C          Message Object 42 Control Register
CAN1_MOFCR43    0xF0029560          Message Object 43 Function Control Register
CAN1_MOFGPR43   0xF0029564          Message Object 43 FIFO/Gateway Pointer Register
CAN1_MOIPR43    0xF0029568          Message Object 43 Interrupt Pointer Register
CAN1_MOAMR43    0xF002956C          Message Object 43 Acceptance Mask Register
CAN1_MODATAL43  0xF0029570          Message Object 43 Data Register Low
CAN1_MODATAH43  0xF0029574          Message Object 43 Data Register High
CAN1_MOAR43     0xF0029578          Message Object 43 Arbitration Register
CAN1_MOCTR43    0xF002957C          Message Object 43 Control Register
CAN1_MOFCR44    0xF0029580          Message Object 44 Function Control Register
CAN1_MOFGPR44   0xF0029584          Message Object 44 FIFO/Gateway Pointer Register
CAN1_MOIPR44    0xF0029588          Message Object 44 Interrupt Pointer Register
CAN1_MOAMR44    0xF002958C          Message Object 44 Acceptance Mask Register
CAN1_MODATAL44  0xF0029590          Message Object 44 Data Register Low
CAN1_MODATAH44  0xF0029594          Message Object 44 Data Register High
CAN1_MOAR44     0xF0029598          Message Object 44 Arbitration Register
CAN1_MOCTR44    0xF002959C          Message Object 44 Control Register
CAN1_MOFCR45    0xF00295A0          Message Object 45 Function Control Register
CAN1_MOFGPR45   0xF00295A4          Message Object 45 FIFO/Gateway Pointer Register
CAN1_MOIPR45    0xF00295A8          Message Object 45 Interrupt Pointer Register
CAN1_MOAMR45    0xF00295AC          Message Object 45 Acceptance Mask Register
CAN1_MODATAL45  0xF00295B0          Message Object 45 Data Register Low
CAN1_MODATAH45  0xF00295B4          Message Object 45 Data Register High
CAN1_MOAR45     0xF00295B8          Message Object 45 Arbitration Register
CAN1_MOCTR45    0xF00295BC          Message Object 45 Control Register
CAN1_MOFCR46    0xF00295C0          Message Object 46 Function Control Register
CAN1_MOFGPR46   0xF00295C4          Message Object 46 FIFO/Gateway Pointer Register
CAN1_MOIPR46    0xF00295C8          Message Object 46 Interrupt Pointer Register
CAN1_MOAMR46    0xF00295CC          Message Object 46 Acceptance Mask Register
CAN1_MODATAL46  0xF00295D0          Message Object 46 Data Register Low
CAN1_MODATAH46  0xF00295D4          Message Object 46 Data Register High
CAN1_MOAR46     0xF00295D8          Message Object 46 Arbitration Register
CAN1_MOCTR46    0xF00295DC          Message Object 46 Control Register
CAN1_MOFCR47    0xF00295E0          Message Object 47 Function Control Register
CAN1_MOFGPR47   0xF00295E4          Message Object 47 FIFO/Gateway Pointer Register
CAN1_MOIPR47    0xF00295E8          Message Object 47 Interrupt Pointer Register
CAN1_MOAMR47    0xF00295EC          Message Object 47 Acceptance Mask Register
CAN1_MODATAL47  0xF00295F0          Message Object 47 Data Register Low
CAN1_MODATAH47  0xF00295F4          Message Object 47 Data Register High
CAN1_MOAR47     0xF00295F8          Message Object 47 Arbitration Register
CAN1_MOCTR47    0xF00295FC          Message Object 47 Control Register
CAN1_MOFCR48    0xF0029600          Message Object 48 Function Control Register
CAN1_MOFGPR48   0xF0029604          Message Object 48 FIFO/Gateway Pointer Register
CAN1_MOIPR48    0xF0029608          Message Object 48 Interrupt Pointer Register
CAN1_MOAMR48    0xF002960C          Message Object 48 Acceptance Mask Register
CAN1_MODATAL48  0xF0029610          Message Object 48 Data Register Low
CAN1_MODATAH48  0xF0029614          Message Object 48 Data Register High
CAN1_MOAR48     0xF0029618          Message Object 48 Arbitration Register
CAN1_MOCTR48    0xF002961C          Message Object 48 Control Register
CAN1_MOFCR49    0xF0029620          Message Object 49 Function Control Register
CAN1_MOFGPR49   0xF0029624          Message Object 49 FIFO/Gateway Pointer Register
CAN1_MOIPR49    0xF0029628          Message Object 49 Interrupt Pointer Register
CAN1_MOAMR49    0xF002962C          Message Object 49 Acceptance Mask Register
CAN1_MODATAL49  0xF0029630          Message Object 49 Data Register Low
CAN1_MODATAH49  0xF0029634          Message Object 49 Data Register High
CAN1_MOAR49     0xF0029638          Message Object 49 Arbitration Register
CAN1_MOCTR49    0xF002963C          Message Object 49 Control Register
CAN1_MOFCR50    0xF0029640          Message Object 50 Function Control Register
CAN1_MOFGPR50   0xF0029644          Message Object 50 FIFO/Gateway Pointer Register
CAN1_MOIPR50    0xF0029648          Message Object 50 Interrupt Pointer Register
CAN1_MOAMR50    0xF002964C          Message Object 50 Acceptance Mask Register
CAN1_MODATAL50  0xF0029650          Message Object 50 Data Register Low
CAN1_MODATAH50  0xF0029654          Message Object 50 Data Register High
CAN1_MOAR50     0xF0029658          Message Object 50 Arbitration Register
CAN1_MOCTR50    0xF002965C          Message Object 50 Control Register
CAN1_MOFCR51    0xF0029660          Message Object 51 Function Control Register
CAN1_MOFGPR51   0xF0029664          Message Object 51 FIFO/Gateway Pointer Register
CAN1_MOIPR51    0xF0029668          Message Object 51 Interrupt Pointer Register
CAN1_MOAMR51    0xF002966C          Message Object 51 Acceptance Mask Register
CAN1_MODATAL51  0xF0029670          Message Object 51 Data Register Low
CAN1_MODATAH51  0xF0029674          Message Object 51 Data Register High
CAN1_MOAR51     0xF0029678          Message Object 51 Arbitration Register
CAN1_MOCTR51    0xF002967C          Message Object 51 Control Register
CAN1_MOFCR52    0xF0029680          Message Object 52 Function Control Register
CAN1_MOFGPR52   0xF0029684          Message Object 52 FIFO/Gateway Pointer Register
CAN1_MOIPR52    0xF0029688          Message Object 52 Interrupt Pointer Register
CAN1_MOAMR52    0xF002968C          Message Object 52 Acceptance Mask Register
CAN1_MODATAL52  0xF0029690          Message Object 52 Data Register Low
CAN1_MODATAH52  0xF0029694          Message Object 52 Data Register High
CAN1_MOAR52     0xF0029698          Message Object 52 Arbitration Register
CAN1_MOCTR52    0xF002969C          Message Object 52 Control Register
CAN1_MOFCR53    0xF00296A0          Message Object 53 Function Control Register
CAN1_MOFGPR53   0xF00296A4          Message Object 53 FIFO/Gateway Pointer Register
CAN1_MOIPR53    0xF00296A8          Message Object 53 Interrupt Pointer Register
CAN1_MOAMR53    0xF00296AC          Message Object 53 Acceptance Mask Register
CAN1_MODATAL53  0xF00296B0          Message Object 53 Data Register Low
CAN1_MODATAH53  0xF00296B4          Message Object 53 Data Register High
CAN1_MOAR53     0xF00296B8          Message Object 53 Arbitration Register
CAN1_MOCTR53    0xF00296BC          Message Object 53 Control Register
CAN1_MOFCR54    0xF00296C0          Message Object 54 Function Control Register
CAN1_MOFGPR54   0xF00296C4          Message Object 54 FIFO/Gateway Pointer Register
CAN1_MOIPR54    0xF00296C8          Message Object 54 Interrupt Pointer Register
CAN1_MOAMR54    0xF00296CC          Message Object 54 Acceptance Mask Register
CAN1_MODATAL54  0xF00296D0          Message Object 54 Data Register Low
CAN1_MODATAH54  0xF00296D4          Message Object 54 Data Register High
CAN1_MOAR54     0xF00296D8          Message Object 54 Arbitration Register
CAN1_MOCTR54    0xF00296DC          Message Object 54 Control Register
CAN1_MOFCR55    0xF00296E0          Message Object 55 Function Control Register
CAN1_MOFGPR55   0xF00296E4          Message Object 55 FIFO/Gateway Pointer Register
CAN1_MOIPR55    0xF00296E8          Message Object 55 Interrupt Pointer Register
CAN1_MOAMR55    0xF00296EC          Message Object 55 Acceptance Mask Register
CAN1_MODATAL55  0xF00296F0          Message Object 55 Data Register Low
CAN1_MODATAH55  0xF00296F4          Message Object 55 Data Register High
CAN1_MOAR55     0xF00296F8          Message Object 55 Arbitration Register
CAN1_MOCTR55    0xF00296FC          Message Object 55 Control Register
CAN1_MOFCR56    0xF0029700          Message Object 56 Function Control Register
CAN1_MOFGPR56   0xF0029704          Message Object 56 FIFO/Gateway Pointer Register
CAN1_MOIPR56    0xF0029708          Message Object 56 Interrupt Pointer Register
CAN1_MOAMR56    0xF002970C          Message Object 56 Acceptance Mask Register
CAN1_MODATAL56  0xF0029710          Message Object 56 Data Register Low
CAN1_MODATAH56  0xF0029714          Message Object 56 Data Register High
CAN1_MOAR56     0xF0029718          Message Object 56 Arbitration Register
CAN1_MOCTR56    0xF002971C          Message Object 56 Control Register
CAN1_MOFCR57    0xF0029720          Message Object 57 Function Control Register
CAN1_MOFGPR57   0xF0029724          Message Object 57 FIFO/Gateway Pointer Register
CAN1_MOIPR57    0xF0029728          Message Object 57 Interrupt Pointer Register
CAN1_MOAMR57    0xF002972C          Message Object 57 Acceptance Mask Register
CAN1_MODATAL57  0xF0029730          Message Object 57 Data Register Low
CAN1_MODATAH57  0xF0029734          Message Object 57 Data Register High
CAN1_MOAR57     0xF0029738          Message Object 57 Arbitration Register
CAN1_MOCTR57    0xF002973C          Message Object 57 Control Register
CAN1_MOFCR58    0xF0029740          Message Object 58 Function Control Register
CAN1_MOFGPR58   0xF0029744          Message Object 58 FIFO/Gateway Pointer Register
CAN1_MOIPR58    0xF0029748          Message Object 58 Interrupt Pointer Register
CAN1_MOAMR58    0xF002974C          Message Object 58 Acceptance Mask Register
CAN1_MODATAL58  0xF0029750          Message Object 58 Data Register Low
CAN1_MODATAH58  0xF0029754          Message Object 58 Data Register High
CAN1_MOAR58     0xF0029758          Message Object 58 Arbitration Register
CAN1_MOCTR58    0xF002975C          Message Object 58 Control Register
CAN1_MOFCR59    0xF0029760          Message Object 59 Function Control Register
CAN1_MOFGPR59   0xF0029764          Message Object 59 FIFO/Gateway Pointer Register
CAN1_MOIPR59    0xF0029768          Message Object 59 Interrupt Pointer Register
CAN1_MOAMR59    0xF002976C          Message Object 59 Acceptance Mask Register
CAN1_MODATAL59  0xF0029770          Message Object 59 Data Register Low
CAN1_MODATAH59  0xF0029774          Message Object 59 Data Register High
CAN1_MOAR59     0xF0029778          Message Object 59 Arbitration Register
CAN1_MOCTR59    0xF002977C          Message Object 59 Control Register
CAN1_MOFCR60    0xF0029780          Message Object 60 Function Control Register
CAN1_MOFGPR60   0xF0029784          Message Object 60 FIFO/Gateway Pointer Register
CAN1_MOIPR60    0xF0029788          Message Object 60 Interrupt Pointer Register
CAN1_MOAMR60    0xF002978C          Message Object 60 Acceptance Mask Register
CAN1_MODATAL60  0xF0029790          Message Object 60 Data Register Low
CAN1_MODATAH60  0xF0029794          Message Object 60 Data Register High
CAN1_MOAR60     0xF0029798          Message Object 60 Arbitration Register
CAN1_MOCTR60    0xF002979C          Message Object 60 Control Register
CAN1_MOFCR61    0xF00297A0          Message Object 61 Function Control Register
CAN1_MOFGPR61   0xF00297A4          Message Object 61 FIFO/Gateway Pointer Register
CAN1_MOIPR61    0xF00297A8          Message Object 61 Interrupt Pointer Register
CAN1_MOAMR61    0xF00297AC          Message Object 61 Acceptance Mask Register
CAN1_MODATAL61  0xF00297B0          Message Object 61 Data Register Low
CAN1_MODATAH61  0xF00297B4          Message Object 61 Data Register High
CAN1_MOAR61     0xF00297B8          Message Object 61 Arbitration Register
CAN1_MOCTR61    0xF00297BC          Message Object 61 Control Register
CAN1_MOFCR62    0xF00297C0          Message Object 62 Function Control Register
CAN1_MOFGPR62   0xF00297C4          Message Object 62 FIFO/Gateway Pointer Register
CAN1_MOIPR62    0xF00297C8          Message Object 62 Interrupt Pointer Register
CAN1_MOAMR62    0xF00297CC          Message Object 62 Acceptance Mask Register
CAN1_MODATAL62  0xF00297D0          Message Object 62 Data Register Low
CAN1_MODATAH62  0xF00297D4          Message Object 62 Data Register High
CAN1_MOAR62     0xF00297D8          Message Object 62 Arbitration Register
CAN1_MOCTR62    0xF00297DC          Message Object 62 Control Register
CAN1_MOFCR63    0xF00297E0          Message Object 63 Function Control Register
CAN1_MOFGPR63   0xF00297E4          Message Object 63 FIFO/Gateway Pointer Register
CAN1_MOIPR63    0xF00297E8          Message Object 63 Interrupt Pointer Register
CAN1_MOAMR63    0xF00297EC          Message Object 63 Acceptance Mask Register
CAN1_MODATAL63  0xF00297F0          Message Object 63 Data Register Low
CAN1_MODATAH63  0xF00297F4          Message Object 63 Data Register High
CAN1_MOAR63     0xF00297F8          Message Object 63 Arbitration Register
CAN1_MOCTR63    0xF00297FC          Message Object 63 Control Register
CAN1_MOFCR64    0xF0029800          Message Object 64 Function Control Register
CAN1_MOFGPR64   0xF0029804          Message Object 64 FIFO/Gateway Pointer Register
CAN1_MOIPR64    0xF0029808          Message Object 64 Interrupt Pointer Register
CAN1_MOAMR64    0xF002980C          Message Object 64 Acceptance Mask Register
CAN1_MODATAL64  0xF0029810          Message Object 64 Data Register Low
CAN1_MODATAH64  0xF0029814          Message Object 64 Data Register High
CAN1_MOAR64     0xF0029818          Message Object 64 Arbitration Register
CAN1_MOCTR64    0xF002981C          Message Object 64 Control Register
CAN1_MOFCR65    0xF0029820          Message Object 65 Function Control Register
CAN1_MOFGPR65   0xF0029824          Message Object 65 FIFO/Gateway Pointer Register
CAN1_MOIPR65    0xF0029828          Message Object 65 Interrupt Pointer Register
CAN1_MOAMR65    0xF002982C          Message Object 65 Acceptance Mask Register
CAN1_MODATAL65  0xF0029830          Message Object 65 Data Register Low
CAN1_MODATAH65  0xF0029834          Message Object 65 Data Register High
CAN1_MOAR65     0xF0029838          Message Object 65 Arbitration Register
CAN1_MOCTR65    0xF002983C          Message Object 65 Control Register
CAN1_MOFCR66    0xF0029840          Message Object 66 Function Control Register
CAN1_MOFGPR66   0xF0029844          Message Object 66 FIFO/Gateway Pointer Register
CAN1_MOIPR66    0xF0029848          Message Object 66 Interrupt Pointer Register
CAN1_MOAMR66    0xF002984C          Message Object 66 Acceptance Mask Register
CAN1_MODATAL66  0xF0029850          Message Object 66 Data Register Low
CAN1_MODATAH66  0xF0029854          Message Object 66 Data Register High
CAN1_MOAR66     0xF0029858          Message Object 66 Arbitration Register
CAN1_MOCTR66    0xF002985C          Message Object 66 Control Register
CAN1_MOFCR67    0xF0029860          Message Object 67 Function Control Register
CAN1_MOFGPR67   0xF0029864          Message Object 67 FIFO/Gateway Pointer Register
CAN1_MOIPR67    0xF0029868          Message Object 67 Interrupt Pointer Register
CAN1_MOAMR67    0xF002986C          Message Object 67 Acceptance Mask Register
CAN1_MODATAL67  0xF0029870          Message Object 67 Data Register Low
CAN1_MODATAH67  0xF0029874          Message Object 67 Data Register High
CAN1_MOAR67     0xF0029878          Message Object 67 Arbitration Register
CAN1_MOCTR67    0xF002987C          Message Object 67 Control Register
CAN1_MOFCR68    0xF0029880          Message Object 68 Function Control Register
CAN1_MOFGPR68   0xF0029884          Message Object 68 FIFO/Gateway Pointer Register
CAN1_MOIPR68    0xF0029888          Message Object 68 Interrupt Pointer Register
CAN1_MOAMR68    0xF002988C          Message Object 68 Acceptance Mask Register
CAN1_MODATAL68  0xF0029890          Message Object 68 Data Register Low
CAN1_MODATAH68  0xF0029894          Message Object 68 Data Register High
CAN1_MOAR68     0xF0029898          Message Object 68 Arbitration Register
CAN1_MOCTR68    0xF002989C          Message Object 68 Control Register
CAN1_MOFCR69    0xF00298A0          Message Object 69 Function Control Register
CAN1_MOFGPR69   0xF00298A4          Message Object 69 FIFO/Gateway Pointer Register
CAN1_MOIPR69    0xF00298A8          Message Object 69 Interrupt Pointer Register
CAN1_MOAMR69    0xF00298AC          Message Object 69 Acceptance Mask Register
CAN1_MODATAL69  0xF00298B0          Message Object 69 Data Register Low
CAN1_MODATAH69  0xF00298B4          Message Object 69 Data Register High
CAN1_MOAR69     0xF00298B8          Message Object 69 Arbitration Register
CAN1_MOCTR69    0xF00298BC          Message Object 69 Control Register
CAN1_MOFCR70    0xF00298C0          Message Object 70 Function Control Register
CAN1_MOFGPR70   0xF00298C4          Message Object 70 FIFO/Gateway Pointer Register
CAN1_MOIPR70    0xF00298C8          Message Object 70 Interrupt Pointer Register
CAN1_MOAMR70    0xF00298CC          Message Object 70 Acceptance Mask Register
CAN1_MODATAL70  0xF00298D0          Message Object 70 Data Register Low
CAN1_MODATAH70  0xF00298D4          Message Object 70 Data Register High
CAN1_MOAR70     0xF00298D8          Message Object 70 Arbitration Register
CAN1_MOCTR70    0xF00298DC          Message Object 70 Control Register
CAN1_MOFCR71    0xF00298E0          Message Object 71 Function Control Register
CAN1_MOFGPR71   0xF00298E4          Message Object 71 FIFO/Gateway Pointer Register
CAN1_MOIPR71    0xF00298E8          Message Object 71 Interrupt Pointer Register
CAN1_MOAMR71    0xF00298EC          Message Object 71 Acceptance Mask Register
CAN1_MODATAL71  0xF00298F0          Message Object 71 Data Register Low
CAN1_MODATAH71  0xF00298F4          Message Object 71 Data Register High
CAN1_MOAR71     0xF00298F8          Message Object 71 Arbitration Register
CAN1_MOCTR71    0xF00298FC          Message Object 71 Control Register
CAN1_MOFCR72    0xF0029900          Message Object 72 Function Control Register
CAN1_MOFGPR72   0xF0029904          Message Object 72 FIFO/Gateway Pointer Register
CAN1_MOIPR72    0xF0029908          Message Object 72 Interrupt Pointer Register
CAN1_MOAMR72    0xF002990C          Message Object 72 Acceptance Mask Register
CAN1_MODATAL72  0xF0029910          Message Object 72 Data Register Low
CAN1_MODATAH72  0xF0029914          Message Object 72 Data Register High
CAN1_MOAR72     0xF0029918          Message Object 72 Arbitration Register
CAN1_MOCTR72    0xF002991C          Message Object 72 Control Register
CAN1_MOFCR73    0xF0029920          Message Object 73 Function Control Register
CAN1_MOFGPR73   0xF0029924          Message Object 73 FIFO/Gateway Pointer Register
CAN1_MOIPR73    0xF0029928          Message Object 73 Interrupt Pointer Register
CAN1_MOAMR73    0xF002992C          Message Object 73 Acceptance Mask Register
CAN1_MODATAL73  0xF0029930          Message Object 73 Data Register Low
CAN1_MODATAH73  0xF0029934          Message Object 73 Data Register High
CAN1_MOAR73     0xF0029938          Message Object 73 Arbitration Register
CAN1_MOCTR73    0xF002993C          Message Object 73 Control Register
CAN1_MOFCR74    0xF0029940          Message Object 74 Function Control Register
CAN1_MOFGPR74   0xF0029944          Message Object 74 FIFO/Gateway Pointer Register
CAN1_MOIPR74    0xF0029948          Message Object 74 Interrupt Pointer Register
CAN1_MOAMR74    0xF002994C          Message Object 74 Acceptance Mask Register
CAN1_MODATAL74  0xF0029950          Message Object 74 Data Register Low
CAN1_MODATAH74  0xF0029954          Message Object 74 Data Register High
CAN1_MOAR74     0xF0029958          Message Object 74 Arbitration Register
CAN1_MOCTR74    0xF002995C          Message Object 74 Control Register
CAN1_MOFCR75    0xF0029960          Message Object 75 Function Control Register
CAN1_MOFGPR75   0xF0029964          Message Object 75 FIFO/Gateway Pointer Register
CAN1_MOIPR75    0xF0029968          Message Object 75 Interrupt Pointer Register
CAN1_MOAMR75    0xF002996C          Message Object 75 Acceptance Mask Register
CAN1_MODATAL75  0xF0029970          Message Object 75 Data Register Low
CAN1_MODATAH75  0xF0029974          Message Object 75 Data Register High
CAN1_MOAR75     0xF0029978          Message Object 75 Arbitration Register
CAN1_MOCTR75    0xF002997C          Message Object 75 Control Register
CAN1_MOFCR76    0xF0029980          Message Object 76 Function Control Register
CAN1_MOFGPR76   0xF0029984          Message Object 76 FIFO/Gateway Pointer Register
CAN1_MOIPR76    0xF0029988          Message Object 76 Interrupt Pointer Register
CAN1_MOAMR76    0xF002998C          Message Object 76 Acceptance Mask Register
CAN1_MODATAL76  0xF0029990          Message Object 76 Data Register Low
CAN1_MODATAH76  0xF0029994          Message Object 76 Data Register High
CAN1_MOAR76     0xF0029998          Message Object 76 Arbitration Register
CAN1_MOCTR76    0xF002999C          Message Object 76 Control Register
CAN1_MOFCR77    0xF00299A0          Message Object 77 Function Control Register
CAN1_MOFGPR77   0xF00299A4          Message Object 77 FIFO/Gateway Pointer Register
CAN1_MOIPR77    0xF00299A8          Message Object 77 Interrupt Pointer Register
CAN1_MOAMR77    0xF00299AC          Message Object 77 Acceptance Mask Register
CAN1_MODATAL77  0xF00299B0          Message Object 77 Data Register Low
CAN1_MODATAH77  0xF00299B4          Message Object 77 Data Register High
CAN1_MOAR77     0xF00299B8          Message Object 77 Arbitration Register
CAN1_MOCTR77    0xF00299BC          Message Object 77 Control Register
CAN1_MOFCR78    0xF00299C0          Message Object 78 Function Control Register
CAN1_MOFGPR78   0xF00299C4          Message Object 78 FIFO/Gateway Pointer Register
CAN1_MOIPR78    0xF00299C8          Message Object 78 Interrupt Pointer Register
CAN1_MOAMR78    0xF00299CC          Message Object 78 Acceptance Mask Register
CAN1_MODATAL78  0xF00299D0          Message Object 78 Data Register Low
CAN1_MODATAH78  0xF00299D4          Message Object 78 Data Register High
CAN1_MOAR78     0xF00299D8          Message Object 78 Arbitration Register
CAN1_MOCTR78    0xF00299DC          Message Object 78 Control Register
CAN1_MOFCR79    0xF00299E0          Message Object 79 Function Control Register
CAN1_MOFGPR79   0xF00299E4          Message Object 79 FIFO/Gateway Pointer Register
CAN1_MOIPR79    0xF00299E8          Message Object 79 Interrupt Pointer Register
CAN1_MOAMR79    0xF00299EC          Message Object 79 Acceptance Mask Register
CAN1_MODATAL79  0xF00299F0          Message Object 79 Data Register Low
CAN1_MODATAH79  0xF00299F4          Message Object 79 Data Register High
CAN1_MOAR79     0xF00299F8          Message Object 79 Arbitration Register
CAN1_MOCTR79    0xF00299FC          Message Object 79 Control Register
CAN1_MOFCR80    0xF0029A00          Message Object 80 Function Control Register
CAN1_MOFGPR80   0xF0029A04          Message Object 80 FIFO/Gateway Pointer Register
CAN1_MOIPR80    0xF0029A08          Message Object 80 Interrupt Pointer Register
CAN1_MOAMR80    0xF0029A0C          Message Object 80 Acceptance Mask Register
CAN1_MODATAL80  0xF0029A10          Message Object 80 Data Register Low
CAN1_MODATAH80  0xF0029A14          Message Object 80 Data Register High
CAN1_MOAR80     0xF0029A18          Message Object 80 Arbitration Register
CAN1_MOCTR80    0xF0029A1C          Message Object 80 Control Register
CAN1_MOFCR81    0xF0029A20          Message Object 81 Function Control Register
CAN1_MOFGPR81   0xF0029A24          Message Object 81 FIFO/Gateway Pointer Register
CAN1_MOIPR81    0xF0029A28          Message Object 81 Interrupt Pointer Register
CAN1_MOAMR81    0xF0029A2C          Message Object 81 Acceptance Mask Register
CAN1_MODATAL81  0xF0029A30          Message Object 81 Data Register Low
CAN1_MODATAH81  0xF0029A34          Message Object 81 Data Register High
CAN1_MOAR81     0xF0029A38          Message Object 81 Arbitration Register
CAN1_MOCTR81    0xF0029A3C          Message Object 81 Control Register
CAN1_MOFCR82    0xF0029A40          Message Object 82 Function Control Register
CAN1_MOFGPR82   0xF0029A44          Message Object 82 FIFO/Gateway Pointer Register
CAN1_MOIPR82    0xF0029A48          Message Object 82 Interrupt Pointer Register
CAN1_MOAMR82    0xF0029A4C          Message Object 82 Acceptance Mask Register
CAN1_MODATAL82  0xF0029A50          Message Object 82 Data Register Low
CAN1_MODATAH82  0xF0029A54          Message Object 82 Data Register High
CAN1_MOAR82     0xF0029A58          Message Object 82 Arbitration Register
CAN1_MOCTR82    0xF0029A5C          Message Object 82 Control Register
CAN1_MOFCR83    0xF0029A60          Message Object 83 Function Control Register
CAN1_MOFGPR83   0xF0029A64          Message Object 83 FIFO/Gateway Pointer Register
CAN1_MOIPR83    0xF0029A68          Message Object 83 Interrupt Pointer Register
CAN1_MOAMR83    0xF0029A6C          Message Object 83 Acceptance Mask Register
CAN1_MODATAL83  0xF0029A70          Message Object 83 Data Register Low
CAN1_MODATAH83  0xF0029A74          Message Object 83 Data Register High
CAN1_MOAR83     0xF0029A78          Message Object 83 Arbitration Register
CAN1_MOCTR83    0xF0029A7C          Message Object 83 Control Register
CAN1_MOFCR84    0xF0029A80          Message Object 84 Function Control Register
CAN1_MOFGPR84   0xF0029A84          Message Object 84 FIFO/Gateway Pointer Register
CAN1_MOIPR84    0xF0029A88          Message Object 84 Interrupt Pointer Register
CAN1_MOAMR84    0xF0029A8C          Message Object 84 Acceptance Mask Register
CAN1_MODATAL84  0xF0029A90          Message Object 84 Data Register Low
CAN1_MODATAH84  0xF0029A94          Message Object 84 Data Register High
CAN1_MOAR84     0xF0029A98          Message Object 84 Arbitration Register
CAN1_MOCTR84    0xF0029A9C          Message Object 84 Control Register
CAN1_MOFCR85    0xF0029AA0          Message Object 85 Function Control Register
CAN1_MOFGPR85   0xF0029AA4          Message Object 85 FIFO/Gateway Pointer Register
CAN1_MOIPR85    0xF0029AA8          Message Object 85 Interrupt Pointer Register
CAN1_MOAMR85    0xF0029AAC          Message Object 85 Acceptance Mask Register
CAN1_MODATAL85  0xF0029AB0          Message Object 85 Data Register Low
CAN1_MODATAH85  0xF0029AB4          Message Object 85 Data Register High
CAN1_MOAR85     0xF0029AB8          Message Object 85 Arbitration Register
CAN1_MOCTR85    0xF0029ABC          Message Object 85 Control Register
CAN1_MOFCR86    0xF0029AC0          Message Object 86 Function Control Register
CAN1_MOFGPR86   0xF0029AC4          Message Object 86 FIFO/Gateway Pointer Register
CAN1_MOIPR86    0xF0029AC8          Message Object 86 Interrupt Pointer Register
CAN1_MOAMR86    0xF0029ACC          Message Object 86 Acceptance Mask Register
CAN1_MODATAL86  0xF0029AD0          Message Object 86 Data Register Low
CAN1_MODATAH86  0xF0029AD4          Message Object 86 Data Register High
CAN1_MOAR86     0xF0029AD8          Message Object 86 Arbitration Register
CAN1_MOCTR86    0xF0029ADC          Message Object 86 Control Register
CAN1_MOFCR87    0xF0029AE0          Message Object 87 Function Control Register
CAN1_MOFGPR87   0xF0029AE4          Message Object 87 FIFO/Gateway Pointer Register
CAN1_MOIPR87    0xF0029AE8          Message Object 87 Interrupt Pointer Register
CAN1_MOAMR87    0xF0029AEC          Message Object 87 Acceptance Mask Register
CAN1_MODATAL87  0xF0029AF0          Message Object 87 Data Register Low
CAN1_MODATAH87  0xF0029AF4          Message Object 87 Data Register High
CAN1_MOAR87     0xF0029AF8          Message Object 87 Arbitration Register
CAN1_MOCTR87    0xF0029AFC          Message Object 87 Control Register
CAN1_MOFCR88    0xF0029B00          Message Object 88 Function Control Register
CAN1_MOFGPR88   0xF0029B04          Message Object 88 FIFO/Gateway Pointer Register
CAN1_MOIPR88    0xF0029B08          Message Object 88 Interrupt Pointer Register
CAN1_MOAMR88    0xF0029B0C          Message Object 88 Acceptance Mask Register
CAN1_MODATAL88  0xF0029B10          Message Object 88 Data Register Low
CAN1_MODATAH88  0xF0029B14          Message Object 88 Data Register High
CAN1_MOAR88     0xF0029B18          Message Object 88 Arbitration Register
CAN1_MOCTR88    0xF0029B1C          Message Object 88 Control Register
CAN1_MOFCR89    0xF0029B20          Message Object 89 Function Control Register
CAN1_MOFGPR89   0xF0029B24          Message Object 89 FIFO/Gateway Pointer Register
CAN1_MOIPR89    0xF0029B28          Message Object 89 Interrupt Pointer Register
CAN1_MOAMR89    0xF0029B2C          Message Object 89 Acceptance Mask Register
CAN1_MODATAL89  0xF0029B30          Message Object 89 Data Register Low
CAN1_MODATAH89  0xF0029B34          Message Object 89 Data Register High
CAN1_MOAR89     0xF0029B38          Message Object 89 Arbitration Register
CAN1_MOCTR89    0xF0029B3C          Message Object 89 Control Register
CAN1_MOFCR90    0xF0029B40          Message Object 90 Function Control Register
CAN1_MOFGPR90   0xF0029B44          Message Object 90 FIFO/Gateway Pointer Register
CAN1_MOIPR90    0xF0029B48          Message Object 90 Interrupt Pointer Register
CAN1_MOAMR90    0xF0029B4C          Message Object 90 Acceptance Mask Register
CAN1_MODATAL90  0xF0029B50          Message Object 90 Data Register Low
CAN1_MODATAH90  0xF0029B54          Message Object 90 Data Register High
CAN1_MOAR90     0xF0029B58          Message Object 90 Arbitration Register
CAN1_MOCTR90    0xF0029B5C          Message Object 90 Control Register
CAN1_MOFCR91    0xF0029B60          Message Object 91 Function Control Register
CAN1_MOFGPR91   0xF0029B64          Message Object 91 FIFO/Gateway Pointer Register
CAN1_MOIPR91    0xF0029B68          Message Object 91 Interrupt Pointer Register
CAN1_MOAMR91    0xF0029B6C          Message Object 91 Acceptance Mask Register
CAN1_MODATAL91  0xF0029B70          Message Object 91 Data Register Low
CAN1_MODATAH91  0xF0029B74          Message Object 91 Data Register High
CAN1_MOAR91     0xF0029B78          Message Object 91 Arbitration Register
CAN1_MOCTR91    0xF0029B7C          Message Object 91 Control Register
CAN1_MOFCR92    0xF0029B80          Message Object 92 Function Control Register
CAN1_MOFGPR92   0xF0029B84          Message Object 92 FIFO/Gateway Pointer Register
CAN1_MOIPR92    0xF0029B88          Message Object 92 Interrupt Pointer Register
CAN1_MOAMR92    0xF0029B8C          Message Object 92 Acceptance Mask Register
CAN1_MODATAL92  0xF0029B90          Message Object 92 Data Register Low
CAN1_MODATAH92  0xF0029B94          Message Object 92 Data Register High
CAN1_MOAR92     0xF0029B98          Message Object 92 Arbitration Register
CAN1_MOCTR92    0xF0029B9C          Message Object 92 Control Register
CAN1_MOFCR93    0xF0029BA0          Message Object 93 Function Control Register
CAN1_MOFGPR93   0xF0029BA4          Message Object 93 FIFO/Gateway Pointer Register
CAN1_MOIPR93    0xF0029BA8          Message Object 93 Interrupt Pointer Register
CAN1_MOAMR93    0xF0029BAC          Message Object 93 Acceptance Mask Register
CAN1_MODATAL93  0xF0029BB0          Message Object 93 Data Register Low
CAN1_MODATAH93  0xF0029BB4          Message Object 93 Data Register High
CAN1_MOAR93     0xF0029BB8          Message Object 93 Arbitration Register
CAN1_MOCTR93    0xF0029BBC          Message Object 93 Control Register
CAN1_MOFCR94    0xF0029BC0          Message Object 94 Function Control Register
CAN1_MOFGPR94   0xF0029BC4          Message Object 94 FIFO/Gateway Pointer Register
CAN1_MOIPR94    0xF0029BC8          Message Object 94 Interrupt Pointer Register
CAN1_MOAMR94    0xF0029BCC          Message Object 94 Acceptance Mask Register
CAN1_MODATAL94  0xF0029BD0          Message Object 94 Data Register Low
CAN1_MODATAH94  0xF0029BD4          Message Object 94 Data Register High
CAN1_MOAR94     0xF0029BD8          Message Object 94 Arbitration Register
CAN1_MOCTR94    0xF0029BDC          Message Object 94 Control Register
CAN1_MOFCR95    0xF0029BE0          Message Object 95 Function Control Register
CAN1_MOFGPR95   0xF0029BE4          Message Object 95 FIFO/Gateway Pointer Register
CAN1_MOIPR95    0xF0029BE8          Message Object 95 Interrupt Pointer Register
CAN1_MOAMR95    0xF0029BEC          Message Object 95 Acceptance Mask Register
CAN1_MODATAL95  0xF0029BF0          Message Object 95 Data Register Low
CAN1_MODATAH95  0xF0029BF4          Message Object 95 Data Register High
CAN1_MOAR95     0xF0029BF8          Message Object 95 Arbitration Register
CAN1_MOCTR95    0xF0029BFC          Message Object 95 Control Register
CAN1_MOFCR96    0xF0029C00          Message Object 96 Function Control Register
CAN1_MOFGPR96   0xF0029C04          Message Object 96 FIFO/Gateway Pointer Register
CAN1_MOIPR96    0xF0029C08          Message Object 96 Interrupt Pointer Register
CAN1_MOAMR96    0xF0029C0C          Message Object 96 Acceptance Mask Register
CAN1_MODATAL96  0xF0029C10          Message Object 96 Data Register Low
CAN1_MODATAH96  0xF0029C14          Message Object 96 Data Register High
CAN1_MOAR96     0xF0029C18          Message Object 96 Arbitration Register
CAN1_MOCTR96    0xF0029C1C          Message Object 96 Control Register
CAN1_MOFCR97    0xF0029C20          Message Object 97 Function Control Register
CAN1_MOFGPR97   0xF0029C24          Message Object 97 FIFO/Gateway Pointer Register
CAN1_MOIPR97    0xF0029C28          Message Object 97 Interrupt Pointer Register
CAN1_MOAMR97    0xF0029C2C          Message Object 97 Acceptance Mask Register
CAN1_MODATAL97  0xF0029C30          Message Object 97 Data Register Low
CAN1_MODATAH97  0xF0029C34          Message Object 97 Data Register High
CAN1_MOAR97     0xF0029C38          Message Object 97 Arbitration Register
CAN1_MOCTR97    0xF0029C3C          Message Object 97 Control Register
CAN1_MOFCR98    0xF0029C40          Message Object 98 Function Control Register
CAN1_MOFGPR98   0xF0029C44          Message Object 98 FIFO/Gateway Pointer Register
CAN1_MOIPR98    0xF0029C48          Message Object 98 Interrupt Pointer Register
CAN1_MOAMR98    0xF0029C4C          Message Object 98 Acceptance Mask Register
CAN1_MODATAL98  0xF0029C50          Message Object 98 Data Register Low
CAN1_MODATAH98  0xF0029C54          Message Object 98 Data Register High
CAN1_MOAR98     0xF0029C58          Message Object 98 Arbitration Register
CAN1_MOCTR98    0xF0029C5C          Message Object 98 Control Register
CAN1_MOFCR99    0xF0029C60          Message Object 99 Function Control Register
CAN1_MOFGPR99   0xF0029C64          Message Object 99 FIFO/Gateway Pointer Register
CAN1_MOIPR99    0xF0029C68          Message Object 99 Interrupt Pointer Register
CAN1_MOAMR99    0xF0029C6C          Message Object 99 Acceptance Mask Register
CAN1_MODATAL99  0xF0029C70          Message Object 99 Data Register Low
CAN1_MODATAH99  0xF0029C74          Message Object 99 Data Register High
CAN1_MOAR99     0xF0029C78          Message Object 99 Arbitration Register
CAN1_MOCTR99    0xF0029C7C          Message Object 99 Control Register
CAN1_MOFCR100   0xF0029C80          Message Object 100 Function Control Register
CAN1_MOFGPR100  0xF0029C84          Message Object 100 FIFO/Gateway Pointer Register
CAN1_MOIPR100   0xF0029C88          Message Object 100 Interrupt Pointer Register
CAN1_MOAMR100   0xF0029C8C          Message Object 100 Acceptance Mask Register
CAN1_MODATAL100 0xF0029C90          Message Object 100 Data Register Low
CAN1_MODATAH100 0xF0029C94          Message Object 100 Data Register High
CAN1_MOAR100    0xF0029C98          Message Object 100 Arbitration Register
CAN1_MOCTR100   0xF0029C9C          Message Object 100 Control Register
CAN1_MOFCR101   0xF0029CA0          Message Object 101 Function Control Register
CAN1_MOFGPR101  0xF0029CA4          Message Object 101 FIFO/Gateway Pointer Register
CAN1_MOIPR101   0xF0029CA8          Message Object 101 Interrupt Pointer Register
CAN1_MOAMR101   0xF0029CAC          Message Object 101 Acceptance Mask Register
CAN1_MODATAL101 0xF0029CB0          Message Object 101 Data Register Low
CAN1_MODATAH101 0xF0029CB4          Message Object 101 Data Register High
CAN1_MOAR101    0xF0029CB8          Message Object 101 Arbitration Register
CAN1_MOCTR101   0xF0029CBC          Message Object 101 Control Register
CAN1_MOFCR102   0xF0029CC0          Message Object 102 Function Control Register
CAN1_MOFGPR102  0xF0029CC4          Message Object 102 FIFO/Gateway Pointer Register
CAN1_MOIPR102   0xF0029CC8          Message Object 102 Interrupt Pointer Register
CAN1_MOAMR102   0xF0029CCC          Message Object 102 Acceptance Mask Register
CAN1_MODATAL102 0xF0029CD0          Message Object 102 Data Register Low
CAN1_MODATAH102 0xF0029CD4          Message Object 102 Data Register High
CAN1_MOAR102    0xF0029CD8          Message Object 102 Arbitration Register
CAN1_MOCTR102   0xF0029CDC          Message Object 102 Control Register
CAN1_MOFCR103   0xF0029CE0          Message Object 103 Function Control Register
CAN1_MOFGPR103  0xF0029CE4          Message Object 103 FIFO/Gateway Pointer Register
CAN1_MOIPR103   0xF0029CE8          Message Object 103 Interrupt Pointer Register
CAN1_MOAMR103   0xF0029CEC          Message Object 103 Acceptance Mask Register
CAN1_MODATAL103 0xF0029CF0          Message Object 103 Data Register Low
CAN1_MODATAH103 0xF0029CF4          Message Object 103 Data Register High
CAN1_MOAR103    0xF0029CF8          Message Object 103 Arbitration Register
CAN1_MOCTR103   0xF0029CFC          Message Object 103 Control Register
CAN1_MOFCR104   0xF0029D00          Message Object 104 Function Control Register
CAN1_MOFGPR104  0xF0029D04          Message Object 104 FIFO/Gateway Pointer Register
CAN1_MOIPR104   0xF0029D08          Message Object 104 Interrupt Pointer Register
CAN1_MOAMR104   0xF0029D0C          Message Object 104 Acceptance Mask Register
CAN1_MODATAL104 0xF0029D10          Message Object 104 Data Register Low
CAN1_MODATAH104 0xF0029D14          Message Object 104 Data Register High
CAN1_MOAR104    0xF0029D18          Message Object 104 Arbitration Register
CAN1_MOCTR104   0xF0029D1C          Message Object 104 Control Register
CAN1_MOFCR105   0xF0029D20          Message Object 105 Function Control Register
CAN1_MOFGPR105  0xF0029D24          Message Object 105 FIFO/Gateway Pointer Register
CAN1_MOIPR105   0xF0029D28          Message Object 105 Interrupt Pointer Register
CAN1_MOAMR105   0xF0029D2C          Message Object 105 Acceptance Mask Register
CAN1_MODATAL105 0xF0029D30          Message Object 105 Data Register Low
CAN1_MODATAH105 0xF0029D34          Message Object 105 Data Register High
CAN1_MOAR105    0xF0029D38          Message Object 105 Arbitration Register
CAN1_MOCTR105   0xF0029D3C          Message Object 105 Control Register
CAN1_MOFCR106   0xF0029D40          Message Object 106 Function Control Register
CAN1_MOFGPR106  0xF0029D44          Message Object 106 FIFO/Gateway Pointer Register
CAN1_MOIPR106   0xF0029D48          Message Object 106 Interrupt Pointer Register
CAN1_MOAMR106   0xF0029D4C          Message Object 106 Acceptance Mask Register
CAN1_MODATAL106 0xF0029D50          Message Object 106 Data Register Low
CAN1_MODATAH106 0xF0029D54          Message Object 106 Data Register High
CAN1_MOAR106    0xF0029D58          Message Object 106 Arbitration Register
CAN1_MOCTR106   0xF0029D5C          Message Object 106 Control Register
CAN1_MOFCR107   0xF0029D60          Message Object 107 Function Control Register
CAN1_MOFGPR107  0xF0029D64          Message Object 107 FIFO/Gateway Pointer Register
CAN1_MOIPR107   0xF0029D68          Message Object 107 Interrupt Pointer Register
CAN1_MOAMR107   0xF0029D6C          Message Object 107 Acceptance Mask Register
CAN1_MODATAL107 0xF0029D70          Message Object 107 Data Register Low
CAN1_MODATAH107 0xF0029D74          Message Object 107 Data Register High
CAN1_MOAR107    0xF0029D78          Message Object 107 Arbitration Register
CAN1_MOCTR107   0xF0029D7C          Message Object 107 Control Register
CAN1_MOFCR108   0xF0029D80          Message Object 108 Function Control Register
CAN1_MOFGPR108  0xF0029D84          Message Object 108 FIFO/Gateway Pointer Register
CAN1_MOIPR108   0xF0029D88          Message Object 108 Interrupt Pointer Register
CAN1_MOAMR108   0xF0029D8C          Message Object 108 Acceptance Mask Register
CAN1_MODATAL108 0xF0029D90          Message Object 108 Data Register Low
CAN1_MODATAH108 0xF0029D94          Message Object 108 Data Register High
CAN1_MOAR108    0xF0029D98          Message Object 108 Arbitration Register
CAN1_MOCTR108   0xF0029D9C          Message Object 108 Control Register
CAN1_MOFCR109   0xF0029DA0          Message Object 109 Function Control Register
CAN1_MOFGPR109  0xF0029DA4          Message Object 109 FIFO/Gateway Pointer Register
CAN1_MOIPR109   0xF0029DA8          Message Object 109 Interrupt Pointer Register
CAN1_MOAMR109   0xF0029DAC          Message Object 109 Acceptance Mask Register
CAN1_MODATAL109 0xF0029DB0          Message Object 109 Data Register Low
CAN1_MODATAH109 0xF0029DB4          Message Object 109 Data Register High
CAN1_MOAR109    0xF0029DB8          Message Object 109 Arbitration Register
CAN1_MOCTR109   0xF0029DBC          Message Object 109 Control Register
CAN1_MOFCR110   0xF0029DC0          Message Object 110 Function Control Register
CAN1_MOFGPR110  0xF0029DC4          Message Object 110 FIFO/Gateway Pointer Register
CAN1_MOIPR110   0xF0029DC8          Message Object 110 Interrupt Pointer Register
CAN1_MOAMR110   0xF0029DCC          Message Object 110 Acceptance Mask Register
CAN1_MODATAL110 0xF0029DD0          Message Object 110 Data Register Low
CAN1_MODATAH110 0xF0029DD4          Message Object 110 Data Register High
CAN1_MOAR110    0xF0029DD8          Message Object 110 Arbitration Register
CAN1_MOCTR110   0xF0029DDC          Message Object 110 Control Register
CAN1_MOFCR111   0xF0029DE0          Message Object 111 Function Control Register
CAN1_MOFGPR111  0xF0029DE4          Message Object 111 FIFO/Gateway Pointer Register
CAN1_MOIPR111   0xF0029DE8          Message Object 111 Interrupt Pointer Register
CAN1_MOAMR111   0xF0029DEC          Message Object 111 Acceptance Mask Register
CAN1_MODATAL111 0xF0029DF0          Message Object 111 Data Register Low
CAN1_MODATAH111 0xF0029DF4          Message Object 111 Data Register High
CAN1_MOAR111    0xF0029DF8          Message Object 111 Arbitration Register
CAN1_MOCTR111   0xF0029DFC          Message Object 111 Control Register
CAN1_MOFCR112   0xF0029E00          Message Object 112 Function Control Register
CAN1_MOFGPR112  0xF0029E04          Message Object 112 FIFO/Gateway Pointer Register
CAN1_MOIPR112   0xF0029E08          Message Object 112 Interrupt Pointer Register
CAN1_MOAMR112   0xF0029E0C          Message Object 112 Acceptance Mask Register
CAN1_MODATAL112 0xF0029E10          Message Object 112 Data Register Low
CAN1_MODATAH112 0xF0029E14          Message Object 112 Data Register High
CAN1_MOAR112    0xF0029E18          Message Object 112 Arbitration Register
CAN1_MOCTR112   0xF0029E1C          Message Object 112 Control Register
CAN1_MOFCR113   0xF0029E20          Message Object 113 Function Control Register
CAN1_MOFGPR113  0xF0029E24          Message Object 113 FIFO/Gateway Pointer Register
CAN1_MOIPR113   0xF0029E28          Message Object 113 Interrupt Pointer Register
CAN1_MOAMR113   0xF0029E2C          Message Object 113 Acceptance Mask Register
CAN1_MODATAL113 0xF0029E30          Message Object 113 Data Register Low
CAN1_MODATAH113 0xF0029E34          Message Object 113 Data Register High
CAN1_MOAR113    0xF0029E38          Message Object 113 Arbitration Register
CAN1_MOCTR113   0xF0029E3C          Message Object 113 Control Register
CAN1_MOFCR114   0xF0029E40          Message Object 114 Function Control Register
CAN1_MOFGPR114  0xF0029E44          Message Object 114 FIFO/Gateway Pointer Register
CAN1_MOIPR114   0xF0029E48          Message Object 114 Interrupt Pointer Register
CAN1_MOAMR114   0xF0029E4C          Message Object 114 Acceptance Mask Register
CAN1_MODATAL114 0xF0029E50          Message Object 114 Data Register Low
CAN1_MODATAH114 0xF0029E54          Message Object 114 Data Register High
CAN1_MOAR114    0xF0029E58          Message Object 114 Arbitration Register
CAN1_MOCTR114   0xF0029E5C          Message Object 114 Control Register
CAN1_MOFCR115   0xF0029E60          Message Object 115 Function Control Register
CAN1_MOFGPR115  0xF0029E64          Message Object 115 FIFO/Gateway Pointer Register
CAN1_MOIPR115   0xF0029E68          Message Object 115 Interrupt Pointer Register
CAN1_MOAMR115   0xF0029E6C          Message Object 115 Acceptance Mask Register
CAN1_MODATAL115 0xF0029E70          Message Object 115 Data Register Low
CAN1_MODATAH115 0xF0029E74          Message Object 115 Data Register High
CAN1_MOAR115    0xF0029E78          Message Object 115 Arbitration Register
CAN1_MOCTR115   0xF0029E7C          Message Object 115 Control Register
CAN1_MOFCR116   0xF0029E80          Message Object 116 Function Control Register
CAN1_MOFGPR116  0xF0029E84          Message Object 116 FIFO/Gateway Pointer Register
CAN1_MOIPR116   0xF0029E88          Message Object 116 Interrupt Pointer Register
CAN1_MOAMR116   0xF0029E8C          Message Object 116 Acceptance Mask Register
CAN1_MODATAL116 0xF0029E90          Message Object 116 Data Register Low
CAN1_MODATAH116 0xF0029E94          Message Object 116 Data Register High
CAN1_MOAR116    0xF0029E98          Message Object 116 Arbitration Register
CAN1_MOCTR116   0xF0029E9C          Message Object 116 Control Register
CAN1_MOFCR117   0xF0029EA0          Message Object 117 Function Control Register
CAN1_MOFGPR117  0xF0029EA4          Message Object 117 FIFO/Gateway Pointer Register
CAN1_MOIPR117   0xF0029EA8          Message Object 117 Interrupt Pointer Register
CAN1_MOAMR117   0xF0029EAC          Message Object 117 Acceptance Mask Register
CAN1_MODATAL117 0xF0029EB0          Message Object 117 Data Register Low
CAN1_MODATAH117 0xF0029EB4          Message Object 117 Data Register High
CAN1_MOAR117    0xF0029EB8          Message Object 117 Arbitration Register
CAN1_MOCTR117   0xF0029EBC          Message Object 117 Control Register
CAN1_MOFCR118   0xF0029EC0          Message Object 118 Function Control Register
CAN1_MOFGPR118  0xF0029EC4          Message Object 118 FIFO/Gateway Pointer Register
CAN1_MOIPR118   0xF0029EC8          Message Object 118 Interrupt Pointer Register
CAN1_MOAMR118   0xF0029ECC          Message Object 118 Acceptance Mask Register
CAN1_MODATAL118 0xF0029ED0          Message Object 118 Data Register Low
CAN1_MODATAH118 0xF0029ED4          Message Object 118 Data Register High
CAN1_MOAR118    0xF0029ED8          Message Object 118 Arbitration Register
CAN1_MOCTR118   0xF0029EDC          Message Object 118 Control Register
CAN1_MOFCR119   0xF0029EE0          Message Object 119 Function Control Register
CAN1_MOFGPR119  0xF0029EE4          Message Object 119 FIFO/Gateway Pointer Register
CAN1_MOIPR119   0xF0029EE8          Message Object 119 Interrupt Pointer Register
CAN1_MOAMR119   0xF0029EEC          Message Object 119 Acceptance Mask Register
CAN1_MODATAL119 0xF0029EF0          Message Object 119 Data Register Low
CAN1_MODATAH119 0xF0029EF4          Message Object 119 Data Register High
CAN1_MOAR119    0xF0029EF8          Message Object 119 Arbitration Register
CAN1_MOCTR119   0xF0029EFC          Message Object 119 Control Register
CAN1_MOFCR120   0xF0029F00          Message Object 120 Function Control Register
CAN1_MOFGPR120  0xF0029F04          Message Object 120 FIFO/Gateway Pointer Register
CAN1_MOIPR120   0xF0029F08          Message Object 120 Interrupt Pointer Register
CAN1_MOAMR120   0xF0029F0C          Message Object 120 Acceptance Mask Register
CAN1_MODATAL120 0xF0029F10          Message Object 120 Data Register Low
CAN1_MODATAH120 0xF0029F14          Message Object 120 Data Register High
CAN1_MOAR120    0xF0029F18          Message Object 120 Arbitration Register
CAN1_MOCTR120   0xF0029F1C          Message Object 120 Control Register
CAN1_MOFCR121   0xF0029F20          Message Object 121 Function Control Register
CAN1_MOFGPR121  0xF0029F24          Message Object 121 FIFO/Gateway Pointer Register
CAN1_MOIPR121   0xF0029F28          Message Object 121 Interrupt Pointer Register
CAN1_MOAMR121   0xF0029F2C          Message Object 121 Acceptance Mask Register
CAN1_MODATAL121 0xF0029F30          Message Object 121 Data Register Low
CAN1_MODATAH121 0xF0029F34          Message Object 121 Data Register High
CAN1_MOAR121    0xF0029F38          Message Object 121 Arbitration Register
CAN1_MOCTR121   0xF0029F3C          Message Object 121 Control Register
CAN1_MOFCR122   0xF0029F40          Message Object 122 Function Control Register
CAN1_MOFGPR122  0xF0029F44          Message Object 122 FIFO/Gateway Pointer Register
CAN1_MOIPR122   0xF0029F48          Message Object 122 Interrupt Pointer Register
CAN1_MOAMR122   0xF0029F4C          Message Object 122 Acceptance Mask Register
CAN1_MODATAL122 0xF0029F50          Message Object 122 Data Register Low
CAN1_MODATAH122 0xF0029F54          Message Object 122 Data Register High
CAN1_MOAR122    0xF0029F58          Message Object 122 Arbitration Register
CAN1_MOCTR122   0xF0029F5C          Message Object 122 Control Register
CAN1_MOFCR123   0xF0029F60          Message Object 123 Function Control Register
CAN1_MOFGPR123  0xF0029F64          Message Object 123 FIFO/Gateway Pointer Register
CAN1_MOIPR123   0xF0029F68          Message Object 123 Interrupt Pointer Register
CAN1_MOAMR123   0xF0029F6C          Message Object 123 Acceptance Mask Register
CAN1_MODATAL123 0xF0029F70          Message Object 123 Data Register Low
CAN1_MODATAH123 0xF0029F74          Message Object 123 Data Register High
CAN1_MOAR123    0xF0029F78          Message Object 123 Arbitration Register
CAN1_MOCTR123   0xF0029F7C          Message Object 123 Control Register
CAN1_MOFCR124   0xF0029F80          Message Object 124 Function Control Register
CAN1_MOFGPR124  0xF0029F84          Message Object 124 FIFO/Gateway Pointer Register
CAN1_MOIPR124   0xF0029F88          Message Object 124 Interrupt Pointer Register
CAN1_MOAMR124   0xF0029F8C          Message Object 124 Acceptance Mask Register
CAN1_MODATAL124 0xF0029F90          Message Object 124 Data Register Low
CAN1_MODATAH124 0xF0029F94          Message Object 124 Data Register High
CAN1_MOAR124    0xF0029F98          Message Object 124 Arbitration Register
CAN1_MOCTR124   0xF0029F9C          Message Object 124 Control Register
CAN1_MOFCR125   0xF0029FA0          Message Object 125 Function Control Register
CAN1_MOFGPR125  0xF0029FA4          Message Object 125 FIFO/Gateway Pointer Register
CAN1_MOIPR125   0xF0029FA8          Message Object 125 Interrupt Pointer Register
CAN1_MOAMR125   0xF0029FAC          Message Object 125 Acceptance Mask Register
CAN1_MODATAL125 0xF0029FB0          Message Object 125 Data Register Low
CAN1_MODATAH125 0xF0029FB4          Message Object 125 Data Register High
CAN1_MOAR125    0xF0029FB8          Message Object 125 Arbitration Register
CAN1_MOCTR125   0xF0029FBC          Message Object 125 Control Register
CAN1_MOFCR126   0xF0029FC0          Message Object 126 Function Control Register
CAN1_MOFGPR126  0xF0029FC4          Message Object 126 FIFO/Gateway Pointer Register
CAN1_MOIPR126   0xF0029FC8          Message Object 126 Interrupt Pointer Register
CAN1_MOAMR126   0xF0029FCC          Message Object 126 Acceptance Mask Register
CAN1_MODATAL126 0xF0029FD0          Message Object 126 Data Register Low
CAN1_MODATAH126 0xF0029FD4          Message Object 126 Data Register High
CAN1_MOAR126    0xF0029FD8          Message Object 126 Arbitration Register
CAN1_MOCTR126   0xF0029FDC          Message Object 126 Control Register
CAN1_MOFCR127   0xF0029FE0          Message Object 127 Function Control Register
CAN1_MOFGPR127  0xF0029FE4          Message Object 127 FIFO/Gateway Pointer Register
CAN1_MOIPR127   0xF0029FE8          Message Object 127 Interrupt Pointer Register
CAN1_MOAMR127   0xF0029FEC          Message Object 127 Acceptance Mask Register
CAN1_MODATAL127 0xF0029FF0          Message Object 127 Data Register Low
CAN1_MODATAH127 0xF0029FF4          Message Object 127 Data Register High
CAN1_MOAR127    0xF0029FF8          Message Object 127 Arbitration Register
CAN1_MOCTR127   0xF0029FFC          Message Object 127 Control Register
SBCU_ID         0xF0030008          Module Identification Register
SBCU_CON        0xF0030010          SBCU Control Register
SBCU_PRIOH      0xF0030014          Arbiter Priority Register High
SBCU_PRIOL      0xF0030018          Arbiter Priority Register Low
SBCU_ECON       0xF0030020          SBCU Error Control Capture Register
SBCU_EADD       0xF0030024          SBCU Error Address Capture Register
SBCU_EDAT       0xF0030028          SBCU Error Data Capture Register
SBCU_DBCNTL     0xF0030030          SBCU Debug Control Register
SBCU_DBGRNT     0xF0030034          SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0030038          SBCU Debug Address 1 Register
SBCU_DBADR2     0xF003003C          SBCU Debug Address 2 Register
SBCU_DBBOS      0xF0030040          SBCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0030044          SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0030048          SBCU Debug Trapped Address Register
SBCU_DBBOST     0xF003004C          SBCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0030050          SBCU Debug Data Status Register
SBCU_ACCEN1     0xF00300F8          Access Enable Register 1
SBCU_ACCEN0     0xF00300FC          Access Enable Register 0
IOM_CLC         0xF0035000          IOM Clock Control Register
IOM_ID          0xF0035008          IOM Identification Register
IOM_KRSTCLR     0xF003501C          IOM Kernel Reset Status Clear Register
IOM_KRST1       0xF0035020          IOM Kernel Reset Register 1
IOM_KRST0       0xF0035024          IOM Kernel Reset Register 0
IOM_ACCEN1      0xF0035028          IOM Access Enable Register 1
IOM_ACCEN0      0xF003502C          IOM Access Enable Register 0
IOM_ECMCCFG     0xF0035030          IOM Event Combiner Module Counter Configuration Register
IOM_ECMSELR     0xF0035034          IOM Event Combiner Module Global Event Selection Register
IOM_ECMETH0     0xF0035038          IOM Event Combiner Module Event Trigger History Register 0
IOM_ECMETH1     0xF003503C          IOM Event Combiner Module Event Trigger History Register 1
IOM_GTMEXR      0xF0035040          IOM GTM Input EXOR Combiner Selection Register
IOM_FPCESR      0xF0035078          IOM Filter and Prescaler Cells Rising 'and' Falling Edge Status Register
IOM_FPCCTR0     0xF0035080          IOM Filter and Prescaler Cell Control Register0
IOM_FPCCTR1     0xF0035084          IOM Filter and Prescaler Cell Control Register1
IOM_FPCCTR2     0xF0035088          IOM Filter and Prescaler Cell Control Register2
IOM_FPCCTR3     0xF003508C          IOM Filter and Prescaler Cell Control Register3
IOM_FPCCTR4     0xF0035090          IOM Filter and Prescaler Cell Control Register4
IOM_FPCCTR5     0xF0035094          IOM Filter and Prescaler Cell Control Register5
IOM_FPCCTR6     0xF0035098          IOM Filter and Prescaler Cell Control Register6
IOM_FPCCTR7     0xF003509C          IOM Filter and Prescaler Cell Control Register7
IOM_FPCCTR8     0xF00350A0          IOM Filter and Prescaler Cell Control Register8
IOM_FPCCTR9     0xF00350A4          IOM Filter and Prescaler Cell Control Register9
IOM_FPCCTR10    0xF00350A8          IOM Filter and Prescaler Cell Control Register10
IOM_FPCCTR11    0xF00350AC          IOM Filter and Prescaler Cell Control Register11
IOM_FPCCTR12    0xF00350B0          IOM Filter and Prescaler Cell Control Register12
IOM_FPCCTR13    0xF00350B4          IOM Filter and Prescaler Cell Control Register13
IOM_FPCCTR14    0xF00350B8          IOM Filter and Prescaler Cell Control Register14
IOM_FPCCTR15    0xF00350BC          IOM Filter and Prescaler Cell Control Register15
IOM_FPCTIM0     0xF00350C0          IOM Filter and Prescaler Cell 0 Timer Register
IOM_FPCTIM1     0xF00350C4          IOM Filter and Prescaler Cell 1 Timer Register
IOM_FPCTIM2     0xF00350C8          IOM Filter and Prescaler Cell 2 Timer Register
IOM_FPCTIM3     0xF00350CC          IOM Filter and Prescaler Cell 3 Timer Register
IOM_FPCTIM4     0xF00350D0          IOM Filter and Prescaler Cell 4 Timer Register
IOM_FPCTIM5     0xF00350D4          IOM Filter and Prescaler Cell 5 Timer Register
IOM_FPCTIM6     0xF00350D8          IOM Filter and Prescaler Cell 6 Timer Register
IOM_FPCTIM7     0xF00350DC          IOM Filter and Prescaler Cell 7 Timer Register
IOM_FPCTIM8     0xF00350E0          IOM Filter and Prescaler Cell 8 Timer Register
IOM_FPCTIM9     0xF00350E4          IOM Filter and Prescaler Cell 9 Timer Register
IOM_FPCTIM10    0xF00350E8          IOM Filter and Prescaler Cell 10 Timer Register
IOM_FPCTIM11    0xF00350EC          IOM Filter and Prescaler Cell 11 Timer Register
IOM_FPCTIM12    0xF00350F0          IOM Filter and Prescaler Cell 12 Timer Register
IOM_FPCTIM13    0xF00350F4          IOM Filter and Prescaler Cell 13 Timer Register
IOM_FPCTIM14    0xF00350F8          IOM Filter and Prescaler Cell 14 Timer Register
IOM_FPCTIM15    0xF00350FC          IOM Filter and Prescaler Cell 15 Timer Register
IOM_LAMEWC0     0xF0035100          IOM Logic Analyzer Module Event Window Count Status Register0
IOM_LAMEWC1     0xF0035104          IOM Logic Analyzer Module Event Window Count Status Register1
IOM_LAMEWC2     0xF0035108          IOM Logic Analyzer Module Event Window Count Status Register2
IOM_LAMEWC3     0xF003510C          IOM Logic Analyzer Module Event Window Count Status Register3
IOM_LAMEWC4     0xF0035110          IOM Logic Analyzer Module Event Window Count Status Register4
IOM_LAMEWC5     0xF0035114          IOM Logic Analyzer Module Event Window Count Status Register5
IOM_LAMEWC6     0xF0035118          IOM Logic Analyzer Module Event Window Count Status Register6
IOM_LAMEWC7     0xF003511C          IOM Logic Analyzer Module Event Window Count Status Register7
IOM_LAMEWC8     0xF0035120          IOM Logic Analyzer Module Event Window Count Status Register8
IOM_LAMEWC9     0xF0035124          IOM Logic Analyzer Module Event Window Count Status Register9
IOM_LAMEWC10    0xF0035128          IOM Logic Analyzer Module Event Window Count Status Register10
IOM_LAMEWC11    0xF003512C          IOM Logic Analyzer Module Event Window Count Status Register11
IOM_LAMEWC12    0xF0035130          IOM Logic Analyzer Module Event Window Count Status Register12
IOM_LAMEWC13    0xF0035134          IOM Logic Analyzer Module Event Window Count Status Register13
IOM_LAMEWC14    0xF0035138          IOM Logic Analyzer Module Event Window Count Status Register14
IOM_LAMEWC15    0xF003513C          IOM Logic Analyzer Module Event Window Count Status Register15
IOM_LAMCFG0     0xF0035180          IOM Logic Analyzer Module Configuration Register0
IOM_LAMCFG1     0xF0035184          IOM Logic Analyzer Module Configuration Register1
IOM_LAMCFG2     0xF0035188          IOM Logic Analyzer Module Configuration Register2
IOM_LAMCFG3     0xF003518C          IOM Logic Analyzer Module Configuration Register3
IOM_LAMCFG4     0xF0035190          IOM Logic Analyzer Module Configuration Register4
IOM_LAMCFG5     0xF0035194          IOM Logic Analyzer Module Configuration Register5
IOM_LAMCFG6     0xF0035198          IOM Logic Analyzer Module Configuration Register6
IOM_LAMCFG7     0xF003519C          IOM Logic Analyzer Module Configuration Register7
IOM_LAMCFG8     0xF00351A0          IOM Logic Analyzer Module Configuration Register8
IOM_LAMCFG9     0xF00351A4          IOM Logic Analyzer Module Configuration Register9
IOM_LAMCFG10    0xF00351A8          IOM Logic Analyzer Module Configuration Register10
IOM_LAMCFG11    0xF00351AC          IOM Logic Analyzer Module Configuration Register11
IOM_LAMCFG12    0xF00351B0          IOM Logic Analyzer Module Configuration Register12
IOM_LAMCFG13    0xF00351B4          IOM Logic Analyzer Module Configuration Register13
IOM_LAMCFG14    0xF00351B8          IOM Logic Analyzer Module Configuration Register14
IOM_LAMCFG15    0xF00351BC          IOM Logic Analyzer Module Configuration Register15
IOM_LAMEWS0     0xF00351C0          IOM Logic Analyzer Module Event Window Configuration Register0
IOM_LAMEWS1     0xF00351C4          IOM Logic Analyzer Module Event Window Configuration Register1
IOM_LAMEWS2     0xF00351C8          IOM Logic Analyzer Module Event Window Configuration Register2
IOM_LAMEWS3     0xF00351CC          IOM Logic Analyzer Module Event Window Configuration Register3
IOM_LAMEWS4     0xF00351D0          IOM Logic Analyzer Module Event Window Configuration Register4
IOM_LAMEWS5     0xF00351D4          IOM Logic Analyzer Module Event Window Configuration Register5
IOM_LAMEWS6     0xF00351D8          IOM Logic Analyzer Module Event Window Configuration Register6
IOM_LAMEWS7     0xF00351DC          IOM Logic Analyzer Module Event Window Configuration Register7
IOM_LAMEWS8     0xF00351E0          IOM Logic Analyzer Module Event Window Configuration Register8
IOM_LAMEWS9     0xF00351E4          IOM Logic Analyzer Module Event Window Configuration Register9
IOM_LAMEWS10    0xF00351E8          IOM Logic Analyzer Module Event Window Configuration Register10
IOM_LAMEWS11    0xF00351EC          IOM Logic Analyzer Module Event Window Configuration Register11
IOM_LAMEWS12    0xF00351F0          IOM Logic Analyzer Module Event Window Configuration Register12
IOM_LAMEWS13    0xF00351F4          IOM Logic Analyzer Module Event Window Configuration Register13
IOM_LAMEWS14    0xF00351F8          IOM Logic Analyzer Module Event Window Configuration Register14
IOM_LAMEWS15    0xF00351FC          IOM Logic Analyzer Module Event Window Configuration Register15
SCU_ID          0xF0036008          Identification Register
SCU_OSCCON      0xF0036010          OSC Control Register
SCU_PLLSTAT     0xF0036014          PLL Status Register
SCU_PLLCON0     0xF0036018          PLL Configuration 0 Register
SCU_PLLCON1     0xF003601C          PLL Configuration 1 Register
SCU_PLLCON2     0xF0036020          PLL Configuration 2 Register
SCU_PLLERAYSTAT 0xF0036024          PLL_ERAY Status Register
SCU_PLLERAYCON0 0xF0036028          PLL_ERAY Configuration 0 Register
SCU_PLLERAYCON1 0xF003602C          PLL_ERAY Configuration 1 Register
SCU_CCUCON0     0xF0036030          CCU Clock Control Register 0
SCU_CCUCON1     0xF0036034          CCU Clock Control Register 1
SCU_FDR         0xF0036038          Fractional Divider Register
SCU_EXTCON      0xF003603C          External Clock Control Register
SCU_CCUCON2     0xF0036040          CCU Clock Control Register 2
SCU_CCUCON3     0xF0036044          CCU Clock Control Register 3
SCU_CCUCON4     0xF0036048          CCU Clock Control Register 4
SCU_CCUCON5     0xF003604C          CCU Clock Control Register 5
SCU_RSTSTAT     0xF0036050          Reset Status Register
SCU_RSTCON      0xF0036058          Reset Configuration Register
SCU_ARSTDIS     0xF003605C          Application Reset Disable Register
SCU_SWRSTCON    0xF0036060          Software Reset Configuration Register
SCU_RSTCON2     0xF0036064          Additional Reset Control Register
SCU_EVRRSTCON   0xF003606C          EVR Reset Control Register
SCU_ESRCFG0     0xF0036070          ESR0 Input Configuration Register
SCU_ESRCFG1     0xF0036074          ESR1 Input Configuration Register
SCU_ESROCFG     0xF0036078          ESR Output Configuration Register
SCU_SYSCON      0xF003607C          System Control Register
SCU_CCUCON6     0xF0036080          CCU Clock Control Register 6
SCU_PDR         0xF003609C          ESR Pad Driver Mode Register
SCU_IOCR        0xF00360A0          Input/Output Control Register
SCU_OUT         0xF00360A4          ESR Output Register
SCU_OMR         0xF00360A8          ESR Output Modification Register
SCU_IN          0xF00360AC          ESR Input Register
SCU_EVRSTAT     0xF00360B0          EVR Status Register
SCU_EVR13CON    0xF00360B8          EVR13 Control Register
SCU_STSTAT      0xF00360C0          Start-up Status Register
SCU_PMSWCR0     0xF00360C8          Standby and Wake-up Control Register 0
SCU_PMSWSTAT    0xF00360CC          Standby and Wake-up Status Flag Register
SCU_PMSWSTATCLR 0xF00360D0          Standby and Wake-up Status Clear Register
SCU_PMCSR0      0xF00360D4          Power Management Control and Status Register
SCU_DTSSTAT     0xF00360E0          Die Temperature Sensor Status Register
SCU_DTSCON      0xF00360E4          Die Temperature Sensor Control Register
SCU_PMSWCR1     0xF00360E8          Standby and Wake-up Control Register 1
SCU_WDTSCON0    0xF00360F0          Safety WDT Control Register 0
SCU_WDTSCON1    0xF00360F4          Safety WDT Control Register 1
SCU_WDTSSR      0xF00360F8          Safety WDT Status Register
SCU_EMSR        0xF00360FC          Emergency Stop Register
SCU_WDTCPU0CON0 0xF0036100          CPU0 WDT Control Register 0
SCU_WDTCPU0CON1 0xF0036104          CPU0 WDT Control Register 1
SCU_WDTCPU0SR   0xF0036108          CPU0 WDT Status Register
SCU_WDTCPU1CON0 0xF003610C          Reserved Register
SCU_WDTCPU1CON1 0xF0036110          Reserved Register
SCU_WDTCPU1SR   0xF0036114          CPU1 WDT Status Register
SCU_WDTCPU2CON0 0xF0036118          Reserved Register
SCU_WDTCPU2CON1 0xF003611C          Reserved Register
SCU_WDTCPU2SR   0xF0036120          CPU2 WDT Status Register
SCU_TRAPSTAT    0xF0036124          Trap Status Register
SCU_TRAPSET     0xF0036128          Trap Set Register
SCU_TRAPCLR     0xF003612C          Trap Clear Register
SCU_TRAPDIS     0xF0036130          Trap Disable Register
SCU_LCLCON0     0xF0036134          LCL CPU0 Control Register
SCU_LCLCON1     0xF0036138          LCL CPU1 Control Register
SCU_LCLTEST     0xF003613C          LCL Test Register
SCU_CHIPID      0xF0036140          Chip Identification Register
SCU_MANID       0xF0036144          Manufacturer Identification Register
SCU_SAFECON     0xF0036150          Safety Heartbeat Register
SCU_LBISTCTRL0  0xF0036164          Logic BIST Control 0 Register
SCU_LBISTCTRL1  0xF0036168          Logic BIST Control 1 Register
SCU_LBISTCTRL2  0xF003616C          Logic BIST Control 2 Register
SCU_PDISC       0xF003618C          Pad Disable Control Register
SCU_EVRADCSTAT  0xF003619C          EVR ADC Status Register
SCU_EVRUVMON    0xF00361A0          EVR Under-voltage Configuration Register
SCU_EVROVMON    0xF00361A4          EVR Over-voltage Configuration Register
SCU_EVRMONCTRL  0xF00361A8          EVR Monitor Control Register
SCU_EVRSDCTRL1  0xF00361B0          EVR13 SD Control Register 1
SCU_EVRSDCTRL2  0xF00361B4          EVR13 SD Control Register 2
SCU_EVRSDCTRL3  0xF00361B8          EVR13 SD Control Register 3
SCU_EVRSDCOEFF2 0xF00361C4          EVR13 SD Coefficient Register 2
SCU_PMSWUTCNT   0xF00361DC          Standby WUT Counter Register
SCU_OVCENABLE   0xF00361E0          Overlay Enable Register
SCU_OVCCON      0xF00361E4          Overlay Control Register
SCU_EICR0       0xF0036210          External Input Channel Register 0
SCU_EICR1       0xF0036214          External Input Channel Register 1
SCU_EICR2       0xF0036218          External Input Channel Register 2
SCU_EICR3       0xF003621C          External Input Channel Register 3
SCU_EIFR        0xF0036220          External Input Flag Register
SCU_FMR         0xF0036224          Flag Modification Register
SCU_PDRR        0xF0036228          Pattern Detection Result Register
SCU_IGCR0       0xF003622C          Flag Gating Register 0
SCU_IGCR1       0xF0036230          Flag Gating Register 1
SCU_IGCR2       0xF0036234          Flag Gating Register 2
SCU_IGCR3       0xF0036238          Flag Gating Register 3
SCU_DTSLIM      0xF0036240          Die Temperature Sensor Limit Register
SCU_PMSWCR3     0xF0036300          Standby and Wake-up Control Register 3
SCU_ACCEN1      0xF00363F8          Access Enable Register 1
SCU_ACCEN0      0xF00363FC          Access Enable Register 0
SMU_CLC         0xF0036800          Clock Control Register
SMU_ID          0xF0036808          Module Identification Register
SMU_CMD         0xF0036820          Command Register
SMU_STS         0xF0036824          Status Register
SMU_FSP         0xF0036828          Fault Signaling Protocol
SMU_AGC         0xF003682C          Alarm Global Configuration
SMU_RTC         0xF0036830          Recovery Timer Configuration
SMU_KEYS        0xF0036834          Key Register
SMU_DBG         0xF0036838          Debug Register
SMU_PCTL        0xF003683C          Port Control
SMU_AFCNT       0xF0036840          Alarm and Fault Counter
SMU_RTAC0       0xF0036860          Recovery Timer Alarm Configuration
SMU_RTAC1       0xF0036864          Recovery Timer Alarm Configuration
SMU_AG0CF0      0xF0036900          Alarm Configuration Register
SMU_AG0CF1      0xF0036904          Alarm Configuration Register
SMU_AG0CF2      0xF0036908          Alarm Configuration Register
SMU_AG1CF0      0xF003690C          Alarm Configuration Register
SMU_AG1CF1      0xF0036910          Alarm Configuration Register
SMU_AG1CF2      0xF0036914          Alarm Configuration Register
SMU_AG2CF0      0xF0036918          Alarm Configuration Register
SMU_AG2CF1      0xF003691C          Alarm Configuration Register
SMU_AG2CF2      0xF0036920          Alarm Configuration Register
SMU_AG3CF0      0xF0036924          Alarm Configuration Register
SMU_AG3CF1      0xF0036928          Alarm Configuration Register
SMU_AG3CF2      0xF003692C          Alarm Configuration Register
SMU_AG4CF0      0xF0036930          Alarm Configuration Register
SMU_AG4CF1      0xF0036934          Alarm Configuration Register
SMU_AG4CF2      0xF0036938          Alarm Configuration Register
SMU_AG5CF0      0xF003693C          Alarm Configuration Register
SMU_AG5CF1      0xF0036940          Alarm Configuration Register
SMU_AG5CF2      0xF0036944          Alarm Configuration Register
SMU_AG6CF0      0xF0036948          Alarm Configuration Register
SMU_AG6CF1      0xF003694C          Alarm Configuration Register
SMU_AG6CF2      0xF0036950          Alarm Configuration Register
SMU_AG0FSP      0xF0036980          FSP Configuration Register
SMU_AG1FSP      0xF0036984          FSP Configuration Register
SMU_AG2FSP      0xF0036988          FSP Configuration Register
SMU_AG3FSP      0xF003698C          FSP Configuration Register
SMU_AG4FSP      0xF0036990          FSP Configuration Register
SMU_AG5FSP      0xF0036994          FSP Configuration Register
SMU_AG6FSP      0xF0036998          FSP Configuration Register
SMU_AG0         0xF00369C0          Alarm Status Register
SMU_AG1         0xF00369C4          Alarm Status Register
SMU_AG2         0xF00369C8          Alarm Status Register
SMU_AG3         0xF00369CC          Alarm Status Register
SMU_AG4         0xF00369D0          Alarm Status Register
SMU_AG5         0xF00369D4          Alarm Status Register
SMU_AG6         0xF00369D8          Alarm Status Register
SMU_AD0         0xF0036A00          Alarm Status Register
SMU_AD1         0xF0036A04          Alarm Status Register
SMU_AD2         0xF0036A08          Alarm Status Register
SMU_AD3         0xF0036A0C          Alarm Status Register
SMU_AD4         0xF0036A10          Alarm Status Register
SMU_AD5         0xF0036A14          Alarm Status Register
SMU_AD6         0xF0036A18          Alarm Status Register
SMU_RMCTL       0xF0036B00          Register Monitor Control
SMU_RMEF        0xF0036B04          Register Monitor Error Flags
SMU_RMSTS       0xF0036B08          Register Monitor Self Test Status
SMU_OCS         0xF0036FE8          OCDS Control and Status
SMU_KRSTCLR     0xF0036FEC          SMU Reset Status Clear Register
SMU_KRST1       0xF0036FF0          SMU Reset Register 1
SMU_KRST0       0xF0036FF4          SMU Reset Register 0
SMU_ACCEN1      0xF0036FF8          SMU Access Enable Register 1
SMU_ACCEN0      0xF0036FFC          SMU Access Enable Register 0
INT_ID          0xF0037008          Module Identification Register
INT_SRB0        0xF0037010          Service Request Broadcast Register 0
INT_OOBS        0xF0037080          OTGM OTGB0/1 Status
INT_OSSIC       0xF0037084          OTGM SSI Control
INT_OIXTS       0xF0037088          OTGM IRQ MUX Trigger Set Select
INT_OIXMS       0xF003708C          OTGM IRQ MUX Missed IRQ Select
INT_OIXS0       0xF0037090          OTGM IRQ MUX Select 0
INT_OIXS1       0xF0037094          OTGM IRQ MUX Select 1
INT_OIT         0xF00370A0          OTGM IRQ Trace
INT_OMISP       0xF00370A4          OTGM MCDS I/F Sensitivity Posedge
INT_OMISN       0xF00370A8          OTGM MCDS I/F Sensitivity Negedge
INT_ACCEN01     0xF00370F0          Kernel 0 Access Enable Register 1
INT_ACCEN00     0xF00370F4          Access Enable Register 0
INT_ACCEN11     0xF00370F8          Kernel 1 Access Enable Register 1
INT_ACCEN10     0xF00370FC          Kernel 1 Access Enable Register 0
INT_LWSR0       0xF0037100          Latest Winning Service Request Register 0
INT_LASR0       0xF0037104          Last Acknowledged Service Request Register 0
INT_ECR0        0xF0037108          Error Capture Register 0
INT_LWSR1       0xF0037110          Latest Winning Service Request Register 1
INT_LASR1       0xF0037114          Last Acknowledged Service Request Register 1
INT_ECR1        0xF0037118          Error Capture Register 1
SRC_CPU0SBSRC   0xF0038000          CPU 0Software Breakpoint Service Request
SRC_EMEM        0xF0038020          Emulation Memory Service Request
SRC_BCUSPBSBSRC 0xF0038040          Bus Control Unit SPB Service Request
SRC_XBARSRC     0xF0038048          XBAR_SRI Service Request
SRC_CERBERUS0   0xF0038050          Cerberus Service Request 0
SRC_CERBERUS1   0xF0038054          Cerberus Service Request 1
SRC_ASCLIN0TX   0xF0038080          ASCLIN 0 Transmit Service Request
SRC_ASCLIN0RX   0xF0038084          ASCLIN 0 Receive Service Request
SRC_ASCLIN0ERR  0xF0038088          ASCLIN 0 Error Service Request
SRC_ASCLIN1TX   0xF003808C          ASCLIN 1 Transmit Service Request
SRC_ASCLIN1RX   0xF0038090          ASCLIN 1 Receive Service Request
SRC_ASCLIN1ERR  0xF0038094          ASCLIN 1 Error Service Request
SRC_QSPI0TX     0xF0038190          QSPI 0 Transmit Service Request
SRC_QSPI0RX     0xF0038194          QSPI 0 Receive Service Request
SRC_QSPI0ERR    0xF0038198          QSPI 0 Error Service Request
SRC_QSPI0PT     0xF003819C          QSPI 0 Phase Transition Service Request
SRC_RESERVED10  0xF00381A0          Reserved Service Request 10
SRC_QSPI0U      0xF00381A4          QSPI 0 User Defined Service Request
SRC_QSPI1TX     0xF00381A8          QSPI 1 Transmit Service Request
SRC_QSPI1RX     0xF00381AC          QSPI 1 Receive Service Request
SRC_QSPI1ERR    0xF00381B0          QSPI 1 Error Service Request
SRC_QSPI1PT     0xF00381B4          QSPI 1 Phase Transition Service Request
SRC_RESERVED11  0xF00381B8          Reserved Service Request 11
SRC_QSPI1U      0xF00381BC          QSPI 1 User Defined Service Request
SRC_QSPI2TX     0xF00381C0          QSPI 2 Transmit Service Request
SRC_QSPI2RX     0xF00381C4          QSPI 2 Receive Service Request
SRC_QSPI2ERR    0xF00381C8          QSPI 2 Error Service Request
SRC_QSPI2PT     0xF00381CC          QSPI 2 Phase Transition Service Request
SRC_QSPI2HC     0xF00381D0          QSPI 2 High Speed Capture Service Request
SRC_QSPI2U      0xF00381D4          QSPI 2 User Defined Service Request
SRC_QSPI3TX     0xF00381D8          QSPI 3 Transmit Service Request
SRC_QSPI3RX     0xF00381DC          QSPI 3 Receive Service Request
SRC_QSPI3ERR    0xF00381E0          QSPI 3 Error Service Request
SRC_QSPI3PT     0xF00381E4          QSPI 3 Phase Transition Service Request
SRC_QSPI3HC     0xF00381E8          QSPI 3 High Speed Capture Service Request
SRC_QSPI3U      0xF00381EC          QSPI 3 User Defined Service Request
SRC_SENT0       0xF0038350          SENT TRIG0 Service Request
SRC_SENT1       0xF0038354          SENT TRIG1 Service Request
SRC_SENT2       0xF0038358          SENT TRIG2 Service Request
SRC_SENT3       0xF003835C          SENT TRIG3 Service Request
SRC_CCU60SR0    0xF0038420          CCU6 0 Service Request 0
SRC_CCU60SR1    0xF0038424          CCU6 0 Service Request 1
SRC_CCU60SR2    0xF0038428          CCU6 0 Service Request 2
SRC_CCU60SR3    0xF003842C          CCU6 0 Service Request 3
SRC_CCU61SR0    0xF0038430          CCU6 1 Service Request 0
SRC_CCU61SR1    0xF0038434          CCU6 1 Service Request 1
SRC_CCU61SR2    0xF0038438          CCU6 1 Service Request 2
SRC_CCU61SR3    0xF003843C          CCU6 1 Service Request 3
SRC_GPT120CIRQ  0xF0038460          GPT120 CAPREL Service Request
SRC_GPT120T2    0xF0038464          GPT120 T2 Overflow/Underflow Service Request
SRC_GPT120T3    0xF0038468          GPT120 T3 Overflow/Underflow Service Request
SRC_GPT120T4    0xF003846C          GPT120 T4 Overflow/Underflow Service Request
SRC_GPT120T5    0xF0038470          GPT120 T5 Overflow/Underflow Service Request
SRC_GPT120T6    0xF0038474          GPT120 T6 Overflow/Underflow Service Request
SRC_STM0SR0     0xF0038490          System Timer 0 Service Request 0
SRC_STM0SR1     0xF0038494          System Timer 0 Service Request 1
SRC_DMAERR      0xF00384F0          DMA Error Service Request
SRC_DMACH0      0xF0038500          DMA Channel 0 Service Request
SRC_DMACH1      0xF0038504          DMA Channel 1 Service Request
SRC_DMACH2      0xF0038508          DMA Channel 2 Service Request
SRC_DMACH3      0xF003850C          DMA Channel 3 Service Request
SRC_DMACH4      0xF0038510          DMA Channel 4 Service Request
SRC_DMACH5      0xF0038514          DMA Channel 5 Service Request
SRC_DMACH6      0xF0038518          DMA Channel 6 Service Request
SRC_DMACH7      0xF003851C          DMA Channel 7 Service Request
SRC_DMACH8      0xF0038520          DMA Channel 8 Service Request
SRC_DMACH9      0xF0038524          DMA Channel 9 Service Request
SRC_DMACH10     0xF0038528          DMA Channel 10 Service Request
SRC_DMACH11     0xF003852C          DMA Channel 11 Service Request
SRC_DMACH12     0xF0038530          DMA Channel 12 Service Request
SRC_DMACH13     0xF0038534          DMA Channel 13 Service Request
SRC_DMACH14     0xF0038538          DMA Channel 14 Service Request
SRC_DMACH15     0xF003853C          DMA Channel 15 Service Request
SRC_ETH         0xF00388F0          Ethernet Service Request
SRC_CANINT0     0xF0038900          MULTICAN Service Request 0
SRC_CANINT1     0xF0038904          MULTICAN Service Request 1
SRC_CANINT2     0xF0038908          MULTICAN Service Request 2
SRC_CANINT3     0xF003890C          MULTICAN Service Request 3
SRC_CANINT4     0xF0038910          MULTICAN Service Request 4
SRC_CANINT5     0xF0038914          MULTICAN Service Request 5
SRC_CANINT6     0xF0038918          MULTICAN Service Request 6
SRC_CANINT7     0xF003891C          MULTICAN Service Request 7
SRC_CANINT8     0xF0038920          MULTICAN Service Request 8
SRC_CANINT9     0xF0038924          MULTICAN Service Request 9
SRC_CANINT10    0xF0038928          MULTICAN Service Request 10
SRC_CANINT11    0xF003892C          MULTICAN Service Request 11
SRC_CANINT12    0xF0038930          MULTICAN Service Request 12
SRC_CANINT13    0xF0038934          MULTICAN Service Request 13
SRC_CANINT14    0xF0038938          MULTICAN Service Request 14
SRC_CANINT15    0xF003893C          MULTICAN Service Request 15
SRC_CAN1INT0    0xF0038940          MULTICAN1 Service Request 0
SRC_CAN1INT1    0xF0038944          MULTICAN1 Service Request 1
SRC_CAN1INT2    0xF0038948          MULTICAN1 Service Request 2
SRC_CAN1INT3    0xF003894C          MULTICAN1 Service Request 3
SRC_CAN1INT4    0xF0038950          MULTICAN1 Service Request 4
SRC_CAN1INT5    0xF0038954          MULTICAN1 Service Request 5
SRC_CAN1INT6    0xF0038958          MULTICAN1 Service Request 6
SRC_CAN1INT7    0xF003895C          MULTICAN1 Service Request 7
SRC_VADCG0SR0   0xF0038980          VADC Group 0 Service Request 0
SRC_VADCG0SR1   0xF0038984          VADC Group 0 Service Request 1
SRC_VADCG0SR2   0xF0038988          VADC Group 0 Service Request 2
SRC_VADCG0SR3   0xF003898C          VADC Group 0 Service Request 3
SRC_VADCG1SR0   0xF0038990          VADC Group 1 Service Request 0
SRC_VADCG1SR1   0xF0038994          VADC Group 1 Service Request 1
SRC_VADCG1SR2   0xF0038998          VADC Group 1 Service Request 2
SRC_VADCG1SR3   0xF003899C          VADC Group 1 Service Request 3
SRC_VADCG2SR0   0xF00389A0          VADC Group 2 Service Request 0
SRC_VADCG2SR1   0xF00389A4          VADC Group 2 Service Request 1
SRC_VADCG2SR2   0xF00389A8          VADC Group 2 Service Request 2
SRC_VADCG2SR3   0xF00389AC          VADC Group 2 Service Request 3
SRC_VADCG3SR0   0xF00389B0          VADC Group 3 Service Request 0
SRC_VADCG3SR1   0xF00389B4          VADC Group 3 Service Request 1
SRC_VADCG3SR2   0xF00389B8          VADC Group 3 Service Request 2
SRC_VADCG3SR3   0xF00389BC          VADC Group 3 Service Request 3
SRC_VADCCG0SR0  0xF0038AA0          VADC Common Group 0 Service Request 0
SRC_VADCCG0SR1  0xF0038AA4          VADC Common Group 0 Service Request 1
SRC_VADCCG0SR2  0xF0038AA8          VADC Common Group 0 Service Request 2
SRC_VADCCG0SR3  0xF0038AAC          VADC Common Group 0 Service Request 3
SRC_ERAYINT0    0xF0038BE0          E-RAY Service Request 0
SRC_ERAYINT1    0xF0038BE4          E-RAY Service Request 1
SRC_ERAYTINT0   0xF0038BE8          E-RAY Timer Interrupt 0 Service Request
SRC_ERAYTINT1   0xF0038BEC          E-RAY Timer Interrupt 1 Service Request
SRC_ERAYNDAT0   0xF0038BF0          E-RAY New Data 0 Service Request
SRC_ERAYNDAT1   0xF0038BF4          E-RAY New Data 1 Service Request
SRC_ERAYMBSC0   0xF0038BF8          E-RAY Message Buffer Status Changed 0 Service Request
SRC_ERAYMBSC1   0xF0038BFC          E-RAY Message Buffer Status Changed 1 Service Request
SRC_ERAYOBUSY   0xF0038C00          E-RAY Output Buffer Busy Service Request
SRC_ERAYIBUSY   0xF0038C04          E-RAY Input Buffer Busy Service Request
SRC_PMU00       0xF0038C30          PMU 0 Service Request 0
SRC_PMU01       0xF0038C34          PMU 0 Service Request 1
SRC_HSM0        0xF0038CC0          HSM Service Request 0
SRC_HSM1        0xF0038CC4          HSM Service Request 1
SRC_SCUDTS      0xF0038CD0          SCU DTS Busy Service Request
SRC_SCUERU0     0xF0038CD4          SCU ERU Service Request 0
SRC_SCUERU1     0xF0038CD8          SCU ERU Service Request 1
SRC_SCUERU2     0xF0038CDC          SCU ERU Service Request 2
SRC_SCUERU3     0xF0038CE0          SCU ERU Service Request 3
SRC_SMU0        0xF0038D10          SMU Service Request 0
SRC_SMU1        0xF0038D14          SMU Service Request 1
SRC_SMU2        0xF0038D18          SMU Service Request 2
SRC_LMU         0xF0038DE0          LMU Service Request
SRC_EVRWUT      0xF0038FB0          EVR Wake Up Timer Service Request
SRC_EVRSCDC     0xF0038FB4          EVR Supply Service Request
SRC_FFTDONE     0xF0038FC0          FFT Done Service Request
SRC_FFTERR      0xF0038FC4          FFT Error Service Request
SRC_FFTRFS      0xF0038FC8          FFT Ready For Start Service Request
SRC_GPSR00      0xF0039000          General Purpose Service Request 00
SRC_GPSR01      0xF0039004          General Purpose Service Request 01
SRC_GPSR02      0xF0039008          General Purpose Service Request 02
SRC_GPSR03      0xF003900C          General Purpose Service Request 03
SRC_GTMAEIIRQ   0xF0039600          GTM AEI Shared Service Request
SRC_GTMERR      0xF0039770          GTM Error Service Request
SRC_GTMTIM00    0xF0039780          GTM TIM0 Shared Service Request 0
SRC_GTMTIM01    0xF0039784          GTM TIM0 Shared Service Request 1
SRC_GTMTIM02    0xF0039788          GTM TIM0 Shared Service Request 2
SRC_GTMTIM03    0xF003978C          GTM TIM0 Shared Service Request 3
SRC_GTMTIM04    0xF0039790          GTM TIM0 Shared Service Request 4
SRC_GTMTIM05    0xF0039794          GTM TIM0 Shared Service Request 5
SRC_GTMTIM06    0xF0039798          GTM TIM0 Shared Service Request 6
SRC_GTMTIM07    0xF003979C          GTM TIM0 Shared Service Request 7
SRC_GTMTOM00    0xF0039B80          GTM TOM0 Shared Service Request 0
SRC_GTMTOM01    0xF0039B84          GTM TOM0 Shared Service Request 1
SRC_GTMTOM02    0xF0039B88          GTM TOM0 Shared Service Request 2
SRC_GTMTOM03    0xF0039B8C          GTM TOM0 Shared Service Request 3
SRC_GTMTOM04    0xF0039B90          GTM TOM0 Shared Service Request 4
SRC_GTMTOM05    0xF0039B94          GTM TOM0 Shared Service Request 5
SRC_GTMTOM06    0xF0039B98          GTM TOM0 Shared Service Request 6
SRC_GTMTOM07    0xF0039B9C          GTM TOM0 Shared Service Request 7
SRC_GTMTOM10    0xF0039BA0          GTM TOM1 Shared Service Request 0
SRC_GTMTOM11    0xF0039BA4          GTM TOM1 Shared Service Request 1
SRC_GTMTOM12    0xF0039BA8          GTM TOM1 Shared Service Request 2
SRC_GTMTOM13    0xF0039BAC          GTM TOM1 Shared Service Request 3
SRC_GTMTOM14    0xF0039BB0          GTM TOM1 Shared Service Request 4
SRC_GTMTOM15    0xF0039BB4          GTM TOM1 Shared Service Request 5
SRC_GTMTOM16    0xF0039BB8          GTM TOM1 Shared Service Request 6
SRC_GTMTOM17    0xF0039BBC          GTM TOM1 Shared Service Request 7
P00_OUT         0xF003A000          Port 00 Output Register
P00_OMR         0xF003A004          Port 00 Output Modification Register
P00_ID          0xF003A008          Identification Register
P00_IOCR0       0xF003A010          Port 00 Input/Output Control Register 0
P00_IOCR4       0xF003A014          Port 00 Input/Output Control Register 4
P00_IOCR8       0xF003A018          Port 00 Input/Output Control Register 8
P00_IOCR12      0xF003A01C          Port 00 Input/Output Control Register 12
P00_IN          0xF003A024          Port 00 Input Register
P00_PDR0        0xF003A040          Port 00 Pad Driver Mode 0 Register
P00_PDR1        0xF003A044          Port 00 Pad Driver Mode 1 Register
P00_ESR         0xF003A050          Port 00 Emergency Stop Register
P00_OMSR0       0xF003A070          Port 00 Output Modification Set Register 0
P00_OMSR4       0xF003A074          Port 00 Output Modification Set Register 4
P00_OMSR8       0xF003A078          Port 00 Output Modification Set Register 8
P00_OMSR12      0xF003A07C          Port 00 Output Modification Set Register 12
P00_OMCR0       0xF003A080          Port 00 Output Modification Clear Register 0
P00_OMCR4       0xF003A084          Port 00 Output Modification Clear Register 4
P00_OMCR8       0xF003A088          Port 00 Output Modification Clear Register 8
P00_OMCR12      0xF003A08C          Port 00 Output Modification Clear Register 12
P00_OMSR        0xF003A090          Port 00 Output Modification Set Register
P00_OMCR        0xF003A094          Port 00 Output Modification Clear Register
P00_ACCEN1      0xF003A0F8          Port 00 Access Enable Register 1
P00_ACCEN0      0xF003A0FC          Port 00 Access Enable Register 0
P02_OUT         0xF003A200          Port 02 Output Register
P02_OMR         0xF003A204          Port 02 Output Modification Register
P02_ID          0xF003A208          Identification Register
P02_IOCR0       0xF003A210          Port 02 Input/Output Control Register 0
P02_IOCR4       0xF003A214          Port 02 Input/Output Control Register 4
P02_IOCR8       0xF003A218          Port 02 Input/Output Control Register 8
P02_IN          0xF003A224          Port 02 Input Register
P02_PDR0        0xF003A240          Port 02 Pad Driver Mode 0 Register
P02_PDR1        0xF003A244          Port 02 Pad Driver Mode 1 Register
P02_ESR         0xF003A250          Port 02 Emergency Stop Register
P02_OMSR0       0xF003A270          Port 02 Output Modification Set Register 0
P02_OMSR4       0xF003A274          Port 02 Output Modification Set Register 4
P02_OMSR8       0xF003A278          Port 02 Output Modification Set Register 8
P02_OMCR0       0xF003A280          Port 02 Output Modification Clear Register 0
P02_OMCR4       0xF003A284          Port 02 Output Modification Clear Register 4
P02_OMCR8       0xF003A288          Port 02 Output Modification Clear Register 8
P02_OMSR        0xF003A290          Port 02 Output Modification Set Register
P02_OMCR        0xF003A294          Port 02 Output Modification Clear Register
P02_ACCEN1      0xF003A2F8          Port 02 Access Enable Register 1
P02_ACCEN0      0xF003A2FC          Port 02 Access Enable Register 0
P10_OUT         0xF003B000          Port 10 Output Register
P10_OMR         0xF003B004          Port 10 Output Modification Register
P10_ID          0xF003B008          Identification Register
P10_IOCR0       0xF003B010          Port 10 Input/Output Control Register 0
P10_IOCR4       0xF003B014          Port 10 Input/Output Control Register 4
P10_IN          0xF003B024          Port 10 Input Register
P10_PDR0        0xF003B040          Port 10 Pad Driver Mode 0 Register
P10_ESR         0xF003B050          Port 10 Emergency Stop Register
P10_OMSR0       0xF003B070          Port 10 Output Modification Set Register 0
P10_OMSR4       0xF003B074          Port 10 Output Modification Set Register 4
P10_OMCR0       0xF003B080          Port 10 Output Modification Clear Register 0
P10_OMCR4       0xF003B084          Port 10 Output Modification Clear Register 4
P10_OMSR        0xF003B090          Port 10 Output Modification Set Register
P10_OMCR        0xF003B094          Port 10 Output Modification Clear Register
P10_ACCEN1      0xF003B0F8          Port 10 Access Enable Register 1
P10_ACCEN0      0xF003B0FC          Port 10 Access Enable Register 0
P11_OUT         0xF003B100          Port 11 Output Register
P11_OMR         0xF003B104          Port 11 Output Modification Register
P11_ID          0xF003B108          Identification Register
P11_IOCR0       0xF003B110          Port 11 Input/Output Control Register 0
P11_IOCR4       0xF003B114          Port 11 Input/Output Control Register 4
P11_IOCR8       0xF003B118          Port 11 Input/Output Control Register 8
P11_IOCR12      0xF003B11C          Port 11 Input/Output Control Register 12
P11_IN          0xF003B124          Port 11 Input Register
P11_PDR0        0xF003B140          Port 11 Pad Driver Mode 0 Register
P11_PDR1        0xF003B144          Port 11 Pad Driver Mode 1 Register
P11_ESR         0xF003B150          Port 11 Emergency Stop Register
P11_OMSR0       0xF003B170          Port 11 Output Modification Set Register 0
P11_OMSR4       0xF003B174          Port 11 Output Modification Set Register 4
P11_OMSR8       0xF003B178          Port 11 Output Modification Set Register 8
P11_OMSR12      0xF003B17C          Port 11 Output Modification Set Register 12
P11_OMCR0       0xF003B180          Port 11 Output Modification Clear Register 0
P11_OMCR4       0xF003B184          Port 11 Output Modification Clear Register 4
P11_OMCR8       0xF003B188          Port 11 Output Modification Clear Register 8
P11_OMCR12      0xF003B18C          Port 11 Output Modification Clear Register 12
P11_OMSR        0xF003B190          Port 11 Output Modification Set Register
P11_OMCR        0xF003B194          Port 11 Output Modification Clear Register
P11_ACCEN1      0xF003B1F8          Port 11 Access Enable Register 1
P11_ACCEN0      0xF003B1FC          Port 11 Access Enable Register 0
P13_OUT         0xF003B300          Port 13 Output Register
P13_OMR         0xF003B304          Port 13 Output Modification Register
P13_ID          0xF003B308          Identification Register
P13_IOCR0       0xF003B310          Port 13 Input/Output Control Register 0
P13_IN          0xF003B324          Port 13 Input Register
P13_PDR0        0xF003B340          Port 13 Pad Driver Mode 0 Register
P13_ESR         0xF003B350          Port 13 Emergency Stop Register
P13_OMSR0       0xF003B370          Port 13 Output Modification Set Register 0
P13_OMCR0       0xF003B380          Port 13 Output Modification Clear Register 0
P13_OMSR        0xF003B390          Port 13 Output Modification Set Register
P13_OMCR        0xF003B394          Port 13 Output Modification Clear Register
P13_ACCEN1      0xF003B3F8          Port 13 Access Enable Register 1
P13_ACCEN0      0xF003B3FC          Port 13 Access Enable Register 0
P14_OUT         0xF003B400          Port 14 Output Register
P14_OMR         0xF003B404          Port 14 Output Modification Register
P14_ID          0xF003B408          Identification Register
P14_IOCR0       0xF003B410          Port 14 Input/Output Control Register 0
P14_IOCR4       0xF003B414          Port 14 Input/Output Control Register 4
P14_IOCR8       0xF003B418          Port 14 Input/Output Control Register 8
P14_IN          0xF003B424          Port 14 Input Register
P14_PDR0        0xF003B440          Port 14 Pad Driver Mode 0 Register
P14_PDR1        0xF003B444          Port 14 Pad Driver Mode 1 Register
P14_ESR         0xF003B450          Port 14 Emergency Stop Register
P14_OMSR0       0xF003B470          Port 14 Output Modification Set Register 0
P14_OMSR4       0xF003B474          Port 14 Output Modification Set Register 4
P14_OMSR8       0xF003B478          Port 14 Output Modification Set Register 8
P14_OMCR0       0xF003B480          Port 14 Output Modification Clear Register 0
P14_OMCR4       0xF003B484          Port 14 Output Modification Clear Register 4
P14_OMCR8       0xF003B488          Port 14 Output Modification Clear Register 8
P14_OMSR        0xF003B490          Port 14 Output Modification Set Register
P14_OMCR        0xF003B494          Port 14 Output Modification Clear Register
P14_ACCEN1      0xF003B4F8          Port 14 Access Enable Register 1
P14_ACCEN0      0xF003B4FC          Port 14 Access Enable Register 0
P15_OUT         0xF003B500          Port 15 Output Register
P15_OMR         0xF003B504          Port 15 Output Modification Register
P15_ID          0xF003B508          Identification Register
P15_IOCR0       0xF003B510          Port 15 Input/Output Control Register 0
P15_IOCR4       0xF003B514          Port 15 Input/Output Control Register 4
P15_IOCR8       0xF003B518          Port 15 Input/Output Control Register 8
P15_IN          0xF003B524          Port 15 Input Register
P15_PDR0        0xF003B540          Port 15 Pad Driver Mode 0 Register
P15_PDR1        0xF003B544          Port 15 Pad Driver Mode 1 Register
P15_ESR         0xF003B550          Port 15 Emergency Stop Register
P15_OMSR0       0xF003B570          Port 15 Output Modification Set Register 0
P15_OMSR4       0xF003B574          Port 15 Output Modification Set Register 4
P15_OMSR8       0xF003B578          Port 15 Output Modification Set Register 8
P15_OMCR0       0xF003B580          Port 15 Output Modification Clear Register 0
P15_OMCR4       0xF003B584          Port 15 Output Modification Clear Register 4
P15_OMCR8       0xF003B588          Port 15 Output Modification Clear Register 8
P15_OMSR        0xF003B590          Port 15 Output Modification Set Register
P15_OMCR        0xF003B594          Port 15 Output Modification Clear Register
P15_ACCEN1      0xF003B5F8          Port 15 Access Enable Register 1
P15_ACCEN0      0xF003B5FC          Port 15 Access Enable Register 0
P20_OUT         0xF003C000          Port 20 Output Register
P20_OMR         0xF003C004          Port 20 Output Modification Register
P20_ID          0xF003C008          Identification Register
P20_IOCR0       0xF003C010          Port 20 Input/Output Control Register 0
P20_IOCR4       0xF003C014          Port 20 Input/Output Control Register 4
P20_IOCR8       0xF003C018          Port 20 Input/Output Control Register 8
P20_IOCR12      0xF003C01C          Port 20 Input/Output Control Register 12
P20_IN          0xF003C024          Port 20 Input Register
P20_PDR0        0xF003C040          Port 20 Pad Driver Mode 0 Register
P20_PDR1        0xF003C044          Port 20 Pad Driver Mode 1 Register
P20_ESR         0xF003C050          Port 20 Emergency Stop Register
P20_OMSR0       0xF003C070          Port 20 Output Modification Set Register 0
P20_OMSR4       0xF003C074          Port 20 Output Modification Set Register 4
P20_OMSR8       0xF003C078          Port 20 Output Modification Set Register 8
P20_OMSR12      0xF003C07C          Port 20 Output Modification Set Register 12
P20_OMCR0       0xF003C080          Port 20 Output Modification Clear Register 0
P20_OMCR4       0xF003C084          Port 20 Output Modification Clear Register 4
P20_OMCR8       0xF003C088          Port 20 Output Modification Clear Register 8
P20_OMCR12      0xF003C08C          Port 20 Output Modification Clear Register 12
P20_OMSR        0xF003C090          Port 20 Output Modification Set Register
P20_OMCR        0xF003C094          Port 20 Output Modification Clear Register
P20_ACCEN1      0xF003C0F8          Port 20 Access Enable Register 1
P20_ACCEN0      0xF003C0FC          Port 20 Access Enable Register 0
P21_OUT         0xF003C100          Port 21 Output Register
P21_OMR         0xF003C104          Port 21 Output Modification Register
P21_ID          0xF003C108          Identification Register
P21_IOCR0       0xF003C110          Port 21 Input/Output Control Register 0
P21_IOCR4       0xF003C114          Port 21 Input/Output Control Register 4
P21_IN          0xF003C124          Port 21 Input Register
P21_PDR0        0xF003C140          Port 21 Pad Driver Mode 0 Register
P21_ESR         0xF003C150          Port 21 Emergency Stop Register
P21_OMSR0       0xF003C170          Port 21 Output Modification Set Register 0
P21_OMSR4       0xF003C174          Port 21 Output Modification Set Register 4
P21_OMCR0       0xF003C180          Port 21 Output Modification Clear Register 0
P21_OMCR4       0xF003C184          Port 21 Output Modification Clear Register 4
P21_OMSR        0xF003C190          Port 21 Output Modification Set Register
P21_OMCR        0xF003C194          Port 21 Output Modification Clear Register
P21_ACCEN1      0xF003C1F8          Port 21 Access Enable Register 1
P21_ACCEN0      0xF003C1FC          Port 21 Access Enable Register 0
P22_OUT         0xF003C200          Port 22 Output Register
P22_OMR         0xF003C204          Port 22 Output Modification Register
P22_ID          0xF003C208          Identification Register
P22_IOCR0       0xF003C210          Port 22 Input/Output Control Register 0
P22_IOCR4       0xF003C214          Port 22 Input/Output Control Register 4
P22_IN          0xF003C224          Port 22 Input Register
P22_PDR0        0xF003C240          Port 22 Pad Driver Mode 0 Register
P22_ESR         0xF003C250          Port 22 Emergency Stop Register
P22_OMSR0       0xF003C270          Port 22 Output Modification Set Register 0
P22_OMSR4       0xF003C274          Port 22 Output Modification Set Register 4
P22_OMCR0       0xF003C280          Port 22 Output Modification Clear Register 0
P22_OMCR4       0xF003C284          Port 22 Output Modification Clear Register 4
P22_OMSR        0xF003C290          Port 22 Output Modification Set Register
P22_OMCR        0xF003C294          Port 22 Output Modification Clear Register
P22_ACCEN1      0xF003C2F8          Port 22 Access Enable Register 1
P22_ACCEN0      0xF003C2FC          Port 22 Access Enable Register 0
P23_OUT         0xF003C300          Port 23 Output Register
P23_OMR         0xF003C304          Port 23 Output Modification Register
P23_ID          0xF003C308          Identification Register
P23_IOCR0       0xF003C310          Port 23 Input/Output Control Register 0
P23_IN          0xF003C324          Port 23 Input Register
P23_PDR0        0xF003C340          Port 23 Pad Driver Mode 0 Register
P23_ESR         0xF003C350          Port 23 Emergency Stop Register
P23_OMSR0       0xF003C370          Port 23 Output Modification Set Register 0
P23_OMCR0       0xF003C380          Port 23 Output Modification Clear Register 0
P23_OMSR        0xF003C390          Port 23 Output Modification Set Register
P23_OMCR        0xF003C394          Port 23 Output Modification Clear Register
P23_ACCEN1      0xF003C3F8          Port 23 Access Enable Register 1
P23_ACCEN0      0xF003C3FC          Port 23 Access Enable Register 0
P33_OUT         0xF003D300          Port 33 Output Register
P33_OMR         0xF003D304          Port 33 Output Modification Register
P33_ID          0xF003D308          Identification Register
P33_IOCR0       0xF003D310          Port 33 Input/Output Control Register 0
P33_IOCR4       0xF003D314          Port 33 Input/Output Control Register 4
P33_IOCR8       0xF003D318          Port 33 Input/Output Control Register 8
P33_IOCR12      0xF003D31C          Port 33 Input/Output Control Register 12
P33_IN          0xF003D324          Port 33 Input Register
P33_PDR0        0xF003D340          Port 33 Pad Driver Mode 0 Register
P33_PDR1        0xF003D344          Port 33 Pad Driver Mode 1 Register
P33_ESR         0xF003D350          Port 33 Emergency Stop Register
P33_OMSR0       0xF003D370          Port 33 Output Modification Set Register 0
P33_OMSR4       0xF003D374          Port 33 Output Modification Set Register 4
P33_OMSR8       0xF003D378          Port 33 Output Modification Set Register 8
P33_OMSR12      0xF003D37C          Port 33 Output Modification Set Register 12
P33_OMCR0       0xF003D380          Port 33 Output Modification Clear Register 0
P33_OMCR4       0xF003D384          Port 33 Output Modification Clear Register 4
P33_OMCR8       0xF003D388          Port 33 Output Modification Clear Register 8
P33_OMCR12      0xF003D38C          Port 33 Output Modification Clear Register 12
P33_OMSR        0xF003D390          Port 33 Output Modification Set Register
P33_OMCR        0xF003D394          Port 33 Output Modification Clear Register
P33_ACCEN1      0xF003D3F8          Port 33 Access Enable Register 1
P33_ACCEN0      0xF003D3FC          Port 33 Access Enable Register 0
P34_OUT         0xF003D400          Port 34 Output Register
P34_OMR         0xF003D404          Port 34 Output Modification Register
P34_ID          0xF003D408          Identification Register
P34_IOCR0       0xF003D410          Port 34 Input/Output Control Register 0
P34_IN          0xF003D424          Port 34 Input Register
P34_PDR0        0xF003D440          Port 34 Pad Driver Mode 0 Register
P34_ESR         0xF003D450          Port 34 Emergency Stop Register
P34_OMSR0       0xF003D470          Port 34 Output Modification Set Register 0
P34_OMCR0       0xF003D480          Port 34 Output Modification Clear Register 0
P34_OMSR        0xF003D490          Port 34 Output Modification Set Register
P34_OMCR        0xF003D494          Port 34 Output Modification Clear Register
P34_ACCEN1      0xF003D4F8          Port 34 Access Enable Register 1
P34_ACCEN0      0xF003D4FC          Port 34 Access Enable Register 0
P40_ID          0xF003E008          Identification Register
P40_IOCR0       0xF003E010          Port 40 Input/Output Control Register 0
P40_IOCR4       0xF003E014          Port 40 Input/Output Control Register 4
P40_IOCR8       0xF003E018          Port 40 Input/Output Control Register 8
P40_IN          0xF003E024          Port 40 Input Register
P40_PDISC       0xF003E060          Port 40 Pin Function Decision Control Register
P40_PCSR        0xF003E064          Port 40 Pin Controller Select Register
P40_ACCEN1      0xF003E0F8          Port 40 Access Enable Register 1
P40_ACCEN0      0xF003E0FC          Port 40 Access Enable Register 0
P41_ID          0xF003E108          Identification Register
P41_IOCR0       0xF003E110          Port 41 Input/Output Control Register 0
P41_IOCR4       0xF003E114          Port 41 Input/Output Control Register 4
P41_IOCR8       0xF003E118          Port 41 Input/Output Control Register 8
P41_IN          0xF003E124          Port 41 Input Register
P41_PDISC       0xF003E160          Port 41 Pin Function Decision Control Register
P41_PCSR        0xF003E164          Port 41 Pin Controller Select Register
P41_ACCEN1      0xF003E1F8          Port 41 Access Enable Register 1
P41_ACCEN0      0xF003E1FC          Port 41 Access Enable Register 0
MTU_CLC         0xF0060000          Identification Register
MTU_ID          0xF0060008          Identification Register
MTU_MEMTEST0    0xF0060010          Memory MBISTEnable Register 0
MTU_MEMTEST1    0xF0060014          Memory MBISTEnable Register 1
MTU_MEMTEST2    0xF0060018          Memory MBISTEnable Register 2
MTU_MEMMAP      0xF006001C          Memory Mapping Enable Register
MTU_RES0        0xF0060020          Reserved Register
MTU_RES1        0xF0060024          Reserved Register
MTU_RES2        0xF0060030          Reserved Register
MTU_RES3        0xF0060034          Reserved Register
MTU_MEMSTAT0    0xF0060038          Memory Status Register 0
MTU_MEMSTAT1    0xF006003C          Memory Status Register 1
MTU_MEMSTAT2    0xF0060040          Memory Status Register 2
MTU_ACCEN1      0xF00600F8          Access Enable Register 1
MTU_ACCEN0      0xF00600FC          Access Enable Register 0
MC0_CONFIG0     0xF0061000          Configuration Register 0
MC0_CONFIG1     0xF0061002          Configuration Register 1
MC0_MCONTROL    0xF0061004          MBIST Control Register
MC0_MSTATUS     0xF0061006          Status Register
MC0_RANGE       0xF0061008          Range Register, single address mode
MC0_REVID       0xF006100C          Revision ID Register
MC0_ECCS        0xF006100E          ECC Safety Register
MC0_ECCD        0xF0061010          Memory ECC Detection Register
MC0_ETRR0       0xF0061012          Error Tracking Register 0
MC0_ETRR1       0xF0061014          Error Tracking Register 1
MC0_ETRR2       0xF0061016          Error Tracking Register 2
MC0_ETRR3       0xF0061018          Error Tracking Register 3
MC0_ETRR4       0xF006101A          Error Tracking Register 4
MC0_RDBFL0      0xF00610A0          Read Data and Bit Flip Register 0
MC0_RDBFL1      0xF00610A2          Read Data and Bit Flip Register 1
MC0_RDBFL2      0xF00610A4          Read Data and Bit Flip Register 2
MC0_RDBFL3      0xF00610A6          Read Data and Bit Flip Register 3
MC0_RDBFL4      0xF00610A8          Read Data and Bit Flip Register 4
MC0_RDBFL5      0xF00610AA          Read Data and Bit Flip Register 5
MC0_RDBFL6      0xF00610AC          Read Data and Bit Flip Register 6
MC0_RDBFL7      0xF00610AE          Read Data and Bit Flip Register 7
MC0_RDBFL8      0xF00610B0          Read Data and Bit Flip Register 8
MC0_RDBFL9      0xF00610B2          Read Data and Bit Flip Register 9
MC0_RDBFL10     0xF00610B4          Read Data and Bit Flip Register 10
MC0_RDBFL11     0xF00610B6          Read Data and Bit Flip Register 11
MC0_RDBFL12     0xF00610B8          Read Data and Bit Flip Register 12
MC0_RDBFL13     0xF00610BA          Read Data and Bit Flip Register 13
MC0_RDBFL14     0xF00610BC          Read Data and Bit Flip Register 14
MC0_RDBFL15     0xF00610BE          Read Data and Bit Flip Register 15
MC0_RDBFL16     0xF00610C0          Read Data and Bit Flip Register 16
MC0_RDBFL17     0xF00610C2          Read Data and Bit Flip Register 17
MC0_RDBFL18     0xF00610C4          Read Data and Bit Flip Register 18
MC0_RDBFL19     0xF00610C6          Read Data and Bit Flip Register 19
MC0_RDBFL20     0xF00610C8          Read Data and Bit Flip Register 20
MC0_RDBFL21     0xF00610CA          Read Data and Bit Flip Register 21
MC0_RDBFL22     0xF00610CC          Read Data and Bit Flip Register 22
MC0_RDBFL23     0xF00610CE          Read Data and Bit Flip Register 23
MC0_RDBFL24     0xF00610D0          Read Data and Bit Flip Register 24
MC0_RDBFL25     0xF00610D2          Read Data and Bit Flip Register 25
MC0_RDBFL26     0xF00610D4          Read Data and Bit Flip Register 26
MC0_RDBFL27     0xF00610D6          Read Data and Bit Flip Register 27
MC0_RDBFL28     0xF00610D8          Read Data and Bit Flip Register 28
MC0_RDBFL29     0xF00610DA          Read Data and Bit Flip Register 29
MC0_RDBFL30     0xF00610DC          Read Data and Bit Flip Register 30
MC0_RDBFL31     0xF00610DE          Read Data and Bit Flip Register 31
MC0_RDBFL32     0xF00610E0          Read Data and Bit Flip Register 32
MC0_RDBFL33     0xF00610E2          Read Data and Bit Flip Register 33
MC0_RDBFL34     0xF00610E4          Read Data and Bit Flip Register 34
MC0_RDBFL35     0xF00610E6          Read Data and Bit Flip Register 35
MC0_RDBFL36     0xF00610E8          Read Data and Bit Flip Register 36
MC0_RDBFL37     0xF00610EA          Read Data and Bit Flip Register 37
MC0_RDBFL38     0xF00610EC          Read Data and Bit Flip Register 38
MC0_RDBFL39     0xF00610EE          Read Data and Bit Flip Register 39
MC1_CONFIG0     0xF0061100          Configuration Register 0
MC1_CONFIG1     0xF0061102          Configuration Register 1
MC1_MCONTROL    0xF0061104          MBIST Control Register
MC1_MSTATUS     0xF0061106          Status Register
MC1_RANGE       0xF0061108          Range Register, single address mode
MC1_REVID       0xF006110C          Revision ID Register
MC1_ECCS        0xF006110E          ECC Safety Register
MC1_ECCD        0xF0061110          Memory ECC Detection Register
MC1_ETRR0       0xF0061112          Error Tracking Register 0
MC1_ETRR1       0xF0061114          Error Tracking Register 1
MC1_ETRR2       0xF0061116          Error Tracking Register 2
MC1_ETRR3       0xF0061118          Error Tracking Register 3
MC1_ETRR4       0xF006111A          Error Tracking Register 4
MC1_RDBFL0      0xF00611A0          Read Data and Bit Flip Register 0
MC1_RDBFL1      0xF00611A2          Read Data and Bit Flip Register 1
MC1_RDBFL2      0xF00611A4          Read Data and Bit Flip Register 2
MC1_RDBFL3      0xF00611A6          Read Data and Bit Flip Register 3
MC1_RDBFL4      0xF00611A8          Read Data and Bit Flip Register 4
MC1_RDBFL5      0xF00611AA          Read Data and Bit Flip Register 5
MC1_RDBFL6      0xF00611AC          Read Data and Bit Flip Register 6
MC1_RDBFL7      0xF00611AE          Read Data and Bit Flip Register 7
MC1_RDBFL8      0xF00611B0          Read Data and Bit Flip Register 8
MC1_RDBFL9      0xF00611B2          Read Data and Bit Flip Register 9
MC1_RDBFL10     0xF00611B4          Read Data and Bit Flip Register 10
MC1_RDBFL11     0xF00611B6          Read Data and Bit Flip Register 11
MC1_RDBFL12     0xF00611B8          Read Data and Bit Flip Register 12
MC1_RDBFL13     0xF00611BA          Read Data and Bit Flip Register 13
MC1_RDBFL14     0xF00611BC          Read Data and Bit Flip Register 14
MC1_RDBFL15     0xF00611BE          Read Data and Bit Flip Register 15
MC1_RDBFL16     0xF00611C0          Read Data and Bit Flip Register 16
MC1_RDBFL17     0xF00611C2          Read Data and Bit Flip Register 17
MC1_RDBFL18     0xF00611C4          Read Data and Bit Flip Register 18
MC1_RDBFL19     0xF00611C6          Read Data and Bit Flip Register 19
MC1_RDBFL20     0xF00611C8          Read Data and Bit Flip Register 20
MC1_RDBFL21     0xF00611CA          Read Data and Bit Flip Register 21
MC1_RDBFL22     0xF00611CC          Read Data and Bit Flip Register 22
MC1_RDBFL23     0xF00611CE          Read Data and Bit Flip Register 23
MC1_RDBFL24     0xF00611D0          Read Data and Bit Flip Register 24
MC1_RDBFL25     0xF00611D2          Read Data and Bit Flip Register 25
MC1_RDBFL26     0xF00611D4          Read Data and Bit Flip Register 26
MC1_RDBFL27     0xF00611D6          Read Data and Bit Flip Register 27
MC1_RDBFL28     0xF00611D8          Read Data and Bit Flip Register 28
MC1_RDBFL29     0xF00611DA          Read Data and Bit Flip Register 29
MC1_RDBFL30     0xF00611DC          Read Data and Bit Flip Register 30
MC1_RDBFL31     0xF00611DE          Read Data and Bit Flip Register 31
MC1_RDBFL32     0xF00611E0          Read Data and Bit Flip Register 32
MC1_RDBFL33     0xF00611E2          Read Data and Bit Flip Register 33
MC1_RDBFL34     0xF00611E4          Read Data and Bit Flip Register 34
MC1_RDBFL35     0xF00611E6          Read Data and Bit Flip Register 35
MC1_RDBFL36     0xF00611E8          Read Data and Bit Flip Register 36
MC1_RDBFL37     0xF00611EA          Read Data and Bit Flip Register 37
MC1_RDBFL38     0xF00611EC          Read Data and Bit Flip Register 38
MC1_RDBFL39     0xF00611EE          Read Data and Bit Flip Register 39
MC2_CONFIG0     0xF0061200          Configuration Register 0
MC2_CONFIG1     0xF0061202          Configuration Register 1
MC2_MCONTROL    0xF0061204          MBIST Control Register
MC2_MSTATUS     0xF0061206          Status Register
MC2_RANGE       0xF0061208          Range Register, single address mode
MC2_REVID       0xF006120C          Revision ID Register
MC2_ECCS        0xF006120E          ECC Safety Register
MC2_ECCD        0xF0061210          Memory ECC Detection Register
MC2_ETRR0       0xF0061212          Error Tracking Register 0
MC2_ETRR1       0xF0061214          Error Tracking Register 1
MC2_ETRR2       0xF0061216          Error Tracking Register 2
MC2_ETRR3       0xF0061218          Error Tracking Register 3
MC2_ETRR4       0xF006121A          Error Tracking Register 4
MC2_RDBFL0      0xF00612A0          Read Data and Bit Flip Register 0
MC2_RDBFL1      0xF00612A2          Read Data and Bit Flip Register 1
MC2_RDBFL2      0xF00612A4          Read Data and Bit Flip Register 2
MC2_RDBFL3      0xF00612A6          Read Data and Bit Flip Register 3
MC2_RDBFL4      0xF00612A8          Read Data and Bit Flip Register 4
MC2_RDBFL5      0xF00612AA          Read Data and Bit Flip Register 5
MC2_RDBFL6      0xF00612AC          Read Data and Bit Flip Register 6
MC2_RDBFL7      0xF00612AE          Read Data and Bit Flip Register 7
MC2_RDBFL8      0xF00612B0          Read Data and Bit Flip Register 8
MC2_RDBFL9      0xF00612B2          Read Data and Bit Flip Register 9
MC2_RDBFL10     0xF00612B4          Read Data and Bit Flip Register 10
MC2_RDBFL11     0xF00612B6          Read Data and Bit Flip Register 11
MC2_RDBFL12     0xF00612B8          Read Data and Bit Flip Register 12
MC2_RDBFL13     0xF00612BA          Read Data and Bit Flip Register 13
MC2_RDBFL14     0xF00612BC          Read Data and Bit Flip Register 14
MC2_RDBFL15     0xF00612BE          Read Data and Bit Flip Register 15
MC2_RDBFL16     0xF00612C0          Read Data and Bit Flip Register 16
MC2_RDBFL17     0xF00612C2          Read Data and Bit Flip Register 17
MC2_RDBFL18     0xF00612C4          Read Data and Bit Flip Register 18
MC2_RDBFL19     0xF00612C6          Read Data and Bit Flip Register 19
MC2_RDBFL20     0xF00612C8          Read Data and Bit Flip Register 20
MC2_RDBFL21     0xF00612CA          Read Data and Bit Flip Register 21
MC2_RDBFL22     0xF00612CC          Read Data and Bit Flip Register 22
MC2_RDBFL23     0xF00612CE          Read Data and Bit Flip Register 23
MC2_RDBFL24     0xF00612D0          Read Data and Bit Flip Register 24
MC2_RDBFL25     0xF00612D2          Read Data and Bit Flip Register 25
MC2_RDBFL26     0xF00612D4          Read Data and Bit Flip Register 26
MC2_RDBFL27     0xF00612D6          Read Data and Bit Flip Register 27
MC2_RDBFL28     0xF00612D8          Read Data and Bit Flip Register 28
MC2_RDBFL29     0xF00612DA          Read Data and Bit Flip Register 29
MC2_RDBFL30     0xF00612DC          Read Data and Bit Flip Register 30
MC2_RDBFL31     0xF00612DE          Read Data and Bit Flip Register 31
MC2_RDBFL32     0xF00612E0          Read Data and Bit Flip Register 32
MC2_RDBFL33     0xF00612E2          Read Data and Bit Flip Register 33
MC2_RDBFL34     0xF00612E4          Read Data and Bit Flip Register 34
MC2_RDBFL35     0xF00612E6          Read Data and Bit Flip Register 35
MC2_RDBFL36     0xF00612E8          Read Data and Bit Flip Register 36
MC2_RDBFL37     0xF00612EA          Read Data and Bit Flip Register 37
MC2_RDBFL38     0xF00612EC          Read Data and Bit Flip Register 38
MC2_RDBFL39     0xF00612EE          Read Data and Bit Flip Register 39
MC3_CONFIG0     0xF0061300          Configuration Register 0
MC3_CONFIG1     0xF0061302          Configuration Register 1
MC3_MCONTROL    0xF0061304          MBIST Control Register
MC3_MSTATUS     0xF0061306          Status Register
MC3_RANGE       0xF0061308          Range Register, single address mode
MC3_REVID       0xF006130C          Revision ID Register
MC3_ECCS        0xF006130E          ECC Safety Register
MC3_ECCD        0xF0061310          Memory ECC Detection Register
MC3_ETRR0       0xF0061312          Error Tracking Register 0
MC3_ETRR1       0xF0061314          Error Tracking Register 1
MC3_ETRR2       0xF0061316          Error Tracking Register 2
MC3_ETRR3       0xF0061318          Error Tracking Register 3
MC3_ETRR4       0xF006131A          Error Tracking Register 4
MC3_RDBFL0      0xF00613A0          Read Data and Bit Flip Register 0
MC3_RDBFL1      0xF00613A2          Read Data and Bit Flip Register 1
MC3_RDBFL2      0xF00613A4          Read Data and Bit Flip Register 2
MC3_RDBFL3      0xF00613A6          Read Data and Bit Flip Register 3
MC3_RDBFL4      0xF00613A8          Read Data and Bit Flip Register 4
MC3_RDBFL5      0xF00613AA          Read Data and Bit Flip Register 5
MC3_RDBFL6      0xF00613AC          Read Data and Bit Flip Register 6
MC3_RDBFL7      0xF00613AE          Read Data and Bit Flip Register 7
MC3_RDBFL8      0xF00613B0          Read Data and Bit Flip Register 8
MC3_RDBFL9      0xF00613B2          Read Data and Bit Flip Register 9
MC3_RDBFL10     0xF00613B4          Read Data and Bit Flip Register 10
MC3_RDBFL11     0xF00613B6          Read Data and Bit Flip Register 11
MC3_RDBFL12     0xF00613B8          Read Data and Bit Flip Register 12
MC3_RDBFL13     0xF00613BA          Read Data and Bit Flip Register 13
MC3_RDBFL14     0xF00613BC          Read Data and Bit Flip Register 14
MC3_RDBFL15     0xF00613BE          Read Data and Bit Flip Register 15
MC3_RDBFL16     0xF00613C0          Read Data and Bit Flip Register 16
MC3_RDBFL17     0xF00613C2          Read Data and Bit Flip Register 17
MC3_RDBFL18     0xF00613C4          Read Data and Bit Flip Register 18
MC3_RDBFL19     0xF00613C6          Read Data and Bit Flip Register 19
MC3_RDBFL20     0xF00613C8          Read Data and Bit Flip Register 20
MC3_RDBFL21     0xF00613CA          Read Data and Bit Flip Register 21
MC3_RDBFL22     0xF00613CC          Read Data and Bit Flip Register 22
MC3_RDBFL23     0xF00613CE          Read Data and Bit Flip Register 23
MC3_RDBFL24     0xF00613D0          Read Data and Bit Flip Register 24
MC3_RDBFL25     0xF00613D2          Read Data and Bit Flip Register 25
MC3_RDBFL26     0xF00613D4          Read Data and Bit Flip Register 26
MC3_RDBFL27     0xF00613D6          Read Data and Bit Flip Register 27
MC3_RDBFL28     0xF00613D8          Read Data and Bit Flip Register 28
MC3_RDBFL29     0xF00613DA          Read Data and Bit Flip Register 29
MC3_RDBFL30     0xF00613DC          Read Data and Bit Flip Register 30
MC3_RDBFL31     0xF00613DE          Read Data and Bit Flip Register 31
MC3_RDBFL32     0xF00613E0          Read Data and Bit Flip Register 32
MC3_RDBFL33     0xF00613E2          Read Data and Bit Flip Register 33
MC3_RDBFL34     0xF00613E4          Read Data and Bit Flip Register 34
MC3_RDBFL35     0xF00613E6          Read Data and Bit Flip Register 35
MC3_RDBFL36     0xF00613E8          Read Data and Bit Flip Register 36
MC3_RDBFL37     0xF00613EA          Read Data and Bit Flip Register 37
MC3_RDBFL38     0xF00613EC          Read Data and Bit Flip Register 38
MC3_RDBFL39     0xF00613EE          Read Data and Bit Flip Register 39
MC4_CONFIG0     0xF0061400          Configuration Register 0
MC4_CONFIG1     0xF0061402          Configuration Register 1
MC4_MCONTROL    0xF0061404          MBIST Control Register
MC4_MSTATUS     0xF0061406          Status Register
MC4_RANGE       0xF0061408          Range Register, single address mode
MC4_REVID       0xF006140C          Revision ID Register
MC4_ECCS        0xF006140E          ECC Safety Register
MC4_ECCD        0xF0061410          Memory ECC Detection Register
MC4_ETRR0       0xF0061412          Error Tracking Register 0
MC4_ETRR1       0xF0061414          Error Tracking Register 1
MC4_ETRR2       0xF0061416          Error Tracking Register 2
MC4_ETRR3       0xF0061418          Error Tracking Register 3
MC4_ETRR4       0xF006141A          Error Tracking Register 4
MC4_RDBFL0      0xF00614A0          Read Data and Bit Flip Register 0
MC4_RDBFL1      0xF00614A2          Read Data and Bit Flip Register 1
MC4_RDBFL2      0xF00614A4          Read Data and Bit Flip Register 2
MC4_RDBFL3      0xF00614A6          Read Data and Bit Flip Register 3
MC4_RDBFL4      0xF00614A8          Read Data and Bit Flip Register 4
MC4_RDBFL5      0xF00614AA          Read Data and Bit Flip Register 5
MC4_RDBFL6      0xF00614AC          Read Data and Bit Flip Register 6
MC4_RDBFL7      0xF00614AE          Read Data and Bit Flip Register 7
MC4_RDBFL8      0xF00614B0          Read Data and Bit Flip Register 8
MC4_RDBFL9      0xF00614B2          Read Data and Bit Flip Register 9
MC4_RDBFL10     0xF00614B4          Read Data and Bit Flip Register 10
MC4_RDBFL11     0xF00614B6          Read Data and Bit Flip Register 11
MC4_RDBFL12     0xF00614B8          Read Data and Bit Flip Register 12
MC4_RDBFL13     0xF00614BA          Read Data and Bit Flip Register 13
MC4_RDBFL14     0xF00614BC          Read Data and Bit Flip Register 14
MC4_RDBFL15     0xF00614BE          Read Data and Bit Flip Register 15
MC4_RDBFL16     0xF00614C0          Read Data and Bit Flip Register 16
MC4_RDBFL17     0xF00614C2          Read Data and Bit Flip Register 17
MC4_RDBFL18     0xF00614C4          Read Data and Bit Flip Register 18
MC4_RDBFL19     0xF00614C6          Read Data and Bit Flip Register 19
MC4_RDBFL20     0xF00614C8          Read Data and Bit Flip Register 20
MC4_RDBFL21     0xF00614CA          Read Data and Bit Flip Register 21
MC4_RDBFL22     0xF00614CC          Read Data and Bit Flip Register 22
MC4_RDBFL23     0xF00614CE          Read Data and Bit Flip Register 23
MC4_RDBFL24     0xF00614D0          Read Data and Bit Flip Register 24
MC4_RDBFL25     0xF00614D2          Read Data and Bit Flip Register 25
MC4_RDBFL26     0xF00614D4          Read Data and Bit Flip Register 26
MC4_RDBFL27     0xF00614D6          Read Data and Bit Flip Register 27
MC4_RDBFL28     0xF00614D8          Read Data and Bit Flip Register 28
MC4_RDBFL29     0xF00614DA          Read Data and Bit Flip Register 29
MC4_RDBFL30     0xF00614DC          Read Data and Bit Flip Register 30
MC4_RDBFL31     0xF00614DE          Read Data and Bit Flip Register 31
MC4_RDBFL32     0xF00614E0          Read Data and Bit Flip Register 32
MC4_RDBFL33     0xF00614E2          Read Data and Bit Flip Register 33
MC4_RDBFL34     0xF00614E4          Read Data and Bit Flip Register 34
MC4_RDBFL35     0xF00614E6          Read Data and Bit Flip Register 35
MC4_RDBFL36     0xF00614E8          Read Data and Bit Flip Register 36
MC4_RDBFL37     0xF00614EA          Read Data and Bit Flip Register 37
MC4_RDBFL38     0xF00614EC          Read Data and Bit Flip Register 38
MC4_RDBFL39     0xF00614EE          Read Data and Bit Flip Register 39
MC5_CONFIG0     0xF0061500          Configuration Register 0
MC5_CONFIG1     0xF0061502          Configuration Register 1
MC5_MCONTROL    0xF0061504          MBIST Control Register
MC5_MSTATUS     0xF0061506          Status Register
MC5_RANGE       0xF0061508          Range Register, single address mode
MC5_REVID       0xF006150C          Revision ID Register
MC5_ECCS        0xF006150E          ECC Safety Register
MC5_ECCD        0xF0061510          Memory ECC Detection Register
MC5_ETRR0       0xF0061512          Error Tracking Register 0
MC5_ETRR1       0xF0061514          Error Tracking Register 1
MC5_ETRR2       0xF0061516          Error Tracking Register 2
MC5_ETRR3       0xF0061518          Error Tracking Register 3
MC5_ETRR4       0xF006151A          Error Tracking Register 4
MC5_RDBFL0      0xF00615A0          Read Data and Bit Flip Register 0
MC5_RDBFL1      0xF00615A2          Read Data and Bit Flip Register 1
MC5_RDBFL2      0xF00615A4          Read Data and Bit Flip Register 2
MC5_RDBFL3      0xF00615A6          Read Data and Bit Flip Register 3
MC5_RDBFL4      0xF00615A8          Read Data and Bit Flip Register 4
MC5_RDBFL5      0xF00615AA          Read Data and Bit Flip Register 5
MC5_RDBFL6      0xF00615AC          Read Data and Bit Flip Register 6
MC5_RDBFL7      0xF00615AE          Read Data and Bit Flip Register 7
MC5_RDBFL8      0xF00615B0          Read Data and Bit Flip Register 8
MC5_RDBFL9      0xF00615B2          Read Data and Bit Flip Register 9
MC5_RDBFL10     0xF00615B4          Read Data and Bit Flip Register 10
MC5_RDBFL11     0xF00615B6          Read Data and Bit Flip Register 11
MC5_RDBFL12     0xF00615B8          Read Data and Bit Flip Register 12
MC5_RDBFL13     0xF00615BA          Read Data and Bit Flip Register 13
MC5_RDBFL14     0xF00615BC          Read Data and Bit Flip Register 14
MC5_RDBFL15     0xF00615BE          Read Data and Bit Flip Register 15
MC5_RDBFL16     0xF00615C0          Read Data and Bit Flip Register 16
MC5_RDBFL17     0xF00615C2          Read Data and Bit Flip Register 17
MC5_RDBFL18     0xF00615C4          Read Data and Bit Flip Register 18
MC5_RDBFL19     0xF00615C6          Read Data and Bit Flip Register 19
MC5_RDBFL20     0xF00615C8          Read Data and Bit Flip Register 20
MC5_RDBFL21     0xF00615CA          Read Data and Bit Flip Register 21
MC5_RDBFL22     0xF00615CC          Read Data and Bit Flip Register 22
MC5_RDBFL23     0xF00615CE          Read Data and Bit Flip Register 23
MC5_RDBFL24     0xF00615D0          Read Data and Bit Flip Register 24
MC5_RDBFL25     0xF00615D2          Read Data and Bit Flip Register 25
MC5_RDBFL26     0xF00615D4          Read Data and Bit Flip Register 26
MC5_RDBFL27     0xF00615D6          Read Data and Bit Flip Register 27
MC5_RDBFL28     0xF00615D8          Read Data and Bit Flip Register 28
MC5_RDBFL29     0xF00615DA          Read Data and Bit Flip Register 29
MC5_RDBFL30     0xF00615DC          Read Data and Bit Flip Register 30
MC5_RDBFL31     0xF00615DE          Read Data and Bit Flip Register 31
MC5_RDBFL32     0xF00615E0          Read Data and Bit Flip Register 32
MC5_RDBFL33     0xF00615E2          Read Data and Bit Flip Register 33
MC5_RDBFL34     0xF00615E4          Read Data and Bit Flip Register 34
MC5_RDBFL35     0xF00615E6          Read Data and Bit Flip Register 35
MC5_RDBFL36     0xF00615E8          Read Data and Bit Flip Register 36
MC5_RDBFL37     0xF00615EA          Read Data and Bit Flip Register 37
MC5_RDBFL38     0xF00615EC          Read Data and Bit Flip Register 38
MC5_RDBFL39     0xF00615EE          Read Data and Bit Flip Register 39
MC6_CONFIG0     0xF0061600          Configuration Register 0
MC6_CONFIG1     0xF0061602          Configuration Register 1
MC6_MCONTROL    0xF0061604          MBIST Control Register
MC6_MSTATUS     0xF0061606          Status Register
MC6_RANGE       0xF0061608          Range Register, single address mode
MC6_REVID       0xF006160C          Revision ID Register
MC6_ECCS        0xF006160E          ECC Safety Register
MC6_ECCD        0xF0061610          Memory ECC Detection Register
MC6_ETRR0       0xF0061612          Error Tracking Register 0
MC6_ETRR1       0xF0061614          Error Tracking Register 1
MC6_ETRR2       0xF0061616          Error Tracking Register 2
MC6_ETRR3       0xF0061618          Error Tracking Register 3
MC6_ETRR4       0xF006161A          Error Tracking Register 4
MC6_RDBFL0      0xF00616A0          Read Data and Bit Flip Register 0
MC6_RDBFL1      0xF00616A2          Read Data and Bit Flip Register 1
MC6_RDBFL2      0xF00616A4          Read Data and Bit Flip Register 2
MC6_RDBFL3      0xF00616A6          Read Data and Bit Flip Register 3
MC6_RDBFL4      0xF00616A8          Read Data and Bit Flip Register 4
MC6_RDBFL5      0xF00616AA          Read Data and Bit Flip Register 5
MC6_RDBFL6      0xF00616AC          Read Data and Bit Flip Register 6
MC6_RDBFL7      0xF00616AE          Read Data and Bit Flip Register 7
MC6_RDBFL8      0xF00616B0          Read Data and Bit Flip Register 8
MC6_RDBFL9      0xF00616B2          Read Data and Bit Flip Register 9
MC6_RDBFL10     0xF00616B4          Read Data and Bit Flip Register 10
MC6_RDBFL11     0xF00616B6          Read Data and Bit Flip Register 11
MC6_RDBFL12     0xF00616B8          Read Data and Bit Flip Register 12
MC6_RDBFL13     0xF00616BA          Read Data and Bit Flip Register 13
MC6_RDBFL14     0xF00616BC          Read Data and Bit Flip Register 14
MC6_RDBFL15     0xF00616BE          Read Data and Bit Flip Register 15
MC6_RDBFL16     0xF00616C0          Read Data and Bit Flip Register 16
MC6_RDBFL17     0xF00616C2          Read Data and Bit Flip Register 17
MC6_RDBFL18     0xF00616C4          Read Data and Bit Flip Register 18
MC6_RDBFL19     0xF00616C6          Read Data and Bit Flip Register 19
MC6_RDBFL20     0xF00616C8          Read Data and Bit Flip Register 20
MC6_RDBFL21     0xF00616CA          Read Data and Bit Flip Register 21
MC6_RDBFL22     0xF00616CC          Read Data and Bit Flip Register 22
MC6_RDBFL23     0xF00616CE          Read Data and Bit Flip Register 23
MC6_RDBFL24     0xF00616D0          Read Data and Bit Flip Register 24
MC6_RDBFL25     0xF00616D2          Read Data and Bit Flip Register 25
MC6_RDBFL26     0xF00616D4          Read Data and Bit Flip Register 26
MC6_RDBFL27     0xF00616D6          Read Data and Bit Flip Register 27
MC6_RDBFL28     0xF00616D8          Read Data and Bit Flip Register 28
MC6_RDBFL29     0xF00616DA          Read Data and Bit Flip Register 29
MC6_RDBFL30     0xF00616DC          Read Data and Bit Flip Register 30
MC6_RDBFL31     0xF00616DE          Read Data and Bit Flip Register 31
MC6_RDBFL32     0xF00616E0          Read Data and Bit Flip Register 32
MC6_RDBFL33     0xF00616E2          Read Data and Bit Flip Register 33
MC6_RDBFL34     0xF00616E4          Read Data and Bit Flip Register 34
MC6_RDBFL35     0xF00616E6          Read Data and Bit Flip Register 35
MC6_RDBFL36     0xF00616E8          Read Data and Bit Flip Register 36
MC6_RDBFL37     0xF00616EA          Read Data and Bit Flip Register 37
MC6_RDBFL38     0xF00616EC          Read Data and Bit Flip Register 38
MC6_RDBFL39     0xF00616EE          Read Data and Bit Flip Register 39
MC7_CONFIG0     0xF0061700          Configuration Register 0
MC7_CONFIG1     0xF0061702          Configuration Register 1
MC7_MCONTROL    0xF0061704          MBIST Control Register
MC7_MSTATUS     0xF0061706          Status Register
MC7_RANGE       0xF0061708          Range Register, single address mode
MC7_REVID       0xF006170C          Revision ID Register
MC7_ECCS        0xF006170E          ECC Safety Register
MC7_ECCD        0xF0061710          Memory ECC Detection Register
MC7_ETRR0       0xF0061712          Error Tracking Register 0
MC7_ETRR1       0xF0061714          Error Tracking Register 1
MC7_ETRR2       0xF0061716          Error Tracking Register 2
MC7_ETRR3       0xF0061718          Error Tracking Register 3
MC7_ETRR4       0xF006171A          Error Tracking Register 4
MC7_RDBFL0      0xF00617A0          Read Data and Bit Flip Register 0
MC7_RDBFL1      0xF00617A2          Read Data and Bit Flip Register 1
MC7_RDBFL2      0xF00617A4          Read Data and Bit Flip Register 2
MC7_RDBFL3      0xF00617A6          Read Data and Bit Flip Register 3
MC7_RDBFL4      0xF00617A8          Read Data and Bit Flip Register 4
MC7_RDBFL5      0xF00617AA          Read Data and Bit Flip Register 5
MC7_RDBFL6      0xF00617AC          Read Data and Bit Flip Register 6
MC7_RDBFL7      0xF00617AE          Read Data and Bit Flip Register 7
MC7_RDBFL8      0xF00617B0          Read Data and Bit Flip Register 8
MC7_RDBFL9      0xF00617B2          Read Data and Bit Flip Register 9
MC7_RDBFL10     0xF00617B4          Read Data and Bit Flip Register 10
MC7_RDBFL11     0xF00617B6          Read Data and Bit Flip Register 11
MC7_RDBFL12     0xF00617B8          Read Data and Bit Flip Register 12
MC7_RDBFL13     0xF00617BA          Read Data and Bit Flip Register 13
MC7_RDBFL14     0xF00617BC          Read Data and Bit Flip Register 14
MC7_RDBFL15     0xF00617BE          Read Data and Bit Flip Register 15
MC7_RDBFL16     0xF00617C0          Read Data and Bit Flip Register 16
MC7_RDBFL17     0xF00617C2          Read Data and Bit Flip Register 17
MC7_RDBFL18     0xF00617C4          Read Data and Bit Flip Register 18
MC7_RDBFL19     0xF00617C6          Read Data and Bit Flip Register 19
MC7_RDBFL20     0xF00617C8          Read Data and Bit Flip Register 20
MC7_RDBFL21     0xF00617CA          Read Data and Bit Flip Register 21
MC7_RDBFL22     0xF00617CC          Read Data and Bit Flip Register 22
MC7_RDBFL23     0xF00617CE          Read Data and Bit Flip Register 23
MC7_RDBFL24     0xF00617D0          Read Data and Bit Flip Register 24
MC7_RDBFL25     0xF00617D2          Read Data and Bit Flip Register 25
MC7_RDBFL26     0xF00617D4          Read Data and Bit Flip Register 26
MC7_RDBFL27     0xF00617D6          Read Data and Bit Flip Register 27
MC7_RDBFL28     0xF00617D8          Read Data and Bit Flip Register 28
MC7_RDBFL29     0xF00617DA          Read Data and Bit Flip Register 29
MC7_RDBFL30     0xF00617DC          Read Data and Bit Flip Register 30
MC7_RDBFL31     0xF00617DE          Read Data and Bit Flip Register 31
MC7_RDBFL32     0xF00617E0          Read Data and Bit Flip Register 32
MC7_RDBFL33     0xF00617E2          Read Data and Bit Flip Register 33
MC7_RDBFL34     0xF00617E4          Read Data and Bit Flip Register 34
MC7_RDBFL35     0xF00617E6          Read Data and Bit Flip Register 35
MC7_RDBFL36     0xF00617E8          Read Data and Bit Flip Register 36
MC7_RDBFL37     0xF00617EA          Read Data and Bit Flip Register 37
MC7_RDBFL38     0xF00617EC          Read Data and Bit Flip Register 38
MC7_RDBFL39     0xF00617EE          Read Data and Bit Flip Register 39
MC8_CONFIG0     0xF0061800          Configuration Register 0
MC8_CONFIG1     0xF0061802          Configuration Register 1
MC8_MCONTROL    0xF0061804          MBIST Control Register
MC8_MSTATUS     0xF0061806          Status Register
MC8_RANGE       0xF0061808          Range Register, single address mode
MC8_REVID       0xF006180C          Revision ID Register
MC8_ECCS        0xF006180E          ECC Safety Register
MC8_ECCD        0xF0061810          Memory ECC Detection Register
MC8_ETRR0       0xF0061812          Error Tracking Register 0
MC8_ETRR1       0xF0061814          Error Tracking Register 1
MC8_ETRR2       0xF0061816          Error Tracking Register 2
MC8_ETRR3       0xF0061818          Error Tracking Register 3
MC8_ETRR4       0xF006181A          Error Tracking Register 4
MC8_RDBFL0      0xF00618A0          Read Data and Bit Flip Register 0
MC8_RDBFL1      0xF00618A2          Read Data and Bit Flip Register 1
MC8_RDBFL2      0xF00618A4          Read Data and Bit Flip Register 2
MC8_RDBFL3      0xF00618A6          Read Data and Bit Flip Register 3
MC8_RDBFL4      0xF00618A8          Read Data and Bit Flip Register 4
MC8_RDBFL5      0xF00618AA          Read Data and Bit Flip Register 5
MC8_RDBFL6      0xF00618AC          Read Data and Bit Flip Register 6
MC8_RDBFL7      0xF00618AE          Read Data and Bit Flip Register 7
MC8_RDBFL8      0xF00618B0          Read Data and Bit Flip Register 8
MC8_RDBFL9      0xF00618B2          Read Data and Bit Flip Register 9
MC8_RDBFL10     0xF00618B4          Read Data and Bit Flip Register 10
MC8_RDBFL11     0xF00618B6          Read Data and Bit Flip Register 11
MC8_RDBFL12     0xF00618B8          Read Data and Bit Flip Register 12
MC8_RDBFL13     0xF00618BA          Read Data and Bit Flip Register 13
MC8_RDBFL14     0xF00618BC          Read Data and Bit Flip Register 14
MC8_RDBFL15     0xF00618BE          Read Data and Bit Flip Register 15
MC8_RDBFL16     0xF00618C0          Read Data and Bit Flip Register 16
MC8_RDBFL17     0xF00618C2          Read Data and Bit Flip Register 17
MC8_RDBFL18     0xF00618C4          Read Data and Bit Flip Register 18
MC8_RDBFL19     0xF00618C6          Read Data and Bit Flip Register 19
MC8_RDBFL20     0xF00618C8          Read Data and Bit Flip Register 20
MC8_RDBFL21     0xF00618CA          Read Data and Bit Flip Register 21
MC8_RDBFL22     0xF00618CC          Read Data and Bit Flip Register 22
MC8_RDBFL23     0xF00618CE          Read Data and Bit Flip Register 23
MC8_RDBFL24     0xF00618D0          Read Data and Bit Flip Register 24
MC8_RDBFL25     0xF00618D2          Read Data and Bit Flip Register 25
MC8_RDBFL26     0xF00618D4          Read Data and Bit Flip Register 26
MC8_RDBFL27     0xF00618D6          Read Data and Bit Flip Register 27
MC8_RDBFL28     0xF00618D8          Read Data and Bit Flip Register 28
MC8_RDBFL29     0xF00618DA          Read Data and Bit Flip Register 29
MC8_RDBFL30     0xF00618DC          Read Data and Bit Flip Register 30
MC8_RDBFL31     0xF00618DE          Read Data and Bit Flip Register 31
MC8_RDBFL32     0xF00618E0          Read Data and Bit Flip Register 32
MC8_RDBFL33     0xF00618E2          Read Data and Bit Flip Register 33
MC8_RDBFL34     0xF00618E4          Read Data and Bit Flip Register 34
MC8_RDBFL35     0xF00618E6          Read Data and Bit Flip Register 35
MC8_RDBFL36     0xF00618E8          Read Data and Bit Flip Register 36
MC8_RDBFL37     0xF00618EA          Read Data and Bit Flip Register 37
MC8_RDBFL38     0xF00618EC          Read Data and Bit Flip Register 38
MC8_RDBFL39     0xF00618EE          Read Data and Bit Flip Register 39
MC9_CONFIG0     0xF0061900          Configuration Register 0
MC9_CONFIG1     0xF0061902          Configuration Register 1
MC9_MCONTROL    0xF0061904          MBIST Control Register
MC9_MSTATUS     0xF0061906          Status Register
MC9_RANGE       0xF0061908          Range Register, single address mode
MC9_REVID       0xF006190C          Revision ID Register
MC9_ECCS        0xF006190E          ECC Safety Register
MC9_ECCD        0xF0061910          Memory ECC Detection Register
MC9_ETRR0       0xF0061912          Error Tracking Register 0
MC9_ETRR1       0xF0061914          Error Tracking Register 1
MC9_ETRR2       0xF0061916          Error Tracking Register 2
MC9_ETRR3       0xF0061918          Error Tracking Register 3
MC9_ETRR4       0xF006191A          Error Tracking Register 4
MC9_RDBFL0      0xF00619A0          Read Data and Bit Flip Register 0
MC9_RDBFL1      0xF00619A2          Read Data and Bit Flip Register 1
MC9_RDBFL2      0xF00619A4          Read Data and Bit Flip Register 2
MC9_RDBFL3      0xF00619A6          Read Data and Bit Flip Register 3
MC9_RDBFL4      0xF00619A8          Read Data and Bit Flip Register 4
MC9_RDBFL5      0xF00619AA          Read Data and Bit Flip Register 5
MC9_RDBFL6      0xF00619AC          Read Data and Bit Flip Register 6
MC9_RDBFL7      0xF00619AE          Read Data and Bit Flip Register 7
MC9_RDBFL8      0xF00619B0          Read Data and Bit Flip Register 8
MC9_RDBFL9      0xF00619B2          Read Data and Bit Flip Register 9
MC9_RDBFL10     0xF00619B4          Read Data and Bit Flip Register 10
MC9_RDBFL11     0xF00619B6          Read Data and Bit Flip Register 11
MC9_RDBFL12     0xF00619B8          Read Data and Bit Flip Register 12
MC9_RDBFL13     0xF00619BA          Read Data and Bit Flip Register 13
MC9_RDBFL14     0xF00619BC          Read Data and Bit Flip Register 14
MC9_RDBFL15     0xF00619BE          Read Data and Bit Flip Register 15
MC9_RDBFL16     0xF00619C0          Read Data and Bit Flip Register 16
MC9_RDBFL17     0xF00619C2          Read Data and Bit Flip Register 17
MC9_RDBFL18     0xF00619C4          Read Data and Bit Flip Register 18
MC9_RDBFL19     0xF00619C6          Read Data and Bit Flip Register 19
MC9_RDBFL20     0xF00619C8          Read Data and Bit Flip Register 20
MC9_RDBFL21     0xF00619CA          Read Data and Bit Flip Register 21
MC9_RDBFL22     0xF00619CC          Read Data and Bit Flip Register 22
MC9_RDBFL23     0xF00619CE          Read Data and Bit Flip Register 23
MC9_RDBFL24     0xF00619D0          Read Data and Bit Flip Register 24
MC9_RDBFL25     0xF00619D2          Read Data and Bit Flip Register 25
MC9_RDBFL26     0xF00619D4          Read Data and Bit Flip Register 26
MC9_RDBFL27     0xF00619D6          Read Data and Bit Flip Register 27
MC9_RDBFL28     0xF00619D8          Read Data and Bit Flip Register 28
MC9_RDBFL29     0xF00619DA          Read Data and Bit Flip Register 29
MC9_RDBFL30     0xF00619DC          Read Data and Bit Flip Register 30
MC9_RDBFL31     0xF00619DE          Read Data and Bit Flip Register 31
MC9_RDBFL32     0xF00619E0          Read Data and Bit Flip Register 32
MC9_RDBFL33     0xF00619E2          Read Data and Bit Flip Register 33
MC9_RDBFL34     0xF00619E4          Read Data and Bit Flip Register 34
MC9_RDBFL35     0xF00619E6          Read Data and Bit Flip Register 35
MC9_RDBFL36     0xF00619E8          Read Data and Bit Flip Register 36
MC9_RDBFL37     0xF00619EA          Read Data and Bit Flip Register 37
MC9_RDBFL38     0xF00619EC          Read Data and Bit Flip Register 38
MC9_RDBFL39     0xF00619EE          Read Data and Bit Flip Register 39
MC10_CONFIG0    0xF0061A00          Configuration Register 0
MC10_CONFIG1    0xF0061A02          Configuration Register 1
MC10_MCONTROL   0xF0061A04          MBIST Control Register
MC10_MSTATUS    0xF0061A06          Status Register
MC10_RANGE      0xF0061A08          Range Register, single address mode
MC10_REVID      0xF0061A0C          Revision ID Register
MC10_ECCS       0xF0061A0E          ECC Safety Register
MC10_ECCD       0xF0061A10          Memory ECC Detection Register
MC10_ETRR0      0xF0061A12          Error Tracking Register 0
MC10_ETRR1      0xF0061A14          Error Tracking Register 1
MC10_ETRR2      0xF0061A16          Error Tracking Register 2
MC10_ETRR3      0xF0061A18          Error Tracking Register 3
MC10_ETRR4      0xF0061A1A          Error Tracking Register 4
MC10_RDBFL0     0xF0061AA0          Read Data and Bit Flip Register 0
MC10_RDBFL1     0xF0061AA2          Read Data and Bit Flip Register 1
MC10_RDBFL2     0xF0061AA4          Read Data and Bit Flip Register 2
MC10_RDBFL3     0xF0061AA6          Read Data and Bit Flip Register 3
MC10_RDBFL4     0xF0061AA8          Read Data and Bit Flip Register 4
MC10_RDBFL5     0xF0061AAA          Read Data and Bit Flip Register 5
MC10_RDBFL6     0xF0061AAC          Read Data and Bit Flip Register 6
MC10_RDBFL7     0xF0061AAE          Read Data and Bit Flip Register 7
MC10_RDBFL8     0xF0061AB0          Read Data and Bit Flip Register 8
MC10_RDBFL9     0xF0061AB2          Read Data and Bit Flip Register 9
MC10_RDBFL10    0xF0061AB4          Read Data and Bit Flip Register 10
MC10_RDBFL11    0xF0061AB6          Read Data and Bit Flip Register 11
MC10_RDBFL12    0xF0061AB8          Read Data and Bit Flip Register 12
MC10_RDBFL13    0xF0061ABA          Read Data and Bit Flip Register 13
MC10_RDBFL14    0xF0061ABC          Read Data and Bit Flip Register 14
MC10_RDBFL15    0xF0061ABE          Read Data and Bit Flip Register 15
MC10_RDBFL16    0xF0061AC0          Read Data and Bit Flip Register 16
MC10_RDBFL17    0xF0061AC2          Read Data and Bit Flip Register 17
MC10_RDBFL18    0xF0061AC4          Read Data and Bit Flip Register 18
MC10_RDBFL19    0xF0061AC6          Read Data and Bit Flip Register 19
MC10_RDBFL20    0xF0061AC8          Read Data and Bit Flip Register 20
MC10_RDBFL21    0xF0061ACA          Read Data and Bit Flip Register 21
MC10_RDBFL22    0xF0061ACC          Read Data and Bit Flip Register 22
MC10_RDBFL23    0xF0061ACE          Read Data and Bit Flip Register 23
MC10_RDBFL24    0xF0061AD0          Read Data and Bit Flip Register 24
MC10_RDBFL25    0xF0061AD2          Read Data and Bit Flip Register 25
MC10_RDBFL26    0xF0061AD4          Read Data and Bit Flip Register 26
MC10_RDBFL27    0xF0061AD6          Read Data and Bit Flip Register 27
MC10_RDBFL28    0xF0061AD8          Read Data and Bit Flip Register 28
MC10_RDBFL29    0xF0061ADA          Read Data and Bit Flip Register 29
MC10_RDBFL30    0xF0061ADC          Read Data and Bit Flip Register 30
MC10_RDBFL31    0xF0061ADE          Read Data and Bit Flip Register 31
MC10_RDBFL32    0xF0061AE0          Read Data and Bit Flip Register 32
MC10_RDBFL33    0xF0061AE2          Read Data and Bit Flip Register 33
MC10_RDBFL34    0xF0061AE4          Read Data and Bit Flip Register 34
MC10_RDBFL35    0xF0061AE6          Read Data and Bit Flip Register 35
MC10_RDBFL36    0xF0061AE8          Read Data and Bit Flip Register 36
MC10_RDBFL37    0xF0061AEA          Read Data and Bit Flip Register 37
MC10_RDBFL38    0xF0061AEC          Read Data and Bit Flip Register 38
MC10_RDBFL39    0xF0061AEE          Read Data and Bit Flip Register 39
MC11_CONFIG0    0xF0061B00          Configuration Register 0
MC11_CONFIG1    0xF0061B02          Configuration Register 1
MC11_MCONTROL   0xF0061B04          MBIST Control Register
MC11_MSTATUS    0xF0061B06          Status Register
MC11_RANGE      0xF0061B08          Range Register, single address mode
MC11_REVID      0xF0061B0C          Revision ID Register
MC11_ECCS       0xF0061B0E          ECC Safety Register
MC11_ECCD       0xF0061B10          Memory ECC Detection Register
MC11_ETRR0      0xF0061B12          Error Tracking Register 0
MC11_ETRR1      0xF0061B14          Error Tracking Register 1
MC11_ETRR2      0xF0061B16          Error Tracking Register 2
MC11_ETRR3      0xF0061B18          Error Tracking Register 3
MC11_ETRR4      0xF0061B1A          Error Tracking Register 4
MC11_RDBFL0     0xF0061BA0          Read Data and Bit Flip Register 0
MC11_RDBFL1     0xF0061BA2          Read Data and Bit Flip Register 1
MC11_RDBFL2     0xF0061BA4          Read Data and Bit Flip Register 2
MC11_RDBFL3     0xF0061BA6          Read Data and Bit Flip Register 3
MC11_RDBFL4     0xF0061BA8          Read Data and Bit Flip Register 4
MC11_RDBFL5     0xF0061BAA          Read Data and Bit Flip Register 5
MC11_RDBFL6     0xF0061BAC          Read Data and Bit Flip Register 6
MC11_RDBFL7     0xF0061BAE          Read Data and Bit Flip Register 7
MC11_RDBFL8     0xF0061BB0          Read Data and Bit Flip Register 8
MC11_RDBFL9     0xF0061BB2          Read Data and Bit Flip Register 9
MC11_RDBFL10    0xF0061BB4          Read Data and Bit Flip Register 10
MC11_RDBFL11    0xF0061BB6          Read Data and Bit Flip Register 11
MC11_RDBFL12    0xF0061BB8          Read Data and Bit Flip Register 12
MC11_RDBFL13    0xF0061BBA          Read Data and Bit Flip Register 13
MC11_RDBFL14    0xF0061BBC          Read Data and Bit Flip Register 14
MC11_RDBFL15    0xF0061BBE          Read Data and Bit Flip Register 15
MC11_RDBFL16    0xF0061BC0          Read Data and Bit Flip Register 16
MC11_RDBFL17    0xF0061BC2          Read Data and Bit Flip Register 17
MC11_RDBFL18    0xF0061BC4          Read Data and Bit Flip Register 18
MC11_RDBFL19    0xF0061BC6          Read Data and Bit Flip Register 19
MC11_RDBFL20    0xF0061BC8          Read Data and Bit Flip Register 20
MC11_RDBFL21    0xF0061BCA          Read Data and Bit Flip Register 21
MC11_RDBFL22    0xF0061BCC          Read Data and Bit Flip Register 22
MC11_RDBFL23    0xF0061BCE          Read Data and Bit Flip Register 23
MC11_RDBFL24    0xF0061BD0          Read Data and Bit Flip Register 24
MC11_RDBFL25    0xF0061BD2          Read Data and Bit Flip Register 25
MC11_RDBFL26    0xF0061BD4          Read Data and Bit Flip Register 26
MC11_RDBFL27    0xF0061BD6          Read Data and Bit Flip Register 27
MC11_RDBFL28    0xF0061BD8          Read Data and Bit Flip Register 28
MC11_RDBFL29    0xF0061BDA          Read Data and Bit Flip Register 29
MC11_RDBFL30    0xF0061BDC          Read Data and Bit Flip Register 30
MC11_RDBFL31    0xF0061BDE          Read Data and Bit Flip Register 31
MC11_RDBFL32    0xF0061BE0          Read Data and Bit Flip Register 32
MC11_RDBFL33    0xF0061BE2          Read Data and Bit Flip Register 33
MC11_RDBFL34    0xF0061BE4          Read Data and Bit Flip Register 34
MC11_RDBFL35    0xF0061BE6          Read Data and Bit Flip Register 35
MC11_RDBFL36    0xF0061BE8          Read Data and Bit Flip Register 36
MC11_RDBFL37    0xF0061BEA          Read Data and Bit Flip Register 37
MC11_RDBFL38    0xF0061BEC          Read Data and Bit Flip Register 38
MC11_RDBFL39    0xF0061BEE          Read Data and Bit Flip Register 39
MC12_CONFIG0    0xF0061C00          Configuration Register 0
MC12_CONFIG1    0xF0061C02          Configuration Register 1
MC12_MCONTROL   0xF0061C04          MBIST Control Register
MC12_MSTATUS    0xF0061C06          Status Register
MC12_RANGE      0xF0061C08          Range Register, single address mode
MC12_REVID      0xF0061C0C          Revision ID Register
MC12_ECCS       0xF0061C0E          ECC Safety Register
MC12_ECCD       0xF0061C10          Memory ECC Detection Register
MC12_ETRR0      0xF0061C12          Error Tracking Register 0
MC12_ETRR1      0xF0061C14          Error Tracking Register 1
MC12_ETRR2      0xF0061C16          Error Tracking Register 2
MC12_ETRR3      0xF0061C18          Error Tracking Register 3
MC12_ETRR4      0xF0061C1A          Error Tracking Register 4
MC12_RDBFL0     0xF0061CA0          Read Data and Bit Flip Register 0
MC12_RDBFL1     0xF0061CA2          Read Data and Bit Flip Register 1
MC12_RDBFL2     0xF0061CA4          Read Data and Bit Flip Register 2
MC12_RDBFL3     0xF0061CA6          Read Data and Bit Flip Register 3
MC12_RDBFL4     0xF0061CA8          Read Data and Bit Flip Register 4
MC12_RDBFL5     0xF0061CAA          Read Data and Bit Flip Register 5
MC12_RDBFL6     0xF0061CAC          Read Data and Bit Flip Register 6
MC12_RDBFL7     0xF0061CAE          Read Data and Bit Flip Register 7
MC12_RDBFL8     0xF0061CB0          Read Data and Bit Flip Register 8
MC12_RDBFL9     0xF0061CB2          Read Data and Bit Flip Register 9
MC12_RDBFL10    0xF0061CB4          Read Data and Bit Flip Register 10
MC12_RDBFL11    0xF0061CB6          Read Data and Bit Flip Register 11
MC12_RDBFL12    0xF0061CB8          Read Data and Bit Flip Register 12
MC12_RDBFL13    0xF0061CBA          Read Data and Bit Flip Register 13
MC12_RDBFL14    0xF0061CBC          Read Data and Bit Flip Register 14
MC12_RDBFL15    0xF0061CBE          Read Data and Bit Flip Register 15
MC12_RDBFL16    0xF0061CC0          Read Data and Bit Flip Register 16
MC12_RDBFL17    0xF0061CC2          Read Data and Bit Flip Register 17
MC12_RDBFL18    0xF0061CC4          Read Data and Bit Flip Register 18
MC12_RDBFL19    0xF0061CC6          Read Data and Bit Flip Register 19
MC12_RDBFL20    0xF0061CC8          Read Data and Bit Flip Register 20
MC12_RDBFL21    0xF0061CCA          Read Data and Bit Flip Register 21
MC12_RDBFL22    0xF0061CCC          Read Data and Bit Flip Register 22
MC12_RDBFL23    0xF0061CCE          Read Data and Bit Flip Register 23
MC12_RDBFL24    0xF0061CD0          Read Data and Bit Flip Register 24
MC12_RDBFL25    0xF0061CD2          Read Data and Bit Flip Register 25
MC12_RDBFL26    0xF0061CD4          Read Data and Bit Flip Register 26
MC12_RDBFL27    0xF0061CD6          Read Data and Bit Flip Register 27
MC12_RDBFL28    0xF0061CD8          Read Data and Bit Flip Register 28
MC12_RDBFL29    0xF0061CDA          Read Data and Bit Flip Register 29
MC12_RDBFL30    0xF0061CDC          Read Data and Bit Flip Register 30
MC12_RDBFL31    0xF0061CDE          Read Data and Bit Flip Register 31
MC12_RDBFL32    0xF0061CE0          Read Data and Bit Flip Register 32
MC12_RDBFL33    0xF0061CE2          Read Data and Bit Flip Register 33
MC12_RDBFL34    0xF0061CE4          Read Data and Bit Flip Register 34
MC12_RDBFL35    0xF0061CE6          Read Data and Bit Flip Register 35
MC12_RDBFL36    0xF0061CE8          Read Data and Bit Flip Register 36
MC12_RDBFL37    0xF0061CEA          Read Data and Bit Flip Register 37
MC12_RDBFL38    0xF0061CEC          Read Data and Bit Flip Register 38
MC12_RDBFL39    0xF0061CEE          Read Data and Bit Flip Register 39
MC13_CONFIG0    0xF0061D00          Configuration Register 0
MC13_CONFIG1    0xF0061D02          Configuration Register 1
MC13_MCONTROL   0xF0061D04          MBIST Control Register
MC13_MSTATUS    0xF0061D06          Status Register
MC13_RANGE      0xF0061D08          Range Register, single address mode
MC13_REVID      0xF0061D0C          Revision ID Register
MC13_ECCS       0xF0061D0E          ECC Safety Register
MC13_ECCD       0xF0061D10          Memory ECC Detection Register
MC13_ETRR0      0xF0061D12          Error Tracking Register 0
MC13_ETRR1      0xF0061D14          Error Tracking Register 1
MC13_ETRR2      0xF0061D16          Error Tracking Register 2
MC13_ETRR3      0xF0061D18          Error Tracking Register 3
MC13_ETRR4      0xF0061D1A          Error Tracking Register 4
MC13_RDBFL0     0xF0061DA0          Read Data and Bit Flip Register 0
MC13_RDBFL1     0xF0061DA2          Read Data and Bit Flip Register 1
MC13_RDBFL2     0xF0061DA4          Read Data and Bit Flip Register 2
MC13_RDBFL3     0xF0061DA6          Read Data and Bit Flip Register 3
MC13_RDBFL4     0xF0061DA8          Read Data and Bit Flip Register 4
MC13_RDBFL5     0xF0061DAA          Read Data and Bit Flip Register 5
MC13_RDBFL6     0xF0061DAC          Read Data and Bit Flip Register 6
MC13_RDBFL7     0xF0061DAE          Read Data and Bit Flip Register 7
MC13_RDBFL8     0xF0061DB0          Read Data and Bit Flip Register 8
MC13_RDBFL9     0xF0061DB2          Read Data and Bit Flip Register 9
MC13_RDBFL10    0xF0061DB4          Read Data and Bit Flip Register 10
MC13_RDBFL11    0xF0061DB6          Read Data and Bit Flip Register 11
MC13_RDBFL12    0xF0061DB8          Read Data and Bit Flip Register 12
MC13_RDBFL13    0xF0061DBA          Read Data and Bit Flip Register 13
MC13_RDBFL14    0xF0061DBC          Read Data and Bit Flip Register 14
MC13_RDBFL15    0xF0061DBE          Read Data and Bit Flip Register 15
MC13_RDBFL16    0xF0061DC0          Read Data and Bit Flip Register 16
MC13_RDBFL17    0xF0061DC2          Read Data and Bit Flip Register 17
MC13_RDBFL18    0xF0061DC4          Read Data and Bit Flip Register 18
MC13_RDBFL19    0xF0061DC6          Read Data and Bit Flip Register 19
MC13_RDBFL20    0xF0061DC8          Read Data and Bit Flip Register 20
MC13_RDBFL21    0xF0061DCA          Read Data and Bit Flip Register 21
MC13_RDBFL22    0xF0061DCC          Read Data and Bit Flip Register 22
MC13_RDBFL23    0xF0061DCE          Read Data and Bit Flip Register 23
MC13_RDBFL24    0xF0061DD0          Read Data and Bit Flip Register 24
MC13_RDBFL25    0xF0061DD2          Read Data and Bit Flip Register 25
MC13_RDBFL26    0xF0061DD4          Read Data and Bit Flip Register 26
MC13_RDBFL27    0xF0061DD6          Read Data and Bit Flip Register 27
MC13_RDBFL28    0xF0061DD8          Read Data and Bit Flip Register 28
MC13_RDBFL29    0xF0061DDA          Read Data and Bit Flip Register 29
MC13_RDBFL30    0xF0061DDC          Read Data and Bit Flip Register 30
MC13_RDBFL31    0xF0061DDE          Read Data and Bit Flip Register 31
MC13_RDBFL32    0xF0061DE0          Read Data and Bit Flip Register 32
MC13_RDBFL33    0xF0061DE2          Read Data and Bit Flip Register 33
MC13_RDBFL34    0xF0061DE4          Read Data and Bit Flip Register 34
MC13_RDBFL35    0xF0061DE6          Read Data and Bit Flip Register 35
MC13_RDBFL36    0xF0061DE8          Read Data and Bit Flip Register 36
MC13_RDBFL37    0xF0061DEA          Read Data and Bit Flip Register 37
MC13_RDBFL38    0xF0061DEC          Read Data and Bit Flip Register 38
MC13_RDBFL39    0xF0061DEE          Read Data and Bit Flip Register 39
MC14_CONFIG0    0xF0061E00          Configuration Register 0
MC14_CONFIG1    0xF0061E02          Configuration Register 1
MC14_MCONTROL   0xF0061E04          MBIST Control Register
MC14_MSTATUS    0xF0061E06          Status Register
MC14_RANGE      0xF0061E08          Range Register, single address mode
MC14_REVID      0xF0061E0C          Revision ID Register
MC14_ECCS       0xF0061E0E          ECC Safety Register
MC14_ECCD       0xF0061E10          Memory ECC Detection Register
MC14_ETRR0      0xF0061E12          Error Tracking Register 0
MC14_ETRR1      0xF0061E14          Error Tracking Register 1
MC14_ETRR2      0xF0061E16          Error Tracking Register 2
MC14_ETRR3      0xF0061E18          Error Tracking Register 3
MC14_ETRR4      0xF0061E1A          Error Tracking Register 4
MC14_RDBFL0     0xF0061EA0          Read Data and Bit Flip Register 0
MC14_RDBFL1     0xF0061EA2          Read Data and Bit Flip Register 1
MC14_RDBFL2     0xF0061EA4          Read Data and Bit Flip Register 2
MC14_RDBFL3     0xF0061EA6          Read Data and Bit Flip Register 3
MC14_RDBFL4     0xF0061EA8          Read Data and Bit Flip Register 4
MC14_RDBFL5     0xF0061EAA          Read Data and Bit Flip Register 5
MC14_RDBFL6     0xF0061EAC          Read Data and Bit Flip Register 6
MC14_RDBFL7     0xF0061EAE          Read Data and Bit Flip Register 7
MC14_RDBFL8     0xF0061EB0          Read Data and Bit Flip Register 8
MC14_RDBFL9     0xF0061EB2          Read Data and Bit Flip Register 9
MC14_RDBFL10    0xF0061EB4          Read Data and Bit Flip Register 10
MC14_RDBFL11    0xF0061EB6          Read Data and Bit Flip Register 11
MC14_RDBFL12    0xF0061EB8          Read Data and Bit Flip Register 12
MC14_RDBFL13    0xF0061EBA          Read Data and Bit Flip Register 13
MC14_RDBFL14    0xF0061EBC          Read Data and Bit Flip Register 14
MC14_RDBFL15    0xF0061EBE          Read Data and Bit Flip Register 15
MC14_RDBFL16    0xF0061EC0          Read Data and Bit Flip Register 16
MC14_RDBFL17    0xF0061EC2          Read Data and Bit Flip Register 17
MC14_RDBFL18    0xF0061EC4          Read Data and Bit Flip Register 18
MC14_RDBFL19    0xF0061EC6          Read Data and Bit Flip Register 19
MC14_RDBFL20    0xF0061EC8          Read Data and Bit Flip Register 20
MC14_RDBFL21    0xF0061ECA          Read Data and Bit Flip Register 21
MC14_RDBFL22    0xF0061ECC          Read Data and Bit Flip Register 22
MC14_RDBFL23    0xF0061ECE          Read Data and Bit Flip Register 23
MC14_RDBFL24    0xF0061ED0          Read Data and Bit Flip Register 24
MC14_RDBFL25    0xF0061ED2          Read Data and Bit Flip Register 25
MC14_RDBFL26    0xF0061ED4          Read Data and Bit Flip Register 26
MC14_RDBFL27    0xF0061ED6          Read Data and Bit Flip Register 27
MC14_RDBFL28    0xF0061ED8          Read Data and Bit Flip Register 28
MC14_RDBFL29    0xF0061EDA          Read Data and Bit Flip Register 29
MC14_RDBFL30    0xF0061EDC          Read Data and Bit Flip Register 30
MC14_RDBFL31    0xF0061EDE          Read Data and Bit Flip Register 31
MC14_RDBFL32    0xF0061EE0          Read Data and Bit Flip Register 32
MC14_RDBFL33    0xF0061EE2          Read Data and Bit Flip Register 33
MC14_RDBFL34    0xF0061EE4          Read Data and Bit Flip Register 34
MC14_RDBFL35    0xF0061EE6          Read Data and Bit Flip Register 35
MC14_RDBFL36    0xF0061EE8          Read Data and Bit Flip Register 36
MC14_RDBFL37    0xF0061EEA          Read Data and Bit Flip Register 37
MC14_RDBFL38    0xF0061EEC          Read Data and Bit Flip Register 38
MC14_RDBFL39    0xF0061EEE          Read Data and Bit Flip Register 39
MC15_CONFIG0    0xF0061F00          Configuration Register 0
MC15_CONFIG1    0xF0061F02          Configuration Register 1
MC15_MCONTROL   0xF0061F04          MBIST Control Register
MC15_MSTATUS    0xF0061F06          Status Register
MC15_RANGE      0xF0061F08          Range Register, single address mode
MC15_REVID      0xF0061F0C          Revision ID Register
MC15_ECCS       0xF0061F0E          ECC Safety Register
MC15_ECCD       0xF0061F10          Memory ECC Detection Register
MC15_ETRR0      0xF0061F12          Error Tracking Register 0
MC15_ETRR1      0xF0061F14          Error Tracking Register 1
MC15_ETRR2      0xF0061F16          Error Tracking Register 2
MC15_ETRR3      0xF0061F18          Error Tracking Register 3
MC15_ETRR4      0xF0061F1A          Error Tracking Register 4
MC15_RDBFL0     0xF0061FA0          Read Data and Bit Flip Register 0
MC15_RDBFL1     0xF0061FA2          Read Data and Bit Flip Register 1
MC15_RDBFL2     0xF0061FA4          Read Data and Bit Flip Register 2
MC15_RDBFL3     0xF0061FA6          Read Data and Bit Flip Register 3
MC15_RDBFL4     0xF0061FA8          Read Data and Bit Flip Register 4
MC15_RDBFL5     0xF0061FAA          Read Data and Bit Flip Register 5
MC15_RDBFL6     0xF0061FAC          Read Data and Bit Flip Register 6
MC15_RDBFL7     0xF0061FAE          Read Data and Bit Flip Register 7
MC15_RDBFL8     0xF0061FB0          Read Data and Bit Flip Register 8
MC15_RDBFL9     0xF0061FB2          Read Data and Bit Flip Register 9
MC15_RDBFL10    0xF0061FB4          Read Data and Bit Flip Register 10
MC15_RDBFL11    0xF0061FB6          Read Data and Bit Flip Register 11
MC15_RDBFL12    0xF0061FB8          Read Data and Bit Flip Register 12
MC15_RDBFL13    0xF0061FBA          Read Data and Bit Flip Register 13
MC15_RDBFL14    0xF0061FBC          Read Data and Bit Flip Register 14
MC15_RDBFL15    0xF0061FBE          Read Data and Bit Flip Register 15
MC15_RDBFL16    0xF0061FC0          Read Data and Bit Flip Register 16
MC15_RDBFL17    0xF0061FC2          Read Data and Bit Flip Register 17
MC15_RDBFL18    0xF0061FC4          Read Data and Bit Flip Register 18
MC15_RDBFL19    0xF0061FC6          Read Data and Bit Flip Register 19
MC15_RDBFL20    0xF0061FC8          Read Data and Bit Flip Register 20
MC15_RDBFL21    0xF0061FCA          Read Data and Bit Flip Register 21
MC15_RDBFL22    0xF0061FCC          Read Data and Bit Flip Register 22
MC15_RDBFL23    0xF0061FCE          Read Data and Bit Flip Register 23
MC15_RDBFL24    0xF0061FD0          Read Data and Bit Flip Register 24
MC15_RDBFL25    0xF0061FD2          Read Data and Bit Flip Register 25
MC15_RDBFL26    0xF0061FD4          Read Data and Bit Flip Register 26
MC15_RDBFL27    0xF0061FD6          Read Data and Bit Flip Register 27
MC15_RDBFL28    0xF0061FD8          Read Data and Bit Flip Register 28
MC15_RDBFL29    0xF0061FDA          Read Data and Bit Flip Register 29
MC15_RDBFL30    0xF0061FDC          Read Data and Bit Flip Register 30
MC15_RDBFL31    0xF0061FDE          Read Data and Bit Flip Register 31
MC15_RDBFL32    0xF0061FE0          Read Data and Bit Flip Register 32
MC15_RDBFL33    0xF0061FE2          Read Data and Bit Flip Register 33
MC15_RDBFL34    0xF0061FE4          Read Data and Bit Flip Register 34
MC15_RDBFL35    0xF0061FE6          Read Data and Bit Flip Register 35
MC15_RDBFL36    0xF0061FE8          Read Data and Bit Flip Register 36
MC15_RDBFL37    0xF0061FEA          Read Data and Bit Flip Register 37
MC15_RDBFL38    0xF0061FEC          Read Data and Bit Flip Register 38
MC15_RDBFL39    0xF0061FEE          Read Data and Bit Flip Register 39
MC16_CONFIG0    0xF0062000          Configuration Register 0
MC16_CONFIG1    0xF0062002          Configuration Register 1
MC16_MCONTROL   0xF0062004          MBIST Control Register
MC16_MSTATUS    0xF0062006          Status Register
MC16_RANGE      0xF0062008          Range Register, single address mode
MC16_REVID      0xF006200C          Revision ID Register
MC16_ECCS       0xF006200E          ECC Safety Register
MC16_ECCD       0xF0062010          Memory ECC Detection Register
MC16_ETRR0      0xF0062012          Error Tracking Register 0
MC16_ETRR1      0xF0062014          Error Tracking Register 1
MC16_ETRR2      0xF0062016          Error Tracking Register 2
MC16_ETRR3      0xF0062018          Error Tracking Register 3
MC16_ETRR4      0xF006201A          Error Tracking Register 4
MC16_RDBFL0     0xF00620A0          Read Data and Bit Flip Register 0
MC16_RDBFL1     0xF00620A2          Read Data and Bit Flip Register 1
MC16_RDBFL2     0xF00620A4          Read Data and Bit Flip Register 2
MC16_RDBFL3     0xF00620A6          Read Data and Bit Flip Register 3
MC16_RDBFL4     0xF00620A8          Read Data and Bit Flip Register 4
MC16_RDBFL5     0xF00620AA          Read Data and Bit Flip Register 5
MC16_RDBFL6     0xF00620AC          Read Data and Bit Flip Register 6
MC16_RDBFL7     0xF00620AE          Read Data and Bit Flip Register 7
MC16_RDBFL8     0xF00620B0          Read Data and Bit Flip Register 8
MC16_RDBFL9     0xF00620B2          Read Data and Bit Flip Register 9
MC16_RDBFL10    0xF00620B4          Read Data and Bit Flip Register 10
MC16_RDBFL11    0xF00620B6          Read Data and Bit Flip Register 11
MC16_RDBFL12    0xF00620B8          Read Data and Bit Flip Register 12
MC16_RDBFL13    0xF00620BA          Read Data and Bit Flip Register 13
MC16_RDBFL14    0xF00620BC          Read Data and Bit Flip Register 14
MC16_RDBFL15    0xF00620BE          Read Data and Bit Flip Register 15
MC16_RDBFL16    0xF00620C0          Read Data and Bit Flip Register 16
MC16_RDBFL17    0xF00620C2          Read Data and Bit Flip Register 17
MC16_RDBFL18    0xF00620C4          Read Data and Bit Flip Register 18
MC16_RDBFL19    0xF00620C6          Read Data and Bit Flip Register 19
MC16_RDBFL20    0xF00620C8          Read Data and Bit Flip Register 20
MC16_RDBFL21    0xF00620CA          Read Data and Bit Flip Register 21
MC16_RDBFL22    0xF00620CC          Read Data and Bit Flip Register 22
MC16_RDBFL23    0xF00620CE          Read Data and Bit Flip Register 23
MC16_RDBFL24    0xF00620D0          Read Data and Bit Flip Register 24
MC16_RDBFL25    0xF00620D2          Read Data and Bit Flip Register 25
MC16_RDBFL26    0xF00620D4          Read Data and Bit Flip Register 26
MC16_RDBFL27    0xF00620D6          Read Data and Bit Flip Register 27
MC16_RDBFL28    0xF00620D8          Read Data and Bit Flip Register 28
MC16_RDBFL29    0xF00620DA          Read Data and Bit Flip Register 29
MC16_RDBFL30    0xF00620DC          Read Data and Bit Flip Register 30
MC16_RDBFL31    0xF00620DE          Read Data and Bit Flip Register 31
MC16_RDBFL32    0xF00620E0          Read Data and Bit Flip Register 32
MC16_RDBFL33    0xF00620E2          Read Data and Bit Flip Register 33
MC16_RDBFL34    0xF00620E4          Read Data and Bit Flip Register 34
MC16_RDBFL35    0xF00620E6          Read Data and Bit Flip Register 35
MC16_RDBFL36    0xF00620E8          Read Data and Bit Flip Register 36
MC16_RDBFL37    0xF00620EA          Read Data and Bit Flip Register 37
MC16_RDBFL38    0xF00620EC          Read Data and Bit Flip Register 38
MC16_RDBFL39    0xF00620EE          Read Data and Bit Flip Register 39
MC17_CONFIG0    0xF0062100          Configuration Register 0
MC17_CONFIG1    0xF0062102          Configuration Register 1
MC17_MCONTROL   0xF0062104          MBIST Control Register
MC17_MSTATUS    0xF0062106          Status Register
MC17_RANGE      0xF0062108          Range Register, single address mode
MC17_REVID      0xF006210C          Revision ID Register
MC17_ECCS       0xF006210E          ECC Safety Register
MC17_ECCD       0xF0062110          Memory ECC Detection Register
MC17_ETRR0      0xF0062112          Error Tracking Register 0
MC17_ETRR1      0xF0062114          Error Tracking Register 1
MC17_ETRR2      0xF0062116          Error Tracking Register 2
MC17_ETRR3      0xF0062118          Error Tracking Register 3
MC17_ETRR4      0xF006211A          Error Tracking Register 4
MC17_RDBFL0     0xF00621A0          Read Data and Bit Flip Register 0
MC17_RDBFL1     0xF00621A2          Read Data and Bit Flip Register 1
MC17_RDBFL2     0xF00621A4          Read Data and Bit Flip Register 2
MC17_RDBFL3     0xF00621A6          Read Data and Bit Flip Register 3
MC17_RDBFL4     0xF00621A8          Read Data and Bit Flip Register 4
MC17_RDBFL5     0xF00621AA          Read Data and Bit Flip Register 5
MC17_RDBFL6     0xF00621AC          Read Data and Bit Flip Register 6
MC17_RDBFL7     0xF00621AE          Read Data and Bit Flip Register 7
MC17_RDBFL8     0xF00621B0          Read Data and Bit Flip Register 8
MC17_RDBFL9     0xF00621B2          Read Data and Bit Flip Register 9
MC17_RDBFL10    0xF00621B4          Read Data and Bit Flip Register 10
MC17_RDBFL11    0xF00621B6          Read Data and Bit Flip Register 11
MC17_RDBFL12    0xF00621B8          Read Data and Bit Flip Register 12
MC17_RDBFL13    0xF00621BA          Read Data and Bit Flip Register 13
MC17_RDBFL14    0xF00621BC          Read Data and Bit Flip Register 14
MC17_RDBFL15    0xF00621BE          Read Data and Bit Flip Register 15
MC17_RDBFL16    0xF00621C0          Read Data and Bit Flip Register 16
MC17_RDBFL17    0xF00621C2          Read Data and Bit Flip Register 17
MC17_RDBFL18    0xF00621C4          Read Data and Bit Flip Register 18
MC17_RDBFL19    0xF00621C6          Read Data and Bit Flip Register 19
MC17_RDBFL20    0xF00621C8          Read Data and Bit Flip Register 20
MC17_RDBFL21    0xF00621CA          Read Data and Bit Flip Register 21
MC17_RDBFL22    0xF00621CC          Read Data and Bit Flip Register 22
MC17_RDBFL23    0xF00621CE          Read Data and Bit Flip Register 23
MC17_RDBFL24    0xF00621D0          Read Data and Bit Flip Register 24
MC17_RDBFL25    0xF00621D2          Read Data and Bit Flip Register 25
MC17_RDBFL26    0xF00621D4          Read Data and Bit Flip Register 26
MC17_RDBFL27    0xF00621D6          Read Data and Bit Flip Register 27
MC17_RDBFL28    0xF00621D8          Read Data and Bit Flip Register 28
MC17_RDBFL29    0xF00621DA          Read Data and Bit Flip Register 29
MC17_RDBFL30    0xF00621DC          Read Data and Bit Flip Register 30
MC17_RDBFL31    0xF00621DE          Read Data and Bit Flip Register 31
MC17_RDBFL32    0xF00621E0          Read Data and Bit Flip Register 32
MC17_RDBFL33    0xF00621E2          Read Data and Bit Flip Register 33
MC17_RDBFL34    0xF00621E4          Read Data and Bit Flip Register 34
MC17_RDBFL35    0xF00621E6          Read Data and Bit Flip Register 35
MC17_RDBFL36    0xF00621E8          Read Data and Bit Flip Register 36
MC17_RDBFL37    0xF00621EA          Read Data and Bit Flip Register 37
MC17_RDBFL38    0xF00621EC          Read Data and Bit Flip Register 38
MC17_RDBFL39    0xF00621EE          Read Data and Bit Flip Register 39
MC18_CONFIG0    0xF0062200          Configuration Register 0
MC18_CONFIG1    0xF0062202          Configuration Register 1
MC18_MCONTROL   0xF0062204          MBIST Control Register
MC18_MSTATUS    0xF0062206          Status Register
MC18_RANGE      0xF0062208          Range Register, single address mode
MC18_REVID      0xF006220C          Revision ID Register
MC18_ECCS       0xF006220E          ECC Safety Register
MC18_ECCD       0xF0062210          Memory ECC Detection Register
MC18_ETRR0      0xF0062212          Error Tracking Register 0
MC18_ETRR1      0xF0062214          Error Tracking Register 1
MC18_ETRR2      0xF0062216          Error Tracking Register 2
MC18_ETRR3      0xF0062218          Error Tracking Register 3
MC18_ETRR4      0xF006221A          Error Tracking Register 4
MC18_RDBFL0     0xF00622A0          Read Data and Bit Flip Register 0
MC18_RDBFL1     0xF00622A2          Read Data and Bit Flip Register 1
MC18_RDBFL2     0xF00622A4          Read Data and Bit Flip Register 2
MC18_RDBFL3     0xF00622A6          Read Data and Bit Flip Register 3
MC18_RDBFL4     0xF00622A8          Read Data and Bit Flip Register 4
MC18_RDBFL5     0xF00622AA          Read Data and Bit Flip Register 5
MC18_RDBFL6     0xF00622AC          Read Data and Bit Flip Register 6
MC18_RDBFL7     0xF00622AE          Read Data and Bit Flip Register 7
MC18_RDBFL8     0xF00622B0          Read Data and Bit Flip Register 8
MC18_RDBFL9     0xF00622B2          Read Data and Bit Flip Register 9
MC18_RDBFL10    0xF00622B4          Read Data and Bit Flip Register 10
MC18_RDBFL11    0xF00622B6          Read Data and Bit Flip Register 11
MC18_RDBFL12    0xF00622B8          Read Data and Bit Flip Register 12
MC18_RDBFL13    0xF00622BA          Read Data and Bit Flip Register 13
MC18_RDBFL14    0xF00622BC          Read Data and Bit Flip Register 14
MC18_RDBFL15    0xF00622BE          Read Data and Bit Flip Register 15
MC18_RDBFL16    0xF00622C0          Read Data and Bit Flip Register 16
MC18_RDBFL17    0xF00622C2          Read Data and Bit Flip Register 17
MC18_RDBFL18    0xF00622C4          Read Data and Bit Flip Register 18
MC18_RDBFL19    0xF00622C6          Read Data and Bit Flip Register 19
MC18_RDBFL20    0xF00622C8          Read Data and Bit Flip Register 20
MC18_RDBFL21    0xF00622CA          Read Data and Bit Flip Register 21
MC18_RDBFL22    0xF00622CC          Read Data and Bit Flip Register 22
MC18_RDBFL23    0xF00622CE          Read Data and Bit Flip Register 23
MC18_RDBFL24    0xF00622D0          Read Data and Bit Flip Register 24
MC18_RDBFL25    0xF00622D2          Read Data and Bit Flip Register 25
MC18_RDBFL26    0xF00622D4          Read Data and Bit Flip Register 26
MC18_RDBFL27    0xF00622D6          Read Data and Bit Flip Register 27
MC18_RDBFL28    0xF00622D8          Read Data and Bit Flip Register 28
MC18_RDBFL29    0xF00622DA          Read Data and Bit Flip Register 29
MC18_RDBFL30    0xF00622DC          Read Data and Bit Flip Register 30
MC18_RDBFL31    0xF00622DE          Read Data and Bit Flip Register 31
MC18_RDBFL32    0xF00622E0          Read Data and Bit Flip Register 32
MC18_RDBFL33    0xF00622E2          Read Data and Bit Flip Register 33
MC18_RDBFL34    0xF00622E4          Read Data and Bit Flip Register 34
MC18_RDBFL35    0xF00622E6          Read Data and Bit Flip Register 35
MC18_RDBFL36    0xF00622E8          Read Data and Bit Flip Register 36
MC18_RDBFL37    0xF00622EA          Read Data and Bit Flip Register 37
MC18_RDBFL38    0xF00622EC          Read Data and Bit Flip Register 38
MC18_RDBFL39    0xF00622EE          Read Data and Bit Flip Register 39
MC19_CONFIG0    0xF0062300          Configuration Register 0
MC19_CONFIG1    0xF0062302          Configuration Register 1
MC19_MCONTROL   0xF0062304          MBIST Control Register
MC19_MSTATUS    0xF0062306          Status Register
MC19_RANGE      0xF0062308          Range Register, single address mode
MC19_REVID      0xF006230C          Revision ID Register
MC19_ECCS       0xF006230E          ECC Safety Register
MC19_ECCD       0xF0062310          Memory ECC Detection Register
MC19_ETRR0      0xF0062312          Error Tracking Register 0
MC19_ETRR1      0xF0062314          Error Tracking Register 1
MC19_ETRR2      0xF0062316          Error Tracking Register 2
MC19_ETRR3      0xF0062318          Error Tracking Register 3
MC19_ETRR4      0xF006231A          Error Tracking Register 4
MC19_RDBFL0     0xF00623A0          Read Data and Bit Flip Register 0
MC19_RDBFL1     0xF00623A2          Read Data and Bit Flip Register 1
MC19_RDBFL2     0xF00623A4          Read Data and Bit Flip Register 2
MC19_RDBFL3     0xF00623A6          Read Data and Bit Flip Register 3
MC19_RDBFL4     0xF00623A8          Read Data and Bit Flip Register 4
MC19_RDBFL5     0xF00623AA          Read Data and Bit Flip Register 5
MC19_RDBFL6     0xF00623AC          Read Data and Bit Flip Register 6
MC19_RDBFL7     0xF00623AE          Read Data and Bit Flip Register 7
MC19_RDBFL8     0xF00623B0          Read Data and Bit Flip Register 8
MC19_RDBFL9     0xF00623B2          Read Data and Bit Flip Register 9
MC19_RDBFL10    0xF00623B4          Read Data and Bit Flip Register 10
MC19_RDBFL11    0xF00623B6          Read Data and Bit Flip Register 11
MC19_RDBFL12    0xF00623B8          Read Data and Bit Flip Register 12
MC19_RDBFL13    0xF00623BA          Read Data and Bit Flip Register 13
MC19_RDBFL14    0xF00623BC          Read Data and Bit Flip Register 14
MC19_RDBFL15    0xF00623BE          Read Data and Bit Flip Register 15
MC19_RDBFL16    0xF00623C0          Read Data and Bit Flip Register 16
MC19_RDBFL17    0xF00623C2          Read Data and Bit Flip Register 17
MC19_RDBFL18    0xF00623C4          Read Data and Bit Flip Register 18
MC19_RDBFL19    0xF00623C6          Read Data and Bit Flip Register 19
MC19_RDBFL20    0xF00623C8          Read Data and Bit Flip Register 20
MC19_RDBFL21    0xF00623CA          Read Data and Bit Flip Register 21
MC19_RDBFL22    0xF00623CC          Read Data and Bit Flip Register 22
MC19_RDBFL23    0xF00623CE          Read Data and Bit Flip Register 23
MC19_RDBFL24    0xF00623D0          Read Data and Bit Flip Register 24
MC19_RDBFL25    0xF00623D2          Read Data and Bit Flip Register 25
MC19_RDBFL26    0xF00623D4          Read Data and Bit Flip Register 26
MC19_RDBFL27    0xF00623D6          Read Data and Bit Flip Register 27
MC19_RDBFL28    0xF00623D8          Read Data and Bit Flip Register 28
MC19_RDBFL29    0xF00623DA          Read Data and Bit Flip Register 29
MC19_RDBFL30    0xF00623DC          Read Data and Bit Flip Register 30
MC19_RDBFL31    0xF00623DE          Read Data and Bit Flip Register 31
MC19_RDBFL32    0xF00623E0          Read Data and Bit Flip Register 32
MC19_RDBFL33    0xF00623E2          Read Data and Bit Flip Register 33
MC19_RDBFL34    0xF00623E4          Read Data and Bit Flip Register 34
MC19_RDBFL35    0xF00623E6          Read Data and Bit Flip Register 35
MC19_RDBFL36    0xF00623E8          Read Data and Bit Flip Register 36
MC19_RDBFL37    0xF00623EA          Read Data and Bit Flip Register 37
MC19_RDBFL38    0xF00623EC          Read Data and Bit Flip Register 38
MC19_RDBFL39    0xF00623EE          Read Data and Bit Flip Register 39
MC20_CONFIG0    0xF0062400          Configuration Register 0
MC20_CONFIG1    0xF0062402          Configuration Register 1
MC20_MCONTROL   0xF0062404          MBIST Control Register
MC20_MSTATUS    0xF0062406          Status Register
MC20_RANGE      0xF0062408          Range Register, single address mode
MC20_REVID      0xF006240C          Revision ID Register
MC20_ECCS       0xF006240E          ECC Safety Register
MC20_ECCD       0xF0062410          Memory ECC Detection Register
MC20_ETRR0      0xF0062412          Error Tracking Register 0
MC20_ETRR1      0xF0062414          Error Tracking Register 1
MC20_ETRR2      0xF0062416          Error Tracking Register 2
MC20_ETRR3      0xF0062418          Error Tracking Register 3
MC20_ETRR4      0xF006241A          Error Tracking Register 4
MC20_RDBFL0     0xF00624A0          Read Data and Bit Flip Register 0
MC20_RDBFL1     0xF00624A2          Read Data and Bit Flip Register 1
MC20_RDBFL2     0xF00624A4          Read Data and Bit Flip Register 2
MC20_RDBFL3     0xF00624A6          Read Data and Bit Flip Register 3
MC20_RDBFL4     0xF00624A8          Read Data and Bit Flip Register 4
MC20_RDBFL5     0xF00624AA          Read Data and Bit Flip Register 5
MC20_RDBFL6     0xF00624AC          Read Data and Bit Flip Register 6
MC20_RDBFL7     0xF00624AE          Read Data and Bit Flip Register 7
MC20_RDBFL8     0xF00624B0          Read Data and Bit Flip Register 8
MC20_RDBFL9     0xF00624B2          Read Data and Bit Flip Register 9
MC20_RDBFL10    0xF00624B4          Read Data and Bit Flip Register 10
MC20_RDBFL11    0xF00624B6          Read Data and Bit Flip Register 11
MC20_RDBFL12    0xF00624B8          Read Data and Bit Flip Register 12
MC20_RDBFL13    0xF00624BA          Read Data and Bit Flip Register 13
MC20_RDBFL14    0xF00624BC          Read Data and Bit Flip Register 14
MC20_RDBFL15    0xF00624BE          Read Data and Bit Flip Register 15
MC20_RDBFL16    0xF00624C0          Read Data and Bit Flip Register 16
MC20_RDBFL17    0xF00624C2          Read Data and Bit Flip Register 17
MC20_RDBFL18    0xF00624C4          Read Data and Bit Flip Register 18
MC20_RDBFL19    0xF00624C6          Read Data and Bit Flip Register 19
MC20_RDBFL20    0xF00624C8          Read Data and Bit Flip Register 20
MC20_RDBFL21    0xF00624CA          Read Data and Bit Flip Register 21
MC20_RDBFL22    0xF00624CC          Read Data and Bit Flip Register 22
MC20_RDBFL23    0xF00624CE          Read Data and Bit Flip Register 23
MC20_RDBFL24    0xF00624D0          Read Data and Bit Flip Register 24
MC20_RDBFL25    0xF00624D2          Read Data and Bit Flip Register 25
MC20_RDBFL26    0xF00624D4          Read Data and Bit Flip Register 26
MC20_RDBFL27    0xF00624D6          Read Data and Bit Flip Register 27
MC20_RDBFL28    0xF00624D8          Read Data and Bit Flip Register 28
MC20_RDBFL29    0xF00624DA          Read Data and Bit Flip Register 29
MC20_RDBFL30    0xF00624DC          Read Data and Bit Flip Register 30
MC20_RDBFL31    0xF00624DE          Read Data and Bit Flip Register 31
MC20_RDBFL32    0xF00624E0          Read Data and Bit Flip Register 32
MC20_RDBFL33    0xF00624E2          Read Data and Bit Flip Register 33
MC20_RDBFL34    0xF00624E4          Read Data and Bit Flip Register 34
MC20_RDBFL35    0xF00624E6          Read Data and Bit Flip Register 35
MC20_RDBFL36    0xF00624E8          Read Data and Bit Flip Register 36
MC20_RDBFL37    0xF00624EA          Read Data and Bit Flip Register 37
MC20_RDBFL38    0xF00624EC          Read Data and Bit Flip Register 38
MC20_RDBFL39    0xF00624EE          Read Data and Bit Flip Register 39
MC21_CONFIG0    0xF0062500          Configuration Register 0
MC21_CONFIG1    0xF0062502          Configuration Register 1
MC21_MCONTROL   0xF0062504          MBIST Control Register
MC21_MSTATUS    0xF0062506          Status Register
MC21_RANGE      0xF0062508          Range Register, single address mode
MC21_REVID      0xF006250C          Revision ID Register
MC21_ECCS       0xF006250E          ECC Safety Register
MC21_ECCD       0xF0062510          Memory ECC Detection Register
MC21_ETRR0      0xF0062512          Error Tracking Register 0
MC21_ETRR1      0xF0062514          Error Tracking Register 1
MC21_ETRR2      0xF0062516          Error Tracking Register 2
MC21_ETRR3      0xF0062518          Error Tracking Register 3
MC21_ETRR4      0xF006251A          Error Tracking Register 4
MC21_RDBFL0     0xF00625A0          Read Data and Bit Flip Register 0
MC21_RDBFL1     0xF00625A2          Read Data and Bit Flip Register 1
MC21_RDBFL2     0xF00625A4          Read Data and Bit Flip Register 2
MC21_RDBFL3     0xF00625A6          Read Data and Bit Flip Register 3
MC21_RDBFL4     0xF00625A8          Read Data and Bit Flip Register 4
MC21_RDBFL5     0xF00625AA          Read Data and Bit Flip Register 5
MC21_RDBFL6     0xF00625AC          Read Data and Bit Flip Register 6
MC21_RDBFL7     0xF00625AE          Read Data and Bit Flip Register 7
MC21_RDBFL8     0xF00625B0          Read Data and Bit Flip Register 8
MC21_RDBFL9     0xF00625B2          Read Data and Bit Flip Register 9
MC21_RDBFL10    0xF00625B4          Read Data and Bit Flip Register 10
MC21_RDBFL11    0xF00625B6          Read Data and Bit Flip Register 11
MC21_RDBFL12    0xF00625B8          Read Data and Bit Flip Register 12
MC21_RDBFL13    0xF00625BA          Read Data and Bit Flip Register 13
MC21_RDBFL14    0xF00625BC          Read Data and Bit Flip Register 14
MC21_RDBFL15    0xF00625BE          Read Data and Bit Flip Register 15
MC21_RDBFL16    0xF00625C0          Read Data and Bit Flip Register 16
MC21_RDBFL17    0xF00625C2          Read Data and Bit Flip Register 17
MC21_RDBFL18    0xF00625C4          Read Data and Bit Flip Register 18
MC21_RDBFL19    0xF00625C6          Read Data and Bit Flip Register 19
MC21_RDBFL20    0xF00625C8          Read Data and Bit Flip Register 20
MC21_RDBFL21    0xF00625CA          Read Data and Bit Flip Register 21
MC21_RDBFL22    0xF00625CC          Read Data and Bit Flip Register 22
MC21_RDBFL23    0xF00625CE          Read Data and Bit Flip Register 23
MC21_RDBFL24    0xF00625D0          Read Data and Bit Flip Register 24
MC21_RDBFL25    0xF00625D2          Read Data and Bit Flip Register 25
MC21_RDBFL26    0xF00625D4          Read Data and Bit Flip Register 26
MC21_RDBFL27    0xF00625D6          Read Data and Bit Flip Register 27
MC21_RDBFL28    0xF00625D8          Read Data and Bit Flip Register 28
MC21_RDBFL29    0xF00625DA          Read Data and Bit Flip Register 29
MC21_RDBFL30    0xF00625DC          Read Data and Bit Flip Register 30
MC21_RDBFL31    0xF00625DE          Read Data and Bit Flip Register 31
MC21_RDBFL32    0xF00625E0          Read Data and Bit Flip Register 32
MC21_RDBFL33    0xF00625E2          Read Data and Bit Flip Register 33
MC21_RDBFL34    0xF00625E4          Read Data and Bit Flip Register 34
MC21_RDBFL35    0xF00625E6          Read Data and Bit Flip Register 35
MC21_RDBFL36    0xF00625E8          Read Data and Bit Flip Register 36
MC21_RDBFL37    0xF00625EA          Read Data and Bit Flip Register 37
MC21_RDBFL38    0xF00625EC          Read Data and Bit Flip Register 38
MC21_RDBFL39    0xF00625EE          Read Data and Bit Flip Register 39
MC22_CONFIG0    0xF0062600          Configuration Register 0
MC22_CONFIG1    0xF0062602          Configuration Register 1
MC22_MCONTROL   0xF0062604          MBIST Control Register
MC22_MSTATUS    0xF0062606          Status Register
MC22_RANGE      0xF0062608          Range Register, single address mode
MC22_REVID      0xF006260C          Revision ID Register
MC22_ECCS       0xF006260E          ECC Safety Register
MC22_ECCD       0xF0062610          Memory ECC Detection Register
MC22_ETRR0      0xF0062612          Error Tracking Register 0
MC22_ETRR1      0xF0062614          Error Tracking Register 1
MC22_ETRR2      0xF0062616          Error Tracking Register 2
MC22_ETRR3      0xF0062618          Error Tracking Register 3
MC22_ETRR4      0xF006261A          Error Tracking Register 4
MC22_RDBFL0     0xF00626A0          Read Data and Bit Flip Register 0
MC22_RDBFL1     0xF00626A2          Read Data and Bit Flip Register 1
MC22_RDBFL2     0xF00626A4          Read Data and Bit Flip Register 2
MC22_RDBFL3     0xF00626A6          Read Data and Bit Flip Register 3
MC22_RDBFL4     0xF00626A8          Read Data and Bit Flip Register 4
MC22_RDBFL5     0xF00626AA          Read Data and Bit Flip Register 5
MC22_RDBFL6     0xF00626AC          Read Data and Bit Flip Register 6
MC22_RDBFL7     0xF00626AE          Read Data and Bit Flip Register 7
MC22_RDBFL8     0xF00626B0          Read Data and Bit Flip Register 8
MC22_RDBFL9     0xF00626B2          Read Data and Bit Flip Register 9
MC22_RDBFL10    0xF00626B4          Read Data and Bit Flip Register 10
MC22_RDBFL11    0xF00626B6          Read Data and Bit Flip Register 11
MC22_RDBFL12    0xF00626B8          Read Data and Bit Flip Register 12
MC22_RDBFL13    0xF00626BA          Read Data and Bit Flip Register 13
MC22_RDBFL14    0xF00626BC          Read Data and Bit Flip Register 14
MC22_RDBFL15    0xF00626BE          Read Data and Bit Flip Register 15
MC22_RDBFL16    0xF00626C0          Read Data and Bit Flip Register 16
MC22_RDBFL17    0xF00626C2          Read Data and Bit Flip Register 17
MC22_RDBFL18    0xF00626C4          Read Data and Bit Flip Register 18
MC22_RDBFL19    0xF00626C6          Read Data and Bit Flip Register 19
MC22_RDBFL20    0xF00626C8          Read Data and Bit Flip Register 20
MC22_RDBFL21    0xF00626CA          Read Data and Bit Flip Register 21
MC22_RDBFL22    0xF00626CC          Read Data and Bit Flip Register 22
MC22_RDBFL23    0xF00626CE          Read Data and Bit Flip Register 23
MC22_RDBFL24    0xF00626D0          Read Data and Bit Flip Register 24
MC22_RDBFL25    0xF00626D2          Read Data and Bit Flip Register 25
MC22_RDBFL26    0xF00626D4          Read Data and Bit Flip Register 26
MC22_RDBFL27    0xF00626D6          Read Data and Bit Flip Register 27
MC22_RDBFL28    0xF00626D8          Read Data and Bit Flip Register 28
MC22_RDBFL29    0xF00626DA          Read Data and Bit Flip Register 29
MC22_RDBFL30    0xF00626DC          Read Data and Bit Flip Register 30
MC22_RDBFL31    0xF00626DE          Read Data and Bit Flip Register 31
MC22_RDBFL32    0xF00626E0          Read Data and Bit Flip Register 32
MC22_RDBFL33    0xF00626E2          Read Data and Bit Flip Register 33
MC22_RDBFL34    0xF00626E4          Read Data and Bit Flip Register 34
MC22_RDBFL35    0xF00626E6          Read Data and Bit Flip Register 35
MC22_RDBFL36    0xF00626E8          Read Data and Bit Flip Register 36
MC22_RDBFL37    0xF00626EA          Read Data and Bit Flip Register 37
MC22_RDBFL38    0xF00626EC          Read Data and Bit Flip Register 38
MC22_RDBFL39    0xF00626EE          Read Data and Bit Flip Register 39
MC23_CONFIG0    0xF0062700          Configuration Register 0
MC23_CONFIG1    0xF0062702          Configuration Register 1
MC23_MCONTROL   0xF0062704          MBIST Control Register
MC23_MSTATUS    0xF0062706          Status Register
MC23_RANGE      0xF0062708          Range Register, single address mode
MC23_REVID      0xF006270C          Revision ID Register
MC23_ECCS       0xF006270E          ECC Safety Register
MC23_ECCD       0xF0062710          Memory ECC Detection Register
MC23_ETRR0      0xF0062712          Error Tracking Register 0
MC23_ETRR1      0xF0062714          Error Tracking Register 1
MC23_ETRR2      0xF0062716          Error Tracking Register 2
MC23_ETRR3      0xF0062718          Error Tracking Register 3
MC23_ETRR4      0xF006271A          Error Tracking Register 4
MC23_RDBFL0     0xF00627A0          Read Data and Bit Flip Register 0
MC23_RDBFL1     0xF00627A2          Read Data and Bit Flip Register 1
MC23_RDBFL2     0xF00627A4          Read Data and Bit Flip Register 2
MC23_RDBFL3     0xF00627A6          Read Data and Bit Flip Register 3
MC23_RDBFL4     0xF00627A8          Read Data and Bit Flip Register 4
MC23_RDBFL5     0xF00627AA          Read Data and Bit Flip Register 5
MC23_RDBFL6     0xF00627AC          Read Data and Bit Flip Register 6
MC23_RDBFL7     0xF00627AE          Read Data and Bit Flip Register 7
MC23_RDBFL8     0xF00627B0          Read Data and Bit Flip Register 8
MC23_RDBFL9     0xF00627B2          Read Data and Bit Flip Register 9
MC23_RDBFL10    0xF00627B4          Read Data and Bit Flip Register 10
MC23_RDBFL11    0xF00627B6          Read Data and Bit Flip Register 11
MC23_RDBFL12    0xF00627B8          Read Data and Bit Flip Register 12
MC23_RDBFL13    0xF00627BA          Read Data and Bit Flip Register 13
MC23_RDBFL14    0xF00627BC          Read Data and Bit Flip Register 14
MC23_RDBFL15    0xF00627BE          Read Data and Bit Flip Register 15
MC23_RDBFL16    0xF00627C0          Read Data and Bit Flip Register 16
MC23_RDBFL17    0xF00627C2          Read Data and Bit Flip Register 17
MC23_RDBFL18    0xF00627C4          Read Data and Bit Flip Register 18
MC23_RDBFL19    0xF00627C6          Read Data and Bit Flip Register 19
MC23_RDBFL20    0xF00627C8          Read Data and Bit Flip Register 20
MC23_RDBFL21    0xF00627CA          Read Data and Bit Flip Register 21
MC23_RDBFL22    0xF00627CC          Read Data and Bit Flip Register 22
MC23_RDBFL23    0xF00627CE          Read Data and Bit Flip Register 23
MC23_RDBFL24    0xF00627D0          Read Data and Bit Flip Register 24
MC23_RDBFL25    0xF00627D2          Read Data and Bit Flip Register 25
MC23_RDBFL26    0xF00627D4          Read Data and Bit Flip Register 26
MC23_RDBFL27    0xF00627D6          Read Data and Bit Flip Register 27
MC23_RDBFL28    0xF00627D8          Read Data and Bit Flip Register 28
MC23_RDBFL29    0xF00627DA          Read Data and Bit Flip Register 29
MC23_RDBFL30    0xF00627DC          Read Data and Bit Flip Register 30
MC23_RDBFL31    0xF00627DE          Read Data and Bit Flip Register 31
MC23_RDBFL32    0xF00627E0          Read Data and Bit Flip Register 32
MC23_RDBFL33    0xF00627E2          Read Data and Bit Flip Register 33
MC23_RDBFL34    0xF00627E4          Read Data and Bit Flip Register 34
MC23_RDBFL35    0xF00627E6          Read Data and Bit Flip Register 35
MC23_RDBFL36    0xF00627E8          Read Data and Bit Flip Register 36
MC23_RDBFL37    0xF00627EA          Read Data and Bit Flip Register 37
MC23_RDBFL38    0xF00627EC          Read Data and Bit Flip Register 38
MC23_RDBFL39    0xF00627EE          Read Data and Bit Flip Register 39
MC24_CONFIG0    0xF0062800          Configuration Register 0
MC24_CONFIG1    0xF0062802          Configuration Register 1
MC24_MCONTROL   0xF0062804          MBIST Control Register
MC24_MSTATUS    0xF0062806          Status Register
MC24_RANGE      0xF0062808          Range Register, single address mode
MC24_REVID      0xF006280C          Revision ID Register
MC24_ECCS       0xF006280E          ECC Safety Register
MC24_ECCD       0xF0062810          Memory ECC Detection Register
MC24_ETRR0      0xF0062812          Error Tracking Register 0
MC24_ETRR1      0xF0062814          Error Tracking Register 1
MC24_ETRR2      0xF0062816          Error Tracking Register 2
MC24_ETRR3      0xF0062818          Error Tracking Register 3
MC24_ETRR4      0xF006281A          Error Tracking Register 4
MC24_RDBFL0     0xF00628A0          Read Data and Bit Flip Register 0
MC24_RDBFL1     0xF00628A2          Read Data and Bit Flip Register 1
MC24_RDBFL2     0xF00628A4          Read Data and Bit Flip Register 2
MC24_RDBFL3     0xF00628A6          Read Data and Bit Flip Register 3
MC24_RDBFL4     0xF00628A8          Read Data and Bit Flip Register 4
MC24_RDBFL5     0xF00628AA          Read Data and Bit Flip Register 5
MC24_RDBFL6     0xF00628AC          Read Data and Bit Flip Register 6
MC24_RDBFL7     0xF00628AE          Read Data and Bit Flip Register 7
MC24_RDBFL8     0xF00628B0          Read Data and Bit Flip Register 8
MC24_RDBFL9     0xF00628B2          Read Data and Bit Flip Register 9
MC24_RDBFL10    0xF00628B4          Read Data and Bit Flip Register 10
MC24_RDBFL11    0xF00628B6          Read Data and Bit Flip Register 11
MC24_RDBFL12    0xF00628B8          Read Data and Bit Flip Register 12
MC24_RDBFL13    0xF00628BA          Read Data and Bit Flip Register 13
MC24_RDBFL14    0xF00628BC          Read Data and Bit Flip Register 14
MC24_RDBFL15    0xF00628BE          Read Data and Bit Flip Register 15
MC24_RDBFL16    0xF00628C0          Read Data and Bit Flip Register 16
MC24_RDBFL17    0xF00628C2          Read Data and Bit Flip Register 17
MC24_RDBFL18    0xF00628C4          Read Data and Bit Flip Register 18
MC24_RDBFL19    0xF00628C6          Read Data and Bit Flip Register 19
MC24_RDBFL20    0xF00628C8          Read Data and Bit Flip Register 20
MC24_RDBFL21    0xF00628CA          Read Data and Bit Flip Register 21
MC24_RDBFL22    0xF00628CC          Read Data and Bit Flip Register 22
MC24_RDBFL23    0xF00628CE          Read Data and Bit Flip Register 23
MC24_RDBFL24    0xF00628D0          Read Data and Bit Flip Register 24
MC24_RDBFL25    0xF00628D2          Read Data and Bit Flip Register 25
MC24_RDBFL26    0xF00628D4          Read Data and Bit Flip Register 26
MC24_RDBFL27    0xF00628D6          Read Data and Bit Flip Register 27
MC24_RDBFL28    0xF00628D8          Read Data and Bit Flip Register 28
MC24_RDBFL29    0xF00628DA          Read Data and Bit Flip Register 29
MC24_RDBFL30    0xF00628DC          Read Data and Bit Flip Register 30
MC24_RDBFL31    0xF00628DE          Read Data and Bit Flip Register 31
MC24_RDBFL32    0xF00628E0          Read Data and Bit Flip Register 32
MC24_RDBFL33    0xF00628E2          Read Data and Bit Flip Register 33
MC24_RDBFL34    0xF00628E4          Read Data and Bit Flip Register 34
MC24_RDBFL35    0xF00628E6          Read Data and Bit Flip Register 35
MC24_RDBFL36    0xF00628E8          Read Data and Bit Flip Register 36
MC24_RDBFL37    0xF00628EA          Read Data and Bit Flip Register 37
MC24_RDBFL38    0xF00628EC          Read Data and Bit Flip Register 38
MC24_RDBFL39    0xF00628EE          Read Data and Bit Flip Register 39
MC25_CONFIG0    0xF0062900          Configuration Register 0
MC25_CONFIG1    0xF0062902          Configuration Register 1
MC25_MCONTROL   0xF0062904          MBIST Control Register
MC25_MSTATUS    0xF0062906          Status Register
MC25_RANGE      0xF0062908          Range Register, single address mode
MC25_REVID      0xF006290C          Revision ID Register
MC25_ECCS       0xF006290E          ECC Safety Register
MC25_ECCD       0xF0062910          Memory ECC Detection Register
MC25_ETRR0      0xF0062912          Error Tracking Register 0
MC25_ETRR1      0xF0062914          Error Tracking Register 1
MC25_ETRR2      0xF0062916          Error Tracking Register 2
MC25_ETRR3      0xF0062918          Error Tracking Register 3
MC25_ETRR4      0xF006291A          Error Tracking Register 4
MC25_RDBFL0     0xF00629A0          Read Data and Bit Flip Register 0
MC25_RDBFL1     0xF00629A2          Read Data and Bit Flip Register 1
MC25_RDBFL2     0xF00629A4          Read Data and Bit Flip Register 2
MC25_RDBFL3     0xF00629A6          Read Data and Bit Flip Register 3
MC25_RDBFL4     0xF00629A8          Read Data and Bit Flip Register 4
MC25_RDBFL5     0xF00629AA          Read Data and Bit Flip Register 5
MC25_RDBFL6     0xF00629AC          Read Data and Bit Flip Register 6
MC25_RDBFL7     0xF00629AE          Read Data and Bit Flip Register 7
MC25_RDBFL8     0xF00629B0          Read Data and Bit Flip Register 8
MC25_RDBFL9     0xF00629B2          Read Data and Bit Flip Register 9
MC25_RDBFL10    0xF00629B4          Read Data and Bit Flip Register 10
MC25_RDBFL11    0xF00629B6          Read Data and Bit Flip Register 11
MC25_RDBFL12    0xF00629B8          Read Data and Bit Flip Register 12
MC25_RDBFL13    0xF00629BA          Read Data and Bit Flip Register 13
MC25_RDBFL14    0xF00629BC          Read Data and Bit Flip Register 14
MC25_RDBFL15    0xF00629BE          Read Data and Bit Flip Register 15
MC25_RDBFL16    0xF00629C0          Read Data and Bit Flip Register 16
MC25_RDBFL17    0xF00629C2          Read Data and Bit Flip Register 17
MC25_RDBFL18    0xF00629C4          Read Data and Bit Flip Register 18
MC25_RDBFL19    0xF00629C6          Read Data and Bit Flip Register 19
MC25_RDBFL20    0xF00629C8          Read Data and Bit Flip Register 20
MC25_RDBFL21    0xF00629CA          Read Data and Bit Flip Register 21
MC25_RDBFL22    0xF00629CC          Read Data and Bit Flip Register 22
MC25_RDBFL23    0xF00629CE          Read Data and Bit Flip Register 23
MC25_RDBFL24    0xF00629D0          Read Data and Bit Flip Register 24
MC25_RDBFL25    0xF00629D2          Read Data and Bit Flip Register 25
MC25_RDBFL26    0xF00629D4          Read Data and Bit Flip Register 26
MC25_RDBFL27    0xF00629D6          Read Data and Bit Flip Register 27
MC25_RDBFL28    0xF00629D8          Read Data and Bit Flip Register 28
MC25_RDBFL29    0xF00629DA          Read Data and Bit Flip Register 29
MC25_RDBFL30    0xF00629DC          Read Data and Bit Flip Register 30
MC25_RDBFL31    0xF00629DE          Read Data and Bit Flip Register 31
MC25_RDBFL32    0xF00629E0          Read Data and Bit Flip Register 32
MC25_RDBFL33    0xF00629E2          Read Data and Bit Flip Register 33
MC25_RDBFL34    0xF00629E4          Read Data and Bit Flip Register 34
MC25_RDBFL35    0xF00629E6          Read Data and Bit Flip Register 35
MC25_RDBFL36    0xF00629E8          Read Data and Bit Flip Register 36
MC25_RDBFL37    0xF00629EA          Read Data and Bit Flip Register 37
MC25_RDBFL38    0xF00629EC          Read Data and Bit Flip Register 38
MC25_RDBFL39    0xF00629EE          Read Data and Bit Flip Register 39
MC26_CONFIG0    0xF0062A00          Configuration Register 0
MC26_CONFIG1    0xF0062A02          Configuration Register 1
MC26_MCONTROL   0xF0062A04          MBIST Control Register
MC26_MSTATUS    0xF0062A06          Status Register
MC26_RANGE      0xF0062A08          Range Register, single address mode
MC26_REVID      0xF0062A0C          Revision ID Register
MC26_ECCS       0xF0062A0E          ECC Safety Register
MC26_ECCD       0xF0062A10          Memory ECC Detection Register
MC26_ETRR0      0xF0062A12          Error Tracking Register 0
MC26_ETRR1      0xF0062A14          Error Tracking Register 1
MC26_ETRR2      0xF0062A16          Error Tracking Register 2
MC26_ETRR3      0xF0062A18          Error Tracking Register 3
MC26_ETRR4      0xF0062A1A          Error Tracking Register 4
MC26_RDBFL0     0xF0062AA0          Read Data and Bit Flip Register 0
MC26_RDBFL1     0xF0062AA2          Read Data and Bit Flip Register 1
MC26_RDBFL2     0xF0062AA4          Read Data and Bit Flip Register 2
MC26_RDBFL3     0xF0062AA6          Read Data and Bit Flip Register 3
MC26_RDBFL4     0xF0062AA8          Read Data and Bit Flip Register 4
MC26_RDBFL5     0xF0062AAA          Read Data and Bit Flip Register 5
MC26_RDBFL6     0xF0062AAC          Read Data and Bit Flip Register 6
MC26_RDBFL7     0xF0062AAE          Read Data and Bit Flip Register 7
MC26_RDBFL8     0xF0062AB0          Read Data and Bit Flip Register 8
MC26_RDBFL9     0xF0062AB2          Read Data and Bit Flip Register 9
MC26_RDBFL10    0xF0062AB4          Read Data and Bit Flip Register 10
MC26_RDBFL11    0xF0062AB6          Read Data and Bit Flip Register 11
MC26_RDBFL12    0xF0062AB8          Read Data and Bit Flip Register 12
MC26_RDBFL13    0xF0062ABA          Read Data and Bit Flip Register 13
MC26_RDBFL14    0xF0062ABC          Read Data and Bit Flip Register 14
MC26_RDBFL15    0xF0062ABE          Read Data and Bit Flip Register 15
MC26_RDBFL16    0xF0062AC0          Read Data and Bit Flip Register 16
MC26_RDBFL17    0xF0062AC2          Read Data and Bit Flip Register 17
MC26_RDBFL18    0xF0062AC4          Read Data and Bit Flip Register 18
MC26_RDBFL19    0xF0062AC6          Read Data and Bit Flip Register 19
MC26_RDBFL20    0xF0062AC8          Read Data and Bit Flip Register 20
MC26_RDBFL21    0xF0062ACA          Read Data and Bit Flip Register 21
MC26_RDBFL22    0xF0062ACC          Read Data and Bit Flip Register 22
MC26_RDBFL23    0xF0062ACE          Read Data and Bit Flip Register 23
MC26_RDBFL24    0xF0062AD0          Read Data and Bit Flip Register 24
MC26_RDBFL25    0xF0062AD2          Read Data and Bit Flip Register 25
MC26_RDBFL26    0xF0062AD4          Read Data and Bit Flip Register 26
MC26_RDBFL27    0xF0062AD6          Read Data and Bit Flip Register 27
MC26_RDBFL28    0xF0062AD8          Read Data and Bit Flip Register 28
MC26_RDBFL29    0xF0062ADA          Read Data and Bit Flip Register 29
MC26_RDBFL30    0xF0062ADC          Read Data and Bit Flip Register 30
MC26_RDBFL31    0xF0062ADE          Read Data and Bit Flip Register 31
MC26_RDBFL32    0xF0062AE0          Read Data and Bit Flip Register 32
MC26_RDBFL33    0xF0062AE2          Read Data and Bit Flip Register 33
MC26_RDBFL34    0xF0062AE4          Read Data and Bit Flip Register 34
MC26_RDBFL35    0xF0062AE6          Read Data and Bit Flip Register 35
MC26_RDBFL36    0xF0062AE8          Read Data and Bit Flip Register 36
MC26_RDBFL37    0xF0062AEA          Read Data and Bit Flip Register 37
MC26_RDBFL38    0xF0062AEC          Read Data and Bit Flip Register 38
MC26_RDBFL39    0xF0062AEE          Read Data and Bit Flip Register 39
MC27_CONFIG0    0xF0062B00          Configuration Register 0
MC27_CONFIG1    0xF0062B02          Configuration Register 1
MC27_MCONTROL   0xF0062B04          MBIST Control Register
MC27_MSTATUS    0xF0062B06          Status Register
MC27_RANGE      0xF0062B08          Range Register, single address mode
MC27_REVID      0xF0062B0C          Revision ID Register
MC27_ECCS       0xF0062B0E          ECC Safety Register
MC27_ECCD       0xF0062B10          Memory ECC Detection Register
MC27_ETRR0      0xF0062B12          Error Tracking Register 0
MC27_ETRR1      0xF0062B14          Error Tracking Register 1
MC27_ETRR2      0xF0062B16          Error Tracking Register 2
MC27_ETRR3      0xF0062B18          Error Tracking Register 3
MC27_ETRR4      0xF0062B1A          Error Tracking Register 4
MC27_RDBFL0     0xF0062BA0          Read Data and Bit Flip Register 0
MC27_RDBFL1     0xF0062BA2          Read Data and Bit Flip Register 1
MC27_RDBFL2     0xF0062BA4          Read Data and Bit Flip Register 2
MC27_RDBFL3     0xF0062BA6          Read Data and Bit Flip Register 3
MC27_RDBFL4     0xF0062BA8          Read Data and Bit Flip Register 4
MC27_RDBFL5     0xF0062BAA          Read Data and Bit Flip Register 5
MC27_RDBFL6     0xF0062BAC          Read Data and Bit Flip Register 6
MC27_RDBFL7     0xF0062BAE          Read Data and Bit Flip Register 7
MC27_RDBFL8     0xF0062BB0          Read Data and Bit Flip Register 8
MC27_RDBFL9     0xF0062BB2          Read Data and Bit Flip Register 9
MC27_RDBFL10    0xF0062BB4          Read Data and Bit Flip Register 10
MC27_RDBFL11    0xF0062BB6          Read Data and Bit Flip Register 11
MC27_RDBFL12    0xF0062BB8          Read Data and Bit Flip Register 12
MC27_RDBFL13    0xF0062BBA          Read Data and Bit Flip Register 13
MC27_RDBFL14    0xF0062BBC          Read Data and Bit Flip Register 14
MC27_RDBFL15    0xF0062BBE          Read Data and Bit Flip Register 15
MC27_RDBFL16    0xF0062BC0          Read Data and Bit Flip Register 16
MC27_RDBFL17    0xF0062BC2          Read Data and Bit Flip Register 17
MC27_RDBFL18    0xF0062BC4          Read Data and Bit Flip Register 18
MC27_RDBFL19    0xF0062BC6          Read Data and Bit Flip Register 19
MC27_RDBFL20    0xF0062BC8          Read Data and Bit Flip Register 20
MC27_RDBFL21    0xF0062BCA          Read Data and Bit Flip Register 21
MC27_RDBFL22    0xF0062BCC          Read Data and Bit Flip Register 22
MC27_RDBFL23    0xF0062BCE          Read Data and Bit Flip Register 23
MC27_RDBFL24    0xF0062BD0          Read Data and Bit Flip Register 24
MC27_RDBFL25    0xF0062BD2          Read Data and Bit Flip Register 25
MC27_RDBFL26    0xF0062BD4          Read Data and Bit Flip Register 26
MC27_RDBFL27    0xF0062BD6          Read Data and Bit Flip Register 27
MC27_RDBFL28    0xF0062BD8          Read Data and Bit Flip Register 28
MC27_RDBFL29    0xF0062BDA          Read Data and Bit Flip Register 29
MC27_RDBFL30    0xF0062BDC          Read Data and Bit Flip Register 30
MC27_RDBFL31    0xF0062BDE          Read Data and Bit Flip Register 31
MC27_RDBFL32    0xF0062BE0          Read Data and Bit Flip Register 32
MC27_RDBFL33    0xF0062BE2          Read Data and Bit Flip Register 33
MC27_RDBFL34    0xF0062BE4          Read Data and Bit Flip Register 34
MC27_RDBFL35    0xF0062BE6          Read Data and Bit Flip Register 35
MC27_RDBFL36    0xF0062BE8          Read Data and Bit Flip Register 36
MC27_RDBFL37    0xF0062BEA          Read Data and Bit Flip Register 37
MC27_RDBFL38    0xF0062BEC          Read Data and Bit Flip Register 38
MC27_RDBFL39    0xF0062BEE          Read Data and Bit Flip Register 39
MC28_CONFIG0    0xF0062C00          Configuration Register 0
MC28_CONFIG1    0xF0062C02          Configuration Register 1
MC28_MCONTROL   0xF0062C04          MBIST Control Register
MC28_MSTATUS    0xF0062C06          Status Register
MC28_RANGE      0xF0062C08          Range Register, single address mode
MC28_REVID      0xF0062C0C          Revision ID Register
MC28_ECCS       0xF0062C0E          ECC Safety Register
MC28_ECCD       0xF0062C10          Memory ECC Detection Register
MC28_ETRR0      0xF0062C12          Error Tracking Register 0
MC28_ETRR1      0xF0062C14          Error Tracking Register 1
MC28_ETRR2      0xF0062C16          Error Tracking Register 2
MC28_ETRR3      0xF0062C18          Error Tracking Register 3
MC28_ETRR4      0xF0062C1A          Error Tracking Register 4
MC28_RDBFL0     0xF0062CA0          Read Data and Bit Flip Register 0
MC28_RDBFL1     0xF0062CA2          Read Data and Bit Flip Register 1
MC28_RDBFL2     0xF0062CA4          Read Data and Bit Flip Register 2
MC28_RDBFL3     0xF0062CA6          Read Data and Bit Flip Register 3
MC28_RDBFL4     0xF0062CA8          Read Data and Bit Flip Register 4
MC28_RDBFL5     0xF0062CAA          Read Data and Bit Flip Register 5
MC28_RDBFL6     0xF0062CAC          Read Data and Bit Flip Register 6
MC28_RDBFL7     0xF0062CAE          Read Data and Bit Flip Register 7
MC28_RDBFL8     0xF0062CB0          Read Data and Bit Flip Register 8
MC28_RDBFL9     0xF0062CB2          Read Data and Bit Flip Register 9
MC28_RDBFL10    0xF0062CB4          Read Data and Bit Flip Register 10
MC28_RDBFL11    0xF0062CB6          Read Data and Bit Flip Register 11
MC28_RDBFL12    0xF0062CB8          Read Data and Bit Flip Register 12
MC28_RDBFL13    0xF0062CBA          Read Data and Bit Flip Register 13
MC28_RDBFL14    0xF0062CBC          Read Data and Bit Flip Register 14
MC28_RDBFL15    0xF0062CBE          Read Data and Bit Flip Register 15
MC28_RDBFL16    0xF0062CC0          Read Data and Bit Flip Register 16
MC28_RDBFL17    0xF0062CC2          Read Data and Bit Flip Register 17
MC28_RDBFL18    0xF0062CC4          Read Data and Bit Flip Register 18
MC28_RDBFL19    0xF0062CC6          Read Data and Bit Flip Register 19
MC28_RDBFL20    0xF0062CC8          Read Data and Bit Flip Register 20
MC28_RDBFL21    0xF0062CCA          Read Data and Bit Flip Register 21
MC28_RDBFL22    0xF0062CCC          Read Data and Bit Flip Register 22
MC28_RDBFL23    0xF0062CCE          Read Data and Bit Flip Register 23
MC28_RDBFL24    0xF0062CD0          Read Data and Bit Flip Register 24
MC28_RDBFL25    0xF0062CD2          Read Data and Bit Flip Register 25
MC28_RDBFL26    0xF0062CD4          Read Data and Bit Flip Register 26
MC28_RDBFL27    0xF0062CD6          Read Data and Bit Flip Register 27
MC28_RDBFL28    0xF0062CD8          Read Data and Bit Flip Register 28
MC28_RDBFL29    0xF0062CDA          Read Data and Bit Flip Register 29
MC28_RDBFL30    0xF0062CDC          Read Data and Bit Flip Register 30
MC28_RDBFL31    0xF0062CDE          Read Data and Bit Flip Register 31
MC28_RDBFL32    0xF0062CE0          Read Data and Bit Flip Register 32
MC28_RDBFL33    0xF0062CE2          Read Data and Bit Flip Register 33
MC28_RDBFL34    0xF0062CE4          Read Data and Bit Flip Register 34
MC28_RDBFL35    0xF0062CE6          Read Data and Bit Flip Register 35
MC28_RDBFL36    0xF0062CE8          Read Data and Bit Flip Register 36
MC28_RDBFL37    0xF0062CEA          Read Data and Bit Flip Register 37
MC28_RDBFL38    0xF0062CEC          Read Data and Bit Flip Register 38
MC28_RDBFL39    0xF0062CEE          Read Data and Bit Flip Register 39
MC29_CONFIG0    0xF0062D00          Configuration Register 0
MC29_CONFIG1    0xF0062D02          Configuration Register 1
MC29_MCONTROL   0xF0062D04          MBIST Control Register
MC29_MSTATUS    0xF0062D06          Status Register
MC29_RANGE      0xF0062D08          Range Register, single address mode
MC29_REVID      0xF0062D0C          Revision ID Register
MC29_ECCS       0xF0062D0E          ECC Safety Register
MC29_ECCD       0xF0062D10          Memory ECC Detection Register
MC29_ETRR0      0xF0062D12          Error Tracking Register 0
MC29_ETRR1      0xF0062D14          Error Tracking Register 1
MC29_ETRR2      0xF0062D16          Error Tracking Register 2
MC29_ETRR3      0xF0062D18          Error Tracking Register 3
MC29_ETRR4      0xF0062D1A          Error Tracking Register 4
MC29_RDBFL0     0xF0062DA0          Read Data and Bit Flip Register 0
MC29_RDBFL1     0xF0062DA2          Read Data and Bit Flip Register 1
MC29_RDBFL2     0xF0062DA4          Read Data and Bit Flip Register 2
MC29_RDBFL3     0xF0062DA6          Read Data and Bit Flip Register 3
MC29_RDBFL4     0xF0062DA8          Read Data and Bit Flip Register 4
MC29_RDBFL5     0xF0062DAA          Read Data and Bit Flip Register 5
MC29_RDBFL6     0xF0062DAC          Read Data and Bit Flip Register 6
MC29_RDBFL7     0xF0062DAE          Read Data and Bit Flip Register 7
MC29_RDBFL8     0xF0062DB0          Read Data and Bit Flip Register 8
MC29_RDBFL9     0xF0062DB2          Read Data and Bit Flip Register 9
MC29_RDBFL10    0xF0062DB4          Read Data and Bit Flip Register 10
MC29_RDBFL11    0xF0062DB6          Read Data and Bit Flip Register 11
MC29_RDBFL12    0xF0062DB8          Read Data and Bit Flip Register 12
MC29_RDBFL13    0xF0062DBA          Read Data and Bit Flip Register 13
MC29_RDBFL14    0xF0062DBC          Read Data and Bit Flip Register 14
MC29_RDBFL15    0xF0062DBE          Read Data and Bit Flip Register 15
MC29_RDBFL16    0xF0062DC0          Read Data and Bit Flip Register 16
MC29_RDBFL17    0xF0062DC2          Read Data and Bit Flip Register 17
MC29_RDBFL18    0xF0062DC4          Read Data and Bit Flip Register 18
MC29_RDBFL19    0xF0062DC6          Read Data and Bit Flip Register 19
MC29_RDBFL20    0xF0062DC8          Read Data and Bit Flip Register 20
MC29_RDBFL21    0xF0062DCA          Read Data and Bit Flip Register 21
MC29_RDBFL22    0xF0062DCC          Read Data and Bit Flip Register 22
MC29_RDBFL23    0xF0062DCE          Read Data and Bit Flip Register 23
MC29_RDBFL24    0xF0062DD0          Read Data and Bit Flip Register 24
MC29_RDBFL25    0xF0062DD2          Read Data and Bit Flip Register 25
MC29_RDBFL26    0xF0062DD4          Read Data and Bit Flip Register 26
MC29_RDBFL27    0xF0062DD6          Read Data and Bit Flip Register 27
MC29_RDBFL28    0xF0062DD8          Read Data and Bit Flip Register 28
MC29_RDBFL29    0xF0062DDA          Read Data and Bit Flip Register 29
MC29_RDBFL30    0xF0062DDC          Read Data and Bit Flip Register 30
MC29_RDBFL31    0xF0062DDE          Read Data and Bit Flip Register 31
MC29_RDBFL32    0xF0062DE0          Read Data and Bit Flip Register 32
MC29_RDBFL33    0xF0062DE2          Read Data and Bit Flip Register 33
MC29_RDBFL34    0xF0062DE4          Read Data and Bit Flip Register 34
MC29_RDBFL35    0xF0062DE6          Read Data and Bit Flip Register 35
MC29_RDBFL36    0xF0062DE8          Read Data and Bit Flip Register 36
MC29_RDBFL37    0xF0062DEA          Read Data and Bit Flip Register 37
MC29_RDBFL38    0xF0062DEC          Read Data and Bit Flip Register 38
MC29_RDBFL39    0xF0062DEE          Read Data and Bit Flip Register 39
MC30_CONFIG0    0xF0062E00          Configuration Register 0
MC30_CONFIG1    0xF0062E02          Configuration Register 1
MC30_MCONTROL   0xF0062E04          MBIST Control Register
MC30_MSTATUS    0xF0062E06          Status Register
MC30_RANGE      0xF0062E08          Range Register, single address mode
MC30_REVID      0xF0062E0C          Revision ID Register
MC30_ECCS       0xF0062E0E          ECC Safety Register
MC30_ECCD       0xF0062E10          Memory ECC Detection Register
MC30_ETRR0      0xF0062E12          Error Tracking Register 0
MC30_ETRR1      0xF0062E14          Error Tracking Register 1
MC30_ETRR2      0xF0062E16          Error Tracking Register 2
MC30_ETRR3      0xF0062E18          Error Tracking Register 3
MC30_ETRR4      0xF0062E1A          Error Tracking Register 4
MC30_RDBFL0     0xF0062EA0          Read Data and Bit Flip Register 0
MC30_RDBFL1     0xF0062EA2          Read Data and Bit Flip Register 1
MC30_RDBFL2     0xF0062EA4          Read Data and Bit Flip Register 2
MC30_RDBFL3     0xF0062EA6          Read Data and Bit Flip Register 3
MC30_RDBFL4     0xF0062EA8          Read Data and Bit Flip Register 4
MC30_RDBFL5     0xF0062EAA          Read Data and Bit Flip Register 5
MC30_RDBFL6     0xF0062EAC          Read Data and Bit Flip Register 6
MC30_RDBFL7     0xF0062EAE          Read Data and Bit Flip Register 7
MC30_RDBFL8     0xF0062EB0          Read Data and Bit Flip Register 8
MC30_RDBFL9     0xF0062EB2          Read Data and Bit Flip Register 9
MC30_RDBFL10    0xF0062EB4          Read Data and Bit Flip Register 10
MC30_RDBFL11    0xF0062EB6          Read Data and Bit Flip Register 11
MC30_RDBFL12    0xF0062EB8          Read Data and Bit Flip Register 12
MC30_RDBFL13    0xF0062EBA          Read Data and Bit Flip Register 13
MC30_RDBFL14    0xF0062EBC          Read Data and Bit Flip Register 14
MC30_RDBFL15    0xF0062EBE          Read Data and Bit Flip Register 15
MC30_RDBFL16    0xF0062EC0          Read Data and Bit Flip Register 16
MC30_RDBFL17    0xF0062EC2          Read Data and Bit Flip Register 17
MC30_RDBFL18    0xF0062EC4          Read Data and Bit Flip Register 18
MC30_RDBFL19    0xF0062EC6          Read Data and Bit Flip Register 19
MC30_RDBFL20    0xF0062EC8          Read Data and Bit Flip Register 20
MC30_RDBFL21    0xF0062ECA          Read Data and Bit Flip Register 21
MC30_RDBFL22    0xF0062ECC          Read Data and Bit Flip Register 22
MC30_RDBFL23    0xF0062ECE          Read Data and Bit Flip Register 23
MC30_RDBFL24    0xF0062ED0          Read Data and Bit Flip Register 24
MC30_RDBFL25    0xF0062ED2          Read Data and Bit Flip Register 25
MC30_RDBFL26    0xF0062ED4          Read Data and Bit Flip Register 26
MC30_RDBFL27    0xF0062ED6          Read Data and Bit Flip Register 27
MC30_RDBFL28    0xF0062ED8          Read Data and Bit Flip Register 28
MC30_RDBFL29    0xF0062EDA          Read Data and Bit Flip Register 29
MC30_RDBFL30    0xF0062EDC          Read Data and Bit Flip Register 30
MC30_RDBFL31    0xF0062EDE          Read Data and Bit Flip Register 31
MC30_RDBFL32    0xF0062EE0          Read Data and Bit Flip Register 32
MC30_RDBFL33    0xF0062EE2          Read Data and Bit Flip Register 33
MC30_RDBFL34    0xF0062EE4          Read Data and Bit Flip Register 34
MC30_RDBFL35    0xF0062EE6          Read Data and Bit Flip Register 35
MC30_RDBFL36    0xF0062EE8          Read Data and Bit Flip Register 36
MC30_RDBFL37    0xF0062EEA          Read Data and Bit Flip Register 37
MC30_RDBFL38    0xF0062EEC          Read Data and Bit Flip Register 38
MC30_RDBFL39    0xF0062EEE          Read Data and Bit Flip Register 39
MC31_CONFIG0    0xF0062F00          Configuration Register 0
MC31_CONFIG1    0xF0062F02          Configuration Register 1
MC31_MCONTROL   0xF0062F04          MBIST Control Register
MC31_MSTATUS    0xF0062F06          Status Register
MC31_RANGE      0xF0062F08          Range Register, single address mode
MC31_REVID      0xF0062F0C          Revision ID Register
MC31_ECCS       0xF0062F0E          ECC Safety Register
MC31_ECCD       0xF0062F10          Memory ECC Detection Register
MC31_ETRR0      0xF0062F12          Error Tracking Register 0
MC31_ETRR1      0xF0062F14          Error Tracking Register 1
MC31_ETRR2      0xF0062F16          Error Tracking Register 2
MC31_ETRR3      0xF0062F18          Error Tracking Register 3
MC31_ETRR4      0xF0062F1A          Error Tracking Register 4
MC31_RDBFL0     0xF0062FA0          Read Data and Bit Flip Register 0
MC31_RDBFL1     0xF0062FA2          Read Data and Bit Flip Register 1
MC31_RDBFL2     0xF0062FA4          Read Data and Bit Flip Register 2
MC31_RDBFL3     0xF0062FA6          Read Data and Bit Flip Register 3
MC31_RDBFL4     0xF0062FA8          Read Data and Bit Flip Register 4
MC31_RDBFL5     0xF0062FAA          Read Data and Bit Flip Register 5
MC31_RDBFL6     0xF0062FAC          Read Data and Bit Flip Register 6
MC31_RDBFL7     0xF0062FAE          Read Data and Bit Flip Register 7
MC31_RDBFL8     0xF0062FB0          Read Data and Bit Flip Register 8
MC31_RDBFL9     0xF0062FB2          Read Data and Bit Flip Register 9
MC31_RDBFL10    0xF0062FB4          Read Data and Bit Flip Register 10
MC31_RDBFL11    0xF0062FB6          Read Data and Bit Flip Register 11
MC31_RDBFL12    0xF0062FB8          Read Data and Bit Flip Register 12
MC31_RDBFL13    0xF0062FBA          Read Data and Bit Flip Register 13
MC31_RDBFL14    0xF0062FBC          Read Data and Bit Flip Register 14
MC31_RDBFL15    0xF0062FBE          Read Data and Bit Flip Register 15
MC31_RDBFL16    0xF0062FC0          Read Data and Bit Flip Register 16
MC31_RDBFL17    0xF0062FC2          Read Data and Bit Flip Register 17
MC31_RDBFL18    0xF0062FC4          Read Data and Bit Flip Register 18
MC31_RDBFL19    0xF0062FC6          Read Data and Bit Flip Register 19
MC31_RDBFL20    0xF0062FC8          Read Data and Bit Flip Register 20
MC31_RDBFL21    0xF0062FCA          Read Data and Bit Flip Register 21
MC31_RDBFL22    0xF0062FCC          Read Data and Bit Flip Register 22
MC31_RDBFL23    0xF0062FCE          Read Data and Bit Flip Register 23
MC31_RDBFL24    0xF0062FD0          Read Data and Bit Flip Register 24
MC31_RDBFL25    0xF0062FD2          Read Data and Bit Flip Register 25
MC31_RDBFL26    0xF0062FD4          Read Data and Bit Flip Register 26
MC31_RDBFL27    0xF0062FD6          Read Data and Bit Flip Register 27
MC31_RDBFL28    0xF0062FD8          Read Data and Bit Flip Register 28
MC31_RDBFL29    0xF0062FDA          Read Data and Bit Flip Register 29
MC31_RDBFL30    0xF0062FDC          Read Data and Bit Flip Register 30
MC31_RDBFL31    0xF0062FDE          Read Data and Bit Flip Register 31
MC31_RDBFL32    0xF0062FE0          Read Data and Bit Flip Register 32
MC31_RDBFL33    0xF0062FE2          Read Data and Bit Flip Register 33
MC31_RDBFL34    0xF0062FE4          Read Data and Bit Flip Register 34
MC31_RDBFL35    0xF0062FE6          Read Data and Bit Flip Register 35
MC31_RDBFL36    0xF0062FE8          Read Data and Bit Flip Register 36
MC31_RDBFL37    0xF0062FEA          Read Data and Bit Flip Register 37
MC31_RDBFL38    0xF0062FEC          Read Data and Bit Flip Register 38
MC31_RDBFL39    0xF0062FEE          Read Data and Bit Flip Register 39
MC32_CONFIG0    0xF0063000          Configuration Register 0
MC32_CONFIG1    0xF0063002          Configuration Register 1
MC32_MCONTROL   0xF0063004          MBIST Control Register
MC32_MSTATUS    0xF0063006          Status Register
MC32_RANGE      0xF0063008          Range Register, single address mode
MC32_REVID      0xF006300C          Revision ID Register
MC32_ECCS       0xF006300E          ECC Safety Register
MC32_ECCD       0xF0063010          Memory ECC Detection Register
MC32_ETRR0      0xF0063012          Error Tracking Register 0
MC32_ETRR1      0xF0063014          Error Tracking Register 1
MC32_ETRR2      0xF0063016          Error Tracking Register 2
MC32_ETRR3      0xF0063018          Error Tracking Register 3
MC32_ETRR4      0xF006301A          Error Tracking Register 4
MC32_RDBFL0     0xF00630A0          Read Data and Bit Flip Register 0
MC32_RDBFL1     0xF00630A2          Read Data and Bit Flip Register 1
MC32_RDBFL2     0xF00630A4          Read Data and Bit Flip Register 2
MC32_RDBFL3     0xF00630A6          Read Data and Bit Flip Register 3
MC32_RDBFL4     0xF00630A8          Read Data and Bit Flip Register 4
MC32_RDBFL5     0xF00630AA          Read Data and Bit Flip Register 5
MC32_RDBFL6     0xF00630AC          Read Data and Bit Flip Register 6
MC32_RDBFL7     0xF00630AE          Read Data and Bit Flip Register 7
MC32_RDBFL8     0xF00630B0          Read Data and Bit Flip Register 8
MC32_RDBFL9     0xF00630B2          Read Data and Bit Flip Register 9
MC32_RDBFL10    0xF00630B4          Read Data and Bit Flip Register 10
MC32_RDBFL11    0xF00630B6          Read Data and Bit Flip Register 11
MC32_RDBFL12    0xF00630B8          Read Data and Bit Flip Register 12
MC32_RDBFL13    0xF00630BA          Read Data and Bit Flip Register 13
MC32_RDBFL14    0xF00630BC          Read Data and Bit Flip Register 14
MC32_RDBFL15    0xF00630BE          Read Data and Bit Flip Register 15
MC32_RDBFL16    0xF00630C0          Read Data and Bit Flip Register 16
MC32_RDBFL17    0xF00630C2          Read Data and Bit Flip Register 17
MC32_RDBFL18    0xF00630C4          Read Data and Bit Flip Register 18
MC32_RDBFL19    0xF00630C6          Read Data and Bit Flip Register 19
MC32_RDBFL20    0xF00630C8          Read Data and Bit Flip Register 20
MC32_RDBFL21    0xF00630CA          Read Data and Bit Flip Register 21
MC32_RDBFL22    0xF00630CC          Read Data and Bit Flip Register 22
MC32_RDBFL23    0xF00630CE          Read Data and Bit Flip Register 23
MC32_RDBFL24    0xF00630D0          Read Data and Bit Flip Register 24
MC32_RDBFL25    0xF00630D2          Read Data and Bit Flip Register 25
MC32_RDBFL26    0xF00630D4          Read Data and Bit Flip Register 26
MC32_RDBFL27    0xF00630D6          Read Data and Bit Flip Register 27
MC32_RDBFL28    0xF00630D8          Read Data and Bit Flip Register 28
MC32_RDBFL29    0xF00630DA          Read Data and Bit Flip Register 29
MC32_RDBFL30    0xF00630DC          Read Data and Bit Flip Register 30
MC32_RDBFL31    0xF00630DE          Read Data and Bit Flip Register 31
MC32_RDBFL32    0xF00630E0          Read Data and Bit Flip Register 32
MC32_RDBFL33    0xF00630E2          Read Data and Bit Flip Register 33
MC32_RDBFL34    0xF00630E4          Read Data and Bit Flip Register 34
MC32_RDBFL35    0xF00630E6          Read Data and Bit Flip Register 35
MC32_RDBFL36    0xF00630E8          Read Data and Bit Flip Register 36
MC32_RDBFL37    0xF00630EA          Read Data and Bit Flip Register 37
MC32_RDBFL38    0xF00630EC          Read Data and Bit Flip Register 38
MC32_RDBFL39    0xF00630EE          Read Data and Bit Flip Register 39
MC33_CONFIG0    0xF0063100          Configuration Register 0
MC33_CONFIG1    0xF0063102          Configuration Register 1
MC33_MCONTROL   0xF0063104          MBIST Control Register
MC33_MSTATUS    0xF0063106          Status Register
MC33_RANGE      0xF0063108          Range Register, single address mode
MC33_REVID      0xF006310C          Revision ID Register
MC33_ECCS       0xF006310E          ECC Safety Register
MC33_ECCD       0xF0063110          Memory ECC Detection Register
MC33_ETRR0      0xF0063112          Error Tracking Register 0
MC33_ETRR1      0xF0063114          Error Tracking Register 1
MC33_ETRR2      0xF0063116          Error Tracking Register 2
MC33_ETRR3      0xF0063118          Error Tracking Register 3
MC33_ETRR4      0xF006311A          Error Tracking Register 4
MC33_RDBFL0     0xF00631A0          Read Data and Bit Flip Register 0
MC33_RDBFL1     0xF00631A2          Read Data and Bit Flip Register 1
MC33_RDBFL2     0xF00631A4          Read Data and Bit Flip Register 2
MC33_RDBFL3     0xF00631A6          Read Data and Bit Flip Register 3
MC33_RDBFL4     0xF00631A8          Read Data and Bit Flip Register 4
MC33_RDBFL5     0xF00631AA          Read Data and Bit Flip Register 5
MC33_RDBFL6     0xF00631AC          Read Data and Bit Flip Register 6
MC33_RDBFL7     0xF00631AE          Read Data and Bit Flip Register 7
MC33_RDBFL8     0xF00631B0          Read Data and Bit Flip Register 8
MC33_RDBFL9     0xF00631B2          Read Data and Bit Flip Register 9
MC33_RDBFL10    0xF00631B4          Read Data and Bit Flip Register 10
MC33_RDBFL11    0xF00631B6          Read Data and Bit Flip Register 11
MC33_RDBFL12    0xF00631B8          Read Data and Bit Flip Register 12
MC33_RDBFL13    0xF00631BA          Read Data and Bit Flip Register 13
MC33_RDBFL14    0xF00631BC          Read Data and Bit Flip Register 14
MC33_RDBFL15    0xF00631BE          Read Data and Bit Flip Register 15
MC33_RDBFL16    0xF00631C0          Read Data and Bit Flip Register 16
MC33_RDBFL17    0xF00631C2          Read Data and Bit Flip Register 17
MC33_RDBFL18    0xF00631C4          Read Data and Bit Flip Register 18
MC33_RDBFL19    0xF00631C6          Read Data and Bit Flip Register 19
MC33_RDBFL20    0xF00631C8          Read Data and Bit Flip Register 20
MC33_RDBFL21    0xF00631CA          Read Data and Bit Flip Register 21
MC33_RDBFL22    0xF00631CC          Read Data and Bit Flip Register 22
MC33_RDBFL23    0xF00631CE          Read Data and Bit Flip Register 23
MC33_RDBFL24    0xF00631D0          Read Data and Bit Flip Register 24
MC33_RDBFL25    0xF00631D2          Read Data and Bit Flip Register 25
MC33_RDBFL26    0xF00631D4          Read Data and Bit Flip Register 26
MC33_RDBFL27    0xF00631D6          Read Data and Bit Flip Register 27
MC33_RDBFL28    0xF00631D8          Read Data and Bit Flip Register 28
MC33_RDBFL29    0xF00631DA          Read Data and Bit Flip Register 29
MC33_RDBFL30    0xF00631DC          Read Data and Bit Flip Register 30
MC33_RDBFL31    0xF00631DE          Read Data and Bit Flip Register 31
MC33_RDBFL32    0xF00631E0          Read Data and Bit Flip Register 32
MC33_RDBFL33    0xF00631E2          Read Data and Bit Flip Register 33
MC33_RDBFL34    0xF00631E4          Read Data and Bit Flip Register 34
MC33_RDBFL35    0xF00631E6          Read Data and Bit Flip Register 35
MC33_RDBFL36    0xF00631E8          Read Data and Bit Flip Register 36
MC33_RDBFL37    0xF00631EA          Read Data and Bit Flip Register 37
MC33_RDBFL38    0xF00631EC          Read Data and Bit Flip Register 38
MC33_RDBFL39    0xF00631EE          Read Data and Bit Flip Register 39
MC34_CONFIG0    0xF0063200          Configuration Register 0
MC34_CONFIG1    0xF0063202          Configuration Register 1
MC34_MCONTROL   0xF0063204          MBIST Control Register
MC34_MSTATUS    0xF0063206          Status Register
MC34_RANGE      0xF0063208          Range Register, single address mode
MC34_REVID      0xF006320C          Revision ID Register
MC34_ECCS       0xF006320E          ECC Safety Register
MC34_ECCD       0xF0063210          Memory ECC Detection Register
MC34_ETRR0      0xF0063212          Error Tracking Register 0
MC34_ETRR1      0xF0063214          Error Tracking Register 1
MC34_ETRR2      0xF0063216          Error Tracking Register 2
MC34_ETRR3      0xF0063218          Error Tracking Register 3
MC34_ETRR4      0xF006321A          Error Tracking Register 4
MC34_RDBFL0     0xF00632A0          Read Data and Bit Flip Register 0
MC34_RDBFL1     0xF00632A2          Read Data and Bit Flip Register 1
MC34_RDBFL2     0xF00632A4          Read Data and Bit Flip Register 2
MC34_RDBFL3     0xF00632A6          Read Data and Bit Flip Register 3
MC34_RDBFL4     0xF00632A8          Read Data and Bit Flip Register 4
MC34_RDBFL5     0xF00632AA          Read Data and Bit Flip Register 5
MC34_RDBFL6     0xF00632AC          Read Data and Bit Flip Register 6
MC34_RDBFL7     0xF00632AE          Read Data and Bit Flip Register 7
MC34_RDBFL8     0xF00632B0          Read Data and Bit Flip Register 8
MC34_RDBFL9     0xF00632B2          Read Data and Bit Flip Register 9
MC34_RDBFL10    0xF00632B4          Read Data and Bit Flip Register 10
MC34_RDBFL11    0xF00632B6          Read Data and Bit Flip Register 11
MC34_RDBFL12    0xF00632B8          Read Data and Bit Flip Register 12
MC34_RDBFL13    0xF00632BA          Read Data and Bit Flip Register 13
MC34_RDBFL14    0xF00632BC          Read Data and Bit Flip Register 14
MC34_RDBFL15    0xF00632BE          Read Data and Bit Flip Register 15
MC34_RDBFL16    0xF00632C0          Read Data and Bit Flip Register 16
MC34_RDBFL17    0xF00632C2          Read Data and Bit Flip Register 17
MC34_RDBFL18    0xF00632C4          Read Data and Bit Flip Register 18
MC34_RDBFL19    0xF00632C6          Read Data and Bit Flip Register 19
MC34_RDBFL20    0xF00632C8          Read Data and Bit Flip Register 20
MC34_RDBFL21    0xF00632CA          Read Data and Bit Flip Register 21
MC34_RDBFL22    0xF00632CC          Read Data and Bit Flip Register 22
MC34_RDBFL23    0xF00632CE          Read Data and Bit Flip Register 23
MC34_RDBFL24    0xF00632D0          Read Data and Bit Flip Register 24
MC34_RDBFL25    0xF00632D2          Read Data and Bit Flip Register 25
MC34_RDBFL26    0xF00632D4          Read Data and Bit Flip Register 26
MC34_RDBFL27    0xF00632D6          Read Data and Bit Flip Register 27
MC34_RDBFL28    0xF00632D8          Read Data and Bit Flip Register 28
MC34_RDBFL29    0xF00632DA          Read Data and Bit Flip Register 29
MC34_RDBFL30    0xF00632DC          Read Data and Bit Flip Register 30
MC34_RDBFL31    0xF00632DE          Read Data and Bit Flip Register 31
MC34_RDBFL32    0xF00632E0          Read Data and Bit Flip Register 32
MC34_RDBFL33    0xF00632E2          Read Data and Bit Flip Register 33
MC34_RDBFL34    0xF00632E4          Read Data and Bit Flip Register 34
MC34_RDBFL35    0xF00632E6          Read Data and Bit Flip Register 35
MC34_RDBFL36    0xF00632E8          Read Data and Bit Flip Register 36
MC34_RDBFL37    0xF00632EA          Read Data and Bit Flip Register 37
MC34_RDBFL38    0xF00632EC          Read Data and Bit Flip Register 38
MC34_RDBFL39    0xF00632EE          Read Data and Bit Flip Register 39
MC35_CONFIG0    0xF0063300          Configuration Register 0
MC35_CONFIG1    0xF0063302          Configuration Register 1
MC35_MCONTROL   0xF0063304          MBIST Control Register
MC35_MSTATUS    0xF0063306          Status Register
MC35_RANGE      0xF0063308          Range Register, single address mode
MC35_REVID      0xF006330C          Revision ID Register
MC35_ECCS       0xF006330E          ECC Safety Register
MC35_ECCD       0xF0063310          Memory ECC Detection Register
MC35_ETRR0      0xF0063312          Error Tracking Register 0
MC35_ETRR1      0xF0063314          Error Tracking Register 1
MC35_ETRR2      0xF0063316          Error Tracking Register 2
MC35_ETRR3      0xF0063318          Error Tracking Register 3
MC35_ETRR4      0xF006331A          Error Tracking Register 4
MC35_RDBFL0     0xF00633A0          Read Data and Bit Flip Register 0
MC35_RDBFL1     0xF00633A2          Read Data and Bit Flip Register 1
MC35_RDBFL2     0xF00633A4          Read Data and Bit Flip Register 2
MC35_RDBFL3     0xF00633A6          Read Data and Bit Flip Register 3
MC35_RDBFL4     0xF00633A8          Read Data and Bit Flip Register 4
MC35_RDBFL5     0xF00633AA          Read Data and Bit Flip Register 5
MC35_RDBFL6     0xF00633AC          Read Data and Bit Flip Register 6
MC35_RDBFL7     0xF00633AE          Read Data and Bit Flip Register 7
MC35_RDBFL8     0xF00633B0          Read Data and Bit Flip Register 8
MC35_RDBFL9     0xF00633B2          Read Data and Bit Flip Register 9
MC35_RDBFL10    0xF00633B4          Read Data and Bit Flip Register 10
MC35_RDBFL11    0xF00633B6          Read Data and Bit Flip Register 11
MC35_RDBFL12    0xF00633B8          Read Data and Bit Flip Register 12
MC35_RDBFL13    0xF00633BA          Read Data and Bit Flip Register 13
MC35_RDBFL14    0xF00633BC          Read Data and Bit Flip Register 14
MC35_RDBFL15    0xF00633BE          Read Data and Bit Flip Register 15
MC35_RDBFL16    0xF00633C0          Read Data and Bit Flip Register 16
MC35_RDBFL17    0xF00633C2          Read Data and Bit Flip Register 17
MC35_RDBFL18    0xF00633C4          Read Data and Bit Flip Register 18
MC35_RDBFL19    0xF00633C6          Read Data and Bit Flip Register 19
MC35_RDBFL20    0xF00633C8          Read Data and Bit Flip Register 20
MC35_RDBFL21    0xF00633CA          Read Data and Bit Flip Register 21
MC35_RDBFL22    0xF00633CC          Read Data and Bit Flip Register 22
MC35_RDBFL23    0xF00633CE          Read Data and Bit Flip Register 23
MC35_RDBFL24    0xF00633D0          Read Data and Bit Flip Register 24
MC35_RDBFL25    0xF00633D2          Read Data and Bit Flip Register 25
MC35_RDBFL26    0xF00633D4          Read Data and Bit Flip Register 26
MC35_RDBFL27    0xF00633D6          Read Data and Bit Flip Register 27
MC35_RDBFL28    0xF00633D8          Read Data and Bit Flip Register 28
MC35_RDBFL29    0xF00633DA          Read Data and Bit Flip Register 29
MC35_RDBFL30    0xF00633DC          Read Data and Bit Flip Register 30
MC35_RDBFL31    0xF00633DE          Read Data and Bit Flip Register 31
MC35_RDBFL32    0xF00633E0          Read Data and Bit Flip Register 32
MC35_RDBFL33    0xF00633E2          Read Data and Bit Flip Register 33
MC35_RDBFL34    0xF00633E4          Read Data and Bit Flip Register 34
MC35_RDBFL35    0xF00633E6          Read Data and Bit Flip Register 35
MC35_RDBFL36    0xF00633E8          Read Data and Bit Flip Register 36
MC35_RDBFL37    0xF00633EA          Read Data and Bit Flip Register 37
MC35_RDBFL38    0xF00633EC          Read Data and Bit Flip Register 38
MC35_RDBFL39    0xF00633EE          Read Data and Bit Flip Register 39
MC36_CONFIG0    0xF0063400          Configuration Register 0
MC36_CONFIG1    0xF0063402          Configuration Register 1
MC36_MCONTROL   0xF0063404          MBIST Control Register
MC36_MSTATUS    0xF0063406          Status Register
MC36_RANGE      0xF0063408          Range Register, single address mode
MC36_REVID      0xF006340C          Revision ID Register
MC36_ECCS       0xF006340E          ECC Safety Register
MC36_ECCD       0xF0063410          Memory ECC Detection Register
MC36_ETRR0      0xF0063412          Error Tracking Register 0
MC36_ETRR1      0xF0063414          Error Tracking Register 1
MC36_ETRR2      0xF0063416          Error Tracking Register 2
MC36_ETRR3      0xF0063418          Error Tracking Register 3
MC36_ETRR4      0xF006341A          Error Tracking Register 4
MC36_RDBFL0     0xF00634A0          Read Data and Bit Flip Register 0
MC36_RDBFL1     0xF00634A2          Read Data and Bit Flip Register 1
MC36_RDBFL2     0xF00634A4          Read Data and Bit Flip Register 2
MC36_RDBFL3     0xF00634A6          Read Data and Bit Flip Register 3
MC36_RDBFL4     0xF00634A8          Read Data and Bit Flip Register 4
MC36_RDBFL5     0xF00634AA          Read Data and Bit Flip Register 5
MC36_RDBFL6     0xF00634AC          Read Data and Bit Flip Register 6
MC36_RDBFL7     0xF00634AE          Read Data and Bit Flip Register 7
MC36_RDBFL8     0xF00634B0          Read Data and Bit Flip Register 8
MC36_RDBFL9     0xF00634B2          Read Data and Bit Flip Register 9
MC36_RDBFL10    0xF00634B4          Read Data and Bit Flip Register 10
MC36_RDBFL11    0xF00634B6          Read Data and Bit Flip Register 11
MC36_RDBFL12    0xF00634B8          Read Data and Bit Flip Register 12
MC36_RDBFL13    0xF00634BA          Read Data and Bit Flip Register 13
MC36_RDBFL14    0xF00634BC          Read Data and Bit Flip Register 14
MC36_RDBFL15    0xF00634BE          Read Data and Bit Flip Register 15
MC36_RDBFL16    0xF00634C0          Read Data and Bit Flip Register 16
MC36_RDBFL17    0xF00634C2          Read Data and Bit Flip Register 17
MC36_RDBFL18    0xF00634C4          Read Data and Bit Flip Register 18
MC36_RDBFL19    0xF00634C6          Read Data and Bit Flip Register 19
MC36_RDBFL20    0xF00634C8          Read Data and Bit Flip Register 20
MC36_RDBFL21    0xF00634CA          Read Data and Bit Flip Register 21
MC36_RDBFL22    0xF00634CC          Read Data and Bit Flip Register 22
MC36_RDBFL23    0xF00634CE          Read Data and Bit Flip Register 23
MC36_RDBFL24    0xF00634D0          Read Data and Bit Flip Register 24
MC36_RDBFL25    0xF00634D2          Read Data and Bit Flip Register 25
MC36_RDBFL26    0xF00634D4          Read Data and Bit Flip Register 26
MC36_RDBFL27    0xF00634D6          Read Data and Bit Flip Register 27
MC36_RDBFL28    0xF00634D8          Read Data and Bit Flip Register 28
MC36_RDBFL29    0xF00634DA          Read Data and Bit Flip Register 29
MC36_RDBFL30    0xF00634DC          Read Data and Bit Flip Register 30
MC36_RDBFL31    0xF00634DE          Read Data and Bit Flip Register 31
MC36_RDBFL32    0xF00634E0          Read Data and Bit Flip Register 32
MC36_RDBFL33    0xF00634E2          Read Data and Bit Flip Register 33
MC36_RDBFL34    0xF00634E4          Read Data and Bit Flip Register 34
MC36_RDBFL35    0xF00634E6          Read Data and Bit Flip Register 35
MC36_RDBFL36    0xF00634E8          Read Data and Bit Flip Register 36
MC36_RDBFL37    0xF00634EA          Read Data and Bit Flip Register 37
MC36_RDBFL38    0xF00634EC          Read Data and Bit Flip Register 38
MC36_RDBFL39    0xF00634EE          Read Data and Bit Flip Register 39
MC37_CONFIG0    0xF0063500          Configuration Register 0
MC37_CONFIG1    0xF0063502          Configuration Register 1
MC37_MCONTROL   0xF0063504          MBIST Control Register
MC37_MSTATUS    0xF0063506          Status Register
MC37_RANGE      0xF0063508          Range Register, single address mode
MC37_REVID      0xF006350C          Revision ID Register
MC37_ECCS       0xF006350E          ECC Safety Register
MC37_ECCD       0xF0063510          Memory ECC Detection Register
MC37_ETRR0      0xF0063512          Error Tracking Register 0
MC37_ETRR1      0xF0063514          Error Tracking Register 1
MC37_ETRR2      0xF0063516          Error Tracking Register 2
MC37_ETRR3      0xF0063518          Error Tracking Register 3
MC37_ETRR4      0xF006351A          Error Tracking Register 4
MC37_RDBFL0     0xF00635A0          Read Data and Bit Flip Register 0
MC37_RDBFL1     0xF00635A2          Read Data and Bit Flip Register 1
MC37_RDBFL2     0xF00635A4          Read Data and Bit Flip Register 2
MC37_RDBFL3     0xF00635A6          Read Data and Bit Flip Register 3
MC37_RDBFL4     0xF00635A8          Read Data and Bit Flip Register 4
MC37_RDBFL5     0xF00635AA          Read Data and Bit Flip Register 5
MC37_RDBFL6     0xF00635AC          Read Data and Bit Flip Register 6
MC37_RDBFL7     0xF00635AE          Read Data and Bit Flip Register 7
MC37_RDBFL8     0xF00635B0          Read Data and Bit Flip Register 8
MC37_RDBFL9     0xF00635B2          Read Data and Bit Flip Register 9
MC37_RDBFL10    0xF00635B4          Read Data and Bit Flip Register 10
MC37_RDBFL11    0xF00635B6          Read Data and Bit Flip Register 11
MC37_RDBFL12    0xF00635B8          Read Data and Bit Flip Register 12
MC37_RDBFL13    0xF00635BA          Read Data and Bit Flip Register 13
MC37_RDBFL14    0xF00635BC          Read Data and Bit Flip Register 14
MC37_RDBFL15    0xF00635BE          Read Data and Bit Flip Register 15
MC37_RDBFL16    0xF00635C0          Read Data and Bit Flip Register 16
MC37_RDBFL17    0xF00635C2          Read Data and Bit Flip Register 17
MC37_RDBFL18    0xF00635C4          Read Data and Bit Flip Register 18
MC37_RDBFL19    0xF00635C6          Read Data and Bit Flip Register 19
MC37_RDBFL20    0xF00635C8          Read Data and Bit Flip Register 20
MC37_RDBFL21    0xF00635CA          Read Data and Bit Flip Register 21
MC37_RDBFL22    0xF00635CC          Read Data and Bit Flip Register 22
MC37_RDBFL23    0xF00635CE          Read Data and Bit Flip Register 23
MC37_RDBFL24    0xF00635D0          Read Data and Bit Flip Register 24
MC37_RDBFL25    0xF00635D2          Read Data and Bit Flip Register 25
MC37_RDBFL26    0xF00635D4          Read Data and Bit Flip Register 26
MC37_RDBFL27    0xF00635D6          Read Data and Bit Flip Register 27
MC37_RDBFL28    0xF00635D8          Read Data and Bit Flip Register 28
MC37_RDBFL29    0xF00635DA          Read Data and Bit Flip Register 29
MC37_RDBFL30    0xF00635DC          Read Data and Bit Flip Register 30
MC37_RDBFL31    0xF00635DE          Read Data and Bit Flip Register 31
MC37_RDBFL32    0xF00635E0          Read Data and Bit Flip Register 32
MC37_RDBFL33    0xF00635E2          Read Data and Bit Flip Register 33
MC37_RDBFL34    0xF00635E4          Read Data and Bit Flip Register 34
MC37_RDBFL35    0xF00635E6          Read Data and Bit Flip Register 35
MC37_RDBFL36    0xF00635E8          Read Data and Bit Flip Register 36
MC37_RDBFL37    0xF00635EA          Read Data and Bit Flip Register 37
MC37_RDBFL38    0xF00635EC          Read Data and Bit Flip Register 38
MC37_RDBFL39    0xF00635EE          Read Data and Bit Flip Register 39
MC38_CONFIG0    0xF0063600          Configuration Register 0
MC38_CONFIG1    0xF0063602          Configuration Register 1
MC38_MCONTROL   0xF0063604          MBIST Control Register
MC38_MSTATUS    0xF0063606          Status Register
MC38_RANGE      0xF0063608          Range Register, single address mode
MC38_REVID      0xF006360C          Revision ID Register
MC38_ECCS       0xF006360E          ECC Safety Register
MC38_ECCD       0xF0063610          Memory ECC Detection Register
MC38_ETRR0      0xF0063612          Error Tracking Register 0
MC38_ETRR1      0xF0063614          Error Tracking Register 1
MC38_ETRR2      0xF0063616          Error Tracking Register 2
MC38_ETRR3      0xF0063618          Error Tracking Register 3
MC38_ETRR4      0xF006361A          Error Tracking Register 4
MC38_RDBFL0     0xF00636A0          Read Data and Bit Flip Register 0
MC38_RDBFL1     0xF00636A2          Read Data and Bit Flip Register 1
MC38_RDBFL2     0xF00636A4          Read Data and Bit Flip Register 2
MC38_RDBFL3     0xF00636A6          Read Data and Bit Flip Register 3
MC38_RDBFL4     0xF00636A8          Read Data and Bit Flip Register 4
MC38_RDBFL5     0xF00636AA          Read Data and Bit Flip Register 5
MC38_RDBFL6     0xF00636AC          Read Data and Bit Flip Register 6
MC38_RDBFL7     0xF00636AE          Read Data and Bit Flip Register 7
MC38_RDBFL8     0xF00636B0          Read Data and Bit Flip Register 8
MC38_RDBFL9     0xF00636B2          Read Data and Bit Flip Register 9
MC38_RDBFL10    0xF00636B4          Read Data and Bit Flip Register 10
MC38_RDBFL11    0xF00636B6          Read Data and Bit Flip Register 11
MC38_RDBFL12    0xF00636B8          Read Data and Bit Flip Register 12
MC38_RDBFL13    0xF00636BA          Read Data and Bit Flip Register 13
MC38_RDBFL14    0xF00636BC          Read Data and Bit Flip Register 14
MC38_RDBFL15    0xF00636BE          Read Data and Bit Flip Register 15
MC38_RDBFL16    0xF00636C0          Read Data and Bit Flip Register 16
MC38_RDBFL17    0xF00636C2          Read Data and Bit Flip Register 17
MC38_RDBFL18    0xF00636C4          Read Data and Bit Flip Register 18
MC38_RDBFL19    0xF00636C6          Read Data and Bit Flip Register 19
MC38_RDBFL20    0xF00636C8          Read Data and Bit Flip Register 20
MC38_RDBFL21    0xF00636CA          Read Data and Bit Flip Register 21
MC38_RDBFL22    0xF00636CC          Read Data and Bit Flip Register 22
MC38_RDBFL23    0xF00636CE          Read Data and Bit Flip Register 23
MC38_RDBFL24    0xF00636D0          Read Data and Bit Flip Register 24
MC38_RDBFL25    0xF00636D2          Read Data and Bit Flip Register 25
MC38_RDBFL26    0xF00636D4          Read Data and Bit Flip Register 26
MC38_RDBFL27    0xF00636D6          Read Data and Bit Flip Register 27
MC38_RDBFL28    0xF00636D8          Read Data and Bit Flip Register 28
MC38_RDBFL29    0xF00636DA          Read Data and Bit Flip Register 29
MC38_RDBFL30    0xF00636DC          Read Data and Bit Flip Register 30
MC38_RDBFL31    0xF00636DE          Read Data and Bit Flip Register 31
MC38_RDBFL32    0xF00636E0          Read Data and Bit Flip Register 32
MC38_RDBFL33    0xF00636E2          Read Data and Bit Flip Register 33
MC38_RDBFL34    0xF00636E4          Read Data and Bit Flip Register 34
MC38_RDBFL35    0xF00636E6          Read Data and Bit Flip Register 35
MC38_RDBFL36    0xF00636E8          Read Data and Bit Flip Register 36
MC38_RDBFL37    0xF00636EA          Read Data and Bit Flip Register 37
MC38_RDBFL38    0xF00636EC          Read Data and Bit Flip Register 38
MC38_RDBFL39    0xF00636EE          Read Data and Bit Flip Register 39
MC39_CONFIG0    0xF0063700          Configuration Register 0
MC39_CONFIG1    0xF0063702          Configuration Register 1
MC39_MCONTROL   0xF0063704          MBIST Control Register
MC39_MSTATUS    0xF0063706          Status Register
MC39_RANGE      0xF0063708          Range Register, single address mode
MC39_REVID      0xF006370C          Revision ID Register
MC39_ECCS       0xF006370E          ECC Safety Register
MC39_ECCD       0xF0063710          Memory ECC Detection Register
MC39_ETRR0      0xF0063712          Error Tracking Register 0
MC39_ETRR1      0xF0063714          Error Tracking Register 1
MC39_ETRR2      0xF0063716          Error Tracking Register 2
MC39_ETRR3      0xF0063718          Error Tracking Register 3
MC39_ETRR4      0xF006371A          Error Tracking Register 4
MC39_RDBFL0     0xF00637A0          Read Data and Bit Flip Register 0
MC39_RDBFL1     0xF00637A2          Read Data and Bit Flip Register 1
MC39_RDBFL2     0xF00637A4          Read Data and Bit Flip Register 2
MC39_RDBFL3     0xF00637A6          Read Data and Bit Flip Register 3
MC39_RDBFL4     0xF00637A8          Read Data and Bit Flip Register 4
MC39_RDBFL5     0xF00637AA          Read Data and Bit Flip Register 5
MC39_RDBFL6     0xF00637AC          Read Data and Bit Flip Register 6
MC39_RDBFL7     0xF00637AE          Read Data and Bit Flip Register 7
MC39_RDBFL8     0xF00637B0          Read Data and Bit Flip Register 8
MC39_RDBFL9     0xF00637B2          Read Data and Bit Flip Register 9
MC39_RDBFL10    0xF00637B4          Read Data and Bit Flip Register 10
MC39_RDBFL11    0xF00637B6          Read Data and Bit Flip Register 11
MC39_RDBFL12    0xF00637B8          Read Data and Bit Flip Register 12
MC39_RDBFL13    0xF00637BA          Read Data and Bit Flip Register 13
MC39_RDBFL14    0xF00637BC          Read Data and Bit Flip Register 14
MC39_RDBFL15    0xF00637BE          Read Data and Bit Flip Register 15
MC39_RDBFL16    0xF00637C0          Read Data and Bit Flip Register 16
MC39_RDBFL17    0xF00637C2          Read Data and Bit Flip Register 17
MC39_RDBFL18    0xF00637C4          Read Data and Bit Flip Register 18
MC39_RDBFL19    0xF00637C6          Read Data and Bit Flip Register 19
MC39_RDBFL20    0xF00637C8          Read Data and Bit Flip Register 20
MC39_RDBFL21    0xF00637CA          Read Data and Bit Flip Register 21
MC39_RDBFL22    0xF00637CC          Read Data and Bit Flip Register 22
MC39_RDBFL23    0xF00637CE          Read Data and Bit Flip Register 23
MC39_RDBFL24    0xF00637D0          Read Data and Bit Flip Register 24
MC39_RDBFL25    0xF00637D2          Read Data and Bit Flip Register 25
MC39_RDBFL26    0xF00637D4          Read Data and Bit Flip Register 26
MC39_RDBFL27    0xF00637D6          Read Data and Bit Flip Register 27
MC39_RDBFL28    0xF00637D8          Read Data and Bit Flip Register 28
MC39_RDBFL29    0xF00637DA          Read Data and Bit Flip Register 29
MC39_RDBFL30    0xF00637DC          Read Data and Bit Flip Register 30
MC39_RDBFL31    0xF00637DE          Read Data and Bit Flip Register 31
MC39_RDBFL32    0xF00637E0          Read Data and Bit Flip Register 32
MC39_RDBFL33    0xF00637E2          Read Data and Bit Flip Register 33
MC39_RDBFL34    0xF00637E4          Read Data and Bit Flip Register 34
MC39_RDBFL35    0xF00637E6          Read Data and Bit Flip Register 35
MC39_RDBFL36    0xF00637E8          Read Data and Bit Flip Register 36
MC39_RDBFL37    0xF00637EA          Read Data and Bit Flip Register 37
MC39_RDBFL38    0xF00637EC          Read Data and Bit Flip Register 38
MC39_RDBFL39    0xF00637EE          Read Data and Bit Flip Register 39
MC40_CONFIG0    0xF0063800          Configuration Register 0
MC40_CONFIG1    0xF0063802          Configuration Register 1
MC40_MCONTROL   0xF0063804          MBIST Control Register
MC40_MSTATUS    0xF0063806          Status Register
MC40_RANGE      0xF0063808          Range Register, single address mode
MC40_REVID      0xF006380C          Revision ID Register
MC40_ECCS       0xF006380E          ECC Safety Register
MC40_ECCD       0xF0063810          Memory ECC Detection Register
MC40_ETRR0      0xF0063812          Error Tracking Register 0
MC40_ETRR1      0xF0063814          Error Tracking Register 1
MC40_ETRR2      0xF0063816          Error Tracking Register 2
MC40_ETRR3      0xF0063818          Error Tracking Register 3
MC40_ETRR4      0xF006381A          Error Tracking Register 4
MC40_RDBFL0     0xF00638A0          Read Data and Bit Flip Register 0
MC40_RDBFL1     0xF00638A2          Read Data and Bit Flip Register 1
MC40_RDBFL2     0xF00638A4          Read Data and Bit Flip Register 2
MC40_RDBFL3     0xF00638A6          Read Data and Bit Flip Register 3
MC40_RDBFL4     0xF00638A8          Read Data and Bit Flip Register 4
MC40_RDBFL5     0xF00638AA          Read Data and Bit Flip Register 5
MC40_RDBFL6     0xF00638AC          Read Data and Bit Flip Register 6
MC40_RDBFL7     0xF00638AE          Read Data and Bit Flip Register 7
MC40_RDBFL8     0xF00638B0          Read Data and Bit Flip Register 8
MC40_RDBFL9     0xF00638B2          Read Data and Bit Flip Register 9
MC40_RDBFL10    0xF00638B4          Read Data and Bit Flip Register 10
MC40_RDBFL11    0xF00638B6          Read Data and Bit Flip Register 11
MC40_RDBFL12    0xF00638B8          Read Data and Bit Flip Register 12
MC40_RDBFL13    0xF00638BA          Read Data and Bit Flip Register 13
MC40_RDBFL14    0xF00638BC          Read Data and Bit Flip Register 14
MC40_RDBFL15    0xF00638BE          Read Data and Bit Flip Register 15
MC40_RDBFL16    0xF00638C0          Read Data and Bit Flip Register 16
MC40_RDBFL17    0xF00638C2          Read Data and Bit Flip Register 17
MC40_RDBFL18    0xF00638C4          Read Data and Bit Flip Register 18
MC40_RDBFL19    0xF00638C6          Read Data and Bit Flip Register 19
MC40_RDBFL20    0xF00638C8          Read Data and Bit Flip Register 20
MC40_RDBFL21    0xF00638CA          Read Data and Bit Flip Register 21
MC40_RDBFL22    0xF00638CC          Read Data and Bit Flip Register 22
MC40_RDBFL23    0xF00638CE          Read Data and Bit Flip Register 23
MC40_RDBFL24    0xF00638D0          Read Data and Bit Flip Register 24
MC40_RDBFL25    0xF00638D2          Read Data and Bit Flip Register 25
MC40_RDBFL26    0xF00638D4          Read Data and Bit Flip Register 26
MC40_RDBFL27    0xF00638D6          Read Data and Bit Flip Register 27
MC40_RDBFL28    0xF00638D8          Read Data and Bit Flip Register 28
MC40_RDBFL29    0xF00638DA          Read Data and Bit Flip Register 29
MC40_RDBFL30    0xF00638DC          Read Data and Bit Flip Register 30
MC40_RDBFL31    0xF00638DE          Read Data and Bit Flip Register 31
MC40_RDBFL32    0xF00638E0          Read Data and Bit Flip Register 32
MC40_RDBFL33    0xF00638E2          Read Data and Bit Flip Register 33
MC40_RDBFL34    0xF00638E4          Read Data and Bit Flip Register 34
MC40_RDBFL35    0xF00638E6          Read Data and Bit Flip Register 35
MC40_RDBFL36    0xF00638E8          Read Data and Bit Flip Register 36
MC40_RDBFL37    0xF00638EA          Read Data and Bit Flip Register 37
MC40_RDBFL38    0xF00638EC          Read Data and Bit Flip Register 38
MC40_RDBFL39    0xF00638EE          Read Data and Bit Flip Register 39
MC41_CONFIG0    0xF0063900          Configuration Register 0
MC41_CONFIG1    0xF0063902          Configuration Register 1
MC41_MCONTROL   0xF0063904          MBIST Control Register
MC41_MSTATUS    0xF0063906          Status Register
MC41_RANGE      0xF0063908          Range Register, single address mode
MC41_REVID      0xF006390C          Revision ID Register
MC41_ECCS       0xF006390E          ECC Safety Register
MC41_ECCD       0xF0063910          Memory ECC Detection Register
MC41_ETRR0      0xF0063912          Error Tracking Register 0
MC41_ETRR1      0xF0063914          Error Tracking Register 1
MC41_ETRR2      0xF0063916          Error Tracking Register 2
MC41_ETRR3      0xF0063918          Error Tracking Register 3
MC41_ETRR4      0xF006391A          Error Tracking Register 4
MC41_RDBFL0     0xF00639A0          Read Data and Bit Flip Register 0
MC41_RDBFL1     0xF00639A2          Read Data and Bit Flip Register 1
MC41_RDBFL2     0xF00639A4          Read Data and Bit Flip Register 2
MC41_RDBFL3     0xF00639A6          Read Data and Bit Flip Register 3
MC41_RDBFL4     0xF00639A8          Read Data and Bit Flip Register 4
MC41_RDBFL5     0xF00639AA          Read Data and Bit Flip Register 5
MC41_RDBFL6     0xF00639AC          Read Data and Bit Flip Register 6
MC41_RDBFL7     0xF00639AE          Read Data and Bit Flip Register 7
MC41_RDBFL8     0xF00639B0          Read Data and Bit Flip Register 8
MC41_RDBFL9     0xF00639B2          Read Data and Bit Flip Register 9
MC41_RDBFL10    0xF00639B4          Read Data and Bit Flip Register 10
MC41_RDBFL11    0xF00639B6          Read Data and Bit Flip Register 11
MC41_RDBFL12    0xF00639B8          Read Data and Bit Flip Register 12
MC41_RDBFL13    0xF00639BA          Read Data and Bit Flip Register 13
MC41_RDBFL14    0xF00639BC          Read Data and Bit Flip Register 14
MC41_RDBFL15    0xF00639BE          Read Data and Bit Flip Register 15
MC41_RDBFL16    0xF00639C0          Read Data and Bit Flip Register 16
MC41_RDBFL17    0xF00639C2          Read Data and Bit Flip Register 17
MC41_RDBFL18    0xF00639C4          Read Data and Bit Flip Register 18
MC41_RDBFL19    0xF00639C6          Read Data and Bit Flip Register 19
MC41_RDBFL20    0xF00639C8          Read Data and Bit Flip Register 20
MC41_RDBFL21    0xF00639CA          Read Data and Bit Flip Register 21
MC41_RDBFL22    0xF00639CC          Read Data and Bit Flip Register 22
MC41_RDBFL23    0xF00639CE          Read Data and Bit Flip Register 23
MC41_RDBFL24    0xF00639D0          Read Data and Bit Flip Register 24
MC41_RDBFL25    0xF00639D2          Read Data and Bit Flip Register 25
MC41_RDBFL26    0xF00639D4          Read Data and Bit Flip Register 26
MC41_RDBFL27    0xF00639D6          Read Data and Bit Flip Register 27
MC41_RDBFL28    0xF00639D8          Read Data and Bit Flip Register 28
MC41_RDBFL29    0xF00639DA          Read Data and Bit Flip Register 29
MC41_RDBFL30    0xF00639DC          Read Data and Bit Flip Register 30
MC41_RDBFL31    0xF00639DE          Read Data and Bit Flip Register 31
MC41_RDBFL32    0xF00639E0          Read Data and Bit Flip Register 32
MC41_RDBFL33    0xF00639E2          Read Data and Bit Flip Register 33
MC41_RDBFL34    0xF00639E4          Read Data and Bit Flip Register 34
MC41_RDBFL35    0xF00639E6          Read Data and Bit Flip Register 35
MC41_RDBFL36    0xF00639E8          Read Data and Bit Flip Register 36
MC41_RDBFL37    0xF00639EA          Read Data and Bit Flip Register 37
MC41_RDBFL38    0xF00639EC          Read Data and Bit Flip Register 38
MC41_RDBFL39    0xF00639EE          Read Data and Bit Flip Register 39
MC42_CONFIG0    0xF0063A00          Configuration Register 0
MC42_CONFIG1    0xF0063A02          Configuration Register 1
MC42_MCONTROL   0xF0063A04          MBIST Control Register
MC42_MSTATUS    0xF0063A06          Status Register
MC42_RANGE      0xF0063A08          Range Register, single address mode
MC42_REVID      0xF0063A0C          Revision ID Register
MC42_ECCS       0xF0063A0E          ECC Safety Register
MC42_ECCD       0xF0063A10          Memory ECC Detection Register
MC42_ETRR0      0xF0063A12          Error Tracking Register 0
MC42_ETRR1      0xF0063A14          Error Tracking Register 1
MC42_ETRR2      0xF0063A16          Error Tracking Register 2
MC42_ETRR3      0xF0063A18          Error Tracking Register 3
MC42_ETRR4      0xF0063A1A          Error Tracking Register 4
MC42_RDBFL0     0xF0063AA0          Read Data and Bit Flip Register 0
MC42_RDBFL1     0xF0063AA2          Read Data and Bit Flip Register 1
MC42_RDBFL2     0xF0063AA4          Read Data and Bit Flip Register 2
MC42_RDBFL3     0xF0063AA6          Read Data and Bit Flip Register 3
MC42_RDBFL4     0xF0063AA8          Read Data and Bit Flip Register 4
MC42_RDBFL5     0xF0063AAA          Read Data and Bit Flip Register 5
MC42_RDBFL6     0xF0063AAC          Read Data and Bit Flip Register 6
MC42_RDBFL7     0xF0063AAE          Read Data and Bit Flip Register 7
MC42_RDBFL8     0xF0063AB0          Read Data and Bit Flip Register 8
MC42_RDBFL9     0xF0063AB2          Read Data and Bit Flip Register 9
MC42_RDBFL10    0xF0063AB4          Read Data and Bit Flip Register 10
MC42_RDBFL11    0xF0063AB6          Read Data and Bit Flip Register 11
MC42_RDBFL12    0xF0063AB8          Read Data and Bit Flip Register 12
MC42_RDBFL13    0xF0063ABA          Read Data and Bit Flip Register 13
MC42_RDBFL14    0xF0063ABC          Read Data and Bit Flip Register 14
MC42_RDBFL15    0xF0063ABE          Read Data and Bit Flip Register 15
MC42_RDBFL16    0xF0063AC0          Read Data and Bit Flip Register 16
MC42_RDBFL17    0xF0063AC2          Read Data and Bit Flip Register 17
MC42_RDBFL18    0xF0063AC4          Read Data and Bit Flip Register 18
MC42_RDBFL19    0xF0063AC6          Read Data and Bit Flip Register 19
MC42_RDBFL20    0xF0063AC8          Read Data and Bit Flip Register 20
MC42_RDBFL21    0xF0063ACA          Read Data and Bit Flip Register 21
MC42_RDBFL22    0xF0063ACC          Read Data and Bit Flip Register 22
MC42_RDBFL23    0xF0063ACE          Read Data and Bit Flip Register 23
MC42_RDBFL24    0xF0063AD0          Read Data and Bit Flip Register 24
MC42_RDBFL25    0xF0063AD2          Read Data and Bit Flip Register 25
MC42_RDBFL26    0xF0063AD4          Read Data and Bit Flip Register 26
MC42_RDBFL27    0xF0063AD6          Read Data and Bit Flip Register 27
MC42_RDBFL28    0xF0063AD8          Read Data and Bit Flip Register 28
MC42_RDBFL29    0xF0063ADA          Read Data and Bit Flip Register 29
MC42_RDBFL30    0xF0063ADC          Read Data and Bit Flip Register 30
MC42_RDBFL31    0xF0063ADE          Read Data and Bit Flip Register 31
MC42_RDBFL32    0xF0063AE0          Read Data and Bit Flip Register 32
MC42_RDBFL33    0xF0063AE2          Read Data and Bit Flip Register 33
MC42_RDBFL34    0xF0063AE4          Read Data and Bit Flip Register 34
MC42_RDBFL35    0xF0063AE6          Read Data and Bit Flip Register 35
MC42_RDBFL36    0xF0063AE8          Read Data and Bit Flip Register 36
MC42_RDBFL37    0xF0063AEA          Read Data and Bit Flip Register 37
MC42_RDBFL38    0xF0063AEC          Read Data and Bit Flip Register 38
MC42_RDBFL39    0xF0063AEE          Read Data and Bit Flip Register 39
MC43_CONFIG0    0xF0063B00          Configuration Register 0
MC43_CONFIG1    0xF0063B02          Configuration Register 1
MC43_MCONTROL   0xF0063B04          MBIST Control Register
MC43_MSTATUS    0xF0063B06          Status Register
MC43_RANGE      0xF0063B08          Range Register, single address mode
MC43_REVID      0xF0063B0C          Revision ID Register
MC43_ECCS       0xF0063B0E          ECC Safety Register
MC43_ECCD       0xF0063B10          Memory ECC Detection Register
MC43_ETRR0      0xF0063B12          Error Tracking Register 0
MC43_ETRR1      0xF0063B14          Error Tracking Register 1
MC43_ETRR2      0xF0063B16          Error Tracking Register 2
MC43_ETRR3      0xF0063B18          Error Tracking Register 3
MC43_ETRR4      0xF0063B1A          Error Tracking Register 4
MC43_RDBFL0     0xF0063BA0          Read Data and Bit Flip Register 0
MC43_RDBFL1     0xF0063BA2          Read Data and Bit Flip Register 1
MC43_RDBFL2     0xF0063BA4          Read Data and Bit Flip Register 2
MC43_RDBFL3     0xF0063BA6          Read Data and Bit Flip Register 3
MC43_RDBFL4     0xF0063BA8          Read Data and Bit Flip Register 4
MC43_RDBFL5     0xF0063BAA          Read Data and Bit Flip Register 5
MC43_RDBFL6     0xF0063BAC          Read Data and Bit Flip Register 6
MC43_RDBFL7     0xF0063BAE          Read Data and Bit Flip Register 7
MC43_RDBFL8     0xF0063BB0          Read Data and Bit Flip Register 8
MC43_RDBFL9     0xF0063BB2          Read Data and Bit Flip Register 9
MC43_RDBFL10    0xF0063BB4          Read Data and Bit Flip Register 10
MC43_RDBFL11    0xF0063BB6          Read Data and Bit Flip Register 11
MC43_RDBFL12    0xF0063BB8          Read Data and Bit Flip Register 12
MC43_RDBFL13    0xF0063BBA          Read Data and Bit Flip Register 13
MC43_RDBFL14    0xF0063BBC          Read Data and Bit Flip Register 14
MC43_RDBFL15    0xF0063BBE          Read Data and Bit Flip Register 15
MC43_RDBFL16    0xF0063BC0          Read Data and Bit Flip Register 16
MC43_RDBFL17    0xF0063BC2          Read Data and Bit Flip Register 17
MC43_RDBFL18    0xF0063BC4          Read Data and Bit Flip Register 18
MC43_RDBFL19    0xF0063BC6          Read Data and Bit Flip Register 19
MC43_RDBFL20    0xF0063BC8          Read Data and Bit Flip Register 20
MC43_RDBFL21    0xF0063BCA          Read Data and Bit Flip Register 21
MC43_RDBFL22    0xF0063BCC          Read Data and Bit Flip Register 22
MC43_RDBFL23    0xF0063BCE          Read Data and Bit Flip Register 23
MC43_RDBFL24    0xF0063BD0          Read Data and Bit Flip Register 24
MC43_RDBFL25    0xF0063BD2          Read Data and Bit Flip Register 25
MC43_RDBFL26    0xF0063BD4          Read Data and Bit Flip Register 26
MC43_RDBFL27    0xF0063BD6          Read Data and Bit Flip Register 27
MC43_RDBFL28    0xF0063BD8          Read Data and Bit Flip Register 28
MC43_RDBFL29    0xF0063BDA          Read Data and Bit Flip Register 29
MC43_RDBFL30    0xF0063BDC          Read Data and Bit Flip Register 30
MC43_RDBFL31    0xF0063BDE          Read Data and Bit Flip Register 31
MC43_RDBFL32    0xF0063BE0          Read Data and Bit Flip Register 32
MC43_RDBFL33    0xF0063BE2          Read Data and Bit Flip Register 33
MC43_RDBFL34    0xF0063BE4          Read Data and Bit Flip Register 34
MC43_RDBFL35    0xF0063BE6          Read Data and Bit Flip Register 35
MC43_RDBFL36    0xF0063BE8          Read Data and Bit Flip Register 36
MC43_RDBFL37    0xF0063BEA          Read Data and Bit Flip Register 37
MC43_RDBFL38    0xF0063BEC          Read Data and Bit Flip Register 38
MC43_RDBFL39    0xF0063BEE          Read Data and Bit Flip Register 39
MC44_CONFIG0    0xF0063C00          Configuration Register 0
MC44_CONFIG1    0xF0063C02          Configuration Register 1
MC44_MCONTROL   0xF0063C04          MBIST Control Register
MC44_MSTATUS    0xF0063C06          Status Register
MC44_RANGE      0xF0063C08          Range Register, single address mode
MC44_REVID      0xF0063C0C          Revision ID Register
MC44_ECCS       0xF0063C0E          ECC Safety Register
MC44_ECCD       0xF0063C10          Memory ECC Detection Register
MC44_ETRR0      0xF0063C12          Error Tracking Register 0
MC44_ETRR1      0xF0063C14          Error Tracking Register 1
MC44_ETRR2      0xF0063C16          Error Tracking Register 2
MC44_ETRR3      0xF0063C18          Error Tracking Register 3
MC44_ETRR4      0xF0063C1A          Error Tracking Register 4
MC44_RDBFL0     0xF0063CA0          Read Data and Bit Flip Register 0
MC44_RDBFL1     0xF0063CA2          Read Data and Bit Flip Register 1
MC44_RDBFL2     0xF0063CA4          Read Data and Bit Flip Register 2
MC44_RDBFL3     0xF0063CA6          Read Data and Bit Flip Register 3
MC44_RDBFL4     0xF0063CA8          Read Data and Bit Flip Register 4
MC44_RDBFL5     0xF0063CAA          Read Data and Bit Flip Register 5
MC44_RDBFL6     0xF0063CAC          Read Data and Bit Flip Register 6
MC44_RDBFL7     0xF0063CAE          Read Data and Bit Flip Register 7
MC44_RDBFL8     0xF0063CB0          Read Data and Bit Flip Register 8
MC44_RDBFL9     0xF0063CB2          Read Data and Bit Flip Register 9
MC44_RDBFL10    0xF0063CB4          Read Data and Bit Flip Register 10
MC44_RDBFL11    0xF0063CB6          Read Data and Bit Flip Register 11
MC44_RDBFL12    0xF0063CB8          Read Data and Bit Flip Register 12
MC44_RDBFL13    0xF0063CBA          Read Data and Bit Flip Register 13
MC44_RDBFL14    0xF0063CBC          Read Data and Bit Flip Register 14
MC44_RDBFL15    0xF0063CBE          Read Data and Bit Flip Register 15
MC44_RDBFL16    0xF0063CC0          Read Data and Bit Flip Register 16
MC44_RDBFL17    0xF0063CC2          Read Data and Bit Flip Register 17
MC44_RDBFL18    0xF0063CC4          Read Data and Bit Flip Register 18
MC44_RDBFL19    0xF0063CC6          Read Data and Bit Flip Register 19
MC44_RDBFL20    0xF0063CC8          Read Data and Bit Flip Register 20
MC44_RDBFL21    0xF0063CCA          Read Data and Bit Flip Register 21
MC44_RDBFL22    0xF0063CCC          Read Data and Bit Flip Register 22
MC44_RDBFL23    0xF0063CCE          Read Data and Bit Flip Register 23
MC44_RDBFL24    0xF0063CD0          Read Data and Bit Flip Register 24
MC44_RDBFL25    0xF0063CD2          Read Data and Bit Flip Register 25
MC44_RDBFL26    0xF0063CD4          Read Data and Bit Flip Register 26
MC44_RDBFL27    0xF0063CD6          Read Data and Bit Flip Register 27
MC44_RDBFL28    0xF0063CD8          Read Data and Bit Flip Register 28
MC44_RDBFL29    0xF0063CDA          Read Data and Bit Flip Register 29
MC44_RDBFL30    0xF0063CDC          Read Data and Bit Flip Register 30
MC44_RDBFL31    0xF0063CDE          Read Data and Bit Flip Register 31
MC44_RDBFL32    0xF0063CE0          Read Data and Bit Flip Register 32
MC44_RDBFL33    0xF0063CE2          Read Data and Bit Flip Register 33
MC44_RDBFL34    0xF0063CE4          Read Data and Bit Flip Register 34
MC44_RDBFL35    0xF0063CE6          Read Data and Bit Flip Register 35
MC44_RDBFL36    0xF0063CE8          Read Data and Bit Flip Register 36
MC44_RDBFL37    0xF0063CEA          Read Data and Bit Flip Register 37
MC44_RDBFL38    0xF0063CEC          Read Data and Bit Flip Register 38
MC44_RDBFL39    0xF0063CEE          Read Data and Bit Flip Register 39
MC45_CONFIG0    0xF0063D00          Configuration Register 0
MC45_CONFIG1    0xF0063D02          Configuration Register 1
MC45_MCONTROL   0xF0063D04          MBIST Control Register
MC45_MSTATUS    0xF0063D06          Status Register
MC45_RANGE      0xF0063D08          Range Register, single address mode
MC45_REVID      0xF0063D0C          Revision ID Register
MC45_ECCS       0xF0063D0E          ECC Safety Register
MC45_ECCD       0xF0063D10          Memory ECC Detection Register
MC45_ETRR0      0xF0063D12          Error Tracking Register 0
MC45_ETRR1      0xF0063D14          Error Tracking Register 1
MC45_ETRR2      0xF0063D16          Error Tracking Register 2
MC45_ETRR3      0xF0063D18          Error Tracking Register 3
MC45_ETRR4      0xF0063D1A          Error Tracking Register 4
MC45_RDBFL0     0xF0063DA0          Read Data and Bit Flip Register 0
MC45_RDBFL1     0xF0063DA2          Read Data and Bit Flip Register 1
MC45_RDBFL2     0xF0063DA4          Read Data and Bit Flip Register 2
MC45_RDBFL3     0xF0063DA6          Read Data and Bit Flip Register 3
MC45_RDBFL4     0xF0063DA8          Read Data and Bit Flip Register 4
MC45_RDBFL5     0xF0063DAA          Read Data and Bit Flip Register 5
MC45_RDBFL6     0xF0063DAC          Read Data and Bit Flip Register 6
MC45_RDBFL7     0xF0063DAE          Read Data and Bit Flip Register 7
MC45_RDBFL8     0xF0063DB0          Read Data and Bit Flip Register 8
MC45_RDBFL9     0xF0063DB2          Read Data and Bit Flip Register 9
MC45_RDBFL10    0xF0063DB4          Read Data and Bit Flip Register 10
MC45_RDBFL11    0xF0063DB6          Read Data and Bit Flip Register 11
MC45_RDBFL12    0xF0063DB8          Read Data and Bit Flip Register 12
MC45_RDBFL13    0xF0063DBA          Read Data and Bit Flip Register 13
MC45_RDBFL14    0xF0063DBC          Read Data and Bit Flip Register 14
MC45_RDBFL15    0xF0063DBE          Read Data and Bit Flip Register 15
MC45_RDBFL16    0xF0063DC0          Read Data and Bit Flip Register 16
MC45_RDBFL17    0xF0063DC2          Read Data and Bit Flip Register 17
MC45_RDBFL18    0xF0063DC4          Read Data and Bit Flip Register 18
MC45_RDBFL19    0xF0063DC6          Read Data and Bit Flip Register 19
MC45_RDBFL20    0xF0063DC8          Read Data and Bit Flip Register 20
MC45_RDBFL21    0xF0063DCA          Read Data and Bit Flip Register 21
MC45_RDBFL22    0xF0063DCC          Read Data and Bit Flip Register 22
MC45_RDBFL23    0xF0063DCE          Read Data and Bit Flip Register 23
MC45_RDBFL24    0xF0063DD0          Read Data and Bit Flip Register 24
MC45_RDBFL25    0xF0063DD2          Read Data and Bit Flip Register 25
MC45_RDBFL26    0xF0063DD4          Read Data and Bit Flip Register 26
MC45_RDBFL27    0xF0063DD6          Read Data and Bit Flip Register 27
MC45_RDBFL28    0xF0063DD8          Read Data and Bit Flip Register 28
MC45_RDBFL29    0xF0063DDA          Read Data and Bit Flip Register 29
MC45_RDBFL30    0xF0063DDC          Read Data and Bit Flip Register 30
MC45_RDBFL31    0xF0063DDE          Read Data and Bit Flip Register 31
MC45_RDBFL32    0xF0063DE0          Read Data and Bit Flip Register 32
MC45_RDBFL33    0xF0063DE2          Read Data and Bit Flip Register 33
MC45_RDBFL34    0xF0063DE4          Read Data and Bit Flip Register 34
MC45_RDBFL35    0xF0063DE6          Read Data and Bit Flip Register 35
MC45_RDBFL36    0xF0063DE8          Read Data and Bit Flip Register 36
MC45_RDBFL37    0xF0063DEA          Read Data and Bit Flip Register 37
MC45_RDBFL38    0xF0063DEC          Read Data and Bit Flip Register 38
MC45_RDBFL39    0xF0063DEE          Read Data and Bit Flip Register 39
MC46_CONFIG0    0xF0063E00          Configuration Register 0
MC46_CONFIG1    0xF0063E02          Configuration Register 1
MC46_MCONTROL   0xF0063E04          MBIST Control Register
MC46_MSTATUS    0xF0063E06          Status Register
MC46_RANGE      0xF0063E08          Range Register, single address mode
MC46_REVID      0xF0063E0C          Revision ID Register
MC46_ECCS       0xF0063E0E          ECC Safety Register
MC46_ECCD       0xF0063E10          Memory ECC Detection Register
MC46_ETRR0      0xF0063E12          Error Tracking Register 0
MC46_ETRR1      0xF0063E14          Error Tracking Register 1
MC46_ETRR2      0xF0063E16          Error Tracking Register 2
MC46_ETRR3      0xF0063E18          Error Tracking Register 3
MC46_ETRR4      0xF0063E1A          Error Tracking Register 4
MC46_RDBFL0     0xF0063EA0          Read Data and Bit Flip Register 0
MC46_RDBFL1     0xF0063EA2          Read Data and Bit Flip Register 1
MC46_RDBFL2     0xF0063EA4          Read Data and Bit Flip Register 2
MC46_RDBFL3     0xF0063EA6          Read Data and Bit Flip Register 3
MC46_RDBFL4     0xF0063EA8          Read Data and Bit Flip Register 4
MC46_RDBFL5     0xF0063EAA          Read Data and Bit Flip Register 5
MC46_RDBFL6     0xF0063EAC          Read Data and Bit Flip Register 6
MC46_RDBFL7     0xF0063EAE          Read Data and Bit Flip Register 7
MC46_RDBFL8     0xF0063EB0          Read Data and Bit Flip Register 8
MC46_RDBFL9     0xF0063EB2          Read Data and Bit Flip Register 9
MC46_RDBFL10    0xF0063EB4          Read Data and Bit Flip Register 10
MC46_RDBFL11    0xF0063EB6          Read Data and Bit Flip Register 11
MC46_RDBFL12    0xF0063EB8          Read Data and Bit Flip Register 12
MC46_RDBFL13    0xF0063EBA          Read Data and Bit Flip Register 13
MC46_RDBFL14    0xF0063EBC          Read Data and Bit Flip Register 14
MC46_RDBFL15    0xF0063EBE          Read Data and Bit Flip Register 15
MC46_RDBFL16    0xF0063EC0          Read Data and Bit Flip Register 16
MC46_RDBFL17    0xF0063EC2          Read Data and Bit Flip Register 17
MC46_RDBFL18    0xF0063EC4          Read Data and Bit Flip Register 18
MC46_RDBFL19    0xF0063EC6          Read Data and Bit Flip Register 19
MC46_RDBFL20    0xF0063EC8          Read Data and Bit Flip Register 20
MC46_RDBFL21    0xF0063ECA          Read Data and Bit Flip Register 21
MC46_RDBFL22    0xF0063ECC          Read Data and Bit Flip Register 22
MC46_RDBFL23    0xF0063ECE          Read Data and Bit Flip Register 23
MC46_RDBFL24    0xF0063ED0          Read Data and Bit Flip Register 24
MC46_RDBFL25    0xF0063ED2          Read Data and Bit Flip Register 25
MC46_RDBFL26    0xF0063ED4          Read Data and Bit Flip Register 26
MC46_RDBFL27    0xF0063ED6          Read Data and Bit Flip Register 27
MC46_RDBFL28    0xF0063ED8          Read Data and Bit Flip Register 28
MC46_RDBFL29    0xF0063EDA          Read Data and Bit Flip Register 29
MC46_RDBFL30    0xF0063EDC          Read Data and Bit Flip Register 30
MC46_RDBFL31    0xF0063EDE          Read Data and Bit Flip Register 31
MC46_RDBFL32    0xF0063EE0          Read Data and Bit Flip Register 32
MC46_RDBFL33    0xF0063EE2          Read Data and Bit Flip Register 33
MC46_RDBFL34    0xF0063EE4          Read Data and Bit Flip Register 34
MC46_RDBFL35    0xF0063EE6          Read Data and Bit Flip Register 35
MC46_RDBFL36    0xF0063EE8          Read Data and Bit Flip Register 36
MC46_RDBFL37    0xF0063EEA          Read Data and Bit Flip Register 37
MC46_RDBFL38    0xF0063EEC          Read Data and Bit Flip Register 38
MC46_RDBFL39    0xF0063EEE          Read Data and Bit Flip Register 39
MC47_CONFIG0    0xF0063F00          Configuration Register 0
MC47_CONFIG1    0xF0063F02          Configuration Register 1
MC47_MCONTROL   0xF0063F04          MBIST Control Register
MC47_MSTATUS    0xF0063F06          Status Register
MC47_RANGE      0xF0063F08          Range Register, single address mode
MC47_REVID      0xF0063F0C          Revision ID Register
MC47_ECCS       0xF0063F0E          ECC Safety Register
MC47_ECCD       0xF0063F10          Memory ECC Detection Register
MC47_ETRR0      0xF0063F12          Error Tracking Register 0
MC47_ETRR1      0xF0063F14          Error Tracking Register 1
MC47_ETRR2      0xF0063F16          Error Tracking Register 2
MC47_ETRR3      0xF0063F18          Error Tracking Register 3
MC47_ETRR4      0xF0063F1A          Error Tracking Register 4
MC47_RDBFL0     0xF0063FA0          Read Data and Bit Flip Register 0
MC47_RDBFL1     0xF0063FA2          Read Data and Bit Flip Register 1
MC47_RDBFL2     0xF0063FA4          Read Data and Bit Flip Register 2
MC47_RDBFL3     0xF0063FA6          Read Data and Bit Flip Register 3
MC47_RDBFL4     0xF0063FA8          Read Data and Bit Flip Register 4
MC47_RDBFL5     0xF0063FAA          Read Data and Bit Flip Register 5
MC47_RDBFL6     0xF0063FAC          Read Data and Bit Flip Register 6
MC47_RDBFL7     0xF0063FAE          Read Data and Bit Flip Register 7
MC47_RDBFL8     0xF0063FB0          Read Data and Bit Flip Register 8
MC47_RDBFL9     0xF0063FB2          Read Data and Bit Flip Register 9
MC47_RDBFL10    0xF0063FB4          Read Data and Bit Flip Register 10
MC47_RDBFL11    0xF0063FB6          Read Data and Bit Flip Register 11
MC47_RDBFL12    0xF0063FB8          Read Data and Bit Flip Register 12
MC47_RDBFL13    0xF0063FBA          Read Data and Bit Flip Register 13
MC47_RDBFL14    0xF0063FBC          Read Data and Bit Flip Register 14
MC47_RDBFL15    0xF0063FBE          Read Data and Bit Flip Register 15
MC47_RDBFL16    0xF0063FC0          Read Data and Bit Flip Register 16
MC47_RDBFL17    0xF0063FC2          Read Data and Bit Flip Register 17
MC47_RDBFL18    0xF0063FC4          Read Data and Bit Flip Register 18
MC47_RDBFL19    0xF0063FC6          Read Data and Bit Flip Register 19
MC47_RDBFL20    0xF0063FC8          Read Data and Bit Flip Register 20
MC47_RDBFL21    0xF0063FCA          Read Data and Bit Flip Register 21
MC47_RDBFL22    0xF0063FCC          Read Data and Bit Flip Register 22
MC47_RDBFL23    0xF0063FCE          Read Data and Bit Flip Register 23
MC47_RDBFL24    0xF0063FD0          Read Data and Bit Flip Register 24
MC47_RDBFL25    0xF0063FD2          Read Data and Bit Flip Register 25
MC47_RDBFL26    0xF0063FD4          Read Data and Bit Flip Register 26
MC47_RDBFL27    0xF0063FD6          Read Data and Bit Flip Register 27
MC47_RDBFL28    0xF0063FD8          Read Data and Bit Flip Register 28
MC47_RDBFL29    0xF0063FDA          Read Data and Bit Flip Register 29
MC47_RDBFL30    0xF0063FDC          Read Data and Bit Flip Register 30
MC47_RDBFL31    0xF0063FDE          Read Data and Bit Flip Register 31
MC47_RDBFL32    0xF0063FE0          Read Data and Bit Flip Register 32
MC47_RDBFL33    0xF0063FE2          Read Data and Bit Flip Register 33
MC47_RDBFL34    0xF0063FE4          Read Data and Bit Flip Register 34
MC47_RDBFL35    0xF0063FE6          Read Data and Bit Flip Register 35
MC47_RDBFL36    0xF0063FE8          Read Data and Bit Flip Register 36
MC47_RDBFL37    0xF0063FEA          Read Data and Bit Flip Register 37
MC47_RDBFL38    0xF0063FEC          Read Data and Bit Flip Register 38
MC47_RDBFL39    0xF0063FEE          Read Data and Bit Flip Register 39
MC48_CONFIG0    0xF0064000          Configuration Register 0
MC48_CONFIG1    0xF0064002          Configuration Register 1
MC48_MCONTROL   0xF0064004          MBIST Control Register
MC48_MSTATUS    0xF0064006          Status Register
MC48_RANGE      0xF0064008          Range Register, single address mode
MC48_REVID      0xF006400C          Revision ID Register
MC48_ECCS       0xF006400E          ECC Safety Register
MC48_ECCD       0xF0064010          Memory ECC Detection Register
MC48_ETRR0      0xF0064012          Error Tracking Register 0
MC48_ETRR1      0xF0064014          Error Tracking Register 1
MC48_ETRR2      0xF0064016          Error Tracking Register 2
MC48_ETRR3      0xF0064018          Error Tracking Register 3
MC48_ETRR4      0xF006401A          Error Tracking Register 4
MC48_RDBFL0     0xF00640A0          Read Data and Bit Flip Register 0
MC48_RDBFL1     0xF00640A2          Read Data and Bit Flip Register 1
MC48_RDBFL2     0xF00640A4          Read Data and Bit Flip Register 2
MC48_RDBFL3     0xF00640A6          Read Data and Bit Flip Register 3
MC48_RDBFL4     0xF00640A8          Read Data and Bit Flip Register 4
MC48_RDBFL5     0xF00640AA          Read Data and Bit Flip Register 5
MC48_RDBFL6     0xF00640AC          Read Data and Bit Flip Register 6
MC48_RDBFL7     0xF00640AE          Read Data and Bit Flip Register 7
MC48_RDBFL8     0xF00640B0          Read Data and Bit Flip Register 8
MC48_RDBFL9     0xF00640B2          Read Data and Bit Flip Register 9
MC48_RDBFL10    0xF00640B4          Read Data and Bit Flip Register 10
MC48_RDBFL11    0xF00640B6          Read Data and Bit Flip Register 11
MC48_RDBFL12    0xF00640B8          Read Data and Bit Flip Register 12
MC48_RDBFL13    0xF00640BA          Read Data and Bit Flip Register 13
MC48_RDBFL14    0xF00640BC          Read Data and Bit Flip Register 14
MC48_RDBFL15    0xF00640BE          Read Data and Bit Flip Register 15
MC48_RDBFL16    0xF00640C0          Read Data and Bit Flip Register 16
MC48_RDBFL17    0xF00640C2          Read Data and Bit Flip Register 17
MC48_RDBFL18    0xF00640C4          Read Data and Bit Flip Register 18
MC48_RDBFL19    0xF00640C6          Read Data and Bit Flip Register 19
MC48_RDBFL20    0xF00640C8          Read Data and Bit Flip Register 20
MC48_RDBFL21    0xF00640CA          Read Data and Bit Flip Register 21
MC48_RDBFL22    0xF00640CC          Read Data and Bit Flip Register 22
MC48_RDBFL23    0xF00640CE          Read Data and Bit Flip Register 23
MC48_RDBFL24    0xF00640D0          Read Data and Bit Flip Register 24
MC48_RDBFL25    0xF00640D2          Read Data and Bit Flip Register 25
MC48_RDBFL26    0xF00640D4          Read Data and Bit Flip Register 26
MC48_RDBFL27    0xF00640D6          Read Data and Bit Flip Register 27
MC48_RDBFL28    0xF00640D8          Read Data and Bit Flip Register 28
MC48_RDBFL29    0xF00640DA          Read Data and Bit Flip Register 29
MC48_RDBFL30    0xF00640DC          Read Data and Bit Flip Register 30
MC48_RDBFL31    0xF00640DE          Read Data and Bit Flip Register 31
MC48_RDBFL32    0xF00640E0          Read Data and Bit Flip Register 32
MC48_RDBFL33    0xF00640E2          Read Data and Bit Flip Register 33
MC48_RDBFL34    0xF00640E4          Read Data and Bit Flip Register 34
MC48_RDBFL35    0xF00640E6          Read Data and Bit Flip Register 35
MC48_RDBFL36    0xF00640E8          Read Data and Bit Flip Register 36
MC48_RDBFL37    0xF00640EA          Read Data and Bit Flip Register 37
MC48_RDBFL38    0xF00640EC          Read Data and Bit Flip Register 38
MC48_RDBFL39    0xF00640EE          Read Data and Bit Flip Register 39
MC49_CONFIG0    0xF0064100          Configuration Register 0
MC49_CONFIG1    0xF0064102          Configuration Register 1
MC49_MCONTROL   0xF0064104          MBIST Control Register
MC49_MSTATUS    0xF0064106          Status Register
MC49_RANGE      0xF0064108          Range Register, single address mode
MC49_REVID      0xF006410C          Revision ID Register
MC49_ECCS       0xF006410E          ECC Safety Register
MC49_ECCD       0xF0064110          Memory ECC Detection Register
MC49_ETRR0      0xF0064112          Error Tracking Register 0
MC49_ETRR1      0xF0064114          Error Tracking Register 1
MC49_ETRR2      0xF0064116          Error Tracking Register 2
MC49_ETRR3      0xF0064118          Error Tracking Register 3
MC49_ETRR4      0xF006411A          Error Tracking Register 4
MC49_RDBFL0     0xF00641A0          Read Data and Bit Flip Register 0
MC49_RDBFL1     0xF00641A2          Read Data and Bit Flip Register 1
MC49_RDBFL2     0xF00641A4          Read Data and Bit Flip Register 2
MC49_RDBFL3     0xF00641A6          Read Data and Bit Flip Register 3
MC49_RDBFL4     0xF00641A8          Read Data and Bit Flip Register 4
MC49_RDBFL5     0xF00641AA          Read Data and Bit Flip Register 5
MC49_RDBFL6     0xF00641AC          Read Data and Bit Flip Register 6
MC49_RDBFL7     0xF00641AE          Read Data and Bit Flip Register 7
MC49_RDBFL8     0xF00641B0          Read Data and Bit Flip Register 8
MC49_RDBFL9     0xF00641B2          Read Data and Bit Flip Register 9
MC49_RDBFL10    0xF00641B4          Read Data and Bit Flip Register 10
MC49_RDBFL11    0xF00641B6          Read Data and Bit Flip Register 11
MC49_RDBFL12    0xF00641B8          Read Data and Bit Flip Register 12
MC49_RDBFL13    0xF00641BA          Read Data and Bit Flip Register 13
MC49_RDBFL14    0xF00641BC          Read Data and Bit Flip Register 14
MC49_RDBFL15    0xF00641BE          Read Data and Bit Flip Register 15
MC49_RDBFL16    0xF00641C0          Read Data and Bit Flip Register 16
MC49_RDBFL17    0xF00641C2          Read Data and Bit Flip Register 17
MC49_RDBFL18    0xF00641C4          Read Data and Bit Flip Register 18
MC49_RDBFL19    0xF00641C6          Read Data and Bit Flip Register 19
MC49_RDBFL20    0xF00641C8          Read Data and Bit Flip Register 20
MC49_RDBFL21    0xF00641CA          Read Data and Bit Flip Register 21
MC49_RDBFL22    0xF00641CC          Read Data and Bit Flip Register 22
MC49_RDBFL23    0xF00641CE          Read Data and Bit Flip Register 23
MC49_RDBFL24    0xF00641D0          Read Data and Bit Flip Register 24
MC49_RDBFL25    0xF00641D2          Read Data and Bit Flip Register 25
MC49_RDBFL26    0xF00641D4          Read Data and Bit Flip Register 26
MC49_RDBFL27    0xF00641D6          Read Data and Bit Flip Register 27
MC49_RDBFL28    0xF00641D8          Read Data and Bit Flip Register 28
MC49_RDBFL29    0xF00641DA          Read Data and Bit Flip Register 29
MC49_RDBFL30    0xF00641DC          Read Data and Bit Flip Register 30
MC49_RDBFL31    0xF00641DE          Read Data and Bit Flip Register 31
MC49_RDBFL32    0xF00641E0          Read Data and Bit Flip Register 32
MC49_RDBFL33    0xF00641E2          Read Data and Bit Flip Register 33
MC49_RDBFL34    0xF00641E4          Read Data and Bit Flip Register 34
MC49_RDBFL35    0xF00641E6          Read Data and Bit Flip Register 35
MC49_RDBFL36    0xF00641E8          Read Data and Bit Flip Register 36
MC49_RDBFL37    0xF00641EA          Read Data and Bit Flip Register 37
MC49_RDBFL38    0xF00641EC          Read Data and Bit Flip Register 38
MC49_RDBFL39    0xF00641EE          Read Data and Bit Flip Register 39
MC50_CONFIG0    0xF0064200          Configuration Register 0
MC50_CONFIG1    0xF0064202          Configuration Register 1
MC50_MCONTROL   0xF0064204          MBIST Control Register
MC50_MSTATUS    0xF0064206          Status Register
MC50_RANGE      0xF0064208          Range Register, single address mode
MC50_REVID      0xF006420C          Revision ID Register
MC50_ECCS       0xF006420E          ECC Safety Register
MC50_ECCD       0xF0064210          Memory ECC Detection Register
MC50_ETRR0      0xF0064212          Error Tracking Register 0
MC50_ETRR1      0xF0064214          Error Tracking Register 1
MC50_ETRR2      0xF0064216          Error Tracking Register 2
MC50_ETRR3      0xF0064218          Error Tracking Register 3
MC50_ETRR4      0xF006421A          Error Tracking Register 4
MC50_RDBFL0     0xF00642A0          Read Data and Bit Flip Register 0
MC50_RDBFL1     0xF00642A2          Read Data and Bit Flip Register 1
MC50_RDBFL2     0xF00642A4          Read Data and Bit Flip Register 2
MC50_RDBFL3     0xF00642A6          Read Data and Bit Flip Register 3
MC50_RDBFL4     0xF00642A8          Read Data and Bit Flip Register 4
MC50_RDBFL5     0xF00642AA          Read Data and Bit Flip Register 5
MC50_RDBFL6     0xF00642AC          Read Data and Bit Flip Register 6
MC50_RDBFL7     0xF00642AE          Read Data and Bit Flip Register 7
MC50_RDBFL8     0xF00642B0          Read Data and Bit Flip Register 8
MC50_RDBFL9     0xF00642B2          Read Data and Bit Flip Register 9
MC50_RDBFL10    0xF00642B4          Read Data and Bit Flip Register 10
MC50_RDBFL11    0xF00642B6          Read Data and Bit Flip Register 11
MC50_RDBFL12    0xF00642B8          Read Data and Bit Flip Register 12
MC50_RDBFL13    0xF00642BA          Read Data and Bit Flip Register 13
MC50_RDBFL14    0xF00642BC          Read Data and Bit Flip Register 14
MC50_RDBFL15    0xF00642BE          Read Data and Bit Flip Register 15
MC50_RDBFL16    0xF00642C0          Read Data and Bit Flip Register 16
MC50_RDBFL17    0xF00642C2          Read Data and Bit Flip Register 17
MC50_RDBFL18    0xF00642C4          Read Data and Bit Flip Register 18
MC50_RDBFL19    0xF00642C6          Read Data and Bit Flip Register 19
MC50_RDBFL20    0xF00642C8          Read Data and Bit Flip Register 20
MC50_RDBFL21    0xF00642CA          Read Data and Bit Flip Register 21
MC50_RDBFL22    0xF00642CC          Read Data and Bit Flip Register 22
MC50_RDBFL23    0xF00642CE          Read Data and Bit Flip Register 23
MC50_RDBFL24    0xF00642D0          Read Data and Bit Flip Register 24
MC50_RDBFL25    0xF00642D2          Read Data and Bit Flip Register 25
MC50_RDBFL26    0xF00642D4          Read Data and Bit Flip Register 26
MC50_RDBFL27    0xF00642D6          Read Data and Bit Flip Register 27
MC50_RDBFL28    0xF00642D8          Read Data and Bit Flip Register 28
MC50_RDBFL29    0xF00642DA          Read Data and Bit Flip Register 29
MC50_RDBFL30    0xF00642DC          Read Data and Bit Flip Register 30
MC50_RDBFL31    0xF00642DE          Read Data and Bit Flip Register 31
MC50_RDBFL32    0xF00642E0          Read Data and Bit Flip Register 32
MC50_RDBFL33    0xF00642E2          Read Data and Bit Flip Register 33
MC50_RDBFL34    0xF00642E4          Read Data and Bit Flip Register 34
MC50_RDBFL35    0xF00642E6          Read Data and Bit Flip Register 35
MC50_RDBFL36    0xF00642E8          Read Data and Bit Flip Register 36
MC50_RDBFL37    0xF00642EA          Read Data and Bit Flip Register 37
MC50_RDBFL38    0xF00642EC          Read Data and Bit Flip Register 38
MC50_RDBFL39    0xF00642EE          Read Data and Bit Flip Register 39
MC51_CONFIG0    0xF0064300          Configuration Register 0
MC51_CONFIG1    0xF0064302          Configuration Register 1
MC51_MCONTROL   0xF0064304          MBIST Control Register
MC51_MSTATUS    0xF0064306          Status Register
MC51_RANGE      0xF0064308          Range Register, single address mode
MC51_REVID      0xF006430C          Revision ID Register
MC51_ECCS       0xF006430E          ECC Safety Register
MC51_ECCD       0xF0064310          Memory ECC Detection Register
MC51_ETRR0      0xF0064312          Error Tracking Register 0
MC51_ETRR1      0xF0064314          Error Tracking Register 1
MC51_ETRR2      0xF0064316          Error Tracking Register 2
MC51_ETRR3      0xF0064318          Error Tracking Register 3
MC51_ETRR4      0xF006431A          Error Tracking Register 4
MC51_RDBFL0     0xF00643A0          Read Data and Bit Flip Register 0
MC51_RDBFL1     0xF00643A2          Read Data and Bit Flip Register 1
MC51_RDBFL2     0xF00643A4          Read Data and Bit Flip Register 2
MC51_RDBFL3     0xF00643A6          Read Data and Bit Flip Register 3
MC51_RDBFL4     0xF00643A8          Read Data and Bit Flip Register 4
MC51_RDBFL5     0xF00643AA          Read Data and Bit Flip Register 5
MC51_RDBFL6     0xF00643AC          Read Data and Bit Flip Register 6
MC51_RDBFL7     0xF00643AE          Read Data and Bit Flip Register 7
MC51_RDBFL8     0xF00643B0          Read Data and Bit Flip Register 8
MC51_RDBFL9     0xF00643B2          Read Data and Bit Flip Register 9
MC51_RDBFL10    0xF00643B4          Read Data and Bit Flip Register 10
MC51_RDBFL11    0xF00643B6          Read Data and Bit Flip Register 11
MC51_RDBFL12    0xF00643B8          Read Data and Bit Flip Register 12
MC51_RDBFL13    0xF00643BA          Read Data and Bit Flip Register 13
MC51_RDBFL14    0xF00643BC          Read Data and Bit Flip Register 14
MC51_RDBFL15    0xF00643BE          Read Data and Bit Flip Register 15
MC51_RDBFL16    0xF00643C0          Read Data and Bit Flip Register 16
MC51_RDBFL17    0xF00643C2          Read Data and Bit Flip Register 17
MC51_RDBFL18    0xF00643C4          Read Data and Bit Flip Register 18
MC51_RDBFL19    0xF00643C6          Read Data and Bit Flip Register 19
MC51_RDBFL20    0xF00643C8          Read Data and Bit Flip Register 20
MC51_RDBFL21    0xF00643CA          Read Data and Bit Flip Register 21
MC51_RDBFL22    0xF00643CC          Read Data and Bit Flip Register 22
MC51_RDBFL23    0xF00643CE          Read Data and Bit Flip Register 23
MC51_RDBFL24    0xF00643D0          Read Data and Bit Flip Register 24
MC51_RDBFL25    0xF00643D2          Read Data and Bit Flip Register 25
MC51_RDBFL26    0xF00643D4          Read Data and Bit Flip Register 26
MC51_RDBFL27    0xF00643D6          Read Data and Bit Flip Register 27
MC51_RDBFL28    0xF00643D8          Read Data and Bit Flip Register 28
MC51_RDBFL29    0xF00643DA          Read Data and Bit Flip Register 29
MC51_RDBFL30    0xF00643DC          Read Data and Bit Flip Register 30
MC51_RDBFL31    0xF00643DE          Read Data and Bit Flip Register 31
MC51_RDBFL32    0xF00643E0          Read Data and Bit Flip Register 32
MC51_RDBFL33    0xF00643E2          Read Data and Bit Flip Register 33
MC51_RDBFL34    0xF00643E4          Read Data and Bit Flip Register 34
MC51_RDBFL35    0xF00643E6          Read Data and Bit Flip Register 35
MC51_RDBFL36    0xF00643E8          Read Data and Bit Flip Register 36
MC51_RDBFL37    0xF00643EA          Read Data and Bit Flip Register 37
MC51_RDBFL38    0xF00643EC          Read Data and Bit Flip Register 38
MC51_RDBFL39    0xF00643EE          Read Data and Bit Flip Register 39
MC52_CONFIG0    0xF0064400          Configuration Register 0
MC52_CONFIG1    0xF0064402          Configuration Register 1
MC52_MCONTROL   0xF0064404          MBIST Control Register
MC52_MSTATUS    0xF0064406          Status Register
MC52_RANGE      0xF0064408          Range Register, single address mode
MC52_REVID      0xF006440C          Revision ID Register
MC52_ECCS       0xF006440E          ECC Safety Register
MC52_ECCD       0xF0064410          Memory ECC Detection Register
MC52_ETRR0      0xF0064412          Error Tracking Register 0
MC52_ETRR1      0xF0064414          Error Tracking Register 1
MC52_ETRR2      0xF0064416          Error Tracking Register 2
MC52_ETRR3      0xF0064418          Error Tracking Register 3
MC52_ETRR4      0xF006441A          Error Tracking Register 4
MC52_RDBFL0     0xF00644A0          Read Data and Bit Flip Register 0
MC52_RDBFL1     0xF00644A2          Read Data and Bit Flip Register 1
MC52_RDBFL2     0xF00644A4          Read Data and Bit Flip Register 2
MC52_RDBFL3     0xF00644A6          Read Data and Bit Flip Register 3
MC52_RDBFL4     0xF00644A8          Read Data and Bit Flip Register 4
MC52_RDBFL5     0xF00644AA          Read Data and Bit Flip Register 5
MC52_RDBFL6     0xF00644AC          Read Data and Bit Flip Register 6
MC52_RDBFL7     0xF00644AE          Read Data and Bit Flip Register 7
MC52_RDBFL8     0xF00644B0          Read Data and Bit Flip Register 8
MC52_RDBFL9     0xF00644B2          Read Data and Bit Flip Register 9
MC52_RDBFL10    0xF00644B4          Read Data and Bit Flip Register 10
MC52_RDBFL11    0xF00644B6          Read Data and Bit Flip Register 11
MC52_RDBFL12    0xF00644B8          Read Data and Bit Flip Register 12
MC52_RDBFL13    0xF00644BA          Read Data and Bit Flip Register 13
MC52_RDBFL14    0xF00644BC          Read Data and Bit Flip Register 14
MC52_RDBFL15    0xF00644BE          Read Data and Bit Flip Register 15
MC52_RDBFL16    0xF00644C0          Read Data and Bit Flip Register 16
MC52_RDBFL17    0xF00644C2          Read Data and Bit Flip Register 17
MC52_RDBFL18    0xF00644C4          Read Data and Bit Flip Register 18
MC52_RDBFL19    0xF00644C6          Read Data and Bit Flip Register 19
MC52_RDBFL20    0xF00644C8          Read Data and Bit Flip Register 20
MC52_RDBFL21    0xF00644CA          Read Data and Bit Flip Register 21
MC52_RDBFL22    0xF00644CC          Read Data and Bit Flip Register 22
MC52_RDBFL23    0xF00644CE          Read Data and Bit Flip Register 23
MC52_RDBFL24    0xF00644D0          Read Data and Bit Flip Register 24
MC52_RDBFL25    0xF00644D2          Read Data and Bit Flip Register 25
MC52_RDBFL26    0xF00644D4          Read Data and Bit Flip Register 26
MC52_RDBFL27    0xF00644D6          Read Data and Bit Flip Register 27
MC52_RDBFL28    0xF00644D8          Read Data and Bit Flip Register 28
MC52_RDBFL29    0xF00644DA          Read Data and Bit Flip Register 29
MC52_RDBFL30    0xF00644DC          Read Data and Bit Flip Register 30
MC52_RDBFL31    0xF00644DE          Read Data and Bit Flip Register 31
MC52_RDBFL32    0xF00644E0          Read Data and Bit Flip Register 32
MC52_RDBFL33    0xF00644E2          Read Data and Bit Flip Register 33
MC52_RDBFL34    0xF00644E4          Read Data and Bit Flip Register 34
MC52_RDBFL35    0xF00644E6          Read Data and Bit Flip Register 35
MC52_RDBFL36    0xF00644E8          Read Data and Bit Flip Register 36
MC52_RDBFL37    0xF00644EA          Read Data and Bit Flip Register 37
MC52_RDBFL38    0xF00644EC          Read Data and Bit Flip Register 38
MC52_RDBFL39    0xF00644EE          Read Data and Bit Flip Register 39
MC53_CONFIG0    0xF0064500          Configuration Register 0
MC53_CONFIG1    0xF0064502          Configuration Register 1
MC53_MCONTROL   0xF0064504          MBIST Control Register
MC53_MSTATUS    0xF0064506          Status Register
MC53_RANGE      0xF0064508          Range Register, single address mode
MC53_REVID      0xF006450C          Revision ID Register
MC53_ECCS       0xF006450E          ECC Safety Register
MC53_ECCD       0xF0064510          Memory ECC Detection Register
MC53_ETRR0      0xF0064512          Error Tracking Register 0
MC53_ETRR1      0xF0064514          Error Tracking Register 1
MC53_ETRR2      0xF0064516          Error Tracking Register 2
MC53_ETRR3      0xF0064518          Error Tracking Register 3
MC53_ETRR4      0xF006451A          Error Tracking Register 4
MC53_RDBFL0     0xF00645A0          Read Data and Bit Flip Register 0
MC53_RDBFL1     0xF00645A2          Read Data and Bit Flip Register 1
MC53_RDBFL2     0xF00645A4          Read Data and Bit Flip Register 2
MC53_RDBFL3     0xF00645A6          Read Data and Bit Flip Register 3
MC53_RDBFL4     0xF00645A8          Read Data and Bit Flip Register 4
MC53_RDBFL5     0xF00645AA          Read Data and Bit Flip Register 5
MC53_RDBFL6     0xF00645AC          Read Data and Bit Flip Register 6
MC53_RDBFL7     0xF00645AE          Read Data and Bit Flip Register 7
MC53_RDBFL8     0xF00645B0          Read Data and Bit Flip Register 8
MC53_RDBFL9     0xF00645B2          Read Data and Bit Flip Register 9
MC53_RDBFL10    0xF00645B4          Read Data and Bit Flip Register 10
MC53_RDBFL11    0xF00645B6          Read Data and Bit Flip Register 11
MC53_RDBFL12    0xF00645B8          Read Data and Bit Flip Register 12
MC53_RDBFL13    0xF00645BA          Read Data and Bit Flip Register 13
MC53_RDBFL14    0xF00645BC          Read Data and Bit Flip Register 14
MC53_RDBFL15    0xF00645BE          Read Data and Bit Flip Register 15
MC53_RDBFL16    0xF00645C0          Read Data and Bit Flip Register 16
MC53_RDBFL17    0xF00645C2          Read Data and Bit Flip Register 17
MC53_RDBFL18    0xF00645C4          Read Data and Bit Flip Register 18
MC53_RDBFL19    0xF00645C6          Read Data and Bit Flip Register 19
MC53_RDBFL20    0xF00645C8          Read Data and Bit Flip Register 20
MC53_RDBFL21    0xF00645CA          Read Data and Bit Flip Register 21
MC53_RDBFL22    0xF00645CC          Read Data and Bit Flip Register 22
MC53_RDBFL23    0xF00645CE          Read Data and Bit Flip Register 23
MC53_RDBFL24    0xF00645D0          Read Data and Bit Flip Register 24
MC53_RDBFL25    0xF00645D2          Read Data and Bit Flip Register 25
MC53_RDBFL26    0xF00645D4          Read Data and Bit Flip Register 26
MC53_RDBFL27    0xF00645D6          Read Data and Bit Flip Register 27
MC53_RDBFL28    0xF00645D8          Read Data and Bit Flip Register 28
MC53_RDBFL29    0xF00645DA          Read Data and Bit Flip Register 29
MC53_RDBFL30    0xF00645DC          Read Data and Bit Flip Register 30
MC53_RDBFL31    0xF00645DE          Read Data and Bit Flip Register 31
MC53_RDBFL32    0xF00645E0          Read Data and Bit Flip Register 32
MC53_RDBFL33    0xF00645E2          Read Data and Bit Flip Register 33
MC53_RDBFL34    0xF00645E4          Read Data and Bit Flip Register 34
MC53_RDBFL35    0xF00645E6          Read Data and Bit Flip Register 35
MC53_RDBFL36    0xF00645E8          Read Data and Bit Flip Register 36
MC53_RDBFL37    0xF00645EA          Read Data and Bit Flip Register 37
MC53_RDBFL38    0xF00645EC          Read Data and Bit Flip Register 38
MC53_RDBFL39    0xF00645EE          Read Data and Bit Flip Register 39
MC54_CONFIG0    0xF0064600          Configuration Register 0
MC54_CONFIG1    0xF0064602          Configuration Register 1
MC54_MCONTROL   0xF0064604          MBIST Control Register
MC54_MSTATUS    0xF0064606          Status Register
MC54_RANGE      0xF0064608          Range Register, single address mode
MC54_REVID      0xF006460C          Revision ID Register
MC54_ECCS       0xF006460E          ECC Safety Register
MC54_ECCD       0xF0064610          Memory ECC Detection Register
MC54_ETRR0      0xF0064612          Error Tracking Register 0
MC54_ETRR1      0xF0064614          Error Tracking Register 1
MC54_ETRR2      0xF0064616          Error Tracking Register 2
MC54_ETRR3      0xF0064618          Error Tracking Register 3
MC54_ETRR4      0xF006461A          Error Tracking Register 4
MC54_RDBFL0     0xF00646A0          Read Data and Bit Flip Register 0
MC54_RDBFL1     0xF00646A2          Read Data and Bit Flip Register 1
MC54_RDBFL2     0xF00646A4          Read Data and Bit Flip Register 2
MC54_RDBFL3     0xF00646A6          Read Data and Bit Flip Register 3
MC54_RDBFL4     0xF00646A8          Read Data and Bit Flip Register 4
MC54_RDBFL5     0xF00646AA          Read Data and Bit Flip Register 5
MC54_RDBFL6     0xF00646AC          Read Data and Bit Flip Register 6
MC54_RDBFL7     0xF00646AE          Read Data and Bit Flip Register 7
MC54_RDBFL8     0xF00646B0          Read Data and Bit Flip Register 8
MC54_RDBFL9     0xF00646B2          Read Data and Bit Flip Register 9
MC54_RDBFL10    0xF00646B4          Read Data and Bit Flip Register 10
MC54_RDBFL11    0xF00646B6          Read Data and Bit Flip Register 11
MC54_RDBFL12    0xF00646B8          Read Data and Bit Flip Register 12
MC54_RDBFL13    0xF00646BA          Read Data and Bit Flip Register 13
MC54_RDBFL14    0xF00646BC          Read Data and Bit Flip Register 14
MC54_RDBFL15    0xF00646BE          Read Data and Bit Flip Register 15
MC54_RDBFL16    0xF00646C0          Read Data and Bit Flip Register 16
MC54_RDBFL17    0xF00646C2          Read Data and Bit Flip Register 17
MC54_RDBFL18    0xF00646C4          Read Data and Bit Flip Register 18
MC54_RDBFL19    0xF00646C6          Read Data and Bit Flip Register 19
MC54_RDBFL20    0xF00646C8          Read Data and Bit Flip Register 20
MC54_RDBFL21    0xF00646CA          Read Data and Bit Flip Register 21
MC54_RDBFL22    0xF00646CC          Read Data and Bit Flip Register 22
MC54_RDBFL23    0xF00646CE          Read Data and Bit Flip Register 23
MC54_RDBFL24    0xF00646D0          Read Data and Bit Flip Register 24
MC54_RDBFL25    0xF00646D2          Read Data and Bit Flip Register 25
MC54_RDBFL26    0xF00646D4          Read Data and Bit Flip Register 26
MC54_RDBFL27    0xF00646D6          Read Data and Bit Flip Register 27
MC54_RDBFL28    0xF00646D8          Read Data and Bit Flip Register 28
MC54_RDBFL29    0xF00646DA          Read Data and Bit Flip Register 29
MC54_RDBFL30    0xF00646DC          Read Data and Bit Flip Register 30
MC54_RDBFL31    0xF00646DE          Read Data and Bit Flip Register 31
MC54_RDBFL32    0xF00646E0          Read Data and Bit Flip Register 32
MC54_RDBFL33    0xF00646E2          Read Data and Bit Flip Register 33
MC54_RDBFL34    0xF00646E4          Read Data and Bit Flip Register 34
MC54_RDBFL35    0xF00646E6          Read Data and Bit Flip Register 35
MC54_RDBFL36    0xF00646E8          Read Data and Bit Flip Register 36
MC54_RDBFL37    0xF00646EA          Read Data and Bit Flip Register 37
MC54_RDBFL38    0xF00646EC          Read Data and Bit Flip Register 38
MC54_RDBFL39    0xF00646EE          Read Data and Bit Flip Register 39
MC55_CONFIG0    0xF0064700          Configuration Register 0
MC55_CONFIG1    0xF0064702          Configuration Register 1
MC55_MCONTROL   0xF0064704          MBIST Control Register
MC55_MSTATUS    0xF0064706          Status Register
MC55_RANGE      0xF0064708          Range Register, single address mode
MC55_REVID      0xF006470C          Revision ID Register
MC55_ECCS       0xF006470E          ECC Safety Register
MC55_ECCD       0xF0064710          Memory ECC Detection Register
MC55_ETRR0      0xF0064712          Error Tracking Register 0
MC55_ETRR1      0xF0064714          Error Tracking Register 1
MC55_ETRR2      0xF0064716          Error Tracking Register 2
MC55_ETRR3      0xF0064718          Error Tracking Register 3
MC55_ETRR4      0xF006471A          Error Tracking Register 4
MC55_RDBFL0     0xF00647A0          Read Data and Bit Flip Register 0
MC55_RDBFL1     0xF00647A2          Read Data and Bit Flip Register 1
MC55_RDBFL2     0xF00647A4          Read Data and Bit Flip Register 2
MC55_RDBFL3     0xF00647A6          Read Data and Bit Flip Register 3
MC55_RDBFL4     0xF00647A8          Read Data and Bit Flip Register 4
MC55_RDBFL5     0xF00647AA          Read Data and Bit Flip Register 5
MC55_RDBFL6     0xF00647AC          Read Data and Bit Flip Register 6
MC55_RDBFL7     0xF00647AE          Read Data and Bit Flip Register 7
MC55_RDBFL8     0xF00647B0          Read Data and Bit Flip Register 8
MC55_RDBFL9     0xF00647B2          Read Data and Bit Flip Register 9
MC55_RDBFL10    0xF00647B4          Read Data and Bit Flip Register 10
MC55_RDBFL11    0xF00647B6          Read Data and Bit Flip Register 11
MC55_RDBFL12    0xF00647B8          Read Data and Bit Flip Register 12
MC55_RDBFL13    0xF00647BA          Read Data and Bit Flip Register 13
MC55_RDBFL14    0xF00647BC          Read Data and Bit Flip Register 14
MC55_RDBFL15    0xF00647BE          Read Data and Bit Flip Register 15
MC55_RDBFL16    0xF00647C0          Read Data and Bit Flip Register 16
MC55_RDBFL17    0xF00647C2          Read Data and Bit Flip Register 17
MC55_RDBFL18    0xF00647C4          Read Data and Bit Flip Register 18
MC55_RDBFL19    0xF00647C6          Read Data and Bit Flip Register 19
MC55_RDBFL20    0xF00647C8          Read Data and Bit Flip Register 20
MC55_RDBFL21    0xF00647CA          Read Data and Bit Flip Register 21
MC55_RDBFL22    0xF00647CC          Read Data and Bit Flip Register 22
MC55_RDBFL23    0xF00647CE          Read Data and Bit Flip Register 23
MC55_RDBFL24    0xF00647D0          Read Data and Bit Flip Register 24
MC55_RDBFL25    0xF00647D2          Read Data and Bit Flip Register 25
MC55_RDBFL26    0xF00647D4          Read Data and Bit Flip Register 26
MC55_RDBFL27    0xF00647D6          Read Data and Bit Flip Register 27
MC55_RDBFL28    0xF00647D8          Read Data and Bit Flip Register 28
MC55_RDBFL29    0xF00647DA          Read Data and Bit Flip Register 29
MC55_RDBFL30    0xF00647DC          Read Data and Bit Flip Register 30
MC55_RDBFL31    0xF00647DE          Read Data and Bit Flip Register 31
MC55_RDBFL32    0xF00647E0          Read Data and Bit Flip Register 32
MC55_RDBFL33    0xF00647E2          Read Data and Bit Flip Register 33
MC55_RDBFL34    0xF00647E4          Read Data and Bit Flip Register 34
MC55_RDBFL35    0xF00647E6          Read Data and Bit Flip Register 35
MC55_RDBFL36    0xF00647E8          Read Data and Bit Flip Register 36
MC55_RDBFL37    0xF00647EA          Read Data and Bit Flip Register 37
MC55_RDBFL38    0xF00647EC          Read Data and Bit Flip Register 38
MC55_RDBFL39    0xF00647EE          Read Data and Bit Flip Register 39
MC56_CONFIG0    0xF0064800          Configuration Register 0
MC56_CONFIG1    0xF0064802          Configuration Register 1
MC56_MCONTROL   0xF0064804          MBIST Control Register
MC56_MSTATUS    0xF0064806          Status Register
MC56_RANGE      0xF0064808          Range Register, single address mode
MC56_REVID      0xF006480C          Revision ID Register
MC56_ECCS       0xF006480E          ECC Safety Register
MC56_ECCD       0xF0064810          Memory ECC Detection Register
MC56_ETRR0      0xF0064812          Error Tracking Register 0
MC56_ETRR1      0xF0064814          Error Tracking Register 1
MC56_ETRR2      0xF0064816          Error Tracking Register 2
MC56_ETRR3      0xF0064818          Error Tracking Register 3
MC56_ETRR4      0xF006481A          Error Tracking Register 4
MC56_RDBFL0     0xF00648A0          Read Data and Bit Flip Register 0
MC56_RDBFL1     0xF00648A2          Read Data and Bit Flip Register 1
MC56_RDBFL2     0xF00648A4          Read Data and Bit Flip Register 2
MC56_RDBFL3     0xF00648A6          Read Data and Bit Flip Register 3
MC56_RDBFL4     0xF00648A8          Read Data and Bit Flip Register 4
MC56_RDBFL5     0xF00648AA          Read Data and Bit Flip Register 5
MC56_RDBFL6     0xF00648AC          Read Data and Bit Flip Register 6
MC56_RDBFL7     0xF00648AE          Read Data and Bit Flip Register 7
MC56_RDBFL8     0xF00648B0          Read Data and Bit Flip Register 8
MC56_RDBFL9     0xF00648B2          Read Data and Bit Flip Register 9
MC56_RDBFL10    0xF00648B4          Read Data and Bit Flip Register 10
MC56_RDBFL11    0xF00648B6          Read Data and Bit Flip Register 11
MC56_RDBFL12    0xF00648B8          Read Data and Bit Flip Register 12
MC56_RDBFL13    0xF00648BA          Read Data and Bit Flip Register 13
MC56_RDBFL14    0xF00648BC          Read Data and Bit Flip Register 14
MC56_RDBFL15    0xF00648BE          Read Data and Bit Flip Register 15
MC56_RDBFL16    0xF00648C0          Read Data and Bit Flip Register 16
MC56_RDBFL17    0xF00648C2          Read Data and Bit Flip Register 17
MC56_RDBFL18    0xF00648C4          Read Data and Bit Flip Register 18
MC56_RDBFL19    0xF00648C6          Read Data and Bit Flip Register 19
MC56_RDBFL20    0xF00648C8          Read Data and Bit Flip Register 20
MC56_RDBFL21    0xF00648CA          Read Data and Bit Flip Register 21
MC56_RDBFL22    0xF00648CC          Read Data and Bit Flip Register 22
MC56_RDBFL23    0xF00648CE          Read Data and Bit Flip Register 23
MC56_RDBFL24    0xF00648D0          Read Data and Bit Flip Register 24
MC56_RDBFL25    0xF00648D2          Read Data and Bit Flip Register 25
MC56_RDBFL26    0xF00648D4          Read Data and Bit Flip Register 26
MC56_RDBFL27    0xF00648D6          Read Data and Bit Flip Register 27
MC56_RDBFL28    0xF00648D8          Read Data and Bit Flip Register 28
MC56_RDBFL29    0xF00648DA          Read Data and Bit Flip Register 29
MC56_RDBFL30    0xF00648DC          Read Data and Bit Flip Register 30
MC56_RDBFL31    0xF00648DE          Read Data and Bit Flip Register 31
MC56_RDBFL32    0xF00648E0          Read Data and Bit Flip Register 32
MC56_RDBFL33    0xF00648E2          Read Data and Bit Flip Register 33
MC56_RDBFL34    0xF00648E4          Read Data and Bit Flip Register 34
MC56_RDBFL35    0xF00648E6          Read Data and Bit Flip Register 35
MC56_RDBFL36    0xF00648E8          Read Data and Bit Flip Register 36
MC56_RDBFL37    0xF00648EA          Read Data and Bit Flip Register 37
MC56_RDBFL38    0xF00648EC          Read Data and Bit Flip Register 38
MC56_RDBFL39    0xF00648EE          Read Data and Bit Flip Register 39
MC57_CONFIG0    0xF0064900          Configuration Register 0
MC57_CONFIG1    0xF0064902          Configuration Register 1
MC57_MCONTROL   0xF0064904          MBIST Control Register
MC57_MSTATUS    0xF0064906          Status Register
MC57_RANGE      0xF0064908          Range Register, single address mode
MC57_REVID      0xF006490C          Revision ID Register
MC57_ECCS       0xF006490E          ECC Safety Register
MC57_ECCD       0xF0064910          Memory ECC Detection Register
MC57_ETRR0      0xF0064912          Error Tracking Register 0
MC57_ETRR1      0xF0064914          Error Tracking Register 1
MC57_ETRR2      0xF0064916          Error Tracking Register 2
MC57_ETRR3      0xF0064918          Error Tracking Register 3
MC57_ETRR4      0xF006491A          Error Tracking Register 4
MC57_RDBFL0     0xF00649A0          Read Data and Bit Flip Register 0
MC57_RDBFL1     0xF00649A2          Read Data and Bit Flip Register 1
MC57_RDBFL2     0xF00649A4          Read Data and Bit Flip Register 2
MC57_RDBFL3     0xF00649A6          Read Data and Bit Flip Register 3
MC57_RDBFL4     0xF00649A8          Read Data and Bit Flip Register 4
MC57_RDBFL5     0xF00649AA          Read Data and Bit Flip Register 5
MC57_RDBFL6     0xF00649AC          Read Data and Bit Flip Register 6
MC57_RDBFL7     0xF00649AE          Read Data and Bit Flip Register 7
MC57_RDBFL8     0xF00649B0          Read Data and Bit Flip Register 8
MC57_RDBFL9     0xF00649B2          Read Data and Bit Flip Register 9
MC57_RDBFL10    0xF00649B4          Read Data and Bit Flip Register 10
MC57_RDBFL11    0xF00649B6          Read Data and Bit Flip Register 11
MC57_RDBFL12    0xF00649B8          Read Data and Bit Flip Register 12
MC57_RDBFL13    0xF00649BA          Read Data and Bit Flip Register 13
MC57_RDBFL14    0xF00649BC          Read Data and Bit Flip Register 14
MC57_RDBFL15    0xF00649BE          Read Data and Bit Flip Register 15
MC57_RDBFL16    0xF00649C0          Read Data and Bit Flip Register 16
MC57_RDBFL17    0xF00649C2          Read Data and Bit Flip Register 17
MC57_RDBFL18    0xF00649C4          Read Data and Bit Flip Register 18
MC57_RDBFL19    0xF00649C6          Read Data and Bit Flip Register 19
MC57_RDBFL20    0xF00649C8          Read Data and Bit Flip Register 20
MC57_RDBFL21    0xF00649CA          Read Data and Bit Flip Register 21
MC57_RDBFL22    0xF00649CC          Read Data and Bit Flip Register 22
MC57_RDBFL23    0xF00649CE          Read Data and Bit Flip Register 23
MC57_RDBFL24    0xF00649D0          Read Data and Bit Flip Register 24
MC57_RDBFL25    0xF00649D2          Read Data and Bit Flip Register 25
MC57_RDBFL26    0xF00649D4          Read Data and Bit Flip Register 26
MC57_RDBFL27    0xF00649D6          Read Data and Bit Flip Register 27
MC57_RDBFL28    0xF00649D8          Read Data and Bit Flip Register 28
MC57_RDBFL29    0xF00649DA          Read Data and Bit Flip Register 29
MC57_RDBFL30    0xF00649DC          Read Data and Bit Flip Register 30
MC57_RDBFL31    0xF00649DE          Read Data and Bit Flip Register 31
MC57_RDBFL32    0xF00649E0          Read Data and Bit Flip Register 32
MC57_RDBFL33    0xF00649E2          Read Data and Bit Flip Register 33
MC57_RDBFL34    0xF00649E4          Read Data and Bit Flip Register 34
MC57_RDBFL35    0xF00649E6          Read Data and Bit Flip Register 35
MC57_RDBFL36    0xF00649E8          Read Data and Bit Flip Register 36
MC57_RDBFL37    0xF00649EA          Read Data and Bit Flip Register 37
MC57_RDBFL38    0xF00649EC          Read Data and Bit Flip Register 38
MC57_RDBFL39    0xF00649EE          Read Data and Bit Flip Register 39
MC58_CONFIG0    0xF0064A00          Configuration Register 0
MC58_CONFIG1    0xF0064A02          Configuration Register 1
MC58_MCONTROL   0xF0064A04          MBIST Control Register
MC58_MSTATUS    0xF0064A06          Status Register
MC58_RANGE      0xF0064A08          Range Register, single address mode
MC58_REVID      0xF0064A0C          Revision ID Register
MC58_ECCS       0xF0064A0E          ECC Safety Register
MC58_ECCD       0xF0064A10          Memory ECC Detection Register
MC58_ETRR0      0xF0064A12          Error Tracking Register 0
MC58_ETRR1      0xF0064A14          Error Tracking Register 1
MC58_ETRR2      0xF0064A16          Error Tracking Register 2
MC58_ETRR3      0xF0064A18          Error Tracking Register 3
MC58_ETRR4      0xF0064A1A          Error Tracking Register 4
MC58_RDBFL0     0xF0064AA0          Read Data and Bit Flip Register 0
MC58_RDBFL1     0xF0064AA2          Read Data and Bit Flip Register 1
MC58_RDBFL2     0xF0064AA4          Read Data and Bit Flip Register 2
MC58_RDBFL3     0xF0064AA6          Read Data and Bit Flip Register 3
MC58_RDBFL4     0xF0064AA8          Read Data and Bit Flip Register 4
MC58_RDBFL5     0xF0064AAA          Read Data and Bit Flip Register 5
MC58_RDBFL6     0xF0064AAC          Read Data and Bit Flip Register 6
MC58_RDBFL7     0xF0064AAE          Read Data and Bit Flip Register 7
MC58_RDBFL8     0xF0064AB0          Read Data and Bit Flip Register 8
MC58_RDBFL9     0xF0064AB2          Read Data and Bit Flip Register 9
MC58_RDBFL10    0xF0064AB4          Read Data and Bit Flip Register 10
MC58_RDBFL11    0xF0064AB6          Read Data and Bit Flip Register 11
MC58_RDBFL12    0xF0064AB8          Read Data and Bit Flip Register 12
MC58_RDBFL13    0xF0064ABA          Read Data and Bit Flip Register 13
MC58_RDBFL14    0xF0064ABC          Read Data and Bit Flip Register 14
MC58_RDBFL15    0xF0064ABE          Read Data and Bit Flip Register 15
MC58_RDBFL16    0xF0064AC0          Read Data and Bit Flip Register 16
MC58_RDBFL17    0xF0064AC2          Read Data and Bit Flip Register 17
MC58_RDBFL18    0xF0064AC4          Read Data and Bit Flip Register 18
MC58_RDBFL19    0xF0064AC6          Read Data and Bit Flip Register 19
MC58_RDBFL20    0xF0064AC8          Read Data and Bit Flip Register 20
MC58_RDBFL21    0xF0064ACA          Read Data and Bit Flip Register 21
MC58_RDBFL22    0xF0064ACC          Read Data and Bit Flip Register 22
MC58_RDBFL23    0xF0064ACE          Read Data and Bit Flip Register 23
MC58_RDBFL24    0xF0064AD0          Read Data and Bit Flip Register 24
MC58_RDBFL25    0xF0064AD2          Read Data and Bit Flip Register 25
MC58_RDBFL26    0xF0064AD4          Read Data and Bit Flip Register 26
MC58_RDBFL27    0xF0064AD6          Read Data and Bit Flip Register 27
MC58_RDBFL28    0xF0064AD8          Read Data and Bit Flip Register 28
MC58_RDBFL29    0xF0064ADA          Read Data and Bit Flip Register 29
MC58_RDBFL30    0xF0064ADC          Read Data and Bit Flip Register 30
MC58_RDBFL31    0xF0064ADE          Read Data and Bit Flip Register 31
MC58_RDBFL32    0xF0064AE0          Read Data and Bit Flip Register 32
MC58_RDBFL33    0xF0064AE2          Read Data and Bit Flip Register 33
MC58_RDBFL34    0xF0064AE4          Read Data and Bit Flip Register 34
MC58_RDBFL35    0xF0064AE6          Read Data and Bit Flip Register 35
MC58_RDBFL36    0xF0064AE8          Read Data and Bit Flip Register 36
MC58_RDBFL37    0xF0064AEA          Read Data and Bit Flip Register 37
MC58_RDBFL38    0xF0064AEC          Read Data and Bit Flip Register 38
MC58_RDBFL39    0xF0064AEE          Read Data and Bit Flip Register 39
MC59_CONFIG0    0xF0064B00          Configuration Register 0
MC59_CONFIG1    0xF0064B02          Configuration Register 1
MC59_MCONTROL   0xF0064B04          MBIST Control Register
MC59_MSTATUS    0xF0064B06          Status Register
MC59_RANGE      0xF0064B08          Range Register, single address mode
MC59_REVID      0xF0064B0C          Revision ID Register
MC59_ECCS       0xF0064B0E          ECC Safety Register
MC59_ECCD       0xF0064B10          Memory ECC Detection Register
MC59_ETRR0      0xF0064B12          Error Tracking Register 0
MC59_ETRR1      0xF0064B14          Error Tracking Register 1
MC59_ETRR2      0xF0064B16          Error Tracking Register 2
MC59_ETRR3      0xF0064B18          Error Tracking Register 3
MC59_ETRR4      0xF0064B1A          Error Tracking Register 4
MC59_RDBFL0     0xF0064BA0          Read Data and Bit Flip Register 0
MC59_RDBFL1     0xF0064BA2          Read Data and Bit Flip Register 1
MC59_RDBFL2     0xF0064BA4          Read Data and Bit Flip Register 2
MC59_RDBFL3     0xF0064BA6          Read Data and Bit Flip Register 3
MC59_RDBFL4     0xF0064BA8          Read Data and Bit Flip Register 4
MC59_RDBFL5     0xF0064BAA          Read Data and Bit Flip Register 5
MC59_RDBFL6     0xF0064BAC          Read Data and Bit Flip Register 6
MC59_RDBFL7     0xF0064BAE          Read Data and Bit Flip Register 7
MC59_RDBFL8     0xF0064BB0          Read Data and Bit Flip Register 8
MC59_RDBFL9     0xF0064BB2          Read Data and Bit Flip Register 9
MC59_RDBFL10    0xF0064BB4          Read Data and Bit Flip Register 10
MC59_RDBFL11    0xF0064BB6          Read Data and Bit Flip Register 11
MC59_RDBFL12    0xF0064BB8          Read Data and Bit Flip Register 12
MC59_RDBFL13    0xF0064BBA          Read Data and Bit Flip Register 13
MC59_RDBFL14    0xF0064BBC          Read Data and Bit Flip Register 14
MC59_RDBFL15    0xF0064BBE          Read Data and Bit Flip Register 15
MC59_RDBFL16    0xF0064BC0          Read Data and Bit Flip Register 16
MC59_RDBFL17    0xF0064BC2          Read Data and Bit Flip Register 17
MC59_RDBFL18    0xF0064BC4          Read Data and Bit Flip Register 18
MC59_RDBFL19    0xF0064BC6          Read Data and Bit Flip Register 19
MC59_RDBFL20    0xF0064BC8          Read Data and Bit Flip Register 20
MC59_RDBFL21    0xF0064BCA          Read Data and Bit Flip Register 21
MC59_RDBFL22    0xF0064BCC          Read Data and Bit Flip Register 22
MC59_RDBFL23    0xF0064BCE          Read Data and Bit Flip Register 23
MC59_RDBFL24    0xF0064BD0          Read Data and Bit Flip Register 24
MC59_RDBFL25    0xF0064BD2          Read Data and Bit Flip Register 25
MC59_RDBFL26    0xF0064BD4          Read Data and Bit Flip Register 26
MC59_RDBFL27    0xF0064BD6          Read Data and Bit Flip Register 27
MC59_RDBFL28    0xF0064BD8          Read Data and Bit Flip Register 28
MC59_RDBFL29    0xF0064BDA          Read Data and Bit Flip Register 29
MC59_RDBFL30    0xF0064BDC          Read Data and Bit Flip Register 30
MC59_RDBFL31    0xF0064BDE          Read Data and Bit Flip Register 31
MC59_RDBFL32    0xF0064BE0          Read Data and Bit Flip Register 32
MC59_RDBFL33    0xF0064BE2          Read Data and Bit Flip Register 33
MC59_RDBFL34    0xF0064BE4          Read Data and Bit Flip Register 34
MC59_RDBFL35    0xF0064BE6          Read Data and Bit Flip Register 35
MC59_RDBFL36    0xF0064BE8          Read Data and Bit Flip Register 36
MC59_RDBFL37    0xF0064BEA          Read Data and Bit Flip Register 37
MC59_RDBFL38    0xF0064BEC          Read Data and Bit Flip Register 38
MC59_RDBFL39    0xF0064BEE          Read Data and Bit Flip Register 39
MC60_CONFIG0    0xF0064C00          Configuration Register 0
MC60_CONFIG1    0xF0064C02          Configuration Register 1
MC60_MCONTROL   0xF0064C04          MBIST Control Register
MC60_MSTATUS    0xF0064C06          Status Register
MC60_RANGE      0xF0064C08          Range Register, single address mode
MC60_REVID      0xF0064C0C          Revision ID Register
MC60_ECCS       0xF0064C0E          ECC Safety Register
MC60_ECCD       0xF0064C10          Memory ECC Detection Register
MC60_ETRR0      0xF0064C12          Error Tracking Register 0
MC60_ETRR1      0xF0064C14          Error Tracking Register 1
MC60_ETRR2      0xF0064C16          Error Tracking Register 2
MC60_ETRR3      0xF0064C18          Error Tracking Register 3
MC60_ETRR4      0xF0064C1A          Error Tracking Register 4
MC60_RDBFL0     0xF0064CA0          Read Data and Bit Flip Register 0
MC60_RDBFL1     0xF0064CA2          Read Data and Bit Flip Register 1
MC60_RDBFL2     0xF0064CA4          Read Data and Bit Flip Register 2
MC60_RDBFL3     0xF0064CA6          Read Data and Bit Flip Register 3
MC60_RDBFL4     0xF0064CA8          Read Data and Bit Flip Register 4
MC60_RDBFL5     0xF0064CAA          Read Data and Bit Flip Register 5
MC60_RDBFL6     0xF0064CAC          Read Data and Bit Flip Register 6
MC60_RDBFL7     0xF0064CAE          Read Data and Bit Flip Register 7
MC60_RDBFL8     0xF0064CB0          Read Data and Bit Flip Register 8
MC60_RDBFL9     0xF0064CB2          Read Data and Bit Flip Register 9
MC60_RDBFL10    0xF0064CB4          Read Data and Bit Flip Register 10
MC60_RDBFL11    0xF0064CB6          Read Data and Bit Flip Register 11
MC60_RDBFL12    0xF0064CB8          Read Data and Bit Flip Register 12
MC60_RDBFL13    0xF0064CBA          Read Data and Bit Flip Register 13
MC60_RDBFL14    0xF0064CBC          Read Data and Bit Flip Register 14
MC60_RDBFL15    0xF0064CBE          Read Data and Bit Flip Register 15
MC60_RDBFL16    0xF0064CC0          Read Data and Bit Flip Register 16
MC60_RDBFL17    0xF0064CC2          Read Data and Bit Flip Register 17
MC60_RDBFL18    0xF0064CC4          Read Data and Bit Flip Register 18
MC60_RDBFL19    0xF0064CC6          Read Data and Bit Flip Register 19
MC60_RDBFL20    0xF0064CC8          Read Data and Bit Flip Register 20
MC60_RDBFL21    0xF0064CCA          Read Data and Bit Flip Register 21
MC60_RDBFL22    0xF0064CCC          Read Data and Bit Flip Register 22
MC60_RDBFL23    0xF0064CCE          Read Data and Bit Flip Register 23
MC60_RDBFL24    0xF0064CD0          Read Data and Bit Flip Register 24
MC60_RDBFL25    0xF0064CD2          Read Data and Bit Flip Register 25
MC60_RDBFL26    0xF0064CD4          Read Data and Bit Flip Register 26
MC60_RDBFL27    0xF0064CD6          Read Data and Bit Flip Register 27
MC60_RDBFL28    0xF0064CD8          Read Data and Bit Flip Register 28
MC60_RDBFL29    0xF0064CDA          Read Data and Bit Flip Register 29
MC60_RDBFL30    0xF0064CDC          Read Data and Bit Flip Register 30
MC60_RDBFL31    0xF0064CDE          Read Data and Bit Flip Register 31
MC60_RDBFL32    0xF0064CE0          Read Data and Bit Flip Register 32
MC60_RDBFL33    0xF0064CE2          Read Data and Bit Flip Register 33
MC60_RDBFL34    0xF0064CE4          Read Data and Bit Flip Register 34
MC60_RDBFL35    0xF0064CE6          Read Data and Bit Flip Register 35
MC60_RDBFL36    0xF0064CE8          Read Data and Bit Flip Register 36
MC60_RDBFL37    0xF0064CEA          Read Data and Bit Flip Register 37
MC60_RDBFL38    0xF0064CEC          Read Data and Bit Flip Register 38
MC60_RDBFL39    0xF0064CEE          Read Data and Bit Flip Register 39
MC61_CONFIG0    0xF0064D00          Configuration Register 0
MC61_CONFIG1    0xF0064D02          Configuration Register 1
MC61_MCONTROL   0xF0064D04          MBIST Control Register
MC61_MSTATUS    0xF0064D06          Status Register
MC61_RANGE      0xF0064D08          Range Register, single address mode
MC61_REVID      0xF0064D0C          Revision ID Register
MC61_ECCS       0xF0064D0E          ECC Safety Register
MC61_ECCD       0xF0064D10          Memory ECC Detection Register
MC61_ETRR0      0xF0064D12          Error Tracking Register 0
MC61_ETRR1      0xF0064D14          Error Tracking Register 1
MC61_ETRR2      0xF0064D16          Error Tracking Register 2
MC61_ETRR3      0xF0064D18          Error Tracking Register 3
MC61_ETRR4      0xF0064D1A          Error Tracking Register 4
MC61_RDBFL0     0xF0064DA0          Read Data and Bit Flip Register 0
MC61_RDBFL1     0xF0064DA2          Read Data and Bit Flip Register 1
MC61_RDBFL2     0xF0064DA4          Read Data and Bit Flip Register 2
MC61_RDBFL3     0xF0064DA6          Read Data and Bit Flip Register 3
MC61_RDBFL4     0xF0064DA8          Read Data and Bit Flip Register 4
MC61_RDBFL5     0xF0064DAA          Read Data and Bit Flip Register 5
MC61_RDBFL6     0xF0064DAC          Read Data and Bit Flip Register 6
MC61_RDBFL7     0xF0064DAE          Read Data and Bit Flip Register 7
MC61_RDBFL8     0xF0064DB0          Read Data and Bit Flip Register 8
MC61_RDBFL9     0xF0064DB2          Read Data and Bit Flip Register 9
MC61_RDBFL10    0xF0064DB4          Read Data and Bit Flip Register 10
MC61_RDBFL11    0xF0064DB6          Read Data and Bit Flip Register 11
MC61_RDBFL12    0xF0064DB8          Read Data and Bit Flip Register 12
MC61_RDBFL13    0xF0064DBA          Read Data and Bit Flip Register 13
MC61_RDBFL14    0xF0064DBC          Read Data and Bit Flip Register 14
MC61_RDBFL15    0xF0064DBE          Read Data and Bit Flip Register 15
MC61_RDBFL16    0xF0064DC0          Read Data and Bit Flip Register 16
MC61_RDBFL17    0xF0064DC2          Read Data and Bit Flip Register 17
MC61_RDBFL18    0xF0064DC4          Read Data and Bit Flip Register 18
MC61_RDBFL19    0xF0064DC6          Read Data and Bit Flip Register 19
MC61_RDBFL20    0xF0064DC8          Read Data and Bit Flip Register 20
MC61_RDBFL21    0xF0064DCA          Read Data and Bit Flip Register 21
MC61_RDBFL22    0xF0064DCC          Read Data and Bit Flip Register 22
MC61_RDBFL23    0xF0064DCE          Read Data and Bit Flip Register 23
MC61_RDBFL24    0xF0064DD0          Read Data and Bit Flip Register 24
MC61_RDBFL25    0xF0064DD2          Read Data and Bit Flip Register 25
MC61_RDBFL26    0xF0064DD4          Read Data and Bit Flip Register 26
MC61_RDBFL27    0xF0064DD6          Read Data and Bit Flip Register 27
MC61_RDBFL28    0xF0064DD8          Read Data and Bit Flip Register 28
MC61_RDBFL29    0xF0064DDA          Read Data and Bit Flip Register 29
MC61_RDBFL30    0xF0064DDC          Read Data and Bit Flip Register 30
MC61_RDBFL31    0xF0064DDE          Read Data and Bit Flip Register 31
MC61_RDBFL32    0xF0064DE0          Read Data and Bit Flip Register 32
MC61_RDBFL33    0xF0064DE2          Read Data and Bit Flip Register 33
MC61_RDBFL34    0xF0064DE4          Read Data and Bit Flip Register 34
MC61_RDBFL35    0xF0064DE6          Read Data and Bit Flip Register 35
MC61_RDBFL36    0xF0064DE8          Read Data and Bit Flip Register 36
MC61_RDBFL37    0xF0064DEA          Read Data and Bit Flip Register 37
MC61_RDBFL38    0xF0064DEC          Read Data and Bit Flip Register 38
MC61_RDBFL39    0xF0064DEE          Read Data and Bit Flip Register 39
MC62_CONFIG0    0xF0064E00          Configuration Register 0
MC62_CONFIG1    0xF0064E02          Configuration Register 1
MC62_MCONTROL   0xF0064E04          MBIST Control Register
MC62_MSTATUS    0xF0064E06          Status Register
MC62_RANGE      0xF0064E08          Range Register, single address mode
MC62_REVID      0xF0064E0C          Revision ID Register
MC62_ECCS       0xF0064E0E          ECC Safety Register
MC62_ECCD       0xF0064E10          Memory ECC Detection Register
MC62_ETRR0      0xF0064E12          Error Tracking Register 0
MC62_ETRR1      0xF0064E14          Error Tracking Register 1
MC62_ETRR2      0xF0064E16          Error Tracking Register 2
MC62_ETRR3      0xF0064E18          Error Tracking Register 3
MC62_ETRR4      0xF0064E1A          Error Tracking Register 4
MC62_RDBFL0     0xF0064EA0          Read Data and Bit Flip Register 0
MC62_RDBFL1     0xF0064EA2          Read Data and Bit Flip Register 1
MC62_RDBFL2     0xF0064EA4          Read Data and Bit Flip Register 2
MC62_RDBFL3     0xF0064EA6          Read Data and Bit Flip Register 3
MC62_RDBFL4     0xF0064EA8          Read Data and Bit Flip Register 4
MC62_RDBFL5     0xF0064EAA          Read Data and Bit Flip Register 5
MC62_RDBFL6     0xF0064EAC          Read Data and Bit Flip Register 6
MC62_RDBFL7     0xF0064EAE          Read Data and Bit Flip Register 7
MC62_RDBFL8     0xF0064EB0          Read Data and Bit Flip Register 8
MC62_RDBFL9     0xF0064EB2          Read Data and Bit Flip Register 9
MC62_RDBFL10    0xF0064EB4          Read Data and Bit Flip Register 10
MC62_RDBFL11    0xF0064EB6          Read Data and Bit Flip Register 11
MC62_RDBFL12    0xF0064EB8          Read Data and Bit Flip Register 12
MC62_RDBFL13    0xF0064EBA          Read Data and Bit Flip Register 13
MC62_RDBFL14    0xF0064EBC          Read Data and Bit Flip Register 14
MC62_RDBFL15    0xF0064EBE          Read Data and Bit Flip Register 15
MC62_RDBFL16    0xF0064EC0          Read Data and Bit Flip Register 16
MC62_RDBFL17    0xF0064EC2          Read Data and Bit Flip Register 17
MC62_RDBFL18    0xF0064EC4          Read Data and Bit Flip Register 18
MC62_RDBFL19    0xF0064EC6          Read Data and Bit Flip Register 19
MC62_RDBFL20    0xF0064EC8          Read Data and Bit Flip Register 20
MC62_RDBFL21    0xF0064ECA          Read Data and Bit Flip Register 21
MC62_RDBFL22    0xF0064ECC          Read Data and Bit Flip Register 22
MC62_RDBFL23    0xF0064ECE          Read Data and Bit Flip Register 23
MC62_RDBFL24    0xF0064ED0          Read Data and Bit Flip Register 24
MC62_RDBFL25    0xF0064ED2          Read Data and Bit Flip Register 25
MC62_RDBFL26    0xF0064ED4          Read Data and Bit Flip Register 26
MC62_RDBFL27    0xF0064ED6          Read Data and Bit Flip Register 27
MC62_RDBFL28    0xF0064ED8          Read Data and Bit Flip Register 28
MC62_RDBFL29    0xF0064EDA          Read Data and Bit Flip Register 29
MC62_RDBFL30    0xF0064EDC          Read Data and Bit Flip Register 30
MC62_RDBFL31    0xF0064EDE          Read Data and Bit Flip Register 31
MC62_RDBFL32    0xF0064EE0          Read Data and Bit Flip Register 32
MC62_RDBFL33    0xF0064EE2          Read Data and Bit Flip Register 33
MC62_RDBFL34    0xF0064EE4          Read Data and Bit Flip Register 34
MC62_RDBFL35    0xF0064EE6          Read Data and Bit Flip Register 35
MC62_RDBFL36    0xF0064EE8          Read Data and Bit Flip Register 36
MC62_RDBFL37    0xF0064EEA          Read Data and Bit Flip Register 37
MC62_RDBFL38    0xF0064EEC          Read Data and Bit Flip Register 38
MC62_RDBFL39    0xF0064EEE          Read Data and Bit Flip Register 39
MC63_CONFIG0    0xF0064F00          Configuration Register 0
MC63_CONFIG1    0xF0064F02          Configuration Register 1
MC63_MCONTROL   0xF0064F04          MBIST Control Register
MC63_MSTATUS    0xF0064F06          Status Register
MC63_RANGE      0xF0064F08          Range Register, single address mode
MC63_REVID      0xF0064F0C          Revision ID Register
MC63_ECCS       0xF0064F0E          ECC Safety Register
MC63_ECCD       0xF0064F10          Memory ECC Detection Register
MC63_ETRR0      0xF0064F12          Error Tracking Register 0
MC63_ETRR1      0xF0064F14          Error Tracking Register 1
MC63_ETRR2      0xF0064F16          Error Tracking Register 2
MC63_ETRR3      0xF0064F18          Error Tracking Register 3
MC63_ETRR4      0xF0064F1A          Error Tracking Register 4
MC63_RDBFL0     0xF0064FA0          Read Data and Bit Flip Register 0
MC63_RDBFL1     0xF0064FA2          Read Data and Bit Flip Register 1
MC63_RDBFL2     0xF0064FA4          Read Data and Bit Flip Register 2
MC63_RDBFL3     0xF0064FA6          Read Data and Bit Flip Register 3
MC63_RDBFL4     0xF0064FA8          Read Data and Bit Flip Register 4
MC63_RDBFL5     0xF0064FAA          Read Data and Bit Flip Register 5
MC63_RDBFL6     0xF0064FAC          Read Data and Bit Flip Register 6
MC63_RDBFL7     0xF0064FAE          Read Data and Bit Flip Register 7
MC63_RDBFL8     0xF0064FB0          Read Data and Bit Flip Register 8
MC63_RDBFL9     0xF0064FB2          Read Data and Bit Flip Register 9
MC63_RDBFL10    0xF0064FB4          Read Data and Bit Flip Register 10
MC63_RDBFL11    0xF0064FB6          Read Data and Bit Flip Register 11
MC63_RDBFL12    0xF0064FB8          Read Data and Bit Flip Register 12
MC63_RDBFL13    0xF0064FBA          Read Data and Bit Flip Register 13
MC63_RDBFL14    0xF0064FBC          Read Data and Bit Flip Register 14
MC63_RDBFL15    0xF0064FBE          Read Data and Bit Flip Register 15
MC63_RDBFL16    0xF0064FC0          Read Data and Bit Flip Register 16
MC63_RDBFL17    0xF0064FC2          Read Data and Bit Flip Register 17
MC63_RDBFL18    0xF0064FC4          Read Data and Bit Flip Register 18
MC63_RDBFL19    0xF0064FC6          Read Data and Bit Flip Register 19
MC63_RDBFL20    0xF0064FC8          Read Data and Bit Flip Register 20
MC63_RDBFL21    0xF0064FCA          Read Data and Bit Flip Register 21
MC63_RDBFL22    0xF0064FCC          Read Data and Bit Flip Register 22
MC63_RDBFL23    0xF0064FCE          Read Data and Bit Flip Register 23
MC63_RDBFL24    0xF0064FD0          Read Data and Bit Flip Register 24
MC63_RDBFL25    0xF0064FD2          Read Data and Bit Flip Register 25
MC63_RDBFL26    0xF0064FD4          Read Data and Bit Flip Register 26
MC63_RDBFL27    0xF0064FD6          Read Data and Bit Flip Register 27
MC63_RDBFL28    0xF0064FD8          Read Data and Bit Flip Register 28
MC63_RDBFL29    0xF0064FDA          Read Data and Bit Flip Register 29
MC63_RDBFL30    0xF0064FDC          Read Data and Bit Flip Register 30
MC63_RDBFL31    0xF0064FDE          Read Data and Bit Flip Register 31
MC63_RDBFL32    0xF0064FE0          Read Data and Bit Flip Register 32
MC63_RDBFL33    0xF0064FE2          Read Data and Bit Flip Register 33
MC63_RDBFL34    0xF0064FE4          Read Data and Bit Flip Register 34
MC63_RDBFL35    0xF0064FE6          Read Data and Bit Flip Register 35
MC63_RDBFL36    0xF0064FE8          Read Data and Bit Flip Register 36
MC63_RDBFL37    0xF0064FEA          Read Data and Bit Flip Register 37
MC63_RDBFL38    0xF0064FEC          Read Data and Bit Flip Register 38
MC63_RDBFL39    0xF0064FEE          Read Data and Bit Flip Register 39
MC64_CONFIG0    0xF0065000          Configuration Register 0
MC64_CONFIG1    0xF0065002          Configuration Register 1
MC64_MCONTROL   0xF0065004          MBIST Control Register
MC64_MSTATUS    0xF0065006          Status Register
MC64_RANGE      0xF0065008          Range Register, single address mode
MC64_REVID      0xF006500C          Revision ID Register
MC64_ECCS       0xF006500E          ECC Safety Register
MC64_ECCD       0xF0065010          Memory ECC Detection Register
MC64_ETRR0      0xF0065012          Error Tracking Register 0
MC64_ETRR1      0xF0065014          Error Tracking Register 1
MC64_ETRR2      0xF0065016          Error Tracking Register 2
MC64_ETRR3      0xF0065018          Error Tracking Register 3
MC64_ETRR4      0xF006501A          Error Tracking Register 4
MC64_RDBFL0     0xF00650A0          Read Data and Bit Flip Register 0
MC64_RDBFL1     0xF00650A2          Read Data and Bit Flip Register 1
MC64_RDBFL2     0xF00650A4          Read Data and Bit Flip Register 2
MC64_RDBFL3     0xF00650A6          Read Data and Bit Flip Register 3
MC64_RDBFL4     0xF00650A8          Read Data and Bit Flip Register 4
MC64_RDBFL5     0xF00650AA          Read Data and Bit Flip Register 5
MC64_RDBFL6     0xF00650AC          Read Data and Bit Flip Register 6
MC64_RDBFL7     0xF00650AE          Read Data and Bit Flip Register 7
MC64_RDBFL8     0xF00650B0          Read Data and Bit Flip Register 8
MC64_RDBFL9     0xF00650B2          Read Data and Bit Flip Register 9
MC64_RDBFL10    0xF00650B4          Read Data and Bit Flip Register 10
MC64_RDBFL11    0xF00650B6          Read Data and Bit Flip Register 11
MC64_RDBFL12    0xF00650B8          Read Data and Bit Flip Register 12
MC64_RDBFL13    0xF00650BA          Read Data and Bit Flip Register 13
MC64_RDBFL14    0xF00650BC          Read Data and Bit Flip Register 14
MC64_RDBFL15    0xF00650BE          Read Data and Bit Flip Register 15
MC64_RDBFL16    0xF00650C0          Read Data and Bit Flip Register 16
MC64_RDBFL17    0xF00650C2          Read Data and Bit Flip Register 17
MC64_RDBFL18    0xF00650C4          Read Data and Bit Flip Register 18
MC64_RDBFL19    0xF00650C6          Read Data and Bit Flip Register 19
MC64_RDBFL20    0xF00650C8          Read Data and Bit Flip Register 20
MC64_RDBFL21    0xF00650CA          Read Data and Bit Flip Register 21
MC64_RDBFL22    0xF00650CC          Read Data and Bit Flip Register 22
MC64_RDBFL23    0xF00650CE          Read Data and Bit Flip Register 23
MC64_RDBFL24    0xF00650D0          Read Data and Bit Flip Register 24
MC64_RDBFL25    0xF00650D2          Read Data and Bit Flip Register 25
MC64_RDBFL26    0xF00650D4          Read Data and Bit Flip Register 26
MC64_RDBFL27    0xF00650D6          Read Data and Bit Flip Register 27
MC64_RDBFL28    0xF00650D8          Read Data and Bit Flip Register 28
MC64_RDBFL29    0xF00650DA          Read Data and Bit Flip Register 29
MC64_RDBFL30    0xF00650DC          Read Data and Bit Flip Register 30
MC64_RDBFL31    0xF00650DE          Read Data and Bit Flip Register 31
MC64_RDBFL32    0xF00650E0          Read Data and Bit Flip Register 32
MC64_RDBFL33    0xF00650E2          Read Data and Bit Flip Register 33
MC64_RDBFL34    0xF00650E4          Read Data and Bit Flip Register 34
MC64_RDBFL35    0xF00650E6          Read Data and Bit Flip Register 35
MC64_RDBFL36    0xF00650E8          Read Data and Bit Flip Register 36
MC64_RDBFL37    0xF00650EA          Read Data and Bit Flip Register 37
MC64_RDBFL38    0xF00650EC          Read Data and Bit Flip Register 38
MC64_RDBFL39    0xF00650EE          Read Data and Bit Flip Register 39
MC65_CONFIG0    0xF0065100          Configuration Register 0
MC65_CONFIG1    0xF0065102          Configuration Register 1
MC65_MCONTROL   0xF0065104          MBIST Control Register
MC65_MSTATUS    0xF0065106          Status Register
MC65_RANGE      0xF0065108          Range Register, single address mode
MC65_REVID      0xF006510C          Revision ID Register
MC65_ECCS       0xF006510E          ECC Safety Register
MC65_ECCD       0xF0065110          Memory ECC Detection Register
MC65_ETRR0      0xF0065112          Error Tracking Register 0
MC65_ETRR1      0xF0065114          Error Tracking Register 1
MC65_ETRR2      0xF0065116          Error Tracking Register 2
MC65_ETRR3      0xF0065118          Error Tracking Register 3
MC65_ETRR4      0xF006511A          Error Tracking Register 4
MC65_RDBFL0     0xF00651A0          Read Data and Bit Flip Register 0
MC65_RDBFL1     0xF00651A2          Read Data and Bit Flip Register 1
MC65_RDBFL2     0xF00651A4          Read Data and Bit Flip Register 2
MC65_RDBFL3     0xF00651A6          Read Data and Bit Flip Register 3
MC65_RDBFL4     0xF00651A8          Read Data and Bit Flip Register 4
MC65_RDBFL5     0xF00651AA          Read Data and Bit Flip Register 5
MC65_RDBFL6     0xF00651AC          Read Data and Bit Flip Register 6
MC65_RDBFL7     0xF00651AE          Read Data and Bit Flip Register 7
MC65_RDBFL8     0xF00651B0          Read Data and Bit Flip Register 8
MC65_RDBFL9     0xF00651B2          Read Data and Bit Flip Register 9
MC65_RDBFL10    0xF00651B4          Read Data and Bit Flip Register 10
MC65_RDBFL11    0xF00651B6          Read Data and Bit Flip Register 11
MC65_RDBFL12    0xF00651B8          Read Data and Bit Flip Register 12
MC65_RDBFL13    0xF00651BA          Read Data and Bit Flip Register 13
MC65_RDBFL14    0xF00651BC          Read Data and Bit Flip Register 14
MC65_RDBFL15    0xF00651BE          Read Data and Bit Flip Register 15
MC65_RDBFL16    0xF00651C0          Read Data and Bit Flip Register 16
MC65_RDBFL17    0xF00651C2          Read Data and Bit Flip Register 17
MC65_RDBFL18    0xF00651C4          Read Data and Bit Flip Register 18
MC65_RDBFL19    0xF00651C6          Read Data and Bit Flip Register 19
MC65_RDBFL20    0xF00651C8          Read Data and Bit Flip Register 20
MC65_RDBFL21    0xF00651CA          Read Data and Bit Flip Register 21
MC65_RDBFL22    0xF00651CC          Read Data and Bit Flip Register 22
MC65_RDBFL23    0xF00651CE          Read Data and Bit Flip Register 23
MC65_RDBFL24    0xF00651D0          Read Data and Bit Flip Register 24
MC65_RDBFL25    0xF00651D2          Read Data and Bit Flip Register 25
MC65_RDBFL26    0xF00651D4          Read Data and Bit Flip Register 26
MC65_RDBFL27    0xF00651D6          Read Data and Bit Flip Register 27
MC65_RDBFL28    0xF00651D8          Read Data and Bit Flip Register 28
MC65_RDBFL29    0xF00651DA          Read Data and Bit Flip Register 29
MC65_RDBFL30    0xF00651DC          Read Data and Bit Flip Register 30
MC65_RDBFL31    0xF00651DE          Read Data and Bit Flip Register 31
MC65_RDBFL32    0xF00651E0          Read Data and Bit Flip Register 32
MC65_RDBFL33    0xF00651E2          Read Data and Bit Flip Register 33
MC65_RDBFL34    0xF00651E4          Read Data and Bit Flip Register 34
MC65_RDBFL35    0xF00651E6          Read Data and Bit Flip Register 35
MC65_RDBFL36    0xF00651E8          Read Data and Bit Flip Register 36
MC65_RDBFL37    0xF00651EA          Read Data and Bit Flip Register 37
MC65_RDBFL38    0xF00651EC          Read Data and Bit Flip Register 38
MC65_RDBFL39    0xF00651EE          Read Data and Bit Flip Register 39
MC66_CONFIG0    0xF0065200          Configuration Register 0
MC66_CONFIG1    0xF0065202          Configuration Register 1
MC66_MCONTROL   0xF0065204          MBIST Control Register
MC66_MSTATUS    0xF0065206          Status Register
MC66_RANGE      0xF0065208          Range Register, single address mode
MC66_REVID      0xF006520C          Revision ID Register
MC66_ECCS       0xF006520E          ECC Safety Register
MC66_ECCD       0xF0065210          Memory ECC Detection Register
MC66_ETRR0      0xF0065212          Error Tracking Register 0
MC66_ETRR1      0xF0065214          Error Tracking Register 1
MC66_ETRR2      0xF0065216          Error Tracking Register 2
MC66_ETRR3      0xF0065218          Error Tracking Register 3
MC66_ETRR4      0xF006521A          Error Tracking Register 4
MC66_RDBFL0     0xF00652A0          Read Data and Bit Flip Register 0
MC66_RDBFL1     0xF00652A2          Read Data and Bit Flip Register 1
MC66_RDBFL2     0xF00652A4          Read Data and Bit Flip Register 2
MC66_RDBFL3     0xF00652A6          Read Data and Bit Flip Register 3
MC66_RDBFL4     0xF00652A8          Read Data and Bit Flip Register 4
MC66_RDBFL5     0xF00652AA          Read Data and Bit Flip Register 5
MC66_RDBFL6     0xF00652AC          Read Data and Bit Flip Register 6
MC66_RDBFL7     0xF00652AE          Read Data and Bit Flip Register 7
MC66_RDBFL8     0xF00652B0          Read Data and Bit Flip Register 8
MC66_RDBFL9     0xF00652B2          Read Data and Bit Flip Register 9
MC66_RDBFL10    0xF00652B4          Read Data and Bit Flip Register 10
MC66_RDBFL11    0xF00652B6          Read Data and Bit Flip Register 11
MC66_RDBFL12    0xF00652B8          Read Data and Bit Flip Register 12
MC66_RDBFL13    0xF00652BA          Read Data and Bit Flip Register 13
MC66_RDBFL14    0xF00652BC          Read Data and Bit Flip Register 14
MC66_RDBFL15    0xF00652BE          Read Data and Bit Flip Register 15
MC66_RDBFL16    0xF00652C0          Read Data and Bit Flip Register 16
MC66_RDBFL17    0xF00652C2          Read Data and Bit Flip Register 17
MC66_RDBFL18    0xF00652C4          Read Data and Bit Flip Register 18
MC66_RDBFL19    0xF00652C6          Read Data and Bit Flip Register 19
MC66_RDBFL20    0xF00652C8          Read Data and Bit Flip Register 20
MC66_RDBFL21    0xF00652CA          Read Data and Bit Flip Register 21
MC66_RDBFL22    0xF00652CC          Read Data and Bit Flip Register 22
MC66_RDBFL23    0xF00652CE          Read Data and Bit Flip Register 23
MC66_RDBFL24    0xF00652D0          Read Data and Bit Flip Register 24
MC66_RDBFL25    0xF00652D2          Read Data and Bit Flip Register 25
MC66_RDBFL26    0xF00652D4          Read Data and Bit Flip Register 26
MC66_RDBFL27    0xF00652D6          Read Data and Bit Flip Register 27
MC66_RDBFL28    0xF00652D8          Read Data and Bit Flip Register 28
MC66_RDBFL29    0xF00652DA          Read Data and Bit Flip Register 29
MC66_RDBFL30    0xF00652DC          Read Data and Bit Flip Register 30
MC66_RDBFL31    0xF00652DE          Read Data and Bit Flip Register 31
MC66_RDBFL32    0xF00652E0          Read Data and Bit Flip Register 32
MC66_RDBFL33    0xF00652E2          Read Data and Bit Flip Register 33
MC66_RDBFL34    0xF00652E4          Read Data and Bit Flip Register 34
MC66_RDBFL35    0xF00652E6          Read Data and Bit Flip Register 35
MC66_RDBFL36    0xF00652E8          Read Data and Bit Flip Register 36
MC66_RDBFL37    0xF00652EA          Read Data and Bit Flip Register 37
MC66_RDBFL38    0xF00652EC          Read Data and Bit Flip Register 38
MC66_RDBFL39    0xF00652EE          Read Data and Bit Flip Register 39
MC67_CONFIG0    0xF0065300          Configuration Register 0
MC67_CONFIG1    0xF0065302          Configuration Register 1
MC67_MCONTROL   0xF0065304          MBIST Control Register
MC67_MSTATUS    0xF0065306          Status Register
MC67_RANGE      0xF0065308          Range Register, single address mode
MC67_REVID      0xF006530C          Revision ID Register
MC67_ECCS       0xF006530E          ECC Safety Register
MC67_ECCD       0xF0065310          Memory ECC Detection Register
MC67_ETRR0      0xF0065312          Error Tracking Register 0
MC67_ETRR1      0xF0065314          Error Tracking Register 1
MC67_ETRR2      0xF0065316          Error Tracking Register 2
MC67_ETRR3      0xF0065318          Error Tracking Register 3
MC67_ETRR4      0xF006531A          Error Tracking Register 4
MC67_RDBFL0     0xF00653A0          Read Data and Bit Flip Register 0
MC67_RDBFL1     0xF00653A2          Read Data and Bit Flip Register 1
MC67_RDBFL2     0xF00653A4          Read Data and Bit Flip Register 2
MC67_RDBFL3     0xF00653A6          Read Data and Bit Flip Register 3
MC67_RDBFL4     0xF00653A8          Read Data and Bit Flip Register 4
MC67_RDBFL5     0xF00653AA          Read Data and Bit Flip Register 5
MC67_RDBFL6     0xF00653AC          Read Data and Bit Flip Register 6
MC67_RDBFL7     0xF00653AE          Read Data and Bit Flip Register 7
MC67_RDBFL8     0xF00653B0          Read Data and Bit Flip Register 8
MC67_RDBFL9     0xF00653B2          Read Data and Bit Flip Register 9
MC67_RDBFL10    0xF00653B4          Read Data and Bit Flip Register 10
MC67_RDBFL11    0xF00653B6          Read Data and Bit Flip Register 11
MC67_RDBFL12    0xF00653B8          Read Data and Bit Flip Register 12
MC67_RDBFL13    0xF00653BA          Read Data and Bit Flip Register 13
MC67_RDBFL14    0xF00653BC          Read Data and Bit Flip Register 14
MC67_RDBFL15    0xF00653BE          Read Data and Bit Flip Register 15
MC67_RDBFL16    0xF00653C0          Read Data and Bit Flip Register 16
MC67_RDBFL17    0xF00653C2          Read Data and Bit Flip Register 17
MC67_RDBFL18    0xF00653C4          Read Data and Bit Flip Register 18
MC67_RDBFL19    0xF00653C6          Read Data and Bit Flip Register 19
MC67_RDBFL20    0xF00653C8          Read Data and Bit Flip Register 20
MC67_RDBFL21    0xF00653CA          Read Data and Bit Flip Register 21
MC67_RDBFL22    0xF00653CC          Read Data and Bit Flip Register 22
MC67_RDBFL23    0xF00653CE          Read Data and Bit Flip Register 23
MC67_RDBFL24    0xF00653D0          Read Data and Bit Flip Register 24
MC67_RDBFL25    0xF00653D2          Read Data and Bit Flip Register 25
MC67_RDBFL26    0xF00653D4          Read Data and Bit Flip Register 26
MC67_RDBFL27    0xF00653D6          Read Data and Bit Flip Register 27
MC67_RDBFL28    0xF00653D8          Read Data and Bit Flip Register 28
MC67_RDBFL29    0xF00653DA          Read Data and Bit Flip Register 29
MC67_RDBFL30    0xF00653DC          Read Data and Bit Flip Register 30
MC67_RDBFL31    0xF00653DE          Read Data and Bit Flip Register 31
MC67_RDBFL32    0xF00653E0          Read Data and Bit Flip Register 32
MC67_RDBFL33    0xF00653E2          Read Data and Bit Flip Register 33
MC67_RDBFL34    0xF00653E4          Read Data and Bit Flip Register 34
MC67_RDBFL35    0xF00653E6          Read Data and Bit Flip Register 35
MC67_RDBFL36    0xF00653E8          Read Data and Bit Flip Register 36
MC67_RDBFL37    0xF00653EA          Read Data and Bit Flip Register 37
MC67_RDBFL38    0xF00653EC          Read Data and Bit Flip Register 38
MC67_RDBFL39    0xF00653EE          Read Data and Bit Flip Register 39
MC68_CONFIG0    0xF0065400          Configuration Register 0
MC68_CONFIG1    0xF0065402          Configuration Register 1
MC68_MCONTROL   0xF0065404          MBIST Control Register
MC68_MSTATUS    0xF0065406          Status Register
MC68_RANGE      0xF0065408          Range Register, single address mode
MC68_REVID      0xF006540C          Revision ID Register
MC68_ECCS       0xF006540E          ECC Safety Register
MC68_ECCD       0xF0065410          Memory ECC Detection Register
MC68_ETRR0      0xF0065412          Error Tracking Register 0
MC68_ETRR1      0xF0065414          Error Tracking Register 1
MC68_ETRR2      0xF0065416          Error Tracking Register 2
MC68_ETRR3      0xF0065418          Error Tracking Register 3
MC68_ETRR4      0xF006541A          Error Tracking Register 4
MC68_RDBFL0     0xF00654A0          Read Data and Bit Flip Register 0
MC68_RDBFL1     0xF00654A2          Read Data and Bit Flip Register 1
MC68_RDBFL2     0xF00654A4          Read Data and Bit Flip Register 2
MC68_RDBFL3     0xF00654A6          Read Data and Bit Flip Register 3
MC68_RDBFL4     0xF00654A8          Read Data and Bit Flip Register 4
MC68_RDBFL5     0xF00654AA          Read Data and Bit Flip Register 5
MC68_RDBFL6     0xF00654AC          Read Data and Bit Flip Register 6
MC68_RDBFL7     0xF00654AE          Read Data and Bit Flip Register 7
MC68_RDBFL8     0xF00654B0          Read Data and Bit Flip Register 8
MC68_RDBFL9     0xF00654B2          Read Data and Bit Flip Register 9
MC68_RDBFL10    0xF00654B4          Read Data and Bit Flip Register 10
MC68_RDBFL11    0xF00654B6          Read Data and Bit Flip Register 11
MC68_RDBFL12    0xF00654B8          Read Data and Bit Flip Register 12
MC68_RDBFL13    0xF00654BA          Read Data and Bit Flip Register 13
MC68_RDBFL14    0xF00654BC          Read Data and Bit Flip Register 14
MC68_RDBFL15    0xF00654BE          Read Data and Bit Flip Register 15
MC68_RDBFL16    0xF00654C0          Read Data and Bit Flip Register 16
MC68_RDBFL17    0xF00654C2          Read Data and Bit Flip Register 17
MC68_RDBFL18    0xF00654C4          Read Data and Bit Flip Register 18
MC68_RDBFL19    0xF00654C6          Read Data and Bit Flip Register 19
MC68_RDBFL20    0xF00654C8          Read Data and Bit Flip Register 20
MC68_RDBFL21    0xF00654CA          Read Data and Bit Flip Register 21
MC68_RDBFL22    0xF00654CC          Read Data and Bit Flip Register 22
MC68_RDBFL23    0xF00654CE          Read Data and Bit Flip Register 23
MC68_RDBFL24    0xF00654D0          Read Data and Bit Flip Register 24
MC68_RDBFL25    0xF00654D2          Read Data and Bit Flip Register 25
MC68_RDBFL26    0xF00654D4          Read Data and Bit Flip Register 26
MC68_RDBFL27    0xF00654D6          Read Data and Bit Flip Register 27
MC68_RDBFL28    0xF00654D8          Read Data and Bit Flip Register 28
MC68_RDBFL29    0xF00654DA          Read Data and Bit Flip Register 29
MC68_RDBFL30    0xF00654DC          Read Data and Bit Flip Register 30
MC68_RDBFL31    0xF00654DE          Read Data and Bit Flip Register 31
MC68_RDBFL32    0xF00654E0          Read Data and Bit Flip Register 32
MC68_RDBFL33    0xF00654E2          Read Data and Bit Flip Register 33
MC68_RDBFL34    0xF00654E4          Read Data and Bit Flip Register 34
MC68_RDBFL35    0xF00654E6          Read Data and Bit Flip Register 35
MC68_RDBFL36    0xF00654E8          Read Data and Bit Flip Register 36
MC68_RDBFL37    0xF00654EA          Read Data and Bit Flip Register 37
MC68_RDBFL38    0xF00654EC          Read Data and Bit Flip Register 38
MC68_RDBFL39    0xF00654EE          Read Data and Bit Flip Register 39
MC69_CONFIG0    0xF0065500          Configuration Register 0
MC69_CONFIG1    0xF0065502          Configuration Register 1
MC69_MCONTROL   0xF0065504          MBIST Control Register
MC69_MSTATUS    0xF0065506          Status Register
MC69_RANGE      0xF0065508          Range Register, single address mode
MC69_REVID      0xF006550C          Revision ID Register
MC69_ECCS       0xF006550E          ECC Safety Register
MC69_ECCD       0xF0065510          Memory ECC Detection Register
MC69_ETRR0      0xF0065512          Error Tracking Register 0
MC69_ETRR1      0xF0065514          Error Tracking Register 1
MC69_ETRR2      0xF0065516          Error Tracking Register 2
MC69_ETRR3      0xF0065518          Error Tracking Register 3
MC69_ETRR4      0xF006551A          Error Tracking Register 4
MC69_RDBFL0     0xF00655A0          Read Data and Bit Flip Register 0
MC69_RDBFL1     0xF00655A2          Read Data and Bit Flip Register 1
MC69_RDBFL2     0xF00655A4          Read Data and Bit Flip Register 2
MC69_RDBFL3     0xF00655A6          Read Data and Bit Flip Register 3
MC69_RDBFL4     0xF00655A8          Read Data and Bit Flip Register 4
MC69_RDBFL5     0xF00655AA          Read Data and Bit Flip Register 5
MC69_RDBFL6     0xF00655AC          Read Data and Bit Flip Register 6
MC69_RDBFL7     0xF00655AE          Read Data and Bit Flip Register 7
MC69_RDBFL8     0xF00655B0          Read Data and Bit Flip Register 8
MC69_RDBFL9     0xF00655B2          Read Data and Bit Flip Register 9
MC69_RDBFL10    0xF00655B4          Read Data and Bit Flip Register 10
MC69_RDBFL11    0xF00655B6          Read Data and Bit Flip Register 11
MC69_RDBFL12    0xF00655B8          Read Data and Bit Flip Register 12
MC69_RDBFL13    0xF00655BA          Read Data and Bit Flip Register 13
MC69_RDBFL14    0xF00655BC          Read Data and Bit Flip Register 14
MC69_RDBFL15    0xF00655BE          Read Data and Bit Flip Register 15
MC69_RDBFL16    0xF00655C0          Read Data and Bit Flip Register 16
MC69_RDBFL17    0xF00655C2          Read Data and Bit Flip Register 17
MC69_RDBFL18    0xF00655C4          Read Data and Bit Flip Register 18
MC69_RDBFL19    0xF00655C6          Read Data and Bit Flip Register 19
MC69_RDBFL20    0xF00655C8          Read Data and Bit Flip Register 20
MC69_RDBFL21    0xF00655CA          Read Data and Bit Flip Register 21
MC69_RDBFL22    0xF00655CC          Read Data and Bit Flip Register 22
MC69_RDBFL23    0xF00655CE          Read Data and Bit Flip Register 23
MC69_RDBFL24    0xF00655D0          Read Data and Bit Flip Register 24
MC69_RDBFL25    0xF00655D2          Read Data and Bit Flip Register 25
MC69_RDBFL26    0xF00655D4          Read Data and Bit Flip Register 26
MC69_RDBFL27    0xF00655D6          Read Data and Bit Flip Register 27
MC69_RDBFL28    0xF00655D8          Read Data and Bit Flip Register 28
MC69_RDBFL29    0xF00655DA          Read Data and Bit Flip Register 29
MC69_RDBFL30    0xF00655DC          Read Data and Bit Flip Register 30
MC69_RDBFL31    0xF00655DE          Read Data and Bit Flip Register 31
MC69_RDBFL32    0xF00655E0          Read Data and Bit Flip Register 32
MC69_RDBFL33    0xF00655E2          Read Data and Bit Flip Register 33
MC69_RDBFL34    0xF00655E4          Read Data and Bit Flip Register 34
MC69_RDBFL35    0xF00655E6          Read Data and Bit Flip Register 35
MC69_RDBFL36    0xF00655E8          Read Data and Bit Flip Register 36
MC69_RDBFL37    0xF00655EA          Read Data and Bit Flip Register 37
MC69_RDBFL38    0xF00655EC          Read Data and Bit Flip Register 38
MC69_RDBFL39    0xF00655EE          Read Data and Bit Flip Register 39
MC70_CONFIG0    0xF0065600          Configuration Register 0
MC70_CONFIG1    0xF0065602          Configuration Register 1
MC70_MCONTROL   0xF0065604          MBIST Control Register
MC70_MSTATUS    0xF0065606          Status Register
MC70_RANGE      0xF0065608          Range Register, single address mode
MC70_REVID      0xF006560C          Revision ID Register
MC70_ECCS       0xF006560E          ECC Safety Register
MC70_ECCD       0xF0065610          Memory ECC Detection Register
MC70_ETRR0      0xF0065612          Error Tracking Register 0
MC70_ETRR1      0xF0065614          Error Tracking Register 1
MC70_ETRR2      0xF0065616          Error Tracking Register 2
MC70_ETRR3      0xF0065618          Error Tracking Register 3
MC70_ETRR4      0xF006561A          Error Tracking Register 4
MC70_RDBFL0     0xF00656A0          Read Data and Bit Flip Register 0
MC70_RDBFL1     0xF00656A2          Read Data and Bit Flip Register 1
MC70_RDBFL2     0xF00656A4          Read Data and Bit Flip Register 2
MC70_RDBFL3     0xF00656A6          Read Data and Bit Flip Register 3
MC70_RDBFL4     0xF00656A8          Read Data and Bit Flip Register 4
MC70_RDBFL5     0xF00656AA          Read Data and Bit Flip Register 5
MC70_RDBFL6     0xF00656AC          Read Data and Bit Flip Register 6
MC70_RDBFL7     0xF00656AE          Read Data and Bit Flip Register 7
MC70_RDBFL8     0xF00656B0          Read Data and Bit Flip Register 8
MC70_RDBFL9     0xF00656B2          Read Data and Bit Flip Register 9
MC70_RDBFL10    0xF00656B4          Read Data and Bit Flip Register 10
MC70_RDBFL11    0xF00656B6          Read Data and Bit Flip Register 11
MC70_RDBFL12    0xF00656B8          Read Data and Bit Flip Register 12
MC70_RDBFL13    0xF00656BA          Read Data and Bit Flip Register 13
MC70_RDBFL14    0xF00656BC          Read Data and Bit Flip Register 14
MC70_RDBFL15    0xF00656BE          Read Data and Bit Flip Register 15
MC70_RDBFL16    0xF00656C0          Read Data and Bit Flip Register 16
MC70_RDBFL17    0xF00656C2          Read Data and Bit Flip Register 17
MC70_RDBFL18    0xF00656C4          Read Data and Bit Flip Register 18
MC70_RDBFL19    0xF00656C6          Read Data and Bit Flip Register 19
MC70_RDBFL20    0xF00656C8          Read Data and Bit Flip Register 20
MC70_RDBFL21    0xF00656CA          Read Data and Bit Flip Register 21
MC70_RDBFL22    0xF00656CC          Read Data and Bit Flip Register 22
MC70_RDBFL23    0xF00656CE          Read Data and Bit Flip Register 23
MC70_RDBFL24    0xF00656D0          Read Data and Bit Flip Register 24
MC70_RDBFL25    0xF00656D2          Read Data and Bit Flip Register 25
MC70_RDBFL26    0xF00656D4          Read Data and Bit Flip Register 26
MC70_RDBFL27    0xF00656D6          Read Data and Bit Flip Register 27
MC70_RDBFL28    0xF00656D8          Read Data and Bit Flip Register 28
MC70_RDBFL29    0xF00656DA          Read Data and Bit Flip Register 29
MC70_RDBFL30    0xF00656DC          Read Data and Bit Flip Register 30
MC70_RDBFL31    0xF00656DE          Read Data and Bit Flip Register 31
MC70_RDBFL32    0xF00656E0          Read Data and Bit Flip Register 32
MC70_RDBFL33    0xF00656E2          Read Data and Bit Flip Register 33
MC70_RDBFL34    0xF00656E4          Read Data and Bit Flip Register 34
MC70_RDBFL35    0xF00656E6          Read Data and Bit Flip Register 35
MC70_RDBFL36    0xF00656E8          Read Data and Bit Flip Register 36
MC70_RDBFL37    0xF00656EA          Read Data and Bit Flip Register 37
MC70_RDBFL38    0xF00656EC          Read Data and Bit Flip Register 38
MC70_RDBFL39    0xF00656EE          Read Data and Bit Flip Register 39
MC71_CONFIG0    0xF0065700          Configuration Register 0
MC71_CONFIG1    0xF0065702          Configuration Register 1
MC71_MCONTROL   0xF0065704          MBIST Control Register
MC71_MSTATUS    0xF0065706          Status Register
MC71_RANGE      0xF0065708          Range Register, single address mode
MC71_REVID      0xF006570C          Revision ID Register
MC71_ECCS       0xF006570E          ECC Safety Register
MC71_ECCD       0xF0065710          Memory ECC Detection Register
MC71_ETRR0      0xF0065712          Error Tracking Register 0
MC71_ETRR1      0xF0065714          Error Tracking Register 1
MC71_ETRR2      0xF0065716          Error Tracking Register 2
MC71_ETRR3      0xF0065718          Error Tracking Register 3
MC71_ETRR4      0xF006571A          Error Tracking Register 4
MC71_RDBFL0     0xF00657A0          Read Data and Bit Flip Register 0
MC71_RDBFL1     0xF00657A2          Read Data and Bit Flip Register 1
MC71_RDBFL2     0xF00657A4          Read Data and Bit Flip Register 2
MC71_RDBFL3     0xF00657A6          Read Data and Bit Flip Register 3
MC71_RDBFL4     0xF00657A8          Read Data and Bit Flip Register 4
MC71_RDBFL5     0xF00657AA          Read Data and Bit Flip Register 5
MC71_RDBFL6     0xF00657AC          Read Data and Bit Flip Register 6
MC71_RDBFL7     0xF00657AE          Read Data and Bit Flip Register 7
MC71_RDBFL8     0xF00657B0          Read Data and Bit Flip Register 8
MC71_RDBFL9     0xF00657B2          Read Data and Bit Flip Register 9
MC71_RDBFL10    0xF00657B4          Read Data and Bit Flip Register 10
MC71_RDBFL11    0xF00657B6          Read Data and Bit Flip Register 11
MC71_RDBFL12    0xF00657B8          Read Data and Bit Flip Register 12
MC71_RDBFL13    0xF00657BA          Read Data and Bit Flip Register 13
MC71_RDBFL14    0xF00657BC          Read Data and Bit Flip Register 14
MC71_RDBFL15    0xF00657BE          Read Data and Bit Flip Register 15
MC71_RDBFL16    0xF00657C0          Read Data and Bit Flip Register 16
MC71_RDBFL17    0xF00657C2          Read Data and Bit Flip Register 17
MC71_RDBFL18    0xF00657C4          Read Data and Bit Flip Register 18
MC71_RDBFL19    0xF00657C6          Read Data and Bit Flip Register 19
MC71_RDBFL20    0xF00657C8          Read Data and Bit Flip Register 20
MC71_RDBFL21    0xF00657CA          Read Data and Bit Flip Register 21
MC71_RDBFL22    0xF00657CC          Read Data and Bit Flip Register 22
MC71_RDBFL23    0xF00657CE          Read Data and Bit Flip Register 23
MC71_RDBFL24    0xF00657D0          Read Data and Bit Flip Register 24
MC71_RDBFL25    0xF00657D2          Read Data and Bit Flip Register 25
MC71_RDBFL26    0xF00657D4          Read Data and Bit Flip Register 26
MC71_RDBFL27    0xF00657D6          Read Data and Bit Flip Register 27
MC71_RDBFL28    0xF00657D8          Read Data and Bit Flip Register 28
MC71_RDBFL29    0xF00657DA          Read Data and Bit Flip Register 29
MC71_RDBFL30    0xF00657DC          Read Data and Bit Flip Register 30
MC71_RDBFL31    0xF00657DE          Read Data and Bit Flip Register 31
MC71_RDBFL32    0xF00657E0          Read Data and Bit Flip Register 32
MC71_RDBFL33    0xF00657E2          Read Data and Bit Flip Register 33
MC71_RDBFL34    0xF00657E4          Read Data and Bit Flip Register 34
MC71_RDBFL35    0xF00657E6          Read Data and Bit Flip Register 35
MC71_RDBFL36    0xF00657E8          Read Data and Bit Flip Register 36
MC71_RDBFL37    0xF00657EA          Read Data and Bit Flip Register 37
MC71_RDBFL38    0xF00657EC          Read Data and Bit Flip Register 38
MC71_RDBFL39    0xF00657EE          Read Data and Bit Flip Register 39
MC72_CONFIG0    0xF0065800          Configuration Register 0
MC72_CONFIG1    0xF0065802          Configuration Register 1
MC72_MCONTROL   0xF0065804          MBIST Control Register
MC72_MSTATUS    0xF0065806          Status Register
MC72_RANGE      0xF0065808          Range Register, single address mode
MC72_REVID      0xF006580C          Revision ID Register
MC72_ECCS       0xF006580E          ECC Safety Register
MC72_ECCD       0xF0065810          Memory ECC Detection Register
MC72_ETRR0      0xF0065812          Error Tracking Register 0
MC72_ETRR1      0xF0065814          Error Tracking Register 1
MC72_ETRR2      0xF0065816          Error Tracking Register 2
MC72_ETRR3      0xF0065818          Error Tracking Register 3
MC72_ETRR4      0xF006581A          Error Tracking Register 4
MC72_RDBFL0     0xF00658A0          Read Data and Bit Flip Register 0
MC72_RDBFL1     0xF00658A2          Read Data and Bit Flip Register 1
MC72_RDBFL2     0xF00658A4          Read Data and Bit Flip Register 2
MC72_RDBFL3     0xF00658A6          Read Data and Bit Flip Register 3
MC72_RDBFL4     0xF00658A8          Read Data and Bit Flip Register 4
MC72_RDBFL5     0xF00658AA          Read Data and Bit Flip Register 5
MC72_RDBFL6     0xF00658AC          Read Data and Bit Flip Register 6
MC72_RDBFL7     0xF00658AE          Read Data and Bit Flip Register 7
MC72_RDBFL8     0xF00658B0          Read Data and Bit Flip Register 8
MC72_RDBFL9     0xF00658B2          Read Data and Bit Flip Register 9
MC72_RDBFL10    0xF00658B4          Read Data and Bit Flip Register 10
MC72_RDBFL11    0xF00658B6          Read Data and Bit Flip Register 11
MC72_RDBFL12    0xF00658B8          Read Data and Bit Flip Register 12
MC72_RDBFL13    0xF00658BA          Read Data and Bit Flip Register 13
MC72_RDBFL14    0xF00658BC          Read Data and Bit Flip Register 14
MC72_RDBFL15    0xF00658BE          Read Data and Bit Flip Register 15
MC72_RDBFL16    0xF00658C0          Read Data and Bit Flip Register 16
MC72_RDBFL17    0xF00658C2          Read Data and Bit Flip Register 17
MC72_RDBFL18    0xF00658C4          Read Data and Bit Flip Register 18
MC72_RDBFL19    0xF00658C6          Read Data and Bit Flip Register 19
MC72_RDBFL20    0xF00658C8          Read Data and Bit Flip Register 20
MC72_RDBFL21    0xF00658CA          Read Data and Bit Flip Register 21
MC72_RDBFL22    0xF00658CC          Read Data and Bit Flip Register 22
MC72_RDBFL23    0xF00658CE          Read Data and Bit Flip Register 23
MC72_RDBFL24    0xF00658D0          Read Data and Bit Flip Register 24
MC72_RDBFL25    0xF00658D2          Read Data and Bit Flip Register 25
MC72_RDBFL26    0xF00658D4          Read Data and Bit Flip Register 26
MC72_RDBFL27    0xF00658D6          Read Data and Bit Flip Register 27
MC72_RDBFL28    0xF00658D8          Read Data and Bit Flip Register 28
MC72_RDBFL29    0xF00658DA          Read Data and Bit Flip Register 29
MC72_RDBFL30    0xF00658DC          Read Data and Bit Flip Register 30
MC72_RDBFL31    0xF00658DE          Read Data and Bit Flip Register 31
MC72_RDBFL32    0xF00658E0          Read Data and Bit Flip Register 32
MC72_RDBFL33    0xF00658E2          Read Data and Bit Flip Register 33
MC72_RDBFL34    0xF00658E4          Read Data and Bit Flip Register 34
MC72_RDBFL35    0xF00658E6          Read Data and Bit Flip Register 35
MC72_RDBFL36    0xF00658E8          Read Data and Bit Flip Register 36
MC72_RDBFL37    0xF00658EA          Read Data and Bit Flip Register 37
MC72_RDBFL38    0xF00658EC          Read Data and Bit Flip Register 38
MC72_RDBFL39    0xF00658EE          Read Data and Bit Flip Register 39
MC73_CONFIG0    0xF0065900          Configuration Register 0
MC73_CONFIG1    0xF0065902          Configuration Register 1
MC73_MCONTROL   0xF0065904          MBIST Control Register
MC73_MSTATUS    0xF0065906          Status Register
MC73_RANGE      0xF0065908          Range Register, single address mode
MC73_REVID      0xF006590C          Revision ID Register
MC73_ECCS       0xF006590E          ECC Safety Register
MC73_ECCD       0xF0065910          Memory ECC Detection Register
MC73_ETRR0      0xF0065912          Error Tracking Register 0
MC73_ETRR1      0xF0065914          Error Tracking Register 1
MC73_ETRR2      0xF0065916          Error Tracking Register 2
MC73_ETRR3      0xF0065918          Error Tracking Register 3
MC73_ETRR4      0xF006591A          Error Tracking Register 4
MC73_RDBFL0     0xF00659A0          Read Data and Bit Flip Register 0
MC73_RDBFL1     0xF00659A2          Read Data and Bit Flip Register 1
MC73_RDBFL2     0xF00659A4          Read Data and Bit Flip Register 2
MC73_RDBFL3     0xF00659A6          Read Data and Bit Flip Register 3
MC73_RDBFL4     0xF00659A8          Read Data and Bit Flip Register 4
MC73_RDBFL5     0xF00659AA          Read Data and Bit Flip Register 5
MC73_RDBFL6     0xF00659AC          Read Data and Bit Flip Register 6
MC73_RDBFL7     0xF00659AE          Read Data and Bit Flip Register 7
MC73_RDBFL8     0xF00659B0          Read Data and Bit Flip Register 8
MC73_RDBFL9     0xF00659B2          Read Data and Bit Flip Register 9
MC73_RDBFL10    0xF00659B4          Read Data and Bit Flip Register 10
MC73_RDBFL11    0xF00659B6          Read Data and Bit Flip Register 11
MC73_RDBFL12    0xF00659B8          Read Data and Bit Flip Register 12
MC73_RDBFL13    0xF00659BA          Read Data and Bit Flip Register 13
MC73_RDBFL14    0xF00659BC          Read Data and Bit Flip Register 14
MC73_RDBFL15    0xF00659BE          Read Data and Bit Flip Register 15
MC73_RDBFL16    0xF00659C0          Read Data and Bit Flip Register 16
MC73_RDBFL17    0xF00659C2          Read Data and Bit Flip Register 17
MC73_RDBFL18    0xF00659C4          Read Data and Bit Flip Register 18
MC73_RDBFL19    0xF00659C6          Read Data and Bit Flip Register 19
MC73_RDBFL20    0xF00659C8          Read Data and Bit Flip Register 20
MC73_RDBFL21    0xF00659CA          Read Data and Bit Flip Register 21
MC73_RDBFL22    0xF00659CC          Read Data and Bit Flip Register 22
MC73_RDBFL23    0xF00659CE          Read Data and Bit Flip Register 23
MC73_RDBFL24    0xF00659D0          Read Data and Bit Flip Register 24
MC73_RDBFL25    0xF00659D2          Read Data and Bit Flip Register 25
MC73_RDBFL26    0xF00659D4          Read Data and Bit Flip Register 26
MC73_RDBFL27    0xF00659D6          Read Data and Bit Flip Register 27
MC73_RDBFL28    0xF00659D8          Read Data and Bit Flip Register 28
MC73_RDBFL29    0xF00659DA          Read Data and Bit Flip Register 29
MC73_RDBFL30    0xF00659DC          Read Data and Bit Flip Register 30
MC73_RDBFL31    0xF00659DE          Read Data and Bit Flip Register 31
MC73_RDBFL32    0xF00659E0          Read Data and Bit Flip Register 32
MC73_RDBFL33    0xF00659E2          Read Data and Bit Flip Register 33
MC73_RDBFL34    0xF00659E4          Read Data and Bit Flip Register 34
MC73_RDBFL35    0xF00659E6          Read Data and Bit Flip Register 35
MC73_RDBFL36    0xF00659E8          Read Data and Bit Flip Register 36
MC73_RDBFL37    0xF00659EA          Read Data and Bit Flip Register 37
MC73_RDBFL38    0xF00659EC          Read Data and Bit Flip Register 38
MC73_RDBFL39    0xF00659EE          Read Data and Bit Flip Register 39
MC74_CONFIG0    0xF0065A00          Configuration Register 0
MC74_CONFIG1    0xF0065A02          Configuration Register 1
MC74_MCONTROL   0xF0065A04          MBIST Control Register
MC74_MSTATUS    0xF0065A06          Status Register
MC74_RANGE      0xF0065A08          Range Register, single address mode
MC74_REVID      0xF0065A0C          Revision ID Register
MC74_ECCS       0xF0065A0E          ECC Safety Register
MC74_ECCD       0xF0065A10          Memory ECC Detection Register
MC74_ETRR0      0xF0065A12          Error Tracking Register 0
MC74_ETRR1      0xF0065A14          Error Tracking Register 1
MC74_ETRR2      0xF0065A16          Error Tracking Register 2
MC74_ETRR3      0xF0065A18          Error Tracking Register 3
MC74_ETRR4      0xF0065A1A          Error Tracking Register 4
MC74_RDBFL0     0xF0065AA0          Read Data and Bit Flip Register 0
MC74_RDBFL1     0xF0065AA2          Read Data and Bit Flip Register 1
MC74_RDBFL2     0xF0065AA4          Read Data and Bit Flip Register 2
MC74_RDBFL3     0xF0065AA6          Read Data and Bit Flip Register 3
MC74_RDBFL4     0xF0065AA8          Read Data and Bit Flip Register 4
MC74_RDBFL5     0xF0065AAA          Read Data and Bit Flip Register 5
MC74_RDBFL6     0xF0065AAC          Read Data and Bit Flip Register 6
MC74_RDBFL7     0xF0065AAE          Read Data and Bit Flip Register 7
MC74_RDBFL8     0xF0065AB0          Read Data and Bit Flip Register 8
MC74_RDBFL9     0xF0065AB2          Read Data and Bit Flip Register 9
MC74_RDBFL10    0xF0065AB4          Read Data and Bit Flip Register 10
MC74_RDBFL11    0xF0065AB6          Read Data and Bit Flip Register 11
MC74_RDBFL12    0xF0065AB8          Read Data and Bit Flip Register 12
MC74_RDBFL13    0xF0065ABA          Read Data and Bit Flip Register 13
MC74_RDBFL14    0xF0065ABC          Read Data and Bit Flip Register 14
MC74_RDBFL15    0xF0065ABE          Read Data and Bit Flip Register 15
MC74_RDBFL16    0xF0065AC0          Read Data and Bit Flip Register 16
MC74_RDBFL17    0xF0065AC2          Read Data and Bit Flip Register 17
MC74_RDBFL18    0xF0065AC4          Read Data and Bit Flip Register 18
MC74_RDBFL19    0xF0065AC6          Read Data and Bit Flip Register 19
MC74_RDBFL20    0xF0065AC8          Read Data and Bit Flip Register 20
MC74_RDBFL21    0xF0065ACA          Read Data and Bit Flip Register 21
MC74_RDBFL22    0xF0065ACC          Read Data and Bit Flip Register 22
MC74_RDBFL23    0xF0065ACE          Read Data and Bit Flip Register 23
MC74_RDBFL24    0xF0065AD0          Read Data and Bit Flip Register 24
MC74_RDBFL25    0xF0065AD2          Read Data and Bit Flip Register 25
MC74_RDBFL26    0xF0065AD4          Read Data and Bit Flip Register 26
MC74_RDBFL27    0xF0065AD6          Read Data and Bit Flip Register 27
MC74_RDBFL28    0xF0065AD8          Read Data and Bit Flip Register 28
MC74_RDBFL29    0xF0065ADA          Read Data and Bit Flip Register 29
MC74_RDBFL30    0xF0065ADC          Read Data and Bit Flip Register 30
MC74_RDBFL31    0xF0065ADE          Read Data and Bit Flip Register 31
MC74_RDBFL32    0xF0065AE0          Read Data and Bit Flip Register 32
MC74_RDBFL33    0xF0065AE2          Read Data and Bit Flip Register 33
MC74_RDBFL34    0xF0065AE4          Read Data and Bit Flip Register 34
MC74_RDBFL35    0xF0065AE6          Read Data and Bit Flip Register 35
MC74_RDBFL36    0xF0065AE8          Read Data and Bit Flip Register 36
MC74_RDBFL37    0xF0065AEA          Read Data and Bit Flip Register 37
MC74_RDBFL38    0xF0065AEC          Read Data and Bit Flip Register 38
MC74_RDBFL39    0xF0065AEE          Read Data and Bit Flip Register 39
MC75_CONFIG0    0xF0065B00          Configuration Register 0
MC75_CONFIG1    0xF0065B02          Configuration Register 1
MC75_MCONTROL   0xF0065B04          MBIST Control Register
MC75_MSTATUS    0xF0065B06          Status Register
MC75_RANGE      0xF0065B08          Range Register, single address mode
MC75_REVID      0xF0065B0C          Revision ID Register
MC75_ECCS       0xF0065B0E          ECC Safety Register
MC75_ECCD       0xF0065B10          Memory ECC Detection Register
MC75_ETRR0      0xF0065B12          Error Tracking Register 0
MC75_ETRR1      0xF0065B14          Error Tracking Register 1
MC75_ETRR2      0xF0065B16          Error Tracking Register 2
MC75_ETRR3      0xF0065B18          Error Tracking Register 3
MC75_ETRR4      0xF0065B1A          Error Tracking Register 4
MC75_RDBFL0     0xF0065BA0          Read Data and Bit Flip Register 0
MC75_RDBFL1     0xF0065BA2          Read Data and Bit Flip Register 1
MC75_RDBFL2     0xF0065BA4          Read Data and Bit Flip Register 2
MC75_RDBFL3     0xF0065BA6          Read Data and Bit Flip Register 3
MC75_RDBFL4     0xF0065BA8          Read Data and Bit Flip Register 4
MC75_RDBFL5     0xF0065BAA          Read Data and Bit Flip Register 5
MC75_RDBFL6     0xF0065BAC          Read Data and Bit Flip Register 6
MC75_RDBFL7     0xF0065BAE          Read Data and Bit Flip Register 7
MC75_RDBFL8     0xF0065BB0          Read Data and Bit Flip Register 8
MC75_RDBFL9     0xF0065BB2          Read Data and Bit Flip Register 9
MC75_RDBFL10    0xF0065BB4          Read Data and Bit Flip Register 10
MC75_RDBFL11    0xF0065BB6          Read Data and Bit Flip Register 11
MC75_RDBFL12    0xF0065BB8          Read Data and Bit Flip Register 12
MC75_RDBFL13    0xF0065BBA          Read Data and Bit Flip Register 13
MC75_RDBFL14    0xF0065BBC          Read Data and Bit Flip Register 14
MC75_RDBFL15    0xF0065BBE          Read Data and Bit Flip Register 15
MC75_RDBFL16    0xF0065BC0          Read Data and Bit Flip Register 16
MC75_RDBFL17    0xF0065BC2          Read Data and Bit Flip Register 17
MC75_RDBFL18    0xF0065BC4          Read Data and Bit Flip Register 18
MC75_RDBFL19    0xF0065BC6          Read Data and Bit Flip Register 19
MC75_RDBFL20    0xF0065BC8          Read Data and Bit Flip Register 20
MC75_RDBFL21    0xF0065BCA          Read Data and Bit Flip Register 21
MC75_RDBFL22    0xF0065BCC          Read Data and Bit Flip Register 22
MC75_RDBFL23    0xF0065BCE          Read Data and Bit Flip Register 23
MC75_RDBFL24    0xF0065BD0          Read Data and Bit Flip Register 24
MC75_RDBFL25    0xF0065BD2          Read Data and Bit Flip Register 25
MC75_RDBFL26    0xF0065BD4          Read Data and Bit Flip Register 26
MC75_RDBFL27    0xF0065BD6          Read Data and Bit Flip Register 27
MC75_RDBFL28    0xF0065BD8          Read Data and Bit Flip Register 28
MC75_RDBFL29    0xF0065BDA          Read Data and Bit Flip Register 29
MC75_RDBFL30    0xF0065BDC          Read Data and Bit Flip Register 30
MC75_RDBFL31    0xF0065BDE          Read Data and Bit Flip Register 31
MC75_RDBFL32    0xF0065BE0          Read Data and Bit Flip Register 32
MC75_RDBFL33    0xF0065BE2          Read Data and Bit Flip Register 33
MC75_RDBFL34    0xF0065BE4          Read Data and Bit Flip Register 34
MC75_RDBFL35    0xF0065BE6          Read Data and Bit Flip Register 35
MC75_RDBFL36    0xF0065BE8          Read Data and Bit Flip Register 36
MC75_RDBFL37    0xF0065BEA          Read Data and Bit Flip Register 37
MC75_RDBFL38    0xF0065BEC          Read Data and Bit Flip Register 38
MC75_RDBFL39    0xF0065BEE          Read Data and Bit Flip Register 39
MC76_CONFIG0    0xF0065C00          Configuration Register 0
MC76_CONFIG1    0xF0065C02          Configuration Register 1
MC76_MCONTROL   0xF0065C04          MBIST Control Register
MC76_MSTATUS    0xF0065C06          Status Register
MC76_RANGE      0xF0065C08          Range Register, single address mode
MC76_REVID      0xF0065C0C          Revision ID Register
MC76_ECCS       0xF0065C0E          ECC Safety Register
MC76_ECCD       0xF0065C10          Memory ECC Detection Register
MC76_ETRR0      0xF0065C12          Error Tracking Register 0
MC76_ETRR1      0xF0065C14          Error Tracking Register 1
MC76_ETRR2      0xF0065C16          Error Tracking Register 2
MC76_ETRR3      0xF0065C18          Error Tracking Register 3
MC76_ETRR4      0xF0065C1A          Error Tracking Register 4
MC76_RDBFL0     0xF0065CA0          Read Data and Bit Flip Register 0
MC76_RDBFL1     0xF0065CA2          Read Data and Bit Flip Register 1
MC76_RDBFL2     0xF0065CA4          Read Data and Bit Flip Register 2
MC76_RDBFL3     0xF0065CA6          Read Data and Bit Flip Register 3
MC76_RDBFL4     0xF0065CA8          Read Data and Bit Flip Register 4
MC76_RDBFL5     0xF0065CAA          Read Data and Bit Flip Register 5
MC76_RDBFL6     0xF0065CAC          Read Data and Bit Flip Register 6
MC76_RDBFL7     0xF0065CAE          Read Data and Bit Flip Register 7
MC76_RDBFL8     0xF0065CB0          Read Data and Bit Flip Register 8
MC76_RDBFL9     0xF0065CB2          Read Data and Bit Flip Register 9
MC76_RDBFL10    0xF0065CB4          Read Data and Bit Flip Register 10
MC76_RDBFL11    0xF0065CB6          Read Data and Bit Flip Register 11
MC76_RDBFL12    0xF0065CB8          Read Data and Bit Flip Register 12
MC76_RDBFL13    0xF0065CBA          Read Data and Bit Flip Register 13
MC76_RDBFL14    0xF0065CBC          Read Data and Bit Flip Register 14
MC76_RDBFL15    0xF0065CBE          Read Data and Bit Flip Register 15
MC76_RDBFL16    0xF0065CC0          Read Data and Bit Flip Register 16
MC76_RDBFL17    0xF0065CC2          Read Data and Bit Flip Register 17
MC76_RDBFL18    0xF0065CC4          Read Data and Bit Flip Register 18
MC76_RDBFL19    0xF0065CC6          Read Data and Bit Flip Register 19
MC76_RDBFL20    0xF0065CC8          Read Data and Bit Flip Register 20
MC76_RDBFL21    0xF0065CCA          Read Data and Bit Flip Register 21
MC76_RDBFL22    0xF0065CCC          Read Data and Bit Flip Register 22
MC76_RDBFL23    0xF0065CCE          Read Data and Bit Flip Register 23
MC76_RDBFL24    0xF0065CD0          Read Data and Bit Flip Register 24
MC76_RDBFL25    0xF0065CD2          Read Data and Bit Flip Register 25
MC76_RDBFL26    0xF0065CD4          Read Data and Bit Flip Register 26
MC76_RDBFL27    0xF0065CD6          Read Data and Bit Flip Register 27
MC76_RDBFL28    0xF0065CD8          Read Data and Bit Flip Register 28
MC76_RDBFL29    0xF0065CDA          Read Data and Bit Flip Register 29
MC76_RDBFL30    0xF0065CDC          Read Data and Bit Flip Register 30
MC76_RDBFL31    0xF0065CDE          Read Data and Bit Flip Register 31
MC76_RDBFL32    0xF0065CE0          Read Data and Bit Flip Register 32
MC76_RDBFL33    0xF0065CE2          Read Data and Bit Flip Register 33
MC76_RDBFL34    0xF0065CE4          Read Data and Bit Flip Register 34
MC76_RDBFL35    0xF0065CE6          Read Data and Bit Flip Register 35
MC76_RDBFL36    0xF0065CE8          Read Data and Bit Flip Register 36
MC76_RDBFL37    0xF0065CEA          Read Data and Bit Flip Register 37
MC76_RDBFL38    0xF0065CEC          Read Data and Bit Flip Register 38
MC76_RDBFL39    0xF0065CEE          Read Data and Bit Flip Register 39
MC77_CONFIG0    0xF0065D00          Configuration Register 0
MC77_CONFIG1    0xF0065D02          Configuration Register 1
MC77_MCONTROL   0xF0065D04          MBIST Control Register
MC77_MSTATUS    0xF0065D06          Status Register
MC77_RANGE      0xF0065D08          Range Register, single address mode
MC77_REVID      0xF0065D0C          Revision ID Register
MC77_ECCS       0xF0065D0E          ECC Safety Register
MC77_ECCD       0xF0065D10          Memory ECC Detection Register
MC77_ETRR0      0xF0065D12          Error Tracking Register 0
MC77_ETRR1      0xF0065D14          Error Tracking Register 1
MC77_ETRR2      0xF0065D16          Error Tracking Register 2
MC77_ETRR3      0xF0065D18          Error Tracking Register 3
MC77_ETRR4      0xF0065D1A          Error Tracking Register 4
MC77_RDBFL0     0xF0065DA0          Read Data and Bit Flip Register 0
MC77_RDBFL1     0xF0065DA2          Read Data and Bit Flip Register 1
MC77_RDBFL2     0xF0065DA4          Read Data and Bit Flip Register 2
MC77_RDBFL3     0xF0065DA6          Read Data and Bit Flip Register 3
MC77_RDBFL4     0xF0065DA8          Read Data and Bit Flip Register 4
MC77_RDBFL5     0xF0065DAA          Read Data and Bit Flip Register 5
MC77_RDBFL6     0xF0065DAC          Read Data and Bit Flip Register 6
MC77_RDBFL7     0xF0065DAE          Read Data and Bit Flip Register 7
MC77_RDBFL8     0xF0065DB0          Read Data and Bit Flip Register 8
MC77_RDBFL9     0xF0065DB2          Read Data and Bit Flip Register 9
MC77_RDBFL10    0xF0065DB4          Read Data and Bit Flip Register 10
MC77_RDBFL11    0xF0065DB6          Read Data and Bit Flip Register 11
MC77_RDBFL12    0xF0065DB8          Read Data and Bit Flip Register 12
MC77_RDBFL13    0xF0065DBA          Read Data and Bit Flip Register 13
MC77_RDBFL14    0xF0065DBC          Read Data and Bit Flip Register 14
MC77_RDBFL15    0xF0065DBE          Read Data and Bit Flip Register 15
MC77_RDBFL16    0xF0065DC0          Read Data and Bit Flip Register 16
MC77_RDBFL17    0xF0065DC2          Read Data and Bit Flip Register 17
MC77_RDBFL18    0xF0065DC4          Read Data and Bit Flip Register 18
MC77_RDBFL19    0xF0065DC6          Read Data and Bit Flip Register 19
MC77_RDBFL20    0xF0065DC8          Read Data and Bit Flip Register 20
MC77_RDBFL21    0xF0065DCA          Read Data and Bit Flip Register 21
MC77_RDBFL22    0xF0065DCC          Read Data and Bit Flip Register 22
MC77_RDBFL23    0xF0065DCE          Read Data and Bit Flip Register 23
MC77_RDBFL24    0xF0065DD0          Read Data and Bit Flip Register 24
MC77_RDBFL25    0xF0065DD2          Read Data and Bit Flip Register 25
MC77_RDBFL26    0xF0065DD4          Read Data and Bit Flip Register 26
MC77_RDBFL27    0xF0065DD6          Read Data and Bit Flip Register 27
MC77_RDBFL28    0xF0065DD8          Read Data and Bit Flip Register 28
MC77_RDBFL29    0xF0065DDA          Read Data and Bit Flip Register 29
MC77_RDBFL30    0xF0065DDC          Read Data and Bit Flip Register 30
MC77_RDBFL31    0xF0065DDE          Read Data and Bit Flip Register 31
MC77_RDBFL32    0xF0065DE0          Read Data and Bit Flip Register 32
MC77_RDBFL33    0xF0065DE2          Read Data and Bit Flip Register 33
MC77_RDBFL34    0xF0065DE4          Read Data and Bit Flip Register 34
MC77_RDBFL35    0xF0065DE6          Read Data and Bit Flip Register 35
MC77_RDBFL36    0xF0065DE8          Read Data and Bit Flip Register 36
MC77_RDBFL37    0xF0065DEA          Read Data and Bit Flip Register 37
MC77_RDBFL38    0xF0065DEC          Read Data and Bit Flip Register 38
MC77_RDBFL39    0xF0065DEE          Read Data and Bit Flip Register 39
MC78_CONFIG0    0xF0065E00          Configuration Register 0
MC78_CONFIG1    0xF0065E02          Configuration Register 1
MC78_MCONTROL   0xF0065E04          MBIST Control Register
MC78_MSTATUS    0xF0065E06          Status Register
MC78_RANGE      0xF0065E08          Range Register, single address mode
MC78_REVID      0xF0065E0C          Revision ID Register
MC78_ECCS       0xF0065E0E          ECC Safety Register
MC78_ECCD       0xF0065E10          Memory ECC Detection Register
MC78_ETRR0      0xF0065E12          Error Tracking Register 0
MC78_ETRR1      0xF0065E14          Error Tracking Register 1
MC78_ETRR2      0xF0065E16          Error Tracking Register 2
MC78_ETRR3      0xF0065E18          Error Tracking Register 3
MC78_ETRR4      0xF0065E1A          Error Tracking Register 4
MC78_RDBFL0     0xF0065EA0          Read Data and Bit Flip Register 0
MC78_RDBFL1     0xF0065EA2          Read Data and Bit Flip Register 1
MC78_RDBFL2     0xF0065EA4          Read Data and Bit Flip Register 2
MC78_RDBFL3     0xF0065EA6          Read Data and Bit Flip Register 3
MC78_RDBFL4     0xF0065EA8          Read Data and Bit Flip Register 4
MC78_RDBFL5     0xF0065EAA          Read Data and Bit Flip Register 5
MC78_RDBFL6     0xF0065EAC          Read Data and Bit Flip Register 6
MC78_RDBFL7     0xF0065EAE          Read Data and Bit Flip Register 7
MC78_RDBFL8     0xF0065EB0          Read Data and Bit Flip Register 8
MC78_RDBFL9     0xF0065EB2          Read Data and Bit Flip Register 9
MC78_RDBFL10    0xF0065EB4          Read Data and Bit Flip Register 10
MC78_RDBFL11    0xF0065EB6          Read Data and Bit Flip Register 11
MC78_RDBFL12    0xF0065EB8          Read Data and Bit Flip Register 12
MC78_RDBFL13    0xF0065EBA          Read Data and Bit Flip Register 13
MC78_RDBFL14    0xF0065EBC          Read Data and Bit Flip Register 14
MC78_RDBFL15    0xF0065EBE          Read Data and Bit Flip Register 15
MC78_RDBFL16    0xF0065EC0          Read Data and Bit Flip Register 16
MC78_RDBFL17    0xF0065EC2          Read Data and Bit Flip Register 17
MC78_RDBFL18    0xF0065EC4          Read Data and Bit Flip Register 18
MC78_RDBFL19    0xF0065EC6          Read Data and Bit Flip Register 19
MC78_RDBFL20    0xF0065EC8          Read Data and Bit Flip Register 20
MC78_RDBFL21    0xF0065ECA          Read Data and Bit Flip Register 21
MC78_RDBFL22    0xF0065ECC          Read Data and Bit Flip Register 22
MC78_RDBFL23    0xF0065ECE          Read Data and Bit Flip Register 23
MC78_RDBFL24    0xF0065ED0          Read Data and Bit Flip Register 24
MC78_RDBFL25    0xF0065ED2          Read Data and Bit Flip Register 25
MC78_RDBFL26    0xF0065ED4          Read Data and Bit Flip Register 26
MC78_RDBFL27    0xF0065ED6          Read Data and Bit Flip Register 27
MC78_RDBFL28    0xF0065ED8          Read Data and Bit Flip Register 28
MC78_RDBFL29    0xF0065EDA          Read Data and Bit Flip Register 29
MC78_RDBFL30    0xF0065EDC          Read Data and Bit Flip Register 30
MC78_RDBFL31    0xF0065EDE          Read Data and Bit Flip Register 31
MC78_RDBFL32    0xF0065EE0          Read Data and Bit Flip Register 32
MC78_RDBFL33    0xF0065EE2          Read Data and Bit Flip Register 33
MC78_RDBFL34    0xF0065EE4          Read Data and Bit Flip Register 34
MC78_RDBFL35    0xF0065EE6          Read Data and Bit Flip Register 35
MC78_RDBFL36    0xF0065EE8          Read Data and Bit Flip Register 36
MC78_RDBFL37    0xF0065EEA          Read Data and Bit Flip Register 37
MC78_RDBFL38    0xF0065EEC          Read Data and Bit Flip Register 38
MC78_RDBFL39    0xF0065EEE          Read Data and Bit Flip Register 39
MC79_CONFIG0    0xF0065F00          Configuration Register 0
MC79_CONFIG1    0xF0065F02          Configuration Register 1
MC79_MCONTROL   0xF0065F04          MBIST Control Register
MC79_MSTATUS    0xF0065F06          Status Register
MC79_RANGE      0xF0065F08          Range Register, single address mode
MC79_REVID      0xF0065F0C          Revision ID Register
MC79_ECCS       0xF0065F0E          ECC Safety Register
MC79_ECCD       0xF0065F10          Memory ECC Detection Register
MC79_ETRR0      0xF0065F12          Error Tracking Register 0
MC79_ETRR1      0xF0065F14          Error Tracking Register 1
MC79_ETRR2      0xF0065F16          Error Tracking Register 2
MC79_ETRR3      0xF0065F18          Error Tracking Register 3
MC79_ETRR4      0xF0065F1A          Error Tracking Register 4
MC79_RDBFL0     0xF0065FA0          Read Data and Bit Flip Register 0
MC79_RDBFL1     0xF0065FA2          Read Data and Bit Flip Register 1
MC79_RDBFL2     0xF0065FA4          Read Data and Bit Flip Register 2
MC79_RDBFL3     0xF0065FA6          Read Data and Bit Flip Register 3
MC79_RDBFL4     0xF0065FA8          Read Data and Bit Flip Register 4
MC79_RDBFL5     0xF0065FAA          Read Data and Bit Flip Register 5
MC79_RDBFL6     0xF0065FAC          Read Data and Bit Flip Register 6
MC79_RDBFL7     0xF0065FAE          Read Data and Bit Flip Register 7
MC79_RDBFL8     0xF0065FB0          Read Data and Bit Flip Register 8
MC79_RDBFL9     0xF0065FB2          Read Data and Bit Flip Register 9
MC79_RDBFL10    0xF0065FB4          Read Data and Bit Flip Register 10
MC79_RDBFL11    0xF0065FB6          Read Data and Bit Flip Register 11
MC79_RDBFL12    0xF0065FB8          Read Data and Bit Flip Register 12
MC79_RDBFL13    0xF0065FBA          Read Data and Bit Flip Register 13
MC79_RDBFL14    0xF0065FBC          Read Data and Bit Flip Register 14
MC79_RDBFL15    0xF0065FBE          Read Data and Bit Flip Register 15
MC79_RDBFL16    0xF0065FC0          Read Data and Bit Flip Register 16
MC79_RDBFL17    0xF0065FC2          Read Data and Bit Flip Register 17
MC79_RDBFL18    0xF0065FC4          Read Data and Bit Flip Register 18
MC79_RDBFL19    0xF0065FC6          Read Data and Bit Flip Register 19
MC79_RDBFL20    0xF0065FC8          Read Data and Bit Flip Register 20
MC79_RDBFL21    0xF0065FCA          Read Data and Bit Flip Register 21
MC79_RDBFL22    0xF0065FCC          Read Data and Bit Flip Register 22
MC79_RDBFL23    0xF0065FCE          Read Data and Bit Flip Register 23
MC79_RDBFL24    0xF0065FD0          Read Data and Bit Flip Register 24
MC79_RDBFL25    0xF0065FD2          Read Data and Bit Flip Register 25
MC79_RDBFL26    0xF0065FD4          Read Data and Bit Flip Register 26
MC79_RDBFL27    0xF0065FD6          Read Data and Bit Flip Register 27
MC79_RDBFL28    0xF0065FD8          Read Data and Bit Flip Register 28
MC79_RDBFL29    0xF0065FDA          Read Data and Bit Flip Register 29
MC79_RDBFL30    0xF0065FDC          Read Data and Bit Flip Register 30
MC79_RDBFL31    0xF0065FDE          Read Data and Bit Flip Register 31
MC79_RDBFL32    0xF0065FE0          Read Data and Bit Flip Register 32
MC79_RDBFL33    0xF0065FE2          Read Data and Bit Flip Register 33
MC79_RDBFL34    0xF0065FE4          Read Data and Bit Flip Register 34
MC79_RDBFL35    0xF0065FE6          Read Data and Bit Flip Register 35
MC79_RDBFL36    0xF0065FE8          Read Data and Bit Flip Register 36
MC79_RDBFL37    0xF0065FEA          Read Data and Bit Flip Register 37
MC79_RDBFL38    0xF0065FEC          Read Data and Bit Flip Register 38
MC79_RDBFL39    0xF0065FEE          Read Data and Bit Flip Register 39
MC80_CONFIG0    0xF0066000          Configuration Register 0
MC80_CONFIG1    0xF0066002          Configuration Register 1
MC80_MCONTROL   0xF0066004          MBIST Control Register
MC80_MSTATUS    0xF0066006          Status Register
MC80_RANGE      0xF0066008          Range Register, single address mode
MC80_REVID      0xF006600C          Revision ID Register
MC80_ECCS       0xF006600E          ECC Safety Register
MC80_ECCD       0xF0066010          Memory ECC Detection Register
MC80_ETRR0      0xF0066012          Error Tracking Register 0
MC80_ETRR1      0xF0066014          Error Tracking Register 1
MC80_ETRR2      0xF0066016          Error Tracking Register 2
MC80_ETRR3      0xF0066018          Error Tracking Register 3
MC80_ETRR4      0xF006601A          Error Tracking Register 4
MC80_RDBFL0     0xF00660A0          Read Data and Bit Flip Register 0
MC80_RDBFL1     0xF00660A2          Read Data and Bit Flip Register 1
MC80_RDBFL2     0xF00660A4          Read Data and Bit Flip Register 2
MC80_RDBFL3     0xF00660A6          Read Data and Bit Flip Register 3
MC80_RDBFL4     0xF00660A8          Read Data and Bit Flip Register 4
MC80_RDBFL5     0xF00660AA          Read Data and Bit Flip Register 5
MC80_RDBFL6     0xF00660AC          Read Data and Bit Flip Register 6
MC80_RDBFL7     0xF00660AE          Read Data and Bit Flip Register 7
MC80_RDBFL8     0xF00660B0          Read Data and Bit Flip Register 8
MC80_RDBFL9     0xF00660B2          Read Data and Bit Flip Register 9
MC80_RDBFL10    0xF00660B4          Read Data and Bit Flip Register 10
MC80_RDBFL11    0xF00660B6          Read Data and Bit Flip Register 11
MC80_RDBFL12    0xF00660B8          Read Data and Bit Flip Register 12
MC80_RDBFL13    0xF00660BA          Read Data and Bit Flip Register 13
MC80_RDBFL14    0xF00660BC          Read Data and Bit Flip Register 14
MC80_RDBFL15    0xF00660BE          Read Data and Bit Flip Register 15
MC80_RDBFL16    0xF00660C0          Read Data and Bit Flip Register 16
MC80_RDBFL17    0xF00660C2          Read Data and Bit Flip Register 17
MC80_RDBFL18    0xF00660C4          Read Data and Bit Flip Register 18
MC80_RDBFL19    0xF00660C6          Read Data and Bit Flip Register 19
MC80_RDBFL20    0xF00660C8          Read Data and Bit Flip Register 20
MC80_RDBFL21    0xF00660CA          Read Data and Bit Flip Register 21
MC80_RDBFL22    0xF00660CC          Read Data and Bit Flip Register 22
MC80_RDBFL23    0xF00660CE          Read Data and Bit Flip Register 23
MC80_RDBFL24    0xF00660D0          Read Data and Bit Flip Register 24
MC80_RDBFL25    0xF00660D2          Read Data and Bit Flip Register 25
MC80_RDBFL26    0xF00660D4          Read Data and Bit Flip Register 26
MC80_RDBFL27    0xF00660D6          Read Data and Bit Flip Register 27
MC80_RDBFL28    0xF00660D8          Read Data and Bit Flip Register 28
MC80_RDBFL29    0xF00660DA          Read Data and Bit Flip Register 29
MC80_RDBFL30    0xF00660DC          Read Data and Bit Flip Register 30
MC80_RDBFL31    0xF00660DE          Read Data and Bit Flip Register 31
MC80_RDBFL32    0xF00660E0          Read Data and Bit Flip Register 32
MC80_RDBFL33    0xF00660E2          Read Data and Bit Flip Register 33
MC80_RDBFL34    0xF00660E4          Read Data and Bit Flip Register 34
MC80_RDBFL35    0xF00660E6          Read Data and Bit Flip Register 35
MC80_RDBFL36    0xF00660E8          Read Data and Bit Flip Register 36
MC80_RDBFL37    0xF00660EA          Read Data and Bit Flip Register 37
MC80_RDBFL38    0xF00660EC          Read Data and Bit Flip Register 38
MC80_RDBFL39    0xF00660EE          Read Data and Bit Flip Register 39
MC81_CONFIG0    0xF0066100          Configuration Register 0
MC81_CONFIG1    0xF0066102          Configuration Register 1
MC81_MCONTROL   0xF0066104          MBIST Control Register
MC81_MSTATUS    0xF0066106          Status Register
MC81_RANGE      0xF0066108          Range Register, single address mode
MC81_REVID      0xF006610C          Revision ID Register
MC81_ECCS       0xF006610E          ECC Safety Register
MC81_ECCD       0xF0066110          Memory ECC Detection Register
MC81_ETRR0      0xF0066112          Error Tracking Register 0
MC81_ETRR1      0xF0066114          Error Tracking Register 1
MC81_ETRR2      0xF0066116          Error Tracking Register 2
MC81_ETRR3      0xF0066118          Error Tracking Register 3
MC81_ETRR4      0xF006611A          Error Tracking Register 4
MC81_RDBFL0     0xF00661A0          Read Data and Bit Flip Register 0
MC81_RDBFL1     0xF00661A2          Read Data and Bit Flip Register 1
MC81_RDBFL2     0xF00661A4          Read Data and Bit Flip Register 2
MC81_RDBFL3     0xF00661A6          Read Data and Bit Flip Register 3
MC81_RDBFL4     0xF00661A8          Read Data and Bit Flip Register 4
MC81_RDBFL5     0xF00661AA          Read Data and Bit Flip Register 5
MC81_RDBFL6     0xF00661AC          Read Data and Bit Flip Register 6
MC81_RDBFL7     0xF00661AE          Read Data and Bit Flip Register 7
MC81_RDBFL8     0xF00661B0          Read Data and Bit Flip Register 8
MC81_RDBFL9     0xF00661B2          Read Data and Bit Flip Register 9
MC81_RDBFL10    0xF00661B4          Read Data and Bit Flip Register 10
MC81_RDBFL11    0xF00661B6          Read Data and Bit Flip Register 11
MC81_RDBFL12    0xF00661B8          Read Data and Bit Flip Register 12
MC81_RDBFL13    0xF00661BA          Read Data and Bit Flip Register 13
MC81_RDBFL14    0xF00661BC          Read Data and Bit Flip Register 14
MC81_RDBFL15    0xF00661BE          Read Data and Bit Flip Register 15
MC81_RDBFL16    0xF00661C0          Read Data and Bit Flip Register 16
MC81_RDBFL17    0xF00661C2          Read Data and Bit Flip Register 17
MC81_RDBFL18    0xF00661C4          Read Data and Bit Flip Register 18
MC81_RDBFL19    0xF00661C6          Read Data and Bit Flip Register 19
MC81_RDBFL20    0xF00661C8          Read Data and Bit Flip Register 20
MC81_RDBFL21    0xF00661CA          Read Data and Bit Flip Register 21
MC81_RDBFL22    0xF00661CC          Read Data and Bit Flip Register 22
MC81_RDBFL23    0xF00661CE          Read Data and Bit Flip Register 23
MC81_RDBFL24    0xF00661D0          Read Data and Bit Flip Register 24
MC81_RDBFL25    0xF00661D2          Read Data and Bit Flip Register 25
MC81_RDBFL26    0xF00661D4          Read Data and Bit Flip Register 26
MC81_RDBFL27    0xF00661D6          Read Data and Bit Flip Register 27
MC81_RDBFL28    0xF00661D8          Read Data and Bit Flip Register 28
MC81_RDBFL29    0xF00661DA          Read Data and Bit Flip Register 29
MC81_RDBFL30    0xF00661DC          Read Data and Bit Flip Register 30
MC81_RDBFL31    0xF00661DE          Read Data and Bit Flip Register 31
MC81_RDBFL32    0xF00661E0          Read Data and Bit Flip Register 32
MC81_RDBFL33    0xF00661E2          Read Data and Bit Flip Register 33
MC81_RDBFL34    0xF00661E4          Read Data and Bit Flip Register 34
MC81_RDBFL35    0xF00661E6          Read Data and Bit Flip Register 35
MC81_RDBFL36    0xF00661E8          Read Data and Bit Flip Register 36
MC81_RDBFL37    0xF00661EA          Read Data and Bit Flip Register 37
MC81_RDBFL38    0xF00661EC          Read Data and Bit Flip Register 38
MC81_RDBFL39    0xF00661EE          Read Data and Bit Flip Register 39
MC82_CONFIG0    0xF0066200          Configuration Register 0
MC82_CONFIG1    0xF0066202          Configuration Register 1
MC82_MCONTROL   0xF0066204          MBIST Control Register
MC82_MSTATUS    0xF0066206          Status Register
MC82_RANGE      0xF0066208          Range Register, single address mode
MC82_REVID      0xF006620C          Revision ID Register
MC82_ECCS       0xF006620E          ECC Safety Register
MC82_ECCD       0xF0066210          Memory ECC Detection Register
MC82_ETRR0      0xF0066212          Error Tracking Register 0
MC82_ETRR1      0xF0066214          Error Tracking Register 1
MC82_ETRR2      0xF0066216          Error Tracking Register 2
MC82_ETRR3      0xF0066218          Error Tracking Register 3
MC82_ETRR4      0xF006621A          Error Tracking Register 4
MC82_RDBFL0     0xF00662A0          Read Data and Bit Flip Register 0
MC82_RDBFL1     0xF00662A2          Read Data and Bit Flip Register 1
MC82_RDBFL2     0xF00662A4          Read Data and Bit Flip Register 2
MC82_RDBFL3     0xF00662A6          Read Data and Bit Flip Register 3
MC82_RDBFL4     0xF00662A8          Read Data and Bit Flip Register 4
MC82_RDBFL5     0xF00662AA          Read Data and Bit Flip Register 5
MC82_RDBFL6     0xF00662AC          Read Data and Bit Flip Register 6
MC82_RDBFL7     0xF00662AE          Read Data and Bit Flip Register 7
MC82_RDBFL8     0xF00662B0          Read Data and Bit Flip Register 8
MC82_RDBFL9     0xF00662B2          Read Data and Bit Flip Register 9
MC82_RDBFL10    0xF00662B4          Read Data and Bit Flip Register 10
MC82_RDBFL11    0xF00662B6          Read Data and Bit Flip Register 11
MC82_RDBFL12    0xF00662B8          Read Data and Bit Flip Register 12
MC82_RDBFL13    0xF00662BA          Read Data and Bit Flip Register 13
MC82_RDBFL14    0xF00662BC          Read Data and Bit Flip Register 14
MC82_RDBFL15    0xF00662BE          Read Data and Bit Flip Register 15
MC82_RDBFL16    0xF00662C0          Read Data and Bit Flip Register 16
MC82_RDBFL17    0xF00662C2          Read Data and Bit Flip Register 17
MC82_RDBFL18    0xF00662C4          Read Data and Bit Flip Register 18
MC82_RDBFL19    0xF00662C6          Read Data and Bit Flip Register 19
MC82_RDBFL20    0xF00662C8          Read Data and Bit Flip Register 20
MC82_RDBFL21    0xF00662CA          Read Data and Bit Flip Register 21
MC82_RDBFL22    0xF00662CC          Read Data and Bit Flip Register 22
MC82_RDBFL23    0xF00662CE          Read Data and Bit Flip Register 23
MC82_RDBFL24    0xF00662D0          Read Data and Bit Flip Register 24
MC82_RDBFL25    0xF00662D2          Read Data and Bit Flip Register 25
MC82_RDBFL26    0xF00662D4          Read Data and Bit Flip Register 26
MC82_RDBFL27    0xF00662D6          Read Data and Bit Flip Register 27
MC82_RDBFL28    0xF00662D8          Read Data and Bit Flip Register 28
MC82_RDBFL29    0xF00662DA          Read Data and Bit Flip Register 29
MC82_RDBFL30    0xF00662DC          Read Data and Bit Flip Register 30
MC82_RDBFL31    0xF00662DE          Read Data and Bit Flip Register 31
MC82_RDBFL32    0xF00662E0          Read Data and Bit Flip Register 32
MC82_RDBFL33    0xF00662E2          Read Data and Bit Flip Register 33
MC82_RDBFL34    0xF00662E4          Read Data and Bit Flip Register 34
MC82_RDBFL35    0xF00662E6          Read Data and Bit Flip Register 35
MC82_RDBFL36    0xF00662E8          Read Data and Bit Flip Register 36
MC82_RDBFL37    0xF00662EA          Read Data and Bit Flip Register 37
MC82_RDBFL38    0xF00662EC          Read Data and Bit Flip Register 38
MC82_RDBFL39    0xF00662EE          Read Data and Bit Flip Register 39
MC83_CONFIG0    0xF0066300          Configuration Register 0
MC83_CONFIG1    0xF0066302          Configuration Register 1
MC83_MCONTROL   0xF0066304          MBIST Control Register
MC83_MSTATUS    0xF0066306          Status Register
MC83_RANGE      0xF0066308          Range Register, single address mode
MC83_REVID      0xF006630C          Revision ID Register
MC83_ECCS       0xF006630E          ECC Safety Register
MC83_ECCD       0xF0066310          Memory ECC Detection Register
MC83_ETRR0      0xF0066312          Error Tracking Register 0
MC83_ETRR1      0xF0066314          Error Tracking Register 1
MC83_ETRR2      0xF0066316          Error Tracking Register 2
MC83_ETRR3      0xF0066318          Error Tracking Register 3
MC83_ETRR4      0xF006631A          Error Tracking Register 4
MC83_RDBFL0     0xF00663A0          Read Data and Bit Flip Register 0
MC83_RDBFL1     0xF00663A2          Read Data and Bit Flip Register 1
MC83_RDBFL2     0xF00663A4          Read Data and Bit Flip Register 2
MC83_RDBFL3     0xF00663A6          Read Data and Bit Flip Register 3
MC83_RDBFL4     0xF00663A8          Read Data and Bit Flip Register 4
MC83_RDBFL5     0xF00663AA          Read Data and Bit Flip Register 5
MC83_RDBFL6     0xF00663AC          Read Data and Bit Flip Register 6
MC83_RDBFL7     0xF00663AE          Read Data and Bit Flip Register 7
MC83_RDBFL8     0xF00663B0          Read Data and Bit Flip Register 8
MC83_RDBFL9     0xF00663B2          Read Data and Bit Flip Register 9
MC83_RDBFL10    0xF00663B4          Read Data and Bit Flip Register 10
MC83_RDBFL11    0xF00663B6          Read Data and Bit Flip Register 11
MC83_RDBFL12    0xF00663B8          Read Data and Bit Flip Register 12
MC83_RDBFL13    0xF00663BA          Read Data and Bit Flip Register 13
MC83_RDBFL14    0xF00663BC          Read Data and Bit Flip Register 14
MC83_RDBFL15    0xF00663BE          Read Data and Bit Flip Register 15
MC83_RDBFL16    0xF00663C0          Read Data and Bit Flip Register 16
MC83_RDBFL17    0xF00663C2          Read Data and Bit Flip Register 17
MC83_RDBFL18    0xF00663C4          Read Data and Bit Flip Register 18
MC83_RDBFL19    0xF00663C6          Read Data and Bit Flip Register 19
MC83_RDBFL20    0xF00663C8          Read Data and Bit Flip Register 20
MC83_RDBFL21    0xF00663CA          Read Data and Bit Flip Register 21
MC83_RDBFL22    0xF00663CC          Read Data and Bit Flip Register 22
MC83_RDBFL23    0xF00663CE          Read Data and Bit Flip Register 23
MC83_RDBFL24    0xF00663D0          Read Data and Bit Flip Register 24
MC83_RDBFL25    0xF00663D2          Read Data and Bit Flip Register 25
MC83_RDBFL26    0xF00663D4          Read Data and Bit Flip Register 26
MC83_RDBFL27    0xF00663D6          Read Data and Bit Flip Register 27
MC83_RDBFL28    0xF00663D8          Read Data and Bit Flip Register 28
MC83_RDBFL29    0xF00663DA          Read Data and Bit Flip Register 29
MC83_RDBFL30    0xF00663DC          Read Data and Bit Flip Register 30
MC83_RDBFL31    0xF00663DE          Read Data and Bit Flip Register 31
MC83_RDBFL32    0xF00663E0          Read Data and Bit Flip Register 32
MC83_RDBFL33    0xF00663E2          Read Data and Bit Flip Register 33
MC83_RDBFL34    0xF00663E4          Read Data and Bit Flip Register 34
MC83_RDBFL35    0xF00663E6          Read Data and Bit Flip Register 35
MC83_RDBFL36    0xF00663E8          Read Data and Bit Flip Register 36
MC83_RDBFL37    0xF00663EA          Read Data and Bit Flip Register 37
MC83_RDBFL38    0xF00663EC          Read Data and Bit Flip Register 38
MC83_RDBFL39    0xF00663EE          Read Data and Bit Flip Register 39
MC84_CONFIG0    0xF0066400          Configuration Register 0
MC84_CONFIG1    0xF0066402          Configuration Register 1
MC84_MCONTROL   0xF0066404          MBIST Control Register
MC84_MSTATUS    0xF0066406          Status Register
MC84_RANGE      0xF0066408          Range Register, single address mode
MC84_REVID      0xF006640C          Revision ID Register
MC84_ECCS       0xF006640E          ECC Safety Register
MC84_ECCD       0xF0066410          Memory ECC Detection Register
MC84_ETRR0      0xF0066412          Error Tracking Register 0
MC84_ETRR1      0xF0066414          Error Tracking Register 1
MC84_ETRR2      0xF0066416          Error Tracking Register 2
MC84_ETRR3      0xF0066418          Error Tracking Register 3
MC84_ETRR4      0xF006641A          Error Tracking Register 4
MC84_RDBFL0     0xF00664A0          Read Data and Bit Flip Register 0
MC84_RDBFL1     0xF00664A2          Read Data and Bit Flip Register 1
MC84_RDBFL2     0xF00664A4          Read Data and Bit Flip Register 2
MC84_RDBFL3     0xF00664A6          Read Data and Bit Flip Register 3
MC84_RDBFL4     0xF00664A8          Read Data and Bit Flip Register 4
MC84_RDBFL5     0xF00664AA          Read Data and Bit Flip Register 5
MC84_RDBFL6     0xF00664AC          Read Data and Bit Flip Register 6
MC84_RDBFL7     0xF00664AE          Read Data and Bit Flip Register 7
MC84_RDBFL8     0xF00664B0          Read Data and Bit Flip Register 8
MC84_RDBFL9     0xF00664B2          Read Data and Bit Flip Register 9
MC84_RDBFL10    0xF00664B4          Read Data and Bit Flip Register 10
MC84_RDBFL11    0xF00664B6          Read Data and Bit Flip Register 11
MC84_RDBFL12    0xF00664B8          Read Data and Bit Flip Register 12
MC84_RDBFL13    0xF00664BA          Read Data and Bit Flip Register 13
MC84_RDBFL14    0xF00664BC          Read Data and Bit Flip Register 14
MC84_RDBFL15    0xF00664BE          Read Data and Bit Flip Register 15
MC84_RDBFL16    0xF00664C0          Read Data and Bit Flip Register 16
MC84_RDBFL17    0xF00664C2          Read Data and Bit Flip Register 17
MC84_RDBFL18    0xF00664C4          Read Data and Bit Flip Register 18
MC84_RDBFL19    0xF00664C6          Read Data and Bit Flip Register 19
MC84_RDBFL20    0xF00664C8          Read Data and Bit Flip Register 20
MC84_RDBFL21    0xF00664CA          Read Data and Bit Flip Register 21
MC84_RDBFL22    0xF00664CC          Read Data and Bit Flip Register 22
MC84_RDBFL23    0xF00664CE          Read Data and Bit Flip Register 23
MC84_RDBFL24    0xF00664D0          Read Data and Bit Flip Register 24
MC84_RDBFL25    0xF00664D2          Read Data and Bit Flip Register 25
MC84_RDBFL26    0xF00664D4          Read Data and Bit Flip Register 26
MC84_RDBFL27    0xF00664D6          Read Data and Bit Flip Register 27
MC84_RDBFL28    0xF00664D8          Read Data and Bit Flip Register 28
MC84_RDBFL29    0xF00664DA          Read Data and Bit Flip Register 29
MC84_RDBFL30    0xF00664DC          Read Data and Bit Flip Register 30
MC84_RDBFL31    0xF00664DE          Read Data and Bit Flip Register 31
MC84_RDBFL32    0xF00664E0          Read Data and Bit Flip Register 32
MC84_RDBFL33    0xF00664E2          Read Data and Bit Flip Register 33
MC84_RDBFL34    0xF00664E4          Read Data and Bit Flip Register 34
MC84_RDBFL35    0xF00664E6          Read Data and Bit Flip Register 35
MC84_RDBFL36    0xF00664E8          Read Data and Bit Flip Register 36
MC84_RDBFL37    0xF00664EA          Read Data and Bit Flip Register 37
MC84_RDBFL38    0xF00664EC          Read Data and Bit Flip Register 38
MC84_RDBFL39    0xF00664EE          Read Data and Bit Flip Register 39
MC85_CONFIG0    0xF0066500          Configuration Register 0
MC85_CONFIG1    0xF0066502          Configuration Register 1
MC85_MCONTROL   0xF0066504          MBIST Control Register
MC85_MSTATUS    0xF0066506          Status Register
MC85_RANGE      0xF0066508          Range Register, single address mode
MC85_REVID      0xF006650C          Revision ID Register
MC85_ECCS       0xF006650E          ECC Safety Register
MC85_ECCD       0xF0066510          Memory ECC Detection Register
MC85_ETRR0      0xF0066512          Error Tracking Register 0
MC85_ETRR1      0xF0066514          Error Tracking Register 1
MC85_ETRR2      0xF0066516          Error Tracking Register 2
MC85_ETRR3      0xF0066518          Error Tracking Register 3
MC85_ETRR4      0xF006651A          Error Tracking Register 4
MC85_RDBFL0     0xF00665A0          Read Data and Bit Flip Register 0
MC85_RDBFL1     0xF00665A2          Read Data and Bit Flip Register 1
MC85_RDBFL2     0xF00665A4          Read Data and Bit Flip Register 2
MC85_RDBFL3     0xF00665A6          Read Data and Bit Flip Register 3
MC85_RDBFL4     0xF00665A8          Read Data and Bit Flip Register 4
MC85_RDBFL5     0xF00665AA          Read Data and Bit Flip Register 5
MC85_RDBFL6     0xF00665AC          Read Data and Bit Flip Register 6
MC85_RDBFL7     0xF00665AE          Read Data and Bit Flip Register 7
MC85_RDBFL8     0xF00665B0          Read Data and Bit Flip Register 8
MC85_RDBFL9     0xF00665B2          Read Data and Bit Flip Register 9
MC85_RDBFL10    0xF00665B4          Read Data and Bit Flip Register 10
MC85_RDBFL11    0xF00665B6          Read Data and Bit Flip Register 11
MC85_RDBFL12    0xF00665B8          Read Data and Bit Flip Register 12
MC85_RDBFL13    0xF00665BA          Read Data and Bit Flip Register 13
MC85_RDBFL14    0xF00665BC          Read Data and Bit Flip Register 14
MC85_RDBFL15    0xF00665BE          Read Data and Bit Flip Register 15
MC85_RDBFL16    0xF00665C0          Read Data and Bit Flip Register 16
MC85_RDBFL17    0xF00665C2          Read Data and Bit Flip Register 17
MC85_RDBFL18    0xF00665C4          Read Data and Bit Flip Register 18
MC85_RDBFL19    0xF00665C6          Read Data and Bit Flip Register 19
MC85_RDBFL20    0xF00665C8          Read Data and Bit Flip Register 20
MC85_RDBFL21    0xF00665CA          Read Data and Bit Flip Register 21
MC85_RDBFL22    0xF00665CC          Read Data and Bit Flip Register 22
MC85_RDBFL23    0xF00665CE          Read Data and Bit Flip Register 23
MC85_RDBFL24    0xF00665D0          Read Data and Bit Flip Register 24
MC85_RDBFL25    0xF00665D2          Read Data and Bit Flip Register 25
MC85_RDBFL26    0xF00665D4          Read Data and Bit Flip Register 26
MC85_RDBFL27    0xF00665D6          Read Data and Bit Flip Register 27
MC85_RDBFL28    0xF00665D8          Read Data and Bit Flip Register 28
MC85_RDBFL29    0xF00665DA          Read Data and Bit Flip Register 29
MC85_RDBFL30    0xF00665DC          Read Data and Bit Flip Register 30
MC85_RDBFL31    0xF00665DE          Read Data and Bit Flip Register 31
MC85_RDBFL32    0xF00665E0          Read Data and Bit Flip Register 32
MC85_RDBFL33    0xF00665E2          Read Data and Bit Flip Register 33
MC85_RDBFL34    0xF00665E4          Read Data and Bit Flip Register 34
MC85_RDBFL35    0xF00665E6          Read Data and Bit Flip Register 35
MC85_RDBFL36    0xF00665E8          Read Data and Bit Flip Register 36
MC85_RDBFL37    0xF00665EA          Read Data and Bit Flip Register 37
MC85_RDBFL38    0xF00665EC          Read Data and Bit Flip Register 38
MC85_RDBFL39    0xF00665EE          Read Data and Bit Flip Register 39
MC86_CONFIG0    0xF0066600          Configuration Register 0
MC86_CONFIG1    0xF0066602          Configuration Register 1
MC86_MCONTROL   0xF0066604          MBIST Control Register
MC86_MSTATUS    0xF0066606          Status Register
MC86_RANGE      0xF0066608          Range Register, single address mode
MC86_REVID      0xF006660C          Revision ID Register
MC86_ECCS       0xF006660E          ECC Safety Register
MC86_ECCD       0xF0066610          Memory ECC Detection Register
MC86_ETRR0      0xF0066612          Error Tracking Register 0
MC86_ETRR1      0xF0066614          Error Tracking Register 1
MC86_ETRR2      0xF0066616          Error Tracking Register 2
MC86_ETRR3      0xF0066618          Error Tracking Register 3
MC86_ETRR4      0xF006661A          Error Tracking Register 4
MC86_RDBFL0     0xF00666A0          Read Data and Bit Flip Register 0
MC86_RDBFL1     0xF00666A2          Read Data and Bit Flip Register 1
MC86_RDBFL2     0xF00666A4          Read Data and Bit Flip Register 2
MC86_RDBFL3     0xF00666A6          Read Data and Bit Flip Register 3
MC86_RDBFL4     0xF00666A8          Read Data and Bit Flip Register 4
MC86_RDBFL5     0xF00666AA          Read Data and Bit Flip Register 5
MC86_RDBFL6     0xF00666AC          Read Data and Bit Flip Register 6
MC86_RDBFL7     0xF00666AE          Read Data and Bit Flip Register 7
MC86_RDBFL8     0xF00666B0          Read Data and Bit Flip Register 8
MC86_RDBFL9     0xF00666B2          Read Data and Bit Flip Register 9
MC86_RDBFL10    0xF00666B4          Read Data and Bit Flip Register 10
MC86_RDBFL11    0xF00666B6          Read Data and Bit Flip Register 11
MC86_RDBFL12    0xF00666B8          Read Data and Bit Flip Register 12
MC86_RDBFL13    0xF00666BA          Read Data and Bit Flip Register 13
MC86_RDBFL14    0xF00666BC          Read Data and Bit Flip Register 14
MC86_RDBFL15    0xF00666BE          Read Data and Bit Flip Register 15
MC86_RDBFL16    0xF00666C0          Read Data and Bit Flip Register 16
MC86_RDBFL17    0xF00666C2          Read Data and Bit Flip Register 17
MC86_RDBFL18    0xF00666C4          Read Data and Bit Flip Register 18
MC86_RDBFL19    0xF00666C6          Read Data and Bit Flip Register 19
MC86_RDBFL20    0xF00666C8          Read Data and Bit Flip Register 20
MC86_RDBFL21    0xF00666CA          Read Data and Bit Flip Register 21
MC86_RDBFL22    0xF00666CC          Read Data and Bit Flip Register 22
MC86_RDBFL23    0xF00666CE          Read Data and Bit Flip Register 23
MC86_RDBFL24    0xF00666D0          Read Data and Bit Flip Register 24
MC86_RDBFL25    0xF00666D2          Read Data and Bit Flip Register 25
MC86_RDBFL26    0xF00666D4          Read Data and Bit Flip Register 26
MC86_RDBFL27    0xF00666D6          Read Data and Bit Flip Register 27
MC86_RDBFL28    0xF00666D8          Read Data and Bit Flip Register 28
MC86_RDBFL29    0xF00666DA          Read Data and Bit Flip Register 29
MC86_RDBFL30    0xF00666DC          Read Data and Bit Flip Register 30
MC86_RDBFL31    0xF00666DE          Read Data and Bit Flip Register 31
MC86_RDBFL32    0xF00666E0          Read Data and Bit Flip Register 32
MC86_RDBFL33    0xF00666E2          Read Data and Bit Flip Register 33
MC86_RDBFL34    0xF00666E4          Read Data and Bit Flip Register 34
MC86_RDBFL35    0xF00666E6          Read Data and Bit Flip Register 35
MC86_RDBFL36    0xF00666E8          Read Data and Bit Flip Register 36
MC86_RDBFL37    0xF00666EA          Read Data and Bit Flip Register 37
MC86_RDBFL38    0xF00666EC          Read Data and Bit Flip Register 38
MC86_RDBFL39    0xF00666EE          Read Data and Bit Flip Register 39
MC87_CONFIG0    0xF0066700          Configuration Register 0
MC87_CONFIG1    0xF0066702          Configuration Register 1
MC87_MCONTROL   0xF0066704          MBIST Control Register
MC87_MSTATUS    0xF0066706          Status Register
MC87_RANGE      0xF0066708          Range Register, single address mode
MC87_REVID      0xF006670C          Revision ID Register
MC87_ECCS       0xF006670E          ECC Safety Register
MC87_ECCD       0xF0066710          Memory ECC Detection Register
MC87_ETRR0      0xF0066712          Error Tracking Register 0
MC87_ETRR1      0xF0066714          Error Tracking Register 1
MC87_ETRR2      0xF0066716          Error Tracking Register 2
MC87_ETRR3      0xF0066718          Error Tracking Register 3
MC87_ETRR4      0xF006671A          Error Tracking Register 4
MC87_RDBFL0     0xF00667A0          Read Data and Bit Flip Register 0
MC87_RDBFL1     0xF00667A2          Read Data and Bit Flip Register 1
MC87_RDBFL2     0xF00667A4          Read Data and Bit Flip Register 2
MC87_RDBFL3     0xF00667A6          Read Data and Bit Flip Register 3
MC87_RDBFL4     0xF00667A8          Read Data and Bit Flip Register 4
MC87_RDBFL5     0xF00667AA          Read Data and Bit Flip Register 5
MC87_RDBFL6     0xF00667AC          Read Data and Bit Flip Register 6
MC87_RDBFL7     0xF00667AE          Read Data and Bit Flip Register 7
MC87_RDBFL8     0xF00667B0          Read Data and Bit Flip Register 8
MC87_RDBFL9     0xF00667B2          Read Data and Bit Flip Register 9
MC87_RDBFL10    0xF00667B4          Read Data and Bit Flip Register 10
MC87_RDBFL11    0xF00667B6          Read Data and Bit Flip Register 11
MC87_RDBFL12    0xF00667B8          Read Data and Bit Flip Register 12
MC87_RDBFL13    0xF00667BA          Read Data and Bit Flip Register 13
MC87_RDBFL14    0xF00667BC          Read Data and Bit Flip Register 14
MC87_RDBFL15    0xF00667BE          Read Data and Bit Flip Register 15
MC87_RDBFL16    0xF00667C0          Read Data and Bit Flip Register 16
MC87_RDBFL17    0xF00667C2          Read Data and Bit Flip Register 17
MC87_RDBFL18    0xF00667C4          Read Data and Bit Flip Register 18
MC87_RDBFL19    0xF00667C6          Read Data and Bit Flip Register 19
MC87_RDBFL20    0xF00667C8          Read Data and Bit Flip Register 20
MC87_RDBFL21    0xF00667CA          Read Data and Bit Flip Register 21
MC87_RDBFL22    0xF00667CC          Read Data and Bit Flip Register 22
MC87_RDBFL23    0xF00667CE          Read Data and Bit Flip Register 23
MC87_RDBFL24    0xF00667D0          Read Data and Bit Flip Register 24
MC87_RDBFL25    0xF00667D2          Read Data and Bit Flip Register 25
MC87_RDBFL26    0xF00667D4          Read Data and Bit Flip Register 26
MC87_RDBFL27    0xF00667D6          Read Data and Bit Flip Register 27
MC87_RDBFL28    0xF00667D8          Read Data and Bit Flip Register 28
MC87_RDBFL29    0xF00667DA          Read Data and Bit Flip Register 29
MC87_RDBFL30    0xF00667DC          Read Data and Bit Flip Register 30
MC87_RDBFL31    0xF00667DE          Read Data and Bit Flip Register 31
MC87_RDBFL32    0xF00667E0          Read Data and Bit Flip Register 32
MC87_RDBFL33    0xF00667E2          Read Data and Bit Flip Register 33
MC87_RDBFL34    0xF00667E4          Read Data and Bit Flip Register 34
MC87_RDBFL35    0xF00667E6          Read Data and Bit Flip Register 35
MC87_RDBFL36    0xF00667E8          Read Data and Bit Flip Register 36
MC87_RDBFL37    0xF00667EA          Read Data and Bit Flip Register 37
MC87_RDBFL38    0xF00667EC          Read Data and Bit Flip Register 38
MC87_RDBFL39    0xF00667EE          Read Data and Bit Flip Register 39
GTM_REV         0xF0100000          GTM Version Control Register
GTM_RST         0xF0100004          GTM Global Reset Register
GTM_CTRL        0xF0100008          GTM Global Control Register
GTM_AEI_ADDR_XPT 0xF010000C          GTM AEI Timeout Exception Address Register
GTM_IRQ_NOTIFY  0xF0100010          GTM Interrupt Notification Register
GTM_IRQ_EN      0xF0100014          GTM Interrupt Enable Register
GTM_IRQ_FORCINT 0xF0100018          GTM Software Interrupt Generation Register
GTM_IRQ_MODE    0xF010001C          GTM Top Level Interrupts Mode Selection
GTM_EIRQ_EN     0xF0100020          GTM Error Interrupt Enable Register
GTM_HW_CONF     0xF0100024          GTM Hardware Configuration
GTM_BRIDGE_MODE 0xF0100030          GTM to SPB BRIDGE MODE
GTM_BRIDGE_PTR1 0xF0100034          GTM to SPB BRIDGE PTR1
GTM_BRIDGE_PTR2 0xF0100038          GTM to SPB BRIDGE PTR2
GTM_TIM0_AUX_IN_SRC 0xF0100040          GTM TIM0 AUX_IN_SRC
GTM_TBU_CHEN    0xF0100100          TBU Global Channel Enable Register
GTM_TBU_CH0_CTRL 0xF0100104          TBU Channel 0 Control Register
GTM_TBU_CH0_BASE 0xF0100108          TBU Channel 0 Base Register
GTM_TBU_CH1_CTRL 0xF010010C          TBU Channel 1 Control Register
GTM_TBU_CH1_BASE 0xF0100110          TBU Channel 1 Base Register
GTM_TBU_CH2_CTRL 0xF0100114          TBU Channel 2 Control Register
GTM_TBU_CH2_BASE 0xF0100118          TBU Channel 2 Base Register
GTM_CMU_CLK_EN  0xF0100300          CMU Clock Enable Register
GTM_CMU_GCLK_NUM 0xF0100304          CMU Global Clock Control Numerator Register
GTM_CMU_GCLK_DEN 0xF0100308          CMU Global Clock Control Denominator Register
GTM_CMU_CLK_0_CTRL 0xF010030C          CMU Control For Clock Source 0 Register
GTM_CMU_CLK_1_CTRL 0xF0100310          CMU Control For Clock Source 1 Register
GTM_CMU_CLK_2_CTRL 0xF0100314          CMU Control For Clock Source 2 Register
GTM_CMU_CLK_3_CTRL 0xF0100318          CMU Control For Clock Source 3 Register
GTM_CMU_CLK_4_CTRL 0xF010031C          CMU Control For Clock Source 4 Register
GTM_CMU_CLK_5_CTRL 0xF0100320          CMU Control For Clock Source 5 Register
GTM_CMU_CLK_6_CTRL 0xF0100324          CMU Control For Clock Source 6 Register
GTM_CMU_CLK_7_CTRL 0xF0100328          CMU Control For Clock Source 7 Register
GTM_CMU_ECLK_0_NUM 0xF010032C          CMU External Clock 0 Control Numerator Register
GTM_CMU_ECLK_0_DEN 0xF0100330          CMU External Clock 0 Control Denominator Register
GTM_CMU_ECLK_1_NUM 0xF0100334          CMU External Clock 1 Control Numerator Register
GTM_CMU_ECLK_1_DEN 0xF0100338          CMU External Clock 1 Control Denominator Register
GTM_CMU_ECLK_2_NUM 0xF010033C          CMU External Clock 2 Control Numerator Register
GTM_CMU_ECLK_2_DEN 0xF0100340          CMU External Clock 2 Control Denominator Register
GTM_CMU_FXCLK_CTRL 0xF0100344          CMU FXCLK Control Register
GTM_ICM_IRQG_0  0xF0100600          GTM Infrastructure Interrupt Group
GTM_ICM_IRQG_2  0xF0100608          TIM Interrupt Group 0
GTM_ICM_IRQG_6  0xF0100618          TOM Interrupt Group 0
GTM_ICM_IRQG_MEI 0xF0100630          ICM Module Error Interrupt Register
GTM_ICM_IRQG_CEI1 0xF0100638          ICM Channel Error Interrupt 1 Register
GTM_TIM0_CH0_GPR0 0xF0101000          TIM0 Channel 0 General Purpose 0 Register
GTM_TIM0_CH0_GPR1 0xF0101004          TIM0 Channel 0 General Purpose 1 Register
GTM_TIM0_CH0_CNT 0xF0101008          TIM0 Channel 0 SMU Counter Register
GTM_TIM0_CH0_ECNT 0xF010100C          TIM0 Channel 0 Edge Counter Register
GTM_TIM0_CH0_CNTS 0xF0101010          TIM0 Channel 0 SMU Shadow Counter Register
GTM_TIM0_CH0_TDUC 0xF0101014          TIM0 Channel 0 TDUC Register
GTM_TIM0_CH0_TDUV 0xF0101018          TIM0 Channel 0 TDUV Register
GTM_TIM0_CH0_FLT_RE 0xF010101C          GTM_TIM0 Channel 0 Filter Parameter 0 Register
GTM_TIM0_CH0_FLT_FE 0xF0101020          TIM0 Channel 0 Filter Parameter 1 Register
GTM_TIM0_CH0_CTRL 0xF0101024          TIM Channel 0 Control Register
GTM_TIM0_CH0_ECTRL 0xF0101028          TIM0 Channel 0 External Capture Control Register
GTM_TIM0_CH0_IRQ_NOTIFY 0xF010102C          TIM0 Channel 0 Interrupt Notification Register
GTM_TIM0_CH0_IRQ_EN 0xF0101030          TIM0 Channel 0 Interrupt Enable Register
GTM_TIM0_CH0_IRQ_FORCINT 0xF0101034          TIM0 Channel 0 Software Interrupt Force Register
GTM_TIM0_CH0_IRQ_MODE 0xF0101038          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH0_EIRQ_EN 0xF010103C          TIM0 Channel 0 Error Interrupt Enable Register
GTM_TIM0_INP_VAL 0xF0101074          TIM0 Input Value Register
GTM_TIM0_IN_SRC 0xF0101078          TIM0_IN_SRC Long Name
GTM_TIM0_RST    0xF010107C          TIM0 Global Software Reset Register
GTM_TIM0_CH1_GPR0 0xF0101080          TIM0 Channel 1 General Purpose 0 Register
GTM_TIM0_CH1_GPR1 0xF0101084          TIM0 Channel 1 General Purpose 1 Register
GTM_TIM0_CH1_CNT 0xF0101088          TIM0 Channel 1 SMU Counter Register
GTM_TIM0_CH1_ECNT 0xF010108C          TIM0 Channel 1 Edge Counter Register
GTM_TIM0_CH1_CNTS 0xF0101090          TIM0 Channel 1 SMU Shadow Counter Register
GTM_TIM0_CH1_TDUC 0xF0101094          TIM0 Channel 1 TDUC Register
GTM_TIM0_CH1_TDUV 0xF0101098          TIM0 Channel 1 TDUV Register
GTM_TIM0_CH1_FLT_RE 0xF010109C          GTM_TIM0 Channel 1 Filter Parameter 0 Register
GTM_TIM0_CH1_FLT_FE 0xF01010A0          TIM0 Channel 1 Filter Parameter 1 Register
GTM_TIM0_CH1_CTRL 0xF01010A4          TIM Channel 1 Control Register
GTM_TIM0_CH1_ECTRL 0xF01010A8          TIM0 Channel 1 External Capture Control Register
GTM_TIM0_CH1_IRQ_NOTIFY 0xF01010AC          TIM0 Channel 1 Interrupt Notification Register
GTM_TIM0_CH1_IRQ_EN 0xF01010B0          TIM0 Channel 1 Interrupt Enable Register
GTM_TIM0_CH1_IRQ_FORCINT 0xF01010B4          TIM0 Channel 1 Software Interrupt Force Register
GTM_TIM0_CH1_IRQ_MODE 0xF01010B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH1_EIRQ_EN 0xF01010BC          TIM0 Channel 1 Error Interrupt Enable Register
GTM_TIM0_CH2_GPR0 0xF0101100          TIM0 Channel 2 General Purpose 0 Register
GTM_TIM0_CH2_GPR1 0xF0101104          TIM0 Channel 2 General Purpose 1 Register
GTM_TIM0_CH2_CNT 0xF0101108          TIM0 Channel 2 SMU Counter Register
GTM_TIM0_CH2_ECNT 0xF010110C          TIM0 Channel 2 Edge Counter Register
GTM_TIM0_CH2_CNTS 0xF0101110          TIM0 Channel 2 SMU Shadow Counter Register
GTM_TIM0_CH2_TDUC 0xF0101114          TIM0 Channel 2 TDUC Register
GTM_TIM0_CH2_TDUV 0xF0101118          TIM0 Channel 2 TDUV Register
GTM_TIM0_CH2_FLT_RE 0xF010111C          GTM_TIM0 Channel 2 Filter Parameter 0 Register
GTM_TIM0_CH2_FLT_FE 0xF0101120          TIM0 Channel 2 Filter Parameter 1 Register
GTM_TIM0_CH2_CTRL 0xF0101124          TIM Channel 2 Control Register
GTM_TIM0_CH2_ECTRL 0xF0101128          TIM0 Channel 2 External Capture Control Register
GTM_TIM0_CH2_IRQ_NOTIFY 0xF010112C          TIM0 Channel 2 Interrupt Notification Register
GTM_TIM0_CH2_IRQ_EN 0xF0101130          TIM0 Channel 2 Interrupt Enable Register
GTM_TIM0_CH2_IRQ_FORCINT 0xF0101134          TIM0 Channel 2 Software Interrupt Force Register
GTM_TIM0_CH2_IRQ_MODE 0xF0101138          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH2_EIRQ_EN 0xF010113C          TIM0 Channel 2 Error Interrupt Enable Register
GTM_TIM0_CH3_GPR0 0xF0101180          TIM0 Channel 3 General Purpose 0 Register
GTM_TIM0_CH3_GPR1 0xF0101184          TIM0 Channel 3 General Purpose 1 Register
GTM_TIM0_CH3_CNT 0xF0101188          TIM0 Channel 3 SMU Counter Register
GTM_TIM0_CH3_ECNT 0xF010118C          TIM0 Channel 3 Edge Counter Register
GTM_TIM0_CH3_CNTS 0xF0101190          TIM0 Channel 3 SMU Shadow Counter Register
GTM_TIM0_CH3_TDUC 0xF0101194          TIM0 Channel 3 TDUC Register
GTM_TIM0_CH3_TDUV 0xF0101198          TIM0 Channel 3 TDUV Register
GTM_TIM0_CH3_FLT_RE 0xF010119C          GTM_TIM0 Channel 3 Filter Parameter 0 Register
GTM_TIM0_CH3_FLT_FE 0xF01011A0          TIM0 Channel 3 Filter Parameter 1 Register
GTM_TIM0_CH3_CTRL 0xF01011A4          TIM Channel 3 Control Register
GTM_TIM0_CH3_ECTRL 0xF01011A8          TIM0 Channel 3 External Capture Control Register
GTM_TIM0_CH3_IRQ_NOTIFY 0xF01011AC          TIM0 Channel 3 Interrupt Notification Register
GTM_TIM0_CH3_IRQ_EN 0xF01011B0          TIM0 Channel 3 Interrupt Enable Register
GTM_TIM0_CH3_IRQ_FORCINT 0xF01011B4          TIM0 Channel 3 Software Interrupt Force Register
GTM_TIM0_CH3_IRQ_MODE 0xF01011B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH3_EIRQ_EN 0xF01011BC          TIM0 Channel 3 Error Interrupt Enable Register
GTM_TIM0_CH4_GPR0 0xF0101200          TIM0 Channel 4 General Purpose 0 Register
GTM_TIM0_CH4_GPR1 0xF0101204          TIM0 Channel 4 General Purpose 1 Register
GTM_TIM0_CH4_CNT 0xF0101208          TIM0 Channel 4 SMU Counter Register
GTM_TIM0_CH4_ECNT 0xF010120C          TIM0 Channel 4 Edge Counter Register
GTM_TIM0_CH4_CNTS 0xF0101210          TIM0 Channel 4 SMU Shadow Counter Register
GTM_TIM0_CH4_TDUC 0xF0101214          TIM0 Channel 4 TDUC Register
GTM_TIM0_CH4_TDUV 0xF0101218          TIM0 Channel 4 TDUV Register
GTM_TIM0_CH4_FLT_RE 0xF010121C          GTM_TIM0 Channel 4 Filter Parameter 0 Register
GTM_TIM0_CH4_FLT_FE 0xF0101220          TIM0 Channel 4 Filter Parameter 1 Register
GTM_TIM0_CH4_CTRL 0xF0101224          TIM Channel 4 Control Register
GTM_TIM0_CH4_ECTRL 0xF0101228          TIM0 Channel 4 External Capture Control Register
GTM_TIM0_CH4_IRQ_NOTIFY 0xF010122C          TIM0 Channel 4 Interrupt Notification Register
GTM_TIM0_CH4_IRQ_EN 0xF0101230          TIM0 Channel 4 Interrupt Enable Register
GTM_TIM0_CH4_IRQ_FORCINT 0xF0101234          TIM0 Channel 4 Software Interrupt Force Register
GTM_TIM0_CH4_IRQ_MODE 0xF0101238          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH4_EIRQ_EN 0xF010123C          TIM0 Channel 4 Error Interrupt Enable Register
GTM_TIM0_CH5_GPR0 0xF0101280          TIM0 Channel 5 General Purpose 0 Register
GTM_TIM0_CH5_GPR1 0xF0101284          TIM0 Channel 5 General Purpose 1 Register
GTM_TIM0_CH5_CNT 0xF0101288          TIM0 Channel 5 SMU Counter Register
GTM_TIM0_CH5_ECNT 0xF010128C          TIM0 Channel 5 Edge Counter Register
GTM_TIM0_CH5_CNTS 0xF0101290          TIM0 Channel 5 SMU Shadow Counter Register
GTM_TIM0_CH5_TDUC 0xF0101294          TIM0 Channel 5 TDUC Register
GTM_TIM0_CH5_TDUV 0xF0101298          TIM0 Channel 5 TDUV Register
GTM_TIM0_CH5_FLT_RE 0xF010129C          GTM_TIM0 Channel 5 Filter Parameter 0 Register
GTM_TIM0_CH5_FLT_FE 0xF01012A0          TIM0 Channel 5 Filter Parameter 1 Register
GTM_TIM0_CH5_CTRL 0xF01012A4          TIM Channel 5 Control Register
GTM_TIM0_CH5_ECTRL 0xF01012A8          TIM0 Channel 5 External Capture Control Register
GTM_TIM0_CH5_IRQ_NOTIFY 0xF01012AC          TIM0 Channel 5 Interrupt Notification Register
GTM_TIM0_CH5_IRQ_EN 0xF01012B0          TIM0 Channel 5 Interrupt Enable Register
GTM_TIM0_CH5_IRQ_FORCINT 0xF01012B4          TIM0 Channel 5 Software Interrupt Force Register
GTM_TIM0_CH5_IRQ_MODE 0xF01012B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH5_EIRQ_EN 0xF01012BC          TIM0 Channel 5 Error Interrupt Enable Register
GTM_TIM0_CH6_GPR0 0xF0101300          TIM0 Channel 6 General Purpose 0 Register
GTM_TIM0_CH6_GPR1 0xF0101304          TIM0 Channel 6 General Purpose 1 Register
GTM_TIM0_CH6_CNT 0xF0101308          TIM0 Channel 6 SMU Counter Register
GTM_TIM0_CH6_ECNT 0xF010130C          TIM0 Channel 6 Edge Counter Register
GTM_TIM0_CH6_CNTS 0xF0101310          TIM0 Channel 6 SMU Shadow Counter Register
GTM_TIM0_CH6_TDUC 0xF0101314          TIM0 Channel 6 TDUC Register
GTM_TIM0_CH6_TDUV 0xF0101318          TIM0 Channel 6 TDUV Register
GTM_TIM0_CH6_FLT_RE 0xF010131C          GTM_TIM0 Channel 6 Filter Parameter 0 Register
GTM_TIM0_CH6_FLT_FE 0xF0101320          TIM0 Channel 6 Filter Parameter 1 Register
GTM_TIM0_CH6_CTRL 0xF0101324          TIM Channel 6 Control Register
GTM_TIM0_CH6_ECTRL 0xF0101328          TIM0 Channel 6 External Capture Control Register
GTM_TIM0_CH6_IRQ_NOTIFY 0xF010132C          TIM0 Channel 6 Interrupt Notification Register
GTM_TIM0_CH6_IRQ_EN 0xF0101330          TIM0 Channel 6 Interrupt Enable Register
GTM_TIM0_CH6_IRQ_FORCINT 0xF0101334          TIM0 Channel 6 Software Interrupt Force Register
GTM_TIM0_CH6_IRQ_MODE 0xF0101338          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH6_EIRQ_EN 0xF010133C          TIM0 Channel 6 Error Interrupt Enable Register
GTM_TIM0_CH7_GPR0 0xF0101380          TIM0 Channel 7 General Purpose 0 Register
GTM_TIM0_CH7_GPR1 0xF0101384          TIM0 Channel 7 General Purpose 1 Register
GTM_TIM0_CH7_CNT 0xF0101388          TIM0 Channel 7 SMU Counter Register
GTM_TIM0_CH7_ECNT 0xF010138C          TIM0 Channel 7 Edge Counter Register
GTM_TIM0_CH7_CNTS 0xF0101390          TIM0 Channel 7 SMU Shadow Counter Register
GTM_TIM0_CH7_TDUC 0xF0101394          TIM0 Channel 7 TDUC Register
GTM_TIM0_CH7_TDUV 0xF0101398          TIM0 Channel 7 TDUV Register
GTM_TIM0_CH7_FLT_RE 0xF010139C          GTM_TIM0 Channel 7 Filter Parameter 0 Register
GTM_TIM0_CH7_FLT_FE 0xF01013A0          TIM0 Channel 7 Filter Parameter 1 Register
GTM_TIM0_CH7_CTRL 0xF01013A4          TIM Channel 7 Control Register
GTM_TIM0_CH7_ECTRL 0xF01013A8          TIM0 Channel 7 External Capture Control Register
GTM_TIM0_CH7_IRQ_NOTIFY 0xF01013AC          TIM0 Channel 7 Interrupt Notification Register
GTM_TIM0_CH7_IRQ_EN 0xF01013B0          TIM0 Channel 7 Interrupt Enable Register
GTM_TIM0_CH7_IRQ_FORCINT 0xF01013B4          TIM0 Channel 7 Software Interrupt Force Register
GTM_TIM0_CH7_IRQ_MODE 0xF01013B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH7_EIRQ_EN 0xF01013BC          TIM0 Channel 7 Error Interrupt Enable Register
GTM_TOM0_CH0_CTRL 0xF0108000          TOM0 Channel 0 Control Register?
GTM_TOM0_CH0_SR0 0xF0108004          TOM0 Channel 0 CCU0 Compare Shadow Register
GTM_TOM0_CH0_SR1 0xF0108008          TOM0 Channel 0 CCU1 Compare Shadow Register
GTM_TOM0_CH0_CM0 0xF010800C          TOM0 Channel 0 CCU0 Compare Register
GTM_TOM0_CH0_CM1 0xF0108010          TOM0 Channel 0 CCU1 Compare Register
GTM_TOM0_CH0_CN0 0xF0108014          TOM0 Channel 0 CCU0 Counter Register
GTM_TOM0_CH0_STAT 0xF0108018          TOM0 Channel Status Register
GTM_TOM0_CH0_IRQ_NOTIFY 0xF010801C          TOM0 Channel 0 Interrupt Notification Register
GTM_TOM0_CH0_IRQ_EN 0xF0108020          TOM0 Channel 0 Interrupt Enable Register
GTM_TOM0_CH0_IRQ_FORCINT 0xF0108024          TOM0 Channel 0 Software Interrupt Generation Register
GTM_TOM0_CH0_IRQ_MODE 0xF0108028          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC0_GLB_CTRL 0xF0108030          TOM0 TGC0 Global Control Register
GTM_TOM0_TGC0_ACT_TB 0xF0108034          TOM0 TGC0 Action Time Base Register
GTM_TOM0_TGC0_FUPD_CTRL 0xF0108038          TOM0 TGC0 Force Update Control Register
GTM_TOM0_TGC0_INT_TRIG 0xF010803C          TOM0 TGC0 Internal Trigger Control Register
GTM_TOM0_CH1_CTRL 0xF0108040          TOM0 Channel 1 Control Register?
GTM_TOM0_CH1_SR0 0xF0108044          TOM0 Channel 1 CCU0 Compare Shadow Register
GTM_TOM0_CH1_SR1 0xF0108048          TOM0 Channel 1 CCU1 Compare Shadow Register
GTM_TOM0_CH1_CM0 0xF010804C          TOM0 Channel 1 CCU0 Compare Register
GTM_TOM0_CH1_CM1 0xF0108050          TOM0 Channel 1 CCU1 Compare Register
GTM_TOM0_CH1_CN0 0xF0108054          TOM0 Channel 1 CCU0 Counter Register
GTM_TOM0_CH1_STAT 0xF0108058          TOM0 Channel Status Register
GTM_TOM0_CH1_IRQ_NOTIFY 0xF010805C          TOM0 Channel 1 Interrupt Notification Register
GTM_TOM0_CH1_IRQ_EN 0xF0108060          TOM0 Channel 1 Interrupt Enable Register
GTM_TOM0_CH1_IRQ_FORCINT 0xF0108064          TOM0 Channel 1 Software Interrupt Generation Register
GTM_TOM0_CH1_IRQ_MODE 0xF0108068          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC0_ENDIS_CTRL 0xF0108070          TOM0 TGC0 Enable/Disable Control Register
GTM_TOM0_TGC0_ENDIS_STAT 0xF0108074          TOM0 TGC0 Enable/Disable Status Register
GTM_TOM0_TGC0_OUTEN_CTRL 0xF0108078          TOM0 TGC0 Output Enable Control Register
GTM_TOM0_TGC0_OUTEN_STAT 0xF010807C          TOM0 TGC0 Output Enable Status Register
GTM_TOM0_CH2_CTRL 0xF0108080          TOM0 Channel 2 Control Register?
GTM_TOM0_CH2_SR0 0xF0108084          TOM0 Channel 2 CCU0 Compare Shadow Register
GTM_TOM0_CH2_SR1 0xF0108088          TOM0 Channel 2 CCU1 Compare Shadow Register
GTM_TOM0_CH2_CM0 0xF010808C          TOM0 Channel 2 CCU0 Compare Register
GTM_TOM0_CH2_CM1 0xF0108090          TOM0 Channel 2 CCU1 Compare Register
GTM_TOM0_CH2_CN0 0xF0108094          TOM0 Channel 2 CCU0 Counter Register
GTM_TOM0_CH2_STAT 0xF0108098          TOM0 Channel Status Register
GTM_TOM0_CH2_IRQ_NOTIFY 0xF010809C          TOM0 Channel 2 Interrupt Notification Register
GTM_TOM0_CH2_IRQ_EN 0xF01080A0          TOM0 Channel 2 Interrupt Enable Register
GTM_TOM0_CH2_IRQ_FORCINT 0xF01080A4          TOM0 Channel 2 Software Interrupt Generation Register
GTM_TOM0_CH2_IRQ_MODE 0xF01080A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH3_CTRL 0xF01080C0          TOM0 Channel 3 Control Register?
GTM_TOM0_CH3_SR0 0xF01080C4          TOM0 Channel 3 CCU0 Compare Shadow Register
GTM_TOM0_CH3_SR1 0xF01080C8          TOM0 Channel 3 CCU1 Compare Shadow Register
GTM_TOM0_CH3_CM0 0xF01080CC          TOM0 Channel 3 CCU0 Compare Register
GTM_TOM0_CH3_CM1 0xF01080D0          TOM0 Channel 3 CCU1 Compare Register
GTM_TOM0_CH3_CN0 0xF01080D4          TOM0 Channel 3 CCU0 Counter Register
GTM_TOM0_CH3_STAT 0xF01080D8          TOM0 Channel Status Register
GTM_TOM0_CH3_IRQ_NOTIFY 0xF01080DC          TOM0 Channel 3 Interrupt Notification Register
GTM_TOM0_CH3_IRQ_EN 0xF01080E0          TOM0 Channel 3 Interrupt Enable Register
GTM_TOM0_CH3_IRQ_FORCINT 0xF01080E4          TOM0 Channel 3 Software Interrupt Generation Register
GTM_TOM0_CH3_IRQ_MODE 0xF01080E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH4_CTRL 0xF0108100          TOM0 Channel 4 Control Register?
GTM_TOM0_CH4_SR0 0xF0108104          TOM0 Channel 4 CCU0 Compare Shadow Register
GTM_TOM0_CH4_SR1 0xF0108108          TOM0 Channel 4 CCU1 Compare Shadow Register
GTM_TOM0_CH4_CM0 0xF010810C          TOM0 Channel 4 CCU0 Compare Register
GTM_TOM0_CH4_CM1 0xF0108110          TOM0 Channel 4 CCU1 Compare Register
GTM_TOM0_CH4_CN0 0xF0108114          TOM0 Channel 4 CCU0 Counter Register
GTM_TOM0_CH4_STAT 0xF0108118          TOM0 Channel Status Register
GTM_TOM0_CH4_IRQ_NOTIFY 0xF010811C          TOM0 Channel 4 Interrupt Notification Register
GTM_TOM0_CH4_IRQ_EN 0xF0108120          TOM0 Channel 4 Interrupt Enable Register
GTM_TOM0_CH4_IRQ_FORCINT 0xF0108124          TOM0 Channel 4 Software Interrupt Generation Register
GTM_TOM0_CH4_IRQ_MODE 0xF0108128          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH5_CTRL 0xF0108140          TOM0 Channel 5 Control Register?
GTM_TOM0_CH5_SR0 0xF0108144          TOM0 Channel 5 CCU0 Compare Shadow Register
GTM_TOM0_CH5_SR1 0xF0108148          TOM0 Channel 5 CCU1 Compare Shadow Register
GTM_TOM0_CH5_CM0 0xF010814C          TOM0 Channel 5 CCU0 Compare Register
GTM_TOM0_CH5_CM1 0xF0108150          TOM0 Channel 5 CCU1 Compare Register
GTM_TOM0_CH5_CN0 0xF0108154          TOM0 Channel 5 CCU0 Counter Register
GTM_TOM0_CH5_STAT 0xF0108158          TOM0 Channel Status Register
GTM_TOM0_CH5_IRQ_NOTIFY 0xF010815C          TOM0 Channel 5 Interrupt Notification Register
GTM_TOM0_CH5_IRQ_EN 0xF0108160          TOM0 Channel 5 Interrupt Enable Register
GTM_TOM0_CH5_IRQ_FORCINT 0xF0108164          TOM0 Channel 5 Software Interrupt Generation Register
GTM_TOM0_CH5_IRQ_MODE 0xF0108168          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH6_CTRL 0xF0108180          TOM0 Channel 6 Control Register?
GTM_TOM0_CH6_SR0 0xF0108184          TOM0 Channel 6 CCU0 Compare Shadow Register
GTM_TOM0_CH6_SR1 0xF0108188          TOM0 Channel 6 CCU1 Compare Shadow Register
GTM_TOM0_CH6_CM0 0xF010818C          TOM0 Channel 6 CCU0 Compare Register
GTM_TOM0_CH6_CM1 0xF0108190          TOM0 Channel 6 CCU1 Compare Register
GTM_TOM0_CH6_CN0 0xF0108194          TOM0 Channel 6 CCU0 Counter Register
GTM_TOM0_CH6_STAT 0xF0108198          TOM0 Channel Status Register
GTM_TOM0_CH6_IRQ_NOTIFY 0xF010819C          TOM0 Channel 6 Interrupt Notification Register
GTM_TOM0_CH6_IRQ_EN 0xF01081A0          TOM0 Channel 6 Interrupt Enable Register
GTM_TOM0_CH6_IRQ_FORCINT 0xF01081A4          TOM0 Channel 6 Software Interrupt Generation Register
GTM_TOM0_CH6_IRQ_MODE 0xF01081A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH7_CTRL 0xF01081C0          TOM0 Channel 7 Control Register?
GTM_TOM0_CH7_SR0 0xF01081C4          TOM0 Channel 7 CCU0 Compare Shadow Register
GTM_TOM0_CH7_SR1 0xF01081C8          TOM0 Channel 7 CCU1 Compare Shadow Register
GTM_TOM0_CH7_CM0 0xF01081CC          TOM0 Channel 7 CCU0 Compare Register
GTM_TOM0_CH7_CM1 0xF01081D0          TOM0 Channel 7 CCU1 Compare Register
GTM_TOM0_CH7_CN0 0xF01081D4          TOM0 Channel 7 CCU0 Counter Register
GTM_TOM0_CH7_STAT 0xF01081D8          TOM0 Channel Status Register
GTM_TOM0_CH7_IRQ_NOTIFY 0xF01081DC          TOM0 Channel 7 Interrupt Notification Register
GTM_TOM0_CH7_IRQ_EN 0xF01081E0          TOM0 Channel 7 Interrupt Enable Register
GTM_TOM0_CH7_IRQ_FORCINT 0xF01081E4          TOM0 Channel 7 Software Interrupt Generation Register
GTM_TOM0_CH7_IRQ_MODE 0xF01081E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH8_CTRL 0xF0108200          TOM0 Channel 8 Control Register?
GTM_TOM0_CH8_SR0 0xF0108204          TOM0 Channel 8 CCU0 Compare Shadow Register
GTM_TOM0_CH8_SR1 0xF0108208          TOM0 Channel 8 CCU1 Compare Shadow Register
GTM_TOM0_CH8_CM0 0xF010820C          TOM0 Channel 8 CCU0 Compare Register
GTM_TOM0_CH8_CM1 0xF0108210          TOM0 Channel 8 CCU1 Compare Register
GTM_TOM0_CH8_CN0 0xF0108214          TOM0 Channel 8 CCU0 Counter Register
GTM_TOM0_CH8_STAT 0xF0108218          TOM0 Channel Status Register
GTM_TOM0_CH8_IRQ_NOTIFY 0xF010821C          TOM0 Channel 8 Interrupt Notification Register
GTM_TOM0_CH8_IRQ_EN 0xF0108220          TOM0 Channel 8 Interrupt Enable Register
GTM_TOM0_CH8_IRQ_FORCINT 0xF0108224          TOM0 Channel 8 Software Interrupt Generation Register
GTM_TOM0_CH8_IRQ_MODE 0xF0108228          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC1_GLB_CTRL 0xF0108230          TOM0 TGC1 Global Control Register
GTM_TOM0_TGC1_ACT_TB 0xF0108234          TOM0 TGC1 Action Time Base Register
GTM_TOM0_TGC1_FUPD_CTRL 0xF0108238          TOM0 TGC1 Force Update Control Register
GTM_TOM0_TGC1_INT_TRIG 0xF010823C          TOM0 TGC1 Internal Trigger Control Register
GTM_TOM0_CH9_CTRL 0xF0108240          TOM0 Channel 9 Control Register?
GTM_TOM0_CH9_SR0 0xF0108244          TOM0 Channel 9 CCU0 Compare Shadow Register
GTM_TOM0_CH9_SR1 0xF0108248          TOM0 Channel 9 CCU1 Compare Shadow Register
GTM_TOM0_CH9_CM0 0xF010824C          TOM0 Channel 9 CCU0 Compare Register
GTM_TOM0_CH9_CM1 0xF0108250          TOM0 Channel 9 CCU1 Compare Register
GTM_TOM0_CH9_CN0 0xF0108254          TOM0 Channel 9 CCU0 Counter Register
GTM_TOM0_CH9_STAT 0xF0108258          TOM0 Channel Status Register
GTM_TOM0_CH9_IRQ_NOTIFY 0xF010825C          TOM0 Channel 9 Interrupt Notification Register
GTM_TOM0_CH9_IRQ_EN 0xF0108260          TOM0 Channel 9 Interrupt Enable Register
GTM_TOM0_CH9_IRQ_FORCINT 0xF0108264          TOM0 Channel 9 Software Interrupt Generation Register
GTM_TOM0_CH9_IRQ_MODE 0xF0108268          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC1_ENDIS_CTRL 0xF0108270          TOM0 TGC1 Enable/Disable Control Register
GTM_TOM0_TGC1_ENDIS_STAT 0xF0108274          TOM0 TGC1 Enable/Disable Status Register
GTM_TOM0_TGC1_OUTEN_CTRL 0xF0108278          TOM0 TGC1 Output Enable Control Register
GTM_TOM0_TGC1_OUTEN_STAT 0xF010827C          TOM0 TGC1 Output Enable Status Register
GTM_TOM0_CH10_CTRL 0xF0108280          TOM0 Channel 10 Control Register?
GTM_TOM0_CH10_SR0 0xF0108284          TOM0 Channel 10 CCU0 Compare Shadow Register
GTM_TOM0_CH10_SR1 0xF0108288          TOM0 Channel 10 CCU1 Compare Shadow Register
GTM_TOM0_CH10_CM0 0xF010828C          TOM0 Channel 10 CCU0 Compare Register
GTM_TOM0_CH10_CM1 0xF0108290          TOM0 Channel 10 CCU1 Compare Register
GTM_TOM0_CH10_CN0 0xF0108294          TOM0 Channel 10 CCU0 Counter Register
GTM_TOM0_CH10_STAT 0xF0108298          TOM0 Channel Status Register
GTM_TOM0_CH10_IRQ_NOTIFY 0xF010829C          TOM0 Channel 10 Interrupt Notification Register
GTM_TOM0_CH10_IRQ_EN 0xF01082A0          TOM0 Channel 10 Interrupt Enable Register
GTM_TOM0_CH10_IRQ_FORCINT 0xF01082A4          TOM0 Channel 10 Software Interrupt Generation Register
GTM_TOM0_CH10_IRQ_MODE 0xF01082A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH11_CTRL 0xF01082C0          TOM0 Channel 11 Control Register?
GTM_TOM0_CH11_SR0 0xF01082C4          TOM0 Channel 11 CCU0 Compare Shadow Register
GTM_TOM0_CH11_SR1 0xF01082C8          TOM0 Channel 11 CCU1 Compare Shadow Register
GTM_TOM0_CH11_CM0 0xF01082CC          TOM0 Channel 11 CCU0 Compare Register
GTM_TOM0_CH11_CM1 0xF01082D0          TOM0 Channel 11 CCU1 Compare Register
GTM_TOM0_CH11_CN0 0xF01082D4          TOM0 Channel 11 CCU0 Counter Register
GTM_TOM0_CH11_STAT 0xF01082D8          TOM0 Channel Status Register
GTM_TOM0_CH11_IRQ_NOTIFY 0xF01082DC          TOM0 Channel 11 Interrupt Notification Register
GTM_TOM0_CH11_IRQ_EN 0xF01082E0          TOM0 Channel 11 Interrupt Enable Register
GTM_TOM0_CH11_IRQ_FORCINT 0xF01082E4          TOM0 Channel 11 Software Interrupt Generation Register
GTM_TOM0_CH11_IRQ_MODE 0xF01082E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH12_CTRL 0xF0108300          TOM0 Channel 12 Control Register?
GTM_TOM0_CH12_SR0 0xF0108304          TOM0 Channel 12 CCU0 Compare Shadow Register
GTM_TOM0_CH12_SR1 0xF0108308          TOM0 Channel 12 CCU1 Compare Shadow Register
GTM_TOM0_CH12_CM0 0xF010830C          TOM0 Channel 12 CCU0 Compare Register
GTM_TOM0_CH12_CM1 0xF0108310          TOM0 Channel 12 CCU1 Compare Register
GTM_TOM0_CH12_CN0 0xF0108314          TOM0 Channel 12 CCU0 Counter Register
GTM_TOM0_CH12_STAT 0xF0108318          TOM0 Channel Status Register
GTM_TOM0_CH12_IRQ_NOTIFY 0xF010831C          TOM0 Channel 12 Interrupt Notification Register
GTM_TOM0_CH12_IRQ_EN 0xF0108320          TOM0 Channel 12 Interrupt Enable Register
GTM_TOM0_CH12_IRQ_FORCINT 0xF0108324          TOM0 Channel 12 Software Interrupt Generation Register
GTM_TOM0_CH12_IRQ_MODE 0xF0108328          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH13_CTRL 0xF0108340          TOM0 Channel 13 Control Register?
GTM_TOM0_CH13_SR0 0xF0108344          TOM0 Channel 13 CCU0 Compare Shadow Register
GTM_TOM0_CH13_SR1 0xF0108348          TOM0 Channel 13 CCU1 Compare Shadow Register
GTM_TOM0_CH13_CM0 0xF010834C          TOM0 Channel 13 CCU0 Compare Register
GTM_TOM0_CH13_CM1 0xF0108350          TOM0 Channel 13 CCU1 Compare Register
GTM_TOM0_CH13_CN0 0xF0108354          TOM0 Channel 13 CCU0 Counter Register
GTM_TOM0_CH13_STAT 0xF0108358          TOM0 Channel Status Register
GTM_TOM0_CH13_IRQ_NOTIFY 0xF010835C          TOM0 Channel 13 Interrupt Notification Register
GTM_TOM0_CH13_IRQ_EN 0xF0108360          TOM0 Channel 13 Interrupt Enable Register
GTM_TOM0_CH13_IRQ_FORCINT 0xF0108364          TOM0 Channel 13 Software Interrupt Generation Register
GTM_TOM0_CH13_IRQ_MODE 0xF0108368          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH14_CTRL 0xF0108380          TOM0 Channel 14 Control Register?
GTM_TOM0_CH14_SR0 0xF0108384          TOM0 Channel 14 CCU0 Compare Shadow Register
GTM_TOM0_CH14_SR1 0xF0108388          TOM0 Channel 14 CCU1 Compare Shadow Register
GTM_TOM0_CH14_CM0 0xF010838C          TOM0 Channel 14 CCU0 Compare Register
GTM_TOM0_CH14_CM1 0xF0108390          TOM0 Channel 14 CCU1 Compare Register
GTM_TOM0_CH14_CN0 0xF0108394          TOM0 Channel 14 CCU0 Counter Register
GTM_TOM0_CH14_STAT 0xF0108398          TOM0 Channel Status Register
GTM_TOM0_CH14_IRQ_NOTIFY 0xF010839C          TOM0 Channel 14 Interrupt Notification Register
GTM_TOM0_CH14_IRQ_EN 0xF01083A0          TOM0 Channel 14 Interrupt Enable Register
GTM_TOM0_CH14_IRQ_FORCINT 0xF01083A4          TOM0 Channel 14 Software Interrupt Generation Register
GTM_TOM0_CH14_IRQ_MODE 0xF01083A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH15_CTRL 0xF01083C0          TOM0 Channel 15 Control Register
GTM_TOM0_CH15_SR0 0xF01083C4          TOM0 Channel 15 CCU0 Compare Shadow Register
GTM_TOM0_CH15_SR1 0xF01083C8          TOM0 Channel 15 CCU1 Compare Shadow Register
GTM_TOM0_CH15_CM0 0xF01083CC          TOM0 Channel 15 CCU0 Compare Register
GTM_TOM0_CH15_CM1 0xF01083D0          TOM0 Channel 15 CCU1 Compare Register
GTM_TOM0_CH15_CN0 0xF01083D4          TOM0 Channel 15 CCU0 Counter Register
GTM_TOM0_CH15_STAT 0xF01083D8          TOM0 Channel Status Register
GTM_TOM0_CH15_IRQ_NOTIFY 0xF01083DC          TOM0 Channel 15 Interrupt Notification Register
GTM_TOM0_CH15_IRQ_EN 0xF01083E0          TOM0 Channel 15 Interrupt Enable Register
GTM_TOM0_CH15_IRQ_FORCINT 0xF01083E4          TOM0 Channel 15 Software Interrupt Generation Register
GTM_TOM0_CH15_IRQ_MODE 0xF01083E8          TOM0 IRQ Mode Configuration Register
GTM_TOM1_CH0_CTRL 0xF0108800          TOM1 Channel 0 Control Register?
GTM_TOM1_CH0_SR0 0xF0108804          TOM1 Channel 0 CCU0 Compare Shadow Register
GTM_TOM1_CH0_SR1 0xF0108808          TOM1 Channel 0 CCU1 Compare Shadow Register
GTM_TOM1_CH0_CM0 0xF010880C          TOM1 Channel 0 CCU0 Compare Register
GTM_TOM1_CH0_CM1 0xF0108810          TOM1 Channel 0 CCU1 Compare Register
GTM_TOM1_CH0_CN0 0xF0108814          TOM1 Channel 0 CCU0 Counter Register
GTM_TOM1_CH0_STAT 0xF0108818          TOM1 Channel Status Register
GTM_TOM1_CH0_IRQ_NOTIFY 0xF010881C          TOM1 Channel 0 Interrupt Notification Register
GTM_TOM1_CH0_IRQ_EN 0xF0108820          TOM1 Channel 0 Interrupt Enable Register
GTM_TOM1_CH0_IRQ_FORCINT 0xF0108824          TOM1 Channel 0 Software Interrupt Generation Register
GTM_TOM1_CH0_IRQ_MODE 0xF0108828          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC0_GLB_CTRL 0xF0108830          TOM1 TGC0 Global Control Register
GTM_TOM1_TGC0_ACT_TB 0xF0108834          TOM1 TGC0 Action Time Base Register
GTM_TOM1_TGC0_FUPD_CTRL 0xF0108838          TOM1 TGC0 Force Update Control Register
GTM_TOM1_TGC0_INT_TRIG 0xF010883C          TOM1 TGC0 Internal Trigger Control Register
GTM_TOM1_CH1_CTRL 0xF0108840          TOM1 Channel 1 Control Register?
GTM_TOM1_CH1_SR0 0xF0108844          TOM1 Channel 1 CCU0 Compare Shadow Register
GTM_TOM1_CH1_SR1 0xF0108848          TOM1 Channel 1 CCU1 Compare Shadow Register
GTM_TOM1_CH1_CM0 0xF010884C          TOM1 Channel 1 CCU0 Compare Register
GTM_TOM1_CH1_CM1 0xF0108850          TOM1 Channel 1 CCU1 Compare Register
GTM_TOM1_CH1_CN0 0xF0108854          TOM1 Channel 1 CCU0 Counter Register
GTM_TOM1_CH1_STAT 0xF0108858          TOM1 Channel Status Register
GTM_TOM1_CH1_IRQ_NOTIFY 0xF010885C          TOM1 Channel 1 Interrupt Notification Register
GTM_TOM1_CH1_IRQ_EN 0xF0108860          TOM1 Channel 1 Interrupt Enable Register
GTM_TOM1_CH1_IRQ_FORCINT 0xF0108864          TOM1 Channel 1 Software Interrupt Generation Register
GTM_TOM1_CH1_IRQ_MODE 0xF0108868          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC0_ENDIS_CTRL 0xF0108870          TOM1 TGC0 Enable/Disable Control Register
GTM_TOM1_TGC0_ENDIS_STAT 0xF0108874          TOM1 TGC0 Enable/Disable Status Register
GTM_TOM1_TGC0_OUTEN_CTRL 0xF0108878          TOM1 TGC0 Output Enable Control Register
GTM_TOM1_TGC0_OUTEN_STAT 0xF010887C          TOM1 TGC0 Output Enable Status Register
GTM_TOM1_CH2_CTRL 0xF0108880          TOM1 Channel 2 Control Register?
GTM_TOM1_CH2_SR0 0xF0108884          TOM1 Channel 2 CCU0 Compare Shadow Register
GTM_TOM1_CH2_SR1 0xF0108888          TOM1 Channel 2 CCU1 Compare Shadow Register
GTM_TOM1_CH2_CM0 0xF010888C          TOM1 Channel 2 CCU0 Compare Register
GTM_TOM1_CH2_CM1 0xF0108890          TOM1 Channel 2 CCU1 Compare Register
GTM_TOM1_CH2_CN0 0xF0108894          TOM1 Channel 2 CCU0 Counter Register
GTM_TOM1_CH2_STAT 0xF0108898          TOM1 Channel Status Register
GTM_TOM1_CH2_IRQ_NOTIFY 0xF010889C          TOM1 Channel 2 Interrupt Notification Register
GTM_TOM1_CH2_IRQ_EN 0xF01088A0          TOM1 Channel 2 Interrupt Enable Register
GTM_TOM1_CH2_IRQ_FORCINT 0xF01088A4          TOM1 Channel 2 Software Interrupt Generation Register
GTM_TOM1_CH2_IRQ_MODE 0xF01088A8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH3_CTRL 0xF01088C0          TOM1 Channel 3 Control Register?
GTM_TOM1_CH3_SR0 0xF01088C4          TOM1 Channel 3 CCU0 Compare Shadow Register
GTM_TOM1_CH3_SR1 0xF01088C8          TOM1 Channel 3 CCU1 Compare Shadow Register
GTM_TOM1_CH3_CM0 0xF01088CC          TOM1 Channel 3 CCU0 Compare Register
GTM_TOM1_CH3_CM1 0xF01088D0          TOM1 Channel 3 CCU1 Compare Register
GTM_TOM1_CH3_CN0 0xF01088D4          TOM1 Channel 3 CCU0 Counter Register
GTM_TOM1_CH3_STAT 0xF01088D8          TOM1 Channel Status Register
GTM_TOM1_CH3_IRQ_NOTIFY 0xF01088DC          TOM1 Channel 3 Interrupt Notification Register
GTM_TOM1_CH3_IRQ_EN 0xF01088E0          TOM1 Channel 3 Interrupt Enable Register
GTM_TOM1_CH3_IRQ_FORCINT 0xF01088E4          TOM1 Channel 3 Software Interrupt Generation Register
GTM_TOM1_CH3_IRQ_MODE 0xF01088E8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH4_CTRL 0xF0108900          TOM1 Channel 4 Control Register?
GTM_TOM1_CH4_SR0 0xF0108904          TOM1 Channel 4 CCU0 Compare Shadow Register
GTM_TOM1_CH4_SR1 0xF0108908          TOM1 Channel 4 CCU1 Compare Shadow Register
GTM_TOM1_CH4_CM0 0xF010890C          TOM1 Channel 4 CCU0 Compare Register
GTM_TOM1_CH4_CM1 0xF0108910          TOM1 Channel 4 CCU1 Compare Register
GTM_TOM1_CH4_CN0 0xF0108914          TOM1 Channel 4 CCU0 Counter Register
GTM_TOM1_CH4_STAT 0xF0108918          TOM1 Channel Status Register
GTM_TOM1_CH4_IRQ_NOTIFY 0xF010891C          TOM1 Channel 4 Interrupt Notification Register
GTM_TOM1_CH4_IRQ_EN 0xF0108920          TOM1 Channel 4 Interrupt Enable Register
GTM_TOM1_CH4_IRQ_FORCINT 0xF0108924          TOM1 Channel 4 Software Interrupt Generation Register
GTM_TOM1_CH4_IRQ_MODE 0xF0108928          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH5_CTRL 0xF0108940          TOM1 Channel 5 Control Register?
GTM_TOM1_CH5_SR0 0xF0108944          TOM1 Channel 5 CCU0 Compare Shadow Register
GTM_TOM1_CH5_SR1 0xF0108948          TOM1 Channel 5 CCU1 Compare Shadow Register
GTM_TOM1_CH5_CM0 0xF010894C          TOM1 Channel 5 CCU0 Compare Register
GTM_TOM1_CH5_CM1 0xF0108950          TOM1 Channel 5 CCU1 Compare Register
GTM_TOM1_CH5_CN0 0xF0108954          TOM1 Channel 5 CCU0 Counter Register
GTM_TOM1_CH5_STAT 0xF0108958          TOM1 Channel Status Register
GTM_TOM1_CH5_IRQ_NOTIFY 0xF010895C          TOM1 Channel 5 Interrupt Notification Register
GTM_TOM1_CH5_IRQ_EN 0xF0108960          TOM1 Channel 5 Interrupt Enable Register
GTM_TOM1_CH5_IRQ_FORCINT 0xF0108964          TOM1 Channel 5 Software Interrupt Generation Register
GTM_TOM1_CH5_IRQ_MODE 0xF0108968          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH6_CTRL 0xF0108980          TOM1 Channel 6 Control Register?
GTM_TOM1_CH6_SR0 0xF0108984          TOM1 Channel 6 CCU0 Compare Shadow Register
GTM_TOM1_CH6_SR1 0xF0108988          TOM1 Channel 6 CCU1 Compare Shadow Register
GTM_TOM1_CH6_CM0 0xF010898C          TOM1 Channel 6 CCU0 Compare Register
GTM_TOM1_CH6_CM1 0xF0108990          TOM1 Channel 6 CCU1 Compare Register
GTM_TOM1_CH6_CN0 0xF0108994          TOM1 Channel 6 CCU0 Counter Register
GTM_TOM1_CH6_STAT 0xF0108998          TOM1 Channel Status Register
GTM_TOM1_CH6_IRQ_NOTIFY 0xF010899C          TOM1 Channel 6 Interrupt Notification Register
GTM_TOM1_CH6_IRQ_EN 0xF01089A0          TOM1 Channel 6 Interrupt Enable Register
GTM_TOM1_CH6_IRQ_FORCINT 0xF01089A4          TOM1 Channel 6 Software Interrupt Generation Register
GTM_TOM1_CH6_IRQ_MODE 0xF01089A8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH7_CTRL 0xF01089C0          TOM1 Channel 7 Control Register?
GTM_TOM1_CH7_SR0 0xF01089C4          TOM1 Channel 7 CCU0 Compare Shadow Register
GTM_TOM1_CH7_SR1 0xF01089C8          TOM1 Channel 7 CCU1 Compare Shadow Register
GTM_TOM1_CH7_CM0 0xF01089CC          TOM1 Channel 7 CCU0 Compare Register
GTM_TOM1_CH7_CM1 0xF01089D0          TOM1 Channel 7 CCU1 Compare Register
GTM_TOM1_CH7_CN0 0xF01089D4          TOM1 Channel 7 CCU0 Counter Register
GTM_TOM1_CH7_STAT 0xF01089D8          TOM1 Channel Status Register
GTM_TOM1_CH7_IRQ_NOTIFY 0xF01089DC          TOM1 Channel 7 Interrupt Notification Register
GTM_TOM1_CH7_IRQ_EN 0xF01089E0          TOM1 Channel 7 Interrupt Enable Register
GTM_TOM1_CH7_IRQ_FORCINT 0xF01089E4          TOM1 Channel 7 Software Interrupt Generation Register
GTM_TOM1_CH7_IRQ_MODE 0xF01089E8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH8_CTRL 0xF0108A00          TOM1 Channel 8 Control Register?
GTM_TOM1_CH8_SR0 0xF0108A04          TOM1 Channel 8 CCU0 Compare Shadow Register
GTM_TOM1_CH8_SR1 0xF0108A08          TOM1 Channel 8 CCU1 Compare Shadow Register
GTM_TOM1_CH8_CM0 0xF0108A0C          TOM1 Channel 8 CCU0 Compare Register
GTM_TOM1_CH8_CM1 0xF0108A10          TOM1 Channel 8 CCU1 Compare Register
GTM_TOM1_CH8_CN0 0xF0108A14          TOM1 Channel 8 CCU0 Counter Register
GTM_TOM1_CH8_STAT 0xF0108A18          TOM1 Channel Status Register
GTM_TOM1_CH8_IRQ_NOTIFY 0xF0108A1C          TOM1 Channel 8 Interrupt Notification Register
GTM_TOM1_CH8_IRQ_EN 0xF0108A20          TOM1 Channel 8 Interrupt Enable Register
GTM_TOM1_CH8_IRQ_FORCINT 0xF0108A24          TOM1 Channel 8 Software Interrupt Generation Register
GTM_TOM1_CH8_IRQ_MODE 0xF0108A28          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC1_GLB_CTRL 0xF0108A30          TOM1 TGC1 Global Control Register
GTM_TOM1_TGC1_ACT_TB 0xF0108A34          TOM1 TGC1 Action Time Base Register
GTM_TOM1_TGC1_FUPD_CTRL 0xF0108A38          TOM1 TGC1 Force Update Control Register
GTM_TOM1_TGC1_INT_TRIG 0xF0108A3C          TOM1 TGC1 Internal Trigger Control Register
GTM_TOM1_CH9_CTRL 0xF0108A40          TOM1 Channel 9 Control Register?
GTM_TOM1_CH9_SR0 0xF0108A44          TOM1 Channel 9 CCU0 Compare Shadow Register
GTM_TOM1_CH9_SR1 0xF0108A48          TOM1 Channel 9 CCU1 Compare Shadow Register
GTM_TOM1_CH9_CM0 0xF0108A4C          TOM1 Channel 9 CCU0 Compare Register
GTM_TOM1_CH9_CM1 0xF0108A50          TOM1 Channel 9 CCU1 Compare Register
GTM_TOM1_CH9_CN0 0xF0108A54          TOM1 Channel 9 CCU0 Counter Register
GTM_TOM1_CH9_STAT 0xF0108A58          TOM1 Channel Status Register
GTM_TOM1_CH9_IRQ_NOTIFY 0xF0108A5C          TOM1 Channel 9 Interrupt Notification Register
GTM_TOM1_CH9_IRQ_EN 0xF0108A60          TOM1 Channel 9 Interrupt Enable Register
GTM_TOM1_CH9_IRQ_FORCINT 0xF0108A64          TOM1 Channel 9 Software Interrupt Generation Register
GTM_TOM1_CH9_IRQ_MODE 0xF0108A68          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC1_ENDIS_CTRL 0xF0108A70          TOM1 TGC1 Enable/Disable Control Register
GTM_TOM1_TGC1_ENDIS_STAT 0xF0108A74          TOM1 TGC1 Enable/Disable Status Register
GTM_TOM1_TGC1_OUTEN_CTRL 0xF0108A78          TOM1 TGC1 Output Enable Control Register
GTM_TOM1_TGC1_OUTEN_STAT 0xF0108A7C          TOM1 TGC1 Output Enable Status Register
GTM_TOM1_CH10_CTRL 0xF0108A80          TOM1 Channel 10 Control Register?
GTM_TOM1_CH10_SR0 0xF0108A84          TOM1 Channel 10 CCU0 Compare Shadow Register
GTM_TOM1_CH10_SR1 0xF0108A88          TOM1 Channel 10 CCU1 Compare Shadow Register
GTM_TOM1_CH10_CM0 0xF0108A8C          TOM1 Channel 10 CCU0 Compare Register
GTM_TOM1_CH10_CM1 0xF0108A90          TOM1 Channel 10 CCU1 Compare Register
GTM_TOM1_CH10_CN0 0xF0108A94          TOM1 Channel 10 CCU0 Counter Register
GTM_TOM1_CH10_STAT 0xF0108A98          TOM1 Channel Status Register
GTM_TOM1_CH10_IRQ_NOTIFY 0xF0108A9C          TOM1 Channel 10 Interrupt Notification Register
GTM_TOM1_CH10_IRQ_EN 0xF0108AA0          TOM1 Channel 10 Interrupt Enable Register
GTM_TOM1_CH10_IRQ_FORCINT 0xF0108AA4          TOM1 Channel 10 Software Interrupt Generation Register
GTM_TOM1_CH10_IRQ_MODE 0xF0108AA8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH11_CTRL 0xF0108AC0          TOM1 Channel 11 Control Register?
GTM_TOM1_CH11_SR0 0xF0108AC4          TOM1 Channel 11 CCU0 Compare Shadow Register
GTM_TOM1_CH11_SR1 0xF0108AC8          TOM1 Channel 11 CCU1 Compare Shadow Register
GTM_TOM1_CH11_CM0 0xF0108ACC          TOM1 Channel 11 CCU0 Compare Register
GTM_TOM1_CH11_CM1 0xF0108AD0          TOM1 Channel 11 CCU1 Compare Register
GTM_TOM1_CH11_CN0 0xF0108AD4          TOM1 Channel 11 CCU0 Counter Register
GTM_TOM1_CH11_STAT 0xF0108AD8          TOM1 Channel Status Register
GTM_TOM1_CH11_IRQ_NOTIFY 0xF0108ADC          TOM1 Channel 11 Interrupt Notification Register
GTM_TOM1_CH11_IRQ_EN 0xF0108AE0          TOM1 Channel 11 Interrupt Enable Register
GTM_TOM1_CH11_IRQ_FORCINT 0xF0108AE4          TOM1 Channel 11 Software Interrupt Generation Register
GTM_TOM1_CH11_IRQ_MODE 0xF0108AE8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH12_CTRL 0xF0108B00          TOM1 Channel 12 Control Register?
GTM_TOM1_CH12_SR0 0xF0108B04          TOM1 Channel 12 CCU0 Compare Shadow Register
GTM_TOM1_CH12_SR1 0xF0108B08          TOM1 Channel 12 CCU1 Compare Shadow Register
GTM_TOM1_CH12_CM0 0xF0108B0C          TOM1 Channel 12 CCU0 Compare Register
GTM_TOM1_CH12_CM1 0xF0108B10          TOM1 Channel 12 CCU1 Compare Register
GTM_TOM1_CH12_CN0 0xF0108B14          TOM1 Channel 12 CCU0 Counter Register
GTM_TOM1_CH12_STAT 0xF0108B18          TOM1 Channel Status Register
GTM_TOM1_CH12_IRQ_NOTIFY 0xF0108B1C          TOM1 Channel 12 Interrupt Notification Register
GTM_TOM1_CH12_IRQ_EN 0xF0108B20          TOM1 Channel 12 Interrupt Enable Register
GTM_TOM1_CH12_IRQ_FORCINT 0xF0108B24          TOM1 Channel 12 Software Interrupt Generation Register
GTM_TOM1_CH12_IRQ_MODE 0xF0108B28          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH13_CTRL 0xF0108B40          TOM1 Channel 13 Control Register?
GTM_TOM1_CH13_SR0 0xF0108B44          TOM1 Channel 13 CCU0 Compare Shadow Register
GTM_TOM1_CH13_SR1 0xF0108B48          TOM1 Channel 13 CCU1 Compare Shadow Register
GTM_TOM1_CH13_CM0 0xF0108B4C          TOM1 Channel 13 CCU0 Compare Register
GTM_TOM1_CH13_CM1 0xF0108B50          TOM1 Channel 13 CCU1 Compare Register
GTM_TOM1_CH13_CN0 0xF0108B54          TOM1 Channel 13 CCU0 Counter Register
GTM_TOM1_CH13_STAT 0xF0108B58          TOM1 Channel Status Register
GTM_TOM1_CH13_IRQ_NOTIFY 0xF0108B5C          TOM1 Channel 13 Interrupt Notification Register
GTM_TOM1_CH13_IRQ_EN 0xF0108B60          TOM1 Channel 13 Interrupt Enable Register
GTM_TOM1_CH13_IRQ_FORCINT 0xF0108B64          TOM1 Channel 13 Software Interrupt Generation Register
GTM_TOM1_CH13_IRQ_MODE 0xF0108B68          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH14_CTRL 0xF0108B80          TOM1 Channel 14 Control Register?
GTM_TOM1_CH14_SR0 0xF0108B84          TOM1 Channel 14 CCU0 Compare Shadow Register
GTM_TOM1_CH14_SR1 0xF0108B88          TOM1 Channel 14 CCU1 Compare Shadow Register
GTM_TOM1_CH14_CM0 0xF0108B8C          TOM1 Channel 14 CCU0 Compare Register
GTM_TOM1_CH14_CM1 0xF0108B90          TOM1 Channel 14 CCU1 Compare Register
GTM_TOM1_CH14_CN0 0xF0108B94          TOM1 Channel 14 CCU0 Counter Register
GTM_TOM1_CH14_STAT 0xF0108B98          TOM1 Channel Status Register
GTM_TOM1_CH14_IRQ_NOTIFY 0xF0108B9C          TOM1 Channel 14 Interrupt Notification Register
GTM_TOM1_CH14_IRQ_EN 0xF0108BA0          TOM1 Channel 14 Interrupt Enable Register
GTM_TOM1_CH14_IRQ_FORCINT 0xF0108BA4          TOM1 Channel 14 Software Interrupt Generation Register
GTM_TOM1_CH14_IRQ_MODE 0xF0108BA8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH15_CTRL 0xF0108BC0          TOM1 Channel 15 Control Register
GTM_TOM1_CH15_SR0 0xF0108BC4          TOM1 Channel 15 CCU0 Compare Shadow Register
GTM_TOM1_CH15_SR1 0xF0108BC8          TOM1 Channel 15 CCU1 Compare Shadow Register
GTM_TOM1_CH15_CM0 0xF0108BCC          TOM1 Channel 15 CCU0 Compare Register
GTM_TOM1_CH15_CM1 0xF0108BD0          TOM1 Channel 15 CCU1 Compare Register
GTM_TOM1_CH15_CN0 0xF0108BD4          TOM1 Channel 15 CCU0 Counter Register
GTM_TOM1_CH15_STAT 0xF0108BD8          TOM1 Channel Status Register
GTM_TOM1_CH15_IRQ_NOTIFY 0xF0108BDC          TOM1 Channel 15 Interrupt Notification Register
GTM_TOM1_CH15_IRQ_EN 0xF0108BE0          TOM1 Channel 15 Interrupt Enable Register
GTM_TOM1_CH15_IRQ_FORCINT 0xF0108BE4          TOM1 Channel 15 Software Interrupt Generation Register
GTM_TOM1_CH15_IRQ_MODE 0xF0108BE8          TOM1 IRQ Mode Configuration Register
GTM_DTM1_CTRL   0xF0113040          DTM1 Control Register
GTM_DTM1_CH_CTRL1 0xF0113044          DTM1 Channel Control1 Register
GTM_DTM1_CH_CTRL2 0xF0113048          DTM1 Channel Control2 Register
GTM_DTM1_CH_CTRL2_SR 0xF011304C          DTM1 Channel Control2 Shadow Register
GTM_DTM1_PS_CTRL 0xF0113050          DTM1 Phase Shift Control Register
GTM_DTM1_CH0_DTV 0xF0113054          DTM1 Channel0 Dead Time Value Register
GTM_DTM1_CH1_DTV 0xF0113058          DTM1 Channel1 Dead Time Value Register
GTM_DTM1_CH2_DTV 0xF011305C          DTM1 Channel2 Dead Time Value Register
GTM_DTM1_CH3_DTV 0xF0113060          DTM1 Channel3 Dead Time Value Register
GTM_DTM5_CTRL   0xF0113140          DTM5 Control Register
GTM_DTM5_CH_CTRL1 0xF0113144          DTM5 Channel Control1 Register
GTM_DTM5_CH_CTRL2 0xF0113148          DTM5 Channel Control2 Register
GTM_DTM5_CH_CTRL2_SR 0xF011314C          DTM5 Channel Control2 Shadow Register
GTM_DTM5_PS_CTRL 0xF0113150          DTM5 Phase Shift Control Register
GTM_DTM5_CH0_DTV 0xF0113154          DTM5 Channel0 Dead Time Value Register
GTM_DTM5_CH1_DTV 0xF0113158          DTM5 Channel1 Dead Time Value Register
GTM_DTM5_CH2_DTV 0xF011315C          DTM5 Channel2 Dead Time Value Register
GTM_DTM5_CH3_DTV 0xF0113160          DTM5 Channel3 Dead Time Value Register
GTM_CLC         0xF019FD00          Clock Control Register
GTM_TIM0INSEL   0xF019FD10          TIM0 Input Select Register
GTM_TOUTSEL0    0xF019FD30          Timer Output Select Register
GTM_TOUTSEL1    0xF019FD34          Timer Output Select Register
GTM_TOUTSEL2    0xF019FD38          Timer Output Select Register
GTM_TOUTSEL3    0xF019FD3C          Timer Output Select Register
GTM_TOUTSEL4    0xF019FD40          Timer Output Select Register
GTM_TOUTSEL5    0xF019FD44          Timer Output Select Register
GTM_TOUTSEL6    0xF019FD48          Timer Output Select Register
GTM_TOUTSEL7    0xF019FD4C          Timer Output Select Register
GTM_CANOUTSEL   0xF019FDA0          CAN Output Select Register
GTM_ADCTRIG0OUT0 0xF019FDB0          ADC Trigger 0 Output Select 0 Register
GTM_ADCTRIG1OUT0 0xF019FDB8          ADC Trigger 1 Output Select 0 Register
GTM_OTBU0T      0xF019FDC4          OCDS TBU0 Trigger Register
GTM_OTBU1T      0xF019FDC8          OCDS TBU1 Trigger Register
GTM_OTBU2T      0xF019FDCC          OCDS TBU2 Trigger Register
GTM_OTSS        0xF019FDD0          OCDS Trigger Set Select Register
GTM_OTSC0       0xF019FDD4          OCDS Trigger Set Control 0 Register
GTM_ODA         0xF019FDDC          OCDS Debug Access Register
GTM_OCS         0xF019FDE8          OCDS Control and Status
GTM_KRSTCLR     0xF019FDEC          Kernel Reset Status Clear Register
GTM_KRST1       0xF019FDF0          Kernel Reset Register 1
GTM_KRST0       0xF019FDF4          Kernel Reset Register 0
GTM_ACCEN1      0xF019FDF8          Access Enable Register 1
GTM_ACCEN0      0xF019FDFC          Access Enable Register 0
PMU0_ID         0xF8000508          PMU0 Identification Register
FLASH0_COMM0    0xF8001000          FSI Communication Register 0
FLASH0_COMM1    0xF8001004          FSI Communication Register 1
FLASH0_COMM2    0xF8001008          FSI Communication Register 2
FLASH0_ID       0xF8002008          Flash Module Identification Register
FLASH0_FSR      0xF8002010          Flash Status Register
FLASH0_FCON     0xF8002014          Flash Configuration Register
FLASH0_FPRO     0xF800201C          Flash Protection Control and Status Register
FLASH0_PROCONP0 0xF8002020          PFlash Protection Configuration PF0
FLASH0_PROCOND  0xF8002030          DFlash Protection Configuration
FLASH0_PROCONHSMCOTP 0xF8002034          HSM Code Flash OTP Protection Configuration
FLASH0_PROCONOTP0 0xF8002038          OTP Protection Configuration PF0
FLASH0_PROCONWOP0 0xF8002048          Write-Once Protection Configuration PF0
FLASH0_PROCONDBG 0xF8002058          Debug Interface Protection Configuration
FLASH0_PROCONHSM 0xF800205C          HSM Interface Configuration
FLASH0_RDBCFG00 0xF8002060          Read Buffer Port 0 Cfg 0
FLASH0_RDBCFG01 0xF8002064          Read Buffer Port 0 Cfg 1
FLASH0_RDBCFG02 0xF8002068          Read Buffer Port 0 Cfg 2
FLASH0_ECCW     0xF8002090          ECC Write Register
FLASH0_ECCRP0   0xF8002094          ECC Read Register PF0
FLASH0_ECCRD    0xF80020A4          ECC Read Register DF
FLASH0_MARP     0xF80020A8          Margin Control Register PFlash
FLASH0_MARD     0xF80020AC          Margin Control Register DFlash
FLASH0_CBABCFG0 0xF80020B4          CBAB Configuration Port 0
FLASH0_CBABSTAT0 0xF80020B8          CBAB Status Port 0
FLASH0_CBABTOP0 0xF80020BC          CBAB FIFO TOP Entry Port 0
FLASH0_UBABCFG0 0xF80020E4          UBAB Configuration Port 0
FLASH0_UBABSTAT0 0xF80020E8          UBAB Status Port 0
FLASH0_UBABTOP0 0xF80020EC          UBAB FIFO TOP Entry Port 0
FLASH0_RRCT     0xF8002140          Requested Read Control Register
FLASH0_RRD0     0xF8002144          Requested Read Data Register 0
FLASH0_RRD1     0xF8002148          Requested Read Data Register 1
FLASH0_RRAD     0xF800214C          Requested Read Address Register
FLASH0_HSMFSR   0xF8002200          Flash Status Register
FLASH0_HSMFCON  0xF8002204          HSM Flash Configuration Register
FLASH0_HSMMARD  0xF8002208          Margin Control Register HSM DFlash
FLASH0_HSMRRCT  0xF800220C          Requested Read Control Register HSM
FLASH0_HSMRRD0  0xF8002210          HSM Requested Read Data Register 0
FLASH0_HSMRRD1  0xF8002214          HSM Requested Read Data Register 1
FLASH0_HSMRRAD  0xF8002218          HSM Requested Read Address Register
FLASH0_ACCEN1   0xF80023F8          Access Enable Register 1
FLASH0_ACCEN0   0xF80023FC          Access Enable Register 0
XBAR_EXTCOND    0xF8700000          External Control Register D
XBAR_ARBCOND    0xF8700004          Arbiter Control Register D
XBAR_PRIOHD     0xF8700008          Arbiter Priority Register D
XBAR_PRIOLD     0xF870000C          Arbiter Priority Register D
XBAR_ERRADDRD   0xF8700010          Error/Debug Address Capture Register D
XBAR_ERRD       0xF8700014          Error/Debug Capture Register D
XBAR_DBCOND     0xF8700018          Debug Control Register D
XBAR_DBADDD     0xF870001C          Debug Address Register D
XBAR_DBMADDD    0xF8700020          Debug Mask Address Register D
XBAR_ARBCON0    0xF8700044          Arbiter Control Register 0
XBAR_PRIOH0     0xF8700048          Arbiter Priority Register 0
XBAR_PRIOL0     0xF870004C          Arbiter Priority Register 0
XBAR_ERRADDR0   0xF8700050          Error/Debug Address Capture Register 0
XBAR_ERR0       0xF8700054          Error/Debug Capture Register 0
XBAR_DBCON0     0xF8700058          Debug Control Register 0
XBAR_DBADD0     0xF870005C          Debug Address Register 0
XBAR_DBMADD0    0xF8700060          Debug Mask Address Register 0
XBAR_ARBCON4    0xF8700144          Arbiter Control Register 4
XBAR_PRIOH4     0xF8700148          Arbiter Priority Register 4
XBAR_PRIOL4     0xF870014C          Arbiter Priority Register 4
XBAR_ERRADDR4   0xF8700150          Error/Debug Address Capture Register 4
XBAR_ERR4       0xF8700154          Error/Debug Capture Register 4
XBAR_DBCON4     0xF8700158          Debug Control Register 4
XBAR_DBADD4     0xF870015C          Debug Address Register 4
XBAR_DBMADD4    0xF8700160          Debug Mask Address Register 4
XBAR_ARBCON6    0xF87001C4          Arbiter Control Register 6
XBAR_PRIOH6     0xF87001C8          Arbiter Priority Register 6
XBAR_PRIOL6     0xF87001CC          Arbiter Priority Register 6
XBAR_ERRADDR6   0xF87001D0          Error/Debug Address Capture Register 6
XBAR_ERR6       0xF87001D4          Error/Debug Capture Register 6
XBAR_DBCON6     0xF87001D8          Debug Control Register 6
XBAR_DBADD6     0xF87001DC          Debug Address Register 6
XBAR_DBMADD6    0xF87001E0          Debug Mask Address Register 6
XBAR_ARBCON7    0xF8700204          Arbiter Control Register 7
XBAR_PRIOH7     0xF8700208          Arbiter Priority Register 7
XBAR_PRIOL7     0xF870020C          Arbiter Priority Register 7
XBAR_ERRADDR7   0xF8700210          Error/Debug Address Capture Register 7
XBAR_ERR7       0xF8700214          Error/Debug Capture Register 7
XBAR_DBCON7     0xF8700218          Debug Control Register 7
XBAR_DBADD7     0xF870021C          Debug Address Register 7
XBAR_DBMADD7    0xF8700220          Debug Mask Address Register 7
XBAR_ID         0xF8700408          Module Identification Register
XBAR_DBSAT      0xF870040C          Debug Trigger Event Status Register
XBAR_INTSAT     0xF8700410          Arbiter Interrupt Status Register
XBAR_IDINTSAT   0xF8700414          Transaction ID Interrupt Status Register
XBAR_IDINTEN    0xF8700418          Transaction ID Interrupt Enable Register
XBAR_ACCEN1     0xF87004F8          Access Enable Register 1
XBAR_ACCEN0     0xF87004FC          Access Enable Register 0
LMU_CLC         0xF8700800          LMU Clock Control Register
LMU_MODID       0xF8700808          LMU Module ID Register
LMU_ACCEN0      0xF8700810          LMU Access Enable Register 0
LMU_ACCEN1      0xF8700814          LMU Access Enable Register 1
LMU_MEMCON      0xF8700820          LMU Memory Control Register
LMU_BUFCON0     0xF8700830          LMU Buffer Control Register
LMU_BUFCON1     0xF8700834          LMU Buffer Control Register
LMU_BUFCON2     0xF8700838          LMU Buffer Control Register
CPU0_SPROT_RGNLA0 0xF880E000          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA0 0xF880E004          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA0 0xF880E008          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB0 0xF880E00C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA1 0xF880E010          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA1 0xF880E014          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA1 0xF880E018          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB1 0xF880E01C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA2 0xF880E020          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA2 0xF880E024          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA2 0xF880E028          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB2 0xF880E02C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA3 0xF880E030          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA3 0xF880E034          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA3 0xF880E038          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB3 0xF880E03C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA4 0xF880E040          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA4 0xF880E044          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA4 0xF880E048          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB4 0xF880E04C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA5 0xF880E050          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA5 0xF880E054          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA5 0xF880E058          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB5 0xF880E05C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA6 0xF880E060          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA6 0xF880E064          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA6 0xF880E068          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB6 0xF880E06C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA7 0xF880E070          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA7 0xF880E074          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA7 0xF880E078          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB7 0xF880E07C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_ACCENA 0xF880E100          CPU0 Safety Protection Register Access Enable Register A
CPU0_SPROT_ACCENB 0xF880E104          CPU0 Safety Protection Region Access Enable Register B
OVC0_OSEL       0xF880FB00          Overlay Range Select Register
OVC0_RABR0      0xF880FB10          Redirected Address Base Register 0
OVC0_OTAR0      0xF880FB14          Overlay Target Address Register 0
OVC0_OMASK0     0xF880FB18          Overlay Mask Register 0
OVC0_RABR1      0xF880FB1C          Redirected Address Base Register 1
OVC0_OTAR1      0xF880FB20          Overlay Target Address Register 1
OVC0_OMASK1     0xF880FB24          Overlay Mask Register 1
OVC0_RABR2      0xF880FB28          Redirected Address Base Register 2
OVC0_OTAR2      0xF880FB2C          Overlay Target Address Register 2
OVC0_OMASK2     0xF880FB30          Overlay Mask Register 2
OVC0_RABR3      0xF880FB34          Redirected Address Base Register 3
OVC0_OTAR3      0xF880FB38          Overlay Target Address Register 3
OVC0_OMASK3     0xF880FB3C          Overlay Mask Register 3
OVC0_RABR4      0xF880FB40          Redirected Address Base Register 4
OVC0_OTAR4      0xF880FB44          Overlay Target Address Register 4
OVC0_OMASK4     0xF880FB48          Overlay Mask Register 4
OVC0_RABR5      0xF880FB4C          Redirected Address Base Register 5
OVC0_OTAR5      0xF880FB50          Overlay Target Address Register 5
OVC0_OMASK5     0xF880FB54          Overlay Mask Register 5
OVC0_RABR6      0xF880FB58          Redirected Address Base Register 6
OVC0_OTAR6      0xF880FB5C          Overlay Target Address Register 6
OVC0_OMASK6     0xF880FB60          Overlay Mask Register 6
OVC0_RABR7      0xF880FB64          Redirected Address Base Register 7
OVC0_OTAR7      0xF880FB68          Overlay Target Address Register 7
OVC0_OMASK7     0xF880FB6C          Overlay Mask Register 7
CSFR_BASE       0xF8810000          Core Special Function Registers base (CPU0)
CPU0_SEGEN      0xF8811030          SRI Error Generation Register
CPU0_TASK_ASI   0xF8818004          CPU0 Task Address Space Identifier Register
CPU0_PMA0       0xF8818100          Data Access CacheabilityRegister
CPU0_PMA1       0xF8818104          Code Access CacheabilityRegister
CPU0_PMA2       0xF8818108          Peripheral Space Identifier register
CPU0_DCON2      0xF8819000          Data Control Register 2
CPU0_SMACON     0xF881900C          SIST Mode Access Control Register
CPU0_DSTR       0xF8819010          Data Synchronous Trap Register
CPU0_DATR       0xF8819018          Data Asynchronous Trap Register
CPU0_DEADD      0xF881901C          Data Error Address Register
CPU0_DIEAR      0xF8819020          Data Integrity Error Address Register
CPU0_DIETR      0xF8819024          Data Integrity Error Trap Register
CPU0_DCON0      0xF8819040          Data Memory Control Register
CPU0_PSTR       0xF8819200          Program Synchronous Trap Register
CPU0_PCON1      0xF8819204          Program Control 1
CPU0_PCON2      0xF8819208          Program Control 2
CPU0_PCON0      0xF881920C          Program Control 0
CPU0_PIEAR      0xF8819210          Program Integrity Error Address Register
CPU0_PIETR      0xF8819214          Program Integrity Error Trap Register
CPU0_COMPAT     0xF8819400          Compatibility Control Register
CPU0_FPU_TRAP_CON 0xF881A000          CPU0 Trap Control Register
CPU0_FPU_TRAP_PC 0xF881A004          CPU0 Trapping Instruction Program Counter Register
CPU0_FPU_TRAP_OPC 0xF881A008          CPU0 Trapping Instruction Opcode Register
CPU0_FPU_TRAP_SRC1 0xF881A010          CPU0 Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC2 0xF881A014          CPU0 Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC3 0xF881A018          Trapping Instruction Operand Register
CPU0_DPR0_L     0xF881C000          CPU0 Data Protection Range 0, Lower Bound Register
CPU0_DPR0_U     0xF881C004          CPU0 Data Protection Range 0, Upper Bound Register
CPU0_DPR1_L     0xF881C008          CPU0 Data Protection Range 1, Lower Bound Register
CPU0_DPR1_U     0xF881C00C          CPU0 Data Protection Range 1, Upper Bound Register
CPU0_DPR2_L     0xF881C010          CPU0 Data Protection Range 2, Lower Bound Register
CPU0_DPR2_U     0xF881C014          CPU0 Data Protection Range 2, Upper Bound Register
CPU0_DPR3_L     0xF881C018          CPU0 Data Protection Range 3, Lower Bound Register
CPU0_DPR3_U     0xF881C01C          CPU0 Data Protection Range 3, Upper Bound Register
CPU0_DPR4_L     0xF881C020          CPU0 Data Protection Range 4, Lower Bound Register
CPU0_DPR4_U     0xF881C024          CPU0 Data Protection Range 4, Upper Bound Register
CPU0_DPR5_L     0xF881C028          CPU0 Data Protection Range 5, Lower Bound Register
CPU0_DPR5_U     0xF881C02C          CPU0 Data Protection Range 5, Upper Bound Register
CPU0_DPR6_L     0xF881C030          CPU0 Data Protection Range 6, Lower Bound Register
CPU0_DPR6_U     0xF881C034          CPU0 Data Protection Range 6, Upper Bound Register
CPU0_DPR7_L     0xF881C038          CPU0 Data Protection Range 7, Lower Bound Register
CPU0_DPR7_U     0xF881C03C          CPU0 Data Protection Range 7, Upper Bound Register
CPU0_DPR8_L     0xF881C040          CPU0 Data Protection Range 8, Lower Bound Register
CPU0_DPR8_U     0xF881C044          CPU0 Data Protection Range 8, Upper Bound Register
CPU0_DPR9_L     0xF881C048          CPU0 Data Protection Range 9, Lower Bound Register
CPU0_DPR9_U     0xF881C04C          CPU0 Data Protection Range 9, Upper Bound Register
CPU0_DPR10_L    0xF881C050          CPU0 Data Protection Range 10, Lower Bound Register
CPU0_DPR10_U    0xF881C054          CPU0 Data Protection Range 10, Upper Bound Register
CPU0_DPR11_L    0xF881C058          CPU0 Data Protection Range 11, Lower Bound Register
CPU0_DPR11_U    0xF881C05C          CPU0 Data Protection Range 11, Upper Bound Register
CPU0_DPR12_L    0xF881C060          CPU0 Data Protection Range 12, Lower Bound Register
CPU0_DPR12_U    0xF881C064          CPU0 Data Protection Range 12, Upper Bound Register
CPU0_DPR13_L    0xF881C068          CPU0 Data Protection Range 13, Lower Bound Register
CPU0_DPR13_U    0xF881C06C          CPU0 Data Protection Range 13, Upper Bound Register
CPU0_DPR14_L    0xF881C070          CPU0 Data Protection Range 14, Lower Bound Register
CPU0_DPR14_U    0xF881C074          CPU0 Data Protection Range 14, Upper Bound Register
CPU0_DPR15_L    0xF881C078          CPU0 Data Protection Range 15, Lower Bound Register
CPU0_DPR15_U    0xF881C07C          CPU0 Data Protection Range 15, Upper Bound Register
CPU0_CPR0_L     0xF881D000          CPU0 Code Protection Range 0 Lower Bound Register
CPU0_CPR0_U     0xF881D004          CPU0 Code Protection Range 0 Upper Bound Register
CPU0_CPR1_L     0xF881D008          CPU0 Code Protection Range 1 Lower Bound Register
CPU0_CPR1_U     0xF881D00C          CPU0 Code Protection Range 1 Upper Bound Register
CPU0_CPR2_L     0xF881D010          CPU0 Code Protection Range 2 Lower Bound Register
CPU0_CPR2_U     0xF881D014          CPU0 Code Protection Range 2 Upper Bound Register
CPU0_CPR3_L     0xF881D018          CPU0 Code Protection Range 3 Lower Bound Register
CPU0_CPR3_U     0xF881D01C          CPU0 Code Protection Range 3 Upper Bound Register
CPU0_CPR4_L     0xF881D020          CPU0 Code Protection Range 4 Lower Bound Register
CPU0_CPR4_U     0xF881D024          CPU0 Code Protection Range 4 Upper Bound Register
CPU0_CPR5_L     0xF881D028          CPU0 Code Protection Range 5 Lower Bound Register
CPU0_CPR5_U     0xF881D02C          CPU0 Code Protection Range 5 Upper Bound Register
CPU0_CPR6_L     0xF881D030          CPU0 Code Protection Range 6 Lower Bound Register
CPU0_CPR6_U     0xF881D034          CPU0 Code Protection Range 6 Upper Bound Register
CPU0_CPR7_L     0xF881D038          CPU0 Code Protection Range 7 Lower Bound Register
CPU0_CPR7_U     0xF881D03C          CPU0 Code Protection Range 7 Upper Bound Register
CPU0_CPXE_0     0xF881E000          CPU0 Code Protection Execute Enable Register Set 0
CPU0_CPXE_1     0xF881E004          CPU0 Code Protection Execute Enable Register Set 1
CPU0_CPXE_2     0xF881E008          CPU0 Code Protection Execute Enable Register Set 2
CPU0_CPXE_3     0xF881E00C          CPU0 Code Protection Execute Enable Register Set 3
CPU0_DPRE_0     0xF881E010          CPU0 Data Protection Read Enable Register Set 0
CPU0_DPRE_1     0xF881E014          CPU0 Data Protection Read Enable Register Set 1
CPU0_DPRE_2     0xF881E018          CPU0 Data Protection Read Enable Register Set 2
CPU0_DPRE_3     0xF881E01C          CPU0 Data Protection Read Enable Register Set 3
CPU0_DPWE_0     0xF881E020          CPU0 Data Protection Write Enable Register Set 0
CPU0_DPWE_1     0xF881E024          CPU0 Data Protection Write Enable Register Set 1
CPU0_DPWE_2     0xF881E028          CPU0 Data Protection Write Enable Register Set 2
CPU0_DPWE_3     0xF881E02C          CPU0 Data Protection Write Enable Register Set 3
CPU0_TPS_CON    0xF881E400          CPU0 Temporal Protection System Control Register
CPU0_TPS_TIMER0 0xF881E404          CPU0 Temporal Protection System Timer Register 0
CPU0_TPS_TIMER1 0xF881E408          CPU0 Temporal Protection System Timer Register 0
CPU0_TPS_TIMER2 0xF881E40C          CPU0 Temporal Protection System Timer Register 0
CPU0_TR0EVT     0xF881F000          Trigger Event 0
CPU0_TR0ADR     0xF881F004          Trigger Address 0
CPU0_TR1EVT     0xF881F008          Trigger Event 1
CPU0_TR1ADR     0xF881F00C          Trigger Address 1
CPU0_TR2EVT     0xF881F010          Trigger Event 2
CPU0_TR2ADR     0xF881F014          Trigger Address 2
CPU0_TR3EVT     0xF881F018          Trigger Event 3
CPU0_TR3ADR     0xF881F01C          Trigger Address 3
CPU0_TR4EVT     0xF881F020          Trigger Event 4
CPU0_TR4ADR     0xF881F024          Trigger Address 4
CPU0_TR5EVT     0xF881F028          Trigger Event 5
CPU0_TR5ADR     0xF881F02C          Trigger Address 5
CPU0_TR6EVT     0xF881F030          Trigger Event 6
CPU0_TR6ADR     0xF881F034          Trigger Address 6
CPU0_TR7EVT     0xF881F038          Trigger Event 7
CPU0_TR7ADR     0xF881F03C          Trigger Address 7
CPU0_CCTRL      0xF881FC00          Counter Control
CPU0_CCNT       0xF881FC04          CPU Clock Cycle Count
CPU0_ICNT       0xF881FC08          Instruction Count
CPU0_M1CNT      0xF881FC0C          Multi-Count Register 1
CPU0_M2CNT      0xF881FC10          Multi-Count Register 2
CPU0_M3CNT      0xF881FC14          Multi-Count Register 3
CPU0_DBGSR      0xF881FD00          Debug Status Register
CPU0_EXEVT      0xF881FD08          External Event Register
CPU0_CREVT      0xF881FD0C          Core Register Access Event
CPU0_SWEVT      0xF881FD10          Software Debug Event
CPU0_TRIG_ACC   0xF881FD30          CPU0 Trigger Address x
CPU0_DMS        0xF881FD40          CPU0 Debug Monitor Start Address
CPU0_DCX        0xF881FD44          CPU0 Debug Context Save Area Pointer
CPU0_DBGTCR     0xF881FD48          Debug Trap Control Register
CPU0_PCXI       0xF881FE00          Previous Context Information Register
CPU0_PSW        0xF881FE04          Program Status Word
CPU0_PC         0xF881FE08          Program Counter
CPU0_SYSCON     0xF881FE14          System Configuration Register
CPU0_CPU_ID     0xF881FE18          CPU0 Identification Register TC1.6P
CPU0_CORE_ID    0xF881FE1C          CPU0 Core Identification Register
CPU0_BIV        0xF881FE20          Base Interrupt Vector Table Pointer
CPU0_BTV        0xF881FE24          Base Trap Vector Table Pointer
CPU0_ISP        0xF881FE28          Interrupt Stack Pointer
CPU0_ICR        0xF881FE2C          Interrupt Control Register
CPU0_FCX        0xF881FE38          Free CSA List Head Pointer
CPU0_LCX        0xF881FE3C          Free CSA List Limit Pointer
CPU0_CUS_ID     0xF881FE50          CPU0 Customer ID register
CPU0_D0         0xF881FF00          Data Register 0
CPU0_D1         0xF881FF04          Data Register 1
CPU0_D2         0xF881FF08          Data Register 2
CPU0_D3         0xF881FF0C          Data Register 3
CPU0_D4         0xF881FF10          Data Register 4
CPU0_D5         0xF881FF14          Data Register 5
CPU0_D6         0xF881FF18          Data Register 6
CPU0_D7         0xF881FF1C          Data Register 7
CPU0_D8         0xF881FF20          Data Register 8
CPU0_D9         0xF881FF24          Data Register 9
CPU0_D10        0xF881FF28          Data Register 10
CPU0_D11        0xF881FF2C          Data Register 11
CPU0_D12        0xF881FF30          Data Register 12
CPU0_D13        0xF881FF34          Data Register 13
CPU0_D14        0xF881FF38          Data Register 14
CPU0_D15        0xF881FF3C          Data Register 15
CPU0_A0         0xF881FF80          Address Register 0
CPU0_A1         0xF881FF84          Address Register 1
CPU0_A2         0xF881FF88          Address Register 2
CPU0_A3         0xF881FF8C          Address Register 3
CPU0_A4         0xF881FF90          Address Register 4
CPU0_A5         0xF881FF94          Address Register 5
CPU0_A6         0xF881FF98          Address Register 6
CPU0_A7         0xF881FF9C          Address Register 7
CPU0_A8         0xF881FFA0          Address Register 8
CPU0_A9         0xF881FFA4          Address Register 9
CPU0_A10        0xF881FFA8          Address Register 10
CPU0_A11        0xF881FFAC          Address Register 11
CPU0_A12        0xF881FFB0          Address Register 12
CPU0_A13        0xF881FFB4          Address Register 13
CPU0_A14        0xF881FFB8          Address Register 14
CPU0_A15        0xF881FFBC          Address Register 15

; this chip implements TriCore v1.6 instruction set
; this memory map and registers was based on stepping B of the chip
.tc2xx/tc26x
; MEMORY MAP
area DATA CPU1_DSPR       0x60000000:0x6001E000   CPU1 Data Scratch Pad SRAM, non-cached
area DATA CPU1_DCACHE     0x6001E000:0x60020000   CPU1 Data Cache SRAM, non-cached
area DATA CPU1_DTAG       0x600C0000:0x600C0C00   CPU1 Data Cache TAG SRAM, non-cached
area CODE CPU1_PSPR       0x60100000:0x60108000   CPU1 Program Scratch Pad SRAM, non-cached
area CODE CPU1_PCACHE     0x60108000:0x6010C000   CPU1 Program Cache SRAM, non-cached
area CODE CPU1_PTAG       0x601C0000:0x601C1800   CPU1 Program Cache TAG SRAM, non-cached
area DATA CPU0_DSPR       0x70000000:0x70012000   CPU0 Data Scratch Pad SRAM, non-cached
area CODE CPU0_PSPR       0x70100000:0x70104000   CPU0 Program Scratch Pad SRAM, non-cached
area CODE CPU0_PCACHE     0x70104000:0x70106000   CPU0 Program Cache SRAM, non-cached
area CODE CPU0_PTAG       0x701C0000:0x701C0C00   CPU0 Program Cache TAG SRAM, non-cached
area CODE PFLASH0         0x80000000:0x80100000   Program Flash 0, cached
area CODE PFLASH1         0x80100000:0x80280000   Program Flash 1, cached
area DATA OLDA            0x8FE70000:0x8FE78000   Online Data Acquisition, cached
area CODE BROM            0x8FFF8000:0x90000000   Boot ROM, cached
area CODE PFLASH0_NC      0xA0000000:0xA0100000   Program Flash 0, non-cached
area CODE PFLASH1_NC      0xA0100000:0xA0280000   Program Flash 1, non-cached
area DATA DFLASH0_NC      0xAF000000:0xAF104000   Data Flash 0, non-cached
area DATA OLDA_NC         0xAFE70000:0xAFE78000   Online Data Acquisition, non-cached
area CODE BROM_NC         0xAFFF8000:0xB0000000   Boot ROM, non-cached
area DATA LMURAM_NC       0xB0000000:0xB0008000   LMU SRAM, non-cached
area DATA FFT0            0xBE000000:0xBE080000   FFT Accelerator, non-cached
area DATA FFT1            0xBE100000:0xBE180000   FFT Accelerator, non-cached
area DATA REGISTERS       0xF0000000:0xF8840000   Core SFRs and GPRs
; REGISTERS
STM0_CLC        0xF0000000          Clock Control Register
STM0_ID         0xF0000008          Module Identification Register
STM0_TIM0       0xF0000010          Timer Register 0
STM0_TIM1       0xF0000014          Timer Register 1
STM0_TIM2       0xF0000018          Timer Register 2
STM0_TIM3       0xF000001C          Timer Register 3
STM0_TIM4       0xF0000020          Timer Register 4
STM0_TIM5       0xF0000024          Timer Register 5
STM0_TIM6       0xF0000028          Timer Register 6
STM0_CAP        0xF000002C          Timer Capture Register
STM0_CMP0       0xF0000030          Compare Register 0
STM0_CMP1       0xF0000034          Compare Register 1
STM0_CMCON      0xF0000038          Compare Match Control Register
STM0_ICR        0xF000003C          Interrupt Control Register
STM0_ISCR       0xF0000040          Interrupt Set/Clear Register
STM0_TIM0SV     0xF0000050          Timer Register 0 Second View
STM0_CAPSV      0xF0000054          Timer Capture Register Second View
STM0_OCS        0xF00000E8          OCDS Control and Status
STM0_KRSTCLR    0xF00000EC          Kernel Reset Status Clear Register
STM0_KRST1      0xF00000F0          Kernel Reset Register 1
STM0_KRST0      0xF00000F4          Kernel Reset Register 0
STM0_ACCEN1     0xF00000F8          Access Enable Register 1
STM0_ACCEN0     0xF00000FC          Access Enable Register 0
STM1_CLC        0xF0000100          Clock Control Register
STM1_ID         0xF0000108          Module Identification Register
STM1_TIM0       0xF0000110          Timer Register 0
STM1_TIM1       0xF0000114          Timer Register 1
STM1_TIM2       0xF0000118          Timer Register 2
STM1_TIM3       0xF000011C          Timer Register 3
STM1_TIM4       0xF0000120          Timer Register 4
STM1_TIM5       0xF0000124          Timer Register 5
STM1_TIM6       0xF0000128          Timer Register 6
STM1_CAP        0xF000012C          Timer Capture Register
STM1_CMP0       0xF0000130          Compare Register 0
STM1_CMP1       0xF0000134          Compare Register 1
STM1_CMCON      0xF0000138          Compare Match Control Register
STM1_ICR        0xF000013C          Interrupt Control Register
STM1_ISCR       0xF0000140          Interrupt Set/Clear Register
STM1_TIM0SV     0xF0000150          Timer Register 0 Second View
STM1_CAPSV      0xF0000154          Timer Capture Register Second View
STM1_OCS        0xF00001E8          OCDS Control and Status
STM1_KRSTCLR    0xF00001EC          Kernel Reset Status Clear Register
STM1_KRST1      0xF00001F0          Kernel Reset Register 1
STM1_KRST0      0xF00001F4          Kernel Reset Register 0
STM1_ACCEN1     0xF00001F8          Access Enable Register 1
STM1_ACCEN0     0xF00001FC          Access Enable Register 0
CBS_JDPID       0xF0000408          Module Identification Register
CBS_OIFM        0xF000040C          OCDS Interface Mode Register
CBS_TIPR        0xF0000410          TG Input Pins Routing
CBS_TOPR        0xF0000414          TG Output Pins Routing
CBS_TOPPS       0xF0000418          TG Output Pins Pulse Stretcher
CBS_TCIP        0xF000041C          TG Capture for TG Input Pins
CBS_TRC0        0xF0000420          TG Routing for CPU0
CBS_TRC1        0xF0000424          TG Routing for CPU1
CBS_TRMC        0xF000043C          TG Routing for MCDS Control
CBS_TLCC0       0xF0000440          TG Line Counter Control
CBS_TLCC1       0xF0000444          TG Line Counter Control
CBS_TLCV0       0xF0000450          TG Line Counter Value
CBS_TLCV1       0xF0000454          TG Line Counter Value
CBS_TRSS        0xF0000460          TG Routing for Special Signals
CBS_JTAGID      0xF0000464          JTAG Device Identification Register
CBS_COMDATA     0xF0000468          Communication Mode Data Register
CBS_IOSR        0xF000046C          IOClient Status and Control Register
CBS_TLS         0xF0000470          TG Line State
CBS_TCTL        0xF0000474          TG Capture for TG Lines
CBS_OEC         0xF0000478          OCDS Enable Control Register
CBS_OCNTRL      0xF000047C          OSCU Control Register
CBS_OSTATE      0xF0000480          OSCU Status Register
CBS_INTMOD      0xF0000484          Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488          Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C          Internally Controlled Trace Destination Register
CBS_TLC         0xF0000490          TG Line Control
CBS_TL1ST       0xF0000494          TG Line 1 Suspend Targets
CBS_TLCHE       0xF0000498          TG Line Capture and Hold Enable
CBS_TLCHS       0xF000049C          TG Line Capture and Hold Clear
CBS_TRIGS       0xF00004A0          Set Trigger to Host Register
CBS_TRIGC       0xF00004A4          Clear Trigger to Host Register
CBS_TLT         0xF00004A8          TG Line Timer
CBS_TLTTH       0xF00004AC          TG Lines for Trigger to Host
CBS_TCCB        0xF00004B0          TG Capture for Cores - BRKOUT
CBS_TCCH        0xF00004B4          TG Capture for Cores - HALT
CBS_TCTGB       0xF00004B8          TG Capture for OTGB0/1
CBS_TCM         0xF00004BC          TG Capture for MCDS
CBS_TREC0       0xF00004C0          TG Routing Events of CPU0
CBS_TREC1       0xF00004C4          TG Routing Events of CPU1
CBS_TRMT        0xF00004DC          TG Routing for MCDS Triggers
CBS_TRTGB0L     0xF00004E0          TG Routing for OTGB0 Bits [7:0]
CBS_TRTGB0H     0xF00004E4          TG Routing for OTGB0 Bits [15:8]
CBS_TRTGB1L     0xF00004E8          TG Routing for OTGB1 Bits [7:0]
CBS_TRTGB1H     0xF00004EC          TG Routing for OTGB1 Bits [15:8]
CBS_TRIG0       0xF0000500          Trigger to Host Register 0
CBS_TRIG1       0xF0000504          Trigger to Host Register 1
CBS_TRIG2       0xF0000508          Trigger to Host Register 2
CBS_TRIG3       0xF000050C          Trigger to Host Register 3
CBS_TRIG4       0xF0000510          Trigger to Host Register 4
CBS_TRIG5       0xF0000514          Trigger to Host Register 5
CBS_TRIG6       0xF0000518          Trigger to Host Register 6
CBS_TRIG7       0xF000051C          Trigger to Host Register 7
CBS_TRIG8       0xF0000520          Trigger to Host Register 8
CBS_TRIG9       0xF0000524          Trigger to Host Register 9
CBS_TRIG10      0xF0000528          Trigger to Host Register 10
CBS_TRIG11      0xF000052C          Trigger to Host Register 11
CBS_TRIG12      0xF0000530          Trigger to Host Register 12
CBS_TRIG13      0xF0000534          Trigger to Host Register 13
CBS_TRIG14      0xF0000538          Trigger to Host Register 14
CBS_TRIG15      0xF000053C          Trigger to Host Register 15
CBS_TRIG16      0xF0000540          Trigger to Host Register 16
CBS_TRIG17      0xF0000544          Trigger to Host Register 17
CBS_TRIG18      0xF0000548          Trigger to Host Register 18
CBS_TRIG19      0xF000054C          Trigger to Host Register 19
CBS_TRIG20      0xF0000550          Trigger to Host Register 20
CBS_TRIG21      0xF0000554          Trigger to Host Register 21
ASCLIN0_CLC     0xF0000600          Clock Control Register
ASCLIN0_IOCR    0xF0000604          Input and Output Control Register
ASCLIN0_ID      0xF0000608          Module Identification Register
ASCLIN0_TXFIFOCON 0xF000060C          TX FIFO Configuration Register
ASCLIN0_RXFIFOCON 0xF0000610          RX FIFO Configuration Register
ASCLIN0_BITCON  0xF0000614          Bit Configuration Register
ASCLIN0_FRAMECON 0xF0000618          Frame Control Register
ASCLIN0_DATCON  0xF000061C          Data Configuration Register
ASCLIN0_BRG     0xF0000620          Baud Rate Generation Register
ASCLIN0_BRD     0xF0000624          Baud Rate Detection Register
ASCLIN0_LINCON  0xF0000628          LIN Control Register
ASCLIN0_LINBTIMER 0xF000062C          LIN Break Timer Register
ASCLIN0_LINHTIMER 0xF0000630          LIN Header Timer Register
ASCLIN0_FLAGS   0xF0000634          Flags Register
ASCLIN0_FLAGSSET 0xF0000638          Flags Set Register
ASCLIN0_FLAGSCLEAR 0xF000063C          Flags Clear Register
ASCLIN0_FLAGSENABLE 0xF0000640          Flags Enable Register
ASCLIN0_TXDATA  0xF0000644          Transmit Data Register
ASCLIN0_RXDATA  0xF0000648          Receive Data Register
ASCLIN0_CSR     0xF000064C          Clock Selection Register
ASCLIN0_RXDATAD 0xF0000650          Receive Data Debug Register
ASCLIN0_OCS     0xF00006E8          OCDS Control and Status
ASCLIN0_KRSTCLR 0xF00006EC          Kernel Reset Status Clear Register
ASCLIN0_KRST1   0xF00006F0          Kernel Reset Register 1
ASCLIN0_KRST0   0xF00006F4          Kernel Reset Register 0
ASCLIN0_ACCEN1  0xF00006F8          Access Enable Register 1
ASCLIN0_ACCEN0  0xF00006FC          Access Enable Register 0
ASCLIN1_CLC     0xF0000700          Clock Control Register
ASCLIN1_IOCR    0xF0000704          Input and Output Control Register
ASCLIN1_ID      0xF0000708          Module Identification Register
ASCLIN1_TXFIFOCON 0xF000070C          TX FIFO Configuration Register
ASCLIN1_RXFIFOCON 0xF0000710          RX FIFO Configuration Register
ASCLIN1_BITCON  0xF0000714          Bit Configuration Register
ASCLIN1_FRAMECON 0xF0000718          Frame Control Register
ASCLIN1_DATCON  0xF000071C          Data Configuration Register
ASCLIN1_BRG     0xF0000720          Baud Rate Generation Register
ASCLIN1_BRD     0xF0000724          Baud Rate Detection Register
ASCLIN1_LINCON  0xF0000728          LIN Control Register
ASCLIN1_LINBTIMER 0xF000072C          LIN Break Timer Register
ASCLIN1_LINHTIMER 0xF0000730          LIN Header Timer Register
ASCLIN1_FLAGS   0xF0000734          Flags Register
ASCLIN1_FLAGSSET 0xF0000738          Flags Set Register
ASCLIN1_FLAGSCLEAR 0xF000073C          Flags Clear Register
ASCLIN1_FLAGSENABLE 0xF0000740          Flags Enable Register
ASCLIN1_TXDATA  0xF0000744          Transmit Data Register
ASCLIN1_RXDATA  0xF0000748          Receive Data Register
ASCLIN1_CSR     0xF000074C          Clock Selection Register
ASCLIN1_RXDATAD 0xF0000750          Receive Data Debug Register
ASCLIN1_OCS     0xF00007E8          OCDS Control and Status
ASCLIN1_KRSTCLR 0xF00007EC          Kernel Reset Status Clear Register
ASCLIN1_KRST1   0xF00007F0          Kernel Reset Register 1
ASCLIN1_KRST0   0xF00007F4          Kernel Reset Register 0
ASCLIN1_ACCEN1  0xF00007F8          Access Enable Register 1
ASCLIN1_ACCEN0  0xF00007FC          Access Enable Register 0
ASCLIN2_CLC     0xF0000800          Clock Control Register
ASCLIN2_IOCR    0xF0000804          Input and Output Control Register
ASCLIN2_ID      0xF0000808          Module Identification Register
ASCLIN2_TXFIFOCON 0xF000080C          TX FIFO Configuration Register
ASCLIN2_RXFIFOCON 0xF0000810          RX FIFO Configuration Register
ASCLIN2_BITCON  0xF0000814          Bit Configuration Register
ASCLIN2_FRAMECON 0xF0000818          Frame Control Register
ASCLIN2_DATCON  0xF000081C          Data Configuration Register
ASCLIN2_BRG     0xF0000820          Baud Rate Generation Register
ASCLIN2_BRD     0xF0000824          Baud Rate Detection Register
ASCLIN2_LINCON  0xF0000828          LIN Control Register
ASCLIN2_LINBTIMER 0xF000082C          LIN Break Timer Register
ASCLIN2_LINHTIMER 0xF0000830          LIN Header Timer Register
ASCLIN2_FLAGS   0xF0000834          Flags Register
ASCLIN2_FLAGSSET 0xF0000838          Flags Set Register
ASCLIN2_FLAGSCLEAR 0xF000083C          Flags Clear Register
ASCLIN2_FLAGSENABLE 0xF0000840          Flags Enable Register
ASCLIN2_TXDATA  0xF0000844          Transmit Data Register
ASCLIN2_RXDATA  0xF0000848          Receive Data Register
ASCLIN2_CSR     0xF000084C          Clock Selection Register
ASCLIN2_RXDATAD 0xF0000850          Receive Data Debug Register
ASCLIN2_OCS     0xF00008E8          OCDS Control and Status
ASCLIN2_KRSTCLR 0xF00008EC          Kernel Reset Status Clear Register
ASCLIN2_KRST1   0xF00008F0          Kernel Reset Register 1
ASCLIN2_KRST0   0xF00008F4          Kernel Reset Register 0
ASCLIN2_ACCEN1  0xF00008F8          Access Enable Register 1
ASCLIN2_ACCEN0  0xF00008FC          Access Enable Register 0
ASCLIN3_CLC     0xF0000900          Clock Control Register
ASCLIN3_IOCR    0xF0000904          Input and Output Control Register
ASCLIN3_ID      0xF0000908          Module Identification Register
ASCLIN3_TXFIFOCON 0xF000090C          TX FIFO Configuration Register
ASCLIN3_RXFIFOCON 0xF0000910          RX FIFO Configuration Register
ASCLIN3_BITCON  0xF0000914          Bit Configuration Register
ASCLIN3_FRAMECON 0xF0000918          Frame Control Register
ASCLIN3_DATCON  0xF000091C          Data Configuration Register
ASCLIN3_BRG     0xF0000920          Baud Rate Generation Register
ASCLIN3_BRD     0xF0000924          Baud Rate Detection Register
ASCLIN3_LINCON  0xF0000928          LIN Control Register
ASCLIN3_LINBTIMER 0xF000092C          LIN Break Timer Register
ASCLIN3_LINHTIMER 0xF0000930          LIN Header Timer Register
ASCLIN3_FLAGS   0xF0000934          Flags Register
ASCLIN3_FLAGSSET 0xF0000938          Flags Set Register
ASCLIN3_FLAGSCLEAR 0xF000093C          Flags Clear Register
ASCLIN3_FLAGSENABLE 0xF0000940          Flags Enable Register
ASCLIN3_TXDATA  0xF0000944          Transmit Data Register
ASCLIN3_RXDATA  0xF0000948          Receive Data Register
ASCLIN3_CSR     0xF000094C          Clock Selection Register
ASCLIN3_RXDATAD 0xF0000950          Receive Data Debug Register
ASCLIN3_OCS     0xF00009E8          OCDS Control and Status
ASCLIN3_KRSTCLR 0xF00009EC          Kernel Reset Status Clear Register
ASCLIN3_KRST1   0xF00009F0          Kernel Reset Register 1
ASCLIN3_KRST0   0xF00009F4          Kernel Reset Register 0
ASCLIN3_ACCEN1  0xF00009F8          Access Enable Register 1
ASCLIN3_ACCEN0  0xF00009FC          Access Enable Register 0
QSPI0_CLC       0xF0001C00          Clock Control Register
QSPI0_PISEL     0xF0001C04          Port Input Select Register
QSPI0_ID        0xF0001C08          Module Identification Register
QSPI0_GLOBALCON 0xF0001C10          Global Configuration Register
QSPI0_GLOBALCON1 0xF0001C14          Global Configuration Register 1
QSPI0_BACON     0xF0001C18          Basic Configuration Register
QSPI0_ECON0     0xF0001C20          Configuration Extension 0
QSPI0_ECON1     0xF0001C24          Configuration Extension 1
QSPI0_ECON2     0xF0001C28          Configuration Extension 2
QSPI0_ECON3     0xF0001C2C          Configuration Extension 3
QSPI0_ECON4     0xF0001C30          Configuration Extension 4
QSPI0_ECON5     0xF0001C34          Configuration Extension 5
QSPI0_ECON6     0xF0001C38          Configuration Extension 6
QSPI0_ECON7     0xF0001C3C          Configuration Extension 7
QSPI0_STATUS    0xF0001C40          Status Register
QSPI0_STATUS1   0xF0001C44          Status Register 1
QSPI0_SSOC      0xF0001C48          Slave Select Output Control Register
QSPI0_FLAGSCLEAR 0xF0001C54          Flags Clear Register
QSPI0_XXLCON    0xF0001C58          Extra Large Data Configuration Register
QSPI0_MIXENTRY  0xF0001C5C          MIX_ENTRY Register
QSPI0_BACONENTRY 0xF0001C60          BACON_ENTRY Register
QSPI0_DATAENTRY0 0xF0001C64          DATA_ENTRY Register 0
QSPI0_DATAENTRY1 0xF0001C68          DATA_ENTRY Register 1
QSPI0_DATAENTRY2 0xF0001C6C          DATA_ENTRY Register 2
QSPI0_DATAENTRY3 0xF0001C70          DATA_ENTRY Register 3
QSPI0_DATAENTRY4 0xF0001C74          DATA_ENTRY Register 4
QSPI0_DATAENTRY5 0xF0001C78          DATA_ENTRY Register 5
QSPI0_DATAENTRY6 0xF0001C7C          DATA_ENTRY Register 6
QSPI0_DATAENTRY7 0xF0001C80          DATA_ENTRY Register 7
QSPI0_RXEXIT    0xF0001C90          RX_EXIT Register
QSPI0_RXEXITD   0xF0001C94          RX_EXIT Debug Register
QSPI0_OCS       0xF0001CE8          OCDS Control and Status
QSPI0_KRSTCLR   0xF0001CEC          Kernel Reset Status Clear Register
QSPI0_KRST1     0xF0001CF0          Kernel Reset Register 1
QSPI0_KRST0     0xF0001CF4          Kernel Reset Register 0
QSPI0_ACCEN1    0xF0001CF8          Access Enable Register 1
QSPI0_ACCEN0    0xF0001CFC          Access Enable Register 0
QSPI1_CLC       0xF0001D00          Clock Control Register
QSPI1_PISEL     0xF0001D04          Port Input Select Register
QSPI1_ID        0xF0001D08          Module Identification Register
QSPI1_GLOBALCON 0xF0001D10          Global Configuration Register
QSPI1_GLOBALCON1 0xF0001D14          Global Configuration Register 1
QSPI1_BACON     0xF0001D18          Basic Configuration Register
QSPI1_ECON0     0xF0001D20          Configuration Extension 0
QSPI1_ECON1     0xF0001D24          Configuration Extension 1
QSPI1_ECON2     0xF0001D28          Configuration Extension 2
QSPI1_ECON3     0xF0001D2C          Configuration Extension 3
QSPI1_ECON4     0xF0001D30          Configuration Extension 4
QSPI1_ECON5     0xF0001D34          Configuration Extension 5
QSPI1_ECON6     0xF0001D38          Configuration Extension 6
QSPI1_ECON7     0xF0001D3C          Configuration Extension 7
QSPI1_STATUS    0xF0001D40          Status Register
QSPI1_STATUS1   0xF0001D44          Status Register 1
QSPI1_SSOC      0xF0001D48          Slave Select Output Control Register
QSPI1_FLAGSCLEAR 0xF0001D54          Flags Clear Register
QSPI1_XXLCON    0xF0001D58          Extra Large Data Configuration Register
QSPI1_MIXENTRY  0xF0001D5C          MIX_ENTRY Register
QSPI1_BACONENTRY 0xF0001D60          BACON_ENTRY Register
QSPI1_DATAENTRY0 0xF0001D64          DATA_ENTRY Register 0
QSPI1_DATAENTRY1 0xF0001D68          DATA_ENTRY Register 1
QSPI1_DATAENTRY2 0xF0001D6C          DATA_ENTRY Register 2
QSPI1_DATAENTRY3 0xF0001D70          DATA_ENTRY Register 3
QSPI1_DATAENTRY4 0xF0001D74          DATA_ENTRY Register 4
QSPI1_DATAENTRY5 0xF0001D78          DATA_ENTRY Register 5
QSPI1_DATAENTRY6 0xF0001D7C          DATA_ENTRY Register 6
QSPI1_DATAENTRY7 0xF0001D80          DATA_ENTRY Register 7
QSPI1_RXEXIT    0xF0001D90          RX_EXIT Register
QSPI1_RXEXITD   0xF0001D94          RX_EXIT Debug Register
QSPI1_OCS       0xF0001DE8          OCDS Control and Status
QSPI1_KRSTCLR   0xF0001DEC          Kernel Reset Status Clear Register
QSPI1_KRST1     0xF0001DF0          Kernel Reset Register 1
QSPI1_KRST0     0xF0001DF4          Kernel Reset Register 0
QSPI1_ACCEN1    0xF0001DF8          Access Enable Register 1
QSPI1_ACCEN0    0xF0001DFC          Access Enable Register 0
QSPI2_CLC       0xF0001E00          Clock Control Register
QSPI2_PISEL     0xF0001E04          Port Input Select Register
QSPI2_ID        0xF0001E08          Module Identification Register
QSPI2_GLOBALCON 0xF0001E10          Global Configuration Register
QSPI2_GLOBALCON1 0xF0001E14          Global Configuration Register 1
QSPI2_BACON     0xF0001E18          Basic Configuration Register
QSPI2_ECON0     0xF0001E20          Configuration Extension 0
QSPI2_ECON1     0xF0001E24          Configuration Extension 1
QSPI2_ECON2     0xF0001E28          Configuration Extension 2
QSPI2_ECON3     0xF0001E2C          Configuration Extension 3
QSPI2_ECON4     0xF0001E30          Configuration Extension 4
QSPI2_ECON5     0xF0001E34          Configuration Extension 5
QSPI2_ECON6     0xF0001E38          Configuration Extension 6
QSPI2_ECON7     0xF0001E3C          Configuration Extension 7
QSPI2_STATUS    0xF0001E40          Status Register
QSPI2_STATUS1   0xF0001E44          Status Register 1
QSPI2_SSOC      0xF0001E48          Slave Select Output Control Register
QSPI2_FLAGSCLEAR 0xF0001E54          Flags Clear Register
QSPI2_XXLCON    0xF0001E58          Extra Large Data Configuration Register
QSPI2_MIXENTRY  0xF0001E5C          MIX_ENTRY Register
QSPI2_BACONENTRY 0xF0001E60          BACON_ENTRY Register
QSPI2_DATAENTRY0 0xF0001E64          DATA_ENTRY Register 0
QSPI2_DATAENTRY1 0xF0001E68          DATA_ENTRY Register 1
QSPI2_DATAENTRY2 0xF0001E6C          DATA_ENTRY Register 2
QSPI2_DATAENTRY3 0xF0001E70          DATA_ENTRY Register 3
QSPI2_DATAENTRY4 0xF0001E74          DATA_ENTRY Register 4
QSPI2_DATAENTRY5 0xF0001E78          DATA_ENTRY Register 5
QSPI2_DATAENTRY6 0xF0001E7C          DATA_ENTRY Register 6
QSPI2_DATAENTRY7 0xF0001E80          DATA_ENTRY Register 7
QSPI2_RXEXIT    0xF0001E90          RX_EXIT Register
QSPI2_RXEXITD   0xF0001E94          RX_EXIT Debug Register
QSPI2_CAPCON    0xF0001EA0          Capture Control Register
QSPI2_OCS       0xF0001EE8          OCDS Control and Status
QSPI2_KRSTCLR   0xF0001EEC          Kernel Reset Status Clear Register
QSPI2_KRST1     0xF0001EF0          Kernel Reset Register 1
QSPI2_KRST0     0xF0001EF4          Kernel Reset Register 0
QSPI2_ACCEN1    0xF0001EF8          Access Enable Register 1
QSPI2_ACCEN0    0xF0001EFC          Access Enable Register 0
QSPI3_CLC       0xF0001F00          Clock Control Register
QSPI3_PISEL     0xF0001F04          Port Input Select Register
QSPI3_ID        0xF0001F08          Module Identification Register
QSPI3_GLOBALCON 0xF0001F10          Global Configuration Register
QSPI3_GLOBALCON1 0xF0001F14          Global Configuration Register 1
QSPI3_BACON     0xF0001F18          Basic Configuration Register
QSPI3_ECON0     0xF0001F20          Configuration Extension 0
QSPI3_ECON1     0xF0001F24          Configuration Extension 1
QSPI3_ECON2     0xF0001F28          Configuration Extension 2
QSPI3_ECON3     0xF0001F2C          Configuration Extension 3
QSPI3_ECON4     0xF0001F30          Configuration Extension 4
QSPI3_ECON5     0xF0001F34          Configuration Extension 5
QSPI3_ECON6     0xF0001F38          Configuration Extension 6
QSPI3_ECON7     0xF0001F3C          Configuration Extension 7
QSPI3_STATUS    0xF0001F40          Status Register
QSPI3_STATUS1   0xF0001F44          Status Register 1
QSPI3_SSOC      0xF0001F48          Slave Select Output Control Register
QSPI3_FLAGSCLEAR 0xF0001F54          Flags Clear Register
QSPI3_XXLCON    0xF0001F58          Extra Large Data Configuration Register
QSPI3_MIXENTRY  0xF0001F5C          MIX_ENTRY Register
QSPI3_BACONENTRY 0xF0001F60          BACON_ENTRY Register
QSPI3_DATAENTRY0 0xF0001F64          DATA_ENTRY Register 0
QSPI3_DATAENTRY1 0xF0001F68          DATA_ENTRY Register 1
QSPI3_DATAENTRY2 0xF0001F6C          DATA_ENTRY Register 2
QSPI3_DATAENTRY3 0xF0001F70          DATA_ENTRY Register 3
QSPI3_DATAENTRY4 0xF0001F74          DATA_ENTRY Register 4
QSPI3_DATAENTRY5 0xF0001F78          DATA_ENTRY Register 5
QSPI3_DATAENTRY6 0xF0001F7C          DATA_ENTRY Register 6
QSPI3_DATAENTRY7 0xF0001F80          DATA_ENTRY Register 7
QSPI3_RXEXIT    0xF0001F90          RX_EXIT Register
QSPI3_RXEXITD   0xF0001F94          RX_EXIT Debug Register
QSPI3_CAPCON    0xF0001FA0          Capture Control Register
QSPI3_OCS       0xF0001FE8          OCDS Control and Status
QSPI3_KRSTCLR   0xF0001FEC          Kernel Reset Status Clear Register
QSPI3_KRST1     0xF0001FF0          Kernel Reset Register 1
QSPI3_KRST0     0xF0001FF4          Kernel Reset Register 0
QSPI3_ACCEN1    0xF0001FF8          Access Enable Register 1
QSPI3_ACCEN0    0xF0001FFC          Access Enable Register 0
MSC0_CLC        0xF0002600          Clock Control Register
MSC0_ID         0xF0002608          Module Identification Register
MSC0_FDR        0xF000260C          Fractional Divider Register
MSC0_USR        0xF0002610          Upstream Status Register
MSC0_DSC        0xF0002614          Downstream Control Register
MSC0_DSS        0xF0002618          Downstream Status Register
MSC0_DD         0xF000261C          Downstream Data Register
MSC0_DC         0xF0002620          Downstream Command Register
MSC0_DSDSL      0xF0002624          Downstream Select Data Source Low Register
MSC0_DSDSH      0xF0002628          Downstream Select Data Source High Register
MSC0_ESR        0xF000262C          Emergency Stop Register
MSC0_UD0        0xF0002630          Upstream Data Register 0
MSC0_UD1        0xF0002634          Upstream Data Register 1
MSC0_UD2        0xF0002638          Upstream Data Register 2
MSC0_UD3        0xF000263C          Upstream Data Register 3
MSC0_ICR        0xF0002640          Interrupt Control Register
MSC0_ISR        0xF0002644          Interrupt Status Register
MSC0_ISC        0xF0002648          Interrupt Set Clear Register
MSC0_OCR        0xF000264C          Output Control Register
MSC0_DSCE       0xF0002658          Downstream Control Enhanced Register 1
MSC0_USCE       0xF000265C          Upstream Control Enhanced Register 1
MSC0_DSDSLE     0xF0002660          Downstream Select Data Source Low Extension Register
MSC0_DSDSHE     0xF0002664          Downstream Select Data Source High Register
MSC0_ESRE       0xF0002668          Emergency Stop Extension Register
MSC0_DDE        0xF000266C          Downstream Data Extension Register
MSC0_DDM        0xF0002670          Downstream Data Mirror Register
MSC0_DSTE       0xF0002674          Downstream Timing Extension Register
MSC0_ABC        0xF0002680          Asynchronous Block Configuration Register
MSC0_OCS        0xF00026E8          OCDS Control and Status
MSC0_KRSTCLR    0xF00026EC          Kernel Reset Status Clear Register
MSC0_KRST1      0xF00026F0          Kernel Reset Register 1
MSC0_KRST0      0xF00026F4          Kernel Reset Register 0
MSC0_ACCEN1     0xF00026F8          Access Enable Register 1
MSC0_ACCEN0     0xF00026FC          Access Enable Register 0
MSC1_CLC        0xF0002700          Clock Control Register
MSC1_ID         0xF0002708          Module Identification Register
MSC1_FDR        0xF000270C          Fractional Divider Register
MSC1_USR        0xF0002710          Upstream Status Register
MSC1_DSC        0xF0002714          Downstream Control Register
MSC1_DSS        0xF0002718          Downstream Status Register
MSC1_DD         0xF000271C          Downstream Data Register
MSC1_DC         0xF0002720          Downstream Command Register
MSC1_DSDSL      0xF0002724          Downstream Select Data Source Low Register
MSC1_DSDSH      0xF0002728          Downstream Select Data Source High Register
MSC1_ESR        0xF000272C          Emergency Stop Register
MSC1_UD0        0xF0002730          Upstream Data Register 0
MSC1_UD1        0xF0002734          Upstream Data Register 1
MSC1_UD2        0xF0002738          Upstream Data Register 2
MSC1_UD3        0xF000273C          Upstream Data Register 3
MSC1_ICR        0xF0002740          Interrupt Control Register
MSC1_ISR        0xF0002744          Interrupt Status Register
MSC1_ISC        0xF0002748          Interrupt Set Clear Register
MSC1_OCR        0xF000274C          Output Control Register
MSC1_DSCE       0xF0002758          Downstream Control Enhanced Register 1
MSC1_USCE       0xF000275C          Upstream Control Enhanced Register 1
MSC1_DSDSLE     0xF0002760          Downstream Select Data Source Low Extension Register
MSC1_DSDSHE     0xF0002764          Downstream Select Data Source High Register
MSC1_ESRE       0xF0002768          Emergency Stop Extension Register
MSC1_DDE        0xF000276C          Downstream Data Extension Register
MSC1_DDM        0xF0002770          Downstream Data Mirror Register
MSC1_DSTE       0xF0002774          Downstream Timing Extension Register
MSC1_ABC        0xF0002780          Asynchronous Block Configuration Register
MSC1_OCS        0xF00027E8          OCDS Control and Status
MSC1_KRSTCLR    0xF00027EC          Kernel Reset Status Clear Register
MSC1_KRST1      0xF00027F0          Kernel Reset Register 1
MSC1_KRST0      0xF00027F4          Kernel Reset Register 0
MSC1_ACCEN1     0xF00027F8          Access Enable Register 1
MSC1_ACCEN0     0xF00027FC          Access Enable Register 0
CCU60_CLC       0xF0002A00          Clock Control Register
CCU60_MCFG      0xF0002A04          Module Configuration Register
CCU60_ID        0xF0002A08          Module Identification Register
CCU60_MOSEL     0xF0002A0C          CCU60 Module Output Select Register
CCU60_PISEL0    0xF0002A10          Port Input Select Register 0
CCU60_PISEL2    0xF0002A14          Port Input Select Register 2
CCU60_KSCSR     0xF0002A1C          Kernel State Control Sensitivity Register
CCU60_T12       0xF0002A20          Timer T12 Counter Register
CCU60_T12PR     0xF0002A24          Timer 12 Period Register
CCU60_T12DTC    0xF0002A28          Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0002A30          Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0002A34          Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0002A38          Capture/Compare Register for Channel CC62
CCU60_CC60SR    0xF0002A40          Capture/Compare Shadow Reg. for Channel CC60
CCU60_CC61SR    0xF0002A44          Capture/Compare Shadow Reg. for Channel CC61
CCU60_CC62SR    0xF0002A48          Capture/Compare Shadow Reg. for Channel CC62
CCU60_T13       0xF0002A50          Timer T13 Counter Register
CCU60_T13PR     0xF0002A54          Timer 13 Period Register
CCU60_CC63R     0xF0002A58          Compare Register for T13
CCU60_CC63SR    0xF0002A5C          Compare Shadow Register for T13
CCU60_CMPSTAT   0xF0002A60          Compare State Register
CCU60_CMPMODIF  0xF0002A64          Compare State Modification Register
CCU60_T12MSEL   0xF0002A68          T12 Mode Select Register
CCU60_TCTR0     0xF0002A70          Timer Control Register 0
CCU60_TCTR2     0xF0002A74          Timer Control Register 2
CCU60_TCTR4     0xF0002A78          Timer Control Register 4
CCU60_MODCTR    0xF0002A80          Modulation Control Register
CCU60_TRPCTR    0xF0002A84          Trap Control Register
CCU60_PSLR      0xF0002A88          Passive State Level Register
CCU60_MCMOUTS   0xF0002A8C          Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0002A90          Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0002A94          Multi-Channel Mode Control Register
CCU60_IMON      0xF0002A98          Input Monitoring Register
CCU60_LI        0xF0002A9C          Lost Indicator Register
CCU60_IS        0xF0002AA0          Interrupt Status Register
CCU60_ISS       0xF0002AA4          Interrupt Status Set Register
CCU60_ISR       0xF0002AA8          Interrupt Status Reset Register
CCU60_INP       0xF0002AAC          Interrupt Node Pointer Register
CCU60_IEN       0xF0002AB0          Interrupt Enable Register
CCU60_OCS       0xF0002AE8          OCDS Control and Status Register
CCU60_KRSTCLR   0xF0002AEC          Kernel Reset Status Clear Register
CCU60_KRST1     0xF0002AF0          Kernel Reset Register 1
CCU60_KRST0     0xF0002AF4          Kernel Reset Register 0
CCU60_ACCEN1    0xF0002AF8          Access Enable Register 1
CCU60_ACCEN0    0xF0002AFC          Access Enable Register 0
CCU61_CLC       0xF0002B00          Clock Control Register
CCU61_MCFG      0xF0002B04          Module Configuration Register
CCU61_ID        0xF0002B08          Module Identification Register
CCU61_PISEL0    0xF0002B10          Port Input Select Register 0
CCU61_PISEL2    0xF0002B14          Port Input Select Register 2
CCU61_KSCSR     0xF0002B1C          Kernel State Control Sensitivity Register
CCU61_T12       0xF0002B20          Timer T12 Counter Register
CCU61_T12PR     0xF0002B24          Timer 12 Period Register
CCU61_T12DTC    0xF0002B28          Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0002B30          Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0002B34          Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0002B38          Capture/Compare Register for Channel CC62
CCU61_CC60SR    0xF0002B40          Capture/Compare Shadow Reg. for Channel CC60
CCU61_CC61SR    0xF0002B44          Capture/Compare Shadow Reg. for Channel CC61
CCU61_CC62SR    0xF0002B48          Capture/Compare Shadow Reg. for Channel CC62
CCU61_T13       0xF0002B50          Timer T13 Counter Register
CCU61_T13PR     0xF0002B54          Timer 13 Period Register
CCU61_CC63R     0xF0002B58          Compare Register for T13
CCU61_CC63SR    0xF0002B5C          Compare Shadow Register for T13
CCU61_CMPSTAT   0xF0002B60          Compare State Register
CCU61_CMPMODIF  0xF0002B64          Compare State Modification Register
CCU61_T12MSEL   0xF0002B68          T12 Mode Select Register
CCU61_TCTR0     0xF0002B70          Timer Control Register 0
CCU61_TCTR2     0xF0002B74          Timer Control Register 2
CCU61_TCTR4     0xF0002B78          Timer Control Register 4
CCU61_MODCTR    0xF0002B80          Modulation Control Register
CCU61_TRPCTR    0xF0002B84          Trap Control Register
CCU61_PSLR      0xF0002B88          Passive State Level Register
CCU61_MCMOUTS   0xF0002B8C          Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0002B90          Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0002B94          Multi-Channel Mode Control Register
CCU61_IMON      0xF0002B98          Input Monitoring Register
CCU61_LI        0xF0002B9C          Lost Indicator Register
CCU61_IS        0xF0002BA0          Interrupt Status Register
CCU61_ISS       0xF0002BA4          Interrupt Status Set Register
CCU61_ISR       0xF0002BA8          Interrupt Status Reset Register
CCU61_INP       0xF0002BAC          Interrupt Node Pointer Register
CCU61_IEN       0xF0002BB0          Interrupt Enable Register
CCU61_OCS       0xF0002BE8          OCDS Control and Status Register
CCU61_KRSTCLR   0xF0002BEC          Kernel Reset Status Clear Register
CCU61_KRST1     0xF0002BF0          Kernel Reset Register 1
CCU61_KRST0     0xF0002BF4          Kernel Reset Register 0
CCU61_ACCEN1    0xF0002BF8          Access Enable Register 1
CCU61_ACCEN0    0xF0002BFC          Access Enable Register 0
GPT120_CLC      0xF0002E00          Clock Control Register
GPT120_PISEL    0xF0002E04          Port Input Select Register
GPT120_ID       0xF0002E08          Identification Register
GPT120_T2CON    0xF0002E10          Timer T2 Control Register
GPT120_T3CON    0xF0002E14          Timer T3 Control Register
GPT120_T4CON    0xF0002E18          Timer T4 Control Register
GPT120_T5CON    0xF0002E1C          Timer T5 Control Register
GPT120_T6CON    0xF0002E20          Timer T6 Control Register
GPT120_CAPREL   0xF0002E30          Capture and Reload Register
GPT120_T2       0xF0002E34          Timer T2 Register
GPT120_T3       0xF0002E38          Timer T3 Register
GPT120_T4       0xF0002E3C          Timer T4 Register
GPT120_T5       0xF0002E40          Timer T5 Register
GPT120_T6       0xF0002E44          Timer T6 Register
GPT120_OCS      0xF0002EE8          OCDS Control and Status Register
GPT120_KRSTCLR  0xF0002EEC          Kernel Reset Status Clear Register
GPT120_KRST1    0xF0002EF0          Kernel Reset Register 1
GPT120_KRST0    0xF0002EF4          Kernel Reset Register 0
GPT120_ACCEN1   0xF0002EF8          Access Enable Register 1
GPT120_ACCEN0   0xF0002EFC          Access Enable Register 0
SENT_CLC        0xF0003000          Clock Control Register
SENT_ID         0xF0003008          Module Identification Register
SENT_FDR        0xF000300C          SENT Fractional Divider Register
SENT_INTOV      0xF0003014          Interrupt Overview Register
SENT_TSR        0xF0003018          Time Stamp Register
SENT_TPD        0xF000301C          Time Stamp Predivider Register
SENT_RDR0       0xF0003080          Receive Data Register 0
SENT_RDR1       0xF0003084          Receive Data Register 1
SENT_RDR2       0xF0003088          Receive Data Register 2
SENT_RDR3       0xF000308C          Receive Data Register 3
SENT_RDR4       0xF0003090          Receive Data Register 4
SENT_RDR5       0xF0003094          Receive Data Register 5
SENT_OCS        0xF00030E8          OCDS Control and Status
SENT_KRSTCLR    0xF00030EC          Kernel Reset Status Clear Register
SENT_KRST1      0xF00030F0          Kernel Reset Register 1
SENT_KRST0      0xF00030F4          Kernel Reset Register 0
SENT_ACCEN1     0xF00030F8          Access Enable Register 1
SENT_ACCEN0     0xF00030FC          Access Enable Register 0
SENT_CPDR0      0xF0003100          Channel Pre Divider Register 0
SENT_CFDR0      0xF0003104          Channel Fractional Divider Register 0
SENT_RCR0       0xF0003108          Receiver Control Register 0
SENT_RSR0       0xF000310C          Receive Status Register 0
SENT_SDS0       0xF0003110          Serial Data and Status Register 0
SENT_IOCR0      0xF0003114          Input and Output Control Register 0
SENT_SCR0       0xF0003118          SPC Control Register 0
SENT_VIEW0      0xF000311C          Receive Data View Register 0
SENT_INTSTAT0   0xF0003120          Interrupt Status Register 0
SENT_INTSET0    0xF0003124          Interrupt Set Register 0
SENT_INTCLR0    0xF0003128          Interrupt Clear Register 0
SENT_INTEN0     0xF000312C          Interrupt Enable Register 0
SENT_INP0       0xF0003130          Interrupt Node Pointer Register 0
SENT_WDT0       0xF0003134          Watch Dog Timer Register 0
SENT_CPDR1      0xF0003140          Channel Pre Divider Register 1
SENT_CFDR1      0xF0003144          Channel Fractional Divider Register 1
SENT_RCR1       0xF0003148          Receiver Control Register 1
SENT_RSR1       0xF000314C          Receive Status Register 1
SENT_SDS1       0xF0003150          Serial Data and Status Register 1
SENT_IOCR1      0xF0003154          Input and Output Control Register 1
SENT_SCR1       0xF0003158          SPC Control Register 1
SENT_VIEW1      0xF000315C          Receive Data View Register 1
SENT_INTSTAT1   0xF0003160          Interrupt Status Register 1
SENT_INTSET1    0xF0003164          Interrupt Set Register 1
SENT_INTCLR1    0xF0003168          Interrupt Clear Register 1
SENT_INTEN1     0xF000316C          Interrupt Enable Register 1
SENT_INP1       0xF0003170          Interrupt Node Pointer Register 1
SENT_WDT1       0xF0003174          Watch Dog Timer Register 1
SENT_CPDR2      0xF0003180          Channel Pre Divider Register 2
SENT_CFDR2      0xF0003184          Channel Fractional Divider Register 2
SENT_RCR2       0xF0003188          Receiver Control Register 2
SENT_RSR2       0xF000318C          Receive Status Register 2
SENT_SDS2       0xF0003190          Serial Data and Status Register 2
SENT_IOCR2      0xF0003194          Input and Output Control Register 2
SENT_SCR2       0xF0003198          SPC Control Register 2
SENT_VIEW2      0xF000319C          Receive Data View Register 2
SENT_INTSTAT2   0xF00031A0          Interrupt Status Register 2
SENT_INTSET2    0xF00031A4          Interrupt Set Register 2
SENT_INTCLR2    0xF00031A8          Interrupt Clear Register 2
SENT_INTEN2     0xF00031AC          Interrupt Enable Register 2
SENT_INP2       0xF00031B0          Interrupt Node Pointer Register 2
SENT_WDT2       0xF00031B4          Watch Dog Timer Register 2
SENT_CPDR3      0xF00031C0          Channel Pre Divider Register 3
SENT_CFDR3      0xF00031C4          Channel Fractional Divider Register 3
SENT_RCR3       0xF00031C8          Receiver Control Register 3
SENT_RSR3       0xF00031CC          Receive Status Register 3
SENT_SDS3       0xF00031D0          Serial Data and Status Register 3
SENT_IOCR3      0xF00031D4          Input and Output Control Register 3
SENT_SCR3       0xF00031D8          SPC Control Register 3
SENT_VIEW3      0xF00031DC          Receive Data View Register 3
SENT_INTSTAT3   0xF00031E0          Interrupt Status Register 3
SENT_INTSET3    0xF00031E4          Interrupt Set Register 3
SENT_INTCLR3    0xF00031E8          Interrupt Clear Register 3
SENT_INTEN3     0xF00031EC          Interrupt Enable Register 3
SENT_INP3       0xF00031F0          Interrupt Node Pointer Register 3
SENT_WDT3       0xF00031F4          Watch Dog Timer Register 3
SENT_CPDR4      0xF0003200          Channel Pre Divider Register 4
SENT_CFDR4      0xF0003204          Channel Fractional Divider Register 4
SENT_RCR4       0xF0003208          Receiver Control Register 4
SENT_RSR4       0xF000320C          Receive Status Register 4
SENT_SDS4       0xF0003210          Serial Data and Status Register 4
SENT_IOCR4      0xF0003214          Input and Output Control Register 4
SENT_SCR4       0xF0003218          SPC Control Register 4
SENT_VIEW4      0xF000321C          Receive Data View Register 4
SENT_INTSTAT4   0xF0003220          Interrupt Status Register 4
SENT_INTSET4    0xF0003224          Interrupt Set Register 4
SENT_INTCLR4    0xF0003228          Interrupt Clear Register 4
SENT_INTEN4     0xF000322C          Interrupt Enable Register 4
SENT_INP4       0xF0003230          Interrupt Node Pointer Register 4
SENT_WDT4       0xF0003234          Watch Dog Timer Register 4
SENT_CPDR5      0xF0003240          Channel Pre Divider Register 5
SENT_CFDR5      0xF0003244          Channel Fractional Divider Register 5
SENT_RCR5       0xF0003248          Receiver Control Register 5
SENT_RSR5       0xF000324C          Receive Status Register 5
SENT_SDS5       0xF0003250          Serial Data and Status Register 5
SENT_IOCR5      0xF0003254          Input and Output Control Register 5
SENT_SCR5       0xF0003258          SPC Control Register 5
SENT_VIEW5      0xF000325C          Receive Data View Register 5
SENT_INTSTAT5   0xF0003260          Interrupt Status Register 5
SENT_INTSET5    0xF0003264          Interrupt Set Register 5
SENT_INTCLR5    0xF0003268          Interrupt Clear Register 5
SENT_INTEN5     0xF000326C          Interrupt Enable Register 5
SENT_INP5       0xF0003270          Interrupt Node Pointer Register 5
SENT_WDT5       0xF0003274          Watch Dog Timer Register 5
SENT_RTS0       0xF0003A80          Receive Time Stamp Register 0
SENT_RTS1       0xF0003A84          Receive Time Stamp Register 1
SENT_RTS2       0xF0003A88          Receive Time Stamp Register 2
SENT_RTS3       0xF0003A8C          Receive Time Stamp Register 3
SENT_RTS4       0xF0003A90          Receive Time Stamp Register 4
SENT_RTS5       0xF0003A94          Receive Time Stamp Register 5
FCE_CLC         0xF0003F00          Clock Control Register
FCE_ID          0xF0003F08          Module Identification Register
FCE_IR0         0xF0003F20          Input Register 0
FCE_RES0        0xF0003F24          CRC Result Register 0
FCE_CFG0        0xF0003F28          CRC Configuration Register 0
FCE_STS0        0xF0003F2C          CRC Status Register 0
FCE_LENGTH0     0xF0003F30          CRC Length Register 0
FCE_CHECK0      0xF0003F34          CRC Check Register 0
FCE_CRC0        0xF0003F38          CRC Register 0
FCE_CTR0        0xF0003F3C          CRC Test Register 0
FCE_IR1         0xF0003F40          Input Register 1
FCE_RES1        0xF0003F44          CRC Result Register 1
FCE_CFG1        0xF0003F48          CRC Configuration Register 1
FCE_STS1        0xF0003F4C          CRC Status Register 1
FCE_LENGTH1     0xF0003F50          CRC Length Register 1
FCE_CHECK1      0xF0003F54          CRC Check Register 1
FCE_CRC1        0xF0003F58          CRC Register 1
FCE_CTR1        0xF0003F5C          CRC Test Register 1
FCE_IR2         0xF0003F60          Input Register 2
FCE_RES2        0xF0003F64          CRC Result Register 2
FCE_CFG2        0xF0003F68          CRC Configuration Register 2
FCE_STS2        0xF0003F6C          CRC Status Register 2
FCE_LENGTH2     0xF0003F70          CRC Length Register 2
FCE_CHECK2      0xF0003F74          CRC Check Register 2
FCE_CRC2        0xF0003F78          CRC Register 2
FCE_CTR2        0xF0003F7C          CRC Test Register 2
FCE_IR3         0xF0003F80          Input Register 3
FCE_RES3        0xF0003F84          CRC Result Register 3
FCE_CFG3        0xF0003F88          CRC Configuration Register 3
FCE_STS3        0xF0003F8C          CRC Status Register 3
FCE_LENGTH3     0xF0003F90          CRC Length Register 3
FCE_CHECK3      0xF0003F94          CRC Check Register 3
FCE_CRC3        0xF0003F98          CRC Register 3
FCE_CTR3        0xF0003F9C          CRC Test Register 3
FCE_KRSTCLR     0xF0003FEC          Kernel Reset Status Clear Register
FCE_KRST1       0xF0003FF0          Kernel Reset Register 1
FCE_KRST0       0xF0003FF4          Kernel Reset Register 0
FCE_ACCEN1      0xF0003FF8          Access Enable Register 1
FCE_ACCEN0      0xF0003FFC          Access Enable Register 0
PSI5_CLC        0xF0005000          Clock Control Register
PSI5_ID         0xF0005008          Module Identification Register
PSI5_FDR        0xF000500C          PSI5 Fractional Divider Register
PSI5_FDRL       0xF0005010          Fractional Divider Register for Lower Bit Rate
PSI5_FDRH       0xF0005014          Fractional Divider Register for Higher Bit Rate
PSI5_FDRT       0xF0005018          Fractional Divider Register for Time Stamp
PSI5_TSRA       0xF000501C          Time Stamp Register A
PSI5_TSRB       0xF0005020          Time Stamp Register B
PSI5_TSRC       0xF0005024          Time Stamp Register C
PSI5_GCR        0xF000502C          Global Control Register
PSI5_IOCR0      0xF0005030          Input and Output Control Register 0
PSI5_RCRA0      0xF0005034          Receiver Control Register A 0
PSI5_RCRB0      0xF0005038          Receiver Control Register B 0
PSI5_RCRC0      0xF000503C          Receiver Control Register C 0
PSI5_WDT00      0xF0005040          Watch Dog Timer Register 00
PSI5_WDT01      0xF0005044          Watch Dog Timer Register 01
PSI5_WDT02      0xF0005048          Watch Dog Timer Register 02
PSI5_WDT03      0xF000504C          Watch Dog Timer Register 03
PSI5_WDT04      0xF0005050          Watch Dog Timer Register 04
PSI5_WDT05      0xF0005054          Watch Dog Timer Register 05
PSI5_WDT06      0xF0005058          Watch Dog Timer Register 06
PSI5_RSR0       0xF000505C          Receive Status Register 0
PSI5_SDS00      0xF0005060          Serial Data and Status Register 00
PSI5_SDS01      0xF0005064          Serial Data and Status Register 01
PSI5_SDS02      0xF0005068          Serial Data and Status Register 02
PSI5_SDS03      0xF000506C          Serial Data and Status Register 03
PSI5_SDS04      0xF0005070          Serial Data and Status Register 04
PSI5_SDS05      0xF0005074          Serial Data and Status Register 05
PSI5_SPTSC0     0xF0005078          SOP TS Capture Register SPTSC0
PSI5_SFTSC0     0xF000507C          SOF TS Capture Register SFTSC0
PSI5_RDRL0      0xF0005080          Receive Data Register Low 0
PSI5_RDRH0      0xF0005084          Receive Data Register High 0
PSI5_PGC0       0xF0005088          Pulse Generation Control Register 0
PSI5_CTV0       0xF000508C          Channel Trigger Value Register 0
PSI5_SCR0       0xF0005090          Send Control Register 0
PSI5_SDRL0      0xF0005094          Send Data Register Low 0
PSI5_SDRH0      0xF0005098          Send Data Register High 0
PSI5_SSRL0      0xF000509C          Send Shift Register Low 0
PSI5_SSRH0      0xF00050A0          Send Shift Register High 0
PSI5_SORL0      0xF00050A4          Send Output Register Low 0
PSI5_SORH0      0xF00050A8          Send Output Register High 0
PSI5_IOCR1      0xF00050C0          Input and Output Control Register 1
PSI5_RCRA1      0xF00050C4          Receiver Control Register A 1
PSI5_RCRB1      0xF00050C8          Receiver Control Register B 1
PSI5_RCRC1      0xF00050CC          Receiver Control Register C 1
PSI5_WDT10      0xF00050D0          Watch Dog Timer Register 10
PSI5_WDT11      0xF00050D4          Watch Dog Timer Register 11
PSI5_WDT12      0xF00050D8          Watch Dog Timer Register 12
PSI5_WDT13      0xF00050DC          Watch Dog Timer Register 13
PSI5_WDT14      0xF00050E0          Watch Dog Timer Register 14
PSI5_WDT15      0xF00050E4          Watch Dog Timer Register 15
PSI5_WDT16      0xF00050E8          Watch Dog Timer Register 16
PSI5_RSR1       0xF00050EC          Receive Status Register 1
PSI5_SDS10      0xF00050F0          Serial Data and Status Register 10
PSI5_SDS11      0xF00050F4          Serial Data and Status Register 11
PSI5_SDS12      0xF00050F8          Serial Data and Status Register 12
PSI5_SDS13      0xF00050FC          Serial Data and Status Register 13
PSI5_SDS14      0xF0005100          Serial Data and Status Register 14
PSI5_SDS15      0xF0005104          Serial Data and Status Register 15
PSI5_SPTSC1     0xF0005108          SOP TS Capture Register SPTSC1
PSI5_SFTSC1     0xF000510C          SOF TS Capture Register SFTSC1
PSI5_RDRL1      0xF0005110          Receive Data Register Low 1
PSI5_RDRH1      0xF0005114          Receive Data Register High 1
PSI5_PGC1       0xF0005118          Pulse Generation Control Register 1
PSI5_CTV1       0xF000511C          Channel Trigger Value Register 1
PSI5_SCR1       0xF0005120          Send Control Register 1
PSI5_SDRL1      0xF0005124          Send Data Register Low 1
PSI5_SDRH1      0xF0005128          Send Data Register High 1
PSI5_SSRL1      0xF000512C          Send Shift Register Low 1
PSI5_SSRH1      0xF0005130          Send Shift Register High 1
PSI5_SORL1      0xF0005134          Send Output Register Low 1
PSI5_SORH1      0xF0005138          Send Output Register High 1
PSI5_INTOV      0xF00052F8          Interrupt Overview Register
PSI5_INP0       0xF00052FC          Interrupt Node Pointer Register 0
PSI5_INP1       0xF0005300          Interrupt Node Pointer Register 1
PSI5_INTSTATA0  0xF0005310          Interrupt Status Register A 0
PSI5_INTSTATA1  0xF0005314          Interrupt Status Register A 1
PSI5_INTSTATB0  0xF0005324          Interrupt Status Register B 0
PSI5_INTSTATB1  0xF0005328          Interrupt Status Register B 1
PSI5_INTSETA0   0xF0005338          Interrupt Set Register A 0
PSI5_INTSETA1   0xF000533C          Interrupt Set Register A 1
PSI5_INTSETB0   0xF000534C          Interrupt Set Register B 0
PSI5_INTSETB1   0xF0005350          Interrupt Set Register B 1
PSI5_INTCLRA0   0xF0005360          Interrupt Clear Register A 0
PSI5_INTCLRA1   0xF0005364          Interrupt Clear Register A 1
PSI5_INTCLRB0   0xF0005374          Interrupt Clear Register A 0
PSI5_INTCLRB1   0xF0005378          Interrupt Clear Register A 1
PSI5_INTENA0    0xF0005388          Interrupt Enable Register A 0
PSI5_INTENA1    0xF000538C          Interrupt Enable Register A 1
PSI5_INTENB0    0xF000539C          Interrupt Enable Register B0
PSI5_INTENB1    0xF00053A0          Interrupt Enable Register B1
PSI5_OCS        0xF00053CC          OCDS Control and Status
PSI5_ACCEN0     0xF00053D0          Access Enable Register 0
PSI5_ACCEN1     0xF00053D4          Access Enable Register 1
PSI5_KRST0      0xF00053D8          Kernel Reset Register 0
PSI5_KRST1      0xF00053DC          Kernel Reset Register 1
PSI5_KRSTCLR    0xF00053E0          Kernel Reset Status Clear Register
PSI5_RFC0       0xF00053E4          Receive FIFO Control Register 0
PSI5_RFC1       0xF00053E8          Receive FIFO Control Register 1
PSI5_RDF0       0xF00053F8          Receive Data FIFO 0
PSI5_RDF1       0xF00053FC          Receive Data FIFO 1
PSI5_RSIOV0     0xF000540C          RSI Overview Register
PSI5_RSIOV1     0xF0005410          RSI Overview Register
PSI5_RMIOV0     0xF0005420          RMI Overview Register
PSI5_RMIOV1     0xF0005424          RMI Overview Register
PSI5_NBIOV0     0xF0005434          NBI Overview Register
PSI5_NBIOV1     0xF0005438          NBI Overview Register
PSI5_TEIOV0     0xF0005448          TEI Overview Register
PSI5_TEIOV1     0xF000544C          TEI Overview Register
PSI5_CRCIOV0    0xF000545C          CRCI Overview Register
PSI5_CRCIOV1    0xF0005460          CRCI Overview Register
PSI5_RDIOV0     0xF0005470          RDI Overview Register
PSI5_RDIOV1     0xF0005474          RDI Overview Register
PSI5_NFIOV0     0xF0005484          NFI Overview Register
PSI5_NFIOV1     0xF0005488          NFI Overview Register
PSI5_MEIOV0     0xF0005498          MEI Overview Register
PSI5_MEIOV1     0xF000549C          MEI Overview Register
PSI5_RSISET0    0xF00054AC          RSIOV0 Set Register
PSI5_RSISET1    0xF00054B0          RSIOV1 Set Register
PSI5_RMISET0    0xF00054C0          RMIOV0 Set Register
PSI5_RMISET1    0xF00054C4          RMIOV1 Set Register
PSI5_NBISET0    0xF00054D4          NBIOV0 Set Register
PSI5_NBISET1    0xF00054D8          NBIOV1 Set Register
PSI5_TEISET0    0xF00054E8          TEIOV0 Set Register
PSI5_TEISET1    0xF00054EC          TEIOV1 Set Register
PSI5_CRCISET0   0xF00054FC          CRCIOV0 Set Register
PSI5_CRCISET1   0xF0005500          CRCIOV1 Set Register
PSI5_RDISET0    0xF0005510          RDIOV0 Set Register
PSI5_RDISET1    0xF0005514          RDIOV1 Set Register
PSI5_NFISET0    0xF0005524          NFIOV0 Set Register
PSI5_NFISET1    0xF0005528          NFIOV1 Set Register
PSI5_MEISET0    0xF0005538          MEIOV0 Set Register
PSI5_MEISET1    0xF000553C          MEIOV1 Set Register
PSI5_RSICLR0    0xF000554C          RSIOV0 Clear Register
PSI5_RSICLR1    0xF0005550          RSIOV1 Clear Register
PSI5_RMICLR0    0xF0005560          RMIOV0 Clear Register
PSI5_RMICLR1    0xF0005564          RMIOV1 Clear Register
PSI5_NBICLR0    0xF0005574          NBIOV0 Clear Register
PSI5_NBICLR1    0xF0005578          NBIOV1 Clear Register
PSI5_TEICLR0    0xF0005588          TEIOV0 Clear Register
PSI5_TEICLR1    0xF000558C          TEIOV1 Clear Register
PSI5_CRCICLR0   0xF000559C          CRCIOV0 Clear Register
PSI5_CRCICLR1   0xF00055A0          CRCIOV1 Clear Register
PSI5_RDICLR0    0xF00055B0          RDIOV0 Clear Register
PSI5_RDICLR1    0xF00055B4          RDIOV1 Clear Register
PSI5_NFICLR0    0xF00055C4          NFIOV0 Clear Register
PSI5_NFICLR1    0xF00055C8          NFIOV1 Clear Register
PSI5_MEICLR0    0xF00055D8          MEIOV0 Clear Register
PSI5_MEICLR1    0xF00055DC          MEIOV1 Clear Register
PSI5_RDML00     0xF0005600          Receive Data Memory Low 00
PSI5_RDMH00     0xF0005604          Receive Data Memory High 00
PSI5_RDML01     0xF0005608          Receive Data Memory Low 01
PSI5_RDMH01     0xF000560C          Receive Data Memory High 01
PSI5_RDML02     0xF0005610          Receive Data Memory Low 02
PSI5_RDMH02     0xF0005614          Receive Data Memory High 02
PSI5_RDML03     0xF0005618          Receive Data Memory Low 03
PSI5_RDMH03     0xF000561C          Receive Data Memory High 03
PSI5_RDML04     0xF0005620          Receive Data Memory Low 04
PSI5_RDMH04     0xF0005624          Receive Data Memory High 04
PSI5_RDML05     0xF0005628          Receive Data Memory Low 05
PSI5_RDMH05     0xF000562C          Receive Data Memory High 05
PSI5_RDML06     0xF0005630          Receive Data Memory Low 06
PSI5_RDMH06     0xF0005634          Receive Data Memory High 06
PSI5_RDML07     0xF0005638          Receive Data Memory Low 07
PSI5_RDMH07     0xF000563C          Receive Data Memory High 07
PSI5_RDML08     0xF0005640          Receive Data Memory Low 08
PSI5_RDMH08     0xF0005644          Receive Data Memory High 08
PSI5_RDML09     0xF0005648          Receive Data Memory Low 09
PSI5_RDMH09     0xF000564C          Receive Data Memory High 09
PSI5_RDML010    0xF0005650          Receive Data Memory Low 010
PSI5_RDMH010    0xF0005654          Receive Data Memory High 010
PSI5_RDML011    0xF0005658          Receive Data Memory Low 011
PSI5_RDMH011    0xF000565C          Receive Data Memory High 011
PSI5_RDML012    0xF0005660          Receive Data Memory Low 012
PSI5_RDMH012    0xF0005664          Receive Data Memory High 012
PSI5_RDML013    0xF0005668          Receive Data Memory Low 013
PSI5_RDMH013    0xF000566C          Receive Data Memory High 013
PSI5_RDML014    0xF0005670          Receive Data Memory Low 014
PSI5_RDMH014    0xF0005674          Receive Data Memory High 014
PSI5_RDML015    0xF0005678          Receive Data Memory Low 015
PSI5_RDMH015    0xF000567C          Receive Data Memory High 015
PSI5_RDML016    0xF0005680          Receive Data Memory Low 016
PSI5_RDMH016    0xF0005684          Receive Data Memory High 016
PSI5_RDML017    0xF0005688          Receive Data Memory Low 017
PSI5_RDMH017    0xF000568C          Receive Data Memory High 017
PSI5_RDML018    0xF0005690          Receive Data Memory Low 018
PSI5_RDMH018    0xF0005694          Receive Data Memory High 018
PSI5_RDML019    0xF0005698          Receive Data Memory Low 019
PSI5_RDMH019    0xF000569C          Receive Data Memory High 019
PSI5_RDML020    0xF00056A0          Receive Data Memory Low 020
PSI5_RDMH020    0xF00056A4          Receive Data Memory High 020
PSI5_RDML021    0xF00056A8          Receive Data Memory Low 021
PSI5_RDMH021    0xF00056AC          Receive Data Memory High 021
PSI5_RDML022    0xF00056B0          Receive Data Memory Low 022
PSI5_RDMH022    0xF00056B4          Receive Data Memory High 022
PSI5_RDML023    0xF00056B8          Receive Data Memory Low 023
PSI5_RDMH023    0xF00056BC          Receive Data Memory High 023
PSI5_RDML024    0xF00056C0          Receive Data Memory Low 024
PSI5_RDMH024    0xF00056C4          Receive Data Memory High 024
PSI5_RDML025    0xF00056C8          Receive Data Memory Low 025
PSI5_RDMH025    0xF00056CC          Receive Data Memory High 025
PSI5_RDML026    0xF00056D0          Receive Data Memory Low 026
PSI5_RDMH026    0xF00056D4          Receive Data Memory High 026
PSI5_RDML027    0xF00056D8          Receive Data Memory Low 027
PSI5_RDMH027    0xF00056DC          Receive Data Memory High 027
PSI5_RDML028    0xF00056E0          Receive Data Memory Low 028
PSI5_RDMH028    0xF00056E4          Receive Data Memory High 028
PSI5_RDML029    0xF00056E8          Receive Data Memory Low 029
PSI5_RDMH029    0xF00056EC          Receive Data Memory High 029
PSI5_RDML030    0xF00056F0          Receive Data Memory Low 030
PSI5_RDMH030    0xF00056F4          Receive Data Memory High 030
PSI5_RDML031    0xF00056F8          Receive Data Memory Low 031
PSI5_RDMH031    0xF00056FC          Receive Data Memory High 031
PSI5_RDML10     0xF0005700          Receive Data Memory Low 10
PSI5_RDMH10     0xF0005704          Receive Data Memory High 10
PSI5_RDML11     0xF0005708          Receive Data Memory Low 11
PSI5_RDMH11     0xF000570C          Receive Data Memory High 11
PSI5_RDML12     0xF0005710          Receive Data Memory Low 12
PSI5_RDMH12     0xF0005714          Receive Data Memory High 12
PSI5_RDML13     0xF0005718          Receive Data Memory Low 13
PSI5_RDMH13     0xF000571C          Receive Data Memory High 13
PSI5_RDML14     0xF0005720          Receive Data Memory Low 14
PSI5_RDMH14     0xF0005724          Receive Data Memory High 14
PSI5_RDML15     0xF0005728          Receive Data Memory Low 15
PSI5_RDMH15     0xF000572C          Receive Data Memory High 15
PSI5_RDML16     0xF0005730          Receive Data Memory Low 16
PSI5_RDMH16     0xF0005734          Receive Data Memory High 16
PSI5_RDML17     0xF0005738          Receive Data Memory Low 17
PSI5_RDMH17     0xF000573C          Receive Data Memory High 17
PSI5_RDML18     0xF0005740          Receive Data Memory Low 18
PSI5_RDMH18     0xF0005744          Receive Data Memory High 18
PSI5_RDML19     0xF0005748          Receive Data Memory Low 19
PSI5_RDMH19     0xF000574C          Receive Data Memory High 19
PSI5_RDML110    0xF0005750          Receive Data Memory Low 110
PSI5_RDMH110    0xF0005754          Receive Data Memory High 110
PSI5_RDML111    0xF0005758          Receive Data Memory Low 111
PSI5_RDMH111    0xF000575C          Receive Data Memory High 111
PSI5_RDML112    0xF0005760          Receive Data Memory Low 112
PSI5_RDMH112    0xF0005764          Receive Data Memory High 112
PSI5_RDML113    0xF0005768          Receive Data Memory Low 113
PSI5_RDMH113    0xF000576C          Receive Data Memory High 113
PSI5_RDML114    0xF0005770          Receive Data Memory Low 114
PSI5_RDMH114    0xF0005774          Receive Data Memory High 114
PSI5_RDML115    0xF0005778          Receive Data Memory Low 115
PSI5_RDMH115    0xF000577C          Receive Data Memory High 115
PSI5_RDML116    0xF0005780          Receive Data Memory Low 116
PSI5_RDMH116    0xF0005784          Receive Data Memory High 116
PSI5_RDML117    0xF0005788          Receive Data Memory Low 117
PSI5_RDMH117    0xF000578C          Receive Data Memory High 117
PSI5_RDML118    0xF0005790          Receive Data Memory Low 118
PSI5_RDMH118    0xF0005794          Receive Data Memory High 118
PSI5_RDML119    0xF0005798          Receive Data Memory Low 119
PSI5_RDMH119    0xF000579C          Receive Data Memory High 119
PSI5_RDML120    0xF00057A0          Receive Data Memory Low 120
PSI5_RDMH120    0xF00057A4          Receive Data Memory High 120
PSI5_RDML121    0xF00057A8          Receive Data Memory Low 121
PSI5_RDMH121    0xF00057AC          Receive Data Memory High 121
PSI5_RDML122    0xF00057B0          Receive Data Memory Low 122
PSI5_RDMH122    0xF00057B4          Receive Data Memory High 122
PSI5_RDML123    0xF00057B8          Receive Data Memory Low 123
PSI5_RDMH123    0xF00057BC          Receive Data Memory High 123
PSI5_RDML124    0xF00057C0          Receive Data Memory Low 124
PSI5_RDMH124    0xF00057C4          Receive Data Memory High 124
PSI5_RDML125    0xF00057C8          Receive Data Memory Low 125
PSI5_RDMH125    0xF00057CC          Receive Data Memory High 125
PSI5_RDML126    0xF00057D0          Receive Data Memory Low 126
PSI5_RDMH126    0xF00057D4          Receive Data Memory High 126
PSI5_RDML127    0xF00057D8          Receive Data Memory Low 127
PSI5_RDMH127    0xF00057DC          Receive Data Memory High 127
PSI5_RDML128    0xF00057E0          Receive Data Memory Low 128
PSI5_RDMH128    0xF00057E4          Receive Data Memory High 128
PSI5_RDML129    0xF00057E8          Receive Data Memory Low 129
PSI5_RDMH129    0xF00057EC          Receive Data Memory High 129
PSI5_RDML130    0xF00057F0          Receive Data Memory Low 130
PSI5_RDMH130    0xF00057F4          Receive Data Memory High 130
PSI5_RDML131    0xF00057F8          Receive Data Memory Low 131
PSI5_RDMH131    0xF00057FC          Receive Data Memory High 131
PSI5S_CLC       0xF0007000          Clock Control Register
PSI5S_ID        0xF0007008          Module Identification Register
PSI5S_FDR       0xF000700C          PSI5-S Fractional Divider Register
PSI5S_FDRT      0xF0007010          Fractional Divider Register for Time Stamp
PSI5S_TSCNTA    0xF0007014          Time Stamp Count Register A
PSI5S_TSCNTB    0xF0007018          Time Stamp Count Register B
PSI5S_GCR       0xF000701C          Global Control Register
PSI5S_NFC       0xF0007020          Number of Frames Control Register
PSI5S_FCNT      0xF0007024          Frame Counter Register
PSI5S_IOCR      0xF0007028          Input and Output Control Register
PSI5S_RCRA0     0xF0007030          Receiver Control Register A0
PSI5S_RCRA1     0xF0007034          Receiver Control Register A1
PSI5S_RCRA2     0xF0007038          Receiver Control Register A2
PSI5S_RCRA3     0xF000703C          Receiver Control Register A3
PSI5S_RCRA4     0xF0007040          Receiver Control Register A4
PSI5S_RCRA5     0xF0007044          Receiver Control Register A5
PSI5S_RCRA6     0xF0007048          Receiver Control Register A6
PSI5S_RCRA7     0xF000704C          Receiver Control Register A7
PSI5S_RCRB0     0xF0007050          Receiver Control Register B0
PSI5S_RCRB1     0xF0007054          Receiver Control Register B1
PSI5S_RCRB2     0xF0007058          Receiver Control Register B2
PSI5S_RCRB3     0xF000705C          Receiver Control Register B3
PSI5S_RCRB4     0xF0007060          Receiver Control Register B4
PSI5S_RCRB5     0xF0007064          Receiver Control Register B5
PSI5S_RCRB6     0xF0007068          Receiver Control Register B6
PSI5S_RCRB7     0xF000706C          Receiver Control Register B7
PSI5S_WDT0      0xF0007070          Watch Dog Timer Register 0
PSI5S_WDT1      0xF0007074          Watch Dog Timer Register 1
PSI5S_WDT2      0xF0007078          Watch Dog Timer Register 2
PSI5S_WDT3      0xF000707C          Watch Dog Timer Register 3
PSI5S_WDT4      0xF0007080          Watch Dog Timer Register 4
PSI5S_WDT5      0xF0007084          Watch Dog Timer Register 5
PSI5S_WDT6      0xF0007088          Watch Dog Timer Register 6
PSI5S_WDT7      0xF000708C          Watch Dog Timer Register 7
PSI5S_TSCR0     0xF0007090          Capture Register TSCR0
PSI5S_TSCR1     0xF0007094          Capture Register TSCR1
PSI5S_TSCR2     0xF0007098          Capture Register TSCR2
PSI5S_TSCR3     0xF000709C          Capture Register TSCR3
PSI5S_TSCR4     0xF00070A0          Capture Register TSCR4
PSI5S_TSCR5     0xF00070A4          Capture Register TSCR5
PSI5S_TSCR6     0xF00070A8          Capture Register TSCR6
PSI5S_TSCR7     0xF00070AC          Capture Register TSCR7
PSI5S_RDS       0xF00070B0          Receive Status Register
PSI5S_RDR       0xF00070B4          Receive Data Register
PSI5S_TSM       0xF00070B8          Time Stamp Mirror Register TSM
PSI5S_TAR       0xF00070D0          Target Address Register
PSI5S_BAR       0xF00070D4          Base Address Register
PSI5S_PGC0      0xF00070F0          Pulse Generation Control Register 0
PSI5S_PGC1      0xF00070F4          Pulse Generation Control Register 1
PSI5S_PGC2      0xF00070F8          Pulse Generation Control Register 2
PSI5S_PGC3      0xF00070FC          Pulse Generation Control Register 3
PSI5S_PGC4      0xF0007100          Pulse Generation Control Register 4
PSI5S_PGC5      0xF0007104          Pulse Generation Control Register 5
PSI5S_PGC6      0xF0007108          Pulse Generation Control Register 6
PSI5S_PGC7      0xF000710C          Pulse Generation Control Register 7
PSI5S_CTV0      0xF0007110          Channel Trigger Value Register 0
PSI5S_CTV1      0xF0007114          Channel Trigger Value Register 1
PSI5S_CTV2      0xF0007118          Channel Trigger Value Register 2
PSI5S_CTV3      0xF000711C          Channel Trigger Value Register 3
PSI5S_CTV4      0xF0007120          Channel Trigger Value Register 4
PSI5S_CTV5      0xF0007124          Channel Trigger Value Register 5
PSI5S_CTV6      0xF0007128          Channel Trigger Value Register 6
PSI5S_CTV7      0xF000712C          Channel Trigger Value Register 7
PSI5S_SCR0      0xF0007130          Send Control Register 0
PSI5S_SCR1      0xF0007134          Send Control Register 1
PSI5S_SCR2      0xF0007138          Send Control Register 2
PSI5S_SCR3      0xF000713C          Send Control Register 3
PSI5S_SCR4      0xF0007140          Send Control Register 4
PSI5S_SCR5      0xF0007144          Send Control Register 5
PSI5S_SCR6      0xF0007148          Send Control Register 6
PSI5S_SCR7      0xF000714C          Send Control Register 7
PSI5S_SDR0      0xF0007150          Send Data Register 0
PSI5S_SDR1      0xF0007154          Send Data Register 1
PSI5S_SDR2      0xF0007158          Send Data Register 2
PSI5S_SDR3      0xF000715C          Send Data Register 3
PSI5S_SDR4      0xF0007160          Send Data Register 4
PSI5S_SDR5      0xF0007164          Send Data Register 5
PSI5S_SDR6      0xF0007168          Send Data Register 6
PSI5S_SDR7      0xF000716C          Send Data Register 7
PSI5S_CDW       0xF0007170          CPU Direct Write Register
PSI5S_CON       0xF0007210          Control Register
PSI5S_BG        0xF0007214          Baud Rate Timer/Reload Register
PSI5S_FDV       0xF0007218          Fractional Divider Register
PSI5S_FDO       0xF000721C          Fractional Divider for Output CLK Register
PSI5S_TBUF      0xF0007220          Transmit Buffer Register
PSI5S_RBUF      0xF0007224          Receive Buffer Register
PSI5S_WHBCON    0xF0007250          Write Hardware Bits Control Register
PSI5S_INTSTAT0  0xF0007260          Interrupt Status Register 0
PSI5S_INTSTAT1  0xF0007264          Interrupt Status Register 1
PSI5S_INTSTAT2  0xF0007268          Interrupt Status Register 2
PSI5S_INTSTAT3  0xF000726C          Interrupt Status Register 3
PSI5S_INTSTAT4  0xF0007270          Interrupt Status Register 4
PSI5S_INTSTAT5  0xF0007274          Interrupt Status Register 5
PSI5S_INTSTAT6  0xF0007278          Interrupt Status Register 6
PSI5S_INTSTAT7  0xF000727C          Interrupt Status Register 7
PSI5S_INTSET0   0xF0007280          Interrupt Set Register 0
PSI5S_INTSET1   0xF0007284          Interrupt Set Register 1
PSI5S_INTSET2   0xF0007288          Interrupt Set Register 2
PSI5S_INTSET3   0xF000728C          Interrupt Set Register 3
PSI5S_INTSET4   0xF0007290          Interrupt Set Register 4
PSI5S_INTSET5   0xF0007294          Interrupt Set Register 5
PSI5S_INTSET6   0xF0007298          Interrupt Set Register 6
PSI5S_INTSET7   0xF000729C          Interrupt Set Register 7
PSI5S_INTCLR0   0xF00072A0          Interrupt Clear Register 0
PSI5S_INTCLR1   0xF00072A4          Interrupt Clear Register 1
PSI5S_INTCLR2   0xF00072A8          Interrupt Clear Register 2
PSI5S_INTCLR3   0xF00072AC          Interrupt Clear Register 3
PSI5S_INTCLR4   0xF00072B0          Interrupt Clear Register 4
PSI5S_INTCLR5   0xF00072B4          Interrupt Clear Register 5
PSI5S_INTCLR6   0xF00072B8          Interrupt Clear Register 6
PSI5S_INTCLR7   0xF00072BC          Interrupt Clear Register 7
PSI5S_INTEN0    0xF00072C0          Interrupt Enable Register 0
PSI5S_INTEN1    0xF00072C4          Interrupt Enable Register 1
PSI5S_INTEN2    0xF00072C8          Interrupt Enable Register 2
PSI5S_INTEN3    0xF00072CC          Interrupt Enable Register 3
PSI5S_INTEN4    0xF00072D0          Interrupt Enable Register 4
PSI5S_INTEN5    0xF00072D4          Interrupt Enable Register 5
PSI5S_INTEN6    0xF00072D8          Interrupt Enable Register 6
PSI5S_INTEN7    0xF00072DC          Interrupt Enable Register 7
PSI5S_INP0      0xF00072E0          Interrupt Node Pointer Register 0
PSI5S_INP1      0xF00072E4          Interrupt Node Pointer Register 1
PSI5S_INP2      0xF00072E8          Interrupt Node Pointer Register 2
PSI5S_INP3      0xF00072EC          Interrupt Node Pointer Register 3
PSI5S_INP4      0xF00072F0          Interrupt Node Pointer Register 4
PSI5S_INP5      0xF00072F4          Interrupt Node Pointer Register 5
PSI5S_INP6      0xF00072F8          Interrupt Node Pointer Register 6
PSI5S_INP7      0xF00072FC          Interrupt Node Pointer Register 7
PSI5S_INTOV     0xF0007300          Interrupt Overview Register
PSI5S_INTSTATG  0xF0007304          Interrupt Status Register G
PSI5S_INTSETG   0xF0007308          Interrupt Set Register G
PSI5S_INTCLRG   0xF000730C          Interrupt Clear Register G
PSI5S_INTENG    0xF0007310          Interrupt Enable Register G
PSI5S_INPG      0xF0007314          Interrupt Node Pointer G Register
PSI5S_OCS       0xF00073CC          OCDS Control and Status
PSI5S_ACCEN0    0xF00073D0          Access Enable Register 0
PSI5S_ACCEN1    0xF00073D4          Access Enable Register 1
PSI5S_KRST0     0xF00073D8          Kernel Reset Register 0
PSI5S_KRST1     0xF00073DC          Kernel Reset Register 1
PSI5S_KRSTCLR   0xF00073E0          Kernel Reset Status Clear Register
DMA_CLC         0xF0010000          DMA Clock Control Register
DMA_ID          0xF0010008          Module Identification Register
DMA_MEMCON      0xF0010020          DMA Memory Control Register
DMA_ACCEN00     0xF0010040          DMA Hardware Resource 0 Access Enable Register 0
DMA_ACCEN01     0xF0010044          DMA Hardware Resource 0 Access Enable Register 1
DMA_ACCEN10     0xF0010048          DMA Hardware Resource 1 Access Enable Register 0
DMA_ACCEN11     0xF001004C          DMA Hardware Resource 1 Access Enable Register 1
DMA_ACCEN20     0xF0010050          DMA Hardware Resource 2 Access Enable Register 0
DMA_ACCEN21     0xF0010054          DMA Hardware Resource 2 Access Enable Register 1
DMA_ACCEN30     0xF0010058          DMA Hardware Resource 3 Access Enable Register 0
DMA_ACCEN31     0xF001005C          DMA Hardware Resource 3 Access Enable Register 1
DMA_EER0        0xF0010120          DMA Enable Error Register 0
DMA_ERRSR0      0xF0010124          DMA Error Status Register 0
DMA_CLRE0       0xF0010128          DMA Clear Error Register 0
DMA_ME0SR       0xF0010130          DMA Move Engine 0 Status Register
DMA_ME00R       0xF0010140          DMA Move Engine 0 Read Register 0
DMA_ME01R       0xF0010144          DMA Move Engine 0 Read Register 1
DMA_ME02R       0xF0010148          DMA Move Engine 0 Read Register 2
DMA_ME03R       0xF001014C          DMA Move Engine 0 Read Register 3
DMA_ME04R       0xF0010150          DMA Move Engine 0 Read Register 4
DMA_ME05R       0xF0010154          DMA Move Engine 0 Read Register 5
DMA_ME06R       0xF0010158          DMA Move Engine 0 Read Register 6
DMA_ME07R       0xF001015C          DMA Move Engine 0 Read Register 7
DMA_ME0RDCRC    0xF0010180          DMA Move Engine 0 Channel Read Data CRC Register
DMA_ME0SDCRC    0xF0010184          DMA Move Engine 0 Channel Source and Destination Address CRC Register
DMA_ME0SADR     0xF0010188          DMA Move Engine 0 Channel Source Address Register
DMA_ME0DADR     0xF001018C          DMA Move Engine 0 Channel Destination Address Register x
DMA_ME0ADICR    0xF0010190          DMA Move Engine 0 Channel Address and Interrupt Control Register
DMA_ME0CHCR     0xF0010194          DMA Move Engine 0 Channel Control Register
DMA_ME0SHADR    0xF0010198          DMA Move Engine 0 Channel Shadow Address Register
DMA_ME0CHSR     0xF001019C          DMA Move Engine 0 Channel Status Register
DMA_EER1        0xF0011120          DMA Enable Error Register 1
DMA_ERRSR1      0xF0011124          DMA Error Status Register 1
DMA_CLRE1       0xF0011128          DMA Clear Error Register 1
DMA_ME1SR       0xF0011130          DMA Move Engine 1 Status Register
DMA_ME10R       0xF0011140          DMA Move Engine 1 Read Register 0
DMA_ME11R       0xF0011144          DMA Move Engine 1 Read Register 1
DMA_ME12R       0xF0011148          DMA Move Engine 1 Read Register 2
DMA_ME13R       0xF001114C          DMA Move Engine 1 Read Register 3
DMA_ME14R       0xF0011150          DMA Move Engine 1 Read Register 4
DMA_ME15R       0xF0011154          DMA Move Engine 1 Read Register 5
DMA_ME16R       0xF0011158          DMA Move Engine 1 Read Register 6
DMA_ME17R       0xF001115C          DMA Move Engine 1 Read Register 7
DMA_ME1RDCRC    0xF0011180          DMA Move Engine 1 Channel Read Data CRC Register
DMA_ME1SDCRC    0xF0011184          DMA Move Engine 1 Channel Source and Destination Address CRC Register
DMA_ME1SADR     0xF0011188          DMA Move Engine 1 Channel Source Address Register
DMA_ME1DADR     0xF001118C          DMA Move Engine 1 Channel Destination Address Register x
DMA_ME1ADICR    0xF0011190          DMA Move Engine 1 Channel Address and Interrupt Control Register
DMA_ME1CHCR     0xF0011194          DMA Move Engine 1 Channel Control Register
DMA_ME1SHADR    0xF0011198          DMA Move Engine 1 Channel Shadow Address Register
DMA_ME1CHSR     0xF001119C          DMA Move Engine 1 Channel Status Register
DMA_OTSS        0xF0011200          DMA OCDS Trigger Set Select
DMA_ERRINTR     0xF0011204          DMA Error Interrupt Set Register
DMA_PRR0        0xF0011208          Pattern Read Register 0
DMA_PRR1        0xF001120C          Pattern Read Register 1
DMA_TIME        0xF0011210          Time Register
DMA_MODE0       0xF0011300          DMA Mode Register 0
DMA_MODE1       0xF0011304          DMA Mode Register 1
DMA_MODE2       0xF0011308          DMA Mode Register 2
DMA_MODE3       0xF001130C          DMA Mode Register 3
DMA_HRR000      0xF0011800          DMA Channel Hardware Resource Register 000
DMA_HRR001      0xF0011804          DMA Channel Hardware Resource Register 001
DMA_HRR002      0xF0011808          DMA Channel Hardware Resource Register 002
DMA_HRR003      0xF001180C          DMA Channel Hardware Resource Register 003
DMA_HRR004      0xF0011810          DMA Channel Hardware Resource Register 004
DMA_HRR005      0xF0011814          DMA Channel Hardware Resource Register 005
DMA_HRR006      0xF0011818          DMA Channel Hardware Resource Register 006
DMA_HRR007      0xF001181C          DMA Channel Hardware Resource Register 007
DMA_HRR008      0xF0011820          DMA Channel Hardware Resource Register 008
DMA_HRR009      0xF0011824          DMA Channel Hardware Resource Register 009
DMA_HRR010      0xF0011828          DMA Channel Hardware Resource Register 010
DMA_HRR011      0xF001182C          DMA Channel Hardware Resource Register 011
DMA_HRR012      0xF0011830          DMA Channel Hardware Resource Register 012
DMA_HRR013      0xF0011834          DMA Channel Hardware Resource Register 013
DMA_HRR014      0xF0011838          DMA Channel Hardware Resource Register 014
DMA_HRR015      0xF001183C          DMA Channel Hardware Resource Register 015
DMA_HRR016      0xF0011840          DMA Channel Hardware Resource Register 016
DMA_HRR017      0xF0011844          DMA Channel Hardware Resource Register 017
DMA_HRR018      0xF0011848          DMA Channel Hardware Resource Register 018
DMA_HRR019      0xF001184C          DMA Channel Hardware Resource Register 019
DMA_HRR020      0xF0011850          DMA Channel Hardware Resource Register 020
DMA_HRR021      0xF0011854          DMA Channel Hardware Resource Register 021
DMA_HRR022      0xF0011858          DMA Channel Hardware Resource Register 022
DMA_HRR023      0xF001185C          DMA Channel Hardware Resource Register 023
DMA_HRR024      0xF0011860          DMA Channel Hardware Resource Register 024
DMA_HRR025      0xF0011864          DMA Channel Hardware Resource Register 025
DMA_HRR026      0xF0011868          DMA Channel Hardware Resource Register 026
DMA_HRR027      0xF001186C          DMA Channel Hardware Resource Register 027
DMA_HRR028      0xF0011870          DMA Channel Hardware Resource Register 028
DMA_HRR029      0xF0011874          DMA Channel Hardware Resource Register 029
DMA_HRR030      0xF0011878          DMA Channel Hardware Resource Register 030
DMA_HRR031      0xF001187C          DMA Channel Hardware Resource Register 031
DMA_HRR032      0xF0011880          DMA Channel Hardware Resource Register 032
DMA_HRR033      0xF0011884          DMA Channel Hardware Resource Register 033
DMA_HRR034      0xF0011888          DMA Channel Hardware Resource Register 034
DMA_HRR035      0xF001188C          DMA Channel Hardware Resource Register 035
DMA_HRR036      0xF0011890          DMA Channel Hardware Resource Register 036
DMA_HRR037      0xF0011894          DMA Channel Hardware Resource Register 037
DMA_HRR038      0xF0011898          DMA Channel Hardware Resource Register 038
DMA_HRR039      0xF001189C          DMA Channel Hardware Resource Register 039
DMA_HRR040      0xF00118A0          DMA Channel Hardware Resource Register 040
DMA_HRR041      0xF00118A4          DMA Channel Hardware Resource Register 041
DMA_HRR042      0xF00118A8          DMA Channel Hardware Resource Register 042
DMA_HRR043      0xF00118AC          DMA Channel Hardware Resource Register 043
DMA_HRR044      0xF00118B0          DMA Channel Hardware Resource Register 044
DMA_HRR045      0xF00118B4          DMA Channel Hardware Resource Register 045
DMA_HRR046      0xF00118B8          DMA Channel Hardware Resource Register 046
DMA_HRR047      0xF00118BC          DMA Channel Hardware Resource Register 047
DMA_SUSENR000   0xF0011A00          DMA Suspend Enable Register 000
DMA_SUSENR001   0xF0011A04          DMA Suspend Enable Register 001
DMA_SUSENR002   0xF0011A08          DMA Suspend Enable Register 002
DMA_SUSENR003   0xF0011A0C          DMA Suspend Enable Register 003
DMA_SUSENR004   0xF0011A10          DMA Suspend Enable Register 004
DMA_SUSENR005   0xF0011A14          DMA Suspend Enable Register 005
DMA_SUSENR006   0xF0011A18          DMA Suspend Enable Register 006
DMA_SUSENR007   0xF0011A1C          DMA Suspend Enable Register 007
DMA_SUSENR008   0xF0011A20          DMA Suspend Enable Register 008
DMA_SUSENR009   0xF0011A24          DMA Suspend Enable Register 009
DMA_SUSENR010   0xF0011A28          DMA Suspend Enable Register 010
DMA_SUSENR011   0xF0011A2C          DMA Suspend Enable Register 011
DMA_SUSENR012   0xF0011A30          DMA Suspend Enable Register 012
DMA_SUSENR013   0xF0011A34          DMA Suspend Enable Register 013
DMA_SUSENR014   0xF0011A38          DMA Suspend Enable Register 014
DMA_SUSENR015   0xF0011A3C          DMA Suspend Enable Register 015
DMA_SUSENR016   0xF0011A40          DMA Suspend Enable Register 016
DMA_SUSENR017   0xF0011A44          DMA Suspend Enable Register 017
DMA_SUSENR018   0xF0011A48          DMA Suspend Enable Register 018
DMA_SUSENR019   0xF0011A4C          DMA Suspend Enable Register 019
DMA_SUSENR020   0xF0011A50          DMA Suspend Enable Register 020
DMA_SUSENR021   0xF0011A54          DMA Suspend Enable Register 021
DMA_SUSENR022   0xF0011A58          DMA Suspend Enable Register 022
DMA_SUSENR023   0xF0011A5C          DMA Suspend Enable Register 023
DMA_SUSENR024   0xF0011A60          DMA Suspend Enable Register 024
DMA_SUSENR025   0xF0011A64          DMA Suspend Enable Register 025
DMA_SUSENR026   0xF0011A68          DMA Suspend Enable Register 026
DMA_SUSENR027   0xF0011A6C          DMA Suspend Enable Register 027
DMA_SUSENR028   0xF0011A70          DMA Suspend Enable Register 028
DMA_SUSENR029   0xF0011A74          DMA Suspend Enable Register 029
DMA_SUSENR030   0xF0011A78          DMA Suspend Enable Register 030
DMA_SUSENR031   0xF0011A7C          DMA Suspend Enable Register 031
DMA_SUSENR032   0xF0011A80          DMA Suspend Enable Register 032
DMA_SUSENR033   0xF0011A84          DMA Suspend Enable Register 033
DMA_SUSENR034   0xF0011A88          DMA Suspend Enable Register 034
DMA_SUSENR035   0xF0011A8C          DMA Suspend Enable Register 035
DMA_SUSENR036   0xF0011A90          DMA Suspend Enable Register 036
DMA_SUSENR037   0xF0011A94          DMA Suspend Enable Register 037
DMA_SUSENR038   0xF0011A98          DMA Suspend Enable Register 038
DMA_SUSENR039   0xF0011A9C          DMA Suspend Enable Register 039
DMA_SUSENR040   0xF0011AA0          DMA Suspend Enable Register 040
DMA_SUSENR041   0xF0011AA4          DMA Suspend Enable Register 041
DMA_SUSENR042   0xF0011AA8          DMA Suspend Enable Register 042
DMA_SUSENR043   0xF0011AAC          DMA Suspend Enable Register 043
DMA_SUSENR044   0xF0011AB0          DMA Suspend Enable Register 044
DMA_SUSENR045   0xF0011AB4          DMA Suspend Enable Register 045
DMA_SUSENR046   0xF0011AB8          DMA Suspend Enable Register 046
DMA_SUSENR047   0xF0011ABC          DMA Suspend Enable Register 047
DMA_SUSACR000   0xF0011C00          DMA Suspend Acknowledge Register 000
DMA_SUSACR001   0xF0011C04          DMA Suspend Acknowledge Register 001
DMA_SUSACR002   0xF0011C08          DMA Suspend Acknowledge Register 002
DMA_SUSACR003   0xF0011C0C          DMA Suspend Acknowledge Register 003
DMA_SUSACR004   0xF0011C10          DMA Suspend Acknowledge Register 004
DMA_SUSACR005   0xF0011C14          DMA Suspend Acknowledge Register 005
DMA_SUSACR006   0xF0011C18          DMA Suspend Acknowledge Register 006
DMA_SUSACR007   0xF0011C1C          DMA Suspend Acknowledge Register 007
DMA_SUSACR008   0xF0011C20          DMA Suspend Acknowledge Register 008
DMA_SUSACR009   0xF0011C24          DMA Suspend Acknowledge Register 009
DMA_SUSACR010   0xF0011C28          DMA Suspend Acknowledge Register 010
DMA_SUSACR011   0xF0011C2C          DMA Suspend Acknowledge Register 011
DMA_SUSACR012   0xF0011C30          DMA Suspend Acknowledge Register 012
DMA_SUSACR013   0xF0011C34          DMA Suspend Acknowledge Register 013
DMA_SUSACR014   0xF0011C38          DMA Suspend Acknowledge Register 014
DMA_SUSACR015   0xF0011C3C          DMA Suspend Acknowledge Register 015
DMA_SUSACR016   0xF0011C40          DMA Suspend Acknowledge Register 016
DMA_SUSACR017   0xF0011C44          DMA Suspend Acknowledge Register 017
DMA_SUSACR018   0xF0011C48          DMA Suspend Acknowledge Register 018
DMA_SUSACR019   0xF0011C4C          DMA Suspend Acknowledge Register 019
DMA_SUSACR020   0xF0011C50          DMA Suspend Acknowledge Register 020
DMA_SUSACR021   0xF0011C54          DMA Suspend Acknowledge Register 021
DMA_SUSACR022   0xF0011C58          DMA Suspend Acknowledge Register 022
DMA_SUSACR023   0xF0011C5C          DMA Suspend Acknowledge Register 023
DMA_SUSACR024   0xF0011C60          DMA Suspend Acknowledge Register 024
DMA_SUSACR025   0xF0011C64          DMA Suspend Acknowledge Register 025
DMA_SUSACR026   0xF0011C68          DMA Suspend Acknowledge Register 026
DMA_SUSACR027   0xF0011C6C          DMA Suspend Acknowledge Register 027
DMA_SUSACR028   0xF0011C70          DMA Suspend Acknowledge Register 028
DMA_SUSACR029   0xF0011C74          DMA Suspend Acknowledge Register 029
DMA_SUSACR030   0xF0011C78          DMA Suspend Acknowledge Register 030
DMA_SUSACR031   0xF0011C7C          DMA Suspend Acknowledge Register 031
DMA_SUSACR032   0xF0011C80          DMA Suspend Acknowledge Register 032
DMA_SUSACR033   0xF0011C84          DMA Suspend Acknowledge Register 033
DMA_SUSACR034   0xF0011C88          DMA Suspend Acknowledge Register 034
DMA_SUSACR035   0xF0011C8C          DMA Suspend Acknowledge Register 035
DMA_SUSACR036   0xF0011C90          DMA Suspend Acknowledge Register 036
DMA_SUSACR037   0xF0011C94          DMA Suspend Acknowledge Register 037
DMA_SUSACR038   0xF0011C98          DMA Suspend Acknowledge Register 038
DMA_SUSACR039   0xF0011C9C          DMA Suspend Acknowledge Register 039
DMA_SUSACR040   0xF0011CA0          DMA Suspend Acknowledge Register 040
DMA_SUSACR041   0xF0011CA4          DMA Suspend Acknowledge Register 041
DMA_SUSACR042   0xF0011CA8          DMA Suspend Acknowledge Register 042
DMA_SUSACR043   0xF0011CAC          DMA Suspend Acknowledge Register 043
DMA_SUSACR044   0xF0011CB0          DMA Suspend Acknowledge Register 044
DMA_SUSACR045   0xF0011CB4          DMA Suspend Acknowledge Register 045
DMA_SUSACR046   0xF0011CB8          DMA Suspend Acknowledge Register 046
DMA_SUSACR047   0xF0011CBC          DMA Suspend Acknowledge Register 047
DMA_TSR000      0xF0011E00          DMA Transaction State Register 000
DMA_TSR001      0xF0011E04          DMA Transaction State Register 001
DMA_TSR002      0xF0011E08          DMA Transaction State Register 002
DMA_TSR003      0xF0011E0C          DMA Transaction State Register 003
DMA_TSR004      0xF0011E10          DMA Transaction State Register 004
DMA_TSR005      0xF0011E14          DMA Transaction State Register 005
DMA_TSR006      0xF0011E18          DMA Transaction State Register 006
DMA_TSR007      0xF0011E1C          DMA Transaction State Register 007
DMA_TSR008      0xF0011E20          DMA Transaction State Register 008
DMA_TSR009      0xF0011E24          DMA Transaction State Register 009
DMA_TSR010      0xF0011E28          DMA Transaction State Register 010
DMA_TSR011      0xF0011E2C          DMA Transaction State Register 011
DMA_TSR012      0xF0011E30          DMA Transaction State Register 012
DMA_TSR013      0xF0011E34          DMA Transaction State Register 013
DMA_TSR014      0xF0011E38          DMA Transaction State Register 014
DMA_TSR015      0xF0011E3C          DMA Transaction State Register 015
DMA_TSR016      0xF0011E40          DMA Transaction State Register 016
DMA_TSR017      0xF0011E44          DMA Transaction State Register 017
DMA_TSR018      0xF0011E48          DMA Transaction State Register 018
DMA_TSR019      0xF0011E4C          DMA Transaction State Register 019
DMA_TSR020      0xF0011E50          DMA Transaction State Register 020
DMA_TSR021      0xF0011E54          DMA Transaction State Register 021
DMA_TSR022      0xF0011E58          DMA Transaction State Register 022
DMA_TSR023      0xF0011E5C          DMA Transaction State Register 023
DMA_TSR024      0xF0011E60          DMA Transaction State Register 024
DMA_TSR025      0xF0011E64          DMA Transaction State Register 025
DMA_TSR026      0xF0011E68          DMA Transaction State Register 026
DMA_TSR027      0xF0011E6C          DMA Transaction State Register 027
DMA_TSR028      0xF0011E70          DMA Transaction State Register 028
DMA_TSR029      0xF0011E74          DMA Transaction State Register 029
DMA_TSR030      0xF0011E78          DMA Transaction State Register 030
DMA_TSR031      0xF0011E7C          DMA Transaction State Register 031
DMA_TSR032      0xF0011E80          DMA Transaction State Register 032
DMA_TSR033      0xF0011E84          DMA Transaction State Register 033
DMA_TSR034      0xF0011E88          DMA Transaction State Register 034
DMA_TSR035      0xF0011E8C          DMA Transaction State Register 035
DMA_TSR036      0xF0011E90          DMA Transaction State Register 036
DMA_TSR037      0xF0011E94          DMA Transaction State Register 037
DMA_TSR038      0xF0011E98          DMA Transaction State Register 038
DMA_TSR039      0xF0011E9C          DMA Transaction State Register 039
DMA_TSR040      0xF0011EA0          DMA Transaction State Register 040
DMA_TSR041      0xF0011EA4          DMA Transaction State Register 041
DMA_TSR042      0xF0011EA8          DMA Transaction State Register 042
DMA_TSR043      0xF0011EAC          DMA Transaction State Register 043
DMA_TSR044      0xF0011EB0          DMA Transaction State Register 044
DMA_TSR045      0xF0011EB4          DMA Transaction State Register 045
DMA_TSR046      0xF0011EB8          DMA Transaction State Register 046
DMA_TSR047      0xF0011EBC          DMA Transaction State Register 047
DMA_RDCRCR000   0xF0012000          DMA Channel Read Data CRC Register 000
DMA_SDCRCR000   0xF0012004          DMA Channel Source and Destination Address CRC Register 000
DMA_SADR000     0xF0012008          DMA Channel Source Address Register 000
DMA_DADR000     0xF001200C          DMA Channel Destination Address Register x
DMA_ADICR000    0xF0012010          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR000   0xF0012014          DMA Channel Configuration Register 000
DMA_SHADR000    0xF0012018          DMA Channel Shadow Address Register 000
DMA_CHCSR000    0xF001201C          DMARAM Channel Control and Status Register 000
DMA_RDCRCR001   0xF0012020          DMA Channel Read Data CRC Register 001
DMA_SDCRCR001   0xF0012024          DMA Channel Source and Destination Address CRC Register 001
DMA_SADR001     0xF0012028          DMA Channel Source Address Register 001
DMA_DADR001     0xF001202C          DMA Channel Destination Address Register x
DMA_ADICR001    0xF0012030          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR001   0xF0012034          DMA Channel Configuration Register 001
DMA_SHADR001    0xF0012038          DMA Channel Shadow Address Register 001
DMA_CHCSR001    0xF001203C          DMARAM Channel Control and Status Register 001
DMA_RDCRCR002   0xF0012040          DMA Channel Read Data CRC Register 002
DMA_SDCRCR002   0xF0012044          DMA Channel Source and Destination Address CRC Register 002
DMA_SADR002     0xF0012048          DMA Channel Source Address Register 002
DMA_DADR002     0xF001204C          DMA Channel Destination Address Register x
DMA_ADICR002    0xF0012050          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR002   0xF0012054          DMA Channel Configuration Register 002
DMA_SHADR002    0xF0012058          DMA Channel Shadow Address Register 002
DMA_CHCSR002    0xF001205C          DMARAM Channel Control and Status Register 002
DMA_RDCRCR003   0xF0012060          DMA Channel Read Data CRC Register 003
DMA_SDCRCR003   0xF0012064          DMA Channel Source and Destination Address CRC Register 003
DMA_SADR003     0xF0012068          DMA Channel Source Address Register 003
DMA_DADR003     0xF001206C          DMA Channel Destination Address Register x
DMA_ADICR003    0xF0012070          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR003   0xF0012074          DMA Channel Configuration Register 003
DMA_SHADR003    0xF0012078          DMA Channel Shadow Address Register 003
DMA_CHCSR003    0xF001207C          DMARAM Channel Control and Status Register 003
DMA_RDCRCR004   0xF0012080          DMA Channel Read Data CRC Register 004
DMA_SDCRCR004   0xF0012084          DMA Channel Source and Destination Address CRC Register 004
DMA_SADR004     0xF0012088          DMA Channel Source Address Register 004
DMA_DADR004     0xF001208C          DMA Channel Destination Address Register x
DMA_ADICR004    0xF0012090          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR004   0xF0012094          DMA Channel Configuration Register 004
DMA_SHADR004    0xF0012098          DMA Channel Shadow Address Register 004
DMA_CHCSR004    0xF001209C          DMARAM Channel Control and Status Register 004
DMA_RDCRCR005   0xF00120A0          DMA Channel Read Data CRC Register 005
DMA_SDCRCR005   0xF00120A4          DMA Channel Source and Destination Address CRC Register 005
DMA_SADR005     0xF00120A8          DMA Channel Source Address Register 005
DMA_DADR005     0xF00120AC          DMA Channel Destination Address Register x
DMA_ADICR005    0xF00120B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR005   0xF00120B4          DMA Channel Configuration Register 005
DMA_SHADR005    0xF00120B8          DMA Channel Shadow Address Register 005
DMA_CHCSR005    0xF00120BC          DMARAM Channel Control and Status Register 005
DMA_RDCRCR006   0xF00120C0          DMA Channel Read Data CRC Register 006
DMA_SDCRCR006   0xF00120C4          DMA Channel Source and Destination Address CRC Register 006
DMA_SADR006     0xF00120C8          DMA Channel Source Address Register 006
DMA_DADR006     0xF00120CC          DMA Channel Destination Address Register x
DMA_ADICR006    0xF00120D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR006   0xF00120D4          DMA Channel Configuration Register 006
DMA_SHADR006    0xF00120D8          DMA Channel Shadow Address Register 006
DMA_CHCSR006    0xF00120DC          DMARAM Channel Control and Status Register 006
DMA_RDCRCR007   0xF00120E0          DMA Channel Read Data CRC Register 007
DMA_SDCRCR007   0xF00120E4          DMA Channel Source and Destination Address CRC Register 007
DMA_SADR007     0xF00120E8          DMA Channel Source Address Register 007
DMA_DADR007     0xF00120EC          DMA Channel Destination Address Register x
DMA_ADICR007    0xF00120F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR007   0xF00120F4          DMA Channel Configuration Register 007
DMA_SHADR007    0xF00120F8          DMA Channel Shadow Address Register 007
DMA_CHCSR007    0xF00120FC          DMARAM Channel Control and Status Register 007
DMA_RDCRCR008   0xF0012100          DMA Channel Read Data CRC Register 008
DMA_SDCRCR008   0xF0012104          DMA Channel Source and Destination Address CRC Register 008
DMA_SADR008     0xF0012108          DMA Channel Source Address Register 008
DMA_DADR008     0xF001210C          DMA Channel Destination Address Register x
DMA_ADICR008    0xF0012110          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR008   0xF0012114          DMA Channel Configuration Register 008
DMA_SHADR008    0xF0012118          DMA Channel Shadow Address Register 008
DMA_CHCSR008    0xF001211C          DMARAM Channel Control and Status Register 008
DMA_RDCRCR009   0xF0012120          DMA Channel Read Data CRC Register 009
DMA_SDCRCR009   0xF0012124          DMA Channel Source and Destination Address CRC Register 009
DMA_SADR009     0xF0012128          DMA Channel Source Address Register 009
DMA_DADR009     0xF001212C          DMA Channel Destination Address Register x
DMA_ADICR009    0xF0012130          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR009   0xF0012134          DMA Channel Configuration Register 009
DMA_SHADR009    0xF0012138          DMA Channel Shadow Address Register 009
DMA_CHCSR009    0xF001213C          DMARAM Channel Control and Status Register 009
DMA_RDCRCR010   0xF0012140          DMA Channel Read Data CRC Register 010
DMA_SDCRCR010   0xF0012144          DMA Channel Source and Destination Address CRC Register 010
DMA_SADR010     0xF0012148          DMA Channel Source Address Register 010
DMA_DADR010     0xF001214C          DMA Channel Destination Address Register x
DMA_ADICR010    0xF0012150          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR010   0xF0012154          DMA Channel Configuration Register 010
DMA_SHADR010    0xF0012158          DMA Channel Shadow Address Register 010
DMA_CHCSR010    0xF001215C          DMARAM Channel Control and Status Register 010
DMA_RDCRCR011   0xF0012160          DMA Channel Read Data CRC Register 011
DMA_SDCRCR011   0xF0012164          DMA Channel Source and Destination Address CRC Register 011
DMA_SADR011     0xF0012168          DMA Channel Source Address Register 011
DMA_DADR011     0xF001216C          DMA Channel Destination Address Register x
DMA_ADICR011    0xF0012170          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR011   0xF0012174          DMA Channel Configuration Register 011
DMA_SHADR011    0xF0012178          DMA Channel Shadow Address Register 011
DMA_CHCSR011    0xF001217C          DMARAM Channel Control and Status Register 011
DMA_RDCRCR012   0xF0012180          DMA Channel Read Data CRC Register 012
DMA_SDCRCR012   0xF0012184          DMA Channel Source and Destination Address CRC Register 012
DMA_SADR012     0xF0012188          DMA Channel Source Address Register 012
DMA_DADR012     0xF001218C          DMA Channel Destination Address Register x
DMA_ADICR012    0xF0012190          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR012   0xF0012194          DMA Channel Configuration Register 012
DMA_SHADR012    0xF0012198          DMA Channel Shadow Address Register 012
DMA_CHCSR012    0xF001219C          DMARAM Channel Control and Status Register 012
DMA_RDCRCR013   0xF00121A0          DMA Channel Read Data CRC Register 013
DMA_SDCRCR013   0xF00121A4          DMA Channel Source and Destination Address CRC Register 013
DMA_SADR013     0xF00121A8          DMA Channel Source Address Register 013
DMA_DADR013     0xF00121AC          DMA Channel Destination Address Register x
DMA_ADICR013    0xF00121B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR013   0xF00121B4          DMA Channel Configuration Register 013
DMA_SHADR013    0xF00121B8          DMA Channel Shadow Address Register 013
DMA_CHCSR013    0xF00121BC          DMARAM Channel Control and Status Register 013
DMA_RDCRCR014   0xF00121C0          DMA Channel Read Data CRC Register 014
DMA_SDCRCR014   0xF00121C4          DMA Channel Source and Destination Address CRC Register 014
DMA_SADR014     0xF00121C8          DMA Channel Source Address Register 014
DMA_DADR014     0xF00121CC          DMA Channel Destination Address Register x
DMA_ADICR014    0xF00121D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR014   0xF00121D4          DMA Channel Configuration Register 014
DMA_SHADR014    0xF00121D8          DMA Channel Shadow Address Register 014
DMA_CHCSR014    0xF00121DC          DMARAM Channel Control and Status Register 014
DMA_RDCRCR015   0xF00121E0          DMA Channel Read Data CRC Register 015
DMA_SDCRCR015   0xF00121E4          DMA Channel Source and Destination Address CRC Register 015
DMA_SADR015     0xF00121E8          DMA Channel Source Address Register 015
DMA_DADR015     0xF00121EC          DMA Channel Destination Address Register x
DMA_ADICR015    0xF00121F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR015   0xF00121F4          DMA Channel Configuration Register 015
DMA_SHADR015    0xF00121F8          DMA Channel Shadow Address Register 015
DMA_CHCSR015    0xF00121FC          DMARAM Channel Control and Status Register 015
DMA_RDCRCR016   0xF0012200          DMA Channel Read Data CRC Register 016
DMA_SDCRCR016   0xF0012204          DMA Channel Source and Destination Address CRC Register 016
DMA_SADR016     0xF0012208          DMA Channel Source Address Register 016
DMA_DADR016     0xF001220C          DMA Channel Destination Address Register x
DMA_ADICR016    0xF0012210          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR016   0xF0012214          DMA Channel Configuration Register 016
DMA_SHADR016    0xF0012218          DMA Channel Shadow Address Register 016
DMA_CHCSR016    0xF001221C          DMARAM Channel Control and Status Register 016
DMA_RDCRCR017   0xF0012220          DMA Channel Read Data CRC Register 017
DMA_SDCRCR017   0xF0012224          DMA Channel Source and Destination Address CRC Register 017
DMA_SADR017     0xF0012228          DMA Channel Source Address Register 017
DMA_DADR017     0xF001222C          DMA Channel Destination Address Register x
DMA_ADICR017    0xF0012230          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR017   0xF0012234          DMA Channel Configuration Register 017
DMA_SHADR017    0xF0012238          DMA Channel Shadow Address Register 017
DMA_CHCSR017    0xF001223C          DMARAM Channel Control and Status Register 017
DMA_RDCRCR018   0xF0012240          DMA Channel Read Data CRC Register 018
DMA_SDCRCR018   0xF0012244          DMA Channel Source and Destination Address CRC Register 018
DMA_SADR018     0xF0012248          DMA Channel Source Address Register 018
DMA_DADR018     0xF001224C          DMA Channel Destination Address Register x
DMA_ADICR018    0xF0012250          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR018   0xF0012254          DMA Channel Configuration Register 018
DMA_SHADR018    0xF0012258          DMA Channel Shadow Address Register 018
DMA_CHCSR018    0xF001225C          DMARAM Channel Control and Status Register 018
DMA_RDCRCR019   0xF0012260          DMA Channel Read Data CRC Register 019
DMA_SDCRCR019   0xF0012264          DMA Channel Source and Destination Address CRC Register 019
DMA_SADR019     0xF0012268          DMA Channel Source Address Register 019
DMA_DADR019     0xF001226C          DMA Channel Destination Address Register x
DMA_ADICR019    0xF0012270          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR019   0xF0012274          DMA Channel Configuration Register 019
DMA_SHADR019    0xF0012278          DMA Channel Shadow Address Register 019
DMA_CHCSR019    0xF001227C          DMARAM Channel Control and Status Register 019
DMA_RDCRCR020   0xF0012280          DMA Channel Read Data CRC Register 020
DMA_SDCRCR020   0xF0012284          DMA Channel Source and Destination Address CRC Register 020
DMA_SADR020     0xF0012288          DMA Channel Source Address Register 020
DMA_DADR020     0xF001228C          DMA Channel Destination Address Register x
DMA_ADICR020    0xF0012290          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR020   0xF0012294          DMA Channel Configuration Register 020
DMA_SHADR020    0xF0012298          DMA Channel Shadow Address Register 020
DMA_CHCSR020    0xF001229C          DMARAM Channel Control and Status Register 020
DMA_RDCRCR021   0xF00122A0          DMA Channel Read Data CRC Register 021
DMA_SDCRCR021   0xF00122A4          DMA Channel Source and Destination Address CRC Register 021
DMA_SADR021     0xF00122A8          DMA Channel Source Address Register 021
DMA_DADR021     0xF00122AC          DMA Channel Destination Address Register x
DMA_ADICR021    0xF00122B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR021   0xF00122B4          DMA Channel Configuration Register 021
DMA_SHADR021    0xF00122B8          DMA Channel Shadow Address Register 021
DMA_CHCSR021    0xF00122BC          DMARAM Channel Control and Status Register 021
DMA_RDCRCR022   0xF00122C0          DMA Channel Read Data CRC Register 022
DMA_SDCRCR022   0xF00122C4          DMA Channel Source and Destination Address CRC Register 022
DMA_SADR022     0xF00122C8          DMA Channel Source Address Register 022
DMA_DADR022     0xF00122CC          DMA Channel Destination Address Register x
DMA_ADICR022    0xF00122D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR022   0xF00122D4          DMA Channel Configuration Register 022
DMA_SHADR022    0xF00122D8          DMA Channel Shadow Address Register 022
DMA_CHCSR022    0xF00122DC          DMARAM Channel Control and Status Register 022
DMA_RDCRCR023   0xF00122E0          DMA Channel Read Data CRC Register 023
DMA_SDCRCR023   0xF00122E4          DMA Channel Source and Destination Address CRC Register 023
DMA_SADR023     0xF00122E8          DMA Channel Source Address Register 023
DMA_DADR023     0xF00122EC          DMA Channel Destination Address Register x
DMA_ADICR023    0xF00122F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR023   0xF00122F4          DMA Channel Configuration Register 023
DMA_SHADR023    0xF00122F8          DMA Channel Shadow Address Register 023
DMA_CHCSR023    0xF00122FC          DMARAM Channel Control and Status Register 023
DMA_RDCRCR024   0xF0012300          DMA Channel Read Data CRC Register 024
DMA_SDCRCR024   0xF0012304          DMA Channel Source and Destination Address CRC Register 024
DMA_SADR024     0xF0012308          DMA Channel Source Address Register 024
DMA_DADR024     0xF001230C          DMA Channel Destination Address Register x
DMA_ADICR024    0xF0012310          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR024   0xF0012314          DMA Channel Configuration Register 024
DMA_SHADR024    0xF0012318          DMA Channel Shadow Address Register 024
DMA_CHCSR024    0xF001231C          DMARAM Channel Control and Status Register 024
DMA_RDCRCR025   0xF0012320          DMA Channel Read Data CRC Register 025
DMA_SDCRCR025   0xF0012324          DMA Channel Source and Destination Address CRC Register 025
DMA_SADR025     0xF0012328          DMA Channel Source Address Register 025
DMA_DADR025     0xF001232C          DMA Channel Destination Address Register x
DMA_ADICR025    0xF0012330          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR025   0xF0012334          DMA Channel Configuration Register 025
DMA_SHADR025    0xF0012338          DMA Channel Shadow Address Register 025
DMA_CHCSR025    0xF001233C          DMARAM Channel Control and Status Register 025
DMA_RDCRCR026   0xF0012340          DMA Channel Read Data CRC Register 026
DMA_SDCRCR026   0xF0012344          DMA Channel Source and Destination Address CRC Register 026
DMA_SADR026     0xF0012348          DMA Channel Source Address Register 026
DMA_DADR026     0xF001234C          DMA Channel Destination Address Register x
DMA_ADICR026    0xF0012350          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR026   0xF0012354          DMA Channel Configuration Register 026
DMA_SHADR026    0xF0012358          DMA Channel Shadow Address Register 026
DMA_CHCSR026    0xF001235C          DMARAM Channel Control and Status Register 026
DMA_RDCRCR027   0xF0012360          DMA Channel Read Data CRC Register 027
DMA_SDCRCR027   0xF0012364          DMA Channel Source and Destination Address CRC Register 027
DMA_SADR027     0xF0012368          DMA Channel Source Address Register 027
DMA_DADR027     0xF001236C          DMA Channel Destination Address Register x
DMA_ADICR027    0xF0012370          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR027   0xF0012374          DMA Channel Configuration Register 027
DMA_SHADR027    0xF0012378          DMA Channel Shadow Address Register 027
DMA_CHCSR027    0xF001237C          DMARAM Channel Control and Status Register 027
DMA_RDCRCR028   0xF0012380          DMA Channel Read Data CRC Register 028
DMA_SDCRCR028   0xF0012384          DMA Channel Source and Destination Address CRC Register 028
DMA_SADR028     0xF0012388          DMA Channel Source Address Register 028
DMA_DADR028     0xF001238C          DMA Channel Destination Address Register x
DMA_ADICR028    0xF0012390          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR028   0xF0012394          DMA Channel Configuration Register 028
DMA_SHADR028    0xF0012398          DMA Channel Shadow Address Register 028
DMA_CHCSR028    0xF001239C          DMARAM Channel Control and Status Register 028
DMA_RDCRCR029   0xF00123A0          DMA Channel Read Data CRC Register 029
DMA_SDCRCR029   0xF00123A4          DMA Channel Source and Destination Address CRC Register 029
DMA_SADR029     0xF00123A8          DMA Channel Source Address Register 029
DMA_DADR029     0xF00123AC          DMA Channel Destination Address Register x
DMA_ADICR029    0xF00123B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR029   0xF00123B4          DMA Channel Configuration Register 029
DMA_SHADR029    0xF00123B8          DMA Channel Shadow Address Register 029
DMA_CHCSR029    0xF00123BC          DMARAM Channel Control and Status Register 029
DMA_RDCRCR030   0xF00123C0          DMA Channel Read Data CRC Register 030
DMA_SDCRCR030   0xF00123C4          DMA Channel Source and Destination Address CRC Register 030
DMA_SADR030     0xF00123C8          DMA Channel Source Address Register 030
DMA_DADR030     0xF00123CC          DMA Channel Destination Address Register x
DMA_ADICR030    0xF00123D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR030   0xF00123D4          DMA Channel Configuration Register 030
DMA_SHADR030    0xF00123D8          DMA Channel Shadow Address Register 030
DMA_CHCSR030    0xF00123DC          DMARAM Channel Control and Status Register 030
DMA_RDCRCR031   0xF00123E0          DMA Channel Read Data CRC Register 031
DMA_SDCRCR031   0xF00123E4          DMA Channel Source and Destination Address CRC Register 031
DMA_SADR031     0xF00123E8          DMA Channel Source Address Register 031
DMA_DADR031     0xF00123EC          DMA Channel Destination Address Register x
DMA_ADICR031    0xF00123F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR031   0xF00123F4          DMA Channel Configuration Register 031
DMA_SHADR031    0xF00123F8          DMA Channel Shadow Address Register 031
DMA_CHCSR031    0xF00123FC          DMARAM Channel Control and Status Register 031
DMA_RDCRCR032   0xF0012400          DMA Channel Read Data CRC Register 032
DMA_SDCRCR032   0xF0012404          DMA Channel Source and Destination Address CRC Register 032
DMA_SADR032     0xF0012408          DMA Channel Source Address Register 032
DMA_DADR032     0xF001240C          DMA Channel Destination Address Register x
DMA_ADICR032    0xF0012410          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR032   0xF0012414          DMA Channel Configuration Register 032
DMA_SHADR032    0xF0012418          DMA Channel Shadow Address Register 032
DMA_CHCSR032    0xF001241C          DMARAM Channel Control and Status Register 032
DMA_RDCRCR033   0xF0012420          DMA Channel Read Data CRC Register 033
DMA_SDCRCR033   0xF0012424          DMA Channel Source and Destination Address CRC Register 033
DMA_SADR033     0xF0012428          DMA Channel Source Address Register 033
DMA_DADR033     0xF001242C          DMA Channel Destination Address Register x
DMA_ADICR033    0xF0012430          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR033   0xF0012434          DMA Channel Configuration Register 033
DMA_SHADR033    0xF0012438          DMA Channel Shadow Address Register 033
DMA_CHCSR033    0xF001243C          DMARAM Channel Control and Status Register 033
DMA_RDCRCR034   0xF0012440          DMA Channel Read Data CRC Register 034
DMA_SDCRCR034   0xF0012444          DMA Channel Source and Destination Address CRC Register 034
DMA_SADR034     0xF0012448          DMA Channel Source Address Register 034
DMA_DADR034     0xF001244C          DMA Channel Destination Address Register x
DMA_ADICR034    0xF0012450          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR034   0xF0012454          DMA Channel Configuration Register 034
DMA_SHADR034    0xF0012458          DMA Channel Shadow Address Register 034
DMA_CHCSR034    0xF001245C          DMARAM Channel Control and Status Register 034
DMA_RDCRCR035   0xF0012460          DMA Channel Read Data CRC Register 035
DMA_SDCRCR035   0xF0012464          DMA Channel Source and Destination Address CRC Register 035
DMA_SADR035     0xF0012468          DMA Channel Source Address Register 035
DMA_DADR035     0xF001246C          DMA Channel Destination Address Register x
DMA_ADICR035    0xF0012470          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR035   0xF0012474          DMA Channel Configuration Register 035
DMA_SHADR035    0xF0012478          DMA Channel Shadow Address Register 035
DMA_CHCSR035    0xF001247C          DMARAM Channel Control and Status Register 035
DMA_RDCRCR036   0xF0012480          DMA Channel Read Data CRC Register 036
DMA_SDCRCR036   0xF0012484          DMA Channel Source and Destination Address CRC Register 036
DMA_SADR036     0xF0012488          DMA Channel Source Address Register 036
DMA_DADR036     0xF001248C          DMA Channel Destination Address Register x
DMA_ADICR036    0xF0012490          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR036   0xF0012494          DMA Channel Configuration Register 036
DMA_SHADR036    0xF0012498          DMA Channel Shadow Address Register 036
DMA_CHCSR036    0xF001249C          DMARAM Channel Control and Status Register 036
DMA_RDCRCR037   0xF00124A0          DMA Channel Read Data CRC Register 037
DMA_SDCRCR037   0xF00124A4          DMA Channel Source and Destination Address CRC Register 037
DMA_SADR037     0xF00124A8          DMA Channel Source Address Register 037
DMA_DADR037     0xF00124AC          DMA Channel Destination Address Register x
DMA_ADICR037    0xF00124B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR037   0xF00124B4          DMA Channel Configuration Register 037
DMA_SHADR037    0xF00124B8          DMA Channel Shadow Address Register 037
DMA_CHCSR037    0xF00124BC          DMARAM Channel Control and Status Register 037
DMA_RDCRCR038   0xF00124C0          DMA Channel Read Data CRC Register 038
DMA_SDCRCR038   0xF00124C4          DMA Channel Source and Destination Address CRC Register 038
DMA_SADR038     0xF00124C8          DMA Channel Source Address Register 038
DMA_DADR038     0xF00124CC          DMA Channel Destination Address Register x
DMA_ADICR038    0xF00124D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR038   0xF00124D4          DMA Channel Configuration Register 038
DMA_SHADR038    0xF00124D8          DMA Channel Shadow Address Register 038
DMA_CHCSR038    0xF00124DC          DMARAM Channel Control and Status Register 038
DMA_RDCRCR039   0xF00124E0          DMA Channel Read Data CRC Register 039
DMA_SDCRCR039   0xF00124E4          DMA Channel Source and Destination Address CRC Register 039
DMA_SADR039     0xF00124E8          DMA Channel Source Address Register 039
DMA_DADR039     0xF00124EC          DMA Channel Destination Address Register x
DMA_ADICR039    0xF00124F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR039   0xF00124F4          DMA Channel Configuration Register 039
DMA_SHADR039    0xF00124F8          DMA Channel Shadow Address Register 039
DMA_CHCSR039    0xF00124FC          DMARAM Channel Control and Status Register 039
DMA_RDCRCR040   0xF0012500          DMA Channel Read Data CRC Register 040
DMA_SDCRCR040   0xF0012504          DMA Channel Source and Destination Address CRC Register 040
DMA_SADR040     0xF0012508          DMA Channel Source Address Register 040
DMA_DADR040     0xF001250C          DMA Channel Destination Address Register x
DMA_ADICR040    0xF0012510          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR040   0xF0012514          DMA Channel Configuration Register 040
DMA_SHADR040    0xF0012518          DMA Channel Shadow Address Register 040
DMA_CHCSR040    0xF001251C          DMARAM Channel Control and Status Register 040
DMA_RDCRCR041   0xF0012520          DMA Channel Read Data CRC Register 041
DMA_SDCRCR041   0xF0012524          DMA Channel Source and Destination Address CRC Register 041
DMA_SADR041     0xF0012528          DMA Channel Source Address Register 041
DMA_DADR041     0xF001252C          DMA Channel Destination Address Register x
DMA_ADICR041    0xF0012530          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR041   0xF0012534          DMA Channel Configuration Register 041
DMA_SHADR041    0xF0012538          DMA Channel Shadow Address Register 041
DMA_CHCSR041    0xF001253C          DMARAM Channel Control and Status Register 041
DMA_RDCRCR042   0xF0012540          DMA Channel Read Data CRC Register 042
DMA_SDCRCR042   0xF0012544          DMA Channel Source and Destination Address CRC Register 042
DMA_SADR042     0xF0012548          DMA Channel Source Address Register 042
DMA_DADR042     0xF001254C          DMA Channel Destination Address Register x
DMA_ADICR042    0xF0012550          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR042   0xF0012554          DMA Channel Configuration Register 042
DMA_SHADR042    0xF0012558          DMA Channel Shadow Address Register 042
DMA_CHCSR042    0xF001255C          DMARAM Channel Control and Status Register 042
DMA_RDCRCR043   0xF0012560          DMA Channel Read Data CRC Register 043
DMA_SDCRCR043   0xF0012564          DMA Channel Source and Destination Address CRC Register 043
DMA_SADR043     0xF0012568          DMA Channel Source Address Register 043
DMA_DADR043     0xF001256C          DMA Channel Destination Address Register x
DMA_ADICR043    0xF0012570          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR043   0xF0012574          DMA Channel Configuration Register 043
DMA_SHADR043    0xF0012578          DMA Channel Shadow Address Register 043
DMA_CHCSR043    0xF001257C          DMARAM Channel Control and Status Register 043
DMA_RDCRCR044   0xF0012580          DMA Channel Read Data CRC Register 044
DMA_SDCRCR044   0xF0012584          DMA Channel Source and Destination Address CRC Register 044
DMA_SADR044     0xF0012588          DMA Channel Source Address Register 044
DMA_DADR044     0xF001258C          DMA Channel Destination Address Register x
DMA_ADICR044    0xF0012590          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR044   0xF0012594          DMA Channel Configuration Register 044
DMA_SHADR044    0xF0012598          DMA Channel Shadow Address Register 044
DMA_CHCSR044    0xF001259C          DMARAM Channel Control and Status Register 044
DMA_RDCRCR045   0xF00125A0          DMA Channel Read Data CRC Register 045
DMA_SDCRCR045   0xF00125A4          DMA Channel Source and Destination Address CRC Register 045
DMA_SADR045     0xF00125A8          DMA Channel Source Address Register 045
DMA_DADR045     0xF00125AC          DMA Channel Destination Address Register x
DMA_ADICR045    0xF00125B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR045   0xF00125B4          DMA Channel Configuration Register 045
DMA_SHADR045    0xF00125B8          DMA Channel Shadow Address Register 045
DMA_CHCSR045    0xF00125BC          DMARAM Channel Control and Status Register 045
DMA_RDCRCR046   0xF00125C0          DMA Channel Read Data CRC Register 046
DMA_SDCRCR046   0xF00125C4          DMA Channel Source and Destination Address CRC Register 046
DMA_SADR046     0xF00125C8          DMA Channel Source Address Register 046
DMA_DADR046     0xF00125CC          DMA Channel Destination Address Register x
DMA_ADICR046    0xF00125D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR046   0xF00125D4          DMA Channel Configuration Register 046
DMA_SHADR046    0xF00125D8          DMA Channel Shadow Address Register 046
DMA_CHCSR046    0xF00125DC          DMARAM Channel Control and Status Register 046
DMA_RDCRCR047   0xF00125E0          DMA Channel Read Data CRC Register 047
DMA_SDCRCR047   0xF00125E4          DMA Channel Source and Destination Address CRC Register 047
DMA_SADR047     0xF00125E8          DMA Channel Source Address Register 047
DMA_DADR047     0xF00125EC          DMA Channel Destination Address Register x
DMA_ADICR047    0xF00125F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR047   0xF00125F4          DMA Channel Configuration Register 047
DMA_SHADR047    0xF00125F8          DMA Channel Shadow Address Register 047
DMA_CHCSR047    0xF00125FC          DMARAM Channel Control and Status Register 047
CAN_CLC         0xF0018000          CAN Clock Control Register
CAN_ID          0xF0018008          Module Identification Register
CAN_FDR         0xF001800C          CAN Fractional Divider Register
CAN_OCS         0xF00180E8          OCDS Control and Status
CAN_KRSTCLR     0xF00180EC          Kernel Reset Status Clear Register
CAN_KRST1       0xF00180F0          Kernel Reset Register 1
CAN_KRST0       0xF00180F4          Kernel Reset Register 0
CAN_ACCEN1      0xF00180F8          Access Enable Register 1
CAN_ACCEN0      0xF00180FC          Access Enable Register 0
CAN_LIST0       0xF0018100          List Register 0
CAN_LIST1       0xF0018104          List Register 1
CAN_LIST2       0xF0018108          List Register 2
CAN_LIST3       0xF001810C          List Register 3
CAN_LIST4       0xF0018110          List Register 4
CAN_LIST5       0xF0018114          List Register 5
CAN_LIST6       0xF0018118          List Register 6
CAN_LIST7       0xF001811C          List Register 7
CAN_LIST8       0xF0018120          List Register 8
CAN_LIST9       0xF0018124          List Register 9
CAN_LIST10      0xF0018128          List Register 10
CAN_LIST11      0xF001812C          List Register 11
CAN_LIST12      0xF0018130          List Register 12
CAN_LIST13      0xF0018134          List Register 13
CAN_LIST14      0xF0018138          List Register 14
CAN_LIST15      0xF001813C          List Register 15
CAN_MSPND0      0xF0018140          Message Pending Register 0
CAN_MSPND1      0xF0018144          Message Pending Register 1
CAN_MSPND2      0xF0018148          Message Pending Register 2
CAN_MSPND3      0xF001814C          Message Pending Register 3
CAN_MSPND4      0xF0018150          Message Pending Register 4
CAN_MSPND5      0xF0018154          Message Pending Register 5
CAN_MSPND6      0xF0018158          Message Pending Register 6
CAN_MSPND7      0xF001815C          Message Pending Register 7
CAN_MSID0       0xF0018180          Message Index Register 0
CAN_MSID1       0xF0018184          Message Index Register 1
CAN_MSID2       0xF0018188          Message Index Register 2
CAN_MSID3       0xF001818C          Message Index Register 3
CAN_MSID4       0xF0018190          Message Index Register 4
CAN_MSID5       0xF0018194          Message Index Register 5
CAN_MSID6       0xF0018198          Message Index Register 6
CAN_MSID7       0xF001819C          Message Index Register 7
CAN_MSIMASK     0xF00181C0          Message Index Mask Register
CAN_PANCTR      0xF00181C4          Panel Control Register
CAN_MCR         0xF00181C8          Module Control Register
CAN_MITR        0xF00181CC          Module Interrupt Trigger Register
CAN_MECR        0xF00181D0          Measure Control Register
CAN_MESTAT      0xF00181D4          Measure Status Register
CAN_NCR0        0xF0018200          Node 0 Control Register
CAN_NSR0        0xF0018204          Node 0 Status Register
CAN_NIPR0       0xF0018208          Node 0 Interrupt Pointer Register
CAN_NPCR0       0xF001820C          Node 0 Port Control Register
CAN_NBTR0       0xF0018210          Node 0 Bit Timing Register
CAN_NECNT0      0xF0018214          Node 0 Error Counter Register
CAN_NFCR0       0xF0018218          Node 0 Frame Counter Register
CAN_NTCCR0      0xF001821C          Node 0 Timer Clock Control Register
CAN_NTRTR0      0xF0018220          Node 0 Timer Receive Timeout Register
CAN_NTATTR0     0xF0018224          Node 0 Timer A Transmit Trigger Register
CAN_NTBTTR0     0xF0018228          Node 0 Timer B Transmit Trigger Register
CAN_NTCTTR0     0xF001822C          Node 0 Timer C Transmit Trigger Register
CAN_FNBTR0      0xF0018238          Fast Node 0 Bit Timing Register
CAN_NTDCR0      0xF001823C          Node 0 Transmitter Delay Compensation Register
CAN_NCR1        0xF0018300          Node 1 Control Register
CAN_NSR1        0xF0018304          Node 1 Status Register
CAN_NIPR1       0xF0018308          Node 1 Interrupt Pointer Register
CAN_NPCR1       0xF001830C          Node 1 Port Control Register
CAN_NBTR1       0xF0018310          Node 1 Bit Timing Register
CAN_NECNT1      0xF0018314          Node 1 Error Counter Register
CAN_NFCR1       0xF0018318          Node 1 Frame Counter Register
CAN_NTCCR1      0xF001831C          Node 1 Timer Clock Control Register
CAN_NTRTR1      0xF0018320          Node 1 Timer Receive Timeout Register
CAN_NTATTR1     0xF0018324          Node 1 Timer A Transmit Trigger Register
CAN_NTBTTR1     0xF0018328          Node 1 Timer B Transmit Trigger Register
CAN_NTCTTR1     0xF001832C          Node 1 Timer C Transmit Trigger Register
CAN_FNBTR1      0xF0018338          Fast Node 1 Bit Timing Register
CAN_NTDCR1      0xF001833C          Node 1 Transmitter Delay Compensation Register
CAN_NCR2        0xF0018400          Node 2 Control Register
CAN_NSR2        0xF0018404          Node 2 Status Register
CAN_NIPR2       0xF0018408          Node 2 Interrupt Pointer Register
CAN_NPCR2       0xF001840C          Node 2 Port Control Register
CAN_NBTR2       0xF0018410          Node 2 Bit Timing Register
CAN_NECNT2      0xF0018414          Node 2 Error Counter Register
CAN_NFCR2       0xF0018418          Node 2 Frame Counter Register
CAN_NTCCR2      0xF001841C          Node 2 Timer Clock Control Register
CAN_NTRTR2      0xF0018420          Node 2 Timer Receive Timeout Register
CAN_NTATTR2     0xF0018424          Node 2 Timer A Transmit Trigger Register
CAN_NTBTTR2     0xF0018428          Node 2 Timer B Transmit Trigger Register
CAN_NTCTTR2     0xF001842C          Node 2 Timer C Transmit Trigger Register
CAN_FNBTR2      0xF0018438          Fast Node 2 Bit Timing Register
CAN_NTDCR2      0xF001843C          Node 2 Transmitter Delay Compensation Register
CAN_NCR3        0xF0018500          Node 3 Control Register
CAN_NSR3        0xF0018504          Node 3 Status Register
CAN_NIPR3       0xF0018508          Node 3 Interrupt Pointer Register
CAN_NPCR3       0xF001850C          Node 3 Port Control Register
CAN_NBTR3       0xF0018510          Node 3 Bit Timing Register
CAN_NECNT3      0xF0018514          Node 3 Error Counter Register
CAN_NFCR3       0xF0018518          Node 3 Frame Counter Register
CAN_NTCCR3      0xF001851C          Node 3 Timer Clock Control Register
CAN_NTRTR3      0xF0018520          Node 3 Timer Receive Timeout Register
CAN_NTATTR3     0xF0018524          Node 3 Timer A Transmit Trigger Register
CAN_NTBTTR3     0xF0018528          Node 3 Timer B Transmit Trigger Register
CAN_NTCTTR3     0xF001852C          Node 3 Timer C Transmit Trigger Register
CAN_FNBTR3      0xF0018538          Fast Node 3 Bit Timing Register
CAN_NTDCR3      0xF001853C          Node 3 Transmitter Delay Compensation Register
CAN_NCR4        0xF0018600          Node 4 Control Register
CAN_NSR4        0xF0018604          Node 4 Status Register
CAN_NIPR4       0xF0018608          Node 4 Interrupt Pointer Register
CAN_NPCR4       0xF001860C          Node 4 Port Control Register
CAN_NBTR4       0xF0018610          Node 4 Bit Timing Register
CAN_NECNT4      0xF0018614          Node 4 Error Counter Register
CAN_NFCR4       0xF0018618          Node 4 Frame Counter Register
CAN_NTCCR4      0xF001861C          Node 4 Timer Clock Control Register
CAN_NTRTR4      0xF0018620          Node 4 Timer Receive Timeout Register
CAN_NTATTR4     0xF0018624          Node 4 Timer A Transmit Trigger Register
CAN_NTBTTR4     0xF0018628          Node 4 Timer B Transmit Trigger Register
CAN_NTCTTR4     0xF001862C          Node 4 Timer C Transmit Trigger Register
CAN_FNBTR4      0xF0018638          Fast Node 4 Bit Timing Register
CAN_NTDCR4      0xF001863C          Node 4 Transmitter Delay Compensation Register
CAN_MOFCR0      0xF0019000          Message Object 0 Function Control Register
CAN_MOFGPR0     0xF0019004          Message Object 0 FIFO/Gateway Pointer Register
CAN_MOIPR0      0xF0019008          Message Object 0 Interrupt Pointer Register
CAN_MOAMR0      0xF001900C          Message Object 0 Acceptance Mask Register
CAN_MODATAL0    0xF0019010          Message Object 0 Data Register Low
CAN_MODATAH0    0xF0019014          Message Object 0 Data Register High
CAN_MOAR0       0xF0019018          Message Object 0 Arbitration Register
CAN_MOCTR0      0xF001901C          Message Object 0 Control Register
CAN_MOFCR1      0xF0019020          Message Object 1 Function Control Register
CAN_MOFGPR1     0xF0019024          Message Object 1 FIFO/Gateway Pointer Register
CAN_MOIPR1      0xF0019028          Message Object 1 Interrupt Pointer Register
CAN_MOAMR1      0xF001902C          Message Object 1 Acceptance Mask Register
CAN_MODATAL1    0xF0019030          Message Object 1 Data Register Low
CAN_MODATAH1    0xF0019034          Message Object 1 Data Register High
CAN_MOAR1       0xF0019038          Message Object 1 Arbitration Register
CAN_MOCTR1      0xF001903C          Message Object 1 Control Register
CAN_MOFCR2      0xF0019040          Message Object 2 Function Control Register
CAN_MOFGPR2     0xF0019044          Message Object 2 FIFO/Gateway Pointer Register
CAN_MOIPR2      0xF0019048          Message Object 2 Interrupt Pointer Register
CAN_MOAMR2      0xF001904C          Message Object 2 Acceptance Mask Register
CAN_MODATAL2    0xF0019050          Message Object 2 Data Register Low
CAN_MODATAH2    0xF0019054          Message Object 2 Data Register High
CAN_MOAR2       0xF0019058          Message Object 2 Arbitration Register
CAN_MOCTR2      0xF001905C          Message Object 2 Control Register
CAN_MOFCR3      0xF0019060          Message Object 3 Function Control Register
CAN_MOFGPR3     0xF0019064          Message Object 3 FIFO/Gateway Pointer Register
CAN_MOIPR3      0xF0019068          Message Object 3 Interrupt Pointer Register
CAN_MOAMR3      0xF001906C          Message Object 3 Acceptance Mask Register
CAN_MODATAL3    0xF0019070          Message Object 3 Data Register Low
CAN_MODATAH3    0xF0019074          Message Object 3 Data Register High
CAN_MOAR3       0xF0019078          Message Object 3 Arbitration Register
CAN_MOCTR3      0xF001907C          Message Object 3 Control Register
CAN_MOFCR4      0xF0019080          Message Object 4 Function Control Register
CAN_MOFGPR4     0xF0019084          Message Object 4 FIFO/Gateway Pointer Register
CAN_MOIPR4      0xF0019088          Message Object 4 Interrupt Pointer Register
CAN_MOAMR4      0xF001908C          Message Object 4 Acceptance Mask Register
CAN_MODATAL4    0xF0019090          Message Object 4 Data Register Low
CAN_MODATAH4    0xF0019094          Message Object 4 Data Register High
CAN_MOAR4       0xF0019098          Message Object 4 Arbitration Register
CAN_MOCTR4      0xF001909C          Message Object 4 Control Register
CAN_MOFCR5      0xF00190A0          Message Object 5 Function Control Register
CAN_MOFGPR5     0xF00190A4          Message Object 5 FIFO/Gateway Pointer Register
CAN_MOIPR5      0xF00190A8          Message Object 5 Interrupt Pointer Register
CAN_MOAMR5      0xF00190AC          Message Object 5 Acceptance Mask Register
CAN_MODATAL5    0xF00190B0          Message Object 5 Data Register Low
CAN_MODATAH5    0xF00190B4          Message Object 5 Data Register High
CAN_MOAR5       0xF00190B8          Message Object 5 Arbitration Register
CAN_MOCTR5      0xF00190BC          Message Object 5 Control Register
CAN_MOFCR6      0xF00190C0          Message Object 6 Function Control Register
CAN_MOFGPR6     0xF00190C4          Message Object 6 FIFO/Gateway Pointer Register
CAN_MOIPR6      0xF00190C8          Message Object 6 Interrupt Pointer Register
CAN_MOAMR6      0xF00190CC          Message Object 6 Acceptance Mask Register
CAN_MODATAL6    0xF00190D0          Message Object 6 Data Register Low
CAN_MODATAH6    0xF00190D4          Message Object 6 Data Register High
CAN_MOAR6       0xF00190D8          Message Object 6 Arbitration Register
CAN_MOCTR6      0xF00190DC          Message Object 6 Control Register
CAN_MOFCR7      0xF00190E0          Message Object 7 Function Control Register
CAN_MOFGPR7     0xF00190E4          Message Object 7 FIFO/Gateway Pointer Register
CAN_MOIPR7      0xF00190E8          Message Object 7 Interrupt Pointer Register
CAN_MOAMR7      0xF00190EC          Message Object 7 Acceptance Mask Register
CAN_MODATAL7    0xF00190F0          Message Object 7 Data Register Low
CAN_MODATAH7    0xF00190F4          Message Object 7 Data Register High
CAN_MOAR7       0xF00190F8          Message Object 7 Arbitration Register
CAN_MOCTR7      0xF00190FC          Message Object 7 Control Register
CAN_MOFCR8      0xF0019100          Message Object 8 Function Control Register
CAN_MOFGPR8     0xF0019104          Message Object 8 FIFO/Gateway Pointer Register
CAN_MOIPR8      0xF0019108          Message Object 8 Interrupt Pointer Register
CAN_MOAMR8      0xF001910C          Message Object 8 Acceptance Mask Register
CAN_MODATAL8    0xF0019110          Message Object 8 Data Register Low
CAN_MODATAH8    0xF0019114          Message Object 8 Data Register High
CAN_MOAR8       0xF0019118          Message Object 8 Arbitration Register
CAN_MOCTR8      0xF001911C          Message Object 8 Control Register
CAN_MOFCR9      0xF0019120          Message Object 9 Function Control Register
CAN_MOFGPR9     0xF0019124          Message Object 9 FIFO/Gateway Pointer Register
CAN_MOIPR9      0xF0019128          Message Object 9 Interrupt Pointer Register
CAN_MOAMR9      0xF001912C          Message Object 9 Acceptance Mask Register
CAN_MODATAL9    0xF0019130          Message Object 9 Data Register Low
CAN_MODATAH9    0xF0019134          Message Object 9 Data Register High
CAN_MOAR9       0xF0019138          Message Object 9 Arbitration Register
CAN_MOCTR9      0xF001913C          Message Object 9 Control Register
CAN_MOFCR10     0xF0019140          Message Object 10 Function Control Register
CAN_MOFGPR10    0xF0019144          Message Object 10 FIFO/Gateway Pointer Register
CAN_MOIPR10     0xF0019148          Message Object 10 Interrupt Pointer Register
CAN_MOAMR10     0xF001914C          Message Object 10 Acceptance Mask Register
CAN_MODATAL10   0xF0019150          Message Object 10 Data Register Low
CAN_MODATAH10   0xF0019154          Message Object 10 Data Register High
CAN_MOAR10      0xF0019158          Message Object 10 Arbitration Register
CAN_MOCTR10     0xF001915C          Message Object 10 Control Register
CAN_MOFCR11     0xF0019160          Message Object 11 Function Control Register
CAN_MOFGPR11    0xF0019164          Message Object 11 FIFO/Gateway Pointer Register
CAN_MOIPR11     0xF0019168          Message Object 11 Interrupt Pointer Register
CAN_MOAMR11     0xF001916C          Message Object 11 Acceptance Mask Register
CAN_MODATAL11   0xF0019170          Message Object 11 Data Register Low
CAN_MODATAH11   0xF0019174          Message Object 11 Data Register High
CAN_MOAR11      0xF0019178          Message Object 11 Arbitration Register
CAN_MOCTR11     0xF001917C          Message Object 11 Control Register
CAN_MOFCR12     0xF0019180          Message Object 12 Function Control Register
CAN_MOFGPR12    0xF0019184          Message Object 12 FIFO/Gateway Pointer Register
CAN_MOIPR12     0xF0019188          Message Object 12 Interrupt Pointer Register
CAN_MOAMR12     0xF001918C          Message Object 12 Acceptance Mask Register
CAN_MODATAL12   0xF0019190          Message Object 12 Data Register Low
CAN_MODATAH12   0xF0019194          Message Object 12 Data Register High
CAN_MOAR12      0xF0019198          Message Object 12 Arbitration Register
CAN_MOCTR12     0xF001919C          Message Object 12 Control Register
CAN_MOFCR13     0xF00191A0          Message Object 13 Function Control Register
CAN_MOFGPR13    0xF00191A4          Message Object 13 FIFO/Gateway Pointer Register
CAN_MOIPR13     0xF00191A8          Message Object 13 Interrupt Pointer Register
CAN_MOAMR13     0xF00191AC          Message Object 13 Acceptance Mask Register
CAN_MODATAL13   0xF00191B0          Message Object 13 Data Register Low
CAN_MODATAH13   0xF00191B4          Message Object 13 Data Register High
CAN_MOAR13      0xF00191B8          Message Object 13 Arbitration Register
CAN_MOCTR13     0xF00191BC          Message Object 13 Control Register
CAN_MOFCR14     0xF00191C0          Message Object 14 Function Control Register
CAN_MOFGPR14    0xF00191C4          Message Object 14 FIFO/Gateway Pointer Register
CAN_MOIPR14     0xF00191C8          Message Object 14 Interrupt Pointer Register
CAN_MOAMR14     0xF00191CC          Message Object 14 Acceptance Mask Register
CAN_MODATAL14   0xF00191D0          Message Object 14 Data Register Low
CAN_MODATAH14   0xF00191D4          Message Object 14 Data Register High
CAN_MOAR14      0xF00191D8          Message Object 14 Arbitration Register
CAN_MOCTR14     0xF00191DC          Message Object 14 Control Register
CAN_MOFCR15     0xF00191E0          Message Object 15 Function Control Register
CAN_MOFGPR15    0xF00191E4          Message Object 15 FIFO/Gateway Pointer Register
CAN_MOIPR15     0xF00191E8          Message Object 15 Interrupt Pointer Register
CAN_MOAMR15     0xF00191EC          Message Object 15 Acceptance Mask Register
CAN_MODATAL15   0xF00191F0          Message Object 15 Data Register Low
CAN_MODATAH15   0xF00191F4          Message Object 15 Data Register High
CAN_MOAR15      0xF00191F8          Message Object 15 Arbitration Register
CAN_MOCTR15     0xF00191FC          Message Object 15 Control Register
CAN_MOFCR16     0xF0019200          Message Object 16 Function Control Register
CAN_MOFGPR16    0xF0019204          Message Object 16 FIFO/Gateway Pointer Register
CAN_MOIPR16     0xF0019208          Message Object 16 Interrupt Pointer Register
CAN_MOAMR16     0xF001920C          Message Object 16 Acceptance Mask Register
CAN_MODATAL16   0xF0019210          Message Object 16 Data Register Low
CAN_MODATAH16   0xF0019214          Message Object 16 Data Register High
CAN_MOAR16      0xF0019218          Message Object 16 Arbitration Register
CAN_MOCTR16     0xF001921C          Message Object 16 Control Register
CAN_MOFCR17     0xF0019220          Message Object 17 Function Control Register
CAN_MOFGPR17    0xF0019224          Message Object 17 FIFO/Gateway Pointer Register
CAN_MOIPR17     0xF0019228          Message Object 17 Interrupt Pointer Register
CAN_MOAMR17     0xF001922C          Message Object 17 Acceptance Mask Register
CAN_MODATAL17   0xF0019230          Message Object 17 Data Register Low
CAN_MODATAH17   0xF0019234          Message Object 17 Data Register High
CAN_MOAR17      0xF0019238          Message Object 17 Arbitration Register
CAN_MOCTR17     0xF001923C          Message Object 17 Control Register
CAN_MOFCR18     0xF0019240          Message Object 18 Function Control Register
CAN_MOFGPR18    0xF0019244          Message Object 18 FIFO/Gateway Pointer Register
CAN_MOIPR18     0xF0019248          Message Object 18 Interrupt Pointer Register
CAN_MOAMR18     0xF001924C          Message Object 18 Acceptance Mask Register
CAN_MODATAL18   0xF0019250          Message Object 18 Data Register Low
CAN_MODATAH18   0xF0019254          Message Object 18 Data Register High
CAN_MOAR18      0xF0019258          Message Object 18 Arbitration Register
CAN_MOCTR18     0xF001925C          Message Object 18 Control Register
CAN_MOFCR19     0xF0019260          Message Object 19 Function Control Register
CAN_MOFGPR19    0xF0019264          Message Object 19 FIFO/Gateway Pointer Register
CAN_MOIPR19     0xF0019268          Message Object 19 Interrupt Pointer Register
CAN_MOAMR19     0xF001926C          Message Object 19 Acceptance Mask Register
CAN_MODATAL19   0xF0019270          Message Object 19 Data Register Low
CAN_MODATAH19   0xF0019274          Message Object 19 Data Register High
CAN_MOAR19      0xF0019278          Message Object 19 Arbitration Register
CAN_MOCTR19     0xF001927C          Message Object 19 Control Register
CAN_MOFCR20     0xF0019280          Message Object 20 Function Control Register
CAN_MOFGPR20    0xF0019284          Message Object 20 FIFO/Gateway Pointer Register
CAN_MOIPR20     0xF0019288          Message Object 20 Interrupt Pointer Register
CAN_MOAMR20     0xF001928C          Message Object 20 Acceptance Mask Register
CAN_MODATAL20   0xF0019290          Message Object 20 Data Register Low
CAN_MODATAH20   0xF0019294          Message Object 20 Data Register High
CAN_MOAR20      0xF0019298          Message Object 20 Arbitration Register
CAN_MOCTR20     0xF001929C          Message Object 20 Control Register
CAN_MOFCR21     0xF00192A0          Message Object 21 Function Control Register
CAN_MOFGPR21    0xF00192A4          Message Object 21 FIFO/Gateway Pointer Register
CAN_MOIPR21     0xF00192A8          Message Object 21 Interrupt Pointer Register
CAN_MOAMR21     0xF00192AC          Message Object 21 Acceptance Mask Register
CAN_MODATAL21   0xF00192B0          Message Object 21 Data Register Low
CAN_MODATAH21   0xF00192B4          Message Object 21 Data Register High
CAN_MOAR21      0xF00192B8          Message Object 21 Arbitration Register
CAN_MOCTR21     0xF00192BC          Message Object 21 Control Register
CAN_MOFCR22     0xF00192C0          Message Object 22 Function Control Register
CAN_MOFGPR22    0xF00192C4          Message Object 22 FIFO/Gateway Pointer Register
CAN_MOIPR22     0xF00192C8          Message Object 22 Interrupt Pointer Register
CAN_MOAMR22     0xF00192CC          Message Object 22 Acceptance Mask Register
CAN_MODATAL22   0xF00192D0          Message Object 22 Data Register Low
CAN_MODATAH22   0xF00192D4          Message Object 22 Data Register High
CAN_MOAR22      0xF00192D8          Message Object 22 Arbitration Register
CAN_MOCTR22     0xF00192DC          Message Object 22 Control Register
CAN_MOFCR23     0xF00192E0          Message Object 23 Function Control Register
CAN_MOFGPR23    0xF00192E4          Message Object 23 FIFO/Gateway Pointer Register
CAN_MOIPR23     0xF00192E8          Message Object 23 Interrupt Pointer Register
CAN_MOAMR23     0xF00192EC          Message Object 23 Acceptance Mask Register
CAN_MODATAL23   0xF00192F0          Message Object 23 Data Register Low
CAN_MODATAH23   0xF00192F4          Message Object 23 Data Register High
CAN_MOAR23      0xF00192F8          Message Object 23 Arbitration Register
CAN_MOCTR23     0xF00192FC          Message Object 23 Control Register
CAN_MOFCR24     0xF0019300          Message Object 24 Function Control Register
CAN_MOFGPR24    0xF0019304          Message Object 24 FIFO/Gateway Pointer Register
CAN_MOIPR24     0xF0019308          Message Object 24 Interrupt Pointer Register
CAN_MOAMR24     0xF001930C          Message Object 24 Acceptance Mask Register
CAN_MODATAL24   0xF0019310          Message Object 24 Data Register Low
CAN_MODATAH24   0xF0019314          Message Object 24 Data Register High
CAN_MOAR24      0xF0019318          Message Object 24 Arbitration Register
CAN_MOCTR24     0xF001931C          Message Object 24 Control Register
CAN_MOFCR25     0xF0019320          Message Object 25 Function Control Register
CAN_MOFGPR25    0xF0019324          Message Object 25 FIFO/Gateway Pointer Register
CAN_MOIPR25     0xF0019328          Message Object 25 Interrupt Pointer Register
CAN_MOAMR25     0xF001932C          Message Object 25 Acceptance Mask Register
CAN_MODATAL25   0xF0019330          Message Object 25 Data Register Low
CAN_MODATAH25   0xF0019334          Message Object 25 Data Register High
CAN_MOAR25      0xF0019338          Message Object 25 Arbitration Register
CAN_MOCTR25     0xF001933C          Message Object 25 Control Register
CAN_MOFCR26     0xF0019340          Message Object 26 Function Control Register
CAN_MOFGPR26    0xF0019344          Message Object 26 FIFO/Gateway Pointer Register
CAN_MOIPR26     0xF0019348          Message Object 26 Interrupt Pointer Register
CAN_MOAMR26     0xF001934C          Message Object 26 Acceptance Mask Register
CAN_MODATAL26   0xF0019350          Message Object 26 Data Register Low
CAN_MODATAH26   0xF0019354          Message Object 26 Data Register High
CAN_MOAR26      0xF0019358          Message Object 26 Arbitration Register
CAN_MOCTR26     0xF001935C          Message Object 26 Control Register
CAN_MOFCR27     0xF0019360          Message Object 27 Function Control Register
CAN_MOFGPR27    0xF0019364          Message Object 27 FIFO/Gateway Pointer Register
CAN_MOIPR27     0xF0019368          Message Object 27 Interrupt Pointer Register
CAN_MOAMR27     0xF001936C          Message Object 27 Acceptance Mask Register
CAN_MODATAL27   0xF0019370          Message Object 27 Data Register Low
CAN_MODATAH27   0xF0019374          Message Object 27 Data Register High
CAN_MOAR27      0xF0019378          Message Object 27 Arbitration Register
CAN_MOCTR27     0xF001937C          Message Object 27 Control Register
CAN_MOFCR28     0xF0019380          Message Object 28 Function Control Register
CAN_MOFGPR28    0xF0019384          Message Object 28 FIFO/Gateway Pointer Register
CAN_MOIPR28     0xF0019388          Message Object 28 Interrupt Pointer Register
CAN_MOAMR28     0xF001938C          Message Object 28 Acceptance Mask Register
CAN_MODATAL28   0xF0019390          Message Object 28 Data Register Low
CAN_MODATAH28   0xF0019394          Message Object 28 Data Register High
CAN_MOAR28      0xF0019398          Message Object 28 Arbitration Register
CAN_MOCTR28     0xF001939C          Message Object 28 Control Register
CAN_MOFCR29     0xF00193A0          Message Object 29 Function Control Register
CAN_MOFGPR29    0xF00193A4          Message Object 29 FIFO/Gateway Pointer Register
CAN_MOIPR29     0xF00193A8          Message Object 29 Interrupt Pointer Register
CAN_MOAMR29     0xF00193AC          Message Object 29 Acceptance Mask Register
CAN_MODATAL29   0xF00193B0          Message Object 29 Data Register Low
CAN_MODATAH29   0xF00193B4          Message Object 29 Data Register High
CAN_MOAR29      0xF00193B8          Message Object 29 Arbitration Register
CAN_MOCTR29     0xF00193BC          Message Object 29 Control Register
CAN_MOFCR30     0xF00193C0          Message Object 30 Function Control Register
CAN_MOFGPR30    0xF00193C4          Message Object 30 FIFO/Gateway Pointer Register
CAN_MOIPR30     0xF00193C8          Message Object 30 Interrupt Pointer Register
CAN_MOAMR30     0xF00193CC          Message Object 30 Acceptance Mask Register
CAN_MODATAL30   0xF00193D0          Message Object 30 Data Register Low
CAN_MODATAH30   0xF00193D4          Message Object 30 Data Register High
CAN_MOAR30      0xF00193D8          Message Object 30 Arbitration Register
CAN_MOCTR30     0xF00193DC          Message Object 30 Control Register
CAN_MOFCR31     0xF00193E0          Message Object 31 Function Control Register
CAN_MOFGPR31    0xF00193E4          Message Object 31 FIFO/Gateway Pointer Register
CAN_MOIPR31     0xF00193E8          Message Object 31 Interrupt Pointer Register
CAN_MOAMR31     0xF00193EC          Message Object 31 Acceptance Mask Register
CAN_MODATAL31   0xF00193F0          Message Object 31 Data Register Low
CAN_MODATAH31   0xF00193F4          Message Object 31 Data Register High
CAN_MOAR31      0xF00193F8          Message Object 31 Arbitration Register
CAN_MOCTR31     0xF00193FC          Message Object 31 Control Register
CAN_MOFCR32     0xF0019400          Message Object 32 Function Control Register
CAN_MOFGPR32    0xF0019404          Message Object 32 FIFO/Gateway Pointer Register
CAN_MOIPR32     0xF0019408          Message Object 32 Interrupt Pointer Register
CAN_MOAMR32     0xF001940C          Message Object 32 Acceptance Mask Register
CAN_MODATAL32   0xF0019410          Message Object 32 Data Register Low
CAN_MODATAH32   0xF0019414          Message Object 32 Data Register High
CAN_MOAR32      0xF0019418          Message Object 32 Arbitration Register
CAN_MOCTR32     0xF001941C          Message Object 32 Control Register
CAN_MOFCR33     0xF0019420          Message Object 33 Function Control Register
CAN_MOFGPR33    0xF0019424          Message Object 33 FIFO/Gateway Pointer Register
CAN_MOIPR33     0xF0019428          Message Object 33 Interrupt Pointer Register
CAN_MOAMR33     0xF001942C          Message Object 33 Acceptance Mask Register
CAN_MODATAL33   0xF0019430          Message Object 33 Data Register Low
CAN_MODATAH33   0xF0019434          Message Object 33 Data Register High
CAN_MOAR33      0xF0019438          Message Object 33 Arbitration Register
CAN_MOCTR33     0xF001943C          Message Object 33 Control Register
CAN_MOFCR34     0xF0019440          Message Object 34 Function Control Register
CAN_MOFGPR34    0xF0019444          Message Object 34 FIFO/Gateway Pointer Register
CAN_MOIPR34     0xF0019448          Message Object 34 Interrupt Pointer Register
CAN_MOAMR34     0xF001944C          Message Object 34 Acceptance Mask Register
CAN_MODATAL34   0xF0019450          Message Object 34 Data Register Low
CAN_MODATAH34   0xF0019454          Message Object 34 Data Register High
CAN_MOAR34      0xF0019458          Message Object 34 Arbitration Register
CAN_MOCTR34     0xF001945C          Message Object 34 Control Register
CAN_MOFCR35     0xF0019460          Message Object 35 Function Control Register
CAN_MOFGPR35    0xF0019464          Message Object 35 FIFO/Gateway Pointer Register
CAN_MOIPR35     0xF0019468          Message Object 35 Interrupt Pointer Register
CAN_MOAMR35     0xF001946C          Message Object 35 Acceptance Mask Register
CAN_MODATAL35   0xF0019470          Message Object 35 Data Register Low
CAN_MODATAH35   0xF0019474          Message Object 35 Data Register High
CAN_MOAR35      0xF0019478          Message Object 35 Arbitration Register
CAN_MOCTR35     0xF001947C          Message Object 35 Control Register
CAN_MOFCR36     0xF0019480          Message Object 36 Function Control Register
CAN_MOFGPR36    0xF0019484          Message Object 36 FIFO/Gateway Pointer Register
CAN_MOIPR36     0xF0019488          Message Object 36 Interrupt Pointer Register
CAN_MOAMR36     0xF001948C          Message Object 36 Acceptance Mask Register
CAN_MODATAL36   0xF0019490          Message Object 36 Data Register Low
CAN_MODATAH36   0xF0019494          Message Object 36 Data Register High
CAN_MOAR36      0xF0019498          Message Object 36 Arbitration Register
CAN_MOCTR36     0xF001949C          Message Object 36 Control Register
CAN_MOFCR37     0xF00194A0          Message Object 37 Function Control Register
CAN_MOFGPR37    0xF00194A4          Message Object 37 FIFO/Gateway Pointer Register
CAN_MOIPR37     0xF00194A8          Message Object 37 Interrupt Pointer Register
CAN_MOAMR37     0xF00194AC          Message Object 37 Acceptance Mask Register
CAN_MODATAL37   0xF00194B0          Message Object 37 Data Register Low
CAN_MODATAH37   0xF00194B4          Message Object 37 Data Register High
CAN_MOAR37      0xF00194B8          Message Object 37 Arbitration Register
CAN_MOCTR37     0xF00194BC          Message Object 37 Control Register
CAN_MOFCR38     0xF00194C0          Message Object 38 Function Control Register
CAN_MOFGPR38    0xF00194C4          Message Object 38 FIFO/Gateway Pointer Register
CAN_MOIPR38     0xF00194C8          Message Object 38 Interrupt Pointer Register
CAN_MOAMR38     0xF00194CC          Message Object 38 Acceptance Mask Register
CAN_MODATAL38   0xF00194D0          Message Object 38 Data Register Low
CAN_MODATAH38   0xF00194D4          Message Object 38 Data Register High
CAN_MOAR38      0xF00194D8          Message Object 38 Arbitration Register
CAN_MOCTR38     0xF00194DC          Message Object 38 Control Register
CAN_MOFCR39     0xF00194E0          Message Object 39 Function Control Register
CAN_MOFGPR39    0xF00194E4          Message Object 39 FIFO/Gateway Pointer Register
CAN_MOIPR39     0xF00194E8          Message Object 39 Interrupt Pointer Register
CAN_MOAMR39     0xF00194EC          Message Object 39 Acceptance Mask Register
CAN_MODATAL39   0xF00194F0          Message Object 39 Data Register Low
CAN_MODATAH39   0xF00194F4          Message Object 39 Data Register High
CAN_MOAR39      0xF00194F8          Message Object 39 Arbitration Register
CAN_MOCTR39     0xF00194FC          Message Object 39 Control Register
CAN_MOFCR40     0xF0019500          Message Object 40 Function Control Register
CAN_MOFGPR40    0xF0019504          Message Object 40 FIFO/Gateway Pointer Register
CAN_MOIPR40     0xF0019508          Message Object 40 Interrupt Pointer Register
CAN_MOAMR40     0xF001950C          Message Object 40 Acceptance Mask Register
CAN_MODATAL40   0xF0019510          Message Object 40 Data Register Low
CAN_MODATAH40   0xF0019514          Message Object 40 Data Register High
CAN_MOAR40      0xF0019518          Message Object 40 Arbitration Register
CAN_MOCTR40     0xF001951C          Message Object 40 Control Register
CAN_MOFCR41     0xF0019520          Message Object 41 Function Control Register
CAN_MOFGPR41    0xF0019524          Message Object 41 FIFO/Gateway Pointer Register
CAN_MOIPR41     0xF0019528          Message Object 41 Interrupt Pointer Register
CAN_MOAMR41     0xF001952C          Message Object 41 Acceptance Mask Register
CAN_MODATAL41   0xF0019530          Message Object 41 Data Register Low
CAN_MODATAH41   0xF0019534          Message Object 41 Data Register High
CAN_MOAR41      0xF0019538          Message Object 41 Arbitration Register
CAN_MOCTR41     0xF001953C          Message Object 41 Control Register
CAN_MOFCR42     0xF0019540          Message Object 42 Function Control Register
CAN_MOFGPR42    0xF0019544          Message Object 42 FIFO/Gateway Pointer Register
CAN_MOIPR42     0xF0019548          Message Object 42 Interrupt Pointer Register
CAN_MOAMR42     0xF001954C          Message Object 42 Acceptance Mask Register
CAN_MODATAL42   0xF0019550          Message Object 42 Data Register Low
CAN_MODATAH42   0xF0019554          Message Object 42 Data Register High
CAN_MOAR42      0xF0019558          Message Object 42 Arbitration Register
CAN_MOCTR42     0xF001955C          Message Object 42 Control Register
CAN_MOFCR43     0xF0019560          Message Object 43 Function Control Register
CAN_MOFGPR43    0xF0019564          Message Object 43 FIFO/Gateway Pointer Register
CAN_MOIPR43     0xF0019568          Message Object 43 Interrupt Pointer Register
CAN_MOAMR43     0xF001956C          Message Object 43 Acceptance Mask Register
CAN_MODATAL43   0xF0019570          Message Object 43 Data Register Low
CAN_MODATAH43   0xF0019574          Message Object 43 Data Register High
CAN_MOAR43      0xF0019578          Message Object 43 Arbitration Register
CAN_MOCTR43     0xF001957C          Message Object 43 Control Register
CAN_MOFCR44     0xF0019580          Message Object 44 Function Control Register
CAN_MOFGPR44    0xF0019584          Message Object 44 FIFO/Gateway Pointer Register
CAN_MOIPR44     0xF0019588          Message Object 44 Interrupt Pointer Register
CAN_MOAMR44     0xF001958C          Message Object 44 Acceptance Mask Register
CAN_MODATAL44   0xF0019590          Message Object 44 Data Register Low
CAN_MODATAH44   0xF0019594          Message Object 44 Data Register High
CAN_MOAR44      0xF0019598          Message Object 44 Arbitration Register
CAN_MOCTR44     0xF001959C          Message Object 44 Control Register
CAN_MOFCR45     0xF00195A0          Message Object 45 Function Control Register
CAN_MOFGPR45    0xF00195A4          Message Object 45 FIFO/Gateway Pointer Register
CAN_MOIPR45     0xF00195A8          Message Object 45 Interrupt Pointer Register
CAN_MOAMR45     0xF00195AC          Message Object 45 Acceptance Mask Register
CAN_MODATAL45   0xF00195B0          Message Object 45 Data Register Low
CAN_MODATAH45   0xF00195B4          Message Object 45 Data Register High
CAN_MOAR45      0xF00195B8          Message Object 45 Arbitration Register
CAN_MOCTR45     0xF00195BC          Message Object 45 Control Register
CAN_MOFCR46     0xF00195C0          Message Object 46 Function Control Register
CAN_MOFGPR46    0xF00195C4          Message Object 46 FIFO/Gateway Pointer Register
CAN_MOIPR46     0xF00195C8          Message Object 46 Interrupt Pointer Register
CAN_MOAMR46     0xF00195CC          Message Object 46 Acceptance Mask Register
CAN_MODATAL46   0xF00195D0          Message Object 46 Data Register Low
CAN_MODATAH46   0xF00195D4          Message Object 46 Data Register High
CAN_MOAR46      0xF00195D8          Message Object 46 Arbitration Register
CAN_MOCTR46     0xF00195DC          Message Object 46 Control Register
CAN_MOFCR47     0xF00195E0          Message Object 47 Function Control Register
CAN_MOFGPR47    0xF00195E4          Message Object 47 FIFO/Gateway Pointer Register
CAN_MOIPR47     0xF00195E8          Message Object 47 Interrupt Pointer Register
CAN_MOAMR47     0xF00195EC          Message Object 47 Acceptance Mask Register
CAN_MODATAL47   0xF00195F0          Message Object 47 Data Register Low
CAN_MODATAH47   0xF00195F4          Message Object 47 Data Register High
CAN_MOAR47      0xF00195F8          Message Object 47 Arbitration Register
CAN_MOCTR47     0xF00195FC          Message Object 47 Control Register
CAN_MOFCR48     0xF0019600          Message Object 48 Function Control Register
CAN_MOFGPR48    0xF0019604          Message Object 48 FIFO/Gateway Pointer Register
CAN_MOIPR48     0xF0019608          Message Object 48 Interrupt Pointer Register
CAN_MOAMR48     0xF001960C          Message Object 48 Acceptance Mask Register
CAN_MODATAL48   0xF0019610          Message Object 48 Data Register Low
CAN_MODATAH48   0xF0019614          Message Object 48 Data Register High
CAN_MOAR48      0xF0019618          Message Object 48 Arbitration Register
CAN_MOCTR48     0xF001961C          Message Object 48 Control Register
CAN_MOFCR49     0xF0019620          Message Object 49 Function Control Register
CAN_MOFGPR49    0xF0019624          Message Object 49 FIFO/Gateway Pointer Register
CAN_MOIPR49     0xF0019628          Message Object 49 Interrupt Pointer Register
CAN_MOAMR49     0xF001962C          Message Object 49 Acceptance Mask Register
CAN_MODATAL49   0xF0019630          Message Object 49 Data Register Low
CAN_MODATAH49   0xF0019634          Message Object 49 Data Register High
CAN_MOAR49      0xF0019638          Message Object 49 Arbitration Register
CAN_MOCTR49     0xF001963C          Message Object 49 Control Register
CAN_MOFCR50     0xF0019640          Message Object 50 Function Control Register
CAN_MOFGPR50    0xF0019644          Message Object 50 FIFO/Gateway Pointer Register
CAN_MOIPR50     0xF0019648          Message Object 50 Interrupt Pointer Register
CAN_MOAMR50     0xF001964C          Message Object 50 Acceptance Mask Register
CAN_MODATAL50   0xF0019650          Message Object 50 Data Register Low
CAN_MODATAH50   0xF0019654          Message Object 50 Data Register High
CAN_MOAR50      0xF0019658          Message Object 50 Arbitration Register
CAN_MOCTR50     0xF001965C          Message Object 50 Control Register
CAN_MOFCR51     0xF0019660          Message Object 51 Function Control Register
CAN_MOFGPR51    0xF0019664          Message Object 51 FIFO/Gateway Pointer Register
CAN_MOIPR51     0xF0019668          Message Object 51 Interrupt Pointer Register
CAN_MOAMR51     0xF001966C          Message Object 51 Acceptance Mask Register
CAN_MODATAL51   0xF0019670          Message Object 51 Data Register Low
CAN_MODATAH51   0xF0019674          Message Object 51 Data Register High
CAN_MOAR51      0xF0019678          Message Object 51 Arbitration Register
CAN_MOCTR51     0xF001967C          Message Object 51 Control Register
CAN_MOFCR52     0xF0019680          Message Object 52 Function Control Register
CAN_MOFGPR52    0xF0019684          Message Object 52 FIFO/Gateway Pointer Register
CAN_MOIPR52     0xF0019688          Message Object 52 Interrupt Pointer Register
CAN_MOAMR52     0xF001968C          Message Object 52 Acceptance Mask Register
CAN_MODATAL52   0xF0019690          Message Object 52 Data Register Low
CAN_MODATAH52   0xF0019694          Message Object 52 Data Register High
CAN_MOAR52      0xF0019698          Message Object 52 Arbitration Register
CAN_MOCTR52     0xF001969C          Message Object 52 Control Register
CAN_MOFCR53     0xF00196A0          Message Object 53 Function Control Register
CAN_MOFGPR53    0xF00196A4          Message Object 53 FIFO/Gateway Pointer Register
CAN_MOIPR53     0xF00196A8          Message Object 53 Interrupt Pointer Register
CAN_MOAMR53     0xF00196AC          Message Object 53 Acceptance Mask Register
CAN_MODATAL53   0xF00196B0          Message Object 53 Data Register Low
CAN_MODATAH53   0xF00196B4          Message Object 53 Data Register High
CAN_MOAR53      0xF00196B8          Message Object 53 Arbitration Register
CAN_MOCTR53     0xF00196BC          Message Object 53 Control Register
CAN_MOFCR54     0xF00196C0          Message Object 54 Function Control Register
CAN_MOFGPR54    0xF00196C4          Message Object 54 FIFO/Gateway Pointer Register
CAN_MOIPR54     0xF00196C8          Message Object 54 Interrupt Pointer Register
CAN_MOAMR54     0xF00196CC          Message Object 54 Acceptance Mask Register
CAN_MODATAL54   0xF00196D0          Message Object 54 Data Register Low
CAN_MODATAH54   0xF00196D4          Message Object 54 Data Register High
CAN_MOAR54      0xF00196D8          Message Object 54 Arbitration Register
CAN_MOCTR54     0xF00196DC          Message Object 54 Control Register
CAN_MOFCR55     0xF00196E0          Message Object 55 Function Control Register
CAN_MOFGPR55    0xF00196E4          Message Object 55 FIFO/Gateway Pointer Register
CAN_MOIPR55     0xF00196E8          Message Object 55 Interrupt Pointer Register
CAN_MOAMR55     0xF00196EC          Message Object 55 Acceptance Mask Register
CAN_MODATAL55   0xF00196F0          Message Object 55 Data Register Low
CAN_MODATAH55   0xF00196F4          Message Object 55 Data Register High
CAN_MOAR55      0xF00196F8          Message Object 55 Arbitration Register
CAN_MOCTR55     0xF00196FC          Message Object 55 Control Register
CAN_MOFCR56     0xF0019700          Message Object 56 Function Control Register
CAN_MOFGPR56    0xF0019704          Message Object 56 FIFO/Gateway Pointer Register
CAN_MOIPR56     0xF0019708          Message Object 56 Interrupt Pointer Register
CAN_MOAMR56     0xF001970C          Message Object 56 Acceptance Mask Register
CAN_MODATAL56   0xF0019710          Message Object 56 Data Register Low
CAN_MODATAH56   0xF0019714          Message Object 56 Data Register High
CAN_MOAR56      0xF0019718          Message Object 56 Arbitration Register
CAN_MOCTR56     0xF001971C          Message Object 56 Control Register
CAN_MOFCR57     0xF0019720          Message Object 57 Function Control Register
CAN_MOFGPR57    0xF0019724          Message Object 57 FIFO/Gateway Pointer Register
CAN_MOIPR57     0xF0019728          Message Object 57 Interrupt Pointer Register
CAN_MOAMR57     0xF001972C          Message Object 57 Acceptance Mask Register
CAN_MODATAL57   0xF0019730          Message Object 57 Data Register Low
CAN_MODATAH57   0xF0019734          Message Object 57 Data Register High
CAN_MOAR57      0xF0019738          Message Object 57 Arbitration Register
CAN_MOCTR57     0xF001973C          Message Object 57 Control Register
CAN_MOFCR58     0xF0019740          Message Object 58 Function Control Register
CAN_MOFGPR58    0xF0019744          Message Object 58 FIFO/Gateway Pointer Register
CAN_MOIPR58     0xF0019748          Message Object 58 Interrupt Pointer Register
CAN_MOAMR58     0xF001974C          Message Object 58 Acceptance Mask Register
CAN_MODATAL58   0xF0019750          Message Object 58 Data Register Low
CAN_MODATAH58   0xF0019754          Message Object 58 Data Register High
CAN_MOAR58      0xF0019758          Message Object 58 Arbitration Register
CAN_MOCTR58     0xF001975C          Message Object 58 Control Register
CAN_MOFCR59     0xF0019760          Message Object 59 Function Control Register
CAN_MOFGPR59    0xF0019764          Message Object 59 FIFO/Gateway Pointer Register
CAN_MOIPR59     0xF0019768          Message Object 59 Interrupt Pointer Register
CAN_MOAMR59     0xF001976C          Message Object 59 Acceptance Mask Register
CAN_MODATAL59   0xF0019770          Message Object 59 Data Register Low
CAN_MODATAH59   0xF0019774          Message Object 59 Data Register High
CAN_MOAR59      0xF0019778          Message Object 59 Arbitration Register
CAN_MOCTR59     0xF001977C          Message Object 59 Control Register
CAN_MOFCR60     0xF0019780          Message Object 60 Function Control Register
CAN_MOFGPR60    0xF0019784          Message Object 60 FIFO/Gateway Pointer Register
CAN_MOIPR60     0xF0019788          Message Object 60 Interrupt Pointer Register
CAN_MOAMR60     0xF001978C          Message Object 60 Acceptance Mask Register
CAN_MODATAL60   0xF0019790          Message Object 60 Data Register Low
CAN_MODATAH60   0xF0019794          Message Object 60 Data Register High
CAN_MOAR60      0xF0019798          Message Object 60 Arbitration Register
CAN_MOCTR60     0xF001979C          Message Object 60 Control Register
CAN_MOFCR61     0xF00197A0          Message Object 61 Function Control Register
CAN_MOFGPR61    0xF00197A4          Message Object 61 FIFO/Gateway Pointer Register
CAN_MOIPR61     0xF00197A8          Message Object 61 Interrupt Pointer Register
CAN_MOAMR61     0xF00197AC          Message Object 61 Acceptance Mask Register
CAN_MODATAL61   0xF00197B0          Message Object 61 Data Register Low
CAN_MODATAH61   0xF00197B4          Message Object 61 Data Register High
CAN_MOAR61      0xF00197B8          Message Object 61 Arbitration Register
CAN_MOCTR61     0xF00197BC          Message Object 61 Control Register
CAN_MOFCR62     0xF00197C0          Message Object 62 Function Control Register
CAN_MOFGPR62    0xF00197C4          Message Object 62 FIFO/Gateway Pointer Register
CAN_MOIPR62     0xF00197C8          Message Object 62 Interrupt Pointer Register
CAN_MOAMR62     0xF00197CC          Message Object 62 Acceptance Mask Register
CAN_MODATAL62   0xF00197D0          Message Object 62 Data Register Low
CAN_MODATAH62   0xF00197D4          Message Object 62 Data Register High
CAN_MOAR62      0xF00197D8          Message Object 62 Arbitration Register
CAN_MOCTR62     0xF00197DC          Message Object 62 Control Register
CAN_MOFCR63     0xF00197E0          Message Object 63 Function Control Register
CAN_MOFGPR63    0xF00197E4          Message Object 63 FIFO/Gateway Pointer Register
CAN_MOIPR63     0xF00197E8          Message Object 63 Interrupt Pointer Register
CAN_MOAMR63     0xF00197EC          Message Object 63 Acceptance Mask Register
CAN_MODATAL63   0xF00197F0          Message Object 63 Data Register Low
CAN_MODATAH63   0xF00197F4          Message Object 63 Data Register High
CAN_MOAR63      0xF00197F8          Message Object 63 Arbitration Register
CAN_MOCTR63     0xF00197FC          Message Object 63 Control Register
CAN_MOFCR64     0xF0019800          Message Object 64 Function Control Register
CAN_MOFGPR64    0xF0019804          Message Object 64 FIFO/Gateway Pointer Register
CAN_MOIPR64     0xF0019808          Message Object 64 Interrupt Pointer Register
CAN_MOAMR64     0xF001980C          Message Object 64 Acceptance Mask Register
CAN_MODATAL64   0xF0019810          Message Object 64 Data Register Low
CAN_MODATAH64   0xF0019814          Message Object 64 Data Register High
CAN_MOAR64      0xF0019818          Message Object 64 Arbitration Register
CAN_MOCTR64     0xF001981C          Message Object 64 Control Register
CAN_MOFCR65     0xF0019820          Message Object 65 Function Control Register
CAN_MOFGPR65    0xF0019824          Message Object 65 FIFO/Gateway Pointer Register
CAN_MOIPR65     0xF0019828          Message Object 65 Interrupt Pointer Register
CAN_MOAMR65     0xF001982C          Message Object 65 Acceptance Mask Register
CAN_MODATAL65   0xF0019830          Message Object 65 Data Register Low
CAN_MODATAH65   0xF0019834          Message Object 65 Data Register High
CAN_MOAR65      0xF0019838          Message Object 65 Arbitration Register
CAN_MOCTR65     0xF001983C          Message Object 65 Control Register
CAN_MOFCR66     0xF0019840          Message Object 66 Function Control Register
CAN_MOFGPR66    0xF0019844          Message Object 66 FIFO/Gateway Pointer Register
CAN_MOIPR66     0xF0019848          Message Object 66 Interrupt Pointer Register
CAN_MOAMR66     0xF001984C          Message Object 66 Acceptance Mask Register
CAN_MODATAL66   0xF0019850          Message Object 66 Data Register Low
CAN_MODATAH66   0xF0019854          Message Object 66 Data Register High
CAN_MOAR66      0xF0019858          Message Object 66 Arbitration Register
CAN_MOCTR66     0xF001985C          Message Object 66 Control Register
CAN_MOFCR67     0xF0019860          Message Object 67 Function Control Register
CAN_MOFGPR67    0xF0019864          Message Object 67 FIFO/Gateway Pointer Register
CAN_MOIPR67     0xF0019868          Message Object 67 Interrupt Pointer Register
CAN_MOAMR67     0xF001986C          Message Object 67 Acceptance Mask Register
CAN_MODATAL67   0xF0019870          Message Object 67 Data Register Low
CAN_MODATAH67   0xF0019874          Message Object 67 Data Register High
CAN_MOAR67      0xF0019878          Message Object 67 Arbitration Register
CAN_MOCTR67     0xF001987C          Message Object 67 Control Register
CAN_MOFCR68     0xF0019880          Message Object 68 Function Control Register
CAN_MOFGPR68    0xF0019884          Message Object 68 FIFO/Gateway Pointer Register
CAN_MOIPR68     0xF0019888          Message Object 68 Interrupt Pointer Register
CAN_MOAMR68     0xF001988C          Message Object 68 Acceptance Mask Register
CAN_MODATAL68   0xF0019890          Message Object 68 Data Register Low
CAN_MODATAH68   0xF0019894          Message Object 68 Data Register High
CAN_MOAR68      0xF0019898          Message Object 68 Arbitration Register
CAN_MOCTR68     0xF001989C          Message Object 68 Control Register
CAN_MOFCR69     0xF00198A0          Message Object 69 Function Control Register
CAN_MOFGPR69    0xF00198A4          Message Object 69 FIFO/Gateway Pointer Register
CAN_MOIPR69     0xF00198A8          Message Object 69 Interrupt Pointer Register
CAN_MOAMR69     0xF00198AC          Message Object 69 Acceptance Mask Register
CAN_MODATAL69   0xF00198B0          Message Object 69 Data Register Low
CAN_MODATAH69   0xF00198B4          Message Object 69 Data Register High
CAN_MOAR69      0xF00198B8          Message Object 69 Arbitration Register
CAN_MOCTR69     0xF00198BC          Message Object 69 Control Register
CAN_MOFCR70     0xF00198C0          Message Object 70 Function Control Register
CAN_MOFGPR70    0xF00198C4          Message Object 70 FIFO/Gateway Pointer Register
CAN_MOIPR70     0xF00198C8          Message Object 70 Interrupt Pointer Register
CAN_MOAMR70     0xF00198CC          Message Object 70 Acceptance Mask Register
CAN_MODATAL70   0xF00198D0          Message Object 70 Data Register Low
CAN_MODATAH70   0xF00198D4          Message Object 70 Data Register High
CAN_MOAR70      0xF00198D8          Message Object 70 Arbitration Register
CAN_MOCTR70     0xF00198DC          Message Object 70 Control Register
CAN_MOFCR71     0xF00198E0          Message Object 71 Function Control Register
CAN_MOFGPR71    0xF00198E4          Message Object 71 FIFO/Gateway Pointer Register
CAN_MOIPR71     0xF00198E8          Message Object 71 Interrupt Pointer Register
CAN_MOAMR71     0xF00198EC          Message Object 71 Acceptance Mask Register
CAN_MODATAL71   0xF00198F0          Message Object 71 Data Register Low
CAN_MODATAH71   0xF00198F4          Message Object 71 Data Register High
CAN_MOAR71      0xF00198F8          Message Object 71 Arbitration Register
CAN_MOCTR71     0xF00198FC          Message Object 71 Control Register
CAN_MOFCR72     0xF0019900          Message Object 72 Function Control Register
CAN_MOFGPR72    0xF0019904          Message Object 72 FIFO/Gateway Pointer Register
CAN_MOIPR72     0xF0019908          Message Object 72 Interrupt Pointer Register
CAN_MOAMR72     0xF001990C          Message Object 72 Acceptance Mask Register
CAN_MODATAL72   0xF0019910          Message Object 72 Data Register Low
CAN_MODATAH72   0xF0019914          Message Object 72 Data Register High
CAN_MOAR72      0xF0019918          Message Object 72 Arbitration Register
CAN_MOCTR72     0xF001991C          Message Object 72 Control Register
CAN_MOFCR73     0xF0019920          Message Object 73 Function Control Register
CAN_MOFGPR73    0xF0019924          Message Object 73 FIFO/Gateway Pointer Register
CAN_MOIPR73     0xF0019928          Message Object 73 Interrupt Pointer Register
CAN_MOAMR73     0xF001992C          Message Object 73 Acceptance Mask Register
CAN_MODATAL73   0xF0019930          Message Object 73 Data Register Low
CAN_MODATAH73   0xF0019934          Message Object 73 Data Register High
CAN_MOAR73      0xF0019938          Message Object 73 Arbitration Register
CAN_MOCTR73     0xF001993C          Message Object 73 Control Register
CAN_MOFCR74     0xF0019940          Message Object 74 Function Control Register
CAN_MOFGPR74    0xF0019944          Message Object 74 FIFO/Gateway Pointer Register
CAN_MOIPR74     0xF0019948          Message Object 74 Interrupt Pointer Register
CAN_MOAMR74     0xF001994C          Message Object 74 Acceptance Mask Register
CAN_MODATAL74   0xF0019950          Message Object 74 Data Register Low
CAN_MODATAH74   0xF0019954          Message Object 74 Data Register High
CAN_MOAR74      0xF0019958          Message Object 74 Arbitration Register
CAN_MOCTR74     0xF001995C          Message Object 74 Control Register
CAN_MOFCR75     0xF0019960          Message Object 75 Function Control Register
CAN_MOFGPR75    0xF0019964          Message Object 75 FIFO/Gateway Pointer Register
CAN_MOIPR75     0xF0019968          Message Object 75 Interrupt Pointer Register
CAN_MOAMR75     0xF001996C          Message Object 75 Acceptance Mask Register
CAN_MODATAL75   0xF0019970          Message Object 75 Data Register Low
CAN_MODATAH75   0xF0019974          Message Object 75 Data Register High
CAN_MOAR75      0xF0019978          Message Object 75 Arbitration Register
CAN_MOCTR75     0xF001997C          Message Object 75 Control Register
CAN_MOFCR76     0xF0019980          Message Object 76 Function Control Register
CAN_MOFGPR76    0xF0019984          Message Object 76 FIFO/Gateway Pointer Register
CAN_MOIPR76     0xF0019988          Message Object 76 Interrupt Pointer Register
CAN_MOAMR76     0xF001998C          Message Object 76 Acceptance Mask Register
CAN_MODATAL76   0xF0019990          Message Object 76 Data Register Low
CAN_MODATAH76   0xF0019994          Message Object 76 Data Register High
CAN_MOAR76      0xF0019998          Message Object 76 Arbitration Register
CAN_MOCTR76     0xF001999C          Message Object 76 Control Register
CAN_MOFCR77     0xF00199A0          Message Object 77 Function Control Register
CAN_MOFGPR77    0xF00199A4          Message Object 77 FIFO/Gateway Pointer Register
CAN_MOIPR77     0xF00199A8          Message Object 77 Interrupt Pointer Register
CAN_MOAMR77     0xF00199AC          Message Object 77 Acceptance Mask Register
CAN_MODATAL77   0xF00199B0          Message Object 77 Data Register Low
CAN_MODATAH77   0xF00199B4          Message Object 77 Data Register High
CAN_MOAR77      0xF00199B8          Message Object 77 Arbitration Register
CAN_MOCTR77     0xF00199BC          Message Object 77 Control Register
CAN_MOFCR78     0xF00199C0          Message Object 78 Function Control Register
CAN_MOFGPR78    0xF00199C4          Message Object 78 FIFO/Gateway Pointer Register
CAN_MOIPR78     0xF00199C8          Message Object 78 Interrupt Pointer Register
CAN_MOAMR78     0xF00199CC          Message Object 78 Acceptance Mask Register
CAN_MODATAL78   0xF00199D0          Message Object 78 Data Register Low
CAN_MODATAH78   0xF00199D4          Message Object 78 Data Register High
CAN_MOAR78      0xF00199D8          Message Object 78 Arbitration Register
CAN_MOCTR78     0xF00199DC          Message Object 78 Control Register
CAN_MOFCR79     0xF00199E0          Message Object 79 Function Control Register
CAN_MOFGPR79    0xF00199E4          Message Object 79 FIFO/Gateway Pointer Register
CAN_MOIPR79     0xF00199E8          Message Object 79 Interrupt Pointer Register
CAN_MOAMR79     0xF00199EC          Message Object 79 Acceptance Mask Register
CAN_MODATAL79   0xF00199F0          Message Object 79 Data Register Low
CAN_MODATAH79   0xF00199F4          Message Object 79 Data Register High
CAN_MOAR79      0xF00199F8          Message Object 79 Arbitration Register
CAN_MOCTR79     0xF00199FC          Message Object 79 Control Register
CAN_MOFCR80     0xF0019A00          Message Object 80 Function Control Register
CAN_MOFGPR80    0xF0019A04          Message Object 80 FIFO/Gateway Pointer Register
CAN_MOIPR80     0xF0019A08          Message Object 80 Interrupt Pointer Register
CAN_MOAMR80     0xF0019A0C          Message Object 80 Acceptance Mask Register
CAN_MODATAL80   0xF0019A10          Message Object 80 Data Register Low
CAN_MODATAH80   0xF0019A14          Message Object 80 Data Register High
CAN_MOAR80      0xF0019A18          Message Object 80 Arbitration Register
CAN_MOCTR80     0xF0019A1C          Message Object 80 Control Register
CAN_MOFCR81     0xF0019A20          Message Object 81 Function Control Register
CAN_MOFGPR81    0xF0019A24          Message Object 81 FIFO/Gateway Pointer Register
CAN_MOIPR81     0xF0019A28          Message Object 81 Interrupt Pointer Register
CAN_MOAMR81     0xF0019A2C          Message Object 81 Acceptance Mask Register
CAN_MODATAL81   0xF0019A30          Message Object 81 Data Register Low
CAN_MODATAH81   0xF0019A34          Message Object 81 Data Register High
CAN_MOAR81      0xF0019A38          Message Object 81 Arbitration Register
CAN_MOCTR81     0xF0019A3C          Message Object 81 Control Register
CAN_MOFCR82     0xF0019A40          Message Object 82 Function Control Register
CAN_MOFGPR82    0xF0019A44          Message Object 82 FIFO/Gateway Pointer Register
CAN_MOIPR82     0xF0019A48          Message Object 82 Interrupt Pointer Register
CAN_MOAMR82     0xF0019A4C          Message Object 82 Acceptance Mask Register
CAN_MODATAL82   0xF0019A50          Message Object 82 Data Register Low
CAN_MODATAH82   0xF0019A54          Message Object 82 Data Register High
CAN_MOAR82      0xF0019A58          Message Object 82 Arbitration Register
CAN_MOCTR82     0xF0019A5C          Message Object 82 Control Register
CAN_MOFCR83     0xF0019A60          Message Object 83 Function Control Register
CAN_MOFGPR83    0xF0019A64          Message Object 83 FIFO/Gateway Pointer Register
CAN_MOIPR83     0xF0019A68          Message Object 83 Interrupt Pointer Register
CAN_MOAMR83     0xF0019A6C          Message Object 83 Acceptance Mask Register
CAN_MODATAL83   0xF0019A70          Message Object 83 Data Register Low
CAN_MODATAH83   0xF0019A74          Message Object 83 Data Register High
CAN_MOAR83      0xF0019A78          Message Object 83 Arbitration Register
CAN_MOCTR83     0xF0019A7C          Message Object 83 Control Register
CAN_MOFCR84     0xF0019A80          Message Object 84 Function Control Register
CAN_MOFGPR84    0xF0019A84          Message Object 84 FIFO/Gateway Pointer Register
CAN_MOIPR84     0xF0019A88          Message Object 84 Interrupt Pointer Register
CAN_MOAMR84     0xF0019A8C          Message Object 84 Acceptance Mask Register
CAN_MODATAL84   0xF0019A90          Message Object 84 Data Register Low
CAN_MODATAH84   0xF0019A94          Message Object 84 Data Register High
CAN_MOAR84      0xF0019A98          Message Object 84 Arbitration Register
CAN_MOCTR84     0xF0019A9C          Message Object 84 Control Register
CAN_MOFCR85     0xF0019AA0          Message Object 85 Function Control Register
CAN_MOFGPR85    0xF0019AA4          Message Object 85 FIFO/Gateway Pointer Register
CAN_MOIPR85     0xF0019AA8          Message Object 85 Interrupt Pointer Register
CAN_MOAMR85     0xF0019AAC          Message Object 85 Acceptance Mask Register
CAN_MODATAL85   0xF0019AB0          Message Object 85 Data Register Low
CAN_MODATAH85   0xF0019AB4          Message Object 85 Data Register High
CAN_MOAR85      0xF0019AB8          Message Object 85 Arbitration Register
CAN_MOCTR85     0xF0019ABC          Message Object 85 Control Register
CAN_MOFCR86     0xF0019AC0          Message Object 86 Function Control Register
CAN_MOFGPR86    0xF0019AC4          Message Object 86 FIFO/Gateway Pointer Register
CAN_MOIPR86     0xF0019AC8          Message Object 86 Interrupt Pointer Register
CAN_MOAMR86     0xF0019ACC          Message Object 86 Acceptance Mask Register
CAN_MODATAL86   0xF0019AD0          Message Object 86 Data Register Low
CAN_MODATAH86   0xF0019AD4          Message Object 86 Data Register High
CAN_MOAR86      0xF0019AD8          Message Object 86 Arbitration Register
CAN_MOCTR86     0xF0019ADC          Message Object 86 Control Register
CAN_MOFCR87     0xF0019AE0          Message Object 87 Function Control Register
CAN_MOFGPR87    0xF0019AE4          Message Object 87 FIFO/Gateway Pointer Register
CAN_MOIPR87     0xF0019AE8          Message Object 87 Interrupt Pointer Register
CAN_MOAMR87     0xF0019AEC          Message Object 87 Acceptance Mask Register
CAN_MODATAL87   0xF0019AF0          Message Object 87 Data Register Low
CAN_MODATAH87   0xF0019AF4          Message Object 87 Data Register High
CAN_MOAR87      0xF0019AF8          Message Object 87 Arbitration Register
CAN_MOCTR87     0xF0019AFC          Message Object 87 Control Register
CAN_MOFCR88     0xF0019B00          Message Object 88 Function Control Register
CAN_MOFGPR88    0xF0019B04          Message Object 88 FIFO/Gateway Pointer Register
CAN_MOIPR88     0xF0019B08          Message Object 88 Interrupt Pointer Register
CAN_MOAMR88     0xF0019B0C          Message Object 88 Acceptance Mask Register
CAN_MODATAL88   0xF0019B10          Message Object 88 Data Register Low
CAN_MODATAH88   0xF0019B14          Message Object 88 Data Register High
CAN_MOAR88      0xF0019B18          Message Object 88 Arbitration Register
CAN_MOCTR88     0xF0019B1C          Message Object 88 Control Register
CAN_MOFCR89     0xF0019B20          Message Object 89 Function Control Register
CAN_MOFGPR89    0xF0019B24          Message Object 89 FIFO/Gateway Pointer Register
CAN_MOIPR89     0xF0019B28          Message Object 89 Interrupt Pointer Register
CAN_MOAMR89     0xF0019B2C          Message Object 89 Acceptance Mask Register
CAN_MODATAL89   0xF0019B30          Message Object 89 Data Register Low
CAN_MODATAH89   0xF0019B34          Message Object 89 Data Register High
CAN_MOAR89      0xF0019B38          Message Object 89 Arbitration Register
CAN_MOCTR89     0xF0019B3C          Message Object 89 Control Register
CAN_MOFCR90     0xF0019B40          Message Object 90 Function Control Register
CAN_MOFGPR90    0xF0019B44          Message Object 90 FIFO/Gateway Pointer Register
CAN_MOIPR90     0xF0019B48          Message Object 90 Interrupt Pointer Register
CAN_MOAMR90     0xF0019B4C          Message Object 90 Acceptance Mask Register
CAN_MODATAL90   0xF0019B50          Message Object 90 Data Register Low
CAN_MODATAH90   0xF0019B54          Message Object 90 Data Register High
CAN_MOAR90      0xF0019B58          Message Object 90 Arbitration Register
CAN_MOCTR90     0xF0019B5C          Message Object 90 Control Register
CAN_MOFCR91     0xF0019B60          Message Object 91 Function Control Register
CAN_MOFGPR91    0xF0019B64          Message Object 91 FIFO/Gateway Pointer Register
CAN_MOIPR91     0xF0019B68          Message Object 91 Interrupt Pointer Register
CAN_MOAMR91     0xF0019B6C          Message Object 91 Acceptance Mask Register
CAN_MODATAL91   0xF0019B70          Message Object 91 Data Register Low
CAN_MODATAH91   0xF0019B74          Message Object 91 Data Register High
CAN_MOAR91      0xF0019B78          Message Object 91 Arbitration Register
CAN_MOCTR91     0xF0019B7C          Message Object 91 Control Register
CAN_MOFCR92     0xF0019B80          Message Object 92 Function Control Register
CAN_MOFGPR92    0xF0019B84          Message Object 92 FIFO/Gateway Pointer Register
CAN_MOIPR92     0xF0019B88          Message Object 92 Interrupt Pointer Register
CAN_MOAMR92     0xF0019B8C          Message Object 92 Acceptance Mask Register
CAN_MODATAL92   0xF0019B90          Message Object 92 Data Register Low
CAN_MODATAH92   0xF0019B94          Message Object 92 Data Register High
CAN_MOAR92      0xF0019B98          Message Object 92 Arbitration Register
CAN_MOCTR92     0xF0019B9C          Message Object 92 Control Register
CAN_MOFCR93     0xF0019BA0          Message Object 93 Function Control Register
CAN_MOFGPR93    0xF0019BA4          Message Object 93 FIFO/Gateway Pointer Register
CAN_MOIPR93     0xF0019BA8          Message Object 93 Interrupt Pointer Register
CAN_MOAMR93     0xF0019BAC          Message Object 93 Acceptance Mask Register
CAN_MODATAL93   0xF0019BB0          Message Object 93 Data Register Low
CAN_MODATAH93   0xF0019BB4          Message Object 93 Data Register High
CAN_MOAR93      0xF0019BB8          Message Object 93 Arbitration Register
CAN_MOCTR93     0xF0019BBC          Message Object 93 Control Register
CAN_MOFCR94     0xF0019BC0          Message Object 94 Function Control Register
CAN_MOFGPR94    0xF0019BC4          Message Object 94 FIFO/Gateway Pointer Register
CAN_MOIPR94     0xF0019BC8          Message Object 94 Interrupt Pointer Register
CAN_MOAMR94     0xF0019BCC          Message Object 94 Acceptance Mask Register
CAN_MODATAL94   0xF0019BD0          Message Object 94 Data Register Low
CAN_MODATAH94   0xF0019BD4          Message Object 94 Data Register High
CAN_MOAR94      0xF0019BD8          Message Object 94 Arbitration Register
CAN_MOCTR94     0xF0019BDC          Message Object 94 Control Register
CAN_MOFCR95     0xF0019BE0          Message Object 95 Function Control Register
CAN_MOFGPR95    0xF0019BE4          Message Object 95 FIFO/Gateway Pointer Register
CAN_MOIPR95     0xF0019BE8          Message Object 95 Interrupt Pointer Register
CAN_MOAMR95     0xF0019BEC          Message Object 95 Acceptance Mask Register
CAN_MODATAL95   0xF0019BF0          Message Object 95 Data Register Low
CAN_MODATAH95   0xF0019BF4          Message Object 95 Data Register High
CAN_MOAR95      0xF0019BF8          Message Object 95 Arbitration Register
CAN_MOCTR95     0xF0019BFC          Message Object 95 Control Register
CAN_MOFCR96     0xF0019C00          Message Object 96 Function Control Register
CAN_MOFGPR96    0xF0019C04          Message Object 96 FIFO/Gateway Pointer Register
CAN_MOIPR96     0xF0019C08          Message Object 96 Interrupt Pointer Register
CAN_MOAMR96     0xF0019C0C          Message Object 96 Acceptance Mask Register
CAN_MODATAL96   0xF0019C10          Message Object 96 Data Register Low
CAN_MODATAH96   0xF0019C14          Message Object 96 Data Register High
CAN_MOAR96      0xF0019C18          Message Object 96 Arbitration Register
CAN_MOCTR96     0xF0019C1C          Message Object 96 Control Register
CAN_MOFCR97     0xF0019C20          Message Object 97 Function Control Register
CAN_MOFGPR97    0xF0019C24          Message Object 97 FIFO/Gateway Pointer Register
CAN_MOIPR97     0xF0019C28          Message Object 97 Interrupt Pointer Register
CAN_MOAMR97     0xF0019C2C          Message Object 97 Acceptance Mask Register
CAN_MODATAL97   0xF0019C30          Message Object 97 Data Register Low
CAN_MODATAH97   0xF0019C34          Message Object 97 Data Register High
CAN_MOAR97      0xF0019C38          Message Object 97 Arbitration Register
CAN_MOCTR97     0xF0019C3C          Message Object 97 Control Register
CAN_MOFCR98     0xF0019C40          Message Object 98 Function Control Register
CAN_MOFGPR98    0xF0019C44          Message Object 98 FIFO/Gateway Pointer Register
CAN_MOIPR98     0xF0019C48          Message Object 98 Interrupt Pointer Register
CAN_MOAMR98     0xF0019C4C          Message Object 98 Acceptance Mask Register
CAN_MODATAL98   0xF0019C50          Message Object 98 Data Register Low
CAN_MODATAH98   0xF0019C54          Message Object 98 Data Register High
CAN_MOAR98      0xF0019C58          Message Object 98 Arbitration Register
CAN_MOCTR98     0xF0019C5C          Message Object 98 Control Register
CAN_MOFCR99     0xF0019C60          Message Object 99 Function Control Register
CAN_MOFGPR99    0xF0019C64          Message Object 99 FIFO/Gateway Pointer Register
CAN_MOIPR99     0xF0019C68          Message Object 99 Interrupt Pointer Register
CAN_MOAMR99     0xF0019C6C          Message Object 99 Acceptance Mask Register
CAN_MODATAL99   0xF0019C70          Message Object 99 Data Register Low
CAN_MODATAH99   0xF0019C74          Message Object 99 Data Register High
CAN_MOAR99      0xF0019C78          Message Object 99 Arbitration Register
CAN_MOCTR99     0xF0019C7C          Message Object 99 Control Register
CAN_MOFCR100    0xF0019C80          Message Object 100 Function Control Register
CAN_MOFGPR100   0xF0019C84          Message Object 100 FIFO/Gateway Pointer Register
CAN_MOIPR100    0xF0019C88          Message Object 100 Interrupt Pointer Register
CAN_MOAMR100    0xF0019C8C          Message Object 100 Acceptance Mask Register
CAN_MODATAL100  0xF0019C90          Message Object 100 Data Register Low
CAN_MODATAH100  0xF0019C94          Message Object 100 Data Register High
CAN_MOAR100     0xF0019C98          Message Object 100 Arbitration Register
CAN_MOCTR100    0xF0019C9C          Message Object 100 Control Register
CAN_MOFCR101    0xF0019CA0          Message Object 101 Function Control Register
CAN_MOFGPR101   0xF0019CA4          Message Object 101 FIFO/Gateway Pointer Register
CAN_MOIPR101    0xF0019CA8          Message Object 101 Interrupt Pointer Register
CAN_MOAMR101    0xF0019CAC          Message Object 101 Acceptance Mask Register
CAN_MODATAL101  0xF0019CB0          Message Object 101 Data Register Low
CAN_MODATAH101  0xF0019CB4          Message Object 101 Data Register High
CAN_MOAR101     0xF0019CB8          Message Object 101 Arbitration Register
CAN_MOCTR101    0xF0019CBC          Message Object 101 Control Register
CAN_MOFCR102    0xF0019CC0          Message Object 102 Function Control Register
CAN_MOFGPR102   0xF0019CC4          Message Object 102 FIFO/Gateway Pointer Register
CAN_MOIPR102    0xF0019CC8          Message Object 102 Interrupt Pointer Register
CAN_MOAMR102    0xF0019CCC          Message Object 102 Acceptance Mask Register
CAN_MODATAL102  0xF0019CD0          Message Object 102 Data Register Low
CAN_MODATAH102  0xF0019CD4          Message Object 102 Data Register High
CAN_MOAR102     0xF0019CD8          Message Object 102 Arbitration Register
CAN_MOCTR102    0xF0019CDC          Message Object 102 Control Register
CAN_MOFCR103    0xF0019CE0          Message Object 103 Function Control Register
CAN_MOFGPR103   0xF0019CE4          Message Object 103 FIFO/Gateway Pointer Register
CAN_MOIPR103    0xF0019CE8          Message Object 103 Interrupt Pointer Register
CAN_MOAMR103    0xF0019CEC          Message Object 103 Acceptance Mask Register
CAN_MODATAL103  0xF0019CF0          Message Object 103 Data Register Low
CAN_MODATAH103  0xF0019CF4          Message Object 103 Data Register High
CAN_MOAR103     0xF0019CF8          Message Object 103 Arbitration Register
CAN_MOCTR103    0xF0019CFC          Message Object 103 Control Register
CAN_MOFCR104    0xF0019D00          Message Object 104 Function Control Register
CAN_MOFGPR104   0xF0019D04          Message Object 104 FIFO/Gateway Pointer Register
CAN_MOIPR104    0xF0019D08          Message Object 104 Interrupt Pointer Register
CAN_MOAMR104    0xF0019D0C          Message Object 104 Acceptance Mask Register
CAN_MODATAL104  0xF0019D10          Message Object 104 Data Register Low
CAN_MODATAH104  0xF0019D14          Message Object 104 Data Register High
CAN_MOAR104     0xF0019D18          Message Object 104 Arbitration Register
CAN_MOCTR104    0xF0019D1C          Message Object 104 Control Register
CAN_MOFCR105    0xF0019D20          Message Object 105 Function Control Register
CAN_MOFGPR105   0xF0019D24          Message Object 105 FIFO/Gateway Pointer Register
CAN_MOIPR105    0xF0019D28          Message Object 105 Interrupt Pointer Register
CAN_MOAMR105    0xF0019D2C          Message Object 105 Acceptance Mask Register
CAN_MODATAL105  0xF0019D30          Message Object 105 Data Register Low
CAN_MODATAH105  0xF0019D34          Message Object 105 Data Register High
CAN_MOAR105     0xF0019D38          Message Object 105 Arbitration Register
CAN_MOCTR105    0xF0019D3C          Message Object 105 Control Register
CAN_MOFCR106    0xF0019D40          Message Object 106 Function Control Register
CAN_MOFGPR106   0xF0019D44          Message Object 106 FIFO/Gateway Pointer Register
CAN_MOIPR106    0xF0019D48          Message Object 106 Interrupt Pointer Register
CAN_MOAMR106    0xF0019D4C          Message Object 106 Acceptance Mask Register
CAN_MODATAL106  0xF0019D50          Message Object 106 Data Register Low
CAN_MODATAH106  0xF0019D54          Message Object 106 Data Register High
CAN_MOAR106     0xF0019D58          Message Object 106 Arbitration Register
CAN_MOCTR106    0xF0019D5C          Message Object 106 Control Register
CAN_MOFCR107    0xF0019D60          Message Object 107 Function Control Register
CAN_MOFGPR107   0xF0019D64          Message Object 107 FIFO/Gateway Pointer Register
CAN_MOIPR107    0xF0019D68          Message Object 107 Interrupt Pointer Register
CAN_MOAMR107    0xF0019D6C          Message Object 107 Acceptance Mask Register
CAN_MODATAL107  0xF0019D70          Message Object 107 Data Register Low
CAN_MODATAH107  0xF0019D74          Message Object 107 Data Register High
CAN_MOAR107     0xF0019D78          Message Object 107 Arbitration Register
CAN_MOCTR107    0xF0019D7C          Message Object 107 Control Register
CAN_MOFCR108    0xF0019D80          Message Object 108 Function Control Register
CAN_MOFGPR108   0xF0019D84          Message Object 108 FIFO/Gateway Pointer Register
CAN_MOIPR108    0xF0019D88          Message Object 108 Interrupt Pointer Register
CAN_MOAMR108    0xF0019D8C          Message Object 108 Acceptance Mask Register
CAN_MODATAL108  0xF0019D90          Message Object 108 Data Register Low
CAN_MODATAH108  0xF0019D94          Message Object 108 Data Register High
CAN_MOAR108     0xF0019D98          Message Object 108 Arbitration Register
CAN_MOCTR108    0xF0019D9C          Message Object 108 Control Register
CAN_MOFCR109    0xF0019DA0          Message Object 109 Function Control Register
CAN_MOFGPR109   0xF0019DA4          Message Object 109 FIFO/Gateway Pointer Register
CAN_MOIPR109    0xF0019DA8          Message Object 109 Interrupt Pointer Register
CAN_MOAMR109    0xF0019DAC          Message Object 109 Acceptance Mask Register
CAN_MODATAL109  0xF0019DB0          Message Object 109 Data Register Low
CAN_MODATAH109  0xF0019DB4          Message Object 109 Data Register High
CAN_MOAR109     0xF0019DB8          Message Object 109 Arbitration Register
CAN_MOCTR109    0xF0019DBC          Message Object 109 Control Register
CAN_MOFCR110    0xF0019DC0          Message Object 110 Function Control Register
CAN_MOFGPR110   0xF0019DC4          Message Object 110 FIFO/Gateway Pointer Register
CAN_MOIPR110    0xF0019DC8          Message Object 110 Interrupt Pointer Register
CAN_MOAMR110    0xF0019DCC          Message Object 110 Acceptance Mask Register
CAN_MODATAL110  0xF0019DD0          Message Object 110 Data Register Low
CAN_MODATAH110  0xF0019DD4          Message Object 110 Data Register High
CAN_MOAR110     0xF0019DD8          Message Object 110 Arbitration Register
CAN_MOCTR110    0xF0019DDC          Message Object 110 Control Register
CAN_MOFCR111    0xF0019DE0          Message Object 111 Function Control Register
CAN_MOFGPR111   0xF0019DE4          Message Object 111 FIFO/Gateway Pointer Register
CAN_MOIPR111    0xF0019DE8          Message Object 111 Interrupt Pointer Register
CAN_MOAMR111    0xF0019DEC          Message Object 111 Acceptance Mask Register
CAN_MODATAL111  0xF0019DF0          Message Object 111 Data Register Low
CAN_MODATAH111  0xF0019DF4          Message Object 111 Data Register High
CAN_MOAR111     0xF0019DF8          Message Object 111 Arbitration Register
CAN_MOCTR111    0xF0019DFC          Message Object 111 Control Register
CAN_MOFCR112    0xF0019E00          Message Object 112 Function Control Register
CAN_MOFGPR112   0xF0019E04          Message Object 112 FIFO/Gateway Pointer Register
CAN_MOIPR112    0xF0019E08          Message Object 112 Interrupt Pointer Register
CAN_MOAMR112    0xF0019E0C          Message Object 112 Acceptance Mask Register
CAN_MODATAL112  0xF0019E10          Message Object 112 Data Register Low
CAN_MODATAH112  0xF0019E14          Message Object 112 Data Register High
CAN_MOAR112     0xF0019E18          Message Object 112 Arbitration Register
CAN_MOCTR112    0xF0019E1C          Message Object 112 Control Register
CAN_MOFCR113    0xF0019E20          Message Object 113 Function Control Register
CAN_MOFGPR113   0xF0019E24          Message Object 113 FIFO/Gateway Pointer Register
CAN_MOIPR113    0xF0019E28          Message Object 113 Interrupt Pointer Register
CAN_MOAMR113    0xF0019E2C          Message Object 113 Acceptance Mask Register
CAN_MODATAL113  0xF0019E30          Message Object 113 Data Register Low
CAN_MODATAH113  0xF0019E34          Message Object 113 Data Register High
CAN_MOAR113     0xF0019E38          Message Object 113 Arbitration Register
CAN_MOCTR113    0xF0019E3C          Message Object 113 Control Register
CAN_MOFCR114    0xF0019E40          Message Object 114 Function Control Register
CAN_MOFGPR114   0xF0019E44          Message Object 114 FIFO/Gateway Pointer Register
CAN_MOIPR114    0xF0019E48          Message Object 114 Interrupt Pointer Register
CAN_MOAMR114    0xF0019E4C          Message Object 114 Acceptance Mask Register
CAN_MODATAL114  0xF0019E50          Message Object 114 Data Register Low
CAN_MODATAH114  0xF0019E54          Message Object 114 Data Register High
CAN_MOAR114     0xF0019E58          Message Object 114 Arbitration Register
CAN_MOCTR114    0xF0019E5C          Message Object 114 Control Register
CAN_MOFCR115    0xF0019E60          Message Object 115 Function Control Register
CAN_MOFGPR115   0xF0019E64          Message Object 115 FIFO/Gateway Pointer Register
CAN_MOIPR115    0xF0019E68          Message Object 115 Interrupt Pointer Register
CAN_MOAMR115    0xF0019E6C          Message Object 115 Acceptance Mask Register
CAN_MODATAL115  0xF0019E70          Message Object 115 Data Register Low
CAN_MODATAH115  0xF0019E74          Message Object 115 Data Register High
CAN_MOAR115     0xF0019E78          Message Object 115 Arbitration Register
CAN_MOCTR115    0xF0019E7C          Message Object 115 Control Register
CAN_MOFCR116    0xF0019E80          Message Object 116 Function Control Register
CAN_MOFGPR116   0xF0019E84          Message Object 116 FIFO/Gateway Pointer Register
CAN_MOIPR116    0xF0019E88          Message Object 116 Interrupt Pointer Register
CAN_MOAMR116    0xF0019E8C          Message Object 116 Acceptance Mask Register
CAN_MODATAL116  0xF0019E90          Message Object 116 Data Register Low
CAN_MODATAH116  0xF0019E94          Message Object 116 Data Register High
CAN_MOAR116     0xF0019E98          Message Object 116 Arbitration Register
CAN_MOCTR116    0xF0019E9C          Message Object 116 Control Register
CAN_MOFCR117    0xF0019EA0          Message Object 117 Function Control Register
CAN_MOFGPR117   0xF0019EA4          Message Object 117 FIFO/Gateway Pointer Register
CAN_MOIPR117    0xF0019EA8          Message Object 117 Interrupt Pointer Register
CAN_MOAMR117    0xF0019EAC          Message Object 117 Acceptance Mask Register
CAN_MODATAL117  0xF0019EB0          Message Object 117 Data Register Low
CAN_MODATAH117  0xF0019EB4          Message Object 117 Data Register High
CAN_MOAR117     0xF0019EB8          Message Object 117 Arbitration Register
CAN_MOCTR117    0xF0019EBC          Message Object 117 Control Register
CAN_MOFCR118    0xF0019EC0          Message Object 118 Function Control Register
CAN_MOFGPR118   0xF0019EC4          Message Object 118 FIFO/Gateway Pointer Register
CAN_MOIPR118    0xF0019EC8          Message Object 118 Interrupt Pointer Register
CAN_MOAMR118    0xF0019ECC          Message Object 118 Acceptance Mask Register
CAN_MODATAL118  0xF0019ED0          Message Object 118 Data Register Low
CAN_MODATAH118  0xF0019ED4          Message Object 118 Data Register High
CAN_MOAR118     0xF0019ED8          Message Object 118 Arbitration Register
CAN_MOCTR118    0xF0019EDC          Message Object 118 Control Register
CAN_MOFCR119    0xF0019EE0          Message Object 119 Function Control Register
CAN_MOFGPR119   0xF0019EE4          Message Object 119 FIFO/Gateway Pointer Register
CAN_MOIPR119    0xF0019EE8          Message Object 119 Interrupt Pointer Register
CAN_MOAMR119    0xF0019EEC          Message Object 119 Acceptance Mask Register
CAN_MODATAL119  0xF0019EF0          Message Object 119 Data Register Low
CAN_MODATAH119  0xF0019EF4          Message Object 119 Data Register High
CAN_MOAR119     0xF0019EF8          Message Object 119 Arbitration Register
CAN_MOCTR119    0xF0019EFC          Message Object 119 Control Register
CAN_MOFCR120    0xF0019F00          Message Object 120 Function Control Register
CAN_MOFGPR120   0xF0019F04          Message Object 120 FIFO/Gateway Pointer Register
CAN_MOIPR120    0xF0019F08          Message Object 120 Interrupt Pointer Register
CAN_MOAMR120    0xF0019F0C          Message Object 120 Acceptance Mask Register
CAN_MODATAL120  0xF0019F10          Message Object 120 Data Register Low
CAN_MODATAH120  0xF0019F14          Message Object 120 Data Register High
CAN_MOAR120     0xF0019F18          Message Object 120 Arbitration Register
CAN_MOCTR120    0xF0019F1C          Message Object 120 Control Register
CAN_MOFCR121    0xF0019F20          Message Object 121 Function Control Register
CAN_MOFGPR121   0xF0019F24          Message Object 121 FIFO/Gateway Pointer Register
CAN_MOIPR121    0xF0019F28          Message Object 121 Interrupt Pointer Register
CAN_MOAMR121    0xF0019F2C          Message Object 121 Acceptance Mask Register
CAN_MODATAL121  0xF0019F30          Message Object 121 Data Register Low
CAN_MODATAH121  0xF0019F34          Message Object 121 Data Register High
CAN_MOAR121     0xF0019F38          Message Object 121 Arbitration Register
CAN_MOCTR121    0xF0019F3C          Message Object 121 Control Register
CAN_MOFCR122    0xF0019F40          Message Object 122 Function Control Register
CAN_MOFGPR122   0xF0019F44          Message Object 122 FIFO/Gateway Pointer Register
CAN_MOIPR122    0xF0019F48          Message Object 122 Interrupt Pointer Register
CAN_MOAMR122    0xF0019F4C          Message Object 122 Acceptance Mask Register
CAN_MODATAL122  0xF0019F50          Message Object 122 Data Register Low
CAN_MODATAH122  0xF0019F54          Message Object 122 Data Register High
CAN_MOAR122     0xF0019F58          Message Object 122 Arbitration Register
CAN_MOCTR122    0xF0019F5C          Message Object 122 Control Register
CAN_MOFCR123    0xF0019F60          Message Object 123 Function Control Register
CAN_MOFGPR123   0xF0019F64          Message Object 123 FIFO/Gateway Pointer Register
CAN_MOIPR123    0xF0019F68          Message Object 123 Interrupt Pointer Register
CAN_MOAMR123    0xF0019F6C          Message Object 123 Acceptance Mask Register
CAN_MODATAL123  0xF0019F70          Message Object 123 Data Register Low
CAN_MODATAH123  0xF0019F74          Message Object 123 Data Register High
CAN_MOAR123     0xF0019F78          Message Object 123 Arbitration Register
CAN_MOCTR123    0xF0019F7C          Message Object 123 Control Register
CAN_MOFCR124    0xF0019F80          Message Object 124 Function Control Register
CAN_MOFGPR124   0xF0019F84          Message Object 124 FIFO/Gateway Pointer Register
CAN_MOIPR124    0xF0019F88          Message Object 124 Interrupt Pointer Register
CAN_MOAMR124    0xF0019F8C          Message Object 124 Acceptance Mask Register
CAN_MODATAL124  0xF0019F90          Message Object 124 Data Register Low
CAN_MODATAH124  0xF0019F94          Message Object 124 Data Register High
CAN_MOAR124     0xF0019F98          Message Object 124 Arbitration Register
CAN_MOCTR124    0xF0019F9C          Message Object 124 Control Register
CAN_MOFCR125    0xF0019FA0          Message Object 125 Function Control Register
CAN_MOFGPR125   0xF0019FA4          Message Object 125 FIFO/Gateway Pointer Register
CAN_MOIPR125    0xF0019FA8          Message Object 125 Interrupt Pointer Register
CAN_MOAMR125    0xF0019FAC          Message Object 125 Acceptance Mask Register
CAN_MODATAL125  0xF0019FB0          Message Object 125 Data Register Low
CAN_MODATAH125  0xF0019FB4          Message Object 125 Data Register High
CAN_MOAR125     0xF0019FB8          Message Object 125 Arbitration Register
CAN_MOCTR125    0xF0019FBC          Message Object 125 Control Register
CAN_MOFCR126    0xF0019FC0          Message Object 126 Function Control Register
CAN_MOFGPR126   0xF0019FC4          Message Object 126 FIFO/Gateway Pointer Register
CAN_MOIPR126    0xF0019FC8          Message Object 126 Interrupt Pointer Register
CAN_MOAMR126    0xF0019FCC          Message Object 126 Acceptance Mask Register
CAN_MODATAL126  0xF0019FD0          Message Object 126 Data Register Low
CAN_MODATAH126  0xF0019FD4          Message Object 126 Data Register High
CAN_MOAR126     0xF0019FD8          Message Object 126 Arbitration Register
CAN_MOCTR126    0xF0019FDC          Message Object 126 Control Register
CAN_MOFCR127    0xF0019FE0          Message Object 127 Function Control Register
CAN_MOFGPR127   0xF0019FE4          Message Object 127 FIFO/Gateway Pointer Register
CAN_MOIPR127    0xF0019FE8          Message Object 127 Interrupt Pointer Register
CAN_MOAMR127    0xF0019FEC          Message Object 127 Acceptance Mask Register
CAN_MODATAL127  0xF0019FF0          Message Object 127 Data Register Low
CAN_MODATAH127  0xF0019FF4          Message Object 127 Data Register High
CAN_MOAR127     0xF0019FF8          Message Object 127 Arbitration Register
CAN_MOCTR127    0xF0019FFC          Message Object 127 Control Register
CAN_MOFCR128    0xF001A000          Message Object 128 Function Control Register
CAN_MOFGPR128   0xF001A004          Message Object 128 FIFO/Gateway Pointer Register
CAN_MOIPR128    0xF001A008          Message Object 128 Interrupt Pointer Register
CAN_MOAMR128    0xF001A00C          Message Object 128 Acceptance Mask Register
CAN_MODATAL128  0xF001A010          Message Object 128 Data Register Low
CAN_MODATAH128  0xF001A014          Message Object 128 Data Register High
CAN_MOAR128     0xF001A018          Message Object 128 Arbitration Register
CAN_MOCTR128    0xF001A01C          Message Object 128 Control Register
CAN_MOFCR129    0xF001A020          Message Object 129 Function Control Register
CAN_MOFGPR129   0xF001A024          Message Object 129 FIFO/Gateway Pointer Register
CAN_MOIPR129    0xF001A028          Message Object 129 Interrupt Pointer Register
CAN_MOAMR129    0xF001A02C          Message Object 129 Acceptance Mask Register
CAN_MODATAL129  0xF001A030          Message Object 129 Data Register Low
CAN_MODATAH129  0xF001A034          Message Object 129 Data Register High
CAN_MOAR129     0xF001A038          Message Object 129 Arbitration Register
CAN_MOCTR129    0xF001A03C          Message Object 129 Control Register
CAN_MOFCR130    0xF001A040          Message Object 130 Function Control Register
CAN_MOFGPR130   0xF001A044          Message Object 130 FIFO/Gateway Pointer Register
CAN_MOIPR130    0xF001A048          Message Object 130 Interrupt Pointer Register
CAN_MOAMR130    0xF001A04C          Message Object 130 Acceptance Mask Register
CAN_MODATAL130  0xF001A050          Message Object 130 Data Register Low
CAN_MODATAH130  0xF001A054          Message Object 130 Data Register High
CAN_MOAR130     0xF001A058          Message Object 130 Arbitration Register
CAN_MOCTR130    0xF001A05C          Message Object 130 Control Register
CAN_MOFCR131    0xF001A060          Message Object 131 Function Control Register
CAN_MOFGPR131   0xF001A064          Message Object 131 FIFO/Gateway Pointer Register
CAN_MOIPR131    0xF001A068          Message Object 131 Interrupt Pointer Register
CAN_MOAMR131    0xF001A06C          Message Object 131 Acceptance Mask Register
CAN_MODATAL131  0xF001A070          Message Object 131 Data Register Low
CAN_MODATAH131  0xF001A074          Message Object 131 Data Register High
CAN_MOAR131     0xF001A078          Message Object 131 Arbitration Register
CAN_MOCTR131    0xF001A07C          Message Object 131 Control Register
CAN_MOFCR132    0xF001A080          Message Object 132 Function Control Register
CAN_MOFGPR132   0xF001A084          Message Object 132 FIFO/Gateway Pointer Register
CAN_MOIPR132    0xF001A088          Message Object 132 Interrupt Pointer Register
CAN_MOAMR132    0xF001A08C          Message Object 132 Acceptance Mask Register
CAN_MODATAL132  0xF001A090          Message Object 132 Data Register Low
CAN_MODATAH132  0xF001A094          Message Object 132 Data Register High
CAN_MOAR132     0xF001A098          Message Object 132 Arbitration Register
CAN_MOCTR132    0xF001A09C          Message Object 132 Control Register
CAN_MOFCR133    0xF001A0A0          Message Object 133 Function Control Register
CAN_MOFGPR133   0xF001A0A4          Message Object 133 FIFO/Gateway Pointer Register
CAN_MOIPR133    0xF001A0A8          Message Object 133 Interrupt Pointer Register
CAN_MOAMR133    0xF001A0AC          Message Object 133 Acceptance Mask Register
CAN_MODATAL133  0xF001A0B0          Message Object 133 Data Register Low
CAN_MODATAH133  0xF001A0B4          Message Object 133 Data Register High
CAN_MOAR133     0xF001A0B8          Message Object 133 Arbitration Register
CAN_MOCTR133    0xF001A0BC          Message Object 133 Control Register
CAN_MOFCR134    0xF001A0C0          Message Object 134 Function Control Register
CAN_MOFGPR134   0xF001A0C4          Message Object 134 FIFO/Gateway Pointer Register
CAN_MOIPR134    0xF001A0C8          Message Object 134 Interrupt Pointer Register
CAN_MOAMR134    0xF001A0CC          Message Object 134 Acceptance Mask Register
CAN_MODATAL134  0xF001A0D0          Message Object 134 Data Register Low
CAN_MODATAH134  0xF001A0D4          Message Object 134 Data Register High
CAN_MOAR134     0xF001A0D8          Message Object 134 Arbitration Register
CAN_MOCTR134    0xF001A0DC          Message Object 134 Control Register
CAN_MOFCR135    0xF001A0E0          Message Object 135 Function Control Register
CAN_MOFGPR135   0xF001A0E4          Message Object 135 FIFO/Gateway Pointer Register
CAN_MOIPR135    0xF001A0E8          Message Object 135 Interrupt Pointer Register
CAN_MOAMR135    0xF001A0EC          Message Object 135 Acceptance Mask Register
CAN_MODATAL135  0xF001A0F0          Message Object 135 Data Register Low
CAN_MODATAH135  0xF001A0F4          Message Object 135 Data Register High
CAN_MOAR135     0xF001A0F8          Message Object 135 Arbitration Register
CAN_MOCTR135    0xF001A0FC          Message Object 135 Control Register
CAN_MOFCR136    0xF001A100          Message Object 136 Function Control Register
CAN_MOFGPR136   0xF001A104          Message Object 136 FIFO/Gateway Pointer Register
CAN_MOIPR136    0xF001A108          Message Object 136 Interrupt Pointer Register
CAN_MOAMR136    0xF001A10C          Message Object 136 Acceptance Mask Register
CAN_MODATAL136  0xF001A110          Message Object 136 Data Register Low
CAN_MODATAH136  0xF001A114          Message Object 136 Data Register High
CAN_MOAR136     0xF001A118          Message Object 136 Arbitration Register
CAN_MOCTR136    0xF001A11C          Message Object 136 Control Register
CAN_MOFCR137    0xF001A120          Message Object 137 Function Control Register
CAN_MOFGPR137   0xF001A124          Message Object 137 FIFO/Gateway Pointer Register
CAN_MOIPR137    0xF001A128          Message Object 137 Interrupt Pointer Register
CAN_MOAMR137    0xF001A12C          Message Object 137 Acceptance Mask Register
CAN_MODATAL137  0xF001A130          Message Object 137 Data Register Low
CAN_MODATAH137  0xF001A134          Message Object 137 Data Register High
CAN_MOAR137     0xF001A138          Message Object 137 Arbitration Register
CAN_MOCTR137    0xF001A13C          Message Object 137 Control Register
CAN_MOFCR138    0xF001A140          Message Object 138 Function Control Register
CAN_MOFGPR138   0xF001A144          Message Object 138 FIFO/Gateway Pointer Register
CAN_MOIPR138    0xF001A148          Message Object 138 Interrupt Pointer Register
CAN_MOAMR138    0xF001A14C          Message Object 138 Acceptance Mask Register
CAN_MODATAL138  0xF001A150          Message Object 138 Data Register Low
CAN_MODATAH138  0xF001A154          Message Object 138 Data Register High
CAN_MOAR138     0xF001A158          Message Object 138 Arbitration Register
CAN_MOCTR138    0xF001A15C          Message Object 138 Control Register
CAN_MOFCR139    0xF001A160          Message Object 139 Function Control Register
CAN_MOFGPR139   0xF001A164          Message Object 139 FIFO/Gateway Pointer Register
CAN_MOIPR139    0xF001A168          Message Object 139 Interrupt Pointer Register
CAN_MOAMR139    0xF001A16C          Message Object 139 Acceptance Mask Register
CAN_MODATAL139  0xF001A170          Message Object 139 Data Register Low
CAN_MODATAH139  0xF001A174          Message Object 139 Data Register High
CAN_MOAR139     0xF001A178          Message Object 139 Arbitration Register
CAN_MOCTR139    0xF001A17C          Message Object 139 Control Register
CAN_MOFCR140    0xF001A180          Message Object 140 Function Control Register
CAN_MOFGPR140   0xF001A184          Message Object 140 FIFO/Gateway Pointer Register
CAN_MOIPR140    0xF001A188          Message Object 140 Interrupt Pointer Register
CAN_MOAMR140    0xF001A18C          Message Object 140 Acceptance Mask Register
CAN_MODATAL140  0xF001A190          Message Object 140 Data Register Low
CAN_MODATAH140  0xF001A194          Message Object 140 Data Register High
CAN_MOAR140     0xF001A198          Message Object 140 Arbitration Register
CAN_MOCTR140    0xF001A19C          Message Object 140 Control Register
CAN_MOFCR141    0xF001A1A0          Message Object 141 Function Control Register
CAN_MOFGPR141   0xF001A1A4          Message Object 141 FIFO/Gateway Pointer Register
CAN_MOIPR141    0xF001A1A8          Message Object 141 Interrupt Pointer Register
CAN_MOAMR141    0xF001A1AC          Message Object 141 Acceptance Mask Register
CAN_MODATAL141  0xF001A1B0          Message Object 141 Data Register Low
CAN_MODATAH141  0xF001A1B4          Message Object 141 Data Register High
CAN_MOAR141     0xF001A1B8          Message Object 141 Arbitration Register
CAN_MOCTR141    0xF001A1BC          Message Object 141 Control Register
CAN_MOFCR142    0xF001A1C0          Message Object 142 Function Control Register
CAN_MOFGPR142   0xF001A1C4          Message Object 142 FIFO/Gateway Pointer Register
CAN_MOIPR142    0xF001A1C8          Message Object 142 Interrupt Pointer Register
CAN_MOAMR142    0xF001A1CC          Message Object 142 Acceptance Mask Register
CAN_MODATAL142  0xF001A1D0          Message Object 142 Data Register Low
CAN_MODATAH142  0xF001A1D4          Message Object 142 Data Register High
CAN_MOAR142     0xF001A1D8          Message Object 142 Arbitration Register
CAN_MOCTR142    0xF001A1DC          Message Object 142 Control Register
CAN_MOFCR143    0xF001A1E0          Message Object 143 Function Control Register
CAN_MOFGPR143   0xF001A1E4          Message Object 143 FIFO/Gateway Pointer Register
CAN_MOIPR143    0xF001A1E8          Message Object 143 Interrupt Pointer Register
CAN_MOAMR143    0xF001A1EC          Message Object 143 Acceptance Mask Register
CAN_MODATAL143  0xF001A1F0          Message Object 143 Data Register Low
CAN_MODATAH143  0xF001A1F4          Message Object 143 Data Register High
CAN_MOAR143     0xF001A1F8          Message Object 143 Arbitration Register
CAN_MOCTR143    0xF001A1FC          Message Object 143 Control Register
CAN_MOFCR144    0xF001A200          Message Object 144 Function Control Register
CAN_MOFGPR144   0xF001A204          Message Object 144 FIFO/Gateway Pointer Register
CAN_MOIPR144    0xF001A208          Message Object 144 Interrupt Pointer Register
CAN_MOAMR144    0xF001A20C          Message Object 144 Acceptance Mask Register
CAN_MODATAL144  0xF001A210          Message Object 144 Data Register Low
CAN_MODATAH144  0xF001A214          Message Object 144 Data Register High
CAN_MOAR144     0xF001A218          Message Object 144 Arbitration Register
CAN_MOCTR144    0xF001A21C          Message Object 144 Control Register
CAN_MOFCR145    0xF001A220          Message Object 145 Function Control Register
CAN_MOFGPR145   0xF001A224          Message Object 145 FIFO/Gateway Pointer Register
CAN_MOIPR145    0xF001A228          Message Object 145 Interrupt Pointer Register
CAN_MOAMR145    0xF001A22C          Message Object 145 Acceptance Mask Register
CAN_MODATAL145  0xF001A230          Message Object 145 Data Register Low
CAN_MODATAH145  0xF001A234          Message Object 145 Data Register High
CAN_MOAR145     0xF001A238          Message Object 145 Arbitration Register
CAN_MOCTR145    0xF001A23C          Message Object 145 Control Register
CAN_MOFCR146    0xF001A240          Message Object 146 Function Control Register
CAN_MOFGPR146   0xF001A244          Message Object 146 FIFO/Gateway Pointer Register
CAN_MOIPR146    0xF001A248          Message Object 146 Interrupt Pointer Register
CAN_MOAMR146    0xF001A24C          Message Object 146 Acceptance Mask Register
CAN_MODATAL146  0xF001A250          Message Object 146 Data Register Low
CAN_MODATAH146  0xF001A254          Message Object 146 Data Register High
CAN_MOAR146     0xF001A258          Message Object 146 Arbitration Register
CAN_MOCTR146    0xF001A25C          Message Object 146 Control Register
CAN_MOFCR147    0xF001A260          Message Object 147 Function Control Register
CAN_MOFGPR147   0xF001A264          Message Object 147 FIFO/Gateway Pointer Register
CAN_MOIPR147    0xF001A268          Message Object 147 Interrupt Pointer Register
CAN_MOAMR147    0xF001A26C          Message Object 147 Acceptance Mask Register
CAN_MODATAL147  0xF001A270          Message Object 147 Data Register Low
CAN_MODATAH147  0xF001A274          Message Object 147 Data Register High
CAN_MOAR147     0xF001A278          Message Object 147 Arbitration Register
CAN_MOCTR147    0xF001A27C          Message Object 147 Control Register
CAN_MOFCR148    0xF001A280          Message Object 148 Function Control Register
CAN_MOFGPR148   0xF001A284          Message Object 148 FIFO/Gateway Pointer Register
CAN_MOIPR148    0xF001A288          Message Object 148 Interrupt Pointer Register
CAN_MOAMR148    0xF001A28C          Message Object 148 Acceptance Mask Register
CAN_MODATAL148  0xF001A290          Message Object 148 Data Register Low
CAN_MODATAH148  0xF001A294          Message Object 148 Data Register High
CAN_MOAR148     0xF001A298          Message Object 148 Arbitration Register
CAN_MOCTR148    0xF001A29C          Message Object 148 Control Register
CAN_MOFCR149    0xF001A2A0          Message Object 149 Function Control Register
CAN_MOFGPR149   0xF001A2A4          Message Object 149 FIFO/Gateway Pointer Register
CAN_MOIPR149    0xF001A2A8          Message Object 149 Interrupt Pointer Register
CAN_MOAMR149    0xF001A2AC          Message Object 149 Acceptance Mask Register
CAN_MODATAL149  0xF001A2B0          Message Object 149 Data Register Low
CAN_MODATAH149  0xF001A2B4          Message Object 149 Data Register High
CAN_MOAR149     0xF001A2B8          Message Object 149 Arbitration Register
CAN_MOCTR149    0xF001A2BC          Message Object 149 Control Register
CAN_MOFCR150    0xF001A2C0          Message Object 150 Function Control Register
CAN_MOFGPR150   0xF001A2C4          Message Object 150 FIFO/Gateway Pointer Register
CAN_MOIPR150    0xF001A2C8          Message Object 150 Interrupt Pointer Register
CAN_MOAMR150    0xF001A2CC          Message Object 150 Acceptance Mask Register
CAN_MODATAL150  0xF001A2D0          Message Object 150 Data Register Low
CAN_MODATAH150  0xF001A2D4          Message Object 150 Data Register High
CAN_MOAR150     0xF001A2D8          Message Object 150 Arbitration Register
CAN_MOCTR150    0xF001A2DC          Message Object 150 Control Register
CAN_MOFCR151    0xF001A2E0          Message Object 151 Function Control Register
CAN_MOFGPR151   0xF001A2E4          Message Object 151 FIFO/Gateway Pointer Register
CAN_MOIPR151    0xF001A2E8          Message Object 151 Interrupt Pointer Register
CAN_MOAMR151    0xF001A2EC          Message Object 151 Acceptance Mask Register
CAN_MODATAL151  0xF001A2F0          Message Object 151 Data Register Low
CAN_MODATAH151  0xF001A2F4          Message Object 151 Data Register High
CAN_MOAR151     0xF001A2F8          Message Object 151 Arbitration Register
CAN_MOCTR151    0xF001A2FC          Message Object 151 Control Register
CAN_MOFCR152    0xF001A300          Message Object 152 Function Control Register
CAN_MOFGPR152   0xF001A304          Message Object 152 FIFO/Gateway Pointer Register
CAN_MOIPR152    0xF001A308          Message Object 152 Interrupt Pointer Register
CAN_MOAMR152    0xF001A30C          Message Object 152 Acceptance Mask Register
CAN_MODATAL152  0xF001A310          Message Object 152 Data Register Low
CAN_MODATAH152  0xF001A314          Message Object 152 Data Register High
CAN_MOAR152     0xF001A318          Message Object 152 Arbitration Register
CAN_MOCTR152    0xF001A31C          Message Object 152 Control Register
CAN_MOFCR153    0xF001A320          Message Object 153 Function Control Register
CAN_MOFGPR153   0xF001A324          Message Object 153 FIFO/Gateway Pointer Register
CAN_MOIPR153    0xF001A328          Message Object 153 Interrupt Pointer Register
CAN_MOAMR153    0xF001A32C          Message Object 153 Acceptance Mask Register
CAN_MODATAL153  0xF001A330          Message Object 153 Data Register Low
CAN_MODATAH153  0xF001A334          Message Object 153 Data Register High
CAN_MOAR153     0xF001A338          Message Object 153 Arbitration Register
CAN_MOCTR153    0xF001A33C          Message Object 153 Control Register
CAN_MOFCR154    0xF001A340          Message Object 154 Function Control Register
CAN_MOFGPR154   0xF001A344          Message Object 154 FIFO/Gateway Pointer Register
CAN_MOIPR154    0xF001A348          Message Object 154 Interrupt Pointer Register
CAN_MOAMR154    0xF001A34C          Message Object 154 Acceptance Mask Register
CAN_MODATAL154  0xF001A350          Message Object 154 Data Register Low
CAN_MODATAH154  0xF001A354          Message Object 154 Data Register High
CAN_MOAR154     0xF001A358          Message Object 154 Arbitration Register
CAN_MOCTR154    0xF001A35C          Message Object 154 Control Register
CAN_MOFCR155    0xF001A360          Message Object 155 Function Control Register
CAN_MOFGPR155   0xF001A364          Message Object 155 FIFO/Gateway Pointer Register
CAN_MOIPR155    0xF001A368          Message Object 155 Interrupt Pointer Register
CAN_MOAMR155    0xF001A36C          Message Object 155 Acceptance Mask Register
CAN_MODATAL155  0xF001A370          Message Object 155 Data Register Low
CAN_MODATAH155  0xF001A374          Message Object 155 Data Register High
CAN_MOAR155     0xF001A378          Message Object 155 Arbitration Register
CAN_MOCTR155    0xF001A37C          Message Object 155 Control Register
CAN_MOFCR156    0xF001A380          Message Object 156 Function Control Register
CAN_MOFGPR156   0xF001A384          Message Object 156 FIFO/Gateway Pointer Register
CAN_MOIPR156    0xF001A388          Message Object 156 Interrupt Pointer Register
CAN_MOAMR156    0xF001A38C          Message Object 156 Acceptance Mask Register
CAN_MODATAL156  0xF001A390          Message Object 156 Data Register Low
CAN_MODATAH156  0xF001A394          Message Object 156 Data Register High
CAN_MOAR156     0xF001A398          Message Object 156 Arbitration Register
CAN_MOCTR156    0xF001A39C          Message Object 156 Control Register
CAN_MOFCR157    0xF001A3A0          Message Object 157 Function Control Register
CAN_MOFGPR157   0xF001A3A4          Message Object 157 FIFO/Gateway Pointer Register
CAN_MOIPR157    0xF001A3A8          Message Object 157 Interrupt Pointer Register
CAN_MOAMR157    0xF001A3AC          Message Object 157 Acceptance Mask Register
CAN_MODATAL157  0xF001A3B0          Message Object 157 Data Register Low
CAN_MODATAH157  0xF001A3B4          Message Object 157 Data Register High
CAN_MOAR157     0xF001A3B8          Message Object 157 Arbitration Register
CAN_MOCTR157    0xF001A3BC          Message Object 157 Control Register
CAN_MOFCR158    0xF001A3C0          Message Object 158 Function Control Register
CAN_MOFGPR158   0xF001A3C4          Message Object 158 FIFO/Gateway Pointer Register
CAN_MOIPR158    0xF001A3C8          Message Object 158 Interrupt Pointer Register
CAN_MOAMR158    0xF001A3CC          Message Object 158 Acceptance Mask Register
CAN_MODATAL158  0xF001A3D0          Message Object 158 Data Register Low
CAN_MODATAH158  0xF001A3D4          Message Object 158 Data Register High
CAN_MOAR158     0xF001A3D8          Message Object 158 Arbitration Register
CAN_MOCTR158    0xF001A3DC          Message Object 158 Control Register
CAN_MOFCR159    0xF001A3E0          Message Object 159 Function Control Register
CAN_MOFGPR159   0xF001A3E4          Message Object 159 FIFO/Gateway Pointer Register
CAN_MOIPR159    0xF001A3E8          Message Object 159 Interrupt Pointer Register
CAN_MOAMR159    0xF001A3EC          Message Object 159 Acceptance Mask Register
CAN_MODATAL159  0xF001A3F0          Message Object 159 Data Register Low
CAN_MODATAH159  0xF001A3F4          Message Object 159 Data Register High
CAN_MOAR159     0xF001A3F8          Message Object 159 Arbitration Register
CAN_MOCTR159    0xF001A3FC          Message Object 159 Control Register
CAN_MOFCR160    0xF001A400          Message Object 160 Function Control Register
CAN_MOFGPR160   0xF001A404          Message Object 160 FIFO/Gateway Pointer Register
CAN_MOIPR160    0xF001A408          Message Object 160 Interrupt Pointer Register
CAN_MOAMR160    0xF001A40C          Message Object 160 Acceptance Mask Register
CAN_MODATAL160  0xF001A410          Message Object 160 Data Register Low
CAN_MODATAH160  0xF001A414          Message Object 160 Data Register High
CAN_MOAR160     0xF001A418          Message Object 160 Arbitration Register
CAN_MOCTR160    0xF001A41C          Message Object 160 Control Register
CAN_MOFCR161    0xF001A420          Message Object 161 Function Control Register
CAN_MOFGPR161   0xF001A424          Message Object 161 FIFO/Gateway Pointer Register
CAN_MOIPR161    0xF001A428          Message Object 161 Interrupt Pointer Register
CAN_MOAMR161    0xF001A42C          Message Object 161 Acceptance Mask Register
CAN_MODATAL161  0xF001A430          Message Object 161 Data Register Low
CAN_MODATAH161  0xF001A434          Message Object 161 Data Register High
CAN_MOAR161     0xF001A438          Message Object 161 Arbitration Register
CAN_MOCTR161    0xF001A43C          Message Object 161 Control Register
CAN_MOFCR162    0xF001A440          Message Object 162 Function Control Register
CAN_MOFGPR162   0xF001A444          Message Object 162 FIFO/Gateway Pointer Register
CAN_MOIPR162    0xF001A448          Message Object 162 Interrupt Pointer Register
CAN_MOAMR162    0xF001A44C          Message Object 162 Acceptance Mask Register
CAN_MODATAL162  0xF001A450          Message Object 162 Data Register Low
CAN_MODATAH162  0xF001A454          Message Object 162 Data Register High
CAN_MOAR162     0xF001A458          Message Object 162 Arbitration Register
CAN_MOCTR162    0xF001A45C          Message Object 162 Control Register
CAN_MOFCR163    0xF001A460          Message Object 163 Function Control Register
CAN_MOFGPR163   0xF001A464          Message Object 163 FIFO/Gateway Pointer Register
CAN_MOIPR163    0xF001A468          Message Object 163 Interrupt Pointer Register
CAN_MOAMR163    0xF001A46C          Message Object 163 Acceptance Mask Register
CAN_MODATAL163  0xF001A470          Message Object 163 Data Register Low
CAN_MODATAH163  0xF001A474          Message Object 163 Data Register High
CAN_MOAR163     0xF001A478          Message Object 163 Arbitration Register
CAN_MOCTR163    0xF001A47C          Message Object 163 Control Register
CAN_MOFCR164    0xF001A480          Message Object 164 Function Control Register
CAN_MOFGPR164   0xF001A484          Message Object 164 FIFO/Gateway Pointer Register
CAN_MOIPR164    0xF001A488          Message Object 164 Interrupt Pointer Register
CAN_MOAMR164    0xF001A48C          Message Object 164 Acceptance Mask Register
CAN_MODATAL164  0xF001A490          Message Object 164 Data Register Low
CAN_MODATAH164  0xF001A494          Message Object 164 Data Register High
CAN_MOAR164     0xF001A498          Message Object 164 Arbitration Register
CAN_MOCTR164    0xF001A49C          Message Object 164 Control Register
CAN_MOFCR165    0xF001A4A0          Message Object 165 Function Control Register
CAN_MOFGPR165   0xF001A4A4          Message Object 165 FIFO/Gateway Pointer Register
CAN_MOIPR165    0xF001A4A8          Message Object 165 Interrupt Pointer Register
CAN_MOAMR165    0xF001A4AC          Message Object 165 Acceptance Mask Register
CAN_MODATAL165  0xF001A4B0          Message Object 165 Data Register Low
CAN_MODATAH165  0xF001A4B4          Message Object 165 Data Register High
CAN_MOAR165     0xF001A4B8          Message Object 165 Arbitration Register
CAN_MOCTR165    0xF001A4BC          Message Object 165 Control Register
CAN_MOFCR166    0xF001A4C0          Message Object 166 Function Control Register
CAN_MOFGPR166   0xF001A4C4          Message Object 166 FIFO/Gateway Pointer Register
CAN_MOIPR166    0xF001A4C8          Message Object 166 Interrupt Pointer Register
CAN_MOAMR166    0xF001A4CC          Message Object 166 Acceptance Mask Register
CAN_MODATAL166  0xF001A4D0          Message Object 166 Data Register Low
CAN_MODATAH166  0xF001A4D4          Message Object 166 Data Register High
CAN_MOAR166     0xF001A4D8          Message Object 166 Arbitration Register
CAN_MOCTR166    0xF001A4DC          Message Object 166 Control Register
CAN_MOFCR167    0xF001A4E0          Message Object 167 Function Control Register
CAN_MOFGPR167   0xF001A4E4          Message Object 167 FIFO/Gateway Pointer Register
CAN_MOIPR167    0xF001A4E8          Message Object 167 Interrupt Pointer Register
CAN_MOAMR167    0xF001A4EC          Message Object 167 Acceptance Mask Register
CAN_MODATAL167  0xF001A4F0          Message Object 167 Data Register Low
CAN_MODATAH167  0xF001A4F4          Message Object 167 Data Register High
CAN_MOAR167     0xF001A4F8          Message Object 167 Arbitration Register
CAN_MOCTR167    0xF001A4FC          Message Object 167 Control Register
CAN_MOFCR168    0xF001A500          Message Object 168 Function Control Register
CAN_MOFGPR168   0xF001A504          Message Object 168 FIFO/Gateway Pointer Register
CAN_MOIPR168    0xF001A508          Message Object 168 Interrupt Pointer Register
CAN_MOAMR168    0xF001A50C          Message Object 168 Acceptance Mask Register
CAN_MODATAL168  0xF001A510          Message Object 168 Data Register Low
CAN_MODATAH168  0xF001A514          Message Object 168 Data Register High
CAN_MOAR168     0xF001A518          Message Object 168 Arbitration Register
CAN_MOCTR168    0xF001A51C          Message Object 168 Control Register
CAN_MOFCR169    0xF001A520          Message Object 169 Function Control Register
CAN_MOFGPR169   0xF001A524          Message Object 169 FIFO/Gateway Pointer Register
CAN_MOIPR169    0xF001A528          Message Object 169 Interrupt Pointer Register
CAN_MOAMR169    0xF001A52C          Message Object 169 Acceptance Mask Register
CAN_MODATAL169  0xF001A530          Message Object 169 Data Register Low
CAN_MODATAH169  0xF001A534          Message Object 169 Data Register High
CAN_MOAR169     0xF001A538          Message Object 169 Arbitration Register
CAN_MOCTR169    0xF001A53C          Message Object 169 Control Register
CAN_MOFCR170    0xF001A540          Message Object 170 Function Control Register
CAN_MOFGPR170   0xF001A544          Message Object 170 FIFO/Gateway Pointer Register
CAN_MOIPR170    0xF001A548          Message Object 170 Interrupt Pointer Register
CAN_MOAMR170    0xF001A54C          Message Object 170 Acceptance Mask Register
CAN_MODATAL170  0xF001A550          Message Object 170 Data Register Low
CAN_MODATAH170  0xF001A554          Message Object 170 Data Register High
CAN_MOAR170     0xF001A558          Message Object 170 Arbitration Register
CAN_MOCTR170    0xF001A55C          Message Object 170 Control Register
CAN_MOFCR171    0xF001A560          Message Object 171 Function Control Register
CAN_MOFGPR171   0xF001A564          Message Object 171 FIFO/Gateway Pointer Register
CAN_MOIPR171    0xF001A568          Message Object 171 Interrupt Pointer Register
CAN_MOAMR171    0xF001A56C          Message Object 171 Acceptance Mask Register
CAN_MODATAL171  0xF001A570          Message Object 171 Data Register Low
CAN_MODATAH171  0xF001A574          Message Object 171 Data Register High
CAN_MOAR171     0xF001A578          Message Object 171 Arbitration Register
CAN_MOCTR171    0xF001A57C          Message Object 171 Control Register
CAN_MOFCR172    0xF001A580          Message Object 172 Function Control Register
CAN_MOFGPR172   0xF001A584          Message Object 172 FIFO/Gateway Pointer Register
CAN_MOIPR172    0xF001A588          Message Object 172 Interrupt Pointer Register
CAN_MOAMR172    0xF001A58C          Message Object 172 Acceptance Mask Register
CAN_MODATAL172  0xF001A590          Message Object 172 Data Register Low
CAN_MODATAH172  0xF001A594          Message Object 172 Data Register High
CAN_MOAR172     0xF001A598          Message Object 172 Arbitration Register
CAN_MOCTR172    0xF001A59C          Message Object 172 Control Register
CAN_MOFCR173    0xF001A5A0          Message Object 173 Function Control Register
CAN_MOFGPR173   0xF001A5A4          Message Object 173 FIFO/Gateway Pointer Register
CAN_MOIPR173    0xF001A5A8          Message Object 173 Interrupt Pointer Register
CAN_MOAMR173    0xF001A5AC          Message Object 173 Acceptance Mask Register
CAN_MODATAL173  0xF001A5B0          Message Object 173 Data Register Low
CAN_MODATAH173  0xF001A5B4          Message Object 173 Data Register High
CAN_MOAR173     0xF001A5B8          Message Object 173 Arbitration Register
CAN_MOCTR173    0xF001A5BC          Message Object 173 Control Register
CAN_MOFCR174    0xF001A5C0          Message Object 174 Function Control Register
CAN_MOFGPR174   0xF001A5C4          Message Object 174 FIFO/Gateway Pointer Register
CAN_MOIPR174    0xF001A5C8          Message Object 174 Interrupt Pointer Register
CAN_MOAMR174    0xF001A5CC          Message Object 174 Acceptance Mask Register
CAN_MODATAL174  0xF001A5D0          Message Object 174 Data Register Low
CAN_MODATAH174  0xF001A5D4          Message Object 174 Data Register High
CAN_MOAR174     0xF001A5D8          Message Object 174 Arbitration Register
CAN_MOCTR174    0xF001A5DC          Message Object 174 Control Register
CAN_MOFCR175    0xF001A5E0          Message Object 175 Function Control Register
CAN_MOFGPR175   0xF001A5E4          Message Object 175 FIFO/Gateway Pointer Register
CAN_MOIPR175    0xF001A5E8          Message Object 175 Interrupt Pointer Register
CAN_MOAMR175    0xF001A5EC          Message Object 175 Acceptance Mask Register
CAN_MODATAL175  0xF001A5F0          Message Object 175 Data Register Low
CAN_MODATAH175  0xF001A5F4          Message Object 175 Data Register High
CAN_MOAR175     0xF001A5F8          Message Object 175 Arbitration Register
CAN_MOCTR175    0xF001A5FC          Message Object 175 Control Register
CAN_MOFCR176    0xF001A600          Message Object 176 Function Control Register
CAN_MOFGPR176   0xF001A604          Message Object 176 FIFO/Gateway Pointer Register
CAN_MOIPR176    0xF001A608          Message Object 176 Interrupt Pointer Register
CAN_MOAMR176    0xF001A60C          Message Object 176 Acceptance Mask Register
CAN_MODATAL176  0xF001A610          Message Object 176 Data Register Low
CAN_MODATAH176  0xF001A614          Message Object 176 Data Register High
CAN_MOAR176     0xF001A618          Message Object 176 Arbitration Register
CAN_MOCTR176    0xF001A61C          Message Object 176 Control Register
CAN_MOFCR177    0xF001A620          Message Object 177 Function Control Register
CAN_MOFGPR177   0xF001A624          Message Object 177 FIFO/Gateway Pointer Register
CAN_MOIPR177    0xF001A628          Message Object 177 Interrupt Pointer Register
CAN_MOAMR177    0xF001A62C          Message Object 177 Acceptance Mask Register
CAN_MODATAL177  0xF001A630          Message Object 177 Data Register Low
CAN_MODATAH177  0xF001A634          Message Object 177 Data Register High
CAN_MOAR177     0xF001A638          Message Object 177 Arbitration Register
CAN_MOCTR177    0xF001A63C          Message Object 177 Control Register
CAN_MOFCR178    0xF001A640          Message Object 178 Function Control Register
CAN_MOFGPR178   0xF001A644          Message Object 178 FIFO/Gateway Pointer Register
CAN_MOIPR178    0xF001A648          Message Object 178 Interrupt Pointer Register
CAN_MOAMR178    0xF001A64C          Message Object 178 Acceptance Mask Register
CAN_MODATAL178  0xF001A650          Message Object 178 Data Register Low
CAN_MODATAH178  0xF001A654          Message Object 178 Data Register High
CAN_MOAR178     0xF001A658          Message Object 178 Arbitration Register
CAN_MOCTR178    0xF001A65C          Message Object 178 Control Register
CAN_MOFCR179    0xF001A660          Message Object 179 Function Control Register
CAN_MOFGPR179   0xF001A664          Message Object 179 FIFO/Gateway Pointer Register
CAN_MOIPR179    0xF001A668          Message Object 179 Interrupt Pointer Register
CAN_MOAMR179    0xF001A66C          Message Object 179 Acceptance Mask Register
CAN_MODATAL179  0xF001A670          Message Object 179 Data Register Low
CAN_MODATAH179  0xF001A674          Message Object 179 Data Register High
CAN_MOAR179     0xF001A678          Message Object 179 Arbitration Register
CAN_MOCTR179    0xF001A67C          Message Object 179 Control Register
CAN_MOFCR180    0xF001A680          Message Object 180 Function Control Register
CAN_MOFGPR180   0xF001A684          Message Object 180 FIFO/Gateway Pointer Register
CAN_MOIPR180    0xF001A688          Message Object 180 Interrupt Pointer Register
CAN_MOAMR180    0xF001A68C          Message Object 180 Acceptance Mask Register
CAN_MODATAL180  0xF001A690          Message Object 180 Data Register Low
CAN_MODATAH180  0xF001A694          Message Object 180 Data Register High
CAN_MOAR180     0xF001A698          Message Object 180 Arbitration Register
CAN_MOCTR180    0xF001A69C          Message Object 180 Control Register
CAN_MOFCR181    0xF001A6A0          Message Object 181 Function Control Register
CAN_MOFGPR181   0xF001A6A4          Message Object 181 FIFO/Gateway Pointer Register
CAN_MOIPR181    0xF001A6A8          Message Object 181 Interrupt Pointer Register
CAN_MOAMR181    0xF001A6AC          Message Object 181 Acceptance Mask Register
CAN_MODATAL181  0xF001A6B0          Message Object 181 Data Register Low
CAN_MODATAH181  0xF001A6B4          Message Object 181 Data Register High
CAN_MOAR181     0xF001A6B8          Message Object 181 Arbitration Register
CAN_MOCTR181    0xF001A6BC          Message Object 181 Control Register
CAN_MOFCR182    0xF001A6C0          Message Object 182 Function Control Register
CAN_MOFGPR182   0xF001A6C4          Message Object 182 FIFO/Gateway Pointer Register
CAN_MOIPR182    0xF001A6C8          Message Object 182 Interrupt Pointer Register
CAN_MOAMR182    0xF001A6CC          Message Object 182 Acceptance Mask Register
CAN_MODATAL182  0xF001A6D0          Message Object 182 Data Register Low
CAN_MODATAH182  0xF001A6D4          Message Object 182 Data Register High
CAN_MOAR182     0xF001A6D8          Message Object 182 Arbitration Register
CAN_MOCTR182    0xF001A6DC          Message Object 182 Control Register
CAN_MOFCR183    0xF001A6E0          Message Object 183 Function Control Register
CAN_MOFGPR183   0xF001A6E4          Message Object 183 FIFO/Gateway Pointer Register
CAN_MOIPR183    0xF001A6E8          Message Object 183 Interrupt Pointer Register
CAN_MOAMR183    0xF001A6EC          Message Object 183 Acceptance Mask Register
CAN_MODATAL183  0xF001A6F0          Message Object 183 Data Register Low
CAN_MODATAH183  0xF001A6F4          Message Object 183 Data Register High
CAN_MOAR183     0xF001A6F8          Message Object 183 Arbitration Register
CAN_MOCTR183    0xF001A6FC          Message Object 183 Control Register
CAN_MOFCR184    0xF001A700          Message Object 184 Function Control Register
CAN_MOFGPR184   0xF001A704          Message Object 184 FIFO/Gateway Pointer Register
CAN_MOIPR184    0xF001A708          Message Object 184 Interrupt Pointer Register
CAN_MOAMR184    0xF001A70C          Message Object 184 Acceptance Mask Register
CAN_MODATAL184  0xF001A710          Message Object 184 Data Register Low
CAN_MODATAH184  0xF001A714          Message Object 184 Data Register High
CAN_MOAR184     0xF001A718          Message Object 184 Arbitration Register
CAN_MOCTR184    0xF001A71C          Message Object 184 Control Register
CAN_MOFCR185    0xF001A720          Message Object 185 Function Control Register
CAN_MOFGPR185   0xF001A724          Message Object 185 FIFO/Gateway Pointer Register
CAN_MOIPR185    0xF001A728          Message Object 185 Interrupt Pointer Register
CAN_MOAMR185    0xF001A72C          Message Object 185 Acceptance Mask Register
CAN_MODATAL185  0xF001A730          Message Object 185 Data Register Low
CAN_MODATAH185  0xF001A734          Message Object 185 Data Register High
CAN_MOAR185     0xF001A738          Message Object 185 Arbitration Register
CAN_MOCTR185    0xF001A73C          Message Object 185 Control Register
CAN_MOFCR186    0xF001A740          Message Object 186 Function Control Register
CAN_MOFGPR186   0xF001A744          Message Object 186 FIFO/Gateway Pointer Register
CAN_MOIPR186    0xF001A748          Message Object 186 Interrupt Pointer Register
CAN_MOAMR186    0xF001A74C          Message Object 186 Acceptance Mask Register
CAN_MODATAL186  0xF001A750          Message Object 186 Data Register Low
CAN_MODATAH186  0xF001A754          Message Object 186 Data Register High
CAN_MOAR186     0xF001A758          Message Object 186 Arbitration Register
CAN_MOCTR186    0xF001A75C          Message Object 186 Control Register
CAN_MOFCR187    0xF001A760          Message Object 187 Function Control Register
CAN_MOFGPR187   0xF001A764          Message Object 187 FIFO/Gateway Pointer Register
CAN_MOIPR187    0xF001A768          Message Object 187 Interrupt Pointer Register
CAN_MOAMR187    0xF001A76C          Message Object 187 Acceptance Mask Register
CAN_MODATAL187  0xF001A770          Message Object 187 Data Register Low
CAN_MODATAH187  0xF001A774          Message Object 187 Data Register High
CAN_MOAR187     0xF001A778          Message Object 187 Arbitration Register
CAN_MOCTR187    0xF001A77C          Message Object 187 Control Register
CAN_MOFCR188    0xF001A780          Message Object 188 Function Control Register
CAN_MOFGPR188   0xF001A784          Message Object 188 FIFO/Gateway Pointer Register
CAN_MOIPR188    0xF001A788          Message Object 188 Interrupt Pointer Register
CAN_MOAMR188    0xF001A78C          Message Object 188 Acceptance Mask Register
CAN_MODATAL188  0xF001A790          Message Object 188 Data Register Low
CAN_MODATAH188  0xF001A794          Message Object 188 Data Register High
CAN_MOAR188     0xF001A798          Message Object 188 Arbitration Register
CAN_MOCTR188    0xF001A79C          Message Object 188 Control Register
CAN_MOFCR189    0xF001A7A0          Message Object 189 Function Control Register
CAN_MOFGPR189   0xF001A7A4          Message Object 189 FIFO/Gateway Pointer Register
CAN_MOIPR189    0xF001A7A8          Message Object 189 Interrupt Pointer Register
CAN_MOAMR189    0xF001A7AC          Message Object 189 Acceptance Mask Register
CAN_MODATAL189  0xF001A7B0          Message Object 189 Data Register Low
CAN_MODATAH189  0xF001A7B4          Message Object 189 Data Register High
CAN_MOAR189     0xF001A7B8          Message Object 189 Arbitration Register
CAN_MOCTR189    0xF001A7BC          Message Object 189 Control Register
CAN_MOFCR190    0xF001A7C0          Message Object 190 Function Control Register
CAN_MOFGPR190   0xF001A7C4          Message Object 190 FIFO/Gateway Pointer Register
CAN_MOIPR190    0xF001A7C8          Message Object 190 Interrupt Pointer Register
CAN_MOAMR190    0xF001A7CC          Message Object 190 Acceptance Mask Register
CAN_MODATAL190  0xF001A7D0          Message Object 190 Data Register Low
CAN_MODATAH190  0xF001A7D4          Message Object 190 Data Register High
CAN_MOAR190     0xF001A7D8          Message Object 190 Arbitration Register
CAN_MOCTR190    0xF001A7DC          Message Object 190 Control Register
CAN_MOFCR191    0xF001A7E0          Message Object 191 Function Control Register
CAN_MOFGPR191   0xF001A7E4          Message Object 191 FIFO/Gateway Pointer Register
CAN_MOIPR191    0xF001A7E8          Message Object 191 Interrupt Pointer Register
CAN_MOAMR191    0xF001A7EC          Message Object 191 Acceptance Mask Register
CAN_MODATAL191  0xF001A7F0          Message Object 191 Data Register Low
CAN_MODATAH191  0xF001A7F4          Message Object 191 Data Register High
CAN_MOAR191     0xF001A7F8          Message Object 191 Arbitration Register
CAN_MOCTR191    0xF001A7FC          Message Object 191 Control Register
CAN_MOFCR192    0xF001A800          Message Object 192 Function Control Register
CAN_MOFGPR192   0xF001A804          Message Object 192 FIFO/Gateway Pointer Register
CAN_MOIPR192    0xF001A808          Message Object 192 Interrupt Pointer Register
CAN_MOAMR192    0xF001A80C          Message Object 192 Acceptance Mask Register
CAN_MODATAL192  0xF001A810          Message Object 192 Data Register Low
CAN_MODATAH192  0xF001A814          Message Object 192 Data Register High
CAN_MOAR192     0xF001A818          Message Object 192 Arbitration Register
CAN_MOCTR192    0xF001A81C          Message Object 192 Control Register
CAN_MOFCR193    0xF001A820          Message Object 193 Function Control Register
CAN_MOFGPR193   0xF001A824          Message Object 193 FIFO/Gateway Pointer Register
CAN_MOIPR193    0xF001A828          Message Object 193 Interrupt Pointer Register
CAN_MOAMR193    0xF001A82C          Message Object 193 Acceptance Mask Register
CAN_MODATAL193  0xF001A830          Message Object 193 Data Register Low
CAN_MODATAH193  0xF001A834          Message Object 193 Data Register High
CAN_MOAR193     0xF001A838          Message Object 193 Arbitration Register
CAN_MOCTR193    0xF001A83C          Message Object 193 Control Register
CAN_MOFCR194    0xF001A840          Message Object 194 Function Control Register
CAN_MOFGPR194   0xF001A844          Message Object 194 FIFO/Gateway Pointer Register
CAN_MOIPR194    0xF001A848          Message Object 194 Interrupt Pointer Register
CAN_MOAMR194    0xF001A84C          Message Object 194 Acceptance Mask Register
CAN_MODATAL194  0xF001A850          Message Object 194 Data Register Low
CAN_MODATAH194  0xF001A854          Message Object 194 Data Register High
CAN_MOAR194     0xF001A858          Message Object 194 Arbitration Register
CAN_MOCTR194    0xF001A85C          Message Object 194 Control Register
CAN_MOFCR195    0xF001A860          Message Object 195 Function Control Register
CAN_MOFGPR195   0xF001A864          Message Object 195 FIFO/Gateway Pointer Register
CAN_MOIPR195    0xF001A868          Message Object 195 Interrupt Pointer Register
CAN_MOAMR195    0xF001A86C          Message Object 195 Acceptance Mask Register
CAN_MODATAL195  0xF001A870          Message Object 195 Data Register Low
CAN_MODATAH195  0xF001A874          Message Object 195 Data Register High
CAN_MOAR195     0xF001A878          Message Object 195 Arbitration Register
CAN_MOCTR195    0xF001A87C          Message Object 195 Control Register
CAN_MOFCR196    0xF001A880          Message Object 196 Function Control Register
CAN_MOFGPR196   0xF001A884          Message Object 196 FIFO/Gateway Pointer Register
CAN_MOIPR196    0xF001A888          Message Object 196 Interrupt Pointer Register
CAN_MOAMR196    0xF001A88C          Message Object 196 Acceptance Mask Register
CAN_MODATAL196  0xF001A890          Message Object 196 Data Register Low
CAN_MODATAH196  0xF001A894          Message Object 196 Data Register High
CAN_MOAR196     0xF001A898          Message Object 196 Arbitration Register
CAN_MOCTR196    0xF001A89C          Message Object 196 Control Register
CAN_MOFCR197    0xF001A8A0          Message Object 197 Function Control Register
CAN_MOFGPR197   0xF001A8A4          Message Object 197 FIFO/Gateway Pointer Register
CAN_MOIPR197    0xF001A8A8          Message Object 197 Interrupt Pointer Register
CAN_MOAMR197    0xF001A8AC          Message Object 197 Acceptance Mask Register
CAN_MODATAL197  0xF001A8B0          Message Object 197 Data Register Low
CAN_MODATAH197  0xF001A8B4          Message Object 197 Data Register High
CAN_MOAR197     0xF001A8B8          Message Object 197 Arbitration Register
CAN_MOCTR197    0xF001A8BC          Message Object 197 Control Register
CAN_MOFCR198    0xF001A8C0          Message Object 198 Function Control Register
CAN_MOFGPR198   0xF001A8C4          Message Object 198 FIFO/Gateway Pointer Register
CAN_MOIPR198    0xF001A8C8          Message Object 198 Interrupt Pointer Register
CAN_MOAMR198    0xF001A8CC          Message Object 198 Acceptance Mask Register
CAN_MODATAL198  0xF001A8D0          Message Object 198 Data Register Low
CAN_MODATAH198  0xF001A8D4          Message Object 198 Data Register High
CAN_MOAR198     0xF001A8D8          Message Object 198 Arbitration Register
CAN_MOCTR198    0xF001A8DC          Message Object 198 Control Register
CAN_MOFCR199    0xF001A8E0          Message Object 199 Function Control Register
CAN_MOFGPR199   0xF001A8E4          Message Object 199 FIFO/Gateway Pointer Register
CAN_MOIPR199    0xF001A8E8          Message Object 199 Interrupt Pointer Register
CAN_MOAMR199    0xF001A8EC          Message Object 199 Acceptance Mask Register
CAN_MODATAL199  0xF001A8F0          Message Object 199 Data Register Low
CAN_MODATAH199  0xF001A8F4          Message Object 199 Data Register High
CAN_MOAR199     0xF001A8F8          Message Object 199 Arbitration Register
CAN_MOCTR199    0xF001A8FC          Message Object 199 Control Register
CAN_MOFCR200    0xF001A900          Message Object 200 Function Control Register
CAN_MOFGPR200   0xF001A904          Message Object 200 FIFO/Gateway Pointer Register
CAN_MOIPR200    0xF001A908          Message Object 200 Interrupt Pointer Register
CAN_MOAMR200    0xF001A90C          Message Object 200 Acceptance Mask Register
CAN_MODATAL200  0xF001A910          Message Object 200 Data Register Low
CAN_MODATAH200  0xF001A914          Message Object 200 Data Register High
CAN_MOAR200     0xF001A918          Message Object 200 Arbitration Register
CAN_MOCTR200    0xF001A91C          Message Object 200 Control Register
CAN_MOFCR201    0xF001A920          Message Object 201 Function Control Register
CAN_MOFGPR201   0xF001A924          Message Object 201 FIFO/Gateway Pointer Register
CAN_MOIPR201    0xF001A928          Message Object 201 Interrupt Pointer Register
CAN_MOAMR201    0xF001A92C          Message Object 201 Acceptance Mask Register
CAN_MODATAL201  0xF001A930          Message Object 201 Data Register Low
CAN_MODATAH201  0xF001A934          Message Object 201 Data Register High
CAN_MOAR201     0xF001A938          Message Object 201 Arbitration Register
CAN_MOCTR201    0xF001A93C          Message Object 201 Control Register
CAN_MOFCR202    0xF001A940          Message Object 202 Function Control Register
CAN_MOFGPR202   0xF001A944          Message Object 202 FIFO/Gateway Pointer Register
CAN_MOIPR202    0xF001A948          Message Object 202 Interrupt Pointer Register
CAN_MOAMR202    0xF001A94C          Message Object 202 Acceptance Mask Register
CAN_MODATAL202  0xF001A950          Message Object 202 Data Register Low
CAN_MODATAH202  0xF001A954          Message Object 202 Data Register High
CAN_MOAR202     0xF001A958          Message Object 202 Arbitration Register
CAN_MOCTR202    0xF001A95C          Message Object 202 Control Register
CAN_MOFCR203    0xF001A960          Message Object 203 Function Control Register
CAN_MOFGPR203   0xF001A964          Message Object 203 FIFO/Gateway Pointer Register
CAN_MOIPR203    0xF001A968          Message Object 203 Interrupt Pointer Register
CAN_MOAMR203    0xF001A96C          Message Object 203 Acceptance Mask Register
CAN_MODATAL203  0xF001A970          Message Object 203 Data Register Low
CAN_MODATAH203  0xF001A974          Message Object 203 Data Register High
CAN_MOAR203     0xF001A978          Message Object 203 Arbitration Register
CAN_MOCTR203    0xF001A97C          Message Object 203 Control Register
CAN_MOFCR204    0xF001A980          Message Object 204 Function Control Register
CAN_MOFGPR204   0xF001A984          Message Object 204 FIFO/Gateway Pointer Register
CAN_MOIPR204    0xF001A988          Message Object 204 Interrupt Pointer Register
CAN_MOAMR204    0xF001A98C          Message Object 204 Acceptance Mask Register
CAN_MODATAL204  0xF001A990          Message Object 204 Data Register Low
CAN_MODATAH204  0xF001A994          Message Object 204 Data Register High
CAN_MOAR204     0xF001A998          Message Object 204 Arbitration Register
CAN_MOCTR204    0xF001A99C          Message Object 204 Control Register
CAN_MOFCR205    0xF001A9A0          Message Object 205 Function Control Register
CAN_MOFGPR205   0xF001A9A4          Message Object 205 FIFO/Gateway Pointer Register
CAN_MOIPR205    0xF001A9A8          Message Object 205 Interrupt Pointer Register
CAN_MOAMR205    0xF001A9AC          Message Object 205 Acceptance Mask Register
CAN_MODATAL205  0xF001A9B0          Message Object 205 Data Register Low
CAN_MODATAH205  0xF001A9B4          Message Object 205 Data Register High
CAN_MOAR205     0xF001A9B8          Message Object 205 Arbitration Register
CAN_MOCTR205    0xF001A9BC          Message Object 205 Control Register
CAN_MOFCR206    0xF001A9C0          Message Object 206 Function Control Register
CAN_MOFGPR206   0xF001A9C4          Message Object 206 FIFO/Gateway Pointer Register
CAN_MOIPR206    0xF001A9C8          Message Object 206 Interrupt Pointer Register
CAN_MOAMR206    0xF001A9CC          Message Object 206 Acceptance Mask Register
CAN_MODATAL206  0xF001A9D0          Message Object 206 Data Register Low
CAN_MODATAH206  0xF001A9D4          Message Object 206 Data Register High
CAN_MOAR206     0xF001A9D8          Message Object 206 Arbitration Register
CAN_MOCTR206    0xF001A9DC          Message Object 206 Control Register
CAN_MOFCR207    0xF001A9E0          Message Object 207 Function Control Register
CAN_MOFGPR207   0xF001A9E4          Message Object 207 FIFO/Gateway Pointer Register
CAN_MOIPR207    0xF001A9E8          Message Object 207 Interrupt Pointer Register
CAN_MOAMR207    0xF001A9EC          Message Object 207 Acceptance Mask Register
CAN_MODATAL207  0xF001A9F0          Message Object 207 Data Register Low
CAN_MODATAH207  0xF001A9F4          Message Object 207 Data Register High
CAN_MOAR207     0xF001A9F8          Message Object 207 Arbitration Register
CAN_MOCTR207    0xF001A9FC          Message Object 207 Control Register
CAN_MOFCR208    0xF001AA00          Message Object 208 Function Control Register
CAN_MOFGPR208   0xF001AA04          Message Object 208 FIFO/Gateway Pointer Register
CAN_MOIPR208    0xF001AA08          Message Object 208 Interrupt Pointer Register
CAN_MOAMR208    0xF001AA0C          Message Object 208 Acceptance Mask Register
CAN_MODATAL208  0xF001AA10          Message Object 208 Data Register Low
CAN_MODATAH208  0xF001AA14          Message Object 208 Data Register High
CAN_MOAR208     0xF001AA18          Message Object 208 Arbitration Register
CAN_MOCTR208    0xF001AA1C          Message Object 208 Control Register
CAN_MOFCR209    0xF001AA20          Message Object 209 Function Control Register
CAN_MOFGPR209   0xF001AA24          Message Object 209 FIFO/Gateway Pointer Register
CAN_MOIPR209    0xF001AA28          Message Object 209 Interrupt Pointer Register
CAN_MOAMR209    0xF001AA2C          Message Object 209 Acceptance Mask Register
CAN_MODATAL209  0xF001AA30          Message Object 209 Data Register Low
CAN_MODATAH209  0xF001AA34          Message Object 209 Data Register High
CAN_MOAR209     0xF001AA38          Message Object 209 Arbitration Register
CAN_MOCTR209    0xF001AA3C          Message Object 209 Control Register
CAN_MOFCR210    0xF001AA40          Message Object 210 Function Control Register
CAN_MOFGPR210   0xF001AA44          Message Object 210 FIFO/Gateway Pointer Register
CAN_MOIPR210    0xF001AA48          Message Object 210 Interrupt Pointer Register
CAN_MOAMR210    0xF001AA4C          Message Object 210 Acceptance Mask Register
CAN_MODATAL210  0xF001AA50          Message Object 210 Data Register Low
CAN_MODATAH210  0xF001AA54          Message Object 210 Data Register High
CAN_MOAR210     0xF001AA58          Message Object 210 Arbitration Register
CAN_MOCTR210    0xF001AA5C          Message Object 210 Control Register
CAN_MOFCR211    0xF001AA60          Message Object 211 Function Control Register
CAN_MOFGPR211   0xF001AA64          Message Object 211 FIFO/Gateway Pointer Register
CAN_MOIPR211    0xF001AA68          Message Object 211 Interrupt Pointer Register
CAN_MOAMR211    0xF001AA6C          Message Object 211 Acceptance Mask Register
CAN_MODATAL211  0xF001AA70          Message Object 211 Data Register Low
CAN_MODATAH211  0xF001AA74          Message Object 211 Data Register High
CAN_MOAR211     0xF001AA78          Message Object 211 Arbitration Register
CAN_MOCTR211    0xF001AA7C          Message Object 211 Control Register
CAN_MOFCR212    0xF001AA80          Message Object 212 Function Control Register
CAN_MOFGPR212   0xF001AA84          Message Object 212 FIFO/Gateway Pointer Register
CAN_MOIPR212    0xF001AA88          Message Object 212 Interrupt Pointer Register
CAN_MOAMR212    0xF001AA8C          Message Object 212 Acceptance Mask Register
CAN_MODATAL212  0xF001AA90          Message Object 212 Data Register Low
CAN_MODATAH212  0xF001AA94          Message Object 212 Data Register High
CAN_MOAR212     0xF001AA98          Message Object 212 Arbitration Register
CAN_MOCTR212    0xF001AA9C          Message Object 212 Control Register
CAN_MOFCR213    0xF001AAA0          Message Object 213 Function Control Register
CAN_MOFGPR213   0xF001AAA4          Message Object 213 FIFO/Gateway Pointer Register
CAN_MOIPR213    0xF001AAA8          Message Object 213 Interrupt Pointer Register
CAN_MOAMR213    0xF001AAAC          Message Object 213 Acceptance Mask Register
CAN_MODATAL213  0xF001AAB0          Message Object 213 Data Register Low
CAN_MODATAH213  0xF001AAB4          Message Object 213 Data Register High
CAN_MOAR213     0xF001AAB8          Message Object 213 Arbitration Register
CAN_MOCTR213    0xF001AABC          Message Object 213 Control Register
CAN_MOFCR214    0xF001AAC0          Message Object 214 Function Control Register
CAN_MOFGPR214   0xF001AAC4          Message Object 214 FIFO/Gateway Pointer Register
CAN_MOIPR214    0xF001AAC8          Message Object 214 Interrupt Pointer Register
CAN_MOAMR214    0xF001AACC          Message Object 214 Acceptance Mask Register
CAN_MODATAL214  0xF001AAD0          Message Object 214 Data Register Low
CAN_MODATAH214  0xF001AAD4          Message Object 214 Data Register High
CAN_MOAR214     0xF001AAD8          Message Object 214 Arbitration Register
CAN_MOCTR214    0xF001AADC          Message Object 214 Control Register
CAN_MOFCR215    0xF001AAE0          Message Object 215 Function Control Register
CAN_MOFGPR215   0xF001AAE4          Message Object 215 FIFO/Gateway Pointer Register
CAN_MOIPR215    0xF001AAE8          Message Object 215 Interrupt Pointer Register
CAN_MOAMR215    0xF001AAEC          Message Object 215 Acceptance Mask Register
CAN_MODATAL215  0xF001AAF0          Message Object 215 Data Register Low
CAN_MODATAH215  0xF001AAF4          Message Object 215 Data Register High
CAN_MOAR215     0xF001AAF8          Message Object 215 Arbitration Register
CAN_MOCTR215    0xF001AAFC          Message Object 215 Control Register
CAN_MOFCR216    0xF001AB00          Message Object 216 Function Control Register
CAN_MOFGPR216   0xF001AB04          Message Object 216 FIFO/Gateway Pointer Register
CAN_MOIPR216    0xF001AB08          Message Object 216 Interrupt Pointer Register
CAN_MOAMR216    0xF001AB0C          Message Object 216 Acceptance Mask Register
CAN_MODATAL216  0xF001AB10          Message Object 216 Data Register Low
CAN_MODATAH216  0xF001AB14          Message Object 216 Data Register High
CAN_MOAR216     0xF001AB18          Message Object 216 Arbitration Register
CAN_MOCTR216    0xF001AB1C          Message Object 216 Control Register
CAN_MOFCR217    0xF001AB20          Message Object 217 Function Control Register
CAN_MOFGPR217   0xF001AB24          Message Object 217 FIFO/Gateway Pointer Register
CAN_MOIPR217    0xF001AB28          Message Object 217 Interrupt Pointer Register
CAN_MOAMR217    0xF001AB2C          Message Object 217 Acceptance Mask Register
CAN_MODATAL217  0xF001AB30          Message Object 217 Data Register Low
CAN_MODATAH217  0xF001AB34          Message Object 217 Data Register High
CAN_MOAR217     0xF001AB38          Message Object 217 Arbitration Register
CAN_MOCTR217    0xF001AB3C          Message Object 217 Control Register
CAN_MOFCR218    0xF001AB40          Message Object 218 Function Control Register
CAN_MOFGPR218   0xF001AB44          Message Object 218 FIFO/Gateway Pointer Register
CAN_MOIPR218    0xF001AB48          Message Object 218 Interrupt Pointer Register
CAN_MOAMR218    0xF001AB4C          Message Object 218 Acceptance Mask Register
CAN_MODATAL218  0xF001AB50          Message Object 218 Data Register Low
CAN_MODATAH218  0xF001AB54          Message Object 218 Data Register High
CAN_MOAR218     0xF001AB58          Message Object 218 Arbitration Register
CAN_MOCTR218    0xF001AB5C          Message Object 218 Control Register
CAN_MOFCR219    0xF001AB60          Message Object 219 Function Control Register
CAN_MOFGPR219   0xF001AB64          Message Object 219 FIFO/Gateway Pointer Register
CAN_MOIPR219    0xF001AB68          Message Object 219 Interrupt Pointer Register
CAN_MOAMR219    0xF001AB6C          Message Object 219 Acceptance Mask Register
CAN_MODATAL219  0xF001AB70          Message Object 219 Data Register Low
CAN_MODATAH219  0xF001AB74          Message Object 219 Data Register High
CAN_MOAR219     0xF001AB78          Message Object 219 Arbitration Register
CAN_MOCTR219    0xF001AB7C          Message Object 219 Control Register
CAN_MOFCR220    0xF001AB80          Message Object 220 Function Control Register
CAN_MOFGPR220   0xF001AB84          Message Object 220 FIFO/Gateway Pointer Register
CAN_MOIPR220    0xF001AB88          Message Object 220 Interrupt Pointer Register
CAN_MOAMR220    0xF001AB8C          Message Object 220 Acceptance Mask Register
CAN_MODATAL220  0xF001AB90          Message Object 220 Data Register Low
CAN_MODATAH220  0xF001AB94          Message Object 220 Data Register High
CAN_MOAR220     0xF001AB98          Message Object 220 Arbitration Register
CAN_MOCTR220    0xF001AB9C          Message Object 220 Control Register
CAN_MOFCR221    0xF001ABA0          Message Object 221 Function Control Register
CAN_MOFGPR221   0xF001ABA4          Message Object 221 FIFO/Gateway Pointer Register
CAN_MOIPR221    0xF001ABA8          Message Object 221 Interrupt Pointer Register
CAN_MOAMR221    0xF001ABAC          Message Object 221 Acceptance Mask Register
CAN_MODATAL221  0xF001ABB0          Message Object 221 Data Register Low
CAN_MODATAH221  0xF001ABB4          Message Object 221 Data Register High
CAN_MOAR221     0xF001ABB8          Message Object 221 Arbitration Register
CAN_MOCTR221    0xF001ABBC          Message Object 221 Control Register
CAN_MOFCR222    0xF001ABC0          Message Object 222 Function Control Register
CAN_MOFGPR222   0xF001ABC4          Message Object 222 FIFO/Gateway Pointer Register
CAN_MOIPR222    0xF001ABC8          Message Object 222 Interrupt Pointer Register
CAN_MOAMR222    0xF001ABCC          Message Object 222 Acceptance Mask Register
CAN_MODATAL222  0xF001ABD0          Message Object 222 Data Register Low
CAN_MODATAH222  0xF001ABD4          Message Object 222 Data Register High
CAN_MOAR222     0xF001ABD8          Message Object 222 Arbitration Register
CAN_MOCTR222    0xF001ABDC          Message Object 222 Control Register
CAN_MOFCR223    0xF001ABE0          Message Object 223 Function Control Register
CAN_MOFGPR223   0xF001ABE4          Message Object 223 FIFO/Gateway Pointer Register
CAN_MOIPR223    0xF001ABE8          Message Object 223 Interrupt Pointer Register
CAN_MOAMR223    0xF001ABEC          Message Object 223 Acceptance Mask Register
CAN_MODATAL223  0xF001ABF0          Message Object 223 Data Register Low
CAN_MODATAH223  0xF001ABF4          Message Object 223 Data Register High
CAN_MOAR223     0xF001ABF8          Message Object 223 Arbitration Register
CAN_MOCTR223    0xF001ABFC          Message Object 223 Control Register
CAN_MOFCR224    0xF001AC00          Message Object 224 Function Control Register
CAN_MOFGPR224   0xF001AC04          Message Object 224 FIFO/Gateway Pointer Register
CAN_MOIPR224    0xF001AC08          Message Object 224 Interrupt Pointer Register
CAN_MOAMR224    0xF001AC0C          Message Object 224 Acceptance Mask Register
CAN_MODATAL224  0xF001AC10          Message Object 224 Data Register Low
CAN_MODATAH224  0xF001AC14          Message Object 224 Data Register High
CAN_MOAR224     0xF001AC18          Message Object 224 Arbitration Register
CAN_MOCTR224    0xF001AC1C          Message Object 224 Control Register
CAN_MOFCR225    0xF001AC20          Message Object 225 Function Control Register
CAN_MOFGPR225   0xF001AC24          Message Object 225 FIFO/Gateway Pointer Register
CAN_MOIPR225    0xF001AC28          Message Object 225 Interrupt Pointer Register
CAN_MOAMR225    0xF001AC2C          Message Object 225 Acceptance Mask Register
CAN_MODATAL225  0xF001AC30          Message Object 225 Data Register Low
CAN_MODATAH225  0xF001AC34          Message Object 225 Data Register High
CAN_MOAR225     0xF001AC38          Message Object 225 Arbitration Register
CAN_MOCTR225    0xF001AC3C          Message Object 225 Control Register
CAN_MOFCR226    0xF001AC40          Message Object 226 Function Control Register
CAN_MOFGPR226   0xF001AC44          Message Object 226 FIFO/Gateway Pointer Register
CAN_MOIPR226    0xF001AC48          Message Object 226 Interrupt Pointer Register
CAN_MOAMR226    0xF001AC4C          Message Object 226 Acceptance Mask Register
CAN_MODATAL226  0xF001AC50          Message Object 226 Data Register Low
CAN_MODATAH226  0xF001AC54          Message Object 226 Data Register High
CAN_MOAR226     0xF001AC58          Message Object 226 Arbitration Register
CAN_MOCTR226    0xF001AC5C          Message Object 226 Control Register
CAN_MOFCR227    0xF001AC60          Message Object 227 Function Control Register
CAN_MOFGPR227   0xF001AC64          Message Object 227 FIFO/Gateway Pointer Register
CAN_MOIPR227    0xF001AC68          Message Object 227 Interrupt Pointer Register
CAN_MOAMR227    0xF001AC6C          Message Object 227 Acceptance Mask Register
CAN_MODATAL227  0xF001AC70          Message Object 227 Data Register Low
CAN_MODATAH227  0xF001AC74          Message Object 227 Data Register High
CAN_MOAR227     0xF001AC78          Message Object 227 Arbitration Register
CAN_MOCTR227    0xF001AC7C          Message Object 227 Control Register
CAN_MOFCR228    0xF001AC80          Message Object 228 Function Control Register
CAN_MOFGPR228   0xF001AC84          Message Object 228 FIFO/Gateway Pointer Register
CAN_MOIPR228    0xF001AC88          Message Object 228 Interrupt Pointer Register
CAN_MOAMR228    0xF001AC8C          Message Object 228 Acceptance Mask Register
CAN_MODATAL228  0xF001AC90          Message Object 228 Data Register Low
CAN_MODATAH228  0xF001AC94          Message Object 228 Data Register High
CAN_MOAR228     0xF001AC98          Message Object 228 Arbitration Register
CAN_MOCTR228    0xF001AC9C          Message Object 228 Control Register
CAN_MOFCR229    0xF001ACA0          Message Object 229 Function Control Register
CAN_MOFGPR229   0xF001ACA4          Message Object 229 FIFO/Gateway Pointer Register
CAN_MOIPR229    0xF001ACA8          Message Object 229 Interrupt Pointer Register
CAN_MOAMR229    0xF001ACAC          Message Object 229 Acceptance Mask Register
CAN_MODATAL229  0xF001ACB0          Message Object 229 Data Register Low
CAN_MODATAH229  0xF001ACB4          Message Object 229 Data Register High
CAN_MOAR229     0xF001ACB8          Message Object 229 Arbitration Register
CAN_MOCTR229    0xF001ACBC          Message Object 229 Control Register
CAN_MOFCR230    0xF001ACC0          Message Object 230 Function Control Register
CAN_MOFGPR230   0xF001ACC4          Message Object 230 FIFO/Gateway Pointer Register
CAN_MOIPR230    0xF001ACC8          Message Object 230 Interrupt Pointer Register
CAN_MOAMR230    0xF001ACCC          Message Object 230 Acceptance Mask Register
CAN_MODATAL230  0xF001ACD0          Message Object 230 Data Register Low
CAN_MODATAH230  0xF001ACD4          Message Object 230 Data Register High
CAN_MOAR230     0xF001ACD8          Message Object 230 Arbitration Register
CAN_MOCTR230    0xF001ACDC          Message Object 230 Control Register
CAN_MOFCR231    0xF001ACE0          Message Object 231 Function Control Register
CAN_MOFGPR231   0xF001ACE4          Message Object 231 FIFO/Gateway Pointer Register
CAN_MOIPR231    0xF001ACE8          Message Object 231 Interrupt Pointer Register
CAN_MOAMR231    0xF001ACEC          Message Object 231 Acceptance Mask Register
CAN_MODATAL231  0xF001ACF0          Message Object 231 Data Register Low
CAN_MODATAH231  0xF001ACF4          Message Object 231 Data Register High
CAN_MOAR231     0xF001ACF8          Message Object 231 Arbitration Register
CAN_MOCTR231    0xF001ACFC          Message Object 231 Control Register
CAN_MOFCR232    0xF001AD00          Message Object 232 Function Control Register
CAN_MOFGPR232   0xF001AD04          Message Object 232 FIFO/Gateway Pointer Register
CAN_MOIPR232    0xF001AD08          Message Object 232 Interrupt Pointer Register
CAN_MOAMR232    0xF001AD0C          Message Object 232 Acceptance Mask Register
CAN_MODATAL232  0xF001AD10          Message Object 232 Data Register Low
CAN_MODATAH232  0xF001AD14          Message Object 232 Data Register High
CAN_MOAR232     0xF001AD18          Message Object 232 Arbitration Register
CAN_MOCTR232    0xF001AD1C          Message Object 232 Control Register
CAN_MOFCR233    0xF001AD20          Message Object 233 Function Control Register
CAN_MOFGPR233   0xF001AD24          Message Object 233 FIFO/Gateway Pointer Register
CAN_MOIPR233    0xF001AD28          Message Object 233 Interrupt Pointer Register
CAN_MOAMR233    0xF001AD2C          Message Object 233 Acceptance Mask Register
CAN_MODATAL233  0xF001AD30          Message Object 233 Data Register Low
CAN_MODATAH233  0xF001AD34          Message Object 233 Data Register High
CAN_MOAR233     0xF001AD38          Message Object 233 Arbitration Register
CAN_MOCTR233    0xF001AD3C          Message Object 233 Control Register
CAN_MOFCR234    0xF001AD40          Message Object 234 Function Control Register
CAN_MOFGPR234   0xF001AD44          Message Object 234 FIFO/Gateway Pointer Register
CAN_MOIPR234    0xF001AD48          Message Object 234 Interrupt Pointer Register
CAN_MOAMR234    0xF001AD4C          Message Object 234 Acceptance Mask Register
CAN_MODATAL234  0xF001AD50          Message Object 234 Data Register Low
CAN_MODATAH234  0xF001AD54          Message Object 234 Data Register High
CAN_MOAR234     0xF001AD58          Message Object 234 Arbitration Register
CAN_MOCTR234    0xF001AD5C          Message Object 234 Control Register
CAN_MOFCR235    0xF001AD60          Message Object 235 Function Control Register
CAN_MOFGPR235   0xF001AD64          Message Object 235 FIFO/Gateway Pointer Register
CAN_MOIPR235    0xF001AD68          Message Object 235 Interrupt Pointer Register
CAN_MOAMR235    0xF001AD6C          Message Object 235 Acceptance Mask Register
CAN_MODATAL235  0xF001AD70          Message Object 235 Data Register Low
CAN_MODATAH235  0xF001AD74          Message Object 235 Data Register High
CAN_MOAR235     0xF001AD78          Message Object 235 Arbitration Register
CAN_MOCTR235    0xF001AD7C          Message Object 235 Control Register
CAN_MOFCR236    0xF001AD80          Message Object 236 Function Control Register
CAN_MOFGPR236   0xF001AD84          Message Object 236 FIFO/Gateway Pointer Register
CAN_MOIPR236    0xF001AD88          Message Object 236 Interrupt Pointer Register
CAN_MOAMR236    0xF001AD8C          Message Object 236 Acceptance Mask Register
CAN_MODATAL236  0xF001AD90          Message Object 236 Data Register Low
CAN_MODATAH236  0xF001AD94          Message Object 236 Data Register High
CAN_MOAR236     0xF001AD98          Message Object 236 Arbitration Register
CAN_MOCTR236    0xF001AD9C          Message Object 236 Control Register
CAN_MOFCR237    0xF001ADA0          Message Object 237 Function Control Register
CAN_MOFGPR237   0xF001ADA4          Message Object 237 FIFO/Gateway Pointer Register
CAN_MOIPR237    0xF001ADA8          Message Object 237 Interrupt Pointer Register
CAN_MOAMR237    0xF001ADAC          Message Object 237 Acceptance Mask Register
CAN_MODATAL237  0xF001ADB0          Message Object 237 Data Register Low
CAN_MODATAH237  0xF001ADB4          Message Object 237 Data Register High
CAN_MOAR237     0xF001ADB8          Message Object 237 Arbitration Register
CAN_MOCTR237    0xF001ADBC          Message Object 237 Control Register
CAN_MOFCR238    0xF001ADC0          Message Object 238 Function Control Register
CAN_MOFGPR238   0xF001ADC4          Message Object 238 FIFO/Gateway Pointer Register
CAN_MOIPR238    0xF001ADC8          Message Object 238 Interrupt Pointer Register
CAN_MOAMR238    0xF001ADCC          Message Object 238 Acceptance Mask Register
CAN_MODATAL238  0xF001ADD0          Message Object 238 Data Register Low
CAN_MODATAH238  0xF001ADD4          Message Object 238 Data Register High
CAN_MOAR238     0xF001ADD8          Message Object 238 Arbitration Register
CAN_MOCTR238    0xF001ADDC          Message Object 238 Control Register
CAN_MOFCR239    0xF001ADE0          Message Object 239 Function Control Register
CAN_MOFGPR239   0xF001ADE4          Message Object 239 FIFO/Gateway Pointer Register
CAN_MOIPR239    0xF001ADE8          Message Object 239 Interrupt Pointer Register
CAN_MOAMR239    0xF001ADEC          Message Object 239 Acceptance Mask Register
CAN_MODATAL239  0xF001ADF0          Message Object 239 Data Register Low
CAN_MODATAH239  0xF001ADF4          Message Object 239 Data Register High
CAN_MOAR239     0xF001ADF8          Message Object 239 Arbitration Register
CAN_MOCTR239    0xF001ADFC          Message Object 239 Control Register
CAN_MOFCR240    0xF001AE00          Message Object 240 Function Control Register
CAN_MOFGPR240   0xF001AE04          Message Object 240 FIFO/Gateway Pointer Register
CAN_MOIPR240    0xF001AE08          Message Object 240 Interrupt Pointer Register
CAN_MOAMR240    0xF001AE0C          Message Object 240 Acceptance Mask Register
CAN_MODATAL240  0xF001AE10          Message Object 240 Data Register Low
CAN_MODATAH240  0xF001AE14          Message Object 240 Data Register High
CAN_MOAR240     0xF001AE18          Message Object 240 Arbitration Register
CAN_MOCTR240    0xF001AE1C          Message Object 240 Control Register
CAN_MOFCR241    0xF001AE20          Message Object 241 Function Control Register
CAN_MOFGPR241   0xF001AE24          Message Object 241 FIFO/Gateway Pointer Register
CAN_MOIPR241    0xF001AE28          Message Object 241 Interrupt Pointer Register
CAN_MOAMR241    0xF001AE2C          Message Object 241 Acceptance Mask Register
CAN_MODATAL241  0xF001AE30          Message Object 241 Data Register Low
CAN_MODATAH241  0xF001AE34          Message Object 241 Data Register High
CAN_MOAR241     0xF001AE38          Message Object 241 Arbitration Register
CAN_MOCTR241    0xF001AE3C          Message Object 241 Control Register
CAN_MOFCR242    0xF001AE40          Message Object 242 Function Control Register
CAN_MOFGPR242   0xF001AE44          Message Object 242 FIFO/Gateway Pointer Register
CAN_MOIPR242    0xF001AE48          Message Object 242 Interrupt Pointer Register
CAN_MOAMR242    0xF001AE4C          Message Object 242 Acceptance Mask Register
CAN_MODATAL242  0xF001AE50          Message Object 242 Data Register Low
CAN_MODATAH242  0xF001AE54          Message Object 242 Data Register High
CAN_MOAR242     0xF001AE58          Message Object 242 Arbitration Register
CAN_MOCTR242    0xF001AE5C          Message Object 242 Control Register
CAN_MOFCR243    0xF001AE60          Message Object 243 Function Control Register
CAN_MOFGPR243   0xF001AE64          Message Object 243 FIFO/Gateway Pointer Register
CAN_MOIPR243    0xF001AE68          Message Object 243 Interrupt Pointer Register
CAN_MOAMR243    0xF001AE6C          Message Object 243 Acceptance Mask Register
CAN_MODATAL243  0xF001AE70          Message Object 243 Data Register Low
CAN_MODATAH243  0xF001AE74          Message Object 243 Data Register High
CAN_MOAR243     0xF001AE78          Message Object 243 Arbitration Register
CAN_MOCTR243    0xF001AE7C          Message Object 243 Control Register
CAN_MOFCR244    0xF001AE80          Message Object 244 Function Control Register
CAN_MOFGPR244   0xF001AE84          Message Object 244 FIFO/Gateway Pointer Register
CAN_MOIPR244    0xF001AE88          Message Object 244 Interrupt Pointer Register
CAN_MOAMR244    0xF001AE8C          Message Object 244 Acceptance Mask Register
CAN_MODATAL244  0xF001AE90          Message Object 244 Data Register Low
CAN_MODATAH244  0xF001AE94          Message Object 244 Data Register High
CAN_MOAR244     0xF001AE98          Message Object 244 Arbitration Register
CAN_MOCTR244    0xF001AE9C          Message Object 244 Control Register
CAN_MOFCR245    0xF001AEA0          Message Object 245 Function Control Register
CAN_MOFGPR245   0xF001AEA4          Message Object 245 FIFO/Gateway Pointer Register
CAN_MOIPR245    0xF001AEA8          Message Object 245 Interrupt Pointer Register
CAN_MOAMR245    0xF001AEAC          Message Object 245 Acceptance Mask Register
CAN_MODATAL245  0xF001AEB0          Message Object 245 Data Register Low
CAN_MODATAH245  0xF001AEB4          Message Object 245 Data Register High
CAN_MOAR245     0xF001AEB8          Message Object 245 Arbitration Register
CAN_MOCTR245    0xF001AEBC          Message Object 245 Control Register
CAN_MOFCR246    0xF001AEC0          Message Object 246 Function Control Register
CAN_MOFGPR246   0xF001AEC4          Message Object 246 FIFO/Gateway Pointer Register
CAN_MOIPR246    0xF001AEC8          Message Object 246 Interrupt Pointer Register
CAN_MOAMR246    0xF001AECC          Message Object 246 Acceptance Mask Register
CAN_MODATAL246  0xF001AED0          Message Object 246 Data Register Low
CAN_MODATAH246  0xF001AED4          Message Object 246 Data Register High
CAN_MOAR246     0xF001AED8          Message Object 246 Arbitration Register
CAN_MOCTR246    0xF001AEDC          Message Object 246 Control Register
CAN_MOFCR247    0xF001AEE0          Message Object 247 Function Control Register
CAN_MOFGPR247   0xF001AEE4          Message Object 247 FIFO/Gateway Pointer Register
CAN_MOIPR247    0xF001AEE8          Message Object 247 Interrupt Pointer Register
CAN_MOAMR247    0xF001AEEC          Message Object 247 Acceptance Mask Register
CAN_MODATAL247  0xF001AEF0          Message Object 247 Data Register Low
CAN_MODATAH247  0xF001AEF4          Message Object 247 Data Register High
CAN_MOAR247     0xF001AEF8          Message Object 247 Arbitration Register
CAN_MOCTR247    0xF001AEFC          Message Object 247 Control Register
CAN_MOFCR248    0xF001AF00          Message Object 248 Function Control Register
CAN_MOFGPR248   0xF001AF04          Message Object 248 FIFO/Gateway Pointer Register
CAN_MOIPR248    0xF001AF08          Message Object 248 Interrupt Pointer Register
CAN_MOAMR248    0xF001AF0C          Message Object 248 Acceptance Mask Register
CAN_MODATAL248  0xF001AF10          Message Object 248 Data Register Low
CAN_MODATAH248  0xF001AF14          Message Object 248 Data Register High
CAN_MOAR248     0xF001AF18          Message Object 248 Arbitration Register
CAN_MOCTR248    0xF001AF1C          Message Object 248 Control Register
CAN_MOFCR249    0xF001AF20          Message Object 249 Function Control Register
CAN_MOFGPR249   0xF001AF24          Message Object 249 FIFO/Gateway Pointer Register
CAN_MOIPR249    0xF001AF28          Message Object 249 Interrupt Pointer Register
CAN_MOAMR249    0xF001AF2C          Message Object 249 Acceptance Mask Register
CAN_MODATAL249  0xF001AF30          Message Object 249 Data Register Low
CAN_MODATAH249  0xF001AF34          Message Object 249 Data Register High
CAN_MOAR249     0xF001AF38          Message Object 249 Arbitration Register
CAN_MOCTR249    0xF001AF3C          Message Object 249 Control Register
CAN_MOFCR250    0xF001AF40          Message Object 250 Function Control Register
CAN_MOFGPR250   0xF001AF44          Message Object 250 FIFO/Gateway Pointer Register
CAN_MOIPR250    0xF001AF48          Message Object 250 Interrupt Pointer Register
CAN_MOAMR250    0xF001AF4C          Message Object 250 Acceptance Mask Register
CAN_MODATAL250  0xF001AF50          Message Object 250 Data Register Low
CAN_MODATAH250  0xF001AF54          Message Object 250 Data Register High
CAN_MOAR250     0xF001AF58          Message Object 250 Arbitration Register
CAN_MOCTR250    0xF001AF5C          Message Object 250 Control Register
CAN_MOFCR251    0xF001AF60          Message Object 251 Function Control Register
CAN_MOFGPR251   0xF001AF64          Message Object 251 FIFO/Gateway Pointer Register
CAN_MOIPR251    0xF001AF68          Message Object 251 Interrupt Pointer Register
CAN_MOAMR251    0xF001AF6C          Message Object 251 Acceptance Mask Register
CAN_MODATAL251  0xF001AF70          Message Object 251 Data Register Low
CAN_MODATAH251  0xF001AF74          Message Object 251 Data Register High
CAN_MOAR251     0xF001AF78          Message Object 251 Arbitration Register
CAN_MOCTR251    0xF001AF7C          Message Object 251 Control Register
CAN_MOFCR252    0xF001AF80          Message Object 252 Function Control Register
CAN_MOFGPR252   0xF001AF84          Message Object 252 FIFO/Gateway Pointer Register
CAN_MOIPR252    0xF001AF88          Message Object 252 Interrupt Pointer Register
CAN_MOAMR252    0xF001AF8C          Message Object 252 Acceptance Mask Register
CAN_MODATAL252  0xF001AF90          Message Object 252 Data Register Low
CAN_MODATAH252  0xF001AF94          Message Object 252 Data Register High
CAN_MOAR252     0xF001AF98          Message Object 252 Arbitration Register
CAN_MOCTR252    0xF001AF9C          Message Object 252 Control Register
CAN_MOFCR253    0xF001AFA0          Message Object 253 Function Control Register
CAN_MOFGPR253   0xF001AFA4          Message Object 253 FIFO/Gateway Pointer Register
CAN_MOIPR253    0xF001AFA8          Message Object 253 Interrupt Pointer Register
CAN_MOAMR253    0xF001AFAC          Message Object 253 Acceptance Mask Register
CAN_MODATAL253  0xF001AFB0          Message Object 253 Data Register Low
CAN_MODATAH253  0xF001AFB4          Message Object 253 Data Register High
CAN_MOAR253     0xF001AFB8          Message Object 253 Arbitration Register
CAN_MOCTR253    0xF001AFBC          Message Object 253 Control Register
CAN_MOFCR254    0xF001AFC0          Message Object 254 Function Control Register
CAN_MOFGPR254   0xF001AFC4          Message Object 254 FIFO/Gateway Pointer Register
CAN_MOIPR254    0xF001AFC8          Message Object 254 Interrupt Pointer Register
CAN_MOAMR254    0xF001AFCC          Message Object 254 Acceptance Mask Register
CAN_MODATAL254  0xF001AFD0          Message Object 254 Data Register Low
CAN_MODATAH254  0xF001AFD4          Message Object 254 Data Register High
CAN_MOAR254     0xF001AFD8          Message Object 254 Arbitration Register
CAN_MOCTR254    0xF001AFDC          Message Object 254 Control Register
CAN_MOFCR255    0xF001AFE0          Message Object 255 Function Control Register
CAN_MOFGPR255   0xF001AFE4          Message Object 255 FIFO/Gateway Pointer Register
CAN_MOIPR255    0xF001AFE8          Message Object 255 Interrupt Pointer Register
CAN_MOAMR255    0xF001AFEC          Message Object 255 Acceptance Mask Register
CAN_MODATAL255  0xF001AFF0          Message Object 255 Data Register Low
CAN_MODATAH255  0xF001AFF4          Message Object 255 Data Register High
CAN_MOAR255     0xF001AFF8          Message Object 255 Arbitration Register
CAN_MOCTR255    0xF001AFFC          Message Object 255 Control Register
ERAY_CLC        0xF001C000          Clock Control Register
ERAY_CUST1      0xF001C004          Busy and Input Buffer Control Register
ERAY_ID         0xF001C008          Module Identification Register
ERAY_CUST3      0xF001C00C          Customer Interface Timeout Counter
ERAY_TEST1      0xF001C010          Test Register 1
ERAY_TEST2      0xF001C014          Test Register 2
ERAY_LCK        0xF001C01C          Lock Register
ERAY_EIR        0xF001C020          Error Service Request Register
ERAY_SIR        0xF001C024          Status Service Request Register
ERAY_EILS       0xF001C028          Error Service Request Line Select
ERAY_SILS       0xF001C02C          Status Service Request Line Select
ERAY_EIES       0xF001C030          Error Service Request Enable Set
ERAY_EIER       0xF001C034          Error Service Request Enable Reset
ERAY_SIES       0xF001C038          Status Service Request Enable Set
ERAY_SIER       0xF001C03C          Status Service Request Enable Reset
ERAY_ILE        0xF001C040          Service Request Line Enable
ERAY_T0C        0xF001C044          Timer 0 Configuration
ERAY_T1C        0xF001C048          Timer 1 Configuration
ERAY_STPW1      0xF001C04C          Stop Watch Register 1
ERAY_STPW2      0xF001C050          Stop Watch Register 2
ERAY_SUCC1      0xF001C080          SUC Configuration Register 1
ERAY_SUCC2      0xF001C084          SUC Configuration Register 2
ERAY_SUCC3      0xF001C088          SUC Configuration Register 3
ERAY_NEMC       0xF001C08C          NEM Configuration Register
ERAY_PRTC1      0xF001C090          PRT Configuration Register 1
ERAY_PRTC2      0xF001C094          PRT Configuration Register 2
ERAY_MHDC       0xF001C098          MHD Configuration Register
ERAY_GTUC01     0xF001C0A0          GTU Configuration Register 1
ERAY_GTUC02     0xF001C0A4          GTU Configuration Register 2
ERAY_GTUC03     0xF001C0A8          GTU Configuration Register 3
ERAY_GTUC04     0xF001C0AC          GTU Configuration Register 4
ERAY_GTUC05     0xF001C0B0          GTU Configuration Register 5
ERAY_GTUC06     0xF001C0B4          GTU Configuration Register 6
ERAY_GTUC07     0xF001C0B8          GTU Configuration Register 7
ERAY_GTUC08     0xF001C0BC          GTU Configuration Register 8
ERAY_GTUC09     0xF001C0C0          GTU Configuration Register 9
ERAY_GTUC10     0xF001C0C4          GTU Configuration Register 10
ERAY_GTUC11     0xF001C0C8          GTU Configuration Register 11
ERAY_CCSV       0xF001C100          Communication Controller Status Vector
ERAY_CCEV       0xF001C104          Communication Controller Error Vector
ERAY_SCV        0xF001C110          Slot Counter Value
ERAY_MTCCV      0xF001C114          Macrotick and Cycle Counter Value
ERAY_RCV        0xF001C118          Rate Correction Value
ERAY_OCV        0xF001C11C          Offset Correction Value
ERAY_SFS        0xF001C120          SYNC Frame Status
ERAY_SWNIT      0xF001C124          Symbol Window and Network Idle Time Status
ERAY_ACS        0xF001C128          Aggregated Channel Status
ERAY_ESID01     0xF001C130          Even Sync ID Symbol Window 01
ERAY_ESID02     0xF001C134          Even Sync ID Symbol Window 02
ERAY_ESID03     0xF001C138          Even Sync ID Symbol Window 03
ERAY_ESID04     0xF001C13C          Even Sync ID Symbol Window 04
ERAY_ESID05     0xF001C140          Even Sync ID Symbol Window 05
ERAY_ESID06     0xF001C144          Even Sync ID Symbol Window 06
ERAY_ESID07     0xF001C148          Even Sync ID Symbol Window 07
ERAY_ESID08     0xF001C14C          Even Sync ID Symbol Window 08
ERAY_ESID09     0xF001C150          Even Sync ID Symbol Window 09
ERAY_ESID10     0xF001C154          Even Sync ID Symbol Window 10
ERAY_ESID11     0xF001C158          Even Sync ID Symbol Window 11
ERAY_ESID12     0xF001C15C          Even Sync ID Symbol Window 12
ERAY_ESID13     0xF001C160          Even Sync ID Symbol Window 13
ERAY_ESID14     0xF001C164          Even Sync ID Symbol Window 14
ERAY_ESID15     0xF001C168          Even Sync ID Symbol Window 15
ERAY_OSID01     0xF001C170          Odd Sync ID Symbol Window 01
ERAY_OSID02     0xF001C174          Odd Sync ID Symbol Window 02
ERAY_OSID03     0xF001C178          Odd Sync ID Symbol Window 03
ERAY_OSID04     0xF001C17C          Odd Sync ID Symbol Window 04
ERAY_OSID05     0xF001C180          Odd Sync ID Symbol Window 05
ERAY_OSID06     0xF001C184          Odd Sync ID Symbol Window 06
ERAY_OSID07     0xF001C188          Odd Sync ID Symbol Window 07
ERAY_OSID08     0xF001C18C          Odd Sync ID Symbol Window 08
ERAY_OSID09     0xF001C190          Odd Sync ID Symbol Window 09
ERAY_OSID10     0xF001C194          Odd Sync ID Symbol Window 10
ERAY_OSID11     0xF001C198          Odd Sync ID Symbol Window 11
ERAY_OSID12     0xF001C19C          Odd Sync ID Symbol Window 12
ERAY_OSID13     0xF001C1A0          Odd Sync ID Symbol Window 13
ERAY_OSID14     0xF001C1A4          Odd Sync ID Symbol Window 14
ERAY_OSID15     0xF001C1A8          Odd Sync ID Symbol Window 15
ERAY_NMV1       0xF001C1B0          Network Management Vector 1
ERAY_NMV2       0xF001C1B4          Network Management Vector 2
ERAY_NMV3       0xF001C1B8          Network Management Vector 3
ERAY_MRC        0xF001C300          Message RAM Configuration
ERAY_FRF        0xF001C304          FIFO Rejection Filter
ERAY_FRFM       0xF001C308          FIFO Rejection Filter Mask
ERAY_FCL        0xF001C30C          FIFO Critical Level
ERAY_MHDS       0xF001C310          Message Handler Status
ERAY_LDTS       0xF001C314          Last Dynamic Transmit Slot
ERAY_FSR        0xF001C318          FIFO Status Register
ERAY_MHDF       0xF001C31C          Message Handler Constraints Flags
ERAY_TXRQ1      0xF001C320          Transmission Request Register 1
ERAY_TXRQ2      0xF001C324          Transmission Request Register 2
ERAY_TXRQ3      0xF001C328          Transmission Request Register 3
ERAY_TXRQ4      0xF001C32C          Transmission Request Register 4
ERAY_NDAT1      0xF001C330          New Data Register 1
ERAY_NDAT2      0xF001C334          New Data Register 2
ERAY_NDAT3      0xF001C338          New Data Register 3
ERAY_NDAT4      0xF001C33C          New Data Register 4
ERAY_MBSC1      0xF001C340          Message Buffer Status Changed 1
ERAY_MBSC2      0xF001C344          Message Buffer Status Changed 2
ERAY_MBSC3      0xF001C348          Message Buffer Status Changed 3
ERAY_MBSC4      0xF001C34C          Message Buffer Status Changed 4
ERAY_NDIC1      0xF001C3A8          New Data Interrupt Control 1
ERAY_NDIC2      0xF001C3AC          New Data Interrupt Control 2
ERAY_NDIC3      0xF001C3B0          New Data Interrupt Control 3
ERAY_NDIC4      0xF001C3B4          New Data Interrupt Control 4
ERAY_MSIC1      0xF001C3B8          Message Buffer Status Changed Interrupt Control 1
ERAY_MSIC2      0xF001C3BC          Message Buffer Status Changed Interrupt Control 2
ERAY_MSIC3      0xF001C3C0          Message Buffer Status Changed Interrupt Control 3
ERAY_MSIC4      0xF001C3C4          Message Buffer Status Changed Interrupt Control 4
ERAY_CREL       0xF001C3F0          Core Release Register
ERAY_ENDN       0xF001C3F4          Endian Register
ERAY_WRDS01     0xF001C400          Write Data Section 01
ERAY_WRDS02     0xF001C404          Write Data Section 02
ERAY_WRDS03     0xF001C408          Write Data Section 03
ERAY_WRDS04     0xF001C40C          Write Data Section 04
ERAY_WRDS05     0xF001C410          Write Data Section 05
ERAY_WRDS06     0xF001C414          Write Data Section 06
ERAY_WRDS07     0xF001C418          Write Data Section 07
ERAY_WRDS08     0xF001C41C          Write Data Section 08
ERAY_WRDS09     0xF001C420          Write Data Section 09
ERAY_WRDS10     0xF001C424          Write Data Section 10
ERAY_WRDS11     0xF001C428          Write Data Section 11
ERAY_WRDS12     0xF001C42C          Write Data Section 12
ERAY_WRDS13     0xF001C430          Write Data Section 13
ERAY_WRDS14     0xF001C434          Write Data Section 14
ERAY_WRDS15     0xF001C438          Write Data Section 15
ERAY_WRDS16     0xF001C43C          Write Data Section 16
ERAY_WRDS17     0xF001C440          Write Data Section 17
ERAY_WRDS18     0xF001C444          Write Data Section 18
ERAY_WRDS19     0xF001C448          Write Data Section 19
ERAY_WRDS20     0xF001C44C          Write Data Section 20
ERAY_WRDS21     0xF001C450          Write Data Section 21
ERAY_WRDS22     0xF001C454          Write Data Section 22
ERAY_WRDS23     0xF001C458          Write Data Section 23
ERAY_WRDS24     0xF001C45C          Write Data Section 24
ERAY_WRDS25     0xF001C460          Write Data Section 25
ERAY_WRDS26     0xF001C464          Write Data Section 26
ERAY_WRDS27     0xF001C468          Write Data Section 27
ERAY_WRDS28     0xF001C46C          Write Data Section 28
ERAY_WRDS29     0xF001C470          Write Data Section 29
ERAY_WRDS30     0xF001C474          Write Data Section 30
ERAY_WRDS31     0xF001C478          Write Data Section 31
ERAY_WRDS32     0xF001C47C          Write Data Section 32
ERAY_WRDS33     0xF001C480          Write Data Section 33
ERAY_WRDS34     0xF001C484          Write Data Section 34
ERAY_WRDS35     0xF001C488          Write Data Section 35
ERAY_WRDS36     0xF001C48C          Write Data Section 36
ERAY_WRDS37     0xF001C490          Write Data Section 37
ERAY_WRDS38     0xF001C494          Write Data Section 38
ERAY_WRDS39     0xF001C498          Write Data Section 39
ERAY_WRDS40     0xF001C49C          Write Data Section 40
ERAY_WRDS41     0xF001C4A0          Write Data Section 41
ERAY_WRDS42     0xF001C4A4          Write Data Section 42
ERAY_WRDS43     0xF001C4A8          Write Data Section 43
ERAY_WRDS44     0xF001C4AC          Write Data Section 44
ERAY_WRDS45     0xF001C4B0          Write Data Section 45
ERAY_WRDS46     0xF001C4B4          Write Data Section 46
ERAY_WRDS47     0xF001C4B8          Write Data Section 47
ERAY_WRDS48     0xF001C4BC          Write Data Section 48
ERAY_WRDS49     0xF001C4C0          Write Data Section 49
ERAY_WRDS50     0xF001C4C4          Write Data Section 50
ERAY_WRDS51     0xF001C4C8          Write Data Section 51
ERAY_WRDS52     0xF001C4CC          Write Data Section 52
ERAY_WRDS53     0xF001C4D0          Write Data Section 53
ERAY_WRDS54     0xF001C4D4          Write Data Section 54
ERAY_WRDS55     0xF001C4D8          Write Data Section 55
ERAY_WRDS56     0xF001C4DC          Write Data Section 56
ERAY_WRDS57     0xF001C4E0          Write Data Section 57
ERAY_WRDS58     0xF001C4E4          Write Data Section 58
ERAY_WRDS59     0xF001C4E8          Write Data Section 59
ERAY_WRDS60     0xF001C4EC          Write Data Section 60
ERAY_WRDS61     0xF001C4F0          Write Data Section 61
ERAY_WRDS62     0xF001C4F4          Write Data Section 62
ERAY_WRDS63     0xF001C4F8          Write Data Section 63
ERAY_WRDS64     0xF001C4FC          Write Data Section 64
ERAY_WRHS1      0xF001C500          Write Header Section 1
ERAY_WRHS2      0xF001C504          Write Header Section 2
ERAY_WRHS3      0xF001C508          Write Header Section 3
ERAY_IBCM       0xF001C510          Input Buffer Command Mask
ERAY_IBCR       0xF001C514          Input Buffer Command Request
ERAY_RDDS01     0xF001C600          Read Data Section 01
ERAY_RDDS02     0xF001C604          Read Data Section 02
ERAY_RDDS03     0xF001C608          Read Data Section 03
ERAY_RDDS04     0xF001C60C          Read Data Section 04
ERAY_RDDS05     0xF001C610          Read Data Section 05
ERAY_RDDS06     0xF001C614          Read Data Section 06
ERAY_RDDS07     0xF001C618          Read Data Section 07
ERAY_RDDS08     0xF001C61C          Read Data Section 08
ERAY_RDDS09     0xF001C620          Read Data Section 09
ERAY_RDDS10     0xF001C624          Read Data Section 10
ERAY_RDDS11     0xF001C628          Read Data Section 11
ERAY_RDDS12     0xF001C62C          Read Data Section 12
ERAY_RDDS13     0xF001C630          Read Data Section 13
ERAY_RDDS14     0xF001C634          Read Data Section 14
ERAY_RDDS15     0xF001C638          Read Data Section 15
ERAY_RDDS16     0xF001C63C          Read Data Section 16
ERAY_RDDS17     0xF001C640          Read Data Section 17
ERAY_RDDS18     0xF001C644          Read Data Section 18
ERAY_RDDS19     0xF001C648          Read Data Section 19
ERAY_RDDS20     0xF001C64C          Read Data Section 20
ERAY_RDDS21     0xF001C650          Read Data Section 21
ERAY_RDDS22     0xF001C654          Read Data Section 22
ERAY_RDDS23     0xF001C658          Read Data Section 23
ERAY_RDDS24     0xF001C65C          Read Data Section 24
ERAY_RDDS25     0xF001C660          Read Data Section 25
ERAY_RDDS26     0xF001C664          Read Data Section 26
ERAY_RDDS27     0xF001C668          Read Data Section 27
ERAY_RDDS28     0xF001C66C          Read Data Section 28
ERAY_RDDS29     0xF001C670          Read Data Section 29
ERAY_RDDS30     0xF001C674          Read Data Section 30
ERAY_RDDS31     0xF001C678          Read Data Section 31
ERAY_RDDS32     0xF001C67C          Read Data Section 32
ERAY_RDDS33     0xF001C680          Read Data Section 33
ERAY_RDDS34     0xF001C684          Read Data Section 34
ERAY_RDDS35     0xF001C688          Read Data Section 35
ERAY_RDDS36     0xF001C68C          Read Data Section 36
ERAY_RDDS37     0xF001C690          Read Data Section 37
ERAY_RDDS38     0xF001C694          Read Data Section 38
ERAY_RDDS39     0xF001C698          Read Data Section 39
ERAY_RDDS40     0xF001C69C          Read Data Section 40
ERAY_RDDS41     0xF001C6A0          Read Data Section 41
ERAY_RDDS42     0xF001C6A4          Read Data Section 42
ERAY_RDDS43     0xF001C6A8          Read Data Section 43
ERAY_RDDS44     0xF001C6AC          Read Data Section 44
ERAY_RDDS45     0xF001C6B0          Read Data Section 45
ERAY_RDDS46     0xF001C6B4          Read Data Section 46
ERAY_RDDS47     0xF001C6B8          Read Data Section 47
ERAY_RDDS48     0xF001C6BC          Read Data Section 48
ERAY_RDDS49     0xF001C6C0          Read Data Section 49
ERAY_RDDS50     0xF001C6C4          Read Data Section 50
ERAY_RDDS51     0xF001C6C8          Read Data Section 51
ERAY_RDDS52     0xF001C6CC          Read Data Section 52
ERAY_RDDS53     0xF001C6D0          Read Data Section 53
ERAY_RDDS54     0xF001C6D4          Read Data Section 54
ERAY_RDDS55     0xF001C6D8          Read Data Section 55
ERAY_RDDS56     0xF001C6DC          Read Data Section 56
ERAY_RDDS57     0xF001C6E0          Read Data Section 57
ERAY_RDDS58     0xF001C6E4          Read Data Section 58
ERAY_RDDS59     0xF001C6E8          Read Data Section 59
ERAY_RDDS60     0xF001C6EC          Read Data Section 60
ERAY_RDDS61     0xF001C6F0          Read Data Section 61
ERAY_RDDS62     0xF001C6F4          Read Data Section 62
ERAY_RDDS63     0xF001C6F8          Read Data Section 63
ERAY_RDDS64     0xF001C6FC          Read Data Section 64
ERAY_RDHS1      0xF001C700          Read Header Section 1
ERAY_RDHS2      0xF001C704          Read Header Section 2
ERAY_RDHS3      0xF001C708          Read Header Section 3
ERAY_MBS        0xF001C70C          Message Buffer Status
ERAY_OBCM       0xF001C710          Output Buffer Command Mask
ERAY_OBCR       0xF001C714          Output Buffer Command Request
ERAY_OTSS       0xF001C870          OCDS Trigger Set Select
ERAY_OCS        0xF001C8E8          OCDS Control and Status
ERAY_KRSTCLR    0xF001C8EC          Kernel Reset Status Clear Register
ERAY_KRST1      0xF001C8F0          Kernel Reset Register 1
ERAY_KRST0      0xF001C8F4          Kernel Reset Register 0
ERAY_ACCEN1     0xF001C8F8          Access Enable Register 1
ERAY_ACCEN0     0xF001C8FC          Access Enable Register 0
ETH_CLC         0xF001D000          Clock Control Register
ETH_ID          0xF001D004          Module Identification Register
ETH_GPCTL       0xF001D008          Input and Output Control Register
ETH_ACCEN0      0xF001D00C          Access Enable Register 0
ETH_ACCEN1      0xF001D010          Access Enable Register 1
ETH_KRST0       0xF001D014          Kernel Reset Register 0
ETH_KRST1       0xF001D018          Kernel Reset Register 1
ETH_KRSTCLR     0xF001D01C          Kernel Reset Status Clear Register
ETH_MAC_CONFIGURATION 0xF001E000          Register 0 - MAC Configuration Register
ETH_MAC_FRAME_FILTER 0xF001E004          Register 1 - MAC Frame Filter
ETH_HASH_TABLE_HIGH 0xF001E008          Register 2 - Hash Table High Register
ETH_HASH_TABLE_LOW 0xF001E00C          Register 3 - Hash Table Low Register
ETH_GMII_ADDRESS 0xF001E010          Register 4 - GMII Address Register
ETH_GMII_DATA   0xF001E014          Register 5 - GMII Data Register
ETH_FLOW_CONTROL 0xF001E018          Register 6 - Flow Control Register
ETH_VLAN_TAG    0xF001E01C          Register 7 - VLAN Tag Register
ETH_VERSION     0xF001E020          Register 8 - Version Register
ETH_DEBUG       0xF001E024          Register 9 - Debug Register
ETH_REMOTE_WAKE_UP_FRAME_FILTER 0xF001E028          Register 10 - Remote Wake-Up Frame Filter Register
ETH_PMT_CONTROL_STATUS 0xF001E02C          Register 11 - PMT Control and Status Register
ETH_INTERRUPT_STATUS 0xF001E038          Register 14 - Interrupt Register
ETH_INTERRUPT_MASK 0xF001E03C          Register 15 - Interrupt Mask Register
ETH_MAC_ADDRESS0_HIGH 0xF001E040          Register 16 - MAC Address0 High Register
ETH_MAC_ADDRESS0_LOW 0xF001E044          Register 17 - MAC Address0 Low Register
ETH_MAC_ADDRESS1_HIGH 0xF001E048          Register 18 - MAC Address1 High Register
ETH_MAC_ADDRESS1_LOW 0xF001E04C          Register 19 - MAC Address1 Low Register
ETH_MAC_ADDRESS2_HIGH 0xF001E050          Register 20 - MAC Address2 High Register
ETH_MAC_ADDRESS2_LOW 0xF001E054          Register 21 - MAC Address2 Low Register
ETH_MAC_ADDRESS3_HIGH 0xF001E058          Register 22 - MAC Address3 High Register
ETH_MAC_ADDRESS3_LOW 0xF001E05C          Register 23 - MAC Address3 Low Register
ETH_MAC_ADDRESS4_HIGH 0xF001E060          Register 24 - MAC Address4 High Register
ETH_MAC_ADDRESS4_LOW 0xF001E064          Register 25 - MAC Address4 Low Register
ETH_MAC_ADDRESS5_HIGH 0xF001E068          Register 26 - MAC Address5 High Register
ETH_MAC_ADDRESS5_LOW 0xF001E06C          Register 27 - MAC Address5 Low Register
ETH_MAC_ADDRESS6_HIGH 0xF001E070          Register 28 - MAC Address6 High Register
ETH_MAC_ADDRESS6_LOW 0xF001E074          Register 29 - MAC Address6 Low Register
ETH_MAC_ADDRESS7_HIGH 0xF001E078          Register 30 - MAC Address7 High Register
ETH_MAC_ADDRESS7_LOW 0xF001E07C          Register 31 - MAC Address7 Low Register
ETH_MAC_ADDRESS8_HIGH 0xF001E080          Register 32 - MAC Address8 High Register
ETH_MAC_ADDRESS8_LOW 0xF001E084          Register 33 - MAC Address8 Low Register
ETH_MAC_ADDRESS9_HIGH 0xF001E088          Register 34 - MAC Address9 High Register
ETH_MAC_ADDRESS9_LOW 0xF001E08C          Register 35 - MAC Address9 Low Register
ETH_MAC_ADDRESS10_HIGH 0xF001E090          Register 36 - MAC Address10 High Register
ETH_MAC_ADDRESS10_LOW 0xF001E094          Register 37 - MAC Address10 Low Register
ETH_MAC_ADDRESS11_HIGH 0xF001E098          Register 38 - MAC Address11 High Register
ETH_MAC_ADDRESS11_LOW 0xF001E09C          Register 39 - MAC Address1 Low Register
ETH_MAC_ADDRESS12_HIGH 0xF001E0A0          Register 40 - MAC Address12 High Register
ETH_MAC_ADDRESS12_LOW 0xF001E0A4          Register 41 - MAC Address12 Low Register
ETH_MAC_ADDRESS13_HIGH 0xF001E0A8          Register 42 - MAC Address13 High Register
ETH_MAC_ADDRESS13_LOW 0xF001E0AC          Register 43 - MAC Address13 Low Register
ETH_MAC_ADDRESS14_HIGH 0xF001E0B0          Register 44 - MAC Address14 High Register
ETH_MAC_ADDRESS14_LOW 0xF001E0B4          Register 45 - MAC Address14 Low Register
ETH_MAC_ADDRESS15_HIGH 0xF001E0B8          Register 46 - MAC Address15 High Register
ETH_MAC_ADDRESS15_LOW 0xF001E0BC          Register 47 - MAC Address15 Low Register
ETH_MMC_CONTROL 0xF001E100          Register 64 - MMC Control Register
ETH_MMC_RECEIVE_INTERRUPT 0xF001E104          Register 65 - MMC Receive Interrupt Register
ETH_MMC_TRANSMIT_INTERRUPT 0xF001E108          Register 66 - MMC Transmit Interrupt Register
ETH_MMC_RECEIVE_INTERRUPT_MASK 0xF001E10C          -
ETH_MMC_TRANSMIT_INTERRUPT_MASK 0xF001E110          Register 68 - MMC Transmit Interrupt Mask Register
ETH_TX_OCTET_COUNT_GOOD_BAD 0xF001E114          Register 69 - Transmit Octet Count for Good and Bad Frames
ETH_TX_FRAME_COUNT_GOOD_BAD 0xF001E118          Register 70 - Transmit Frame Count for Good and Bad Frames
ETH_TX_BROADCAST_FRAMES_GOOD 0xF001E11C          Register 71 - Transmit Frame Count for Good Broadcast Frames
ETH_TX_MULTICAST_FRAMES_GOOD 0xF001E120          Register 72 - Transmit Frame Count for Good Multicast Frames
ETH_TX_64OCTETS_FRAMES_GOOD_BAD 0xF001E124          Register 73 - Transmit Octet Count for Good and Bad 64 Byte Frames
ETH_TX_65TO127OCTETS_FRAMES_GOOD_BAD 0xF001E128          Register 74 - Transmit Octet Count for Good and Bad 65 to 127 Bytes Frames
ETH_TX_128TO255OCTETS_FRAMES_GOOD_BAD 0xF001E12C          Register 75 - Transmit Octet Count for Good and Bad 128 to 255 Bytes Frames
ETH_TX_256TO511OCTETS_FRAMES_GOOD_BAD 0xF001E130          Register 76 - Transmit Octet Count for Good and Bad 256 to 511 Bytes Frames
ETH_TX_512TO1023OCTETS_FRAMES_GOOD_BAD 0xF001E134          Register 77 - Transmit Octet Count for Good and Bad 512 to 1023 Bytes Frames
ETH_TX_1024TOMAXOCTETS_FRAMES_GOOD_BAD 0xF001E138          Register 78 - Transmit Octet Count for Good and Bad 1024 to Maxsize Bytes Frames
ETH_TX_UNICAST_FRAMES_GOOD_BAD 0xF001E13C          Register 79 - Transmit Frame Count for Good and Bad Unicast Frames
ETH_TX_MULTICAST_FRAMES_GOOD_BAD 0xF001E140          Register 80 - Transmit Frame Count for Good and Bad Multicast Frames
ETH_TX_BROADCAST_FRAMES_GOOD_BAD 0xF001E144          Register 81 - Transmit Frame Count for Good and Bad Broadcast Frames
ETH_TX_UNDERFLOW_ERROR_FRAMES 0xF001E148          Register 82 - Transmit Frame Count for Underflow Error Frames
ETH_TX_SINGLE_COLLISION_GOOD_FRAMES 0xF001E14C          Register 83 - Transmit Frame Count for Frames Transmitted after Single Collision
ETH_TX_MULTIPLE_COLLISION_GOOD_FRAMES 0xF001E150          Register 84 - Transmit Frame Count for Frames Transmitted after Multiple Collision
ETH_TX_DEFERRED_FRAMES 0xF001E154          Register 85 - Transmit Frame Count for Deferred Frames
ETH_TX_LATE_COLLISION_FRAMES 0xF001E158          Register 86 - Transmit Frame Count for Late Collision Error Frames
ETH_TX_EXCESSIVE_COLLISION_FRAMES 0xF001E15C          Register 87 - Transmit Frame Count for Excessive Collision Error Frames
ETH_TX_CARRIER_ERROR_FRAMES 0xF001E160          Register 88 - Transmit Frame Count for Carrier Sense Error Frames
ETH_TX_OCTET_COUNT_GOOD 0xF001E164          Register 89 - Transmit Octet Count for Good Frames
ETH_TX_FRAME_COUNT_GOOD 0xF001E168          Register 90 - Transmit Frame Count for Good Frames
ETH_TX_EXCESSIVE_DEFERRAL_ERROR 0xF001E16C          Register 91 - Transmit Frame Count for Excessive Deferral Error Frames
ETH_TX_PAUSE_FRAMES 0xF001E170          Register 92 - Transmit Frame Count for Good PAUSE Frames
ETH_TX_VLAN_FRAMES_GOOD 0xF001E174          Register 93 - Transmit Frame Count for Good VLAN Frames
ETH_TX_OSIZE_FRAMES_GOOD 0xF001E178          Register 94 - Transmit Frame Count for Good Oversize Frames
ETH_RX_FRAMES_COUNT_GOOD_BAD 0xF001E180          Register 96 - Receive Frame Count for Good and Bad Frames
ETH_RX_OCTET_COUNT_GOOD_BAD 0xF001E184          Register 97 - Receive Octet Count for Good and Bad Frames
ETH_RX_OCTET_COUNT_GOOD 0xF001E188          Register 98 - Receive Octet Count for Good Frames
ETH_RX_BROADCAST_FRAMES_GOOD 0xF001E18C          Register 99 - Receive Frame Count for Good Broadcast Frames
ETH_RX_MULTICAST_FRAMES_GOOD 0xF001E190          Register 100 - Receive Frame Count for Good Multicast Frames
ETH_RX_CRC_ERROR_FRAMES 0xF001E194          Register 101 - Receive Frame Count for CRC Error Frames
ETH_RX_ALIGNMENT_ERROR_FRAMES 0xF001E198          Register 102 - Receive Frame Count for Alignment Error Frames
ETH_RX_RUNT_ERROR_FRAMES 0xF001E19C          Register 103 - Receive Frame Count for Runt Error Frames
ETH_RX_JABBER_ERROR_FRAMES 0xF001E1A0          Register 104 - Receive Frame Count for Jabber Error Frames
ETH_RX_UNDERSIZE_FRAMES_GOOD 0xF001E1A4          Register 105 - Receive Frame Count for Undersize Frames
ETH_RX_OVERSIZE_FRAMES_GOOD 0xF001E1A8          Register 106 - Receive Frame Count for Oversize Frames
ETH_RX_64OCTETS_FRAMES_GOOD_BAD 0xF001E1AC          Register 107 - Receive Frame Count for Good and Bad 64 Byte Frames
ETH_RX_65TO127OCTETS_FRAMES_GOOD_BAD 0xF001E1B0          Register 108 - Receive Frame Count for Good and Bad 65 to 127 Bytes Frames
ETH_RX_128TO255OCTETS_FRAMES_GOOD_BAD 0xF001E1B4          Register 109 - Receive Frame Count for Good and Bad 128 to 255 Bytes Frames
ETH_RX_256TO511OCTETS_FRAMES_GOOD_BAD 0xF001E1B8          Register 110 - Receive Frame Count for Good and Bad 256 to 511 Bytes Frames
ETH_RX_512TO1023OCTETS_FRAMES_GOOD_BAD 0xF001E1BC          Register 111 - Receive Frame Count for Good and Bad 512 to 1,023 Bytes Frames
ETH_RX_1024TOMAXOCTETS_FRAMES_GOOD_BAD 0xF001E1C0          Register 112 - Receive Frame Count for Good and Bad 1,024 to Maxsize Bytes Frames
ETH_RX_UNICAST_FRAMES_GOOD 0xF001E1C4          Register 113 - Receive Frame Count for Good Unicast Frames
ETH_RX_LENGTH_ERROR_FRAMES 0xF001E1C8          Register 114 - Receive Frame Count for Length Error Frames
ETH_RX_OUT_OF_RANGE_TYPE_FRAMES 0xF001E1CC          Register 115 - Receive Frame Count for Out of Range Frames
ETH_RX_PAUSE_FRAMES 0xF001E1D0          Register 116 - Receive Frame Count for PAUSE Frames
ETH_RX_FIFO_OVERFLOW_FRAMES 0xF001E1D4          Register 117 - Receive Frame Count for FIFO Overflow Frames
ETH_RX_VLAN_FRAMES_GOOD_BAD 0xF001E1D8          Register 118 - Receive Frame Count for Good and Bad VLAN Frames
ETH_RX_WATCHDOG_ERROR_FRAMES 0xF001E1DC          Register 119 - Receive Frame Count for Watchdog Error Frames
ETH_RX_RECEIVE_ERROR_FRAMES 0xF001E1E0          Register 120 - Receive Frame Count for Receive Error Frames
ETH_RX_CONTROL_FRAMES_GOOD 0xF001E1E4          Register 121 - Receive Frame Count for Good Control Frames Frames
ETH_MMC_IPC_RECEIVE_INTERRUPT_MASK 0xF001E200          Register 128 - MMC Receive Checksum Offload Interrupt Mask Register
ETH_MMC_IPC_RECEIVE_INTERRUPT 0xF001E208          Register 130 - MMC Receive Checksum Offload Interrupt Register
ETH_RXIPV4_GOOD_FRAMES 0xF001E210          Register 132 - Receive IPV4 Good Frame Counter Register
ETH_RXIPV4_HEADER_ERROR_FRAMES 0xF001E214          Register 133 - Receive IPV4 Header Error Frame Counter Register
ETH_RXIPV4_NO_PAYLOAD_FRAMES 0xF001E218          Register 134 - Receive IPV4 No Payload Frame Counter Register
ETH_RXIPV4_FRAGMENTED_FRAMES 0xF001E21C          Register 135 - Receive IPV4 Fragmented Frame Counter Register
ETH_RXIPV4_UDP_CHECKSUM_DISABLED_FRAMES 0xF001E220          Register 136 - Receive IPV4 UDP Checksum Disabled Frame Counter Register
ETH_RXIPV6_GOOD_FRAMES 0xF001E224          Register 137 - Receive IPV6 Good Frame Counter Register
ETH_RXIPV6_HEADER_ERROR_FRAMES 0xF001E228          Register 138 - Receive IPV6 Header Error Frame Counter Register
ETH_RXIPV6_NO_PAYLOAD_FRAMES 0xF001E22C          Register 139 - Receive IPV6 No Payload Frame Counter Register
ETH_RXUDP_GOOD_FRAMES 0xF001E230          Register 140 - Receive UDP Good Frame Counter Register
ETH_RXUDP_ERROR_FRAMES 0xF001E234          Register 141 - Receive UDP Error Frame Counter Register
ETH_RXTCP_GOOD_FRAMES 0xF001E238          Register 142 - Receive TCP Good Frame Counter Register
ETH_RXTCP_ERROR_FRAMES 0xF001E23C          Register 143 - Receive TCP Error Frame Counter Register
ETH_RXICMP_GOOD_FRAMES 0xF001E240          Register 144 - Receive ICMP Good Frame Counter Register
ETH_RXICMP_ERROR_FRAMES 0xF001E244          Register 145 - Receive ICMP Error Frame Counter Register
ETH_RXIPV4_GOOD_OCTETS 0xF001E250          Register 148 - Receive IPV4 Good Octet Counter Register
ETH_RXIPV4_HEADER_ERROR_OCTETS 0xF001E254          Register 149 - Receive IPV4 Header Error Octet Counter Register
ETH_RXIPV4_NO_PAYLOAD_OCTETS 0xF001E258          Register 150 - Receive IPV4 No Payload Octet Counter Register
ETH_RXIPV4_FRAGMENTED_OCTETS 0xF001E25C          Register 151 - Receive IPV4 Fragmented Octet Counter Register
ETH_RXIPV4_UDP_CHECKSUM_DISABLE_OCTETS 0xF001E260          Register 152 - Receive IPV4 Fragmented Octet Counter Register
ETH_RXIPV6_GOOD_OCTETS 0xF001E264          Register 153 - Receive IPV6 Good Octet Counter Register
ETH_RXIPV6_HEADER_ERROR_OCTETS 0xF001E268          Register 154 - Receive IPV6 Header Error Octet Counter Register
ETH_RXIPV6_NO_PAYLOAD_OCTETS 0xF001E26C          Register 155 - Receive IPV6 No Payload Octet Counter Register
ETH_RXUDP_GOOD_OCTETS 0xF001E270          Register 156 - Receive UDP Good Octet Counter Register
ETH_RXUDP_ERROR_OCTETS 0xF001E274          Register 157 - Receive UDP Error Octet Counter Register
ETH_RXTCP_GOOD_OCTETS 0xF001E278          Register 158 - Receive TCP Good Octet Counter Register
ETH_RXTCP_ERROR_OCTETS 0xF001E27C          Register 159 - Receive TCP Error Octet Counter Register
ETH_RXICMP_GOOD_OCTETS 0xF001E280          Register 160 - Receive ICMP Good Octet Counter Register
ETH_RXICMP_ERROR_OCTETS 0xF001E284          Register 161 - Receive ICMP Error Octet Counter Register
ETH_TIMESTAMP_CONTROL 0xF001E700          Register 448 - Timestamp Control Register
ETH_SUB_SECOND_INCREMENT 0xF001E704          Register 449 - Sub-Second Increment Register
ETH_SYSTEM_TIME_SECONDS 0xF001E708          Register 450 - System Time - Seconds Register
ETH_SYSTEM_TIME_NANOSECONDS 0xF001E70C          Register 451 - System Time - Nanoseconds Register
ETH_SYSTEM_TIME_SECONDS_UPDATE 0xF001E710          Register 452 - System Time - Seconds Update Register
ETH_SYSTEM_TIME_NANOSECONDS_UPDATE 0xF001E714          Register 453 - System Time - Nanoseconds Update Register
ETH_TIMESTAMP_ADDEND 0xF001E718          Register 454 - Timestamp Addend Register
ETH_TARGET_TIME_SECONDS 0xF001E71C          Register 455 - Target Time Seconds Register
ETH_TARGET_TIME_NANOSECONDS 0xF001E720          Register 456 - Target Time Nanoseconds Register
ETH_SYSTEM_TIME_HIGHER_WORD_SECONDS 0xF001E724          Register 457 - System Time - Higher Word Seconds Register
ETH_TIMESTAMP_STATUS 0xF001E728          Register 458 - Timestamp Status Register
ETH_PPS_CONTROL 0xF001E72C          Register 459 - PPS Control Register
ETH_MAC_ADDRESS16_HIGH 0xF001E800          Register 512 - MAC Address16 High Register
ETH_MAC_ADDRESS16_LOW 0xF001E804          Register 513 - MAC Address16 Low Register
ETH_MAC_ADDRESS17_HIGH 0xF001E808          Register 514 - MAC Address17 High Register
ETH_MAC_ADDRESS17_LOW 0xF001E80C          Register 515 - MAC Address17 Low Register
ETH_MAC_ADDRESS18_HIGH 0xF001E810          Register 516 - MAC Address18 High Register
ETH_MAC_ADDRESS18_LOW 0xF001E814          Register 517 - MAC Address18 Low Register
ETH_MAC_ADDRESS19_HIGH 0xF001E818          Register 518 - MAC Address19 High Register
ETH_MAC_ADDRESS19_LOW 0xF001E81C          Register 519 - MAC Address19 Low Register
ETH_MAC_ADDRESS20_HIGH 0xF001E820          Register 520 - MAC Address20 High Register
ETH_MAC_ADDRESS20_LOW 0xF001E824          Register 521 - MAC Address20 Low Register
ETH_MAC_ADDRESS21_HIGH 0xF001E828          Register 522 - MAC Address21 High Register
ETH_MAC_ADDRESS21_LOW 0xF001E82C          Register 523 - MAC Address21 Low Register
ETH_MAC_ADDRESS22_HIGH 0xF001E830          Register 524 - MAC Address22 High Register
ETH_MAC_ADDRESS22_LOW 0xF001E834          Register 525 - MAC Address22 Low Register
ETH_MAC_ADDRESS23_HIGH 0xF001E838          Register 526 -
ETH_MAC_ADDRESS23_LOW 0xF001E83C          Register 527 - MAC Address23 Low Register
ETH_MAC_ADDRESS24_HIGH 0xF001E840          Register 528 - MAC Address24 High Register
ETH_MAC_ADDRESS24_LOW 0xF001E844          Register 529 - MAC Address24 Low Register
ETH_MAC_ADDRESS25_HIGH 0xF001E848          Register 530 - MAC Address25 High Register
ETH_MAC_ADDRESS25_LOW 0xF001E84C          Register 531 - MAC Address25 Low Register
ETH_MAC_ADDRESS26_HIGH 0xF001E850          Register 532 - MAC Address26 High Register
ETH_MAC_ADDRESS26_LOW 0xF001E854          Register 533 - MAC Address26 Low Register
ETH_MAC_ADDRESS27_HIGH 0xF001E858          Register 534 - MAC Address27 High Register
ETH_MAC_ADDRESS27_LOW 0xF001E85C          Register 535 - MAC Address27 Low Register
ETH_MAC_ADDRESS28_HIGH 0xF001E860          Register 536 - MAC Address28 High Register
ETH_MAC_ADDRESS28_LOW 0xF001E864          Register 537 - MAC Address28 Low Register
ETH_MAC_ADDRESS29_HIGH 0xF001E868          Register 538 - MAC Address29 High Register
ETH_MAC_ADDRESS29_LOW 0xF001E86C          Register 539 - MAC Address29 Low Register
ETH_MAC_ADDRESS30_HIGH 0xF001E870          Register 540 - MAC Address30 High Register
ETH_MAC_ADDRESS30_LOW 0xF001E874          Register 541 - MAC Address30 Low Register
ETH_MAC_ADDRESS31_HIGH 0xF001E878          Register 542 - MAC Address31 High Register
ETH_MAC_ADDRESS31_LOW 0xF001E87C          Register 543 - MAC Address31 Low Register
ETH_BUS_MODE    0xF001F000          Register 0 - Bus Mode Register
ETH_TRANSMIT_POLL_DEMAND 0xF001F004          Register 1 - Transmit Poll Demand Register
ETH_RECEIVE_POLL_DEMAND 0xF001F008          Register 2 - Receive Poll Demand Register
ETH_RECEIVE_DESCRIPTOR_LIST_ADDRESS 0xF001F00C          Register 3 - Receive Descriptor List Address Register
ETH_TRANSMIT_DESCRIPTOR_LIST_ADDRESS 0xF001F010          Register 4 - Transmit Descriptor List Address Register
ETH_STATUS      0xF001F014          Register 5 - Status Register
ETH_OPERATION_MODE 0xF001F018          Register 6 - Operation Mode Register
ETH_INTERRUPT_ENABLE 0xF001F01C          Register 7 - Interrupt Enable Register
ETH_MISSED_FRAME_AND_BUFFER_OVERFLOW_COUNTER 0xF001F020          Register 8 - Missed Frame and Buffer Overflow Counter Register
ETH_RECEIVE_INTERRUPT_WATCHDOG_TIMER 0xF001F024          Register 9 - Receive Interrupt Watchdog Timer Register
ETH_AHB_OR_AXI_STATUS 0xF001F02C          Register 11 - AHB or AXI Status Register
ETH_CURRENT_HOST_TRANSMIT_DESCRIPTOR 0xF001F048          Register 18 - Current Host Transmit Descriptor Register
ETH_CURRENT_HOST_RECEIVE_DESCRIPTOR 0xF001F04C          Register 19 - Current Host Receive Descriptor Register
ETH_CURRENT_HOST_TRANSMIT_BUFFER_ADDRESS 0xF001F050          Register 20 - Current Host Transmit Buffer Address Register
ETH_CURRENT_HOST_RECEIVE_BUFFER_ADDRESS 0xF001F054          Register 21 - Current Host Receive Buffer Address Register
ETH_HW_FEATURE  0xF001F058          Register 22 - HW Feature Register
VADC_CLC        0xF0020000          Clock Control Register
VADC_ID         0xF0020008          Module Identification Register
VADC_OCS        0xF0020028          OCDS Control and Status Register
VADC_KRSTCLR    0xF002002C          Kernel Reset Status Clear Register
VADC_KRST1      0xF0020030          Kernel Reset Register 1
VADC_KRST0      0xF0020034          Kernel Reset Register 0
VADC_ACCEN0     0xF002003C          Access Enable Register 0
VADC_GLOBCFG    0xF0020080          Global Configuration Register
VADC_ACCPROT0   0xF0020088          Access Protection Register
VADC_ACCPROT1   0xF002008C          Access Protection Register
VADC_GLOBICLASS0 0xF00200A0          Input Class Register 0, Global
VADC_GLOBICLASS1 0xF00200A4          Input Class Register 1, Global
VADC_GLOBBOUND  0xF00200B8          Global Boundary Select Register
VADC_GLOBEFLAG  0xF00200E0          Global Event Flag Register
VADC_GLOBEVNP   0xF0020140          Global Event Node Pointer Register
VADC_GLOBTF     0xF0020160          Global Test Functions Register
VADC_BRSSEL0    0xF0020180          Background Request Source Channel Select Register, Group 0
VADC_BRSSEL1    0xF0020184          Background Request Source Channel Select Register, Group 1
VADC_BRSSEL2    0xF0020188          Background Request Source Channel Select Register, Group 2
VADC_BRSSEL3    0xF002018C          Background Request Source Channel Select Register, Group 3
VADC_BRSPND0    0xF00201C0          Background Request Source Pending Register, Group 0
VADC_BRSPND1    0xF00201C4          Background Request Source Pending Register, Group 1
VADC_BRSPND2    0xF00201C8          Background Request Source Pending Register, Group 2
VADC_BRSPND3    0xF00201CC          Background Request Source Pending Register, Group 3
VADC_BRSCTRL    0xF0020200          Background Request Source Control Register
VADC_BRSMR      0xF0020204          Background Request Source Mode Register
VADC_GLOBRCR    0xF0020280          Global Result Control Register
VADC_GLOBRES    0xF0020300          Global Result Register
VADC_GLOBRESD   0xF0020380          Global Result Register, Debug
VADC_EMUXSEL    0xF00203F0          External Multiplexer Select Register
VADC_G0ARBCFG   0xF0020480          Arbitration Configuration Register, Group 0
VADC_G0ARBPR    0xF0020484          Arbitration Priority Register, Group 0
VADC_G0CHASS    0xF0020488          Channel Assignment Register, Group 0
VADC_G0RRASS    0xF002048C          Result Assignment Register, Group 0
VADC_G0ICLASS0  0xF00204A0          Input Class Register 0, Group 0
VADC_G0ICLASS1  0xF00204A4          Input Class Register 1, Group 0
VADC_G0ALIAS    0xF00204B0          Alias Register, Group 0
VADC_G0BOUND    0xF00204B8          Boundary Select Register, Group 0
VADC_G0SYNCTR   0xF00204C0          Synchronization Control Register, Group 0
VADC_G0BFL      0xF00204C8          Boundary Flag Register, Group 0
VADC_G0BFLS     0xF00204CC          Boundary Flag Software Register, Group 0
VADC_G0BFLC     0xF00204D0          Boundary Flag Control Register, Group 0
VADC_G0BFLNP    0xF00204D4          Boundary Flag Node Pointer Register, Group 0
VADC_G0QCTRL0   0xF0020500          Queue 0 Source Control Register, Group 0
VADC_G0QMR0     0xF0020504          Queue 0 Mode Register, Group 0
VADC_G0QSR0     0xF0020508          Queue 0 Status Register, Group 0
VADC_G0Q0R0     0xF002050C          Queue 0 Register 0, Group 0
VADC_G0QBUR0    0xF0020510          Queue 0 Backup Register, Group 0
VADC_G0ASCTRL   0xF0020520          Autoscan Source Control Register, Group 0
VADC_G0ASMR     0xF0020524          Autoscan Source Mode Register, Group 0
VADC_G0ASSEL    0xF0020528          Autoscan Source Channel Select Register, Group 0
VADC_G0ASPND    0xF002052C          Autoscan Source Pending Register, Group 0
VADC_G0CEFLAG   0xF0020580          Channel Event Flag Register, Group 0
VADC_G0REFLAG   0xF0020584          Result Event Flag Register, Group 0
VADC_G0SEFLAG   0xF0020588          Source Event Flag Register, Group 0
VADC_G0CEFCLR   0xF0020590          Channel Event Flag Clear Register, Group 0
VADC_G0REFCLR   0xF0020594          Result Event Flag Clear Register, Group 0
VADC_G0SEFCLR   0xF0020598          Source Event Flag Clear Register, Group 0
VADC_G0CEVNP0   0xF00205A0          Channel Event Node Pointer Register 0, Group 0
VADC_G0CEVNP1   0xF00205A4          Channel Event Node Pointer Register 1, Group 0
VADC_G0REVNP0   0xF00205B0          Result Event Node Pointer Register 0, Group 0
VADC_G0REVNP1   0xF00205B4          Result Event Node Pointer Register 1, Group 0
VADC_G0SEVNP    0xF00205C0          Source Event Node Pointer Register, Group 0
VADC_G0SRACT    0xF00205C8          Service Request Software Activation Trigger, Group 0
VADC_G0EMUXCTR  0xF00205F0          External Multiplexer Control Register, Group 0
VADC_G0VFR      0xF00205F8          Valid Flag Register, Group 0
VADC_G0CHCTR0   0xF0020600          Group 0, Channel 0 Ctrl. Reg.
VADC_G0CHCTR1   0xF0020604          Group 0, Channel 1 Ctrl. Reg.
VADC_G0CHCTR2   0xF0020608          Group 0, Channel 2 Ctrl. Reg.
VADC_G0CHCTR3   0xF002060C          Group 0, Channel 3 Ctrl. Reg.
VADC_G0CHCTR4   0xF0020610          Group 0, Channel 4 Ctrl. Reg.
VADC_G0CHCTR5   0xF0020614          Group 0, Channel 5 Ctrl. Reg.
VADC_G0CHCTR6   0xF0020618          Group 0, Channel 6 Ctrl. Reg.
VADC_G0CHCTR7   0xF002061C          Group 0, Channel 7 Ctrl. Reg.
VADC_G0CHCTR8   0xF0020620          Group 0, Channel 8 Ctrl. Reg.
VADC_G0CHCTR9   0xF0020624          Group 0, Channel 9 Ctrl. Reg.
VADC_G0CHCTR10  0xF0020628          Group 0, Channel 10 Ctrl. Reg.
VADC_G0CHCTR11  0xF002062C          Group 0, Channel 11 Ctrl. Reg.
VADC_G0CHCTR12  0xF0020630          Group 0, Channel 12 Ctrl. Reg.
VADC_G0CHCTR13  0xF0020634          Group 0, Channel 13 Ctrl. Reg.
VADC_G0CHCTR14  0xF0020638          Group 0, Channel 14 Ctrl. Reg.
VADC_G0CHCTR15  0xF002063C          Group 0, Channel 15 Ctrl. Reg.
VADC_G0RCR0     0xF0020680          Group 0 Result Control Reg. 0
VADC_G0RCR1     0xF0020684          Group 0 Result Control Reg. 1
VADC_G0RCR2     0xF0020688          Group 0 Result Control Reg. 2
VADC_G0RCR3     0xF002068C          Group 0 Result Control Reg. 3
VADC_G0RCR4     0xF0020690          Group 0 Result Control Reg. 4
VADC_G0RCR5     0xF0020694          Group 0 Result Control Reg. 5
VADC_G0RCR6     0xF0020698          Group 0 Result Control Reg. 6
VADC_G0RCR7     0xF002069C          Group 0 Result Control Reg. 7
VADC_G0RCR8     0xF00206A0          Group 0 Result Control Reg. 8
VADC_G0RCR9     0xF00206A4          Group 0 Result Control Reg. 9
VADC_G0RCR10    0xF00206A8          Group 0 Result Control Reg. 10
VADC_G0RCR11    0xF00206AC          Group 0 Result Control Reg. 11
VADC_G0RCR12    0xF00206B0          Group 0 Result Control Reg. 12
VADC_G0RCR13    0xF00206B4          Group 0 Result Control Reg. 13
VADC_G0RCR14    0xF00206B8          Group 0 Result Control Reg. 14
VADC_G0RCR15    0xF00206BC          Group 0 Result Control Reg. 15
VADC_G0RES0     0xF0020700          Group 0 Result Register 0
VADC_G0RES1     0xF0020704          Group 0 Result Register 1
VADC_G0RES2     0xF0020708          Group 0 Result Register 2
VADC_G0RES3     0xF002070C          Group 0 Result Register 3
VADC_G0RES4     0xF0020710          Group 0 Result Register 4
VADC_G0RES5     0xF0020714          Group 0 Result Register 5
VADC_G0RES6     0xF0020718          Group 0 Result Register 6
VADC_G0RES7     0xF002071C          Group 0 Result Register 7
VADC_G0RES8     0xF0020720          Group 0 Result Register 8
VADC_G0RES9     0xF0020724          Group 0 Result Register 9
VADC_G0RES10    0xF0020728          Group 0 Result Register 10
VADC_G0RES11    0xF002072C          Group 0 Result Register 11
VADC_G0RES12    0xF0020730          Group 0 Result Register 12
VADC_G0RES13    0xF0020734          Group 0 Result Register 13
VADC_G0RES14    0xF0020738          Group 0 Result Register 14
VADC_G0RES15    0xF002073C          Group 0 Result Register 15
VADC_G0RESD0    0xF0020780          Group 0 Result Reg. 0, Debug
VADC_G0RESD1    0xF0020784          Group 0 Result Reg. 1, Debug
VADC_G0RESD2    0xF0020788          Group 0 Result Reg. 2, Debug
VADC_G0RESD3    0xF002078C          Group 0 Result Reg. 3, Debug
VADC_G0RESD4    0xF0020790          Group 0 Result Reg. 4, Debug
VADC_G0RESD5    0xF0020794          Group 0 Result Reg. 5, Debug
VADC_G0RESD6    0xF0020798          Group 0 Result Reg. 6, Debug
VADC_G0RESD7    0xF002079C          Group 0 Result Reg. 7, Debug
VADC_G0RESD8    0xF00207A0          Group 0 Result Reg. 8, Debug
VADC_G0RESD9    0xF00207A4          Group 0 Result Reg. 9, Debug
VADC_G0RESD10   0xF00207A8          Group 0 Result Reg. 10, Debug
VADC_G0RESD11   0xF00207AC          Group 0 Result Reg. 11, Debug
VADC_G0RESD12   0xF00207B0          Group 0 Result Reg. 12, Debug
VADC_G0RESD13   0xF00207B4          Group 0 Result Reg. 13, Debug
VADC_G0RESD14   0xF00207B8          Group 0 Result Reg. 14, Debug
VADC_G0RESD15   0xF00207BC          Group 0 Result Reg. 15, Debug
VADC_G1ARBCFG   0xF0020880          Arbitration Configuration Register, Group 1
VADC_G1ARBPR    0xF0020884          Arbitration Priority Register, Group 1
VADC_G1CHASS    0xF0020888          Channel Assignment Register, Group 1
VADC_G1RRASS    0xF002088C          Result Assignment Register, Group 1
VADC_G1ICLASS0  0xF00208A0          Input Class Register 0, Group 1
VADC_G1ICLASS1  0xF00208A4          Input Class Register 1, Group 1
VADC_G1ALIAS    0xF00208B0          Alias Register, Group 1
VADC_G1BOUND    0xF00208B8          Boundary Select Register, Group 1
VADC_G1SYNCTR   0xF00208C0          Synchronization Control Register, Group 1
VADC_G1BFL      0xF00208C8          Boundary Flag Register, Group 1
VADC_G1BFLS     0xF00208CC          Boundary Flag Software Register, Group 1
VADC_G1BFLC     0xF00208D0          Boundary Flag Control Register, Group 1
VADC_G1BFLNP    0xF00208D4          Boundary Flag Node Pointer Register, Group 1
VADC_G1QCTRL0   0xF0020900          Queue 0 Source Control Register, Group 1
VADC_G1QMR0     0xF0020904          Queue 0 Mode Register, Group 1
VADC_G1QSR0     0xF0020908          Queue 0 Status Register, Group 1
VADC_G1Q0R0     0xF002090C          Queue 0 Register 0, Group 1
VADC_G1QBUR0    0xF0020910          Queue 0 Backup Register, Group 1
VADC_G1ASCTRL   0xF0020920          Autoscan Source Control Register, Group 1
VADC_G1ASMR     0xF0020924          Autoscan Source Mode Register, Group 1
VADC_G1ASSEL    0xF0020928          Autoscan Source Channel Select Register, Group 1
VADC_G1ASPND    0xF002092C          Autoscan Source Pending Register, Group 1
VADC_G1CEFLAG   0xF0020980          Channel Event Flag Register, Group 1
VADC_G1REFLAG   0xF0020984          Result Event Flag Register, Group 1
VADC_G1SEFLAG   0xF0020988          Source Event Flag Register, Group 1
VADC_G1CEFCLR   0xF0020990          Channel Event Flag Clear Register, Group 1
VADC_G1REFCLR   0xF0020994          Result Event Flag Clear Register, Group 1
VADC_G1SEFCLR   0xF0020998          Source Event Flag Clear Register, Group 1
VADC_G1CEVNP0   0xF00209A0          Channel Event Node Pointer Register 0, Group 1
VADC_G1CEVNP1   0xF00209A4          Channel Event Node Pointer Register 1, Group 1
VADC_G1REVNP0   0xF00209B0          Result Event Node Pointer Register 0, Group 1
VADC_G1REVNP1   0xF00209B4          Result Event Node Pointer Register 1, Group 1
VADC_G1SEVNP    0xF00209C0          Source Event Node Pointer Register, Group 1
VADC_G1SRACT    0xF00209C8          Service Request Software Activation Trigger, Group 1
VADC_G1EMUXCTR  0xF00209F0          External Multiplexer Control Register, Group 1
VADC_G1VFR      0xF00209F8          Valid Flag Register, Group 1
VADC_G1CHCTR0   0xF0020A00          Group 1, Channel 0 Ctrl. Reg.
VADC_G1CHCTR1   0xF0020A04          Group 1, Channel 1 Ctrl. Reg.
VADC_G1CHCTR2   0xF0020A08          Group 1, Channel 2 Ctrl. Reg.
VADC_G1CHCTR3   0xF0020A0C          Group 1, Channel 3 Ctrl. Reg.
VADC_G1CHCTR4   0xF0020A10          Group 1, Channel 4 Ctrl. Reg.
VADC_G1CHCTR5   0xF0020A14          Group 1, Channel 5 Ctrl. Reg.
VADC_G1CHCTR6   0xF0020A18          Group 1, Channel 6 Ctrl. Reg.
VADC_G1CHCTR7   0xF0020A1C          Group 1, Channel 7 Ctrl. Reg.
VADC_G1CHCTR8   0xF0020A20          Group 1, Channel 8 Ctrl. Reg.
VADC_G1CHCTR9   0xF0020A24          Group 1, Channel 9 Ctrl. Reg.
VADC_G1CHCTR10  0xF0020A28          Group 1, Channel 10 Ctrl. Reg.
VADC_G1CHCTR11  0xF0020A2C          Group 1, Channel 11 Ctrl. Reg.
VADC_G1CHCTR12  0xF0020A30          Group 1, Channel 12 Ctrl. Reg.
VADC_G1CHCTR13  0xF0020A34          Group 1, Channel 13 Ctrl. Reg.
VADC_G1CHCTR14  0xF0020A38          Group 1, Channel 14 Ctrl. Reg.
VADC_G1CHCTR15  0xF0020A3C          Group 1, Channel 15 Ctrl. Reg.
VADC_G1RCR0     0xF0020A80          Group 1 Result Control Reg. 0
VADC_G1RCR1     0xF0020A84          Group 1 Result Control Reg. 1
VADC_G1RCR2     0xF0020A88          Group 1 Result Control Reg. 2
VADC_G1RCR3     0xF0020A8C          Group 1 Result Control Reg. 3
VADC_G1RCR4     0xF0020A90          Group 1 Result Control Reg. 4
VADC_G1RCR5     0xF0020A94          Group 1 Result Control Reg. 5
VADC_G1RCR6     0xF0020A98          Group 1 Result Control Reg. 6
VADC_G1RCR7     0xF0020A9C          Group 1 Result Control Reg. 7
VADC_G1RCR8     0xF0020AA0          Group 1 Result Control Reg. 8
VADC_G1RCR9     0xF0020AA4          Group 1 Result Control Reg. 9
VADC_G1RCR10    0xF0020AA8          Group 1 Result Control Reg. 10
VADC_G1RCR11    0xF0020AAC          Group 1 Result Control Reg. 11
VADC_G1RCR12    0xF0020AB0          Group 1 Result Control Reg. 12
VADC_G1RCR13    0xF0020AB4          Group 1 Result Control Reg. 13
VADC_G1RCR14    0xF0020AB8          Group 1 Result Control Reg. 14
VADC_G1RCR15    0xF0020ABC          Group 1 Result Control Reg. 15
VADC_G1RES0     0xF0020B00          Group 1 Result Register 0
VADC_G1RES1     0xF0020B04          Group 1 Result Register 1
VADC_G1RES2     0xF0020B08          Group 1 Result Register 2
VADC_G1RES3     0xF0020B0C          Group 1 Result Register 3
VADC_G1RES4     0xF0020B10          Group 1 Result Register 4
VADC_G1RES5     0xF0020B14          Group 1 Result Register 5
VADC_G1RES6     0xF0020B18          Group 1 Result Register 6
VADC_G1RES7     0xF0020B1C          Group 1 Result Register 7
VADC_G1RES8     0xF0020B20          Group 1 Result Register 8
VADC_G1RES9     0xF0020B24          Group 1 Result Register 9
VADC_G1RES10    0xF0020B28          Group 1 Result Register 10
VADC_G1RES11    0xF0020B2C          Group 1 Result Register 11
VADC_G1RES12    0xF0020B30          Group 1 Result Register 12
VADC_G1RES13    0xF0020B34          Group 1 Result Register 13
VADC_G1RES14    0xF0020B38          Group 1 Result Register 14
VADC_G1RES15    0xF0020B3C          Group 1 Result Register 15
VADC_G1RESD0    0xF0020B80          Group 1 Result Reg. 0, Debug
VADC_G1RESD1    0xF0020B84          Group 1 Result Reg. 1, Debug
VADC_G1RESD2    0xF0020B88          Group 1 Result Reg. 2, Debug
VADC_G1RESD3    0xF0020B8C          Group 1 Result Reg. 3, Debug
VADC_G1RESD4    0xF0020B90          Group 1 Result Reg. 4, Debug
VADC_G1RESD5    0xF0020B94          Group 1 Result Reg. 5, Debug
VADC_G1RESD6    0xF0020B98          Group 1 Result Reg. 6, Debug
VADC_G1RESD7    0xF0020B9C          Group 1 Result Reg. 7, Debug
VADC_G1RESD8    0xF0020BA0          Group 1 Result Reg. 8, Debug
VADC_G1RESD9    0xF0020BA4          Group 1 Result Reg. 9, Debug
VADC_G1RESD10   0xF0020BA8          Group 1 Result Reg. 10, Debug
VADC_G1RESD11   0xF0020BAC          Group 1 Result Reg. 11, Debug
VADC_G1RESD12   0xF0020BB0          Group 1 Result Reg. 12, Debug
VADC_G1RESD13   0xF0020BB4          Group 1 Result Reg. 13, Debug
VADC_G1RESD14   0xF0020BB8          Group 1 Result Reg. 14, Debug
VADC_G1RESD15   0xF0020BBC          Group 1 Result Reg. 15, Debug
VADC_G2ARBCFG   0xF0020C80          Arbitration Configuration Register, Group 2
VADC_G2ARBPR    0xF0020C84          Arbitration Priority Register, Group 2
VADC_G2CHASS    0xF0020C88          Channel Assignment Register, Group 2
VADC_G2RRASS    0xF0020C8C          Result Assignment Register, Group 2
VADC_G2ICLASS0  0xF0020CA0          Input Class Register 0, Group 2
VADC_G2ICLASS1  0xF0020CA4          Input Class Register 1, Group 2
VADC_G2ALIAS    0xF0020CB0          Alias Register, Group 2
VADC_G2BOUND    0xF0020CB8          Boundary Select Register, Group 2
VADC_G2SYNCTR   0xF0020CC0          Synchronization Control Register, Group 2
VADC_G2BFL      0xF0020CC8          Boundary Flag Register, Group 2
VADC_G2BFLS     0xF0020CCC          Boundary Flag Software Register, Group 2
VADC_G2BFLC     0xF0020CD0          Boundary Flag Control Register, Group 2
VADC_G2BFLNP    0xF0020CD4          Boundary Flag Node Pointer Register, Group 2
VADC_G2QCTRL0   0xF0020D00          Queue 0 Source Control Register, Group 2
VADC_G2QMR0     0xF0020D04          Queue 0 Mode Register, Group 2
VADC_G2QSR0     0xF0020D08          Queue 0 Status Register, Group 2
VADC_G2Q0R0     0xF0020D0C          Queue 0 Register 0, Group 2
VADC_G2QBUR0    0xF0020D10          Queue 0 Backup Register, Group 2
VADC_G2ASCTRL   0xF0020D20          Autoscan Source Control Register, Group 2
VADC_G2ASMR     0xF0020D24          Autoscan Source Mode Register, Group 2
VADC_G2ASSEL    0xF0020D28          Autoscan Source Channel Select Register, Group 2
VADC_G2ASPND    0xF0020D2C          Autoscan Source Pending Register, Group 2
VADC_G2CEFLAG   0xF0020D80          Channel Event Flag Register, Group 2
VADC_G2REFLAG   0xF0020D84          Result Event Flag Register, Group 2
VADC_G2SEFLAG   0xF0020D88          Source Event Flag Register, Group 2
VADC_G2CEFCLR   0xF0020D90          Channel Event Flag Clear Register, Group 2
VADC_G2REFCLR   0xF0020D94          Result Event Flag Clear Register, Group 2
VADC_G2SEFCLR   0xF0020D98          Source Event Flag Clear Register, Group 2
VADC_G2CEVNP0   0xF0020DA0          Channel Event Node Pointer Register 0, Group 2
VADC_G2CEVNP1   0xF0020DA4          Channel Event Node Pointer Register 1, Group 2
VADC_G2REVNP0   0xF0020DB0          Result Event Node Pointer Register 0, Group 2
VADC_G2REVNP1   0xF0020DB4          Result Event Node Pointer Register 1, Group 2
VADC_G2SEVNP    0xF0020DC0          Source Event Node Pointer Register, Group 2
VADC_G2SRACT    0xF0020DC8          Service Request Software Activation Trigger, Group 2
VADC_G2EMUXCTR  0xF0020DF0          External Multiplexer Control Register, Group 2
VADC_G2VFR      0xF0020DF8          Valid Flag Register, Group 2
VADC_G2CHCTR0   0xF0020E00          Group 2, Channel 0 Ctrl. Reg.
VADC_G2CHCTR1   0xF0020E04          Group 2, Channel 1 Ctrl. Reg.
VADC_G2CHCTR2   0xF0020E08          Group 2, Channel 2 Ctrl. Reg.
VADC_G2CHCTR3   0xF0020E0C          Group 2, Channel 3 Ctrl. Reg.
VADC_G2CHCTR4   0xF0020E10          Group 2, Channel 4 Ctrl. Reg.
VADC_G2CHCTR5   0xF0020E14          Group 2, Channel 5 Ctrl. Reg.
VADC_G2CHCTR6   0xF0020E18          Group 2, Channel 6 Ctrl. Reg.
VADC_G2CHCTR7   0xF0020E1C          Group 2, Channel 7 Ctrl. Reg.
VADC_G2CHCTR8   0xF0020E20          Group 2, Channel 8 Ctrl. Reg.
VADC_G2CHCTR9   0xF0020E24          Group 2, Channel 9 Ctrl. Reg.
VADC_G2CHCTR10  0xF0020E28          Group 2, Channel 10 Ctrl. Reg.
VADC_G2CHCTR11  0xF0020E2C          Group 2, Channel 11 Ctrl. Reg.
VADC_G2CHCTR12  0xF0020E30          Group 2, Channel 12 Ctrl. Reg.
VADC_G2CHCTR13  0xF0020E34          Group 2, Channel 13 Ctrl. Reg.
VADC_G2CHCTR14  0xF0020E38          Group 2, Channel 14 Ctrl. Reg.
VADC_G2CHCTR15  0xF0020E3C          Group 2, Channel 15 Ctrl. Reg.
VADC_G2RCR0     0xF0020E80          Group 2 Result Control Reg. 0
VADC_G2RCR1     0xF0020E84          Group 2 Result Control Reg. 1
VADC_G2RCR2     0xF0020E88          Group 2 Result Control Reg. 2
VADC_G2RCR3     0xF0020E8C          Group 2 Result Control Reg. 3
VADC_G2RCR4     0xF0020E90          Group 2 Result Control Reg. 4
VADC_G2RCR5     0xF0020E94          Group 2 Result Control Reg. 5
VADC_G2RCR6     0xF0020E98          Group 2 Result Control Reg. 6
VADC_G2RCR7     0xF0020E9C          Group 2 Result Control Reg. 7
VADC_G2RCR8     0xF0020EA0          Group 2 Result Control Reg. 8
VADC_G2RCR9     0xF0020EA4          Group 2 Result Control Reg. 9
VADC_G2RCR10    0xF0020EA8          Group 2 Result Control Reg. 10
VADC_G2RCR11    0xF0020EAC          Group 2 Result Control Reg. 11
VADC_G2RCR12    0xF0020EB0          Group 2 Result Control Reg. 12
VADC_G2RCR13    0xF0020EB4          Group 2 Result Control Reg. 13
VADC_G2RCR14    0xF0020EB8          Group 2 Result Control Reg. 14
VADC_G2RCR15    0xF0020EBC          Group 2 Result Control Reg. 15
VADC_G2RES0     0xF0020F00          Group 2 Result Register 0
VADC_G2RES1     0xF0020F04          Group 2 Result Register 1
VADC_G2RES2     0xF0020F08          Group 2 Result Register 2
VADC_G2RES3     0xF0020F0C          Group 2 Result Register 3
VADC_G2RES4     0xF0020F10          Group 2 Result Register 4
VADC_G2RES5     0xF0020F14          Group 2 Result Register 5
VADC_G2RES6     0xF0020F18          Group 2 Result Register 6
VADC_G2RES7     0xF0020F1C          Group 2 Result Register 7
VADC_G2RES8     0xF0020F20          Group 2 Result Register 8
VADC_G2RES9     0xF0020F24          Group 2 Result Register 9
VADC_G2RES10    0xF0020F28          Group 2 Result Register 10
VADC_G2RES11    0xF0020F2C          Group 2 Result Register 11
VADC_G2RES12    0xF0020F30          Group 2 Result Register 12
VADC_G2RES13    0xF0020F34          Group 2 Result Register 13
VADC_G2RES14    0xF0020F38          Group 2 Result Register 14
VADC_G2RES15    0xF0020F3C          Group 2 Result Register 15
VADC_G2RESD0    0xF0020F80          Group 2 Result Reg. 0, Debug
VADC_G2RESD1    0xF0020F84          Group 2 Result Reg. 1, Debug
VADC_G2RESD2    0xF0020F88          Group 2 Result Reg. 2, Debug
VADC_G2RESD3    0xF0020F8C          Group 2 Result Reg. 3, Debug
VADC_G2RESD4    0xF0020F90          Group 2 Result Reg. 4, Debug
VADC_G2RESD5    0xF0020F94          Group 2 Result Reg. 5, Debug
VADC_G2RESD6    0xF0020F98          Group 2 Result Reg. 6, Debug
VADC_G2RESD7    0xF0020F9C          Group 2 Result Reg. 7, Debug
VADC_G2RESD8    0xF0020FA0          Group 2 Result Reg. 8, Debug
VADC_G2RESD9    0xF0020FA4          Group 2 Result Reg. 9, Debug
VADC_G2RESD10   0xF0020FA8          Group 2 Result Reg. 10, Debug
VADC_G2RESD11   0xF0020FAC          Group 2 Result Reg. 11, Debug
VADC_G2RESD12   0xF0020FB0          Group 2 Result Reg. 12, Debug
VADC_G2RESD13   0xF0020FB4          Group 2 Result Reg. 13, Debug
VADC_G2RESD14   0xF0020FB8          Group 2 Result Reg. 14, Debug
VADC_G2RESD15   0xF0020FBC          Group 2 Result Reg. 15, Debug
VADC_G3ARBCFG   0xF0021080          Arbitration Configuration Register, Group 3
VADC_G3ARBPR    0xF0021084          Arbitration Priority Register, Group 3
VADC_G3CHASS    0xF0021088          Channel Assignment Register, Group 3
VADC_G3RRASS    0xF002108C          Result Assignment Register, Group 3
VADC_G3ICLASS0  0xF00210A0          Input Class Register 0, Group 3
VADC_G3ICLASS1  0xF00210A4          Input Class Register 1, Group 3
VADC_G3ALIAS    0xF00210B0          Alias Register, Group 3
VADC_G3BOUND    0xF00210B8          Boundary Select Register, Group 3
VADC_G3SYNCTR   0xF00210C0          Synchronization Control Register, Group 3
VADC_G3BFL      0xF00210C8          Boundary Flag Register, Group 3
VADC_G3BFLS     0xF00210CC          Boundary Flag Software Register, Group 3
VADC_G3BFLC     0xF00210D0          Boundary Flag Control Register, Group 3
VADC_G3BFLNP    0xF00210D4          Boundary Flag Node Pointer Register, Group 3
VADC_G3QCTRL0   0xF0021100          Queue 0 Source Control Register, Group 3
VADC_G3QMR0     0xF0021104          Queue 0 Mode Register, Group 3
VADC_G3QSR0     0xF0021108          Queue 0 Status Register, Group 3
VADC_G3Q0R0     0xF002110C          Queue 0 Register 0, Group 3
VADC_G3QBUR0    0xF0021110          Queue 0 Backup Register, Group 3
VADC_G3ASCTRL   0xF0021120          Autoscan Source Control Register, Group 3
VADC_G3ASMR     0xF0021124          Autoscan Source Mode Register, Group 3
VADC_G3ASSEL    0xF0021128          Autoscan Source Channel Select Register, Group 3
VADC_G3ASPND    0xF002112C          Autoscan Source Pending Register, Group 3
VADC_G3CEFLAG   0xF0021180          Channel Event Flag Register, Group 3
VADC_G3REFLAG   0xF0021184          Result Event Flag Register, Group 3
VADC_G3SEFLAG   0xF0021188          Source Event Flag Register, Group 3
VADC_G3CEFCLR   0xF0021190          Channel Event Flag Clear Register, Group 3
VADC_G3REFCLR   0xF0021194          Result Event Flag Clear Register, Group 3
VADC_G3SEFCLR   0xF0021198          Source Event Flag Clear Register, Group 3
VADC_G3CEVNP0   0xF00211A0          Channel Event Node Pointer Register 0, Group 3
VADC_G3CEVNP1   0xF00211A4          Channel Event Node Pointer Register 1, Group 3
VADC_G3REVNP0   0xF00211B0          Result Event Node Pointer Register 0, Group 3
VADC_G3REVNP1   0xF00211B4          Result Event Node Pointer Register 1, Group 3
VADC_G3SEVNP    0xF00211C0          Source Event Node Pointer Register, Group 3
VADC_G3SRACT    0xF00211C8          Service Request Software Activation Trigger, Group 3
VADC_G3EMUXCTR  0xF00211F0          External Multiplexer Control Register, Group 3
VADC_G3VFR      0xF00211F8          Valid Flag Register, Group 3
VADC_G3CHCTR0   0xF0021200          Group 3, Channel 0 Ctrl. Reg.
VADC_G3CHCTR1   0xF0021204          Group 3, Channel 1 Ctrl. Reg.
VADC_G3CHCTR2   0xF0021208          Group 3, Channel 2 Ctrl. Reg.
VADC_G3CHCTR3   0xF002120C          Group 3, Channel 3 Ctrl. Reg.
VADC_G3CHCTR4   0xF0021210          Group 3, Channel 4 Ctrl. Reg.
VADC_G3CHCTR5   0xF0021214          Group 3, Channel 5 Ctrl. Reg.
VADC_G3CHCTR6   0xF0021218          Group 3, Channel 6 Ctrl. Reg.
VADC_G3CHCTR7   0xF002121C          Group 3, Channel 7 Ctrl. Reg.
VADC_G3CHCTR8   0xF0021220          Group 3, Channel 8 Ctrl. Reg.
VADC_G3CHCTR9   0xF0021224          Group 3, Channel 9 Ctrl. Reg.
VADC_G3CHCTR10  0xF0021228          Group 3, Channel 10 Ctrl. Reg.
VADC_G3CHCTR11  0xF002122C          Group 3, Channel 11 Ctrl. Reg.
VADC_G3RCR0     0xF0021280          Group 3 Result Control Reg. 0
VADC_G3RCR1     0xF0021284          Group 3 Result Control Reg. 1
VADC_G3RCR2     0xF0021288          Group 3 Result Control Reg. 2
VADC_G3RCR3     0xF002128C          Group 3 Result Control Reg. 3
VADC_G3RCR4     0xF0021290          Group 3 Result Control Reg. 4
VADC_G3RCR5     0xF0021294          Group 3 Result Control Reg. 5
VADC_G3RCR6     0xF0021298          Group 3 Result Control Reg. 6
VADC_G3RCR7     0xF002129C          Group 3 Result Control Reg. 7
VADC_G3RCR8     0xF00212A0          Group 3 Result Control Reg. 8
VADC_G3RCR9     0xF00212A4          Group 3 Result Control Reg. 9
VADC_G3RCR10    0xF00212A8          Group 3 Result Control Reg. 10
VADC_G3RCR11    0xF00212AC          Group 3 Result Control Reg. 11
VADC_G3RCR12    0xF00212B0          Group 3 Result Control Reg. 12
VADC_G3RCR13    0xF00212B4          Group 3 Result Control Reg. 13
VADC_G3RCR14    0xF00212B8          Group 3 Result Control Reg. 14
VADC_G3RCR15    0xF00212BC          Group 3 Result Control Reg. 15
VADC_G3RES0     0xF0021300          Group 3 Result Register 0
VADC_G3RES1     0xF0021304          Group 3 Result Register 1
VADC_G3RES2     0xF0021308          Group 3 Result Register 2
VADC_G3RES3     0xF002130C          Group 3 Result Register 3
VADC_G3RES4     0xF0021310          Group 3 Result Register 4
VADC_G3RES5     0xF0021314          Group 3 Result Register 5
VADC_G3RES6     0xF0021318          Group 3 Result Register 6
VADC_G3RES7     0xF002131C          Group 3 Result Register 7
VADC_G3RES8     0xF0021320          Group 3 Result Register 8
VADC_G3RES9     0xF0021324          Group 3 Result Register 9
VADC_G3RES10    0xF0021328          Group 3 Result Register 10
VADC_G3RES11    0xF002132C          Group 3 Result Register 11
VADC_G3RES12    0xF0021330          Group 3 Result Register 12
VADC_G3RES13    0xF0021334          Group 3 Result Register 13
VADC_G3RES14    0xF0021338          Group 3 Result Register 14
VADC_G3RES15    0xF002133C          Group 3 Result Register 15
VADC_G3RESD0    0xF0021380          Group 3 Result Reg. 0, Debug
VADC_G3RESD1    0xF0021384          Group 3 Result Reg. 1, Debug
VADC_G3RESD2    0xF0021388          Group 3 Result Reg. 2, Debug
VADC_G3RESD3    0xF002138C          Group 3 Result Reg. 3, Debug
VADC_G3RESD4    0xF0021390          Group 3 Result Reg. 4, Debug
VADC_G3RESD5    0xF0021394          Group 3 Result Reg. 5, Debug
VADC_G3RESD6    0xF0021398          Group 3 Result Reg. 6, Debug
VADC_G3RESD7    0xF002139C          Group 3 Result Reg. 7, Debug
VADC_G3RESD8    0xF00213A0          Group 3 Result Reg. 8, Debug
VADC_G3RESD9    0xF00213A4          Group 3 Result Reg. 9, Debug
VADC_G3RESD10   0xF00213A8          Group 3 Result Reg. 10, Debug
VADC_G3RESD11   0xF00213AC          Group 3 Result Reg. 11, Debug
VADC_G3RESD12   0xF00213B0          Group 3 Result Reg. 12, Debug
VADC_G3RESD13   0xF00213B4          Group 3 Result Reg. 13, Debug
VADC_G3RESD14   0xF00213B8          Group 3 Result Reg. 14, Debug
VADC_G3RESD15   0xF00213BC          Group 3 Result Reg. 15, Debug
DSADC_CLC       0xF0024000          Clock Control Register
DSADC_ID        0xF0024008          Module Identification Register
DSADC_OCS       0xF0024028          OCDS Control and Status Register
DSADC_KRSTCLR   0xF002402C          Kernel Reset Status Clear Register
DSADC_KRST1     0xF0024030          Kernel Reset Register 1
DSADC_KRST0     0xF0024034          Kernel Reset Register 0
DSADC_ACCEN0    0xF002403C          Access Enable Register 0
DSADC_GLOBCFG   0xF0024080          Global Configuration Register
DSADC_GLOBRC    0xF0024088          Global Run Control Register
DSADC_ACCPROT   0xF0024090          Access Protection Register
DSADC_CGCFG     0xF00240A0          Carrier Generator Configuration Register
DSADC_GLOBVCMH0 0xF00240B0          Common Mode Hold Voltage Register 0
DSADC_GLOBVCMH2 0xF00240B8          Common Mode Hold Voltage Register 2
DSADC_IGCFG     0xF00240D0          Initial Global Config. Register
DSADC_EVFLAG    0xF00240E0          Event Flag Register
DSADC_EVFLAGCLR 0xF00240E4          Event Flag Clear Register
DSADC_MODCFG0   0xF0024100          Modulator Configuration Register 0
DSADC_DICFG0    0xF0024108          Demodulator Input Configuration Register 0
DSADC_FCFGM0    0xF0024110          Filter Configuration Register 0, Main Filter Chain
DSADC_FCFGC0    0xF0024114          Filter Configuration Register 0, Main CIC Filter
DSADC_FCFGA0    0xF0024118          Filter Configuration Register 0, Auxiliary Filter
DSADC_IWCTR0    0xF0024120          Integration Window Control Register 0
DSADC_BOUNDSEL0 0xF0024128          Boundary Select Register 0
DSADC_RESM0     0xF0024130          Result Register 0 Main Filter
DSADC_OFFM0     0xF0024138          Offset Register 0 Main Filter
DSADC_RESA0     0xF0024140          Result Register 0 Auxiliary Filter
DSADC_TSTMP0    0xF0024150          Time-Stamp Register 0
DSADC_CGSYNC0   0xF00241A0          Carrier Generator Synchronization Register 0
DSADC_RECTCFG0  0xF00241A8          Rectification Configuration Register 0
DSADC_ICCFG0    0xF00241D0          Initial Channel Config. Reg. 0
DSADC_MODCFG2   0xF0024300          Modulator Configuration Register 2
DSADC_DICFG2    0xF0024308          Demodulator Input Configuration Register 2
DSADC_FCFGM2    0xF0024310          Filter Configuration Register 2, Main Filter Chain
DSADC_FCFGC2    0xF0024314          Filter Configuration Register 2, Main CIC Filter
DSADC_FCFGA2    0xF0024318          Filter Configuration Register 2, Auxiliary Filter
DSADC_IWCTR2    0xF0024320          Integration Window Control Register 2
DSADC_BOUNDSEL2 0xF0024328          Boundary Select Register 2
DSADC_RESM2     0xF0024330          Result Register 2 Main Filter
DSADC_OFFM2     0xF0024338          Offset Register 2 Main Filter
DSADC_RESA2     0xF0024340          Result Register 2 Auxiliary Filter
DSADC_TSTMP2    0xF0024350          Time-Stamp Register 2
DSADC_CGSYNC2   0xF00243A0          Carrier Generator Synchronization Register 2
DSADC_RECTCFG2  0xF00243A8          Rectification Configuration Register 2
DSADC_ICCFG2    0xF00243D0          Initial Channel Config. Reg. 2
DSADC_MODCFG3   0xF0024400          Modulator Configuration Register 3
DSADC_DICFG3    0xF0024408          Demodulator Input Configuration Register 3
DSADC_FCFGM3    0xF0024410          Filter Configuration Register 3, Main Filter Chain
DSADC_FCFGC3    0xF0024414          Filter Configuration Register 3, Main CIC Filter
DSADC_FCFGA3    0xF0024418          Filter Configuration Register 3, Auxiliary Filter
DSADC_IWCTR3    0xF0024420          Integration Window Control Register 3
DSADC_BOUNDSEL3 0xF0024428          Boundary Select Register 3
DSADC_RESM3     0xF0024430          Result Register 3 Main Filter
DSADC_OFFM3     0xF0024438          Offset Register 3 Main Filter
DSADC_RESA3     0xF0024440          Result Register 3 Auxiliary Filter
DSADC_TSTMP3    0xF0024450          Time-Stamp Register 3
DSADC_CGSYNC3   0xF00244A0          Carrier Generator Synchronization Register 3
DSADC_RECTCFG3  0xF00244A8          Rectification Configuration Register 3
DSADC_ICCFG3    0xF00244D0          Initial Channel Config. Reg. 3
SBCU_ID         0xF0030008          Module Identification Register
SBCU_CON        0xF0030010          SBCU Control Register
SBCU_PRIOH      0xF0030014          Arbiter Priority Register High
SBCU_PRIOL      0xF0030018          Arbiter Priority Register Low
SBCU_ECON       0xF0030020          SBCU Error Control Capture Register
SBCU_EADD       0xF0030024          SBCU Error Address Capture Register
SBCU_EDAT       0xF0030028          SBCU Error Data Capture Register
SBCU_DBCNTL     0xF0030030          SBCU Debug Control Register
SBCU_DBGRNT     0xF0030034          SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0030038          SBCU Debug Address 1 Register
SBCU_DBADR2     0xF003003C          SBCU Debug Address 2 Register
SBCU_DBBOS      0xF0030040          SBCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0030044          SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0030048          SBCU Debug Trapped Address Register
SBCU_DBBOST     0xF003004C          SBCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0030050          SBCU Debug Data Status Register
SBCU_ACCEN1     0xF00300F8          Access Enable Register 1
SBCU_ACCEN0     0xF00300FC          Access Enable Register 0
IOM_CLC         0xF0035000          IOM Clock Control Register
IOM_ID          0xF0035008          IOM Identification Register
IOM_KRSTCLR     0xF003501C          IOM Kernel Reset Status Clear Register
IOM_KRST1       0xF0035020          IOM Kernel Reset Register 1
IOM_KRST0       0xF0035024          IOM Kernel Reset Register 0
IOM_ACCEN1      0xF0035028          IOM Access Enable Register 1
IOM_ACCEN0      0xF003502C          IOM Access Enable Register 0
IOM_ECMCCFG     0xF0035030          IOM Event Combiner Module Counter Configuration Register
IOM_ECMSELR     0xF0035034          IOM Event Combiner Module Global Event Selection Register
IOM_ECMETH0     0xF0035038          IOM Event Combiner Module Event Trigger History Register 0
IOM_ECMETH1     0xF003503C          IOM Event Combiner Module Event Trigger History Register 1
IOM_GTMEXR      0xF0035040          IOM GTM Input EXOR Combiner Selection Register
IOM_FPCESR      0xF0035078          IOM Filter and Prescaler Cells Rising 'and' Falling Edge Status Register
IOM_FPCCTR0     0xF0035080          IOM Filter and Prescaler Cell Control Register0
IOM_FPCCTR1     0xF0035084          IOM Filter and Prescaler Cell Control Register1
IOM_FPCCTR2     0xF0035088          IOM Filter and Prescaler Cell Control Register2
IOM_FPCCTR3     0xF003508C          IOM Filter and Prescaler Cell Control Register3
IOM_FPCCTR4     0xF0035090          IOM Filter and Prescaler Cell Control Register4
IOM_FPCCTR5     0xF0035094          IOM Filter and Prescaler Cell Control Register5
IOM_FPCCTR6     0xF0035098          IOM Filter and Prescaler Cell Control Register6
IOM_FPCCTR7     0xF003509C          IOM Filter and Prescaler Cell Control Register7
IOM_FPCCTR8     0xF00350A0          IOM Filter and Prescaler Cell Control Register8
IOM_FPCCTR9     0xF00350A4          IOM Filter and Prescaler Cell Control Register9
IOM_FPCCTR10    0xF00350A8          IOM Filter and Prescaler Cell Control Register10
IOM_FPCCTR11    0xF00350AC          IOM Filter and Prescaler Cell Control Register11
IOM_FPCCTR12    0xF00350B0          IOM Filter and Prescaler Cell Control Register12
IOM_FPCCTR13    0xF00350B4          IOM Filter and Prescaler Cell Control Register13
IOM_FPCCTR14    0xF00350B8          IOM Filter and Prescaler Cell Control Register14
IOM_FPCCTR15    0xF00350BC          IOM Filter and Prescaler Cell Control Register15
IOM_FPCTIM0     0xF00350C0          IOM Filter and Prescaler Cell 0 Timer Register
IOM_FPCTIM1     0xF00350C4          IOM Filter and Prescaler Cell 1 Timer Register
IOM_FPCTIM2     0xF00350C8          IOM Filter and Prescaler Cell 2 Timer Register
IOM_FPCTIM3     0xF00350CC          IOM Filter and Prescaler Cell 3 Timer Register
IOM_FPCTIM4     0xF00350D0          IOM Filter and Prescaler Cell 4 Timer Register
IOM_FPCTIM5     0xF00350D4          IOM Filter and Prescaler Cell 5 Timer Register
IOM_FPCTIM6     0xF00350D8          IOM Filter and Prescaler Cell 6 Timer Register
IOM_FPCTIM7     0xF00350DC          IOM Filter and Prescaler Cell 7 Timer Register
IOM_FPCTIM8     0xF00350E0          IOM Filter and Prescaler Cell 8 Timer Register
IOM_FPCTIM9     0xF00350E4          IOM Filter and Prescaler Cell 9 Timer Register
IOM_FPCTIM10    0xF00350E8          IOM Filter and Prescaler Cell 10 Timer Register
IOM_FPCTIM11    0xF00350EC          IOM Filter and Prescaler Cell 11 Timer Register
IOM_FPCTIM12    0xF00350F0          IOM Filter and Prescaler Cell 12 Timer Register
IOM_FPCTIM13    0xF00350F4          IOM Filter and Prescaler Cell 13 Timer Register
IOM_FPCTIM14    0xF00350F8          IOM Filter and Prescaler Cell 14 Timer Register
IOM_FPCTIM15    0xF00350FC          IOM Filter and Prescaler Cell 15 Timer Register
IOM_LAMEWC0     0xF0035100          IOM Logic Analyzer Module Event Window Count Status Register0
IOM_LAMEWC1     0xF0035104          IOM Logic Analyzer Module Event Window Count Status Register1
IOM_LAMEWC2     0xF0035108          IOM Logic Analyzer Module Event Window Count Status Register2
IOM_LAMEWC3     0xF003510C          IOM Logic Analyzer Module Event Window Count Status Register3
IOM_LAMEWC4     0xF0035110          IOM Logic Analyzer Module Event Window Count Status Register4
IOM_LAMEWC5     0xF0035114          IOM Logic Analyzer Module Event Window Count Status Register5
IOM_LAMEWC6     0xF0035118          IOM Logic Analyzer Module Event Window Count Status Register6
IOM_LAMEWC7     0xF003511C          IOM Logic Analyzer Module Event Window Count Status Register7
IOM_LAMEWC8     0xF0035120          IOM Logic Analyzer Module Event Window Count Status Register8
IOM_LAMEWC9     0xF0035124          IOM Logic Analyzer Module Event Window Count Status Register9
IOM_LAMEWC10    0xF0035128          IOM Logic Analyzer Module Event Window Count Status Register10
IOM_LAMEWC11    0xF003512C          IOM Logic Analyzer Module Event Window Count Status Register11
IOM_LAMEWC12    0xF0035130          IOM Logic Analyzer Module Event Window Count Status Register12
IOM_LAMEWC13    0xF0035134          IOM Logic Analyzer Module Event Window Count Status Register13
IOM_LAMEWC14    0xF0035138          IOM Logic Analyzer Module Event Window Count Status Register14
IOM_LAMEWC15    0xF003513C          IOM Logic Analyzer Module Event Window Count Status Register15
IOM_LAMCFG0     0xF0035180          IOM Logic Analyzer Module Configuration Register0
IOM_LAMCFG1     0xF0035184          IOM Logic Analyzer Module Configuration Register1
IOM_LAMCFG2     0xF0035188          IOM Logic Analyzer Module Configuration Register2
IOM_LAMCFG3     0xF003518C          IOM Logic Analyzer Module Configuration Register3
IOM_LAMCFG4     0xF0035190          IOM Logic Analyzer Module Configuration Register4
IOM_LAMCFG5     0xF0035194          IOM Logic Analyzer Module Configuration Register5
IOM_LAMCFG6     0xF0035198          IOM Logic Analyzer Module Configuration Register6
IOM_LAMCFG7     0xF003519C          IOM Logic Analyzer Module Configuration Register7
IOM_LAMCFG8     0xF00351A0          IOM Logic Analyzer Module Configuration Register8
IOM_LAMCFG9     0xF00351A4          IOM Logic Analyzer Module Configuration Register9
IOM_LAMCFG10    0xF00351A8          IOM Logic Analyzer Module Configuration Register10
IOM_LAMCFG11    0xF00351AC          IOM Logic Analyzer Module Configuration Register11
IOM_LAMCFG12    0xF00351B0          IOM Logic Analyzer Module Configuration Register12
IOM_LAMCFG13    0xF00351B4          IOM Logic Analyzer Module Configuration Register13
IOM_LAMCFG14    0xF00351B8          IOM Logic Analyzer Module Configuration Register14
IOM_LAMCFG15    0xF00351BC          IOM Logic Analyzer Module Configuration Register15
IOM_LAMEWS0     0xF00351C0          IOM Logic Analyzer Module Event Window Configuration Register0
IOM_LAMEWS1     0xF00351C4          IOM Logic Analyzer Module Event Window Configuration Register1
IOM_LAMEWS2     0xF00351C8          IOM Logic Analyzer Module Event Window Configuration Register2
IOM_LAMEWS3     0xF00351CC          IOM Logic Analyzer Module Event Window Configuration Register3
IOM_LAMEWS4     0xF00351D0          IOM Logic Analyzer Module Event Window Configuration Register4
IOM_LAMEWS5     0xF00351D4          IOM Logic Analyzer Module Event Window Configuration Register5
IOM_LAMEWS6     0xF00351D8          IOM Logic Analyzer Module Event Window Configuration Register6
IOM_LAMEWS7     0xF00351DC          IOM Logic Analyzer Module Event Window Configuration Register7
IOM_LAMEWS8     0xF00351E0          IOM Logic Analyzer Module Event Window Configuration Register8
IOM_LAMEWS9     0xF00351E4          IOM Logic Analyzer Module Event Window Configuration Register9
IOM_LAMEWS10    0xF00351E8          IOM Logic Analyzer Module Event Window Configuration Register10
IOM_LAMEWS11    0xF00351EC          IOM Logic Analyzer Module Event Window Configuration Register11
IOM_LAMEWS12    0xF00351F0          IOM Logic Analyzer Module Event Window Configuration Register12
IOM_LAMEWS13    0xF00351F4          IOM Logic Analyzer Module Event Window Configuration Register13
IOM_LAMEWS14    0xF00351F8          IOM Logic Analyzer Module Event Window Configuration Register14
IOM_LAMEWS15    0xF00351FC          IOM Logic Analyzer Module Event Window Configuration Register15
SCU_ID          0xF0036008          Identification Register
SCU_OSCCON      0xF0036010          OSC Control Register
SCU_PLLSTAT     0xF0036014          PLL Status Register
SCU_PLLCON0     0xF0036018          PLL Configuration 0 Register
SCU_PLLCON1     0xF003601C          PLL Configuration 1 Register
SCU_PLLCON2     0xF0036020          PLL Configuration 2 Register
SCU_PLLERAYSTAT 0xF0036024          PLL_ERAY Status Register
SCU_PLLERAYCON0 0xF0036028          PLL_ERAY Configuration 0 Register
SCU_PLLERAYCON1 0xF003602C          PLL_ERAY Configuration 1 Register
SCU_CCUCON0     0xF0036030          CCU Clock Control Register 0
SCU_CCUCON1     0xF0036034          CCU Clock Control Register 1
SCU_FDR         0xF0036038          Fractional Divider Register
SCU_EXTCON      0xF003603C          External Clock Control Register
SCU_CCUCON2     0xF0036040          CCU Clock Control Register 2
SCU_CCUCON3     0xF0036044          CCU Clock Control Register 3
SCU_CCUCON4     0xF0036048          CCU Clock Control Register 4
SCU_CCUCON5     0xF003604C          CCU Clock Control Register 5
SCU_RSTSTAT     0xF0036050          Reset Status Register
SCU_RSTCON      0xF0036058          Reset Configuration Register
SCU_ARSTDIS     0xF003605C          Application Reset Disable Register
SCU_SWRSTCON    0xF0036060          Software Reset Configuration Register
SCU_RSTCON2     0xF0036064          Additional Reset Control Register
SCU_EVRRSTCON   0xF003606C          EVR Reset Control Register
SCU_ESRCFG0     0xF0036070          ESR0 Input Configuration Register
SCU_ESRCFG1     0xF0036074          ESR1 Input Configuration Register
SCU_ESROCFG     0xF0036078          ESR Output Configuration Register
SCU_SYSCON      0xF003607C          System Control Register
SCU_CCUCON6     0xF0036080          CCU Clock Control Register 6
SCU_CCUCON7     0xF0036084          CCU Clock Control Register 7
SCU_PDR         0xF003609C          ESR Pad Driver Mode Register
SCU_IOCR        0xF00360A0          Input/Output Control Register
SCU_OUT         0xF00360A4          ESR Output Register
SCU_OMR         0xF00360A8          ESR Output Modification Register
SCU_IN          0xF00360AC          ESR Input Register
SCU_EVRSTAT     0xF00360B0          EVR Status Register
SCU_EVRDVSTAT   0xF00360B4          EVR Status Register for Voltage Scaling
SCU_EVR13CON    0xF00360B8          EVR13 Control Register
SCU_EVR33CON    0xF00360BC          EVR33 Control Register
SCU_STSTAT      0xF00360C0          Start-up Status Register
SCU_PMSWCR0     0xF00360C8          Standby and Wake-up Control Register 0
SCU_PMSWSTAT    0xF00360CC          Standby and Wake-up Status Flag Register
SCU_PMSWSTATCLR 0xF00360D0          Standby and Wake-up Status Clear Register
SCU_PMCSR0      0xF00360D4          Power Management Control and Status Register
SCU_PMCSR1      0xF00360D8          Power Management Control and Status Register
SCU_DTSSTAT     0xF00360E0          Die Temperature Sensor Status Register
SCU_DTSCON      0xF00360E4          Die Temperature Sensor Control Register
SCU_PMSWCR1     0xF00360E8          Standby and Wake-up Control Register 1
SCU_PMSWCR2     0xF00360EC          Standby and Wake-up Control Register 2
SCU_WDTSCON0    0xF00360F0          Safety WDT Control Register 0
SCU_WDTSCON1    0xF00360F4          Safety WDT Control Register 1
SCU_WDTSSR      0xF00360F8          Safety WDT Status Register
SCU_EMSR        0xF00360FC          Emergency Stop Register
SCU_WDTCPU0CON0 0xF0036100          CPU0 WDT Control Register 0
SCU_WDTCPU0CON1 0xF0036104          CPU0 WDT Control Register 1
SCU_WDTCPU0SR   0xF0036108          CPU0 WDT Status Register
SCU_WDTCPU1CON0 0xF003610C          CPU1 WDT Control Register 0
SCU_WDTCPU1CON1 0xF0036110          CPU1 WDT Control Register 1
SCU_WDTCPU1SR   0xF0036114          CPU1 WDT Status Register
SCU_WDTCPU2CON0 0xF0036118          Reserved Register
SCU_WDTCPU2CON1 0xF003611C          Reserved Register
SCU_WDTCPU2SR   0xF0036120          CPU2 WDT Status Register
SCU_TRAPSTAT    0xF0036124          Trap Status Register
SCU_TRAPSET     0xF0036128          Trap Set Register
SCU_TRAPCLR     0xF003612C          Trap Clear Register
SCU_TRAPDIS     0xF0036130          Trap Disable Register
SCU_LCLCON0     0xF0036134          LCL CPU0 Control Register
SCU_LCLCON1     0xF0036138          LCL CPU1 Control Register
SCU_LCLTEST     0xF003613C          LCL Test Register
SCU_CHIPID      0xF0036140          Chip Identification Register
SCU_MANID       0xF0036144          Manufacturer Identification Register
SCU_SAFECON     0xF0036150          Safety Heartbeat Register
SCU_LBISTCTRL0  0xF0036164          Logic BIST Control 0 Register
SCU_LBISTCTRL1  0xF0036168          Logic BIST Control 1 Register
SCU_LBISTCTRL2  0xF003616C          Logic BIST Control 2 Register
SCU_PDISC       0xF003618C          Pad Disable Control Register
SCU_EVRTRIM     0xF0036198          EVR Trim Register
SCU_EVRADCSTAT  0xF003619C          EVR ADC Status Register
SCU_EVRUVMON    0xF00361A0          EVR Under-voltage Configuration Register
SCU_EVROVMON    0xF00361A4          EVR Over-voltage Configuration Register
SCU_EVRMONCTRL  0xF00361A8          EVR Monitor Control Register
SCU_EVRSDCTRL1  0xF00361B0          EVR13 SD Control Register 1
SCU_EVRSDCTRL2  0xF00361B4          EVR13 SD Control Register 2
SCU_EVRSDCTRL3  0xF00361B8          EVR13 SD Control Register 3
SCU_EVRSDCTRL4  0xF00361BC          EVR13 SD Control Register 4
SCU_EVRSDCOEFF1 0xF00361C0          EVR13 SD Coefficient Register 1
SCU_EVRSDCOEFF2 0xF00361C4          EVR13 SD Coefficient Register 2
SCU_EVRSDCOEFF3 0xF00361C8          EVR13 SD Coefficient Register 3
SCU_EVRSDCOEFF4 0xF00361CC          EVR13 SD Coefficient Register 4
SCU_EVRSDCOEFF5 0xF00361D0          EVR13 SD Coefficient Register 5
SCU_EVRSDCOEFF6 0xF00361D4          EVR13 SD Coefficient Register 6
SCU_EVROSCCTRL  0xF00361D8          EVR Oscillator 'and' Bandgap Register
SCU_OVCENABLE   0xF00361E0          Overlay Enable Register
SCU_OVCCON      0xF00361E4          Overlay Control Register
SCU_EICR0       0xF0036210          External Input Channel Register 0
SCU_EICR1       0xF0036214          External Input Channel Register 1
SCU_EICR2       0xF0036218          External Input Channel Register 2
SCU_EICR3       0xF003621C          External Input Channel Register 3
SCU_EIFR        0xF0036220          External Input Flag Register
SCU_FMR         0xF0036224          Flag Modification Register
SCU_PDRR        0xF0036228          Pattern Detection Result Register
SCU_IGCR0       0xF003622C          Flag Gating Register 0
SCU_IGCR1       0xF0036230          Flag Gating Register 1
SCU_IGCR2       0xF0036234          Flag Gating Register 2
SCU_IGCR3       0xF0036238          Flag Gating Register 3
SCU_DTSLIM      0xF0036240          Die Temperature Sensor Limit Register
SCU_ACCEN1      0xF00363F8          Access Enable Register 1
SCU_ACCEN0      0xF00363FC          Access Enable Register 0
SMU_CLC         0xF0036800          Clock Control Register
SMU_ID          0xF0036808          Module Identification Register
SMU_CMD         0xF0036820          Command Register
SMU_STS         0xF0036824          Status Register
SMU_FSP         0xF0036828          Fault Signaling Protocol
SMU_AGC         0xF003682C          Alarm Global Configuration
SMU_RTC         0xF0036830          Fault Signaling Protocol
SMU_KEYS        0xF0036834          Key Register
SMU_DBG         0xF0036838          Debug Register
SMU_PCTL        0xF003683C          Port Control
SMU_AFCNT       0xF0036840          Alarm and Fault Counter
SMU_RTAC0       0xF0036860          Recovery Timer Alarm Configuration
SMU_RTAC1       0xF0036864          Recovery Timer Alarm Configuration
SMU_AG0CF0      0xF0036900          Alarm Configuration Register
SMU_AG0CF1      0xF0036904          Alarm Configuration Register
SMU_AG0CF2      0xF0036908          Alarm Configuration Register
SMU_AG1CF0      0xF003690C          Alarm Configuration Register
SMU_AG1CF1      0xF0036910          Alarm Configuration Register
SMU_AG1CF2      0xF0036914          Alarm Configuration Register
SMU_AG2CF0      0xF0036918          Alarm Configuration Register
SMU_AG2CF1      0xF003691C          Alarm Configuration Register
SMU_AG2CF2      0xF0036920          Alarm Configuration Register
SMU_AG3CF0      0xF0036924          Alarm Configuration Register
SMU_AG3CF1      0xF0036928          Alarm Configuration Register
SMU_AG3CF2      0xF003692C          Alarm Configuration Register
SMU_AG4CF0      0xF0036930          Alarm Configuration Register
SMU_AG4CF1      0xF0036934          Alarm Configuration Register
SMU_AG4CF2      0xF0036938          Alarm Configuration Register
SMU_AG5CF0      0xF003693C          Alarm Configuration Register
SMU_AG5CF1      0xF0036940          Alarm Configuration Register
SMU_AG5CF2      0xF0036944          Alarm Configuration Register
SMU_AG6CF0      0xF0036948          Alarm Configuration Register
SMU_AG6CF1      0xF003694C          Alarm Configuration Register
SMU_AG6CF2      0xF0036950          Alarm Configuration Register
SMU_AG0FSP      0xF0036980          FSP Configuration Register
SMU_AG1FSP      0xF0036984          FSP Configuration Register
SMU_AG2FSP      0xF0036988          FSP Configuration Register
SMU_AG3FSP      0xF003698C          FSP Configuration Register
SMU_AG4FSP      0xF0036990          FSP Configuration Register
SMU_AG5FSP      0xF0036994          FSP Configuration Register
SMU_AG6FSP      0xF0036998          FSP Configuration Register
SMU_AG0         0xF00369C0          Alarm Status Register
SMU_AG1         0xF00369C4          Alarm Status Register
SMU_AG2         0xF00369C8          Alarm Status Register
SMU_AG3         0xF00369CC          Alarm Status Register
SMU_AG4         0xF00369D0          Alarm Status Register
SMU_AG5         0xF00369D4          Alarm Status Register
SMU_AG6         0xF00369D8          Alarm Status Register
SMU_AD0         0xF0036A00          Alarm Status Register
SMU_AD1         0xF0036A04          Alarm Status Register
SMU_AD2         0xF0036A08          Alarm Status Register
SMU_AD3         0xF0036A0C          Alarm Status Register
SMU_AD4         0xF0036A10          Alarm Status Register
SMU_AD5         0xF0036A14          Alarm Status Register
SMU_AD6         0xF0036A18          Alarm Status Register
SMU_RMCTL       0xF0036B00          Register Monitor Control
SMU_RMEF        0xF0036B04          Register Monitor Error Flags
SMU_RMSTS       0xF0036B08          Register Monitor Self Test Status
SMU_OCS         0xF0036FE8          OCDS Control and Status
SMU_KRSTCLR     0xF0036FEC          SMU Reset Status Clear Register
SMU_KRST1       0xF0036FF0          SMU Reset Register 1
SMU_KRST0       0xF0036FF4          SMU Reset Register 0
SMU_ACCEN1      0xF0036FF8          SMU Access Enable Register 1
SMU_ACCEN0      0xF0036FFC          SMU Access Enable Register 0
INT_ID          0xF0037008          Module Identification Register
INT_SRB0        0xF0037010          Service Request Broadcast Register 0
INT_SRB1        0xF0037014          Service Request Broadcast Register 1
INT_OOBS        0xF0037080          OTGM OTGB0/1 Status
INT_OSSIC       0xF0037084          OTGM SSI Control
INT_OIXTS       0xF0037088          OTGM IRQ MUX Trigger Set Select
INT_OIXMS       0xF003708C          OTGM IRQ MUX Missed IRQ Select
INT_OIXS0       0xF0037090          OTGM IRQ MUX Select 0
INT_OIXS1       0xF0037094          OTGM IRQ MUX Select 1
INT_OIT         0xF00370A0          OTGM IRQ Trace
INT_OMISP       0xF00370A4          OTGM MCDS I/F Sensitivity Posedge
INT_OMISN       0xF00370A8          OTGM MCDS I/F Sensitivity Negedge
INT_ACCEN01     0xF00370F0          Kernel 0 Access Enable Register 1
INT_ACCEN00     0xF00370F4          Access Enable Register 0
INT_ACCEN11     0xF00370F8          Kernel 1 Access Enable Register 1
INT_ACCEN10     0xF00370FC          Kernel 1 Access Enable Register 0
INT_LWSR0       0xF0037100          Latest Winning Service Request Register 0
INT_LASR0       0xF0037104          Last Acknowledged Service Request Register 0
INT_ECR0        0xF0037108          Error Capture Register 0
INT_LWSR1       0xF0037110          Latest Winning Service Request Register 1
INT_LASR1       0xF0037114          Last Acknowledged Service Request Register 1
INT_ECR1        0xF0037118          Error Capture Register 1
INT_LWSR3       0xF0037130          Latest Winning Service Request Register 3
INT_LASR3       0xF0037134          Last Acknowledged Service Request Register 3
INT_ECR3        0xF0037138          Error Capture Register 3
SRC_CPU0SBSRC   0xF0038000          CPU 0 Software Breakpoint Service Request
SRC_CPU1SBSRC   0xF0038004          CPU 1 Software Breakpoint Service Request
SRC_EMEM        0xF0038020          Emulation Memory Service Request
SRC_AGBT        0xF0038024          AGBT Service Request
SRC_BCUSPBSBSRC 0xF0038040          Bus Control Unit SPB Service Request
SRC_XBARSRC     0xF0038048          XBAR_SRI Service Request
SRC_CERBERUS0   0xF0038050          Cerberus Service Request 0
SRC_CERBERUS1   0xF0038054          Cerberus Service Request 1
SRC_ASCLIN0TX   0xF0038080          ASCLIN 0 Transmit Service Request
SRC_ASCLIN0RX   0xF0038084          ASCLIN 0 Receive Service Request
SRC_ASCLIN0ERR  0xF0038088          ASCLIN 0 Error Service Request
SRC_ASCLIN1TX   0xF003808C          ASCLIN 1 Transmit Service Request
SRC_ASCLIN1RX   0xF0038090          ASCLIN 1 Receive Service Request
SRC_ASCLIN1ERR  0xF0038094          ASCLIN 1 Error Service Request
SRC_ASCLIN2TX   0xF0038098          ASCLIN 2 Transmit Service Request
SRC_ASCLIN2RX   0xF003809C          ASCLIN 2 Receive Service Request
SRC_ASCLIN2ERR  0xF00380A0          ASCLIN 2 Error Service Request
SRC_ASCLIN3TX   0xF00380A4          ASCLIN 3 Transmit Service Request
SRC_ASCLIN3RX   0xF00380A8          ASCLIN 3 Receive Service Request
SRC_ASCLIN3ERR  0xF00380AC          ASCLIN 3 Error Service Request
SRC_QSPI0TX     0xF0038190          QSPI 0 Transmit Service Request
SRC_QSPI0RX     0xF0038194          QSPI 0 Receive Service Request
SRC_QSPI0ERR    0xF0038198          QSPI 0 Error Service Request
SRC_QSPI0PT     0xF003819C          QSPI 0 Phase Transition Service Request
SRC_RESERVED10  0xF00381A0          Reserved Service Request 10
SRC_QSPI0U      0xF00381A4          QSPI 0 User Defined Service Request
SRC_QSPI1TX     0xF00381A8          QSPI 1 Transmit Service Request
SRC_QSPI1RX     0xF00381AC          QSPI 1 Receive Service Request
SRC_QSPI1ERR    0xF00381B0          QSPI 1 Error Service Request
SRC_QSPI1PT     0xF00381B4          QSPI 1 Phase Transition Service Request
SRC_RESERVED11  0xF00381B8          Reserved Service Request 11
SRC_QSPI1U      0xF00381BC          QSPI 1 User Defined Service Request
SRC_QSPI2TX     0xF00381C0          QSPI 2 Transmit Service Request
SRC_QSPI2RX     0xF00381C4          QSPI 2 Receive Service Request
SRC_QSPI2ERR    0xF00381C8          QSPI 2 Error Service Request
SRC_QSPI2PT     0xF00381CC          QSPI 2 Phase Transition Service Request
SRC_QSPI2HC     0xF00381D0          QSPI 2 High Speed Capture Service Request
SRC_QSPI2U      0xF00381D4          QSPI 2 User Defined Service Request
SRC_QSPI3TX     0xF00381D8          QSPI 3 Transmit Service Request
SRC_QSPI3RX     0xF00381DC          QSPI 3 Receive Service Request
SRC_QSPI3ERR    0xF00381E0          QSPI 3 Error Service Request
SRC_QSPI3PT     0xF00381E4          QSPI 3 Phase Transition Service Request
SRC_QSPI3HC     0xF00381E8          QSPI 3 High Speed Capture Service Request
SRC_QSPI3U      0xF00381EC          QSPI 3 User Defined Service Request
SRC_HSCT        0xF0038290          HSCT Service Request
SRC_HSSLCOK0    0xF00382A0          Channel 0 OK Service Request m
SRC_HSSLRDI0    0xF00382A4          Channel 0 Read Data Service Request m
SRC_HSSLERR0    0xF00382A8          Channel 0 Error ServiceRequest m
SRC_HSSLTRG0    0xF00382AC          Channel 0 Trigger Service Request m
SRC_HSSLCOK1    0xF00382B0          Channel 1 OK Service Request m
SRC_HSSLRDI1    0xF00382B4          Channel 1 Read Data Service Request m
SRC_HSSLERR1    0xF00382B8          Channel 1 Error ServiceRequest m
SRC_HSSLTRG1    0xF00382BC          Channel 1 Trigger Service Request m
SRC_HSSLCOK2    0xF00382C0          Channel 2 OK Service Request m
SRC_HSSLRDI2    0xF00382C4          Channel 2 Read Data Service Request m
SRC_HSSLERR2    0xF00382C8          Channel 2 Error ServiceRequest m
SRC_HSSLTRG2    0xF00382CC          Channel 2 Trigger Service Request m
SRC_HSSLCOK3    0xF00382D0          Channel 3 OK Service Request m
SRC_HSSLRDI3    0xF00382D4          Channel 3 Read Data Service Request m
SRC_HSSLERR3    0xF00382D8          Channel 3 Error ServiceRequest m
SRC_HSSLTRG3    0xF00382DC          Channel 3 Trigger Service Request m
SRC_HSSLEXI     0xF00382E0          Exception Service Request
SRC_I2C0BREQ    0xF0038300          I2C 0 Burst Data Transfer Request
SRC_I2C0LBREQ   0xF0038304          I2C 0 Last Burst Data Transfer Service Request
SRC_I2C0SREQ    0xF0038308          I2C 0 Single Data Transfer Service Request
SRC_I2C0LSREQ   0xF003830C          I2C 0 Last Single Data Transfer Service Request
SRC_I2C0ERR     0xF0038310          I2C 0 Error Service Request
SRC_I2C0P       0xF0038314          I2C 0 Kernel Service Request
SRC_SENT0       0xF0038350          SENT TRIG0 Service Request
SRC_SENT1       0xF0038354          SENT TRIG1 Service Request
SRC_SENT2       0xF0038358          SENT TRIG2 Service Request
SRC_SENT3       0xF003835C          SENT TRIG3 Service Request
SRC_SENT4       0xF0038360          SENT TRIG4 Service Request
SRC_SENT5       0xF0038364          SENT TRIG5 Service Request
SRC_MSC0SR0     0xF00383E0          MSC 0 Service Request 0
SRC_MSC0SR1     0xF00383E4          MSC 0 Service Request 1
SRC_MSC0SR2     0xF00383E8          MSC 0 Service Request 2
SRC_MSC0SR3     0xF00383EC          MSC 0 Service Request 3
SRC_MSC0SR4     0xF00383F0          MSC 0 Service Request 4
SRC_MSC1SR0     0xF00383F4          MSC 1 Service Request 0
SRC_MSC1SR1     0xF00383F8          MSC 1 Service Request 1
SRC_MSC1SR2     0xF00383FC          MSC 1 Service Request 2
SRC_MSC1SR3     0xF0038400          MSC 1 Service Request 3
SRC_MSC1SR4     0xF0038404          MSC 1 Service Request 4
SRC_CCU60SR0    0xF0038420          CCU6 0 Service Request 0
SRC_CCU60SR1    0xF0038424          CCU6 0 Service Request 1
SRC_CCU60SR2    0xF0038428          CCU6 0 Service Request 2
SRC_CCU60SR3    0xF003842C          CCU6 0 Service Request 3
SRC_CCU61SR0    0xF0038430          CCU6 1 Service Request 0
SRC_CCU61SR1    0xF0038434          CCU6 1 Service Request 1
SRC_CCU61SR2    0xF0038438          CCU6 1 Service Request 2
SRC_CCU61SR3    0xF003843C          CCU6 1 Service Request 3
SRC_GPT120CIRQ  0xF0038460          GPT120 CAPREL Service Request
SRC_GPT120T2    0xF0038464          GPT120 T2 Overflow/Underflow Service Request
SRC_GPT120T3    0xF0038468          GPT120 T3 Overflow/Underflow Service Request
SRC_GPT120T4    0xF003846C          GPT120 T4 Overflow/Underflow Service Request
SRC_GPT120T5    0xF0038470          GPT120 T5 Overflow/Underflow Service Request
SRC_GPT120T6    0xF0038474          GPT120 T6 Overflow/Underflow Service Request
SRC_STM0SR0     0xF0038490          System Timer 0 Service Request 0
SRC_STM0SR1     0xF0038494          System Timer 0 Service Request 1
SRC_STM1SR0     0xF0038498          System Timer 1 Service Request 0
SRC_STM1SR1     0xF003849C          System Timer 1 Service Request 1
SRC_FCE         0xF00384B0          FCE Error Service Request
SRC_DMAERR      0xF00384F0          DMA Error Service Request
SRC_DMACH0      0xF0038500          DMA Channel 0 Service Request
SRC_DMACH1      0xF0038504          DMA Channel 1 Service Request
SRC_DMACH2      0xF0038508          DMA Channel 2 Service Request
SRC_DMACH3      0xF003850C          DMA Channel 3 Service Request
SRC_DMACH4      0xF0038510          DMA Channel 4 Service Request
SRC_DMACH5      0xF0038514          DMA Channel 5 Service Request
SRC_DMACH6      0xF0038518          DMA Channel 6 Service Request
SRC_DMACH7      0xF003851C          DMA Channel 7 Service Request
SRC_DMACH8      0xF0038520          DMA Channel 8 Service Request
SRC_DMACH9      0xF0038524          DMA Channel 9 Service Request
SRC_DMACH10     0xF0038528          DMA Channel 10 Service Request
SRC_DMACH11     0xF003852C          DMA Channel 11 Service Request
SRC_DMACH12     0xF0038530          DMA Channel 12 Service Request
SRC_DMACH13     0xF0038534          DMA Channel 13 Service Request
SRC_DMACH14     0xF0038538          DMA Channel 14 Service Request
SRC_DMACH15     0xF003853C          DMA Channel 15 Service Request
SRC_DMACH16     0xF0038540          DMA Channel 16 Service Request
SRC_DMACH17     0xF0038544          DMA Channel 17 Service Request
SRC_DMACH18     0xF0038548          DMA Channel 18 Service Request
SRC_DMACH19     0xF003854C          DMA Channel 19 Service Request
SRC_DMACH20     0xF0038550          DMA Channel 20 Service Request
SRC_DMACH21     0xF0038554          DMA Channel 21 Service Request
SRC_DMACH22     0xF0038558          DMA Channel 22 Service Request
SRC_DMACH23     0xF003855C          DMA Channel 23 Service Request
SRC_DMACH24     0xF0038560          DMA Channel 24 Service Request
SRC_DMACH25     0xF0038564          DMA Channel 25 Service Request
SRC_DMACH26     0xF0038568          DMA Channel 26 Service Request
SRC_DMACH27     0xF003856C          DMA Channel 27 Service Request
SRC_DMACH28     0xF0038570          DMA Channel 28 Service Request
SRC_DMACH29     0xF0038574          DMA Channel 29 Service Request
SRC_DMACH30     0xF0038578          DMA Channel 30 Service Request
SRC_DMACH31     0xF003857C          DMA Channel 31 Service Request
SRC_DMACH32     0xF0038580          DMA Channel 32 Service Request
SRC_DMACH33     0xF0038584          DMA Channel 33 Service Request
SRC_DMACH34     0xF0038588          DMA Channel 34 Service Request
SRC_DMACH35     0xF003858C          DMA Channel 35 Service Request
SRC_DMACH36     0xF0038590          DMA Channel 36 Service Request
SRC_DMACH37     0xF0038594          DMA Channel 37 Service Request
SRC_DMACH38     0xF0038598          DMA Channel 38 Service Request
SRC_DMACH39     0xF003859C          DMA Channel 39 Service Request
SRC_DMACH40     0xF00385A0          DMA Channel 40 Service Request
SRC_DMACH41     0xF00385A4          DMA Channel 41 Service Request
SRC_DMACH42     0xF00385A8          DMA Channel 42 Service Request
SRC_DMACH43     0xF00385AC          DMA Channel 43 Service Request
SRC_DMACH44     0xF00385B0          DMA Channel 44 Service Request
SRC_DMACH45     0xF00385B4          DMA Channel 45 Service Request
SRC_DMACH46     0xF00385B8          DMA Channel 46 Service Request
SRC_DMACH47     0xF00385BC          DMA Channel 47 Service Request
SRC_ETH         0xF00388F0          Ethernet Service Request
SRC_CANINT0     0xF0038900          MULTICAN+ Service Request 0
SRC_CANINT1     0xF0038904          MULTICAN+ Service Request 1
SRC_CANINT2     0xF0038908          MULTICAN+ Service Request 2
SRC_CANINT3     0xF003890C          MULTICAN+ Service Request 3
SRC_CANINT4     0xF0038910          MULTICAN+ Service Request 4
SRC_CANINT5     0xF0038914          MULTICAN+ Service Request 5
SRC_CANINT6     0xF0038918          MULTICAN+ Service Request 6
SRC_CANINT7     0xF003891C          MULTICAN+ Service Request 7
SRC_CANINT8     0xF0038920          MULTICAN+ Service Request 8
SRC_CANINT9     0xF0038924          MULTICAN+ Service Request 9
SRC_CANINT10    0xF0038928          MULTICAN+ Service Request 10
SRC_CANINT11    0xF003892C          MULTICAN+ Service Request 11
SRC_CANINT12    0xF0038930          MULTICAN+ Service Request 12
SRC_CANINT13    0xF0038934          MULTICAN+ Service Request 13
SRC_CANINT14    0xF0038938          MULTICAN+ Service Request 14
SRC_CANINT15    0xF003893C          MULTICAN+ Service Request 15
SRC_VADCG0SR0   0xF0038980          VADC Group 0 Service Request 0
SRC_VADCG0SR1   0xF0038984          VADC Group 0 Service Request 1
SRC_VADCG0SR2   0xF0038988          VADC Group 0 Service Request 2
SRC_VADCG0SR3   0xF003898C          VADC Group 0 Service Request 3
SRC_VADCG1SR0   0xF0038990          VADC Group 1 Service Request 0
SRC_VADCG1SR1   0xF0038994          VADC Group 1 Service Request 1
SRC_VADCG1SR2   0xF0038998          VADC Group 1 Service Request 2
SRC_VADCG1SR3   0xF003899C          VADC Group 1 Service Request 3
SRC_VADCG2SR0   0xF00389A0          VADC Group 2 Service Request 0
SRC_VADCG2SR1   0xF00389A4          VADC Group 2 Service Request 1
SRC_VADCG2SR2   0xF00389A8          VADC Group 2 Service Request 2
SRC_VADCG2SR3   0xF00389AC          VADC Group 2 Service Request 3
SRC_VADCG3SR0   0xF00389B0          VADC Group 3 Service Request 0
SRC_VADCG3SR1   0xF00389B4          VADC Group 3 Service Request 1
SRC_VADCG3SR2   0xF00389B8          VADC Group 3 Service Request 2
SRC_VADCG3SR3   0xF00389BC          VADC Group 3 Service Request 3
SRC_VADCCG0SR0  0xF0038AA0          VADC Common Group 0 Service Request 0
SRC_VADCCG0SR1  0xF0038AA4          VADC Common Group 0 Service Request 1
SRC_VADCCG0SR2  0xF0038AA8          VADC Common Group 0 Service Request 2
SRC_VADCCG0SR3  0xF0038AAC          VADC Common Group 0 Service Request 3
SRC_VADCCG1SR0  0xF0038AB0          VADC Common Group 1 Service Request 0
SRC_VADCCG1SR1  0xF0038AB4          VADC Common Group 1 Service Request 1
SRC_VADCCG1SR2  0xF0038AB8          VADC Common Group 1 Service Request 2
SRC_VADCCG1SR3  0xF0038ABC          VADC Common Group 1 Service Request 3
SRC_DSADCSRM0   0xF0038B50          DSADC SRM0 Service Request
SRC_DSADCSRA0   0xF0038B54          DSADC SRA0 Service Request
SRC_DSADCSRM2   0xF0038B60          DSADC SRM2 Service Request
SRC_DSADCSRA2   0xF0038B64          DSADC SRA2 Service Request
SRC_DSADCSRM3   0xF0038B68          DSADC SRM3 Service Request
SRC_DSADCSRA3   0xF0038B6C          DSADC SRA3 Service Request
SRC_ERAYINT0    0xF0038BE0          E-RAY Service Request 0
SRC_ERAYINT1    0xF0038BE4          E-RAY Service Request 1
SRC_ERAYTINT0   0xF0038BE8          E-RAY Timer Interrupt 0 Service Request
SRC_ERAYTINT1   0xF0038BEC          E-RAY Timer Interrupt 1 Service Request
SRC_ERAYNDAT0   0xF0038BF0          E-RAY New Data 0 Service Request
SRC_ERAYNDAT1   0xF0038BF4          E-RAY New Data 1 Service Request
SRC_ERAYMBSC0   0xF0038BF8          E-RAY Message Buffer Status Changed 0 Service Request
SRC_ERAYMBSC1   0xF0038BFC          E-RAY Message Buffer Status Changed 1 Service Request
SRC_ERAYOBUSY   0xF0038C00          E-RAY Output Buffer Busy Service Request
SRC_ERAYIBUSY   0xF0038C04          E-RAY Input Buffer Busy Service Request
SRC_PMU00       0xF0038C30          PMU 0 Service Request 0
SRC_PMU01       0xF0038C34          PMU 0 Service Request 1
SRC_SCUDTS      0xF0038CD0          SCU DTS Busy Service Request
SRC_SCUERU0     0xF0038CD4          SCU ERU Service Request 0
SRC_SCUERU1     0xF0038CD8          SCU ERU Service Request 1
SRC_SCUERU2     0xF0038CDC          SCU ERU Service Request 2
SRC_SCUERU3     0xF0038CE0          SCU ERU Service Request 3
SRC_SCR         0xF0038D00          Stand By Controller Service Request
SRC_SMU0        0xF0038D10          SMU Service Request 0
SRC_SMU1        0xF0038D14          SMU Service Request 1
SRC_SMU2        0xF0038D18          SMU Service Request 2
SRC_PSI50       0xF0038D30          PSI5 Service Request 0
SRC_PSI51       0xF0038D34          PSI5 Service Request 1
SRC_PSI52       0xF0038D38          PSI5 Service Request 2
SRC_PSI53       0xF0038D3C          PSI5 Service Request 3
SRC_PSI54       0xF0038D40          PSI5 Service Request 4
SRC_PSI55       0xF0038D44          PSI5 Service Request 5
SRC_PSI56       0xF0038D48          PSI5 Service Request 6
SRC_PSI57       0xF0038D4C          PSI5 Service Request 7
SRC_CIFMI       0xF0038DA0          CIF MI Service Request
SRC_CIFMIEP     0xF0038DA4          CIF MI EP Service Request
SRC_CIFISP      0xF0038DA8          CIF ISP Service Request
SRC_CIFMJPEG    0xF0038DAC          CIF MJPEG Service Request
SRC_LMU         0xF0038DE0          LMU Service Request
SRC_PSI5S0      0xF0038DF0          PSI5-S Service Request 0
SRC_PSI5S1      0xF0038DF4          PSI5-S Service Request 1
SRC_PSI5S2      0xF0038DF8          PSI5-S Service Request 2
SRC_PSI5S3      0xF0038DFC          PSI5-S Service Request 3
SRC_PSI5S4      0xF0038E00          PSI5-S Service Request 4
SRC_PSI5S5      0xF0038E04          PSI5-S Service Request 5
SRC_PSI5S6      0xF0038E08          PSI5-S Service Request 6
SRC_PSI5S7      0xF0038E0C          PSI5-S Service Request 7
SRC_FFTDONE     0xF0038FC0          FFT Done Service Request
SRC_FFTERR      0xF0038FC4          FFT Error Service Request
SRC_FFTRFS      0xF0038FC8          FFT Ready For Start Service Request
SRC_GPSR00      0xF0039000          General Purpose Service Request 00
SRC_GPSR01      0xF0039004          General Purpose Service Request 01
SRC_GPSR02      0xF0039008          General Purpose Service Request 02
SRC_GPSR03      0xF003900C          General Purpose Service Request 03
SRC_GPSR10      0xF0039020          General Purpose Service Request 10
SRC_GPSR11      0xF0039024          General Purpose Service Request 11
SRC_GPSR12      0xF0039028          General Purpose Service Request 12
SRC_GPSR13      0xF003902C          General Purpose Service Request 13
SRC_GTMAEIIRQ   0xF0039600          GTM AEI Shared Service Request
SRC_GTMARUIRQ0  0xF0039604          GTM ARU Shared Service Request 0
SRC_GTMARUIRQ1  0xF0039608          GTM ARU Shared Service Request 1
SRC_GTMARUIRQ2  0xF003960C          GTM ARU Shared Service Request 2
SRC_GTMBRCIRQ   0xF0039614          GTM BRC Shared Service Request
SRC_GTMCMPIRQ   0xF0039618          GTM CMP Shared Service Request
SRC_GTMSPE0IRQ  0xF003961C          GTM SPE0 Shared Service Request
SRC_GTMSPE1IRQ  0xF0039620          GTM SPE1 Shared Service Request
SRC_GTMPSM00    0xF003962C          GTM PSM0 Shared Service Request 0
SRC_GTMPSM01    0xF0039630          GTM PSM0 Shared Service Request 1
SRC_GTMPSM02    0xF0039634          GTM PSM0 Shared Service Request 2
SRC_GTMPSM03    0xF0039638          GTM PSM0 Shared Service Request 3
SRC_GTMPSM04    0xF003963C          GTM PSM0 Shared Service Request 4
SRC_GTMPSM05    0xF0039640          GTM PSM0 Shared Service Request 5
SRC_GTMPSM06    0xF0039644          GTM PSM0 Shared Service Request 6
SRC_GTMPSM07    0xF0039648          GTM PSM0 Shared Service Request 7
SRC_GTMDPLL0    0xF00396A4          GTM DPLL Service Request 0
SRC_GTMDPLL1    0xF00396A8          GTM DPLL Service Request 1
SRC_GTMDPLL2    0xF00396AC          GTM DPLL Service Request 2
SRC_GTMDPLL3    0xF00396B0          GTM DPLL Service Request 3
SRC_GTMDPLL4    0xF00396B4          GTM DPLL Service Request 4
SRC_GTMDPLL5    0xF00396B8          GTM DPLL Service Request 5
SRC_GTMDPLL6    0xF00396BC          GTM DPLL Service Request 6
SRC_GTMDPLL7    0xF00396C0          GTM DPLL Service Request 7
SRC_GTMDPLL8    0xF00396C4          GTM DPLL Service Request 8
SRC_GTMDPLL9    0xF00396C8          GTM DPLL Service Request 9
SRC_GTMDPLL10   0xF00396CC          GTM DPLL Service Request 10
SRC_GTMDPLL11   0xF00396D0          GTM DPLL Service Request 11
SRC_GTMDPLL12   0xF00396D4          GTM DPLL Service Request 12
SRC_GTMDPLL13   0xF00396D8          GTM DPLL Service Request 13
SRC_GTMDPLL14   0xF00396DC          GTM DPLL Service Request 14
SRC_GTMDPLL15   0xF00396E0          GTM DPLL Service Request 15
SRC_GTMDPLL16   0xF00396E4          GTM DPLL Service Request 16
SRC_GTMDPLL17   0xF00396E8          GTM DPLL Service Request 17
SRC_GTMDPLL18   0xF00396EC          GTM DPLL Service Request 18
SRC_GTMDPLL19   0xF00396F0          GTM DPLL Service Request 19
SRC_GTMDPLL20   0xF00396F4          GTM DPLL Service Request 20
SRC_GTMDPLL21   0xF00396F8          GTM DPLL Service Request 21
SRC_GTMDPLL22   0xF00396FC          GTM DPLL Service Request 22
SRC_GTMDPLL23   0xF0039700          GTM DPLL Service Request 23
SRC_GTMDPLL24   0xF0039704          GTM DPLL Service Request 24
SRC_GTMDPLL25   0xF0039708          GTM DPLL Service Request 25
SRC_GTMDPLL26   0xF003970C          GTM DPLL Service Request 26
SRC_GTMERR      0xF0039770          GTM Error Service Request
SRC_GTMTIM00    0xF0039780          GTM TIM0 Shared Service Request 0
SRC_GTMTIM01    0xF0039784          GTM TIM0 Shared Service Request 1
SRC_GTMTIM02    0xF0039788          GTM TIM0 Shared Service Request 2
SRC_GTMTIM03    0xF003978C          GTM TIM0 Shared Service Request 3
SRC_GTMTIM04    0xF0039790          GTM TIM0 Shared Service Request 4
SRC_GTMTIM05    0xF0039794          GTM TIM0 Shared Service Request 5
SRC_GTMTIM06    0xF0039798          GTM TIM0 Shared Service Request 6
SRC_GTMTIM07    0xF003979C          GTM TIM0 Shared Service Request 7
SRC_GTMTIM10    0xF00397A0          GTM TIM1 Shared Service Request 0
SRC_GTMTIM11    0xF00397A4          GTM TIM1 Shared Service Request 1
SRC_GTMTIM12    0xF00397A8          GTM TIM1 Shared Service Request 2
SRC_GTMTIM13    0xF00397AC          GTM TIM1 Shared Service Request 3
SRC_GTMTIM14    0xF00397B0          GTM TIM1 Shared Service Request 4
SRC_GTMTIM15    0xF00397B4          GTM TIM1 Shared Service Request 5
SRC_GTMTIM16    0xF00397B8          GTM TIM1 Shared Service Request 6
SRC_GTMTIM17    0xF00397BC          GTM TIM1 Shared Service Request 7
SRC_GTMTIM20    0xF00397C0          GTM TIM2 Shared Service Request 0
SRC_GTMTIM21    0xF00397C4          GTM TIM2 Shared Service Request 1
SRC_GTMTIM22    0xF00397C8          GTM TIM2 Shared Service Request 2
SRC_GTMTIM23    0xF00397CC          GTM TIM2 Shared Service Request 3
SRC_GTMTIM24    0xF00397D0          GTM TIM2 Shared Service Request 4
SRC_GTMTIM25    0xF00397D4          GTM TIM2 Shared Service Request 5
SRC_GTMTIM26    0xF00397D8          GTM TIM2 Shared Service Request 6
SRC_GTMTIM27    0xF00397DC          GTM TIM2 Shared Service Request 7
SRC_GTMMCS00    0xF0039980          GTM MCS0 Shared Service Request 0
SRC_GTMMCS01    0xF0039984          GTM MCS0 Shared Service Request 1
SRC_GTMMCS02    0xF0039988          GTM MCS0 Shared Service Request 2
SRC_GTMMCS03    0xF003998C          GTM MCS0 Shared Service Request 3
SRC_GTMMCS04    0xF0039990          GTM MCS0 Shared Service Request 4
SRC_GTMMCS05    0xF0039994          GTM MCS0 Shared Service Request 5
SRC_GTMMCS06    0xF0039998          GTM MCS0 Shared Service Request 6
SRC_GTMMCS07    0xF003999C          GTM MCS0 Shared Service Request 7
SRC_GTMMCS10    0xF00399A0          GTM MCS1 Shared Service Request 0
SRC_GTMMCS11    0xF00399A4          GTM MCS1 Shared Service Request 1
SRC_GTMMCS12    0xF00399A8          GTM MCS1 Shared Service Request 2
SRC_GTMMCS13    0xF00399AC          GTM MCS1 Shared Service Request 3
SRC_GTMMCS14    0xF00399B0          GTM MCS1 Shared Service Request 4
SRC_GTMMCS15    0xF00399B4          GTM MCS1 Shared Service Request 5
SRC_GTMMCS16    0xF00399B8          GTM MCS1 Shared Service Request 6
SRC_GTMMCS17    0xF00399BC          GTM MCS1 Shared Service Request 7
SRC_GTMMCS20    0xF00399C0          GTM MCS2 Shared Service Request 0
SRC_GTMMCS21    0xF00399C4          GTM MCS2 Shared Service Request 1
SRC_GTMMCS22    0xF00399C8          GTM MCS2 Shared Service Request 2
SRC_GTMMCS23    0xF00399CC          GTM MCS2 Shared Service Request 3
SRC_GTMMCS24    0xF00399D0          GTM MCS2 Shared Service Request 4
SRC_GTMMCS25    0xF00399D4          GTM MCS2 Shared Service Request 5
SRC_GTMMCS26    0xF00399D8          GTM MCS2 Shared Service Request 6
SRC_GTMMCS27    0xF00399DC          GTM MCS2 Shared Service Request 7
SRC_GTMTOM00    0xF0039B80          GTM TOM0 Shared Service Request 0
SRC_GTMTOM01    0xF0039B84          GTM TOM0 Shared Service Request 1
SRC_GTMTOM02    0xF0039B88          GTM TOM0 Shared Service Request 2
SRC_GTMTOM03    0xF0039B8C          GTM TOM0 Shared Service Request 3
SRC_GTMTOM04    0xF0039B90          GTM TOM0 Shared Service Request 4
SRC_GTMTOM05    0xF0039B94          GTM TOM0 Shared Service Request 5
SRC_GTMTOM06    0xF0039B98          GTM TOM0 Shared Service Request 6
SRC_GTMTOM07    0xF0039B9C          GTM TOM0 Shared Service Request 7
SRC_GTMTOM10    0xF0039BA0          GTM TOM1 Shared Service Request 0
SRC_GTMTOM11    0xF0039BA4          GTM TOM1 Shared Service Request 1
SRC_GTMTOM12    0xF0039BA8          GTM TOM1 Shared Service Request 2
SRC_GTMTOM13    0xF0039BAC          GTM TOM1 Shared Service Request 3
SRC_GTMTOM14    0xF0039BB0          GTM TOM1 Shared Service Request 4
SRC_GTMTOM15    0xF0039BB4          GTM TOM1 Shared Service Request 5
SRC_GTMTOM16    0xF0039BB8          GTM TOM1 Shared Service Request 6
SRC_GTMTOM17    0xF0039BBC          GTM TOM1 Shared Service Request 7
SRC_GTMATOM00   0xF0039D80          GTM ATOM0 Shared Service Request 0
SRC_GTMATOM01   0xF0039D84          GTM ATOM0 Shared Service Request 1
SRC_GTMATOM02   0xF0039D88          GTM ATOM0 Shared Service Request 2
SRC_GTMATOM03   0xF0039D8C          GTM ATOM0 Shared Service Request 3
SRC_GTMATOM10   0xF0039D90          GTM ATOM1 Shared Service Request 0
SRC_GTMATOM11   0xF0039D94          GTM ATOM1 Shared Service Request 1
SRC_GTMATOM12   0xF0039D98          GTM ATOM1 Shared Service Request 2
SRC_GTMATOM13   0xF0039D9C          GTM ATOM1 Shared Service Request 3
SRC_GTMATOM20   0xF0039DA0          GTM ATOM2 Shared Service Request 0
SRC_GTMATOM21   0xF0039DA4          GTM ATOM2 Shared Service Request 1
SRC_GTMATOM22   0xF0039DA8          GTM ATOM2 Shared Service Request 2
SRC_GTMATOM23   0xF0039DAC          GTM ATOM2 Shared Service Request 3
SRC_GTMATOM30   0xF0039DB0          GTM ATOM3 Shared Service Request 0
SRC_GTMATOM31   0xF0039DB4          GTM ATOM3 Shared Service Request 1
SRC_GTMATOM32   0xF0039DB8          GTM ATOM3 Shared Service Request 2
SRC_GTMATOM33   0xF0039DBC          GTM ATOM3 Shared Service Request 3
SRC_GTMMCSW00   0xF0039F00          GTM Multi Channel Sequencer 0 Service Request 0
SRC_GTMMCSW01   0xF0039F04          GTM Multi Channel Sequencer 0 Service Request 1
SRC_GTMMCSW02   0xF0039F08          GTM Multi Channel Sequencer 0 Service Request 2
SRC_GTMMCSW10   0xF0039F40          GTM Multi Channel Sequencer 1 Service Request 0
SRC_GTMMCSW11   0xF0039F44          GTM Multi Channel Sequencer 1 Service Request 1
SRC_GTMMCSW12   0xF0039F48          GTM Multi Channel Sequencer 1 Service Request 2
P00_OUT         0xF003A000          Port 00 Output Register
P00_OMR         0xF003A004          Port 00 Output Modification Register
P00_ID          0xF003A008          Identification Register
P00_IOCR0       0xF003A010          Port 00 Input/Output Control Register 0
P00_IOCR4       0xF003A014          Port 00 Input/Output Control Register 4
P00_IOCR8       0xF003A018          Port 00 Input/Output Control Register 8
P00_IOCR12      0xF003A01C          Port 00 Input/Output Control Register 12
P00_IN          0xF003A024          Port 00 Input Register
P00_PDR0        0xF003A040          Port 00 Pad Driver Mode 0 Register
P00_PDR1        0xF003A044          Port 00 Pad Driver Mode 1 Register
P00_ESR         0xF003A050          Port 00 Emergency Stop Register
P00_PCSR        0xF003A064          Port 00 Pin Controller Select Register
P00_OMSR0       0xF003A070          Port 00 Output Modification Set Register 0
P00_OMSR4       0xF003A074          Port 00 Output Modification Set Register 4
P00_OMSR8       0xF003A078          Port 00 Output Modification Set Register 8
P00_OMSR12      0xF003A07C          Port 00 Output Modification Set Register 12
P00_OMCR0       0xF003A080          Port 00 Output Modification Clear Register 0
P00_OMCR4       0xF003A084          Port 00 Output Modification Clear Register 4
P00_OMCR8       0xF003A088          Port 00 Output Modification Clear Register 8
P00_OMCR12      0xF003A08C          Port 00 Output Modification Clear Register 12
P00_OMSR        0xF003A090          Port 00 Output Modification Set Register
P00_OMCR        0xF003A094          Port 00 Output Modification Clear Register
P00_ACCEN1      0xF003A0F8          Port 00 Access Enable Register 1
P00_ACCEN0      0xF003A0FC          Port 00 Access Enable Register 0
P02_OUT         0xF003A200          Port 02 Output Register
P02_OMR         0xF003A204          Port 02 Output Modification Register
P02_ID          0xF003A208          Identification Register
P02_IOCR0       0xF003A210          Port 02 Input/Output Control Register 0
P02_IOCR4       0xF003A214          Port 02 Input/Output Control Register 4
P02_IOCR8       0xF003A218          Port 02 Input/Output Control Register 8
P02_IN          0xF003A224          Port 02 Input Register
P02_PDR0        0xF003A240          Port 02 Pad Driver Mode 0 Register
P02_PDR1        0xF003A244          Port 02 Pad Driver Mode 1 Register
P02_ESR         0xF003A250          Port 02 Emergency Stop Register
P02_PCSR        0xF003A264          Port 02 Pin Controller Select Register
P02_OMSR0       0xF003A270          Port 02 Output Modification Set Register 0
P02_OMSR4       0xF003A274          Port 02 Output Modification Set Register 4
P02_OMSR8       0xF003A278          Port 02 Output Modification Set Register 8
P02_OMCR0       0xF003A280          Port 02 Output Modification Clear Register 0
P02_OMCR4       0xF003A284          Port 02 Output Modification Clear Register 4
P02_OMCR8       0xF003A288          Port 02 Output Modification Clear Register 8
P02_OMSR        0xF003A290          Port 02 Output Modification Set Register
P02_OMCR        0xF003A294          Port 02 Output Modification Clear Register
P02_ACCEN1      0xF003A2F8          Port 02 Access Enable Register 1
P02_ACCEN0      0xF003A2FC          Port 02 Access Enable Register 0
P10_OUT         0xF003B000          Port 10 Output Register
P10_OMR         0xF003B004          Port 10 Output Modification Register
P10_ID          0xF003B008          Identification Register
P10_IOCR0       0xF003B010          Port 10 Input/Output Control Register 0
P10_IOCR4       0xF003B014          Port 10 Input/Output Control Register 4
P10_IOCR8       0xF003B018          Port 10 Input/Output Control Register 8
P10_IN          0xF003B024          Port 10 Input Register
P10_PDR0        0xF003B040          Port 10 Pad Driver Mode 0 Register
P10_PDR1        0xF003B044          Port 10 Pad Driver Mode 1 Register
P10_ESR         0xF003B050          Port 10 Emergency Stop Register
P10_OMSR0       0xF003B070          Port 10 Output Modification Set Register 0
P10_OMSR4       0xF003B074          Port 10 Output Modification Set Register 4
P10_OMSR8       0xF003B078          Port 10 Output Modification Set Register 8
P10_OMCR0       0xF003B080          Port 10 Output Modification Clear Register 0
P10_OMCR4       0xF003B084          Port 10 Output Modification Clear Register 4
P10_OMCR8       0xF003B088          Port 10 Output Modification Clear Register 8
P10_OMSR        0xF003B090          Port 10 Output Modification Set Register
P10_OMCR        0xF003B094          Port 10 Output Modification Clear Register
P10_ACCEN1      0xF003B0F8          Port 10 Access Enable Register 1
P10_ACCEN0      0xF003B0FC          Port 10 Access Enable Register 0
P11_OUT         0xF003B100          Port 11 Output Register
P11_OMR         0xF003B104          Port 11 Output Modification Register
P11_ID          0xF003B108          Identification Register
P11_IOCR0       0xF003B110          Port 11 Input/Output Control Register 0
P11_IOCR4       0xF003B114          Port 11 Input/Output Control Register 4
P11_IOCR8       0xF003B118          Port 11 Input/Output Control Register 8
P11_IOCR12      0xF003B11C          Port 11 Input/Output Control Register 12
P11_IN          0xF003B124          Port 11 Input Register
P11_PDR0        0xF003B140          Port 11 Pad Driver Mode 0 Register
P11_PDR1        0xF003B144          Port 11 Pad Driver Mode 1 Register
P11_ESR         0xF003B150          Port 11 Emergency Stop Register
P11_PCSR        0xF003B164          Port 11 Pin Controller Select Register
P11_OMSR0       0xF003B170          Port 11 Output Modification Set Register 0
P11_OMSR4       0xF003B174          Port 11 Output Modification Set Register 4
P11_OMSR8       0xF003B178          Port 11 Output Modification Set Register 8
P11_OMSR12      0xF003B17C          Port 11 Output Modification Set Register 12
P11_OMCR0       0xF003B180          Port 11 Output Modification Clear Register 0
P11_OMCR4       0xF003B184          Port 11 Output Modification Clear Register 4
P11_OMCR8       0xF003B188          Port 11 Output Modification Clear Register 8
P11_OMCR12      0xF003B18C          Port 11 Output Modification Clear Register 12
P11_OMSR        0xF003B190          Port 11 Output Modification Set Register
P11_OMCR        0xF003B194          Port 11 Output Modification Clear Register
P11_ACCEN1      0xF003B1F8          Port 11 Access Enable Register 1
P11_ACCEN0      0xF003B1FC          Port 11 Access Enable Register 0
P13_OUT         0xF003B300          Port 13 Output Register
P13_OMR         0xF003B304          Port 13 Output Modification Register
P13_ID          0xF003B308          Identification Register
P13_IOCR0       0xF003B310          Port 13 Input/Output Control Register 0
P13_IN          0xF003B324          Port 13 Input Register
P13_PDR0        0xF003B340          Port 13 Pad Driver Mode 0 Register
P13_ESR         0xF003B350          Port 13 Emergency Stop Register
P13_OMSR0       0xF003B370          Port 13 Output Modification Set Register 0
P13_OMCR0       0xF003B380          Port 13 Output Modification Clear Register 0
P13_OMSR        0xF003B390          Port 13 Output Modification Set Register
P13_OMCR        0xF003B394          Port 13 Output Modification Clear Register
P13_LPCR0       0xF003B3A0          Port 13 LVDS Pad Control Register 0
P13_LPCR1       0xF003B3A4          Port 13 LVDS Pad Control Register 1
P13_ACCEN1      0xF003B3F8          Port 13 Access Enable Register 1
P13_ACCEN0      0xF003B3FC          Port 13 Access Enable Register 0
P14_OUT         0xF003B400          Port 14 Output Register
P14_OMR         0xF003B404          Port 14 Output Modification Register
P14_ID          0xF003B408          Identification Register
P14_IOCR0       0xF003B410          Port 14 Input/Output Control Register 0
P14_IOCR4       0xF003B414          Port 14 Input/Output Control Register 4
P14_IOCR8       0xF003B418          Port 14 Input/Output Control Register 8
P14_IN          0xF003B424          Port 14 Input Register
P14_PDR0        0xF003B440          Port 14 Pad Driver Mode 0 Register
P14_PDR1        0xF003B444          Port 14 Pad Driver Mode 1 Register
P14_ESR         0xF003B450          Port 14 Emergency Stop Register
P14_OMSR0       0xF003B470          Port 14 Output Modification Set Register 0
P14_OMSR4       0xF003B474          Port 14 Output Modification Set Register 4
P14_OMSR8       0xF003B478          Port 14 Output Modification Set Register 8
P14_OMCR0       0xF003B480          Port 14 Output Modification Clear Register 0
P14_OMCR4       0xF003B484          Port 14 Output Modification Clear Register 4
P14_OMCR8       0xF003B488          Port 14 Output Modification Clear Register 8
P14_OMSR        0xF003B490          Port 14 Output Modification Set Register
P14_OMCR        0xF003B494          Port 14 Output Modification Clear Register
P14_ACCEN1      0xF003B4F8          Port 14 Access Enable Register 1
P14_ACCEN0      0xF003B4FC          Port 14 Access Enable Register 0
P15_OUT         0xF003B500          Port 15 Output Register
P15_OMR         0xF003B504          Port 15 Output Modification Register
P15_ID          0xF003B508          Identification Register
P15_IOCR0       0xF003B510          Port 15 Input/Output Control Register 0
P15_IOCR4       0xF003B514          Port 15 Input/Output Control Register 4
P15_IOCR8       0xF003B518          Port 15 Input/Output Control Register 8
P15_IN          0xF003B524          Port 15 Input Register
P15_PDR0        0xF003B540          Port 15 Pad Driver Mode 0 Register
P15_PDR1        0xF003B544          Port 15 Pad Driver Mode 1 Register
P15_ESR         0xF003B550          Port 15 Emergency Stop Register
P15_OMSR0       0xF003B570          Port 15 Output Modification Set Register 0
P15_OMSR4       0xF003B574          Port 15 Output Modification Set Register 4
P15_OMSR8       0xF003B578          Port 15 Output Modification Set Register 8
P15_OMCR0       0xF003B580          Port 15 Output Modification Clear Register 0
P15_OMCR4       0xF003B584          Port 15 Output Modification Clear Register 4
P15_OMCR8       0xF003B588          Port 15 Output Modification Clear Register 8
P15_OMSR        0xF003B590          Port 15 Output Modification Set Register
P15_OMCR        0xF003B594          Port 15 Output Modification Clear Register
P15_ACCEN1      0xF003B5F8          Port 15 Access Enable Register 1
P15_ACCEN0      0xF003B5FC          Port 15 Access Enable Register 0
P20_OUT         0xF003C000          Port 20 Output Register
P20_OMR         0xF003C004          Port 20 Output Modification Register
P20_ID          0xF003C008          Identification Register
P20_IOCR0       0xF003C010          Port 20 Input/Output Control Register 0
P20_IOCR4       0xF003C014          Port 20 Input/Output Control Register 4
P20_IOCR8       0xF003C018          Port 20 Input/Output Control Register 8
P20_IOCR12      0xF003C01C          Port 20 Input/Output Control Register 12
P20_IN          0xF003C024          Port 20 Input Register
P20_PDR0        0xF003C040          Port 20 Pad Driver Mode 0 Register
P20_PDR1        0xF003C044          Port 20 Pad Driver Mode 1 Register
P20_ESR         0xF003C050          Port 20 Emergency Stop Register
P20_OMSR0       0xF003C070          Port 20 Output Modification Set Register 0
P20_OMSR4       0xF003C074          Port 20 Output Modification Set Register 4
P20_OMSR8       0xF003C078          Port 20 Output Modification Set Register 8
P20_OMSR12      0xF003C07C          Port 20 Output Modification Set Register 12
P20_OMCR0       0xF003C080          Port 20 Output Modification Clear Register 0
P20_OMCR4       0xF003C084          Port 20 Output Modification Clear Register 4
P20_OMCR8       0xF003C088          Port 20 Output Modification Clear Register 8
P20_OMCR12      0xF003C08C          Port 20 Output Modification Clear Register 12
P20_OMSR        0xF003C090          Port 20 Output Modification Set Register
P20_OMCR        0xF003C094          Port 20 Output Modification Clear Register
P20_ACCEN1      0xF003C0F8          Port 20 Access Enable Register 1
P20_ACCEN0      0xF003C0FC          Port 20 Access Enable Register 0
P21_OUT         0xF003C100          Port 21 Output Register
P21_OMR         0xF003C104          Port 21 Output Modification Register
P21_ID          0xF003C108          Identification Register
P21_IOCR0       0xF003C110          Port 21 Input/Output Control Register 0
P21_IOCR4       0xF003C114          Port 21 Input/Output Control Register 4
P21_IN          0xF003C124          Port 21 Input Register
P21_PDR0        0xF003C140          Port 21 Pad Driver Mode 0 Register
P21_ESR         0xF003C150          Port 21 Emergency Stop Register
P21_OMSR0       0xF003C170          Port 21 Output Modification Set Register 0
P21_OMSR4       0xF003C174          Port 21 Output Modification Set Register 4
P21_OMCR0       0xF003C180          Port 21 Output Modification Clear Register 0
P21_OMCR4       0xF003C184          Port 21 Output Modification Clear Register 4
P21_OMSR        0xF003C190          Port 21 Output Modification Set Register
P21_OMCR        0xF003C194          Port 21 Output Modification Clear Register
P21_LPCR1       0xF003C1A4          Port 21 LVDS Pad Control Register 1
P21_LPCR2       0xF003C1A8          Port 21 LVDS Pad Control Register 2
P21_ACCEN1      0xF003C1F8          Port 21 Access Enable Register 1
P21_ACCEN0      0xF003C1FC          Port 21 Access Enable Register 0
P22_OUT         0xF003C200          Port 22 Output Register
P22_OMR         0xF003C204          Port 22 Output Modification Register
P22_ID          0xF003C208          Identification Register
P22_IOCR0       0xF003C210          Port 22 Input/Output Control Register 0
P22_IN          0xF003C224          Port 22 Input Register
P22_PDR0        0xF003C240          Port 22 Pad Driver Mode 0 Register
P22_ESR         0xF003C250          Port 22 Emergency Stop Register
P22_OMSR0       0xF003C270          Port 22 Output Modification Set Register 0
P22_OMCR0       0xF003C280          Port 22 Output Modification Clear Register 0
P22_OMSR        0xF003C290          Port 22 Output Modification Set Register
P22_OMCR        0xF003C294          Port 22 Output Modification Clear Register
P22_LPCR0       0xF003C2A0          Port 22 LVDS Pad Control Register 0
P22_LPCR1       0xF003C2A4          Port 22 LVDS Pad Control Register 1
P22_ACCEN1      0xF003C2F8          Port 22 Access Enable Register 1
P22_ACCEN0      0xF003C2FC          Port 22 Access Enable Register 0
P23_OUT         0xF003C300          Port 23 Output Register
P23_OMR         0xF003C304          Port 23 Output Modification Register
P23_ID          0xF003C308          Identification Register
P23_IOCR0       0xF003C310          Port 23 Input/Output Control Register 0
P23_IOCR4       0xF003C314          Port 23 Input/Output Control Register 4
P23_IN          0xF003C324          Port 23 Input Register
P23_PDR0        0xF003C340          Port 23 Pad Driver Mode 0 Register
P23_ESR         0xF003C350          Port 23 Emergency Stop Register
P23_OMSR0       0xF003C370          Port 23 Output Modification Set Register 0
P23_OMCR0       0xF003C380          Port 23 Output Modification Clear Register 0
P23_OMSR        0xF003C390          Port 23 Output Modification Set Register
P23_OMCR        0xF003C394          Port 23 Output Modification Clear Register
P23_ACCEN1      0xF003C3F8          Port 23 Access Enable Register 1
P23_ACCEN0      0xF003C3FC          Port 23 Access Enable Register 0
P32_OUT         0xF003D200          Port 32 Output Register
P32_OMR         0xF003D204          Port 32 Output Modification Register
P32_ID          0xF003D208          Identification Register
P32_IOCR0       0xF003D210          Port 32 Input/Output Control Register 0
P32_IOCR4       0xF003D214          Port 32 Input/Output Control Register 4
P32_IN          0xF003D224          Port 32 Input Register
P32_PDR0        0xF003D240          Port 32 Pad Driver Mode 0 Register
P32_ESR         0xF003D250          Port 32 Emergency Stop Register
P32_OMSR0       0xF003D270          Port 32 Output Modification Set Register 0
P32_OMSR4       0xF003D274          Port 32 Output Modification Set Register 4
P32_OMCR0       0xF003D280          Port 32 Output Modification Clear Register 0
P32_OMCR4       0xF003D284          Port 32 Output Modification Clear Register 4
P32_OMSR        0xF003D290          Port 32 Output Modification Set Register
P32_OMCR        0xF003D294          Port 32 Output Modification Clear Register
P32_ACCEN1      0xF003D2F8          Port 32 Access Enable Register 1
P32_ACCEN0      0xF003D2FC          Port 32 Access Enable Register 0
P33_OUT         0xF003D300          Port 33 Output Register
P33_OMR         0xF003D304          Port 33 Output Modification Register
P33_ID          0xF003D308          Identification Register
P33_IOCR0       0xF003D310          Port 33 Input/Output Control Register 0
P33_IOCR4       0xF003D314          Port 33 Input/Output Control Register 4
P33_IOCR8       0xF003D318          Port 33 Input/Output Control Register 8
P33_IOCR12      0xF003D31C          Port 33 Input/Output Control Register 12
P33_IN          0xF003D324          Port 33 Input Register
P33_PDR0        0xF003D340          Port 33 Pad Driver Mode 0 Register
P33_PDR1        0xF003D344          Port 33 Pad Driver Mode 1 Register
P33_ESR         0xF003D350          Port 33 Emergency Stop Register
P33_OMSR0       0xF003D370          Port 33 Output Modification Set Register 0
P33_OMSR4       0xF003D374          Port 33 Output Modification Set Register 4
P33_OMSR8       0xF003D378          Port 33 Output Modification Set Register 8
P33_OMSR12      0xF003D37C          Port 33 Output Modification Set Register 12
P33_OMCR0       0xF003D380          Port 33 Output Modification Clear Register 0
P33_OMCR4       0xF003D384          Port 33 Output Modification Clear Register 4
P33_OMCR8       0xF003D388          Port 33 Output Modification Clear Register 8
P33_OMCR12      0xF003D38C          Port 33 Output Modification Clear Register 12
P33_OMSR        0xF003D390          Port 33 Output Modification Set Register
P33_OMCR        0xF003D394          Port 33 Output Modification Clear Register
P33_ACCEN1      0xF003D3F8          Port 33 Access Enable Register 1
P33_ACCEN0      0xF003D3FC          Port 33 Access Enable Register 0
P40_ID          0xF003E008          Identification Register
P40_IOCR0       0xF003E010          Port 40 Input/Output Control Register 0
P40_IOCR4       0xF003E014          Port 40 Input/Output Control Register 4
P40_IOCR8       0xF003E018          Port 40 Input/Output Control Register 8
P40_IN          0xF003E024          Port 40 Input Register
P40_PDISC       0xF003E060          Port 40 Pin Function Decision Control Register
P40_PCSR        0xF003E064          Port 40 Pin Controller Select Register
P40_ACCEN1      0xF003E0F8          Port 40 Access Enable Register 1
P40_ACCEN0      0xF003E0FC          Port 40 Access Enable Register 0
MTU_CLC         0xF0060000          Identification Register
MTU_ID          0xF0060008          Identification Register
MTU_MEMTEST0    0xF0060010          Memory MBISTEnable Register 0
MTU_MEMTEST1    0xF0060014          Memory MBISTEnable Register 1
MTU_MEMTEST2    0xF0060018          Memory MBISTEnable Register 2
MTU_MEMMAP      0xF006001C          Memory Mapping Enable Register
MTU_RES0        0xF0060020          Reserved Register
MTU_RES1        0xF0060024          Reserved Register
MTU_RES2        0xF0060030          Reserved Register
MTU_RES3        0xF0060034          Reserved Register
MTU_MEMSTAT0    0xF0060038          Memory Status Register 0
MTU_MEMSTAT1    0xF006003C          Memory Status Register 1
MTU_MEMSTAT2    0xF0060040          Memory Status Register 2
MTU_ACCEN1      0xF00600F8          Access Enable Register 1
MTU_ACCEN0      0xF00600FC          Access Enable Register 0
MC0_CONFIG0     0xF0061000          Configuration Register 0
MC0_CONFIG1     0xF0061002          Configuration Register 1
MC0_MCONTROL    0xF0061004          MBIST Control Register
MC0_MSTATUS     0xF0061006          Status Register
MC0_RANGE       0xF0061008          Range Register, single address mode
MC0_REVID       0xF006100C          Revision ID Register
MC0_ECCS        0xF006100E          ECC Safety Register
MC0_ECCD        0xF0061010          Memory ECC Detection Register
MC0_ETRR0       0xF0061012          Error Tracking Register 0
MC0_ETRR1       0xF0061014          Error Tracking Register 1
MC0_ETRR2       0xF0061016          Error Tracking Register 2
MC0_ETRR3       0xF0061018          Error Tracking Register 3
MC0_ETRR4       0xF006101A          Error Tracking Register 4
MC0_RDBFL0      0xF00610A0          Read Data and Bit Flip Register 0
MC0_RDBFL1      0xF00610A2          Read Data and Bit Flip Register 1
MC0_RDBFL2      0xF00610A4          Read Data and Bit Flip Register 2
MC0_RDBFL3      0xF00610A6          Read Data and Bit Flip Register 3
MC0_RDBFL4      0xF00610A8          Read Data and Bit Flip Register 4
MC0_RDBFL5      0xF00610AA          Read Data and Bit Flip Register 5
MC0_RDBFL6      0xF00610AC          Read Data and Bit Flip Register 6
MC0_RDBFL7      0xF00610AE          Read Data and Bit Flip Register 7
MC0_RDBFL8      0xF00610B0          Read Data and Bit Flip Register 8
MC0_RDBFL9      0xF00610B2          Read Data and Bit Flip Register 9
MC0_RDBFL10     0xF00610B4          Read Data and Bit Flip Register 10
MC0_RDBFL11     0xF00610B6          Read Data and Bit Flip Register 11
MC0_RDBFL12     0xF00610B8          Read Data and Bit Flip Register 12
MC0_RDBFL13     0xF00610BA          Read Data and Bit Flip Register 13
MC0_RDBFL14     0xF00610BC          Read Data and Bit Flip Register 14
MC0_RDBFL15     0xF00610BE          Read Data and Bit Flip Register 15
MC0_RDBFL16     0xF00610C0          Read Data and Bit Flip Register 16
MC0_RDBFL17     0xF00610C2          Read Data and Bit Flip Register 17
MC0_RDBFL18     0xF00610C4          Read Data and Bit Flip Register 18
MC0_RDBFL19     0xF00610C6          Read Data and Bit Flip Register 19
MC0_RDBFL20     0xF00610C8          Read Data and Bit Flip Register 20
MC0_RDBFL21     0xF00610CA          Read Data and Bit Flip Register 21
MC0_RDBFL22     0xF00610CC          Read Data and Bit Flip Register 22
MC0_RDBFL23     0xF00610CE          Read Data and Bit Flip Register 23
MC0_RDBFL24     0xF00610D0          Read Data and Bit Flip Register 24
MC0_RDBFL25     0xF00610D2          Read Data and Bit Flip Register 25
MC0_RDBFL26     0xF00610D4          Read Data and Bit Flip Register 26
MC0_RDBFL27     0xF00610D6          Read Data and Bit Flip Register 27
MC0_RDBFL28     0xF00610D8          Read Data and Bit Flip Register 28
MC0_RDBFL29     0xF00610DA          Read Data and Bit Flip Register 29
MC0_RDBFL30     0xF00610DC          Read Data and Bit Flip Register 30
MC0_RDBFL31     0xF00610DE          Read Data and Bit Flip Register 31
MC0_RDBFL32     0xF00610E0          Read Data and Bit Flip Register 32
MC0_RDBFL33     0xF00610E2          Read Data and Bit Flip Register 33
MC0_RDBFL34     0xF00610E4          Read Data and Bit Flip Register 34
MC0_RDBFL35     0xF00610E6          Read Data and Bit Flip Register 35
MC0_RDBFL36     0xF00610E8          Read Data and Bit Flip Register 36
MC0_RDBFL37     0xF00610EA          Read Data and Bit Flip Register 37
MC0_RDBFL38     0xF00610EC          Read Data and Bit Flip Register 38
MC0_RDBFL39     0xF00610EE          Read Data and Bit Flip Register 39
MC1_CONFIG0     0xF0061100          Configuration Register 0
MC1_CONFIG1     0xF0061102          Configuration Register 1
MC1_MCONTROL    0xF0061104          MBIST Control Register
MC1_MSTATUS     0xF0061106          Status Register
MC1_RANGE       0xF0061108          Range Register, single address mode
MC1_REVID       0xF006110C          Revision ID Register
MC1_ECCS        0xF006110E          ECC Safety Register
MC1_ECCD        0xF0061110          Memory ECC Detection Register
MC1_ETRR0       0xF0061112          Error Tracking Register 0
MC1_ETRR1       0xF0061114          Error Tracking Register 1
MC1_ETRR2       0xF0061116          Error Tracking Register 2
MC1_ETRR3       0xF0061118          Error Tracking Register 3
MC1_ETRR4       0xF006111A          Error Tracking Register 4
MC1_RDBFL0      0xF00611A0          Read Data and Bit Flip Register 0
MC1_RDBFL1      0xF00611A2          Read Data and Bit Flip Register 1
MC1_RDBFL2      0xF00611A4          Read Data and Bit Flip Register 2
MC1_RDBFL3      0xF00611A6          Read Data and Bit Flip Register 3
MC1_RDBFL4      0xF00611A8          Read Data and Bit Flip Register 4
MC1_RDBFL5      0xF00611AA          Read Data and Bit Flip Register 5
MC1_RDBFL6      0xF00611AC          Read Data and Bit Flip Register 6
MC1_RDBFL7      0xF00611AE          Read Data and Bit Flip Register 7
MC1_RDBFL8      0xF00611B0          Read Data and Bit Flip Register 8
MC1_RDBFL9      0xF00611B2          Read Data and Bit Flip Register 9
MC1_RDBFL10     0xF00611B4          Read Data and Bit Flip Register 10
MC1_RDBFL11     0xF00611B6          Read Data and Bit Flip Register 11
MC1_RDBFL12     0xF00611B8          Read Data and Bit Flip Register 12
MC1_RDBFL13     0xF00611BA          Read Data and Bit Flip Register 13
MC1_RDBFL14     0xF00611BC          Read Data and Bit Flip Register 14
MC1_RDBFL15     0xF00611BE          Read Data and Bit Flip Register 15
MC1_RDBFL16     0xF00611C0          Read Data and Bit Flip Register 16
MC1_RDBFL17     0xF00611C2          Read Data and Bit Flip Register 17
MC1_RDBFL18     0xF00611C4          Read Data and Bit Flip Register 18
MC1_RDBFL19     0xF00611C6          Read Data and Bit Flip Register 19
MC1_RDBFL20     0xF00611C8          Read Data and Bit Flip Register 20
MC1_RDBFL21     0xF00611CA          Read Data and Bit Flip Register 21
MC1_RDBFL22     0xF00611CC          Read Data and Bit Flip Register 22
MC1_RDBFL23     0xF00611CE          Read Data and Bit Flip Register 23
MC1_RDBFL24     0xF00611D0          Read Data and Bit Flip Register 24
MC1_RDBFL25     0xF00611D2          Read Data and Bit Flip Register 25
MC1_RDBFL26     0xF00611D4          Read Data and Bit Flip Register 26
MC1_RDBFL27     0xF00611D6          Read Data and Bit Flip Register 27
MC1_RDBFL28     0xF00611D8          Read Data and Bit Flip Register 28
MC1_RDBFL29     0xF00611DA          Read Data and Bit Flip Register 29
MC1_RDBFL30     0xF00611DC          Read Data and Bit Flip Register 30
MC1_RDBFL31     0xF00611DE          Read Data and Bit Flip Register 31
MC1_RDBFL32     0xF00611E0          Read Data and Bit Flip Register 32
MC1_RDBFL33     0xF00611E2          Read Data and Bit Flip Register 33
MC1_RDBFL34     0xF00611E4          Read Data and Bit Flip Register 34
MC1_RDBFL35     0xF00611E6          Read Data and Bit Flip Register 35
MC1_RDBFL36     0xF00611E8          Read Data and Bit Flip Register 36
MC1_RDBFL37     0xF00611EA          Read Data and Bit Flip Register 37
MC1_RDBFL38     0xF00611EC          Read Data and Bit Flip Register 38
MC1_RDBFL39     0xF00611EE          Read Data and Bit Flip Register 39
MC2_CONFIG0     0xF0061200          Configuration Register 0
MC2_CONFIG1     0xF0061202          Configuration Register 1
MC2_MCONTROL    0xF0061204          MBIST Control Register
MC2_MSTATUS     0xF0061206          Status Register
MC2_RANGE       0xF0061208          Range Register, single address mode
MC2_REVID       0xF006120C          Revision ID Register
MC2_ECCS        0xF006120E          ECC Safety Register
MC2_ECCD        0xF0061210          Memory ECC Detection Register
MC2_ETRR0       0xF0061212          Error Tracking Register 0
MC2_ETRR1       0xF0061214          Error Tracking Register 1
MC2_ETRR2       0xF0061216          Error Tracking Register 2
MC2_ETRR3       0xF0061218          Error Tracking Register 3
MC2_ETRR4       0xF006121A          Error Tracking Register 4
MC2_RDBFL0      0xF00612A0          Read Data and Bit Flip Register 0
MC2_RDBFL1      0xF00612A2          Read Data and Bit Flip Register 1
MC2_RDBFL2      0xF00612A4          Read Data and Bit Flip Register 2
MC2_RDBFL3      0xF00612A6          Read Data and Bit Flip Register 3
MC2_RDBFL4      0xF00612A8          Read Data and Bit Flip Register 4
MC2_RDBFL5      0xF00612AA          Read Data and Bit Flip Register 5
MC2_RDBFL6      0xF00612AC          Read Data and Bit Flip Register 6
MC2_RDBFL7      0xF00612AE          Read Data and Bit Flip Register 7
MC2_RDBFL8      0xF00612B0          Read Data and Bit Flip Register 8
MC2_RDBFL9      0xF00612B2          Read Data and Bit Flip Register 9
MC2_RDBFL10     0xF00612B4          Read Data and Bit Flip Register 10
MC2_RDBFL11     0xF00612B6          Read Data and Bit Flip Register 11
MC2_RDBFL12     0xF00612B8          Read Data and Bit Flip Register 12
MC2_RDBFL13     0xF00612BA          Read Data and Bit Flip Register 13
MC2_RDBFL14     0xF00612BC          Read Data and Bit Flip Register 14
MC2_RDBFL15     0xF00612BE          Read Data and Bit Flip Register 15
MC2_RDBFL16     0xF00612C0          Read Data and Bit Flip Register 16
MC2_RDBFL17     0xF00612C2          Read Data and Bit Flip Register 17
MC2_RDBFL18     0xF00612C4          Read Data and Bit Flip Register 18
MC2_RDBFL19     0xF00612C6          Read Data and Bit Flip Register 19
MC2_RDBFL20     0xF00612C8          Read Data and Bit Flip Register 20
MC2_RDBFL21     0xF00612CA          Read Data and Bit Flip Register 21
MC2_RDBFL22     0xF00612CC          Read Data and Bit Flip Register 22
MC2_RDBFL23     0xF00612CE          Read Data and Bit Flip Register 23
MC2_RDBFL24     0xF00612D0          Read Data and Bit Flip Register 24
MC2_RDBFL25     0xF00612D2          Read Data and Bit Flip Register 25
MC2_RDBFL26     0xF00612D4          Read Data and Bit Flip Register 26
MC2_RDBFL27     0xF00612D6          Read Data and Bit Flip Register 27
MC2_RDBFL28     0xF00612D8          Read Data and Bit Flip Register 28
MC2_RDBFL29     0xF00612DA          Read Data and Bit Flip Register 29
MC2_RDBFL30     0xF00612DC          Read Data and Bit Flip Register 30
MC2_RDBFL31     0xF00612DE          Read Data and Bit Flip Register 31
MC2_RDBFL32     0xF00612E0          Read Data and Bit Flip Register 32
MC2_RDBFL33     0xF00612E2          Read Data and Bit Flip Register 33
MC2_RDBFL34     0xF00612E4          Read Data and Bit Flip Register 34
MC2_RDBFL35     0xF00612E6          Read Data and Bit Flip Register 35
MC2_RDBFL36     0xF00612E8          Read Data and Bit Flip Register 36
MC2_RDBFL37     0xF00612EA          Read Data and Bit Flip Register 37
MC2_RDBFL38     0xF00612EC          Read Data and Bit Flip Register 38
MC2_RDBFL39     0xF00612EE          Read Data and Bit Flip Register 39
MC3_CONFIG0     0xF0061300          Configuration Register 0
MC3_CONFIG1     0xF0061302          Configuration Register 1
MC3_MCONTROL    0xF0061304          MBIST Control Register
MC3_MSTATUS     0xF0061306          Status Register
MC3_RANGE       0xF0061308          Range Register, single address mode
MC3_REVID       0xF006130C          Revision ID Register
MC3_ECCS        0xF006130E          ECC Safety Register
MC3_ECCD        0xF0061310          Memory ECC Detection Register
MC3_ETRR0       0xF0061312          Error Tracking Register 0
MC3_ETRR1       0xF0061314          Error Tracking Register 1
MC3_ETRR2       0xF0061316          Error Tracking Register 2
MC3_ETRR3       0xF0061318          Error Tracking Register 3
MC3_ETRR4       0xF006131A          Error Tracking Register 4
MC3_RDBFL0      0xF00613A0          Read Data and Bit Flip Register 0
MC3_RDBFL1      0xF00613A2          Read Data and Bit Flip Register 1
MC3_RDBFL2      0xF00613A4          Read Data and Bit Flip Register 2
MC3_RDBFL3      0xF00613A6          Read Data and Bit Flip Register 3
MC3_RDBFL4      0xF00613A8          Read Data and Bit Flip Register 4
MC3_RDBFL5      0xF00613AA          Read Data and Bit Flip Register 5
MC3_RDBFL6      0xF00613AC          Read Data and Bit Flip Register 6
MC3_RDBFL7      0xF00613AE          Read Data and Bit Flip Register 7
MC3_RDBFL8      0xF00613B0          Read Data and Bit Flip Register 8
MC3_RDBFL9      0xF00613B2          Read Data and Bit Flip Register 9
MC3_RDBFL10     0xF00613B4          Read Data and Bit Flip Register 10
MC3_RDBFL11     0xF00613B6          Read Data and Bit Flip Register 11
MC3_RDBFL12     0xF00613B8          Read Data and Bit Flip Register 12
MC3_RDBFL13     0xF00613BA          Read Data and Bit Flip Register 13
MC3_RDBFL14     0xF00613BC          Read Data and Bit Flip Register 14
MC3_RDBFL15     0xF00613BE          Read Data and Bit Flip Register 15
MC3_RDBFL16     0xF00613C0          Read Data and Bit Flip Register 16
MC3_RDBFL17     0xF00613C2          Read Data and Bit Flip Register 17
MC3_RDBFL18     0xF00613C4          Read Data and Bit Flip Register 18
MC3_RDBFL19     0xF00613C6          Read Data and Bit Flip Register 19
MC3_RDBFL20     0xF00613C8          Read Data and Bit Flip Register 20
MC3_RDBFL21     0xF00613CA          Read Data and Bit Flip Register 21
MC3_RDBFL22     0xF00613CC          Read Data and Bit Flip Register 22
MC3_RDBFL23     0xF00613CE          Read Data and Bit Flip Register 23
MC3_RDBFL24     0xF00613D0          Read Data and Bit Flip Register 24
MC3_RDBFL25     0xF00613D2          Read Data and Bit Flip Register 25
MC3_RDBFL26     0xF00613D4          Read Data and Bit Flip Register 26
MC3_RDBFL27     0xF00613D6          Read Data and Bit Flip Register 27
MC3_RDBFL28     0xF00613D8          Read Data and Bit Flip Register 28
MC3_RDBFL29     0xF00613DA          Read Data and Bit Flip Register 29
MC3_RDBFL30     0xF00613DC          Read Data and Bit Flip Register 30
MC3_RDBFL31     0xF00613DE          Read Data and Bit Flip Register 31
MC3_RDBFL32     0xF00613E0          Read Data and Bit Flip Register 32
MC3_RDBFL33     0xF00613E2          Read Data and Bit Flip Register 33
MC3_RDBFL34     0xF00613E4          Read Data and Bit Flip Register 34
MC3_RDBFL35     0xF00613E6          Read Data and Bit Flip Register 35
MC3_RDBFL36     0xF00613E8          Read Data and Bit Flip Register 36
MC3_RDBFL37     0xF00613EA          Read Data and Bit Flip Register 37
MC3_RDBFL38     0xF00613EC          Read Data and Bit Flip Register 38
MC3_RDBFL39     0xF00613EE          Read Data and Bit Flip Register 39
MC4_CONFIG0     0xF0061400          Configuration Register 0
MC4_CONFIG1     0xF0061402          Configuration Register 1
MC4_MCONTROL    0xF0061404          MBIST Control Register
MC4_MSTATUS     0xF0061406          Status Register
MC4_RANGE       0xF0061408          Range Register, single address mode
MC4_REVID       0xF006140C          Revision ID Register
MC4_ECCS        0xF006140E          ECC Safety Register
MC4_ECCD        0xF0061410          Memory ECC Detection Register
MC4_ETRR0       0xF0061412          Error Tracking Register 0
MC4_ETRR1       0xF0061414          Error Tracking Register 1
MC4_ETRR2       0xF0061416          Error Tracking Register 2
MC4_ETRR3       0xF0061418          Error Tracking Register 3
MC4_ETRR4       0xF006141A          Error Tracking Register 4
MC4_RDBFL0      0xF00614A0          Read Data and Bit Flip Register 0
MC4_RDBFL1      0xF00614A2          Read Data and Bit Flip Register 1
MC4_RDBFL2      0xF00614A4          Read Data and Bit Flip Register 2
MC4_RDBFL3      0xF00614A6          Read Data and Bit Flip Register 3
MC4_RDBFL4      0xF00614A8          Read Data and Bit Flip Register 4
MC4_RDBFL5      0xF00614AA          Read Data and Bit Flip Register 5
MC4_RDBFL6      0xF00614AC          Read Data and Bit Flip Register 6
MC4_RDBFL7      0xF00614AE          Read Data and Bit Flip Register 7
MC4_RDBFL8      0xF00614B0          Read Data and Bit Flip Register 8
MC4_RDBFL9      0xF00614B2          Read Data and Bit Flip Register 9
MC4_RDBFL10     0xF00614B4          Read Data and Bit Flip Register 10
MC4_RDBFL11     0xF00614B6          Read Data and Bit Flip Register 11
MC4_RDBFL12     0xF00614B8          Read Data and Bit Flip Register 12
MC4_RDBFL13     0xF00614BA          Read Data and Bit Flip Register 13
MC4_RDBFL14     0xF00614BC          Read Data and Bit Flip Register 14
MC4_RDBFL15     0xF00614BE          Read Data and Bit Flip Register 15
MC4_RDBFL16     0xF00614C0          Read Data and Bit Flip Register 16
MC4_RDBFL17     0xF00614C2          Read Data and Bit Flip Register 17
MC4_RDBFL18     0xF00614C4          Read Data and Bit Flip Register 18
MC4_RDBFL19     0xF00614C6          Read Data and Bit Flip Register 19
MC4_RDBFL20     0xF00614C8          Read Data and Bit Flip Register 20
MC4_RDBFL21     0xF00614CA          Read Data and Bit Flip Register 21
MC4_RDBFL22     0xF00614CC          Read Data and Bit Flip Register 22
MC4_RDBFL23     0xF00614CE          Read Data and Bit Flip Register 23
MC4_RDBFL24     0xF00614D0          Read Data and Bit Flip Register 24
MC4_RDBFL25     0xF00614D2          Read Data and Bit Flip Register 25
MC4_RDBFL26     0xF00614D4          Read Data and Bit Flip Register 26
MC4_RDBFL27     0xF00614D6          Read Data and Bit Flip Register 27
MC4_RDBFL28     0xF00614D8          Read Data and Bit Flip Register 28
MC4_RDBFL29     0xF00614DA          Read Data and Bit Flip Register 29
MC4_RDBFL30     0xF00614DC          Read Data and Bit Flip Register 30
MC4_RDBFL31     0xF00614DE          Read Data and Bit Flip Register 31
MC4_RDBFL32     0xF00614E0          Read Data and Bit Flip Register 32
MC4_RDBFL33     0xF00614E2          Read Data and Bit Flip Register 33
MC4_RDBFL34     0xF00614E4          Read Data and Bit Flip Register 34
MC4_RDBFL35     0xF00614E6          Read Data and Bit Flip Register 35
MC4_RDBFL36     0xF00614E8          Read Data and Bit Flip Register 36
MC4_RDBFL37     0xF00614EA          Read Data and Bit Flip Register 37
MC4_RDBFL38     0xF00614EC          Read Data and Bit Flip Register 38
MC4_RDBFL39     0xF00614EE          Read Data and Bit Flip Register 39
MC5_CONFIG0     0xF0061500          Configuration Register 0
MC5_CONFIG1     0xF0061502          Configuration Register 1
MC5_MCONTROL    0xF0061504          MBIST Control Register
MC5_MSTATUS     0xF0061506          Status Register
MC5_RANGE       0xF0061508          Range Register, single address mode
MC5_REVID       0xF006150C          Revision ID Register
MC5_ECCS        0xF006150E          ECC Safety Register
MC5_ECCD        0xF0061510          Memory ECC Detection Register
MC5_ETRR0       0xF0061512          Error Tracking Register 0
MC5_ETRR1       0xF0061514          Error Tracking Register 1
MC5_ETRR2       0xF0061516          Error Tracking Register 2
MC5_ETRR3       0xF0061518          Error Tracking Register 3
MC5_ETRR4       0xF006151A          Error Tracking Register 4
MC5_RDBFL0      0xF00615A0          Read Data and Bit Flip Register 0
MC5_RDBFL1      0xF00615A2          Read Data and Bit Flip Register 1
MC5_RDBFL2      0xF00615A4          Read Data and Bit Flip Register 2
MC5_RDBFL3      0xF00615A6          Read Data and Bit Flip Register 3
MC5_RDBFL4      0xF00615A8          Read Data and Bit Flip Register 4
MC5_RDBFL5      0xF00615AA          Read Data and Bit Flip Register 5
MC5_RDBFL6      0xF00615AC          Read Data and Bit Flip Register 6
MC5_RDBFL7      0xF00615AE          Read Data and Bit Flip Register 7
MC5_RDBFL8      0xF00615B0          Read Data and Bit Flip Register 8
MC5_RDBFL9      0xF00615B2          Read Data and Bit Flip Register 9
MC5_RDBFL10     0xF00615B4          Read Data and Bit Flip Register 10
MC5_RDBFL11     0xF00615B6          Read Data and Bit Flip Register 11
MC5_RDBFL12     0xF00615B8          Read Data and Bit Flip Register 12
MC5_RDBFL13     0xF00615BA          Read Data and Bit Flip Register 13
MC5_RDBFL14     0xF00615BC          Read Data and Bit Flip Register 14
MC5_RDBFL15     0xF00615BE          Read Data and Bit Flip Register 15
MC5_RDBFL16     0xF00615C0          Read Data and Bit Flip Register 16
MC5_RDBFL17     0xF00615C2          Read Data and Bit Flip Register 17
MC5_RDBFL18     0xF00615C4          Read Data and Bit Flip Register 18
MC5_RDBFL19     0xF00615C6          Read Data and Bit Flip Register 19
MC5_RDBFL20     0xF00615C8          Read Data and Bit Flip Register 20
MC5_RDBFL21     0xF00615CA          Read Data and Bit Flip Register 21
MC5_RDBFL22     0xF00615CC          Read Data and Bit Flip Register 22
MC5_RDBFL23     0xF00615CE          Read Data and Bit Flip Register 23
MC5_RDBFL24     0xF00615D0          Read Data and Bit Flip Register 24
MC5_RDBFL25     0xF00615D2          Read Data and Bit Flip Register 25
MC5_RDBFL26     0xF00615D4          Read Data and Bit Flip Register 26
MC5_RDBFL27     0xF00615D6          Read Data and Bit Flip Register 27
MC5_RDBFL28     0xF00615D8          Read Data and Bit Flip Register 28
MC5_RDBFL29     0xF00615DA          Read Data and Bit Flip Register 29
MC5_RDBFL30     0xF00615DC          Read Data and Bit Flip Register 30
MC5_RDBFL31     0xF00615DE          Read Data and Bit Flip Register 31
MC5_RDBFL32     0xF00615E0          Read Data and Bit Flip Register 32
MC5_RDBFL33     0xF00615E2          Read Data and Bit Flip Register 33
MC5_RDBFL34     0xF00615E4          Read Data and Bit Flip Register 34
MC5_RDBFL35     0xF00615E6          Read Data and Bit Flip Register 35
MC5_RDBFL36     0xF00615E8          Read Data and Bit Flip Register 36
MC5_RDBFL37     0xF00615EA          Read Data and Bit Flip Register 37
MC5_RDBFL38     0xF00615EC          Read Data and Bit Flip Register 38
MC5_RDBFL39     0xF00615EE          Read Data and Bit Flip Register 39
MC6_CONFIG0     0xF0061600          Configuration Register 0
MC6_CONFIG1     0xF0061602          Configuration Register 1
MC6_MCONTROL    0xF0061604          MBIST Control Register
MC6_MSTATUS     0xF0061606          Status Register
MC6_RANGE       0xF0061608          Range Register, single address mode
MC6_REVID       0xF006160C          Revision ID Register
MC6_ECCS        0xF006160E          ECC Safety Register
MC6_ECCD        0xF0061610          Memory ECC Detection Register
MC6_ETRR0       0xF0061612          Error Tracking Register 0
MC6_ETRR1       0xF0061614          Error Tracking Register 1
MC6_ETRR2       0xF0061616          Error Tracking Register 2
MC6_ETRR3       0xF0061618          Error Tracking Register 3
MC6_ETRR4       0xF006161A          Error Tracking Register 4
MC6_RDBFL0      0xF00616A0          Read Data and Bit Flip Register 0
MC6_RDBFL1      0xF00616A2          Read Data and Bit Flip Register 1
MC6_RDBFL2      0xF00616A4          Read Data and Bit Flip Register 2
MC6_RDBFL3      0xF00616A6          Read Data and Bit Flip Register 3
MC6_RDBFL4      0xF00616A8          Read Data and Bit Flip Register 4
MC6_RDBFL5      0xF00616AA          Read Data and Bit Flip Register 5
MC6_RDBFL6      0xF00616AC          Read Data and Bit Flip Register 6
MC6_RDBFL7      0xF00616AE          Read Data and Bit Flip Register 7
MC6_RDBFL8      0xF00616B0          Read Data and Bit Flip Register 8
MC6_RDBFL9      0xF00616B2          Read Data and Bit Flip Register 9
MC6_RDBFL10     0xF00616B4          Read Data and Bit Flip Register 10
MC6_RDBFL11     0xF00616B6          Read Data and Bit Flip Register 11
MC6_RDBFL12     0xF00616B8          Read Data and Bit Flip Register 12
MC6_RDBFL13     0xF00616BA          Read Data and Bit Flip Register 13
MC6_RDBFL14     0xF00616BC          Read Data and Bit Flip Register 14
MC6_RDBFL15     0xF00616BE          Read Data and Bit Flip Register 15
MC6_RDBFL16     0xF00616C0          Read Data and Bit Flip Register 16
MC6_RDBFL17     0xF00616C2          Read Data and Bit Flip Register 17
MC6_RDBFL18     0xF00616C4          Read Data and Bit Flip Register 18
MC6_RDBFL19     0xF00616C6          Read Data and Bit Flip Register 19
MC6_RDBFL20     0xF00616C8          Read Data and Bit Flip Register 20
MC6_RDBFL21     0xF00616CA          Read Data and Bit Flip Register 21
MC6_RDBFL22     0xF00616CC          Read Data and Bit Flip Register 22
MC6_RDBFL23     0xF00616CE          Read Data and Bit Flip Register 23
MC6_RDBFL24     0xF00616D0          Read Data and Bit Flip Register 24
MC6_RDBFL25     0xF00616D2          Read Data and Bit Flip Register 25
MC6_RDBFL26     0xF00616D4          Read Data and Bit Flip Register 26
MC6_RDBFL27     0xF00616D6          Read Data and Bit Flip Register 27
MC6_RDBFL28     0xF00616D8          Read Data and Bit Flip Register 28
MC6_RDBFL29     0xF00616DA          Read Data and Bit Flip Register 29
MC6_RDBFL30     0xF00616DC          Read Data and Bit Flip Register 30
MC6_RDBFL31     0xF00616DE          Read Data and Bit Flip Register 31
MC6_RDBFL32     0xF00616E0          Read Data and Bit Flip Register 32
MC6_RDBFL33     0xF00616E2          Read Data and Bit Flip Register 33
MC6_RDBFL34     0xF00616E4          Read Data and Bit Flip Register 34
MC6_RDBFL35     0xF00616E6          Read Data and Bit Flip Register 35
MC6_RDBFL36     0xF00616E8          Read Data and Bit Flip Register 36
MC6_RDBFL37     0xF00616EA          Read Data and Bit Flip Register 37
MC6_RDBFL38     0xF00616EC          Read Data and Bit Flip Register 38
MC6_RDBFL39     0xF00616EE          Read Data and Bit Flip Register 39
MC7_CONFIG0     0xF0061700          Configuration Register 0
MC7_CONFIG1     0xF0061702          Configuration Register 1
MC7_MCONTROL    0xF0061704          MBIST Control Register
MC7_MSTATUS     0xF0061706          Status Register
MC7_RANGE       0xF0061708          Range Register, single address mode
MC7_REVID       0xF006170C          Revision ID Register
MC7_ECCS        0xF006170E          ECC Safety Register
MC7_ECCD        0xF0061710          Memory ECC Detection Register
MC7_ETRR0       0xF0061712          Error Tracking Register 0
MC7_ETRR1       0xF0061714          Error Tracking Register 1
MC7_ETRR2       0xF0061716          Error Tracking Register 2
MC7_ETRR3       0xF0061718          Error Tracking Register 3
MC7_ETRR4       0xF006171A          Error Tracking Register 4
MC7_RDBFL0      0xF00617A0          Read Data and Bit Flip Register 0
MC7_RDBFL1      0xF00617A2          Read Data and Bit Flip Register 1
MC7_RDBFL2      0xF00617A4          Read Data and Bit Flip Register 2
MC7_RDBFL3      0xF00617A6          Read Data and Bit Flip Register 3
MC7_RDBFL4      0xF00617A8          Read Data and Bit Flip Register 4
MC7_RDBFL5      0xF00617AA          Read Data and Bit Flip Register 5
MC7_RDBFL6      0xF00617AC          Read Data and Bit Flip Register 6
MC7_RDBFL7      0xF00617AE          Read Data and Bit Flip Register 7
MC7_RDBFL8      0xF00617B0          Read Data and Bit Flip Register 8
MC7_RDBFL9      0xF00617B2          Read Data and Bit Flip Register 9
MC7_RDBFL10     0xF00617B4          Read Data and Bit Flip Register 10
MC7_RDBFL11     0xF00617B6          Read Data and Bit Flip Register 11
MC7_RDBFL12     0xF00617B8          Read Data and Bit Flip Register 12
MC7_RDBFL13     0xF00617BA          Read Data and Bit Flip Register 13
MC7_RDBFL14     0xF00617BC          Read Data and Bit Flip Register 14
MC7_RDBFL15     0xF00617BE          Read Data and Bit Flip Register 15
MC7_RDBFL16     0xF00617C0          Read Data and Bit Flip Register 16
MC7_RDBFL17     0xF00617C2          Read Data and Bit Flip Register 17
MC7_RDBFL18     0xF00617C4          Read Data and Bit Flip Register 18
MC7_RDBFL19     0xF00617C6          Read Data and Bit Flip Register 19
MC7_RDBFL20     0xF00617C8          Read Data and Bit Flip Register 20
MC7_RDBFL21     0xF00617CA          Read Data and Bit Flip Register 21
MC7_RDBFL22     0xF00617CC          Read Data and Bit Flip Register 22
MC7_RDBFL23     0xF00617CE          Read Data and Bit Flip Register 23
MC7_RDBFL24     0xF00617D0          Read Data and Bit Flip Register 24
MC7_RDBFL25     0xF00617D2          Read Data and Bit Flip Register 25
MC7_RDBFL26     0xF00617D4          Read Data and Bit Flip Register 26
MC7_RDBFL27     0xF00617D6          Read Data and Bit Flip Register 27
MC7_RDBFL28     0xF00617D8          Read Data and Bit Flip Register 28
MC7_RDBFL29     0xF00617DA          Read Data and Bit Flip Register 29
MC7_RDBFL30     0xF00617DC          Read Data and Bit Flip Register 30
MC7_RDBFL31     0xF00617DE          Read Data and Bit Flip Register 31
MC7_RDBFL32     0xF00617E0          Read Data and Bit Flip Register 32
MC7_RDBFL33     0xF00617E2          Read Data and Bit Flip Register 33
MC7_RDBFL34     0xF00617E4          Read Data and Bit Flip Register 34
MC7_RDBFL35     0xF00617E6          Read Data and Bit Flip Register 35
MC7_RDBFL36     0xF00617E8          Read Data and Bit Flip Register 36
MC7_RDBFL37     0xF00617EA          Read Data and Bit Flip Register 37
MC7_RDBFL38     0xF00617EC          Read Data and Bit Flip Register 38
MC7_RDBFL39     0xF00617EE          Read Data and Bit Flip Register 39
MC8_CONFIG0     0xF0061800          Configuration Register 0
MC8_CONFIG1     0xF0061802          Configuration Register 1
MC8_MCONTROL    0xF0061804          MBIST Control Register
MC8_MSTATUS     0xF0061806          Status Register
MC8_RANGE       0xF0061808          Range Register, single address mode
MC8_REVID       0xF006180C          Revision ID Register
MC8_ECCS        0xF006180E          ECC Safety Register
MC8_ECCD        0xF0061810          Memory ECC Detection Register
MC8_ETRR0       0xF0061812          Error Tracking Register 0
MC8_ETRR1       0xF0061814          Error Tracking Register 1
MC8_ETRR2       0xF0061816          Error Tracking Register 2
MC8_ETRR3       0xF0061818          Error Tracking Register 3
MC8_ETRR4       0xF006181A          Error Tracking Register 4
MC8_RDBFL0      0xF00618A0          Read Data and Bit Flip Register 0
MC8_RDBFL1      0xF00618A2          Read Data and Bit Flip Register 1
MC8_RDBFL2      0xF00618A4          Read Data and Bit Flip Register 2
MC8_RDBFL3      0xF00618A6          Read Data and Bit Flip Register 3
MC8_RDBFL4      0xF00618A8          Read Data and Bit Flip Register 4
MC8_RDBFL5      0xF00618AA          Read Data and Bit Flip Register 5
MC8_RDBFL6      0xF00618AC          Read Data and Bit Flip Register 6
MC8_RDBFL7      0xF00618AE          Read Data and Bit Flip Register 7
MC8_RDBFL8      0xF00618B0          Read Data and Bit Flip Register 8
MC8_RDBFL9      0xF00618B2          Read Data and Bit Flip Register 9
MC8_RDBFL10     0xF00618B4          Read Data and Bit Flip Register 10
MC8_RDBFL11     0xF00618B6          Read Data and Bit Flip Register 11
MC8_RDBFL12     0xF00618B8          Read Data and Bit Flip Register 12
MC8_RDBFL13     0xF00618BA          Read Data and Bit Flip Register 13
MC8_RDBFL14     0xF00618BC          Read Data and Bit Flip Register 14
MC8_RDBFL15     0xF00618BE          Read Data and Bit Flip Register 15
MC8_RDBFL16     0xF00618C0          Read Data and Bit Flip Register 16
MC8_RDBFL17     0xF00618C2          Read Data and Bit Flip Register 17
MC8_RDBFL18     0xF00618C4          Read Data and Bit Flip Register 18
MC8_RDBFL19     0xF00618C6          Read Data and Bit Flip Register 19
MC8_RDBFL20     0xF00618C8          Read Data and Bit Flip Register 20
MC8_RDBFL21     0xF00618CA          Read Data and Bit Flip Register 21
MC8_RDBFL22     0xF00618CC          Read Data and Bit Flip Register 22
MC8_RDBFL23     0xF00618CE          Read Data and Bit Flip Register 23
MC8_RDBFL24     0xF00618D0          Read Data and Bit Flip Register 24
MC8_RDBFL25     0xF00618D2          Read Data and Bit Flip Register 25
MC8_RDBFL26     0xF00618D4          Read Data and Bit Flip Register 26
MC8_RDBFL27     0xF00618D6          Read Data and Bit Flip Register 27
MC8_RDBFL28     0xF00618D8          Read Data and Bit Flip Register 28
MC8_RDBFL29     0xF00618DA          Read Data and Bit Flip Register 29
MC8_RDBFL30     0xF00618DC          Read Data and Bit Flip Register 30
MC8_RDBFL31     0xF00618DE          Read Data and Bit Flip Register 31
MC8_RDBFL32     0xF00618E0          Read Data and Bit Flip Register 32
MC8_RDBFL33     0xF00618E2          Read Data and Bit Flip Register 33
MC8_RDBFL34     0xF00618E4          Read Data and Bit Flip Register 34
MC8_RDBFL35     0xF00618E6          Read Data and Bit Flip Register 35
MC8_RDBFL36     0xF00618E8          Read Data and Bit Flip Register 36
MC8_RDBFL37     0xF00618EA          Read Data and Bit Flip Register 37
MC8_RDBFL38     0xF00618EC          Read Data and Bit Flip Register 38
MC8_RDBFL39     0xF00618EE          Read Data and Bit Flip Register 39
MC9_CONFIG0     0xF0061900          Configuration Register 0
MC9_CONFIG1     0xF0061902          Configuration Register 1
MC9_MCONTROL    0xF0061904          MBIST Control Register
MC9_MSTATUS     0xF0061906          Status Register
MC9_RANGE       0xF0061908          Range Register, single address mode
MC9_REVID       0xF006190C          Revision ID Register
MC9_ECCS        0xF006190E          ECC Safety Register
MC9_ECCD        0xF0061910          Memory ECC Detection Register
MC9_ETRR0       0xF0061912          Error Tracking Register 0
MC9_ETRR1       0xF0061914          Error Tracking Register 1
MC9_ETRR2       0xF0061916          Error Tracking Register 2
MC9_ETRR3       0xF0061918          Error Tracking Register 3
MC9_ETRR4       0xF006191A          Error Tracking Register 4
MC9_RDBFL0      0xF00619A0          Read Data and Bit Flip Register 0
MC9_RDBFL1      0xF00619A2          Read Data and Bit Flip Register 1
MC9_RDBFL2      0xF00619A4          Read Data and Bit Flip Register 2
MC9_RDBFL3      0xF00619A6          Read Data and Bit Flip Register 3
MC9_RDBFL4      0xF00619A8          Read Data and Bit Flip Register 4
MC9_RDBFL5      0xF00619AA          Read Data and Bit Flip Register 5
MC9_RDBFL6      0xF00619AC          Read Data and Bit Flip Register 6
MC9_RDBFL7      0xF00619AE          Read Data and Bit Flip Register 7
MC9_RDBFL8      0xF00619B0          Read Data and Bit Flip Register 8
MC9_RDBFL9      0xF00619B2          Read Data and Bit Flip Register 9
MC9_RDBFL10     0xF00619B4          Read Data and Bit Flip Register 10
MC9_RDBFL11     0xF00619B6          Read Data and Bit Flip Register 11
MC9_RDBFL12     0xF00619B8          Read Data and Bit Flip Register 12
MC9_RDBFL13     0xF00619BA          Read Data and Bit Flip Register 13
MC9_RDBFL14     0xF00619BC          Read Data and Bit Flip Register 14
MC9_RDBFL15     0xF00619BE          Read Data and Bit Flip Register 15
MC9_RDBFL16     0xF00619C0          Read Data and Bit Flip Register 16
MC9_RDBFL17     0xF00619C2          Read Data and Bit Flip Register 17
MC9_RDBFL18     0xF00619C4          Read Data and Bit Flip Register 18
MC9_RDBFL19     0xF00619C6          Read Data and Bit Flip Register 19
MC9_RDBFL20     0xF00619C8          Read Data and Bit Flip Register 20
MC9_RDBFL21     0xF00619CA          Read Data and Bit Flip Register 21
MC9_RDBFL22     0xF00619CC          Read Data and Bit Flip Register 22
MC9_RDBFL23     0xF00619CE          Read Data and Bit Flip Register 23
MC9_RDBFL24     0xF00619D0          Read Data and Bit Flip Register 24
MC9_RDBFL25     0xF00619D2          Read Data and Bit Flip Register 25
MC9_RDBFL26     0xF00619D4          Read Data and Bit Flip Register 26
MC9_RDBFL27     0xF00619D6          Read Data and Bit Flip Register 27
MC9_RDBFL28     0xF00619D8          Read Data and Bit Flip Register 28
MC9_RDBFL29     0xF00619DA          Read Data and Bit Flip Register 29
MC9_RDBFL30     0xF00619DC          Read Data and Bit Flip Register 30
MC9_RDBFL31     0xF00619DE          Read Data and Bit Flip Register 31
MC9_RDBFL32     0xF00619E0          Read Data and Bit Flip Register 32
MC9_RDBFL33     0xF00619E2          Read Data and Bit Flip Register 33
MC9_RDBFL34     0xF00619E4          Read Data and Bit Flip Register 34
MC9_RDBFL35     0xF00619E6          Read Data and Bit Flip Register 35
MC9_RDBFL36     0xF00619E8          Read Data and Bit Flip Register 36
MC9_RDBFL37     0xF00619EA          Read Data and Bit Flip Register 37
MC9_RDBFL38     0xF00619EC          Read Data and Bit Flip Register 38
MC9_RDBFL39     0xF00619EE          Read Data and Bit Flip Register 39
MC10_CONFIG0    0xF0061A00          Configuration Register 0
MC10_CONFIG1    0xF0061A02          Configuration Register 1
MC10_MCONTROL   0xF0061A04          MBIST Control Register
MC10_MSTATUS    0xF0061A06          Status Register
MC10_RANGE      0xF0061A08          Range Register, single address mode
MC10_REVID      0xF0061A0C          Revision ID Register
MC10_ECCS       0xF0061A0E          ECC Safety Register
MC10_ECCD       0xF0061A10          Memory ECC Detection Register
MC10_ETRR0      0xF0061A12          Error Tracking Register 0
MC10_ETRR1      0xF0061A14          Error Tracking Register 1
MC10_ETRR2      0xF0061A16          Error Tracking Register 2
MC10_ETRR3      0xF0061A18          Error Tracking Register 3
MC10_ETRR4      0xF0061A1A          Error Tracking Register 4
MC10_RDBFL0     0xF0061AA0          Read Data and Bit Flip Register 0
MC10_RDBFL1     0xF0061AA2          Read Data and Bit Flip Register 1
MC10_RDBFL2     0xF0061AA4          Read Data and Bit Flip Register 2
MC10_RDBFL3     0xF0061AA6          Read Data and Bit Flip Register 3
MC10_RDBFL4     0xF0061AA8          Read Data and Bit Flip Register 4
MC10_RDBFL5     0xF0061AAA          Read Data and Bit Flip Register 5
MC10_RDBFL6     0xF0061AAC          Read Data and Bit Flip Register 6
MC10_RDBFL7     0xF0061AAE          Read Data and Bit Flip Register 7
MC10_RDBFL8     0xF0061AB0          Read Data and Bit Flip Register 8
MC10_RDBFL9     0xF0061AB2          Read Data and Bit Flip Register 9
MC10_RDBFL10    0xF0061AB4          Read Data and Bit Flip Register 10
MC10_RDBFL11    0xF0061AB6          Read Data and Bit Flip Register 11
MC10_RDBFL12    0xF0061AB8          Read Data and Bit Flip Register 12
MC10_RDBFL13    0xF0061ABA          Read Data and Bit Flip Register 13
MC10_RDBFL14    0xF0061ABC          Read Data and Bit Flip Register 14
MC10_RDBFL15    0xF0061ABE          Read Data and Bit Flip Register 15
MC10_RDBFL16    0xF0061AC0          Read Data and Bit Flip Register 16
MC10_RDBFL17    0xF0061AC2          Read Data and Bit Flip Register 17
MC10_RDBFL18    0xF0061AC4          Read Data and Bit Flip Register 18
MC10_RDBFL19    0xF0061AC6          Read Data and Bit Flip Register 19
MC10_RDBFL20    0xF0061AC8          Read Data and Bit Flip Register 20
MC10_RDBFL21    0xF0061ACA          Read Data and Bit Flip Register 21
MC10_RDBFL22    0xF0061ACC          Read Data and Bit Flip Register 22
MC10_RDBFL23    0xF0061ACE          Read Data and Bit Flip Register 23
MC10_RDBFL24    0xF0061AD0          Read Data and Bit Flip Register 24
MC10_RDBFL25    0xF0061AD2          Read Data and Bit Flip Register 25
MC10_RDBFL26    0xF0061AD4          Read Data and Bit Flip Register 26
MC10_RDBFL27    0xF0061AD6          Read Data and Bit Flip Register 27
MC10_RDBFL28    0xF0061AD8          Read Data and Bit Flip Register 28
MC10_RDBFL29    0xF0061ADA          Read Data and Bit Flip Register 29
MC10_RDBFL30    0xF0061ADC          Read Data and Bit Flip Register 30
MC10_RDBFL31    0xF0061ADE          Read Data and Bit Flip Register 31
MC10_RDBFL32    0xF0061AE0          Read Data and Bit Flip Register 32
MC10_RDBFL33    0xF0061AE2          Read Data and Bit Flip Register 33
MC10_RDBFL34    0xF0061AE4          Read Data and Bit Flip Register 34
MC10_RDBFL35    0xF0061AE6          Read Data and Bit Flip Register 35
MC10_RDBFL36    0xF0061AE8          Read Data and Bit Flip Register 36
MC10_RDBFL37    0xF0061AEA          Read Data and Bit Flip Register 37
MC10_RDBFL38    0xF0061AEC          Read Data and Bit Flip Register 38
MC10_RDBFL39    0xF0061AEE          Read Data and Bit Flip Register 39
MC11_CONFIG0    0xF0061B00          Configuration Register 0
MC11_CONFIG1    0xF0061B02          Configuration Register 1
MC11_MCONTROL   0xF0061B04          MBIST Control Register
MC11_MSTATUS    0xF0061B06          Status Register
MC11_RANGE      0xF0061B08          Range Register, single address mode
MC11_REVID      0xF0061B0C          Revision ID Register
MC11_ECCS       0xF0061B0E          ECC Safety Register
MC11_ECCD       0xF0061B10          Memory ECC Detection Register
MC11_ETRR0      0xF0061B12          Error Tracking Register 0
MC11_ETRR1      0xF0061B14          Error Tracking Register 1
MC11_ETRR2      0xF0061B16          Error Tracking Register 2
MC11_ETRR3      0xF0061B18          Error Tracking Register 3
MC11_ETRR4      0xF0061B1A          Error Tracking Register 4
MC11_RDBFL0     0xF0061BA0          Read Data and Bit Flip Register 0
MC11_RDBFL1     0xF0061BA2          Read Data and Bit Flip Register 1
MC11_RDBFL2     0xF0061BA4          Read Data and Bit Flip Register 2
MC11_RDBFL3     0xF0061BA6          Read Data and Bit Flip Register 3
MC11_RDBFL4     0xF0061BA8          Read Data and Bit Flip Register 4
MC11_RDBFL5     0xF0061BAA          Read Data and Bit Flip Register 5
MC11_RDBFL6     0xF0061BAC          Read Data and Bit Flip Register 6
MC11_RDBFL7     0xF0061BAE          Read Data and Bit Flip Register 7
MC11_RDBFL8     0xF0061BB0          Read Data and Bit Flip Register 8
MC11_RDBFL9     0xF0061BB2          Read Data and Bit Flip Register 9
MC11_RDBFL10    0xF0061BB4          Read Data and Bit Flip Register 10
MC11_RDBFL11    0xF0061BB6          Read Data and Bit Flip Register 11
MC11_RDBFL12    0xF0061BB8          Read Data and Bit Flip Register 12
MC11_RDBFL13    0xF0061BBA          Read Data and Bit Flip Register 13
MC11_RDBFL14    0xF0061BBC          Read Data and Bit Flip Register 14
MC11_RDBFL15    0xF0061BBE          Read Data and Bit Flip Register 15
MC11_RDBFL16    0xF0061BC0          Read Data and Bit Flip Register 16
MC11_RDBFL17    0xF0061BC2          Read Data and Bit Flip Register 17
MC11_RDBFL18    0xF0061BC4          Read Data and Bit Flip Register 18
MC11_RDBFL19    0xF0061BC6          Read Data and Bit Flip Register 19
MC11_RDBFL20    0xF0061BC8          Read Data and Bit Flip Register 20
MC11_RDBFL21    0xF0061BCA          Read Data and Bit Flip Register 21
MC11_RDBFL22    0xF0061BCC          Read Data and Bit Flip Register 22
MC11_RDBFL23    0xF0061BCE          Read Data and Bit Flip Register 23
MC11_RDBFL24    0xF0061BD0          Read Data and Bit Flip Register 24
MC11_RDBFL25    0xF0061BD2          Read Data and Bit Flip Register 25
MC11_RDBFL26    0xF0061BD4          Read Data and Bit Flip Register 26
MC11_RDBFL27    0xF0061BD6          Read Data and Bit Flip Register 27
MC11_RDBFL28    0xF0061BD8          Read Data and Bit Flip Register 28
MC11_RDBFL29    0xF0061BDA          Read Data and Bit Flip Register 29
MC11_RDBFL30    0xF0061BDC          Read Data and Bit Flip Register 30
MC11_RDBFL31    0xF0061BDE          Read Data and Bit Flip Register 31
MC11_RDBFL32    0xF0061BE0          Read Data and Bit Flip Register 32
MC11_RDBFL33    0xF0061BE2          Read Data and Bit Flip Register 33
MC11_RDBFL34    0xF0061BE4          Read Data and Bit Flip Register 34
MC11_RDBFL35    0xF0061BE6          Read Data and Bit Flip Register 35
MC11_RDBFL36    0xF0061BE8          Read Data and Bit Flip Register 36
MC11_RDBFL37    0xF0061BEA          Read Data and Bit Flip Register 37
MC11_RDBFL38    0xF0061BEC          Read Data and Bit Flip Register 38
MC11_RDBFL39    0xF0061BEE          Read Data and Bit Flip Register 39
MC12_CONFIG0    0xF0061C00          Configuration Register 0
MC12_CONFIG1    0xF0061C02          Configuration Register 1
MC12_MCONTROL   0xF0061C04          MBIST Control Register
MC12_MSTATUS    0xF0061C06          Status Register
MC12_RANGE      0xF0061C08          Range Register, single address mode
MC12_REVID      0xF0061C0C          Revision ID Register
MC12_ECCS       0xF0061C0E          ECC Safety Register
MC12_ECCD       0xF0061C10          Memory ECC Detection Register
MC12_ETRR0      0xF0061C12          Error Tracking Register 0
MC12_ETRR1      0xF0061C14          Error Tracking Register 1
MC12_ETRR2      0xF0061C16          Error Tracking Register 2
MC12_ETRR3      0xF0061C18          Error Tracking Register 3
MC12_ETRR4      0xF0061C1A          Error Tracking Register 4
MC12_RDBFL0     0xF0061CA0          Read Data and Bit Flip Register 0
MC12_RDBFL1     0xF0061CA2          Read Data and Bit Flip Register 1
MC12_RDBFL2     0xF0061CA4          Read Data and Bit Flip Register 2
MC12_RDBFL3     0xF0061CA6          Read Data and Bit Flip Register 3
MC12_RDBFL4     0xF0061CA8          Read Data and Bit Flip Register 4
MC12_RDBFL5     0xF0061CAA          Read Data and Bit Flip Register 5
MC12_RDBFL6     0xF0061CAC          Read Data and Bit Flip Register 6
MC12_RDBFL7     0xF0061CAE          Read Data and Bit Flip Register 7
MC12_RDBFL8     0xF0061CB0          Read Data and Bit Flip Register 8
MC12_RDBFL9     0xF0061CB2          Read Data and Bit Flip Register 9
MC12_RDBFL10    0xF0061CB4          Read Data and Bit Flip Register 10
MC12_RDBFL11    0xF0061CB6          Read Data and Bit Flip Register 11
MC12_RDBFL12    0xF0061CB8          Read Data and Bit Flip Register 12
MC12_RDBFL13    0xF0061CBA          Read Data and Bit Flip Register 13
MC12_RDBFL14    0xF0061CBC          Read Data and Bit Flip Register 14
MC12_RDBFL15    0xF0061CBE          Read Data and Bit Flip Register 15
MC12_RDBFL16    0xF0061CC0          Read Data and Bit Flip Register 16
MC12_RDBFL17    0xF0061CC2          Read Data and Bit Flip Register 17
MC12_RDBFL18    0xF0061CC4          Read Data and Bit Flip Register 18
MC12_RDBFL19    0xF0061CC6          Read Data and Bit Flip Register 19
MC12_RDBFL20    0xF0061CC8          Read Data and Bit Flip Register 20
MC12_RDBFL21    0xF0061CCA          Read Data and Bit Flip Register 21
MC12_RDBFL22    0xF0061CCC          Read Data and Bit Flip Register 22
MC12_RDBFL23    0xF0061CCE          Read Data and Bit Flip Register 23
MC12_RDBFL24    0xF0061CD0          Read Data and Bit Flip Register 24
MC12_RDBFL25    0xF0061CD2          Read Data and Bit Flip Register 25
MC12_RDBFL26    0xF0061CD4          Read Data and Bit Flip Register 26
MC12_RDBFL27    0xF0061CD6          Read Data and Bit Flip Register 27
MC12_RDBFL28    0xF0061CD8          Read Data and Bit Flip Register 28
MC12_RDBFL29    0xF0061CDA          Read Data and Bit Flip Register 29
MC12_RDBFL30    0xF0061CDC          Read Data and Bit Flip Register 30
MC12_RDBFL31    0xF0061CDE          Read Data and Bit Flip Register 31
MC12_RDBFL32    0xF0061CE0          Read Data and Bit Flip Register 32
MC12_RDBFL33    0xF0061CE2          Read Data and Bit Flip Register 33
MC12_RDBFL34    0xF0061CE4          Read Data and Bit Flip Register 34
MC12_RDBFL35    0xF0061CE6          Read Data and Bit Flip Register 35
MC12_RDBFL36    0xF0061CE8          Read Data and Bit Flip Register 36
MC12_RDBFL37    0xF0061CEA          Read Data and Bit Flip Register 37
MC12_RDBFL38    0xF0061CEC          Read Data and Bit Flip Register 38
MC12_RDBFL39    0xF0061CEE          Read Data and Bit Flip Register 39
MC13_CONFIG0    0xF0061D00          Configuration Register 0
MC13_CONFIG1    0xF0061D02          Configuration Register 1
MC13_MCONTROL   0xF0061D04          MBIST Control Register
MC13_MSTATUS    0xF0061D06          Status Register
MC13_RANGE      0xF0061D08          Range Register, single address mode
MC13_REVID      0xF0061D0C          Revision ID Register
MC13_ECCS       0xF0061D0E          ECC Safety Register
MC13_ECCD       0xF0061D10          Memory ECC Detection Register
MC13_ETRR0      0xF0061D12          Error Tracking Register 0
MC13_ETRR1      0xF0061D14          Error Tracking Register 1
MC13_ETRR2      0xF0061D16          Error Tracking Register 2
MC13_ETRR3      0xF0061D18          Error Tracking Register 3
MC13_ETRR4      0xF0061D1A          Error Tracking Register 4
MC13_RDBFL0     0xF0061DA0          Read Data and Bit Flip Register 0
MC13_RDBFL1     0xF0061DA2          Read Data and Bit Flip Register 1
MC13_RDBFL2     0xF0061DA4          Read Data and Bit Flip Register 2
MC13_RDBFL3     0xF0061DA6          Read Data and Bit Flip Register 3
MC13_RDBFL4     0xF0061DA8          Read Data and Bit Flip Register 4
MC13_RDBFL5     0xF0061DAA          Read Data and Bit Flip Register 5
MC13_RDBFL6     0xF0061DAC          Read Data and Bit Flip Register 6
MC13_RDBFL7     0xF0061DAE          Read Data and Bit Flip Register 7
MC13_RDBFL8     0xF0061DB0          Read Data and Bit Flip Register 8
MC13_RDBFL9     0xF0061DB2          Read Data and Bit Flip Register 9
MC13_RDBFL10    0xF0061DB4          Read Data and Bit Flip Register 10
MC13_RDBFL11    0xF0061DB6          Read Data and Bit Flip Register 11
MC13_RDBFL12    0xF0061DB8          Read Data and Bit Flip Register 12
MC13_RDBFL13    0xF0061DBA          Read Data and Bit Flip Register 13
MC13_RDBFL14    0xF0061DBC          Read Data and Bit Flip Register 14
MC13_RDBFL15    0xF0061DBE          Read Data and Bit Flip Register 15
MC13_RDBFL16    0xF0061DC0          Read Data and Bit Flip Register 16
MC13_RDBFL17    0xF0061DC2          Read Data and Bit Flip Register 17
MC13_RDBFL18    0xF0061DC4          Read Data and Bit Flip Register 18
MC13_RDBFL19    0xF0061DC6          Read Data and Bit Flip Register 19
MC13_RDBFL20    0xF0061DC8          Read Data and Bit Flip Register 20
MC13_RDBFL21    0xF0061DCA          Read Data and Bit Flip Register 21
MC13_RDBFL22    0xF0061DCC          Read Data and Bit Flip Register 22
MC13_RDBFL23    0xF0061DCE          Read Data and Bit Flip Register 23
MC13_RDBFL24    0xF0061DD0          Read Data and Bit Flip Register 24
MC13_RDBFL25    0xF0061DD2          Read Data and Bit Flip Register 25
MC13_RDBFL26    0xF0061DD4          Read Data and Bit Flip Register 26
MC13_RDBFL27    0xF0061DD6          Read Data and Bit Flip Register 27
MC13_RDBFL28    0xF0061DD8          Read Data and Bit Flip Register 28
MC13_RDBFL29    0xF0061DDA          Read Data and Bit Flip Register 29
MC13_RDBFL30    0xF0061DDC          Read Data and Bit Flip Register 30
MC13_RDBFL31    0xF0061DDE          Read Data and Bit Flip Register 31
MC13_RDBFL32    0xF0061DE0          Read Data and Bit Flip Register 32
MC13_RDBFL33    0xF0061DE2          Read Data and Bit Flip Register 33
MC13_RDBFL34    0xF0061DE4          Read Data and Bit Flip Register 34
MC13_RDBFL35    0xF0061DE6          Read Data and Bit Flip Register 35
MC13_RDBFL36    0xF0061DE8          Read Data and Bit Flip Register 36
MC13_RDBFL37    0xF0061DEA          Read Data and Bit Flip Register 37
MC13_RDBFL38    0xF0061DEC          Read Data and Bit Flip Register 38
MC13_RDBFL39    0xF0061DEE          Read Data and Bit Flip Register 39
MC14_CONFIG0    0xF0061E00          Configuration Register 0
MC14_CONFIG1    0xF0061E02          Configuration Register 1
MC14_MCONTROL   0xF0061E04          MBIST Control Register
MC14_MSTATUS    0xF0061E06          Status Register
MC14_RANGE      0xF0061E08          Range Register, single address mode
MC14_REVID      0xF0061E0C          Revision ID Register
MC14_ECCS       0xF0061E0E          ECC Safety Register
MC14_ECCD       0xF0061E10          Memory ECC Detection Register
MC14_ETRR0      0xF0061E12          Error Tracking Register 0
MC14_ETRR1      0xF0061E14          Error Tracking Register 1
MC14_ETRR2      0xF0061E16          Error Tracking Register 2
MC14_ETRR3      0xF0061E18          Error Tracking Register 3
MC14_ETRR4      0xF0061E1A          Error Tracking Register 4
MC14_RDBFL0     0xF0061EA0          Read Data and Bit Flip Register 0
MC14_RDBFL1     0xF0061EA2          Read Data and Bit Flip Register 1
MC14_RDBFL2     0xF0061EA4          Read Data and Bit Flip Register 2
MC14_RDBFL3     0xF0061EA6          Read Data and Bit Flip Register 3
MC14_RDBFL4     0xF0061EA8          Read Data and Bit Flip Register 4
MC14_RDBFL5     0xF0061EAA          Read Data and Bit Flip Register 5
MC14_RDBFL6     0xF0061EAC          Read Data and Bit Flip Register 6
MC14_RDBFL7     0xF0061EAE          Read Data and Bit Flip Register 7
MC14_RDBFL8     0xF0061EB0          Read Data and Bit Flip Register 8
MC14_RDBFL9     0xF0061EB2          Read Data and Bit Flip Register 9
MC14_RDBFL10    0xF0061EB4          Read Data and Bit Flip Register 10
MC14_RDBFL11    0xF0061EB6          Read Data and Bit Flip Register 11
MC14_RDBFL12    0xF0061EB8          Read Data and Bit Flip Register 12
MC14_RDBFL13    0xF0061EBA          Read Data and Bit Flip Register 13
MC14_RDBFL14    0xF0061EBC          Read Data and Bit Flip Register 14
MC14_RDBFL15    0xF0061EBE          Read Data and Bit Flip Register 15
MC14_RDBFL16    0xF0061EC0          Read Data and Bit Flip Register 16
MC14_RDBFL17    0xF0061EC2          Read Data and Bit Flip Register 17
MC14_RDBFL18    0xF0061EC4          Read Data and Bit Flip Register 18
MC14_RDBFL19    0xF0061EC6          Read Data and Bit Flip Register 19
MC14_RDBFL20    0xF0061EC8          Read Data and Bit Flip Register 20
MC14_RDBFL21    0xF0061ECA          Read Data and Bit Flip Register 21
MC14_RDBFL22    0xF0061ECC          Read Data and Bit Flip Register 22
MC14_RDBFL23    0xF0061ECE          Read Data and Bit Flip Register 23
MC14_RDBFL24    0xF0061ED0          Read Data and Bit Flip Register 24
MC14_RDBFL25    0xF0061ED2          Read Data and Bit Flip Register 25
MC14_RDBFL26    0xF0061ED4          Read Data and Bit Flip Register 26
MC14_RDBFL27    0xF0061ED6          Read Data and Bit Flip Register 27
MC14_RDBFL28    0xF0061ED8          Read Data and Bit Flip Register 28
MC14_RDBFL29    0xF0061EDA          Read Data and Bit Flip Register 29
MC14_RDBFL30    0xF0061EDC          Read Data and Bit Flip Register 30
MC14_RDBFL31    0xF0061EDE          Read Data and Bit Flip Register 31
MC14_RDBFL32    0xF0061EE0          Read Data and Bit Flip Register 32
MC14_RDBFL33    0xF0061EE2          Read Data and Bit Flip Register 33
MC14_RDBFL34    0xF0061EE4          Read Data and Bit Flip Register 34
MC14_RDBFL35    0xF0061EE6          Read Data and Bit Flip Register 35
MC14_RDBFL36    0xF0061EE8          Read Data and Bit Flip Register 36
MC14_RDBFL37    0xF0061EEA          Read Data and Bit Flip Register 37
MC14_RDBFL38    0xF0061EEC          Read Data and Bit Flip Register 38
MC14_RDBFL39    0xF0061EEE          Read Data and Bit Flip Register 39
MC15_CONFIG0    0xF0061F00          Configuration Register 0
MC15_CONFIG1    0xF0061F02          Configuration Register 1
MC15_MCONTROL   0xF0061F04          MBIST Control Register
MC15_MSTATUS    0xF0061F06          Status Register
MC15_RANGE      0xF0061F08          Range Register, single address mode
MC15_REVID      0xF0061F0C          Revision ID Register
MC15_ECCS       0xF0061F0E          ECC Safety Register
MC15_ECCD       0xF0061F10          Memory ECC Detection Register
MC15_ETRR0      0xF0061F12          Error Tracking Register 0
MC15_ETRR1      0xF0061F14          Error Tracking Register 1
MC15_ETRR2      0xF0061F16          Error Tracking Register 2
MC15_ETRR3      0xF0061F18          Error Tracking Register 3
MC15_ETRR4      0xF0061F1A          Error Tracking Register 4
MC15_RDBFL0     0xF0061FA0          Read Data and Bit Flip Register 0
MC15_RDBFL1     0xF0061FA2          Read Data and Bit Flip Register 1
MC15_RDBFL2     0xF0061FA4          Read Data and Bit Flip Register 2
MC15_RDBFL3     0xF0061FA6          Read Data and Bit Flip Register 3
MC15_RDBFL4     0xF0061FA8          Read Data and Bit Flip Register 4
MC15_RDBFL5     0xF0061FAA          Read Data and Bit Flip Register 5
MC15_RDBFL6     0xF0061FAC          Read Data and Bit Flip Register 6
MC15_RDBFL7     0xF0061FAE          Read Data and Bit Flip Register 7
MC15_RDBFL8     0xF0061FB0          Read Data and Bit Flip Register 8
MC15_RDBFL9     0xF0061FB2          Read Data and Bit Flip Register 9
MC15_RDBFL10    0xF0061FB4          Read Data and Bit Flip Register 10
MC15_RDBFL11    0xF0061FB6          Read Data and Bit Flip Register 11
MC15_RDBFL12    0xF0061FB8          Read Data and Bit Flip Register 12
MC15_RDBFL13    0xF0061FBA          Read Data and Bit Flip Register 13
MC15_RDBFL14    0xF0061FBC          Read Data and Bit Flip Register 14
MC15_RDBFL15    0xF0061FBE          Read Data and Bit Flip Register 15
MC15_RDBFL16    0xF0061FC0          Read Data and Bit Flip Register 16
MC15_RDBFL17    0xF0061FC2          Read Data and Bit Flip Register 17
MC15_RDBFL18    0xF0061FC4          Read Data and Bit Flip Register 18
MC15_RDBFL19    0xF0061FC6          Read Data and Bit Flip Register 19
MC15_RDBFL20    0xF0061FC8          Read Data and Bit Flip Register 20
MC15_RDBFL21    0xF0061FCA          Read Data and Bit Flip Register 21
MC15_RDBFL22    0xF0061FCC          Read Data and Bit Flip Register 22
MC15_RDBFL23    0xF0061FCE          Read Data and Bit Flip Register 23
MC15_RDBFL24    0xF0061FD0          Read Data and Bit Flip Register 24
MC15_RDBFL25    0xF0061FD2          Read Data and Bit Flip Register 25
MC15_RDBFL26    0xF0061FD4          Read Data and Bit Flip Register 26
MC15_RDBFL27    0xF0061FD6          Read Data and Bit Flip Register 27
MC15_RDBFL28    0xF0061FD8          Read Data and Bit Flip Register 28
MC15_RDBFL29    0xF0061FDA          Read Data and Bit Flip Register 29
MC15_RDBFL30    0xF0061FDC          Read Data and Bit Flip Register 30
MC15_RDBFL31    0xF0061FDE          Read Data and Bit Flip Register 31
MC15_RDBFL32    0xF0061FE0          Read Data and Bit Flip Register 32
MC15_RDBFL33    0xF0061FE2          Read Data and Bit Flip Register 33
MC15_RDBFL34    0xF0061FE4          Read Data and Bit Flip Register 34
MC15_RDBFL35    0xF0061FE6          Read Data and Bit Flip Register 35
MC15_RDBFL36    0xF0061FE8          Read Data and Bit Flip Register 36
MC15_RDBFL37    0xF0061FEA          Read Data and Bit Flip Register 37
MC15_RDBFL38    0xF0061FEC          Read Data and Bit Flip Register 38
MC15_RDBFL39    0xF0061FEE          Read Data and Bit Flip Register 39
MC16_CONFIG0    0xF0062000          Configuration Register 0
MC16_CONFIG1    0xF0062002          Configuration Register 1
MC16_MCONTROL   0xF0062004          MBIST Control Register
MC16_MSTATUS    0xF0062006          Status Register
MC16_RANGE      0xF0062008          Range Register, single address mode
MC16_REVID      0xF006200C          Revision ID Register
MC16_ECCS       0xF006200E          ECC Safety Register
MC16_ECCD       0xF0062010          Memory ECC Detection Register
MC16_ETRR0      0xF0062012          Error Tracking Register 0
MC16_ETRR1      0xF0062014          Error Tracking Register 1
MC16_ETRR2      0xF0062016          Error Tracking Register 2
MC16_ETRR3      0xF0062018          Error Tracking Register 3
MC16_ETRR4      0xF006201A          Error Tracking Register 4
MC16_RDBFL0     0xF00620A0          Read Data and Bit Flip Register 0
MC16_RDBFL1     0xF00620A2          Read Data and Bit Flip Register 1
MC16_RDBFL2     0xF00620A4          Read Data and Bit Flip Register 2
MC16_RDBFL3     0xF00620A6          Read Data and Bit Flip Register 3
MC16_RDBFL4     0xF00620A8          Read Data and Bit Flip Register 4
MC16_RDBFL5     0xF00620AA          Read Data and Bit Flip Register 5
MC16_RDBFL6     0xF00620AC          Read Data and Bit Flip Register 6
MC16_RDBFL7     0xF00620AE          Read Data and Bit Flip Register 7
MC16_RDBFL8     0xF00620B0          Read Data and Bit Flip Register 8
MC16_RDBFL9     0xF00620B2          Read Data and Bit Flip Register 9
MC16_RDBFL10    0xF00620B4          Read Data and Bit Flip Register 10
MC16_RDBFL11    0xF00620B6          Read Data and Bit Flip Register 11
MC16_RDBFL12    0xF00620B8          Read Data and Bit Flip Register 12
MC16_RDBFL13    0xF00620BA          Read Data and Bit Flip Register 13
MC16_RDBFL14    0xF00620BC          Read Data and Bit Flip Register 14
MC16_RDBFL15    0xF00620BE          Read Data and Bit Flip Register 15
MC16_RDBFL16    0xF00620C0          Read Data and Bit Flip Register 16
MC16_RDBFL17    0xF00620C2          Read Data and Bit Flip Register 17
MC16_RDBFL18    0xF00620C4          Read Data and Bit Flip Register 18
MC16_RDBFL19    0xF00620C6          Read Data and Bit Flip Register 19
MC16_RDBFL20    0xF00620C8          Read Data and Bit Flip Register 20
MC16_RDBFL21    0xF00620CA          Read Data and Bit Flip Register 21
MC16_RDBFL22    0xF00620CC          Read Data and Bit Flip Register 22
MC16_RDBFL23    0xF00620CE          Read Data and Bit Flip Register 23
MC16_RDBFL24    0xF00620D0          Read Data and Bit Flip Register 24
MC16_RDBFL25    0xF00620D2          Read Data and Bit Flip Register 25
MC16_RDBFL26    0xF00620D4          Read Data and Bit Flip Register 26
MC16_RDBFL27    0xF00620D6          Read Data and Bit Flip Register 27
MC16_RDBFL28    0xF00620D8          Read Data and Bit Flip Register 28
MC16_RDBFL29    0xF00620DA          Read Data and Bit Flip Register 29
MC16_RDBFL30    0xF00620DC          Read Data and Bit Flip Register 30
MC16_RDBFL31    0xF00620DE          Read Data and Bit Flip Register 31
MC16_RDBFL32    0xF00620E0          Read Data and Bit Flip Register 32
MC16_RDBFL33    0xF00620E2          Read Data and Bit Flip Register 33
MC16_RDBFL34    0xF00620E4          Read Data and Bit Flip Register 34
MC16_RDBFL35    0xF00620E6          Read Data and Bit Flip Register 35
MC16_RDBFL36    0xF00620E8          Read Data and Bit Flip Register 36
MC16_RDBFL37    0xF00620EA          Read Data and Bit Flip Register 37
MC16_RDBFL38    0xF00620EC          Read Data and Bit Flip Register 38
MC16_RDBFL39    0xF00620EE          Read Data and Bit Flip Register 39
MC17_CONFIG0    0xF0062100          Configuration Register 0
MC17_CONFIG1    0xF0062102          Configuration Register 1
MC17_MCONTROL   0xF0062104          MBIST Control Register
MC17_MSTATUS    0xF0062106          Status Register
MC17_RANGE      0xF0062108          Range Register, single address mode
MC17_REVID      0xF006210C          Revision ID Register
MC17_ECCS       0xF006210E          ECC Safety Register
MC17_ECCD       0xF0062110          Memory ECC Detection Register
MC17_ETRR0      0xF0062112          Error Tracking Register 0
MC17_ETRR1      0xF0062114          Error Tracking Register 1
MC17_ETRR2      0xF0062116          Error Tracking Register 2
MC17_ETRR3      0xF0062118          Error Tracking Register 3
MC17_ETRR4      0xF006211A          Error Tracking Register 4
MC17_RDBFL0     0xF00621A0          Read Data and Bit Flip Register 0
MC17_RDBFL1     0xF00621A2          Read Data and Bit Flip Register 1
MC17_RDBFL2     0xF00621A4          Read Data and Bit Flip Register 2
MC17_RDBFL3     0xF00621A6          Read Data and Bit Flip Register 3
MC17_RDBFL4     0xF00621A8          Read Data and Bit Flip Register 4
MC17_RDBFL5     0xF00621AA          Read Data and Bit Flip Register 5
MC17_RDBFL6     0xF00621AC          Read Data and Bit Flip Register 6
MC17_RDBFL7     0xF00621AE          Read Data and Bit Flip Register 7
MC17_RDBFL8     0xF00621B0          Read Data and Bit Flip Register 8
MC17_RDBFL9     0xF00621B2          Read Data and Bit Flip Register 9
MC17_RDBFL10    0xF00621B4          Read Data and Bit Flip Register 10
MC17_RDBFL11    0xF00621B6          Read Data and Bit Flip Register 11
MC17_RDBFL12    0xF00621B8          Read Data and Bit Flip Register 12
MC17_RDBFL13    0xF00621BA          Read Data and Bit Flip Register 13
MC17_RDBFL14    0xF00621BC          Read Data and Bit Flip Register 14
MC17_RDBFL15    0xF00621BE          Read Data and Bit Flip Register 15
MC17_RDBFL16    0xF00621C0          Read Data and Bit Flip Register 16
MC17_RDBFL17    0xF00621C2          Read Data and Bit Flip Register 17
MC17_RDBFL18    0xF00621C4          Read Data and Bit Flip Register 18
MC17_RDBFL19    0xF00621C6          Read Data and Bit Flip Register 19
MC17_RDBFL20    0xF00621C8          Read Data and Bit Flip Register 20
MC17_RDBFL21    0xF00621CA          Read Data and Bit Flip Register 21
MC17_RDBFL22    0xF00621CC          Read Data and Bit Flip Register 22
MC17_RDBFL23    0xF00621CE          Read Data and Bit Flip Register 23
MC17_RDBFL24    0xF00621D0          Read Data and Bit Flip Register 24
MC17_RDBFL25    0xF00621D2          Read Data and Bit Flip Register 25
MC17_RDBFL26    0xF00621D4          Read Data and Bit Flip Register 26
MC17_RDBFL27    0xF00621D6          Read Data and Bit Flip Register 27
MC17_RDBFL28    0xF00621D8          Read Data and Bit Flip Register 28
MC17_RDBFL29    0xF00621DA          Read Data and Bit Flip Register 29
MC17_RDBFL30    0xF00621DC          Read Data and Bit Flip Register 30
MC17_RDBFL31    0xF00621DE          Read Data and Bit Flip Register 31
MC17_RDBFL32    0xF00621E0          Read Data and Bit Flip Register 32
MC17_RDBFL33    0xF00621E2          Read Data and Bit Flip Register 33
MC17_RDBFL34    0xF00621E4          Read Data and Bit Flip Register 34
MC17_RDBFL35    0xF00621E6          Read Data and Bit Flip Register 35
MC17_RDBFL36    0xF00621E8          Read Data and Bit Flip Register 36
MC17_RDBFL37    0xF00621EA          Read Data and Bit Flip Register 37
MC17_RDBFL38    0xF00621EC          Read Data and Bit Flip Register 38
MC17_RDBFL39    0xF00621EE          Read Data and Bit Flip Register 39
MC18_CONFIG0    0xF0062200          Configuration Register 0
MC18_CONFIG1    0xF0062202          Configuration Register 1
MC18_MCONTROL   0xF0062204          MBIST Control Register
MC18_MSTATUS    0xF0062206          Status Register
MC18_RANGE      0xF0062208          Range Register, single address mode
MC18_REVID      0xF006220C          Revision ID Register
MC18_ECCS       0xF006220E          ECC Safety Register
MC18_ECCD       0xF0062210          Memory ECC Detection Register
MC18_ETRR0      0xF0062212          Error Tracking Register 0
MC18_ETRR1      0xF0062214          Error Tracking Register 1
MC18_ETRR2      0xF0062216          Error Tracking Register 2
MC18_ETRR3      0xF0062218          Error Tracking Register 3
MC18_ETRR4      0xF006221A          Error Tracking Register 4
MC18_RDBFL0     0xF00622A0          Read Data and Bit Flip Register 0
MC18_RDBFL1     0xF00622A2          Read Data and Bit Flip Register 1
MC18_RDBFL2     0xF00622A4          Read Data and Bit Flip Register 2
MC18_RDBFL3     0xF00622A6          Read Data and Bit Flip Register 3
MC18_RDBFL4     0xF00622A8          Read Data and Bit Flip Register 4
MC18_RDBFL5     0xF00622AA          Read Data and Bit Flip Register 5
MC18_RDBFL6     0xF00622AC          Read Data and Bit Flip Register 6
MC18_RDBFL7     0xF00622AE          Read Data and Bit Flip Register 7
MC18_RDBFL8     0xF00622B0          Read Data and Bit Flip Register 8
MC18_RDBFL9     0xF00622B2          Read Data and Bit Flip Register 9
MC18_RDBFL10    0xF00622B4          Read Data and Bit Flip Register 10
MC18_RDBFL11    0xF00622B6          Read Data and Bit Flip Register 11
MC18_RDBFL12    0xF00622B8          Read Data and Bit Flip Register 12
MC18_RDBFL13    0xF00622BA          Read Data and Bit Flip Register 13
MC18_RDBFL14    0xF00622BC          Read Data and Bit Flip Register 14
MC18_RDBFL15    0xF00622BE          Read Data and Bit Flip Register 15
MC18_RDBFL16    0xF00622C0          Read Data and Bit Flip Register 16
MC18_RDBFL17    0xF00622C2          Read Data and Bit Flip Register 17
MC18_RDBFL18    0xF00622C4          Read Data and Bit Flip Register 18
MC18_RDBFL19    0xF00622C6          Read Data and Bit Flip Register 19
MC18_RDBFL20    0xF00622C8          Read Data and Bit Flip Register 20
MC18_RDBFL21    0xF00622CA          Read Data and Bit Flip Register 21
MC18_RDBFL22    0xF00622CC          Read Data and Bit Flip Register 22
MC18_RDBFL23    0xF00622CE          Read Data and Bit Flip Register 23
MC18_RDBFL24    0xF00622D0          Read Data and Bit Flip Register 24
MC18_RDBFL25    0xF00622D2          Read Data and Bit Flip Register 25
MC18_RDBFL26    0xF00622D4          Read Data and Bit Flip Register 26
MC18_RDBFL27    0xF00622D6          Read Data and Bit Flip Register 27
MC18_RDBFL28    0xF00622D8          Read Data and Bit Flip Register 28
MC18_RDBFL29    0xF00622DA          Read Data and Bit Flip Register 29
MC18_RDBFL30    0xF00622DC          Read Data and Bit Flip Register 30
MC18_RDBFL31    0xF00622DE          Read Data and Bit Flip Register 31
MC18_RDBFL32    0xF00622E0          Read Data and Bit Flip Register 32
MC18_RDBFL33    0xF00622E2          Read Data and Bit Flip Register 33
MC18_RDBFL34    0xF00622E4          Read Data and Bit Flip Register 34
MC18_RDBFL35    0xF00622E6          Read Data and Bit Flip Register 35
MC18_RDBFL36    0xF00622E8          Read Data and Bit Flip Register 36
MC18_RDBFL37    0xF00622EA          Read Data and Bit Flip Register 37
MC18_RDBFL38    0xF00622EC          Read Data and Bit Flip Register 38
MC18_RDBFL39    0xF00622EE          Read Data and Bit Flip Register 39
MC19_CONFIG0    0xF0062300          Configuration Register 0
MC19_CONFIG1    0xF0062302          Configuration Register 1
MC19_MCONTROL   0xF0062304          MBIST Control Register
MC19_MSTATUS    0xF0062306          Status Register
MC19_RANGE      0xF0062308          Range Register, single address mode
MC19_REVID      0xF006230C          Revision ID Register
MC19_ECCS       0xF006230E          ECC Safety Register
MC19_ECCD       0xF0062310          Memory ECC Detection Register
MC19_ETRR0      0xF0062312          Error Tracking Register 0
MC19_ETRR1      0xF0062314          Error Tracking Register 1
MC19_ETRR2      0xF0062316          Error Tracking Register 2
MC19_ETRR3      0xF0062318          Error Tracking Register 3
MC19_ETRR4      0xF006231A          Error Tracking Register 4
MC19_RDBFL0     0xF00623A0          Read Data and Bit Flip Register 0
MC19_RDBFL1     0xF00623A2          Read Data and Bit Flip Register 1
MC19_RDBFL2     0xF00623A4          Read Data and Bit Flip Register 2
MC19_RDBFL3     0xF00623A6          Read Data and Bit Flip Register 3
MC19_RDBFL4     0xF00623A8          Read Data and Bit Flip Register 4
MC19_RDBFL5     0xF00623AA          Read Data and Bit Flip Register 5
MC19_RDBFL6     0xF00623AC          Read Data and Bit Flip Register 6
MC19_RDBFL7     0xF00623AE          Read Data and Bit Flip Register 7
MC19_RDBFL8     0xF00623B0          Read Data and Bit Flip Register 8
MC19_RDBFL9     0xF00623B2          Read Data and Bit Flip Register 9
MC19_RDBFL10    0xF00623B4          Read Data and Bit Flip Register 10
MC19_RDBFL11    0xF00623B6          Read Data and Bit Flip Register 11
MC19_RDBFL12    0xF00623B8          Read Data and Bit Flip Register 12
MC19_RDBFL13    0xF00623BA          Read Data and Bit Flip Register 13
MC19_RDBFL14    0xF00623BC          Read Data and Bit Flip Register 14
MC19_RDBFL15    0xF00623BE          Read Data and Bit Flip Register 15
MC19_RDBFL16    0xF00623C0          Read Data and Bit Flip Register 16
MC19_RDBFL17    0xF00623C2          Read Data and Bit Flip Register 17
MC19_RDBFL18    0xF00623C4          Read Data and Bit Flip Register 18
MC19_RDBFL19    0xF00623C6          Read Data and Bit Flip Register 19
MC19_RDBFL20    0xF00623C8          Read Data and Bit Flip Register 20
MC19_RDBFL21    0xF00623CA          Read Data and Bit Flip Register 21
MC19_RDBFL22    0xF00623CC          Read Data and Bit Flip Register 22
MC19_RDBFL23    0xF00623CE          Read Data and Bit Flip Register 23
MC19_RDBFL24    0xF00623D0          Read Data and Bit Flip Register 24
MC19_RDBFL25    0xF00623D2          Read Data and Bit Flip Register 25
MC19_RDBFL26    0xF00623D4          Read Data and Bit Flip Register 26
MC19_RDBFL27    0xF00623D6          Read Data and Bit Flip Register 27
MC19_RDBFL28    0xF00623D8          Read Data and Bit Flip Register 28
MC19_RDBFL29    0xF00623DA          Read Data and Bit Flip Register 29
MC19_RDBFL30    0xF00623DC          Read Data and Bit Flip Register 30
MC19_RDBFL31    0xF00623DE          Read Data and Bit Flip Register 31
MC19_RDBFL32    0xF00623E0          Read Data and Bit Flip Register 32
MC19_RDBFL33    0xF00623E2          Read Data and Bit Flip Register 33
MC19_RDBFL34    0xF00623E4          Read Data and Bit Flip Register 34
MC19_RDBFL35    0xF00623E6          Read Data and Bit Flip Register 35
MC19_RDBFL36    0xF00623E8          Read Data and Bit Flip Register 36
MC19_RDBFL37    0xF00623EA          Read Data and Bit Flip Register 37
MC19_RDBFL38    0xF00623EC          Read Data and Bit Flip Register 38
MC19_RDBFL39    0xF00623EE          Read Data and Bit Flip Register 39
MC20_CONFIG0    0xF0062400          Configuration Register 0
MC20_CONFIG1    0xF0062402          Configuration Register 1
MC20_MCONTROL   0xF0062404          MBIST Control Register
MC20_MSTATUS    0xF0062406          Status Register
MC20_RANGE      0xF0062408          Range Register, single address mode
MC20_REVID      0xF006240C          Revision ID Register
MC20_ECCS       0xF006240E          ECC Safety Register
MC20_ECCD       0xF0062410          Memory ECC Detection Register
MC20_ETRR0      0xF0062412          Error Tracking Register 0
MC20_ETRR1      0xF0062414          Error Tracking Register 1
MC20_ETRR2      0xF0062416          Error Tracking Register 2
MC20_ETRR3      0xF0062418          Error Tracking Register 3
MC20_ETRR4      0xF006241A          Error Tracking Register 4
MC20_RDBFL0     0xF00624A0          Read Data and Bit Flip Register 0
MC20_RDBFL1     0xF00624A2          Read Data and Bit Flip Register 1
MC20_RDBFL2     0xF00624A4          Read Data and Bit Flip Register 2
MC20_RDBFL3     0xF00624A6          Read Data and Bit Flip Register 3
MC20_RDBFL4     0xF00624A8          Read Data and Bit Flip Register 4
MC20_RDBFL5     0xF00624AA          Read Data and Bit Flip Register 5
MC20_RDBFL6     0xF00624AC          Read Data and Bit Flip Register 6
MC20_RDBFL7     0xF00624AE          Read Data and Bit Flip Register 7
MC20_RDBFL8     0xF00624B0          Read Data and Bit Flip Register 8
MC20_RDBFL9     0xF00624B2          Read Data and Bit Flip Register 9
MC20_RDBFL10    0xF00624B4          Read Data and Bit Flip Register 10
MC20_RDBFL11    0xF00624B6          Read Data and Bit Flip Register 11
MC20_RDBFL12    0xF00624B8          Read Data and Bit Flip Register 12
MC20_RDBFL13    0xF00624BA          Read Data and Bit Flip Register 13
MC20_RDBFL14    0xF00624BC          Read Data and Bit Flip Register 14
MC20_RDBFL15    0xF00624BE          Read Data and Bit Flip Register 15
MC20_RDBFL16    0xF00624C0          Read Data and Bit Flip Register 16
MC20_RDBFL17    0xF00624C2          Read Data and Bit Flip Register 17
MC20_RDBFL18    0xF00624C4          Read Data and Bit Flip Register 18
MC20_RDBFL19    0xF00624C6          Read Data and Bit Flip Register 19
MC20_RDBFL20    0xF00624C8          Read Data and Bit Flip Register 20
MC20_RDBFL21    0xF00624CA          Read Data and Bit Flip Register 21
MC20_RDBFL22    0xF00624CC          Read Data and Bit Flip Register 22
MC20_RDBFL23    0xF00624CE          Read Data and Bit Flip Register 23
MC20_RDBFL24    0xF00624D0          Read Data and Bit Flip Register 24
MC20_RDBFL25    0xF00624D2          Read Data and Bit Flip Register 25
MC20_RDBFL26    0xF00624D4          Read Data and Bit Flip Register 26
MC20_RDBFL27    0xF00624D6          Read Data and Bit Flip Register 27
MC20_RDBFL28    0xF00624D8          Read Data and Bit Flip Register 28
MC20_RDBFL29    0xF00624DA          Read Data and Bit Flip Register 29
MC20_RDBFL30    0xF00624DC          Read Data and Bit Flip Register 30
MC20_RDBFL31    0xF00624DE          Read Data and Bit Flip Register 31
MC20_RDBFL32    0xF00624E0          Read Data and Bit Flip Register 32
MC20_RDBFL33    0xF00624E2          Read Data and Bit Flip Register 33
MC20_RDBFL34    0xF00624E4          Read Data and Bit Flip Register 34
MC20_RDBFL35    0xF00624E6          Read Data and Bit Flip Register 35
MC20_RDBFL36    0xF00624E8          Read Data and Bit Flip Register 36
MC20_RDBFL37    0xF00624EA          Read Data and Bit Flip Register 37
MC20_RDBFL38    0xF00624EC          Read Data and Bit Flip Register 38
MC20_RDBFL39    0xF00624EE          Read Data and Bit Flip Register 39
MC21_CONFIG0    0xF0062500          Configuration Register 0
MC21_CONFIG1    0xF0062502          Configuration Register 1
MC21_MCONTROL   0xF0062504          MBIST Control Register
MC21_MSTATUS    0xF0062506          Status Register
MC21_RANGE      0xF0062508          Range Register, single address mode
MC21_REVID      0xF006250C          Revision ID Register
MC21_ECCS       0xF006250E          ECC Safety Register
MC21_ECCD       0xF0062510          Memory ECC Detection Register
MC21_ETRR0      0xF0062512          Error Tracking Register 0
MC21_ETRR1      0xF0062514          Error Tracking Register 1
MC21_ETRR2      0xF0062516          Error Tracking Register 2
MC21_ETRR3      0xF0062518          Error Tracking Register 3
MC21_ETRR4      0xF006251A          Error Tracking Register 4
MC21_RDBFL0     0xF00625A0          Read Data and Bit Flip Register 0
MC21_RDBFL1     0xF00625A2          Read Data and Bit Flip Register 1
MC21_RDBFL2     0xF00625A4          Read Data and Bit Flip Register 2
MC21_RDBFL3     0xF00625A6          Read Data and Bit Flip Register 3
MC21_RDBFL4     0xF00625A8          Read Data and Bit Flip Register 4
MC21_RDBFL5     0xF00625AA          Read Data and Bit Flip Register 5
MC21_RDBFL6     0xF00625AC          Read Data and Bit Flip Register 6
MC21_RDBFL7     0xF00625AE          Read Data and Bit Flip Register 7
MC21_RDBFL8     0xF00625B0          Read Data and Bit Flip Register 8
MC21_RDBFL9     0xF00625B2          Read Data and Bit Flip Register 9
MC21_RDBFL10    0xF00625B4          Read Data and Bit Flip Register 10
MC21_RDBFL11    0xF00625B6          Read Data and Bit Flip Register 11
MC21_RDBFL12    0xF00625B8          Read Data and Bit Flip Register 12
MC21_RDBFL13    0xF00625BA          Read Data and Bit Flip Register 13
MC21_RDBFL14    0xF00625BC          Read Data and Bit Flip Register 14
MC21_RDBFL15    0xF00625BE          Read Data and Bit Flip Register 15
MC21_RDBFL16    0xF00625C0          Read Data and Bit Flip Register 16
MC21_RDBFL17    0xF00625C2          Read Data and Bit Flip Register 17
MC21_RDBFL18    0xF00625C4          Read Data and Bit Flip Register 18
MC21_RDBFL19    0xF00625C6          Read Data and Bit Flip Register 19
MC21_RDBFL20    0xF00625C8          Read Data and Bit Flip Register 20
MC21_RDBFL21    0xF00625CA          Read Data and Bit Flip Register 21
MC21_RDBFL22    0xF00625CC          Read Data and Bit Flip Register 22
MC21_RDBFL23    0xF00625CE          Read Data and Bit Flip Register 23
MC21_RDBFL24    0xF00625D0          Read Data and Bit Flip Register 24
MC21_RDBFL25    0xF00625D2          Read Data and Bit Flip Register 25
MC21_RDBFL26    0xF00625D4          Read Data and Bit Flip Register 26
MC21_RDBFL27    0xF00625D6          Read Data and Bit Flip Register 27
MC21_RDBFL28    0xF00625D8          Read Data and Bit Flip Register 28
MC21_RDBFL29    0xF00625DA          Read Data and Bit Flip Register 29
MC21_RDBFL30    0xF00625DC          Read Data and Bit Flip Register 30
MC21_RDBFL31    0xF00625DE          Read Data and Bit Flip Register 31
MC21_RDBFL32    0xF00625E0          Read Data and Bit Flip Register 32
MC21_RDBFL33    0xF00625E2          Read Data and Bit Flip Register 33
MC21_RDBFL34    0xF00625E4          Read Data and Bit Flip Register 34
MC21_RDBFL35    0xF00625E6          Read Data and Bit Flip Register 35
MC21_RDBFL36    0xF00625E8          Read Data and Bit Flip Register 36
MC21_RDBFL37    0xF00625EA          Read Data and Bit Flip Register 37
MC21_RDBFL38    0xF00625EC          Read Data and Bit Flip Register 38
MC21_RDBFL39    0xF00625EE          Read Data and Bit Flip Register 39
MC22_CONFIG0    0xF0062600          Configuration Register 0
MC22_CONFIG1    0xF0062602          Configuration Register 1
MC22_MCONTROL   0xF0062604          MBIST Control Register
MC22_MSTATUS    0xF0062606          Status Register
MC22_RANGE      0xF0062608          Range Register, single address mode
MC22_REVID      0xF006260C          Revision ID Register
MC22_ECCS       0xF006260E          ECC Safety Register
MC22_ECCD       0xF0062610          Memory ECC Detection Register
MC22_ETRR0      0xF0062612          Error Tracking Register 0
MC22_ETRR1      0xF0062614          Error Tracking Register 1
MC22_ETRR2      0xF0062616          Error Tracking Register 2
MC22_ETRR3      0xF0062618          Error Tracking Register 3
MC22_ETRR4      0xF006261A          Error Tracking Register 4
MC22_RDBFL0     0xF00626A0          Read Data and Bit Flip Register 0
MC22_RDBFL1     0xF00626A2          Read Data and Bit Flip Register 1
MC22_RDBFL2     0xF00626A4          Read Data and Bit Flip Register 2
MC22_RDBFL3     0xF00626A6          Read Data and Bit Flip Register 3
MC22_RDBFL4     0xF00626A8          Read Data and Bit Flip Register 4
MC22_RDBFL5     0xF00626AA          Read Data and Bit Flip Register 5
MC22_RDBFL6     0xF00626AC          Read Data and Bit Flip Register 6
MC22_RDBFL7     0xF00626AE          Read Data and Bit Flip Register 7
MC22_RDBFL8     0xF00626B0          Read Data and Bit Flip Register 8
MC22_RDBFL9     0xF00626B2          Read Data and Bit Flip Register 9
MC22_RDBFL10    0xF00626B4          Read Data and Bit Flip Register 10
MC22_RDBFL11    0xF00626B6          Read Data and Bit Flip Register 11
MC22_RDBFL12    0xF00626B8          Read Data and Bit Flip Register 12
MC22_RDBFL13    0xF00626BA          Read Data and Bit Flip Register 13
MC22_RDBFL14    0xF00626BC          Read Data and Bit Flip Register 14
MC22_RDBFL15    0xF00626BE          Read Data and Bit Flip Register 15
MC22_RDBFL16    0xF00626C0          Read Data and Bit Flip Register 16
MC22_RDBFL17    0xF00626C2          Read Data and Bit Flip Register 17
MC22_RDBFL18    0xF00626C4          Read Data and Bit Flip Register 18
MC22_RDBFL19    0xF00626C6          Read Data and Bit Flip Register 19
MC22_RDBFL20    0xF00626C8          Read Data and Bit Flip Register 20
MC22_RDBFL21    0xF00626CA          Read Data and Bit Flip Register 21
MC22_RDBFL22    0xF00626CC          Read Data and Bit Flip Register 22
MC22_RDBFL23    0xF00626CE          Read Data and Bit Flip Register 23
MC22_RDBFL24    0xF00626D0          Read Data and Bit Flip Register 24
MC22_RDBFL25    0xF00626D2          Read Data and Bit Flip Register 25
MC22_RDBFL26    0xF00626D4          Read Data and Bit Flip Register 26
MC22_RDBFL27    0xF00626D6          Read Data and Bit Flip Register 27
MC22_RDBFL28    0xF00626D8          Read Data and Bit Flip Register 28
MC22_RDBFL29    0xF00626DA          Read Data and Bit Flip Register 29
MC22_RDBFL30    0xF00626DC          Read Data and Bit Flip Register 30
MC22_RDBFL31    0xF00626DE          Read Data and Bit Flip Register 31
MC22_RDBFL32    0xF00626E0          Read Data and Bit Flip Register 32
MC22_RDBFL33    0xF00626E2          Read Data and Bit Flip Register 33
MC22_RDBFL34    0xF00626E4          Read Data and Bit Flip Register 34
MC22_RDBFL35    0xF00626E6          Read Data and Bit Flip Register 35
MC22_RDBFL36    0xF00626E8          Read Data and Bit Flip Register 36
MC22_RDBFL37    0xF00626EA          Read Data and Bit Flip Register 37
MC22_RDBFL38    0xF00626EC          Read Data and Bit Flip Register 38
MC22_RDBFL39    0xF00626EE          Read Data and Bit Flip Register 39
MC23_CONFIG0    0xF0062700          Configuration Register 0
MC23_CONFIG1    0xF0062702          Configuration Register 1
MC23_MCONTROL   0xF0062704          MBIST Control Register
MC23_MSTATUS    0xF0062706          Status Register
MC23_RANGE      0xF0062708          Range Register, single address mode
MC23_REVID      0xF006270C          Revision ID Register
MC23_ECCS       0xF006270E          ECC Safety Register
MC23_ECCD       0xF0062710          Memory ECC Detection Register
MC23_ETRR0      0xF0062712          Error Tracking Register 0
MC23_ETRR1      0xF0062714          Error Tracking Register 1
MC23_ETRR2      0xF0062716          Error Tracking Register 2
MC23_ETRR3      0xF0062718          Error Tracking Register 3
MC23_ETRR4      0xF006271A          Error Tracking Register 4
MC23_RDBFL0     0xF00627A0          Read Data and Bit Flip Register 0
MC23_RDBFL1     0xF00627A2          Read Data and Bit Flip Register 1
MC23_RDBFL2     0xF00627A4          Read Data and Bit Flip Register 2
MC23_RDBFL3     0xF00627A6          Read Data and Bit Flip Register 3
MC23_RDBFL4     0xF00627A8          Read Data and Bit Flip Register 4
MC23_RDBFL5     0xF00627AA          Read Data and Bit Flip Register 5
MC23_RDBFL6     0xF00627AC          Read Data and Bit Flip Register 6
MC23_RDBFL7     0xF00627AE          Read Data and Bit Flip Register 7
MC23_RDBFL8     0xF00627B0          Read Data and Bit Flip Register 8
MC23_RDBFL9     0xF00627B2          Read Data and Bit Flip Register 9
MC23_RDBFL10    0xF00627B4          Read Data and Bit Flip Register 10
MC23_RDBFL11    0xF00627B6          Read Data and Bit Flip Register 11
MC23_RDBFL12    0xF00627B8          Read Data and Bit Flip Register 12
MC23_RDBFL13    0xF00627BA          Read Data and Bit Flip Register 13
MC23_RDBFL14    0xF00627BC          Read Data and Bit Flip Register 14
MC23_RDBFL15    0xF00627BE          Read Data and Bit Flip Register 15
MC23_RDBFL16    0xF00627C0          Read Data and Bit Flip Register 16
MC23_RDBFL17    0xF00627C2          Read Data and Bit Flip Register 17
MC23_RDBFL18    0xF00627C4          Read Data and Bit Flip Register 18
MC23_RDBFL19    0xF00627C6          Read Data and Bit Flip Register 19
MC23_RDBFL20    0xF00627C8          Read Data and Bit Flip Register 20
MC23_RDBFL21    0xF00627CA          Read Data and Bit Flip Register 21
MC23_RDBFL22    0xF00627CC          Read Data and Bit Flip Register 22
MC23_RDBFL23    0xF00627CE          Read Data and Bit Flip Register 23
MC23_RDBFL24    0xF00627D0          Read Data and Bit Flip Register 24
MC23_RDBFL25    0xF00627D2          Read Data and Bit Flip Register 25
MC23_RDBFL26    0xF00627D4          Read Data and Bit Flip Register 26
MC23_RDBFL27    0xF00627D6          Read Data and Bit Flip Register 27
MC23_RDBFL28    0xF00627D8          Read Data and Bit Flip Register 28
MC23_RDBFL29    0xF00627DA          Read Data and Bit Flip Register 29
MC23_RDBFL30    0xF00627DC          Read Data and Bit Flip Register 30
MC23_RDBFL31    0xF00627DE          Read Data and Bit Flip Register 31
MC23_RDBFL32    0xF00627E0          Read Data and Bit Flip Register 32
MC23_RDBFL33    0xF00627E2          Read Data and Bit Flip Register 33
MC23_RDBFL34    0xF00627E4          Read Data and Bit Flip Register 34
MC23_RDBFL35    0xF00627E6          Read Data and Bit Flip Register 35
MC23_RDBFL36    0xF00627E8          Read Data and Bit Flip Register 36
MC23_RDBFL37    0xF00627EA          Read Data and Bit Flip Register 37
MC23_RDBFL38    0xF00627EC          Read Data and Bit Flip Register 38
MC23_RDBFL39    0xF00627EE          Read Data and Bit Flip Register 39
MC24_CONFIG0    0xF0062800          Configuration Register 0
MC24_CONFIG1    0xF0062802          Configuration Register 1
MC24_MCONTROL   0xF0062804          MBIST Control Register
MC24_MSTATUS    0xF0062806          Status Register
MC24_RANGE      0xF0062808          Range Register, single address mode
MC24_REVID      0xF006280C          Revision ID Register
MC24_ECCS       0xF006280E          ECC Safety Register
MC24_ECCD       0xF0062810          Memory ECC Detection Register
MC24_ETRR0      0xF0062812          Error Tracking Register 0
MC24_ETRR1      0xF0062814          Error Tracking Register 1
MC24_ETRR2      0xF0062816          Error Tracking Register 2
MC24_ETRR3      0xF0062818          Error Tracking Register 3
MC24_ETRR4      0xF006281A          Error Tracking Register 4
MC24_RDBFL0     0xF00628A0          Read Data and Bit Flip Register 0
MC24_RDBFL1     0xF00628A2          Read Data and Bit Flip Register 1
MC24_RDBFL2     0xF00628A4          Read Data and Bit Flip Register 2
MC24_RDBFL3     0xF00628A6          Read Data and Bit Flip Register 3
MC24_RDBFL4     0xF00628A8          Read Data and Bit Flip Register 4
MC24_RDBFL5     0xF00628AA          Read Data and Bit Flip Register 5
MC24_RDBFL6     0xF00628AC          Read Data and Bit Flip Register 6
MC24_RDBFL7     0xF00628AE          Read Data and Bit Flip Register 7
MC24_RDBFL8     0xF00628B0          Read Data and Bit Flip Register 8
MC24_RDBFL9     0xF00628B2          Read Data and Bit Flip Register 9
MC24_RDBFL10    0xF00628B4          Read Data and Bit Flip Register 10
MC24_RDBFL11    0xF00628B6          Read Data and Bit Flip Register 11
MC24_RDBFL12    0xF00628B8          Read Data and Bit Flip Register 12
MC24_RDBFL13    0xF00628BA          Read Data and Bit Flip Register 13
MC24_RDBFL14    0xF00628BC          Read Data and Bit Flip Register 14
MC24_RDBFL15    0xF00628BE          Read Data and Bit Flip Register 15
MC24_RDBFL16    0xF00628C0          Read Data and Bit Flip Register 16
MC24_RDBFL17    0xF00628C2          Read Data and Bit Flip Register 17
MC24_RDBFL18    0xF00628C4          Read Data and Bit Flip Register 18
MC24_RDBFL19    0xF00628C6          Read Data and Bit Flip Register 19
MC24_RDBFL20    0xF00628C8          Read Data and Bit Flip Register 20
MC24_RDBFL21    0xF00628CA          Read Data and Bit Flip Register 21
MC24_RDBFL22    0xF00628CC          Read Data and Bit Flip Register 22
MC24_RDBFL23    0xF00628CE          Read Data and Bit Flip Register 23
MC24_RDBFL24    0xF00628D0          Read Data and Bit Flip Register 24
MC24_RDBFL25    0xF00628D2          Read Data and Bit Flip Register 25
MC24_RDBFL26    0xF00628D4          Read Data and Bit Flip Register 26
MC24_RDBFL27    0xF00628D6          Read Data and Bit Flip Register 27
MC24_RDBFL28    0xF00628D8          Read Data and Bit Flip Register 28
MC24_RDBFL29    0xF00628DA          Read Data and Bit Flip Register 29
MC24_RDBFL30    0xF00628DC          Read Data and Bit Flip Register 30
MC24_RDBFL31    0xF00628DE          Read Data and Bit Flip Register 31
MC24_RDBFL32    0xF00628E0          Read Data and Bit Flip Register 32
MC24_RDBFL33    0xF00628E2          Read Data and Bit Flip Register 33
MC24_RDBFL34    0xF00628E4          Read Data and Bit Flip Register 34
MC24_RDBFL35    0xF00628E6          Read Data and Bit Flip Register 35
MC24_RDBFL36    0xF00628E8          Read Data and Bit Flip Register 36
MC24_RDBFL37    0xF00628EA          Read Data and Bit Flip Register 37
MC24_RDBFL38    0xF00628EC          Read Data and Bit Flip Register 38
MC24_RDBFL39    0xF00628EE          Read Data and Bit Flip Register 39
MC25_CONFIG0    0xF0062900          Configuration Register 0
MC25_CONFIG1    0xF0062902          Configuration Register 1
MC25_MCONTROL   0xF0062904          MBIST Control Register
MC25_MSTATUS    0xF0062906          Status Register
MC25_RANGE      0xF0062908          Range Register, single address mode
MC25_REVID      0xF006290C          Revision ID Register
MC25_ECCS       0xF006290E          ECC Safety Register
MC25_ECCD       0xF0062910          Memory ECC Detection Register
MC25_ETRR0      0xF0062912          Error Tracking Register 0
MC25_ETRR1      0xF0062914          Error Tracking Register 1
MC25_ETRR2      0xF0062916          Error Tracking Register 2
MC25_ETRR3      0xF0062918          Error Tracking Register 3
MC25_ETRR4      0xF006291A          Error Tracking Register 4
MC25_RDBFL0     0xF00629A0          Read Data and Bit Flip Register 0
MC25_RDBFL1     0xF00629A2          Read Data and Bit Flip Register 1
MC25_RDBFL2     0xF00629A4          Read Data and Bit Flip Register 2
MC25_RDBFL3     0xF00629A6          Read Data and Bit Flip Register 3
MC25_RDBFL4     0xF00629A8          Read Data and Bit Flip Register 4
MC25_RDBFL5     0xF00629AA          Read Data and Bit Flip Register 5
MC25_RDBFL6     0xF00629AC          Read Data and Bit Flip Register 6
MC25_RDBFL7     0xF00629AE          Read Data and Bit Flip Register 7
MC25_RDBFL8     0xF00629B0          Read Data and Bit Flip Register 8
MC25_RDBFL9     0xF00629B2          Read Data and Bit Flip Register 9
MC25_RDBFL10    0xF00629B4          Read Data and Bit Flip Register 10
MC25_RDBFL11    0xF00629B6          Read Data and Bit Flip Register 11
MC25_RDBFL12    0xF00629B8          Read Data and Bit Flip Register 12
MC25_RDBFL13    0xF00629BA          Read Data and Bit Flip Register 13
MC25_RDBFL14    0xF00629BC          Read Data and Bit Flip Register 14
MC25_RDBFL15    0xF00629BE          Read Data and Bit Flip Register 15
MC25_RDBFL16    0xF00629C0          Read Data and Bit Flip Register 16
MC25_RDBFL17    0xF00629C2          Read Data and Bit Flip Register 17
MC25_RDBFL18    0xF00629C4          Read Data and Bit Flip Register 18
MC25_RDBFL19    0xF00629C6          Read Data and Bit Flip Register 19
MC25_RDBFL20    0xF00629C8          Read Data and Bit Flip Register 20
MC25_RDBFL21    0xF00629CA          Read Data and Bit Flip Register 21
MC25_RDBFL22    0xF00629CC          Read Data and Bit Flip Register 22
MC25_RDBFL23    0xF00629CE          Read Data and Bit Flip Register 23
MC25_RDBFL24    0xF00629D0          Read Data and Bit Flip Register 24
MC25_RDBFL25    0xF00629D2          Read Data and Bit Flip Register 25
MC25_RDBFL26    0xF00629D4          Read Data and Bit Flip Register 26
MC25_RDBFL27    0xF00629D6          Read Data and Bit Flip Register 27
MC25_RDBFL28    0xF00629D8          Read Data and Bit Flip Register 28
MC25_RDBFL29    0xF00629DA          Read Data and Bit Flip Register 29
MC25_RDBFL30    0xF00629DC          Read Data and Bit Flip Register 30
MC25_RDBFL31    0xF00629DE          Read Data and Bit Flip Register 31
MC25_RDBFL32    0xF00629E0          Read Data and Bit Flip Register 32
MC25_RDBFL33    0xF00629E2          Read Data and Bit Flip Register 33
MC25_RDBFL34    0xF00629E4          Read Data and Bit Flip Register 34
MC25_RDBFL35    0xF00629E6          Read Data and Bit Flip Register 35
MC25_RDBFL36    0xF00629E8          Read Data and Bit Flip Register 36
MC25_RDBFL37    0xF00629EA          Read Data and Bit Flip Register 37
MC25_RDBFL38    0xF00629EC          Read Data and Bit Flip Register 38
MC25_RDBFL39    0xF00629EE          Read Data and Bit Flip Register 39
MC26_CONFIG0    0xF0062A00          Configuration Register 0
MC26_CONFIG1    0xF0062A02          Configuration Register 1
MC26_MCONTROL   0xF0062A04          MBIST Control Register
MC26_MSTATUS    0xF0062A06          Status Register
MC26_RANGE      0xF0062A08          Range Register, single address mode
MC26_REVID      0xF0062A0C          Revision ID Register
MC26_ECCS       0xF0062A0E          ECC Safety Register
MC26_ECCD       0xF0062A10          Memory ECC Detection Register
MC26_ETRR0      0xF0062A12          Error Tracking Register 0
MC26_ETRR1      0xF0062A14          Error Tracking Register 1
MC26_ETRR2      0xF0062A16          Error Tracking Register 2
MC26_ETRR3      0xF0062A18          Error Tracking Register 3
MC26_ETRR4      0xF0062A1A          Error Tracking Register 4
MC26_RDBFL0     0xF0062AA0          Read Data and Bit Flip Register 0
MC26_RDBFL1     0xF0062AA2          Read Data and Bit Flip Register 1
MC26_RDBFL2     0xF0062AA4          Read Data and Bit Flip Register 2
MC26_RDBFL3     0xF0062AA6          Read Data and Bit Flip Register 3
MC26_RDBFL4     0xF0062AA8          Read Data and Bit Flip Register 4
MC26_RDBFL5     0xF0062AAA          Read Data and Bit Flip Register 5
MC26_RDBFL6     0xF0062AAC          Read Data and Bit Flip Register 6
MC26_RDBFL7     0xF0062AAE          Read Data and Bit Flip Register 7
MC26_RDBFL8     0xF0062AB0          Read Data and Bit Flip Register 8
MC26_RDBFL9     0xF0062AB2          Read Data and Bit Flip Register 9
MC26_RDBFL10    0xF0062AB4          Read Data and Bit Flip Register 10
MC26_RDBFL11    0xF0062AB6          Read Data and Bit Flip Register 11
MC26_RDBFL12    0xF0062AB8          Read Data and Bit Flip Register 12
MC26_RDBFL13    0xF0062ABA          Read Data and Bit Flip Register 13
MC26_RDBFL14    0xF0062ABC          Read Data and Bit Flip Register 14
MC26_RDBFL15    0xF0062ABE          Read Data and Bit Flip Register 15
MC26_RDBFL16    0xF0062AC0          Read Data and Bit Flip Register 16
MC26_RDBFL17    0xF0062AC2          Read Data and Bit Flip Register 17
MC26_RDBFL18    0xF0062AC4          Read Data and Bit Flip Register 18
MC26_RDBFL19    0xF0062AC6          Read Data and Bit Flip Register 19
MC26_RDBFL20    0xF0062AC8          Read Data and Bit Flip Register 20
MC26_RDBFL21    0xF0062ACA          Read Data and Bit Flip Register 21
MC26_RDBFL22    0xF0062ACC          Read Data and Bit Flip Register 22
MC26_RDBFL23    0xF0062ACE          Read Data and Bit Flip Register 23
MC26_RDBFL24    0xF0062AD0          Read Data and Bit Flip Register 24
MC26_RDBFL25    0xF0062AD2          Read Data and Bit Flip Register 25
MC26_RDBFL26    0xF0062AD4          Read Data and Bit Flip Register 26
MC26_RDBFL27    0xF0062AD6          Read Data and Bit Flip Register 27
MC26_RDBFL28    0xF0062AD8          Read Data and Bit Flip Register 28
MC26_RDBFL29    0xF0062ADA          Read Data and Bit Flip Register 29
MC26_RDBFL30    0xF0062ADC          Read Data and Bit Flip Register 30
MC26_RDBFL31    0xF0062ADE          Read Data and Bit Flip Register 31
MC26_RDBFL32    0xF0062AE0          Read Data and Bit Flip Register 32
MC26_RDBFL33    0xF0062AE2          Read Data and Bit Flip Register 33
MC26_RDBFL34    0xF0062AE4          Read Data and Bit Flip Register 34
MC26_RDBFL35    0xF0062AE6          Read Data and Bit Flip Register 35
MC26_RDBFL36    0xF0062AE8          Read Data and Bit Flip Register 36
MC26_RDBFL37    0xF0062AEA          Read Data and Bit Flip Register 37
MC26_RDBFL38    0xF0062AEC          Read Data and Bit Flip Register 38
MC26_RDBFL39    0xF0062AEE          Read Data and Bit Flip Register 39
MC27_CONFIG0    0xF0062B00          Configuration Register 0
MC27_CONFIG1    0xF0062B02          Configuration Register 1
MC27_MCONTROL   0xF0062B04          MBIST Control Register
MC27_MSTATUS    0xF0062B06          Status Register
MC27_RANGE      0xF0062B08          Range Register, single address mode
MC27_REVID      0xF0062B0C          Revision ID Register
MC27_ECCS       0xF0062B0E          ECC Safety Register
MC27_ECCD       0xF0062B10          Memory ECC Detection Register
MC27_ETRR0      0xF0062B12          Error Tracking Register 0
MC27_ETRR1      0xF0062B14          Error Tracking Register 1
MC27_ETRR2      0xF0062B16          Error Tracking Register 2
MC27_ETRR3      0xF0062B18          Error Tracking Register 3
MC27_ETRR4      0xF0062B1A          Error Tracking Register 4
MC27_RDBFL0     0xF0062BA0          Read Data and Bit Flip Register 0
MC27_RDBFL1     0xF0062BA2          Read Data and Bit Flip Register 1
MC27_RDBFL2     0xF0062BA4          Read Data and Bit Flip Register 2
MC27_RDBFL3     0xF0062BA6          Read Data and Bit Flip Register 3
MC27_RDBFL4     0xF0062BA8          Read Data and Bit Flip Register 4
MC27_RDBFL5     0xF0062BAA          Read Data and Bit Flip Register 5
MC27_RDBFL6     0xF0062BAC          Read Data and Bit Flip Register 6
MC27_RDBFL7     0xF0062BAE          Read Data and Bit Flip Register 7
MC27_RDBFL8     0xF0062BB0          Read Data and Bit Flip Register 8
MC27_RDBFL9     0xF0062BB2          Read Data and Bit Flip Register 9
MC27_RDBFL10    0xF0062BB4          Read Data and Bit Flip Register 10
MC27_RDBFL11    0xF0062BB6          Read Data and Bit Flip Register 11
MC27_RDBFL12    0xF0062BB8          Read Data and Bit Flip Register 12
MC27_RDBFL13    0xF0062BBA          Read Data and Bit Flip Register 13
MC27_RDBFL14    0xF0062BBC          Read Data and Bit Flip Register 14
MC27_RDBFL15    0xF0062BBE          Read Data and Bit Flip Register 15
MC27_RDBFL16    0xF0062BC0          Read Data and Bit Flip Register 16
MC27_RDBFL17    0xF0062BC2          Read Data and Bit Flip Register 17
MC27_RDBFL18    0xF0062BC4          Read Data and Bit Flip Register 18
MC27_RDBFL19    0xF0062BC6          Read Data and Bit Flip Register 19
MC27_RDBFL20    0xF0062BC8          Read Data and Bit Flip Register 20
MC27_RDBFL21    0xF0062BCA          Read Data and Bit Flip Register 21
MC27_RDBFL22    0xF0062BCC          Read Data and Bit Flip Register 22
MC27_RDBFL23    0xF0062BCE          Read Data and Bit Flip Register 23
MC27_RDBFL24    0xF0062BD0          Read Data and Bit Flip Register 24
MC27_RDBFL25    0xF0062BD2          Read Data and Bit Flip Register 25
MC27_RDBFL26    0xF0062BD4          Read Data and Bit Flip Register 26
MC27_RDBFL27    0xF0062BD6          Read Data and Bit Flip Register 27
MC27_RDBFL28    0xF0062BD8          Read Data and Bit Flip Register 28
MC27_RDBFL29    0xF0062BDA          Read Data and Bit Flip Register 29
MC27_RDBFL30    0xF0062BDC          Read Data and Bit Flip Register 30
MC27_RDBFL31    0xF0062BDE          Read Data and Bit Flip Register 31
MC27_RDBFL32    0xF0062BE0          Read Data and Bit Flip Register 32
MC27_RDBFL33    0xF0062BE2          Read Data and Bit Flip Register 33
MC27_RDBFL34    0xF0062BE4          Read Data and Bit Flip Register 34
MC27_RDBFL35    0xF0062BE6          Read Data and Bit Flip Register 35
MC27_RDBFL36    0xF0062BE8          Read Data and Bit Flip Register 36
MC27_RDBFL37    0xF0062BEA          Read Data and Bit Flip Register 37
MC27_RDBFL38    0xF0062BEC          Read Data and Bit Flip Register 38
MC27_RDBFL39    0xF0062BEE          Read Data and Bit Flip Register 39
MC28_CONFIG0    0xF0062C00          Configuration Register 0
MC28_CONFIG1    0xF0062C02          Configuration Register 1
MC28_MCONTROL   0xF0062C04          MBIST Control Register
MC28_MSTATUS    0xF0062C06          Status Register
MC28_RANGE      0xF0062C08          Range Register, single address mode
MC28_REVID      0xF0062C0C          Revision ID Register
MC28_ECCS       0xF0062C0E          ECC Safety Register
MC28_ECCD       0xF0062C10          Memory ECC Detection Register
MC28_ETRR0      0xF0062C12          Error Tracking Register 0
MC28_ETRR1      0xF0062C14          Error Tracking Register 1
MC28_ETRR2      0xF0062C16          Error Tracking Register 2
MC28_ETRR3      0xF0062C18          Error Tracking Register 3
MC28_ETRR4      0xF0062C1A          Error Tracking Register 4
MC28_RDBFL0     0xF0062CA0          Read Data and Bit Flip Register 0
MC28_RDBFL1     0xF0062CA2          Read Data and Bit Flip Register 1
MC28_RDBFL2     0xF0062CA4          Read Data and Bit Flip Register 2
MC28_RDBFL3     0xF0062CA6          Read Data and Bit Flip Register 3
MC28_RDBFL4     0xF0062CA8          Read Data and Bit Flip Register 4
MC28_RDBFL5     0xF0062CAA          Read Data and Bit Flip Register 5
MC28_RDBFL6     0xF0062CAC          Read Data and Bit Flip Register 6
MC28_RDBFL7     0xF0062CAE          Read Data and Bit Flip Register 7
MC28_RDBFL8     0xF0062CB0          Read Data and Bit Flip Register 8
MC28_RDBFL9     0xF0062CB2          Read Data and Bit Flip Register 9
MC28_RDBFL10    0xF0062CB4          Read Data and Bit Flip Register 10
MC28_RDBFL11    0xF0062CB6          Read Data and Bit Flip Register 11
MC28_RDBFL12    0xF0062CB8          Read Data and Bit Flip Register 12
MC28_RDBFL13    0xF0062CBA          Read Data and Bit Flip Register 13
MC28_RDBFL14    0xF0062CBC          Read Data and Bit Flip Register 14
MC28_RDBFL15    0xF0062CBE          Read Data and Bit Flip Register 15
MC28_RDBFL16    0xF0062CC0          Read Data and Bit Flip Register 16
MC28_RDBFL17    0xF0062CC2          Read Data and Bit Flip Register 17
MC28_RDBFL18    0xF0062CC4          Read Data and Bit Flip Register 18
MC28_RDBFL19    0xF0062CC6          Read Data and Bit Flip Register 19
MC28_RDBFL20    0xF0062CC8          Read Data and Bit Flip Register 20
MC28_RDBFL21    0xF0062CCA          Read Data and Bit Flip Register 21
MC28_RDBFL22    0xF0062CCC          Read Data and Bit Flip Register 22
MC28_RDBFL23    0xF0062CCE          Read Data and Bit Flip Register 23
MC28_RDBFL24    0xF0062CD0          Read Data and Bit Flip Register 24
MC28_RDBFL25    0xF0062CD2          Read Data and Bit Flip Register 25
MC28_RDBFL26    0xF0062CD4          Read Data and Bit Flip Register 26
MC28_RDBFL27    0xF0062CD6          Read Data and Bit Flip Register 27
MC28_RDBFL28    0xF0062CD8          Read Data and Bit Flip Register 28
MC28_RDBFL29    0xF0062CDA          Read Data and Bit Flip Register 29
MC28_RDBFL30    0xF0062CDC          Read Data and Bit Flip Register 30
MC28_RDBFL31    0xF0062CDE          Read Data and Bit Flip Register 31
MC28_RDBFL32    0xF0062CE0          Read Data and Bit Flip Register 32
MC28_RDBFL33    0xF0062CE2          Read Data and Bit Flip Register 33
MC28_RDBFL34    0xF0062CE4          Read Data and Bit Flip Register 34
MC28_RDBFL35    0xF0062CE6          Read Data and Bit Flip Register 35
MC28_RDBFL36    0xF0062CE8          Read Data and Bit Flip Register 36
MC28_RDBFL37    0xF0062CEA          Read Data and Bit Flip Register 37
MC28_RDBFL38    0xF0062CEC          Read Data and Bit Flip Register 38
MC28_RDBFL39    0xF0062CEE          Read Data and Bit Flip Register 39
MC29_CONFIG0    0xF0062D00          Configuration Register 0
MC29_CONFIG1    0xF0062D02          Configuration Register 1
MC29_MCONTROL   0xF0062D04          MBIST Control Register
MC29_MSTATUS    0xF0062D06          Status Register
MC29_RANGE      0xF0062D08          Range Register, single address mode
MC29_REVID      0xF0062D0C          Revision ID Register
MC29_ECCS       0xF0062D0E          ECC Safety Register
MC29_ECCD       0xF0062D10          Memory ECC Detection Register
MC29_ETRR0      0xF0062D12          Error Tracking Register 0
MC29_ETRR1      0xF0062D14          Error Tracking Register 1
MC29_ETRR2      0xF0062D16          Error Tracking Register 2
MC29_ETRR3      0xF0062D18          Error Tracking Register 3
MC29_ETRR4      0xF0062D1A          Error Tracking Register 4
MC29_RDBFL0     0xF0062DA0          Read Data and Bit Flip Register 0
MC29_RDBFL1     0xF0062DA2          Read Data and Bit Flip Register 1
MC29_RDBFL2     0xF0062DA4          Read Data and Bit Flip Register 2
MC29_RDBFL3     0xF0062DA6          Read Data and Bit Flip Register 3
MC29_RDBFL4     0xF0062DA8          Read Data and Bit Flip Register 4
MC29_RDBFL5     0xF0062DAA          Read Data and Bit Flip Register 5
MC29_RDBFL6     0xF0062DAC          Read Data and Bit Flip Register 6
MC29_RDBFL7     0xF0062DAE          Read Data and Bit Flip Register 7
MC29_RDBFL8     0xF0062DB0          Read Data and Bit Flip Register 8
MC29_RDBFL9     0xF0062DB2          Read Data and Bit Flip Register 9
MC29_RDBFL10    0xF0062DB4          Read Data and Bit Flip Register 10
MC29_RDBFL11    0xF0062DB6          Read Data and Bit Flip Register 11
MC29_RDBFL12    0xF0062DB8          Read Data and Bit Flip Register 12
MC29_RDBFL13    0xF0062DBA          Read Data and Bit Flip Register 13
MC29_RDBFL14    0xF0062DBC          Read Data and Bit Flip Register 14
MC29_RDBFL15    0xF0062DBE          Read Data and Bit Flip Register 15
MC29_RDBFL16    0xF0062DC0          Read Data and Bit Flip Register 16
MC29_RDBFL17    0xF0062DC2          Read Data and Bit Flip Register 17
MC29_RDBFL18    0xF0062DC4          Read Data and Bit Flip Register 18
MC29_RDBFL19    0xF0062DC6          Read Data and Bit Flip Register 19
MC29_RDBFL20    0xF0062DC8          Read Data and Bit Flip Register 20
MC29_RDBFL21    0xF0062DCA          Read Data and Bit Flip Register 21
MC29_RDBFL22    0xF0062DCC          Read Data and Bit Flip Register 22
MC29_RDBFL23    0xF0062DCE          Read Data and Bit Flip Register 23
MC29_RDBFL24    0xF0062DD0          Read Data and Bit Flip Register 24
MC29_RDBFL25    0xF0062DD2          Read Data and Bit Flip Register 25
MC29_RDBFL26    0xF0062DD4          Read Data and Bit Flip Register 26
MC29_RDBFL27    0xF0062DD6          Read Data and Bit Flip Register 27
MC29_RDBFL28    0xF0062DD8          Read Data and Bit Flip Register 28
MC29_RDBFL29    0xF0062DDA          Read Data and Bit Flip Register 29
MC29_RDBFL30    0xF0062DDC          Read Data and Bit Flip Register 30
MC29_RDBFL31    0xF0062DDE          Read Data and Bit Flip Register 31
MC29_RDBFL32    0xF0062DE0          Read Data and Bit Flip Register 32
MC29_RDBFL33    0xF0062DE2          Read Data and Bit Flip Register 33
MC29_RDBFL34    0xF0062DE4          Read Data and Bit Flip Register 34
MC29_RDBFL35    0xF0062DE6          Read Data and Bit Flip Register 35
MC29_RDBFL36    0xF0062DE8          Read Data and Bit Flip Register 36
MC29_RDBFL37    0xF0062DEA          Read Data and Bit Flip Register 37
MC29_RDBFL38    0xF0062DEC          Read Data and Bit Flip Register 38
MC29_RDBFL39    0xF0062DEE          Read Data and Bit Flip Register 39
MC30_CONFIG0    0xF0062E00          Configuration Register 0
MC30_CONFIG1    0xF0062E02          Configuration Register 1
MC30_MCONTROL   0xF0062E04          MBIST Control Register
MC30_MSTATUS    0xF0062E06          Status Register
MC30_RANGE      0xF0062E08          Range Register, single address mode
MC30_REVID      0xF0062E0C          Revision ID Register
MC30_ECCS       0xF0062E0E          ECC Safety Register
MC30_ECCD       0xF0062E10          Memory ECC Detection Register
MC30_ETRR0      0xF0062E12          Error Tracking Register 0
MC30_ETRR1      0xF0062E14          Error Tracking Register 1
MC30_ETRR2      0xF0062E16          Error Tracking Register 2
MC30_ETRR3      0xF0062E18          Error Tracking Register 3
MC30_ETRR4      0xF0062E1A          Error Tracking Register 4
MC30_RDBFL0     0xF0062EA0          Read Data and Bit Flip Register 0
MC30_RDBFL1     0xF0062EA2          Read Data and Bit Flip Register 1
MC30_RDBFL2     0xF0062EA4          Read Data and Bit Flip Register 2
MC30_RDBFL3     0xF0062EA6          Read Data and Bit Flip Register 3
MC30_RDBFL4     0xF0062EA8          Read Data and Bit Flip Register 4
MC30_RDBFL5     0xF0062EAA          Read Data and Bit Flip Register 5
MC30_RDBFL6     0xF0062EAC          Read Data and Bit Flip Register 6
MC30_RDBFL7     0xF0062EAE          Read Data and Bit Flip Register 7
MC30_RDBFL8     0xF0062EB0          Read Data and Bit Flip Register 8
MC30_RDBFL9     0xF0062EB2          Read Data and Bit Flip Register 9
MC30_RDBFL10    0xF0062EB4          Read Data and Bit Flip Register 10
MC30_RDBFL11    0xF0062EB6          Read Data and Bit Flip Register 11
MC30_RDBFL12    0xF0062EB8          Read Data and Bit Flip Register 12
MC30_RDBFL13    0xF0062EBA          Read Data and Bit Flip Register 13
MC30_RDBFL14    0xF0062EBC          Read Data and Bit Flip Register 14
MC30_RDBFL15    0xF0062EBE          Read Data and Bit Flip Register 15
MC30_RDBFL16    0xF0062EC0          Read Data and Bit Flip Register 16
MC30_RDBFL17    0xF0062EC2          Read Data and Bit Flip Register 17
MC30_RDBFL18    0xF0062EC4          Read Data and Bit Flip Register 18
MC30_RDBFL19    0xF0062EC6          Read Data and Bit Flip Register 19
MC30_RDBFL20    0xF0062EC8          Read Data and Bit Flip Register 20
MC30_RDBFL21    0xF0062ECA          Read Data and Bit Flip Register 21
MC30_RDBFL22    0xF0062ECC          Read Data and Bit Flip Register 22
MC30_RDBFL23    0xF0062ECE          Read Data and Bit Flip Register 23
MC30_RDBFL24    0xF0062ED0          Read Data and Bit Flip Register 24
MC30_RDBFL25    0xF0062ED2          Read Data and Bit Flip Register 25
MC30_RDBFL26    0xF0062ED4          Read Data and Bit Flip Register 26
MC30_RDBFL27    0xF0062ED6          Read Data and Bit Flip Register 27
MC30_RDBFL28    0xF0062ED8          Read Data and Bit Flip Register 28
MC30_RDBFL29    0xF0062EDA          Read Data and Bit Flip Register 29
MC30_RDBFL30    0xF0062EDC          Read Data and Bit Flip Register 30
MC30_RDBFL31    0xF0062EDE          Read Data and Bit Flip Register 31
MC30_RDBFL32    0xF0062EE0          Read Data and Bit Flip Register 32
MC30_RDBFL33    0xF0062EE2          Read Data and Bit Flip Register 33
MC30_RDBFL34    0xF0062EE4          Read Data and Bit Flip Register 34
MC30_RDBFL35    0xF0062EE6          Read Data and Bit Flip Register 35
MC30_RDBFL36    0xF0062EE8          Read Data and Bit Flip Register 36
MC30_RDBFL37    0xF0062EEA          Read Data and Bit Flip Register 37
MC30_RDBFL38    0xF0062EEC          Read Data and Bit Flip Register 38
MC30_RDBFL39    0xF0062EEE          Read Data and Bit Flip Register 39
MC31_CONFIG0    0xF0062F00          Configuration Register 0
MC31_CONFIG1    0xF0062F02          Configuration Register 1
MC31_MCONTROL   0xF0062F04          MBIST Control Register
MC31_MSTATUS    0xF0062F06          Status Register
MC31_RANGE      0xF0062F08          Range Register, single address mode
MC31_REVID      0xF0062F0C          Revision ID Register
MC31_ECCS       0xF0062F0E          ECC Safety Register
MC31_ECCD       0xF0062F10          Memory ECC Detection Register
MC31_ETRR0      0xF0062F12          Error Tracking Register 0
MC31_ETRR1      0xF0062F14          Error Tracking Register 1
MC31_ETRR2      0xF0062F16          Error Tracking Register 2
MC31_ETRR3      0xF0062F18          Error Tracking Register 3
MC31_ETRR4      0xF0062F1A          Error Tracking Register 4
MC31_RDBFL0     0xF0062FA0          Read Data and Bit Flip Register 0
MC31_RDBFL1     0xF0062FA2          Read Data and Bit Flip Register 1
MC31_RDBFL2     0xF0062FA4          Read Data and Bit Flip Register 2
MC31_RDBFL3     0xF0062FA6          Read Data and Bit Flip Register 3
MC31_RDBFL4     0xF0062FA8          Read Data and Bit Flip Register 4
MC31_RDBFL5     0xF0062FAA          Read Data and Bit Flip Register 5
MC31_RDBFL6     0xF0062FAC          Read Data and Bit Flip Register 6
MC31_RDBFL7     0xF0062FAE          Read Data and Bit Flip Register 7
MC31_RDBFL8     0xF0062FB0          Read Data and Bit Flip Register 8
MC31_RDBFL9     0xF0062FB2          Read Data and Bit Flip Register 9
MC31_RDBFL10    0xF0062FB4          Read Data and Bit Flip Register 10
MC31_RDBFL11    0xF0062FB6          Read Data and Bit Flip Register 11
MC31_RDBFL12    0xF0062FB8          Read Data and Bit Flip Register 12
MC31_RDBFL13    0xF0062FBA          Read Data and Bit Flip Register 13
MC31_RDBFL14    0xF0062FBC          Read Data and Bit Flip Register 14
MC31_RDBFL15    0xF0062FBE          Read Data and Bit Flip Register 15
MC31_RDBFL16    0xF0062FC0          Read Data and Bit Flip Register 16
MC31_RDBFL17    0xF0062FC2          Read Data and Bit Flip Register 17
MC31_RDBFL18    0xF0062FC4          Read Data and Bit Flip Register 18
MC31_RDBFL19    0xF0062FC6          Read Data and Bit Flip Register 19
MC31_RDBFL20    0xF0062FC8          Read Data and Bit Flip Register 20
MC31_RDBFL21    0xF0062FCA          Read Data and Bit Flip Register 21
MC31_RDBFL22    0xF0062FCC          Read Data and Bit Flip Register 22
MC31_RDBFL23    0xF0062FCE          Read Data and Bit Flip Register 23
MC31_RDBFL24    0xF0062FD0          Read Data and Bit Flip Register 24
MC31_RDBFL25    0xF0062FD2          Read Data and Bit Flip Register 25
MC31_RDBFL26    0xF0062FD4          Read Data and Bit Flip Register 26
MC31_RDBFL27    0xF0062FD6          Read Data and Bit Flip Register 27
MC31_RDBFL28    0xF0062FD8          Read Data and Bit Flip Register 28
MC31_RDBFL29    0xF0062FDA          Read Data and Bit Flip Register 29
MC31_RDBFL30    0xF0062FDC          Read Data and Bit Flip Register 30
MC31_RDBFL31    0xF0062FDE          Read Data and Bit Flip Register 31
MC31_RDBFL32    0xF0062FE0          Read Data and Bit Flip Register 32
MC31_RDBFL33    0xF0062FE2          Read Data and Bit Flip Register 33
MC31_RDBFL34    0xF0062FE4          Read Data and Bit Flip Register 34
MC31_RDBFL35    0xF0062FE6          Read Data and Bit Flip Register 35
MC31_RDBFL36    0xF0062FE8          Read Data and Bit Flip Register 36
MC31_RDBFL37    0xF0062FEA          Read Data and Bit Flip Register 37
MC31_RDBFL38    0xF0062FEC          Read Data and Bit Flip Register 38
MC31_RDBFL39    0xF0062FEE          Read Data and Bit Flip Register 39
MC32_CONFIG0    0xF0063000          Configuration Register 0
MC32_CONFIG1    0xF0063002          Configuration Register 1
MC32_MCONTROL   0xF0063004          MBIST Control Register
MC32_MSTATUS    0xF0063006          Status Register
MC32_RANGE      0xF0063008          Range Register, single address mode
MC32_REVID      0xF006300C          Revision ID Register
MC32_ECCS       0xF006300E          ECC Safety Register
MC32_ECCD       0xF0063010          Memory ECC Detection Register
MC32_ETRR0      0xF0063012          Error Tracking Register 0
MC32_ETRR1      0xF0063014          Error Tracking Register 1
MC32_ETRR2      0xF0063016          Error Tracking Register 2
MC32_ETRR3      0xF0063018          Error Tracking Register 3
MC32_ETRR4      0xF006301A          Error Tracking Register 4
MC32_RDBFL0     0xF00630A0          Read Data and Bit Flip Register 0
MC32_RDBFL1     0xF00630A2          Read Data and Bit Flip Register 1
MC32_RDBFL2     0xF00630A4          Read Data and Bit Flip Register 2
MC32_RDBFL3     0xF00630A6          Read Data and Bit Flip Register 3
MC32_RDBFL4     0xF00630A8          Read Data and Bit Flip Register 4
MC32_RDBFL5     0xF00630AA          Read Data and Bit Flip Register 5
MC32_RDBFL6     0xF00630AC          Read Data and Bit Flip Register 6
MC32_RDBFL7     0xF00630AE          Read Data and Bit Flip Register 7
MC32_RDBFL8     0xF00630B0          Read Data and Bit Flip Register 8
MC32_RDBFL9     0xF00630B2          Read Data and Bit Flip Register 9
MC32_RDBFL10    0xF00630B4          Read Data and Bit Flip Register 10
MC32_RDBFL11    0xF00630B6          Read Data and Bit Flip Register 11
MC32_RDBFL12    0xF00630B8          Read Data and Bit Flip Register 12
MC32_RDBFL13    0xF00630BA          Read Data and Bit Flip Register 13
MC32_RDBFL14    0xF00630BC          Read Data and Bit Flip Register 14
MC32_RDBFL15    0xF00630BE          Read Data and Bit Flip Register 15
MC32_RDBFL16    0xF00630C0          Read Data and Bit Flip Register 16
MC32_RDBFL17    0xF00630C2          Read Data and Bit Flip Register 17
MC32_RDBFL18    0xF00630C4          Read Data and Bit Flip Register 18
MC32_RDBFL19    0xF00630C6          Read Data and Bit Flip Register 19
MC32_RDBFL20    0xF00630C8          Read Data and Bit Flip Register 20
MC32_RDBFL21    0xF00630CA          Read Data and Bit Flip Register 21
MC32_RDBFL22    0xF00630CC          Read Data and Bit Flip Register 22
MC32_RDBFL23    0xF00630CE          Read Data and Bit Flip Register 23
MC32_RDBFL24    0xF00630D0          Read Data and Bit Flip Register 24
MC32_RDBFL25    0xF00630D2          Read Data and Bit Flip Register 25
MC32_RDBFL26    0xF00630D4          Read Data and Bit Flip Register 26
MC32_RDBFL27    0xF00630D6          Read Data and Bit Flip Register 27
MC32_RDBFL28    0xF00630D8          Read Data and Bit Flip Register 28
MC32_RDBFL29    0xF00630DA          Read Data and Bit Flip Register 29
MC32_RDBFL30    0xF00630DC          Read Data and Bit Flip Register 30
MC32_RDBFL31    0xF00630DE          Read Data and Bit Flip Register 31
MC32_RDBFL32    0xF00630E0          Read Data and Bit Flip Register 32
MC32_RDBFL33    0xF00630E2          Read Data and Bit Flip Register 33
MC32_RDBFL34    0xF00630E4          Read Data and Bit Flip Register 34
MC32_RDBFL35    0xF00630E6          Read Data and Bit Flip Register 35
MC32_RDBFL36    0xF00630E8          Read Data and Bit Flip Register 36
MC32_RDBFL37    0xF00630EA          Read Data and Bit Flip Register 37
MC32_RDBFL38    0xF00630EC          Read Data and Bit Flip Register 38
MC32_RDBFL39    0xF00630EE          Read Data and Bit Flip Register 39
MC33_CONFIG0    0xF0063100          Configuration Register 0
MC33_CONFIG1    0xF0063102          Configuration Register 1
MC33_MCONTROL   0xF0063104          MBIST Control Register
MC33_MSTATUS    0xF0063106          Status Register
MC33_RANGE      0xF0063108          Range Register, single address mode
MC33_REVID      0xF006310C          Revision ID Register
MC33_ECCS       0xF006310E          ECC Safety Register
MC33_ECCD       0xF0063110          Memory ECC Detection Register
MC33_ETRR0      0xF0063112          Error Tracking Register 0
MC33_ETRR1      0xF0063114          Error Tracking Register 1
MC33_ETRR2      0xF0063116          Error Tracking Register 2
MC33_ETRR3      0xF0063118          Error Tracking Register 3
MC33_ETRR4      0xF006311A          Error Tracking Register 4
MC33_RDBFL0     0xF00631A0          Read Data and Bit Flip Register 0
MC33_RDBFL1     0xF00631A2          Read Data and Bit Flip Register 1
MC33_RDBFL2     0xF00631A4          Read Data and Bit Flip Register 2
MC33_RDBFL3     0xF00631A6          Read Data and Bit Flip Register 3
MC33_RDBFL4     0xF00631A8          Read Data and Bit Flip Register 4
MC33_RDBFL5     0xF00631AA          Read Data and Bit Flip Register 5
MC33_RDBFL6     0xF00631AC          Read Data and Bit Flip Register 6
MC33_RDBFL7     0xF00631AE          Read Data and Bit Flip Register 7
MC33_RDBFL8     0xF00631B0          Read Data and Bit Flip Register 8
MC33_RDBFL9     0xF00631B2          Read Data and Bit Flip Register 9
MC33_RDBFL10    0xF00631B4          Read Data and Bit Flip Register 10
MC33_RDBFL11    0xF00631B6          Read Data and Bit Flip Register 11
MC33_RDBFL12    0xF00631B8          Read Data and Bit Flip Register 12
MC33_RDBFL13    0xF00631BA          Read Data and Bit Flip Register 13
MC33_RDBFL14    0xF00631BC          Read Data and Bit Flip Register 14
MC33_RDBFL15    0xF00631BE          Read Data and Bit Flip Register 15
MC33_RDBFL16    0xF00631C0          Read Data and Bit Flip Register 16
MC33_RDBFL17    0xF00631C2          Read Data and Bit Flip Register 17
MC33_RDBFL18    0xF00631C4          Read Data and Bit Flip Register 18
MC33_RDBFL19    0xF00631C6          Read Data and Bit Flip Register 19
MC33_RDBFL20    0xF00631C8          Read Data and Bit Flip Register 20
MC33_RDBFL21    0xF00631CA          Read Data and Bit Flip Register 21
MC33_RDBFL22    0xF00631CC          Read Data and Bit Flip Register 22
MC33_RDBFL23    0xF00631CE          Read Data and Bit Flip Register 23
MC33_RDBFL24    0xF00631D0          Read Data and Bit Flip Register 24
MC33_RDBFL25    0xF00631D2          Read Data and Bit Flip Register 25
MC33_RDBFL26    0xF00631D4          Read Data and Bit Flip Register 26
MC33_RDBFL27    0xF00631D6          Read Data and Bit Flip Register 27
MC33_RDBFL28    0xF00631D8          Read Data and Bit Flip Register 28
MC33_RDBFL29    0xF00631DA          Read Data and Bit Flip Register 29
MC33_RDBFL30    0xF00631DC          Read Data and Bit Flip Register 30
MC33_RDBFL31    0xF00631DE          Read Data and Bit Flip Register 31
MC33_RDBFL32    0xF00631E0          Read Data and Bit Flip Register 32
MC33_RDBFL33    0xF00631E2          Read Data and Bit Flip Register 33
MC33_RDBFL34    0xF00631E4          Read Data and Bit Flip Register 34
MC33_RDBFL35    0xF00631E6          Read Data and Bit Flip Register 35
MC33_RDBFL36    0xF00631E8          Read Data and Bit Flip Register 36
MC33_RDBFL37    0xF00631EA          Read Data and Bit Flip Register 37
MC33_RDBFL38    0xF00631EC          Read Data and Bit Flip Register 38
MC33_RDBFL39    0xF00631EE          Read Data and Bit Flip Register 39
MC34_CONFIG0    0xF0063200          Configuration Register 0
MC34_CONFIG1    0xF0063202          Configuration Register 1
MC34_MCONTROL   0xF0063204          MBIST Control Register
MC34_MSTATUS    0xF0063206          Status Register
MC34_RANGE      0xF0063208          Range Register, single address mode
MC34_REVID      0xF006320C          Revision ID Register
MC34_ECCS       0xF006320E          ECC Safety Register
MC34_ECCD       0xF0063210          Memory ECC Detection Register
MC34_ETRR0      0xF0063212          Error Tracking Register 0
MC34_ETRR1      0xF0063214          Error Tracking Register 1
MC34_ETRR2      0xF0063216          Error Tracking Register 2
MC34_ETRR3      0xF0063218          Error Tracking Register 3
MC34_ETRR4      0xF006321A          Error Tracking Register 4
MC34_RDBFL0     0xF00632A0          Read Data and Bit Flip Register 0
MC34_RDBFL1     0xF00632A2          Read Data and Bit Flip Register 1
MC34_RDBFL2     0xF00632A4          Read Data and Bit Flip Register 2
MC34_RDBFL3     0xF00632A6          Read Data and Bit Flip Register 3
MC34_RDBFL4     0xF00632A8          Read Data and Bit Flip Register 4
MC34_RDBFL5     0xF00632AA          Read Data and Bit Flip Register 5
MC34_RDBFL6     0xF00632AC          Read Data and Bit Flip Register 6
MC34_RDBFL7     0xF00632AE          Read Data and Bit Flip Register 7
MC34_RDBFL8     0xF00632B0          Read Data and Bit Flip Register 8
MC34_RDBFL9     0xF00632B2          Read Data and Bit Flip Register 9
MC34_RDBFL10    0xF00632B4          Read Data and Bit Flip Register 10
MC34_RDBFL11    0xF00632B6          Read Data and Bit Flip Register 11
MC34_RDBFL12    0xF00632B8          Read Data and Bit Flip Register 12
MC34_RDBFL13    0xF00632BA          Read Data and Bit Flip Register 13
MC34_RDBFL14    0xF00632BC          Read Data and Bit Flip Register 14
MC34_RDBFL15    0xF00632BE          Read Data and Bit Flip Register 15
MC34_RDBFL16    0xF00632C0          Read Data and Bit Flip Register 16
MC34_RDBFL17    0xF00632C2          Read Data and Bit Flip Register 17
MC34_RDBFL18    0xF00632C4          Read Data and Bit Flip Register 18
MC34_RDBFL19    0xF00632C6          Read Data and Bit Flip Register 19
MC34_RDBFL20    0xF00632C8          Read Data and Bit Flip Register 20
MC34_RDBFL21    0xF00632CA          Read Data and Bit Flip Register 21
MC34_RDBFL22    0xF00632CC          Read Data and Bit Flip Register 22
MC34_RDBFL23    0xF00632CE          Read Data and Bit Flip Register 23
MC34_RDBFL24    0xF00632D0          Read Data and Bit Flip Register 24
MC34_RDBFL25    0xF00632D2          Read Data and Bit Flip Register 25
MC34_RDBFL26    0xF00632D4          Read Data and Bit Flip Register 26
MC34_RDBFL27    0xF00632D6          Read Data and Bit Flip Register 27
MC34_RDBFL28    0xF00632D8          Read Data and Bit Flip Register 28
MC34_RDBFL29    0xF00632DA          Read Data and Bit Flip Register 29
MC34_RDBFL30    0xF00632DC          Read Data and Bit Flip Register 30
MC34_RDBFL31    0xF00632DE          Read Data and Bit Flip Register 31
MC34_RDBFL32    0xF00632E0          Read Data and Bit Flip Register 32
MC34_RDBFL33    0xF00632E2          Read Data and Bit Flip Register 33
MC34_RDBFL34    0xF00632E4          Read Data and Bit Flip Register 34
MC34_RDBFL35    0xF00632E6          Read Data and Bit Flip Register 35
MC34_RDBFL36    0xF00632E8          Read Data and Bit Flip Register 36
MC34_RDBFL37    0xF00632EA          Read Data and Bit Flip Register 37
MC34_RDBFL38    0xF00632EC          Read Data and Bit Flip Register 38
MC34_RDBFL39    0xF00632EE          Read Data and Bit Flip Register 39
MC35_CONFIG0    0xF0063300          Configuration Register 0
MC35_CONFIG1    0xF0063302          Configuration Register 1
MC35_MCONTROL   0xF0063304          MBIST Control Register
MC35_MSTATUS    0xF0063306          Status Register
MC35_RANGE      0xF0063308          Range Register, single address mode
MC35_REVID      0xF006330C          Revision ID Register
MC35_ECCS       0xF006330E          ECC Safety Register
MC35_ECCD       0xF0063310          Memory ECC Detection Register
MC35_ETRR0      0xF0063312          Error Tracking Register 0
MC35_ETRR1      0xF0063314          Error Tracking Register 1
MC35_ETRR2      0xF0063316          Error Tracking Register 2
MC35_ETRR3      0xF0063318          Error Tracking Register 3
MC35_ETRR4      0xF006331A          Error Tracking Register 4
MC35_RDBFL0     0xF00633A0          Read Data and Bit Flip Register 0
MC35_RDBFL1     0xF00633A2          Read Data and Bit Flip Register 1
MC35_RDBFL2     0xF00633A4          Read Data and Bit Flip Register 2
MC35_RDBFL3     0xF00633A6          Read Data and Bit Flip Register 3
MC35_RDBFL4     0xF00633A8          Read Data and Bit Flip Register 4
MC35_RDBFL5     0xF00633AA          Read Data and Bit Flip Register 5
MC35_RDBFL6     0xF00633AC          Read Data and Bit Flip Register 6
MC35_RDBFL7     0xF00633AE          Read Data and Bit Flip Register 7
MC35_RDBFL8     0xF00633B0          Read Data and Bit Flip Register 8
MC35_RDBFL9     0xF00633B2          Read Data and Bit Flip Register 9
MC35_RDBFL10    0xF00633B4          Read Data and Bit Flip Register 10
MC35_RDBFL11    0xF00633B6          Read Data and Bit Flip Register 11
MC35_RDBFL12    0xF00633B8          Read Data and Bit Flip Register 12
MC35_RDBFL13    0xF00633BA          Read Data and Bit Flip Register 13
MC35_RDBFL14    0xF00633BC          Read Data and Bit Flip Register 14
MC35_RDBFL15    0xF00633BE          Read Data and Bit Flip Register 15
MC35_RDBFL16    0xF00633C0          Read Data and Bit Flip Register 16
MC35_RDBFL17    0xF00633C2          Read Data and Bit Flip Register 17
MC35_RDBFL18    0xF00633C4          Read Data and Bit Flip Register 18
MC35_RDBFL19    0xF00633C6          Read Data and Bit Flip Register 19
MC35_RDBFL20    0xF00633C8          Read Data and Bit Flip Register 20
MC35_RDBFL21    0xF00633CA          Read Data and Bit Flip Register 21
MC35_RDBFL22    0xF00633CC          Read Data and Bit Flip Register 22
MC35_RDBFL23    0xF00633CE          Read Data and Bit Flip Register 23
MC35_RDBFL24    0xF00633D0          Read Data and Bit Flip Register 24
MC35_RDBFL25    0xF00633D2          Read Data and Bit Flip Register 25
MC35_RDBFL26    0xF00633D4          Read Data and Bit Flip Register 26
MC35_RDBFL27    0xF00633D6          Read Data and Bit Flip Register 27
MC35_RDBFL28    0xF00633D8          Read Data and Bit Flip Register 28
MC35_RDBFL29    0xF00633DA          Read Data and Bit Flip Register 29
MC35_RDBFL30    0xF00633DC          Read Data and Bit Flip Register 30
MC35_RDBFL31    0xF00633DE          Read Data and Bit Flip Register 31
MC35_RDBFL32    0xF00633E0          Read Data and Bit Flip Register 32
MC35_RDBFL33    0xF00633E2          Read Data and Bit Flip Register 33
MC35_RDBFL34    0xF00633E4          Read Data and Bit Flip Register 34
MC35_RDBFL35    0xF00633E6          Read Data and Bit Flip Register 35
MC35_RDBFL36    0xF00633E8          Read Data and Bit Flip Register 36
MC35_RDBFL37    0xF00633EA          Read Data and Bit Flip Register 37
MC35_RDBFL38    0xF00633EC          Read Data and Bit Flip Register 38
MC35_RDBFL39    0xF00633EE          Read Data and Bit Flip Register 39
MC36_CONFIG0    0xF0063400          Configuration Register 0
MC36_CONFIG1    0xF0063402          Configuration Register 1
MC36_MCONTROL   0xF0063404          MBIST Control Register
MC36_MSTATUS    0xF0063406          Status Register
MC36_RANGE      0xF0063408          Range Register, single address mode
MC36_REVID      0xF006340C          Revision ID Register
MC36_ECCS       0xF006340E          ECC Safety Register
MC36_ECCD       0xF0063410          Memory ECC Detection Register
MC36_ETRR0      0xF0063412          Error Tracking Register 0
MC36_ETRR1      0xF0063414          Error Tracking Register 1
MC36_ETRR2      0xF0063416          Error Tracking Register 2
MC36_ETRR3      0xF0063418          Error Tracking Register 3
MC36_ETRR4      0xF006341A          Error Tracking Register 4
MC36_RDBFL0     0xF00634A0          Read Data and Bit Flip Register 0
MC36_RDBFL1     0xF00634A2          Read Data and Bit Flip Register 1
MC36_RDBFL2     0xF00634A4          Read Data and Bit Flip Register 2
MC36_RDBFL3     0xF00634A6          Read Data and Bit Flip Register 3
MC36_RDBFL4     0xF00634A8          Read Data and Bit Flip Register 4
MC36_RDBFL5     0xF00634AA          Read Data and Bit Flip Register 5
MC36_RDBFL6     0xF00634AC          Read Data and Bit Flip Register 6
MC36_RDBFL7     0xF00634AE          Read Data and Bit Flip Register 7
MC36_RDBFL8     0xF00634B0          Read Data and Bit Flip Register 8
MC36_RDBFL9     0xF00634B2          Read Data and Bit Flip Register 9
MC36_RDBFL10    0xF00634B4          Read Data and Bit Flip Register 10
MC36_RDBFL11    0xF00634B6          Read Data and Bit Flip Register 11
MC36_RDBFL12    0xF00634B8          Read Data and Bit Flip Register 12
MC36_RDBFL13    0xF00634BA          Read Data and Bit Flip Register 13
MC36_RDBFL14    0xF00634BC          Read Data and Bit Flip Register 14
MC36_RDBFL15    0xF00634BE          Read Data and Bit Flip Register 15
MC36_RDBFL16    0xF00634C0          Read Data and Bit Flip Register 16
MC36_RDBFL17    0xF00634C2          Read Data and Bit Flip Register 17
MC36_RDBFL18    0xF00634C4          Read Data and Bit Flip Register 18
MC36_RDBFL19    0xF00634C6          Read Data and Bit Flip Register 19
MC36_RDBFL20    0xF00634C8          Read Data and Bit Flip Register 20
MC36_RDBFL21    0xF00634CA          Read Data and Bit Flip Register 21
MC36_RDBFL22    0xF00634CC          Read Data and Bit Flip Register 22
MC36_RDBFL23    0xF00634CE          Read Data and Bit Flip Register 23
MC36_RDBFL24    0xF00634D0          Read Data and Bit Flip Register 24
MC36_RDBFL25    0xF00634D2          Read Data and Bit Flip Register 25
MC36_RDBFL26    0xF00634D4          Read Data and Bit Flip Register 26
MC36_RDBFL27    0xF00634D6          Read Data and Bit Flip Register 27
MC36_RDBFL28    0xF00634D8          Read Data and Bit Flip Register 28
MC36_RDBFL29    0xF00634DA          Read Data and Bit Flip Register 29
MC36_RDBFL30    0xF00634DC          Read Data and Bit Flip Register 30
MC36_RDBFL31    0xF00634DE          Read Data and Bit Flip Register 31
MC36_RDBFL32    0xF00634E0          Read Data and Bit Flip Register 32
MC36_RDBFL33    0xF00634E2          Read Data and Bit Flip Register 33
MC36_RDBFL34    0xF00634E4          Read Data and Bit Flip Register 34
MC36_RDBFL35    0xF00634E6          Read Data and Bit Flip Register 35
MC36_RDBFL36    0xF00634E8          Read Data and Bit Flip Register 36
MC36_RDBFL37    0xF00634EA          Read Data and Bit Flip Register 37
MC36_RDBFL38    0xF00634EC          Read Data and Bit Flip Register 38
MC36_RDBFL39    0xF00634EE          Read Data and Bit Flip Register 39
MC37_CONFIG0    0xF0063500          Configuration Register 0
MC37_CONFIG1    0xF0063502          Configuration Register 1
MC37_MCONTROL   0xF0063504          MBIST Control Register
MC37_MSTATUS    0xF0063506          Status Register
MC37_RANGE      0xF0063508          Range Register, single address mode
MC37_REVID      0xF006350C          Revision ID Register
MC37_ECCS       0xF006350E          ECC Safety Register
MC37_ECCD       0xF0063510          Memory ECC Detection Register
MC37_ETRR0      0xF0063512          Error Tracking Register 0
MC37_ETRR1      0xF0063514          Error Tracking Register 1
MC37_ETRR2      0xF0063516          Error Tracking Register 2
MC37_ETRR3      0xF0063518          Error Tracking Register 3
MC37_ETRR4      0xF006351A          Error Tracking Register 4
MC37_RDBFL0     0xF00635A0          Read Data and Bit Flip Register 0
MC37_RDBFL1     0xF00635A2          Read Data and Bit Flip Register 1
MC37_RDBFL2     0xF00635A4          Read Data and Bit Flip Register 2
MC37_RDBFL3     0xF00635A6          Read Data and Bit Flip Register 3
MC37_RDBFL4     0xF00635A8          Read Data and Bit Flip Register 4
MC37_RDBFL5     0xF00635AA          Read Data and Bit Flip Register 5
MC37_RDBFL6     0xF00635AC          Read Data and Bit Flip Register 6
MC37_RDBFL7     0xF00635AE          Read Data and Bit Flip Register 7
MC37_RDBFL8     0xF00635B0          Read Data and Bit Flip Register 8
MC37_RDBFL9     0xF00635B2          Read Data and Bit Flip Register 9
MC37_RDBFL10    0xF00635B4          Read Data and Bit Flip Register 10
MC37_RDBFL11    0xF00635B6          Read Data and Bit Flip Register 11
MC37_RDBFL12    0xF00635B8          Read Data and Bit Flip Register 12
MC37_RDBFL13    0xF00635BA          Read Data and Bit Flip Register 13
MC37_RDBFL14    0xF00635BC          Read Data and Bit Flip Register 14
MC37_RDBFL15    0xF00635BE          Read Data and Bit Flip Register 15
MC37_RDBFL16    0xF00635C0          Read Data and Bit Flip Register 16
MC37_RDBFL17    0xF00635C2          Read Data and Bit Flip Register 17
MC37_RDBFL18    0xF00635C4          Read Data and Bit Flip Register 18
MC37_RDBFL19    0xF00635C6          Read Data and Bit Flip Register 19
MC37_RDBFL20    0xF00635C8          Read Data and Bit Flip Register 20
MC37_RDBFL21    0xF00635CA          Read Data and Bit Flip Register 21
MC37_RDBFL22    0xF00635CC          Read Data and Bit Flip Register 22
MC37_RDBFL23    0xF00635CE          Read Data and Bit Flip Register 23
MC37_RDBFL24    0xF00635D0          Read Data and Bit Flip Register 24
MC37_RDBFL25    0xF00635D2          Read Data and Bit Flip Register 25
MC37_RDBFL26    0xF00635D4          Read Data and Bit Flip Register 26
MC37_RDBFL27    0xF00635D6          Read Data and Bit Flip Register 27
MC37_RDBFL28    0xF00635D8          Read Data and Bit Flip Register 28
MC37_RDBFL29    0xF00635DA          Read Data and Bit Flip Register 29
MC37_RDBFL30    0xF00635DC          Read Data and Bit Flip Register 30
MC37_RDBFL31    0xF00635DE          Read Data and Bit Flip Register 31
MC37_RDBFL32    0xF00635E0          Read Data and Bit Flip Register 32
MC37_RDBFL33    0xF00635E2          Read Data and Bit Flip Register 33
MC37_RDBFL34    0xF00635E4          Read Data and Bit Flip Register 34
MC37_RDBFL35    0xF00635E6          Read Data and Bit Flip Register 35
MC37_RDBFL36    0xF00635E8          Read Data and Bit Flip Register 36
MC37_RDBFL37    0xF00635EA          Read Data and Bit Flip Register 37
MC37_RDBFL38    0xF00635EC          Read Data and Bit Flip Register 38
MC37_RDBFL39    0xF00635EE          Read Data and Bit Flip Register 39
MC38_CONFIG0    0xF0063600          Configuration Register 0
MC38_CONFIG1    0xF0063602          Configuration Register 1
MC38_MCONTROL   0xF0063604          MBIST Control Register
MC38_MSTATUS    0xF0063606          Status Register
MC38_RANGE      0xF0063608          Range Register, single address mode
MC38_REVID      0xF006360C          Revision ID Register
MC38_ECCS       0xF006360E          ECC Safety Register
MC38_ECCD       0xF0063610          Memory ECC Detection Register
MC38_ETRR0      0xF0063612          Error Tracking Register 0
MC38_ETRR1      0xF0063614          Error Tracking Register 1
MC38_ETRR2      0xF0063616          Error Tracking Register 2
MC38_ETRR3      0xF0063618          Error Tracking Register 3
MC38_ETRR4      0xF006361A          Error Tracking Register 4
MC38_RDBFL0     0xF00636A0          Read Data and Bit Flip Register 0
MC38_RDBFL1     0xF00636A2          Read Data and Bit Flip Register 1
MC38_RDBFL2     0xF00636A4          Read Data and Bit Flip Register 2
MC38_RDBFL3     0xF00636A6          Read Data and Bit Flip Register 3
MC38_RDBFL4     0xF00636A8          Read Data and Bit Flip Register 4
MC38_RDBFL5     0xF00636AA          Read Data and Bit Flip Register 5
MC38_RDBFL6     0xF00636AC          Read Data and Bit Flip Register 6
MC38_RDBFL7     0xF00636AE          Read Data and Bit Flip Register 7
MC38_RDBFL8     0xF00636B0          Read Data and Bit Flip Register 8
MC38_RDBFL9     0xF00636B2          Read Data and Bit Flip Register 9
MC38_RDBFL10    0xF00636B4          Read Data and Bit Flip Register 10
MC38_RDBFL11    0xF00636B6          Read Data and Bit Flip Register 11
MC38_RDBFL12    0xF00636B8          Read Data and Bit Flip Register 12
MC38_RDBFL13    0xF00636BA          Read Data and Bit Flip Register 13
MC38_RDBFL14    0xF00636BC          Read Data and Bit Flip Register 14
MC38_RDBFL15    0xF00636BE          Read Data and Bit Flip Register 15
MC38_RDBFL16    0xF00636C0          Read Data and Bit Flip Register 16
MC38_RDBFL17    0xF00636C2          Read Data and Bit Flip Register 17
MC38_RDBFL18    0xF00636C4          Read Data and Bit Flip Register 18
MC38_RDBFL19    0xF00636C6          Read Data and Bit Flip Register 19
MC38_RDBFL20    0xF00636C8          Read Data and Bit Flip Register 20
MC38_RDBFL21    0xF00636CA          Read Data and Bit Flip Register 21
MC38_RDBFL22    0xF00636CC          Read Data and Bit Flip Register 22
MC38_RDBFL23    0xF00636CE          Read Data and Bit Flip Register 23
MC38_RDBFL24    0xF00636D0          Read Data and Bit Flip Register 24
MC38_RDBFL25    0xF00636D2          Read Data and Bit Flip Register 25
MC38_RDBFL26    0xF00636D4          Read Data and Bit Flip Register 26
MC38_RDBFL27    0xF00636D6          Read Data and Bit Flip Register 27
MC38_RDBFL28    0xF00636D8          Read Data and Bit Flip Register 28
MC38_RDBFL29    0xF00636DA          Read Data and Bit Flip Register 29
MC38_RDBFL30    0xF00636DC          Read Data and Bit Flip Register 30
MC38_RDBFL31    0xF00636DE          Read Data and Bit Flip Register 31
MC38_RDBFL32    0xF00636E0          Read Data and Bit Flip Register 32
MC38_RDBFL33    0xF00636E2          Read Data and Bit Flip Register 33
MC38_RDBFL34    0xF00636E4          Read Data and Bit Flip Register 34
MC38_RDBFL35    0xF00636E6          Read Data and Bit Flip Register 35
MC38_RDBFL36    0xF00636E8          Read Data and Bit Flip Register 36
MC38_RDBFL37    0xF00636EA          Read Data and Bit Flip Register 37
MC38_RDBFL38    0xF00636EC          Read Data and Bit Flip Register 38
MC38_RDBFL39    0xF00636EE          Read Data and Bit Flip Register 39
MC39_CONFIG0    0xF0063700          Configuration Register 0
MC39_CONFIG1    0xF0063702          Configuration Register 1
MC39_MCONTROL   0xF0063704          MBIST Control Register
MC39_MSTATUS    0xF0063706          Status Register
MC39_RANGE      0xF0063708          Range Register, single address mode
MC39_REVID      0xF006370C          Revision ID Register
MC39_ECCS       0xF006370E          ECC Safety Register
MC39_ECCD       0xF0063710          Memory ECC Detection Register
MC39_ETRR0      0xF0063712          Error Tracking Register 0
MC39_ETRR1      0xF0063714          Error Tracking Register 1
MC39_ETRR2      0xF0063716          Error Tracking Register 2
MC39_ETRR3      0xF0063718          Error Tracking Register 3
MC39_ETRR4      0xF006371A          Error Tracking Register 4
MC39_RDBFL0     0xF00637A0          Read Data and Bit Flip Register 0
MC39_RDBFL1     0xF00637A2          Read Data and Bit Flip Register 1
MC39_RDBFL2     0xF00637A4          Read Data and Bit Flip Register 2
MC39_RDBFL3     0xF00637A6          Read Data and Bit Flip Register 3
MC39_RDBFL4     0xF00637A8          Read Data and Bit Flip Register 4
MC39_RDBFL5     0xF00637AA          Read Data and Bit Flip Register 5
MC39_RDBFL6     0xF00637AC          Read Data and Bit Flip Register 6
MC39_RDBFL7     0xF00637AE          Read Data and Bit Flip Register 7
MC39_RDBFL8     0xF00637B0          Read Data and Bit Flip Register 8
MC39_RDBFL9     0xF00637B2          Read Data and Bit Flip Register 9
MC39_RDBFL10    0xF00637B4          Read Data and Bit Flip Register 10
MC39_RDBFL11    0xF00637B6          Read Data and Bit Flip Register 11
MC39_RDBFL12    0xF00637B8          Read Data and Bit Flip Register 12
MC39_RDBFL13    0xF00637BA          Read Data and Bit Flip Register 13
MC39_RDBFL14    0xF00637BC          Read Data and Bit Flip Register 14
MC39_RDBFL15    0xF00637BE          Read Data and Bit Flip Register 15
MC39_RDBFL16    0xF00637C0          Read Data and Bit Flip Register 16
MC39_RDBFL17    0xF00637C2          Read Data and Bit Flip Register 17
MC39_RDBFL18    0xF00637C4          Read Data and Bit Flip Register 18
MC39_RDBFL19    0xF00637C6          Read Data and Bit Flip Register 19
MC39_RDBFL20    0xF00637C8          Read Data and Bit Flip Register 20
MC39_RDBFL21    0xF00637CA          Read Data and Bit Flip Register 21
MC39_RDBFL22    0xF00637CC          Read Data and Bit Flip Register 22
MC39_RDBFL23    0xF00637CE          Read Data and Bit Flip Register 23
MC39_RDBFL24    0xF00637D0          Read Data and Bit Flip Register 24
MC39_RDBFL25    0xF00637D2          Read Data and Bit Flip Register 25
MC39_RDBFL26    0xF00637D4          Read Data and Bit Flip Register 26
MC39_RDBFL27    0xF00637D6          Read Data and Bit Flip Register 27
MC39_RDBFL28    0xF00637D8          Read Data and Bit Flip Register 28
MC39_RDBFL29    0xF00637DA          Read Data and Bit Flip Register 29
MC39_RDBFL30    0xF00637DC          Read Data and Bit Flip Register 30
MC39_RDBFL31    0xF00637DE          Read Data and Bit Flip Register 31
MC39_RDBFL32    0xF00637E0          Read Data and Bit Flip Register 32
MC39_RDBFL33    0xF00637E2          Read Data and Bit Flip Register 33
MC39_RDBFL34    0xF00637E4          Read Data and Bit Flip Register 34
MC39_RDBFL35    0xF00637E6          Read Data and Bit Flip Register 35
MC39_RDBFL36    0xF00637E8          Read Data and Bit Flip Register 36
MC39_RDBFL37    0xF00637EA          Read Data and Bit Flip Register 37
MC39_RDBFL38    0xF00637EC          Read Data and Bit Flip Register 38
MC39_RDBFL39    0xF00637EE          Read Data and Bit Flip Register 39
MC40_CONFIG0    0xF0063800          Configuration Register 0
MC40_CONFIG1    0xF0063802          Configuration Register 1
MC40_MCONTROL   0xF0063804          MBIST Control Register
MC40_MSTATUS    0xF0063806          Status Register
MC40_RANGE      0xF0063808          Range Register, single address mode
MC40_REVID      0xF006380C          Revision ID Register
MC40_ECCS       0xF006380E          ECC Safety Register
MC40_ECCD       0xF0063810          Memory ECC Detection Register
MC40_ETRR0      0xF0063812          Error Tracking Register 0
MC40_ETRR1      0xF0063814          Error Tracking Register 1
MC40_ETRR2      0xF0063816          Error Tracking Register 2
MC40_ETRR3      0xF0063818          Error Tracking Register 3
MC40_ETRR4      0xF006381A          Error Tracking Register 4
MC40_RDBFL0     0xF00638A0          Read Data and Bit Flip Register 0
MC40_RDBFL1     0xF00638A2          Read Data and Bit Flip Register 1
MC40_RDBFL2     0xF00638A4          Read Data and Bit Flip Register 2
MC40_RDBFL3     0xF00638A6          Read Data and Bit Flip Register 3
MC40_RDBFL4     0xF00638A8          Read Data and Bit Flip Register 4
MC40_RDBFL5     0xF00638AA          Read Data and Bit Flip Register 5
MC40_RDBFL6     0xF00638AC          Read Data and Bit Flip Register 6
MC40_RDBFL7     0xF00638AE          Read Data and Bit Flip Register 7
MC40_RDBFL8     0xF00638B0          Read Data and Bit Flip Register 8
MC40_RDBFL9     0xF00638B2          Read Data and Bit Flip Register 9
MC40_RDBFL10    0xF00638B4          Read Data and Bit Flip Register 10
MC40_RDBFL11    0xF00638B6          Read Data and Bit Flip Register 11
MC40_RDBFL12    0xF00638B8          Read Data and Bit Flip Register 12
MC40_RDBFL13    0xF00638BA          Read Data and Bit Flip Register 13
MC40_RDBFL14    0xF00638BC          Read Data and Bit Flip Register 14
MC40_RDBFL15    0xF00638BE          Read Data and Bit Flip Register 15
MC40_RDBFL16    0xF00638C0          Read Data and Bit Flip Register 16
MC40_RDBFL17    0xF00638C2          Read Data and Bit Flip Register 17
MC40_RDBFL18    0xF00638C4          Read Data and Bit Flip Register 18
MC40_RDBFL19    0xF00638C6          Read Data and Bit Flip Register 19
MC40_RDBFL20    0xF00638C8          Read Data and Bit Flip Register 20
MC40_RDBFL21    0xF00638CA          Read Data and Bit Flip Register 21
MC40_RDBFL22    0xF00638CC          Read Data and Bit Flip Register 22
MC40_RDBFL23    0xF00638CE          Read Data and Bit Flip Register 23
MC40_RDBFL24    0xF00638D0          Read Data and Bit Flip Register 24
MC40_RDBFL25    0xF00638D2          Read Data and Bit Flip Register 25
MC40_RDBFL26    0xF00638D4          Read Data and Bit Flip Register 26
MC40_RDBFL27    0xF00638D6          Read Data and Bit Flip Register 27
MC40_RDBFL28    0xF00638D8          Read Data and Bit Flip Register 28
MC40_RDBFL29    0xF00638DA          Read Data and Bit Flip Register 29
MC40_RDBFL30    0xF00638DC          Read Data and Bit Flip Register 30
MC40_RDBFL31    0xF00638DE          Read Data and Bit Flip Register 31
MC40_RDBFL32    0xF00638E0          Read Data and Bit Flip Register 32
MC40_RDBFL33    0xF00638E2          Read Data and Bit Flip Register 33
MC40_RDBFL34    0xF00638E4          Read Data and Bit Flip Register 34
MC40_RDBFL35    0xF00638E6          Read Data and Bit Flip Register 35
MC40_RDBFL36    0xF00638E8          Read Data and Bit Flip Register 36
MC40_RDBFL37    0xF00638EA          Read Data and Bit Flip Register 37
MC40_RDBFL38    0xF00638EC          Read Data and Bit Flip Register 38
MC40_RDBFL39    0xF00638EE          Read Data and Bit Flip Register 39
MC41_CONFIG0    0xF0063900          Configuration Register 0
MC41_CONFIG1    0xF0063902          Configuration Register 1
MC41_MCONTROL   0xF0063904          MBIST Control Register
MC41_MSTATUS    0xF0063906          Status Register
MC41_RANGE      0xF0063908          Range Register, single address mode
MC41_REVID      0xF006390C          Revision ID Register
MC41_ECCS       0xF006390E          ECC Safety Register
MC41_ECCD       0xF0063910          Memory ECC Detection Register
MC41_ETRR0      0xF0063912          Error Tracking Register 0
MC41_ETRR1      0xF0063914          Error Tracking Register 1
MC41_ETRR2      0xF0063916          Error Tracking Register 2
MC41_ETRR3      0xF0063918          Error Tracking Register 3
MC41_ETRR4      0xF006391A          Error Tracking Register 4
MC41_RDBFL0     0xF00639A0          Read Data and Bit Flip Register 0
MC41_RDBFL1     0xF00639A2          Read Data and Bit Flip Register 1
MC41_RDBFL2     0xF00639A4          Read Data and Bit Flip Register 2
MC41_RDBFL3     0xF00639A6          Read Data and Bit Flip Register 3
MC41_RDBFL4     0xF00639A8          Read Data and Bit Flip Register 4
MC41_RDBFL5     0xF00639AA          Read Data and Bit Flip Register 5
MC41_RDBFL6     0xF00639AC          Read Data and Bit Flip Register 6
MC41_RDBFL7     0xF00639AE          Read Data and Bit Flip Register 7
MC41_RDBFL8     0xF00639B0          Read Data and Bit Flip Register 8
MC41_RDBFL9     0xF00639B2          Read Data and Bit Flip Register 9
MC41_RDBFL10    0xF00639B4          Read Data and Bit Flip Register 10
MC41_RDBFL11    0xF00639B6          Read Data and Bit Flip Register 11
MC41_RDBFL12    0xF00639B8          Read Data and Bit Flip Register 12
MC41_RDBFL13    0xF00639BA          Read Data and Bit Flip Register 13
MC41_RDBFL14    0xF00639BC          Read Data and Bit Flip Register 14
MC41_RDBFL15    0xF00639BE          Read Data and Bit Flip Register 15
MC41_RDBFL16    0xF00639C0          Read Data and Bit Flip Register 16
MC41_RDBFL17    0xF00639C2          Read Data and Bit Flip Register 17
MC41_RDBFL18    0xF00639C4          Read Data and Bit Flip Register 18
MC41_RDBFL19    0xF00639C6          Read Data and Bit Flip Register 19
MC41_RDBFL20    0xF00639C8          Read Data and Bit Flip Register 20
MC41_RDBFL21    0xF00639CA          Read Data and Bit Flip Register 21
MC41_RDBFL22    0xF00639CC          Read Data and Bit Flip Register 22
MC41_RDBFL23    0xF00639CE          Read Data and Bit Flip Register 23
MC41_RDBFL24    0xF00639D0          Read Data and Bit Flip Register 24
MC41_RDBFL25    0xF00639D2          Read Data and Bit Flip Register 25
MC41_RDBFL26    0xF00639D4          Read Data and Bit Flip Register 26
MC41_RDBFL27    0xF00639D6          Read Data and Bit Flip Register 27
MC41_RDBFL28    0xF00639D8          Read Data and Bit Flip Register 28
MC41_RDBFL29    0xF00639DA          Read Data and Bit Flip Register 29
MC41_RDBFL30    0xF00639DC          Read Data and Bit Flip Register 30
MC41_RDBFL31    0xF00639DE          Read Data and Bit Flip Register 31
MC41_RDBFL32    0xF00639E0          Read Data and Bit Flip Register 32
MC41_RDBFL33    0xF00639E2          Read Data and Bit Flip Register 33
MC41_RDBFL34    0xF00639E4          Read Data and Bit Flip Register 34
MC41_RDBFL35    0xF00639E6          Read Data and Bit Flip Register 35
MC41_RDBFL36    0xF00639E8          Read Data and Bit Flip Register 36
MC41_RDBFL37    0xF00639EA          Read Data and Bit Flip Register 37
MC41_RDBFL38    0xF00639EC          Read Data and Bit Flip Register 38
MC41_RDBFL39    0xF00639EE          Read Data and Bit Flip Register 39
MC42_CONFIG0    0xF0063A00          Configuration Register 0
MC42_CONFIG1    0xF0063A02          Configuration Register 1
MC42_MCONTROL   0xF0063A04          MBIST Control Register
MC42_MSTATUS    0xF0063A06          Status Register
MC42_RANGE      0xF0063A08          Range Register, single address mode
MC42_REVID      0xF0063A0C          Revision ID Register
MC42_ECCS       0xF0063A0E          ECC Safety Register
MC42_ECCD       0xF0063A10          Memory ECC Detection Register
MC42_ETRR0      0xF0063A12          Error Tracking Register 0
MC42_ETRR1      0xF0063A14          Error Tracking Register 1
MC42_ETRR2      0xF0063A16          Error Tracking Register 2
MC42_ETRR3      0xF0063A18          Error Tracking Register 3
MC42_ETRR4      0xF0063A1A          Error Tracking Register 4
MC42_RDBFL0     0xF0063AA0          Read Data and Bit Flip Register 0
MC42_RDBFL1     0xF0063AA2          Read Data and Bit Flip Register 1
MC42_RDBFL2     0xF0063AA4          Read Data and Bit Flip Register 2
MC42_RDBFL3     0xF0063AA6          Read Data and Bit Flip Register 3
MC42_RDBFL4     0xF0063AA8          Read Data and Bit Flip Register 4
MC42_RDBFL5     0xF0063AAA          Read Data and Bit Flip Register 5
MC42_RDBFL6     0xF0063AAC          Read Data and Bit Flip Register 6
MC42_RDBFL7     0xF0063AAE          Read Data and Bit Flip Register 7
MC42_RDBFL8     0xF0063AB0          Read Data and Bit Flip Register 8
MC42_RDBFL9     0xF0063AB2          Read Data and Bit Flip Register 9
MC42_RDBFL10    0xF0063AB4          Read Data and Bit Flip Register 10
MC42_RDBFL11    0xF0063AB6          Read Data and Bit Flip Register 11
MC42_RDBFL12    0xF0063AB8          Read Data and Bit Flip Register 12
MC42_RDBFL13    0xF0063ABA          Read Data and Bit Flip Register 13
MC42_RDBFL14    0xF0063ABC          Read Data and Bit Flip Register 14
MC42_RDBFL15    0xF0063ABE          Read Data and Bit Flip Register 15
MC42_RDBFL16    0xF0063AC0          Read Data and Bit Flip Register 16
MC42_RDBFL17    0xF0063AC2          Read Data and Bit Flip Register 17
MC42_RDBFL18    0xF0063AC4          Read Data and Bit Flip Register 18
MC42_RDBFL19    0xF0063AC6          Read Data and Bit Flip Register 19
MC42_RDBFL20    0xF0063AC8          Read Data and Bit Flip Register 20
MC42_RDBFL21    0xF0063ACA          Read Data and Bit Flip Register 21
MC42_RDBFL22    0xF0063ACC          Read Data and Bit Flip Register 22
MC42_RDBFL23    0xF0063ACE          Read Data and Bit Flip Register 23
MC42_RDBFL24    0xF0063AD0          Read Data and Bit Flip Register 24
MC42_RDBFL25    0xF0063AD2          Read Data and Bit Flip Register 25
MC42_RDBFL26    0xF0063AD4          Read Data and Bit Flip Register 26
MC42_RDBFL27    0xF0063AD6          Read Data and Bit Flip Register 27
MC42_RDBFL28    0xF0063AD8          Read Data and Bit Flip Register 28
MC42_RDBFL29    0xF0063ADA          Read Data and Bit Flip Register 29
MC42_RDBFL30    0xF0063ADC          Read Data and Bit Flip Register 30
MC42_RDBFL31    0xF0063ADE          Read Data and Bit Flip Register 31
MC42_RDBFL32    0xF0063AE0          Read Data and Bit Flip Register 32
MC42_RDBFL33    0xF0063AE2          Read Data and Bit Flip Register 33
MC42_RDBFL34    0xF0063AE4          Read Data and Bit Flip Register 34
MC42_RDBFL35    0xF0063AE6          Read Data and Bit Flip Register 35
MC42_RDBFL36    0xF0063AE8          Read Data and Bit Flip Register 36
MC42_RDBFL37    0xF0063AEA          Read Data and Bit Flip Register 37
MC42_RDBFL38    0xF0063AEC          Read Data and Bit Flip Register 38
MC42_RDBFL39    0xF0063AEE          Read Data and Bit Flip Register 39
MC43_CONFIG0    0xF0063B00          Configuration Register 0
MC43_CONFIG1    0xF0063B02          Configuration Register 1
MC43_MCONTROL   0xF0063B04          MBIST Control Register
MC43_MSTATUS    0xF0063B06          Status Register
MC43_RANGE      0xF0063B08          Range Register, single address mode
MC43_REVID      0xF0063B0C          Revision ID Register
MC43_ECCS       0xF0063B0E          ECC Safety Register
MC43_ECCD       0xF0063B10          Memory ECC Detection Register
MC43_ETRR0      0xF0063B12          Error Tracking Register 0
MC43_ETRR1      0xF0063B14          Error Tracking Register 1
MC43_ETRR2      0xF0063B16          Error Tracking Register 2
MC43_ETRR3      0xF0063B18          Error Tracking Register 3
MC43_ETRR4      0xF0063B1A          Error Tracking Register 4
MC43_RDBFL0     0xF0063BA0          Read Data and Bit Flip Register 0
MC43_RDBFL1     0xF0063BA2          Read Data and Bit Flip Register 1
MC43_RDBFL2     0xF0063BA4          Read Data and Bit Flip Register 2
MC43_RDBFL3     0xF0063BA6          Read Data and Bit Flip Register 3
MC43_RDBFL4     0xF0063BA8          Read Data and Bit Flip Register 4
MC43_RDBFL5     0xF0063BAA          Read Data and Bit Flip Register 5
MC43_RDBFL6     0xF0063BAC          Read Data and Bit Flip Register 6
MC43_RDBFL7     0xF0063BAE          Read Data and Bit Flip Register 7
MC43_RDBFL8     0xF0063BB0          Read Data and Bit Flip Register 8
MC43_RDBFL9     0xF0063BB2          Read Data and Bit Flip Register 9
MC43_RDBFL10    0xF0063BB4          Read Data and Bit Flip Register 10
MC43_RDBFL11    0xF0063BB6          Read Data and Bit Flip Register 11
MC43_RDBFL12    0xF0063BB8          Read Data and Bit Flip Register 12
MC43_RDBFL13    0xF0063BBA          Read Data and Bit Flip Register 13
MC43_RDBFL14    0xF0063BBC          Read Data and Bit Flip Register 14
MC43_RDBFL15    0xF0063BBE          Read Data and Bit Flip Register 15
MC43_RDBFL16    0xF0063BC0          Read Data and Bit Flip Register 16
MC43_RDBFL17    0xF0063BC2          Read Data and Bit Flip Register 17
MC43_RDBFL18    0xF0063BC4          Read Data and Bit Flip Register 18
MC43_RDBFL19    0xF0063BC6          Read Data and Bit Flip Register 19
MC43_RDBFL20    0xF0063BC8          Read Data and Bit Flip Register 20
MC43_RDBFL21    0xF0063BCA          Read Data and Bit Flip Register 21
MC43_RDBFL22    0xF0063BCC          Read Data and Bit Flip Register 22
MC43_RDBFL23    0xF0063BCE          Read Data and Bit Flip Register 23
MC43_RDBFL24    0xF0063BD0          Read Data and Bit Flip Register 24
MC43_RDBFL25    0xF0063BD2          Read Data and Bit Flip Register 25
MC43_RDBFL26    0xF0063BD4          Read Data and Bit Flip Register 26
MC43_RDBFL27    0xF0063BD6          Read Data and Bit Flip Register 27
MC43_RDBFL28    0xF0063BD8          Read Data and Bit Flip Register 28
MC43_RDBFL29    0xF0063BDA          Read Data and Bit Flip Register 29
MC43_RDBFL30    0xF0063BDC          Read Data and Bit Flip Register 30
MC43_RDBFL31    0xF0063BDE          Read Data and Bit Flip Register 31
MC43_RDBFL32    0xF0063BE0          Read Data and Bit Flip Register 32
MC43_RDBFL33    0xF0063BE2          Read Data and Bit Flip Register 33
MC43_RDBFL34    0xF0063BE4          Read Data and Bit Flip Register 34
MC43_RDBFL35    0xF0063BE6          Read Data and Bit Flip Register 35
MC43_RDBFL36    0xF0063BE8          Read Data and Bit Flip Register 36
MC43_RDBFL37    0xF0063BEA          Read Data and Bit Flip Register 37
MC43_RDBFL38    0xF0063BEC          Read Data and Bit Flip Register 38
MC43_RDBFL39    0xF0063BEE          Read Data and Bit Flip Register 39
MC44_CONFIG0    0xF0063C00          Configuration Register 0
MC44_CONFIG1    0xF0063C02          Configuration Register 1
MC44_MCONTROL   0xF0063C04          MBIST Control Register
MC44_MSTATUS    0xF0063C06          Status Register
MC44_RANGE      0xF0063C08          Range Register, single address mode
MC44_REVID      0xF0063C0C          Revision ID Register
MC44_ECCS       0xF0063C0E          ECC Safety Register
MC44_ECCD       0xF0063C10          Memory ECC Detection Register
MC44_ETRR0      0xF0063C12          Error Tracking Register 0
MC44_ETRR1      0xF0063C14          Error Tracking Register 1
MC44_ETRR2      0xF0063C16          Error Tracking Register 2
MC44_ETRR3      0xF0063C18          Error Tracking Register 3
MC44_ETRR4      0xF0063C1A          Error Tracking Register 4
MC44_RDBFL0     0xF0063CA0          Read Data and Bit Flip Register 0
MC44_RDBFL1     0xF0063CA2          Read Data and Bit Flip Register 1
MC44_RDBFL2     0xF0063CA4          Read Data and Bit Flip Register 2
MC44_RDBFL3     0xF0063CA6          Read Data and Bit Flip Register 3
MC44_RDBFL4     0xF0063CA8          Read Data and Bit Flip Register 4
MC44_RDBFL5     0xF0063CAA          Read Data and Bit Flip Register 5
MC44_RDBFL6     0xF0063CAC          Read Data and Bit Flip Register 6
MC44_RDBFL7     0xF0063CAE          Read Data and Bit Flip Register 7
MC44_RDBFL8     0xF0063CB0          Read Data and Bit Flip Register 8
MC44_RDBFL9     0xF0063CB2          Read Data and Bit Flip Register 9
MC44_RDBFL10    0xF0063CB4          Read Data and Bit Flip Register 10
MC44_RDBFL11    0xF0063CB6          Read Data and Bit Flip Register 11
MC44_RDBFL12    0xF0063CB8          Read Data and Bit Flip Register 12
MC44_RDBFL13    0xF0063CBA          Read Data and Bit Flip Register 13
MC44_RDBFL14    0xF0063CBC          Read Data and Bit Flip Register 14
MC44_RDBFL15    0xF0063CBE          Read Data and Bit Flip Register 15
MC44_RDBFL16    0xF0063CC0          Read Data and Bit Flip Register 16
MC44_RDBFL17    0xF0063CC2          Read Data and Bit Flip Register 17
MC44_RDBFL18    0xF0063CC4          Read Data and Bit Flip Register 18
MC44_RDBFL19    0xF0063CC6          Read Data and Bit Flip Register 19
MC44_RDBFL20    0xF0063CC8          Read Data and Bit Flip Register 20
MC44_RDBFL21    0xF0063CCA          Read Data and Bit Flip Register 21
MC44_RDBFL22    0xF0063CCC          Read Data and Bit Flip Register 22
MC44_RDBFL23    0xF0063CCE          Read Data and Bit Flip Register 23
MC44_RDBFL24    0xF0063CD0          Read Data and Bit Flip Register 24
MC44_RDBFL25    0xF0063CD2          Read Data and Bit Flip Register 25
MC44_RDBFL26    0xF0063CD4          Read Data and Bit Flip Register 26
MC44_RDBFL27    0xF0063CD6          Read Data and Bit Flip Register 27
MC44_RDBFL28    0xF0063CD8          Read Data and Bit Flip Register 28
MC44_RDBFL29    0xF0063CDA          Read Data and Bit Flip Register 29
MC44_RDBFL30    0xF0063CDC          Read Data and Bit Flip Register 30
MC44_RDBFL31    0xF0063CDE          Read Data and Bit Flip Register 31
MC44_RDBFL32    0xF0063CE0          Read Data and Bit Flip Register 32
MC44_RDBFL33    0xF0063CE2          Read Data and Bit Flip Register 33
MC44_RDBFL34    0xF0063CE4          Read Data and Bit Flip Register 34
MC44_RDBFL35    0xF0063CE6          Read Data and Bit Flip Register 35
MC44_RDBFL36    0xF0063CE8          Read Data and Bit Flip Register 36
MC44_RDBFL37    0xF0063CEA          Read Data and Bit Flip Register 37
MC44_RDBFL38    0xF0063CEC          Read Data and Bit Flip Register 38
MC44_RDBFL39    0xF0063CEE          Read Data and Bit Flip Register 39
MC45_CONFIG0    0xF0063D00          Configuration Register 0
MC45_CONFIG1    0xF0063D02          Configuration Register 1
MC45_MCONTROL   0xF0063D04          MBIST Control Register
MC45_MSTATUS    0xF0063D06          Status Register
MC45_RANGE      0xF0063D08          Range Register, single address mode
MC45_REVID      0xF0063D0C          Revision ID Register
MC45_ECCS       0xF0063D0E          ECC Safety Register
MC45_ECCD       0xF0063D10          Memory ECC Detection Register
MC45_ETRR0      0xF0063D12          Error Tracking Register 0
MC45_ETRR1      0xF0063D14          Error Tracking Register 1
MC45_ETRR2      0xF0063D16          Error Tracking Register 2
MC45_ETRR3      0xF0063D18          Error Tracking Register 3
MC45_ETRR4      0xF0063D1A          Error Tracking Register 4
MC45_RDBFL0     0xF0063DA0          Read Data and Bit Flip Register 0
MC45_RDBFL1     0xF0063DA2          Read Data and Bit Flip Register 1
MC45_RDBFL2     0xF0063DA4          Read Data and Bit Flip Register 2
MC45_RDBFL3     0xF0063DA6          Read Data and Bit Flip Register 3
MC45_RDBFL4     0xF0063DA8          Read Data and Bit Flip Register 4
MC45_RDBFL5     0xF0063DAA          Read Data and Bit Flip Register 5
MC45_RDBFL6     0xF0063DAC          Read Data and Bit Flip Register 6
MC45_RDBFL7     0xF0063DAE          Read Data and Bit Flip Register 7
MC45_RDBFL8     0xF0063DB0          Read Data and Bit Flip Register 8
MC45_RDBFL9     0xF0063DB2          Read Data and Bit Flip Register 9
MC45_RDBFL10    0xF0063DB4          Read Data and Bit Flip Register 10
MC45_RDBFL11    0xF0063DB6          Read Data and Bit Flip Register 11
MC45_RDBFL12    0xF0063DB8          Read Data and Bit Flip Register 12
MC45_RDBFL13    0xF0063DBA          Read Data and Bit Flip Register 13
MC45_RDBFL14    0xF0063DBC          Read Data and Bit Flip Register 14
MC45_RDBFL15    0xF0063DBE          Read Data and Bit Flip Register 15
MC45_RDBFL16    0xF0063DC0          Read Data and Bit Flip Register 16
MC45_RDBFL17    0xF0063DC2          Read Data and Bit Flip Register 17
MC45_RDBFL18    0xF0063DC4          Read Data and Bit Flip Register 18
MC45_RDBFL19    0xF0063DC6          Read Data and Bit Flip Register 19
MC45_RDBFL20    0xF0063DC8          Read Data and Bit Flip Register 20
MC45_RDBFL21    0xF0063DCA          Read Data and Bit Flip Register 21
MC45_RDBFL22    0xF0063DCC          Read Data and Bit Flip Register 22
MC45_RDBFL23    0xF0063DCE          Read Data and Bit Flip Register 23
MC45_RDBFL24    0xF0063DD0          Read Data and Bit Flip Register 24
MC45_RDBFL25    0xF0063DD2          Read Data and Bit Flip Register 25
MC45_RDBFL26    0xF0063DD4          Read Data and Bit Flip Register 26
MC45_RDBFL27    0xF0063DD6          Read Data and Bit Flip Register 27
MC45_RDBFL28    0xF0063DD8          Read Data and Bit Flip Register 28
MC45_RDBFL29    0xF0063DDA          Read Data and Bit Flip Register 29
MC45_RDBFL30    0xF0063DDC          Read Data and Bit Flip Register 30
MC45_RDBFL31    0xF0063DDE          Read Data and Bit Flip Register 31
MC45_RDBFL32    0xF0063DE0          Read Data and Bit Flip Register 32
MC45_RDBFL33    0xF0063DE2          Read Data and Bit Flip Register 33
MC45_RDBFL34    0xF0063DE4          Read Data and Bit Flip Register 34
MC45_RDBFL35    0xF0063DE6          Read Data and Bit Flip Register 35
MC45_RDBFL36    0xF0063DE8          Read Data and Bit Flip Register 36
MC45_RDBFL37    0xF0063DEA          Read Data and Bit Flip Register 37
MC45_RDBFL38    0xF0063DEC          Read Data and Bit Flip Register 38
MC45_RDBFL39    0xF0063DEE          Read Data and Bit Flip Register 39
MC46_CONFIG0    0xF0063E00          Configuration Register 0
MC46_CONFIG1    0xF0063E02          Configuration Register 1
MC46_MCONTROL   0xF0063E04          MBIST Control Register
MC46_MSTATUS    0xF0063E06          Status Register
MC46_RANGE      0xF0063E08          Range Register, single address mode
MC46_REVID      0xF0063E0C          Revision ID Register
MC46_ECCS       0xF0063E0E          ECC Safety Register
MC46_ECCD       0xF0063E10          Memory ECC Detection Register
MC46_ETRR0      0xF0063E12          Error Tracking Register 0
MC46_ETRR1      0xF0063E14          Error Tracking Register 1
MC46_ETRR2      0xF0063E16          Error Tracking Register 2
MC46_ETRR3      0xF0063E18          Error Tracking Register 3
MC46_ETRR4      0xF0063E1A          Error Tracking Register 4
MC46_RDBFL0     0xF0063EA0          Read Data and Bit Flip Register 0
MC46_RDBFL1     0xF0063EA2          Read Data and Bit Flip Register 1
MC46_RDBFL2     0xF0063EA4          Read Data and Bit Flip Register 2
MC46_RDBFL3     0xF0063EA6          Read Data and Bit Flip Register 3
MC46_RDBFL4     0xF0063EA8          Read Data and Bit Flip Register 4
MC46_RDBFL5     0xF0063EAA          Read Data and Bit Flip Register 5
MC46_RDBFL6     0xF0063EAC          Read Data and Bit Flip Register 6
MC46_RDBFL7     0xF0063EAE          Read Data and Bit Flip Register 7
MC46_RDBFL8     0xF0063EB0          Read Data and Bit Flip Register 8
MC46_RDBFL9     0xF0063EB2          Read Data and Bit Flip Register 9
MC46_RDBFL10    0xF0063EB4          Read Data and Bit Flip Register 10
MC46_RDBFL11    0xF0063EB6          Read Data and Bit Flip Register 11
MC46_RDBFL12    0xF0063EB8          Read Data and Bit Flip Register 12
MC46_RDBFL13    0xF0063EBA          Read Data and Bit Flip Register 13
MC46_RDBFL14    0xF0063EBC          Read Data and Bit Flip Register 14
MC46_RDBFL15    0xF0063EBE          Read Data and Bit Flip Register 15
MC46_RDBFL16    0xF0063EC0          Read Data and Bit Flip Register 16
MC46_RDBFL17    0xF0063EC2          Read Data and Bit Flip Register 17
MC46_RDBFL18    0xF0063EC4          Read Data and Bit Flip Register 18
MC46_RDBFL19    0xF0063EC6          Read Data and Bit Flip Register 19
MC46_RDBFL20    0xF0063EC8          Read Data and Bit Flip Register 20
MC46_RDBFL21    0xF0063ECA          Read Data and Bit Flip Register 21
MC46_RDBFL22    0xF0063ECC          Read Data and Bit Flip Register 22
MC46_RDBFL23    0xF0063ECE          Read Data and Bit Flip Register 23
MC46_RDBFL24    0xF0063ED0          Read Data and Bit Flip Register 24
MC46_RDBFL25    0xF0063ED2          Read Data and Bit Flip Register 25
MC46_RDBFL26    0xF0063ED4          Read Data and Bit Flip Register 26
MC46_RDBFL27    0xF0063ED6          Read Data and Bit Flip Register 27
MC46_RDBFL28    0xF0063ED8          Read Data and Bit Flip Register 28
MC46_RDBFL29    0xF0063EDA          Read Data and Bit Flip Register 29
MC46_RDBFL30    0xF0063EDC          Read Data and Bit Flip Register 30
MC46_RDBFL31    0xF0063EDE          Read Data and Bit Flip Register 31
MC46_RDBFL32    0xF0063EE0          Read Data and Bit Flip Register 32
MC46_RDBFL33    0xF0063EE2          Read Data and Bit Flip Register 33
MC46_RDBFL34    0xF0063EE4          Read Data and Bit Flip Register 34
MC46_RDBFL35    0xF0063EE6          Read Data and Bit Flip Register 35
MC46_RDBFL36    0xF0063EE8          Read Data and Bit Flip Register 36
MC46_RDBFL37    0xF0063EEA          Read Data and Bit Flip Register 37
MC46_RDBFL38    0xF0063EEC          Read Data and Bit Flip Register 38
MC46_RDBFL39    0xF0063EEE          Read Data and Bit Flip Register 39
MC47_CONFIG0    0xF0063F00          Configuration Register 0
MC47_CONFIG1    0xF0063F02          Configuration Register 1
MC47_MCONTROL   0xF0063F04          MBIST Control Register
MC47_MSTATUS    0xF0063F06          Status Register
MC47_RANGE      0xF0063F08          Range Register, single address mode
MC47_REVID      0xF0063F0C          Revision ID Register
MC47_ECCS       0xF0063F0E          ECC Safety Register
MC47_ECCD       0xF0063F10          Memory ECC Detection Register
MC47_ETRR0      0xF0063F12          Error Tracking Register 0
MC47_ETRR1      0xF0063F14          Error Tracking Register 1
MC47_ETRR2      0xF0063F16          Error Tracking Register 2
MC47_ETRR3      0xF0063F18          Error Tracking Register 3
MC47_ETRR4      0xF0063F1A          Error Tracking Register 4
MC47_RDBFL0     0xF0063FA0          Read Data and Bit Flip Register 0
MC47_RDBFL1     0xF0063FA2          Read Data and Bit Flip Register 1
MC47_RDBFL2     0xF0063FA4          Read Data and Bit Flip Register 2
MC47_RDBFL3     0xF0063FA6          Read Data and Bit Flip Register 3
MC47_RDBFL4     0xF0063FA8          Read Data and Bit Flip Register 4
MC47_RDBFL5     0xF0063FAA          Read Data and Bit Flip Register 5
MC47_RDBFL6     0xF0063FAC          Read Data and Bit Flip Register 6
MC47_RDBFL7     0xF0063FAE          Read Data and Bit Flip Register 7
MC47_RDBFL8     0xF0063FB0          Read Data and Bit Flip Register 8
MC47_RDBFL9     0xF0063FB2          Read Data and Bit Flip Register 9
MC47_RDBFL10    0xF0063FB4          Read Data and Bit Flip Register 10
MC47_RDBFL11    0xF0063FB6          Read Data and Bit Flip Register 11
MC47_RDBFL12    0xF0063FB8          Read Data and Bit Flip Register 12
MC47_RDBFL13    0xF0063FBA          Read Data and Bit Flip Register 13
MC47_RDBFL14    0xF0063FBC          Read Data and Bit Flip Register 14
MC47_RDBFL15    0xF0063FBE          Read Data and Bit Flip Register 15
MC47_RDBFL16    0xF0063FC0          Read Data and Bit Flip Register 16
MC47_RDBFL17    0xF0063FC2          Read Data and Bit Flip Register 17
MC47_RDBFL18    0xF0063FC4          Read Data and Bit Flip Register 18
MC47_RDBFL19    0xF0063FC6          Read Data and Bit Flip Register 19
MC47_RDBFL20    0xF0063FC8          Read Data and Bit Flip Register 20
MC47_RDBFL21    0xF0063FCA          Read Data and Bit Flip Register 21
MC47_RDBFL22    0xF0063FCC          Read Data and Bit Flip Register 22
MC47_RDBFL23    0xF0063FCE          Read Data and Bit Flip Register 23
MC47_RDBFL24    0xF0063FD0          Read Data and Bit Flip Register 24
MC47_RDBFL25    0xF0063FD2          Read Data and Bit Flip Register 25
MC47_RDBFL26    0xF0063FD4          Read Data and Bit Flip Register 26
MC47_RDBFL27    0xF0063FD6          Read Data and Bit Flip Register 27
MC47_RDBFL28    0xF0063FD8          Read Data and Bit Flip Register 28
MC47_RDBFL29    0xF0063FDA          Read Data and Bit Flip Register 29
MC47_RDBFL30    0xF0063FDC          Read Data and Bit Flip Register 30
MC47_RDBFL31    0xF0063FDE          Read Data and Bit Flip Register 31
MC47_RDBFL32    0xF0063FE0          Read Data and Bit Flip Register 32
MC47_RDBFL33    0xF0063FE2          Read Data and Bit Flip Register 33
MC47_RDBFL34    0xF0063FE4          Read Data and Bit Flip Register 34
MC47_RDBFL35    0xF0063FE6          Read Data and Bit Flip Register 35
MC47_RDBFL36    0xF0063FE8          Read Data and Bit Flip Register 36
MC47_RDBFL37    0xF0063FEA          Read Data and Bit Flip Register 37
MC47_RDBFL38    0xF0063FEC          Read Data and Bit Flip Register 38
MC47_RDBFL39    0xF0063FEE          Read Data and Bit Flip Register 39
MC48_CONFIG0    0xF0064000          Configuration Register 0
MC48_CONFIG1    0xF0064002          Configuration Register 1
MC48_MCONTROL   0xF0064004          MBIST Control Register
MC48_MSTATUS    0xF0064006          Status Register
MC48_RANGE      0xF0064008          Range Register, single address mode
MC48_REVID      0xF006400C          Revision ID Register
MC48_ECCS       0xF006400E          ECC Safety Register
MC48_ECCD       0xF0064010          Memory ECC Detection Register
MC48_ETRR0      0xF0064012          Error Tracking Register 0
MC48_ETRR1      0xF0064014          Error Tracking Register 1
MC48_ETRR2      0xF0064016          Error Tracking Register 2
MC48_ETRR3      0xF0064018          Error Tracking Register 3
MC48_ETRR4      0xF006401A          Error Tracking Register 4
MC48_RDBFL0     0xF00640A0          Read Data and Bit Flip Register 0
MC48_RDBFL1     0xF00640A2          Read Data and Bit Flip Register 1
MC48_RDBFL2     0xF00640A4          Read Data and Bit Flip Register 2
MC48_RDBFL3     0xF00640A6          Read Data and Bit Flip Register 3
MC48_RDBFL4     0xF00640A8          Read Data and Bit Flip Register 4
MC48_RDBFL5     0xF00640AA          Read Data and Bit Flip Register 5
MC48_RDBFL6     0xF00640AC          Read Data and Bit Flip Register 6
MC48_RDBFL7     0xF00640AE          Read Data and Bit Flip Register 7
MC48_RDBFL8     0xF00640B0          Read Data and Bit Flip Register 8
MC48_RDBFL9     0xF00640B2          Read Data and Bit Flip Register 9
MC48_RDBFL10    0xF00640B4          Read Data and Bit Flip Register 10
MC48_RDBFL11    0xF00640B6          Read Data and Bit Flip Register 11
MC48_RDBFL12    0xF00640B8          Read Data and Bit Flip Register 12
MC48_RDBFL13    0xF00640BA          Read Data and Bit Flip Register 13
MC48_RDBFL14    0xF00640BC          Read Data and Bit Flip Register 14
MC48_RDBFL15    0xF00640BE          Read Data and Bit Flip Register 15
MC48_RDBFL16    0xF00640C0          Read Data and Bit Flip Register 16
MC48_RDBFL17    0xF00640C2          Read Data and Bit Flip Register 17
MC48_RDBFL18    0xF00640C4          Read Data and Bit Flip Register 18
MC48_RDBFL19    0xF00640C6          Read Data and Bit Flip Register 19
MC48_RDBFL20    0xF00640C8          Read Data and Bit Flip Register 20
MC48_RDBFL21    0xF00640CA          Read Data and Bit Flip Register 21
MC48_RDBFL22    0xF00640CC          Read Data and Bit Flip Register 22
MC48_RDBFL23    0xF00640CE          Read Data and Bit Flip Register 23
MC48_RDBFL24    0xF00640D0          Read Data and Bit Flip Register 24
MC48_RDBFL25    0xF00640D2          Read Data and Bit Flip Register 25
MC48_RDBFL26    0xF00640D4          Read Data and Bit Flip Register 26
MC48_RDBFL27    0xF00640D6          Read Data and Bit Flip Register 27
MC48_RDBFL28    0xF00640D8          Read Data and Bit Flip Register 28
MC48_RDBFL29    0xF00640DA          Read Data and Bit Flip Register 29
MC48_RDBFL30    0xF00640DC          Read Data and Bit Flip Register 30
MC48_RDBFL31    0xF00640DE          Read Data and Bit Flip Register 31
MC48_RDBFL32    0xF00640E0          Read Data and Bit Flip Register 32
MC48_RDBFL33    0xF00640E2          Read Data and Bit Flip Register 33
MC48_RDBFL34    0xF00640E4          Read Data and Bit Flip Register 34
MC48_RDBFL35    0xF00640E6          Read Data and Bit Flip Register 35
MC48_RDBFL36    0xF00640E8          Read Data and Bit Flip Register 36
MC48_RDBFL37    0xF00640EA          Read Data and Bit Flip Register 37
MC48_RDBFL38    0xF00640EC          Read Data and Bit Flip Register 38
MC48_RDBFL39    0xF00640EE          Read Data and Bit Flip Register 39
MC49_CONFIG0    0xF0064100          Configuration Register 0
MC49_CONFIG1    0xF0064102          Configuration Register 1
MC49_MCONTROL   0xF0064104          MBIST Control Register
MC49_MSTATUS    0xF0064106          Status Register
MC49_RANGE      0xF0064108          Range Register, single address mode
MC49_REVID      0xF006410C          Revision ID Register
MC49_ECCS       0xF006410E          ECC Safety Register
MC49_ECCD       0xF0064110          Memory ECC Detection Register
MC49_ETRR0      0xF0064112          Error Tracking Register 0
MC49_ETRR1      0xF0064114          Error Tracking Register 1
MC49_ETRR2      0xF0064116          Error Tracking Register 2
MC49_ETRR3      0xF0064118          Error Tracking Register 3
MC49_ETRR4      0xF006411A          Error Tracking Register 4
MC49_RDBFL0     0xF00641A0          Read Data and Bit Flip Register 0
MC49_RDBFL1     0xF00641A2          Read Data and Bit Flip Register 1
MC49_RDBFL2     0xF00641A4          Read Data and Bit Flip Register 2
MC49_RDBFL3     0xF00641A6          Read Data and Bit Flip Register 3
MC49_RDBFL4     0xF00641A8          Read Data and Bit Flip Register 4
MC49_RDBFL5     0xF00641AA          Read Data and Bit Flip Register 5
MC49_RDBFL6     0xF00641AC          Read Data and Bit Flip Register 6
MC49_RDBFL7     0xF00641AE          Read Data and Bit Flip Register 7
MC49_RDBFL8     0xF00641B0          Read Data and Bit Flip Register 8
MC49_RDBFL9     0xF00641B2          Read Data and Bit Flip Register 9
MC49_RDBFL10    0xF00641B4          Read Data and Bit Flip Register 10
MC49_RDBFL11    0xF00641B6          Read Data and Bit Flip Register 11
MC49_RDBFL12    0xF00641B8          Read Data and Bit Flip Register 12
MC49_RDBFL13    0xF00641BA          Read Data and Bit Flip Register 13
MC49_RDBFL14    0xF00641BC          Read Data and Bit Flip Register 14
MC49_RDBFL15    0xF00641BE          Read Data and Bit Flip Register 15
MC49_RDBFL16    0xF00641C0          Read Data and Bit Flip Register 16
MC49_RDBFL17    0xF00641C2          Read Data and Bit Flip Register 17
MC49_RDBFL18    0xF00641C4          Read Data and Bit Flip Register 18
MC49_RDBFL19    0xF00641C6          Read Data and Bit Flip Register 19
MC49_RDBFL20    0xF00641C8          Read Data and Bit Flip Register 20
MC49_RDBFL21    0xF00641CA          Read Data and Bit Flip Register 21
MC49_RDBFL22    0xF00641CC          Read Data and Bit Flip Register 22
MC49_RDBFL23    0xF00641CE          Read Data and Bit Flip Register 23
MC49_RDBFL24    0xF00641D0          Read Data and Bit Flip Register 24
MC49_RDBFL25    0xF00641D2          Read Data and Bit Flip Register 25
MC49_RDBFL26    0xF00641D4          Read Data and Bit Flip Register 26
MC49_RDBFL27    0xF00641D6          Read Data and Bit Flip Register 27
MC49_RDBFL28    0xF00641D8          Read Data and Bit Flip Register 28
MC49_RDBFL29    0xF00641DA          Read Data and Bit Flip Register 29
MC49_RDBFL30    0xF00641DC          Read Data and Bit Flip Register 30
MC49_RDBFL31    0xF00641DE          Read Data and Bit Flip Register 31
MC49_RDBFL32    0xF00641E0          Read Data and Bit Flip Register 32
MC49_RDBFL33    0xF00641E2          Read Data and Bit Flip Register 33
MC49_RDBFL34    0xF00641E4          Read Data and Bit Flip Register 34
MC49_RDBFL35    0xF00641E6          Read Data and Bit Flip Register 35
MC49_RDBFL36    0xF00641E8          Read Data and Bit Flip Register 36
MC49_RDBFL37    0xF00641EA          Read Data and Bit Flip Register 37
MC49_RDBFL38    0xF00641EC          Read Data and Bit Flip Register 38
MC49_RDBFL39    0xF00641EE          Read Data and Bit Flip Register 39
MC50_CONFIG0    0xF0064200          Configuration Register 0
MC50_CONFIG1    0xF0064202          Configuration Register 1
MC50_MCONTROL   0xF0064204          MBIST Control Register
MC50_MSTATUS    0xF0064206          Status Register
MC50_RANGE      0xF0064208          Range Register, single address mode
MC50_REVID      0xF006420C          Revision ID Register
MC50_ECCS       0xF006420E          ECC Safety Register
MC50_ECCD       0xF0064210          Memory ECC Detection Register
MC50_ETRR0      0xF0064212          Error Tracking Register 0
MC50_ETRR1      0xF0064214          Error Tracking Register 1
MC50_ETRR2      0xF0064216          Error Tracking Register 2
MC50_ETRR3      0xF0064218          Error Tracking Register 3
MC50_ETRR4      0xF006421A          Error Tracking Register 4
MC50_RDBFL0     0xF00642A0          Read Data and Bit Flip Register 0
MC50_RDBFL1     0xF00642A2          Read Data and Bit Flip Register 1
MC50_RDBFL2     0xF00642A4          Read Data and Bit Flip Register 2
MC50_RDBFL3     0xF00642A6          Read Data and Bit Flip Register 3
MC50_RDBFL4     0xF00642A8          Read Data and Bit Flip Register 4
MC50_RDBFL5     0xF00642AA          Read Data and Bit Flip Register 5
MC50_RDBFL6     0xF00642AC          Read Data and Bit Flip Register 6
MC50_RDBFL7     0xF00642AE          Read Data and Bit Flip Register 7
MC50_RDBFL8     0xF00642B0          Read Data and Bit Flip Register 8
MC50_RDBFL9     0xF00642B2          Read Data and Bit Flip Register 9
MC50_RDBFL10    0xF00642B4          Read Data and Bit Flip Register 10
MC50_RDBFL11    0xF00642B6          Read Data and Bit Flip Register 11
MC50_RDBFL12    0xF00642B8          Read Data and Bit Flip Register 12
MC50_RDBFL13    0xF00642BA          Read Data and Bit Flip Register 13
MC50_RDBFL14    0xF00642BC          Read Data and Bit Flip Register 14
MC50_RDBFL15    0xF00642BE          Read Data and Bit Flip Register 15
MC50_RDBFL16    0xF00642C0          Read Data and Bit Flip Register 16
MC50_RDBFL17    0xF00642C2          Read Data and Bit Flip Register 17
MC50_RDBFL18    0xF00642C4          Read Data and Bit Flip Register 18
MC50_RDBFL19    0xF00642C6          Read Data and Bit Flip Register 19
MC50_RDBFL20    0xF00642C8          Read Data and Bit Flip Register 20
MC50_RDBFL21    0xF00642CA          Read Data and Bit Flip Register 21
MC50_RDBFL22    0xF00642CC          Read Data and Bit Flip Register 22
MC50_RDBFL23    0xF00642CE          Read Data and Bit Flip Register 23
MC50_RDBFL24    0xF00642D0          Read Data and Bit Flip Register 24
MC50_RDBFL25    0xF00642D2          Read Data and Bit Flip Register 25
MC50_RDBFL26    0xF00642D4          Read Data and Bit Flip Register 26
MC50_RDBFL27    0xF00642D6          Read Data and Bit Flip Register 27
MC50_RDBFL28    0xF00642D8          Read Data and Bit Flip Register 28
MC50_RDBFL29    0xF00642DA          Read Data and Bit Flip Register 29
MC50_RDBFL30    0xF00642DC          Read Data and Bit Flip Register 30
MC50_RDBFL31    0xF00642DE          Read Data and Bit Flip Register 31
MC50_RDBFL32    0xF00642E0          Read Data and Bit Flip Register 32
MC50_RDBFL33    0xF00642E2          Read Data and Bit Flip Register 33
MC50_RDBFL34    0xF00642E4          Read Data and Bit Flip Register 34
MC50_RDBFL35    0xF00642E6          Read Data and Bit Flip Register 35
MC50_RDBFL36    0xF00642E8          Read Data and Bit Flip Register 36
MC50_RDBFL37    0xF00642EA          Read Data and Bit Flip Register 37
MC50_RDBFL38    0xF00642EC          Read Data and Bit Flip Register 38
MC50_RDBFL39    0xF00642EE          Read Data and Bit Flip Register 39
MC51_CONFIG0    0xF0064300          Configuration Register 0
MC51_CONFIG1    0xF0064302          Configuration Register 1
MC51_MCONTROL   0xF0064304          MBIST Control Register
MC51_MSTATUS    0xF0064306          Status Register
MC51_RANGE      0xF0064308          Range Register, single address mode
MC51_REVID      0xF006430C          Revision ID Register
MC51_ECCS       0xF006430E          ECC Safety Register
MC51_ECCD       0xF0064310          Memory ECC Detection Register
MC51_ETRR0      0xF0064312          Error Tracking Register 0
MC51_ETRR1      0xF0064314          Error Tracking Register 1
MC51_ETRR2      0xF0064316          Error Tracking Register 2
MC51_ETRR3      0xF0064318          Error Tracking Register 3
MC51_ETRR4      0xF006431A          Error Tracking Register 4
MC51_RDBFL0     0xF00643A0          Read Data and Bit Flip Register 0
MC51_RDBFL1     0xF00643A2          Read Data and Bit Flip Register 1
MC51_RDBFL2     0xF00643A4          Read Data and Bit Flip Register 2
MC51_RDBFL3     0xF00643A6          Read Data and Bit Flip Register 3
MC51_RDBFL4     0xF00643A8          Read Data and Bit Flip Register 4
MC51_RDBFL5     0xF00643AA          Read Data and Bit Flip Register 5
MC51_RDBFL6     0xF00643AC          Read Data and Bit Flip Register 6
MC51_RDBFL7     0xF00643AE          Read Data and Bit Flip Register 7
MC51_RDBFL8     0xF00643B0          Read Data and Bit Flip Register 8
MC51_RDBFL9     0xF00643B2          Read Data and Bit Flip Register 9
MC51_RDBFL10    0xF00643B4          Read Data and Bit Flip Register 10
MC51_RDBFL11    0xF00643B6          Read Data and Bit Flip Register 11
MC51_RDBFL12    0xF00643B8          Read Data and Bit Flip Register 12
MC51_RDBFL13    0xF00643BA          Read Data and Bit Flip Register 13
MC51_RDBFL14    0xF00643BC          Read Data and Bit Flip Register 14
MC51_RDBFL15    0xF00643BE          Read Data and Bit Flip Register 15
MC51_RDBFL16    0xF00643C0          Read Data and Bit Flip Register 16
MC51_RDBFL17    0xF00643C2          Read Data and Bit Flip Register 17
MC51_RDBFL18    0xF00643C4          Read Data and Bit Flip Register 18
MC51_RDBFL19    0xF00643C6          Read Data and Bit Flip Register 19
MC51_RDBFL20    0xF00643C8          Read Data and Bit Flip Register 20
MC51_RDBFL21    0xF00643CA          Read Data and Bit Flip Register 21
MC51_RDBFL22    0xF00643CC          Read Data and Bit Flip Register 22
MC51_RDBFL23    0xF00643CE          Read Data and Bit Flip Register 23
MC51_RDBFL24    0xF00643D0          Read Data and Bit Flip Register 24
MC51_RDBFL25    0xF00643D2          Read Data and Bit Flip Register 25
MC51_RDBFL26    0xF00643D4          Read Data and Bit Flip Register 26
MC51_RDBFL27    0xF00643D6          Read Data and Bit Flip Register 27
MC51_RDBFL28    0xF00643D8          Read Data and Bit Flip Register 28
MC51_RDBFL29    0xF00643DA          Read Data and Bit Flip Register 29
MC51_RDBFL30    0xF00643DC          Read Data and Bit Flip Register 30
MC51_RDBFL31    0xF00643DE          Read Data and Bit Flip Register 31
MC51_RDBFL32    0xF00643E0          Read Data and Bit Flip Register 32
MC51_RDBFL33    0xF00643E2          Read Data and Bit Flip Register 33
MC51_RDBFL34    0xF00643E4          Read Data and Bit Flip Register 34
MC51_RDBFL35    0xF00643E6          Read Data and Bit Flip Register 35
MC51_RDBFL36    0xF00643E8          Read Data and Bit Flip Register 36
MC51_RDBFL37    0xF00643EA          Read Data and Bit Flip Register 37
MC51_RDBFL38    0xF00643EC          Read Data and Bit Flip Register 38
MC51_RDBFL39    0xF00643EE          Read Data and Bit Flip Register 39
MC52_CONFIG0    0xF0064400          Configuration Register 0
MC52_CONFIG1    0xF0064402          Configuration Register 1
MC52_MCONTROL   0xF0064404          MBIST Control Register
MC52_MSTATUS    0xF0064406          Status Register
MC52_RANGE      0xF0064408          Range Register, single address mode
MC52_REVID      0xF006440C          Revision ID Register
MC52_ECCS       0xF006440E          ECC Safety Register
MC52_ECCD       0xF0064410          Memory ECC Detection Register
MC52_ETRR0      0xF0064412          Error Tracking Register 0
MC52_ETRR1      0xF0064414          Error Tracking Register 1
MC52_ETRR2      0xF0064416          Error Tracking Register 2
MC52_ETRR3      0xF0064418          Error Tracking Register 3
MC52_ETRR4      0xF006441A          Error Tracking Register 4
MC52_RDBFL0     0xF00644A0          Read Data and Bit Flip Register 0
MC52_RDBFL1     0xF00644A2          Read Data and Bit Flip Register 1
MC52_RDBFL2     0xF00644A4          Read Data and Bit Flip Register 2
MC52_RDBFL3     0xF00644A6          Read Data and Bit Flip Register 3
MC52_RDBFL4     0xF00644A8          Read Data and Bit Flip Register 4
MC52_RDBFL5     0xF00644AA          Read Data and Bit Flip Register 5
MC52_RDBFL6     0xF00644AC          Read Data and Bit Flip Register 6
MC52_RDBFL7     0xF00644AE          Read Data and Bit Flip Register 7
MC52_RDBFL8     0xF00644B0          Read Data and Bit Flip Register 8
MC52_RDBFL9     0xF00644B2          Read Data and Bit Flip Register 9
MC52_RDBFL10    0xF00644B4          Read Data and Bit Flip Register 10
MC52_RDBFL11    0xF00644B6          Read Data and Bit Flip Register 11
MC52_RDBFL12    0xF00644B8          Read Data and Bit Flip Register 12
MC52_RDBFL13    0xF00644BA          Read Data and Bit Flip Register 13
MC52_RDBFL14    0xF00644BC          Read Data and Bit Flip Register 14
MC52_RDBFL15    0xF00644BE          Read Data and Bit Flip Register 15
MC52_RDBFL16    0xF00644C0          Read Data and Bit Flip Register 16
MC52_RDBFL17    0xF00644C2          Read Data and Bit Flip Register 17
MC52_RDBFL18    0xF00644C4          Read Data and Bit Flip Register 18
MC52_RDBFL19    0xF00644C6          Read Data and Bit Flip Register 19
MC52_RDBFL20    0xF00644C8          Read Data and Bit Flip Register 20
MC52_RDBFL21    0xF00644CA          Read Data and Bit Flip Register 21
MC52_RDBFL22    0xF00644CC          Read Data and Bit Flip Register 22
MC52_RDBFL23    0xF00644CE          Read Data and Bit Flip Register 23
MC52_RDBFL24    0xF00644D0          Read Data and Bit Flip Register 24
MC52_RDBFL25    0xF00644D2          Read Data and Bit Flip Register 25
MC52_RDBFL26    0xF00644D4          Read Data and Bit Flip Register 26
MC52_RDBFL27    0xF00644D6          Read Data and Bit Flip Register 27
MC52_RDBFL28    0xF00644D8          Read Data and Bit Flip Register 28
MC52_RDBFL29    0xF00644DA          Read Data and Bit Flip Register 29
MC52_RDBFL30    0xF00644DC          Read Data and Bit Flip Register 30
MC52_RDBFL31    0xF00644DE          Read Data and Bit Flip Register 31
MC52_RDBFL32    0xF00644E0          Read Data and Bit Flip Register 32
MC52_RDBFL33    0xF00644E2          Read Data and Bit Flip Register 33
MC52_RDBFL34    0xF00644E4          Read Data and Bit Flip Register 34
MC52_RDBFL35    0xF00644E6          Read Data and Bit Flip Register 35
MC52_RDBFL36    0xF00644E8          Read Data and Bit Flip Register 36
MC52_RDBFL37    0xF00644EA          Read Data and Bit Flip Register 37
MC52_RDBFL38    0xF00644EC          Read Data and Bit Flip Register 38
MC52_RDBFL39    0xF00644EE          Read Data and Bit Flip Register 39
MC53_CONFIG0    0xF0064500          Configuration Register 0
MC53_CONFIG1    0xF0064502          Configuration Register 1
MC53_MCONTROL   0xF0064504          MBIST Control Register
MC53_MSTATUS    0xF0064506          Status Register
MC53_RANGE      0xF0064508          Range Register, single address mode
MC53_REVID      0xF006450C          Revision ID Register
MC53_ECCS       0xF006450E          ECC Safety Register
MC53_ECCD       0xF0064510          Memory ECC Detection Register
MC53_ETRR0      0xF0064512          Error Tracking Register 0
MC53_ETRR1      0xF0064514          Error Tracking Register 1
MC53_ETRR2      0xF0064516          Error Tracking Register 2
MC53_ETRR3      0xF0064518          Error Tracking Register 3
MC53_ETRR4      0xF006451A          Error Tracking Register 4
MC53_RDBFL0     0xF00645A0          Read Data and Bit Flip Register 0
MC53_RDBFL1     0xF00645A2          Read Data and Bit Flip Register 1
MC53_RDBFL2     0xF00645A4          Read Data and Bit Flip Register 2
MC53_RDBFL3     0xF00645A6          Read Data and Bit Flip Register 3
MC53_RDBFL4     0xF00645A8          Read Data and Bit Flip Register 4
MC53_RDBFL5     0xF00645AA          Read Data and Bit Flip Register 5
MC53_RDBFL6     0xF00645AC          Read Data and Bit Flip Register 6
MC53_RDBFL7     0xF00645AE          Read Data and Bit Flip Register 7
MC53_RDBFL8     0xF00645B0          Read Data and Bit Flip Register 8
MC53_RDBFL9     0xF00645B2          Read Data and Bit Flip Register 9
MC53_RDBFL10    0xF00645B4          Read Data and Bit Flip Register 10
MC53_RDBFL11    0xF00645B6          Read Data and Bit Flip Register 11
MC53_RDBFL12    0xF00645B8          Read Data and Bit Flip Register 12
MC53_RDBFL13    0xF00645BA          Read Data and Bit Flip Register 13
MC53_RDBFL14    0xF00645BC          Read Data and Bit Flip Register 14
MC53_RDBFL15    0xF00645BE          Read Data and Bit Flip Register 15
MC53_RDBFL16    0xF00645C0          Read Data and Bit Flip Register 16
MC53_RDBFL17    0xF00645C2          Read Data and Bit Flip Register 17
MC53_RDBFL18    0xF00645C4          Read Data and Bit Flip Register 18
MC53_RDBFL19    0xF00645C6          Read Data and Bit Flip Register 19
MC53_RDBFL20    0xF00645C8          Read Data and Bit Flip Register 20
MC53_RDBFL21    0xF00645CA          Read Data and Bit Flip Register 21
MC53_RDBFL22    0xF00645CC          Read Data and Bit Flip Register 22
MC53_RDBFL23    0xF00645CE          Read Data and Bit Flip Register 23
MC53_RDBFL24    0xF00645D0          Read Data and Bit Flip Register 24
MC53_RDBFL25    0xF00645D2          Read Data and Bit Flip Register 25
MC53_RDBFL26    0xF00645D4          Read Data and Bit Flip Register 26
MC53_RDBFL27    0xF00645D6          Read Data and Bit Flip Register 27
MC53_RDBFL28    0xF00645D8          Read Data and Bit Flip Register 28
MC53_RDBFL29    0xF00645DA          Read Data and Bit Flip Register 29
MC53_RDBFL30    0xF00645DC          Read Data and Bit Flip Register 30
MC53_RDBFL31    0xF00645DE          Read Data and Bit Flip Register 31
MC53_RDBFL32    0xF00645E0          Read Data and Bit Flip Register 32
MC53_RDBFL33    0xF00645E2          Read Data and Bit Flip Register 33
MC53_RDBFL34    0xF00645E4          Read Data and Bit Flip Register 34
MC53_RDBFL35    0xF00645E6          Read Data and Bit Flip Register 35
MC53_RDBFL36    0xF00645E8          Read Data and Bit Flip Register 36
MC53_RDBFL37    0xF00645EA          Read Data and Bit Flip Register 37
MC53_RDBFL38    0xF00645EC          Read Data and Bit Flip Register 38
MC53_RDBFL39    0xF00645EE          Read Data and Bit Flip Register 39
MC54_CONFIG0    0xF0064600          Configuration Register 0
MC54_CONFIG1    0xF0064602          Configuration Register 1
MC54_MCONTROL   0xF0064604          MBIST Control Register
MC54_MSTATUS    0xF0064606          Status Register
MC54_RANGE      0xF0064608          Range Register, single address mode
MC54_REVID      0xF006460C          Revision ID Register
MC54_ECCS       0xF006460E          ECC Safety Register
MC54_ECCD       0xF0064610          Memory ECC Detection Register
MC54_ETRR0      0xF0064612          Error Tracking Register 0
MC54_ETRR1      0xF0064614          Error Tracking Register 1
MC54_ETRR2      0xF0064616          Error Tracking Register 2
MC54_ETRR3      0xF0064618          Error Tracking Register 3
MC54_ETRR4      0xF006461A          Error Tracking Register 4
MC54_RDBFL0     0xF00646A0          Read Data and Bit Flip Register 0
MC54_RDBFL1     0xF00646A2          Read Data and Bit Flip Register 1
MC54_RDBFL2     0xF00646A4          Read Data and Bit Flip Register 2
MC54_RDBFL3     0xF00646A6          Read Data and Bit Flip Register 3
MC54_RDBFL4     0xF00646A8          Read Data and Bit Flip Register 4
MC54_RDBFL5     0xF00646AA          Read Data and Bit Flip Register 5
MC54_RDBFL6     0xF00646AC          Read Data and Bit Flip Register 6
MC54_RDBFL7     0xF00646AE          Read Data and Bit Flip Register 7
MC54_RDBFL8     0xF00646B0          Read Data and Bit Flip Register 8
MC54_RDBFL9     0xF00646B2          Read Data and Bit Flip Register 9
MC54_RDBFL10    0xF00646B4          Read Data and Bit Flip Register 10
MC54_RDBFL11    0xF00646B6          Read Data and Bit Flip Register 11
MC54_RDBFL12    0xF00646B8          Read Data and Bit Flip Register 12
MC54_RDBFL13    0xF00646BA          Read Data and Bit Flip Register 13
MC54_RDBFL14    0xF00646BC          Read Data and Bit Flip Register 14
MC54_RDBFL15    0xF00646BE          Read Data and Bit Flip Register 15
MC54_RDBFL16    0xF00646C0          Read Data and Bit Flip Register 16
MC54_RDBFL17    0xF00646C2          Read Data and Bit Flip Register 17
MC54_RDBFL18    0xF00646C4          Read Data and Bit Flip Register 18
MC54_RDBFL19    0xF00646C6          Read Data and Bit Flip Register 19
MC54_RDBFL20    0xF00646C8          Read Data and Bit Flip Register 20
MC54_RDBFL21    0xF00646CA          Read Data and Bit Flip Register 21
MC54_RDBFL22    0xF00646CC          Read Data and Bit Flip Register 22
MC54_RDBFL23    0xF00646CE          Read Data and Bit Flip Register 23
MC54_RDBFL24    0xF00646D0          Read Data and Bit Flip Register 24
MC54_RDBFL25    0xF00646D2          Read Data and Bit Flip Register 25
MC54_RDBFL26    0xF00646D4          Read Data and Bit Flip Register 26
MC54_RDBFL27    0xF00646D6          Read Data and Bit Flip Register 27
MC54_RDBFL28    0xF00646D8          Read Data and Bit Flip Register 28
MC54_RDBFL29    0xF00646DA          Read Data and Bit Flip Register 29
MC54_RDBFL30    0xF00646DC          Read Data and Bit Flip Register 30
MC54_RDBFL31    0xF00646DE          Read Data and Bit Flip Register 31
MC54_RDBFL32    0xF00646E0          Read Data and Bit Flip Register 32
MC54_RDBFL33    0xF00646E2          Read Data and Bit Flip Register 33
MC54_RDBFL34    0xF00646E4          Read Data and Bit Flip Register 34
MC54_RDBFL35    0xF00646E6          Read Data and Bit Flip Register 35
MC54_RDBFL36    0xF00646E8          Read Data and Bit Flip Register 36
MC54_RDBFL37    0xF00646EA          Read Data and Bit Flip Register 37
MC54_RDBFL38    0xF00646EC          Read Data and Bit Flip Register 38
MC54_RDBFL39    0xF00646EE          Read Data and Bit Flip Register 39
MC55_CONFIG0    0xF0064700          Configuration Register 0
MC55_CONFIG1    0xF0064702          Configuration Register 1
MC55_MCONTROL   0xF0064704          MBIST Control Register
MC55_MSTATUS    0xF0064706          Status Register
MC55_RANGE      0xF0064708          Range Register, single address mode
MC55_REVID      0xF006470C          Revision ID Register
MC55_ECCS       0xF006470E          ECC Safety Register
MC55_ECCD       0xF0064710          Memory ECC Detection Register
MC55_ETRR0      0xF0064712          Error Tracking Register 0
MC55_ETRR1      0xF0064714          Error Tracking Register 1
MC55_ETRR2      0xF0064716          Error Tracking Register 2
MC55_ETRR3      0xF0064718          Error Tracking Register 3
MC55_ETRR4      0xF006471A          Error Tracking Register 4
MC55_RDBFL0     0xF00647A0          Read Data and Bit Flip Register 0
MC55_RDBFL1     0xF00647A2          Read Data and Bit Flip Register 1
MC55_RDBFL2     0xF00647A4          Read Data and Bit Flip Register 2
MC55_RDBFL3     0xF00647A6          Read Data and Bit Flip Register 3
MC55_RDBFL4     0xF00647A8          Read Data and Bit Flip Register 4
MC55_RDBFL5     0xF00647AA          Read Data and Bit Flip Register 5
MC55_RDBFL6     0xF00647AC          Read Data and Bit Flip Register 6
MC55_RDBFL7     0xF00647AE          Read Data and Bit Flip Register 7
MC55_RDBFL8     0xF00647B0          Read Data and Bit Flip Register 8
MC55_RDBFL9     0xF00647B2          Read Data and Bit Flip Register 9
MC55_RDBFL10    0xF00647B4          Read Data and Bit Flip Register 10
MC55_RDBFL11    0xF00647B6          Read Data and Bit Flip Register 11
MC55_RDBFL12    0xF00647B8          Read Data and Bit Flip Register 12
MC55_RDBFL13    0xF00647BA          Read Data and Bit Flip Register 13
MC55_RDBFL14    0xF00647BC          Read Data and Bit Flip Register 14
MC55_RDBFL15    0xF00647BE          Read Data and Bit Flip Register 15
MC55_RDBFL16    0xF00647C0          Read Data and Bit Flip Register 16
MC55_RDBFL17    0xF00647C2          Read Data and Bit Flip Register 17
MC55_RDBFL18    0xF00647C4          Read Data and Bit Flip Register 18
MC55_RDBFL19    0xF00647C6          Read Data and Bit Flip Register 19
MC55_RDBFL20    0xF00647C8          Read Data and Bit Flip Register 20
MC55_RDBFL21    0xF00647CA          Read Data and Bit Flip Register 21
MC55_RDBFL22    0xF00647CC          Read Data and Bit Flip Register 22
MC55_RDBFL23    0xF00647CE          Read Data and Bit Flip Register 23
MC55_RDBFL24    0xF00647D0          Read Data and Bit Flip Register 24
MC55_RDBFL25    0xF00647D2          Read Data and Bit Flip Register 25
MC55_RDBFL26    0xF00647D4          Read Data and Bit Flip Register 26
MC55_RDBFL27    0xF00647D6          Read Data and Bit Flip Register 27
MC55_RDBFL28    0xF00647D8          Read Data and Bit Flip Register 28
MC55_RDBFL29    0xF00647DA          Read Data and Bit Flip Register 29
MC55_RDBFL30    0xF00647DC          Read Data and Bit Flip Register 30
MC55_RDBFL31    0xF00647DE          Read Data and Bit Flip Register 31
MC55_RDBFL32    0xF00647E0          Read Data and Bit Flip Register 32
MC55_RDBFL33    0xF00647E2          Read Data and Bit Flip Register 33
MC55_RDBFL34    0xF00647E4          Read Data and Bit Flip Register 34
MC55_RDBFL35    0xF00647E6          Read Data and Bit Flip Register 35
MC55_RDBFL36    0xF00647E8          Read Data and Bit Flip Register 36
MC55_RDBFL37    0xF00647EA          Read Data and Bit Flip Register 37
MC55_RDBFL38    0xF00647EC          Read Data and Bit Flip Register 38
MC55_RDBFL39    0xF00647EE          Read Data and Bit Flip Register 39
MC56_CONFIG0    0xF0064800          Configuration Register 0
MC56_CONFIG1    0xF0064802          Configuration Register 1
MC56_MCONTROL   0xF0064804          MBIST Control Register
MC56_MSTATUS    0xF0064806          Status Register
MC56_RANGE      0xF0064808          Range Register, single address mode
MC56_REVID      0xF006480C          Revision ID Register
MC56_ECCS       0xF006480E          ECC Safety Register
MC56_ECCD       0xF0064810          Memory ECC Detection Register
MC56_ETRR0      0xF0064812          Error Tracking Register 0
MC56_ETRR1      0xF0064814          Error Tracking Register 1
MC56_ETRR2      0xF0064816          Error Tracking Register 2
MC56_ETRR3      0xF0064818          Error Tracking Register 3
MC56_ETRR4      0xF006481A          Error Tracking Register 4
MC56_RDBFL0     0xF00648A0          Read Data and Bit Flip Register 0
MC56_RDBFL1     0xF00648A2          Read Data and Bit Flip Register 1
MC56_RDBFL2     0xF00648A4          Read Data and Bit Flip Register 2
MC56_RDBFL3     0xF00648A6          Read Data and Bit Flip Register 3
MC56_RDBFL4     0xF00648A8          Read Data and Bit Flip Register 4
MC56_RDBFL5     0xF00648AA          Read Data and Bit Flip Register 5
MC56_RDBFL6     0xF00648AC          Read Data and Bit Flip Register 6
MC56_RDBFL7     0xF00648AE          Read Data and Bit Flip Register 7
MC56_RDBFL8     0xF00648B0          Read Data and Bit Flip Register 8
MC56_RDBFL9     0xF00648B2          Read Data and Bit Flip Register 9
MC56_RDBFL10    0xF00648B4          Read Data and Bit Flip Register 10
MC56_RDBFL11    0xF00648B6          Read Data and Bit Flip Register 11
MC56_RDBFL12    0xF00648B8          Read Data and Bit Flip Register 12
MC56_RDBFL13    0xF00648BA          Read Data and Bit Flip Register 13
MC56_RDBFL14    0xF00648BC          Read Data and Bit Flip Register 14
MC56_RDBFL15    0xF00648BE          Read Data and Bit Flip Register 15
MC56_RDBFL16    0xF00648C0          Read Data and Bit Flip Register 16
MC56_RDBFL17    0xF00648C2          Read Data and Bit Flip Register 17
MC56_RDBFL18    0xF00648C4          Read Data and Bit Flip Register 18
MC56_RDBFL19    0xF00648C6          Read Data and Bit Flip Register 19
MC56_RDBFL20    0xF00648C8          Read Data and Bit Flip Register 20
MC56_RDBFL21    0xF00648CA          Read Data and Bit Flip Register 21
MC56_RDBFL22    0xF00648CC          Read Data and Bit Flip Register 22
MC56_RDBFL23    0xF00648CE          Read Data and Bit Flip Register 23
MC56_RDBFL24    0xF00648D0          Read Data and Bit Flip Register 24
MC56_RDBFL25    0xF00648D2          Read Data and Bit Flip Register 25
MC56_RDBFL26    0xF00648D4          Read Data and Bit Flip Register 26
MC56_RDBFL27    0xF00648D6          Read Data and Bit Flip Register 27
MC56_RDBFL28    0xF00648D8          Read Data and Bit Flip Register 28
MC56_RDBFL29    0xF00648DA          Read Data and Bit Flip Register 29
MC56_RDBFL30    0xF00648DC          Read Data and Bit Flip Register 30
MC56_RDBFL31    0xF00648DE          Read Data and Bit Flip Register 31
MC56_RDBFL32    0xF00648E0          Read Data and Bit Flip Register 32
MC56_RDBFL33    0xF00648E2          Read Data and Bit Flip Register 33
MC56_RDBFL34    0xF00648E4          Read Data and Bit Flip Register 34
MC56_RDBFL35    0xF00648E6          Read Data and Bit Flip Register 35
MC56_RDBFL36    0xF00648E8          Read Data and Bit Flip Register 36
MC56_RDBFL37    0xF00648EA          Read Data and Bit Flip Register 37
MC56_RDBFL38    0xF00648EC          Read Data and Bit Flip Register 38
MC56_RDBFL39    0xF00648EE          Read Data and Bit Flip Register 39
MC57_CONFIG0    0xF0064900          Configuration Register 0
MC57_CONFIG1    0xF0064902          Configuration Register 1
MC57_MCONTROL   0xF0064904          MBIST Control Register
MC57_MSTATUS    0xF0064906          Status Register
MC57_RANGE      0xF0064908          Range Register, single address mode
MC57_REVID      0xF006490C          Revision ID Register
MC57_ECCS       0xF006490E          ECC Safety Register
MC57_ECCD       0xF0064910          Memory ECC Detection Register
MC57_ETRR0      0xF0064912          Error Tracking Register 0
MC57_ETRR1      0xF0064914          Error Tracking Register 1
MC57_ETRR2      0xF0064916          Error Tracking Register 2
MC57_ETRR3      0xF0064918          Error Tracking Register 3
MC57_ETRR4      0xF006491A          Error Tracking Register 4
MC57_RDBFL0     0xF00649A0          Read Data and Bit Flip Register 0
MC57_RDBFL1     0xF00649A2          Read Data and Bit Flip Register 1
MC57_RDBFL2     0xF00649A4          Read Data and Bit Flip Register 2
MC57_RDBFL3     0xF00649A6          Read Data and Bit Flip Register 3
MC57_RDBFL4     0xF00649A8          Read Data and Bit Flip Register 4
MC57_RDBFL5     0xF00649AA          Read Data and Bit Flip Register 5
MC57_RDBFL6     0xF00649AC          Read Data and Bit Flip Register 6
MC57_RDBFL7     0xF00649AE          Read Data and Bit Flip Register 7
MC57_RDBFL8     0xF00649B0          Read Data and Bit Flip Register 8
MC57_RDBFL9     0xF00649B2          Read Data and Bit Flip Register 9
MC57_RDBFL10    0xF00649B4          Read Data and Bit Flip Register 10
MC57_RDBFL11    0xF00649B6          Read Data and Bit Flip Register 11
MC57_RDBFL12    0xF00649B8          Read Data and Bit Flip Register 12
MC57_RDBFL13    0xF00649BA          Read Data and Bit Flip Register 13
MC57_RDBFL14    0xF00649BC          Read Data and Bit Flip Register 14
MC57_RDBFL15    0xF00649BE          Read Data and Bit Flip Register 15
MC57_RDBFL16    0xF00649C0          Read Data and Bit Flip Register 16
MC57_RDBFL17    0xF00649C2          Read Data and Bit Flip Register 17
MC57_RDBFL18    0xF00649C4          Read Data and Bit Flip Register 18
MC57_RDBFL19    0xF00649C6          Read Data and Bit Flip Register 19
MC57_RDBFL20    0xF00649C8          Read Data and Bit Flip Register 20
MC57_RDBFL21    0xF00649CA          Read Data and Bit Flip Register 21
MC57_RDBFL22    0xF00649CC          Read Data and Bit Flip Register 22
MC57_RDBFL23    0xF00649CE          Read Data and Bit Flip Register 23
MC57_RDBFL24    0xF00649D0          Read Data and Bit Flip Register 24
MC57_RDBFL25    0xF00649D2          Read Data and Bit Flip Register 25
MC57_RDBFL26    0xF00649D4          Read Data and Bit Flip Register 26
MC57_RDBFL27    0xF00649D6          Read Data and Bit Flip Register 27
MC57_RDBFL28    0xF00649D8          Read Data and Bit Flip Register 28
MC57_RDBFL29    0xF00649DA          Read Data and Bit Flip Register 29
MC57_RDBFL30    0xF00649DC          Read Data and Bit Flip Register 30
MC57_RDBFL31    0xF00649DE          Read Data and Bit Flip Register 31
MC57_RDBFL32    0xF00649E0          Read Data and Bit Flip Register 32
MC57_RDBFL33    0xF00649E2          Read Data and Bit Flip Register 33
MC57_RDBFL34    0xF00649E4          Read Data and Bit Flip Register 34
MC57_RDBFL35    0xF00649E6          Read Data and Bit Flip Register 35
MC57_RDBFL36    0xF00649E8          Read Data and Bit Flip Register 36
MC57_RDBFL37    0xF00649EA          Read Data and Bit Flip Register 37
MC57_RDBFL38    0xF00649EC          Read Data and Bit Flip Register 38
MC57_RDBFL39    0xF00649EE          Read Data and Bit Flip Register 39
MC58_CONFIG0    0xF0064A00          Configuration Register 0
MC58_CONFIG1    0xF0064A02          Configuration Register 1
MC58_MCONTROL   0xF0064A04          MBIST Control Register
MC58_MSTATUS    0xF0064A06          Status Register
MC58_RANGE      0xF0064A08          Range Register, single address mode
MC58_REVID      0xF0064A0C          Revision ID Register
MC58_ECCS       0xF0064A0E          ECC Safety Register
MC58_ECCD       0xF0064A10          Memory ECC Detection Register
MC58_ETRR0      0xF0064A12          Error Tracking Register 0
MC58_ETRR1      0xF0064A14          Error Tracking Register 1
MC58_ETRR2      0xF0064A16          Error Tracking Register 2
MC58_ETRR3      0xF0064A18          Error Tracking Register 3
MC58_ETRR4      0xF0064A1A          Error Tracking Register 4
MC58_RDBFL0     0xF0064AA0          Read Data and Bit Flip Register 0
MC58_RDBFL1     0xF0064AA2          Read Data and Bit Flip Register 1
MC58_RDBFL2     0xF0064AA4          Read Data and Bit Flip Register 2
MC58_RDBFL3     0xF0064AA6          Read Data and Bit Flip Register 3
MC58_RDBFL4     0xF0064AA8          Read Data and Bit Flip Register 4
MC58_RDBFL5     0xF0064AAA          Read Data and Bit Flip Register 5
MC58_RDBFL6     0xF0064AAC          Read Data and Bit Flip Register 6
MC58_RDBFL7     0xF0064AAE          Read Data and Bit Flip Register 7
MC58_RDBFL8     0xF0064AB0          Read Data and Bit Flip Register 8
MC58_RDBFL9     0xF0064AB2          Read Data and Bit Flip Register 9
MC58_RDBFL10    0xF0064AB4          Read Data and Bit Flip Register 10
MC58_RDBFL11    0xF0064AB6          Read Data and Bit Flip Register 11
MC58_RDBFL12    0xF0064AB8          Read Data and Bit Flip Register 12
MC58_RDBFL13    0xF0064ABA          Read Data and Bit Flip Register 13
MC58_RDBFL14    0xF0064ABC          Read Data and Bit Flip Register 14
MC58_RDBFL15    0xF0064ABE          Read Data and Bit Flip Register 15
MC58_RDBFL16    0xF0064AC0          Read Data and Bit Flip Register 16
MC58_RDBFL17    0xF0064AC2          Read Data and Bit Flip Register 17
MC58_RDBFL18    0xF0064AC4          Read Data and Bit Flip Register 18
MC58_RDBFL19    0xF0064AC6          Read Data and Bit Flip Register 19
MC58_RDBFL20    0xF0064AC8          Read Data and Bit Flip Register 20
MC58_RDBFL21    0xF0064ACA          Read Data and Bit Flip Register 21
MC58_RDBFL22    0xF0064ACC          Read Data and Bit Flip Register 22
MC58_RDBFL23    0xF0064ACE          Read Data and Bit Flip Register 23
MC58_RDBFL24    0xF0064AD0          Read Data and Bit Flip Register 24
MC58_RDBFL25    0xF0064AD2          Read Data and Bit Flip Register 25
MC58_RDBFL26    0xF0064AD4          Read Data and Bit Flip Register 26
MC58_RDBFL27    0xF0064AD6          Read Data and Bit Flip Register 27
MC58_RDBFL28    0xF0064AD8          Read Data and Bit Flip Register 28
MC58_RDBFL29    0xF0064ADA          Read Data and Bit Flip Register 29
MC58_RDBFL30    0xF0064ADC          Read Data and Bit Flip Register 30
MC58_RDBFL31    0xF0064ADE          Read Data and Bit Flip Register 31
MC58_RDBFL32    0xF0064AE0          Read Data and Bit Flip Register 32
MC58_RDBFL33    0xF0064AE2          Read Data and Bit Flip Register 33
MC58_RDBFL34    0xF0064AE4          Read Data and Bit Flip Register 34
MC58_RDBFL35    0xF0064AE6          Read Data and Bit Flip Register 35
MC58_RDBFL36    0xF0064AE8          Read Data and Bit Flip Register 36
MC58_RDBFL37    0xF0064AEA          Read Data and Bit Flip Register 37
MC58_RDBFL38    0xF0064AEC          Read Data and Bit Flip Register 38
MC58_RDBFL39    0xF0064AEE          Read Data and Bit Flip Register 39
MC59_CONFIG0    0xF0064B00          Configuration Register 0
MC59_CONFIG1    0xF0064B02          Configuration Register 1
MC59_MCONTROL   0xF0064B04          MBIST Control Register
MC59_MSTATUS    0xF0064B06          Status Register
MC59_RANGE      0xF0064B08          Range Register, single address mode
MC59_REVID      0xF0064B0C          Revision ID Register
MC59_ECCS       0xF0064B0E          ECC Safety Register
MC59_ECCD       0xF0064B10          Memory ECC Detection Register
MC59_ETRR0      0xF0064B12          Error Tracking Register 0
MC59_ETRR1      0xF0064B14          Error Tracking Register 1
MC59_ETRR2      0xF0064B16          Error Tracking Register 2
MC59_ETRR3      0xF0064B18          Error Tracking Register 3
MC59_ETRR4      0xF0064B1A          Error Tracking Register 4
MC59_RDBFL0     0xF0064BA0          Read Data and Bit Flip Register 0
MC59_RDBFL1     0xF0064BA2          Read Data and Bit Flip Register 1
MC59_RDBFL2     0xF0064BA4          Read Data and Bit Flip Register 2
MC59_RDBFL3     0xF0064BA6          Read Data and Bit Flip Register 3
MC59_RDBFL4     0xF0064BA8          Read Data and Bit Flip Register 4
MC59_RDBFL5     0xF0064BAA          Read Data and Bit Flip Register 5
MC59_RDBFL6     0xF0064BAC          Read Data and Bit Flip Register 6
MC59_RDBFL7     0xF0064BAE          Read Data and Bit Flip Register 7
MC59_RDBFL8     0xF0064BB0          Read Data and Bit Flip Register 8
MC59_RDBFL9     0xF0064BB2          Read Data and Bit Flip Register 9
MC59_RDBFL10    0xF0064BB4          Read Data and Bit Flip Register 10
MC59_RDBFL11    0xF0064BB6          Read Data and Bit Flip Register 11
MC59_RDBFL12    0xF0064BB8          Read Data and Bit Flip Register 12
MC59_RDBFL13    0xF0064BBA          Read Data and Bit Flip Register 13
MC59_RDBFL14    0xF0064BBC          Read Data and Bit Flip Register 14
MC59_RDBFL15    0xF0064BBE          Read Data and Bit Flip Register 15
MC59_RDBFL16    0xF0064BC0          Read Data and Bit Flip Register 16
MC59_RDBFL17    0xF0064BC2          Read Data and Bit Flip Register 17
MC59_RDBFL18    0xF0064BC4          Read Data and Bit Flip Register 18
MC59_RDBFL19    0xF0064BC6          Read Data and Bit Flip Register 19
MC59_RDBFL20    0xF0064BC8          Read Data and Bit Flip Register 20
MC59_RDBFL21    0xF0064BCA          Read Data and Bit Flip Register 21
MC59_RDBFL22    0xF0064BCC          Read Data and Bit Flip Register 22
MC59_RDBFL23    0xF0064BCE          Read Data and Bit Flip Register 23
MC59_RDBFL24    0xF0064BD0          Read Data and Bit Flip Register 24
MC59_RDBFL25    0xF0064BD2          Read Data and Bit Flip Register 25
MC59_RDBFL26    0xF0064BD4          Read Data and Bit Flip Register 26
MC59_RDBFL27    0xF0064BD6          Read Data and Bit Flip Register 27
MC59_RDBFL28    0xF0064BD8          Read Data and Bit Flip Register 28
MC59_RDBFL29    0xF0064BDA          Read Data and Bit Flip Register 29
MC59_RDBFL30    0xF0064BDC          Read Data and Bit Flip Register 30
MC59_RDBFL31    0xF0064BDE          Read Data and Bit Flip Register 31
MC59_RDBFL32    0xF0064BE0          Read Data and Bit Flip Register 32
MC59_RDBFL33    0xF0064BE2          Read Data and Bit Flip Register 33
MC59_RDBFL34    0xF0064BE4          Read Data and Bit Flip Register 34
MC59_RDBFL35    0xF0064BE6          Read Data and Bit Flip Register 35
MC59_RDBFL36    0xF0064BE8          Read Data and Bit Flip Register 36
MC59_RDBFL37    0xF0064BEA          Read Data and Bit Flip Register 37
MC59_RDBFL38    0xF0064BEC          Read Data and Bit Flip Register 38
MC59_RDBFL39    0xF0064BEE          Read Data and Bit Flip Register 39
MC60_CONFIG0    0xF0064C00          Configuration Register 0
MC60_CONFIG1    0xF0064C02          Configuration Register 1
MC60_MCONTROL   0xF0064C04          MBIST Control Register
MC60_MSTATUS    0xF0064C06          Status Register
MC60_RANGE      0xF0064C08          Range Register, single address mode
MC60_REVID      0xF0064C0C          Revision ID Register
MC60_ECCS       0xF0064C0E          ECC Safety Register
MC60_ECCD       0xF0064C10          Memory ECC Detection Register
MC60_ETRR0      0xF0064C12          Error Tracking Register 0
MC60_ETRR1      0xF0064C14          Error Tracking Register 1
MC60_ETRR2      0xF0064C16          Error Tracking Register 2
MC60_ETRR3      0xF0064C18          Error Tracking Register 3
MC60_ETRR4      0xF0064C1A          Error Tracking Register 4
MC60_RDBFL0     0xF0064CA0          Read Data and Bit Flip Register 0
MC60_RDBFL1     0xF0064CA2          Read Data and Bit Flip Register 1
MC60_RDBFL2     0xF0064CA4          Read Data and Bit Flip Register 2
MC60_RDBFL3     0xF0064CA6          Read Data and Bit Flip Register 3
MC60_RDBFL4     0xF0064CA8          Read Data and Bit Flip Register 4
MC60_RDBFL5     0xF0064CAA          Read Data and Bit Flip Register 5
MC60_RDBFL6     0xF0064CAC          Read Data and Bit Flip Register 6
MC60_RDBFL7     0xF0064CAE          Read Data and Bit Flip Register 7
MC60_RDBFL8     0xF0064CB0          Read Data and Bit Flip Register 8
MC60_RDBFL9     0xF0064CB2          Read Data and Bit Flip Register 9
MC60_RDBFL10    0xF0064CB4          Read Data and Bit Flip Register 10
MC60_RDBFL11    0xF0064CB6          Read Data and Bit Flip Register 11
MC60_RDBFL12    0xF0064CB8          Read Data and Bit Flip Register 12
MC60_RDBFL13    0xF0064CBA          Read Data and Bit Flip Register 13
MC60_RDBFL14    0xF0064CBC          Read Data and Bit Flip Register 14
MC60_RDBFL15    0xF0064CBE          Read Data and Bit Flip Register 15
MC60_RDBFL16    0xF0064CC0          Read Data and Bit Flip Register 16
MC60_RDBFL17    0xF0064CC2          Read Data and Bit Flip Register 17
MC60_RDBFL18    0xF0064CC4          Read Data and Bit Flip Register 18
MC60_RDBFL19    0xF0064CC6          Read Data and Bit Flip Register 19
MC60_RDBFL20    0xF0064CC8          Read Data and Bit Flip Register 20
MC60_RDBFL21    0xF0064CCA          Read Data and Bit Flip Register 21
MC60_RDBFL22    0xF0064CCC          Read Data and Bit Flip Register 22
MC60_RDBFL23    0xF0064CCE          Read Data and Bit Flip Register 23
MC60_RDBFL24    0xF0064CD0          Read Data and Bit Flip Register 24
MC60_RDBFL25    0xF0064CD2          Read Data and Bit Flip Register 25
MC60_RDBFL26    0xF0064CD4          Read Data and Bit Flip Register 26
MC60_RDBFL27    0xF0064CD6          Read Data and Bit Flip Register 27
MC60_RDBFL28    0xF0064CD8          Read Data and Bit Flip Register 28
MC60_RDBFL29    0xF0064CDA          Read Data and Bit Flip Register 29
MC60_RDBFL30    0xF0064CDC          Read Data and Bit Flip Register 30
MC60_RDBFL31    0xF0064CDE          Read Data and Bit Flip Register 31
MC60_RDBFL32    0xF0064CE0          Read Data and Bit Flip Register 32
MC60_RDBFL33    0xF0064CE2          Read Data and Bit Flip Register 33
MC60_RDBFL34    0xF0064CE4          Read Data and Bit Flip Register 34
MC60_RDBFL35    0xF0064CE6          Read Data and Bit Flip Register 35
MC60_RDBFL36    0xF0064CE8          Read Data and Bit Flip Register 36
MC60_RDBFL37    0xF0064CEA          Read Data and Bit Flip Register 37
MC60_RDBFL38    0xF0064CEC          Read Data and Bit Flip Register 38
MC60_RDBFL39    0xF0064CEE          Read Data and Bit Flip Register 39
MC61_CONFIG0    0xF0064D00          Configuration Register 0
MC61_CONFIG1    0xF0064D02          Configuration Register 1
MC61_MCONTROL   0xF0064D04          MBIST Control Register
MC61_MSTATUS    0xF0064D06          Status Register
MC61_RANGE      0xF0064D08          Range Register, single address mode
MC61_REVID      0xF0064D0C          Revision ID Register
MC61_ECCS       0xF0064D0E          ECC Safety Register
MC61_ECCD       0xF0064D10          Memory ECC Detection Register
MC61_ETRR0      0xF0064D12          Error Tracking Register 0
MC61_ETRR1      0xF0064D14          Error Tracking Register 1
MC61_ETRR2      0xF0064D16          Error Tracking Register 2
MC61_ETRR3      0xF0064D18          Error Tracking Register 3
MC61_ETRR4      0xF0064D1A          Error Tracking Register 4
MC61_RDBFL0     0xF0064DA0          Read Data and Bit Flip Register 0
MC61_RDBFL1     0xF0064DA2          Read Data and Bit Flip Register 1
MC61_RDBFL2     0xF0064DA4          Read Data and Bit Flip Register 2
MC61_RDBFL3     0xF0064DA6          Read Data and Bit Flip Register 3
MC61_RDBFL4     0xF0064DA8          Read Data and Bit Flip Register 4
MC61_RDBFL5     0xF0064DAA          Read Data and Bit Flip Register 5
MC61_RDBFL6     0xF0064DAC          Read Data and Bit Flip Register 6
MC61_RDBFL7     0xF0064DAE          Read Data and Bit Flip Register 7
MC61_RDBFL8     0xF0064DB0          Read Data and Bit Flip Register 8
MC61_RDBFL9     0xF0064DB2          Read Data and Bit Flip Register 9
MC61_RDBFL10    0xF0064DB4          Read Data and Bit Flip Register 10
MC61_RDBFL11    0xF0064DB6          Read Data and Bit Flip Register 11
MC61_RDBFL12    0xF0064DB8          Read Data and Bit Flip Register 12
MC61_RDBFL13    0xF0064DBA          Read Data and Bit Flip Register 13
MC61_RDBFL14    0xF0064DBC          Read Data and Bit Flip Register 14
MC61_RDBFL15    0xF0064DBE          Read Data and Bit Flip Register 15
MC61_RDBFL16    0xF0064DC0          Read Data and Bit Flip Register 16
MC61_RDBFL17    0xF0064DC2          Read Data and Bit Flip Register 17
MC61_RDBFL18    0xF0064DC4          Read Data and Bit Flip Register 18
MC61_RDBFL19    0xF0064DC6          Read Data and Bit Flip Register 19
MC61_RDBFL20    0xF0064DC8          Read Data and Bit Flip Register 20
MC61_RDBFL21    0xF0064DCA          Read Data and Bit Flip Register 21
MC61_RDBFL22    0xF0064DCC          Read Data and Bit Flip Register 22
MC61_RDBFL23    0xF0064DCE          Read Data and Bit Flip Register 23
MC61_RDBFL24    0xF0064DD0          Read Data and Bit Flip Register 24
MC61_RDBFL25    0xF0064DD2          Read Data and Bit Flip Register 25
MC61_RDBFL26    0xF0064DD4          Read Data and Bit Flip Register 26
MC61_RDBFL27    0xF0064DD6          Read Data and Bit Flip Register 27
MC61_RDBFL28    0xF0064DD8          Read Data and Bit Flip Register 28
MC61_RDBFL29    0xF0064DDA          Read Data and Bit Flip Register 29
MC61_RDBFL30    0xF0064DDC          Read Data and Bit Flip Register 30
MC61_RDBFL31    0xF0064DDE          Read Data and Bit Flip Register 31
MC61_RDBFL32    0xF0064DE0          Read Data and Bit Flip Register 32
MC61_RDBFL33    0xF0064DE2          Read Data and Bit Flip Register 33
MC61_RDBFL34    0xF0064DE4          Read Data and Bit Flip Register 34
MC61_RDBFL35    0xF0064DE6          Read Data and Bit Flip Register 35
MC61_RDBFL36    0xF0064DE8          Read Data and Bit Flip Register 36
MC61_RDBFL37    0xF0064DEA          Read Data and Bit Flip Register 37
MC61_RDBFL38    0xF0064DEC          Read Data and Bit Flip Register 38
MC61_RDBFL39    0xF0064DEE          Read Data and Bit Flip Register 39
MC62_CONFIG0    0xF0064E00          Configuration Register 0
MC62_CONFIG1    0xF0064E02          Configuration Register 1
MC62_MCONTROL   0xF0064E04          MBIST Control Register
MC62_MSTATUS    0xF0064E06          Status Register
MC62_RANGE      0xF0064E08          Range Register, single address mode
MC62_REVID      0xF0064E0C          Revision ID Register
MC62_ECCS       0xF0064E0E          ECC Safety Register
MC62_ECCD       0xF0064E10          Memory ECC Detection Register
MC62_ETRR0      0xF0064E12          Error Tracking Register 0
MC62_ETRR1      0xF0064E14          Error Tracking Register 1
MC62_ETRR2      0xF0064E16          Error Tracking Register 2
MC62_ETRR3      0xF0064E18          Error Tracking Register 3
MC62_ETRR4      0xF0064E1A          Error Tracking Register 4
MC62_RDBFL0     0xF0064EA0          Read Data and Bit Flip Register 0
MC62_RDBFL1     0xF0064EA2          Read Data and Bit Flip Register 1
MC62_RDBFL2     0xF0064EA4          Read Data and Bit Flip Register 2
MC62_RDBFL3     0xF0064EA6          Read Data and Bit Flip Register 3
MC62_RDBFL4     0xF0064EA8          Read Data and Bit Flip Register 4
MC62_RDBFL5     0xF0064EAA          Read Data and Bit Flip Register 5
MC62_RDBFL6     0xF0064EAC          Read Data and Bit Flip Register 6
MC62_RDBFL7     0xF0064EAE          Read Data and Bit Flip Register 7
MC62_RDBFL8     0xF0064EB0          Read Data and Bit Flip Register 8
MC62_RDBFL9     0xF0064EB2          Read Data and Bit Flip Register 9
MC62_RDBFL10    0xF0064EB4          Read Data and Bit Flip Register 10
MC62_RDBFL11    0xF0064EB6          Read Data and Bit Flip Register 11
MC62_RDBFL12    0xF0064EB8          Read Data and Bit Flip Register 12
MC62_RDBFL13    0xF0064EBA          Read Data and Bit Flip Register 13
MC62_RDBFL14    0xF0064EBC          Read Data and Bit Flip Register 14
MC62_RDBFL15    0xF0064EBE          Read Data and Bit Flip Register 15
MC62_RDBFL16    0xF0064EC0          Read Data and Bit Flip Register 16
MC62_RDBFL17    0xF0064EC2          Read Data and Bit Flip Register 17
MC62_RDBFL18    0xF0064EC4          Read Data and Bit Flip Register 18
MC62_RDBFL19    0xF0064EC6          Read Data and Bit Flip Register 19
MC62_RDBFL20    0xF0064EC8          Read Data and Bit Flip Register 20
MC62_RDBFL21    0xF0064ECA          Read Data and Bit Flip Register 21
MC62_RDBFL22    0xF0064ECC          Read Data and Bit Flip Register 22
MC62_RDBFL23    0xF0064ECE          Read Data and Bit Flip Register 23
MC62_RDBFL24    0xF0064ED0          Read Data and Bit Flip Register 24
MC62_RDBFL25    0xF0064ED2          Read Data and Bit Flip Register 25
MC62_RDBFL26    0xF0064ED4          Read Data and Bit Flip Register 26
MC62_RDBFL27    0xF0064ED6          Read Data and Bit Flip Register 27
MC62_RDBFL28    0xF0064ED8          Read Data and Bit Flip Register 28
MC62_RDBFL29    0xF0064EDA          Read Data and Bit Flip Register 29
MC62_RDBFL30    0xF0064EDC          Read Data and Bit Flip Register 30
MC62_RDBFL31    0xF0064EDE          Read Data and Bit Flip Register 31
MC62_RDBFL32    0xF0064EE0          Read Data and Bit Flip Register 32
MC62_RDBFL33    0xF0064EE2          Read Data and Bit Flip Register 33
MC62_RDBFL34    0xF0064EE4          Read Data and Bit Flip Register 34
MC62_RDBFL35    0xF0064EE6          Read Data and Bit Flip Register 35
MC62_RDBFL36    0xF0064EE8          Read Data and Bit Flip Register 36
MC62_RDBFL37    0xF0064EEA          Read Data and Bit Flip Register 37
MC62_RDBFL38    0xF0064EEC          Read Data and Bit Flip Register 38
MC62_RDBFL39    0xF0064EEE          Read Data and Bit Flip Register 39
MC63_CONFIG0    0xF0064F00          Configuration Register 0
MC63_CONFIG1    0xF0064F02          Configuration Register 1
MC63_MCONTROL   0xF0064F04          MBIST Control Register
MC63_MSTATUS    0xF0064F06          Status Register
MC63_RANGE      0xF0064F08          Range Register, single address mode
MC63_REVID      0xF0064F0C          Revision ID Register
MC63_ECCS       0xF0064F0E          ECC Safety Register
MC63_ECCD       0xF0064F10          Memory ECC Detection Register
MC63_ETRR0      0xF0064F12          Error Tracking Register 0
MC63_ETRR1      0xF0064F14          Error Tracking Register 1
MC63_ETRR2      0xF0064F16          Error Tracking Register 2
MC63_ETRR3      0xF0064F18          Error Tracking Register 3
MC63_ETRR4      0xF0064F1A          Error Tracking Register 4
MC63_RDBFL0     0xF0064FA0          Read Data and Bit Flip Register 0
MC63_RDBFL1     0xF0064FA2          Read Data and Bit Flip Register 1
MC63_RDBFL2     0xF0064FA4          Read Data and Bit Flip Register 2
MC63_RDBFL3     0xF0064FA6          Read Data and Bit Flip Register 3
MC63_RDBFL4     0xF0064FA8          Read Data and Bit Flip Register 4
MC63_RDBFL5     0xF0064FAA          Read Data and Bit Flip Register 5
MC63_RDBFL6     0xF0064FAC          Read Data and Bit Flip Register 6
MC63_RDBFL7     0xF0064FAE          Read Data and Bit Flip Register 7
MC63_RDBFL8     0xF0064FB0          Read Data and Bit Flip Register 8
MC63_RDBFL9     0xF0064FB2          Read Data and Bit Flip Register 9
MC63_RDBFL10    0xF0064FB4          Read Data and Bit Flip Register 10
MC63_RDBFL11    0xF0064FB6          Read Data and Bit Flip Register 11
MC63_RDBFL12    0xF0064FB8          Read Data and Bit Flip Register 12
MC63_RDBFL13    0xF0064FBA          Read Data and Bit Flip Register 13
MC63_RDBFL14    0xF0064FBC          Read Data and Bit Flip Register 14
MC63_RDBFL15    0xF0064FBE          Read Data and Bit Flip Register 15
MC63_RDBFL16    0xF0064FC0          Read Data and Bit Flip Register 16
MC63_RDBFL17    0xF0064FC2          Read Data and Bit Flip Register 17
MC63_RDBFL18    0xF0064FC4          Read Data and Bit Flip Register 18
MC63_RDBFL19    0xF0064FC6          Read Data and Bit Flip Register 19
MC63_RDBFL20    0xF0064FC8          Read Data and Bit Flip Register 20
MC63_RDBFL21    0xF0064FCA          Read Data and Bit Flip Register 21
MC63_RDBFL22    0xF0064FCC          Read Data and Bit Flip Register 22
MC63_RDBFL23    0xF0064FCE          Read Data and Bit Flip Register 23
MC63_RDBFL24    0xF0064FD0          Read Data and Bit Flip Register 24
MC63_RDBFL25    0xF0064FD2          Read Data and Bit Flip Register 25
MC63_RDBFL26    0xF0064FD4          Read Data and Bit Flip Register 26
MC63_RDBFL27    0xF0064FD6          Read Data and Bit Flip Register 27
MC63_RDBFL28    0xF0064FD8          Read Data and Bit Flip Register 28
MC63_RDBFL29    0xF0064FDA          Read Data and Bit Flip Register 29
MC63_RDBFL30    0xF0064FDC          Read Data and Bit Flip Register 30
MC63_RDBFL31    0xF0064FDE          Read Data and Bit Flip Register 31
MC63_RDBFL32    0xF0064FE0          Read Data and Bit Flip Register 32
MC63_RDBFL33    0xF0064FE2          Read Data and Bit Flip Register 33
MC63_RDBFL34    0xF0064FE4          Read Data and Bit Flip Register 34
MC63_RDBFL35    0xF0064FE6          Read Data and Bit Flip Register 35
MC63_RDBFL36    0xF0064FE8          Read Data and Bit Flip Register 36
MC63_RDBFL37    0xF0064FEA          Read Data and Bit Flip Register 37
MC63_RDBFL38    0xF0064FEC          Read Data and Bit Flip Register 38
MC63_RDBFL39    0xF0064FEE          Read Data and Bit Flip Register 39
MC64_CONFIG0    0xF0065000          Configuration Register 0
MC64_CONFIG1    0xF0065002          Configuration Register 1
MC64_MCONTROL   0xF0065004          MBIST Control Register
MC64_MSTATUS    0xF0065006          Status Register
MC64_RANGE      0xF0065008          Range Register, single address mode
MC64_REVID      0xF006500C          Revision ID Register
MC64_ECCS       0xF006500E          ECC Safety Register
MC64_ECCD       0xF0065010          Memory ECC Detection Register
MC64_ETRR0      0xF0065012          Error Tracking Register 0
MC64_ETRR1      0xF0065014          Error Tracking Register 1
MC64_ETRR2      0xF0065016          Error Tracking Register 2
MC64_ETRR3      0xF0065018          Error Tracking Register 3
MC64_ETRR4      0xF006501A          Error Tracking Register 4
MC64_RDBFL0     0xF00650A0          Read Data and Bit Flip Register 0
MC64_RDBFL1     0xF00650A2          Read Data and Bit Flip Register 1
MC64_RDBFL2     0xF00650A4          Read Data and Bit Flip Register 2
MC64_RDBFL3     0xF00650A6          Read Data and Bit Flip Register 3
MC64_RDBFL4     0xF00650A8          Read Data and Bit Flip Register 4
MC64_RDBFL5     0xF00650AA          Read Data and Bit Flip Register 5
MC64_RDBFL6     0xF00650AC          Read Data and Bit Flip Register 6
MC64_RDBFL7     0xF00650AE          Read Data and Bit Flip Register 7
MC64_RDBFL8     0xF00650B0          Read Data and Bit Flip Register 8
MC64_RDBFL9     0xF00650B2          Read Data and Bit Flip Register 9
MC64_RDBFL10    0xF00650B4          Read Data and Bit Flip Register 10
MC64_RDBFL11    0xF00650B6          Read Data and Bit Flip Register 11
MC64_RDBFL12    0xF00650B8          Read Data and Bit Flip Register 12
MC64_RDBFL13    0xF00650BA          Read Data and Bit Flip Register 13
MC64_RDBFL14    0xF00650BC          Read Data and Bit Flip Register 14
MC64_RDBFL15    0xF00650BE          Read Data and Bit Flip Register 15
MC64_RDBFL16    0xF00650C0          Read Data and Bit Flip Register 16
MC64_RDBFL17    0xF00650C2          Read Data and Bit Flip Register 17
MC64_RDBFL18    0xF00650C4          Read Data and Bit Flip Register 18
MC64_RDBFL19    0xF00650C6          Read Data and Bit Flip Register 19
MC64_RDBFL20    0xF00650C8          Read Data and Bit Flip Register 20
MC64_RDBFL21    0xF00650CA          Read Data and Bit Flip Register 21
MC64_RDBFL22    0xF00650CC          Read Data and Bit Flip Register 22
MC64_RDBFL23    0xF00650CE          Read Data and Bit Flip Register 23
MC64_RDBFL24    0xF00650D0          Read Data and Bit Flip Register 24
MC64_RDBFL25    0xF00650D2          Read Data and Bit Flip Register 25
MC64_RDBFL26    0xF00650D4          Read Data and Bit Flip Register 26
MC64_RDBFL27    0xF00650D6          Read Data and Bit Flip Register 27
MC64_RDBFL28    0xF00650D8          Read Data and Bit Flip Register 28
MC64_RDBFL29    0xF00650DA          Read Data and Bit Flip Register 29
MC64_RDBFL30    0xF00650DC          Read Data and Bit Flip Register 30
MC64_RDBFL31    0xF00650DE          Read Data and Bit Flip Register 31
MC64_RDBFL32    0xF00650E0          Read Data and Bit Flip Register 32
MC64_RDBFL33    0xF00650E2          Read Data and Bit Flip Register 33
MC64_RDBFL34    0xF00650E4          Read Data and Bit Flip Register 34
MC64_RDBFL35    0xF00650E6          Read Data and Bit Flip Register 35
MC64_RDBFL36    0xF00650E8          Read Data and Bit Flip Register 36
MC64_RDBFL37    0xF00650EA          Read Data and Bit Flip Register 37
MC64_RDBFL38    0xF00650EC          Read Data and Bit Flip Register 38
MC64_RDBFL39    0xF00650EE          Read Data and Bit Flip Register 39
MC65_CONFIG0    0xF0065100          Configuration Register 0
MC65_CONFIG1    0xF0065102          Configuration Register 1
MC65_MCONTROL   0xF0065104          MBIST Control Register
MC65_MSTATUS    0xF0065106          Status Register
MC65_RANGE      0xF0065108          Range Register, single address mode
MC65_REVID      0xF006510C          Revision ID Register
MC65_ECCS       0xF006510E          ECC Safety Register
MC65_ECCD       0xF0065110          Memory ECC Detection Register
MC65_ETRR0      0xF0065112          Error Tracking Register 0
MC65_ETRR1      0xF0065114          Error Tracking Register 1
MC65_ETRR2      0xF0065116          Error Tracking Register 2
MC65_ETRR3      0xF0065118          Error Tracking Register 3
MC65_ETRR4      0xF006511A          Error Tracking Register 4
MC65_RDBFL0     0xF00651A0          Read Data and Bit Flip Register 0
MC65_RDBFL1     0xF00651A2          Read Data and Bit Flip Register 1
MC65_RDBFL2     0xF00651A4          Read Data and Bit Flip Register 2
MC65_RDBFL3     0xF00651A6          Read Data and Bit Flip Register 3
MC65_RDBFL4     0xF00651A8          Read Data and Bit Flip Register 4
MC65_RDBFL5     0xF00651AA          Read Data and Bit Flip Register 5
MC65_RDBFL6     0xF00651AC          Read Data and Bit Flip Register 6
MC65_RDBFL7     0xF00651AE          Read Data and Bit Flip Register 7
MC65_RDBFL8     0xF00651B0          Read Data and Bit Flip Register 8
MC65_RDBFL9     0xF00651B2          Read Data and Bit Flip Register 9
MC65_RDBFL10    0xF00651B4          Read Data and Bit Flip Register 10
MC65_RDBFL11    0xF00651B6          Read Data and Bit Flip Register 11
MC65_RDBFL12    0xF00651B8          Read Data and Bit Flip Register 12
MC65_RDBFL13    0xF00651BA          Read Data and Bit Flip Register 13
MC65_RDBFL14    0xF00651BC          Read Data and Bit Flip Register 14
MC65_RDBFL15    0xF00651BE          Read Data and Bit Flip Register 15
MC65_RDBFL16    0xF00651C0          Read Data and Bit Flip Register 16
MC65_RDBFL17    0xF00651C2          Read Data and Bit Flip Register 17
MC65_RDBFL18    0xF00651C4          Read Data and Bit Flip Register 18
MC65_RDBFL19    0xF00651C6          Read Data and Bit Flip Register 19
MC65_RDBFL20    0xF00651C8          Read Data and Bit Flip Register 20
MC65_RDBFL21    0xF00651CA          Read Data and Bit Flip Register 21
MC65_RDBFL22    0xF00651CC          Read Data and Bit Flip Register 22
MC65_RDBFL23    0xF00651CE          Read Data and Bit Flip Register 23
MC65_RDBFL24    0xF00651D0          Read Data and Bit Flip Register 24
MC65_RDBFL25    0xF00651D2          Read Data and Bit Flip Register 25
MC65_RDBFL26    0xF00651D4          Read Data and Bit Flip Register 26
MC65_RDBFL27    0xF00651D6          Read Data and Bit Flip Register 27
MC65_RDBFL28    0xF00651D8          Read Data and Bit Flip Register 28
MC65_RDBFL29    0xF00651DA          Read Data and Bit Flip Register 29
MC65_RDBFL30    0xF00651DC          Read Data and Bit Flip Register 30
MC65_RDBFL31    0xF00651DE          Read Data and Bit Flip Register 31
MC65_RDBFL32    0xF00651E0          Read Data and Bit Flip Register 32
MC65_RDBFL33    0xF00651E2          Read Data and Bit Flip Register 33
MC65_RDBFL34    0xF00651E4          Read Data and Bit Flip Register 34
MC65_RDBFL35    0xF00651E6          Read Data and Bit Flip Register 35
MC65_RDBFL36    0xF00651E8          Read Data and Bit Flip Register 36
MC65_RDBFL37    0xF00651EA          Read Data and Bit Flip Register 37
MC65_RDBFL38    0xF00651EC          Read Data and Bit Flip Register 38
MC65_RDBFL39    0xF00651EE          Read Data and Bit Flip Register 39
MC66_CONFIG0    0xF0065200          Configuration Register 0
MC66_CONFIG1    0xF0065202          Configuration Register 1
MC66_MCONTROL   0xF0065204          MBIST Control Register
MC66_MSTATUS    0xF0065206          Status Register
MC66_RANGE      0xF0065208          Range Register, single address mode
MC66_REVID      0xF006520C          Revision ID Register
MC66_ECCS       0xF006520E          ECC Safety Register
MC66_ECCD       0xF0065210          Memory ECC Detection Register
MC66_ETRR0      0xF0065212          Error Tracking Register 0
MC66_ETRR1      0xF0065214          Error Tracking Register 1
MC66_ETRR2      0xF0065216          Error Tracking Register 2
MC66_ETRR3      0xF0065218          Error Tracking Register 3
MC66_ETRR4      0xF006521A          Error Tracking Register 4
MC66_RDBFL0     0xF00652A0          Read Data and Bit Flip Register 0
MC66_RDBFL1     0xF00652A2          Read Data and Bit Flip Register 1
MC66_RDBFL2     0xF00652A4          Read Data and Bit Flip Register 2
MC66_RDBFL3     0xF00652A6          Read Data and Bit Flip Register 3
MC66_RDBFL4     0xF00652A8          Read Data and Bit Flip Register 4
MC66_RDBFL5     0xF00652AA          Read Data and Bit Flip Register 5
MC66_RDBFL6     0xF00652AC          Read Data and Bit Flip Register 6
MC66_RDBFL7     0xF00652AE          Read Data and Bit Flip Register 7
MC66_RDBFL8     0xF00652B0          Read Data and Bit Flip Register 8
MC66_RDBFL9     0xF00652B2          Read Data and Bit Flip Register 9
MC66_RDBFL10    0xF00652B4          Read Data and Bit Flip Register 10
MC66_RDBFL11    0xF00652B6          Read Data and Bit Flip Register 11
MC66_RDBFL12    0xF00652B8          Read Data and Bit Flip Register 12
MC66_RDBFL13    0xF00652BA          Read Data and Bit Flip Register 13
MC66_RDBFL14    0xF00652BC          Read Data and Bit Flip Register 14
MC66_RDBFL15    0xF00652BE          Read Data and Bit Flip Register 15
MC66_RDBFL16    0xF00652C0          Read Data and Bit Flip Register 16
MC66_RDBFL17    0xF00652C2          Read Data and Bit Flip Register 17
MC66_RDBFL18    0xF00652C4          Read Data and Bit Flip Register 18
MC66_RDBFL19    0xF00652C6          Read Data and Bit Flip Register 19
MC66_RDBFL20    0xF00652C8          Read Data and Bit Flip Register 20
MC66_RDBFL21    0xF00652CA          Read Data and Bit Flip Register 21
MC66_RDBFL22    0xF00652CC          Read Data and Bit Flip Register 22
MC66_RDBFL23    0xF00652CE          Read Data and Bit Flip Register 23
MC66_RDBFL24    0xF00652D0          Read Data and Bit Flip Register 24
MC66_RDBFL25    0xF00652D2          Read Data and Bit Flip Register 25
MC66_RDBFL26    0xF00652D4          Read Data and Bit Flip Register 26
MC66_RDBFL27    0xF00652D6          Read Data and Bit Flip Register 27
MC66_RDBFL28    0xF00652D8          Read Data and Bit Flip Register 28
MC66_RDBFL29    0xF00652DA          Read Data and Bit Flip Register 29
MC66_RDBFL30    0xF00652DC          Read Data and Bit Flip Register 30
MC66_RDBFL31    0xF00652DE          Read Data and Bit Flip Register 31
MC66_RDBFL32    0xF00652E0          Read Data and Bit Flip Register 32
MC66_RDBFL33    0xF00652E2          Read Data and Bit Flip Register 33
MC66_RDBFL34    0xF00652E4          Read Data and Bit Flip Register 34
MC66_RDBFL35    0xF00652E6          Read Data and Bit Flip Register 35
MC66_RDBFL36    0xF00652E8          Read Data and Bit Flip Register 36
MC66_RDBFL37    0xF00652EA          Read Data and Bit Flip Register 37
MC66_RDBFL38    0xF00652EC          Read Data and Bit Flip Register 38
MC66_RDBFL39    0xF00652EE          Read Data and Bit Flip Register 39
MC67_CONFIG0    0xF0065300          Configuration Register 0
MC67_CONFIG1    0xF0065302          Configuration Register 1
MC67_MCONTROL   0xF0065304          MBIST Control Register
MC67_MSTATUS    0xF0065306          Status Register
MC67_RANGE      0xF0065308          Range Register, single address mode
MC67_REVID      0xF006530C          Revision ID Register
MC67_ECCS       0xF006530E          ECC Safety Register
MC67_ECCD       0xF0065310          Memory ECC Detection Register
MC67_ETRR0      0xF0065312          Error Tracking Register 0
MC67_ETRR1      0xF0065314          Error Tracking Register 1
MC67_ETRR2      0xF0065316          Error Tracking Register 2
MC67_ETRR3      0xF0065318          Error Tracking Register 3
MC67_ETRR4      0xF006531A          Error Tracking Register 4
MC67_RDBFL0     0xF00653A0          Read Data and Bit Flip Register 0
MC67_RDBFL1     0xF00653A2          Read Data and Bit Flip Register 1
MC67_RDBFL2     0xF00653A4          Read Data and Bit Flip Register 2
MC67_RDBFL3     0xF00653A6          Read Data and Bit Flip Register 3
MC67_RDBFL4     0xF00653A8          Read Data and Bit Flip Register 4
MC67_RDBFL5     0xF00653AA          Read Data and Bit Flip Register 5
MC67_RDBFL6     0xF00653AC          Read Data and Bit Flip Register 6
MC67_RDBFL7     0xF00653AE          Read Data and Bit Flip Register 7
MC67_RDBFL8     0xF00653B0          Read Data and Bit Flip Register 8
MC67_RDBFL9     0xF00653B2          Read Data and Bit Flip Register 9
MC67_RDBFL10    0xF00653B4          Read Data and Bit Flip Register 10
MC67_RDBFL11    0xF00653B6          Read Data and Bit Flip Register 11
MC67_RDBFL12    0xF00653B8          Read Data and Bit Flip Register 12
MC67_RDBFL13    0xF00653BA          Read Data and Bit Flip Register 13
MC67_RDBFL14    0xF00653BC          Read Data and Bit Flip Register 14
MC67_RDBFL15    0xF00653BE          Read Data and Bit Flip Register 15
MC67_RDBFL16    0xF00653C0          Read Data and Bit Flip Register 16
MC67_RDBFL17    0xF00653C2          Read Data and Bit Flip Register 17
MC67_RDBFL18    0xF00653C4          Read Data and Bit Flip Register 18
MC67_RDBFL19    0xF00653C6          Read Data and Bit Flip Register 19
MC67_RDBFL20    0xF00653C8          Read Data and Bit Flip Register 20
MC67_RDBFL21    0xF00653CA          Read Data and Bit Flip Register 21
MC67_RDBFL22    0xF00653CC          Read Data and Bit Flip Register 22
MC67_RDBFL23    0xF00653CE          Read Data and Bit Flip Register 23
MC67_RDBFL24    0xF00653D0          Read Data and Bit Flip Register 24
MC67_RDBFL25    0xF00653D2          Read Data and Bit Flip Register 25
MC67_RDBFL26    0xF00653D4          Read Data and Bit Flip Register 26
MC67_RDBFL27    0xF00653D6          Read Data and Bit Flip Register 27
MC67_RDBFL28    0xF00653D8          Read Data and Bit Flip Register 28
MC67_RDBFL29    0xF00653DA          Read Data and Bit Flip Register 29
MC67_RDBFL30    0xF00653DC          Read Data and Bit Flip Register 30
MC67_RDBFL31    0xF00653DE          Read Data and Bit Flip Register 31
MC67_RDBFL32    0xF00653E0          Read Data and Bit Flip Register 32
MC67_RDBFL33    0xF00653E2          Read Data and Bit Flip Register 33
MC67_RDBFL34    0xF00653E4          Read Data and Bit Flip Register 34
MC67_RDBFL35    0xF00653E6          Read Data and Bit Flip Register 35
MC67_RDBFL36    0xF00653E8          Read Data and Bit Flip Register 36
MC67_RDBFL37    0xF00653EA          Read Data and Bit Flip Register 37
MC67_RDBFL38    0xF00653EC          Read Data and Bit Flip Register 38
MC67_RDBFL39    0xF00653EE          Read Data and Bit Flip Register 39
MC68_CONFIG0    0xF0065400          Configuration Register 0
MC68_CONFIG1    0xF0065402          Configuration Register 1
MC68_MCONTROL   0xF0065404          MBIST Control Register
MC68_MSTATUS    0xF0065406          Status Register
MC68_RANGE      0xF0065408          Range Register, single address mode
MC68_REVID      0xF006540C          Revision ID Register
MC68_ECCS       0xF006540E          ECC Safety Register
MC68_ECCD       0xF0065410          Memory ECC Detection Register
MC68_ETRR0      0xF0065412          Error Tracking Register 0
MC68_ETRR1      0xF0065414          Error Tracking Register 1
MC68_ETRR2      0xF0065416          Error Tracking Register 2
MC68_ETRR3      0xF0065418          Error Tracking Register 3
MC68_ETRR4      0xF006541A          Error Tracking Register 4
MC68_RDBFL0     0xF00654A0          Read Data and Bit Flip Register 0
MC68_RDBFL1     0xF00654A2          Read Data and Bit Flip Register 1
MC68_RDBFL2     0xF00654A4          Read Data and Bit Flip Register 2
MC68_RDBFL3     0xF00654A6          Read Data and Bit Flip Register 3
MC68_RDBFL4     0xF00654A8          Read Data and Bit Flip Register 4
MC68_RDBFL5     0xF00654AA          Read Data and Bit Flip Register 5
MC68_RDBFL6     0xF00654AC          Read Data and Bit Flip Register 6
MC68_RDBFL7     0xF00654AE          Read Data and Bit Flip Register 7
MC68_RDBFL8     0xF00654B0          Read Data and Bit Flip Register 8
MC68_RDBFL9     0xF00654B2          Read Data and Bit Flip Register 9
MC68_RDBFL10    0xF00654B4          Read Data and Bit Flip Register 10
MC68_RDBFL11    0xF00654B6          Read Data and Bit Flip Register 11
MC68_RDBFL12    0xF00654B8          Read Data and Bit Flip Register 12
MC68_RDBFL13    0xF00654BA          Read Data and Bit Flip Register 13
MC68_RDBFL14    0xF00654BC          Read Data and Bit Flip Register 14
MC68_RDBFL15    0xF00654BE          Read Data and Bit Flip Register 15
MC68_RDBFL16    0xF00654C0          Read Data and Bit Flip Register 16
MC68_RDBFL17    0xF00654C2          Read Data and Bit Flip Register 17
MC68_RDBFL18    0xF00654C4          Read Data and Bit Flip Register 18
MC68_RDBFL19    0xF00654C6          Read Data and Bit Flip Register 19
MC68_RDBFL20    0xF00654C8          Read Data and Bit Flip Register 20
MC68_RDBFL21    0xF00654CA          Read Data and Bit Flip Register 21
MC68_RDBFL22    0xF00654CC          Read Data and Bit Flip Register 22
MC68_RDBFL23    0xF00654CE          Read Data and Bit Flip Register 23
MC68_RDBFL24    0xF00654D0          Read Data and Bit Flip Register 24
MC68_RDBFL25    0xF00654D2          Read Data and Bit Flip Register 25
MC68_RDBFL26    0xF00654D4          Read Data and Bit Flip Register 26
MC68_RDBFL27    0xF00654D6          Read Data and Bit Flip Register 27
MC68_RDBFL28    0xF00654D8          Read Data and Bit Flip Register 28
MC68_RDBFL29    0xF00654DA          Read Data and Bit Flip Register 29
MC68_RDBFL30    0xF00654DC          Read Data and Bit Flip Register 30
MC68_RDBFL31    0xF00654DE          Read Data and Bit Flip Register 31
MC68_RDBFL32    0xF00654E0          Read Data and Bit Flip Register 32
MC68_RDBFL33    0xF00654E2          Read Data and Bit Flip Register 33
MC68_RDBFL34    0xF00654E4          Read Data and Bit Flip Register 34
MC68_RDBFL35    0xF00654E6          Read Data and Bit Flip Register 35
MC68_RDBFL36    0xF00654E8          Read Data and Bit Flip Register 36
MC68_RDBFL37    0xF00654EA          Read Data and Bit Flip Register 37
MC68_RDBFL38    0xF00654EC          Read Data and Bit Flip Register 38
MC68_RDBFL39    0xF00654EE          Read Data and Bit Flip Register 39
MC69_CONFIG0    0xF0065500          Configuration Register 0
MC69_CONFIG1    0xF0065502          Configuration Register 1
MC69_MCONTROL   0xF0065504          MBIST Control Register
MC69_MSTATUS    0xF0065506          Status Register
MC69_RANGE      0xF0065508          Range Register, single address mode
MC69_REVID      0xF006550C          Revision ID Register
MC69_ECCS       0xF006550E          ECC Safety Register
MC69_ECCD       0xF0065510          Memory ECC Detection Register
MC69_ETRR0      0xF0065512          Error Tracking Register 0
MC69_ETRR1      0xF0065514          Error Tracking Register 1
MC69_ETRR2      0xF0065516          Error Tracking Register 2
MC69_ETRR3      0xF0065518          Error Tracking Register 3
MC69_ETRR4      0xF006551A          Error Tracking Register 4
MC69_RDBFL0     0xF00655A0          Read Data and Bit Flip Register 0
MC69_RDBFL1     0xF00655A2          Read Data and Bit Flip Register 1
MC69_RDBFL2     0xF00655A4          Read Data and Bit Flip Register 2
MC69_RDBFL3     0xF00655A6          Read Data and Bit Flip Register 3
MC69_RDBFL4     0xF00655A8          Read Data and Bit Flip Register 4
MC69_RDBFL5     0xF00655AA          Read Data and Bit Flip Register 5
MC69_RDBFL6     0xF00655AC          Read Data and Bit Flip Register 6
MC69_RDBFL7     0xF00655AE          Read Data and Bit Flip Register 7
MC69_RDBFL8     0xF00655B0          Read Data and Bit Flip Register 8
MC69_RDBFL9     0xF00655B2          Read Data and Bit Flip Register 9
MC69_RDBFL10    0xF00655B4          Read Data and Bit Flip Register 10
MC69_RDBFL11    0xF00655B6          Read Data and Bit Flip Register 11
MC69_RDBFL12    0xF00655B8          Read Data and Bit Flip Register 12
MC69_RDBFL13    0xF00655BA          Read Data and Bit Flip Register 13
MC69_RDBFL14    0xF00655BC          Read Data and Bit Flip Register 14
MC69_RDBFL15    0xF00655BE          Read Data and Bit Flip Register 15
MC69_RDBFL16    0xF00655C0          Read Data and Bit Flip Register 16
MC69_RDBFL17    0xF00655C2          Read Data and Bit Flip Register 17
MC69_RDBFL18    0xF00655C4          Read Data and Bit Flip Register 18
MC69_RDBFL19    0xF00655C6          Read Data and Bit Flip Register 19
MC69_RDBFL20    0xF00655C8          Read Data and Bit Flip Register 20
MC69_RDBFL21    0xF00655CA          Read Data and Bit Flip Register 21
MC69_RDBFL22    0xF00655CC          Read Data and Bit Flip Register 22
MC69_RDBFL23    0xF00655CE          Read Data and Bit Flip Register 23
MC69_RDBFL24    0xF00655D0          Read Data and Bit Flip Register 24
MC69_RDBFL25    0xF00655D2          Read Data and Bit Flip Register 25
MC69_RDBFL26    0xF00655D4          Read Data and Bit Flip Register 26
MC69_RDBFL27    0xF00655D6          Read Data and Bit Flip Register 27
MC69_RDBFL28    0xF00655D8          Read Data and Bit Flip Register 28
MC69_RDBFL29    0xF00655DA          Read Data and Bit Flip Register 29
MC69_RDBFL30    0xF00655DC          Read Data and Bit Flip Register 30
MC69_RDBFL31    0xF00655DE          Read Data and Bit Flip Register 31
MC69_RDBFL32    0xF00655E0          Read Data and Bit Flip Register 32
MC69_RDBFL33    0xF00655E2          Read Data and Bit Flip Register 33
MC69_RDBFL34    0xF00655E4          Read Data and Bit Flip Register 34
MC69_RDBFL35    0xF00655E6          Read Data and Bit Flip Register 35
MC69_RDBFL36    0xF00655E8          Read Data and Bit Flip Register 36
MC69_RDBFL37    0xF00655EA          Read Data and Bit Flip Register 37
MC69_RDBFL38    0xF00655EC          Read Data and Bit Flip Register 38
MC69_RDBFL39    0xF00655EE          Read Data and Bit Flip Register 39
MC70_CONFIG0    0xF0065600          Configuration Register 0
MC70_CONFIG1    0xF0065602          Configuration Register 1
MC70_MCONTROL   0xF0065604          MBIST Control Register
MC70_MSTATUS    0xF0065606          Status Register
MC70_RANGE      0xF0065608          Range Register, single address mode
MC70_REVID      0xF006560C          Revision ID Register
MC70_ECCS       0xF006560E          ECC Safety Register
MC70_ECCD       0xF0065610          Memory ECC Detection Register
MC70_ETRR0      0xF0065612          Error Tracking Register 0
MC70_ETRR1      0xF0065614          Error Tracking Register 1
MC70_ETRR2      0xF0065616          Error Tracking Register 2
MC70_ETRR3      0xF0065618          Error Tracking Register 3
MC70_ETRR4      0xF006561A          Error Tracking Register 4
MC70_RDBFL0     0xF00656A0          Read Data and Bit Flip Register 0
MC70_RDBFL1     0xF00656A2          Read Data and Bit Flip Register 1
MC70_RDBFL2     0xF00656A4          Read Data and Bit Flip Register 2
MC70_RDBFL3     0xF00656A6          Read Data and Bit Flip Register 3
MC70_RDBFL4     0xF00656A8          Read Data and Bit Flip Register 4
MC70_RDBFL5     0xF00656AA          Read Data and Bit Flip Register 5
MC70_RDBFL6     0xF00656AC          Read Data and Bit Flip Register 6
MC70_RDBFL7     0xF00656AE          Read Data and Bit Flip Register 7
MC70_RDBFL8     0xF00656B0          Read Data and Bit Flip Register 8
MC70_RDBFL9     0xF00656B2          Read Data and Bit Flip Register 9
MC70_RDBFL10    0xF00656B4          Read Data and Bit Flip Register 10
MC70_RDBFL11    0xF00656B6          Read Data and Bit Flip Register 11
MC70_RDBFL12    0xF00656B8          Read Data and Bit Flip Register 12
MC70_RDBFL13    0xF00656BA          Read Data and Bit Flip Register 13
MC70_RDBFL14    0xF00656BC          Read Data and Bit Flip Register 14
MC70_RDBFL15    0xF00656BE          Read Data and Bit Flip Register 15
MC70_RDBFL16    0xF00656C0          Read Data and Bit Flip Register 16
MC70_RDBFL17    0xF00656C2          Read Data and Bit Flip Register 17
MC70_RDBFL18    0xF00656C4          Read Data and Bit Flip Register 18
MC70_RDBFL19    0xF00656C6          Read Data and Bit Flip Register 19
MC70_RDBFL20    0xF00656C8          Read Data and Bit Flip Register 20
MC70_RDBFL21    0xF00656CA          Read Data and Bit Flip Register 21
MC70_RDBFL22    0xF00656CC          Read Data and Bit Flip Register 22
MC70_RDBFL23    0xF00656CE          Read Data and Bit Flip Register 23
MC70_RDBFL24    0xF00656D0          Read Data and Bit Flip Register 24
MC70_RDBFL25    0xF00656D2          Read Data and Bit Flip Register 25
MC70_RDBFL26    0xF00656D4          Read Data and Bit Flip Register 26
MC70_RDBFL27    0xF00656D6          Read Data and Bit Flip Register 27
MC70_RDBFL28    0xF00656D8          Read Data and Bit Flip Register 28
MC70_RDBFL29    0xF00656DA          Read Data and Bit Flip Register 29
MC70_RDBFL30    0xF00656DC          Read Data and Bit Flip Register 30
MC70_RDBFL31    0xF00656DE          Read Data and Bit Flip Register 31
MC70_RDBFL32    0xF00656E0          Read Data and Bit Flip Register 32
MC70_RDBFL33    0xF00656E2          Read Data and Bit Flip Register 33
MC70_RDBFL34    0xF00656E4          Read Data and Bit Flip Register 34
MC70_RDBFL35    0xF00656E6          Read Data and Bit Flip Register 35
MC70_RDBFL36    0xF00656E8          Read Data and Bit Flip Register 36
MC70_RDBFL37    0xF00656EA          Read Data and Bit Flip Register 37
MC70_RDBFL38    0xF00656EC          Read Data and Bit Flip Register 38
MC70_RDBFL39    0xF00656EE          Read Data and Bit Flip Register 39
MC71_CONFIG0    0xF0065700          Configuration Register 0
MC71_CONFIG1    0xF0065702          Configuration Register 1
MC71_MCONTROL   0xF0065704          MBIST Control Register
MC71_MSTATUS    0xF0065706          Status Register
MC71_RANGE      0xF0065708          Range Register, single address mode
MC71_REVID      0xF006570C          Revision ID Register
MC71_ECCS       0xF006570E          ECC Safety Register
MC71_ECCD       0xF0065710          Memory ECC Detection Register
MC71_ETRR0      0xF0065712          Error Tracking Register 0
MC71_ETRR1      0xF0065714          Error Tracking Register 1
MC71_ETRR2      0xF0065716          Error Tracking Register 2
MC71_ETRR3      0xF0065718          Error Tracking Register 3
MC71_ETRR4      0xF006571A          Error Tracking Register 4
MC71_RDBFL0     0xF00657A0          Read Data and Bit Flip Register 0
MC71_RDBFL1     0xF00657A2          Read Data and Bit Flip Register 1
MC71_RDBFL2     0xF00657A4          Read Data and Bit Flip Register 2
MC71_RDBFL3     0xF00657A6          Read Data and Bit Flip Register 3
MC71_RDBFL4     0xF00657A8          Read Data and Bit Flip Register 4
MC71_RDBFL5     0xF00657AA          Read Data and Bit Flip Register 5
MC71_RDBFL6     0xF00657AC          Read Data and Bit Flip Register 6
MC71_RDBFL7     0xF00657AE          Read Data and Bit Flip Register 7
MC71_RDBFL8     0xF00657B0          Read Data and Bit Flip Register 8
MC71_RDBFL9     0xF00657B2          Read Data and Bit Flip Register 9
MC71_RDBFL10    0xF00657B4          Read Data and Bit Flip Register 10
MC71_RDBFL11    0xF00657B6          Read Data and Bit Flip Register 11
MC71_RDBFL12    0xF00657B8          Read Data and Bit Flip Register 12
MC71_RDBFL13    0xF00657BA          Read Data and Bit Flip Register 13
MC71_RDBFL14    0xF00657BC          Read Data and Bit Flip Register 14
MC71_RDBFL15    0xF00657BE          Read Data and Bit Flip Register 15
MC71_RDBFL16    0xF00657C0          Read Data and Bit Flip Register 16
MC71_RDBFL17    0xF00657C2          Read Data and Bit Flip Register 17
MC71_RDBFL18    0xF00657C4          Read Data and Bit Flip Register 18
MC71_RDBFL19    0xF00657C6          Read Data and Bit Flip Register 19
MC71_RDBFL20    0xF00657C8          Read Data and Bit Flip Register 20
MC71_RDBFL21    0xF00657CA          Read Data and Bit Flip Register 21
MC71_RDBFL22    0xF00657CC          Read Data and Bit Flip Register 22
MC71_RDBFL23    0xF00657CE          Read Data and Bit Flip Register 23
MC71_RDBFL24    0xF00657D0          Read Data and Bit Flip Register 24
MC71_RDBFL25    0xF00657D2          Read Data and Bit Flip Register 25
MC71_RDBFL26    0xF00657D4          Read Data and Bit Flip Register 26
MC71_RDBFL27    0xF00657D6          Read Data and Bit Flip Register 27
MC71_RDBFL28    0xF00657D8          Read Data and Bit Flip Register 28
MC71_RDBFL29    0xF00657DA          Read Data and Bit Flip Register 29
MC71_RDBFL30    0xF00657DC          Read Data and Bit Flip Register 30
MC71_RDBFL31    0xF00657DE          Read Data and Bit Flip Register 31
MC71_RDBFL32    0xF00657E0          Read Data and Bit Flip Register 32
MC71_RDBFL33    0xF00657E2          Read Data and Bit Flip Register 33
MC71_RDBFL34    0xF00657E4          Read Data and Bit Flip Register 34
MC71_RDBFL35    0xF00657E6          Read Data and Bit Flip Register 35
MC71_RDBFL36    0xF00657E8          Read Data and Bit Flip Register 36
MC71_RDBFL37    0xF00657EA          Read Data and Bit Flip Register 37
MC71_RDBFL38    0xF00657EC          Read Data and Bit Flip Register 38
MC71_RDBFL39    0xF00657EE          Read Data and Bit Flip Register 39
MC72_CONFIG0    0xF0065800          Configuration Register 0
MC72_CONFIG1    0xF0065802          Configuration Register 1
MC72_MCONTROL   0xF0065804          MBIST Control Register
MC72_MSTATUS    0xF0065806          Status Register
MC72_RANGE      0xF0065808          Range Register, single address mode
MC72_REVID      0xF006580C          Revision ID Register
MC72_ECCS       0xF006580E          ECC Safety Register
MC72_ECCD       0xF0065810          Memory ECC Detection Register
MC72_ETRR0      0xF0065812          Error Tracking Register 0
MC72_ETRR1      0xF0065814          Error Tracking Register 1
MC72_ETRR2      0xF0065816          Error Tracking Register 2
MC72_ETRR3      0xF0065818          Error Tracking Register 3
MC72_ETRR4      0xF006581A          Error Tracking Register 4
MC72_RDBFL0     0xF00658A0          Read Data and Bit Flip Register 0
MC72_RDBFL1     0xF00658A2          Read Data and Bit Flip Register 1
MC72_RDBFL2     0xF00658A4          Read Data and Bit Flip Register 2
MC72_RDBFL3     0xF00658A6          Read Data and Bit Flip Register 3
MC72_RDBFL4     0xF00658A8          Read Data and Bit Flip Register 4
MC72_RDBFL5     0xF00658AA          Read Data and Bit Flip Register 5
MC72_RDBFL6     0xF00658AC          Read Data and Bit Flip Register 6
MC72_RDBFL7     0xF00658AE          Read Data and Bit Flip Register 7
MC72_RDBFL8     0xF00658B0          Read Data and Bit Flip Register 8
MC72_RDBFL9     0xF00658B2          Read Data and Bit Flip Register 9
MC72_RDBFL10    0xF00658B4          Read Data and Bit Flip Register 10
MC72_RDBFL11    0xF00658B6          Read Data and Bit Flip Register 11
MC72_RDBFL12    0xF00658B8          Read Data and Bit Flip Register 12
MC72_RDBFL13    0xF00658BA          Read Data and Bit Flip Register 13
MC72_RDBFL14    0xF00658BC          Read Data and Bit Flip Register 14
MC72_RDBFL15    0xF00658BE          Read Data and Bit Flip Register 15
MC72_RDBFL16    0xF00658C0          Read Data and Bit Flip Register 16
MC72_RDBFL17    0xF00658C2          Read Data and Bit Flip Register 17
MC72_RDBFL18    0xF00658C4          Read Data and Bit Flip Register 18
MC72_RDBFL19    0xF00658C6          Read Data and Bit Flip Register 19
MC72_RDBFL20    0xF00658C8          Read Data and Bit Flip Register 20
MC72_RDBFL21    0xF00658CA          Read Data and Bit Flip Register 21
MC72_RDBFL22    0xF00658CC          Read Data and Bit Flip Register 22
MC72_RDBFL23    0xF00658CE          Read Data and Bit Flip Register 23
MC72_RDBFL24    0xF00658D0          Read Data and Bit Flip Register 24
MC72_RDBFL25    0xF00658D2          Read Data and Bit Flip Register 25
MC72_RDBFL26    0xF00658D4          Read Data and Bit Flip Register 26
MC72_RDBFL27    0xF00658D6          Read Data and Bit Flip Register 27
MC72_RDBFL28    0xF00658D8          Read Data and Bit Flip Register 28
MC72_RDBFL29    0xF00658DA          Read Data and Bit Flip Register 29
MC72_RDBFL30    0xF00658DC          Read Data and Bit Flip Register 30
MC72_RDBFL31    0xF00658DE          Read Data and Bit Flip Register 31
MC72_RDBFL32    0xF00658E0          Read Data and Bit Flip Register 32
MC72_RDBFL33    0xF00658E2          Read Data and Bit Flip Register 33
MC72_RDBFL34    0xF00658E4          Read Data and Bit Flip Register 34
MC72_RDBFL35    0xF00658E6          Read Data and Bit Flip Register 35
MC72_RDBFL36    0xF00658E8          Read Data and Bit Flip Register 36
MC72_RDBFL37    0xF00658EA          Read Data and Bit Flip Register 37
MC72_RDBFL38    0xF00658EC          Read Data and Bit Flip Register 38
MC72_RDBFL39    0xF00658EE          Read Data and Bit Flip Register 39
MC73_CONFIG0    0xF0065900          Configuration Register 0
MC73_CONFIG1    0xF0065902          Configuration Register 1
MC73_MCONTROL   0xF0065904          MBIST Control Register
MC73_MSTATUS    0xF0065906          Status Register
MC73_RANGE      0xF0065908          Range Register, single address mode
MC73_REVID      0xF006590C          Revision ID Register
MC73_ECCS       0xF006590E          ECC Safety Register
MC73_ECCD       0xF0065910          Memory ECC Detection Register
MC73_ETRR0      0xF0065912          Error Tracking Register 0
MC73_ETRR1      0xF0065914          Error Tracking Register 1
MC73_ETRR2      0xF0065916          Error Tracking Register 2
MC73_ETRR3      0xF0065918          Error Tracking Register 3
MC73_ETRR4      0xF006591A          Error Tracking Register 4
MC73_RDBFL0     0xF00659A0          Read Data and Bit Flip Register 0
MC73_RDBFL1     0xF00659A2          Read Data and Bit Flip Register 1
MC73_RDBFL2     0xF00659A4          Read Data and Bit Flip Register 2
MC73_RDBFL3     0xF00659A6          Read Data and Bit Flip Register 3
MC73_RDBFL4     0xF00659A8          Read Data and Bit Flip Register 4
MC73_RDBFL5     0xF00659AA          Read Data and Bit Flip Register 5
MC73_RDBFL6     0xF00659AC          Read Data and Bit Flip Register 6
MC73_RDBFL7     0xF00659AE          Read Data and Bit Flip Register 7
MC73_RDBFL8     0xF00659B0          Read Data and Bit Flip Register 8
MC73_RDBFL9     0xF00659B2          Read Data and Bit Flip Register 9
MC73_RDBFL10    0xF00659B4          Read Data and Bit Flip Register 10
MC73_RDBFL11    0xF00659B6          Read Data and Bit Flip Register 11
MC73_RDBFL12    0xF00659B8          Read Data and Bit Flip Register 12
MC73_RDBFL13    0xF00659BA          Read Data and Bit Flip Register 13
MC73_RDBFL14    0xF00659BC          Read Data and Bit Flip Register 14
MC73_RDBFL15    0xF00659BE          Read Data and Bit Flip Register 15
MC73_RDBFL16    0xF00659C0          Read Data and Bit Flip Register 16
MC73_RDBFL17    0xF00659C2          Read Data and Bit Flip Register 17
MC73_RDBFL18    0xF00659C4          Read Data and Bit Flip Register 18
MC73_RDBFL19    0xF00659C6          Read Data and Bit Flip Register 19
MC73_RDBFL20    0xF00659C8          Read Data and Bit Flip Register 20
MC73_RDBFL21    0xF00659CA          Read Data and Bit Flip Register 21
MC73_RDBFL22    0xF00659CC          Read Data and Bit Flip Register 22
MC73_RDBFL23    0xF00659CE          Read Data and Bit Flip Register 23
MC73_RDBFL24    0xF00659D0          Read Data and Bit Flip Register 24
MC73_RDBFL25    0xF00659D2          Read Data and Bit Flip Register 25
MC73_RDBFL26    0xF00659D4          Read Data and Bit Flip Register 26
MC73_RDBFL27    0xF00659D6          Read Data and Bit Flip Register 27
MC73_RDBFL28    0xF00659D8          Read Data and Bit Flip Register 28
MC73_RDBFL29    0xF00659DA          Read Data and Bit Flip Register 29
MC73_RDBFL30    0xF00659DC          Read Data and Bit Flip Register 30
MC73_RDBFL31    0xF00659DE          Read Data and Bit Flip Register 31
MC73_RDBFL32    0xF00659E0          Read Data and Bit Flip Register 32
MC73_RDBFL33    0xF00659E2          Read Data and Bit Flip Register 33
MC73_RDBFL34    0xF00659E4          Read Data and Bit Flip Register 34
MC73_RDBFL35    0xF00659E6          Read Data and Bit Flip Register 35
MC73_RDBFL36    0xF00659E8          Read Data and Bit Flip Register 36
MC73_RDBFL37    0xF00659EA          Read Data and Bit Flip Register 37
MC73_RDBFL38    0xF00659EC          Read Data and Bit Flip Register 38
MC73_RDBFL39    0xF00659EE          Read Data and Bit Flip Register 39
MC74_CONFIG0    0xF0065A00          Configuration Register 0
MC74_CONFIG1    0xF0065A02          Configuration Register 1
MC74_MCONTROL   0xF0065A04          MBIST Control Register
MC74_MSTATUS    0xF0065A06          Status Register
MC74_RANGE      0xF0065A08          Range Register, single address mode
MC74_REVID      0xF0065A0C          Revision ID Register
MC74_ECCS       0xF0065A0E          ECC Safety Register
MC74_ECCD       0xF0065A10          Memory ECC Detection Register
MC74_ETRR0      0xF0065A12          Error Tracking Register 0
MC74_ETRR1      0xF0065A14          Error Tracking Register 1
MC74_ETRR2      0xF0065A16          Error Tracking Register 2
MC74_ETRR3      0xF0065A18          Error Tracking Register 3
MC74_ETRR4      0xF0065A1A          Error Tracking Register 4
MC74_RDBFL0     0xF0065AA0          Read Data and Bit Flip Register 0
MC74_RDBFL1     0xF0065AA2          Read Data and Bit Flip Register 1
MC74_RDBFL2     0xF0065AA4          Read Data and Bit Flip Register 2
MC74_RDBFL3     0xF0065AA6          Read Data and Bit Flip Register 3
MC74_RDBFL4     0xF0065AA8          Read Data and Bit Flip Register 4
MC74_RDBFL5     0xF0065AAA          Read Data and Bit Flip Register 5
MC74_RDBFL6     0xF0065AAC          Read Data and Bit Flip Register 6
MC74_RDBFL7     0xF0065AAE          Read Data and Bit Flip Register 7
MC74_RDBFL8     0xF0065AB0          Read Data and Bit Flip Register 8
MC74_RDBFL9     0xF0065AB2          Read Data and Bit Flip Register 9
MC74_RDBFL10    0xF0065AB4          Read Data and Bit Flip Register 10
MC74_RDBFL11    0xF0065AB6          Read Data and Bit Flip Register 11
MC74_RDBFL12    0xF0065AB8          Read Data and Bit Flip Register 12
MC74_RDBFL13    0xF0065ABA          Read Data and Bit Flip Register 13
MC74_RDBFL14    0xF0065ABC          Read Data and Bit Flip Register 14
MC74_RDBFL15    0xF0065ABE          Read Data and Bit Flip Register 15
MC74_RDBFL16    0xF0065AC0          Read Data and Bit Flip Register 16
MC74_RDBFL17    0xF0065AC2          Read Data and Bit Flip Register 17
MC74_RDBFL18    0xF0065AC4          Read Data and Bit Flip Register 18
MC74_RDBFL19    0xF0065AC6          Read Data and Bit Flip Register 19
MC74_RDBFL20    0xF0065AC8          Read Data and Bit Flip Register 20
MC74_RDBFL21    0xF0065ACA          Read Data and Bit Flip Register 21
MC74_RDBFL22    0xF0065ACC          Read Data and Bit Flip Register 22
MC74_RDBFL23    0xF0065ACE          Read Data and Bit Flip Register 23
MC74_RDBFL24    0xF0065AD0          Read Data and Bit Flip Register 24
MC74_RDBFL25    0xF0065AD2          Read Data and Bit Flip Register 25
MC74_RDBFL26    0xF0065AD4          Read Data and Bit Flip Register 26
MC74_RDBFL27    0xF0065AD6          Read Data and Bit Flip Register 27
MC74_RDBFL28    0xF0065AD8          Read Data and Bit Flip Register 28
MC74_RDBFL29    0xF0065ADA          Read Data and Bit Flip Register 29
MC74_RDBFL30    0xF0065ADC          Read Data and Bit Flip Register 30
MC74_RDBFL31    0xF0065ADE          Read Data and Bit Flip Register 31
MC74_RDBFL32    0xF0065AE0          Read Data and Bit Flip Register 32
MC74_RDBFL33    0xF0065AE2          Read Data and Bit Flip Register 33
MC74_RDBFL34    0xF0065AE4          Read Data and Bit Flip Register 34
MC74_RDBFL35    0xF0065AE6          Read Data and Bit Flip Register 35
MC74_RDBFL36    0xF0065AE8          Read Data and Bit Flip Register 36
MC74_RDBFL37    0xF0065AEA          Read Data and Bit Flip Register 37
MC74_RDBFL38    0xF0065AEC          Read Data and Bit Flip Register 38
MC74_RDBFL39    0xF0065AEE          Read Data and Bit Flip Register 39
MC75_CONFIG0    0xF0065B00          Configuration Register 0
MC75_CONFIG1    0xF0065B02          Configuration Register 1
MC75_MCONTROL   0xF0065B04          MBIST Control Register
MC75_MSTATUS    0xF0065B06          Status Register
MC75_RANGE      0xF0065B08          Range Register, single address mode
MC75_REVID      0xF0065B0C          Revision ID Register
MC75_ECCS       0xF0065B0E          ECC Safety Register
MC75_ECCD       0xF0065B10          Memory ECC Detection Register
MC75_ETRR0      0xF0065B12          Error Tracking Register 0
MC75_ETRR1      0xF0065B14          Error Tracking Register 1
MC75_ETRR2      0xF0065B16          Error Tracking Register 2
MC75_ETRR3      0xF0065B18          Error Tracking Register 3
MC75_ETRR4      0xF0065B1A          Error Tracking Register 4
MC75_RDBFL0     0xF0065BA0          Read Data and Bit Flip Register 0
MC75_RDBFL1     0xF0065BA2          Read Data and Bit Flip Register 1
MC75_RDBFL2     0xF0065BA4          Read Data and Bit Flip Register 2
MC75_RDBFL3     0xF0065BA6          Read Data and Bit Flip Register 3
MC75_RDBFL4     0xF0065BA8          Read Data and Bit Flip Register 4
MC75_RDBFL5     0xF0065BAA          Read Data and Bit Flip Register 5
MC75_RDBFL6     0xF0065BAC          Read Data and Bit Flip Register 6
MC75_RDBFL7     0xF0065BAE          Read Data and Bit Flip Register 7
MC75_RDBFL8     0xF0065BB0          Read Data and Bit Flip Register 8
MC75_RDBFL9     0xF0065BB2          Read Data and Bit Flip Register 9
MC75_RDBFL10    0xF0065BB4          Read Data and Bit Flip Register 10
MC75_RDBFL11    0xF0065BB6          Read Data and Bit Flip Register 11
MC75_RDBFL12    0xF0065BB8          Read Data and Bit Flip Register 12
MC75_RDBFL13    0xF0065BBA          Read Data and Bit Flip Register 13
MC75_RDBFL14    0xF0065BBC          Read Data and Bit Flip Register 14
MC75_RDBFL15    0xF0065BBE          Read Data and Bit Flip Register 15
MC75_RDBFL16    0xF0065BC0          Read Data and Bit Flip Register 16
MC75_RDBFL17    0xF0065BC2          Read Data and Bit Flip Register 17
MC75_RDBFL18    0xF0065BC4          Read Data and Bit Flip Register 18
MC75_RDBFL19    0xF0065BC6          Read Data and Bit Flip Register 19
MC75_RDBFL20    0xF0065BC8          Read Data and Bit Flip Register 20
MC75_RDBFL21    0xF0065BCA          Read Data and Bit Flip Register 21
MC75_RDBFL22    0xF0065BCC          Read Data and Bit Flip Register 22
MC75_RDBFL23    0xF0065BCE          Read Data and Bit Flip Register 23
MC75_RDBFL24    0xF0065BD0          Read Data and Bit Flip Register 24
MC75_RDBFL25    0xF0065BD2          Read Data and Bit Flip Register 25
MC75_RDBFL26    0xF0065BD4          Read Data and Bit Flip Register 26
MC75_RDBFL27    0xF0065BD6          Read Data and Bit Flip Register 27
MC75_RDBFL28    0xF0065BD8          Read Data and Bit Flip Register 28
MC75_RDBFL29    0xF0065BDA          Read Data and Bit Flip Register 29
MC75_RDBFL30    0xF0065BDC          Read Data and Bit Flip Register 30
MC75_RDBFL31    0xF0065BDE          Read Data and Bit Flip Register 31
MC75_RDBFL32    0xF0065BE0          Read Data and Bit Flip Register 32
MC75_RDBFL33    0xF0065BE2          Read Data and Bit Flip Register 33
MC75_RDBFL34    0xF0065BE4          Read Data and Bit Flip Register 34
MC75_RDBFL35    0xF0065BE6          Read Data and Bit Flip Register 35
MC75_RDBFL36    0xF0065BE8          Read Data and Bit Flip Register 36
MC75_RDBFL37    0xF0065BEA          Read Data and Bit Flip Register 37
MC75_RDBFL38    0xF0065BEC          Read Data and Bit Flip Register 38
MC75_RDBFL39    0xF0065BEE          Read Data and Bit Flip Register 39
MC76_CONFIG0    0xF0065C00          Configuration Register 0
MC76_CONFIG1    0xF0065C02          Configuration Register 1
MC76_MCONTROL   0xF0065C04          MBIST Control Register
MC76_MSTATUS    0xF0065C06          Status Register
MC76_RANGE      0xF0065C08          Range Register, single address mode
MC76_REVID      0xF0065C0C          Revision ID Register
MC76_ECCS       0xF0065C0E          ECC Safety Register
MC76_ECCD       0xF0065C10          Memory ECC Detection Register
MC76_ETRR0      0xF0065C12          Error Tracking Register 0
MC76_ETRR1      0xF0065C14          Error Tracking Register 1
MC76_ETRR2      0xF0065C16          Error Tracking Register 2
MC76_ETRR3      0xF0065C18          Error Tracking Register 3
MC76_ETRR4      0xF0065C1A          Error Tracking Register 4
MC76_RDBFL0     0xF0065CA0          Read Data and Bit Flip Register 0
MC76_RDBFL1     0xF0065CA2          Read Data and Bit Flip Register 1
MC76_RDBFL2     0xF0065CA4          Read Data and Bit Flip Register 2
MC76_RDBFL3     0xF0065CA6          Read Data and Bit Flip Register 3
MC76_RDBFL4     0xF0065CA8          Read Data and Bit Flip Register 4
MC76_RDBFL5     0xF0065CAA          Read Data and Bit Flip Register 5
MC76_RDBFL6     0xF0065CAC          Read Data and Bit Flip Register 6
MC76_RDBFL7     0xF0065CAE          Read Data and Bit Flip Register 7
MC76_RDBFL8     0xF0065CB0          Read Data and Bit Flip Register 8
MC76_RDBFL9     0xF0065CB2          Read Data and Bit Flip Register 9
MC76_RDBFL10    0xF0065CB4          Read Data and Bit Flip Register 10
MC76_RDBFL11    0xF0065CB6          Read Data and Bit Flip Register 11
MC76_RDBFL12    0xF0065CB8          Read Data and Bit Flip Register 12
MC76_RDBFL13    0xF0065CBA          Read Data and Bit Flip Register 13
MC76_RDBFL14    0xF0065CBC          Read Data and Bit Flip Register 14
MC76_RDBFL15    0xF0065CBE          Read Data and Bit Flip Register 15
MC76_RDBFL16    0xF0065CC0          Read Data and Bit Flip Register 16
MC76_RDBFL17    0xF0065CC2          Read Data and Bit Flip Register 17
MC76_RDBFL18    0xF0065CC4          Read Data and Bit Flip Register 18
MC76_RDBFL19    0xF0065CC6          Read Data and Bit Flip Register 19
MC76_RDBFL20    0xF0065CC8          Read Data and Bit Flip Register 20
MC76_RDBFL21    0xF0065CCA          Read Data and Bit Flip Register 21
MC76_RDBFL22    0xF0065CCC          Read Data and Bit Flip Register 22
MC76_RDBFL23    0xF0065CCE          Read Data and Bit Flip Register 23
MC76_RDBFL24    0xF0065CD0          Read Data and Bit Flip Register 24
MC76_RDBFL25    0xF0065CD2          Read Data and Bit Flip Register 25
MC76_RDBFL26    0xF0065CD4          Read Data and Bit Flip Register 26
MC76_RDBFL27    0xF0065CD6          Read Data and Bit Flip Register 27
MC76_RDBFL28    0xF0065CD8          Read Data and Bit Flip Register 28
MC76_RDBFL29    0xF0065CDA          Read Data and Bit Flip Register 29
MC76_RDBFL30    0xF0065CDC          Read Data and Bit Flip Register 30
MC76_RDBFL31    0xF0065CDE          Read Data and Bit Flip Register 31
MC76_RDBFL32    0xF0065CE0          Read Data and Bit Flip Register 32
MC76_RDBFL33    0xF0065CE2          Read Data and Bit Flip Register 33
MC76_RDBFL34    0xF0065CE4          Read Data and Bit Flip Register 34
MC76_RDBFL35    0xF0065CE6          Read Data and Bit Flip Register 35
MC76_RDBFL36    0xF0065CE8          Read Data and Bit Flip Register 36
MC76_RDBFL37    0xF0065CEA          Read Data and Bit Flip Register 37
MC76_RDBFL38    0xF0065CEC          Read Data and Bit Flip Register 38
MC76_RDBFL39    0xF0065CEE          Read Data and Bit Flip Register 39
MC77_CONFIG0    0xF0065D00          Configuration Register 0
MC77_CONFIG1    0xF0065D02          Configuration Register 1
MC77_MCONTROL   0xF0065D04          MBIST Control Register
MC77_MSTATUS    0xF0065D06          Status Register
MC77_RANGE      0xF0065D08          Range Register, single address mode
MC77_REVID      0xF0065D0C          Revision ID Register
MC77_ECCS       0xF0065D0E          ECC Safety Register
MC77_ECCD       0xF0065D10          Memory ECC Detection Register
MC77_ETRR0      0xF0065D12          Error Tracking Register 0
MC77_ETRR1      0xF0065D14          Error Tracking Register 1
MC77_ETRR2      0xF0065D16          Error Tracking Register 2
MC77_ETRR3      0xF0065D18          Error Tracking Register 3
MC77_ETRR4      0xF0065D1A          Error Tracking Register 4
MC77_RDBFL0     0xF0065DA0          Read Data and Bit Flip Register 0
MC77_RDBFL1     0xF0065DA2          Read Data and Bit Flip Register 1
MC77_RDBFL2     0xF0065DA4          Read Data and Bit Flip Register 2
MC77_RDBFL3     0xF0065DA6          Read Data and Bit Flip Register 3
MC77_RDBFL4     0xF0065DA8          Read Data and Bit Flip Register 4
MC77_RDBFL5     0xF0065DAA          Read Data and Bit Flip Register 5
MC77_RDBFL6     0xF0065DAC          Read Data and Bit Flip Register 6
MC77_RDBFL7     0xF0065DAE          Read Data and Bit Flip Register 7
MC77_RDBFL8     0xF0065DB0          Read Data and Bit Flip Register 8
MC77_RDBFL9     0xF0065DB2          Read Data and Bit Flip Register 9
MC77_RDBFL10    0xF0065DB4          Read Data and Bit Flip Register 10
MC77_RDBFL11    0xF0065DB6          Read Data and Bit Flip Register 11
MC77_RDBFL12    0xF0065DB8          Read Data and Bit Flip Register 12
MC77_RDBFL13    0xF0065DBA          Read Data and Bit Flip Register 13
MC77_RDBFL14    0xF0065DBC          Read Data and Bit Flip Register 14
MC77_RDBFL15    0xF0065DBE          Read Data and Bit Flip Register 15
MC77_RDBFL16    0xF0065DC0          Read Data and Bit Flip Register 16
MC77_RDBFL17    0xF0065DC2          Read Data and Bit Flip Register 17
MC77_RDBFL18    0xF0065DC4          Read Data and Bit Flip Register 18
MC77_RDBFL19    0xF0065DC6          Read Data and Bit Flip Register 19
MC77_RDBFL20    0xF0065DC8          Read Data and Bit Flip Register 20
MC77_RDBFL21    0xF0065DCA          Read Data and Bit Flip Register 21
MC77_RDBFL22    0xF0065DCC          Read Data and Bit Flip Register 22
MC77_RDBFL23    0xF0065DCE          Read Data and Bit Flip Register 23
MC77_RDBFL24    0xF0065DD0          Read Data and Bit Flip Register 24
MC77_RDBFL25    0xF0065DD2          Read Data and Bit Flip Register 25
MC77_RDBFL26    0xF0065DD4          Read Data and Bit Flip Register 26
MC77_RDBFL27    0xF0065DD6          Read Data and Bit Flip Register 27
MC77_RDBFL28    0xF0065DD8          Read Data and Bit Flip Register 28
MC77_RDBFL29    0xF0065DDA          Read Data and Bit Flip Register 29
MC77_RDBFL30    0xF0065DDC          Read Data and Bit Flip Register 30
MC77_RDBFL31    0xF0065DDE          Read Data and Bit Flip Register 31
MC77_RDBFL32    0xF0065DE0          Read Data and Bit Flip Register 32
MC77_RDBFL33    0xF0065DE2          Read Data and Bit Flip Register 33
MC77_RDBFL34    0xF0065DE4          Read Data and Bit Flip Register 34
MC77_RDBFL35    0xF0065DE6          Read Data and Bit Flip Register 35
MC77_RDBFL36    0xF0065DE8          Read Data and Bit Flip Register 36
MC77_RDBFL37    0xF0065DEA          Read Data and Bit Flip Register 37
MC77_RDBFL38    0xF0065DEC          Read Data and Bit Flip Register 38
MC77_RDBFL39    0xF0065DEE          Read Data and Bit Flip Register 39
MC78_CONFIG0    0xF0065E00          Configuration Register 0
MC78_CONFIG1    0xF0065E02          Configuration Register 1
MC78_MCONTROL   0xF0065E04          MBIST Control Register
MC78_MSTATUS    0xF0065E06          Status Register
MC78_RANGE      0xF0065E08          Range Register, single address mode
MC78_REVID      0xF0065E0C          Revision ID Register
MC78_ECCS       0xF0065E0E          ECC Safety Register
MC78_ECCD       0xF0065E10          Memory ECC Detection Register
MC78_ETRR0      0xF0065E12          Error Tracking Register 0
MC78_ETRR1      0xF0065E14          Error Tracking Register 1
MC78_ETRR2      0xF0065E16          Error Tracking Register 2
MC78_ETRR3      0xF0065E18          Error Tracking Register 3
MC78_ETRR4      0xF0065E1A          Error Tracking Register 4
MC78_RDBFL0     0xF0065EA0          Read Data and Bit Flip Register 0
MC78_RDBFL1     0xF0065EA2          Read Data and Bit Flip Register 1
MC78_RDBFL2     0xF0065EA4          Read Data and Bit Flip Register 2
MC78_RDBFL3     0xF0065EA6          Read Data and Bit Flip Register 3
MC78_RDBFL4     0xF0065EA8          Read Data and Bit Flip Register 4
MC78_RDBFL5     0xF0065EAA          Read Data and Bit Flip Register 5
MC78_RDBFL6     0xF0065EAC          Read Data and Bit Flip Register 6
MC78_RDBFL7     0xF0065EAE          Read Data and Bit Flip Register 7
MC78_RDBFL8     0xF0065EB0          Read Data and Bit Flip Register 8
MC78_RDBFL9     0xF0065EB2          Read Data and Bit Flip Register 9
MC78_RDBFL10    0xF0065EB4          Read Data and Bit Flip Register 10
MC78_RDBFL11    0xF0065EB6          Read Data and Bit Flip Register 11
MC78_RDBFL12    0xF0065EB8          Read Data and Bit Flip Register 12
MC78_RDBFL13    0xF0065EBA          Read Data and Bit Flip Register 13
MC78_RDBFL14    0xF0065EBC          Read Data and Bit Flip Register 14
MC78_RDBFL15    0xF0065EBE          Read Data and Bit Flip Register 15
MC78_RDBFL16    0xF0065EC0          Read Data and Bit Flip Register 16
MC78_RDBFL17    0xF0065EC2          Read Data and Bit Flip Register 17
MC78_RDBFL18    0xF0065EC4          Read Data and Bit Flip Register 18
MC78_RDBFL19    0xF0065EC6          Read Data and Bit Flip Register 19
MC78_RDBFL20    0xF0065EC8          Read Data and Bit Flip Register 20
MC78_RDBFL21    0xF0065ECA          Read Data and Bit Flip Register 21
MC78_RDBFL22    0xF0065ECC          Read Data and Bit Flip Register 22
MC78_RDBFL23    0xF0065ECE          Read Data and Bit Flip Register 23
MC78_RDBFL24    0xF0065ED0          Read Data and Bit Flip Register 24
MC78_RDBFL25    0xF0065ED2          Read Data and Bit Flip Register 25
MC78_RDBFL26    0xF0065ED4          Read Data and Bit Flip Register 26
MC78_RDBFL27    0xF0065ED6          Read Data and Bit Flip Register 27
MC78_RDBFL28    0xF0065ED8          Read Data and Bit Flip Register 28
MC78_RDBFL29    0xF0065EDA          Read Data and Bit Flip Register 29
MC78_RDBFL30    0xF0065EDC          Read Data and Bit Flip Register 30
MC78_RDBFL31    0xF0065EDE          Read Data and Bit Flip Register 31
MC78_RDBFL32    0xF0065EE0          Read Data and Bit Flip Register 32
MC78_RDBFL33    0xF0065EE2          Read Data and Bit Flip Register 33
MC78_RDBFL34    0xF0065EE4          Read Data and Bit Flip Register 34
MC78_RDBFL35    0xF0065EE6          Read Data and Bit Flip Register 35
MC78_RDBFL36    0xF0065EE8          Read Data and Bit Flip Register 36
MC78_RDBFL37    0xF0065EEA          Read Data and Bit Flip Register 37
MC78_RDBFL38    0xF0065EEC          Read Data and Bit Flip Register 38
MC78_RDBFL39    0xF0065EEE          Read Data and Bit Flip Register 39
MC79_CONFIG0    0xF0065F00          Configuration Register 0
MC79_CONFIG1    0xF0065F02          Configuration Register 1
MC79_MCONTROL   0xF0065F04          MBIST Control Register
MC79_MSTATUS    0xF0065F06          Status Register
MC79_RANGE      0xF0065F08          Range Register, single address mode
MC79_REVID      0xF0065F0C          Revision ID Register
MC79_ECCS       0xF0065F0E          ECC Safety Register
MC79_ECCD       0xF0065F10          Memory ECC Detection Register
MC79_ETRR0      0xF0065F12          Error Tracking Register 0
MC79_ETRR1      0xF0065F14          Error Tracking Register 1
MC79_ETRR2      0xF0065F16          Error Tracking Register 2
MC79_ETRR3      0xF0065F18          Error Tracking Register 3
MC79_ETRR4      0xF0065F1A          Error Tracking Register 4
MC79_RDBFL0     0xF0065FA0          Read Data and Bit Flip Register 0
MC79_RDBFL1     0xF0065FA2          Read Data and Bit Flip Register 1
MC79_RDBFL2     0xF0065FA4          Read Data and Bit Flip Register 2
MC79_RDBFL3     0xF0065FA6          Read Data and Bit Flip Register 3
MC79_RDBFL4     0xF0065FA8          Read Data and Bit Flip Register 4
MC79_RDBFL5     0xF0065FAA          Read Data and Bit Flip Register 5
MC79_RDBFL6     0xF0065FAC          Read Data and Bit Flip Register 6
MC79_RDBFL7     0xF0065FAE          Read Data and Bit Flip Register 7
MC79_RDBFL8     0xF0065FB0          Read Data and Bit Flip Register 8
MC79_RDBFL9     0xF0065FB2          Read Data and Bit Flip Register 9
MC79_RDBFL10    0xF0065FB4          Read Data and Bit Flip Register 10
MC79_RDBFL11    0xF0065FB6          Read Data and Bit Flip Register 11
MC79_RDBFL12    0xF0065FB8          Read Data and Bit Flip Register 12
MC79_RDBFL13    0xF0065FBA          Read Data and Bit Flip Register 13
MC79_RDBFL14    0xF0065FBC          Read Data and Bit Flip Register 14
MC79_RDBFL15    0xF0065FBE          Read Data and Bit Flip Register 15
MC79_RDBFL16    0xF0065FC0          Read Data and Bit Flip Register 16
MC79_RDBFL17    0xF0065FC2          Read Data and Bit Flip Register 17
MC79_RDBFL18    0xF0065FC4          Read Data and Bit Flip Register 18
MC79_RDBFL19    0xF0065FC6          Read Data and Bit Flip Register 19
MC79_RDBFL20    0xF0065FC8          Read Data and Bit Flip Register 20
MC79_RDBFL21    0xF0065FCA          Read Data and Bit Flip Register 21
MC79_RDBFL22    0xF0065FCC          Read Data and Bit Flip Register 22
MC79_RDBFL23    0xF0065FCE          Read Data and Bit Flip Register 23
MC79_RDBFL24    0xF0065FD0          Read Data and Bit Flip Register 24
MC79_RDBFL25    0xF0065FD2          Read Data and Bit Flip Register 25
MC79_RDBFL26    0xF0065FD4          Read Data and Bit Flip Register 26
MC79_RDBFL27    0xF0065FD6          Read Data and Bit Flip Register 27
MC79_RDBFL28    0xF0065FD8          Read Data and Bit Flip Register 28
MC79_RDBFL29    0xF0065FDA          Read Data and Bit Flip Register 29
MC79_RDBFL30    0xF0065FDC          Read Data and Bit Flip Register 30
MC79_RDBFL31    0xF0065FDE          Read Data and Bit Flip Register 31
MC79_RDBFL32    0xF0065FE0          Read Data and Bit Flip Register 32
MC79_RDBFL33    0xF0065FE2          Read Data and Bit Flip Register 33
MC79_RDBFL34    0xF0065FE4          Read Data and Bit Flip Register 34
MC79_RDBFL35    0xF0065FE6          Read Data and Bit Flip Register 35
MC79_RDBFL36    0xF0065FE8          Read Data and Bit Flip Register 36
MC79_RDBFL37    0xF0065FEA          Read Data and Bit Flip Register 37
MC79_RDBFL38    0xF0065FEC          Read Data and Bit Flip Register 38
MC79_RDBFL39    0xF0065FEE          Read Data and Bit Flip Register 39
MC80_CONFIG0    0xF0066000          Configuration Register 0
MC80_CONFIG1    0xF0066002          Configuration Register 1
MC80_MCONTROL   0xF0066004          MBIST Control Register
MC80_MSTATUS    0xF0066006          Status Register
MC80_RANGE      0xF0066008          Range Register, single address mode
MC80_REVID      0xF006600C          Revision ID Register
MC80_ECCS       0xF006600E          ECC Safety Register
MC80_ECCD       0xF0066010          Memory ECC Detection Register
MC80_ETRR0      0xF0066012          Error Tracking Register 0
MC80_ETRR1      0xF0066014          Error Tracking Register 1
MC80_ETRR2      0xF0066016          Error Tracking Register 2
MC80_ETRR3      0xF0066018          Error Tracking Register 3
MC80_ETRR4      0xF006601A          Error Tracking Register 4
MC80_RDBFL0     0xF00660A0          Read Data and Bit Flip Register 0
MC80_RDBFL1     0xF00660A2          Read Data and Bit Flip Register 1
MC80_RDBFL2     0xF00660A4          Read Data and Bit Flip Register 2
MC80_RDBFL3     0xF00660A6          Read Data and Bit Flip Register 3
MC80_RDBFL4     0xF00660A8          Read Data and Bit Flip Register 4
MC80_RDBFL5     0xF00660AA          Read Data and Bit Flip Register 5
MC80_RDBFL6     0xF00660AC          Read Data and Bit Flip Register 6
MC80_RDBFL7     0xF00660AE          Read Data and Bit Flip Register 7
MC80_RDBFL8     0xF00660B0          Read Data and Bit Flip Register 8
MC80_RDBFL9     0xF00660B2          Read Data and Bit Flip Register 9
MC80_RDBFL10    0xF00660B4          Read Data and Bit Flip Register 10
MC80_RDBFL11    0xF00660B6          Read Data and Bit Flip Register 11
MC80_RDBFL12    0xF00660B8          Read Data and Bit Flip Register 12
MC80_RDBFL13    0xF00660BA          Read Data and Bit Flip Register 13
MC80_RDBFL14    0xF00660BC          Read Data and Bit Flip Register 14
MC80_RDBFL15    0xF00660BE          Read Data and Bit Flip Register 15
MC80_RDBFL16    0xF00660C0          Read Data and Bit Flip Register 16
MC80_RDBFL17    0xF00660C2          Read Data and Bit Flip Register 17
MC80_RDBFL18    0xF00660C4          Read Data and Bit Flip Register 18
MC80_RDBFL19    0xF00660C6          Read Data and Bit Flip Register 19
MC80_RDBFL20    0xF00660C8          Read Data and Bit Flip Register 20
MC80_RDBFL21    0xF00660CA          Read Data and Bit Flip Register 21
MC80_RDBFL22    0xF00660CC          Read Data and Bit Flip Register 22
MC80_RDBFL23    0xF00660CE          Read Data and Bit Flip Register 23
MC80_RDBFL24    0xF00660D0          Read Data and Bit Flip Register 24
MC80_RDBFL25    0xF00660D2          Read Data and Bit Flip Register 25
MC80_RDBFL26    0xF00660D4          Read Data and Bit Flip Register 26
MC80_RDBFL27    0xF00660D6          Read Data and Bit Flip Register 27
MC80_RDBFL28    0xF00660D8          Read Data and Bit Flip Register 28
MC80_RDBFL29    0xF00660DA          Read Data and Bit Flip Register 29
MC80_RDBFL30    0xF00660DC          Read Data and Bit Flip Register 30
MC80_RDBFL31    0xF00660DE          Read Data and Bit Flip Register 31
MC80_RDBFL32    0xF00660E0          Read Data and Bit Flip Register 32
MC80_RDBFL33    0xF00660E2          Read Data and Bit Flip Register 33
MC80_RDBFL34    0xF00660E4          Read Data and Bit Flip Register 34
MC80_RDBFL35    0xF00660E6          Read Data and Bit Flip Register 35
MC80_RDBFL36    0xF00660E8          Read Data and Bit Flip Register 36
MC80_RDBFL37    0xF00660EA          Read Data and Bit Flip Register 37
MC80_RDBFL38    0xF00660EC          Read Data and Bit Flip Register 38
MC80_RDBFL39    0xF00660EE          Read Data and Bit Flip Register 39
MC81_CONFIG0    0xF0066100          Configuration Register 0
MC81_CONFIG1    0xF0066102          Configuration Register 1
MC81_MCONTROL   0xF0066104          MBIST Control Register
MC81_MSTATUS    0xF0066106          Status Register
MC81_RANGE      0xF0066108          Range Register, single address mode
MC81_REVID      0xF006610C          Revision ID Register
MC81_ECCS       0xF006610E          ECC Safety Register
MC81_ECCD       0xF0066110          Memory ECC Detection Register
MC81_ETRR0      0xF0066112          Error Tracking Register 0
MC81_ETRR1      0xF0066114          Error Tracking Register 1
MC81_ETRR2      0xF0066116          Error Tracking Register 2
MC81_ETRR3      0xF0066118          Error Tracking Register 3
MC81_ETRR4      0xF006611A          Error Tracking Register 4
MC81_RDBFL0     0xF00661A0          Read Data and Bit Flip Register 0
MC81_RDBFL1     0xF00661A2          Read Data and Bit Flip Register 1
MC81_RDBFL2     0xF00661A4          Read Data and Bit Flip Register 2
MC81_RDBFL3     0xF00661A6          Read Data and Bit Flip Register 3
MC81_RDBFL4     0xF00661A8          Read Data and Bit Flip Register 4
MC81_RDBFL5     0xF00661AA          Read Data and Bit Flip Register 5
MC81_RDBFL6     0xF00661AC          Read Data and Bit Flip Register 6
MC81_RDBFL7     0xF00661AE          Read Data and Bit Flip Register 7
MC81_RDBFL8     0xF00661B0          Read Data and Bit Flip Register 8
MC81_RDBFL9     0xF00661B2          Read Data and Bit Flip Register 9
MC81_RDBFL10    0xF00661B4          Read Data and Bit Flip Register 10
MC81_RDBFL11    0xF00661B6          Read Data and Bit Flip Register 11
MC81_RDBFL12    0xF00661B8          Read Data and Bit Flip Register 12
MC81_RDBFL13    0xF00661BA          Read Data and Bit Flip Register 13
MC81_RDBFL14    0xF00661BC          Read Data and Bit Flip Register 14
MC81_RDBFL15    0xF00661BE          Read Data and Bit Flip Register 15
MC81_RDBFL16    0xF00661C0          Read Data and Bit Flip Register 16
MC81_RDBFL17    0xF00661C2          Read Data and Bit Flip Register 17
MC81_RDBFL18    0xF00661C4          Read Data and Bit Flip Register 18
MC81_RDBFL19    0xF00661C6          Read Data and Bit Flip Register 19
MC81_RDBFL20    0xF00661C8          Read Data and Bit Flip Register 20
MC81_RDBFL21    0xF00661CA          Read Data and Bit Flip Register 21
MC81_RDBFL22    0xF00661CC          Read Data and Bit Flip Register 22
MC81_RDBFL23    0xF00661CE          Read Data and Bit Flip Register 23
MC81_RDBFL24    0xF00661D0          Read Data and Bit Flip Register 24
MC81_RDBFL25    0xF00661D2          Read Data and Bit Flip Register 25
MC81_RDBFL26    0xF00661D4          Read Data and Bit Flip Register 26
MC81_RDBFL27    0xF00661D6          Read Data and Bit Flip Register 27
MC81_RDBFL28    0xF00661D8          Read Data and Bit Flip Register 28
MC81_RDBFL29    0xF00661DA          Read Data and Bit Flip Register 29
MC81_RDBFL30    0xF00661DC          Read Data and Bit Flip Register 30
MC81_RDBFL31    0xF00661DE          Read Data and Bit Flip Register 31
MC81_RDBFL32    0xF00661E0          Read Data and Bit Flip Register 32
MC81_RDBFL33    0xF00661E2          Read Data and Bit Flip Register 33
MC81_RDBFL34    0xF00661E4          Read Data and Bit Flip Register 34
MC81_RDBFL35    0xF00661E6          Read Data and Bit Flip Register 35
MC81_RDBFL36    0xF00661E8          Read Data and Bit Flip Register 36
MC81_RDBFL37    0xF00661EA          Read Data and Bit Flip Register 37
MC81_RDBFL38    0xF00661EC          Read Data and Bit Flip Register 38
MC81_RDBFL39    0xF00661EE          Read Data and Bit Flip Register 39
MC82_CONFIG0    0xF0066200          Configuration Register 0
MC82_CONFIG1    0xF0066202          Configuration Register 1
MC82_MCONTROL   0xF0066204          MBIST Control Register
MC82_MSTATUS    0xF0066206          Status Register
MC82_RANGE      0xF0066208          Range Register, single address mode
MC82_REVID      0xF006620C          Revision ID Register
MC82_ECCS       0xF006620E          ECC Safety Register
MC82_ECCD       0xF0066210          Memory ECC Detection Register
MC82_ETRR0      0xF0066212          Error Tracking Register 0
MC82_ETRR1      0xF0066214          Error Tracking Register 1
MC82_ETRR2      0xF0066216          Error Tracking Register 2
MC82_ETRR3      0xF0066218          Error Tracking Register 3
MC82_ETRR4      0xF006621A          Error Tracking Register 4
MC82_RDBFL0     0xF00662A0          Read Data and Bit Flip Register 0
MC82_RDBFL1     0xF00662A2          Read Data and Bit Flip Register 1
MC82_RDBFL2     0xF00662A4          Read Data and Bit Flip Register 2
MC82_RDBFL3     0xF00662A6          Read Data and Bit Flip Register 3
MC82_RDBFL4     0xF00662A8          Read Data and Bit Flip Register 4
MC82_RDBFL5     0xF00662AA          Read Data and Bit Flip Register 5
MC82_RDBFL6     0xF00662AC          Read Data and Bit Flip Register 6
MC82_RDBFL7     0xF00662AE          Read Data and Bit Flip Register 7
MC82_RDBFL8     0xF00662B0          Read Data and Bit Flip Register 8
MC82_RDBFL9     0xF00662B2          Read Data and Bit Flip Register 9
MC82_RDBFL10    0xF00662B4          Read Data and Bit Flip Register 10
MC82_RDBFL11    0xF00662B6          Read Data and Bit Flip Register 11
MC82_RDBFL12    0xF00662B8          Read Data and Bit Flip Register 12
MC82_RDBFL13    0xF00662BA          Read Data and Bit Flip Register 13
MC82_RDBFL14    0xF00662BC          Read Data and Bit Flip Register 14
MC82_RDBFL15    0xF00662BE          Read Data and Bit Flip Register 15
MC82_RDBFL16    0xF00662C0          Read Data and Bit Flip Register 16
MC82_RDBFL17    0xF00662C2          Read Data and Bit Flip Register 17
MC82_RDBFL18    0xF00662C4          Read Data and Bit Flip Register 18
MC82_RDBFL19    0xF00662C6          Read Data and Bit Flip Register 19
MC82_RDBFL20    0xF00662C8          Read Data and Bit Flip Register 20
MC82_RDBFL21    0xF00662CA          Read Data and Bit Flip Register 21
MC82_RDBFL22    0xF00662CC          Read Data and Bit Flip Register 22
MC82_RDBFL23    0xF00662CE          Read Data and Bit Flip Register 23
MC82_RDBFL24    0xF00662D0          Read Data and Bit Flip Register 24
MC82_RDBFL25    0xF00662D2          Read Data and Bit Flip Register 25
MC82_RDBFL26    0xF00662D4          Read Data and Bit Flip Register 26
MC82_RDBFL27    0xF00662D6          Read Data and Bit Flip Register 27
MC82_RDBFL28    0xF00662D8          Read Data and Bit Flip Register 28
MC82_RDBFL29    0xF00662DA          Read Data and Bit Flip Register 29
MC82_RDBFL30    0xF00662DC          Read Data and Bit Flip Register 30
MC82_RDBFL31    0xF00662DE          Read Data and Bit Flip Register 31
MC82_RDBFL32    0xF00662E0          Read Data and Bit Flip Register 32
MC82_RDBFL33    0xF00662E2          Read Data and Bit Flip Register 33
MC82_RDBFL34    0xF00662E4          Read Data and Bit Flip Register 34
MC82_RDBFL35    0xF00662E6          Read Data and Bit Flip Register 35
MC82_RDBFL36    0xF00662E8          Read Data and Bit Flip Register 36
MC82_RDBFL37    0xF00662EA          Read Data and Bit Flip Register 37
MC82_RDBFL38    0xF00662EC          Read Data and Bit Flip Register 38
MC82_RDBFL39    0xF00662EE          Read Data and Bit Flip Register 39
MC83_CONFIG0    0xF0066300          Configuration Register 0
MC83_CONFIG1    0xF0066302          Configuration Register 1
MC83_MCONTROL   0xF0066304          MBIST Control Register
MC83_MSTATUS    0xF0066306          Status Register
MC83_RANGE      0xF0066308          Range Register, single address mode
MC83_REVID      0xF006630C          Revision ID Register
MC83_ECCS       0xF006630E          ECC Safety Register
MC83_ECCD       0xF0066310          Memory ECC Detection Register
MC83_ETRR0      0xF0066312          Error Tracking Register 0
MC83_ETRR1      0xF0066314          Error Tracking Register 1
MC83_ETRR2      0xF0066316          Error Tracking Register 2
MC83_ETRR3      0xF0066318          Error Tracking Register 3
MC83_ETRR4      0xF006631A          Error Tracking Register 4
MC83_RDBFL0     0xF00663A0          Read Data and Bit Flip Register 0
MC83_RDBFL1     0xF00663A2          Read Data and Bit Flip Register 1
MC83_RDBFL2     0xF00663A4          Read Data and Bit Flip Register 2
MC83_RDBFL3     0xF00663A6          Read Data and Bit Flip Register 3
MC83_RDBFL4     0xF00663A8          Read Data and Bit Flip Register 4
MC83_RDBFL5     0xF00663AA          Read Data and Bit Flip Register 5
MC83_RDBFL6     0xF00663AC          Read Data and Bit Flip Register 6
MC83_RDBFL7     0xF00663AE          Read Data and Bit Flip Register 7
MC83_RDBFL8     0xF00663B0          Read Data and Bit Flip Register 8
MC83_RDBFL9     0xF00663B2          Read Data and Bit Flip Register 9
MC83_RDBFL10    0xF00663B4          Read Data and Bit Flip Register 10
MC83_RDBFL11    0xF00663B6          Read Data and Bit Flip Register 11
MC83_RDBFL12    0xF00663B8          Read Data and Bit Flip Register 12
MC83_RDBFL13    0xF00663BA          Read Data and Bit Flip Register 13
MC83_RDBFL14    0xF00663BC          Read Data and Bit Flip Register 14
MC83_RDBFL15    0xF00663BE          Read Data and Bit Flip Register 15
MC83_RDBFL16    0xF00663C0          Read Data and Bit Flip Register 16
MC83_RDBFL17    0xF00663C2          Read Data and Bit Flip Register 17
MC83_RDBFL18    0xF00663C4          Read Data and Bit Flip Register 18
MC83_RDBFL19    0xF00663C6          Read Data and Bit Flip Register 19
MC83_RDBFL20    0xF00663C8          Read Data and Bit Flip Register 20
MC83_RDBFL21    0xF00663CA          Read Data and Bit Flip Register 21
MC83_RDBFL22    0xF00663CC          Read Data and Bit Flip Register 22
MC83_RDBFL23    0xF00663CE          Read Data and Bit Flip Register 23
MC83_RDBFL24    0xF00663D0          Read Data and Bit Flip Register 24
MC83_RDBFL25    0xF00663D2          Read Data and Bit Flip Register 25
MC83_RDBFL26    0xF00663D4          Read Data and Bit Flip Register 26
MC83_RDBFL27    0xF00663D6          Read Data and Bit Flip Register 27
MC83_RDBFL28    0xF00663D8          Read Data and Bit Flip Register 28
MC83_RDBFL29    0xF00663DA          Read Data and Bit Flip Register 29
MC83_RDBFL30    0xF00663DC          Read Data and Bit Flip Register 30
MC83_RDBFL31    0xF00663DE          Read Data and Bit Flip Register 31
MC83_RDBFL32    0xF00663E0          Read Data and Bit Flip Register 32
MC83_RDBFL33    0xF00663E2          Read Data and Bit Flip Register 33
MC83_RDBFL34    0xF00663E4          Read Data and Bit Flip Register 34
MC83_RDBFL35    0xF00663E6          Read Data and Bit Flip Register 35
MC83_RDBFL36    0xF00663E8          Read Data and Bit Flip Register 36
MC83_RDBFL37    0xF00663EA          Read Data and Bit Flip Register 37
MC83_RDBFL38    0xF00663EC          Read Data and Bit Flip Register 38
MC83_RDBFL39    0xF00663EE          Read Data and Bit Flip Register 39
MC84_CONFIG0    0xF0066400          Configuration Register 0
MC84_CONFIG1    0xF0066402          Configuration Register 1
MC84_MCONTROL   0xF0066404          MBIST Control Register
MC84_MSTATUS    0xF0066406          Status Register
MC84_RANGE      0xF0066408          Range Register, single address mode
MC84_REVID      0xF006640C          Revision ID Register
MC84_ECCS       0xF006640E          ECC Safety Register
MC84_ECCD       0xF0066410          Memory ECC Detection Register
MC84_ETRR0      0xF0066412          Error Tracking Register 0
MC84_ETRR1      0xF0066414          Error Tracking Register 1
MC84_ETRR2      0xF0066416          Error Tracking Register 2
MC84_ETRR3      0xF0066418          Error Tracking Register 3
MC84_ETRR4      0xF006641A          Error Tracking Register 4
MC84_RDBFL0     0xF00664A0          Read Data and Bit Flip Register 0
MC84_RDBFL1     0xF00664A2          Read Data and Bit Flip Register 1
MC84_RDBFL2     0xF00664A4          Read Data and Bit Flip Register 2
MC84_RDBFL3     0xF00664A6          Read Data and Bit Flip Register 3
MC84_RDBFL4     0xF00664A8          Read Data and Bit Flip Register 4
MC84_RDBFL5     0xF00664AA          Read Data and Bit Flip Register 5
MC84_RDBFL6     0xF00664AC          Read Data and Bit Flip Register 6
MC84_RDBFL7     0xF00664AE          Read Data and Bit Flip Register 7
MC84_RDBFL8     0xF00664B0          Read Data and Bit Flip Register 8
MC84_RDBFL9     0xF00664B2          Read Data and Bit Flip Register 9
MC84_RDBFL10    0xF00664B4          Read Data and Bit Flip Register 10
MC84_RDBFL11    0xF00664B6          Read Data and Bit Flip Register 11
MC84_RDBFL12    0xF00664B8          Read Data and Bit Flip Register 12
MC84_RDBFL13    0xF00664BA          Read Data and Bit Flip Register 13
MC84_RDBFL14    0xF00664BC          Read Data and Bit Flip Register 14
MC84_RDBFL15    0xF00664BE          Read Data and Bit Flip Register 15
MC84_RDBFL16    0xF00664C0          Read Data and Bit Flip Register 16
MC84_RDBFL17    0xF00664C2          Read Data and Bit Flip Register 17
MC84_RDBFL18    0xF00664C4          Read Data and Bit Flip Register 18
MC84_RDBFL19    0xF00664C6          Read Data and Bit Flip Register 19
MC84_RDBFL20    0xF00664C8          Read Data and Bit Flip Register 20
MC84_RDBFL21    0xF00664CA          Read Data and Bit Flip Register 21
MC84_RDBFL22    0xF00664CC          Read Data and Bit Flip Register 22
MC84_RDBFL23    0xF00664CE          Read Data and Bit Flip Register 23
MC84_RDBFL24    0xF00664D0          Read Data and Bit Flip Register 24
MC84_RDBFL25    0xF00664D2          Read Data and Bit Flip Register 25
MC84_RDBFL26    0xF00664D4          Read Data and Bit Flip Register 26
MC84_RDBFL27    0xF00664D6          Read Data and Bit Flip Register 27
MC84_RDBFL28    0xF00664D8          Read Data and Bit Flip Register 28
MC84_RDBFL29    0xF00664DA          Read Data and Bit Flip Register 29
MC84_RDBFL30    0xF00664DC          Read Data and Bit Flip Register 30
MC84_RDBFL31    0xF00664DE          Read Data and Bit Flip Register 31
MC84_RDBFL32    0xF00664E0          Read Data and Bit Flip Register 32
MC84_RDBFL33    0xF00664E2          Read Data and Bit Flip Register 33
MC84_RDBFL34    0xF00664E4          Read Data and Bit Flip Register 34
MC84_RDBFL35    0xF00664E6          Read Data and Bit Flip Register 35
MC84_RDBFL36    0xF00664E8          Read Data and Bit Flip Register 36
MC84_RDBFL37    0xF00664EA          Read Data and Bit Flip Register 37
MC84_RDBFL38    0xF00664EC          Read Data and Bit Flip Register 38
MC84_RDBFL39    0xF00664EE          Read Data and Bit Flip Register 39
MC85_CONFIG0    0xF0066500          Configuration Register 0
MC85_CONFIG1    0xF0066502          Configuration Register 1
MC85_MCONTROL   0xF0066504          MBIST Control Register
MC85_MSTATUS    0xF0066506          Status Register
MC85_RANGE      0xF0066508          Range Register, single address mode
MC85_REVID      0xF006650C          Revision ID Register
MC85_ECCS       0xF006650E          ECC Safety Register
MC85_ECCD       0xF0066510          Memory ECC Detection Register
MC85_ETRR0      0xF0066512          Error Tracking Register 0
MC85_ETRR1      0xF0066514          Error Tracking Register 1
MC85_ETRR2      0xF0066516          Error Tracking Register 2
MC85_ETRR3      0xF0066518          Error Tracking Register 3
MC85_ETRR4      0xF006651A          Error Tracking Register 4
MC85_RDBFL0     0xF00665A0          Read Data and Bit Flip Register 0
MC85_RDBFL1     0xF00665A2          Read Data and Bit Flip Register 1
MC85_RDBFL2     0xF00665A4          Read Data and Bit Flip Register 2
MC85_RDBFL3     0xF00665A6          Read Data and Bit Flip Register 3
MC85_RDBFL4     0xF00665A8          Read Data and Bit Flip Register 4
MC85_RDBFL5     0xF00665AA          Read Data and Bit Flip Register 5
MC85_RDBFL6     0xF00665AC          Read Data and Bit Flip Register 6
MC85_RDBFL7     0xF00665AE          Read Data and Bit Flip Register 7
MC85_RDBFL8     0xF00665B0          Read Data and Bit Flip Register 8
MC85_RDBFL9     0xF00665B2          Read Data and Bit Flip Register 9
MC85_RDBFL10    0xF00665B4          Read Data and Bit Flip Register 10
MC85_RDBFL11    0xF00665B6          Read Data and Bit Flip Register 11
MC85_RDBFL12    0xF00665B8          Read Data and Bit Flip Register 12
MC85_RDBFL13    0xF00665BA          Read Data and Bit Flip Register 13
MC85_RDBFL14    0xF00665BC          Read Data and Bit Flip Register 14
MC85_RDBFL15    0xF00665BE          Read Data and Bit Flip Register 15
MC85_RDBFL16    0xF00665C0          Read Data and Bit Flip Register 16
MC85_RDBFL17    0xF00665C2          Read Data and Bit Flip Register 17
MC85_RDBFL18    0xF00665C4          Read Data and Bit Flip Register 18
MC85_RDBFL19    0xF00665C6          Read Data and Bit Flip Register 19
MC85_RDBFL20    0xF00665C8          Read Data and Bit Flip Register 20
MC85_RDBFL21    0xF00665CA          Read Data and Bit Flip Register 21
MC85_RDBFL22    0xF00665CC          Read Data and Bit Flip Register 22
MC85_RDBFL23    0xF00665CE          Read Data and Bit Flip Register 23
MC85_RDBFL24    0xF00665D0          Read Data and Bit Flip Register 24
MC85_RDBFL25    0xF00665D2          Read Data and Bit Flip Register 25
MC85_RDBFL26    0xF00665D4          Read Data and Bit Flip Register 26
MC85_RDBFL27    0xF00665D6          Read Data and Bit Flip Register 27
MC85_RDBFL28    0xF00665D8          Read Data and Bit Flip Register 28
MC85_RDBFL29    0xF00665DA          Read Data and Bit Flip Register 29
MC85_RDBFL30    0xF00665DC          Read Data and Bit Flip Register 30
MC85_RDBFL31    0xF00665DE          Read Data and Bit Flip Register 31
MC85_RDBFL32    0xF00665E0          Read Data and Bit Flip Register 32
MC85_RDBFL33    0xF00665E2          Read Data and Bit Flip Register 33
MC85_RDBFL34    0xF00665E4          Read Data and Bit Flip Register 34
MC85_RDBFL35    0xF00665E6          Read Data and Bit Flip Register 35
MC85_RDBFL36    0xF00665E8          Read Data and Bit Flip Register 36
MC85_RDBFL37    0xF00665EA          Read Data and Bit Flip Register 37
MC85_RDBFL38    0xF00665EC          Read Data and Bit Flip Register 38
MC85_RDBFL39    0xF00665EE          Read Data and Bit Flip Register 39
MC86_CONFIG0    0xF0066600          Configuration Register 0
MC86_CONFIG1    0xF0066602          Configuration Register 1
MC86_MCONTROL   0xF0066604          MBIST Control Register
MC86_MSTATUS    0xF0066606          Status Register
MC86_RANGE      0xF0066608          Range Register, single address mode
MC86_REVID      0xF006660C          Revision ID Register
MC86_ECCS       0xF006660E          ECC Safety Register
MC86_ECCD       0xF0066610          Memory ECC Detection Register
MC86_ETRR0      0xF0066612          Error Tracking Register 0
MC86_ETRR1      0xF0066614          Error Tracking Register 1
MC86_ETRR2      0xF0066616          Error Tracking Register 2
MC86_ETRR3      0xF0066618          Error Tracking Register 3
MC86_ETRR4      0xF006661A          Error Tracking Register 4
MC86_RDBFL0     0xF00666A0          Read Data and Bit Flip Register 0
MC86_RDBFL1     0xF00666A2          Read Data and Bit Flip Register 1
MC86_RDBFL2     0xF00666A4          Read Data and Bit Flip Register 2
MC86_RDBFL3     0xF00666A6          Read Data and Bit Flip Register 3
MC86_RDBFL4     0xF00666A8          Read Data and Bit Flip Register 4
MC86_RDBFL5     0xF00666AA          Read Data and Bit Flip Register 5
MC86_RDBFL6     0xF00666AC          Read Data and Bit Flip Register 6
MC86_RDBFL7     0xF00666AE          Read Data and Bit Flip Register 7
MC86_RDBFL8     0xF00666B0          Read Data and Bit Flip Register 8
MC86_RDBFL9     0xF00666B2          Read Data and Bit Flip Register 9
MC86_RDBFL10    0xF00666B4          Read Data and Bit Flip Register 10
MC86_RDBFL11    0xF00666B6          Read Data and Bit Flip Register 11
MC86_RDBFL12    0xF00666B8          Read Data and Bit Flip Register 12
MC86_RDBFL13    0xF00666BA          Read Data and Bit Flip Register 13
MC86_RDBFL14    0xF00666BC          Read Data and Bit Flip Register 14
MC86_RDBFL15    0xF00666BE          Read Data and Bit Flip Register 15
MC86_RDBFL16    0xF00666C0          Read Data and Bit Flip Register 16
MC86_RDBFL17    0xF00666C2          Read Data and Bit Flip Register 17
MC86_RDBFL18    0xF00666C4          Read Data and Bit Flip Register 18
MC86_RDBFL19    0xF00666C6          Read Data and Bit Flip Register 19
MC86_RDBFL20    0xF00666C8          Read Data and Bit Flip Register 20
MC86_RDBFL21    0xF00666CA          Read Data and Bit Flip Register 21
MC86_RDBFL22    0xF00666CC          Read Data and Bit Flip Register 22
MC86_RDBFL23    0xF00666CE          Read Data and Bit Flip Register 23
MC86_RDBFL24    0xF00666D0          Read Data and Bit Flip Register 24
MC86_RDBFL25    0xF00666D2          Read Data and Bit Flip Register 25
MC86_RDBFL26    0xF00666D4          Read Data and Bit Flip Register 26
MC86_RDBFL27    0xF00666D6          Read Data and Bit Flip Register 27
MC86_RDBFL28    0xF00666D8          Read Data and Bit Flip Register 28
MC86_RDBFL29    0xF00666DA          Read Data and Bit Flip Register 29
MC86_RDBFL30    0xF00666DC          Read Data and Bit Flip Register 30
MC86_RDBFL31    0xF00666DE          Read Data and Bit Flip Register 31
MC86_RDBFL32    0xF00666E0          Read Data and Bit Flip Register 32
MC86_RDBFL33    0xF00666E2          Read Data and Bit Flip Register 33
MC86_RDBFL34    0xF00666E4          Read Data and Bit Flip Register 34
MC86_RDBFL35    0xF00666E6          Read Data and Bit Flip Register 35
MC86_RDBFL36    0xF00666E8          Read Data and Bit Flip Register 36
MC86_RDBFL37    0xF00666EA          Read Data and Bit Flip Register 37
MC86_RDBFL38    0xF00666EC          Read Data and Bit Flip Register 38
MC86_RDBFL39    0xF00666EE          Read Data and Bit Flip Register 39
MC87_CONFIG0    0xF0066700          Configuration Register 0
MC87_CONFIG1    0xF0066702          Configuration Register 1
MC87_MCONTROL   0xF0066704          MBIST Control Register
MC87_MSTATUS    0xF0066706          Status Register
MC87_RANGE      0xF0066708          Range Register, single address mode
MC87_REVID      0xF006670C          Revision ID Register
MC87_ECCS       0xF006670E          ECC Safety Register
MC87_ECCD       0xF0066710          Memory ECC Detection Register
MC87_ETRR0      0xF0066712          Error Tracking Register 0
MC87_ETRR1      0xF0066714          Error Tracking Register 1
MC87_ETRR2      0xF0066716          Error Tracking Register 2
MC87_ETRR3      0xF0066718          Error Tracking Register 3
MC87_ETRR4      0xF006671A          Error Tracking Register 4
MC87_RDBFL0     0xF00667A0          Read Data and Bit Flip Register 0
MC87_RDBFL1     0xF00667A2          Read Data and Bit Flip Register 1
MC87_RDBFL2     0xF00667A4          Read Data and Bit Flip Register 2
MC87_RDBFL3     0xF00667A6          Read Data and Bit Flip Register 3
MC87_RDBFL4     0xF00667A8          Read Data and Bit Flip Register 4
MC87_RDBFL5     0xF00667AA          Read Data and Bit Flip Register 5
MC87_RDBFL6     0xF00667AC          Read Data and Bit Flip Register 6
MC87_RDBFL7     0xF00667AE          Read Data and Bit Flip Register 7
MC87_RDBFL8     0xF00667B0          Read Data and Bit Flip Register 8
MC87_RDBFL9     0xF00667B2          Read Data and Bit Flip Register 9
MC87_RDBFL10    0xF00667B4          Read Data and Bit Flip Register 10
MC87_RDBFL11    0xF00667B6          Read Data and Bit Flip Register 11
MC87_RDBFL12    0xF00667B8          Read Data and Bit Flip Register 12
MC87_RDBFL13    0xF00667BA          Read Data and Bit Flip Register 13
MC87_RDBFL14    0xF00667BC          Read Data and Bit Flip Register 14
MC87_RDBFL15    0xF00667BE          Read Data and Bit Flip Register 15
MC87_RDBFL16    0xF00667C0          Read Data and Bit Flip Register 16
MC87_RDBFL17    0xF00667C2          Read Data and Bit Flip Register 17
MC87_RDBFL18    0xF00667C4          Read Data and Bit Flip Register 18
MC87_RDBFL19    0xF00667C6          Read Data and Bit Flip Register 19
MC87_RDBFL20    0xF00667C8          Read Data and Bit Flip Register 20
MC87_RDBFL21    0xF00667CA          Read Data and Bit Flip Register 21
MC87_RDBFL22    0xF00667CC          Read Data and Bit Flip Register 22
MC87_RDBFL23    0xF00667CE          Read Data and Bit Flip Register 23
MC87_RDBFL24    0xF00667D0          Read Data and Bit Flip Register 24
MC87_RDBFL25    0xF00667D2          Read Data and Bit Flip Register 25
MC87_RDBFL26    0xF00667D4          Read Data and Bit Flip Register 26
MC87_RDBFL27    0xF00667D6          Read Data and Bit Flip Register 27
MC87_RDBFL28    0xF00667D8          Read Data and Bit Flip Register 28
MC87_RDBFL29    0xF00667DA          Read Data and Bit Flip Register 29
MC87_RDBFL30    0xF00667DC          Read Data and Bit Flip Register 30
MC87_RDBFL31    0xF00667DE          Read Data and Bit Flip Register 31
MC87_RDBFL32    0xF00667E0          Read Data and Bit Flip Register 32
MC87_RDBFL33    0xF00667E2          Read Data and Bit Flip Register 33
MC87_RDBFL34    0xF00667E4          Read Data and Bit Flip Register 34
MC87_RDBFL35    0xF00667E6          Read Data and Bit Flip Register 35
MC87_RDBFL36    0xF00667E8          Read Data and Bit Flip Register 36
MC87_RDBFL37    0xF00667EA          Read Data and Bit Flip Register 37
MC87_RDBFL38    0xF00667EC          Read Data and Bit Flip Register 38
MC87_RDBFL39    0xF00667EE          Read Data and Bit Flip Register 39
HSSL_CLC        0xF0080000          Clock Control Register
HSSL_ID         0xF0080008          Module Identification Register
HSSL_CRC        0xF008000C          CRC Control Register
HSSL_CFG        0xF0080010          Configuration Register
HSSL_QFLAGS     0xF0080014          Request Flags Register
HSSL_MFLAGS     0xF0080018          Miscellaneous Flags Register
HSSL_MFLAGSSET  0xF008001C          Miscellaneous Flags Set Register
HSSL_MFLAGSCL   0xF0080020          Miscellaneous Flags Clear Register
HSSL_MFLAGSEN   0xF0080024          Flags Enable Register
HSSL_SFSFLAGS   0xF0080028          Stream FIFOs Status Flags Register
HSSL_IWD0       0xF0080030          Initiator Write Data Register 0
HSSL_ICON0      0xF0080034          Initiator Control Data Register 0
HSSL_IRWA0      0xF0080038          Initiator Read Write Address Register
HSSL_IRD0       0xF008003C          Initiator Read Data Register
HSSL_IWD1       0xF0080040          Initiator Write Data Register 1
HSSL_ICON1      0xF0080044          Initiator Control Data Register 1
HSSL_IRWA1      0xF0080048          Initiator Read Write Address Register
HSSL_IRD1       0xF008004C          Initiator Read Data Register
HSSL_IWD2       0xF0080050          Initiator Write Data Register 2
HSSL_ICON2      0xF0080054          Initiator Control Data Register 2
HSSL_IRWA2      0xF0080058          Initiator Read Write Address Register
HSSL_IRD2       0xF008005C          Initiator Read Data Register
HSSL_IWD3       0xF0080060          Initiator Write Data Register 3
HSSL_ICON3      0xF0080064          Initiator Control Data Register 3
HSSL_IRWA3      0xF0080068          Initiator Read Write Address Register
HSSL_IRD3       0xF008006C          Initiator Read Data Register
HSSL_TCD0       0xF0080070          Target Current Data Register 0
HSSL_TCA0       0xF0080074          Target Current Address Register 0
HSSL_TCD1       0xF0080078          Target Current Data Register 1
HSSL_TCA1       0xF008007C          Target Current Address Register 1
HSSL_TCD2       0xF0080080          Target Current Data Register 2
HSSL_TCA2       0xF0080084          Target Current Address Register 2
HSSL_TCD3       0xF0080088          Target Current Data Register 3
HSSL_TCA3       0xF008008C          Target Current Address Register 3
HSSL_TSTAT      0xF0080090          Target Status Register
HSSL_TIDADD     0xF0080094          Target ID Address Register
HSSL_ISSA0      0xF00800A0          Initiator Stream Start Address Register
HSSL_ISSA1      0xF00800A4          Initiator Stream Start Address Register
HSSL_ISCA       0xF00800A8          Initiator Stream Current Address Register
HSSL_ISFC       0xF00800AC          Initiator Stream Frame Count Register
HSSL_TSSA0      0xF00800B0          Target Stream Start Address Register 0
HSSL_TSSA1      0xF00800B4          Target Stream Start Address Register 1
HSSL_TSCA       0xF00800B8          Target Stream Current Address Register
HSSL_TSFC       0xF00800BC          Target Stream Frame Count Register
HSSL_AWSTART0   0xF00800C0          Access Window Start Register 0
HSSL_AWEND0     0xF00800C4          Access Window End Register 0
HSSL_AWSTART1   0xF00800C8          Access Window Start Register 1
HSSL_AWEND1     0xF00800CC          Access Window End Register 1
HSSL_AWSTART2   0xF00800D0          Access Window Start Register 2
HSSL_AWEND2     0xF00800D4          Access Window End Register 2
HSSL_AWSTART3   0xF00800D8          Access Window Start Register 3
HSSL_AWEND3     0xF00800DC          Access Window End Register 3
HSSL_AR         0xF00800E0          Access Rules Register
HSSL_OCS        0xF00800E8          OCDS Control and Status
HSSL_KRSTCLR    0xF00800EC          Kernel Reset Status Clear Register
HSSL_KRST1      0xF00800F0          Kernel Reset Register 1
HSSL_KRST0      0xF00800F4          Kernel Reset Register 0
HSSL_ACCEN1     0xF00800F8          Access Enable Register 1
HSSL_ACCEN0     0xF00800FC          Access Enable Register 0
HSCT_CLC        0xF0090000          Clock Control Register
HSCT_ID         0xF0090008          Module Identification Register
HSCT_INIT       0xF0090010          Initialization register
HSCT_IFCTRL     0xF0090014          CPU transfer control register
HSCT_SLEEPCTRL  0xF0090018          Sleep Control Register
HSCT_CTSCTRL    0xF009001C          Clear To Send Control Register
HSCT_DISABLE    0xF0090020          Transmission Disable Register
HSCT_STAT       0xF0090024          Status Register
HSCT_IFSTAT     0xF0090028          Interface Status Register
HSCT_CONFIGPHY  0xF0090030          Configuration physical layer register
HSCT_STATPHY    0xF0090034          STATPHY
HSCT_IRQ        0xF0090040          Interrupt register
HSCT_IRQEN      0xF0090044          Interrupt enable register
HSCT_IRQCLR     0xF0090048          Interrupt clear register
HSCT_USMR       0xF0090050          Unsolicited Status Message Received
HSCT_USMS       0xF0090054          Unsolicited Status Message Send
HSCT_OCS        0xF009FFE8          OCDS Control and Status
HSCT_KRSTCLR    0xF009FFEC          Reset Status Clear Register
HSCT_KRST1      0xF009FFF0          Reset Register 1
HSCT_KRST0      0xF009FFF4          Reset Register 0
HSCT_ACCEN1     0xF009FFF8          Access Enable Register 1
HSCT_ACCEN0     0xF009FFFC          Access Enable Register 0
I2C0_CLC1       0xF00C0000          Clock Control 1 Register
I2C0_ID         0xF00C0008          Module Identification Register
I2C0_RUNCTRL    0xF00C0010          RUN Control Register
I2C0_ENDDCTRL   0xF00C0014          End Data Control Register
I2C0_FDIVCFG    0xF00C0018          Fractional Divider Configuration Register
I2C0_FDIVHIGHCFG 0xF00C001C          Fractional Divider High-speed Mode Configuration Register
I2C0_ADDRCFG    0xF00C0020          Address Configuration Register
I2C0_BUSSTAT    0xF00C0024          Bus Status Register
I2C0_FIFOCFG    0xF00C0028          FIFO Configuration Register
I2C0_MRPSCTRL   0xF00C002C          Maximum Received Packet Size Control Register
I2C0_RPSSTAT    0xF00C0030          Received Packet Size Status Register
I2C0_TPSCTRL    0xF00C0034          Transmit Packet Size Control Register
I2C0_FFSSTAT    0xF00C0038          Filled FIFO Stages Status Register
I2C0_TIMCFG     0xF00C0040          Timing Configuration Register
I2C0_ERRIRQSM   0xF00C0060          Error Interrupt Request Source Mask Register
I2C0_ERRIRQSS   0xF00C0064          Error Interrupt Request Source Status Register
I2C0_ERRIRQSC   0xF00C0068          Error Interrupt Request Source Clear Register
I2C0_PIRQSM     0xF00C0070          Protocol Interrupt Request Source Mask Register
I2C0_PIRQSS     0xF00C0074          Protocol Interrupt Request Source Status Register
I2C0_PIRQSC     0xF00C0078          Protocol Interrupt Request Source Clear Register
I2C0_RIS        0xF00C0080          Raw Interrupt Status Register
I2C0_IMSC       0xF00C0084          Interrupt Mask Control Register
I2C0_MIS        0xF00C0088          Masked Interrupt Status Register
I2C0_ICR        0xF00C008C          Interrupt Clear Register
I2C0_ISR        0xF00C0090          Interrupt Set Register
I2C0_TXD        0xF00C8000          Transmission Data Register
I2C0_RXD        0xF00CC000          Reception Data Register
I2C0_CLC        0xF00D0000          Clock Control Register
I2C0_MODID      0xF00D0004          Module Identification Register
I2C0_GPCTL      0xF00D0008          General Purpose Control Register
I2C0_ACCEN0     0xF00D000C          Access Enable Register 0
I2C0_ACCEN1     0xF00D0010          Access Enable Register 1
I2C0_KRST0      0xF00D0014          Kernel Reset Register 0
I2C0_KRST1      0xF00D0018          Kernel Reset Register 1
I2C0_KRSTCLR    0xF00D001C          Kernel Reset Status Clear Register
GTM_REV         0xF0100000          GTM Version Control Register
GTM_RST         0xF0100004          GTM Global Reset Register
GTM_CTRL        0xF0100008          GTM Global Control Register
GTM_AEI_ADDR_XPT 0xF010000C          GTM AEI Timeout Exception Address Register
GTM_IRQ_NOTIFY  0xF0100010          GTM Interrupt Notification Register
GTM_IRQ_EN      0xF0100014          GTM Interrupt Enable Register
GTM_IRQ_FORCINT 0xF0100018          GTM Software Interrupt Generation Register
GTM_IRQ_MODE    0xF010001C          GTM Top Level Interrupts Mode Selection
GTM_EIRQ_EN     0xF0100020          GTM Error Interrupt Enable Register
GTM_BRIDGE_MODE 0xF0100030          GTM to SPB BRIDGE MODE
GTM_BRIDGE_PTR1 0xF0100034          GTM to SPB BRIDGE PTR1
GTM_BRIDGE_PTR2 0xF0100038          GTM to SPB BRIDGE PTR2
GTM_TIM0_AUX_IN_SRC 0xF0100040          GTM TIM0 AUX_IN_SRC
GTM_TIM1_AUX_IN_SRC 0xF0100044          GTM TIM1 AUX_IN_SRC
GTM_TIM2_AUX_IN_SRC 0xF0100048          GTM TIM2 AUX_IN_SRC
GTM_TBU_CHEN    0xF0100100          TBU Global Channel Enable Register
GTM_TBU_CH0_CTRL 0xF0100104          TBU Channel 0 Control Register
GTM_TBU_CH0_BASE 0xF0100108          TBU Channel 0 Base Register
GTM_TBU_CH1_CTRL 0xF010010C          TBU Channel 1 Control Register
GTM_TBU_CH1_BASE 0xF0100110          TBU Channel 1 Base Register
GTM_TBU_CH2_CTRL 0xF0100114          TBU Channel 2 Control Register
GTM_TBU_CH2_BASE 0xF0100118          TBU Channel 2 Base Register
GTM_MON_STATUS  0xF0100180          Monitor Status Register
GTM_MON_ACTIVITY_0 0xF0100184          Monitor Activity Register 0
GTM_CMP_EN      0xF0100200          CMP Comparator Enable Register
GTM_CMP_IRQ_NOTIFY 0xF0100204          CMP Event Notification Register
GTM_CMP_IRQ_EN  0xF0100208          CMP Interrupt Enable Register
GTM_CMP_IRQ_FORCINT 0xF010020C          CMP Interrupt Force Register
GTM_CMP_IRQ_MODE 0xF0100210          CMP IRQ Mode Configuration Register
GTM_CMP_EIRQ_EN 0xF0100214          CMP Error Interrupt Enable Register
GTM_ARU_ACCESS  0xF0100280          ARU Access Register
GTM_ARU_DATA_H  0xF0100284          ARU Access Register Upper Data Word
GTM_ARU_DATA_L  0xF0100288          ARU Access Register Lower Data Word
GTM_ARU_DBG_ACCESS0 0xF010028C          Debug Access Channel 0
GTM_ARU_DBG_DATA0_H 0xF0100290          Debug Access 0 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA0_L 0xF0100294          Debug Access 0 Transfer Register Lower Data Word
GTM_ARU_DBG_ACCESS1 0xF0100298          Debug Access Channel 0
GTM_ARU_DBG_DATA1_H 0xF010029C          Debug Access 1 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA1_L 0xF01002A0          Debug Access 1 Transfer Register Lower Data Word
GTM_ARU_IRQ_NOTIFY 0xF01002A4          ARU Interrupt Notification Register
GTM_ARU_IRQ_EN  0xF01002A8          ARU Interrupt Enable Register
GTM_ARU_IRQ_FORCINT 0xF01002AC          ARU_NEW_DATA_IRQ Forcing Interrupt Register
GTM_ARU_IRQ_MODE 0xF01002B0          IRQ Mode Configuration Register
GTM_CMU_CLK_EN  0xF0100300          CMU Clock Enable Register
GTM_CMU_GCLK_NUM 0xF0100304          CMU Global Clock Control Numerator Register
GTM_CMU_GCLK_DEN 0xF0100308          CMU Global Clock Control Denominator Register
GTM_CMU_CLK_0_CTRL 0xF010030C          CMU Control For Clock Source 0 Register
GTM_CMU_CLK_1_CTRL 0xF0100310          CMU Control For Clock Source 1 Register
GTM_CMU_CLK_2_CTRL 0xF0100314          CMU Control For Clock Source 2 Register
GTM_CMU_CLK_3_CTRL 0xF0100318          CMU Control For Clock Source 3 Register
GTM_CMU_CLK_4_CTRL 0xF010031C          CMU Control For Clock Source 4 Register
GTM_CMU_CLK_5_CTRL 0xF0100320          CMU Control For Clock Source 5 Register
GTM_CMU_CLK_6_CTRL 0xF0100324          CMU Control For Clock Source 6 Register
GTM_CMU_CLK_7_CTRL 0xF0100328          CMU Control For Clock Source 7 Register
GTM_CMU_ECLK_0_NUM 0xF010032C          CMU External Clock 0 Control Numerator Register
GTM_CMU_ECLK_0_DEN 0xF0100330          CMU External Clock 0 Control Denominator Register
GTM_CMU_ECLK_1_NUM 0xF0100334          CMU External Clock 1 Control Numerator Register
GTM_CMU_ECLK_1_DEN 0xF0100338          CMU External Clock 1 Control Denominator Register
GTM_CMU_ECLK_2_NUM 0xF010033C          CMU External Clock 2 Control Numerator Register
GTM_CMU_ECLK_2_DEN 0xF0100340          CMU External Clock 2 Control Denominator Register
GTM_CMU_FXCLK_CTRL 0xF0100344          CMU FXCLK Control Register
GTM_BRC_SRC0_ADDR 0xF0100400          Read Address For Input Channel 0
GTM_BRC_SRC0_DEST 0xF0100404          Destination Channels For Input Channel 0
GTM_BRC_SRC1_ADDR 0xF0100408          Read Address For Input Channel 1
GTM_BRC_SRC1_DEST 0xF010040C          Destination Channels For Input Channel 1
GTM_BRC_SRC2_ADDR 0xF0100410          Read Address For Input Channel 2
GTM_BRC_SRC2_DEST 0xF0100414          Destination Channels For Input Channel 2
GTM_BRC_SRC3_ADDR 0xF0100418          Read Address For Input Channel 3
GTM_BRC_SRC3_DEST 0xF010041C          Destination Channels For Input Channel 3
GTM_BRC_SRC4_ADDR 0xF0100420          Read Address For Input Channel 4
GTM_BRC_SRC4_DEST 0xF0100424          Destination Channels For Input Channel 4
GTM_BRC_SRC5_ADDR 0xF0100428          Read Address For Input Channel 5
GTM_BRC_SRC5_DEST 0xF010042C          Destination Channels For Input Channel 5
GTM_BRC_SRC6_ADDR 0xF0100430          Read Address For Input Channel 6
GTM_BRC_SRC6_DEST 0xF0100434          Destination Channels For Input Channel 6
GTM_BRC_SRC7_ADDR 0xF0100438          Read Address For Input Channel 7
GTM_BRC_SRC7_DEST 0xF010043C          Destination Channels For Input Channel 7
GTM_BRC_SRC8_ADDR 0xF0100440          Read Address For Input Channel 8
GTM_BRC_SRC8_DEST 0xF0100444          Destination Channels For Input Channel 8
GTM_BRC_SRC9_ADDR 0xF0100448          Read Address For Input Channel 9
GTM_BRC_SRC9_DEST 0xF010044C          Destination Channels For Input Channel 9
GTM_BRC_SRC10_ADDR 0xF0100450          Read Address For Input Channel 10
GTM_BRC_SRC10_DEST 0xF0100454          Destination Channels For Input Channel 10
GTM_BRC_SRC11_ADDR 0xF0100458          Read Address For Input Channel 11
GTM_BRC_SRC11_DEST 0xF010045C          Destination Channels For Input Channel 11
GTM_BRC_IRQ_NOTIFY 0xF0100460          BRC Interrupt Notification Register
GTM_BRC_IRQ_EN  0xF0100464          BRC Interrupt Enable Register
GTM_BRC_IRQ_FORCINT 0xF0100468          BRC_DEST_ERR Forcing Interrupt Register
GTM_BRC_IRQ_MODE 0xF010046C          BRC IRQ Mode Configuration Register
GTM_BRC_RST     0xF0100470          BRC Software Reset Register
GTM_BRC_EIRQ_EN 0xF0100474          BRC Error Interrupt Enable Register
GTM_ICM_IRQG_0  0xF0100600          GTM Infrastructure Interrupt Group
GTM_ICM_IRQG_1  0xF0100604          GTM DPLL Interrupt Group
GTM_ICM_IRQG_2  0xF0100608          TIM Interrupt Group 0
GTM_ICM_IRQG_4  0xF0100610          MCS Interrupt Group 0
GTM_ICM_IRQG_6  0xF0100618          TOM Interrupt Group 0
GTM_ICM_IRQG_9  0xF0100624          ATOM Interrupt Group 0
GTM_ICM_IRQG_MEI 0xF0100630          ICM Module Error Interrupt Register
GTM_ICM_IRQG_CEI0 0xF0100634          ICM Channel Error Interrupt 0 Register
GTM_ICM_IRQG_CEI1 0xF0100638          ICM Channel Error Interrupt 1 Register
GTM_ICM_IRQG_CEI3 0xF0100640          ICM Channel Error Interrupt 3 Register
GTM_SPE0_CTRL_STAT 0xF0100800          SPE0 Control Status Register
GTM_SPE0_PAT    0xF0100804          SPE0 Input Pattern Definition Register
GTM_SPE0_OUT_PAT0 0xF0100808          SPE0 Output Definition Register 0
GTM_SPE0_OUT_PAT1 0xF010080C          SPE0 Output Definition Register 1
GTM_SPE0_OUT_PAT2 0xF0100810          SPE0 Output Definition Register 2
GTM_SPE0_OUT_PAT3 0xF0100814          SPE0 Output Definition Register 3
GTM_SPE0_OUT_PAT4 0xF0100818          SPE0 Output Definition Register 4
GTM_SPE0_OUT_PAT5 0xF010081C          SPE0 Output Definition Register 5
GTM_SPE0_OUT_PAT6 0xF0100820          SPE0 Output Definition Register 6
GTM_SPE0_OUT_PAT7 0xF0100824          SPE0 Output Definition Register 7
GTM_SPE0_OUT_CTRL 0xF0100828          SPE0 Output Control Register
GTM_SPE0_IRQ_NOTIFY 0xF010082C          SPE0 Interrupt Notification Register
GTM_SPE0_IRQ_EN 0xF0100830          SPE0 Interrupt Enable Register
GTM_SPE0_IRQ_FORCINT 0xF0100834          SPE0 Interrupt Generation by Software
GTM_SPE0_IRQ_MODE 0xF0100838          SPE0 IRQ Mode Configuration Register
GTM_SPE0_EIRQ_EN 0xF010083C          SPE0 Error Interrupt Enable Register
GTM_SPE0_CNT    0xF0100840          SPE0 Revolution Counter Register
GTM_SPE0_CMP    0xF0100844          SPE0 Revolution Compare Register
GTM_SPE1_CTRL_STAT 0xF0100880          SPE1 Control Status Register
GTM_SPE1_PAT    0xF0100884          SPE1 Input Pattern Definition Register
GTM_SPE1_OUT_PAT0 0xF0100888          SPE1 Output Definition Register 0
GTM_SPE1_OUT_PAT1 0xF010088C          SPE1 Output Definition Register 1
GTM_SPE1_OUT_PAT2 0xF0100890          SPE1 Output Definition Register 2
GTM_SPE1_OUT_PAT3 0xF0100894          SPE1 Output Definition Register 3
GTM_SPE1_OUT_PAT4 0xF0100898          SPE1 Output Definition Register 4
GTM_SPE1_OUT_PAT5 0xF010089C          SPE1 Output Definition Register 5
GTM_SPE1_OUT_PAT6 0xF01008A0          SPE1 Output Definition Register 6
GTM_SPE1_OUT_PAT7 0xF01008A4          SPE1 Output Definition Register 7
GTM_SPE1_OUT_CTRL 0xF01008A8          SPE1 Output Control Register
GTM_SPE1_IRQ_NOTIFY 0xF01008AC          SPE1 Interrupt Notification Register
GTM_SPE1_IRQ_EN 0xF01008B0          SPE1 Interrupt Enable Register
GTM_SPE1_IRQ_FORCINT 0xF01008B4          SPE1 Interrupt Generation by Software
GTM_SPE1_IRQ_MODE 0xF01008B8          SPE1 IRQ Mode Configuration Register
GTM_SPE1_EIRQ_EN 0xF01008BC          SPE1 Error Interrupt Enable Register
GTM_SPE1_CNT    0xF01008C0          SPE1 Revolution Counter Register
GTM_SPE1_CMP    0xF01008C4          SPE1 Revolution Compare Register
GTM_MAP_CTRL    0xF0100F00          MAP Control Register
GTM_MCFG_CTRL   0xF0100F40          Memory Layout Configuration Register
GTM_TIM0_CH0_GPR0 0xF0101000          TIM0 Channel 0 General Purpose 0 Register
GTM_TIM0_CH0_GPR1 0xF0101004          TIM0 Channel 0 General Purpose 1 Register
GTM_TIM0_CH0_CNT 0xF0101008          TIM0 Channel 0 SMU Counter Register
GTM_TIM0_CH0_ECNT 0xF010100C          TIM0 Channel 0 Edge Counter Register
GTM_TIM0_CH0_CNTS 0xF0101010          TIM0 Channel 0 SMU Shadow Counter Register
GTM_TIM0_CH0_TDUC 0xF0101014          TIM0 Channel 0 TDUC Register
GTM_TIM0_CH0_TDUV 0xF0101018          TIM0 Channel 0 TDUV Register
GTM_TIM0_CH0_FLT_RE 0xF010101C          GTM_TIM0 Channel 0 Filter Parameter 0 Register
GTM_TIM0_CH0_FLT_FE 0xF0101020          TIM0 Channel 0 Filter Parameter 1 Register
GTM_TIM0_CH0_CTRL 0xF0101024          TIM Channel 0 Control Register
GTM_TIM0_CH0_ECTRL 0xF0101028          TIM0 Channel 0 External Capture Control Register
GTM_TIM0_CH0_IRQ_NOTIFY 0xF010102C          TIM0 Channel 0 Interrupt Notification Register
GTM_TIM0_CH0_IRQ_EN 0xF0101030          TIM0 Channel 0 Interrupt Enable Register
GTM_TIM0_CH0_IRQ_FORCINT 0xF0101034          TIM0 Channel 0 Software Interrupt Force Register
GTM_TIM0_CH0_IRQ_MODE 0xF0101038          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH0_EIRQ_EN 0xF010103C          TIM0 Channel 0 Error Interrupt Enable Register
GTM_TIM0_IN_SRC 0xF0101078          TIM0_IN_SRC Long Name
GTM_TIM0_RST    0xF010107C          TIM0 Global Software Reset Register
GTM_TIM0_CH1_GPR0 0xF0101080          TIM0 Channel 1 General Purpose 0 Register
GTM_TIM0_CH1_GPR1 0xF0101084          TIM0 Channel 1 General Purpose 1 Register
GTM_TIM0_CH1_CNT 0xF0101088          TIM0 Channel 1 SMU Counter Register
GTM_TIM0_CH1_ECNT 0xF010108C          TIM0 Channel 1 Edge Counter Register
GTM_TIM0_CH1_CNTS 0xF0101090          TIM0 Channel 1 SMU Shadow Counter Register
GTM_TIM0_CH1_TDUC 0xF0101094          TIM0 Channel 1 TDUC Register
GTM_TIM0_CH1_TDUV 0xF0101098          TIM0 Channel 1 TDUV Register
GTM_TIM0_CH1_FLT_RE 0xF010109C          GTM_TIM0 Channel 1 Filter Parameter 0 Register
GTM_TIM0_CH1_FLT_FE 0xF01010A0          TIM0 Channel 1 Filter Parameter 1 Register
GTM_TIM0_CH1_CTRL 0xF01010A4          TIM Channel 1 Control Register
GTM_TIM0_CH1_ECTRL 0xF01010A8          TIM0 Channel 1 External Capture Control Register
GTM_TIM0_CH1_IRQ_NOTIFY 0xF01010AC          TIM0 Channel 1 Interrupt Notification Register
GTM_TIM0_CH1_IRQ_EN 0xF01010B0          TIM0 Channel 1 Interrupt Enable Register
GTM_TIM0_CH1_IRQ_FORCINT 0xF01010B4          TIM0 Channel 1 Software Interrupt Force Register
GTM_TIM0_CH1_IRQ_MODE 0xF01010B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH1_EIRQ_EN 0xF01010BC          TIM0 Channel 1 Error Interrupt Enable Register
GTM_TIM0_CH2_GPR0 0xF0101100          TIM0 Channel 2 General Purpose 0 Register
GTM_TIM0_CH2_GPR1 0xF0101104          TIM0 Channel 2 General Purpose 1 Register
GTM_TIM0_CH2_CNT 0xF0101108          TIM0 Channel 2 SMU Counter Register
GTM_TIM0_CH2_ECNT 0xF010110C          TIM0 Channel 2 Edge Counter Register
GTM_TIM0_CH2_CNTS 0xF0101110          TIM0 Channel 2 SMU Shadow Counter Register
GTM_TIM0_CH2_TDUC 0xF0101114          TIM0 Channel 2 TDUC Register
GTM_TIM0_CH2_TDUV 0xF0101118          TIM0 Channel 2 TDUV Register
GTM_TIM0_CH2_FLT_RE 0xF010111C          GTM_TIM0 Channel 2 Filter Parameter 0 Register
GTM_TIM0_CH2_FLT_FE 0xF0101120          TIM0 Channel 2 Filter Parameter 1 Register
GTM_TIM0_CH2_CTRL 0xF0101124          TIM Channel 2 Control Register
GTM_TIM0_CH2_ECTRL 0xF0101128          TIM0 Channel 2 External Capture Control Register
GTM_TIM0_CH2_IRQ_NOTIFY 0xF010112C          TIM0 Channel 2 Interrupt Notification Register
GTM_TIM0_CH2_IRQ_EN 0xF0101130          TIM0 Channel 2 Interrupt Enable Register
GTM_TIM0_CH2_IRQ_FORCINT 0xF0101134          TIM0 Channel 2 Software Interrupt Force Register
GTM_TIM0_CH2_IRQ_MODE 0xF0101138          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH2_EIRQ_EN 0xF010113C          TIM0 Channel 2 Error Interrupt Enable Register
GTM_TIM0_CH3_GPR0 0xF0101180          TIM0 Channel 3 General Purpose 0 Register
GTM_TIM0_CH3_GPR1 0xF0101184          TIM0 Channel 3 General Purpose 1 Register
GTM_TIM0_CH3_CNT 0xF0101188          TIM0 Channel 3 SMU Counter Register
GTM_TIM0_CH3_ECNT 0xF010118C          TIM0 Channel 3 Edge Counter Register
GTM_TIM0_CH3_CNTS 0xF0101190          TIM0 Channel 3 SMU Shadow Counter Register
GTM_TIM0_CH3_TDUC 0xF0101194          TIM0 Channel 3 TDUC Register
GTM_TIM0_CH3_TDUV 0xF0101198          TIM0 Channel 3 TDUV Register
GTM_TIM0_CH3_FLT_RE 0xF010119C          GTM_TIM0 Channel 3 Filter Parameter 0 Register
GTM_TIM0_CH3_FLT_FE 0xF01011A0          TIM0 Channel 3 Filter Parameter 1 Register
GTM_TIM0_CH3_CTRL 0xF01011A4          TIM Channel 3 Control Register
GTM_TIM0_CH3_ECTRL 0xF01011A8          TIM0 Channel 3 External Capture Control Register
GTM_TIM0_CH3_IRQ_NOTIFY 0xF01011AC          TIM0 Channel 3 Interrupt Notification Register
GTM_TIM0_CH3_IRQ_EN 0xF01011B0          TIM0 Channel 3 Interrupt Enable Register
GTM_TIM0_CH3_IRQ_FORCINT 0xF01011B4          TIM0 Channel 3 Software Interrupt Force Register
GTM_TIM0_CH3_IRQ_MODE 0xF01011B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH3_EIRQ_EN 0xF01011BC          TIM0 Channel 3 Error Interrupt Enable Register
GTM_TIM0_CH4_GPR0 0xF0101200          TIM0 Channel 4 General Purpose 0 Register
GTM_TIM0_CH4_GPR1 0xF0101204          TIM0 Channel 4 General Purpose 1 Register
GTM_TIM0_CH4_CNT 0xF0101208          TIM0 Channel 4 SMU Counter Register
GTM_TIM0_CH4_ECNT 0xF010120C          TIM0 Channel 4 Edge Counter Register
GTM_TIM0_CH4_CNTS 0xF0101210          TIM0 Channel 4 SMU Shadow Counter Register
GTM_TIM0_CH4_TDUC 0xF0101214          TIM0 Channel 4 TDUC Register
GTM_TIM0_CH4_TDUV 0xF0101218          TIM0 Channel 4 TDUV Register
GTM_TIM0_CH4_FLT_RE 0xF010121C          GTM_TIM0 Channel 4 Filter Parameter 0 Register
GTM_TIM0_CH4_FLT_FE 0xF0101220          TIM0 Channel 4 Filter Parameter 1 Register
GTM_TIM0_CH4_CTRL 0xF0101224          TIM Channel 4 Control Register
GTM_TIM0_CH4_ECTRL 0xF0101228          TIM0 Channel 4 External Capture Control Register
GTM_TIM0_CH4_IRQ_NOTIFY 0xF010122C          TIM0 Channel 4 Interrupt Notification Register
GTM_TIM0_CH4_IRQ_EN 0xF0101230          TIM0 Channel 4 Interrupt Enable Register
GTM_TIM0_CH4_IRQ_FORCINT 0xF0101234          TIM0 Channel 4 Software Interrupt Force Register
GTM_TIM0_CH4_IRQ_MODE 0xF0101238          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH4_EIRQ_EN 0xF010123C          TIM0 Channel 4 Error Interrupt Enable Register
GTM_TIM0_CH5_GPR0 0xF0101280          TIM0 Channel 5 General Purpose 0 Register
GTM_TIM0_CH5_GPR1 0xF0101284          TIM0 Channel 5 General Purpose 1 Register
GTM_TIM0_CH5_CNT 0xF0101288          TIM0 Channel 5 SMU Counter Register
GTM_TIM0_CH5_ECNT 0xF010128C          TIM0 Channel 5 Edge Counter Register
GTM_TIM0_CH5_CNTS 0xF0101290          TIM0 Channel 5 SMU Shadow Counter Register
GTM_TIM0_CH5_TDUC 0xF0101294          TIM0 Channel 5 TDUC Register
GTM_TIM0_CH5_TDUV 0xF0101298          TIM0 Channel 5 TDUV Register
GTM_TIM0_CH5_FLT_RE 0xF010129C          GTM_TIM0 Channel 5 Filter Parameter 0 Register
GTM_TIM0_CH5_FLT_FE 0xF01012A0          TIM0 Channel 5 Filter Parameter 1 Register
GTM_TIM0_CH5_CTRL 0xF01012A4          TIM Channel 5 Control Register
GTM_TIM0_CH5_ECTRL 0xF01012A8          TIM0 Channel 5 External Capture Control Register
GTM_TIM0_CH5_IRQ_NOTIFY 0xF01012AC          TIM0 Channel 5 Interrupt Notification Register
GTM_TIM0_CH5_IRQ_EN 0xF01012B0          TIM0 Channel 5 Interrupt Enable Register
GTM_TIM0_CH5_IRQ_FORCINT 0xF01012B4          TIM0 Channel 5 Software Interrupt Force Register
GTM_TIM0_CH5_IRQ_MODE 0xF01012B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH5_EIRQ_EN 0xF01012BC          TIM0 Channel 5 Error Interrupt Enable Register
GTM_TIM0_CH6_GPR0 0xF0101300          TIM0 Channel 6 General Purpose 0 Register
GTM_TIM0_CH6_GPR1 0xF0101304          TIM0 Channel 6 General Purpose 1 Register
GTM_TIM0_CH6_CNT 0xF0101308          TIM0 Channel 6 SMU Counter Register
GTM_TIM0_CH6_ECNT 0xF010130C          TIM0 Channel 6 Edge Counter Register
GTM_TIM0_CH6_CNTS 0xF0101310          TIM0 Channel 6 SMU Shadow Counter Register
GTM_TIM0_CH6_TDUC 0xF0101314          TIM0 Channel 6 TDUC Register
GTM_TIM0_CH6_TDUV 0xF0101318          TIM0 Channel 6 TDUV Register
GTM_TIM0_CH6_FLT_RE 0xF010131C          GTM_TIM0 Channel 6 Filter Parameter 0 Register
GTM_TIM0_CH6_FLT_FE 0xF0101320          TIM0 Channel 6 Filter Parameter 1 Register
GTM_TIM0_CH6_CTRL 0xF0101324          TIM Channel 6 Control Register
GTM_TIM0_CH6_ECTRL 0xF0101328          TIM0 Channel 6 External Capture Control Register
GTM_TIM0_CH6_IRQ_NOTIFY 0xF010132C          TIM0 Channel 6 Interrupt Notification Register
GTM_TIM0_CH6_IRQ_EN 0xF0101330          TIM0 Channel 6 Interrupt Enable Register
GTM_TIM0_CH6_IRQ_FORCINT 0xF0101334          TIM0 Channel 6 Software Interrupt Force Register
GTM_TIM0_CH6_IRQ_MODE 0xF0101338          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH6_EIRQ_EN 0xF010133C          TIM0 Channel 6 Error Interrupt Enable Register
GTM_TIM0_CH7_GPR0 0xF0101380          TIM0 Channel 7 General Purpose 0 Register
GTM_TIM0_CH7_GPR1 0xF0101384          TIM0 Channel 7 General Purpose 1 Register
GTM_TIM0_CH7_CNT 0xF0101388          TIM0 Channel 7 SMU Counter Register
GTM_TIM0_CH7_ECNT 0xF010138C          TIM0 Channel 7 Edge Counter Register
GTM_TIM0_CH7_CNTS 0xF0101390          TIM0 Channel 7 SMU Shadow Counter Register
GTM_TIM0_CH7_TDUC 0xF0101394          TIM0 Channel 7 TDUC Register
GTM_TIM0_CH7_TDUV 0xF0101398          TIM0 Channel 7 TDUV Register
GTM_TIM0_CH7_FLT_RE 0xF010139C          GTM_TIM0 Channel 7 Filter Parameter 0 Register
GTM_TIM0_CH7_FLT_FE 0xF01013A0          TIM0 Channel 7 Filter Parameter 1 Register
GTM_TIM0_CH7_CTRL 0xF01013A4          TIM Channel 7 Control Register
GTM_TIM0_CH7_ECTRL 0xF01013A8          TIM0 Channel 7 External Capture Control Register
GTM_TIM0_CH7_IRQ_NOTIFY 0xF01013AC          TIM0 Channel 7 Interrupt Notification Register
GTM_TIM0_CH7_IRQ_EN 0xF01013B0          TIM0 Channel 7 Interrupt Enable Register
GTM_TIM0_CH7_IRQ_FORCINT 0xF01013B4          TIM0 Channel 7 Software Interrupt Force Register
GTM_TIM0_CH7_IRQ_MODE 0xF01013B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH7_EIRQ_EN 0xF01013BC          TIM0 Channel 7 Error Interrupt Enable Register
GTM_TIM1_CH0_GPR0 0xF0101800          TIM1 Channel 0 General Purpose 0 Register
GTM_TIM1_CH0_GPR1 0xF0101804          TIM1 Channel 0 General Purpose 1 Register
GTM_TIM1_CH0_CNT 0xF0101808          TIM1 Channel 0 SMU Counter Register
GTM_TIM1_CH0_ECNT 0xF010180C          TIM1 Channel 0 Edge Counter Register
GTM_TIM1_CH0_CNTS 0xF0101810          TIM1Channel 0 SMU Shadow Counter Register
GTM_TIM1_CH0_TDUC 0xF0101814          TIM1 Channel 0 TDUC Register
GTM_TIM1_CH0_TDUV 0xF0101818          TIM1 Channel 0 TDUV Register
GTM_TIM1_CH0_FLT_RE 0xF010181C          GTM_TIM1 Channel 0 Filter Parameter 0 Register
GTM_TIM1_CH0_FLT_FE 0xF0101820          TIM1 Channel 0 Filter Parameter 1 Register
GTM_TIM1_CH0_CTRL 0xF0101824          TIM1_Channel0_CTRL Register
GTM_TIM1_CH0_ECTRL 0xF0101828          TIM1 Channel 0 External Capture Control Register
GTM_TIM1_CH0_IRQ_NOTIFY 0xF010182C          TIM1 Channel 0 Interrupt Notification Register
GTM_TIM1_CH0_IRQ_EN 0xF0101830          TIM1 Channel 0 Interrupt Enable Register
GTM_TIM1_CH0_IRQ_FORCINT 0xF0101834          TIM1 Channel 0 Software Interrupt Force Register
GTM_TIM1_CH0_IRQ_MODE 0xF0101838          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH0_EIRQ_EN 0xF010183C          TIM1 Channel 0 Error Interrupt Enable Register
GTM_TIM1_IN_SRC 0xF0101878          TIM1_IN_SRC Long Name
GTM_TIM1_RST    0xF010187C          TIM1 Global Software Reset Register
GTM_TIM1_CH1_GPR0 0xF0101880          TIM1 Channel 1 General Purpose 0 Register
GTM_TIM1_CH1_GPR1 0xF0101884          TIM1 Channel 1 General Purpose 1 Register
GTM_TIM1_CH1_CNT 0xF0101888          TIM1 Channel 1 SMU Counter Register
GTM_TIM1_CH1_ECNT 0xF010188C          TIM1 Channel 1 Edge Counter Register
GTM_TIM1_CH1_CNTS 0xF0101890          TIM1Channel 1 SMU Shadow Counter Register
GTM_TIM1_CH1_TDUC 0xF0101894          TIM1 Channel 1 TDUC Register
GTM_TIM1_CH1_TDUV 0xF0101898          TIM1 Channel 1 TDUV Register
GTM_TIM1_CH1_FLT_RE 0xF010189C          GTM_TIM1 Channel 1 Filter Parameter 0 Register
GTM_TIM1_CH1_FLT_FE 0xF01018A0          TIM1 Channel 1 Filter Parameter 1 Register
GTM_TIM1_CH1_CTRL 0xF01018A4          TIM1_Channel1_CTRL Register
GTM_TIM1_CH1_ECTRL 0xF01018A8          TIM1 Channel 1 External Capture Control Register
GTM_TIM1_CH1_IRQ_NOTIFY 0xF01018AC          TIM1 Channel 1 Interrupt Notification Register
GTM_TIM1_CH1_IRQ_EN 0xF01018B0          TIM1 Channel 1 Interrupt Enable Register
GTM_TIM1_CH1_IRQ_FORCINT 0xF01018B4          TIM1 Channel 1 Software Interrupt Force Register
GTM_TIM1_CH1_IRQ_MODE 0xF01018B8          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH1_EIRQ_EN 0xF01018BC          TIM1 Channel 1 Error Interrupt Enable Register
GTM_TIM1_CH2_GPR0 0xF0101900          TIM1 Channel 2 General Purpose 0 Register
GTM_TIM1_CH2_GPR1 0xF0101904          TIM1 Channel 2 General Purpose 1 Register
GTM_TIM1_CH2_CNT 0xF0101908          TIM1 Channel 2 SMU Counter Register
GTM_TIM1_CH2_ECNT 0xF010190C          TIM1 Channel 2 Edge Counter Register
GTM_TIM1_CH2_CNTS 0xF0101910          TIM1Channel 2 SMU Shadow Counter Register
GTM_TIM1_CH2_TDUC 0xF0101914          TIM1 Channel 2 TDUC Register
GTM_TIM1_CH2_TDUV 0xF0101918          TIM1 Channel 2 TDUV Register
GTM_TIM1_CH2_FLT_RE 0xF010191C          GTM_TIM1 Channel 2 Filter Parameter 0 Register
GTM_TIM1_CH2_FLT_FE 0xF0101920          TIM1 Channel 2 Filter Parameter 1 Register
GTM_TIM1_CH2_CTRL 0xF0101924          TIM1_Channel2_CTRL Register
GTM_TIM1_CH2_ECTRL 0xF0101928          TIM1 Channel 2 External Capture Control Register
GTM_TIM1_CH2_IRQ_NOTIFY 0xF010192C          TIM1 Channel 2 Interrupt Notification Register
GTM_TIM1_CH2_IRQ_EN 0xF0101930          TIM1 Channel 2 Interrupt Enable Register
GTM_TIM1_CH2_IRQ_FORCINT 0xF0101934          TIM1 Channel 2 Software Interrupt Force Register
GTM_TIM1_CH2_IRQ_MODE 0xF0101938          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH2_EIRQ_EN 0xF010193C          TIM1 Channel 2 Error Interrupt Enable Register
GTM_TIM1_CH3_GPR0 0xF0101980          TIM1 Channel 3 General Purpose 0 Register
GTM_TIM1_CH3_GPR1 0xF0101984          TIM1 Channel 3 General Purpose 1 Register
GTM_TIM1_CH3_CNT 0xF0101988          TIM1 Channel 3 SMU Counter Register
GTM_TIM1_CH3_ECNT 0xF010198C          TIM1 Channel 3 Edge Counter Register
GTM_TIM1_CH3_CNTS 0xF0101990          TIM1Channel 3 SMU Shadow Counter Register
GTM_TIM1_CH3_TDUC 0xF0101994          TIM1 Channel 3 TDUC Register
GTM_TIM1_CH3_TDUV 0xF0101998          TIM1 Channel 3 TDUV Register
GTM_TIM1_CH3_FLT_RE 0xF010199C          GTM_TIM1 Channel 3 Filter Parameter 0 Register
GTM_TIM1_CH3_FLT_FE 0xF01019A0          TIM1 Channel 3 Filter Parameter 1 Register
GTM_TIM1_CH3_CTRL 0xF01019A4          TIM1_Channel3_CTRL Register
GTM_TIM1_CH3_ECTRL 0xF01019A8          TIM1 Channel 3 External Capture Control Register
GTM_TIM1_CH3_IRQ_NOTIFY 0xF01019AC          TIM1 Channel 3 Interrupt Notification Register
GTM_TIM1_CH3_IRQ_EN 0xF01019B0          TIM1 Channel 3 Interrupt Enable Register
GTM_TIM1_CH3_IRQ_FORCINT 0xF01019B4          TIM1 Channel 3 Software Interrupt Force Register
GTM_TIM1_CH3_IRQ_MODE 0xF01019B8          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH3_EIRQ_EN 0xF01019BC          TIM1 Channel 3 Error Interrupt Enable Register
GTM_TIM1_CH4_GPR0 0xF0101A00          TIM1 Channel 4 General Purpose 0 Register
GTM_TIM1_CH4_GPR1 0xF0101A04          TIM1 Channel 4 General Purpose 1 Register
GTM_TIM1_CH4_CNT 0xF0101A08          TIM1 Channel 4 SMU Counter Register
GTM_TIM1_CH4_ECNT 0xF0101A0C          TIM1 Channel 4 Edge Counter Register
GTM_TIM1_CH4_CNTS 0xF0101A10          TIM1Channel 4 SMU Shadow Counter Register
GTM_TIM1_CH4_TDUC 0xF0101A14          TIM1 Channel 4 TDUC Register
GTM_TIM1_CH4_TDUV 0xF0101A18          TIM1 Channel 4 TDUV Register
GTM_TIM1_CH4_FLT_RE 0xF0101A1C          GTM_TIM1 Channel 4 Filter Parameter 0 Register
GTM_TIM1_CH4_FLT_FE 0xF0101A20          TIM1 Channel 4 Filter Parameter 1 Register
GTM_TIM1_CH4_CTRL 0xF0101A24          TIM1_Channel4_CTRL Register
GTM_TIM1_CH4_ECTRL 0xF0101A28          TIM1 Channel 4 External Capture Control Register
GTM_TIM1_CH4_IRQ_NOTIFY 0xF0101A2C          TIM1 Channel 4 Interrupt Notification Register
GTM_TIM1_CH4_IRQ_EN 0xF0101A30          TIM1 Channel 4 Interrupt Enable Register
GTM_TIM1_CH4_IRQ_FORCINT 0xF0101A34          TIM1 Channel 4 Software Interrupt Force Register
GTM_TIM1_CH4_IRQ_MODE 0xF0101A38          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH4_EIRQ_EN 0xF0101A3C          TIM1 Channel 4 Error Interrupt Enable Register
GTM_TIM1_CH5_GPR0 0xF0101A80          TIM1 Channel 5 General Purpose 0 Register
GTM_TIM1_CH5_GPR1 0xF0101A84          TIM1 Channel 5 General Purpose 1 Register
GTM_TIM1_CH5_CNT 0xF0101A88          TIM1 Channel 5 SMU Counter Register
GTM_TIM1_CH5_ECNT 0xF0101A8C          TIM1 Channel 5 Edge Counter Register
GTM_TIM1_CH5_CNTS 0xF0101A90          TIM1Channel 5 SMU Shadow Counter Register
GTM_TIM1_CH5_TDUC 0xF0101A94          TIM1 Channel 5 TDUC Register
GTM_TIM1_CH5_TDUV 0xF0101A98          TIM1 Channel 5 TDUV Register
GTM_TIM1_CH5_FLT_RE 0xF0101A9C          GTM_TIM1 Channel 5 Filter Parameter 0 Register
GTM_TIM1_CH5_FLT_FE 0xF0101AA0          TIM1 Channel 5 Filter Parameter 1 Register
GTM_TIM1_CH5_CTRL 0xF0101AA4          TIM1_Channel5_CTRL Register
GTM_TIM1_CH5_ECTRL 0xF0101AA8          TIM1 Channel 5 External Capture Control Register
GTM_TIM1_CH5_IRQ_NOTIFY 0xF0101AAC          TIM1 Channel 5 Interrupt Notification Register
GTM_TIM1_CH5_IRQ_EN 0xF0101AB0          TIM1 Channel 5 Interrupt Enable Register
GTM_TIM1_CH5_IRQ_FORCINT 0xF0101AB4          TIM1 Channel 5 Software Interrupt Force Register
GTM_TIM1_CH5_IRQ_MODE 0xF0101AB8          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH5_EIRQ_EN 0xF0101ABC          TIM1 Channel 5 Error Interrupt Enable Register
GTM_TIM1_CH6_GPR0 0xF0101B00          TIM1 Channel 6 General Purpose 0 Register
GTM_TIM1_CH6_GPR1 0xF0101B04          TIM1 Channel 6 General Purpose 1 Register
GTM_TIM1_CH6_CNT 0xF0101B08          TIM1 Channel 6 SMU Counter Register
GTM_TIM1_CH6_ECNT 0xF0101B0C          TIM1 Channel 6 Edge Counter Register
GTM_TIM1_CH6_CNTS 0xF0101B10          TIM1Channel 6 SMU Shadow Counter Register
GTM_TIM1_CH6_TDUC 0xF0101B14          TIM1 Channel 6 TDUC Register
GTM_TIM1_CH6_TDUV 0xF0101B18          TIM1 Channel 6 TDUV Register
GTM_TIM1_CH6_FLT_RE 0xF0101B1C          GTM_TIM1 Channel 6 Filter Parameter 0 Register
GTM_TIM1_CH6_FLT_FE 0xF0101B20          TIM1 Channel 6 Filter Parameter 1 Register
GTM_TIM1_CH6_CTRL 0xF0101B24          TIM1_Channel6_CTRL Register
GTM_TIM1_CH6_ECTRL 0xF0101B28          TIM1 Channel 6 External Capture Control Register
GTM_TIM1_CH6_IRQ_NOTIFY 0xF0101B2C          TIM1 Channel 6 Interrupt Notification Register
GTM_TIM1_CH6_IRQ_EN 0xF0101B30          TIM1 Channel 6 Interrupt Enable Register
GTM_TIM1_CH6_IRQ_FORCINT 0xF0101B34          TIM1 Channel 6 Software Interrupt Force Register
GTM_TIM1_CH6_IRQ_MODE 0xF0101B38          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH6_EIRQ_EN 0xF0101B3C          TIM1 Channel 6 Error Interrupt Enable Register
GTM_TIM1_CH7_GPR0 0xF0101B80          TIM1 Channel 7 General Purpose 0 Register
GTM_TIM1_CH7_GPR1 0xF0101B84          TIM1 Channel 7 General Purpose 1 Register
GTM_TIM1_CH7_CNT 0xF0101B88          TIM1 Channel 7 SMU Counter Register
GTM_TIM1_CH7_ECNT 0xF0101B8C          TIM1 Channel 7 Edge Counter Register
GTM_TIM1_CH7_CNTS 0xF0101B90          TIM1Channel 7 SMU Shadow Counter Register
GTM_TIM1_CH7_TDUC 0xF0101B94          TIM1 Channel 7 TDUC Register
GTM_TIM1_CH7_TDUV 0xF0101B98          TIM1 Channel 7 TDUV Register
GTM_TIM1_CH7_FLT_RE 0xF0101B9C          GTM_TIM1 Channel 7 Filter Parameter 0 Register
GTM_TIM1_CH7_FLT_FE 0xF0101BA0          TIM1 Channel 7 Filter Parameter 1 Register
GTM_TIM1_CH7_CTRL 0xF0101BA4          TIM1_Channel7_CTRL Register
GTM_TIM1_CH7_ECTRL 0xF0101BA8          TIM1 Channel 7 External Capture Control Register
GTM_TIM1_CH7_IRQ_NOTIFY 0xF0101BAC          TIM1 Channel 7 Interrupt Notification Register
GTM_TIM1_CH7_IRQ_EN 0xF0101BB0          TIM1 Channel 7 Interrupt Enable Register
GTM_TIM1_CH7_IRQ_FORCINT 0xF0101BB4          TIM1 Channel 7 Software Interrupt Force Register
GTM_TIM1_CH7_IRQ_MODE 0xF0101BB8          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH7_EIRQ_EN 0xF0101BBC          TIM1 Channel 7 Error Interrupt Enable Register
GTM_TIM2_CH0_GPR0 0xF0102000          TIM2 Channel 0 General Purpose 0 Register
GTM_TIM2_CH0_GPR1 0xF0102004          TIM2 Channel 0 General Purpose 1 Register
GTM_TIM2_CH0_CNT 0xF0102008          TIM2 Channel 0 SMU Counter Register
GTM_TIM2_CH0_ECNT 0xF010200C          TIM2 Channel 0 Edge Counter Register
GTM_TIM2_CH0_CNTS 0xF0102010          TIM2 Channel 0 SMU Shadow Counter Register
GTM_TIM2_CH0_TDUC 0xF0102014          TIM2 Channel 0 TDUC Register
GTM_TIM2_CH0_TDUV 0xF0102018          TIM2 Channel 0 TDUV Register
GTM_TIM2_CH0_FLT_RE 0xF010201C          GTM_TIM2 Channel 0 Filter Parameter 0 Register
GTM_TIM2_CH0_FLT_FE 0xF0102020          TIM2 Channel 0 Filter Parameter 1 Register
GTM_TIM2_CH0_CTRL 0xF0102024          TIM2_Channel0_CTRL Register
GTM_TIM2_CH0_ECTRL 0xF0102028          TIM2 Channel 0 External Capture Control Register
GTM_TIM2_CH0_IRQ_NOTIFY 0xF010202C          TIM2 Channel 0 Interrupt Notification Register
GTM_TIM2_CH0_IRQ_EN 0xF0102030          TIM2 Channel 0 Interrupt Enable Register
GTM_TIM2_CH0_IRQ_FORCINT 0xF0102034          TIM2 Channel 0 Software Interrupt Force Register
GTM_TIM2_CH0_IRQ_MODE 0xF0102038          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH0_EIRQ_EN 0xF010203C          TIM2 Channel 0 Error Interrupt Enable Register
GTM_TIM2_IN_SRC 0xF0102078          TIM2_IN_SRC Long Name
GTM_TIM2_RST    0xF010207C          TIM2 Global Software Reset Register
GTM_TIM2_CH1_GPR0 0xF0102080          TIM2 Channel 1 General Purpose 0 Register
GTM_TIM2_CH1_GPR1 0xF0102084          TIM2 Channel 1 General Purpose 1 Register
GTM_TIM2_CH1_CNT 0xF0102088          TIM2 Channel 1 SMU Counter Register
GTM_TIM2_CH1_ECNT 0xF010208C          TIM2 Channel 1 Edge Counter Register
GTM_TIM2_CH1_CNTS 0xF0102090          TIM2 Channel 1 SMU Shadow Counter Register
GTM_TIM2_CH1_TDUC 0xF0102094          TIM2 Channel 1 TDUC Register
GTM_TIM2_CH1_TDUV 0xF0102098          TIM2 Channel 1 TDUV Register
GTM_TIM2_CH1_FLT_RE 0xF010209C          GTM_TIM2 Channel 1 Filter Parameter 0 Register
GTM_TIM2_CH1_FLT_FE 0xF01020A0          TIM2 Channel 1 Filter Parameter 1 Register
GTM_TIM2_CH1_CTRL 0xF01020A4          TIM2_Channel1_CTRL Register
GTM_TIM2_CH1_ECTRL 0xF01020A8          TIM2 Channel 1 External Capture Control Register
GTM_TIM2_CH1_IRQ_NOTIFY 0xF01020AC          TIM2 Channel 1 Interrupt Notification Register
GTM_TIM2_CH1_IRQ_EN 0xF01020B0          TIM2 Channel 1 Interrupt Enable Register
GTM_TIM2_CH1_IRQ_FORCINT 0xF01020B4          TIM2 Channel 1 Software Interrupt Force Register
GTM_TIM2_CH1_IRQ_MODE 0xF01020B8          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH1_EIRQ_EN 0xF01020BC          TIM2 Channel 1 Error Interrupt Enable Register
GTM_TIM2_CH2_GPR0 0xF0102100          TIM2 Channel 2 General Purpose 0 Register
GTM_TIM2_CH2_GPR1 0xF0102104          TIM2 Channel 2 General Purpose 1 Register
GTM_TIM2_CH2_CNT 0xF0102108          TIM2 Channel 2 SMU Counter Register
GTM_TIM2_CH2_ECNT 0xF010210C          TIM2 Channel 2 Edge Counter Register
GTM_TIM2_CH2_CNTS 0xF0102110          TIM2 Channel 2 SMU Shadow Counter Register
GTM_TIM2_CH2_TDUC 0xF0102114          TIM2 Channel 2 TDUC Register
GTM_TIM2_CH2_TDUV 0xF0102118          TIM2 Channel 2 TDUV Register
GTM_TIM2_CH2_FLT_RE 0xF010211C          GTM_TIM2 Channel 2 Filter Parameter 0 Register
GTM_TIM2_CH2_FLT_FE 0xF0102120          TIM2 Channel 2 Filter Parameter 1 Register
GTM_TIM2_CH2_CTRL 0xF0102124          TIM2_Channel2_CTRL Register
GTM_TIM2_CH2_ECTRL 0xF0102128          TIM2 Channel 2 External Capture Control Register
GTM_TIM2_CH2_IRQ_NOTIFY 0xF010212C          TIM2 Channel 2 Interrupt Notification Register
GTM_TIM2_CH2_IRQ_EN 0xF0102130          TIM2 Channel 2 Interrupt Enable Register
GTM_TIM2_CH2_IRQ_FORCINT 0xF0102134          TIM2 Channel 2 Software Interrupt Force Register
GTM_TIM2_CH2_IRQ_MODE 0xF0102138          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH2_EIRQ_EN 0xF010213C          TIM2 Channel 2 Error Interrupt Enable Register
GTM_TIM2_CH3_GPR0 0xF0102180          TIM2 Channel 3 General Purpose 0 Register
GTM_TIM2_CH3_GPR1 0xF0102184          TIM2 Channel 3 General Purpose 1 Register
GTM_TIM2_CH3_CNT 0xF0102188          TIM2 Channel 3 SMU Counter Register
GTM_TIM2_CH3_ECNT 0xF010218C          TIM2 Channel 3 Edge Counter Register
GTM_TIM2_CH3_CNTS 0xF0102190          TIM2 Channel 3 SMU Shadow Counter Register
GTM_TIM2_CH3_TDUC 0xF0102194          TIM2 Channel 3 TDUC Register
GTM_TIM2_CH3_TDUV 0xF0102198          TIM2 Channel 3 TDUV Register
GTM_TIM2_CH3_FLT_RE 0xF010219C          GTM_TIM2 Channel 3 Filter Parameter 0 Register
GTM_TIM2_CH3_FLT_FE 0xF01021A0          TIM2 Channel 3 Filter Parameter 1 Register
GTM_TIM2_CH3_CTRL 0xF01021A4          TIM2_Channel3_CTRL Register
GTM_TIM2_CH3_ECTRL 0xF01021A8          TIM2 Channel 3 External Capture Control Register
GTM_TIM2_CH3_IRQ_NOTIFY 0xF01021AC          TIM2 Channel 3 Interrupt Notification Register
GTM_TIM2_CH3_IRQ_EN 0xF01021B0          TIM2 Channel 3 Interrupt Enable Register
GTM_TIM2_CH3_IRQ_FORCINT 0xF01021B4          TIM2 Channel 3 Software Interrupt Force Register
GTM_TIM2_CH3_IRQ_MODE 0xF01021B8          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH3_EIRQ_EN 0xF01021BC          TIM2 Channel 3 Error Interrupt Enable Register
GTM_TIM2_CH4_GPR0 0xF0102200          TIM2 Channel 4 General Purpose 0 Register
GTM_TIM2_CH4_GPR1 0xF0102204          TIM2 Channel 4 General Purpose 1 Register
GTM_TIM2_CH4_CNT 0xF0102208          TIM2 Channel 4 SMU Counter Register
GTM_TIM2_CH4_ECNT 0xF010220C          TIM2 Channel 4 Edge Counter Register
GTM_TIM2_CH4_CNTS 0xF0102210          TIM2 Channel 4 SMU Shadow Counter Register
GTM_TIM2_CH4_TDUC 0xF0102214          TIM2 Channel 4 TDUC Register
GTM_TIM2_CH4_TDUV 0xF0102218          TIM2 Channel 4 TDUV Register
GTM_TIM2_CH4_FLT_RE 0xF010221C          GTM_TIM2 Channel 4 Filter Parameter 0 Register
GTM_TIM2_CH4_FLT_FE 0xF0102220          TIM2 Channel 4 Filter Parameter 1 Register
GTM_TIM2_CH4_CTRL 0xF0102224          TIM2_Channel4_CTRL Register
GTM_TIM2_CH4_ECTRL 0xF0102228          TIM2 Channel 4 External Capture Control Register
GTM_TIM2_CH4_IRQ_NOTIFY 0xF010222C          TIM2 Channel 4 Interrupt Notification Register
GTM_TIM2_CH4_IRQ_EN 0xF0102230          TIM2 Channel 4 Interrupt Enable Register
GTM_TIM2_CH4_IRQ_FORCINT 0xF0102234          TIM2 Channel 4 Software Interrupt Force Register
GTM_TIM2_CH4_IRQ_MODE 0xF0102238          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH4_EIRQ_EN 0xF010223C          TIM2 Channel 4 Error Interrupt Enable Register
GTM_TIM2_CH5_GPR0 0xF0102280          TIM2 Channel 5 General Purpose 0 Register
GTM_TIM2_CH5_GPR1 0xF0102284          TIM2 Channel 5 General Purpose 1 Register
GTM_TIM2_CH5_CNT 0xF0102288          TIM2 Channel 5 SMU Counter Register
GTM_TIM2_CH5_ECNT 0xF010228C          TIM2 Channel 5 Edge Counter Register
GTM_TIM2_CH5_CNTS 0xF0102290          TIM2 Channel 5 SMU Shadow Counter Register
GTM_TIM2_CH5_TDUC 0xF0102294          TIM2 Channel 5 TDUC Register
GTM_TIM2_CH5_TDUV 0xF0102298          TIM2 Channel 5 TDUV Register
GTM_TIM2_CH5_FLT_RE 0xF010229C          GTM_TIM2 Channel 5 Filter Parameter 0 Register
GTM_TIM2_CH5_FLT_FE 0xF01022A0          TIM2 Channel 5 Filter Parameter 1 Register
GTM_TIM2_CH5_CTRL 0xF01022A4          TIM2_Channel5_CTRL Register
GTM_TIM2_CH5_ECTRL 0xF01022A8          TIM2 Channel 5 External Capture Control Register
GTM_TIM2_CH5_IRQ_NOTIFY 0xF01022AC          TIM2 Channel 5 Interrupt Notification Register
GTM_TIM2_CH5_IRQ_EN 0xF01022B0          TIM2 Channel 5 Interrupt Enable Register
GTM_TIM2_CH5_IRQ_FORCINT 0xF01022B4          TIM2 Channel 5 Software Interrupt Force Register
GTM_TIM2_CH5_IRQ_MODE 0xF01022B8          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH5_EIRQ_EN 0xF01022BC          TIM2 Channel 5 Error Interrupt Enable Register
GTM_TIM2_CH6_GPR0 0xF0102300          TIM2 Channel 6 General Purpose 0 Register
GTM_TIM2_CH6_GPR1 0xF0102304          TIM2 Channel 6 General Purpose 1 Register
GTM_TIM2_CH6_CNT 0xF0102308          TIM2 Channel 6 SMU Counter Register
GTM_TIM2_CH6_ECNT 0xF010230C          TIM2 Channel 6 Edge Counter Register
GTM_TIM2_CH6_CNTS 0xF0102310          TIM2 Channel 6 SMU Shadow Counter Register
GTM_TIM2_CH6_TDUC 0xF0102314          TIM2 Channel 6 TDUC Register
GTM_TIM2_CH6_TDUV 0xF0102318          TIM2 Channel 6 TDUV Register
GTM_TIM2_CH6_FLT_RE 0xF010231C          GTM_TIM2 Channel 6 Filter Parameter 0 Register
GTM_TIM2_CH6_FLT_FE 0xF0102320          TIM2 Channel 6 Filter Parameter 1 Register
GTM_TIM2_CH6_CTRL 0xF0102324          TIM2_Channel6_CTRL Register
GTM_TIM2_CH6_ECTRL 0xF0102328          TIM2 Channel 6 External Capture Control Register
GTM_TIM2_CH6_IRQ_NOTIFY 0xF010232C          TIM2 Channel 6 Interrupt Notification Register
GTM_TIM2_CH6_IRQ_EN 0xF0102330          TIM2 Channel 6 Interrupt Enable Register
GTM_TIM2_CH6_IRQ_FORCINT 0xF0102334          TIM2 Channel 6 Software Interrupt Force Register
GTM_TIM2_CH6_IRQ_MODE 0xF0102338          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH6_EIRQ_EN 0xF010233C          TIM2 Channel 6 Error Interrupt Enable Register
GTM_TIM2_CH7_GPR0 0xF0102380          TIM2 Channel 7 General Purpose 0 Register
GTM_TIM2_CH7_GPR1 0xF0102384          TIM2 Channel 7 General Purpose 1 Register
GTM_TIM2_CH7_CNT 0xF0102388          TIM2 Channel 7 SMU Counter Register
GTM_TIM2_CH7_ECNT 0xF010238C          TIM2 Channel 7 Edge Counter Register
GTM_TIM2_CH7_CNTS 0xF0102390          TIM2 Channel 7 SMU Shadow Counter Register
GTM_TIM2_CH7_TDUC 0xF0102394          TIM2 Channel 7 TDUC Register
GTM_TIM2_CH7_TDUV 0xF0102398          TIM2 Channel 7 TDUV Register
GTM_TIM2_CH7_FLT_RE 0xF010239C          GTM_TIM2 Channel 7 Filter Parameter 0 Register
GTM_TIM2_CH7_FLT_FE 0xF01023A0          TIM2 Channel 7 Filter Parameter 1 Register
GTM_TIM2_CH7_CTRL 0xF01023A4          TIM2_Channel7_CTRL Register
GTM_TIM2_CH7_ECTRL 0xF01023A8          TIM2 Channel 7 External Capture Control Register
GTM_TIM2_CH7_IRQ_NOTIFY 0xF01023AC          TIM2 Channel 7 Interrupt Notification Register
GTM_TIM2_CH7_IRQ_EN 0xF01023B0          TIM2 Channel 7 Interrupt Enable Register
GTM_TIM2_CH7_IRQ_FORCINT 0xF01023B4          TIM2 Channel 7 Software Interrupt Force Register
GTM_TIM2_CH7_IRQ_MODE 0xF01023B8          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH7_EIRQ_EN 0xF01023BC          TIM2 Channel 7 Error Interrupt Enable Register
GTM_TOM0_CH0_CTRL 0xF0108000          TOM0 Channel 0 Control Register?
GTM_TOM0_CH0_SR0 0xF0108004          TOM0 Channel 0 CCU0 Compare Shadow Register
GTM_TOM0_CH0_SR1 0xF0108008          TOM0 Channel 0 CCU1 Compare Shadow Register
GTM_TOM0_CH0_CM0 0xF010800C          TOM0 Channel 0 CCU0 Compare Register
GTM_TOM0_CH0_CM1 0xF0108010          TOM0 Channel 0 CCU1 Compare Register
GTM_TOM0_CH0_CN0 0xF0108014          TOM0 Channel 0 CCU0 Counter Register
GTM_TOM0_CH0_STAT 0xF0108018          TOM0 Channel Status Register
GTM_TOM0_CH0_IRQ_NOTIFY 0xF010801C          TOM0 Channel 0 Interrupt Notification Register
GTM_TOM0_CH0_IRQ_EN 0xF0108020          TOM0 Channel 0 Interrupt Enable Register
GTM_TOM0_CH0_IRQ_FORCINT 0xF0108024          TOM0 Channel 0 Software Interrupt Generation Register
GTM_TOM0_CH0_IRQ_MODE 0xF0108028          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC0_GLB_CTRL 0xF0108030          TOM0 TGC0 Global Control Register
GTM_TOM0_TGC0_ACT_TB 0xF0108034          TOM0 TGC0 Action Time Base Register
GTM_TOM0_TGC0_FUPD_CTRL 0xF0108038          TOM0 TGC0 Force Update Control Register
GTM_TOM0_TGC0_INT_TRIG 0xF010803C          TOM0 TGC0 Internal Trigger Control Register
GTM_TOM0_CH1_CTRL 0xF0108040          TOM0 Channel 1 Control Register?
GTM_TOM0_CH1_SR0 0xF0108044          TOM0 Channel 1 CCU0 Compare Shadow Register
GTM_TOM0_CH1_SR1 0xF0108048          TOM0 Channel 1 CCU1 Compare Shadow Register
GTM_TOM0_CH1_CM0 0xF010804C          TOM0 Channel 1 CCU0 Compare Register
GTM_TOM0_CH1_CM1 0xF0108050          TOM0 Channel 1 CCU1 Compare Register
GTM_TOM0_CH1_CN0 0xF0108054          TOM0 Channel 1 CCU0 Counter Register
GTM_TOM0_CH1_STAT 0xF0108058          TOM0 Channel Status Register
GTM_TOM0_CH1_IRQ_NOTIFY 0xF010805C          TOM0 Channel 1 Interrupt Notification Register
GTM_TOM0_CH1_IRQ_EN 0xF0108060          TOM0 Channel 1 Interrupt Enable Register
GTM_TOM0_CH1_IRQ_FORCINT 0xF0108064          TOM0 Channel 1 Software Interrupt Generation Register
GTM_TOM0_CH1_IRQ_MODE 0xF0108068          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC0_ENDIS_CTRL 0xF0108070          TOM0 TGC0 Enable/Disable Control Register
GTM_TOM0_TGC0_ENDIS_STAT 0xF0108074          TOM0 TGC0 Enable/Disable Status Register
GTM_TOM0_TGC0_OUTEN_CTRL 0xF0108078          TOM0 TGC0 Output Enable Control Register
GTM_TOM0_TGC0_OUTEN_STAT 0xF010807C          TOM0 TGC0 Output Enable Status Register
GTM_TOM0_CH2_CTRL 0xF0108080          TOM0 Channel 2 Control Register?
GTM_TOM0_CH2_SR0 0xF0108084          TOM0 Channel 2 CCU0 Compare Shadow Register
GTM_TOM0_CH2_SR1 0xF0108088          TOM0 Channel 2 CCU1 Compare Shadow Register
GTM_TOM0_CH2_CM0 0xF010808C          TOM0 Channel 2 CCU0 Compare Register
GTM_TOM0_CH2_CM1 0xF0108090          TOM0 Channel 2 CCU1 Compare Register
GTM_TOM0_CH2_CN0 0xF0108094          TOM0 Channel 2 CCU0 Counter Register
GTM_TOM0_CH2_STAT 0xF0108098          TOM0 Channel Status Register
GTM_TOM0_CH2_IRQ_NOTIFY 0xF010809C          TOM0 Channel 2 Interrupt Notification Register
GTM_TOM0_CH2_IRQ_EN 0xF01080A0          TOM0 Channel 2 Interrupt Enable Register
GTM_TOM0_CH2_IRQ_FORCINT 0xF01080A4          TOM0 Channel 2 Software Interrupt Generation Register
GTM_TOM0_CH2_IRQ_MODE 0xF01080A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH3_CTRL 0xF01080C0          TOM0 Channel 3 Control Register?
GTM_TOM0_CH3_SR0 0xF01080C4          TOM0 Channel 3 CCU0 Compare Shadow Register
GTM_TOM0_CH3_SR1 0xF01080C8          TOM0 Channel 3 CCU1 Compare Shadow Register
GTM_TOM0_CH3_CM0 0xF01080CC          TOM0 Channel 3 CCU0 Compare Register
GTM_TOM0_CH3_CM1 0xF01080D0          TOM0 Channel 3 CCU1 Compare Register
GTM_TOM0_CH3_CN0 0xF01080D4          TOM0 Channel 3 CCU0 Counter Register
GTM_TOM0_CH3_STAT 0xF01080D8          TOM0 Channel Status Register
GTM_TOM0_CH3_IRQ_NOTIFY 0xF01080DC          TOM0 Channel 3 Interrupt Notification Register
GTM_TOM0_CH3_IRQ_EN 0xF01080E0          TOM0 Channel 3 Interrupt Enable Register
GTM_TOM0_CH3_IRQ_FORCINT 0xF01080E4          TOM0 Channel 3 Software Interrupt Generation Register
GTM_TOM0_CH3_IRQ_MODE 0xF01080E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH4_CTRL 0xF0108100          TOM0 Channel 4 Control Register?
GTM_TOM0_CH4_SR0 0xF0108104          TOM0 Channel 4 CCU0 Compare Shadow Register
GTM_TOM0_CH4_SR1 0xF0108108          TOM0 Channel 4 CCU1 Compare Shadow Register
GTM_TOM0_CH4_CM0 0xF010810C          TOM0 Channel 4 CCU0 Compare Register
GTM_TOM0_CH4_CM1 0xF0108110          TOM0 Channel 4 CCU1 Compare Register
GTM_TOM0_CH4_CN0 0xF0108114          TOM0 Channel 4 CCU0 Counter Register
GTM_TOM0_CH4_STAT 0xF0108118          TOM0 Channel Status Register
GTM_TOM0_CH4_IRQ_NOTIFY 0xF010811C          TOM0 Channel 4 Interrupt Notification Register
GTM_TOM0_CH4_IRQ_EN 0xF0108120          TOM0 Channel 4 Interrupt Enable Register
GTM_TOM0_CH4_IRQ_FORCINT 0xF0108124          TOM0 Channel 4 Software Interrupt Generation Register
GTM_TOM0_CH4_IRQ_MODE 0xF0108128          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH5_CTRL 0xF0108140          TOM0 Channel 5 Control Register?
GTM_TOM0_CH5_SR0 0xF0108144          TOM0 Channel 5 CCU0 Compare Shadow Register
GTM_TOM0_CH5_SR1 0xF0108148          TOM0 Channel 5 CCU1 Compare Shadow Register
GTM_TOM0_CH5_CM0 0xF010814C          TOM0 Channel 5 CCU0 Compare Register
GTM_TOM0_CH5_CM1 0xF0108150          TOM0 Channel 5 CCU1 Compare Register
GTM_TOM0_CH5_CN0 0xF0108154          TOM0 Channel 5 CCU0 Counter Register
GTM_TOM0_CH5_STAT 0xF0108158          TOM0 Channel Status Register
GTM_TOM0_CH5_IRQ_NOTIFY 0xF010815C          TOM0 Channel 5 Interrupt Notification Register
GTM_TOM0_CH5_IRQ_EN 0xF0108160          TOM0 Channel 5 Interrupt Enable Register
GTM_TOM0_CH5_IRQ_FORCINT 0xF0108164          TOM0 Channel 5 Software Interrupt Generation Register
GTM_TOM0_CH5_IRQ_MODE 0xF0108168          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH6_CTRL 0xF0108180          TOM0 Channel 6 Control Register?
GTM_TOM0_CH6_SR0 0xF0108184          TOM0 Channel 6 CCU0 Compare Shadow Register
GTM_TOM0_CH6_SR1 0xF0108188          TOM0 Channel 6 CCU1 Compare Shadow Register
GTM_TOM0_CH6_CM0 0xF010818C          TOM0 Channel 6 CCU0 Compare Register
GTM_TOM0_CH6_CM1 0xF0108190          TOM0 Channel 6 CCU1 Compare Register
GTM_TOM0_CH6_CN0 0xF0108194          TOM0 Channel 6 CCU0 Counter Register
GTM_TOM0_CH6_STAT 0xF0108198          TOM0 Channel Status Register
GTM_TOM0_CH6_IRQ_NOTIFY 0xF010819C          TOM0 Channel 6 Interrupt Notification Register
GTM_TOM0_CH6_IRQ_EN 0xF01081A0          TOM0 Channel 6 Interrupt Enable Register
GTM_TOM0_CH6_IRQ_FORCINT 0xF01081A4          TOM0 Channel 6 Software Interrupt Generation Register
GTM_TOM0_CH6_IRQ_MODE 0xF01081A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH7_CTRL 0xF01081C0          TOM0 Channel 7 Control Register?
GTM_TOM0_CH7_SR0 0xF01081C4          TOM0 Channel 7 CCU0 Compare Shadow Register
GTM_TOM0_CH7_SR1 0xF01081C8          TOM0 Channel 7 CCU1 Compare Shadow Register
GTM_TOM0_CH7_CM0 0xF01081CC          TOM0 Channel 7 CCU0 Compare Register
GTM_TOM0_CH7_CM1 0xF01081D0          TOM0 Channel 7 CCU1 Compare Register
GTM_TOM0_CH7_CN0 0xF01081D4          TOM0 Channel 7 CCU0 Counter Register
GTM_TOM0_CH7_STAT 0xF01081D8          TOM0 Channel Status Register
GTM_TOM0_CH7_IRQ_NOTIFY 0xF01081DC          TOM0 Channel 7 Interrupt Notification Register
GTM_TOM0_CH7_IRQ_EN 0xF01081E0          TOM0 Channel 7 Interrupt Enable Register
GTM_TOM0_CH7_IRQ_FORCINT 0xF01081E4          TOM0 Channel 7 Software Interrupt Generation Register
GTM_TOM0_CH7_IRQ_MODE 0xF01081E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH8_CTRL 0xF0108200          TOM0 Channel 8 Control Register?
GTM_TOM0_CH8_SR0 0xF0108204          TOM0 Channel 8 CCU0 Compare Shadow Register
GTM_TOM0_CH8_SR1 0xF0108208          TOM0 Channel 8 CCU1 Compare Shadow Register
GTM_TOM0_CH8_CM0 0xF010820C          TOM0 Channel 8 CCU0 Compare Register
GTM_TOM0_CH8_CM1 0xF0108210          TOM0 Channel 8 CCU1 Compare Register
GTM_TOM0_CH8_CN0 0xF0108214          TOM0 Channel 8 CCU0 Counter Register
GTM_TOM0_CH8_STAT 0xF0108218          TOM0 Channel Status Register
GTM_TOM0_CH8_IRQ_NOTIFY 0xF010821C          TOM0 Channel 8 Interrupt Notification Register
GTM_TOM0_CH8_IRQ_EN 0xF0108220          TOM0 Channel 8 Interrupt Enable Register
GTM_TOM0_CH8_IRQ_FORCINT 0xF0108224          TOM0 Channel 8 Software Interrupt Generation Register
GTM_TOM0_CH8_IRQ_MODE 0xF0108228          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC1_GLB_CTRL 0xF0108230          TOM0 TGC1 Global Control Register
GTM_TOM0_TGC1_ACT_TB 0xF0108234          TOM0 TGC1 Action Time Base Register
GTM_TOM0_TGC1_FUPD_CTRL 0xF0108238          TOM0 TGC1 Force Update Control Register
GTM_TOM0_TGC1_INT_TRIG 0xF010823C          TOM0 TGC1 Internal Trigger Control Register
GTM_TOM0_CH9_CTRL 0xF0108240          TOM0 Channel 9 Control Register?
GTM_TOM0_CH9_SR0 0xF0108244          TOM0 Channel 9 CCU0 Compare Shadow Register
GTM_TOM0_CH9_SR1 0xF0108248          TOM0 Channel 9 CCU1 Compare Shadow Register
GTM_TOM0_CH9_CM0 0xF010824C          TOM0 Channel 9 CCU0 Compare Register
GTM_TOM0_CH9_CM1 0xF0108250          TOM0 Channel 9 CCU1 Compare Register
GTM_TOM0_CH9_CN0 0xF0108254          TOM0 Channel 9 CCU0 Counter Register
GTM_TOM0_CH9_STAT 0xF0108258          TOM0 Channel Status Register
GTM_TOM0_CH9_IRQ_NOTIFY 0xF010825C          TOM0 Channel 9 Interrupt Notification Register
GTM_TOM0_CH9_IRQ_EN 0xF0108260          TOM0 Channel 9 Interrupt Enable Register
GTM_TOM0_CH9_IRQ_FORCINT 0xF0108264          TOM0 Channel 9 Software Interrupt Generation Register
GTM_TOM0_CH9_IRQ_MODE 0xF0108268          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC1_ENDIS_CTRL 0xF0108270          TOM0 TGC1 Enable/Disable Control Register
GTM_TOM0_TGC1_ENDIS_STAT 0xF0108274          TOM0 TGC1 Enable/Disable Status Register
GTM_TOM0_TGC1_OUTEN_CTRL 0xF0108278          TOM0 TGC1 Output Enable Control Register
GTM_TOM0_TGC1_OUTEN_STAT 0xF010827C          TOM0 TGC1 Output Enable Status Register
GTM_TOM0_CH10_CTRL 0xF0108280          TOM0 Channel 10 Control Register?
GTM_TOM0_CH10_SR0 0xF0108284          TOM0 Channel 10 CCU0 Compare Shadow Register
GTM_TOM0_CH10_SR1 0xF0108288          TOM0 Channel 10 CCU1 Compare Shadow Register
GTM_TOM0_CH10_CM0 0xF010828C          TOM0 Channel 10 CCU0 Compare Register
GTM_TOM0_CH10_CM1 0xF0108290          TOM0 Channel 10 CCU1 Compare Register
GTM_TOM0_CH10_CN0 0xF0108294          TOM0 Channel 10 CCU0 Counter Register
GTM_TOM0_CH10_STAT 0xF0108298          TOM0 Channel Status Register
GTM_TOM0_CH10_IRQ_NOTIFY 0xF010829C          TOM0 Channel 10 Interrupt Notification Register
GTM_TOM0_CH10_IRQ_EN 0xF01082A0          TOM0 Channel 10 Interrupt Enable Register
GTM_TOM0_CH10_IRQ_FORCINT 0xF01082A4          TOM0 Channel 10 Software Interrupt Generation Register
GTM_TOM0_CH10_IRQ_MODE 0xF01082A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH11_CTRL 0xF01082C0          TOM0 Channel 11 Control Register?
GTM_TOM0_CH11_SR0 0xF01082C4          TOM0 Channel 11 CCU0 Compare Shadow Register
GTM_TOM0_CH11_SR1 0xF01082C8          TOM0 Channel 11 CCU1 Compare Shadow Register
GTM_TOM0_CH11_CM0 0xF01082CC          TOM0 Channel 11 CCU0 Compare Register
GTM_TOM0_CH11_CM1 0xF01082D0          TOM0 Channel 11 CCU1 Compare Register
GTM_TOM0_CH11_CN0 0xF01082D4          TOM0 Channel 11 CCU0 Counter Register
GTM_TOM0_CH11_STAT 0xF01082D8          TOM0 Channel Status Register
GTM_TOM0_CH11_IRQ_NOTIFY 0xF01082DC          TOM0 Channel 11 Interrupt Notification Register
GTM_TOM0_CH11_IRQ_EN 0xF01082E0          TOM0 Channel 11 Interrupt Enable Register
GTM_TOM0_CH11_IRQ_FORCINT 0xF01082E4          TOM0 Channel 11 Software Interrupt Generation Register
GTM_TOM0_CH11_IRQ_MODE 0xF01082E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH12_CTRL 0xF0108300          TOM0 Channel 12 Control Register?
GTM_TOM0_CH12_SR0 0xF0108304          TOM0 Channel 12 CCU0 Compare Shadow Register
GTM_TOM0_CH12_SR1 0xF0108308          TOM0 Channel 12 CCU1 Compare Shadow Register
GTM_TOM0_CH12_CM0 0xF010830C          TOM0 Channel 12 CCU0 Compare Register
GTM_TOM0_CH12_CM1 0xF0108310          TOM0 Channel 12 CCU1 Compare Register
GTM_TOM0_CH12_CN0 0xF0108314          TOM0 Channel 12 CCU0 Counter Register
GTM_TOM0_CH12_STAT 0xF0108318          TOM0 Channel Status Register
GTM_TOM0_CH12_IRQ_NOTIFY 0xF010831C          TOM0 Channel 12 Interrupt Notification Register
GTM_TOM0_CH12_IRQ_EN 0xF0108320          TOM0 Channel 12 Interrupt Enable Register
GTM_TOM0_CH12_IRQ_FORCINT 0xF0108324          TOM0 Channel 12 Software Interrupt Generation Register
GTM_TOM0_CH12_IRQ_MODE 0xF0108328          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH13_CTRL 0xF0108340          TOM0 Channel 13 Control Register?
GTM_TOM0_CH13_SR0 0xF0108344          TOM0 Channel 13 CCU0 Compare Shadow Register
GTM_TOM0_CH13_SR1 0xF0108348          TOM0 Channel 13 CCU1 Compare Shadow Register
GTM_TOM0_CH13_CM0 0xF010834C          TOM0 Channel 13 CCU0 Compare Register
GTM_TOM0_CH13_CM1 0xF0108350          TOM0 Channel 13 CCU1 Compare Register
GTM_TOM0_CH13_CN0 0xF0108354          TOM0 Channel 13 CCU0 Counter Register
GTM_TOM0_CH13_STAT 0xF0108358          TOM0 Channel Status Register
GTM_TOM0_CH13_IRQ_NOTIFY 0xF010835C          TOM0 Channel 13 Interrupt Notification Register
GTM_TOM0_CH13_IRQ_EN 0xF0108360          TOM0 Channel 13 Interrupt Enable Register
GTM_TOM0_CH13_IRQ_FORCINT 0xF0108364          TOM0 Channel 13 Software Interrupt Generation Register
GTM_TOM0_CH13_IRQ_MODE 0xF0108368          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH14_CTRL 0xF0108380          TOM0 Channel 14 Control Register?
GTM_TOM0_CH14_SR0 0xF0108384          TOM0 Channel 14 CCU0 Compare Shadow Register
GTM_TOM0_CH14_SR1 0xF0108388          TOM0 Channel 14 CCU1 Compare Shadow Register
GTM_TOM0_CH14_CM0 0xF010838C          TOM0 Channel 14 CCU0 Compare Register
GTM_TOM0_CH14_CM1 0xF0108390          TOM0 Channel 14 CCU1 Compare Register
GTM_TOM0_CH14_CN0 0xF0108394          TOM0 Channel 14 CCU0 Counter Register
GTM_TOM0_CH14_STAT 0xF0108398          TOM0 Channel Status Register
GTM_TOM0_CH14_IRQ_NOTIFY 0xF010839C          TOM0 Channel 14 Interrupt Notification Register
GTM_TOM0_CH14_IRQ_EN 0xF01083A0          TOM0 Channel 14 Interrupt Enable Register
GTM_TOM0_CH14_IRQ_FORCINT 0xF01083A4          TOM0 Channel 14 Software Interrupt Generation Register
GTM_TOM0_CH14_IRQ_MODE 0xF01083A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH15_CTRL 0xF01083C0          TOM0 Channel 15 Control Register
GTM_TOM0_CH15_SR0 0xF01083C4          TOM0 Channel 15 CCU0 Compare Shadow Register
GTM_TOM0_CH15_SR1 0xF01083C8          TOM0 Channel 15 CCU1 Compare Shadow Register
GTM_TOM0_CH15_CM0 0xF01083CC          TOM0 Channel 15 CCU0 Compare Register
GTM_TOM0_CH15_CM1 0xF01083D0          TOM0 Channel 15 CCU1 Compare Register
GTM_TOM0_CH15_CN0 0xF01083D4          TOM0 Channel 15 CCU0 Counter Register
GTM_TOM0_CH15_STAT 0xF01083D8          TOM0 Channel Status Register
GTM_TOM0_CH15_IRQ_NOTIFY 0xF01083DC          TOM0 Channel 15 Interrupt Notification Register
GTM_TOM0_CH15_IRQ_EN 0xF01083E0          TOM0 Channel 15 Interrupt Enable Register
GTM_TOM0_CH15_IRQ_FORCINT 0xF01083E4          TOM0 Channel 15 Software Interrupt Generation Register
GTM_TOM0_CH15_IRQ_MODE 0xF01083E8          TOM0 IRQ Mode Configuration Register
GTM_TOM1_CH0_CTRL 0xF0108800          TOM1 Channel 0 Control Register?
GTM_TOM1_CH0_SR0 0xF0108804          TOM1 Channel 0 CCU0 Compare Shadow Register
GTM_TOM1_CH0_SR1 0xF0108808          TOM1 Channel 0 CCU1 Compare Shadow Register
GTM_TOM1_CH0_CM0 0xF010880C          TOM1 Channel 0 CCU0 Compare Register
GTM_TOM1_CH0_CM1 0xF0108810          TOM1 Channel 0 CCU1 Compare Register
GTM_TOM1_CH0_CN0 0xF0108814          TOM1 Channel 0 CCU0 Counter Register
GTM_TOM1_CH0_STAT 0xF0108818          TOM1 Channel Status Register
GTM_TOM1_CH0_IRQ_NOTIFY 0xF010881C          TOM1 Channel 0 Interrupt Notification Register
GTM_TOM1_CH0_IRQ_EN 0xF0108820          TOM1 Channel 0 Interrupt Enable Register
GTM_TOM1_CH0_IRQ_FORCINT 0xF0108824          TOM1 Channel 0 Software Interrupt Generation Register
GTM_TOM1_CH0_IRQ_MODE 0xF0108828          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC0_GLB_CTRL 0xF0108830          TOM1 TGC0 Global Control Register
GTM_TOM1_TGC0_ACT_TB 0xF0108834          TOM1 TGC0 Action Time Base Register
GTM_TOM1_TGC0_FUPD_CTRL 0xF0108838          TOM1 TGC0 Force Update Control Register
GTM_TOM1_TGC0_INT_TRIG 0xF010883C          TOM1 TGC0 Internal Trigger Control Register
GTM_TOM1_CH1_CTRL 0xF0108840          TOM1 Channel 1 Control Register?
GTM_TOM1_CH1_SR0 0xF0108844          TOM1 Channel 1 CCU0 Compare Shadow Register
GTM_TOM1_CH1_SR1 0xF0108848          TOM1 Channel 1 CCU1 Compare Shadow Register
GTM_TOM1_CH1_CM0 0xF010884C          TOM1 Channel 1 CCU0 Compare Register
GTM_TOM1_CH1_CM1 0xF0108850          TOM1 Channel 1 CCU1 Compare Register
GTM_TOM1_CH1_CN0 0xF0108854          TOM1 Channel 1 CCU0 Counter Register
GTM_TOM1_CH1_STAT 0xF0108858          TOM1 Channel Status Register
GTM_TOM1_CH1_IRQ_NOTIFY 0xF010885C          TOM1 Channel 1 Interrupt Notification Register
GTM_TOM1_CH1_IRQ_EN 0xF0108860          TOM1 Channel 1 Interrupt Enable Register
GTM_TOM1_CH1_IRQ_FORCINT 0xF0108864          TOM1 Channel 1 Software Interrupt Generation Register
GTM_TOM1_CH1_IRQ_MODE 0xF0108868          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC0_ENDIS_CTRL 0xF0108870          TOM1 TGC0 Enable/Disable Control Register
GTM_TOM1_TGC0_ENDIS_STAT 0xF0108874          TOM1 TGC0 Enable/Disable Status Register
GTM_TOM1_TGC0_OUTEN_CTRL 0xF0108878          TOM1 TGC0 Output Enable Control Register
GTM_TOM1_TGC0_OUTEN_STAT 0xF010887C          TOM1 TGC0 Output Enable Status Register
GTM_TOM1_CH2_CTRL 0xF0108880          TOM1 Channel 2 Control Register?
GTM_TOM1_CH2_SR0 0xF0108884          TOM1 Channel 2 CCU0 Compare Shadow Register
GTM_TOM1_CH2_SR1 0xF0108888          TOM1 Channel 2 CCU1 Compare Shadow Register
GTM_TOM1_CH2_CM0 0xF010888C          TOM1 Channel 2 CCU0 Compare Register
GTM_TOM1_CH2_CM1 0xF0108890          TOM1 Channel 2 CCU1 Compare Register
GTM_TOM1_CH2_CN0 0xF0108894          TOM1 Channel 2 CCU0 Counter Register
GTM_TOM1_CH2_STAT 0xF0108898          TOM1 Channel Status Register
GTM_TOM1_CH2_IRQ_NOTIFY 0xF010889C          TOM1 Channel 2 Interrupt Notification Register
GTM_TOM1_CH2_IRQ_EN 0xF01088A0          TOM1 Channel 2 Interrupt Enable Register
GTM_TOM1_CH2_IRQ_FORCINT 0xF01088A4          TOM1 Channel 2 Software Interrupt Generation Register
GTM_TOM1_CH2_IRQ_MODE 0xF01088A8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH3_CTRL 0xF01088C0          TOM1 Channel 3 Control Register?
GTM_TOM1_CH3_SR0 0xF01088C4          TOM1 Channel 3 CCU0 Compare Shadow Register
GTM_TOM1_CH3_SR1 0xF01088C8          TOM1 Channel 3 CCU1 Compare Shadow Register
GTM_TOM1_CH3_CM0 0xF01088CC          TOM1 Channel 3 CCU0 Compare Register
GTM_TOM1_CH3_CM1 0xF01088D0          TOM1 Channel 3 CCU1 Compare Register
GTM_TOM1_CH3_CN0 0xF01088D4          TOM1 Channel 3 CCU0 Counter Register
GTM_TOM1_CH3_STAT 0xF01088D8          TOM1 Channel Status Register
GTM_TOM1_CH3_IRQ_NOTIFY 0xF01088DC          TOM1 Channel 3 Interrupt Notification Register
GTM_TOM1_CH3_IRQ_EN 0xF01088E0          TOM1 Channel 3 Interrupt Enable Register
GTM_TOM1_CH3_IRQ_FORCINT 0xF01088E4          TOM1 Channel 3 Software Interrupt Generation Register
GTM_TOM1_CH3_IRQ_MODE 0xF01088E8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH4_CTRL 0xF0108900          TOM1 Channel 4 Control Register?
GTM_TOM1_CH4_SR0 0xF0108904          TOM1 Channel 4 CCU0 Compare Shadow Register
GTM_TOM1_CH4_SR1 0xF0108908          TOM1 Channel 4 CCU1 Compare Shadow Register
GTM_TOM1_CH4_CM0 0xF010890C          TOM1 Channel 4 CCU0 Compare Register
GTM_TOM1_CH4_CM1 0xF0108910          TOM1 Channel 4 CCU1 Compare Register
GTM_TOM1_CH4_CN0 0xF0108914          TOM1 Channel 4 CCU0 Counter Register
GTM_TOM1_CH4_STAT 0xF0108918          TOM1 Channel Status Register
GTM_TOM1_CH4_IRQ_NOTIFY 0xF010891C          TOM1 Channel 4 Interrupt Notification Register
GTM_TOM1_CH4_IRQ_EN 0xF0108920          TOM1 Channel 4 Interrupt Enable Register
GTM_TOM1_CH4_IRQ_FORCINT 0xF0108924          TOM1 Channel 4 Software Interrupt Generation Register
GTM_TOM1_CH4_IRQ_MODE 0xF0108928          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH5_CTRL 0xF0108940          TOM1 Channel 5 Control Register?
GTM_TOM1_CH5_SR0 0xF0108944          TOM1 Channel 5 CCU0 Compare Shadow Register
GTM_TOM1_CH5_SR1 0xF0108948          TOM1 Channel 5 CCU1 Compare Shadow Register
GTM_TOM1_CH5_CM0 0xF010894C          TOM1 Channel 5 CCU0 Compare Register
GTM_TOM1_CH5_CM1 0xF0108950          TOM1 Channel 5 CCU1 Compare Register
GTM_TOM1_CH5_CN0 0xF0108954          TOM1 Channel 5 CCU0 Counter Register
GTM_TOM1_CH5_STAT 0xF0108958          TOM1 Channel Status Register
GTM_TOM1_CH5_IRQ_NOTIFY 0xF010895C          TOM1 Channel 5 Interrupt Notification Register
GTM_TOM1_CH5_IRQ_EN 0xF0108960          TOM1 Channel 5 Interrupt Enable Register
GTM_TOM1_CH5_IRQ_FORCINT 0xF0108964          TOM1 Channel 5 Software Interrupt Generation Register
GTM_TOM1_CH5_IRQ_MODE 0xF0108968          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH6_CTRL 0xF0108980          TOM1 Channel 6 Control Register?
GTM_TOM1_CH6_SR0 0xF0108984          TOM1 Channel 6 CCU0 Compare Shadow Register
GTM_TOM1_CH6_SR1 0xF0108988          TOM1 Channel 6 CCU1 Compare Shadow Register
GTM_TOM1_CH6_CM0 0xF010898C          TOM1 Channel 6 CCU0 Compare Register
GTM_TOM1_CH6_CM1 0xF0108990          TOM1 Channel 6 CCU1 Compare Register
GTM_TOM1_CH6_CN0 0xF0108994          TOM1 Channel 6 CCU0 Counter Register
GTM_TOM1_CH6_STAT 0xF0108998          TOM1 Channel Status Register
GTM_TOM1_CH6_IRQ_NOTIFY 0xF010899C          TOM1 Channel 6 Interrupt Notification Register
GTM_TOM1_CH6_IRQ_EN 0xF01089A0          TOM1 Channel 6 Interrupt Enable Register
GTM_TOM1_CH6_IRQ_FORCINT 0xF01089A4          TOM1 Channel 6 Software Interrupt Generation Register
GTM_TOM1_CH6_IRQ_MODE 0xF01089A8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH7_CTRL 0xF01089C0          TOM1 Channel 7 Control Register?
GTM_TOM1_CH7_SR0 0xF01089C4          TOM1 Channel 7 CCU0 Compare Shadow Register
GTM_TOM1_CH7_SR1 0xF01089C8          TOM1 Channel 7 CCU1 Compare Shadow Register
GTM_TOM1_CH7_CM0 0xF01089CC          TOM1 Channel 7 CCU0 Compare Register
GTM_TOM1_CH7_CM1 0xF01089D0          TOM1 Channel 7 CCU1 Compare Register
GTM_TOM1_CH7_CN0 0xF01089D4          TOM1 Channel 7 CCU0 Counter Register
GTM_TOM1_CH7_STAT 0xF01089D8          TOM1 Channel Status Register
GTM_TOM1_CH7_IRQ_NOTIFY 0xF01089DC          TOM1 Channel 7 Interrupt Notification Register
GTM_TOM1_CH7_IRQ_EN 0xF01089E0          TOM1 Channel 7 Interrupt Enable Register
GTM_TOM1_CH7_IRQ_FORCINT 0xF01089E4          TOM1 Channel 7 Software Interrupt Generation Register
GTM_TOM1_CH7_IRQ_MODE 0xF01089E8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH8_CTRL 0xF0108A00          TOM1 Channel 8 Control Register?
GTM_TOM1_CH8_SR0 0xF0108A04          TOM1 Channel 8 CCU0 Compare Shadow Register
GTM_TOM1_CH8_SR1 0xF0108A08          TOM1 Channel 8 CCU1 Compare Shadow Register
GTM_TOM1_CH8_CM0 0xF0108A0C          TOM1 Channel 8 CCU0 Compare Register
GTM_TOM1_CH8_CM1 0xF0108A10          TOM1 Channel 8 CCU1 Compare Register
GTM_TOM1_CH8_CN0 0xF0108A14          TOM1 Channel 8 CCU0 Counter Register
GTM_TOM1_CH8_STAT 0xF0108A18          TOM1 Channel Status Register
GTM_TOM1_CH8_IRQ_NOTIFY 0xF0108A1C          TOM1 Channel 8 Interrupt Notification Register
GTM_TOM1_CH8_IRQ_EN 0xF0108A20          TOM1 Channel 8 Interrupt Enable Register
GTM_TOM1_CH8_IRQ_FORCINT 0xF0108A24          TOM1 Channel 8 Software Interrupt Generation Register
GTM_TOM1_CH8_IRQ_MODE 0xF0108A28          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC1_GLB_CTRL 0xF0108A30          TOM1 TGC1 Global Control Register
GTM_TOM1_TGC1_ACT_TB 0xF0108A34          TOM1 TGC1 Action Time Base Register
GTM_TOM1_TGC1_FUPD_CTRL 0xF0108A38          TOM1 TGC1 Force Update Control Register
GTM_TOM1_TGC1_INT_TRIG 0xF0108A3C          TOM1 TGC1 Internal Trigger Control Register
GTM_TOM1_CH9_CTRL 0xF0108A40          TOM1 Channel 9 Control Register?
GTM_TOM1_CH9_SR0 0xF0108A44          TOM1 Channel 9 CCU0 Compare Shadow Register
GTM_TOM1_CH9_SR1 0xF0108A48          TOM1 Channel 9 CCU1 Compare Shadow Register
GTM_TOM1_CH9_CM0 0xF0108A4C          TOM1 Channel 9 CCU0 Compare Register
GTM_TOM1_CH9_CM1 0xF0108A50          TOM1 Channel 9 CCU1 Compare Register
GTM_TOM1_CH9_CN0 0xF0108A54          TOM1 Channel 9 CCU0 Counter Register
GTM_TOM1_CH9_STAT 0xF0108A58          TOM1 Channel Status Register
GTM_TOM1_CH9_IRQ_NOTIFY 0xF0108A5C          TOM1 Channel 9 Interrupt Notification Register
GTM_TOM1_CH9_IRQ_EN 0xF0108A60          TOM1 Channel 9 Interrupt Enable Register
GTM_TOM1_CH9_IRQ_FORCINT 0xF0108A64          TOM1 Channel 9 Software Interrupt Generation Register
GTM_TOM1_CH9_IRQ_MODE 0xF0108A68          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC1_ENDIS_CTRL 0xF0108A70          TOM1 TGC1 Enable/Disable Control Register
GTM_TOM1_TGC1_ENDIS_STAT 0xF0108A74          TOM1 TGC1 Enable/Disable Status Register
GTM_TOM1_TGC1_OUTEN_CTRL 0xF0108A78          TOM1 TGC1 Output Enable Control Register
GTM_TOM1_TGC1_OUTEN_STAT 0xF0108A7C          TOM1 TGC1 Output Enable Status Register
GTM_TOM1_CH10_CTRL 0xF0108A80          TOM1 Channel 10 Control Register?
GTM_TOM1_CH10_SR0 0xF0108A84          TOM1 Channel 10 CCU0 Compare Shadow Register
GTM_TOM1_CH10_SR1 0xF0108A88          TOM1 Channel 10 CCU1 Compare Shadow Register
GTM_TOM1_CH10_CM0 0xF0108A8C          TOM1 Channel 10 CCU0 Compare Register
GTM_TOM1_CH10_CM1 0xF0108A90          TOM1 Channel 10 CCU1 Compare Register
GTM_TOM1_CH10_CN0 0xF0108A94          TOM1 Channel 10 CCU0 Counter Register
GTM_TOM1_CH10_STAT 0xF0108A98          TOM1 Channel Status Register
GTM_TOM1_CH10_IRQ_NOTIFY 0xF0108A9C          TOM1 Channel 10 Interrupt Notification Register
GTM_TOM1_CH10_IRQ_EN 0xF0108AA0          TOM1 Channel 10 Interrupt Enable Register
GTM_TOM1_CH10_IRQ_FORCINT 0xF0108AA4          TOM1 Channel 10 Software Interrupt Generation Register
GTM_TOM1_CH10_IRQ_MODE 0xF0108AA8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH11_CTRL 0xF0108AC0          TOM1 Channel 11 Control Register?
GTM_TOM1_CH11_SR0 0xF0108AC4          TOM1 Channel 11 CCU0 Compare Shadow Register
GTM_TOM1_CH11_SR1 0xF0108AC8          TOM1 Channel 11 CCU1 Compare Shadow Register
GTM_TOM1_CH11_CM0 0xF0108ACC          TOM1 Channel 11 CCU0 Compare Register
GTM_TOM1_CH11_CM1 0xF0108AD0          TOM1 Channel 11 CCU1 Compare Register
GTM_TOM1_CH11_CN0 0xF0108AD4          TOM1 Channel 11 CCU0 Counter Register
GTM_TOM1_CH11_STAT 0xF0108AD8          TOM1 Channel Status Register
GTM_TOM1_CH11_IRQ_NOTIFY 0xF0108ADC          TOM1 Channel 11 Interrupt Notification Register
GTM_TOM1_CH11_IRQ_EN 0xF0108AE0          TOM1 Channel 11 Interrupt Enable Register
GTM_TOM1_CH11_IRQ_FORCINT 0xF0108AE4          TOM1 Channel 11 Software Interrupt Generation Register
GTM_TOM1_CH11_IRQ_MODE 0xF0108AE8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH12_CTRL 0xF0108B00          TOM1 Channel 12 Control Register?
GTM_TOM1_CH12_SR0 0xF0108B04          TOM1 Channel 12 CCU0 Compare Shadow Register
GTM_TOM1_CH12_SR1 0xF0108B08          TOM1 Channel 12 CCU1 Compare Shadow Register
GTM_TOM1_CH12_CM0 0xF0108B0C          TOM1 Channel 12 CCU0 Compare Register
GTM_TOM1_CH12_CM1 0xF0108B10          TOM1 Channel 12 CCU1 Compare Register
GTM_TOM1_CH12_CN0 0xF0108B14          TOM1 Channel 12 CCU0 Counter Register
GTM_TOM1_CH12_STAT 0xF0108B18          TOM1 Channel Status Register
GTM_TOM1_CH12_IRQ_NOTIFY 0xF0108B1C          TOM1 Channel 12 Interrupt Notification Register
GTM_TOM1_CH12_IRQ_EN 0xF0108B20          TOM1 Channel 12 Interrupt Enable Register
GTM_TOM1_CH12_IRQ_FORCINT 0xF0108B24          TOM1 Channel 12 Software Interrupt Generation Register
GTM_TOM1_CH12_IRQ_MODE 0xF0108B28          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH13_CTRL 0xF0108B40          TOM1 Channel 13 Control Register?
GTM_TOM1_CH13_SR0 0xF0108B44          TOM1 Channel 13 CCU0 Compare Shadow Register
GTM_TOM1_CH13_SR1 0xF0108B48          TOM1 Channel 13 CCU1 Compare Shadow Register
GTM_TOM1_CH13_CM0 0xF0108B4C          TOM1 Channel 13 CCU0 Compare Register
GTM_TOM1_CH13_CM1 0xF0108B50          TOM1 Channel 13 CCU1 Compare Register
GTM_TOM1_CH13_CN0 0xF0108B54          TOM1 Channel 13 CCU0 Counter Register
GTM_TOM1_CH13_STAT 0xF0108B58          TOM1 Channel Status Register
GTM_TOM1_CH13_IRQ_NOTIFY 0xF0108B5C          TOM1 Channel 13 Interrupt Notification Register
GTM_TOM1_CH13_IRQ_EN 0xF0108B60          TOM1 Channel 13 Interrupt Enable Register
GTM_TOM1_CH13_IRQ_FORCINT 0xF0108B64          TOM1 Channel 13 Software Interrupt Generation Register
GTM_TOM1_CH13_IRQ_MODE 0xF0108B68          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH14_CTRL 0xF0108B80          TOM1 Channel 14 Control Register?
GTM_TOM1_CH14_SR0 0xF0108B84          TOM1 Channel 14 CCU0 Compare Shadow Register
GTM_TOM1_CH14_SR1 0xF0108B88          TOM1 Channel 14 CCU1 Compare Shadow Register
GTM_TOM1_CH14_CM0 0xF0108B8C          TOM1 Channel 14 CCU0 Compare Register
GTM_TOM1_CH14_CM1 0xF0108B90          TOM1 Channel 14 CCU1 Compare Register
GTM_TOM1_CH14_CN0 0xF0108B94          TOM1 Channel 14 CCU0 Counter Register
GTM_TOM1_CH14_STAT 0xF0108B98          TOM1 Channel Status Register
GTM_TOM1_CH14_IRQ_NOTIFY 0xF0108B9C          TOM1 Channel 14 Interrupt Notification Register
GTM_TOM1_CH14_IRQ_EN 0xF0108BA0          TOM1 Channel 14 Interrupt Enable Register
GTM_TOM1_CH14_IRQ_FORCINT 0xF0108BA4          TOM1 Channel 14 Software Interrupt Generation Register
GTM_TOM1_CH14_IRQ_MODE 0xF0108BA8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH15_CTRL 0xF0108BC0          TOM1 Channel 15 Control Register
GTM_TOM1_CH15_SR0 0xF0108BC4          TOM1 Channel 15 CCU0 Compare Shadow Register
GTM_TOM1_CH15_SR1 0xF0108BC8          TOM1 Channel 15 CCU1 Compare Shadow Register
GTM_TOM1_CH15_CM0 0xF0108BCC          TOM1 Channel 15 CCU0 Compare Register
GTM_TOM1_CH15_CM1 0xF0108BD0          TOM1 Channel 15 CCU1 Compare Register
GTM_TOM1_CH15_CN0 0xF0108BD4          TOM1 Channel 15 CCU0 Counter Register
GTM_TOM1_CH15_STAT 0xF0108BD8          TOM1 Channel Status Register
GTM_TOM1_CH15_IRQ_NOTIFY 0xF0108BDC          TOM1 Channel 15 Interrupt Notification Register
GTM_TOM1_CH15_IRQ_EN 0xF0108BE0          TOM1 Channel 15 Interrupt Enable Register
GTM_TOM1_CH15_IRQ_FORCINT 0xF0108BE4          TOM1 Channel 15 Software Interrupt Generation Register
GTM_TOM1_CH15_IRQ_MODE 0xF0108BE8          TOM1 IRQ Mode Configuration Register
GTM_ATOM0_CH0_RDADDR 0xF010D000          ATOM0 Channel 0 ARU Read Address Register
GTM_ATOM0_CH0_CTRL 0xF010D004          ATOM0 Channel 0 Control Register
GTM_ATOM0_CH0_SR0 0xF010D008          ATOM0 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM0_CH0_SR1 0xF010D00C          ATOM0 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM0_CH0_CM0 0xF010D010          ATOM0 Channel 0 CCU0 Compare Register
GTM_ATOM0_CH0_CM1 0xF010D014          ATOM0 Channel 0 CCU1 Compare Register
GTM_ATOM0_CH0_CN0 0xF010D018          ATOM0 Channel 0 CCU0 Counter Register
GTM_ATOM0_CH0_STAT 0xF010D01C          ATOM0 Channel 0 Status Register
GTM_ATOM0_CH0_IRQ_NOTIFY 0xF010D020          ATOM0 Channel 0 Interrupt Notification Register
GTM_ATOM0_CH0_IRQ_EN 0xF010D024          ATOM0 Channel 0 Interrupt Enable Register
GTM_ATOM0_CH0_IRQ_FORCINT 0xF010D028          ATOM0 Channel 0 Software Interrupt Generation Register
GTM_ATOM0_CH0_IRQ_MODE 0xF010D02C          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_AGC_GLB_CTRL 0xF010D040          ATOM0 AGC Global control register
GTM_ATOM0_AGC_ENDIS_CTRL 0xF010D044          ATOM0 AGC Enable/Disable Control Register
GTM_ATOM0_AGC_ENDIS_STAT 0xF010D048          ATOM0 AGC Enable/Disable Status Register
GTM_ATOM0_AGC_ACT_TB 0xF010D04C          TOM0 TGC0 Action Time Base Register
GTM_ATOM0_AGC_OUTEN_CTRL 0xF010D050          ATOM0 AGC Output Enable Control Register
GTM_ATOM0_AGC_OUTEN_STAT 0xF010D054          ATOM0 AGC Output Enable Status Register
GTM_ATOM0_AGC_FUPD_CTRL 0xF010D058          ATOM0 AGC Force Update Control Register
GTM_ATOM0_AGC_INT_TRIG 0xF010D05C          ATOM0 AGC Internal Trigger Control Register
GTM_ATOM0_CH1_RDADDR 0xF010D080          ATOM0 Channel 1 ARU Read Address Register
GTM_ATOM0_CH1_CTRL 0xF010D084          ATOM0 Channel 1 Control Register
GTM_ATOM0_CH1_SR0 0xF010D088          ATOM0 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM0_CH1_SR1 0xF010D08C          ATOM0 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM0_CH1_CM0 0xF010D090          ATOM0 Channel 1 CCU0 Compare Register
GTM_ATOM0_CH1_CM1 0xF010D094          ATOM0 Channel 1 CCU1 Compare Register
GTM_ATOM0_CH1_CN0 0xF010D098          ATOM0 Channel 1 CCU0 Counter Register
GTM_ATOM0_CH1_STAT 0xF010D09C          ATOM0 Channel 1 Status Register
GTM_ATOM0_CH1_IRQ_NOTIFY 0xF010D0A0          ATOM0 Channel 1 Interrupt Notification Register
GTM_ATOM0_CH1_IRQ_EN 0xF010D0A4          ATOM0 Channel 1 Interrupt Enable Register
GTM_ATOM0_CH1_IRQ_FORCINT 0xF010D0A8          ATOM0 Channel 1 Software Interrupt Generation Register
GTM_ATOM0_CH1_IRQ_MODE 0xF010D0AC          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH2_RDADDR 0xF010D100          ATOM0 Channel 2 ARU Read Address Register
GTM_ATOM0_CH2_CTRL 0xF010D104          ATOM0 Channel 2 Control Register
GTM_ATOM0_CH2_SR0 0xF010D108          ATOM0 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM0_CH2_SR1 0xF010D10C          ATOM0 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM0_CH2_CM0 0xF010D110          ATOM0 Channel 2 CCU0 Compare Register
GTM_ATOM0_CH2_CM1 0xF010D114          ATOM0 Channel 2 CCU1 Compare Register
GTM_ATOM0_CH2_CN0 0xF010D118          ATOM0 Channel 2 CCU0 Counter Register
GTM_ATOM0_CH2_STAT 0xF010D11C          ATOM0 Channel 2 Status Register
GTM_ATOM0_CH2_IRQ_NOTIFY 0xF010D120          ATOM0 Channel 2 Interrupt Notification Register
GTM_ATOM0_CH2_IRQ_EN 0xF010D124          ATOM0 Channel 2 Interrupt Enable Register
GTM_ATOM0_CH2_IRQ_FORCINT 0xF010D128          ATOM0 Channel 2 Software Interrupt Generation Register
GTM_ATOM0_CH2_IRQ_MODE 0xF010D12C          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH3_RDADDR 0xF010D180          ATOM0 Channel 3 ARU Read Address Register
GTM_ATOM0_CH3_CTRL 0xF010D184          ATOM0 Channel 3 Control Register
GTM_ATOM0_CH3_SR0 0xF010D188          ATOM0 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM0_CH3_SR1 0xF010D18C          ATOM0 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM0_CH3_CM0 0xF010D190          ATOM0 Channel 3 CCU0 Compare Register
GTM_ATOM0_CH3_CM1 0xF010D194          ATOM0 Channel 3 CCU1 Compare Register
GTM_ATOM0_CH3_CN0 0xF010D198          ATOM0 Channel 3 CCU0 Counter Register
GTM_ATOM0_CH3_STAT 0xF010D19C          ATOM0 Channel 3 Status Register
GTM_ATOM0_CH3_IRQ_NOTIFY 0xF010D1A0          ATOM0 Channel 3 Interrupt Notification Register
GTM_ATOM0_CH3_IRQ_EN 0xF010D1A4          ATOM0 Channel 3 Interrupt Enable Register
GTM_ATOM0_CH3_IRQ_FORCINT 0xF010D1A8          ATOM0 Channel 3 Software Interrupt Generation Register
GTM_ATOM0_CH3_IRQ_MODE 0xF010D1AC          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH4_RDADDR 0xF010D200          ATOM0 Channel 4 ARU Read Address Register
GTM_ATOM0_CH4_CTRL 0xF010D204          ATOM0 Channel 4 Control Register
GTM_ATOM0_CH4_SR0 0xF010D208          ATOM0 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM0_CH4_SR1 0xF010D20C          ATOM0 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM0_CH4_CM0 0xF010D210          ATOM0 Channel 4 CCU0 Compare Register
GTM_ATOM0_CH4_CM1 0xF010D214          ATOM0 Channel 4 CCU1 Compare Register
GTM_ATOM0_CH4_CN0 0xF010D218          ATOM0 Channel 4 CCU0 Counter Register
GTM_ATOM0_CH4_STAT 0xF010D21C          ATOM0 Channel 4 Status Register
GTM_ATOM0_CH4_IRQ_NOTIFY 0xF010D220          ATOM0 Channel 4 Interrupt Notification Register
GTM_ATOM0_CH4_IRQ_EN 0xF010D224          ATOM0 Channel 4 Interrupt Enable Register
GTM_ATOM0_CH4_IRQ_FORCINT 0xF010D228          ATOM0 Channel 4 Software Interrupt Generation Register
GTM_ATOM0_CH4_IRQ_MODE 0xF010D22C          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH5_RDADDR 0xF010D280          ATOM0 Channel 5 ARU Read Address Register
GTM_ATOM0_CH5_CTRL 0xF010D284          ATOM0 Channel 5 Control Register
GTM_ATOM0_CH5_SR0 0xF010D288          ATOM0 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM0_CH5_SR1 0xF010D28C          ATOM0 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM0_CH5_CM0 0xF010D290          ATOM0 Channel 5 CCU0 Compare Register
GTM_ATOM0_CH5_CM1 0xF010D294          ATOM0 Channel 5 CCU1 Compare Register
GTM_ATOM0_CH5_CN0 0xF010D298          ATOM0 Channel 5 CCU0 Counter Register
GTM_ATOM0_CH5_STAT 0xF010D29C          ATOM0 Channel 5 Status Register
GTM_ATOM0_CH5_IRQ_NOTIFY 0xF010D2A0          ATOM0 Channel 5 Interrupt Notification Register
GTM_ATOM0_CH5_IRQ_EN 0xF010D2A4          ATOM0 Channel 5 Interrupt Enable Register
GTM_ATOM0_CH5_IRQ_FORCINT 0xF010D2A8          ATOM0 Channel 5 Software Interrupt Generation Register
GTM_ATOM0_CH5_IRQ_MODE 0xF010D2AC          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH6_RDADDR 0xF010D300          ATOM0 Channel 6 ARU Read Address Register
GTM_ATOM0_CH6_CTRL 0xF010D304          ATOM0 Channel 6 Control Register
GTM_ATOM0_CH6_SR0 0xF010D308          ATOM0 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM0_CH6_SR1 0xF010D30C          ATOM0 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM0_CH6_CM0 0xF010D310          ATOM0 Channel 6 CCU0 Compare Register
GTM_ATOM0_CH6_CM1 0xF010D314          ATOM0 Channel 6 CCU1 Compare Register
GTM_ATOM0_CH6_CN0 0xF010D318          ATOM0 Channel 6 CCU0 Counter Register
GTM_ATOM0_CH6_STAT 0xF010D31C          ATOM0 Channel 6 Status Register
GTM_ATOM0_CH6_IRQ_NOTIFY 0xF010D320          ATOM0 Channel 6 Interrupt Notification Register
GTM_ATOM0_CH6_IRQ_EN 0xF010D324          ATOM0 Channel 6 Interrupt Enable Register
GTM_ATOM0_CH6_IRQ_FORCINT 0xF010D328          ATOM0 Channel 6 Software Interrupt Generation Register
GTM_ATOM0_CH6_IRQ_MODE 0xF010D32C          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH7_RDADDR 0xF010D380          ATOM0 Channel 7 ARU Read Address Register
GTM_ATOM0_CH7_CTRL 0xF010D384          ATOM0 Channel 7 Control Register
GTM_ATOM0_CH7_SR0 0xF010D388          ATOM0 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM0_CH7_SR1 0xF010D38C          ATOM0 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM0_CH7_CM0 0xF010D390          ATOM0 Channel 7 CCU0 Compare Register
GTM_ATOM0_CH7_CM1 0xF010D394          ATOM0 Channel 7 CCU1 Compare Register
GTM_ATOM0_CH7_CN0 0xF010D398          ATOM0 Channel 7 CCU0 Counter Register
GTM_ATOM0_CH7_STAT 0xF010D39C          ATOM0 Channel 7 Status Register
GTM_ATOM0_CH7_IRQ_NOTIFY 0xF010D3A0          ATOM0 Channel 7 Interrupt Notification Register
GTM_ATOM0_CH7_IRQ_EN 0xF010D3A4          ATOM0 Channel 7 Interrupt Enable Register
GTM_ATOM0_CH7_IRQ_FORCINT 0xF010D3A8          ATOM0 Channel 7 Software Interrupt Generation Register
GTM_ATOM0_CH7_IRQ_MODE 0xF010D3AC          ATOM0 IRQ Mode Configuration Register
GTM_ATOM1_CH0_RDADDR 0xF010D800          ATOM1 Channel 0 ARU Read Address Register
GTM_ATOM1_CH0_CTRL 0xF010D804          ATOM1 Channel 0 Control Register
GTM_ATOM1_CH0_SR0 0xF010D808          ATOM1 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM1_CH0_SR1 0xF010D80C          ATOM1 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM1_CH0_CM0 0xF010D810          ATOM1 Channel 0 CCU0 Compare Register
GTM_ATOM1_CH0_CM1 0xF010D814          ATOM1 Channel 0 CCU1 Compare Register
GTM_ATOM1_CH0_CN0 0xF010D818          ATOM1 Channel 0 CCU0 Counter Register
GTM_ATOM1_CH0_STAT 0xF010D81C          ATOM1 Channel 0 Status Register
GTM_ATOM1_CH0_IRQ_NOTIFY 0xF010D820          ATOM1 Channel 0 Interrupt Notification Register
GTM_ATOM1_CH0_IRQ_EN 0xF010D824          ATOM1 Channel 0 Interrupt Enable Register
GTM_ATOM1_CH0_IRQ_FORCINT 0xF010D828          ATOM1 Channel 0 Software Interrupt Generation Register
GTM_ATOM1_CH0_IRQ_MODE 0xF010D82C          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_AGC_GLB_CTRL 0xF010D840          ATOM1 AGC Global control register
GTM_ATOM1_AGC_ENDIS_CTRL 0xF010D844          ATOM1 AGC Enable/Disable Control Register
GTM_ATOM1_AGC_ENDIS_STAT 0xF010D848          ATOM1 AGC Enable/Disable Status Register
GTM_ATOM1_AGC_ACT_TB 0xF010D84C          TOM1 TGC0 Action Time Base Register
GTM_ATOM1_AGC_OUTEN_CTRL 0xF010D850          ATOM1 AGC Output Enable Control Register
GTM_ATOM1_AGC_OUTEN_STAT 0xF010D854          ATOM1 AGC Output Enable Status Register
GTM_ATOM1_AGC_FUPD_CTRL 0xF010D858          ATOM1 AGC Force Update Control Register
GTM_ATOM1_AGC_INT_TRIG 0xF010D85C          ATOM1 AGC Internal Trigger Control Register
GTM_ATOM1_CH1_RDADDR 0xF010D880          ATOM1 Channel 1 ARU Read Address Register
GTM_ATOM1_CH1_CTRL 0xF010D884          ATOM1 Channel 1 Control Register
GTM_ATOM1_CH1_SR0 0xF010D888          ATOM1 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM1_CH1_SR1 0xF010D88C          ATOM1 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM1_CH1_CM0 0xF010D890          ATOM1 Channel 1 CCU0 Compare Register
GTM_ATOM1_CH1_CM1 0xF010D894          ATOM1 Channel 1 CCU1 Compare Register
GTM_ATOM1_CH1_CN0 0xF010D898          ATOM1 Channel 1 CCU0 Counter Register
GTM_ATOM1_CH1_STAT 0xF010D89C          ATOM1 Channel 1 Status Register
GTM_ATOM1_CH1_IRQ_NOTIFY 0xF010D8A0          ATOM1 Channel 1 Interrupt Notification Register
GTM_ATOM1_CH1_IRQ_EN 0xF010D8A4          ATOM1 Channel 1 Interrupt Enable Register
GTM_ATOM1_CH1_IRQ_FORCINT 0xF010D8A8          ATOM1 Channel 1 Software Interrupt Generation Register
GTM_ATOM1_CH1_IRQ_MODE 0xF010D8AC          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH2_RDADDR 0xF010D900          ATOM1 Channel 2 ARU Read Address Register
GTM_ATOM1_CH2_CTRL 0xF010D904          ATOM1 Channel 2 Control Register
GTM_ATOM1_CH2_SR0 0xF010D908          ATOM1 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM1_CH2_SR1 0xF010D90C          ATOM1 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM1_CH2_CM0 0xF010D910          ATOM1 Channel 2 CCU0 Compare Register
GTM_ATOM1_CH2_CM1 0xF010D914          ATOM1 Channel 2 CCU1 Compare Register
GTM_ATOM1_CH2_CN0 0xF010D918          ATOM1 Channel 2 CCU0 Counter Register
GTM_ATOM1_CH2_STAT 0xF010D91C          ATOM1 Channel 2 Status Register
GTM_ATOM1_CH2_IRQ_NOTIFY 0xF010D920          ATOM1 Channel 2 Interrupt Notification Register
GTM_ATOM1_CH2_IRQ_EN 0xF010D924          ATOM1 Channel 2 Interrupt Enable Register
GTM_ATOM1_CH2_IRQ_FORCINT 0xF010D928          ATOM1 Channel 2 Software Interrupt Generation Register
GTM_ATOM1_CH2_IRQ_MODE 0xF010D92C          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH3_RDADDR 0xF010D980          ATOM1 Channel 3 ARU Read Address Register
GTM_ATOM1_CH3_CTRL 0xF010D984          ATOM1 Channel 3 Control Register
GTM_ATOM1_CH3_SR0 0xF010D988          ATOM1 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM1_CH3_SR1 0xF010D98C          ATOM1 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM1_CH3_CM0 0xF010D990          ATOM1 Channel 3 CCU0 Compare Register
GTM_ATOM1_CH3_CM1 0xF010D994          ATOM1 Channel 3 CCU1 Compare Register
GTM_ATOM1_CH3_CN0 0xF010D998          ATOM1 Channel 3 CCU0 Counter Register
GTM_ATOM1_CH3_STAT 0xF010D99C          ATOM1 Channel 3 Status Register
GTM_ATOM1_CH3_IRQ_NOTIFY 0xF010D9A0          ATOM1 Channel 3 Interrupt Notification Register
GTM_ATOM1_CH3_IRQ_EN 0xF010D9A4          ATOM1 Channel 3 Interrupt Enable Register
GTM_ATOM1_CH3_IRQ_FORCINT 0xF010D9A8          ATOM1 Channel 3 Software Interrupt Generation Register
GTM_ATOM1_CH3_IRQ_MODE 0xF010D9AC          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH4_RDADDR 0xF010DA00          ATOM1 Channel 4 ARU Read Address Register
GTM_ATOM1_CH4_CTRL 0xF010DA04          ATOM1 Channel 4 Control Register
GTM_ATOM1_CH4_SR0 0xF010DA08          ATOM1 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM1_CH4_SR1 0xF010DA0C          ATOM1 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM1_CH4_CM0 0xF010DA10          ATOM1 Channel 4 CCU0 Compare Register
GTM_ATOM1_CH4_CM1 0xF010DA14          ATOM1 Channel 4 CCU1 Compare Register
GTM_ATOM1_CH4_CN0 0xF010DA18          ATOM1 Channel 4 CCU0 Counter Register
GTM_ATOM1_CH4_STAT 0xF010DA1C          ATOM1 Channel 4 Status Register
GTM_ATOM1_CH4_IRQ_NOTIFY 0xF010DA20          ATOM1 Channel 4 Interrupt Notification Register
GTM_ATOM1_CH4_IRQ_EN 0xF010DA24          ATOM1 Channel 4 Interrupt Enable Register
GTM_ATOM1_CH4_IRQ_FORCINT 0xF010DA28          ATOM1 Channel 4 Software Interrupt Generation Register
GTM_ATOM1_CH4_IRQ_MODE 0xF010DA2C          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH5_RDADDR 0xF010DA80          ATOM1 Channel 5 ARU Read Address Register
GTM_ATOM1_CH5_CTRL 0xF010DA84          ATOM1 Channel 5 Control Register
GTM_ATOM1_CH5_SR0 0xF010DA88          ATOM1 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM1_CH5_SR1 0xF010DA8C          ATOM1 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM1_CH5_CM0 0xF010DA90          ATOM1 Channel 5 CCU0 Compare Register
GTM_ATOM1_CH5_CM1 0xF010DA94          ATOM1 Channel 5 CCU1 Compare Register
GTM_ATOM1_CH5_CN0 0xF010DA98          ATOM1 Channel 5 CCU0 Counter Register
GTM_ATOM1_CH5_STAT 0xF010DA9C          ATOM1 Channel 5 Status Register
GTM_ATOM1_CH5_IRQ_NOTIFY 0xF010DAA0          ATOM1 Channel 5 Interrupt Notification Register
GTM_ATOM1_CH5_IRQ_EN 0xF010DAA4          ATOM1 Channel 5 Interrupt Enable Register
GTM_ATOM1_CH5_IRQ_FORCINT 0xF010DAA8          ATOM1 Channel 5 Software Interrupt Generation Register
GTM_ATOM1_CH5_IRQ_MODE 0xF010DAAC          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH6_RDADDR 0xF010DB00          ATOM1 Channel 6 ARU Read Address Register
GTM_ATOM1_CH6_CTRL 0xF010DB04          ATOM1 Channel 6 Control Register
GTM_ATOM1_CH6_SR0 0xF010DB08          ATOM1 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM1_CH6_SR1 0xF010DB0C          ATOM1 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM1_CH6_CM0 0xF010DB10          ATOM1 Channel 6 CCU0 Compare Register
GTM_ATOM1_CH6_CM1 0xF010DB14          ATOM1 Channel 6 CCU1 Compare Register
GTM_ATOM1_CH6_CN0 0xF010DB18          ATOM1 Channel 6 CCU0 Counter Register
GTM_ATOM1_CH6_STAT 0xF010DB1C          ATOM1 Channel 6 Status Register
GTM_ATOM1_CH6_IRQ_NOTIFY 0xF010DB20          ATOM1 Channel 6 Interrupt Notification Register
GTM_ATOM1_CH6_IRQ_EN 0xF010DB24          ATOM1 Channel 6 Interrupt Enable Register
GTM_ATOM1_CH6_IRQ_FORCINT 0xF010DB28          ATOM1 Channel 6 Software Interrupt Generation Register
GTM_ATOM1_CH6_IRQ_MODE 0xF010DB2C          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH7_RDADDR 0xF010DB80          ATOM1 Channel 7 ARU Read Address Register
GTM_ATOM1_CH7_CTRL 0xF010DB84          ATOM1 Channel 7 Control Register
GTM_ATOM1_CH7_SR0 0xF010DB88          ATOM1 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM1_CH7_SR1 0xF010DB8C          ATOM1 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM1_CH7_CM0 0xF010DB90          ATOM1 Channel 7 CCU0 Compare Register
GTM_ATOM1_CH7_CM1 0xF010DB94          ATOM1 Channel 7 CCU1 Compare Register
GTM_ATOM1_CH7_CN0 0xF010DB98          ATOM1 Channel 7 CCU0 Counter Register
GTM_ATOM1_CH7_STAT 0xF010DB9C          ATOM1 Channel 7 Status Register
GTM_ATOM1_CH7_IRQ_NOTIFY 0xF010DBA0          ATOM1 Channel 7 Interrupt Notification Register
GTM_ATOM1_CH7_IRQ_EN 0xF010DBA4          ATOM1 Channel 7 Interrupt Enable Register
GTM_ATOM1_CH7_IRQ_FORCINT 0xF010DBA8          ATOM1 Channel 7 Software Interrupt Generation Register
GTM_ATOM1_CH7_IRQ_MODE 0xF010DBAC          ATOM1 IRQ Mode Configuration Register
GTM_ATOM2_CH0_RDADDR 0xF010E000          ATOM2 Channel 0 ARU Read Address Register
GTM_ATOM2_CH0_CTRL 0xF010E004          ATOM2 Channel 0 Control Register
GTM_ATOM2_CH0_SR0 0xF010E008          ATOM2 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM2_CH0_SR1 0xF010E00C          ATOM2 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM2_CH0_CM0 0xF010E010          ATOM2 Channel 0 CCU0 Compare Register
GTM_ATOM2_CH0_CM1 0xF010E014          ATOM2 Channel 0 CCU1 Compare Register
GTM_ATOM2_CH0_CN0 0xF010E018          ATOM2 Channel 0 CCU0 Counter Register
GTM_ATOM2_CH0_STAT 0xF010E01C          ATOM2 Channel 0 Status Register
GTM_ATOM2_CH0_IRQ_NOTIFY 0xF010E020          ATOM2 Channel 0 Interrupt Notification Register
GTM_ATOM2_CH0_IRQ_EN 0xF010E024          ATOM2 Channel 0 Interrupt Enable Register
GTM_ATOM2_CH0_IRQ_FORCINT 0xF010E028          ATOM2 Channel 0 Software Interrupt Generation Register
GTM_ATOM2_CH0_IRQ_MODE 0xF010E02C          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_AGC_GLB_CTRL 0xF010E040          ATOM2 AGC Global control register
GTM_ATOM2_AGC_ENDIS_CTRL 0xF010E044          ATOM2 AGC Enable/Disable Control Register
GTM_ATOM2_AGC_ENDIS_STAT 0xF010E048          ATOM2 AGC Enable/Disable Status Register
GTM_ATOM2_AGC_ACT_TB 0xF010E04C          TOM2 TGC0 Action Time Base Register
GTM_ATOM2_AGC_OUTEN_CTRL 0xF010E050          ATOM2 AGC Output Enable Control Register
GTM_ATOM2_AGC_OUTEN_STAT 0xF010E054          ATOM2 AGC Output Enable Status Register
GTM_ATOM2_AGC_FUPD_CTRL 0xF010E058          ATOM2 AGC Force Update Control Register
GTM_ATOM2_AGC_INT_TRIG 0xF010E05C          ATOM2 AGC Internal Trigger Control Register
GTM_ATOM2_CH1_RDADDR 0xF010E080          ATOM2 Channel 1 ARU Read Address Register
GTM_ATOM2_CH1_CTRL 0xF010E084          ATOM2 Channel 1 Control Register
GTM_ATOM2_CH1_SR0 0xF010E088          ATOM2 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM2_CH1_SR1 0xF010E08C          ATOM2 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM2_CH1_CM0 0xF010E090          ATOM2 Channel 1 CCU0 Compare Register
GTM_ATOM2_CH1_CM1 0xF010E094          ATOM2 Channel 1 CCU1 Compare Register
GTM_ATOM2_CH1_CN0 0xF010E098          ATOM2 Channel 1 CCU0 Counter Register
GTM_ATOM2_CH1_STAT 0xF010E09C          ATOM2 Channel 1 Status Register
GTM_ATOM2_CH1_IRQ_NOTIFY 0xF010E0A0          ATOM2 Channel 1 Interrupt Notification Register
GTM_ATOM2_CH1_IRQ_EN 0xF010E0A4          ATOM2 Channel 1 Interrupt Enable Register
GTM_ATOM2_CH1_IRQ_FORCINT 0xF010E0A8          ATOM2 Channel 1 Software Interrupt Generation Register
GTM_ATOM2_CH1_IRQ_MODE 0xF010E0AC          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH2_RDADDR 0xF010E100          ATOM2 Channel 2 ARU Read Address Register
GTM_ATOM2_CH2_CTRL 0xF010E104          ATOM2 Channel 2 Control Register
GTM_ATOM2_CH2_SR0 0xF010E108          ATOM2 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM2_CH2_SR1 0xF010E10C          ATOM2 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM2_CH2_CM0 0xF010E110          ATOM2 Channel 2 CCU0 Compare Register
GTM_ATOM2_CH2_CM1 0xF010E114          ATOM2 Channel 2 CCU1 Compare Register
GTM_ATOM2_CH2_CN0 0xF010E118          ATOM2 Channel 2 CCU0 Counter Register
GTM_ATOM2_CH2_STAT 0xF010E11C          ATOM2 Channel 2 Status Register
GTM_ATOM2_CH2_IRQ_NOTIFY 0xF010E120          ATOM2 Channel 2 Interrupt Notification Register
GTM_ATOM2_CH2_IRQ_EN 0xF010E124          ATOM2 Channel 2 Interrupt Enable Register
GTM_ATOM2_CH2_IRQ_FORCINT 0xF010E128          ATOM2 Channel 2 Software Interrupt Generation Register
GTM_ATOM2_CH2_IRQ_MODE 0xF010E12C          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH3_RDADDR 0xF010E180          ATOM2 Channel 3 ARU Read Address Register
GTM_ATOM2_CH3_CTRL 0xF010E184          ATOM2 Channel 3 Control Register
GTM_ATOM2_CH3_SR0 0xF010E188          ATOM2 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM2_CH3_SR1 0xF010E18C          ATOM2 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM2_CH3_CM0 0xF010E190          ATOM2 Channel 3 CCU0 Compare Register
GTM_ATOM2_CH3_CM1 0xF010E194          ATOM2 Channel 3 CCU1 Compare Register
GTM_ATOM2_CH3_CN0 0xF010E198          ATOM2 Channel 3 CCU0 Counter Register
GTM_ATOM2_CH3_STAT 0xF010E19C          ATOM2 Channel 3 Status Register
GTM_ATOM2_CH3_IRQ_NOTIFY 0xF010E1A0          ATOM2 Channel 3 Interrupt Notification Register
GTM_ATOM2_CH3_IRQ_EN 0xF010E1A4          ATOM2 Channel 3 Interrupt Enable Register
GTM_ATOM2_CH3_IRQ_FORCINT 0xF010E1A8          ATOM2 Channel 3 Software Interrupt Generation Register
GTM_ATOM2_CH3_IRQ_MODE 0xF010E1AC          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH4_RDADDR 0xF010E200          ATOM2 Channel 4 ARU Read Address Register
GTM_ATOM2_CH4_CTRL 0xF010E204          ATOM2 Channel 4 Control Register
GTM_ATOM2_CH4_SR0 0xF010E208          ATOM2 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM2_CH4_SR1 0xF010E20C          ATOM2 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM2_CH4_CM0 0xF010E210          ATOM2 Channel 4 CCU0 Compare Register
GTM_ATOM2_CH4_CM1 0xF010E214          ATOM2 Channel 4 CCU1 Compare Register
GTM_ATOM2_CH4_CN0 0xF010E218          ATOM2 Channel 4 CCU0 Counter Register
GTM_ATOM2_CH4_STAT 0xF010E21C          ATOM2 Channel 4 Status Register
GTM_ATOM2_CH4_IRQ_NOTIFY 0xF010E220          ATOM2 Channel 4 Interrupt Notification Register
GTM_ATOM2_CH4_IRQ_EN 0xF010E224          ATOM2 Channel 4 Interrupt Enable Register
GTM_ATOM2_CH4_IRQ_FORCINT 0xF010E228          ATOM2 Channel 4 Software Interrupt Generation Register
GTM_ATOM2_CH4_IRQ_MODE 0xF010E22C          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH5_RDADDR 0xF010E280          ATOM2 Channel 5 ARU Read Address Register
GTM_ATOM2_CH5_CTRL 0xF010E284          ATOM2 Channel 5 Control Register
GTM_ATOM2_CH5_SR0 0xF010E288          ATOM2 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM2_CH5_SR1 0xF010E28C          ATOM2 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM2_CH5_CM0 0xF010E290          ATOM2 Channel 5 CCU0 Compare Register
GTM_ATOM2_CH5_CM1 0xF010E294          ATOM2 Channel 5 CCU1 Compare Register
GTM_ATOM2_CH5_CN0 0xF010E298          ATOM2 Channel 5 CCU0 Counter Register
GTM_ATOM2_CH5_STAT 0xF010E29C          ATOM2 Channel 5 Status Register
GTM_ATOM2_CH5_IRQ_NOTIFY 0xF010E2A0          ATOM2 Channel 5 Interrupt Notification Register
GTM_ATOM2_CH5_IRQ_EN 0xF010E2A4          ATOM2 Channel 5 Interrupt Enable Register
GTM_ATOM2_CH5_IRQ_FORCINT 0xF010E2A8          ATOM2 Channel 5 Software Interrupt Generation Register
GTM_ATOM2_CH5_IRQ_MODE 0xF010E2AC          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH6_RDADDR 0xF010E300          ATOM2 Channel 6 ARU Read Address Register
GTM_ATOM2_CH6_CTRL 0xF010E304          ATOM2 Channel 6 Control Register
GTM_ATOM2_CH6_SR0 0xF010E308          ATOM2 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM2_CH6_SR1 0xF010E30C          ATOM2 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM2_CH6_CM0 0xF010E310          ATOM2 Channel 6 CCU0 Compare Register
GTM_ATOM2_CH6_CM1 0xF010E314          ATOM2 Channel 6 CCU1 Compare Register
GTM_ATOM2_CH6_CN0 0xF010E318          ATOM2 Channel 6 CCU0 Counter Register
GTM_ATOM2_CH6_STAT 0xF010E31C          ATOM2 Channel 6 Status Register
GTM_ATOM2_CH6_IRQ_NOTIFY 0xF010E320          ATOM2 Channel 6 Interrupt Notification Register
GTM_ATOM2_CH6_IRQ_EN 0xF010E324          ATOM2 Channel 6 Interrupt Enable Register
GTM_ATOM2_CH6_IRQ_FORCINT 0xF010E328          ATOM2 Channel 6 Software Interrupt Generation Register
GTM_ATOM2_CH6_IRQ_MODE 0xF010E32C          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH7_RDADDR 0xF010E380          ATOM2 Channel 7 ARU Read Address Register
GTM_ATOM2_CH7_CTRL 0xF010E384          ATOM2 Channel 7 Control Register
GTM_ATOM2_CH7_SR0 0xF010E388          ATOM2 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM2_CH7_SR1 0xF010E38C          ATOM2 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM2_CH7_CM0 0xF010E390          ATOM2 Channel 7 CCU0 Compare Register
GTM_ATOM2_CH7_CM1 0xF010E394          ATOM2 Channel 7 CCU1 Compare Register
GTM_ATOM2_CH7_CN0 0xF010E398          ATOM2 Channel 7 CCU0 Counter Register
GTM_ATOM2_CH7_STAT 0xF010E39C          ATOM2 Channel 7 Status Register
GTM_ATOM2_CH7_IRQ_NOTIFY 0xF010E3A0          ATOM2 Channel 7 Interrupt Notification Register
GTM_ATOM2_CH7_IRQ_EN 0xF010E3A4          ATOM2 Channel 7 Interrupt Enable Register
GTM_ATOM2_CH7_IRQ_FORCINT 0xF010E3A8          ATOM2 Channel 7 Software Interrupt Generation Register
GTM_ATOM2_CH7_IRQ_MODE 0xF010E3AC          ATOM2 IRQ Mode Configuration Register
GTM_ATOM3_CH0_RDADDR 0xF010E800          ATOM3 Channel 0 ARU Read Address Register
GTM_ATOM3_CH0_CTRL 0xF010E804          ATOM3 Channel 0 Control Register
GTM_ATOM3_CH0_SR0 0xF010E808          ATOM3 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM3_CH0_SR1 0xF010E80C          ATOM3 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM3_CH0_CM0 0xF010E810          ATOM3 Channel 0 CCU0 Compare Register
GTM_ATOM3_CH0_CM1 0xF010E814          ATOM3 Channel 0 CCU1 Compare Register
GTM_ATOM3_CH0_CN0 0xF010E818          ATOM3 Channel 0 CCU0 Counter Register
GTM_ATOM3_CH0_STAT 0xF010E81C          ATOM3 Channel 0 Status Register
GTM_ATOM3_CH0_IRQ_NOTIFY 0xF010E820          ATOM3 Channel 0 Interrupt Notification Register
GTM_ATOM3_CH0_IRQ_EN 0xF010E824          ATOM3 Channel 0 Interrupt Enable Register
GTM_ATOM3_CH0_IRQ_FORCINT 0xF010E828          ATOM3 Channel 0 Software Interrupt Generation Register
GTM_ATOM3_CH0_IRQ_MODE 0xF010E82C          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_AGC_GLB_CTRL 0xF010E840          ATOM3 AGC Global control register
GTM_ATOM3_AGC_ENDIS_CTRL 0xF010E844          ATOM3 AGC Enable/Disable Control Register
GTM_ATOM3_AGC_ENDIS_STAT 0xF010E848          ATOM3 AGC Enable/Disable Status Register
GTM_ATOM3_AGC_ACT_TB 0xF010E84C          TOM3 TGC0 Action Time Base Register
GTM_ATOM3_AGC_OUTEN_CTRL 0xF010E850          ATOM3 AGC Output Enable Control Register
GTM_ATOM3_AGC_OUTEN_STAT 0xF010E854          ATOM3 AGC Output Enable Status Register
GTM_ATOM3_AGC_FUPD_CTRL 0xF010E858          ATOM3 AGC Force Update Control Register
GTM_ATOM3_AGC_INT_TRIG 0xF010E85C          ATOM3 AGC Internal Trigger Control Register
GTM_ATOM3_CH1_RDADDR 0xF010E880          ATOM3 Channel 1 ARU Read Address Register
GTM_ATOM3_CH1_CTRL 0xF010E884          ATOM3 Channel 1 Control Register
GTM_ATOM3_CH1_SR0 0xF010E888          ATOM3 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM3_CH1_SR1 0xF010E88C          ATOM3 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM3_CH1_CM0 0xF010E890          ATOM3 Channel 1 CCU0 Compare Register
GTM_ATOM3_CH1_CM1 0xF010E894          ATOM3 Channel 1 CCU1 Compare Register
GTM_ATOM3_CH1_CN0 0xF010E898          ATOM3 Channel 1 CCU0 Counter Register
GTM_ATOM3_CH1_STAT 0xF010E89C          ATOM3 Channel 1 Status Register
GTM_ATOM3_CH1_IRQ_NOTIFY 0xF010E8A0          ATOM3 Channel 1 Interrupt Notification Register
GTM_ATOM3_CH1_IRQ_EN 0xF010E8A4          ATOM3 Channel 1 Interrupt Enable Register
GTM_ATOM3_CH1_IRQ_FORCINT 0xF010E8A8          ATOM3 Channel 1 Software Interrupt Generation Register
GTM_ATOM3_CH1_IRQ_MODE 0xF010E8AC          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH2_RDADDR 0xF010E900          ATOM3 Channel 2 ARU Read Address Register
GTM_ATOM3_CH2_CTRL 0xF010E904          ATOM3 Channel 2 Control Register
GTM_ATOM3_CH2_SR0 0xF010E908          ATOM3 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM3_CH2_SR1 0xF010E90C          ATOM3 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM3_CH2_CM0 0xF010E910          ATOM3 Channel 2 CCU0 Compare Register
GTM_ATOM3_CH2_CM1 0xF010E914          ATOM3 Channel 2 CCU1 Compare Register
GTM_ATOM3_CH2_CN0 0xF010E918          ATOM3 Channel 2 CCU0 Counter Register
GTM_ATOM3_CH2_STAT 0xF010E91C          ATOM3 Channel 2 Status Register
GTM_ATOM3_CH2_IRQ_NOTIFY 0xF010E920          ATOM3 Channel 2 Interrupt Notification Register
GTM_ATOM3_CH2_IRQ_EN 0xF010E924          ATOM3 Channel 2 Interrupt Enable Register
GTM_ATOM3_CH2_IRQ_FORCINT 0xF010E928          ATOM3 Channel 2 Software Interrupt Generation Register
GTM_ATOM3_CH2_IRQ_MODE 0xF010E92C          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH3_RDADDR 0xF010E980          ATOM3 Channel 3 ARU Read Address Register
GTM_ATOM3_CH3_CTRL 0xF010E984          ATOM3 Channel 3 Control Register
GTM_ATOM3_CH3_SR0 0xF010E988          ATOM3 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM3_CH3_SR1 0xF010E98C          ATOM3 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM3_CH3_CM0 0xF010E990          ATOM3 Channel 3 CCU0 Compare Register
GTM_ATOM3_CH3_CM1 0xF010E994          ATOM3 Channel 3 CCU1 Compare Register
GTM_ATOM3_CH3_CN0 0xF010E998          ATOM3 Channel 3 CCU0 Counter Register
GTM_ATOM3_CH3_STAT 0xF010E99C          ATOM3 Channel 3 Status Register
GTM_ATOM3_CH3_IRQ_NOTIFY 0xF010E9A0          ATOM3 Channel 3 Interrupt Notification Register
GTM_ATOM3_CH3_IRQ_EN 0xF010E9A4          ATOM3 Channel 3 Interrupt Enable Register
GTM_ATOM3_CH3_IRQ_FORCINT 0xF010E9A8          ATOM3 Channel 3 Software Interrupt Generation Register
GTM_ATOM3_CH3_IRQ_MODE 0xF010E9AC          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH4_RDADDR 0xF010EA00          ATOM3 Channel 4 ARU Read Address Register
GTM_ATOM3_CH4_CTRL 0xF010EA04          ATOM3 Channel 4 Control Register
GTM_ATOM3_CH4_SR0 0xF010EA08          ATOM3 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM3_CH4_SR1 0xF010EA0C          ATOM3 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM3_CH4_CM0 0xF010EA10          ATOM3 Channel 4 CCU0 Compare Register
GTM_ATOM3_CH4_CM1 0xF010EA14          ATOM3 Channel 4 CCU1 Compare Register
GTM_ATOM3_CH4_CN0 0xF010EA18          ATOM3 Channel 4 CCU0 Counter Register
GTM_ATOM3_CH4_STAT 0xF010EA1C          ATOM3 Channel 4 Status Register
GTM_ATOM3_CH4_IRQ_NOTIFY 0xF010EA20          ATOM3 Channel 4 Interrupt Notification Register
GTM_ATOM3_CH4_IRQ_EN 0xF010EA24          ATOM3 Channel 4 Interrupt Enable Register
GTM_ATOM3_CH4_IRQ_FORCINT 0xF010EA28          ATOM3 Channel 4 Software Interrupt Generation Register
GTM_ATOM3_CH4_IRQ_MODE 0xF010EA2C          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH5_RDADDR 0xF010EA80          ATOM3 Channel 5 ARU Read Address Register
GTM_ATOM3_CH5_CTRL 0xF010EA84          ATOM3 Channel 5 Control Register
GTM_ATOM3_CH5_SR0 0xF010EA88          ATOM3 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM3_CH5_SR1 0xF010EA8C          ATOM3 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM3_CH5_CM0 0xF010EA90          ATOM3 Channel 5 CCU0 Compare Register
GTM_ATOM3_CH5_CM1 0xF010EA94          ATOM3 Channel 5 CCU1 Compare Register
GTM_ATOM3_CH5_CN0 0xF010EA98          ATOM3 Channel 5 CCU0 Counter Register
GTM_ATOM3_CH5_STAT 0xF010EA9C          ATOM3 Channel 5 Status Register
GTM_ATOM3_CH5_IRQ_NOTIFY 0xF010EAA0          ATOM3 Channel 5 Interrupt Notification Register
GTM_ATOM3_CH5_IRQ_EN 0xF010EAA4          ATOM3 Channel 5 Interrupt Enable Register
GTM_ATOM3_CH5_IRQ_FORCINT 0xF010EAA8          ATOM3 Channel 5 Software Interrupt Generation Register
GTM_ATOM3_CH5_IRQ_MODE 0xF010EAAC          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH6_RDADDR 0xF010EB00          ATOM3 Channel 6 ARU Read Address Register
GTM_ATOM3_CH6_CTRL 0xF010EB04          ATOM3 Channel 6 Control Register
GTM_ATOM3_CH6_SR0 0xF010EB08          ATOM3 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM3_CH6_SR1 0xF010EB0C          ATOM3 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM3_CH6_CM0 0xF010EB10          ATOM3 Channel 6 CCU0 Compare Register
GTM_ATOM3_CH6_CM1 0xF010EB14          ATOM3 Channel 6 CCU1 Compare Register
GTM_ATOM3_CH6_CN0 0xF010EB18          ATOM3 Channel 6 CCU0 Counter Register
GTM_ATOM3_CH6_STAT 0xF010EB1C          ATOM3 Channel 6 Status Register
GTM_ATOM3_CH6_IRQ_NOTIFY 0xF010EB20          ATOM3 Channel 6 Interrupt Notification Register
GTM_ATOM3_CH6_IRQ_EN 0xF010EB24          ATOM3 Channel 6 Interrupt Enable Register
GTM_ATOM3_CH6_IRQ_FORCINT 0xF010EB28          ATOM3 Channel 6 Software Interrupt Generation Register
GTM_ATOM3_CH6_IRQ_MODE 0xF010EB2C          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH7_RDADDR 0xF010EB80          ATOM3 Channel 7 ARU Read Address Register
GTM_ATOM3_CH7_CTRL 0xF010EB84          ATOM3 Channel 7 Control Register
GTM_ATOM3_CH7_SR0 0xF010EB88          ATOM3 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM3_CH7_SR1 0xF010EB8C          ATOM3 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM3_CH7_CM0 0xF010EB90          ATOM3 Channel 7 CCU0 Compare Register
GTM_ATOM3_CH7_CM1 0xF010EB94          ATOM3 Channel 7 CCU1 Compare Register
GTM_ATOM3_CH7_CN0 0xF010EB98          ATOM3 Channel 7 CCU0 Counter Register
GTM_ATOM3_CH7_STAT 0xF010EB9C          ATOM3 Channel 7 Status Register
GTM_ATOM3_CH7_IRQ_NOTIFY 0xF010EBA0          ATOM3 Channel 7 Interrupt Notification Register
GTM_ATOM3_CH7_IRQ_EN 0xF010EBA4          ATOM3 Channel 7 Interrupt Enable Register
GTM_ATOM3_CH7_IRQ_FORCINT 0xF010EBA8          ATOM3 Channel 7 Software Interrupt Generation Register
GTM_ATOM3_CH7_IRQ_MODE 0xF010EBAC          ATOM3 IRQ Mode Configuration Register
GTM_F2A0_CH0_ARU_RD_FIFO 0xF0118000          F2A Read Channel Address Register
GTM_F2A0_CH1_ARU_RD_FIFO 0xF0118004          F2A Read Channel Address Register
GTM_F2A0_CH2_ARU_RD_FIFO 0xF0118008          F2A Read Channel Address Register
GTM_F2A0_CH3_ARU_RD_FIFO 0xF011800C          F2A Read Channel Address Register
GTM_F2A0_CH4_ARU_RD_FIFO 0xF0118010          F2A Read Channel Address Register
GTM_F2A0_CH5_ARU_RD_FIFO 0xF0118014          F2A Read Channel Address Register
GTM_F2A0_CH6_ARU_RD_FIFO 0xF0118018          F2A Read Channel Address Register
GTM_F2A0_CH7_ARU_RD_FIFO 0xF011801C          F2A Read Channel Address Register
GTM_F2A0_CH0_STR_CFG 0xF0118020          F2A Stream 0 Configuration Register
GTM_F2A0_CH1_STR_CFG 0xF0118024          F2A Stream 1 Configuration Register
GTM_F2A0_CH2_STR_CFG 0xF0118028          F2A Stream 2 Configuration Register
GTM_F2A0_CH3_STR_CFG 0xF011802C          F2A Stream 3 Configuration Register
GTM_F2A0_CH4_STR_CFG 0xF0118030          F2A Stream 4 Configuration Register
GTM_F2A0_CH5_STR_CFG 0xF0118034          F2A Stream 5 Configuration Register
GTM_F2A0_CH6_STR_CFG 0xF0118038          F2A Stream 6 Configuration Register
GTM_F2A0_CH7_STR_CFG 0xF011803C          F2A Stream 7 Configuration Register
GTM_F2A0_ENABLE 0xF0118040          F2A0 Stream Activation Register
GTM_AFD0_CH0_BUF_ACC 0xF0118080          AFD0 FIFO0 Channel 0 Buffer Access Register
GTM_AFD0_CH1_BUF_ACC 0xF0118090          AFD0 FIFO0 Channel 1 Buffer Access Register
GTM_AFD0_CH2_BUF_ACC 0xF01180A0          AFD0 FIFO0 Channel 2 Buffer Access Register
GTM_AFD0_CH3_BUF_ACC 0xF01180B0          AFD0 FIFO0 Channel 3 Buffer Access Register
GTM_AFD0_CH4_BUF_ACC 0xF01180C0          AFD0 FIFO0 Channel 4 Buffer Access Register
GTM_AFD0_CH5_BUF_ACC 0xF01180D0          AFD0 FIFO0 Channel 5 Buffer Access Register
GTM_AFD0_CH6_BUF_ACC 0xF01180E0          AFD0 FIFO0 Channel 6 Buffer Access Register
GTM_AFD0_CH7_BUF_ACC 0xF01180F0          AFD0 FIFO0 Channel 7 Buffer Access Register
GTM_FIFO0_CH0_CTRL 0xF0118400          FIFO0 Channel 0 Control Register
GTM_FIFO0_CH0_END_ADDR 0xF0118404          FIFO0 Channel 0 End Address Register
GTM_FIFO0_CH0_START_ADDR 0xF0118408          FIFO0 Channel 0 Start Address Register
GTM_FIFO0_CH0_UPPER_WM 0xF011840C          FIFO0 Channel 0 Upper Watermark Register
GTM_FIFO0_CH0_LOWER_WM 0xF0118410          FIFO0 Channel 0 Lower Watermark Register
GTM_FIFO0_CH0_STATUS 0xF0118414          FIFO0 Channel 0 Status Register
GTM_FIFO0_CH0_FILL_LEVEL 0xF0118418          FIFO0 Channel 0 Fill Level Register
GTM_FIFO0_CH0_WR_PTR 0xF011841C          FIFO0 Channel 0 Write Pointer Register
GTM_FIFO0_CH0_RD_PTR 0xF0118420          FIFO0 Channel 0 Read Pointer Register
GTM_FIFO0_CH0_IRQ_NOTIFY 0xF0118424          FIFO0 Channel 0 Interrupt Notification Register
GTM_FIFO0_CH0_IRQ_EN 0xF0118428          FIFO0 Channel 0 Interrupt Enable Register
GTM_FIFO0_CH0_IRQ_FORCINT 0xF011842C          FIFO0 Channel 0 Force Interrupt By Software Register
GTM_FIFO0_CH0_IRQ_MODE 0xF0118430          FIFO0 Channel 0 IRQ Mode Control Register
GTM_FIFO0_CH0_EIRQ_EN 0xF0118434          FIFO0 Channel 0 Error Interrupt Enable Register
GTM_FIFO0_CH1_CTRL 0xF0118440          FIFO0 Channel 1 Control Register
GTM_FIFO0_CH1_END_ADDR 0xF0118444          FIFO0 Channel 1 End Address Register
GTM_FIFO0_CH1_START_ADDR 0xF0118448          FIFO0 Channel 1 Start Address Register
GTM_FIFO0_CH1_UPPER_WM 0xF011844C          FIFO0 Channel 1 Upper Watermark Register
GTM_FIFO0_CH1_LOWER_WM 0xF0118450          FIFO0 Channel 1 Lower Watermark Register
GTM_FIFO0_CH1_STATUS 0xF0118454          FIFO0 Channel 1 Status Register
GTM_FIFO0_CH1_FILL_LEVEL 0xF0118458          FIFO0 Channel 1 Fill Level Register
GTM_FIFO0_CH1_WR_PTR 0xF011845C          FIFO0 Channel 1 Write Pointer Register
GTM_FIFO0_CH1_RD_PTR 0xF0118460          FIFO0 Channel 1 Read Pointer Register
GTM_FIFO0_CH1_IRQ_NOTIFY 0xF0118464          FIFO0 Channel 1 Interrupt Notification Register
GTM_FIFO0_CH1_IRQ_EN 0xF0118468          FIFO0 Channel 1 Interrupt Enable Register
GTM_FIFO0_CH1_IRQ_FORCINT 0xF011846C          FIFO0 Channel 1 Force Interrupt By Software Register
GTM_FIFO0_CH1_IRQ_MODE 0xF0118470          FIFO0 Channel 1 IRQ Mode Control Register
GTM_FIFO0_CH1_EIRQ_EN 0xF0118474          FIFO0 Channel 1 Error Interrupt Enable Register
GTM_FIFO0_CH2_CTRL 0xF0118480          FIFO0 Channel 2 Control Register
GTM_FIFO0_CH2_END_ADDR 0xF0118484          FIFO0 Channel 2 End Address Register
GTM_FIFO0_CH2_START_ADDR 0xF0118488          FIFO0 Channel 2 Start Address Register
GTM_FIFO0_CH2_UPPER_WM 0xF011848C          FIFO0 Channel 2 Upper Watermark Register
GTM_FIFO0_CH2_LOWER_WM 0xF0118490          FIFO0 Channel 2 Lower Watermark Register
GTM_FIFO0_CH2_STATUS 0xF0118494          FIFO0 Channel 2 Status Register
GTM_FIFO0_CH2_FILL_LEVEL 0xF0118498          FIFO0 Channel 2 Fill Level Register
GTM_FIFO0_CH2_WR_PTR 0xF011849C          FIFO0 Channel 2 Write Pointer Register
GTM_FIFO0_CH2_RD_PTR 0xF01184A0          FIFO0 Channel 2 Read Pointer Register
GTM_FIFO0_CH2_IRQ_NOTIFY 0xF01184A4          FIFO0 Channel 2 Interrupt Notification Register
GTM_FIFO0_CH2_IRQ_EN 0xF01184A8          FIFO0 Channel 2 Interrupt Enable Register
GTM_FIFO0_CH2_IRQ_FORCINT 0xF01184AC          FIFO0 Channel 2 Force Interrupt By Software Register
GTM_FIFO0_CH2_IRQ_MODE 0xF01184B0          FIFO0 Channel 2 IRQ Mode Control Register
GTM_FIFO0_CH2_EIRQ_EN 0xF01184B4          FIFO0 Channel 2 Error Interrupt Enable Register
GTM_FIFO0_CH3_CTRL 0xF01184C0          FIFO0 Channel 3 Control Register
GTM_FIFO0_CH3_END_ADDR 0xF01184C4          FIFO0 Channel 3 End Address Register
GTM_FIFO0_CH3_START_ADDR 0xF01184C8          FIFO0 Channel 3 Start Address Register
GTM_FIFO0_CH3_UPPER_WM 0xF01184CC          FIFO0 Channel 3 Upper Watermark Register
GTM_FIFO0_CH3_LOWER_WM 0xF01184D0          FIFO0 Channel 3 Lower Watermark Register
GTM_FIFO0_CH3_STATUS 0xF01184D4          FIFO0 Channel 3 Status Register
GTM_FIFO0_CH3_FILL_LEVEL 0xF01184D8          FIFO0 Channel 3 Fill Level Register
GTM_FIFO0_CH3_WR_PTR 0xF01184DC          FIFO0 Channel 3 Write Pointer Register
GTM_FIFO0_CH3_RD_PTR 0xF01184E0          FIFO0 Channel 3 Read Pointer Register
GTM_FIFO0_CH3_IRQ_NOTIFY 0xF01184E4          FIFO0 Channel 3 Interrupt Notification Register
GTM_FIFO0_CH3_IRQ_EN 0xF01184E8          FIFO0 Channel 3 Interrupt Enable Register
GTM_FIFO0_CH3_IRQ_FORCINT 0xF01184EC          FIFO0 Channel 3 Force Interrupt By Software Register
GTM_FIFO0_CH3_IRQ_MODE 0xF01184F0          FIFO0 Channel 3 IRQ Mode Control Register
GTM_FIFO0_CH3_EIRQ_EN 0xF01184F4          FIFO0 Channel 3 Error Interrupt Enable Register
GTM_FIFO0_CH4_CTRL 0xF0118500          FIFO0 Channel 4 Control Register
GTM_FIFO0_CH4_END_ADDR 0xF0118504          FIFO0 Channel 4 End Address Register
GTM_FIFO0_CH4_START_ADDR 0xF0118508          FIFO0 Channel 4 Start Address Register
GTM_FIFO0_CH4_UPPER_WM 0xF011850C          FIFO0 Channel 4 Upper Watermark Register
GTM_FIFO0_CH4_LOWER_WM 0xF0118510          FIFO0 Channel 4 Lower Watermark Register
GTM_FIFO0_CH4_STATUS 0xF0118514          FIFO0 Channel 4 Status Register
GTM_FIFO0_CH4_FILL_LEVEL 0xF0118518          FIFO0 Channel 4 Fill Level Register
GTM_FIFO0_CH4_WR_PTR 0xF011851C          FIFO0 Channel 4 Write Pointer Register
GTM_FIFO0_CH4_RD_PTR 0xF0118520          FIFO0 Channel 4 Read Pointer Register
GTM_FIFO0_CH4_IRQ_NOTIFY 0xF0118524          FIFO0 Channel 4 Interrupt Notification Register
GTM_FIFO0_CH4_IRQ_EN 0xF0118528          FIFO0 Channel 4 Interrupt Enable Register
GTM_FIFO0_CH4_IRQ_FORCINT 0xF011852C          FIFO0 Channel 4 Force Interrupt By Software Register
GTM_FIFO0_CH4_IRQ_MODE 0xF0118530          FIFO0 Channel 4 IRQ Mode Control Register
GTM_FIFO0_CH4_EIRQ_EN 0xF0118534          FIFO0 Channel 4 Error Interrupt Enable Register
GTM_FIFO0_CH5_CTRL 0xF0118540          FIFO0 Channel 5 Control Register
GTM_FIFO0_CH5_END_ADDR 0xF0118544          FIFO0 Channel 5 End Address Register
GTM_FIFO0_CH5_START_ADDR 0xF0118548          FIFO0 Channel 5 Start Address Register
GTM_FIFO0_CH5_UPPER_WM 0xF011854C          FIFO0 Channel 5 Upper Watermark Register
GTM_FIFO0_CH5_LOWER_WM 0xF0118550          FIFO0 Channel 5 Lower Watermark Register
GTM_FIFO0_CH5_STATUS 0xF0118554          FIFO0 Channel 5 Status Register
GTM_FIFO0_CH5_FILL_LEVEL 0xF0118558          FIFO0 Channel 5 Fill Level Register
GTM_FIFO0_CH5_WR_PTR 0xF011855C          FIFO0 Channel 5 Write Pointer Register
GTM_FIFO0_CH5_RD_PTR 0xF0118560          FIFO0 Channel 5 Read Pointer Register
GTM_FIFO0_CH5_IRQ_NOTIFY 0xF0118564          FIFO0 Channel 5 Interrupt Notification Register
GTM_FIFO0_CH5_IRQ_EN 0xF0118568          FIFO0 Channel 5 Interrupt Enable Register
GTM_FIFO0_CH5_IRQ_FORCINT 0xF011856C          FIFO0 Channel 5 Force Interrupt By Software Register
GTM_FIFO0_CH5_IRQ_MODE 0xF0118570          FIFO0 Channel 5 IRQ Mode Control Register
GTM_FIFO0_CH5_EIRQ_EN 0xF0118574          FIFO0 Channel 5 Error Interrupt Enable Register
GTM_FIFO0_CH6_CTRL 0xF0118580          FIFO0 Channel 6 Control Register
GTM_FIFO0_CH6_END_ADDR 0xF0118584          FIFO0 Channel 6 End Address Register
GTM_FIFO0_CH6_START_ADDR 0xF0118588          FIFO0 Channel 6 Start Address Register
GTM_FIFO0_CH6_UPPER_WM 0xF011858C          FIFO0 Channel 6 Upper Watermark Register
GTM_FIFO0_CH6_LOWER_WM 0xF0118590          FIFO0 Channel 6 Lower Watermark Register
GTM_FIFO0_CH6_STATUS 0xF0118594          FIFO0 Channel 6 Status Register
GTM_FIFO0_CH6_FILL_LEVEL 0xF0118598          FIFO0 Channel 6 Fill Level Register
GTM_FIFO0_CH6_WR_PTR 0xF011859C          FIFO0 Channel 6 Write Pointer Register
GTM_FIFO0_CH6_RD_PTR 0xF01185A0          FIFO0 Channel 6 Read Pointer Register
GTM_FIFO0_CH6_IRQ_NOTIFY 0xF01185A4          FIFO0 Channel 6 Interrupt Notification Register
GTM_FIFO0_CH6_IRQ_EN 0xF01185A8          FIFO0 Channel 6 Interrupt Enable Register
GTM_FIFO0_CH6_IRQ_FORCINT 0xF01185AC          FIFO0 Channel 6 Force Interrupt By Software Register
GTM_FIFO0_CH6_IRQ_MODE 0xF01185B0          FIFO0 Channel 6 IRQ Mode Control Register
GTM_FIFO0_CH6_EIRQ_EN 0xF01185B4          FIFO0 Channel 6 Error Interrupt Enable Register
GTM_FIFO0_CH7_CTRL 0xF01185C0          FIFO0 Channel 7 Control Register
GTM_FIFO0_CH7_END_ADDR 0xF01185C4          FIFO0 Channel 7 End Address Register
GTM_FIFO0_CH7_START_ADDR 0xF01185C8          FIFO0 Channel 7 Start Address Register
GTM_FIFO0_CH7_UPPER_WM 0xF01185CC          FIFO0 Channel 7 Upper Watermark Register
GTM_FIFO0_CH7_LOWER_WM 0xF01185D0          FIFO0 Channel 7 Lower Watermark Register
GTM_FIFO0_CH7_STATUS 0xF01185D4          FIFO0 Channel 7 Status Register
GTM_FIFO0_CH7_FILL_LEVEL 0xF01185D8          FIFO0 Channel 7 Fill Level Register
GTM_FIFO0_CH7_WR_PTR 0xF01185DC          FIFO0 Channel 7 Write Pointer Register
GTM_FIFO0_CH7_RD_PTR 0xF01185E0          FIFO0 Channel 7 Read Pointer Register
GTM_FIFO0_CH7_IRQ_NOTIFY 0xF01185E4          FIFO0 Channel 7 Interrupt Notification Register
GTM_FIFO0_CH7_IRQ_EN 0xF01185E8          FIFO0 Channel 7 Interrupt Enable Register
GTM_FIFO0_CH7_IRQ_FORCINT 0xF01185EC          FIFO0 Channel 7 Force Interrupt By Software Register
GTM_FIFO0_CH7_IRQ_MODE 0xF01185F0          FIFO0 Channel 7 IRQ Mode Control Register
GTM_FIFO0_CH7_EIRQ_EN 0xF01185F4          FIFO0 Channel 7 Error Interrupt Enable Register
GTM_DPLL_CTRL_0 0xF0128000          DPLL Control Register 0
GTM_DPLL_CTRL_1 0xF0128004          DPLL Control Register 1
GTM_DPLL_CTRL_2 0xF0128008          DPLL Control Register 2
GTM_DPLL_CTRL_3 0xF012800C          DPLL Control Register 3
GTM_DPLL_CTRL_4 0xF0128010          DPLL Control Register 4
GTM_DPLL_ACT_STA 0xF0128018          DPLL ACTION Status Register With Shadow Register
GTM_DPLL_OSW    0xF012801C          DPLL Offset And Switch Old/New Address Register
GTM_DPLL_AOSV_2 0xF0128020          DPLL Address Offset Register For APT In RAM Region 2
GTM_DPLL_APT    0xF0128024          DPLL Actual RAM Pointer to RAM Regions 2A, B and D
GTM_DPLL_APS    0xF0128028          DPLL Actual RAM Pointer to RAM Regions 1C1, 1C2 and 1C4
GTM_DPLL_APT_2C 0xF012802C          DPLL Actual RAM Pointer to RAM Region 2C
GTM_DPLL_APS_1C3 0xF0128030          DPLL Actual RAM Pointer to RAM Region 1C3
GTM_DPLL_NUTC   0xF0128034          DPLL Number of Recent TRIGGER Events Used for Calculations
GTM_DPLL_NUSC   0xF0128038          DPLL Number of Recent STATE Events Used for Calculations
GTM_DPLL_NTI_CNT 0xF012803C          DPLL Number of Active TRIGGER Events to Interrupt
GTM_DPLL_IRQ_NOTIFY 0xF0128040          DPLL Interrupt Notification Register
GTM_DPLL_IRQ_EN 0xF0128044          DPLL Interrupt Enable Register
GTM_DPLL_IRQ_FORCINT 0xF0128048          DPLL Interrupt Force Register
GTM_DPLL_IRQ_MODE 0xF012804C          DPLL Interrupt Mode Register
GTM_DPLL_EIRQ_EN 0xF0128050          DPLL Error Interrupt Enable Register
GTM_DPLL_INC_CNT1 0xF01280B0          DPLL Counter for Pulses for TBU_TS1 to be sent in Automatic End Mode
GTM_DPLL_INC_CNT2 0xF01280B4          DPLL Counter for Pulses for TBU_TS2 to be sent in Automatic End Mode when SMC=RMO=1
GTM_DPLL_APT_SYNC 0xF01280B8          DPLL Old RAM Pointer and Offset Value for TRIGGER
GTM_DPLL_APS_SYNC 0xF01280BC          DPLL Old RAM Pointer and Offset Value for STATE
GTM_DPLL_TBU_TS0_T 0xF01280C0          DPLL TBU_TS0 Value at last TRIGGER Event
GTM_DPLL_TBU_TS0_S 0xF01280C4          DPLL TBU_TS0 Value at last STATE Event
GTM_DPLL_ADD_IN_LD1 0xF01280C8          DPLL Direct Load Input Value for SUB_INC1
GTM_DPLL_ADD_IN_LD2 0xF01280CC          DPLL Direct Load Input Value for SUB_INC1
GTM_DPLL_STATUS 0xF01280FC          DPLL Status Register
GTM_DPLL_ID_PMTR_0 0xF0128100          DPLL ID Information For Input Signal PMTR 0 Register
GTM_DPLL_ID_PMTR_1 0xF0128104          DPLL ID Information For Input Signal PMTR 1 Register
GTM_DPLL_ID_PMTR_2 0xF0128108          DPLL ID Information For Input Signal PMTR 2 Register
GTM_DPLL_ID_PMTR_3 0xF012810C          DPLL ID Information For Input Signal PMTR 3 Register
GTM_DPLL_ID_PMTR_4 0xF0128110          DPLL ID Information For Input Signal PMTR 4 Register
GTM_DPLL_ID_PMTR_5 0xF0128114          DPLL ID Information For Input Signal PMTR 5 Register
GTM_DPLL_ID_PMTR_6 0xF0128118          DPLL ID Information For Input Signal PMTR 6 Register
GTM_DPLL_ID_PMTR_7 0xF012811C          DPLL ID Information For Input Signal PMTR 7 Register
GTM_DPLL_ID_PMTR_8 0xF0128120          DPLL ID Information For Input Signal PMTR 8 Register
GTM_DPLL_ID_PMTR_9 0xF0128124          DPLL ID Information For Input Signal PMTR 9 Register
GTM_DPLL_ID_PMTR_10 0xF0128128          DPLL ID Information For Input Signal PMTR 10 Register
GTM_DPLL_ID_PMTR_11 0xF012812C          DPLL ID Information For Input Signal PMTR 11 Register
GTM_DPLL_ID_PMTR_12 0xF0128130          DPLL ID Information For Input Signal PMTR 12 Register
GTM_DPLL_ID_PMTR_13 0xF0128134          DPLL ID Information For Input Signal PMTR 13 Register
GTM_DPLL_ID_PMTR_14 0xF0128138          DPLL ID Information For Input Signal PMTR 14 Register
GTM_DPLL_ID_PMTR_15 0xF012813C          DPLL ID Information For Input Signal PMTR 15 Register
GTM_DPLL_ID_PMTR_16 0xF0128140          DPLL ID Information For Input Signal PMTR 16 Register
GTM_DPLL_ID_PMTR_17 0xF0128144          DPLL ID Information For Input Signal PMTR 17 Register
GTM_DPLL_ID_PMTR_18 0xF0128148          DPLL ID Information For Input Signal PMTR 18 Register
GTM_DPLL_ID_PMTR_19 0xF012814C          DPLL ID Information For Input Signal PMTR 19 Register
GTM_DPLL_ID_PMTR_20 0xF0128150          DPLL ID Information For Input Signal PMTR 20 Register
GTM_DPLL_ID_PMTR_21 0xF0128154          DPLL ID Information For Input Signal PMTR 21 Register
GTM_DPLL_ID_PMTR_22 0xF0128158          DPLL ID Information For Input Signal PMTR 22 Register
GTM_DPLL_ID_PMTR_23 0xF012815C          DPLL ID Information For Input Signal PMTR 23 Register
GTM_DPLL_CTRL_0_SHADOW_TRIGGER 0xF01281E0          DPLL Control0 Shadow Trigger Register
GTM_DPLL_CTRL_0_SHADOW_STATE 0xF01281E4          DPLL Control 0 Shadow STATE Register
GTM_DPLL_CTRL_1_SHADOW_TRIGGER 0xF01281E8          DPLL Control 1 Shadow TRIGGER Register
GTM_DPLL_CRTL_1_SHADOW_STATE 0xF01281EC          DPLL Control 1 Shadow STATE Register
GTM_DPLL_RAM_INI 0xF01281FC          DPLL RAM Initatlisation Register
GTM_DPLL_PSA0   0xF0128200          DPLL ACTION_0 Position/Value Action Request Register
GTM_DPLL_PSA1   0xF0128204          DPLL ACTION_1 Position/Value Action Request Register
GTM_DPLL_PSA2   0xF0128208          DPLL ACTION_2 Position/Value Action Request Register
GTM_DPLL_PSA3   0xF012820C          DPLL ACTION_3 Position/Value Action Request Register
GTM_DPLL_PSA4   0xF0128210          DPLL ACTION_4 Position/Value Action Request Register
GTM_DPLL_PSA5   0xF0128214          DPLL ACTION_5 Position/Value Action Request Register
GTM_DPLL_PSA6   0xF0128218          DPLL ACTION_6 Position/Value Action Request Register
GTM_DPLL_PSA7   0xF012821C          DPLL ACTION_7 Position/Value Action Request Register
GTM_DPLL_PSA8   0xF0128220          DPLL ACTION_8 Position/Value Action Request Register
GTM_DPLL_PSA9   0xF0128224          DPLL ACTION_9 Position/Value Action Request Register
GTM_DPLL_PSA10  0xF0128228          DPLL ACTION_10 Position/Value Action Request Register
GTM_DPLL_PSA11  0xF012822C          DPLL ACTION_11 Position/Value Action Request Register
GTM_DPLL_PSA12  0xF0128230          DPLL ACTION_12 Position/Value Action Request Register
GTM_DPLL_PSA13  0xF0128234          DPLL ACTION_13 Position/Value Action Request Register
GTM_DPLL_PSA14  0xF0128238          DPLL ACTION_14 Position/Value Action Request Register
GTM_DPLL_PSA15  0xF012823C          DPLL ACTION_15 Position/Value Action Request Register
GTM_DPLL_PSA16  0xF0128240          DPLL ACTION_16 Position/Value Action Request Register
GTM_DPLL_PSA17  0xF0128244          DPLL ACTION_17 Position/Value Action Request Register
GTM_DPLL_PSA18  0xF0128248          DPLL ACTION_18 Position/Value Action Request Register
GTM_DPLL_PSA19  0xF012824C          DPLL ACTION_19 Position/Value Action Request Register
GTM_DPLL_PSA20  0xF0128250          DPLL ACTION_20 Position/Value Action Request Register
GTM_DPLL_PSA21  0xF0128254          DPLL ACTION_21 Position/Value Action Request Register
GTM_DPLL_PSA22  0xF0128258          DPLL ACTION_22 Position/Value Action Request Register
GTM_DPLL_PSA23  0xF012825C          DPLL ACTION_23 Position/Value Action Request Register
GTM_DPLL_DLA0   0xF0128280          DPLL ACTION_0 Time To React Before PSAi Register
GTM_DPLL_DLA1   0xF0128284          DPLL ACTION_1 Time To React Before PSAi Register
GTM_DPLL_DLA2   0xF0128288          DPLL ACTION_2 Time To React Before PSAi Register
GTM_DPLL_DLA3   0xF012828C          DPLL ACTION_3 Time To React Before PSAi Register
GTM_DPLL_DLA4   0xF0128290          DPLL ACTION_4 Time To React Before PSAi Register
GTM_DPLL_DLA5   0xF0128294          DPLL ACTION_5 Time To React Before PSAi Register
GTM_DPLL_DLA6   0xF0128298          DPLL ACTION_6 Time To React Before PSAi Register
GTM_DPLL_DLA7   0xF012829C          DPLL ACTION_7 Time To React Before PSAi Register
GTM_DPLL_DLA8   0xF01282A0          DPLL ACTION_8 Time To React Before PSAi Register
GTM_DPLL_DLA9   0xF01282A4          DPLL ACTION_9 Time To React Before PSAi Register
GTM_DPLL_DLA10  0xF01282A8          DPLL ACTION_10 Time To React Before PSAi Register
GTM_DPLL_DLA11  0xF01282AC          DPLL ACTION_11 Time To React Before PSAi Register
GTM_DPLL_DLA12  0xF01282B0          DPLL ACTION_12 Time To React Before PSAi Register
GTM_DPLL_DLA13  0xF01282B4          DPLL ACTION_13 Time To React Before PSAi Register
GTM_DPLL_DLA14  0xF01282B8          DPLL ACTION_14 Time To React Before PSAi Register
GTM_DPLL_DLA15  0xF01282BC          DPLL ACTION_15 Time To React Before PSAi Register
GTM_DPLL_DLA16  0xF01282C0          DPLL ACTION_16 Time To React Before PSAi Register
GTM_DPLL_DLA17  0xF01282C4          DPLL ACTION_17 Time To React Before PSAi Register
GTM_DPLL_DLA18  0xF01282C8          DPLL ACTION_18 Time To React Before PSAi Register
GTM_DPLL_DLA19  0xF01282CC          DPLL ACTION_19 Time To React Before PSAi Register
GTM_DPLL_DLA20  0xF01282D0          DPLL ACTION_20 Time To React Before PSAi Register
GTM_DPLL_DLA21  0xF01282D4          DPLL ACTION_21 Time To React Before PSAi Register
GTM_DPLL_DLA22  0xF01282D8          DPLL ACTION_22 Time To React Before PSAi Register
GTM_DPLL_DLA23  0xF01282DC          DPLL ACTION_23 Time To React Before PSAi Register
GTM_DPLL_NA0    0xF0128300          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_0
GTM_DPLL_NA1    0xF0128304          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_1
GTM_DPLL_NA2    0xF0128308          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_2
GTM_DPLL_NA3    0xF012830C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_3
GTM_DPLL_NA4    0xF0128310          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_4
GTM_DPLL_NA5    0xF0128314          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_5
GTM_DPLL_NA6    0xF0128318          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_6
GTM_DPLL_NA7    0xF012831C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_7
GTM_DPLL_NA8    0xF0128320          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_8
GTM_DPLL_NA9    0xF0128324          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_9
GTM_DPLL_NA10   0xF0128328          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_10
GTM_DPLL_NA11   0xF012832C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_11
GTM_DPLL_NA12   0xF0128330          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_12
GTM_DPLL_NA13   0xF0128334          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_13
GTM_DPLL_NA14   0xF0128338          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_14
GTM_DPLL_NA15   0xF012833C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_15
GTM_DPLL_NA16   0xF0128340          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_16
GTM_DPLL_NA17   0xF0128344          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_17
GTM_DPLL_NA18   0xF0128348          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_18
GTM_DPLL_NA19   0xF012834C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_19
GTM_DPLL_NA20   0xF0128350          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_20
GTM_DPLL_NA21   0xF0128354          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_21
GTM_DPLL_NA22   0xF0128358          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_22
GTM_DPLL_NA23   0xF012835C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_23
GTM_DPLL_DTA0   0xF0128380          DPLL Calculated Relat0ve Time To ACTION_i Register
GTM_DPLL_DTA1   0xF0128384          DPLL Calculated Relat1ve Time To ACTION_i Register
GTM_DPLL_DTA2   0xF0128388          DPLL Calculated Relat2ve Time To ACTION_i Register
GTM_DPLL_DTA3   0xF012838C          DPLL Calculated Relat3ve Time To ACTION_i Register
GTM_DPLL_DTA4   0xF0128390          DPLL Calculated Relat4ve Time To ACTION_i Register
GTM_DPLL_DTA5   0xF0128394          DPLL Calculated Relat5ve Time To ACTION_i Register
GTM_DPLL_DTA6   0xF0128398          DPLL Calculated Relat6ve Time To ACTION_i Register
GTM_DPLL_DTA7   0xF012839C          DPLL Calculated Relat7ve Time To ACTION_i Register
GTM_DPLL_DTA8   0xF01283A0          DPLL Calculated Relat8ve Time To ACTION_i Register
GTM_DPLL_DTA9   0xF01283A4          DPLL Calculated Relat9ve Time To ACTION_i Register
GTM_DPLL_DTA10  0xF01283A8          DPLL Calculated Relat10ve Time To ACTION_i Register
GTM_DPLL_DTA11  0xF01283AC          DPLL Calculated Relat11ve Time To ACTION_i Register
GTM_DPLL_DTA12  0xF01283B0          DPLL Calculated Relat12ve Time To ACTION_i Register
GTM_DPLL_DTA13  0xF01283B4          DPLL Calculated Relat13ve Time To ACTION_i Register
GTM_DPLL_DTA14  0xF01283B8          DPLL Calculated Relat14ve Time To ACTION_i Register
GTM_DPLL_DTA15  0xF01283BC          DPLL Calculated Relat15ve Time To ACTION_i Register
GTM_DPLL_DTA16  0xF01283C0          DPLL Calculated Relat16ve Time To ACTION_i Register
GTM_DPLL_DTA17  0xF01283C4          DPLL Calculated Relat17ve Time To ACTION_i Register
GTM_DPLL_DTA18  0xF01283C8          DPLL Calculated Relat18ve Time To ACTION_i Register
GTM_DPLL_DTA19  0xF01283CC          DPLL Calculated Relat19ve Time To ACTION_i Register
GTM_DPLL_DTA20  0xF01283D0          DPLL Calculated Relat20ve Time To ACTION_i Register
GTM_DPLL_DTA21  0xF01283D4          DPLL Calculated Relat21ve Time To ACTION_i Register
GTM_DPLL_DTA22  0xF01283D8          DPLL Calculated Relat22ve Time To ACTION_i Register
GTM_DPLL_DTA23  0xF01283DC          DPLL Calculated Relat23ve Time To ACTION_i Register
GTM_DPLL_TS_T_0 0xF0128400          DPLL Actual Signal TRIGGER Time Stamp Register
GTM_DPLL_TS_T_1 0xF0128404          DPLL Actual Signal TRIGGER Time Stamp Register
GTM_DPLL_FTV_T  0xF0128408          DPLL Actual Signal TRIGGER Filter Value Register
GTM_DPLL_TS_S_0 0xF0128410          DPLL Actual Signal STATE Time Stamp Register
GTM_DPLL_TS_S_1 0xF0128414          DPLL Actual Signal STATE Time Stamp Register
GTM_DPLL_FTV_S  0xF0128418          DPLL Actual Signal STATE Filter Value Register
GTM_DPLL_THMI   0xF0128420          DPLL TRIGGER hold time min value
GTM_DPLL_THMA   0xF0128424          DPLL TRIGGER Hold Time Max Value
GTM_DPLL_THVAL  0xF0128428          DPLL Measured Last Pulse Time from Valid to Invalid TRIGGER Slope
GTM_DPLL_TOV    0xF0128430          DPLL Time Out Value of active TRIGGER Slope
GTM_DPLL_TOV_S  0xF0128434          DPLL Time Out Value of active STATE Slope
GTM_DPLL_ADD_IN_CAL1 0xF0128438          DPLL Calculated ADD_IN Value for SUB_INC1 Generation
GTM_DPLL_ADD_IN_CAL2 0xF012843C          DPLL Calculated ADD_IN Value for SUB_INC2 Generation
GTM_DPLL_MPVAL1 0xF0128440          DPLL Missing Pulses to be Added/Subtracted Directly to SUB_INC1 and INC_CNT1 Once
GTM_DPLL_MPVAL2 0xF0128444          DPLL Missing Pulses to be Added/Subtracted Directly to SUB_INC2 and INC_CNT2 Once
GTM_DPLL_NMB_T_TAR 0xF0128448          DPLL Target Number of Pulses to be sent in normal mode Register
GTM_DPLL_NMB_T_TAR_OLD 0xF012844C          DPLL Target Number of Pulses to be sent in normal mode Register
GTM_DPLL_NMB_S_TAR 0xF0128450          DPLL Target Number of Pulses to be sent in emergency mode Register
GTM_DPLL_NMB_S_TAR_OLD 0xF0128454          DPLL Target Number of Pulses to be sent in emergency mode Register
GTM_DPLL_RCDT_TX 0xF0128460          DPLL Reciprocal Value of Expected Increment Duration TRIGGER
GTM_DPLL_RCDT_SX 0xF0128464          DPLL Reciprocal Value of Expected Increment Duration STATE
GTM_DPLL_RCDT_TX_NOM 0xF0128468          DPLL Reciprocal Value of the Expected Nominal Increment Duration TRIGGER
GTM_DPLL_RCDT_SX_NOM 0xF012846C          DPLL Reciprocal Value of the Expected Nominal Increment Duration STATE
GTM_DPLL_RDT_T_ACT 0xF0128470          DPLL Actual Reciprocal Value of TRIGGER
GTM_DPLL_RDT_S_ACT 0xF0128474          DPLL Actual Reciprocal Value of STATE
GTM_DPLL_DT_T_ACT 0xF0128478          DPLL Duration of Last TRIGGER Increment
GTM_DPLL_DT_S_ACT 0xF012847C          DPLL Duration of Last STATE Increment [DT_S_ACT]
GTM_DPLL_EDT_T  0xF0128480          DPLL Difference of prediction to actual value of the last TRIGGER increment
GTM_DPLL_MEDT_T 0xF0128484          DPLL Weighted difference of Prediction up to the Last TRIGGER Increment
GTM_DPLL_EDT_S  0xF0128488          DPLL Difference of Prediction to actual value for Last STATE Increment
GTM_DPLL_MEDT_S 0xF012848C          DPLL Weighted difference of Prediction up to the Last STATE Increment
GTM_DPLL_CDT_TX 0xF0128490          DPLL Prediction of the actual TRIGGER Increment
GTM_DPLL_CDT_SX 0xF0128494          DPLL Prediction of the actual STATE Increment
GTM_DPLL_CDT_TX_NOM 0xF0128498          DPLL Prediction of the nominal TRIGGER Increment duration
GTM_DPLL_CDT_SX_NOM 0xF012849C          DPLL Prediction of the nominal STATE increment duration
GTM_DPLL_TLR    0xF01284A0          DPLL TRIGGER locking range
GTM_DPLL_SLR    0xF01284A4          DPLL STATE Locking Range
GTM_DPLL_PDT_T0 0xF0128500          DPLL Projected TRIGGER Increment Sum Relat0ons for Action_i
GTM_DPLL_PDT_T1 0xF0128504          DPLL Projected TRIGGER Increment Sum Relat1ons for Action_i
GTM_DPLL_PDT_T2 0xF0128508          DPLL Projected TRIGGER Increment Sum Relat2ons for Action_i
GTM_DPLL_PDT_T3 0xF012850C          DPLL Projected TRIGGER Increment Sum Relat3ons for Action_i
GTM_DPLL_PDT_T4 0xF0128510          DPLL Projected TRIGGER Increment Sum Relat4ons for Action_i
GTM_DPLL_PDT_T5 0xF0128514          DPLL Projected TRIGGER Increment Sum Relat5ons for Action_i
GTM_DPLL_PDT_T6 0xF0128518          DPLL Projected TRIGGER Increment Sum Relat6ons for Action_i
GTM_DPLL_PDT_T7 0xF012851C          DPLL Projected TRIGGER Increment Sum Relat7ons for Action_i
GTM_DPLL_PDT_T8 0xF0128520          DPLL Projected TRIGGER Increment Sum Relat8ons for Action_i
GTM_DPLL_PDT_T9 0xF0128524          DPLL Projected TRIGGER Increment Sum Relat9ons for Action_i
GTM_DPLL_PDT_T10 0xF0128528          DPLL Projected TRIGGER Increment Sum Relat10ons for Action_i
GTM_DPLL_PDT_T11 0xF012852C          DPLL Projected TRIGGER Increment Sum Relat11ons for Action_i
GTM_DPLL_PDT_T12 0xF0128530          DPLL Projected TRIGGER Increment Sum Relat12ons for Action_i
GTM_DPLL_PDT_T13 0xF0128534          DPLL Projected TRIGGER Increment Sum Relat13ons for Action_i
GTM_DPLL_PDT_T14 0xF0128538          DPLL Projected TRIGGER Increment Sum Relat14ons for Action_i
GTM_DPLL_PDT_T15 0xF012853C          DPLL Projected TRIGGER Increment Sum Relat15ons for Action_i
GTM_DPLL_PDT_T16 0xF0128540          DPLL Projected TRIGGER Increment Sum Relat16ons for Action_i
GTM_DPLL_PDT_T17 0xF0128544          DPLL Projected TRIGGER Increment Sum Relat17ons for Action_i
GTM_DPLL_PDT_T18 0xF0128548          DPLL Projected TRIGGER Increment Sum Relat18ons for Action_i
GTM_DPLL_PDT_T19 0xF012854C          DPLL Projected TRIGGER Increment Sum Relat19ons for Action_i
GTM_DPLL_PDT_T20 0xF0128550          DPLL Projected TRIGGER Increment Sum Relat20ons for Action_i
GTM_DPLL_PDT_T21 0xF0128554          DPLL Projected TRIGGER Increment Sum Relat21ons for Action_i
GTM_DPLL_PDT_T22 0xF0128558          DPLL Projected TRIGGER Increment Sum Relat22ons for Action_i
GTM_DPLL_PDT_T23 0xF012855C          DPLL Projected TRIGGER Increment Sum Relat23ons for Action_i
GTM_DPLL_MLS1   0xF01285C0          DPLL Calculated Number of Sub-Pulses between Two STATE Events
GTM_DPLL_MLS2   0xF01285C4          DPLL Calculated Number of Sub-Pulses between Two STATE Events
GTM_DPLL_CNT_NUM1 0xF01285C8          DPLL Number of Sub-Pulses of SUB_INC1 in Continuous Mode
GTM_DPLL_CNT_NUM2 0xF01285CC          DPLL Number of Sub-Pulses of SUB_INC2 in Continuous Mode
GTM_DPLL_PVT    0xF01285D0          DPLL Plausibility Value of Next Active TRIGGER Slope
GTM_DPLL_PSTC   0xF01285E0          DPLL Actual Calculated Position Stamp of Last TRIGGER Input
GTM_DPLL_PSSC   0xF01285E4          DPLL Accurate Calculated Position Stamp of Last STATE Input
GTM_DPLL_PSTM_0 0xF01285E8          DPLL Measured Position Stamp of Last TRIGGER Input
GTM_DPLL_PSTM_1 0xF01285EC          DPLL Measured Position Stamp of Last TRIGGER Input
GTM_DPLL_PSSM_0 0xF01285F0          DPLL Measured Position Stamp of Last STATE Input
GTM_DPLL_PSSM_1 0xF01285F4          DPLL Measured Position Stamp of Last STATE Input
GTM_DPLL_NMB_T  0xF01285F8          DPLL Number of Pulses of Current Increment in Normal Mode
GTM_DPLL_NMB_S  0xF01285FC          DPLL Number of Pulses of Current Increment in Emergency Mode
GTM_DPLL_RDT_S0 0xF0128600          DPLL Nominal STATE 0 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S1 0xF0128604          DPLL Nominal STATE 1 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S2 0xF0128608          DPLL Nominal STATE 2 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S3 0xF012860C          DPLL Nominal STATE 3 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S4 0xF0128610          DPLL Nominal STATE 4 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S5 0xF0128614          DPLL Nominal STATE 5 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S6 0xF0128618          DPLL Nominal STATE 6 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S7 0xF012861C          DPLL Nominal STATE 7 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S8 0xF0128620          DPLL Nominal STATE 8 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S9 0xF0128624          DPLL Nominal STATE 9 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S10 0xF0128628          DPLL Nominal STATE 10 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S11 0xF012862C          DPLL Nominal STATE 11 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S12 0xF0128630          DPLL Nominal STATE 12 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S13 0xF0128634          DPLL Nominal STATE 13 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S14 0xF0128638          DPLL Nominal STATE 14 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S15 0xF012863C          DPLL Nominal STATE 15 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S16 0xF0128640          DPLL Nominal STATE 16 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S17 0xF0128644          DPLL Nominal STATE 17 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S18 0xF0128648          DPLL Nominal STATE 18 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S19 0xF012864C          DPLL Nominal STATE 19 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S20 0xF0128650          DPLL Nominal STATE 20 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S21 0xF0128654          DPLL Nominal STATE 21 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S22 0xF0128658          DPLL Nominal STATE 22 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S23 0xF012865C          DPLL Nominal STATE 23 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S24 0xF0128660          DPLL Nominal STATE 24 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S25 0xF0128664          DPLL Nominal STATE 25 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S26 0xF0128668          DPLL Nominal STATE 26 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S27 0xF012866C          DPLL Nominal STATE 27 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S28 0xF0128670          DPLL Nominal STATE 28 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S29 0xF0128674          DPLL Nominal STATE 29 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S30 0xF0128678          DPLL Nominal STATE 30 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S31 0xF012867C          DPLL Nominal STATE 31 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S32 0xF0128680          DPLL Nominal STATE 32 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S33 0xF0128684          DPLL Nominal STATE 33 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S34 0xF0128688          DPLL Nominal STATE 34 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S35 0xF012868C          DPLL Nominal STATE 35 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S36 0xF0128690          DPLL Nominal STATE 36 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S37 0xF0128694          DPLL Nominal STATE 37 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S38 0xF0128698          DPLL Nominal STATE 38 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S39 0xF012869C          DPLL Nominal STATE 39 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S40 0xF01286A0          DPLL Nominal STATE 40 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S41 0xF01286A4          DPLL Nominal STATE 41 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S42 0xF01286A8          DPLL Nominal STATE 42 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S43 0xF01286AC          DPLL Nominal STATE 43 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S44 0xF01286B0          DPLL Nominal STATE 44 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S45 0xF01286B4          DPLL Nominal STATE 45 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S46 0xF01286B8          DPLL Nominal STATE 46 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S47 0xF01286BC          DPLL Nominal STATE 47 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S48 0xF01286C0          DPLL Nominal STATE 48 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S49 0xF01286C4          DPLL Nominal STATE 49 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S50 0xF01286C8          DPLL Nominal STATE 50 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S51 0xF01286CC          DPLL Nominal STATE 51 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S52 0xF01286D0          DPLL Nominal STATE 52 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S53 0xF01286D4          DPLL Nominal STATE 53 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S54 0xF01286D8          DPLL Nominal STATE 54 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S55 0xF01286DC          DPLL Nominal STATE 55 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S56 0xF01286E0          DPLL Nominal STATE 56 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S57 0xF01286E4          DPLL Nominal STATE 57 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S58 0xF01286E8          DPLL Nominal STATE 58 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S59 0xF01286EC          DPLL Nominal STATE 59 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S60 0xF01286F0          DPLL Nominal STATE 60 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S61 0xF01286F4          DPLL Nominal STATE 61 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S62 0xF01286F8          DPLL Nominal STATE 62 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S63 0xF01286FC          DPLL Nominal STATE 63 Reciprocal Values in FULL_SCALE
GTM_DPLL_TSF_S0 0xF0128700          DPLL Time Stamp Field of STATE 0 Events
GTM_DPLL_TSF_S1 0xF0128704          DPLL Time Stamp Field of STATE 1 Events
GTM_DPLL_TSF_S2 0xF0128708          DPLL Time Stamp Field of STATE 2 Events
GTM_DPLL_TSF_S3 0xF012870C          DPLL Time Stamp Field of STATE 3 Events
GTM_DPLL_TSF_S4 0xF0128710          DPLL Time Stamp Field of STATE 4 Events
GTM_DPLL_TSF_S5 0xF0128714          DPLL Time Stamp Field of STATE 5 Events
GTM_DPLL_TSF_S6 0xF0128718          DPLL Time Stamp Field of STATE 6 Events
GTM_DPLL_TSF_S7 0xF012871C          DPLL Time Stamp Field of STATE 7 Events
GTM_DPLL_TSF_S8 0xF0128720          DPLL Time Stamp Field of STATE 8 Events
GTM_DPLL_TSF_S9 0xF0128724          DPLL Time Stamp Field of STATE 9 Events
GTM_DPLL_TSF_S10 0xF0128728          DPLL Time Stamp Field of STATE 10 Events
GTM_DPLL_TSF_S11 0xF012872C          DPLL Time Stamp Field of STATE 11 Events
GTM_DPLL_TSF_S12 0xF0128730          DPLL Time Stamp Field of STATE 12 Events
GTM_DPLL_TSF_S13 0xF0128734          DPLL Time Stamp Field of STATE 13 Events
GTM_DPLL_TSF_S14 0xF0128738          DPLL Time Stamp Field of STATE 14 Events
GTM_DPLL_TSF_S15 0xF012873C          DPLL Time Stamp Field of STATE 15 Events
GTM_DPLL_TSF_S16 0xF0128740          DPLL Time Stamp Field of STATE 16 Events
GTM_DPLL_TSF_S17 0xF0128744          DPLL Time Stamp Field of STATE 17 Events
GTM_DPLL_TSF_S18 0xF0128748          DPLL Time Stamp Field of STATE 18 Events
GTM_DPLL_TSF_S19 0xF012874C          DPLL Time Stamp Field of STATE 19 Events
GTM_DPLL_TSF_S20 0xF0128750          DPLL Time Stamp Field of STATE 20 Events
GTM_DPLL_TSF_S21 0xF0128754          DPLL Time Stamp Field of STATE 21 Events
GTM_DPLL_TSF_S22 0xF0128758          DPLL Time Stamp Field of STATE 22 Events
GTM_DPLL_TSF_S23 0xF012875C          DPLL Time Stamp Field of STATE 23 Events
GTM_DPLL_TSF_S24 0xF0128760          DPLL Time Stamp Field of STATE 24 Events
GTM_DPLL_TSF_S25 0xF0128764          DPLL Time Stamp Field of STATE 25 Events
GTM_DPLL_TSF_S26 0xF0128768          DPLL Time Stamp Field of STATE 26 Events
GTM_DPLL_TSF_S27 0xF012876C          DPLL Time Stamp Field of STATE 27 Events
GTM_DPLL_TSF_S28 0xF0128770          DPLL Time Stamp Field of STATE 28 Events
GTM_DPLL_TSF_S29 0xF0128774          DPLL Time Stamp Field of STATE 29 Events
GTM_DPLL_TSF_S30 0xF0128778          DPLL Time Stamp Field of STATE 30 Events
GTM_DPLL_TSF_S31 0xF012877C          DPLL Time Stamp Field of STATE 31 Events
GTM_DPLL_TSF_S32 0xF0128780          DPLL Time Stamp Field of STATE 32 Events
GTM_DPLL_TSF_S33 0xF0128784          DPLL Time Stamp Field of STATE 33 Events
GTM_DPLL_TSF_S34 0xF0128788          DPLL Time Stamp Field of STATE 34 Events
GTM_DPLL_TSF_S35 0xF012878C          DPLL Time Stamp Field of STATE 35 Events
GTM_DPLL_TSF_S36 0xF0128790          DPLL Time Stamp Field of STATE 36 Events
GTM_DPLL_TSF_S37 0xF0128794          DPLL Time Stamp Field of STATE 37 Events
GTM_DPLL_TSF_S38 0xF0128798          DPLL Time Stamp Field of STATE 38 Events
GTM_DPLL_TSF_S39 0xF012879C          DPLL Time Stamp Field of STATE 39 Events
GTM_DPLL_TSF_S40 0xF01287A0          DPLL Time Stamp Field of STATE 40 Events
GTM_DPLL_TSF_S41 0xF01287A4          DPLL Time Stamp Field of STATE 41 Events
GTM_DPLL_TSF_S42 0xF01287A8          DPLL Time Stamp Field of STATE 42 Events
GTM_DPLL_TSF_S43 0xF01287AC          DPLL Time Stamp Field of STATE 43 Events
GTM_DPLL_TSF_S44 0xF01287B0          DPLL Time Stamp Field of STATE 44 Events
GTM_DPLL_TSF_S45 0xF01287B4          DPLL Time Stamp Field of STATE 45 Events
GTM_DPLL_TSF_S46 0xF01287B8          DPLL Time Stamp Field of STATE 46 Events
GTM_DPLL_TSF_S47 0xF01287BC          DPLL Time Stamp Field of STATE 47 Events
GTM_DPLL_TSF_S48 0xF01287C0          DPLL Time Stamp Field of STATE 48 Events
GTM_DPLL_TSF_S49 0xF01287C4          DPLL Time Stamp Field of STATE 49 Events
GTM_DPLL_TSF_S50 0xF01287C8          DPLL Time Stamp Field of STATE 50 Events
GTM_DPLL_TSF_S51 0xF01287CC          DPLL Time Stamp Field of STATE 51 Events
GTM_DPLL_TSF_S52 0xF01287D0          DPLL Time Stamp Field of STATE 52 Events
GTM_DPLL_TSF_S53 0xF01287D4          DPLL Time Stamp Field of STATE 53 Events
GTM_DPLL_TSF_S54 0xF01287D8          DPLL Time Stamp Field of STATE 54 Events
GTM_DPLL_TSF_S55 0xF01287DC          DPLL Time Stamp Field of STATE 55 Events
GTM_DPLL_TSF_S56 0xF01287E0          DPLL Time Stamp Field of STATE 56 Events
GTM_DPLL_TSF_S57 0xF01287E4          DPLL Time Stamp Field of STATE 57 Events
GTM_DPLL_TSF_S58 0xF01287E8          DPLL Time Stamp Field of STATE 58 Events
GTM_DPLL_TSF_S59 0xF01287EC          DPLL Time Stamp Field of STATE 59 Events
GTM_DPLL_TSF_S60 0xF01287F0          DPLL Time Stamp Field of STATE 60 Events
GTM_DPLL_TSF_S61 0xF01287F4          DPLL Time Stamp Field of STATE 61 Events
GTM_DPLL_TSF_S62 0xF01287F8          DPLL Time Stamp Field of STATE 62 Events
GTM_DPLL_TSF_S63 0xF01287FC          DPLL Time Stamp Field of STATE 63 Events
GTM_DPLL_ADT_S0 0xF0128800          DPLL Adapt Values for All STATE 0 Increments
GTM_DPLL_ADT_S1 0xF0128804          DPLL Adapt Values for All STATE 1 Increments
GTM_DPLL_ADT_S2 0xF0128808          DPLL Adapt Values for All STATE 2 Increments
GTM_DPLL_ADT_S3 0xF012880C          DPLL Adapt Values for All STATE 3 Increments
GTM_DPLL_ADT_S4 0xF0128810          DPLL Adapt Values for All STATE 4 Increments
GTM_DPLL_ADT_S5 0xF0128814          DPLL Adapt Values for All STATE 5 Increments
GTM_DPLL_ADT_S6 0xF0128818          DPLL Adapt Values for All STATE 6 Increments
GTM_DPLL_ADT_S7 0xF012881C          DPLL Adapt Values for All STATE 7 Increments
GTM_DPLL_ADT_S8 0xF0128820          DPLL Adapt Values for All STATE 8 Increments
GTM_DPLL_ADT_S9 0xF0128824          DPLL Adapt Values for All STATE 9 Increments
GTM_DPLL_ADT_S10 0xF0128828          DPLL Adapt Values for All STATE 10 Increments
GTM_DPLL_ADT_S11 0xF012882C          DPLL Adapt Values for All STATE 11 Increments
GTM_DPLL_ADT_S12 0xF0128830          DPLL Adapt Values for All STATE 12 Increments
GTM_DPLL_ADT_S13 0xF0128834          DPLL Adapt Values for All STATE 13 Increments
GTM_DPLL_ADT_S14 0xF0128838          DPLL Adapt Values for All STATE 14 Increments
GTM_DPLL_ADT_S15 0xF012883C          DPLL Adapt Values for All STATE 15 Increments
GTM_DPLL_ADT_S16 0xF0128840          DPLL Adapt Values for All STATE 16 Increments
GTM_DPLL_ADT_S17 0xF0128844          DPLL Adapt Values for All STATE 17 Increments
GTM_DPLL_ADT_S18 0xF0128848          DPLL Adapt Values for All STATE 18 Increments
GTM_DPLL_ADT_S19 0xF012884C          DPLL Adapt Values for All STATE 19 Increments
GTM_DPLL_ADT_S20 0xF0128850          DPLL Adapt Values for All STATE 20 Increments
GTM_DPLL_ADT_S21 0xF0128854          DPLL Adapt Values for All STATE 21 Increments
GTM_DPLL_ADT_S22 0xF0128858          DPLL Adapt Values for All STATE 22 Increments
GTM_DPLL_ADT_S23 0xF012885C          DPLL Adapt Values for All STATE 23 Increments
GTM_DPLL_ADT_S24 0xF0128860          DPLL Adapt Values for All STATE 24 Increments
GTM_DPLL_ADT_S25 0xF0128864          DPLL Adapt Values for All STATE 25 Increments
GTM_DPLL_ADT_S26 0xF0128868          DPLL Adapt Values for All STATE 26 Increments
GTM_DPLL_ADT_S27 0xF012886C          DPLL Adapt Values for All STATE 27 Increments
GTM_DPLL_ADT_S28 0xF0128870          DPLL Adapt Values for All STATE 28 Increments
GTM_DPLL_ADT_S29 0xF0128874          DPLL Adapt Values for All STATE 29 Increments
GTM_DPLL_ADT_S30 0xF0128878          DPLL Adapt Values for All STATE 30 Increments
GTM_DPLL_ADT_S31 0xF012887C          DPLL Adapt Values for All STATE 31 Increments
GTM_DPLL_ADT_S32 0xF0128880          DPLL Adapt Values for All STATE 32 Increments
GTM_DPLL_ADT_S33 0xF0128884          DPLL Adapt Values for All STATE 33 Increments
GTM_DPLL_ADT_S34 0xF0128888          DPLL Adapt Values for All STATE 34 Increments
GTM_DPLL_ADT_S35 0xF012888C          DPLL Adapt Values for All STATE 35 Increments
GTM_DPLL_ADT_S36 0xF0128890          DPLL Adapt Values for All STATE 36 Increments
GTM_DPLL_ADT_S37 0xF0128894          DPLL Adapt Values for All STATE 37 Increments
GTM_DPLL_ADT_S38 0xF0128898          DPLL Adapt Values for All STATE 38 Increments
GTM_DPLL_ADT_S39 0xF012889C          DPLL Adapt Values for All STATE 39 Increments
GTM_DPLL_ADT_S40 0xF01288A0          DPLL Adapt Values for All STATE 40 Increments
GTM_DPLL_ADT_S41 0xF01288A4          DPLL Adapt Values for All STATE 41 Increments
GTM_DPLL_ADT_S42 0xF01288A8          DPLL Adapt Values for All STATE 42 Increments
GTM_DPLL_ADT_S43 0xF01288AC          DPLL Adapt Values for All STATE 43 Increments
GTM_DPLL_ADT_S44 0xF01288B0          DPLL Adapt Values for All STATE 44 Increments
GTM_DPLL_ADT_S45 0xF01288B4          DPLL Adapt Values for All STATE 45 Increments
GTM_DPLL_ADT_S46 0xF01288B8          DPLL Adapt Values for All STATE 46 Increments
GTM_DPLL_ADT_S47 0xF01288BC          DPLL Adapt Values for All STATE 47 Increments
GTM_DPLL_ADT_S48 0xF01288C0          DPLL Adapt Values for All STATE 48 Increments
GTM_DPLL_ADT_S49 0xF01288C4          DPLL Adapt Values for All STATE 49 Increments
GTM_DPLL_ADT_S50 0xF01288C8          DPLL Adapt Values for All STATE 50 Increments
GTM_DPLL_ADT_S51 0xF01288CC          DPLL Adapt Values for All STATE 51 Increments
GTM_DPLL_ADT_S52 0xF01288D0          DPLL Adapt Values for All STATE 52 Increments
GTM_DPLL_ADT_S53 0xF01288D4          DPLL Adapt Values for All STATE 53 Increments
GTM_DPLL_ADT_S54 0xF01288D8          DPLL Adapt Values for All STATE 54 Increments
GTM_DPLL_ADT_S55 0xF01288DC          DPLL Adapt Values for All STATE 55 Increments
GTM_DPLL_ADT_S56 0xF01288E0          DPLL Adapt Values for All STATE 56 Increments
GTM_DPLL_ADT_S57 0xF01288E4          DPLL Adapt Values for All STATE 57 Increments
GTM_DPLL_ADT_S58 0xF01288E8          DPLL Adapt Values for All STATE 58 Increments
GTM_DPLL_ADT_S59 0xF01288EC          DPLL Adapt Values for All STATE 59 Increments
GTM_DPLL_ADT_S60 0xF01288F0          DPLL Adapt Values for All STATE 60 Increments
GTM_DPLL_ADT_S61 0xF01288F4          DPLL Adapt Values for All STATE 61 Increments
GTM_DPLL_ADT_S62 0xF01288F8          DPLL Adapt Values for All STATE 62 Increments
GTM_DPLL_ADT_S63 0xF01288FC          DPLL Adapt Values for All STATE 63 Increments
GTM_DPLL_DT_S0  0xF0128900          DPLL Nominal STATE 0 Increment Values for FULL_SCALE
GTM_DPLL_DT_S1  0xF0128904          DPLL Nominal STATE 1 Increment Values for FULL_SCALE
GTM_DPLL_DT_S2  0xF0128908          DPLL Nominal STATE 2 Increment Values for FULL_SCALE
GTM_DPLL_DT_S3  0xF012890C          DPLL Nominal STATE 3 Increment Values for FULL_SCALE
GTM_DPLL_DT_S4  0xF0128910          DPLL Nominal STATE 4 Increment Values for FULL_SCALE
GTM_DPLL_DT_S5  0xF0128914          DPLL Nominal STATE 5 Increment Values for FULL_SCALE
GTM_DPLL_DT_S6  0xF0128918          DPLL Nominal STATE 6 Increment Values for FULL_SCALE
GTM_DPLL_DT_S7  0xF012891C          DPLL Nominal STATE 7 Increment Values for FULL_SCALE
GTM_DPLL_DT_S8  0xF0128920          DPLL Nominal STATE 8 Increment Values for FULL_SCALE
GTM_DPLL_DT_S9  0xF0128924          DPLL Nominal STATE 9 Increment Values for FULL_SCALE
GTM_DPLL_DT_S10 0xF0128928          DPLL Nominal STATE 10 Increment Values for FULL_SCALE
GTM_DPLL_DT_S11 0xF012892C          DPLL Nominal STATE 11 Increment Values for FULL_SCALE
GTM_DPLL_DT_S12 0xF0128930          DPLL Nominal STATE 12 Increment Values for FULL_SCALE
GTM_DPLL_DT_S13 0xF0128934          DPLL Nominal STATE 13 Increment Values for FULL_SCALE
GTM_DPLL_DT_S14 0xF0128938          DPLL Nominal STATE 14 Increment Values for FULL_SCALE
GTM_DPLL_DT_S15 0xF012893C          DPLL Nominal STATE 15 Increment Values for FULL_SCALE
GTM_DPLL_DT_S16 0xF0128940          DPLL Nominal STATE 16 Increment Values for FULL_SCALE
GTM_DPLL_DT_S17 0xF0128944          DPLL Nominal STATE 17 Increment Values for FULL_SCALE
GTM_DPLL_DT_S18 0xF0128948          DPLL Nominal STATE 18 Increment Values for FULL_SCALE
GTM_DPLL_DT_S19 0xF012894C          DPLL Nominal STATE 19 Increment Values for FULL_SCALE
GTM_DPLL_DT_S20 0xF0128950          DPLL Nominal STATE 20 Increment Values for FULL_SCALE
GTM_DPLL_DT_S21 0xF0128954          DPLL Nominal STATE 21 Increment Values for FULL_SCALE
GTM_DPLL_DT_S22 0xF0128958          DPLL Nominal STATE 22 Increment Values for FULL_SCALE
GTM_DPLL_DT_S23 0xF012895C          DPLL Nominal STATE 23 Increment Values for FULL_SCALE
GTM_DPLL_DT_S24 0xF0128960          DPLL Nominal STATE 24 Increment Values for FULL_SCALE
GTM_DPLL_DT_S25 0xF0128964          DPLL Nominal STATE 25 Increment Values for FULL_SCALE
GTM_DPLL_DT_S26 0xF0128968          DPLL Nominal STATE 26 Increment Values for FULL_SCALE
GTM_DPLL_DT_S27 0xF012896C          DPLL Nominal STATE 27 Increment Values for FULL_SCALE
GTM_DPLL_DT_S28 0xF0128970          DPLL Nominal STATE 28 Increment Values for FULL_SCALE
GTM_DPLL_DT_S29 0xF0128974          DPLL Nominal STATE 29 Increment Values for FULL_SCALE
GTM_DPLL_DT_S30 0xF0128978          DPLL Nominal STATE 30 Increment Values for FULL_SCALE
GTM_DPLL_DT_S31 0xF012897C          DPLL Nominal STATE 31 Increment Values for FULL_SCALE
GTM_DPLL_DT_S32 0xF0128980          DPLL Nominal STATE 32 Increment Values for FULL_SCALE
GTM_DPLL_DT_S33 0xF0128984          DPLL Nominal STATE 33 Increment Values for FULL_SCALE
GTM_DPLL_DT_S34 0xF0128988          DPLL Nominal STATE 34 Increment Values for FULL_SCALE
GTM_DPLL_DT_S35 0xF012898C          DPLL Nominal STATE 35 Increment Values for FULL_SCALE
GTM_DPLL_DT_S36 0xF0128990          DPLL Nominal STATE 36 Increment Values for FULL_SCALE
GTM_DPLL_DT_S37 0xF0128994          DPLL Nominal STATE 37 Increment Values for FULL_SCALE
GTM_DPLL_DT_S38 0xF0128998          DPLL Nominal STATE 38 Increment Values for FULL_SCALE
GTM_DPLL_DT_S39 0xF012899C          DPLL Nominal STATE 39 Increment Values for FULL_SCALE
GTM_DPLL_DT_S40 0xF01289A0          DPLL Nominal STATE 40 Increment Values for FULL_SCALE
GTM_DPLL_DT_S41 0xF01289A4          DPLL Nominal STATE 41 Increment Values for FULL_SCALE
GTM_DPLL_DT_S42 0xF01289A8          DPLL Nominal STATE 42 Increment Values for FULL_SCALE
GTM_DPLL_DT_S43 0xF01289AC          DPLL Nominal STATE 43 Increment Values for FULL_SCALE
GTM_DPLL_DT_S44 0xF01289B0          DPLL Nominal STATE 44 Increment Values for FULL_SCALE
GTM_DPLL_DT_S45 0xF01289B4          DPLL Nominal STATE 45 Increment Values for FULL_SCALE
GTM_DPLL_DT_S46 0xF01289B8          DPLL Nominal STATE 46 Increment Values for FULL_SCALE
GTM_DPLL_DT_S47 0xF01289BC          DPLL Nominal STATE 47 Increment Values for FULL_SCALE
GTM_DPLL_DT_S48 0xF01289C0          DPLL Nominal STATE 48 Increment Values for FULL_SCALE
GTM_DPLL_DT_S49 0xF01289C4          DPLL Nominal STATE 49 Increment Values for FULL_SCALE
GTM_DPLL_DT_S50 0xF01289C8          DPLL Nominal STATE 50 Increment Values for FULL_SCALE
GTM_DPLL_DT_S51 0xF01289CC          DPLL Nominal STATE 51 Increment Values for FULL_SCALE
GTM_DPLL_DT_S52 0xF01289D0          DPLL Nominal STATE 52 Increment Values for FULL_SCALE
GTM_DPLL_DT_S53 0xF01289D4          DPLL Nominal STATE 53 Increment Values for FULL_SCALE
GTM_DPLL_DT_S54 0xF01289D8          DPLL Nominal STATE 54 Increment Values for FULL_SCALE
GTM_DPLL_DT_S55 0xF01289DC          DPLL Nominal STATE 55 Increment Values for FULL_SCALE
GTM_DPLL_DT_S56 0xF01289E0          DPLL Nominal STATE 56 Increment Values for FULL_SCALE
GTM_DPLL_DT_S57 0xF01289E4          DPLL Nominal STATE 57 Increment Values for FULL_SCALE
GTM_DPLL_DT_S58 0xF01289E8          DPLL Nominal STATE 58 Increment Values for FULL_SCALE
GTM_DPLL_DT_S59 0xF01289EC          DPLL Nominal STATE 59 Increment Values for FULL_SCALE
GTM_DPLL_DT_S60 0xF01289F0          DPLL Nominal STATE 60 Increment Values for FULL_SCALE
GTM_DPLL_DT_S61 0xF01289F4          DPLL Nominal STATE 61 Increment Values for FULL_SCALE
GTM_DPLL_DT_S62 0xF01289F8          DPLL Nominal STATE 62 Increment Values for FULL_SCALE
GTM_DPLL_DT_S63 0xF01289FC          DPLL Nominal STATE 63 Increment Values for FULL_SCALE
GTM_DPLL_TSAC0  0xF0128E00          DPLL Calculated Time Stamp Register 0
GTM_DPLL_TSAC1  0xF0128E04          DPLL Calculated Time Stamp Register 1
GTM_DPLL_TSAC2  0xF0128E08          DPLL Calculated Time Stamp Register 2
GTM_DPLL_TSAC3  0xF0128E0C          DPLL Calculated Time Stamp Register 3
GTM_DPLL_TSAC4  0xF0128E10          DPLL Calculated Time Stamp Register 4
GTM_DPLL_TSAC5  0xF0128E14          DPLL Calculated Time Stamp Register 5
GTM_DPLL_TSAC6  0xF0128E18          DPLL Calculated Time Stamp Register 6
GTM_DPLL_TSAC7  0xF0128E1C          DPLL Calculated Time Stamp Register 7
GTM_DPLL_TSAC8  0xF0128E20          DPLL Calculated Time Stamp Register 8
GTM_DPLL_TSAC9  0xF0128E24          DPLL Calculated Time Stamp Register 9
GTM_DPLL_TSAC10 0xF0128E28          DPLL Calculated Time Stamp Register 10
GTM_DPLL_TSAC11 0xF0128E2C          DPLL Calculated Time Stamp Register 11
GTM_DPLL_TSAC12 0xF0128E30          DPLL Calculated Time Stamp Register 12
GTM_DPLL_TSAC13 0xF0128E34          DPLL Calculated Time Stamp Register 13
GTM_DPLL_TSAC14 0xF0128E38          DPLL Calculated Time Stamp Register 14
GTM_DPLL_TSAC15 0xF0128E3C          DPLL Calculated Time Stamp Register 15
GTM_DPLL_TSAC16 0xF0128E40          DPLL Calculated Time Stamp Register 16
GTM_DPLL_TSAC17 0xF0128E44          DPLL Calculated Time Stamp Register 17
GTM_DPLL_TSAC18 0xF0128E48          DPLL Calculated Time Stamp Register 18
GTM_DPLL_TSAC19 0xF0128E4C          DPLL Calculated Time Stamp Register 19
GTM_DPLL_TSAC20 0xF0128E50          DPLL Calculated Time Stamp Register 20
GTM_DPLL_TSAC21 0xF0128E54          DPLL Calculated Time Stamp Register 21
GTM_DPLL_TSAC22 0xF0128E58          DPLL Calculated Time Stamp Register 22
GTM_DPLL_TSAC23 0xF0128E5C          DPLL Calculated Time Stamp Register 23
GTM_DPLL_PSAC0  0xF0128E80          DPLL Calculated Position Value Register 0
GTM_DPLL_PSAC1  0xF0128E84          DPLL Calculated Position Value Register 1
GTM_DPLL_PSAC2  0xF0128E88          DPLL Calculated Position Value Register 2
GTM_DPLL_PSAC3  0xF0128E8C          DPLL Calculated Position Value Register 3
GTM_DPLL_PSAC4  0xF0128E90          DPLL Calculated Position Value Register 4
GTM_DPLL_PSAC5  0xF0128E94          DPLL Calculated Position Value Register 5
GTM_DPLL_PSAC6  0xF0128E98          DPLL Calculated Position Value Register 6
GTM_DPLL_PSAC7  0xF0128E9C          DPLL Calculated Position Value Register 7
GTM_DPLL_PSAC8  0xF0128EA0          DPLL Calculated Position Value Register 8
GTM_DPLL_PSAC9  0xF0128EA4          DPLL Calculated Position Value Register 9
GTM_DPLL_PSAC10 0xF0128EA8          DPLL Calculated Position Value Register 10
GTM_DPLL_PSAC11 0xF0128EAC          DPLL Calculated Position Value Register 11
GTM_DPLL_PSAC12 0xF0128EB0          DPLL Calculated Position Value Register 12
GTM_DPLL_PSAC13 0xF0128EB4          DPLL Calculated Position Value Register 13
GTM_DPLL_PSAC14 0xF0128EB8          DPLL Calculated Position Value Register 14
GTM_DPLL_PSAC15 0xF0128EBC          DPLL Calculated Position Value Register 15
GTM_DPLL_PSAC16 0xF0128EC0          DPLL Calculated Position Value Register 16
GTM_DPLL_PSAC17 0xF0128EC4          DPLL Calculated Position Value Register 17
GTM_DPLL_PSAC18 0xF0128EC8          DPLL Calculated Position Value Register 18
GTM_DPLL_PSAC19 0xF0128ECC          DPLL Calculated Position Value Register 19
GTM_DPLL_PSAC20 0xF0128ED0          DPLL Calculated Position Value Register 20
GTM_DPLL_PSAC21 0xF0128ED4          DPLL Calculated Position Value Register 21
GTM_DPLL_PSAC22 0xF0128ED8          DPLL Calculated Position Value Register 22
GTM_DPLL_PSAC23 0xF0128EDC          DPLL Calculated Position Value Register 23
GTM_DPLL_ACB0   0xF0128F00          DPLL Action Control 0 Register
GTM_DPLL_ACB1   0xF0128F04          DPLL Action Control 1 Register
GTM_DPLL_ACB2   0xF0128F08          DPLL Action Control 2 Register
GTM_DPLL_ACB3   0xF0128F0C          DPLL Action Control 3 Register
GTM_DPLL_ACB4   0xF0128F10          DPLL Action Control 4 Register
GTM_DPLL_ACB5   0xF0128F14          DPLL Action Control 5 Register
GTM_MCS0_CH0_R0 0xF0130000          MCS0 Channel 0 Program Counter Register 0
GTM_MCS0_CH0_R1 0xF0130004          MCS0 Channel 0 Program Counter Register 1
GTM_MCS0_CH0_R2 0xF0130008          MCS0 Channel 0 Program Counter Register 2
GTM_MCS0_CH0_R3 0xF013000C          MCS0 Channel 0 Program Counter Register 3
GTM_MCS0_CH0_R4 0xF0130010          MCS0 Channel 0 Program Counter Register 4
GTM_MCS0_CH0_R5 0xF0130014          MCS0 Channel 0 Program Counter Register 5
GTM_MCS0_CH0_R6 0xF0130018          MCS0 Channel 0 Program Counter Register 6
GTM_MCS0_CH0_R7 0xF013001C          MCS0 Channel 0 Program Counter Register 7
GTM_MCS0_CH0_CTRL 0xF0130020          MCS0 Channel Control Register
GTM_MCS0_CH0_ACB 0xF0130024          MCS0 Channel ACB Register
GTM_MCS0_CTRG   0xF0130028          MCS0 Clear Trigger Control Register
GTM_MCS0_STRG   0xF013002C          MCS0 Set Trigger Control Register
GTM_MCS0_CH0_PC 0xF0130040          MCS0 Channel 0 Program Counter Register
GTM_MCS0_CH0_IRQ_NOTIFY 0xF0130044          MCS0 Channel 0 interrupt notification register
GTM_MCS0_CH0_IRQ_EN 0xF0130048          MCS0 Channel 0 Interrupt Enable Register
GTM_MCS0_CH0_IRQ_FORCINT 0xF013004C          MCS0 Channel 0 Software Interrupt Generation Register
GTM_MCS0_CH0_IRQ_MODE 0xF0130050          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH0_EIRQ_EN 0xF0130054          MCS0_Channel 0 Error Interrupt Enable Register
GTM_MCS0_CTRL   0xF0130074          MCS0 Control Register
GTM_MCS0_RST    0xF0130078          MCS0 Channel Reset Register
GTM_MCS0_ERR    0xF013007C          MCS0 Error Register
GTM_MCS0_CH1_R0 0xF0130080          MCS0 Channel 1 Program Counter Register 0
GTM_MCS0_CH1_R1 0xF0130084          MCS0 Channel 1 Program Counter Register 1
GTM_MCS0_CH1_R2 0xF0130088          MCS0 Channel 1 Program Counter Register 2
GTM_MCS0_CH1_R3 0xF013008C          MCS0 Channel 1 Program Counter Register 3
GTM_MCS0_CH1_R4 0xF0130090          MCS0 Channel 1 Program Counter Register 4
GTM_MCS0_CH1_R5 0xF0130094          MCS0 Channel 1 Program Counter Register 5
GTM_MCS0_CH1_R6 0xF0130098          MCS0 Channel 1 Program Counter Register 6
GTM_MCS0_CH1_R7 0xF013009C          MCS0 Channel 1 Program Counter Register 7
GTM_MCS0_CH1_CTRL 0xF01300A0          MCS0 Channel Control Register
GTM_MCS0_CH1_ACB 0xF01300A4          MCS0 Channel ACB Register
GTM_MCS0_CH1_PC 0xF01300C0          MCS0 Channel 1 Program Counter Register
GTM_MCS0_CH1_IRQ_NOTIFY 0xF01300C4          MCS0 Channel 1 interrupt notification register
GTM_MCS0_CH1_IRQ_EN 0xF01300C8          MCS0 Channel 1 Interrupt Enable Register
GTM_MCS0_CH1_IRQ_FORCINT 0xF01300CC          MCS0 Channel 1 Software Interrupt Generation Register
GTM_MCS0_CH1_IRQ_MODE 0xF01300D0          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH1_EIRQ_EN 0xF01300D4          MCS0_Channel 1 Error Interrupt Enable Register
GTM_MCS0_CH2_R0 0xF0130100          MCS0 Channel 2 Program Counter Register 0
GTM_MCS0_CH2_R1 0xF0130104          MCS0 Channel 2 Program Counter Register 1
GTM_MCS0_CH2_R2 0xF0130108          MCS0 Channel 2 Program Counter Register 2
GTM_MCS0_CH2_R3 0xF013010C          MCS0 Channel 2 Program Counter Register 3
GTM_MCS0_CH2_R4 0xF0130110          MCS0 Channel 2 Program Counter Register 4
GTM_MCS0_CH2_R5 0xF0130114          MCS0 Channel 2 Program Counter Register 5
GTM_MCS0_CH2_R6 0xF0130118          MCS0 Channel 2 Program Counter Register 6
GTM_MCS0_CH2_R7 0xF013011C          MCS0 Channel 2 Program Counter Register 7
GTM_MCS0_CH2_CTRL 0xF0130120          MCS0 Channel Control Register
GTM_MCS0_CH2_ACB 0xF0130124          MCS0 Channel ACB Register
GTM_MCS0_CH2_PC 0xF0130140          MCS0 Channel 2 Program Counter Register
GTM_MCS0_CH2_IRQ_NOTIFY 0xF0130144          MCS0 Channel 2 interrupt notification register
GTM_MCS0_CH2_IRQ_EN 0xF0130148          MCS0 Channel 2 Interrupt Enable Register
GTM_MCS0_CH2_IRQ_FORCINT 0xF013014C          MCS0 Channel 2 Software Interrupt Generation Register
GTM_MCS0_CH2_IRQ_MODE 0xF0130150          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH2_EIRQ_EN 0xF0130154          MCS0_Channel 2 Error Interrupt Enable Register
GTM_MCS0_CH3_R0 0xF0130180          MCS0 Channel 3 Program Counter Register 0
GTM_MCS0_CH3_R1 0xF0130184          MCS0 Channel 3 Program Counter Register 1
GTM_MCS0_CH3_R2 0xF0130188          MCS0 Channel 3 Program Counter Register 2
GTM_MCS0_CH3_R3 0xF013018C          MCS0 Channel 3 Program Counter Register 3
GTM_MCS0_CH3_R4 0xF0130190          MCS0 Channel 3 Program Counter Register 4
GTM_MCS0_CH3_R5 0xF0130194          MCS0 Channel 3 Program Counter Register 5
GTM_MCS0_CH3_R6 0xF0130198          MCS0 Channel 3 Program Counter Register 6
GTM_MCS0_CH3_R7 0xF013019C          MCS0 Channel 3 Program Counter Register 7
GTM_MCS0_CH3_CTRL 0xF01301A0          MCS0 Channel Control Register
GTM_MCS0_CH3_ACB 0xF01301A4          MCS0 Channel ACB Register
GTM_MCS0_CH3_PC 0xF01301C0          MCS0 Channel 3 Program Counter Register
GTM_MCS0_CH3_IRQ_NOTIFY 0xF01301C4          MCS0 Channel 3 interrupt notification register
GTM_MCS0_CH3_IRQ_EN 0xF01301C8          MCS0 Channel 3 Interrupt Enable Register
GTM_MCS0_CH3_IRQ_FORCINT 0xF01301CC          MCS0 Channel 3 Software Interrupt Generation Register
GTM_MCS0_CH3_IRQ_MODE 0xF01301D0          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH3_EIRQ_EN 0xF01301D4          MCS0_Channel 3 Error Interrupt Enable Register
GTM_MCS0_CH4_R0 0xF0130200          MCS0 Channel 4 Program Counter Register 0
GTM_MCS0_CH4_R1 0xF0130204          MCS0 Channel 4 Program Counter Register 1
GTM_MCS0_CH4_R2 0xF0130208          MCS0 Channel 4 Program Counter Register 2
GTM_MCS0_CH4_R3 0xF013020C          MCS0 Channel 4 Program Counter Register 3
GTM_MCS0_CH4_R4 0xF0130210          MCS0 Channel 4 Program Counter Register 4
GTM_MCS0_CH4_R5 0xF0130214          MCS0 Channel 4 Program Counter Register 5
GTM_MCS0_CH4_R6 0xF0130218          MCS0 Channel 4 Program Counter Register 6
GTM_MCS0_CH4_R7 0xF013021C          MCS0 Channel 4 Program Counter Register 7
GTM_MCS0_CH4_CTRL 0xF0130220          MCS0 Channel Control Register
GTM_MCS0_CH4_ACB 0xF0130224          MCS0 Channel ACB Register
GTM_MCS0_CH4_PC 0xF0130240          MCS0 Channel 4 Program Counter Register
GTM_MCS0_CH4_IRQ_NOTIFY 0xF0130244          MCS0 Channel 4 interrupt notification register
GTM_MCS0_CH4_IRQ_EN 0xF0130248          MCS0 Channel 4 Interrupt Enable Register
GTM_MCS0_CH4_IRQ_FORCINT 0xF013024C          MCS0 Channel 4 Software Interrupt Generation Register
GTM_MCS0_CH4_IRQ_MODE 0xF0130250          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH4_EIRQ_EN 0xF0130254          MCS0_Channel 4 Error Interrupt Enable Register
GTM_MCS0_CH5_R0 0xF0130280          MCS0 Channel 5 Program Counter Register 0
GTM_MCS0_CH5_R1 0xF0130284          MCS0 Channel 5 Program Counter Register 1
GTM_MCS0_CH5_R2 0xF0130288          MCS0 Channel 5 Program Counter Register 2
GTM_MCS0_CH5_R3 0xF013028C          MCS0 Channel 5 Program Counter Register 3
GTM_MCS0_CH5_R4 0xF0130290          MCS0 Channel 5 Program Counter Register 4
GTM_MCS0_CH5_R5 0xF0130294          MCS0 Channel 5 Program Counter Register 5
GTM_MCS0_CH5_R6 0xF0130298          MCS0 Channel 5 Program Counter Register 6
GTM_MCS0_CH5_R7 0xF013029C          MCS0 Channel 5 Program Counter Register 7
GTM_MCS0_CH5_CTRL 0xF01302A0          MCS0 Channel Control Register
GTM_MCS0_CH5_ACB 0xF01302A4          MCS0 Channel ACB Register
GTM_MCS0_CH5_PC 0xF01302C0          MCS0 Channel 5 Program Counter Register
GTM_MCS0_CH5_IRQ_NOTIFY 0xF01302C4          MCS0 Channel 5 interrupt notification register
GTM_MCS0_CH5_IRQ_EN 0xF01302C8          MCS0 Channel 5 Interrupt Enable Register
GTM_MCS0_CH5_IRQ_FORCINT 0xF01302CC          MCS0 Channel 5 Software Interrupt Generation Register
GTM_MCS0_CH5_IRQ_MODE 0xF01302D0          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH5_EIRQ_EN 0xF01302D4          MCS0_Channel 5 Error Interrupt Enable Register
GTM_MCS0_CH6_R0 0xF0130300          MCS0 Channel 6 Program Counter Register 0
GTM_MCS0_CH6_R1 0xF0130304          MCS0 Channel 6 Program Counter Register 1
GTM_MCS0_CH6_R2 0xF0130308          MCS0 Channel 6 Program Counter Register 2
GTM_MCS0_CH6_R3 0xF013030C          MCS0 Channel 6 Program Counter Register 3
GTM_MCS0_CH6_R4 0xF0130310          MCS0 Channel 6 Program Counter Register 4
GTM_MCS0_CH6_R5 0xF0130314          MCS0 Channel 6 Program Counter Register 5
GTM_MCS0_CH6_R6 0xF0130318          MCS0 Channel 6 Program Counter Register 6
GTM_MCS0_CH6_R7 0xF013031C          MCS0 Channel 6 Program Counter Register 7
GTM_MCS0_CH6_CTRL 0xF0130320          MCS0 Channel Control Register
GTM_MCS0_CH6_ACB 0xF0130324          MCS0 Channel ACB Register
GTM_MCS0_CH6_PC 0xF0130340          MCS0 Channel 6 Program Counter Register
GTM_MCS0_CH6_IRQ_NOTIFY 0xF0130344          MCS0 Channel 6 interrupt notification register
GTM_MCS0_CH6_IRQ_EN 0xF0130348          MCS0 Channel 6 Interrupt Enable Register
GTM_MCS0_CH6_IRQ_FORCINT 0xF013034C          MCS0 Channel 6 Software Interrupt Generation Register
GTM_MCS0_CH6_IRQ_MODE 0xF0130350          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH6_EIRQ_EN 0xF0130354          MCS0_Channel 6 Error Interrupt Enable Register
GTM_MCS0_CH7_R0 0xF0130380          MCS0 Channel 7 Program Counter Register 0
GTM_MCS0_CH7_R1 0xF0130384          MCS0 Channel 7 Program Counter Register 1
GTM_MCS0_CH7_R2 0xF0130388          MCS0 Channel 7 Program Counter Register 2
GTM_MCS0_CH7_R3 0xF013038C          MCS0 Channel 7 Program Counter Register 3
GTM_MCS0_CH7_R4 0xF0130390          MCS0 Channel 7 Program Counter Register 4
GTM_MCS0_CH7_R5 0xF0130394          MCS0 Channel 7 Program Counter Register 5
GTM_MCS0_CH7_R6 0xF0130398          MCS0 Channel 7 Program Counter Register 6
GTM_MCS0_CH7_R7 0xF013039C          MCS0 Channel 7 Program Counter Register 7
GTM_MCS0_CH7_CTRL 0xF01303A0          MCS0 Channel Control Register
GTM_MCS0_CH7_ACB 0xF01303A4          MCS0 Channel ACB Register
GTM_MCS0_CH7_PC 0xF01303C0          MCS0 Channel 7 Program Counter Register
GTM_MCS0_CH7_IRQ_NOTIFY 0xF01303C4          MCS0 Channel 7 interrupt notification register
GTM_MCS0_CH7_IRQ_EN 0xF01303C8          MCS0 Channel 7 Interrupt Enable Register
GTM_MCS0_CH7_IRQ_FORCINT 0xF01303CC          MCS0 Channel 7 Software Interrupt Generation Register
GTM_MCS0_CH7_IRQ_MODE 0xF01303D0          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH7_EIRQ_EN 0xF01303D4          MCS0_Channel 7 Error Interrupt Enable Register
GTM_MCS1_CH0_R0 0xF0131000          MCS1 Channel 0 Program Counter Register 0
GTM_MCS1_CH0_R1 0xF0131004          MCS1 Channel 0 Program Counter Register 1
GTM_MCS1_CH0_R2 0xF0131008          MCS1 Channel 0 Program Counter Register 2
GTM_MCS1_CH0_R3 0xF013100C          MCS1 Channel 0 Program Counter Register 3
GTM_MCS1_CH0_R4 0xF0131010          MCS1 Channel 0 Program Counter Register 4
GTM_MCS1_CH0_R5 0xF0131014          MCS1 Channel 0 Program Counter Register 5
GTM_MCS1_CH0_R6 0xF0131018          MCS1 Channel 0 Program Counter Register 6
GTM_MCS1_CH0_R7 0xF013101C          MCS1 Channel 0 Program Counter Register 7
GTM_MCS1_CH0_CTRL 0xF0131020          MCS1 Channel Control Register
GTM_MCS1_CH0_ACB 0xF0131024          MCS1 Channel ACB Register
GTM_MCS1_CTRG   0xF0131028          MCS1 Clear Trigger Control Register
GTM_MCS1_STRG   0xF013102C          MCS1 Set Trigger Control Register
GTM_MCS1_CH0_PC 0xF0131040          MCS1 Channel 0 Program Counter Register
GTM_MCS1_CH0_IRQ_NOTIFY 0xF0131044          MCS1 Channel 0 interrupt notification register
GTM_MCS1_CH0_IRQ_EN 0xF0131048          MCS1 Channel 0 Interrupt Enable Register
GTM_MCS1_CH0_IRQ_FORCINT 0xF013104C          MCS1 Channel 0 Software Interrupt Generation Register
GTM_MCS1_CH0_IRQ_MODE 0xF0131050          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH0_EIRQ_EN 0xF0131054          MCS1_Channel 0 Error Interrupt Enable Register
GTM_MCS1_CTRL   0xF0131074          MCS1 Control Register
GTM_MCS1_RST    0xF0131078          MCS1 Channel Reset Register
GTM_MCS1_ERR    0xF013107C          MCS1 Error Register
GTM_MCS1_CH1_R0 0xF0131080          MCS1 Channel 1 Program Counter Register 0
GTM_MCS1_CH1_R1 0xF0131084          MCS1 Channel 1 Program Counter Register 1
GTM_MCS1_CH1_R2 0xF0131088          MCS1 Channel 1 Program Counter Register 2
GTM_MCS1_CH1_R3 0xF013108C          MCS1 Channel 1 Program Counter Register 3
GTM_MCS1_CH1_R4 0xF0131090          MCS1 Channel 1 Program Counter Register 4
GTM_MCS1_CH1_R5 0xF0131094          MCS1 Channel 1 Program Counter Register 5
GTM_MCS1_CH1_R6 0xF0131098          MCS1 Channel 1 Program Counter Register 6
GTM_MCS1_CH1_R7 0xF013109C          MCS1 Channel 1 Program Counter Register 7
GTM_MCS1_CH1_CTRL 0xF01310A0          MCS1 Channel Control Register
GTM_MCS1_CH1_ACB 0xF01310A4          MCS1 Channel ACB Register
GTM_MCS1_CH1_PC 0xF01310C0          MCS1 Channel 1 Program Counter Register
GTM_MCS1_CH1_IRQ_NOTIFY 0xF01310C4          MCS1 Channel 1 interrupt notification register
GTM_MCS1_CH1_IRQ_EN 0xF01310C8          MCS1 Channel 1 Interrupt Enable Register
GTM_MCS1_CH1_IRQ_FORCINT 0xF01310CC          MCS1 Channel 1 Software Interrupt Generation Register
GTM_MCS1_CH1_IRQ_MODE 0xF01310D0          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH1_EIRQ_EN 0xF01310D4          MCS1_Channel 1 Error Interrupt Enable Register
GTM_MCS1_CH2_R0 0xF0131100          MCS1 Channel 2 Program Counter Register 0
GTM_MCS1_CH2_R1 0xF0131104          MCS1 Channel 2 Program Counter Register 1
GTM_MCS1_CH2_R2 0xF0131108          MCS1 Channel 2 Program Counter Register 2
GTM_MCS1_CH2_R3 0xF013110C          MCS1 Channel 2 Program Counter Register 3
GTM_MCS1_CH2_R4 0xF0131110          MCS1 Channel 2 Program Counter Register 4
GTM_MCS1_CH2_R5 0xF0131114          MCS1 Channel 2 Program Counter Register 5
GTM_MCS1_CH2_R6 0xF0131118          MCS1 Channel 2 Program Counter Register 6
GTM_MCS1_CH2_R7 0xF013111C          MCS1 Channel 2 Program Counter Register 7
GTM_MCS1_CH2_CTRL 0xF0131120          MCS1 Channel Control Register
GTM_MCS1_CH2_ACB 0xF0131124          MCS1 Channel ACB Register
GTM_MCS1_CH2_PC 0xF0131140          MCS1 Channel 2 Program Counter Register
GTM_MCS1_CH2_IRQ_NOTIFY 0xF0131144          MCS1 Channel 2 interrupt notification register
GTM_MCS1_CH2_IRQ_EN 0xF0131148          MCS1 Channel 2 Interrupt Enable Register
GTM_MCS1_CH2_IRQ_FORCINT 0xF013114C          MCS1 Channel 2 Software Interrupt Generation Register
GTM_MCS1_CH2_IRQ_MODE 0xF0131150          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH2_EIRQ_EN 0xF0131154          MCS1_Channel 2 Error Interrupt Enable Register
GTM_MCS1_CH3_R0 0xF0131180          MCS1 Channel 3 Program Counter Register 0
GTM_MCS1_CH3_R1 0xF0131184          MCS1 Channel 3 Program Counter Register 1
GTM_MCS1_CH3_R2 0xF0131188          MCS1 Channel 3 Program Counter Register 2
GTM_MCS1_CH3_R3 0xF013118C          MCS1 Channel 3 Program Counter Register 3
GTM_MCS1_CH3_R4 0xF0131190          MCS1 Channel 3 Program Counter Register 4
GTM_MCS1_CH3_R5 0xF0131194          MCS1 Channel 3 Program Counter Register 5
GTM_MCS1_CH3_R6 0xF0131198          MCS1 Channel 3 Program Counter Register 6
GTM_MCS1_CH3_R7 0xF013119C          MCS1 Channel 3 Program Counter Register 7
GTM_MCS1_CH3_CTRL 0xF01311A0          MCS1 Channel Control Register
GTM_MCS1_CH3_ACB 0xF01311A4          MCS1 Channel ACB Register
GTM_MCS1_CH3_PC 0xF01311C0          MCS1 Channel 3 Program Counter Register
GTM_MCS1_CH3_IRQ_NOTIFY 0xF01311C4          MCS1 Channel 3 interrupt notification register
GTM_MCS1_CH3_IRQ_EN 0xF01311C8          MCS1 Channel 3 Interrupt Enable Register
GTM_MCS1_CH3_IRQ_FORCINT 0xF01311CC          MCS1 Channel 3 Software Interrupt Generation Register
GTM_MCS1_CH3_IRQ_MODE 0xF01311D0          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH3_EIRQ_EN 0xF01311D4          MCS1_Channel 3 Error Interrupt Enable Register
GTM_MCS1_CH4_R0 0xF0131200          MCS1 Channel 4 Program Counter Register 0
GTM_MCS1_CH4_R1 0xF0131204          MCS1 Channel 4 Program Counter Register 1
GTM_MCS1_CH4_R2 0xF0131208          MCS1 Channel 4 Program Counter Register 2
GTM_MCS1_CH4_R3 0xF013120C          MCS1 Channel 4 Program Counter Register 3
GTM_MCS1_CH4_R4 0xF0131210          MCS1 Channel 4 Program Counter Register 4
GTM_MCS1_CH4_R5 0xF0131214          MCS1 Channel 4 Program Counter Register 5
GTM_MCS1_CH4_R6 0xF0131218          MCS1 Channel 4 Program Counter Register 6
GTM_MCS1_CH4_R7 0xF013121C          MCS1 Channel 4 Program Counter Register 7
GTM_MCS1_CH4_CTRL 0xF0131220          MCS1 Channel Control Register
GTM_MCS1_CH4_ACB 0xF0131224          MCS1 Channel ACB Register
GTM_MCS1_CH4_PC 0xF0131240          MCS1 Channel 4 Program Counter Register
GTM_MCS1_CH4_IRQ_NOTIFY 0xF0131244          MCS1 Channel 4 interrupt notification register
GTM_MCS1_CH4_IRQ_EN 0xF0131248          MCS1 Channel 4 Interrupt Enable Register
GTM_MCS1_CH4_IRQ_FORCINT 0xF013124C          MCS1 Channel 4 Software Interrupt Generation Register
GTM_MCS1_CH4_IRQ_MODE 0xF0131250          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH4_EIRQ_EN 0xF0131254          MCS1_Channel 4 Error Interrupt Enable Register
GTM_MCS1_CH5_R0 0xF0131280          MCS1 Channel 5 Program Counter Register 0
GTM_MCS1_CH5_R1 0xF0131284          MCS1 Channel 5 Program Counter Register 1
GTM_MCS1_CH5_R2 0xF0131288          MCS1 Channel 5 Program Counter Register 2
GTM_MCS1_CH5_R3 0xF013128C          MCS1 Channel 5 Program Counter Register 3
GTM_MCS1_CH5_R4 0xF0131290          MCS1 Channel 5 Program Counter Register 4
GTM_MCS1_CH5_R5 0xF0131294          MCS1 Channel 5 Program Counter Register 5
GTM_MCS1_CH5_R6 0xF0131298          MCS1 Channel 5 Program Counter Register 6
GTM_MCS1_CH5_R7 0xF013129C          MCS1 Channel 5 Program Counter Register 7
GTM_MCS1_CH5_CTRL 0xF01312A0          MCS1 Channel Control Register
GTM_MCS1_CH5_ACB 0xF01312A4          MCS1 Channel ACB Register
GTM_MCS1_CH5_PC 0xF01312C0          MCS1 Channel 5 Program Counter Register
GTM_MCS1_CH5_IRQ_NOTIFY 0xF01312C4          MCS1 Channel 5 interrupt notification register
GTM_MCS1_CH5_IRQ_EN 0xF01312C8          MCS1 Channel 5 Interrupt Enable Register
GTM_MCS1_CH5_IRQ_FORCINT 0xF01312CC          MCS1 Channel 5 Software Interrupt Generation Register
GTM_MCS1_CH5_IRQ_MODE 0xF01312D0          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH5_EIRQ_EN 0xF01312D4          MCS1_Channel 5 Error Interrupt Enable Register
GTM_MCS1_CH6_R0 0xF0131300          MCS1 Channel 6 Program Counter Register 0
GTM_MCS1_CH6_R1 0xF0131304          MCS1 Channel 6 Program Counter Register 1
GTM_MCS1_CH6_R2 0xF0131308          MCS1 Channel 6 Program Counter Register 2
GTM_MCS1_CH6_R3 0xF013130C          MCS1 Channel 6 Program Counter Register 3
GTM_MCS1_CH6_R4 0xF0131310          MCS1 Channel 6 Program Counter Register 4
GTM_MCS1_CH6_R5 0xF0131314          MCS1 Channel 6 Program Counter Register 5
GTM_MCS1_CH6_R6 0xF0131318          MCS1 Channel 6 Program Counter Register 6
GTM_MCS1_CH6_R7 0xF013131C          MCS1 Channel 6 Program Counter Register 7
GTM_MCS1_CH6_CTRL 0xF0131320          MCS1 Channel Control Register
GTM_MCS1_CH6_ACB 0xF0131324          MCS1 Channel ACB Register
GTM_MCS1_CH6_PC 0xF0131340          MCS1 Channel 6 Program Counter Register
GTM_MCS1_CH6_IRQ_NOTIFY 0xF0131344          MCS1 Channel 6 interrupt notification register
GTM_MCS1_CH6_IRQ_EN 0xF0131348          MCS1 Channel 6 Interrupt Enable Register
GTM_MCS1_CH6_IRQ_FORCINT 0xF013134C          MCS1 Channel 6 Software Interrupt Generation Register
GTM_MCS1_CH6_IRQ_MODE 0xF0131350          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH6_EIRQ_EN 0xF0131354          MCS1_Channel 6 Error Interrupt Enable Register
GTM_MCS1_CH7_R0 0xF0131380          MCS1 Channel 7 Program Counter Register 0
GTM_MCS1_CH7_R1 0xF0131384          MCS1 Channel 7 Program Counter Register 1
GTM_MCS1_CH7_R2 0xF0131388          MCS1 Channel 7 Program Counter Register 2
GTM_MCS1_CH7_R3 0xF013138C          MCS1 Channel 7 Program Counter Register 3
GTM_MCS1_CH7_R4 0xF0131390          MCS1 Channel 7 Program Counter Register 4
GTM_MCS1_CH7_R5 0xF0131394          MCS1 Channel 7 Program Counter Register 5
GTM_MCS1_CH7_R6 0xF0131398          MCS1 Channel 7 Program Counter Register 6
GTM_MCS1_CH7_R7 0xF013139C          MCS1 Channel 7 Program Counter Register 7
GTM_MCS1_CH7_CTRL 0xF01313A0          MCS1 Channel Control Register
GTM_MCS1_CH7_ACB 0xF01313A4          MCS1 Channel ACB Register
GTM_MCS1_CH7_PC 0xF01313C0          MCS1 Channel 7 Program Counter Register
GTM_MCS1_CH7_IRQ_NOTIFY 0xF01313C4          MCS1 Channel 7 interrupt notification register
GTM_MCS1_CH7_IRQ_EN 0xF01313C8          MCS1 Channel 7 Interrupt Enable Register
GTM_MCS1_CH7_IRQ_FORCINT 0xF01313CC          MCS1 Channel 7 Software Interrupt Generation Register
GTM_MCS1_CH7_IRQ_MODE 0xF01313D0          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH7_EIRQ_EN 0xF01313D4          MCS1_Channel 7 Error Interrupt Enable Register
GTM_MCS2_CH0_R0 0xF0132000          MCS2 Channel 0 Program Counter Register 0
GTM_MCS2_CH0_R1 0xF0132004          MCS2 Channel 0 Program Counter Register 1
GTM_MCS2_CH0_R2 0xF0132008          MCS2 Channel 0 Program Counter Register 2
GTM_MCS2_CH0_R3 0xF013200C          MCS2 Channel 0 Program Counter Register 3
GTM_MCS2_CH0_R4 0xF0132010          MCS2 Channel 0 Program Counter Register 4
GTM_MCS2_CH0_R5 0xF0132014          MCS2 Channel 0 Program Counter Register 5
GTM_MCS2_CH0_R6 0xF0132018          MCS2 Channel 0 Program Counter Register 6
GTM_MCS2_CH0_R7 0xF013201C          MCS2 Channel 0 Program Counter Register 7
GTM_MCS2_CH0_CTRL 0xF0132020          MCS2 Channel Control Register
GTM_MCS2_CH0_ACB 0xF0132024          MCS2 Channel ACB Register
GTM_MCS2_CTRG   0xF0132028          MCS2 Clear Trigger Control Register
GTM_MCS2_STRG   0xF013202C          MCS2 Set Trigger Control Register
GTM_MCS2_CH0_PC 0xF0132040          MCS2 Channel 0 Program Counter Register
GTM_MCS2_CH0_IRQ_NOTIFY 0xF0132044          MCS2 Channel 0 interrupt notification register
GTM_MCS2_CH0_IRQ_EN 0xF0132048          MCS2 Channel 0 Interrupt Enable Register
GTM_MCS2_CH0_IRQ_FORCINT 0xF013204C          MCS2 Channel 0 Software Interrupt Generation Register
GTM_MCS2_CH0_IRQ_MODE 0xF0132050          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH0_EIRQ_EN 0xF0132054          MCS2_Channel 0 Error Interrupt Enable Register
GTM_MCS2_CTRL   0xF0132074          MCS2 Control Register
GTM_MCS2_RST    0xF0132078          MCS2 Channel Reset Register
GTM_MCS2_ERR    0xF013207C          MCS2 Error Register
GTM_MCS2_CH1_R0 0xF0132080          MCS2 Channel 1 Program Counter Register 0
GTM_MCS2_CH1_R1 0xF0132084          MCS2 Channel 1 Program Counter Register 1
GTM_MCS2_CH1_R2 0xF0132088          MCS2 Channel 1 Program Counter Register 2
GTM_MCS2_CH1_R3 0xF013208C          MCS2 Channel 1 Program Counter Register 3
GTM_MCS2_CH1_R4 0xF0132090          MCS2 Channel 1 Program Counter Register 4
GTM_MCS2_CH1_R5 0xF0132094          MCS2 Channel 1 Program Counter Register 5
GTM_MCS2_CH1_R6 0xF0132098          MCS2 Channel 1 Program Counter Register 6
GTM_MCS2_CH1_R7 0xF013209C          MCS2 Channel 1 Program Counter Register 7
GTM_MCS2_CH1_CTRL 0xF01320A0          MCS2 Channel Control Register
GTM_MCS2_CH1_ACB 0xF01320A4          MCS2 Channel ACB Register
GTM_MCS2_CH1_PC 0xF01320C0          MCS2 Channel 1 Program Counter Register
GTM_MCS2_CH1_IRQ_NOTIFY 0xF01320C4          MCS2 Channel 1 interrupt notification register
GTM_MCS2_CH1_IRQ_EN 0xF01320C8          MCS2 Channel 1 Interrupt Enable Register
GTM_MCS2_CH1_IRQ_FORCINT 0xF01320CC          MCS2 Channel 1 Software Interrupt Generation Register
GTM_MCS2_CH1_IRQ_MODE 0xF01320D0          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH1_EIRQ_EN 0xF01320D4          MCS2_Channel 1 Error Interrupt Enable Register
GTM_MCS2_CH2_R0 0xF0132100          MCS2 Channel 2 Program Counter Register 0
GTM_MCS2_CH2_R1 0xF0132104          MCS2 Channel 2 Program Counter Register 1
GTM_MCS2_CH2_R2 0xF0132108          MCS2 Channel 2 Program Counter Register 2
GTM_MCS2_CH2_R3 0xF013210C          MCS2 Channel 2 Program Counter Register 3
GTM_MCS2_CH2_R4 0xF0132110          MCS2 Channel 2 Program Counter Register 4
GTM_MCS2_CH2_R5 0xF0132114          MCS2 Channel 2 Program Counter Register 5
GTM_MCS2_CH2_R6 0xF0132118          MCS2 Channel 2 Program Counter Register 6
GTM_MCS2_CH2_R7 0xF013211C          MCS2 Channel 2 Program Counter Register 7
GTM_MCS2_CH2_CTRL 0xF0132120          MCS2 Channel Control Register
GTM_MCS2_CH2_ACB 0xF0132124          MCS2 Channel ACB Register
GTM_MCS2_CH2_PC 0xF0132140          MCS2 Channel 2 Program Counter Register
GTM_MCS2_CH2_IRQ_NOTIFY 0xF0132144          MCS2 Channel 2 interrupt notification register
GTM_MCS2_CH2_IRQ_EN 0xF0132148          MCS2 Channel 2 Interrupt Enable Register
GTM_MCS2_CH2_IRQ_FORCINT 0xF013214C          MCS2 Channel 2 Software Interrupt Generation Register
GTM_MCS2_CH2_IRQ_MODE 0xF0132150          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH2_EIRQ_EN 0xF0132154          MCS2_Channel 2 Error Interrupt Enable Register
GTM_MCS2_CH3_R0 0xF0132180          MCS2 Channel 3 Program Counter Register 0
GTM_MCS2_CH3_R1 0xF0132184          MCS2 Channel 3 Program Counter Register 1
GTM_MCS2_CH3_R2 0xF0132188          MCS2 Channel 3 Program Counter Register 2
GTM_MCS2_CH3_R3 0xF013218C          MCS2 Channel 3 Program Counter Register 3
GTM_MCS2_CH3_R4 0xF0132190          MCS2 Channel 3 Program Counter Register 4
GTM_MCS2_CH3_R5 0xF0132194          MCS2 Channel 3 Program Counter Register 5
GTM_MCS2_CH3_R6 0xF0132198          MCS2 Channel 3 Program Counter Register 6
GTM_MCS2_CH3_R7 0xF013219C          MCS2 Channel 3 Program Counter Register 7
GTM_MCS2_CH3_CTRL 0xF01321A0          MCS2 Channel Control Register
GTM_MCS2_CH3_ACB 0xF01321A4          MCS2 Channel ACB Register
GTM_MCS2_CH3_PC 0xF01321C0          MCS2 Channel 3 Program Counter Register
GTM_MCS2_CH3_IRQ_NOTIFY 0xF01321C4          MCS2 Channel 3 interrupt notification register
GTM_MCS2_CH3_IRQ_EN 0xF01321C8          MCS2 Channel 3 Interrupt Enable Register
GTM_MCS2_CH3_IRQ_FORCINT 0xF01321CC          MCS2 Channel 3 Software Interrupt Generation Register
GTM_MCS2_CH3_IRQ_MODE 0xF01321D0          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH3_EIRQ_EN 0xF01321D4          MCS2_Channel 3 Error Interrupt Enable Register
GTM_MCS2_CH4_R0 0xF0132200          MCS2 Channel 4 Program Counter Register 0
GTM_MCS2_CH4_R1 0xF0132204          MCS2 Channel 4 Program Counter Register 1
GTM_MCS2_CH4_R2 0xF0132208          MCS2 Channel 4 Program Counter Register 2
GTM_MCS2_CH4_R3 0xF013220C          MCS2 Channel 4 Program Counter Register 3
GTM_MCS2_CH4_R4 0xF0132210          MCS2 Channel 4 Program Counter Register 4
GTM_MCS2_CH4_R5 0xF0132214          MCS2 Channel 4 Program Counter Register 5
GTM_MCS2_CH4_R6 0xF0132218          MCS2 Channel 4 Program Counter Register 6
GTM_MCS2_CH4_R7 0xF013221C          MCS2 Channel 4 Program Counter Register 7
GTM_MCS2_CH4_CTRL 0xF0132220          MCS2 Channel Control Register
GTM_MCS2_CH4_ACB 0xF0132224          MCS2 Channel ACB Register
GTM_MCS2_CH4_PC 0xF0132240          MCS2 Channel 4 Program Counter Register
GTM_MCS2_CH4_IRQ_NOTIFY 0xF0132244          MCS2 Channel 4 interrupt notification register
GTM_MCS2_CH4_IRQ_EN 0xF0132248          MCS2 Channel 4 Interrupt Enable Register
GTM_MCS2_CH4_IRQ_FORCINT 0xF013224C          MCS2 Channel 4 Software Interrupt Generation Register
GTM_MCS2_CH4_IRQ_MODE 0xF0132250          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH4_EIRQ_EN 0xF0132254          MCS2_Channel 4 Error Interrupt Enable Register
GTM_MCS2_CH5_R0 0xF0132280          MCS2 Channel 5 Program Counter Register 0
GTM_MCS2_CH5_R1 0xF0132284          MCS2 Channel 5 Program Counter Register 1
GTM_MCS2_CH5_R2 0xF0132288          MCS2 Channel 5 Program Counter Register 2
GTM_MCS2_CH5_R3 0xF013228C          MCS2 Channel 5 Program Counter Register 3
GTM_MCS2_CH5_R4 0xF0132290          MCS2 Channel 5 Program Counter Register 4
GTM_MCS2_CH5_R5 0xF0132294          MCS2 Channel 5 Program Counter Register 5
GTM_MCS2_CH5_R6 0xF0132298          MCS2 Channel 5 Program Counter Register 6
GTM_MCS2_CH5_R7 0xF013229C          MCS2 Channel 5 Program Counter Register 7
GTM_MCS2_CH5_CTRL 0xF01322A0          MCS2 Channel Control Register
GTM_MCS2_CH5_ACB 0xF01322A4          MCS2 Channel ACB Register
GTM_MCS2_CH5_PC 0xF01322C0          MCS2 Channel 5 Program Counter Register
GTM_MCS2_CH5_IRQ_NOTIFY 0xF01322C4          MCS2 Channel 5 interrupt notification register
GTM_MCS2_CH5_IRQ_EN 0xF01322C8          MCS2 Channel 5 Interrupt Enable Register
GTM_MCS2_CH5_IRQ_FORCINT 0xF01322CC          MCS2 Channel 5 Software Interrupt Generation Register
GTM_MCS2_CH5_IRQ_MODE 0xF01322D0          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH5_EIRQ_EN 0xF01322D4          MCS2_Channel 5 Error Interrupt Enable Register
GTM_MCS2_CH6_R0 0xF0132300          MCS2 Channel 6 Program Counter Register 0
GTM_MCS2_CH6_R1 0xF0132304          MCS2 Channel 6 Program Counter Register 1
GTM_MCS2_CH6_R2 0xF0132308          MCS2 Channel 6 Program Counter Register 2
GTM_MCS2_CH6_R3 0xF013230C          MCS2 Channel 6 Program Counter Register 3
GTM_MCS2_CH6_R4 0xF0132310          MCS2 Channel 6 Program Counter Register 4
GTM_MCS2_CH6_R5 0xF0132314          MCS2 Channel 6 Program Counter Register 5
GTM_MCS2_CH6_R6 0xF0132318          MCS2 Channel 6 Program Counter Register 6
GTM_MCS2_CH6_R7 0xF013231C          MCS2 Channel 6 Program Counter Register 7
GTM_MCS2_CH6_CTRL 0xF0132320          MCS2 Channel Control Register
GTM_MCS2_CH6_ACB 0xF0132324          MCS2 Channel ACB Register
GTM_MCS2_CH6_PC 0xF0132340          MCS2 Channel 6 Program Counter Register
GTM_MCS2_CH6_IRQ_NOTIFY 0xF0132344          MCS2 Channel 6 interrupt notification register
GTM_MCS2_CH6_IRQ_EN 0xF0132348          MCS2 Channel 6 Interrupt Enable Register
GTM_MCS2_CH6_IRQ_FORCINT 0xF013234C          MCS2 Channel 6 Software Interrupt Generation Register
GTM_MCS2_CH6_IRQ_MODE 0xF0132350          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH6_EIRQ_EN 0xF0132354          MCS2_Channel 6 Error Interrupt Enable Register
GTM_MCS2_CH7_R0 0xF0132380          MCS2 Channel 7 Program Counter Register 0
GTM_MCS2_CH7_R1 0xF0132384          MCS2 Channel 7 Program Counter Register 1
GTM_MCS2_CH7_R2 0xF0132388          MCS2 Channel 7 Program Counter Register 2
GTM_MCS2_CH7_R3 0xF013238C          MCS2 Channel 7 Program Counter Register 3
GTM_MCS2_CH7_R4 0xF0132390          MCS2 Channel 7 Program Counter Register 4
GTM_MCS2_CH7_R5 0xF0132394          MCS2 Channel 7 Program Counter Register 5
GTM_MCS2_CH7_R6 0xF0132398          MCS2 Channel 7 Program Counter Register 6
GTM_MCS2_CH7_R7 0xF013239C          MCS2 Channel 7 Program Counter Register 7
GTM_MCS2_CH7_CTRL 0xF01323A0          MCS2 Channel Control Register
GTM_MCS2_CH7_ACB 0xF01323A4          MCS2 Channel ACB Register
GTM_MCS2_CH7_PC 0xF01323C0          MCS2 Channel 7 Program Counter Register
GTM_MCS2_CH7_IRQ_NOTIFY 0xF01323C4          MCS2 Channel 7 interrupt notification register
GTM_MCS2_CH7_IRQ_EN 0xF01323C8          MCS2 Channel 7 Interrupt Enable Register
GTM_MCS2_CH7_IRQ_FORCINT 0xF01323CC          MCS2 Channel 7 Software Interrupt Generation Register
GTM_MCS2_CH7_IRQ_MODE 0xF01323D0          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH7_EIRQ_EN 0xF01323D4          MCS2_Channel 7 Error Interrupt Enable Register
GTM_CLC         0xF019FD00          Clock Control Register
GTM_TIM0INSEL   0xF019FD10          TIM0 Input Select Register
GTM_TIM1INSEL   0xF019FD14          TIM1 Input Select Register
GTM_TIM2INSEL   0xF019FD18          TIM2 Input Select Register
GTM_TOUTSEL0    0xF019FD30          Timer Output Select Register
GTM_TOUTSEL1    0xF019FD34          Timer Output Select Register
GTM_TOUTSEL2    0xF019FD38          Timer Output Select Register
GTM_TOUTSEL3    0xF019FD3C          Timer Output Select Register
GTM_TOUTSEL4    0xF019FD40          Timer Output Select Register
GTM_TOUTSEL5    0xF019FD44          Timer Output Select Register
GTM_TOUTSEL6    0xF019FD48          Timer Output Select Register
GTM_TOUTSEL7    0xF019FD4C          Timer Output Select Register
GTM_TOUTSEL8    0xF019FD50          Timer Output Select Register
GTM_TOUTSEL9    0xF019FD54          Timer Output Select Register
GTM_DSADCINSEL0 0xF019FD7C          DSADC Input Select 0 Register
GTM_DSADCINSEL1 0xF019FD80          DSADC Input Select 1 Register
GTM_DSADCINSEL2 0xF019FD84          DSADC Input Select 2 Register
GTM_DSADCOUTSEL00 0xF019FD88          DSADC Output Select 00 Register
GTM_DSADCOUTSEL10 0xF019FD90          DSADC Output Select 10 Register
GTM_CANOUTSEL   0xF019FDA0          CAN Output Select Register
GTM_PSI5OUTSEL0 0xF019FDA4          PSI5 Output Select 0 Register
GTM_PSI5SOUTSEL 0xF019FDA8          PSI5-S Output Select Register
GTM_ADCTRIG0OUT0 0xF019FDB0          ADC Trigger 0 Output Select 0 Register
GTM_ADCTRIG1OUT0 0xF019FDB8          ADC Trigger 1 Output Select 0 Register
GTM_OTBU0T      0xF019FDC4          OCDS TBU0 Trigger Register
GTM_OTBU1T      0xF019FDC8          OCDS TBU1 Trigger Register
GTM_OTBU2T      0xF019FDCC          OCDS TBU2 Trigger Register
GTM_OTSS        0xF019FDD0          OCDS Trigger Set Select Register
GTM_OTSC0       0xF019FDD4          OCDS Trigger Set Control 0 Register
GTM_OTSC1       0xF019FDD8          OCDS Trigger Set Control 1 Register
GTM_ODA         0xF019FDDC          OCDS Debug Access Register
GTM_OCS         0xF019FDE8          OCDS Control and Status
GTM_KRSTCLR     0xF019FDEC          Kernel Reset Status Clear Register
GTM_KRST1       0xF019FDF0          Kernel Reset Register 1
GTM_KRST0       0xF019FDF4          Kernel Reset Register 0
GTM_ACCEN1      0xF019FDF8          Access Enable Register 1
GTM_ACCEN0      0xF019FDFC          Access Enable Register 0
GTM_DXOUTCON    0xF019FE00          Data Exchange Output Control Register
GTM_TRIGOUT00   0xF019FE04          Trigger Output 0 Register 0
GTM_TRIGOUT01   0xF019FE08          Trigger Output 0 Register 1
GTM_TRIGOUT02   0xF019FE0C          Trigger Output 0 Register 2
GTM_TRIGOUT10   0xF019FE44          Trigger Output 0 Register 0
GTM_TRIGOUT11   0xF019FE48          Trigger Output 0 Register 1
GTM_TRIGOUT12   0xF019FE4C          Trigger Output 0 Register 2
GTM_MCSINTSTAT  0xF019FE70          MCS Interrupt Status Register
GTM_MCSINTCLR   0xF019FE74          MCS Interrupt Clear Register
GTM_DXINCON     0xF019FE90          Data Exchange Input Control Register
GTM_DATAIN00    0xF019FE94          Data Input 0 0 Register
GTM_DATAIN01    0xF019FE98          Data Input 0 1 Register
GTM_DATAIN02    0xF019FE9C          Data Input 0 2 Register
GTM_DATAIN10    0xF019FED4          Data Input 0 Register
GTM_DATAIN11    0xF019FED8          Data Input 1 Register
GTM_DATAIN12    0xF019FEDC          Data Input 2 Register
GTM_MSCSET1CON0 0xF019FF00          MSC Set 1 Control 0 Register
GTM_MSCSET1CON1 0xF019FF04          MSC Set 1 Control 1 Register
GTM_MSCSET1CON2 0xF019FF08          MSC Set 1 Control 2 Register
GTM_MSCSET1CON3 0xF019FF0C          MSC Set 1 Control 3 Register
GTM_MSCSET2CON0 0xF019FF10          MSC Set 2 Control 0 Register
GTM_MSCSET2CON1 0xF019FF14          MSC Set 2 Control 1 Register
GTM_MSCSET2CON2 0xF019FF18          MSC Set 2 Control 2 Register
GTM_MSCSET2CON3 0xF019FF1C          MSC Set 2 Control 3 Register
GTM_MSCSET3CON0 0xF019FF20          MSC Set 3 Control 0 Register
GTM_MSCSET3CON1 0xF019FF24          MSC Set 3 Control 1 Register
GTM_MSCSET3CON2 0xF019FF28          MSC Set 3 Control 2 Register
GTM_MSCSET3CON3 0xF019FF2C          MSC Set 3 Control 3 Register
GTM_MSCSET4CON0 0xF019FF30          MSC Set 4 Control 0 Register
GTM_MSCSET4CON1 0xF019FF34          MSC Set 4 Control 1 Register
GTM_MSCSET4CON2 0xF019FF38          MSC Set 4 Control 2 Register
GTM_MSCSET4CON3 0xF019FF3C          MSC Set 4 Control 3 Register
GTM_MSC0INLCON  0xF019FF60          MSC0 Input Low Control Register
GTM_MSC0INHCON  0xF019FF64          MSC0 Input High Control Register
GTM_MSC1INLCON  0xF019FF68          MSC1 Input Low Control Register
GTM_MSC1INHCON  0xF019FF6C          MSC1 Input High Control Register
GTM_MSC0INLEXTCON 0xF019FF70          MSC0 Input Low Extended Control Register
PMU0_ID         0xF8000508          PMU0 Identification Register
FLASH0_COMM0    0xF8001000          FSI Communication Register 0
FLASH0_COMM1    0xF8001004          FSI Communication Register 1
FLASH0_COMM2    0xF8001008          FSI Communication Register 2
FLASH0_ID       0xF8002008          Flash Module Identification Register
FLASH0_FSR      0xF8002010          Flash Status Register
FLASH0_FCON     0xF8002014          Flash Configuration Register
FLASH0_FPRO     0xF800201C          Flash Protection Control and Status Register
FLASH0_PROCONP0 0xF8002020          PFlash Protection Configuration PF0
FLASH0_PROCONP1 0xF8002024          PFlash Protection Configuration PF1
FLASH0_PROCOND  0xF8002030          DFlash Protection Configuration
FLASH0_PROCONHSMCOTP 0xF8002034          HSM Code Flash OTP Protection Configuration
FLASH0_PROCONOTP0 0xF8002038          OTP Protection Configuration PF0
FLASH0_PROCONOTP1 0xF800203C          OTP Protection Configuration PF1
FLASH0_PROCONWOP0 0xF8002048          Write-Once Protection Configuration PF0
FLASH0_PROCONWOP1 0xF800204C          Write-Once Protection Configuration PF1
FLASH0_PROCONDBG 0xF8002058          Debug Interface Protection Configuration
FLASH0_PROCONHSM 0xF800205C          HSM Interface Configuration
FLASH0_RDBCFG00 0xF8002060          Read Buffer Port 0 Cfg 0
FLASH0_RDBCFG01 0xF8002064          Read Buffer Port 0 Cfg 1
FLASH0_RDBCFG02 0xF8002068          Read Buffer Port 0 Cfg 2
FLASH0_RDBCFG10 0xF800206C          Read Buffer Port 1 Cfg 0
FLASH0_RDBCFG11 0xF8002070          Read Buffer Port 1 Cfg 1
FLASH0_RDBCFG12 0xF8002074          Read Buffer Port 1 Cfg 2
FLASH0_ECCW     0xF8002090          ECC Write Register
FLASH0_ECCRP0   0xF8002094          ECC Read Register PF0
FLASH0_ECCRP1   0xF8002098          ECC Read Register PF1
FLASH0_ECCRD    0xF80020A4          ECC Read Register DF
FLASH0_MARP     0xF80020A8          Margin Control Register PFlash
FLASH0_MARD     0xF80020AC          Margin Control Register DFlash
FLASH0_CBABCFG0 0xF80020B4          CBAB Configuration Port 0
FLASH0_CBABSTAT0 0xF80020B8          CBAB Status Port 0
FLASH0_CBABTOP0 0xF80020BC          CBAB FIFO TOP Entry Port 0
FLASH0_CBABCFG1 0xF80020C0          CBAB Configuration Port 1
FLASH0_CBABSTAT1 0xF80020C4          CBAB Status Port 1
FLASH0_CBABTOP1 0xF80020C8          CBAB FIFO TOP Entry Port 1
FLASH0_UBABCFG0 0xF80020E4          UBAB Configuration Port 0
FLASH0_UBABSTAT0 0xF80020E8          UBAB Status Port 0
FLASH0_UBABTOP0 0xF80020EC          UBAB FIFO TOP Entry Port 0
FLASH0_UBABCFG1 0xF80020F0          UBAB Configuration Port 1
FLASH0_UBABSTAT1 0xF80020F4          UBAB Status Port 1
FLASH0_UBABTOP1 0xF80020F8          UBAB FIFO TOP Entry Port 1
FLASH0_RRCT     0xF8002140          Requested Read Control Register
FLASH0_RRD0     0xF8002144          Requested Read Data Register 0
FLASH0_RRD1     0xF8002148          Requested Read Data Register 1
FLASH0_RRAD     0xF800214C          Requested Read Address Register
FLASH0_ACCEN1   0xF80023F8          Access Enable Register 1
FLASH0_ACCEN0   0xF80023FC          Access Enable Register 0
XBAR_EXTCOND    0xF8700000          External Control Register D
XBAR_ARBCOND    0xF8700004          Arbiter Control Register D
XBAR_PRIOHD     0xF8700008          Arbiter Priority Register D
XBAR_PRIOLD     0xF870000C          Arbiter Priority Register D
XBAR_ERRADDRD   0xF8700010          Error/Debug Address Capture Register D
XBAR_ERRD       0xF8700014          Error/Debug Capture Register D
XBAR_DBCOND     0xF8700018          Debug Control Register D
XBAR_DBADDD     0xF870001C          Debug Address Register D
XBAR_DBMADDD    0xF8700020          Debug Mask Address Register D
XBAR_ARBCON0    0xF8700044          Arbiter Control Register 0
XBAR_PRIOH0     0xF8700048          Arbiter Priority Register 0
XBAR_PRIOL0     0xF870004C          Arbiter Priority Register 0
XBAR_ERRADDR0   0xF8700050          Error/Debug Address Capture Register 0
XBAR_ERR0       0xF8700054          Error/Debug Capture Register 0
XBAR_DBCON0     0xF8700058          Debug Control Register 0
XBAR_DBADD0     0xF870005C          Debug Address Register 0
XBAR_DBMADD0    0xF8700060          Debug Mask Address Register 0
XBAR_ARBCON1    0xF8700084          Arbiter Control Register 1
XBAR_PRIOH1     0xF8700088          Arbiter Priority Register 1
XBAR_PRIOL1     0xF870008C          Arbiter Priority Register 1
XBAR_ERRADDR1   0xF8700090          Error/Debug Address Capture Register 1
XBAR_ERR1       0xF8700094          Error/Debug Capture Register 1
XBAR_DBCON1     0xF8700098          Debug Control Register 1
XBAR_DBADD1     0xF870009C          Debug Address Register 1
XBAR_DBMADD1    0xF87000A0          Debug Mask Address Register 1
XBAR_ARBCON4    0xF8700144          Arbiter Control Register 4
XBAR_PRIOH4     0xF8700148          Arbiter Priority Register 4
XBAR_PRIOL4     0xF870014C          Arbiter Priority Register 4
XBAR_ERRADDR4   0xF8700150          Error/Debug Address Capture Register 4
XBAR_ERR4       0xF8700154          Error/Debug Capture Register 4
XBAR_DBCON4     0xF8700158          Debug Control Register 4
XBAR_DBADD4     0xF870015C          Debug Address Register 4
XBAR_DBMADD4    0xF8700160          Debug Mask Address Register 4
XBAR_ARBCON6    0xF87001C4          Arbiter Control Register 6
XBAR_PRIOH6     0xF87001C8          Arbiter Priority Register 6
XBAR_PRIOL6     0xF87001CC          Arbiter Priority Register 6
XBAR_ERRADDR6   0xF87001D0          Error/Debug Address Capture Register 6
XBAR_ERR6       0xF87001D4          Error/Debug Capture Register 6
XBAR_DBCON6     0xF87001D8          Debug Control Register 6
XBAR_DBADD6     0xF87001DC          Debug Address Register 6
XBAR_DBMADD6    0xF87001E0          Debug Mask Address Register 6
XBAR_ARBCON7    0xF8700204          Arbiter Control Register 7
XBAR_PRIOH7     0xF8700208          Arbiter Priority Register 7
XBAR_PRIOL7     0xF870020C          Arbiter Priority Register 7
XBAR_ERRADDR7   0xF8700210          Error/Debug Address Capture Register 7
XBAR_ERR7       0xF8700214          Error/Debug Capture Register 7
XBAR_DBCON7     0xF8700218          Debug Control Register 7
XBAR_DBADD7     0xF870021C          Debug Address Register 7
XBAR_DBMADD7    0xF8700220          Debug Mask Address Register 7
XBAR_ARBCON8    0xF8700244          Arbiter Control Register 8
XBAR_PRIOH8     0xF8700248          Arbiter Priority Register 8
XBAR_PRIOL8     0xF870024C          Arbiter Priority Register 8
XBAR_ERRADDR8   0xF8700250          Error/Debug Address Capture Register 8
XBAR_ERR8       0xF8700254          Error/Debug Capture Register 8
XBAR_DBCON8     0xF8700258          Debug Control Register 8
XBAR_DBADD8     0xF870025C          Debug Address Register 8
XBAR_DBMADD8    0xF8700260          Debug Mask Address Register 8
XBAR_ID         0xF8700408          Module Identification Register
XBAR_DBSAT      0xF870040C          Debug Trigger Event Status Register
XBAR_INTSAT     0xF8700410          Arbiter Interrupt Status Register
XBAR_IDINTSAT   0xF8700414          Transaction ID Interrupt Status Register
XBAR_IDINTEN    0xF8700418          Transaction ID Interrupt Enable Register
XBAR_ACCEN1     0xF87004F8          Access Enable Register 1
XBAR_ACCEN0     0xF87004FC          Access Enable Register 0
LMU_CLC         0xF8700800          LMU Clock Control Register
LMU_MODID       0xF8700808          LMU Module ID Register
LMU_ACCEN0      0xF8700810          LMU Access Enable Register 0
LMU_ACCEN1      0xF8700814          LMU Access Enable Register 1
LMU_MEMCON      0xF8700820          LMU Memory Control Register
LMU_BUFCON0     0xF8700830          LMU Buffer Control Register
LMU_BUFCON1     0xF8700834          LMU Buffer Control Register
LMU_BUFCON2     0xF8700838          LMU Buffer Control Register
FFT_CLC         0xF8700C00          FFT Clock Control Register
FFT_ID          0xF8700C08          FFT Identification Register
FFT_CSR         0xF8700C40          FFT Control and Status Register
FFT_HISTORY0    0xF8700C60          FFT History0 Register
FFT_HISTORY1    0xF8700C70          FFT History1 Register
FFT_ODA         0xF8700CE4          FFT OCDS Debug Access Register
FFT_OCS         0xF8700CE8          FFT OCDS Control and Status
FFT_KRSTCLR     0xF8700CEC          FFT Kernel Reset Status Clear Register
FFT_KRST1       0xF8700CF0          FFT Kernel Reset Register 1
FFT_KRST0       0xF8700CF4          FFT Kernel Reset Register 0
CPU0_SPROT_RGNLA0 0xF880E000          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA0 0xF880E004          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA0 0xF880E008          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB0 0xF880E00C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA1 0xF880E010          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA1 0xF880E014          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA1 0xF880E018          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB1 0xF880E01C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA2 0xF880E020          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA2 0xF880E024          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA2 0xF880E028          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB2 0xF880E02C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA3 0xF880E030          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA3 0xF880E034          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA3 0xF880E038          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB3 0xF880E03C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA4 0xF880E040          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA4 0xF880E044          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA4 0xF880E048          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB4 0xF880E04C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA5 0xF880E050          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA5 0xF880E054          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA5 0xF880E058          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB5 0xF880E05C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA6 0xF880E060          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA6 0xF880E064          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA6 0xF880E068          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB6 0xF880E06C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA7 0xF880E070          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA7 0xF880E074          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA7 0xF880E078          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB7 0xF880E07C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_ACCENA 0xF880E100          CPU0 Safety Protection Register Access Enable Register A
CPU0_SPROT_ACCENB 0xF880E104          CPU0 Safety Protection Region Access Enable Register B
OVC0_OSEL       0xF880FB00          Overlay Range Select Register
OVC0_RABR0      0xF880FB10          Redirected Address Base Register 0
OVC0_OTAR0      0xF880FB14          Overlay Target Address Register 0
OVC0_OMASK0     0xF880FB18          Overlay Mask Register 0
OVC0_RABR1      0xF880FB1C          Redirected Address Base Register 1
OVC0_OTAR1      0xF880FB20          Overlay Target Address Register 1
OVC0_OMASK1     0xF880FB24          Overlay Mask Register 1
OVC0_RABR2      0xF880FB28          Redirected Address Base Register 2
OVC0_OTAR2      0xF880FB2C          Overlay Target Address Register 2
OVC0_OMASK2     0xF880FB30          Overlay Mask Register 2
OVC0_RABR3      0xF880FB34          Redirected Address Base Register 3
OVC0_OTAR3      0xF880FB38          Overlay Target Address Register 3
OVC0_OMASK3     0xF880FB3C          Overlay Mask Register 3
OVC0_RABR4      0xF880FB40          Redirected Address Base Register 4
OVC0_OTAR4      0xF880FB44          Overlay Target Address Register 4
OVC0_OMASK4     0xF880FB48          Overlay Mask Register 4
OVC0_RABR5      0xF880FB4C          Redirected Address Base Register 5
OVC0_OTAR5      0xF880FB50          Overlay Target Address Register 5
OVC0_OMASK5     0xF880FB54          Overlay Mask Register 5
OVC0_RABR6      0xF880FB58          Redirected Address Base Register 6
OVC0_OTAR6      0xF880FB5C          Overlay Target Address Register 6
OVC0_OMASK6     0xF880FB60          Overlay Mask Register 6
OVC0_RABR7      0xF880FB64          Redirected Address Base Register 7
OVC0_OTAR7      0xF880FB68          Overlay Target Address Register 7
OVC0_OMASK7     0xF880FB6C          Overlay Mask Register 7
OVC0_RABR8      0xF880FB70          Redirected Address Base Register 8
OVC0_OTAR8      0xF880FB74          Overlay Target Address Register 8
OVC0_OMASK8     0xF880FB78          Overlay Mask Register 8
OVC0_RABR9      0xF880FB7C          Redirected Address Base Register 9
OVC0_OTAR9      0xF880FB80          Overlay Target Address Register 9
OVC0_OMASK9     0xF880FB84          Overlay Mask Register 9
OVC0_RABR10     0xF880FB88          Redirected Address Base Register 10
OVC0_OTAR10     0xF880FB8C          Overlay Target Address Register 10
OVC0_OMASK10    0xF880FB90          Overlay Mask Register 10
OVC0_RABR11     0xF880FB94          Redirected Address Base Register 11
OVC0_OTAR11     0xF880FB98          Overlay Target Address Register 11
OVC0_OMASK11    0xF880FB9C          Overlay Mask Register 11
OVC0_RABR12     0xF880FBA0          Redirected Address Base Register 12
OVC0_OTAR12     0xF880FBA4          Overlay Target Address Register 12
OVC0_OMASK12    0xF880FBA8          Overlay Mask Register 12
OVC0_RABR13     0xF880FBAC          Redirected Address Base Register 13
OVC0_OTAR13     0xF880FBB0          Overlay Target Address Register 13
OVC0_OMASK13    0xF880FBB4          Overlay Mask Register 13
OVC0_RABR14     0xF880FBB8          Redirected Address Base Register 14
OVC0_OTAR14     0xF880FBBC          Overlay Target Address Register 14
OVC0_OMASK14    0xF880FBC0          Overlay Mask Register 14
OVC0_RABR15     0xF880FBC4          Redirected Address Base Register 15
OVC0_OTAR15     0xF880FBC8          Overlay Target Address Register 15
OVC0_OMASK15    0xF880FBCC          Overlay Mask Register 15
OVC0_RABR16     0xF880FBD0          Redirected Address Base Register 16
OVC0_OTAR16     0xF880FBD4          Overlay Target Address Register 16
OVC0_OMASK16    0xF880FBD8          Overlay Mask Register 16
OVC0_RABR17     0xF880FBDC          Redirected Address Base Register 17
OVC0_OTAR17     0xF880FBE0          Overlay Target Address Register 17
OVC0_OMASK17    0xF880FBE4          Overlay Mask Register 17
OVC0_RABR18     0xF880FBE8          Redirected Address Base Register 18
OVC0_OTAR18     0xF880FBEC          Overlay Target Address Register 18
OVC0_OMASK18    0xF880FBF0          Overlay Mask Register 18
OVC0_RABR19     0xF880FBF4          Redirected Address Base Register 19
OVC0_OTAR19     0xF880FBF8          Overlay Target Address Register 19
OVC0_OMASK19    0xF880FBFC          Overlay Mask Register 19
OVC0_RABR20     0xF880FC00          Redirected Address Base Register 20
OVC0_OTAR20     0xF880FC04          Overlay Target Address Register 20
OVC0_OMASK20    0xF880FC08          Overlay Mask Register 20
OVC0_RABR21     0xF880FC0C          Redirected Address Base Register 21
OVC0_OTAR21     0xF880FC10          Overlay Target Address Register 21
OVC0_OMASK21    0xF880FC14          Overlay Mask Register 21
OVC0_RABR22     0xF880FC18          Redirected Address Base Register 22
OVC0_OTAR22     0xF880FC1C          Overlay Target Address Register 22
OVC0_OMASK22    0xF880FC20          Overlay Mask Register 22
OVC0_RABR23     0xF880FC24          Redirected Address Base Register 23
OVC0_OTAR23     0xF880FC28          Overlay Target Address Register 23
OVC0_OMASK23    0xF880FC2C          Overlay Mask Register 23
OVC0_RABR24     0xF880FC30          Redirected Address Base Register 24
OVC0_OTAR24     0xF880FC34          Overlay Target Address Register 24
OVC0_OMASK24    0xF880FC38          Overlay Mask Register 24
OVC0_RABR25     0xF880FC3C          Redirected Address Base Register 25
OVC0_OTAR25     0xF880FC40          Overlay Target Address Register 25
OVC0_OMASK25    0xF880FC44          Overlay Mask Register 25
OVC0_RABR26     0xF880FC48          Redirected Address Base Register 26
OVC0_OTAR26     0xF880FC4C          Overlay Target Address Register 26
OVC0_OMASK26    0xF880FC50          Overlay Mask Register 26
OVC0_RABR27     0xF880FC54          Redirected Address Base Register 27
OVC0_OTAR27     0xF880FC58          Overlay Target Address Register 27
OVC0_OMASK27    0xF880FC5C          Overlay Mask Register 27
OVC0_RABR28     0xF880FC60          Redirected Address Base Register 28
OVC0_OTAR28     0xF880FC64          Overlay Target Address Register 28
OVC0_OMASK28    0xF880FC68          Overlay Mask Register 28
OVC0_RABR29     0xF880FC6C          Redirected Address Base Register 29
OVC0_OTAR29     0xF880FC70          Overlay Target Address Register 29
OVC0_OMASK29    0xF880FC74          Overlay Mask Register 29
OVC0_RABR30     0xF880FC78          Redirected Address Base Register 30
OVC0_OTAR30     0xF880FC7C          Overlay Target Address Register 30
OVC0_OMASK30    0xF880FC80          Overlay Mask Register 30
OVC0_RABR31     0xF880FC84          Redirected Address Base Register 31
OVC0_OTAR31     0xF880FC88          Overlay Target Address Register 31
OVC0_OMASK31    0xF880FC8C          Overlay Mask Register 31
CSFR_BASE       0xF8810000          Core Special Function Registers base (CPU0)
CPU0_SEGEN      0xF8811030          SRI Error Generation Register
CPU0_TASK_ASI   0xF8818004          CPU0 Task Address Space Identifier Register
CPU0_PMA0       0xF8818100          Data Access CacheabilityRegister
CPU0_PMA1       0xF8818104          Code Access CacheabilityRegister
CPU0_PMA2       0xF8818108          Peripheral Space Identifier register
CPU0_DCON2      0xF8819000          Data Control Register 2
CPU0_SMACON     0xF881900C          SIST Mode Access Control Register
CPU0_DSTR       0xF8819010          Data Synchronous Trap Register
CPU0_DATR       0xF8819018          Data Asynchronous Trap Register
CPU0_DEADD      0xF881901C          Data Error Address Register
CPU0_DIEAR      0xF8819020          Data Integrity Error Address Register
CPU0_DIETR      0xF8819024          Data Integrity Error Trap Register
CPU0_DCON0      0xF8819040          Data Memory Control Register
CPU0_PSTR       0xF8819200          Program Synchronous Trap Register
CPU0_PCON1      0xF8819204          Program Control 1
CPU0_PCON2      0xF8819208          Program Control 2
CPU0_PCON0      0xF881920C          Program Control 0
CPU0_PIEAR      0xF8819210          Program Integrity Error Address Register
CPU0_PIETR      0xF8819214          Program Integrity Error Trap Register
CPU0_COMPAT     0xF8819400          Compatibility Control Register
CPU0_FPU_TRAP_CON 0xF881A000          CPU0 Trap Control Register
CPU0_FPU_TRAP_PC 0xF881A004          CPU0 Trapping Instruction Program Counter Register
CPU0_FPU_TRAP_OPC 0xF881A008          CPU0 Trapping Instruction Opcode Register
CPU0_FPU_TRAP_SRC1 0xF881A010          CPU0 Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC2 0xF881A014          CPU0 Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC3 0xF881A018          Trapping Instruction Operand Register
CPU0_DPR0_L     0xF881C000          CPU0 Data Protection Range 0, Lower Bound Register
CPU0_DPR0_U     0xF881C004          CPU0 Data Protection Range 0, Upper Bound Register
CPU0_DPR1_L     0xF881C008          CPU0 Data Protection Range 1, Lower Bound Register
CPU0_DPR1_U     0xF881C00C          CPU0 Data Protection Range 1, Upper Bound Register
CPU0_DPR2_L     0xF881C010          CPU0 Data Protection Range 2, Lower Bound Register
CPU0_DPR2_U     0xF881C014          CPU0 Data Protection Range 2, Upper Bound Register
CPU0_DPR3_L     0xF881C018          CPU0 Data Protection Range 3, Lower Bound Register
CPU0_DPR3_U     0xF881C01C          CPU0 Data Protection Range 3, Upper Bound Register
CPU0_DPR4_L     0xF881C020          CPU0 Data Protection Range 4, Lower Bound Register
CPU0_DPR4_U     0xF881C024          CPU0 Data Protection Range 4, Upper Bound Register
CPU0_DPR5_L     0xF881C028          CPU0 Data Protection Range 5, Lower Bound Register
CPU0_DPR5_U     0xF881C02C          CPU0 Data Protection Range 5, Upper Bound Register
CPU0_DPR6_L     0xF881C030          CPU0 Data Protection Range 6, Lower Bound Register
CPU0_DPR6_U     0xF881C034          CPU0 Data Protection Range 6, Upper Bound Register
CPU0_DPR7_L     0xF881C038          CPU0 Data Protection Range 7, Lower Bound Register
CPU0_DPR7_U     0xF881C03C          CPU0 Data Protection Range 7, Upper Bound Register
CPU0_DPR8_L     0xF881C040          CPU0 Data Protection Range 8, Lower Bound Register
CPU0_DPR8_U     0xF881C044          CPU0 Data Protection Range 8, Upper Bound Register
CPU0_DPR9_L     0xF881C048          CPU0 Data Protection Range 9, Lower Bound Register
CPU0_DPR9_U     0xF881C04C          CPU0 Data Protection Range 9, Upper Bound Register
CPU0_DPR10_L    0xF881C050          CPU0 Data Protection Range 10, Lower Bound Register
CPU0_DPR10_U    0xF881C054          CPU0 Data Protection Range 10, Upper Bound Register
CPU0_DPR11_L    0xF881C058          CPU0 Data Protection Range 11, Lower Bound Register
CPU0_DPR11_U    0xF881C05C          CPU0 Data Protection Range 11, Upper Bound Register
CPU0_DPR12_L    0xF881C060          CPU0 Data Protection Range 12, Lower Bound Register
CPU0_DPR12_U    0xF881C064          CPU0 Data Protection Range 12, Upper Bound Register
CPU0_DPR13_L    0xF881C068          CPU0 Data Protection Range 13, Lower Bound Register
CPU0_DPR13_U    0xF881C06C          CPU0 Data Protection Range 13, Upper Bound Register
CPU0_DPR14_L    0xF881C070          CPU0 Data Protection Range 14, Lower Bound Register
CPU0_DPR14_U    0xF881C074          CPU0 Data Protection Range 14, Upper Bound Register
CPU0_DPR15_L    0xF881C078          CPU0 Data Protection Range 15, Lower Bound Register
CPU0_DPR15_U    0xF881C07C          CPU0 Data Protection Range 15, Upper Bound Register
CPU0_CPR0_L     0xF881D000          CPU0 Code Protection Range 0 Lower Bound Register
CPU0_CPR0_U     0xF881D004          CPU0 Code Protection Range 0 Upper Bound Register
CPU0_CPR1_L     0xF881D008          CPU0 Code Protection Range 1 Lower Bound Register
CPU0_CPR1_U     0xF881D00C          CPU0 Code Protection Range 1 Upper Bound Register
CPU0_CPR2_L     0xF881D010          CPU0 Code Protection Range 2 Lower Bound Register
CPU0_CPR2_U     0xF881D014          CPU0 Code Protection Range 2 Upper Bound Register
CPU0_CPR3_L     0xF881D018          CPU0 Code Protection Range 3 Lower Bound Register
CPU0_CPR3_U     0xF881D01C          CPU0 Code Protection Range 3 Upper Bound Register
CPU0_CPR4_L     0xF881D020          CPU0 Code Protection Range 4 Lower Bound Register
CPU0_CPR4_U     0xF881D024          CPU0 Code Protection Range 4 Upper Bound Register
CPU0_CPR5_L     0xF881D028          CPU0 Code Protection Range 5 Lower Bound Register
CPU0_CPR5_U     0xF881D02C          CPU0 Code Protection Range 5 Upper Bound Register
CPU0_CPR6_L     0xF881D030          CPU0 Code Protection Range 6 Lower Bound Register
CPU0_CPR6_U     0xF881D034          CPU0 Code Protection Range 6 Upper Bound Register
CPU0_CPR7_L     0xF881D038          CPU0 Code Protection Range 7 Lower Bound Register
CPU0_CPR7_U     0xF881D03C          CPU0 Code Protection Range 7 Upper Bound Register
CPU0_CPXE_0     0xF881E000          CPU0 Code Protection Execute Enable Register Set 0
CPU0_CPXE_1     0xF881E004          CPU0 Code Protection Execute Enable Register Set 1
CPU0_CPXE_2     0xF881E008          CPU0 Code Protection Execute Enable Register Set 2
CPU0_CPXE_3     0xF881E00C          CPU0 Code Protection Execute Enable Register Set 3
CPU0_DPRE_0     0xF881E010          CPU0 Data Protection Read Enable Register Set 0
CPU0_DPRE_1     0xF881E014          CPU0 Data Protection Read Enable Register Set 1
CPU0_DPRE_2     0xF881E018          CPU0 Data Protection Read Enable Register Set 2
CPU0_DPRE_3     0xF881E01C          CPU0 Data Protection Read Enable Register Set 3
CPU0_DPWE_0     0xF881E020          CPU0 Data Protection Write Enable Register Set 0
CPU0_DPWE_1     0xF881E024          CPU0 Data Protection Write Enable Register Set 1
CPU0_DPWE_2     0xF881E028          CPU0 Data Protection Write Enable Register Set 2
CPU0_DPWE_3     0xF881E02C          CPU0 Data Protection Write Enable Register Set 3
CPU0_TPS_CON    0xF881E400          CPU0 Temporal Protection System Control Register
CPU0_TPS_TIMER0 0xF881E404          CPU0 Temporal Protection System Timer Register 0
CPU0_TPS_TIMER1 0xF881E408          CPU0 Temporal Protection System Timer Register 0
CPU0_TPS_TIMER2 0xF881E40C          CPU0 Temporal Protection System Timer Register 0
CPU0_TR0EVT     0xF881F000          Trigger Event 0
CPU0_TR0ADR     0xF881F004          Trigger Address 0
CPU0_TR1EVT     0xF881F008          Trigger Event 1
CPU0_TR1ADR     0xF881F00C          Trigger Address 1
CPU0_TR2EVT     0xF881F010          Trigger Event 2
CPU0_TR2ADR     0xF881F014          Trigger Address 2
CPU0_TR3EVT     0xF881F018          Trigger Event 3
CPU0_TR3ADR     0xF881F01C          Trigger Address 3
CPU0_TR4EVT     0xF881F020          Trigger Event 4
CPU0_TR4ADR     0xF881F024          Trigger Address 4
CPU0_TR5EVT     0xF881F028          Trigger Event 5
CPU0_TR5ADR     0xF881F02C          Trigger Address 5
CPU0_TR6EVT     0xF881F030          Trigger Event 6
CPU0_TR6ADR     0xF881F034          Trigger Address 6
CPU0_TR7EVT     0xF881F038          Trigger Event 7
CPU0_TR7ADR     0xF881F03C          Trigger Address 7
CPU0_CCTRL      0xF881FC00          Counter Control
CPU0_CCNT       0xF881FC04          CPU Clock Cycle Count
CPU0_ICNT       0xF881FC08          Instruction Count
CPU0_M1CNT      0xF881FC0C          Multi-Count Register 1
CPU0_M2CNT      0xF881FC10          Multi-Count Register 2
CPU0_M3CNT      0xF881FC14          Multi-Count Register 3
CPU0_DBGSR      0xF881FD00          Debug Status Register
CPU0_EXEVT      0xF881FD08          External Event Register
CPU0_CREVT      0xF881FD0C          Core Register Access Event
CPU0_SWEVT      0xF881FD10          Software Debug Event
CPU0_TRIG_ACC   0xF881FD30          CPU0 Trigger Address x
CPU0_DMS        0xF881FD40          CPU0 Debug Monitor Start Address
CPU0_DCX        0xF881FD44          CPU0 Debug Context Save Area Pointer
CPU0_DBGTCR     0xF881FD48          Debug Trap Control Register
CPU0_PCXI       0xF881FE00          Previous Context Information Register
CPU0_PSW        0xF881FE04          Program Status Word
CPU0_PC         0xF881FE08          Program Counter
CPU0_SYSCON     0xF881FE14          System Configuration Register
CPU0_CPU_ID     0xF881FE18          CPU0 Identification Register TC1.6P
CPU0_CORE_ID    0xF881FE1C          CPU0 Core Identification Register
CPU0_BIV        0xF881FE20          Base Interrupt Vector Table Pointer
CPU0_BTV        0xF881FE24          Base Trap Vector Table Pointer
CPU0_ISP        0xF881FE28          Interrupt Stack Pointer
CPU0_ICR        0xF881FE2C          Interrupt Control Register
CPU0_FCX        0xF881FE38          Free CSA List Head Pointer
CPU0_LCX        0xF881FE3C          Free CSA List Limit Pointer
CPU0_CUS_ID     0xF881FE50          CPU0 Customer ID register
CPU0_D0         0xF881FF00          Data Register 0
CPU0_D1         0xF881FF04          Data Register 1
CPU0_D2         0xF881FF08          Data Register 2
CPU0_D3         0xF881FF0C          Data Register 3
CPU0_D4         0xF881FF10          Data Register 4
CPU0_D5         0xF881FF14          Data Register 5
CPU0_D6         0xF881FF18          Data Register 6
CPU0_D7         0xF881FF1C          Data Register 7
CPU0_D8         0xF881FF20          Data Register 8
CPU0_D9         0xF881FF24          Data Register 9
CPU0_D10        0xF881FF28          Data Register 10
CPU0_D11        0xF881FF2C          Data Register 11
CPU0_D12        0xF881FF30          Data Register 12
CPU0_D13        0xF881FF34          Data Register 13
CPU0_D14        0xF881FF38          Data Register 14
CPU0_D15        0xF881FF3C          Data Register 15
CPU0_A0         0xF881FF80          Address Register 0
CPU0_A1         0xF881FF84          Address Register 1
CPU0_A2         0xF881FF88          Address Register 2
CPU0_A3         0xF881FF8C          Address Register 3
CPU0_A4         0xF881FF90          Address Register 4
CPU0_A5         0xF881FF94          Address Register 5
CPU0_A6         0xF881FF98          Address Register 6
CPU0_A7         0xF881FF9C          Address Register 7
CPU0_A8         0xF881FFA0          Address Register 8
CPU0_A9         0xF881FFA4          Address Register 9
CPU0_A10        0xF881FFA8          Address Register 10
CPU0_A11        0xF881FFAC          Address Register 11
CPU0_A12        0xF881FFB0          Address Register 12
CPU0_A13        0xF881FFB4          Address Register 13
CPU0_A14        0xF881FFB8          Address Register 14
CPU0_A15        0xF881FFBC          Address Register 15
CPU1_SPROT_RGNLA0 0xF882E000          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA0 0xF882E004          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA0 0xF882E008          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB0 0xF882E00C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA1 0xF882E010          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA1 0xF882E014          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA1 0xF882E018          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB1 0xF882E01C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA2 0xF882E020          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA2 0xF882E024          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA2 0xF882E028          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB2 0xF882E02C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA3 0xF882E030          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA3 0xF882E034          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA3 0xF882E038          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB3 0xF882E03C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA4 0xF882E040          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA4 0xF882E044          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA4 0xF882E048          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB4 0xF882E04C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA5 0xF882E050          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA5 0xF882E054          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA5 0xF882E058          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB5 0xF882E05C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA6 0xF882E060          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA6 0xF882E064          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA6 0xF882E068          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB6 0xF882E06C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA7 0xF882E070          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA7 0xF882E074          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA7 0xF882E078          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB7 0xF882E07C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_ACCENA 0xF882E100          CPU1 Safety Protection Register Access Enable Register A
CPU1_SPROT_ACCENB 0xF882E104          CPU1 Safety Protection Region Access Enable Register B
OVC1_OSEL       0xF882FB00          Overlay Range Select Register
OVC1_RABR0      0xF882FB10          Redirected Address Base Register 0
OVC1_OTAR0      0xF882FB14          Overlay Target Address Register 0
OVC1_OMASK0     0xF882FB18          Overlay Mask Register 0
OVC1_RABR1      0xF882FB1C          Redirected Address Base Register 1
OVC1_OTAR1      0xF882FB20          Overlay Target Address Register 1
OVC1_OMASK1     0xF882FB24          Overlay Mask Register 1
OVC1_RABR2      0xF882FB28          Redirected Address Base Register 2
OVC1_OTAR2      0xF882FB2C          Overlay Target Address Register 2
OVC1_OMASK2     0xF882FB30          Overlay Mask Register 2
OVC1_RABR3      0xF882FB34          Redirected Address Base Register 3
OVC1_OTAR3      0xF882FB38          Overlay Target Address Register 3
OVC1_OMASK3     0xF882FB3C          Overlay Mask Register 3
OVC1_RABR4      0xF882FB40          Redirected Address Base Register 4
OVC1_OTAR4      0xF882FB44          Overlay Target Address Register 4
OVC1_OMASK4     0xF882FB48          Overlay Mask Register 4
OVC1_RABR5      0xF882FB4C          Redirected Address Base Register 5
OVC1_OTAR5      0xF882FB50          Overlay Target Address Register 5
OVC1_OMASK5     0xF882FB54          Overlay Mask Register 5
OVC1_RABR6      0xF882FB58          Redirected Address Base Register 6
OVC1_OTAR6      0xF882FB5C          Overlay Target Address Register 6
OVC1_OMASK6     0xF882FB60          Overlay Mask Register 6
OVC1_RABR7      0xF882FB64          Redirected Address Base Register 7
OVC1_OTAR7      0xF882FB68          Overlay Target Address Register 7
OVC1_OMASK7     0xF882FB6C          Overlay Mask Register 7
OVC1_RABR8      0xF882FB70          Redirected Address Base Register 8
OVC1_OTAR8      0xF882FB74          Overlay Target Address Register 8
OVC1_OMASK8     0xF882FB78          Overlay Mask Register 8
OVC1_RABR9      0xF882FB7C          Redirected Address Base Register 9
OVC1_OTAR9      0xF882FB80          Overlay Target Address Register 9
OVC1_OMASK9     0xF882FB84          Overlay Mask Register 9
OVC1_RABR10     0xF882FB88          Redirected Address Base Register 10
OVC1_OTAR10     0xF882FB8C          Overlay Target Address Register 10
OVC1_OMASK10    0xF882FB90          Overlay Mask Register 10
OVC1_RABR11     0xF882FB94          Redirected Address Base Register 11
OVC1_OTAR11     0xF882FB98          Overlay Target Address Register 11
OVC1_OMASK11    0xF882FB9C          Overlay Mask Register 11
OVC1_RABR12     0xF882FBA0          Redirected Address Base Register 12
OVC1_OTAR12     0xF882FBA4          Overlay Target Address Register 12
OVC1_OMASK12    0xF882FBA8          Overlay Mask Register 12
OVC1_RABR13     0xF882FBAC          Redirected Address Base Register 13
OVC1_OTAR13     0xF882FBB0          Overlay Target Address Register 13
OVC1_OMASK13    0xF882FBB4          Overlay Mask Register 13
OVC1_RABR14     0xF882FBB8          Redirected Address Base Register 14
OVC1_OTAR14     0xF882FBBC          Overlay Target Address Register 14
OVC1_OMASK14    0xF882FBC0          Overlay Mask Register 14
OVC1_RABR15     0xF882FBC4          Redirected Address Base Register 15
OVC1_OTAR15     0xF882FBC8          Overlay Target Address Register 15
OVC1_OMASK15    0xF882FBCC          Overlay Mask Register 15
OVC1_RABR16     0xF882FBD0          Redirected Address Base Register 16
OVC1_OTAR16     0xF882FBD4          Overlay Target Address Register 16
OVC1_OMASK16    0xF882FBD8          Overlay Mask Register 16
OVC1_RABR17     0xF882FBDC          Redirected Address Base Register 17
OVC1_OTAR17     0xF882FBE0          Overlay Target Address Register 17
OVC1_OMASK17    0xF882FBE4          Overlay Mask Register 17
OVC1_RABR18     0xF882FBE8          Redirected Address Base Register 18
OVC1_OTAR18     0xF882FBEC          Overlay Target Address Register 18
OVC1_OMASK18    0xF882FBF0          Overlay Mask Register 18
OVC1_RABR19     0xF882FBF4          Redirected Address Base Register 19
OVC1_OTAR19     0xF882FBF8          Overlay Target Address Register 19
OVC1_OMASK19    0xF882FBFC          Overlay Mask Register 19
OVC1_RABR20     0xF882FC00          Redirected Address Base Register 20
OVC1_OTAR20     0xF882FC04          Overlay Target Address Register 20
OVC1_OMASK20    0xF882FC08          Overlay Mask Register 20
OVC1_RABR21     0xF882FC0C          Redirected Address Base Register 21
OVC1_OTAR21     0xF882FC10          Overlay Target Address Register 21
OVC1_OMASK21    0xF882FC14          Overlay Mask Register 21
OVC1_RABR22     0xF882FC18          Redirected Address Base Register 22
OVC1_OTAR22     0xF882FC1C          Overlay Target Address Register 22
OVC1_OMASK22    0xF882FC20          Overlay Mask Register 22
OVC1_RABR23     0xF882FC24          Redirected Address Base Register 23
OVC1_OTAR23     0xF882FC28          Overlay Target Address Register 23
OVC1_OMASK23    0xF882FC2C          Overlay Mask Register 23
OVC1_RABR24     0xF882FC30          Redirected Address Base Register 24
OVC1_OTAR24     0xF882FC34          Overlay Target Address Register 24
OVC1_OMASK24    0xF882FC38          Overlay Mask Register 24
OVC1_RABR25     0xF882FC3C          Redirected Address Base Register 25
OVC1_OTAR25     0xF882FC40          Overlay Target Address Register 25
OVC1_OMASK25    0xF882FC44          Overlay Mask Register 25
OVC1_RABR26     0xF882FC48          Redirected Address Base Register 26
OVC1_OTAR26     0xF882FC4C          Overlay Target Address Register 26
OVC1_OMASK26    0xF882FC50          Overlay Mask Register 26
OVC1_RABR27     0xF882FC54          Redirected Address Base Register 27
OVC1_OTAR27     0xF882FC58          Overlay Target Address Register 27
OVC1_OMASK27    0xF882FC5C          Overlay Mask Register 27
OVC1_RABR28     0xF882FC60          Redirected Address Base Register 28
OVC1_OTAR28     0xF882FC64          Overlay Target Address Register 28
OVC1_OMASK28    0xF882FC68          Overlay Mask Register 28
OVC1_RABR29     0xF882FC6C          Redirected Address Base Register 29
OVC1_OTAR29     0xF882FC70          Overlay Target Address Register 29
OVC1_OMASK29    0xF882FC74          Overlay Mask Register 29
OVC1_RABR30     0xF882FC78          Redirected Address Base Register 30
OVC1_OTAR30     0xF882FC7C          Overlay Target Address Register 30
OVC1_OMASK30    0xF882FC80          Overlay Mask Register 30
OVC1_RABR31     0xF882FC84          Redirected Address Base Register 31
OVC1_OTAR31     0xF882FC88          Overlay Target Address Register 31
OVC1_OMASK31    0xF882FC8C          Overlay Mask Register 31
CSFR_BASE_1     0xF8830000          Core Special Function Registers base (CPU1)
CPU1_SEGEN      0xF8831030          SRI Error Generation Register
CPU1_TASK_ASI   0xF8838004          CPU1 Task Address Space Identifier Register
CPU1_PMA0       0xF8838100          Data Access CacheabilityRegister
CPU1_PMA1       0xF8838104          Code Access CacheabilityRegister
CPU1_PMA2       0xF8838108          Peripheral Space Identifier register
CPU1_DCON2      0xF8839000          Data Control Register 2
CPU1_SMACON     0xF883900C          SIST Mode Access Control Register
CPU1_DSTR       0xF8839010          Data Synchronous Trap Register
CPU1_DATR       0xF8839018          Data Asynchronous Trap Register
CPU1_DEADD      0xF883901C          Data Error Address Register
CPU1_DIEAR      0xF8839020          Data Integrity Error Address Register
CPU1_DIETR      0xF8839024          Data Integrity Error Trap Register
CPU1_DCON0      0xF8839040          Data Memory Control Register
CPU1_PSTR       0xF8839200          Program Synchronous Trap Register
CPU1_PCON1      0xF8839204          Program Control 1
CPU1_PCON2      0xF8839208          Program Control 2
CPU1_PCON0      0xF883920C          Program Control 0
CPU1_PIEAR      0xF8839210          Program Integrity Error Address Register
CPU1_PIETR      0xF8839214          Program Integrity Error Trap Register
CPU1_COMPAT     0xF8839400          Compatibility Control Register
CPU1_FPU_TRAP_CON 0xF883A000          CPU1 Trap Control Register
CPU1_FPU_TRAP_PC 0xF883A004          CPU1 Trapping Instruction Program Counter Register
CPU1_FPU_TRAP_OPC 0xF883A008          CPU1 Trapping Instruction Opcode Register
CPU1_FPU_TRAP_SRC1 0xF883A010          CPU1 Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC2 0xF883A014          CPU1 Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC3 0xF883A018          Trapping Instruction Operand Register
CPU1_DPR0_L     0xF883C000          CPU1 Data Protection Range 0, Lower Bound Register
CPU1_DPR0_U     0xF883C004          CPU1 Data Protection Range 0, Upper Bound Register
CPU1_DPR1_L     0xF883C008          CPU1 Data Protection Range 1, Lower Bound Register
CPU1_DPR1_U     0xF883C00C          CPU1 Data Protection Range 1, Upper Bound Register
CPU1_DPR2_L     0xF883C010          CPU1 Data Protection Range 2, Lower Bound Register
CPU1_DPR2_U     0xF883C014          CPU1 Data Protection Range 2, Upper Bound Register
CPU1_DPR3_L     0xF883C018          CPU1 Data Protection Range 3, Lower Bound Register
CPU1_DPR3_U     0xF883C01C          CPU1 Data Protection Range 3, Upper Bound Register
CPU1_DPR4_L     0xF883C020          CPU1 Data Protection Range 4, Lower Bound Register
CPU1_DPR4_U     0xF883C024          CPU1 Data Protection Range 4, Upper Bound Register
CPU1_DPR5_L     0xF883C028          CPU1 Data Protection Range 5, Lower Bound Register
CPU1_DPR5_U     0xF883C02C          CPU1 Data Protection Range 5, Upper Bound Register
CPU1_DPR6_L     0xF883C030          CPU1 Data Protection Range 6, Lower Bound Register
CPU1_DPR6_U     0xF883C034          CPU1 Data Protection Range 6, Upper Bound Register
CPU1_DPR7_L     0xF883C038          CPU1 Data Protection Range 7, Lower Bound Register
CPU1_DPR7_U     0xF883C03C          CPU1 Data Protection Range 7, Upper Bound Register
CPU1_DPR8_L     0xF883C040          CPU1 Data Protection Range 8, Lower Bound Register
CPU1_DPR8_U     0xF883C044          CPU1 Data Protection Range 8, Upper Bound Register
CPU1_DPR9_L     0xF883C048          CPU1 Data Protection Range 9, Lower Bound Register
CPU1_DPR9_U     0xF883C04C          CPU1 Data Protection Range 9, Upper Bound Register
CPU1_DPR10_L    0xF883C050          CPU1 Data Protection Range 10, Lower Bound Register
CPU1_DPR10_U    0xF883C054          CPU1 Data Protection Range 10, Upper Bound Register
CPU1_DPR11_L    0xF883C058          CPU1 Data Protection Range 11, Lower Bound Register
CPU1_DPR11_U    0xF883C05C          CPU1 Data Protection Range 11, Upper Bound Register
CPU1_DPR12_L    0xF883C060          CPU1 Data Protection Range 12, Lower Bound Register
CPU1_DPR12_U    0xF883C064          CPU1 Data Protection Range 12, Upper Bound Register
CPU1_DPR13_L    0xF883C068          CPU1 Data Protection Range 13, Lower Bound Register
CPU1_DPR13_U    0xF883C06C          CPU1 Data Protection Range 13, Upper Bound Register
CPU1_DPR14_L    0xF883C070          CPU1 Data Protection Range 14, Lower Bound Register
CPU1_DPR14_U    0xF883C074          CPU1 Data Protection Range 14, Upper Bound Register
CPU1_DPR15_L    0xF883C078          CPU1 Data Protection Range 15, Lower Bound Register
CPU1_DPR15_U    0xF883C07C          CPU1 Data Protection Range 15, Upper Bound Register
CPU1_CPR0_L     0xF883D000          CPU1 Code Protection Range 0 Lower Bound Register
CPU1_CPR0_U     0xF883D004          CPU1 Code Protection Range 0 Upper Bound Register
CPU1_CPR1_L     0xF883D008          CPU1 Code Protection Range 1 Lower Bound Register
CPU1_CPR1_U     0xF883D00C          CPU1 Code Protection Range 1 Upper Bound Register
CPU1_CPR2_L     0xF883D010          CPU1 Code Protection Range 2 Lower Bound Register
CPU1_CPR2_U     0xF883D014          CPU1 Code Protection Range 2 Upper Bound Register
CPU1_CPR3_L     0xF883D018          CPU1 Code Protection Range 3 Lower Bound Register
CPU1_CPR3_U     0xF883D01C          CPU1 Code Protection Range 3 Upper Bound Register
CPU1_CPR4_L     0xF883D020          CPU1 Code Protection Range 4 Lower Bound Register
CPU1_CPR4_U     0xF883D024          CPU1 Code Protection Range 4 Upper Bound Register
CPU1_CPR5_L     0xF883D028          CPU1 Code Protection Range 5 Lower Bound Register
CPU1_CPR5_U     0xF883D02C          CPU1 Code Protection Range 5 Upper Bound Register
CPU1_CPR6_L     0xF883D030          CPU1 Code Protection Range 6 Lower Bound Register
CPU1_CPR6_U     0xF883D034          CPU1 Code Protection Range 6 Upper Bound Register
CPU1_CPR7_L     0xF883D038          CPU1 Code Protection Range 7 Lower Bound Register
CPU1_CPR7_U     0xF883D03C          CPU1 Code Protection Range 7 Upper Bound Register
CPU1_CPXE_0     0xF883E000          CPU1 Code Protection Execute Enable Register Set 0
CPU1_CPXE_1     0xF883E004          CPU1 Code Protection Execute Enable Register Set 1
CPU1_CPXE_2     0xF883E008          CPU1 Code Protection Execute Enable Register Set 2
CPU1_CPXE_3     0xF883E00C          CPU1 Code Protection Execute Enable Register Set 3
CPU1_DPRE_0     0xF883E010          CPU1 Data Protection Read Enable Register Set 0
CPU1_DPRE_1     0xF883E014          CPU1 Data Protection Read Enable Register Set 1
CPU1_DPRE_2     0xF883E018          CPU1 Data Protection Read Enable Register Set 2
CPU1_DPRE_3     0xF883E01C          CPU1 Data Protection Read Enable Register Set 3
CPU1_DPWE_0     0xF883E020          CPU1 Data Protection Write Enable Register Set 0
CPU1_DPWE_1     0xF883E024          CPU1 Data Protection Write Enable Register Set 1
CPU1_DPWE_2     0xF883E028          CPU1 Data Protection Write Enable Register Set 2
CPU1_DPWE_3     0xF883E02C          CPU1 Data Protection Write Enable Register Set 3
CPU1_TPS_CON    0xF883E400          CPU1 Temporal Protection System Control Register
CPU1_TPS_TIMER0 0xF883E404          CPU1 Temporal Protection System Timer Register 1
CPU1_TPS_TIMER1 0xF883E408          CPU1 Temporal Protection System Timer Register 1
CPU1_TPS_TIMER2 0xF883E40C          CPU1 Temporal Protection System Timer Register 1
CPU1_TR0EVT     0xF883F000          Trigger Event 0
CPU1_TR0ADR     0xF883F004          Trigger Address 0
CPU1_TR1EVT     0xF883F008          Trigger Event 1
CPU1_TR1ADR     0xF883F00C          Trigger Address 1
CPU1_TR2EVT     0xF883F010          Trigger Event 2
CPU1_TR2ADR     0xF883F014          Trigger Address 2
CPU1_TR3EVT     0xF883F018          Trigger Event 3
CPU1_TR3ADR     0xF883F01C          Trigger Address 3
CPU1_TR4EVT     0xF883F020          Trigger Event 4
CPU1_TR4ADR     0xF883F024          Trigger Address 4
CPU1_TR5EVT     0xF883F028          Trigger Event 5
CPU1_TR5ADR     0xF883F02C          Trigger Address 5
CPU1_TR6EVT     0xF883F030          Trigger Event 6
CPU1_TR6ADR     0xF883F034          Trigger Address 6
CPU1_TR7EVT     0xF883F038          Trigger Event 7
CPU1_TR7ADR     0xF883F03C          Trigger Address 7
CPU1_CCTRL      0xF883FC00          Counter Control
CPU1_CCNT       0xF883FC04          CPU Clock Cycle Count
CPU1_ICNT       0xF883FC08          Instruction Count
CPU1_M1CNT      0xF883FC0C          Multi-Count Register 1
CPU1_M2CNT      0xF883FC10          Multi-Count Register 2
CPU1_M3CNT      0xF883FC14          Multi-Count Register 3
CPU1_DBGSR      0xF883FD00          Debug Status Register
CPU1_EXEVT      0xF883FD08          External Event Register
CPU1_CREVT      0xF883FD0C          Core Register Access Event
CPU1_SWEVT      0xF883FD10          Software Debug Event
CPU1_TRIG_ACC   0xF883FD30          CPU1 Trigger Address x
CPU1_DMS        0xF883FD40          CPU1 Debug Monitor Start Address
CPU1_DCX        0xF883FD44          CPU1 Debug Context Save Area Pointer
CPU1_DBGTCR     0xF883FD48          Debug Trap Control Register
CPU1_PCXI       0xF883FE00          Previous Context Information Register
CPU1_PSW        0xF883FE04          Program Status Word
CPU1_PC         0xF883FE08          Program Counter
CPU1_SYSCON     0xF883FE14          System Configuration Register
CPU1_CPU_ID     0xF883FE18          CPU1 Identification Register TC1.6P
CPU1_CORE_ID    0xF883FE1C          CPU1 Core Identification Register
CPU1_BIV        0xF883FE20          Base Interrupt Vector Table Pointer
CPU1_BTV        0xF883FE24          Base Trap Vector Table Pointer
CPU1_ISP        0xF883FE28          Interrupt Stack Pointer
CPU1_ICR        0xF883FE2C          Interrupt Control Register
CPU1_FCX        0xF883FE38          Free CSA List Head Pointer
CPU1_LCX        0xF883FE3C          Free CSA List Limit Pointer
CPU1_CUS_ID     0xF883FE50          CPU1 Customer ID register
CPU1_D0         0xF883FF00          Data Register 0
CPU1_D1         0xF883FF04          Data Register 1
CPU1_D2         0xF883FF08          Data Register 2
CPU1_D3         0xF883FF0C          Data Register 3
CPU1_D4         0xF883FF10          Data Register 4
CPU1_D5         0xF883FF14          Data Register 5
CPU1_D6         0xF883FF18          Data Register 6
CPU1_D7         0xF883FF1C          Data Register 7
CPU1_D8         0xF883FF20          Data Register 8
CPU1_D9         0xF883FF24          Data Register 9
CPU1_D10        0xF883FF28          Data Register 10
CPU1_D11        0xF883FF2C          Data Register 11
CPU1_D12        0xF883FF30          Data Register 12
CPU1_D13        0xF883FF34          Data Register 13
CPU1_D14        0xF883FF38          Data Register 14
CPU1_D15        0xF883FF3C          Data Register 15
CPU1_A0         0xF883FF80          Address Register 0
CPU1_A1         0xF883FF84          Address Register 1
CPU1_A2         0xF883FF88          Address Register 2
CPU1_A3         0xF883FF8C          Address Register 3
CPU1_A4         0xF883FF90          Address Register 4
CPU1_A5         0xF883FF94          Address Register 5
CPU1_A6         0xF883FF98          Address Register 6
CPU1_A7         0xF883FF9C          Address Register 7
CPU1_A8         0xF883FFA0          Address Register 8
CPU1_A9         0xF883FFA4          Address Register 9
CPU1_A10        0xF883FFA8          Address Register 10
CPU1_A11        0xF883FFAC          Address Register 11
CPU1_A12        0xF883FFB0          Address Register 12
CPU1_A13        0xF883FFB4          Address Register 13
CPU1_A14        0xF883FFB8          Address Register 14
CPU1_A15        0xF883FFBC          Address Register 15
CIFBBB_CLC      0xF90E1F00          Clock Control Register
CIFBBB_MODID    0xF90E1F04          Module Identification Register
CIFBBB_GPCTL    0xF90E1F08          General Purpose Control Register
CIFBBB_ACCEN0   0xF90E1F0C          Access Enable Register 0
CIFBBB_ACCEN1   0xF90E1F10          Access Enable Register 1
CIFBBB_KRST0    0xF90E1F14          Kernel Reset Register 0
CIFBBB_KRST1    0xF90E1F18          Kernel Reset Register 1
CIFBBB_KRSTCLR  0xF90E1F1C          Kernel Reset Status Clear Register
CIF_CCL         0xF90E2000          Clock Control Register
CIF_ID          0xF90E2008          CIF Revision Identification Register
CIF_ICCL        0xF90E2010          CIF Internal Clock Control Register
CIF_IRCL        0xF90E2014          CIF Internal Reset Control Register
CIF_DPCL        0xF90E2018          CIF Data Path Control Register
CIFISP_CTRL     0xF90E2400          ISP Global Control Register
CIFISP_ACQ_PROP 0xF90E2404          ISP Acquisition Properties Register
CIFISP_ACQ_H_OFFS 0xF90E2408          ISP Acquisition Horizontal Offset Register
CIFISP_ACQ_V_OFFS 0xF90E240C          ISP Acquistion Vertical Offset Register
CIFISP_ACQ_H_SIZE 0xF90E2410          ISP Acquisition Horizontal Size Register
CIFISP_ACQ_V_SIZE 0xF90E2414          ISP Acquisition Vertical Size Register
CIFISP_ACQ_NR_FRAMES 0xF90E2418          ISP Acquisition Number of Frames Register
CIFISP_OUT_H_OFFS 0xF90E2594          ISP Output Window Horizontal Offset Register
CIFISP_OUT_V_OFFS 0xF90E2598          ISP Output Window Vertical Offset Register
CIFISP_OUT_H_SIZE 0xF90E259C          ISP Output Horizontal Picture Size Register
CIFISP_OUT_V_SIZE 0xF90E25A0          ISP Output Vertical Picture Size Register
CIFISP_FLAGS_SHD 0xF90E25A8          ISP Shadow Flags Register
CIFISP_OUT_H_OFFS_SHD 0xF90E25AC          ISP Output Window Horizontal Offset Shadow Register
CIFISP_OUT_V_OFFS_SHD 0xF90E25B0          ISP Output Window Vertical Offset Shadow Register
CIFISP_OUT_H_SIZE_SHD 0xF90E25B4          ISP Output Horizontal Picture Size Shadow Register
CIFISP_OUT_V_SIZE_SHD 0xF90E25B8          ISP Output Vertical Picture Size Shadow Register
CIFISP_IMSC     0xF90E25BC          ISP Interrupt Mask Register
CIFISP_RIS      0xF90E25C0          ISP Raw Interrupt Status Register
CIFISP_MIS      0xF90E25C4          ISP Masked Interrupt Status Register
CIFISP_ICR      0xF90E25C8          ISP Interrupt Clear Register
CIFISP_ISR      0xF90E25CC          ISP Interrupt Set Register
CIFISP_ERR      0xF90E263C          ISP Error Register
CIFISP_ERR_CLR  0xF90E2640          ISP Error Clear Register
CIFISP_FRAME_COUNT 0xF90E2644          ISP Frame Counter Register
CIFMI_CTRL      0xF90E3400          Memory Interface Global Control Register
CIFMI_INIT      0xF90E3404          Memory Interface Control Register For Address Init And Skip Function Register
CIFMI_MP_Y_BASE_AD_INIT 0xF90E3408          Memory Interface Base Address For Main Picture Y Component, JPEG or RAW Data Register
CIFMI_MP_Y_SIZE_INIT 0xF90E340C          Memory Interface Size of main picture Y component, JPEG or RAW data Register
CIFMI_MP_Y_OFFS_CNT_INIT 0xF90E3410          Memory Interface Offset Counter Init Value For Main Picture Y, JPEG or RAW Data Register
CIFMI_MP_Y_OFFS_CNT_START 0xF90E3414          Memory Interface Offset Counter Start Value For Main Picture Y, JPEG or RAW Data Register
CIFMI_MP_Y_IRQ_OFFS_INIT 0xF90E3418          Memory Interface Fill Level Interrupt Offset Value For Main Picture Y, JPEG or RAW Data Register
CIFMI_MP_CB_BASE_AD_INIT 0xF90E341C          Memory Interface Base Address For Main Picture Cb Component Ring Buffer Register
CIFMI_MP_CB_SIZE_INIT 0xF90E3420          Memory Interface Size Of Main Picture Cb Component Ring Buffer Register
CIFMI_MP_CB_OFFS_CNT_INIT 0xF90E3424          Memory Interface Offset Counter Init Value For Main Picture Cb Component Ring Buffer Register
CIFMI_MP_CB_OFFS_CNT_START 0xF90E3428          Memory Interface Offset Counter Start Value For Main Picture Cb Component Ring Buffer Register
CIFMI_MP_CR_BASE_AD_INIT 0xF90E342C          Memory Interface Base Address For Main Picture Cr Component Ring Buffer Register
CIFMI_MP_CR_SIZE_INIT 0xF90E3430          Memory Interface Size Of Main Picture Cr Component Ring Buffer Register
CIFMI_MP_CR_OFFS_CNT_INIT 0xF90E3434          Memory Interface Offset Counter Init value For Main Picture Cr Component Ring Buffer Register
CIFMI_MP_CR_OFFS_CNT_START 0xF90E3438          Memory Interface Offset Counter Start Value For Main Picture Cr Component Ring Buffer Register
CIFMI_BYTE_CNT  0xF90E3470          Memory Interface Counter Value of JPEG or RAW Data Bytes Register
CIFMI_CTRL_SHD  0xF90E3474          Memory Interface Global Control Internal Shadow Register
CIFMI_MP_Y_BASE_AD_SHD 0xF90E3478          Memory Interface Base Address Shadow Register For Main Picture Y Component, JPEG Register
CIFMI_MP_Y_SIZE_SHD 0xF90E347C          Memory Interface Size Shadow Register of Main Picture Y Component,JPEG or RAW Data Register
CIFMI_MP_Y_OFFS_CNT_SHD 0xF90E3480          Memory Interface Current Offset Counter of Main Picture Y Component JPEG or RAW Register
CIFMI_MP_Y_IRQ_OFFS_SHD 0xF90E3484          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Main Picture Y Register
CIFMI_MP_CB_BASE_AD_SHD 0xF90E3488          Memory Interface Base Address Shadow Register For Main Picture Cb Component Ring Register
CIFMI_MP_CB_SIZE_SHD 0xF90E348C          Memory Interface Size Shadow Register Of Main Picture Cb Component Ring Buffer Register
CIFMI_MP_CB_OFFS_CNT_SHD 0xF90E3490          Memory Interface Current Offset Counter Of Main Picture Cb Component Ring Buffer Register
CIFMI_MP_CR_BASE_AD_SHD 0xF90E3494          Memory Interface Base Address Shadow Register For Main Picture Cr Component Ring Register
CIFMI_MP_CR_SIZE_SHD 0xF90E3498          Memory Interface Size Shadow Register Of Main Picture Cr Component Ring Buffer Register
CIFMI_MP_CR_OFFS_CNT_SHD 0xF90E349C          Memory Interface Current Offset Counter Of Main Picture Cr Component Ring Buffer Register
CIFMI_IMSC      0xF90E34F8          MI Interrupt Mask ?1? interrupt active ?0? interrupt masked
CIFMI_RIS       0xF90E34FC          MI Raw Interrupt Status Register
CIFMI_MIS       0xF90E3500          MI Masked Interrupt Status Registe
CIFMI_ICR       0xF90E3504          MI Interrupt Clear Register
CIFMI_ISR       0xF90E3508          MI Interrupt Set Register
CIFMI_STATUS    0xF90E350C          MI Status Register
CIFMI_STATUS_CLR 0xF90E3510          MI Status Clear Register
CIFJPE_GEN_HEADER 0xF90E3800          JPE Command To Start Stream Header Generation Register
CIFJPE_ENCODE   0xF90E3804          JPE Start Command To Start JFIF Stream Encoding Register
CIFJPE_INIT     0xF90E3808          JPE Automatic Configuration Update Register
CIFJPE_Y_SCALE_EN 0xF90E380C          JPE Y Value Scaling Control Register
CIFJPE_CBCR_SCALE_EN 0xF90E3810          JPE Cb/Cr Value Scaling Control Register
CIFJPE_TABLE_FLUSH 0xF90E3814          JPE Header Generation Debug Register
CIFJPE_ENC_HSIZE 0xF90E3818          JPEG Codec Horizontal Image Size For Encoding Register
CIFJPE_ENC_VSIZE 0xF90E381C          JPEG Codec Vertical Image Size For Encoding Register
CIFJPE_PIC_FORMAT 0xF90E3820          JPEG Picture Encoding Format Register
CIFJPE_RESTART_INTERVAL 0xF90E3824          JPE Restart Marker Insertion Register
CIFJPE_TQ_Y_SELECT 0xF90E3828          Q- table Selector 0 Quant Table For Y Component
CIFJPE_TQ_U_SELECT 0xF90E382C          Q- table Selector 1, Quant. Table For U Component
CIFJPE_TQ_V_SELECT 0xF90E3830          Q- table Selector 2 Quant Table For V Component
CIFJPE_DC_TABLE_SELECT 0xF90E3834          JPE Huffman Table Selector For DC Values Register
CIFJPE_AC_TABLE_SELECT 0xF90E3838          JPE Huffman Table Selector For AC Values Register
CIFJPE_TABLE_DATA 0xF90E383C          JPE Table Programming Register
CIFJPE_TABLE_ID 0xF90E3840          JPE Table Programming Select Register
CIFJPE_TAC0_LEN 0xF90E3844          JPE Huffman AC Table 0 Length Register
CIFJPE_TDC0_LEN 0xF90E3848          JPE Huffman DC Table 0 Length Register
CIFJPE_TAC1_LEN 0xF90E384C          JPE Huffman AC Table 1 Length Register
CIFJPE_TDC1_LEN 0xF90E3850          JPE Huffman DC Table 1 Length Register
CIFJPE_ENCODER_BUSY 0xF90E3858          JPE Encoder Status Flag Register
CIFJPE_HEADER_MODE 0xF90E385C          JPE Header Mode Definition Register
CIFJPE_ENCODE_MODE 0xF90E3860          JPE Encode Mode Register
CIFJPE_DEBUG    0xF90E3864          JPE Debug Information Register
CIFJPE_ERROR_IMR 0xF90E3868          JPE Error Interrupt Mask Register
CIFJPE_ERROR_RIS 0xF90E386C          JPE Error Raw Interrupt Status Register
CIFJPE_ERROR_MIS 0xF90E3870          JPE Error Masked Interrupt Status Register
CIFJPE_ERROR_ICR 0xF90E3874          JPE Error Interrupt Clear Register
CIFJPE_ERROR_ISR 0xF90E3878          JPE Error Interrupt Set Register
CIFJPE_STATUS_IMR 0xF90E387C          JPEG Status Interrupt Mask Register
CIFJPE_STATUS_RIS 0xF90E3880          JPEG Status Raw Interrupt Status Register
CIFJPE_STATUS_MIS 0xF90E3884          JPEG Status Masked Interrupt Status Register
CIFJPE_STATUS_ICR 0xF90E3888          JPEG Status Interrupt Clear Register
CIFJPE_STATUS_ISR 0xF90E388C          JPEG Status Interrupt Set Register
CIFISPIS_CTRL   0xF90E4300          ISP Image Stabilization Control Register
CIFISPIS_RECENTER 0xF90E4304          ISP Image Stabilization Recenter Register
CIFISPIS_H_OFFS 0xF90E4308          ISP Image Stabilization Horizontal Offset Of Output Window Register
CIFISPIS_V_OFFS 0xF90E430C          ISP Image Stabilization Vertical Offset Of Output Window Register
CIFISPIS_H_SIZE 0xF90E4310          ISP Image Stabilization Output Horizontal Picture Size Register
CIFISPIS_V_SIZE 0xF90E4314          ISP Image Stabilization Output Vertical Picture Size Register
CIFISPIS_MAX_DX 0xF90E4318          ISP Image Stabilization Maximum Horizontal Displacement Register
CIFISPIS_MAX_DY 0xF90E431C          ISP Image Stabilization Maximum Vertical Displacement Register
CIFISPIS_DISPLACE 0xF90E4320          ISP Image Stabilization Camera Displacement Register
CIFISPIS_H_OFFS_SHD 0xF90E4324          SP Image Current Horizontal Offset Of Output Window Shadow Register
CIFISPIS_V_OFFS_SHD 0xF90E4328          ISP Image Current Vertical Offset Of Output Window Shadow Register
CIFISPIS_H_SIZE_SHD 0xF90E432C          ISP Image Current Output Horizontal Picture Size Shadow Register
CIFISPIS_V_SIZE_SHD 0xF90E4330          ISP Image Current Output Vertical Picture Size Shadow Register
CIFWD_CTRL      0xF90E4400          Watchdog Control Register
CIFWD_V_TIMEOUT 0xF90E4404          Watchdog Vertical Timeout Register
CIFWD_H_TIMEOUT 0xF90E4408          Watchdog Horizontal Timeout Register
CIFWD_IMSC      0xF90E440C          Watchdog Interrupt Mask Register
CIFWD_RIS       0xF90E4410          Watchdog Raw Interrupt Status Register
CIFWD_MIS       0xF90E4414          Watchdog Masked Interrupt Status Register
CIFWD_ICR       0xF90E4418          Watchdog Interrupt Clear Register
CIFWD_ISR       0xF90E441C          Watchdog Interrupt Set Register
CIFLDS_CTRL     0xF90E4500          Linear Downscaler Control Register
CIFLDS_FAC      0xF90E4504          Linear Downscaler Factor Register
CIFDP_CTRL      0xF90E4700          Debug Path Control Register
CIFDP_PDIV_CTRL 0xF90E4704          Debug Path Predivider Control Register
CIFDP_FLC_STAT  0xF90E4708          Debug Path Frame/Line Counter Status Register
CIFDP_PDIV_STAT 0xF90E470C          Debug Path Predivider Counter Status Register
CIFDP_TSC_STAT  0xF90E4710          Debug Path Timestamp Counter Status Register
CIFDP_UDS_1     0xF90E4714          Debug Path User Defined Symbol 1 Register
CIFDP_UDS_2     0xF90E4718          Debug Path User Defined Symbol 2 Register
CIFDP_UDS_3     0xF90E471C          Debug Path User Defined Symbol 3 Register
CIFDP_UDS_4     0xF90E4720          Debug Path User Defined Symbol 4 Register
CIFDP_UDS_5     0xF90E4724          Debug Path User Defined Symbol 5 Register
CIFDP_UDS_6     0xF90E4728          Debug Path User Defined Symbol 6 Register
CIFDP_UDS_7     0xF90E472C          Debug Path User Defined Symbol 7 Register
CIFDP_UDS_8     0xF90E4730          Debug Path User Defined Symbol 8 Register
CIFEP_1_IC_CTRL 0xF90E4900          Extra Path 1 Image Cropping Control Register
CIFEP_1_IC_RECENTER 0xF90E4904          Extra Path 1 Image Cropping Recenter Register
CIFEP_1_IC_H_OFFS 0xF90E4908          Extra Path 1 Image Cropping Horizontal Offset of Output Window Register
CIFEP_1_IC_V_OFFS 0xF90E490C          Extra Path 1 Image Cropping Vertical Offset Of Output Window Register
CIFEP_1_IC_H_SIZE 0xF90E4910          Extra Path 1 Image Cropping Output Horizontal Picture Size Register
CIFEP_1_IC_V_SIZE 0xF90E4914          Extra Path 1 Image Cropping Output Vertical Picture Size Register
CIFEP_1_IC_MAX_DX 0xF90E4918          Extra Path 1 Image Cropping Maximum Horizontal Displacement Register
CIFEP_1_IC_MAX_DY 0xF90E491C          Extra Path 1 Image Cropping Maximum Vertical Displacement Register
CIFEP_1_IC_DISPLACE 0xF90E4920          Extra Path 1 Image Cropping Camera Displacement Register
CIFEP_1_IC_H_OFFS_SHD 0xF90E4924          Extra Path 1 Image Current Horizontal Offset Of Output Window Shadow Register
CIFEP_1_IC_V_OFFS_SHD 0xF90E4928          Extra Path 1 Image Current Vertical Offset Of Output Window Shadow Register
CIFEP_1_IC_H_SIZE_SHD 0xF90E492C          Extra Path 1 Image Current Output Horizontal Picture Size Shadow Register
CIFEP_1_IC_V_SIZE_SHD 0xF90E4930          Extra Path 1 Image Current Output Vertical Picture Size Shadow Register
CIFEP_2_IC_CTRL 0xF90E4A00          Extra Path 2 Image Cropping Control Register
CIFEP_2_IC_RECENTER 0xF90E4A04          Extra Path 2 Image Cropping Recenter Register
CIFEP_2_IC_H_OFFS 0xF90E4A08          Extra Path 2 Image Cropping Horizontal Offset of Output Window Register
CIFEP_2_IC_V_OFFS 0xF90E4A0C          Extra Path 2 Image Cropping Vertical Offset Of Output Window Register
CIFEP_2_IC_H_SIZE 0xF90E4A10          Extra Path 2 Image Cropping Output Horizontal Picture Size Register
CIFEP_2_IC_V_SIZE 0xF90E4A14          Extra Path 2 Image Cropping Output Vertical Picture Size Register
CIFEP_2_IC_MAX_DX 0xF90E4A18          Extra Path 2 Image Cropping Maximum Horizontal Displacement Register
CIFEP_2_IC_MAX_DY 0xF90E4A1C          Extra Path 2 Image Cropping Maximum Vertical Displacement Register
CIFEP_2_IC_DISPLACE 0xF90E4A20          Extra Path 2 Image Cropping Camera Displacement Register
CIFEP_2_IC_H_OFFS_SHD 0xF90E4A24          Extra Path 2 Image Current Horizontal Offset Of Output Window Shadow Register
CIFEP_2_IC_V_OFFS_SHD 0xF90E4A28          Extra Path 2 Image Current Vertical Offset Of Output Window Shadow Register
CIFEP_2_IC_H_SIZE_SHD 0xF90E4A2C          Extra Path 2 Image Current Output Horizontal Picture Size Shadow Register
CIFEP_2_IC_V_SIZE_SHD 0xF90E4A30          Extra Path 2 Image Current Output Vertical Picture Size Shadow Register
CIFEP_3_IC_CTRL 0xF90E4B00          Extra Path 3 Image Cropping Control Register
CIFEP_3_IC_RECENTER 0xF90E4B04          Extra Path 3 Image Cropping Recenter Register
CIFEP_3_IC_H_OFFS 0xF90E4B08          Extra Path 3 Image Cropping Horizontal Offset of Output Window Register
CIFEP_3_IC_V_OFFS 0xF90E4B0C          Extra Path 3 Image Cropping Vertical Offset Of Output Window Register
CIFEP_3_IC_H_SIZE 0xF90E4B10          Extra Path 3 Image Cropping Output Horizontal Picture Size Register
CIFEP_3_IC_V_SIZE 0xF90E4B14          Extra Path 3 Image Cropping Output Vertical Picture Size Register
CIFEP_3_IC_MAX_DX 0xF90E4B18          Extra Path 3 Image Cropping Maximum Horizontal Displacement Register
CIFEP_3_IC_MAX_DY 0xF90E4B1C          Extra Path 3 Image Cropping Maximum Vertical Displacement Register
CIFEP_3_IC_DISPLACE 0xF90E4B20          Extra Path 3 Image Cropping Camera Displacement Register
CIFEP_3_IC_H_OFFS_SHD 0xF90E4B24          Extra Path 3 Image Current Horizontal Offset Of Output Window Shadow Register
CIFEP_3_IC_V_OFFS_SHD 0xF90E4B28          Extra Path 3 Image Current Vertical Offset Of Output Window Shadow Register
CIFEP_3_IC_H_SIZE_SHD 0xF90E4B2C          Extra Path 3 Image Current Output Horizontal Picture Size Shadow Register
CIFEP_3_IC_V_SIZE_SHD 0xF90E4B30          Extra Path 3 Image Current Output Vertical Picture Size Shadow Register
CIFEP_4_IC_CTRL 0xF90E4C00          Extra Path 4 Image Cropping Control Register
CIFEP_4_IC_RECENTER 0xF90E4C04          Extra Path 4 Image Cropping Recenter Register
CIFEP_4_IC_H_OFFS 0xF90E4C08          Extra Path 4 Image Cropping Horizontal Offset of Output Window Register
CIFEP_4_IC_V_OFFS 0xF90E4C0C          Extra Path 4 Image Cropping Vertical Offset Of Output Window Register
CIFEP_4_IC_H_SIZE 0xF90E4C10          Extra Path 4 Image Cropping Output Horizontal Picture Size Register
CIFEP_4_IC_V_SIZE 0xF90E4C14          Extra Path 4 Image Cropping Output Vertical Picture Size Register
CIFEP_4_IC_MAX_DX 0xF90E4C18          Extra Path 4 Image Cropping Maximum Horizontal Displacement Register
CIFEP_4_IC_MAX_DY 0xF90E4C1C          Extra Path 4 Image Cropping Maximum Vertical Displacement Register
CIFEP_4_IC_DISPLACE 0xF90E4C20          Extra Path 4 Image Cropping Camera Displacement Register
CIFEP_4_IC_H_OFFS_SHD 0xF90E4C24          Extra Path 4 Image Current Horizontal Offset Of Output Window Shadow Register
CIFEP_4_IC_V_OFFS_SHD 0xF90E4C28          Extra Path 4 Image Current Vertical Offset Of Output Window Shadow Register
CIFEP_4_IC_H_SIZE_SHD 0xF90E4C2C          Extra Path 4 Image Current Output Horizontal Picture Size Shadow Register
CIFEP_4_IC_V_SIZE_SHD 0xF90E4C30          Extra Path 4 Image Current Output Vertical Picture Size Shadow Register
CIFEP_5_IC_CTRL 0xF90E4D00          Extra Path 5 Image Cropping Control Register
CIFEP_5_IC_RECENTER 0xF90E4D04          Extra Path 5 Image Cropping Recenter Register
CIFEP_5_IC_H_OFFS 0xF90E4D08          Extra Path 5 Image Cropping Horizontal Offset of Output Window Register
CIFEP_5_IC_V_OFFS 0xF90E4D0C          Extra Path 5 Image Cropping Vertical Offset Of Output Window Register
CIFEP_5_IC_H_SIZE 0xF90E4D10          Extra Path 5 Image Cropping Output Horizontal Picture Size Register
CIFEP_5_IC_V_SIZE 0xF90E4D14          Extra Path 5 Image Cropping Output Vertical Picture Size Register
CIFEP_5_IC_MAX_DX 0xF90E4D18          Extra Path 5 Image Cropping Maximum Horizontal Displacement Register
CIFEP_5_IC_MAX_DY 0xF90E4D1C          Extra Path 5 Image Cropping Maximum Vertical Displacement Register
CIFEP_5_IC_DISPLACE 0xF90E4D20          Extra Path 5 Image Cropping Camera Displacement Register
CIFEP_5_IC_H_OFFS_SHD 0xF90E4D24          Extra Path 5 Image Current Horizontal Offset Of Output Window Shadow Register
CIFEP_5_IC_V_OFFS_SHD 0xF90E4D28          Extra Path 5 Image Current Vertical Offset Of Output Window Shadow Register
CIFEP_5_IC_H_SIZE_SHD 0xF90E4D2C          Extra Path 5 Image Current Output Horizontal Picture Size Shadow Register
CIFEP_5_IC_V_SIZE_SHD 0xF90E4D30          Extra Path 5 Image Current Output Vertical Picture Size Shadow Register
CIFMIEP_STA_ERR 0xF90E5400          Extra Path Error Register
CIFMIEP_STA_ERR_CLR 0xF90E5404          Extra Path Error Clear Register
CIFMIEP_IMSC    0xF90E5408          MI Extra Path Interrupt Mask ?1?: interrupt active, ?0?: interrupt masked
CIFMIEP_RIS     0xF90E540C          MI Extra Path Raw Interrupt Status Register
CIFMIEP_MIS     0xF90E5410          MI Extra Path Masked Interrupt Status Register
CIFMIEP_ICR     0xF90E5414          MI Extra Path Interrupt Clear Register
CIFMIEP_ISR     0xF90E5418          MI Extra Path Interrupt Set Register
CIFMIEP_1_CTRL  0xF90E5500          Memory Interface Extra Path 1 Control Register
CIFMIEP_1_INIT  0xF90E5504          Memory Interface Extra Path 1 Control Register For Address Init And Skip Function Register
CIFMIEP_1_BASE_AD_INIT 0xF90E5508          Memory Interface Base Address For Extra Path 1 Data Buffer Register
CIFMIEP_1_SIZE_INIT 0xF90E550C          Memory Interface Size of Extra Path 1 Data Buffer Register
CIFMIEP_1_OFFS_CNT_INIT 0xF90E5510          Memory Interface Offset Counter Init Value For Extra Path 1 Buffer Register
CIFMIEP_1_OFFS_CNT_START 0xF90E5514          Memory Interface Offset Counter Start Value For Extra Path 1 Register
CIFMIEP_1_IRQ_OFFS_INIT 0xF90E5518          Memory Interface Fill Level Interrupt Offset Value For Extra Path 1 Register
CIFMIEP_1_CTRL_SHD 0xF90E551C          Memory Interface Extra Path 1 Control Internal Shadow Register
CIFMIEP_1_BASE_AD_SHD 0xF90E5520          Memory Interface Base Address Shadow Register for Extra Path 1 Buffer Register
CIFMIEP_1_SIZE_SHD 0xF90E5524          Memory Interface Size Shadow Register of Extra Path 1 Buffer Register
CIFMIEP_1_OFFS_CNT_SHD 0xF90E5528          Memory Interface Current Offset Counter of Extra Path 1 Buffer Register
CIFMIEP_1_IRQ_OFFS_SHD 0xF90E552C          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Extra Path 1 Register
CIFMIEP_2_CTRL  0xF90E5600          Memory Interface Extra Path 2 Control Register
CIFMIEP_2_INIT  0xF90E5604          Memory Interface Extra Path 2 Control Register For Address Init And Skip Function Register
CIFMIEP_2_BASE_AD_INIT 0xF90E5608          Memory Interface Base Address For Extra Path 2 Data Buffer Register
CIFMIEP_2_SIZE_INIT 0xF90E560C          Memory Interface Size of Extra Path 2 Data Buffer Register
CIFMIEP_2_OFFS_CNT_INIT 0xF90E5610          Memory Interface Offset Counter Init Value For Extra Path 2 Buffer Register
CIFMIEP_2_OFFS_CNT_START 0xF90E5614          Memory Interface Offset Counter Start Value For Extra Path 2 Register
CIFMIEP_2_IRQ_OFFS_INIT 0xF90E5618          Memory Interface Fill Level Interrupt Offset Value For Extra Path 2 Register
CIFMIEP_2_CTRL_SHD 0xF90E561C          Memory Interface Extra Path 2 Control Internal Shadow Register
CIFMIEP_2_BASE_AD_SHD 0xF90E5620          Memory Interface Base Address Shadow Register for Extra Path 2 Buffer Register
CIFMIEP_2_SIZE_SHD 0xF90E5624          Memory Interface Size Shadow Register of Extra Path 2 Buffer Register
CIFMIEP_2_OFFS_CNT_SHD 0xF90E5628          Memory Interface Current Offset Counter of Extra Path 2 Buffer Register
CIFMIEP_2_IRQ_OFFS_SHD 0xF90E562C          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Extra Path 2 Register
CIFMIEP_3_CTRL  0xF90E5700          Memory Interface Extra Path 3 Control Register
CIFMIEP_3_INIT  0xF90E5704          Memory Interface Extra Path 3 Control Register For Address Init And Skip Function Register
CIFMIEP_3_BASE_AD_INIT 0xF90E5708          Memory Interface Base Address For Extra Path 3 Data Buffer Register
CIFMIEP_3_SIZE_INIT 0xF90E570C          Memory Interface Size of Extra Path 3 Data Buffer Register
CIFMIEP_3_OFFS_CNT_INIT 0xF90E5710          Memory Interface Offset Counter Init Value For Extra Path 3 Buffer Register
CIFMIEP_3_OFFS_CNT_START 0xF90E5714          Memory Interface Offset Counter Start Value For Extra Path 3 Register
CIFMIEP_3_IRQ_OFFS_INIT 0xF90E5718          Memory Interface Fill Level Interrupt Offset Value For Extra Path 3 Register
CIFMIEP_3_CTRL_SHD 0xF90E571C          Memory Interface Extra Path 3 Control Internal Shadow Register
CIFMIEP_3_BASE_AD_SHD 0xF90E5720          Memory Interface Base Address Shadow Register for Extra Path 3 Buffer Register
CIFMIEP_3_SIZE_SHD 0xF90E5724          Memory Interface Size Shadow Register of Extra Path 3 Buffer Register
CIFMIEP_3_OFFS_CNT_SHD 0xF90E5728          Memory Interface Current Offset Counter of Extra Path 3 Buffer Register
CIFMIEP_3_IRQ_OFFS_SHD 0xF90E572C          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Extra Path 3 Register
CIFMIEP_4_CTRL  0xF90E5800          Memory Interface Extra Path 4 Control Register
CIFMIEP_4_INIT  0xF90E5804          Memory Interface Extra Path 4 Control Register For Address Init And Skip Function Register
CIFMIEP_4_BASE_AD_INIT 0xF90E5808          Memory Interface Base Address For Extra Path 4 Data Buffer Register
CIFMIEP_4_SIZE_INIT 0xF90E580C          Memory Interface Size of Extra Path 4 Data Buffer Register
CIFMIEP_4_OFFS_CNT_INIT 0xF90E5810          Memory Interface Offset Counter Init Value For Extra Path 4 Buffer Register
CIFMIEP_4_OFFS_CNT_START 0xF90E5814          Memory Interface Offset Counter Start Value For Extra Path 4 Register
CIFMIEP_4_IRQ_OFFS_INIT 0xF90E5818          Memory Interface Fill Level Interrupt Offset Value For Extra Path 4 Register
CIFMIEP_4_CTRL_SHD 0xF90E581C          Memory Interface Extra Path 4 Control Internal Shadow Register
CIFMIEP_4_BASE_AD_SHD 0xF90E5820          Memory Interface Base Address Shadow Register for Extra Path 4 Buffer Register
CIFMIEP_4_SIZE_SHD 0xF90E5824          Memory Interface Size Shadow Register of Extra Path 4 Buffer Register
CIFMIEP_4_OFFS_CNT_SHD 0xF90E5828          Memory Interface Current Offset Counter of Extra Path 4 Buffer Register
CIFMIEP_4_IRQ_OFFS_SHD 0xF90E582C          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Extra Path 4 Register
CIFMIEP_5_CTRL  0xF90E5900          Memory Interface Extra Path 5 Control Register
CIFMIEP_5_INIT  0xF90E5904          Memory Interface Extra Path 5 Control Register For Address Init And Skip Function Register
CIFMIEP_5_BASE_AD_INIT 0xF90E5908          Memory Interface Base Address For Extra Path 5 Data Buffer Register
CIFMIEP_5_SIZE_INIT 0xF90E590C          Memory Interface Size of Extra Path 5 Data Buffer Register
CIFMIEP_5_OFFS_CNT_INIT 0xF90E5910          Memory Interface Offset Counter Init Value For Extra Path 5 Buffer Register
CIFMIEP_5_OFFS_CNT_START 0xF90E5914          Memory Interface Offset Counter Start Value For Extra Path 5 Register
CIFMIEP_5_IRQ_OFFS_INIT 0xF90E5918          Memory Interface Fill Level Interrupt Offset Value For Extra Path 5 Register
CIFMIEP_5_CTRL_SHD 0xF90E591C          Memory Interface Extra Path 5 Control Internal Shadow Register
CIFMIEP_5_BASE_AD_SHD 0xF90E5920          Memory Interface Base Address Shadow Register for Extra Path 5 Buffer Register
CIFMIEP_5_SIZE_SHD 0xF90E5924          Memory Interface Size Shadow Register of Extra Path 5 Buffer Register
CIFMIEP_5_OFFS_CNT_SHD 0xF90E5928          Memory Interface Current Offset Counter of Extra Path 5 Buffer Register
CIFMIEP_5_IRQ_OFFS_SHD 0xF90E592C          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Extra Path 5 Register
EMEM_CLC        0xF90E6000          Clock Control Register
EMEM_ID         0xF90E6008          Module Identification Register
EMEM_TILECONFIG 0xF90E6020          Tile Configuration Register
EMEM_TILESTATE  0xF90E602C          Tile Status Register
EMEM_SBRCTR     0xF90E6034          Standby RAM Control Register

; this chip implements TriCore v1.6 instruction set
; this memory map and registers was based on stepping D of the chip
.tc2xx/tc27x
; MEMORY MAP
area DATA CPU2_DSPR       0x50000000:0x5001E000   CPU2 Data Scratch Pad SRAM, non-cached
area DATA CPU2_DCACHE     0x5001E000:0x50020000   CPU2 Data Cache SRAM, non-cached
area DATA CPU2_DTAG       0x500C0000:0x500C0C00   CPU2 Data Cache TAG SRAM, non-cached
area CODE CPU2_PSPR       0x50100000:0x50108000   CPU2 Program Scratch Pad SRAM, non-cached
area CODE CPU2_PCACHE     0x50108000:0x5010C000   CPU2 Program Cache SRAM, non-cached
area CODE CPU2_PTAG       0x501C0000:0x501C1800   CPU2 Program Cache TAG SRAM, non-cached
area DATA CPU1_DSPR       0x60000000:0x6001E000   CPU1 Data Scratch Pad SRAM, non-cached
area DATA CPU1_DCACHE     0x6001E000:0x60020000   CPU1 Data Cache SRAM, non-cached
area DATA CPU1_DTAG       0x600C0000:0x600C0C00   CPU1 Data Cache TAG SRAM, non-cached
area CODE CPU1_PSPR       0x60100000:0x60108000   CPU1 Program Scratch Pad SRAM, non-cached
area CODE CPU1_PCACHE     0x60108000:0x6010C000   CPU1 Program Cache SRAM, non-cached
area CODE CPU1_PTAG       0x601C0000:0x601C1800   CPU1 Program Cache TAG SRAM, non-cached
area DATA CPU0_DSPR       0x70000000:0x7001C000   CPU0 Data Scratch Pad SRAM, non-cached
area CODE CPU0_PSPR       0x70100000:0x70106000   CPU0 Program Scratch Pad SRAM, non-cached
area CODE CPU0_PCACHE     0x70106000:0x70108000   CPU0 Program Cache SRAM, non-cached
area CODE CPU0_PTAG       0x701C0000:0x701C0C00   CPU0 Program Cache TAG SRAM, non-cached
area CODE PFLASH0         0x80000000:0x80200000   Program Flash 0, cached
area CODE PFLASH1         0x80200000:0x80400000   Program Flash 1, cached
area DATA OLDA            0x8FE70000:0x8FE78000   Online Data Acquisition, cached
area CODE BROM            0x8FFF8000:0x90000000   Boot ROM, cached
area DATA LMURAM          0x90000000:0x90008000   LMU SRAM, cached
area CODE PFLASH0_NC      0xA0000000:0xA0200000   Program Flash 0, non-cached
area CODE PFLASH1_NC      0xA0200000:0xA0400000   Program Flash 1, non-cached
area DATA DFLASH0_NC      0xAF000000:0xAF104000   Data Flash 0, non-cached
area DATA DFLASH1_NC      0xAF110000:0xAF120000   Data Flash 1, non-cached
area DATA OLDA_NC         0xAFE70000:0xAFE78000   Online Data Acquisition, non-cached
area CODE BROM_NC         0xAFFF8000:0xB0000000   Boot ROM, non-cached
area DATA LMURAM_NC       0xB0000000:0xB0008000   LMU SRAM, non-cached
area DATA REGISTERS       0xF0000000:0xFF120000   Core SFRs and GPRs
; REGISTERS
STM0_CLC        0xF0000000          Clock Control Register
STM0_ID         0xF0000008          Module Identification Register
STM0_TIM0       0xF0000010          Timer Register 0
STM0_TIM1       0xF0000014          Timer Register 1
STM0_TIM2       0xF0000018          Timer Register 2
STM0_TIM3       0xF000001C          Timer Register 3
STM0_TIM4       0xF0000020          Timer Register 4
STM0_TIM5       0xF0000024          Timer Register 5
STM0_TIM6       0xF0000028          Timer Register 6
STM0_CAP        0xF000002C          Timer Capture Register
STM0_CMP0       0xF0000030          Compare Register 0
STM0_CMP1       0xF0000034          Compare Register 1
STM0_CMCON      0xF0000038          Compare Match Control Register
STM0_ICR        0xF000003C          Interrupt Control Register
STM0_ISCR       0xF0000040          Interrupt Set/Clear Register
STM0_TIM0SV     0xF0000050          Timer Register 0 Second View
STM0_CAPSV      0xF0000054          Timer Capture Register Second View
STM0_OCS        0xF00000E8          OCDS Control and Status
STM0_KRSTCLR    0xF00000EC          Kernel Reset Status Clear Register
STM0_KRST1      0xF00000F0          Kernel Reset Register 1
STM0_KRST0      0xF00000F4          Kernel Reset Register 0
STM0_ACCEN1     0xF00000F8          Access Enable Register 1
STM0_ACCEN0     0xF00000FC          Access Enable Register 0
STM1_CLC        0xF0000100          Clock Control Register
STM1_ID         0xF0000108          Module Identification Register
STM1_TIM0       0xF0000110          Timer Register 0
STM1_TIM1       0xF0000114          Timer Register 1
STM1_TIM2       0xF0000118          Timer Register 2
STM1_TIM3       0xF000011C          Timer Register 3
STM1_TIM4       0xF0000120          Timer Register 4
STM1_TIM5       0xF0000124          Timer Register 5
STM1_TIM6       0xF0000128          Timer Register 6
STM1_CAP        0xF000012C          Timer Capture Register
STM1_CMP0       0xF0000130          Compare Register 0
STM1_CMP1       0xF0000134          Compare Register 1
STM1_CMCON      0xF0000138          Compare Match Control Register
STM1_ICR        0xF000013C          Interrupt Control Register
STM1_ISCR       0xF0000140          Interrupt Set/Clear Register
STM1_TIM0SV     0xF0000150          Timer Register 0 Second View
STM1_CAPSV      0xF0000154          Timer Capture Register Second View
STM1_OCS        0xF00001E8          OCDS Control and Status
STM1_KRSTCLR    0xF00001EC          Kernel Reset Status Clear Register
STM1_KRST1      0xF00001F0          Kernel Reset Register 1
STM1_KRST0      0xF00001F4          Kernel Reset Register 0
STM1_ACCEN1     0xF00001F8          Access Enable Register 1
STM1_ACCEN0     0xF00001FC          Access Enable Register 0
STM2_CLC        0xF0000200          Clock Control Register
STM2_ID         0xF0000208          Module Identification Register
STM2_TIM0       0xF0000210          Timer Register 0
STM2_TIM1       0xF0000214          Timer Register 1
STM2_TIM2       0xF0000218          Timer Register 2
STM2_TIM3       0xF000021C          Timer Register 3
STM2_TIM4       0xF0000220          Timer Register 4
STM2_TIM5       0xF0000224          Timer Register 5
STM2_TIM6       0xF0000228          Timer Register 6
STM2_CAP        0xF000022C          Timer Capture Register
STM2_CMP0       0xF0000230          Compare Register 0
STM2_CMP1       0xF0000234          Compare Register 1
STM2_CMCON      0xF0000238          Compare Match Control Register
STM2_ICR        0xF000023C          Interrupt Control Register
STM2_ISCR       0xF0000240          Interrupt Set/Clear Register
STM2_TIM0SV     0xF0000250          Timer Register 0 Second View
STM2_CAPSV      0xF0000254          Timer Capture Register Second View
STM2_OCS        0xF00002E8          OCDS Control and Status
STM2_KRSTCLR    0xF00002EC          Kernel Reset Status Clear Register
STM2_KRST1      0xF00002F0          Kernel Reset Register 1
STM2_KRST0      0xF00002F4          Kernel Reset Register 0
STM2_ACCEN1     0xF00002F8          Access Enable Register 1
STM2_ACCEN0     0xF00002FC          Access Enable Register 0
CBS_JDPID       0xF0000408          Module Identification Register
CBS_OIFM        0xF000040C          OCDS Interface Mode Register
CBS_TIPR        0xF0000410          TG Input Pins Routing
CBS_TOPR        0xF0000414          TG Output Pins Routing
CBS_TOPPS       0xF0000418          TG Output Pins Pulse Stretcher
CBS_TCIP        0xF000041C          TG Capture for TG Input Pins
CBS_TRC0        0xF0000420          TG Routing for CPU0
CBS_TRC1        0xF0000424          TG Routing for CPU1
CBS_TRC2        0xF0000428          TG Routing for CPU2
CBS_TRHSM       0xF0000438          TG Routing for HSM Control
CBS_TRMC        0xF000043C          TG Routing for MCDS Control
CBS_TLCC0       0xF0000440          TG Line Counter Control
CBS_TLCC1       0xF0000444          TG Line Counter Control
CBS_TLCV0       0xF0000450          TG Line Counter Value
CBS_TLCV1       0xF0000454          TG Line Counter Value
CBS_TRSS        0xF0000460          TG Routing for Special Signals
CBS_JTAGID      0xF0000464          JTAG Device Identification Register
CBS_COMDATA     0xF0000468          Communication Mode Data Register
CBS_IOSR        0xF000046C          IOClient Status and Control Register
CBS_TLS         0xF0000470          TG Line State
CBS_TCTL        0xF0000474          TG Capture for TG Lines
CBS_OEC         0xF0000478          OCDS Enable Control Register
CBS_OCNTRL      0xF000047C          OSCU Control Register
CBS_OSTATE      0xF0000480          OSCU Status Register
CBS_INTMOD      0xF0000484          Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488          Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C          Internally Controlled Trace Destination Register
CBS_TLC         0xF0000490          TG Line Control
CBS_TL1ST       0xF0000494          TG Line 1 Suspend Targets
CBS_TLCHE       0xF0000498          TG Line Capture and Hold Enable
CBS_TLCHS       0xF000049C          TG Line Capture and Hold Clear
CBS_TRIGS       0xF00004A0          Set Trigger to Host Register
CBS_TRIGC       0xF00004A4          Clear Trigger to Host Register
CBS_TLT         0xF00004A8          TG Line Timer
CBS_TLTTH       0xF00004AC          TG Lines for Trigger to Host
CBS_TCCB        0xF00004B0          TG Capture for Cores - BRKOUT
CBS_TCCH        0xF00004B4          TG Capture for Cores - HALT
CBS_TCTGB       0xF00004B8          TG Capture for OTGB0/1
CBS_TCM         0xF00004BC          TG Capture for MCDS
CBS_TREC0       0xF00004C0          TG Routing Events of CPU0
CBS_TREC1       0xF00004C4          TG Routing Events of CPU1
CBS_TREC2       0xF00004C8          TG Routing Events of CPU2
CBS_TRMT        0xF00004DC          TG Routing for MCDS Triggers
CBS_TRTGB0L     0xF00004E0          TG Routing for OTGB0 Bits [7:0]
CBS_TRTGB0H     0xF00004E4          TG Routing for OTGB0 Bits [15:8]
CBS_TRTGB1L     0xF00004E8          TG Routing for OTGB1 Bits [7:0]
CBS_TRTGB1H     0xF00004EC          TG Routing for OTGB1 Bits [15:8]
CBS_TRIG0       0xF0000500          Trigger to Host Register 0
CBS_TRIG1       0xF0000504          Trigger to Host Register 1
CBS_TRIG2       0xF0000508          Trigger to Host Register 2
CBS_TRIG3       0xF000050C          Trigger to Host Register 3
CBS_TRIG4       0xF0000510          Trigger to Host Register 4
CBS_TRIG5       0xF0000514          Trigger to Host Register 5
CBS_TRIG6       0xF0000518          Trigger to Host Register 6
CBS_TRIG7       0xF000051C          Trigger to Host Register 7
CBS_TRIG8       0xF0000520          Trigger to Host Register 8
CBS_TRIG9       0xF0000524          Trigger to Host Register 9
CBS_TRIG10      0xF0000528          Trigger to Host Register 10
CBS_TRIG11      0xF000052C          Trigger to Host Register 11
CBS_TRIG12      0xF0000530          Trigger to Host Register 12
CBS_TRIG13      0xF0000534          Trigger to Host Register 13
CBS_TRIG14      0xF0000538          Trigger to Host Register 14
CBS_TRIG15      0xF000053C          Trigger to Host Register 15
CBS_TRIG16      0xF0000540          Trigger to Host Register 16
CBS_TRIG17      0xF0000544          Trigger to Host Register 17
CBS_TRIG18      0xF0000548          Trigger to Host Register 18
CBS_TRIG19      0xF000054C          Trigger to Host Register 19
CBS_TRIG20      0xF0000550          Trigger to Host Register 20
CBS_TRIG21      0xF0000554          Trigger to Host Register 21
ASCLIN0_CLC     0xF0000600          Clock Control Register
ASCLIN0_IOCR    0xF0000604          Input and Output Control Register
ASCLIN0_ID      0xF0000608          Module Identification Register
ASCLIN0_TXFIFOCON 0xF000060C          TX FIFO Configuration Register
ASCLIN0_RXFIFOCON 0xF0000610          RX FIFO Configuration Register
ASCLIN0_BITCON  0xF0000614          Bit Configuration Register
ASCLIN0_FRAMECON 0xF0000618          Frame Control Register
ASCLIN0_DATCON  0xF000061C          Data Configuration Register
ASCLIN0_BRG     0xF0000620          Baud Rate Generation Register
ASCLIN0_BRD     0xF0000624          Baud Rate Detection Register
ASCLIN0_LINCON  0xF0000628          LIN Control Register
ASCLIN0_LINBTIMER 0xF000062C          LIN Break Timer Register
ASCLIN0_LINHTIMER 0xF0000630          LIN Header Timer Register
ASCLIN0_FLAGS   0xF0000634          Flags Register
ASCLIN0_FLAGSSET 0xF0000638          Flags Set Register
ASCLIN0_FLAGSCLEAR 0xF000063C          Flags Clear Register
ASCLIN0_FLAGSENABLE 0xF0000640          Flags Enable Register
ASCLIN0_TXDATA  0xF0000644          Transmit Data Register
ASCLIN0_RXDATA  0xF0000648          Receive Data Register
ASCLIN0_CSR     0xF000064C          Clock Selection Register
ASCLIN0_RXDATAD 0xF0000650          Receive Data Debug Register
ASCLIN0_OCS     0xF00006E8          OCDS Control and Status
ASCLIN0_KRSTCLR 0xF00006EC          Kernel Reset Status Clear Register
ASCLIN0_KRST1   0xF00006F0          Kernel Reset Register 1
ASCLIN0_KRST0   0xF00006F4          Kernel Reset Register 0
ASCLIN0_ACCEN1  0xF00006F8          Access Enable Register 1
ASCLIN0_ACCEN0  0xF00006FC          Access Enable Register 0
ASCLIN1_CLC     0xF0000700          Clock Control Register
ASCLIN1_IOCR    0xF0000704          Input and Output Control Register
ASCLIN1_ID      0xF0000708          Module Identification Register
ASCLIN1_TXFIFOCON 0xF000070C          TX FIFO Configuration Register
ASCLIN1_RXFIFOCON 0xF0000710          RX FIFO Configuration Register
ASCLIN1_BITCON  0xF0000714          Bit Configuration Register
ASCLIN1_FRAMECON 0xF0000718          Frame Control Register
ASCLIN1_DATCON  0xF000071C          Data Configuration Register
ASCLIN1_BRG     0xF0000720          Baud Rate Generation Register
ASCLIN1_BRD     0xF0000724          Baud Rate Detection Register
ASCLIN1_LINCON  0xF0000728          LIN Control Register
ASCLIN1_LINBTIMER 0xF000072C          LIN Break Timer Register
ASCLIN1_LINHTIMER 0xF0000730          LIN Header Timer Register
ASCLIN1_FLAGS   0xF0000734          Flags Register
ASCLIN1_FLAGSSET 0xF0000738          Flags Set Register
ASCLIN1_FLAGSCLEAR 0xF000073C          Flags Clear Register
ASCLIN1_FLAGSENABLE 0xF0000740          Flags Enable Register
ASCLIN1_TXDATA  0xF0000744          Transmit Data Register
ASCLIN1_RXDATA  0xF0000748          Receive Data Register
ASCLIN1_CSR     0xF000074C          Clock Selection Register
ASCLIN1_RXDATAD 0xF0000750          Receive Data Debug Register
ASCLIN1_OCS     0xF00007E8          OCDS Control and Status
ASCLIN1_KRSTCLR 0xF00007EC          Kernel Reset Status Clear Register
ASCLIN1_KRST1   0xF00007F0          Kernel Reset Register 1
ASCLIN1_KRST0   0xF00007F4          Kernel Reset Register 0
ASCLIN1_ACCEN1  0xF00007F8          Access Enable Register 1
ASCLIN1_ACCEN0  0xF00007FC          Access Enable Register 0
ASCLIN2_CLC     0xF0000800          Clock Control Register
ASCLIN2_IOCR    0xF0000804          Input and Output Control Register
ASCLIN2_ID      0xF0000808          Module Identification Register
ASCLIN2_TXFIFOCON 0xF000080C          TX FIFO Configuration Register
ASCLIN2_RXFIFOCON 0xF0000810          RX FIFO Configuration Register
ASCLIN2_BITCON  0xF0000814          Bit Configuration Register
ASCLIN2_FRAMECON 0xF0000818          Frame Control Register
ASCLIN2_DATCON  0xF000081C          Data Configuration Register
ASCLIN2_BRG     0xF0000820          Baud Rate Generation Register
ASCLIN2_BRD     0xF0000824          Baud Rate Detection Register
ASCLIN2_LINCON  0xF0000828          LIN Control Register
ASCLIN2_LINBTIMER 0xF000082C          LIN Break Timer Register
ASCLIN2_LINHTIMER 0xF0000830          LIN Header Timer Register
ASCLIN2_FLAGS   0xF0000834          Flags Register
ASCLIN2_FLAGSSET 0xF0000838          Flags Set Register
ASCLIN2_FLAGSCLEAR 0xF000083C          Flags Clear Register
ASCLIN2_FLAGSENABLE 0xF0000840          Flags Enable Register
ASCLIN2_TXDATA  0xF0000844          Transmit Data Register
ASCLIN2_RXDATA  0xF0000848          Receive Data Register
ASCLIN2_CSR     0xF000084C          Clock Selection Register
ASCLIN2_RXDATAD 0xF0000850          Receive Data Debug Register
ASCLIN2_OCS     0xF00008E8          OCDS Control and Status
ASCLIN2_KRSTCLR 0xF00008EC          Kernel Reset Status Clear Register
ASCLIN2_KRST1   0xF00008F0          Kernel Reset Register 1
ASCLIN2_KRST0   0xF00008F4          Kernel Reset Register 0
ASCLIN2_ACCEN1  0xF00008F8          Access Enable Register 1
ASCLIN2_ACCEN0  0xF00008FC          Access Enable Register 0
ASCLIN3_CLC     0xF0000900          Clock Control Register
ASCLIN3_IOCR    0xF0000904          Input and Output Control Register
ASCLIN3_ID      0xF0000908          Module Identification Register
ASCLIN3_TXFIFOCON 0xF000090C          TX FIFO Configuration Register
ASCLIN3_RXFIFOCON 0xF0000910          RX FIFO Configuration Register
ASCLIN3_BITCON  0xF0000914          Bit Configuration Register
ASCLIN3_FRAMECON 0xF0000918          Frame Control Register
ASCLIN3_DATCON  0xF000091C          Data Configuration Register
ASCLIN3_BRG     0xF0000920          Baud Rate Generation Register
ASCLIN3_BRD     0xF0000924          Baud Rate Detection Register
ASCLIN3_LINCON  0xF0000928          LIN Control Register
ASCLIN3_LINBTIMER 0xF000092C          LIN Break Timer Register
ASCLIN3_LINHTIMER 0xF0000930          LIN Header Timer Register
ASCLIN3_FLAGS   0xF0000934          Flags Register
ASCLIN3_FLAGSSET 0xF0000938          Flags Set Register
ASCLIN3_FLAGSCLEAR 0xF000093C          Flags Clear Register
ASCLIN3_FLAGSENABLE 0xF0000940          Flags Enable Register
ASCLIN3_TXDATA  0xF0000944          Transmit Data Register
ASCLIN3_RXDATA  0xF0000948          Receive Data Register
ASCLIN3_CSR     0xF000094C          Clock Selection Register
ASCLIN3_RXDATAD 0xF0000950          Receive Data Debug Register
ASCLIN3_OCS     0xF00009E8          OCDS Control and Status
ASCLIN3_KRSTCLR 0xF00009EC          Kernel Reset Status Clear Register
ASCLIN3_KRST1   0xF00009F0          Kernel Reset Register 1
ASCLIN3_KRST0   0xF00009F4          Kernel Reset Register 0
ASCLIN3_ACCEN1  0xF00009F8          Access Enable Register 1
ASCLIN3_ACCEN0  0xF00009FC          Access Enable Register 0
QSPI0_CLC       0xF0001C00          Clock Control Register
QSPI0_PISEL     0xF0001C04          Port Input Select Register
QSPI0_ID        0xF0001C08          Module Identification Register
QSPI0_GLOBALCON 0xF0001C10          Global Configuration Register
QSPI0_GLOBALCON1 0xF0001C14          Global Configuration Register 1
QSPI0_BACON     0xF0001C18          Basic Configuration Register
QSPI0_ECON0     0xF0001C20          Configuration Extension 0
QSPI0_ECON1     0xF0001C24          Configuration Extension 1
QSPI0_ECON2     0xF0001C28          Configuration Extension 2
QSPI0_ECON3     0xF0001C2C          Configuration Extension 3
QSPI0_ECON4     0xF0001C30          Configuration Extension 4
QSPI0_ECON5     0xF0001C34          Configuration Extension 5
QSPI0_ECON6     0xF0001C38          Configuration Extension 6
QSPI0_ECON7     0xF0001C3C          Configuration Extension 7
QSPI0_STATUS    0xF0001C40          Status Register
QSPI0_STATUS1   0xF0001C44          Status Register 1
QSPI0_SSOC      0xF0001C48          Slave Select Output Control Register
QSPI0_FLAGSCLEAR 0xF0001C54          Flags Clear Register
QSPI0_XXLCON    0xF0001C58          Extra Large Data Configuration Register
QSPI0_MIXENTRY  0xF0001C5C          MIX_ENTRY Register
QSPI0_BACONENTRY 0xF0001C60          BACON_ENTRY Register
QSPI0_DATAENTRY0 0xF0001C64          DATA_ENTRY Register 0
QSPI0_DATAENTRY1 0xF0001C68          DATA_ENTRY Register 1
QSPI0_DATAENTRY2 0xF0001C6C          DATA_ENTRY Register 2
QSPI0_DATAENTRY3 0xF0001C70          DATA_ENTRY Register 3
QSPI0_DATAENTRY4 0xF0001C74          DATA_ENTRY Register 4
QSPI0_DATAENTRY5 0xF0001C78          DATA_ENTRY Register 5
QSPI0_DATAENTRY6 0xF0001C7C          DATA_ENTRY Register 6
QSPI0_DATAENTRY7 0xF0001C80          DATA_ENTRY Register 7
QSPI0_RXEXIT    0xF0001C90          RX_EXIT Register
QSPI0_RXEXITD   0xF0001C94          RX_EXIT Debug Register
QSPI0_OCS       0xF0001CE8          OCDS Control and Status
QSPI0_KRSTCLR   0xF0001CEC          Kernel Reset Status Clear Register
QSPI0_KRST1     0xF0001CF0          Kernel Reset Register 1
QSPI0_KRST0     0xF0001CF4          Kernel Reset Register 0
QSPI0_ACCEN1    0xF0001CF8          Access Enable Register 1
QSPI0_ACCEN0    0xF0001CFC          Access Enable Register 0
QSPI1_CLC       0xF0001D00          Clock Control Register
QSPI1_PISEL     0xF0001D04          Port Input Select Register
QSPI1_ID        0xF0001D08          Module Identification Register
QSPI1_GLOBALCON 0xF0001D10          Global Configuration Register
QSPI1_GLOBALCON1 0xF0001D14          Global Configuration Register 1
QSPI1_BACON     0xF0001D18          Basic Configuration Register
QSPI1_ECON0     0xF0001D20          Configuration Extension 0
QSPI1_ECON1     0xF0001D24          Configuration Extension 1
QSPI1_ECON2     0xF0001D28          Configuration Extension 2
QSPI1_ECON3     0xF0001D2C          Configuration Extension 3
QSPI1_ECON4     0xF0001D30          Configuration Extension 4
QSPI1_ECON5     0xF0001D34          Configuration Extension 5
QSPI1_ECON6     0xF0001D38          Configuration Extension 6
QSPI1_ECON7     0xF0001D3C          Configuration Extension 7
QSPI1_STATUS    0xF0001D40          Status Register
QSPI1_STATUS1   0xF0001D44          Status Register 1
QSPI1_SSOC      0xF0001D48          Slave Select Output Control Register
QSPI1_FLAGSCLEAR 0xF0001D54          Flags Clear Register
QSPI1_XXLCON    0xF0001D58          Extra Large Data Configuration Register
QSPI1_MIXENTRY  0xF0001D5C          MIX_ENTRY Register
QSPI1_BACONENTRY 0xF0001D60          BACON_ENTRY Register
QSPI1_DATAENTRY0 0xF0001D64          DATA_ENTRY Register 0
QSPI1_DATAENTRY1 0xF0001D68          DATA_ENTRY Register 1
QSPI1_DATAENTRY2 0xF0001D6C          DATA_ENTRY Register 2
QSPI1_DATAENTRY3 0xF0001D70          DATA_ENTRY Register 3
QSPI1_DATAENTRY4 0xF0001D74          DATA_ENTRY Register 4
QSPI1_DATAENTRY5 0xF0001D78          DATA_ENTRY Register 5
QSPI1_DATAENTRY6 0xF0001D7C          DATA_ENTRY Register 6
QSPI1_DATAENTRY7 0xF0001D80          DATA_ENTRY Register 7
QSPI1_RXEXIT    0xF0001D90          RX_EXIT Register
QSPI1_RXEXITD   0xF0001D94          RX_EXIT Debug Register
QSPI1_OCS       0xF0001DE8          OCDS Control and Status
QSPI1_KRSTCLR   0xF0001DEC          Kernel Reset Status Clear Register
QSPI1_KRST1     0xF0001DF0          Kernel Reset Register 1
QSPI1_KRST0     0xF0001DF4          Kernel Reset Register 0
QSPI1_ACCEN1    0xF0001DF8          Access Enable Register 1
QSPI1_ACCEN0    0xF0001DFC          Access Enable Register 0
QSPI2_CLC       0xF0001E00          Clock Control Register
QSPI2_PISEL     0xF0001E04          Port Input Select Register
QSPI2_ID        0xF0001E08          Module Identification Register
QSPI2_GLOBALCON 0xF0001E10          Global Configuration Register
QSPI2_GLOBALCON1 0xF0001E14          Global Configuration Register 1
QSPI2_BACON     0xF0001E18          Basic Configuration Register
QSPI2_ECON0     0xF0001E20          Configuration Extension 0
QSPI2_ECON1     0xF0001E24          Configuration Extension 1
QSPI2_ECON2     0xF0001E28          Configuration Extension 2
QSPI2_ECON3     0xF0001E2C          Configuration Extension 3
QSPI2_ECON4     0xF0001E30          Configuration Extension 4
QSPI2_ECON5     0xF0001E34          Configuration Extension 5
QSPI2_ECON6     0xF0001E38          Configuration Extension 6
QSPI2_ECON7     0xF0001E3C          Configuration Extension 7
QSPI2_STATUS    0xF0001E40          Status Register
QSPI2_STATUS1   0xF0001E44          Status Register 1
QSPI2_SSOC      0xF0001E48          Slave Select Output Control Register
QSPI2_FLAGSCLEAR 0xF0001E54          Flags Clear Register
QSPI2_XXLCON    0xF0001E58          Extra Large Data Configuration Register
QSPI2_MIXENTRY  0xF0001E5C          MIX_ENTRY Register
QSPI2_BACONENTRY 0xF0001E60          BACON_ENTRY Register
QSPI2_DATAENTRY0 0xF0001E64          DATA_ENTRY Register 0
QSPI2_DATAENTRY1 0xF0001E68          DATA_ENTRY Register 1
QSPI2_DATAENTRY2 0xF0001E6C          DATA_ENTRY Register 2
QSPI2_DATAENTRY3 0xF0001E70          DATA_ENTRY Register 3
QSPI2_DATAENTRY4 0xF0001E74          DATA_ENTRY Register 4
QSPI2_DATAENTRY5 0xF0001E78          DATA_ENTRY Register 5
QSPI2_DATAENTRY6 0xF0001E7C          DATA_ENTRY Register 6
QSPI2_DATAENTRY7 0xF0001E80          DATA_ENTRY Register 7
QSPI2_RXEXIT    0xF0001E90          RX_EXIT Register
QSPI2_RXEXITD   0xF0001E94          RX_EXIT Debug Register
QSPI2_OCS       0xF0001EE8          OCDS Control and Status
QSPI2_KRSTCLR   0xF0001EEC          Kernel Reset Status Clear Register
QSPI2_KRST1     0xF0001EF0          Kernel Reset Register 1
QSPI2_KRST0     0xF0001EF4          Kernel Reset Register 0
QSPI2_ACCEN1    0xF0001EF8          Access Enable Register 1
QSPI2_ACCEN0    0xF0001EFC          Access Enable Register 0
QSPI3_CLC       0xF0001F00          Clock Control Register
QSPI3_PISEL     0xF0001F04          Port Input Select Register
QSPI3_ID        0xF0001F08          Module Identification Register
QSPI3_GLOBALCON 0xF0001F10          Global Configuration Register
QSPI3_GLOBALCON1 0xF0001F14          Global Configuration Register 1
QSPI3_BACON     0xF0001F18          Basic Configuration Register
QSPI3_ECON0     0xF0001F20          Configuration Extension 0
QSPI3_ECON1     0xF0001F24          Configuration Extension 1
QSPI3_ECON2     0xF0001F28          Configuration Extension 2
QSPI3_ECON3     0xF0001F2C          Configuration Extension 3
QSPI3_ECON4     0xF0001F30          Configuration Extension 4
QSPI3_ECON5     0xF0001F34          Configuration Extension 5
QSPI3_ECON6     0xF0001F38          Configuration Extension 6
QSPI3_ECON7     0xF0001F3C          Configuration Extension 7
QSPI3_STATUS    0xF0001F40          Status Register
QSPI3_STATUS1   0xF0001F44          Status Register 1
QSPI3_SSOC      0xF0001F48          Slave Select Output Control Register
QSPI3_FLAGSCLEAR 0xF0001F54          Flags Clear Register
QSPI3_XXLCON    0xF0001F58          Extra Large Data Configuration Register
QSPI3_MIXENTRY  0xF0001F5C          MIX_ENTRY Register
QSPI3_BACONENTRY 0xF0001F60          BACON_ENTRY Register
QSPI3_DATAENTRY0 0xF0001F64          DATA_ENTRY Register 0
QSPI3_DATAENTRY1 0xF0001F68          DATA_ENTRY Register 1
QSPI3_DATAENTRY2 0xF0001F6C          DATA_ENTRY Register 2
QSPI3_DATAENTRY3 0xF0001F70          DATA_ENTRY Register 3
QSPI3_DATAENTRY4 0xF0001F74          DATA_ENTRY Register 4
QSPI3_DATAENTRY5 0xF0001F78          DATA_ENTRY Register 5
QSPI3_DATAENTRY6 0xF0001F7C          DATA_ENTRY Register 6
QSPI3_DATAENTRY7 0xF0001F80          DATA_ENTRY Register 7
QSPI3_RXEXIT    0xF0001F90          RX_EXIT Register
QSPI3_RXEXITD   0xF0001F94          RX_EXIT Debug Register
QSPI3_OCS       0xF0001FE8          OCDS Control and Status
QSPI3_KRSTCLR   0xF0001FEC          Kernel Reset Status Clear Register
QSPI3_KRST1     0xF0001FF0          Kernel Reset Register 1
QSPI3_KRST0     0xF0001FF4          Kernel Reset Register 0
QSPI3_ACCEN1    0xF0001FF8          Access Enable Register 1
QSPI3_ACCEN0    0xF0001FFC          Access Enable Register 0
MSC0_CLC        0xF0002600          Clock Control Register
MSC0_ID         0xF0002608          Module Identification Register
MSC0_FDR        0xF000260C          Fractional Divider Register
MSC0_USR        0xF0002610          Upstream Status Register
MSC0_DSC        0xF0002614          Downstream Control Register
MSC0_DSS        0xF0002618          Downstream Status Register
MSC0_DD         0xF000261C          Downstream Data Register
MSC0_DC         0xF0002620          Downstream Command Register
MSC0_DSDSL      0xF0002624          Downstream Select Data Source Low Register
MSC0_DSDSH      0xF0002628          Downstream Select Data Source High Register
MSC0_ESR        0xF000262C          Emergency Stop Register
MSC0_UD0        0xF0002630          Upstream Data Register 0
MSC0_UD1        0xF0002634          Upstream Data Register 1
MSC0_UD2        0xF0002638          Upstream Data Register 2
MSC0_UD3        0xF000263C          Upstream Data Register 3
MSC0_ICR        0xF0002640          Interrupt Control Register
MSC0_ISR        0xF0002644          Interrupt Status Register
MSC0_ISC        0xF0002648          Interrupt Set Clear Register
MSC0_OCR        0xF000264C          Output Control Register
MSC0_DSCE       0xF0002658          Downstream Control Enhanced Register 1
MSC0_USCE       0xF000265C          Upstream Control Enhanced Register 1
MSC0_DSDSLE     0xF0002660          Downstream Select Data Source Low Extension Register
MSC0_DSDSHE     0xF0002664          Downstream Select Data Source High Register
MSC0_ESRE       0xF0002668          Emergency Stop Extension Register
MSC0_DDE        0xF000266C          Downstream Data Extension Register
MSC0_DDM        0xF0002670          Downstream Data Mirror Register
MSC0_DSTE       0xF0002674          Downstream Timing Extension Register
MSC0_ABC        0xF0002680          Asynchronous Block Configuration Register
MSC0_OCS        0xF00026E8          OCDS Control and Status
MSC0_KRSTCLR    0xF00026EC          Kernel Reset Status Clear Register
MSC0_KRST1      0xF00026F0          Kernel Reset Register 1
MSC0_KRST0      0xF00026F4          Kernel Reset Register 0
MSC0_ACCEN1     0xF00026F8          Access Enable Register 1
MSC0_ACCEN0     0xF00026FC          Access Enable Register 0
MSC1_CLC        0xF0002700          Clock Control Register
MSC1_ID         0xF0002708          Module Identification Register
MSC1_FDR        0xF000270C          Fractional Divider Register
MSC1_USR        0xF0002710          Upstream Status Register
MSC1_DSC        0xF0002714          Downstream Control Register
MSC1_DSS        0xF0002718          Downstream Status Register
MSC1_DD         0xF000271C          Downstream Data Register
MSC1_DC         0xF0002720          Downstream Command Register
MSC1_DSDSL      0xF0002724          Downstream Select Data Source Low Register
MSC1_DSDSH      0xF0002728          Downstream Select Data Source High Register
MSC1_ESR        0xF000272C          Emergency Stop Register
MSC1_UD0        0xF0002730          Upstream Data Register 0
MSC1_UD1        0xF0002734          Upstream Data Register 1
MSC1_UD2        0xF0002738          Upstream Data Register 2
MSC1_UD3        0xF000273C          Upstream Data Register 3
MSC1_ICR        0xF0002740          Interrupt Control Register
MSC1_ISR        0xF0002744          Interrupt Status Register
MSC1_ISC        0xF0002748          Interrupt Set Clear Register
MSC1_OCR        0xF000274C          Output Control Register
MSC1_DSCE       0xF0002758          Downstream Control Enhanced Register 1
MSC1_USCE       0xF000275C          Upstream Control Enhanced Register 1
MSC1_DSDSLE     0xF0002760          Downstream Select Data Source Low Extension Register
MSC1_DSDSHE     0xF0002764          Downstream Select Data Source High Register
MSC1_ESRE       0xF0002768          Emergency Stop Extension Register
MSC1_DDE        0xF000276C          Downstream Data Extension Register
MSC1_DDM        0xF0002770          Downstream Data Mirror Register
MSC1_DSTE       0xF0002774          Downstream Timing Extension Register
MSC1_ABC        0xF0002780          Asynchronous Block Configuration Register
MSC1_OCS        0xF00027E8          OCDS Control and Status
MSC1_KRSTCLR    0xF00027EC          Kernel Reset Status Clear Register
MSC1_KRST1      0xF00027F0          Kernel Reset Register 1
MSC1_KRST0      0xF00027F4          Kernel Reset Register 0
MSC1_ACCEN1     0xF00027F8          Access Enable Register 1
MSC1_ACCEN0     0xF00027FC          Access Enable Register 0
CCU60_CLC       0xF0002A00          Clock Control Register
CCU60_MCFG      0xF0002A04          Module Configuration Register
CCU60_ID        0xF0002A08          Module Identification Register
CCU60_MOSEL     0xF0002A0C          CCU60 Module Output Select Register
CCU60_PISEL0    0xF0002A10          Port Input Select Register 0
CCU60_PISEL2    0xF0002A14          Port Input Select Register 2
CCU60_KSCSR     0xF0002A1C          Kernel State Control Sensitivity Register
CCU60_T12       0xF0002A20          Timer T12 Counter Register
CCU60_T12PR     0xF0002A24          Timer 12 Period Register
CCU60_T12DTC    0xF0002A28          Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0002A30          Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0002A34          Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0002A38          Capture/Compare Register for Channel CC62
CCU60_CC60SR    0xF0002A40          Capture/Compare Shadow Reg. for Channel CC60
CCU60_CC61SR    0xF0002A44          Capture/Compare Shadow Reg. for Channel CC61
CCU60_CC62SR    0xF0002A48          Capture/Compare Shadow Reg. for Channel CC62
CCU60_T13       0xF0002A50          Timer T13 Counter Register
CCU60_T13PR     0xF0002A54          Timer 13 Period Register
CCU60_CC63R     0xF0002A58          Compare Register for T13
CCU60_CC63SR    0xF0002A5C          Compare Shadow Register for T13
CCU60_CMPSTAT   0xF0002A60          Compare State Register
CCU60_CMPMODIF  0xF0002A64          Compare State Modification Register
CCU60_T12MSEL   0xF0002A68          T12 Mode Select Register
CCU60_TCTR0     0xF0002A70          Timer Control Register 0
CCU60_TCTR2     0xF0002A74          Timer Control Register 2
CCU60_TCTR4     0xF0002A78          Timer Control Register 4
CCU60_MODCTR    0xF0002A80          Modulation Control Register
CCU60_TRPCTR    0xF0002A84          Trap Control Register
CCU60_PSLR      0xF0002A88          Passive State Level Register
CCU60_MCMOUTS   0xF0002A8C          Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0002A90          Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0002A94          Multi-Channel Mode Control Register
CCU60_IMON      0xF0002A98          Input Monitoring Register
CCU60_LI        0xF0002A9C          Lost Indicator Register
CCU60_IS        0xF0002AA0          Interrupt Status Register
CCU60_ISS       0xF0002AA4          Interrupt Status Set Register
CCU60_ISR       0xF0002AA8          Interrupt Status Reset Register
CCU60_INP       0xF0002AAC          Interrupt Node Pointer Register
CCU60_IEN       0xF0002AB0          Interrupt Enable Register
CCU60_OCS       0xF0002AE8          OCDS Control and Status Register
CCU60_KRSTCLR   0xF0002AEC          Kernel Reset Status Clear Register
CCU60_KRST1     0xF0002AF0          Kernel Reset Register 1
CCU60_KRST0     0xF0002AF4          Kernel Reset Register 0
CCU60_ACCEN1    0xF0002AF8          Access Enable Register 1
CCU60_ACCEN0    0xF0002AFC          Access Enable Register 0
CCU61_CLC       0xF0002B00          Clock Control Register
CCU61_MCFG      0xF0002B04          Module Configuration Register
CCU61_ID        0xF0002B08          Module Identification Register
CCU61_PISEL0    0xF0002B10          Port Input Select Register 0
CCU61_PISEL2    0xF0002B14          Port Input Select Register 2
CCU61_KSCSR     0xF0002B1C          Kernel State Control Sensitivity Register
CCU61_T12       0xF0002B20          Timer T12 Counter Register
CCU61_T12PR     0xF0002B24          Timer 12 Period Register
CCU61_T12DTC    0xF0002B28          Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0002B30          Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0002B34          Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0002B38          Capture/Compare Register for Channel CC62
CCU61_CC60SR    0xF0002B40          Capture/Compare Shadow Reg. for Channel CC60
CCU61_CC61SR    0xF0002B44          Capture/Compare Shadow Reg. for Channel CC61
CCU61_CC62SR    0xF0002B48          Capture/Compare Shadow Reg. for Channel CC62
CCU61_T13       0xF0002B50          Timer T13 Counter Register
CCU61_T13PR     0xF0002B54          Timer 13 Period Register
CCU61_CC63R     0xF0002B58          Compare Register for T13
CCU61_CC63SR    0xF0002B5C          Compare Shadow Register for T13
CCU61_CMPSTAT   0xF0002B60          Compare State Register
CCU61_CMPMODIF  0xF0002B64          Compare State Modification Register
CCU61_T12MSEL   0xF0002B68          T12 Mode Select Register
CCU61_TCTR0     0xF0002B70          Timer Control Register 0
CCU61_TCTR2     0xF0002B74          Timer Control Register 2
CCU61_TCTR4     0xF0002B78          Timer Control Register 4
CCU61_MODCTR    0xF0002B80          Modulation Control Register
CCU61_TRPCTR    0xF0002B84          Trap Control Register
CCU61_PSLR      0xF0002B88          Passive State Level Register
CCU61_MCMOUTS   0xF0002B8C          Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0002B90          Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0002B94          Multi-Channel Mode Control Register
CCU61_IMON      0xF0002B98          Input Monitoring Register
CCU61_LI        0xF0002B9C          Lost Indicator Register
CCU61_IS        0xF0002BA0          Interrupt Status Register
CCU61_ISS       0xF0002BA4          Interrupt Status Set Register
CCU61_ISR       0xF0002BA8          Interrupt Status Reset Register
CCU61_INP       0xF0002BAC          Interrupt Node Pointer Register
CCU61_IEN       0xF0002BB0          Interrupt Enable Register
CCU61_OCS       0xF0002BE8          OCDS Control and Status Register
CCU61_KRSTCLR   0xF0002BEC          Kernel Reset Status Clear Register
CCU61_KRST1     0xF0002BF0          Kernel Reset Register 1
CCU61_KRST0     0xF0002BF4          Kernel Reset Register 0
CCU61_ACCEN1    0xF0002BF8          Access Enable Register 1
CCU61_ACCEN0    0xF0002BFC          Access Enable Register 0
GPT120_CLC      0xF0002E00          Clock Control Register
GPT120_PISEL    0xF0002E04          Port Input Select Register
GPT120_ID       0xF0002E08          Identification Register
GPT120_T2CON    0xF0002E10          Timer T2 Control Register
GPT120_T3CON    0xF0002E14          Timer T3 Control Register
GPT120_T4CON    0xF0002E18          Timer T4 Control Register
GPT120_T5CON    0xF0002E1C          Timer T5 Control Register
GPT120_T6CON    0xF0002E20          Timer T6 Control Register
GPT120_CAPREL   0xF0002E30          Capture and Reload Register
GPT120_T2       0xF0002E34          Timer T2 Register
GPT120_T3       0xF0002E38          Timer T3 Register
GPT120_T4       0xF0002E3C          Timer T4 Register
GPT120_T5       0xF0002E40          Timer T5 Register
GPT120_T6       0xF0002E44          Timer T6 Register
GPT120_OCS      0xF0002EE8          OCDS Control and Status Register
GPT120_KRSTCLR  0xF0002EEC          Kernel Reset Status Clear Register
GPT120_KRST1    0xF0002EF0          Kernel Reset Register 1
GPT120_KRST0    0xF0002EF4          Kernel Reset Register 0
GPT120_ACCEN1   0xF0002EF8          Access Enable Register 1
GPT120_ACCEN0   0xF0002EFC          Access Enable Register 0
SENT_CLC        0xF0003000          Clock Control Register
SENT_ID         0xF0003008          Module Identification Register
SENT_FDR        0xF000300C          SENT Fractional Divider Register
SENT_INTOV      0xF0003014          Interrupt Overview Register
SENT_TSR        0xF0003018          Time Stamp Register
SENT_TPD        0xF000301C          Time Stamp Predivider Register
SENT_RDR0       0xF0003080          Receive Data Register 0
SENT_RDR1       0xF0003084          Receive Data Register 1
SENT_RDR2       0xF0003088          Receive Data Register 2
SENT_RDR3       0xF000308C          Receive Data Register 3
SENT_RDR4       0xF0003090          Receive Data Register 4
SENT_RDR5       0xF0003094          Receive Data Register 5
SENT_RDR6       0xF0003098          Receive Data Register 6
SENT_RDR7       0xF000309C          Receive Data Register 7
SENT_RDR8       0xF00030A0          Receive Data Register 8
SENT_RDR9       0xF00030A4          Receive Data Register 9
SENT_OCS        0xF00030E8          OCDS Control and Status
SENT_KRSTCLR    0xF00030EC          Kernel Reset Status Clear Register
SENT_KRST1      0xF00030F0          Kernel Reset Register 1
SENT_KRST0      0xF00030F4          Kernel Reset Register 0
SENT_ACCEN1     0xF00030F8          Access Enable Register 1
SENT_ACCEN0     0xF00030FC          Access Enable Register 0
SENT_CPDR0      0xF0003100          Channel Pre Divider Register 0
SENT_CFDR0      0xF0003104          Channel Fractional Divider Register 0
SENT_RCR0       0xF0003108          Receiver Control Register 0
SENT_RSR0       0xF000310C          Receive Status Register 0
SENT_SDS0       0xF0003110          Serial Data and Status Register 0
SENT_IOCR0      0xF0003114          Input and Output Control Register 0
SENT_SCR0       0xF0003118          SPC Control Register 0
SENT_VIEW0      0xF000311C          Receive Data View Register 0
SENT_INTSTAT0   0xF0003120          Interrupt Status Register 0
SENT_INTSET0    0xF0003124          Interrupt Set Register 0
SENT_INTCLR0    0xF0003128          Interrupt Clear Register 0
SENT_INTEN0     0xF000312C          Interrupt Enable Register 0
SENT_INP0       0xF0003130          Interrupt Node Pointer Register 0
SENT_WDT0       0xF0003134          Watch Dog Timer Register 0
SENT_CPDR1      0xF0003140          Channel Pre Divider Register 1
SENT_CFDR1      0xF0003144          Channel Fractional Divider Register 1
SENT_RCR1       0xF0003148          Receiver Control Register 1
SENT_RSR1       0xF000314C          Receive Status Register 1
SENT_SDS1       0xF0003150          Serial Data and Status Register 1
SENT_IOCR1      0xF0003154          Input and Output Control Register 1
SENT_SCR1       0xF0003158          SPC Control Register 1
SENT_VIEW1      0xF000315C          Receive Data View Register 1
SENT_INTSTAT1   0xF0003160          Interrupt Status Register 1
SENT_INTSET1    0xF0003164          Interrupt Set Register 1
SENT_INTCLR1    0xF0003168          Interrupt Clear Register 1
SENT_INTEN1     0xF000316C          Interrupt Enable Register 1
SENT_INP1       0xF0003170          Interrupt Node Pointer Register 1
SENT_WDT1       0xF0003174          Watch Dog Timer Register 1
SENT_CPDR2      0xF0003180          Channel Pre Divider Register 2
SENT_CFDR2      0xF0003184          Channel Fractional Divider Register 2
SENT_RCR2       0xF0003188          Receiver Control Register 2
SENT_RSR2       0xF000318C          Receive Status Register 2
SENT_SDS2       0xF0003190          Serial Data and Status Register 2
SENT_IOCR2      0xF0003194          Input and Output Control Register 2
SENT_SCR2       0xF0003198          SPC Control Register 2
SENT_VIEW2      0xF000319C          Receive Data View Register 2
SENT_INTSTAT2   0xF00031A0          Interrupt Status Register 2
SENT_INTSET2    0xF00031A4          Interrupt Set Register 2
SENT_INTCLR2    0xF00031A8          Interrupt Clear Register 2
SENT_INTEN2     0xF00031AC          Interrupt Enable Register 2
SENT_INP2       0xF00031B0          Interrupt Node Pointer Register 2
SENT_WDT2       0xF00031B4          Watch Dog Timer Register 2
SENT_CPDR3      0xF00031C0          Channel Pre Divider Register 3
SENT_CFDR3      0xF00031C4          Channel Fractional Divider Register 3
SENT_RCR3       0xF00031C8          Receiver Control Register 3
SENT_RSR3       0xF00031CC          Receive Status Register 3
SENT_SDS3       0xF00031D0          Serial Data and Status Register 3
SENT_IOCR3      0xF00031D4          Input and Output Control Register 3
SENT_SCR3       0xF00031D8          SPC Control Register 3
SENT_VIEW3      0xF00031DC          Receive Data View Register 3
SENT_INTSTAT3   0xF00031E0          Interrupt Status Register 3
SENT_INTSET3    0xF00031E4          Interrupt Set Register 3
SENT_INTCLR3    0xF00031E8          Interrupt Clear Register 3
SENT_INTEN3     0xF00031EC          Interrupt Enable Register 3
SENT_INP3       0xF00031F0          Interrupt Node Pointer Register 3
SENT_WDT3       0xF00031F4          Watch Dog Timer Register 3
SENT_CPDR4      0xF0003200          Channel Pre Divider Register 4
SENT_CFDR4      0xF0003204          Channel Fractional Divider Register 4
SENT_RCR4       0xF0003208          Receiver Control Register 4
SENT_RSR4       0xF000320C          Receive Status Register 4
SENT_SDS4       0xF0003210          Serial Data and Status Register 4
SENT_IOCR4      0xF0003214          Input and Output Control Register 4
SENT_SCR4       0xF0003218          SPC Control Register 4
SENT_VIEW4      0xF000321C          Receive Data View Register 4
SENT_INTSTAT4   0xF0003220          Interrupt Status Register 4
SENT_INTSET4    0xF0003224          Interrupt Set Register 4
SENT_INTCLR4    0xF0003228          Interrupt Clear Register 4
SENT_INTEN4     0xF000322C          Interrupt Enable Register 4
SENT_INP4       0xF0003230          Interrupt Node Pointer Register 4
SENT_WDT4       0xF0003234          Watch Dog Timer Register 4
SENT_CPDR5      0xF0003240          Channel Pre Divider Register 5
SENT_CFDR5      0xF0003244          Channel Fractional Divider Register 5
SENT_RCR5       0xF0003248          Receiver Control Register 5
SENT_RSR5       0xF000324C          Receive Status Register 5
SENT_SDS5       0xF0003250          Serial Data and Status Register 5
SENT_IOCR5      0xF0003254          Input and Output Control Register 5
SENT_SCR5       0xF0003258          SPC Control Register 5
SENT_VIEW5      0xF000325C          Receive Data View Register 5
SENT_INTSTAT5   0xF0003260          Interrupt Status Register 5
SENT_INTSET5    0xF0003264          Interrupt Set Register 5
SENT_INTCLR5    0xF0003268          Interrupt Clear Register 5
SENT_INTEN5     0xF000326C          Interrupt Enable Register 5
SENT_INP5       0xF0003270          Interrupt Node Pointer Register 5
SENT_WDT5       0xF0003274          Watch Dog Timer Register 5
SENT_CPDR6      0xF0003280          Channel Pre Divider Register 6
SENT_CFDR6      0xF0003284          Channel Fractional Divider Register 6
SENT_RCR6       0xF0003288          Receiver Control Register 6
SENT_RSR6       0xF000328C          Receive Status Register 6
SENT_SDS6       0xF0003290          Serial Data and Status Register 6
SENT_IOCR6      0xF0003294          Input and Output Control Register 6
SENT_SCR6       0xF0003298          SPC Control Register 6
SENT_VIEW6      0xF000329C          Receive Data View Register 6
SENT_INTSTAT6   0xF00032A0          Interrupt Status Register 6
SENT_INTSET6    0xF00032A4          Interrupt Set Register 6
SENT_INTCLR6    0xF00032A8          Interrupt Clear Register 6
SENT_INTEN6     0xF00032AC          Interrupt Enable Register 6
SENT_INP6       0xF00032B0          Interrupt Node Pointer Register 6
SENT_WDT6       0xF00032B4          Watch Dog Timer Register 6
SENT_CPDR7      0xF00032C0          Channel Pre Divider Register 7
SENT_CFDR7      0xF00032C4          Channel Fractional Divider Register 7
SENT_RCR7       0xF00032C8          Receiver Control Register 7
SENT_RSR7       0xF00032CC          Receive Status Register 7
SENT_SDS7       0xF00032D0          Serial Data and Status Register 7
SENT_IOCR7      0xF00032D4          Input and Output Control Register 7
SENT_SCR7       0xF00032D8          SPC Control Register 7
SENT_VIEW7      0xF00032DC          Receive Data View Register 7
SENT_INTSTAT7   0xF00032E0          Interrupt Status Register 7
SENT_INTSET7    0xF00032E4          Interrupt Set Register 7
SENT_INTCLR7    0xF00032E8          Interrupt Clear Register 7
SENT_INTEN7     0xF00032EC          Interrupt Enable Register 7
SENT_INP7       0xF00032F0          Interrupt Node Pointer Register 7
SENT_WDT7       0xF00032F4          Watch Dog Timer Register 7
SENT_CPDR8      0xF0003300          Channel Pre Divider Register 8
SENT_CFDR8      0xF0003304          Channel Fractional Divider Register 8
SENT_RCR8       0xF0003308          Receiver Control Register 8
SENT_RSR8       0xF000330C          Receive Status Register 8
SENT_SDS8       0xF0003310          Serial Data and Status Register 8
SENT_IOCR8      0xF0003314          Input and Output Control Register 8
SENT_SCR8       0xF0003318          SPC Control Register 8
SENT_VIEW8      0xF000331C          Receive Data View Register 8
SENT_INTSTAT8   0xF0003320          Interrupt Status Register 8
SENT_INTSET8    0xF0003324          Interrupt Set Register 8
SENT_INTCLR8    0xF0003328          Interrupt Clear Register 8
SENT_INTEN8     0xF000332C          Interrupt Enable Register 8
SENT_INP8       0xF0003330          Interrupt Node Pointer Register 8
SENT_WDT8       0xF0003334          Watch Dog Timer Register 8
SENT_CPDR9      0xF0003340          Channel Pre Divider Register 9
SENT_CFDR9      0xF0003344          Channel Fractional Divider Register 9
SENT_RCR9       0xF0003348          Receiver Control Register 9
SENT_RSR9       0xF000334C          Receive Status Register 9
SENT_SDS9       0xF0003350          Serial Data and Status Register 9
SENT_IOCR9      0xF0003354          Input and Output Control Register 9
SENT_SCR9       0xF0003358          SPC Control Register 9
SENT_VIEW9      0xF000335C          Receive Data View Register 9
SENT_INTSTAT9   0xF0003360          Interrupt Status Register 9
SENT_INTSET9    0xF0003364          Interrupt Set Register 9
SENT_INTCLR9    0xF0003368          Interrupt Clear Register 9
SENT_INTEN9     0xF000336C          Interrupt Enable Register 9
SENT_INP9       0xF0003370          Interrupt Node Pointer Register 9
SENT_WDT9       0xF0003374          Watch Dog Timer Register 9
SENT_RTS0       0xF0003A80          Receive Time Stamp Register 0
SENT_RTS1       0xF0003A84          Receive Time Stamp Register 1
SENT_RTS2       0xF0003A88          Receive Time Stamp Register 2
SENT_RTS3       0xF0003A8C          Receive Time Stamp Register 3
SENT_RTS4       0xF0003A90          Receive Time Stamp Register 4
SENT_RTS5       0xF0003A94          Receive Time Stamp Register 5
SENT_RTS6       0xF0003A98          Receive Time Stamp Register 6
SENT_RTS7       0xF0003A9C          Receive Time Stamp Register 7
SENT_RTS8       0xF0003AA0          Receive Time Stamp Register 8
SENT_RTS9       0xF0003AA4          Receive Time Stamp Register 9
FCE_CLC         0xF0003F00          Clock Control Register
FCE_ID          0xF0003F08          Module Identification Register
FCE_IR0         0xF0003F20          Input Register 0
FCE_RES0        0xF0003F24          CRC Result Register 0
FCE_CFG0        0xF0003F28          CRC Configuration Register 0
FCE_STS0        0xF0003F2C          CRC Status Register 0
FCE_LENGTH0     0xF0003F30          CRC Length Register 0
FCE_CHECK0      0xF0003F34          CRC Check Register 0
FCE_CRC0        0xF0003F38          CRC Register 0
FCE_CTR0        0xF0003F3C          CRC Test Register 0
FCE_IR1         0xF0003F40          Input Register 1
FCE_RES1        0xF0003F44          CRC Result Register 1
FCE_CFG1        0xF0003F48          CRC Configuration Register 1
FCE_STS1        0xF0003F4C          CRC Status Register 1
FCE_LENGTH1     0xF0003F50          CRC Length Register 1
FCE_CHECK1      0xF0003F54          CRC Check Register 1
FCE_CRC1        0xF0003F58          CRC Register 1
FCE_CTR1        0xF0003F5C          CRC Test Register 1
FCE_IR2         0xF0003F60          Input Register 2
FCE_RES2        0xF0003F64          CRC Result Register 2
FCE_CFG2        0xF0003F68          CRC Configuration Register 2
FCE_STS2        0xF0003F6C          CRC Status Register 2
FCE_LENGTH2     0xF0003F70          CRC Length Register 2
FCE_CHECK2      0xF0003F74          CRC Check Register 2
FCE_CRC2        0xF0003F78          CRC Register 2
FCE_CTR2        0xF0003F7C          CRC Test Register 2
FCE_IR3         0xF0003F80          Input Register 3
FCE_RES3        0xF0003F84          CRC Result Register 3
FCE_CFG3        0xF0003F88          CRC Configuration Register 3
FCE_STS3        0xF0003F8C          CRC Status Register 3
FCE_LENGTH3     0xF0003F90          CRC Length Register 3
FCE_CHECK3      0xF0003F94          CRC Check Register 3
FCE_CRC3        0xF0003F98          CRC Register 3
FCE_CTR3        0xF0003F9C          CRC Test Register 3
FCE_KRSTCLR     0xF0003FEC          Kernel Reset Status Clear Register
FCE_KRST1       0xF0003FF0          Kernel Reset Register 1
FCE_KRST0       0xF0003FF4          Kernel Reset Register 0
FCE_ACCEN1      0xF0003FF8          Access Enable Register 1
FCE_ACCEN0      0xF0003FFC          Access Enable Register 0
PSI5_CLC        0xF0005000          Clock Control Register
PSI5_ID         0xF0005008          Module Identification Register
PSI5_FDR        0xF000500C          PSI5 Fractional Divider Register
PSI5_FDRL       0xF0005010          Fractional Divider Register for Lower Bit Rate
PSI5_FDRH       0xF0005014          Fractional Divider Register for Higher Bit Rate
PSI5_FDRT       0xF0005018          Fractional Divider Register for Time Stamp
PSI5_TSRA       0xF000501C          Time Stamp Register A
PSI5_TSRB       0xF0005020          Time Stamp Register B
PSI5_TSRC       0xF0005024          Time Stamp Register C
PSI5_GCR        0xF000502C          Global Control Register
PSI5_IOCR0      0xF0005030          Input and Output Control Register 0
PSI5_RCRA0      0xF0005034          Receiver Control Register A 0
PSI5_RCRB0      0xF0005038          Receiver Control Register B 0
PSI5_RCRC0      0xF000503C          Receiver Control Register C 0
PSI5_WDT00      0xF0005040          Watch Dog Timer Register 00
PSI5_WDT01      0xF0005044          Watch Dog Timer Register 01
PSI5_WDT02      0xF0005048          Watch Dog Timer Register 02
PSI5_WDT03      0xF000504C          Watch Dog Timer Register 03
PSI5_WDT04      0xF0005050          Watch Dog Timer Register 04
PSI5_WDT05      0xF0005054          Watch Dog Timer Register 05
PSI5_WDT06      0xF0005058          Watch Dog Timer Register 06
PSI5_RSR0       0xF000505C          Receive Status Register 0
PSI5_SDS00      0xF0005060          Serial Data and Status Register 00
PSI5_SDS01      0xF0005064          Serial Data and Status Register 01
PSI5_SDS02      0xF0005068          Serial Data and Status Register 02
PSI5_SDS03      0xF000506C          Serial Data and Status Register 03
PSI5_SDS04      0xF0005070          Serial Data and Status Register 04
PSI5_SDS05      0xF0005074          Serial Data and Status Register 05
PSI5_SPTSC0     0xF0005078          SOP TS Capture Register SPTSC0
PSI5_SFTSC0     0xF000507C          SOF TS Capture Register SFTSC0
PSI5_RDRL0      0xF0005080          Receive Data Register Low 0
PSI5_RDRH0      0xF0005084          Receive Data Register High 0
PSI5_PGC0       0xF0005088          Pulse Generation Control Register 0
PSI5_CTV0       0xF000508C          Channel Trigger Value Register 0
PSI5_SCR0       0xF0005090          Send Control Register 0
PSI5_SDRL0      0xF0005094          Send Data Register Low 0
PSI5_SDRH0      0xF0005098          Send Data Register High 0
PSI5_SSRL0      0xF000509C          Send Shift Register Low 0
PSI5_SSRH0      0xF00050A0          Send Shift Register High 0
PSI5_SORL0      0xF00050A4          Send Output Register Low 0
PSI5_SORH0      0xF00050A8          Send Output Register High 0
PSI5_IOCR1      0xF00050C0          Input and Output Control Register 1
PSI5_RCRA1      0xF00050C4          Receiver Control Register A 1
PSI5_RCRB1      0xF00050C8          Receiver Control Register B 1
PSI5_RCRC1      0xF00050CC          Receiver Control Register C 1
PSI5_WDT10      0xF00050D0          Watch Dog Timer Register 10
PSI5_WDT11      0xF00050D4          Watch Dog Timer Register 11
PSI5_WDT12      0xF00050D8          Watch Dog Timer Register 12
PSI5_WDT13      0xF00050DC          Watch Dog Timer Register 13
PSI5_WDT14      0xF00050E0          Watch Dog Timer Register 14
PSI5_WDT15      0xF00050E4          Watch Dog Timer Register 15
PSI5_WDT16      0xF00050E8          Watch Dog Timer Register 16
PSI5_RSR1       0xF00050EC          Receive Status Register 1
PSI5_SDS10      0xF00050F0          Serial Data and Status Register 10
PSI5_SDS11      0xF00050F4          Serial Data and Status Register 11
PSI5_SDS12      0xF00050F8          Serial Data and Status Register 12
PSI5_SDS13      0xF00050FC          Serial Data and Status Register 13
PSI5_SDS14      0xF0005100          Serial Data and Status Register 14
PSI5_SDS15      0xF0005104          Serial Data and Status Register 15
PSI5_SPTSC1     0xF0005108          SOP TS Capture Register SPTSC1
PSI5_SFTSC1     0xF000510C          SOF TS Capture Register SFTSC1
PSI5_RDRL1      0xF0005110          Receive Data Register Low 1
PSI5_RDRH1      0xF0005114          Receive Data Register High 1
PSI5_PGC1       0xF0005118          Pulse Generation Control Register 1
PSI5_CTV1       0xF000511C          Channel Trigger Value Register 1
PSI5_SCR1       0xF0005120          Send Control Register 1
PSI5_SDRL1      0xF0005124          Send Data Register Low 1
PSI5_SDRH1      0xF0005128          Send Data Register High 1
PSI5_SSRL1      0xF000512C          Send Shift Register Low 1
PSI5_SSRH1      0xF0005130          Send Shift Register High 1
PSI5_SORL1      0xF0005134          Send Output Register Low 1
PSI5_SORH1      0xF0005138          Send Output Register High 1
PSI5_IOCR2      0xF0005150          Input and Output Control Register 2
PSI5_RCRA2      0xF0005154          Receiver Control Register A 2
PSI5_RCRB2      0xF0005158          Receiver Control Register B 2
PSI5_RCRC2      0xF000515C          Receiver Control Register C 2
PSI5_WDT20      0xF0005160          Watch Dog Timer Register 20
PSI5_WDT21      0xF0005164          Watch Dog Timer Register 21
PSI5_WDT22      0xF0005168          Watch Dog Timer Register 22
PSI5_WDT23      0xF000516C          Watch Dog Timer Register 23
PSI5_WDT24      0xF0005170          Watch Dog Timer Register 24
PSI5_WDT25      0xF0005174          Watch Dog Timer Register 25
PSI5_WDT26      0xF0005178          Watch Dog Timer Register 26
PSI5_RSR2       0xF000517C          Receive Status Register 2
PSI5_SDS20      0xF0005180          Serial Data and Status Register 20
PSI5_SDS21      0xF0005184          Serial Data and Status Register 21
PSI5_SDS22      0xF0005188          Serial Data and Status Register 22
PSI5_SDS23      0xF000518C          Serial Data and Status Register 23
PSI5_SDS24      0xF0005190          Serial Data and Status Register 24
PSI5_SDS25      0xF0005194          Serial Data and Status Register 25
PSI5_SPTSC2     0xF0005198          SOP TS Capture Register SPTSC2
PSI5_SFTSC2     0xF000519C          SOF TS Capture Register SFTSC2
PSI5_RDRL2      0xF00051A0          Receive Data Register Low 2
PSI5_RDRH2      0xF00051A4          Receive Data Register High 2
PSI5_PGC2       0xF00051A8          Pulse Generation Control Register 2
PSI5_CTV2       0xF00051AC          Channel Trigger Value Register 2
PSI5_SCR2       0xF00051B0          Send Control Register 2
PSI5_SDRL2      0xF00051B4          Send Data Register Low 2
PSI5_SDRH2      0xF00051B8          Send Data Register High 2
PSI5_SSRL2      0xF00051BC          Send Shift Register Low 2
PSI5_SSRH2      0xF00051C0          Send Shift Register High 2
PSI5_SORL2      0xF00051C4          Send Output Register Low 2
PSI5_SORH2      0xF00051C8          Send Output Register High 2
PSI5_INTOV      0xF00052F8          Interrupt Overview Register
PSI5_INP0       0xF00052FC          Interrupt Node Pointer Register 0
PSI5_INP1       0xF0005300          Interrupt Node Pointer Register 1
PSI5_INP2       0xF0005304          Interrupt Node Pointer Register 2
PSI5_INTSTATA0  0xF0005310          Interrupt Status Register A 0
PSI5_INTSTATA1  0xF0005314          Interrupt Status Register A 1
PSI5_INTSTATA2  0xF0005318          Interrupt Status Register A 2
PSI5_INTSTATB0  0xF0005324          Interrupt Status Register B 0
PSI5_INTSTATB1  0xF0005328          Interrupt Status Register B 1
PSI5_INTSTATB2  0xF000532C          Interrupt Status Register B 2
PSI5_INTSETA0   0xF0005338          Interrupt Set Register A 0
PSI5_INTSETA1   0xF000533C          Interrupt Set Register A 1
PSI5_INTSETA2   0xF0005340          Interrupt Set Register A 2
PSI5_INTSETB0   0xF000534C          Interrupt Set Register B 0
PSI5_INTSETB1   0xF0005350          Interrupt Set Register B 1
PSI5_INTSETB2   0xF0005354          Interrupt Set Register B 2
PSI5_INTCLRA0   0xF0005360          Interrupt Clear Register A 0
PSI5_INTCLRA1   0xF0005364          Interrupt Clear Register A 1
PSI5_INTCLRA2   0xF0005368          Interrupt Clear Register A 2
PSI5_INTCLRB0   0xF0005374          Interrupt Clear Register A 0
PSI5_INTCLRB1   0xF0005378          Interrupt Clear Register A 1
PSI5_INTCLRB2   0xF000537C          Interrupt Clear Register A 2
PSI5_INTENA0    0xF0005388          Interrupt Enable Register A 0
PSI5_INTENA1    0xF000538C          Interrupt Enable Register A 1
PSI5_INTENA2    0xF0005390          Interrupt Enable Register A 2
PSI5_INTENB0    0xF000539C          Interrupt Enable Register B0
PSI5_INTENB1    0xF00053A0          Interrupt Enable Register B1
PSI5_INTENB2    0xF00053A4          Interrupt Enable Register B2
PSI5_OCS        0xF00053CC          OCDS Control and Status
PSI5_ACCEN0     0xF00053D0          Access Enable Register 0
PSI5_ACCEN1     0xF00053D4          Access Enable Register 1
PSI5_KRST0      0xF00053D8          Kernel Reset Register 0
PSI5_KRST1      0xF00053DC          Kernel Reset Register 1
PSI5_KRSTCLR    0xF00053E0          Kernel Reset Status Clear Register
PSI5_RFC0       0xF00053E4          Receive FIFO Control Register 0
PSI5_RFC1       0xF00053E8          Receive FIFO Control Register 1
PSI5_RFC2       0xF00053EC          Receive FIFO Control Register 2
PSI5_RDF0       0xF00053F8          Receive Data FIFO 0
PSI5_RDF1       0xF00053FC          Receive Data FIFO 1
PSI5_RDF2       0xF0005400          Receive Data FIFO 2
PSI5_RSIOV0     0xF000540C          RSI Overview Register
PSI5_RSIOV1     0xF0005410          RSI Overview Register
PSI5_RSIOV2     0xF0005414          RSI Overview Register
PSI5_RMIOV0     0xF0005420          RMI Overview Register
PSI5_RMIOV1     0xF0005424          RMI Overview Register
PSI5_RMIOV2     0xF0005428          RMI Overview Register
PSI5_NBIOV0     0xF0005434          NBI Overview Register
PSI5_NBIOV1     0xF0005438          NBI Overview Register
PSI5_NBIOV2     0xF000543C          NBI Overview Register
PSI5_TEIOV0     0xF0005448          TEI Overview Register
PSI5_TEIOV1     0xF000544C          TEI Overview Register
PSI5_TEIOV2     0xF0005450          TEI Overview Register
PSI5_CRCIOV0    0xF000545C          CRCI Overview Register
PSI5_CRCIOV1    0xF0005460          CRCI Overview Register
PSI5_CRCIOV2    0xF0005464          CRCI Overview Register
PSI5_RDIOV0     0xF0005470          RDI Overview Register
PSI5_RDIOV1     0xF0005474          RDI Overview Register
PSI5_RDIOV2     0xF0005478          RDI Overview Register
PSI5_NFIOV0     0xF0005484          NFI Overview Register
PSI5_NFIOV1     0xF0005488          NFI Overview Register
PSI5_NFIOV2     0xF000548C          NFI Overview Register
PSI5_MEIOV0     0xF0005498          MEI Overview Register
PSI5_MEIOV1     0xF000549C          MEI Overview Register
PSI5_MEIOV2     0xF00054A0          MEI Overview Register
PSI5_RSISET0    0xF00054AC          RSIOV0 Set Register
PSI5_RSISET1    0xF00054B0          RSIOV1 Set Register
PSI5_RSISET2    0xF00054B4          RSIOV2 Set Register
PSI5_RMISET0    0xF00054C0          RMIOV0 Set Register
PSI5_RMISET1    0xF00054C4          RMIOV1 Set Register
PSI5_RMISET2    0xF00054C8          RMIOV2 Set Register
PSI5_NBISET0    0xF00054D4          NBIOV0 Set Register
PSI5_NBISET1    0xF00054D8          NBIOV1 Set Register
PSI5_NBISET2    0xF00054DC          NBIOV2 Set Register
PSI5_TEISET0    0xF00054E8          TEIOV0 Set Register
PSI5_TEISET1    0xF00054EC          TEIOV1 Set Register
PSI5_TEISET2    0xF00054F0          TEIOV2 Set Register
PSI5_CRCISET0   0xF00054FC          CRCIOV0 Set Register
PSI5_CRCISET1   0xF0005500          CRCIOV1 Set Register
PSI5_CRCISET2   0xF0005504          CRCIOV2 Set Register
PSI5_RDISET0    0xF0005510          RDIOV0 Set Register
PSI5_RDISET1    0xF0005514          RDIOV1 Set Register
PSI5_RDISET2    0xF0005518          RDIOV2 Set Register
PSI5_NFISET0    0xF0005524          NFIOV0 Set Register
PSI5_NFISET1    0xF0005528          NFIOV1 Set Register
PSI5_NFISET2    0xF000552C          NFIOV2 Set Register
PSI5_MEISET0    0xF0005538          MEIOV0 Set Register
PSI5_MEISET1    0xF000553C          MEIOV1 Set Register
PSI5_MEISET2    0xF0005540          MEIOV2 Set Register
PSI5_RSICLR0    0xF000554C          RSIOV0 Clear Register
PSI5_RSICLR1    0xF0005550          RSIOV1 Clear Register
PSI5_RSICLR2    0xF0005554          RSIOV2 Clear Register
PSI5_RMICLR0    0xF0005560          RMIOV0 Clear Register
PSI5_RMICLR1    0xF0005564          RMIOV1 Clear Register
PSI5_RMICLR2    0xF0005568          RMIOV2 Clear Register
PSI5_NBICLR0    0xF0005574          NBIOV0 Clear Register
PSI5_NBICLR1    0xF0005578          NBIOV1 Clear Register
PSI5_NBICLR2    0xF000557C          NBIOV2 Clear Register
PSI5_TEICLR0    0xF0005588          TEIOV0 Clear Register
PSI5_TEICLR1    0xF000558C          TEIOV1 Clear Register
PSI5_TEICLR2    0xF0005590          TEIOV2 Clear Register
PSI5_CRCICLR0   0xF000559C          CRCIOV0 Clear Register
PSI5_CRCICLR1   0xF00055A0          CRCIOV1 Clear Register
PSI5_CRCICLR2   0xF00055A4          CRCIOV2 Clear Register
PSI5_RDICLR0    0xF00055B0          RDIOV0 Clear Register
PSI5_RDICLR1    0xF00055B4          RDIOV1 Clear Register
PSI5_RDICLR2    0xF00055B8          RDIOV2 Clear Register
PSI5_NFICLR0    0xF00055C4          NFIOV0 Clear Register
PSI5_NFICLR1    0xF00055C8          NFIOV1 Clear Register
PSI5_NFICLR2    0xF00055CC          NFIOV2 Clear Register
PSI5_MEICLR0    0xF00055D8          MEIOV0 Clear Register
PSI5_MEICLR1    0xF00055DC          MEIOV1 Clear Register
PSI5_MEICLR2    0xF00055E0          MEIOV2 Clear Register
PSI5_RDML00     0xF0005600          Receive Data Memory Low 00
PSI5_RDMH00     0xF0005604          Receive Data Memory High 00
PSI5_RDML01     0xF0005608          Receive Data Memory Low 01
PSI5_RDMH01     0xF000560C          Receive Data Memory High 01
PSI5_RDML02     0xF0005610          Receive Data Memory Low 02
PSI5_RDMH02     0xF0005614          Receive Data Memory High 02
PSI5_RDML03     0xF0005618          Receive Data Memory Low 03
PSI5_RDMH03     0xF000561C          Receive Data Memory High 03
PSI5_RDML04     0xF0005620          Receive Data Memory Low 04
PSI5_RDMH04     0xF0005624          Receive Data Memory High 04
PSI5_RDML05     0xF0005628          Receive Data Memory Low 05
PSI5_RDMH05     0xF000562C          Receive Data Memory High 05
PSI5_RDML06     0xF0005630          Receive Data Memory Low 06
PSI5_RDMH06     0xF0005634          Receive Data Memory High 06
PSI5_RDML07     0xF0005638          Receive Data Memory Low 07
PSI5_RDMH07     0xF000563C          Receive Data Memory High 07
PSI5_RDML08     0xF0005640          Receive Data Memory Low 08
PSI5_RDMH08     0xF0005644          Receive Data Memory High 08
PSI5_RDML09     0xF0005648          Receive Data Memory Low 09
PSI5_RDMH09     0xF000564C          Receive Data Memory High 09
PSI5_RDML010    0xF0005650          Receive Data Memory Low 010
PSI5_RDMH010    0xF0005654          Receive Data Memory High 010
PSI5_RDML011    0xF0005658          Receive Data Memory Low 011
PSI5_RDMH011    0xF000565C          Receive Data Memory High 011
PSI5_RDML012    0xF0005660          Receive Data Memory Low 012
PSI5_RDMH012    0xF0005664          Receive Data Memory High 012
PSI5_RDML013    0xF0005668          Receive Data Memory Low 013
PSI5_RDMH013    0xF000566C          Receive Data Memory High 013
PSI5_RDML014    0xF0005670          Receive Data Memory Low 014
PSI5_RDMH014    0xF0005674          Receive Data Memory High 014
PSI5_RDML015    0xF0005678          Receive Data Memory Low 015
PSI5_RDMH015    0xF000567C          Receive Data Memory High 015
PSI5_RDML016    0xF0005680          Receive Data Memory Low 016
PSI5_RDMH016    0xF0005684          Receive Data Memory High 016
PSI5_RDML017    0xF0005688          Receive Data Memory Low 017
PSI5_RDMH017    0xF000568C          Receive Data Memory High 017
PSI5_RDML018    0xF0005690          Receive Data Memory Low 018
PSI5_RDMH018    0xF0005694          Receive Data Memory High 018
PSI5_RDML019    0xF0005698          Receive Data Memory Low 019
PSI5_RDMH019    0xF000569C          Receive Data Memory High 019
PSI5_RDML020    0xF00056A0          Receive Data Memory Low 020
PSI5_RDMH020    0xF00056A4          Receive Data Memory High 020
PSI5_RDML021    0xF00056A8          Receive Data Memory Low 021
PSI5_RDMH021    0xF00056AC          Receive Data Memory High 021
PSI5_RDML022    0xF00056B0          Receive Data Memory Low 022
PSI5_RDMH022    0xF00056B4          Receive Data Memory High 022
PSI5_RDML023    0xF00056B8          Receive Data Memory Low 023
PSI5_RDMH023    0xF00056BC          Receive Data Memory High 023
PSI5_RDML024    0xF00056C0          Receive Data Memory Low 024
PSI5_RDMH024    0xF00056C4          Receive Data Memory High 024
PSI5_RDML025    0xF00056C8          Receive Data Memory Low 025
PSI5_RDMH025    0xF00056CC          Receive Data Memory High 025
PSI5_RDML026    0xF00056D0          Receive Data Memory Low 026
PSI5_RDMH026    0xF00056D4          Receive Data Memory High 026
PSI5_RDML027    0xF00056D8          Receive Data Memory Low 027
PSI5_RDMH027    0xF00056DC          Receive Data Memory High 027
PSI5_RDML028    0xF00056E0          Receive Data Memory Low 028
PSI5_RDMH028    0xF00056E4          Receive Data Memory High 028
PSI5_RDML029    0xF00056E8          Receive Data Memory Low 029
PSI5_RDMH029    0xF00056EC          Receive Data Memory High 029
PSI5_RDML030    0xF00056F0          Receive Data Memory Low 030
PSI5_RDMH030    0xF00056F4          Receive Data Memory High 030
PSI5_RDML031    0xF00056F8          Receive Data Memory Low 031
PSI5_RDMH031    0xF00056FC          Receive Data Memory High 031
PSI5_RDML10     0xF0005700          Receive Data Memory Low 10
PSI5_RDMH10     0xF0005704          Receive Data Memory High 10
PSI5_RDML11     0xF0005708          Receive Data Memory Low 11
PSI5_RDMH11     0xF000570C          Receive Data Memory High 11
PSI5_RDML12     0xF0005710          Receive Data Memory Low 12
PSI5_RDMH12     0xF0005714          Receive Data Memory High 12
PSI5_RDML13     0xF0005718          Receive Data Memory Low 13
PSI5_RDMH13     0xF000571C          Receive Data Memory High 13
PSI5_RDML14     0xF0005720          Receive Data Memory Low 14
PSI5_RDMH14     0xF0005724          Receive Data Memory High 14
PSI5_RDML15     0xF0005728          Receive Data Memory Low 15
PSI5_RDMH15     0xF000572C          Receive Data Memory High 15
PSI5_RDML16     0xF0005730          Receive Data Memory Low 16
PSI5_RDMH16     0xF0005734          Receive Data Memory High 16
PSI5_RDML17     0xF0005738          Receive Data Memory Low 17
PSI5_RDMH17     0xF000573C          Receive Data Memory High 17
PSI5_RDML18     0xF0005740          Receive Data Memory Low 18
PSI5_RDMH18     0xF0005744          Receive Data Memory High 18
PSI5_RDML19     0xF0005748          Receive Data Memory Low 19
PSI5_RDMH19     0xF000574C          Receive Data Memory High 19
PSI5_RDML110    0xF0005750          Receive Data Memory Low 110
PSI5_RDMH110    0xF0005754          Receive Data Memory High 110
PSI5_RDML111    0xF0005758          Receive Data Memory Low 111
PSI5_RDMH111    0xF000575C          Receive Data Memory High 111
PSI5_RDML112    0xF0005760          Receive Data Memory Low 112
PSI5_RDMH112    0xF0005764          Receive Data Memory High 112
PSI5_RDML113    0xF0005768          Receive Data Memory Low 113
PSI5_RDMH113    0xF000576C          Receive Data Memory High 113
PSI5_RDML114    0xF0005770          Receive Data Memory Low 114
PSI5_RDMH114    0xF0005774          Receive Data Memory High 114
PSI5_RDML115    0xF0005778          Receive Data Memory Low 115
PSI5_RDMH115    0xF000577C          Receive Data Memory High 115
PSI5_RDML116    0xF0005780          Receive Data Memory Low 116
PSI5_RDMH116    0xF0005784          Receive Data Memory High 116
PSI5_RDML117    0xF0005788          Receive Data Memory Low 117
PSI5_RDMH117    0xF000578C          Receive Data Memory High 117
PSI5_RDML118    0xF0005790          Receive Data Memory Low 118
PSI5_RDMH118    0xF0005794          Receive Data Memory High 118
PSI5_RDML119    0xF0005798          Receive Data Memory Low 119
PSI5_RDMH119    0xF000579C          Receive Data Memory High 119
PSI5_RDML120    0xF00057A0          Receive Data Memory Low 120
PSI5_RDMH120    0xF00057A4          Receive Data Memory High 120
PSI5_RDML121    0xF00057A8          Receive Data Memory Low 121
PSI5_RDMH121    0xF00057AC          Receive Data Memory High 121
PSI5_RDML122    0xF00057B0          Receive Data Memory Low 122
PSI5_RDMH122    0xF00057B4          Receive Data Memory High 122
PSI5_RDML123    0xF00057B8          Receive Data Memory Low 123
PSI5_RDMH123    0xF00057BC          Receive Data Memory High 123
PSI5_RDML124    0xF00057C0          Receive Data Memory Low 124
PSI5_RDMH124    0xF00057C4          Receive Data Memory High 124
PSI5_RDML125    0xF00057C8          Receive Data Memory Low 125
PSI5_RDMH125    0xF00057CC          Receive Data Memory High 125
PSI5_RDML126    0xF00057D0          Receive Data Memory Low 126
PSI5_RDMH126    0xF00057D4          Receive Data Memory High 126
PSI5_RDML127    0xF00057D8          Receive Data Memory Low 127
PSI5_RDMH127    0xF00057DC          Receive Data Memory High 127
PSI5_RDML128    0xF00057E0          Receive Data Memory Low 128
PSI5_RDMH128    0xF00057E4          Receive Data Memory High 128
PSI5_RDML129    0xF00057E8          Receive Data Memory Low 129
PSI5_RDMH129    0xF00057EC          Receive Data Memory High 129
PSI5_RDML130    0xF00057F0          Receive Data Memory Low 130
PSI5_RDMH130    0xF00057F4          Receive Data Memory High 130
PSI5_RDML131    0xF00057F8          Receive Data Memory Low 131
PSI5_RDMH131    0xF00057FC          Receive Data Memory High 131
PSI5_RDML20     0xF0005800          Receive Data Memory Low 20
PSI5_RDMH20     0xF0005804          Receive Data Memory High 20
PSI5_RDML21     0xF0005808          Receive Data Memory Low 21
PSI5_RDMH21     0xF000580C          Receive Data Memory High 21
PSI5_RDML22     0xF0005810          Receive Data Memory Low 22
PSI5_RDMH22     0xF0005814          Receive Data Memory High 22
PSI5_RDML23     0xF0005818          Receive Data Memory Low 23
PSI5_RDMH23     0xF000581C          Receive Data Memory High 23
PSI5_RDML24     0xF0005820          Receive Data Memory Low 24
PSI5_RDMH24     0xF0005824          Receive Data Memory High 24
PSI5_RDML25     0xF0005828          Receive Data Memory Low 25
PSI5_RDMH25     0xF000582C          Receive Data Memory High 25
PSI5_RDML26     0xF0005830          Receive Data Memory Low 26
PSI5_RDMH26     0xF0005834          Receive Data Memory High 26
PSI5_RDML27     0xF0005838          Receive Data Memory Low 27
PSI5_RDMH27     0xF000583C          Receive Data Memory High 27
PSI5_RDML28     0xF0005840          Receive Data Memory Low 28
PSI5_RDMH28     0xF0005844          Receive Data Memory High 28
PSI5_RDML29     0xF0005848          Receive Data Memory Low 29
PSI5_RDMH29     0xF000584C          Receive Data Memory High 29
PSI5_RDML210    0xF0005850          Receive Data Memory Low 210
PSI5_RDMH210    0xF0005854          Receive Data Memory High 210
PSI5_RDML211    0xF0005858          Receive Data Memory Low 211
PSI5_RDMH211    0xF000585C          Receive Data Memory High 211
PSI5_RDML212    0xF0005860          Receive Data Memory Low 212
PSI5_RDMH212    0xF0005864          Receive Data Memory High 212
PSI5_RDML213    0xF0005868          Receive Data Memory Low 213
PSI5_RDMH213    0xF000586C          Receive Data Memory High 213
PSI5_RDML214    0xF0005870          Receive Data Memory Low 214
PSI5_RDMH214    0xF0005874          Receive Data Memory High 214
PSI5_RDML215    0xF0005878          Receive Data Memory Low 215
PSI5_RDMH215    0xF000587C          Receive Data Memory High 215
PSI5_RDML216    0xF0005880          Receive Data Memory Low 216
PSI5_RDMH216    0xF0005884          Receive Data Memory High 216
PSI5_RDML217    0xF0005888          Receive Data Memory Low 217
PSI5_RDMH217    0xF000588C          Receive Data Memory High 217
PSI5_RDML218    0xF0005890          Receive Data Memory Low 218
PSI5_RDMH218    0xF0005894          Receive Data Memory High 218
PSI5_RDML219    0xF0005898          Receive Data Memory Low 219
PSI5_RDMH219    0xF000589C          Receive Data Memory High 219
PSI5_RDML220    0xF00058A0          Receive Data Memory Low 220
PSI5_RDMH220    0xF00058A4          Receive Data Memory High 220
PSI5_RDML221    0xF00058A8          Receive Data Memory Low 221
PSI5_RDMH221    0xF00058AC          Receive Data Memory High 221
PSI5_RDML222    0xF00058B0          Receive Data Memory Low 222
PSI5_RDMH222    0xF00058B4          Receive Data Memory High 222
PSI5_RDML223    0xF00058B8          Receive Data Memory Low 223
PSI5_RDMH223    0xF00058BC          Receive Data Memory High 223
PSI5_RDML224    0xF00058C0          Receive Data Memory Low 224
PSI5_RDMH224    0xF00058C4          Receive Data Memory High 224
PSI5_RDML225    0xF00058C8          Receive Data Memory Low 225
PSI5_RDMH225    0xF00058CC          Receive Data Memory High 225
PSI5_RDML226    0xF00058D0          Receive Data Memory Low 226
PSI5_RDMH226    0xF00058D4          Receive Data Memory High 226
PSI5_RDML227    0xF00058D8          Receive Data Memory Low 227
PSI5_RDMH227    0xF00058DC          Receive Data Memory High 227
PSI5_RDML228    0xF00058E0          Receive Data Memory Low 228
PSI5_RDMH228    0xF00058E4          Receive Data Memory High 228
PSI5_RDML229    0xF00058E8          Receive Data Memory Low 229
PSI5_RDMH229    0xF00058EC          Receive Data Memory High 229
PSI5_RDML230    0xF00058F0          Receive Data Memory Low 230
PSI5_RDMH230    0xF00058F4          Receive Data Memory High 230
PSI5_RDML231    0xF00058F8          Receive Data Memory Low 231
PSI5_RDMH231    0xF00058FC          Receive Data Memory High 231
PSI5S_CLC       0xF0007000          Clock Control Register
PSI5S_ID        0xF0007008          Module Identification Register
PSI5S_FDR       0xF000700C          PSI5-S Fractional Divider Register
PSI5S_FDRT      0xF0007010          Fractional Divider Register for Time Stamp
PSI5S_TSCNTA    0xF0007014          Time Stamp Count Register A
PSI5S_TSCNTB    0xF0007018          Time Stamp Count Register B
PSI5S_GCR       0xF000701C          Global Control Register
PSI5S_NFC       0xF0007020          Number of Frames Control Register
PSI5S_FCNT      0xF0007024          Frame Counter Register
PSI5S_IOCR      0xF0007028          Input and Output Control Register
PSI5S_RCRA0     0xF0007030          Receiver Control Register A0
PSI5S_RCRA1     0xF0007034          Receiver Control Register A1
PSI5S_RCRA2     0xF0007038          Receiver Control Register A2
PSI5S_RCRA3     0xF000703C          Receiver Control Register A3
PSI5S_RCRA4     0xF0007040          Receiver Control Register A4
PSI5S_RCRA5     0xF0007044          Receiver Control Register A5
PSI5S_RCRA6     0xF0007048          Receiver Control Register A6
PSI5S_RCRA7     0xF000704C          Receiver Control Register A7
PSI5S_RCRB0     0xF0007050          Receiver Control Register B0
PSI5S_RCRB1     0xF0007054          Receiver Control Register B1
PSI5S_RCRB2     0xF0007058          Receiver Control Register B2
PSI5S_RCRB3     0xF000705C          Receiver Control Register B3
PSI5S_RCRB4     0xF0007060          Receiver Control Register B4
PSI5S_RCRB5     0xF0007064          Receiver Control Register B5
PSI5S_RCRB6     0xF0007068          Receiver Control Register B6
PSI5S_RCRB7     0xF000706C          Receiver Control Register B7
PSI5S_WDT0      0xF0007070          Watch Dog Timer Register 0
PSI5S_WDT1      0xF0007074          Watch Dog Timer Register 1
PSI5S_WDT2      0xF0007078          Watch Dog Timer Register 2
PSI5S_WDT3      0xF000707C          Watch Dog Timer Register 3
PSI5S_WDT4      0xF0007080          Watch Dog Timer Register 4
PSI5S_WDT5      0xF0007084          Watch Dog Timer Register 5
PSI5S_WDT6      0xF0007088          Watch Dog Timer Register 6
PSI5S_WDT7      0xF000708C          Watch Dog Timer Register 7
PSI5S_TSCR0     0xF0007090          Capture Register TSCR0
PSI5S_TSCR1     0xF0007094          Capture Register TSCR1
PSI5S_TSCR2     0xF0007098          Capture Register TSCR2
PSI5S_TSCR3     0xF000709C          Capture Register TSCR3
PSI5S_TSCR4     0xF00070A0          Capture Register TSCR4
PSI5S_TSCR5     0xF00070A4          Capture Register TSCR5
PSI5S_TSCR6     0xF00070A8          Capture Register TSCR6
PSI5S_TSCR7     0xF00070AC          Capture Register TSCR7
PSI5S_RDS       0xF00070B0          Receive Status Register
PSI5S_RDR       0xF00070B4          Receive Data Register
PSI5S_TSM       0xF00070B8          Time Stamp Mirror Register TSM
PSI5S_TAR       0xF00070D0          Target Address Register
PSI5S_BAR       0xF00070D4          Base Address Register
PSI5S_PGC0      0xF00070F0          Pulse Generation Control Register 0
PSI5S_PGC1      0xF00070F4          Pulse Generation Control Register 1
PSI5S_PGC2      0xF00070F8          Pulse Generation Control Register 2
PSI5S_PGC3      0xF00070FC          Pulse Generation Control Register 3
PSI5S_PGC4      0xF0007100          Pulse Generation Control Register 4
PSI5S_PGC5      0xF0007104          Pulse Generation Control Register 5
PSI5S_PGC6      0xF0007108          Pulse Generation Control Register 6
PSI5S_PGC7      0xF000710C          Pulse Generation Control Register 7
PSI5S_CTV0      0xF0007110          Channel Trigger Value Register 0
PSI5S_CTV1      0xF0007114          Channel Trigger Value Register 1
PSI5S_CTV2      0xF0007118          Channel Trigger Value Register 2
PSI5S_CTV3      0xF000711C          Channel Trigger Value Register 3
PSI5S_CTV4      0xF0007120          Channel Trigger Value Register 4
PSI5S_CTV5      0xF0007124          Channel Trigger Value Register 5
PSI5S_CTV6      0xF0007128          Channel Trigger Value Register 6
PSI5S_CTV7      0xF000712C          Channel Trigger Value Register 7
PSI5S_SCR0      0xF0007130          Send Control Register 0
PSI5S_SCR1      0xF0007134          Send Control Register 1
PSI5S_SCR2      0xF0007138          Send Control Register 2
PSI5S_SCR3      0xF000713C          Send Control Register 3
PSI5S_SCR4      0xF0007140          Send Control Register 4
PSI5S_SCR5      0xF0007144          Send Control Register 5
PSI5S_SCR6      0xF0007148          Send Control Register 6
PSI5S_SCR7      0xF000714C          Send Control Register 7
PSI5S_SDR0      0xF0007150          Send Data Register 0
PSI5S_SDR1      0xF0007154          Send Data Register 1
PSI5S_SDR2      0xF0007158          Send Data Register 2
PSI5S_SDR3      0xF000715C          Send Data Register 3
PSI5S_SDR4      0xF0007160          Send Data Register 4
PSI5S_SDR5      0xF0007164          Send Data Register 5
PSI5S_SDR6      0xF0007168          Send Data Register 6
PSI5S_SDR7      0xF000716C          Send Data Register 7
PSI5S_CDW       0xF0007170          CPU Direct Write Register
PSI5S_CON       0xF0007210          Control Register
PSI5S_BG        0xF0007214          Baud Rate Timer/Reload Register
PSI5S_FDV       0xF0007218          Fractional Divider Register
PSI5S_FDO       0xF000721C          Fractional Divider for Output CLK Register
PSI5S_TBUF      0xF0007220          Transmit Buffer Register
PSI5S_RBUF      0xF0007224          Receive Buffer Register
PSI5S_WHBCON    0xF0007250          Write Hardware Bits Control Register
PSI5S_INTSTAT0  0xF0007260          Interrupt Status Register 0
PSI5S_INTSTAT1  0xF0007264          Interrupt Status Register 1
PSI5S_INTSTAT2  0xF0007268          Interrupt Status Register 2
PSI5S_INTSTAT3  0xF000726C          Interrupt Status Register 3
PSI5S_INTSTAT4  0xF0007270          Interrupt Status Register 4
PSI5S_INTSTAT5  0xF0007274          Interrupt Status Register 5
PSI5S_INTSTAT6  0xF0007278          Interrupt Status Register 6
PSI5S_INTSTAT7  0xF000727C          Interrupt Status Register 7
PSI5S_INTSET0   0xF0007280          Interrupt Set Register 0
PSI5S_INTSET1   0xF0007284          Interrupt Set Register 1
PSI5S_INTSET2   0xF0007288          Interrupt Set Register 2
PSI5S_INTSET3   0xF000728C          Interrupt Set Register 3
PSI5S_INTSET4   0xF0007290          Interrupt Set Register 4
PSI5S_INTSET5   0xF0007294          Interrupt Set Register 5
PSI5S_INTSET6   0xF0007298          Interrupt Set Register 6
PSI5S_INTSET7   0xF000729C          Interrupt Set Register 7
PSI5S_INTCLR0   0xF00072A0          Interrupt Clear Register 0
PSI5S_INTCLR1   0xF00072A4          Interrupt Clear Register 1
PSI5S_INTCLR2   0xF00072A8          Interrupt Clear Register 2
PSI5S_INTCLR3   0xF00072AC          Interrupt Clear Register 3
PSI5S_INTCLR4   0xF00072B0          Interrupt Clear Register 4
PSI5S_INTCLR5   0xF00072B4          Interrupt Clear Register 5
PSI5S_INTCLR6   0xF00072B8          Interrupt Clear Register 6
PSI5S_INTCLR7   0xF00072BC          Interrupt Clear Register 7
PSI5S_INTEN0    0xF00072C0          Interrupt Enable Register 0
PSI5S_INTEN1    0xF00072C4          Interrupt Enable Register 1
PSI5S_INTEN2    0xF00072C8          Interrupt Enable Register 2
PSI5S_INTEN3    0xF00072CC          Interrupt Enable Register 3
PSI5S_INTEN4    0xF00072D0          Interrupt Enable Register 4
PSI5S_INTEN5    0xF00072D4          Interrupt Enable Register 5
PSI5S_INTEN6    0xF00072D8          Interrupt Enable Register 6
PSI5S_INTEN7    0xF00072DC          Interrupt Enable Register 7
PSI5S_INP0      0xF00072E0          Interrupt Node Pointer Register 0
PSI5S_INP1      0xF00072E4          Interrupt Node Pointer Register 1
PSI5S_INP2      0xF00072E8          Interrupt Node Pointer Register 2
PSI5S_INP3      0xF00072EC          Interrupt Node Pointer Register 3
PSI5S_INP4      0xF00072F0          Interrupt Node Pointer Register 4
PSI5S_INP5      0xF00072F4          Interrupt Node Pointer Register 5
PSI5S_INP6      0xF00072F8          Interrupt Node Pointer Register 6
PSI5S_INP7      0xF00072FC          Interrupt Node Pointer Register 7
PSI5S_INTOV     0xF0007300          Interrupt Overview Register
PSI5S_INTSTATG  0xF0007304          Interrupt Status Register G
PSI5S_INTSETG   0xF0007308          Interrupt Set Register G
PSI5S_INTCLRG   0xF000730C          Interrupt Clear Register G
PSI5S_INTENG    0xF0007310          Interrupt Enable Register G
PSI5S_INPG      0xF0007314          Interrupt Node Pointer G Register
PSI5S_OCS       0xF00073CC          OCDS Control and Status
PSI5S_ACCEN0    0xF00073D0          Access Enable Register 0
PSI5S_ACCEN1    0xF00073D4          Access Enable Register 1
PSI5S_KRST0     0xF00073D8          Kernel Reset Register 0
PSI5S_KRST1     0xF00073DC          Kernel Reset Register 1
PSI5S_KRSTCLR   0xF00073E0          Kernel Reset Status Clear Register
DMA_CLC         0xF0010000          DMA Clock Control Register
DMA_ID          0xF0010008          Module Identification Register
DMA_MEMCON      0xF0010020          DMA Memory Control Register
DMA_ACCEN00     0xF0010040          DMA Hardware Resource 0 Access Enable Register 0
DMA_ACCEN01     0xF0010044          DMA Hardware Resource 0 Access Enable Register 1
DMA_ACCEN10     0xF0010048          DMA Hardware Resource 1 Access Enable Register 0
DMA_ACCEN11     0xF001004C          DMA Hardware Resource 1 Access Enable Register 1
DMA_ACCEN20     0xF0010050          DMA Hardware Resource 2 Access Enable Register 0
DMA_ACCEN21     0xF0010054          DMA Hardware Resource 2 Access Enable Register 1
DMA_ACCEN30     0xF0010058          DMA Hardware Resource 3 Access Enable Register 0
DMA_ACCEN31     0xF001005C          DMA Hardware Resource 3 Access Enable Register 1
DMA_EER0        0xF0010120          DMA Enable Error Register 0
DMA_ERRSR0      0xF0010124          DMA Error Status Register 0
DMA_CLRE0       0xF0010128          DMA Clear Error Register 0
DMA_ME0SR       0xF0010130          DMA Move Engine 0 Status Register
DMA_ME00R       0xF0010140          DMA Move Engine 0 Read Register 0
DMA_ME01R       0xF0010144          DMA Move Engine 0 Read Register 1
DMA_ME02R       0xF0010148          DMA Move Engine 0 Read Register 2
DMA_ME03R       0xF001014C          DMA Move Engine 0 Read Register 3
DMA_ME04R       0xF0010150          DMA Move Engine 0 Read Register 4
DMA_ME05R       0xF0010154          DMA Move Engine 0 Read Register 5
DMA_ME06R       0xF0010158          DMA Move Engine 0 Read Register 6
DMA_ME07R       0xF001015C          DMA Move Engine 0 Read Register 7
DMA_ME0RDCRC    0xF0010180          DMA Move Engine 0 Channel Read Data CRC Register
DMA_ME0SDCRC    0xF0010184          DMA Move Engine 0 Channel Source and Destination Address CRC Register
DMA_ME0SADR     0xF0010188          DMA Move Engine 0 Channel Source Address Register
DMA_ME0DADR     0xF001018C          DMA Move Engine 0 Channel Destination Address Register x
DMA_ME0ADICR    0xF0010190          DMA Move Engine 0 Channel Address and Interrupt Control Register
DMA_ME0CHCR     0xF0010194          DMA Move Engine 0 Channel Control Register
DMA_ME0SHADR    0xF0010198          DMA Move Engine 0 Channel Shadow Address Register
DMA_ME0CHSR     0xF001019C          DMA Move Engine 0 Channel Status Register
DMA_EER1        0xF0011120          DMA Enable Error Register 1
DMA_ERRSR1      0xF0011124          DMA Error Status Register 1
DMA_CLRE1       0xF0011128          DMA Clear Error Register 1
DMA_ME1SR       0xF0011130          DMA Move Engine 1 Status Register
DMA_ME10R       0xF0011140          DMA Move Engine 1 Read Register 0
DMA_ME11R       0xF0011144          DMA Move Engine 1 Read Register 1
DMA_ME12R       0xF0011148          DMA Move Engine 1 Read Register 2
DMA_ME13R       0xF001114C          DMA Move Engine 1 Read Register 3
DMA_ME14R       0xF0011150          DMA Move Engine 1 Read Register 4
DMA_ME15R       0xF0011154          DMA Move Engine 1 Read Register 5
DMA_ME16R       0xF0011158          DMA Move Engine 1 Read Register 6
DMA_ME17R       0xF001115C          DMA Move Engine 1 Read Register 7
DMA_ME1RDCRC    0xF0011180          DMA Move Engine 1 Channel Read Data CRC Register
DMA_ME1SDCRC    0xF0011184          DMA Move Engine 1 Channel Source and Destination Address CRC Register
DMA_ME1SADR     0xF0011188          DMA Move Engine 1 Channel Source Address Register
DMA_ME1DADR     0xF001118C          DMA Move Engine 1 Channel Destination Address Register x
DMA_ME1ADICR    0xF0011190          DMA Move Engine 1 Channel Address and Interrupt Control Register
DMA_ME1CHCR     0xF0011194          DMA Move Engine 1 Channel Control Register
DMA_ME1SHADR    0xF0011198          DMA Move Engine 1 Channel Shadow Address Register
DMA_ME1CHSR     0xF001119C          DMA Move Engine 1 Channel Status Register
DMA_OTSS        0xF0011200          DMA OCDS Trigger Set Select
DMA_ERRINTR     0xF0011204          DMA Error Interrupt Set Register
DMA_PRR0        0xF0011208          Pattern Read Register 0
DMA_PRR1        0xF001120C          Pattern Read Register 1
DMA_TIME        0xF0011210          Time Register
DMA_MODE0       0xF0011300          DMA Mode Register 0
DMA_MODE1       0xF0011304          DMA Mode Register 1
DMA_MODE2       0xF0011308          DMA Mode Register 2
DMA_MODE3       0xF001130C          DMA Mode Register 3
DMA_HRR000      0xF0011800          DMA Channel Hardware Resource Register 000
DMA_HRR001      0xF0011804          DMA Channel Hardware Resource Register 001
DMA_HRR002      0xF0011808          DMA Channel Hardware Resource Register 002
DMA_HRR003      0xF001180C          DMA Channel Hardware Resource Register 003
DMA_HRR004      0xF0011810          DMA Channel Hardware Resource Register 004
DMA_HRR005      0xF0011814          DMA Channel Hardware Resource Register 005
DMA_HRR006      0xF0011818          DMA Channel Hardware Resource Register 006
DMA_HRR007      0xF001181C          DMA Channel Hardware Resource Register 007
DMA_HRR008      0xF0011820          DMA Channel Hardware Resource Register 008
DMA_HRR009      0xF0011824          DMA Channel Hardware Resource Register 009
DMA_HRR010      0xF0011828          DMA Channel Hardware Resource Register 010
DMA_HRR011      0xF001182C          DMA Channel Hardware Resource Register 011
DMA_HRR012      0xF0011830          DMA Channel Hardware Resource Register 012
DMA_HRR013      0xF0011834          DMA Channel Hardware Resource Register 013
DMA_HRR014      0xF0011838          DMA Channel Hardware Resource Register 014
DMA_HRR015      0xF001183C          DMA Channel Hardware Resource Register 015
DMA_HRR016      0xF0011840          DMA Channel Hardware Resource Register 016
DMA_HRR017      0xF0011844          DMA Channel Hardware Resource Register 017
DMA_HRR018      0xF0011848          DMA Channel Hardware Resource Register 018
DMA_HRR019      0xF001184C          DMA Channel Hardware Resource Register 019
DMA_HRR020      0xF0011850          DMA Channel Hardware Resource Register 020
DMA_HRR021      0xF0011854          DMA Channel Hardware Resource Register 021
DMA_HRR022      0xF0011858          DMA Channel Hardware Resource Register 022
DMA_HRR023      0xF001185C          DMA Channel Hardware Resource Register 023
DMA_HRR024      0xF0011860          DMA Channel Hardware Resource Register 024
DMA_HRR025      0xF0011864          DMA Channel Hardware Resource Register 025
DMA_HRR026      0xF0011868          DMA Channel Hardware Resource Register 026
DMA_HRR027      0xF001186C          DMA Channel Hardware Resource Register 027
DMA_HRR028      0xF0011870          DMA Channel Hardware Resource Register 028
DMA_HRR029      0xF0011874          DMA Channel Hardware Resource Register 029
DMA_HRR030      0xF0011878          DMA Channel Hardware Resource Register 030
DMA_HRR031      0xF001187C          DMA Channel Hardware Resource Register 031
DMA_HRR032      0xF0011880          DMA Channel Hardware Resource Register 032
DMA_HRR033      0xF0011884          DMA Channel Hardware Resource Register 033
DMA_HRR034      0xF0011888          DMA Channel Hardware Resource Register 034
DMA_HRR035      0xF001188C          DMA Channel Hardware Resource Register 035
DMA_HRR036      0xF0011890          DMA Channel Hardware Resource Register 036
DMA_HRR037      0xF0011894          DMA Channel Hardware Resource Register 037
DMA_HRR038      0xF0011898          DMA Channel Hardware Resource Register 038
DMA_HRR039      0xF001189C          DMA Channel Hardware Resource Register 039
DMA_HRR040      0xF00118A0          DMA Channel Hardware Resource Register 040
DMA_HRR041      0xF00118A4          DMA Channel Hardware Resource Register 041
DMA_HRR042      0xF00118A8          DMA Channel Hardware Resource Register 042
DMA_HRR043      0xF00118AC          DMA Channel Hardware Resource Register 043
DMA_HRR044      0xF00118B0          DMA Channel Hardware Resource Register 044
DMA_HRR045      0xF00118B4          DMA Channel Hardware Resource Register 045
DMA_HRR046      0xF00118B8          DMA Channel Hardware Resource Register 046
DMA_HRR047      0xF00118BC          DMA Channel Hardware Resource Register 047
DMA_HRR048      0xF00118C0          DMA Channel Hardware Resource Register 048
DMA_HRR049      0xF00118C4          DMA Channel Hardware Resource Register 049
DMA_HRR050      0xF00118C8          DMA Channel Hardware Resource Register 050
DMA_HRR051      0xF00118CC          DMA Channel Hardware Resource Register 051
DMA_HRR052      0xF00118D0          DMA Channel Hardware Resource Register 052
DMA_HRR053      0xF00118D4          DMA Channel Hardware Resource Register 053
DMA_HRR054      0xF00118D8          DMA Channel Hardware Resource Register 054
DMA_HRR055      0xF00118DC          DMA Channel Hardware Resource Register 055
DMA_HRR056      0xF00118E0          DMA Channel Hardware Resource Register 056
DMA_HRR057      0xF00118E4          DMA Channel Hardware Resource Register 057
DMA_HRR058      0xF00118E8          DMA Channel Hardware Resource Register 058
DMA_HRR059      0xF00118EC          DMA Channel Hardware Resource Register 059
DMA_HRR060      0xF00118F0          DMA Channel Hardware Resource Register 060
DMA_HRR061      0xF00118F4          DMA Channel Hardware Resource Register 061
DMA_HRR062      0xF00118F8          DMA Channel Hardware Resource Register 062
DMA_HRR063      0xF00118FC          DMA Channel Hardware Resource Register 063
DMA_SUSENR000   0xF0011A00          DMA Suspend Enable Register 000
DMA_SUSENR001   0xF0011A04          DMA Suspend Enable Register 001
DMA_SUSENR002   0xF0011A08          DMA Suspend Enable Register 002
DMA_SUSENR003   0xF0011A0C          DMA Suspend Enable Register 003
DMA_SUSENR004   0xF0011A10          DMA Suspend Enable Register 004
DMA_SUSENR005   0xF0011A14          DMA Suspend Enable Register 005
DMA_SUSENR006   0xF0011A18          DMA Suspend Enable Register 006
DMA_SUSENR007   0xF0011A1C          DMA Suspend Enable Register 007
DMA_SUSENR008   0xF0011A20          DMA Suspend Enable Register 008
DMA_SUSENR009   0xF0011A24          DMA Suspend Enable Register 009
DMA_SUSENR010   0xF0011A28          DMA Suspend Enable Register 010
DMA_SUSENR011   0xF0011A2C          DMA Suspend Enable Register 011
DMA_SUSENR012   0xF0011A30          DMA Suspend Enable Register 012
DMA_SUSENR013   0xF0011A34          DMA Suspend Enable Register 013
DMA_SUSENR014   0xF0011A38          DMA Suspend Enable Register 014
DMA_SUSENR015   0xF0011A3C          DMA Suspend Enable Register 015
DMA_SUSENR016   0xF0011A40          DMA Suspend Enable Register 016
DMA_SUSENR017   0xF0011A44          DMA Suspend Enable Register 017
DMA_SUSENR018   0xF0011A48          DMA Suspend Enable Register 018
DMA_SUSENR019   0xF0011A4C          DMA Suspend Enable Register 019
DMA_SUSENR020   0xF0011A50          DMA Suspend Enable Register 020
DMA_SUSENR021   0xF0011A54          DMA Suspend Enable Register 021
DMA_SUSENR022   0xF0011A58          DMA Suspend Enable Register 022
DMA_SUSENR023   0xF0011A5C          DMA Suspend Enable Register 023
DMA_SUSENR024   0xF0011A60          DMA Suspend Enable Register 024
DMA_SUSENR025   0xF0011A64          DMA Suspend Enable Register 025
DMA_SUSENR026   0xF0011A68          DMA Suspend Enable Register 026
DMA_SUSENR027   0xF0011A6C          DMA Suspend Enable Register 027
DMA_SUSENR028   0xF0011A70          DMA Suspend Enable Register 028
DMA_SUSENR029   0xF0011A74          DMA Suspend Enable Register 029
DMA_SUSENR030   0xF0011A78          DMA Suspend Enable Register 030
DMA_SUSENR031   0xF0011A7C          DMA Suspend Enable Register 031
DMA_SUSENR032   0xF0011A80          DMA Suspend Enable Register 032
DMA_SUSENR033   0xF0011A84          DMA Suspend Enable Register 033
DMA_SUSENR034   0xF0011A88          DMA Suspend Enable Register 034
DMA_SUSENR035   0xF0011A8C          DMA Suspend Enable Register 035
DMA_SUSENR036   0xF0011A90          DMA Suspend Enable Register 036
DMA_SUSENR037   0xF0011A94          DMA Suspend Enable Register 037
DMA_SUSENR038   0xF0011A98          DMA Suspend Enable Register 038
DMA_SUSENR039   0xF0011A9C          DMA Suspend Enable Register 039
DMA_SUSENR040   0xF0011AA0          DMA Suspend Enable Register 040
DMA_SUSENR041   0xF0011AA4          DMA Suspend Enable Register 041
DMA_SUSENR042   0xF0011AA8          DMA Suspend Enable Register 042
DMA_SUSENR043   0xF0011AAC          DMA Suspend Enable Register 043
DMA_SUSENR044   0xF0011AB0          DMA Suspend Enable Register 044
DMA_SUSENR045   0xF0011AB4          DMA Suspend Enable Register 045
DMA_SUSENR046   0xF0011AB8          DMA Suspend Enable Register 046
DMA_SUSENR047   0xF0011ABC          DMA Suspend Enable Register 047
DMA_SUSENR048   0xF0011AC0          DMA Suspend Enable Register 048
DMA_SUSENR049   0xF0011AC4          DMA Suspend Enable Register 049
DMA_SUSENR050   0xF0011AC8          DMA Suspend Enable Register 050
DMA_SUSENR051   0xF0011ACC          DMA Suspend Enable Register 051
DMA_SUSENR052   0xF0011AD0          DMA Suspend Enable Register 052
DMA_SUSENR053   0xF0011AD4          DMA Suspend Enable Register 053
DMA_SUSENR054   0xF0011AD8          DMA Suspend Enable Register 054
DMA_SUSENR055   0xF0011ADC          DMA Suspend Enable Register 055
DMA_SUSENR056   0xF0011AE0          DMA Suspend Enable Register 056
DMA_SUSENR057   0xF0011AE4          DMA Suspend Enable Register 057
DMA_SUSENR058   0xF0011AE8          DMA Suspend Enable Register 058
DMA_SUSENR059   0xF0011AEC          DMA Suspend Enable Register 059
DMA_SUSENR060   0xF0011AF0          DMA Suspend Enable Register 060
DMA_SUSENR061   0xF0011AF4          DMA Suspend Enable Register 061
DMA_SUSENR062   0xF0011AF8          DMA Suspend Enable Register 062
DMA_SUSENR063   0xF0011AFC          DMA Suspend Enable Register 063
DMA_SUSACR000   0xF0011C00          DMA Suspend Acknowledge Register 000
DMA_SUSACR001   0xF0011C04          DMA Suspend Acknowledge Register 001
DMA_SUSACR002   0xF0011C08          DMA Suspend Acknowledge Register 002
DMA_SUSACR003   0xF0011C0C          DMA Suspend Acknowledge Register 003
DMA_SUSACR004   0xF0011C10          DMA Suspend Acknowledge Register 004
DMA_SUSACR005   0xF0011C14          DMA Suspend Acknowledge Register 005
DMA_SUSACR006   0xF0011C18          DMA Suspend Acknowledge Register 006
DMA_SUSACR007   0xF0011C1C          DMA Suspend Acknowledge Register 007
DMA_SUSACR008   0xF0011C20          DMA Suspend Acknowledge Register 008
DMA_SUSACR009   0xF0011C24          DMA Suspend Acknowledge Register 009
DMA_SUSACR010   0xF0011C28          DMA Suspend Acknowledge Register 010
DMA_SUSACR011   0xF0011C2C          DMA Suspend Acknowledge Register 011
DMA_SUSACR012   0xF0011C30          DMA Suspend Acknowledge Register 012
DMA_SUSACR013   0xF0011C34          DMA Suspend Acknowledge Register 013
DMA_SUSACR014   0xF0011C38          DMA Suspend Acknowledge Register 014
DMA_SUSACR015   0xF0011C3C          DMA Suspend Acknowledge Register 015
DMA_SUSACR016   0xF0011C40          DMA Suspend Acknowledge Register 016
DMA_SUSACR017   0xF0011C44          DMA Suspend Acknowledge Register 017
DMA_SUSACR018   0xF0011C48          DMA Suspend Acknowledge Register 018
DMA_SUSACR019   0xF0011C4C          DMA Suspend Acknowledge Register 019
DMA_SUSACR020   0xF0011C50          DMA Suspend Acknowledge Register 020
DMA_SUSACR021   0xF0011C54          DMA Suspend Acknowledge Register 021
DMA_SUSACR022   0xF0011C58          DMA Suspend Acknowledge Register 022
DMA_SUSACR023   0xF0011C5C          DMA Suspend Acknowledge Register 023
DMA_SUSACR024   0xF0011C60          DMA Suspend Acknowledge Register 024
DMA_SUSACR025   0xF0011C64          DMA Suspend Acknowledge Register 025
DMA_SUSACR026   0xF0011C68          DMA Suspend Acknowledge Register 026
DMA_SUSACR027   0xF0011C6C          DMA Suspend Acknowledge Register 027
DMA_SUSACR028   0xF0011C70          DMA Suspend Acknowledge Register 028
DMA_SUSACR029   0xF0011C74          DMA Suspend Acknowledge Register 029
DMA_SUSACR030   0xF0011C78          DMA Suspend Acknowledge Register 030
DMA_SUSACR031   0xF0011C7C          DMA Suspend Acknowledge Register 031
DMA_SUSACR032   0xF0011C80          DMA Suspend Acknowledge Register 032
DMA_SUSACR033   0xF0011C84          DMA Suspend Acknowledge Register 033
DMA_SUSACR034   0xF0011C88          DMA Suspend Acknowledge Register 034
DMA_SUSACR035   0xF0011C8C          DMA Suspend Acknowledge Register 035
DMA_SUSACR036   0xF0011C90          DMA Suspend Acknowledge Register 036
DMA_SUSACR037   0xF0011C94          DMA Suspend Acknowledge Register 037
DMA_SUSACR038   0xF0011C98          DMA Suspend Acknowledge Register 038
DMA_SUSACR039   0xF0011C9C          DMA Suspend Acknowledge Register 039
DMA_SUSACR040   0xF0011CA0          DMA Suspend Acknowledge Register 040
DMA_SUSACR041   0xF0011CA4          DMA Suspend Acknowledge Register 041
DMA_SUSACR042   0xF0011CA8          DMA Suspend Acknowledge Register 042
DMA_SUSACR043   0xF0011CAC          DMA Suspend Acknowledge Register 043
DMA_SUSACR044   0xF0011CB0          DMA Suspend Acknowledge Register 044
DMA_SUSACR045   0xF0011CB4          DMA Suspend Acknowledge Register 045
DMA_SUSACR046   0xF0011CB8          DMA Suspend Acknowledge Register 046
DMA_SUSACR047   0xF0011CBC          DMA Suspend Acknowledge Register 047
DMA_SUSACR048   0xF0011CC0          DMA Suspend Acknowledge Register 048
DMA_SUSACR049   0xF0011CC4          DMA Suspend Acknowledge Register 049
DMA_SUSACR050   0xF0011CC8          DMA Suspend Acknowledge Register 050
DMA_SUSACR051   0xF0011CCC          DMA Suspend Acknowledge Register 051
DMA_SUSACR052   0xF0011CD0          DMA Suspend Acknowledge Register 052
DMA_SUSACR053   0xF0011CD4          DMA Suspend Acknowledge Register 053
DMA_SUSACR054   0xF0011CD8          DMA Suspend Acknowledge Register 054
DMA_SUSACR055   0xF0011CDC          DMA Suspend Acknowledge Register 055
DMA_SUSACR056   0xF0011CE0          DMA Suspend Acknowledge Register 056
DMA_SUSACR057   0xF0011CE4          DMA Suspend Acknowledge Register 057
DMA_SUSACR058   0xF0011CE8          DMA Suspend Acknowledge Register 058
DMA_SUSACR059   0xF0011CEC          DMA Suspend Acknowledge Register 059
DMA_SUSACR060   0xF0011CF0          DMA Suspend Acknowledge Register 060
DMA_SUSACR061   0xF0011CF4          DMA Suspend Acknowledge Register 061
DMA_SUSACR062   0xF0011CF8          DMA Suspend Acknowledge Register 062
DMA_SUSACR063   0xF0011CFC          DMA Suspend Acknowledge Register 063
DMA_TSR000      0xF0011E00          DMA Transaction State Register 000
DMA_TSR001      0xF0011E04          DMA Transaction State Register 001
DMA_TSR002      0xF0011E08          DMA Transaction State Register 002
DMA_TSR003      0xF0011E0C          DMA Transaction State Register 003
DMA_TSR004      0xF0011E10          DMA Transaction State Register 004
DMA_TSR005      0xF0011E14          DMA Transaction State Register 005
DMA_TSR006      0xF0011E18          DMA Transaction State Register 006
DMA_TSR007      0xF0011E1C          DMA Transaction State Register 007
DMA_TSR008      0xF0011E20          DMA Transaction State Register 008
DMA_TSR009      0xF0011E24          DMA Transaction State Register 009
DMA_TSR010      0xF0011E28          DMA Transaction State Register 010
DMA_TSR011      0xF0011E2C          DMA Transaction State Register 011
DMA_TSR012      0xF0011E30          DMA Transaction State Register 012
DMA_TSR013      0xF0011E34          DMA Transaction State Register 013
DMA_TSR014      0xF0011E38          DMA Transaction State Register 014
DMA_TSR015      0xF0011E3C          DMA Transaction State Register 015
DMA_TSR016      0xF0011E40          DMA Transaction State Register 016
DMA_TSR017      0xF0011E44          DMA Transaction State Register 017
DMA_TSR018      0xF0011E48          DMA Transaction State Register 018
DMA_TSR019      0xF0011E4C          DMA Transaction State Register 019
DMA_TSR020      0xF0011E50          DMA Transaction State Register 020
DMA_TSR021      0xF0011E54          DMA Transaction State Register 021
DMA_TSR022      0xF0011E58          DMA Transaction State Register 022
DMA_TSR023      0xF0011E5C          DMA Transaction State Register 023
DMA_TSR024      0xF0011E60          DMA Transaction State Register 024
DMA_TSR025      0xF0011E64          DMA Transaction State Register 025
DMA_TSR026      0xF0011E68          DMA Transaction State Register 026
DMA_TSR027      0xF0011E6C          DMA Transaction State Register 027
DMA_TSR028      0xF0011E70          DMA Transaction State Register 028
DMA_TSR029      0xF0011E74          DMA Transaction State Register 029
DMA_TSR030      0xF0011E78          DMA Transaction State Register 030
DMA_TSR031      0xF0011E7C          DMA Transaction State Register 031
DMA_TSR032      0xF0011E80          DMA Transaction State Register 032
DMA_TSR033      0xF0011E84          DMA Transaction State Register 033
DMA_TSR034      0xF0011E88          DMA Transaction State Register 034
DMA_TSR035      0xF0011E8C          DMA Transaction State Register 035
DMA_TSR036      0xF0011E90          DMA Transaction State Register 036
DMA_TSR037      0xF0011E94          DMA Transaction State Register 037
DMA_TSR038      0xF0011E98          DMA Transaction State Register 038
DMA_TSR039      0xF0011E9C          DMA Transaction State Register 039
DMA_TSR040      0xF0011EA0          DMA Transaction State Register 040
DMA_TSR041      0xF0011EA4          DMA Transaction State Register 041
DMA_TSR042      0xF0011EA8          DMA Transaction State Register 042
DMA_TSR043      0xF0011EAC          DMA Transaction State Register 043
DMA_TSR044      0xF0011EB0          DMA Transaction State Register 044
DMA_TSR045      0xF0011EB4          DMA Transaction State Register 045
DMA_TSR046      0xF0011EB8          DMA Transaction State Register 046
DMA_TSR047      0xF0011EBC          DMA Transaction State Register 047
DMA_TSR048      0xF0011EC0          DMA Transaction State Register 048
DMA_TSR049      0xF0011EC4          DMA Transaction State Register 049
DMA_TSR050      0xF0011EC8          DMA Transaction State Register 050
DMA_TSR051      0xF0011ECC          DMA Transaction State Register 051
DMA_TSR052      0xF0011ED0          DMA Transaction State Register 052
DMA_TSR053      0xF0011ED4          DMA Transaction State Register 053
DMA_TSR054      0xF0011ED8          DMA Transaction State Register 054
DMA_TSR055      0xF0011EDC          DMA Transaction State Register 055
DMA_TSR056      0xF0011EE0          DMA Transaction State Register 056
DMA_TSR057      0xF0011EE4          DMA Transaction State Register 057
DMA_TSR058      0xF0011EE8          DMA Transaction State Register 058
DMA_TSR059      0xF0011EEC          DMA Transaction State Register 059
DMA_TSR060      0xF0011EF0          DMA Transaction State Register 060
DMA_TSR061      0xF0011EF4          DMA Transaction State Register 061
DMA_TSR062      0xF0011EF8          DMA Transaction State Register 062
DMA_TSR063      0xF0011EFC          DMA Transaction State Register 063
DMA_RDCRCR000   0xF0012000          DMA Channel Read Data CRC Register 000
DMA_SDCRCR000   0xF0012004          DMA Channel Source and Destination Address CRC Register 000
DMA_SADR000     0xF0012008          DMA Channel Source Address Register 000
DMA_DADR000     0xF001200C          DMA Channel Destination Address Register x
DMA_ADICR000    0xF0012010          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR000   0xF0012014          DMA Channel Configuration Register 000
DMA_SHADR000    0xF0012018          DMA Channel Shadow Address Register 000
DMA_CHCSR000    0xF001201C          DMARAM Channel Control and Status Register 000
DMA_RDCRCR001   0xF0012020          DMA Channel Read Data CRC Register 001
DMA_SDCRCR001   0xF0012024          DMA Channel Source and Destination Address CRC Register 001
DMA_SADR001     0xF0012028          DMA Channel Source Address Register 001
DMA_DADR001     0xF001202C          DMA Channel Destination Address Register x
DMA_ADICR001    0xF0012030          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR001   0xF0012034          DMA Channel Configuration Register 001
DMA_SHADR001    0xF0012038          DMA Channel Shadow Address Register 001
DMA_CHCSR001    0xF001203C          DMARAM Channel Control and Status Register 001
DMA_RDCRCR002   0xF0012040          DMA Channel Read Data CRC Register 002
DMA_SDCRCR002   0xF0012044          DMA Channel Source and Destination Address CRC Register 002
DMA_SADR002     0xF0012048          DMA Channel Source Address Register 002
DMA_DADR002     0xF001204C          DMA Channel Destination Address Register x
DMA_ADICR002    0xF0012050          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR002   0xF0012054          DMA Channel Configuration Register 002
DMA_SHADR002    0xF0012058          DMA Channel Shadow Address Register 002
DMA_CHCSR002    0xF001205C          DMARAM Channel Control and Status Register 002
DMA_RDCRCR003   0xF0012060          DMA Channel Read Data CRC Register 003
DMA_SDCRCR003   0xF0012064          DMA Channel Source and Destination Address CRC Register 003
DMA_SADR003     0xF0012068          DMA Channel Source Address Register 003
DMA_DADR003     0xF001206C          DMA Channel Destination Address Register x
DMA_ADICR003    0xF0012070          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR003   0xF0012074          DMA Channel Configuration Register 003
DMA_SHADR003    0xF0012078          DMA Channel Shadow Address Register 003
DMA_CHCSR003    0xF001207C          DMARAM Channel Control and Status Register 003
DMA_RDCRCR004   0xF0012080          DMA Channel Read Data CRC Register 004
DMA_SDCRCR004   0xF0012084          DMA Channel Source and Destination Address CRC Register 004
DMA_SADR004     0xF0012088          DMA Channel Source Address Register 004
DMA_DADR004     0xF001208C          DMA Channel Destination Address Register x
DMA_ADICR004    0xF0012090          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR004   0xF0012094          DMA Channel Configuration Register 004
DMA_SHADR004    0xF0012098          DMA Channel Shadow Address Register 004
DMA_CHCSR004    0xF001209C          DMARAM Channel Control and Status Register 004
DMA_RDCRCR005   0xF00120A0          DMA Channel Read Data CRC Register 005
DMA_SDCRCR005   0xF00120A4          DMA Channel Source and Destination Address CRC Register 005
DMA_SADR005     0xF00120A8          DMA Channel Source Address Register 005
DMA_DADR005     0xF00120AC          DMA Channel Destination Address Register x
DMA_ADICR005    0xF00120B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR005   0xF00120B4          DMA Channel Configuration Register 005
DMA_SHADR005    0xF00120B8          DMA Channel Shadow Address Register 005
DMA_CHCSR005    0xF00120BC          DMARAM Channel Control and Status Register 005
DMA_RDCRCR006   0xF00120C0          DMA Channel Read Data CRC Register 006
DMA_SDCRCR006   0xF00120C4          DMA Channel Source and Destination Address CRC Register 006
DMA_SADR006     0xF00120C8          DMA Channel Source Address Register 006
DMA_DADR006     0xF00120CC          DMA Channel Destination Address Register x
DMA_ADICR006    0xF00120D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR006   0xF00120D4          DMA Channel Configuration Register 006
DMA_SHADR006    0xF00120D8          DMA Channel Shadow Address Register 006
DMA_CHCSR006    0xF00120DC          DMARAM Channel Control and Status Register 006
DMA_RDCRCR007   0xF00120E0          DMA Channel Read Data CRC Register 007
DMA_SDCRCR007   0xF00120E4          DMA Channel Source and Destination Address CRC Register 007
DMA_SADR007     0xF00120E8          DMA Channel Source Address Register 007
DMA_DADR007     0xF00120EC          DMA Channel Destination Address Register x
DMA_ADICR007    0xF00120F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR007   0xF00120F4          DMA Channel Configuration Register 007
DMA_SHADR007    0xF00120F8          DMA Channel Shadow Address Register 007
DMA_CHCSR007    0xF00120FC          DMARAM Channel Control and Status Register 007
DMA_RDCRCR008   0xF0012100          DMA Channel Read Data CRC Register 008
DMA_SDCRCR008   0xF0012104          DMA Channel Source and Destination Address CRC Register 008
DMA_SADR008     0xF0012108          DMA Channel Source Address Register 008
DMA_DADR008     0xF001210C          DMA Channel Destination Address Register x
DMA_ADICR008    0xF0012110          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR008   0xF0012114          DMA Channel Configuration Register 008
DMA_SHADR008    0xF0012118          DMA Channel Shadow Address Register 008
DMA_CHCSR008    0xF001211C          DMARAM Channel Control and Status Register 008
DMA_RDCRCR009   0xF0012120          DMA Channel Read Data CRC Register 009
DMA_SDCRCR009   0xF0012124          DMA Channel Source and Destination Address CRC Register 009
DMA_SADR009     0xF0012128          DMA Channel Source Address Register 009
DMA_DADR009     0xF001212C          DMA Channel Destination Address Register x
DMA_ADICR009    0xF0012130          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR009   0xF0012134          DMA Channel Configuration Register 009
DMA_SHADR009    0xF0012138          DMA Channel Shadow Address Register 009
DMA_CHCSR009    0xF001213C          DMARAM Channel Control and Status Register 009
DMA_RDCRCR010   0xF0012140          DMA Channel Read Data CRC Register 010
DMA_SDCRCR010   0xF0012144          DMA Channel Source and Destination Address CRC Register 010
DMA_SADR010     0xF0012148          DMA Channel Source Address Register 010
DMA_DADR010     0xF001214C          DMA Channel Destination Address Register x
DMA_ADICR010    0xF0012150          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR010   0xF0012154          DMA Channel Configuration Register 010
DMA_SHADR010    0xF0012158          DMA Channel Shadow Address Register 010
DMA_CHCSR010    0xF001215C          DMARAM Channel Control and Status Register 010
DMA_RDCRCR011   0xF0012160          DMA Channel Read Data CRC Register 011
DMA_SDCRCR011   0xF0012164          DMA Channel Source and Destination Address CRC Register 011
DMA_SADR011     0xF0012168          DMA Channel Source Address Register 011
DMA_DADR011     0xF001216C          DMA Channel Destination Address Register x
DMA_ADICR011    0xF0012170          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR011   0xF0012174          DMA Channel Configuration Register 011
DMA_SHADR011    0xF0012178          DMA Channel Shadow Address Register 011
DMA_CHCSR011    0xF001217C          DMARAM Channel Control and Status Register 011
DMA_RDCRCR012   0xF0012180          DMA Channel Read Data CRC Register 012
DMA_SDCRCR012   0xF0012184          DMA Channel Source and Destination Address CRC Register 012
DMA_SADR012     0xF0012188          DMA Channel Source Address Register 012
DMA_DADR012     0xF001218C          DMA Channel Destination Address Register x
DMA_ADICR012    0xF0012190          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR012   0xF0012194          DMA Channel Configuration Register 012
DMA_SHADR012    0xF0012198          DMA Channel Shadow Address Register 012
DMA_CHCSR012    0xF001219C          DMARAM Channel Control and Status Register 012
DMA_RDCRCR013   0xF00121A0          DMA Channel Read Data CRC Register 013
DMA_SDCRCR013   0xF00121A4          DMA Channel Source and Destination Address CRC Register 013
DMA_SADR013     0xF00121A8          DMA Channel Source Address Register 013
DMA_DADR013     0xF00121AC          DMA Channel Destination Address Register x
DMA_ADICR013    0xF00121B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR013   0xF00121B4          DMA Channel Configuration Register 013
DMA_SHADR013    0xF00121B8          DMA Channel Shadow Address Register 013
DMA_CHCSR013    0xF00121BC          DMARAM Channel Control and Status Register 013
DMA_RDCRCR014   0xF00121C0          DMA Channel Read Data CRC Register 014
DMA_SDCRCR014   0xF00121C4          DMA Channel Source and Destination Address CRC Register 014
DMA_SADR014     0xF00121C8          DMA Channel Source Address Register 014
DMA_DADR014     0xF00121CC          DMA Channel Destination Address Register x
DMA_ADICR014    0xF00121D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR014   0xF00121D4          DMA Channel Configuration Register 014
DMA_SHADR014    0xF00121D8          DMA Channel Shadow Address Register 014
DMA_CHCSR014    0xF00121DC          DMARAM Channel Control and Status Register 014
DMA_RDCRCR015   0xF00121E0          DMA Channel Read Data CRC Register 015
DMA_SDCRCR015   0xF00121E4          DMA Channel Source and Destination Address CRC Register 015
DMA_SADR015     0xF00121E8          DMA Channel Source Address Register 015
DMA_DADR015     0xF00121EC          DMA Channel Destination Address Register x
DMA_ADICR015    0xF00121F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR015   0xF00121F4          DMA Channel Configuration Register 015
DMA_SHADR015    0xF00121F8          DMA Channel Shadow Address Register 015
DMA_CHCSR015    0xF00121FC          DMARAM Channel Control and Status Register 015
DMA_RDCRCR016   0xF0012200          DMA Channel Read Data CRC Register 016
DMA_SDCRCR016   0xF0012204          DMA Channel Source and Destination Address CRC Register 016
DMA_SADR016     0xF0012208          DMA Channel Source Address Register 016
DMA_DADR016     0xF001220C          DMA Channel Destination Address Register x
DMA_ADICR016    0xF0012210          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR016   0xF0012214          DMA Channel Configuration Register 016
DMA_SHADR016    0xF0012218          DMA Channel Shadow Address Register 016
DMA_CHCSR016    0xF001221C          DMARAM Channel Control and Status Register 016
DMA_RDCRCR017   0xF0012220          DMA Channel Read Data CRC Register 017
DMA_SDCRCR017   0xF0012224          DMA Channel Source and Destination Address CRC Register 017
DMA_SADR017     0xF0012228          DMA Channel Source Address Register 017
DMA_DADR017     0xF001222C          DMA Channel Destination Address Register x
DMA_ADICR017    0xF0012230          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR017   0xF0012234          DMA Channel Configuration Register 017
DMA_SHADR017    0xF0012238          DMA Channel Shadow Address Register 017
DMA_CHCSR017    0xF001223C          DMARAM Channel Control and Status Register 017
DMA_RDCRCR018   0xF0012240          DMA Channel Read Data CRC Register 018
DMA_SDCRCR018   0xF0012244          DMA Channel Source and Destination Address CRC Register 018
DMA_SADR018     0xF0012248          DMA Channel Source Address Register 018
DMA_DADR018     0xF001224C          DMA Channel Destination Address Register x
DMA_ADICR018    0xF0012250          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR018   0xF0012254          DMA Channel Configuration Register 018
DMA_SHADR018    0xF0012258          DMA Channel Shadow Address Register 018
DMA_CHCSR018    0xF001225C          DMARAM Channel Control and Status Register 018
DMA_RDCRCR019   0xF0012260          DMA Channel Read Data CRC Register 019
DMA_SDCRCR019   0xF0012264          DMA Channel Source and Destination Address CRC Register 019
DMA_SADR019     0xF0012268          DMA Channel Source Address Register 019
DMA_DADR019     0xF001226C          DMA Channel Destination Address Register x
DMA_ADICR019    0xF0012270          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR019   0xF0012274          DMA Channel Configuration Register 019
DMA_SHADR019    0xF0012278          DMA Channel Shadow Address Register 019
DMA_CHCSR019    0xF001227C          DMARAM Channel Control and Status Register 019
DMA_RDCRCR020   0xF0012280          DMA Channel Read Data CRC Register 020
DMA_SDCRCR020   0xF0012284          DMA Channel Source and Destination Address CRC Register 020
DMA_SADR020     0xF0012288          DMA Channel Source Address Register 020
DMA_DADR020     0xF001228C          DMA Channel Destination Address Register x
DMA_ADICR020    0xF0012290          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR020   0xF0012294          DMA Channel Configuration Register 020
DMA_SHADR020    0xF0012298          DMA Channel Shadow Address Register 020
DMA_CHCSR020    0xF001229C          DMARAM Channel Control and Status Register 020
DMA_RDCRCR021   0xF00122A0          DMA Channel Read Data CRC Register 021
DMA_SDCRCR021   0xF00122A4          DMA Channel Source and Destination Address CRC Register 021
DMA_SADR021     0xF00122A8          DMA Channel Source Address Register 021
DMA_DADR021     0xF00122AC          DMA Channel Destination Address Register x
DMA_ADICR021    0xF00122B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR021   0xF00122B4          DMA Channel Configuration Register 021
DMA_SHADR021    0xF00122B8          DMA Channel Shadow Address Register 021
DMA_CHCSR021    0xF00122BC          DMARAM Channel Control and Status Register 021
DMA_RDCRCR022   0xF00122C0          DMA Channel Read Data CRC Register 022
DMA_SDCRCR022   0xF00122C4          DMA Channel Source and Destination Address CRC Register 022
DMA_SADR022     0xF00122C8          DMA Channel Source Address Register 022
DMA_DADR022     0xF00122CC          DMA Channel Destination Address Register x
DMA_ADICR022    0xF00122D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR022   0xF00122D4          DMA Channel Configuration Register 022
DMA_SHADR022    0xF00122D8          DMA Channel Shadow Address Register 022
DMA_CHCSR022    0xF00122DC          DMARAM Channel Control and Status Register 022
DMA_RDCRCR023   0xF00122E0          DMA Channel Read Data CRC Register 023
DMA_SDCRCR023   0xF00122E4          DMA Channel Source and Destination Address CRC Register 023
DMA_SADR023     0xF00122E8          DMA Channel Source Address Register 023
DMA_DADR023     0xF00122EC          DMA Channel Destination Address Register x
DMA_ADICR023    0xF00122F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR023   0xF00122F4          DMA Channel Configuration Register 023
DMA_SHADR023    0xF00122F8          DMA Channel Shadow Address Register 023
DMA_CHCSR023    0xF00122FC          DMARAM Channel Control and Status Register 023
DMA_RDCRCR024   0xF0012300          DMA Channel Read Data CRC Register 024
DMA_SDCRCR024   0xF0012304          DMA Channel Source and Destination Address CRC Register 024
DMA_SADR024     0xF0012308          DMA Channel Source Address Register 024
DMA_DADR024     0xF001230C          DMA Channel Destination Address Register x
DMA_ADICR024    0xF0012310          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR024   0xF0012314          DMA Channel Configuration Register 024
DMA_SHADR024    0xF0012318          DMA Channel Shadow Address Register 024
DMA_CHCSR024    0xF001231C          DMARAM Channel Control and Status Register 024
DMA_RDCRCR025   0xF0012320          DMA Channel Read Data CRC Register 025
DMA_SDCRCR025   0xF0012324          DMA Channel Source and Destination Address CRC Register 025
DMA_SADR025     0xF0012328          DMA Channel Source Address Register 025
DMA_DADR025     0xF001232C          DMA Channel Destination Address Register x
DMA_ADICR025    0xF0012330          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR025   0xF0012334          DMA Channel Configuration Register 025
DMA_SHADR025    0xF0012338          DMA Channel Shadow Address Register 025
DMA_CHCSR025    0xF001233C          DMARAM Channel Control and Status Register 025
DMA_RDCRCR026   0xF0012340          DMA Channel Read Data CRC Register 026
DMA_SDCRCR026   0xF0012344          DMA Channel Source and Destination Address CRC Register 026
DMA_SADR026     0xF0012348          DMA Channel Source Address Register 026
DMA_DADR026     0xF001234C          DMA Channel Destination Address Register x
DMA_ADICR026    0xF0012350          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR026   0xF0012354          DMA Channel Configuration Register 026
DMA_SHADR026    0xF0012358          DMA Channel Shadow Address Register 026
DMA_CHCSR026    0xF001235C          DMARAM Channel Control and Status Register 026
DMA_RDCRCR027   0xF0012360          DMA Channel Read Data CRC Register 027
DMA_SDCRCR027   0xF0012364          DMA Channel Source and Destination Address CRC Register 027
DMA_SADR027     0xF0012368          DMA Channel Source Address Register 027
DMA_DADR027     0xF001236C          DMA Channel Destination Address Register x
DMA_ADICR027    0xF0012370          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR027   0xF0012374          DMA Channel Configuration Register 027
DMA_SHADR027    0xF0012378          DMA Channel Shadow Address Register 027
DMA_CHCSR027    0xF001237C          DMARAM Channel Control and Status Register 027
DMA_RDCRCR028   0xF0012380          DMA Channel Read Data CRC Register 028
DMA_SDCRCR028   0xF0012384          DMA Channel Source and Destination Address CRC Register 028
DMA_SADR028     0xF0012388          DMA Channel Source Address Register 028
DMA_DADR028     0xF001238C          DMA Channel Destination Address Register x
DMA_ADICR028    0xF0012390          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR028   0xF0012394          DMA Channel Configuration Register 028
DMA_SHADR028    0xF0012398          DMA Channel Shadow Address Register 028
DMA_CHCSR028    0xF001239C          DMARAM Channel Control and Status Register 028
DMA_RDCRCR029   0xF00123A0          DMA Channel Read Data CRC Register 029
DMA_SDCRCR029   0xF00123A4          DMA Channel Source and Destination Address CRC Register 029
DMA_SADR029     0xF00123A8          DMA Channel Source Address Register 029
DMA_DADR029     0xF00123AC          DMA Channel Destination Address Register x
DMA_ADICR029    0xF00123B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR029   0xF00123B4          DMA Channel Configuration Register 029
DMA_SHADR029    0xF00123B8          DMA Channel Shadow Address Register 029
DMA_CHCSR029    0xF00123BC          DMARAM Channel Control and Status Register 029
DMA_RDCRCR030   0xF00123C0          DMA Channel Read Data CRC Register 030
DMA_SDCRCR030   0xF00123C4          DMA Channel Source and Destination Address CRC Register 030
DMA_SADR030     0xF00123C8          DMA Channel Source Address Register 030
DMA_DADR030     0xF00123CC          DMA Channel Destination Address Register x
DMA_ADICR030    0xF00123D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR030   0xF00123D4          DMA Channel Configuration Register 030
DMA_SHADR030    0xF00123D8          DMA Channel Shadow Address Register 030
DMA_CHCSR030    0xF00123DC          DMARAM Channel Control and Status Register 030
DMA_RDCRCR031   0xF00123E0          DMA Channel Read Data CRC Register 031
DMA_SDCRCR031   0xF00123E4          DMA Channel Source and Destination Address CRC Register 031
DMA_SADR031     0xF00123E8          DMA Channel Source Address Register 031
DMA_DADR031     0xF00123EC          DMA Channel Destination Address Register x
DMA_ADICR031    0xF00123F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR031   0xF00123F4          DMA Channel Configuration Register 031
DMA_SHADR031    0xF00123F8          DMA Channel Shadow Address Register 031
DMA_CHCSR031    0xF00123FC          DMARAM Channel Control and Status Register 031
DMA_RDCRCR032   0xF0012400          DMA Channel Read Data CRC Register 032
DMA_SDCRCR032   0xF0012404          DMA Channel Source and Destination Address CRC Register 032
DMA_SADR032     0xF0012408          DMA Channel Source Address Register 032
DMA_DADR032     0xF001240C          DMA Channel Destination Address Register x
DMA_ADICR032    0xF0012410          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR032   0xF0012414          DMA Channel Configuration Register 032
DMA_SHADR032    0xF0012418          DMA Channel Shadow Address Register 032
DMA_CHCSR032    0xF001241C          DMARAM Channel Control and Status Register 032
DMA_RDCRCR033   0xF0012420          DMA Channel Read Data CRC Register 033
DMA_SDCRCR033   0xF0012424          DMA Channel Source and Destination Address CRC Register 033
DMA_SADR033     0xF0012428          DMA Channel Source Address Register 033
DMA_DADR033     0xF001242C          DMA Channel Destination Address Register x
DMA_ADICR033    0xF0012430          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR033   0xF0012434          DMA Channel Configuration Register 033
DMA_SHADR033    0xF0012438          DMA Channel Shadow Address Register 033
DMA_CHCSR033    0xF001243C          DMARAM Channel Control and Status Register 033
DMA_RDCRCR034   0xF0012440          DMA Channel Read Data CRC Register 034
DMA_SDCRCR034   0xF0012444          DMA Channel Source and Destination Address CRC Register 034
DMA_SADR034     0xF0012448          DMA Channel Source Address Register 034
DMA_DADR034     0xF001244C          DMA Channel Destination Address Register x
DMA_ADICR034    0xF0012450          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR034   0xF0012454          DMA Channel Configuration Register 034
DMA_SHADR034    0xF0012458          DMA Channel Shadow Address Register 034
DMA_CHCSR034    0xF001245C          DMARAM Channel Control and Status Register 034
DMA_RDCRCR035   0xF0012460          DMA Channel Read Data CRC Register 035
DMA_SDCRCR035   0xF0012464          DMA Channel Source and Destination Address CRC Register 035
DMA_SADR035     0xF0012468          DMA Channel Source Address Register 035
DMA_DADR035     0xF001246C          DMA Channel Destination Address Register x
DMA_ADICR035    0xF0012470          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR035   0xF0012474          DMA Channel Configuration Register 035
DMA_SHADR035    0xF0012478          DMA Channel Shadow Address Register 035
DMA_CHCSR035    0xF001247C          DMARAM Channel Control and Status Register 035
DMA_RDCRCR036   0xF0012480          DMA Channel Read Data CRC Register 036
DMA_SDCRCR036   0xF0012484          DMA Channel Source and Destination Address CRC Register 036
DMA_SADR036     0xF0012488          DMA Channel Source Address Register 036
DMA_DADR036     0xF001248C          DMA Channel Destination Address Register x
DMA_ADICR036    0xF0012490          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR036   0xF0012494          DMA Channel Configuration Register 036
DMA_SHADR036    0xF0012498          DMA Channel Shadow Address Register 036
DMA_CHCSR036    0xF001249C          DMARAM Channel Control and Status Register 036
DMA_RDCRCR037   0xF00124A0          DMA Channel Read Data CRC Register 037
DMA_SDCRCR037   0xF00124A4          DMA Channel Source and Destination Address CRC Register 037
DMA_SADR037     0xF00124A8          DMA Channel Source Address Register 037
DMA_DADR037     0xF00124AC          DMA Channel Destination Address Register x
DMA_ADICR037    0xF00124B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR037   0xF00124B4          DMA Channel Configuration Register 037
DMA_SHADR037    0xF00124B8          DMA Channel Shadow Address Register 037
DMA_CHCSR037    0xF00124BC          DMARAM Channel Control and Status Register 037
DMA_RDCRCR038   0xF00124C0          DMA Channel Read Data CRC Register 038
DMA_SDCRCR038   0xF00124C4          DMA Channel Source and Destination Address CRC Register 038
DMA_SADR038     0xF00124C8          DMA Channel Source Address Register 038
DMA_DADR038     0xF00124CC          DMA Channel Destination Address Register x
DMA_ADICR038    0xF00124D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR038   0xF00124D4          DMA Channel Configuration Register 038
DMA_SHADR038    0xF00124D8          DMA Channel Shadow Address Register 038
DMA_CHCSR038    0xF00124DC          DMARAM Channel Control and Status Register 038
DMA_RDCRCR039   0xF00124E0          DMA Channel Read Data CRC Register 039
DMA_SDCRCR039   0xF00124E4          DMA Channel Source and Destination Address CRC Register 039
DMA_SADR039     0xF00124E8          DMA Channel Source Address Register 039
DMA_DADR039     0xF00124EC          DMA Channel Destination Address Register x
DMA_ADICR039    0xF00124F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR039   0xF00124F4          DMA Channel Configuration Register 039
DMA_SHADR039    0xF00124F8          DMA Channel Shadow Address Register 039
DMA_CHCSR039    0xF00124FC          DMARAM Channel Control and Status Register 039
DMA_RDCRCR040   0xF0012500          DMA Channel Read Data CRC Register 040
DMA_SDCRCR040   0xF0012504          DMA Channel Source and Destination Address CRC Register 040
DMA_SADR040     0xF0012508          DMA Channel Source Address Register 040
DMA_DADR040     0xF001250C          DMA Channel Destination Address Register x
DMA_ADICR040    0xF0012510          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR040   0xF0012514          DMA Channel Configuration Register 040
DMA_SHADR040    0xF0012518          DMA Channel Shadow Address Register 040
DMA_CHCSR040    0xF001251C          DMARAM Channel Control and Status Register 040
DMA_RDCRCR041   0xF0012520          DMA Channel Read Data CRC Register 041
DMA_SDCRCR041   0xF0012524          DMA Channel Source and Destination Address CRC Register 041
DMA_SADR041     0xF0012528          DMA Channel Source Address Register 041
DMA_DADR041     0xF001252C          DMA Channel Destination Address Register x
DMA_ADICR041    0xF0012530          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR041   0xF0012534          DMA Channel Configuration Register 041
DMA_SHADR041    0xF0012538          DMA Channel Shadow Address Register 041
DMA_CHCSR041    0xF001253C          DMARAM Channel Control and Status Register 041
DMA_RDCRCR042   0xF0012540          DMA Channel Read Data CRC Register 042
DMA_SDCRCR042   0xF0012544          DMA Channel Source and Destination Address CRC Register 042
DMA_SADR042     0xF0012548          DMA Channel Source Address Register 042
DMA_DADR042     0xF001254C          DMA Channel Destination Address Register x
DMA_ADICR042    0xF0012550          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR042   0xF0012554          DMA Channel Configuration Register 042
DMA_SHADR042    0xF0012558          DMA Channel Shadow Address Register 042
DMA_CHCSR042    0xF001255C          DMARAM Channel Control and Status Register 042
DMA_RDCRCR043   0xF0012560          DMA Channel Read Data CRC Register 043
DMA_SDCRCR043   0xF0012564          DMA Channel Source and Destination Address CRC Register 043
DMA_SADR043     0xF0012568          DMA Channel Source Address Register 043
DMA_DADR043     0xF001256C          DMA Channel Destination Address Register x
DMA_ADICR043    0xF0012570          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR043   0xF0012574          DMA Channel Configuration Register 043
DMA_SHADR043    0xF0012578          DMA Channel Shadow Address Register 043
DMA_CHCSR043    0xF001257C          DMARAM Channel Control and Status Register 043
DMA_RDCRCR044   0xF0012580          DMA Channel Read Data CRC Register 044
DMA_SDCRCR044   0xF0012584          DMA Channel Source and Destination Address CRC Register 044
DMA_SADR044     0xF0012588          DMA Channel Source Address Register 044
DMA_DADR044     0xF001258C          DMA Channel Destination Address Register x
DMA_ADICR044    0xF0012590          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR044   0xF0012594          DMA Channel Configuration Register 044
DMA_SHADR044    0xF0012598          DMA Channel Shadow Address Register 044
DMA_CHCSR044    0xF001259C          DMARAM Channel Control and Status Register 044
DMA_RDCRCR045   0xF00125A0          DMA Channel Read Data CRC Register 045
DMA_SDCRCR045   0xF00125A4          DMA Channel Source and Destination Address CRC Register 045
DMA_SADR045     0xF00125A8          DMA Channel Source Address Register 045
DMA_DADR045     0xF00125AC          DMA Channel Destination Address Register x
DMA_ADICR045    0xF00125B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR045   0xF00125B4          DMA Channel Configuration Register 045
DMA_SHADR045    0xF00125B8          DMA Channel Shadow Address Register 045
DMA_CHCSR045    0xF00125BC          DMARAM Channel Control and Status Register 045
DMA_RDCRCR046   0xF00125C0          DMA Channel Read Data CRC Register 046
DMA_SDCRCR046   0xF00125C4          DMA Channel Source and Destination Address CRC Register 046
DMA_SADR046     0xF00125C8          DMA Channel Source Address Register 046
DMA_DADR046     0xF00125CC          DMA Channel Destination Address Register x
DMA_ADICR046    0xF00125D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR046   0xF00125D4          DMA Channel Configuration Register 046
DMA_SHADR046    0xF00125D8          DMA Channel Shadow Address Register 046
DMA_CHCSR046    0xF00125DC          DMARAM Channel Control and Status Register 046
DMA_RDCRCR047   0xF00125E0          DMA Channel Read Data CRC Register 047
DMA_SDCRCR047   0xF00125E4          DMA Channel Source and Destination Address CRC Register 047
DMA_SADR047     0xF00125E8          DMA Channel Source Address Register 047
DMA_DADR047     0xF00125EC          DMA Channel Destination Address Register x
DMA_ADICR047    0xF00125F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR047   0xF00125F4          DMA Channel Configuration Register 047
DMA_SHADR047    0xF00125F8          DMA Channel Shadow Address Register 047
DMA_CHCSR047    0xF00125FC          DMARAM Channel Control and Status Register 047
DMA_RDCRCR048   0xF0012600          DMA Channel Read Data CRC Register 048
DMA_SDCRCR048   0xF0012604          DMA Channel Source and Destination Address CRC Register 048
DMA_SADR048     0xF0012608          DMA Channel Source Address Register 048
DMA_DADR048     0xF001260C          DMA Channel Destination Address Register x
DMA_ADICR048    0xF0012610          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR048   0xF0012614          DMA Channel Configuration Register 048
DMA_SHADR048    0xF0012618          DMA Channel Shadow Address Register 048
DMA_CHCSR048    0xF001261C          DMARAM Channel Control and Status Register 048
DMA_RDCRCR049   0xF0012620          DMA Channel Read Data CRC Register 049
DMA_SDCRCR049   0xF0012624          DMA Channel Source and Destination Address CRC Register 049
DMA_SADR049     0xF0012628          DMA Channel Source Address Register 049
DMA_DADR049     0xF001262C          DMA Channel Destination Address Register x
DMA_ADICR049    0xF0012630          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR049   0xF0012634          DMA Channel Configuration Register 049
DMA_SHADR049    0xF0012638          DMA Channel Shadow Address Register 049
DMA_CHCSR049    0xF001263C          DMARAM Channel Control and Status Register 049
DMA_RDCRCR050   0xF0012640          DMA Channel Read Data CRC Register 050
DMA_SDCRCR050   0xF0012644          DMA Channel Source and Destination Address CRC Register 050
DMA_SADR050     0xF0012648          DMA Channel Source Address Register 050
DMA_DADR050     0xF001264C          DMA Channel Destination Address Register x
DMA_ADICR050    0xF0012650          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR050   0xF0012654          DMA Channel Configuration Register 050
DMA_SHADR050    0xF0012658          DMA Channel Shadow Address Register 050
DMA_CHCSR050    0xF001265C          DMARAM Channel Control and Status Register 050
DMA_RDCRCR051   0xF0012660          DMA Channel Read Data CRC Register 051
DMA_SDCRCR051   0xF0012664          DMA Channel Source and Destination Address CRC Register 051
DMA_SADR051     0xF0012668          DMA Channel Source Address Register 051
DMA_DADR051     0xF001266C          DMA Channel Destination Address Register x
DMA_ADICR051    0xF0012670          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR051   0xF0012674          DMA Channel Configuration Register 051
DMA_SHADR051    0xF0012678          DMA Channel Shadow Address Register 051
DMA_CHCSR051    0xF001267C          DMARAM Channel Control and Status Register 051
DMA_RDCRCR052   0xF0012680          DMA Channel Read Data CRC Register 052
DMA_SDCRCR052   0xF0012684          DMA Channel Source and Destination Address CRC Register 052
DMA_SADR052     0xF0012688          DMA Channel Source Address Register 052
DMA_DADR052     0xF001268C          DMA Channel Destination Address Register x
DMA_ADICR052    0xF0012690          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR052   0xF0012694          DMA Channel Configuration Register 052
DMA_SHADR052    0xF0012698          DMA Channel Shadow Address Register 052
DMA_CHCSR052    0xF001269C          DMARAM Channel Control and Status Register 052
DMA_RDCRCR053   0xF00126A0          DMA Channel Read Data CRC Register 053
DMA_SDCRCR053   0xF00126A4          DMA Channel Source and Destination Address CRC Register 053
DMA_SADR053     0xF00126A8          DMA Channel Source Address Register 053
DMA_DADR053     0xF00126AC          DMA Channel Destination Address Register x
DMA_ADICR053    0xF00126B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR053   0xF00126B4          DMA Channel Configuration Register 053
DMA_SHADR053    0xF00126B8          DMA Channel Shadow Address Register 053
DMA_CHCSR053    0xF00126BC          DMARAM Channel Control and Status Register 053
DMA_RDCRCR054   0xF00126C0          DMA Channel Read Data CRC Register 054
DMA_SDCRCR054   0xF00126C4          DMA Channel Source and Destination Address CRC Register 054
DMA_SADR054     0xF00126C8          DMA Channel Source Address Register 054
DMA_DADR054     0xF00126CC          DMA Channel Destination Address Register x
DMA_ADICR054    0xF00126D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR054   0xF00126D4          DMA Channel Configuration Register 054
DMA_SHADR054    0xF00126D8          DMA Channel Shadow Address Register 054
DMA_CHCSR054    0xF00126DC          DMARAM Channel Control and Status Register 054
DMA_RDCRCR055   0xF00126E0          DMA Channel Read Data CRC Register 055
DMA_SDCRCR055   0xF00126E4          DMA Channel Source and Destination Address CRC Register 055
DMA_SADR055     0xF00126E8          DMA Channel Source Address Register 055
DMA_DADR055     0xF00126EC          DMA Channel Destination Address Register x
DMA_ADICR055    0xF00126F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR055   0xF00126F4          DMA Channel Configuration Register 055
DMA_SHADR055    0xF00126F8          DMA Channel Shadow Address Register 055
DMA_CHCSR055    0xF00126FC          DMARAM Channel Control and Status Register 055
DMA_RDCRCR056   0xF0012700          DMA Channel Read Data CRC Register 056
DMA_SDCRCR056   0xF0012704          DMA Channel Source and Destination Address CRC Register 056
DMA_SADR056     0xF0012708          DMA Channel Source Address Register 056
DMA_DADR056     0xF001270C          DMA Channel Destination Address Register x
DMA_ADICR056    0xF0012710          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR056   0xF0012714          DMA Channel Configuration Register 056
DMA_SHADR056    0xF0012718          DMA Channel Shadow Address Register 056
DMA_CHCSR056    0xF001271C          DMARAM Channel Control and Status Register 056
DMA_RDCRCR057   0xF0012720          DMA Channel Read Data CRC Register 057
DMA_SDCRCR057   0xF0012724          DMA Channel Source and Destination Address CRC Register 057
DMA_SADR057     0xF0012728          DMA Channel Source Address Register 057
DMA_DADR057     0xF001272C          DMA Channel Destination Address Register x
DMA_ADICR057    0xF0012730          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR057   0xF0012734          DMA Channel Configuration Register 057
DMA_SHADR057    0xF0012738          DMA Channel Shadow Address Register 057
DMA_CHCSR057    0xF001273C          DMARAM Channel Control and Status Register 057
DMA_RDCRCR058   0xF0012740          DMA Channel Read Data CRC Register 058
DMA_SDCRCR058   0xF0012744          DMA Channel Source and Destination Address CRC Register 058
DMA_SADR058     0xF0012748          DMA Channel Source Address Register 058
DMA_DADR058     0xF001274C          DMA Channel Destination Address Register x
DMA_ADICR058    0xF0012750          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR058   0xF0012754          DMA Channel Configuration Register 058
DMA_SHADR058    0xF0012758          DMA Channel Shadow Address Register 058
DMA_CHCSR058    0xF001275C          DMARAM Channel Control and Status Register 058
DMA_RDCRCR059   0xF0012760          DMA Channel Read Data CRC Register 059
DMA_SDCRCR059   0xF0012764          DMA Channel Source and Destination Address CRC Register 059
DMA_SADR059     0xF0012768          DMA Channel Source Address Register 059
DMA_DADR059     0xF001276C          DMA Channel Destination Address Register x
DMA_ADICR059    0xF0012770          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR059   0xF0012774          DMA Channel Configuration Register 059
DMA_SHADR059    0xF0012778          DMA Channel Shadow Address Register 059
DMA_CHCSR059    0xF001277C          DMARAM Channel Control and Status Register 059
DMA_RDCRCR060   0xF0012780          DMA Channel Read Data CRC Register 060
DMA_SDCRCR060   0xF0012784          DMA Channel Source and Destination Address CRC Register 060
DMA_SADR060     0xF0012788          DMA Channel Source Address Register 060
DMA_DADR060     0xF001278C          DMA Channel Destination Address Register x
DMA_ADICR060    0xF0012790          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR060   0xF0012794          DMA Channel Configuration Register 060
DMA_SHADR060    0xF0012798          DMA Channel Shadow Address Register 060
DMA_CHCSR060    0xF001279C          DMARAM Channel Control and Status Register 060
DMA_RDCRCR061   0xF00127A0          DMA Channel Read Data CRC Register 061
DMA_SDCRCR061   0xF00127A4          DMA Channel Source and Destination Address CRC Register 061
DMA_SADR061     0xF00127A8          DMA Channel Source Address Register 061
DMA_DADR061     0xF00127AC          DMA Channel Destination Address Register x
DMA_ADICR061    0xF00127B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR061   0xF00127B4          DMA Channel Configuration Register 061
DMA_SHADR061    0xF00127B8          DMA Channel Shadow Address Register 061
DMA_CHCSR061    0xF00127BC          DMARAM Channel Control and Status Register 061
DMA_RDCRCR062   0xF00127C0          DMA Channel Read Data CRC Register 062
DMA_SDCRCR062   0xF00127C4          DMA Channel Source and Destination Address CRC Register 062
DMA_SADR062     0xF00127C8          DMA Channel Source Address Register 062
DMA_DADR062     0xF00127CC          DMA Channel Destination Address Register x
DMA_ADICR062    0xF00127D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR062   0xF00127D4          DMA Channel Configuration Register 062
DMA_SHADR062    0xF00127D8          DMA Channel Shadow Address Register 062
DMA_CHCSR062    0xF00127DC          DMARAM Channel Control and Status Register 062
DMA_RDCRCR063   0xF00127E0          DMA Channel Read Data CRC Register 063
DMA_SDCRCR063   0xF00127E4          DMA Channel Source and Destination Address CRC Register 063
DMA_SADR063     0xF00127E8          DMA Channel Source Address Register 063
DMA_DADR063     0xF00127EC          DMA Channel Destination Address Register x
DMA_ADICR063    0xF00127F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR063   0xF00127F4          DMA Channel Configuration Register 063
DMA_SHADR063    0xF00127F8          DMA Channel Shadow Address Register 063
DMA_CHCSR063    0xF00127FC          DMARAM Channel Control and Status Register 063
CAN_CLC         0xF0018000          CAN Clock Control Register
CAN_ID          0xF0018008          Module Identification Register
CAN_FDR         0xF001800C          CAN Fractional Divider Register
CAN_OCS         0xF00180E8          OCDS Control and Status
CAN_KRSTCLR     0xF00180EC          Kernel Reset Status Clear Register
CAN_KRST1       0xF00180F0          Kernel Reset Register 1
CAN_KRST0       0xF00180F4          Kernel Reset Register 0
CAN_ACCEN1      0xF00180F8          Access Enable Register 1
CAN_ACCEN0      0xF00180FC          Access Enable Register 0
CAN_LIST0       0xF0018100          List Register 0
CAN_LIST1       0xF0018104          List Register 1
CAN_LIST2       0xF0018108          List Register 2
CAN_LIST3       0xF001810C          List Register 3
CAN_LIST4       0xF0018110          List Register 4
CAN_LIST5       0xF0018114          List Register 5
CAN_LIST6       0xF0018118          List Register 6
CAN_LIST7       0xF001811C          List Register 7
CAN_LIST8       0xF0018120          List Register 8
CAN_LIST9       0xF0018124          List Register 9
CAN_LIST10      0xF0018128          List Register 10
CAN_LIST11      0xF001812C          List Register 11
CAN_LIST12      0xF0018130          List Register 12
CAN_LIST13      0xF0018134          List Register 13
CAN_LIST14      0xF0018138          List Register 14
CAN_LIST15      0xF001813C          List Register 15
CAN_MSPND0      0xF0018140          Message Pending Register 0
CAN_MSPND1      0xF0018144          Message Pending Register 1
CAN_MSPND2      0xF0018148          Message Pending Register 2
CAN_MSPND3      0xF001814C          Message Pending Register 3
CAN_MSPND4      0xF0018150          Message Pending Register 4
CAN_MSPND5      0xF0018154          Message Pending Register 5
CAN_MSPND6      0xF0018158          Message Pending Register 6
CAN_MSPND7      0xF001815C          Message Pending Register 7
CAN_MSID0       0xF0018180          Message Index Register 0
CAN_MSID1       0xF0018184          Message Index Register 1
CAN_MSID2       0xF0018188          Message Index Register 2
CAN_MSID3       0xF001818C          Message Index Register 3
CAN_MSID4       0xF0018190          Message Index Register 4
CAN_MSID5       0xF0018194          Message Index Register 5
CAN_MSID6       0xF0018198          Message Index Register 6
CAN_MSID7       0xF001819C          Message Index Register 7
CAN_MSIMASK     0xF00181C0          Message Index Mask Register
CAN_PANCTR      0xF00181C4          Panel Control Register
CAN_MCR         0xF00181C8          Module Control Register
CAN_MITR        0xF00181CC          Module Interrupt Trigger Register
CAN_MECR        0xF00181D0          Measurement Control Register
CAN_MESTAT      0xF00181D4          Measurement Status Register
CAN_NCR0        0xF0018200          Node 0 Control Register
CAN_NSR0        0xF0018204          Node 0 Status Register
CAN_NIPR0       0xF0018208          Node 0 Interrupt Pointer Register
CAN_NPCR0       0xF001820C          Node 0 Port Control Register
CAN_NBTR0       0xF0018210          Node 0 Bit Timing Register
CAN_NECNT0      0xF0018214          Node 0 Error Counter Register
CAN_NFCR0       0xF0018218          Node 0 Frame Counter Register
CAN_NTCCR0      0xF001821C          Node 0 Timer Clock Control Register
CAN_NTRTR0      0xF0018220          Node 0 Timer Receive Timeout Register
CAN_NTATTR0     0xF0018224          Node 0 Timer A Transmit Trigger Register
CAN_NTBTTR0     0xF0018228          Node 0 Timer B Transmit Trigger Register
CAN_NTCTTR0     0xF001822C          Node 0 Timer C Transmit Trigger Register
CAN_FNBTR0      0xF0018238          Fast Node 0 Bit Timing Register
CAN_NTDCR0      0xF001823C          Node 0 Transmitter Delay Compensation Register
CAN_NCR1        0xF0018300          Node 1 Control Register
CAN_NSR1        0xF0018304          Node 1 Status Register
CAN_NIPR1       0xF0018308          Node 1 Interrupt Pointer Register
CAN_NPCR1       0xF001830C          Node 1 Port Control Register
CAN_NBTR1       0xF0018310          Node 1 Bit Timing Register
CAN_NECNT1      0xF0018314          Node 1 Error Counter Register
CAN_NFCR1       0xF0018318          Node 1 Frame Counter Register
CAN_NTCCR1      0xF001831C          Node 1 Timer Clock Control Register
CAN_NTRTR1      0xF0018320          Node 1 Timer Receive Timeout Register
CAN_NTATTR1     0xF0018324          Node 1 Timer A Transmit Trigger Register
CAN_NTBTTR1     0xF0018328          Node 1 Timer B Transmit Trigger Register
CAN_NTCTTR1     0xF001832C          Node 1 Timer C Transmit Trigger Register
CAN_FNBTR1      0xF0018338          Fast Node 1 Bit Timing Register
CAN_NTDCR1      0xF001833C          Node 1 Transmitter Delay Compensation Register
CAN_NCR2        0xF0018400          Node 2 Control Register
CAN_NSR2        0xF0018404          Node 2 Status Register
CAN_NIPR2       0xF0018408          Node 2 Interrupt Pointer Register
CAN_NPCR2       0xF001840C          Node 2 Port Control Register
CAN_NBTR2       0xF0018410          Node 2 Bit Timing Register
CAN_NECNT2      0xF0018414          Node 2 Error Counter Register
CAN_NFCR2       0xF0018418          Node 2 Frame Counter Register
CAN_NTCCR2      0xF001841C          Node 2 Timer Clock Control Register
CAN_NTRTR2      0xF0018420          Node 2 Timer Receive Timeout Register
CAN_NTATTR2     0xF0018424          Node 2 Timer A Transmit Trigger Register
CAN_NTBTTR2     0xF0018428          Node 2 Timer B Transmit Trigger Register
CAN_NTCTTR2     0xF001842C          Node 2 Timer C Transmit Trigger Register
CAN_FNBTR2      0xF0018438          Fast Node 2 Bit Timing Register
CAN_NTDCR2      0xF001843C          Node 2 Transmitter Delay Compensation Register
CAN_NCR3        0xF0018500          Node 3 Control Register
CAN_NSR3        0xF0018504          Node 3 Status Register
CAN_NIPR3       0xF0018508          Node 3 Interrupt Pointer Register
CAN_NPCR3       0xF001850C          Node 3 Port Control Register
CAN_NBTR3       0xF0018510          Node 3 Bit Timing Register
CAN_NECNT3      0xF0018514          Node 3 Error Counter Register
CAN_NFCR3       0xF0018518          Node 3 Frame Counter Register
CAN_NTCCR3      0xF001851C          Node 3 Timer Clock Control Register
CAN_NTRTR3      0xF0018520          Node 3 Timer Receive Timeout Register
CAN_NTATTR3     0xF0018524          Node 3 Timer A Transmit Trigger Register
CAN_NTBTTR3     0xF0018528          Node 3 Timer B Transmit Trigger Register
CAN_NTCTTR3     0xF001852C          Node 3 Timer C Transmit Trigger Register
CAN_FNBTR3      0xF0018538          Fast Node 3 Bit Timing Register
CAN_NTDCR3      0xF001853C          Node 3 Transmitter Delay Compensation Register
CAN_MOFCR0      0xF0019000          Message Object 0 Function Control Register
CAN_MOFGPR0     0xF0019004          Message Object 0 FIFO/Gateway Pointer Register
CAN_MOIPR0      0xF0019008          Message Object 0 Interrupt Pointer Register
CAN_MOAMR0      0xF001900C          Message Object 0 Acceptance Mask Register
CAN_MODATAL0    0xF0019010          Message Object 0 Data Register Low
CAN_MODATAH0    0xF0019014          Message Object 0 Data Register High
CAN_MOAR0       0xF0019018          Message Object 0 Arbitration Register
CAN_MOCTR0      0xF001901C          Message Object 0 Control Register
CAN_MOFCR1      0xF0019020          Message Object 1 Function Control Register
CAN_MOFGPR1     0xF0019024          Message Object 1 FIFO/Gateway Pointer Register
CAN_MOIPR1      0xF0019028          Message Object 1 Interrupt Pointer Register
CAN_MOAMR1      0xF001902C          Message Object 1 Acceptance Mask Register
CAN_MODATAL1    0xF0019030          Message Object 1 Data Register Low
CAN_MODATAH1    0xF0019034          Message Object 1 Data Register High
CAN_MOAR1       0xF0019038          Message Object 1 Arbitration Register
CAN_MOCTR1      0xF001903C          Message Object 1 Control Register
CAN_MOFCR2      0xF0019040          Message Object 2 Function Control Register
CAN_MOFGPR2     0xF0019044          Message Object 2 FIFO/Gateway Pointer Register
CAN_MOIPR2      0xF0019048          Message Object 2 Interrupt Pointer Register
CAN_MOAMR2      0xF001904C          Message Object 2 Acceptance Mask Register
CAN_MODATAL2    0xF0019050          Message Object 2 Data Register Low
CAN_MODATAH2    0xF0019054          Message Object 2 Data Register High
CAN_MOAR2       0xF0019058          Message Object 2 Arbitration Register
CAN_MOCTR2      0xF001905C          Message Object 2 Control Register
CAN_MOFCR3      0xF0019060          Message Object 3 Function Control Register
CAN_MOFGPR3     0xF0019064          Message Object 3 FIFO/Gateway Pointer Register
CAN_MOIPR3      0xF0019068          Message Object 3 Interrupt Pointer Register
CAN_MOAMR3      0xF001906C          Message Object 3 Acceptance Mask Register
CAN_MODATAL3    0xF0019070          Message Object 3 Data Register Low
CAN_MODATAH3    0xF0019074          Message Object 3 Data Register High
CAN_MOAR3       0xF0019078          Message Object 3 Arbitration Register
CAN_MOCTR3      0xF001907C          Message Object 3 Control Register
CAN_MOFCR4      0xF0019080          Message Object 4 Function Control Register
CAN_MOFGPR4     0xF0019084          Message Object 4 FIFO/Gateway Pointer Register
CAN_MOIPR4      0xF0019088          Message Object 4 Interrupt Pointer Register
CAN_MOAMR4      0xF001908C          Message Object 4 Acceptance Mask Register
CAN_MODATAL4    0xF0019090          Message Object 4 Data Register Low
CAN_MODATAH4    0xF0019094          Message Object 4 Data Register High
CAN_MOAR4       0xF0019098          Message Object 4 Arbitration Register
CAN_MOCTR4      0xF001909C          Message Object 4 Control Register
CAN_MOFCR5      0xF00190A0          Message Object 5 Function Control Register
CAN_MOFGPR5     0xF00190A4          Message Object 5 FIFO/Gateway Pointer Register
CAN_MOIPR5      0xF00190A8          Message Object 5 Interrupt Pointer Register
CAN_MOAMR5      0xF00190AC          Message Object 5 Acceptance Mask Register
CAN_MODATAL5    0xF00190B0          Message Object 5 Data Register Low
CAN_MODATAH5    0xF00190B4          Message Object 5 Data Register High
CAN_MOAR5       0xF00190B8          Message Object 5 Arbitration Register
CAN_MOCTR5      0xF00190BC          Message Object 5 Control Register
CAN_MOFCR6      0xF00190C0          Message Object 6 Function Control Register
CAN_MOFGPR6     0xF00190C4          Message Object 6 FIFO/Gateway Pointer Register
CAN_MOIPR6      0xF00190C8          Message Object 6 Interrupt Pointer Register
CAN_MOAMR6      0xF00190CC          Message Object 6 Acceptance Mask Register
CAN_MODATAL6    0xF00190D0          Message Object 6 Data Register Low
CAN_MODATAH6    0xF00190D4          Message Object 6 Data Register High
CAN_MOAR6       0xF00190D8          Message Object 6 Arbitration Register
CAN_MOCTR6      0xF00190DC          Message Object 6 Control Register
CAN_MOFCR7      0xF00190E0          Message Object 7 Function Control Register
CAN_MOFGPR7     0xF00190E4          Message Object 7 FIFO/Gateway Pointer Register
CAN_MOIPR7      0xF00190E8          Message Object 7 Interrupt Pointer Register
CAN_MOAMR7      0xF00190EC          Message Object 7 Acceptance Mask Register
CAN_MODATAL7    0xF00190F0          Message Object 7 Data Register Low
CAN_MODATAH7    0xF00190F4          Message Object 7 Data Register High
CAN_MOAR7       0xF00190F8          Message Object 7 Arbitration Register
CAN_MOCTR7      0xF00190FC          Message Object 7 Control Register
CAN_MOFCR8      0xF0019100          Message Object 8 Function Control Register
CAN_MOFGPR8     0xF0019104          Message Object 8 FIFO/Gateway Pointer Register
CAN_MOIPR8      0xF0019108          Message Object 8 Interrupt Pointer Register
CAN_MOAMR8      0xF001910C          Message Object 8 Acceptance Mask Register
CAN_MODATAL8    0xF0019110          Message Object 8 Data Register Low
CAN_MODATAH8    0xF0019114          Message Object 8 Data Register High
CAN_MOAR8       0xF0019118          Message Object 8 Arbitration Register
CAN_MOCTR8      0xF001911C          Message Object 8 Control Register
CAN_MOFCR9      0xF0019120          Message Object 9 Function Control Register
CAN_MOFGPR9     0xF0019124          Message Object 9 FIFO/Gateway Pointer Register
CAN_MOIPR9      0xF0019128          Message Object 9 Interrupt Pointer Register
CAN_MOAMR9      0xF001912C          Message Object 9 Acceptance Mask Register
CAN_MODATAL9    0xF0019130          Message Object 9 Data Register Low
CAN_MODATAH9    0xF0019134          Message Object 9 Data Register High
CAN_MOAR9       0xF0019138          Message Object 9 Arbitration Register
CAN_MOCTR9      0xF001913C          Message Object 9 Control Register
CAN_MOFCR10     0xF0019140          Message Object 10 Function Control Register
CAN_MOFGPR10    0xF0019144          Message Object 10 FIFO/Gateway Pointer Register
CAN_MOIPR10     0xF0019148          Message Object 10 Interrupt Pointer Register
CAN_MOAMR10     0xF001914C          Message Object 10 Acceptance Mask Register
CAN_MODATAL10   0xF0019150          Message Object 10 Data Register Low
CAN_MODATAH10   0xF0019154          Message Object 10 Data Register High
CAN_MOAR10      0xF0019158          Message Object 10 Arbitration Register
CAN_MOCTR10     0xF001915C          Message Object 10 Control Register
CAN_MOFCR11     0xF0019160          Message Object 11 Function Control Register
CAN_MOFGPR11    0xF0019164          Message Object 11 FIFO/Gateway Pointer Register
CAN_MOIPR11     0xF0019168          Message Object 11 Interrupt Pointer Register
CAN_MOAMR11     0xF001916C          Message Object 11 Acceptance Mask Register
CAN_MODATAL11   0xF0019170          Message Object 11 Data Register Low
CAN_MODATAH11   0xF0019174          Message Object 11 Data Register High
CAN_MOAR11      0xF0019178          Message Object 11 Arbitration Register
CAN_MOCTR11     0xF001917C          Message Object 11 Control Register
CAN_MOFCR12     0xF0019180          Message Object 12 Function Control Register
CAN_MOFGPR12    0xF0019184          Message Object 12 FIFO/Gateway Pointer Register
CAN_MOIPR12     0xF0019188          Message Object 12 Interrupt Pointer Register
CAN_MOAMR12     0xF001918C          Message Object 12 Acceptance Mask Register
CAN_MODATAL12   0xF0019190          Message Object 12 Data Register Low
CAN_MODATAH12   0xF0019194          Message Object 12 Data Register High
CAN_MOAR12      0xF0019198          Message Object 12 Arbitration Register
CAN_MOCTR12     0xF001919C          Message Object 12 Control Register
CAN_MOFCR13     0xF00191A0          Message Object 13 Function Control Register
CAN_MOFGPR13    0xF00191A4          Message Object 13 FIFO/Gateway Pointer Register
CAN_MOIPR13     0xF00191A8          Message Object 13 Interrupt Pointer Register
CAN_MOAMR13     0xF00191AC          Message Object 13 Acceptance Mask Register
CAN_MODATAL13   0xF00191B0          Message Object 13 Data Register Low
CAN_MODATAH13   0xF00191B4          Message Object 13 Data Register High
CAN_MOAR13      0xF00191B8          Message Object 13 Arbitration Register
CAN_MOCTR13     0xF00191BC          Message Object 13 Control Register
CAN_MOFCR14     0xF00191C0          Message Object 14 Function Control Register
CAN_MOFGPR14    0xF00191C4          Message Object 14 FIFO/Gateway Pointer Register
CAN_MOIPR14     0xF00191C8          Message Object 14 Interrupt Pointer Register
CAN_MOAMR14     0xF00191CC          Message Object 14 Acceptance Mask Register
CAN_MODATAL14   0xF00191D0          Message Object 14 Data Register Low
CAN_MODATAH14   0xF00191D4          Message Object 14 Data Register High
CAN_MOAR14      0xF00191D8          Message Object 14 Arbitration Register
CAN_MOCTR14     0xF00191DC          Message Object 14 Control Register
CAN_MOFCR15     0xF00191E0          Message Object 15 Function Control Register
CAN_MOFGPR15    0xF00191E4          Message Object 15 FIFO/Gateway Pointer Register
CAN_MOIPR15     0xF00191E8          Message Object 15 Interrupt Pointer Register
CAN_MOAMR15     0xF00191EC          Message Object 15 Acceptance Mask Register
CAN_MODATAL15   0xF00191F0          Message Object 15 Data Register Low
CAN_MODATAH15   0xF00191F4          Message Object 15 Data Register High
CAN_MOAR15      0xF00191F8          Message Object 15 Arbitration Register
CAN_MOCTR15     0xF00191FC          Message Object 15 Control Register
CAN_MOFCR16     0xF0019200          Message Object 16 Function Control Register
CAN_MOFGPR16    0xF0019204          Message Object 16 FIFO/Gateway Pointer Register
CAN_MOIPR16     0xF0019208          Message Object 16 Interrupt Pointer Register
CAN_MOAMR16     0xF001920C          Message Object 16 Acceptance Mask Register
CAN_MODATAL16   0xF0019210          Message Object 16 Data Register Low
CAN_MODATAH16   0xF0019214          Message Object 16 Data Register High
CAN_MOAR16      0xF0019218          Message Object 16 Arbitration Register
CAN_MOCTR16     0xF001921C          Message Object 16 Control Register
CAN_MOFCR17     0xF0019220          Message Object 17 Function Control Register
CAN_MOFGPR17    0xF0019224          Message Object 17 FIFO/Gateway Pointer Register
CAN_MOIPR17     0xF0019228          Message Object 17 Interrupt Pointer Register
CAN_MOAMR17     0xF001922C          Message Object 17 Acceptance Mask Register
CAN_MODATAL17   0xF0019230          Message Object 17 Data Register Low
CAN_MODATAH17   0xF0019234          Message Object 17 Data Register High
CAN_MOAR17      0xF0019238          Message Object 17 Arbitration Register
CAN_MOCTR17     0xF001923C          Message Object 17 Control Register
CAN_MOFCR18     0xF0019240          Message Object 18 Function Control Register
CAN_MOFGPR18    0xF0019244          Message Object 18 FIFO/Gateway Pointer Register
CAN_MOIPR18     0xF0019248          Message Object 18 Interrupt Pointer Register
CAN_MOAMR18     0xF001924C          Message Object 18 Acceptance Mask Register
CAN_MODATAL18   0xF0019250          Message Object 18 Data Register Low
CAN_MODATAH18   0xF0019254          Message Object 18 Data Register High
CAN_MOAR18      0xF0019258          Message Object 18 Arbitration Register
CAN_MOCTR18     0xF001925C          Message Object 18 Control Register
CAN_MOFCR19     0xF0019260          Message Object 19 Function Control Register
CAN_MOFGPR19    0xF0019264          Message Object 19 FIFO/Gateway Pointer Register
CAN_MOIPR19     0xF0019268          Message Object 19 Interrupt Pointer Register
CAN_MOAMR19     0xF001926C          Message Object 19 Acceptance Mask Register
CAN_MODATAL19   0xF0019270          Message Object 19 Data Register Low
CAN_MODATAH19   0xF0019274          Message Object 19 Data Register High
CAN_MOAR19      0xF0019278          Message Object 19 Arbitration Register
CAN_MOCTR19     0xF001927C          Message Object 19 Control Register
CAN_MOFCR20     0xF0019280          Message Object 20 Function Control Register
CAN_MOFGPR20    0xF0019284          Message Object 20 FIFO/Gateway Pointer Register
CAN_MOIPR20     0xF0019288          Message Object 20 Interrupt Pointer Register
CAN_MOAMR20     0xF001928C          Message Object 20 Acceptance Mask Register
CAN_MODATAL20   0xF0019290          Message Object 20 Data Register Low
CAN_MODATAH20   0xF0019294          Message Object 20 Data Register High
CAN_MOAR20      0xF0019298          Message Object 20 Arbitration Register
CAN_MOCTR20     0xF001929C          Message Object 20 Control Register
CAN_MOFCR21     0xF00192A0          Message Object 21 Function Control Register
CAN_MOFGPR21    0xF00192A4          Message Object 21 FIFO/Gateway Pointer Register
CAN_MOIPR21     0xF00192A8          Message Object 21 Interrupt Pointer Register
CAN_MOAMR21     0xF00192AC          Message Object 21 Acceptance Mask Register
CAN_MODATAL21   0xF00192B0          Message Object 21 Data Register Low
CAN_MODATAH21   0xF00192B4          Message Object 21 Data Register High
CAN_MOAR21      0xF00192B8          Message Object 21 Arbitration Register
CAN_MOCTR21     0xF00192BC          Message Object 21 Control Register
CAN_MOFCR22     0xF00192C0          Message Object 22 Function Control Register
CAN_MOFGPR22    0xF00192C4          Message Object 22 FIFO/Gateway Pointer Register
CAN_MOIPR22     0xF00192C8          Message Object 22 Interrupt Pointer Register
CAN_MOAMR22     0xF00192CC          Message Object 22 Acceptance Mask Register
CAN_MODATAL22   0xF00192D0          Message Object 22 Data Register Low
CAN_MODATAH22   0xF00192D4          Message Object 22 Data Register High
CAN_MOAR22      0xF00192D8          Message Object 22 Arbitration Register
CAN_MOCTR22     0xF00192DC          Message Object 22 Control Register
CAN_MOFCR23     0xF00192E0          Message Object 23 Function Control Register
CAN_MOFGPR23    0xF00192E4          Message Object 23 FIFO/Gateway Pointer Register
CAN_MOIPR23     0xF00192E8          Message Object 23 Interrupt Pointer Register
CAN_MOAMR23     0xF00192EC          Message Object 23 Acceptance Mask Register
CAN_MODATAL23   0xF00192F0          Message Object 23 Data Register Low
CAN_MODATAH23   0xF00192F4          Message Object 23 Data Register High
CAN_MOAR23      0xF00192F8          Message Object 23 Arbitration Register
CAN_MOCTR23     0xF00192FC          Message Object 23 Control Register
CAN_MOFCR24     0xF0019300          Message Object 24 Function Control Register
CAN_MOFGPR24    0xF0019304          Message Object 24 FIFO/Gateway Pointer Register
CAN_MOIPR24     0xF0019308          Message Object 24 Interrupt Pointer Register
CAN_MOAMR24     0xF001930C          Message Object 24 Acceptance Mask Register
CAN_MODATAL24   0xF0019310          Message Object 24 Data Register Low
CAN_MODATAH24   0xF0019314          Message Object 24 Data Register High
CAN_MOAR24      0xF0019318          Message Object 24 Arbitration Register
CAN_MOCTR24     0xF001931C          Message Object 24 Control Register
CAN_MOFCR25     0xF0019320          Message Object 25 Function Control Register
CAN_MOFGPR25    0xF0019324          Message Object 25 FIFO/Gateway Pointer Register
CAN_MOIPR25     0xF0019328          Message Object 25 Interrupt Pointer Register
CAN_MOAMR25     0xF001932C          Message Object 25 Acceptance Mask Register
CAN_MODATAL25   0xF0019330          Message Object 25 Data Register Low
CAN_MODATAH25   0xF0019334          Message Object 25 Data Register High
CAN_MOAR25      0xF0019338          Message Object 25 Arbitration Register
CAN_MOCTR25     0xF001933C          Message Object 25 Control Register
CAN_MOFCR26     0xF0019340          Message Object 26 Function Control Register
CAN_MOFGPR26    0xF0019344          Message Object 26 FIFO/Gateway Pointer Register
CAN_MOIPR26     0xF0019348          Message Object 26 Interrupt Pointer Register
CAN_MOAMR26     0xF001934C          Message Object 26 Acceptance Mask Register
CAN_MODATAL26   0xF0019350          Message Object 26 Data Register Low
CAN_MODATAH26   0xF0019354          Message Object 26 Data Register High
CAN_MOAR26      0xF0019358          Message Object 26 Arbitration Register
CAN_MOCTR26     0xF001935C          Message Object 26 Control Register
CAN_MOFCR27     0xF0019360          Message Object 27 Function Control Register
CAN_MOFGPR27    0xF0019364          Message Object 27 FIFO/Gateway Pointer Register
CAN_MOIPR27     0xF0019368          Message Object 27 Interrupt Pointer Register
CAN_MOAMR27     0xF001936C          Message Object 27 Acceptance Mask Register
CAN_MODATAL27   0xF0019370          Message Object 27 Data Register Low
CAN_MODATAH27   0xF0019374          Message Object 27 Data Register High
CAN_MOAR27      0xF0019378          Message Object 27 Arbitration Register
CAN_MOCTR27     0xF001937C          Message Object 27 Control Register
CAN_MOFCR28     0xF0019380          Message Object 28 Function Control Register
CAN_MOFGPR28    0xF0019384          Message Object 28 FIFO/Gateway Pointer Register
CAN_MOIPR28     0xF0019388          Message Object 28 Interrupt Pointer Register
CAN_MOAMR28     0xF001938C          Message Object 28 Acceptance Mask Register
CAN_MODATAL28   0xF0019390          Message Object 28 Data Register Low
CAN_MODATAH28   0xF0019394          Message Object 28 Data Register High
CAN_MOAR28      0xF0019398          Message Object 28 Arbitration Register
CAN_MOCTR28     0xF001939C          Message Object 28 Control Register
CAN_MOFCR29     0xF00193A0          Message Object 29 Function Control Register
CAN_MOFGPR29    0xF00193A4          Message Object 29 FIFO/Gateway Pointer Register
CAN_MOIPR29     0xF00193A8          Message Object 29 Interrupt Pointer Register
CAN_MOAMR29     0xF00193AC          Message Object 29 Acceptance Mask Register
CAN_MODATAL29   0xF00193B0          Message Object 29 Data Register Low
CAN_MODATAH29   0xF00193B4          Message Object 29 Data Register High
CAN_MOAR29      0xF00193B8          Message Object 29 Arbitration Register
CAN_MOCTR29     0xF00193BC          Message Object 29 Control Register
CAN_MOFCR30     0xF00193C0          Message Object 30 Function Control Register
CAN_MOFGPR30    0xF00193C4          Message Object 30 FIFO/Gateway Pointer Register
CAN_MOIPR30     0xF00193C8          Message Object 30 Interrupt Pointer Register
CAN_MOAMR30     0xF00193CC          Message Object 30 Acceptance Mask Register
CAN_MODATAL30   0xF00193D0          Message Object 30 Data Register Low
CAN_MODATAH30   0xF00193D4          Message Object 30 Data Register High
CAN_MOAR30      0xF00193D8          Message Object 30 Arbitration Register
CAN_MOCTR30     0xF00193DC          Message Object 30 Control Register
CAN_MOFCR31     0xF00193E0          Message Object 31 Function Control Register
CAN_MOFGPR31    0xF00193E4          Message Object 31 FIFO/Gateway Pointer Register
CAN_MOIPR31     0xF00193E8          Message Object 31 Interrupt Pointer Register
CAN_MOAMR31     0xF00193EC          Message Object 31 Acceptance Mask Register
CAN_MODATAL31   0xF00193F0          Message Object 31 Data Register Low
CAN_MODATAH31   0xF00193F4          Message Object 31 Data Register High
CAN_MOAR31      0xF00193F8          Message Object 31 Arbitration Register
CAN_MOCTR31     0xF00193FC          Message Object 31 Control Register
CAN_MOFCR32     0xF0019400          Message Object 32 Function Control Register
CAN_MOFGPR32    0xF0019404          Message Object 32 FIFO/Gateway Pointer Register
CAN_MOIPR32     0xF0019408          Message Object 32 Interrupt Pointer Register
CAN_MOAMR32     0xF001940C          Message Object 32 Acceptance Mask Register
CAN_MODATAL32   0xF0019410          Message Object 32 Data Register Low
CAN_MODATAH32   0xF0019414          Message Object 32 Data Register High
CAN_MOAR32      0xF0019418          Message Object 32 Arbitration Register
CAN_MOCTR32     0xF001941C          Message Object 32 Control Register
CAN_MOFCR33     0xF0019420          Message Object 33 Function Control Register
CAN_MOFGPR33    0xF0019424          Message Object 33 FIFO/Gateway Pointer Register
CAN_MOIPR33     0xF0019428          Message Object 33 Interrupt Pointer Register
CAN_MOAMR33     0xF001942C          Message Object 33 Acceptance Mask Register
CAN_MODATAL33   0xF0019430          Message Object 33 Data Register Low
CAN_MODATAH33   0xF0019434          Message Object 33 Data Register High
CAN_MOAR33      0xF0019438          Message Object 33 Arbitration Register
CAN_MOCTR33     0xF001943C          Message Object 33 Control Register
CAN_MOFCR34     0xF0019440          Message Object 34 Function Control Register
CAN_MOFGPR34    0xF0019444          Message Object 34 FIFO/Gateway Pointer Register
CAN_MOIPR34     0xF0019448          Message Object 34 Interrupt Pointer Register
CAN_MOAMR34     0xF001944C          Message Object 34 Acceptance Mask Register
CAN_MODATAL34   0xF0019450          Message Object 34 Data Register Low
CAN_MODATAH34   0xF0019454          Message Object 34 Data Register High
CAN_MOAR34      0xF0019458          Message Object 34 Arbitration Register
CAN_MOCTR34     0xF001945C          Message Object 34 Control Register
CAN_MOFCR35     0xF0019460          Message Object 35 Function Control Register
CAN_MOFGPR35    0xF0019464          Message Object 35 FIFO/Gateway Pointer Register
CAN_MOIPR35     0xF0019468          Message Object 35 Interrupt Pointer Register
CAN_MOAMR35     0xF001946C          Message Object 35 Acceptance Mask Register
CAN_MODATAL35   0xF0019470          Message Object 35 Data Register Low
CAN_MODATAH35   0xF0019474          Message Object 35 Data Register High
CAN_MOAR35      0xF0019478          Message Object 35 Arbitration Register
CAN_MOCTR35     0xF001947C          Message Object 35 Control Register
CAN_MOFCR36     0xF0019480          Message Object 36 Function Control Register
CAN_MOFGPR36    0xF0019484          Message Object 36 FIFO/Gateway Pointer Register
CAN_MOIPR36     0xF0019488          Message Object 36 Interrupt Pointer Register
CAN_MOAMR36     0xF001948C          Message Object 36 Acceptance Mask Register
CAN_MODATAL36   0xF0019490          Message Object 36 Data Register Low
CAN_MODATAH36   0xF0019494          Message Object 36 Data Register High
CAN_MOAR36      0xF0019498          Message Object 36 Arbitration Register
CAN_MOCTR36     0xF001949C          Message Object 36 Control Register
CAN_MOFCR37     0xF00194A0          Message Object 37 Function Control Register
CAN_MOFGPR37    0xF00194A4          Message Object 37 FIFO/Gateway Pointer Register
CAN_MOIPR37     0xF00194A8          Message Object 37 Interrupt Pointer Register
CAN_MOAMR37     0xF00194AC          Message Object 37 Acceptance Mask Register
CAN_MODATAL37   0xF00194B0          Message Object 37 Data Register Low
CAN_MODATAH37   0xF00194B4          Message Object 37 Data Register High
CAN_MOAR37      0xF00194B8          Message Object 37 Arbitration Register
CAN_MOCTR37     0xF00194BC          Message Object 37 Control Register
CAN_MOFCR38     0xF00194C0          Message Object 38 Function Control Register
CAN_MOFGPR38    0xF00194C4          Message Object 38 FIFO/Gateway Pointer Register
CAN_MOIPR38     0xF00194C8          Message Object 38 Interrupt Pointer Register
CAN_MOAMR38     0xF00194CC          Message Object 38 Acceptance Mask Register
CAN_MODATAL38   0xF00194D0          Message Object 38 Data Register Low
CAN_MODATAH38   0xF00194D4          Message Object 38 Data Register High
CAN_MOAR38      0xF00194D8          Message Object 38 Arbitration Register
CAN_MOCTR38     0xF00194DC          Message Object 38 Control Register
CAN_MOFCR39     0xF00194E0          Message Object 39 Function Control Register
CAN_MOFGPR39    0xF00194E4          Message Object 39 FIFO/Gateway Pointer Register
CAN_MOIPR39     0xF00194E8          Message Object 39 Interrupt Pointer Register
CAN_MOAMR39     0xF00194EC          Message Object 39 Acceptance Mask Register
CAN_MODATAL39   0xF00194F0          Message Object 39 Data Register Low
CAN_MODATAH39   0xF00194F4          Message Object 39 Data Register High
CAN_MOAR39      0xF00194F8          Message Object 39 Arbitration Register
CAN_MOCTR39     0xF00194FC          Message Object 39 Control Register
CAN_MOFCR40     0xF0019500          Message Object 40 Function Control Register
CAN_MOFGPR40    0xF0019504          Message Object 40 FIFO/Gateway Pointer Register
CAN_MOIPR40     0xF0019508          Message Object 40 Interrupt Pointer Register
CAN_MOAMR40     0xF001950C          Message Object 40 Acceptance Mask Register
CAN_MODATAL40   0xF0019510          Message Object 40 Data Register Low
CAN_MODATAH40   0xF0019514          Message Object 40 Data Register High
CAN_MOAR40      0xF0019518          Message Object 40 Arbitration Register
CAN_MOCTR40     0xF001951C          Message Object 40 Control Register
CAN_MOFCR41     0xF0019520          Message Object 41 Function Control Register
CAN_MOFGPR41    0xF0019524          Message Object 41 FIFO/Gateway Pointer Register
CAN_MOIPR41     0xF0019528          Message Object 41 Interrupt Pointer Register
CAN_MOAMR41     0xF001952C          Message Object 41 Acceptance Mask Register
CAN_MODATAL41   0xF0019530          Message Object 41 Data Register Low
CAN_MODATAH41   0xF0019534          Message Object 41 Data Register High
CAN_MOAR41      0xF0019538          Message Object 41 Arbitration Register
CAN_MOCTR41     0xF001953C          Message Object 41 Control Register
CAN_MOFCR42     0xF0019540          Message Object 42 Function Control Register
CAN_MOFGPR42    0xF0019544          Message Object 42 FIFO/Gateway Pointer Register
CAN_MOIPR42     0xF0019548          Message Object 42 Interrupt Pointer Register
CAN_MOAMR42     0xF001954C          Message Object 42 Acceptance Mask Register
CAN_MODATAL42   0xF0019550          Message Object 42 Data Register Low
CAN_MODATAH42   0xF0019554          Message Object 42 Data Register High
CAN_MOAR42      0xF0019558          Message Object 42 Arbitration Register
CAN_MOCTR42     0xF001955C          Message Object 42 Control Register
CAN_MOFCR43     0xF0019560          Message Object 43 Function Control Register
CAN_MOFGPR43    0xF0019564          Message Object 43 FIFO/Gateway Pointer Register
CAN_MOIPR43     0xF0019568          Message Object 43 Interrupt Pointer Register
CAN_MOAMR43     0xF001956C          Message Object 43 Acceptance Mask Register
CAN_MODATAL43   0xF0019570          Message Object 43 Data Register Low
CAN_MODATAH43   0xF0019574          Message Object 43 Data Register High
CAN_MOAR43      0xF0019578          Message Object 43 Arbitration Register
CAN_MOCTR43     0xF001957C          Message Object 43 Control Register
CAN_MOFCR44     0xF0019580          Message Object 44 Function Control Register
CAN_MOFGPR44    0xF0019584          Message Object 44 FIFO/Gateway Pointer Register
CAN_MOIPR44     0xF0019588          Message Object 44 Interrupt Pointer Register
CAN_MOAMR44     0xF001958C          Message Object 44 Acceptance Mask Register
CAN_MODATAL44   0xF0019590          Message Object 44 Data Register Low
CAN_MODATAH44   0xF0019594          Message Object 44 Data Register High
CAN_MOAR44      0xF0019598          Message Object 44 Arbitration Register
CAN_MOCTR44     0xF001959C          Message Object 44 Control Register
CAN_MOFCR45     0xF00195A0          Message Object 45 Function Control Register
CAN_MOFGPR45    0xF00195A4          Message Object 45 FIFO/Gateway Pointer Register
CAN_MOIPR45     0xF00195A8          Message Object 45 Interrupt Pointer Register
CAN_MOAMR45     0xF00195AC          Message Object 45 Acceptance Mask Register
CAN_MODATAL45   0xF00195B0          Message Object 45 Data Register Low
CAN_MODATAH45   0xF00195B4          Message Object 45 Data Register High
CAN_MOAR45      0xF00195B8          Message Object 45 Arbitration Register
CAN_MOCTR45     0xF00195BC          Message Object 45 Control Register
CAN_MOFCR46     0xF00195C0          Message Object 46 Function Control Register
CAN_MOFGPR46    0xF00195C4          Message Object 46 FIFO/Gateway Pointer Register
CAN_MOIPR46     0xF00195C8          Message Object 46 Interrupt Pointer Register
CAN_MOAMR46     0xF00195CC          Message Object 46 Acceptance Mask Register
CAN_MODATAL46   0xF00195D0          Message Object 46 Data Register Low
CAN_MODATAH46   0xF00195D4          Message Object 46 Data Register High
CAN_MOAR46      0xF00195D8          Message Object 46 Arbitration Register
CAN_MOCTR46     0xF00195DC          Message Object 46 Control Register
CAN_MOFCR47     0xF00195E0          Message Object 47 Function Control Register
CAN_MOFGPR47    0xF00195E4          Message Object 47 FIFO/Gateway Pointer Register
CAN_MOIPR47     0xF00195E8          Message Object 47 Interrupt Pointer Register
CAN_MOAMR47     0xF00195EC          Message Object 47 Acceptance Mask Register
CAN_MODATAL47   0xF00195F0          Message Object 47 Data Register Low
CAN_MODATAH47   0xF00195F4          Message Object 47 Data Register High
CAN_MOAR47      0xF00195F8          Message Object 47 Arbitration Register
CAN_MOCTR47     0xF00195FC          Message Object 47 Control Register
CAN_MOFCR48     0xF0019600          Message Object 48 Function Control Register
CAN_MOFGPR48    0xF0019604          Message Object 48 FIFO/Gateway Pointer Register
CAN_MOIPR48     0xF0019608          Message Object 48 Interrupt Pointer Register
CAN_MOAMR48     0xF001960C          Message Object 48 Acceptance Mask Register
CAN_MODATAL48   0xF0019610          Message Object 48 Data Register Low
CAN_MODATAH48   0xF0019614          Message Object 48 Data Register High
CAN_MOAR48      0xF0019618          Message Object 48 Arbitration Register
CAN_MOCTR48     0xF001961C          Message Object 48 Control Register
CAN_MOFCR49     0xF0019620          Message Object 49 Function Control Register
CAN_MOFGPR49    0xF0019624          Message Object 49 FIFO/Gateway Pointer Register
CAN_MOIPR49     0xF0019628          Message Object 49 Interrupt Pointer Register
CAN_MOAMR49     0xF001962C          Message Object 49 Acceptance Mask Register
CAN_MODATAL49   0xF0019630          Message Object 49 Data Register Low
CAN_MODATAH49   0xF0019634          Message Object 49 Data Register High
CAN_MOAR49      0xF0019638          Message Object 49 Arbitration Register
CAN_MOCTR49     0xF001963C          Message Object 49 Control Register
CAN_MOFCR50     0xF0019640          Message Object 50 Function Control Register
CAN_MOFGPR50    0xF0019644          Message Object 50 FIFO/Gateway Pointer Register
CAN_MOIPR50     0xF0019648          Message Object 50 Interrupt Pointer Register
CAN_MOAMR50     0xF001964C          Message Object 50 Acceptance Mask Register
CAN_MODATAL50   0xF0019650          Message Object 50 Data Register Low
CAN_MODATAH50   0xF0019654          Message Object 50 Data Register High
CAN_MOAR50      0xF0019658          Message Object 50 Arbitration Register
CAN_MOCTR50     0xF001965C          Message Object 50 Control Register
CAN_MOFCR51     0xF0019660          Message Object 51 Function Control Register
CAN_MOFGPR51    0xF0019664          Message Object 51 FIFO/Gateway Pointer Register
CAN_MOIPR51     0xF0019668          Message Object 51 Interrupt Pointer Register
CAN_MOAMR51     0xF001966C          Message Object 51 Acceptance Mask Register
CAN_MODATAL51   0xF0019670          Message Object 51 Data Register Low
CAN_MODATAH51   0xF0019674          Message Object 51 Data Register High
CAN_MOAR51      0xF0019678          Message Object 51 Arbitration Register
CAN_MOCTR51     0xF001967C          Message Object 51 Control Register
CAN_MOFCR52     0xF0019680          Message Object 52 Function Control Register
CAN_MOFGPR52    0xF0019684          Message Object 52 FIFO/Gateway Pointer Register
CAN_MOIPR52     0xF0019688          Message Object 52 Interrupt Pointer Register
CAN_MOAMR52     0xF001968C          Message Object 52 Acceptance Mask Register
CAN_MODATAL52   0xF0019690          Message Object 52 Data Register Low
CAN_MODATAH52   0xF0019694          Message Object 52 Data Register High
CAN_MOAR52      0xF0019698          Message Object 52 Arbitration Register
CAN_MOCTR52     0xF001969C          Message Object 52 Control Register
CAN_MOFCR53     0xF00196A0          Message Object 53 Function Control Register
CAN_MOFGPR53    0xF00196A4          Message Object 53 FIFO/Gateway Pointer Register
CAN_MOIPR53     0xF00196A8          Message Object 53 Interrupt Pointer Register
CAN_MOAMR53     0xF00196AC          Message Object 53 Acceptance Mask Register
CAN_MODATAL53   0xF00196B0          Message Object 53 Data Register Low
CAN_MODATAH53   0xF00196B4          Message Object 53 Data Register High
CAN_MOAR53      0xF00196B8          Message Object 53 Arbitration Register
CAN_MOCTR53     0xF00196BC          Message Object 53 Control Register
CAN_MOFCR54     0xF00196C0          Message Object 54 Function Control Register
CAN_MOFGPR54    0xF00196C4          Message Object 54 FIFO/Gateway Pointer Register
CAN_MOIPR54     0xF00196C8          Message Object 54 Interrupt Pointer Register
CAN_MOAMR54     0xF00196CC          Message Object 54 Acceptance Mask Register
CAN_MODATAL54   0xF00196D0          Message Object 54 Data Register Low
CAN_MODATAH54   0xF00196D4          Message Object 54 Data Register High
CAN_MOAR54      0xF00196D8          Message Object 54 Arbitration Register
CAN_MOCTR54     0xF00196DC          Message Object 54 Control Register
CAN_MOFCR55     0xF00196E0          Message Object 55 Function Control Register
CAN_MOFGPR55    0xF00196E4          Message Object 55 FIFO/Gateway Pointer Register
CAN_MOIPR55     0xF00196E8          Message Object 55 Interrupt Pointer Register
CAN_MOAMR55     0xF00196EC          Message Object 55 Acceptance Mask Register
CAN_MODATAL55   0xF00196F0          Message Object 55 Data Register Low
CAN_MODATAH55   0xF00196F4          Message Object 55 Data Register High
CAN_MOAR55      0xF00196F8          Message Object 55 Arbitration Register
CAN_MOCTR55     0xF00196FC          Message Object 55 Control Register
CAN_MOFCR56     0xF0019700          Message Object 56 Function Control Register
CAN_MOFGPR56    0xF0019704          Message Object 56 FIFO/Gateway Pointer Register
CAN_MOIPR56     0xF0019708          Message Object 56 Interrupt Pointer Register
CAN_MOAMR56     0xF001970C          Message Object 56 Acceptance Mask Register
CAN_MODATAL56   0xF0019710          Message Object 56 Data Register Low
CAN_MODATAH56   0xF0019714          Message Object 56 Data Register High
CAN_MOAR56      0xF0019718          Message Object 56 Arbitration Register
CAN_MOCTR56     0xF001971C          Message Object 56 Control Register
CAN_MOFCR57     0xF0019720          Message Object 57 Function Control Register
CAN_MOFGPR57    0xF0019724          Message Object 57 FIFO/Gateway Pointer Register
CAN_MOIPR57     0xF0019728          Message Object 57 Interrupt Pointer Register
CAN_MOAMR57     0xF001972C          Message Object 57 Acceptance Mask Register
CAN_MODATAL57   0xF0019730          Message Object 57 Data Register Low
CAN_MODATAH57   0xF0019734          Message Object 57 Data Register High
CAN_MOAR57      0xF0019738          Message Object 57 Arbitration Register
CAN_MOCTR57     0xF001973C          Message Object 57 Control Register
CAN_MOFCR58     0xF0019740          Message Object 58 Function Control Register
CAN_MOFGPR58    0xF0019744          Message Object 58 FIFO/Gateway Pointer Register
CAN_MOIPR58     0xF0019748          Message Object 58 Interrupt Pointer Register
CAN_MOAMR58     0xF001974C          Message Object 58 Acceptance Mask Register
CAN_MODATAL58   0xF0019750          Message Object 58 Data Register Low
CAN_MODATAH58   0xF0019754          Message Object 58 Data Register High
CAN_MOAR58      0xF0019758          Message Object 58 Arbitration Register
CAN_MOCTR58     0xF001975C          Message Object 58 Control Register
CAN_MOFCR59     0xF0019760          Message Object 59 Function Control Register
CAN_MOFGPR59    0xF0019764          Message Object 59 FIFO/Gateway Pointer Register
CAN_MOIPR59     0xF0019768          Message Object 59 Interrupt Pointer Register
CAN_MOAMR59     0xF001976C          Message Object 59 Acceptance Mask Register
CAN_MODATAL59   0xF0019770          Message Object 59 Data Register Low
CAN_MODATAH59   0xF0019774          Message Object 59 Data Register High
CAN_MOAR59      0xF0019778          Message Object 59 Arbitration Register
CAN_MOCTR59     0xF001977C          Message Object 59 Control Register
CAN_MOFCR60     0xF0019780          Message Object 60 Function Control Register
CAN_MOFGPR60    0xF0019784          Message Object 60 FIFO/Gateway Pointer Register
CAN_MOIPR60     0xF0019788          Message Object 60 Interrupt Pointer Register
CAN_MOAMR60     0xF001978C          Message Object 60 Acceptance Mask Register
CAN_MODATAL60   0xF0019790          Message Object 60 Data Register Low
CAN_MODATAH60   0xF0019794          Message Object 60 Data Register High
CAN_MOAR60      0xF0019798          Message Object 60 Arbitration Register
CAN_MOCTR60     0xF001979C          Message Object 60 Control Register
CAN_MOFCR61     0xF00197A0          Message Object 61 Function Control Register
CAN_MOFGPR61    0xF00197A4          Message Object 61 FIFO/Gateway Pointer Register
CAN_MOIPR61     0xF00197A8          Message Object 61 Interrupt Pointer Register
CAN_MOAMR61     0xF00197AC          Message Object 61 Acceptance Mask Register
CAN_MODATAL61   0xF00197B0          Message Object 61 Data Register Low
CAN_MODATAH61   0xF00197B4          Message Object 61 Data Register High
CAN_MOAR61      0xF00197B8          Message Object 61 Arbitration Register
CAN_MOCTR61     0xF00197BC          Message Object 61 Control Register
CAN_MOFCR62     0xF00197C0          Message Object 62 Function Control Register
CAN_MOFGPR62    0xF00197C4          Message Object 62 FIFO/Gateway Pointer Register
CAN_MOIPR62     0xF00197C8          Message Object 62 Interrupt Pointer Register
CAN_MOAMR62     0xF00197CC          Message Object 62 Acceptance Mask Register
CAN_MODATAL62   0xF00197D0          Message Object 62 Data Register Low
CAN_MODATAH62   0xF00197D4          Message Object 62 Data Register High
CAN_MOAR62      0xF00197D8          Message Object 62 Arbitration Register
CAN_MOCTR62     0xF00197DC          Message Object 62 Control Register
CAN_MOFCR63     0xF00197E0          Message Object 63 Function Control Register
CAN_MOFGPR63    0xF00197E4          Message Object 63 FIFO/Gateway Pointer Register
CAN_MOIPR63     0xF00197E8          Message Object 63 Interrupt Pointer Register
CAN_MOAMR63     0xF00197EC          Message Object 63 Acceptance Mask Register
CAN_MODATAL63   0xF00197F0          Message Object 63 Data Register Low
CAN_MODATAH63   0xF00197F4          Message Object 63 Data Register High
CAN_MOAR63      0xF00197F8          Message Object 63 Arbitration Register
CAN_MOCTR63     0xF00197FC          Message Object 63 Control Register
CAN_MOFCR64     0xF0019800          Message Object 64 Function Control Register
CAN_MOFGPR64    0xF0019804          Message Object 64 FIFO/Gateway Pointer Register
CAN_MOIPR64     0xF0019808          Message Object 64 Interrupt Pointer Register
CAN_MOAMR64     0xF001980C          Message Object 64 Acceptance Mask Register
CAN_MODATAL64   0xF0019810          Message Object 64 Data Register Low
CAN_MODATAH64   0xF0019814          Message Object 64 Data Register High
CAN_MOAR64      0xF0019818          Message Object 64 Arbitration Register
CAN_MOCTR64     0xF001981C          Message Object 64 Control Register
CAN_MOFCR65     0xF0019820          Message Object 65 Function Control Register
CAN_MOFGPR65    0xF0019824          Message Object 65 FIFO/Gateway Pointer Register
CAN_MOIPR65     0xF0019828          Message Object 65 Interrupt Pointer Register
CAN_MOAMR65     0xF001982C          Message Object 65 Acceptance Mask Register
CAN_MODATAL65   0xF0019830          Message Object 65 Data Register Low
CAN_MODATAH65   0xF0019834          Message Object 65 Data Register High
CAN_MOAR65      0xF0019838          Message Object 65 Arbitration Register
CAN_MOCTR65     0xF001983C          Message Object 65 Control Register
CAN_MOFCR66     0xF0019840          Message Object 66 Function Control Register
CAN_MOFGPR66    0xF0019844          Message Object 66 FIFO/Gateway Pointer Register
CAN_MOIPR66     0xF0019848          Message Object 66 Interrupt Pointer Register
CAN_MOAMR66     0xF001984C          Message Object 66 Acceptance Mask Register
CAN_MODATAL66   0xF0019850          Message Object 66 Data Register Low
CAN_MODATAH66   0xF0019854          Message Object 66 Data Register High
CAN_MOAR66      0xF0019858          Message Object 66 Arbitration Register
CAN_MOCTR66     0xF001985C          Message Object 66 Control Register
CAN_MOFCR67     0xF0019860          Message Object 67 Function Control Register
CAN_MOFGPR67    0xF0019864          Message Object 67 FIFO/Gateway Pointer Register
CAN_MOIPR67     0xF0019868          Message Object 67 Interrupt Pointer Register
CAN_MOAMR67     0xF001986C          Message Object 67 Acceptance Mask Register
CAN_MODATAL67   0xF0019870          Message Object 67 Data Register Low
CAN_MODATAH67   0xF0019874          Message Object 67 Data Register High
CAN_MOAR67      0xF0019878          Message Object 67 Arbitration Register
CAN_MOCTR67     0xF001987C          Message Object 67 Control Register
CAN_MOFCR68     0xF0019880          Message Object 68 Function Control Register
CAN_MOFGPR68    0xF0019884          Message Object 68 FIFO/Gateway Pointer Register
CAN_MOIPR68     0xF0019888          Message Object 68 Interrupt Pointer Register
CAN_MOAMR68     0xF001988C          Message Object 68 Acceptance Mask Register
CAN_MODATAL68   0xF0019890          Message Object 68 Data Register Low
CAN_MODATAH68   0xF0019894          Message Object 68 Data Register High
CAN_MOAR68      0xF0019898          Message Object 68 Arbitration Register
CAN_MOCTR68     0xF001989C          Message Object 68 Control Register
CAN_MOFCR69     0xF00198A0          Message Object 69 Function Control Register
CAN_MOFGPR69    0xF00198A4          Message Object 69 FIFO/Gateway Pointer Register
CAN_MOIPR69     0xF00198A8          Message Object 69 Interrupt Pointer Register
CAN_MOAMR69     0xF00198AC          Message Object 69 Acceptance Mask Register
CAN_MODATAL69   0xF00198B0          Message Object 69 Data Register Low
CAN_MODATAH69   0xF00198B4          Message Object 69 Data Register High
CAN_MOAR69      0xF00198B8          Message Object 69 Arbitration Register
CAN_MOCTR69     0xF00198BC          Message Object 69 Control Register
CAN_MOFCR70     0xF00198C0          Message Object 70 Function Control Register
CAN_MOFGPR70    0xF00198C4          Message Object 70 FIFO/Gateway Pointer Register
CAN_MOIPR70     0xF00198C8          Message Object 70 Interrupt Pointer Register
CAN_MOAMR70     0xF00198CC          Message Object 70 Acceptance Mask Register
CAN_MODATAL70   0xF00198D0          Message Object 70 Data Register Low
CAN_MODATAH70   0xF00198D4          Message Object 70 Data Register High
CAN_MOAR70      0xF00198D8          Message Object 70 Arbitration Register
CAN_MOCTR70     0xF00198DC          Message Object 70 Control Register
CAN_MOFCR71     0xF00198E0          Message Object 71 Function Control Register
CAN_MOFGPR71    0xF00198E4          Message Object 71 FIFO/Gateway Pointer Register
CAN_MOIPR71     0xF00198E8          Message Object 71 Interrupt Pointer Register
CAN_MOAMR71     0xF00198EC          Message Object 71 Acceptance Mask Register
CAN_MODATAL71   0xF00198F0          Message Object 71 Data Register Low
CAN_MODATAH71   0xF00198F4          Message Object 71 Data Register High
CAN_MOAR71      0xF00198F8          Message Object 71 Arbitration Register
CAN_MOCTR71     0xF00198FC          Message Object 71 Control Register
CAN_MOFCR72     0xF0019900          Message Object 72 Function Control Register
CAN_MOFGPR72    0xF0019904          Message Object 72 FIFO/Gateway Pointer Register
CAN_MOIPR72     0xF0019908          Message Object 72 Interrupt Pointer Register
CAN_MOAMR72     0xF001990C          Message Object 72 Acceptance Mask Register
CAN_MODATAL72   0xF0019910          Message Object 72 Data Register Low
CAN_MODATAH72   0xF0019914          Message Object 72 Data Register High
CAN_MOAR72      0xF0019918          Message Object 72 Arbitration Register
CAN_MOCTR72     0xF001991C          Message Object 72 Control Register
CAN_MOFCR73     0xF0019920          Message Object 73 Function Control Register
CAN_MOFGPR73    0xF0019924          Message Object 73 FIFO/Gateway Pointer Register
CAN_MOIPR73     0xF0019928          Message Object 73 Interrupt Pointer Register
CAN_MOAMR73     0xF001992C          Message Object 73 Acceptance Mask Register
CAN_MODATAL73   0xF0019930          Message Object 73 Data Register Low
CAN_MODATAH73   0xF0019934          Message Object 73 Data Register High
CAN_MOAR73      0xF0019938          Message Object 73 Arbitration Register
CAN_MOCTR73     0xF001993C          Message Object 73 Control Register
CAN_MOFCR74     0xF0019940          Message Object 74 Function Control Register
CAN_MOFGPR74    0xF0019944          Message Object 74 FIFO/Gateway Pointer Register
CAN_MOIPR74     0xF0019948          Message Object 74 Interrupt Pointer Register
CAN_MOAMR74     0xF001994C          Message Object 74 Acceptance Mask Register
CAN_MODATAL74   0xF0019950          Message Object 74 Data Register Low
CAN_MODATAH74   0xF0019954          Message Object 74 Data Register High
CAN_MOAR74      0xF0019958          Message Object 74 Arbitration Register
CAN_MOCTR74     0xF001995C          Message Object 74 Control Register
CAN_MOFCR75     0xF0019960          Message Object 75 Function Control Register
CAN_MOFGPR75    0xF0019964          Message Object 75 FIFO/Gateway Pointer Register
CAN_MOIPR75     0xF0019968          Message Object 75 Interrupt Pointer Register
CAN_MOAMR75     0xF001996C          Message Object 75 Acceptance Mask Register
CAN_MODATAL75   0xF0019970          Message Object 75 Data Register Low
CAN_MODATAH75   0xF0019974          Message Object 75 Data Register High
CAN_MOAR75      0xF0019978          Message Object 75 Arbitration Register
CAN_MOCTR75     0xF001997C          Message Object 75 Control Register
CAN_MOFCR76     0xF0019980          Message Object 76 Function Control Register
CAN_MOFGPR76    0xF0019984          Message Object 76 FIFO/Gateway Pointer Register
CAN_MOIPR76     0xF0019988          Message Object 76 Interrupt Pointer Register
CAN_MOAMR76     0xF001998C          Message Object 76 Acceptance Mask Register
CAN_MODATAL76   0xF0019990          Message Object 76 Data Register Low
CAN_MODATAH76   0xF0019994          Message Object 76 Data Register High
CAN_MOAR76      0xF0019998          Message Object 76 Arbitration Register
CAN_MOCTR76     0xF001999C          Message Object 76 Control Register
CAN_MOFCR77     0xF00199A0          Message Object 77 Function Control Register
CAN_MOFGPR77    0xF00199A4          Message Object 77 FIFO/Gateway Pointer Register
CAN_MOIPR77     0xF00199A8          Message Object 77 Interrupt Pointer Register
CAN_MOAMR77     0xF00199AC          Message Object 77 Acceptance Mask Register
CAN_MODATAL77   0xF00199B0          Message Object 77 Data Register Low
CAN_MODATAH77   0xF00199B4          Message Object 77 Data Register High
CAN_MOAR77      0xF00199B8          Message Object 77 Arbitration Register
CAN_MOCTR77     0xF00199BC          Message Object 77 Control Register
CAN_MOFCR78     0xF00199C0          Message Object 78 Function Control Register
CAN_MOFGPR78    0xF00199C4          Message Object 78 FIFO/Gateway Pointer Register
CAN_MOIPR78     0xF00199C8          Message Object 78 Interrupt Pointer Register
CAN_MOAMR78     0xF00199CC          Message Object 78 Acceptance Mask Register
CAN_MODATAL78   0xF00199D0          Message Object 78 Data Register Low
CAN_MODATAH78   0xF00199D4          Message Object 78 Data Register High
CAN_MOAR78      0xF00199D8          Message Object 78 Arbitration Register
CAN_MOCTR78     0xF00199DC          Message Object 78 Control Register
CAN_MOFCR79     0xF00199E0          Message Object 79 Function Control Register
CAN_MOFGPR79    0xF00199E4          Message Object 79 FIFO/Gateway Pointer Register
CAN_MOIPR79     0xF00199E8          Message Object 79 Interrupt Pointer Register
CAN_MOAMR79     0xF00199EC          Message Object 79 Acceptance Mask Register
CAN_MODATAL79   0xF00199F0          Message Object 79 Data Register Low
CAN_MODATAH79   0xF00199F4          Message Object 79 Data Register High
CAN_MOAR79      0xF00199F8          Message Object 79 Arbitration Register
CAN_MOCTR79     0xF00199FC          Message Object 79 Control Register
CAN_MOFCR80     0xF0019A00          Message Object 80 Function Control Register
CAN_MOFGPR80    0xF0019A04          Message Object 80 FIFO/Gateway Pointer Register
CAN_MOIPR80     0xF0019A08          Message Object 80 Interrupt Pointer Register
CAN_MOAMR80     0xF0019A0C          Message Object 80 Acceptance Mask Register
CAN_MODATAL80   0xF0019A10          Message Object 80 Data Register Low
CAN_MODATAH80   0xF0019A14          Message Object 80 Data Register High
CAN_MOAR80      0xF0019A18          Message Object 80 Arbitration Register
CAN_MOCTR80     0xF0019A1C          Message Object 80 Control Register
CAN_MOFCR81     0xF0019A20          Message Object 81 Function Control Register
CAN_MOFGPR81    0xF0019A24          Message Object 81 FIFO/Gateway Pointer Register
CAN_MOIPR81     0xF0019A28          Message Object 81 Interrupt Pointer Register
CAN_MOAMR81     0xF0019A2C          Message Object 81 Acceptance Mask Register
CAN_MODATAL81   0xF0019A30          Message Object 81 Data Register Low
CAN_MODATAH81   0xF0019A34          Message Object 81 Data Register High
CAN_MOAR81      0xF0019A38          Message Object 81 Arbitration Register
CAN_MOCTR81     0xF0019A3C          Message Object 81 Control Register
CAN_MOFCR82     0xF0019A40          Message Object 82 Function Control Register
CAN_MOFGPR82    0xF0019A44          Message Object 82 FIFO/Gateway Pointer Register
CAN_MOIPR82     0xF0019A48          Message Object 82 Interrupt Pointer Register
CAN_MOAMR82     0xF0019A4C          Message Object 82 Acceptance Mask Register
CAN_MODATAL82   0xF0019A50          Message Object 82 Data Register Low
CAN_MODATAH82   0xF0019A54          Message Object 82 Data Register High
CAN_MOAR82      0xF0019A58          Message Object 82 Arbitration Register
CAN_MOCTR82     0xF0019A5C          Message Object 82 Control Register
CAN_MOFCR83     0xF0019A60          Message Object 83 Function Control Register
CAN_MOFGPR83    0xF0019A64          Message Object 83 FIFO/Gateway Pointer Register
CAN_MOIPR83     0xF0019A68          Message Object 83 Interrupt Pointer Register
CAN_MOAMR83     0xF0019A6C          Message Object 83 Acceptance Mask Register
CAN_MODATAL83   0xF0019A70          Message Object 83 Data Register Low
CAN_MODATAH83   0xF0019A74          Message Object 83 Data Register High
CAN_MOAR83      0xF0019A78          Message Object 83 Arbitration Register
CAN_MOCTR83     0xF0019A7C          Message Object 83 Control Register
CAN_MOFCR84     0xF0019A80          Message Object 84 Function Control Register
CAN_MOFGPR84    0xF0019A84          Message Object 84 FIFO/Gateway Pointer Register
CAN_MOIPR84     0xF0019A88          Message Object 84 Interrupt Pointer Register
CAN_MOAMR84     0xF0019A8C          Message Object 84 Acceptance Mask Register
CAN_MODATAL84   0xF0019A90          Message Object 84 Data Register Low
CAN_MODATAH84   0xF0019A94          Message Object 84 Data Register High
CAN_MOAR84      0xF0019A98          Message Object 84 Arbitration Register
CAN_MOCTR84     0xF0019A9C          Message Object 84 Control Register
CAN_MOFCR85     0xF0019AA0          Message Object 85 Function Control Register
CAN_MOFGPR85    0xF0019AA4          Message Object 85 FIFO/Gateway Pointer Register
CAN_MOIPR85     0xF0019AA8          Message Object 85 Interrupt Pointer Register
CAN_MOAMR85     0xF0019AAC          Message Object 85 Acceptance Mask Register
CAN_MODATAL85   0xF0019AB0          Message Object 85 Data Register Low
CAN_MODATAH85   0xF0019AB4          Message Object 85 Data Register High
CAN_MOAR85      0xF0019AB8          Message Object 85 Arbitration Register
CAN_MOCTR85     0xF0019ABC          Message Object 85 Control Register
CAN_MOFCR86     0xF0019AC0          Message Object 86 Function Control Register
CAN_MOFGPR86    0xF0019AC4          Message Object 86 FIFO/Gateway Pointer Register
CAN_MOIPR86     0xF0019AC8          Message Object 86 Interrupt Pointer Register
CAN_MOAMR86     0xF0019ACC          Message Object 86 Acceptance Mask Register
CAN_MODATAL86   0xF0019AD0          Message Object 86 Data Register Low
CAN_MODATAH86   0xF0019AD4          Message Object 86 Data Register High
CAN_MOAR86      0xF0019AD8          Message Object 86 Arbitration Register
CAN_MOCTR86     0xF0019ADC          Message Object 86 Control Register
CAN_MOFCR87     0xF0019AE0          Message Object 87 Function Control Register
CAN_MOFGPR87    0xF0019AE4          Message Object 87 FIFO/Gateway Pointer Register
CAN_MOIPR87     0xF0019AE8          Message Object 87 Interrupt Pointer Register
CAN_MOAMR87     0xF0019AEC          Message Object 87 Acceptance Mask Register
CAN_MODATAL87   0xF0019AF0          Message Object 87 Data Register Low
CAN_MODATAH87   0xF0019AF4          Message Object 87 Data Register High
CAN_MOAR87      0xF0019AF8          Message Object 87 Arbitration Register
CAN_MOCTR87     0xF0019AFC          Message Object 87 Control Register
CAN_MOFCR88     0xF0019B00          Message Object 88 Function Control Register
CAN_MOFGPR88    0xF0019B04          Message Object 88 FIFO/Gateway Pointer Register
CAN_MOIPR88     0xF0019B08          Message Object 88 Interrupt Pointer Register
CAN_MOAMR88     0xF0019B0C          Message Object 88 Acceptance Mask Register
CAN_MODATAL88   0xF0019B10          Message Object 88 Data Register Low
CAN_MODATAH88   0xF0019B14          Message Object 88 Data Register High
CAN_MOAR88      0xF0019B18          Message Object 88 Arbitration Register
CAN_MOCTR88     0xF0019B1C          Message Object 88 Control Register
CAN_MOFCR89     0xF0019B20          Message Object 89 Function Control Register
CAN_MOFGPR89    0xF0019B24          Message Object 89 FIFO/Gateway Pointer Register
CAN_MOIPR89     0xF0019B28          Message Object 89 Interrupt Pointer Register
CAN_MOAMR89     0xF0019B2C          Message Object 89 Acceptance Mask Register
CAN_MODATAL89   0xF0019B30          Message Object 89 Data Register Low
CAN_MODATAH89   0xF0019B34          Message Object 89 Data Register High
CAN_MOAR89      0xF0019B38          Message Object 89 Arbitration Register
CAN_MOCTR89     0xF0019B3C          Message Object 89 Control Register
CAN_MOFCR90     0xF0019B40          Message Object 90 Function Control Register
CAN_MOFGPR90    0xF0019B44          Message Object 90 FIFO/Gateway Pointer Register
CAN_MOIPR90     0xF0019B48          Message Object 90 Interrupt Pointer Register
CAN_MOAMR90     0xF0019B4C          Message Object 90 Acceptance Mask Register
CAN_MODATAL90   0xF0019B50          Message Object 90 Data Register Low
CAN_MODATAH90   0xF0019B54          Message Object 90 Data Register High
CAN_MOAR90      0xF0019B58          Message Object 90 Arbitration Register
CAN_MOCTR90     0xF0019B5C          Message Object 90 Control Register
CAN_MOFCR91     0xF0019B60          Message Object 91 Function Control Register
CAN_MOFGPR91    0xF0019B64          Message Object 91 FIFO/Gateway Pointer Register
CAN_MOIPR91     0xF0019B68          Message Object 91 Interrupt Pointer Register
CAN_MOAMR91     0xF0019B6C          Message Object 91 Acceptance Mask Register
CAN_MODATAL91   0xF0019B70          Message Object 91 Data Register Low
CAN_MODATAH91   0xF0019B74          Message Object 91 Data Register High
CAN_MOAR91      0xF0019B78          Message Object 91 Arbitration Register
CAN_MOCTR91     0xF0019B7C          Message Object 91 Control Register
CAN_MOFCR92     0xF0019B80          Message Object 92 Function Control Register
CAN_MOFGPR92    0xF0019B84          Message Object 92 FIFO/Gateway Pointer Register
CAN_MOIPR92     0xF0019B88          Message Object 92 Interrupt Pointer Register
CAN_MOAMR92     0xF0019B8C          Message Object 92 Acceptance Mask Register
CAN_MODATAL92   0xF0019B90          Message Object 92 Data Register Low
CAN_MODATAH92   0xF0019B94          Message Object 92 Data Register High
CAN_MOAR92      0xF0019B98          Message Object 92 Arbitration Register
CAN_MOCTR92     0xF0019B9C          Message Object 92 Control Register
CAN_MOFCR93     0xF0019BA0          Message Object 93 Function Control Register
CAN_MOFGPR93    0xF0019BA4          Message Object 93 FIFO/Gateway Pointer Register
CAN_MOIPR93     0xF0019BA8          Message Object 93 Interrupt Pointer Register
CAN_MOAMR93     0xF0019BAC          Message Object 93 Acceptance Mask Register
CAN_MODATAL93   0xF0019BB0          Message Object 93 Data Register Low
CAN_MODATAH93   0xF0019BB4          Message Object 93 Data Register High
CAN_MOAR93      0xF0019BB8          Message Object 93 Arbitration Register
CAN_MOCTR93     0xF0019BBC          Message Object 93 Control Register
CAN_MOFCR94     0xF0019BC0          Message Object 94 Function Control Register
CAN_MOFGPR94    0xF0019BC4          Message Object 94 FIFO/Gateway Pointer Register
CAN_MOIPR94     0xF0019BC8          Message Object 94 Interrupt Pointer Register
CAN_MOAMR94     0xF0019BCC          Message Object 94 Acceptance Mask Register
CAN_MODATAL94   0xF0019BD0          Message Object 94 Data Register Low
CAN_MODATAH94   0xF0019BD4          Message Object 94 Data Register High
CAN_MOAR94      0xF0019BD8          Message Object 94 Arbitration Register
CAN_MOCTR94     0xF0019BDC          Message Object 94 Control Register
CAN_MOFCR95     0xF0019BE0          Message Object 95 Function Control Register
CAN_MOFGPR95    0xF0019BE4          Message Object 95 FIFO/Gateway Pointer Register
CAN_MOIPR95     0xF0019BE8          Message Object 95 Interrupt Pointer Register
CAN_MOAMR95     0xF0019BEC          Message Object 95 Acceptance Mask Register
CAN_MODATAL95   0xF0019BF0          Message Object 95 Data Register Low
CAN_MODATAH95   0xF0019BF4          Message Object 95 Data Register High
CAN_MOAR95      0xF0019BF8          Message Object 95 Arbitration Register
CAN_MOCTR95     0xF0019BFC          Message Object 95 Control Register
CAN_MOFCR96     0xF0019C00          Message Object 96 Function Control Register
CAN_MOFGPR96    0xF0019C04          Message Object 96 FIFO/Gateway Pointer Register
CAN_MOIPR96     0xF0019C08          Message Object 96 Interrupt Pointer Register
CAN_MOAMR96     0xF0019C0C          Message Object 96 Acceptance Mask Register
CAN_MODATAL96   0xF0019C10          Message Object 96 Data Register Low
CAN_MODATAH96   0xF0019C14          Message Object 96 Data Register High
CAN_MOAR96      0xF0019C18          Message Object 96 Arbitration Register
CAN_MOCTR96     0xF0019C1C          Message Object 96 Control Register
CAN_MOFCR97     0xF0019C20          Message Object 97 Function Control Register
CAN_MOFGPR97    0xF0019C24          Message Object 97 FIFO/Gateway Pointer Register
CAN_MOIPR97     0xF0019C28          Message Object 97 Interrupt Pointer Register
CAN_MOAMR97     0xF0019C2C          Message Object 97 Acceptance Mask Register
CAN_MODATAL97   0xF0019C30          Message Object 97 Data Register Low
CAN_MODATAH97   0xF0019C34          Message Object 97 Data Register High
CAN_MOAR97      0xF0019C38          Message Object 97 Arbitration Register
CAN_MOCTR97     0xF0019C3C          Message Object 97 Control Register
CAN_MOFCR98     0xF0019C40          Message Object 98 Function Control Register
CAN_MOFGPR98    0xF0019C44          Message Object 98 FIFO/Gateway Pointer Register
CAN_MOIPR98     0xF0019C48          Message Object 98 Interrupt Pointer Register
CAN_MOAMR98     0xF0019C4C          Message Object 98 Acceptance Mask Register
CAN_MODATAL98   0xF0019C50          Message Object 98 Data Register Low
CAN_MODATAH98   0xF0019C54          Message Object 98 Data Register High
CAN_MOAR98      0xF0019C58          Message Object 98 Arbitration Register
CAN_MOCTR98     0xF0019C5C          Message Object 98 Control Register
CAN_MOFCR99     0xF0019C60          Message Object 99 Function Control Register
CAN_MOFGPR99    0xF0019C64          Message Object 99 FIFO/Gateway Pointer Register
CAN_MOIPR99     0xF0019C68          Message Object 99 Interrupt Pointer Register
CAN_MOAMR99     0xF0019C6C          Message Object 99 Acceptance Mask Register
CAN_MODATAL99   0xF0019C70          Message Object 99 Data Register Low
CAN_MODATAH99   0xF0019C74          Message Object 99 Data Register High
CAN_MOAR99      0xF0019C78          Message Object 99 Arbitration Register
CAN_MOCTR99     0xF0019C7C          Message Object 99 Control Register
CAN_MOFCR100    0xF0019C80          Message Object 100 Function Control Register
CAN_MOFGPR100   0xF0019C84          Message Object 100 FIFO/Gateway Pointer Register
CAN_MOIPR100    0xF0019C88          Message Object 100 Interrupt Pointer Register
CAN_MOAMR100    0xF0019C8C          Message Object 100 Acceptance Mask Register
CAN_MODATAL100  0xF0019C90          Message Object 100 Data Register Low
CAN_MODATAH100  0xF0019C94          Message Object 100 Data Register High
CAN_MOAR100     0xF0019C98          Message Object 100 Arbitration Register
CAN_MOCTR100    0xF0019C9C          Message Object 100 Control Register
CAN_MOFCR101    0xF0019CA0          Message Object 101 Function Control Register
CAN_MOFGPR101   0xF0019CA4          Message Object 101 FIFO/Gateway Pointer Register
CAN_MOIPR101    0xF0019CA8          Message Object 101 Interrupt Pointer Register
CAN_MOAMR101    0xF0019CAC          Message Object 101 Acceptance Mask Register
CAN_MODATAL101  0xF0019CB0          Message Object 101 Data Register Low
CAN_MODATAH101  0xF0019CB4          Message Object 101 Data Register High
CAN_MOAR101     0xF0019CB8          Message Object 101 Arbitration Register
CAN_MOCTR101    0xF0019CBC          Message Object 101 Control Register
CAN_MOFCR102    0xF0019CC0          Message Object 102 Function Control Register
CAN_MOFGPR102   0xF0019CC4          Message Object 102 FIFO/Gateway Pointer Register
CAN_MOIPR102    0xF0019CC8          Message Object 102 Interrupt Pointer Register
CAN_MOAMR102    0xF0019CCC          Message Object 102 Acceptance Mask Register
CAN_MODATAL102  0xF0019CD0          Message Object 102 Data Register Low
CAN_MODATAH102  0xF0019CD4          Message Object 102 Data Register High
CAN_MOAR102     0xF0019CD8          Message Object 102 Arbitration Register
CAN_MOCTR102    0xF0019CDC          Message Object 102 Control Register
CAN_MOFCR103    0xF0019CE0          Message Object 103 Function Control Register
CAN_MOFGPR103   0xF0019CE4          Message Object 103 FIFO/Gateway Pointer Register
CAN_MOIPR103    0xF0019CE8          Message Object 103 Interrupt Pointer Register
CAN_MOAMR103    0xF0019CEC          Message Object 103 Acceptance Mask Register
CAN_MODATAL103  0xF0019CF0          Message Object 103 Data Register Low
CAN_MODATAH103  0xF0019CF4          Message Object 103 Data Register High
CAN_MOAR103     0xF0019CF8          Message Object 103 Arbitration Register
CAN_MOCTR103    0xF0019CFC          Message Object 103 Control Register
CAN_MOFCR104    0xF0019D00          Message Object 104 Function Control Register
CAN_MOFGPR104   0xF0019D04          Message Object 104 FIFO/Gateway Pointer Register
CAN_MOIPR104    0xF0019D08          Message Object 104 Interrupt Pointer Register
CAN_MOAMR104    0xF0019D0C          Message Object 104 Acceptance Mask Register
CAN_MODATAL104  0xF0019D10          Message Object 104 Data Register Low
CAN_MODATAH104  0xF0019D14          Message Object 104 Data Register High
CAN_MOAR104     0xF0019D18          Message Object 104 Arbitration Register
CAN_MOCTR104    0xF0019D1C          Message Object 104 Control Register
CAN_MOFCR105    0xF0019D20          Message Object 105 Function Control Register
CAN_MOFGPR105   0xF0019D24          Message Object 105 FIFO/Gateway Pointer Register
CAN_MOIPR105    0xF0019D28          Message Object 105 Interrupt Pointer Register
CAN_MOAMR105    0xF0019D2C          Message Object 105 Acceptance Mask Register
CAN_MODATAL105  0xF0019D30          Message Object 105 Data Register Low
CAN_MODATAH105  0xF0019D34          Message Object 105 Data Register High
CAN_MOAR105     0xF0019D38          Message Object 105 Arbitration Register
CAN_MOCTR105    0xF0019D3C          Message Object 105 Control Register
CAN_MOFCR106    0xF0019D40          Message Object 106 Function Control Register
CAN_MOFGPR106   0xF0019D44          Message Object 106 FIFO/Gateway Pointer Register
CAN_MOIPR106    0xF0019D48          Message Object 106 Interrupt Pointer Register
CAN_MOAMR106    0xF0019D4C          Message Object 106 Acceptance Mask Register
CAN_MODATAL106  0xF0019D50          Message Object 106 Data Register Low
CAN_MODATAH106  0xF0019D54          Message Object 106 Data Register High
CAN_MOAR106     0xF0019D58          Message Object 106 Arbitration Register
CAN_MOCTR106    0xF0019D5C          Message Object 106 Control Register
CAN_MOFCR107    0xF0019D60          Message Object 107 Function Control Register
CAN_MOFGPR107   0xF0019D64          Message Object 107 FIFO/Gateway Pointer Register
CAN_MOIPR107    0xF0019D68          Message Object 107 Interrupt Pointer Register
CAN_MOAMR107    0xF0019D6C          Message Object 107 Acceptance Mask Register
CAN_MODATAL107  0xF0019D70          Message Object 107 Data Register Low
CAN_MODATAH107  0xF0019D74          Message Object 107 Data Register High
CAN_MOAR107     0xF0019D78          Message Object 107 Arbitration Register
CAN_MOCTR107    0xF0019D7C          Message Object 107 Control Register
CAN_MOFCR108    0xF0019D80          Message Object 108 Function Control Register
CAN_MOFGPR108   0xF0019D84          Message Object 108 FIFO/Gateway Pointer Register
CAN_MOIPR108    0xF0019D88          Message Object 108 Interrupt Pointer Register
CAN_MOAMR108    0xF0019D8C          Message Object 108 Acceptance Mask Register
CAN_MODATAL108  0xF0019D90          Message Object 108 Data Register Low
CAN_MODATAH108  0xF0019D94          Message Object 108 Data Register High
CAN_MOAR108     0xF0019D98          Message Object 108 Arbitration Register
CAN_MOCTR108    0xF0019D9C          Message Object 108 Control Register
CAN_MOFCR109    0xF0019DA0          Message Object 109 Function Control Register
CAN_MOFGPR109   0xF0019DA4          Message Object 109 FIFO/Gateway Pointer Register
CAN_MOIPR109    0xF0019DA8          Message Object 109 Interrupt Pointer Register
CAN_MOAMR109    0xF0019DAC          Message Object 109 Acceptance Mask Register
CAN_MODATAL109  0xF0019DB0          Message Object 109 Data Register Low
CAN_MODATAH109  0xF0019DB4          Message Object 109 Data Register High
CAN_MOAR109     0xF0019DB8          Message Object 109 Arbitration Register
CAN_MOCTR109    0xF0019DBC          Message Object 109 Control Register
CAN_MOFCR110    0xF0019DC0          Message Object 110 Function Control Register
CAN_MOFGPR110   0xF0019DC4          Message Object 110 FIFO/Gateway Pointer Register
CAN_MOIPR110    0xF0019DC8          Message Object 110 Interrupt Pointer Register
CAN_MOAMR110    0xF0019DCC          Message Object 110 Acceptance Mask Register
CAN_MODATAL110  0xF0019DD0          Message Object 110 Data Register Low
CAN_MODATAH110  0xF0019DD4          Message Object 110 Data Register High
CAN_MOAR110     0xF0019DD8          Message Object 110 Arbitration Register
CAN_MOCTR110    0xF0019DDC          Message Object 110 Control Register
CAN_MOFCR111    0xF0019DE0          Message Object 111 Function Control Register
CAN_MOFGPR111   0xF0019DE4          Message Object 111 FIFO/Gateway Pointer Register
CAN_MOIPR111    0xF0019DE8          Message Object 111 Interrupt Pointer Register
CAN_MOAMR111    0xF0019DEC          Message Object 111 Acceptance Mask Register
CAN_MODATAL111  0xF0019DF0          Message Object 111 Data Register Low
CAN_MODATAH111  0xF0019DF4          Message Object 111 Data Register High
CAN_MOAR111     0xF0019DF8          Message Object 111 Arbitration Register
CAN_MOCTR111    0xF0019DFC          Message Object 111 Control Register
CAN_MOFCR112    0xF0019E00          Message Object 112 Function Control Register
CAN_MOFGPR112   0xF0019E04          Message Object 112 FIFO/Gateway Pointer Register
CAN_MOIPR112    0xF0019E08          Message Object 112 Interrupt Pointer Register
CAN_MOAMR112    0xF0019E0C          Message Object 112 Acceptance Mask Register
CAN_MODATAL112  0xF0019E10          Message Object 112 Data Register Low
CAN_MODATAH112  0xF0019E14          Message Object 112 Data Register High
CAN_MOAR112     0xF0019E18          Message Object 112 Arbitration Register
CAN_MOCTR112    0xF0019E1C          Message Object 112 Control Register
CAN_MOFCR113    0xF0019E20          Message Object 113 Function Control Register
CAN_MOFGPR113   0xF0019E24          Message Object 113 FIFO/Gateway Pointer Register
CAN_MOIPR113    0xF0019E28          Message Object 113 Interrupt Pointer Register
CAN_MOAMR113    0xF0019E2C          Message Object 113 Acceptance Mask Register
CAN_MODATAL113  0xF0019E30          Message Object 113 Data Register Low
CAN_MODATAH113  0xF0019E34          Message Object 113 Data Register High
CAN_MOAR113     0xF0019E38          Message Object 113 Arbitration Register
CAN_MOCTR113    0xF0019E3C          Message Object 113 Control Register
CAN_MOFCR114    0xF0019E40          Message Object 114 Function Control Register
CAN_MOFGPR114   0xF0019E44          Message Object 114 FIFO/Gateway Pointer Register
CAN_MOIPR114    0xF0019E48          Message Object 114 Interrupt Pointer Register
CAN_MOAMR114    0xF0019E4C          Message Object 114 Acceptance Mask Register
CAN_MODATAL114  0xF0019E50          Message Object 114 Data Register Low
CAN_MODATAH114  0xF0019E54          Message Object 114 Data Register High
CAN_MOAR114     0xF0019E58          Message Object 114 Arbitration Register
CAN_MOCTR114    0xF0019E5C          Message Object 114 Control Register
CAN_MOFCR115    0xF0019E60          Message Object 115 Function Control Register
CAN_MOFGPR115   0xF0019E64          Message Object 115 FIFO/Gateway Pointer Register
CAN_MOIPR115    0xF0019E68          Message Object 115 Interrupt Pointer Register
CAN_MOAMR115    0xF0019E6C          Message Object 115 Acceptance Mask Register
CAN_MODATAL115  0xF0019E70          Message Object 115 Data Register Low
CAN_MODATAH115  0xF0019E74          Message Object 115 Data Register High
CAN_MOAR115     0xF0019E78          Message Object 115 Arbitration Register
CAN_MOCTR115    0xF0019E7C          Message Object 115 Control Register
CAN_MOFCR116    0xF0019E80          Message Object 116 Function Control Register
CAN_MOFGPR116   0xF0019E84          Message Object 116 FIFO/Gateway Pointer Register
CAN_MOIPR116    0xF0019E88          Message Object 116 Interrupt Pointer Register
CAN_MOAMR116    0xF0019E8C          Message Object 116 Acceptance Mask Register
CAN_MODATAL116  0xF0019E90          Message Object 116 Data Register Low
CAN_MODATAH116  0xF0019E94          Message Object 116 Data Register High
CAN_MOAR116     0xF0019E98          Message Object 116 Arbitration Register
CAN_MOCTR116    0xF0019E9C          Message Object 116 Control Register
CAN_MOFCR117    0xF0019EA0          Message Object 117 Function Control Register
CAN_MOFGPR117   0xF0019EA4          Message Object 117 FIFO/Gateway Pointer Register
CAN_MOIPR117    0xF0019EA8          Message Object 117 Interrupt Pointer Register
CAN_MOAMR117    0xF0019EAC          Message Object 117 Acceptance Mask Register
CAN_MODATAL117  0xF0019EB0          Message Object 117 Data Register Low
CAN_MODATAH117  0xF0019EB4          Message Object 117 Data Register High
CAN_MOAR117     0xF0019EB8          Message Object 117 Arbitration Register
CAN_MOCTR117    0xF0019EBC          Message Object 117 Control Register
CAN_MOFCR118    0xF0019EC0          Message Object 118 Function Control Register
CAN_MOFGPR118   0xF0019EC4          Message Object 118 FIFO/Gateway Pointer Register
CAN_MOIPR118    0xF0019EC8          Message Object 118 Interrupt Pointer Register
CAN_MOAMR118    0xF0019ECC          Message Object 118 Acceptance Mask Register
CAN_MODATAL118  0xF0019ED0          Message Object 118 Data Register Low
CAN_MODATAH118  0xF0019ED4          Message Object 118 Data Register High
CAN_MOAR118     0xF0019ED8          Message Object 118 Arbitration Register
CAN_MOCTR118    0xF0019EDC          Message Object 118 Control Register
CAN_MOFCR119    0xF0019EE0          Message Object 119 Function Control Register
CAN_MOFGPR119   0xF0019EE4          Message Object 119 FIFO/Gateway Pointer Register
CAN_MOIPR119    0xF0019EE8          Message Object 119 Interrupt Pointer Register
CAN_MOAMR119    0xF0019EEC          Message Object 119 Acceptance Mask Register
CAN_MODATAL119  0xF0019EF0          Message Object 119 Data Register Low
CAN_MODATAH119  0xF0019EF4          Message Object 119 Data Register High
CAN_MOAR119     0xF0019EF8          Message Object 119 Arbitration Register
CAN_MOCTR119    0xF0019EFC          Message Object 119 Control Register
CAN_MOFCR120    0xF0019F00          Message Object 120 Function Control Register
CAN_MOFGPR120   0xF0019F04          Message Object 120 FIFO/Gateway Pointer Register
CAN_MOIPR120    0xF0019F08          Message Object 120 Interrupt Pointer Register
CAN_MOAMR120    0xF0019F0C          Message Object 120 Acceptance Mask Register
CAN_MODATAL120  0xF0019F10          Message Object 120 Data Register Low
CAN_MODATAH120  0xF0019F14          Message Object 120 Data Register High
CAN_MOAR120     0xF0019F18          Message Object 120 Arbitration Register
CAN_MOCTR120    0xF0019F1C          Message Object 120 Control Register
CAN_MOFCR121    0xF0019F20          Message Object 121 Function Control Register
CAN_MOFGPR121   0xF0019F24          Message Object 121 FIFO/Gateway Pointer Register
CAN_MOIPR121    0xF0019F28          Message Object 121 Interrupt Pointer Register
CAN_MOAMR121    0xF0019F2C          Message Object 121 Acceptance Mask Register
CAN_MODATAL121  0xF0019F30          Message Object 121 Data Register Low
CAN_MODATAH121  0xF0019F34          Message Object 121 Data Register High
CAN_MOAR121     0xF0019F38          Message Object 121 Arbitration Register
CAN_MOCTR121    0xF0019F3C          Message Object 121 Control Register
CAN_MOFCR122    0xF0019F40          Message Object 122 Function Control Register
CAN_MOFGPR122   0xF0019F44          Message Object 122 FIFO/Gateway Pointer Register
CAN_MOIPR122    0xF0019F48          Message Object 122 Interrupt Pointer Register
CAN_MOAMR122    0xF0019F4C          Message Object 122 Acceptance Mask Register
CAN_MODATAL122  0xF0019F50          Message Object 122 Data Register Low
CAN_MODATAH122  0xF0019F54          Message Object 122 Data Register High
CAN_MOAR122     0xF0019F58          Message Object 122 Arbitration Register
CAN_MOCTR122    0xF0019F5C          Message Object 122 Control Register
CAN_MOFCR123    0xF0019F60          Message Object 123 Function Control Register
CAN_MOFGPR123   0xF0019F64          Message Object 123 FIFO/Gateway Pointer Register
CAN_MOIPR123    0xF0019F68          Message Object 123 Interrupt Pointer Register
CAN_MOAMR123    0xF0019F6C          Message Object 123 Acceptance Mask Register
CAN_MODATAL123  0xF0019F70          Message Object 123 Data Register Low
CAN_MODATAH123  0xF0019F74          Message Object 123 Data Register High
CAN_MOAR123     0xF0019F78          Message Object 123 Arbitration Register
CAN_MOCTR123    0xF0019F7C          Message Object 123 Control Register
CAN_MOFCR124    0xF0019F80          Message Object 124 Function Control Register
CAN_MOFGPR124   0xF0019F84          Message Object 124 FIFO/Gateway Pointer Register
CAN_MOIPR124    0xF0019F88          Message Object 124 Interrupt Pointer Register
CAN_MOAMR124    0xF0019F8C          Message Object 124 Acceptance Mask Register
CAN_MODATAL124  0xF0019F90          Message Object 124 Data Register Low
CAN_MODATAH124  0xF0019F94          Message Object 124 Data Register High
CAN_MOAR124     0xF0019F98          Message Object 124 Arbitration Register
CAN_MOCTR124    0xF0019F9C          Message Object 124 Control Register
CAN_MOFCR125    0xF0019FA0          Message Object 125 Function Control Register
CAN_MOFGPR125   0xF0019FA4          Message Object 125 FIFO/Gateway Pointer Register
CAN_MOIPR125    0xF0019FA8          Message Object 125 Interrupt Pointer Register
CAN_MOAMR125    0xF0019FAC          Message Object 125 Acceptance Mask Register
CAN_MODATAL125  0xF0019FB0          Message Object 125 Data Register Low
CAN_MODATAH125  0xF0019FB4          Message Object 125 Data Register High
CAN_MOAR125     0xF0019FB8          Message Object 125 Arbitration Register
CAN_MOCTR125    0xF0019FBC          Message Object 125 Control Register
CAN_MOFCR126    0xF0019FC0          Message Object 126 Function Control Register
CAN_MOFGPR126   0xF0019FC4          Message Object 126 FIFO/Gateway Pointer Register
CAN_MOIPR126    0xF0019FC8          Message Object 126 Interrupt Pointer Register
CAN_MOAMR126    0xF0019FCC          Message Object 126 Acceptance Mask Register
CAN_MODATAL126  0xF0019FD0          Message Object 126 Data Register Low
CAN_MODATAH126  0xF0019FD4          Message Object 126 Data Register High
CAN_MOAR126     0xF0019FD8          Message Object 126 Arbitration Register
CAN_MOCTR126    0xF0019FDC          Message Object 126 Control Register
CAN_MOFCR127    0xF0019FE0          Message Object 127 Function Control Register
CAN_MOFGPR127   0xF0019FE4          Message Object 127 FIFO/Gateway Pointer Register
CAN_MOIPR127    0xF0019FE8          Message Object 127 Interrupt Pointer Register
CAN_MOAMR127    0xF0019FEC          Message Object 127 Acceptance Mask Register
CAN_MODATAL127  0xF0019FF0          Message Object 127 Data Register Low
CAN_MODATAH127  0xF0019FF4          Message Object 127 Data Register High
CAN_MOAR127     0xF0019FF8          Message Object 127 Arbitration Register
CAN_MOCTR127    0xF0019FFC          Message Object 127 Control Register
CAN_MOFCR128    0xF001A000          Message Object 128 Function Control Register
CAN_MOFGPR128   0xF001A004          Message Object 128 FIFO/Gateway Pointer Register
CAN_MOIPR128    0xF001A008          Message Object 128 Interrupt Pointer Register
CAN_MOAMR128    0xF001A00C          Message Object 128 Acceptance Mask Register
CAN_MODATAL128  0xF001A010          Message Object 128 Data Register Low
CAN_MODATAH128  0xF001A014          Message Object 128 Data Register High
CAN_MOAR128     0xF001A018          Message Object 128 Arbitration Register
CAN_MOCTR128    0xF001A01C          Message Object 128 Control Register
CAN_MOFCR129    0xF001A020          Message Object 129 Function Control Register
CAN_MOFGPR129   0xF001A024          Message Object 129 FIFO/Gateway Pointer Register
CAN_MOIPR129    0xF001A028          Message Object 129 Interrupt Pointer Register
CAN_MOAMR129    0xF001A02C          Message Object 129 Acceptance Mask Register
CAN_MODATAL129  0xF001A030          Message Object 129 Data Register Low
CAN_MODATAH129  0xF001A034          Message Object 129 Data Register High
CAN_MOAR129     0xF001A038          Message Object 129 Arbitration Register
CAN_MOCTR129    0xF001A03C          Message Object 129 Control Register
CAN_MOFCR130    0xF001A040          Message Object 130 Function Control Register
CAN_MOFGPR130   0xF001A044          Message Object 130 FIFO/Gateway Pointer Register
CAN_MOIPR130    0xF001A048          Message Object 130 Interrupt Pointer Register
CAN_MOAMR130    0xF001A04C          Message Object 130 Acceptance Mask Register
CAN_MODATAL130  0xF001A050          Message Object 130 Data Register Low
CAN_MODATAH130  0xF001A054          Message Object 130 Data Register High
CAN_MOAR130     0xF001A058          Message Object 130 Arbitration Register
CAN_MOCTR130    0xF001A05C          Message Object 130 Control Register
CAN_MOFCR131    0xF001A060          Message Object 131 Function Control Register
CAN_MOFGPR131   0xF001A064          Message Object 131 FIFO/Gateway Pointer Register
CAN_MOIPR131    0xF001A068          Message Object 131 Interrupt Pointer Register
CAN_MOAMR131    0xF001A06C          Message Object 131 Acceptance Mask Register
CAN_MODATAL131  0xF001A070          Message Object 131 Data Register Low
CAN_MODATAH131  0xF001A074          Message Object 131 Data Register High
CAN_MOAR131     0xF001A078          Message Object 131 Arbitration Register
CAN_MOCTR131    0xF001A07C          Message Object 131 Control Register
CAN_MOFCR132    0xF001A080          Message Object 132 Function Control Register
CAN_MOFGPR132   0xF001A084          Message Object 132 FIFO/Gateway Pointer Register
CAN_MOIPR132    0xF001A088          Message Object 132 Interrupt Pointer Register
CAN_MOAMR132    0xF001A08C          Message Object 132 Acceptance Mask Register
CAN_MODATAL132  0xF001A090          Message Object 132 Data Register Low
CAN_MODATAH132  0xF001A094          Message Object 132 Data Register High
CAN_MOAR132     0xF001A098          Message Object 132 Arbitration Register
CAN_MOCTR132    0xF001A09C          Message Object 132 Control Register
CAN_MOFCR133    0xF001A0A0          Message Object 133 Function Control Register
CAN_MOFGPR133   0xF001A0A4          Message Object 133 FIFO/Gateway Pointer Register
CAN_MOIPR133    0xF001A0A8          Message Object 133 Interrupt Pointer Register
CAN_MOAMR133    0xF001A0AC          Message Object 133 Acceptance Mask Register
CAN_MODATAL133  0xF001A0B0          Message Object 133 Data Register Low
CAN_MODATAH133  0xF001A0B4          Message Object 133 Data Register High
CAN_MOAR133     0xF001A0B8          Message Object 133 Arbitration Register
CAN_MOCTR133    0xF001A0BC          Message Object 133 Control Register
CAN_MOFCR134    0xF001A0C0          Message Object 134 Function Control Register
CAN_MOFGPR134   0xF001A0C4          Message Object 134 FIFO/Gateway Pointer Register
CAN_MOIPR134    0xF001A0C8          Message Object 134 Interrupt Pointer Register
CAN_MOAMR134    0xF001A0CC          Message Object 134 Acceptance Mask Register
CAN_MODATAL134  0xF001A0D0          Message Object 134 Data Register Low
CAN_MODATAH134  0xF001A0D4          Message Object 134 Data Register High
CAN_MOAR134     0xF001A0D8          Message Object 134 Arbitration Register
CAN_MOCTR134    0xF001A0DC          Message Object 134 Control Register
CAN_MOFCR135    0xF001A0E0          Message Object 135 Function Control Register
CAN_MOFGPR135   0xF001A0E4          Message Object 135 FIFO/Gateway Pointer Register
CAN_MOIPR135    0xF001A0E8          Message Object 135 Interrupt Pointer Register
CAN_MOAMR135    0xF001A0EC          Message Object 135 Acceptance Mask Register
CAN_MODATAL135  0xF001A0F0          Message Object 135 Data Register Low
CAN_MODATAH135  0xF001A0F4          Message Object 135 Data Register High
CAN_MOAR135     0xF001A0F8          Message Object 135 Arbitration Register
CAN_MOCTR135    0xF001A0FC          Message Object 135 Control Register
CAN_MOFCR136    0xF001A100          Message Object 136 Function Control Register
CAN_MOFGPR136   0xF001A104          Message Object 136 FIFO/Gateway Pointer Register
CAN_MOIPR136    0xF001A108          Message Object 136 Interrupt Pointer Register
CAN_MOAMR136    0xF001A10C          Message Object 136 Acceptance Mask Register
CAN_MODATAL136  0xF001A110          Message Object 136 Data Register Low
CAN_MODATAH136  0xF001A114          Message Object 136 Data Register High
CAN_MOAR136     0xF001A118          Message Object 136 Arbitration Register
CAN_MOCTR136    0xF001A11C          Message Object 136 Control Register
CAN_MOFCR137    0xF001A120          Message Object 137 Function Control Register
CAN_MOFGPR137   0xF001A124          Message Object 137 FIFO/Gateway Pointer Register
CAN_MOIPR137    0xF001A128          Message Object 137 Interrupt Pointer Register
CAN_MOAMR137    0xF001A12C          Message Object 137 Acceptance Mask Register
CAN_MODATAL137  0xF001A130          Message Object 137 Data Register Low
CAN_MODATAH137  0xF001A134          Message Object 137 Data Register High
CAN_MOAR137     0xF001A138          Message Object 137 Arbitration Register
CAN_MOCTR137    0xF001A13C          Message Object 137 Control Register
CAN_MOFCR138    0xF001A140          Message Object 138 Function Control Register
CAN_MOFGPR138   0xF001A144          Message Object 138 FIFO/Gateway Pointer Register
CAN_MOIPR138    0xF001A148          Message Object 138 Interrupt Pointer Register
CAN_MOAMR138    0xF001A14C          Message Object 138 Acceptance Mask Register
CAN_MODATAL138  0xF001A150          Message Object 138 Data Register Low
CAN_MODATAH138  0xF001A154          Message Object 138 Data Register High
CAN_MOAR138     0xF001A158          Message Object 138 Arbitration Register
CAN_MOCTR138    0xF001A15C          Message Object 138 Control Register
CAN_MOFCR139    0xF001A160          Message Object 139 Function Control Register
CAN_MOFGPR139   0xF001A164          Message Object 139 FIFO/Gateway Pointer Register
CAN_MOIPR139    0xF001A168          Message Object 139 Interrupt Pointer Register
CAN_MOAMR139    0xF001A16C          Message Object 139 Acceptance Mask Register
CAN_MODATAL139  0xF001A170          Message Object 139 Data Register Low
CAN_MODATAH139  0xF001A174          Message Object 139 Data Register High
CAN_MOAR139     0xF001A178          Message Object 139 Arbitration Register
CAN_MOCTR139    0xF001A17C          Message Object 139 Control Register
CAN_MOFCR140    0xF001A180          Message Object 140 Function Control Register
CAN_MOFGPR140   0xF001A184          Message Object 140 FIFO/Gateway Pointer Register
CAN_MOIPR140    0xF001A188          Message Object 140 Interrupt Pointer Register
CAN_MOAMR140    0xF001A18C          Message Object 140 Acceptance Mask Register
CAN_MODATAL140  0xF001A190          Message Object 140 Data Register Low
CAN_MODATAH140  0xF001A194          Message Object 140 Data Register High
CAN_MOAR140     0xF001A198          Message Object 140 Arbitration Register
CAN_MOCTR140    0xF001A19C          Message Object 140 Control Register
CAN_MOFCR141    0xF001A1A0          Message Object 141 Function Control Register
CAN_MOFGPR141   0xF001A1A4          Message Object 141 FIFO/Gateway Pointer Register
CAN_MOIPR141    0xF001A1A8          Message Object 141 Interrupt Pointer Register
CAN_MOAMR141    0xF001A1AC          Message Object 141 Acceptance Mask Register
CAN_MODATAL141  0xF001A1B0          Message Object 141 Data Register Low
CAN_MODATAH141  0xF001A1B4          Message Object 141 Data Register High
CAN_MOAR141     0xF001A1B8          Message Object 141 Arbitration Register
CAN_MOCTR141    0xF001A1BC          Message Object 141 Control Register
CAN_MOFCR142    0xF001A1C0          Message Object 142 Function Control Register
CAN_MOFGPR142   0xF001A1C4          Message Object 142 FIFO/Gateway Pointer Register
CAN_MOIPR142    0xF001A1C8          Message Object 142 Interrupt Pointer Register
CAN_MOAMR142    0xF001A1CC          Message Object 142 Acceptance Mask Register
CAN_MODATAL142  0xF001A1D0          Message Object 142 Data Register Low
CAN_MODATAH142  0xF001A1D4          Message Object 142 Data Register High
CAN_MOAR142     0xF001A1D8          Message Object 142 Arbitration Register
CAN_MOCTR142    0xF001A1DC          Message Object 142 Control Register
CAN_MOFCR143    0xF001A1E0          Message Object 143 Function Control Register
CAN_MOFGPR143   0xF001A1E4          Message Object 143 FIFO/Gateway Pointer Register
CAN_MOIPR143    0xF001A1E8          Message Object 143 Interrupt Pointer Register
CAN_MOAMR143    0xF001A1EC          Message Object 143 Acceptance Mask Register
CAN_MODATAL143  0xF001A1F0          Message Object 143 Data Register Low
CAN_MODATAH143  0xF001A1F4          Message Object 143 Data Register High
CAN_MOAR143     0xF001A1F8          Message Object 143 Arbitration Register
CAN_MOCTR143    0xF001A1FC          Message Object 143 Control Register
CAN_MOFCR144    0xF001A200          Message Object 144 Function Control Register
CAN_MOFGPR144   0xF001A204          Message Object 144 FIFO/Gateway Pointer Register
CAN_MOIPR144    0xF001A208          Message Object 144 Interrupt Pointer Register
CAN_MOAMR144    0xF001A20C          Message Object 144 Acceptance Mask Register
CAN_MODATAL144  0xF001A210          Message Object 144 Data Register Low
CAN_MODATAH144  0xF001A214          Message Object 144 Data Register High
CAN_MOAR144     0xF001A218          Message Object 144 Arbitration Register
CAN_MOCTR144    0xF001A21C          Message Object 144 Control Register
CAN_MOFCR145    0xF001A220          Message Object 145 Function Control Register
CAN_MOFGPR145   0xF001A224          Message Object 145 FIFO/Gateway Pointer Register
CAN_MOIPR145    0xF001A228          Message Object 145 Interrupt Pointer Register
CAN_MOAMR145    0xF001A22C          Message Object 145 Acceptance Mask Register
CAN_MODATAL145  0xF001A230          Message Object 145 Data Register Low
CAN_MODATAH145  0xF001A234          Message Object 145 Data Register High
CAN_MOAR145     0xF001A238          Message Object 145 Arbitration Register
CAN_MOCTR145    0xF001A23C          Message Object 145 Control Register
CAN_MOFCR146    0xF001A240          Message Object 146 Function Control Register
CAN_MOFGPR146   0xF001A244          Message Object 146 FIFO/Gateway Pointer Register
CAN_MOIPR146    0xF001A248          Message Object 146 Interrupt Pointer Register
CAN_MOAMR146    0xF001A24C          Message Object 146 Acceptance Mask Register
CAN_MODATAL146  0xF001A250          Message Object 146 Data Register Low
CAN_MODATAH146  0xF001A254          Message Object 146 Data Register High
CAN_MOAR146     0xF001A258          Message Object 146 Arbitration Register
CAN_MOCTR146    0xF001A25C          Message Object 146 Control Register
CAN_MOFCR147    0xF001A260          Message Object 147 Function Control Register
CAN_MOFGPR147   0xF001A264          Message Object 147 FIFO/Gateway Pointer Register
CAN_MOIPR147    0xF001A268          Message Object 147 Interrupt Pointer Register
CAN_MOAMR147    0xF001A26C          Message Object 147 Acceptance Mask Register
CAN_MODATAL147  0xF001A270          Message Object 147 Data Register Low
CAN_MODATAH147  0xF001A274          Message Object 147 Data Register High
CAN_MOAR147     0xF001A278          Message Object 147 Arbitration Register
CAN_MOCTR147    0xF001A27C          Message Object 147 Control Register
CAN_MOFCR148    0xF001A280          Message Object 148 Function Control Register
CAN_MOFGPR148   0xF001A284          Message Object 148 FIFO/Gateway Pointer Register
CAN_MOIPR148    0xF001A288          Message Object 148 Interrupt Pointer Register
CAN_MOAMR148    0xF001A28C          Message Object 148 Acceptance Mask Register
CAN_MODATAL148  0xF001A290          Message Object 148 Data Register Low
CAN_MODATAH148  0xF001A294          Message Object 148 Data Register High
CAN_MOAR148     0xF001A298          Message Object 148 Arbitration Register
CAN_MOCTR148    0xF001A29C          Message Object 148 Control Register
CAN_MOFCR149    0xF001A2A0          Message Object 149 Function Control Register
CAN_MOFGPR149   0xF001A2A4          Message Object 149 FIFO/Gateway Pointer Register
CAN_MOIPR149    0xF001A2A8          Message Object 149 Interrupt Pointer Register
CAN_MOAMR149    0xF001A2AC          Message Object 149 Acceptance Mask Register
CAN_MODATAL149  0xF001A2B0          Message Object 149 Data Register Low
CAN_MODATAH149  0xF001A2B4          Message Object 149 Data Register High
CAN_MOAR149     0xF001A2B8          Message Object 149 Arbitration Register
CAN_MOCTR149    0xF001A2BC          Message Object 149 Control Register
CAN_MOFCR150    0xF001A2C0          Message Object 150 Function Control Register
CAN_MOFGPR150   0xF001A2C4          Message Object 150 FIFO/Gateway Pointer Register
CAN_MOIPR150    0xF001A2C8          Message Object 150 Interrupt Pointer Register
CAN_MOAMR150    0xF001A2CC          Message Object 150 Acceptance Mask Register
CAN_MODATAL150  0xF001A2D0          Message Object 150 Data Register Low
CAN_MODATAH150  0xF001A2D4          Message Object 150 Data Register High
CAN_MOAR150     0xF001A2D8          Message Object 150 Arbitration Register
CAN_MOCTR150    0xF001A2DC          Message Object 150 Control Register
CAN_MOFCR151    0xF001A2E0          Message Object 151 Function Control Register
CAN_MOFGPR151   0xF001A2E4          Message Object 151 FIFO/Gateway Pointer Register
CAN_MOIPR151    0xF001A2E8          Message Object 151 Interrupt Pointer Register
CAN_MOAMR151    0xF001A2EC          Message Object 151 Acceptance Mask Register
CAN_MODATAL151  0xF001A2F0          Message Object 151 Data Register Low
CAN_MODATAH151  0xF001A2F4          Message Object 151 Data Register High
CAN_MOAR151     0xF001A2F8          Message Object 151 Arbitration Register
CAN_MOCTR151    0xF001A2FC          Message Object 151 Control Register
CAN_MOFCR152    0xF001A300          Message Object 152 Function Control Register
CAN_MOFGPR152   0xF001A304          Message Object 152 FIFO/Gateway Pointer Register
CAN_MOIPR152    0xF001A308          Message Object 152 Interrupt Pointer Register
CAN_MOAMR152    0xF001A30C          Message Object 152 Acceptance Mask Register
CAN_MODATAL152  0xF001A310          Message Object 152 Data Register Low
CAN_MODATAH152  0xF001A314          Message Object 152 Data Register High
CAN_MOAR152     0xF001A318          Message Object 152 Arbitration Register
CAN_MOCTR152    0xF001A31C          Message Object 152 Control Register
CAN_MOFCR153    0xF001A320          Message Object 153 Function Control Register
CAN_MOFGPR153   0xF001A324          Message Object 153 FIFO/Gateway Pointer Register
CAN_MOIPR153    0xF001A328          Message Object 153 Interrupt Pointer Register
CAN_MOAMR153    0xF001A32C          Message Object 153 Acceptance Mask Register
CAN_MODATAL153  0xF001A330          Message Object 153 Data Register Low
CAN_MODATAH153  0xF001A334          Message Object 153 Data Register High
CAN_MOAR153     0xF001A338          Message Object 153 Arbitration Register
CAN_MOCTR153    0xF001A33C          Message Object 153 Control Register
CAN_MOFCR154    0xF001A340          Message Object 154 Function Control Register
CAN_MOFGPR154   0xF001A344          Message Object 154 FIFO/Gateway Pointer Register
CAN_MOIPR154    0xF001A348          Message Object 154 Interrupt Pointer Register
CAN_MOAMR154    0xF001A34C          Message Object 154 Acceptance Mask Register
CAN_MODATAL154  0xF001A350          Message Object 154 Data Register Low
CAN_MODATAH154  0xF001A354          Message Object 154 Data Register High
CAN_MOAR154     0xF001A358          Message Object 154 Arbitration Register
CAN_MOCTR154    0xF001A35C          Message Object 154 Control Register
CAN_MOFCR155    0xF001A360          Message Object 155 Function Control Register
CAN_MOFGPR155   0xF001A364          Message Object 155 FIFO/Gateway Pointer Register
CAN_MOIPR155    0xF001A368          Message Object 155 Interrupt Pointer Register
CAN_MOAMR155    0xF001A36C          Message Object 155 Acceptance Mask Register
CAN_MODATAL155  0xF001A370          Message Object 155 Data Register Low
CAN_MODATAH155  0xF001A374          Message Object 155 Data Register High
CAN_MOAR155     0xF001A378          Message Object 155 Arbitration Register
CAN_MOCTR155    0xF001A37C          Message Object 155 Control Register
CAN_MOFCR156    0xF001A380          Message Object 156 Function Control Register
CAN_MOFGPR156   0xF001A384          Message Object 156 FIFO/Gateway Pointer Register
CAN_MOIPR156    0xF001A388          Message Object 156 Interrupt Pointer Register
CAN_MOAMR156    0xF001A38C          Message Object 156 Acceptance Mask Register
CAN_MODATAL156  0xF001A390          Message Object 156 Data Register Low
CAN_MODATAH156  0xF001A394          Message Object 156 Data Register High
CAN_MOAR156     0xF001A398          Message Object 156 Arbitration Register
CAN_MOCTR156    0xF001A39C          Message Object 156 Control Register
CAN_MOFCR157    0xF001A3A0          Message Object 157 Function Control Register
CAN_MOFGPR157   0xF001A3A4          Message Object 157 FIFO/Gateway Pointer Register
CAN_MOIPR157    0xF001A3A8          Message Object 157 Interrupt Pointer Register
CAN_MOAMR157    0xF001A3AC          Message Object 157 Acceptance Mask Register
CAN_MODATAL157  0xF001A3B0          Message Object 157 Data Register Low
CAN_MODATAH157  0xF001A3B4          Message Object 157 Data Register High
CAN_MOAR157     0xF001A3B8          Message Object 157 Arbitration Register
CAN_MOCTR157    0xF001A3BC          Message Object 157 Control Register
CAN_MOFCR158    0xF001A3C0          Message Object 158 Function Control Register
CAN_MOFGPR158   0xF001A3C4          Message Object 158 FIFO/Gateway Pointer Register
CAN_MOIPR158    0xF001A3C8          Message Object 158 Interrupt Pointer Register
CAN_MOAMR158    0xF001A3CC          Message Object 158 Acceptance Mask Register
CAN_MODATAL158  0xF001A3D0          Message Object 158 Data Register Low
CAN_MODATAH158  0xF001A3D4          Message Object 158 Data Register High
CAN_MOAR158     0xF001A3D8          Message Object 158 Arbitration Register
CAN_MOCTR158    0xF001A3DC          Message Object 158 Control Register
CAN_MOFCR159    0xF001A3E0          Message Object 159 Function Control Register
CAN_MOFGPR159   0xF001A3E4          Message Object 159 FIFO/Gateway Pointer Register
CAN_MOIPR159    0xF001A3E8          Message Object 159 Interrupt Pointer Register
CAN_MOAMR159    0xF001A3EC          Message Object 159 Acceptance Mask Register
CAN_MODATAL159  0xF001A3F0          Message Object 159 Data Register Low
CAN_MODATAH159  0xF001A3F4          Message Object 159 Data Register High
CAN_MOAR159     0xF001A3F8          Message Object 159 Arbitration Register
CAN_MOCTR159    0xF001A3FC          Message Object 159 Control Register
CAN_MOFCR160    0xF001A400          Message Object 160 Function Control Register
CAN_MOFGPR160   0xF001A404          Message Object 160 FIFO/Gateway Pointer Register
CAN_MOIPR160    0xF001A408          Message Object 160 Interrupt Pointer Register
CAN_MOAMR160    0xF001A40C          Message Object 160 Acceptance Mask Register
CAN_MODATAL160  0xF001A410          Message Object 160 Data Register Low
CAN_MODATAH160  0xF001A414          Message Object 160 Data Register High
CAN_MOAR160     0xF001A418          Message Object 160 Arbitration Register
CAN_MOCTR160    0xF001A41C          Message Object 160 Control Register
CAN_MOFCR161    0xF001A420          Message Object 161 Function Control Register
CAN_MOFGPR161   0xF001A424          Message Object 161 FIFO/Gateway Pointer Register
CAN_MOIPR161    0xF001A428          Message Object 161 Interrupt Pointer Register
CAN_MOAMR161    0xF001A42C          Message Object 161 Acceptance Mask Register
CAN_MODATAL161  0xF001A430          Message Object 161 Data Register Low
CAN_MODATAH161  0xF001A434          Message Object 161 Data Register High
CAN_MOAR161     0xF001A438          Message Object 161 Arbitration Register
CAN_MOCTR161    0xF001A43C          Message Object 161 Control Register
CAN_MOFCR162    0xF001A440          Message Object 162 Function Control Register
CAN_MOFGPR162   0xF001A444          Message Object 162 FIFO/Gateway Pointer Register
CAN_MOIPR162    0xF001A448          Message Object 162 Interrupt Pointer Register
CAN_MOAMR162    0xF001A44C          Message Object 162 Acceptance Mask Register
CAN_MODATAL162  0xF001A450          Message Object 162 Data Register Low
CAN_MODATAH162  0xF001A454          Message Object 162 Data Register High
CAN_MOAR162     0xF001A458          Message Object 162 Arbitration Register
CAN_MOCTR162    0xF001A45C          Message Object 162 Control Register
CAN_MOFCR163    0xF001A460          Message Object 163 Function Control Register
CAN_MOFGPR163   0xF001A464          Message Object 163 FIFO/Gateway Pointer Register
CAN_MOIPR163    0xF001A468          Message Object 163 Interrupt Pointer Register
CAN_MOAMR163    0xF001A46C          Message Object 163 Acceptance Mask Register
CAN_MODATAL163  0xF001A470          Message Object 163 Data Register Low
CAN_MODATAH163  0xF001A474          Message Object 163 Data Register High
CAN_MOAR163     0xF001A478          Message Object 163 Arbitration Register
CAN_MOCTR163    0xF001A47C          Message Object 163 Control Register
CAN_MOFCR164    0xF001A480          Message Object 164 Function Control Register
CAN_MOFGPR164   0xF001A484          Message Object 164 FIFO/Gateway Pointer Register
CAN_MOIPR164    0xF001A488          Message Object 164 Interrupt Pointer Register
CAN_MOAMR164    0xF001A48C          Message Object 164 Acceptance Mask Register
CAN_MODATAL164  0xF001A490          Message Object 164 Data Register Low
CAN_MODATAH164  0xF001A494          Message Object 164 Data Register High
CAN_MOAR164     0xF001A498          Message Object 164 Arbitration Register
CAN_MOCTR164    0xF001A49C          Message Object 164 Control Register
CAN_MOFCR165    0xF001A4A0          Message Object 165 Function Control Register
CAN_MOFGPR165   0xF001A4A4          Message Object 165 FIFO/Gateway Pointer Register
CAN_MOIPR165    0xF001A4A8          Message Object 165 Interrupt Pointer Register
CAN_MOAMR165    0xF001A4AC          Message Object 165 Acceptance Mask Register
CAN_MODATAL165  0xF001A4B0          Message Object 165 Data Register Low
CAN_MODATAH165  0xF001A4B4          Message Object 165 Data Register High
CAN_MOAR165     0xF001A4B8          Message Object 165 Arbitration Register
CAN_MOCTR165    0xF001A4BC          Message Object 165 Control Register
CAN_MOFCR166    0xF001A4C0          Message Object 166 Function Control Register
CAN_MOFGPR166   0xF001A4C4          Message Object 166 FIFO/Gateway Pointer Register
CAN_MOIPR166    0xF001A4C8          Message Object 166 Interrupt Pointer Register
CAN_MOAMR166    0xF001A4CC          Message Object 166 Acceptance Mask Register
CAN_MODATAL166  0xF001A4D0          Message Object 166 Data Register Low
CAN_MODATAH166  0xF001A4D4          Message Object 166 Data Register High
CAN_MOAR166     0xF001A4D8          Message Object 166 Arbitration Register
CAN_MOCTR166    0xF001A4DC          Message Object 166 Control Register
CAN_MOFCR167    0xF001A4E0          Message Object 167 Function Control Register
CAN_MOFGPR167   0xF001A4E4          Message Object 167 FIFO/Gateway Pointer Register
CAN_MOIPR167    0xF001A4E8          Message Object 167 Interrupt Pointer Register
CAN_MOAMR167    0xF001A4EC          Message Object 167 Acceptance Mask Register
CAN_MODATAL167  0xF001A4F0          Message Object 167 Data Register Low
CAN_MODATAH167  0xF001A4F4          Message Object 167 Data Register High
CAN_MOAR167     0xF001A4F8          Message Object 167 Arbitration Register
CAN_MOCTR167    0xF001A4FC          Message Object 167 Control Register
CAN_MOFCR168    0xF001A500          Message Object 168 Function Control Register
CAN_MOFGPR168   0xF001A504          Message Object 168 FIFO/Gateway Pointer Register
CAN_MOIPR168    0xF001A508          Message Object 168 Interrupt Pointer Register
CAN_MOAMR168    0xF001A50C          Message Object 168 Acceptance Mask Register
CAN_MODATAL168  0xF001A510          Message Object 168 Data Register Low
CAN_MODATAH168  0xF001A514          Message Object 168 Data Register High
CAN_MOAR168     0xF001A518          Message Object 168 Arbitration Register
CAN_MOCTR168    0xF001A51C          Message Object 168 Control Register
CAN_MOFCR169    0xF001A520          Message Object 169 Function Control Register
CAN_MOFGPR169   0xF001A524          Message Object 169 FIFO/Gateway Pointer Register
CAN_MOIPR169    0xF001A528          Message Object 169 Interrupt Pointer Register
CAN_MOAMR169    0xF001A52C          Message Object 169 Acceptance Mask Register
CAN_MODATAL169  0xF001A530          Message Object 169 Data Register Low
CAN_MODATAH169  0xF001A534          Message Object 169 Data Register High
CAN_MOAR169     0xF001A538          Message Object 169 Arbitration Register
CAN_MOCTR169    0xF001A53C          Message Object 169 Control Register
CAN_MOFCR170    0xF001A540          Message Object 170 Function Control Register
CAN_MOFGPR170   0xF001A544          Message Object 170 FIFO/Gateway Pointer Register
CAN_MOIPR170    0xF001A548          Message Object 170 Interrupt Pointer Register
CAN_MOAMR170    0xF001A54C          Message Object 170 Acceptance Mask Register
CAN_MODATAL170  0xF001A550          Message Object 170 Data Register Low
CAN_MODATAH170  0xF001A554          Message Object 170 Data Register High
CAN_MOAR170     0xF001A558          Message Object 170 Arbitration Register
CAN_MOCTR170    0xF001A55C          Message Object 170 Control Register
CAN_MOFCR171    0xF001A560          Message Object 171 Function Control Register
CAN_MOFGPR171   0xF001A564          Message Object 171 FIFO/Gateway Pointer Register
CAN_MOIPR171    0xF001A568          Message Object 171 Interrupt Pointer Register
CAN_MOAMR171    0xF001A56C          Message Object 171 Acceptance Mask Register
CAN_MODATAL171  0xF001A570          Message Object 171 Data Register Low
CAN_MODATAH171  0xF001A574          Message Object 171 Data Register High
CAN_MOAR171     0xF001A578          Message Object 171 Arbitration Register
CAN_MOCTR171    0xF001A57C          Message Object 171 Control Register
CAN_MOFCR172    0xF001A580          Message Object 172 Function Control Register
CAN_MOFGPR172   0xF001A584          Message Object 172 FIFO/Gateway Pointer Register
CAN_MOIPR172    0xF001A588          Message Object 172 Interrupt Pointer Register
CAN_MOAMR172    0xF001A58C          Message Object 172 Acceptance Mask Register
CAN_MODATAL172  0xF001A590          Message Object 172 Data Register Low
CAN_MODATAH172  0xF001A594          Message Object 172 Data Register High
CAN_MOAR172     0xF001A598          Message Object 172 Arbitration Register
CAN_MOCTR172    0xF001A59C          Message Object 172 Control Register
CAN_MOFCR173    0xF001A5A0          Message Object 173 Function Control Register
CAN_MOFGPR173   0xF001A5A4          Message Object 173 FIFO/Gateway Pointer Register
CAN_MOIPR173    0xF001A5A8          Message Object 173 Interrupt Pointer Register
CAN_MOAMR173    0xF001A5AC          Message Object 173 Acceptance Mask Register
CAN_MODATAL173  0xF001A5B0          Message Object 173 Data Register Low
CAN_MODATAH173  0xF001A5B4          Message Object 173 Data Register High
CAN_MOAR173     0xF001A5B8          Message Object 173 Arbitration Register
CAN_MOCTR173    0xF001A5BC          Message Object 173 Control Register
CAN_MOFCR174    0xF001A5C0          Message Object 174 Function Control Register
CAN_MOFGPR174   0xF001A5C4          Message Object 174 FIFO/Gateway Pointer Register
CAN_MOIPR174    0xF001A5C8          Message Object 174 Interrupt Pointer Register
CAN_MOAMR174    0xF001A5CC          Message Object 174 Acceptance Mask Register
CAN_MODATAL174  0xF001A5D0          Message Object 174 Data Register Low
CAN_MODATAH174  0xF001A5D4          Message Object 174 Data Register High
CAN_MOAR174     0xF001A5D8          Message Object 174 Arbitration Register
CAN_MOCTR174    0xF001A5DC          Message Object 174 Control Register
CAN_MOFCR175    0xF001A5E0          Message Object 175 Function Control Register
CAN_MOFGPR175   0xF001A5E4          Message Object 175 FIFO/Gateway Pointer Register
CAN_MOIPR175    0xF001A5E8          Message Object 175 Interrupt Pointer Register
CAN_MOAMR175    0xF001A5EC          Message Object 175 Acceptance Mask Register
CAN_MODATAL175  0xF001A5F0          Message Object 175 Data Register Low
CAN_MODATAH175  0xF001A5F4          Message Object 175 Data Register High
CAN_MOAR175     0xF001A5F8          Message Object 175 Arbitration Register
CAN_MOCTR175    0xF001A5FC          Message Object 175 Control Register
CAN_MOFCR176    0xF001A600          Message Object 176 Function Control Register
CAN_MOFGPR176   0xF001A604          Message Object 176 FIFO/Gateway Pointer Register
CAN_MOIPR176    0xF001A608          Message Object 176 Interrupt Pointer Register
CAN_MOAMR176    0xF001A60C          Message Object 176 Acceptance Mask Register
CAN_MODATAL176  0xF001A610          Message Object 176 Data Register Low
CAN_MODATAH176  0xF001A614          Message Object 176 Data Register High
CAN_MOAR176     0xF001A618          Message Object 176 Arbitration Register
CAN_MOCTR176    0xF001A61C          Message Object 176 Control Register
CAN_MOFCR177    0xF001A620          Message Object 177 Function Control Register
CAN_MOFGPR177   0xF001A624          Message Object 177 FIFO/Gateway Pointer Register
CAN_MOIPR177    0xF001A628          Message Object 177 Interrupt Pointer Register
CAN_MOAMR177    0xF001A62C          Message Object 177 Acceptance Mask Register
CAN_MODATAL177  0xF001A630          Message Object 177 Data Register Low
CAN_MODATAH177  0xF001A634          Message Object 177 Data Register High
CAN_MOAR177     0xF001A638          Message Object 177 Arbitration Register
CAN_MOCTR177    0xF001A63C          Message Object 177 Control Register
CAN_MOFCR178    0xF001A640          Message Object 178 Function Control Register
CAN_MOFGPR178   0xF001A644          Message Object 178 FIFO/Gateway Pointer Register
CAN_MOIPR178    0xF001A648          Message Object 178 Interrupt Pointer Register
CAN_MOAMR178    0xF001A64C          Message Object 178 Acceptance Mask Register
CAN_MODATAL178  0xF001A650          Message Object 178 Data Register Low
CAN_MODATAH178  0xF001A654          Message Object 178 Data Register High
CAN_MOAR178     0xF001A658          Message Object 178 Arbitration Register
CAN_MOCTR178    0xF001A65C          Message Object 178 Control Register
CAN_MOFCR179    0xF001A660          Message Object 179 Function Control Register
CAN_MOFGPR179   0xF001A664          Message Object 179 FIFO/Gateway Pointer Register
CAN_MOIPR179    0xF001A668          Message Object 179 Interrupt Pointer Register
CAN_MOAMR179    0xF001A66C          Message Object 179 Acceptance Mask Register
CAN_MODATAL179  0xF001A670          Message Object 179 Data Register Low
CAN_MODATAH179  0xF001A674          Message Object 179 Data Register High
CAN_MOAR179     0xF001A678          Message Object 179 Arbitration Register
CAN_MOCTR179    0xF001A67C          Message Object 179 Control Register
CAN_MOFCR180    0xF001A680          Message Object 180 Function Control Register
CAN_MOFGPR180   0xF001A684          Message Object 180 FIFO/Gateway Pointer Register
CAN_MOIPR180    0xF001A688          Message Object 180 Interrupt Pointer Register
CAN_MOAMR180    0xF001A68C          Message Object 180 Acceptance Mask Register
CAN_MODATAL180  0xF001A690          Message Object 180 Data Register Low
CAN_MODATAH180  0xF001A694          Message Object 180 Data Register High
CAN_MOAR180     0xF001A698          Message Object 180 Arbitration Register
CAN_MOCTR180    0xF001A69C          Message Object 180 Control Register
CAN_MOFCR181    0xF001A6A0          Message Object 181 Function Control Register
CAN_MOFGPR181   0xF001A6A4          Message Object 181 FIFO/Gateway Pointer Register
CAN_MOIPR181    0xF001A6A8          Message Object 181 Interrupt Pointer Register
CAN_MOAMR181    0xF001A6AC          Message Object 181 Acceptance Mask Register
CAN_MODATAL181  0xF001A6B0          Message Object 181 Data Register Low
CAN_MODATAH181  0xF001A6B4          Message Object 181 Data Register High
CAN_MOAR181     0xF001A6B8          Message Object 181 Arbitration Register
CAN_MOCTR181    0xF001A6BC          Message Object 181 Control Register
CAN_MOFCR182    0xF001A6C0          Message Object 182 Function Control Register
CAN_MOFGPR182   0xF001A6C4          Message Object 182 FIFO/Gateway Pointer Register
CAN_MOIPR182    0xF001A6C8          Message Object 182 Interrupt Pointer Register
CAN_MOAMR182    0xF001A6CC          Message Object 182 Acceptance Mask Register
CAN_MODATAL182  0xF001A6D0          Message Object 182 Data Register Low
CAN_MODATAH182  0xF001A6D4          Message Object 182 Data Register High
CAN_MOAR182     0xF001A6D8          Message Object 182 Arbitration Register
CAN_MOCTR182    0xF001A6DC          Message Object 182 Control Register
CAN_MOFCR183    0xF001A6E0          Message Object 183 Function Control Register
CAN_MOFGPR183   0xF001A6E4          Message Object 183 FIFO/Gateway Pointer Register
CAN_MOIPR183    0xF001A6E8          Message Object 183 Interrupt Pointer Register
CAN_MOAMR183    0xF001A6EC          Message Object 183 Acceptance Mask Register
CAN_MODATAL183  0xF001A6F0          Message Object 183 Data Register Low
CAN_MODATAH183  0xF001A6F4          Message Object 183 Data Register High
CAN_MOAR183     0xF001A6F8          Message Object 183 Arbitration Register
CAN_MOCTR183    0xF001A6FC          Message Object 183 Control Register
CAN_MOFCR184    0xF001A700          Message Object 184 Function Control Register
CAN_MOFGPR184   0xF001A704          Message Object 184 FIFO/Gateway Pointer Register
CAN_MOIPR184    0xF001A708          Message Object 184 Interrupt Pointer Register
CAN_MOAMR184    0xF001A70C          Message Object 184 Acceptance Mask Register
CAN_MODATAL184  0xF001A710          Message Object 184 Data Register Low
CAN_MODATAH184  0xF001A714          Message Object 184 Data Register High
CAN_MOAR184     0xF001A718          Message Object 184 Arbitration Register
CAN_MOCTR184    0xF001A71C          Message Object 184 Control Register
CAN_MOFCR185    0xF001A720          Message Object 185 Function Control Register
CAN_MOFGPR185   0xF001A724          Message Object 185 FIFO/Gateway Pointer Register
CAN_MOIPR185    0xF001A728          Message Object 185 Interrupt Pointer Register
CAN_MOAMR185    0xF001A72C          Message Object 185 Acceptance Mask Register
CAN_MODATAL185  0xF001A730          Message Object 185 Data Register Low
CAN_MODATAH185  0xF001A734          Message Object 185 Data Register High
CAN_MOAR185     0xF001A738          Message Object 185 Arbitration Register
CAN_MOCTR185    0xF001A73C          Message Object 185 Control Register
CAN_MOFCR186    0xF001A740          Message Object 186 Function Control Register
CAN_MOFGPR186   0xF001A744          Message Object 186 FIFO/Gateway Pointer Register
CAN_MOIPR186    0xF001A748          Message Object 186 Interrupt Pointer Register
CAN_MOAMR186    0xF001A74C          Message Object 186 Acceptance Mask Register
CAN_MODATAL186  0xF001A750          Message Object 186 Data Register Low
CAN_MODATAH186  0xF001A754          Message Object 186 Data Register High
CAN_MOAR186     0xF001A758          Message Object 186 Arbitration Register
CAN_MOCTR186    0xF001A75C          Message Object 186 Control Register
CAN_MOFCR187    0xF001A760          Message Object 187 Function Control Register
CAN_MOFGPR187   0xF001A764          Message Object 187 FIFO/Gateway Pointer Register
CAN_MOIPR187    0xF001A768          Message Object 187 Interrupt Pointer Register
CAN_MOAMR187    0xF001A76C          Message Object 187 Acceptance Mask Register
CAN_MODATAL187  0xF001A770          Message Object 187 Data Register Low
CAN_MODATAH187  0xF001A774          Message Object 187 Data Register High
CAN_MOAR187     0xF001A778          Message Object 187 Arbitration Register
CAN_MOCTR187    0xF001A77C          Message Object 187 Control Register
CAN_MOFCR188    0xF001A780          Message Object 188 Function Control Register
CAN_MOFGPR188   0xF001A784          Message Object 188 FIFO/Gateway Pointer Register
CAN_MOIPR188    0xF001A788          Message Object 188 Interrupt Pointer Register
CAN_MOAMR188    0xF001A78C          Message Object 188 Acceptance Mask Register
CAN_MODATAL188  0xF001A790          Message Object 188 Data Register Low
CAN_MODATAH188  0xF001A794          Message Object 188 Data Register High
CAN_MOAR188     0xF001A798          Message Object 188 Arbitration Register
CAN_MOCTR188    0xF001A79C          Message Object 188 Control Register
CAN_MOFCR189    0xF001A7A0          Message Object 189 Function Control Register
CAN_MOFGPR189   0xF001A7A4          Message Object 189 FIFO/Gateway Pointer Register
CAN_MOIPR189    0xF001A7A8          Message Object 189 Interrupt Pointer Register
CAN_MOAMR189    0xF001A7AC          Message Object 189 Acceptance Mask Register
CAN_MODATAL189  0xF001A7B0          Message Object 189 Data Register Low
CAN_MODATAH189  0xF001A7B4          Message Object 189 Data Register High
CAN_MOAR189     0xF001A7B8          Message Object 189 Arbitration Register
CAN_MOCTR189    0xF001A7BC          Message Object 189 Control Register
CAN_MOFCR190    0xF001A7C0          Message Object 190 Function Control Register
CAN_MOFGPR190   0xF001A7C4          Message Object 190 FIFO/Gateway Pointer Register
CAN_MOIPR190    0xF001A7C8          Message Object 190 Interrupt Pointer Register
CAN_MOAMR190    0xF001A7CC          Message Object 190 Acceptance Mask Register
CAN_MODATAL190  0xF001A7D0          Message Object 190 Data Register Low
CAN_MODATAH190  0xF001A7D4          Message Object 190 Data Register High
CAN_MOAR190     0xF001A7D8          Message Object 190 Arbitration Register
CAN_MOCTR190    0xF001A7DC          Message Object 190 Control Register
CAN_MOFCR191    0xF001A7E0          Message Object 191 Function Control Register
CAN_MOFGPR191   0xF001A7E4          Message Object 191 FIFO/Gateway Pointer Register
CAN_MOIPR191    0xF001A7E8          Message Object 191 Interrupt Pointer Register
CAN_MOAMR191    0xF001A7EC          Message Object 191 Acceptance Mask Register
CAN_MODATAL191  0xF001A7F0          Message Object 191 Data Register Low
CAN_MODATAH191  0xF001A7F4          Message Object 191 Data Register High
CAN_MOAR191     0xF001A7F8          Message Object 191 Arbitration Register
CAN_MOCTR191    0xF001A7FC          Message Object 191 Control Register
CAN_MOFCR192    0xF001A800          Message Object 192 Function Control Register
CAN_MOFGPR192   0xF001A804          Message Object 192 FIFO/Gateway Pointer Register
CAN_MOIPR192    0xF001A808          Message Object 192 Interrupt Pointer Register
CAN_MOAMR192    0xF001A80C          Message Object 192 Acceptance Mask Register
CAN_MODATAL192  0xF001A810          Message Object 192 Data Register Low
CAN_MODATAH192  0xF001A814          Message Object 192 Data Register High
CAN_MOAR192     0xF001A818          Message Object 192 Arbitration Register
CAN_MOCTR192    0xF001A81C          Message Object 192 Control Register
CAN_MOFCR193    0xF001A820          Message Object 193 Function Control Register
CAN_MOFGPR193   0xF001A824          Message Object 193 FIFO/Gateway Pointer Register
CAN_MOIPR193    0xF001A828          Message Object 193 Interrupt Pointer Register
CAN_MOAMR193    0xF001A82C          Message Object 193 Acceptance Mask Register
CAN_MODATAL193  0xF001A830          Message Object 193 Data Register Low
CAN_MODATAH193  0xF001A834          Message Object 193 Data Register High
CAN_MOAR193     0xF001A838          Message Object 193 Arbitration Register
CAN_MOCTR193    0xF001A83C          Message Object 193 Control Register
CAN_MOFCR194    0xF001A840          Message Object 194 Function Control Register
CAN_MOFGPR194   0xF001A844          Message Object 194 FIFO/Gateway Pointer Register
CAN_MOIPR194    0xF001A848          Message Object 194 Interrupt Pointer Register
CAN_MOAMR194    0xF001A84C          Message Object 194 Acceptance Mask Register
CAN_MODATAL194  0xF001A850          Message Object 194 Data Register Low
CAN_MODATAH194  0xF001A854          Message Object 194 Data Register High
CAN_MOAR194     0xF001A858          Message Object 194 Arbitration Register
CAN_MOCTR194    0xF001A85C          Message Object 194 Control Register
CAN_MOFCR195    0xF001A860          Message Object 195 Function Control Register
CAN_MOFGPR195   0xF001A864          Message Object 195 FIFO/Gateway Pointer Register
CAN_MOIPR195    0xF001A868          Message Object 195 Interrupt Pointer Register
CAN_MOAMR195    0xF001A86C          Message Object 195 Acceptance Mask Register
CAN_MODATAL195  0xF001A870          Message Object 195 Data Register Low
CAN_MODATAH195  0xF001A874          Message Object 195 Data Register High
CAN_MOAR195     0xF001A878          Message Object 195 Arbitration Register
CAN_MOCTR195    0xF001A87C          Message Object 195 Control Register
CAN_MOFCR196    0xF001A880          Message Object 196 Function Control Register
CAN_MOFGPR196   0xF001A884          Message Object 196 FIFO/Gateway Pointer Register
CAN_MOIPR196    0xF001A888          Message Object 196 Interrupt Pointer Register
CAN_MOAMR196    0xF001A88C          Message Object 196 Acceptance Mask Register
CAN_MODATAL196  0xF001A890          Message Object 196 Data Register Low
CAN_MODATAH196  0xF001A894          Message Object 196 Data Register High
CAN_MOAR196     0xF001A898          Message Object 196 Arbitration Register
CAN_MOCTR196    0xF001A89C          Message Object 196 Control Register
CAN_MOFCR197    0xF001A8A0          Message Object 197 Function Control Register
CAN_MOFGPR197   0xF001A8A4          Message Object 197 FIFO/Gateway Pointer Register
CAN_MOIPR197    0xF001A8A8          Message Object 197 Interrupt Pointer Register
CAN_MOAMR197    0xF001A8AC          Message Object 197 Acceptance Mask Register
CAN_MODATAL197  0xF001A8B0          Message Object 197 Data Register Low
CAN_MODATAH197  0xF001A8B4          Message Object 197 Data Register High
CAN_MOAR197     0xF001A8B8          Message Object 197 Arbitration Register
CAN_MOCTR197    0xF001A8BC          Message Object 197 Control Register
CAN_MOFCR198    0xF001A8C0          Message Object 198 Function Control Register
CAN_MOFGPR198   0xF001A8C4          Message Object 198 FIFO/Gateway Pointer Register
CAN_MOIPR198    0xF001A8C8          Message Object 198 Interrupt Pointer Register
CAN_MOAMR198    0xF001A8CC          Message Object 198 Acceptance Mask Register
CAN_MODATAL198  0xF001A8D0          Message Object 198 Data Register Low
CAN_MODATAH198  0xF001A8D4          Message Object 198 Data Register High
CAN_MOAR198     0xF001A8D8          Message Object 198 Arbitration Register
CAN_MOCTR198    0xF001A8DC          Message Object 198 Control Register
CAN_MOFCR199    0xF001A8E0          Message Object 199 Function Control Register
CAN_MOFGPR199   0xF001A8E4          Message Object 199 FIFO/Gateway Pointer Register
CAN_MOIPR199    0xF001A8E8          Message Object 199 Interrupt Pointer Register
CAN_MOAMR199    0xF001A8EC          Message Object 199 Acceptance Mask Register
CAN_MODATAL199  0xF001A8F0          Message Object 199 Data Register Low
CAN_MODATAH199  0xF001A8F4          Message Object 199 Data Register High
CAN_MOAR199     0xF001A8F8          Message Object 199 Arbitration Register
CAN_MOCTR199    0xF001A8FC          Message Object 199 Control Register
CAN_MOFCR200    0xF001A900          Message Object 200 Function Control Register
CAN_MOFGPR200   0xF001A904          Message Object 200 FIFO/Gateway Pointer Register
CAN_MOIPR200    0xF001A908          Message Object 200 Interrupt Pointer Register
CAN_MOAMR200    0xF001A90C          Message Object 200 Acceptance Mask Register
CAN_MODATAL200  0xF001A910          Message Object 200 Data Register Low
CAN_MODATAH200  0xF001A914          Message Object 200 Data Register High
CAN_MOAR200     0xF001A918          Message Object 200 Arbitration Register
CAN_MOCTR200    0xF001A91C          Message Object 200 Control Register
CAN_MOFCR201    0xF001A920          Message Object 201 Function Control Register
CAN_MOFGPR201   0xF001A924          Message Object 201 FIFO/Gateway Pointer Register
CAN_MOIPR201    0xF001A928          Message Object 201 Interrupt Pointer Register
CAN_MOAMR201    0xF001A92C          Message Object 201 Acceptance Mask Register
CAN_MODATAL201  0xF001A930          Message Object 201 Data Register Low
CAN_MODATAH201  0xF001A934          Message Object 201 Data Register High
CAN_MOAR201     0xF001A938          Message Object 201 Arbitration Register
CAN_MOCTR201    0xF001A93C          Message Object 201 Control Register
CAN_MOFCR202    0xF001A940          Message Object 202 Function Control Register
CAN_MOFGPR202   0xF001A944          Message Object 202 FIFO/Gateway Pointer Register
CAN_MOIPR202    0xF001A948          Message Object 202 Interrupt Pointer Register
CAN_MOAMR202    0xF001A94C          Message Object 202 Acceptance Mask Register
CAN_MODATAL202  0xF001A950          Message Object 202 Data Register Low
CAN_MODATAH202  0xF001A954          Message Object 202 Data Register High
CAN_MOAR202     0xF001A958          Message Object 202 Arbitration Register
CAN_MOCTR202    0xF001A95C          Message Object 202 Control Register
CAN_MOFCR203    0xF001A960          Message Object 203 Function Control Register
CAN_MOFGPR203   0xF001A964          Message Object 203 FIFO/Gateway Pointer Register
CAN_MOIPR203    0xF001A968          Message Object 203 Interrupt Pointer Register
CAN_MOAMR203    0xF001A96C          Message Object 203 Acceptance Mask Register
CAN_MODATAL203  0xF001A970          Message Object 203 Data Register Low
CAN_MODATAH203  0xF001A974          Message Object 203 Data Register High
CAN_MOAR203     0xF001A978          Message Object 203 Arbitration Register
CAN_MOCTR203    0xF001A97C          Message Object 203 Control Register
CAN_MOFCR204    0xF001A980          Message Object 204 Function Control Register
CAN_MOFGPR204   0xF001A984          Message Object 204 FIFO/Gateway Pointer Register
CAN_MOIPR204    0xF001A988          Message Object 204 Interrupt Pointer Register
CAN_MOAMR204    0xF001A98C          Message Object 204 Acceptance Mask Register
CAN_MODATAL204  0xF001A990          Message Object 204 Data Register Low
CAN_MODATAH204  0xF001A994          Message Object 204 Data Register High
CAN_MOAR204     0xF001A998          Message Object 204 Arbitration Register
CAN_MOCTR204    0xF001A99C          Message Object 204 Control Register
CAN_MOFCR205    0xF001A9A0          Message Object 205 Function Control Register
CAN_MOFGPR205   0xF001A9A4          Message Object 205 FIFO/Gateway Pointer Register
CAN_MOIPR205    0xF001A9A8          Message Object 205 Interrupt Pointer Register
CAN_MOAMR205    0xF001A9AC          Message Object 205 Acceptance Mask Register
CAN_MODATAL205  0xF001A9B0          Message Object 205 Data Register Low
CAN_MODATAH205  0xF001A9B4          Message Object 205 Data Register High
CAN_MOAR205     0xF001A9B8          Message Object 205 Arbitration Register
CAN_MOCTR205    0xF001A9BC          Message Object 205 Control Register
CAN_MOFCR206    0xF001A9C0          Message Object 206 Function Control Register
CAN_MOFGPR206   0xF001A9C4          Message Object 206 FIFO/Gateway Pointer Register
CAN_MOIPR206    0xF001A9C8          Message Object 206 Interrupt Pointer Register
CAN_MOAMR206    0xF001A9CC          Message Object 206 Acceptance Mask Register
CAN_MODATAL206  0xF001A9D0          Message Object 206 Data Register Low
CAN_MODATAH206  0xF001A9D4          Message Object 206 Data Register High
CAN_MOAR206     0xF001A9D8          Message Object 206 Arbitration Register
CAN_MOCTR206    0xF001A9DC          Message Object 206 Control Register
CAN_MOFCR207    0xF001A9E0          Message Object 207 Function Control Register
CAN_MOFGPR207   0xF001A9E4          Message Object 207 FIFO/Gateway Pointer Register
CAN_MOIPR207    0xF001A9E8          Message Object 207 Interrupt Pointer Register
CAN_MOAMR207    0xF001A9EC          Message Object 207 Acceptance Mask Register
CAN_MODATAL207  0xF001A9F0          Message Object 207 Data Register Low
CAN_MODATAH207  0xF001A9F4          Message Object 207 Data Register High
CAN_MOAR207     0xF001A9F8          Message Object 207 Arbitration Register
CAN_MOCTR207    0xF001A9FC          Message Object 207 Control Register
CAN_MOFCR208    0xF001AA00          Message Object 208 Function Control Register
CAN_MOFGPR208   0xF001AA04          Message Object 208 FIFO/Gateway Pointer Register
CAN_MOIPR208    0xF001AA08          Message Object 208 Interrupt Pointer Register
CAN_MOAMR208    0xF001AA0C          Message Object 208 Acceptance Mask Register
CAN_MODATAL208  0xF001AA10          Message Object 208 Data Register Low
CAN_MODATAH208  0xF001AA14          Message Object 208 Data Register High
CAN_MOAR208     0xF001AA18          Message Object 208 Arbitration Register
CAN_MOCTR208    0xF001AA1C          Message Object 208 Control Register
CAN_MOFCR209    0xF001AA20          Message Object 209 Function Control Register
CAN_MOFGPR209   0xF001AA24          Message Object 209 FIFO/Gateway Pointer Register
CAN_MOIPR209    0xF001AA28          Message Object 209 Interrupt Pointer Register
CAN_MOAMR209    0xF001AA2C          Message Object 209 Acceptance Mask Register
CAN_MODATAL209  0xF001AA30          Message Object 209 Data Register Low
CAN_MODATAH209  0xF001AA34          Message Object 209 Data Register High
CAN_MOAR209     0xF001AA38          Message Object 209 Arbitration Register
CAN_MOCTR209    0xF001AA3C          Message Object 209 Control Register
CAN_MOFCR210    0xF001AA40          Message Object 210 Function Control Register
CAN_MOFGPR210   0xF001AA44          Message Object 210 FIFO/Gateway Pointer Register
CAN_MOIPR210    0xF001AA48          Message Object 210 Interrupt Pointer Register
CAN_MOAMR210    0xF001AA4C          Message Object 210 Acceptance Mask Register
CAN_MODATAL210  0xF001AA50          Message Object 210 Data Register Low
CAN_MODATAH210  0xF001AA54          Message Object 210 Data Register High
CAN_MOAR210     0xF001AA58          Message Object 210 Arbitration Register
CAN_MOCTR210    0xF001AA5C          Message Object 210 Control Register
CAN_MOFCR211    0xF001AA60          Message Object 211 Function Control Register
CAN_MOFGPR211   0xF001AA64          Message Object 211 FIFO/Gateway Pointer Register
CAN_MOIPR211    0xF001AA68          Message Object 211 Interrupt Pointer Register
CAN_MOAMR211    0xF001AA6C          Message Object 211 Acceptance Mask Register
CAN_MODATAL211  0xF001AA70          Message Object 211 Data Register Low
CAN_MODATAH211  0xF001AA74          Message Object 211 Data Register High
CAN_MOAR211     0xF001AA78          Message Object 211 Arbitration Register
CAN_MOCTR211    0xF001AA7C          Message Object 211 Control Register
CAN_MOFCR212    0xF001AA80          Message Object 212 Function Control Register
CAN_MOFGPR212   0xF001AA84          Message Object 212 FIFO/Gateway Pointer Register
CAN_MOIPR212    0xF001AA88          Message Object 212 Interrupt Pointer Register
CAN_MOAMR212    0xF001AA8C          Message Object 212 Acceptance Mask Register
CAN_MODATAL212  0xF001AA90          Message Object 212 Data Register Low
CAN_MODATAH212  0xF001AA94          Message Object 212 Data Register High
CAN_MOAR212     0xF001AA98          Message Object 212 Arbitration Register
CAN_MOCTR212    0xF001AA9C          Message Object 212 Control Register
CAN_MOFCR213    0xF001AAA0          Message Object 213 Function Control Register
CAN_MOFGPR213   0xF001AAA4          Message Object 213 FIFO/Gateway Pointer Register
CAN_MOIPR213    0xF001AAA8          Message Object 213 Interrupt Pointer Register
CAN_MOAMR213    0xF001AAAC          Message Object 213 Acceptance Mask Register
CAN_MODATAL213  0xF001AAB0          Message Object 213 Data Register Low
CAN_MODATAH213  0xF001AAB4          Message Object 213 Data Register High
CAN_MOAR213     0xF001AAB8          Message Object 213 Arbitration Register
CAN_MOCTR213    0xF001AABC          Message Object 213 Control Register
CAN_MOFCR214    0xF001AAC0          Message Object 214 Function Control Register
CAN_MOFGPR214   0xF001AAC4          Message Object 214 FIFO/Gateway Pointer Register
CAN_MOIPR214    0xF001AAC8          Message Object 214 Interrupt Pointer Register
CAN_MOAMR214    0xF001AACC          Message Object 214 Acceptance Mask Register
CAN_MODATAL214  0xF001AAD0          Message Object 214 Data Register Low
CAN_MODATAH214  0xF001AAD4          Message Object 214 Data Register High
CAN_MOAR214     0xF001AAD8          Message Object 214 Arbitration Register
CAN_MOCTR214    0xF001AADC          Message Object 214 Control Register
CAN_MOFCR215    0xF001AAE0          Message Object 215 Function Control Register
CAN_MOFGPR215   0xF001AAE4          Message Object 215 FIFO/Gateway Pointer Register
CAN_MOIPR215    0xF001AAE8          Message Object 215 Interrupt Pointer Register
CAN_MOAMR215    0xF001AAEC          Message Object 215 Acceptance Mask Register
CAN_MODATAL215  0xF001AAF0          Message Object 215 Data Register Low
CAN_MODATAH215  0xF001AAF4          Message Object 215 Data Register High
CAN_MOAR215     0xF001AAF8          Message Object 215 Arbitration Register
CAN_MOCTR215    0xF001AAFC          Message Object 215 Control Register
CAN_MOFCR216    0xF001AB00          Message Object 216 Function Control Register
CAN_MOFGPR216   0xF001AB04          Message Object 216 FIFO/Gateway Pointer Register
CAN_MOIPR216    0xF001AB08          Message Object 216 Interrupt Pointer Register
CAN_MOAMR216    0xF001AB0C          Message Object 216 Acceptance Mask Register
CAN_MODATAL216  0xF001AB10          Message Object 216 Data Register Low
CAN_MODATAH216  0xF001AB14          Message Object 216 Data Register High
CAN_MOAR216     0xF001AB18          Message Object 216 Arbitration Register
CAN_MOCTR216    0xF001AB1C          Message Object 216 Control Register
CAN_MOFCR217    0xF001AB20          Message Object 217 Function Control Register
CAN_MOFGPR217   0xF001AB24          Message Object 217 FIFO/Gateway Pointer Register
CAN_MOIPR217    0xF001AB28          Message Object 217 Interrupt Pointer Register
CAN_MOAMR217    0xF001AB2C          Message Object 217 Acceptance Mask Register
CAN_MODATAL217  0xF001AB30          Message Object 217 Data Register Low
CAN_MODATAH217  0xF001AB34          Message Object 217 Data Register High
CAN_MOAR217     0xF001AB38          Message Object 217 Arbitration Register
CAN_MOCTR217    0xF001AB3C          Message Object 217 Control Register
CAN_MOFCR218    0xF001AB40          Message Object 218 Function Control Register
CAN_MOFGPR218   0xF001AB44          Message Object 218 FIFO/Gateway Pointer Register
CAN_MOIPR218    0xF001AB48          Message Object 218 Interrupt Pointer Register
CAN_MOAMR218    0xF001AB4C          Message Object 218 Acceptance Mask Register
CAN_MODATAL218  0xF001AB50          Message Object 218 Data Register Low
CAN_MODATAH218  0xF001AB54          Message Object 218 Data Register High
CAN_MOAR218     0xF001AB58          Message Object 218 Arbitration Register
CAN_MOCTR218    0xF001AB5C          Message Object 218 Control Register
CAN_MOFCR219    0xF001AB60          Message Object 219 Function Control Register
CAN_MOFGPR219   0xF001AB64          Message Object 219 FIFO/Gateway Pointer Register
CAN_MOIPR219    0xF001AB68          Message Object 219 Interrupt Pointer Register
CAN_MOAMR219    0xF001AB6C          Message Object 219 Acceptance Mask Register
CAN_MODATAL219  0xF001AB70          Message Object 219 Data Register Low
CAN_MODATAH219  0xF001AB74          Message Object 219 Data Register High
CAN_MOAR219     0xF001AB78          Message Object 219 Arbitration Register
CAN_MOCTR219    0xF001AB7C          Message Object 219 Control Register
CAN_MOFCR220    0xF001AB80          Message Object 220 Function Control Register
CAN_MOFGPR220   0xF001AB84          Message Object 220 FIFO/Gateway Pointer Register
CAN_MOIPR220    0xF001AB88          Message Object 220 Interrupt Pointer Register
CAN_MOAMR220    0xF001AB8C          Message Object 220 Acceptance Mask Register
CAN_MODATAL220  0xF001AB90          Message Object 220 Data Register Low
CAN_MODATAH220  0xF001AB94          Message Object 220 Data Register High
CAN_MOAR220     0xF001AB98          Message Object 220 Arbitration Register
CAN_MOCTR220    0xF001AB9C          Message Object 220 Control Register
CAN_MOFCR221    0xF001ABA0          Message Object 221 Function Control Register
CAN_MOFGPR221   0xF001ABA4          Message Object 221 FIFO/Gateway Pointer Register
CAN_MOIPR221    0xF001ABA8          Message Object 221 Interrupt Pointer Register
CAN_MOAMR221    0xF001ABAC          Message Object 221 Acceptance Mask Register
CAN_MODATAL221  0xF001ABB0          Message Object 221 Data Register Low
CAN_MODATAH221  0xF001ABB4          Message Object 221 Data Register High
CAN_MOAR221     0xF001ABB8          Message Object 221 Arbitration Register
CAN_MOCTR221    0xF001ABBC          Message Object 221 Control Register
CAN_MOFCR222    0xF001ABC0          Message Object 222 Function Control Register
CAN_MOFGPR222   0xF001ABC4          Message Object 222 FIFO/Gateway Pointer Register
CAN_MOIPR222    0xF001ABC8          Message Object 222 Interrupt Pointer Register
CAN_MOAMR222    0xF001ABCC          Message Object 222 Acceptance Mask Register
CAN_MODATAL222  0xF001ABD0          Message Object 222 Data Register Low
CAN_MODATAH222  0xF001ABD4          Message Object 222 Data Register High
CAN_MOAR222     0xF001ABD8          Message Object 222 Arbitration Register
CAN_MOCTR222    0xF001ABDC          Message Object 222 Control Register
CAN_MOFCR223    0xF001ABE0          Message Object 223 Function Control Register
CAN_MOFGPR223   0xF001ABE4          Message Object 223 FIFO/Gateway Pointer Register
CAN_MOIPR223    0xF001ABE8          Message Object 223 Interrupt Pointer Register
CAN_MOAMR223    0xF001ABEC          Message Object 223 Acceptance Mask Register
CAN_MODATAL223  0xF001ABF0          Message Object 223 Data Register Low
CAN_MODATAH223  0xF001ABF4          Message Object 223 Data Register High
CAN_MOAR223     0xF001ABF8          Message Object 223 Arbitration Register
CAN_MOCTR223    0xF001ABFC          Message Object 223 Control Register
CAN_MOFCR224    0xF001AC00          Message Object 224 Function Control Register
CAN_MOFGPR224   0xF001AC04          Message Object 224 FIFO/Gateway Pointer Register
CAN_MOIPR224    0xF001AC08          Message Object 224 Interrupt Pointer Register
CAN_MOAMR224    0xF001AC0C          Message Object 224 Acceptance Mask Register
CAN_MODATAL224  0xF001AC10          Message Object 224 Data Register Low
CAN_MODATAH224  0xF001AC14          Message Object 224 Data Register High
CAN_MOAR224     0xF001AC18          Message Object 224 Arbitration Register
CAN_MOCTR224    0xF001AC1C          Message Object 224 Control Register
CAN_MOFCR225    0xF001AC20          Message Object 225 Function Control Register
CAN_MOFGPR225   0xF001AC24          Message Object 225 FIFO/Gateway Pointer Register
CAN_MOIPR225    0xF001AC28          Message Object 225 Interrupt Pointer Register
CAN_MOAMR225    0xF001AC2C          Message Object 225 Acceptance Mask Register
CAN_MODATAL225  0xF001AC30          Message Object 225 Data Register Low
CAN_MODATAH225  0xF001AC34          Message Object 225 Data Register High
CAN_MOAR225     0xF001AC38          Message Object 225 Arbitration Register
CAN_MOCTR225    0xF001AC3C          Message Object 225 Control Register
CAN_MOFCR226    0xF001AC40          Message Object 226 Function Control Register
CAN_MOFGPR226   0xF001AC44          Message Object 226 FIFO/Gateway Pointer Register
CAN_MOIPR226    0xF001AC48          Message Object 226 Interrupt Pointer Register
CAN_MOAMR226    0xF001AC4C          Message Object 226 Acceptance Mask Register
CAN_MODATAL226  0xF001AC50          Message Object 226 Data Register Low
CAN_MODATAH226  0xF001AC54          Message Object 226 Data Register High
CAN_MOAR226     0xF001AC58          Message Object 226 Arbitration Register
CAN_MOCTR226    0xF001AC5C          Message Object 226 Control Register
CAN_MOFCR227    0xF001AC60          Message Object 227 Function Control Register
CAN_MOFGPR227   0xF001AC64          Message Object 227 FIFO/Gateway Pointer Register
CAN_MOIPR227    0xF001AC68          Message Object 227 Interrupt Pointer Register
CAN_MOAMR227    0xF001AC6C          Message Object 227 Acceptance Mask Register
CAN_MODATAL227  0xF001AC70          Message Object 227 Data Register Low
CAN_MODATAH227  0xF001AC74          Message Object 227 Data Register High
CAN_MOAR227     0xF001AC78          Message Object 227 Arbitration Register
CAN_MOCTR227    0xF001AC7C          Message Object 227 Control Register
CAN_MOFCR228    0xF001AC80          Message Object 228 Function Control Register
CAN_MOFGPR228   0xF001AC84          Message Object 228 FIFO/Gateway Pointer Register
CAN_MOIPR228    0xF001AC88          Message Object 228 Interrupt Pointer Register
CAN_MOAMR228    0xF001AC8C          Message Object 228 Acceptance Mask Register
CAN_MODATAL228  0xF001AC90          Message Object 228 Data Register Low
CAN_MODATAH228  0xF001AC94          Message Object 228 Data Register High
CAN_MOAR228     0xF001AC98          Message Object 228 Arbitration Register
CAN_MOCTR228    0xF001AC9C          Message Object 228 Control Register
CAN_MOFCR229    0xF001ACA0          Message Object 229 Function Control Register
CAN_MOFGPR229   0xF001ACA4          Message Object 229 FIFO/Gateway Pointer Register
CAN_MOIPR229    0xF001ACA8          Message Object 229 Interrupt Pointer Register
CAN_MOAMR229    0xF001ACAC          Message Object 229 Acceptance Mask Register
CAN_MODATAL229  0xF001ACB0          Message Object 229 Data Register Low
CAN_MODATAH229  0xF001ACB4          Message Object 229 Data Register High
CAN_MOAR229     0xF001ACB8          Message Object 229 Arbitration Register
CAN_MOCTR229    0xF001ACBC          Message Object 229 Control Register
CAN_MOFCR230    0xF001ACC0          Message Object 230 Function Control Register
CAN_MOFGPR230   0xF001ACC4          Message Object 230 FIFO/Gateway Pointer Register
CAN_MOIPR230    0xF001ACC8          Message Object 230 Interrupt Pointer Register
CAN_MOAMR230    0xF001ACCC          Message Object 230 Acceptance Mask Register
CAN_MODATAL230  0xF001ACD0          Message Object 230 Data Register Low
CAN_MODATAH230  0xF001ACD4          Message Object 230 Data Register High
CAN_MOAR230     0xF001ACD8          Message Object 230 Arbitration Register
CAN_MOCTR230    0xF001ACDC          Message Object 230 Control Register
CAN_MOFCR231    0xF001ACE0          Message Object 231 Function Control Register
CAN_MOFGPR231   0xF001ACE4          Message Object 231 FIFO/Gateway Pointer Register
CAN_MOIPR231    0xF001ACE8          Message Object 231 Interrupt Pointer Register
CAN_MOAMR231    0xF001ACEC          Message Object 231 Acceptance Mask Register
CAN_MODATAL231  0xF001ACF0          Message Object 231 Data Register Low
CAN_MODATAH231  0xF001ACF4          Message Object 231 Data Register High
CAN_MOAR231     0xF001ACF8          Message Object 231 Arbitration Register
CAN_MOCTR231    0xF001ACFC          Message Object 231 Control Register
CAN_MOFCR232    0xF001AD00          Message Object 232 Function Control Register
CAN_MOFGPR232   0xF001AD04          Message Object 232 FIFO/Gateway Pointer Register
CAN_MOIPR232    0xF001AD08          Message Object 232 Interrupt Pointer Register
CAN_MOAMR232    0xF001AD0C          Message Object 232 Acceptance Mask Register
CAN_MODATAL232  0xF001AD10          Message Object 232 Data Register Low
CAN_MODATAH232  0xF001AD14          Message Object 232 Data Register High
CAN_MOAR232     0xF001AD18          Message Object 232 Arbitration Register
CAN_MOCTR232    0xF001AD1C          Message Object 232 Control Register
CAN_MOFCR233    0xF001AD20          Message Object 233 Function Control Register
CAN_MOFGPR233   0xF001AD24          Message Object 233 FIFO/Gateway Pointer Register
CAN_MOIPR233    0xF001AD28          Message Object 233 Interrupt Pointer Register
CAN_MOAMR233    0xF001AD2C          Message Object 233 Acceptance Mask Register
CAN_MODATAL233  0xF001AD30          Message Object 233 Data Register Low
CAN_MODATAH233  0xF001AD34          Message Object 233 Data Register High
CAN_MOAR233     0xF001AD38          Message Object 233 Arbitration Register
CAN_MOCTR233    0xF001AD3C          Message Object 233 Control Register
CAN_MOFCR234    0xF001AD40          Message Object 234 Function Control Register
CAN_MOFGPR234   0xF001AD44          Message Object 234 FIFO/Gateway Pointer Register
CAN_MOIPR234    0xF001AD48          Message Object 234 Interrupt Pointer Register
CAN_MOAMR234    0xF001AD4C          Message Object 234 Acceptance Mask Register
CAN_MODATAL234  0xF001AD50          Message Object 234 Data Register Low
CAN_MODATAH234  0xF001AD54          Message Object 234 Data Register High
CAN_MOAR234     0xF001AD58          Message Object 234 Arbitration Register
CAN_MOCTR234    0xF001AD5C          Message Object 234 Control Register
CAN_MOFCR235    0xF001AD60          Message Object 235 Function Control Register
CAN_MOFGPR235   0xF001AD64          Message Object 235 FIFO/Gateway Pointer Register
CAN_MOIPR235    0xF001AD68          Message Object 235 Interrupt Pointer Register
CAN_MOAMR235    0xF001AD6C          Message Object 235 Acceptance Mask Register
CAN_MODATAL235  0xF001AD70          Message Object 235 Data Register Low
CAN_MODATAH235  0xF001AD74          Message Object 235 Data Register High
CAN_MOAR235     0xF001AD78          Message Object 235 Arbitration Register
CAN_MOCTR235    0xF001AD7C          Message Object 235 Control Register
CAN_MOFCR236    0xF001AD80          Message Object 236 Function Control Register
CAN_MOFGPR236   0xF001AD84          Message Object 236 FIFO/Gateway Pointer Register
CAN_MOIPR236    0xF001AD88          Message Object 236 Interrupt Pointer Register
CAN_MOAMR236    0xF001AD8C          Message Object 236 Acceptance Mask Register
CAN_MODATAL236  0xF001AD90          Message Object 236 Data Register Low
CAN_MODATAH236  0xF001AD94          Message Object 236 Data Register High
CAN_MOAR236     0xF001AD98          Message Object 236 Arbitration Register
CAN_MOCTR236    0xF001AD9C          Message Object 236 Control Register
CAN_MOFCR237    0xF001ADA0          Message Object 237 Function Control Register
CAN_MOFGPR237   0xF001ADA4          Message Object 237 FIFO/Gateway Pointer Register
CAN_MOIPR237    0xF001ADA8          Message Object 237 Interrupt Pointer Register
CAN_MOAMR237    0xF001ADAC          Message Object 237 Acceptance Mask Register
CAN_MODATAL237  0xF001ADB0          Message Object 237 Data Register Low
CAN_MODATAH237  0xF001ADB4          Message Object 237 Data Register High
CAN_MOAR237     0xF001ADB8          Message Object 237 Arbitration Register
CAN_MOCTR237    0xF001ADBC          Message Object 237 Control Register
CAN_MOFCR238    0xF001ADC0          Message Object 238 Function Control Register
CAN_MOFGPR238   0xF001ADC4          Message Object 238 FIFO/Gateway Pointer Register
CAN_MOIPR238    0xF001ADC8          Message Object 238 Interrupt Pointer Register
CAN_MOAMR238    0xF001ADCC          Message Object 238 Acceptance Mask Register
CAN_MODATAL238  0xF001ADD0          Message Object 238 Data Register Low
CAN_MODATAH238  0xF001ADD4          Message Object 238 Data Register High
CAN_MOAR238     0xF001ADD8          Message Object 238 Arbitration Register
CAN_MOCTR238    0xF001ADDC          Message Object 238 Control Register
CAN_MOFCR239    0xF001ADE0          Message Object 239 Function Control Register
CAN_MOFGPR239   0xF001ADE4          Message Object 239 FIFO/Gateway Pointer Register
CAN_MOIPR239    0xF001ADE8          Message Object 239 Interrupt Pointer Register
CAN_MOAMR239    0xF001ADEC          Message Object 239 Acceptance Mask Register
CAN_MODATAL239  0xF001ADF0          Message Object 239 Data Register Low
CAN_MODATAH239  0xF001ADF4          Message Object 239 Data Register High
CAN_MOAR239     0xF001ADF8          Message Object 239 Arbitration Register
CAN_MOCTR239    0xF001ADFC          Message Object 239 Control Register
CAN_MOFCR240    0xF001AE00          Message Object 240 Function Control Register
CAN_MOFGPR240   0xF001AE04          Message Object 240 FIFO/Gateway Pointer Register
CAN_MOIPR240    0xF001AE08          Message Object 240 Interrupt Pointer Register
CAN_MOAMR240    0xF001AE0C          Message Object 240 Acceptance Mask Register
CAN_MODATAL240  0xF001AE10          Message Object 240 Data Register Low
CAN_MODATAH240  0xF001AE14          Message Object 240 Data Register High
CAN_MOAR240     0xF001AE18          Message Object 240 Arbitration Register
CAN_MOCTR240    0xF001AE1C          Message Object 240 Control Register
CAN_MOFCR241    0xF001AE20          Message Object 241 Function Control Register
CAN_MOFGPR241   0xF001AE24          Message Object 241 FIFO/Gateway Pointer Register
CAN_MOIPR241    0xF001AE28          Message Object 241 Interrupt Pointer Register
CAN_MOAMR241    0xF001AE2C          Message Object 241 Acceptance Mask Register
CAN_MODATAL241  0xF001AE30          Message Object 241 Data Register Low
CAN_MODATAH241  0xF001AE34          Message Object 241 Data Register High
CAN_MOAR241     0xF001AE38          Message Object 241 Arbitration Register
CAN_MOCTR241    0xF001AE3C          Message Object 241 Control Register
CAN_MOFCR242    0xF001AE40          Message Object 242 Function Control Register
CAN_MOFGPR242   0xF001AE44          Message Object 242 FIFO/Gateway Pointer Register
CAN_MOIPR242    0xF001AE48          Message Object 242 Interrupt Pointer Register
CAN_MOAMR242    0xF001AE4C          Message Object 242 Acceptance Mask Register
CAN_MODATAL242  0xF001AE50          Message Object 242 Data Register Low
CAN_MODATAH242  0xF001AE54          Message Object 242 Data Register High
CAN_MOAR242     0xF001AE58          Message Object 242 Arbitration Register
CAN_MOCTR242    0xF001AE5C          Message Object 242 Control Register
CAN_MOFCR243    0xF001AE60          Message Object 243 Function Control Register
CAN_MOFGPR243   0xF001AE64          Message Object 243 FIFO/Gateway Pointer Register
CAN_MOIPR243    0xF001AE68          Message Object 243 Interrupt Pointer Register
CAN_MOAMR243    0xF001AE6C          Message Object 243 Acceptance Mask Register
CAN_MODATAL243  0xF001AE70          Message Object 243 Data Register Low
CAN_MODATAH243  0xF001AE74          Message Object 243 Data Register High
CAN_MOAR243     0xF001AE78          Message Object 243 Arbitration Register
CAN_MOCTR243    0xF001AE7C          Message Object 243 Control Register
CAN_MOFCR244    0xF001AE80          Message Object 244 Function Control Register
CAN_MOFGPR244   0xF001AE84          Message Object 244 FIFO/Gateway Pointer Register
CAN_MOIPR244    0xF001AE88          Message Object 244 Interrupt Pointer Register
CAN_MOAMR244    0xF001AE8C          Message Object 244 Acceptance Mask Register
CAN_MODATAL244  0xF001AE90          Message Object 244 Data Register Low
CAN_MODATAH244  0xF001AE94          Message Object 244 Data Register High
CAN_MOAR244     0xF001AE98          Message Object 244 Arbitration Register
CAN_MOCTR244    0xF001AE9C          Message Object 244 Control Register
CAN_MOFCR245    0xF001AEA0          Message Object 245 Function Control Register
CAN_MOFGPR245   0xF001AEA4          Message Object 245 FIFO/Gateway Pointer Register
CAN_MOIPR245    0xF001AEA8          Message Object 245 Interrupt Pointer Register
CAN_MOAMR245    0xF001AEAC          Message Object 245 Acceptance Mask Register
CAN_MODATAL245  0xF001AEB0          Message Object 245 Data Register Low
CAN_MODATAH245  0xF001AEB4          Message Object 245 Data Register High
CAN_MOAR245     0xF001AEB8          Message Object 245 Arbitration Register
CAN_MOCTR245    0xF001AEBC          Message Object 245 Control Register
CAN_MOFCR246    0xF001AEC0          Message Object 246 Function Control Register
CAN_MOFGPR246   0xF001AEC4          Message Object 246 FIFO/Gateway Pointer Register
CAN_MOIPR246    0xF001AEC8          Message Object 246 Interrupt Pointer Register
CAN_MOAMR246    0xF001AECC          Message Object 246 Acceptance Mask Register
CAN_MODATAL246  0xF001AED0          Message Object 246 Data Register Low
CAN_MODATAH246  0xF001AED4          Message Object 246 Data Register High
CAN_MOAR246     0xF001AED8          Message Object 246 Arbitration Register
CAN_MOCTR246    0xF001AEDC          Message Object 246 Control Register
CAN_MOFCR247    0xF001AEE0          Message Object 247 Function Control Register
CAN_MOFGPR247   0xF001AEE4          Message Object 247 FIFO/Gateway Pointer Register
CAN_MOIPR247    0xF001AEE8          Message Object 247 Interrupt Pointer Register
CAN_MOAMR247    0xF001AEEC          Message Object 247 Acceptance Mask Register
CAN_MODATAL247  0xF001AEF0          Message Object 247 Data Register Low
CAN_MODATAH247  0xF001AEF4          Message Object 247 Data Register High
CAN_MOAR247     0xF001AEF8          Message Object 247 Arbitration Register
CAN_MOCTR247    0xF001AEFC          Message Object 247 Control Register
CAN_MOFCR248    0xF001AF00          Message Object 248 Function Control Register
CAN_MOFGPR248   0xF001AF04          Message Object 248 FIFO/Gateway Pointer Register
CAN_MOIPR248    0xF001AF08          Message Object 248 Interrupt Pointer Register
CAN_MOAMR248    0xF001AF0C          Message Object 248 Acceptance Mask Register
CAN_MODATAL248  0xF001AF10          Message Object 248 Data Register Low
CAN_MODATAH248  0xF001AF14          Message Object 248 Data Register High
CAN_MOAR248     0xF001AF18          Message Object 248 Arbitration Register
CAN_MOCTR248    0xF001AF1C          Message Object 248 Control Register
CAN_MOFCR249    0xF001AF20          Message Object 249 Function Control Register
CAN_MOFGPR249   0xF001AF24          Message Object 249 FIFO/Gateway Pointer Register
CAN_MOIPR249    0xF001AF28          Message Object 249 Interrupt Pointer Register
CAN_MOAMR249    0xF001AF2C          Message Object 249 Acceptance Mask Register
CAN_MODATAL249  0xF001AF30          Message Object 249 Data Register Low
CAN_MODATAH249  0xF001AF34          Message Object 249 Data Register High
CAN_MOAR249     0xF001AF38          Message Object 249 Arbitration Register
CAN_MOCTR249    0xF001AF3C          Message Object 249 Control Register
CAN_MOFCR250    0xF001AF40          Message Object 250 Function Control Register
CAN_MOFGPR250   0xF001AF44          Message Object 250 FIFO/Gateway Pointer Register
CAN_MOIPR250    0xF001AF48          Message Object 250 Interrupt Pointer Register
CAN_MOAMR250    0xF001AF4C          Message Object 250 Acceptance Mask Register
CAN_MODATAL250  0xF001AF50          Message Object 250 Data Register Low
CAN_MODATAH250  0xF001AF54          Message Object 250 Data Register High
CAN_MOAR250     0xF001AF58          Message Object 250 Arbitration Register
CAN_MOCTR250    0xF001AF5C          Message Object 250 Control Register
CAN_MOFCR251    0xF001AF60          Message Object 251 Function Control Register
CAN_MOFGPR251   0xF001AF64          Message Object 251 FIFO/Gateway Pointer Register
CAN_MOIPR251    0xF001AF68          Message Object 251 Interrupt Pointer Register
CAN_MOAMR251    0xF001AF6C          Message Object 251 Acceptance Mask Register
CAN_MODATAL251  0xF001AF70          Message Object 251 Data Register Low
CAN_MODATAH251  0xF001AF74          Message Object 251 Data Register High
CAN_MOAR251     0xF001AF78          Message Object 251 Arbitration Register
CAN_MOCTR251    0xF001AF7C          Message Object 251 Control Register
CAN_MOFCR252    0xF001AF80          Message Object 252 Function Control Register
CAN_MOFGPR252   0xF001AF84          Message Object 252 FIFO/Gateway Pointer Register
CAN_MOIPR252    0xF001AF88          Message Object 252 Interrupt Pointer Register
CAN_MOAMR252    0xF001AF8C          Message Object 252 Acceptance Mask Register
CAN_MODATAL252  0xF001AF90          Message Object 252 Data Register Low
CAN_MODATAH252  0xF001AF94          Message Object 252 Data Register High
CAN_MOAR252     0xF001AF98          Message Object 252 Arbitration Register
CAN_MOCTR252    0xF001AF9C          Message Object 252 Control Register
CAN_MOFCR253    0xF001AFA0          Message Object 253 Function Control Register
CAN_MOFGPR253   0xF001AFA4          Message Object 253 FIFO/Gateway Pointer Register
CAN_MOIPR253    0xF001AFA8          Message Object 253 Interrupt Pointer Register
CAN_MOAMR253    0xF001AFAC          Message Object 253 Acceptance Mask Register
CAN_MODATAL253  0xF001AFB0          Message Object 253 Data Register Low
CAN_MODATAH253  0xF001AFB4          Message Object 253 Data Register High
CAN_MOAR253     0xF001AFB8          Message Object 253 Arbitration Register
CAN_MOCTR253    0xF001AFBC          Message Object 253 Control Register
CAN_MOFCR254    0xF001AFC0          Message Object 254 Function Control Register
CAN_MOFGPR254   0xF001AFC4          Message Object 254 FIFO/Gateway Pointer Register
CAN_MOIPR254    0xF001AFC8          Message Object 254 Interrupt Pointer Register
CAN_MOAMR254    0xF001AFCC          Message Object 254 Acceptance Mask Register
CAN_MODATAL254  0xF001AFD0          Message Object 254 Data Register Low
CAN_MODATAH254  0xF001AFD4          Message Object 254 Data Register High
CAN_MOAR254     0xF001AFD8          Message Object 254 Arbitration Register
CAN_MOCTR254    0xF001AFDC          Message Object 254 Control Register
CAN_MOFCR255    0xF001AFE0          Message Object 255 Function Control Register
CAN_MOFGPR255   0xF001AFE4          Message Object 255 FIFO/Gateway Pointer Register
CAN_MOIPR255    0xF001AFE8          Message Object 255 Interrupt Pointer Register
CAN_MOAMR255    0xF001AFEC          Message Object 255 Acceptance Mask Register
CAN_MODATAL255  0xF001AFF0          Message Object 255 Data Register Low
CAN_MODATAH255  0xF001AFF4          Message Object 255 Data Register High
CAN_MOAR255     0xF001AFF8          Message Object 255 Arbitration Register
CAN_MOCTR255    0xF001AFFC          Message Object 255 Control Register
ERAY_CLC        0xF001C000          Clock Control Register
ERAY_CUST1      0xF001C004          Busy and Input Buffer Control Register
ERAY_ID         0xF001C008          Module Identification Register
ERAY_CUST3      0xF001C00C          Customer Interface Timeout Counter
ERAY_TEST1      0xF001C010          Test Register 1
ERAY_TEST2      0xF001C014          Test Register 2
ERAY_LCK        0xF001C01C          Lock Register
ERAY_EIR        0xF001C020          Error Service Request Register
ERAY_SIR        0xF001C024          Status Service Request Register
ERAY_EILS       0xF001C028          Error Service Request Line Select
ERAY_SILS       0xF001C02C          Status Service Request Line Select
ERAY_EIES       0xF001C030          Error Service Request Enable Set
ERAY_EIER       0xF001C034          Error Service Request Enable Reset
ERAY_SIES       0xF001C038          Status Service Request Enable Set
ERAY_SIER       0xF001C03C          Status Service Request Enable Reset
ERAY_ILE        0xF001C040          Service Request Line Enable
ERAY_T0C        0xF001C044          Timer 0 Configuration
ERAY_T1C        0xF001C048          Timer 1 Configuration
ERAY_STPW1      0xF001C04C          Stop Watch Register 1
ERAY_STPW2      0xF001C050          Stop Watch Register 2
ERAY_SUCC1      0xF001C080          SUC Configuration Register 1
ERAY_SUCC2      0xF001C084          SUC Configuration Register 2
ERAY_SUCC3      0xF001C088          SUC Configuration Register 3
ERAY_NEMC       0xF001C08C          NEM Configuration Register
ERAY_PRTC1      0xF001C090          PRT Configuration Register 1
ERAY_PRTC2      0xF001C094          PRT Configuration Register 2
ERAY_MHDC       0xF001C098          MHD Configuration Register
ERAY_GTUC01     0xF001C0A0          GTU Configuration Register 1
ERAY_GTUC02     0xF001C0A4          GTU Configuration Register 2
ERAY_GTUC03     0xF001C0A8          GTU Configuration Register 3
ERAY_GTUC04     0xF001C0AC          GTU Configuration Register 4
ERAY_GTUC05     0xF001C0B0          GTU Configuration Register 5
ERAY_GTUC06     0xF001C0B4          GTU Configuration Register 6
ERAY_GTUC07     0xF001C0B8          GTU Configuration Register 7
ERAY_GTUC08     0xF001C0BC          GTU Configuration Register 8
ERAY_GTUC09     0xF001C0C0          GTU Configuration Register 9
ERAY_GTUC10     0xF001C0C4          GTU Configuration Register 10
ERAY_GTUC11     0xF001C0C8          GTU Configuration Register 11
ERAY_CCSV       0xF001C100          Communication Controller Status Vector
ERAY_CCEV       0xF001C104          Communication Controller Error Vector
ERAY_SCV        0xF001C110          Slot Counter Value
ERAY_MTCCV      0xF001C114          Macrotick and Cycle Counter Value
ERAY_RCV        0xF001C118          Rate Correction Value
ERAY_OCV        0xF001C11C          Offset Correction Value
ERAY_SFS        0xF001C120          SYNC Frame Status
ERAY_SWNIT      0xF001C124          Symbol Window and Network Idle Time Status
ERAY_ACS        0xF001C128          Aggregated Channel Status
ERAY_ESID01     0xF001C130          Even Sync ID Symbol Window 01
ERAY_ESID02     0xF001C134          Even Sync ID Symbol Window 02
ERAY_ESID03     0xF001C138          Even Sync ID Symbol Window 03
ERAY_ESID04     0xF001C13C          Even Sync ID Symbol Window 04
ERAY_ESID05     0xF001C140          Even Sync ID Symbol Window 05
ERAY_ESID06     0xF001C144          Even Sync ID Symbol Window 06
ERAY_ESID07     0xF001C148          Even Sync ID Symbol Window 07
ERAY_ESID08     0xF001C14C          Even Sync ID Symbol Window 08
ERAY_ESID09     0xF001C150          Even Sync ID Symbol Window 09
ERAY_ESID10     0xF001C154          Even Sync ID Symbol Window 10
ERAY_ESID11     0xF001C158          Even Sync ID Symbol Window 11
ERAY_ESID12     0xF001C15C          Even Sync ID Symbol Window 12
ERAY_ESID13     0xF001C160          Even Sync ID Symbol Window 13
ERAY_ESID14     0xF001C164          Even Sync ID Symbol Window 14
ERAY_ESID15     0xF001C168          Even Sync ID Symbol Window 15
ERAY_OSID01     0xF001C170          Odd Sync ID Symbol Window 01
ERAY_OSID02     0xF001C174          Odd Sync ID Symbol Window 02
ERAY_OSID03     0xF001C178          Odd Sync ID Symbol Window 03
ERAY_OSID04     0xF001C17C          Odd Sync ID Symbol Window 04
ERAY_OSID05     0xF001C180          Odd Sync ID Symbol Window 05
ERAY_OSID06     0xF001C184          Odd Sync ID Symbol Window 06
ERAY_OSID07     0xF001C188          Odd Sync ID Symbol Window 07
ERAY_OSID08     0xF001C18C          Odd Sync ID Symbol Window 08
ERAY_OSID09     0xF001C190          Odd Sync ID Symbol Window 09
ERAY_OSID10     0xF001C194          Odd Sync ID Symbol Window 10
ERAY_OSID11     0xF001C198          Odd Sync ID Symbol Window 11
ERAY_OSID12     0xF001C19C          Odd Sync ID Symbol Window 12
ERAY_OSID13     0xF001C1A0          Odd Sync ID Symbol Window 13
ERAY_OSID14     0xF001C1A4          Odd Sync ID Symbol Window 14
ERAY_OSID15     0xF001C1A8          Odd Sync ID Symbol Window 15
ERAY_NMV1       0xF001C1B0          Network Management Vector 1
ERAY_NMV2       0xF001C1B4          Network Management Vector 2
ERAY_NMV3       0xF001C1B8          Network Management Vector 3
ERAY_MRC        0xF001C300          Message RAM Configuration
ERAY_FRF        0xF001C304          FIFO Rejection Filter
ERAY_FRFM       0xF001C308          FIFO Rejection Filter Mask
ERAY_FCL        0xF001C30C          FIFO Critical Level
ERAY_MHDS       0xF001C310          Message Handler Status
ERAY_LDTS       0xF001C314          Last Dynamic Transmit Slot
ERAY_FSR        0xF001C318          FIFO Status Register
ERAY_MHDF       0xF001C31C          Message Handler Constraints Flags
ERAY_TXRQ1      0xF001C320          Transmission Request Register 1
ERAY_TXRQ2      0xF001C324          Transmission Request Register 2
ERAY_TXRQ3      0xF001C328          Transmission Request Register 3
ERAY_TXRQ4      0xF001C32C          Transmission Request Register 4
ERAY_NDAT1      0xF001C330          New Data Register 1
ERAY_NDAT2      0xF001C334          New Data Register 2
ERAY_NDAT3      0xF001C338          New Data Register 3
ERAY_NDAT4      0xF001C33C          New Data Register 4
ERAY_MBSC1      0xF001C340          Message Buffer Status Changed 1
ERAY_MBSC2      0xF001C344          Message Buffer Status Changed 2
ERAY_MBSC3      0xF001C348          Message Buffer Status Changed 3
ERAY_MBSC4      0xF001C34C          Message Buffer Status Changed 4
ERAY_NDIC1      0xF001C3A8          New Data Interrupt Control 1
ERAY_NDIC2      0xF001C3AC          New Data Interrupt Control 2
ERAY_NDIC3      0xF001C3B0          New Data Interrupt Control 3
ERAY_NDIC4      0xF001C3B4          New Data Interrupt Control 4
ERAY_MSIC1      0xF001C3B8          Message Buffer Status Changed Interrupt Control 1
ERAY_MSIC2      0xF001C3BC          Message Buffer Status Changed Interrupt Control 2
ERAY_MSIC3      0xF001C3C0          Message Buffer Status Changed Interrupt Control 3
ERAY_MSIC4      0xF001C3C4          Message Buffer Status Changed Interrupt Control 4
ERAY_CREL       0xF001C3F0          Core Release Register
ERAY_ENDN       0xF001C3F4          Endian Register
ERAY_WRDS01     0xF001C400          Write Data Section 01
ERAY_WRDS02     0xF001C404          Write Data Section 02
ERAY_WRDS03     0xF001C408          Write Data Section 03
ERAY_WRDS04     0xF001C40C          Write Data Section 04
ERAY_WRDS05     0xF001C410          Write Data Section 05
ERAY_WRDS06     0xF001C414          Write Data Section 06
ERAY_WRDS07     0xF001C418          Write Data Section 07
ERAY_WRDS08     0xF001C41C          Write Data Section 08
ERAY_WRDS09     0xF001C420          Write Data Section 09
ERAY_WRDS10     0xF001C424          Write Data Section 10
ERAY_WRDS11     0xF001C428          Write Data Section 11
ERAY_WRDS12     0xF001C42C          Write Data Section 12
ERAY_WRDS13     0xF001C430          Write Data Section 13
ERAY_WRDS14     0xF001C434          Write Data Section 14
ERAY_WRDS15     0xF001C438          Write Data Section 15
ERAY_WRDS16     0xF001C43C          Write Data Section 16
ERAY_WRDS17     0xF001C440          Write Data Section 17
ERAY_WRDS18     0xF001C444          Write Data Section 18
ERAY_WRDS19     0xF001C448          Write Data Section 19
ERAY_WRDS20     0xF001C44C          Write Data Section 20
ERAY_WRDS21     0xF001C450          Write Data Section 21
ERAY_WRDS22     0xF001C454          Write Data Section 22
ERAY_WRDS23     0xF001C458          Write Data Section 23
ERAY_WRDS24     0xF001C45C          Write Data Section 24
ERAY_WRDS25     0xF001C460          Write Data Section 25
ERAY_WRDS26     0xF001C464          Write Data Section 26
ERAY_WRDS27     0xF001C468          Write Data Section 27
ERAY_WRDS28     0xF001C46C          Write Data Section 28
ERAY_WRDS29     0xF001C470          Write Data Section 29
ERAY_WRDS30     0xF001C474          Write Data Section 30
ERAY_WRDS31     0xF001C478          Write Data Section 31
ERAY_WRDS32     0xF001C47C          Write Data Section 32
ERAY_WRDS33     0xF001C480          Write Data Section 33
ERAY_WRDS34     0xF001C484          Write Data Section 34
ERAY_WRDS35     0xF001C488          Write Data Section 35
ERAY_WRDS36     0xF001C48C          Write Data Section 36
ERAY_WRDS37     0xF001C490          Write Data Section 37
ERAY_WRDS38     0xF001C494          Write Data Section 38
ERAY_WRDS39     0xF001C498          Write Data Section 39
ERAY_WRDS40     0xF001C49C          Write Data Section 40
ERAY_WRDS41     0xF001C4A0          Write Data Section 41
ERAY_WRDS42     0xF001C4A4          Write Data Section 42
ERAY_WRDS43     0xF001C4A8          Write Data Section 43
ERAY_WRDS44     0xF001C4AC          Write Data Section 44
ERAY_WRDS45     0xF001C4B0          Write Data Section 45
ERAY_WRDS46     0xF001C4B4          Write Data Section 46
ERAY_WRDS47     0xF001C4B8          Write Data Section 47
ERAY_WRDS48     0xF001C4BC          Write Data Section 48
ERAY_WRDS49     0xF001C4C0          Write Data Section 49
ERAY_WRDS50     0xF001C4C4          Write Data Section 50
ERAY_WRDS51     0xF001C4C8          Write Data Section 51
ERAY_WRDS52     0xF001C4CC          Write Data Section 52
ERAY_WRDS53     0xF001C4D0          Write Data Section 53
ERAY_WRDS54     0xF001C4D4          Write Data Section 54
ERAY_WRDS55     0xF001C4D8          Write Data Section 55
ERAY_WRDS56     0xF001C4DC          Write Data Section 56
ERAY_WRDS57     0xF001C4E0          Write Data Section 57
ERAY_WRDS58     0xF001C4E4          Write Data Section 58
ERAY_WRDS59     0xF001C4E8          Write Data Section 59
ERAY_WRDS60     0xF001C4EC          Write Data Section 60
ERAY_WRDS61     0xF001C4F0          Write Data Section 61
ERAY_WRDS62     0xF001C4F4          Write Data Section 62
ERAY_WRDS63     0xF001C4F8          Write Data Section 63
ERAY_WRDS64     0xF001C4FC          Write Data Section 64
ERAY_WRHS1      0xF001C500          Write Header Section 1
ERAY_WRHS2      0xF001C504          Write Header Section 2
ERAY_WRHS3      0xF001C508          Write Header Section 3
ERAY_IBCM       0xF001C510          Input Buffer Command Mask
ERAY_IBCR       0xF001C514          Input Buffer Command Request
ERAY_RDDS01     0xF001C600          Read Data Section 01
ERAY_RDDS02     0xF001C604          Read Data Section 02
ERAY_RDDS03     0xF001C608          Read Data Section 03
ERAY_RDDS04     0xF001C60C          Read Data Section 04
ERAY_RDDS05     0xF001C610          Read Data Section 05
ERAY_RDDS06     0xF001C614          Read Data Section 06
ERAY_RDDS07     0xF001C618          Read Data Section 07
ERAY_RDDS08     0xF001C61C          Read Data Section 08
ERAY_RDDS09     0xF001C620          Read Data Section 09
ERAY_RDDS10     0xF001C624          Read Data Section 10
ERAY_RDDS11     0xF001C628          Read Data Section 11
ERAY_RDDS12     0xF001C62C          Read Data Section 12
ERAY_RDDS13     0xF001C630          Read Data Section 13
ERAY_RDDS14     0xF001C634          Read Data Section 14
ERAY_RDDS15     0xF001C638          Read Data Section 15
ERAY_RDDS16     0xF001C63C          Read Data Section 16
ERAY_RDDS17     0xF001C640          Read Data Section 17
ERAY_RDDS18     0xF001C644          Read Data Section 18
ERAY_RDDS19     0xF001C648          Read Data Section 19
ERAY_RDDS20     0xF001C64C          Read Data Section 20
ERAY_RDDS21     0xF001C650          Read Data Section 21
ERAY_RDDS22     0xF001C654          Read Data Section 22
ERAY_RDDS23     0xF001C658          Read Data Section 23
ERAY_RDDS24     0xF001C65C          Read Data Section 24
ERAY_RDDS25     0xF001C660          Read Data Section 25
ERAY_RDDS26     0xF001C664          Read Data Section 26
ERAY_RDDS27     0xF001C668          Read Data Section 27
ERAY_RDDS28     0xF001C66C          Read Data Section 28
ERAY_RDDS29     0xF001C670          Read Data Section 29
ERAY_RDDS30     0xF001C674          Read Data Section 30
ERAY_RDDS31     0xF001C678          Read Data Section 31
ERAY_RDDS32     0xF001C67C          Read Data Section 32
ERAY_RDDS33     0xF001C680          Read Data Section 33
ERAY_RDDS34     0xF001C684          Read Data Section 34
ERAY_RDDS35     0xF001C688          Read Data Section 35
ERAY_RDDS36     0xF001C68C          Read Data Section 36
ERAY_RDDS37     0xF001C690          Read Data Section 37
ERAY_RDDS38     0xF001C694          Read Data Section 38
ERAY_RDDS39     0xF001C698          Read Data Section 39
ERAY_RDDS40     0xF001C69C          Read Data Section 40
ERAY_RDDS41     0xF001C6A0          Read Data Section 41
ERAY_RDDS42     0xF001C6A4          Read Data Section 42
ERAY_RDDS43     0xF001C6A8          Read Data Section 43
ERAY_RDDS44     0xF001C6AC          Read Data Section 44
ERAY_RDDS45     0xF001C6B0          Read Data Section 45
ERAY_RDDS46     0xF001C6B4          Read Data Section 46
ERAY_RDDS47     0xF001C6B8          Read Data Section 47
ERAY_RDDS48     0xF001C6BC          Read Data Section 48
ERAY_RDDS49     0xF001C6C0          Read Data Section 49
ERAY_RDDS50     0xF001C6C4          Read Data Section 50
ERAY_RDDS51     0xF001C6C8          Read Data Section 51
ERAY_RDDS52     0xF001C6CC          Read Data Section 52
ERAY_RDDS53     0xF001C6D0          Read Data Section 53
ERAY_RDDS54     0xF001C6D4          Read Data Section 54
ERAY_RDDS55     0xF001C6D8          Read Data Section 55
ERAY_RDDS56     0xF001C6DC          Read Data Section 56
ERAY_RDDS57     0xF001C6E0          Read Data Section 57
ERAY_RDDS58     0xF001C6E4          Read Data Section 58
ERAY_RDDS59     0xF001C6E8          Read Data Section 59
ERAY_RDDS60     0xF001C6EC          Read Data Section 60
ERAY_RDDS61     0xF001C6F0          Read Data Section 61
ERAY_RDDS62     0xF001C6F4          Read Data Section 62
ERAY_RDDS63     0xF001C6F8          Read Data Section 63
ERAY_RDDS64     0xF001C6FC          Read Data Section 64
ERAY_RDHS1      0xF001C700          Read Header Section 1
ERAY_RDHS2      0xF001C704          Read Header Section 2
ERAY_RDHS3      0xF001C708          Read Header Section 3
ERAY_MBS        0xF001C70C          Message Buffer Status
ERAY_OBCM       0xF001C710          Output Buffer Command Mask
ERAY_OBCR       0xF001C714          Output Buffer Command Request
ERAY_OTSS       0xF001C870          OCDS Trigger Set Select
ERAY_OCS        0xF001C8E8          OCDS Control and Status
ERAY_KRSTCLR    0xF001C8EC          Kernel Reset Status Clear Register
ERAY_KRST1      0xF001C8F0          Kernel Reset Register 1
ERAY_KRST0      0xF001C8F4          Kernel Reset Register 0
ERAY_ACCEN1     0xF001C8F8          Access Enable Register 1
ERAY_ACCEN0     0xF001C8FC          Access Enable Register 0
ETH_CLC         0xF001D000          Clock Control Register
ETH_ID          0xF001D004          Module Identification Register
ETH_GPCTL       0xF001D008          Input and Output Control Register
ETH_ACCEN0      0xF001D00C          Access Enable Register 0
ETH_ACCEN1      0xF001D010          Access Enable Register 1
ETH_KRST0       0xF001D014          Kernel Reset Register 0
ETH_KRST1       0xF001D018          Kernel Reset Register 1
ETH_KRSTCLR     0xF001D01C          Kernel Reset Status Clear Register
ETH_MAC_CONFIGURATION 0xF001E000          Register 0 - MAC Configuration Register
ETH_MAC_FRAME_FILTER 0xF001E004          Register 1 - MAC Frame Filter
ETH_HASH_TABLE_HIGH 0xF001E008          Register 2 - Hash Table High Register
ETH_HASH_TABLE_LOW 0xF001E00C          Register 3 - Hash Table Low Register
ETH_GMII_ADDRESS 0xF001E010          Register 4 - GMII Address Register
ETH_GMII_DATA   0xF001E014          Register 5 - GMII Data Register
ETH_FLOW_CONTROL 0xF001E018          Register 6 - Flow Control Register
ETH_VLAN_TAG    0xF001E01C          Register 7 - VLAN Tag Register
ETH_VERSION     0xF001E020          Register 8 - Version Register
ETH_DEBUG       0xF001E024          Register 9 - Debug Register
ETH_REMOTE_WAKE_UP_FRAME_FILTER 0xF001E028          Register 10 - Remote Wake-Up Frame Filter Register
ETH_PMT_CONTROL_STATUS 0xF001E02C          Register 11 - PMT Control and Status Register
ETH_INTERRUPT_STATUS 0xF001E038          Register 14 - Interrupt Register
ETH_INTERRUPT_MASK 0xF001E03C          Register 15 - Interrupt Mask Register
ETH_MAC_ADDRESS0_HIGH 0xF001E040          Register 16 - MAC Address0 High Register
ETH_MAC_ADDRESS0_LOW 0xF001E044          Register 17 - MAC Address0 Low Register
ETH_MAC_ADDRESS1_HIGH 0xF001E048          Register 18 - MAC Address1 High Register
ETH_MAC_ADDRESS1_LOW 0xF001E04C          Register 19 - MAC Address1 Low Register
ETH_MAC_ADDRESS2_HIGH 0xF001E050          Register 20 - MAC Address2 High Register
ETH_MAC_ADDRESS2_LOW 0xF001E054          Register 21 - MAC Address2 Low Register
ETH_MAC_ADDRESS3_HIGH 0xF001E058          Register 22 - MAC Address3 High Register
ETH_MAC_ADDRESS3_LOW 0xF001E05C          Register 23 - MAC Address3 Low Register
ETH_MAC_ADDRESS4_HIGH 0xF001E060          Register 24 - MAC Address4 High Register
ETH_MAC_ADDRESS4_LOW 0xF001E064          Register 25 - MAC Address4 Low Register
ETH_MAC_ADDRESS5_HIGH 0xF001E068          Register 26 - MAC Address5 High Register
ETH_MAC_ADDRESS5_LOW 0xF001E06C          Register 27 - MAC Address5 Low Register
ETH_MAC_ADDRESS6_HIGH 0xF001E070          Register 28 - MAC Address6 High Register
ETH_MAC_ADDRESS6_LOW 0xF001E074          Register 29 - MAC Address6 Low Register
ETH_MAC_ADDRESS7_HIGH 0xF001E078          Register 30 - MAC Address7 High Register
ETH_MAC_ADDRESS7_LOW 0xF001E07C          Register 31 - MAC Address7 Low Register
ETH_MAC_ADDRESS8_HIGH 0xF001E080          Register 32 - MAC Address8 High Register
ETH_MAC_ADDRESS8_LOW 0xF001E084          Register 33 - MAC Address8 Low Register
ETH_MAC_ADDRESS9_HIGH 0xF001E088          Register 34 - MAC Address9 High Register
ETH_MAC_ADDRESS9_LOW 0xF001E08C          Register 35 - MAC Address9 Low Register
ETH_MAC_ADDRESS10_HIGH 0xF001E090          Register 36 - MAC Address10 High Register
ETH_MAC_ADDRESS10_LOW 0xF001E094          Register 37 - MAC Address10 Low Register
ETH_MAC_ADDRESS11_HIGH 0xF001E098          Register 38 - MAC Address11 High Register
ETH_MAC_ADDRESS11_LOW 0xF001E09C          Register 39 - MAC Address1 Low Register
ETH_MAC_ADDRESS12_HIGH 0xF001E0A0          Register 40 - MAC Address12 High Register
ETH_MAC_ADDRESS12_LOW 0xF001E0A4          Register 41 - MAC Address12 Low Register
ETH_MAC_ADDRESS13_HIGH 0xF001E0A8          Register 42 - MAC Address13 High Register
ETH_MAC_ADDRESS13_LOW 0xF001E0AC          Register 43 - MAC Address13 Low Register
ETH_MAC_ADDRESS14_HIGH 0xF001E0B0          Register 44 - MAC Address14 High Register
ETH_MAC_ADDRESS14_LOW 0xF001E0B4          Register 45 - MAC Address14 Low Register
ETH_MAC_ADDRESS15_HIGH 0xF001E0B8          Register 46 - MAC Address15 High Register
ETH_MAC_ADDRESS15_LOW 0xF001E0BC          Register 47 - MAC Address15 Low Register
ETH_MMC_CONTROL 0xF001E100          Register 64 - MMC Control Register
ETH_MMC_RECEIVE_INTERRUPT 0xF001E104          Register 65 - MMC Receive Interrupt Register
ETH_MMC_TRANSMIT_INTERRUPT 0xF001E108          Register 66 - MMC Transmit Interrupt Register
ETH_MMC_RECEIVE_INTERRUPT_MASK 0xF001E10C          -
ETH_MMC_TRANSMIT_INTERRUPT_MASK 0xF001E110          Register 68 - MMC Transmit Interrupt Mask Register
ETH_TX_OCTET_COUNT_GOOD_BAD 0xF001E114          Register 69 - Transmit Octet Count for Good and Bad Frames
ETH_TX_FRAME_COUNT_GOOD_BAD 0xF001E118          Register 70 - Transmit Frame Count for Good and Bad Frames
ETH_TX_BROADCAST_FRAMES_GOOD 0xF001E11C          Register 71 - Transmit Frame Count for Good Broadcast Frames
ETH_TX_MULTICAST_FRAMES_GOOD 0xF001E120          Register 72 - Transmit Frame Count for Good Multicast Frames
ETH_TX_64OCTETS_FRAMES_GOOD_BAD 0xF001E124          Register 73 - Transmit Octet Count for Good and Bad 64 Byte Frames
ETH_TX_65TO127OCTETS_FRAMES_GOOD_BAD 0xF001E128          Register 74 - Transmit Octet Count for Good and Bad 65 to 127 Bytes Frames
ETH_TX_128TO255OCTETS_FRAMES_GOOD_BAD 0xF001E12C          Register 75 - Transmit Octet Count for Good and Bad 128 to 255 Bytes Frames
ETH_TX_256TO511OCTETS_FRAMES_GOOD_BAD 0xF001E130          Register 76 - Transmit Octet Count for Good and Bad 256 to 511 Bytes Frames
ETH_TX_512TO1023OCTETS_FRAMES_GOOD_BAD 0xF001E134          Register 77 - Transmit Octet Count for Good and Bad 512 to 1023 Bytes Frames
ETH_TX_1024TOMAXOCTETS_FRAMES_GOOD_BAD 0xF001E138          Register 78 - Transmit Octet Count for Good and Bad 1024 to Maxsize Bytes Frames
ETH_TX_UNICAST_FRAMES_GOOD_BAD 0xF001E13C          Register 79 - Transmit Frame Count for Good and Bad Unicast Frames
ETH_TX_MULTICAST_FRAMES_GOOD_BAD 0xF001E140          Register 80 - Transmit Frame Count for Good and Bad Multicast Frames
ETH_TX_BROADCAST_FRAMES_GOOD_BAD 0xF001E144          Register 81 - Transmit Frame Count for Good and Bad Broadcast Frames
ETH_TX_UNDERFLOW_ERROR_FRAMES 0xF001E148          Register 82 - Transmit Frame Count for Underflow Error Frames
ETH_TX_SINGLE_COLLISION_GOOD_FRAMES 0xF001E14C          Register 83 - Transmit Frame Count for Frames Transmitted after Single Collision
ETH_TX_MULTIPLE_COLLISION_GOOD_FRAMES 0xF001E150          Register 84 - Transmit Frame Count for Frames Transmitted after Multiple Collision
ETH_TX_DEFERRED_FRAMES 0xF001E154          Register 85 - Transmit Frame Count for Deferred Frames
ETH_TX_LATE_COLLISION_FRAMES 0xF001E158          Register 86 - Transmit Frame Count for Late Collision Error Frames
ETH_TX_EXCESSIVE_COLLISION_FRAMES 0xF001E15C          Register 87 - Transmit Frame Count for Excessive Collision Error Frames
ETH_TX_CARRIER_ERROR_FRAMES 0xF001E160          Register 88 - Transmit Frame Count for Carrier Sense Error Frames
ETH_TX_OCTET_COUNT_GOOD 0xF001E164          Register 89 - Transmit Octet Count for Good Frames
ETH_TX_FRAME_COUNT_GOOD 0xF001E168          Register 90 - Transmit Frame Count for Good Frames
ETH_TX_EXCESSIVE_DEFERRAL_ERROR 0xF001E16C          Register 91 - Transmit Frame Count for Excessive Deferral Error Frames
ETH_TX_PAUSE_FRAMES 0xF001E170          Register 92 - Transmit Frame Count for Good PAUSE Frames
ETH_TX_VLAN_FRAMES_GOOD 0xF001E174          Register 93 - Transmit Frame Count for Good VLAN Frames
ETH_TX_OSIZE_FRAMES_GOOD 0xF001E178          Register 94 - Transmit Frame Count for Good Oversize Frames
ETH_RX_FRAMES_COUNT_GOOD_BAD 0xF001E180          Register 96 - Receive Frame Count for Good and Bad Frames
ETH_RX_OCTET_COUNT_GOOD_BAD 0xF001E184          Register 97 - Receive Octet Count for Good and Bad Frames
ETH_RX_OCTET_COUNT_GOOD 0xF001E188          Register 98 - Receive Octet Count for Good Frames
ETH_RX_BROADCAST_FRAMES_GOOD 0xF001E18C          Register 99 - Receive Frame Count for Good Broadcast Frames
ETH_RX_MULTICAST_FRAMES_GOOD 0xF001E190          Register 100 - Receive Frame Count for Good Multicast Frames
ETH_RX_CRC_ERROR_FRAMES 0xF001E194          Register 101 - Receive Frame Count for CRC Error Frames
ETH_RX_ALIGNMENT_ERROR_FRAMES 0xF001E198          Register 102 - Receive Frame Count for Alignment Error Frames
ETH_RX_RUNT_ERROR_FRAMES 0xF001E19C          Register 103 - Receive Frame Count for Runt Error Frames
ETH_RX_JABBER_ERROR_FRAMES 0xF001E1A0          Register 104 - Receive Frame Count for Jabber Error Frames
ETH_RX_UNDERSIZE_FRAMES_GOOD 0xF001E1A4          Register 105 - Receive Frame Count for Undersize Frames
ETH_RX_OVERSIZE_FRAMES_GOOD 0xF001E1A8          Register 106 - Receive Frame Count for Oversize Frames
ETH_RX_64OCTETS_FRAMES_GOOD_BAD 0xF001E1AC          Register 107 - Receive Frame Count for Good and Bad 64 Byte Frames
ETH_RX_65TO127OCTETS_FRAMES_GOOD_BAD 0xF001E1B0          Register 108 - Receive Frame Count for Good and Bad 65 to 127 Bytes Frames
ETH_RX_128TO255OCTETS_FRAMES_GOOD_BAD 0xF001E1B4          Register 109 - Receive Frame Count for Good and Bad 128 to 255 Bytes Frames
ETH_RX_256TO511OCTETS_FRAMES_GOOD_BAD 0xF001E1B8          Register 110 - Receive Frame Count for Good and Bad 256 to 511 Bytes Frames
ETH_RX_512TO1023OCTETS_FRAMES_GOOD_BAD 0xF001E1BC          Register 111 - Receive Frame Count for Good and Bad 512 to 1,023 Bytes Frames
ETH_RX_1024TOMAXOCTETS_FRAMES_GOOD_BAD 0xF001E1C0          Register 112 - Receive Frame Count for Good and Bad 1,024 to Maxsize Bytes Frames
ETH_RX_UNICAST_FRAMES_GOOD 0xF001E1C4          Register 113 - Receive Frame Count for Good Unicast Frames
ETH_RX_LENGTH_ERROR_FRAMES 0xF001E1C8          Register 114 - Receive Frame Count for Length Error Frames
ETH_RX_OUT_OF_RANGE_TYPE_FRAMES 0xF001E1CC          Register 115 - Receive Frame Count for Out of Range Frames
ETH_RX_PAUSE_FRAMES 0xF001E1D0          Register 116 - Receive Frame Count for PAUSE Frames
ETH_RX_FIFO_OVERFLOW_FRAMES 0xF001E1D4          Register 117 - Receive Frame Count for FIFO Overflow Frames
ETH_RX_VLAN_FRAMES_GOOD_BAD 0xF001E1D8          Register 118 - Receive Frame Count for Good and Bad VLAN Frames
ETH_RX_WATCHDOG_ERROR_FRAMES 0xF001E1DC          Register 119 - Receive Frame Count for Watchdog Error Frames
ETH_RX_RECEIVE_ERROR_FRAMES 0xF001E1E0          Register 120 - Receive Frame Count for Receive Error Frames
ETH_RX_CONTROL_FRAMES_GOOD 0xF001E1E4          Register 121 - Receive Frame Count for Good Control Frames Frames
ETH_MMC_IPC_RECEIVE_INTERRUPT_MASK 0xF001E200          Register 128 - MMC Receive Checksum Offload Interrupt Mask Register
ETH_MMC_IPC_RECEIVE_INTERRUPT 0xF001E208          Register 130 - MMC Receive Checksum Offload Interrupt Register
ETH_RXIPV4_GOOD_FRAMES 0xF001E210          Register 132 - Receive IPV4 Good Frame Counter Register
ETH_RXIPV4_HEADER_ERROR_FRAMES 0xF001E214          Register 133 - Receive IPV4 Header Error Frame Counter Register
ETH_RXIPV4_NO_PAYLOAD_FRAMES 0xF001E218          Register 134 - Receive IPV4 No Payload Frame Counter Register
ETH_RXIPV4_FRAGMENTED_FRAMES 0xF001E21C          Register 135 - Receive IPV4 Fragmented Frame Counter Register
ETH_RXIPV4_UDP_CHECKSUM_DISABLED_FRAMES 0xF001E220          Register 136 - Receive IPV4 UDP Checksum Disabled Frame Counter Register
ETH_RXIPV6_GOOD_FRAMES 0xF001E224          Register 137 - Receive IPV6 Good Frame Counter Register
ETH_RXIPV6_HEADER_ERROR_FRAMES 0xF001E228          Register 138 - Receive IPV6 Header Error Frame Counter Register
ETH_RXIPV6_NO_PAYLOAD_FRAMES 0xF001E22C          Register 139 - Receive IPV6 No Payload Frame Counter Register
ETH_RXUDP_GOOD_FRAMES 0xF001E230          Register 140 - Receive UDP Good Frame Counter Register
ETH_RXUDP_ERROR_FRAMES 0xF001E234          Register 141 - Receive UDP Error Frame Counter Register
ETH_RXTCP_GOOD_FRAMES 0xF001E238          Register 142 - Receive TCP Good Frame Counter Register
ETH_RXTCP_ERROR_FRAMES 0xF001E23C          Register 143 - Receive TCP Error Frame Counter Register
ETH_RXICMP_GOOD_FRAMES 0xF001E240          Register 144 - Receive ICMP Good Frame Counter Register
ETH_RXICMP_ERROR_FRAMES 0xF001E244          Register 145 - Receive ICMP Error Frame Counter Register
ETH_RXIPV4_GOOD_OCTETS 0xF001E250          Register 148 - Receive IPV4 Good Octet Counter Register
ETH_RXIPV4_HEADER_ERROR_OCTETS 0xF001E254          Register 149 - Receive IPV4 Header Error Octet Counter Register
ETH_RXIPV4_NO_PAYLOAD_OCTETS 0xF001E258          Register 150 - Receive IPV4 No Payload Octet Counter Register
ETH_RXIPV4_FRAGMENTED_OCTETS 0xF001E25C          Register 151 - Receive IPV4 Fragmented Octet Counter Register
ETH_RXIPV4_UDP_CHECKSUM_DISABLE_OCTETS 0xF001E260          Register 152 - Receive IPV4 Fragmented Octet Counter Register
ETH_RXIPV6_GOOD_OCTETS 0xF001E264          Register 153 - Receive IPV6 Good Octet Counter Register
ETH_RXIPV6_HEADER_ERROR_OCTETS 0xF001E268          Register 154 - Receive IPV6 Header Error Octet Counter Register
ETH_RXIPV6_NO_PAYLOAD_OCTETS 0xF001E26C          Register 155 - Receive IPV6 No Payload Octet Counter Register
ETH_RXUDP_GOOD_OCTETS 0xF001E270          Register 156 - Receive UDP Good Octet Counter Register
ETH_RXUDP_ERROR_OCTETS 0xF001E274          Register 157 - Receive UDP Error Octet Counter Register
ETH_RXTCP_GOOD_OCTETS 0xF001E278          Register 158 - Receive TCP Good Octet Counter Register
ETH_RXTCP_ERROR_OCTETS 0xF001E27C          Register 159 - Receive TCP Error Octet Counter Register
ETH_RXICMP_GOOD_OCTETS 0xF001E280          Register 160 - Receive ICMP Good Octet Counter Register
ETH_RXICMP_ERROR_OCTETS 0xF001E284          Register 161 - Receive ICMP Error Octet Counter Register
ETH_TIMESTAMP_CONTROL 0xF001E700          Register 448 - Timestamp Control Register
ETH_SUB_SECOND_INCREMENT 0xF001E704          Register 449 - Sub-Second Increment Register
ETH_SYSTEM_TIME_SECONDS 0xF001E708          Register 450 - System Time - Seconds Register
ETH_SYSTEM_TIME_NANOSECONDS 0xF001E70C          Register 451 - System Time - Nanoseconds Register
ETH_SYSTEM_TIME_SECONDS_UPDATE 0xF001E710          Register 452 - System Time - Seconds Update Register
ETH_SYSTEM_TIME_NANOSECONDS_UPDATE 0xF001E714          Register 453 - System Time - Nanoseconds Update Register
ETH_TIMESTAMP_ADDEND 0xF001E718          Register 454 - Timestamp Addend Register
ETH_TARGET_TIME_SECONDS 0xF001E71C          Register 455 - Target Time Seconds Register
ETH_TARGET_TIME_NANOSECONDS 0xF001E720          Register 456 - Target Time Nanoseconds Register
ETH_SYSTEM_TIME_HIGHER_WORD_SECONDS 0xF001E724          Register 457 - System Time - Higher Word Seconds Register
ETH_TIMESTAMP_STATUS 0xF001E728          Register 458 - Timestamp Status Register
ETH_PPS_CONTROL 0xF001E72C          Register 459 - PPS Control Register
ETH_MAC_ADDRESS16_HIGH 0xF001E800          Register 512 - MAC Address16 High Register
ETH_MAC_ADDRESS16_LOW 0xF001E804          Register 513 - MAC Address16 Low Register
ETH_MAC_ADDRESS17_HIGH 0xF001E808          Register 514 - MAC Address17 High Register
ETH_MAC_ADDRESS17_LOW 0xF001E80C          Register 515 - MAC Address17 Low Register
ETH_MAC_ADDRESS18_HIGH 0xF001E810          Register 516 - MAC Address18 High Register
ETH_MAC_ADDRESS18_LOW 0xF001E814          Register 517 - MAC Address18 Low Register
ETH_MAC_ADDRESS19_HIGH 0xF001E818          Register 518 - MAC Address19 High Register
ETH_MAC_ADDRESS19_LOW 0xF001E81C          Register 519 - MAC Address19 Low Register
ETH_MAC_ADDRESS20_HIGH 0xF001E820          Register 520 - MAC Address20 High Register
ETH_MAC_ADDRESS20_LOW 0xF001E824          Register 521 - MAC Address20 Low Register
ETH_MAC_ADDRESS21_HIGH 0xF001E828          Register 522 - MAC Address21 High Register
ETH_MAC_ADDRESS21_LOW 0xF001E82C          Register 523 - MAC Address21 Low Register
ETH_MAC_ADDRESS22_HIGH 0xF001E830          Register 524 - MAC Address22 High Register
ETH_MAC_ADDRESS22_LOW 0xF001E834          Register 525 - MAC Address22 Low Register
ETH_MAC_ADDRESS23_HIGH 0xF001E838          Register 526 -
ETH_MAC_ADDRESS23_LOW 0xF001E83C          Register 527 - MAC Address23 Low Register
ETH_MAC_ADDRESS24_HIGH 0xF001E840          Register 528 - MAC Address24 High Register
ETH_MAC_ADDRESS24_LOW 0xF001E844          Register 529 - MAC Address24 Low Register
ETH_MAC_ADDRESS25_HIGH 0xF001E848          Register 530 - MAC Address25 High Register
ETH_MAC_ADDRESS25_LOW 0xF001E84C          Register 531 - MAC Address25 Low Register
ETH_MAC_ADDRESS26_HIGH 0xF001E850          Register 532 - MAC Address26 High Register
ETH_MAC_ADDRESS26_LOW 0xF001E854          Register 533 - MAC Address26 Low Register
ETH_MAC_ADDRESS27_HIGH 0xF001E858          Register 534 - MAC Address27 High Register
ETH_MAC_ADDRESS27_LOW 0xF001E85C          Register 535 - MAC Address27 Low Register
ETH_MAC_ADDRESS28_HIGH 0xF001E860          Register 536 - MAC Address28 High Register
ETH_MAC_ADDRESS28_LOW 0xF001E864          Register 537 - MAC Address28 Low Register
ETH_MAC_ADDRESS29_HIGH 0xF001E868          Register 538 - MAC Address29 High Register
ETH_MAC_ADDRESS29_LOW 0xF001E86C          Register 539 - MAC Address29 Low Register
ETH_MAC_ADDRESS30_HIGH 0xF001E870          Register 540 - MAC Address30 High Register
ETH_MAC_ADDRESS30_LOW 0xF001E874          Register 541 - MAC Address30 Low Register
ETH_MAC_ADDRESS31_HIGH 0xF001E878          Register 542 - MAC Address31 High Register
ETH_MAC_ADDRESS31_LOW 0xF001E87C          Register 543 - MAC Address31 Low Register
ETH_BUS_MODE    0xF001F000          Register 0 - Bus Mode Register
ETH_TRANSMIT_POLL_DEMAND 0xF001F004          Register 1 - Transmit Poll Demand Register
ETH_RECEIVE_POLL_DEMAND 0xF001F008          Register 2 - Receive Poll Demand Register
ETH_RECEIVE_DESCRIPTOR_LIST_ADDRESS 0xF001F00C          Register 3 - Receive Descriptor List Address Register
ETH_TRANSMIT_DESCRIPTOR_LIST_ADDRESS 0xF001F010          Register 4 - Transmit Descriptor List Address Register
ETH_STATUS      0xF001F014          Register 5 - Status Register
ETH_OPERATION_MODE 0xF001F018          Register 6 - Operation Mode Register
ETH_INTERRUPT_ENABLE 0xF001F01C          Register 7 - Interrupt Enable Register
ETH_MISSED_FRAME_AND_BUFFER_OVERFLOW_COUNTER 0xF001F020          Register 8 - Missed Frame and Buffer Overflow Counter Register
ETH_RECEIVE_INTERRUPT_WATCHDOG_TIMER 0xF001F024          Register 9 - Receive Interrupt Watchdog Timer Register
ETH_AHB_OR_AXI_STATUS 0xF001F02C          Register 11 - AHB or AXI Status Register
ETH_CURRENT_HOST_TRANSMIT_DESCRIPTOR 0xF001F048          Register 18 - Current Host Transmit Descriptor Register
ETH_CURRENT_HOST_RECEIVE_DESCRIPTOR 0xF001F04C          Register 19 - Current Host Receive Descriptor Register
ETH_CURRENT_HOST_TRANSMIT_BUFFER_ADDRESS 0xF001F050          Register 20 - Current Host Transmit Buffer Address Register
ETH_CURRENT_HOST_RECEIVE_BUFFER_ADDRESS 0xF001F054          Register 21 - Current Host Receive Buffer Address Register
ETH_HW_FEATURE  0xF001F058          Register 22 - HW Feature Register
VADC_CLC        0xF0020000          Clock Control Register
VADC_ID         0xF0020008          Module Identification Register
VADC_OCS        0xF0020028          OCDS Control and Status Register
VADC_KRSTCLR    0xF002002C          Kernel Reset Status Clear Register
VADC_KRST1      0xF0020030          Kernel Reset Register 1
VADC_KRST0      0xF0020034          Kernel Reset Register 0
VADC_ACCEN0     0xF002003C          Access Enable Register 0
VADC_GLOBCFG    0xF0020080          Global Configuration Register
VADC_ACCPROT0   0xF0020088          Access Protection Register
VADC_ACCPROT1   0xF002008C          Access Protection Register
VADC_GLOBICLASS0 0xF00200A0          Input Class Register 0, Global
VADC_GLOBICLASS1 0xF00200A4          Input Class Register 1, Global
VADC_GLOBBOUND  0xF00200B8          Global Boundary Select Register
VADC_GLOBEFLAG  0xF00200E0          Global Event Flag Register
VADC_GLOBEVNP   0xF0020140          Global Event Node Pointer Register
VADC_GLOBTF     0xF0020160          Global Test Functions Register
VADC_BRSSEL0    0xF0020180          Background Request Source Channel Select Register, Group 0
VADC_BRSSEL1    0xF0020184          Background Request Source Channel Select Register, Group 1
VADC_BRSSEL2    0xF0020188          Background Request Source Channel Select Register, Group 2
VADC_BRSSEL3    0xF002018C          Background Request Source Channel Select Register, Group 3
VADC_BRSSEL4    0xF0020190          Background Request Source Channel Select Register, Group 4
VADC_BRSSEL5    0xF0020194          Background Request Source Channel Select Register, Group 5
VADC_BRSSEL6    0xF0020198          Background Request Source Channel Select Register, Group 6
VADC_BRSSEL7    0xF002019C          Background Request Source Channel Select Register, Group 7
VADC_BRSPND0    0xF00201C0          Background Request Source Pending Register, Group 0
VADC_BRSPND1    0xF00201C4          Background Request Source Pending Register, Group 1
VADC_BRSPND2    0xF00201C8          Background Request Source Pending Register, Group 2
VADC_BRSPND3    0xF00201CC          Background Request Source Pending Register, Group 3
VADC_BRSPND4    0xF00201D0          Background Request Source Pending Register, Group 4
VADC_BRSPND5    0xF00201D4          Background Request Source Pending Register, Group 5
VADC_BRSPND6    0xF00201D8          Background Request Source Pending Register, Group 6
VADC_BRSPND7    0xF00201DC          Background Request Source Pending Register, Group 7
VADC_BRSCTRL    0xF0020200          Background Request Source Control Register
VADC_BRSMR      0xF0020204          Background Request Source Mode Register
VADC_GLOBRCR    0xF0020280          Global Result Control Register
VADC_GLOBRES    0xF0020300          Global Result Register
VADC_GLOBRESD   0xF0020380          Global Result Register, Debug
VADC_EMUXSEL    0xF00203F0          External Multiplexer Select Register
VADC_G0ARBCFG   0xF0020480          Arbitration Configuration Register, Group 0
VADC_G0ARBPR    0xF0020484          Arbitration Priority Register, Group 0
VADC_G0CHASS    0xF0020488          Channel Assignment Register, Group 0
VADC_G0RRASS    0xF002048C          Result Assignment Register, Group 0
VADC_G0ICLASS0  0xF00204A0          Input Class Register 0, Group 0
VADC_G0ICLASS1  0xF00204A4          Input Class Register 1, Group 0
VADC_G0ALIAS    0xF00204B0          Alias Register, Group 0
VADC_G0BOUND    0xF00204B8          Boundary Select Register, Group 0
VADC_G0SYNCTR   0xF00204C0          Synchronization Control Register, Group 0
VADC_G0BFL      0xF00204C8          Boundary Flag Register, Group 0
VADC_G0BFLS     0xF00204CC          Boundary Flag Software Register, Group 0
VADC_G0BFLC     0xF00204D0          Boundary Flag Control Register, Group 0
VADC_G0BFLNP    0xF00204D4          Boundary Flag Node Pointer Register, Group 0
VADC_G0QCTRL0   0xF0020500          Queue 0 Source Control Register, Group 0
VADC_G0QMR0     0xF0020504          Queue 0 Mode Register, Group 0
VADC_G0QSR0     0xF0020508          Queue 0 Status Register, Group 0
VADC_G0Q0R0     0xF002050C          Queue 0 Register 0, Group 0
VADC_G0QBUR0    0xF0020510          Queue 0 Backup Register, Group 0
VADC_G0ASCTRL   0xF0020520          Autoscan Source Control Register, Group 0
VADC_G0ASMR     0xF0020524          Autoscan Source Mode Register, Group 0
VADC_G0ASSEL    0xF0020528          Autoscan Source Channel Select Register, Group 0
VADC_G0ASPND    0xF002052C          Autoscan Source Pending Register, Group 0
VADC_G0CEFLAG   0xF0020580          Channel Event Flag Register, Group 0
VADC_G0REFLAG   0xF0020584          Result Event Flag Register, Group 0
VADC_G0SEFLAG   0xF0020588          Source Event Flag Register, Group 0
VADC_G0CEFCLR   0xF0020590          Channel Event Flag Clear Register, Group 0
VADC_G0REFCLR   0xF0020594          Result Event Flag Clear Register, Group 0
VADC_G0SEFCLR   0xF0020598          Source Event Flag Clear Register, Group 0
VADC_G0CEVNP0   0xF00205A0          Channel Event Node Pointer Register 0, Group 0
VADC_G0REVNP0   0xF00205B0          Result Event Node Pointer Register 0, Group 0
VADC_G0REVNP1   0xF00205B4          Result Event Node Pointer Register 1, Group 0
VADC_G0SEVNP    0xF00205C0          Source Event Node Pointer Register, Group 0
VADC_G0SRACT    0xF00205C8          Service Request Software Activation Trigger, Group 0
VADC_G0EMUXCTR  0xF00205F0          External Multiplexer Control Register, Group 0
VADC_G0VFR      0xF00205F8          Valid Flag Register, Group 0
VADC_G0CHCTR0   0xF0020600          Group 0, Channel 0 Ctrl. Reg.
VADC_G0CHCTR1   0xF0020604          Group 0, Channel 1 Ctrl. Reg.
VADC_G0CHCTR2   0xF0020608          Group 0, Channel 2 Ctrl. Reg.
VADC_G0CHCTR3   0xF002060C          Group 0, Channel 3 Ctrl. Reg.
VADC_G0CHCTR4   0xF0020610          Group 0, Channel 4 Ctrl. Reg.
VADC_G0CHCTR5   0xF0020614          Group 0, Channel 5 Ctrl. Reg.
VADC_G0CHCTR6   0xF0020618          Group 0, Channel 6 Ctrl. Reg.
VADC_G0CHCTR7   0xF002061C          Group 0, Channel 7 Ctrl. Reg.
VADC_G0RCR0     0xF0020680          Group 0 Result Control Reg. 0
VADC_G0RCR1     0xF0020684          Group 0 Result Control Reg. 1
VADC_G0RCR2     0xF0020688          Group 0 Result Control Reg. 2
VADC_G0RCR3     0xF002068C          Group 0 Result Control Reg. 3
VADC_G0RCR4     0xF0020690          Group 0 Result Control Reg. 4
VADC_G0RCR5     0xF0020694          Group 0 Result Control Reg. 5
VADC_G0RCR6     0xF0020698          Group 0 Result Control Reg. 6
VADC_G0RCR7     0xF002069C          Group 0 Result Control Reg. 7
VADC_G0RCR8     0xF00206A0          Group 0 Result Control Reg. 8
VADC_G0RCR9     0xF00206A4          Group 0 Result Control Reg. 9
VADC_G0RCR10    0xF00206A8          Group 0 Result Control Reg. 10
VADC_G0RCR11    0xF00206AC          Group 0 Result Control Reg. 11
VADC_G0RCR12    0xF00206B0          Group 0 Result Control Reg. 12
VADC_G0RCR13    0xF00206B4          Group 0 Result Control Reg. 13
VADC_G0RCR14    0xF00206B8          Group 0 Result Control Reg. 14
VADC_G0RCR15    0xF00206BC          Group 0 Result Control Reg. 15
VADC_G0RES0     0xF0020700          Group 0 Result Register 0
VADC_G0RES1     0xF0020704          Group 0 Result Register 1
VADC_G0RES2     0xF0020708          Group 0 Result Register 2
VADC_G0RES3     0xF002070C          Group 0 Result Register 3
VADC_G0RES4     0xF0020710          Group 0 Result Register 4
VADC_G0RES5     0xF0020714          Group 0 Result Register 5
VADC_G0RES6     0xF0020718          Group 0 Result Register 6
VADC_G0RES7     0xF002071C          Group 0 Result Register 7
VADC_G0RES8     0xF0020720          Group 0 Result Register 8
VADC_G0RES9     0xF0020724          Group 0 Result Register 9
VADC_G0RES10    0xF0020728          Group 0 Result Register 10
VADC_G0RES11    0xF002072C          Group 0 Result Register 11
VADC_G0RES12    0xF0020730          Group 0 Result Register 12
VADC_G0RES13    0xF0020734          Group 0 Result Register 13
VADC_G0RES14    0xF0020738          Group 0 Result Register 14
VADC_G0RES15    0xF002073C          Group 0 Result Register 15
VADC_G0RESD0    0xF0020780          Group 0 Result Reg. 0, Debug
VADC_G0RESD1    0xF0020784          Group 0 Result Reg. 1, Debug
VADC_G0RESD2    0xF0020788          Group 0 Result Reg. 2, Debug
VADC_G0RESD3    0xF002078C          Group 0 Result Reg. 3, Debug
VADC_G0RESD4    0xF0020790          Group 0 Result Reg. 4, Debug
VADC_G0RESD5    0xF0020794          Group 0 Result Reg. 5, Debug
VADC_G0RESD6    0xF0020798          Group 0 Result Reg. 6, Debug
VADC_G0RESD7    0xF002079C          Group 0 Result Reg. 7, Debug
VADC_G0RESD8    0xF00207A0          Group 0 Result Reg. 8, Debug
VADC_G0RESD9    0xF00207A4          Group 0 Result Reg. 9, Debug
VADC_G0RESD10   0xF00207A8          Group 0 Result Reg. 10, Debug
VADC_G0RESD11   0xF00207AC          Group 0 Result Reg. 11, Debug
VADC_G0RESD12   0xF00207B0          Group 0 Result Reg. 12, Debug
VADC_G0RESD13   0xF00207B4          Group 0 Result Reg. 13, Debug
VADC_G0RESD14   0xF00207B8          Group 0 Result Reg. 14, Debug
VADC_G0RESD15   0xF00207BC          Group 0 Result Reg. 15, Debug
VADC_G1ARBCFG   0xF0020880          Arbitration Configuration Register, Group 1
VADC_G1ARBPR    0xF0020884          Arbitration Priority Register, Group 1
VADC_G1CHASS    0xF0020888          Channel Assignment Register, Group 1
VADC_G1RRASS    0xF002088C          Result Assignment Register, Group 1
VADC_G1ICLASS0  0xF00208A0          Input Class Register 0, Group 1
VADC_G1ICLASS1  0xF00208A4          Input Class Register 1, Group 1
VADC_G1ALIAS    0xF00208B0          Alias Register, Group 1
VADC_G1BOUND    0xF00208B8          Boundary Select Register, Group 1
VADC_G1SYNCTR   0xF00208C0          Synchronization Control Register, Group 1
VADC_G1BFL      0xF00208C8          Boundary Flag Register, Group 1
VADC_G1BFLS     0xF00208CC          Boundary Flag Software Register, Group 1
VADC_G1BFLC     0xF00208D0          Boundary Flag Control Register, Group 1
VADC_G1BFLNP    0xF00208D4          Boundary Flag Node Pointer Register, Group 1
VADC_G1QCTRL0   0xF0020900          Queue 0 Source Control Register, Group 1
VADC_G1QMR0     0xF0020904          Queue 0 Mode Register, Group 1
VADC_G1QSR0     0xF0020908          Queue 0 Status Register, Group 1
VADC_G1Q0R0     0xF002090C          Queue 0 Register 0, Group 1
VADC_G1QBUR0    0xF0020910          Queue 0 Backup Register, Group 1
VADC_G1ASCTRL   0xF0020920          Autoscan Source Control Register, Group 1
VADC_G1ASMR     0xF0020924          Autoscan Source Mode Register, Group 1
VADC_G1ASSEL    0xF0020928          Autoscan Source Channel Select Register, Group 1
VADC_G1ASPND    0xF002092C          Autoscan Source Pending Register, Group 1
VADC_G1CEFLAG   0xF0020980          Channel Event Flag Register, Group 1
VADC_G1REFLAG   0xF0020984          Result Event Flag Register, Group 1
VADC_G1SEFLAG   0xF0020988          Source Event Flag Register, Group 1
VADC_G1CEFCLR   0xF0020990          Channel Event Flag Clear Register, Group 1
VADC_G1REFCLR   0xF0020994          Result Event Flag Clear Register, Group 1
VADC_G1SEFCLR   0xF0020998          Source Event Flag Clear Register, Group 1
VADC_G1CEVNP0   0xF00209A0          Channel Event Node Pointer Register 0, Group 1
VADC_G1REVNP0   0xF00209B0          Result Event Node Pointer Register 0, Group 1
VADC_G1REVNP1   0xF00209B4          Result Event Node Pointer Register 1, Group 1
VADC_G1SEVNP    0xF00209C0          Source Event Node Pointer Register, Group 1
VADC_G1SRACT    0xF00209C8          Service Request Software Activation Trigger, Group 1
VADC_G1EMUXCTR  0xF00209F0          External Multiplexer Control Register, Group 1
VADC_G1VFR      0xF00209F8          Valid Flag Register, Group 1
VADC_G1CHCTR0   0xF0020A00          Group 1, Channel 0 Ctrl. Reg.
VADC_G1CHCTR1   0xF0020A04          Group 1, Channel 1 Ctrl. Reg.
VADC_G1CHCTR2   0xF0020A08          Group 1, Channel 2 Ctrl. Reg.
VADC_G1CHCTR3   0xF0020A0C          Group 1, Channel 3 Ctrl. Reg.
VADC_G1CHCTR4   0xF0020A10          Group 1, Channel 4 Ctrl. Reg.
VADC_G1CHCTR5   0xF0020A14          Group 1, Channel 5 Ctrl. Reg.
VADC_G1CHCTR6   0xF0020A18          Group 1, Channel 6 Ctrl. Reg.
VADC_G1CHCTR7   0xF0020A1C          Group 1, Channel 7 Ctrl. Reg.
VADC_G1RCR0     0xF0020A80          Group 1 Result Control Reg. 0
VADC_G1RCR1     0xF0020A84          Group 1 Result Control Reg. 1
VADC_G1RCR2     0xF0020A88          Group 1 Result Control Reg. 2
VADC_G1RCR3     0xF0020A8C          Group 1 Result Control Reg. 3
VADC_G1RCR4     0xF0020A90          Group 1 Result Control Reg. 4
VADC_G1RCR5     0xF0020A94          Group 1 Result Control Reg. 5
VADC_G1RCR6     0xF0020A98          Group 1 Result Control Reg. 6
VADC_G1RCR7     0xF0020A9C          Group 1 Result Control Reg. 7
VADC_G1RCR8     0xF0020AA0          Group 1 Result Control Reg. 8
VADC_G1RCR9     0xF0020AA4          Group 1 Result Control Reg. 9
VADC_G1RCR10    0xF0020AA8          Group 1 Result Control Reg. 10
VADC_G1RCR11    0xF0020AAC          Group 1 Result Control Reg. 11
VADC_G1RCR12    0xF0020AB0          Group 1 Result Control Reg. 12
VADC_G1RCR13    0xF0020AB4          Group 1 Result Control Reg. 13
VADC_G1RCR14    0xF0020AB8          Group 1 Result Control Reg. 14
VADC_G1RCR15    0xF0020ABC          Group 1 Result Control Reg. 15
VADC_G1RES0     0xF0020B00          Group 1 Result Register 0
VADC_G1RES1     0xF0020B04          Group 1 Result Register 1
VADC_G1RES2     0xF0020B08          Group 1 Result Register 2
VADC_G1RES3     0xF0020B0C          Group 1 Result Register 3
VADC_G1RES4     0xF0020B10          Group 1 Result Register 4
VADC_G1RES5     0xF0020B14          Group 1 Result Register 5
VADC_G1RES6     0xF0020B18          Group 1 Result Register 6
VADC_G1RES7     0xF0020B1C          Group 1 Result Register 7
VADC_G1RES8     0xF0020B20          Group 1 Result Register 8
VADC_G1RES9     0xF0020B24          Group 1 Result Register 9
VADC_G1RES10    0xF0020B28          Group 1 Result Register 10
VADC_G1RES11    0xF0020B2C          Group 1 Result Register 11
VADC_G1RES12    0xF0020B30          Group 1 Result Register 12
VADC_G1RES13    0xF0020B34          Group 1 Result Register 13
VADC_G1RES14    0xF0020B38          Group 1 Result Register 14
VADC_G1RES15    0xF0020B3C          Group 1 Result Register 15
VADC_G1RESD0    0xF0020B80          Group 1 Result Reg. 0, Debug
VADC_G1RESD1    0xF0020B84          Group 1 Result Reg. 1, Debug
VADC_G1RESD2    0xF0020B88          Group 1 Result Reg. 2, Debug
VADC_G1RESD3    0xF0020B8C          Group 1 Result Reg. 3, Debug
VADC_G1RESD4    0xF0020B90          Group 1 Result Reg. 4, Debug
VADC_G1RESD5    0xF0020B94          Group 1 Result Reg. 5, Debug
VADC_G1RESD6    0xF0020B98          Group 1 Result Reg. 6, Debug
VADC_G1RESD7    0xF0020B9C          Group 1 Result Reg. 7, Debug
VADC_G1RESD8    0xF0020BA0          Group 1 Result Reg. 8, Debug
VADC_G1RESD9    0xF0020BA4          Group 1 Result Reg. 9, Debug
VADC_G1RESD10   0xF0020BA8          Group 1 Result Reg. 10, Debug
VADC_G1RESD11   0xF0020BAC          Group 1 Result Reg. 11, Debug
VADC_G1RESD12   0xF0020BB0          Group 1 Result Reg. 12, Debug
VADC_G1RESD13   0xF0020BB4          Group 1 Result Reg. 13, Debug
VADC_G1RESD14   0xF0020BB8          Group 1 Result Reg. 14, Debug
VADC_G1RESD15   0xF0020BBC          Group 1 Result Reg. 15, Debug
VADC_G2ARBCFG   0xF0020C80          Arbitration Configuration Register, Group 2
VADC_G2ARBPR    0xF0020C84          Arbitration Priority Register, Group 2
VADC_G2CHASS    0xF0020C88          Channel Assignment Register, Group 2
VADC_G2RRASS    0xF0020C8C          Result Assignment Register, Group 2
VADC_G2ICLASS0  0xF0020CA0          Input Class Register 0, Group 2
VADC_G2ICLASS1  0xF0020CA4          Input Class Register 1, Group 2
VADC_G2ALIAS    0xF0020CB0          Alias Register, Group 2
VADC_G2BOUND    0xF0020CB8          Boundary Select Register, Group 2
VADC_G2SYNCTR   0xF0020CC0          Synchronization Control Register, Group 2
VADC_G2BFL      0xF0020CC8          Boundary Flag Register, Group 2
VADC_G2BFLS     0xF0020CCC          Boundary Flag Software Register, Group 2
VADC_G2BFLC     0xF0020CD0          Boundary Flag Control Register, Group 2
VADC_G2BFLNP    0xF0020CD4          Boundary Flag Node Pointer Register, Group 2
VADC_G2QCTRL0   0xF0020D00          Queue 0 Source Control Register, Group 2
VADC_G2QMR0     0xF0020D04          Queue 0 Mode Register, Group 2
VADC_G2QSR0     0xF0020D08          Queue 0 Status Register, Group 2
VADC_G2Q0R0     0xF0020D0C          Queue 0 Register 0, Group 2
VADC_G2QBUR0    0xF0020D10          Queue 0 Backup Register, Group 2
VADC_G2ASCTRL   0xF0020D20          Autoscan Source Control Register, Group 2
VADC_G2ASMR     0xF0020D24          Autoscan Source Mode Register, Group 2
VADC_G2ASSEL    0xF0020D28          Autoscan Source Channel Select Register, Group 2
VADC_G2ASPND    0xF0020D2C          Autoscan Source Pending Register, Group 2
VADC_G2CEFLAG   0xF0020D80          Channel Event Flag Register, Group 2
VADC_G2REFLAG   0xF0020D84          Result Event Flag Register, Group 2
VADC_G2SEFLAG   0xF0020D88          Source Event Flag Register, Group 2
VADC_G2CEFCLR   0xF0020D90          Channel Event Flag Clear Register, Group 2
VADC_G2REFCLR   0xF0020D94          Result Event Flag Clear Register, Group 2
VADC_G2SEFCLR   0xF0020D98          Source Event Flag Clear Register, Group 2
VADC_G2CEVNP0   0xF0020DA0          Channel Event Node Pointer Register 0, Group 2
VADC_G2REVNP0   0xF0020DB0          Result Event Node Pointer Register 0, Group 2
VADC_G2REVNP1   0xF0020DB4          Result Event Node Pointer Register 1, Group 2
VADC_G2SEVNP    0xF0020DC0          Source Event Node Pointer Register, Group 2
VADC_G2SRACT    0xF0020DC8          Service Request Software Activation Trigger, Group 2
VADC_G2EMUXCTR  0xF0020DF0          External Multiplexer Control Register, Group 2
VADC_G2VFR      0xF0020DF8          Valid Flag Register, Group 2
VADC_G2CHCTR0   0xF0020E00          Group 2, Channel 0 Ctrl. Reg.
VADC_G2CHCTR1   0xF0020E04          Group 2, Channel 1 Ctrl. Reg.
VADC_G2CHCTR2   0xF0020E08          Group 2, Channel 2 Ctrl. Reg.
VADC_G2CHCTR3   0xF0020E0C          Group 2, Channel 3 Ctrl. Reg.
VADC_G2CHCTR4   0xF0020E10          Group 2, Channel 4 Ctrl. Reg.
VADC_G2CHCTR5   0xF0020E14          Group 2, Channel 5 Ctrl. Reg.
VADC_G2CHCTR6   0xF0020E18          Group 2, Channel 6 Ctrl. Reg.
VADC_G2CHCTR7   0xF0020E1C          Group 2, Channel 7 Ctrl. Reg.
VADC_G2RCR0     0xF0020E80          Group 2 Result Control Reg. 0
VADC_G2RCR1     0xF0020E84          Group 2 Result Control Reg. 1
VADC_G2RCR2     0xF0020E88          Group 2 Result Control Reg. 2
VADC_G2RCR3     0xF0020E8C          Group 2 Result Control Reg. 3
VADC_G2RCR4     0xF0020E90          Group 2 Result Control Reg. 4
VADC_G2RCR5     0xF0020E94          Group 2 Result Control Reg. 5
VADC_G2RCR6     0xF0020E98          Group 2 Result Control Reg. 6
VADC_G2RCR7     0xF0020E9C          Group 2 Result Control Reg. 7
VADC_G2RCR8     0xF0020EA0          Group 2 Result Control Reg. 8
VADC_G2RCR9     0xF0020EA4          Group 2 Result Control Reg. 9
VADC_G2RCR10    0xF0020EA8          Group 2 Result Control Reg. 10
VADC_G2RCR11    0xF0020EAC          Group 2 Result Control Reg. 11
VADC_G2RCR12    0xF0020EB0          Group 2 Result Control Reg. 12
VADC_G2RCR13    0xF0020EB4          Group 2 Result Control Reg. 13
VADC_G2RCR14    0xF0020EB8          Group 2 Result Control Reg. 14
VADC_G2RCR15    0xF0020EBC          Group 2 Result Control Reg. 15
VADC_G2RES0     0xF0020F00          Group 2 Result Register 0
VADC_G2RES1     0xF0020F04          Group 2 Result Register 1
VADC_G2RES2     0xF0020F08          Group 2 Result Register 2
VADC_G2RES3     0xF0020F0C          Group 2 Result Register 3
VADC_G2RES4     0xF0020F10          Group 2 Result Register 4
VADC_G2RES5     0xF0020F14          Group 2 Result Register 5
VADC_G2RES6     0xF0020F18          Group 2 Result Register 6
VADC_G2RES7     0xF0020F1C          Group 2 Result Register 7
VADC_G2RES8     0xF0020F20          Group 2 Result Register 8
VADC_G2RES9     0xF0020F24          Group 2 Result Register 9
VADC_G2RES10    0xF0020F28          Group 2 Result Register 10
VADC_G2RES11    0xF0020F2C          Group 2 Result Register 11
VADC_G2RES12    0xF0020F30          Group 2 Result Register 12
VADC_G2RES13    0xF0020F34          Group 2 Result Register 13
VADC_G2RES14    0xF0020F38          Group 2 Result Register 14
VADC_G2RES15    0xF0020F3C          Group 2 Result Register 15
VADC_G2RESD0    0xF0020F80          Group 2 Result Reg. 0, Debug
VADC_G2RESD1    0xF0020F84          Group 2 Result Reg. 1, Debug
VADC_G2RESD2    0xF0020F88          Group 2 Result Reg. 2, Debug
VADC_G2RESD3    0xF0020F8C          Group 2 Result Reg. 3, Debug
VADC_G2RESD4    0xF0020F90          Group 2 Result Reg. 4, Debug
VADC_G2RESD5    0xF0020F94          Group 2 Result Reg. 5, Debug
VADC_G2RESD6    0xF0020F98          Group 2 Result Reg. 6, Debug
VADC_G2RESD7    0xF0020F9C          Group 2 Result Reg. 7, Debug
VADC_G2RESD8    0xF0020FA0          Group 2 Result Reg. 8, Debug
VADC_G2RESD9    0xF0020FA4          Group 2 Result Reg. 9, Debug
VADC_G2RESD10   0xF0020FA8          Group 2 Result Reg. 10, Debug
VADC_G2RESD11   0xF0020FAC          Group 2 Result Reg. 11, Debug
VADC_G2RESD12   0xF0020FB0          Group 2 Result Reg. 12, Debug
VADC_G2RESD13   0xF0020FB4          Group 2 Result Reg. 13, Debug
VADC_G2RESD14   0xF0020FB8          Group 2 Result Reg. 14, Debug
VADC_G2RESD15   0xF0020FBC          Group 2 Result Reg. 15, Debug
VADC_G3ARBCFG   0xF0021080          Arbitration Configuration Register, Group 3
VADC_G3ARBPR    0xF0021084          Arbitration Priority Register, Group 3
VADC_G3CHASS    0xF0021088          Channel Assignment Register, Group 3
VADC_G3RRASS    0xF002108C          Result Assignment Register, Group 3
VADC_G3ICLASS0  0xF00210A0          Input Class Register 0, Group 3
VADC_G3ICLASS1  0xF00210A4          Input Class Register 1, Group 3
VADC_G3ALIAS    0xF00210B0          Alias Register, Group 3
VADC_G3BOUND    0xF00210B8          Boundary Select Register, Group 3
VADC_G3SYNCTR   0xF00210C0          Synchronization Control Register, Group 3
VADC_G3BFL      0xF00210C8          Boundary Flag Register, Group 3
VADC_G3BFLS     0xF00210CC          Boundary Flag Software Register, Group 3
VADC_G3BFLC     0xF00210D0          Boundary Flag Control Register, Group 3
VADC_G3BFLNP    0xF00210D4          Boundary Flag Node Pointer Register, Group 3
VADC_G3QCTRL0   0xF0021100          Queue 0 Source Control Register, Group 3
VADC_G3QMR0     0xF0021104          Queue 0 Mode Register, Group 3
VADC_G3QSR0     0xF0021108          Queue 0 Status Register, Group 3
VADC_G3Q0R0     0xF002110C          Queue 0 Register 0, Group 3
VADC_G3QBUR0    0xF0021110          Queue 0 Backup Register, Group 3
VADC_G3ASCTRL   0xF0021120          Autoscan Source Control Register, Group 3
VADC_G3ASMR     0xF0021124          Autoscan Source Mode Register, Group 3
VADC_G3ASSEL    0xF0021128          Autoscan Source Channel Select Register, Group 3
VADC_G3ASPND    0xF002112C          Autoscan Source Pending Register, Group 3
VADC_G3CEFLAG   0xF0021180          Channel Event Flag Register, Group 3
VADC_G3REFLAG   0xF0021184          Result Event Flag Register, Group 3
VADC_G3SEFLAG   0xF0021188          Source Event Flag Register, Group 3
VADC_G3CEFCLR   0xF0021190          Channel Event Flag Clear Register, Group 3
VADC_G3REFCLR   0xF0021194          Result Event Flag Clear Register, Group 3
VADC_G3SEFCLR   0xF0021198          Source Event Flag Clear Register, Group 3
VADC_G3CEVNP0   0xF00211A0          Channel Event Node Pointer Register 0, Group 3
VADC_G3REVNP0   0xF00211B0          Result Event Node Pointer Register 0, Group 3
VADC_G3REVNP1   0xF00211B4          Result Event Node Pointer Register 1, Group 3
VADC_G3SEVNP    0xF00211C0          Source Event Node Pointer Register, Group 3
VADC_G3SRACT    0xF00211C8          Service Request Software Activation Trigger, Group 3
VADC_G3EMUXCTR  0xF00211F0          External Multiplexer Control Register, Group 3
VADC_G3VFR      0xF00211F8          Valid Flag Register, Group 3
VADC_G3CHCTR0   0xF0021200          Group 3, Channel 0 Ctrl. Reg.
VADC_G3CHCTR1   0xF0021204          Group 3, Channel 1 Ctrl. Reg.
VADC_G3CHCTR2   0xF0021208          Group 3, Channel 2 Ctrl. Reg.
VADC_G3CHCTR3   0xF002120C          Group 3, Channel 3 Ctrl. Reg.
VADC_G3CHCTR4   0xF0021210          Group 3, Channel 4 Ctrl. Reg.
VADC_G3CHCTR5   0xF0021214          Group 3, Channel 5 Ctrl. Reg.
VADC_G3CHCTR6   0xF0021218          Group 3, Channel 6 Ctrl. Reg.
VADC_G3CHCTR7   0xF002121C          Group 3, Channel 7 Ctrl. Reg.
VADC_G3RCR0     0xF0021280          Group 3 Result Control Reg. 0
VADC_G3RCR1     0xF0021284          Group 3 Result Control Reg. 1
VADC_G3RCR2     0xF0021288          Group 3 Result Control Reg. 2
VADC_G3RCR3     0xF002128C          Group 3 Result Control Reg. 3
VADC_G3RCR4     0xF0021290          Group 3 Result Control Reg. 4
VADC_G3RCR5     0xF0021294          Group 3 Result Control Reg. 5
VADC_G3RCR6     0xF0021298          Group 3 Result Control Reg. 6
VADC_G3RCR7     0xF002129C          Group 3 Result Control Reg. 7
VADC_G3RCR8     0xF00212A0          Group 3 Result Control Reg. 8
VADC_G3RCR9     0xF00212A4          Group 3 Result Control Reg. 9
VADC_G3RCR10    0xF00212A8          Group 3 Result Control Reg. 10
VADC_G3RCR11    0xF00212AC          Group 3 Result Control Reg. 11
VADC_G3RCR12    0xF00212B0          Group 3 Result Control Reg. 12
VADC_G3RCR13    0xF00212B4          Group 3 Result Control Reg. 13
VADC_G3RCR14    0xF00212B8          Group 3 Result Control Reg. 14
VADC_G3RCR15    0xF00212BC          Group 3 Result Control Reg. 15
VADC_G3RES0     0xF0021300          Group 3 Result Register 0
VADC_G3RES1     0xF0021304          Group 3 Result Register 1
VADC_G3RES2     0xF0021308          Group 3 Result Register 2
VADC_G3RES3     0xF002130C          Group 3 Result Register 3
VADC_G3RES4     0xF0021310          Group 3 Result Register 4
VADC_G3RES5     0xF0021314          Group 3 Result Register 5
VADC_G3RES6     0xF0021318          Group 3 Result Register 6
VADC_G3RES7     0xF002131C          Group 3 Result Register 7
VADC_G3RES8     0xF0021320          Group 3 Result Register 8
VADC_G3RES9     0xF0021324          Group 3 Result Register 9
VADC_G3RES10    0xF0021328          Group 3 Result Register 10
VADC_G3RES11    0xF002132C          Group 3 Result Register 11
VADC_G3RES12    0xF0021330          Group 3 Result Register 12
VADC_G3RES13    0xF0021334          Group 3 Result Register 13
VADC_G3RES14    0xF0021338          Group 3 Result Register 14
VADC_G3RES15    0xF002133C          Group 3 Result Register 15
VADC_G3RESD0    0xF0021380          Group 3 Result Reg. 0, Debug
VADC_G3RESD1    0xF0021384          Group 3 Result Reg. 1, Debug
VADC_G3RESD2    0xF0021388          Group 3 Result Reg. 2, Debug
VADC_G3RESD3    0xF002138C          Group 3 Result Reg. 3, Debug
VADC_G3RESD4    0xF0021390          Group 3 Result Reg. 4, Debug
VADC_G3RESD5    0xF0021394          Group 3 Result Reg. 5, Debug
VADC_G3RESD6    0xF0021398          Group 3 Result Reg. 6, Debug
VADC_G3RESD7    0xF002139C          Group 3 Result Reg. 7, Debug
VADC_G3RESD8    0xF00213A0          Group 3 Result Reg. 8, Debug
VADC_G3RESD9    0xF00213A4          Group 3 Result Reg. 9, Debug
VADC_G3RESD10   0xF00213A8          Group 3 Result Reg. 10, Debug
VADC_G3RESD11   0xF00213AC          Group 3 Result Reg. 11, Debug
VADC_G3RESD12   0xF00213B0          Group 3 Result Reg. 12, Debug
VADC_G3RESD13   0xF00213B4          Group 3 Result Reg. 13, Debug
VADC_G3RESD14   0xF00213B8          Group 3 Result Reg. 14, Debug
VADC_G3RESD15   0xF00213BC          Group 3 Result Reg. 15, Debug
VADC_G4ARBCFG   0xF0021480          Arbitration Configuration Register, Group 4
VADC_G4ARBPR    0xF0021484          Arbitration Priority Register, Group 4
VADC_G4CHASS    0xF0021488          Channel Assignment Register, Group 4
VADC_G4RRASS    0xF002148C          Result Assignment Register, Group 4
VADC_G4ICLASS0  0xF00214A0          Input Class Register 0, Group 4
VADC_G4ICLASS1  0xF00214A4          Input Class Register 1, Group 4
VADC_G4ALIAS    0xF00214B0          Alias Register, Group 4
VADC_G4BOUND    0xF00214B8          Boundary Select Register, Group 4
VADC_G4SYNCTR   0xF00214C0          Synchronization Control Register, Group 4
VADC_G4BFL      0xF00214C8          Boundary Flag Register, Group 4
VADC_G4BFLS     0xF00214CC          Boundary Flag Software Register, Group 4
VADC_G4BFLC     0xF00214D0          Boundary Flag Control Register, Group 4
VADC_G4BFLNP    0xF00214D4          Boundary Flag Node Pointer Register, Group 4
VADC_G4QCTRL0   0xF0021500          Queue 0 Source Control Register, Group 4
VADC_G4QMR0     0xF0021504          Queue 0 Mode Register, Group 4
VADC_G4QSR0     0xF0021508          Queue 0 Status Register, Group 4
VADC_G4Q0R0     0xF002150C          Queue 0 Register 0, Group 4
VADC_G4QBUR0    0xF0021510          Queue 0 Backup Register, Group 4
VADC_G4ASCTRL   0xF0021520          Autoscan Source Control Register, Group 4
VADC_G4ASMR     0xF0021524          Autoscan Source Mode Register, Group 4
VADC_G4ASSEL    0xF0021528          Autoscan Source Channel Select Register, Group 4
VADC_G4ASPND    0xF002152C          Autoscan Source Pending Register, Group 4
VADC_G4CEFLAG   0xF0021580          Channel Event Flag Register, Group 4
VADC_G4REFLAG   0xF0021584          Result Event Flag Register, Group 4
VADC_G4SEFLAG   0xF0021588          Source Event Flag Register, Group 4
VADC_G4CEFCLR   0xF0021590          Channel Event Flag Clear Register, Group 4
VADC_G4REFCLR   0xF0021594          Result Event Flag Clear Register, Group 4
VADC_G4SEFCLR   0xF0021598          Source Event Flag Clear Register, Group 4
VADC_G4CEVNP0   0xF00215A0          Channel Event Node Pointer Register 0, Group 4
VADC_G4REVNP0   0xF00215B0          Result Event Node Pointer Register 0, Group 4
VADC_G4REVNP1   0xF00215B4          Result Event Node Pointer Register 1, Group 4
VADC_G4SEVNP    0xF00215C0          Source Event Node Pointer Register, Group 4
VADC_G4SRACT    0xF00215C8          Service Request Software Activation Trigger, Group 4
VADC_G4EMUXCTR  0xF00215F0          External Multiplexer Control Register, Group 4
VADC_G4VFR      0xF00215F8          Valid Flag Register, Group 4
VADC_G4CHCTR0   0xF0021600          Group 4, Channel 0 Ctrl. Reg.
VADC_G4CHCTR1   0xF0021604          Group 4, Channel 1 Ctrl. Reg.
VADC_G4CHCTR2   0xF0021608          Group 4, Channel 2 Ctrl. Reg.
VADC_G4CHCTR3   0xF002160C          Group 4, Channel 3 Ctrl. Reg.
VADC_G4CHCTR4   0xF0021610          Group 4, Channel 4 Ctrl. Reg.
VADC_G4CHCTR5   0xF0021614          Group 4, Channel 5 Ctrl. Reg.
VADC_G4CHCTR6   0xF0021618          Group 4, Channel 6 Ctrl. Reg.
VADC_G4CHCTR7   0xF002161C          Group 4, Channel 7 Ctrl. Reg.
VADC_G4RCR0     0xF0021680          Group 4 Result Control Reg. 0
VADC_G4RCR1     0xF0021684          Group 4 Result Control Reg. 1
VADC_G4RCR2     0xF0021688          Group 4 Result Control Reg. 2
VADC_G4RCR3     0xF002168C          Group 4 Result Control Reg. 3
VADC_G4RCR4     0xF0021690          Group 4 Result Control Reg. 4
VADC_G4RCR5     0xF0021694          Group 4 Result Control Reg. 5
VADC_G4RCR6     0xF0021698          Group 4 Result Control Reg. 6
VADC_G4RCR7     0xF002169C          Group 4 Result Control Reg. 7
VADC_G4RCR8     0xF00216A0          Group 4 Result Control Reg. 8
VADC_G4RCR9     0xF00216A4          Group 4 Result Control Reg. 9
VADC_G4RCR10    0xF00216A8          Group 4 Result Control Reg. 10
VADC_G4RCR11    0xF00216AC          Group 4 Result Control Reg. 11
VADC_G4RCR12    0xF00216B0          Group 4 Result Control Reg. 12
VADC_G4RCR13    0xF00216B4          Group 4 Result Control Reg. 13
VADC_G4RCR14    0xF00216B8          Group 4 Result Control Reg. 14
VADC_G4RCR15    0xF00216BC          Group 4 Result Control Reg. 15
VADC_G4RES0     0xF0021700          Group 4 Result Register 0
VADC_G4RES1     0xF0021704          Group 4 Result Register 1
VADC_G4RES2     0xF0021708          Group 4 Result Register 2
VADC_G4RES3     0xF002170C          Group 4 Result Register 3
VADC_G4RES4     0xF0021710          Group 4 Result Register 4
VADC_G4RES5     0xF0021714          Group 4 Result Register 5
VADC_G4RES6     0xF0021718          Group 4 Result Register 6
VADC_G4RES7     0xF002171C          Group 4 Result Register 7
VADC_G4RES8     0xF0021720          Group 4 Result Register 8
VADC_G4RES9     0xF0021724          Group 4 Result Register 9
VADC_G4RES10    0xF0021728          Group 4 Result Register 10
VADC_G4RES11    0xF002172C          Group 4 Result Register 11
VADC_G4RES12    0xF0021730          Group 4 Result Register 12
VADC_G4RES13    0xF0021734          Group 4 Result Register 13
VADC_G4RES14    0xF0021738          Group 4 Result Register 14
VADC_G4RES15    0xF002173C          Group 4 Result Register 15
VADC_G4RESD0    0xF0021780          Group 4 Result Reg. 0, Debug
VADC_G4RESD1    0xF0021784          Group 4 Result Reg. 1, Debug
VADC_G4RESD2    0xF0021788          Group 4 Result Reg. 2, Debug
VADC_G4RESD3    0xF002178C          Group 4 Result Reg. 3, Debug
VADC_G4RESD4    0xF0021790          Group 4 Result Reg. 4, Debug
VADC_G4RESD5    0xF0021794          Group 4 Result Reg. 5, Debug
VADC_G4RESD6    0xF0021798          Group 4 Result Reg. 6, Debug
VADC_G4RESD7    0xF002179C          Group 4 Result Reg. 7, Debug
VADC_G4RESD8    0xF00217A0          Group 4 Result Reg. 8, Debug
VADC_G4RESD9    0xF00217A4          Group 4 Result Reg. 9, Debug
VADC_G4RESD10   0xF00217A8          Group 4 Result Reg. 10, Debug
VADC_G4RESD11   0xF00217AC          Group 4 Result Reg. 11, Debug
VADC_G4RESD12   0xF00217B0          Group 4 Result Reg. 12, Debug
VADC_G4RESD13   0xF00217B4          Group 4 Result Reg. 13, Debug
VADC_G4RESD14   0xF00217B8          Group 4 Result Reg. 14, Debug
VADC_G4RESD15   0xF00217BC          Group 4 Result Reg. 15, Debug
VADC_G5ARBCFG   0xF0021880          Arbitration Configuration Register, Group 5
VADC_G5ARBPR    0xF0021884          Arbitration Priority Register, Group 5
VADC_G5CHASS    0xF0021888          Channel Assignment Register, Group 5
VADC_G5RRASS    0xF002188C          Result Assignment Register, Group 5
VADC_G5ICLASS0  0xF00218A0          Input Class Register 0, Group 5
VADC_G5ICLASS1  0xF00218A4          Input Class Register 1, Group 5
VADC_G5ALIAS    0xF00218B0          Alias Register, Group 5
VADC_G5BOUND    0xF00218B8          Boundary Select Register, Group 5
VADC_G5SYNCTR   0xF00218C0          Synchronization Control Register, Group 5
VADC_G5BFL      0xF00218C8          Boundary Flag Register, Group 5
VADC_G5BFLS     0xF00218CC          Boundary Flag Software Register, Group 5
VADC_G5BFLC     0xF00218D0          Boundary Flag Control Register, Group 5
VADC_G5BFLNP    0xF00218D4          Boundary Flag Node Pointer Register, Group 5
VADC_G5QCTRL0   0xF0021900          Queue 0 Source Control Register, Group 5
VADC_G5QMR0     0xF0021904          Queue 0 Mode Register, Group 5
VADC_G5QSR0     0xF0021908          Queue 0 Status Register, Group 5
VADC_G5Q0R0     0xF002190C          Queue 0 Register 0, Group 5
VADC_G5QBUR0    0xF0021910          Queue 0 Backup Register, Group 5
VADC_G5ASCTRL   0xF0021920          Autoscan Source Control Register, Group 5
VADC_G5ASMR     0xF0021924          Autoscan Source Mode Register, Group 5
VADC_G5ASSEL    0xF0021928          Autoscan Source Channel Select Register, Group 5
VADC_G5ASPND    0xF002192C          Autoscan Source Pending Register, Group 5
VADC_G5CEFLAG   0xF0021980          Channel Event Flag Register, Group 5
VADC_G5REFLAG   0xF0021984          Result Event Flag Register, Group 5
VADC_G5SEFLAG   0xF0021988          Source Event Flag Register, Group 5
VADC_G5CEFCLR   0xF0021990          Channel Event Flag Clear Register, Group 5
VADC_G5REFCLR   0xF0021994          Result Event Flag Clear Register, Group 5
VADC_G5SEFCLR   0xF0021998          Source Event Flag Clear Register, Group 5
VADC_G5CEVNP0   0xF00219A0          Channel Event Node Pointer Register 0, Group 5
VADC_G5REVNP0   0xF00219B0          Result Event Node Pointer Register 0, Group 5
VADC_G5REVNP1   0xF00219B4          Result Event Node Pointer Register 1, Group 5
VADC_G5SEVNP    0xF00219C0          Source Event Node Pointer Register, Group 5
VADC_G5SRACT    0xF00219C8          Service Request Software Activation Trigger, Group 5
VADC_G5EMUXCTR  0xF00219F0          External Multiplexer Control Register, Group 5
VADC_G5VFR      0xF00219F8          Valid Flag Register, Group 5
VADC_G5CHCTR0   0xF0021A00          Group 5, Channel 0 Ctrl. Reg.
VADC_G5CHCTR1   0xF0021A04          Group 5, Channel 1 Ctrl. Reg.
VADC_G5CHCTR2   0xF0021A08          Group 5, Channel 2 Ctrl. Reg.
VADC_G5CHCTR3   0xF0021A0C          Group 5, Channel 3 Ctrl. Reg.
VADC_G5CHCTR4   0xF0021A10          Group 5, Channel 4 Ctrl. Reg.
VADC_G5CHCTR5   0xF0021A14          Group 5, Channel 5 Ctrl. Reg.
VADC_G5CHCTR6   0xF0021A18          Group 5, Channel 6 Ctrl. Reg.
VADC_G5CHCTR7   0xF0021A1C          Group 5, Channel 7 Ctrl. Reg.
VADC_G5RCR0     0xF0021A80          Group 5 Result Control Reg. 0
VADC_G5RCR1     0xF0021A84          Group 5 Result Control Reg. 1
VADC_G5RCR2     0xF0021A88          Group 5 Result Control Reg. 2
VADC_G5RCR3     0xF0021A8C          Group 5 Result Control Reg. 3
VADC_G5RCR4     0xF0021A90          Group 5 Result Control Reg. 4
VADC_G5RCR5     0xF0021A94          Group 5 Result Control Reg. 5
VADC_G5RCR6     0xF0021A98          Group 5 Result Control Reg. 6
VADC_G5RCR7     0xF0021A9C          Group 5 Result Control Reg. 7
VADC_G5RCR8     0xF0021AA0          Group 5 Result Control Reg. 8
VADC_G5RCR9     0xF0021AA4          Group 5 Result Control Reg. 9
VADC_G5RCR10    0xF0021AA8          Group 5 Result Control Reg. 10
VADC_G5RCR11    0xF0021AAC          Group 5 Result Control Reg. 11
VADC_G5RCR12    0xF0021AB0          Group 5 Result Control Reg. 12
VADC_G5RCR13    0xF0021AB4          Group 5 Result Control Reg. 13
VADC_G5RCR14    0xF0021AB8          Group 5 Result Control Reg. 14
VADC_G5RCR15    0xF0021ABC          Group 5 Result Control Reg. 15
VADC_G5RES0     0xF0021B00          Group 5 Result Register 0
VADC_G5RES1     0xF0021B04          Group 5 Result Register 1
VADC_G5RES2     0xF0021B08          Group 5 Result Register 2
VADC_G5RES3     0xF0021B0C          Group 5 Result Register 3
VADC_G5RES4     0xF0021B10          Group 5 Result Register 4
VADC_G5RES5     0xF0021B14          Group 5 Result Register 5
VADC_G5RES6     0xF0021B18          Group 5 Result Register 6
VADC_G5RES7     0xF0021B1C          Group 5 Result Register 7
VADC_G5RES8     0xF0021B20          Group 5 Result Register 8
VADC_G5RES9     0xF0021B24          Group 5 Result Register 9
VADC_G5RES10    0xF0021B28          Group 5 Result Register 10
VADC_G5RES11    0xF0021B2C          Group 5 Result Register 11
VADC_G5RES12    0xF0021B30          Group 5 Result Register 12
VADC_G5RES13    0xF0021B34          Group 5 Result Register 13
VADC_G5RES14    0xF0021B38          Group 5 Result Register 14
VADC_G5RES15    0xF0021B3C          Group 5 Result Register 15
VADC_G5RESD0    0xF0021B80          Group 5 Result Reg. 0, Debug
VADC_G5RESD1    0xF0021B84          Group 5 Result Reg. 1, Debug
VADC_G5RESD2    0xF0021B88          Group 5 Result Reg. 2, Debug
VADC_G5RESD3    0xF0021B8C          Group 5 Result Reg. 3, Debug
VADC_G5RESD4    0xF0021B90          Group 5 Result Reg. 4, Debug
VADC_G5RESD5    0xF0021B94          Group 5 Result Reg. 5, Debug
VADC_G5RESD6    0xF0021B98          Group 5 Result Reg. 6, Debug
VADC_G5RESD7    0xF0021B9C          Group 5 Result Reg. 7, Debug
VADC_G5RESD8    0xF0021BA0          Group 5 Result Reg. 8, Debug
VADC_G5RESD9    0xF0021BA4          Group 5 Result Reg. 9, Debug
VADC_G5RESD10   0xF0021BA8          Group 5 Result Reg. 10, Debug
VADC_G5RESD11   0xF0021BAC          Group 5 Result Reg. 11, Debug
VADC_G5RESD12   0xF0021BB0          Group 5 Result Reg. 12, Debug
VADC_G5RESD13   0xF0021BB4          Group 5 Result Reg. 13, Debug
VADC_G5RESD14   0xF0021BB8          Group 5 Result Reg. 14, Debug
VADC_G5RESD15   0xF0021BBC          Group 5 Result Reg. 15, Debug
VADC_G6ARBCFG   0xF0021C80          Arbitration Configuration Register, Group 6
VADC_G6ARBPR    0xF0021C84          Arbitration Priority Register, Group 6
VADC_G6CHASS    0xF0021C88          Channel Assignment Register, Group 6
VADC_G6RRASS    0xF0021C8C          Result Assignment Register, Group 6
VADC_G6ICLASS0  0xF0021CA0          Input Class Register 0, Group 6
VADC_G6ICLASS1  0xF0021CA4          Input Class Register 1, Group 6
VADC_G6ALIAS    0xF0021CB0          Alias Register, Group 6
VADC_G6BOUND    0xF0021CB8          Boundary Select Register, Group 6
VADC_G6SYNCTR   0xF0021CC0          Synchronization Control Register, Group 6
VADC_G6BFL      0xF0021CC8          Boundary Flag Register, Group 6
VADC_G6BFLS     0xF0021CCC          Boundary Flag Software Register, Group 6
VADC_G6BFLC     0xF0021CD0          Boundary Flag Control Register, Group 6
VADC_G6BFLNP    0xF0021CD4          Boundary Flag Node Pointer Register, Group 6
VADC_G6QCTRL0   0xF0021D00          Queue 0 Source Control Register, Group 6
VADC_G6QMR0     0xF0021D04          Queue 0 Mode Register, Group 6
VADC_G6QSR0     0xF0021D08          Queue 0 Status Register, Group 6
VADC_G6Q0R0     0xF0021D0C          Queue 0 Register 0, Group 6
VADC_G6QBUR0    0xF0021D10          Queue 0 Backup Register, Group 6
VADC_G6ASCTRL   0xF0021D20          Autoscan Source Control Register, Group 6
VADC_G6ASMR     0xF0021D24          Autoscan Source Mode Register, Group 6
VADC_G6ASSEL    0xF0021D28          Autoscan Source Channel Select Register, Group 6
VADC_G6ASPND    0xF0021D2C          Autoscan Source Pending Register, Group 6
VADC_G6CEFLAG   0xF0021D80          Channel Event Flag Register, Group 6
VADC_G6REFLAG   0xF0021D84          Result Event Flag Register, Group 6
VADC_G6SEFLAG   0xF0021D88          Source Event Flag Register, Group 6
VADC_G6CEFCLR   0xF0021D90          Channel Event Flag Clear Register, Group 6
VADC_G6REFCLR   0xF0021D94          Result Event Flag Clear Register, Group 6
VADC_G6SEFCLR   0xF0021D98          Source Event Flag Clear Register, Group 6
VADC_G6CEVNP0   0xF0021DA0          Channel Event Node Pointer Register 0, Group 6
VADC_G6REVNP0   0xF0021DB0          Result Event Node Pointer Register 0, Group 6
VADC_G6REVNP1   0xF0021DB4          Result Event Node Pointer Register 1, Group 6
VADC_G6SEVNP    0xF0021DC0          Source Event Node Pointer Register, Group 6
VADC_G6SRACT    0xF0021DC8          Service Request Software Activation Trigger, Group 6
VADC_G6EMUXCTR  0xF0021DF0          External Multiplexer Control Register, Group 6
VADC_G6VFR      0xF0021DF8          Valid Flag Register, Group 6
VADC_G6CHCTR0   0xF0021E00          Group 6, Channel 0 Ctrl. Reg.
VADC_G6CHCTR1   0xF0021E04          Group 6, Channel 1 Ctrl. Reg.
VADC_G6CHCTR2   0xF0021E08          Group 6, Channel 2 Ctrl. Reg.
VADC_G6CHCTR3   0xF0021E0C          Group 6, Channel 3 Ctrl. Reg.
VADC_G6CHCTR4   0xF0021E10          Group 6, Channel 4 Ctrl. Reg.
VADC_G6CHCTR5   0xF0021E14          Group 6, Channel 5 Ctrl. Reg.
VADC_G6CHCTR6   0xF0021E18          Group 6, Channel 6 Ctrl. Reg.
VADC_G6CHCTR7   0xF0021E1C          Group 6, Channel 7 Ctrl. Reg.
VADC_G6RCR0     0xF0021E80          Group 6 Result Control Reg. 0
VADC_G6RCR1     0xF0021E84          Group 6 Result Control Reg. 1
VADC_G6RCR2     0xF0021E88          Group 6 Result Control Reg. 2
VADC_G6RCR3     0xF0021E8C          Group 6 Result Control Reg. 3
VADC_G6RCR4     0xF0021E90          Group 6 Result Control Reg. 4
VADC_G6RCR5     0xF0021E94          Group 6 Result Control Reg. 5
VADC_G6RCR6     0xF0021E98          Group 6 Result Control Reg. 6
VADC_G6RCR7     0xF0021E9C          Group 6 Result Control Reg. 7
VADC_G6RCR8     0xF0021EA0          Group 6 Result Control Reg. 8
VADC_G6RCR9     0xF0021EA4          Group 6 Result Control Reg. 9
VADC_G6RCR10    0xF0021EA8          Group 6 Result Control Reg. 10
VADC_G6RCR11    0xF0021EAC          Group 6 Result Control Reg. 11
VADC_G6RCR12    0xF0021EB0          Group 6 Result Control Reg. 12
VADC_G6RCR13    0xF0021EB4          Group 6 Result Control Reg. 13
VADC_G6RCR14    0xF0021EB8          Group 6 Result Control Reg. 14
VADC_G6RCR15    0xF0021EBC          Group 6 Result Control Reg. 15
VADC_G6RES0     0xF0021F00          Group 6 Result Register 0
VADC_G6RES1     0xF0021F04          Group 6 Result Register 1
VADC_G6RES2     0xF0021F08          Group 6 Result Register 2
VADC_G6RES3     0xF0021F0C          Group 6 Result Register 3
VADC_G6RES4     0xF0021F10          Group 6 Result Register 4
VADC_G6RES5     0xF0021F14          Group 6 Result Register 5
VADC_G6RES6     0xF0021F18          Group 6 Result Register 6
VADC_G6RES7     0xF0021F1C          Group 6 Result Register 7
VADC_G6RES8     0xF0021F20          Group 6 Result Register 8
VADC_G6RES9     0xF0021F24          Group 6 Result Register 9
VADC_G6RES10    0xF0021F28          Group 6 Result Register 10
VADC_G6RES11    0xF0021F2C          Group 6 Result Register 11
VADC_G6RES12    0xF0021F30          Group 6 Result Register 12
VADC_G6RES13    0xF0021F34          Group 6 Result Register 13
VADC_G6RES14    0xF0021F38          Group 6 Result Register 14
VADC_G6RES15    0xF0021F3C          Group 6 Result Register 15
VADC_G6RESD0    0xF0021F80          Group 6 Result Reg. 0, Debug
VADC_G6RESD1    0xF0021F84          Group 6 Result Reg. 1, Debug
VADC_G6RESD2    0xF0021F88          Group 6 Result Reg. 2, Debug
VADC_G6RESD3    0xF0021F8C          Group 6 Result Reg. 3, Debug
VADC_G6RESD4    0xF0021F90          Group 6 Result Reg. 4, Debug
VADC_G6RESD5    0xF0021F94          Group 6 Result Reg. 5, Debug
VADC_G6RESD6    0xF0021F98          Group 6 Result Reg. 6, Debug
VADC_G6RESD7    0xF0021F9C          Group 6 Result Reg. 7, Debug
VADC_G6RESD8    0xF0021FA0          Group 6 Result Reg. 8, Debug
VADC_G6RESD9    0xF0021FA4          Group 6 Result Reg. 9, Debug
VADC_G6RESD10   0xF0021FA8          Group 6 Result Reg. 10, Debug
VADC_G6RESD11   0xF0021FAC          Group 6 Result Reg. 11, Debug
VADC_G6RESD12   0xF0021FB0          Group 6 Result Reg. 12, Debug
VADC_G6RESD13   0xF0021FB4          Group 6 Result Reg. 13, Debug
VADC_G6RESD14   0xF0021FB8          Group 6 Result Reg. 14, Debug
VADC_G6RESD15   0xF0021FBC          Group 6 Result Reg. 15, Debug
VADC_G7ARBCFG   0xF0022080          Arbitration Configuration Register, Group 7
VADC_G7ARBPR    0xF0022084          Arbitration Priority Register, Group 7
VADC_G7CHASS    0xF0022088          Channel Assignment Register, Group 7
VADC_G7RRASS    0xF002208C          Result Assignment Register, Group 7
VADC_G7ICLASS0  0xF00220A0          Input Class Register 0, Group 7
VADC_G7ICLASS1  0xF00220A4          Input Class Register 1, Group 7
VADC_G7ALIAS    0xF00220B0          Alias Register, Group 7
VADC_G7BOUND    0xF00220B8          Boundary Select Register, Group 7
VADC_G7SYNCTR   0xF00220C0          Synchronization Control Register, Group 7
VADC_G7BFL      0xF00220C8          Boundary Flag Register, Group 7
VADC_G7BFLS     0xF00220CC          Boundary Flag Software Register, Group 7
VADC_G7BFLC     0xF00220D0          Boundary Flag Control Register, Group 7
VADC_G7BFLNP    0xF00220D4          Boundary Flag Node Pointer Register, Group 7
VADC_G7QCTRL0   0xF0022100          Queue 0 Source Control Register, Group 7
VADC_G7QMR0     0xF0022104          Queue 0 Mode Register, Group 7
VADC_G7QSR0     0xF0022108          Queue 0 Status Register, Group 7
VADC_G7Q0R0     0xF002210C          Queue 0 Register 0, Group 7
VADC_G7QBUR0    0xF0022110          Queue 0 Backup Register, Group 7
VADC_G7ASCTRL   0xF0022120          Autoscan Source Control Register, Group 7
VADC_G7ASMR     0xF0022124          Autoscan Source Mode Register, Group 7
VADC_G7ASSEL    0xF0022128          Autoscan Source Channel Select Register, Group 7
VADC_G7ASPND    0xF002212C          Autoscan Source Pending Register, Group 7
VADC_G7CEFLAG   0xF0022180          Channel Event Flag Register, Group 7
VADC_G7REFLAG   0xF0022184          Result Event Flag Register, Group 7
VADC_G7SEFLAG   0xF0022188          Source Event Flag Register, Group 7
VADC_G7CEFCLR   0xF0022190          Channel Event Flag Clear Register, Group 7
VADC_G7REFCLR   0xF0022194          Result Event Flag Clear Register, Group 7
VADC_G7SEFCLR   0xF0022198          Source Event Flag Clear Register, Group 7
VADC_G7CEVNP0   0xF00221A0          Channel Event Node Pointer Register 0, Group 7
VADC_G7REVNP0   0xF00221B0          Result Event Node Pointer Register 0, Group 7
VADC_G7REVNP1   0xF00221B4          Result Event Node Pointer Register 1, Group 7
VADC_G7SEVNP    0xF00221C0          Source Event Node Pointer Register, Group 7
VADC_G7SRACT    0xF00221C8          Service Request Software Activation Trigger, Group 7
VADC_G7EMUXCTR  0xF00221F0          External Multiplexer Control Register, Group 7
VADC_G7VFR      0xF00221F8          Valid Flag Register, Group 7
VADC_G7CHCTR0   0xF0022200          Group 7, Channel 0 Ctrl. Reg.
VADC_G7CHCTR1   0xF0022204          Group 7, Channel 1 Ctrl. Reg.
VADC_G7CHCTR2   0xF0022208          Group 7, Channel 2 Ctrl. Reg.
VADC_G7CHCTR3   0xF002220C          Group 7, Channel 3 Ctrl. Reg.
VADC_G7CHCTR4   0xF0022210          Group 7, Channel 4 Ctrl. Reg.
VADC_G7CHCTR5   0xF0022214          Group 7, Channel 5 Ctrl. Reg.
VADC_G7CHCTR6   0xF0022218          Group 7, Channel 6 Ctrl. Reg.
VADC_G7CHCTR7   0xF002221C          Group 7, Channel 7 Ctrl. Reg.
VADC_G7RCR0     0xF0022280          Group 7 Result Control Reg. 0
VADC_G7RCR1     0xF0022284          Group 7 Result Control Reg. 1
VADC_G7RCR2     0xF0022288          Group 7 Result Control Reg. 2
VADC_G7RCR3     0xF002228C          Group 7 Result Control Reg. 3
VADC_G7RCR4     0xF0022290          Group 7 Result Control Reg. 4
VADC_G7RCR5     0xF0022294          Group 7 Result Control Reg. 5
VADC_G7RCR6     0xF0022298          Group 7 Result Control Reg. 6
VADC_G7RCR7     0xF002229C          Group 7 Result Control Reg. 7
VADC_G7RCR8     0xF00222A0          Group 7 Result Control Reg. 8
VADC_G7RCR9     0xF00222A4          Group 7 Result Control Reg. 9
VADC_G7RCR10    0xF00222A8          Group 7 Result Control Reg. 10
VADC_G7RCR11    0xF00222AC          Group 7 Result Control Reg. 11
VADC_G7RCR12    0xF00222B0          Group 7 Result Control Reg. 12
VADC_G7RCR13    0xF00222B4          Group 7 Result Control Reg. 13
VADC_G7RCR14    0xF00222B8          Group 7 Result Control Reg. 14
VADC_G7RCR15    0xF00222BC          Group 7 Result Control Reg. 15
VADC_G7RES0     0xF0022300          Group 7 Result Register 0
VADC_G7RES1     0xF0022304          Group 7 Result Register 1
VADC_G7RES2     0xF0022308          Group 7 Result Register 2
VADC_G7RES3     0xF002230C          Group 7 Result Register 3
VADC_G7RES4     0xF0022310          Group 7 Result Register 4
VADC_G7RES5     0xF0022314          Group 7 Result Register 5
VADC_G7RES6     0xF0022318          Group 7 Result Register 6
VADC_G7RES7     0xF002231C          Group 7 Result Register 7
VADC_G7RES8     0xF0022320          Group 7 Result Register 8
VADC_G7RES9     0xF0022324          Group 7 Result Register 9
VADC_G7RES10    0xF0022328          Group 7 Result Register 10
VADC_G7RES11    0xF002232C          Group 7 Result Register 11
VADC_G7RES12    0xF0022330          Group 7 Result Register 12
VADC_G7RES13    0xF0022334          Group 7 Result Register 13
VADC_G7RES14    0xF0022338          Group 7 Result Register 14
VADC_G7RES15    0xF002233C          Group 7 Result Register 15
VADC_G7RESD0    0xF0022380          Group 7 Result Reg. 0, Debug
VADC_G7RESD1    0xF0022384          Group 7 Result Reg. 1, Debug
VADC_G7RESD2    0xF0022388          Group 7 Result Reg. 2, Debug
VADC_G7RESD3    0xF002238C          Group 7 Result Reg. 3, Debug
VADC_G7RESD4    0xF0022390          Group 7 Result Reg. 4, Debug
VADC_G7RESD5    0xF0022394          Group 7 Result Reg. 5, Debug
VADC_G7RESD6    0xF0022398          Group 7 Result Reg. 6, Debug
VADC_G7RESD7    0xF002239C          Group 7 Result Reg. 7, Debug
VADC_G7RESD8    0xF00223A0          Group 7 Result Reg. 8, Debug
VADC_G7RESD9    0xF00223A4          Group 7 Result Reg. 9, Debug
VADC_G7RESD10   0xF00223A8          Group 7 Result Reg. 10, Debug
VADC_G7RESD11   0xF00223AC          Group 7 Result Reg. 11, Debug
VADC_G7RESD12   0xF00223B0          Group 7 Result Reg. 12, Debug
VADC_G7RESD13   0xF00223B4          Group 7 Result Reg. 13, Debug
VADC_G7RESD14   0xF00223B8          Group 7 Result Reg. 14, Debug
VADC_G7RESD15   0xF00223BC          Group 7 Result Reg. 15, Debug
DSADC_CLC       0xF0024000          Clock Control Register
DSADC_ID        0xF0024008          Module Identification Register
DSADC_OCS       0xF0024028          OCDS Control and Status Register
DSADC_KRSTCLR   0xF002402C          Kernel Reset Status Clear Register
DSADC_KRST1     0xF0024030          Kernel Reset Register 1
DSADC_KRST0     0xF0024034          Kernel Reset Register 0
DSADC_ACCEN0    0xF002403C          Access Enable Register 0
DSADC_GLOBCFG   0xF0024080          Global Configuration Register
DSADC_GLOBRC    0xF0024088          Global Run Control Register
DSADC_ACCPROT   0xF0024090          Access Protection Register
DSADC_CGCFG     0xF00240A0          Carrier Generator Configuration Register
DSADC_GLOBVCMH0 0xF00240B0          Common Mode Hold Voltage Register 0
DSADC_GLOBVCMH1 0xF00240B4          Common Mode Hold Voltage Register 1
DSADC_GLOBVCMH2 0xF00240B8          Common Mode Hold Voltage Register 2
DSADC_IGCFG     0xF00240D0          Initial Global Config. Register
DSADC_EVFLAG    0xF00240E0          Event Flag Register
DSADC_EVFLAGCLR 0xF00240E4          Event Flag Clear Register
DSADC_MODCFG0   0xF0024100          Modulator Configuration Register 0
DSADC_DICFG0    0xF0024108          Demodulator Input Configuration Register 0
DSADC_FCFGM0    0xF0024110          Filter Configuration Register 0, Main Filter Chain
DSADC_FCFGC0    0xF0024114          Filter Configuration Register 0, Main CIC Filter
DSADC_FCFGA0    0xF0024118          Filter Configuration Register 0, Auxiliary Filter
DSADC_IWCTR0    0xF0024120          Integration Window Control Register 0
DSADC_BOUNDSEL0 0xF0024128          Boundary Select Register 0
DSADC_RESM0     0xF0024130          Result Register 0 Main Filter
DSADC_OFFM0     0xF0024138          Offset Register 0 Main Filter
DSADC_RESA0     0xF0024140          Result Register 0 Auxiliary Filter
DSADC_TSTMP0    0xF0024150          Time-Stamp Register 0
DSADC_CGSYNC0   0xF00241A0          Carrier Generator Synchronization Register 0
DSADC_RECTCFG0  0xF00241A8          Rectification Configuration Register 0
DSADC_ICCFG0    0xF00241D0          Initial Channel Config. Reg. 0
DSADC_MODCFG1   0xF0024200          Modulator Configuration Register 1
DSADC_DICFG1    0xF0024208          Demodulator Input Configuration Register 1
DSADC_FCFGM1    0xF0024210          Filter Configuration Register 1, Main Filter Chain
DSADC_FCFGC1    0xF0024214          Filter Configuration Register 1, Main CIC Filter
DSADC_FCFGA1    0xF0024218          Filter Configuration Register 1, Auxiliary Filter
DSADC_IWCTR1    0xF0024220          Integration Window Control Register 1
DSADC_BOUNDSEL1 0xF0024228          Boundary Select Register 1
DSADC_RESM1     0xF0024230          Result Register 1 Main Filter
DSADC_OFFM1     0xF0024238          Offset Register 1 Main Filter
DSADC_RESA1     0xF0024240          Result Register 1 Auxiliary Filter
DSADC_TSTMP1    0xF0024250          Time-Stamp Register 1
DSADC_CGSYNC1   0xF00242A0          Carrier Generator Synchronization Register 1
DSADC_RECTCFG1  0xF00242A8          Rectification Configuration Register 1
DSADC_ICCFG1    0xF00242D0          Initial Channel Config. Reg. 1
DSADC_MODCFG2   0xF0024300          Modulator Configuration Register 2
DSADC_DICFG2    0xF0024308          Demodulator Input Configuration Register 2
DSADC_FCFGM2    0xF0024310          Filter Configuration Register 2, Main Filter Chain
DSADC_FCFGC2    0xF0024314          Filter Configuration Register 2, Main CIC Filter
DSADC_FCFGA2    0xF0024318          Filter Configuration Register 2, Auxiliary Filter
DSADC_IWCTR2    0xF0024320          Integration Window Control Register 2
DSADC_BOUNDSEL2 0xF0024328          Boundary Select Register 2
DSADC_RESM2     0xF0024330          Result Register 2 Main Filter
DSADC_OFFM2     0xF0024338          Offset Register 2 Main Filter
DSADC_RESA2     0xF0024340          Result Register 2 Auxiliary Filter
DSADC_TSTMP2    0xF0024350          Time-Stamp Register 2
DSADC_CGSYNC2   0xF00243A0          Carrier Generator Synchronization Register 2
DSADC_RECTCFG2  0xF00243A8          Rectification Configuration Register 2
DSADC_ICCFG2    0xF00243D0          Initial Channel Config. Reg. 2
DSADC_MODCFG3   0xF0024400          Modulator Configuration Register 3
DSADC_DICFG3    0xF0024408          Demodulator Input Configuration Register 3
DSADC_FCFGM3    0xF0024410          Filter Configuration Register 3, Main Filter Chain
DSADC_FCFGC3    0xF0024414          Filter Configuration Register 3, Main CIC Filter
DSADC_FCFGA3    0xF0024418          Filter Configuration Register 3, Auxiliary Filter
DSADC_IWCTR3    0xF0024420          Integration Window Control Register 3
DSADC_BOUNDSEL3 0xF0024428          Boundary Select Register 3
DSADC_RESM3     0xF0024430          Result Register 3 Main Filter
DSADC_OFFM3     0xF0024438          Offset Register 3 Main Filter
DSADC_RESA3     0xF0024440          Result Register 3 Auxiliary Filter
DSADC_TSTMP3    0xF0024450          Time-Stamp Register 3
DSADC_CGSYNC3   0xF00244A0          Carrier Generator Synchronization Register 3
DSADC_RECTCFG3  0xF00244A8          Rectification Configuration Register 3
DSADC_ICCFG3    0xF00244D0          Initial Channel Config. Reg. 3
DSADC_MODCFG4   0xF0024500          Modulator Configuration Register 4
DSADC_DICFG4    0xF0024508          Demodulator Input Configuration Register 4
DSADC_FCFGM4    0xF0024510          Filter Configuration Register 4, Main Filter Chain
DSADC_FCFGC4    0xF0024514          Filter Configuration Register 4, Main CIC Filter
DSADC_FCFGA4    0xF0024518          Filter Configuration Register 4, Auxiliary Filter
DSADC_IWCTR4    0xF0024520          Integration Window Control Register 4
DSADC_BOUNDSEL4 0xF0024528          Boundary Select Register 4
DSADC_RESM4     0xF0024530          Result Register 4 Main Filter
DSADC_OFFM4     0xF0024538          Offset Register 4 Main Filter
DSADC_RESA4     0xF0024540          Result Register 4 Auxiliary Filter
DSADC_TSTMP4    0xF0024550          Time-Stamp Register 4
DSADC_CGSYNC4   0xF00245A0          Carrier Generator Synchronization Register 4
DSADC_RECTCFG4  0xF00245A8          Rectification Configuration Register 4
DSADC_ICCFG4    0xF00245D0          Initial Channel Config. Reg. 4
DSADC_MODCFG5   0xF0024600          Modulator Configuration Register 5
DSADC_DICFG5    0xF0024608          Demodulator Input Configuration Register 5
DSADC_FCFGM5    0xF0024610          Filter Configuration Register 5, Main Filter Chain
DSADC_FCFGC5    0xF0024614          Filter Configuration Register 5, Main CIC Filter
DSADC_FCFGA5    0xF0024618          Filter Configuration Register 5, Auxiliary Filter
DSADC_IWCTR5    0xF0024620          Integration Window Control Register 5
DSADC_BOUNDSEL5 0xF0024628          Boundary Select Register 5
DSADC_RESM5     0xF0024630          Result Register 5 Main Filter
DSADC_OFFM5     0xF0024638          Offset Register 5 Main Filter
DSADC_RESA5     0xF0024640          Result Register 5 Auxiliary Filter
DSADC_TSTMP5    0xF0024650          Time-Stamp Register 5
DSADC_CGSYNC5   0xF00246A0          Carrier Generator Synchronization Register 5
DSADC_RECTCFG5  0xF00246A8          Rectification Configuration Register 5
DSADC_ICCFG5    0xF00246D0          Initial Channel Config. Reg. 5
SBCU_ID         0xF0030008          Module Identification Register
SBCU_CON        0xF0030010          SBCU Control Register
SBCU_PRIOH      0xF0030014          Arbiter Priority Register High
SBCU_PRIOL      0xF0030018          Arbiter Priority Register Low
SBCU_ECON       0xF0030020          SBCU Error Control Capture Register
SBCU_EADD       0xF0030024          SBCU Error Address Capture Register
SBCU_EDAT       0xF0030028          SBCU Error Data Capture Register
SBCU_DBCNTL     0xF0030030          SBCU Debug Control Register
SBCU_DBGRNT     0xF0030034          SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0030038          SBCU Debug Address 1 Register
SBCU_DBADR2     0xF003003C          SBCU Debug Address 2 Register
SBCU_DBBOS      0xF0030040          SBCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0030044          SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0030048          SBCU Debug Trapped Address Register
SBCU_DBBOST     0xF003004C          SBCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0030050          SBCU Debug Data Status Register
SBCU_ACCEN1     0xF00300F8          Access Enable Register 1
SBCU_ACCEN0     0xF00300FC          Access Enable Register 0
IOM_CLC         0xF0035000          IOM Clock Control Register
IOM_ID          0xF0035008          IOM Identification Register
IOM_KRSTCLR     0xF003501C          IOM Kernel Reset Status Clear Register
IOM_KRST1       0xF0035020          IOM Kernel Reset Register 1
IOM_KRST0       0xF0035024          IOM Kernel Reset Register 0
IOM_ACCEN1      0xF0035028          IOM Access Enable Register 1
IOM_ACCEN0      0xF003502C          IOM Access Enable Register 0
IOM_ECMCCFG     0xF0035030          IOM Event Combiner Module Counter Configuration Register
IOM_ECMSELR     0xF0035034          IOM Event Combiner Module Global Event Selection Register
IOM_ECMETH0     0xF0035038          IOM Event Combiner Module Event Trigger History Register 0
IOM_ECMETH1     0xF003503C          IOM Event Combiner Module Event Trigger History Register 1
IOM_GTMEXR      0xF0035040          IOM GTM Input EXOR Combiner Selection Register
IOM_FPCESR      0xF0035078          IOM Filter and Prescaler Cells Rising 'and' Falling Edge Status Register
IOM_FPCCTR0     0xF0035080          IOM Filter and Prescaler Cell Control Register0
IOM_FPCCTR1     0xF0035084          IOM Filter and Prescaler Cell Control Register1
IOM_FPCCTR2     0xF0035088          IOM Filter and Prescaler Cell Control Register2
IOM_FPCCTR3     0xF003508C          IOM Filter and Prescaler Cell Control Register3
IOM_FPCCTR4     0xF0035090          IOM Filter and Prescaler Cell Control Register4
IOM_FPCCTR5     0xF0035094          IOM Filter and Prescaler Cell Control Register5
IOM_FPCCTR6     0xF0035098          IOM Filter and Prescaler Cell Control Register6
IOM_FPCCTR7     0xF003509C          IOM Filter and Prescaler Cell Control Register7
IOM_FPCCTR8     0xF00350A0          IOM Filter and Prescaler Cell Control Register8
IOM_FPCCTR9     0xF00350A4          IOM Filter and Prescaler Cell Control Register9
IOM_FPCCTR10    0xF00350A8          IOM Filter and Prescaler Cell Control Register10
IOM_FPCCTR11    0xF00350AC          IOM Filter and Prescaler Cell Control Register11
IOM_FPCCTR12    0xF00350B0          IOM Filter and Prescaler Cell Control Register12
IOM_FPCCTR13    0xF00350B4          IOM Filter and Prescaler Cell Control Register13
IOM_FPCCTR14    0xF00350B8          IOM Filter and Prescaler Cell Control Register14
IOM_FPCCTR15    0xF00350BC          IOM Filter and Prescaler Cell Control Register15
IOM_FPCTIM0     0xF00350C0          IOM Filter and Prescaler Cell 0 Timer Register
IOM_FPCTIM1     0xF00350C4          IOM Filter and Prescaler Cell 1 Timer Register
IOM_FPCTIM2     0xF00350C8          IOM Filter and Prescaler Cell 2 Timer Register
IOM_FPCTIM3     0xF00350CC          IOM Filter and Prescaler Cell 3 Timer Register
IOM_FPCTIM4     0xF00350D0          IOM Filter and Prescaler Cell 4 Timer Register
IOM_FPCTIM5     0xF00350D4          IOM Filter and Prescaler Cell 5 Timer Register
IOM_FPCTIM6     0xF00350D8          IOM Filter and Prescaler Cell 6 Timer Register
IOM_FPCTIM7     0xF00350DC          IOM Filter and Prescaler Cell 7 Timer Register
IOM_FPCTIM8     0xF00350E0          IOM Filter and Prescaler Cell 8 Timer Register
IOM_FPCTIM9     0xF00350E4          IOM Filter and Prescaler Cell 9 Timer Register
IOM_FPCTIM10    0xF00350E8          IOM Filter and Prescaler Cell 10 Timer Register
IOM_FPCTIM11    0xF00350EC          IOM Filter and Prescaler Cell 11 Timer Register
IOM_FPCTIM12    0xF00350F0          IOM Filter and Prescaler Cell 12 Timer Register
IOM_FPCTIM13    0xF00350F4          IOM Filter and Prescaler Cell 13 Timer Register
IOM_FPCTIM14    0xF00350F8          IOM Filter and Prescaler Cell 14 Timer Register
IOM_FPCTIM15    0xF00350FC          IOM Filter and Prescaler Cell 15 Timer Register
IOM_LAMEWC0     0xF0035100          IOM Logic Analyzer Module Event Window Count Status Register0
IOM_LAMEWC1     0xF0035104          IOM Logic Analyzer Module Event Window Count Status Register1
IOM_LAMEWC2     0xF0035108          IOM Logic Analyzer Module Event Window Count Status Register2
IOM_LAMEWC3     0xF003510C          IOM Logic Analyzer Module Event Window Count Status Register3
IOM_LAMEWC4     0xF0035110          IOM Logic Analyzer Module Event Window Count Status Register4
IOM_LAMEWC5     0xF0035114          IOM Logic Analyzer Module Event Window Count Status Register5
IOM_LAMEWC6     0xF0035118          IOM Logic Analyzer Module Event Window Count Status Register6
IOM_LAMEWC7     0xF003511C          IOM Logic Analyzer Module Event Window Count Status Register7
IOM_LAMEWC8     0xF0035120          IOM Logic Analyzer Module Event Window Count Status Register8
IOM_LAMEWC9     0xF0035124          IOM Logic Analyzer Module Event Window Count Status Register9
IOM_LAMEWC10    0xF0035128          IOM Logic Analyzer Module Event Window Count Status Register10
IOM_LAMEWC11    0xF003512C          IOM Logic Analyzer Module Event Window Count Status Register11
IOM_LAMEWC12    0xF0035130          IOM Logic Analyzer Module Event Window Count Status Register12
IOM_LAMEWC13    0xF0035134          IOM Logic Analyzer Module Event Window Count Status Register13
IOM_LAMEWC14    0xF0035138          IOM Logic Analyzer Module Event Window Count Status Register14
IOM_LAMEWC15    0xF003513C          IOM Logic Analyzer Module Event Window Count Status Register15
IOM_LAMCFG0     0xF0035180          IOM Logic Analyzer Module Configuration Register0
IOM_LAMCFG1     0xF0035184          IOM Logic Analyzer Module Configuration Register1
IOM_LAMCFG2     0xF0035188          IOM Logic Analyzer Module Configuration Register2
IOM_LAMCFG3     0xF003518C          IOM Logic Analyzer Module Configuration Register3
IOM_LAMCFG4     0xF0035190          IOM Logic Analyzer Module Configuration Register4
IOM_LAMCFG5     0xF0035194          IOM Logic Analyzer Module Configuration Register5
IOM_LAMCFG6     0xF0035198          IOM Logic Analyzer Module Configuration Register6
IOM_LAMCFG7     0xF003519C          IOM Logic Analyzer Module Configuration Register7
IOM_LAMCFG8     0xF00351A0          IOM Logic Analyzer Module Configuration Register8
IOM_LAMCFG9     0xF00351A4          IOM Logic Analyzer Module Configuration Register9
IOM_LAMCFG10    0xF00351A8          IOM Logic Analyzer Module Configuration Register10
IOM_LAMCFG11    0xF00351AC          IOM Logic Analyzer Module Configuration Register11
IOM_LAMCFG12    0xF00351B0          IOM Logic Analyzer Module Configuration Register12
IOM_LAMCFG13    0xF00351B4          IOM Logic Analyzer Module Configuration Register13
IOM_LAMCFG14    0xF00351B8          IOM Logic Analyzer Module Configuration Register14
IOM_LAMCFG15    0xF00351BC          IOM Logic Analyzer Module Configuration Register15
IOM_LAMEWS0     0xF00351C0          IOM Logic Analyzer Module Event Window Configuration Register0
IOM_LAMEWS1     0xF00351C4          IOM Logic Analyzer Module Event Window Configuration Register1
IOM_LAMEWS2     0xF00351C8          IOM Logic Analyzer Module Event Window Configuration Register2
IOM_LAMEWS3     0xF00351CC          IOM Logic Analyzer Module Event Window Configuration Register3
IOM_LAMEWS4     0xF00351D0          IOM Logic Analyzer Module Event Window Configuration Register4
IOM_LAMEWS5     0xF00351D4          IOM Logic Analyzer Module Event Window Configuration Register5
IOM_LAMEWS6     0xF00351D8          IOM Logic Analyzer Module Event Window Configuration Register6
IOM_LAMEWS7     0xF00351DC          IOM Logic Analyzer Module Event Window Configuration Register7
IOM_LAMEWS8     0xF00351E0          IOM Logic Analyzer Module Event Window Configuration Register8
IOM_LAMEWS9     0xF00351E4          IOM Logic Analyzer Module Event Window Configuration Register9
IOM_LAMEWS10    0xF00351E8          IOM Logic Analyzer Module Event Window Configuration Register10
IOM_LAMEWS11    0xF00351EC          IOM Logic Analyzer Module Event Window Configuration Register11
IOM_LAMEWS12    0xF00351F0          IOM Logic Analyzer Module Event Window Configuration Register12
IOM_LAMEWS13    0xF00351F4          IOM Logic Analyzer Module Event Window Configuration Register13
IOM_LAMEWS14    0xF00351F8          IOM Logic Analyzer Module Event Window Configuration Register14
IOM_LAMEWS15    0xF00351FC          IOM Logic Analyzer Module Event Window Configuration Register15
SCU_ID          0xF0036008          Identification Register
SCU_OSCCON      0xF0036010          OSC Control Register
SCU_PLLSTAT     0xF0036014          PLL Status Register
SCU_PLLCON0     0xF0036018          PLL Configuration 0 Register
SCU_PLLCON1     0xF003601C          PLL Configuration 1 Register
SCU_PLLCON2     0xF0036020          PLL Configuration 2 Register
SCU_PLLERAYSTAT 0xF0036024          PLL_ERAY Status Register
SCU_PLLERAYCON0 0xF0036028          PLL_ERAY Configuration 0 Register
SCU_PLLERAYCON1 0xF003602C          PLL_ERAY Configuration 1 Register
SCU_CCUCON0     0xF0036030          CCU Clock Control Register 0
SCU_CCUCON1     0xF0036034          CCU Clock Control Register 1
SCU_FDR         0xF0036038          Fractional Divider Register
SCU_EXTCON      0xF003603C          External Clock Control Register
SCU_CCUCON2     0xF0036040          CCU Clock Control Register 2
SCU_CCUCON3     0xF0036044          CCU Clock Control Register 3
SCU_CCUCON4     0xF0036048          CCU Clock Control Register 4
SCU_CCUCON5     0xF003604C          CCU Clock Control Register 5
SCU_RSTSTAT     0xF0036050          Reset Status Register
SCU_RSTCON      0xF0036058          Reset Configuration Register
SCU_ARSTDIS     0xF003605C          Application Reset Disable Register
SCU_SWRSTCON    0xF0036060          Software Reset Configuration Register
SCU_RSTCON2     0xF0036064          Additional Reset Control Register
SCU_EVRRSTCON   0xF003606C          EVR Reset Control Register
SCU_ESRCFG0     0xF0036070          ESR0 Input Configuration Register
SCU_ESRCFG1     0xF0036074          ESR1 Input Configuration Register
SCU_ESROCFG     0xF0036078          ESR Output Configuration Register
SCU_SYSCON      0xF003607C          System Control Register
SCU_CCUCON6     0xF0036080          CCU Clock Control Register 6
SCU_CCUCON7     0xF0036084          CCU Clock Control Register 7
SCU_CCUCON8     0xF0036088          CCU Clock Control Register 8
SCU_PDR         0xF003609C          ESR Pad Driver Mode Register
SCU_IOCR        0xF00360A0          Input/Output Control Register
SCU_OUT         0xF00360A4          ESR Output Register
SCU_OMR         0xF00360A8          ESR Output Modification Register
SCU_IN          0xF00360AC          ESR Input Register
SCU_EVRSTAT     0xF00360B0          EVR Status Register
SCU_EVRDVSTAT   0xF00360B4          EVR Status Register for Voltage Scaling
SCU_EVR13CON    0xF00360B8          EVR13 Control Register
SCU_EVR33CON    0xF00360BC          EVR33 Control Register
SCU_STSTAT      0xF00360C0          Start-up Status Register
SCU_PMSWCR0     0xF00360C8          Standby and Wake-up Control Register 0
SCU_PMSWSTAT    0xF00360CC          Standby and Wake-up Status Flag Register
SCU_PMSWSTATCLR 0xF00360D0          Standby and Wake-up Status Clear Register
SCU_PMCSR0      0xF00360D4          Power Management Control and Status Register
SCU_PMCSR1      0xF00360D8          Power Management Control and Status Register
SCU_PMCSR2      0xF00360DC          Power Management Control and Status Register
SCU_DTSSTAT     0xF00360E0          Die Temperature Sensor Status Register
SCU_DTSCON      0xF00360E4          Die Temperature Sensor Control Register
SCU_PMSWCR1     0xF00360E8          Standby and Wake-up Control Register 1
SCU_WDTSCON0    0xF00360F0          Safety WDT Control Register 0
SCU_WDTSCON1    0xF00360F4          Safety WDT Control Register 1
SCU_WDTSSR      0xF00360F8          Safety WDT Status Register
SCU_EMSR        0xF00360FC          Emergency Stop Register
SCU_WDTCPU0CON0 0xF0036100          CPU0 WDT Control Register 0
SCU_WDTCPU0CON1 0xF0036104          CPU0 WDT Control Register 1
SCU_WDTCPU0SR   0xF0036108          CPU0 WDT Status Register
SCU_WDTCPU1CON0 0xF003610C          CPU1 WDT Control Register 0
SCU_WDTCPU1CON1 0xF0036110          CPU1 WDT Control Register 1
SCU_WDTCPU1SR   0xF0036114          CPU1 WDT Status Register
SCU_WDTCPU2CON0 0xF0036118          CPU2 WDT Control Register 0
SCU_WDTCPU2CON1 0xF003611C          CPU2 WDT Control Register 1
SCU_WDTCPU2SR   0xF0036120          CPU2 WDT Status Register
SCU_TRAPSTAT    0xF0036124          Trap Status Register
SCU_TRAPSET     0xF0036128          Trap Set Register
SCU_TRAPCLR     0xF003612C          Trap Clear Register
SCU_TRAPDIS     0xF0036130          Trap Disable Register
SCU_LCLCON0     0xF0036134          LCL CPU0 Control Register
SCU_LCLCON1     0xF0036138          LCL CPU1 Control Register
SCU_LCLTEST     0xF003613C          LCL Test Register
SCU_CHIPID      0xF0036140          Chip Identification Register
SCU_MANID       0xF0036144          Manufacturer Identification Register
SCU_SAFECON     0xF0036150          Safety Heartbeat Register
SCU_LBISTCTRL0  0xF0036164          Logic BIST Control 0 Register
SCU_LBISTCTRL1  0xF0036168          Logic BIST Control 1 Register
SCU_LBISTCTRL2  0xF003616C          Logic BIST Control 2 Register
SCU_PDISC       0xF003618C          Pad Disable Control Register
SCU_EVRTRIM     0xF0036198          EVR Trim Register
SCU_EVRADCSTAT  0xF003619C          EVR ADC Status Register
SCU_EVRUVMON    0xF00361A0          EVR Under-voltage Configuration Register
SCU_EVROVMON    0xF00361A4          EVR Over-voltage Configuration Register
SCU_EVRMONCTRL  0xF00361A8          EVR Monitor Control Register
SCU_EVRSDCTRL1  0xF00361B0          EVR13 SD Control Register 1
SCU_EVRSDCTRL2  0xF00361B4          EVR13 SD Control Register 2
SCU_EVRSDCTRL3  0xF00361B8          EVR13 SD Control Register 3
SCU_EVRSDCTRL4  0xF00361BC          EVR13 SD Control Register 4
SCU_EVRSDCOEFF1 0xF00361C0          EVR13 SD Coefficient Register 1
SCU_EVRSDCOEFF2 0xF00361C4          EVR13 SD Coefficient Register 2
SCU_EVRSDCOEFF3 0xF00361C8          EVR13 SD Coefficient Register 3
SCU_EVRSDCOEFF4 0xF00361CC          EVR13 SD Coefficient Register 4
SCU_EVRSDCOEFF5 0xF00361D0          EVR13 SD Coefficient Register 5
SCU_EVRSDCOEFF6 0xF00361D4          EVR13 SD Coefficient Register 6
SCU_OVCENABLE   0xF00361E0          Overlay Enable Register
SCU_OVCCON      0xF00361E4          Overlay Control Register
SCU_EICR0       0xF0036210          External Input Channel Register 0
SCU_EICR1       0xF0036214          External Input Channel Register 1
SCU_EICR2       0xF0036218          External Input Channel Register 2
SCU_EICR3       0xF003621C          External Input Channel Register 3
SCU_EIFR        0xF0036220          External Input Flag Register
SCU_FMR         0xF0036224          Flag Modification Register
SCU_PDRR        0xF0036228          Pattern Detection Result Register
SCU_IGCR0       0xF003622C          Flag Gating Register 0
SCU_IGCR1       0xF0036230          Flag Gating Register 1
SCU_IGCR2       0xF0036234          Flag Gating Register 2
SCU_IGCR3       0xF0036238          Flag Gating Register 3
SCU_DTSLIM      0xF0036240          Die Temperature Sensor Limit Register
SCU_ACCEN1      0xF00363F8          Access Enable Register 1
SCU_ACCEN0      0xF00363FC          Access Enable Register 0
SMU_CLC         0xF0036800          Clock Control Register
SMU_ID          0xF0036808          Module Identification Register
SMU_CMD         0xF0036820          Command Register
SMU_STS         0xF0036824          Status Register
SMU_FSP         0xF0036828          Fault Signaling Protocol
SMU_AGC         0xF003682C          Alarm Global Configuration
SMU_RTC         0xF0036830          Recovery Timer Configuration
SMU_KEYS        0xF0036834          Key Register
SMU_DBG         0xF0036838          Debug Register
SMU_PCTL        0xF003683C          Port Control
SMU_AFCNT       0xF0036840          Alarm and Fault Counter
SMU_RTAC0       0xF0036860          Recovery Timer Alarm Configuration
SMU_RTAC1       0xF0036864          Recovery Timer Alarm Configuration
SMU_AG0CF0      0xF0036900          Alarm Configuration Register
SMU_AG0CF1      0xF0036904          Alarm Configuration Register
SMU_AG0CF2      0xF0036908          Alarm Configuration Register
SMU_AG1CF0      0xF003690C          Alarm Configuration Register
SMU_AG1CF1      0xF0036910          Alarm Configuration Register
SMU_AG1CF2      0xF0036914          Alarm Configuration Register
SMU_AG2CF0      0xF0036918          Alarm Configuration Register
SMU_AG2CF1      0xF003691C          Alarm Configuration Register
SMU_AG2CF2      0xF0036920          Alarm Configuration Register
SMU_AG3CF0      0xF0036924          Alarm Configuration Register
SMU_AG3CF1      0xF0036928          Alarm Configuration Register
SMU_AG3CF2      0xF003692C          Alarm Configuration Register
SMU_AG4CF0      0xF0036930          Alarm Configuration Register
SMU_AG4CF1      0xF0036934          Alarm Configuration Register
SMU_AG4CF2      0xF0036938          Alarm Configuration Register
SMU_AG5CF0      0xF003693C          Alarm Configuration Register
SMU_AG5CF1      0xF0036940          Alarm Configuration Register
SMU_AG5CF2      0xF0036944          Alarm Configuration Register
SMU_AG6CF0      0xF0036948          Alarm Configuration Register
SMU_AG6CF1      0xF003694C          Alarm Configuration Register
SMU_AG6CF2      0xF0036950          Alarm Configuration Register
SMU_AG0FSP      0xF0036980          FSP Configuration Register
SMU_AG1FSP      0xF0036984          FSP Configuration Register
SMU_AG2FSP      0xF0036988          FSP Configuration Register
SMU_AG3FSP      0xF003698C          FSP Configuration Register
SMU_AG4FSP      0xF0036990          FSP Configuration Register
SMU_AG5FSP      0xF0036994          FSP Configuration Register
SMU_AG6FSP      0xF0036998          FSP Configuration Register
SMU_AG0         0xF00369C0          Alarm Status Register
SMU_AG1         0xF00369C4          Alarm Status Register
SMU_AG2         0xF00369C8          Alarm Status Register
SMU_AG3         0xF00369CC          Alarm Status Register
SMU_AG4         0xF00369D0          Alarm Status Register
SMU_AG5         0xF00369D4          Alarm Status Register
SMU_AG6         0xF00369D8          Alarm Status Register
SMU_AD0         0xF0036A00          Alarm Status Register
SMU_AD1         0xF0036A04          Alarm Status Register
SMU_AD2         0xF0036A08          Alarm Status Register
SMU_AD3         0xF0036A0C          Alarm Status Register
SMU_AD4         0xF0036A10          Alarm Status Register
SMU_AD5         0xF0036A14          Alarm Status Register
SMU_AD6         0xF0036A18          Alarm Status Register
SMU_RMCTL       0xF0036B00          Register Monitor Control
SMU_RMEF        0xF0036B04          Register Monitor Error Flags
SMU_RMSTS       0xF0036B08          Register Monitor Self Test Status
SMU_OCS         0xF0036FE8          OCDS Control and Status
SMU_KRSTCLR     0xF0036FEC          SMU Reset Status Clear Register
SMU_KRST1       0xF0036FF0          SMU Reset Register 1
SMU_KRST0       0xF0036FF4          SMU Reset Register 0
SMU_ACCEN1      0xF0036FF8          SMU Access Enable Register 1
SMU_ACCEN0      0xF0036FFC          SMU Access Enable Register 0
INT_ID          0xF0037008          Module Identification Register
INT_SRB0        0xF0037010          Service Request Broadcast Register 0
INT_SRB1        0xF0037014          Service Request Broadcast Register 1
INT_SRB2        0xF0037018          Service Request Broadcast Register 2
INT_OOBS        0xF0037080          OTGM OTGB0/1 Status
INT_OSSIC       0xF0037084          OTGM SSI Control
INT_OIXTS       0xF0037088          OTGM IRQ MUX Trigger Set Select
INT_OIXMS       0xF003708C          OTGM IRQ MUX Missed IRQ Select
INT_OIXS0       0xF0037090          OTGM IRQ MUX Select 0
INT_OIXS1       0xF0037094          OTGM IRQ MUX Select 1
INT_OIT         0xF00370A0          OTGM IRQ Trace
INT_OMISP       0xF00370A4          OTGM MCDS I/F Sensitivity Posedge
INT_OMISN       0xF00370A8          OTGM MCDS I/F Sensitivity Negedge
INT_ACCEN01     0xF00370F0          Kernel 0 Access Enable Register 1
INT_ACCEN00     0xF00370F4          Access Enable Register 0
INT_ACCEN11     0xF00370F8          Kernel 1 Access Enable Register 1
INT_ACCEN10     0xF00370FC          Kernel 1 Access Enable Register 0
INT_LWSR0       0xF0037100          Latest Winning Service Request Register 0
INT_LASR0       0xF0037104          Last Acknowledged Service Request Register 0
INT_ECR0        0xF0037108          Error Capture Register 0
INT_LWSR1       0xF0037110          Latest Winning Service Request Register 1
INT_LASR1       0xF0037114          Last Acknowledged Service Request Register 1
INT_ECR1        0xF0037118          Error Capture Register 1
INT_LWSR2       0xF0037120          Latest Winning Service Request Register 2
INT_LASR2       0xF0037124          Last Acknowledged Service Request Register 2
INT_ECR2        0xF0037128          Error Capture Register 2
INT_LWSR3       0xF0037130          Latest Winning Service Request Register 3
INT_LASR3       0xF0037134          Last Acknowledged Service Request Register 3
INT_ECR3        0xF0037138          Error Capture Register 3
SRC_CPU0SBSRC   0xF0038000          CPU 0 Software Breakpoint Service Request
SRC_CPU1SBSRC   0xF0038004          CPU 1 Software Breakpoint Service Request
SRC_CPU2SBSRC   0xF0038008          CPU 2 Software Breakpoint Service Request
SRC_EMEM        0xF0038020          Emulation Memory Service Request
SRC_AGBT        0xF0038024          AGBT Service Request
SRC_BCUSPBSBSRC 0xF0038040          Bus Control Unit SPB Service Request
SRC_XBARSRC     0xF0038048          XBAR_SRI Service Request
SRC_CERBERUS0   0xF0038050          Cerberus Service Request 0
SRC_CERBERUS1   0xF0038054          Cerberus Service Request 1
SRC_ASCLIN0TX   0xF0038080          ASCLIN 0 Transmit Service Request
SRC_ASCLIN0RX   0xF0038084          ASCLIN 0 Receive Service Request
SRC_ASCLIN0ERR  0xF0038088          ASCLIN 0 Error Service Request
SRC_ASCLIN1TX   0xF003808C          ASCLIN 1 Transmit Service Request
SRC_ASCLIN1RX   0xF0038090          ASCLIN 1 Receive Service Request
SRC_ASCLIN1ERR  0xF0038094          ASCLIN 1 Error Service Request
SRC_ASCLIN2TX   0xF0038098          ASCLIN 2 Transmit Service Request
SRC_ASCLIN2RX   0xF003809C          ASCLIN 2 Receive Service Request
SRC_ASCLIN2ERR  0xF00380A0          ASCLIN 2 Error Service Request
SRC_ASCLIN3TX   0xF00380A4          ASCLIN 3 Transmit Service Request
SRC_ASCLIN3RX   0xF00380A8          ASCLIN 3 Receive Service Request
SRC_ASCLIN3ERR  0xF00380AC          ASCLIN 3 Error Service Request
SRC_QSPI0TX     0xF0038190          QSPI 0 Transmit Service Request
SRC_QSPI0RX     0xF0038194          QSPI 0 Receive Service Request
SRC_QSPI0ERR    0xF0038198          QSPI 0 Error Service Request
SRC_QSPI0PT     0xF003819C          QSPI 0 Phase Transition Service Request
SRC_RESERVED10  0xF00381A0          Reserved Service Request 10
SRC_QSPI0U      0xF00381A4          QSPI 0 User Defined Service Request
SRC_QSPI1TX     0xF00381A8          QSPI 1 Transmit Service Request
SRC_QSPI1RX     0xF00381AC          QSPI 1 Receive Service Request
SRC_QSPI1ERR    0xF00381B0          QSPI 1 Error Service Request
SRC_QSPI1PT     0xF00381B4          QSPI 1 Phase Transition Service Request
SRC_RESERVED11  0xF00381B8          Reserved Service Request 11
SRC_QSPI1U      0xF00381BC          QSPI 1 User Defined Service Request
SRC_QSPI2TX     0xF00381C0          QSPI 2 Transmit Service Request
SRC_QSPI2RX     0xF00381C4          QSPI 2 Receive Service Request
SRC_QSPI2ERR    0xF00381C8          QSPI 2 Error Service Request
SRC_QSPI2PT     0xF00381CC          QSPI 2 Phase Transition Service Request
SRC_RESERVED12  0xF00381D0          Reserved Service Request 12
SRC_QSPI2U      0xF00381D4          QSPI 2 User Defined Service Request
SRC_QSPI3TX     0xF00381D8          QSPI 3 Transmit Service Request
SRC_QSPI3RX     0xF00381DC          QSPI 3 Receive Service Request
SRC_QSPI3ERR    0xF00381E0          QSPI 3 Error Service Request
SRC_QSPI3PT     0xF00381E4          QSPI 3 Phase Transition Service Request
SRC_RESERVED13  0xF00381E8          Reserved Service Request 13
SRC_QSPI3U      0xF00381EC          QSPI 3 User Defined Service Request
SRC_HSCT        0xF0038290          HSCT Service Request
SRC_HSSLCOK0    0xF00382A0          Channel 0 OK Service Request m
SRC_HSSLRDI0    0xF00382A4          Channel 0 Read Data Service Request m
SRC_HSSLERR0    0xF00382A8          Channel 0 Error ServiceRequest m
SRC_HSSLTRG0    0xF00382AC          Channel 0 Trigger Service Request m
SRC_HSSLCOK1    0xF00382B0          Channel 1 OK Service Request m
SRC_HSSLRDI1    0xF00382B4          Channel 1 Read Data Service Request m
SRC_HSSLERR1    0xF00382B8          Channel 1 Error ServiceRequest m
SRC_HSSLTRG1    0xF00382BC          Channel 1 Trigger Service Request m
SRC_HSSLCOK2    0xF00382C0          Channel 2 OK Service Request m
SRC_HSSLRDI2    0xF00382C4          Channel 2 Read Data Service Request m
SRC_HSSLERR2    0xF00382C8          Channel 2 Error ServiceRequest m
SRC_HSSLTRG2    0xF00382CC          Channel 2 Trigger Service Request m
SRC_HSSLCOK3    0xF00382D0          Channel 3 OK Service Request m
SRC_HSSLRDI3    0xF00382D4          Channel 3 Read Data Service Request m
SRC_HSSLERR3    0xF00382D8          Channel 3 Error ServiceRequest m
SRC_HSSLTRG3    0xF00382DC          Channel 3 Trigger Service Request m
SRC_HSSLEXI     0xF00382E0          Exception Service Request
SRC_I2C0BREQ    0xF0038300          I2C 0 Burst Data Transfer Request
SRC_I2C0LBREQ   0xF0038304          I2C 0 Last Burst Data Transfer Service Request
SRC_I2C0SREQ    0xF0038308          I2C 0 Single Data Transfer Service Request
SRC_I2C0LSREQ   0xF003830C          I2C 0 Last Single Data Transfer Service Request
SRC_I2C0ERR     0xF0038310          I2C 0 Error Service Request
SRC_I2C0P       0xF0038314          I2C 0 Kernel Service Request
SRC_SENT0       0xF0038350          SENT TRIG0 Service Request
SRC_SENT1       0xF0038354          SENT TRIG1 Service Request
SRC_SENT2       0xF0038358          SENT TRIG2 Service Request
SRC_SENT3       0xF003835C          SENT TRIG3 Service Request
SRC_SENT4       0xF0038360          SENT TRIG4 Service Request
SRC_SENT5       0xF0038364          SENT TRIG5 Service Request
SRC_SENT6       0xF0038368          SENT TRIG6 Service Request
SRC_SENT7       0xF003836C          SENT TRIG7 Service Request
SRC_SENT8       0xF0038370          SENT TRIG8 Service Request
SRC_SENT9       0xF0038374          SENT TRIG9 Service Request
SRC_MSC0SR0     0xF00383E0          MSC 0 Service Request 0
SRC_MSC0SR1     0xF00383E4          MSC 0 Service Request 1
SRC_MSC0SR2     0xF00383E8          MSC 0 Service Request 2
SRC_MSC0SR3     0xF00383EC          MSC 0 Service Request 3
SRC_MSC0SR4     0xF00383F0          MSC 0 Service Request 4
SRC_MSC1SR0     0xF00383F4          MSC 1 Service Request 0
SRC_MSC1SR1     0xF00383F8          MSC 1 Service Request 1
SRC_MSC1SR2     0xF00383FC          MSC 1 Service Request 2
SRC_MSC1SR3     0xF0038400          MSC 1 Service Request 3
SRC_MSC1SR4     0xF0038404          MSC 1 Service Request 4
SRC_CCU60SR0    0xF0038420          CCU6 0 Service Request 0
SRC_CCU60SR1    0xF0038424          CCU6 0 Service Request 1
SRC_CCU60SR2    0xF0038428          CCU6 0 Service Request 2
SRC_CCU60SR3    0xF003842C          CCU6 0 Service Request 3
SRC_CCU61SR0    0xF0038430          CCU6 1 Service Request 0
SRC_CCU61SR1    0xF0038434          CCU6 1 Service Request 1
SRC_CCU61SR2    0xF0038438          CCU6 1 Service Request 2
SRC_CCU61SR3    0xF003843C          CCU6 1 Service Request 3
SRC_GPT120CIRQ  0xF0038460          GPT120 CAPREL Service Request
SRC_GPT120T2    0xF0038464          GPT120 T2 Overflow/Underflow Service Request
SRC_GPT120T3    0xF0038468          GPT120 T3 Overflow/Underflow Service Request
SRC_GPT120T4    0xF003846C          GPT120 T4 Overflow/Underflow Service Request
SRC_GPT120T5    0xF0038470          GPT120 T5 Overflow/Underflow Service Request
SRC_GPT120T6    0xF0038474          GPT120 T6 Overflow/Underflow Service Request
SRC_STM0SR0     0xF0038490          System Timer 0 Service Request 0
SRC_STM0SR1     0xF0038494          System Timer 0 Service Request 1
SRC_STM1SR0     0xF0038498          System Timer 1 Service Request 0
SRC_STM1SR1     0xF003849C          System Timer 1 Service Request 1
SRC_STM2SR0     0xF00384A0          System Timer 2 Service Request 0
SRC_STM2SR1     0xF00384A4          System Timer 2 Service Request 1
SRC_FCE         0xF00384B0          FCE Error Service Request
SRC_DMAERR      0xF00384F0          DMA Error Service Request
SRC_DMACH0      0xF0038500          DMA Channel 0 Service Request
SRC_DMACH1      0xF0038504          DMA Channel 1 Service Request
SRC_DMACH2      0xF0038508          DMA Channel 2 Service Request
SRC_DMACH3      0xF003850C          DMA Channel 3 Service Request
SRC_DMACH4      0xF0038510          DMA Channel 4 Service Request
SRC_DMACH5      0xF0038514          DMA Channel 5 Service Request
SRC_DMACH6      0xF0038518          DMA Channel 6 Service Request
SRC_DMACH7      0xF003851C          DMA Channel 7 Service Request
SRC_DMACH8      0xF0038520          DMA Channel 8 Service Request
SRC_DMACH9      0xF0038524          DMA Channel 9 Service Request
SRC_DMACH10     0xF0038528          DMA Channel 10 Service Request
SRC_DMACH11     0xF003852C          DMA Channel 11 Service Request
SRC_DMACH12     0xF0038530          DMA Channel 12 Service Request
SRC_DMACH13     0xF0038534          DMA Channel 13 Service Request
SRC_DMACH14     0xF0038538          DMA Channel 14 Service Request
SRC_DMACH15     0xF003853C          DMA Channel 15 Service Request
SRC_DMACH16     0xF0038540          DMA Channel 16 Service Request
SRC_DMACH17     0xF0038544          DMA Channel 17 Service Request
SRC_DMACH18     0xF0038548          DMA Channel 18 Service Request
SRC_DMACH19     0xF003854C          DMA Channel 19 Service Request
SRC_DMACH20     0xF0038550          DMA Channel 20 Service Request
SRC_DMACH21     0xF0038554          DMA Channel 21 Service Request
SRC_DMACH22     0xF0038558          DMA Channel 22 Service Request
SRC_DMACH23     0xF003855C          DMA Channel 23 Service Request
SRC_DMACH24     0xF0038560          DMA Channel 24 Service Request
SRC_DMACH25     0xF0038564          DMA Channel 25 Service Request
SRC_DMACH26     0xF0038568          DMA Channel 26 Service Request
SRC_DMACH27     0xF003856C          DMA Channel 27 Service Request
SRC_DMACH28     0xF0038570          DMA Channel 28 Service Request
SRC_DMACH29     0xF0038574          DMA Channel 29 Service Request
SRC_DMACH30     0xF0038578          DMA Channel 30 Service Request
SRC_DMACH31     0xF003857C          DMA Channel 31 Service Request
SRC_DMACH32     0xF0038580          DMA Channel 32 Service Request
SRC_DMACH33     0xF0038584          DMA Channel 33 Service Request
SRC_DMACH34     0xF0038588          DMA Channel 34 Service Request
SRC_DMACH35     0xF003858C          DMA Channel 35 Service Request
SRC_DMACH36     0xF0038590          DMA Channel 36 Service Request
SRC_DMACH37     0xF0038594          DMA Channel 37 Service Request
SRC_DMACH38     0xF0038598          DMA Channel 38 Service Request
SRC_DMACH39     0xF003859C          DMA Channel 39 Service Request
SRC_DMACH40     0xF00385A0          DMA Channel 40 Service Request
SRC_DMACH41     0xF00385A4          DMA Channel 41 Service Request
SRC_DMACH42     0xF00385A8          DMA Channel 42 Service Request
SRC_DMACH43     0xF00385AC          DMA Channel 43 Service Request
SRC_DMACH44     0xF00385B0          DMA Channel 44 Service Request
SRC_DMACH45     0xF00385B4          DMA Channel 45 Service Request
SRC_DMACH46     0xF00385B8          DMA Channel 46 Service Request
SRC_DMACH47     0xF00385BC          DMA Channel 47 Service Request
SRC_DMACH48     0xF00385C0          DMA Channel 48 Service Request
SRC_DMACH49     0xF00385C4          DMA Channel 49 Service Request
SRC_DMACH50     0xF00385C8          DMA Channel 50 Service Request
SRC_DMACH51     0xF00385CC          DMA Channel 51 Service Request
SRC_DMACH52     0xF00385D0          DMA Channel 52 Service Request
SRC_DMACH53     0xF00385D4          DMA Channel 53 Service Request
SRC_DMACH54     0xF00385D8          DMA Channel 54 Service Request
SRC_DMACH55     0xF00385DC          DMA Channel 55 Service Request
SRC_DMACH56     0xF00385E0          DMA Channel 56 Service Request
SRC_DMACH57     0xF00385E4          DMA Channel 57 Service Request
SRC_DMACH58     0xF00385E8          DMA Channel 58 Service Request
SRC_DMACH59     0xF00385EC          DMA Channel 59 Service Request
SRC_DMACH60     0xF00385F0          DMA Channel 60 Service Request
SRC_DMACH61     0xF00385F4          DMA Channel 61 Service Request
SRC_DMACH62     0xF00385F8          DMA Channel 62 Service Request
SRC_DMACH63     0xF00385FC          DMA Channel 63 Service Request
SRC_ETH         0xF00388F0          Ethernet Service Request
SRC_CANINT0     0xF0038900          MULTICAN+ Service Request 0
SRC_CANINT1     0xF0038904          MULTICAN+ Service Request 1
SRC_CANINT2     0xF0038908          MULTICAN+ Service Request 2
SRC_CANINT3     0xF003890C          MULTICAN+ Service Request 3
SRC_CANINT4     0xF0038910          MULTICAN+ Service Request 4
SRC_CANINT5     0xF0038914          MULTICAN+ Service Request 5
SRC_CANINT6     0xF0038918          MULTICAN+ Service Request 6
SRC_CANINT7     0xF003891C          MULTICAN+ Service Request 7
SRC_CANINT8     0xF0038920          MULTICAN+ Service Request 8
SRC_CANINT9     0xF0038924          MULTICAN+ Service Request 9
SRC_CANINT10    0xF0038928          MULTICAN+ Service Request 10
SRC_CANINT11    0xF003892C          MULTICAN+ Service Request 11
SRC_CANINT12    0xF0038930          MULTICAN+ Service Request 12
SRC_CANINT13    0xF0038934          MULTICAN+ Service Request 13
SRC_CANINT14    0xF0038938          MULTICAN+ Service Request 14
SRC_CANINT15    0xF003893C          MULTICAN+ Service Request 15
SRC_VADCG0SR0   0xF0038980          VADC Group 0 Service Request 0
SRC_VADCG0SR1   0xF0038984          VADC Group 0 Service Request 1
SRC_VADCG0SR2   0xF0038988          VADC Group 0 Service Request 2
SRC_VADCG0SR3   0xF003898C          VADC Group 0 Service Request 3
SRC_VADCG1SR0   0xF0038990          VADC Group 1 Service Request 0
SRC_VADCG1SR1   0xF0038994          VADC Group 1 Service Request 1
SRC_VADCG1SR2   0xF0038998          VADC Group 1 Service Request 2
SRC_VADCG1SR3   0xF003899C          VADC Group 1 Service Request 3
SRC_VADCG2SR0   0xF00389A0          VADC Group 2 Service Request 0
SRC_VADCG2SR1   0xF00389A4          VADC Group 2 Service Request 1
SRC_VADCG2SR2   0xF00389A8          VADC Group 2 Service Request 2
SRC_VADCG2SR3   0xF00389AC          VADC Group 2 Service Request 3
SRC_VADCG3SR0   0xF00389B0          VADC Group 3 Service Request 0
SRC_VADCG3SR1   0xF00389B4          VADC Group 3 Service Request 1
SRC_VADCG3SR2   0xF00389B8          VADC Group 3 Service Request 2
SRC_VADCG3SR3   0xF00389BC          VADC Group 3 Service Request 3
SRC_VADCG4SR0   0xF00389C0          VADC Group 4 Service Request 0
SRC_VADCG4SR1   0xF00389C4          VADC Group 4 Service Request 1
SRC_VADCG4SR2   0xF00389C8          VADC Group 4 Service Request 2
SRC_VADCG4SR3   0xF00389CC          VADC Group 4 Service Request 3
SRC_VADCG5SR0   0xF00389D0          VADC Group 5 Service Request 0
SRC_VADCG5SR1   0xF00389D4          VADC Group 5 Service Request 1
SRC_VADCG5SR2   0xF00389D8          VADC Group 5 Service Request 2
SRC_VADCG5SR3   0xF00389DC          VADC Group 5 Service Request 3
SRC_VADCG6SR0   0xF00389E0          VADC Group 6 Service Request 0
SRC_VADCG6SR1   0xF00389E4          VADC Group 6 Service Request 1
SRC_VADCG6SR2   0xF00389E8          VADC Group 6 Service Request 2
SRC_VADCG6SR3   0xF00389EC          VADC Group 6 Service Request 3
SRC_VADCG7SR0   0xF00389F0          VADC Group 7 Service Request 0
SRC_VADCG7SR1   0xF00389F4          VADC Group 7 Service Request 1
SRC_VADCG7SR2   0xF00389F8          VADC Group 7 Service Request 2
SRC_VADCG7SR3   0xF00389FC          VADC Group 7 Service Request 3
SRC_VADCCG0SR0  0xF0038AA0          VADC Common Group 0 Service Request 0
SRC_VADCCG0SR1  0xF0038AA4          VADC Common Group 0 Service Request 1
SRC_VADCCG0SR2  0xF0038AA8          VADC Common Group 0 Service Request 2
SRC_VADCCG0SR3  0xF0038AAC          VADC Common Group 0 Service Request 3
SRC_VADCCG1SR0  0xF0038AB0          VADC Common Group 1 Service Request 0
SRC_VADCCG1SR1  0xF0038AB4          VADC Common Group 1 Service Request 1
SRC_VADCCG1SR2  0xF0038AB8          VADC Common Group 1 Service Request 2
SRC_VADCCG1SR3  0xF0038ABC          VADC Common Group 1 Service Request 3
SRC_DSADCSRM0   0xF0038B50          DSADC SRM0 Service Request
SRC_DSADCSRA0   0xF0038B54          DSADC SRA0 Service Request
SRC_DSADCSRM1   0xF0038B58          DSADC SRM1 Service Request
SRC_DSADCSRA1   0xF0038B5C          DSADC SRA1 Service Request
SRC_DSADCSRM2   0xF0038B60          DSADC SRM2 Service Request
SRC_DSADCSRA2   0xF0038B64          DSADC SRA2 Service Request
SRC_DSADCSRM3   0xF0038B68          DSADC SRM3 Service Request
SRC_DSADCSRA3   0xF0038B6C          DSADC SRA3 Service Request
SRC_DSADCSRM4   0xF0038B70          DSADC SRM4 Service Request
SRC_DSADCSRA4   0xF0038B74          DSADC SRA4 Service Request
SRC_DSADCSRM5   0xF0038B78          DSADC SRM5 Service Request
SRC_DSADCSRA5   0xF0038B7C          DSADC SRA5 Service Request
SRC_ERAYINT0    0xF0038BE0          E-RAY Service Request 0
SRC_ERAYINT1    0xF0038BE4          E-RAY Service Request 1
SRC_ERAYTINT0   0xF0038BE8          E-RAY Timer Interrupt 0 Service Request
SRC_ERAYTINT1   0xF0038BEC          E-RAY Timer Interrupt 1 Service Request
SRC_ERAYNDAT0   0xF0038BF0          E-RAY New Data 0 Service Request
SRC_ERAYNDAT1   0xF0038BF4          E-RAY New Data 1 Service Request
SRC_ERAYMBSC0   0xF0038BF8          E-RAY Message Buffer Status Changed 0 Service Request
SRC_ERAYMBSC1   0xF0038BFC          E-RAY Message Buffer Status Changed 1 Service Request
SRC_ERAYOBUSY   0xF0038C00          E-RAY Output Buffer Busy Service Request
SRC_ERAYIBUSY   0xF0038C04          E-RAY Input Buffer Busy Service Request
SRC_PMU00       0xF0038C30          PMU 0 Service Request 0
SRC_PMU01       0xF0038C34          PMU 0 Service Request 1
SRC_HSM0        0xF0038CC0          HSM Service Request 0
SRC_HSM1        0xF0038CC4          HSM Service Request 1
SRC_SCUDTS      0xF0038CD0          SCU DTS Busy Service Request
SRC_SCUERU0     0xF0038CD4          SCU ERU Service Request 0
SRC_SCUERU1     0xF0038CD8          SCU ERU Service Request 1
SRC_SCUERU2     0xF0038CDC          SCU ERU Service Request 2
SRC_SCUERU3     0xF0038CE0          SCU ERU Service Request 3
SRC_SMU0        0xF0038D10          SMU Service Request 0
SRC_SMU1        0xF0038D14          SMU Service Request 1
SRC_SMU2        0xF0038D18          SMU Service Request 2
SRC_PSI50       0xF0038D30          PSI5 Service Request 0
SRC_PSI51       0xF0038D34          PSI5 Service Request 1
SRC_PSI52       0xF0038D38          PSI5 Service Request 2
SRC_PSI53       0xF0038D3C          PSI5 Service Request 3
SRC_PSI54       0xF0038D40          PSI5 Service Request 4
SRC_PSI55       0xF0038D44          PSI5 Service Request 5
SRC_PSI56       0xF0038D48          PSI5 Service Request 6
SRC_PSI57       0xF0038D4C          PSI5 Service Request 7
SRC_DAM0        0xF0038D70          DAM Service Request 0
SRC_DAM1        0xF0038D74          DAM Service Request 1
SRC_DAM2        0xF0038D78          DAM Service Request 2
SRC_DAM3        0xF0038D7C          DAM Service Request 3
SRC_DAM4        0xF0038D80          DAM Service Request 4
SRC_DAM5        0xF0038D84          DAM Service Request 5
SRC_CIFMI       0xF0038DA0          CIF MI Service Request
SRC_CIFMIEP     0xF0038DA4          CIF MI EP Service Request
SRC_CIFISP      0xF0038DA8          CIF ISP Service Request
SRC_CIFMJPEG    0xF0038DAC          CIF MJPEG Service Request
SRC_LMU         0xF0038DE0          LMU Service Request
SRC_PSI5S0      0xF0038DF0          PSI5-S Service Request 0
SRC_PSI5S1      0xF0038DF4          PSI5-S Service Request 1
SRC_PSI5S2      0xF0038DF8          PSI5-S Service Request 2
SRC_PSI5S3      0xF0038DFC          PSI5-S Service Request 3
SRC_PSI5S4      0xF0038E00          PSI5-S Service Request 4
SRC_PSI5S5      0xF0038E04          PSI5-S Service Request 5
SRC_PSI5S6      0xF0038E08          PSI5-S Service Request 6
SRC_PSI5S7      0xF0038E0C          PSI5-S Service Request 7
SRC_GPSR00      0xF0039000          General Purpose Service Request 00
SRC_GPSR01      0xF0039004          General Purpose Service Request 01
SRC_GPSR02      0xF0039008          General Purpose Service Request 02
SRC_GPSR03      0xF003900C          General Purpose Service Request 03
SRC_GPSR10      0xF0039020          General Purpose Service Request 10
SRC_GPSR11      0xF0039024          General Purpose Service Request 11
SRC_GPSR12      0xF0039028          General Purpose Service Request 12
SRC_GPSR13      0xF003902C          General Purpose Service Request 13
SRC_GPSR20      0xF0039040          General Purpose Service Request 20
SRC_GPSR21      0xF0039044          General Purpose Service Request 21
SRC_GPSR22      0xF0039048          General Purpose Service Request 22
SRC_GPSR23      0xF003904C          General Purpose Service Request 23
SRC_GTMAEIIRQ   0xF0039600          GTM AEI Shared Service Request
SRC_GTMARUIRQ0  0xF0039604          GTM ARU Shared Service Request 0
SRC_GTMARUIRQ1  0xF0039608          GTM ARU Shared Service Request 1
SRC_GTMARUIRQ2  0xF003960C          GTM ARU Shared Service Request 2
SRC_GTMBRCIRQ   0xF0039614          GTM BRC Shared Service Request
SRC_GTMCMPIRQ   0xF0039618          GTM CMP Shared Service Request
SRC_GTMSPE0IRQ  0xF003961C          GTM SPE0 Shared Service Request
SRC_GTMSPE1IRQ  0xF0039620          GTM SPE1 Shared Service Request
SRC_GTMPSM00    0xF003962C          GTM PSM0 Shared Service Request 0
SRC_GTMPSM01    0xF0039630          GTM PSM0 Shared Service Request 1
SRC_GTMPSM02    0xF0039634          GTM PSM0 Shared Service Request 2
SRC_GTMPSM03    0xF0039638          GTM PSM0 Shared Service Request 3
SRC_GTMPSM04    0xF003963C          GTM PSM0 Shared Service Request 4
SRC_GTMPSM05    0xF0039640          GTM PSM0 Shared Service Request 5
SRC_GTMPSM06    0xF0039644          GTM PSM0 Shared Service Request 6
SRC_GTMPSM07    0xF0039648          GTM PSM0 Shared Service Request 7
SRC_GTMDPLL0    0xF00396A4          GTM DPLL Service Request 0
SRC_GTMDPLL1    0xF00396A8          GTM DPLL Service Request 1
SRC_GTMDPLL2    0xF00396AC          GTM DPLL Service Request 2
SRC_GTMDPLL3    0xF00396B0          GTM DPLL Service Request 3
SRC_GTMDPLL4    0xF00396B4          GTM DPLL Service Request 4
SRC_GTMDPLL5    0xF00396B8          GTM DPLL Service Request 5
SRC_GTMDPLL6    0xF00396BC          GTM DPLL Service Request 6
SRC_GTMDPLL7    0xF00396C0          GTM DPLL Service Request 7
SRC_GTMDPLL8    0xF00396C4          GTM DPLL Service Request 8
SRC_GTMDPLL9    0xF00396C8          GTM DPLL Service Request 9
SRC_GTMDPLL10   0xF00396CC          GTM DPLL Service Request 10
SRC_GTMDPLL11   0xF00396D0          GTM DPLL Service Request 11
SRC_GTMDPLL12   0xF00396D4          GTM DPLL Service Request 12
SRC_GTMDPLL13   0xF00396D8          GTM DPLL Service Request 13
SRC_GTMDPLL14   0xF00396DC          GTM DPLL Service Request 14
SRC_GTMDPLL15   0xF00396E0          GTM DPLL Service Request 15
SRC_GTMDPLL16   0xF00396E4          GTM DPLL Service Request 16
SRC_GTMDPLL17   0xF00396E8          GTM DPLL Service Request 17
SRC_GTMDPLL18   0xF00396EC          GTM DPLL Service Request 18
SRC_GTMDPLL19   0xF00396F0          GTM DPLL Service Request 19
SRC_GTMDPLL20   0xF00396F4          GTM DPLL Service Request 20
SRC_GTMDPLL21   0xF00396F8          GTM DPLL Service Request 21
SRC_GTMDPLL22   0xF00396FC          GTM DPLL Service Request 22
SRC_GTMDPLL23   0xF0039700          GTM DPLL Service Request 23
SRC_GTMDPLL24   0xF0039704          GTM DPLL Service Request 24
SRC_GTMDPLL25   0xF0039708          GTM DPLL Service Request 25
SRC_GTMDPLL26   0xF003970C          GTM DPLL Service Request 26
SRC_GTMERR      0xF0039770          GTM Error Service Request
SRC_GTMTIM00    0xF0039780          GTM TIM0 Shared Service Request 0
SRC_GTMTIM01    0xF0039784          GTM TIM0 Shared Service Request 1
SRC_GTMTIM02    0xF0039788          GTM TIM0 Shared Service Request 2
SRC_GTMTIM03    0xF003978C          GTM TIM0 Shared Service Request 3
SRC_GTMTIM04    0xF0039790          GTM TIM0 Shared Service Request 4
SRC_GTMTIM05    0xF0039794          GTM TIM0 Shared Service Request 5
SRC_GTMTIM06    0xF0039798          GTM TIM0 Shared Service Request 6
SRC_GTMTIM07    0xF003979C          GTM TIM0 Shared Service Request 7
SRC_GTMTIM10    0xF00397A0          GTM TIM1 Shared Service Request 0
SRC_GTMTIM11    0xF00397A4          GTM TIM1 Shared Service Request 1
SRC_GTMTIM12    0xF00397A8          GTM TIM1 Shared Service Request 2
SRC_GTMTIM13    0xF00397AC          GTM TIM1 Shared Service Request 3
SRC_GTMTIM14    0xF00397B0          GTM TIM1 Shared Service Request 4
SRC_GTMTIM15    0xF00397B4          GTM TIM1 Shared Service Request 5
SRC_GTMTIM16    0xF00397B8          GTM TIM1 Shared Service Request 6
SRC_GTMTIM17    0xF00397BC          GTM TIM1 Shared Service Request 7
SRC_GTMTIM20    0xF00397C0          GTM TIM2 Shared Service Request 0
SRC_GTMTIM21    0xF00397C4          GTM TIM2 Shared Service Request 1
SRC_GTMTIM22    0xF00397C8          GTM TIM2 Shared Service Request 2
SRC_GTMTIM23    0xF00397CC          GTM TIM2 Shared Service Request 3
SRC_GTMTIM24    0xF00397D0          GTM TIM2 Shared Service Request 4
SRC_GTMTIM25    0xF00397D4          GTM TIM2 Shared Service Request 5
SRC_GTMTIM26    0xF00397D8          GTM TIM2 Shared Service Request 6
SRC_GTMTIM27    0xF00397DC          GTM TIM2 Shared Service Request 7
SRC_GTMTIM30    0xF00397E0          GTM TIM3 Shared Service Request 0
SRC_GTMTIM31    0xF00397E4          GTM TIM3 Shared Service Request 1
SRC_GTMTIM32    0xF00397E8          GTM TIM3 Shared Service Request 2
SRC_GTMTIM33    0xF00397EC          GTM TIM3 Shared Service Request 3
SRC_GTMTIM34    0xF00397F0          GTM TIM3 Shared Service Request 4
SRC_GTMTIM35    0xF00397F4          GTM TIM3 Shared Service Request 5
SRC_GTMTIM36    0xF00397F8          GTM TIM3 Shared Service Request 6
SRC_GTMTIM37    0xF00397FC          GTM TIM3 Shared Service Request 7
SRC_GTMMCS00    0xF0039980          GTM MCS0 Shared Service Request 0
SRC_GTMMCS01    0xF0039984          GTM MCS0 Shared Service Request 1
SRC_GTMMCS02    0xF0039988          GTM MCS0 Shared Service Request 2
SRC_GTMMCS03    0xF003998C          GTM MCS0 Shared Service Request 3
SRC_GTMMCS04    0xF0039990          GTM MCS0 Shared Service Request 4
SRC_GTMMCS05    0xF0039994          GTM MCS0 Shared Service Request 5
SRC_GTMMCS06    0xF0039998          GTM MCS0 Shared Service Request 6
SRC_GTMMCS07    0xF003999C          GTM MCS0 Shared Service Request 7
SRC_GTMMCS10    0xF00399A0          GTM MCS1 Shared Service Request 0
SRC_GTMMCS11    0xF00399A4          GTM MCS1 Shared Service Request 1
SRC_GTMMCS12    0xF00399A8          GTM MCS1 Shared Service Request 2
SRC_GTMMCS13    0xF00399AC          GTM MCS1 Shared Service Request 3
SRC_GTMMCS14    0xF00399B0          GTM MCS1 Shared Service Request 4
SRC_GTMMCS15    0xF00399B4          GTM MCS1 Shared Service Request 5
SRC_GTMMCS16    0xF00399B8          GTM MCS1 Shared Service Request 6
SRC_GTMMCS17    0xF00399BC          GTM MCS1 Shared Service Request 7
SRC_GTMMCS20    0xF00399C0          GTM MCS2 Shared Service Request 0
SRC_GTMMCS21    0xF00399C4          GTM MCS2 Shared Service Request 1
SRC_GTMMCS22    0xF00399C8          GTM MCS2 Shared Service Request 2
SRC_GTMMCS23    0xF00399CC          GTM MCS2 Shared Service Request 3
SRC_GTMMCS24    0xF00399D0          GTM MCS2 Shared Service Request 4
SRC_GTMMCS25    0xF00399D4          GTM MCS2 Shared Service Request 5
SRC_GTMMCS26    0xF00399D8          GTM MCS2 Shared Service Request 6
SRC_GTMMCS27    0xF00399DC          GTM MCS2 Shared Service Request 7
SRC_GTMMCS30    0xF00399E0          GTM MCS3 Shared Service Request 0
SRC_GTMMCS31    0xF00399E4          GTM MCS3 Shared Service Request 1
SRC_GTMMCS32    0xF00399E8          GTM MCS3 Shared Service Request 2
SRC_GTMMCS33    0xF00399EC          GTM MCS3 Shared Service Request 3
SRC_GTMMCS34    0xF00399F0          GTM MCS3 Shared Service Request 4
SRC_GTMMCS35    0xF00399F4          GTM MCS3 Shared Service Request 5
SRC_GTMMCS36    0xF00399F8          GTM MCS3 Shared Service Request 6
SRC_GTMMCS37    0xF00399FC          GTM MCS3 Shared Service Request 7
SRC_GTMTOM00    0xF0039B80          GTM TOM0 Shared Service Request 0
SRC_GTMTOM01    0xF0039B84          GTM TOM0 Shared Service Request 1
SRC_GTMTOM02    0xF0039B88          GTM TOM0 Shared Service Request 2
SRC_GTMTOM03    0xF0039B8C          GTM TOM0 Shared Service Request 3
SRC_GTMTOM04    0xF0039B90          GTM TOM0 Shared Service Request 4
SRC_GTMTOM05    0xF0039B94          GTM TOM0 Shared Service Request 5
SRC_GTMTOM06    0xF0039B98          GTM TOM0 Shared Service Request 6
SRC_GTMTOM07    0xF0039B9C          GTM TOM0 Shared Service Request 7
SRC_GTMTOM10    0xF0039BA0          GTM TOM1 Shared Service Request 0
SRC_GTMTOM11    0xF0039BA4          GTM TOM1 Shared Service Request 1
SRC_GTMTOM12    0xF0039BA8          GTM TOM1 Shared Service Request 2
SRC_GTMTOM13    0xF0039BAC          GTM TOM1 Shared Service Request 3
SRC_GTMTOM14    0xF0039BB0          GTM TOM1 Shared Service Request 4
SRC_GTMTOM15    0xF0039BB4          GTM TOM1 Shared Service Request 5
SRC_GTMTOM16    0xF0039BB8          GTM TOM1 Shared Service Request 6
SRC_GTMTOM17    0xF0039BBC          GTM TOM1 Shared Service Request 7
SRC_GTMTOM20    0xF0039BC0          GTM TOM2 Shared Service Request 0
SRC_GTMTOM21    0xF0039BC4          GTM TOM2 Shared Service Request 1
SRC_GTMTOM22    0xF0039BC8          GTM TOM2 Shared Service Request 2
SRC_GTMTOM23    0xF0039BCC          GTM TOM2 Shared Service Request 3
SRC_GTMTOM24    0xF0039BD0          GTM TOM2 Shared Service Request 4
SRC_GTMTOM25    0xF0039BD4          GTM TOM2 Shared Service Request 5
SRC_GTMTOM26    0xF0039BD8          GTM TOM2 Shared Service Request 6
SRC_GTMTOM27    0xF0039BDC          GTM TOM2 Shared Service Request 7
SRC_GTMATOM00   0xF0039D80          GTM ATOM0 Shared Service Request 0
SRC_GTMATOM01   0xF0039D84          GTM ATOM0 Shared Service Request 1
SRC_GTMATOM02   0xF0039D88          GTM ATOM0 Shared Service Request 2
SRC_GTMATOM03   0xF0039D8C          GTM ATOM0 Shared Service Request 3
SRC_GTMATOM10   0xF0039D90          GTM ATOM1 Shared Service Request 0
SRC_GTMATOM11   0xF0039D94          GTM ATOM1 Shared Service Request 1
SRC_GTMATOM12   0xF0039D98          GTM ATOM1 Shared Service Request 2
SRC_GTMATOM13   0xF0039D9C          GTM ATOM1 Shared Service Request 3
SRC_GTMATOM20   0xF0039DA0          GTM ATOM2 Shared Service Request 0
SRC_GTMATOM21   0xF0039DA4          GTM ATOM2 Shared Service Request 1
SRC_GTMATOM22   0xF0039DA8          GTM ATOM2 Shared Service Request 2
SRC_GTMATOM23   0xF0039DAC          GTM ATOM2 Shared Service Request 3
SRC_GTMATOM30   0xF0039DB0          GTM ATOM3 Shared Service Request 0
SRC_GTMATOM31   0xF0039DB4          GTM ATOM3 Shared Service Request 1
SRC_GTMATOM32   0xF0039DB8          GTM ATOM3 Shared Service Request 2
SRC_GTMATOM33   0xF0039DBC          GTM ATOM3 Shared Service Request 3
SRC_GTMATOM40   0xF0039DC0          GTM ATOM4 Shared Service Request 0
SRC_GTMATOM41   0xF0039DC4          GTM ATOM4 Shared Service Request 1
SRC_GTMATOM42   0xF0039DC8          GTM ATOM4 Shared Service Request 2
SRC_GTMATOM43   0xF0039DCC          GTM ATOM4 Shared Service Request 3
SRC_GTMMCSW00   0xF0039F00          GTM Multi Channel Sequencer 0 Service Request 0
SRC_GTMMCSW01   0xF0039F04          GTM Multi Channel Sequencer 0 Service Request 1
SRC_GTMMCSW02   0xF0039F08          GTM Multi Channel Sequencer 0 Service Request 2
SRC_GTMMCSW03   0xF0039F0C          GTM Multi Channel Sequencer 0 Service Request 3
SRC_GTMMCSW10   0xF0039F40          GTM Multi Channel Sequencer 1 Service Request 0
SRC_GTMMCSW11   0xF0039F44          GTM Multi Channel Sequencer 1 Service Request 1
SRC_GTMMCSW12   0xF0039F48          GTM Multi Channel Sequencer 1 Service Request 2
SRC_GTMMCSW13   0xF0039F4C          GTM Multi Channel Sequencer 1 Service Request 3
P00_OUT         0xF003A000          Port 00 Output Register
P00_OMR         0xF003A004          Port 00 Output Modification Register
P00_ID          0xF003A008          Identification Register
P00_IOCR0       0xF003A010          Port 00 Input/Output Control Register 0
P00_IOCR4       0xF003A014          Port 00 Input/Output Control Register 4
P00_IOCR8       0xF003A018          Port 00 Input/Output Control Register 8
P00_IOCR12      0xF003A01C          Port 00 Input/Output Control Register 12
P00_IN          0xF003A024          Port 00 Input Register
P00_PDR0        0xF003A040          Port 00 Pad Driver Mode 0 Register
P00_PDR1        0xF003A044          Port 00 Pad Driver Mode 1 Register
P00_ESR         0xF003A050          Port 00 Emergency Stop Register
P00_PCSR        0xF003A064          Port 00 Pin Controller Select Register
P00_OMSR0       0xF003A070          Port 00 Output Modification Set Register 0
P00_OMSR4       0xF003A074          Port 00 Output Modification Set Register 4
P00_OMSR8       0xF003A078          Port 00 Output Modification Set Register 8
P00_OMSR12      0xF003A07C          Port 00 Output Modification Set Register 12
P00_OMCR0       0xF003A080          Port 00 Output Modification Clear Register 0
P00_OMCR4       0xF003A084          Port 00 Output Modification Clear Register 4
P00_OMCR8       0xF003A088          Port 00 Output Modification Clear Register 8
P00_OMCR12      0xF003A08C          Port 00 Output Modification Clear Register 12
P00_OMSR        0xF003A090          Port 00 Output Modification Set Register
P00_OMCR        0xF003A094          Port 00 Output Modification Clear Register
P00_ACCEN1      0xF003A0F8          Port 00 Access Enable Register 1
P00_ACCEN0      0xF003A0FC          Port 00 Access Enable Register 0
P01_OUT         0xF003A100          Port 01 Output Register
P01_OMR         0xF003A104          Port 01 Output Modification Register
P01_ID          0xF003A108          Identification Register
P01_IOCR0       0xF003A110          Port 01 Input/Output Control Register 0
P01_IOCR4       0xF003A114          Port 01 Input/Output Control Register 4
P01_IN          0xF003A124          Port 01 Input Register
P01_PDR0        0xF003A140          Port 01 Pad Driver Mode 0 Register
P01_ESR         0xF003A150          Port 01 Emergency Stop Register
P01_OMSR0       0xF003A170          Port 01 Output Modification Set Register 0
P01_OMSR4       0xF003A174          Port 01 Output Modification Set Register 4
P01_OMCR0       0xF003A180          Port 01 Output Modification Clear Register 0
P01_OMCR4       0xF003A184          Port 01 Output Modification Clear Register 4
P01_OMSR        0xF003A190          Port 01 Output Modification Set Register
P01_OMCR        0xF003A194          Port 01 Output Modification Clear Register
P01_ACCEN1      0xF003A1F8          Port 01 Access Enable Register 1
P01_ACCEN0      0xF003A1FC          Port 01 Access Enable Register 0
P02_OUT         0xF003A200          Port 02 Output Register
P02_OMR         0xF003A204          Port 02 Output Modification Register
P02_ID          0xF003A208          Identification Register
P02_IOCR0       0xF003A210          Port 02 Input/Output Control Register 0
P02_IOCR4       0xF003A214          Port 02 Input/Output Control Register 4
P02_IOCR8       0xF003A218          Port 02 Input/Output Control Register 8
P02_IN          0xF003A224          Port 02 Input Register
P02_PDR0        0xF003A240          Port 02 Pad Driver Mode 0 Register
P02_PDR1        0xF003A244          Port 02 Pad Driver Mode 1 Register
P02_ESR         0xF003A250          Port 02 Emergency Stop Register
P02_OMSR0       0xF003A270          Port 02 Output Modification Set Register 0
P02_OMSR4       0xF003A274          Port 02 Output Modification Set Register 4
P02_OMSR8       0xF003A278          Port 02 Output Modification Set Register 8
P02_OMCR0       0xF003A280          Port 02 Output Modification Clear Register 0
P02_OMCR4       0xF003A284          Port 02 Output Modification Clear Register 4
P02_OMCR8       0xF003A288          Port 02 Output Modification Clear Register 8
P02_OMSR        0xF003A290          Port 02 Output Modification Set Register
P02_OMCR        0xF003A294          Port 02 Output Modification Clear Register
P02_ACCEN1      0xF003A2F8          Port 02 Access Enable Register 1
P02_ACCEN0      0xF003A2FC          Port 02 Access Enable Register 0
P10_OUT         0xF003B000          Port 10 Output Register
P10_OMR         0xF003B004          Port 10 Output Modification Register
P10_ID          0xF003B008          Identification Register
P10_IOCR0       0xF003B010          Port 10 Input/Output Control Register 0
P10_IOCR4       0xF003B014          Port 10 Input/Output Control Register 4
P10_IOCR8       0xF003B018          Port 10 Input/Output Control Register 8
P10_IN          0xF003B024          Port 10 Input Register
P10_PDR0        0xF003B040          Port 10 Pad Driver Mode 0 Register
P10_PDR1        0xF003B044          Port 10 Pad Driver Mode 1 Register
P10_ESR         0xF003B050          Port 10 Emergency Stop Register
P10_OMSR0       0xF003B070          Port 10 Output Modification Set Register 0
P10_OMSR4       0xF003B074          Port 10 Output Modification Set Register 4
P10_OMSR8       0xF003B078          Port 10 Output Modification Set Register 8
P10_OMCR0       0xF003B080          Port 10 Output Modification Clear Register 0
P10_OMCR4       0xF003B084          Port 10 Output Modification Clear Register 4
P10_OMCR8       0xF003B088          Port 10 Output Modification Clear Register 8
P10_OMSR        0xF003B090          Port 10 Output Modification Set Register
P10_OMCR        0xF003B094          Port 10 Output Modification Clear Register
P10_ACCEN1      0xF003B0F8          Port 10 Access Enable Register 1
P10_ACCEN0      0xF003B0FC          Port 10 Access Enable Register 0
P11_OUT         0xF003B100          Port 11 Output Register
P11_OMR         0xF003B104          Port 11 Output Modification Register
P11_ID          0xF003B108          Identification Register
P11_IOCR0       0xF003B110          Port 11 Input/Output Control Register 0
P11_IOCR4       0xF003B114          Port 11 Input/Output Control Register 4
P11_IOCR8       0xF003B118          Port 11 Input/Output Control Register 8
P11_IOCR12      0xF003B11C          Port 11 Input/Output Control Register 12
P11_IN          0xF003B124          Port 11 Input Register
P11_PDR0        0xF003B140          Port 11 Pad Driver Mode 0 Register
P11_PDR1        0xF003B144          Port 11 Pad Driver Mode 1 Register
P11_ESR         0xF003B150          Port 11 Emergency Stop Register
P11_PCSR        0xF003B164          Port 11 Pin Controller Select Register
P11_OMSR0       0xF003B170          Port 11 Output Modification Set Register 0
P11_OMSR4       0xF003B174          Port 11 Output Modification Set Register 4
P11_OMSR8       0xF003B178          Port 11 Output Modification Set Register 8
P11_OMSR12      0xF003B17C          Port 11 Output Modification Set Register 12
P11_OMCR0       0xF003B180          Port 11 Output Modification Clear Register 0
P11_OMCR4       0xF003B184          Port 11 Output Modification Clear Register 4
P11_OMCR8       0xF003B188          Port 11 Output Modification Clear Register 8
P11_OMCR12      0xF003B18C          Port 11 Output Modification Clear Register 12
P11_OMSR        0xF003B190          Port 11 Output Modification Set Register
P11_OMCR        0xF003B194          Port 11 Output Modification Clear Register
P11_ACCEN1      0xF003B1F8          Port 11 Access Enable Register 1
P11_ACCEN0      0xF003B1FC          Port 11 Access Enable Register 0
P12_OUT         0xF003B200          Port 12 Output Register
P12_OMR         0xF003B204          Port 12 Output Modification Register
P12_ID          0xF003B208          Identification Register
P12_IOCR0       0xF003B210          Port 12 Input/Output Control Register 0
P12_IN          0xF003B224          Port 12 Input Register
P12_PDR0        0xF003B240          Port 12 Pad Driver Mode 0 Register
P12_ESR         0xF003B250          Port 12 Emergency Stop Register
P12_OMSR0       0xF003B270          Port 12 Output Modification Set Register 0
P12_OMCR0       0xF003B280          Port 12 Output Modification Clear Register 0
P12_OMSR        0xF003B290          Port 12 Output Modification Set Register
P12_OMCR        0xF003B294          Port 12 Output Modification Clear Register
P12_ACCEN1      0xF003B2F8          Port 12 Access Enable Register 1
P12_ACCEN0      0xF003B2FC          Port 12 Access Enable Register 0
P13_OUT         0xF003B300          Port 13 Output Register
P13_OMR         0xF003B304          Port 13 Output Modification Register
P13_ID          0xF003B308          Identification Register
P13_IOCR0       0xF003B310          Port 13 Input/Output Control Register 0
P13_IN          0xF003B324          Port 13 Input Register
P13_PDR0        0xF003B340          Port 13 Pad Driver Mode 0 Register
P13_ESR         0xF003B350          Port 13 Emergency Stop Register
P13_OMSR0       0xF003B370          Port 13 Output Modification Set Register 0
P13_OMCR0       0xF003B380          Port 13 Output Modification Clear Register 0
P13_OMSR        0xF003B390          Port 13 Output Modification Set Register
P13_OMCR        0xF003B394          Port 13 Output Modification Clear Register
P13_LPCR0       0xF003B3A0          Port 13 LVDS Pad Control Register 0
P13_LPCR1       0xF003B3A4          Port 13 LVDS Pad Control Register 1
P13_ACCEN1      0xF003B3F8          Port 13 Access Enable Register 1
P13_ACCEN0      0xF003B3FC          Port 13 Access Enable Register 0
P14_OUT         0xF003B400          Port 14 Output Register
P14_OMR         0xF003B404          Port 14 Output Modification Register
P14_ID          0xF003B408          Identification Register
P14_IOCR0       0xF003B410          Port 14 Input/Output Control Register 0
P14_IOCR4       0xF003B414          Port 14 Input/Output Control Register 4
P14_IOCR8       0xF003B418          Port 14 Input/Output Control Register 8
P14_IN          0xF003B424          Port 14 Input Register
P14_PDR0        0xF003B440          Port 14 Pad Driver Mode 0 Register
P14_PDR1        0xF003B444          Port 14 Pad Driver Mode 1 Register
P14_ESR         0xF003B450          Port 14 Emergency Stop Register
P14_OMSR0       0xF003B470          Port 14 Output Modification Set Register 0
P14_OMSR4       0xF003B474          Port 14 Output Modification Set Register 4
P14_OMSR8       0xF003B478          Port 14 Output Modification Set Register 8
P14_OMCR0       0xF003B480          Port 14 Output Modification Clear Register 0
P14_OMCR4       0xF003B484          Port 14 Output Modification Clear Register 4
P14_OMCR8       0xF003B488          Port 14 Output Modification Clear Register 8
P14_OMSR        0xF003B490          Port 14 Output Modification Set Register
P14_OMCR        0xF003B494          Port 14 Output Modification Clear Register
P14_ACCEN1      0xF003B4F8          Port 14 Access Enable Register 1
P14_ACCEN0      0xF003B4FC          Port 14 Access Enable Register 0
P15_OUT         0xF003B500          Port 15 Output Register
P15_OMR         0xF003B504          Port 15 Output Modification Register
P15_ID          0xF003B508          Identification Register
P15_IOCR0       0xF003B510          Port 15 Input/Output Control Register 0
P15_IOCR4       0xF003B514          Port 15 Input/Output Control Register 4
P15_IOCR8       0xF003B518          Port 15 Input/Output Control Register 8
P15_IN          0xF003B524          Port 15 Input Register
P15_PDR0        0xF003B540          Port 15 Pad Driver Mode 0 Register
P15_PDR1        0xF003B544          Port 15 Pad Driver Mode 1 Register
P15_ESR         0xF003B550          Port 15 Emergency Stop Register
P15_OMSR0       0xF003B570          Port 15 Output Modification Set Register 0
P15_OMSR4       0xF003B574          Port 15 Output Modification Set Register 4
P15_OMSR8       0xF003B578          Port 15 Output Modification Set Register 8
P15_OMCR0       0xF003B580          Port 15 Output Modification Clear Register 0
P15_OMCR4       0xF003B584          Port 15 Output Modification Clear Register 4
P15_OMCR8       0xF003B588          Port 15 Output Modification Clear Register 8
P15_OMSR        0xF003B590          Port 15 Output Modification Set Register
P15_OMCR        0xF003B594          Port 15 Output Modification Clear Register
P15_ACCEN1      0xF003B5F8          Port 15 Access Enable Register 1
P15_ACCEN0      0xF003B5FC          Port 15 Access Enable Register 0
P20_OUT         0xF003C000          Port 20 Output Register
P20_OMR         0xF003C004          Port 20 Output Modification Register
P20_ID          0xF003C008          Identification Register
P20_IOCR0       0xF003C010          Port 20 Input/Output Control Register 0
P20_IOCR4       0xF003C014          Port 20 Input/Output Control Register 4
P20_IOCR8       0xF003C018          Port 20 Input/Output Control Register 8
P20_IOCR12      0xF003C01C          Port 20 Input/Output Control Register 12
P20_IN          0xF003C024          Port 20 Input Register
P20_PDR0        0xF003C040          Port 20 Pad Driver Mode 0 Register
P20_PDR1        0xF003C044          Port 20 Pad Driver Mode 1 Register
P20_ESR         0xF003C050          Port 20 Emergency Stop Register
P20_OMSR0       0xF003C070          Port 20 Output Modification Set Register 0
P20_OMSR4       0xF003C074          Port 20 Output Modification Set Register 4
P20_OMSR8       0xF003C078          Port 20 Output Modification Set Register 8
P20_OMSR12      0xF003C07C          Port 20 Output Modification Set Register 12
P20_OMCR0       0xF003C080          Port 20 Output Modification Clear Register 0
P20_OMCR4       0xF003C084          Port 20 Output Modification Clear Register 4
P20_OMCR8       0xF003C088          Port 20 Output Modification Clear Register 8
P20_OMCR12      0xF003C08C          Port 20 Output Modification Clear Register 12
P20_OMSR        0xF003C090          Port 20 Output Modification Set Register
P20_OMCR        0xF003C094          Port 20 Output Modification Clear Register
P20_ACCEN1      0xF003C0F8          Port 20 Access Enable Register 1
P20_ACCEN0      0xF003C0FC          Port 20 Access Enable Register 0
P21_OUT         0xF003C100          Port 21 Output Register
P21_OMR         0xF003C104          Port 21 Output Modification Register
P21_ID          0xF003C108          Identification Register
P21_IOCR0       0xF003C110          Port 21 Input/Output Control Register 0
P21_IOCR4       0xF003C114          Port 21 Input/Output Control Register 4
P21_IN          0xF003C124          Port 21 Input Register
P21_PDR0        0xF003C140          Port 21 Pad Driver Mode 0 Register
P21_ESR         0xF003C150          Port 21 Emergency Stop Register
P21_OMSR0       0xF003C170          Port 21 Output Modification Set Register 0
P21_OMSR4       0xF003C174          Port 21 Output Modification Set Register 4
P21_OMCR0       0xF003C180          Port 21 Output Modification Clear Register 0
P21_OMCR4       0xF003C184          Port 21 Output Modification Clear Register 4
P21_OMSR        0xF003C190          Port 21 Output Modification Set Register
P21_OMCR        0xF003C194          Port 21 Output Modification Clear Register
P21_LPCR1       0xF003C1A4          Port 21 LVDS Pad Control Register 1
P21_LPCR2       0xF003C1A8          Port 21 LVDS Pad Control Register 2
P21_ACCEN1      0xF003C1F8          Port 21 Access Enable Register 1
P21_ACCEN0      0xF003C1FC          Port 21 Access Enable Register 0
P22_OUT         0xF003C200          Port 22 Output Register
P22_OMR         0xF003C204          Port 22 Output Modification Register
P22_ID          0xF003C208          Identification Register
P22_IOCR0       0xF003C210          Port 22 Input/Output Control Register 0
P22_IOCR4       0xF003C214          Port 22 Input/Output Control Register 4
P22_IOCR8       0xF003C218          Port 22 Input/Output Control Register 8
P22_IN          0xF003C224          Port 22 Input Register
P22_PDR0        0xF003C240          Port 22 Pad Driver Mode 0 Register
P22_PDR1        0xF003C244          Port 22 Pad Driver Mode 1 Register
P22_ESR         0xF003C250          Port 22 Emergency Stop Register
P22_OMSR0       0xF003C270          Port 22 Output Modification Set Register 0
P22_OMSR4       0xF003C274          Port 22 Output Modification Set Register 4
P22_OMSR8       0xF003C278          Port 22 Output Modification Set Register 8
P22_OMCR0       0xF003C280          Port 22 Output Modification Clear Register 0
P22_OMCR4       0xF003C284          Port 22 Output Modification Clear Register 4
P22_OMCR8       0xF003C288          Port 22 Output Modification Clear Register 8
P22_OMSR        0xF003C290          Port 22 Output Modification Set Register
P22_OMCR        0xF003C294          Port 22 Output Modification Clear Register
P22_LPCR0       0xF003C2A0          Port 22 LVDS Pad Control Register 0
P22_LPCR1       0xF003C2A4          Port 22 LVDS Pad Control Register 1
P22_ACCEN1      0xF003C2F8          Port 22 Access Enable Register 1
P22_ACCEN0      0xF003C2FC          Port 22 Access Enable Register 0
P23_OUT         0xF003C300          Port 23 Output Register
P23_OMR         0xF003C304          Port 23 Output Modification Register
P23_ID          0xF003C308          Identification Register
P23_IOCR0       0xF003C310          Port 23 Input/Output Control Register 0
P23_IOCR4       0xF003C314          Port 23 Input/Output Control Register 4
P23_IN          0xF003C324          Port 23 Input Register
P23_PDR0        0xF003C340          Port 23 Pad Driver Mode 0 Register
P23_ESR         0xF003C350          Port 23 Emergency Stop Register
P23_OMSR0       0xF003C370          Port 23 Output Modification Set Register 0
P23_OMSR4       0xF003C374          Port 23 Output Modification Set Register 4
P23_OMCR0       0xF003C380          Port 23 Output Modification Clear Register 0
P23_OMCR4       0xF003C384          Port 23 Output Modification Clear Register 4
P23_OMSR        0xF003C390          Port 23 Output Modification Set Register
P23_OMCR        0xF003C394          Port 23 Output Modification Clear Register
P23_ACCEN1      0xF003C3F8          Port 23 Access Enable Register 1
P23_ACCEN0      0xF003C3FC          Port 23 Access Enable Register 0
P32_OUT         0xF003D200          Port 32 Output Register
P32_OMR         0xF003D204          Port 32 Output Modification Register
P32_ID          0xF003D208          Identification Register
P32_IOCR0       0xF003D210          Port 32 Input/Output Control Register 0
P32_IOCR4       0xF003D214          Port 32 Input/Output Control Register 4
P32_IN          0xF003D224          Port 32 Input Register
P32_PDR0        0xF003D240          Port 32 Pad Driver Mode 0 Register
P32_ESR         0xF003D250          Port 32 Emergency Stop Register
P32_OMSR0       0xF003D270          Port 32 Output Modification Set Register 0
P32_OMSR4       0xF003D274          Port 32 Output Modification Set Register 4
P32_OMCR0       0xF003D280          Port 32 Output Modification Clear Register 0
P32_OMCR4       0xF003D284          Port 32 Output Modification Clear Register 4
P32_OMSR        0xF003D290          Port 32 Output Modification Set Register
P32_OMCR        0xF003D294          Port 32 Output Modification Clear Register
P32_ACCEN1      0xF003D2F8          Port 32 Access Enable Register 1
P32_ACCEN0      0xF003D2FC          Port 32 Access Enable Register 0
P33_OUT         0xF003D300          Port 33 Output Register
P33_OMR         0xF003D304          Port 33 Output Modification Register
P33_ID          0xF003D308          Identification Register
P33_IOCR0       0xF003D310          Port 33 Input/Output Control Register 0
P33_IOCR4       0xF003D314          Port 33 Input/Output Control Register 4
P33_IOCR8       0xF003D318          Port 33 Input/Output Control Register 8
P33_IOCR12      0xF003D31C          Port 33 Input/Output Control Register 12
P33_IN          0xF003D324          Port 33 Input Register
P33_PDR0        0xF003D340          Port 33 Pad Driver Mode 0 Register
P33_PDR1        0xF003D344          Port 33 Pad Driver Mode 1 Register
P33_ESR         0xF003D350          Port 33 Emergency Stop Register
P33_OMSR0       0xF003D370          Port 33 Output Modification Set Register 0
P33_OMSR4       0xF003D374          Port 33 Output Modification Set Register 4
P33_OMSR8       0xF003D378          Port 33 Output Modification Set Register 8
P33_OMSR12      0xF003D37C          Port 33 Output Modification Set Register 12
P33_OMCR0       0xF003D380          Port 33 Output Modification Clear Register 0
P33_OMCR4       0xF003D384          Port 33 Output Modification Clear Register 4
P33_OMCR8       0xF003D388          Port 33 Output Modification Clear Register 8
P33_OMCR12      0xF003D38C          Port 33 Output Modification Clear Register 12
P33_OMSR        0xF003D390          Port 33 Output Modification Set Register
P33_OMCR        0xF003D394          Port 33 Output Modification Clear Register
P33_ACCEN1      0xF003D3F8          Port 33 Access Enable Register 1
P33_ACCEN0      0xF003D3FC          Port 33 Access Enable Register 0
P34_OUT         0xF003D400          Port 34 Output Register
P34_OMR         0xF003D404          Port 34 Output Modification Register
P34_ID          0xF003D408          Identification Register
P34_IOCR0       0xF003D410          Port 34 Input/Output Control Register 0
P34_IOCR4       0xF003D414          Port 34 Input/Output Control Register 4
P34_IN          0xF003D424          Port 34 Input Register
P34_PDR0        0xF003D440          Port 34 Pad Driver Mode 0 Register
P34_ESR         0xF003D450          Port 34 Emergency Stop Register
P34_OMSR0       0xF003D470          Port 34 Output Modification Set Register 0
P34_OMSR4       0xF003D474          Port 34 Output Modification Set Register 4
P34_OMCR0       0xF003D480          Port 34 Output Modification Clear Register 0
P34_OMCR4       0xF003D484          Port 34 Output Modification Clear Register 4
P34_OMSR        0xF003D490          Port 34 Output Modification Set Register
P34_OMCR        0xF003D494          Port 34 Output Modification Clear Register
P34_ACCEN1      0xF003D4F8          Port 34 Access Enable Register 1
P34_ACCEN0      0xF003D4FC          Port 34 Access Enable Register 0
P40_ID          0xF003E008          Identification Register
P40_IOCR0       0xF003E010          Port 40 Input/Output Control Register 0
P40_IOCR4       0xF003E014          Port 40 Input/Output Control Register 4
P40_IOCR8       0xF003E018          Port 40 Input/Output Control Register 8
P40_IN          0xF003E024          Port 40 Input Register
P40_PDISC       0xF003E060          Port 40 Pin Function Decision Control Register
P40_PCSR        0xF003E064          Port 40 Pin Controller Select Register
P40_ACCEN1      0xF003E0F8          Port 40 Access Enable Register 1
P40_ACCEN0      0xF003E0FC          Port 40 Access Enable Register 0
MTU_CLC         0xF0060000          Identification Register
MTU_ID          0xF0060008          Identification Register
MTU_MEMTEST0    0xF0060010          Memory MBISTEnable Register 0
MTU_MEMTEST1    0xF0060014          Memory MBISTEnable Register 1
MTU_MEMTEST2    0xF0060018          Memory MBISTEnable Register 2
MTU_MEMMAP      0xF006001C          Memory Mapping Enable Register
MTU_RES0        0xF0060020          Reserved Register
MTU_RES1        0xF0060024          Reserved Register
MTU_RES2        0xF0060030          Reserved Register
MTU_RES3        0xF0060034          Reserved Register
MTU_MEMSTAT0    0xF0060038          Memory Status Register 0
MTU_MEMSTAT1    0xF006003C          Memory Status Register 1
MTU_MEMSTAT2    0xF0060040          Memory Status Register 2
MTU_ACCEN1      0xF00600F8          Access Enable Register 1
MTU_ACCEN0      0xF00600FC          Access Enable Register 0
MC0_CONFIG0     0xF0061000          Configuration Register 0
MC0_CONFIG1     0xF0061002          Configuration Register 1
MC0_MCONTROL    0xF0061004          MBIST Control Register
MC0_MSTATUS     0xF0061006          Status Register
MC0_RANGE       0xF0061008          Range Register, single address mode
MC0_REVID       0xF006100C          Revision ID Register
MC0_ECCS        0xF006100E          ECC Safety Register
MC0_ECCD        0xF0061010          Memory ECC Detection Register
MC0_ETRR0       0xF0061012          Error Tracking Register 0
MC0_ETRR1       0xF0061014          Error Tracking Register 1
MC0_ETRR2       0xF0061016          Error Tracking Register 2
MC0_ETRR3       0xF0061018          Error Tracking Register 3
MC0_ETRR4       0xF006101A          Error Tracking Register 4
MC0_RDBFL0      0xF00610A0          Read Data and Bit Flip Register 0
MC0_RDBFL1      0xF00610A2          Read Data and Bit Flip Register 1
MC0_RDBFL2      0xF00610A4          Read Data and Bit Flip Register 2
MC0_RDBFL3      0xF00610A6          Read Data and Bit Flip Register 3
MC0_RDBFL4      0xF00610A8          Read Data and Bit Flip Register 4
MC0_RDBFL5      0xF00610AA          Read Data and Bit Flip Register 5
MC0_RDBFL6      0xF00610AC          Read Data and Bit Flip Register 6
MC0_RDBFL7      0xF00610AE          Read Data and Bit Flip Register 7
MC0_RDBFL8      0xF00610B0          Read Data and Bit Flip Register 8
MC0_RDBFL9      0xF00610B2          Read Data and Bit Flip Register 9
MC0_RDBFL10     0xF00610B4          Read Data and Bit Flip Register 10
MC0_RDBFL11     0xF00610B6          Read Data and Bit Flip Register 11
MC0_RDBFL12     0xF00610B8          Read Data and Bit Flip Register 12
MC0_RDBFL13     0xF00610BA          Read Data and Bit Flip Register 13
MC0_RDBFL14     0xF00610BC          Read Data and Bit Flip Register 14
MC0_RDBFL15     0xF00610BE          Read Data and Bit Flip Register 15
MC0_RDBFL16     0xF00610C0          Read Data and Bit Flip Register 16
MC0_RDBFL17     0xF00610C2          Read Data and Bit Flip Register 17
MC0_RDBFL18     0xF00610C4          Read Data and Bit Flip Register 18
MC0_RDBFL19     0xF00610C6          Read Data and Bit Flip Register 19
MC0_RDBFL20     0xF00610C8          Read Data and Bit Flip Register 20
MC0_RDBFL21     0xF00610CA          Read Data and Bit Flip Register 21
MC0_RDBFL22     0xF00610CC          Read Data and Bit Flip Register 22
MC0_RDBFL23     0xF00610CE          Read Data and Bit Flip Register 23
MC0_RDBFL24     0xF00610D0          Read Data and Bit Flip Register 24
MC0_RDBFL25     0xF00610D2          Read Data and Bit Flip Register 25
MC0_RDBFL26     0xF00610D4          Read Data and Bit Flip Register 26
MC0_RDBFL27     0xF00610D6          Read Data and Bit Flip Register 27
MC0_RDBFL28     0xF00610D8          Read Data and Bit Flip Register 28
MC0_RDBFL29     0xF00610DA          Read Data and Bit Flip Register 29
MC0_RDBFL30     0xF00610DC          Read Data and Bit Flip Register 30
MC0_RDBFL31     0xF00610DE          Read Data and Bit Flip Register 31
MC0_RDBFL32     0xF00610E0          Read Data and Bit Flip Register 32
MC0_RDBFL33     0xF00610E2          Read Data and Bit Flip Register 33
MC0_RDBFL34     0xF00610E4          Read Data and Bit Flip Register 34
MC0_RDBFL35     0xF00610E6          Read Data and Bit Flip Register 35
MC0_RDBFL36     0xF00610E8          Read Data and Bit Flip Register 36
MC0_RDBFL37     0xF00610EA          Read Data and Bit Flip Register 37
MC0_RDBFL38     0xF00610EC          Read Data and Bit Flip Register 38
MC0_RDBFL39     0xF00610EE          Read Data and Bit Flip Register 39
MC1_CONFIG0     0xF0061100          Configuration Register 0
MC1_CONFIG1     0xF0061102          Configuration Register 1
MC1_MCONTROL    0xF0061104          MBIST Control Register
MC1_MSTATUS     0xF0061106          Status Register
MC1_RANGE       0xF0061108          Range Register, single address mode
MC1_REVID       0xF006110C          Revision ID Register
MC1_ECCS        0xF006110E          ECC Safety Register
MC1_ECCD        0xF0061110          Memory ECC Detection Register
MC1_ETRR0       0xF0061112          Error Tracking Register 0
MC1_ETRR1       0xF0061114          Error Tracking Register 1
MC1_ETRR2       0xF0061116          Error Tracking Register 2
MC1_ETRR3       0xF0061118          Error Tracking Register 3
MC1_ETRR4       0xF006111A          Error Tracking Register 4
MC1_RDBFL0      0xF00611A0          Read Data and Bit Flip Register 0
MC1_RDBFL1      0xF00611A2          Read Data and Bit Flip Register 1
MC1_RDBFL2      0xF00611A4          Read Data and Bit Flip Register 2
MC1_RDBFL3      0xF00611A6          Read Data and Bit Flip Register 3
MC1_RDBFL4      0xF00611A8          Read Data and Bit Flip Register 4
MC1_RDBFL5      0xF00611AA          Read Data and Bit Flip Register 5
MC1_RDBFL6      0xF00611AC          Read Data and Bit Flip Register 6
MC1_RDBFL7      0xF00611AE          Read Data and Bit Flip Register 7
MC1_RDBFL8      0xF00611B0          Read Data and Bit Flip Register 8
MC1_RDBFL9      0xF00611B2          Read Data and Bit Flip Register 9
MC1_RDBFL10     0xF00611B4          Read Data and Bit Flip Register 10
MC1_RDBFL11     0xF00611B6          Read Data and Bit Flip Register 11
MC1_RDBFL12     0xF00611B8          Read Data and Bit Flip Register 12
MC1_RDBFL13     0xF00611BA          Read Data and Bit Flip Register 13
MC1_RDBFL14     0xF00611BC          Read Data and Bit Flip Register 14
MC1_RDBFL15     0xF00611BE          Read Data and Bit Flip Register 15
MC1_RDBFL16     0xF00611C0          Read Data and Bit Flip Register 16
MC1_RDBFL17     0xF00611C2          Read Data and Bit Flip Register 17
MC1_RDBFL18     0xF00611C4          Read Data and Bit Flip Register 18
MC1_RDBFL19     0xF00611C6          Read Data and Bit Flip Register 19
MC1_RDBFL20     0xF00611C8          Read Data and Bit Flip Register 20
MC1_RDBFL21     0xF00611CA          Read Data and Bit Flip Register 21
MC1_RDBFL22     0xF00611CC          Read Data and Bit Flip Register 22
MC1_RDBFL23     0xF00611CE          Read Data and Bit Flip Register 23
MC1_RDBFL24     0xF00611D0          Read Data and Bit Flip Register 24
MC1_RDBFL25     0xF00611D2          Read Data and Bit Flip Register 25
MC1_RDBFL26     0xF00611D4          Read Data and Bit Flip Register 26
MC1_RDBFL27     0xF00611D6          Read Data and Bit Flip Register 27
MC1_RDBFL28     0xF00611D8          Read Data and Bit Flip Register 28
MC1_RDBFL29     0xF00611DA          Read Data and Bit Flip Register 29
MC1_RDBFL30     0xF00611DC          Read Data and Bit Flip Register 30
MC1_RDBFL31     0xF00611DE          Read Data and Bit Flip Register 31
MC1_RDBFL32     0xF00611E0          Read Data and Bit Flip Register 32
MC1_RDBFL33     0xF00611E2          Read Data and Bit Flip Register 33
MC1_RDBFL34     0xF00611E4          Read Data and Bit Flip Register 34
MC1_RDBFL35     0xF00611E6          Read Data and Bit Flip Register 35
MC1_RDBFL36     0xF00611E8          Read Data and Bit Flip Register 36
MC1_RDBFL37     0xF00611EA          Read Data and Bit Flip Register 37
MC1_RDBFL38     0xF00611EC          Read Data and Bit Flip Register 38
MC1_RDBFL39     0xF00611EE          Read Data and Bit Flip Register 39
MC2_CONFIG0     0xF0061200          Configuration Register 0
MC2_CONFIG1     0xF0061202          Configuration Register 1
MC2_MCONTROL    0xF0061204          MBIST Control Register
MC2_MSTATUS     0xF0061206          Status Register
MC2_RANGE       0xF0061208          Range Register, single address mode
MC2_REVID       0xF006120C          Revision ID Register
MC2_ECCS        0xF006120E          ECC Safety Register
MC2_ECCD        0xF0061210          Memory ECC Detection Register
MC2_ETRR0       0xF0061212          Error Tracking Register 0
MC2_ETRR1       0xF0061214          Error Tracking Register 1
MC2_ETRR2       0xF0061216          Error Tracking Register 2
MC2_ETRR3       0xF0061218          Error Tracking Register 3
MC2_ETRR4       0xF006121A          Error Tracking Register 4
MC2_RDBFL0      0xF00612A0          Read Data and Bit Flip Register 0
MC2_RDBFL1      0xF00612A2          Read Data and Bit Flip Register 1
MC2_RDBFL2      0xF00612A4          Read Data and Bit Flip Register 2
MC2_RDBFL3      0xF00612A6          Read Data and Bit Flip Register 3
MC2_RDBFL4      0xF00612A8          Read Data and Bit Flip Register 4
MC2_RDBFL5      0xF00612AA          Read Data and Bit Flip Register 5
MC2_RDBFL6      0xF00612AC          Read Data and Bit Flip Register 6
MC2_RDBFL7      0xF00612AE          Read Data and Bit Flip Register 7
MC2_RDBFL8      0xF00612B0          Read Data and Bit Flip Register 8
MC2_RDBFL9      0xF00612B2          Read Data and Bit Flip Register 9
MC2_RDBFL10     0xF00612B4          Read Data and Bit Flip Register 10
MC2_RDBFL11     0xF00612B6          Read Data and Bit Flip Register 11
MC2_RDBFL12     0xF00612B8          Read Data and Bit Flip Register 12
MC2_RDBFL13     0xF00612BA          Read Data and Bit Flip Register 13
MC2_RDBFL14     0xF00612BC          Read Data and Bit Flip Register 14
MC2_RDBFL15     0xF00612BE          Read Data and Bit Flip Register 15
MC2_RDBFL16     0xF00612C0          Read Data and Bit Flip Register 16
MC2_RDBFL17     0xF00612C2          Read Data and Bit Flip Register 17
MC2_RDBFL18     0xF00612C4          Read Data and Bit Flip Register 18
MC2_RDBFL19     0xF00612C6          Read Data and Bit Flip Register 19
MC2_RDBFL20     0xF00612C8          Read Data and Bit Flip Register 20
MC2_RDBFL21     0xF00612CA          Read Data and Bit Flip Register 21
MC2_RDBFL22     0xF00612CC          Read Data and Bit Flip Register 22
MC2_RDBFL23     0xF00612CE          Read Data and Bit Flip Register 23
MC2_RDBFL24     0xF00612D0          Read Data and Bit Flip Register 24
MC2_RDBFL25     0xF00612D2          Read Data and Bit Flip Register 25
MC2_RDBFL26     0xF00612D4          Read Data and Bit Flip Register 26
MC2_RDBFL27     0xF00612D6          Read Data and Bit Flip Register 27
MC2_RDBFL28     0xF00612D8          Read Data and Bit Flip Register 28
MC2_RDBFL29     0xF00612DA          Read Data and Bit Flip Register 29
MC2_RDBFL30     0xF00612DC          Read Data and Bit Flip Register 30
MC2_RDBFL31     0xF00612DE          Read Data and Bit Flip Register 31
MC2_RDBFL32     0xF00612E0          Read Data and Bit Flip Register 32
MC2_RDBFL33     0xF00612E2          Read Data and Bit Flip Register 33
MC2_RDBFL34     0xF00612E4          Read Data and Bit Flip Register 34
MC2_RDBFL35     0xF00612E6          Read Data and Bit Flip Register 35
MC2_RDBFL36     0xF00612E8          Read Data and Bit Flip Register 36
MC2_RDBFL37     0xF00612EA          Read Data and Bit Flip Register 37
MC2_RDBFL38     0xF00612EC          Read Data and Bit Flip Register 38
MC2_RDBFL39     0xF00612EE          Read Data and Bit Flip Register 39
MC3_CONFIG0     0xF0061300          Configuration Register 0
MC3_CONFIG1     0xF0061302          Configuration Register 1
MC3_MCONTROL    0xF0061304          MBIST Control Register
MC3_MSTATUS     0xF0061306          Status Register
MC3_RANGE       0xF0061308          Range Register, single address mode
MC3_REVID       0xF006130C          Revision ID Register
MC3_ECCS        0xF006130E          ECC Safety Register
MC3_ECCD        0xF0061310          Memory ECC Detection Register
MC3_ETRR0       0xF0061312          Error Tracking Register 0
MC3_ETRR1       0xF0061314          Error Tracking Register 1
MC3_ETRR2       0xF0061316          Error Tracking Register 2
MC3_ETRR3       0xF0061318          Error Tracking Register 3
MC3_ETRR4       0xF006131A          Error Tracking Register 4
MC3_RDBFL0      0xF00613A0          Read Data and Bit Flip Register 0
MC3_RDBFL1      0xF00613A2          Read Data and Bit Flip Register 1
MC3_RDBFL2      0xF00613A4          Read Data and Bit Flip Register 2
MC3_RDBFL3      0xF00613A6          Read Data and Bit Flip Register 3
MC3_RDBFL4      0xF00613A8          Read Data and Bit Flip Register 4
MC3_RDBFL5      0xF00613AA          Read Data and Bit Flip Register 5
MC3_RDBFL6      0xF00613AC          Read Data and Bit Flip Register 6
MC3_RDBFL7      0xF00613AE          Read Data and Bit Flip Register 7
MC3_RDBFL8      0xF00613B0          Read Data and Bit Flip Register 8
MC3_RDBFL9      0xF00613B2          Read Data and Bit Flip Register 9
MC3_RDBFL10     0xF00613B4          Read Data and Bit Flip Register 10
MC3_RDBFL11     0xF00613B6          Read Data and Bit Flip Register 11
MC3_RDBFL12     0xF00613B8          Read Data and Bit Flip Register 12
MC3_RDBFL13     0xF00613BA          Read Data and Bit Flip Register 13
MC3_RDBFL14     0xF00613BC          Read Data and Bit Flip Register 14
MC3_RDBFL15     0xF00613BE          Read Data and Bit Flip Register 15
MC3_RDBFL16     0xF00613C0          Read Data and Bit Flip Register 16
MC3_RDBFL17     0xF00613C2          Read Data and Bit Flip Register 17
MC3_RDBFL18     0xF00613C4          Read Data and Bit Flip Register 18
MC3_RDBFL19     0xF00613C6          Read Data and Bit Flip Register 19
MC3_RDBFL20     0xF00613C8          Read Data and Bit Flip Register 20
MC3_RDBFL21     0xF00613CA          Read Data and Bit Flip Register 21
MC3_RDBFL22     0xF00613CC          Read Data and Bit Flip Register 22
MC3_RDBFL23     0xF00613CE          Read Data and Bit Flip Register 23
MC3_RDBFL24     0xF00613D0          Read Data and Bit Flip Register 24
MC3_RDBFL25     0xF00613D2          Read Data and Bit Flip Register 25
MC3_RDBFL26     0xF00613D4          Read Data and Bit Flip Register 26
MC3_RDBFL27     0xF00613D6          Read Data and Bit Flip Register 27
MC3_RDBFL28     0xF00613D8          Read Data and Bit Flip Register 28
MC3_RDBFL29     0xF00613DA          Read Data and Bit Flip Register 29
MC3_RDBFL30     0xF00613DC          Read Data and Bit Flip Register 30
MC3_RDBFL31     0xF00613DE          Read Data and Bit Flip Register 31
MC3_RDBFL32     0xF00613E0          Read Data and Bit Flip Register 32
MC3_RDBFL33     0xF00613E2          Read Data and Bit Flip Register 33
MC3_RDBFL34     0xF00613E4          Read Data and Bit Flip Register 34
MC3_RDBFL35     0xF00613E6          Read Data and Bit Flip Register 35
MC3_RDBFL36     0xF00613E8          Read Data and Bit Flip Register 36
MC3_RDBFL37     0xF00613EA          Read Data and Bit Flip Register 37
MC3_RDBFL38     0xF00613EC          Read Data and Bit Flip Register 38
MC3_RDBFL39     0xF00613EE          Read Data and Bit Flip Register 39
MC4_CONFIG0     0xF0061400          Configuration Register 0
MC4_CONFIG1     0xF0061402          Configuration Register 1
MC4_MCONTROL    0xF0061404          MBIST Control Register
MC4_MSTATUS     0xF0061406          Status Register
MC4_RANGE       0xF0061408          Range Register, single address mode
MC4_REVID       0xF006140C          Revision ID Register
MC4_ECCS        0xF006140E          ECC Safety Register
MC4_ECCD        0xF0061410          Memory ECC Detection Register
MC4_ETRR0       0xF0061412          Error Tracking Register 0
MC4_ETRR1       0xF0061414          Error Tracking Register 1
MC4_ETRR2       0xF0061416          Error Tracking Register 2
MC4_ETRR3       0xF0061418          Error Tracking Register 3
MC4_ETRR4       0xF006141A          Error Tracking Register 4
MC4_RDBFL0      0xF00614A0          Read Data and Bit Flip Register 0
MC4_RDBFL1      0xF00614A2          Read Data and Bit Flip Register 1
MC4_RDBFL2      0xF00614A4          Read Data and Bit Flip Register 2
MC4_RDBFL3      0xF00614A6          Read Data and Bit Flip Register 3
MC4_RDBFL4      0xF00614A8          Read Data and Bit Flip Register 4
MC4_RDBFL5      0xF00614AA          Read Data and Bit Flip Register 5
MC4_RDBFL6      0xF00614AC          Read Data and Bit Flip Register 6
MC4_RDBFL7      0xF00614AE          Read Data and Bit Flip Register 7
MC4_RDBFL8      0xF00614B0          Read Data and Bit Flip Register 8
MC4_RDBFL9      0xF00614B2          Read Data and Bit Flip Register 9
MC4_RDBFL10     0xF00614B4          Read Data and Bit Flip Register 10
MC4_RDBFL11     0xF00614B6          Read Data and Bit Flip Register 11
MC4_RDBFL12     0xF00614B8          Read Data and Bit Flip Register 12
MC4_RDBFL13     0xF00614BA          Read Data and Bit Flip Register 13
MC4_RDBFL14     0xF00614BC          Read Data and Bit Flip Register 14
MC4_RDBFL15     0xF00614BE          Read Data and Bit Flip Register 15
MC4_RDBFL16     0xF00614C0          Read Data and Bit Flip Register 16
MC4_RDBFL17     0xF00614C2          Read Data and Bit Flip Register 17
MC4_RDBFL18     0xF00614C4          Read Data and Bit Flip Register 18
MC4_RDBFL19     0xF00614C6          Read Data and Bit Flip Register 19
MC4_RDBFL20     0xF00614C8          Read Data and Bit Flip Register 20
MC4_RDBFL21     0xF00614CA          Read Data and Bit Flip Register 21
MC4_RDBFL22     0xF00614CC          Read Data and Bit Flip Register 22
MC4_RDBFL23     0xF00614CE          Read Data and Bit Flip Register 23
MC4_RDBFL24     0xF00614D0          Read Data and Bit Flip Register 24
MC4_RDBFL25     0xF00614D2          Read Data and Bit Flip Register 25
MC4_RDBFL26     0xF00614D4          Read Data and Bit Flip Register 26
MC4_RDBFL27     0xF00614D6          Read Data and Bit Flip Register 27
MC4_RDBFL28     0xF00614D8          Read Data and Bit Flip Register 28
MC4_RDBFL29     0xF00614DA          Read Data and Bit Flip Register 29
MC4_RDBFL30     0xF00614DC          Read Data and Bit Flip Register 30
MC4_RDBFL31     0xF00614DE          Read Data and Bit Flip Register 31
MC4_RDBFL32     0xF00614E0          Read Data and Bit Flip Register 32
MC4_RDBFL33     0xF00614E2          Read Data and Bit Flip Register 33
MC4_RDBFL34     0xF00614E4          Read Data and Bit Flip Register 34
MC4_RDBFL35     0xF00614E6          Read Data and Bit Flip Register 35
MC4_RDBFL36     0xF00614E8          Read Data and Bit Flip Register 36
MC4_RDBFL37     0xF00614EA          Read Data and Bit Flip Register 37
MC4_RDBFL38     0xF00614EC          Read Data and Bit Flip Register 38
MC4_RDBFL39     0xF00614EE          Read Data and Bit Flip Register 39
MC5_CONFIG0     0xF0061500          Configuration Register 0
MC5_CONFIG1     0xF0061502          Configuration Register 1
MC5_MCONTROL    0xF0061504          MBIST Control Register
MC5_MSTATUS     0xF0061506          Status Register
MC5_RANGE       0xF0061508          Range Register, single address mode
MC5_REVID       0xF006150C          Revision ID Register
MC5_ECCS        0xF006150E          ECC Safety Register
MC5_ECCD        0xF0061510          Memory ECC Detection Register
MC5_ETRR0       0xF0061512          Error Tracking Register 0
MC5_ETRR1       0xF0061514          Error Tracking Register 1
MC5_ETRR2       0xF0061516          Error Tracking Register 2
MC5_ETRR3       0xF0061518          Error Tracking Register 3
MC5_ETRR4       0xF006151A          Error Tracking Register 4
MC5_RDBFL0      0xF00615A0          Read Data and Bit Flip Register 0
MC5_RDBFL1      0xF00615A2          Read Data and Bit Flip Register 1
MC5_RDBFL2      0xF00615A4          Read Data and Bit Flip Register 2
MC5_RDBFL3      0xF00615A6          Read Data and Bit Flip Register 3
MC5_RDBFL4      0xF00615A8          Read Data and Bit Flip Register 4
MC5_RDBFL5      0xF00615AA          Read Data and Bit Flip Register 5
MC5_RDBFL6      0xF00615AC          Read Data and Bit Flip Register 6
MC5_RDBFL7      0xF00615AE          Read Data and Bit Flip Register 7
MC5_RDBFL8      0xF00615B0          Read Data and Bit Flip Register 8
MC5_RDBFL9      0xF00615B2          Read Data and Bit Flip Register 9
MC5_RDBFL10     0xF00615B4          Read Data and Bit Flip Register 10
MC5_RDBFL11     0xF00615B6          Read Data and Bit Flip Register 11
MC5_RDBFL12     0xF00615B8          Read Data and Bit Flip Register 12
MC5_RDBFL13     0xF00615BA          Read Data and Bit Flip Register 13
MC5_RDBFL14     0xF00615BC          Read Data and Bit Flip Register 14
MC5_RDBFL15     0xF00615BE          Read Data and Bit Flip Register 15
MC5_RDBFL16     0xF00615C0          Read Data and Bit Flip Register 16
MC5_RDBFL17     0xF00615C2          Read Data and Bit Flip Register 17
MC5_RDBFL18     0xF00615C4          Read Data and Bit Flip Register 18
MC5_RDBFL19     0xF00615C6          Read Data and Bit Flip Register 19
MC5_RDBFL20     0xF00615C8          Read Data and Bit Flip Register 20
MC5_RDBFL21     0xF00615CA          Read Data and Bit Flip Register 21
MC5_RDBFL22     0xF00615CC          Read Data and Bit Flip Register 22
MC5_RDBFL23     0xF00615CE          Read Data and Bit Flip Register 23
MC5_RDBFL24     0xF00615D0          Read Data and Bit Flip Register 24
MC5_RDBFL25     0xF00615D2          Read Data and Bit Flip Register 25
MC5_RDBFL26     0xF00615D4          Read Data and Bit Flip Register 26
MC5_RDBFL27     0xF00615D6          Read Data and Bit Flip Register 27
MC5_RDBFL28     0xF00615D8          Read Data and Bit Flip Register 28
MC5_RDBFL29     0xF00615DA          Read Data and Bit Flip Register 29
MC5_RDBFL30     0xF00615DC          Read Data and Bit Flip Register 30
MC5_RDBFL31     0xF00615DE          Read Data and Bit Flip Register 31
MC5_RDBFL32     0xF00615E0          Read Data and Bit Flip Register 32
MC5_RDBFL33     0xF00615E2          Read Data and Bit Flip Register 33
MC5_RDBFL34     0xF00615E4          Read Data and Bit Flip Register 34
MC5_RDBFL35     0xF00615E6          Read Data and Bit Flip Register 35
MC5_RDBFL36     0xF00615E8          Read Data and Bit Flip Register 36
MC5_RDBFL37     0xF00615EA          Read Data and Bit Flip Register 37
MC5_RDBFL38     0xF00615EC          Read Data and Bit Flip Register 38
MC5_RDBFL39     0xF00615EE          Read Data and Bit Flip Register 39
MC6_CONFIG0     0xF0061600          Configuration Register 0
MC6_CONFIG1     0xF0061602          Configuration Register 1
MC6_MCONTROL    0xF0061604          MBIST Control Register
MC6_MSTATUS     0xF0061606          Status Register
MC6_RANGE       0xF0061608          Range Register, single address mode
MC6_REVID       0xF006160C          Revision ID Register
MC6_ECCS        0xF006160E          ECC Safety Register
MC6_ECCD        0xF0061610          Memory ECC Detection Register
MC6_ETRR0       0xF0061612          Error Tracking Register 0
MC6_ETRR1       0xF0061614          Error Tracking Register 1
MC6_ETRR2       0xF0061616          Error Tracking Register 2
MC6_ETRR3       0xF0061618          Error Tracking Register 3
MC6_ETRR4       0xF006161A          Error Tracking Register 4
MC6_RDBFL0      0xF00616A0          Read Data and Bit Flip Register 0
MC6_RDBFL1      0xF00616A2          Read Data and Bit Flip Register 1
MC6_RDBFL2      0xF00616A4          Read Data and Bit Flip Register 2
MC6_RDBFL3      0xF00616A6          Read Data and Bit Flip Register 3
MC6_RDBFL4      0xF00616A8          Read Data and Bit Flip Register 4
MC6_RDBFL5      0xF00616AA          Read Data and Bit Flip Register 5
MC6_RDBFL6      0xF00616AC          Read Data and Bit Flip Register 6
MC6_RDBFL7      0xF00616AE          Read Data and Bit Flip Register 7
MC6_RDBFL8      0xF00616B0          Read Data and Bit Flip Register 8
MC6_RDBFL9      0xF00616B2          Read Data and Bit Flip Register 9
MC6_RDBFL10     0xF00616B4          Read Data and Bit Flip Register 10
MC6_RDBFL11     0xF00616B6          Read Data and Bit Flip Register 11
MC6_RDBFL12     0xF00616B8          Read Data and Bit Flip Register 12
MC6_RDBFL13     0xF00616BA          Read Data and Bit Flip Register 13
MC6_RDBFL14     0xF00616BC          Read Data and Bit Flip Register 14
MC6_RDBFL15     0xF00616BE          Read Data and Bit Flip Register 15
MC6_RDBFL16     0xF00616C0          Read Data and Bit Flip Register 16
MC6_RDBFL17     0xF00616C2          Read Data and Bit Flip Register 17
MC6_RDBFL18     0xF00616C4          Read Data and Bit Flip Register 18
MC6_RDBFL19     0xF00616C6          Read Data and Bit Flip Register 19
MC6_RDBFL20     0xF00616C8          Read Data and Bit Flip Register 20
MC6_RDBFL21     0xF00616CA          Read Data and Bit Flip Register 21
MC6_RDBFL22     0xF00616CC          Read Data and Bit Flip Register 22
MC6_RDBFL23     0xF00616CE          Read Data and Bit Flip Register 23
MC6_RDBFL24     0xF00616D0          Read Data and Bit Flip Register 24
MC6_RDBFL25     0xF00616D2          Read Data and Bit Flip Register 25
MC6_RDBFL26     0xF00616D4          Read Data and Bit Flip Register 26
MC6_RDBFL27     0xF00616D6          Read Data and Bit Flip Register 27
MC6_RDBFL28     0xF00616D8          Read Data and Bit Flip Register 28
MC6_RDBFL29     0xF00616DA          Read Data and Bit Flip Register 29
MC6_RDBFL30     0xF00616DC          Read Data and Bit Flip Register 30
MC6_RDBFL31     0xF00616DE          Read Data and Bit Flip Register 31
MC6_RDBFL32     0xF00616E0          Read Data and Bit Flip Register 32
MC6_RDBFL33     0xF00616E2          Read Data and Bit Flip Register 33
MC6_RDBFL34     0xF00616E4          Read Data and Bit Flip Register 34
MC6_RDBFL35     0xF00616E6          Read Data and Bit Flip Register 35
MC6_RDBFL36     0xF00616E8          Read Data and Bit Flip Register 36
MC6_RDBFL37     0xF00616EA          Read Data and Bit Flip Register 37
MC6_RDBFL38     0xF00616EC          Read Data and Bit Flip Register 38
MC6_RDBFL39     0xF00616EE          Read Data and Bit Flip Register 39
MC7_CONFIG0     0xF0061700          Configuration Register 0
MC7_CONFIG1     0xF0061702          Configuration Register 1
MC7_MCONTROL    0xF0061704          MBIST Control Register
MC7_MSTATUS     0xF0061706          Status Register
MC7_RANGE       0xF0061708          Range Register, single address mode
MC7_REVID       0xF006170C          Revision ID Register
MC7_ECCS        0xF006170E          ECC Safety Register
MC7_ECCD        0xF0061710          Memory ECC Detection Register
MC7_ETRR0       0xF0061712          Error Tracking Register 0
MC7_ETRR1       0xF0061714          Error Tracking Register 1
MC7_ETRR2       0xF0061716          Error Tracking Register 2
MC7_ETRR3       0xF0061718          Error Tracking Register 3
MC7_ETRR4       0xF006171A          Error Tracking Register 4
MC7_RDBFL0      0xF00617A0          Read Data and Bit Flip Register 0
MC7_RDBFL1      0xF00617A2          Read Data and Bit Flip Register 1
MC7_RDBFL2      0xF00617A4          Read Data and Bit Flip Register 2
MC7_RDBFL3      0xF00617A6          Read Data and Bit Flip Register 3
MC7_RDBFL4      0xF00617A8          Read Data and Bit Flip Register 4
MC7_RDBFL5      0xF00617AA          Read Data and Bit Flip Register 5
MC7_RDBFL6      0xF00617AC          Read Data and Bit Flip Register 6
MC7_RDBFL7      0xF00617AE          Read Data and Bit Flip Register 7
MC7_RDBFL8      0xF00617B0          Read Data and Bit Flip Register 8
MC7_RDBFL9      0xF00617B2          Read Data and Bit Flip Register 9
MC7_RDBFL10     0xF00617B4          Read Data and Bit Flip Register 10
MC7_RDBFL11     0xF00617B6          Read Data and Bit Flip Register 11
MC7_RDBFL12     0xF00617B8          Read Data and Bit Flip Register 12
MC7_RDBFL13     0xF00617BA          Read Data and Bit Flip Register 13
MC7_RDBFL14     0xF00617BC          Read Data and Bit Flip Register 14
MC7_RDBFL15     0xF00617BE          Read Data and Bit Flip Register 15
MC7_RDBFL16     0xF00617C0          Read Data and Bit Flip Register 16
MC7_RDBFL17     0xF00617C2          Read Data and Bit Flip Register 17
MC7_RDBFL18     0xF00617C4          Read Data and Bit Flip Register 18
MC7_RDBFL19     0xF00617C6          Read Data and Bit Flip Register 19
MC7_RDBFL20     0xF00617C8          Read Data and Bit Flip Register 20
MC7_RDBFL21     0xF00617CA          Read Data and Bit Flip Register 21
MC7_RDBFL22     0xF00617CC          Read Data and Bit Flip Register 22
MC7_RDBFL23     0xF00617CE          Read Data and Bit Flip Register 23
MC7_RDBFL24     0xF00617D0          Read Data and Bit Flip Register 24
MC7_RDBFL25     0xF00617D2          Read Data and Bit Flip Register 25
MC7_RDBFL26     0xF00617D4          Read Data and Bit Flip Register 26
MC7_RDBFL27     0xF00617D6          Read Data and Bit Flip Register 27
MC7_RDBFL28     0xF00617D8          Read Data and Bit Flip Register 28
MC7_RDBFL29     0xF00617DA          Read Data and Bit Flip Register 29
MC7_RDBFL30     0xF00617DC          Read Data and Bit Flip Register 30
MC7_RDBFL31     0xF00617DE          Read Data and Bit Flip Register 31
MC7_RDBFL32     0xF00617E0          Read Data and Bit Flip Register 32
MC7_RDBFL33     0xF00617E2          Read Data and Bit Flip Register 33
MC7_RDBFL34     0xF00617E4          Read Data and Bit Flip Register 34
MC7_RDBFL35     0xF00617E6          Read Data and Bit Flip Register 35
MC7_RDBFL36     0xF00617E8          Read Data and Bit Flip Register 36
MC7_RDBFL37     0xF00617EA          Read Data and Bit Flip Register 37
MC7_RDBFL38     0xF00617EC          Read Data and Bit Flip Register 38
MC7_RDBFL39     0xF00617EE          Read Data and Bit Flip Register 39
MC8_CONFIG0     0xF0061800          Configuration Register 0
MC8_CONFIG1     0xF0061802          Configuration Register 1
MC8_MCONTROL    0xF0061804          MBIST Control Register
MC8_MSTATUS     0xF0061806          Status Register
MC8_RANGE       0xF0061808          Range Register, single address mode
MC8_REVID       0xF006180C          Revision ID Register
MC8_ECCS        0xF006180E          ECC Safety Register
MC8_ECCD        0xF0061810          Memory ECC Detection Register
MC8_ETRR0       0xF0061812          Error Tracking Register 0
MC8_ETRR1       0xF0061814          Error Tracking Register 1
MC8_ETRR2       0xF0061816          Error Tracking Register 2
MC8_ETRR3       0xF0061818          Error Tracking Register 3
MC8_ETRR4       0xF006181A          Error Tracking Register 4
MC8_RDBFL0      0xF00618A0          Read Data and Bit Flip Register 0
MC8_RDBFL1      0xF00618A2          Read Data and Bit Flip Register 1
MC8_RDBFL2      0xF00618A4          Read Data and Bit Flip Register 2
MC8_RDBFL3      0xF00618A6          Read Data and Bit Flip Register 3
MC8_RDBFL4      0xF00618A8          Read Data and Bit Flip Register 4
MC8_RDBFL5      0xF00618AA          Read Data and Bit Flip Register 5
MC8_RDBFL6      0xF00618AC          Read Data and Bit Flip Register 6
MC8_RDBFL7      0xF00618AE          Read Data and Bit Flip Register 7
MC8_RDBFL8      0xF00618B0          Read Data and Bit Flip Register 8
MC8_RDBFL9      0xF00618B2          Read Data and Bit Flip Register 9
MC8_RDBFL10     0xF00618B4          Read Data and Bit Flip Register 10
MC8_RDBFL11     0xF00618B6          Read Data and Bit Flip Register 11
MC8_RDBFL12     0xF00618B8          Read Data and Bit Flip Register 12
MC8_RDBFL13     0xF00618BA          Read Data and Bit Flip Register 13
MC8_RDBFL14     0xF00618BC          Read Data and Bit Flip Register 14
MC8_RDBFL15     0xF00618BE          Read Data and Bit Flip Register 15
MC8_RDBFL16     0xF00618C0          Read Data and Bit Flip Register 16
MC8_RDBFL17     0xF00618C2          Read Data and Bit Flip Register 17
MC8_RDBFL18     0xF00618C4          Read Data and Bit Flip Register 18
MC8_RDBFL19     0xF00618C6          Read Data and Bit Flip Register 19
MC8_RDBFL20     0xF00618C8          Read Data and Bit Flip Register 20
MC8_RDBFL21     0xF00618CA          Read Data and Bit Flip Register 21
MC8_RDBFL22     0xF00618CC          Read Data and Bit Flip Register 22
MC8_RDBFL23     0xF00618CE          Read Data and Bit Flip Register 23
MC8_RDBFL24     0xF00618D0          Read Data and Bit Flip Register 24
MC8_RDBFL25     0xF00618D2          Read Data and Bit Flip Register 25
MC8_RDBFL26     0xF00618D4          Read Data and Bit Flip Register 26
MC8_RDBFL27     0xF00618D6          Read Data and Bit Flip Register 27
MC8_RDBFL28     0xF00618D8          Read Data and Bit Flip Register 28
MC8_RDBFL29     0xF00618DA          Read Data and Bit Flip Register 29
MC8_RDBFL30     0xF00618DC          Read Data and Bit Flip Register 30
MC8_RDBFL31     0xF00618DE          Read Data and Bit Flip Register 31
MC8_RDBFL32     0xF00618E0          Read Data and Bit Flip Register 32
MC8_RDBFL33     0xF00618E2          Read Data and Bit Flip Register 33
MC8_RDBFL34     0xF00618E4          Read Data and Bit Flip Register 34
MC8_RDBFL35     0xF00618E6          Read Data and Bit Flip Register 35
MC8_RDBFL36     0xF00618E8          Read Data and Bit Flip Register 36
MC8_RDBFL37     0xF00618EA          Read Data and Bit Flip Register 37
MC8_RDBFL38     0xF00618EC          Read Data and Bit Flip Register 38
MC8_RDBFL39     0xF00618EE          Read Data and Bit Flip Register 39
MC9_CONFIG0     0xF0061900          Configuration Register 0
MC9_CONFIG1     0xF0061902          Configuration Register 1
MC9_MCONTROL    0xF0061904          MBIST Control Register
MC9_MSTATUS     0xF0061906          Status Register
MC9_RANGE       0xF0061908          Range Register, single address mode
MC9_REVID       0xF006190C          Revision ID Register
MC9_ECCS        0xF006190E          ECC Safety Register
MC9_ECCD        0xF0061910          Memory ECC Detection Register
MC9_ETRR0       0xF0061912          Error Tracking Register 0
MC9_ETRR1       0xF0061914          Error Tracking Register 1
MC9_ETRR2       0xF0061916          Error Tracking Register 2
MC9_ETRR3       0xF0061918          Error Tracking Register 3
MC9_ETRR4       0xF006191A          Error Tracking Register 4
MC9_RDBFL0      0xF00619A0          Read Data and Bit Flip Register 0
MC9_RDBFL1      0xF00619A2          Read Data and Bit Flip Register 1
MC9_RDBFL2      0xF00619A4          Read Data and Bit Flip Register 2
MC9_RDBFL3      0xF00619A6          Read Data and Bit Flip Register 3
MC9_RDBFL4      0xF00619A8          Read Data and Bit Flip Register 4
MC9_RDBFL5      0xF00619AA          Read Data and Bit Flip Register 5
MC9_RDBFL6      0xF00619AC          Read Data and Bit Flip Register 6
MC9_RDBFL7      0xF00619AE          Read Data and Bit Flip Register 7
MC9_RDBFL8      0xF00619B0          Read Data and Bit Flip Register 8
MC9_RDBFL9      0xF00619B2          Read Data and Bit Flip Register 9
MC9_RDBFL10     0xF00619B4          Read Data and Bit Flip Register 10
MC9_RDBFL11     0xF00619B6          Read Data and Bit Flip Register 11
MC9_RDBFL12     0xF00619B8          Read Data and Bit Flip Register 12
MC9_RDBFL13     0xF00619BA          Read Data and Bit Flip Register 13
MC9_RDBFL14     0xF00619BC          Read Data and Bit Flip Register 14
MC9_RDBFL15     0xF00619BE          Read Data and Bit Flip Register 15
MC9_RDBFL16     0xF00619C0          Read Data and Bit Flip Register 16
MC9_RDBFL17     0xF00619C2          Read Data and Bit Flip Register 17
MC9_RDBFL18     0xF00619C4          Read Data and Bit Flip Register 18
MC9_RDBFL19     0xF00619C6          Read Data and Bit Flip Register 19
MC9_RDBFL20     0xF00619C8          Read Data and Bit Flip Register 20
MC9_RDBFL21     0xF00619CA          Read Data and Bit Flip Register 21
MC9_RDBFL22     0xF00619CC          Read Data and Bit Flip Register 22
MC9_RDBFL23     0xF00619CE          Read Data and Bit Flip Register 23
MC9_RDBFL24     0xF00619D0          Read Data and Bit Flip Register 24
MC9_RDBFL25     0xF00619D2          Read Data and Bit Flip Register 25
MC9_RDBFL26     0xF00619D4          Read Data and Bit Flip Register 26
MC9_RDBFL27     0xF00619D6          Read Data and Bit Flip Register 27
MC9_RDBFL28     0xF00619D8          Read Data and Bit Flip Register 28
MC9_RDBFL29     0xF00619DA          Read Data and Bit Flip Register 29
MC9_RDBFL30     0xF00619DC          Read Data and Bit Flip Register 30
MC9_RDBFL31     0xF00619DE          Read Data and Bit Flip Register 31
MC9_RDBFL32     0xF00619E0          Read Data and Bit Flip Register 32
MC9_RDBFL33     0xF00619E2          Read Data and Bit Flip Register 33
MC9_RDBFL34     0xF00619E4          Read Data and Bit Flip Register 34
MC9_RDBFL35     0xF00619E6          Read Data and Bit Flip Register 35
MC9_RDBFL36     0xF00619E8          Read Data and Bit Flip Register 36
MC9_RDBFL37     0xF00619EA          Read Data and Bit Flip Register 37
MC9_RDBFL38     0xF00619EC          Read Data and Bit Flip Register 38
MC9_RDBFL39     0xF00619EE          Read Data and Bit Flip Register 39
MC10_CONFIG0    0xF0061A00          Configuration Register 0
MC10_CONFIG1    0xF0061A02          Configuration Register 1
MC10_MCONTROL   0xF0061A04          MBIST Control Register
MC10_MSTATUS    0xF0061A06          Status Register
MC10_RANGE      0xF0061A08          Range Register, single address mode
MC10_REVID      0xF0061A0C          Revision ID Register
MC10_ECCS       0xF0061A0E          ECC Safety Register
MC10_ECCD       0xF0061A10          Memory ECC Detection Register
MC10_ETRR0      0xF0061A12          Error Tracking Register 0
MC10_ETRR1      0xF0061A14          Error Tracking Register 1
MC10_ETRR2      0xF0061A16          Error Tracking Register 2
MC10_ETRR3      0xF0061A18          Error Tracking Register 3
MC10_ETRR4      0xF0061A1A          Error Tracking Register 4
MC10_RDBFL0     0xF0061AA0          Read Data and Bit Flip Register 0
MC10_RDBFL1     0xF0061AA2          Read Data and Bit Flip Register 1
MC10_RDBFL2     0xF0061AA4          Read Data and Bit Flip Register 2
MC10_RDBFL3     0xF0061AA6          Read Data and Bit Flip Register 3
MC10_RDBFL4     0xF0061AA8          Read Data and Bit Flip Register 4
MC10_RDBFL5     0xF0061AAA          Read Data and Bit Flip Register 5
MC10_RDBFL6     0xF0061AAC          Read Data and Bit Flip Register 6
MC10_RDBFL7     0xF0061AAE          Read Data and Bit Flip Register 7
MC10_RDBFL8     0xF0061AB0          Read Data and Bit Flip Register 8
MC10_RDBFL9     0xF0061AB2          Read Data and Bit Flip Register 9
MC10_RDBFL10    0xF0061AB4          Read Data and Bit Flip Register 10
MC10_RDBFL11    0xF0061AB6          Read Data and Bit Flip Register 11
MC10_RDBFL12    0xF0061AB8          Read Data and Bit Flip Register 12
MC10_RDBFL13    0xF0061ABA          Read Data and Bit Flip Register 13
MC10_RDBFL14    0xF0061ABC          Read Data and Bit Flip Register 14
MC10_RDBFL15    0xF0061ABE          Read Data and Bit Flip Register 15
MC10_RDBFL16    0xF0061AC0          Read Data and Bit Flip Register 16
MC10_RDBFL17    0xF0061AC2          Read Data and Bit Flip Register 17
MC10_RDBFL18    0xF0061AC4          Read Data and Bit Flip Register 18
MC10_RDBFL19    0xF0061AC6          Read Data and Bit Flip Register 19
MC10_RDBFL20    0xF0061AC8          Read Data and Bit Flip Register 20
MC10_RDBFL21    0xF0061ACA          Read Data and Bit Flip Register 21
MC10_RDBFL22    0xF0061ACC          Read Data and Bit Flip Register 22
MC10_RDBFL23    0xF0061ACE          Read Data and Bit Flip Register 23
MC10_RDBFL24    0xF0061AD0          Read Data and Bit Flip Register 24
MC10_RDBFL25    0xF0061AD2          Read Data and Bit Flip Register 25
MC10_RDBFL26    0xF0061AD4          Read Data and Bit Flip Register 26
MC10_RDBFL27    0xF0061AD6          Read Data and Bit Flip Register 27
MC10_RDBFL28    0xF0061AD8          Read Data and Bit Flip Register 28
MC10_RDBFL29    0xF0061ADA          Read Data and Bit Flip Register 29
MC10_RDBFL30    0xF0061ADC          Read Data and Bit Flip Register 30
MC10_RDBFL31    0xF0061ADE          Read Data and Bit Flip Register 31
MC10_RDBFL32    0xF0061AE0          Read Data and Bit Flip Register 32
MC10_RDBFL33    0xF0061AE2          Read Data and Bit Flip Register 33
MC10_RDBFL34    0xF0061AE4          Read Data and Bit Flip Register 34
MC10_RDBFL35    0xF0061AE6          Read Data and Bit Flip Register 35
MC10_RDBFL36    0xF0061AE8          Read Data and Bit Flip Register 36
MC10_RDBFL37    0xF0061AEA          Read Data and Bit Flip Register 37
MC10_RDBFL38    0xF0061AEC          Read Data and Bit Flip Register 38
MC10_RDBFL39    0xF0061AEE          Read Data and Bit Flip Register 39
MC11_CONFIG0    0xF0061B00          Configuration Register 0
MC11_CONFIG1    0xF0061B02          Configuration Register 1
MC11_MCONTROL   0xF0061B04          MBIST Control Register
MC11_MSTATUS    0xF0061B06          Status Register
MC11_RANGE      0xF0061B08          Range Register, single address mode
MC11_REVID      0xF0061B0C          Revision ID Register
MC11_ECCS       0xF0061B0E          ECC Safety Register
MC11_ECCD       0xF0061B10          Memory ECC Detection Register
MC11_ETRR0      0xF0061B12          Error Tracking Register 0
MC11_ETRR1      0xF0061B14          Error Tracking Register 1
MC11_ETRR2      0xF0061B16          Error Tracking Register 2
MC11_ETRR3      0xF0061B18          Error Tracking Register 3
MC11_ETRR4      0xF0061B1A          Error Tracking Register 4
MC11_RDBFL0     0xF0061BA0          Read Data and Bit Flip Register 0
MC11_RDBFL1     0xF0061BA2          Read Data and Bit Flip Register 1
MC11_RDBFL2     0xF0061BA4          Read Data and Bit Flip Register 2
MC11_RDBFL3     0xF0061BA6          Read Data and Bit Flip Register 3
MC11_RDBFL4     0xF0061BA8          Read Data and Bit Flip Register 4
MC11_RDBFL5     0xF0061BAA          Read Data and Bit Flip Register 5
MC11_RDBFL6     0xF0061BAC          Read Data and Bit Flip Register 6
MC11_RDBFL7     0xF0061BAE          Read Data and Bit Flip Register 7
MC11_RDBFL8     0xF0061BB0          Read Data and Bit Flip Register 8
MC11_RDBFL9     0xF0061BB2          Read Data and Bit Flip Register 9
MC11_RDBFL10    0xF0061BB4          Read Data and Bit Flip Register 10
MC11_RDBFL11    0xF0061BB6          Read Data and Bit Flip Register 11
MC11_RDBFL12    0xF0061BB8          Read Data and Bit Flip Register 12
MC11_RDBFL13    0xF0061BBA          Read Data and Bit Flip Register 13
MC11_RDBFL14    0xF0061BBC          Read Data and Bit Flip Register 14
MC11_RDBFL15    0xF0061BBE          Read Data and Bit Flip Register 15
MC11_RDBFL16    0xF0061BC0          Read Data and Bit Flip Register 16
MC11_RDBFL17    0xF0061BC2          Read Data and Bit Flip Register 17
MC11_RDBFL18    0xF0061BC4          Read Data and Bit Flip Register 18
MC11_RDBFL19    0xF0061BC6          Read Data and Bit Flip Register 19
MC11_RDBFL20    0xF0061BC8          Read Data and Bit Flip Register 20
MC11_RDBFL21    0xF0061BCA          Read Data and Bit Flip Register 21
MC11_RDBFL22    0xF0061BCC          Read Data and Bit Flip Register 22
MC11_RDBFL23    0xF0061BCE          Read Data and Bit Flip Register 23
MC11_RDBFL24    0xF0061BD0          Read Data and Bit Flip Register 24
MC11_RDBFL25    0xF0061BD2          Read Data and Bit Flip Register 25
MC11_RDBFL26    0xF0061BD4          Read Data and Bit Flip Register 26
MC11_RDBFL27    0xF0061BD6          Read Data and Bit Flip Register 27
MC11_RDBFL28    0xF0061BD8          Read Data and Bit Flip Register 28
MC11_RDBFL29    0xF0061BDA          Read Data and Bit Flip Register 29
MC11_RDBFL30    0xF0061BDC          Read Data and Bit Flip Register 30
MC11_RDBFL31    0xF0061BDE          Read Data and Bit Flip Register 31
MC11_RDBFL32    0xF0061BE0          Read Data and Bit Flip Register 32
MC11_RDBFL33    0xF0061BE2          Read Data and Bit Flip Register 33
MC11_RDBFL34    0xF0061BE4          Read Data and Bit Flip Register 34
MC11_RDBFL35    0xF0061BE6          Read Data and Bit Flip Register 35
MC11_RDBFL36    0xF0061BE8          Read Data and Bit Flip Register 36
MC11_RDBFL37    0xF0061BEA          Read Data and Bit Flip Register 37
MC11_RDBFL38    0xF0061BEC          Read Data and Bit Flip Register 38
MC11_RDBFL39    0xF0061BEE          Read Data and Bit Flip Register 39
MC12_CONFIG0    0xF0061C00          Configuration Register 0
MC12_CONFIG1    0xF0061C02          Configuration Register 1
MC12_MCONTROL   0xF0061C04          MBIST Control Register
MC12_MSTATUS    0xF0061C06          Status Register
MC12_RANGE      0xF0061C08          Range Register, single address mode
MC12_REVID      0xF0061C0C          Revision ID Register
MC12_ECCS       0xF0061C0E          ECC Safety Register
MC12_ECCD       0xF0061C10          Memory ECC Detection Register
MC12_ETRR0      0xF0061C12          Error Tracking Register 0
MC12_ETRR1      0xF0061C14          Error Tracking Register 1
MC12_ETRR2      0xF0061C16          Error Tracking Register 2
MC12_ETRR3      0xF0061C18          Error Tracking Register 3
MC12_ETRR4      0xF0061C1A          Error Tracking Register 4
MC12_RDBFL0     0xF0061CA0          Read Data and Bit Flip Register 0
MC12_RDBFL1     0xF0061CA2          Read Data and Bit Flip Register 1
MC12_RDBFL2     0xF0061CA4          Read Data and Bit Flip Register 2
MC12_RDBFL3     0xF0061CA6          Read Data and Bit Flip Register 3
MC12_RDBFL4     0xF0061CA8          Read Data and Bit Flip Register 4
MC12_RDBFL5     0xF0061CAA          Read Data and Bit Flip Register 5
MC12_RDBFL6     0xF0061CAC          Read Data and Bit Flip Register 6
MC12_RDBFL7     0xF0061CAE          Read Data and Bit Flip Register 7
MC12_RDBFL8     0xF0061CB0          Read Data and Bit Flip Register 8
MC12_RDBFL9     0xF0061CB2          Read Data and Bit Flip Register 9
MC12_RDBFL10    0xF0061CB4          Read Data and Bit Flip Register 10
MC12_RDBFL11    0xF0061CB6          Read Data and Bit Flip Register 11
MC12_RDBFL12    0xF0061CB8          Read Data and Bit Flip Register 12
MC12_RDBFL13    0xF0061CBA          Read Data and Bit Flip Register 13
MC12_RDBFL14    0xF0061CBC          Read Data and Bit Flip Register 14
MC12_RDBFL15    0xF0061CBE          Read Data and Bit Flip Register 15
MC12_RDBFL16    0xF0061CC0          Read Data and Bit Flip Register 16
MC12_RDBFL17    0xF0061CC2          Read Data and Bit Flip Register 17
MC12_RDBFL18    0xF0061CC4          Read Data and Bit Flip Register 18
MC12_RDBFL19    0xF0061CC6          Read Data and Bit Flip Register 19
MC12_RDBFL20    0xF0061CC8          Read Data and Bit Flip Register 20
MC12_RDBFL21    0xF0061CCA          Read Data and Bit Flip Register 21
MC12_RDBFL22    0xF0061CCC          Read Data and Bit Flip Register 22
MC12_RDBFL23    0xF0061CCE          Read Data and Bit Flip Register 23
MC12_RDBFL24    0xF0061CD0          Read Data and Bit Flip Register 24
MC12_RDBFL25    0xF0061CD2          Read Data and Bit Flip Register 25
MC12_RDBFL26    0xF0061CD4          Read Data and Bit Flip Register 26
MC12_RDBFL27    0xF0061CD6          Read Data and Bit Flip Register 27
MC12_RDBFL28    0xF0061CD8          Read Data and Bit Flip Register 28
MC12_RDBFL29    0xF0061CDA          Read Data and Bit Flip Register 29
MC12_RDBFL30    0xF0061CDC          Read Data and Bit Flip Register 30
MC12_RDBFL31    0xF0061CDE          Read Data and Bit Flip Register 31
MC12_RDBFL32    0xF0061CE0          Read Data and Bit Flip Register 32
MC12_RDBFL33    0xF0061CE2          Read Data and Bit Flip Register 33
MC12_RDBFL34    0xF0061CE4          Read Data and Bit Flip Register 34
MC12_RDBFL35    0xF0061CE6          Read Data and Bit Flip Register 35
MC12_RDBFL36    0xF0061CE8          Read Data and Bit Flip Register 36
MC12_RDBFL37    0xF0061CEA          Read Data and Bit Flip Register 37
MC12_RDBFL38    0xF0061CEC          Read Data and Bit Flip Register 38
MC12_RDBFL39    0xF0061CEE          Read Data and Bit Flip Register 39
MC13_CONFIG0    0xF0061D00          Configuration Register 0
MC13_CONFIG1    0xF0061D02          Configuration Register 1
MC13_MCONTROL   0xF0061D04          MBIST Control Register
MC13_MSTATUS    0xF0061D06          Status Register
MC13_RANGE      0xF0061D08          Range Register, single address mode
MC13_REVID      0xF0061D0C          Revision ID Register
MC13_ECCS       0xF0061D0E          ECC Safety Register
MC13_ECCD       0xF0061D10          Memory ECC Detection Register
MC13_ETRR0      0xF0061D12          Error Tracking Register 0
MC13_ETRR1      0xF0061D14          Error Tracking Register 1
MC13_ETRR2      0xF0061D16          Error Tracking Register 2
MC13_ETRR3      0xF0061D18          Error Tracking Register 3
MC13_ETRR4      0xF0061D1A          Error Tracking Register 4
MC13_RDBFL0     0xF0061DA0          Read Data and Bit Flip Register 0
MC13_RDBFL1     0xF0061DA2          Read Data and Bit Flip Register 1
MC13_RDBFL2     0xF0061DA4          Read Data and Bit Flip Register 2
MC13_RDBFL3     0xF0061DA6          Read Data and Bit Flip Register 3
MC13_RDBFL4     0xF0061DA8          Read Data and Bit Flip Register 4
MC13_RDBFL5     0xF0061DAA          Read Data and Bit Flip Register 5
MC13_RDBFL6     0xF0061DAC          Read Data and Bit Flip Register 6
MC13_RDBFL7     0xF0061DAE          Read Data and Bit Flip Register 7
MC13_RDBFL8     0xF0061DB0          Read Data and Bit Flip Register 8
MC13_RDBFL9     0xF0061DB2          Read Data and Bit Flip Register 9
MC13_RDBFL10    0xF0061DB4          Read Data and Bit Flip Register 10
MC13_RDBFL11    0xF0061DB6          Read Data and Bit Flip Register 11
MC13_RDBFL12    0xF0061DB8          Read Data and Bit Flip Register 12
MC13_RDBFL13    0xF0061DBA          Read Data and Bit Flip Register 13
MC13_RDBFL14    0xF0061DBC          Read Data and Bit Flip Register 14
MC13_RDBFL15    0xF0061DBE          Read Data and Bit Flip Register 15
MC13_RDBFL16    0xF0061DC0          Read Data and Bit Flip Register 16
MC13_RDBFL17    0xF0061DC2          Read Data and Bit Flip Register 17
MC13_RDBFL18    0xF0061DC4          Read Data and Bit Flip Register 18
MC13_RDBFL19    0xF0061DC6          Read Data and Bit Flip Register 19
MC13_RDBFL20    0xF0061DC8          Read Data and Bit Flip Register 20
MC13_RDBFL21    0xF0061DCA          Read Data and Bit Flip Register 21
MC13_RDBFL22    0xF0061DCC          Read Data and Bit Flip Register 22
MC13_RDBFL23    0xF0061DCE          Read Data and Bit Flip Register 23
MC13_RDBFL24    0xF0061DD0          Read Data and Bit Flip Register 24
MC13_RDBFL25    0xF0061DD2          Read Data and Bit Flip Register 25
MC13_RDBFL26    0xF0061DD4          Read Data and Bit Flip Register 26
MC13_RDBFL27    0xF0061DD6          Read Data and Bit Flip Register 27
MC13_RDBFL28    0xF0061DD8          Read Data and Bit Flip Register 28
MC13_RDBFL29    0xF0061DDA          Read Data and Bit Flip Register 29
MC13_RDBFL30    0xF0061DDC          Read Data and Bit Flip Register 30
MC13_RDBFL31    0xF0061DDE          Read Data and Bit Flip Register 31
MC13_RDBFL32    0xF0061DE0          Read Data and Bit Flip Register 32
MC13_RDBFL33    0xF0061DE2          Read Data and Bit Flip Register 33
MC13_RDBFL34    0xF0061DE4          Read Data and Bit Flip Register 34
MC13_RDBFL35    0xF0061DE6          Read Data and Bit Flip Register 35
MC13_RDBFL36    0xF0061DE8          Read Data and Bit Flip Register 36
MC13_RDBFL37    0xF0061DEA          Read Data and Bit Flip Register 37
MC13_RDBFL38    0xF0061DEC          Read Data and Bit Flip Register 38
MC13_RDBFL39    0xF0061DEE          Read Data and Bit Flip Register 39
MC14_CONFIG0    0xF0061E00          Configuration Register 0
MC14_CONFIG1    0xF0061E02          Configuration Register 1
MC14_MCONTROL   0xF0061E04          MBIST Control Register
MC14_MSTATUS    0xF0061E06          Status Register
MC14_RANGE      0xF0061E08          Range Register, single address mode
MC14_REVID      0xF0061E0C          Revision ID Register
MC14_ECCS       0xF0061E0E          ECC Safety Register
MC14_ECCD       0xF0061E10          Memory ECC Detection Register
MC14_ETRR0      0xF0061E12          Error Tracking Register 0
MC14_ETRR1      0xF0061E14          Error Tracking Register 1
MC14_ETRR2      0xF0061E16          Error Tracking Register 2
MC14_ETRR3      0xF0061E18          Error Tracking Register 3
MC14_ETRR4      0xF0061E1A          Error Tracking Register 4
MC14_RDBFL0     0xF0061EA0          Read Data and Bit Flip Register 0
MC14_RDBFL1     0xF0061EA2          Read Data and Bit Flip Register 1
MC14_RDBFL2     0xF0061EA4          Read Data and Bit Flip Register 2
MC14_RDBFL3     0xF0061EA6          Read Data and Bit Flip Register 3
MC14_RDBFL4     0xF0061EA8          Read Data and Bit Flip Register 4
MC14_RDBFL5     0xF0061EAA          Read Data and Bit Flip Register 5
MC14_RDBFL6     0xF0061EAC          Read Data and Bit Flip Register 6
MC14_RDBFL7     0xF0061EAE          Read Data and Bit Flip Register 7
MC14_RDBFL8     0xF0061EB0          Read Data and Bit Flip Register 8
MC14_RDBFL9     0xF0061EB2          Read Data and Bit Flip Register 9
MC14_RDBFL10    0xF0061EB4          Read Data and Bit Flip Register 10
MC14_RDBFL11    0xF0061EB6          Read Data and Bit Flip Register 11
MC14_RDBFL12    0xF0061EB8          Read Data and Bit Flip Register 12
MC14_RDBFL13    0xF0061EBA          Read Data and Bit Flip Register 13
MC14_RDBFL14    0xF0061EBC          Read Data and Bit Flip Register 14
MC14_RDBFL15    0xF0061EBE          Read Data and Bit Flip Register 15
MC14_RDBFL16    0xF0061EC0          Read Data and Bit Flip Register 16
MC14_RDBFL17    0xF0061EC2          Read Data and Bit Flip Register 17
MC14_RDBFL18    0xF0061EC4          Read Data and Bit Flip Register 18
MC14_RDBFL19    0xF0061EC6          Read Data and Bit Flip Register 19
MC14_RDBFL20    0xF0061EC8          Read Data and Bit Flip Register 20
MC14_RDBFL21    0xF0061ECA          Read Data and Bit Flip Register 21
MC14_RDBFL22    0xF0061ECC          Read Data and Bit Flip Register 22
MC14_RDBFL23    0xF0061ECE          Read Data and Bit Flip Register 23
MC14_RDBFL24    0xF0061ED0          Read Data and Bit Flip Register 24
MC14_RDBFL25    0xF0061ED2          Read Data and Bit Flip Register 25
MC14_RDBFL26    0xF0061ED4          Read Data and Bit Flip Register 26
MC14_RDBFL27    0xF0061ED6          Read Data and Bit Flip Register 27
MC14_RDBFL28    0xF0061ED8          Read Data and Bit Flip Register 28
MC14_RDBFL29    0xF0061EDA          Read Data and Bit Flip Register 29
MC14_RDBFL30    0xF0061EDC          Read Data and Bit Flip Register 30
MC14_RDBFL31    0xF0061EDE          Read Data and Bit Flip Register 31
MC14_RDBFL32    0xF0061EE0          Read Data and Bit Flip Register 32
MC14_RDBFL33    0xF0061EE2          Read Data and Bit Flip Register 33
MC14_RDBFL34    0xF0061EE4          Read Data and Bit Flip Register 34
MC14_RDBFL35    0xF0061EE6          Read Data and Bit Flip Register 35
MC14_RDBFL36    0xF0061EE8          Read Data and Bit Flip Register 36
MC14_RDBFL37    0xF0061EEA          Read Data and Bit Flip Register 37
MC14_RDBFL38    0xF0061EEC          Read Data and Bit Flip Register 38
MC14_RDBFL39    0xF0061EEE          Read Data and Bit Flip Register 39
MC15_CONFIG0    0xF0061F00          Configuration Register 0
MC15_CONFIG1    0xF0061F02          Configuration Register 1
MC15_MCONTROL   0xF0061F04          MBIST Control Register
MC15_MSTATUS    0xF0061F06          Status Register
MC15_RANGE      0xF0061F08          Range Register, single address mode
MC15_REVID      0xF0061F0C          Revision ID Register
MC15_ECCS       0xF0061F0E          ECC Safety Register
MC15_ECCD       0xF0061F10          Memory ECC Detection Register
MC15_ETRR0      0xF0061F12          Error Tracking Register 0
MC15_ETRR1      0xF0061F14          Error Tracking Register 1
MC15_ETRR2      0xF0061F16          Error Tracking Register 2
MC15_ETRR3      0xF0061F18          Error Tracking Register 3
MC15_ETRR4      0xF0061F1A          Error Tracking Register 4
MC15_RDBFL0     0xF0061FA0          Read Data and Bit Flip Register 0
MC15_RDBFL1     0xF0061FA2          Read Data and Bit Flip Register 1
MC15_RDBFL2     0xF0061FA4          Read Data and Bit Flip Register 2
MC15_RDBFL3     0xF0061FA6          Read Data and Bit Flip Register 3
MC15_RDBFL4     0xF0061FA8          Read Data and Bit Flip Register 4
MC15_RDBFL5     0xF0061FAA          Read Data and Bit Flip Register 5
MC15_RDBFL6     0xF0061FAC          Read Data and Bit Flip Register 6
MC15_RDBFL7     0xF0061FAE          Read Data and Bit Flip Register 7
MC15_RDBFL8     0xF0061FB0          Read Data and Bit Flip Register 8
MC15_RDBFL9     0xF0061FB2          Read Data and Bit Flip Register 9
MC15_RDBFL10    0xF0061FB4          Read Data and Bit Flip Register 10
MC15_RDBFL11    0xF0061FB6          Read Data and Bit Flip Register 11
MC15_RDBFL12    0xF0061FB8          Read Data and Bit Flip Register 12
MC15_RDBFL13    0xF0061FBA          Read Data and Bit Flip Register 13
MC15_RDBFL14    0xF0061FBC          Read Data and Bit Flip Register 14
MC15_RDBFL15    0xF0061FBE          Read Data and Bit Flip Register 15
MC15_RDBFL16    0xF0061FC0          Read Data and Bit Flip Register 16
MC15_RDBFL17    0xF0061FC2          Read Data and Bit Flip Register 17
MC15_RDBFL18    0xF0061FC4          Read Data and Bit Flip Register 18
MC15_RDBFL19    0xF0061FC6          Read Data and Bit Flip Register 19
MC15_RDBFL20    0xF0061FC8          Read Data and Bit Flip Register 20
MC15_RDBFL21    0xF0061FCA          Read Data and Bit Flip Register 21
MC15_RDBFL22    0xF0061FCC          Read Data and Bit Flip Register 22
MC15_RDBFL23    0xF0061FCE          Read Data and Bit Flip Register 23
MC15_RDBFL24    0xF0061FD0          Read Data and Bit Flip Register 24
MC15_RDBFL25    0xF0061FD2          Read Data and Bit Flip Register 25
MC15_RDBFL26    0xF0061FD4          Read Data and Bit Flip Register 26
MC15_RDBFL27    0xF0061FD6          Read Data and Bit Flip Register 27
MC15_RDBFL28    0xF0061FD8          Read Data and Bit Flip Register 28
MC15_RDBFL29    0xF0061FDA          Read Data and Bit Flip Register 29
MC15_RDBFL30    0xF0061FDC          Read Data and Bit Flip Register 30
MC15_RDBFL31    0xF0061FDE          Read Data and Bit Flip Register 31
MC15_RDBFL32    0xF0061FE0          Read Data and Bit Flip Register 32
MC15_RDBFL33    0xF0061FE2          Read Data and Bit Flip Register 33
MC15_RDBFL34    0xF0061FE4          Read Data and Bit Flip Register 34
MC15_RDBFL35    0xF0061FE6          Read Data and Bit Flip Register 35
MC15_RDBFL36    0xF0061FE8          Read Data and Bit Flip Register 36
MC15_RDBFL37    0xF0061FEA          Read Data and Bit Flip Register 37
MC15_RDBFL38    0xF0061FEC          Read Data and Bit Flip Register 38
MC15_RDBFL39    0xF0061FEE          Read Data and Bit Flip Register 39
MC16_CONFIG0    0xF0062000          Configuration Register 0
MC16_CONFIG1    0xF0062002          Configuration Register 1
MC16_MCONTROL   0xF0062004          MBIST Control Register
MC16_MSTATUS    0xF0062006          Status Register
MC16_RANGE      0xF0062008          Range Register, single address mode
MC16_REVID      0xF006200C          Revision ID Register
MC16_ECCS       0xF006200E          ECC Safety Register
MC16_ECCD       0xF0062010          Memory ECC Detection Register
MC16_ETRR0      0xF0062012          Error Tracking Register 0
MC16_ETRR1      0xF0062014          Error Tracking Register 1
MC16_ETRR2      0xF0062016          Error Tracking Register 2
MC16_ETRR3      0xF0062018          Error Tracking Register 3
MC16_ETRR4      0xF006201A          Error Tracking Register 4
MC16_RDBFL0     0xF00620A0          Read Data and Bit Flip Register 0
MC16_RDBFL1     0xF00620A2          Read Data and Bit Flip Register 1
MC16_RDBFL2     0xF00620A4          Read Data and Bit Flip Register 2
MC16_RDBFL3     0xF00620A6          Read Data and Bit Flip Register 3
MC16_RDBFL4     0xF00620A8          Read Data and Bit Flip Register 4
MC16_RDBFL5     0xF00620AA          Read Data and Bit Flip Register 5
MC16_RDBFL6     0xF00620AC          Read Data and Bit Flip Register 6
MC16_RDBFL7     0xF00620AE          Read Data and Bit Flip Register 7
MC16_RDBFL8     0xF00620B0          Read Data and Bit Flip Register 8
MC16_RDBFL9     0xF00620B2          Read Data and Bit Flip Register 9
MC16_RDBFL10    0xF00620B4          Read Data and Bit Flip Register 10
MC16_RDBFL11    0xF00620B6          Read Data and Bit Flip Register 11
MC16_RDBFL12    0xF00620B8          Read Data and Bit Flip Register 12
MC16_RDBFL13    0xF00620BA          Read Data and Bit Flip Register 13
MC16_RDBFL14    0xF00620BC          Read Data and Bit Flip Register 14
MC16_RDBFL15    0xF00620BE          Read Data and Bit Flip Register 15
MC16_RDBFL16    0xF00620C0          Read Data and Bit Flip Register 16
MC16_RDBFL17    0xF00620C2          Read Data and Bit Flip Register 17
MC16_RDBFL18    0xF00620C4          Read Data and Bit Flip Register 18
MC16_RDBFL19    0xF00620C6          Read Data and Bit Flip Register 19
MC16_RDBFL20    0xF00620C8          Read Data and Bit Flip Register 20
MC16_RDBFL21    0xF00620CA          Read Data and Bit Flip Register 21
MC16_RDBFL22    0xF00620CC          Read Data and Bit Flip Register 22
MC16_RDBFL23    0xF00620CE          Read Data and Bit Flip Register 23
MC16_RDBFL24    0xF00620D0          Read Data and Bit Flip Register 24
MC16_RDBFL25    0xF00620D2          Read Data and Bit Flip Register 25
MC16_RDBFL26    0xF00620D4          Read Data and Bit Flip Register 26
MC16_RDBFL27    0xF00620D6          Read Data and Bit Flip Register 27
MC16_RDBFL28    0xF00620D8          Read Data and Bit Flip Register 28
MC16_RDBFL29    0xF00620DA          Read Data and Bit Flip Register 29
MC16_RDBFL30    0xF00620DC          Read Data and Bit Flip Register 30
MC16_RDBFL31    0xF00620DE          Read Data and Bit Flip Register 31
MC16_RDBFL32    0xF00620E0          Read Data and Bit Flip Register 32
MC16_RDBFL33    0xF00620E2          Read Data and Bit Flip Register 33
MC16_RDBFL34    0xF00620E4          Read Data and Bit Flip Register 34
MC16_RDBFL35    0xF00620E6          Read Data and Bit Flip Register 35
MC16_RDBFL36    0xF00620E8          Read Data and Bit Flip Register 36
MC16_RDBFL37    0xF00620EA          Read Data and Bit Flip Register 37
MC16_RDBFL38    0xF00620EC          Read Data and Bit Flip Register 38
MC16_RDBFL39    0xF00620EE          Read Data and Bit Flip Register 39
MC17_CONFIG0    0xF0062100          Configuration Register 0
MC17_CONFIG1    0xF0062102          Configuration Register 1
MC17_MCONTROL   0xF0062104          MBIST Control Register
MC17_MSTATUS    0xF0062106          Status Register
MC17_RANGE      0xF0062108          Range Register, single address mode
MC17_REVID      0xF006210C          Revision ID Register
MC17_ECCS       0xF006210E          ECC Safety Register
MC17_ECCD       0xF0062110          Memory ECC Detection Register
MC17_ETRR0      0xF0062112          Error Tracking Register 0
MC17_ETRR1      0xF0062114          Error Tracking Register 1
MC17_ETRR2      0xF0062116          Error Tracking Register 2
MC17_ETRR3      0xF0062118          Error Tracking Register 3
MC17_ETRR4      0xF006211A          Error Tracking Register 4
MC17_RDBFL0     0xF00621A0          Read Data and Bit Flip Register 0
MC17_RDBFL1     0xF00621A2          Read Data and Bit Flip Register 1
MC17_RDBFL2     0xF00621A4          Read Data and Bit Flip Register 2
MC17_RDBFL3     0xF00621A6          Read Data and Bit Flip Register 3
MC17_RDBFL4     0xF00621A8          Read Data and Bit Flip Register 4
MC17_RDBFL5     0xF00621AA          Read Data and Bit Flip Register 5
MC17_RDBFL6     0xF00621AC          Read Data and Bit Flip Register 6
MC17_RDBFL7     0xF00621AE          Read Data and Bit Flip Register 7
MC17_RDBFL8     0xF00621B0          Read Data and Bit Flip Register 8
MC17_RDBFL9     0xF00621B2          Read Data and Bit Flip Register 9
MC17_RDBFL10    0xF00621B4          Read Data and Bit Flip Register 10
MC17_RDBFL11    0xF00621B6          Read Data and Bit Flip Register 11
MC17_RDBFL12    0xF00621B8          Read Data and Bit Flip Register 12
MC17_RDBFL13    0xF00621BA          Read Data and Bit Flip Register 13
MC17_RDBFL14    0xF00621BC          Read Data and Bit Flip Register 14
MC17_RDBFL15    0xF00621BE          Read Data and Bit Flip Register 15
MC17_RDBFL16    0xF00621C0          Read Data and Bit Flip Register 16
MC17_RDBFL17    0xF00621C2          Read Data and Bit Flip Register 17
MC17_RDBFL18    0xF00621C4          Read Data and Bit Flip Register 18
MC17_RDBFL19    0xF00621C6          Read Data and Bit Flip Register 19
MC17_RDBFL20    0xF00621C8          Read Data and Bit Flip Register 20
MC17_RDBFL21    0xF00621CA          Read Data and Bit Flip Register 21
MC17_RDBFL22    0xF00621CC          Read Data and Bit Flip Register 22
MC17_RDBFL23    0xF00621CE          Read Data and Bit Flip Register 23
MC17_RDBFL24    0xF00621D0          Read Data and Bit Flip Register 24
MC17_RDBFL25    0xF00621D2          Read Data and Bit Flip Register 25
MC17_RDBFL26    0xF00621D4          Read Data and Bit Flip Register 26
MC17_RDBFL27    0xF00621D6          Read Data and Bit Flip Register 27
MC17_RDBFL28    0xF00621D8          Read Data and Bit Flip Register 28
MC17_RDBFL29    0xF00621DA          Read Data and Bit Flip Register 29
MC17_RDBFL30    0xF00621DC          Read Data and Bit Flip Register 30
MC17_RDBFL31    0xF00621DE          Read Data and Bit Flip Register 31
MC17_RDBFL32    0xF00621E0          Read Data and Bit Flip Register 32
MC17_RDBFL33    0xF00621E2          Read Data and Bit Flip Register 33
MC17_RDBFL34    0xF00621E4          Read Data and Bit Flip Register 34
MC17_RDBFL35    0xF00621E6          Read Data and Bit Flip Register 35
MC17_RDBFL36    0xF00621E8          Read Data and Bit Flip Register 36
MC17_RDBFL37    0xF00621EA          Read Data and Bit Flip Register 37
MC17_RDBFL38    0xF00621EC          Read Data and Bit Flip Register 38
MC17_RDBFL39    0xF00621EE          Read Data and Bit Flip Register 39
MC18_CONFIG0    0xF0062200          Configuration Register 0
MC18_CONFIG1    0xF0062202          Configuration Register 1
MC18_MCONTROL   0xF0062204          MBIST Control Register
MC18_MSTATUS    0xF0062206          Status Register
MC18_RANGE      0xF0062208          Range Register, single address mode
MC18_REVID      0xF006220C          Revision ID Register
MC18_ECCS       0xF006220E          ECC Safety Register
MC18_ECCD       0xF0062210          Memory ECC Detection Register
MC18_ETRR0      0xF0062212          Error Tracking Register 0
MC18_ETRR1      0xF0062214          Error Tracking Register 1
MC18_ETRR2      0xF0062216          Error Tracking Register 2
MC18_ETRR3      0xF0062218          Error Tracking Register 3
MC18_ETRR4      0xF006221A          Error Tracking Register 4
MC18_RDBFL0     0xF00622A0          Read Data and Bit Flip Register 0
MC18_RDBFL1     0xF00622A2          Read Data and Bit Flip Register 1
MC18_RDBFL2     0xF00622A4          Read Data and Bit Flip Register 2
MC18_RDBFL3     0xF00622A6          Read Data and Bit Flip Register 3
MC18_RDBFL4     0xF00622A8          Read Data and Bit Flip Register 4
MC18_RDBFL5     0xF00622AA          Read Data and Bit Flip Register 5
MC18_RDBFL6     0xF00622AC          Read Data and Bit Flip Register 6
MC18_RDBFL7     0xF00622AE          Read Data and Bit Flip Register 7
MC18_RDBFL8     0xF00622B0          Read Data and Bit Flip Register 8
MC18_RDBFL9     0xF00622B2          Read Data and Bit Flip Register 9
MC18_RDBFL10    0xF00622B4          Read Data and Bit Flip Register 10
MC18_RDBFL11    0xF00622B6          Read Data and Bit Flip Register 11
MC18_RDBFL12    0xF00622B8          Read Data and Bit Flip Register 12
MC18_RDBFL13    0xF00622BA          Read Data and Bit Flip Register 13
MC18_RDBFL14    0xF00622BC          Read Data and Bit Flip Register 14
MC18_RDBFL15    0xF00622BE          Read Data and Bit Flip Register 15
MC18_RDBFL16    0xF00622C0          Read Data and Bit Flip Register 16
MC18_RDBFL17    0xF00622C2          Read Data and Bit Flip Register 17
MC18_RDBFL18    0xF00622C4          Read Data and Bit Flip Register 18
MC18_RDBFL19    0xF00622C6          Read Data and Bit Flip Register 19
MC18_RDBFL20    0xF00622C8          Read Data and Bit Flip Register 20
MC18_RDBFL21    0xF00622CA          Read Data and Bit Flip Register 21
MC18_RDBFL22    0xF00622CC          Read Data and Bit Flip Register 22
MC18_RDBFL23    0xF00622CE          Read Data and Bit Flip Register 23
MC18_RDBFL24    0xF00622D0          Read Data and Bit Flip Register 24
MC18_RDBFL25    0xF00622D2          Read Data and Bit Flip Register 25
MC18_RDBFL26    0xF00622D4          Read Data and Bit Flip Register 26
MC18_RDBFL27    0xF00622D6          Read Data and Bit Flip Register 27
MC18_RDBFL28    0xF00622D8          Read Data and Bit Flip Register 28
MC18_RDBFL29    0xF00622DA          Read Data and Bit Flip Register 29
MC18_RDBFL30    0xF00622DC          Read Data and Bit Flip Register 30
MC18_RDBFL31    0xF00622DE          Read Data and Bit Flip Register 31
MC18_RDBFL32    0xF00622E0          Read Data and Bit Flip Register 32
MC18_RDBFL33    0xF00622E2          Read Data and Bit Flip Register 33
MC18_RDBFL34    0xF00622E4          Read Data and Bit Flip Register 34
MC18_RDBFL35    0xF00622E6          Read Data and Bit Flip Register 35
MC18_RDBFL36    0xF00622E8          Read Data and Bit Flip Register 36
MC18_RDBFL37    0xF00622EA          Read Data and Bit Flip Register 37
MC18_RDBFL38    0xF00622EC          Read Data and Bit Flip Register 38
MC18_RDBFL39    0xF00622EE          Read Data and Bit Flip Register 39
MC19_CONFIG0    0xF0062300          Configuration Register 0
MC19_CONFIG1    0xF0062302          Configuration Register 1
MC19_MCONTROL   0xF0062304          MBIST Control Register
MC19_MSTATUS    0xF0062306          Status Register
MC19_RANGE      0xF0062308          Range Register, single address mode
MC19_REVID      0xF006230C          Revision ID Register
MC19_ECCS       0xF006230E          ECC Safety Register
MC19_ECCD       0xF0062310          Memory ECC Detection Register
MC19_ETRR0      0xF0062312          Error Tracking Register 0
MC19_ETRR1      0xF0062314          Error Tracking Register 1
MC19_ETRR2      0xF0062316          Error Tracking Register 2
MC19_ETRR3      0xF0062318          Error Tracking Register 3
MC19_ETRR4      0xF006231A          Error Tracking Register 4
MC19_RDBFL0     0xF00623A0          Read Data and Bit Flip Register 0
MC19_RDBFL1     0xF00623A2          Read Data and Bit Flip Register 1
MC19_RDBFL2     0xF00623A4          Read Data and Bit Flip Register 2
MC19_RDBFL3     0xF00623A6          Read Data and Bit Flip Register 3
MC19_RDBFL4     0xF00623A8          Read Data and Bit Flip Register 4
MC19_RDBFL5     0xF00623AA          Read Data and Bit Flip Register 5
MC19_RDBFL6     0xF00623AC          Read Data and Bit Flip Register 6
MC19_RDBFL7     0xF00623AE          Read Data and Bit Flip Register 7
MC19_RDBFL8     0xF00623B0          Read Data and Bit Flip Register 8
MC19_RDBFL9     0xF00623B2          Read Data and Bit Flip Register 9
MC19_RDBFL10    0xF00623B4          Read Data and Bit Flip Register 10
MC19_RDBFL11    0xF00623B6          Read Data and Bit Flip Register 11
MC19_RDBFL12    0xF00623B8          Read Data and Bit Flip Register 12
MC19_RDBFL13    0xF00623BA          Read Data and Bit Flip Register 13
MC19_RDBFL14    0xF00623BC          Read Data and Bit Flip Register 14
MC19_RDBFL15    0xF00623BE          Read Data and Bit Flip Register 15
MC19_RDBFL16    0xF00623C0          Read Data and Bit Flip Register 16
MC19_RDBFL17    0xF00623C2          Read Data and Bit Flip Register 17
MC19_RDBFL18    0xF00623C4          Read Data and Bit Flip Register 18
MC19_RDBFL19    0xF00623C6          Read Data and Bit Flip Register 19
MC19_RDBFL20    0xF00623C8          Read Data and Bit Flip Register 20
MC19_RDBFL21    0xF00623CA          Read Data and Bit Flip Register 21
MC19_RDBFL22    0xF00623CC          Read Data and Bit Flip Register 22
MC19_RDBFL23    0xF00623CE          Read Data and Bit Flip Register 23
MC19_RDBFL24    0xF00623D0          Read Data and Bit Flip Register 24
MC19_RDBFL25    0xF00623D2          Read Data and Bit Flip Register 25
MC19_RDBFL26    0xF00623D4          Read Data and Bit Flip Register 26
MC19_RDBFL27    0xF00623D6          Read Data and Bit Flip Register 27
MC19_RDBFL28    0xF00623D8          Read Data and Bit Flip Register 28
MC19_RDBFL29    0xF00623DA          Read Data and Bit Flip Register 29
MC19_RDBFL30    0xF00623DC          Read Data and Bit Flip Register 30
MC19_RDBFL31    0xF00623DE          Read Data and Bit Flip Register 31
MC19_RDBFL32    0xF00623E0          Read Data and Bit Flip Register 32
MC19_RDBFL33    0xF00623E2          Read Data and Bit Flip Register 33
MC19_RDBFL34    0xF00623E4          Read Data and Bit Flip Register 34
MC19_RDBFL35    0xF00623E6          Read Data and Bit Flip Register 35
MC19_RDBFL36    0xF00623E8          Read Data and Bit Flip Register 36
MC19_RDBFL37    0xF00623EA          Read Data and Bit Flip Register 37
MC19_RDBFL38    0xF00623EC          Read Data and Bit Flip Register 38
MC19_RDBFL39    0xF00623EE          Read Data and Bit Flip Register 39
MC20_CONFIG0    0xF0062400          Configuration Register 0
MC20_CONFIG1    0xF0062402          Configuration Register 1
MC20_MCONTROL   0xF0062404          MBIST Control Register
MC20_MSTATUS    0xF0062406          Status Register
MC20_RANGE      0xF0062408          Range Register, single address mode
MC20_REVID      0xF006240C          Revision ID Register
MC20_ECCS       0xF006240E          ECC Safety Register
MC20_ECCD       0xF0062410          Memory ECC Detection Register
MC20_ETRR0      0xF0062412          Error Tracking Register 0
MC20_ETRR1      0xF0062414          Error Tracking Register 1
MC20_ETRR2      0xF0062416          Error Tracking Register 2
MC20_ETRR3      0xF0062418          Error Tracking Register 3
MC20_ETRR4      0xF006241A          Error Tracking Register 4
MC20_RDBFL0     0xF00624A0          Read Data and Bit Flip Register 0
MC20_RDBFL1     0xF00624A2          Read Data and Bit Flip Register 1
MC20_RDBFL2     0xF00624A4          Read Data and Bit Flip Register 2
MC20_RDBFL3     0xF00624A6          Read Data and Bit Flip Register 3
MC20_RDBFL4     0xF00624A8          Read Data and Bit Flip Register 4
MC20_RDBFL5     0xF00624AA          Read Data and Bit Flip Register 5
MC20_RDBFL6     0xF00624AC          Read Data and Bit Flip Register 6
MC20_RDBFL7     0xF00624AE          Read Data and Bit Flip Register 7
MC20_RDBFL8     0xF00624B0          Read Data and Bit Flip Register 8
MC20_RDBFL9     0xF00624B2          Read Data and Bit Flip Register 9
MC20_RDBFL10    0xF00624B4          Read Data and Bit Flip Register 10
MC20_RDBFL11    0xF00624B6          Read Data and Bit Flip Register 11
MC20_RDBFL12    0xF00624B8          Read Data and Bit Flip Register 12
MC20_RDBFL13    0xF00624BA          Read Data and Bit Flip Register 13
MC20_RDBFL14    0xF00624BC          Read Data and Bit Flip Register 14
MC20_RDBFL15    0xF00624BE          Read Data and Bit Flip Register 15
MC20_RDBFL16    0xF00624C0          Read Data and Bit Flip Register 16
MC20_RDBFL17    0xF00624C2          Read Data and Bit Flip Register 17
MC20_RDBFL18    0xF00624C4          Read Data and Bit Flip Register 18
MC20_RDBFL19    0xF00624C6          Read Data and Bit Flip Register 19
MC20_RDBFL20    0xF00624C8          Read Data and Bit Flip Register 20
MC20_RDBFL21    0xF00624CA          Read Data and Bit Flip Register 21
MC20_RDBFL22    0xF00624CC          Read Data and Bit Flip Register 22
MC20_RDBFL23    0xF00624CE          Read Data and Bit Flip Register 23
MC20_RDBFL24    0xF00624D0          Read Data and Bit Flip Register 24
MC20_RDBFL25    0xF00624D2          Read Data and Bit Flip Register 25
MC20_RDBFL26    0xF00624D4          Read Data and Bit Flip Register 26
MC20_RDBFL27    0xF00624D6          Read Data and Bit Flip Register 27
MC20_RDBFL28    0xF00624D8          Read Data and Bit Flip Register 28
MC20_RDBFL29    0xF00624DA          Read Data and Bit Flip Register 29
MC20_RDBFL30    0xF00624DC          Read Data and Bit Flip Register 30
MC20_RDBFL31    0xF00624DE          Read Data and Bit Flip Register 31
MC20_RDBFL32    0xF00624E0          Read Data and Bit Flip Register 32
MC20_RDBFL33    0xF00624E2          Read Data and Bit Flip Register 33
MC20_RDBFL34    0xF00624E4          Read Data and Bit Flip Register 34
MC20_RDBFL35    0xF00624E6          Read Data and Bit Flip Register 35
MC20_RDBFL36    0xF00624E8          Read Data and Bit Flip Register 36
MC20_RDBFL37    0xF00624EA          Read Data and Bit Flip Register 37
MC20_RDBFL38    0xF00624EC          Read Data and Bit Flip Register 38
MC20_RDBFL39    0xF00624EE          Read Data and Bit Flip Register 39
MC21_CONFIG0    0xF0062500          Configuration Register 0
MC21_CONFIG1    0xF0062502          Configuration Register 1
MC21_MCONTROL   0xF0062504          MBIST Control Register
MC21_MSTATUS    0xF0062506          Status Register
MC21_RANGE      0xF0062508          Range Register, single address mode
MC21_REVID      0xF006250C          Revision ID Register
MC21_ECCS       0xF006250E          ECC Safety Register
MC21_ECCD       0xF0062510          Memory ECC Detection Register
MC21_ETRR0      0xF0062512          Error Tracking Register 0
MC21_ETRR1      0xF0062514          Error Tracking Register 1
MC21_ETRR2      0xF0062516          Error Tracking Register 2
MC21_ETRR3      0xF0062518          Error Tracking Register 3
MC21_ETRR4      0xF006251A          Error Tracking Register 4
MC21_RDBFL0     0xF00625A0          Read Data and Bit Flip Register 0
MC21_RDBFL1     0xF00625A2          Read Data and Bit Flip Register 1
MC21_RDBFL2     0xF00625A4          Read Data and Bit Flip Register 2
MC21_RDBFL3     0xF00625A6          Read Data and Bit Flip Register 3
MC21_RDBFL4     0xF00625A8          Read Data and Bit Flip Register 4
MC21_RDBFL5     0xF00625AA          Read Data and Bit Flip Register 5
MC21_RDBFL6     0xF00625AC          Read Data and Bit Flip Register 6
MC21_RDBFL7     0xF00625AE          Read Data and Bit Flip Register 7
MC21_RDBFL8     0xF00625B0          Read Data and Bit Flip Register 8
MC21_RDBFL9     0xF00625B2          Read Data and Bit Flip Register 9
MC21_RDBFL10    0xF00625B4          Read Data and Bit Flip Register 10
MC21_RDBFL11    0xF00625B6          Read Data and Bit Flip Register 11
MC21_RDBFL12    0xF00625B8          Read Data and Bit Flip Register 12
MC21_RDBFL13    0xF00625BA          Read Data and Bit Flip Register 13
MC21_RDBFL14    0xF00625BC          Read Data and Bit Flip Register 14
MC21_RDBFL15    0xF00625BE          Read Data and Bit Flip Register 15
MC21_RDBFL16    0xF00625C0          Read Data and Bit Flip Register 16
MC21_RDBFL17    0xF00625C2          Read Data and Bit Flip Register 17
MC21_RDBFL18    0xF00625C4          Read Data and Bit Flip Register 18
MC21_RDBFL19    0xF00625C6          Read Data and Bit Flip Register 19
MC21_RDBFL20    0xF00625C8          Read Data and Bit Flip Register 20
MC21_RDBFL21    0xF00625CA          Read Data and Bit Flip Register 21
MC21_RDBFL22    0xF00625CC          Read Data and Bit Flip Register 22
MC21_RDBFL23    0xF00625CE          Read Data and Bit Flip Register 23
MC21_RDBFL24    0xF00625D0          Read Data and Bit Flip Register 24
MC21_RDBFL25    0xF00625D2          Read Data and Bit Flip Register 25
MC21_RDBFL26    0xF00625D4          Read Data and Bit Flip Register 26
MC21_RDBFL27    0xF00625D6          Read Data and Bit Flip Register 27
MC21_RDBFL28    0xF00625D8          Read Data and Bit Flip Register 28
MC21_RDBFL29    0xF00625DA          Read Data and Bit Flip Register 29
MC21_RDBFL30    0xF00625DC          Read Data and Bit Flip Register 30
MC21_RDBFL31    0xF00625DE          Read Data and Bit Flip Register 31
MC21_RDBFL32    0xF00625E0          Read Data and Bit Flip Register 32
MC21_RDBFL33    0xF00625E2          Read Data and Bit Flip Register 33
MC21_RDBFL34    0xF00625E4          Read Data and Bit Flip Register 34
MC21_RDBFL35    0xF00625E6          Read Data and Bit Flip Register 35
MC21_RDBFL36    0xF00625E8          Read Data and Bit Flip Register 36
MC21_RDBFL37    0xF00625EA          Read Data and Bit Flip Register 37
MC21_RDBFL38    0xF00625EC          Read Data and Bit Flip Register 38
MC21_RDBFL39    0xF00625EE          Read Data and Bit Flip Register 39
MC22_CONFIG0    0xF0062600          Configuration Register 0
MC22_CONFIG1    0xF0062602          Configuration Register 1
MC22_MCONTROL   0xF0062604          MBIST Control Register
MC22_MSTATUS    0xF0062606          Status Register
MC22_RANGE      0xF0062608          Range Register, single address mode
MC22_REVID      0xF006260C          Revision ID Register
MC22_ECCS       0xF006260E          ECC Safety Register
MC22_ECCD       0xF0062610          Memory ECC Detection Register
MC22_ETRR0      0xF0062612          Error Tracking Register 0
MC22_ETRR1      0xF0062614          Error Tracking Register 1
MC22_ETRR2      0xF0062616          Error Tracking Register 2
MC22_ETRR3      0xF0062618          Error Tracking Register 3
MC22_ETRR4      0xF006261A          Error Tracking Register 4
MC22_RDBFL0     0xF00626A0          Read Data and Bit Flip Register 0
MC22_RDBFL1     0xF00626A2          Read Data and Bit Flip Register 1
MC22_RDBFL2     0xF00626A4          Read Data and Bit Flip Register 2
MC22_RDBFL3     0xF00626A6          Read Data and Bit Flip Register 3
MC22_RDBFL4     0xF00626A8          Read Data and Bit Flip Register 4
MC22_RDBFL5     0xF00626AA          Read Data and Bit Flip Register 5
MC22_RDBFL6     0xF00626AC          Read Data and Bit Flip Register 6
MC22_RDBFL7     0xF00626AE          Read Data and Bit Flip Register 7
MC22_RDBFL8     0xF00626B0          Read Data and Bit Flip Register 8
MC22_RDBFL9     0xF00626B2          Read Data and Bit Flip Register 9
MC22_RDBFL10    0xF00626B4          Read Data and Bit Flip Register 10
MC22_RDBFL11    0xF00626B6          Read Data and Bit Flip Register 11
MC22_RDBFL12    0xF00626B8          Read Data and Bit Flip Register 12
MC22_RDBFL13    0xF00626BA          Read Data and Bit Flip Register 13
MC22_RDBFL14    0xF00626BC          Read Data and Bit Flip Register 14
MC22_RDBFL15    0xF00626BE          Read Data and Bit Flip Register 15
MC22_RDBFL16    0xF00626C0          Read Data and Bit Flip Register 16
MC22_RDBFL17    0xF00626C2          Read Data and Bit Flip Register 17
MC22_RDBFL18    0xF00626C4          Read Data and Bit Flip Register 18
MC22_RDBFL19    0xF00626C6          Read Data and Bit Flip Register 19
MC22_RDBFL20    0xF00626C8          Read Data and Bit Flip Register 20
MC22_RDBFL21    0xF00626CA          Read Data and Bit Flip Register 21
MC22_RDBFL22    0xF00626CC          Read Data and Bit Flip Register 22
MC22_RDBFL23    0xF00626CE          Read Data and Bit Flip Register 23
MC22_RDBFL24    0xF00626D0          Read Data and Bit Flip Register 24
MC22_RDBFL25    0xF00626D2          Read Data and Bit Flip Register 25
MC22_RDBFL26    0xF00626D4          Read Data and Bit Flip Register 26
MC22_RDBFL27    0xF00626D6          Read Data and Bit Flip Register 27
MC22_RDBFL28    0xF00626D8          Read Data and Bit Flip Register 28
MC22_RDBFL29    0xF00626DA          Read Data and Bit Flip Register 29
MC22_RDBFL30    0xF00626DC          Read Data and Bit Flip Register 30
MC22_RDBFL31    0xF00626DE          Read Data and Bit Flip Register 31
MC22_RDBFL32    0xF00626E0          Read Data and Bit Flip Register 32
MC22_RDBFL33    0xF00626E2          Read Data and Bit Flip Register 33
MC22_RDBFL34    0xF00626E4          Read Data and Bit Flip Register 34
MC22_RDBFL35    0xF00626E6          Read Data and Bit Flip Register 35
MC22_RDBFL36    0xF00626E8          Read Data and Bit Flip Register 36
MC22_RDBFL37    0xF00626EA          Read Data and Bit Flip Register 37
MC22_RDBFL38    0xF00626EC          Read Data and Bit Flip Register 38
MC22_RDBFL39    0xF00626EE          Read Data and Bit Flip Register 39
MC23_CONFIG0    0xF0062700          Configuration Register 0
MC23_CONFIG1    0xF0062702          Configuration Register 1
MC23_MCONTROL   0xF0062704          MBIST Control Register
MC23_MSTATUS    0xF0062706          Status Register
MC23_RANGE      0xF0062708          Range Register, single address mode
MC23_REVID      0xF006270C          Revision ID Register
MC23_ECCS       0xF006270E          ECC Safety Register
MC23_ECCD       0xF0062710          Memory ECC Detection Register
MC23_ETRR0      0xF0062712          Error Tracking Register 0
MC23_ETRR1      0xF0062714          Error Tracking Register 1
MC23_ETRR2      0xF0062716          Error Tracking Register 2
MC23_ETRR3      0xF0062718          Error Tracking Register 3
MC23_ETRR4      0xF006271A          Error Tracking Register 4
MC23_RDBFL0     0xF00627A0          Read Data and Bit Flip Register 0
MC23_RDBFL1     0xF00627A2          Read Data and Bit Flip Register 1
MC23_RDBFL2     0xF00627A4          Read Data and Bit Flip Register 2
MC23_RDBFL3     0xF00627A6          Read Data and Bit Flip Register 3
MC23_RDBFL4     0xF00627A8          Read Data and Bit Flip Register 4
MC23_RDBFL5     0xF00627AA          Read Data and Bit Flip Register 5
MC23_RDBFL6     0xF00627AC          Read Data and Bit Flip Register 6
MC23_RDBFL7     0xF00627AE          Read Data and Bit Flip Register 7
MC23_RDBFL8     0xF00627B0          Read Data and Bit Flip Register 8
MC23_RDBFL9     0xF00627B2          Read Data and Bit Flip Register 9
MC23_RDBFL10    0xF00627B4          Read Data and Bit Flip Register 10
MC23_RDBFL11    0xF00627B6          Read Data and Bit Flip Register 11
MC23_RDBFL12    0xF00627B8          Read Data and Bit Flip Register 12
MC23_RDBFL13    0xF00627BA          Read Data and Bit Flip Register 13
MC23_RDBFL14    0xF00627BC          Read Data and Bit Flip Register 14
MC23_RDBFL15    0xF00627BE          Read Data and Bit Flip Register 15
MC23_RDBFL16    0xF00627C0          Read Data and Bit Flip Register 16
MC23_RDBFL17    0xF00627C2          Read Data and Bit Flip Register 17
MC23_RDBFL18    0xF00627C4          Read Data and Bit Flip Register 18
MC23_RDBFL19    0xF00627C6          Read Data and Bit Flip Register 19
MC23_RDBFL20    0xF00627C8          Read Data and Bit Flip Register 20
MC23_RDBFL21    0xF00627CA          Read Data and Bit Flip Register 21
MC23_RDBFL22    0xF00627CC          Read Data and Bit Flip Register 22
MC23_RDBFL23    0xF00627CE          Read Data and Bit Flip Register 23
MC23_RDBFL24    0xF00627D0          Read Data and Bit Flip Register 24
MC23_RDBFL25    0xF00627D2          Read Data and Bit Flip Register 25
MC23_RDBFL26    0xF00627D4          Read Data and Bit Flip Register 26
MC23_RDBFL27    0xF00627D6          Read Data and Bit Flip Register 27
MC23_RDBFL28    0xF00627D8          Read Data and Bit Flip Register 28
MC23_RDBFL29    0xF00627DA          Read Data and Bit Flip Register 29
MC23_RDBFL30    0xF00627DC          Read Data and Bit Flip Register 30
MC23_RDBFL31    0xF00627DE          Read Data and Bit Flip Register 31
MC23_RDBFL32    0xF00627E0          Read Data and Bit Flip Register 32
MC23_RDBFL33    0xF00627E2          Read Data and Bit Flip Register 33
MC23_RDBFL34    0xF00627E4          Read Data and Bit Flip Register 34
MC23_RDBFL35    0xF00627E6          Read Data and Bit Flip Register 35
MC23_RDBFL36    0xF00627E8          Read Data and Bit Flip Register 36
MC23_RDBFL37    0xF00627EA          Read Data and Bit Flip Register 37
MC23_RDBFL38    0xF00627EC          Read Data and Bit Flip Register 38
MC23_RDBFL39    0xF00627EE          Read Data and Bit Flip Register 39
MC24_CONFIG0    0xF0062800          Configuration Register 0
MC24_CONFIG1    0xF0062802          Configuration Register 1
MC24_MCONTROL   0xF0062804          MBIST Control Register
MC24_MSTATUS    0xF0062806          Status Register
MC24_RANGE      0xF0062808          Range Register, single address mode
MC24_REVID      0xF006280C          Revision ID Register
MC24_ECCS       0xF006280E          ECC Safety Register
MC24_ECCD       0xF0062810          Memory ECC Detection Register
MC24_ETRR0      0xF0062812          Error Tracking Register 0
MC24_ETRR1      0xF0062814          Error Tracking Register 1
MC24_ETRR2      0xF0062816          Error Tracking Register 2
MC24_ETRR3      0xF0062818          Error Tracking Register 3
MC24_ETRR4      0xF006281A          Error Tracking Register 4
MC24_RDBFL0     0xF00628A0          Read Data and Bit Flip Register 0
MC24_RDBFL1     0xF00628A2          Read Data and Bit Flip Register 1
MC24_RDBFL2     0xF00628A4          Read Data and Bit Flip Register 2
MC24_RDBFL3     0xF00628A6          Read Data and Bit Flip Register 3
MC24_RDBFL4     0xF00628A8          Read Data and Bit Flip Register 4
MC24_RDBFL5     0xF00628AA          Read Data and Bit Flip Register 5
MC24_RDBFL6     0xF00628AC          Read Data and Bit Flip Register 6
MC24_RDBFL7     0xF00628AE          Read Data and Bit Flip Register 7
MC24_RDBFL8     0xF00628B0          Read Data and Bit Flip Register 8
MC24_RDBFL9     0xF00628B2          Read Data and Bit Flip Register 9
MC24_RDBFL10    0xF00628B4          Read Data and Bit Flip Register 10
MC24_RDBFL11    0xF00628B6          Read Data and Bit Flip Register 11
MC24_RDBFL12    0xF00628B8          Read Data and Bit Flip Register 12
MC24_RDBFL13    0xF00628BA          Read Data and Bit Flip Register 13
MC24_RDBFL14    0xF00628BC          Read Data and Bit Flip Register 14
MC24_RDBFL15    0xF00628BE          Read Data and Bit Flip Register 15
MC24_RDBFL16    0xF00628C0          Read Data and Bit Flip Register 16
MC24_RDBFL17    0xF00628C2          Read Data and Bit Flip Register 17
MC24_RDBFL18    0xF00628C4          Read Data and Bit Flip Register 18
MC24_RDBFL19    0xF00628C6          Read Data and Bit Flip Register 19
MC24_RDBFL20    0xF00628C8          Read Data and Bit Flip Register 20
MC24_RDBFL21    0xF00628CA          Read Data and Bit Flip Register 21
MC24_RDBFL22    0xF00628CC          Read Data and Bit Flip Register 22
MC24_RDBFL23    0xF00628CE          Read Data and Bit Flip Register 23
MC24_RDBFL24    0xF00628D0          Read Data and Bit Flip Register 24
MC24_RDBFL25    0xF00628D2          Read Data and Bit Flip Register 25
MC24_RDBFL26    0xF00628D4          Read Data and Bit Flip Register 26
MC24_RDBFL27    0xF00628D6          Read Data and Bit Flip Register 27
MC24_RDBFL28    0xF00628D8          Read Data and Bit Flip Register 28
MC24_RDBFL29    0xF00628DA          Read Data and Bit Flip Register 29
MC24_RDBFL30    0xF00628DC          Read Data and Bit Flip Register 30
MC24_RDBFL31    0xF00628DE          Read Data and Bit Flip Register 31
MC24_RDBFL32    0xF00628E0          Read Data and Bit Flip Register 32
MC24_RDBFL33    0xF00628E2          Read Data and Bit Flip Register 33
MC24_RDBFL34    0xF00628E4          Read Data and Bit Flip Register 34
MC24_RDBFL35    0xF00628E6          Read Data and Bit Flip Register 35
MC24_RDBFL36    0xF00628E8          Read Data and Bit Flip Register 36
MC24_RDBFL37    0xF00628EA          Read Data and Bit Flip Register 37
MC24_RDBFL38    0xF00628EC          Read Data and Bit Flip Register 38
MC24_RDBFL39    0xF00628EE          Read Data and Bit Flip Register 39
MC25_CONFIG0    0xF0062900          Configuration Register 0
MC25_CONFIG1    0xF0062902          Configuration Register 1
MC25_MCONTROL   0xF0062904          MBIST Control Register
MC25_MSTATUS    0xF0062906          Status Register
MC25_RANGE      0xF0062908          Range Register, single address mode
MC25_REVID      0xF006290C          Revision ID Register
MC25_ECCS       0xF006290E          ECC Safety Register
MC25_ECCD       0xF0062910          Memory ECC Detection Register
MC25_ETRR0      0xF0062912          Error Tracking Register 0
MC25_ETRR1      0xF0062914          Error Tracking Register 1
MC25_ETRR2      0xF0062916          Error Tracking Register 2
MC25_ETRR3      0xF0062918          Error Tracking Register 3
MC25_ETRR4      0xF006291A          Error Tracking Register 4
MC25_RDBFL0     0xF00629A0          Read Data and Bit Flip Register 0
MC25_RDBFL1     0xF00629A2          Read Data and Bit Flip Register 1
MC25_RDBFL2     0xF00629A4          Read Data and Bit Flip Register 2
MC25_RDBFL3     0xF00629A6          Read Data and Bit Flip Register 3
MC25_RDBFL4     0xF00629A8          Read Data and Bit Flip Register 4
MC25_RDBFL5     0xF00629AA          Read Data and Bit Flip Register 5
MC25_RDBFL6     0xF00629AC          Read Data and Bit Flip Register 6
MC25_RDBFL7     0xF00629AE          Read Data and Bit Flip Register 7
MC25_RDBFL8     0xF00629B0          Read Data and Bit Flip Register 8
MC25_RDBFL9     0xF00629B2          Read Data and Bit Flip Register 9
MC25_RDBFL10    0xF00629B4          Read Data and Bit Flip Register 10
MC25_RDBFL11    0xF00629B6          Read Data and Bit Flip Register 11
MC25_RDBFL12    0xF00629B8          Read Data and Bit Flip Register 12
MC25_RDBFL13    0xF00629BA          Read Data and Bit Flip Register 13
MC25_RDBFL14    0xF00629BC          Read Data and Bit Flip Register 14
MC25_RDBFL15    0xF00629BE          Read Data and Bit Flip Register 15
MC25_RDBFL16    0xF00629C0          Read Data and Bit Flip Register 16
MC25_RDBFL17    0xF00629C2          Read Data and Bit Flip Register 17
MC25_RDBFL18    0xF00629C4          Read Data and Bit Flip Register 18
MC25_RDBFL19    0xF00629C6          Read Data and Bit Flip Register 19
MC25_RDBFL20    0xF00629C8          Read Data and Bit Flip Register 20
MC25_RDBFL21    0xF00629CA          Read Data and Bit Flip Register 21
MC25_RDBFL22    0xF00629CC          Read Data and Bit Flip Register 22
MC25_RDBFL23    0xF00629CE          Read Data and Bit Flip Register 23
MC25_RDBFL24    0xF00629D0          Read Data and Bit Flip Register 24
MC25_RDBFL25    0xF00629D2          Read Data and Bit Flip Register 25
MC25_RDBFL26    0xF00629D4          Read Data and Bit Flip Register 26
MC25_RDBFL27    0xF00629D6          Read Data and Bit Flip Register 27
MC25_RDBFL28    0xF00629D8          Read Data and Bit Flip Register 28
MC25_RDBFL29    0xF00629DA          Read Data and Bit Flip Register 29
MC25_RDBFL30    0xF00629DC          Read Data and Bit Flip Register 30
MC25_RDBFL31    0xF00629DE          Read Data and Bit Flip Register 31
MC25_RDBFL32    0xF00629E0          Read Data and Bit Flip Register 32
MC25_RDBFL33    0xF00629E2          Read Data and Bit Flip Register 33
MC25_RDBFL34    0xF00629E4          Read Data and Bit Flip Register 34
MC25_RDBFL35    0xF00629E6          Read Data and Bit Flip Register 35
MC25_RDBFL36    0xF00629E8          Read Data and Bit Flip Register 36
MC25_RDBFL37    0xF00629EA          Read Data and Bit Flip Register 37
MC25_RDBFL38    0xF00629EC          Read Data and Bit Flip Register 38
MC25_RDBFL39    0xF00629EE          Read Data and Bit Flip Register 39
MC26_CONFIG0    0xF0062A00          Configuration Register 0
MC26_CONFIG1    0xF0062A02          Configuration Register 1
MC26_MCONTROL   0xF0062A04          MBIST Control Register
MC26_MSTATUS    0xF0062A06          Status Register
MC26_RANGE      0xF0062A08          Range Register, single address mode
MC26_REVID      0xF0062A0C          Revision ID Register
MC26_ECCS       0xF0062A0E          ECC Safety Register
MC26_ECCD       0xF0062A10          Memory ECC Detection Register
MC26_ETRR0      0xF0062A12          Error Tracking Register 0
MC26_ETRR1      0xF0062A14          Error Tracking Register 1
MC26_ETRR2      0xF0062A16          Error Tracking Register 2
MC26_ETRR3      0xF0062A18          Error Tracking Register 3
MC26_ETRR4      0xF0062A1A          Error Tracking Register 4
MC26_RDBFL0     0xF0062AA0          Read Data and Bit Flip Register 0
MC26_RDBFL1     0xF0062AA2          Read Data and Bit Flip Register 1
MC26_RDBFL2     0xF0062AA4          Read Data and Bit Flip Register 2
MC26_RDBFL3     0xF0062AA6          Read Data and Bit Flip Register 3
MC26_RDBFL4     0xF0062AA8          Read Data and Bit Flip Register 4
MC26_RDBFL5     0xF0062AAA          Read Data and Bit Flip Register 5
MC26_RDBFL6     0xF0062AAC          Read Data and Bit Flip Register 6
MC26_RDBFL7     0xF0062AAE          Read Data and Bit Flip Register 7
MC26_RDBFL8     0xF0062AB0          Read Data and Bit Flip Register 8
MC26_RDBFL9     0xF0062AB2          Read Data and Bit Flip Register 9
MC26_RDBFL10    0xF0062AB4          Read Data and Bit Flip Register 10
MC26_RDBFL11    0xF0062AB6          Read Data and Bit Flip Register 11
MC26_RDBFL12    0xF0062AB8          Read Data and Bit Flip Register 12
MC26_RDBFL13    0xF0062ABA          Read Data and Bit Flip Register 13
MC26_RDBFL14    0xF0062ABC          Read Data and Bit Flip Register 14
MC26_RDBFL15    0xF0062ABE          Read Data and Bit Flip Register 15
MC26_RDBFL16    0xF0062AC0          Read Data and Bit Flip Register 16
MC26_RDBFL17    0xF0062AC2          Read Data and Bit Flip Register 17
MC26_RDBFL18    0xF0062AC4          Read Data and Bit Flip Register 18
MC26_RDBFL19    0xF0062AC6          Read Data and Bit Flip Register 19
MC26_RDBFL20    0xF0062AC8          Read Data and Bit Flip Register 20
MC26_RDBFL21    0xF0062ACA          Read Data and Bit Flip Register 21
MC26_RDBFL22    0xF0062ACC          Read Data and Bit Flip Register 22
MC26_RDBFL23    0xF0062ACE          Read Data and Bit Flip Register 23
MC26_RDBFL24    0xF0062AD0          Read Data and Bit Flip Register 24
MC26_RDBFL25    0xF0062AD2          Read Data and Bit Flip Register 25
MC26_RDBFL26    0xF0062AD4          Read Data and Bit Flip Register 26
MC26_RDBFL27    0xF0062AD6          Read Data and Bit Flip Register 27
MC26_RDBFL28    0xF0062AD8          Read Data and Bit Flip Register 28
MC26_RDBFL29    0xF0062ADA          Read Data and Bit Flip Register 29
MC26_RDBFL30    0xF0062ADC          Read Data and Bit Flip Register 30
MC26_RDBFL31    0xF0062ADE          Read Data and Bit Flip Register 31
MC26_RDBFL32    0xF0062AE0          Read Data and Bit Flip Register 32
MC26_RDBFL33    0xF0062AE2          Read Data and Bit Flip Register 33
MC26_RDBFL34    0xF0062AE4          Read Data and Bit Flip Register 34
MC26_RDBFL35    0xF0062AE6          Read Data and Bit Flip Register 35
MC26_RDBFL36    0xF0062AE8          Read Data and Bit Flip Register 36
MC26_RDBFL37    0xF0062AEA          Read Data and Bit Flip Register 37
MC26_RDBFL38    0xF0062AEC          Read Data and Bit Flip Register 38
MC26_RDBFL39    0xF0062AEE          Read Data and Bit Flip Register 39
MC27_CONFIG0    0xF0062B00          Configuration Register 0
MC27_CONFIG1    0xF0062B02          Configuration Register 1
MC27_MCONTROL   0xF0062B04          MBIST Control Register
MC27_MSTATUS    0xF0062B06          Status Register
MC27_RANGE      0xF0062B08          Range Register, single address mode
MC27_REVID      0xF0062B0C          Revision ID Register
MC27_ECCS       0xF0062B0E          ECC Safety Register
MC27_ECCD       0xF0062B10          Memory ECC Detection Register
MC27_ETRR0      0xF0062B12          Error Tracking Register 0
MC27_ETRR1      0xF0062B14          Error Tracking Register 1
MC27_ETRR2      0xF0062B16          Error Tracking Register 2
MC27_ETRR3      0xF0062B18          Error Tracking Register 3
MC27_ETRR4      0xF0062B1A          Error Tracking Register 4
MC27_RDBFL0     0xF0062BA0          Read Data and Bit Flip Register 0
MC27_RDBFL1     0xF0062BA2          Read Data and Bit Flip Register 1
MC27_RDBFL2     0xF0062BA4          Read Data and Bit Flip Register 2
MC27_RDBFL3     0xF0062BA6          Read Data and Bit Flip Register 3
MC27_RDBFL4     0xF0062BA8          Read Data and Bit Flip Register 4
MC27_RDBFL5     0xF0062BAA          Read Data and Bit Flip Register 5
MC27_RDBFL6     0xF0062BAC          Read Data and Bit Flip Register 6
MC27_RDBFL7     0xF0062BAE          Read Data and Bit Flip Register 7
MC27_RDBFL8     0xF0062BB0          Read Data and Bit Flip Register 8
MC27_RDBFL9     0xF0062BB2          Read Data and Bit Flip Register 9
MC27_RDBFL10    0xF0062BB4          Read Data and Bit Flip Register 10
MC27_RDBFL11    0xF0062BB6          Read Data and Bit Flip Register 11
MC27_RDBFL12    0xF0062BB8          Read Data and Bit Flip Register 12
MC27_RDBFL13    0xF0062BBA          Read Data and Bit Flip Register 13
MC27_RDBFL14    0xF0062BBC          Read Data and Bit Flip Register 14
MC27_RDBFL15    0xF0062BBE          Read Data and Bit Flip Register 15
MC27_RDBFL16    0xF0062BC0          Read Data and Bit Flip Register 16
MC27_RDBFL17    0xF0062BC2          Read Data and Bit Flip Register 17
MC27_RDBFL18    0xF0062BC4          Read Data and Bit Flip Register 18
MC27_RDBFL19    0xF0062BC6          Read Data and Bit Flip Register 19
MC27_RDBFL20    0xF0062BC8          Read Data and Bit Flip Register 20
MC27_RDBFL21    0xF0062BCA          Read Data and Bit Flip Register 21
MC27_RDBFL22    0xF0062BCC          Read Data and Bit Flip Register 22
MC27_RDBFL23    0xF0062BCE          Read Data and Bit Flip Register 23
MC27_RDBFL24    0xF0062BD0          Read Data and Bit Flip Register 24
MC27_RDBFL25    0xF0062BD2          Read Data and Bit Flip Register 25
MC27_RDBFL26    0xF0062BD4          Read Data and Bit Flip Register 26
MC27_RDBFL27    0xF0062BD6          Read Data and Bit Flip Register 27
MC27_RDBFL28    0xF0062BD8          Read Data and Bit Flip Register 28
MC27_RDBFL29    0xF0062BDA          Read Data and Bit Flip Register 29
MC27_RDBFL30    0xF0062BDC          Read Data and Bit Flip Register 30
MC27_RDBFL31    0xF0062BDE          Read Data and Bit Flip Register 31
MC27_RDBFL32    0xF0062BE0          Read Data and Bit Flip Register 32
MC27_RDBFL33    0xF0062BE2          Read Data and Bit Flip Register 33
MC27_RDBFL34    0xF0062BE4          Read Data and Bit Flip Register 34
MC27_RDBFL35    0xF0062BE6          Read Data and Bit Flip Register 35
MC27_RDBFL36    0xF0062BE8          Read Data and Bit Flip Register 36
MC27_RDBFL37    0xF0062BEA          Read Data and Bit Flip Register 37
MC27_RDBFL38    0xF0062BEC          Read Data and Bit Flip Register 38
MC27_RDBFL39    0xF0062BEE          Read Data and Bit Flip Register 39
MC28_CONFIG0    0xF0062C00          Configuration Register 0
MC28_CONFIG1    0xF0062C02          Configuration Register 1
MC28_MCONTROL   0xF0062C04          MBIST Control Register
MC28_MSTATUS    0xF0062C06          Status Register
MC28_RANGE      0xF0062C08          Range Register, single address mode
MC28_REVID      0xF0062C0C          Revision ID Register
MC28_ECCS       0xF0062C0E          ECC Safety Register
MC28_ECCD       0xF0062C10          Memory ECC Detection Register
MC28_ETRR0      0xF0062C12          Error Tracking Register 0
MC28_ETRR1      0xF0062C14          Error Tracking Register 1
MC28_ETRR2      0xF0062C16          Error Tracking Register 2
MC28_ETRR3      0xF0062C18          Error Tracking Register 3
MC28_ETRR4      0xF0062C1A          Error Tracking Register 4
MC28_RDBFL0     0xF0062CA0          Read Data and Bit Flip Register 0
MC28_RDBFL1     0xF0062CA2          Read Data and Bit Flip Register 1
MC28_RDBFL2     0xF0062CA4          Read Data and Bit Flip Register 2
MC28_RDBFL3     0xF0062CA6          Read Data and Bit Flip Register 3
MC28_RDBFL4     0xF0062CA8          Read Data and Bit Flip Register 4
MC28_RDBFL5     0xF0062CAA          Read Data and Bit Flip Register 5
MC28_RDBFL6     0xF0062CAC          Read Data and Bit Flip Register 6
MC28_RDBFL7     0xF0062CAE          Read Data and Bit Flip Register 7
MC28_RDBFL8     0xF0062CB0          Read Data and Bit Flip Register 8
MC28_RDBFL9     0xF0062CB2          Read Data and Bit Flip Register 9
MC28_RDBFL10    0xF0062CB4          Read Data and Bit Flip Register 10
MC28_RDBFL11    0xF0062CB6          Read Data and Bit Flip Register 11
MC28_RDBFL12    0xF0062CB8          Read Data and Bit Flip Register 12
MC28_RDBFL13    0xF0062CBA          Read Data and Bit Flip Register 13
MC28_RDBFL14    0xF0062CBC          Read Data and Bit Flip Register 14
MC28_RDBFL15    0xF0062CBE          Read Data and Bit Flip Register 15
MC28_RDBFL16    0xF0062CC0          Read Data and Bit Flip Register 16
MC28_RDBFL17    0xF0062CC2          Read Data and Bit Flip Register 17
MC28_RDBFL18    0xF0062CC4          Read Data and Bit Flip Register 18
MC28_RDBFL19    0xF0062CC6          Read Data and Bit Flip Register 19
MC28_RDBFL20    0xF0062CC8          Read Data and Bit Flip Register 20
MC28_RDBFL21    0xF0062CCA          Read Data and Bit Flip Register 21
MC28_RDBFL22    0xF0062CCC          Read Data and Bit Flip Register 22
MC28_RDBFL23    0xF0062CCE          Read Data and Bit Flip Register 23
MC28_RDBFL24    0xF0062CD0          Read Data and Bit Flip Register 24
MC28_RDBFL25    0xF0062CD2          Read Data and Bit Flip Register 25
MC28_RDBFL26    0xF0062CD4          Read Data and Bit Flip Register 26
MC28_RDBFL27    0xF0062CD6          Read Data and Bit Flip Register 27
MC28_RDBFL28    0xF0062CD8          Read Data and Bit Flip Register 28
MC28_RDBFL29    0xF0062CDA          Read Data and Bit Flip Register 29
MC28_RDBFL30    0xF0062CDC          Read Data and Bit Flip Register 30
MC28_RDBFL31    0xF0062CDE          Read Data and Bit Flip Register 31
MC28_RDBFL32    0xF0062CE0          Read Data and Bit Flip Register 32
MC28_RDBFL33    0xF0062CE2          Read Data and Bit Flip Register 33
MC28_RDBFL34    0xF0062CE4          Read Data and Bit Flip Register 34
MC28_RDBFL35    0xF0062CE6          Read Data and Bit Flip Register 35
MC28_RDBFL36    0xF0062CE8          Read Data and Bit Flip Register 36
MC28_RDBFL37    0xF0062CEA          Read Data and Bit Flip Register 37
MC28_RDBFL38    0xF0062CEC          Read Data and Bit Flip Register 38
MC28_RDBFL39    0xF0062CEE          Read Data and Bit Flip Register 39
MC29_CONFIG0    0xF0062D00          Configuration Register 0
MC29_CONFIG1    0xF0062D02          Configuration Register 1
MC29_MCONTROL   0xF0062D04          MBIST Control Register
MC29_MSTATUS    0xF0062D06          Status Register
MC29_RANGE      0xF0062D08          Range Register, single address mode
MC29_REVID      0xF0062D0C          Revision ID Register
MC29_ECCS       0xF0062D0E          ECC Safety Register
MC29_ECCD       0xF0062D10          Memory ECC Detection Register
MC29_ETRR0      0xF0062D12          Error Tracking Register 0
MC29_ETRR1      0xF0062D14          Error Tracking Register 1
MC29_ETRR2      0xF0062D16          Error Tracking Register 2
MC29_ETRR3      0xF0062D18          Error Tracking Register 3
MC29_ETRR4      0xF0062D1A          Error Tracking Register 4
MC29_RDBFL0     0xF0062DA0          Read Data and Bit Flip Register 0
MC29_RDBFL1     0xF0062DA2          Read Data and Bit Flip Register 1
MC29_RDBFL2     0xF0062DA4          Read Data and Bit Flip Register 2
MC29_RDBFL3     0xF0062DA6          Read Data and Bit Flip Register 3
MC29_RDBFL4     0xF0062DA8          Read Data and Bit Flip Register 4
MC29_RDBFL5     0xF0062DAA          Read Data and Bit Flip Register 5
MC29_RDBFL6     0xF0062DAC          Read Data and Bit Flip Register 6
MC29_RDBFL7     0xF0062DAE          Read Data and Bit Flip Register 7
MC29_RDBFL8     0xF0062DB0          Read Data and Bit Flip Register 8
MC29_RDBFL9     0xF0062DB2          Read Data and Bit Flip Register 9
MC29_RDBFL10    0xF0062DB4          Read Data and Bit Flip Register 10
MC29_RDBFL11    0xF0062DB6          Read Data and Bit Flip Register 11
MC29_RDBFL12    0xF0062DB8          Read Data and Bit Flip Register 12
MC29_RDBFL13    0xF0062DBA          Read Data and Bit Flip Register 13
MC29_RDBFL14    0xF0062DBC          Read Data and Bit Flip Register 14
MC29_RDBFL15    0xF0062DBE          Read Data and Bit Flip Register 15
MC29_RDBFL16    0xF0062DC0          Read Data and Bit Flip Register 16
MC29_RDBFL17    0xF0062DC2          Read Data and Bit Flip Register 17
MC29_RDBFL18    0xF0062DC4          Read Data and Bit Flip Register 18
MC29_RDBFL19    0xF0062DC6          Read Data and Bit Flip Register 19
MC29_RDBFL20    0xF0062DC8          Read Data and Bit Flip Register 20
MC29_RDBFL21    0xF0062DCA          Read Data and Bit Flip Register 21
MC29_RDBFL22    0xF0062DCC          Read Data and Bit Flip Register 22
MC29_RDBFL23    0xF0062DCE          Read Data and Bit Flip Register 23
MC29_RDBFL24    0xF0062DD0          Read Data and Bit Flip Register 24
MC29_RDBFL25    0xF0062DD2          Read Data and Bit Flip Register 25
MC29_RDBFL26    0xF0062DD4          Read Data and Bit Flip Register 26
MC29_RDBFL27    0xF0062DD6          Read Data and Bit Flip Register 27
MC29_RDBFL28    0xF0062DD8          Read Data and Bit Flip Register 28
MC29_RDBFL29    0xF0062DDA          Read Data and Bit Flip Register 29
MC29_RDBFL30    0xF0062DDC          Read Data and Bit Flip Register 30
MC29_RDBFL31    0xF0062DDE          Read Data and Bit Flip Register 31
MC29_RDBFL32    0xF0062DE0          Read Data and Bit Flip Register 32
MC29_RDBFL33    0xF0062DE2          Read Data and Bit Flip Register 33
MC29_RDBFL34    0xF0062DE4          Read Data and Bit Flip Register 34
MC29_RDBFL35    0xF0062DE6          Read Data and Bit Flip Register 35
MC29_RDBFL36    0xF0062DE8          Read Data and Bit Flip Register 36
MC29_RDBFL37    0xF0062DEA          Read Data and Bit Flip Register 37
MC29_RDBFL38    0xF0062DEC          Read Data and Bit Flip Register 38
MC29_RDBFL39    0xF0062DEE          Read Data and Bit Flip Register 39
MC30_CONFIG0    0xF0062E00          Configuration Register 0
MC30_CONFIG1    0xF0062E02          Configuration Register 1
MC30_MCONTROL   0xF0062E04          MBIST Control Register
MC30_MSTATUS    0xF0062E06          Status Register
MC30_RANGE      0xF0062E08          Range Register, single address mode
MC30_REVID      0xF0062E0C          Revision ID Register
MC30_ECCS       0xF0062E0E          ECC Safety Register
MC30_ECCD       0xF0062E10          Memory ECC Detection Register
MC30_ETRR0      0xF0062E12          Error Tracking Register 0
MC30_ETRR1      0xF0062E14          Error Tracking Register 1
MC30_ETRR2      0xF0062E16          Error Tracking Register 2
MC30_ETRR3      0xF0062E18          Error Tracking Register 3
MC30_ETRR4      0xF0062E1A          Error Tracking Register 4
MC30_RDBFL0     0xF0062EA0          Read Data and Bit Flip Register 0
MC30_RDBFL1     0xF0062EA2          Read Data and Bit Flip Register 1
MC30_RDBFL2     0xF0062EA4          Read Data and Bit Flip Register 2
MC30_RDBFL3     0xF0062EA6          Read Data and Bit Flip Register 3
MC30_RDBFL4     0xF0062EA8          Read Data and Bit Flip Register 4
MC30_RDBFL5     0xF0062EAA          Read Data and Bit Flip Register 5
MC30_RDBFL6     0xF0062EAC          Read Data and Bit Flip Register 6
MC30_RDBFL7     0xF0062EAE          Read Data and Bit Flip Register 7
MC30_RDBFL8     0xF0062EB0          Read Data and Bit Flip Register 8
MC30_RDBFL9     0xF0062EB2          Read Data and Bit Flip Register 9
MC30_RDBFL10    0xF0062EB4          Read Data and Bit Flip Register 10
MC30_RDBFL11    0xF0062EB6          Read Data and Bit Flip Register 11
MC30_RDBFL12    0xF0062EB8          Read Data and Bit Flip Register 12
MC30_RDBFL13    0xF0062EBA          Read Data and Bit Flip Register 13
MC30_RDBFL14    0xF0062EBC          Read Data and Bit Flip Register 14
MC30_RDBFL15    0xF0062EBE          Read Data and Bit Flip Register 15
MC30_RDBFL16    0xF0062EC0          Read Data and Bit Flip Register 16
MC30_RDBFL17    0xF0062EC2          Read Data and Bit Flip Register 17
MC30_RDBFL18    0xF0062EC4          Read Data and Bit Flip Register 18
MC30_RDBFL19    0xF0062EC6          Read Data and Bit Flip Register 19
MC30_RDBFL20    0xF0062EC8          Read Data and Bit Flip Register 20
MC30_RDBFL21    0xF0062ECA          Read Data and Bit Flip Register 21
MC30_RDBFL22    0xF0062ECC          Read Data and Bit Flip Register 22
MC30_RDBFL23    0xF0062ECE          Read Data and Bit Flip Register 23
MC30_RDBFL24    0xF0062ED0          Read Data and Bit Flip Register 24
MC30_RDBFL25    0xF0062ED2          Read Data and Bit Flip Register 25
MC30_RDBFL26    0xF0062ED4          Read Data and Bit Flip Register 26
MC30_RDBFL27    0xF0062ED6          Read Data and Bit Flip Register 27
MC30_RDBFL28    0xF0062ED8          Read Data and Bit Flip Register 28
MC30_RDBFL29    0xF0062EDA          Read Data and Bit Flip Register 29
MC30_RDBFL30    0xF0062EDC          Read Data and Bit Flip Register 30
MC30_RDBFL31    0xF0062EDE          Read Data and Bit Flip Register 31
MC30_RDBFL32    0xF0062EE0          Read Data and Bit Flip Register 32
MC30_RDBFL33    0xF0062EE2          Read Data and Bit Flip Register 33
MC30_RDBFL34    0xF0062EE4          Read Data and Bit Flip Register 34
MC30_RDBFL35    0xF0062EE6          Read Data and Bit Flip Register 35
MC30_RDBFL36    0xF0062EE8          Read Data and Bit Flip Register 36
MC30_RDBFL37    0xF0062EEA          Read Data and Bit Flip Register 37
MC30_RDBFL38    0xF0062EEC          Read Data and Bit Flip Register 38
MC30_RDBFL39    0xF0062EEE          Read Data and Bit Flip Register 39
MC31_CONFIG0    0xF0062F00          Configuration Register 0
MC31_CONFIG1    0xF0062F02          Configuration Register 1
MC31_MCONTROL   0xF0062F04          MBIST Control Register
MC31_MSTATUS    0xF0062F06          Status Register
MC31_RANGE      0xF0062F08          Range Register, single address mode
MC31_REVID      0xF0062F0C          Revision ID Register
MC31_ECCS       0xF0062F0E          ECC Safety Register
MC31_ECCD       0xF0062F10          Memory ECC Detection Register
MC31_ETRR0      0xF0062F12          Error Tracking Register 0
MC31_ETRR1      0xF0062F14          Error Tracking Register 1
MC31_ETRR2      0xF0062F16          Error Tracking Register 2
MC31_ETRR3      0xF0062F18          Error Tracking Register 3
MC31_ETRR4      0xF0062F1A          Error Tracking Register 4
MC31_RDBFL0     0xF0062FA0          Read Data and Bit Flip Register 0
MC31_RDBFL1     0xF0062FA2          Read Data and Bit Flip Register 1
MC31_RDBFL2     0xF0062FA4          Read Data and Bit Flip Register 2
MC31_RDBFL3     0xF0062FA6          Read Data and Bit Flip Register 3
MC31_RDBFL4     0xF0062FA8          Read Data and Bit Flip Register 4
MC31_RDBFL5     0xF0062FAA          Read Data and Bit Flip Register 5
MC31_RDBFL6     0xF0062FAC          Read Data and Bit Flip Register 6
MC31_RDBFL7     0xF0062FAE          Read Data and Bit Flip Register 7
MC31_RDBFL8     0xF0062FB0          Read Data and Bit Flip Register 8
MC31_RDBFL9     0xF0062FB2          Read Data and Bit Flip Register 9
MC31_RDBFL10    0xF0062FB4          Read Data and Bit Flip Register 10
MC31_RDBFL11    0xF0062FB6          Read Data and Bit Flip Register 11
MC31_RDBFL12    0xF0062FB8          Read Data and Bit Flip Register 12
MC31_RDBFL13    0xF0062FBA          Read Data and Bit Flip Register 13
MC31_RDBFL14    0xF0062FBC          Read Data and Bit Flip Register 14
MC31_RDBFL15    0xF0062FBE          Read Data and Bit Flip Register 15
MC31_RDBFL16    0xF0062FC0          Read Data and Bit Flip Register 16
MC31_RDBFL17    0xF0062FC2          Read Data and Bit Flip Register 17
MC31_RDBFL18    0xF0062FC4          Read Data and Bit Flip Register 18
MC31_RDBFL19    0xF0062FC6          Read Data and Bit Flip Register 19
MC31_RDBFL20    0xF0062FC8          Read Data and Bit Flip Register 20
MC31_RDBFL21    0xF0062FCA          Read Data and Bit Flip Register 21
MC31_RDBFL22    0xF0062FCC          Read Data and Bit Flip Register 22
MC31_RDBFL23    0xF0062FCE          Read Data and Bit Flip Register 23
MC31_RDBFL24    0xF0062FD0          Read Data and Bit Flip Register 24
MC31_RDBFL25    0xF0062FD2          Read Data and Bit Flip Register 25
MC31_RDBFL26    0xF0062FD4          Read Data and Bit Flip Register 26
MC31_RDBFL27    0xF0062FD6          Read Data and Bit Flip Register 27
MC31_RDBFL28    0xF0062FD8          Read Data and Bit Flip Register 28
MC31_RDBFL29    0xF0062FDA          Read Data and Bit Flip Register 29
MC31_RDBFL30    0xF0062FDC          Read Data and Bit Flip Register 30
MC31_RDBFL31    0xF0062FDE          Read Data and Bit Flip Register 31
MC31_RDBFL32    0xF0062FE0          Read Data and Bit Flip Register 32
MC31_RDBFL33    0xF0062FE2          Read Data and Bit Flip Register 33
MC31_RDBFL34    0xF0062FE4          Read Data and Bit Flip Register 34
MC31_RDBFL35    0xF0062FE6          Read Data and Bit Flip Register 35
MC31_RDBFL36    0xF0062FE8          Read Data and Bit Flip Register 36
MC31_RDBFL37    0xF0062FEA          Read Data and Bit Flip Register 37
MC31_RDBFL38    0xF0062FEC          Read Data and Bit Flip Register 38
MC31_RDBFL39    0xF0062FEE          Read Data and Bit Flip Register 39
MC32_CONFIG0    0xF0063000          Configuration Register 0
MC32_CONFIG1    0xF0063002          Configuration Register 1
MC32_MCONTROL   0xF0063004          MBIST Control Register
MC32_MSTATUS    0xF0063006          Status Register
MC32_RANGE      0xF0063008          Range Register, single address mode
MC32_REVID      0xF006300C          Revision ID Register
MC32_ECCS       0xF006300E          ECC Safety Register
MC32_ECCD       0xF0063010          Memory ECC Detection Register
MC32_ETRR0      0xF0063012          Error Tracking Register 0
MC32_ETRR1      0xF0063014          Error Tracking Register 1
MC32_ETRR2      0xF0063016          Error Tracking Register 2
MC32_ETRR3      0xF0063018          Error Tracking Register 3
MC32_ETRR4      0xF006301A          Error Tracking Register 4
MC32_RDBFL0     0xF00630A0          Read Data and Bit Flip Register 0
MC32_RDBFL1     0xF00630A2          Read Data and Bit Flip Register 1
MC32_RDBFL2     0xF00630A4          Read Data and Bit Flip Register 2
MC32_RDBFL3     0xF00630A6          Read Data and Bit Flip Register 3
MC32_RDBFL4     0xF00630A8          Read Data and Bit Flip Register 4
MC32_RDBFL5     0xF00630AA          Read Data and Bit Flip Register 5
MC32_RDBFL6     0xF00630AC          Read Data and Bit Flip Register 6
MC32_RDBFL7     0xF00630AE          Read Data and Bit Flip Register 7
MC32_RDBFL8     0xF00630B0          Read Data and Bit Flip Register 8
MC32_RDBFL9     0xF00630B2          Read Data and Bit Flip Register 9
MC32_RDBFL10    0xF00630B4          Read Data and Bit Flip Register 10
MC32_RDBFL11    0xF00630B6          Read Data and Bit Flip Register 11
MC32_RDBFL12    0xF00630B8          Read Data and Bit Flip Register 12
MC32_RDBFL13    0xF00630BA          Read Data and Bit Flip Register 13
MC32_RDBFL14    0xF00630BC          Read Data and Bit Flip Register 14
MC32_RDBFL15    0xF00630BE          Read Data and Bit Flip Register 15
MC32_RDBFL16    0xF00630C0          Read Data and Bit Flip Register 16
MC32_RDBFL17    0xF00630C2          Read Data and Bit Flip Register 17
MC32_RDBFL18    0xF00630C4          Read Data and Bit Flip Register 18
MC32_RDBFL19    0xF00630C6          Read Data and Bit Flip Register 19
MC32_RDBFL20    0xF00630C8          Read Data and Bit Flip Register 20
MC32_RDBFL21    0xF00630CA          Read Data and Bit Flip Register 21
MC32_RDBFL22    0xF00630CC          Read Data and Bit Flip Register 22
MC32_RDBFL23    0xF00630CE          Read Data and Bit Flip Register 23
MC32_RDBFL24    0xF00630D0          Read Data and Bit Flip Register 24
MC32_RDBFL25    0xF00630D2          Read Data and Bit Flip Register 25
MC32_RDBFL26    0xF00630D4          Read Data and Bit Flip Register 26
MC32_RDBFL27    0xF00630D6          Read Data and Bit Flip Register 27
MC32_RDBFL28    0xF00630D8          Read Data and Bit Flip Register 28
MC32_RDBFL29    0xF00630DA          Read Data and Bit Flip Register 29
MC32_RDBFL30    0xF00630DC          Read Data and Bit Flip Register 30
MC32_RDBFL31    0xF00630DE          Read Data and Bit Flip Register 31
MC32_RDBFL32    0xF00630E0          Read Data and Bit Flip Register 32
MC32_RDBFL33    0xF00630E2          Read Data and Bit Flip Register 33
MC32_RDBFL34    0xF00630E4          Read Data and Bit Flip Register 34
MC32_RDBFL35    0xF00630E6          Read Data and Bit Flip Register 35
MC32_RDBFL36    0xF00630E8          Read Data and Bit Flip Register 36
MC32_RDBFL37    0xF00630EA          Read Data and Bit Flip Register 37
MC32_RDBFL38    0xF00630EC          Read Data and Bit Flip Register 38
MC32_RDBFL39    0xF00630EE          Read Data and Bit Flip Register 39
MC33_CONFIG0    0xF0063100          Configuration Register 0
MC33_CONFIG1    0xF0063102          Configuration Register 1
MC33_MCONTROL   0xF0063104          MBIST Control Register
MC33_MSTATUS    0xF0063106          Status Register
MC33_RANGE      0xF0063108          Range Register, single address mode
MC33_REVID      0xF006310C          Revision ID Register
MC33_ECCS       0xF006310E          ECC Safety Register
MC33_ECCD       0xF0063110          Memory ECC Detection Register
MC33_ETRR0      0xF0063112          Error Tracking Register 0
MC33_ETRR1      0xF0063114          Error Tracking Register 1
MC33_ETRR2      0xF0063116          Error Tracking Register 2
MC33_ETRR3      0xF0063118          Error Tracking Register 3
MC33_ETRR4      0xF006311A          Error Tracking Register 4
MC33_RDBFL0     0xF00631A0          Read Data and Bit Flip Register 0
MC33_RDBFL1     0xF00631A2          Read Data and Bit Flip Register 1
MC33_RDBFL2     0xF00631A4          Read Data and Bit Flip Register 2
MC33_RDBFL3     0xF00631A6          Read Data and Bit Flip Register 3
MC33_RDBFL4     0xF00631A8          Read Data and Bit Flip Register 4
MC33_RDBFL5     0xF00631AA          Read Data and Bit Flip Register 5
MC33_RDBFL6     0xF00631AC          Read Data and Bit Flip Register 6
MC33_RDBFL7     0xF00631AE          Read Data and Bit Flip Register 7
MC33_RDBFL8     0xF00631B0          Read Data and Bit Flip Register 8
MC33_RDBFL9     0xF00631B2          Read Data and Bit Flip Register 9
MC33_RDBFL10    0xF00631B4          Read Data and Bit Flip Register 10
MC33_RDBFL11    0xF00631B6          Read Data and Bit Flip Register 11
MC33_RDBFL12    0xF00631B8          Read Data and Bit Flip Register 12
MC33_RDBFL13    0xF00631BA          Read Data and Bit Flip Register 13
MC33_RDBFL14    0xF00631BC          Read Data and Bit Flip Register 14
MC33_RDBFL15    0xF00631BE          Read Data and Bit Flip Register 15
MC33_RDBFL16    0xF00631C0          Read Data and Bit Flip Register 16
MC33_RDBFL17    0xF00631C2          Read Data and Bit Flip Register 17
MC33_RDBFL18    0xF00631C4          Read Data and Bit Flip Register 18
MC33_RDBFL19    0xF00631C6          Read Data and Bit Flip Register 19
MC33_RDBFL20    0xF00631C8          Read Data and Bit Flip Register 20
MC33_RDBFL21    0xF00631CA          Read Data and Bit Flip Register 21
MC33_RDBFL22    0xF00631CC          Read Data and Bit Flip Register 22
MC33_RDBFL23    0xF00631CE          Read Data and Bit Flip Register 23
MC33_RDBFL24    0xF00631D0          Read Data and Bit Flip Register 24
MC33_RDBFL25    0xF00631D2          Read Data and Bit Flip Register 25
MC33_RDBFL26    0xF00631D4          Read Data and Bit Flip Register 26
MC33_RDBFL27    0xF00631D6          Read Data and Bit Flip Register 27
MC33_RDBFL28    0xF00631D8          Read Data and Bit Flip Register 28
MC33_RDBFL29    0xF00631DA          Read Data and Bit Flip Register 29
MC33_RDBFL30    0xF00631DC          Read Data and Bit Flip Register 30
MC33_RDBFL31    0xF00631DE          Read Data and Bit Flip Register 31
MC33_RDBFL32    0xF00631E0          Read Data and Bit Flip Register 32
MC33_RDBFL33    0xF00631E2          Read Data and Bit Flip Register 33
MC33_RDBFL34    0xF00631E4          Read Data and Bit Flip Register 34
MC33_RDBFL35    0xF00631E6          Read Data and Bit Flip Register 35
MC33_RDBFL36    0xF00631E8          Read Data and Bit Flip Register 36
MC33_RDBFL37    0xF00631EA          Read Data and Bit Flip Register 37
MC33_RDBFL38    0xF00631EC          Read Data and Bit Flip Register 38
MC33_RDBFL39    0xF00631EE          Read Data and Bit Flip Register 39
MC34_CONFIG0    0xF0063200          Configuration Register 0
MC34_CONFIG1    0xF0063202          Configuration Register 1
MC34_MCONTROL   0xF0063204          MBIST Control Register
MC34_MSTATUS    0xF0063206          Status Register
MC34_RANGE      0xF0063208          Range Register, single address mode
MC34_REVID      0xF006320C          Revision ID Register
MC34_ECCS       0xF006320E          ECC Safety Register
MC34_ECCD       0xF0063210          Memory ECC Detection Register
MC34_ETRR0      0xF0063212          Error Tracking Register 0
MC34_ETRR1      0xF0063214          Error Tracking Register 1
MC34_ETRR2      0xF0063216          Error Tracking Register 2
MC34_ETRR3      0xF0063218          Error Tracking Register 3
MC34_ETRR4      0xF006321A          Error Tracking Register 4
MC34_RDBFL0     0xF00632A0          Read Data and Bit Flip Register 0
MC34_RDBFL1     0xF00632A2          Read Data and Bit Flip Register 1
MC34_RDBFL2     0xF00632A4          Read Data and Bit Flip Register 2
MC34_RDBFL3     0xF00632A6          Read Data and Bit Flip Register 3
MC34_RDBFL4     0xF00632A8          Read Data and Bit Flip Register 4
MC34_RDBFL5     0xF00632AA          Read Data and Bit Flip Register 5
MC34_RDBFL6     0xF00632AC          Read Data and Bit Flip Register 6
MC34_RDBFL7     0xF00632AE          Read Data and Bit Flip Register 7
MC34_RDBFL8     0xF00632B0          Read Data and Bit Flip Register 8
MC34_RDBFL9     0xF00632B2          Read Data and Bit Flip Register 9
MC34_RDBFL10    0xF00632B4          Read Data and Bit Flip Register 10
MC34_RDBFL11    0xF00632B6          Read Data and Bit Flip Register 11
MC34_RDBFL12    0xF00632B8          Read Data and Bit Flip Register 12
MC34_RDBFL13    0xF00632BA          Read Data and Bit Flip Register 13
MC34_RDBFL14    0xF00632BC          Read Data and Bit Flip Register 14
MC34_RDBFL15    0xF00632BE          Read Data and Bit Flip Register 15
MC34_RDBFL16    0xF00632C0          Read Data and Bit Flip Register 16
MC34_RDBFL17    0xF00632C2          Read Data and Bit Flip Register 17
MC34_RDBFL18    0xF00632C4          Read Data and Bit Flip Register 18
MC34_RDBFL19    0xF00632C6          Read Data and Bit Flip Register 19
MC34_RDBFL20    0xF00632C8          Read Data and Bit Flip Register 20
MC34_RDBFL21    0xF00632CA          Read Data and Bit Flip Register 21
MC34_RDBFL22    0xF00632CC          Read Data and Bit Flip Register 22
MC34_RDBFL23    0xF00632CE          Read Data and Bit Flip Register 23
MC34_RDBFL24    0xF00632D0          Read Data and Bit Flip Register 24
MC34_RDBFL25    0xF00632D2          Read Data and Bit Flip Register 25
MC34_RDBFL26    0xF00632D4          Read Data and Bit Flip Register 26
MC34_RDBFL27    0xF00632D6          Read Data and Bit Flip Register 27
MC34_RDBFL28    0xF00632D8          Read Data and Bit Flip Register 28
MC34_RDBFL29    0xF00632DA          Read Data and Bit Flip Register 29
MC34_RDBFL30    0xF00632DC          Read Data and Bit Flip Register 30
MC34_RDBFL31    0xF00632DE          Read Data and Bit Flip Register 31
MC34_RDBFL32    0xF00632E0          Read Data and Bit Flip Register 32
MC34_RDBFL33    0xF00632E2          Read Data and Bit Flip Register 33
MC34_RDBFL34    0xF00632E4          Read Data and Bit Flip Register 34
MC34_RDBFL35    0xF00632E6          Read Data and Bit Flip Register 35
MC34_RDBFL36    0xF00632E8          Read Data and Bit Flip Register 36
MC34_RDBFL37    0xF00632EA          Read Data and Bit Flip Register 37
MC34_RDBFL38    0xF00632EC          Read Data and Bit Flip Register 38
MC34_RDBFL39    0xF00632EE          Read Data and Bit Flip Register 39
MC35_CONFIG0    0xF0063300          Configuration Register 0
MC35_CONFIG1    0xF0063302          Configuration Register 1
MC35_MCONTROL   0xF0063304          MBIST Control Register
MC35_MSTATUS    0xF0063306          Status Register
MC35_RANGE      0xF0063308          Range Register, single address mode
MC35_REVID      0xF006330C          Revision ID Register
MC35_ECCS       0xF006330E          ECC Safety Register
MC35_ECCD       0xF0063310          Memory ECC Detection Register
MC35_ETRR0      0xF0063312          Error Tracking Register 0
MC35_ETRR1      0xF0063314          Error Tracking Register 1
MC35_ETRR2      0xF0063316          Error Tracking Register 2
MC35_ETRR3      0xF0063318          Error Tracking Register 3
MC35_ETRR4      0xF006331A          Error Tracking Register 4
MC35_RDBFL0     0xF00633A0          Read Data and Bit Flip Register 0
MC35_RDBFL1     0xF00633A2          Read Data and Bit Flip Register 1
MC35_RDBFL2     0xF00633A4          Read Data and Bit Flip Register 2
MC35_RDBFL3     0xF00633A6          Read Data and Bit Flip Register 3
MC35_RDBFL4     0xF00633A8          Read Data and Bit Flip Register 4
MC35_RDBFL5     0xF00633AA          Read Data and Bit Flip Register 5
MC35_RDBFL6     0xF00633AC          Read Data and Bit Flip Register 6
MC35_RDBFL7     0xF00633AE          Read Data and Bit Flip Register 7
MC35_RDBFL8     0xF00633B0          Read Data and Bit Flip Register 8
MC35_RDBFL9     0xF00633B2          Read Data and Bit Flip Register 9
MC35_RDBFL10    0xF00633B4          Read Data and Bit Flip Register 10
MC35_RDBFL11    0xF00633B6          Read Data and Bit Flip Register 11
MC35_RDBFL12    0xF00633B8          Read Data and Bit Flip Register 12
MC35_RDBFL13    0xF00633BA          Read Data and Bit Flip Register 13
MC35_RDBFL14    0xF00633BC          Read Data and Bit Flip Register 14
MC35_RDBFL15    0xF00633BE          Read Data and Bit Flip Register 15
MC35_RDBFL16    0xF00633C0          Read Data and Bit Flip Register 16
MC35_RDBFL17    0xF00633C2          Read Data and Bit Flip Register 17
MC35_RDBFL18    0xF00633C4          Read Data and Bit Flip Register 18
MC35_RDBFL19    0xF00633C6          Read Data and Bit Flip Register 19
MC35_RDBFL20    0xF00633C8          Read Data and Bit Flip Register 20
MC35_RDBFL21    0xF00633CA          Read Data and Bit Flip Register 21
MC35_RDBFL22    0xF00633CC          Read Data and Bit Flip Register 22
MC35_RDBFL23    0xF00633CE          Read Data and Bit Flip Register 23
MC35_RDBFL24    0xF00633D0          Read Data and Bit Flip Register 24
MC35_RDBFL25    0xF00633D2          Read Data and Bit Flip Register 25
MC35_RDBFL26    0xF00633D4          Read Data and Bit Flip Register 26
MC35_RDBFL27    0xF00633D6          Read Data and Bit Flip Register 27
MC35_RDBFL28    0xF00633D8          Read Data and Bit Flip Register 28
MC35_RDBFL29    0xF00633DA          Read Data and Bit Flip Register 29
MC35_RDBFL30    0xF00633DC          Read Data and Bit Flip Register 30
MC35_RDBFL31    0xF00633DE          Read Data and Bit Flip Register 31
MC35_RDBFL32    0xF00633E0          Read Data and Bit Flip Register 32
MC35_RDBFL33    0xF00633E2          Read Data and Bit Flip Register 33
MC35_RDBFL34    0xF00633E4          Read Data and Bit Flip Register 34
MC35_RDBFL35    0xF00633E6          Read Data and Bit Flip Register 35
MC35_RDBFL36    0xF00633E8          Read Data and Bit Flip Register 36
MC35_RDBFL37    0xF00633EA          Read Data and Bit Flip Register 37
MC35_RDBFL38    0xF00633EC          Read Data and Bit Flip Register 38
MC35_RDBFL39    0xF00633EE          Read Data and Bit Flip Register 39
MC36_CONFIG0    0xF0063400          Configuration Register 0
MC36_CONFIG1    0xF0063402          Configuration Register 1
MC36_MCONTROL   0xF0063404          MBIST Control Register
MC36_MSTATUS    0xF0063406          Status Register
MC36_RANGE      0xF0063408          Range Register, single address mode
MC36_REVID      0xF006340C          Revision ID Register
MC36_ECCS       0xF006340E          ECC Safety Register
MC36_ECCD       0xF0063410          Memory ECC Detection Register
MC36_ETRR0      0xF0063412          Error Tracking Register 0
MC36_ETRR1      0xF0063414          Error Tracking Register 1
MC36_ETRR2      0xF0063416          Error Tracking Register 2
MC36_ETRR3      0xF0063418          Error Tracking Register 3
MC36_ETRR4      0xF006341A          Error Tracking Register 4
MC36_RDBFL0     0xF00634A0          Read Data and Bit Flip Register 0
MC36_RDBFL1     0xF00634A2          Read Data and Bit Flip Register 1
MC36_RDBFL2     0xF00634A4          Read Data and Bit Flip Register 2
MC36_RDBFL3     0xF00634A6          Read Data and Bit Flip Register 3
MC36_RDBFL4     0xF00634A8          Read Data and Bit Flip Register 4
MC36_RDBFL5     0xF00634AA          Read Data and Bit Flip Register 5
MC36_RDBFL6     0xF00634AC          Read Data and Bit Flip Register 6
MC36_RDBFL7     0xF00634AE          Read Data and Bit Flip Register 7
MC36_RDBFL8     0xF00634B0          Read Data and Bit Flip Register 8
MC36_RDBFL9     0xF00634B2          Read Data and Bit Flip Register 9
MC36_RDBFL10    0xF00634B4          Read Data and Bit Flip Register 10
MC36_RDBFL11    0xF00634B6          Read Data and Bit Flip Register 11
MC36_RDBFL12    0xF00634B8          Read Data and Bit Flip Register 12
MC36_RDBFL13    0xF00634BA          Read Data and Bit Flip Register 13
MC36_RDBFL14    0xF00634BC          Read Data and Bit Flip Register 14
MC36_RDBFL15    0xF00634BE          Read Data and Bit Flip Register 15
MC36_RDBFL16    0xF00634C0          Read Data and Bit Flip Register 16
MC36_RDBFL17    0xF00634C2          Read Data and Bit Flip Register 17
MC36_RDBFL18    0xF00634C4          Read Data and Bit Flip Register 18
MC36_RDBFL19    0xF00634C6          Read Data and Bit Flip Register 19
MC36_RDBFL20    0xF00634C8          Read Data and Bit Flip Register 20
MC36_RDBFL21    0xF00634CA          Read Data and Bit Flip Register 21
MC36_RDBFL22    0xF00634CC          Read Data and Bit Flip Register 22
MC36_RDBFL23    0xF00634CE          Read Data and Bit Flip Register 23
MC36_RDBFL24    0xF00634D0          Read Data and Bit Flip Register 24
MC36_RDBFL25    0xF00634D2          Read Data and Bit Flip Register 25
MC36_RDBFL26    0xF00634D4          Read Data and Bit Flip Register 26
MC36_RDBFL27    0xF00634D6          Read Data and Bit Flip Register 27
MC36_RDBFL28    0xF00634D8          Read Data and Bit Flip Register 28
MC36_RDBFL29    0xF00634DA          Read Data and Bit Flip Register 29
MC36_RDBFL30    0xF00634DC          Read Data and Bit Flip Register 30
MC36_RDBFL31    0xF00634DE          Read Data and Bit Flip Register 31
MC36_RDBFL32    0xF00634E0          Read Data and Bit Flip Register 32
MC36_RDBFL33    0xF00634E2          Read Data and Bit Flip Register 33
MC36_RDBFL34    0xF00634E4          Read Data and Bit Flip Register 34
MC36_RDBFL35    0xF00634E6          Read Data and Bit Flip Register 35
MC36_RDBFL36    0xF00634E8          Read Data and Bit Flip Register 36
MC36_RDBFL37    0xF00634EA          Read Data and Bit Flip Register 37
MC36_RDBFL38    0xF00634EC          Read Data and Bit Flip Register 38
MC36_RDBFL39    0xF00634EE          Read Data and Bit Flip Register 39
MC37_CONFIG0    0xF0063500          Configuration Register 0
MC37_CONFIG1    0xF0063502          Configuration Register 1
MC37_MCONTROL   0xF0063504          MBIST Control Register
MC37_MSTATUS    0xF0063506          Status Register
MC37_RANGE      0xF0063508          Range Register, single address mode
MC37_REVID      0xF006350C          Revision ID Register
MC37_ECCS       0xF006350E          ECC Safety Register
MC37_ECCD       0xF0063510          Memory ECC Detection Register
MC37_ETRR0      0xF0063512          Error Tracking Register 0
MC37_ETRR1      0xF0063514          Error Tracking Register 1
MC37_ETRR2      0xF0063516          Error Tracking Register 2
MC37_ETRR3      0xF0063518          Error Tracking Register 3
MC37_ETRR4      0xF006351A          Error Tracking Register 4
MC37_RDBFL0     0xF00635A0          Read Data and Bit Flip Register 0
MC37_RDBFL1     0xF00635A2          Read Data and Bit Flip Register 1
MC37_RDBFL2     0xF00635A4          Read Data and Bit Flip Register 2
MC37_RDBFL3     0xF00635A6          Read Data and Bit Flip Register 3
MC37_RDBFL4     0xF00635A8          Read Data and Bit Flip Register 4
MC37_RDBFL5     0xF00635AA          Read Data and Bit Flip Register 5
MC37_RDBFL6     0xF00635AC          Read Data and Bit Flip Register 6
MC37_RDBFL7     0xF00635AE          Read Data and Bit Flip Register 7
MC37_RDBFL8     0xF00635B0          Read Data and Bit Flip Register 8
MC37_RDBFL9     0xF00635B2          Read Data and Bit Flip Register 9
MC37_RDBFL10    0xF00635B4          Read Data and Bit Flip Register 10
MC37_RDBFL11    0xF00635B6          Read Data and Bit Flip Register 11
MC37_RDBFL12    0xF00635B8          Read Data and Bit Flip Register 12
MC37_RDBFL13    0xF00635BA          Read Data and Bit Flip Register 13
MC37_RDBFL14    0xF00635BC          Read Data and Bit Flip Register 14
MC37_RDBFL15    0xF00635BE          Read Data and Bit Flip Register 15
MC37_RDBFL16    0xF00635C0          Read Data and Bit Flip Register 16
MC37_RDBFL17    0xF00635C2          Read Data and Bit Flip Register 17
MC37_RDBFL18    0xF00635C4          Read Data and Bit Flip Register 18
MC37_RDBFL19    0xF00635C6          Read Data and Bit Flip Register 19
MC37_RDBFL20    0xF00635C8          Read Data and Bit Flip Register 20
MC37_RDBFL21    0xF00635CA          Read Data and Bit Flip Register 21
MC37_RDBFL22    0xF00635CC          Read Data and Bit Flip Register 22
MC37_RDBFL23    0xF00635CE          Read Data and Bit Flip Register 23
MC37_RDBFL24    0xF00635D0          Read Data and Bit Flip Register 24
MC37_RDBFL25    0xF00635D2          Read Data and Bit Flip Register 25
MC37_RDBFL26    0xF00635D4          Read Data and Bit Flip Register 26
MC37_RDBFL27    0xF00635D6          Read Data and Bit Flip Register 27
MC37_RDBFL28    0xF00635D8          Read Data and Bit Flip Register 28
MC37_RDBFL29    0xF00635DA          Read Data and Bit Flip Register 29
MC37_RDBFL30    0xF00635DC          Read Data and Bit Flip Register 30
MC37_RDBFL31    0xF00635DE          Read Data and Bit Flip Register 31
MC37_RDBFL32    0xF00635E0          Read Data and Bit Flip Register 32
MC37_RDBFL33    0xF00635E2          Read Data and Bit Flip Register 33
MC37_RDBFL34    0xF00635E4          Read Data and Bit Flip Register 34
MC37_RDBFL35    0xF00635E6          Read Data and Bit Flip Register 35
MC37_RDBFL36    0xF00635E8          Read Data and Bit Flip Register 36
MC37_RDBFL37    0xF00635EA          Read Data and Bit Flip Register 37
MC37_RDBFL38    0xF00635EC          Read Data and Bit Flip Register 38
MC37_RDBFL39    0xF00635EE          Read Data and Bit Flip Register 39
MC38_CONFIG0    0xF0063600          Configuration Register 0
MC38_CONFIG1    0xF0063602          Configuration Register 1
MC38_MCONTROL   0xF0063604          MBIST Control Register
MC38_MSTATUS    0xF0063606          Status Register
MC38_RANGE      0xF0063608          Range Register, single address mode
MC38_REVID      0xF006360C          Revision ID Register
MC38_ECCS       0xF006360E          ECC Safety Register
MC38_ECCD       0xF0063610          Memory ECC Detection Register
MC38_ETRR0      0xF0063612          Error Tracking Register 0
MC38_ETRR1      0xF0063614          Error Tracking Register 1
MC38_ETRR2      0xF0063616          Error Tracking Register 2
MC38_ETRR3      0xF0063618          Error Tracking Register 3
MC38_ETRR4      0xF006361A          Error Tracking Register 4
MC38_RDBFL0     0xF00636A0          Read Data and Bit Flip Register 0
MC38_RDBFL1     0xF00636A2          Read Data and Bit Flip Register 1
MC38_RDBFL2     0xF00636A4          Read Data and Bit Flip Register 2
MC38_RDBFL3     0xF00636A6          Read Data and Bit Flip Register 3
MC38_RDBFL4     0xF00636A8          Read Data and Bit Flip Register 4
MC38_RDBFL5     0xF00636AA          Read Data and Bit Flip Register 5
MC38_RDBFL6     0xF00636AC          Read Data and Bit Flip Register 6
MC38_RDBFL7     0xF00636AE          Read Data and Bit Flip Register 7
MC38_RDBFL8     0xF00636B0          Read Data and Bit Flip Register 8
MC38_RDBFL9     0xF00636B2          Read Data and Bit Flip Register 9
MC38_RDBFL10    0xF00636B4          Read Data and Bit Flip Register 10
MC38_RDBFL11    0xF00636B6          Read Data and Bit Flip Register 11
MC38_RDBFL12    0xF00636B8          Read Data and Bit Flip Register 12
MC38_RDBFL13    0xF00636BA          Read Data and Bit Flip Register 13
MC38_RDBFL14    0xF00636BC          Read Data and Bit Flip Register 14
MC38_RDBFL15    0xF00636BE          Read Data and Bit Flip Register 15
MC38_RDBFL16    0xF00636C0          Read Data and Bit Flip Register 16
MC38_RDBFL17    0xF00636C2          Read Data and Bit Flip Register 17
MC38_RDBFL18    0xF00636C4          Read Data and Bit Flip Register 18
MC38_RDBFL19    0xF00636C6          Read Data and Bit Flip Register 19
MC38_RDBFL20    0xF00636C8          Read Data and Bit Flip Register 20
MC38_RDBFL21    0xF00636CA          Read Data and Bit Flip Register 21
MC38_RDBFL22    0xF00636CC          Read Data and Bit Flip Register 22
MC38_RDBFL23    0xF00636CE          Read Data and Bit Flip Register 23
MC38_RDBFL24    0xF00636D0          Read Data and Bit Flip Register 24
MC38_RDBFL25    0xF00636D2          Read Data and Bit Flip Register 25
MC38_RDBFL26    0xF00636D4          Read Data and Bit Flip Register 26
MC38_RDBFL27    0xF00636D6          Read Data and Bit Flip Register 27
MC38_RDBFL28    0xF00636D8          Read Data and Bit Flip Register 28
MC38_RDBFL29    0xF00636DA          Read Data and Bit Flip Register 29
MC38_RDBFL30    0xF00636DC          Read Data and Bit Flip Register 30
MC38_RDBFL31    0xF00636DE          Read Data and Bit Flip Register 31
MC38_RDBFL32    0xF00636E0          Read Data and Bit Flip Register 32
MC38_RDBFL33    0xF00636E2          Read Data and Bit Flip Register 33
MC38_RDBFL34    0xF00636E4          Read Data and Bit Flip Register 34
MC38_RDBFL35    0xF00636E6          Read Data and Bit Flip Register 35
MC38_RDBFL36    0xF00636E8          Read Data and Bit Flip Register 36
MC38_RDBFL37    0xF00636EA          Read Data and Bit Flip Register 37
MC38_RDBFL38    0xF00636EC          Read Data and Bit Flip Register 38
MC38_RDBFL39    0xF00636EE          Read Data and Bit Flip Register 39
MC39_CONFIG0    0xF0063700          Configuration Register 0
MC39_CONFIG1    0xF0063702          Configuration Register 1
MC39_MCONTROL   0xF0063704          MBIST Control Register
MC39_MSTATUS    0xF0063706          Status Register
MC39_RANGE      0xF0063708          Range Register, single address mode
MC39_REVID      0xF006370C          Revision ID Register
MC39_ECCS       0xF006370E          ECC Safety Register
MC39_ECCD       0xF0063710          Memory ECC Detection Register
MC39_ETRR0      0xF0063712          Error Tracking Register 0
MC39_ETRR1      0xF0063714          Error Tracking Register 1
MC39_ETRR2      0xF0063716          Error Tracking Register 2
MC39_ETRR3      0xF0063718          Error Tracking Register 3
MC39_ETRR4      0xF006371A          Error Tracking Register 4
MC39_RDBFL0     0xF00637A0          Read Data and Bit Flip Register 0
MC39_RDBFL1     0xF00637A2          Read Data and Bit Flip Register 1
MC39_RDBFL2     0xF00637A4          Read Data and Bit Flip Register 2
MC39_RDBFL3     0xF00637A6          Read Data and Bit Flip Register 3
MC39_RDBFL4     0xF00637A8          Read Data and Bit Flip Register 4
MC39_RDBFL5     0xF00637AA          Read Data and Bit Flip Register 5
MC39_RDBFL6     0xF00637AC          Read Data and Bit Flip Register 6
MC39_RDBFL7     0xF00637AE          Read Data and Bit Flip Register 7
MC39_RDBFL8     0xF00637B0          Read Data and Bit Flip Register 8
MC39_RDBFL9     0xF00637B2          Read Data and Bit Flip Register 9
MC39_RDBFL10    0xF00637B4          Read Data and Bit Flip Register 10
MC39_RDBFL11    0xF00637B6          Read Data and Bit Flip Register 11
MC39_RDBFL12    0xF00637B8          Read Data and Bit Flip Register 12
MC39_RDBFL13    0xF00637BA          Read Data and Bit Flip Register 13
MC39_RDBFL14    0xF00637BC          Read Data and Bit Flip Register 14
MC39_RDBFL15    0xF00637BE          Read Data and Bit Flip Register 15
MC39_RDBFL16    0xF00637C0          Read Data and Bit Flip Register 16
MC39_RDBFL17    0xF00637C2          Read Data and Bit Flip Register 17
MC39_RDBFL18    0xF00637C4          Read Data and Bit Flip Register 18
MC39_RDBFL19    0xF00637C6          Read Data and Bit Flip Register 19
MC39_RDBFL20    0xF00637C8          Read Data and Bit Flip Register 20
MC39_RDBFL21    0xF00637CA          Read Data and Bit Flip Register 21
MC39_RDBFL22    0xF00637CC          Read Data and Bit Flip Register 22
MC39_RDBFL23    0xF00637CE          Read Data and Bit Flip Register 23
MC39_RDBFL24    0xF00637D0          Read Data and Bit Flip Register 24
MC39_RDBFL25    0xF00637D2          Read Data and Bit Flip Register 25
MC39_RDBFL26    0xF00637D4          Read Data and Bit Flip Register 26
MC39_RDBFL27    0xF00637D6          Read Data and Bit Flip Register 27
MC39_RDBFL28    0xF00637D8          Read Data and Bit Flip Register 28
MC39_RDBFL29    0xF00637DA          Read Data and Bit Flip Register 29
MC39_RDBFL30    0xF00637DC          Read Data and Bit Flip Register 30
MC39_RDBFL31    0xF00637DE          Read Data and Bit Flip Register 31
MC39_RDBFL32    0xF00637E0          Read Data and Bit Flip Register 32
MC39_RDBFL33    0xF00637E2          Read Data and Bit Flip Register 33
MC39_RDBFL34    0xF00637E4          Read Data and Bit Flip Register 34
MC39_RDBFL35    0xF00637E6          Read Data and Bit Flip Register 35
MC39_RDBFL36    0xF00637E8          Read Data and Bit Flip Register 36
MC39_RDBFL37    0xF00637EA          Read Data and Bit Flip Register 37
MC39_RDBFL38    0xF00637EC          Read Data and Bit Flip Register 38
MC39_RDBFL39    0xF00637EE          Read Data and Bit Flip Register 39
MC40_CONFIG0    0xF0063800          Configuration Register 0
MC40_CONFIG1    0xF0063802          Configuration Register 1
MC40_MCONTROL   0xF0063804          MBIST Control Register
MC40_MSTATUS    0xF0063806          Status Register
MC40_RANGE      0xF0063808          Range Register, single address mode
MC40_REVID      0xF006380C          Revision ID Register
MC40_ECCS       0xF006380E          ECC Safety Register
MC40_ECCD       0xF0063810          Memory ECC Detection Register
MC40_ETRR0      0xF0063812          Error Tracking Register 0
MC40_ETRR1      0xF0063814          Error Tracking Register 1
MC40_ETRR2      0xF0063816          Error Tracking Register 2
MC40_ETRR3      0xF0063818          Error Tracking Register 3
MC40_ETRR4      0xF006381A          Error Tracking Register 4
MC40_RDBFL0     0xF00638A0          Read Data and Bit Flip Register 0
MC40_RDBFL1     0xF00638A2          Read Data and Bit Flip Register 1
MC40_RDBFL2     0xF00638A4          Read Data and Bit Flip Register 2
MC40_RDBFL3     0xF00638A6          Read Data and Bit Flip Register 3
MC40_RDBFL4     0xF00638A8          Read Data and Bit Flip Register 4
MC40_RDBFL5     0xF00638AA          Read Data and Bit Flip Register 5
MC40_RDBFL6     0xF00638AC          Read Data and Bit Flip Register 6
MC40_RDBFL7     0xF00638AE          Read Data and Bit Flip Register 7
MC40_RDBFL8     0xF00638B0          Read Data and Bit Flip Register 8
MC40_RDBFL9     0xF00638B2          Read Data and Bit Flip Register 9
MC40_RDBFL10    0xF00638B4          Read Data and Bit Flip Register 10
MC40_RDBFL11    0xF00638B6          Read Data and Bit Flip Register 11
MC40_RDBFL12    0xF00638B8          Read Data and Bit Flip Register 12
MC40_RDBFL13    0xF00638BA          Read Data and Bit Flip Register 13
MC40_RDBFL14    0xF00638BC          Read Data and Bit Flip Register 14
MC40_RDBFL15    0xF00638BE          Read Data and Bit Flip Register 15
MC40_RDBFL16    0xF00638C0          Read Data and Bit Flip Register 16
MC40_RDBFL17    0xF00638C2          Read Data and Bit Flip Register 17
MC40_RDBFL18    0xF00638C4          Read Data and Bit Flip Register 18
MC40_RDBFL19    0xF00638C6          Read Data and Bit Flip Register 19
MC40_RDBFL20    0xF00638C8          Read Data and Bit Flip Register 20
MC40_RDBFL21    0xF00638CA          Read Data and Bit Flip Register 21
MC40_RDBFL22    0xF00638CC          Read Data and Bit Flip Register 22
MC40_RDBFL23    0xF00638CE          Read Data and Bit Flip Register 23
MC40_RDBFL24    0xF00638D0          Read Data and Bit Flip Register 24
MC40_RDBFL25    0xF00638D2          Read Data and Bit Flip Register 25
MC40_RDBFL26    0xF00638D4          Read Data and Bit Flip Register 26
MC40_RDBFL27    0xF00638D6          Read Data and Bit Flip Register 27
MC40_RDBFL28    0xF00638D8          Read Data and Bit Flip Register 28
MC40_RDBFL29    0xF00638DA          Read Data and Bit Flip Register 29
MC40_RDBFL30    0xF00638DC          Read Data and Bit Flip Register 30
MC40_RDBFL31    0xF00638DE          Read Data and Bit Flip Register 31
MC40_RDBFL32    0xF00638E0          Read Data and Bit Flip Register 32
MC40_RDBFL33    0xF00638E2          Read Data and Bit Flip Register 33
MC40_RDBFL34    0xF00638E4          Read Data and Bit Flip Register 34
MC40_RDBFL35    0xF00638E6          Read Data and Bit Flip Register 35
MC40_RDBFL36    0xF00638E8          Read Data and Bit Flip Register 36
MC40_RDBFL37    0xF00638EA          Read Data and Bit Flip Register 37
MC40_RDBFL38    0xF00638EC          Read Data and Bit Flip Register 38
MC40_RDBFL39    0xF00638EE          Read Data and Bit Flip Register 39
MC41_CONFIG0    0xF0063900          Configuration Register 0
MC41_CONFIG1    0xF0063902          Configuration Register 1
MC41_MCONTROL   0xF0063904          MBIST Control Register
MC41_MSTATUS    0xF0063906          Status Register
MC41_RANGE      0xF0063908          Range Register, single address mode
MC41_REVID      0xF006390C          Revision ID Register
MC41_ECCS       0xF006390E          ECC Safety Register
MC41_ECCD       0xF0063910          Memory ECC Detection Register
MC41_ETRR0      0xF0063912          Error Tracking Register 0
MC41_ETRR1      0xF0063914          Error Tracking Register 1
MC41_ETRR2      0xF0063916          Error Tracking Register 2
MC41_ETRR3      0xF0063918          Error Tracking Register 3
MC41_ETRR4      0xF006391A          Error Tracking Register 4
MC41_RDBFL0     0xF00639A0          Read Data and Bit Flip Register 0
MC41_RDBFL1     0xF00639A2          Read Data and Bit Flip Register 1
MC41_RDBFL2     0xF00639A4          Read Data and Bit Flip Register 2
MC41_RDBFL3     0xF00639A6          Read Data and Bit Flip Register 3
MC41_RDBFL4     0xF00639A8          Read Data and Bit Flip Register 4
MC41_RDBFL5     0xF00639AA          Read Data and Bit Flip Register 5
MC41_RDBFL6     0xF00639AC          Read Data and Bit Flip Register 6
MC41_RDBFL7     0xF00639AE          Read Data and Bit Flip Register 7
MC41_RDBFL8     0xF00639B0          Read Data and Bit Flip Register 8
MC41_RDBFL9     0xF00639B2          Read Data and Bit Flip Register 9
MC41_RDBFL10    0xF00639B4          Read Data and Bit Flip Register 10
MC41_RDBFL11    0xF00639B6          Read Data and Bit Flip Register 11
MC41_RDBFL12    0xF00639B8          Read Data and Bit Flip Register 12
MC41_RDBFL13    0xF00639BA          Read Data and Bit Flip Register 13
MC41_RDBFL14    0xF00639BC          Read Data and Bit Flip Register 14
MC41_RDBFL15    0xF00639BE          Read Data and Bit Flip Register 15
MC41_RDBFL16    0xF00639C0          Read Data and Bit Flip Register 16
MC41_RDBFL17    0xF00639C2          Read Data and Bit Flip Register 17
MC41_RDBFL18    0xF00639C4          Read Data and Bit Flip Register 18
MC41_RDBFL19    0xF00639C6          Read Data and Bit Flip Register 19
MC41_RDBFL20    0xF00639C8          Read Data and Bit Flip Register 20
MC41_RDBFL21    0xF00639CA          Read Data and Bit Flip Register 21
MC41_RDBFL22    0xF00639CC          Read Data and Bit Flip Register 22
MC41_RDBFL23    0xF00639CE          Read Data and Bit Flip Register 23
MC41_RDBFL24    0xF00639D0          Read Data and Bit Flip Register 24
MC41_RDBFL25    0xF00639D2          Read Data and Bit Flip Register 25
MC41_RDBFL26    0xF00639D4          Read Data and Bit Flip Register 26
MC41_RDBFL27    0xF00639D6          Read Data and Bit Flip Register 27
MC41_RDBFL28    0xF00639D8          Read Data and Bit Flip Register 28
MC41_RDBFL29    0xF00639DA          Read Data and Bit Flip Register 29
MC41_RDBFL30    0xF00639DC          Read Data and Bit Flip Register 30
MC41_RDBFL31    0xF00639DE          Read Data and Bit Flip Register 31
MC41_RDBFL32    0xF00639E0          Read Data and Bit Flip Register 32
MC41_RDBFL33    0xF00639E2          Read Data and Bit Flip Register 33
MC41_RDBFL34    0xF00639E4          Read Data and Bit Flip Register 34
MC41_RDBFL35    0xF00639E6          Read Data and Bit Flip Register 35
MC41_RDBFL36    0xF00639E8          Read Data and Bit Flip Register 36
MC41_RDBFL37    0xF00639EA          Read Data and Bit Flip Register 37
MC41_RDBFL38    0xF00639EC          Read Data and Bit Flip Register 38
MC41_RDBFL39    0xF00639EE          Read Data and Bit Flip Register 39
MC42_CONFIG0    0xF0063A00          Configuration Register 0
MC42_CONFIG1    0xF0063A02          Configuration Register 1
MC42_MCONTROL   0xF0063A04          MBIST Control Register
MC42_MSTATUS    0xF0063A06          Status Register
MC42_RANGE      0xF0063A08          Range Register, single address mode
MC42_REVID      0xF0063A0C          Revision ID Register
MC42_ECCS       0xF0063A0E          ECC Safety Register
MC42_ECCD       0xF0063A10          Memory ECC Detection Register
MC42_ETRR0      0xF0063A12          Error Tracking Register 0
MC42_ETRR1      0xF0063A14          Error Tracking Register 1
MC42_ETRR2      0xF0063A16          Error Tracking Register 2
MC42_ETRR3      0xF0063A18          Error Tracking Register 3
MC42_ETRR4      0xF0063A1A          Error Tracking Register 4
MC42_RDBFL0     0xF0063AA0          Read Data and Bit Flip Register 0
MC42_RDBFL1     0xF0063AA2          Read Data and Bit Flip Register 1
MC42_RDBFL2     0xF0063AA4          Read Data and Bit Flip Register 2
MC42_RDBFL3     0xF0063AA6          Read Data and Bit Flip Register 3
MC42_RDBFL4     0xF0063AA8          Read Data and Bit Flip Register 4
MC42_RDBFL5     0xF0063AAA          Read Data and Bit Flip Register 5
MC42_RDBFL6     0xF0063AAC          Read Data and Bit Flip Register 6
MC42_RDBFL7     0xF0063AAE          Read Data and Bit Flip Register 7
MC42_RDBFL8     0xF0063AB0          Read Data and Bit Flip Register 8
MC42_RDBFL9     0xF0063AB2          Read Data and Bit Flip Register 9
MC42_RDBFL10    0xF0063AB4          Read Data and Bit Flip Register 10
MC42_RDBFL11    0xF0063AB6          Read Data and Bit Flip Register 11
MC42_RDBFL12    0xF0063AB8          Read Data and Bit Flip Register 12
MC42_RDBFL13    0xF0063ABA          Read Data and Bit Flip Register 13
MC42_RDBFL14    0xF0063ABC          Read Data and Bit Flip Register 14
MC42_RDBFL15    0xF0063ABE          Read Data and Bit Flip Register 15
MC42_RDBFL16    0xF0063AC0          Read Data and Bit Flip Register 16
MC42_RDBFL17    0xF0063AC2          Read Data and Bit Flip Register 17
MC42_RDBFL18    0xF0063AC4          Read Data and Bit Flip Register 18
MC42_RDBFL19    0xF0063AC6          Read Data and Bit Flip Register 19
MC42_RDBFL20    0xF0063AC8          Read Data and Bit Flip Register 20
MC42_RDBFL21    0xF0063ACA          Read Data and Bit Flip Register 21
MC42_RDBFL22    0xF0063ACC          Read Data and Bit Flip Register 22
MC42_RDBFL23    0xF0063ACE          Read Data and Bit Flip Register 23
MC42_RDBFL24    0xF0063AD0          Read Data and Bit Flip Register 24
MC42_RDBFL25    0xF0063AD2          Read Data and Bit Flip Register 25
MC42_RDBFL26    0xF0063AD4          Read Data and Bit Flip Register 26
MC42_RDBFL27    0xF0063AD6          Read Data and Bit Flip Register 27
MC42_RDBFL28    0xF0063AD8          Read Data and Bit Flip Register 28
MC42_RDBFL29    0xF0063ADA          Read Data and Bit Flip Register 29
MC42_RDBFL30    0xF0063ADC          Read Data and Bit Flip Register 30
MC42_RDBFL31    0xF0063ADE          Read Data and Bit Flip Register 31
MC42_RDBFL32    0xF0063AE0          Read Data and Bit Flip Register 32
MC42_RDBFL33    0xF0063AE2          Read Data and Bit Flip Register 33
MC42_RDBFL34    0xF0063AE4          Read Data and Bit Flip Register 34
MC42_RDBFL35    0xF0063AE6          Read Data and Bit Flip Register 35
MC42_RDBFL36    0xF0063AE8          Read Data and Bit Flip Register 36
MC42_RDBFL37    0xF0063AEA          Read Data and Bit Flip Register 37
MC42_RDBFL38    0xF0063AEC          Read Data and Bit Flip Register 38
MC42_RDBFL39    0xF0063AEE          Read Data and Bit Flip Register 39
MC43_CONFIG0    0xF0063B00          Configuration Register 0
MC43_CONFIG1    0xF0063B02          Configuration Register 1
MC43_MCONTROL   0xF0063B04          MBIST Control Register
MC43_MSTATUS    0xF0063B06          Status Register
MC43_RANGE      0xF0063B08          Range Register, single address mode
MC43_REVID      0xF0063B0C          Revision ID Register
MC43_ECCS       0xF0063B0E          ECC Safety Register
MC43_ECCD       0xF0063B10          Memory ECC Detection Register
MC43_ETRR0      0xF0063B12          Error Tracking Register 0
MC43_ETRR1      0xF0063B14          Error Tracking Register 1
MC43_ETRR2      0xF0063B16          Error Tracking Register 2
MC43_ETRR3      0xF0063B18          Error Tracking Register 3
MC43_ETRR4      0xF0063B1A          Error Tracking Register 4
MC43_RDBFL0     0xF0063BA0          Read Data and Bit Flip Register 0
MC43_RDBFL1     0xF0063BA2          Read Data and Bit Flip Register 1
MC43_RDBFL2     0xF0063BA4          Read Data and Bit Flip Register 2
MC43_RDBFL3     0xF0063BA6          Read Data and Bit Flip Register 3
MC43_RDBFL4     0xF0063BA8          Read Data and Bit Flip Register 4
MC43_RDBFL5     0xF0063BAA          Read Data and Bit Flip Register 5
MC43_RDBFL6     0xF0063BAC          Read Data and Bit Flip Register 6
MC43_RDBFL7     0xF0063BAE          Read Data and Bit Flip Register 7
MC43_RDBFL8     0xF0063BB0          Read Data and Bit Flip Register 8
MC43_RDBFL9     0xF0063BB2          Read Data and Bit Flip Register 9
MC43_RDBFL10    0xF0063BB4          Read Data and Bit Flip Register 10
MC43_RDBFL11    0xF0063BB6          Read Data and Bit Flip Register 11
MC43_RDBFL12    0xF0063BB8          Read Data and Bit Flip Register 12
MC43_RDBFL13    0xF0063BBA          Read Data and Bit Flip Register 13
MC43_RDBFL14    0xF0063BBC          Read Data and Bit Flip Register 14
MC43_RDBFL15    0xF0063BBE          Read Data and Bit Flip Register 15
MC43_RDBFL16    0xF0063BC0          Read Data and Bit Flip Register 16
MC43_RDBFL17    0xF0063BC2          Read Data and Bit Flip Register 17
MC43_RDBFL18    0xF0063BC4          Read Data and Bit Flip Register 18
MC43_RDBFL19    0xF0063BC6          Read Data and Bit Flip Register 19
MC43_RDBFL20    0xF0063BC8          Read Data and Bit Flip Register 20
MC43_RDBFL21    0xF0063BCA          Read Data and Bit Flip Register 21
MC43_RDBFL22    0xF0063BCC          Read Data and Bit Flip Register 22
MC43_RDBFL23    0xF0063BCE          Read Data and Bit Flip Register 23
MC43_RDBFL24    0xF0063BD0          Read Data and Bit Flip Register 24
MC43_RDBFL25    0xF0063BD2          Read Data and Bit Flip Register 25
MC43_RDBFL26    0xF0063BD4          Read Data and Bit Flip Register 26
MC43_RDBFL27    0xF0063BD6          Read Data and Bit Flip Register 27
MC43_RDBFL28    0xF0063BD8          Read Data and Bit Flip Register 28
MC43_RDBFL29    0xF0063BDA          Read Data and Bit Flip Register 29
MC43_RDBFL30    0xF0063BDC          Read Data and Bit Flip Register 30
MC43_RDBFL31    0xF0063BDE          Read Data and Bit Flip Register 31
MC43_RDBFL32    0xF0063BE0          Read Data and Bit Flip Register 32
MC43_RDBFL33    0xF0063BE2          Read Data and Bit Flip Register 33
MC43_RDBFL34    0xF0063BE4          Read Data and Bit Flip Register 34
MC43_RDBFL35    0xF0063BE6          Read Data and Bit Flip Register 35
MC43_RDBFL36    0xF0063BE8          Read Data and Bit Flip Register 36
MC43_RDBFL37    0xF0063BEA          Read Data and Bit Flip Register 37
MC43_RDBFL38    0xF0063BEC          Read Data and Bit Flip Register 38
MC43_RDBFL39    0xF0063BEE          Read Data and Bit Flip Register 39
MC44_CONFIG0    0xF0063C00          Configuration Register 0
MC44_CONFIG1    0xF0063C02          Configuration Register 1
MC44_MCONTROL   0xF0063C04          MBIST Control Register
MC44_MSTATUS    0xF0063C06          Status Register
MC44_RANGE      0xF0063C08          Range Register, single address mode
MC44_REVID      0xF0063C0C          Revision ID Register
MC44_ECCS       0xF0063C0E          ECC Safety Register
MC44_ECCD       0xF0063C10          Memory ECC Detection Register
MC44_ETRR0      0xF0063C12          Error Tracking Register 0
MC44_ETRR1      0xF0063C14          Error Tracking Register 1
MC44_ETRR2      0xF0063C16          Error Tracking Register 2
MC44_ETRR3      0xF0063C18          Error Tracking Register 3
MC44_ETRR4      0xF0063C1A          Error Tracking Register 4
MC44_RDBFL0     0xF0063CA0          Read Data and Bit Flip Register 0
MC44_RDBFL1     0xF0063CA2          Read Data and Bit Flip Register 1
MC44_RDBFL2     0xF0063CA4          Read Data and Bit Flip Register 2
MC44_RDBFL3     0xF0063CA6          Read Data and Bit Flip Register 3
MC44_RDBFL4     0xF0063CA8          Read Data and Bit Flip Register 4
MC44_RDBFL5     0xF0063CAA          Read Data and Bit Flip Register 5
MC44_RDBFL6     0xF0063CAC          Read Data and Bit Flip Register 6
MC44_RDBFL7     0xF0063CAE          Read Data and Bit Flip Register 7
MC44_RDBFL8     0xF0063CB0          Read Data and Bit Flip Register 8
MC44_RDBFL9     0xF0063CB2          Read Data and Bit Flip Register 9
MC44_RDBFL10    0xF0063CB4          Read Data and Bit Flip Register 10
MC44_RDBFL11    0xF0063CB6          Read Data and Bit Flip Register 11
MC44_RDBFL12    0xF0063CB8          Read Data and Bit Flip Register 12
MC44_RDBFL13    0xF0063CBA          Read Data and Bit Flip Register 13
MC44_RDBFL14    0xF0063CBC          Read Data and Bit Flip Register 14
MC44_RDBFL15    0xF0063CBE          Read Data and Bit Flip Register 15
MC44_RDBFL16    0xF0063CC0          Read Data and Bit Flip Register 16
MC44_RDBFL17    0xF0063CC2          Read Data and Bit Flip Register 17
MC44_RDBFL18    0xF0063CC4          Read Data and Bit Flip Register 18
MC44_RDBFL19    0xF0063CC6          Read Data and Bit Flip Register 19
MC44_RDBFL20    0xF0063CC8          Read Data and Bit Flip Register 20
MC44_RDBFL21    0xF0063CCA          Read Data and Bit Flip Register 21
MC44_RDBFL22    0xF0063CCC          Read Data and Bit Flip Register 22
MC44_RDBFL23    0xF0063CCE          Read Data and Bit Flip Register 23
MC44_RDBFL24    0xF0063CD0          Read Data and Bit Flip Register 24
MC44_RDBFL25    0xF0063CD2          Read Data and Bit Flip Register 25
MC44_RDBFL26    0xF0063CD4          Read Data and Bit Flip Register 26
MC44_RDBFL27    0xF0063CD6          Read Data and Bit Flip Register 27
MC44_RDBFL28    0xF0063CD8          Read Data and Bit Flip Register 28
MC44_RDBFL29    0xF0063CDA          Read Data and Bit Flip Register 29
MC44_RDBFL30    0xF0063CDC          Read Data and Bit Flip Register 30
MC44_RDBFL31    0xF0063CDE          Read Data and Bit Flip Register 31
MC44_RDBFL32    0xF0063CE0          Read Data and Bit Flip Register 32
MC44_RDBFL33    0xF0063CE2          Read Data and Bit Flip Register 33
MC44_RDBFL34    0xF0063CE4          Read Data and Bit Flip Register 34
MC44_RDBFL35    0xF0063CE6          Read Data and Bit Flip Register 35
MC44_RDBFL36    0xF0063CE8          Read Data and Bit Flip Register 36
MC44_RDBFL37    0xF0063CEA          Read Data and Bit Flip Register 37
MC44_RDBFL38    0xF0063CEC          Read Data and Bit Flip Register 38
MC44_RDBFL39    0xF0063CEE          Read Data and Bit Flip Register 39
MC45_CONFIG0    0xF0063D00          Configuration Register 0
MC45_CONFIG1    0xF0063D02          Configuration Register 1
MC45_MCONTROL   0xF0063D04          MBIST Control Register
MC45_MSTATUS    0xF0063D06          Status Register
MC45_RANGE      0xF0063D08          Range Register, single address mode
MC45_REVID      0xF0063D0C          Revision ID Register
MC45_ECCS       0xF0063D0E          ECC Safety Register
MC45_ECCD       0xF0063D10          Memory ECC Detection Register
MC45_ETRR0      0xF0063D12          Error Tracking Register 0
MC45_ETRR1      0xF0063D14          Error Tracking Register 1
MC45_ETRR2      0xF0063D16          Error Tracking Register 2
MC45_ETRR3      0xF0063D18          Error Tracking Register 3
MC45_ETRR4      0xF0063D1A          Error Tracking Register 4
MC45_RDBFL0     0xF0063DA0          Read Data and Bit Flip Register 0
MC45_RDBFL1     0xF0063DA2          Read Data and Bit Flip Register 1
MC45_RDBFL2     0xF0063DA4          Read Data and Bit Flip Register 2
MC45_RDBFL3     0xF0063DA6          Read Data and Bit Flip Register 3
MC45_RDBFL4     0xF0063DA8          Read Data and Bit Flip Register 4
MC45_RDBFL5     0xF0063DAA          Read Data and Bit Flip Register 5
MC45_RDBFL6     0xF0063DAC          Read Data and Bit Flip Register 6
MC45_RDBFL7     0xF0063DAE          Read Data and Bit Flip Register 7
MC45_RDBFL8     0xF0063DB0          Read Data and Bit Flip Register 8
MC45_RDBFL9     0xF0063DB2          Read Data and Bit Flip Register 9
MC45_RDBFL10    0xF0063DB4          Read Data and Bit Flip Register 10
MC45_RDBFL11    0xF0063DB6          Read Data and Bit Flip Register 11
MC45_RDBFL12    0xF0063DB8          Read Data and Bit Flip Register 12
MC45_RDBFL13    0xF0063DBA          Read Data and Bit Flip Register 13
MC45_RDBFL14    0xF0063DBC          Read Data and Bit Flip Register 14
MC45_RDBFL15    0xF0063DBE          Read Data and Bit Flip Register 15
MC45_RDBFL16    0xF0063DC0          Read Data and Bit Flip Register 16
MC45_RDBFL17    0xF0063DC2          Read Data and Bit Flip Register 17
MC45_RDBFL18    0xF0063DC4          Read Data and Bit Flip Register 18
MC45_RDBFL19    0xF0063DC6          Read Data and Bit Flip Register 19
MC45_RDBFL20    0xF0063DC8          Read Data and Bit Flip Register 20
MC45_RDBFL21    0xF0063DCA          Read Data and Bit Flip Register 21
MC45_RDBFL22    0xF0063DCC          Read Data and Bit Flip Register 22
MC45_RDBFL23    0xF0063DCE          Read Data and Bit Flip Register 23
MC45_RDBFL24    0xF0063DD0          Read Data and Bit Flip Register 24
MC45_RDBFL25    0xF0063DD2          Read Data and Bit Flip Register 25
MC45_RDBFL26    0xF0063DD4          Read Data and Bit Flip Register 26
MC45_RDBFL27    0xF0063DD6          Read Data and Bit Flip Register 27
MC45_RDBFL28    0xF0063DD8          Read Data and Bit Flip Register 28
MC45_RDBFL29    0xF0063DDA          Read Data and Bit Flip Register 29
MC45_RDBFL30    0xF0063DDC          Read Data and Bit Flip Register 30
MC45_RDBFL31    0xF0063DDE          Read Data and Bit Flip Register 31
MC45_RDBFL32    0xF0063DE0          Read Data and Bit Flip Register 32
MC45_RDBFL33    0xF0063DE2          Read Data and Bit Flip Register 33
MC45_RDBFL34    0xF0063DE4          Read Data and Bit Flip Register 34
MC45_RDBFL35    0xF0063DE6          Read Data and Bit Flip Register 35
MC45_RDBFL36    0xF0063DE8          Read Data and Bit Flip Register 36
MC45_RDBFL37    0xF0063DEA          Read Data and Bit Flip Register 37
MC45_RDBFL38    0xF0063DEC          Read Data and Bit Flip Register 38
MC45_RDBFL39    0xF0063DEE          Read Data and Bit Flip Register 39
MC46_CONFIG0    0xF0063E00          Configuration Register 0
MC46_CONFIG1    0xF0063E02          Configuration Register 1
MC46_MCONTROL   0xF0063E04          MBIST Control Register
MC46_MSTATUS    0xF0063E06          Status Register
MC46_RANGE      0xF0063E08          Range Register, single address mode
MC46_REVID      0xF0063E0C          Revision ID Register
MC46_ECCS       0xF0063E0E          ECC Safety Register
MC46_ECCD       0xF0063E10          Memory ECC Detection Register
MC46_ETRR0      0xF0063E12          Error Tracking Register 0
MC46_ETRR1      0xF0063E14          Error Tracking Register 1
MC46_ETRR2      0xF0063E16          Error Tracking Register 2
MC46_ETRR3      0xF0063E18          Error Tracking Register 3
MC46_ETRR4      0xF0063E1A          Error Tracking Register 4
MC46_RDBFL0     0xF0063EA0          Read Data and Bit Flip Register 0
MC46_RDBFL1     0xF0063EA2          Read Data and Bit Flip Register 1
MC46_RDBFL2     0xF0063EA4          Read Data and Bit Flip Register 2
MC46_RDBFL3     0xF0063EA6          Read Data and Bit Flip Register 3
MC46_RDBFL4     0xF0063EA8          Read Data and Bit Flip Register 4
MC46_RDBFL5     0xF0063EAA          Read Data and Bit Flip Register 5
MC46_RDBFL6     0xF0063EAC          Read Data and Bit Flip Register 6
MC46_RDBFL7     0xF0063EAE          Read Data and Bit Flip Register 7
MC46_RDBFL8     0xF0063EB0          Read Data and Bit Flip Register 8
MC46_RDBFL9     0xF0063EB2          Read Data and Bit Flip Register 9
MC46_RDBFL10    0xF0063EB4          Read Data and Bit Flip Register 10
MC46_RDBFL11    0xF0063EB6          Read Data and Bit Flip Register 11
MC46_RDBFL12    0xF0063EB8          Read Data and Bit Flip Register 12
MC46_RDBFL13    0xF0063EBA          Read Data and Bit Flip Register 13
MC46_RDBFL14    0xF0063EBC          Read Data and Bit Flip Register 14
MC46_RDBFL15    0xF0063EBE          Read Data and Bit Flip Register 15
MC46_RDBFL16    0xF0063EC0          Read Data and Bit Flip Register 16
MC46_RDBFL17    0xF0063EC2          Read Data and Bit Flip Register 17
MC46_RDBFL18    0xF0063EC4          Read Data and Bit Flip Register 18
MC46_RDBFL19    0xF0063EC6          Read Data and Bit Flip Register 19
MC46_RDBFL20    0xF0063EC8          Read Data and Bit Flip Register 20
MC46_RDBFL21    0xF0063ECA          Read Data and Bit Flip Register 21
MC46_RDBFL22    0xF0063ECC          Read Data and Bit Flip Register 22
MC46_RDBFL23    0xF0063ECE          Read Data and Bit Flip Register 23
MC46_RDBFL24    0xF0063ED0          Read Data and Bit Flip Register 24
MC46_RDBFL25    0xF0063ED2          Read Data and Bit Flip Register 25
MC46_RDBFL26    0xF0063ED4          Read Data and Bit Flip Register 26
MC46_RDBFL27    0xF0063ED6          Read Data and Bit Flip Register 27
MC46_RDBFL28    0xF0063ED8          Read Data and Bit Flip Register 28
MC46_RDBFL29    0xF0063EDA          Read Data and Bit Flip Register 29
MC46_RDBFL30    0xF0063EDC          Read Data and Bit Flip Register 30
MC46_RDBFL31    0xF0063EDE          Read Data and Bit Flip Register 31
MC46_RDBFL32    0xF0063EE0          Read Data and Bit Flip Register 32
MC46_RDBFL33    0xF0063EE2          Read Data and Bit Flip Register 33
MC46_RDBFL34    0xF0063EE4          Read Data and Bit Flip Register 34
MC46_RDBFL35    0xF0063EE6          Read Data and Bit Flip Register 35
MC46_RDBFL36    0xF0063EE8          Read Data and Bit Flip Register 36
MC46_RDBFL37    0xF0063EEA          Read Data and Bit Flip Register 37
MC46_RDBFL38    0xF0063EEC          Read Data and Bit Flip Register 38
MC46_RDBFL39    0xF0063EEE          Read Data and Bit Flip Register 39
MC47_CONFIG0    0xF0063F00          Configuration Register 0
MC47_CONFIG1    0xF0063F02          Configuration Register 1
MC47_MCONTROL   0xF0063F04          MBIST Control Register
MC47_MSTATUS    0xF0063F06          Status Register
MC47_RANGE      0xF0063F08          Range Register, single address mode
MC47_REVID      0xF0063F0C          Revision ID Register
MC47_ECCS       0xF0063F0E          ECC Safety Register
MC47_ECCD       0xF0063F10          Memory ECC Detection Register
MC47_ETRR0      0xF0063F12          Error Tracking Register 0
MC47_ETRR1      0xF0063F14          Error Tracking Register 1
MC47_ETRR2      0xF0063F16          Error Tracking Register 2
MC47_ETRR3      0xF0063F18          Error Tracking Register 3
MC47_ETRR4      0xF0063F1A          Error Tracking Register 4
MC47_RDBFL0     0xF0063FA0          Read Data and Bit Flip Register 0
MC47_RDBFL1     0xF0063FA2          Read Data and Bit Flip Register 1
MC47_RDBFL2     0xF0063FA4          Read Data and Bit Flip Register 2
MC47_RDBFL3     0xF0063FA6          Read Data and Bit Flip Register 3
MC47_RDBFL4     0xF0063FA8          Read Data and Bit Flip Register 4
MC47_RDBFL5     0xF0063FAA          Read Data and Bit Flip Register 5
MC47_RDBFL6     0xF0063FAC          Read Data and Bit Flip Register 6
MC47_RDBFL7     0xF0063FAE          Read Data and Bit Flip Register 7
MC47_RDBFL8     0xF0063FB0          Read Data and Bit Flip Register 8
MC47_RDBFL9     0xF0063FB2          Read Data and Bit Flip Register 9
MC47_RDBFL10    0xF0063FB4          Read Data and Bit Flip Register 10
MC47_RDBFL11    0xF0063FB6          Read Data and Bit Flip Register 11
MC47_RDBFL12    0xF0063FB8          Read Data and Bit Flip Register 12
MC47_RDBFL13    0xF0063FBA          Read Data and Bit Flip Register 13
MC47_RDBFL14    0xF0063FBC          Read Data and Bit Flip Register 14
MC47_RDBFL15    0xF0063FBE          Read Data and Bit Flip Register 15
MC47_RDBFL16    0xF0063FC0          Read Data and Bit Flip Register 16
MC47_RDBFL17    0xF0063FC2          Read Data and Bit Flip Register 17
MC47_RDBFL18    0xF0063FC4          Read Data and Bit Flip Register 18
MC47_RDBFL19    0xF0063FC6          Read Data and Bit Flip Register 19
MC47_RDBFL20    0xF0063FC8          Read Data and Bit Flip Register 20
MC47_RDBFL21    0xF0063FCA          Read Data and Bit Flip Register 21
MC47_RDBFL22    0xF0063FCC          Read Data and Bit Flip Register 22
MC47_RDBFL23    0xF0063FCE          Read Data and Bit Flip Register 23
MC47_RDBFL24    0xF0063FD0          Read Data and Bit Flip Register 24
MC47_RDBFL25    0xF0063FD2          Read Data and Bit Flip Register 25
MC47_RDBFL26    0xF0063FD4          Read Data and Bit Flip Register 26
MC47_RDBFL27    0xF0063FD6          Read Data and Bit Flip Register 27
MC47_RDBFL28    0xF0063FD8          Read Data and Bit Flip Register 28
MC47_RDBFL29    0xF0063FDA          Read Data and Bit Flip Register 29
MC47_RDBFL30    0xF0063FDC          Read Data and Bit Flip Register 30
MC47_RDBFL31    0xF0063FDE          Read Data and Bit Flip Register 31
MC47_RDBFL32    0xF0063FE0          Read Data and Bit Flip Register 32
MC47_RDBFL33    0xF0063FE2          Read Data and Bit Flip Register 33
MC47_RDBFL34    0xF0063FE4          Read Data and Bit Flip Register 34
MC47_RDBFL35    0xF0063FE6          Read Data and Bit Flip Register 35
MC47_RDBFL36    0xF0063FE8          Read Data and Bit Flip Register 36
MC47_RDBFL37    0xF0063FEA          Read Data and Bit Flip Register 37
MC47_RDBFL38    0xF0063FEC          Read Data and Bit Flip Register 38
MC47_RDBFL39    0xF0063FEE          Read Data and Bit Flip Register 39
MC48_CONFIG0    0xF0064000          Configuration Register 0
MC48_CONFIG1    0xF0064002          Configuration Register 1
MC48_MCONTROL   0xF0064004          MBIST Control Register
MC48_MSTATUS    0xF0064006          Status Register
MC48_RANGE      0xF0064008          Range Register, single address mode
MC48_REVID      0xF006400C          Revision ID Register
MC48_ECCS       0xF006400E          ECC Safety Register
MC48_ECCD       0xF0064010          Memory ECC Detection Register
MC48_ETRR0      0xF0064012          Error Tracking Register 0
MC48_ETRR1      0xF0064014          Error Tracking Register 1
MC48_ETRR2      0xF0064016          Error Tracking Register 2
MC48_ETRR3      0xF0064018          Error Tracking Register 3
MC48_ETRR4      0xF006401A          Error Tracking Register 4
MC48_RDBFL0     0xF00640A0          Read Data and Bit Flip Register 0
MC48_RDBFL1     0xF00640A2          Read Data and Bit Flip Register 1
MC48_RDBFL2     0xF00640A4          Read Data and Bit Flip Register 2
MC48_RDBFL3     0xF00640A6          Read Data and Bit Flip Register 3
MC48_RDBFL4     0xF00640A8          Read Data and Bit Flip Register 4
MC48_RDBFL5     0xF00640AA          Read Data and Bit Flip Register 5
MC48_RDBFL6     0xF00640AC          Read Data and Bit Flip Register 6
MC48_RDBFL7     0xF00640AE          Read Data and Bit Flip Register 7
MC48_RDBFL8     0xF00640B0          Read Data and Bit Flip Register 8
MC48_RDBFL9     0xF00640B2          Read Data and Bit Flip Register 9
MC48_RDBFL10    0xF00640B4          Read Data and Bit Flip Register 10
MC48_RDBFL11    0xF00640B6          Read Data and Bit Flip Register 11
MC48_RDBFL12    0xF00640B8          Read Data and Bit Flip Register 12
MC48_RDBFL13    0xF00640BA          Read Data and Bit Flip Register 13
MC48_RDBFL14    0xF00640BC          Read Data and Bit Flip Register 14
MC48_RDBFL15    0xF00640BE          Read Data and Bit Flip Register 15
MC48_RDBFL16    0xF00640C0          Read Data and Bit Flip Register 16
MC48_RDBFL17    0xF00640C2          Read Data and Bit Flip Register 17
MC48_RDBFL18    0xF00640C4          Read Data and Bit Flip Register 18
MC48_RDBFL19    0xF00640C6          Read Data and Bit Flip Register 19
MC48_RDBFL20    0xF00640C8          Read Data and Bit Flip Register 20
MC48_RDBFL21    0xF00640CA          Read Data and Bit Flip Register 21
MC48_RDBFL22    0xF00640CC          Read Data and Bit Flip Register 22
MC48_RDBFL23    0xF00640CE          Read Data and Bit Flip Register 23
MC48_RDBFL24    0xF00640D0          Read Data and Bit Flip Register 24
MC48_RDBFL25    0xF00640D2          Read Data and Bit Flip Register 25
MC48_RDBFL26    0xF00640D4          Read Data and Bit Flip Register 26
MC48_RDBFL27    0xF00640D6          Read Data and Bit Flip Register 27
MC48_RDBFL28    0xF00640D8          Read Data and Bit Flip Register 28
MC48_RDBFL29    0xF00640DA          Read Data and Bit Flip Register 29
MC48_RDBFL30    0xF00640DC          Read Data and Bit Flip Register 30
MC48_RDBFL31    0xF00640DE          Read Data and Bit Flip Register 31
MC48_RDBFL32    0xF00640E0          Read Data and Bit Flip Register 32
MC48_RDBFL33    0xF00640E2          Read Data and Bit Flip Register 33
MC48_RDBFL34    0xF00640E4          Read Data and Bit Flip Register 34
MC48_RDBFL35    0xF00640E6          Read Data and Bit Flip Register 35
MC48_RDBFL36    0xF00640E8          Read Data and Bit Flip Register 36
MC48_RDBFL37    0xF00640EA          Read Data and Bit Flip Register 37
MC48_RDBFL38    0xF00640EC          Read Data and Bit Flip Register 38
MC48_RDBFL39    0xF00640EE          Read Data and Bit Flip Register 39
MC49_CONFIG0    0xF0064100          Configuration Register 0
MC49_CONFIG1    0xF0064102          Configuration Register 1
MC49_MCONTROL   0xF0064104          MBIST Control Register
MC49_MSTATUS    0xF0064106          Status Register
MC49_RANGE      0xF0064108          Range Register, single address mode
MC49_REVID      0xF006410C          Revision ID Register
MC49_ECCS       0xF006410E          ECC Safety Register
MC49_ECCD       0xF0064110          Memory ECC Detection Register
MC49_ETRR0      0xF0064112          Error Tracking Register 0
MC49_ETRR1      0xF0064114          Error Tracking Register 1
MC49_ETRR2      0xF0064116          Error Tracking Register 2
MC49_ETRR3      0xF0064118          Error Tracking Register 3
MC49_ETRR4      0xF006411A          Error Tracking Register 4
MC49_RDBFL0     0xF00641A0          Read Data and Bit Flip Register 0
MC49_RDBFL1     0xF00641A2          Read Data and Bit Flip Register 1
MC49_RDBFL2     0xF00641A4          Read Data and Bit Flip Register 2
MC49_RDBFL3     0xF00641A6          Read Data and Bit Flip Register 3
MC49_RDBFL4     0xF00641A8          Read Data and Bit Flip Register 4
MC49_RDBFL5     0xF00641AA          Read Data and Bit Flip Register 5
MC49_RDBFL6     0xF00641AC          Read Data and Bit Flip Register 6
MC49_RDBFL7     0xF00641AE          Read Data and Bit Flip Register 7
MC49_RDBFL8     0xF00641B0          Read Data and Bit Flip Register 8
MC49_RDBFL9     0xF00641B2          Read Data and Bit Flip Register 9
MC49_RDBFL10    0xF00641B4          Read Data and Bit Flip Register 10
MC49_RDBFL11    0xF00641B6          Read Data and Bit Flip Register 11
MC49_RDBFL12    0xF00641B8          Read Data and Bit Flip Register 12
MC49_RDBFL13    0xF00641BA          Read Data and Bit Flip Register 13
MC49_RDBFL14    0xF00641BC          Read Data and Bit Flip Register 14
MC49_RDBFL15    0xF00641BE          Read Data and Bit Flip Register 15
MC49_RDBFL16    0xF00641C0          Read Data and Bit Flip Register 16
MC49_RDBFL17    0xF00641C2          Read Data and Bit Flip Register 17
MC49_RDBFL18    0xF00641C4          Read Data and Bit Flip Register 18
MC49_RDBFL19    0xF00641C6          Read Data and Bit Flip Register 19
MC49_RDBFL20    0xF00641C8          Read Data and Bit Flip Register 20
MC49_RDBFL21    0xF00641CA          Read Data and Bit Flip Register 21
MC49_RDBFL22    0xF00641CC          Read Data and Bit Flip Register 22
MC49_RDBFL23    0xF00641CE          Read Data and Bit Flip Register 23
MC49_RDBFL24    0xF00641D0          Read Data and Bit Flip Register 24
MC49_RDBFL25    0xF00641D2          Read Data and Bit Flip Register 25
MC49_RDBFL26    0xF00641D4          Read Data and Bit Flip Register 26
MC49_RDBFL27    0xF00641D6          Read Data and Bit Flip Register 27
MC49_RDBFL28    0xF00641D8          Read Data and Bit Flip Register 28
MC49_RDBFL29    0xF00641DA          Read Data and Bit Flip Register 29
MC49_RDBFL30    0xF00641DC          Read Data and Bit Flip Register 30
MC49_RDBFL31    0xF00641DE          Read Data and Bit Flip Register 31
MC49_RDBFL32    0xF00641E0          Read Data and Bit Flip Register 32
MC49_RDBFL33    0xF00641E2          Read Data and Bit Flip Register 33
MC49_RDBFL34    0xF00641E4          Read Data and Bit Flip Register 34
MC49_RDBFL35    0xF00641E6          Read Data and Bit Flip Register 35
MC49_RDBFL36    0xF00641E8          Read Data and Bit Flip Register 36
MC49_RDBFL37    0xF00641EA          Read Data and Bit Flip Register 37
MC49_RDBFL38    0xF00641EC          Read Data and Bit Flip Register 38
MC49_RDBFL39    0xF00641EE          Read Data and Bit Flip Register 39
MC50_CONFIG0    0xF0064200          Configuration Register 0
MC50_CONFIG1    0xF0064202          Configuration Register 1
MC50_MCONTROL   0xF0064204          MBIST Control Register
MC50_MSTATUS    0xF0064206          Status Register
MC50_RANGE      0xF0064208          Range Register, single address mode
MC50_REVID      0xF006420C          Revision ID Register
MC50_ECCS       0xF006420E          ECC Safety Register
MC50_ECCD       0xF0064210          Memory ECC Detection Register
MC50_ETRR0      0xF0064212          Error Tracking Register 0
MC50_ETRR1      0xF0064214          Error Tracking Register 1
MC50_ETRR2      0xF0064216          Error Tracking Register 2
MC50_ETRR3      0xF0064218          Error Tracking Register 3
MC50_ETRR4      0xF006421A          Error Tracking Register 4
MC50_RDBFL0     0xF00642A0          Read Data and Bit Flip Register 0
MC50_RDBFL1     0xF00642A2          Read Data and Bit Flip Register 1
MC50_RDBFL2     0xF00642A4          Read Data and Bit Flip Register 2
MC50_RDBFL3     0xF00642A6          Read Data and Bit Flip Register 3
MC50_RDBFL4     0xF00642A8          Read Data and Bit Flip Register 4
MC50_RDBFL5     0xF00642AA          Read Data and Bit Flip Register 5
MC50_RDBFL6     0xF00642AC          Read Data and Bit Flip Register 6
MC50_RDBFL7     0xF00642AE          Read Data and Bit Flip Register 7
MC50_RDBFL8     0xF00642B0          Read Data and Bit Flip Register 8
MC50_RDBFL9     0xF00642B2          Read Data and Bit Flip Register 9
MC50_RDBFL10    0xF00642B4          Read Data and Bit Flip Register 10
MC50_RDBFL11    0xF00642B6          Read Data and Bit Flip Register 11
MC50_RDBFL12    0xF00642B8          Read Data and Bit Flip Register 12
MC50_RDBFL13    0xF00642BA          Read Data and Bit Flip Register 13
MC50_RDBFL14    0xF00642BC          Read Data and Bit Flip Register 14
MC50_RDBFL15    0xF00642BE          Read Data and Bit Flip Register 15
MC50_RDBFL16    0xF00642C0          Read Data and Bit Flip Register 16
MC50_RDBFL17    0xF00642C2          Read Data and Bit Flip Register 17
MC50_RDBFL18    0xF00642C4          Read Data and Bit Flip Register 18
MC50_RDBFL19    0xF00642C6          Read Data and Bit Flip Register 19
MC50_RDBFL20    0xF00642C8          Read Data and Bit Flip Register 20
MC50_RDBFL21    0xF00642CA          Read Data and Bit Flip Register 21
MC50_RDBFL22    0xF00642CC          Read Data and Bit Flip Register 22
MC50_RDBFL23    0xF00642CE          Read Data and Bit Flip Register 23
MC50_RDBFL24    0xF00642D0          Read Data and Bit Flip Register 24
MC50_RDBFL25    0xF00642D2          Read Data and Bit Flip Register 25
MC50_RDBFL26    0xF00642D4          Read Data and Bit Flip Register 26
MC50_RDBFL27    0xF00642D6          Read Data and Bit Flip Register 27
MC50_RDBFL28    0xF00642D8          Read Data and Bit Flip Register 28
MC50_RDBFL29    0xF00642DA          Read Data and Bit Flip Register 29
MC50_RDBFL30    0xF00642DC          Read Data and Bit Flip Register 30
MC50_RDBFL31    0xF00642DE          Read Data and Bit Flip Register 31
MC50_RDBFL32    0xF00642E0          Read Data and Bit Flip Register 32
MC50_RDBFL33    0xF00642E2          Read Data and Bit Flip Register 33
MC50_RDBFL34    0xF00642E4          Read Data and Bit Flip Register 34
MC50_RDBFL35    0xF00642E6          Read Data and Bit Flip Register 35
MC50_RDBFL36    0xF00642E8          Read Data and Bit Flip Register 36
MC50_RDBFL37    0xF00642EA          Read Data and Bit Flip Register 37
MC50_RDBFL38    0xF00642EC          Read Data and Bit Flip Register 38
MC50_RDBFL39    0xF00642EE          Read Data and Bit Flip Register 39
MC51_CONFIG0    0xF0064300          Configuration Register 0
MC51_CONFIG1    0xF0064302          Configuration Register 1
MC51_MCONTROL   0xF0064304          MBIST Control Register
MC51_MSTATUS    0xF0064306          Status Register
MC51_RANGE      0xF0064308          Range Register, single address mode
MC51_REVID      0xF006430C          Revision ID Register
MC51_ECCS       0xF006430E          ECC Safety Register
MC51_ECCD       0xF0064310          Memory ECC Detection Register
MC51_ETRR0      0xF0064312          Error Tracking Register 0
MC51_ETRR1      0xF0064314          Error Tracking Register 1
MC51_ETRR2      0xF0064316          Error Tracking Register 2
MC51_ETRR3      0xF0064318          Error Tracking Register 3
MC51_ETRR4      0xF006431A          Error Tracking Register 4
MC51_RDBFL0     0xF00643A0          Read Data and Bit Flip Register 0
MC51_RDBFL1     0xF00643A2          Read Data and Bit Flip Register 1
MC51_RDBFL2     0xF00643A4          Read Data and Bit Flip Register 2
MC51_RDBFL3     0xF00643A6          Read Data and Bit Flip Register 3
MC51_RDBFL4     0xF00643A8          Read Data and Bit Flip Register 4
MC51_RDBFL5     0xF00643AA          Read Data and Bit Flip Register 5
MC51_RDBFL6     0xF00643AC          Read Data and Bit Flip Register 6
MC51_RDBFL7     0xF00643AE          Read Data and Bit Flip Register 7
MC51_RDBFL8     0xF00643B0          Read Data and Bit Flip Register 8
MC51_RDBFL9     0xF00643B2          Read Data and Bit Flip Register 9
MC51_RDBFL10    0xF00643B4          Read Data and Bit Flip Register 10
MC51_RDBFL11    0xF00643B6          Read Data and Bit Flip Register 11
MC51_RDBFL12    0xF00643B8          Read Data and Bit Flip Register 12
MC51_RDBFL13    0xF00643BA          Read Data and Bit Flip Register 13
MC51_RDBFL14    0xF00643BC          Read Data and Bit Flip Register 14
MC51_RDBFL15    0xF00643BE          Read Data and Bit Flip Register 15
MC51_RDBFL16    0xF00643C0          Read Data and Bit Flip Register 16
MC51_RDBFL17    0xF00643C2          Read Data and Bit Flip Register 17
MC51_RDBFL18    0xF00643C4          Read Data and Bit Flip Register 18
MC51_RDBFL19    0xF00643C6          Read Data and Bit Flip Register 19
MC51_RDBFL20    0xF00643C8          Read Data and Bit Flip Register 20
MC51_RDBFL21    0xF00643CA          Read Data and Bit Flip Register 21
MC51_RDBFL22    0xF00643CC          Read Data and Bit Flip Register 22
MC51_RDBFL23    0xF00643CE          Read Data and Bit Flip Register 23
MC51_RDBFL24    0xF00643D0          Read Data and Bit Flip Register 24
MC51_RDBFL25    0xF00643D2          Read Data and Bit Flip Register 25
MC51_RDBFL26    0xF00643D4          Read Data and Bit Flip Register 26
MC51_RDBFL27    0xF00643D6          Read Data and Bit Flip Register 27
MC51_RDBFL28    0xF00643D8          Read Data and Bit Flip Register 28
MC51_RDBFL29    0xF00643DA          Read Data and Bit Flip Register 29
MC51_RDBFL30    0xF00643DC          Read Data and Bit Flip Register 30
MC51_RDBFL31    0xF00643DE          Read Data and Bit Flip Register 31
MC51_RDBFL32    0xF00643E0          Read Data and Bit Flip Register 32
MC51_RDBFL33    0xF00643E2          Read Data and Bit Flip Register 33
MC51_RDBFL34    0xF00643E4          Read Data and Bit Flip Register 34
MC51_RDBFL35    0xF00643E6          Read Data and Bit Flip Register 35
MC51_RDBFL36    0xF00643E8          Read Data and Bit Flip Register 36
MC51_RDBFL37    0xF00643EA          Read Data and Bit Flip Register 37
MC51_RDBFL38    0xF00643EC          Read Data and Bit Flip Register 38
MC51_RDBFL39    0xF00643EE          Read Data and Bit Flip Register 39
MC52_CONFIG0    0xF0064400          Configuration Register 0
MC52_CONFIG1    0xF0064402          Configuration Register 1
MC52_MCONTROL   0xF0064404          MBIST Control Register
MC52_MSTATUS    0xF0064406          Status Register
MC52_RANGE      0xF0064408          Range Register, single address mode
MC52_REVID      0xF006440C          Revision ID Register
MC52_ECCS       0xF006440E          ECC Safety Register
MC52_ECCD       0xF0064410          Memory ECC Detection Register
MC52_ETRR0      0xF0064412          Error Tracking Register 0
MC52_ETRR1      0xF0064414          Error Tracking Register 1
MC52_ETRR2      0xF0064416          Error Tracking Register 2
MC52_ETRR3      0xF0064418          Error Tracking Register 3
MC52_ETRR4      0xF006441A          Error Tracking Register 4
MC52_RDBFL0     0xF00644A0          Read Data and Bit Flip Register 0
MC52_RDBFL1     0xF00644A2          Read Data and Bit Flip Register 1
MC52_RDBFL2     0xF00644A4          Read Data and Bit Flip Register 2
MC52_RDBFL3     0xF00644A6          Read Data and Bit Flip Register 3
MC52_RDBFL4     0xF00644A8          Read Data and Bit Flip Register 4
MC52_RDBFL5     0xF00644AA          Read Data and Bit Flip Register 5
MC52_RDBFL6     0xF00644AC          Read Data and Bit Flip Register 6
MC52_RDBFL7     0xF00644AE          Read Data and Bit Flip Register 7
MC52_RDBFL8     0xF00644B0          Read Data and Bit Flip Register 8
MC52_RDBFL9     0xF00644B2          Read Data and Bit Flip Register 9
MC52_RDBFL10    0xF00644B4          Read Data and Bit Flip Register 10
MC52_RDBFL11    0xF00644B6          Read Data and Bit Flip Register 11
MC52_RDBFL12    0xF00644B8          Read Data and Bit Flip Register 12
MC52_RDBFL13    0xF00644BA          Read Data and Bit Flip Register 13
MC52_RDBFL14    0xF00644BC          Read Data and Bit Flip Register 14
MC52_RDBFL15    0xF00644BE          Read Data and Bit Flip Register 15
MC52_RDBFL16    0xF00644C0          Read Data and Bit Flip Register 16
MC52_RDBFL17    0xF00644C2          Read Data and Bit Flip Register 17
MC52_RDBFL18    0xF00644C4          Read Data and Bit Flip Register 18
MC52_RDBFL19    0xF00644C6          Read Data and Bit Flip Register 19
MC52_RDBFL20    0xF00644C8          Read Data and Bit Flip Register 20
MC52_RDBFL21    0xF00644CA          Read Data and Bit Flip Register 21
MC52_RDBFL22    0xF00644CC          Read Data and Bit Flip Register 22
MC52_RDBFL23    0xF00644CE          Read Data and Bit Flip Register 23
MC52_RDBFL24    0xF00644D0          Read Data and Bit Flip Register 24
MC52_RDBFL25    0xF00644D2          Read Data and Bit Flip Register 25
MC52_RDBFL26    0xF00644D4          Read Data and Bit Flip Register 26
MC52_RDBFL27    0xF00644D6          Read Data and Bit Flip Register 27
MC52_RDBFL28    0xF00644D8          Read Data and Bit Flip Register 28
MC52_RDBFL29    0xF00644DA          Read Data and Bit Flip Register 29
MC52_RDBFL30    0xF00644DC          Read Data and Bit Flip Register 30
MC52_RDBFL31    0xF00644DE          Read Data and Bit Flip Register 31
MC52_RDBFL32    0xF00644E0          Read Data and Bit Flip Register 32
MC52_RDBFL33    0xF00644E2          Read Data and Bit Flip Register 33
MC52_RDBFL34    0xF00644E4          Read Data and Bit Flip Register 34
MC52_RDBFL35    0xF00644E6          Read Data and Bit Flip Register 35
MC52_RDBFL36    0xF00644E8          Read Data and Bit Flip Register 36
MC52_RDBFL37    0xF00644EA          Read Data and Bit Flip Register 37
MC52_RDBFL38    0xF00644EC          Read Data and Bit Flip Register 38
MC52_RDBFL39    0xF00644EE          Read Data and Bit Flip Register 39
MC53_CONFIG0    0xF0064500          Configuration Register 0
MC53_CONFIG1    0xF0064502          Configuration Register 1
MC53_MCONTROL   0xF0064504          MBIST Control Register
MC53_MSTATUS    0xF0064506          Status Register
MC53_RANGE      0xF0064508          Range Register, single address mode
MC53_REVID      0xF006450C          Revision ID Register
MC53_ECCS       0xF006450E          ECC Safety Register
MC53_ECCD       0xF0064510          Memory ECC Detection Register
MC53_ETRR0      0xF0064512          Error Tracking Register 0
MC53_ETRR1      0xF0064514          Error Tracking Register 1
MC53_ETRR2      0xF0064516          Error Tracking Register 2
MC53_ETRR3      0xF0064518          Error Tracking Register 3
MC53_ETRR4      0xF006451A          Error Tracking Register 4
MC53_RDBFL0     0xF00645A0          Read Data and Bit Flip Register 0
MC53_RDBFL1     0xF00645A2          Read Data and Bit Flip Register 1
MC53_RDBFL2     0xF00645A4          Read Data and Bit Flip Register 2
MC53_RDBFL3     0xF00645A6          Read Data and Bit Flip Register 3
MC53_RDBFL4     0xF00645A8          Read Data and Bit Flip Register 4
MC53_RDBFL5     0xF00645AA          Read Data and Bit Flip Register 5
MC53_RDBFL6     0xF00645AC          Read Data and Bit Flip Register 6
MC53_RDBFL7     0xF00645AE          Read Data and Bit Flip Register 7
MC53_RDBFL8     0xF00645B0          Read Data and Bit Flip Register 8
MC53_RDBFL9     0xF00645B2          Read Data and Bit Flip Register 9
MC53_RDBFL10    0xF00645B4          Read Data and Bit Flip Register 10
MC53_RDBFL11    0xF00645B6          Read Data and Bit Flip Register 11
MC53_RDBFL12    0xF00645B8          Read Data and Bit Flip Register 12
MC53_RDBFL13    0xF00645BA          Read Data and Bit Flip Register 13
MC53_RDBFL14    0xF00645BC          Read Data and Bit Flip Register 14
MC53_RDBFL15    0xF00645BE          Read Data and Bit Flip Register 15
MC53_RDBFL16    0xF00645C0          Read Data and Bit Flip Register 16
MC53_RDBFL17    0xF00645C2          Read Data and Bit Flip Register 17
MC53_RDBFL18    0xF00645C4          Read Data and Bit Flip Register 18
MC53_RDBFL19    0xF00645C6          Read Data and Bit Flip Register 19
MC53_RDBFL20    0xF00645C8          Read Data and Bit Flip Register 20
MC53_RDBFL21    0xF00645CA          Read Data and Bit Flip Register 21
MC53_RDBFL22    0xF00645CC          Read Data and Bit Flip Register 22
MC53_RDBFL23    0xF00645CE          Read Data and Bit Flip Register 23
MC53_RDBFL24    0xF00645D0          Read Data and Bit Flip Register 24
MC53_RDBFL25    0xF00645D2          Read Data and Bit Flip Register 25
MC53_RDBFL26    0xF00645D4          Read Data and Bit Flip Register 26
MC53_RDBFL27    0xF00645D6          Read Data and Bit Flip Register 27
MC53_RDBFL28    0xF00645D8          Read Data and Bit Flip Register 28
MC53_RDBFL29    0xF00645DA          Read Data and Bit Flip Register 29
MC53_RDBFL30    0xF00645DC          Read Data and Bit Flip Register 30
MC53_RDBFL31    0xF00645DE          Read Data and Bit Flip Register 31
MC53_RDBFL32    0xF00645E0          Read Data and Bit Flip Register 32
MC53_RDBFL33    0xF00645E2          Read Data and Bit Flip Register 33
MC53_RDBFL34    0xF00645E4          Read Data and Bit Flip Register 34
MC53_RDBFL35    0xF00645E6          Read Data and Bit Flip Register 35
MC53_RDBFL36    0xF00645E8          Read Data and Bit Flip Register 36
MC53_RDBFL37    0xF00645EA          Read Data and Bit Flip Register 37
MC53_RDBFL38    0xF00645EC          Read Data and Bit Flip Register 38
MC53_RDBFL39    0xF00645EE          Read Data and Bit Flip Register 39
MC54_CONFIG0    0xF0064600          Configuration Register 0
MC54_CONFIG1    0xF0064602          Configuration Register 1
MC54_MCONTROL   0xF0064604          MBIST Control Register
MC54_MSTATUS    0xF0064606          Status Register
MC54_RANGE      0xF0064608          Range Register, single address mode
MC54_REVID      0xF006460C          Revision ID Register
MC54_ECCS       0xF006460E          ECC Safety Register
MC54_ECCD       0xF0064610          Memory ECC Detection Register
MC54_ETRR0      0xF0064612          Error Tracking Register 0
MC54_ETRR1      0xF0064614          Error Tracking Register 1
MC54_ETRR2      0xF0064616          Error Tracking Register 2
MC54_ETRR3      0xF0064618          Error Tracking Register 3
MC54_ETRR4      0xF006461A          Error Tracking Register 4
MC54_RDBFL0     0xF00646A0          Read Data and Bit Flip Register 0
MC54_RDBFL1     0xF00646A2          Read Data and Bit Flip Register 1
MC54_RDBFL2     0xF00646A4          Read Data and Bit Flip Register 2
MC54_RDBFL3     0xF00646A6          Read Data and Bit Flip Register 3
MC54_RDBFL4     0xF00646A8          Read Data and Bit Flip Register 4
MC54_RDBFL5     0xF00646AA          Read Data and Bit Flip Register 5
MC54_RDBFL6     0xF00646AC          Read Data and Bit Flip Register 6
MC54_RDBFL7     0xF00646AE          Read Data and Bit Flip Register 7
MC54_RDBFL8     0xF00646B0          Read Data and Bit Flip Register 8
MC54_RDBFL9     0xF00646B2          Read Data and Bit Flip Register 9
MC54_RDBFL10    0xF00646B4          Read Data and Bit Flip Register 10
MC54_RDBFL11    0xF00646B6          Read Data and Bit Flip Register 11
MC54_RDBFL12    0xF00646B8          Read Data and Bit Flip Register 12
MC54_RDBFL13    0xF00646BA          Read Data and Bit Flip Register 13
MC54_RDBFL14    0xF00646BC          Read Data and Bit Flip Register 14
MC54_RDBFL15    0xF00646BE          Read Data and Bit Flip Register 15
MC54_RDBFL16    0xF00646C0          Read Data and Bit Flip Register 16
MC54_RDBFL17    0xF00646C2          Read Data and Bit Flip Register 17
MC54_RDBFL18    0xF00646C4          Read Data and Bit Flip Register 18
MC54_RDBFL19    0xF00646C6          Read Data and Bit Flip Register 19
MC54_RDBFL20    0xF00646C8          Read Data and Bit Flip Register 20
MC54_RDBFL21    0xF00646CA          Read Data and Bit Flip Register 21
MC54_RDBFL22    0xF00646CC          Read Data and Bit Flip Register 22
MC54_RDBFL23    0xF00646CE          Read Data and Bit Flip Register 23
MC54_RDBFL24    0xF00646D0          Read Data and Bit Flip Register 24
MC54_RDBFL25    0xF00646D2          Read Data and Bit Flip Register 25
MC54_RDBFL26    0xF00646D4          Read Data and Bit Flip Register 26
MC54_RDBFL27    0xF00646D6          Read Data and Bit Flip Register 27
MC54_RDBFL28    0xF00646D8          Read Data and Bit Flip Register 28
MC54_RDBFL29    0xF00646DA          Read Data and Bit Flip Register 29
MC54_RDBFL30    0xF00646DC          Read Data and Bit Flip Register 30
MC54_RDBFL31    0xF00646DE          Read Data and Bit Flip Register 31
MC54_RDBFL32    0xF00646E0          Read Data and Bit Flip Register 32
MC54_RDBFL33    0xF00646E2          Read Data and Bit Flip Register 33
MC54_RDBFL34    0xF00646E4          Read Data and Bit Flip Register 34
MC54_RDBFL35    0xF00646E6          Read Data and Bit Flip Register 35
MC54_RDBFL36    0xF00646E8          Read Data and Bit Flip Register 36
MC54_RDBFL37    0xF00646EA          Read Data and Bit Flip Register 37
MC54_RDBFL38    0xF00646EC          Read Data and Bit Flip Register 38
MC54_RDBFL39    0xF00646EE          Read Data and Bit Flip Register 39
MC55_CONFIG0    0xF0064700          Configuration Register 0
MC55_CONFIG1    0xF0064702          Configuration Register 1
MC55_MCONTROL   0xF0064704          MBIST Control Register
MC55_MSTATUS    0xF0064706          Status Register
MC55_RANGE      0xF0064708          Range Register, single address mode
MC55_REVID      0xF006470C          Revision ID Register
MC55_ECCS       0xF006470E          ECC Safety Register
MC55_ECCD       0xF0064710          Memory ECC Detection Register
MC55_ETRR0      0xF0064712          Error Tracking Register 0
MC55_ETRR1      0xF0064714          Error Tracking Register 1
MC55_ETRR2      0xF0064716          Error Tracking Register 2
MC55_ETRR3      0xF0064718          Error Tracking Register 3
MC55_ETRR4      0xF006471A          Error Tracking Register 4
MC55_RDBFL0     0xF00647A0          Read Data and Bit Flip Register 0
MC55_RDBFL1     0xF00647A2          Read Data and Bit Flip Register 1
MC55_RDBFL2     0xF00647A4          Read Data and Bit Flip Register 2
MC55_RDBFL3     0xF00647A6          Read Data and Bit Flip Register 3
MC55_RDBFL4     0xF00647A8          Read Data and Bit Flip Register 4
MC55_RDBFL5     0xF00647AA          Read Data and Bit Flip Register 5
MC55_RDBFL6     0xF00647AC          Read Data and Bit Flip Register 6
MC55_RDBFL7     0xF00647AE          Read Data and Bit Flip Register 7
MC55_RDBFL8     0xF00647B0          Read Data and Bit Flip Register 8
MC55_RDBFL9     0xF00647B2          Read Data and Bit Flip Register 9
MC55_RDBFL10    0xF00647B4          Read Data and Bit Flip Register 10
MC55_RDBFL11    0xF00647B6          Read Data and Bit Flip Register 11
MC55_RDBFL12    0xF00647B8          Read Data and Bit Flip Register 12
MC55_RDBFL13    0xF00647BA          Read Data and Bit Flip Register 13
MC55_RDBFL14    0xF00647BC          Read Data and Bit Flip Register 14
MC55_RDBFL15    0xF00647BE          Read Data and Bit Flip Register 15
MC55_RDBFL16    0xF00647C0          Read Data and Bit Flip Register 16
MC55_RDBFL17    0xF00647C2          Read Data and Bit Flip Register 17
MC55_RDBFL18    0xF00647C4          Read Data and Bit Flip Register 18
MC55_RDBFL19    0xF00647C6          Read Data and Bit Flip Register 19
MC55_RDBFL20    0xF00647C8          Read Data and Bit Flip Register 20
MC55_RDBFL21    0xF00647CA          Read Data and Bit Flip Register 21
MC55_RDBFL22    0xF00647CC          Read Data and Bit Flip Register 22
MC55_RDBFL23    0xF00647CE          Read Data and Bit Flip Register 23
MC55_RDBFL24    0xF00647D0          Read Data and Bit Flip Register 24
MC55_RDBFL25    0xF00647D2          Read Data and Bit Flip Register 25
MC55_RDBFL26    0xF00647D4          Read Data and Bit Flip Register 26
MC55_RDBFL27    0xF00647D6          Read Data and Bit Flip Register 27
MC55_RDBFL28    0xF00647D8          Read Data and Bit Flip Register 28
MC55_RDBFL29    0xF00647DA          Read Data and Bit Flip Register 29
MC55_RDBFL30    0xF00647DC          Read Data and Bit Flip Register 30
MC55_RDBFL31    0xF00647DE          Read Data and Bit Flip Register 31
MC55_RDBFL32    0xF00647E0          Read Data and Bit Flip Register 32
MC55_RDBFL33    0xF00647E2          Read Data and Bit Flip Register 33
MC55_RDBFL34    0xF00647E4          Read Data and Bit Flip Register 34
MC55_RDBFL35    0xF00647E6          Read Data and Bit Flip Register 35
MC55_RDBFL36    0xF00647E8          Read Data and Bit Flip Register 36
MC55_RDBFL37    0xF00647EA          Read Data and Bit Flip Register 37
MC55_RDBFL38    0xF00647EC          Read Data and Bit Flip Register 38
MC55_RDBFL39    0xF00647EE          Read Data and Bit Flip Register 39
MC56_CONFIG0    0xF0064800          Configuration Register 0
MC56_CONFIG1    0xF0064802          Configuration Register 1
MC56_MCONTROL   0xF0064804          MBIST Control Register
MC56_MSTATUS    0xF0064806          Status Register
MC56_RANGE      0xF0064808          Range Register, single address mode
MC56_REVID      0xF006480C          Revision ID Register
MC56_ECCS       0xF006480E          ECC Safety Register
MC56_ECCD       0xF0064810          Memory ECC Detection Register
MC56_ETRR0      0xF0064812          Error Tracking Register 0
MC56_ETRR1      0xF0064814          Error Tracking Register 1
MC56_ETRR2      0xF0064816          Error Tracking Register 2
MC56_ETRR3      0xF0064818          Error Tracking Register 3
MC56_ETRR4      0xF006481A          Error Tracking Register 4
MC56_RDBFL0     0xF00648A0          Read Data and Bit Flip Register 0
MC56_RDBFL1     0xF00648A2          Read Data and Bit Flip Register 1
MC56_RDBFL2     0xF00648A4          Read Data and Bit Flip Register 2
MC56_RDBFL3     0xF00648A6          Read Data and Bit Flip Register 3
MC56_RDBFL4     0xF00648A8          Read Data and Bit Flip Register 4
MC56_RDBFL5     0xF00648AA          Read Data and Bit Flip Register 5
MC56_RDBFL6     0xF00648AC          Read Data and Bit Flip Register 6
MC56_RDBFL7     0xF00648AE          Read Data and Bit Flip Register 7
MC56_RDBFL8     0xF00648B0          Read Data and Bit Flip Register 8
MC56_RDBFL9     0xF00648B2          Read Data and Bit Flip Register 9
MC56_RDBFL10    0xF00648B4          Read Data and Bit Flip Register 10
MC56_RDBFL11    0xF00648B6          Read Data and Bit Flip Register 11
MC56_RDBFL12    0xF00648B8          Read Data and Bit Flip Register 12
MC56_RDBFL13    0xF00648BA          Read Data and Bit Flip Register 13
MC56_RDBFL14    0xF00648BC          Read Data and Bit Flip Register 14
MC56_RDBFL15    0xF00648BE          Read Data and Bit Flip Register 15
MC56_RDBFL16    0xF00648C0          Read Data and Bit Flip Register 16
MC56_RDBFL17    0xF00648C2          Read Data and Bit Flip Register 17
MC56_RDBFL18    0xF00648C4          Read Data and Bit Flip Register 18
MC56_RDBFL19    0xF00648C6          Read Data and Bit Flip Register 19
MC56_RDBFL20    0xF00648C8          Read Data and Bit Flip Register 20
MC56_RDBFL21    0xF00648CA          Read Data and Bit Flip Register 21
MC56_RDBFL22    0xF00648CC          Read Data and Bit Flip Register 22
MC56_RDBFL23    0xF00648CE          Read Data and Bit Flip Register 23
MC56_RDBFL24    0xF00648D0          Read Data and Bit Flip Register 24
MC56_RDBFL25    0xF00648D2          Read Data and Bit Flip Register 25
MC56_RDBFL26    0xF00648D4          Read Data and Bit Flip Register 26
MC56_RDBFL27    0xF00648D6          Read Data and Bit Flip Register 27
MC56_RDBFL28    0xF00648D8          Read Data and Bit Flip Register 28
MC56_RDBFL29    0xF00648DA          Read Data and Bit Flip Register 29
MC56_RDBFL30    0xF00648DC          Read Data and Bit Flip Register 30
MC56_RDBFL31    0xF00648DE          Read Data and Bit Flip Register 31
MC56_RDBFL32    0xF00648E0          Read Data and Bit Flip Register 32
MC56_RDBFL33    0xF00648E2          Read Data and Bit Flip Register 33
MC56_RDBFL34    0xF00648E4          Read Data and Bit Flip Register 34
MC56_RDBFL35    0xF00648E6          Read Data and Bit Flip Register 35
MC56_RDBFL36    0xF00648E8          Read Data and Bit Flip Register 36
MC56_RDBFL37    0xF00648EA          Read Data and Bit Flip Register 37
MC56_RDBFL38    0xF00648EC          Read Data and Bit Flip Register 38
MC56_RDBFL39    0xF00648EE          Read Data and Bit Flip Register 39
MC57_CONFIG0    0xF0064900          Configuration Register 0
MC57_CONFIG1    0xF0064902          Configuration Register 1
MC57_MCONTROL   0xF0064904          MBIST Control Register
MC57_MSTATUS    0xF0064906          Status Register
MC57_RANGE      0xF0064908          Range Register, single address mode
MC57_REVID      0xF006490C          Revision ID Register
MC57_ECCS       0xF006490E          ECC Safety Register
MC57_ECCD       0xF0064910          Memory ECC Detection Register
MC57_ETRR0      0xF0064912          Error Tracking Register 0
MC57_ETRR1      0xF0064914          Error Tracking Register 1
MC57_ETRR2      0xF0064916          Error Tracking Register 2
MC57_ETRR3      0xF0064918          Error Tracking Register 3
MC57_ETRR4      0xF006491A          Error Tracking Register 4
MC57_RDBFL0     0xF00649A0          Read Data and Bit Flip Register 0
MC57_RDBFL1     0xF00649A2          Read Data and Bit Flip Register 1
MC57_RDBFL2     0xF00649A4          Read Data and Bit Flip Register 2
MC57_RDBFL3     0xF00649A6          Read Data and Bit Flip Register 3
MC57_RDBFL4     0xF00649A8          Read Data and Bit Flip Register 4
MC57_RDBFL5     0xF00649AA          Read Data and Bit Flip Register 5
MC57_RDBFL6     0xF00649AC          Read Data and Bit Flip Register 6
MC57_RDBFL7     0xF00649AE          Read Data and Bit Flip Register 7
MC57_RDBFL8     0xF00649B0          Read Data and Bit Flip Register 8
MC57_RDBFL9     0xF00649B2          Read Data and Bit Flip Register 9
MC57_RDBFL10    0xF00649B4          Read Data and Bit Flip Register 10
MC57_RDBFL11    0xF00649B6          Read Data and Bit Flip Register 11
MC57_RDBFL12    0xF00649B8          Read Data and Bit Flip Register 12
MC57_RDBFL13    0xF00649BA          Read Data and Bit Flip Register 13
MC57_RDBFL14    0xF00649BC          Read Data and Bit Flip Register 14
MC57_RDBFL15    0xF00649BE          Read Data and Bit Flip Register 15
MC57_RDBFL16    0xF00649C0          Read Data and Bit Flip Register 16
MC57_RDBFL17    0xF00649C2          Read Data and Bit Flip Register 17
MC57_RDBFL18    0xF00649C4          Read Data and Bit Flip Register 18
MC57_RDBFL19    0xF00649C6          Read Data and Bit Flip Register 19
MC57_RDBFL20    0xF00649C8          Read Data and Bit Flip Register 20
MC57_RDBFL21    0xF00649CA          Read Data and Bit Flip Register 21
MC57_RDBFL22    0xF00649CC          Read Data and Bit Flip Register 22
MC57_RDBFL23    0xF00649CE          Read Data and Bit Flip Register 23
MC57_RDBFL24    0xF00649D0          Read Data and Bit Flip Register 24
MC57_RDBFL25    0xF00649D2          Read Data and Bit Flip Register 25
MC57_RDBFL26    0xF00649D4          Read Data and Bit Flip Register 26
MC57_RDBFL27    0xF00649D6          Read Data and Bit Flip Register 27
MC57_RDBFL28    0xF00649D8          Read Data and Bit Flip Register 28
MC57_RDBFL29    0xF00649DA          Read Data and Bit Flip Register 29
MC57_RDBFL30    0xF00649DC          Read Data and Bit Flip Register 30
MC57_RDBFL31    0xF00649DE          Read Data and Bit Flip Register 31
MC57_RDBFL32    0xF00649E0          Read Data and Bit Flip Register 32
MC57_RDBFL33    0xF00649E2          Read Data and Bit Flip Register 33
MC57_RDBFL34    0xF00649E4          Read Data and Bit Flip Register 34
MC57_RDBFL35    0xF00649E6          Read Data and Bit Flip Register 35
MC57_RDBFL36    0xF00649E8          Read Data and Bit Flip Register 36
MC57_RDBFL37    0xF00649EA          Read Data and Bit Flip Register 37
MC57_RDBFL38    0xF00649EC          Read Data and Bit Flip Register 38
MC57_RDBFL39    0xF00649EE          Read Data and Bit Flip Register 39
MC58_CONFIG0    0xF0064A00          Configuration Register 0
MC58_CONFIG1    0xF0064A02          Configuration Register 1
MC58_MCONTROL   0xF0064A04          MBIST Control Register
MC58_MSTATUS    0xF0064A06          Status Register
MC58_RANGE      0xF0064A08          Range Register, single address mode
MC58_REVID      0xF0064A0C          Revision ID Register
MC58_ECCS       0xF0064A0E          ECC Safety Register
MC58_ECCD       0xF0064A10          Memory ECC Detection Register
MC58_ETRR0      0xF0064A12          Error Tracking Register 0
MC58_ETRR1      0xF0064A14          Error Tracking Register 1
MC58_ETRR2      0xF0064A16          Error Tracking Register 2
MC58_ETRR3      0xF0064A18          Error Tracking Register 3
MC58_ETRR4      0xF0064A1A          Error Tracking Register 4
MC58_RDBFL0     0xF0064AA0          Read Data and Bit Flip Register 0
MC58_RDBFL1     0xF0064AA2          Read Data and Bit Flip Register 1
MC58_RDBFL2     0xF0064AA4          Read Data and Bit Flip Register 2
MC58_RDBFL3     0xF0064AA6          Read Data and Bit Flip Register 3
MC58_RDBFL4     0xF0064AA8          Read Data and Bit Flip Register 4
MC58_RDBFL5     0xF0064AAA          Read Data and Bit Flip Register 5
MC58_RDBFL6     0xF0064AAC          Read Data and Bit Flip Register 6
MC58_RDBFL7     0xF0064AAE          Read Data and Bit Flip Register 7
MC58_RDBFL8     0xF0064AB0          Read Data and Bit Flip Register 8
MC58_RDBFL9     0xF0064AB2          Read Data and Bit Flip Register 9
MC58_RDBFL10    0xF0064AB4          Read Data and Bit Flip Register 10
MC58_RDBFL11    0xF0064AB6          Read Data and Bit Flip Register 11
MC58_RDBFL12    0xF0064AB8          Read Data and Bit Flip Register 12
MC58_RDBFL13    0xF0064ABA          Read Data and Bit Flip Register 13
MC58_RDBFL14    0xF0064ABC          Read Data and Bit Flip Register 14
MC58_RDBFL15    0xF0064ABE          Read Data and Bit Flip Register 15
MC58_RDBFL16    0xF0064AC0          Read Data and Bit Flip Register 16
MC58_RDBFL17    0xF0064AC2          Read Data and Bit Flip Register 17
MC58_RDBFL18    0xF0064AC4          Read Data and Bit Flip Register 18
MC58_RDBFL19    0xF0064AC6          Read Data and Bit Flip Register 19
MC58_RDBFL20    0xF0064AC8          Read Data and Bit Flip Register 20
MC58_RDBFL21    0xF0064ACA          Read Data and Bit Flip Register 21
MC58_RDBFL22    0xF0064ACC          Read Data and Bit Flip Register 22
MC58_RDBFL23    0xF0064ACE          Read Data and Bit Flip Register 23
MC58_RDBFL24    0xF0064AD0          Read Data and Bit Flip Register 24
MC58_RDBFL25    0xF0064AD2          Read Data and Bit Flip Register 25
MC58_RDBFL26    0xF0064AD4          Read Data and Bit Flip Register 26
MC58_RDBFL27    0xF0064AD6          Read Data and Bit Flip Register 27
MC58_RDBFL28    0xF0064AD8          Read Data and Bit Flip Register 28
MC58_RDBFL29    0xF0064ADA          Read Data and Bit Flip Register 29
MC58_RDBFL30    0xF0064ADC          Read Data and Bit Flip Register 30
MC58_RDBFL31    0xF0064ADE          Read Data and Bit Flip Register 31
MC58_RDBFL32    0xF0064AE0          Read Data and Bit Flip Register 32
MC58_RDBFL33    0xF0064AE2          Read Data and Bit Flip Register 33
MC58_RDBFL34    0xF0064AE4          Read Data and Bit Flip Register 34
MC58_RDBFL35    0xF0064AE6          Read Data and Bit Flip Register 35
MC58_RDBFL36    0xF0064AE8          Read Data and Bit Flip Register 36
MC58_RDBFL37    0xF0064AEA          Read Data and Bit Flip Register 37
MC58_RDBFL38    0xF0064AEC          Read Data and Bit Flip Register 38
MC58_RDBFL39    0xF0064AEE          Read Data and Bit Flip Register 39
MC59_CONFIG0    0xF0064B00          Configuration Register 0
MC59_CONFIG1    0xF0064B02          Configuration Register 1
MC59_MCONTROL   0xF0064B04          MBIST Control Register
MC59_MSTATUS    0xF0064B06          Status Register
MC59_RANGE      0xF0064B08          Range Register, single address mode
MC59_REVID      0xF0064B0C          Revision ID Register
MC59_ECCS       0xF0064B0E          ECC Safety Register
MC59_ECCD       0xF0064B10          Memory ECC Detection Register
MC59_ETRR0      0xF0064B12          Error Tracking Register 0
MC59_ETRR1      0xF0064B14          Error Tracking Register 1
MC59_ETRR2      0xF0064B16          Error Tracking Register 2
MC59_ETRR3      0xF0064B18          Error Tracking Register 3
MC59_ETRR4      0xF0064B1A          Error Tracking Register 4
MC59_RDBFL0     0xF0064BA0          Read Data and Bit Flip Register 0
MC59_RDBFL1     0xF0064BA2          Read Data and Bit Flip Register 1
MC59_RDBFL2     0xF0064BA4          Read Data and Bit Flip Register 2
MC59_RDBFL3     0xF0064BA6          Read Data and Bit Flip Register 3
MC59_RDBFL4     0xF0064BA8          Read Data and Bit Flip Register 4
MC59_RDBFL5     0xF0064BAA          Read Data and Bit Flip Register 5
MC59_RDBFL6     0xF0064BAC          Read Data and Bit Flip Register 6
MC59_RDBFL7     0xF0064BAE          Read Data and Bit Flip Register 7
MC59_RDBFL8     0xF0064BB0          Read Data and Bit Flip Register 8
MC59_RDBFL9     0xF0064BB2          Read Data and Bit Flip Register 9
MC59_RDBFL10    0xF0064BB4          Read Data and Bit Flip Register 10
MC59_RDBFL11    0xF0064BB6          Read Data and Bit Flip Register 11
MC59_RDBFL12    0xF0064BB8          Read Data and Bit Flip Register 12
MC59_RDBFL13    0xF0064BBA          Read Data and Bit Flip Register 13
MC59_RDBFL14    0xF0064BBC          Read Data and Bit Flip Register 14
MC59_RDBFL15    0xF0064BBE          Read Data and Bit Flip Register 15
MC59_RDBFL16    0xF0064BC0          Read Data and Bit Flip Register 16
MC59_RDBFL17    0xF0064BC2          Read Data and Bit Flip Register 17
MC59_RDBFL18    0xF0064BC4          Read Data and Bit Flip Register 18
MC59_RDBFL19    0xF0064BC6          Read Data and Bit Flip Register 19
MC59_RDBFL20    0xF0064BC8          Read Data and Bit Flip Register 20
MC59_RDBFL21    0xF0064BCA          Read Data and Bit Flip Register 21
MC59_RDBFL22    0xF0064BCC          Read Data and Bit Flip Register 22
MC59_RDBFL23    0xF0064BCE          Read Data and Bit Flip Register 23
MC59_RDBFL24    0xF0064BD0          Read Data and Bit Flip Register 24
MC59_RDBFL25    0xF0064BD2          Read Data and Bit Flip Register 25
MC59_RDBFL26    0xF0064BD4          Read Data and Bit Flip Register 26
MC59_RDBFL27    0xF0064BD6          Read Data and Bit Flip Register 27
MC59_RDBFL28    0xF0064BD8          Read Data and Bit Flip Register 28
MC59_RDBFL29    0xF0064BDA          Read Data and Bit Flip Register 29
MC59_RDBFL30    0xF0064BDC          Read Data and Bit Flip Register 30
MC59_RDBFL31    0xF0064BDE          Read Data and Bit Flip Register 31
MC59_RDBFL32    0xF0064BE0          Read Data and Bit Flip Register 32
MC59_RDBFL33    0xF0064BE2          Read Data and Bit Flip Register 33
MC59_RDBFL34    0xF0064BE4          Read Data and Bit Flip Register 34
MC59_RDBFL35    0xF0064BE6          Read Data and Bit Flip Register 35
MC59_RDBFL36    0xF0064BE8          Read Data and Bit Flip Register 36
MC59_RDBFL37    0xF0064BEA          Read Data and Bit Flip Register 37
MC59_RDBFL38    0xF0064BEC          Read Data and Bit Flip Register 38
MC59_RDBFL39    0xF0064BEE          Read Data and Bit Flip Register 39
MC60_CONFIG0    0xF0064C00          Configuration Register 0
MC60_CONFIG1    0xF0064C02          Configuration Register 1
MC60_MCONTROL   0xF0064C04          MBIST Control Register
MC60_MSTATUS    0xF0064C06          Status Register
MC60_RANGE      0xF0064C08          Range Register, single address mode
MC60_REVID      0xF0064C0C          Revision ID Register
MC60_ECCS       0xF0064C0E          ECC Safety Register
MC60_ECCD       0xF0064C10          Memory ECC Detection Register
MC60_ETRR0      0xF0064C12          Error Tracking Register 0
MC60_ETRR1      0xF0064C14          Error Tracking Register 1
MC60_ETRR2      0xF0064C16          Error Tracking Register 2
MC60_ETRR3      0xF0064C18          Error Tracking Register 3
MC60_ETRR4      0xF0064C1A          Error Tracking Register 4
MC60_RDBFL0     0xF0064CA0          Read Data and Bit Flip Register 0
MC60_RDBFL1     0xF0064CA2          Read Data and Bit Flip Register 1
MC60_RDBFL2     0xF0064CA4          Read Data and Bit Flip Register 2
MC60_RDBFL3     0xF0064CA6          Read Data and Bit Flip Register 3
MC60_RDBFL4     0xF0064CA8          Read Data and Bit Flip Register 4
MC60_RDBFL5     0xF0064CAA          Read Data and Bit Flip Register 5
MC60_RDBFL6     0xF0064CAC          Read Data and Bit Flip Register 6
MC60_RDBFL7     0xF0064CAE          Read Data and Bit Flip Register 7
MC60_RDBFL8     0xF0064CB0          Read Data and Bit Flip Register 8
MC60_RDBFL9     0xF0064CB2          Read Data and Bit Flip Register 9
MC60_RDBFL10    0xF0064CB4          Read Data and Bit Flip Register 10
MC60_RDBFL11    0xF0064CB6          Read Data and Bit Flip Register 11
MC60_RDBFL12    0xF0064CB8          Read Data and Bit Flip Register 12
MC60_RDBFL13    0xF0064CBA          Read Data and Bit Flip Register 13
MC60_RDBFL14    0xF0064CBC          Read Data and Bit Flip Register 14
MC60_RDBFL15    0xF0064CBE          Read Data and Bit Flip Register 15
MC60_RDBFL16    0xF0064CC0          Read Data and Bit Flip Register 16
MC60_RDBFL17    0xF0064CC2          Read Data and Bit Flip Register 17
MC60_RDBFL18    0xF0064CC4          Read Data and Bit Flip Register 18
MC60_RDBFL19    0xF0064CC6          Read Data and Bit Flip Register 19
MC60_RDBFL20    0xF0064CC8          Read Data and Bit Flip Register 20
MC60_RDBFL21    0xF0064CCA          Read Data and Bit Flip Register 21
MC60_RDBFL22    0xF0064CCC          Read Data and Bit Flip Register 22
MC60_RDBFL23    0xF0064CCE          Read Data and Bit Flip Register 23
MC60_RDBFL24    0xF0064CD0          Read Data and Bit Flip Register 24
MC60_RDBFL25    0xF0064CD2          Read Data and Bit Flip Register 25
MC60_RDBFL26    0xF0064CD4          Read Data and Bit Flip Register 26
MC60_RDBFL27    0xF0064CD6          Read Data and Bit Flip Register 27
MC60_RDBFL28    0xF0064CD8          Read Data and Bit Flip Register 28
MC60_RDBFL29    0xF0064CDA          Read Data and Bit Flip Register 29
MC60_RDBFL30    0xF0064CDC          Read Data and Bit Flip Register 30
MC60_RDBFL31    0xF0064CDE          Read Data and Bit Flip Register 31
MC60_RDBFL32    0xF0064CE0          Read Data and Bit Flip Register 32
MC60_RDBFL33    0xF0064CE2          Read Data and Bit Flip Register 33
MC60_RDBFL34    0xF0064CE4          Read Data and Bit Flip Register 34
MC60_RDBFL35    0xF0064CE6          Read Data and Bit Flip Register 35
MC60_RDBFL36    0xF0064CE8          Read Data and Bit Flip Register 36
MC60_RDBFL37    0xF0064CEA          Read Data and Bit Flip Register 37
MC60_RDBFL38    0xF0064CEC          Read Data and Bit Flip Register 38
MC60_RDBFL39    0xF0064CEE          Read Data and Bit Flip Register 39
MC61_CONFIG0    0xF0064D00          Configuration Register 0
MC61_CONFIG1    0xF0064D02          Configuration Register 1
MC61_MCONTROL   0xF0064D04          MBIST Control Register
MC61_MSTATUS    0xF0064D06          Status Register
MC61_RANGE      0xF0064D08          Range Register, single address mode
MC61_REVID      0xF0064D0C          Revision ID Register
MC61_ECCS       0xF0064D0E          ECC Safety Register
MC61_ECCD       0xF0064D10          Memory ECC Detection Register
MC61_ETRR0      0xF0064D12          Error Tracking Register 0
MC61_ETRR1      0xF0064D14          Error Tracking Register 1
MC61_ETRR2      0xF0064D16          Error Tracking Register 2
MC61_ETRR3      0xF0064D18          Error Tracking Register 3
MC61_ETRR4      0xF0064D1A          Error Tracking Register 4
MC61_RDBFL0     0xF0064DA0          Read Data and Bit Flip Register 0
MC61_RDBFL1     0xF0064DA2          Read Data and Bit Flip Register 1
MC61_RDBFL2     0xF0064DA4          Read Data and Bit Flip Register 2
MC61_RDBFL3     0xF0064DA6          Read Data and Bit Flip Register 3
MC61_RDBFL4     0xF0064DA8          Read Data and Bit Flip Register 4
MC61_RDBFL5     0xF0064DAA          Read Data and Bit Flip Register 5
MC61_RDBFL6     0xF0064DAC          Read Data and Bit Flip Register 6
MC61_RDBFL7     0xF0064DAE          Read Data and Bit Flip Register 7
MC61_RDBFL8     0xF0064DB0          Read Data and Bit Flip Register 8
MC61_RDBFL9     0xF0064DB2          Read Data and Bit Flip Register 9
MC61_RDBFL10    0xF0064DB4          Read Data and Bit Flip Register 10
MC61_RDBFL11    0xF0064DB6          Read Data and Bit Flip Register 11
MC61_RDBFL12    0xF0064DB8          Read Data and Bit Flip Register 12
MC61_RDBFL13    0xF0064DBA          Read Data and Bit Flip Register 13
MC61_RDBFL14    0xF0064DBC          Read Data and Bit Flip Register 14
MC61_RDBFL15    0xF0064DBE          Read Data and Bit Flip Register 15
MC61_RDBFL16    0xF0064DC0          Read Data and Bit Flip Register 16
MC61_RDBFL17    0xF0064DC2          Read Data and Bit Flip Register 17
MC61_RDBFL18    0xF0064DC4          Read Data and Bit Flip Register 18
MC61_RDBFL19    0xF0064DC6          Read Data and Bit Flip Register 19
MC61_RDBFL20    0xF0064DC8          Read Data and Bit Flip Register 20
MC61_RDBFL21    0xF0064DCA          Read Data and Bit Flip Register 21
MC61_RDBFL22    0xF0064DCC          Read Data and Bit Flip Register 22
MC61_RDBFL23    0xF0064DCE          Read Data and Bit Flip Register 23
MC61_RDBFL24    0xF0064DD0          Read Data and Bit Flip Register 24
MC61_RDBFL25    0xF0064DD2          Read Data and Bit Flip Register 25
MC61_RDBFL26    0xF0064DD4          Read Data and Bit Flip Register 26
MC61_RDBFL27    0xF0064DD6          Read Data and Bit Flip Register 27
MC61_RDBFL28    0xF0064DD8          Read Data and Bit Flip Register 28
MC61_RDBFL29    0xF0064DDA          Read Data and Bit Flip Register 29
MC61_RDBFL30    0xF0064DDC          Read Data and Bit Flip Register 30
MC61_RDBFL31    0xF0064DDE          Read Data and Bit Flip Register 31
MC61_RDBFL32    0xF0064DE0          Read Data and Bit Flip Register 32
MC61_RDBFL33    0xF0064DE2          Read Data and Bit Flip Register 33
MC61_RDBFL34    0xF0064DE4          Read Data and Bit Flip Register 34
MC61_RDBFL35    0xF0064DE6          Read Data and Bit Flip Register 35
MC61_RDBFL36    0xF0064DE8          Read Data and Bit Flip Register 36
MC61_RDBFL37    0xF0064DEA          Read Data and Bit Flip Register 37
MC61_RDBFL38    0xF0064DEC          Read Data and Bit Flip Register 38
MC61_RDBFL39    0xF0064DEE          Read Data and Bit Flip Register 39
MC62_CONFIG0    0xF0064E00          Configuration Register 0
MC62_CONFIG1    0xF0064E02          Configuration Register 1
MC62_MCONTROL   0xF0064E04          MBIST Control Register
MC62_MSTATUS    0xF0064E06          Status Register
MC62_RANGE      0xF0064E08          Range Register, single address mode
MC62_REVID      0xF0064E0C          Revision ID Register
MC62_ECCS       0xF0064E0E          ECC Safety Register
MC62_ECCD       0xF0064E10          Memory ECC Detection Register
MC62_ETRR0      0xF0064E12          Error Tracking Register 0
MC62_ETRR1      0xF0064E14          Error Tracking Register 1
MC62_ETRR2      0xF0064E16          Error Tracking Register 2
MC62_ETRR3      0xF0064E18          Error Tracking Register 3
MC62_ETRR4      0xF0064E1A          Error Tracking Register 4
MC62_RDBFL0     0xF0064EA0          Read Data and Bit Flip Register 0
MC62_RDBFL1     0xF0064EA2          Read Data and Bit Flip Register 1
MC62_RDBFL2     0xF0064EA4          Read Data and Bit Flip Register 2
MC62_RDBFL3     0xF0064EA6          Read Data and Bit Flip Register 3
MC62_RDBFL4     0xF0064EA8          Read Data and Bit Flip Register 4
MC62_RDBFL5     0xF0064EAA          Read Data and Bit Flip Register 5
MC62_RDBFL6     0xF0064EAC          Read Data and Bit Flip Register 6
MC62_RDBFL7     0xF0064EAE          Read Data and Bit Flip Register 7
MC62_RDBFL8     0xF0064EB0          Read Data and Bit Flip Register 8
MC62_RDBFL9     0xF0064EB2          Read Data and Bit Flip Register 9
MC62_RDBFL10    0xF0064EB4          Read Data and Bit Flip Register 10
MC62_RDBFL11    0xF0064EB6          Read Data and Bit Flip Register 11
MC62_RDBFL12    0xF0064EB8          Read Data and Bit Flip Register 12
MC62_RDBFL13    0xF0064EBA          Read Data and Bit Flip Register 13
MC62_RDBFL14    0xF0064EBC          Read Data and Bit Flip Register 14
MC62_RDBFL15    0xF0064EBE          Read Data and Bit Flip Register 15
MC62_RDBFL16    0xF0064EC0          Read Data and Bit Flip Register 16
MC62_RDBFL17    0xF0064EC2          Read Data and Bit Flip Register 17
MC62_RDBFL18    0xF0064EC4          Read Data and Bit Flip Register 18
MC62_RDBFL19    0xF0064EC6          Read Data and Bit Flip Register 19
MC62_RDBFL20    0xF0064EC8          Read Data and Bit Flip Register 20
MC62_RDBFL21    0xF0064ECA          Read Data and Bit Flip Register 21
MC62_RDBFL22    0xF0064ECC          Read Data and Bit Flip Register 22
MC62_RDBFL23    0xF0064ECE          Read Data and Bit Flip Register 23
MC62_RDBFL24    0xF0064ED0          Read Data and Bit Flip Register 24
MC62_RDBFL25    0xF0064ED2          Read Data and Bit Flip Register 25
MC62_RDBFL26    0xF0064ED4          Read Data and Bit Flip Register 26
MC62_RDBFL27    0xF0064ED6          Read Data and Bit Flip Register 27
MC62_RDBFL28    0xF0064ED8          Read Data and Bit Flip Register 28
MC62_RDBFL29    0xF0064EDA          Read Data and Bit Flip Register 29
MC62_RDBFL30    0xF0064EDC          Read Data and Bit Flip Register 30
MC62_RDBFL31    0xF0064EDE          Read Data and Bit Flip Register 31
MC62_RDBFL32    0xF0064EE0          Read Data and Bit Flip Register 32
MC62_RDBFL33    0xF0064EE2          Read Data and Bit Flip Register 33
MC62_RDBFL34    0xF0064EE4          Read Data and Bit Flip Register 34
MC62_RDBFL35    0xF0064EE6          Read Data and Bit Flip Register 35
MC62_RDBFL36    0xF0064EE8          Read Data and Bit Flip Register 36
MC62_RDBFL37    0xF0064EEA          Read Data and Bit Flip Register 37
MC62_RDBFL38    0xF0064EEC          Read Data and Bit Flip Register 38
MC62_RDBFL39    0xF0064EEE          Read Data and Bit Flip Register 39
MC63_CONFIG0    0xF0064F00          Configuration Register 0
MC63_CONFIG1    0xF0064F02          Configuration Register 1
MC63_MCONTROL   0xF0064F04          MBIST Control Register
MC63_MSTATUS    0xF0064F06          Status Register
MC63_RANGE      0xF0064F08          Range Register, single address mode
MC63_REVID      0xF0064F0C          Revision ID Register
MC63_ECCS       0xF0064F0E          ECC Safety Register
MC63_ECCD       0xF0064F10          Memory ECC Detection Register
MC63_ETRR0      0xF0064F12          Error Tracking Register 0
MC63_ETRR1      0xF0064F14          Error Tracking Register 1
MC63_ETRR2      0xF0064F16          Error Tracking Register 2
MC63_ETRR3      0xF0064F18          Error Tracking Register 3
MC63_ETRR4      0xF0064F1A          Error Tracking Register 4
MC63_RDBFL0     0xF0064FA0          Read Data and Bit Flip Register 0
MC63_RDBFL1     0xF0064FA2          Read Data and Bit Flip Register 1
MC63_RDBFL2     0xF0064FA4          Read Data and Bit Flip Register 2
MC63_RDBFL3     0xF0064FA6          Read Data and Bit Flip Register 3
MC63_RDBFL4     0xF0064FA8          Read Data and Bit Flip Register 4
MC63_RDBFL5     0xF0064FAA          Read Data and Bit Flip Register 5
MC63_RDBFL6     0xF0064FAC          Read Data and Bit Flip Register 6
MC63_RDBFL7     0xF0064FAE          Read Data and Bit Flip Register 7
MC63_RDBFL8     0xF0064FB0          Read Data and Bit Flip Register 8
MC63_RDBFL9     0xF0064FB2          Read Data and Bit Flip Register 9
MC63_RDBFL10    0xF0064FB4          Read Data and Bit Flip Register 10
MC63_RDBFL11    0xF0064FB6          Read Data and Bit Flip Register 11
MC63_RDBFL12    0xF0064FB8          Read Data and Bit Flip Register 12
MC63_RDBFL13    0xF0064FBA          Read Data and Bit Flip Register 13
MC63_RDBFL14    0xF0064FBC          Read Data and Bit Flip Register 14
MC63_RDBFL15    0xF0064FBE          Read Data and Bit Flip Register 15
MC63_RDBFL16    0xF0064FC0          Read Data and Bit Flip Register 16
MC63_RDBFL17    0xF0064FC2          Read Data and Bit Flip Register 17
MC63_RDBFL18    0xF0064FC4          Read Data and Bit Flip Register 18
MC63_RDBFL19    0xF0064FC6          Read Data and Bit Flip Register 19
MC63_RDBFL20    0xF0064FC8          Read Data and Bit Flip Register 20
MC63_RDBFL21    0xF0064FCA          Read Data and Bit Flip Register 21
MC63_RDBFL22    0xF0064FCC          Read Data and Bit Flip Register 22
MC63_RDBFL23    0xF0064FCE          Read Data and Bit Flip Register 23
MC63_RDBFL24    0xF0064FD0          Read Data and Bit Flip Register 24
MC63_RDBFL25    0xF0064FD2          Read Data and Bit Flip Register 25
MC63_RDBFL26    0xF0064FD4          Read Data and Bit Flip Register 26
MC63_RDBFL27    0xF0064FD6          Read Data and Bit Flip Register 27
MC63_RDBFL28    0xF0064FD8          Read Data and Bit Flip Register 28
MC63_RDBFL29    0xF0064FDA          Read Data and Bit Flip Register 29
MC63_RDBFL30    0xF0064FDC          Read Data and Bit Flip Register 30
MC63_RDBFL31    0xF0064FDE          Read Data and Bit Flip Register 31
MC63_RDBFL32    0xF0064FE0          Read Data and Bit Flip Register 32
MC63_RDBFL33    0xF0064FE2          Read Data and Bit Flip Register 33
MC63_RDBFL34    0xF0064FE4          Read Data and Bit Flip Register 34
MC63_RDBFL35    0xF0064FE6          Read Data and Bit Flip Register 35
MC63_RDBFL36    0xF0064FE8          Read Data and Bit Flip Register 36
MC63_RDBFL37    0xF0064FEA          Read Data and Bit Flip Register 37
MC63_RDBFL38    0xF0064FEC          Read Data and Bit Flip Register 38
MC63_RDBFL39    0xF0064FEE          Read Data and Bit Flip Register 39
MC64_CONFIG0    0xF0065000          Configuration Register 0
MC64_CONFIG1    0xF0065002          Configuration Register 1
MC64_MCONTROL   0xF0065004          MBIST Control Register
MC64_MSTATUS    0xF0065006          Status Register
MC64_RANGE      0xF0065008          Range Register, single address mode
MC64_REVID      0xF006500C          Revision ID Register
MC64_ECCS       0xF006500E          ECC Safety Register
MC64_ECCD       0xF0065010          Memory ECC Detection Register
MC64_ETRR0      0xF0065012          Error Tracking Register 0
MC64_ETRR1      0xF0065014          Error Tracking Register 1
MC64_ETRR2      0xF0065016          Error Tracking Register 2
MC64_ETRR3      0xF0065018          Error Tracking Register 3
MC64_ETRR4      0xF006501A          Error Tracking Register 4
MC64_RDBFL0     0xF00650A0          Read Data and Bit Flip Register 0
MC64_RDBFL1     0xF00650A2          Read Data and Bit Flip Register 1
MC64_RDBFL2     0xF00650A4          Read Data and Bit Flip Register 2
MC64_RDBFL3     0xF00650A6          Read Data and Bit Flip Register 3
MC64_RDBFL4     0xF00650A8          Read Data and Bit Flip Register 4
MC64_RDBFL5     0xF00650AA          Read Data and Bit Flip Register 5
MC64_RDBFL6     0xF00650AC          Read Data and Bit Flip Register 6
MC64_RDBFL7     0xF00650AE          Read Data and Bit Flip Register 7
MC64_RDBFL8     0xF00650B0          Read Data and Bit Flip Register 8
MC64_RDBFL9     0xF00650B2          Read Data and Bit Flip Register 9
MC64_RDBFL10    0xF00650B4          Read Data and Bit Flip Register 10
MC64_RDBFL11    0xF00650B6          Read Data and Bit Flip Register 11
MC64_RDBFL12    0xF00650B8          Read Data and Bit Flip Register 12
MC64_RDBFL13    0xF00650BA          Read Data and Bit Flip Register 13
MC64_RDBFL14    0xF00650BC          Read Data and Bit Flip Register 14
MC64_RDBFL15    0xF00650BE          Read Data and Bit Flip Register 15
MC64_RDBFL16    0xF00650C0          Read Data and Bit Flip Register 16
MC64_RDBFL17    0xF00650C2          Read Data and Bit Flip Register 17
MC64_RDBFL18    0xF00650C4          Read Data and Bit Flip Register 18
MC64_RDBFL19    0xF00650C6          Read Data and Bit Flip Register 19
MC64_RDBFL20    0xF00650C8          Read Data and Bit Flip Register 20
MC64_RDBFL21    0xF00650CA          Read Data and Bit Flip Register 21
MC64_RDBFL22    0xF00650CC          Read Data and Bit Flip Register 22
MC64_RDBFL23    0xF00650CE          Read Data and Bit Flip Register 23
MC64_RDBFL24    0xF00650D0          Read Data and Bit Flip Register 24
MC64_RDBFL25    0xF00650D2          Read Data and Bit Flip Register 25
MC64_RDBFL26    0xF00650D4          Read Data and Bit Flip Register 26
MC64_RDBFL27    0xF00650D6          Read Data and Bit Flip Register 27
MC64_RDBFL28    0xF00650D8          Read Data and Bit Flip Register 28
MC64_RDBFL29    0xF00650DA          Read Data and Bit Flip Register 29
MC64_RDBFL30    0xF00650DC          Read Data and Bit Flip Register 30
MC64_RDBFL31    0xF00650DE          Read Data and Bit Flip Register 31
MC64_RDBFL32    0xF00650E0          Read Data and Bit Flip Register 32
MC64_RDBFL33    0xF00650E2          Read Data and Bit Flip Register 33
MC64_RDBFL34    0xF00650E4          Read Data and Bit Flip Register 34
MC64_RDBFL35    0xF00650E6          Read Data and Bit Flip Register 35
MC64_RDBFL36    0xF00650E8          Read Data and Bit Flip Register 36
MC64_RDBFL37    0xF00650EA          Read Data and Bit Flip Register 37
MC64_RDBFL38    0xF00650EC          Read Data and Bit Flip Register 38
MC64_RDBFL39    0xF00650EE          Read Data and Bit Flip Register 39
MC65_CONFIG0    0xF0065100          Configuration Register 0
MC65_CONFIG1    0xF0065102          Configuration Register 1
MC65_MCONTROL   0xF0065104          MBIST Control Register
MC65_MSTATUS    0xF0065106          Status Register
MC65_RANGE      0xF0065108          Range Register, single address mode
MC65_REVID      0xF006510C          Revision ID Register
MC65_ECCS       0xF006510E          ECC Safety Register
MC65_ECCD       0xF0065110          Memory ECC Detection Register
MC65_ETRR0      0xF0065112          Error Tracking Register 0
MC65_ETRR1      0xF0065114          Error Tracking Register 1
MC65_ETRR2      0xF0065116          Error Tracking Register 2
MC65_ETRR3      0xF0065118          Error Tracking Register 3
MC65_ETRR4      0xF006511A          Error Tracking Register 4
MC65_RDBFL0     0xF00651A0          Read Data and Bit Flip Register 0
MC65_RDBFL1     0xF00651A2          Read Data and Bit Flip Register 1
MC65_RDBFL2     0xF00651A4          Read Data and Bit Flip Register 2
MC65_RDBFL3     0xF00651A6          Read Data and Bit Flip Register 3
MC65_RDBFL4     0xF00651A8          Read Data and Bit Flip Register 4
MC65_RDBFL5     0xF00651AA          Read Data and Bit Flip Register 5
MC65_RDBFL6     0xF00651AC          Read Data and Bit Flip Register 6
MC65_RDBFL7     0xF00651AE          Read Data and Bit Flip Register 7
MC65_RDBFL8     0xF00651B0          Read Data and Bit Flip Register 8
MC65_RDBFL9     0xF00651B2          Read Data and Bit Flip Register 9
MC65_RDBFL10    0xF00651B4          Read Data and Bit Flip Register 10
MC65_RDBFL11    0xF00651B6          Read Data and Bit Flip Register 11
MC65_RDBFL12    0xF00651B8          Read Data and Bit Flip Register 12
MC65_RDBFL13    0xF00651BA          Read Data and Bit Flip Register 13
MC65_RDBFL14    0xF00651BC          Read Data and Bit Flip Register 14
MC65_RDBFL15    0xF00651BE          Read Data and Bit Flip Register 15
MC65_RDBFL16    0xF00651C0          Read Data and Bit Flip Register 16
MC65_RDBFL17    0xF00651C2          Read Data and Bit Flip Register 17
MC65_RDBFL18    0xF00651C4          Read Data and Bit Flip Register 18
MC65_RDBFL19    0xF00651C6          Read Data and Bit Flip Register 19
MC65_RDBFL20    0xF00651C8          Read Data and Bit Flip Register 20
MC65_RDBFL21    0xF00651CA          Read Data and Bit Flip Register 21
MC65_RDBFL22    0xF00651CC          Read Data and Bit Flip Register 22
MC65_RDBFL23    0xF00651CE          Read Data and Bit Flip Register 23
MC65_RDBFL24    0xF00651D0          Read Data and Bit Flip Register 24
MC65_RDBFL25    0xF00651D2          Read Data and Bit Flip Register 25
MC65_RDBFL26    0xF00651D4          Read Data and Bit Flip Register 26
MC65_RDBFL27    0xF00651D6          Read Data and Bit Flip Register 27
MC65_RDBFL28    0xF00651D8          Read Data and Bit Flip Register 28
MC65_RDBFL29    0xF00651DA          Read Data and Bit Flip Register 29
MC65_RDBFL30    0xF00651DC          Read Data and Bit Flip Register 30
MC65_RDBFL31    0xF00651DE          Read Data and Bit Flip Register 31
MC65_RDBFL32    0xF00651E0          Read Data and Bit Flip Register 32
MC65_RDBFL33    0xF00651E2          Read Data and Bit Flip Register 33
MC65_RDBFL34    0xF00651E4          Read Data and Bit Flip Register 34
MC65_RDBFL35    0xF00651E6          Read Data and Bit Flip Register 35
MC65_RDBFL36    0xF00651E8          Read Data and Bit Flip Register 36
MC65_RDBFL37    0xF00651EA          Read Data and Bit Flip Register 37
MC65_RDBFL38    0xF00651EC          Read Data and Bit Flip Register 38
MC65_RDBFL39    0xF00651EE          Read Data and Bit Flip Register 39
MC66_CONFIG0    0xF0065200          Configuration Register 0
MC66_CONFIG1    0xF0065202          Configuration Register 1
MC66_MCONTROL   0xF0065204          MBIST Control Register
MC66_MSTATUS    0xF0065206          Status Register
MC66_RANGE      0xF0065208          Range Register, single address mode
MC66_REVID      0xF006520C          Revision ID Register
MC66_ECCS       0xF006520E          ECC Safety Register
MC66_ECCD       0xF0065210          Memory ECC Detection Register
MC66_ETRR0      0xF0065212          Error Tracking Register 0
MC66_ETRR1      0xF0065214          Error Tracking Register 1
MC66_ETRR2      0xF0065216          Error Tracking Register 2
MC66_ETRR3      0xF0065218          Error Tracking Register 3
MC66_ETRR4      0xF006521A          Error Tracking Register 4
MC66_RDBFL0     0xF00652A0          Read Data and Bit Flip Register 0
MC66_RDBFL1     0xF00652A2          Read Data and Bit Flip Register 1
MC66_RDBFL2     0xF00652A4          Read Data and Bit Flip Register 2
MC66_RDBFL3     0xF00652A6          Read Data and Bit Flip Register 3
MC66_RDBFL4     0xF00652A8          Read Data and Bit Flip Register 4
MC66_RDBFL5     0xF00652AA          Read Data and Bit Flip Register 5
MC66_RDBFL6     0xF00652AC          Read Data and Bit Flip Register 6
MC66_RDBFL7     0xF00652AE          Read Data and Bit Flip Register 7
MC66_RDBFL8     0xF00652B0          Read Data and Bit Flip Register 8
MC66_RDBFL9     0xF00652B2          Read Data and Bit Flip Register 9
MC66_RDBFL10    0xF00652B4          Read Data and Bit Flip Register 10
MC66_RDBFL11    0xF00652B6          Read Data and Bit Flip Register 11
MC66_RDBFL12    0xF00652B8          Read Data and Bit Flip Register 12
MC66_RDBFL13    0xF00652BA          Read Data and Bit Flip Register 13
MC66_RDBFL14    0xF00652BC          Read Data and Bit Flip Register 14
MC66_RDBFL15    0xF00652BE          Read Data and Bit Flip Register 15
MC66_RDBFL16    0xF00652C0          Read Data and Bit Flip Register 16
MC66_RDBFL17    0xF00652C2          Read Data and Bit Flip Register 17
MC66_RDBFL18    0xF00652C4          Read Data and Bit Flip Register 18
MC66_RDBFL19    0xF00652C6          Read Data and Bit Flip Register 19
MC66_RDBFL20    0xF00652C8          Read Data and Bit Flip Register 20
MC66_RDBFL21    0xF00652CA          Read Data and Bit Flip Register 21
MC66_RDBFL22    0xF00652CC          Read Data and Bit Flip Register 22
MC66_RDBFL23    0xF00652CE          Read Data and Bit Flip Register 23
MC66_RDBFL24    0xF00652D0          Read Data and Bit Flip Register 24
MC66_RDBFL25    0xF00652D2          Read Data and Bit Flip Register 25
MC66_RDBFL26    0xF00652D4          Read Data and Bit Flip Register 26
MC66_RDBFL27    0xF00652D6          Read Data and Bit Flip Register 27
MC66_RDBFL28    0xF00652D8          Read Data and Bit Flip Register 28
MC66_RDBFL29    0xF00652DA          Read Data and Bit Flip Register 29
MC66_RDBFL30    0xF00652DC          Read Data and Bit Flip Register 30
MC66_RDBFL31    0xF00652DE          Read Data and Bit Flip Register 31
MC66_RDBFL32    0xF00652E0          Read Data and Bit Flip Register 32
MC66_RDBFL33    0xF00652E2          Read Data and Bit Flip Register 33
MC66_RDBFL34    0xF00652E4          Read Data and Bit Flip Register 34
MC66_RDBFL35    0xF00652E6          Read Data and Bit Flip Register 35
MC66_RDBFL36    0xF00652E8          Read Data and Bit Flip Register 36
MC66_RDBFL37    0xF00652EA          Read Data and Bit Flip Register 37
MC66_RDBFL38    0xF00652EC          Read Data and Bit Flip Register 38
MC66_RDBFL39    0xF00652EE          Read Data and Bit Flip Register 39
MC67_CONFIG0    0xF0065300          Configuration Register 0
MC67_CONFIG1    0xF0065302          Configuration Register 1
MC67_MCONTROL   0xF0065304          MBIST Control Register
MC67_MSTATUS    0xF0065306          Status Register
MC67_RANGE      0xF0065308          Range Register, single address mode
MC67_REVID      0xF006530C          Revision ID Register
MC67_ECCS       0xF006530E          ECC Safety Register
MC67_ECCD       0xF0065310          Memory ECC Detection Register
MC67_ETRR0      0xF0065312          Error Tracking Register 0
MC67_ETRR1      0xF0065314          Error Tracking Register 1
MC67_ETRR2      0xF0065316          Error Tracking Register 2
MC67_ETRR3      0xF0065318          Error Tracking Register 3
MC67_ETRR4      0xF006531A          Error Tracking Register 4
MC67_RDBFL0     0xF00653A0          Read Data and Bit Flip Register 0
MC67_RDBFL1     0xF00653A2          Read Data and Bit Flip Register 1
MC67_RDBFL2     0xF00653A4          Read Data and Bit Flip Register 2
MC67_RDBFL3     0xF00653A6          Read Data and Bit Flip Register 3
MC67_RDBFL4     0xF00653A8          Read Data and Bit Flip Register 4
MC67_RDBFL5     0xF00653AA          Read Data and Bit Flip Register 5
MC67_RDBFL6     0xF00653AC          Read Data and Bit Flip Register 6
MC67_RDBFL7     0xF00653AE          Read Data and Bit Flip Register 7
MC67_RDBFL8     0xF00653B0          Read Data and Bit Flip Register 8
MC67_RDBFL9     0xF00653B2          Read Data and Bit Flip Register 9
MC67_RDBFL10    0xF00653B4          Read Data and Bit Flip Register 10
MC67_RDBFL11    0xF00653B6          Read Data and Bit Flip Register 11
MC67_RDBFL12    0xF00653B8          Read Data and Bit Flip Register 12
MC67_RDBFL13    0xF00653BA          Read Data and Bit Flip Register 13
MC67_RDBFL14    0xF00653BC          Read Data and Bit Flip Register 14
MC67_RDBFL15    0xF00653BE          Read Data and Bit Flip Register 15
MC67_RDBFL16    0xF00653C0          Read Data and Bit Flip Register 16
MC67_RDBFL17    0xF00653C2          Read Data and Bit Flip Register 17
MC67_RDBFL18    0xF00653C4          Read Data and Bit Flip Register 18
MC67_RDBFL19    0xF00653C6          Read Data and Bit Flip Register 19
MC67_RDBFL20    0xF00653C8          Read Data and Bit Flip Register 20
MC67_RDBFL21    0xF00653CA          Read Data and Bit Flip Register 21
MC67_RDBFL22    0xF00653CC          Read Data and Bit Flip Register 22
MC67_RDBFL23    0xF00653CE          Read Data and Bit Flip Register 23
MC67_RDBFL24    0xF00653D0          Read Data and Bit Flip Register 24
MC67_RDBFL25    0xF00653D2          Read Data and Bit Flip Register 25
MC67_RDBFL26    0xF00653D4          Read Data and Bit Flip Register 26
MC67_RDBFL27    0xF00653D6          Read Data and Bit Flip Register 27
MC67_RDBFL28    0xF00653D8          Read Data and Bit Flip Register 28
MC67_RDBFL29    0xF00653DA          Read Data and Bit Flip Register 29
MC67_RDBFL30    0xF00653DC          Read Data and Bit Flip Register 30
MC67_RDBFL31    0xF00653DE          Read Data and Bit Flip Register 31
MC67_RDBFL32    0xF00653E0          Read Data and Bit Flip Register 32
MC67_RDBFL33    0xF00653E2          Read Data and Bit Flip Register 33
MC67_RDBFL34    0xF00653E4          Read Data and Bit Flip Register 34
MC67_RDBFL35    0xF00653E6          Read Data and Bit Flip Register 35
MC67_RDBFL36    0xF00653E8          Read Data and Bit Flip Register 36
MC67_RDBFL37    0xF00653EA          Read Data and Bit Flip Register 37
MC67_RDBFL38    0xF00653EC          Read Data and Bit Flip Register 38
MC67_RDBFL39    0xF00653EE          Read Data and Bit Flip Register 39
MC68_CONFIG0    0xF0065400          Configuration Register 0
MC68_CONFIG1    0xF0065402          Configuration Register 1
MC68_MCONTROL   0xF0065404          MBIST Control Register
MC68_MSTATUS    0xF0065406          Status Register
MC68_RANGE      0xF0065408          Range Register, single address mode
MC68_REVID      0xF006540C          Revision ID Register
MC68_ECCS       0xF006540E          ECC Safety Register
MC68_ECCD       0xF0065410          Memory ECC Detection Register
MC68_ETRR0      0xF0065412          Error Tracking Register 0
MC68_ETRR1      0xF0065414          Error Tracking Register 1
MC68_ETRR2      0xF0065416          Error Tracking Register 2
MC68_ETRR3      0xF0065418          Error Tracking Register 3
MC68_ETRR4      0xF006541A          Error Tracking Register 4
MC68_RDBFL0     0xF00654A0          Read Data and Bit Flip Register 0
MC68_RDBFL1     0xF00654A2          Read Data and Bit Flip Register 1
MC68_RDBFL2     0xF00654A4          Read Data and Bit Flip Register 2
MC68_RDBFL3     0xF00654A6          Read Data and Bit Flip Register 3
MC68_RDBFL4     0xF00654A8          Read Data and Bit Flip Register 4
MC68_RDBFL5     0xF00654AA          Read Data and Bit Flip Register 5
MC68_RDBFL6     0xF00654AC          Read Data and Bit Flip Register 6
MC68_RDBFL7     0xF00654AE          Read Data and Bit Flip Register 7
MC68_RDBFL8     0xF00654B0          Read Data and Bit Flip Register 8
MC68_RDBFL9     0xF00654B2          Read Data and Bit Flip Register 9
MC68_RDBFL10    0xF00654B4          Read Data and Bit Flip Register 10
MC68_RDBFL11    0xF00654B6          Read Data and Bit Flip Register 11
MC68_RDBFL12    0xF00654B8          Read Data and Bit Flip Register 12
MC68_RDBFL13    0xF00654BA          Read Data and Bit Flip Register 13
MC68_RDBFL14    0xF00654BC          Read Data and Bit Flip Register 14
MC68_RDBFL15    0xF00654BE          Read Data and Bit Flip Register 15
MC68_RDBFL16    0xF00654C0          Read Data and Bit Flip Register 16
MC68_RDBFL17    0xF00654C2          Read Data and Bit Flip Register 17
MC68_RDBFL18    0xF00654C4          Read Data and Bit Flip Register 18
MC68_RDBFL19    0xF00654C6          Read Data and Bit Flip Register 19
MC68_RDBFL20    0xF00654C8          Read Data and Bit Flip Register 20
MC68_RDBFL21    0xF00654CA          Read Data and Bit Flip Register 21
MC68_RDBFL22    0xF00654CC          Read Data and Bit Flip Register 22
MC68_RDBFL23    0xF00654CE          Read Data and Bit Flip Register 23
MC68_RDBFL24    0xF00654D0          Read Data and Bit Flip Register 24
MC68_RDBFL25    0xF00654D2          Read Data and Bit Flip Register 25
MC68_RDBFL26    0xF00654D4          Read Data and Bit Flip Register 26
MC68_RDBFL27    0xF00654D6          Read Data and Bit Flip Register 27
MC68_RDBFL28    0xF00654D8          Read Data and Bit Flip Register 28
MC68_RDBFL29    0xF00654DA          Read Data and Bit Flip Register 29
MC68_RDBFL30    0xF00654DC          Read Data and Bit Flip Register 30
MC68_RDBFL31    0xF00654DE          Read Data and Bit Flip Register 31
MC68_RDBFL32    0xF00654E0          Read Data and Bit Flip Register 32
MC68_RDBFL33    0xF00654E2          Read Data and Bit Flip Register 33
MC68_RDBFL34    0xF00654E4          Read Data and Bit Flip Register 34
MC68_RDBFL35    0xF00654E6          Read Data and Bit Flip Register 35
MC68_RDBFL36    0xF00654E8          Read Data and Bit Flip Register 36
MC68_RDBFL37    0xF00654EA          Read Data and Bit Flip Register 37
MC68_RDBFL38    0xF00654EC          Read Data and Bit Flip Register 38
MC68_RDBFL39    0xF00654EE          Read Data and Bit Flip Register 39
MC69_CONFIG0    0xF0065500          Configuration Register 0
MC69_CONFIG1    0xF0065502          Configuration Register 1
MC69_MCONTROL   0xF0065504          MBIST Control Register
MC69_MSTATUS    0xF0065506          Status Register
MC69_RANGE      0xF0065508          Range Register, single address mode
MC69_REVID      0xF006550C          Revision ID Register
MC69_ECCS       0xF006550E          ECC Safety Register
MC69_ECCD       0xF0065510          Memory ECC Detection Register
MC69_ETRR0      0xF0065512          Error Tracking Register 0
MC69_ETRR1      0xF0065514          Error Tracking Register 1
MC69_ETRR2      0xF0065516          Error Tracking Register 2
MC69_ETRR3      0xF0065518          Error Tracking Register 3
MC69_ETRR4      0xF006551A          Error Tracking Register 4
MC69_RDBFL0     0xF00655A0          Read Data and Bit Flip Register 0
MC69_RDBFL1     0xF00655A2          Read Data and Bit Flip Register 1
MC69_RDBFL2     0xF00655A4          Read Data and Bit Flip Register 2
MC69_RDBFL3     0xF00655A6          Read Data and Bit Flip Register 3
MC69_RDBFL4     0xF00655A8          Read Data and Bit Flip Register 4
MC69_RDBFL5     0xF00655AA          Read Data and Bit Flip Register 5
MC69_RDBFL6     0xF00655AC          Read Data and Bit Flip Register 6
MC69_RDBFL7     0xF00655AE          Read Data and Bit Flip Register 7
MC69_RDBFL8     0xF00655B0          Read Data and Bit Flip Register 8
MC69_RDBFL9     0xF00655B2          Read Data and Bit Flip Register 9
MC69_RDBFL10    0xF00655B4          Read Data and Bit Flip Register 10
MC69_RDBFL11    0xF00655B6          Read Data and Bit Flip Register 11
MC69_RDBFL12    0xF00655B8          Read Data and Bit Flip Register 12
MC69_RDBFL13    0xF00655BA          Read Data and Bit Flip Register 13
MC69_RDBFL14    0xF00655BC          Read Data and Bit Flip Register 14
MC69_RDBFL15    0xF00655BE          Read Data and Bit Flip Register 15
MC69_RDBFL16    0xF00655C0          Read Data and Bit Flip Register 16
MC69_RDBFL17    0xF00655C2          Read Data and Bit Flip Register 17
MC69_RDBFL18    0xF00655C4          Read Data and Bit Flip Register 18
MC69_RDBFL19    0xF00655C6          Read Data and Bit Flip Register 19
MC69_RDBFL20    0xF00655C8          Read Data and Bit Flip Register 20
MC69_RDBFL21    0xF00655CA          Read Data and Bit Flip Register 21
MC69_RDBFL22    0xF00655CC          Read Data and Bit Flip Register 22
MC69_RDBFL23    0xF00655CE          Read Data and Bit Flip Register 23
MC69_RDBFL24    0xF00655D0          Read Data and Bit Flip Register 24
MC69_RDBFL25    0xF00655D2          Read Data and Bit Flip Register 25
MC69_RDBFL26    0xF00655D4          Read Data and Bit Flip Register 26
MC69_RDBFL27    0xF00655D6          Read Data and Bit Flip Register 27
MC69_RDBFL28    0xF00655D8          Read Data and Bit Flip Register 28
MC69_RDBFL29    0xF00655DA          Read Data and Bit Flip Register 29
MC69_RDBFL30    0xF00655DC          Read Data and Bit Flip Register 30
MC69_RDBFL31    0xF00655DE          Read Data and Bit Flip Register 31
MC69_RDBFL32    0xF00655E0          Read Data and Bit Flip Register 32
MC69_RDBFL33    0xF00655E2          Read Data and Bit Flip Register 33
MC69_RDBFL34    0xF00655E4          Read Data and Bit Flip Register 34
MC69_RDBFL35    0xF00655E6          Read Data and Bit Flip Register 35
MC69_RDBFL36    0xF00655E8          Read Data and Bit Flip Register 36
MC69_RDBFL37    0xF00655EA          Read Data and Bit Flip Register 37
MC69_RDBFL38    0xF00655EC          Read Data and Bit Flip Register 38
MC69_RDBFL39    0xF00655EE          Read Data and Bit Flip Register 39
MC70_CONFIG0    0xF0065600          Configuration Register 0
MC70_CONFIG1    0xF0065602          Configuration Register 1
MC70_MCONTROL   0xF0065604          MBIST Control Register
MC70_MSTATUS    0xF0065606          Status Register
MC70_RANGE      0xF0065608          Range Register, single address mode
MC70_REVID      0xF006560C          Revision ID Register
MC70_ECCS       0xF006560E          ECC Safety Register
MC70_ECCD       0xF0065610          Memory ECC Detection Register
MC70_ETRR0      0xF0065612          Error Tracking Register 0
MC70_ETRR1      0xF0065614          Error Tracking Register 1
MC70_ETRR2      0xF0065616          Error Tracking Register 2
MC70_ETRR3      0xF0065618          Error Tracking Register 3
MC70_ETRR4      0xF006561A          Error Tracking Register 4
MC70_RDBFL0     0xF00656A0          Read Data and Bit Flip Register 0
MC70_RDBFL1     0xF00656A2          Read Data and Bit Flip Register 1
MC70_RDBFL2     0xF00656A4          Read Data and Bit Flip Register 2
MC70_RDBFL3     0xF00656A6          Read Data and Bit Flip Register 3
MC70_RDBFL4     0xF00656A8          Read Data and Bit Flip Register 4
MC70_RDBFL5     0xF00656AA          Read Data and Bit Flip Register 5
MC70_RDBFL6     0xF00656AC          Read Data and Bit Flip Register 6
MC70_RDBFL7     0xF00656AE          Read Data and Bit Flip Register 7
MC70_RDBFL8     0xF00656B0          Read Data and Bit Flip Register 8
MC70_RDBFL9     0xF00656B2          Read Data and Bit Flip Register 9
MC70_RDBFL10    0xF00656B4          Read Data and Bit Flip Register 10
MC70_RDBFL11    0xF00656B6          Read Data and Bit Flip Register 11
MC70_RDBFL12    0xF00656B8          Read Data and Bit Flip Register 12
MC70_RDBFL13    0xF00656BA          Read Data and Bit Flip Register 13
MC70_RDBFL14    0xF00656BC          Read Data and Bit Flip Register 14
MC70_RDBFL15    0xF00656BE          Read Data and Bit Flip Register 15
MC70_RDBFL16    0xF00656C0          Read Data and Bit Flip Register 16
MC70_RDBFL17    0xF00656C2          Read Data and Bit Flip Register 17
MC70_RDBFL18    0xF00656C4          Read Data and Bit Flip Register 18
MC70_RDBFL19    0xF00656C6          Read Data and Bit Flip Register 19
MC70_RDBFL20    0xF00656C8          Read Data and Bit Flip Register 20
MC70_RDBFL21    0xF00656CA          Read Data and Bit Flip Register 21
MC70_RDBFL22    0xF00656CC          Read Data and Bit Flip Register 22
MC70_RDBFL23    0xF00656CE          Read Data and Bit Flip Register 23
MC70_RDBFL24    0xF00656D0          Read Data and Bit Flip Register 24
MC70_RDBFL25    0xF00656D2          Read Data and Bit Flip Register 25
MC70_RDBFL26    0xF00656D4          Read Data and Bit Flip Register 26
MC70_RDBFL27    0xF00656D6          Read Data and Bit Flip Register 27
MC70_RDBFL28    0xF00656D8          Read Data and Bit Flip Register 28
MC70_RDBFL29    0xF00656DA          Read Data and Bit Flip Register 29
MC70_RDBFL30    0xF00656DC          Read Data and Bit Flip Register 30
MC70_RDBFL31    0xF00656DE          Read Data and Bit Flip Register 31
MC70_RDBFL32    0xF00656E0          Read Data and Bit Flip Register 32
MC70_RDBFL33    0xF00656E2          Read Data and Bit Flip Register 33
MC70_RDBFL34    0xF00656E4          Read Data and Bit Flip Register 34
MC70_RDBFL35    0xF00656E6          Read Data and Bit Flip Register 35
MC70_RDBFL36    0xF00656E8          Read Data and Bit Flip Register 36
MC70_RDBFL37    0xF00656EA          Read Data and Bit Flip Register 37
MC70_RDBFL38    0xF00656EC          Read Data and Bit Flip Register 38
MC70_RDBFL39    0xF00656EE          Read Data and Bit Flip Register 39
MC71_CONFIG0    0xF0065700          Configuration Register 0
MC71_CONFIG1    0xF0065702          Configuration Register 1
MC71_MCONTROL   0xF0065704          MBIST Control Register
MC71_MSTATUS    0xF0065706          Status Register
MC71_RANGE      0xF0065708          Range Register, single address mode
MC71_REVID      0xF006570C          Revision ID Register
MC71_ECCS       0xF006570E          ECC Safety Register
MC71_ECCD       0xF0065710          Memory ECC Detection Register
MC71_ETRR0      0xF0065712          Error Tracking Register 0
MC71_ETRR1      0xF0065714          Error Tracking Register 1
MC71_ETRR2      0xF0065716          Error Tracking Register 2
MC71_ETRR3      0xF0065718          Error Tracking Register 3
MC71_ETRR4      0xF006571A          Error Tracking Register 4
MC71_RDBFL0     0xF00657A0          Read Data and Bit Flip Register 0
MC71_RDBFL1     0xF00657A2          Read Data and Bit Flip Register 1
MC71_RDBFL2     0xF00657A4          Read Data and Bit Flip Register 2
MC71_RDBFL3     0xF00657A6          Read Data and Bit Flip Register 3
MC71_RDBFL4     0xF00657A8          Read Data and Bit Flip Register 4
MC71_RDBFL5     0xF00657AA          Read Data and Bit Flip Register 5
MC71_RDBFL6     0xF00657AC          Read Data and Bit Flip Register 6
MC71_RDBFL7     0xF00657AE          Read Data and Bit Flip Register 7
MC71_RDBFL8     0xF00657B0          Read Data and Bit Flip Register 8
MC71_RDBFL9     0xF00657B2          Read Data and Bit Flip Register 9
MC71_RDBFL10    0xF00657B4          Read Data and Bit Flip Register 10
MC71_RDBFL11    0xF00657B6          Read Data and Bit Flip Register 11
MC71_RDBFL12    0xF00657B8          Read Data and Bit Flip Register 12
MC71_RDBFL13    0xF00657BA          Read Data and Bit Flip Register 13
MC71_RDBFL14    0xF00657BC          Read Data and Bit Flip Register 14
MC71_RDBFL15    0xF00657BE          Read Data and Bit Flip Register 15
MC71_RDBFL16    0xF00657C0          Read Data and Bit Flip Register 16
MC71_RDBFL17    0xF00657C2          Read Data and Bit Flip Register 17
MC71_RDBFL18    0xF00657C4          Read Data and Bit Flip Register 18
MC71_RDBFL19    0xF00657C6          Read Data and Bit Flip Register 19
MC71_RDBFL20    0xF00657C8          Read Data and Bit Flip Register 20
MC71_RDBFL21    0xF00657CA          Read Data and Bit Flip Register 21
MC71_RDBFL22    0xF00657CC          Read Data and Bit Flip Register 22
MC71_RDBFL23    0xF00657CE          Read Data and Bit Flip Register 23
MC71_RDBFL24    0xF00657D0          Read Data and Bit Flip Register 24
MC71_RDBFL25    0xF00657D2          Read Data and Bit Flip Register 25
MC71_RDBFL26    0xF00657D4          Read Data and Bit Flip Register 26
MC71_RDBFL27    0xF00657D6          Read Data and Bit Flip Register 27
MC71_RDBFL28    0xF00657D8          Read Data and Bit Flip Register 28
MC71_RDBFL29    0xF00657DA          Read Data and Bit Flip Register 29
MC71_RDBFL30    0xF00657DC          Read Data and Bit Flip Register 30
MC71_RDBFL31    0xF00657DE          Read Data and Bit Flip Register 31
MC71_RDBFL32    0xF00657E0          Read Data and Bit Flip Register 32
MC71_RDBFL33    0xF00657E2          Read Data and Bit Flip Register 33
MC71_RDBFL34    0xF00657E4          Read Data and Bit Flip Register 34
MC71_RDBFL35    0xF00657E6          Read Data and Bit Flip Register 35
MC71_RDBFL36    0xF00657E8          Read Data and Bit Flip Register 36
MC71_RDBFL37    0xF00657EA          Read Data and Bit Flip Register 37
MC71_RDBFL38    0xF00657EC          Read Data and Bit Flip Register 38
MC71_RDBFL39    0xF00657EE          Read Data and Bit Flip Register 39
MC72_CONFIG0    0xF0065800          Configuration Register 0
MC72_CONFIG1    0xF0065802          Configuration Register 1
MC72_MCONTROL   0xF0065804          MBIST Control Register
MC72_MSTATUS    0xF0065806          Status Register
MC72_RANGE      0xF0065808          Range Register, single address mode
MC72_REVID      0xF006580C          Revision ID Register
MC72_ECCS       0xF006580E          ECC Safety Register
MC72_ECCD       0xF0065810          Memory ECC Detection Register
MC72_ETRR0      0xF0065812          Error Tracking Register 0
MC72_ETRR1      0xF0065814          Error Tracking Register 1
MC72_ETRR2      0xF0065816          Error Tracking Register 2
MC72_ETRR3      0xF0065818          Error Tracking Register 3
MC72_ETRR4      0xF006581A          Error Tracking Register 4
MC72_RDBFL0     0xF00658A0          Read Data and Bit Flip Register 0
MC72_RDBFL1     0xF00658A2          Read Data and Bit Flip Register 1
MC72_RDBFL2     0xF00658A4          Read Data and Bit Flip Register 2
MC72_RDBFL3     0xF00658A6          Read Data and Bit Flip Register 3
MC72_RDBFL4     0xF00658A8          Read Data and Bit Flip Register 4
MC72_RDBFL5     0xF00658AA          Read Data and Bit Flip Register 5
MC72_RDBFL6     0xF00658AC          Read Data and Bit Flip Register 6
MC72_RDBFL7     0xF00658AE          Read Data and Bit Flip Register 7
MC72_RDBFL8     0xF00658B0          Read Data and Bit Flip Register 8
MC72_RDBFL9     0xF00658B2          Read Data and Bit Flip Register 9
MC72_RDBFL10    0xF00658B4          Read Data and Bit Flip Register 10
MC72_RDBFL11    0xF00658B6          Read Data and Bit Flip Register 11
MC72_RDBFL12    0xF00658B8          Read Data and Bit Flip Register 12
MC72_RDBFL13    0xF00658BA          Read Data and Bit Flip Register 13
MC72_RDBFL14    0xF00658BC          Read Data and Bit Flip Register 14
MC72_RDBFL15    0xF00658BE          Read Data and Bit Flip Register 15
MC72_RDBFL16    0xF00658C0          Read Data and Bit Flip Register 16
MC72_RDBFL17    0xF00658C2          Read Data and Bit Flip Register 17
MC72_RDBFL18    0xF00658C4          Read Data and Bit Flip Register 18
MC72_RDBFL19    0xF00658C6          Read Data and Bit Flip Register 19
MC72_RDBFL20    0xF00658C8          Read Data and Bit Flip Register 20
MC72_RDBFL21    0xF00658CA          Read Data and Bit Flip Register 21
MC72_RDBFL22    0xF00658CC          Read Data and Bit Flip Register 22
MC72_RDBFL23    0xF00658CE          Read Data and Bit Flip Register 23
MC72_RDBFL24    0xF00658D0          Read Data and Bit Flip Register 24
MC72_RDBFL25    0xF00658D2          Read Data and Bit Flip Register 25
MC72_RDBFL26    0xF00658D4          Read Data and Bit Flip Register 26
MC72_RDBFL27    0xF00658D6          Read Data and Bit Flip Register 27
MC72_RDBFL28    0xF00658D8          Read Data and Bit Flip Register 28
MC72_RDBFL29    0xF00658DA          Read Data and Bit Flip Register 29
MC72_RDBFL30    0xF00658DC          Read Data and Bit Flip Register 30
MC72_RDBFL31    0xF00658DE          Read Data and Bit Flip Register 31
MC72_RDBFL32    0xF00658E0          Read Data and Bit Flip Register 32
MC72_RDBFL33    0xF00658E2          Read Data and Bit Flip Register 33
MC72_RDBFL34    0xF00658E4          Read Data and Bit Flip Register 34
MC72_RDBFL35    0xF00658E6          Read Data and Bit Flip Register 35
MC72_RDBFL36    0xF00658E8          Read Data and Bit Flip Register 36
MC72_RDBFL37    0xF00658EA          Read Data and Bit Flip Register 37
MC72_RDBFL38    0xF00658EC          Read Data and Bit Flip Register 38
MC72_RDBFL39    0xF00658EE          Read Data and Bit Flip Register 39
MC73_CONFIG0    0xF0065900          Configuration Register 0
MC73_CONFIG1    0xF0065902          Configuration Register 1
MC73_MCONTROL   0xF0065904          MBIST Control Register
MC73_MSTATUS    0xF0065906          Status Register
MC73_RANGE      0xF0065908          Range Register, single address mode
MC73_REVID      0xF006590C          Revision ID Register
MC73_ECCS       0xF006590E          ECC Safety Register
MC73_ECCD       0xF0065910          Memory ECC Detection Register
MC73_ETRR0      0xF0065912          Error Tracking Register 0
MC73_ETRR1      0xF0065914          Error Tracking Register 1
MC73_ETRR2      0xF0065916          Error Tracking Register 2
MC73_ETRR3      0xF0065918          Error Tracking Register 3
MC73_ETRR4      0xF006591A          Error Tracking Register 4
MC73_RDBFL0     0xF00659A0          Read Data and Bit Flip Register 0
MC73_RDBFL1     0xF00659A2          Read Data and Bit Flip Register 1
MC73_RDBFL2     0xF00659A4          Read Data and Bit Flip Register 2
MC73_RDBFL3     0xF00659A6          Read Data and Bit Flip Register 3
MC73_RDBFL4     0xF00659A8          Read Data and Bit Flip Register 4
MC73_RDBFL5     0xF00659AA          Read Data and Bit Flip Register 5
MC73_RDBFL6     0xF00659AC          Read Data and Bit Flip Register 6
MC73_RDBFL7     0xF00659AE          Read Data and Bit Flip Register 7
MC73_RDBFL8     0xF00659B0          Read Data and Bit Flip Register 8
MC73_RDBFL9     0xF00659B2          Read Data and Bit Flip Register 9
MC73_RDBFL10    0xF00659B4          Read Data and Bit Flip Register 10
MC73_RDBFL11    0xF00659B6          Read Data and Bit Flip Register 11
MC73_RDBFL12    0xF00659B8          Read Data and Bit Flip Register 12
MC73_RDBFL13    0xF00659BA          Read Data and Bit Flip Register 13
MC73_RDBFL14    0xF00659BC          Read Data and Bit Flip Register 14
MC73_RDBFL15    0xF00659BE          Read Data and Bit Flip Register 15
MC73_RDBFL16    0xF00659C0          Read Data and Bit Flip Register 16
MC73_RDBFL17    0xF00659C2          Read Data and Bit Flip Register 17
MC73_RDBFL18    0xF00659C4          Read Data and Bit Flip Register 18
MC73_RDBFL19    0xF00659C6          Read Data and Bit Flip Register 19
MC73_RDBFL20    0xF00659C8          Read Data and Bit Flip Register 20
MC73_RDBFL21    0xF00659CA          Read Data and Bit Flip Register 21
MC73_RDBFL22    0xF00659CC          Read Data and Bit Flip Register 22
MC73_RDBFL23    0xF00659CE          Read Data and Bit Flip Register 23
MC73_RDBFL24    0xF00659D0          Read Data and Bit Flip Register 24
MC73_RDBFL25    0xF00659D2          Read Data and Bit Flip Register 25
MC73_RDBFL26    0xF00659D4          Read Data and Bit Flip Register 26
MC73_RDBFL27    0xF00659D6          Read Data and Bit Flip Register 27
MC73_RDBFL28    0xF00659D8          Read Data and Bit Flip Register 28
MC73_RDBFL29    0xF00659DA          Read Data and Bit Flip Register 29
MC73_RDBFL30    0xF00659DC          Read Data and Bit Flip Register 30
MC73_RDBFL31    0xF00659DE          Read Data and Bit Flip Register 31
MC73_RDBFL32    0xF00659E0          Read Data and Bit Flip Register 32
MC73_RDBFL33    0xF00659E2          Read Data and Bit Flip Register 33
MC73_RDBFL34    0xF00659E4          Read Data and Bit Flip Register 34
MC73_RDBFL35    0xF00659E6          Read Data and Bit Flip Register 35
MC73_RDBFL36    0xF00659E8          Read Data and Bit Flip Register 36
MC73_RDBFL37    0xF00659EA          Read Data and Bit Flip Register 37
MC73_RDBFL38    0xF00659EC          Read Data and Bit Flip Register 38
MC73_RDBFL39    0xF00659EE          Read Data and Bit Flip Register 39
MC74_CONFIG0    0xF0065A00          Configuration Register 0
MC74_CONFIG1    0xF0065A02          Configuration Register 1
MC74_MCONTROL   0xF0065A04          MBIST Control Register
MC74_MSTATUS    0xF0065A06          Status Register
MC74_RANGE      0xF0065A08          Range Register, single address mode
MC74_REVID      0xF0065A0C          Revision ID Register
MC74_ECCS       0xF0065A0E          ECC Safety Register
MC74_ECCD       0xF0065A10          Memory ECC Detection Register
MC74_ETRR0      0xF0065A12          Error Tracking Register 0
MC74_ETRR1      0xF0065A14          Error Tracking Register 1
MC74_ETRR2      0xF0065A16          Error Tracking Register 2
MC74_ETRR3      0xF0065A18          Error Tracking Register 3
MC74_ETRR4      0xF0065A1A          Error Tracking Register 4
MC74_RDBFL0     0xF0065AA0          Read Data and Bit Flip Register 0
MC74_RDBFL1     0xF0065AA2          Read Data and Bit Flip Register 1
MC74_RDBFL2     0xF0065AA4          Read Data and Bit Flip Register 2
MC74_RDBFL3     0xF0065AA6          Read Data and Bit Flip Register 3
MC74_RDBFL4     0xF0065AA8          Read Data and Bit Flip Register 4
MC74_RDBFL5     0xF0065AAA          Read Data and Bit Flip Register 5
MC74_RDBFL6     0xF0065AAC          Read Data and Bit Flip Register 6
MC74_RDBFL7     0xF0065AAE          Read Data and Bit Flip Register 7
MC74_RDBFL8     0xF0065AB0          Read Data and Bit Flip Register 8
MC74_RDBFL9     0xF0065AB2          Read Data and Bit Flip Register 9
MC74_RDBFL10    0xF0065AB4          Read Data and Bit Flip Register 10
MC74_RDBFL11    0xF0065AB6          Read Data and Bit Flip Register 11
MC74_RDBFL12    0xF0065AB8          Read Data and Bit Flip Register 12
MC74_RDBFL13    0xF0065ABA          Read Data and Bit Flip Register 13
MC74_RDBFL14    0xF0065ABC          Read Data and Bit Flip Register 14
MC74_RDBFL15    0xF0065ABE          Read Data and Bit Flip Register 15
MC74_RDBFL16    0xF0065AC0          Read Data and Bit Flip Register 16
MC74_RDBFL17    0xF0065AC2          Read Data and Bit Flip Register 17
MC74_RDBFL18    0xF0065AC4          Read Data and Bit Flip Register 18
MC74_RDBFL19    0xF0065AC6          Read Data and Bit Flip Register 19
MC74_RDBFL20    0xF0065AC8          Read Data and Bit Flip Register 20
MC74_RDBFL21    0xF0065ACA          Read Data and Bit Flip Register 21
MC74_RDBFL22    0xF0065ACC          Read Data and Bit Flip Register 22
MC74_RDBFL23    0xF0065ACE          Read Data and Bit Flip Register 23
MC74_RDBFL24    0xF0065AD0          Read Data and Bit Flip Register 24
MC74_RDBFL25    0xF0065AD2          Read Data and Bit Flip Register 25
MC74_RDBFL26    0xF0065AD4          Read Data and Bit Flip Register 26
MC74_RDBFL27    0xF0065AD6          Read Data and Bit Flip Register 27
MC74_RDBFL28    0xF0065AD8          Read Data and Bit Flip Register 28
MC74_RDBFL29    0xF0065ADA          Read Data and Bit Flip Register 29
MC74_RDBFL30    0xF0065ADC          Read Data and Bit Flip Register 30
MC74_RDBFL31    0xF0065ADE          Read Data and Bit Flip Register 31
MC74_RDBFL32    0xF0065AE0          Read Data and Bit Flip Register 32
MC74_RDBFL33    0xF0065AE2          Read Data and Bit Flip Register 33
MC74_RDBFL34    0xF0065AE4          Read Data and Bit Flip Register 34
MC74_RDBFL35    0xF0065AE6          Read Data and Bit Flip Register 35
MC74_RDBFL36    0xF0065AE8          Read Data and Bit Flip Register 36
MC74_RDBFL37    0xF0065AEA          Read Data and Bit Flip Register 37
MC74_RDBFL38    0xF0065AEC          Read Data and Bit Flip Register 38
MC74_RDBFL39    0xF0065AEE          Read Data and Bit Flip Register 39
MC75_CONFIG0    0xF0065B00          Configuration Register 0
MC75_CONFIG1    0xF0065B02          Configuration Register 1
MC75_MCONTROL   0xF0065B04          MBIST Control Register
MC75_MSTATUS    0xF0065B06          Status Register
MC75_RANGE      0xF0065B08          Range Register, single address mode
MC75_REVID      0xF0065B0C          Revision ID Register
MC75_ECCS       0xF0065B0E          ECC Safety Register
MC75_ECCD       0xF0065B10          Memory ECC Detection Register
MC75_ETRR0      0xF0065B12          Error Tracking Register 0
MC75_ETRR1      0xF0065B14          Error Tracking Register 1
MC75_ETRR2      0xF0065B16          Error Tracking Register 2
MC75_ETRR3      0xF0065B18          Error Tracking Register 3
MC75_ETRR4      0xF0065B1A          Error Tracking Register 4
MC75_RDBFL0     0xF0065BA0          Read Data and Bit Flip Register 0
MC75_RDBFL1     0xF0065BA2          Read Data and Bit Flip Register 1
MC75_RDBFL2     0xF0065BA4          Read Data and Bit Flip Register 2
MC75_RDBFL3     0xF0065BA6          Read Data and Bit Flip Register 3
MC75_RDBFL4     0xF0065BA8          Read Data and Bit Flip Register 4
MC75_RDBFL5     0xF0065BAA          Read Data and Bit Flip Register 5
MC75_RDBFL6     0xF0065BAC          Read Data and Bit Flip Register 6
MC75_RDBFL7     0xF0065BAE          Read Data and Bit Flip Register 7
MC75_RDBFL8     0xF0065BB0          Read Data and Bit Flip Register 8
MC75_RDBFL9     0xF0065BB2          Read Data and Bit Flip Register 9
MC75_RDBFL10    0xF0065BB4          Read Data and Bit Flip Register 10
MC75_RDBFL11    0xF0065BB6          Read Data and Bit Flip Register 11
MC75_RDBFL12    0xF0065BB8          Read Data and Bit Flip Register 12
MC75_RDBFL13    0xF0065BBA          Read Data and Bit Flip Register 13
MC75_RDBFL14    0xF0065BBC          Read Data and Bit Flip Register 14
MC75_RDBFL15    0xF0065BBE          Read Data and Bit Flip Register 15
MC75_RDBFL16    0xF0065BC0          Read Data and Bit Flip Register 16
MC75_RDBFL17    0xF0065BC2          Read Data and Bit Flip Register 17
MC75_RDBFL18    0xF0065BC4          Read Data and Bit Flip Register 18
MC75_RDBFL19    0xF0065BC6          Read Data and Bit Flip Register 19
MC75_RDBFL20    0xF0065BC8          Read Data and Bit Flip Register 20
MC75_RDBFL21    0xF0065BCA          Read Data and Bit Flip Register 21
MC75_RDBFL22    0xF0065BCC          Read Data and Bit Flip Register 22
MC75_RDBFL23    0xF0065BCE          Read Data and Bit Flip Register 23
MC75_RDBFL24    0xF0065BD0          Read Data and Bit Flip Register 24
MC75_RDBFL25    0xF0065BD2          Read Data and Bit Flip Register 25
MC75_RDBFL26    0xF0065BD4          Read Data and Bit Flip Register 26
MC75_RDBFL27    0xF0065BD6          Read Data and Bit Flip Register 27
MC75_RDBFL28    0xF0065BD8          Read Data and Bit Flip Register 28
MC75_RDBFL29    0xF0065BDA          Read Data and Bit Flip Register 29
MC75_RDBFL30    0xF0065BDC          Read Data and Bit Flip Register 30
MC75_RDBFL31    0xF0065BDE          Read Data and Bit Flip Register 31
MC75_RDBFL32    0xF0065BE0          Read Data and Bit Flip Register 32
MC75_RDBFL33    0xF0065BE2          Read Data and Bit Flip Register 33
MC75_RDBFL34    0xF0065BE4          Read Data and Bit Flip Register 34
MC75_RDBFL35    0xF0065BE6          Read Data and Bit Flip Register 35
MC75_RDBFL36    0xF0065BE8          Read Data and Bit Flip Register 36
MC75_RDBFL37    0xF0065BEA          Read Data and Bit Flip Register 37
MC75_RDBFL38    0xF0065BEC          Read Data and Bit Flip Register 38
MC75_RDBFL39    0xF0065BEE          Read Data and Bit Flip Register 39
MC76_CONFIG0    0xF0065C00          Configuration Register 0
MC76_CONFIG1    0xF0065C02          Configuration Register 1
MC76_MCONTROL   0xF0065C04          MBIST Control Register
MC76_MSTATUS    0xF0065C06          Status Register
MC76_RANGE      0xF0065C08          Range Register, single address mode
MC76_REVID      0xF0065C0C          Revision ID Register
MC76_ECCS       0xF0065C0E          ECC Safety Register
MC76_ECCD       0xF0065C10          Memory ECC Detection Register
MC76_ETRR0      0xF0065C12          Error Tracking Register 0
MC76_ETRR1      0xF0065C14          Error Tracking Register 1
MC76_ETRR2      0xF0065C16          Error Tracking Register 2
MC76_ETRR3      0xF0065C18          Error Tracking Register 3
MC76_ETRR4      0xF0065C1A          Error Tracking Register 4
MC76_RDBFL0     0xF0065CA0          Read Data and Bit Flip Register 0
MC76_RDBFL1     0xF0065CA2          Read Data and Bit Flip Register 1
MC76_RDBFL2     0xF0065CA4          Read Data and Bit Flip Register 2
MC76_RDBFL3     0xF0065CA6          Read Data and Bit Flip Register 3
MC76_RDBFL4     0xF0065CA8          Read Data and Bit Flip Register 4
MC76_RDBFL5     0xF0065CAA          Read Data and Bit Flip Register 5
MC76_RDBFL6     0xF0065CAC          Read Data and Bit Flip Register 6
MC76_RDBFL7     0xF0065CAE          Read Data and Bit Flip Register 7
MC76_RDBFL8     0xF0065CB0          Read Data and Bit Flip Register 8
MC76_RDBFL9     0xF0065CB2          Read Data and Bit Flip Register 9
MC76_RDBFL10    0xF0065CB4          Read Data and Bit Flip Register 10
MC76_RDBFL11    0xF0065CB6          Read Data and Bit Flip Register 11
MC76_RDBFL12    0xF0065CB8          Read Data and Bit Flip Register 12
MC76_RDBFL13    0xF0065CBA          Read Data and Bit Flip Register 13
MC76_RDBFL14    0xF0065CBC          Read Data and Bit Flip Register 14
MC76_RDBFL15    0xF0065CBE          Read Data and Bit Flip Register 15
MC76_RDBFL16    0xF0065CC0          Read Data and Bit Flip Register 16
MC76_RDBFL17    0xF0065CC2          Read Data and Bit Flip Register 17
MC76_RDBFL18    0xF0065CC4          Read Data and Bit Flip Register 18
MC76_RDBFL19    0xF0065CC6          Read Data and Bit Flip Register 19
MC76_RDBFL20    0xF0065CC8          Read Data and Bit Flip Register 20
MC76_RDBFL21    0xF0065CCA          Read Data and Bit Flip Register 21
MC76_RDBFL22    0xF0065CCC          Read Data and Bit Flip Register 22
MC76_RDBFL23    0xF0065CCE          Read Data and Bit Flip Register 23
MC76_RDBFL24    0xF0065CD0          Read Data and Bit Flip Register 24
MC76_RDBFL25    0xF0065CD2          Read Data and Bit Flip Register 25
MC76_RDBFL26    0xF0065CD4          Read Data and Bit Flip Register 26
MC76_RDBFL27    0xF0065CD6          Read Data and Bit Flip Register 27
MC76_RDBFL28    0xF0065CD8          Read Data and Bit Flip Register 28
MC76_RDBFL29    0xF0065CDA          Read Data and Bit Flip Register 29
MC76_RDBFL30    0xF0065CDC          Read Data and Bit Flip Register 30
MC76_RDBFL31    0xF0065CDE          Read Data and Bit Flip Register 31
MC76_RDBFL32    0xF0065CE0          Read Data and Bit Flip Register 32
MC76_RDBFL33    0xF0065CE2          Read Data and Bit Flip Register 33
MC76_RDBFL34    0xF0065CE4          Read Data and Bit Flip Register 34
MC76_RDBFL35    0xF0065CE6          Read Data and Bit Flip Register 35
MC76_RDBFL36    0xF0065CE8          Read Data and Bit Flip Register 36
MC76_RDBFL37    0xF0065CEA          Read Data and Bit Flip Register 37
MC76_RDBFL38    0xF0065CEC          Read Data and Bit Flip Register 38
MC76_RDBFL39    0xF0065CEE          Read Data and Bit Flip Register 39
MC77_CONFIG0    0xF0065D00          Configuration Register 0
MC77_CONFIG1    0xF0065D02          Configuration Register 1
MC77_MCONTROL   0xF0065D04          MBIST Control Register
MC77_MSTATUS    0xF0065D06          Status Register
MC77_RANGE      0xF0065D08          Range Register, single address mode
MC77_REVID      0xF0065D0C          Revision ID Register
MC77_ECCS       0xF0065D0E          ECC Safety Register
MC77_ECCD       0xF0065D10          Memory ECC Detection Register
MC77_ETRR0      0xF0065D12          Error Tracking Register 0
MC77_ETRR1      0xF0065D14          Error Tracking Register 1
MC77_ETRR2      0xF0065D16          Error Tracking Register 2
MC77_ETRR3      0xF0065D18          Error Tracking Register 3
MC77_ETRR4      0xF0065D1A          Error Tracking Register 4
MC77_RDBFL0     0xF0065DA0          Read Data and Bit Flip Register 0
MC77_RDBFL1     0xF0065DA2          Read Data and Bit Flip Register 1
MC77_RDBFL2     0xF0065DA4          Read Data and Bit Flip Register 2
MC77_RDBFL3     0xF0065DA6          Read Data and Bit Flip Register 3
MC77_RDBFL4     0xF0065DA8          Read Data and Bit Flip Register 4
MC77_RDBFL5     0xF0065DAA          Read Data and Bit Flip Register 5
MC77_RDBFL6     0xF0065DAC          Read Data and Bit Flip Register 6
MC77_RDBFL7     0xF0065DAE          Read Data and Bit Flip Register 7
MC77_RDBFL8     0xF0065DB0          Read Data and Bit Flip Register 8
MC77_RDBFL9     0xF0065DB2          Read Data and Bit Flip Register 9
MC77_RDBFL10    0xF0065DB4          Read Data and Bit Flip Register 10
MC77_RDBFL11    0xF0065DB6          Read Data and Bit Flip Register 11
MC77_RDBFL12    0xF0065DB8          Read Data and Bit Flip Register 12
MC77_RDBFL13    0xF0065DBA          Read Data and Bit Flip Register 13
MC77_RDBFL14    0xF0065DBC          Read Data and Bit Flip Register 14
MC77_RDBFL15    0xF0065DBE          Read Data and Bit Flip Register 15
MC77_RDBFL16    0xF0065DC0          Read Data and Bit Flip Register 16
MC77_RDBFL17    0xF0065DC2          Read Data and Bit Flip Register 17
MC77_RDBFL18    0xF0065DC4          Read Data and Bit Flip Register 18
MC77_RDBFL19    0xF0065DC6          Read Data and Bit Flip Register 19
MC77_RDBFL20    0xF0065DC8          Read Data and Bit Flip Register 20
MC77_RDBFL21    0xF0065DCA          Read Data and Bit Flip Register 21
MC77_RDBFL22    0xF0065DCC          Read Data and Bit Flip Register 22
MC77_RDBFL23    0xF0065DCE          Read Data and Bit Flip Register 23
MC77_RDBFL24    0xF0065DD0          Read Data and Bit Flip Register 24
MC77_RDBFL25    0xF0065DD2          Read Data and Bit Flip Register 25
MC77_RDBFL26    0xF0065DD4          Read Data and Bit Flip Register 26
MC77_RDBFL27    0xF0065DD6          Read Data and Bit Flip Register 27
MC77_RDBFL28    0xF0065DD8          Read Data and Bit Flip Register 28
MC77_RDBFL29    0xF0065DDA          Read Data and Bit Flip Register 29
MC77_RDBFL30    0xF0065DDC          Read Data and Bit Flip Register 30
MC77_RDBFL31    0xF0065DDE          Read Data and Bit Flip Register 31
MC77_RDBFL32    0xF0065DE0          Read Data and Bit Flip Register 32
MC77_RDBFL33    0xF0065DE2          Read Data and Bit Flip Register 33
MC77_RDBFL34    0xF0065DE4          Read Data and Bit Flip Register 34
MC77_RDBFL35    0xF0065DE6          Read Data and Bit Flip Register 35
MC77_RDBFL36    0xF0065DE8          Read Data and Bit Flip Register 36
MC77_RDBFL37    0xF0065DEA          Read Data and Bit Flip Register 37
MC77_RDBFL38    0xF0065DEC          Read Data and Bit Flip Register 38
MC77_RDBFL39    0xF0065DEE          Read Data and Bit Flip Register 39
MC78_CONFIG0    0xF0065E00          Configuration Register 0
MC78_CONFIG1    0xF0065E02          Configuration Register 1
MC78_MCONTROL   0xF0065E04          MBIST Control Register
MC78_MSTATUS    0xF0065E06          Status Register
MC78_RANGE      0xF0065E08          Range Register, single address mode
MC78_REVID      0xF0065E0C          Revision ID Register
MC78_ECCS       0xF0065E0E          ECC Safety Register
MC78_ECCD       0xF0065E10          Memory ECC Detection Register
MC78_ETRR0      0xF0065E12          Error Tracking Register 0
MC78_ETRR1      0xF0065E14          Error Tracking Register 1
MC78_ETRR2      0xF0065E16          Error Tracking Register 2
MC78_ETRR3      0xF0065E18          Error Tracking Register 3
MC78_ETRR4      0xF0065E1A          Error Tracking Register 4
MC78_RDBFL0     0xF0065EA0          Read Data and Bit Flip Register 0
MC78_RDBFL1     0xF0065EA2          Read Data and Bit Flip Register 1
MC78_RDBFL2     0xF0065EA4          Read Data and Bit Flip Register 2
MC78_RDBFL3     0xF0065EA6          Read Data and Bit Flip Register 3
MC78_RDBFL4     0xF0065EA8          Read Data and Bit Flip Register 4
MC78_RDBFL5     0xF0065EAA          Read Data and Bit Flip Register 5
MC78_RDBFL6     0xF0065EAC          Read Data and Bit Flip Register 6
MC78_RDBFL7     0xF0065EAE          Read Data and Bit Flip Register 7
MC78_RDBFL8     0xF0065EB0          Read Data and Bit Flip Register 8
MC78_RDBFL9     0xF0065EB2          Read Data and Bit Flip Register 9
MC78_RDBFL10    0xF0065EB4          Read Data and Bit Flip Register 10
MC78_RDBFL11    0xF0065EB6          Read Data and Bit Flip Register 11
MC78_RDBFL12    0xF0065EB8          Read Data and Bit Flip Register 12
MC78_RDBFL13    0xF0065EBA          Read Data and Bit Flip Register 13
MC78_RDBFL14    0xF0065EBC          Read Data and Bit Flip Register 14
MC78_RDBFL15    0xF0065EBE          Read Data and Bit Flip Register 15
MC78_RDBFL16    0xF0065EC0          Read Data and Bit Flip Register 16
MC78_RDBFL17    0xF0065EC2          Read Data and Bit Flip Register 17
MC78_RDBFL18    0xF0065EC4          Read Data and Bit Flip Register 18
MC78_RDBFL19    0xF0065EC6          Read Data and Bit Flip Register 19
MC78_RDBFL20    0xF0065EC8          Read Data and Bit Flip Register 20
MC78_RDBFL21    0xF0065ECA          Read Data and Bit Flip Register 21
MC78_RDBFL22    0xF0065ECC          Read Data and Bit Flip Register 22
MC78_RDBFL23    0xF0065ECE          Read Data and Bit Flip Register 23
MC78_RDBFL24    0xF0065ED0          Read Data and Bit Flip Register 24
MC78_RDBFL25    0xF0065ED2          Read Data and Bit Flip Register 25
MC78_RDBFL26    0xF0065ED4          Read Data and Bit Flip Register 26
MC78_RDBFL27    0xF0065ED6          Read Data and Bit Flip Register 27
MC78_RDBFL28    0xF0065ED8          Read Data and Bit Flip Register 28
MC78_RDBFL29    0xF0065EDA          Read Data and Bit Flip Register 29
MC78_RDBFL30    0xF0065EDC          Read Data and Bit Flip Register 30
MC78_RDBFL31    0xF0065EDE          Read Data and Bit Flip Register 31
MC78_RDBFL32    0xF0065EE0          Read Data and Bit Flip Register 32
MC78_RDBFL33    0xF0065EE2          Read Data and Bit Flip Register 33
MC78_RDBFL34    0xF0065EE4          Read Data and Bit Flip Register 34
MC78_RDBFL35    0xF0065EE6          Read Data and Bit Flip Register 35
MC78_RDBFL36    0xF0065EE8          Read Data and Bit Flip Register 36
MC78_RDBFL37    0xF0065EEA          Read Data and Bit Flip Register 37
MC78_RDBFL38    0xF0065EEC          Read Data and Bit Flip Register 38
MC78_RDBFL39    0xF0065EEE          Read Data and Bit Flip Register 39
MC79_CONFIG0    0xF0065F00          Configuration Register 0
MC79_CONFIG1    0xF0065F02          Configuration Register 1
MC79_MCONTROL   0xF0065F04          MBIST Control Register
MC79_MSTATUS    0xF0065F06          Status Register
MC79_RANGE      0xF0065F08          Range Register, single address mode
MC79_REVID      0xF0065F0C          Revision ID Register
MC79_ECCS       0xF0065F0E          ECC Safety Register
MC79_ECCD       0xF0065F10          Memory ECC Detection Register
MC79_ETRR0      0xF0065F12          Error Tracking Register 0
MC79_ETRR1      0xF0065F14          Error Tracking Register 1
MC79_ETRR2      0xF0065F16          Error Tracking Register 2
MC79_ETRR3      0xF0065F18          Error Tracking Register 3
MC79_ETRR4      0xF0065F1A          Error Tracking Register 4
MC79_RDBFL0     0xF0065FA0          Read Data and Bit Flip Register 0
MC79_RDBFL1     0xF0065FA2          Read Data and Bit Flip Register 1
MC79_RDBFL2     0xF0065FA4          Read Data and Bit Flip Register 2
MC79_RDBFL3     0xF0065FA6          Read Data and Bit Flip Register 3
MC79_RDBFL4     0xF0065FA8          Read Data and Bit Flip Register 4
MC79_RDBFL5     0xF0065FAA          Read Data and Bit Flip Register 5
MC79_RDBFL6     0xF0065FAC          Read Data and Bit Flip Register 6
MC79_RDBFL7     0xF0065FAE          Read Data and Bit Flip Register 7
MC79_RDBFL8     0xF0065FB0          Read Data and Bit Flip Register 8
MC79_RDBFL9     0xF0065FB2          Read Data and Bit Flip Register 9
MC79_RDBFL10    0xF0065FB4          Read Data and Bit Flip Register 10
MC79_RDBFL11    0xF0065FB6          Read Data and Bit Flip Register 11
MC79_RDBFL12    0xF0065FB8          Read Data and Bit Flip Register 12
MC79_RDBFL13    0xF0065FBA          Read Data and Bit Flip Register 13
MC79_RDBFL14    0xF0065FBC          Read Data and Bit Flip Register 14
MC79_RDBFL15    0xF0065FBE          Read Data and Bit Flip Register 15
MC79_RDBFL16    0xF0065FC0          Read Data and Bit Flip Register 16
MC79_RDBFL17    0xF0065FC2          Read Data and Bit Flip Register 17
MC79_RDBFL18    0xF0065FC4          Read Data and Bit Flip Register 18
MC79_RDBFL19    0xF0065FC6          Read Data and Bit Flip Register 19
MC79_RDBFL20    0xF0065FC8          Read Data and Bit Flip Register 20
MC79_RDBFL21    0xF0065FCA          Read Data and Bit Flip Register 21
MC79_RDBFL22    0xF0065FCC          Read Data and Bit Flip Register 22
MC79_RDBFL23    0xF0065FCE          Read Data and Bit Flip Register 23
MC79_RDBFL24    0xF0065FD0          Read Data and Bit Flip Register 24
MC79_RDBFL25    0xF0065FD2          Read Data and Bit Flip Register 25
MC79_RDBFL26    0xF0065FD4          Read Data and Bit Flip Register 26
MC79_RDBFL27    0xF0065FD6          Read Data and Bit Flip Register 27
MC79_RDBFL28    0xF0065FD8          Read Data and Bit Flip Register 28
MC79_RDBFL29    0xF0065FDA          Read Data and Bit Flip Register 29
MC79_RDBFL30    0xF0065FDC          Read Data and Bit Flip Register 30
MC79_RDBFL31    0xF0065FDE          Read Data and Bit Flip Register 31
MC79_RDBFL32    0xF0065FE0          Read Data and Bit Flip Register 32
MC79_RDBFL33    0xF0065FE2          Read Data and Bit Flip Register 33
MC79_RDBFL34    0xF0065FE4          Read Data and Bit Flip Register 34
MC79_RDBFL35    0xF0065FE6          Read Data and Bit Flip Register 35
MC79_RDBFL36    0xF0065FE8          Read Data and Bit Flip Register 36
MC79_RDBFL37    0xF0065FEA          Read Data and Bit Flip Register 37
MC79_RDBFL38    0xF0065FEC          Read Data and Bit Flip Register 38
MC79_RDBFL39    0xF0065FEE          Read Data and Bit Flip Register 39
MC80_CONFIG0    0xF0066000          Configuration Register 0
MC80_CONFIG1    0xF0066002          Configuration Register 1
MC80_MCONTROL   0xF0066004          MBIST Control Register
MC80_MSTATUS    0xF0066006          Status Register
MC80_RANGE      0xF0066008          Range Register, single address mode
MC80_REVID      0xF006600C          Revision ID Register
MC80_ECCS       0xF006600E          ECC Safety Register
MC80_ECCD       0xF0066010          Memory ECC Detection Register
MC80_ETRR0      0xF0066012          Error Tracking Register 0
MC80_ETRR1      0xF0066014          Error Tracking Register 1
MC80_ETRR2      0xF0066016          Error Tracking Register 2
MC80_ETRR3      0xF0066018          Error Tracking Register 3
MC80_ETRR4      0xF006601A          Error Tracking Register 4
MC80_RDBFL0     0xF00660A0          Read Data and Bit Flip Register 0
MC80_RDBFL1     0xF00660A2          Read Data and Bit Flip Register 1
MC80_RDBFL2     0xF00660A4          Read Data and Bit Flip Register 2
MC80_RDBFL3     0xF00660A6          Read Data and Bit Flip Register 3
MC80_RDBFL4     0xF00660A8          Read Data and Bit Flip Register 4
MC80_RDBFL5     0xF00660AA          Read Data and Bit Flip Register 5
MC80_RDBFL6     0xF00660AC          Read Data and Bit Flip Register 6
MC80_RDBFL7     0xF00660AE          Read Data and Bit Flip Register 7
MC80_RDBFL8     0xF00660B0          Read Data and Bit Flip Register 8
MC80_RDBFL9     0xF00660B2          Read Data and Bit Flip Register 9
MC80_RDBFL10    0xF00660B4          Read Data and Bit Flip Register 10
MC80_RDBFL11    0xF00660B6          Read Data and Bit Flip Register 11
MC80_RDBFL12    0xF00660B8          Read Data and Bit Flip Register 12
MC80_RDBFL13    0xF00660BA          Read Data and Bit Flip Register 13
MC80_RDBFL14    0xF00660BC          Read Data and Bit Flip Register 14
MC80_RDBFL15    0xF00660BE          Read Data and Bit Flip Register 15
MC80_RDBFL16    0xF00660C0          Read Data and Bit Flip Register 16
MC80_RDBFL17    0xF00660C2          Read Data and Bit Flip Register 17
MC80_RDBFL18    0xF00660C4          Read Data and Bit Flip Register 18
MC80_RDBFL19    0xF00660C6          Read Data and Bit Flip Register 19
MC80_RDBFL20    0xF00660C8          Read Data and Bit Flip Register 20
MC80_RDBFL21    0xF00660CA          Read Data and Bit Flip Register 21
MC80_RDBFL22    0xF00660CC          Read Data and Bit Flip Register 22
MC80_RDBFL23    0xF00660CE          Read Data and Bit Flip Register 23
MC80_RDBFL24    0xF00660D0          Read Data and Bit Flip Register 24
MC80_RDBFL25    0xF00660D2          Read Data and Bit Flip Register 25
MC80_RDBFL26    0xF00660D4          Read Data and Bit Flip Register 26
MC80_RDBFL27    0xF00660D6          Read Data and Bit Flip Register 27
MC80_RDBFL28    0xF00660D8          Read Data and Bit Flip Register 28
MC80_RDBFL29    0xF00660DA          Read Data and Bit Flip Register 29
MC80_RDBFL30    0xF00660DC          Read Data and Bit Flip Register 30
MC80_RDBFL31    0xF00660DE          Read Data and Bit Flip Register 31
MC80_RDBFL32    0xF00660E0          Read Data and Bit Flip Register 32
MC80_RDBFL33    0xF00660E2          Read Data and Bit Flip Register 33
MC80_RDBFL34    0xF00660E4          Read Data and Bit Flip Register 34
MC80_RDBFL35    0xF00660E6          Read Data and Bit Flip Register 35
MC80_RDBFL36    0xF00660E8          Read Data and Bit Flip Register 36
MC80_RDBFL37    0xF00660EA          Read Data and Bit Flip Register 37
MC80_RDBFL38    0xF00660EC          Read Data and Bit Flip Register 38
MC80_RDBFL39    0xF00660EE          Read Data and Bit Flip Register 39
MC81_CONFIG0    0xF0066100          Configuration Register 0
MC81_CONFIG1    0xF0066102          Configuration Register 1
MC81_MCONTROL   0xF0066104          MBIST Control Register
MC81_MSTATUS    0xF0066106          Status Register
MC81_RANGE      0xF0066108          Range Register, single address mode
MC81_REVID      0xF006610C          Revision ID Register
MC81_ECCS       0xF006610E          ECC Safety Register
MC81_ECCD       0xF0066110          Memory ECC Detection Register
MC81_ETRR0      0xF0066112          Error Tracking Register 0
MC81_ETRR1      0xF0066114          Error Tracking Register 1
MC81_ETRR2      0xF0066116          Error Tracking Register 2
MC81_ETRR3      0xF0066118          Error Tracking Register 3
MC81_ETRR4      0xF006611A          Error Tracking Register 4
MC81_RDBFL0     0xF00661A0          Read Data and Bit Flip Register 0
MC81_RDBFL1     0xF00661A2          Read Data and Bit Flip Register 1
MC81_RDBFL2     0xF00661A4          Read Data and Bit Flip Register 2
MC81_RDBFL3     0xF00661A6          Read Data and Bit Flip Register 3
MC81_RDBFL4     0xF00661A8          Read Data and Bit Flip Register 4
MC81_RDBFL5     0xF00661AA          Read Data and Bit Flip Register 5
MC81_RDBFL6     0xF00661AC          Read Data and Bit Flip Register 6
MC81_RDBFL7     0xF00661AE          Read Data and Bit Flip Register 7
MC81_RDBFL8     0xF00661B0          Read Data and Bit Flip Register 8
MC81_RDBFL9     0xF00661B2          Read Data and Bit Flip Register 9
MC81_RDBFL10    0xF00661B4          Read Data and Bit Flip Register 10
MC81_RDBFL11    0xF00661B6          Read Data and Bit Flip Register 11
MC81_RDBFL12    0xF00661B8          Read Data and Bit Flip Register 12
MC81_RDBFL13    0xF00661BA          Read Data and Bit Flip Register 13
MC81_RDBFL14    0xF00661BC          Read Data and Bit Flip Register 14
MC81_RDBFL15    0xF00661BE          Read Data and Bit Flip Register 15
MC81_RDBFL16    0xF00661C0          Read Data and Bit Flip Register 16
MC81_RDBFL17    0xF00661C2          Read Data and Bit Flip Register 17
MC81_RDBFL18    0xF00661C4          Read Data and Bit Flip Register 18
MC81_RDBFL19    0xF00661C6          Read Data and Bit Flip Register 19
MC81_RDBFL20    0xF00661C8          Read Data and Bit Flip Register 20
MC81_RDBFL21    0xF00661CA          Read Data and Bit Flip Register 21
MC81_RDBFL22    0xF00661CC          Read Data and Bit Flip Register 22
MC81_RDBFL23    0xF00661CE          Read Data and Bit Flip Register 23
MC81_RDBFL24    0xF00661D0          Read Data and Bit Flip Register 24
MC81_RDBFL25    0xF00661D2          Read Data and Bit Flip Register 25
MC81_RDBFL26    0xF00661D4          Read Data and Bit Flip Register 26
MC81_RDBFL27    0xF00661D6          Read Data and Bit Flip Register 27
MC81_RDBFL28    0xF00661D8          Read Data and Bit Flip Register 28
MC81_RDBFL29    0xF00661DA          Read Data and Bit Flip Register 29
MC81_RDBFL30    0xF00661DC          Read Data and Bit Flip Register 30
MC81_RDBFL31    0xF00661DE          Read Data and Bit Flip Register 31
MC81_RDBFL32    0xF00661E0          Read Data and Bit Flip Register 32
MC81_RDBFL33    0xF00661E2          Read Data and Bit Flip Register 33
MC81_RDBFL34    0xF00661E4          Read Data and Bit Flip Register 34
MC81_RDBFL35    0xF00661E6          Read Data and Bit Flip Register 35
MC81_RDBFL36    0xF00661E8          Read Data and Bit Flip Register 36
MC81_RDBFL37    0xF00661EA          Read Data and Bit Flip Register 37
MC81_RDBFL38    0xF00661EC          Read Data and Bit Flip Register 38
MC81_RDBFL39    0xF00661EE          Read Data and Bit Flip Register 39
MC82_CONFIG0    0xF0066200          Configuration Register 0
MC82_CONFIG1    0xF0066202          Configuration Register 1
MC82_MCONTROL   0xF0066204          MBIST Control Register
MC82_MSTATUS    0xF0066206          Status Register
MC82_RANGE      0xF0066208          Range Register, single address mode
MC82_REVID      0xF006620C          Revision ID Register
MC82_ECCS       0xF006620E          ECC Safety Register
MC82_ECCD       0xF0066210          Memory ECC Detection Register
MC82_ETRR0      0xF0066212          Error Tracking Register 0
MC82_ETRR1      0xF0066214          Error Tracking Register 1
MC82_ETRR2      0xF0066216          Error Tracking Register 2
MC82_ETRR3      0xF0066218          Error Tracking Register 3
MC82_ETRR4      0xF006621A          Error Tracking Register 4
MC82_RDBFL0     0xF00662A0          Read Data and Bit Flip Register 0
MC82_RDBFL1     0xF00662A2          Read Data and Bit Flip Register 1
MC82_RDBFL2     0xF00662A4          Read Data and Bit Flip Register 2
MC82_RDBFL3     0xF00662A6          Read Data and Bit Flip Register 3
MC82_RDBFL4     0xF00662A8          Read Data and Bit Flip Register 4
MC82_RDBFL5     0xF00662AA          Read Data and Bit Flip Register 5
MC82_RDBFL6     0xF00662AC          Read Data and Bit Flip Register 6
MC82_RDBFL7     0xF00662AE          Read Data and Bit Flip Register 7
MC82_RDBFL8     0xF00662B0          Read Data and Bit Flip Register 8
MC82_RDBFL9     0xF00662B2          Read Data and Bit Flip Register 9
MC82_RDBFL10    0xF00662B4          Read Data and Bit Flip Register 10
MC82_RDBFL11    0xF00662B6          Read Data and Bit Flip Register 11
MC82_RDBFL12    0xF00662B8          Read Data and Bit Flip Register 12
MC82_RDBFL13    0xF00662BA          Read Data and Bit Flip Register 13
MC82_RDBFL14    0xF00662BC          Read Data and Bit Flip Register 14
MC82_RDBFL15    0xF00662BE          Read Data and Bit Flip Register 15
MC82_RDBFL16    0xF00662C0          Read Data and Bit Flip Register 16
MC82_RDBFL17    0xF00662C2          Read Data and Bit Flip Register 17
MC82_RDBFL18    0xF00662C4          Read Data and Bit Flip Register 18
MC82_RDBFL19    0xF00662C6          Read Data and Bit Flip Register 19
MC82_RDBFL20    0xF00662C8          Read Data and Bit Flip Register 20
MC82_RDBFL21    0xF00662CA          Read Data and Bit Flip Register 21
MC82_RDBFL22    0xF00662CC          Read Data and Bit Flip Register 22
MC82_RDBFL23    0xF00662CE          Read Data and Bit Flip Register 23
MC82_RDBFL24    0xF00662D0          Read Data and Bit Flip Register 24
MC82_RDBFL25    0xF00662D2          Read Data and Bit Flip Register 25
MC82_RDBFL26    0xF00662D4          Read Data and Bit Flip Register 26
MC82_RDBFL27    0xF00662D6          Read Data and Bit Flip Register 27
MC82_RDBFL28    0xF00662D8          Read Data and Bit Flip Register 28
MC82_RDBFL29    0xF00662DA          Read Data and Bit Flip Register 29
MC82_RDBFL30    0xF00662DC          Read Data and Bit Flip Register 30
MC82_RDBFL31    0xF00662DE          Read Data and Bit Flip Register 31
MC82_RDBFL32    0xF00662E0          Read Data and Bit Flip Register 32
MC82_RDBFL33    0xF00662E2          Read Data and Bit Flip Register 33
MC82_RDBFL34    0xF00662E4          Read Data and Bit Flip Register 34
MC82_RDBFL35    0xF00662E6          Read Data and Bit Flip Register 35
MC82_RDBFL36    0xF00662E8          Read Data and Bit Flip Register 36
MC82_RDBFL37    0xF00662EA          Read Data and Bit Flip Register 37
MC82_RDBFL38    0xF00662EC          Read Data and Bit Flip Register 38
MC82_RDBFL39    0xF00662EE          Read Data and Bit Flip Register 39
MC83_CONFIG0    0xF0066300          Configuration Register 0
MC83_CONFIG1    0xF0066302          Configuration Register 1
MC83_MCONTROL   0xF0066304          MBIST Control Register
MC83_MSTATUS    0xF0066306          Status Register
MC83_RANGE      0xF0066308          Range Register, single address mode
MC83_REVID      0xF006630C          Revision ID Register
MC83_ECCS       0xF006630E          ECC Safety Register
MC83_ECCD       0xF0066310          Memory ECC Detection Register
MC83_ETRR0      0xF0066312          Error Tracking Register 0
MC83_ETRR1      0xF0066314          Error Tracking Register 1
MC83_ETRR2      0xF0066316          Error Tracking Register 2
MC83_ETRR3      0xF0066318          Error Tracking Register 3
MC83_ETRR4      0xF006631A          Error Tracking Register 4
MC83_RDBFL0     0xF00663A0          Read Data and Bit Flip Register 0
MC83_RDBFL1     0xF00663A2          Read Data and Bit Flip Register 1
MC83_RDBFL2     0xF00663A4          Read Data and Bit Flip Register 2
MC83_RDBFL3     0xF00663A6          Read Data and Bit Flip Register 3
MC83_RDBFL4     0xF00663A8          Read Data and Bit Flip Register 4
MC83_RDBFL5     0xF00663AA          Read Data and Bit Flip Register 5
MC83_RDBFL6     0xF00663AC          Read Data and Bit Flip Register 6
MC83_RDBFL7     0xF00663AE          Read Data and Bit Flip Register 7
MC83_RDBFL8     0xF00663B0          Read Data and Bit Flip Register 8
MC83_RDBFL9     0xF00663B2          Read Data and Bit Flip Register 9
MC83_RDBFL10    0xF00663B4          Read Data and Bit Flip Register 10
MC83_RDBFL11    0xF00663B6          Read Data and Bit Flip Register 11
MC83_RDBFL12    0xF00663B8          Read Data and Bit Flip Register 12
MC83_RDBFL13    0xF00663BA          Read Data and Bit Flip Register 13
MC83_RDBFL14    0xF00663BC          Read Data and Bit Flip Register 14
MC83_RDBFL15    0xF00663BE          Read Data and Bit Flip Register 15
MC83_RDBFL16    0xF00663C0          Read Data and Bit Flip Register 16
MC83_RDBFL17    0xF00663C2          Read Data and Bit Flip Register 17
MC83_RDBFL18    0xF00663C4          Read Data and Bit Flip Register 18
MC83_RDBFL19    0xF00663C6          Read Data and Bit Flip Register 19
MC83_RDBFL20    0xF00663C8          Read Data and Bit Flip Register 20
MC83_RDBFL21    0xF00663CA          Read Data and Bit Flip Register 21
MC83_RDBFL22    0xF00663CC          Read Data and Bit Flip Register 22
MC83_RDBFL23    0xF00663CE          Read Data and Bit Flip Register 23
MC83_RDBFL24    0xF00663D0          Read Data and Bit Flip Register 24
MC83_RDBFL25    0xF00663D2          Read Data and Bit Flip Register 25
MC83_RDBFL26    0xF00663D4          Read Data and Bit Flip Register 26
MC83_RDBFL27    0xF00663D6          Read Data and Bit Flip Register 27
MC83_RDBFL28    0xF00663D8          Read Data and Bit Flip Register 28
MC83_RDBFL29    0xF00663DA          Read Data and Bit Flip Register 29
MC83_RDBFL30    0xF00663DC          Read Data and Bit Flip Register 30
MC83_RDBFL31    0xF00663DE          Read Data and Bit Flip Register 31
MC83_RDBFL32    0xF00663E0          Read Data and Bit Flip Register 32
MC83_RDBFL33    0xF00663E2          Read Data and Bit Flip Register 33
MC83_RDBFL34    0xF00663E4          Read Data and Bit Flip Register 34
MC83_RDBFL35    0xF00663E6          Read Data and Bit Flip Register 35
MC83_RDBFL36    0xF00663E8          Read Data and Bit Flip Register 36
MC83_RDBFL37    0xF00663EA          Read Data and Bit Flip Register 37
MC83_RDBFL38    0xF00663EC          Read Data and Bit Flip Register 38
MC83_RDBFL39    0xF00663EE          Read Data and Bit Flip Register 39
MC84_CONFIG0    0xF0066400          Configuration Register 0
MC84_CONFIG1    0xF0066402          Configuration Register 1
MC84_MCONTROL   0xF0066404          MBIST Control Register
MC84_MSTATUS    0xF0066406          Status Register
MC84_RANGE      0xF0066408          Range Register, single address mode
MC84_REVID      0xF006640C          Revision ID Register
MC84_ECCS       0xF006640E          ECC Safety Register
MC84_ECCD       0xF0066410          Memory ECC Detection Register
MC84_ETRR0      0xF0066412          Error Tracking Register 0
MC84_ETRR1      0xF0066414          Error Tracking Register 1
MC84_ETRR2      0xF0066416          Error Tracking Register 2
MC84_ETRR3      0xF0066418          Error Tracking Register 3
MC84_ETRR4      0xF006641A          Error Tracking Register 4
MC84_RDBFL0     0xF00664A0          Read Data and Bit Flip Register 0
MC84_RDBFL1     0xF00664A2          Read Data and Bit Flip Register 1
MC84_RDBFL2     0xF00664A4          Read Data and Bit Flip Register 2
MC84_RDBFL3     0xF00664A6          Read Data and Bit Flip Register 3
MC84_RDBFL4     0xF00664A8          Read Data and Bit Flip Register 4
MC84_RDBFL5     0xF00664AA          Read Data and Bit Flip Register 5
MC84_RDBFL6     0xF00664AC          Read Data and Bit Flip Register 6
MC84_RDBFL7     0xF00664AE          Read Data and Bit Flip Register 7
MC84_RDBFL8     0xF00664B0          Read Data and Bit Flip Register 8
MC84_RDBFL9     0xF00664B2          Read Data and Bit Flip Register 9
MC84_RDBFL10    0xF00664B4          Read Data and Bit Flip Register 10
MC84_RDBFL11    0xF00664B6          Read Data and Bit Flip Register 11
MC84_RDBFL12    0xF00664B8          Read Data and Bit Flip Register 12
MC84_RDBFL13    0xF00664BA          Read Data and Bit Flip Register 13
MC84_RDBFL14    0xF00664BC          Read Data and Bit Flip Register 14
MC84_RDBFL15    0xF00664BE          Read Data and Bit Flip Register 15
MC84_RDBFL16    0xF00664C0          Read Data and Bit Flip Register 16
MC84_RDBFL17    0xF00664C2          Read Data and Bit Flip Register 17
MC84_RDBFL18    0xF00664C4          Read Data and Bit Flip Register 18
MC84_RDBFL19    0xF00664C6          Read Data and Bit Flip Register 19
MC84_RDBFL20    0xF00664C8          Read Data and Bit Flip Register 20
MC84_RDBFL21    0xF00664CA          Read Data and Bit Flip Register 21
MC84_RDBFL22    0xF00664CC          Read Data and Bit Flip Register 22
MC84_RDBFL23    0xF00664CE          Read Data and Bit Flip Register 23
MC84_RDBFL24    0xF00664D0          Read Data and Bit Flip Register 24
MC84_RDBFL25    0xF00664D2          Read Data and Bit Flip Register 25
MC84_RDBFL26    0xF00664D4          Read Data and Bit Flip Register 26
MC84_RDBFL27    0xF00664D6          Read Data and Bit Flip Register 27
MC84_RDBFL28    0xF00664D8          Read Data and Bit Flip Register 28
MC84_RDBFL29    0xF00664DA          Read Data and Bit Flip Register 29
MC84_RDBFL30    0xF00664DC          Read Data and Bit Flip Register 30
MC84_RDBFL31    0xF00664DE          Read Data and Bit Flip Register 31
MC84_RDBFL32    0xF00664E0          Read Data and Bit Flip Register 32
MC84_RDBFL33    0xF00664E2          Read Data and Bit Flip Register 33
MC84_RDBFL34    0xF00664E4          Read Data and Bit Flip Register 34
MC84_RDBFL35    0xF00664E6          Read Data and Bit Flip Register 35
MC84_RDBFL36    0xF00664E8          Read Data and Bit Flip Register 36
MC84_RDBFL37    0xF00664EA          Read Data and Bit Flip Register 37
MC84_RDBFL38    0xF00664EC          Read Data and Bit Flip Register 38
MC84_RDBFL39    0xF00664EE          Read Data and Bit Flip Register 39
MC85_CONFIG0    0xF0066500          Configuration Register 0
MC85_CONFIG1    0xF0066502          Configuration Register 1
MC85_MCONTROL   0xF0066504          MBIST Control Register
MC85_MSTATUS    0xF0066506          Status Register
MC85_RANGE      0xF0066508          Range Register, single address mode
MC85_REVID      0xF006650C          Revision ID Register
MC85_ECCS       0xF006650E          ECC Safety Register
MC85_ECCD       0xF0066510          Memory ECC Detection Register
MC85_ETRR0      0xF0066512          Error Tracking Register 0
MC85_ETRR1      0xF0066514          Error Tracking Register 1
MC85_ETRR2      0xF0066516          Error Tracking Register 2
MC85_ETRR3      0xF0066518          Error Tracking Register 3
MC85_ETRR4      0xF006651A          Error Tracking Register 4
MC85_RDBFL0     0xF00665A0          Read Data and Bit Flip Register 0
MC85_RDBFL1     0xF00665A2          Read Data and Bit Flip Register 1
MC85_RDBFL2     0xF00665A4          Read Data and Bit Flip Register 2
MC85_RDBFL3     0xF00665A6          Read Data and Bit Flip Register 3
MC85_RDBFL4     0xF00665A8          Read Data and Bit Flip Register 4
MC85_RDBFL5     0xF00665AA          Read Data and Bit Flip Register 5
MC85_RDBFL6     0xF00665AC          Read Data and Bit Flip Register 6
MC85_RDBFL7     0xF00665AE          Read Data and Bit Flip Register 7
MC85_RDBFL8     0xF00665B0          Read Data and Bit Flip Register 8
MC85_RDBFL9     0xF00665B2          Read Data and Bit Flip Register 9
MC85_RDBFL10    0xF00665B4          Read Data and Bit Flip Register 10
MC85_RDBFL11    0xF00665B6          Read Data and Bit Flip Register 11
MC85_RDBFL12    0xF00665B8          Read Data and Bit Flip Register 12
MC85_RDBFL13    0xF00665BA          Read Data and Bit Flip Register 13
MC85_RDBFL14    0xF00665BC          Read Data and Bit Flip Register 14
MC85_RDBFL15    0xF00665BE          Read Data and Bit Flip Register 15
MC85_RDBFL16    0xF00665C0          Read Data and Bit Flip Register 16
MC85_RDBFL17    0xF00665C2          Read Data and Bit Flip Register 17
MC85_RDBFL18    0xF00665C4          Read Data and Bit Flip Register 18
MC85_RDBFL19    0xF00665C6          Read Data and Bit Flip Register 19
MC85_RDBFL20    0xF00665C8          Read Data and Bit Flip Register 20
MC85_RDBFL21    0xF00665CA          Read Data and Bit Flip Register 21
MC85_RDBFL22    0xF00665CC          Read Data and Bit Flip Register 22
MC85_RDBFL23    0xF00665CE          Read Data and Bit Flip Register 23
MC85_RDBFL24    0xF00665D0          Read Data and Bit Flip Register 24
MC85_RDBFL25    0xF00665D2          Read Data and Bit Flip Register 25
MC85_RDBFL26    0xF00665D4          Read Data and Bit Flip Register 26
MC85_RDBFL27    0xF00665D6          Read Data and Bit Flip Register 27
MC85_RDBFL28    0xF00665D8          Read Data and Bit Flip Register 28
MC85_RDBFL29    0xF00665DA          Read Data and Bit Flip Register 29
MC85_RDBFL30    0xF00665DC          Read Data and Bit Flip Register 30
MC85_RDBFL31    0xF00665DE          Read Data and Bit Flip Register 31
MC85_RDBFL32    0xF00665E0          Read Data and Bit Flip Register 32
MC85_RDBFL33    0xF00665E2          Read Data and Bit Flip Register 33
MC85_RDBFL34    0xF00665E4          Read Data and Bit Flip Register 34
MC85_RDBFL35    0xF00665E6          Read Data and Bit Flip Register 35
MC85_RDBFL36    0xF00665E8          Read Data and Bit Flip Register 36
MC85_RDBFL37    0xF00665EA          Read Data and Bit Flip Register 37
MC85_RDBFL38    0xF00665EC          Read Data and Bit Flip Register 38
MC85_RDBFL39    0xF00665EE          Read Data and Bit Flip Register 39
MC86_CONFIG0    0xF0066600          Configuration Register 0
MC86_CONFIG1    0xF0066602          Configuration Register 1
MC86_MCONTROL   0xF0066604          MBIST Control Register
MC86_MSTATUS    0xF0066606          Status Register
MC86_RANGE      0xF0066608          Range Register, single address mode
MC86_REVID      0xF006660C          Revision ID Register
MC86_ECCS       0xF006660E          ECC Safety Register
MC86_ECCD       0xF0066610          Memory ECC Detection Register
MC86_ETRR0      0xF0066612          Error Tracking Register 0
MC86_ETRR1      0xF0066614          Error Tracking Register 1
MC86_ETRR2      0xF0066616          Error Tracking Register 2
MC86_ETRR3      0xF0066618          Error Tracking Register 3
MC86_ETRR4      0xF006661A          Error Tracking Register 4
MC86_RDBFL0     0xF00666A0          Read Data and Bit Flip Register 0
MC86_RDBFL1     0xF00666A2          Read Data and Bit Flip Register 1
MC86_RDBFL2     0xF00666A4          Read Data and Bit Flip Register 2
MC86_RDBFL3     0xF00666A6          Read Data and Bit Flip Register 3
MC86_RDBFL4     0xF00666A8          Read Data and Bit Flip Register 4
MC86_RDBFL5     0xF00666AA          Read Data and Bit Flip Register 5
MC86_RDBFL6     0xF00666AC          Read Data and Bit Flip Register 6
MC86_RDBFL7     0xF00666AE          Read Data and Bit Flip Register 7
MC86_RDBFL8     0xF00666B0          Read Data and Bit Flip Register 8
MC86_RDBFL9     0xF00666B2          Read Data and Bit Flip Register 9
MC86_RDBFL10    0xF00666B4          Read Data and Bit Flip Register 10
MC86_RDBFL11    0xF00666B6          Read Data and Bit Flip Register 11
MC86_RDBFL12    0xF00666B8          Read Data and Bit Flip Register 12
MC86_RDBFL13    0xF00666BA          Read Data and Bit Flip Register 13
MC86_RDBFL14    0xF00666BC          Read Data and Bit Flip Register 14
MC86_RDBFL15    0xF00666BE          Read Data and Bit Flip Register 15
MC86_RDBFL16    0xF00666C0          Read Data and Bit Flip Register 16
MC86_RDBFL17    0xF00666C2          Read Data and Bit Flip Register 17
MC86_RDBFL18    0xF00666C4          Read Data and Bit Flip Register 18
MC86_RDBFL19    0xF00666C6          Read Data and Bit Flip Register 19
MC86_RDBFL20    0xF00666C8          Read Data and Bit Flip Register 20
MC86_RDBFL21    0xF00666CA          Read Data and Bit Flip Register 21
MC86_RDBFL22    0xF00666CC          Read Data and Bit Flip Register 22
MC86_RDBFL23    0xF00666CE          Read Data and Bit Flip Register 23
MC86_RDBFL24    0xF00666D0          Read Data and Bit Flip Register 24
MC86_RDBFL25    0xF00666D2          Read Data and Bit Flip Register 25
MC86_RDBFL26    0xF00666D4          Read Data and Bit Flip Register 26
MC86_RDBFL27    0xF00666D6          Read Data and Bit Flip Register 27
MC86_RDBFL28    0xF00666D8          Read Data and Bit Flip Register 28
MC86_RDBFL29    0xF00666DA          Read Data and Bit Flip Register 29
MC86_RDBFL30    0xF00666DC          Read Data and Bit Flip Register 30
MC86_RDBFL31    0xF00666DE          Read Data and Bit Flip Register 31
MC86_RDBFL32    0xF00666E0          Read Data and Bit Flip Register 32
MC86_RDBFL33    0xF00666E2          Read Data and Bit Flip Register 33
MC86_RDBFL34    0xF00666E4          Read Data and Bit Flip Register 34
MC86_RDBFL35    0xF00666E6          Read Data and Bit Flip Register 35
MC86_RDBFL36    0xF00666E8          Read Data and Bit Flip Register 36
MC86_RDBFL37    0xF00666EA          Read Data and Bit Flip Register 37
MC86_RDBFL38    0xF00666EC          Read Data and Bit Flip Register 38
MC86_RDBFL39    0xF00666EE          Read Data and Bit Flip Register 39
MC87_CONFIG0    0xF0066700          Configuration Register 0
MC87_CONFIG1    0xF0066702          Configuration Register 1
MC87_MCONTROL   0xF0066704          MBIST Control Register
MC87_MSTATUS    0xF0066706          Status Register
MC87_RANGE      0xF0066708          Range Register, single address mode
MC87_REVID      0xF006670C          Revision ID Register
MC87_ECCS       0xF006670E          ECC Safety Register
MC87_ECCD       0xF0066710          Memory ECC Detection Register
MC87_ETRR0      0xF0066712          Error Tracking Register 0
MC87_ETRR1      0xF0066714          Error Tracking Register 1
MC87_ETRR2      0xF0066716          Error Tracking Register 2
MC87_ETRR3      0xF0066718          Error Tracking Register 3
MC87_ETRR4      0xF006671A          Error Tracking Register 4
MC87_RDBFL0     0xF00667A0          Read Data and Bit Flip Register 0
MC87_RDBFL1     0xF00667A2          Read Data and Bit Flip Register 1
MC87_RDBFL2     0xF00667A4          Read Data and Bit Flip Register 2
MC87_RDBFL3     0xF00667A6          Read Data and Bit Flip Register 3
MC87_RDBFL4     0xF00667A8          Read Data and Bit Flip Register 4
MC87_RDBFL5     0xF00667AA          Read Data and Bit Flip Register 5
MC87_RDBFL6     0xF00667AC          Read Data and Bit Flip Register 6
MC87_RDBFL7     0xF00667AE          Read Data and Bit Flip Register 7
MC87_RDBFL8     0xF00667B0          Read Data and Bit Flip Register 8
MC87_RDBFL9     0xF00667B2          Read Data and Bit Flip Register 9
MC87_RDBFL10    0xF00667B4          Read Data and Bit Flip Register 10
MC87_RDBFL11    0xF00667B6          Read Data and Bit Flip Register 11
MC87_RDBFL12    0xF00667B8          Read Data and Bit Flip Register 12
MC87_RDBFL13    0xF00667BA          Read Data and Bit Flip Register 13
MC87_RDBFL14    0xF00667BC          Read Data and Bit Flip Register 14
MC87_RDBFL15    0xF00667BE          Read Data and Bit Flip Register 15
MC87_RDBFL16    0xF00667C0          Read Data and Bit Flip Register 16
MC87_RDBFL17    0xF00667C2          Read Data and Bit Flip Register 17
MC87_RDBFL18    0xF00667C4          Read Data and Bit Flip Register 18
MC87_RDBFL19    0xF00667C6          Read Data and Bit Flip Register 19
MC87_RDBFL20    0xF00667C8          Read Data and Bit Flip Register 20
MC87_RDBFL21    0xF00667CA          Read Data and Bit Flip Register 21
MC87_RDBFL22    0xF00667CC          Read Data and Bit Flip Register 22
MC87_RDBFL23    0xF00667CE          Read Data and Bit Flip Register 23
MC87_RDBFL24    0xF00667D0          Read Data and Bit Flip Register 24
MC87_RDBFL25    0xF00667D2          Read Data and Bit Flip Register 25
MC87_RDBFL26    0xF00667D4          Read Data and Bit Flip Register 26
MC87_RDBFL27    0xF00667D6          Read Data and Bit Flip Register 27
MC87_RDBFL28    0xF00667D8          Read Data and Bit Flip Register 28
MC87_RDBFL29    0xF00667DA          Read Data and Bit Flip Register 29
MC87_RDBFL30    0xF00667DC          Read Data and Bit Flip Register 30
MC87_RDBFL31    0xF00667DE          Read Data and Bit Flip Register 31
MC87_RDBFL32    0xF00667E0          Read Data and Bit Flip Register 32
MC87_RDBFL33    0xF00667E2          Read Data and Bit Flip Register 33
MC87_RDBFL34    0xF00667E4          Read Data and Bit Flip Register 34
MC87_RDBFL35    0xF00667E6          Read Data and Bit Flip Register 35
MC87_RDBFL36    0xF00667E8          Read Data and Bit Flip Register 36
MC87_RDBFL37    0xF00667EA          Read Data and Bit Flip Register 37
MC87_RDBFL38    0xF00667EC          Read Data and Bit Flip Register 38
MC87_RDBFL39    0xF00667EE          Read Data and Bit Flip Register 39
HSSL_CLC        0xF0080000          Clock Control Register
HSSL_ID         0xF0080008          Module Identification Register
HSSL_CRC        0xF008000C          CRC Control Register
HSSL_CFG        0xF0080010          Configuration Register
HSSL_QFLAGS     0xF0080014          Request Flags Register
HSSL_MFLAGS     0xF0080018          Miscellaneous Flags Register
HSSL_MFLAGSSET  0xF008001C          Miscellaneous Flags Set Register
HSSL_MFLAGSCL   0xF0080020          Miscellaneous Flags Clear Register
HSSL_MFLAGSEN   0xF0080024          Flags Enable Register
HSSL_SFSFLAGS   0xF0080028          Stream FIFOs Status Flags Register
HSSL_IWD0       0xF0080030          Initiator Write Data Register 0
HSSL_ICON0      0xF0080034          Initiator Control Data Register 0
HSSL_IRWA0      0xF0080038          Initiator Read Write Address Register
HSSL_IRD0       0xF008003C          Initiator Read Data Register
HSSL_IWD1       0xF0080040          Initiator Write Data Register 1
HSSL_ICON1      0xF0080044          Initiator Control Data Register 1
HSSL_IRWA1      0xF0080048          Initiator Read Write Address Register
HSSL_IRD1       0xF008004C          Initiator Read Data Register
HSSL_IWD2       0xF0080050          Initiator Write Data Register 2
HSSL_ICON2      0xF0080054          Initiator Control Data Register 2
HSSL_IRWA2      0xF0080058          Initiator Read Write Address Register
HSSL_IRD2       0xF008005C          Initiator Read Data Register
HSSL_IWD3       0xF0080060          Initiator Write Data Register 3
HSSL_ICON3      0xF0080064          Initiator Control Data Register 3
HSSL_IRWA3      0xF0080068          Initiator Read Write Address Register
HSSL_IRD3       0xF008006C          Initiator Read Data Register
HSSL_TCD0       0xF0080070          Target Current Data Register 0
HSSL_TCA0       0xF0080074          Target Current Address Register 0
HSSL_TCD1       0xF0080078          Target Current Data Register 1
HSSL_TCA1       0xF008007C          Target Current Address Register 1
HSSL_TCD2       0xF0080080          Target Current Data Register 2
HSSL_TCA2       0xF0080084          Target Current Address Register 2
HSSL_TCD3       0xF0080088          Target Current Data Register 3
HSSL_TCA3       0xF008008C          Target Current Address Register 3
HSSL_TSTAT      0xF0080090          Target Status Register
HSSL_TIDADD     0xF0080094          Target ID Address Register
HSSL_ISSA0      0xF00800A0          Initiator Stream Start Address Register
HSSL_ISSA1      0xF00800A4          Initiator Stream Start Address Register
HSSL_ISCA       0xF00800A8          Initiator Stream Current Address Register
HSSL_ISFC       0xF00800AC          Initiator Stream Frame Count Register
HSSL_TSSA0      0xF00800B0          Target Stream Start Address Register 0
HSSL_TSSA1      0xF00800B4          Target Stream Start Address Register 1
HSSL_TSCA       0xF00800B8          Target Stream Current Address Register
HSSL_TSFC       0xF00800BC          Target Stream Frame Count Register
HSSL_AWSTART0   0xF00800C0          Access Window Start Register 0
HSSL_AWEND0     0xF00800C4          Access Window End Register 0
HSSL_AWSTART1   0xF00800C8          Access Window Start Register 1
HSSL_AWEND1     0xF00800CC          Access Window End Register 1
HSSL_AWSTART2   0xF00800D0          Access Window Start Register 2
HSSL_AWEND2     0xF00800D4          Access Window End Register 2
HSSL_AWSTART3   0xF00800D8          Access Window Start Register 3
HSSL_AWEND3     0xF00800DC          Access Window End Register 3
HSSL_AR         0xF00800E0          Access Rules Register
HSSL_OCS        0xF00800E8          OCDS Control and Status
HSSL_KRSTCLR    0xF00800EC          Kernel Reset Status Clear Register
HSSL_KRST1      0xF00800F0          Kernel Reset Register 1
HSSL_KRST0      0xF00800F4          Kernel Reset Register 0
HSSL_ACCEN1     0xF00800F8          Access Enable Register 1
HSSL_ACCEN0     0xF00800FC          Access Enable Register 0
HSCT_CLC        0xF0090000          Clock Control Register
HSCT_ID         0xF0090008          Module Identification Register
HSCT_INIT       0xF0090010          Initialization register
HSCT_IFCTRL     0xF0090014          CPU transfer control register
HSCT_SLEEPCTRL  0xF0090018          Sleep Control Register
HSCT_CTSCTRL    0xF009001C          Clear To Send Control Register
HSCT_DISABLE    0xF0090020          Transmission Disable Register
HSCT_STAT       0xF0090024          Status Register
HSCT_IFSTAT     0xF0090028          Interface Status Register
HSCT_CONFIGPHY  0xF0090030          Configuration physical layer register
HSCT_STATPHY    0xF0090034          STATPHY
HSCT_IRQ        0xF0090040          Interrupt register
HSCT_IRQEN      0xF0090044          Interrupt enable register
HSCT_IRQCLR     0xF0090048          Interrupt clear register
HSCT_USMR       0xF0090050          Unsolicited Status Message Received
HSCT_USMS       0xF0090054          Unsolicited Status Message Send
HSCT_OCS        0xF009FFE8          OCDS Control and Status
HSCT_KRSTCLR    0xF009FFEC          Reset Status Clear Register
HSCT_KRST1      0xF009FFF0          Reset Register 1
HSCT_KRST0      0xF009FFF4          Reset Register 0
HSCT_ACCEN1     0xF009FFF8          Access Enable Register 1
HSCT_ACCEN0     0xF009FFFC          Access Enable Register 0
I2C0_CLC1       0xF00C0000          Clock Control 1 Register
I2C0_ID         0xF00C0008          Module Identification Register
I2C0_RUNCTRL    0xF00C0010          RUN Control Register
I2C0_ENDDCTRL   0xF00C0014          End Data Control Register
I2C0_FDIVCFG    0xF00C0018          Fractional Divider Configuration Register
I2C0_FDIVHIGHCFG 0xF00C001C          Fractional Divider High-speed Mode Configuration Register
I2C0_ADDRCFG    0xF00C0020          Address Configuration Register
I2C0_BUSSTAT    0xF00C0024          Bus Status Register
I2C0_FIFOCFG    0xF00C0028          FIFO Configuration Register
I2C0_MRPSCTRL   0xF00C002C          Maximum Received Packet Size Control Register
I2C0_RPSSTAT    0xF00C0030          Received Packet Size Status Register
I2C0_TPSCTRL    0xF00C0034          Transmit Packet Size Control Register
I2C0_FFSSTAT    0xF00C0038          Filled FIFO Stages Status Register
I2C0_TIMCFG     0xF00C0040          Timing Configuration Register
I2C0_ERRIRQSM   0xF00C0060          Error Interrupt Request Source Mask Register
I2C0_ERRIRQSS   0xF00C0064          Error Interrupt Request Source Status Register
I2C0_ERRIRQSC   0xF00C0068          Error Interrupt Request Source Clear Register
I2C0_PIRQSM     0xF00C0070          Protocol Interrupt Request Source Mask Register
I2C0_PIRQSS     0xF00C0074          Protocol Interrupt Request Source Status Register
I2C0_PIRQSC     0xF00C0078          Protocol Interrupt Request Source Clear Register
I2C0_RIS        0xF00C0080          Raw Interrupt Status Register
I2C0_IMSC       0xF00C0084          Interrupt Mask Control Register
I2C0_MIS        0xF00C0088          Masked Interrupt Status Register
I2C0_ICR        0xF00C008C          Interrupt Clear Register
I2C0_ISR        0xF00C0090          Interrupt Set Register
I2C0_TXD        0xF00C8000          Transmission Data Register
I2C0_RXD        0xF00CC000          Reception Data Register
I2C0_CLC        0xF00D0000          Clock Control Register
I2C0_MODID      0xF00D0004          Module Identification Register
I2C0_GPCTL      0xF00D0008          General Purpose Control Register
I2C0_ACCEN0     0xF00D000C          Access Enable Register 0
I2C0_ACCEN1     0xF00D0010          Access Enable Register 1
I2C0_KRST0      0xF00D0014          Kernel Reset Register 0
I2C0_KRST1      0xF00D0018          Kernel Reset Register 1
I2C0_KRSTCLR    0xF00D001C          Kernel Reset Status Clear Register
GTM_REV         0xF0100000          GTM Version Control Register
GTM_RST         0xF0100004          GTM Global Reset Register
GTM_CTRL        0xF0100008          GTM Global Control Register
GTM_AEI_ADDR_XPT 0xF010000C          GTM AEI Timeout Exception Address Register
GTM_IRQ_NOTIFY  0xF0100010          GTM Interrupt Notification Register
GTM_IRQ_EN      0xF0100014          GTM Interrupt Enable Register
GTM_IRQ_FORCINT 0xF0100018          GTM Software Interrupt Generation Register
GTM_IRQ_MODE    0xF010001C          GTM Top Level Interrupts Mode Selection
GTM_EIRQ_EN     0xF0100020          GTM Error Interrupt Enable Register
GTM_BRIDGE_MODE 0xF0100030          GTM to SPB BRIDGE MODE
GTM_BRIDGE_PTR1 0xF0100034          GTM to SPB BRIDGE PTR1
GTM_BRIDGE_PTR2 0xF0100038          GTM to SPB BRIDGE PTR2
GTM_TIM0_AUX_IN_SRC 0xF0100040          GTM TIM0 AUX_IN_SRC
GTM_TIM1_AUX_IN_SRC 0xF0100044          GTM TIM1 AUX_IN_SRC
GTM_TIM2_AUX_IN_SRC 0xF0100048          GTM TIM2 AUX_IN_SRC
GTM_TIM3_AUX_IN_SRC 0xF010004C          GTM TIM3 AUX_IN_SRC
GTM_TBU_CHEN    0xF0100100          TBU Global Channel Enable Register
GTM_TBU_CH0_CTRL 0xF0100104          TBU Channel 0 Control Register
GTM_TBU_CH0_BASE 0xF0100108          TBU Channel 0 Base Register
GTM_TBU_CH1_CTRL 0xF010010C          TBU Channel 1 Control Register
GTM_TBU_CH1_BASE 0xF0100110          TBU Channel 1 Base Register
GTM_TBU_CH2_CTRL 0xF0100114          TBU Channel 2 Control Register
GTM_TBU_CH2_BASE 0xF0100118          TBU Channel 2 Base Register
GTM_MON_STATUS  0xF0100180          Monitor Status Register
GTM_MON_ACTIVITY_0 0xF0100184          Monitor Activity Register 0
GTM_CMP_EN      0xF0100200          CMP Comparator Enable Register
GTM_CMP_IRQ_NOTIFY 0xF0100204          CMP Event Notification Register
GTM_CMP_IRQ_EN  0xF0100208          CMP Interrupt Enable Register
GTM_CMP_IRQ_FORCINT 0xF010020C          CMP Interrupt Force Register
GTM_CMP_IRQ_MODE 0xF0100210          CMP IRQ Mode Configuration Register
GTM_CMP_EIRQ_EN 0xF0100214          CMP Error Interrupt Enable Register
GTM_ARU_ACCESS  0xF0100280          ARU Access Register
GTM_ARU_DATA_H  0xF0100284          ARU Access Register Upper Data Word
GTM_ARU_DATA_L  0xF0100288          ARU Access Register Lower Data Word
GTM_ARU_DBG_ACCESS0 0xF010028C          Debug Access Channel 0
GTM_ARU_DBG_DATA0_H 0xF0100290          Debug Access 0 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA0_L 0xF0100294          Debug Access 0 Transfer Register Lower Data Word
GTM_ARU_DBG_ACCESS1 0xF0100298          Debug Access Channel 0
GTM_ARU_DBG_DATA1_H 0xF010029C          Debug Access 1 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA1_L 0xF01002A0          Debug Access 1 Transfer Register Lower Data Word
GTM_ARU_IRQ_NOTIFY 0xF01002A4          ARU Interrupt Notification Register
GTM_ARU_IRQ_EN  0xF01002A8          ARU Interrupt Enable Register
GTM_ARU_IRQ_FORCINT 0xF01002AC          ARU_NEW_DATA_IRQ Forcing Interrupt Register
GTM_ARU_IRQ_MODE 0xF01002B0          IRQ Mode Configuration Register
GTM_CMU_CLK_EN  0xF0100300          CMU Clock Enable Register
GTM_CMU_GCLK_NUM 0xF0100304          CMU Global Clock Control Numerator Register
GTM_CMU_GCLK_DEN 0xF0100308          CMU Global Clock Control Denominator Register
GTM_CMU_CLK_0_CTRL 0xF010030C          CMU Control For Clock Source 0 Register
GTM_CMU_CLK_1_CTRL 0xF0100310          CMU Control For Clock Source 1 Register
GTM_CMU_CLK_2_CTRL 0xF0100314          CMU Control For Clock Source 2 Register
GTM_CMU_CLK_3_CTRL 0xF0100318          CMU Control For Clock Source 3 Register
GTM_CMU_CLK_4_CTRL 0xF010031C          CMU Control For Clock Source 4 Register
GTM_CMU_CLK_5_CTRL 0xF0100320          CMU Control For Clock Source 5 Register
GTM_CMU_CLK_6_CTRL 0xF0100324          CMU Control For Clock Source 6 Register
GTM_CMU_CLK_7_CTRL 0xF0100328          CMU Control For Clock Source 7 Register
GTM_CMU_ECLK_0_NUM 0xF010032C          CMU External Clock 0 Control Numerator Register
GTM_CMU_ECLK_0_DEN 0xF0100330          CMU External Clock 0 Control Denominator Register
GTM_CMU_ECLK_1_NUM 0xF0100334          CMU External Clock 1 Control Numerator Register
GTM_CMU_ECLK_1_DEN 0xF0100338          CMU External Clock 1 Control Denominator Register
GTM_CMU_ECLK_2_NUM 0xF010033C          CMU External Clock 2 Control Numerator Register
GTM_CMU_ECLK_2_DEN 0xF0100340          CMU External Clock 2 Control Denominator Register
GTM_CMU_FXCLK_CTRL 0xF0100344          CMU FXCLK Control Register
GTM_BRC_SRC0_ADDR 0xF0100400          Read Address For Input Channel 0
GTM_BRC_SRC0_DEST 0xF0100404          Destination Channels For Input Channel 0
GTM_BRC_SRC1_ADDR 0xF0100408          Read Address For Input Channel 1
GTM_BRC_SRC1_DEST 0xF010040C          Destination Channels For Input Channel 1
GTM_BRC_SRC2_ADDR 0xF0100410          Read Address For Input Channel 2
GTM_BRC_SRC2_DEST 0xF0100414          Destination Channels For Input Channel 2
GTM_BRC_SRC3_ADDR 0xF0100418          Read Address For Input Channel 3
GTM_BRC_SRC3_DEST 0xF010041C          Destination Channels For Input Channel 3
GTM_BRC_SRC4_ADDR 0xF0100420          Read Address For Input Channel 4
GTM_BRC_SRC4_DEST 0xF0100424          Destination Channels For Input Channel 4
GTM_BRC_SRC5_ADDR 0xF0100428          Read Address For Input Channel 5
GTM_BRC_SRC5_DEST 0xF010042C          Destination Channels For Input Channel 5
GTM_BRC_SRC6_ADDR 0xF0100430          Read Address For Input Channel 6
GTM_BRC_SRC6_DEST 0xF0100434          Destination Channels For Input Channel 6
GTM_BRC_SRC7_ADDR 0xF0100438          Read Address For Input Channel 7
GTM_BRC_SRC7_DEST 0xF010043C          Destination Channels For Input Channel 7
GTM_BRC_SRC8_ADDR 0xF0100440          Read Address For Input Channel 8
GTM_BRC_SRC8_DEST 0xF0100444          Destination Channels For Input Channel 8
GTM_BRC_SRC9_ADDR 0xF0100448          Read Address For Input Channel 9
GTM_BRC_SRC9_DEST 0xF010044C          Destination Channels For Input Channel 9
GTM_BRC_SRC10_ADDR 0xF0100450          Read Address For Input Channel 10
GTM_BRC_SRC10_DEST 0xF0100454          Destination Channels For Input Channel 10
GTM_BRC_SRC11_ADDR 0xF0100458          Read Address For Input Channel 11
GTM_BRC_SRC11_DEST 0xF010045C          Destination Channels For Input Channel 11
GTM_BRC_IRQ_NOTIFY 0xF0100460          BRC Interrupt Notification Register
GTM_BRC_IRQ_EN  0xF0100464          BRC Interrupt Enable Register
GTM_BRC_IRQ_FORCINT 0xF0100468          BRC_DEST_ERR Forcing Interrupt Register
GTM_BRC_IRQ_MODE 0xF010046C          BRC IRQ Mode Configuration Register
GTM_BRC_RST     0xF0100470          BRC Software Reset Register
GTM_BRC_EIRQ_EN 0xF0100474          BRC Error Interrupt Enable Register
GTM_ICM_IRQG_0  0xF0100600          GTM Infrastructure Interrupt Group
GTM_ICM_IRQG_1  0xF0100604          GTM DPLL Interrupt Group
GTM_ICM_IRQG_2  0xF0100608          TIM Interrupt Group 0
GTM_ICM_IRQG_4  0xF0100610          MCS Interrupt Group 0
GTM_ICM_IRQG_6  0xF0100618          TOM Interrupt Group 0
GTM_ICM_IRQG_7  0xF010061C          ITOM Interrupt Group 1
GTM_ICM_IRQG_9  0xF0100624          ATOM Interrupt Group 0
GTM_ICM_IRQG_10 0xF0100628          ATOM Interrupt Group 1
GTM_ICM_IRQG_MEI 0xF0100630          ICM Module Error Interrupt Register
GTM_ICM_IRQG_CEI0 0xF0100634          ICM Channel Error Interrupt 0 Register
GTM_ICM_IRQG_CEI1 0xF0100638          ICM Channel Error Interrupt 1 Register
GTM_ICM_IRQG_CEI3 0xF0100640          ICM Channel Error Interrupt 3 Register
GTM_SPE0_CTRL_STAT 0xF0100800          SPE0 Control Status Register
GTM_SPE0_PAT    0xF0100804          SPE0 Input Pattern Definition Register
GTM_SPE0_OUT_PAT0 0xF0100808          SPE0 Output Definition Register 0
GTM_SPE0_OUT_PAT1 0xF010080C          SPE0 Output Definition Register 1
GTM_SPE0_OUT_PAT2 0xF0100810          SPE0 Output Definition Register 2
GTM_SPE0_OUT_PAT3 0xF0100814          SPE0 Output Definition Register 3
GTM_SPE0_OUT_PAT4 0xF0100818          SPE0 Output Definition Register 4
GTM_SPE0_OUT_PAT5 0xF010081C          SPE0 Output Definition Register 5
GTM_SPE0_OUT_PAT6 0xF0100820          SPE0 Output Definition Register 6
GTM_SPE0_OUT_PAT7 0xF0100824          SPE0 Output Definition Register 7
GTM_SPE0_OUT_CTRL 0xF0100828          SPE0 Output Control Register
GTM_SPE0_IRQ_NOTIFY 0xF010082C          SPE0 Interrupt Notification Register
GTM_SPE0_IRQ_EN 0xF0100830          SPE0 Interrupt Enable Register
GTM_SPE0_IRQ_FORCINT 0xF0100834          SPE0 Interrupt Generation by Software
GTM_SPE0_IRQ_MODE 0xF0100838          SPE0 IRQ Mode Configuration Register
GTM_SPE0_EIRQ_EN 0xF010083C          SPE0 Error Interrupt Enable Register
GTM_SPE0_CNT    0xF0100840          SPE0 Revolution Counter Register
GTM_SPE0_CMP    0xF0100844          SPE0 Revolution Compare Register
GTM_SPE1_CTRL_STAT 0xF0100880          SPE1 Control Status Register
GTM_SPE1_PAT    0xF0100884          SPE1 Input Pattern Definition Register
GTM_SPE1_OUT_PAT0 0xF0100888          SPE1 Output Definition Register 0
GTM_SPE1_OUT_PAT1 0xF010088C          SPE1 Output Definition Register 1
GTM_SPE1_OUT_PAT2 0xF0100890          SPE1 Output Definition Register 2
GTM_SPE1_OUT_PAT3 0xF0100894          SPE1 Output Definition Register 3
GTM_SPE1_OUT_PAT4 0xF0100898          SPE1 Output Definition Register 4
GTM_SPE1_OUT_PAT5 0xF010089C          SPE1 Output Definition Register 5
GTM_SPE1_OUT_PAT6 0xF01008A0          SPE1 Output Definition Register 6
GTM_SPE1_OUT_PAT7 0xF01008A4          SPE1 Output Definition Register 7
GTM_SPE1_OUT_CTRL 0xF01008A8          SPE1 Output Control Register
GTM_SPE1_IRQ_NOTIFY 0xF01008AC          SPE1 Interrupt Notification Register
GTM_SPE1_IRQ_EN 0xF01008B0          SPE1 Interrupt Enable Register
GTM_SPE1_IRQ_FORCINT 0xF01008B4          SPE1 Interrupt Generation by Software
GTM_SPE1_IRQ_MODE 0xF01008B8          SPE1 IRQ Mode Configuration Register
GTM_SPE1_EIRQ_EN 0xF01008BC          SPE1 Error Interrupt Enable Register
GTM_SPE1_CNT    0xF01008C0          SPE1 Revolution Counter Register
GTM_SPE1_CMP    0xF01008C4          SPE1 Revolution Compare Register
GTM_MAP_CTRL    0xF0100F00          MAP Control Register
GTM_MCFG_CTRL   0xF0100F40          Memory Layout Configuration Register
GTM_TIM0_CH0_GPR0 0xF0101000          TIM0 Channel 0 General Purpose 0 Register
GTM_TIM0_CH0_GPR1 0xF0101004          TIM0 Channel 0 General Purpose 1 Register
GTM_TIM0_CH0_CNT 0xF0101008          TIM0 Channel 0 SMU Counter Register
GTM_TIM0_CH0_ECNT 0xF010100C          TIM0 Channel 0 Edge Counter Register
GTM_TIM0_CH0_CNTS 0xF0101010          TIM0 Channel 0 SMU Shadow Counter Register
GTM_TIM0_CH0_TDUC 0xF0101014          TIM0 Channel 0 TDUC Register
GTM_TIM0_CH0_TDUV 0xF0101018          TIM0 Channel 0 TDUV Register
GTM_TIM0_CH0_FLT_RE 0xF010101C          GTM_TIM0 Channel 0 Filter Parameter 0 Register
GTM_TIM0_CH0_FLT_FE 0xF0101020          TIM0 Channel 0 Filter Parameter 1 Register
GTM_TIM0_CH0_CTRL 0xF0101024          TIM Channel 0 Control Register
GTM_TIM0_CH0_ECTRL 0xF0101028          TIM0 Channel 0 External Capture Control Register
GTM_TIM0_CH0_IRQ_NOTIFY 0xF010102C          TIM0 Channel 0 Interrupt Notification Register
GTM_TIM0_CH0_IRQ_EN 0xF0101030          TIM0 Channel 0 Interrupt Enable Register
GTM_TIM0_CH0_IRQ_FORCINT 0xF0101034          TIM0 Channel 0 Software Interrupt Force Register
GTM_TIM0_CH0_IRQ_MODE 0xF0101038          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH0_EIRQ_EN 0xF010103C          TIM0 Channel 0 Error Interrupt Enable Register
GTM_TIM0_IN_SRC 0xF0101078          TIM0_IN_SRC Long Name
GTM_TIM0_RST    0xF010107C          TIM0 Global Software Reset Register
GTM_TIM0_CH1_GPR0 0xF0101080          TIM0 Channel 1 General Purpose 0 Register
GTM_TIM0_CH1_GPR1 0xF0101084          TIM0 Channel 1 General Purpose 1 Register
GTM_TIM0_CH1_CNT 0xF0101088          TIM0 Channel 1 SMU Counter Register
GTM_TIM0_CH1_ECNT 0xF010108C          TIM0 Channel 1 Edge Counter Register
GTM_TIM0_CH1_CNTS 0xF0101090          TIM0 Channel 1 SMU Shadow Counter Register
GTM_TIM0_CH1_TDUC 0xF0101094          TIM0 Channel 1 TDUC Register
GTM_TIM0_CH1_TDUV 0xF0101098          TIM0 Channel 1 TDUV Register
GTM_TIM0_CH1_FLT_RE 0xF010109C          GTM_TIM0 Channel 1 Filter Parameter 0 Register
GTM_TIM0_CH1_FLT_FE 0xF01010A0          TIM0 Channel 1 Filter Parameter 1 Register
GTM_TIM0_CH1_CTRL 0xF01010A4          TIM Channel 1 Control Register
GTM_TIM0_CH1_ECTRL 0xF01010A8          TIM0 Channel 1 External Capture Control Register
GTM_TIM0_CH1_IRQ_NOTIFY 0xF01010AC          TIM0 Channel 1 Interrupt Notification Register
GTM_TIM0_CH1_IRQ_EN 0xF01010B0          TIM0 Channel 1 Interrupt Enable Register
GTM_TIM0_CH1_IRQ_FORCINT 0xF01010B4          TIM0 Channel 1 Software Interrupt Force Register
GTM_TIM0_CH1_IRQ_MODE 0xF01010B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH1_EIRQ_EN 0xF01010BC          TIM0 Channel 1 Error Interrupt Enable Register
GTM_TIM0_CH2_GPR0 0xF0101100          TIM0 Channel 2 General Purpose 0 Register
GTM_TIM0_CH2_GPR1 0xF0101104          TIM0 Channel 2 General Purpose 1 Register
GTM_TIM0_CH2_CNT 0xF0101108          TIM0 Channel 2 SMU Counter Register
GTM_TIM0_CH2_ECNT 0xF010110C          TIM0 Channel 2 Edge Counter Register
GTM_TIM0_CH2_CNTS 0xF0101110          TIM0 Channel 2 SMU Shadow Counter Register
GTM_TIM0_CH2_TDUC 0xF0101114          TIM0 Channel 2 TDUC Register
GTM_TIM0_CH2_TDUV 0xF0101118          TIM0 Channel 2 TDUV Register
GTM_TIM0_CH2_FLT_RE 0xF010111C          GTM_TIM0 Channel 2 Filter Parameter 0 Register
GTM_TIM0_CH2_FLT_FE 0xF0101120          TIM0 Channel 2 Filter Parameter 1 Register
GTM_TIM0_CH2_CTRL 0xF0101124          TIM Channel 2 Control Register
GTM_TIM0_CH2_ECTRL 0xF0101128          TIM0 Channel 2 External Capture Control Register
GTM_TIM0_CH2_IRQ_NOTIFY 0xF010112C          TIM0 Channel 2 Interrupt Notification Register
GTM_TIM0_CH2_IRQ_EN 0xF0101130          TIM0 Channel 2 Interrupt Enable Register
GTM_TIM0_CH2_IRQ_FORCINT 0xF0101134          TIM0 Channel 2 Software Interrupt Force Register
GTM_TIM0_CH2_IRQ_MODE 0xF0101138          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH2_EIRQ_EN 0xF010113C          TIM0 Channel 2 Error Interrupt Enable Register
GTM_TIM0_CH3_GPR0 0xF0101180          TIM0 Channel 3 General Purpose 0 Register
GTM_TIM0_CH3_GPR1 0xF0101184          TIM0 Channel 3 General Purpose 1 Register
GTM_TIM0_CH3_CNT 0xF0101188          TIM0 Channel 3 SMU Counter Register
GTM_TIM0_CH3_ECNT 0xF010118C          TIM0 Channel 3 Edge Counter Register
GTM_TIM0_CH3_CNTS 0xF0101190          TIM0 Channel 3 SMU Shadow Counter Register
GTM_TIM0_CH3_TDUC 0xF0101194          TIM0 Channel 3 TDUC Register
GTM_TIM0_CH3_TDUV 0xF0101198          TIM0 Channel 3 TDUV Register
GTM_TIM0_CH3_FLT_RE 0xF010119C          GTM_TIM0 Channel 3 Filter Parameter 0 Register
GTM_TIM0_CH3_FLT_FE 0xF01011A0          TIM0 Channel 3 Filter Parameter 1 Register
GTM_TIM0_CH3_CTRL 0xF01011A4          TIM Channel 3 Control Register
GTM_TIM0_CH3_ECTRL 0xF01011A8          TIM0 Channel 3 External Capture Control Register
GTM_TIM0_CH3_IRQ_NOTIFY 0xF01011AC          TIM0 Channel 3 Interrupt Notification Register
GTM_TIM0_CH3_IRQ_EN 0xF01011B0          TIM0 Channel 3 Interrupt Enable Register
GTM_TIM0_CH3_IRQ_FORCINT 0xF01011B4          TIM0 Channel 3 Software Interrupt Force Register
GTM_TIM0_CH3_IRQ_MODE 0xF01011B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH3_EIRQ_EN 0xF01011BC          TIM0 Channel 3 Error Interrupt Enable Register
GTM_TIM0_CH4_GPR0 0xF0101200          TIM0 Channel 4 General Purpose 0 Register
GTM_TIM0_CH4_GPR1 0xF0101204          TIM0 Channel 4 General Purpose 1 Register
GTM_TIM0_CH4_CNT 0xF0101208          TIM0 Channel 4 SMU Counter Register
GTM_TIM0_CH4_ECNT 0xF010120C          TIM0 Channel 4 Edge Counter Register
GTM_TIM0_CH4_CNTS 0xF0101210          TIM0 Channel 4 SMU Shadow Counter Register
GTM_TIM0_CH4_TDUC 0xF0101214          TIM0 Channel 4 TDUC Register
GTM_TIM0_CH4_TDUV 0xF0101218          TIM0 Channel 4 TDUV Register
GTM_TIM0_CH4_FLT_RE 0xF010121C          GTM_TIM0 Channel 4 Filter Parameter 0 Register
GTM_TIM0_CH4_FLT_FE 0xF0101220          TIM0 Channel 4 Filter Parameter 1 Register
GTM_TIM0_CH4_CTRL 0xF0101224          TIM Channel 4 Control Register
GTM_TIM0_CH4_ECTRL 0xF0101228          TIM0 Channel 4 External Capture Control Register
GTM_TIM0_CH4_IRQ_NOTIFY 0xF010122C          TIM0 Channel 4 Interrupt Notification Register
GTM_TIM0_CH4_IRQ_EN 0xF0101230          TIM0 Channel 4 Interrupt Enable Register
GTM_TIM0_CH4_IRQ_FORCINT 0xF0101234          TIM0 Channel 4 Software Interrupt Force Register
GTM_TIM0_CH4_IRQ_MODE 0xF0101238          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH4_EIRQ_EN 0xF010123C          TIM0 Channel 4 Error Interrupt Enable Register
GTM_TIM0_CH5_GPR0 0xF0101280          TIM0 Channel 5 General Purpose 0 Register
GTM_TIM0_CH5_GPR1 0xF0101284          TIM0 Channel 5 General Purpose 1 Register
GTM_TIM0_CH5_CNT 0xF0101288          TIM0 Channel 5 SMU Counter Register
GTM_TIM0_CH5_ECNT 0xF010128C          TIM0 Channel 5 Edge Counter Register
GTM_TIM0_CH5_CNTS 0xF0101290          TIM0 Channel 5 SMU Shadow Counter Register
GTM_TIM0_CH5_TDUC 0xF0101294          TIM0 Channel 5 TDUC Register
GTM_TIM0_CH5_TDUV 0xF0101298          TIM0 Channel 5 TDUV Register
GTM_TIM0_CH5_FLT_RE 0xF010129C          GTM_TIM0 Channel 5 Filter Parameter 0 Register
GTM_TIM0_CH5_FLT_FE 0xF01012A0          TIM0 Channel 5 Filter Parameter 1 Register
GTM_TIM0_CH5_CTRL 0xF01012A4          TIM Channel 5 Control Register
GTM_TIM0_CH5_ECTRL 0xF01012A8          TIM0 Channel 5 External Capture Control Register
GTM_TIM0_CH5_IRQ_NOTIFY 0xF01012AC          TIM0 Channel 5 Interrupt Notification Register
GTM_TIM0_CH5_IRQ_EN 0xF01012B0          TIM0 Channel 5 Interrupt Enable Register
GTM_TIM0_CH5_IRQ_FORCINT 0xF01012B4          TIM0 Channel 5 Software Interrupt Force Register
GTM_TIM0_CH5_IRQ_MODE 0xF01012B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH5_EIRQ_EN 0xF01012BC          TIM0 Channel 5 Error Interrupt Enable Register
GTM_TIM0_CH6_GPR0 0xF0101300          TIM0 Channel 6 General Purpose 0 Register
GTM_TIM0_CH6_GPR1 0xF0101304          TIM0 Channel 6 General Purpose 1 Register
GTM_TIM0_CH6_CNT 0xF0101308          TIM0 Channel 6 SMU Counter Register
GTM_TIM0_CH6_ECNT 0xF010130C          TIM0 Channel 6 Edge Counter Register
GTM_TIM0_CH6_CNTS 0xF0101310          TIM0 Channel 6 SMU Shadow Counter Register
GTM_TIM0_CH6_TDUC 0xF0101314          TIM0 Channel 6 TDUC Register
GTM_TIM0_CH6_TDUV 0xF0101318          TIM0 Channel 6 TDUV Register
GTM_TIM0_CH6_FLT_RE 0xF010131C          GTM_TIM0 Channel 6 Filter Parameter 0 Register
GTM_TIM0_CH6_FLT_FE 0xF0101320          TIM0 Channel 6 Filter Parameter 1 Register
GTM_TIM0_CH6_CTRL 0xF0101324          TIM Channel 6 Control Register
GTM_TIM0_CH6_ECTRL 0xF0101328          TIM0 Channel 6 External Capture Control Register
GTM_TIM0_CH6_IRQ_NOTIFY 0xF010132C          TIM0 Channel 6 Interrupt Notification Register
GTM_TIM0_CH6_IRQ_EN 0xF0101330          TIM0 Channel 6 Interrupt Enable Register
GTM_TIM0_CH6_IRQ_FORCINT 0xF0101334          TIM0 Channel 6 Software Interrupt Force Register
GTM_TIM0_CH6_IRQ_MODE 0xF0101338          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH6_EIRQ_EN 0xF010133C          TIM0 Channel 6 Error Interrupt Enable Register
GTM_TIM0_CH7_GPR0 0xF0101380          TIM0 Channel 7 General Purpose 0 Register
GTM_TIM0_CH7_GPR1 0xF0101384          TIM0 Channel 7 General Purpose 1 Register
GTM_TIM0_CH7_CNT 0xF0101388          TIM0 Channel 7 SMU Counter Register
GTM_TIM0_CH7_ECNT 0xF010138C          TIM0 Channel 7 Edge Counter Register
GTM_TIM0_CH7_CNTS 0xF0101390          TIM0 Channel 7 SMU Shadow Counter Register
GTM_TIM0_CH7_TDUC 0xF0101394          TIM0 Channel 7 TDUC Register
GTM_TIM0_CH7_TDUV 0xF0101398          TIM0 Channel 7 TDUV Register
GTM_TIM0_CH7_FLT_RE 0xF010139C          GTM_TIM0 Channel 7 Filter Parameter 0 Register
GTM_TIM0_CH7_FLT_FE 0xF01013A0          TIM0 Channel 7 Filter Parameter 1 Register
GTM_TIM0_CH7_CTRL 0xF01013A4          TIM Channel 7 Control Register
GTM_TIM0_CH7_ECTRL 0xF01013A8          TIM0 Channel 7 External Capture Control Register
GTM_TIM0_CH7_IRQ_NOTIFY 0xF01013AC          TIM0 Channel 7 Interrupt Notification Register
GTM_TIM0_CH7_IRQ_EN 0xF01013B0          TIM0 Channel 7 Interrupt Enable Register
GTM_TIM0_CH7_IRQ_FORCINT 0xF01013B4          TIM0 Channel 7 Software Interrupt Force Register
GTM_TIM0_CH7_IRQ_MODE 0xF01013B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH7_EIRQ_EN 0xF01013BC          TIM0 Channel 7 Error Interrupt Enable Register
GTM_TIM1_CH0_GPR0 0xF0101800          TIM1 Channel 0 General Purpose 0 Register
GTM_TIM1_CH0_GPR1 0xF0101804          TIM1 Channel 0 General Purpose 1 Register
GTM_TIM1_CH0_CNT 0xF0101808          TIM1 Channel 0 SMU Counter Register
GTM_TIM1_CH0_ECNT 0xF010180C          TIM1 Channel 0 Edge Counter Register
GTM_TIM1_CH0_CNTS 0xF0101810          TIM1Channel 0 SMU Shadow Counter Register
GTM_TIM1_CH0_TDUC 0xF0101814          TIM1 Channel 0 TDUC Register
GTM_TIM1_CH0_TDUV 0xF0101818          TIM1 Channel 0 TDUV Register
GTM_TIM1_CH0_FLT_RE 0xF010181C          GTM_TIM1 Channel 0 Filter Parameter 0 Register
GTM_TIM1_CH0_FLT_FE 0xF0101820          TIM1 Channel 0 Filter Parameter 1 Register
GTM_TIM1_CH0_CTRL 0xF0101824          TIM1_Channel0_CTRL Register
GTM_TIM1_CH0_ECTRL 0xF0101828          TIM1 Channel 0 External Capture Control Register
GTM_TIM1_CH0_IRQ_NOTIFY 0xF010182C          TIM1 Channel 0 Interrupt Notification Register
GTM_TIM1_CH0_IRQ_EN 0xF0101830          TIM1 Channel 0 Interrupt Enable Register
GTM_TIM1_CH0_IRQ_FORCINT 0xF0101834          TIM1 Channel 0 Software Interrupt Force Register
GTM_TIM1_CH0_IRQ_MODE 0xF0101838          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH0_EIRQ_EN 0xF010183C          TIM1 Channel 0 Error Interrupt Enable Register
GTM_TIM1_IN_SRC 0xF0101878          TIM1_IN_SRC Long Name
GTM_TIM1_RST    0xF010187C          TIM1 Global Software Reset Register
GTM_TIM1_CH1_GPR0 0xF0101880          TIM1 Channel 1 General Purpose 0 Register
GTM_TIM1_CH1_GPR1 0xF0101884          TIM1 Channel 1 General Purpose 1 Register
GTM_TIM1_CH1_CNT 0xF0101888          TIM1 Channel 1 SMU Counter Register
GTM_TIM1_CH1_ECNT 0xF010188C          TIM1 Channel 1 Edge Counter Register
GTM_TIM1_CH1_CNTS 0xF0101890          TIM1Channel 1 SMU Shadow Counter Register
GTM_TIM1_CH1_TDUC 0xF0101894          TIM1 Channel 1 TDUC Register
GTM_TIM1_CH1_TDUV 0xF0101898          TIM1 Channel 1 TDUV Register
GTM_TIM1_CH1_FLT_RE 0xF010189C          GTM_TIM1 Channel 1 Filter Parameter 0 Register
GTM_TIM1_CH1_FLT_FE 0xF01018A0          TIM1 Channel 1 Filter Parameter 1 Register
GTM_TIM1_CH1_CTRL 0xF01018A4          TIM1_Channel1_CTRL Register
GTM_TIM1_CH1_ECTRL 0xF01018A8          TIM1 Channel 1 External Capture Control Register
GTM_TIM1_CH1_IRQ_NOTIFY 0xF01018AC          TIM1 Channel 1 Interrupt Notification Register
GTM_TIM1_CH1_IRQ_EN 0xF01018B0          TIM1 Channel 1 Interrupt Enable Register
GTM_TIM1_CH1_IRQ_FORCINT 0xF01018B4          TIM1 Channel 1 Software Interrupt Force Register
GTM_TIM1_CH1_IRQ_MODE 0xF01018B8          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH1_EIRQ_EN 0xF01018BC          TIM1 Channel 1 Error Interrupt Enable Register
GTM_TIM1_CH2_GPR0 0xF0101900          TIM1 Channel 2 General Purpose 0 Register
GTM_TIM1_CH2_GPR1 0xF0101904          TIM1 Channel 2 General Purpose 1 Register
GTM_TIM1_CH2_CNT 0xF0101908          TIM1 Channel 2 SMU Counter Register
GTM_TIM1_CH2_ECNT 0xF010190C          TIM1 Channel 2 Edge Counter Register
GTM_TIM1_CH2_CNTS 0xF0101910          TIM1Channel 2 SMU Shadow Counter Register
GTM_TIM1_CH2_TDUC 0xF0101914          TIM1 Channel 2 TDUC Register
GTM_TIM1_CH2_TDUV 0xF0101918          TIM1 Channel 2 TDUV Register
GTM_TIM1_CH2_FLT_RE 0xF010191C          GTM_TIM1 Channel 2 Filter Parameter 0 Register
GTM_TIM1_CH2_FLT_FE 0xF0101920          TIM1 Channel 2 Filter Parameter 1 Register
GTM_TIM1_CH2_CTRL 0xF0101924          TIM1_Channel2_CTRL Register
GTM_TIM1_CH2_ECTRL 0xF0101928          TIM1 Channel 2 External Capture Control Register
GTM_TIM1_CH2_IRQ_NOTIFY 0xF010192C          TIM1 Channel 2 Interrupt Notification Register
GTM_TIM1_CH2_IRQ_EN 0xF0101930          TIM1 Channel 2 Interrupt Enable Register
GTM_TIM1_CH2_IRQ_FORCINT 0xF0101934          TIM1 Channel 2 Software Interrupt Force Register
GTM_TIM1_CH2_IRQ_MODE 0xF0101938          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH2_EIRQ_EN 0xF010193C          TIM1 Channel 2 Error Interrupt Enable Register
GTM_TIM1_CH3_GPR0 0xF0101980          TIM1 Channel 3 General Purpose 0 Register
GTM_TIM1_CH3_GPR1 0xF0101984          TIM1 Channel 3 General Purpose 1 Register
GTM_TIM1_CH3_CNT 0xF0101988          TIM1 Channel 3 SMU Counter Register
GTM_TIM1_CH3_ECNT 0xF010198C          TIM1 Channel 3 Edge Counter Register
GTM_TIM1_CH3_CNTS 0xF0101990          TIM1Channel 3 SMU Shadow Counter Register
GTM_TIM1_CH3_TDUC 0xF0101994          TIM1 Channel 3 TDUC Register
GTM_TIM1_CH3_TDUV 0xF0101998          TIM1 Channel 3 TDUV Register
GTM_TIM1_CH3_FLT_RE 0xF010199C          GTM_TIM1 Channel 3 Filter Parameter 0 Register
GTM_TIM1_CH3_FLT_FE 0xF01019A0          TIM1 Channel 3 Filter Parameter 1 Register
GTM_TIM1_CH3_CTRL 0xF01019A4          TIM1_Channel3_CTRL Register
GTM_TIM1_CH3_ECTRL 0xF01019A8          TIM1 Channel 3 External Capture Control Register
GTM_TIM1_CH3_IRQ_NOTIFY 0xF01019AC          TIM1 Channel 3 Interrupt Notification Register
GTM_TIM1_CH3_IRQ_EN 0xF01019B0          TIM1 Channel 3 Interrupt Enable Register
GTM_TIM1_CH3_IRQ_FORCINT 0xF01019B4          TIM1 Channel 3 Software Interrupt Force Register
GTM_TIM1_CH3_IRQ_MODE 0xF01019B8          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH3_EIRQ_EN 0xF01019BC          TIM1 Channel 3 Error Interrupt Enable Register
GTM_TIM1_CH4_GPR0 0xF0101A00          TIM1 Channel 4 General Purpose 0 Register
GTM_TIM1_CH4_GPR1 0xF0101A04          TIM1 Channel 4 General Purpose 1 Register
GTM_TIM1_CH4_CNT 0xF0101A08          TIM1 Channel 4 SMU Counter Register
GTM_TIM1_CH4_ECNT 0xF0101A0C          TIM1 Channel 4 Edge Counter Register
GTM_TIM1_CH4_CNTS 0xF0101A10          TIM1Channel 4 SMU Shadow Counter Register
GTM_TIM1_CH4_TDUC 0xF0101A14          TIM1 Channel 4 TDUC Register
GTM_TIM1_CH4_TDUV 0xF0101A18          TIM1 Channel 4 TDUV Register
GTM_TIM1_CH4_FLT_RE 0xF0101A1C          GTM_TIM1 Channel 4 Filter Parameter 0 Register
GTM_TIM1_CH4_FLT_FE 0xF0101A20          TIM1 Channel 4 Filter Parameter 1 Register
GTM_TIM1_CH4_CTRL 0xF0101A24          TIM1_Channel4_CTRL Register
GTM_TIM1_CH4_ECTRL 0xF0101A28          TIM1 Channel 4 External Capture Control Register
GTM_TIM1_CH4_IRQ_NOTIFY 0xF0101A2C          TIM1 Channel 4 Interrupt Notification Register
GTM_TIM1_CH4_IRQ_EN 0xF0101A30          TIM1 Channel 4 Interrupt Enable Register
GTM_TIM1_CH4_IRQ_FORCINT 0xF0101A34          TIM1 Channel 4 Software Interrupt Force Register
GTM_TIM1_CH4_IRQ_MODE 0xF0101A38          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH4_EIRQ_EN 0xF0101A3C          TIM1 Channel 4 Error Interrupt Enable Register
GTM_TIM1_CH5_GPR0 0xF0101A80          TIM1 Channel 5 General Purpose 0 Register
GTM_TIM1_CH5_GPR1 0xF0101A84          TIM1 Channel 5 General Purpose 1 Register
GTM_TIM1_CH5_CNT 0xF0101A88          TIM1 Channel 5 SMU Counter Register
GTM_TIM1_CH5_ECNT 0xF0101A8C          TIM1 Channel 5 Edge Counter Register
GTM_TIM1_CH5_CNTS 0xF0101A90          TIM1Channel 5 SMU Shadow Counter Register
GTM_TIM1_CH5_TDUC 0xF0101A94          TIM1 Channel 5 TDUC Register
GTM_TIM1_CH5_TDUV 0xF0101A98          TIM1 Channel 5 TDUV Register
GTM_TIM1_CH5_FLT_RE 0xF0101A9C          GTM_TIM1 Channel 5 Filter Parameter 0 Register
GTM_TIM1_CH5_FLT_FE 0xF0101AA0          TIM1 Channel 5 Filter Parameter 1 Register
GTM_TIM1_CH5_CTRL 0xF0101AA4          TIM1_Channel5_CTRL Register
GTM_TIM1_CH5_ECTRL 0xF0101AA8          TIM1 Channel 5 External Capture Control Register
GTM_TIM1_CH5_IRQ_NOTIFY 0xF0101AAC          TIM1 Channel 5 Interrupt Notification Register
GTM_TIM1_CH5_IRQ_EN 0xF0101AB0          TIM1 Channel 5 Interrupt Enable Register
GTM_TIM1_CH5_IRQ_FORCINT 0xF0101AB4          TIM1 Channel 5 Software Interrupt Force Register
GTM_TIM1_CH5_IRQ_MODE 0xF0101AB8          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH5_EIRQ_EN 0xF0101ABC          TIM1 Channel 5 Error Interrupt Enable Register
GTM_TIM1_CH6_GPR0 0xF0101B00          TIM1 Channel 6 General Purpose 0 Register
GTM_TIM1_CH6_GPR1 0xF0101B04          TIM1 Channel 6 General Purpose 1 Register
GTM_TIM1_CH6_CNT 0xF0101B08          TIM1 Channel 6 SMU Counter Register
GTM_TIM1_CH6_ECNT 0xF0101B0C          TIM1 Channel 6 Edge Counter Register
GTM_TIM1_CH6_CNTS 0xF0101B10          TIM1Channel 6 SMU Shadow Counter Register
GTM_TIM1_CH6_TDUC 0xF0101B14          TIM1 Channel 6 TDUC Register
GTM_TIM1_CH6_TDUV 0xF0101B18          TIM1 Channel 6 TDUV Register
GTM_TIM1_CH6_FLT_RE 0xF0101B1C          GTM_TIM1 Channel 6 Filter Parameter 0 Register
GTM_TIM1_CH6_FLT_FE 0xF0101B20          TIM1 Channel 6 Filter Parameter 1 Register
GTM_TIM1_CH6_CTRL 0xF0101B24          TIM1_Channel6_CTRL Register
GTM_TIM1_CH6_ECTRL 0xF0101B28          TIM1 Channel 6 External Capture Control Register
GTM_TIM1_CH6_IRQ_NOTIFY 0xF0101B2C          TIM1 Channel 6 Interrupt Notification Register
GTM_TIM1_CH6_IRQ_EN 0xF0101B30          TIM1 Channel 6 Interrupt Enable Register
GTM_TIM1_CH6_IRQ_FORCINT 0xF0101B34          TIM1 Channel 6 Software Interrupt Force Register
GTM_TIM1_CH6_IRQ_MODE 0xF0101B38          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH6_EIRQ_EN 0xF0101B3C          TIM1 Channel 6 Error Interrupt Enable Register
GTM_TIM1_CH7_GPR0 0xF0101B80          TIM1 Channel 7 General Purpose 0 Register
GTM_TIM1_CH7_GPR1 0xF0101B84          TIM1 Channel 7 General Purpose 1 Register
GTM_TIM1_CH7_CNT 0xF0101B88          TIM1 Channel 7 SMU Counter Register
GTM_TIM1_CH7_ECNT 0xF0101B8C          TIM1 Channel 7 Edge Counter Register
GTM_TIM1_CH7_CNTS 0xF0101B90          TIM1Channel 7 SMU Shadow Counter Register
GTM_TIM1_CH7_TDUC 0xF0101B94          TIM1 Channel 7 TDUC Register
GTM_TIM1_CH7_TDUV 0xF0101B98          TIM1 Channel 7 TDUV Register
GTM_TIM1_CH7_FLT_RE 0xF0101B9C          GTM_TIM1 Channel 7 Filter Parameter 0 Register
GTM_TIM1_CH7_FLT_FE 0xF0101BA0          TIM1 Channel 7 Filter Parameter 1 Register
GTM_TIM1_CH7_CTRL 0xF0101BA4          TIM1_Channel7_CTRL Register
GTM_TIM1_CH7_ECTRL 0xF0101BA8          TIM1 Channel 7 External Capture Control Register
GTM_TIM1_CH7_IRQ_NOTIFY 0xF0101BAC          TIM1 Channel 7 Interrupt Notification Register
GTM_TIM1_CH7_IRQ_EN 0xF0101BB0          TIM1 Channel 7 Interrupt Enable Register
GTM_TIM1_CH7_IRQ_FORCINT 0xF0101BB4          TIM1 Channel 7 Software Interrupt Force Register
GTM_TIM1_CH7_IRQ_MODE 0xF0101BB8          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH7_EIRQ_EN 0xF0101BBC          TIM1 Channel 7 Error Interrupt Enable Register
GTM_TIM2_CH0_GPR0 0xF0102000          TIM2 Channel 0 General Purpose 0 Register
GTM_TIM2_CH0_GPR1 0xF0102004          TIM2 Channel 0 General Purpose 1 Register
GTM_TIM2_CH0_CNT 0xF0102008          TIM2 Channel 0 SMU Counter Register
GTM_TIM2_CH0_ECNT 0xF010200C          TIM2 Channel 0 Edge Counter Register
GTM_TIM2_CH0_CNTS 0xF0102010          TIM2 Channel 0 SMU Shadow Counter Register
GTM_TIM2_CH0_TDUC 0xF0102014          TIM2 Channel 0 TDUC Register
GTM_TIM2_CH0_TDUV 0xF0102018          TIM2 Channel 0 TDUV Register
GTM_TIM2_CH0_FLT_RE 0xF010201C          GTM_TIM2 Channel 0 Filter Parameter 0 Register
GTM_TIM2_CH0_FLT_FE 0xF0102020          TIM2 Channel 0 Filter Parameter 1 Register
GTM_TIM2_CH0_CTRL 0xF0102024          TIM2_Channel0_CTRL Register
GTM_TIM2_CH0_ECTRL 0xF0102028          TIM2 Channel 0 External Capture Control Register
GTM_TIM2_CH0_IRQ_NOTIFY 0xF010202C          TIM2 Channel 0 Interrupt Notification Register
GTM_TIM2_CH0_IRQ_EN 0xF0102030          TIM2 Channel 0 Interrupt Enable Register
GTM_TIM2_CH0_IRQ_FORCINT 0xF0102034          TIM2 Channel 0 Software Interrupt Force Register
GTM_TIM2_CH0_IRQ_MODE 0xF0102038          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH0_EIRQ_EN 0xF010203C          TIM2 Channel 0 Error Interrupt Enable Register
GTM_TIM2_IN_SRC 0xF0102078          TIM2_IN_SRC Long Name
GTM_TIM2_RST    0xF010207C          TIM2 Global Software Reset Register
GTM_TIM2_CH1_GPR0 0xF0102080          TIM2 Channel 1 General Purpose 0 Register
GTM_TIM2_CH1_GPR1 0xF0102084          TIM2 Channel 1 General Purpose 1 Register
GTM_TIM2_CH1_CNT 0xF0102088          TIM2 Channel 1 SMU Counter Register
GTM_TIM2_CH1_ECNT 0xF010208C          TIM2 Channel 1 Edge Counter Register
GTM_TIM2_CH1_CNTS 0xF0102090          TIM2 Channel 1 SMU Shadow Counter Register
GTM_TIM2_CH1_TDUC 0xF0102094          TIM2 Channel 1 TDUC Register
GTM_TIM2_CH1_TDUV 0xF0102098          TIM2 Channel 1 TDUV Register
GTM_TIM2_CH1_FLT_RE 0xF010209C          GTM_TIM2 Channel 1 Filter Parameter 0 Register
GTM_TIM2_CH1_FLT_FE 0xF01020A0          TIM2 Channel 1 Filter Parameter 1 Register
GTM_TIM2_CH1_CTRL 0xF01020A4          TIM2_Channel1_CTRL Register
GTM_TIM2_CH1_ECTRL 0xF01020A8          TIM2 Channel 1 External Capture Control Register
GTM_TIM2_CH1_IRQ_NOTIFY 0xF01020AC          TIM2 Channel 1 Interrupt Notification Register
GTM_TIM2_CH1_IRQ_EN 0xF01020B0          TIM2 Channel 1 Interrupt Enable Register
GTM_TIM2_CH1_IRQ_FORCINT 0xF01020B4          TIM2 Channel 1 Software Interrupt Force Register
GTM_TIM2_CH1_IRQ_MODE 0xF01020B8          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH1_EIRQ_EN 0xF01020BC          TIM2 Channel 1 Error Interrupt Enable Register
GTM_TIM2_CH2_GPR0 0xF0102100          TIM2 Channel 2 General Purpose 0 Register
GTM_TIM2_CH2_GPR1 0xF0102104          TIM2 Channel 2 General Purpose 1 Register
GTM_TIM2_CH2_CNT 0xF0102108          TIM2 Channel 2 SMU Counter Register
GTM_TIM2_CH2_ECNT 0xF010210C          TIM2 Channel 2 Edge Counter Register
GTM_TIM2_CH2_CNTS 0xF0102110          TIM2 Channel 2 SMU Shadow Counter Register
GTM_TIM2_CH2_TDUC 0xF0102114          TIM2 Channel 2 TDUC Register
GTM_TIM2_CH2_TDUV 0xF0102118          TIM2 Channel 2 TDUV Register
GTM_TIM2_CH2_FLT_RE 0xF010211C          GTM_TIM2 Channel 2 Filter Parameter 0 Register
GTM_TIM2_CH2_FLT_FE 0xF0102120          TIM2 Channel 2 Filter Parameter 1 Register
GTM_TIM2_CH2_CTRL 0xF0102124          TIM2_Channel2_CTRL Register
GTM_TIM2_CH2_ECTRL 0xF0102128          TIM2 Channel 2 External Capture Control Register
GTM_TIM2_CH2_IRQ_NOTIFY 0xF010212C          TIM2 Channel 2 Interrupt Notification Register
GTM_TIM2_CH2_IRQ_EN 0xF0102130          TIM2 Channel 2 Interrupt Enable Register
GTM_TIM2_CH2_IRQ_FORCINT 0xF0102134          TIM2 Channel 2 Software Interrupt Force Register
GTM_TIM2_CH2_IRQ_MODE 0xF0102138          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH2_EIRQ_EN 0xF010213C          TIM2 Channel 2 Error Interrupt Enable Register
GTM_TIM2_CH3_GPR0 0xF0102180          TIM2 Channel 3 General Purpose 0 Register
GTM_TIM2_CH3_GPR1 0xF0102184          TIM2 Channel 3 General Purpose 1 Register
GTM_TIM2_CH3_CNT 0xF0102188          TIM2 Channel 3 SMU Counter Register
GTM_TIM2_CH3_ECNT 0xF010218C          TIM2 Channel 3 Edge Counter Register
GTM_TIM2_CH3_CNTS 0xF0102190          TIM2 Channel 3 SMU Shadow Counter Register
GTM_TIM2_CH3_TDUC 0xF0102194          TIM2 Channel 3 TDUC Register
GTM_TIM2_CH3_TDUV 0xF0102198          TIM2 Channel 3 TDUV Register
GTM_TIM2_CH3_FLT_RE 0xF010219C          GTM_TIM2 Channel 3 Filter Parameter 0 Register
GTM_TIM2_CH3_FLT_FE 0xF01021A0          TIM2 Channel 3 Filter Parameter 1 Register
GTM_TIM2_CH3_CTRL 0xF01021A4          TIM2_Channel3_CTRL Register
GTM_TIM2_CH3_ECTRL 0xF01021A8          TIM2 Channel 3 External Capture Control Register
GTM_TIM2_CH3_IRQ_NOTIFY 0xF01021AC          TIM2 Channel 3 Interrupt Notification Register
GTM_TIM2_CH3_IRQ_EN 0xF01021B0          TIM2 Channel 3 Interrupt Enable Register
GTM_TIM2_CH3_IRQ_FORCINT 0xF01021B4          TIM2 Channel 3 Software Interrupt Force Register
GTM_TIM2_CH3_IRQ_MODE 0xF01021B8          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH3_EIRQ_EN 0xF01021BC          TIM2 Channel 3 Error Interrupt Enable Register
GTM_TIM2_CH4_GPR0 0xF0102200          TIM2 Channel 4 General Purpose 0 Register
GTM_TIM2_CH4_GPR1 0xF0102204          TIM2 Channel 4 General Purpose 1 Register
GTM_TIM2_CH4_CNT 0xF0102208          TIM2 Channel 4 SMU Counter Register
GTM_TIM2_CH4_ECNT 0xF010220C          TIM2 Channel 4 Edge Counter Register
GTM_TIM2_CH4_CNTS 0xF0102210          TIM2 Channel 4 SMU Shadow Counter Register
GTM_TIM2_CH4_TDUC 0xF0102214          TIM2 Channel 4 TDUC Register
GTM_TIM2_CH4_TDUV 0xF0102218          TIM2 Channel 4 TDUV Register
GTM_TIM2_CH4_FLT_RE 0xF010221C          GTM_TIM2 Channel 4 Filter Parameter 0 Register
GTM_TIM2_CH4_FLT_FE 0xF0102220          TIM2 Channel 4 Filter Parameter 1 Register
GTM_TIM2_CH4_CTRL 0xF0102224          TIM2_Channel4_CTRL Register
GTM_TIM2_CH4_ECTRL 0xF0102228          TIM2 Channel 4 External Capture Control Register
GTM_TIM2_CH4_IRQ_NOTIFY 0xF010222C          TIM2 Channel 4 Interrupt Notification Register
GTM_TIM2_CH4_IRQ_EN 0xF0102230          TIM2 Channel 4 Interrupt Enable Register
GTM_TIM2_CH4_IRQ_FORCINT 0xF0102234          TIM2 Channel 4 Software Interrupt Force Register
GTM_TIM2_CH4_IRQ_MODE 0xF0102238          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH4_EIRQ_EN 0xF010223C          TIM2 Channel 4 Error Interrupt Enable Register
GTM_TIM2_CH5_GPR0 0xF0102280          TIM2 Channel 5 General Purpose 0 Register
GTM_TIM2_CH5_GPR1 0xF0102284          TIM2 Channel 5 General Purpose 1 Register
GTM_TIM2_CH5_CNT 0xF0102288          TIM2 Channel 5 SMU Counter Register
GTM_TIM2_CH5_ECNT 0xF010228C          TIM2 Channel 5 Edge Counter Register
GTM_TIM2_CH5_CNTS 0xF0102290          TIM2 Channel 5 SMU Shadow Counter Register
GTM_TIM2_CH5_TDUC 0xF0102294          TIM2 Channel 5 TDUC Register
GTM_TIM2_CH5_TDUV 0xF0102298          TIM2 Channel 5 TDUV Register
GTM_TIM2_CH5_FLT_RE 0xF010229C          GTM_TIM2 Channel 5 Filter Parameter 0 Register
GTM_TIM2_CH5_FLT_FE 0xF01022A0          TIM2 Channel 5 Filter Parameter 1 Register
GTM_TIM2_CH5_CTRL 0xF01022A4          TIM2_Channel5_CTRL Register
GTM_TIM2_CH5_ECTRL 0xF01022A8          TIM2 Channel 5 External Capture Control Register
GTM_TIM2_CH5_IRQ_NOTIFY 0xF01022AC          TIM2 Channel 5 Interrupt Notification Register
GTM_TIM2_CH5_IRQ_EN 0xF01022B0          TIM2 Channel 5 Interrupt Enable Register
GTM_TIM2_CH5_IRQ_FORCINT 0xF01022B4          TIM2 Channel 5 Software Interrupt Force Register
GTM_TIM2_CH5_IRQ_MODE 0xF01022B8          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH5_EIRQ_EN 0xF01022BC          TIM2 Channel 5 Error Interrupt Enable Register
GTM_TIM2_CH6_GPR0 0xF0102300          TIM2 Channel 6 General Purpose 0 Register
GTM_TIM2_CH6_GPR1 0xF0102304          TIM2 Channel 6 General Purpose 1 Register
GTM_TIM2_CH6_CNT 0xF0102308          TIM2 Channel 6 SMU Counter Register
GTM_TIM2_CH6_ECNT 0xF010230C          TIM2 Channel 6 Edge Counter Register
GTM_TIM2_CH6_CNTS 0xF0102310          TIM2 Channel 6 SMU Shadow Counter Register
GTM_TIM2_CH6_TDUC 0xF0102314          TIM2 Channel 6 TDUC Register
GTM_TIM2_CH6_TDUV 0xF0102318          TIM2 Channel 6 TDUV Register
GTM_TIM2_CH6_FLT_RE 0xF010231C          GTM_TIM2 Channel 6 Filter Parameter 0 Register
GTM_TIM2_CH6_FLT_FE 0xF0102320          TIM2 Channel 6 Filter Parameter 1 Register
GTM_TIM2_CH6_CTRL 0xF0102324          TIM2_Channel6_CTRL Register
GTM_TIM2_CH6_ECTRL 0xF0102328          TIM2 Channel 6 External Capture Control Register
GTM_TIM2_CH6_IRQ_NOTIFY 0xF010232C          TIM2 Channel 6 Interrupt Notification Register
GTM_TIM2_CH6_IRQ_EN 0xF0102330          TIM2 Channel 6 Interrupt Enable Register
GTM_TIM2_CH6_IRQ_FORCINT 0xF0102334          TIM2 Channel 6 Software Interrupt Force Register
GTM_TIM2_CH6_IRQ_MODE 0xF0102338          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH6_EIRQ_EN 0xF010233C          TIM2 Channel 6 Error Interrupt Enable Register
GTM_TIM2_CH7_GPR0 0xF0102380          TIM2 Channel 7 General Purpose 0 Register
GTM_TIM2_CH7_GPR1 0xF0102384          TIM2 Channel 7 General Purpose 1 Register
GTM_TIM2_CH7_CNT 0xF0102388          TIM2 Channel 7 SMU Counter Register
GTM_TIM2_CH7_ECNT 0xF010238C          TIM2 Channel 7 Edge Counter Register
GTM_TIM2_CH7_CNTS 0xF0102390          TIM2 Channel 7 SMU Shadow Counter Register
GTM_TIM2_CH7_TDUC 0xF0102394          TIM2 Channel 7 TDUC Register
GTM_TIM2_CH7_TDUV 0xF0102398          TIM2 Channel 7 TDUV Register
GTM_TIM2_CH7_FLT_RE 0xF010239C          GTM_TIM2 Channel 7 Filter Parameter 0 Register
GTM_TIM2_CH7_FLT_FE 0xF01023A0          TIM2 Channel 7 Filter Parameter 1 Register
GTM_TIM2_CH7_CTRL 0xF01023A4          TIM2_Channel7_CTRL Register
GTM_TIM2_CH7_ECTRL 0xF01023A8          TIM2 Channel 7 External Capture Control Register
GTM_TIM2_CH7_IRQ_NOTIFY 0xF01023AC          TIM2 Channel 7 Interrupt Notification Register
GTM_TIM2_CH7_IRQ_EN 0xF01023B0          TIM2 Channel 7 Interrupt Enable Register
GTM_TIM2_CH7_IRQ_FORCINT 0xF01023B4          TIM2 Channel 7 Software Interrupt Force Register
GTM_TIM2_CH7_IRQ_MODE 0xF01023B8          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH7_EIRQ_EN 0xF01023BC          TIM2 Channel 7 Error Interrupt Enable Register
GTM_TIM3_CH0_GPR0 0xF0102800          TIM3 Channel 0 General Purpose 0 Register
GTM_TIM3_CH0_GPR1 0xF0102804          TIM3 Channel 0 General Purpose 1 Register
GTM_TIM3_CH0_CNT 0xF0102808          TIM3 Channel 0 SMU Counter Register
GTM_TIM3_CH0_ECNT 0xF010280C          TIM3 Channel 0 Edge Counter Register
GTM_TIM3_CH0_CNTS 0xF0102810          TIM3 Channel 0 SMU Shadow Counter Register
GTM_TIM3_CH0_TDUC 0xF0102814          TIM3 Channel 0 TDUC Register
GTM_TIM3_CH0_TDUV 0xF0102818          TIM3 Channel 0 TDUV Register
GTM_TIM3_CH0_FLT_RE 0xF010281C          GTM_TIM3 Channel 0 Filter Parameter 0 Register
GTM_TIM3_CH0_FLT_FE 0xF0102820          TIM3 Channel 0 Filter Parameter 1 Register
GTM_TIM3_CH0_CTRL 0xF0102824          TIM3_Channel0_CTRL Register
GTM_TIM3_CH0_ECTRL 0xF0102828          TIM3 Channel 0 External Capture Control Register
GTM_TIM3_CH0_IRQ_NOTIFY 0xF010282C          TIM3 Channel 0 Interrupt Notification Register
GTM_TIM3_CH0_IRQ_EN 0xF0102830          TIM3 Channel 0 Interrupt Enable Register
GTM_TIM3_CH0_IRQ_FORCINT 0xF0102834          TIM3 Channel 0 Software Interrupt Force Register
GTM_TIM3_CH0_IRQ_MODE 0xF0102838          TIM3 IRQ Mode Configuration Register
GTM_TIM3_CH0_EIRQ_EN 0xF010283C          TIM3 Channel 0 Error Interrupt Enable Register
GTM_TIM3_IN_SRC 0xF0102878          TIM3_IN_SRC Long Name
GTM_TIM3_RST    0xF010287C          TIM3 Global Software Reset Register
GTM_TIM3_CH1_GPR0 0xF0102880          TIM3 Channel 1 General Purpose 0 Register
GTM_TIM3_CH1_GPR1 0xF0102884          TIM3 Channel 1 General Purpose 1 Register
GTM_TIM3_CH1_CNT 0xF0102888          TIM3 Channel 1 SMU Counter Register
GTM_TIM3_CH1_ECNT 0xF010288C          TIM3 Channel 1 Edge Counter Register
GTM_TIM3_CH1_CNTS 0xF0102890          TIM3 Channel 1 SMU Shadow Counter Register
GTM_TIM3_CH1_TDUC 0xF0102894          TIM3 Channel 1 TDUC Register
GTM_TIM3_CH1_TDUV 0xF0102898          TIM3 Channel 1 TDUV Register
GTM_TIM3_CH1_FLT_RE 0xF010289C          GTM_TIM3 Channel 1 Filter Parameter 0 Register
GTM_TIM3_CH1_FLT_FE 0xF01028A0          TIM3 Channel 1 Filter Parameter 1 Register
GTM_TIM3_CH1_CTRL 0xF01028A4          TIM3_Channel1_CTRL Register
GTM_TIM3_CH1_ECTRL 0xF01028A8          TIM3 Channel 1 External Capture Control Register
GTM_TIM3_CH1_IRQ_NOTIFY 0xF01028AC          TIM3 Channel 1 Interrupt Notification Register
GTM_TIM3_CH1_IRQ_EN 0xF01028B0          TIM3 Channel 1 Interrupt Enable Register
GTM_TIM3_CH1_IRQ_FORCINT 0xF01028B4          TIM3 Channel 1 Software Interrupt Force Register
GTM_TIM3_CH1_IRQ_MODE 0xF01028B8          TIM3 IRQ Mode Configuration Register
GTM_TIM3_CH1_EIRQ_EN 0xF01028BC          TIM3 Channel 1 Error Interrupt Enable Register
GTM_TIM3_CH2_GPR0 0xF0102900          TIM3 Channel 2 General Purpose 0 Register
GTM_TIM3_CH2_GPR1 0xF0102904          TIM3 Channel 2 General Purpose 1 Register
GTM_TIM3_CH2_CNT 0xF0102908          TIM3 Channel 2 SMU Counter Register
GTM_TIM3_CH2_ECNT 0xF010290C          TIM3 Channel 2 Edge Counter Register
GTM_TIM3_CH2_CNTS 0xF0102910          TIM3 Channel 2 SMU Shadow Counter Register
GTM_TIM3_CH2_TDUC 0xF0102914          TIM3 Channel 2 TDUC Register
GTM_TIM3_CH2_TDUV 0xF0102918          TIM3 Channel 2 TDUV Register
GTM_TIM3_CH2_FLT_RE 0xF010291C          GTM_TIM3 Channel 2 Filter Parameter 0 Register
GTM_TIM3_CH2_FLT_FE 0xF0102920          TIM3 Channel 2 Filter Parameter 1 Register
GTM_TIM3_CH2_CTRL 0xF0102924          TIM3_Channel2_CTRL Register
GTM_TIM3_CH2_ECTRL 0xF0102928          TIM3 Channel 2 External Capture Control Register
GTM_TIM3_CH2_IRQ_NOTIFY 0xF010292C          TIM3 Channel 2 Interrupt Notification Register
GTM_TIM3_CH2_IRQ_EN 0xF0102930          TIM3 Channel 2 Interrupt Enable Register
GTM_TIM3_CH2_IRQ_FORCINT 0xF0102934          TIM3 Channel 2 Software Interrupt Force Register
GTM_TIM3_CH2_IRQ_MODE 0xF0102938          TIM3 IRQ Mode Configuration Register
GTM_TIM3_CH2_EIRQ_EN 0xF010293C          TIM3 Channel 2 Error Interrupt Enable Register
GTM_TIM3_CH3_GPR0 0xF0102980          TIM3 Channel 3 General Purpose 0 Register
GTM_TIM3_CH3_GPR1 0xF0102984          TIM3 Channel 3 General Purpose 1 Register
GTM_TIM3_CH3_CNT 0xF0102988          TIM3 Channel 3 SMU Counter Register
GTM_TIM3_CH3_ECNT 0xF010298C          TIM3 Channel 3 Edge Counter Register
GTM_TIM3_CH3_CNTS 0xF0102990          TIM3 Channel 3 SMU Shadow Counter Register
GTM_TIM3_CH3_TDUC 0xF0102994          TIM3 Channel 3 TDUC Register
GTM_TIM3_CH3_TDUV 0xF0102998          TIM3 Channel 3 TDUV Register
GTM_TIM3_CH3_FLT_RE 0xF010299C          GTM_TIM3 Channel 3 Filter Parameter 0 Register
GTM_TIM3_CH3_FLT_FE 0xF01029A0          TIM3 Channel 3 Filter Parameter 1 Register
GTM_TIM3_CH3_CTRL 0xF01029A4          TIM3_Channel3_CTRL Register
GTM_TIM3_CH3_ECTRL 0xF01029A8          TIM3 Channel 3 External Capture Control Register
GTM_TIM3_CH3_IRQ_NOTIFY 0xF01029AC          TIM3 Channel 3 Interrupt Notification Register
GTM_TIM3_CH3_IRQ_EN 0xF01029B0          TIM3 Channel 3 Interrupt Enable Register
GTM_TIM3_CH3_IRQ_FORCINT 0xF01029B4          TIM3 Channel 3 Software Interrupt Force Register
GTM_TIM3_CH3_IRQ_MODE 0xF01029B8          TIM3 IRQ Mode Configuration Register
GTM_TIM3_CH3_EIRQ_EN 0xF01029BC          TIM3 Channel 3 Error Interrupt Enable Register
GTM_TIM3_CH4_GPR0 0xF0102A00          TIM3 Channel 4 General Purpose 0 Register
GTM_TIM3_CH4_GPR1 0xF0102A04          TIM3 Channel 4 General Purpose 1 Register
GTM_TIM3_CH4_CNT 0xF0102A08          TIM3 Channel 4 SMU Counter Register
GTM_TIM3_CH4_ECNT 0xF0102A0C          TIM3 Channel 4 Edge Counter Register
GTM_TIM3_CH4_CNTS 0xF0102A10          TIM3 Channel 4 SMU Shadow Counter Register
GTM_TIM3_CH4_TDUC 0xF0102A14          TIM3 Channel 4 TDUC Register
GTM_TIM3_CH4_TDUV 0xF0102A18          TIM3 Channel 4 TDUV Register
GTM_TIM3_CH4_FLT_RE 0xF0102A1C          GTM_TIM3 Channel 4 Filter Parameter 0 Register
GTM_TIM3_CH4_FLT_FE 0xF0102A20          TIM3 Channel 4 Filter Parameter 1 Register
GTM_TIM3_CH4_CTRL 0xF0102A24          TIM3_Channel4_CTRL Register
GTM_TIM3_CH4_ECTRL 0xF0102A28          TIM3 Channel 4 External Capture Control Register
GTM_TIM3_CH4_IRQ_NOTIFY 0xF0102A2C          TIM3 Channel 4 Interrupt Notification Register
GTM_TIM3_CH4_IRQ_EN 0xF0102A30          TIM3 Channel 4 Interrupt Enable Register
GTM_TIM3_CH4_IRQ_FORCINT 0xF0102A34          TIM3 Channel 4 Software Interrupt Force Register
GTM_TIM3_CH4_IRQ_MODE 0xF0102A38          TIM3 IRQ Mode Configuration Register
GTM_TIM3_CH4_EIRQ_EN 0xF0102A3C          TIM3 Channel 4 Error Interrupt Enable Register
GTM_TIM3_CH5_GPR0 0xF0102A80          TIM3 Channel 5 General Purpose 0 Register
GTM_TIM3_CH5_GPR1 0xF0102A84          TIM3 Channel 5 General Purpose 1 Register
GTM_TIM3_CH5_CNT 0xF0102A88          TIM3 Channel 5 SMU Counter Register
GTM_TIM3_CH5_ECNT 0xF0102A8C          TIM3 Channel 5 Edge Counter Register
GTM_TIM3_CH5_CNTS 0xF0102A90          TIM3 Channel 5 SMU Shadow Counter Register
GTM_TIM3_CH5_TDUC 0xF0102A94          TIM3 Channel 5 TDUC Register
GTM_TIM3_CH5_TDUV 0xF0102A98          TIM3 Channel 5 TDUV Register
GTM_TIM3_CH5_FLT_RE 0xF0102A9C          GTM_TIM3 Channel 5 Filter Parameter 0 Register
GTM_TIM3_CH5_FLT_FE 0xF0102AA0          TIM3 Channel 5 Filter Parameter 1 Register
GTM_TIM3_CH5_CTRL 0xF0102AA4          TIM3_Channel5_CTRL Register
GTM_TIM3_CH5_ECTRL 0xF0102AA8          TIM3 Channel 5 External Capture Control Register
GTM_TIM3_CH5_IRQ_NOTIFY 0xF0102AAC          TIM3 Channel 5 Interrupt Notification Register
GTM_TIM3_CH5_IRQ_EN 0xF0102AB0          TIM3 Channel 5 Interrupt Enable Register
GTM_TIM3_CH5_IRQ_FORCINT 0xF0102AB4          TIM3 Channel 5 Software Interrupt Force Register
GTM_TIM3_CH5_IRQ_MODE 0xF0102AB8          TIM3 IRQ Mode Configuration Register
GTM_TIM3_CH5_EIRQ_EN 0xF0102ABC          TIM3 Channel 5 Error Interrupt Enable Register
GTM_TIM3_CH6_GPR0 0xF0102B00          TIM3 Channel 6 General Purpose 0 Register
GTM_TIM3_CH6_GPR1 0xF0102B04          TIM3 Channel 6 General Purpose 1 Register
GTM_TIM3_CH6_CNT 0xF0102B08          TIM3 Channel 6 SMU Counter Register
GTM_TIM3_CH6_ECNT 0xF0102B0C          TIM3 Channel 6 Edge Counter Register
GTM_TIM3_CH6_CNTS 0xF0102B10          TIM3 Channel 6 SMU Shadow Counter Register
GTM_TIM3_CH6_TDUC 0xF0102B14          TIM3 Channel 6 TDUC Register
GTM_TIM3_CH6_TDUV 0xF0102B18          TIM3 Channel 6 TDUV Register
GTM_TIM3_CH6_FLT_RE 0xF0102B1C          GTM_TIM3 Channel 6 Filter Parameter 0 Register
GTM_TIM3_CH6_FLT_FE 0xF0102B20          TIM3 Channel 6 Filter Parameter 1 Register
GTM_TIM3_CH6_CTRL 0xF0102B24          TIM3_Channel6_CTRL Register
GTM_TIM3_CH6_ECTRL 0xF0102B28          TIM3 Channel 6 External Capture Control Register
GTM_TIM3_CH6_IRQ_NOTIFY 0xF0102B2C          TIM3 Channel 6 Interrupt Notification Register
GTM_TIM3_CH6_IRQ_EN 0xF0102B30          TIM3 Channel 6 Interrupt Enable Register
GTM_TIM3_CH6_IRQ_FORCINT 0xF0102B34          TIM3 Channel 6 Software Interrupt Force Register
GTM_TIM3_CH6_IRQ_MODE 0xF0102B38          TIM3 IRQ Mode Configuration Register
GTM_TIM3_CH6_EIRQ_EN 0xF0102B3C          TIM3 Channel 6 Error Interrupt Enable Register
GTM_TIM3_CH7_GPR0 0xF0102B80          TIM3 Channel 7 General Purpose 0 Register
GTM_TIM3_CH7_GPR1 0xF0102B84          TIM3 Channel 7 General Purpose 1 Register
GTM_TIM3_CH7_CNT 0xF0102B88          TIM3 Channel 7 SMU Counter Register
GTM_TIM3_CH7_ECNT 0xF0102B8C          TIM3 Channel 7 Edge Counter Register
GTM_TIM3_CH7_CNTS 0xF0102B90          TIM3 Channel 7 SMU Shadow Counter Register
GTM_TIM3_CH7_TDUC 0xF0102B94          TIM3 Channel 7 TDUC Register
GTM_TIM3_CH7_TDUV 0xF0102B98          TIM3 Channel 7 TDUV Register
GTM_TIM3_CH7_FLT_RE 0xF0102B9C          GTM_TIM3 Channel 7 Filter Parameter 0 Register
GTM_TIM3_CH7_FLT_FE 0xF0102BA0          TIM3 Channel 7 Filter Parameter 1 Register
GTM_TIM3_CH7_CTRL 0xF0102BA4          TIM3_Channel7_CTRL Register
GTM_TIM3_CH7_ECTRL 0xF0102BA8          TIM3 Channel 7 External Capture Control Register
GTM_TIM3_CH7_IRQ_NOTIFY 0xF0102BAC          TIM3 Channel 7 Interrupt Notification Register
GTM_TIM3_CH7_IRQ_EN 0xF0102BB0          TIM3 Channel 7 Interrupt Enable Register
GTM_TIM3_CH7_IRQ_FORCINT 0xF0102BB4          TIM3 Channel 7 Software Interrupt Force Register
GTM_TIM3_CH7_IRQ_MODE 0xF0102BB8          TIM3 IRQ Mode Configuration Register
GTM_TIM3_CH7_EIRQ_EN 0xF0102BBC          TIM3 Channel 7 Error Interrupt Enable Register
GTM_TOM0_CH0_CTRL 0xF0108000          TOM0 Channel 0 Control Register?
GTM_TOM0_CH0_SR0 0xF0108004          TOM0 Channel 0 CCU0 Compare Shadow Register
GTM_TOM0_CH0_SR1 0xF0108008          TOM0 Channel 0 CCU1 Compare Shadow Register
GTM_TOM0_CH0_CM0 0xF010800C          TOM0 Channel 0 CCU0 Compare Register
GTM_TOM0_CH0_CM1 0xF0108010          TOM0 Channel 0 CCU1 Compare Register
GTM_TOM0_CH0_CN0 0xF0108014          TOM0 Channel 0 CCU0 Counter Register
GTM_TOM0_CH0_STAT 0xF0108018          TOM0 Channel Status Register
GTM_TOM0_CH0_IRQ_NOTIFY 0xF010801C          TOM0 Channel 0 Interrupt Notification Register
GTM_TOM0_CH0_IRQ_EN 0xF0108020          TOM0 Channel 0 Interrupt Enable Register
GTM_TOM0_CH0_IRQ_FORCINT 0xF0108024          TOM0 Channel 0 Software Interrupt Generation Register
GTM_TOM0_CH0_IRQ_MODE 0xF0108028          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC0_GLB_CTRL 0xF0108030          TOM0 TGC0 Global Control Register
GTM_TOM0_TGC0_ACT_TB 0xF0108034          TOM0 TGC0 Action Time Base Register
GTM_TOM0_TGC0_FUPD_CTRL 0xF0108038          TOM0 TGC0 Force Update Control Register
GTM_TOM0_TGC0_INT_TRIG 0xF010803C          TOM0 TGC0 Internal Trigger Control Register
GTM_TOM0_CH1_CTRL 0xF0108040          TOM0 Channel 1 Control Register?
GTM_TOM0_CH1_SR0 0xF0108044          TOM0 Channel 1 CCU0 Compare Shadow Register
GTM_TOM0_CH1_SR1 0xF0108048          TOM0 Channel 1 CCU1 Compare Shadow Register
GTM_TOM0_CH1_CM0 0xF010804C          TOM0 Channel 1 CCU0 Compare Register
GTM_TOM0_CH1_CM1 0xF0108050          TOM0 Channel 1 CCU1 Compare Register
GTM_TOM0_CH1_CN0 0xF0108054          TOM0 Channel 1 CCU0 Counter Register
GTM_TOM0_CH1_STAT 0xF0108058          TOM0 Channel Status Register
GTM_TOM0_CH1_IRQ_NOTIFY 0xF010805C          TOM0 Channel 1 Interrupt Notification Register
GTM_TOM0_CH1_IRQ_EN 0xF0108060          TOM0 Channel 1 Interrupt Enable Register
GTM_TOM0_CH1_IRQ_FORCINT 0xF0108064          TOM0 Channel 1 Software Interrupt Generation Register
GTM_TOM0_CH1_IRQ_MODE 0xF0108068          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC0_ENDIS_CTRL 0xF0108070          TOM0 TGC0 Enable/Disable Control Register
GTM_TOM0_TGC0_ENDIS_STAT 0xF0108074          TOM0 TGC0 Enable/Disable Status Register
GTM_TOM0_TGC0_OUTEN_CTRL 0xF0108078          TOM0 TGC0 Output Enable Control Register
GTM_TOM0_TGC0_OUTEN_STAT 0xF010807C          TOM0 TGC0 Output Enable Status Register
GTM_TOM0_CH2_CTRL 0xF0108080          TOM0 Channel 2 Control Register?
GTM_TOM0_CH2_SR0 0xF0108084          TOM0 Channel 2 CCU0 Compare Shadow Register
GTM_TOM0_CH2_SR1 0xF0108088          TOM0 Channel 2 CCU1 Compare Shadow Register
GTM_TOM0_CH2_CM0 0xF010808C          TOM0 Channel 2 CCU0 Compare Register
GTM_TOM0_CH2_CM1 0xF0108090          TOM0 Channel 2 CCU1 Compare Register
GTM_TOM0_CH2_CN0 0xF0108094          TOM0 Channel 2 CCU0 Counter Register
GTM_TOM0_CH2_STAT 0xF0108098          TOM0 Channel Status Register
GTM_TOM0_CH2_IRQ_NOTIFY 0xF010809C          TOM0 Channel 2 Interrupt Notification Register
GTM_TOM0_CH2_IRQ_EN 0xF01080A0          TOM0 Channel 2 Interrupt Enable Register
GTM_TOM0_CH2_IRQ_FORCINT 0xF01080A4          TOM0 Channel 2 Software Interrupt Generation Register
GTM_TOM0_CH2_IRQ_MODE 0xF01080A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH3_CTRL 0xF01080C0          TOM0 Channel 3 Control Register?
GTM_TOM0_CH3_SR0 0xF01080C4          TOM0 Channel 3 CCU0 Compare Shadow Register
GTM_TOM0_CH3_SR1 0xF01080C8          TOM0 Channel 3 CCU1 Compare Shadow Register
GTM_TOM0_CH3_CM0 0xF01080CC          TOM0 Channel 3 CCU0 Compare Register
GTM_TOM0_CH3_CM1 0xF01080D0          TOM0 Channel 3 CCU1 Compare Register
GTM_TOM0_CH3_CN0 0xF01080D4          TOM0 Channel 3 CCU0 Counter Register
GTM_TOM0_CH3_STAT 0xF01080D8          TOM0 Channel Status Register
GTM_TOM0_CH3_IRQ_NOTIFY 0xF01080DC          TOM0 Channel 3 Interrupt Notification Register
GTM_TOM0_CH3_IRQ_EN 0xF01080E0          TOM0 Channel 3 Interrupt Enable Register
GTM_TOM0_CH3_IRQ_FORCINT 0xF01080E4          TOM0 Channel 3 Software Interrupt Generation Register
GTM_TOM0_CH3_IRQ_MODE 0xF01080E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH4_CTRL 0xF0108100          TOM0 Channel 4 Control Register?
GTM_TOM0_CH4_SR0 0xF0108104          TOM0 Channel 4 CCU0 Compare Shadow Register
GTM_TOM0_CH4_SR1 0xF0108108          TOM0 Channel 4 CCU1 Compare Shadow Register
GTM_TOM0_CH4_CM0 0xF010810C          TOM0 Channel 4 CCU0 Compare Register
GTM_TOM0_CH4_CM1 0xF0108110          TOM0 Channel 4 CCU1 Compare Register
GTM_TOM0_CH4_CN0 0xF0108114          TOM0 Channel 4 CCU0 Counter Register
GTM_TOM0_CH4_STAT 0xF0108118          TOM0 Channel Status Register
GTM_TOM0_CH4_IRQ_NOTIFY 0xF010811C          TOM0 Channel 4 Interrupt Notification Register
GTM_TOM0_CH4_IRQ_EN 0xF0108120          TOM0 Channel 4 Interrupt Enable Register
GTM_TOM0_CH4_IRQ_FORCINT 0xF0108124          TOM0 Channel 4 Software Interrupt Generation Register
GTM_TOM0_CH4_IRQ_MODE 0xF0108128          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH5_CTRL 0xF0108140          TOM0 Channel 5 Control Register?
GTM_TOM0_CH5_SR0 0xF0108144          TOM0 Channel 5 CCU0 Compare Shadow Register
GTM_TOM0_CH5_SR1 0xF0108148          TOM0 Channel 5 CCU1 Compare Shadow Register
GTM_TOM0_CH5_CM0 0xF010814C          TOM0 Channel 5 CCU0 Compare Register
GTM_TOM0_CH5_CM1 0xF0108150          TOM0 Channel 5 CCU1 Compare Register
GTM_TOM0_CH5_CN0 0xF0108154          TOM0 Channel 5 CCU0 Counter Register
GTM_TOM0_CH5_STAT 0xF0108158          TOM0 Channel Status Register
GTM_TOM0_CH5_IRQ_NOTIFY 0xF010815C          TOM0 Channel 5 Interrupt Notification Register
GTM_TOM0_CH5_IRQ_EN 0xF0108160          TOM0 Channel 5 Interrupt Enable Register
GTM_TOM0_CH5_IRQ_FORCINT 0xF0108164          TOM0 Channel 5 Software Interrupt Generation Register
GTM_TOM0_CH5_IRQ_MODE 0xF0108168          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH6_CTRL 0xF0108180          TOM0 Channel 6 Control Register?
GTM_TOM0_CH6_SR0 0xF0108184          TOM0 Channel 6 CCU0 Compare Shadow Register
GTM_TOM0_CH6_SR1 0xF0108188          TOM0 Channel 6 CCU1 Compare Shadow Register
GTM_TOM0_CH6_CM0 0xF010818C          TOM0 Channel 6 CCU0 Compare Register
GTM_TOM0_CH6_CM1 0xF0108190          TOM0 Channel 6 CCU1 Compare Register
GTM_TOM0_CH6_CN0 0xF0108194          TOM0 Channel 6 CCU0 Counter Register
GTM_TOM0_CH6_STAT 0xF0108198          TOM0 Channel Status Register
GTM_TOM0_CH6_IRQ_NOTIFY 0xF010819C          TOM0 Channel 6 Interrupt Notification Register
GTM_TOM0_CH6_IRQ_EN 0xF01081A0          TOM0 Channel 6 Interrupt Enable Register
GTM_TOM0_CH6_IRQ_FORCINT 0xF01081A4          TOM0 Channel 6 Software Interrupt Generation Register
GTM_TOM0_CH6_IRQ_MODE 0xF01081A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH7_CTRL 0xF01081C0          TOM0 Channel 7 Control Register?
GTM_TOM0_CH7_SR0 0xF01081C4          TOM0 Channel 7 CCU0 Compare Shadow Register
GTM_TOM0_CH7_SR1 0xF01081C8          TOM0 Channel 7 CCU1 Compare Shadow Register
GTM_TOM0_CH7_CM0 0xF01081CC          TOM0 Channel 7 CCU0 Compare Register
GTM_TOM0_CH7_CM1 0xF01081D0          TOM0 Channel 7 CCU1 Compare Register
GTM_TOM0_CH7_CN0 0xF01081D4          TOM0 Channel 7 CCU0 Counter Register
GTM_TOM0_CH7_STAT 0xF01081D8          TOM0 Channel Status Register
GTM_TOM0_CH7_IRQ_NOTIFY 0xF01081DC          TOM0 Channel 7 Interrupt Notification Register
GTM_TOM0_CH7_IRQ_EN 0xF01081E0          TOM0 Channel 7 Interrupt Enable Register
GTM_TOM0_CH7_IRQ_FORCINT 0xF01081E4          TOM0 Channel 7 Software Interrupt Generation Register
GTM_TOM0_CH7_IRQ_MODE 0xF01081E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH8_CTRL 0xF0108200          TOM0 Channel 8 Control Register?
GTM_TOM0_CH8_SR0 0xF0108204          TOM0 Channel 8 CCU0 Compare Shadow Register
GTM_TOM0_CH8_SR1 0xF0108208          TOM0 Channel 8 CCU1 Compare Shadow Register
GTM_TOM0_CH8_CM0 0xF010820C          TOM0 Channel 8 CCU0 Compare Register
GTM_TOM0_CH8_CM1 0xF0108210          TOM0 Channel 8 CCU1 Compare Register
GTM_TOM0_CH8_CN0 0xF0108214          TOM0 Channel 8 CCU0 Counter Register
GTM_TOM0_CH8_STAT 0xF0108218          TOM0 Channel Status Register
GTM_TOM0_CH8_IRQ_NOTIFY 0xF010821C          TOM0 Channel 8 Interrupt Notification Register
GTM_TOM0_CH8_IRQ_EN 0xF0108220          TOM0 Channel 8 Interrupt Enable Register
GTM_TOM0_CH8_IRQ_FORCINT 0xF0108224          TOM0 Channel 8 Software Interrupt Generation Register
GTM_TOM0_CH8_IRQ_MODE 0xF0108228          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC1_GLB_CTRL 0xF0108230          TOM0 TGC1 Global Control Register
GTM_TOM0_TGC1_ACT_TB 0xF0108234          TOM0 TGC1 Action Time Base Register
GTM_TOM0_TGC1_FUPD_CTRL 0xF0108238          TOM0 TGC1 Force Update Control Register
GTM_TOM0_TGC1_INT_TRIG 0xF010823C          TOM0 TGC1 Internal Trigger Control Register
GTM_TOM0_CH9_CTRL 0xF0108240          TOM0 Channel 9 Control Register?
GTM_TOM0_CH9_SR0 0xF0108244          TOM0 Channel 9 CCU0 Compare Shadow Register
GTM_TOM0_CH9_SR1 0xF0108248          TOM0 Channel 9 CCU1 Compare Shadow Register
GTM_TOM0_CH9_CM0 0xF010824C          TOM0 Channel 9 CCU0 Compare Register
GTM_TOM0_CH9_CM1 0xF0108250          TOM0 Channel 9 CCU1 Compare Register
GTM_TOM0_CH9_CN0 0xF0108254          TOM0 Channel 9 CCU0 Counter Register
GTM_TOM0_CH9_STAT 0xF0108258          TOM0 Channel Status Register
GTM_TOM0_CH9_IRQ_NOTIFY 0xF010825C          TOM0 Channel 9 Interrupt Notification Register
GTM_TOM0_CH9_IRQ_EN 0xF0108260          TOM0 Channel 9 Interrupt Enable Register
GTM_TOM0_CH9_IRQ_FORCINT 0xF0108264          TOM0 Channel 9 Software Interrupt Generation Register
GTM_TOM0_CH9_IRQ_MODE 0xF0108268          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC1_ENDIS_CTRL 0xF0108270          TOM0 TGC1 Enable/Disable Control Register
GTM_TOM0_TGC1_ENDIS_STAT 0xF0108274          TOM0 TGC1 Enable/Disable Status Register
GTM_TOM0_TGC1_OUTEN_CTRL 0xF0108278          TOM0 TGC1 Output Enable Control Register
GTM_TOM0_TGC1_OUTEN_STAT 0xF010827C          TOM0 TGC1 Output Enable Status Register
GTM_TOM0_CH10_CTRL 0xF0108280          TOM0 Channel 10 Control Register?
GTM_TOM0_CH10_SR0 0xF0108284          TOM0 Channel 10 CCU0 Compare Shadow Register
GTM_TOM0_CH10_SR1 0xF0108288          TOM0 Channel 10 CCU1 Compare Shadow Register
GTM_TOM0_CH10_CM0 0xF010828C          TOM0 Channel 10 CCU0 Compare Register
GTM_TOM0_CH10_CM1 0xF0108290          TOM0 Channel 10 CCU1 Compare Register
GTM_TOM0_CH10_CN0 0xF0108294          TOM0 Channel 10 CCU0 Counter Register
GTM_TOM0_CH10_STAT 0xF0108298          TOM0 Channel Status Register
GTM_TOM0_CH10_IRQ_NOTIFY 0xF010829C          TOM0 Channel 10 Interrupt Notification Register
GTM_TOM0_CH10_IRQ_EN 0xF01082A0          TOM0 Channel 10 Interrupt Enable Register
GTM_TOM0_CH10_IRQ_FORCINT 0xF01082A4          TOM0 Channel 10 Software Interrupt Generation Register
GTM_TOM0_CH10_IRQ_MODE 0xF01082A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH11_CTRL 0xF01082C0          TOM0 Channel 11 Control Register?
GTM_TOM0_CH11_SR0 0xF01082C4          TOM0 Channel 11 CCU0 Compare Shadow Register
GTM_TOM0_CH11_SR1 0xF01082C8          TOM0 Channel 11 CCU1 Compare Shadow Register
GTM_TOM0_CH11_CM0 0xF01082CC          TOM0 Channel 11 CCU0 Compare Register
GTM_TOM0_CH11_CM1 0xF01082D0          TOM0 Channel 11 CCU1 Compare Register
GTM_TOM0_CH11_CN0 0xF01082D4          TOM0 Channel 11 CCU0 Counter Register
GTM_TOM0_CH11_STAT 0xF01082D8          TOM0 Channel Status Register
GTM_TOM0_CH11_IRQ_NOTIFY 0xF01082DC          TOM0 Channel 11 Interrupt Notification Register
GTM_TOM0_CH11_IRQ_EN 0xF01082E0          TOM0 Channel 11 Interrupt Enable Register
GTM_TOM0_CH11_IRQ_FORCINT 0xF01082E4          TOM0 Channel 11 Software Interrupt Generation Register
GTM_TOM0_CH11_IRQ_MODE 0xF01082E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH12_CTRL 0xF0108300          TOM0 Channel 12 Control Register?
GTM_TOM0_CH12_SR0 0xF0108304          TOM0 Channel 12 CCU0 Compare Shadow Register
GTM_TOM0_CH12_SR1 0xF0108308          TOM0 Channel 12 CCU1 Compare Shadow Register
GTM_TOM0_CH12_CM0 0xF010830C          TOM0 Channel 12 CCU0 Compare Register
GTM_TOM0_CH12_CM1 0xF0108310          TOM0 Channel 12 CCU1 Compare Register
GTM_TOM0_CH12_CN0 0xF0108314          TOM0 Channel 12 CCU0 Counter Register
GTM_TOM0_CH12_STAT 0xF0108318          TOM0 Channel Status Register
GTM_TOM0_CH12_IRQ_NOTIFY 0xF010831C          TOM0 Channel 12 Interrupt Notification Register
GTM_TOM0_CH12_IRQ_EN 0xF0108320          TOM0 Channel 12 Interrupt Enable Register
GTM_TOM0_CH12_IRQ_FORCINT 0xF0108324          TOM0 Channel 12 Software Interrupt Generation Register
GTM_TOM0_CH12_IRQ_MODE 0xF0108328          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH13_CTRL 0xF0108340          TOM0 Channel 13 Control Register?
GTM_TOM0_CH13_SR0 0xF0108344          TOM0 Channel 13 CCU0 Compare Shadow Register
GTM_TOM0_CH13_SR1 0xF0108348          TOM0 Channel 13 CCU1 Compare Shadow Register
GTM_TOM0_CH13_CM0 0xF010834C          TOM0 Channel 13 CCU0 Compare Register
GTM_TOM0_CH13_CM1 0xF0108350          TOM0 Channel 13 CCU1 Compare Register
GTM_TOM0_CH13_CN0 0xF0108354          TOM0 Channel 13 CCU0 Counter Register
GTM_TOM0_CH13_STAT 0xF0108358          TOM0 Channel Status Register
GTM_TOM0_CH13_IRQ_NOTIFY 0xF010835C          TOM0 Channel 13 Interrupt Notification Register
GTM_TOM0_CH13_IRQ_EN 0xF0108360          TOM0 Channel 13 Interrupt Enable Register
GTM_TOM0_CH13_IRQ_FORCINT 0xF0108364          TOM0 Channel 13 Software Interrupt Generation Register
GTM_TOM0_CH13_IRQ_MODE 0xF0108368          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH14_CTRL 0xF0108380          TOM0 Channel 14 Control Register?
GTM_TOM0_CH14_SR0 0xF0108384          TOM0 Channel 14 CCU0 Compare Shadow Register
GTM_TOM0_CH14_SR1 0xF0108388          TOM0 Channel 14 CCU1 Compare Shadow Register
GTM_TOM0_CH14_CM0 0xF010838C          TOM0 Channel 14 CCU0 Compare Register
GTM_TOM0_CH14_CM1 0xF0108390          TOM0 Channel 14 CCU1 Compare Register
GTM_TOM0_CH14_CN0 0xF0108394          TOM0 Channel 14 CCU0 Counter Register
GTM_TOM0_CH14_STAT 0xF0108398          TOM0 Channel Status Register
GTM_TOM0_CH14_IRQ_NOTIFY 0xF010839C          TOM0 Channel 14 Interrupt Notification Register
GTM_TOM0_CH14_IRQ_EN 0xF01083A0          TOM0 Channel 14 Interrupt Enable Register
GTM_TOM0_CH14_IRQ_FORCINT 0xF01083A4          TOM0 Channel 14 Software Interrupt Generation Register
GTM_TOM0_CH14_IRQ_MODE 0xF01083A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH15_CTRL 0xF01083C0          TOM0 Channel 15 Control Register
GTM_TOM0_CH15_SR0 0xF01083C4          TOM0 Channel 15 CCU0 Compare Shadow Register
GTM_TOM0_CH15_SR1 0xF01083C8          TOM0 Channel 15 CCU1 Compare Shadow Register
GTM_TOM0_CH15_CM0 0xF01083CC          TOM0 Channel 15 CCU0 Compare Register
GTM_TOM0_CH15_CM1 0xF01083D0          TOM0 Channel 15 CCU1 Compare Register
GTM_TOM0_CH15_CN0 0xF01083D4          TOM0 Channel 15 CCU0 Counter Register
GTM_TOM0_CH15_STAT 0xF01083D8          TOM0 Channel Status Register
GTM_TOM0_CH15_IRQ_NOTIFY 0xF01083DC          TOM0 Channel 15 Interrupt Notification Register
GTM_TOM0_CH15_IRQ_EN 0xF01083E0          TOM0 Channel 15 Interrupt Enable Register
GTM_TOM0_CH15_IRQ_FORCINT 0xF01083E4          TOM0 Channel 15 Software Interrupt Generation Register
GTM_TOM0_CH15_IRQ_MODE 0xF01083E8          TOM0 IRQ Mode Configuration Register
GTM_TOM1_CH0_CTRL 0xF0108800          TOM1 Channel 0 Control Register?
GTM_TOM1_CH0_SR0 0xF0108804          TOM1 Channel 0 CCU0 Compare Shadow Register
GTM_TOM1_CH0_SR1 0xF0108808          TOM1 Channel 0 CCU1 Compare Shadow Register
GTM_TOM1_CH0_CM0 0xF010880C          TOM1 Channel 0 CCU0 Compare Register
GTM_TOM1_CH0_CM1 0xF0108810          TOM1 Channel 0 CCU1 Compare Register
GTM_TOM1_CH0_CN0 0xF0108814          TOM1 Channel 0 CCU0 Counter Register
GTM_TOM1_CH0_STAT 0xF0108818          TOM1 Channel Status Register
GTM_TOM1_CH0_IRQ_NOTIFY 0xF010881C          TOM1 Channel 0 Interrupt Notification Register
GTM_TOM1_CH0_IRQ_EN 0xF0108820          TOM1 Channel 0 Interrupt Enable Register
GTM_TOM1_CH0_IRQ_FORCINT 0xF0108824          TOM1 Channel 0 Software Interrupt Generation Register
GTM_TOM1_CH0_IRQ_MODE 0xF0108828          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC0_GLB_CTRL 0xF0108830          TOM1 TGC0 Global Control Register
GTM_TOM1_TGC0_ACT_TB 0xF0108834          TOM1 TGC0 Action Time Base Register
GTM_TOM1_TGC0_FUPD_CTRL 0xF0108838          TOM1 TGC0 Force Update Control Register
GTM_TOM1_TGC0_INT_TRIG 0xF010883C          TOM1 TGC0 Internal Trigger Control Register
GTM_TOM1_CH1_CTRL 0xF0108840          TOM1 Channel 1 Control Register?
GTM_TOM1_CH1_SR0 0xF0108844          TOM1 Channel 1 CCU0 Compare Shadow Register
GTM_TOM1_CH1_SR1 0xF0108848          TOM1 Channel 1 CCU1 Compare Shadow Register
GTM_TOM1_CH1_CM0 0xF010884C          TOM1 Channel 1 CCU0 Compare Register
GTM_TOM1_CH1_CM1 0xF0108850          TOM1 Channel 1 CCU1 Compare Register
GTM_TOM1_CH1_CN0 0xF0108854          TOM1 Channel 1 CCU0 Counter Register
GTM_TOM1_CH1_STAT 0xF0108858          TOM1 Channel Status Register
GTM_TOM1_CH1_IRQ_NOTIFY 0xF010885C          TOM1 Channel 1 Interrupt Notification Register
GTM_TOM1_CH1_IRQ_EN 0xF0108860          TOM1 Channel 1 Interrupt Enable Register
GTM_TOM1_CH1_IRQ_FORCINT 0xF0108864          TOM1 Channel 1 Software Interrupt Generation Register
GTM_TOM1_CH1_IRQ_MODE 0xF0108868          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC0_ENDIS_CTRL 0xF0108870          TOM1 TGC0 Enable/Disable Control Register
GTM_TOM1_TGC0_ENDIS_STAT 0xF0108874          TOM1 TGC0 Enable/Disable Status Register
GTM_TOM1_TGC0_OUTEN_CTRL 0xF0108878          TOM1 TGC0 Output Enable Control Register
GTM_TOM1_TGC0_OUTEN_STAT 0xF010887C          TOM1 TGC0 Output Enable Status Register
GTM_TOM1_CH2_CTRL 0xF0108880          TOM1 Channel 2 Control Register?
GTM_TOM1_CH2_SR0 0xF0108884          TOM1 Channel 2 CCU0 Compare Shadow Register
GTM_TOM1_CH2_SR1 0xF0108888          TOM1 Channel 2 CCU1 Compare Shadow Register
GTM_TOM1_CH2_CM0 0xF010888C          TOM1 Channel 2 CCU0 Compare Register
GTM_TOM1_CH2_CM1 0xF0108890          TOM1 Channel 2 CCU1 Compare Register
GTM_TOM1_CH2_CN0 0xF0108894          TOM1 Channel 2 CCU0 Counter Register
GTM_TOM1_CH2_STAT 0xF0108898          TOM1 Channel Status Register
GTM_TOM1_CH2_IRQ_NOTIFY 0xF010889C          TOM1 Channel 2 Interrupt Notification Register
GTM_TOM1_CH2_IRQ_EN 0xF01088A0          TOM1 Channel 2 Interrupt Enable Register
GTM_TOM1_CH2_IRQ_FORCINT 0xF01088A4          TOM1 Channel 2 Software Interrupt Generation Register
GTM_TOM1_CH2_IRQ_MODE 0xF01088A8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH3_CTRL 0xF01088C0          TOM1 Channel 3 Control Register?
GTM_TOM1_CH3_SR0 0xF01088C4          TOM1 Channel 3 CCU0 Compare Shadow Register
GTM_TOM1_CH3_SR1 0xF01088C8          TOM1 Channel 3 CCU1 Compare Shadow Register
GTM_TOM1_CH3_CM0 0xF01088CC          TOM1 Channel 3 CCU0 Compare Register
GTM_TOM1_CH3_CM1 0xF01088D0          TOM1 Channel 3 CCU1 Compare Register
GTM_TOM1_CH3_CN0 0xF01088D4          TOM1 Channel 3 CCU0 Counter Register
GTM_TOM1_CH3_STAT 0xF01088D8          TOM1 Channel Status Register
GTM_TOM1_CH3_IRQ_NOTIFY 0xF01088DC          TOM1 Channel 3 Interrupt Notification Register
GTM_TOM1_CH3_IRQ_EN 0xF01088E0          TOM1 Channel 3 Interrupt Enable Register
GTM_TOM1_CH3_IRQ_FORCINT 0xF01088E4          TOM1 Channel 3 Software Interrupt Generation Register
GTM_TOM1_CH3_IRQ_MODE 0xF01088E8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH4_CTRL 0xF0108900          TOM1 Channel 4 Control Register?
GTM_TOM1_CH4_SR0 0xF0108904          TOM1 Channel 4 CCU0 Compare Shadow Register
GTM_TOM1_CH4_SR1 0xF0108908          TOM1 Channel 4 CCU1 Compare Shadow Register
GTM_TOM1_CH4_CM0 0xF010890C          TOM1 Channel 4 CCU0 Compare Register
GTM_TOM1_CH4_CM1 0xF0108910          TOM1 Channel 4 CCU1 Compare Register
GTM_TOM1_CH4_CN0 0xF0108914          TOM1 Channel 4 CCU0 Counter Register
GTM_TOM1_CH4_STAT 0xF0108918          TOM1 Channel Status Register
GTM_TOM1_CH4_IRQ_NOTIFY 0xF010891C          TOM1 Channel 4 Interrupt Notification Register
GTM_TOM1_CH4_IRQ_EN 0xF0108920          TOM1 Channel 4 Interrupt Enable Register
GTM_TOM1_CH4_IRQ_FORCINT 0xF0108924          TOM1 Channel 4 Software Interrupt Generation Register
GTM_TOM1_CH4_IRQ_MODE 0xF0108928          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH5_CTRL 0xF0108940          TOM1 Channel 5 Control Register?
GTM_TOM1_CH5_SR0 0xF0108944          TOM1 Channel 5 CCU0 Compare Shadow Register
GTM_TOM1_CH5_SR1 0xF0108948          TOM1 Channel 5 CCU1 Compare Shadow Register
GTM_TOM1_CH5_CM0 0xF010894C          TOM1 Channel 5 CCU0 Compare Register
GTM_TOM1_CH5_CM1 0xF0108950          TOM1 Channel 5 CCU1 Compare Register
GTM_TOM1_CH5_CN0 0xF0108954          TOM1 Channel 5 CCU0 Counter Register
GTM_TOM1_CH5_STAT 0xF0108958          TOM1 Channel Status Register
GTM_TOM1_CH5_IRQ_NOTIFY 0xF010895C          TOM1 Channel 5 Interrupt Notification Register
GTM_TOM1_CH5_IRQ_EN 0xF0108960          TOM1 Channel 5 Interrupt Enable Register
GTM_TOM1_CH5_IRQ_FORCINT 0xF0108964          TOM1 Channel 5 Software Interrupt Generation Register
GTM_TOM1_CH5_IRQ_MODE 0xF0108968          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH6_CTRL 0xF0108980          TOM1 Channel 6 Control Register?
GTM_TOM1_CH6_SR0 0xF0108984          TOM1 Channel 6 CCU0 Compare Shadow Register
GTM_TOM1_CH6_SR1 0xF0108988          TOM1 Channel 6 CCU1 Compare Shadow Register
GTM_TOM1_CH6_CM0 0xF010898C          TOM1 Channel 6 CCU0 Compare Register
GTM_TOM1_CH6_CM1 0xF0108990          TOM1 Channel 6 CCU1 Compare Register
GTM_TOM1_CH6_CN0 0xF0108994          TOM1 Channel 6 CCU0 Counter Register
GTM_TOM1_CH6_STAT 0xF0108998          TOM1 Channel Status Register
GTM_TOM1_CH6_IRQ_NOTIFY 0xF010899C          TOM1 Channel 6 Interrupt Notification Register
GTM_TOM1_CH6_IRQ_EN 0xF01089A0          TOM1 Channel 6 Interrupt Enable Register
GTM_TOM1_CH6_IRQ_FORCINT 0xF01089A4          TOM1 Channel 6 Software Interrupt Generation Register
GTM_TOM1_CH6_IRQ_MODE 0xF01089A8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH7_CTRL 0xF01089C0          TOM1 Channel 7 Control Register?
GTM_TOM1_CH7_SR0 0xF01089C4          TOM1 Channel 7 CCU0 Compare Shadow Register
GTM_TOM1_CH7_SR1 0xF01089C8          TOM1 Channel 7 CCU1 Compare Shadow Register
GTM_TOM1_CH7_CM0 0xF01089CC          TOM1 Channel 7 CCU0 Compare Register
GTM_TOM1_CH7_CM1 0xF01089D0          TOM1 Channel 7 CCU1 Compare Register
GTM_TOM1_CH7_CN0 0xF01089D4          TOM1 Channel 7 CCU0 Counter Register
GTM_TOM1_CH7_STAT 0xF01089D8          TOM1 Channel Status Register
GTM_TOM1_CH7_IRQ_NOTIFY 0xF01089DC          TOM1 Channel 7 Interrupt Notification Register
GTM_TOM1_CH7_IRQ_EN 0xF01089E0          TOM1 Channel 7 Interrupt Enable Register
GTM_TOM1_CH7_IRQ_FORCINT 0xF01089E4          TOM1 Channel 7 Software Interrupt Generation Register
GTM_TOM1_CH7_IRQ_MODE 0xF01089E8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH8_CTRL 0xF0108A00          TOM1 Channel 8 Control Register?
GTM_TOM1_CH8_SR0 0xF0108A04          TOM1 Channel 8 CCU0 Compare Shadow Register
GTM_TOM1_CH8_SR1 0xF0108A08          TOM1 Channel 8 CCU1 Compare Shadow Register
GTM_TOM1_CH8_CM0 0xF0108A0C          TOM1 Channel 8 CCU0 Compare Register
GTM_TOM1_CH8_CM1 0xF0108A10          TOM1 Channel 8 CCU1 Compare Register
GTM_TOM1_CH8_CN0 0xF0108A14          TOM1 Channel 8 CCU0 Counter Register
GTM_TOM1_CH8_STAT 0xF0108A18          TOM1 Channel Status Register
GTM_TOM1_CH8_IRQ_NOTIFY 0xF0108A1C          TOM1 Channel 8 Interrupt Notification Register
GTM_TOM1_CH8_IRQ_EN 0xF0108A20          TOM1 Channel 8 Interrupt Enable Register
GTM_TOM1_CH8_IRQ_FORCINT 0xF0108A24          TOM1 Channel 8 Software Interrupt Generation Register
GTM_TOM1_CH8_IRQ_MODE 0xF0108A28          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC1_GLB_CTRL 0xF0108A30          TOM1 TGC1 Global Control Register
GTM_TOM1_TGC1_ACT_TB 0xF0108A34          TOM1 TGC1 Action Time Base Register
GTM_TOM1_TGC1_FUPD_CTRL 0xF0108A38          TOM1 TGC1 Force Update Control Register
GTM_TOM1_TGC1_INT_TRIG 0xF0108A3C          TOM1 TGC1 Internal Trigger Control Register
GTM_TOM1_CH9_CTRL 0xF0108A40          TOM1 Channel 9 Control Register?
GTM_TOM1_CH9_SR0 0xF0108A44          TOM1 Channel 9 CCU0 Compare Shadow Register
GTM_TOM1_CH9_SR1 0xF0108A48          TOM1 Channel 9 CCU1 Compare Shadow Register
GTM_TOM1_CH9_CM0 0xF0108A4C          TOM1 Channel 9 CCU0 Compare Register
GTM_TOM1_CH9_CM1 0xF0108A50          TOM1 Channel 9 CCU1 Compare Register
GTM_TOM1_CH9_CN0 0xF0108A54          TOM1 Channel 9 CCU0 Counter Register
GTM_TOM1_CH9_STAT 0xF0108A58          TOM1 Channel Status Register
GTM_TOM1_CH9_IRQ_NOTIFY 0xF0108A5C          TOM1 Channel 9 Interrupt Notification Register
GTM_TOM1_CH9_IRQ_EN 0xF0108A60          TOM1 Channel 9 Interrupt Enable Register
GTM_TOM1_CH9_IRQ_FORCINT 0xF0108A64          TOM1 Channel 9 Software Interrupt Generation Register
GTM_TOM1_CH9_IRQ_MODE 0xF0108A68          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC1_ENDIS_CTRL 0xF0108A70          TOM1 TGC1 Enable/Disable Control Register
GTM_TOM1_TGC1_ENDIS_STAT 0xF0108A74          TOM1 TGC1 Enable/Disable Status Register
GTM_TOM1_TGC1_OUTEN_CTRL 0xF0108A78          TOM1 TGC1 Output Enable Control Register
GTM_TOM1_TGC1_OUTEN_STAT 0xF0108A7C          TOM1 TGC1 Output Enable Status Register
GTM_TOM1_CH10_CTRL 0xF0108A80          TOM1 Channel 10 Control Register?
GTM_TOM1_CH10_SR0 0xF0108A84          TOM1 Channel 10 CCU0 Compare Shadow Register
GTM_TOM1_CH10_SR1 0xF0108A88          TOM1 Channel 10 CCU1 Compare Shadow Register
GTM_TOM1_CH10_CM0 0xF0108A8C          TOM1 Channel 10 CCU0 Compare Register
GTM_TOM1_CH10_CM1 0xF0108A90          TOM1 Channel 10 CCU1 Compare Register
GTM_TOM1_CH10_CN0 0xF0108A94          TOM1 Channel 10 CCU0 Counter Register
GTM_TOM1_CH10_STAT 0xF0108A98          TOM1 Channel Status Register
GTM_TOM1_CH10_IRQ_NOTIFY 0xF0108A9C          TOM1 Channel 10 Interrupt Notification Register
GTM_TOM1_CH10_IRQ_EN 0xF0108AA0          TOM1 Channel 10 Interrupt Enable Register
GTM_TOM1_CH10_IRQ_FORCINT 0xF0108AA4          TOM1 Channel 10 Software Interrupt Generation Register
GTM_TOM1_CH10_IRQ_MODE 0xF0108AA8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH11_CTRL 0xF0108AC0          TOM1 Channel 11 Control Register?
GTM_TOM1_CH11_SR0 0xF0108AC4          TOM1 Channel 11 CCU0 Compare Shadow Register
GTM_TOM1_CH11_SR1 0xF0108AC8          TOM1 Channel 11 CCU1 Compare Shadow Register
GTM_TOM1_CH11_CM0 0xF0108ACC          TOM1 Channel 11 CCU0 Compare Register
GTM_TOM1_CH11_CM1 0xF0108AD0          TOM1 Channel 11 CCU1 Compare Register
GTM_TOM1_CH11_CN0 0xF0108AD4          TOM1 Channel 11 CCU0 Counter Register
GTM_TOM1_CH11_STAT 0xF0108AD8          TOM1 Channel Status Register
GTM_TOM1_CH11_IRQ_NOTIFY 0xF0108ADC          TOM1 Channel 11 Interrupt Notification Register
GTM_TOM1_CH11_IRQ_EN 0xF0108AE0          TOM1 Channel 11 Interrupt Enable Register
GTM_TOM1_CH11_IRQ_FORCINT 0xF0108AE4          TOM1 Channel 11 Software Interrupt Generation Register
GTM_TOM1_CH11_IRQ_MODE 0xF0108AE8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH12_CTRL 0xF0108B00          TOM1 Channel 12 Control Register?
GTM_TOM1_CH12_SR0 0xF0108B04          TOM1 Channel 12 CCU0 Compare Shadow Register
GTM_TOM1_CH12_SR1 0xF0108B08          TOM1 Channel 12 CCU1 Compare Shadow Register
GTM_TOM1_CH12_CM0 0xF0108B0C          TOM1 Channel 12 CCU0 Compare Register
GTM_TOM1_CH12_CM1 0xF0108B10          TOM1 Channel 12 CCU1 Compare Register
GTM_TOM1_CH12_CN0 0xF0108B14          TOM1 Channel 12 CCU0 Counter Register
GTM_TOM1_CH12_STAT 0xF0108B18          TOM1 Channel Status Register
GTM_TOM1_CH12_IRQ_NOTIFY 0xF0108B1C          TOM1 Channel 12 Interrupt Notification Register
GTM_TOM1_CH12_IRQ_EN 0xF0108B20          TOM1 Channel 12 Interrupt Enable Register
GTM_TOM1_CH12_IRQ_FORCINT 0xF0108B24          TOM1 Channel 12 Software Interrupt Generation Register
GTM_TOM1_CH12_IRQ_MODE 0xF0108B28          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH13_CTRL 0xF0108B40          TOM1 Channel 13 Control Register?
GTM_TOM1_CH13_SR0 0xF0108B44          TOM1 Channel 13 CCU0 Compare Shadow Register
GTM_TOM1_CH13_SR1 0xF0108B48          TOM1 Channel 13 CCU1 Compare Shadow Register
GTM_TOM1_CH13_CM0 0xF0108B4C          TOM1 Channel 13 CCU0 Compare Register
GTM_TOM1_CH13_CM1 0xF0108B50          TOM1 Channel 13 CCU1 Compare Register
GTM_TOM1_CH13_CN0 0xF0108B54          TOM1 Channel 13 CCU0 Counter Register
GTM_TOM1_CH13_STAT 0xF0108B58          TOM1 Channel Status Register
GTM_TOM1_CH13_IRQ_NOTIFY 0xF0108B5C          TOM1 Channel 13 Interrupt Notification Register
GTM_TOM1_CH13_IRQ_EN 0xF0108B60          TOM1 Channel 13 Interrupt Enable Register
GTM_TOM1_CH13_IRQ_FORCINT 0xF0108B64          TOM1 Channel 13 Software Interrupt Generation Register
GTM_TOM1_CH13_IRQ_MODE 0xF0108B68          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH14_CTRL 0xF0108B80          TOM1 Channel 14 Control Register?
GTM_TOM1_CH14_SR0 0xF0108B84          TOM1 Channel 14 CCU0 Compare Shadow Register
GTM_TOM1_CH14_SR1 0xF0108B88          TOM1 Channel 14 CCU1 Compare Shadow Register
GTM_TOM1_CH14_CM0 0xF0108B8C          TOM1 Channel 14 CCU0 Compare Register
GTM_TOM1_CH14_CM1 0xF0108B90          TOM1 Channel 14 CCU1 Compare Register
GTM_TOM1_CH14_CN0 0xF0108B94          TOM1 Channel 14 CCU0 Counter Register
GTM_TOM1_CH14_STAT 0xF0108B98          TOM1 Channel Status Register
GTM_TOM1_CH14_IRQ_NOTIFY 0xF0108B9C          TOM1 Channel 14 Interrupt Notification Register
GTM_TOM1_CH14_IRQ_EN 0xF0108BA0          TOM1 Channel 14 Interrupt Enable Register
GTM_TOM1_CH14_IRQ_FORCINT 0xF0108BA4          TOM1 Channel 14 Software Interrupt Generation Register
GTM_TOM1_CH14_IRQ_MODE 0xF0108BA8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH15_CTRL 0xF0108BC0          TOM1 Channel 15 Control Register
GTM_TOM1_CH15_SR0 0xF0108BC4          TOM1 Channel 15 CCU0 Compare Shadow Register
GTM_TOM1_CH15_SR1 0xF0108BC8          TOM1 Channel 15 CCU1 Compare Shadow Register
GTM_TOM1_CH15_CM0 0xF0108BCC          TOM1 Channel 15 CCU0 Compare Register
GTM_TOM1_CH15_CM1 0xF0108BD0          TOM1 Channel 15 CCU1 Compare Register
GTM_TOM1_CH15_CN0 0xF0108BD4          TOM1 Channel 15 CCU0 Counter Register
GTM_TOM1_CH15_STAT 0xF0108BD8          TOM1 Channel Status Register
GTM_TOM1_CH15_IRQ_NOTIFY 0xF0108BDC          TOM1 Channel 15 Interrupt Notification Register
GTM_TOM1_CH15_IRQ_EN 0xF0108BE0          TOM1 Channel 15 Interrupt Enable Register
GTM_TOM1_CH15_IRQ_FORCINT 0xF0108BE4          TOM1 Channel 15 Software Interrupt Generation Register
GTM_TOM1_CH15_IRQ_MODE 0xF0108BE8          TOM1 IRQ Mode Configuration Register
GTM_TOM2_CH0_CTRL 0xF0109000          TOM2 Channel 0 Control Register?
GTM_TOM2_CH0_SR0 0xF0109004          TOM2 Channel 0 CCU0 Compare Shadow Register
GTM_TOM2_CH0_SR1 0xF0109008          TOM2 Channel 0 CCU1 Compare Shadow Register
GTM_TOM2_CH0_CM0 0xF010900C          TOM2 Channel 0 CCU0 Compare Register
GTM_TOM2_CH0_CM1 0xF0109010          TOM2 Channel 0 CCU1 Compare Register
GTM_TOM2_CH0_CN0 0xF0109014          TOM2 Channel 0 CCU0 Counter Register
GTM_TOM2_CH0_STAT 0xF0109018          TOM2 Channel Status Register
GTM_TOM2_CH0_IRQ_NOTIFY 0xF010901C          TOM2 Channel 0 Interrupt Notification Register
GTM_TOM2_CH0_IRQ_EN 0xF0109020          TOM2 Channel 0 Interrupt Enable Register
GTM_TOM2_CH0_IRQ_FORCINT 0xF0109024          TOM2 Channel 0 Software Interrupt Generation Register
GTM_TOM2_CH0_IRQ_MODE 0xF0109028          TOM2 IRQ Mode Configuration Register
GTM_TOM2_TGC0_GLB_CTRL 0xF0109030          TOM2 TGC0 Global Control Register
GTM_TOM2_TGC0_ACT_TB 0xF0109034          TOM2 TGC0 Action Time Base Register
GTM_TOM2_TGC0_FUPD_CTRL 0xF0109038          TOM2 TGC0 Force Update Control Register
GTM_TOM2_TGC0_INT_TRIG 0xF010903C          TOM2 TGC0 Internal Trigger Control Register
GTM_TOM2_CH1_CTRL 0xF0109040          TOM2 Channel 1 Control Register?
GTM_TOM2_CH1_SR0 0xF0109044          TOM2 Channel 1 CCU0 Compare Shadow Register
GTM_TOM2_CH1_SR1 0xF0109048          TOM2 Channel 1 CCU1 Compare Shadow Register
GTM_TOM2_CH1_CM0 0xF010904C          TOM2 Channel 1 CCU0 Compare Register
GTM_TOM2_CH1_CM1 0xF0109050          TOM2 Channel 1 CCU1 Compare Register
GTM_TOM2_CH1_CN0 0xF0109054          TOM2 Channel 1 CCU0 Counter Register
GTM_TOM2_CH1_STAT 0xF0109058          TOM2 Channel Status Register
GTM_TOM2_CH1_IRQ_NOTIFY 0xF010905C          TOM2 Channel 1 Interrupt Notification Register
GTM_TOM2_CH1_IRQ_EN 0xF0109060          TOM2 Channel 1 Interrupt Enable Register
GTM_TOM2_CH1_IRQ_FORCINT 0xF0109064          TOM2 Channel 1 Software Interrupt Generation Register
GTM_TOM2_CH1_IRQ_MODE 0xF0109068          TOM2 IRQ Mode Configuration Register
GTM_TOM2_TGC0_ENDIS_CTRL 0xF0109070          TOM2 TGC0 Enable/Disable Control Register
GTM_TOM2_TGC0_ENDIS_STAT 0xF0109074          TOM2 TGC0 Enable/Disable Status Register
GTM_TOM2_TGC0_OUTEN_CTRL 0xF0109078          TOM2 TGC0 Output Enable Control Register
GTM_TOM2_TGC0_OUTEN_STAT 0xF010907C          TOM2 TGC0 Output Enable Status Register
GTM_TOM2_CH2_CTRL 0xF0109080          TOM2 Channel 2 Control Register?
GTM_TOM2_CH2_SR0 0xF0109084          TOM2 Channel 2 CCU0 Compare Shadow Register
GTM_TOM2_CH2_SR1 0xF0109088          TOM2 Channel 2 CCU1 Compare Shadow Register
GTM_TOM2_CH2_CM0 0xF010908C          TOM2 Channel 2 CCU0 Compare Register
GTM_TOM2_CH2_CM1 0xF0109090          TOM2 Channel 2 CCU1 Compare Register
GTM_TOM2_CH2_CN0 0xF0109094          TOM2 Channel 2 CCU0 Counter Register
GTM_TOM2_CH2_STAT 0xF0109098          TOM2 Channel Status Register
GTM_TOM2_CH2_IRQ_NOTIFY 0xF010909C          TOM2 Channel 2 Interrupt Notification Register
GTM_TOM2_CH2_IRQ_EN 0xF01090A0          TOM2 Channel 2 Interrupt Enable Register
GTM_TOM2_CH2_IRQ_FORCINT 0xF01090A4          TOM2 Channel 2 Software Interrupt Generation Register
GTM_TOM2_CH2_IRQ_MODE 0xF01090A8          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH3_CTRL 0xF01090C0          TOM2 Channel 3 Control Register?
GTM_TOM2_CH3_SR0 0xF01090C4          TOM2 Channel 3 CCU0 Compare Shadow Register
GTM_TOM2_CH3_SR1 0xF01090C8          TOM2 Channel 3 CCU1 Compare Shadow Register
GTM_TOM2_CH3_CM0 0xF01090CC          TOM2 Channel 3 CCU0 Compare Register
GTM_TOM2_CH3_CM1 0xF01090D0          TOM2 Channel 3 CCU1 Compare Register
GTM_TOM2_CH3_CN0 0xF01090D4          TOM2 Channel 3 CCU0 Counter Register
GTM_TOM2_CH3_STAT 0xF01090D8          TOM2 Channel Status Register
GTM_TOM2_CH3_IRQ_NOTIFY 0xF01090DC          TOM2 Channel 3 Interrupt Notification Register
GTM_TOM2_CH3_IRQ_EN 0xF01090E0          TOM2 Channel 3 Interrupt Enable Register
GTM_TOM2_CH3_IRQ_FORCINT 0xF01090E4          TOM2 Channel 3 Software Interrupt Generation Register
GTM_TOM2_CH3_IRQ_MODE 0xF01090E8          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH4_CTRL 0xF0109100          TOM2 Channel 4 Control Register?
GTM_TOM2_CH4_SR0 0xF0109104          TOM2 Channel 4 CCU0 Compare Shadow Register
GTM_TOM2_CH4_SR1 0xF0109108          TOM2 Channel 4 CCU1 Compare Shadow Register
GTM_TOM2_CH4_CM0 0xF010910C          TOM2 Channel 4 CCU0 Compare Register
GTM_TOM2_CH4_CM1 0xF0109110          TOM2 Channel 4 CCU1 Compare Register
GTM_TOM2_CH4_CN0 0xF0109114          TOM2 Channel 4 CCU0 Counter Register
GTM_TOM2_CH4_STAT 0xF0109118          TOM2 Channel Status Register
GTM_TOM2_CH4_IRQ_NOTIFY 0xF010911C          TOM2 Channel 4 Interrupt Notification Register
GTM_TOM2_CH4_IRQ_EN 0xF0109120          TOM2 Channel 4 Interrupt Enable Register
GTM_TOM2_CH4_IRQ_FORCINT 0xF0109124          TOM2 Channel 4 Software Interrupt Generation Register
GTM_TOM2_CH4_IRQ_MODE 0xF0109128          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH5_CTRL 0xF0109140          TOM2 Channel 5 Control Register?
GTM_TOM2_CH5_SR0 0xF0109144          TOM2 Channel 5 CCU0 Compare Shadow Register
GTM_TOM2_CH5_SR1 0xF0109148          TOM2 Channel 5 CCU1 Compare Shadow Register
GTM_TOM2_CH5_CM0 0xF010914C          TOM2 Channel 5 CCU0 Compare Register
GTM_TOM2_CH5_CM1 0xF0109150          TOM2 Channel 5 CCU1 Compare Register
GTM_TOM2_CH5_CN0 0xF0109154          TOM2 Channel 5 CCU0 Counter Register
GTM_TOM2_CH5_STAT 0xF0109158          TOM2 Channel Status Register
GTM_TOM2_CH5_IRQ_NOTIFY 0xF010915C          TOM2 Channel 5 Interrupt Notification Register
GTM_TOM2_CH5_IRQ_EN 0xF0109160          TOM2 Channel 5 Interrupt Enable Register
GTM_TOM2_CH5_IRQ_FORCINT 0xF0109164          TOM2 Channel 5 Software Interrupt Generation Register
GTM_TOM2_CH5_IRQ_MODE 0xF0109168          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH6_CTRL 0xF0109180          TOM2 Channel 6 Control Register?
GTM_TOM2_CH6_SR0 0xF0109184          TOM2 Channel 6 CCU0 Compare Shadow Register
GTM_TOM2_CH6_SR1 0xF0109188          TOM2 Channel 6 CCU1 Compare Shadow Register
GTM_TOM2_CH6_CM0 0xF010918C          TOM2 Channel 6 CCU0 Compare Register
GTM_TOM2_CH6_CM1 0xF0109190          TOM2 Channel 6 CCU1 Compare Register
GTM_TOM2_CH6_CN0 0xF0109194          TOM2 Channel 6 CCU0 Counter Register
GTM_TOM2_CH6_STAT 0xF0109198          TOM2 Channel Status Register
GTM_TOM2_CH6_IRQ_NOTIFY 0xF010919C          TOM2 Channel 6 Interrupt Notification Register
GTM_TOM2_CH6_IRQ_EN 0xF01091A0          TOM2 Channel 6 Interrupt Enable Register
GTM_TOM2_CH6_IRQ_FORCINT 0xF01091A4          TOM2 Channel 6 Software Interrupt Generation Register
GTM_TOM2_CH6_IRQ_MODE 0xF01091A8          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH7_CTRL 0xF01091C0          TOM2 Channel 7 Control Register?
GTM_TOM2_CH7_SR0 0xF01091C4          TOM2 Channel 7 CCU0 Compare Shadow Register
GTM_TOM2_CH7_SR1 0xF01091C8          TOM2 Channel 7 CCU1 Compare Shadow Register
GTM_TOM2_CH7_CM0 0xF01091CC          TOM2 Channel 7 CCU0 Compare Register
GTM_TOM2_CH7_CM1 0xF01091D0          TOM2 Channel 7 CCU1 Compare Register
GTM_TOM2_CH7_CN0 0xF01091D4          TOM2 Channel 7 CCU0 Counter Register
GTM_TOM2_CH7_STAT 0xF01091D8          TOM2 Channel Status Register
GTM_TOM2_CH7_IRQ_NOTIFY 0xF01091DC          TOM2 Channel 7 Interrupt Notification Register
GTM_TOM2_CH7_IRQ_EN 0xF01091E0          TOM2 Channel 7 Interrupt Enable Register
GTM_TOM2_CH7_IRQ_FORCINT 0xF01091E4          TOM2 Channel 7 Software Interrupt Generation Register
GTM_TOM2_CH7_IRQ_MODE 0xF01091E8          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH8_CTRL 0xF0109200          TOM2 Channel 8 Control Register?
GTM_TOM2_CH8_SR0 0xF0109204          TOM2 Channel 8 CCU0 Compare Shadow Register
GTM_TOM2_CH8_SR1 0xF0109208          TOM2 Channel 8 CCU1 Compare Shadow Register
GTM_TOM2_CH8_CM0 0xF010920C          TOM2 Channel 8 CCU0 Compare Register
GTM_TOM2_CH8_CM1 0xF0109210          TOM2 Channel 8 CCU1 Compare Register
GTM_TOM2_CH8_CN0 0xF0109214          TOM2 Channel 8 CCU0 Counter Register
GTM_TOM2_CH8_STAT 0xF0109218          TOM2 Channel Status Register
GTM_TOM2_CH8_IRQ_NOTIFY 0xF010921C          TOM2 Channel 8 Interrupt Notification Register
GTM_TOM2_CH8_IRQ_EN 0xF0109220          TOM2 Channel 8 Interrupt Enable Register
GTM_TOM2_CH8_IRQ_FORCINT 0xF0109224          TOM2 Channel 8 Software Interrupt Generation Register
GTM_TOM2_CH8_IRQ_MODE 0xF0109228          TOM2 IRQ Mode Configuration Register
GTM_TOM2_TGC1_GLB_CTRL 0xF0109230          TOM2 TGC1 Global Control Register
GTM_TOM2_TGC1_ACT_TB 0xF0109234          TOM2 TGC1 Action Time Base Register
GTM_TOM2_TGC1_FUPD_CTRL 0xF0109238          TOM2 TGC1 Force Update Control Register
GTM_TOM2_TGC1_INT_TRIG 0xF010923C          TOM2 TGC1 Internal Trigger Control Register
GTM_TOM2_CH9_CTRL 0xF0109240          TOM2 Channel 9 Control Register?
GTM_TOM2_CH9_SR0 0xF0109244          TOM2 Channel 9 CCU0 Compare Shadow Register
GTM_TOM2_CH9_SR1 0xF0109248          TOM2 Channel 9 CCU1 Compare Shadow Register
GTM_TOM2_CH9_CM0 0xF010924C          TOM2 Channel 9 CCU0 Compare Register
GTM_TOM2_CH9_CM1 0xF0109250          TOM2 Channel 9 CCU1 Compare Register
GTM_TOM2_CH9_CN0 0xF0109254          TOM2 Channel 9 CCU0 Counter Register
GTM_TOM2_CH9_STAT 0xF0109258          TOM2 Channel Status Register
GTM_TOM2_CH9_IRQ_NOTIFY 0xF010925C          TOM2 Channel 9 Interrupt Notification Register
GTM_TOM2_CH9_IRQ_EN 0xF0109260          TOM2 Channel 9 Interrupt Enable Register
GTM_TOM2_CH9_IRQ_FORCINT 0xF0109264          TOM2 Channel 9 Software Interrupt Generation Register
GTM_TOM2_CH9_IRQ_MODE 0xF0109268          TOM2 IRQ Mode Configuration Register
GTM_TOM2_TGC1_ENDIS_CTRL 0xF0109270          TOM2 TGC1 Enable/Disable Control Register
GTM_TOM2_TGC1_ENDIS_STAT 0xF0109274          TOM2 TGC1 Enable/Disable Status Register
GTM_TOM2_TGC1_OUTEN_CTRL 0xF0109278          TOM2 TGC1 Output Enable Control Register
GTM_TOM2_TGC1_OUTEN_STAT 0xF010927C          TOM2 TGC1 Output Enable Status Register
GTM_TOM2_CH10_CTRL 0xF0109280          TOM2 Channel 10 Control Register?
GTM_TOM2_CH10_SR0 0xF0109284          TOM2 Channel 10 CCU0 Compare Shadow Register
GTM_TOM2_CH10_SR1 0xF0109288          TOM2 Channel 10 CCU1 Compare Shadow Register
GTM_TOM2_CH10_CM0 0xF010928C          TOM2 Channel 10 CCU0 Compare Register
GTM_TOM2_CH10_CM1 0xF0109290          TOM2 Channel 10 CCU1 Compare Register
GTM_TOM2_CH10_CN0 0xF0109294          TOM2 Channel 10 CCU0 Counter Register
GTM_TOM2_CH10_STAT 0xF0109298          TOM2 Channel Status Register
GTM_TOM2_CH10_IRQ_NOTIFY 0xF010929C          TOM2 Channel 10 Interrupt Notification Register
GTM_TOM2_CH10_IRQ_EN 0xF01092A0          TOM2 Channel 10 Interrupt Enable Register
GTM_TOM2_CH10_IRQ_FORCINT 0xF01092A4          TOM2 Channel 10 Software Interrupt Generation Register
GTM_TOM2_CH10_IRQ_MODE 0xF01092A8          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH11_CTRL 0xF01092C0          TOM2 Channel 11 Control Register?
GTM_TOM2_CH11_SR0 0xF01092C4          TOM2 Channel 11 CCU0 Compare Shadow Register
GTM_TOM2_CH11_SR1 0xF01092C8          TOM2 Channel 11 CCU1 Compare Shadow Register
GTM_TOM2_CH11_CM0 0xF01092CC          TOM2 Channel 11 CCU0 Compare Register
GTM_TOM2_CH11_CM1 0xF01092D0          TOM2 Channel 11 CCU1 Compare Register
GTM_TOM2_CH11_CN0 0xF01092D4          TOM2 Channel 11 CCU0 Counter Register
GTM_TOM2_CH11_STAT 0xF01092D8          TOM2 Channel Status Register
GTM_TOM2_CH11_IRQ_NOTIFY 0xF01092DC          TOM2 Channel 11 Interrupt Notification Register
GTM_TOM2_CH11_IRQ_EN 0xF01092E0          TOM2 Channel 11 Interrupt Enable Register
GTM_TOM2_CH11_IRQ_FORCINT 0xF01092E4          TOM2 Channel 11 Software Interrupt Generation Register
GTM_TOM2_CH11_IRQ_MODE 0xF01092E8          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH12_CTRL 0xF0109300          TOM2 Channel 12 Control Register?
GTM_TOM2_CH12_SR0 0xF0109304          TOM2 Channel 12 CCU0 Compare Shadow Register
GTM_TOM2_CH12_SR1 0xF0109308          TOM2 Channel 12 CCU1 Compare Shadow Register
GTM_TOM2_CH12_CM0 0xF010930C          TOM2 Channel 12 CCU0 Compare Register
GTM_TOM2_CH12_CM1 0xF0109310          TOM2 Channel 12 CCU1 Compare Register
GTM_TOM2_CH12_CN0 0xF0109314          TOM2 Channel 12 CCU0 Counter Register
GTM_TOM2_CH12_STAT 0xF0109318          TOM2 Channel Status Register
GTM_TOM2_CH12_IRQ_NOTIFY 0xF010931C          TOM2 Channel 12 Interrupt Notification Register
GTM_TOM2_CH12_IRQ_EN 0xF0109320          TOM2 Channel 12 Interrupt Enable Register
GTM_TOM2_CH12_IRQ_FORCINT 0xF0109324          TOM2 Channel 12 Software Interrupt Generation Register
GTM_TOM2_CH12_IRQ_MODE 0xF0109328          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH13_CTRL 0xF0109340          TOM2 Channel 13 Control Register?
GTM_TOM2_CH13_SR0 0xF0109344          TOM2 Channel 13 CCU0 Compare Shadow Register
GTM_TOM2_CH13_SR1 0xF0109348          TOM2 Channel 13 CCU1 Compare Shadow Register
GTM_TOM2_CH13_CM0 0xF010934C          TOM2 Channel 13 CCU0 Compare Register
GTM_TOM2_CH13_CM1 0xF0109350          TOM2 Channel 13 CCU1 Compare Register
GTM_TOM2_CH13_CN0 0xF0109354          TOM2 Channel 13 CCU0 Counter Register
GTM_TOM2_CH13_STAT 0xF0109358          TOM2 Channel Status Register
GTM_TOM2_CH13_IRQ_NOTIFY 0xF010935C          TOM2 Channel 13 Interrupt Notification Register
GTM_TOM2_CH13_IRQ_EN 0xF0109360          TOM2 Channel 13 Interrupt Enable Register
GTM_TOM2_CH13_IRQ_FORCINT 0xF0109364          TOM2 Channel 13 Software Interrupt Generation Register
GTM_TOM2_CH13_IRQ_MODE 0xF0109368          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH14_CTRL 0xF0109380          TOM2 Channel 14 Control Register?
GTM_TOM2_CH14_SR0 0xF0109384          TOM2 Channel 14 CCU0 Compare Shadow Register
GTM_TOM2_CH14_SR1 0xF0109388          TOM2 Channel 14 CCU1 Compare Shadow Register
GTM_TOM2_CH14_CM0 0xF010938C          TOM2 Channel 14 CCU0 Compare Register
GTM_TOM2_CH14_CM1 0xF0109390          TOM2 Channel 14 CCU1 Compare Register
GTM_TOM2_CH14_CN0 0xF0109394          TOM2 Channel 14 CCU0 Counter Register
GTM_TOM2_CH14_STAT 0xF0109398          TOM2 Channel Status Register
GTM_TOM2_CH14_IRQ_NOTIFY 0xF010939C          TOM2 Channel 14 Interrupt Notification Register
GTM_TOM2_CH14_IRQ_EN 0xF01093A0          TOM2 Channel 14 Interrupt Enable Register
GTM_TOM2_CH14_IRQ_FORCINT 0xF01093A4          TOM2 Channel 14 Software Interrupt Generation Register
GTM_TOM2_CH14_IRQ_MODE 0xF01093A8          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH15_CTRL 0xF01093C0          TOM2 Channel 15 Control Register
GTM_TOM2_CH15_SR0 0xF01093C4          TOM2 Channel 15 CCU0 Compare Shadow Register
GTM_TOM2_CH15_SR1 0xF01093C8          TOM2 Channel 15 CCU1 Compare Shadow Register
GTM_TOM2_CH15_CM0 0xF01093CC          TOM2 Channel 15 CCU0 Compare Register
GTM_TOM2_CH15_CM1 0xF01093D0          TOM2 Channel 15 CCU1 Compare Register
GTM_TOM2_CH15_CN0 0xF01093D4          TOM2 Channel 15 CCU0 Counter Register
GTM_TOM2_CH15_STAT 0xF01093D8          TOM2 Channel Status Register
GTM_TOM2_CH15_IRQ_NOTIFY 0xF01093DC          TOM2 Channel 15 Interrupt Notification Register
GTM_TOM2_CH15_IRQ_EN 0xF01093E0          TOM2 Channel 15 Interrupt Enable Register
GTM_TOM2_CH15_IRQ_FORCINT 0xF01093E4          TOM2 Channel 15 Software Interrupt Generation Register
GTM_TOM2_CH15_IRQ_MODE 0xF01093E8          TOM2 IRQ Mode Configuration Register
GTM_ATOM0_CH0_RDADDR 0xF010D000          ATOM0 Channel 0 ARU Read Address Register
GTM_ATOM0_CH0_CTRL 0xF010D004          ATOM0 Channel 0 Control Register
GTM_ATOM0_CH0_SR0 0xF010D008          ATOM0 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM0_CH0_SR1 0xF010D00C          ATOM0 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM0_CH0_CM0 0xF010D010          ATOM0 Channel 0 CCU0 Compare Register
GTM_ATOM0_CH0_CM1 0xF010D014          ATOM0 Channel 0 CCU1 Compare Register
GTM_ATOM0_CH0_CN0 0xF010D018          ATOM0 Channel 0 CCU0 Counter Register
GTM_ATOM0_CH0_STAT 0xF010D01C          ATOM0 Channel 0 Status Register
GTM_ATOM0_CH0_IRQ_NOTIFY 0xF010D020          ATOM0 Channel 0 Interrupt Notification Register
GTM_ATOM0_CH0_IRQ_EN 0xF010D024          ATOM0 Channel 0 Interrupt Enable Register
GTM_ATOM0_CH0_IRQ_FORCINT 0xF010D028          ATOM0 Channel 0 Software Interrupt Generation Register
GTM_ATOM0_CH0_IRQ_MODE 0xF010D02C          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_AGC_GLB_CTRL 0xF010D040          ATOM0 AGC Global control register
GTM_ATOM0_AGC_ENDIS_CTRL 0xF010D044          ATOM0 AGC Enable/Disable Control Register
GTM_ATOM0_AGC_ENDIS_STAT 0xF010D048          ATOM0 AGC Enable/Disable Status Register
GTM_ATOM0_AGC_ACT_TB 0xF010D04C          TOM0 TGC0 Action Time Base Register
GTM_ATOM0_AGC_OUTEN_CTRL 0xF010D050          ATOM0 AGC Output Enable Control Register
GTM_ATOM0_AGC_OUTEN_STAT 0xF010D054          ATOM0 AGC Output Enable Status Register
GTM_ATOM0_AGC_FUPD_CTRL 0xF010D058          ATOM0 AGC Force Update Control Register
GTM_ATOM0_AGC_INT_TRIG 0xF010D05C          ATOM0 AGC Internal Trigger Control Register
GTM_ATOM0_CH1_RDADDR 0xF010D080          ATOM0 Channel 1 ARU Read Address Register
GTM_ATOM0_CH1_CTRL 0xF010D084          ATOM0 Channel 1 Control Register
GTM_ATOM0_CH1_SR0 0xF010D088          ATOM0 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM0_CH1_SR1 0xF010D08C          ATOM0 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM0_CH1_CM0 0xF010D090          ATOM0 Channel 1 CCU0 Compare Register
GTM_ATOM0_CH1_CM1 0xF010D094          ATOM0 Channel 1 CCU1 Compare Register
GTM_ATOM0_CH1_CN0 0xF010D098          ATOM0 Channel 1 CCU0 Counter Register
GTM_ATOM0_CH1_STAT 0xF010D09C          ATOM0 Channel 1 Status Register
GTM_ATOM0_CH1_IRQ_NOTIFY 0xF010D0A0          ATOM0 Channel 1 Interrupt Notification Register
GTM_ATOM0_CH1_IRQ_EN 0xF010D0A4          ATOM0 Channel 1 Interrupt Enable Register
GTM_ATOM0_CH1_IRQ_FORCINT 0xF010D0A8          ATOM0 Channel 1 Software Interrupt Generation Register
GTM_ATOM0_CH1_IRQ_MODE 0xF010D0AC          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH2_RDADDR 0xF010D100          ATOM0 Channel 2 ARU Read Address Register
GTM_ATOM0_CH2_CTRL 0xF010D104          ATOM0 Channel 2 Control Register
GTM_ATOM0_CH2_SR0 0xF010D108          ATOM0 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM0_CH2_SR1 0xF010D10C          ATOM0 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM0_CH2_CM0 0xF010D110          ATOM0 Channel 2 CCU0 Compare Register
GTM_ATOM0_CH2_CM1 0xF010D114          ATOM0 Channel 2 CCU1 Compare Register
GTM_ATOM0_CH2_CN0 0xF010D118          ATOM0 Channel 2 CCU0 Counter Register
GTM_ATOM0_CH2_STAT 0xF010D11C          ATOM0 Channel 2 Status Register
GTM_ATOM0_CH2_IRQ_NOTIFY 0xF010D120          ATOM0 Channel 2 Interrupt Notification Register
GTM_ATOM0_CH2_IRQ_EN 0xF010D124          ATOM0 Channel 2 Interrupt Enable Register
GTM_ATOM0_CH2_IRQ_FORCINT 0xF010D128          ATOM0 Channel 2 Software Interrupt Generation Register
GTM_ATOM0_CH2_IRQ_MODE 0xF010D12C          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH3_RDADDR 0xF010D180          ATOM0 Channel 3 ARU Read Address Register
GTM_ATOM0_CH3_CTRL 0xF010D184          ATOM0 Channel 3 Control Register
GTM_ATOM0_CH3_SR0 0xF010D188          ATOM0 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM0_CH3_SR1 0xF010D18C          ATOM0 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM0_CH3_CM0 0xF010D190          ATOM0 Channel 3 CCU0 Compare Register
GTM_ATOM0_CH3_CM1 0xF010D194          ATOM0 Channel 3 CCU1 Compare Register
GTM_ATOM0_CH3_CN0 0xF010D198          ATOM0 Channel 3 CCU0 Counter Register
GTM_ATOM0_CH3_STAT 0xF010D19C          ATOM0 Channel 3 Status Register
GTM_ATOM0_CH3_IRQ_NOTIFY 0xF010D1A0          ATOM0 Channel 3 Interrupt Notification Register
GTM_ATOM0_CH3_IRQ_EN 0xF010D1A4          ATOM0 Channel 3 Interrupt Enable Register
GTM_ATOM0_CH3_IRQ_FORCINT 0xF010D1A8          ATOM0 Channel 3 Software Interrupt Generation Register
GTM_ATOM0_CH3_IRQ_MODE 0xF010D1AC          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH4_RDADDR 0xF010D200          ATOM0 Channel 4 ARU Read Address Register
GTM_ATOM0_CH4_CTRL 0xF010D204          ATOM0 Channel 4 Control Register
GTM_ATOM0_CH4_SR0 0xF010D208          ATOM0 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM0_CH4_SR1 0xF010D20C          ATOM0 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM0_CH4_CM0 0xF010D210          ATOM0 Channel 4 CCU0 Compare Register
GTM_ATOM0_CH4_CM1 0xF010D214          ATOM0 Channel 4 CCU1 Compare Register
GTM_ATOM0_CH4_CN0 0xF010D218          ATOM0 Channel 4 CCU0 Counter Register
GTM_ATOM0_CH4_STAT 0xF010D21C          ATOM0 Channel 4 Status Register
GTM_ATOM0_CH4_IRQ_NOTIFY 0xF010D220          ATOM0 Channel 4 Interrupt Notification Register
GTM_ATOM0_CH4_IRQ_EN 0xF010D224          ATOM0 Channel 4 Interrupt Enable Register
GTM_ATOM0_CH4_IRQ_FORCINT 0xF010D228          ATOM0 Channel 4 Software Interrupt Generation Register
GTM_ATOM0_CH4_IRQ_MODE 0xF010D22C          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH5_RDADDR 0xF010D280          ATOM0 Channel 5 ARU Read Address Register
GTM_ATOM0_CH5_CTRL 0xF010D284          ATOM0 Channel 5 Control Register
GTM_ATOM0_CH5_SR0 0xF010D288          ATOM0 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM0_CH5_SR1 0xF010D28C          ATOM0 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM0_CH5_CM0 0xF010D290          ATOM0 Channel 5 CCU0 Compare Register
GTM_ATOM0_CH5_CM1 0xF010D294          ATOM0 Channel 5 CCU1 Compare Register
GTM_ATOM0_CH5_CN0 0xF010D298          ATOM0 Channel 5 CCU0 Counter Register
GTM_ATOM0_CH5_STAT 0xF010D29C          ATOM0 Channel 5 Status Register
GTM_ATOM0_CH5_IRQ_NOTIFY 0xF010D2A0          ATOM0 Channel 5 Interrupt Notification Register
GTM_ATOM0_CH5_IRQ_EN 0xF010D2A4          ATOM0 Channel 5 Interrupt Enable Register
GTM_ATOM0_CH5_IRQ_FORCINT 0xF010D2A8          ATOM0 Channel 5 Software Interrupt Generation Register
GTM_ATOM0_CH5_IRQ_MODE 0xF010D2AC          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH6_RDADDR 0xF010D300          ATOM0 Channel 6 ARU Read Address Register
GTM_ATOM0_CH6_CTRL 0xF010D304          ATOM0 Channel 6 Control Register
GTM_ATOM0_CH6_SR0 0xF010D308          ATOM0 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM0_CH6_SR1 0xF010D30C          ATOM0 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM0_CH6_CM0 0xF010D310          ATOM0 Channel 6 CCU0 Compare Register
GTM_ATOM0_CH6_CM1 0xF010D314          ATOM0 Channel 6 CCU1 Compare Register
GTM_ATOM0_CH6_CN0 0xF010D318          ATOM0 Channel 6 CCU0 Counter Register
GTM_ATOM0_CH6_STAT 0xF010D31C          ATOM0 Channel 6 Status Register
GTM_ATOM0_CH6_IRQ_NOTIFY 0xF010D320          ATOM0 Channel 6 Interrupt Notification Register
GTM_ATOM0_CH6_IRQ_EN 0xF010D324          ATOM0 Channel 6 Interrupt Enable Register
GTM_ATOM0_CH6_IRQ_FORCINT 0xF010D328          ATOM0 Channel 6 Software Interrupt Generation Register
GTM_ATOM0_CH6_IRQ_MODE 0xF010D32C          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH7_RDADDR 0xF010D380          ATOM0 Channel 7 ARU Read Address Register
GTM_ATOM0_CH7_CTRL 0xF010D384          ATOM0 Channel 7 Control Register
GTM_ATOM0_CH7_SR0 0xF010D388          ATOM0 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM0_CH7_SR1 0xF010D38C          ATOM0 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM0_CH7_CM0 0xF010D390          ATOM0 Channel 7 CCU0 Compare Register
GTM_ATOM0_CH7_CM1 0xF010D394          ATOM0 Channel 7 CCU1 Compare Register
GTM_ATOM0_CH7_CN0 0xF010D398          ATOM0 Channel 7 CCU0 Counter Register
GTM_ATOM0_CH7_STAT 0xF010D39C          ATOM0 Channel 7 Status Register
GTM_ATOM0_CH7_IRQ_NOTIFY 0xF010D3A0          ATOM0 Channel 7 Interrupt Notification Register
GTM_ATOM0_CH7_IRQ_EN 0xF010D3A4          ATOM0 Channel 7 Interrupt Enable Register
GTM_ATOM0_CH7_IRQ_FORCINT 0xF010D3A8          ATOM0 Channel 7 Software Interrupt Generation Register
GTM_ATOM0_CH7_IRQ_MODE 0xF010D3AC          ATOM0 IRQ Mode Configuration Register
GTM_ATOM1_CH0_RDADDR 0xF010D800          ATOM1 Channel 0 ARU Read Address Register
GTM_ATOM1_CH0_CTRL 0xF010D804          ATOM1 Channel 0 Control Register
GTM_ATOM1_CH0_SR0 0xF010D808          ATOM1 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM1_CH0_SR1 0xF010D80C          ATOM1 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM1_CH0_CM0 0xF010D810          ATOM1 Channel 0 CCU0 Compare Register
GTM_ATOM1_CH0_CM1 0xF010D814          ATOM1 Channel 0 CCU1 Compare Register
GTM_ATOM1_CH0_CN0 0xF010D818          ATOM1 Channel 0 CCU0 Counter Register
GTM_ATOM1_CH0_STAT 0xF010D81C          ATOM1 Channel 0 Status Register
GTM_ATOM1_CH0_IRQ_NOTIFY 0xF010D820          ATOM1 Channel 0 Interrupt Notification Register
GTM_ATOM1_CH0_IRQ_EN 0xF010D824          ATOM1 Channel 0 Interrupt Enable Register
GTM_ATOM1_CH0_IRQ_FORCINT 0xF010D828          ATOM1 Channel 0 Software Interrupt Generation Register
GTM_ATOM1_CH0_IRQ_MODE 0xF010D82C          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_AGC_GLB_CTRL 0xF010D840          ATOM1 AGC Global control register
GTM_ATOM1_AGC_ENDIS_CTRL 0xF010D844          ATOM1 AGC Enable/Disable Control Register
GTM_ATOM1_AGC_ENDIS_STAT 0xF010D848          ATOM1 AGC Enable/Disable Status Register
GTM_ATOM1_AGC_ACT_TB 0xF010D84C          TOM1 TGC0 Action Time Base Register
GTM_ATOM1_AGC_OUTEN_CTRL 0xF010D850          ATOM1 AGC Output Enable Control Register
GTM_ATOM1_AGC_OUTEN_STAT 0xF010D854          ATOM1 AGC Output Enable Status Register
GTM_ATOM1_AGC_FUPD_CTRL 0xF010D858          ATOM1 AGC Force Update Control Register
GTM_ATOM1_AGC_INT_TRIG 0xF010D85C          ATOM1 AGC Internal Trigger Control Register
GTM_ATOM1_CH1_RDADDR 0xF010D880          ATOM1 Channel 1 ARU Read Address Register
GTM_ATOM1_CH1_CTRL 0xF010D884          ATOM1 Channel 1 Control Register
GTM_ATOM1_CH1_SR0 0xF010D888          ATOM1 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM1_CH1_SR1 0xF010D88C          ATOM1 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM1_CH1_CM0 0xF010D890          ATOM1 Channel 1 CCU0 Compare Register
GTM_ATOM1_CH1_CM1 0xF010D894          ATOM1 Channel 1 CCU1 Compare Register
GTM_ATOM1_CH1_CN0 0xF010D898          ATOM1 Channel 1 CCU0 Counter Register
GTM_ATOM1_CH1_STAT 0xF010D89C          ATOM1 Channel 1 Status Register
GTM_ATOM1_CH1_IRQ_NOTIFY 0xF010D8A0          ATOM1 Channel 1 Interrupt Notification Register
GTM_ATOM1_CH1_IRQ_EN 0xF010D8A4          ATOM1 Channel 1 Interrupt Enable Register
GTM_ATOM1_CH1_IRQ_FORCINT 0xF010D8A8          ATOM1 Channel 1 Software Interrupt Generation Register
GTM_ATOM1_CH1_IRQ_MODE 0xF010D8AC          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH2_RDADDR 0xF010D900          ATOM1 Channel 2 ARU Read Address Register
GTM_ATOM1_CH2_CTRL 0xF010D904          ATOM1 Channel 2 Control Register
GTM_ATOM1_CH2_SR0 0xF010D908          ATOM1 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM1_CH2_SR1 0xF010D90C          ATOM1 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM1_CH2_CM0 0xF010D910          ATOM1 Channel 2 CCU0 Compare Register
GTM_ATOM1_CH2_CM1 0xF010D914          ATOM1 Channel 2 CCU1 Compare Register
GTM_ATOM1_CH2_CN0 0xF010D918          ATOM1 Channel 2 CCU0 Counter Register
GTM_ATOM1_CH2_STAT 0xF010D91C          ATOM1 Channel 2 Status Register
GTM_ATOM1_CH2_IRQ_NOTIFY 0xF010D920          ATOM1 Channel 2 Interrupt Notification Register
GTM_ATOM1_CH2_IRQ_EN 0xF010D924          ATOM1 Channel 2 Interrupt Enable Register
GTM_ATOM1_CH2_IRQ_FORCINT 0xF010D928          ATOM1 Channel 2 Software Interrupt Generation Register
GTM_ATOM1_CH2_IRQ_MODE 0xF010D92C          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH3_RDADDR 0xF010D980          ATOM1 Channel 3 ARU Read Address Register
GTM_ATOM1_CH3_CTRL 0xF010D984          ATOM1 Channel 3 Control Register
GTM_ATOM1_CH3_SR0 0xF010D988          ATOM1 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM1_CH3_SR1 0xF010D98C          ATOM1 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM1_CH3_CM0 0xF010D990          ATOM1 Channel 3 CCU0 Compare Register
GTM_ATOM1_CH3_CM1 0xF010D994          ATOM1 Channel 3 CCU1 Compare Register
GTM_ATOM1_CH3_CN0 0xF010D998          ATOM1 Channel 3 CCU0 Counter Register
GTM_ATOM1_CH3_STAT 0xF010D99C          ATOM1 Channel 3 Status Register
GTM_ATOM1_CH3_IRQ_NOTIFY 0xF010D9A0          ATOM1 Channel 3 Interrupt Notification Register
GTM_ATOM1_CH3_IRQ_EN 0xF010D9A4          ATOM1 Channel 3 Interrupt Enable Register
GTM_ATOM1_CH3_IRQ_FORCINT 0xF010D9A8          ATOM1 Channel 3 Software Interrupt Generation Register
GTM_ATOM1_CH3_IRQ_MODE 0xF010D9AC          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH4_RDADDR 0xF010DA00          ATOM1 Channel 4 ARU Read Address Register
GTM_ATOM1_CH4_CTRL 0xF010DA04          ATOM1 Channel 4 Control Register
GTM_ATOM1_CH4_SR0 0xF010DA08          ATOM1 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM1_CH4_SR1 0xF010DA0C          ATOM1 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM1_CH4_CM0 0xF010DA10          ATOM1 Channel 4 CCU0 Compare Register
GTM_ATOM1_CH4_CM1 0xF010DA14          ATOM1 Channel 4 CCU1 Compare Register
GTM_ATOM1_CH4_CN0 0xF010DA18          ATOM1 Channel 4 CCU0 Counter Register
GTM_ATOM1_CH4_STAT 0xF010DA1C          ATOM1 Channel 4 Status Register
GTM_ATOM1_CH4_IRQ_NOTIFY 0xF010DA20          ATOM1 Channel 4 Interrupt Notification Register
GTM_ATOM1_CH4_IRQ_EN 0xF010DA24          ATOM1 Channel 4 Interrupt Enable Register
GTM_ATOM1_CH4_IRQ_FORCINT 0xF010DA28          ATOM1 Channel 4 Software Interrupt Generation Register
GTM_ATOM1_CH4_IRQ_MODE 0xF010DA2C          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH5_RDADDR 0xF010DA80          ATOM1 Channel 5 ARU Read Address Register
GTM_ATOM1_CH5_CTRL 0xF010DA84          ATOM1 Channel 5 Control Register
GTM_ATOM1_CH5_SR0 0xF010DA88          ATOM1 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM1_CH5_SR1 0xF010DA8C          ATOM1 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM1_CH5_CM0 0xF010DA90          ATOM1 Channel 5 CCU0 Compare Register
GTM_ATOM1_CH5_CM1 0xF010DA94          ATOM1 Channel 5 CCU1 Compare Register
GTM_ATOM1_CH5_CN0 0xF010DA98          ATOM1 Channel 5 CCU0 Counter Register
GTM_ATOM1_CH5_STAT 0xF010DA9C          ATOM1 Channel 5 Status Register
GTM_ATOM1_CH5_IRQ_NOTIFY 0xF010DAA0          ATOM1 Channel 5 Interrupt Notification Register
GTM_ATOM1_CH5_IRQ_EN 0xF010DAA4          ATOM1 Channel 5 Interrupt Enable Register
GTM_ATOM1_CH5_IRQ_FORCINT 0xF010DAA8          ATOM1 Channel 5 Software Interrupt Generation Register
GTM_ATOM1_CH5_IRQ_MODE 0xF010DAAC          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH6_RDADDR 0xF010DB00          ATOM1 Channel 6 ARU Read Address Register
GTM_ATOM1_CH6_CTRL 0xF010DB04          ATOM1 Channel 6 Control Register
GTM_ATOM1_CH6_SR0 0xF010DB08          ATOM1 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM1_CH6_SR1 0xF010DB0C          ATOM1 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM1_CH6_CM0 0xF010DB10          ATOM1 Channel 6 CCU0 Compare Register
GTM_ATOM1_CH6_CM1 0xF010DB14          ATOM1 Channel 6 CCU1 Compare Register
GTM_ATOM1_CH6_CN0 0xF010DB18          ATOM1 Channel 6 CCU0 Counter Register
GTM_ATOM1_CH6_STAT 0xF010DB1C          ATOM1 Channel 6 Status Register
GTM_ATOM1_CH6_IRQ_NOTIFY 0xF010DB20          ATOM1 Channel 6 Interrupt Notification Register
GTM_ATOM1_CH6_IRQ_EN 0xF010DB24          ATOM1 Channel 6 Interrupt Enable Register
GTM_ATOM1_CH6_IRQ_FORCINT 0xF010DB28          ATOM1 Channel 6 Software Interrupt Generation Register
GTM_ATOM1_CH6_IRQ_MODE 0xF010DB2C          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH7_RDADDR 0xF010DB80          ATOM1 Channel 7 ARU Read Address Register
GTM_ATOM1_CH7_CTRL 0xF010DB84          ATOM1 Channel 7 Control Register
GTM_ATOM1_CH7_SR0 0xF010DB88          ATOM1 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM1_CH7_SR1 0xF010DB8C          ATOM1 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM1_CH7_CM0 0xF010DB90          ATOM1 Channel 7 CCU0 Compare Register
GTM_ATOM1_CH7_CM1 0xF010DB94          ATOM1 Channel 7 CCU1 Compare Register
GTM_ATOM1_CH7_CN0 0xF010DB98          ATOM1 Channel 7 CCU0 Counter Register
GTM_ATOM1_CH7_STAT 0xF010DB9C          ATOM1 Channel 7 Status Register
GTM_ATOM1_CH7_IRQ_NOTIFY 0xF010DBA0          ATOM1 Channel 7 Interrupt Notification Register
GTM_ATOM1_CH7_IRQ_EN 0xF010DBA4          ATOM1 Channel 7 Interrupt Enable Register
GTM_ATOM1_CH7_IRQ_FORCINT 0xF010DBA8          ATOM1 Channel 7 Software Interrupt Generation Register
GTM_ATOM1_CH7_IRQ_MODE 0xF010DBAC          ATOM1 IRQ Mode Configuration Register
GTM_ATOM2_CH0_RDADDR 0xF010E000          ATOM2 Channel 0 ARU Read Address Register
GTM_ATOM2_CH0_CTRL 0xF010E004          ATOM2 Channel 0 Control Register
GTM_ATOM2_CH0_SR0 0xF010E008          ATOM2 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM2_CH0_SR1 0xF010E00C          ATOM2 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM2_CH0_CM0 0xF010E010          ATOM2 Channel 0 CCU0 Compare Register
GTM_ATOM2_CH0_CM1 0xF010E014          ATOM2 Channel 0 CCU1 Compare Register
GTM_ATOM2_CH0_CN0 0xF010E018          ATOM2 Channel 0 CCU0 Counter Register
GTM_ATOM2_CH0_STAT 0xF010E01C          ATOM2 Channel 0 Status Register
GTM_ATOM2_CH0_IRQ_NOTIFY 0xF010E020          ATOM2 Channel 0 Interrupt Notification Register
GTM_ATOM2_CH0_IRQ_EN 0xF010E024          ATOM2 Channel 0 Interrupt Enable Register
GTM_ATOM2_CH0_IRQ_FORCINT 0xF010E028          ATOM2 Channel 0 Software Interrupt Generation Register
GTM_ATOM2_CH0_IRQ_MODE 0xF010E02C          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_AGC_GLB_CTRL 0xF010E040          ATOM2 AGC Global control register
GTM_ATOM2_AGC_ENDIS_CTRL 0xF010E044          ATOM2 AGC Enable/Disable Control Register
GTM_ATOM2_AGC_ENDIS_STAT 0xF010E048          ATOM2 AGC Enable/Disable Status Register
GTM_ATOM2_AGC_ACT_TB 0xF010E04C          TOM2 TGC0 Action Time Base Register
GTM_ATOM2_AGC_OUTEN_CTRL 0xF010E050          ATOM2 AGC Output Enable Control Register
GTM_ATOM2_AGC_OUTEN_STAT 0xF010E054          ATOM2 AGC Output Enable Status Register
GTM_ATOM2_AGC_FUPD_CTRL 0xF010E058          ATOM2 AGC Force Update Control Register
GTM_ATOM2_AGC_INT_TRIG 0xF010E05C          ATOM2 AGC Internal Trigger Control Register
GTM_ATOM2_CH1_RDADDR 0xF010E080          ATOM2 Channel 1 ARU Read Address Register
GTM_ATOM2_CH1_CTRL 0xF010E084          ATOM2 Channel 1 Control Register
GTM_ATOM2_CH1_SR0 0xF010E088          ATOM2 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM2_CH1_SR1 0xF010E08C          ATOM2 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM2_CH1_CM0 0xF010E090          ATOM2 Channel 1 CCU0 Compare Register
GTM_ATOM2_CH1_CM1 0xF010E094          ATOM2 Channel 1 CCU1 Compare Register
GTM_ATOM2_CH1_CN0 0xF010E098          ATOM2 Channel 1 CCU0 Counter Register
GTM_ATOM2_CH1_STAT 0xF010E09C          ATOM2 Channel 1 Status Register
GTM_ATOM2_CH1_IRQ_NOTIFY 0xF010E0A0          ATOM2 Channel 1 Interrupt Notification Register
GTM_ATOM2_CH1_IRQ_EN 0xF010E0A4          ATOM2 Channel 1 Interrupt Enable Register
GTM_ATOM2_CH1_IRQ_FORCINT 0xF010E0A8          ATOM2 Channel 1 Software Interrupt Generation Register
GTM_ATOM2_CH1_IRQ_MODE 0xF010E0AC          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH2_RDADDR 0xF010E100          ATOM2 Channel 2 ARU Read Address Register
GTM_ATOM2_CH2_CTRL 0xF010E104          ATOM2 Channel 2 Control Register
GTM_ATOM2_CH2_SR0 0xF010E108          ATOM2 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM2_CH2_SR1 0xF010E10C          ATOM2 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM2_CH2_CM0 0xF010E110          ATOM2 Channel 2 CCU0 Compare Register
GTM_ATOM2_CH2_CM1 0xF010E114          ATOM2 Channel 2 CCU1 Compare Register
GTM_ATOM2_CH2_CN0 0xF010E118          ATOM2 Channel 2 CCU0 Counter Register
GTM_ATOM2_CH2_STAT 0xF010E11C          ATOM2 Channel 2 Status Register
GTM_ATOM2_CH2_IRQ_NOTIFY 0xF010E120          ATOM2 Channel 2 Interrupt Notification Register
GTM_ATOM2_CH2_IRQ_EN 0xF010E124          ATOM2 Channel 2 Interrupt Enable Register
GTM_ATOM2_CH2_IRQ_FORCINT 0xF010E128          ATOM2 Channel 2 Software Interrupt Generation Register
GTM_ATOM2_CH2_IRQ_MODE 0xF010E12C          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH3_RDADDR 0xF010E180          ATOM2 Channel 3 ARU Read Address Register
GTM_ATOM2_CH3_CTRL 0xF010E184          ATOM2 Channel 3 Control Register
GTM_ATOM2_CH3_SR0 0xF010E188          ATOM2 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM2_CH3_SR1 0xF010E18C          ATOM2 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM2_CH3_CM0 0xF010E190          ATOM2 Channel 3 CCU0 Compare Register
GTM_ATOM2_CH3_CM1 0xF010E194          ATOM2 Channel 3 CCU1 Compare Register
GTM_ATOM2_CH3_CN0 0xF010E198          ATOM2 Channel 3 CCU0 Counter Register
GTM_ATOM2_CH3_STAT 0xF010E19C          ATOM2 Channel 3 Status Register
GTM_ATOM2_CH3_IRQ_NOTIFY 0xF010E1A0          ATOM2 Channel 3 Interrupt Notification Register
GTM_ATOM2_CH3_IRQ_EN 0xF010E1A4          ATOM2 Channel 3 Interrupt Enable Register
GTM_ATOM2_CH3_IRQ_FORCINT 0xF010E1A8          ATOM2 Channel 3 Software Interrupt Generation Register
GTM_ATOM2_CH3_IRQ_MODE 0xF010E1AC          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH4_RDADDR 0xF010E200          ATOM2 Channel 4 ARU Read Address Register
GTM_ATOM2_CH4_CTRL 0xF010E204          ATOM2 Channel 4 Control Register
GTM_ATOM2_CH4_SR0 0xF010E208          ATOM2 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM2_CH4_SR1 0xF010E20C          ATOM2 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM2_CH4_CM0 0xF010E210          ATOM2 Channel 4 CCU0 Compare Register
GTM_ATOM2_CH4_CM1 0xF010E214          ATOM2 Channel 4 CCU1 Compare Register
GTM_ATOM2_CH4_CN0 0xF010E218          ATOM2 Channel 4 CCU0 Counter Register
GTM_ATOM2_CH4_STAT 0xF010E21C          ATOM2 Channel 4 Status Register
GTM_ATOM2_CH4_IRQ_NOTIFY 0xF010E220          ATOM2 Channel 4 Interrupt Notification Register
GTM_ATOM2_CH4_IRQ_EN 0xF010E224          ATOM2 Channel 4 Interrupt Enable Register
GTM_ATOM2_CH4_IRQ_FORCINT 0xF010E228          ATOM2 Channel 4 Software Interrupt Generation Register
GTM_ATOM2_CH4_IRQ_MODE 0xF010E22C          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH5_RDADDR 0xF010E280          ATOM2 Channel 5 ARU Read Address Register
GTM_ATOM2_CH5_CTRL 0xF010E284          ATOM2 Channel 5 Control Register
GTM_ATOM2_CH5_SR0 0xF010E288          ATOM2 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM2_CH5_SR1 0xF010E28C          ATOM2 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM2_CH5_CM0 0xF010E290          ATOM2 Channel 5 CCU0 Compare Register
GTM_ATOM2_CH5_CM1 0xF010E294          ATOM2 Channel 5 CCU1 Compare Register
GTM_ATOM2_CH5_CN0 0xF010E298          ATOM2 Channel 5 CCU0 Counter Register
GTM_ATOM2_CH5_STAT 0xF010E29C          ATOM2 Channel 5 Status Register
GTM_ATOM2_CH5_IRQ_NOTIFY 0xF010E2A0          ATOM2 Channel 5 Interrupt Notification Register
GTM_ATOM2_CH5_IRQ_EN 0xF010E2A4          ATOM2 Channel 5 Interrupt Enable Register
GTM_ATOM2_CH5_IRQ_FORCINT 0xF010E2A8          ATOM2 Channel 5 Software Interrupt Generation Register
GTM_ATOM2_CH5_IRQ_MODE 0xF010E2AC          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH6_RDADDR 0xF010E300          ATOM2 Channel 6 ARU Read Address Register
GTM_ATOM2_CH6_CTRL 0xF010E304          ATOM2 Channel 6 Control Register
GTM_ATOM2_CH6_SR0 0xF010E308          ATOM2 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM2_CH6_SR1 0xF010E30C          ATOM2 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM2_CH6_CM0 0xF010E310          ATOM2 Channel 6 CCU0 Compare Register
GTM_ATOM2_CH6_CM1 0xF010E314          ATOM2 Channel 6 CCU1 Compare Register
GTM_ATOM2_CH6_CN0 0xF010E318          ATOM2 Channel 6 CCU0 Counter Register
GTM_ATOM2_CH6_STAT 0xF010E31C          ATOM2 Channel 6 Status Register
GTM_ATOM2_CH6_IRQ_NOTIFY 0xF010E320          ATOM2 Channel 6 Interrupt Notification Register
GTM_ATOM2_CH6_IRQ_EN 0xF010E324          ATOM2 Channel 6 Interrupt Enable Register
GTM_ATOM2_CH6_IRQ_FORCINT 0xF010E328          ATOM2 Channel 6 Software Interrupt Generation Register
GTM_ATOM2_CH6_IRQ_MODE 0xF010E32C          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH7_RDADDR 0xF010E380          ATOM2 Channel 7 ARU Read Address Register
GTM_ATOM2_CH7_CTRL 0xF010E384          ATOM2 Channel 7 Control Register
GTM_ATOM2_CH7_SR0 0xF010E388          ATOM2 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM2_CH7_SR1 0xF010E38C          ATOM2 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM2_CH7_CM0 0xF010E390          ATOM2 Channel 7 CCU0 Compare Register
GTM_ATOM2_CH7_CM1 0xF010E394          ATOM2 Channel 7 CCU1 Compare Register
GTM_ATOM2_CH7_CN0 0xF010E398          ATOM2 Channel 7 CCU0 Counter Register
GTM_ATOM2_CH7_STAT 0xF010E39C          ATOM2 Channel 7 Status Register
GTM_ATOM2_CH7_IRQ_NOTIFY 0xF010E3A0          ATOM2 Channel 7 Interrupt Notification Register
GTM_ATOM2_CH7_IRQ_EN 0xF010E3A4          ATOM2 Channel 7 Interrupt Enable Register
GTM_ATOM2_CH7_IRQ_FORCINT 0xF010E3A8          ATOM2 Channel 7 Software Interrupt Generation Register
GTM_ATOM2_CH7_IRQ_MODE 0xF010E3AC          ATOM2 IRQ Mode Configuration Register
GTM_ATOM3_CH0_RDADDR 0xF010E800          ATOM3 Channel 0 ARU Read Address Register
GTM_ATOM3_CH0_CTRL 0xF010E804          ATOM3 Channel 0 Control Register
GTM_ATOM3_CH0_SR0 0xF010E808          ATOM3 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM3_CH0_SR1 0xF010E80C          ATOM3 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM3_CH0_CM0 0xF010E810          ATOM3 Channel 0 CCU0 Compare Register
GTM_ATOM3_CH0_CM1 0xF010E814          ATOM3 Channel 0 CCU1 Compare Register
GTM_ATOM3_CH0_CN0 0xF010E818          ATOM3 Channel 0 CCU0 Counter Register
GTM_ATOM3_CH0_STAT 0xF010E81C          ATOM3 Channel 0 Status Register
GTM_ATOM3_CH0_IRQ_NOTIFY 0xF010E820          ATOM3 Channel 0 Interrupt Notification Register
GTM_ATOM3_CH0_IRQ_EN 0xF010E824          ATOM3 Channel 0 Interrupt Enable Register
GTM_ATOM3_CH0_IRQ_FORCINT 0xF010E828          ATOM3 Channel 0 Software Interrupt Generation Register
GTM_ATOM3_CH0_IRQ_MODE 0xF010E82C          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_AGC_GLB_CTRL 0xF010E840          ATOM3 AGC Global control register
GTM_ATOM3_AGC_ENDIS_CTRL 0xF010E844          ATOM3 AGC Enable/Disable Control Register
GTM_ATOM3_AGC_ENDIS_STAT 0xF010E848          ATOM3 AGC Enable/Disable Status Register
GTM_ATOM3_AGC_ACT_TB 0xF010E84C          TOM3 TGC0 Action Time Base Register
GTM_ATOM3_AGC_OUTEN_CTRL 0xF010E850          ATOM3 AGC Output Enable Control Register
GTM_ATOM3_AGC_OUTEN_STAT 0xF010E854          ATOM3 AGC Output Enable Status Register
GTM_ATOM3_AGC_FUPD_CTRL 0xF010E858          ATOM3 AGC Force Update Control Register
GTM_ATOM3_AGC_INT_TRIG 0xF010E85C          ATOM3 AGC Internal Trigger Control Register
GTM_ATOM3_CH1_RDADDR 0xF010E880          ATOM3 Channel 1 ARU Read Address Register
GTM_ATOM3_CH1_CTRL 0xF010E884          ATOM3 Channel 1 Control Register
GTM_ATOM3_CH1_SR0 0xF010E888          ATOM3 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM3_CH1_SR1 0xF010E88C          ATOM3 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM3_CH1_CM0 0xF010E890          ATOM3 Channel 1 CCU0 Compare Register
GTM_ATOM3_CH1_CM1 0xF010E894          ATOM3 Channel 1 CCU1 Compare Register
GTM_ATOM3_CH1_CN0 0xF010E898          ATOM3 Channel 1 CCU0 Counter Register
GTM_ATOM3_CH1_STAT 0xF010E89C          ATOM3 Channel 1 Status Register
GTM_ATOM3_CH1_IRQ_NOTIFY 0xF010E8A0          ATOM3 Channel 1 Interrupt Notification Register
GTM_ATOM3_CH1_IRQ_EN 0xF010E8A4          ATOM3 Channel 1 Interrupt Enable Register
GTM_ATOM3_CH1_IRQ_FORCINT 0xF010E8A8          ATOM3 Channel 1 Software Interrupt Generation Register
GTM_ATOM3_CH1_IRQ_MODE 0xF010E8AC          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH2_RDADDR 0xF010E900          ATOM3 Channel 2 ARU Read Address Register
GTM_ATOM3_CH2_CTRL 0xF010E904          ATOM3 Channel 2 Control Register
GTM_ATOM3_CH2_SR0 0xF010E908          ATOM3 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM3_CH2_SR1 0xF010E90C          ATOM3 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM3_CH2_CM0 0xF010E910          ATOM3 Channel 2 CCU0 Compare Register
GTM_ATOM3_CH2_CM1 0xF010E914          ATOM3 Channel 2 CCU1 Compare Register
GTM_ATOM3_CH2_CN0 0xF010E918          ATOM3 Channel 2 CCU0 Counter Register
GTM_ATOM3_CH2_STAT 0xF010E91C          ATOM3 Channel 2 Status Register
GTM_ATOM3_CH2_IRQ_NOTIFY 0xF010E920          ATOM3 Channel 2 Interrupt Notification Register
GTM_ATOM3_CH2_IRQ_EN 0xF010E924          ATOM3 Channel 2 Interrupt Enable Register
GTM_ATOM3_CH2_IRQ_FORCINT 0xF010E928          ATOM3 Channel 2 Software Interrupt Generation Register
GTM_ATOM3_CH2_IRQ_MODE 0xF010E92C          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH3_RDADDR 0xF010E980          ATOM3 Channel 3 ARU Read Address Register
GTM_ATOM3_CH3_CTRL 0xF010E984          ATOM3 Channel 3 Control Register
GTM_ATOM3_CH3_SR0 0xF010E988          ATOM3 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM3_CH3_SR1 0xF010E98C          ATOM3 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM3_CH3_CM0 0xF010E990          ATOM3 Channel 3 CCU0 Compare Register
GTM_ATOM3_CH3_CM1 0xF010E994          ATOM3 Channel 3 CCU1 Compare Register
GTM_ATOM3_CH3_CN0 0xF010E998          ATOM3 Channel 3 CCU0 Counter Register
GTM_ATOM3_CH3_STAT 0xF010E99C          ATOM3 Channel 3 Status Register
GTM_ATOM3_CH3_IRQ_NOTIFY 0xF010E9A0          ATOM3 Channel 3 Interrupt Notification Register
GTM_ATOM3_CH3_IRQ_EN 0xF010E9A4          ATOM3 Channel 3 Interrupt Enable Register
GTM_ATOM3_CH3_IRQ_FORCINT 0xF010E9A8          ATOM3 Channel 3 Software Interrupt Generation Register
GTM_ATOM3_CH3_IRQ_MODE 0xF010E9AC          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH4_RDADDR 0xF010EA00          ATOM3 Channel 4 ARU Read Address Register
GTM_ATOM3_CH4_CTRL 0xF010EA04          ATOM3 Channel 4 Control Register
GTM_ATOM3_CH4_SR0 0xF010EA08          ATOM3 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM3_CH4_SR1 0xF010EA0C          ATOM3 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM3_CH4_CM0 0xF010EA10          ATOM3 Channel 4 CCU0 Compare Register
GTM_ATOM3_CH4_CM1 0xF010EA14          ATOM3 Channel 4 CCU1 Compare Register
GTM_ATOM3_CH4_CN0 0xF010EA18          ATOM3 Channel 4 CCU0 Counter Register
GTM_ATOM3_CH4_STAT 0xF010EA1C          ATOM3 Channel 4 Status Register
GTM_ATOM3_CH4_IRQ_NOTIFY 0xF010EA20          ATOM3 Channel 4 Interrupt Notification Register
GTM_ATOM3_CH4_IRQ_EN 0xF010EA24          ATOM3 Channel 4 Interrupt Enable Register
GTM_ATOM3_CH4_IRQ_FORCINT 0xF010EA28          ATOM3 Channel 4 Software Interrupt Generation Register
GTM_ATOM3_CH4_IRQ_MODE 0xF010EA2C          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH5_RDADDR 0xF010EA80          ATOM3 Channel 5 ARU Read Address Register
GTM_ATOM3_CH5_CTRL 0xF010EA84          ATOM3 Channel 5 Control Register
GTM_ATOM3_CH5_SR0 0xF010EA88          ATOM3 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM3_CH5_SR1 0xF010EA8C          ATOM3 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM3_CH5_CM0 0xF010EA90          ATOM3 Channel 5 CCU0 Compare Register
GTM_ATOM3_CH5_CM1 0xF010EA94          ATOM3 Channel 5 CCU1 Compare Register
GTM_ATOM3_CH5_CN0 0xF010EA98          ATOM3 Channel 5 CCU0 Counter Register
GTM_ATOM3_CH5_STAT 0xF010EA9C          ATOM3 Channel 5 Status Register
GTM_ATOM3_CH5_IRQ_NOTIFY 0xF010EAA0          ATOM3 Channel 5 Interrupt Notification Register
GTM_ATOM3_CH5_IRQ_EN 0xF010EAA4          ATOM3 Channel 5 Interrupt Enable Register
GTM_ATOM3_CH5_IRQ_FORCINT 0xF010EAA8          ATOM3 Channel 5 Software Interrupt Generation Register
GTM_ATOM3_CH5_IRQ_MODE 0xF010EAAC          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH6_RDADDR 0xF010EB00          ATOM3 Channel 6 ARU Read Address Register
GTM_ATOM3_CH6_CTRL 0xF010EB04          ATOM3 Channel 6 Control Register
GTM_ATOM3_CH6_SR0 0xF010EB08          ATOM3 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM3_CH6_SR1 0xF010EB0C          ATOM3 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM3_CH6_CM0 0xF010EB10          ATOM3 Channel 6 CCU0 Compare Register
GTM_ATOM3_CH6_CM1 0xF010EB14          ATOM3 Channel 6 CCU1 Compare Register
GTM_ATOM3_CH6_CN0 0xF010EB18          ATOM3 Channel 6 CCU0 Counter Register
GTM_ATOM3_CH6_STAT 0xF010EB1C          ATOM3 Channel 6 Status Register
GTM_ATOM3_CH6_IRQ_NOTIFY 0xF010EB20          ATOM3 Channel 6 Interrupt Notification Register
GTM_ATOM3_CH6_IRQ_EN 0xF010EB24          ATOM3 Channel 6 Interrupt Enable Register
GTM_ATOM3_CH6_IRQ_FORCINT 0xF010EB28          ATOM3 Channel 6 Software Interrupt Generation Register
GTM_ATOM3_CH6_IRQ_MODE 0xF010EB2C          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH7_RDADDR 0xF010EB80          ATOM3 Channel 7 ARU Read Address Register
GTM_ATOM3_CH7_CTRL 0xF010EB84          ATOM3 Channel 7 Control Register
GTM_ATOM3_CH7_SR0 0xF010EB88          ATOM3 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM3_CH7_SR1 0xF010EB8C          ATOM3 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM3_CH7_CM0 0xF010EB90          ATOM3 Channel 7 CCU0 Compare Register
GTM_ATOM3_CH7_CM1 0xF010EB94          ATOM3 Channel 7 CCU1 Compare Register
GTM_ATOM3_CH7_CN0 0xF010EB98          ATOM3 Channel 7 CCU0 Counter Register
GTM_ATOM3_CH7_STAT 0xF010EB9C          ATOM3 Channel 7 Status Register
GTM_ATOM3_CH7_IRQ_NOTIFY 0xF010EBA0          ATOM3 Channel 7 Interrupt Notification Register
GTM_ATOM3_CH7_IRQ_EN 0xF010EBA4          ATOM3 Channel 7 Interrupt Enable Register
GTM_ATOM3_CH7_IRQ_FORCINT 0xF010EBA8          ATOM3 Channel 7 Software Interrupt Generation Register
GTM_ATOM3_CH7_IRQ_MODE 0xF010EBAC          ATOM3 IRQ Mode Configuration Register
GTM_ATOM4_CH0_RDADDR 0xF010F000          ATOM4 Channel 0 ARU Read Address Register
GTM_ATOM4_CH0_CTRL 0xF010F004          ATOM4 Channel 0 Control Register
GTM_ATOM4_CH0_SR0 0xF010F008          ATOM4 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM4_CH0_SR1 0xF010F00C          ATOM4 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM4_CH0_CM0 0xF010F010          ATOM4 Channel 0 CCU0 Compare Register
GTM_ATOM4_CH0_CM1 0xF010F014          ATOM4 Channel 0 CCU1 Compare Register
GTM_ATOM4_CH0_CN0 0xF010F018          ATOM4 Channel 0 CCU0 Counter Register
GTM_ATOM4_CH0_STAT 0xF010F01C          ATOM4 Channel 0 Status Register
GTM_ATOM4_CH0_IRQ_NOTIFY 0xF010F020          ATOM4 Channel 0 Interrupt Notification Register
GTM_ATOM4_CH0_IRQ_EN 0xF010F024          ATOM4 Channel 0 Interrupt Enable Register
GTM_ATOM4_CH0_IRQ_FORCINT 0xF010F028          ATOM4 Channel 0 Software Interrupt Generation Register
GTM_ATOM4_CH0_IRQ_MODE 0xF010F02C          ATOM4 IRQ Mode Configuration Register
GTM_ATOM4_AGC_GLB_CTRL 0xF010F040          ATOM4 AGC Global control register
GTM_ATOM4_AGC_ENDIS_CTRL 0xF010F044          ATOM4 AGC Enable/Disable Control Register
GTM_ATOM4_AGC_ENDIS_STAT 0xF010F048          ATOM4 AGC Enable/Disable Status Register
GTM_ATOM4_AGC_ACT_TB 0xF010F04C          TOM4 TGC0 Action Time Base Register
GTM_ATOM4_AGC_OUTEN_CTRL 0xF010F050          ATOM4 AGC Output Enable Control Register
GTM_ATOM4_AGC_OUTEN_STAT 0xF010F054          ATOM4 AGC Output Enable Status Register
GTM_ATOM4_AGC_FUPD_CTRL 0xF010F058          ATOM4 AGC Force Update Control Register
GTM_ATOM4_AGC_INT_TRIG 0xF010F05C          ATOM4 AGC Internal Trigger Control Register
GTM_ATOM4_CH1_RDADDR 0xF010F080          ATOM4 Channel 1 ARU Read Address Register
GTM_ATOM4_CH1_CTRL 0xF010F084          ATOM4 Channel 1 Control Register
GTM_ATOM4_CH1_SR0 0xF010F088          ATOM4 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM4_CH1_SR1 0xF010F08C          ATOM4 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM4_CH1_CM0 0xF010F090          ATOM4 Channel 1 CCU0 Compare Register
GTM_ATOM4_CH1_CM1 0xF010F094          ATOM4 Channel 1 CCU1 Compare Register
GTM_ATOM4_CH1_CN0 0xF010F098          ATOM4 Channel 1 CCU0 Counter Register
GTM_ATOM4_CH1_STAT 0xF010F09C          ATOM4 Channel 1 Status Register
GTM_ATOM4_CH1_IRQ_NOTIFY 0xF010F0A0          ATOM4 Channel 1 Interrupt Notification Register
GTM_ATOM4_CH1_IRQ_EN 0xF010F0A4          ATOM4 Channel 1 Interrupt Enable Register
GTM_ATOM4_CH1_IRQ_FORCINT 0xF010F0A8          ATOM4 Channel 1 Software Interrupt Generation Register
GTM_ATOM4_CH1_IRQ_MODE 0xF010F0AC          ATOM4 IRQ Mode Configuration Register
GTM_ATOM4_CH2_RDADDR 0xF010F100          ATOM4 Channel 2 ARU Read Address Register
GTM_ATOM4_CH2_CTRL 0xF010F104          ATOM4 Channel 2 Control Register
GTM_ATOM4_CH2_SR0 0xF010F108          ATOM4 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM4_CH2_SR1 0xF010F10C          ATOM4 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM4_CH2_CM0 0xF010F110          ATOM4 Channel 2 CCU0 Compare Register
GTM_ATOM4_CH2_CM1 0xF010F114          ATOM4 Channel 2 CCU1 Compare Register
GTM_ATOM4_CH2_CN0 0xF010F118          ATOM4 Channel 2 CCU0 Counter Register
GTM_ATOM4_CH2_STAT 0xF010F11C          ATOM4 Channel 2 Status Register
GTM_ATOM4_CH2_IRQ_NOTIFY 0xF010F120          ATOM4 Channel 2 Interrupt Notification Register
GTM_ATOM4_CH2_IRQ_EN 0xF010F124          ATOM4 Channel 2 Interrupt Enable Register
GTM_ATOM4_CH2_IRQ_FORCINT 0xF010F128          ATOM4 Channel 2 Software Interrupt Generation Register
GTM_ATOM4_CH2_IRQ_MODE 0xF010F12C          ATOM4 IRQ Mode Configuration Register
GTM_ATOM4_CH3_RDADDR 0xF010F180          ATOM4 Channel 3 ARU Read Address Register
GTM_ATOM4_CH3_CTRL 0xF010F184          ATOM4 Channel 3 Control Register
GTM_ATOM4_CH3_SR0 0xF010F188          ATOM4 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM4_CH3_SR1 0xF010F18C          ATOM4 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM4_CH3_CM0 0xF010F190          ATOM4 Channel 3 CCU0 Compare Register
GTM_ATOM4_CH3_CM1 0xF010F194          ATOM4 Channel 3 CCU1 Compare Register
GTM_ATOM4_CH3_CN0 0xF010F198          ATOM4 Channel 3 CCU0 Counter Register
GTM_ATOM4_CH3_STAT 0xF010F19C          ATOM4 Channel 3 Status Register
GTM_ATOM4_CH3_IRQ_NOTIFY 0xF010F1A0          ATOM4 Channel 3 Interrupt Notification Register
GTM_ATOM4_CH3_IRQ_EN 0xF010F1A4          ATOM4 Channel 3 Interrupt Enable Register
GTM_ATOM4_CH3_IRQ_FORCINT 0xF010F1A8          ATOM4 Channel 3 Software Interrupt Generation Register
GTM_ATOM4_CH3_IRQ_MODE 0xF010F1AC          ATOM4 IRQ Mode Configuration Register
GTM_ATOM4_CH4_RDADDR 0xF010F200          ATOM4 Channel 4 ARU Read Address Register
GTM_ATOM4_CH4_CTRL 0xF010F204          ATOM4 Channel 4 Control Register
GTM_ATOM4_CH4_SR0 0xF010F208          ATOM4 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM4_CH4_SR1 0xF010F20C          ATOM4 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM4_CH4_CM0 0xF010F210          ATOM4 Channel 4 CCU0 Compare Register
GTM_ATOM4_CH4_CM1 0xF010F214          ATOM4 Channel 4 CCU1 Compare Register
GTM_ATOM4_CH4_CN0 0xF010F218          ATOM4 Channel 4 CCU0 Counter Register
GTM_ATOM4_CH4_STAT 0xF010F21C          ATOM4 Channel 4 Status Register
GTM_ATOM4_CH4_IRQ_NOTIFY 0xF010F220          ATOM4 Channel 4 Interrupt Notification Register
GTM_ATOM4_CH4_IRQ_EN 0xF010F224          ATOM4 Channel 4 Interrupt Enable Register
GTM_ATOM4_CH4_IRQ_FORCINT 0xF010F228          ATOM4 Channel 4 Software Interrupt Generation Register
GTM_ATOM4_CH4_IRQ_MODE 0xF010F22C          ATOM4 IRQ Mode Configuration Register
GTM_ATOM4_CH5_RDADDR 0xF010F280          ATOM4 Channel 5 ARU Read Address Register
GTM_ATOM4_CH5_CTRL 0xF010F284          ATOM4 Channel 5 Control Register
GTM_ATOM4_CH5_SR0 0xF010F288          ATOM4 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM4_CH5_SR1 0xF010F28C          ATOM4 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM4_CH5_CM0 0xF010F290          ATOM4 Channel 5 CCU0 Compare Register
GTM_ATOM4_CH5_CM1 0xF010F294          ATOM4 Channel 5 CCU1 Compare Register
GTM_ATOM4_CH5_CN0 0xF010F298          ATOM4 Channel 5 CCU0 Counter Register
GTM_ATOM4_CH5_STAT 0xF010F29C          ATOM4 Channel 5 Status Register
GTM_ATOM4_CH5_IRQ_NOTIFY 0xF010F2A0          ATOM4 Channel 5 Interrupt Notification Register
GTM_ATOM4_CH5_IRQ_EN 0xF010F2A4          ATOM4 Channel 5 Interrupt Enable Register
GTM_ATOM4_CH5_IRQ_FORCINT 0xF010F2A8          ATOM4 Channel 5 Software Interrupt Generation Register
GTM_ATOM4_CH5_IRQ_MODE 0xF010F2AC          ATOM4 IRQ Mode Configuration Register
GTM_ATOM4_CH6_RDADDR 0xF010F300          ATOM4 Channel 6 ARU Read Address Register
GTM_ATOM4_CH6_CTRL 0xF010F304          ATOM4 Channel 6 Control Register
GTM_ATOM4_CH6_SR0 0xF010F308          ATOM4 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM4_CH6_SR1 0xF010F30C          ATOM4 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM4_CH6_CM0 0xF010F310          ATOM4 Channel 6 CCU0 Compare Register
GTM_ATOM4_CH6_CM1 0xF010F314          ATOM4 Channel 6 CCU1 Compare Register
GTM_ATOM4_CH6_CN0 0xF010F318          ATOM4 Channel 6 CCU0 Counter Register
GTM_ATOM4_CH6_STAT 0xF010F31C          ATOM4 Channel 6 Status Register
GTM_ATOM4_CH6_IRQ_NOTIFY 0xF010F320          ATOM4 Channel 6 Interrupt Notification Register
GTM_ATOM4_CH6_IRQ_EN 0xF010F324          ATOM4 Channel 6 Interrupt Enable Register
GTM_ATOM4_CH6_IRQ_FORCINT 0xF010F328          ATOM4 Channel 6 Software Interrupt Generation Register
GTM_ATOM4_CH6_IRQ_MODE 0xF010F32C          ATOM4 IRQ Mode Configuration Register
GTM_ATOM4_CH7_RDADDR 0xF010F380          ATOM4 Channel 7 ARU Read Address Register
GTM_ATOM4_CH7_CTRL 0xF010F384          ATOM4 Channel 7 Control Register
GTM_ATOM4_CH7_SR0 0xF010F388          ATOM4 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM4_CH7_SR1 0xF010F38C          ATOM4 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM4_CH7_CM0 0xF010F390          ATOM4 Channel 7 CCU0 Compare Register
GTM_ATOM4_CH7_CM1 0xF010F394          ATOM4 Channel 7 CCU1 Compare Register
GTM_ATOM4_CH7_CN0 0xF010F398          ATOM4 Channel 7 CCU0 Counter Register
GTM_ATOM4_CH7_STAT 0xF010F39C          ATOM4 Channel 7 Status Register
GTM_ATOM4_CH7_IRQ_NOTIFY 0xF010F3A0          ATOM4 Channel 7 Interrupt Notification Register
GTM_ATOM4_CH7_IRQ_EN 0xF010F3A4          ATOM4 Channel 7 Interrupt Enable Register
GTM_ATOM4_CH7_IRQ_FORCINT 0xF010F3A8          ATOM4 Channel 7 Software Interrupt Generation Register
GTM_ATOM4_CH7_IRQ_MODE 0xF010F3AC          ATOM4 IRQ Mode Configuration Register
GTM_F2A0_CH0_ARU_RD_FIFO 0xF0118000          F2A Read Channel Address Register
GTM_F2A0_CH1_ARU_RD_FIFO 0xF0118004          F2A Read Channel Address Register
GTM_F2A0_CH2_ARU_RD_FIFO 0xF0118008          F2A Read Channel Address Register
GTM_F2A0_CH3_ARU_RD_FIFO 0xF011800C          F2A Read Channel Address Register
GTM_F2A0_CH4_ARU_RD_FIFO 0xF0118010          F2A Read Channel Address Register
GTM_F2A0_CH5_ARU_RD_FIFO 0xF0118014          F2A Read Channel Address Register
GTM_F2A0_CH6_ARU_RD_FIFO 0xF0118018          F2A Read Channel Address Register
GTM_F2A0_CH7_ARU_RD_FIFO 0xF011801C          F2A Read Channel Address Register
GTM_F2A0_CH0_STR_CFG 0xF0118020          F2A Stream 0 Configuration Register
GTM_F2A0_CH1_STR_CFG 0xF0118024          F2A Stream 1 Configuration Register
GTM_F2A0_CH2_STR_CFG 0xF0118028          F2A Stream 2 Configuration Register
GTM_F2A0_CH3_STR_CFG 0xF011802C          F2A Stream 3 Configuration Register
GTM_F2A0_CH4_STR_CFG 0xF0118030          F2A Stream 4 Configuration Register
GTM_F2A0_CH5_STR_CFG 0xF0118034          F2A Stream 5 Configuration Register
GTM_F2A0_CH6_STR_CFG 0xF0118038          F2A Stream 6 Configuration Register
GTM_F2A0_CH7_STR_CFG 0xF011803C          F2A Stream 7 Configuration Register
GTM_F2A0_ENABLE 0xF0118040          F2A0 Stream Activation Register
GTM_AFD0_CH0_BUF_ACC 0xF0118080          AFD0 FIFO0 Channel 0 Buffer Access Register
GTM_AFD0_CH1_BUF_ACC 0xF0118090          AFD0 FIFO0 Channel 1 Buffer Access Register
GTM_AFD0_CH2_BUF_ACC 0xF01180A0          AFD0 FIFO0 Channel 2 Buffer Access Register
GTM_AFD0_CH3_BUF_ACC 0xF01180B0          AFD0 FIFO0 Channel 3 Buffer Access Register
GTM_AFD0_CH4_BUF_ACC 0xF01180C0          AFD0 FIFO0 Channel 4 Buffer Access Register
GTM_AFD0_CH5_BUF_ACC 0xF01180D0          AFD0 FIFO0 Channel 5 Buffer Access Register
GTM_AFD0_CH6_BUF_ACC 0xF01180E0          AFD0 FIFO0 Channel 6 Buffer Access Register
GTM_AFD0_CH7_BUF_ACC 0xF01180F0          AFD0 FIFO0 Channel 7 Buffer Access Register
GTM_FIFO0_CH0_CTRL 0xF0118400          FIFO0 Channel 0 Control Register
GTM_FIFO0_CH0_END_ADDR 0xF0118404          FIFO0 Channel 0 End Address Register
GTM_FIFO0_CH0_START_ADDR 0xF0118408          FIFO0 Channel 0 Start Address Register
GTM_FIFO0_CH0_UPPER_WM 0xF011840C          FIFO0 Channel 0 Upper Watermark Register
GTM_FIFO0_CH0_LOWER_WM 0xF0118410          FIFO0 Channel 0 Lower Watermark Register
GTM_FIFO0_CH0_STATUS 0xF0118414          FIFO0 Channel 0 Status Register
GTM_FIFO0_CH0_FILL_LEVEL 0xF0118418          FIFO0 Channel 0 Fill Level Register
GTM_FIFO0_CH0_WR_PTR 0xF011841C          FIFO0 Channel 0 Write Pointer Register
GTM_FIFO0_CH0_RD_PTR 0xF0118420          FIFO0 Channel 0 Read Pointer Register
GTM_FIFO0_CH0_IRQ_NOTIFY 0xF0118424          FIFO0 Channel 0 Interrupt Notification Register
GTM_FIFO0_CH0_IRQ_EN 0xF0118428          FIFO0 Channel 0 Interrupt Enable Register
GTM_FIFO0_CH0_IRQ_FORCINT 0xF011842C          FIFO0 Channel 0 Force Interrupt By Software Register
GTM_FIFO0_CH0_IRQ_MODE 0xF0118430          FIFO0 Channel 0 IRQ Mode Control Register
GTM_FIFO0_CH0_EIRQ_EN 0xF0118434          FIFO0 Channel 0 Error Interrupt Enable Register
GTM_FIFO0_CH1_CTRL 0xF0118440          FIFO0 Channel 1 Control Register
GTM_FIFO0_CH1_END_ADDR 0xF0118444          FIFO0 Channel 1 End Address Register
GTM_FIFO0_CH1_START_ADDR 0xF0118448          FIFO0 Channel 1 Start Address Register
GTM_FIFO0_CH1_UPPER_WM 0xF011844C          FIFO0 Channel 1 Upper Watermark Register
GTM_FIFO0_CH1_LOWER_WM 0xF0118450          FIFO0 Channel 1 Lower Watermark Register
GTM_FIFO0_CH1_STATUS 0xF0118454          FIFO0 Channel 1 Status Register
GTM_FIFO0_CH1_FILL_LEVEL 0xF0118458          FIFO0 Channel 1 Fill Level Register
GTM_FIFO0_CH1_WR_PTR 0xF011845C          FIFO0 Channel 1 Write Pointer Register
GTM_FIFO0_CH1_RD_PTR 0xF0118460          FIFO0 Channel 1 Read Pointer Register
GTM_FIFO0_CH1_IRQ_NOTIFY 0xF0118464          FIFO0 Channel 1 Interrupt Notification Register
GTM_FIFO0_CH1_IRQ_EN 0xF0118468          FIFO0 Channel 1 Interrupt Enable Register
GTM_FIFO0_CH1_IRQ_FORCINT 0xF011846C          FIFO0 Channel 1 Force Interrupt By Software Register
GTM_FIFO0_CH1_IRQ_MODE 0xF0118470          FIFO0 Channel 1 IRQ Mode Control Register
GTM_FIFO0_CH1_EIRQ_EN 0xF0118474          FIFO0 Channel 1 Error Interrupt Enable Register
GTM_FIFO0_CH2_CTRL 0xF0118480          FIFO0 Channel 2 Control Register
GTM_FIFO0_CH2_END_ADDR 0xF0118484          FIFO0 Channel 2 End Address Register
GTM_FIFO0_CH2_START_ADDR 0xF0118488          FIFO0 Channel 2 Start Address Register
GTM_FIFO0_CH2_UPPER_WM 0xF011848C          FIFO0 Channel 2 Upper Watermark Register
GTM_FIFO0_CH2_LOWER_WM 0xF0118490          FIFO0 Channel 2 Lower Watermark Register
GTM_FIFO0_CH2_STATUS 0xF0118494          FIFO0 Channel 2 Status Register
GTM_FIFO0_CH2_FILL_LEVEL 0xF0118498          FIFO0 Channel 2 Fill Level Register
GTM_FIFO0_CH2_WR_PTR 0xF011849C          FIFO0 Channel 2 Write Pointer Register
GTM_FIFO0_CH2_RD_PTR 0xF01184A0          FIFO0 Channel 2 Read Pointer Register
GTM_FIFO0_CH2_IRQ_NOTIFY 0xF01184A4          FIFO0 Channel 2 Interrupt Notification Register
GTM_FIFO0_CH2_IRQ_EN 0xF01184A8          FIFO0 Channel 2 Interrupt Enable Register
GTM_FIFO0_CH2_IRQ_FORCINT 0xF01184AC          FIFO0 Channel 2 Force Interrupt By Software Register
GTM_FIFO0_CH2_IRQ_MODE 0xF01184B0          FIFO0 Channel 2 IRQ Mode Control Register
GTM_FIFO0_CH2_EIRQ_EN 0xF01184B4          FIFO0 Channel 2 Error Interrupt Enable Register
GTM_FIFO0_CH3_CTRL 0xF01184C0          FIFO0 Channel 3 Control Register
GTM_FIFO0_CH3_END_ADDR 0xF01184C4          FIFO0 Channel 3 End Address Register
GTM_FIFO0_CH3_START_ADDR 0xF01184C8          FIFO0 Channel 3 Start Address Register
GTM_FIFO0_CH3_UPPER_WM 0xF01184CC          FIFO0 Channel 3 Upper Watermark Register
GTM_FIFO0_CH3_LOWER_WM 0xF01184D0          FIFO0 Channel 3 Lower Watermark Register
GTM_FIFO0_CH3_STATUS 0xF01184D4          FIFO0 Channel 3 Status Register
GTM_FIFO0_CH3_FILL_LEVEL 0xF01184D8          FIFO0 Channel 3 Fill Level Register
GTM_FIFO0_CH3_WR_PTR 0xF01184DC          FIFO0 Channel 3 Write Pointer Register
GTM_FIFO0_CH3_RD_PTR 0xF01184E0          FIFO0 Channel 3 Read Pointer Register
GTM_FIFO0_CH3_IRQ_NOTIFY 0xF01184E4          FIFO0 Channel 3 Interrupt Notification Register
GTM_FIFO0_CH3_IRQ_EN 0xF01184E8          FIFO0 Channel 3 Interrupt Enable Register
GTM_FIFO0_CH3_IRQ_FORCINT 0xF01184EC          FIFO0 Channel 3 Force Interrupt By Software Register
GTM_FIFO0_CH3_IRQ_MODE 0xF01184F0          FIFO0 Channel 3 IRQ Mode Control Register
GTM_FIFO0_CH3_EIRQ_EN 0xF01184F4          FIFO0 Channel 3 Error Interrupt Enable Register
GTM_FIFO0_CH4_CTRL 0xF0118500          FIFO0 Channel 4 Control Register
GTM_FIFO0_CH4_END_ADDR 0xF0118504          FIFO0 Channel 4 End Address Register
GTM_FIFO0_CH4_START_ADDR 0xF0118508          FIFO0 Channel 4 Start Address Register
GTM_FIFO0_CH4_UPPER_WM 0xF011850C          FIFO0 Channel 4 Upper Watermark Register
GTM_FIFO0_CH4_LOWER_WM 0xF0118510          FIFO0 Channel 4 Lower Watermark Register
GTM_FIFO0_CH4_STATUS 0xF0118514          FIFO0 Channel 4 Status Register
GTM_FIFO0_CH4_FILL_LEVEL 0xF0118518          FIFO0 Channel 4 Fill Level Register
GTM_FIFO0_CH4_WR_PTR 0xF011851C          FIFO0 Channel 4 Write Pointer Register
GTM_FIFO0_CH4_RD_PTR 0xF0118520          FIFO0 Channel 4 Read Pointer Register
GTM_FIFO0_CH4_IRQ_NOTIFY 0xF0118524          FIFO0 Channel 4 Interrupt Notification Register
GTM_FIFO0_CH4_IRQ_EN 0xF0118528          FIFO0 Channel 4 Interrupt Enable Register
GTM_FIFO0_CH4_IRQ_FORCINT 0xF011852C          FIFO0 Channel 4 Force Interrupt By Software Register
GTM_FIFO0_CH4_IRQ_MODE 0xF0118530          FIFO0 Channel 4 IRQ Mode Control Register
GTM_FIFO0_CH4_EIRQ_EN 0xF0118534          FIFO0 Channel 4 Error Interrupt Enable Register
GTM_FIFO0_CH5_CTRL 0xF0118540          FIFO0 Channel 5 Control Register
GTM_FIFO0_CH5_END_ADDR 0xF0118544          FIFO0 Channel 5 End Address Register
GTM_FIFO0_CH5_START_ADDR 0xF0118548          FIFO0 Channel 5 Start Address Register
GTM_FIFO0_CH5_UPPER_WM 0xF011854C          FIFO0 Channel 5 Upper Watermark Register
GTM_FIFO0_CH5_LOWER_WM 0xF0118550          FIFO0 Channel 5 Lower Watermark Register
GTM_FIFO0_CH5_STATUS 0xF0118554          FIFO0 Channel 5 Status Register
GTM_FIFO0_CH5_FILL_LEVEL 0xF0118558          FIFO0 Channel 5 Fill Level Register
GTM_FIFO0_CH5_WR_PTR 0xF011855C          FIFO0 Channel 5 Write Pointer Register
GTM_FIFO0_CH5_RD_PTR 0xF0118560          FIFO0 Channel 5 Read Pointer Register
GTM_FIFO0_CH5_IRQ_NOTIFY 0xF0118564          FIFO0 Channel 5 Interrupt Notification Register
GTM_FIFO0_CH5_IRQ_EN 0xF0118568          FIFO0 Channel 5 Interrupt Enable Register
GTM_FIFO0_CH5_IRQ_FORCINT 0xF011856C          FIFO0 Channel 5 Force Interrupt By Software Register
GTM_FIFO0_CH5_IRQ_MODE 0xF0118570          FIFO0 Channel 5 IRQ Mode Control Register
GTM_FIFO0_CH5_EIRQ_EN 0xF0118574          FIFO0 Channel 5 Error Interrupt Enable Register
GTM_FIFO0_CH6_CTRL 0xF0118580          FIFO0 Channel 6 Control Register
GTM_FIFO0_CH6_END_ADDR 0xF0118584          FIFO0 Channel 6 End Address Register
GTM_FIFO0_CH6_START_ADDR 0xF0118588          FIFO0 Channel 6 Start Address Register
GTM_FIFO0_CH6_UPPER_WM 0xF011858C          FIFO0 Channel 6 Upper Watermark Register
GTM_FIFO0_CH6_LOWER_WM 0xF0118590          FIFO0 Channel 6 Lower Watermark Register
GTM_FIFO0_CH6_STATUS 0xF0118594          FIFO0 Channel 6 Status Register
GTM_FIFO0_CH6_FILL_LEVEL 0xF0118598          FIFO0 Channel 6 Fill Level Register
GTM_FIFO0_CH6_WR_PTR 0xF011859C          FIFO0 Channel 6 Write Pointer Register
GTM_FIFO0_CH6_RD_PTR 0xF01185A0          FIFO0 Channel 6 Read Pointer Register
GTM_FIFO0_CH6_IRQ_NOTIFY 0xF01185A4          FIFO0 Channel 6 Interrupt Notification Register
GTM_FIFO0_CH6_IRQ_EN 0xF01185A8          FIFO0 Channel 6 Interrupt Enable Register
GTM_FIFO0_CH6_IRQ_FORCINT 0xF01185AC          FIFO0 Channel 6 Force Interrupt By Software Register
GTM_FIFO0_CH6_IRQ_MODE 0xF01185B0          FIFO0 Channel 6 IRQ Mode Control Register
GTM_FIFO0_CH6_EIRQ_EN 0xF01185B4          FIFO0 Channel 6 Error Interrupt Enable Register
GTM_FIFO0_CH7_CTRL 0xF01185C0          FIFO0 Channel 7 Control Register
GTM_FIFO0_CH7_END_ADDR 0xF01185C4          FIFO0 Channel 7 End Address Register
GTM_FIFO0_CH7_START_ADDR 0xF01185C8          FIFO0 Channel 7 Start Address Register
GTM_FIFO0_CH7_UPPER_WM 0xF01185CC          FIFO0 Channel 7 Upper Watermark Register
GTM_FIFO0_CH7_LOWER_WM 0xF01185D0          FIFO0 Channel 7 Lower Watermark Register
GTM_FIFO0_CH7_STATUS 0xF01185D4          FIFO0 Channel 7 Status Register
GTM_FIFO0_CH7_FILL_LEVEL 0xF01185D8          FIFO0 Channel 7 Fill Level Register
GTM_FIFO0_CH7_WR_PTR 0xF01185DC          FIFO0 Channel 7 Write Pointer Register
GTM_FIFO0_CH7_RD_PTR 0xF01185E0          FIFO0 Channel 7 Read Pointer Register
GTM_FIFO0_CH7_IRQ_NOTIFY 0xF01185E4          FIFO0 Channel 7 Interrupt Notification Register
GTM_FIFO0_CH7_IRQ_EN 0xF01185E8          FIFO0 Channel 7 Interrupt Enable Register
GTM_FIFO0_CH7_IRQ_FORCINT 0xF01185EC          FIFO0 Channel 7 Force Interrupt By Software Register
GTM_FIFO0_CH7_IRQ_MODE 0xF01185F0          FIFO0 Channel 7 IRQ Mode Control Register
GTM_FIFO0_CH7_EIRQ_EN 0xF01185F4          FIFO0 Channel 7 Error Interrupt Enable Register
GTM_DPLL_CTRL_0 0xF0128000          DPLL Control Register 0
GTM_DPLL_CTRL_1 0xF0128004          DPLL Control Register 1
GTM_DPLL_CTRL_2 0xF0128008          DPLL Control Register 2
GTM_DPLL_CTRL_3 0xF012800C          DPLL Control Register 3
GTM_DPLL_CTRL_4 0xF0128010          DPLL Control Register 4
GTM_DPLL_ACT_STA 0xF0128018          DPLL ACTION Status Register With Shadow Register
GTM_DPLL_OSW    0xF012801C          DPLL Offset And Switch Old/New Address Register
GTM_DPLL_AOSV_2 0xF0128020          DPLL Address Offset Register For APT In RAM Region 2
GTM_DPLL_APT    0xF0128024          DPLL Actual RAM Pointer to RAM Regions 2A, B and D
GTM_DPLL_APS    0xF0128028          DPLL Actual RAM Pointer to RAM Regions 1C1, 1C2 and 1C4
GTM_DPLL_APT_2C 0xF012802C          DPLL Actual RAM Pointer to RAM Region 2C
GTM_DPLL_APS_1C3 0xF0128030          DPLL Actual RAM Pointer to RAM Region 1C3
GTM_DPLL_NUTC   0xF0128034          DPLL Number of Recent TRIGGER Events Used for Calculations
GTM_DPLL_NUSC   0xF0128038          DPLL Number of Recent STATE Events Used for Calculations
GTM_DPLL_NTI_CNT 0xF012803C          DPLL Number of Active TRIGGER Events to Interrupt
GTM_DPLL_IRQ_NOTIFY 0xF0128040          DPLL Interrupt Notification Register
GTM_DPLL_IRQ_EN 0xF0128044          DPLL Interrupt Enable Register
GTM_DPLL_IRQ_FORCINT 0xF0128048          DPLL Interrupt Force Register
GTM_DPLL_IRQ_MODE 0xF012804C          DPLL Interrupt Mode Register
GTM_DPLL_EIRQ_EN 0xF0128050          DPLL Error Interrupt Enable Register
GTM_DPLL_INC_CNT1 0xF01280B0          DPLL Counter for Pulses for TBU_TS1 to be sent in Automatic End Mode
GTM_DPLL_INC_CNT2 0xF01280B4          DPLL Counter for Pulses for TBU_TS2 to be sent in Automatic End Mode when SMC=RMO=1
GTM_DPLL_APT_SYNC 0xF01280B8          DPLL Old RAM Pointer and Offset Value for TRIGGER
GTM_DPLL_APS_SYNC 0xF01280BC          DPLL Old RAM Pointer and Offset Value for STATE
GTM_DPLL_TBU_TS0_T 0xF01280C0          DPLL TBU_TS0 Value at last TRIGGER Event
GTM_DPLL_TBU_TS0_S 0xF01280C4          DPLL TBU_TS0 Value at last STATE Event
GTM_DPLL_ADD_IN_LD1 0xF01280C8          DPLL Direct Load Input Value for SUB_INC1
GTM_DPLL_ADD_IN_LD2 0xF01280CC          DPLL Direct Load Input Value for SUB_INC1
GTM_DPLL_STATUS 0xF01280FC          DPLL Status Register
GTM_DPLL_ID_PMTR_0 0xF0128100          DPLL ID Information For Input Signal PMTR 0 Register
GTM_DPLL_ID_PMTR_1 0xF0128104          DPLL ID Information For Input Signal PMTR 1 Register
GTM_DPLL_ID_PMTR_2 0xF0128108          DPLL ID Information For Input Signal PMTR 2 Register
GTM_DPLL_ID_PMTR_3 0xF012810C          DPLL ID Information For Input Signal PMTR 3 Register
GTM_DPLL_ID_PMTR_4 0xF0128110          DPLL ID Information For Input Signal PMTR 4 Register
GTM_DPLL_ID_PMTR_5 0xF0128114          DPLL ID Information For Input Signal PMTR 5 Register
GTM_DPLL_ID_PMTR_6 0xF0128118          DPLL ID Information For Input Signal PMTR 6 Register
GTM_DPLL_ID_PMTR_7 0xF012811C          DPLL ID Information For Input Signal PMTR 7 Register
GTM_DPLL_ID_PMTR_8 0xF0128120          DPLL ID Information For Input Signal PMTR 8 Register
GTM_DPLL_ID_PMTR_9 0xF0128124          DPLL ID Information For Input Signal PMTR 9 Register
GTM_DPLL_ID_PMTR_10 0xF0128128          DPLL ID Information For Input Signal PMTR 10 Register
GTM_DPLL_ID_PMTR_11 0xF012812C          DPLL ID Information For Input Signal PMTR 11 Register
GTM_DPLL_ID_PMTR_12 0xF0128130          DPLL ID Information For Input Signal PMTR 12 Register
GTM_DPLL_ID_PMTR_13 0xF0128134          DPLL ID Information For Input Signal PMTR 13 Register
GTM_DPLL_ID_PMTR_14 0xF0128138          DPLL ID Information For Input Signal PMTR 14 Register
GTM_DPLL_ID_PMTR_15 0xF012813C          DPLL ID Information For Input Signal PMTR 15 Register
GTM_DPLL_ID_PMTR_16 0xF0128140          DPLL ID Information For Input Signal PMTR 16 Register
GTM_DPLL_ID_PMTR_17 0xF0128144          DPLL ID Information For Input Signal PMTR 17 Register
GTM_DPLL_ID_PMTR_18 0xF0128148          DPLL ID Information For Input Signal PMTR 18 Register
GTM_DPLL_ID_PMTR_19 0xF012814C          DPLL ID Information For Input Signal PMTR 19 Register
GTM_DPLL_ID_PMTR_20 0xF0128150          DPLL ID Information For Input Signal PMTR 20 Register
GTM_DPLL_ID_PMTR_21 0xF0128154          DPLL ID Information For Input Signal PMTR 21 Register
GTM_DPLL_ID_PMTR_22 0xF0128158          DPLL ID Information For Input Signal PMTR 22 Register
GTM_DPLL_ID_PMTR_23 0xF012815C          DPLL ID Information For Input Signal PMTR 23 Register
GTM_DPLL_CTRL_0_SHADOW_TRIGGER 0xF01281E0          DPLL Control0 Shadow Trigger Register
GTM_DPLL_CTRL_0_SHADOW_STATE 0xF01281E4          DPLL Control 0 Shadow STATE Register
GTM_DPLL_CTRL_1_SHADOW_TRIGGER 0xF01281E8          DPLL Control 1 Shadow TRIGGER Register
GTM_DPLL_CRTL_1_SHADOW_STATE 0xF01281EC          DPLL Control 1 Shadow STATE Register
GTM_DPLL_RAM_INI 0xF01281FC          DPLL RAM Initatlisation Register
GTM_DPLL_PSA0   0xF0128200          DPLL ACTION_0 Position/Value Action Request Register
GTM_DPLL_PSA1   0xF0128204          DPLL ACTION_1 Position/Value Action Request Register
GTM_DPLL_PSA2   0xF0128208          DPLL ACTION_2 Position/Value Action Request Register
GTM_DPLL_PSA3   0xF012820C          DPLL ACTION_3 Position/Value Action Request Register
GTM_DPLL_PSA4   0xF0128210          DPLL ACTION_4 Position/Value Action Request Register
GTM_DPLL_PSA5   0xF0128214          DPLL ACTION_5 Position/Value Action Request Register
GTM_DPLL_PSA6   0xF0128218          DPLL ACTION_6 Position/Value Action Request Register
GTM_DPLL_PSA7   0xF012821C          DPLL ACTION_7 Position/Value Action Request Register
GTM_DPLL_PSA8   0xF0128220          DPLL ACTION_8 Position/Value Action Request Register
GTM_DPLL_PSA9   0xF0128224          DPLL ACTION_9 Position/Value Action Request Register
GTM_DPLL_PSA10  0xF0128228          DPLL ACTION_10 Position/Value Action Request Register
GTM_DPLL_PSA11  0xF012822C          DPLL ACTION_11 Position/Value Action Request Register
GTM_DPLL_PSA12  0xF0128230          DPLL ACTION_12 Position/Value Action Request Register
GTM_DPLL_PSA13  0xF0128234          DPLL ACTION_13 Position/Value Action Request Register
GTM_DPLL_PSA14  0xF0128238          DPLL ACTION_14 Position/Value Action Request Register
GTM_DPLL_PSA15  0xF012823C          DPLL ACTION_15 Position/Value Action Request Register
GTM_DPLL_PSA16  0xF0128240          DPLL ACTION_16 Position/Value Action Request Register
GTM_DPLL_PSA17  0xF0128244          DPLL ACTION_17 Position/Value Action Request Register
GTM_DPLL_PSA18  0xF0128248          DPLL ACTION_18 Position/Value Action Request Register
GTM_DPLL_PSA19  0xF012824C          DPLL ACTION_19 Position/Value Action Request Register
GTM_DPLL_PSA20  0xF0128250          DPLL ACTION_20 Position/Value Action Request Register
GTM_DPLL_PSA21  0xF0128254          DPLL ACTION_21 Position/Value Action Request Register
GTM_DPLL_PSA22  0xF0128258          DPLL ACTION_22 Position/Value Action Request Register
GTM_DPLL_PSA23  0xF012825C          DPLL ACTION_23 Position/Value Action Request Register
GTM_DPLL_DLA0   0xF0128280          DPLL ACTION_0 Time To React Before PSAi Register
GTM_DPLL_DLA1   0xF0128284          DPLL ACTION_1 Time To React Before PSAi Register
GTM_DPLL_DLA2   0xF0128288          DPLL ACTION_2 Time To React Before PSAi Register
GTM_DPLL_DLA3   0xF012828C          DPLL ACTION_3 Time To React Before PSAi Register
GTM_DPLL_DLA4   0xF0128290          DPLL ACTION_4 Time To React Before PSAi Register
GTM_DPLL_DLA5   0xF0128294          DPLL ACTION_5 Time To React Before PSAi Register
GTM_DPLL_DLA6   0xF0128298          DPLL ACTION_6 Time To React Before PSAi Register
GTM_DPLL_DLA7   0xF012829C          DPLL ACTION_7 Time To React Before PSAi Register
GTM_DPLL_DLA8   0xF01282A0          DPLL ACTION_8 Time To React Before PSAi Register
GTM_DPLL_DLA9   0xF01282A4          DPLL ACTION_9 Time To React Before PSAi Register
GTM_DPLL_DLA10  0xF01282A8          DPLL ACTION_10 Time To React Before PSAi Register
GTM_DPLL_DLA11  0xF01282AC          DPLL ACTION_11 Time To React Before PSAi Register
GTM_DPLL_DLA12  0xF01282B0          DPLL ACTION_12 Time To React Before PSAi Register
GTM_DPLL_DLA13  0xF01282B4          DPLL ACTION_13 Time To React Before PSAi Register
GTM_DPLL_DLA14  0xF01282B8          DPLL ACTION_14 Time To React Before PSAi Register
GTM_DPLL_DLA15  0xF01282BC          DPLL ACTION_15 Time To React Before PSAi Register
GTM_DPLL_DLA16  0xF01282C0          DPLL ACTION_16 Time To React Before PSAi Register
GTM_DPLL_DLA17  0xF01282C4          DPLL ACTION_17 Time To React Before PSAi Register
GTM_DPLL_DLA18  0xF01282C8          DPLL ACTION_18 Time To React Before PSAi Register
GTM_DPLL_DLA19  0xF01282CC          DPLL ACTION_19 Time To React Before PSAi Register
GTM_DPLL_DLA20  0xF01282D0          DPLL ACTION_20 Time To React Before PSAi Register
GTM_DPLL_DLA21  0xF01282D4          DPLL ACTION_21 Time To React Before PSAi Register
GTM_DPLL_DLA22  0xF01282D8          DPLL ACTION_22 Time To React Before PSAi Register
GTM_DPLL_DLA23  0xF01282DC          DPLL ACTION_23 Time To React Before PSAi Register
GTM_DPLL_NA0    0xF0128300          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_0
GTM_DPLL_NA1    0xF0128304          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_1
GTM_DPLL_NA2    0xF0128308          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_2
GTM_DPLL_NA3    0xF012830C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_3
GTM_DPLL_NA4    0xF0128310          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_4
GTM_DPLL_NA5    0xF0128314          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_5
GTM_DPLL_NA6    0xF0128318          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_6
GTM_DPLL_NA7    0xF012831C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_7
GTM_DPLL_NA8    0xF0128320          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_8
GTM_DPLL_NA9    0xF0128324          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_9
GTM_DPLL_NA10   0xF0128328          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_10
GTM_DPLL_NA11   0xF012832C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_11
GTM_DPLL_NA12   0xF0128330          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_12
GTM_DPLL_NA13   0xF0128334          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_13
GTM_DPLL_NA14   0xF0128338          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_14
GTM_DPLL_NA15   0xF012833C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_15
GTM_DPLL_NA16   0xF0128340          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_16
GTM_DPLL_NA17   0xF0128344          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_17
GTM_DPLL_NA18   0xF0128348          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_18
GTM_DPLL_NA19   0xF012834C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_19
GTM_DPLL_NA20   0xF0128350          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_20
GTM_DPLL_NA21   0xF0128354          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_21
GTM_DPLL_NA22   0xF0128358          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_22
GTM_DPLL_NA23   0xF012835C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_23
GTM_DPLL_DTA0   0xF0128380          DPLL Calculated Relat0ve Time To ACTION_i Register
GTM_DPLL_DTA1   0xF0128384          DPLL Calculated Relat1ve Time To ACTION_i Register
GTM_DPLL_DTA2   0xF0128388          DPLL Calculated Relat2ve Time To ACTION_i Register
GTM_DPLL_DTA3   0xF012838C          DPLL Calculated Relat3ve Time To ACTION_i Register
GTM_DPLL_DTA4   0xF0128390          DPLL Calculated Relat4ve Time To ACTION_i Register
GTM_DPLL_DTA5   0xF0128394          DPLL Calculated Relat5ve Time To ACTION_i Register
GTM_DPLL_DTA6   0xF0128398          DPLL Calculated Relat6ve Time To ACTION_i Register
GTM_DPLL_DTA7   0xF012839C          DPLL Calculated Relat7ve Time To ACTION_i Register
GTM_DPLL_DTA8   0xF01283A0          DPLL Calculated Relat8ve Time To ACTION_i Register
GTM_DPLL_DTA9   0xF01283A4          DPLL Calculated Relat9ve Time To ACTION_i Register
GTM_DPLL_DTA10  0xF01283A8          DPLL Calculated Relat10ve Time To ACTION_i Register
GTM_DPLL_DTA11  0xF01283AC          DPLL Calculated Relat11ve Time To ACTION_i Register
GTM_DPLL_DTA12  0xF01283B0          DPLL Calculated Relat12ve Time To ACTION_i Register
GTM_DPLL_DTA13  0xF01283B4          DPLL Calculated Relat13ve Time To ACTION_i Register
GTM_DPLL_DTA14  0xF01283B8          DPLL Calculated Relat14ve Time To ACTION_i Register
GTM_DPLL_DTA15  0xF01283BC          DPLL Calculated Relat15ve Time To ACTION_i Register
GTM_DPLL_DTA16  0xF01283C0          DPLL Calculated Relat16ve Time To ACTION_i Register
GTM_DPLL_DTA17  0xF01283C4          DPLL Calculated Relat17ve Time To ACTION_i Register
GTM_DPLL_DTA18  0xF01283C8          DPLL Calculated Relat18ve Time To ACTION_i Register
GTM_DPLL_DTA19  0xF01283CC          DPLL Calculated Relat19ve Time To ACTION_i Register
GTM_DPLL_DTA20  0xF01283D0          DPLL Calculated Relat20ve Time To ACTION_i Register
GTM_DPLL_DTA21  0xF01283D4          DPLL Calculated Relat21ve Time To ACTION_i Register
GTM_DPLL_DTA22  0xF01283D8          DPLL Calculated Relat22ve Time To ACTION_i Register
GTM_DPLL_DTA23  0xF01283DC          DPLL Calculated Relat23ve Time To ACTION_i Register
GTM_DPLL_TS_T_0 0xF0128400          DPLL Actual Signal TRIGGER Time Stamp Register
GTM_DPLL_TS_T_1 0xF0128404          DPLL Actual Signal TRIGGER Time Stamp Register
GTM_DPLL_FTV_T  0xF0128408          DPLL Actual Signal TRIGGER Filter Value Register
GTM_DPLL_TS_S_0 0xF0128410          DPLL Actual Signal STATE Time Stamp Register
GTM_DPLL_TS_S_1 0xF0128414          DPLL Actual Signal STATE Time Stamp Register
GTM_DPLL_FTV_S  0xF0128418          DPLL Actual Signal STATE Filter Value Register
GTM_DPLL_THMI   0xF0128420          DPLL TRIGGER hold time min value
GTM_DPLL_THMA   0xF0128424          DPLL TRIGGER Hold Time Max Value
GTM_DPLL_THVAL  0xF0128428          DPLL Measured Last Pulse Time from Valid to Invalid TRIGGER Slope
GTM_DPLL_TOV    0xF0128430          DPLL Time Out Value of active TRIGGER Slope
GTM_DPLL_TOV_S  0xF0128434          DPLL Time Out Value of active STATE Slope
GTM_DPLL_ADD_IN_CAL1 0xF0128438          DPLL Calculated ADD_IN Value for SUB_INC1 Generation
GTM_DPLL_ADD_IN_CAL2 0xF012843C          DPLL Calculated ADD_IN Value for SUB_INC2 Generation
GTM_DPLL_MPVAL1 0xF0128440          DPLL Missing Pulses to be Added/Subtracted Directly to SUB_INC1 and INC_CNT1 Once
GTM_DPLL_MPVAL2 0xF0128444          DPLL Missing Pulses to be Added/Subtracted Directly to SUB_INC2 and INC_CNT2 Once
GTM_DPLL_NMB_T_TAR 0xF0128448          DPLL Target Number of Pulses to be sent in normal mode Register
GTM_DPLL_NMB_T_TAR_OLD 0xF012844C          DPLL Target Number of Pulses to be sent in normal mode Register
GTM_DPLL_NMB_S_TAR 0xF0128450          DPLL Target Number of Pulses to be sent in emergency mode Register
GTM_DPLL_NMB_S_TAR_OLD 0xF0128454          DPLL Target Number of Pulses to be sent in emergency mode Register
GTM_DPLL_RCDT_TX 0xF0128460          DPLL Reciprocal Value of Expected Increment Duration TRIGGER
GTM_DPLL_RCDT_SX 0xF0128464          DPLL Reciprocal Value of Expected Increment Duration STATE
GTM_DPLL_RCDT_TX_NOM 0xF0128468          DPLL Reciprocal Value of the Expected Nominal Increment Duration TRIGGER
GTM_DPLL_RCDT_SX_NOM 0xF012846C          DPLL Reciprocal Value of the Expected Nominal Increment Duration STATE
GTM_DPLL_RDT_T_ACT 0xF0128470          DPLL Actual Reciprocal Value of TRIGGER
GTM_DPLL_RDT_S_ACT 0xF0128474          DPLL Actual Reciprocal Value of STATE
GTM_DPLL_DT_T_ACT 0xF0128478          DPLL Duration of Last TRIGGER Increment
GTM_DPLL_DT_S_ACT 0xF012847C          DPLL Duration of Last STATE Increment [DT_S_ACT]
GTM_DPLL_EDT_T  0xF0128480          DPLL Difference of prediction to actual value of the last TRIGGER increment
GTM_DPLL_MEDT_T 0xF0128484          DPLL Weighted difference of Prediction up to the Last TRIGGER Increment
GTM_DPLL_EDT_S  0xF0128488          DPLL Difference of Prediction to actual value for Last STATE Increment
GTM_DPLL_MEDT_S 0xF012848C          DPLL Weighted difference of Prediction up to the Last STATE Increment
GTM_DPLL_CDT_TX 0xF0128490          DPLL Prediction of the actual TRIGGER Increment
GTM_DPLL_CDT_SX 0xF0128494          DPLL Prediction of the actual STATE Increment
GTM_DPLL_CDT_TX_NOM 0xF0128498          DPLL Prediction of the nominal TRIGGER Increment duration
GTM_DPLL_CDT_SX_NOM 0xF012849C          DPLL Prediction of the nominal STATE increment duration
GTM_DPLL_TLR    0xF01284A0          DPLL TRIGGER locking range
GTM_DPLL_SLR    0xF01284A4          DPLL STATE Locking Range
GTM_DPLL_PDT_T0 0xF0128500          DPLL Projected TRIGGER Increment Sum Relat0ons for Action_i
GTM_DPLL_PDT_T1 0xF0128504          DPLL Projected TRIGGER Increment Sum Relat1ons for Action_i
GTM_DPLL_PDT_T2 0xF0128508          DPLL Projected TRIGGER Increment Sum Relat2ons for Action_i
GTM_DPLL_PDT_T3 0xF012850C          DPLL Projected TRIGGER Increment Sum Relat3ons for Action_i
GTM_DPLL_PDT_T4 0xF0128510          DPLL Projected TRIGGER Increment Sum Relat4ons for Action_i
GTM_DPLL_PDT_T5 0xF0128514          DPLL Projected TRIGGER Increment Sum Relat5ons for Action_i
GTM_DPLL_PDT_T6 0xF0128518          DPLL Projected TRIGGER Increment Sum Relat6ons for Action_i
GTM_DPLL_PDT_T7 0xF012851C          DPLL Projected TRIGGER Increment Sum Relat7ons for Action_i
GTM_DPLL_PDT_T8 0xF0128520          DPLL Projected TRIGGER Increment Sum Relat8ons for Action_i
GTM_DPLL_PDT_T9 0xF0128524          DPLL Projected TRIGGER Increment Sum Relat9ons for Action_i
GTM_DPLL_PDT_T10 0xF0128528          DPLL Projected TRIGGER Increment Sum Relat10ons for Action_i
GTM_DPLL_PDT_T11 0xF012852C          DPLL Projected TRIGGER Increment Sum Relat11ons for Action_i
GTM_DPLL_PDT_T12 0xF0128530          DPLL Projected TRIGGER Increment Sum Relat12ons for Action_i
GTM_DPLL_PDT_T13 0xF0128534          DPLL Projected TRIGGER Increment Sum Relat13ons for Action_i
GTM_DPLL_PDT_T14 0xF0128538          DPLL Projected TRIGGER Increment Sum Relat14ons for Action_i
GTM_DPLL_PDT_T15 0xF012853C          DPLL Projected TRIGGER Increment Sum Relat15ons for Action_i
GTM_DPLL_PDT_T16 0xF0128540          DPLL Projected TRIGGER Increment Sum Relat16ons for Action_i
GTM_DPLL_PDT_T17 0xF0128544          DPLL Projected TRIGGER Increment Sum Relat17ons for Action_i
GTM_DPLL_PDT_T18 0xF0128548          DPLL Projected TRIGGER Increment Sum Relat18ons for Action_i
GTM_DPLL_PDT_T19 0xF012854C          DPLL Projected TRIGGER Increment Sum Relat19ons for Action_i
GTM_DPLL_PDT_T20 0xF0128550          DPLL Projected TRIGGER Increment Sum Relat20ons for Action_i
GTM_DPLL_PDT_T21 0xF0128554          DPLL Projected TRIGGER Increment Sum Relat21ons for Action_i
GTM_DPLL_PDT_T22 0xF0128558          DPLL Projected TRIGGER Increment Sum Relat22ons for Action_i
GTM_DPLL_PDT_T23 0xF012855C          DPLL Projected TRIGGER Increment Sum Relat23ons for Action_i
GTM_DPLL_MLS1   0xF01285C0          DPLL Calculated Number of Sub-Pulses between Two STATE Events
GTM_DPLL_MLS2   0xF01285C4          DPLL Calculated Number of Sub-Pulses between Two STATE Events
GTM_DPLL_CNT_NUM1 0xF01285C8          DPLL Number of Sub-Pulses of SUB_INC1 in Continuous Mode
GTM_DPLL_CNT_NUM2 0xF01285CC          DPLL Number of Sub-Pulses of SUB_INC2 in Continuous Mode
GTM_DPLL_PVT    0xF01285D0          DPLL Plausibility Value of Next Active TRIGGER Slope
GTM_DPLL_PSTC   0xF01285E0          DPLL Actual Calculated Position Stamp of Last TRIGGER Input
GTM_DPLL_PSSC   0xF01285E4          DPLL Accurate Calculated Position Stamp of Last STATE Input
GTM_DPLL_PSTM_0 0xF01285E8          DPLL Measured Position Stamp of Last TRIGGER Input
GTM_DPLL_PSTM_1 0xF01285EC          DPLL Measured Position Stamp of Last TRIGGER Input
GTM_DPLL_PSSM_0 0xF01285F0          DPLL Measured Position Stamp of Last STATE Input
GTM_DPLL_PSSM_1 0xF01285F4          DPLL Measured Position Stamp of Last STATE Input
GTM_DPLL_NMB_T  0xF01285F8          DPLL Number of Pulses of Current Increment in Normal Mode
GTM_DPLL_NMB_S  0xF01285FC          DPLL Number of Pulses of Current Increment in Emergency Mode
GTM_DPLL_RDT_S0 0xF0128600          DPLL Nominal STATE 0 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S1 0xF0128604          DPLL Nominal STATE 1 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S2 0xF0128608          DPLL Nominal STATE 2 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S3 0xF012860C          DPLL Nominal STATE 3 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S4 0xF0128610          DPLL Nominal STATE 4 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S5 0xF0128614          DPLL Nominal STATE 5 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S6 0xF0128618          DPLL Nominal STATE 6 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S7 0xF012861C          DPLL Nominal STATE 7 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S8 0xF0128620          DPLL Nominal STATE 8 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S9 0xF0128624          DPLL Nominal STATE 9 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S10 0xF0128628          DPLL Nominal STATE 10 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S11 0xF012862C          DPLL Nominal STATE 11 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S12 0xF0128630          DPLL Nominal STATE 12 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S13 0xF0128634          DPLL Nominal STATE 13 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S14 0xF0128638          DPLL Nominal STATE 14 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S15 0xF012863C          DPLL Nominal STATE 15 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S16 0xF0128640          DPLL Nominal STATE 16 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S17 0xF0128644          DPLL Nominal STATE 17 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S18 0xF0128648          DPLL Nominal STATE 18 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S19 0xF012864C          DPLL Nominal STATE 19 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S20 0xF0128650          DPLL Nominal STATE 20 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S21 0xF0128654          DPLL Nominal STATE 21 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S22 0xF0128658          DPLL Nominal STATE 22 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S23 0xF012865C          DPLL Nominal STATE 23 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S24 0xF0128660          DPLL Nominal STATE 24 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S25 0xF0128664          DPLL Nominal STATE 25 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S26 0xF0128668          DPLL Nominal STATE 26 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S27 0xF012866C          DPLL Nominal STATE 27 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S28 0xF0128670          DPLL Nominal STATE 28 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S29 0xF0128674          DPLL Nominal STATE 29 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S30 0xF0128678          DPLL Nominal STATE 30 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S31 0xF012867C          DPLL Nominal STATE 31 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S32 0xF0128680          DPLL Nominal STATE 32 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S33 0xF0128684          DPLL Nominal STATE 33 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S34 0xF0128688          DPLL Nominal STATE 34 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S35 0xF012868C          DPLL Nominal STATE 35 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S36 0xF0128690          DPLL Nominal STATE 36 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S37 0xF0128694          DPLL Nominal STATE 37 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S38 0xF0128698          DPLL Nominal STATE 38 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S39 0xF012869C          DPLL Nominal STATE 39 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S40 0xF01286A0          DPLL Nominal STATE 40 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S41 0xF01286A4          DPLL Nominal STATE 41 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S42 0xF01286A8          DPLL Nominal STATE 42 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S43 0xF01286AC          DPLL Nominal STATE 43 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S44 0xF01286B0          DPLL Nominal STATE 44 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S45 0xF01286B4          DPLL Nominal STATE 45 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S46 0xF01286B8          DPLL Nominal STATE 46 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S47 0xF01286BC          DPLL Nominal STATE 47 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S48 0xF01286C0          DPLL Nominal STATE 48 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S49 0xF01286C4          DPLL Nominal STATE 49 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S50 0xF01286C8          DPLL Nominal STATE 50 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S51 0xF01286CC          DPLL Nominal STATE 51 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S52 0xF01286D0          DPLL Nominal STATE 52 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S53 0xF01286D4          DPLL Nominal STATE 53 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S54 0xF01286D8          DPLL Nominal STATE 54 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S55 0xF01286DC          DPLL Nominal STATE 55 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S56 0xF01286E0          DPLL Nominal STATE 56 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S57 0xF01286E4          DPLL Nominal STATE 57 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S58 0xF01286E8          DPLL Nominal STATE 58 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S59 0xF01286EC          DPLL Nominal STATE 59 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S60 0xF01286F0          DPLL Nominal STATE 60 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S61 0xF01286F4          DPLL Nominal STATE 61 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S62 0xF01286F8          DPLL Nominal STATE 62 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S63 0xF01286FC          DPLL Nominal STATE 63 Reciprocal Values in FULL_SCALE
GTM_DPLL_TSF_S0 0xF0128700          DPLL Time Stamp Field of STATE 0 Events
GTM_DPLL_TSF_S1 0xF0128704          DPLL Time Stamp Field of STATE 1 Events
GTM_DPLL_TSF_S2 0xF0128708          DPLL Time Stamp Field of STATE 2 Events
GTM_DPLL_TSF_S3 0xF012870C          DPLL Time Stamp Field of STATE 3 Events
GTM_DPLL_TSF_S4 0xF0128710          DPLL Time Stamp Field of STATE 4 Events
GTM_DPLL_TSF_S5 0xF0128714          DPLL Time Stamp Field of STATE 5 Events
GTM_DPLL_TSF_S6 0xF0128718          DPLL Time Stamp Field of STATE 6 Events
GTM_DPLL_TSF_S7 0xF012871C          DPLL Time Stamp Field of STATE 7 Events
GTM_DPLL_TSF_S8 0xF0128720          DPLL Time Stamp Field of STATE 8 Events
GTM_DPLL_TSF_S9 0xF0128724          DPLL Time Stamp Field of STATE 9 Events
GTM_DPLL_TSF_S10 0xF0128728          DPLL Time Stamp Field of STATE 10 Events
GTM_DPLL_TSF_S11 0xF012872C          DPLL Time Stamp Field of STATE 11 Events
GTM_DPLL_TSF_S12 0xF0128730          DPLL Time Stamp Field of STATE 12 Events
GTM_DPLL_TSF_S13 0xF0128734          DPLL Time Stamp Field of STATE 13 Events
GTM_DPLL_TSF_S14 0xF0128738          DPLL Time Stamp Field of STATE 14 Events
GTM_DPLL_TSF_S15 0xF012873C          DPLL Time Stamp Field of STATE 15 Events
GTM_DPLL_TSF_S16 0xF0128740          DPLL Time Stamp Field of STATE 16 Events
GTM_DPLL_TSF_S17 0xF0128744          DPLL Time Stamp Field of STATE 17 Events
GTM_DPLL_TSF_S18 0xF0128748          DPLL Time Stamp Field of STATE 18 Events
GTM_DPLL_TSF_S19 0xF012874C          DPLL Time Stamp Field of STATE 19 Events
GTM_DPLL_TSF_S20 0xF0128750          DPLL Time Stamp Field of STATE 20 Events
GTM_DPLL_TSF_S21 0xF0128754          DPLL Time Stamp Field of STATE 21 Events
GTM_DPLL_TSF_S22 0xF0128758          DPLL Time Stamp Field of STATE 22 Events
GTM_DPLL_TSF_S23 0xF012875C          DPLL Time Stamp Field of STATE 23 Events
GTM_DPLL_TSF_S24 0xF0128760          DPLL Time Stamp Field of STATE 24 Events
GTM_DPLL_TSF_S25 0xF0128764          DPLL Time Stamp Field of STATE 25 Events
GTM_DPLL_TSF_S26 0xF0128768          DPLL Time Stamp Field of STATE 26 Events
GTM_DPLL_TSF_S27 0xF012876C          DPLL Time Stamp Field of STATE 27 Events
GTM_DPLL_TSF_S28 0xF0128770          DPLL Time Stamp Field of STATE 28 Events
GTM_DPLL_TSF_S29 0xF0128774          DPLL Time Stamp Field of STATE 29 Events
GTM_DPLL_TSF_S30 0xF0128778          DPLL Time Stamp Field of STATE 30 Events
GTM_DPLL_TSF_S31 0xF012877C          DPLL Time Stamp Field of STATE 31 Events
GTM_DPLL_TSF_S32 0xF0128780          DPLL Time Stamp Field of STATE 32 Events
GTM_DPLL_TSF_S33 0xF0128784          DPLL Time Stamp Field of STATE 33 Events
GTM_DPLL_TSF_S34 0xF0128788          DPLL Time Stamp Field of STATE 34 Events
GTM_DPLL_TSF_S35 0xF012878C          DPLL Time Stamp Field of STATE 35 Events
GTM_DPLL_TSF_S36 0xF0128790          DPLL Time Stamp Field of STATE 36 Events
GTM_DPLL_TSF_S37 0xF0128794          DPLL Time Stamp Field of STATE 37 Events
GTM_DPLL_TSF_S38 0xF0128798          DPLL Time Stamp Field of STATE 38 Events
GTM_DPLL_TSF_S39 0xF012879C          DPLL Time Stamp Field of STATE 39 Events
GTM_DPLL_TSF_S40 0xF01287A0          DPLL Time Stamp Field of STATE 40 Events
GTM_DPLL_TSF_S41 0xF01287A4          DPLL Time Stamp Field of STATE 41 Events
GTM_DPLL_TSF_S42 0xF01287A8          DPLL Time Stamp Field of STATE 42 Events
GTM_DPLL_TSF_S43 0xF01287AC          DPLL Time Stamp Field of STATE 43 Events
GTM_DPLL_TSF_S44 0xF01287B0          DPLL Time Stamp Field of STATE 44 Events
GTM_DPLL_TSF_S45 0xF01287B4          DPLL Time Stamp Field of STATE 45 Events
GTM_DPLL_TSF_S46 0xF01287B8          DPLL Time Stamp Field of STATE 46 Events
GTM_DPLL_TSF_S47 0xF01287BC          DPLL Time Stamp Field of STATE 47 Events
GTM_DPLL_TSF_S48 0xF01287C0          DPLL Time Stamp Field of STATE 48 Events
GTM_DPLL_TSF_S49 0xF01287C4          DPLL Time Stamp Field of STATE 49 Events
GTM_DPLL_TSF_S50 0xF01287C8          DPLL Time Stamp Field of STATE 50 Events
GTM_DPLL_TSF_S51 0xF01287CC          DPLL Time Stamp Field of STATE 51 Events
GTM_DPLL_TSF_S52 0xF01287D0          DPLL Time Stamp Field of STATE 52 Events
GTM_DPLL_TSF_S53 0xF01287D4          DPLL Time Stamp Field of STATE 53 Events
GTM_DPLL_TSF_S54 0xF01287D8          DPLL Time Stamp Field of STATE 54 Events
GTM_DPLL_TSF_S55 0xF01287DC          DPLL Time Stamp Field of STATE 55 Events
GTM_DPLL_TSF_S56 0xF01287E0          DPLL Time Stamp Field of STATE 56 Events
GTM_DPLL_TSF_S57 0xF01287E4          DPLL Time Stamp Field of STATE 57 Events
GTM_DPLL_TSF_S58 0xF01287E8          DPLL Time Stamp Field of STATE 58 Events
GTM_DPLL_TSF_S59 0xF01287EC          DPLL Time Stamp Field of STATE 59 Events
GTM_DPLL_TSF_S60 0xF01287F0          DPLL Time Stamp Field of STATE 60 Events
GTM_DPLL_TSF_S61 0xF01287F4          DPLL Time Stamp Field of STATE 61 Events
GTM_DPLL_TSF_S62 0xF01287F8          DPLL Time Stamp Field of STATE 62 Events
GTM_DPLL_TSF_S63 0xF01287FC          DPLL Time Stamp Field of STATE 63 Events
GTM_DPLL_ADT_S0 0xF0128800          DPLL Adapt Values for All STATE 0 Increments
GTM_DPLL_ADT_S1 0xF0128804          DPLL Adapt Values for All STATE 1 Increments
GTM_DPLL_ADT_S2 0xF0128808          DPLL Adapt Values for All STATE 2 Increments
GTM_DPLL_ADT_S3 0xF012880C          DPLL Adapt Values for All STATE 3 Increments
GTM_DPLL_ADT_S4 0xF0128810          DPLL Adapt Values for All STATE 4 Increments
GTM_DPLL_ADT_S5 0xF0128814          DPLL Adapt Values for All STATE 5 Increments
GTM_DPLL_ADT_S6 0xF0128818          DPLL Adapt Values for All STATE 6 Increments
GTM_DPLL_ADT_S7 0xF012881C          DPLL Adapt Values for All STATE 7 Increments
GTM_DPLL_ADT_S8 0xF0128820          DPLL Adapt Values for All STATE 8 Increments
GTM_DPLL_ADT_S9 0xF0128824          DPLL Adapt Values for All STATE 9 Increments
GTM_DPLL_ADT_S10 0xF0128828          DPLL Adapt Values for All STATE 10 Increments
GTM_DPLL_ADT_S11 0xF012882C          DPLL Adapt Values for All STATE 11 Increments
GTM_DPLL_ADT_S12 0xF0128830          DPLL Adapt Values for All STATE 12 Increments
GTM_DPLL_ADT_S13 0xF0128834          DPLL Adapt Values for All STATE 13 Increments
GTM_DPLL_ADT_S14 0xF0128838          DPLL Adapt Values for All STATE 14 Increments
GTM_DPLL_ADT_S15 0xF012883C          DPLL Adapt Values for All STATE 15 Increments
GTM_DPLL_ADT_S16 0xF0128840          DPLL Adapt Values for All STATE 16 Increments
GTM_DPLL_ADT_S17 0xF0128844          DPLL Adapt Values for All STATE 17 Increments
GTM_DPLL_ADT_S18 0xF0128848          DPLL Adapt Values for All STATE 18 Increments
GTM_DPLL_ADT_S19 0xF012884C          DPLL Adapt Values for All STATE 19 Increments
GTM_DPLL_ADT_S20 0xF0128850          DPLL Adapt Values for All STATE 20 Increments
GTM_DPLL_ADT_S21 0xF0128854          DPLL Adapt Values for All STATE 21 Increments
GTM_DPLL_ADT_S22 0xF0128858          DPLL Adapt Values for All STATE 22 Increments
GTM_DPLL_ADT_S23 0xF012885C          DPLL Adapt Values for All STATE 23 Increments
GTM_DPLL_ADT_S24 0xF0128860          DPLL Adapt Values for All STATE 24 Increments
GTM_DPLL_ADT_S25 0xF0128864          DPLL Adapt Values for All STATE 25 Increments
GTM_DPLL_ADT_S26 0xF0128868          DPLL Adapt Values for All STATE 26 Increments
GTM_DPLL_ADT_S27 0xF012886C          DPLL Adapt Values for All STATE 27 Increments
GTM_DPLL_ADT_S28 0xF0128870          DPLL Adapt Values for All STATE 28 Increments
GTM_DPLL_ADT_S29 0xF0128874          DPLL Adapt Values for All STATE 29 Increments
GTM_DPLL_ADT_S30 0xF0128878          DPLL Adapt Values for All STATE 30 Increments
GTM_DPLL_ADT_S31 0xF012887C          DPLL Adapt Values for All STATE 31 Increments
GTM_DPLL_ADT_S32 0xF0128880          DPLL Adapt Values for All STATE 32 Increments
GTM_DPLL_ADT_S33 0xF0128884          DPLL Adapt Values for All STATE 33 Increments
GTM_DPLL_ADT_S34 0xF0128888          DPLL Adapt Values for All STATE 34 Increments
GTM_DPLL_ADT_S35 0xF012888C          DPLL Adapt Values for All STATE 35 Increments
GTM_DPLL_ADT_S36 0xF0128890          DPLL Adapt Values for All STATE 36 Increments
GTM_DPLL_ADT_S37 0xF0128894          DPLL Adapt Values for All STATE 37 Increments
GTM_DPLL_ADT_S38 0xF0128898          DPLL Adapt Values for All STATE 38 Increments
GTM_DPLL_ADT_S39 0xF012889C          DPLL Adapt Values for All STATE 39 Increments
GTM_DPLL_ADT_S40 0xF01288A0          DPLL Adapt Values for All STATE 40 Increments
GTM_DPLL_ADT_S41 0xF01288A4          DPLL Adapt Values for All STATE 41 Increments
GTM_DPLL_ADT_S42 0xF01288A8          DPLL Adapt Values for All STATE 42 Increments
GTM_DPLL_ADT_S43 0xF01288AC          DPLL Adapt Values for All STATE 43 Increments
GTM_DPLL_ADT_S44 0xF01288B0          DPLL Adapt Values for All STATE 44 Increments
GTM_DPLL_ADT_S45 0xF01288B4          DPLL Adapt Values for All STATE 45 Increments
GTM_DPLL_ADT_S46 0xF01288B8          DPLL Adapt Values for All STATE 46 Increments
GTM_DPLL_ADT_S47 0xF01288BC          DPLL Adapt Values for All STATE 47 Increments
GTM_DPLL_ADT_S48 0xF01288C0          DPLL Adapt Values for All STATE 48 Increments
GTM_DPLL_ADT_S49 0xF01288C4          DPLL Adapt Values for All STATE 49 Increments
GTM_DPLL_ADT_S50 0xF01288C8          DPLL Adapt Values for All STATE 50 Increments
GTM_DPLL_ADT_S51 0xF01288CC          DPLL Adapt Values for All STATE 51 Increments
GTM_DPLL_ADT_S52 0xF01288D0          DPLL Adapt Values for All STATE 52 Increments
GTM_DPLL_ADT_S53 0xF01288D4          DPLL Adapt Values for All STATE 53 Increments
GTM_DPLL_ADT_S54 0xF01288D8          DPLL Adapt Values for All STATE 54 Increments
GTM_DPLL_ADT_S55 0xF01288DC          DPLL Adapt Values for All STATE 55 Increments
GTM_DPLL_ADT_S56 0xF01288E0          DPLL Adapt Values for All STATE 56 Increments
GTM_DPLL_ADT_S57 0xF01288E4          DPLL Adapt Values for All STATE 57 Increments
GTM_DPLL_ADT_S58 0xF01288E8          DPLL Adapt Values for All STATE 58 Increments
GTM_DPLL_ADT_S59 0xF01288EC          DPLL Adapt Values for All STATE 59 Increments
GTM_DPLL_ADT_S60 0xF01288F0          DPLL Adapt Values for All STATE 60 Increments
GTM_DPLL_ADT_S61 0xF01288F4          DPLL Adapt Values for All STATE 61 Increments
GTM_DPLL_ADT_S62 0xF01288F8          DPLL Adapt Values for All STATE 62 Increments
GTM_DPLL_ADT_S63 0xF01288FC          DPLL Adapt Values for All STATE 63 Increments
GTM_DPLL_DT_S0  0xF0128900          DPLL Nominal STATE 0 Increment Values for FULL_SCALE
GTM_DPLL_DT_S1  0xF0128904          DPLL Nominal STATE 1 Increment Values for FULL_SCALE
GTM_DPLL_DT_S2  0xF0128908          DPLL Nominal STATE 2 Increment Values for FULL_SCALE
GTM_DPLL_DT_S3  0xF012890C          DPLL Nominal STATE 3 Increment Values for FULL_SCALE
GTM_DPLL_DT_S4  0xF0128910          DPLL Nominal STATE 4 Increment Values for FULL_SCALE
GTM_DPLL_DT_S5  0xF0128914          DPLL Nominal STATE 5 Increment Values for FULL_SCALE
GTM_DPLL_DT_S6  0xF0128918          DPLL Nominal STATE 6 Increment Values for FULL_SCALE
GTM_DPLL_DT_S7  0xF012891C          DPLL Nominal STATE 7 Increment Values for FULL_SCALE
GTM_DPLL_DT_S8  0xF0128920          DPLL Nominal STATE 8 Increment Values for FULL_SCALE
GTM_DPLL_DT_S9  0xF0128924          DPLL Nominal STATE 9 Increment Values for FULL_SCALE
GTM_DPLL_DT_S10 0xF0128928          DPLL Nominal STATE 10 Increment Values for FULL_SCALE
GTM_DPLL_DT_S11 0xF012892C          DPLL Nominal STATE 11 Increment Values for FULL_SCALE
GTM_DPLL_DT_S12 0xF0128930          DPLL Nominal STATE 12 Increment Values for FULL_SCALE
GTM_DPLL_DT_S13 0xF0128934          DPLL Nominal STATE 13 Increment Values for FULL_SCALE
GTM_DPLL_DT_S14 0xF0128938          DPLL Nominal STATE 14 Increment Values for FULL_SCALE
GTM_DPLL_DT_S15 0xF012893C          DPLL Nominal STATE 15 Increment Values for FULL_SCALE
GTM_DPLL_DT_S16 0xF0128940          DPLL Nominal STATE 16 Increment Values for FULL_SCALE
GTM_DPLL_DT_S17 0xF0128944          DPLL Nominal STATE 17 Increment Values for FULL_SCALE
GTM_DPLL_DT_S18 0xF0128948          DPLL Nominal STATE 18 Increment Values for FULL_SCALE
GTM_DPLL_DT_S19 0xF012894C          DPLL Nominal STATE 19 Increment Values for FULL_SCALE
GTM_DPLL_DT_S20 0xF0128950          DPLL Nominal STATE 20 Increment Values for FULL_SCALE
GTM_DPLL_DT_S21 0xF0128954          DPLL Nominal STATE 21 Increment Values for FULL_SCALE
GTM_DPLL_DT_S22 0xF0128958          DPLL Nominal STATE 22 Increment Values for FULL_SCALE
GTM_DPLL_DT_S23 0xF012895C          DPLL Nominal STATE 23 Increment Values for FULL_SCALE
GTM_DPLL_DT_S24 0xF0128960          DPLL Nominal STATE 24 Increment Values for FULL_SCALE
GTM_DPLL_DT_S25 0xF0128964          DPLL Nominal STATE 25 Increment Values for FULL_SCALE
GTM_DPLL_DT_S26 0xF0128968          DPLL Nominal STATE 26 Increment Values for FULL_SCALE
GTM_DPLL_DT_S27 0xF012896C          DPLL Nominal STATE 27 Increment Values for FULL_SCALE
GTM_DPLL_DT_S28 0xF0128970          DPLL Nominal STATE 28 Increment Values for FULL_SCALE
GTM_DPLL_DT_S29 0xF0128974          DPLL Nominal STATE 29 Increment Values for FULL_SCALE
GTM_DPLL_DT_S30 0xF0128978          DPLL Nominal STATE 30 Increment Values for FULL_SCALE
GTM_DPLL_DT_S31 0xF012897C          DPLL Nominal STATE 31 Increment Values for FULL_SCALE
GTM_DPLL_DT_S32 0xF0128980          DPLL Nominal STATE 32 Increment Values for FULL_SCALE
GTM_DPLL_DT_S33 0xF0128984          DPLL Nominal STATE 33 Increment Values for FULL_SCALE
GTM_DPLL_DT_S34 0xF0128988          DPLL Nominal STATE 34 Increment Values for FULL_SCALE
GTM_DPLL_DT_S35 0xF012898C          DPLL Nominal STATE 35 Increment Values for FULL_SCALE
GTM_DPLL_DT_S36 0xF0128990          DPLL Nominal STATE 36 Increment Values for FULL_SCALE
GTM_DPLL_DT_S37 0xF0128994          DPLL Nominal STATE 37 Increment Values for FULL_SCALE
GTM_DPLL_DT_S38 0xF0128998          DPLL Nominal STATE 38 Increment Values for FULL_SCALE
GTM_DPLL_DT_S39 0xF012899C          DPLL Nominal STATE 39 Increment Values for FULL_SCALE
GTM_DPLL_DT_S40 0xF01289A0          DPLL Nominal STATE 40 Increment Values for FULL_SCALE
GTM_DPLL_DT_S41 0xF01289A4          DPLL Nominal STATE 41 Increment Values for FULL_SCALE
GTM_DPLL_DT_S42 0xF01289A8          DPLL Nominal STATE 42 Increment Values for FULL_SCALE
GTM_DPLL_DT_S43 0xF01289AC          DPLL Nominal STATE 43 Increment Values for FULL_SCALE
GTM_DPLL_DT_S44 0xF01289B0          DPLL Nominal STATE 44 Increment Values for FULL_SCALE
GTM_DPLL_DT_S45 0xF01289B4          DPLL Nominal STATE 45 Increment Values for FULL_SCALE
GTM_DPLL_DT_S46 0xF01289B8          DPLL Nominal STATE 46 Increment Values for FULL_SCALE
GTM_DPLL_DT_S47 0xF01289BC          DPLL Nominal STATE 47 Increment Values for FULL_SCALE
GTM_DPLL_DT_S48 0xF01289C0          DPLL Nominal STATE 48 Increment Values for FULL_SCALE
GTM_DPLL_DT_S49 0xF01289C4          DPLL Nominal STATE 49 Increment Values for FULL_SCALE
GTM_DPLL_DT_S50 0xF01289C8          DPLL Nominal STATE 50 Increment Values for FULL_SCALE
GTM_DPLL_DT_S51 0xF01289CC          DPLL Nominal STATE 51 Increment Values for FULL_SCALE
GTM_DPLL_DT_S52 0xF01289D0          DPLL Nominal STATE 52 Increment Values for FULL_SCALE
GTM_DPLL_DT_S53 0xF01289D4          DPLL Nominal STATE 53 Increment Values for FULL_SCALE
GTM_DPLL_DT_S54 0xF01289D8          DPLL Nominal STATE 54 Increment Values for FULL_SCALE
GTM_DPLL_DT_S55 0xF01289DC          DPLL Nominal STATE 55 Increment Values for FULL_SCALE
GTM_DPLL_DT_S56 0xF01289E0          DPLL Nominal STATE 56 Increment Values for FULL_SCALE
GTM_DPLL_DT_S57 0xF01289E4          DPLL Nominal STATE 57 Increment Values for FULL_SCALE
GTM_DPLL_DT_S58 0xF01289E8          DPLL Nominal STATE 58 Increment Values for FULL_SCALE
GTM_DPLL_DT_S59 0xF01289EC          DPLL Nominal STATE 59 Increment Values for FULL_SCALE
GTM_DPLL_DT_S60 0xF01289F0          DPLL Nominal STATE 60 Increment Values for FULL_SCALE
GTM_DPLL_DT_S61 0xF01289F4          DPLL Nominal STATE 61 Increment Values for FULL_SCALE
GTM_DPLL_DT_S62 0xF01289F8          DPLL Nominal STATE 62 Increment Values for FULL_SCALE
GTM_DPLL_DT_S63 0xF01289FC          DPLL Nominal STATE 63 Increment Values for FULL_SCALE
GTM_DPLL_TSAC0  0xF0128E00          DPLL Calculated Time Stamp Register 0
GTM_DPLL_TSAC1  0xF0128E04          DPLL Calculated Time Stamp Register 1
GTM_DPLL_TSAC2  0xF0128E08          DPLL Calculated Time Stamp Register 2
GTM_DPLL_TSAC3  0xF0128E0C          DPLL Calculated Time Stamp Register 3
GTM_DPLL_TSAC4  0xF0128E10          DPLL Calculated Time Stamp Register 4
GTM_DPLL_TSAC5  0xF0128E14          DPLL Calculated Time Stamp Register 5
GTM_DPLL_TSAC6  0xF0128E18          DPLL Calculated Time Stamp Register 6
GTM_DPLL_TSAC7  0xF0128E1C          DPLL Calculated Time Stamp Register 7
GTM_DPLL_TSAC8  0xF0128E20          DPLL Calculated Time Stamp Register 8
GTM_DPLL_TSAC9  0xF0128E24          DPLL Calculated Time Stamp Register 9
GTM_DPLL_TSAC10 0xF0128E28          DPLL Calculated Time Stamp Register 10
GTM_DPLL_TSAC11 0xF0128E2C          DPLL Calculated Time Stamp Register 11
GTM_DPLL_TSAC12 0xF0128E30          DPLL Calculated Time Stamp Register 12
GTM_DPLL_TSAC13 0xF0128E34          DPLL Calculated Time Stamp Register 13
GTM_DPLL_TSAC14 0xF0128E38          DPLL Calculated Time Stamp Register 14
GTM_DPLL_TSAC15 0xF0128E3C          DPLL Calculated Time Stamp Register 15
GTM_DPLL_TSAC16 0xF0128E40          DPLL Calculated Time Stamp Register 16
GTM_DPLL_TSAC17 0xF0128E44          DPLL Calculated Time Stamp Register 17
GTM_DPLL_TSAC18 0xF0128E48          DPLL Calculated Time Stamp Register 18
GTM_DPLL_TSAC19 0xF0128E4C          DPLL Calculated Time Stamp Register 19
GTM_DPLL_TSAC20 0xF0128E50          DPLL Calculated Time Stamp Register 20
GTM_DPLL_TSAC21 0xF0128E54          DPLL Calculated Time Stamp Register 21
GTM_DPLL_TSAC22 0xF0128E58          DPLL Calculated Time Stamp Register 22
GTM_DPLL_TSAC23 0xF0128E5C          DPLL Calculated Time Stamp Register 23
GTM_DPLL_PSAC0  0xF0128E80          DPLL Calculated Position Value Register 0
GTM_DPLL_PSAC1  0xF0128E84          DPLL Calculated Position Value Register 1
GTM_DPLL_PSAC2  0xF0128E88          DPLL Calculated Position Value Register 2
GTM_DPLL_PSAC3  0xF0128E8C          DPLL Calculated Position Value Register 3
GTM_DPLL_PSAC4  0xF0128E90          DPLL Calculated Position Value Register 4
GTM_DPLL_PSAC5  0xF0128E94          DPLL Calculated Position Value Register 5
GTM_DPLL_PSAC6  0xF0128E98          DPLL Calculated Position Value Register 6
GTM_DPLL_PSAC7  0xF0128E9C          DPLL Calculated Position Value Register 7
GTM_DPLL_PSAC8  0xF0128EA0          DPLL Calculated Position Value Register 8
GTM_DPLL_PSAC9  0xF0128EA4          DPLL Calculated Position Value Register 9
GTM_DPLL_PSAC10 0xF0128EA8          DPLL Calculated Position Value Register 10
GTM_DPLL_PSAC11 0xF0128EAC          DPLL Calculated Position Value Register 11
GTM_DPLL_PSAC12 0xF0128EB0          DPLL Calculated Position Value Register 12
GTM_DPLL_PSAC13 0xF0128EB4          DPLL Calculated Position Value Register 13
GTM_DPLL_PSAC14 0xF0128EB8          DPLL Calculated Position Value Register 14
GTM_DPLL_PSAC15 0xF0128EBC          DPLL Calculated Position Value Register 15
GTM_DPLL_PSAC16 0xF0128EC0          DPLL Calculated Position Value Register 16
GTM_DPLL_PSAC17 0xF0128EC4          DPLL Calculated Position Value Register 17
GTM_DPLL_PSAC18 0xF0128EC8          DPLL Calculated Position Value Register 18
GTM_DPLL_PSAC19 0xF0128ECC          DPLL Calculated Position Value Register 19
GTM_DPLL_PSAC20 0xF0128ED0          DPLL Calculated Position Value Register 20
GTM_DPLL_PSAC21 0xF0128ED4          DPLL Calculated Position Value Register 21
GTM_DPLL_PSAC22 0xF0128ED8          DPLL Calculated Position Value Register 22
GTM_DPLL_PSAC23 0xF0128EDC          DPLL Calculated Position Value Register 23
GTM_DPLL_ACB0   0xF0128F00          DPLL Action Control 0 Register
GTM_DPLL_ACB1   0xF0128F04          DPLL Action Control 1 Register
GTM_DPLL_ACB2   0xF0128F08          DPLL Action Control 2 Register
GTM_DPLL_ACB3   0xF0128F0C          DPLL Action Control 3 Register
GTM_DPLL_ACB4   0xF0128F10          DPLL Action Control 4 Register
GTM_DPLL_ACB5   0xF0128F14          DPLL Action Control 5 Register
GTM_MCS0_CH0_R0 0xF0130000          MCS0 Channel 0 Program Counter Register 0
GTM_MCS0_CH0_R1 0xF0130004          MCS0 Channel 0 Program Counter Register 1
GTM_MCS0_CH0_R2 0xF0130008          MCS0 Channel 0 Program Counter Register 2
GTM_MCS0_CH0_R3 0xF013000C          MCS0 Channel 0 Program Counter Register 3
GTM_MCS0_CH0_R4 0xF0130010          MCS0 Channel 0 Program Counter Register 4
GTM_MCS0_CH0_R5 0xF0130014          MCS0 Channel 0 Program Counter Register 5
GTM_MCS0_CH0_R6 0xF0130018          MCS0 Channel 0 Program Counter Register 6
GTM_MCS0_CH0_R7 0xF013001C          MCS0 Channel 0 Program Counter Register 7
GTM_MCS0_CH0_CTRL 0xF0130020          MCS0 Channel Control Register
GTM_MCS0_CH0_ACB 0xF0130024          MCS0 Channel ACB Register
GTM_MCS0_CTRG   0xF0130028          MCS0 Clear Trigger Control Register
GTM_MCS0_STRG   0xF013002C          MCS0 Set Trigger Control Register
GTM_MCS0_CH0_PC 0xF0130040          MCS0 Channel 0 Program Counter Register
GTM_MCS0_CH0_IRQ_NOTIFY 0xF0130044          MCS0 Channel 0 interrupt notification register
GTM_MCS0_CH0_IRQ_EN 0xF0130048          MCS0 Channel 0 Interrupt Enable Register
GTM_MCS0_CH0_IRQ_FORCINT 0xF013004C          MCS0 Channel 0 Software Interrupt Generation Register
GTM_MCS0_CH0_IRQ_MODE 0xF0130050          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH0_EIRQ_EN 0xF0130054          MCS0_Channel 0 Error Interrupt Enable Register
GTM_MCS0_CTRL   0xF0130074          MCS0 Control Register
GTM_MCS0_RST    0xF0130078          MCS0 Channel Reset Register
GTM_MCS0_ERR    0xF013007C          MCS0 Error Register
GTM_MCS0_CH1_R0 0xF0130080          MCS0 Channel 1 Program Counter Register 0
GTM_MCS0_CH1_R1 0xF0130084          MCS0 Channel 1 Program Counter Register 1
GTM_MCS0_CH1_R2 0xF0130088          MCS0 Channel 1 Program Counter Register 2
GTM_MCS0_CH1_R3 0xF013008C          MCS0 Channel 1 Program Counter Register 3
GTM_MCS0_CH1_R4 0xF0130090          MCS0 Channel 1 Program Counter Register 4
GTM_MCS0_CH1_R5 0xF0130094          MCS0 Channel 1 Program Counter Register 5
GTM_MCS0_CH1_R6 0xF0130098          MCS0 Channel 1 Program Counter Register 6
GTM_MCS0_CH1_R7 0xF013009C          MCS0 Channel 1 Program Counter Register 7
GTM_MCS0_CH1_CTRL 0xF01300A0          MCS0 Channel Control Register
GTM_MCS0_CH1_ACB 0xF01300A4          MCS0 Channel ACB Register
GTM_MCS0_CH1_PC 0xF01300C0          MCS0 Channel 1 Program Counter Register
GTM_MCS0_CH1_IRQ_NOTIFY 0xF01300C4          MCS0 Channel 1 interrupt notification register
GTM_MCS0_CH1_IRQ_EN 0xF01300C8          MCS0 Channel 1 Interrupt Enable Register
GTM_MCS0_CH1_IRQ_FORCINT 0xF01300CC          MCS0 Channel 1 Software Interrupt Generation Register
GTM_MCS0_CH1_IRQ_MODE 0xF01300D0          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH1_EIRQ_EN 0xF01300D4          MCS0_Channel 1 Error Interrupt Enable Register
GTM_MCS0_CH2_R0 0xF0130100          MCS0 Channel 2 Program Counter Register 0
GTM_MCS0_CH2_R1 0xF0130104          MCS0 Channel 2 Program Counter Register 1
GTM_MCS0_CH2_R2 0xF0130108          MCS0 Channel 2 Program Counter Register 2
GTM_MCS0_CH2_R3 0xF013010C          MCS0 Channel 2 Program Counter Register 3
GTM_MCS0_CH2_R4 0xF0130110          MCS0 Channel 2 Program Counter Register 4
GTM_MCS0_CH2_R5 0xF0130114          MCS0 Channel 2 Program Counter Register 5
GTM_MCS0_CH2_R6 0xF0130118          MCS0 Channel 2 Program Counter Register 6
GTM_MCS0_CH2_R7 0xF013011C          MCS0 Channel 2 Program Counter Register 7
GTM_MCS0_CH2_CTRL 0xF0130120          MCS0 Channel Control Register
GTM_MCS0_CH2_ACB 0xF0130124          MCS0 Channel ACB Register
GTM_MCS0_CH2_PC 0xF0130140          MCS0 Channel 2 Program Counter Register
GTM_MCS0_CH2_IRQ_NOTIFY 0xF0130144          MCS0 Channel 2 interrupt notification register
GTM_MCS0_CH2_IRQ_EN 0xF0130148          MCS0 Channel 2 Interrupt Enable Register
GTM_MCS0_CH2_IRQ_FORCINT 0xF013014C          MCS0 Channel 2 Software Interrupt Generation Register
GTM_MCS0_CH2_IRQ_MODE 0xF0130150          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH2_EIRQ_EN 0xF0130154          MCS0_Channel 2 Error Interrupt Enable Register
GTM_MCS0_CH3_R0 0xF0130180          MCS0 Channel 3 Program Counter Register 0
GTM_MCS0_CH3_R1 0xF0130184          MCS0 Channel 3 Program Counter Register 1
GTM_MCS0_CH3_R2 0xF0130188          MCS0 Channel 3 Program Counter Register 2
GTM_MCS0_CH3_R3 0xF013018C          MCS0 Channel 3 Program Counter Register 3
GTM_MCS0_CH3_R4 0xF0130190          MCS0 Channel 3 Program Counter Register 4
GTM_MCS0_CH3_R5 0xF0130194          MCS0 Channel 3 Program Counter Register 5
GTM_MCS0_CH3_R6 0xF0130198          MCS0 Channel 3 Program Counter Register 6
GTM_MCS0_CH3_R7 0xF013019C          MCS0 Channel 3 Program Counter Register 7
GTM_MCS0_CH3_CTRL 0xF01301A0          MCS0 Channel Control Register
GTM_MCS0_CH3_ACB 0xF01301A4          MCS0 Channel ACB Register
GTM_MCS0_CH3_PC 0xF01301C0          MCS0 Channel 3 Program Counter Register
GTM_MCS0_CH3_IRQ_NOTIFY 0xF01301C4          MCS0 Channel 3 interrupt notification register
GTM_MCS0_CH3_IRQ_EN 0xF01301C8          MCS0 Channel 3 Interrupt Enable Register
GTM_MCS0_CH3_IRQ_FORCINT 0xF01301CC          MCS0 Channel 3 Software Interrupt Generation Register
GTM_MCS0_CH3_IRQ_MODE 0xF01301D0          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH3_EIRQ_EN 0xF01301D4          MCS0_Channel 3 Error Interrupt Enable Register
GTM_MCS0_CH4_R0 0xF0130200          MCS0 Channel 4 Program Counter Register 0
GTM_MCS0_CH4_R1 0xF0130204          MCS0 Channel 4 Program Counter Register 1
GTM_MCS0_CH4_R2 0xF0130208          MCS0 Channel 4 Program Counter Register 2
GTM_MCS0_CH4_R3 0xF013020C          MCS0 Channel 4 Program Counter Register 3
GTM_MCS0_CH4_R4 0xF0130210          MCS0 Channel 4 Program Counter Register 4
GTM_MCS0_CH4_R5 0xF0130214          MCS0 Channel 4 Program Counter Register 5
GTM_MCS0_CH4_R6 0xF0130218          MCS0 Channel 4 Program Counter Register 6
GTM_MCS0_CH4_R7 0xF013021C          MCS0 Channel 4 Program Counter Register 7
GTM_MCS0_CH4_CTRL 0xF0130220          MCS0 Channel Control Register
GTM_MCS0_CH4_ACB 0xF0130224          MCS0 Channel ACB Register
GTM_MCS0_CH4_PC 0xF0130240          MCS0 Channel 4 Program Counter Register
GTM_MCS0_CH4_IRQ_NOTIFY 0xF0130244          MCS0 Channel 4 interrupt notification register
GTM_MCS0_CH4_IRQ_EN 0xF0130248          MCS0 Channel 4 Interrupt Enable Register
GTM_MCS0_CH4_IRQ_FORCINT 0xF013024C          MCS0 Channel 4 Software Interrupt Generation Register
GTM_MCS0_CH4_IRQ_MODE 0xF0130250          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH4_EIRQ_EN 0xF0130254          MCS0_Channel 4 Error Interrupt Enable Register
GTM_MCS0_CH5_R0 0xF0130280          MCS0 Channel 5 Program Counter Register 0
GTM_MCS0_CH5_R1 0xF0130284          MCS0 Channel 5 Program Counter Register 1
GTM_MCS0_CH5_R2 0xF0130288          MCS0 Channel 5 Program Counter Register 2
GTM_MCS0_CH5_R3 0xF013028C          MCS0 Channel 5 Program Counter Register 3
GTM_MCS0_CH5_R4 0xF0130290          MCS0 Channel 5 Program Counter Register 4
GTM_MCS0_CH5_R5 0xF0130294          MCS0 Channel 5 Program Counter Register 5
GTM_MCS0_CH5_R6 0xF0130298          MCS0 Channel 5 Program Counter Register 6
GTM_MCS0_CH5_R7 0xF013029C          MCS0 Channel 5 Program Counter Register 7
GTM_MCS0_CH5_CTRL 0xF01302A0          MCS0 Channel Control Register
GTM_MCS0_CH5_ACB 0xF01302A4          MCS0 Channel ACB Register
GTM_MCS0_CH5_PC 0xF01302C0          MCS0 Channel 5 Program Counter Register
GTM_MCS0_CH5_IRQ_NOTIFY 0xF01302C4          MCS0 Channel 5 interrupt notification register
GTM_MCS0_CH5_IRQ_EN 0xF01302C8          MCS0 Channel 5 Interrupt Enable Register
GTM_MCS0_CH5_IRQ_FORCINT 0xF01302CC          MCS0 Channel 5 Software Interrupt Generation Register
GTM_MCS0_CH5_IRQ_MODE 0xF01302D0          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH5_EIRQ_EN 0xF01302D4          MCS0_Channel 5 Error Interrupt Enable Register
GTM_MCS0_CH6_R0 0xF0130300          MCS0 Channel 6 Program Counter Register 0
GTM_MCS0_CH6_R1 0xF0130304          MCS0 Channel 6 Program Counter Register 1
GTM_MCS0_CH6_R2 0xF0130308          MCS0 Channel 6 Program Counter Register 2
GTM_MCS0_CH6_R3 0xF013030C          MCS0 Channel 6 Program Counter Register 3
GTM_MCS0_CH6_R4 0xF0130310          MCS0 Channel 6 Program Counter Register 4
GTM_MCS0_CH6_R5 0xF0130314          MCS0 Channel 6 Program Counter Register 5
GTM_MCS0_CH6_R6 0xF0130318          MCS0 Channel 6 Program Counter Register 6
GTM_MCS0_CH6_R7 0xF013031C          MCS0 Channel 6 Program Counter Register 7
GTM_MCS0_CH6_CTRL 0xF0130320          MCS0 Channel Control Register
GTM_MCS0_CH6_ACB 0xF0130324          MCS0 Channel ACB Register
GTM_MCS0_CH6_PC 0xF0130340          MCS0 Channel 6 Program Counter Register
GTM_MCS0_CH6_IRQ_NOTIFY 0xF0130344          MCS0 Channel 6 interrupt notification register
GTM_MCS0_CH6_IRQ_EN 0xF0130348          MCS0 Channel 6 Interrupt Enable Register
GTM_MCS0_CH6_IRQ_FORCINT 0xF013034C          MCS0 Channel 6 Software Interrupt Generation Register
GTM_MCS0_CH6_IRQ_MODE 0xF0130350          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH6_EIRQ_EN 0xF0130354          MCS0_Channel 6 Error Interrupt Enable Register
GTM_MCS0_CH7_R0 0xF0130380          MCS0 Channel 7 Program Counter Register 0
GTM_MCS0_CH7_R1 0xF0130384          MCS0 Channel 7 Program Counter Register 1
GTM_MCS0_CH7_R2 0xF0130388          MCS0 Channel 7 Program Counter Register 2
GTM_MCS0_CH7_R3 0xF013038C          MCS0 Channel 7 Program Counter Register 3
GTM_MCS0_CH7_R4 0xF0130390          MCS0 Channel 7 Program Counter Register 4
GTM_MCS0_CH7_R5 0xF0130394          MCS0 Channel 7 Program Counter Register 5
GTM_MCS0_CH7_R6 0xF0130398          MCS0 Channel 7 Program Counter Register 6
GTM_MCS0_CH7_R7 0xF013039C          MCS0 Channel 7 Program Counter Register 7
GTM_MCS0_CH7_CTRL 0xF01303A0          MCS0 Channel Control Register
GTM_MCS0_CH7_ACB 0xF01303A4          MCS0 Channel ACB Register
GTM_MCS0_CH7_PC 0xF01303C0          MCS0 Channel 7 Program Counter Register
GTM_MCS0_CH7_IRQ_NOTIFY 0xF01303C4          MCS0 Channel 7 interrupt notification register
GTM_MCS0_CH7_IRQ_EN 0xF01303C8          MCS0 Channel 7 Interrupt Enable Register
GTM_MCS0_CH7_IRQ_FORCINT 0xF01303CC          MCS0 Channel 7 Software Interrupt Generation Register
GTM_MCS0_CH7_IRQ_MODE 0xF01303D0          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH7_EIRQ_EN 0xF01303D4          MCS0_Channel 7 Error Interrupt Enable Register
GTM_MCS1_CH0_R0 0xF0131000          MCS1 Channel 0 Program Counter Register 0
GTM_MCS1_CH0_R1 0xF0131004          MCS1 Channel 0 Program Counter Register 1
GTM_MCS1_CH0_R2 0xF0131008          MCS1 Channel 0 Program Counter Register 2
GTM_MCS1_CH0_R3 0xF013100C          MCS1 Channel 0 Program Counter Register 3
GTM_MCS1_CH0_R4 0xF0131010          MCS1 Channel 0 Program Counter Register 4
GTM_MCS1_CH0_R5 0xF0131014          MCS1 Channel 0 Program Counter Register 5
GTM_MCS1_CH0_R6 0xF0131018          MCS1 Channel 0 Program Counter Register 6
GTM_MCS1_CH0_R7 0xF013101C          MCS1 Channel 0 Program Counter Register 7
GTM_MCS1_CH0_CTRL 0xF0131020          MCS1 Channel Control Register
GTM_MCS1_CH0_ACB 0xF0131024          MCS1 Channel ACB Register
GTM_MCS1_CTRG   0xF0131028          MCS1 Clear Trigger Control Register
GTM_MCS1_STRG   0xF013102C          MCS1 Set Trigger Control Register
GTM_MCS1_CH0_PC 0xF0131040          MCS1 Channel 0 Program Counter Register
GTM_MCS1_CH0_IRQ_NOTIFY 0xF0131044          MCS1 Channel 0 interrupt notification register
GTM_MCS1_CH0_IRQ_EN 0xF0131048          MCS1 Channel 0 Interrupt Enable Register
GTM_MCS1_CH0_IRQ_FORCINT 0xF013104C          MCS1 Channel 0 Software Interrupt Generation Register
GTM_MCS1_CH0_IRQ_MODE 0xF0131050          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH0_EIRQ_EN 0xF0131054          MCS1_Channel 0 Error Interrupt Enable Register
GTM_MCS1_CTRL   0xF0131074          MCS1 Control Register
GTM_MCS1_RST    0xF0131078          MCS1 Channel Reset Register
GTM_MCS1_ERR    0xF013107C          MCS1 Error Register
GTM_MCS1_CH1_R0 0xF0131080          MCS1 Channel 1 Program Counter Register 0
GTM_MCS1_CH1_R1 0xF0131084          MCS1 Channel 1 Program Counter Register 1
GTM_MCS1_CH1_R2 0xF0131088          MCS1 Channel 1 Program Counter Register 2
GTM_MCS1_CH1_R3 0xF013108C          MCS1 Channel 1 Program Counter Register 3
GTM_MCS1_CH1_R4 0xF0131090          MCS1 Channel 1 Program Counter Register 4
GTM_MCS1_CH1_R5 0xF0131094          MCS1 Channel 1 Program Counter Register 5
GTM_MCS1_CH1_R6 0xF0131098          MCS1 Channel 1 Program Counter Register 6
GTM_MCS1_CH1_R7 0xF013109C          MCS1 Channel 1 Program Counter Register 7
GTM_MCS1_CH1_CTRL 0xF01310A0          MCS1 Channel Control Register
GTM_MCS1_CH1_ACB 0xF01310A4          MCS1 Channel ACB Register
GTM_MCS1_CH1_PC 0xF01310C0          MCS1 Channel 1 Program Counter Register
GTM_MCS1_CH1_IRQ_NOTIFY 0xF01310C4          MCS1 Channel 1 interrupt notification register
GTM_MCS1_CH1_IRQ_EN 0xF01310C8          MCS1 Channel 1 Interrupt Enable Register
GTM_MCS1_CH1_IRQ_FORCINT 0xF01310CC          MCS1 Channel 1 Software Interrupt Generation Register
GTM_MCS1_CH1_IRQ_MODE 0xF01310D0          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH1_EIRQ_EN 0xF01310D4          MCS1_Channel 1 Error Interrupt Enable Register
GTM_MCS1_CH2_R0 0xF0131100          MCS1 Channel 2 Program Counter Register 0
GTM_MCS1_CH2_R1 0xF0131104          MCS1 Channel 2 Program Counter Register 1
GTM_MCS1_CH2_R2 0xF0131108          MCS1 Channel 2 Program Counter Register 2
GTM_MCS1_CH2_R3 0xF013110C          MCS1 Channel 2 Program Counter Register 3
GTM_MCS1_CH2_R4 0xF0131110          MCS1 Channel 2 Program Counter Register 4
GTM_MCS1_CH2_R5 0xF0131114          MCS1 Channel 2 Program Counter Register 5
GTM_MCS1_CH2_R6 0xF0131118          MCS1 Channel 2 Program Counter Register 6
GTM_MCS1_CH2_R7 0xF013111C          MCS1 Channel 2 Program Counter Register 7
GTM_MCS1_CH2_CTRL 0xF0131120          MCS1 Channel Control Register
GTM_MCS1_CH2_ACB 0xF0131124          MCS1 Channel ACB Register
GTM_MCS1_CH2_PC 0xF0131140          MCS1 Channel 2 Program Counter Register
GTM_MCS1_CH2_IRQ_NOTIFY 0xF0131144          MCS1 Channel 2 interrupt notification register
GTM_MCS1_CH2_IRQ_EN 0xF0131148          MCS1 Channel 2 Interrupt Enable Register
GTM_MCS1_CH2_IRQ_FORCINT 0xF013114C          MCS1 Channel 2 Software Interrupt Generation Register
GTM_MCS1_CH2_IRQ_MODE 0xF0131150          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH2_EIRQ_EN 0xF0131154          MCS1_Channel 2 Error Interrupt Enable Register
GTM_MCS1_CH3_R0 0xF0131180          MCS1 Channel 3 Program Counter Register 0
GTM_MCS1_CH3_R1 0xF0131184          MCS1 Channel 3 Program Counter Register 1
GTM_MCS1_CH3_R2 0xF0131188          MCS1 Channel 3 Program Counter Register 2
GTM_MCS1_CH3_R3 0xF013118C          MCS1 Channel 3 Program Counter Register 3
GTM_MCS1_CH3_R4 0xF0131190          MCS1 Channel 3 Program Counter Register 4
GTM_MCS1_CH3_R5 0xF0131194          MCS1 Channel 3 Program Counter Register 5
GTM_MCS1_CH3_R6 0xF0131198          MCS1 Channel 3 Program Counter Register 6
GTM_MCS1_CH3_R7 0xF013119C          MCS1 Channel 3 Program Counter Register 7
GTM_MCS1_CH3_CTRL 0xF01311A0          MCS1 Channel Control Register
GTM_MCS1_CH3_ACB 0xF01311A4          MCS1 Channel ACB Register
GTM_MCS1_CH3_PC 0xF01311C0          MCS1 Channel 3 Program Counter Register
GTM_MCS1_CH3_IRQ_NOTIFY 0xF01311C4          MCS1 Channel 3 interrupt notification register
GTM_MCS1_CH3_IRQ_EN 0xF01311C8          MCS1 Channel 3 Interrupt Enable Register
GTM_MCS1_CH3_IRQ_FORCINT 0xF01311CC          MCS1 Channel 3 Software Interrupt Generation Register
GTM_MCS1_CH3_IRQ_MODE 0xF01311D0          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH3_EIRQ_EN 0xF01311D4          MCS1_Channel 3 Error Interrupt Enable Register
GTM_MCS1_CH4_R0 0xF0131200          MCS1 Channel 4 Program Counter Register 0
GTM_MCS1_CH4_R1 0xF0131204          MCS1 Channel 4 Program Counter Register 1
GTM_MCS1_CH4_R2 0xF0131208          MCS1 Channel 4 Program Counter Register 2
GTM_MCS1_CH4_R3 0xF013120C          MCS1 Channel 4 Program Counter Register 3
GTM_MCS1_CH4_R4 0xF0131210          MCS1 Channel 4 Program Counter Register 4
GTM_MCS1_CH4_R5 0xF0131214          MCS1 Channel 4 Program Counter Register 5
GTM_MCS1_CH4_R6 0xF0131218          MCS1 Channel 4 Program Counter Register 6
GTM_MCS1_CH4_R7 0xF013121C          MCS1 Channel 4 Program Counter Register 7
GTM_MCS1_CH4_CTRL 0xF0131220          MCS1 Channel Control Register
GTM_MCS1_CH4_ACB 0xF0131224          MCS1 Channel ACB Register
GTM_MCS1_CH4_PC 0xF0131240          MCS1 Channel 4 Program Counter Register
GTM_MCS1_CH4_IRQ_NOTIFY 0xF0131244          MCS1 Channel 4 interrupt notification register
GTM_MCS1_CH4_IRQ_EN 0xF0131248          MCS1 Channel 4 Interrupt Enable Register
GTM_MCS1_CH4_IRQ_FORCINT 0xF013124C          MCS1 Channel 4 Software Interrupt Generation Register
GTM_MCS1_CH4_IRQ_MODE 0xF0131250          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH4_EIRQ_EN 0xF0131254          MCS1_Channel 4 Error Interrupt Enable Register
GTM_MCS1_CH5_R0 0xF0131280          MCS1 Channel 5 Program Counter Register 0
GTM_MCS1_CH5_R1 0xF0131284          MCS1 Channel 5 Program Counter Register 1
GTM_MCS1_CH5_R2 0xF0131288          MCS1 Channel 5 Program Counter Register 2
GTM_MCS1_CH5_R3 0xF013128C          MCS1 Channel 5 Program Counter Register 3
GTM_MCS1_CH5_R4 0xF0131290          MCS1 Channel 5 Program Counter Register 4
GTM_MCS1_CH5_R5 0xF0131294          MCS1 Channel 5 Program Counter Register 5
GTM_MCS1_CH5_R6 0xF0131298          MCS1 Channel 5 Program Counter Register 6
GTM_MCS1_CH5_R7 0xF013129C          MCS1 Channel 5 Program Counter Register 7
GTM_MCS1_CH5_CTRL 0xF01312A0          MCS1 Channel Control Register
GTM_MCS1_CH5_ACB 0xF01312A4          MCS1 Channel ACB Register
GTM_MCS1_CH5_PC 0xF01312C0          MCS1 Channel 5 Program Counter Register
GTM_MCS1_CH5_IRQ_NOTIFY 0xF01312C4          MCS1 Channel 5 interrupt notification register
GTM_MCS1_CH5_IRQ_EN 0xF01312C8          MCS1 Channel 5 Interrupt Enable Register
GTM_MCS1_CH5_IRQ_FORCINT 0xF01312CC          MCS1 Channel 5 Software Interrupt Generation Register
GTM_MCS1_CH5_IRQ_MODE 0xF01312D0          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH5_EIRQ_EN 0xF01312D4          MCS1_Channel 5 Error Interrupt Enable Register
GTM_MCS1_CH6_R0 0xF0131300          MCS1 Channel 6 Program Counter Register 0
GTM_MCS1_CH6_R1 0xF0131304          MCS1 Channel 6 Program Counter Register 1
GTM_MCS1_CH6_R2 0xF0131308          MCS1 Channel 6 Program Counter Register 2
GTM_MCS1_CH6_R3 0xF013130C          MCS1 Channel 6 Program Counter Register 3
GTM_MCS1_CH6_R4 0xF0131310          MCS1 Channel 6 Program Counter Register 4
GTM_MCS1_CH6_R5 0xF0131314          MCS1 Channel 6 Program Counter Register 5
GTM_MCS1_CH6_R6 0xF0131318          MCS1 Channel 6 Program Counter Register 6
GTM_MCS1_CH6_R7 0xF013131C          MCS1 Channel 6 Program Counter Register 7
GTM_MCS1_CH6_CTRL 0xF0131320          MCS1 Channel Control Register
GTM_MCS1_CH6_ACB 0xF0131324          MCS1 Channel ACB Register
GTM_MCS1_CH6_PC 0xF0131340          MCS1 Channel 6 Program Counter Register
GTM_MCS1_CH6_IRQ_NOTIFY 0xF0131344          MCS1 Channel 6 interrupt notification register
GTM_MCS1_CH6_IRQ_EN 0xF0131348          MCS1 Channel 6 Interrupt Enable Register
GTM_MCS1_CH6_IRQ_FORCINT 0xF013134C          MCS1 Channel 6 Software Interrupt Generation Register
GTM_MCS1_CH6_IRQ_MODE 0xF0131350          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH6_EIRQ_EN 0xF0131354          MCS1_Channel 6 Error Interrupt Enable Register
GTM_MCS1_CH7_R0 0xF0131380          MCS1 Channel 7 Program Counter Register 0
GTM_MCS1_CH7_R1 0xF0131384          MCS1 Channel 7 Program Counter Register 1
GTM_MCS1_CH7_R2 0xF0131388          MCS1 Channel 7 Program Counter Register 2
GTM_MCS1_CH7_R3 0xF013138C          MCS1 Channel 7 Program Counter Register 3
GTM_MCS1_CH7_R4 0xF0131390          MCS1 Channel 7 Program Counter Register 4
GTM_MCS1_CH7_R5 0xF0131394          MCS1 Channel 7 Program Counter Register 5
GTM_MCS1_CH7_R6 0xF0131398          MCS1 Channel 7 Program Counter Register 6
GTM_MCS1_CH7_R7 0xF013139C          MCS1 Channel 7 Program Counter Register 7
GTM_MCS1_CH7_CTRL 0xF01313A0          MCS1 Channel Control Register
GTM_MCS1_CH7_ACB 0xF01313A4          MCS1 Channel ACB Register
GTM_MCS1_CH7_PC 0xF01313C0          MCS1 Channel 7 Program Counter Register
GTM_MCS1_CH7_IRQ_NOTIFY 0xF01313C4          MCS1 Channel 7 interrupt notification register
GTM_MCS1_CH7_IRQ_EN 0xF01313C8          MCS1 Channel 7 Interrupt Enable Register
GTM_MCS1_CH7_IRQ_FORCINT 0xF01313CC          MCS1 Channel 7 Software Interrupt Generation Register
GTM_MCS1_CH7_IRQ_MODE 0xF01313D0          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH7_EIRQ_EN 0xF01313D4          MCS1_Channel 7 Error Interrupt Enable Register
GTM_MCS2_CH0_R0 0xF0132000          MCS2 Channel 0 Program Counter Register 0
GTM_MCS2_CH0_R1 0xF0132004          MCS2 Channel 0 Program Counter Register 1
GTM_MCS2_CH0_R2 0xF0132008          MCS2 Channel 0 Program Counter Register 2
GTM_MCS2_CH0_R3 0xF013200C          MCS2 Channel 0 Program Counter Register 3
GTM_MCS2_CH0_R4 0xF0132010          MCS2 Channel 0 Program Counter Register 4
GTM_MCS2_CH0_R5 0xF0132014          MCS2 Channel 0 Program Counter Register 5
GTM_MCS2_CH0_R6 0xF0132018          MCS2 Channel 0 Program Counter Register 6
GTM_MCS2_CH0_R7 0xF013201C          MCS2 Channel 0 Program Counter Register 7
GTM_MCS2_CH0_CTRL 0xF0132020          MCS2 Channel Control Register
GTM_MCS2_CH0_ACB 0xF0132024          MCS2 Channel ACB Register
GTM_MCS2_CTRG   0xF0132028          MCS2 Clear Trigger Control Register
GTM_MCS2_STRG   0xF013202C          MCS2 Set Trigger Control Register
GTM_MCS2_CH0_PC 0xF0132040          MCS2 Channel 0 Program Counter Register
GTM_MCS2_CH0_IRQ_NOTIFY 0xF0132044          MCS2 Channel 0 interrupt notification register
GTM_MCS2_CH0_IRQ_EN 0xF0132048          MCS2 Channel 0 Interrupt Enable Register
GTM_MCS2_CH0_IRQ_FORCINT 0xF013204C          MCS2 Channel 0 Software Interrupt Generation Register
GTM_MCS2_CH0_IRQ_MODE 0xF0132050          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH0_EIRQ_EN 0xF0132054          MCS2_Channel 0 Error Interrupt Enable Register
GTM_MCS2_CTRL   0xF0132074          MCS2 Control Register
GTM_MCS2_RST    0xF0132078          MCS2 Channel Reset Register
GTM_MCS2_ERR    0xF013207C          MCS2 Error Register
GTM_MCS2_CH1_R0 0xF0132080          MCS2 Channel 1 Program Counter Register 0
GTM_MCS2_CH1_R1 0xF0132084          MCS2 Channel 1 Program Counter Register 1
GTM_MCS2_CH1_R2 0xF0132088          MCS2 Channel 1 Program Counter Register 2
GTM_MCS2_CH1_R3 0xF013208C          MCS2 Channel 1 Program Counter Register 3
GTM_MCS2_CH1_R4 0xF0132090          MCS2 Channel 1 Program Counter Register 4
GTM_MCS2_CH1_R5 0xF0132094          MCS2 Channel 1 Program Counter Register 5
GTM_MCS2_CH1_R6 0xF0132098          MCS2 Channel 1 Program Counter Register 6
GTM_MCS2_CH1_R7 0xF013209C          MCS2 Channel 1 Program Counter Register 7
GTM_MCS2_CH1_CTRL 0xF01320A0          MCS2 Channel Control Register
GTM_MCS2_CH1_ACB 0xF01320A4          MCS2 Channel ACB Register
GTM_MCS2_CH1_PC 0xF01320C0          MCS2 Channel 1 Program Counter Register
GTM_MCS2_CH1_IRQ_NOTIFY 0xF01320C4          MCS2 Channel 1 interrupt notification register
GTM_MCS2_CH1_IRQ_EN 0xF01320C8          MCS2 Channel 1 Interrupt Enable Register
GTM_MCS2_CH1_IRQ_FORCINT 0xF01320CC          MCS2 Channel 1 Software Interrupt Generation Register
GTM_MCS2_CH1_IRQ_MODE 0xF01320D0          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH1_EIRQ_EN 0xF01320D4          MCS2_Channel 1 Error Interrupt Enable Register
GTM_MCS2_CH2_R0 0xF0132100          MCS2 Channel 2 Program Counter Register 0
GTM_MCS2_CH2_R1 0xF0132104          MCS2 Channel 2 Program Counter Register 1
GTM_MCS2_CH2_R2 0xF0132108          MCS2 Channel 2 Program Counter Register 2
GTM_MCS2_CH2_R3 0xF013210C          MCS2 Channel 2 Program Counter Register 3
GTM_MCS2_CH2_R4 0xF0132110          MCS2 Channel 2 Program Counter Register 4
GTM_MCS2_CH2_R5 0xF0132114          MCS2 Channel 2 Program Counter Register 5
GTM_MCS2_CH2_R6 0xF0132118          MCS2 Channel 2 Program Counter Register 6
GTM_MCS2_CH2_R7 0xF013211C          MCS2 Channel 2 Program Counter Register 7
GTM_MCS2_CH2_CTRL 0xF0132120          MCS2 Channel Control Register
GTM_MCS2_CH2_ACB 0xF0132124          MCS2 Channel ACB Register
GTM_MCS2_CH2_PC 0xF0132140          MCS2 Channel 2 Program Counter Register
GTM_MCS2_CH2_IRQ_NOTIFY 0xF0132144          MCS2 Channel 2 interrupt notification register
GTM_MCS2_CH2_IRQ_EN 0xF0132148          MCS2 Channel 2 Interrupt Enable Register
GTM_MCS2_CH2_IRQ_FORCINT 0xF013214C          MCS2 Channel 2 Software Interrupt Generation Register
GTM_MCS2_CH2_IRQ_MODE 0xF0132150          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH2_EIRQ_EN 0xF0132154          MCS2_Channel 2 Error Interrupt Enable Register
GTM_MCS2_CH3_R0 0xF0132180          MCS2 Channel 3 Program Counter Register 0
GTM_MCS2_CH3_R1 0xF0132184          MCS2 Channel 3 Program Counter Register 1
GTM_MCS2_CH3_R2 0xF0132188          MCS2 Channel 3 Program Counter Register 2
GTM_MCS2_CH3_R3 0xF013218C          MCS2 Channel 3 Program Counter Register 3
GTM_MCS2_CH3_R4 0xF0132190          MCS2 Channel 3 Program Counter Register 4
GTM_MCS2_CH3_R5 0xF0132194          MCS2 Channel 3 Program Counter Register 5
GTM_MCS2_CH3_R6 0xF0132198          MCS2 Channel 3 Program Counter Register 6
GTM_MCS2_CH3_R7 0xF013219C          MCS2 Channel 3 Program Counter Register 7
GTM_MCS2_CH3_CTRL 0xF01321A0          MCS2 Channel Control Register
GTM_MCS2_CH3_ACB 0xF01321A4          MCS2 Channel ACB Register
GTM_MCS2_CH3_PC 0xF01321C0          MCS2 Channel 3 Program Counter Register
GTM_MCS2_CH3_IRQ_NOTIFY 0xF01321C4          MCS2 Channel 3 interrupt notification register
GTM_MCS2_CH3_IRQ_EN 0xF01321C8          MCS2 Channel 3 Interrupt Enable Register
GTM_MCS2_CH3_IRQ_FORCINT 0xF01321CC          MCS2 Channel 3 Software Interrupt Generation Register
GTM_MCS2_CH3_IRQ_MODE 0xF01321D0          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH3_EIRQ_EN 0xF01321D4          MCS2_Channel 3 Error Interrupt Enable Register
GTM_MCS2_CH4_R0 0xF0132200          MCS2 Channel 4 Program Counter Register 0
GTM_MCS2_CH4_R1 0xF0132204          MCS2 Channel 4 Program Counter Register 1
GTM_MCS2_CH4_R2 0xF0132208          MCS2 Channel 4 Program Counter Register 2
GTM_MCS2_CH4_R3 0xF013220C          MCS2 Channel 4 Program Counter Register 3
GTM_MCS2_CH4_R4 0xF0132210          MCS2 Channel 4 Program Counter Register 4
GTM_MCS2_CH4_R5 0xF0132214          MCS2 Channel 4 Program Counter Register 5
GTM_MCS2_CH4_R6 0xF0132218          MCS2 Channel 4 Program Counter Register 6
GTM_MCS2_CH4_R7 0xF013221C          MCS2 Channel 4 Program Counter Register 7
GTM_MCS2_CH4_CTRL 0xF0132220          MCS2 Channel Control Register
GTM_MCS2_CH4_ACB 0xF0132224          MCS2 Channel ACB Register
GTM_MCS2_CH4_PC 0xF0132240          MCS2 Channel 4 Program Counter Register
GTM_MCS2_CH4_IRQ_NOTIFY 0xF0132244          MCS2 Channel 4 interrupt notification register
GTM_MCS2_CH4_IRQ_EN 0xF0132248          MCS2 Channel 4 Interrupt Enable Register
GTM_MCS2_CH4_IRQ_FORCINT 0xF013224C          MCS2 Channel 4 Software Interrupt Generation Register
GTM_MCS2_CH4_IRQ_MODE 0xF0132250          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH4_EIRQ_EN 0xF0132254          MCS2_Channel 4 Error Interrupt Enable Register
GTM_MCS2_CH5_R0 0xF0132280          MCS2 Channel 5 Program Counter Register 0
GTM_MCS2_CH5_R1 0xF0132284          MCS2 Channel 5 Program Counter Register 1
GTM_MCS2_CH5_R2 0xF0132288          MCS2 Channel 5 Program Counter Register 2
GTM_MCS2_CH5_R3 0xF013228C          MCS2 Channel 5 Program Counter Register 3
GTM_MCS2_CH5_R4 0xF0132290          MCS2 Channel 5 Program Counter Register 4
GTM_MCS2_CH5_R5 0xF0132294          MCS2 Channel 5 Program Counter Register 5
GTM_MCS2_CH5_R6 0xF0132298          MCS2 Channel 5 Program Counter Register 6
GTM_MCS2_CH5_R7 0xF013229C          MCS2 Channel 5 Program Counter Register 7
GTM_MCS2_CH5_CTRL 0xF01322A0          MCS2 Channel Control Register
GTM_MCS2_CH5_ACB 0xF01322A4          MCS2 Channel ACB Register
GTM_MCS2_CH5_PC 0xF01322C0          MCS2 Channel 5 Program Counter Register
GTM_MCS2_CH5_IRQ_NOTIFY 0xF01322C4          MCS2 Channel 5 interrupt notification register
GTM_MCS2_CH5_IRQ_EN 0xF01322C8          MCS2 Channel 5 Interrupt Enable Register
GTM_MCS2_CH5_IRQ_FORCINT 0xF01322CC          MCS2 Channel 5 Software Interrupt Generation Register
GTM_MCS2_CH5_IRQ_MODE 0xF01322D0          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH5_EIRQ_EN 0xF01322D4          MCS2_Channel 5 Error Interrupt Enable Register
GTM_MCS2_CH6_R0 0xF0132300          MCS2 Channel 6 Program Counter Register 0
GTM_MCS2_CH6_R1 0xF0132304          MCS2 Channel 6 Program Counter Register 1
GTM_MCS2_CH6_R2 0xF0132308          MCS2 Channel 6 Program Counter Register 2
GTM_MCS2_CH6_R3 0xF013230C          MCS2 Channel 6 Program Counter Register 3
GTM_MCS2_CH6_R4 0xF0132310          MCS2 Channel 6 Program Counter Register 4
GTM_MCS2_CH6_R5 0xF0132314          MCS2 Channel 6 Program Counter Register 5
GTM_MCS2_CH6_R6 0xF0132318          MCS2 Channel 6 Program Counter Register 6
GTM_MCS2_CH6_R7 0xF013231C          MCS2 Channel 6 Program Counter Register 7
GTM_MCS2_CH6_CTRL 0xF0132320          MCS2 Channel Control Register
GTM_MCS2_CH6_ACB 0xF0132324          MCS2 Channel ACB Register
GTM_MCS2_CH6_PC 0xF0132340          MCS2 Channel 6 Program Counter Register
GTM_MCS2_CH6_IRQ_NOTIFY 0xF0132344          MCS2 Channel 6 interrupt notification register
GTM_MCS2_CH6_IRQ_EN 0xF0132348          MCS2 Channel 6 Interrupt Enable Register
GTM_MCS2_CH6_IRQ_FORCINT 0xF013234C          MCS2 Channel 6 Software Interrupt Generation Register
GTM_MCS2_CH6_IRQ_MODE 0xF0132350          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH6_EIRQ_EN 0xF0132354          MCS2_Channel 6 Error Interrupt Enable Register
GTM_MCS2_CH7_R0 0xF0132380          MCS2 Channel 7 Program Counter Register 0
GTM_MCS2_CH7_R1 0xF0132384          MCS2 Channel 7 Program Counter Register 1
GTM_MCS2_CH7_R2 0xF0132388          MCS2 Channel 7 Program Counter Register 2
GTM_MCS2_CH7_R3 0xF013238C          MCS2 Channel 7 Program Counter Register 3
GTM_MCS2_CH7_R4 0xF0132390          MCS2 Channel 7 Program Counter Register 4
GTM_MCS2_CH7_R5 0xF0132394          MCS2 Channel 7 Program Counter Register 5
GTM_MCS2_CH7_R6 0xF0132398          MCS2 Channel 7 Program Counter Register 6
GTM_MCS2_CH7_R7 0xF013239C          MCS2 Channel 7 Program Counter Register 7
GTM_MCS2_CH7_CTRL 0xF01323A0          MCS2 Channel Control Register
GTM_MCS2_CH7_ACB 0xF01323A4          MCS2 Channel ACB Register
GTM_MCS2_CH7_PC 0xF01323C0          MCS2 Channel 7 Program Counter Register
GTM_MCS2_CH7_IRQ_NOTIFY 0xF01323C4          MCS2 Channel 7 interrupt notification register
GTM_MCS2_CH7_IRQ_EN 0xF01323C8          MCS2 Channel 7 Interrupt Enable Register
GTM_MCS2_CH7_IRQ_FORCINT 0xF01323CC          MCS2 Channel 7 Software Interrupt Generation Register
GTM_MCS2_CH7_IRQ_MODE 0xF01323D0          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH7_EIRQ_EN 0xF01323D4          MCS2_Channel 7 Error Interrupt Enable Register
GTM_MCS3_CH0_R0 0xF0133000          MCS3 Channel 0 Program Counter Register 0
GTM_MCS3_CH0_R1 0xF0133004          MCS3 Channel 0 Program Counter Register 1
GTM_MCS3_CH0_R2 0xF0133008          MCS3 Channel 0 Program Counter Register 2
GTM_MCS3_CH0_R3 0xF013300C          MCS3 Channel 0 Program Counter Register 3
GTM_MCS3_CH0_R4 0xF0133010          MCS3 Channel 0 Program Counter Register 4
GTM_MCS3_CH0_R5 0xF0133014          MCS3 Channel 0 Program Counter Register 5
GTM_MCS3_CH0_R6 0xF0133018          MCS3 Channel 0 Program Counter Register 6
GTM_MCS3_CH0_R7 0xF013301C          MCS3 Channel 0 Program Counter Register 7
GTM_MCS3_CH0_CTRL 0xF0133020          MCS3 Channel Control Register
GTM_MCS3_CH0_ACB 0xF0133024          MCS3 Channel ACB Register
GTM_MCS3_CTRG   0xF0133028          MCS3 Clear Trigger Control Register
GTM_MCS3_STRG   0xF013302C          MCS3 Set Trigger Control Register
GTM_MCS3_CH0_PC 0xF0133040          MCS3 Channel 0 Program Counter Register
GTM_MCS3_CH0_IRQ_NOTIFY 0xF0133044          MCS3 Channel 0 interrupt notification register
GTM_MCS3_CH0_IRQ_EN 0xF0133048          MCS3 Channel 0 Interrupt Enable Register
GTM_MCS3_CH0_IRQ_FORCINT 0xF013304C          MCS3 Channel 0 Software Interrupt Generation Register
GTM_MCS3_CH0_IRQ_MODE 0xF0133050          MCS3 IRQ Mode Configuration Register
GTM_MCS3_CH0_EIRQ_EN 0xF0133054          MCS3_Channel 0 Error Interrupt Enable Register
GTM_MCS3_CTRL   0xF0133074          MCS3 Control Register
GTM_MCS3_RST    0xF0133078          MCS3 Channel Reset Register
GTM_MCS3_ERR    0xF013307C          MCS3 Error Register
GTM_MCS3_CH1_R0 0xF0133080          MCS3 Channel 1 Program Counter Register 0
GTM_MCS3_CH1_R1 0xF0133084          MCS3 Channel 1 Program Counter Register 1
GTM_MCS3_CH1_R2 0xF0133088          MCS3 Channel 1 Program Counter Register 2
GTM_MCS3_CH1_R3 0xF013308C          MCS3 Channel 1 Program Counter Register 3
GTM_MCS3_CH1_R4 0xF0133090          MCS3 Channel 1 Program Counter Register 4
GTM_MCS3_CH1_R5 0xF0133094          MCS3 Channel 1 Program Counter Register 5
GTM_MCS3_CH1_R6 0xF0133098          MCS3 Channel 1 Program Counter Register 6
GTM_MCS3_CH1_R7 0xF013309C          MCS3 Channel 1 Program Counter Register 7
GTM_MCS3_CH1_CTRL 0xF01330A0          MCS3 Channel Control Register
GTM_MCS3_CH1_ACB 0xF01330A4          MCS3 Channel ACB Register
GTM_MCS3_CH1_PC 0xF01330C0          MCS3 Channel 1 Program Counter Register
GTM_MCS3_CH1_IRQ_NOTIFY 0xF01330C4          MCS3 Channel 1 interrupt notification register
GTM_MCS3_CH1_IRQ_EN 0xF01330C8          MCS3 Channel 1 Interrupt Enable Register
GTM_MCS3_CH1_IRQ_FORCINT 0xF01330CC          MCS3 Channel 1 Software Interrupt Generation Register
GTM_MCS3_CH1_IRQ_MODE 0xF01330D0          MCS3 IRQ Mode Configuration Register
GTM_MCS3_CH1_EIRQ_EN 0xF01330D4          MCS3_Channel 1 Error Interrupt Enable Register
GTM_MCS3_CH2_R0 0xF0133100          MCS3 Channel 2 Program Counter Register 0
GTM_MCS3_CH2_R1 0xF0133104          MCS3 Channel 2 Program Counter Register 1
GTM_MCS3_CH2_R2 0xF0133108          MCS3 Channel 2 Program Counter Register 2
GTM_MCS3_CH2_R3 0xF013310C          MCS3 Channel 2 Program Counter Register 3
GTM_MCS3_CH2_R4 0xF0133110          MCS3 Channel 2 Program Counter Register 4
GTM_MCS3_CH2_R5 0xF0133114          MCS3 Channel 2 Program Counter Register 5
GTM_MCS3_CH2_R6 0xF0133118          MCS3 Channel 2 Program Counter Register 6
GTM_MCS3_CH2_R7 0xF013311C          MCS3 Channel 2 Program Counter Register 7
GTM_MCS3_CH2_CTRL 0xF0133120          MCS3 Channel Control Register
GTM_MCS3_CH2_ACB 0xF0133124          MCS3 Channel ACB Register
GTM_MCS3_CH2_PC 0xF0133140          MCS3 Channel 2 Program Counter Register
GTM_MCS3_CH2_IRQ_NOTIFY 0xF0133144          MCS3 Channel 2 interrupt notification register
GTM_MCS3_CH2_IRQ_EN 0xF0133148          MCS3 Channel 2 Interrupt Enable Register
GTM_MCS3_CH2_IRQ_FORCINT 0xF013314C          MCS3 Channel 2 Software Interrupt Generation Register
GTM_MCS3_CH2_IRQ_MODE 0xF0133150          MCS3 IRQ Mode Configuration Register
GTM_MCS3_CH2_EIRQ_EN 0xF0133154          MCS3_Channel 2 Error Interrupt Enable Register
GTM_MCS3_CH3_R0 0xF0133180          MCS3 Channel 3 Program Counter Register 0
GTM_MCS3_CH3_R1 0xF0133184          MCS3 Channel 3 Program Counter Register 1
GTM_MCS3_CH3_R2 0xF0133188          MCS3 Channel 3 Program Counter Register 2
GTM_MCS3_CH3_R3 0xF013318C          MCS3 Channel 3 Program Counter Register 3
GTM_MCS3_CH3_R4 0xF0133190          MCS3 Channel 3 Program Counter Register 4
GTM_MCS3_CH3_R5 0xF0133194          MCS3 Channel 3 Program Counter Register 5
GTM_MCS3_CH3_R6 0xF0133198          MCS3 Channel 3 Program Counter Register 6
GTM_MCS3_CH3_R7 0xF013319C          MCS3 Channel 3 Program Counter Register 7
GTM_MCS3_CH3_CTRL 0xF01331A0          MCS3 Channel Control Register
GTM_MCS3_CH3_ACB 0xF01331A4          MCS3 Channel ACB Register
GTM_MCS3_CH3_PC 0xF01331C0          MCS3 Channel 3 Program Counter Register
GTM_MCS3_CH3_IRQ_NOTIFY 0xF01331C4          MCS3 Channel 3 interrupt notification register
GTM_MCS3_CH3_IRQ_EN 0xF01331C8          MCS3 Channel 3 Interrupt Enable Register
GTM_MCS3_CH3_IRQ_FORCINT 0xF01331CC          MCS3 Channel 3 Software Interrupt Generation Register
GTM_MCS3_CH3_IRQ_MODE 0xF01331D0          MCS3 IRQ Mode Configuration Register
GTM_MCS3_CH3_EIRQ_EN 0xF01331D4          MCS3_Channel 3 Error Interrupt Enable Register
GTM_MCS3_CH4_R0 0xF0133200          MCS3 Channel 4 Program Counter Register 0
GTM_MCS3_CH4_R1 0xF0133204          MCS3 Channel 4 Program Counter Register 1
GTM_MCS3_CH4_R2 0xF0133208          MCS3 Channel 4 Program Counter Register 2
GTM_MCS3_CH4_R3 0xF013320C          MCS3 Channel 4 Program Counter Register 3
GTM_MCS3_CH4_R4 0xF0133210          MCS3 Channel 4 Program Counter Register 4
GTM_MCS3_CH4_R5 0xF0133214          MCS3 Channel 4 Program Counter Register 5
GTM_MCS3_CH4_R6 0xF0133218          MCS3 Channel 4 Program Counter Register 6
GTM_MCS3_CH4_R7 0xF013321C          MCS3 Channel 4 Program Counter Register 7
GTM_MCS3_CH4_CTRL 0xF0133220          MCS3 Channel Control Register
GTM_MCS3_CH4_ACB 0xF0133224          MCS3 Channel ACB Register
GTM_MCS3_CH4_PC 0xF0133240          MCS3 Channel 4 Program Counter Register
GTM_MCS3_CH4_IRQ_NOTIFY 0xF0133244          MCS3 Channel 4 interrupt notification register
GTM_MCS3_CH4_IRQ_EN 0xF0133248          MCS3 Channel 4 Interrupt Enable Register
GTM_MCS3_CH4_IRQ_FORCINT 0xF013324C          MCS3 Channel 4 Software Interrupt Generation Register
GTM_MCS3_CH4_IRQ_MODE 0xF0133250          MCS3 IRQ Mode Configuration Register
GTM_MCS3_CH4_EIRQ_EN 0xF0133254          MCS3_Channel 4 Error Interrupt Enable Register
GTM_MCS3_CH5_R0 0xF0133280          MCS3 Channel 5 Program Counter Register 0
GTM_MCS3_CH5_R1 0xF0133284          MCS3 Channel 5 Program Counter Register 1
GTM_MCS3_CH5_R2 0xF0133288          MCS3 Channel 5 Program Counter Register 2
GTM_MCS3_CH5_R3 0xF013328C          MCS3 Channel 5 Program Counter Register 3
GTM_MCS3_CH5_R4 0xF0133290          MCS3 Channel 5 Program Counter Register 4
GTM_MCS3_CH5_R5 0xF0133294          MCS3 Channel 5 Program Counter Register 5
GTM_MCS3_CH5_R6 0xF0133298          MCS3 Channel 5 Program Counter Register 6
GTM_MCS3_CH5_R7 0xF013329C          MCS3 Channel 5 Program Counter Register 7
GTM_MCS3_CH5_CTRL 0xF01332A0          MCS3 Channel Control Register
GTM_MCS3_CH5_ACB 0xF01332A4          MCS3 Channel ACB Register
GTM_MCS3_CH5_PC 0xF01332C0          MCS3 Channel 5 Program Counter Register
GTM_MCS3_CH5_IRQ_NOTIFY 0xF01332C4          MCS3 Channel 5 interrupt notification register
GTM_MCS3_CH5_IRQ_EN 0xF01332C8          MCS3 Channel 5 Interrupt Enable Register
GTM_MCS3_CH5_IRQ_FORCINT 0xF01332CC          MCS3 Channel 5 Software Interrupt Generation Register
GTM_MCS3_CH5_IRQ_MODE 0xF01332D0          MCS3 IRQ Mode Configuration Register
GTM_MCS3_CH5_EIRQ_EN 0xF01332D4          MCS3_Channel 5 Error Interrupt Enable Register
GTM_MCS3_CH6_R0 0xF0133300          MCS3 Channel 6 Program Counter Register 0
GTM_MCS3_CH6_R1 0xF0133304          MCS3 Channel 6 Program Counter Register 1
GTM_MCS3_CH6_R2 0xF0133308          MCS3 Channel 6 Program Counter Register 2
GTM_MCS3_CH6_R3 0xF013330C          MCS3 Channel 6 Program Counter Register 3
GTM_MCS3_CH6_R4 0xF0133310          MCS3 Channel 6 Program Counter Register 4
GTM_MCS3_CH6_R5 0xF0133314          MCS3 Channel 6 Program Counter Register 5
GTM_MCS3_CH6_R6 0xF0133318          MCS3 Channel 6 Program Counter Register 6
GTM_MCS3_CH6_R7 0xF013331C          MCS3 Channel 6 Program Counter Register 7
GTM_MCS3_CH6_CTRL 0xF0133320          MCS3 Channel Control Register
GTM_MCS3_CH6_ACB 0xF0133324          MCS3 Channel ACB Register
GTM_MCS3_CH6_PC 0xF0133340          MCS3 Channel 6 Program Counter Register
GTM_MCS3_CH6_IRQ_NOTIFY 0xF0133344          MCS3 Channel 6 interrupt notification register
GTM_MCS3_CH6_IRQ_EN 0xF0133348          MCS3 Channel 6 Interrupt Enable Register
GTM_MCS3_CH6_IRQ_FORCINT 0xF013334C          MCS3 Channel 6 Software Interrupt Generation Register
GTM_MCS3_CH6_IRQ_MODE 0xF0133350          MCS3 IRQ Mode Configuration Register
GTM_MCS3_CH6_EIRQ_EN 0xF0133354          MCS3_Channel 6 Error Interrupt Enable Register
GTM_MCS3_CH7_R0 0xF0133380          MCS3 Channel 7 Program Counter Register 0
GTM_MCS3_CH7_R1 0xF0133384          MCS3 Channel 7 Program Counter Register 1
GTM_MCS3_CH7_R2 0xF0133388          MCS3 Channel 7 Program Counter Register 2
GTM_MCS3_CH7_R3 0xF013338C          MCS3 Channel 7 Program Counter Register 3
GTM_MCS3_CH7_R4 0xF0133390          MCS3 Channel 7 Program Counter Register 4
GTM_MCS3_CH7_R5 0xF0133394          MCS3 Channel 7 Program Counter Register 5
GTM_MCS3_CH7_R6 0xF0133398          MCS3 Channel 7 Program Counter Register 6
GTM_MCS3_CH7_R7 0xF013339C          MCS3 Channel 7 Program Counter Register 7
GTM_MCS3_CH7_CTRL 0xF01333A0          MCS3 Channel Control Register
GTM_MCS3_CH7_ACB 0xF01333A4          MCS3 Channel ACB Register
GTM_MCS3_CH7_PC 0xF01333C0          MCS3 Channel 7 Program Counter Register
GTM_MCS3_CH7_IRQ_NOTIFY 0xF01333C4          MCS3 Channel 7 interrupt notification register
GTM_MCS3_CH7_IRQ_EN 0xF01333C8          MCS3 Channel 7 Interrupt Enable Register
GTM_MCS3_CH7_IRQ_FORCINT 0xF01333CC          MCS3 Channel 7 Software Interrupt Generation Register
GTM_MCS3_CH7_IRQ_MODE 0xF01333D0          MCS3 IRQ Mode Configuration Register
GTM_MCS3_CH7_EIRQ_EN 0xF01333D4          MCS3_Channel 7 Error Interrupt Enable Register
GTM_CLC         0xF019FD00          Clock Control Register
GTM_TIM0INSEL   0xF019FD10          TIM0 Input Select Register
GTM_TIM1INSEL   0xF019FD14          TIM1 Input Select Register
GTM_TIM2INSEL   0xF019FD18          TIM2 Input Select Register
GTM_TIM3INSEL   0xF019FD1C          TIM3 Input Select Register
GTM_TOUTSEL0    0xF019FD30          Timer Output Select Register
GTM_TOUTSEL1    0xF019FD34          Timer Output Select Register
GTM_TOUTSEL2    0xF019FD38          Timer Output Select Register
GTM_TOUTSEL3    0xF019FD3C          Timer Output Select Register
GTM_TOUTSEL4    0xF019FD40          Timer Output Select Register
GTM_TOUTSEL5    0xF019FD44          Timer Output Select Register
GTM_TOUTSEL6    0xF019FD48          Timer Output Select Register
GTM_TOUTSEL7    0xF019FD4C          Timer Output Select Register
GTM_TOUTSEL8    0xF019FD50          Timer Output Select Register
GTM_TOUTSEL9    0xF019FD54          Timer Output Select Register
GTM_TOUTSEL10   0xF019FD58          Timer Output Select Register
GTM_TOUTSEL11   0xF019FD5C          Timer Output Select Register
GTM_TOUTSEL12   0xF019FD60          Timer Output Select Register
GTM_TOUTSEL13   0xF019FD64          Timer Output Select Register
GTM_TOUTSEL14   0xF019FD68          Timer Output Select Register
GTM_DSADCINSEL0 0xF019FD7C          DSADC Input Select 0 Register
GTM_DSADCINSEL1 0xF019FD80          DSADC Input Select 1 Register
GTM_DSADCINSEL2 0xF019FD84          DSADC Input Select 2 Register
GTM_DSADCOUTSEL00 0xF019FD88          DSADC Output Select 00 Register
GTM_DSADCOUTSEL10 0xF019FD90          DSADC Output Select 10 Register
GTM_CANOUTSEL   0xF019FDA0          CAN Output Select Register
GTM_PSI5OUTSEL0 0xF019FDA4          PSI5 Output Select 0 Register
GTM_PSI5SOUTSEL 0xF019FDA8          PSI5-S Output Select Register
GTM_ADCTRIG0OUT0 0xF019FDB0          ADC Trigger 0 Output Select 0 Register
GTM_ADCTRIG0OUT1 0xF019FDB4          ADC Trigger 0 Output Select 1 Register
GTM_ADCTRIG1OUT0 0xF019FDB8          ADC Trigger 1 Output Select 0 Register
GTM_ADCTRIG1OUT1 0xF019FDBC          ADC Trigger 1 Output Select 1 Register
GTM_OTBU0T      0xF019FDC4          OCDS TBU0 Trigger Register
GTM_OTBU1T      0xF019FDC8          OCDS TBU1 Trigger Register
GTM_OTBU2T      0xF019FDCC          OCDS TBU2 Trigger Register
GTM_OTSS        0xF019FDD0          OCDS Trigger Set Select Register
GTM_OTSC0       0xF019FDD4          OCDS Trigger Set Control 0 Register
GTM_OTSC1       0xF019FDD8          OCDS Trigger Set Control 1 Register
GTM_ODA         0xF019FDDC          OCDS Debug Access Register
GTM_OCS         0xF019FDE8          OCDS Control and Status
GTM_KRSTCLR     0xF019FDEC          Kernel Reset Status Clear Register
GTM_KRST1       0xF019FDF0          Kernel Reset Register 1
GTM_KRST0       0xF019FDF4          Kernel Reset Register 0
GTM_ACCEN1      0xF019FDF8          Access Enable Register 1
GTM_ACCEN0      0xF019FDFC          Access Enable Register 0
GTM_DXOUTCON    0xF019FE00          Data Exchange Output Control Register
GTM_TRIGOUT00   0xF019FE04          Trigger Output 0 Register 0
GTM_TRIGOUT01   0xF019FE08          Trigger Output 0 Register 1
GTM_TRIGOUT02   0xF019FE0C          Trigger Output 0 Register 2
GTM_TRIGOUT03   0xF019FE10          Trigger Output 0 Register 3
GTM_TRIGOUT10   0xF019FE44          Trigger Output 0 Register 0
GTM_TRIGOUT11   0xF019FE48          Trigger Output 0 Register 1
GTM_TRIGOUT12   0xF019FE4C          Trigger Output 0 Register 2
GTM_TRIGOUT13   0xF019FE50          Trigger Output 0 Register 3
GTM_MCSINTSTAT  0xF019FE70          MCS Interrupt Status Register
GTM_MCSINTCLR   0xF019FE74          MCS Interrupt Clear Register
GTM_DXINCON     0xF019FE90          Data Exchange Input Control Register
GTM_DATAIN00    0xF019FE94          Data Input 0 0 Register
GTM_DATAIN01    0xF019FE98          Data Input 0 1 Register
GTM_DATAIN02    0xF019FE9C          Data Input 0 2 Register
GTM_DATAIN03    0xF019FEA0          Data Input 0 3 Register
GTM_DATAIN10    0xF019FED4          Data Input 0 Register
GTM_DATAIN11    0xF019FED8          Data Input 1 Register
GTM_DATAIN12    0xF019FEDC          Data Input 2 Register
GTM_DATAIN13    0xF019FEE0          Data Input 3 Register
GTM_MSCSET1CON0 0xF019FF00          MSC Set 1 Control 0 Register
GTM_MSCSET1CON1 0xF019FF04          MSC Set 1 Control 1 Register
GTM_MSCSET1CON2 0xF019FF08          MSC Set 1 Control 2 Register
GTM_MSCSET1CON3 0xF019FF0C          MSC Set 1 Control 3 Register
GTM_MSCSET2CON0 0xF019FF10          MSC Set 2 Control 0 Register
GTM_MSCSET2CON1 0xF019FF14          MSC Set 2 Control 1 Register
GTM_MSCSET2CON2 0xF019FF18          MSC Set 2 Control 2 Register
GTM_MSCSET2CON3 0xF019FF1C          MSC Set 2 Control 3 Register
GTM_MSCSET3CON0 0xF019FF20          MSC Set 3 Control 0 Register
GTM_MSCSET3CON1 0xF019FF24          MSC Set 3 Control 1 Register
GTM_MSCSET3CON2 0xF019FF28          MSC Set 3 Control 2 Register
GTM_MSCSET3CON3 0xF019FF2C          MSC Set 3 Control 3 Register
GTM_MSCSET4CON0 0xF019FF30          MSC Set 4 Control 0 Register
GTM_MSCSET4CON1 0xF019FF34          MSC Set 4 Control 1 Register
GTM_MSCSET4CON2 0xF019FF38          MSC Set 4 Control 2 Register
GTM_MSCSET4CON3 0xF019FF3C          MSC Set 4 Control 3 Register
GTM_MSC0INLCON  0xF019FF60          MSC0 Input Low Control Register
GTM_MSC0INHCON  0xF019FF64          MSC0 Input High Control Register
GTM_MSC1INLCON  0xF019FF68          MSC1 Input Low Control Register
GTM_MSC1INHCON  0xF019FF6C          MSC1 Input High Control Register
PMU0_ID         0xF8000508          PMU0 Identification Register
FLASH0_COMM0    0xF8001000          FSI Communication Register 0
FLASH0_COMM1    0xF8001004          FSI Communication Register 1
FLASH0_COMM2    0xF8001008          FSI Communication Register 2
FLASH0_ID       0xF8002008          Flash Module Identification Register
FLASH0_FSR      0xF8002010          Flash Status Register
FLASH0_FCON     0xF8002014          Flash Configuration Register
FLASH0_FPRO     0xF800201C          Flash Protection Control and Status Register
FLASH0_PROCONP0 0xF8002020          PFlash Protection Configuration PF0
FLASH0_PROCONP1 0xF8002024          PFlash Protection Configuration PF1
FLASH0_PROCOND  0xF8002030          DFlash Protection Configuration
FLASH0_PROCONHSMCOTP 0xF8002034          HSM Code Flash OTP Protection Configuration
FLASH0_PROCONOTP0 0xF8002038          OTP Protection Configuration PF0
FLASH0_PROCONOTP1 0xF800203C          OTP Protection Configuration PF1
FLASH0_PROCONWOP0 0xF8002048          Write-Once Protection Configuration PF0
FLASH0_PROCONWOP1 0xF800204C          Write-Once Protection Configuration PF1
FLASH0_PROCONDBG 0xF8002058          Debug Interface Protection Configuration
FLASH0_PROCONHSM 0xF800205C          HSM Interface Configuration
FLASH0_RDBCFG00 0xF8002060          Read Buffer Port 0 Cfg 0
FLASH0_RDBCFG01 0xF8002064          Read Buffer Port 0 Cfg 1
FLASH0_RDBCFG02 0xF8002068          Read Buffer Port 0 Cfg 2
FLASH0_RDBCFG10 0xF800206C          Read Buffer Port 1 Cfg 0
FLASH0_RDBCFG11 0xF8002070          Read Buffer Port 1 Cfg 1
FLASH0_RDBCFG12 0xF8002074          Read Buffer Port 1 Cfg 2
FLASH0_ECCW     0xF8002090          ECC Write Register
FLASH0_ECCRP0   0xF8002094          ECC Read Register PF0
FLASH0_ECCRP1   0xF8002098          ECC Read Register PF1
FLASH0_ECCRD    0xF80020A4          ECC Read Register DF
FLASH0_MARP     0xF80020A8          Margin Control Register PFlash
FLASH0_MARD     0xF80020AC          Margin Control Register DFlash
FLASH0_CBABCFG0 0xF80020B4          CBAB Configuration Port 0
FLASH0_CBABSTAT0 0xF80020B8          CBAB Status Port 0
FLASH0_CBABTOP0 0xF80020BC          CBAB FIFO TOP Entry Port 0
FLASH0_CBABCFG1 0xF80020C0          CBAB Configuration Port 1
FLASH0_CBABSTAT1 0xF80020C4          CBAB Status Port 1
FLASH0_CBABTOP1 0xF80020C8          CBAB FIFO TOP Entry Port 1
FLASH0_UBABCFG0 0xF80020E4          UBAB Configuration Port 0
FLASH0_UBABSTAT0 0xF80020E8          UBAB Status Port 0
FLASH0_UBABTOP0 0xF80020EC          UBAB FIFO TOP Entry Port 0
FLASH0_UBABCFG1 0xF80020F0          UBAB Configuration Port 1
FLASH0_UBABSTAT1 0xF80020F4          UBAB Status Port 1
FLASH0_UBABTOP1 0xF80020F8          UBAB FIFO TOP Entry Port 1
FLASH0_RRCT     0xF8002140          Requested Read Control Register
FLASH0_RRD0     0xF8002144          Requested Read Data Register 0
FLASH0_RRD1     0xF8002148          Requested Read Data Register 1
FLASH0_RRAD     0xF800214C          Requested Read Address Register
FLASH0_HSMFSR   0xF8002200          Flash Status Register
FLASH0_HSMFCON  0xF8002204          HSM Flash Configuration Register
FLASH0_HSMMARD  0xF8002208          Margin Control Register HSM DFlash
FLASH0_HSMRRCT  0xF800220C          Requested Read Control Register HSM
FLASH0_HSMRRD0  0xF8002210          HSM Requested Read Data Register 0
FLASH0_HSMRRD1  0xF8002214          HSM Requested Read Data Register 1
FLASH0_HSMRRAD  0xF8002218          HSM Requested Read Address Register
FLASH0_ACCEN1   0xF80023F8          Access Enable Register 1
FLASH0_ACCEN0   0xF80023FC          Access Enable Register 0
XBAR_EXTCOND    0xF8700000          External Control Register D
XBAR_ARBCOND    0xF8700004          Arbiter Control Register D
XBAR_PRIOHD     0xF8700008          Arbiter Priority Register D
XBAR_PRIOLD     0xF870000C          Arbiter Priority Register D
XBAR_ERRADDRD   0xF8700010          Error/Debug Address Capture Register D
XBAR_ERRD       0xF8700014          Error/Debug Capture Register D
XBAR_DBCOND     0xF8700018          Debug Control Register D
XBAR_DBADDD     0xF870001C          Debug Address Register D
XBAR_DBMADDD    0xF8700020          Debug Mask Address Register D
XBAR_ARBCON0    0xF8700044          Arbiter Control Register 0
XBAR_PRIOH0     0xF8700048          Arbiter Priority Register 0
XBAR_PRIOL0     0xF870004C          Arbiter Priority Register 0
XBAR_ERRADDR0   0xF8700050          Error/Debug Address Capture Register 0
XBAR_ERR0       0xF8700054          Error/Debug Capture Register 0
XBAR_DBCON0     0xF8700058          Debug Control Register 0
XBAR_DBADD0     0xF870005C          Debug Address Register 0
XBAR_DBMADD0    0xF8700060          Debug Mask Address Register 0
XBAR_ARBCON1    0xF8700084          Arbiter Control Register 1
XBAR_PRIOH1     0xF8700088          Arbiter Priority Register 1
XBAR_PRIOL1     0xF870008C          Arbiter Priority Register 1
XBAR_ERRADDR1   0xF8700090          Error/Debug Address Capture Register 1
XBAR_ERR1       0xF8700094          Error/Debug Capture Register 1
XBAR_DBCON1     0xF8700098          Debug Control Register 1
XBAR_DBADD1     0xF870009C          Debug Address Register 1
XBAR_DBMADD1    0xF87000A0          Debug Mask Address Register 1
XBAR_ARBCON2    0xF87000C4          Arbiter Control Register 2
XBAR_PRIOH2     0xF87000C8          Arbiter Priority Register 2
XBAR_PRIOL2     0xF87000CC          Arbiter Priority Register 2
XBAR_ERRADDR2   0xF87000D0          Error/Debug Address Capture Register 2
XBAR_ERR2       0xF87000D4          Error/Debug Capture Register 2
XBAR_DBCON2     0xF87000D8          Debug Control Register 2
XBAR_DBADD2     0xF87000DC          Debug Address Register 2
XBAR_DBMADD2    0xF87000E0          Debug Mask Address Register 2
XBAR_ARBCON4    0xF8700144          Arbiter Control Register 4
XBAR_PRIOH4     0xF8700148          Arbiter Priority Register 4
XBAR_PRIOL4     0xF870014C          Arbiter Priority Register 4
XBAR_ERRADDR4   0xF8700150          Error/Debug Address Capture Register 4
XBAR_ERR4       0xF8700154          Error/Debug Capture Register 4
XBAR_DBCON4     0xF8700158          Debug Control Register 4
XBAR_DBADD4     0xF870015C          Debug Address Register 4
XBAR_DBMADD4    0xF8700160          Debug Mask Address Register 4
XBAR_ARBCON6    0xF87001C4          Arbiter Control Register 6
XBAR_PRIOH6     0xF87001C8          Arbiter Priority Register 6
XBAR_PRIOL6     0xF87001CC          Arbiter Priority Register 6
XBAR_ERRADDR6   0xF87001D0          Error/Debug Address Capture Register 6
XBAR_ERR6       0xF87001D4          Error/Debug Capture Register 6
XBAR_DBCON6     0xF87001D8          Debug Control Register 6
XBAR_DBADD6     0xF87001DC          Debug Address Register 6
XBAR_DBMADD6    0xF87001E0          Debug Mask Address Register 6
XBAR_ARBCON7    0xF8700204          Arbiter Control Register 7
XBAR_PRIOH7     0xF8700208          Arbiter Priority Register 7
XBAR_PRIOL7     0xF870020C          Arbiter Priority Register 7
XBAR_ERRADDR7   0xF8700210          Error/Debug Address Capture Register 7
XBAR_ERR7       0xF8700214          Error/Debug Capture Register 7
XBAR_DBCON7     0xF8700218          Debug Control Register 7
XBAR_DBADD7     0xF870021C          Debug Address Register 7
XBAR_DBMADD7    0xF8700220          Debug Mask Address Register 7
XBAR_ARBCON8    0xF8700244          Arbiter Control Register 8
XBAR_PRIOH8     0xF8700248          Arbiter Priority Register 8
XBAR_PRIOL8     0xF870024C          Arbiter Priority Register 8
XBAR_ERRADDR8   0xF8700250          Error/Debug Address Capture Register 8
XBAR_ERR8       0xF8700254          Error/Debug Capture Register 8
XBAR_DBCON8     0xF8700258          Debug Control Register 8
XBAR_DBADD8     0xF870025C          Debug Address Register 8
XBAR_DBMADD8    0xF8700260          Debug Mask Address Register 8
XBAR_ID         0xF8700408          Module Identification Register
XBAR_DBSAT      0xF870040C          Debug Trigger Event Status Register
XBAR_INTSAT     0xF8700410          Arbiter Interrupt Status Register
XBAR_IDINTSAT   0xF8700414          Transaction ID Interrupt Status Register
XBAR_IDINTEN    0xF8700418          Transaction ID Interrupt Enable Register
XBAR_ACCEN1     0xF87004F8          Access Enable Register 1
XBAR_ACCEN0     0xF87004FC          Access Enable Register 0
LMU_CLC         0xF8700800          LMU Clock Control Register
LMU_MODID       0xF8700808          LMU Module ID Register
LMU_ACCEN0      0xF8700810          LMU Access Enable Register 0
LMU_ACCEN1      0xF8700814          LMU Access Enable Register 1
LMU_MEMCON      0xF8700820          LMU Memory Control Register
LMU_BUFCON0     0xF8700830          LMU Buffer Control Register
LMU_BUFCON1     0xF8700834          LMU Buffer Control Register
LMU_BUFCON2     0xF8700838          LMU Buffer Control Register
LMU_RGNLA0      0xF8700850          LMU Region Lower Address Register
LMU_RGNUA0      0xF8700854          LMU Region Upper Address Register
LMU_RGNACCENA0  0xF8700858          LMU Region Access Enable Register 0
LMU_RGNACCENB0  0xF870085C          LMU Region Access Enable Register 1
LMU_RGNLA1      0xF8700860          LMU Region Lower Address Register
LMU_RGNUA1      0xF8700864          LMU Region Upper Address Register
LMU_RGNACCENA1  0xF8700868          LMU Region Access Enable Register 0
LMU_RGNACCENB1  0xF870086C          LMU Region Access Enable Register 1
LMU_RGNLA2      0xF8700870          LMU Region Lower Address Register
LMU_RGNUA2      0xF8700874          LMU Region Upper Address Register
LMU_RGNACCENA2  0xF8700878          LMU Region Access Enable Register 0
LMU_RGNACCENB2  0xF870087C          LMU Region Access Enable Register 1
LMU_RGNLA3      0xF8700880          LMU Region Lower Address Register
LMU_RGNUA3      0xF8700884          LMU Region Upper Address Register
LMU_RGNACCENA3  0xF8700888          LMU Region Access Enable Register 0
LMU_RGNACCENB3  0xF870088C          LMU Region Access Enable Register 1
LMU_RGNLA4      0xF8700890          LMU Region Lower Address Register
LMU_RGNUA4      0xF8700894          LMU Region Upper Address Register
LMU_RGNACCENA4  0xF8700898          LMU Region Access Enable Register 0
LMU_RGNACCENB4  0xF870089C          LMU Region Access Enable Register 1
LMU_RGNLA5      0xF87008A0          LMU Region Lower Address Register
LMU_RGNUA5      0xF87008A4          LMU Region Upper Address Register
LMU_RGNACCENA5  0xF87008A8          LMU Region Access Enable Register 0
LMU_RGNACCENB5  0xF87008AC          LMU Region Access Enable Register 1
LMU_RGNLA6      0xF87008B0          LMU Region Lower Address Register
LMU_RGNUA6      0xF87008B4          LMU Region Upper Address Register
LMU_RGNACCENA6  0xF87008B8          LMU Region Access Enable Register 0
LMU_RGNACCENB6  0xF87008BC          LMU Region Access Enable Register 1
LMU_RGNLA7      0xF87008C0          LMU Region Lower Address Register
LMU_RGNUA7      0xF87008C4          LMU Region Upper Address Register
LMU_RGNACCENA7  0xF87008C8          LMU Region Access Enable Register 0
LMU_RGNACCENB7  0xF87008CC          LMU Region Access Enable Register 1
CPU0_SPROT_RGNLA0 0xF880E000          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA0 0xF880E004          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA0 0xF880E008          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB0 0xF880E00C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA1 0xF880E010          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA1 0xF880E014          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA1 0xF880E018          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB1 0xF880E01C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA2 0xF880E020          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA2 0xF880E024          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA2 0xF880E028          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB2 0xF880E02C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA3 0xF880E030          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA3 0xF880E034          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA3 0xF880E038          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB3 0xF880E03C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA4 0xF880E040          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA4 0xF880E044          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA4 0xF880E048          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB4 0xF880E04C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA5 0xF880E050          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA5 0xF880E054          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA5 0xF880E058          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB5 0xF880E05C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA6 0xF880E060          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA6 0xF880E064          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA6 0xF880E068          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB6 0xF880E06C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA7 0xF880E070          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA7 0xF880E074          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA7 0xF880E078          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB7 0xF880E07C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_ACCENA 0xF880E100          CPU0 Safety Protection Register Access Enable Register A
CPU0_SPROT_ACCENB 0xF880E104          CPU0 Safety Protection Region Access Enable Register B
OVC0_OSEL       0xF880FB00          Overlay Range Select Register
OVC0_RABR0      0xF880FB10          Redirected Address Base Register 0
OVC0_OTAR0      0xF880FB14          Overlay Target Address Register 0
OVC0_OMASK0     0xF880FB18          Overlay Mask Register 0
OVC0_RABR1      0xF880FB1C          Redirected Address Base Register 1
OVC0_OTAR1      0xF880FB20          Overlay Target Address Register 1
OVC0_OMASK1     0xF880FB24          Overlay Mask Register 1
OVC0_RABR2      0xF880FB28          Redirected Address Base Register 2
OVC0_OTAR2      0xF880FB2C          Overlay Target Address Register 2
OVC0_OMASK2     0xF880FB30          Overlay Mask Register 2
OVC0_RABR3      0xF880FB34          Redirected Address Base Register 3
OVC0_OTAR3      0xF880FB38          Overlay Target Address Register 3
OVC0_OMASK3     0xF880FB3C          Overlay Mask Register 3
OVC0_RABR4      0xF880FB40          Redirected Address Base Register 4
OVC0_OTAR4      0xF880FB44          Overlay Target Address Register 4
OVC0_OMASK4     0xF880FB48          Overlay Mask Register 4
OVC0_RABR5      0xF880FB4C          Redirected Address Base Register 5
OVC0_OTAR5      0xF880FB50          Overlay Target Address Register 5
OVC0_OMASK5     0xF880FB54          Overlay Mask Register 5
OVC0_RABR6      0xF880FB58          Redirected Address Base Register 6
OVC0_OTAR6      0xF880FB5C          Overlay Target Address Register 6
OVC0_OMASK6     0xF880FB60          Overlay Mask Register 6
OVC0_RABR7      0xF880FB64          Redirected Address Base Register 7
OVC0_OTAR7      0xF880FB68          Overlay Target Address Register 7
OVC0_OMASK7     0xF880FB6C          Overlay Mask Register 7
OVC0_RABR8      0xF880FB70          Redirected Address Base Register 8
OVC0_OTAR8      0xF880FB74          Overlay Target Address Register 8
OVC0_OMASK8     0xF880FB78          Overlay Mask Register 8
OVC0_RABR9      0xF880FB7C          Redirected Address Base Register 9
OVC0_OTAR9      0xF880FB80          Overlay Target Address Register 9
OVC0_OMASK9     0xF880FB84          Overlay Mask Register 9
OVC0_RABR10     0xF880FB88          Redirected Address Base Register 10
OVC0_OTAR10     0xF880FB8C          Overlay Target Address Register 10
OVC0_OMASK10    0xF880FB90          Overlay Mask Register 10
OVC0_RABR11     0xF880FB94          Redirected Address Base Register 11
OVC0_OTAR11     0xF880FB98          Overlay Target Address Register 11
OVC0_OMASK11    0xF880FB9C          Overlay Mask Register 11
OVC0_RABR12     0xF880FBA0          Redirected Address Base Register 12
OVC0_OTAR12     0xF880FBA4          Overlay Target Address Register 12
OVC0_OMASK12    0xF880FBA8          Overlay Mask Register 12
OVC0_RABR13     0xF880FBAC          Redirected Address Base Register 13
OVC0_OTAR13     0xF880FBB0          Overlay Target Address Register 13
OVC0_OMASK13    0xF880FBB4          Overlay Mask Register 13
OVC0_RABR14     0xF880FBB8          Redirected Address Base Register 14
OVC0_OTAR14     0xF880FBBC          Overlay Target Address Register 14
OVC0_OMASK14    0xF880FBC0          Overlay Mask Register 14
OVC0_RABR15     0xF880FBC4          Redirected Address Base Register 15
OVC0_OTAR15     0xF880FBC8          Overlay Target Address Register 15
OVC0_OMASK15    0xF880FBCC          Overlay Mask Register 15
OVC0_RABR16     0xF880FBD0          Redirected Address Base Register 16
OVC0_OTAR16     0xF880FBD4          Overlay Target Address Register 16
OVC0_OMASK16    0xF880FBD8          Overlay Mask Register 16
OVC0_RABR17     0xF880FBDC          Redirected Address Base Register 17
OVC0_OTAR17     0xF880FBE0          Overlay Target Address Register 17
OVC0_OMASK17    0xF880FBE4          Overlay Mask Register 17
OVC0_RABR18     0xF880FBE8          Redirected Address Base Register 18
OVC0_OTAR18     0xF880FBEC          Overlay Target Address Register 18
OVC0_OMASK18    0xF880FBF0          Overlay Mask Register 18
OVC0_RABR19     0xF880FBF4          Redirected Address Base Register 19
OVC0_OTAR19     0xF880FBF8          Overlay Target Address Register 19
OVC0_OMASK19    0xF880FBFC          Overlay Mask Register 19
OVC0_RABR20     0xF880FC00          Redirected Address Base Register 20
OVC0_OTAR20     0xF880FC04          Overlay Target Address Register 20
OVC0_OMASK20    0xF880FC08          Overlay Mask Register 20
OVC0_RABR21     0xF880FC0C          Redirected Address Base Register 21
OVC0_OTAR21     0xF880FC10          Overlay Target Address Register 21
OVC0_OMASK21    0xF880FC14          Overlay Mask Register 21
OVC0_RABR22     0xF880FC18          Redirected Address Base Register 22
OVC0_OTAR22     0xF880FC1C          Overlay Target Address Register 22
OVC0_OMASK22    0xF880FC20          Overlay Mask Register 22
OVC0_RABR23     0xF880FC24          Redirected Address Base Register 23
OVC0_OTAR23     0xF880FC28          Overlay Target Address Register 23
OVC0_OMASK23    0xF880FC2C          Overlay Mask Register 23
OVC0_RABR24     0xF880FC30          Redirected Address Base Register 24
OVC0_OTAR24     0xF880FC34          Overlay Target Address Register 24
OVC0_OMASK24    0xF880FC38          Overlay Mask Register 24
OVC0_RABR25     0xF880FC3C          Redirected Address Base Register 25
OVC0_OTAR25     0xF880FC40          Overlay Target Address Register 25
OVC0_OMASK25    0xF880FC44          Overlay Mask Register 25
OVC0_RABR26     0xF880FC48          Redirected Address Base Register 26
OVC0_OTAR26     0xF880FC4C          Overlay Target Address Register 26
OVC0_OMASK26    0xF880FC50          Overlay Mask Register 26
OVC0_RABR27     0xF880FC54          Redirected Address Base Register 27
OVC0_OTAR27     0xF880FC58          Overlay Target Address Register 27
OVC0_OMASK27    0xF880FC5C          Overlay Mask Register 27
OVC0_RABR28     0xF880FC60          Redirected Address Base Register 28
OVC0_OTAR28     0xF880FC64          Overlay Target Address Register 28
OVC0_OMASK28    0xF880FC68          Overlay Mask Register 28
OVC0_RABR29     0xF880FC6C          Redirected Address Base Register 29
OVC0_OTAR29     0xF880FC70          Overlay Target Address Register 29
OVC0_OMASK29    0xF880FC74          Overlay Mask Register 29
OVC0_RABR30     0xF880FC78          Redirected Address Base Register 30
OVC0_OTAR30     0xF880FC7C          Overlay Target Address Register 30
OVC0_OMASK30    0xF880FC80          Overlay Mask Register 30
OVC0_RABR31     0xF880FC84          Redirected Address Base Register 31
OVC0_OTAR31     0xF880FC88          Overlay Target Address Register 31
OVC0_OMASK31    0xF880FC8C          Overlay Mask Register 31
CSFR_BASE       0xF8810000          Core Special Function Registers base (CPU0)
CPU0_SEGEN      0xF8811030          SRI Error Generation Register
CPU0_TASK_ASI   0xF8818004          CPU0 Task Address Space Identifier Register
CPU0_PMA0       0xF8818100          Data Access CacheabilityRegister
CPU0_PMA1       0xF8818104          Code Access CacheabilityRegister
CPU0_PMA2       0xF8818108          Peripheral Space Identifier register
CPU0_DCON2      0xF8819000          Data Control Register 2
CPU0_SMACON     0xF881900C          SIST Mode Access Control Register
CPU0_DSTR       0xF8819010          Data Synchronous Trap Register
CPU0_DATR       0xF8819018          Data Asynchronous Trap Register
CPU0_DEADD      0xF881901C          Data Error Address Register
CPU0_DIEAR      0xF8819020          Data Integrity Error Address Register
CPU0_DIETR      0xF8819024          Data Integrity Error Trap Register
CPU0_DCON0      0xF8819040          Data Memory Control Register
CPU0_PSTR       0xF8819200          Program Synchronous Trap Register
CPU0_PCON1      0xF8819204          Program Control 1
CPU0_PCON2      0xF8819208          Program Control 2
CPU0_PCON0      0xF881920C          Program Control 0
CPU0_PIEAR      0xF8819210          Program Integrity Error Address Register
CPU0_PIETR      0xF8819214          Program Integrity Error Trap Register
CPU0_COMPAT     0xF8819400          Compatibility Control Register
CPU0_FPU_TRAP_CON 0xF881A000          CPU0 Trap Control Register
CPU0_FPU_TRAP_PC 0xF881A004          CPU0 Trapping Instruction Program Counter Register
CPU0_FPU_TRAP_OPC 0xF881A008          CPU0 Trapping Instruction Opcode Register
CPU0_FPU_TRAP_SRC1 0xF881A010          CPU0 Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC2 0xF881A014          CPU0 Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC3 0xF881A018          Trapping Instruction Operand Register
CPU0_DPR0_L     0xF881C000          CPU0 Data Protection Range 0, Lower Bound Register
CPU0_DPR0_U     0xF881C004          CPU0 Data Protection Range 0, Upper Bound Register
CPU0_DPR1_L     0xF881C008          CPU0 Data Protection Range 1, Lower Bound Register
CPU0_DPR1_U     0xF881C00C          CPU0 Data Protection Range 1, Upper Bound Register
CPU0_DPR2_L     0xF881C010          CPU0 Data Protection Range 2, Lower Bound Register
CPU0_DPR2_U     0xF881C014          CPU0 Data Protection Range 2, Upper Bound Register
CPU0_DPR3_L     0xF881C018          CPU0 Data Protection Range 3, Lower Bound Register
CPU0_DPR3_U     0xF881C01C          CPU0 Data Protection Range 3, Upper Bound Register
CPU0_DPR4_L     0xF881C020          CPU0 Data Protection Range 4, Lower Bound Register
CPU0_DPR4_U     0xF881C024          CPU0 Data Protection Range 4, Upper Bound Register
CPU0_DPR5_L     0xF881C028          CPU0 Data Protection Range 5, Lower Bound Register
CPU0_DPR5_U     0xF881C02C          CPU0 Data Protection Range 5, Upper Bound Register
CPU0_DPR6_L     0xF881C030          CPU0 Data Protection Range 6, Lower Bound Register
CPU0_DPR6_U     0xF881C034          CPU0 Data Protection Range 6, Upper Bound Register
CPU0_DPR7_L     0xF881C038          CPU0 Data Protection Range 7, Lower Bound Register
CPU0_DPR7_U     0xF881C03C          CPU0 Data Protection Range 7, Upper Bound Register
CPU0_DPR8_L     0xF881C040          CPU0 Data Protection Range 8, Lower Bound Register
CPU0_DPR8_U     0xF881C044          CPU0 Data Protection Range 8, Upper Bound Register
CPU0_DPR9_L     0xF881C048          CPU0 Data Protection Range 9, Lower Bound Register
CPU0_DPR9_U     0xF881C04C          CPU0 Data Protection Range 9, Upper Bound Register
CPU0_DPR10_L    0xF881C050          CPU0 Data Protection Range 10, Lower Bound Register
CPU0_DPR10_U    0xF881C054          CPU0 Data Protection Range 10, Upper Bound Register
CPU0_DPR11_L    0xF881C058          CPU0 Data Protection Range 11, Lower Bound Register
CPU0_DPR11_U    0xF881C05C          CPU0 Data Protection Range 11, Upper Bound Register
CPU0_DPR12_L    0xF881C060          CPU0 Data Protection Range 12, Lower Bound Register
CPU0_DPR12_U    0xF881C064          CPU0 Data Protection Range 12, Upper Bound Register
CPU0_DPR13_L    0xF881C068          CPU0 Data Protection Range 13, Lower Bound Register
CPU0_DPR13_U    0xF881C06C          CPU0 Data Protection Range 13, Upper Bound Register
CPU0_DPR14_L    0xF881C070          CPU0 Data Protection Range 14, Lower Bound Register
CPU0_DPR14_U    0xF881C074          CPU0 Data Protection Range 14, Upper Bound Register
CPU0_DPR15_L    0xF881C078          CPU0 Data Protection Range 15, Lower Bound Register
CPU0_DPR15_U    0xF881C07C          CPU0 Data Protection Range 15, Upper Bound Register
CPU0_CPR0_L     0xF881D000          CPU0 Code Protection Range 0 Lower Bound Register
CPU0_CPR0_U     0xF881D004          CPU0 Code Protection Range 0 Upper Bound Register
CPU0_CPR1_L     0xF881D008          CPU0 Code Protection Range 1 Lower Bound Register
CPU0_CPR1_U     0xF881D00C          CPU0 Code Protection Range 1 Upper Bound Register
CPU0_CPR2_L     0xF881D010          CPU0 Code Protection Range 2 Lower Bound Register
CPU0_CPR2_U     0xF881D014          CPU0 Code Protection Range 2 Upper Bound Register
CPU0_CPR3_L     0xF881D018          CPU0 Code Protection Range 3 Lower Bound Register
CPU0_CPR3_U     0xF881D01C          CPU0 Code Protection Range 3 Upper Bound Register
CPU0_CPR4_L     0xF881D020          CPU0 Code Protection Range 4 Lower Bound Register
CPU0_CPR4_U     0xF881D024          CPU0 Code Protection Range 4 Upper Bound Register
CPU0_CPR5_L     0xF881D028          CPU0 Code Protection Range 5 Lower Bound Register
CPU0_CPR5_U     0xF881D02C          CPU0 Code Protection Range 5 Upper Bound Register
CPU0_CPR6_L     0xF881D030          CPU0 Code Protection Range 6 Lower Bound Register
CPU0_CPR6_U     0xF881D034          CPU0 Code Protection Range 6 Upper Bound Register
CPU0_CPR7_L     0xF881D038          CPU0 Code Protection Range 7 Lower Bound Register
CPU0_CPR7_U     0xF881D03C          CPU0 Code Protection Range 7 Upper Bound Register
CPU0_CPXE_0     0xF881E000          CPU0 Code Protection Execute Enable Register Set 0
CPU0_CPXE_1     0xF881E004          CPU0 Code Protection Execute Enable Register Set 1
CPU0_CPXE_2     0xF881E008          CPU0 Code Protection Execute Enable Register Set 2
CPU0_CPXE_3     0xF881E00C          CPU0 Code Protection Execute Enable Register Set 3
CPU0_DPRE_0     0xF881E010          CPU0 Data Protection Read Enable Register Set 0
CPU0_DPRE_1     0xF881E014          CPU0 Data Protection Read Enable Register Set 1
CPU0_DPRE_2     0xF881E018          CPU0 Data Protection Read Enable Register Set 2
CPU0_DPRE_3     0xF881E01C          CPU0 Data Protection Read Enable Register Set 3
CPU0_DPWE_0     0xF881E020          CPU0 Data Protection Write Enable Register Set 0
CPU0_DPWE_1     0xF881E024          CPU0 Data Protection Write Enable Register Set 1
CPU0_DPWE_2     0xF881E028          CPU0 Data Protection Write Enable Register Set 2
CPU0_DPWE_3     0xF881E02C          CPU0 Data Protection Write Enable Register Set 3
CPU0_TPS_CON    0xF881E400          CPU0 Temporal Protection System Control Register
CPU0_TPS_TIMER0 0xF881E404          CPU0 Temporal Protection System Timer Register 0
CPU0_TPS_TIMER1 0xF881E408          CPU0 Temporal Protection System Timer Register 0
CPU0_TPS_TIMER2 0xF881E40C          CPU0 Temporal Protection System Timer Register 0
CPU0_TR0EVT     0xF881F000          Trigger Event 0
CPU0_TR0ADR     0xF881F004          Trigger Address 0
CPU0_TR1EVT     0xF881F008          Trigger Event 1
CPU0_TR1ADR     0xF881F00C          Trigger Address 1
CPU0_TR2EVT     0xF881F010          Trigger Event 2
CPU0_TR2ADR     0xF881F014          Trigger Address 2
CPU0_TR3EVT     0xF881F018          Trigger Event 3
CPU0_TR3ADR     0xF881F01C          Trigger Address 3
CPU0_TR4EVT     0xF881F020          Trigger Event 4
CPU0_TR4ADR     0xF881F024          Trigger Address 4
CPU0_TR5EVT     0xF881F028          Trigger Event 5
CPU0_TR5ADR     0xF881F02C          Trigger Address 5
CPU0_TR6EVT     0xF881F030          Trigger Event 6
CPU0_TR6ADR     0xF881F034          Trigger Address 6
CPU0_TR7EVT     0xF881F038          Trigger Event 7
CPU0_TR7ADR     0xF881F03C          Trigger Address 7
CPU0_CCTRL      0xF881FC00          Counter Control
CPU0_CCNT       0xF881FC04          CPU Clock Cycle Count
CPU0_ICNT       0xF881FC08          Instruction Count
CPU0_M1CNT      0xF881FC0C          Multi-Count Register 1
CPU0_M2CNT      0xF881FC10          Multi-Count Register 2
CPU0_M3CNT      0xF881FC14          Multi-Count Register 3
CPU0_DBGSR      0xF881FD00          Debug Status Register
CPU0_EXEVT      0xF881FD08          External Event Register
CPU0_CREVT      0xF881FD0C          Core Register Access Event
CPU0_SWEVT      0xF881FD10          Software Debug Event
CPU0_TRIG_ACC   0xF881FD30          CPU0 Trigger Address x
CPU0_DMS        0xF881FD40          CPU0 Debug Monitor Start Address
CPU0_DCX        0xF881FD44          CPU0 Debug Context Save Area Pointer
CPU0_DBGTCR     0xF881FD48          Debug Trap Control Register
CPU0_PCXI       0xF881FE00          Previous Context Information Register
CPU0_PSW        0xF881FE04          Program Status Word
CPU0_PC         0xF881FE08          Program Counter
CPU0_SYSCON     0xF881FE14          System Configuration Register
CPU0_CPU_ID     0xF881FE18          CPU0 Identification Register TC1.6P
CPU0_CORE_ID    0xF881FE1C          CPU0 Core Identification Register
CPU0_BIV        0xF881FE20          Base Interrupt Vector Table Pointer
CPU0_BTV        0xF881FE24          Base Trap Vector Table Pointer
CPU0_ISP        0xF881FE28          Interrupt Stack Pointer
CPU0_ICR        0xF881FE2C          Interrupt Control Register
CPU0_FCX        0xF881FE38          Free CSA List Head Pointer
CPU0_LCX        0xF881FE3C          Free CSA List Limit Pointer
CPU0_CUS_ID     0xF881FE50          CPU0 Customer ID register
CPU0_D0         0xF881FF00          Data Register 0
CPU0_D1         0xF881FF04          Data Register 1
CPU0_D2         0xF881FF08          Data Register 2
CPU0_D3         0xF881FF0C          Data Register 3
CPU0_D4         0xF881FF10          Data Register 4
CPU0_D5         0xF881FF14          Data Register 5
CPU0_D6         0xF881FF18          Data Register 6
CPU0_D7         0xF881FF1C          Data Register 7
CPU0_D8         0xF881FF20          Data Register 8
CPU0_D9         0xF881FF24          Data Register 9
CPU0_D10        0xF881FF28          Data Register 10
CPU0_D11        0xF881FF2C          Data Register 11
CPU0_D12        0xF881FF30          Data Register 12
CPU0_D13        0xF881FF34          Data Register 13
CPU0_D14        0xF881FF38          Data Register 14
CPU0_D15        0xF881FF3C          Data Register 15
CPU0_A0         0xF881FF80          Address Register 0
CPU0_A1         0xF881FF84          Address Register 1
CPU0_A2         0xF881FF88          Address Register 2
CPU0_A3         0xF881FF8C          Address Register 3
CPU0_A4         0xF881FF90          Address Register 4
CPU0_A5         0xF881FF94          Address Register 5
CPU0_A6         0xF881FF98          Address Register 6
CPU0_A7         0xF881FF9C          Address Register 7
CPU0_A8         0xF881FFA0          Address Register 8
CPU0_A9         0xF881FFA4          Address Register 9
CPU0_A10        0xF881FFA8          Address Register 10
CPU0_A11        0xF881FFAC          Address Register 11
CPU0_A12        0xF881FFB0          Address Register 12
CPU0_A13        0xF881FFB4          Address Register 13
CPU0_A14        0xF881FFB8          Address Register 14
CPU0_A15        0xF881FFBC          Address Register 15
CPU1_SPROT_RGNLA0 0xF882E000          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA0 0xF882E004          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA0 0xF882E008          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB0 0xF882E00C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA1 0xF882E010          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA1 0xF882E014          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA1 0xF882E018          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB1 0xF882E01C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA2 0xF882E020          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA2 0xF882E024          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA2 0xF882E028          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB2 0xF882E02C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA3 0xF882E030          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA3 0xF882E034          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA3 0xF882E038          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB3 0xF882E03C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA4 0xF882E040          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA4 0xF882E044          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA4 0xF882E048          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB4 0xF882E04C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA5 0xF882E050          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA5 0xF882E054          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA5 0xF882E058          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB5 0xF882E05C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA6 0xF882E060          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA6 0xF882E064          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA6 0xF882E068          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB6 0xF882E06C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA7 0xF882E070          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA7 0xF882E074          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA7 0xF882E078          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB7 0xF882E07C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_ACCENA 0xF882E100          CPU1 Safety Protection Register Access Enable Register A
CPU1_SPROT_ACCENB 0xF882E104          CPU1 Safety Protection Region Access Enable Register B
OVC1_OSEL       0xF882FB00          Overlay Range Select Register
OVC1_RABR0      0xF882FB10          Redirected Address Base Register 0
OVC1_OTAR0      0xF882FB14          Overlay Target Address Register 0
OVC1_OMASK0     0xF882FB18          Overlay Mask Register 0
OVC1_RABR1      0xF882FB1C          Redirected Address Base Register 1
OVC1_OTAR1      0xF882FB20          Overlay Target Address Register 1
OVC1_OMASK1     0xF882FB24          Overlay Mask Register 1
OVC1_RABR2      0xF882FB28          Redirected Address Base Register 2
OVC1_OTAR2      0xF882FB2C          Overlay Target Address Register 2
OVC1_OMASK2     0xF882FB30          Overlay Mask Register 2
OVC1_RABR3      0xF882FB34          Redirected Address Base Register 3
OVC1_OTAR3      0xF882FB38          Overlay Target Address Register 3
OVC1_OMASK3     0xF882FB3C          Overlay Mask Register 3
OVC1_RABR4      0xF882FB40          Redirected Address Base Register 4
OVC1_OTAR4      0xF882FB44          Overlay Target Address Register 4
OVC1_OMASK4     0xF882FB48          Overlay Mask Register 4
OVC1_RABR5      0xF882FB4C          Redirected Address Base Register 5
OVC1_OTAR5      0xF882FB50          Overlay Target Address Register 5
OVC1_OMASK5     0xF882FB54          Overlay Mask Register 5
OVC1_RABR6      0xF882FB58          Redirected Address Base Register 6
OVC1_OTAR6      0xF882FB5C          Overlay Target Address Register 6
OVC1_OMASK6     0xF882FB60          Overlay Mask Register 6
OVC1_RABR7      0xF882FB64          Redirected Address Base Register 7
OVC1_OTAR7      0xF882FB68          Overlay Target Address Register 7
OVC1_OMASK7     0xF882FB6C          Overlay Mask Register 7
OVC1_RABR8      0xF882FB70          Redirected Address Base Register 8
OVC1_OTAR8      0xF882FB74          Overlay Target Address Register 8
OVC1_OMASK8     0xF882FB78          Overlay Mask Register 8
OVC1_RABR9      0xF882FB7C          Redirected Address Base Register 9
OVC1_OTAR9      0xF882FB80          Overlay Target Address Register 9
OVC1_OMASK9     0xF882FB84          Overlay Mask Register 9
OVC1_RABR10     0xF882FB88          Redirected Address Base Register 10
OVC1_OTAR10     0xF882FB8C          Overlay Target Address Register 10
OVC1_OMASK10    0xF882FB90          Overlay Mask Register 10
OVC1_RABR11     0xF882FB94          Redirected Address Base Register 11
OVC1_OTAR11     0xF882FB98          Overlay Target Address Register 11
OVC1_OMASK11    0xF882FB9C          Overlay Mask Register 11
OVC1_RABR12     0xF882FBA0          Redirected Address Base Register 12
OVC1_OTAR12     0xF882FBA4          Overlay Target Address Register 12
OVC1_OMASK12    0xF882FBA8          Overlay Mask Register 12
OVC1_RABR13     0xF882FBAC          Redirected Address Base Register 13
OVC1_OTAR13     0xF882FBB0          Overlay Target Address Register 13
OVC1_OMASK13    0xF882FBB4          Overlay Mask Register 13
OVC1_RABR14     0xF882FBB8          Redirected Address Base Register 14
OVC1_OTAR14     0xF882FBBC          Overlay Target Address Register 14
OVC1_OMASK14    0xF882FBC0          Overlay Mask Register 14
OVC1_RABR15     0xF882FBC4          Redirected Address Base Register 15
OVC1_OTAR15     0xF882FBC8          Overlay Target Address Register 15
OVC1_OMASK15    0xF882FBCC          Overlay Mask Register 15
OVC1_RABR16     0xF882FBD0          Redirected Address Base Register 16
OVC1_OTAR16     0xF882FBD4          Overlay Target Address Register 16
OVC1_OMASK16    0xF882FBD8          Overlay Mask Register 16
OVC1_RABR17     0xF882FBDC          Redirected Address Base Register 17
OVC1_OTAR17     0xF882FBE0          Overlay Target Address Register 17
OVC1_OMASK17    0xF882FBE4          Overlay Mask Register 17
OVC1_RABR18     0xF882FBE8          Redirected Address Base Register 18
OVC1_OTAR18     0xF882FBEC          Overlay Target Address Register 18
OVC1_OMASK18    0xF882FBF0          Overlay Mask Register 18
OVC1_RABR19     0xF882FBF4          Redirected Address Base Register 19
OVC1_OTAR19     0xF882FBF8          Overlay Target Address Register 19
OVC1_OMASK19    0xF882FBFC          Overlay Mask Register 19
OVC1_RABR20     0xF882FC00          Redirected Address Base Register 20
OVC1_OTAR20     0xF882FC04          Overlay Target Address Register 20
OVC1_OMASK20    0xF882FC08          Overlay Mask Register 20
OVC1_RABR21     0xF882FC0C          Redirected Address Base Register 21
OVC1_OTAR21     0xF882FC10          Overlay Target Address Register 21
OVC1_OMASK21    0xF882FC14          Overlay Mask Register 21
OVC1_RABR22     0xF882FC18          Redirected Address Base Register 22
OVC1_OTAR22     0xF882FC1C          Overlay Target Address Register 22
OVC1_OMASK22    0xF882FC20          Overlay Mask Register 22
OVC1_RABR23     0xF882FC24          Redirected Address Base Register 23
OVC1_OTAR23     0xF882FC28          Overlay Target Address Register 23
OVC1_OMASK23    0xF882FC2C          Overlay Mask Register 23
OVC1_RABR24     0xF882FC30          Redirected Address Base Register 24
OVC1_OTAR24     0xF882FC34          Overlay Target Address Register 24
OVC1_OMASK24    0xF882FC38          Overlay Mask Register 24
OVC1_RABR25     0xF882FC3C          Redirected Address Base Register 25
OVC1_OTAR25     0xF882FC40          Overlay Target Address Register 25
OVC1_OMASK25    0xF882FC44          Overlay Mask Register 25
OVC1_RABR26     0xF882FC48          Redirected Address Base Register 26
OVC1_OTAR26     0xF882FC4C          Overlay Target Address Register 26
OVC1_OMASK26    0xF882FC50          Overlay Mask Register 26
OVC1_RABR27     0xF882FC54          Redirected Address Base Register 27
OVC1_OTAR27     0xF882FC58          Overlay Target Address Register 27
OVC1_OMASK27    0xF882FC5C          Overlay Mask Register 27
OVC1_RABR28     0xF882FC60          Redirected Address Base Register 28
OVC1_OTAR28     0xF882FC64          Overlay Target Address Register 28
OVC1_OMASK28    0xF882FC68          Overlay Mask Register 28
OVC1_RABR29     0xF882FC6C          Redirected Address Base Register 29
OVC1_OTAR29     0xF882FC70          Overlay Target Address Register 29
OVC1_OMASK29    0xF882FC74          Overlay Mask Register 29
OVC1_RABR30     0xF882FC78          Redirected Address Base Register 30
OVC1_OTAR30     0xF882FC7C          Overlay Target Address Register 30
OVC1_OMASK30    0xF882FC80          Overlay Mask Register 30
OVC1_RABR31     0xF882FC84          Redirected Address Base Register 31
OVC1_OTAR31     0xF882FC88          Overlay Target Address Register 31
OVC1_OMASK31    0xF882FC8C          Overlay Mask Register 31
CSFR_BASE_1     0xF8830000          Core Special Function Registers base (CPU1)
CPU1_SEGEN      0xF8831030          SRI Error Generation Register
CPU1_TASK_ASI   0xF8838004          CPU1 Task Address Space Identifier Register
CPU1_PMA0       0xF8838100          Data Access CacheabilityRegister
CPU1_PMA1       0xF8838104          Code Access CacheabilityRegister
CPU1_PMA2       0xF8838108          Peripheral Space Identifier register
CPU1_DCON2      0xF8839000          Data Control Register 2
CPU1_SMACON     0xF883900C          SIST Mode Access Control Register
CPU1_DSTR       0xF8839010          Data Synchronous Trap Register
CPU1_DATR       0xF8839018          Data Asynchronous Trap Register
CPU1_DEADD      0xF883901C          Data Error Address Register
CPU1_DIEAR      0xF8839020          Data Integrity Error Address Register
CPU1_DIETR      0xF8839024          Data Integrity Error Trap Register
CPU1_DCON0      0xF8839040          Data Memory Control Register
CPU1_PSTR       0xF8839200          Program Synchronous Trap Register
CPU1_PCON1      0xF8839204          Program Control 1
CPU1_PCON2      0xF8839208          Program Control 2
CPU1_PCON0      0xF883920C          Program Control 0
CPU1_PIEAR      0xF8839210          Program Integrity Error Address Register
CPU1_PIETR      0xF8839214          Program Integrity Error Trap Register
CPU1_COMPAT     0xF8839400          Compatibility Control Register
CPU1_FPU_TRAP_CON 0xF883A000          CPU1 Trap Control Register
CPU1_FPU_TRAP_PC 0xF883A004          CPU1 Trapping Instruction Program Counter Register
CPU1_FPU_TRAP_OPC 0xF883A008          CPU1 Trapping Instruction Opcode Register
CPU1_FPU_TRAP_SRC1 0xF883A010          CPU1 Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC2 0xF883A014          CPU1 Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC3 0xF883A018          Trapping Instruction Operand Register
CPU1_DPR0_L     0xF883C000          CPU1 Data Protection Range 0, Lower Bound Register
CPU1_DPR0_U     0xF883C004          CPU1 Data Protection Range 0, Upper Bound Register
CPU1_DPR1_L     0xF883C008          CPU1 Data Protection Range 1, Lower Bound Register
CPU1_DPR1_U     0xF883C00C          CPU1 Data Protection Range 1, Upper Bound Register
CPU1_DPR2_L     0xF883C010          CPU1 Data Protection Range 2, Lower Bound Register
CPU1_DPR2_U     0xF883C014          CPU1 Data Protection Range 2, Upper Bound Register
CPU1_DPR3_L     0xF883C018          CPU1 Data Protection Range 3, Lower Bound Register
CPU1_DPR3_U     0xF883C01C          CPU1 Data Protection Range 3, Upper Bound Register
CPU1_DPR4_L     0xF883C020          CPU1 Data Protection Range 4, Lower Bound Register
CPU1_DPR4_U     0xF883C024          CPU1 Data Protection Range 4, Upper Bound Register
CPU1_DPR5_L     0xF883C028          CPU1 Data Protection Range 5, Lower Bound Register
CPU1_DPR5_U     0xF883C02C          CPU1 Data Protection Range 5, Upper Bound Register
CPU1_DPR6_L     0xF883C030          CPU1 Data Protection Range 6, Lower Bound Register
CPU1_DPR6_U     0xF883C034          CPU1 Data Protection Range 6, Upper Bound Register
CPU1_DPR7_L     0xF883C038          CPU1 Data Protection Range 7, Lower Bound Register
CPU1_DPR7_U     0xF883C03C          CPU1 Data Protection Range 7, Upper Bound Register
CPU1_DPR8_L     0xF883C040          CPU1 Data Protection Range 8, Lower Bound Register
CPU1_DPR8_U     0xF883C044          CPU1 Data Protection Range 8, Upper Bound Register
CPU1_DPR9_L     0xF883C048          CPU1 Data Protection Range 9, Lower Bound Register
CPU1_DPR9_U     0xF883C04C          CPU1 Data Protection Range 9, Upper Bound Register
CPU1_DPR10_L    0xF883C050          CPU1 Data Protection Range 10, Lower Bound Register
CPU1_DPR10_U    0xF883C054          CPU1 Data Protection Range 10, Upper Bound Register
CPU1_DPR11_L    0xF883C058          CPU1 Data Protection Range 11, Lower Bound Register
CPU1_DPR11_U    0xF883C05C          CPU1 Data Protection Range 11, Upper Bound Register
CPU1_DPR12_L    0xF883C060          CPU1 Data Protection Range 12, Lower Bound Register
CPU1_DPR12_U    0xF883C064          CPU1 Data Protection Range 12, Upper Bound Register
CPU1_DPR13_L    0xF883C068          CPU1 Data Protection Range 13, Lower Bound Register
CPU1_DPR13_U    0xF883C06C          CPU1 Data Protection Range 13, Upper Bound Register
CPU1_DPR14_L    0xF883C070          CPU1 Data Protection Range 14, Lower Bound Register
CPU1_DPR14_U    0xF883C074          CPU1 Data Protection Range 14, Upper Bound Register
CPU1_DPR15_L    0xF883C078          CPU1 Data Protection Range 15, Lower Bound Register
CPU1_DPR15_U    0xF883C07C          CPU1 Data Protection Range 15, Upper Bound Register
CPU1_CPR0_L     0xF883D000          CPU1 Code Protection Range 0 Lower Bound Register
CPU1_CPR0_U     0xF883D004          CPU1 Code Protection Range 0 Upper Bound Register
CPU1_CPR1_L     0xF883D008          CPU1 Code Protection Range 1 Lower Bound Register
CPU1_CPR1_U     0xF883D00C          CPU1 Code Protection Range 1 Upper Bound Register
CPU1_CPR2_L     0xF883D010          CPU1 Code Protection Range 2 Lower Bound Register
CPU1_CPR2_U     0xF883D014          CPU1 Code Protection Range 2 Upper Bound Register
CPU1_CPR3_L     0xF883D018          CPU1 Code Protection Range 3 Lower Bound Register
CPU1_CPR3_U     0xF883D01C          CPU1 Code Protection Range 3 Upper Bound Register
CPU1_CPR4_L     0xF883D020          CPU1 Code Protection Range 4 Lower Bound Register
CPU1_CPR4_U     0xF883D024          CPU1 Code Protection Range 4 Upper Bound Register
CPU1_CPR5_L     0xF883D028          CPU1 Code Protection Range 5 Lower Bound Register
CPU1_CPR5_U     0xF883D02C          CPU1 Code Protection Range 5 Upper Bound Register
CPU1_CPR6_L     0xF883D030          CPU1 Code Protection Range 6 Lower Bound Register
CPU1_CPR6_U     0xF883D034          CPU1 Code Protection Range 6 Upper Bound Register
CPU1_CPR7_L     0xF883D038          CPU1 Code Protection Range 7 Lower Bound Register
CPU1_CPR7_U     0xF883D03C          CPU1 Code Protection Range 7 Upper Bound Register
CPU1_CPXE_0     0xF883E000          CPU1 Code Protection Execute Enable Register Set 0
CPU1_CPXE_1     0xF883E004          CPU1 Code Protection Execute Enable Register Set 1
CPU1_CPXE_2     0xF883E008          CPU1 Code Protection Execute Enable Register Set 2
CPU1_CPXE_3     0xF883E00C          CPU1 Code Protection Execute Enable Register Set 3
CPU1_DPRE_0     0xF883E010          CPU1 Data Protection Read Enable Register Set 0
CPU1_DPRE_1     0xF883E014          CPU1 Data Protection Read Enable Register Set 1
CPU1_DPRE_2     0xF883E018          CPU1 Data Protection Read Enable Register Set 2
CPU1_DPRE_3     0xF883E01C          CPU1 Data Protection Read Enable Register Set 3
CPU1_DPWE_0     0xF883E020          CPU1 Data Protection Write Enable Register Set 0
CPU1_DPWE_1     0xF883E024          CPU1 Data Protection Write Enable Register Set 1
CPU1_DPWE_2     0xF883E028          CPU1 Data Protection Write Enable Register Set 2
CPU1_DPWE_3     0xF883E02C          CPU1 Data Protection Write Enable Register Set 3
CPU1_TPS_CON    0xF883E400          CPU1 Temporal Protection System Control Register
CPU1_TPS_TIMER0 0xF883E404          CPU1 Temporal Protection System Timer Register 1
CPU1_TPS_TIMER1 0xF883E408          CPU1 Temporal Protection System Timer Register 1
CPU1_TPS_TIMER2 0xF883E40C          CPU1 Temporal Protection System Timer Register 1
CPU1_TR0EVT     0xF883F000          Trigger Event 0
CPU1_TR0ADR     0xF883F004          Trigger Address 0
CPU1_TR1EVT     0xF883F008          Trigger Event 1
CPU1_TR1ADR     0xF883F00C          Trigger Address 1
CPU1_TR2EVT     0xF883F010          Trigger Event 2
CPU1_TR2ADR     0xF883F014          Trigger Address 2
CPU1_TR3EVT     0xF883F018          Trigger Event 3
CPU1_TR3ADR     0xF883F01C          Trigger Address 3
CPU1_TR4EVT     0xF883F020          Trigger Event 4
CPU1_TR4ADR     0xF883F024          Trigger Address 4
CPU1_TR5EVT     0xF883F028          Trigger Event 5
CPU1_TR5ADR     0xF883F02C          Trigger Address 5
CPU1_TR6EVT     0xF883F030          Trigger Event 6
CPU1_TR6ADR     0xF883F034          Trigger Address 6
CPU1_TR7EVT     0xF883F038          Trigger Event 7
CPU1_TR7ADR     0xF883F03C          Trigger Address 7
CPU1_CCTRL      0xF883FC00          Counter Control
CPU1_CCNT       0xF883FC04          CPU Clock Cycle Count
CPU1_ICNT       0xF883FC08          Instruction Count
CPU1_M1CNT      0xF883FC0C          Multi-Count Register 1
CPU1_M2CNT      0xF883FC10          Multi-Count Register 2
CPU1_M3CNT      0xF883FC14          Multi-Count Register 3
CPU1_DBGSR      0xF883FD00          Debug Status Register
CPU1_EXEVT      0xF883FD08          External Event Register
CPU1_CREVT      0xF883FD0C          Core Register Access Event
CPU1_SWEVT      0xF883FD10          Software Debug Event
CPU1_TRIG_ACC   0xF883FD30          CPU1 Trigger Address x
CPU1_DMS        0xF883FD40          CPU1 Debug Monitor Start Address
CPU1_DCX        0xF883FD44          CPU1 Debug Context Save Area Pointer
CPU1_DBGTCR     0xF883FD48          Debug Trap Control Register
CPU1_PCXI       0xF883FE00          Previous Context Information Register
CPU1_PSW        0xF883FE04          Program Status Word
CPU1_PC         0xF883FE08          Program Counter
CPU1_SYSCON     0xF883FE14          System Configuration Register
CPU1_CPU_ID     0xF883FE18          CPU1 Identification Register TC1.6P
CPU1_CORE_ID    0xF883FE1C          CPU1 Core Identification Register
CPU1_BIV        0xF883FE20          Base Interrupt Vector Table Pointer
CPU1_BTV        0xF883FE24          Base Trap Vector Table Pointer
CPU1_ISP        0xF883FE28          Interrupt Stack Pointer
CPU1_ICR        0xF883FE2C          Interrupt Control Register
CPU1_FCX        0xF883FE38          Free CSA List Head Pointer
CPU1_LCX        0xF883FE3C          Free CSA List Limit Pointer
CPU1_CUS_ID     0xF883FE50          CPU1 Customer ID register
CPU1_D0         0xF883FF00          Data Register 0
CPU1_D1         0xF883FF04          Data Register 1
CPU1_D2         0xF883FF08          Data Register 2
CPU1_D3         0xF883FF0C          Data Register 3
CPU1_D4         0xF883FF10          Data Register 4
CPU1_D5         0xF883FF14          Data Register 5
CPU1_D6         0xF883FF18          Data Register 6
CPU1_D7         0xF883FF1C          Data Register 7
CPU1_D8         0xF883FF20          Data Register 8
CPU1_D9         0xF883FF24          Data Register 9
CPU1_D10        0xF883FF28          Data Register 10
CPU1_D11        0xF883FF2C          Data Register 11
CPU1_D12        0xF883FF30          Data Register 12
CPU1_D13        0xF883FF34          Data Register 13
CPU1_D14        0xF883FF38          Data Register 14
CPU1_D15        0xF883FF3C          Data Register 15
CPU1_A0         0xF883FF80          Address Register 0
CPU1_A1         0xF883FF84          Address Register 1
CPU1_A2         0xF883FF88          Address Register 2
CPU1_A3         0xF883FF8C          Address Register 3
CPU1_A4         0xF883FF90          Address Register 4
CPU1_A5         0xF883FF94          Address Register 5
CPU1_A6         0xF883FF98          Address Register 6
CPU1_A7         0xF883FF9C          Address Register 7
CPU1_A8         0xF883FFA0          Address Register 8
CPU1_A9         0xF883FFA4          Address Register 9
CPU1_A10        0xF883FFA8          Address Register 10
CPU1_A11        0xF883FFAC          Address Register 11
CPU1_A12        0xF883FFB0          Address Register 12
CPU1_A13        0xF883FFB4          Address Register 13
CPU1_A14        0xF883FFB8          Address Register 14
CPU1_A15        0xF883FFBC          Address Register 15
CPU2_SPROT_RGNLA0 0xF884E000          CPU2 Safety Protection Region Lower Address Register
CPU2_SPROT_RGNUA0 0xF884E004          CPU2 Safety protection Region Upper Address Register
CPU2_SPROT_RGNACCENA0 0xF884E008          CPU2 Safety Protection Region Access Enable Register A
CPU2_SPROT_RGNACCENB0 0xF884E00C          CPU2 Safety Protection Region Access Enable Register B
CPU2_SPROT_RGNLA1 0xF884E010          CPU2 Safety Protection Region Lower Address Register
CPU2_SPROT_RGNUA1 0xF884E014          CPU2 Safety protection Region Upper Address Register
CPU2_SPROT_RGNACCENA1 0xF884E018          CPU2 Safety Protection Region Access Enable Register A
CPU2_SPROT_RGNACCENB1 0xF884E01C          CPU2 Safety Protection Region Access Enable Register B
CPU2_SPROT_RGNLA2 0xF884E020          CPU2 Safety Protection Region Lower Address Register
CPU2_SPROT_RGNUA2 0xF884E024          CPU2 Safety protection Region Upper Address Register
CPU2_SPROT_RGNACCENA2 0xF884E028          CPU2 Safety Protection Region Access Enable Register A
CPU2_SPROT_RGNACCENB2 0xF884E02C          CPU2 Safety Protection Region Access Enable Register B
CPU2_SPROT_RGNLA3 0xF884E030          CPU2 Safety Protection Region Lower Address Register
CPU2_SPROT_RGNUA3 0xF884E034          CPU2 Safety protection Region Upper Address Register
CPU2_SPROT_RGNACCENA3 0xF884E038          CPU2 Safety Protection Region Access Enable Register A
CPU2_SPROT_RGNACCENB3 0xF884E03C          CPU2 Safety Protection Region Access Enable Register B
CPU2_SPROT_RGNLA4 0xF884E040          CPU2 Safety Protection Region Lower Address Register
CPU2_SPROT_RGNUA4 0xF884E044          CPU2 Safety protection Region Upper Address Register
CPU2_SPROT_RGNACCENA4 0xF884E048          CPU2 Safety Protection Region Access Enable Register A
CPU2_SPROT_RGNACCENB4 0xF884E04C          CPU2 Safety Protection Region Access Enable Register B
CPU2_SPROT_RGNLA5 0xF884E050          CPU2 Safety Protection Region Lower Address Register
CPU2_SPROT_RGNUA5 0xF884E054          CPU2 Safety protection Region Upper Address Register
CPU2_SPROT_RGNACCENA5 0xF884E058          CPU2 Safety Protection Region Access Enable Register A
CPU2_SPROT_RGNACCENB5 0xF884E05C          CPU2 Safety Protection Region Access Enable Register B
CPU2_SPROT_RGNLA6 0xF884E060          CPU2 Safety Protection Region Lower Address Register
CPU2_SPROT_RGNUA6 0xF884E064          CPU2 Safety protection Region Upper Address Register
CPU2_SPROT_RGNACCENA6 0xF884E068          CPU2 Safety Protection Region Access Enable Register A
CPU2_SPROT_RGNACCENB6 0xF884E06C          CPU2 Safety Protection Region Access Enable Register B
CPU2_SPROT_RGNLA7 0xF884E070          CPU2 Safety Protection Region Lower Address Register
CPU2_SPROT_RGNUA7 0xF884E074          CPU2 Safety protection Region Upper Address Register
CPU2_SPROT_RGNACCENA7 0xF884E078          CPU2 Safety Protection Region Access Enable Register A
CPU2_SPROT_RGNACCENB7 0xF884E07C          CPU2 Safety Protection Region Access Enable Register B
CPU2_SPROT_ACCENA 0xF884E100          CPU2 Safety Protection Register Access Enable Register A
CPU2_SPROT_ACCENB 0xF884E104          CPU2 Safety Protection Region Access Enable Register B
OVC2_OSEL       0xF884FB00          Overlay Range Select Register
OVC2_RABR0      0xF884FB10          Redirected Address Base Register 0
OVC2_OTAR0      0xF884FB14          Overlay Target Address Register 0
OVC2_OMASK0     0xF884FB18          Overlay Mask Register 0
OVC2_RABR1      0xF884FB1C          Redirected Address Base Register 1
OVC2_OTAR1      0xF884FB20          Overlay Target Address Register 1
OVC2_OMASK1     0xF884FB24          Overlay Mask Register 1
OVC2_RABR2      0xF884FB28          Redirected Address Base Register 2
OVC2_OTAR2      0xF884FB2C          Overlay Target Address Register 2
OVC2_OMASK2     0xF884FB30          Overlay Mask Register 2
OVC2_RABR3      0xF884FB34          Redirected Address Base Register 3
OVC2_OTAR3      0xF884FB38          Overlay Target Address Register 3
OVC2_OMASK3     0xF884FB3C          Overlay Mask Register 3
OVC2_RABR4      0xF884FB40          Redirected Address Base Register 4
OVC2_OTAR4      0xF884FB44          Overlay Target Address Register 4
OVC2_OMASK4     0xF884FB48          Overlay Mask Register 4
OVC2_RABR5      0xF884FB4C          Redirected Address Base Register 5
OVC2_OTAR5      0xF884FB50          Overlay Target Address Register 5
OVC2_OMASK5     0xF884FB54          Overlay Mask Register 5
OVC2_RABR6      0xF884FB58          Redirected Address Base Register 6
OVC2_OTAR6      0xF884FB5C          Overlay Target Address Register 6
OVC2_OMASK6     0xF884FB60          Overlay Mask Register 6
OVC2_RABR7      0xF884FB64          Redirected Address Base Register 7
OVC2_OTAR7      0xF884FB68          Overlay Target Address Register 7
OVC2_OMASK7     0xF884FB6C          Overlay Mask Register 7
OVC2_RABR8      0xF884FB70          Redirected Address Base Register 8
OVC2_OTAR8      0xF884FB74          Overlay Target Address Register 8
OVC2_OMASK8     0xF884FB78          Overlay Mask Register 8
OVC2_RABR9      0xF884FB7C          Redirected Address Base Register 9
OVC2_OTAR9      0xF884FB80          Overlay Target Address Register 9
OVC2_OMASK9     0xF884FB84          Overlay Mask Register 9
OVC2_RABR10     0xF884FB88          Redirected Address Base Register 10
OVC2_OTAR10     0xF884FB8C          Overlay Target Address Register 10
OVC2_OMASK10    0xF884FB90          Overlay Mask Register 10
OVC2_RABR11     0xF884FB94          Redirected Address Base Register 11
OVC2_OTAR11     0xF884FB98          Overlay Target Address Register 11
OVC2_OMASK11    0xF884FB9C          Overlay Mask Register 11
OVC2_RABR12     0xF884FBA0          Redirected Address Base Register 12
OVC2_OTAR12     0xF884FBA4          Overlay Target Address Register 12
OVC2_OMASK12    0xF884FBA8          Overlay Mask Register 12
OVC2_RABR13     0xF884FBAC          Redirected Address Base Register 13
OVC2_OTAR13     0xF884FBB0          Overlay Target Address Register 13
OVC2_OMASK13    0xF884FBB4          Overlay Mask Register 13
OVC2_RABR14     0xF884FBB8          Redirected Address Base Register 14
OVC2_OTAR14     0xF884FBBC          Overlay Target Address Register 14
OVC2_OMASK14    0xF884FBC0          Overlay Mask Register 14
OVC2_RABR15     0xF884FBC4          Redirected Address Base Register 15
OVC2_OTAR15     0xF884FBC8          Overlay Target Address Register 15
OVC2_OMASK15    0xF884FBCC          Overlay Mask Register 15
OVC2_RABR16     0xF884FBD0          Redirected Address Base Register 16
OVC2_OTAR16     0xF884FBD4          Overlay Target Address Register 16
OVC2_OMASK16    0xF884FBD8          Overlay Mask Register 16
OVC2_RABR17     0xF884FBDC          Redirected Address Base Register 17
OVC2_OTAR17     0xF884FBE0          Overlay Target Address Register 17
OVC2_OMASK17    0xF884FBE4          Overlay Mask Register 17
OVC2_RABR18     0xF884FBE8          Redirected Address Base Register 18
OVC2_OTAR18     0xF884FBEC          Overlay Target Address Register 18
OVC2_OMASK18    0xF884FBF0          Overlay Mask Register 18
OVC2_RABR19     0xF884FBF4          Redirected Address Base Register 19
OVC2_OTAR19     0xF884FBF8          Overlay Target Address Register 19
OVC2_OMASK19    0xF884FBFC          Overlay Mask Register 19
OVC2_RABR20     0xF884FC00          Redirected Address Base Register 20
OVC2_OTAR20     0xF884FC04          Overlay Target Address Register 20
OVC2_OMASK20    0xF884FC08          Overlay Mask Register 20
OVC2_RABR21     0xF884FC0C          Redirected Address Base Register 21
OVC2_OTAR21     0xF884FC10          Overlay Target Address Register 21
OVC2_OMASK21    0xF884FC14          Overlay Mask Register 21
OVC2_RABR22     0xF884FC18          Redirected Address Base Register 22
OVC2_OTAR22     0xF884FC1C          Overlay Target Address Register 22
OVC2_OMASK22    0xF884FC20          Overlay Mask Register 22
OVC2_RABR23     0xF884FC24          Redirected Address Base Register 23
OVC2_OTAR23     0xF884FC28          Overlay Target Address Register 23
OVC2_OMASK23    0xF884FC2C          Overlay Mask Register 23
OVC2_RABR24     0xF884FC30          Redirected Address Base Register 24
OVC2_OTAR24     0xF884FC34          Overlay Target Address Register 24
OVC2_OMASK24    0xF884FC38          Overlay Mask Register 24
OVC2_RABR25     0xF884FC3C          Redirected Address Base Register 25
OVC2_OTAR25     0xF884FC40          Overlay Target Address Register 25
OVC2_OMASK25    0xF884FC44          Overlay Mask Register 25
OVC2_RABR26     0xF884FC48          Redirected Address Base Register 26
OVC2_OTAR26     0xF884FC4C          Overlay Target Address Register 26
OVC2_OMASK26    0xF884FC50          Overlay Mask Register 26
OVC2_RABR27     0xF884FC54          Redirected Address Base Register 27
OVC2_OTAR27     0xF884FC58          Overlay Target Address Register 27
OVC2_OMASK27    0xF884FC5C          Overlay Mask Register 27
OVC2_RABR28     0xF884FC60          Redirected Address Base Register 28
OVC2_OTAR28     0xF884FC64          Overlay Target Address Register 28
OVC2_OMASK28    0xF884FC68          Overlay Mask Register 28
OVC2_RABR29     0xF884FC6C          Redirected Address Base Register 29
OVC2_OTAR29     0xF884FC70          Overlay Target Address Register 29
OVC2_OMASK29    0xF884FC74          Overlay Mask Register 29
OVC2_RABR30     0xF884FC78          Redirected Address Base Register 30
OVC2_OTAR30     0xF884FC7C          Overlay Target Address Register 30
OVC2_OMASK30    0xF884FC80          Overlay Mask Register 30
OVC2_RABR31     0xF884FC84          Redirected Address Base Register 31
OVC2_OTAR31     0xF884FC88          Overlay Target Address Register 31
OVC2_OMASK31    0xF884FC8C          Overlay Mask Register 31
CSFR_BASE_2     0xF8850000          Core Special Function Registers base (CPU2)
CPU2_SEGEN      0xF8851030          SRI Error Generation Register
CPU2_TASK_ASI   0xF8858004          CPU2 Task Address Space Identifier Register
CPU2_PMA0       0xF8858100          Data Access CacheabilityRegister
CPU2_PMA1       0xF8858104          Code Access CacheabilityRegister
CPU2_PMA2       0xF8858108          Peripheral Space Identifier register
CPU2_DCON2      0xF8859000          Data Control Register 2
CPU2_SMACON     0xF885900C          SIST Mode Access Control Register
CPU2_DSTR       0xF8859010          Data Synchronous Trap Register
CPU2_DATR       0xF8859018          Data Asynchronous Trap Register
CPU2_DEADD      0xF885901C          Data Error Address Register
CPU2_DIEAR      0xF8859020          Data Integrity Error Address Register
CPU2_DIETR      0xF8859024          Data Integrity Error Trap Register
CPU2_DCON0      0xF8859040          Data Memory Control Register
CPU2_PSTR       0xF8859200          Program Synchronous Trap Register
CPU2_PCON1      0xF8859204          Program Control 1
CPU2_PCON2      0xF8859208          Program Control 2
CPU2_PCON0      0xF885920C          Program Control 0
CPU2_PIEAR      0xF8859210          Program Integrity Error Address Register
CPU2_PIETR      0xF8859214          Program Integrity Error Trap Register
CPU2_COMPAT     0xF8859400          Compatibility Control Register
CPU2_FPU_TRAP_CON 0xF885A000          CPU2 Trap Control Register
CPU2_FPU_TRAP_PC 0xF885A004          CPU2 Trapping Instruction Program Counter Register
CPU2_FPU_TRAP_OPC 0xF885A008          CPU2 Trapping Instruction Opcode Register
CPU2_FPU_TRAP_SRC1 0xF885A010          CPU2 Trapping Instruction Operand Register
CPU2_FPU_TRAP_SRC2 0xF885A014          CPU2 Trapping Instruction Operand Register
CPU2_FPU_TRAP_SRC3 0xF885A018          Trapping Instruction Operand Register
CPU2_DPR0_L     0xF885C000          CPU2 Data Protection Range 0, Lower Bound Register
CPU2_DPR0_U     0xF885C004          CPU2 Data Protection Range 0, Upper Bound Register
CPU2_DPR1_L     0xF885C008          CPU2 Data Protection Range 1, Lower Bound Register
CPU2_DPR1_U     0xF885C00C          CPU2 Data Protection Range 1, Upper Bound Register
CPU2_DPR2_L     0xF885C010          CPU2 Data Protection Range 2, Lower Bound Register
CPU2_DPR2_U     0xF885C014          CPU2 Data Protection Range 2, Upper Bound Register
CPU2_DPR3_L     0xF885C018          CPU2 Data Protection Range 3, Lower Bound Register
CPU2_DPR3_U     0xF885C01C          CPU2 Data Protection Range 3, Upper Bound Register
CPU2_DPR4_L     0xF885C020          CPU2 Data Protection Range 4, Lower Bound Register
CPU2_DPR4_U     0xF885C024          CPU2 Data Protection Range 4, Upper Bound Register
CPU2_DPR5_L     0xF885C028          CPU2 Data Protection Range 5, Lower Bound Register
CPU2_DPR5_U     0xF885C02C          CPU2 Data Protection Range 5, Upper Bound Register
CPU2_DPR6_L     0xF885C030          CPU2 Data Protection Range 6, Lower Bound Register
CPU2_DPR6_U     0xF885C034          CPU2 Data Protection Range 6, Upper Bound Register
CPU2_DPR7_L     0xF885C038          CPU2 Data Protection Range 7, Lower Bound Register
CPU2_DPR7_U     0xF885C03C          CPU2 Data Protection Range 7, Upper Bound Register
CPU2_DPR8_L     0xF885C040          CPU2 Data Protection Range 8, Lower Bound Register
CPU2_DPR8_U     0xF885C044          CPU2 Data Protection Range 8, Upper Bound Register
CPU2_DPR9_L     0xF885C048          CPU2 Data Protection Range 9, Lower Bound Register
CPU2_DPR9_U     0xF885C04C          CPU2 Data Protection Range 9, Upper Bound Register
CPU2_DPR10_L    0xF885C050          CPU2 Data Protection Range 10, Lower Bound Register
CPU2_DPR10_U    0xF885C054          CPU2 Data Protection Range 10, Upper Bound Register
CPU2_DPR11_L    0xF885C058          CPU2 Data Protection Range 11, Lower Bound Register
CPU2_DPR11_U    0xF885C05C          CPU2 Data Protection Range 11, Upper Bound Register
CPU2_DPR12_L    0xF885C060          CPU2 Data Protection Range 12, Lower Bound Register
CPU2_DPR12_U    0xF885C064          CPU2 Data Protection Range 12, Upper Bound Register
CPU2_DPR13_L    0xF885C068          CPU2 Data Protection Range 13, Lower Bound Register
CPU2_DPR13_U    0xF885C06C          CPU2 Data Protection Range 13, Upper Bound Register
CPU2_DPR14_L    0xF885C070          CPU2 Data Protection Range 14, Lower Bound Register
CPU2_DPR14_U    0xF885C074          CPU2 Data Protection Range 14, Upper Bound Register
CPU2_DPR15_L    0xF885C078          CPU2 Data Protection Range 15, Lower Bound Register
CPU2_DPR15_U    0xF885C07C          CPU2 Data Protection Range 15, Upper Bound Register
CPU2_CPR0_L     0xF885D000          CPU2 Code Protection Range 0 Lower Bound Register
CPU2_CPR0_U     0xF885D004          CPU2 Code Protection Range 0 Upper Bound Register
CPU2_CPR1_L     0xF885D008          CPU2 Code Protection Range 1 Lower Bound Register
CPU2_CPR1_U     0xF885D00C          CPU2 Code Protection Range 1 Upper Bound Register
CPU2_CPR2_L     0xF885D010          CPU2 Code Protection Range 2 Lower Bound Register
CPU2_CPR2_U     0xF885D014          CPU2 Code Protection Range 2 Upper Bound Register
CPU2_CPR3_L     0xF885D018          CPU2 Code Protection Range 3 Lower Bound Register
CPU2_CPR3_U     0xF885D01C          CPU2 Code Protection Range 3 Upper Bound Register
CPU2_CPR4_L     0xF885D020          CPU2 Code Protection Range 4 Lower Bound Register
CPU2_CPR4_U     0xF885D024          CPU2 Code Protection Range 4 Upper Bound Register
CPU2_CPR5_L     0xF885D028          CPU2 Code Protection Range 5 Lower Bound Register
CPU2_CPR5_U     0xF885D02C          CPU2 Code Protection Range 5 Upper Bound Register
CPU2_CPR6_L     0xF885D030          CPU2 Code Protection Range 6 Lower Bound Register
CPU2_CPR6_U     0xF885D034          CPU2 Code Protection Range 6 Upper Bound Register
CPU2_CPR7_L     0xF885D038          CPU2 Code Protection Range 7 Lower Bound Register
CPU2_CPR7_U     0xF885D03C          CPU2 Code Protection Range 7 Upper Bound Register
CPU2_CPXE_0     0xF885E000          CPU2 Code Protection Execute Enable Register Set 0
CPU2_CPXE_1     0xF885E004          CPU2 Code Protection Execute Enable Register Set 1
CPU2_CPXE_2     0xF885E008          CPU2 Code Protection Execute Enable Register Set 2
CPU2_CPXE_3     0xF885E00C          CPU2 Code Protection Execute Enable Register Set 3
CPU2_DPRE_0     0xF885E010          CPU2 Data Protection Read Enable Register Set 0
CPU2_DPRE_1     0xF885E014          CPU2 Data Protection Read Enable Register Set 1
CPU2_DPRE_2     0xF885E018          CPU2 Data Protection Read Enable Register Set 2
CPU2_DPRE_3     0xF885E01C          CPU2 Data Protection Read Enable Register Set 3
CPU2_DPWE_0     0xF885E020          CPU2 Data Protection Write Enable Register Set 0
CPU2_DPWE_1     0xF885E024          CPU2 Data Protection Write Enable Register Set 1
CPU2_DPWE_2     0xF885E028          CPU2 Data Protection Write Enable Register Set 2
CPU2_DPWE_3     0xF885E02C          CPU2 Data Protection Write Enable Register Set 3
CPU2_TPS_CON    0xF885E400          CPU2 Temporal Protection System Control Register
CPU2_TPS_TIMER0 0xF885E404          CPU2 Temporal Protection System Timer Register 2
CPU2_TPS_TIMER1 0xF885E408          CPU2 Temporal Protection System Timer Register 2
CPU2_TPS_TIMER2 0xF885E40C          CPU2 Temporal Protection System Timer Register 2
CPU2_TR0EVT     0xF885F000          Trigger Event 0
CPU2_TR0ADR     0xF885F004          Trigger Address 0
CPU2_TR1EVT     0xF885F008          Trigger Event 1
CPU2_TR1ADR     0xF885F00C          Trigger Address 1
CPU2_TR2EVT     0xF885F010          Trigger Event 2
CPU2_TR2ADR     0xF885F014          Trigger Address 2
CPU2_TR3EVT     0xF885F018          Trigger Event 3
CPU2_TR3ADR     0xF885F01C          Trigger Address 3
CPU2_TR4EVT     0xF885F020          Trigger Event 4
CPU2_TR4ADR     0xF885F024          Trigger Address 4
CPU2_TR5EVT     0xF885F028          Trigger Event 5
CPU2_TR5ADR     0xF885F02C          Trigger Address 5
CPU2_TR6EVT     0xF885F030          Trigger Event 6
CPU2_TR6ADR     0xF885F034          Trigger Address 6
CPU2_TR7EVT     0xF885F038          Trigger Event 7
CPU2_TR7ADR     0xF885F03C          Trigger Address 7
CPU2_CCTRL      0xF885FC00          Counter Control
CPU2_CCNT       0xF885FC04          CPU Clock Cycle Count
CPU2_ICNT       0xF885FC08          Instruction Count
CPU2_M1CNT      0xF885FC0C          Multi-Count Register 1
CPU2_M2CNT      0xF885FC10          Multi-Count Register 2
CPU2_M3CNT      0xF885FC14          Multi-Count Register 3
CPU2_DBGSR      0xF885FD00          Debug Status Register
CPU2_EXEVT      0xF885FD08          External Event Register
CPU2_CREVT      0xF885FD0C          Core Register Access Event
CPU2_SWEVT      0xF885FD10          Software Debug Event
CPU2_TRIG_ACC   0xF885FD30          CPU2 Trigger Address x
CPU2_DMS        0xF885FD40          CPU2 Debug Monitor Start Address
CPU2_DCX        0xF885FD44          CPU2 Debug Context Save Area Pointer
CPU2_DBGTCR     0xF885FD48          Debug Trap Control Register
CPU2_PCXI       0xF885FE00          Previous Context Information Register
CPU2_PSW        0xF885FE04          Program Status Word
CPU2_PC         0xF885FE08          Program Counter
CPU2_SYSCON     0xF885FE14          System Configuration Register
CPU2_CPU_ID     0xF885FE18          CPU2 Identification Register TC1.6P
CPU2_CORE_ID    0xF885FE1C          CPU2 Core Identification Register
CPU2_BIV        0xF885FE20          Base Interrupt Vector Table Pointer
CPU2_BTV        0xF885FE24          Base Trap Vector Table Pointer
CPU2_ISP        0xF885FE28          Interrupt Stack Pointer
CPU2_ICR        0xF885FE2C          Interrupt Control Register
CPU2_FCX        0xF885FE38          Free CSA List Head Pointer
CPU2_LCX        0xF885FE3C          Free CSA List Limit Pointer
CPU2_CUS_ID     0xF885FE50          CPU2 Customer ID register
CPU2_D0         0xF885FF00          Data Register 0
CPU2_D1         0xF885FF04          Data Register 1
CPU2_D2         0xF885FF08          Data Register 2
CPU2_D3         0xF885FF0C          Data Register 3
CPU2_D4         0xF885FF10          Data Register 4
CPU2_D5         0xF885FF14          Data Register 5
CPU2_D6         0xF885FF18          Data Register 6
CPU2_D7         0xF885FF1C          Data Register 7
CPU2_D8         0xF885FF20          Data Register 8
CPU2_D9         0xF885FF24          Data Register 9
CPU2_D10        0xF885FF28          Data Register 10
CPU2_D11        0xF885FF2C          Data Register 11
CPU2_D12        0xF885FF30          Data Register 12
CPU2_D13        0xF885FF34          Data Register 13
CPU2_D14        0xF885FF38          Data Register 14
CPU2_D15        0xF885FF3C          Data Register 15
CPU2_A0         0xF885FF80          Address Register 0
CPU2_A1         0xF885FF84          Address Register 1
CPU2_A2         0xF885FF88          Address Register 2
CPU2_A3         0xF885FF8C          Address Register 3
CPU2_A4         0xF885FF90          Address Register 4
CPU2_A5         0xF885FF94          Address Register 5
CPU2_A6         0xF885FF98          Address Register 6
CPU2_A7         0xF885FF9C          Address Register 7
CPU2_A8         0xF885FFA0          Address Register 8
CPU2_A9         0xF885FFA4          Address Register 9
CPU2_A10        0xF885FFA8          Address Register 10
CPU2_A11        0xF885FFAC          Address Register 11
CPU2_A12        0xF885FFB0          Address Register 12
CPU2_A13        0xF885FFB4          Address Register 13
CPU2_A14        0xF885FFB8          Address Register 14
CPU2_A15        0xF885FFBC          Address Register 15

; this chip implements TriCore v1.6 instruction set
; this memory map and registers was based on stepping B of the chip
.tc2xx/tc29x
; MEMORY MAP
area DATA CPU2_DSPR       0x50000000:0x5003C000   CPU2 Data Scratch Pad SRAM, non-cached
area DATA CPU2_DCACHE     0x5003C000:0x5003E000   CPU2 Data Cache SRAM, non-cached
area DATA CPU2_DTAG       0x500C0000:0x500C0C00   CPU2 Data Cache TAG SRAM, non-cached
area CODE CPU2_PSPR       0x50100000:0x50108000   CPU2 Program Scratch Pad SRAM, non-cached
area CODE CPU2_PCACHE     0x50108000:0x50110000   CPU2 Program Cache SRAM, non-cached
area CODE CPU2_PTAG       0x501C0000:0x501C3000   CPU2 Program Cache TAG SRAM, non-cached
area DATA CPU1_DSPR       0x60000000:0x6003C000   CPU1 Data Scratch Pad SRAM, non-cached
area DATA CPU1_DCACHE     0x6003C000:0x6003E000   CPU1 Data Cache SRAM, non-cached
area DATA CPU1_DTAG       0x600C0000:0x600C0C00   CPU1 Data Cache TAG SRAM, non-cached
area CODE CPU1_PSPR       0x60100000:0x60108000   CPU1 Program Scratch Pad SRAM, non-cached
area CODE CPU1_PCACHE     0x60108000:0x60110000   CPU1 Program Cache SRAM, non-cached
area CODE CPU1_PTAG       0x601C0000:0x601C3000   CPU1 Program Cache TAG SRAM, non-cached
area DATA CPU0_DSPR       0x70000000:0x7001E000   CPU0 Data Scratch Pad SRAM, non-cached
area DATA CPU0_DCACHE     0x7001E000:0x70020000   CPU0 Data Cache SRAM, non-cached
area DATA CPU0_DTAG       0x700C0000:0x700C0C00   CPU0 Data Cache TAG SRAM, non-cached
area CODE CPU0_PSPR       0x70100000:0x70108000   CPU0 Program Scratch Pad SRAM, non-cached
area CODE CPU0_PCACHE     0x70108000:0x7010A000   CPU0 Program Cache SRAM, non-cached
area CODE CPU0_PTAG       0x701C0000:0x701C1800   CPU0 Program Cache TAG SRAM, non-cached
area CODE PFLASH0         0x80000000:0x80200000   Program Flash 0, cached
area CODE PFLASH1         0x80200000:0x80400000   Program Flash 1, cached
area CODE PFLASH2         0x80400000:0x80600000   Program Flash 2, cached
area CODE PFLASH3         0x80600000:0x80800000   Program Flash 3, cached
area DATA EBU             0x83000000:0x8F000000   External EBU Space, cached
area DATA OLDA            0x8FE70000:0x8FE78000   Online Data Acquisition, cached
area CODE BROM            0x8FFF8000:0x90000000   Boot ROM, cached
area DATA LMURAM          0x90000000:0x90008000   LMU SRAM, cached
area DATA TRAM            0x90100000:0x90102000   miniMCDS Trace SRAM, cached
area CODE PFLASH0_NC      0xA0000000:0xA0200000   Program Flash 0, non-cached
area CODE PFLASH1_NC      0xA0200000:0xA0400000   Program Flash 1, non-cached
area CODE PFLASH2_NC      0xA0400000:0xA0600000   Program Flash 2, non-cached
area CODE PFLASH3_NC      0xA0600000:0xA0800000   Program Flash 3, non-cached
area DATA EBU_NC          0xA3000000:0xAF000000   External EBU Space, non-cached
area DATA DFLASH0_NC      0xAF000000:0xAF104000   Data Flash 0, non-cached
area DATA DFLASH1_NC      0xAF110000:0xAF120000   Data Flash 1, non-cached
area DATA OLDA_NC         0xAFE70000:0xAFE78000   Online Data Acquisition, non-cached
area CODE BROM_NC         0xAFFF8000:0xB0000000   Boot ROM, non-cached
area DATA LMURAM_NC       0xB0000000:0xB0008000   LMU SRAM, non-cached
area DATA TRAM_NC         0xB0100000:0xB0102000   miniMCDS Trace SRAM, non-cached
area DATA FFT0            0xBE000000:0xBE080000   FFT Accelerator, non-cached
area DATA FFT1            0xBE100000:0xBE180000   FFT Accelerator, non-cached
area DATA REGISTERS       0xF0000000:0xFF120000   Core SFRs and GPRs
; REGISTERS
STM0_CLC        0xF0000000          Clock Control Register
STM0_ID         0xF0000008          Module Identification Register
STM0_TIM0       0xF0000010          Timer Register 0
STM0_TIM1       0xF0000014          Timer Register 1
STM0_TIM2       0xF0000018          Timer Register 2
STM0_TIM3       0xF000001C          Timer Register 3
STM0_TIM4       0xF0000020          Timer Register 4
STM0_TIM5       0xF0000024          Timer Register 5
STM0_TIM6       0xF0000028          Timer Register 6
STM0_CAP        0xF000002C          Timer Capture Register
STM0_CMP0       0xF0000030          Compare Register 0
STM0_CMP1       0xF0000034          Compare Register 1
STM0_CMCON      0xF0000038          Compare Match Control Register
STM0_ICR        0xF000003C          Interrupt Control Register
STM0_ISCR       0xF0000040          Interrupt Set/Clear Register
STM0_TIM0SV     0xF0000050          Timer Register 0 Second View
STM0_CAPSV      0xF0000054          Timer Capture Register Second View
STM0_OCS        0xF00000E8          OCDS Control and Status
STM0_KRSTCLR    0xF00000EC          Kernel Reset Status Clear Register
STM0_KRST1      0xF00000F0          Kernel Reset Register 1
STM0_KRST0      0xF00000F4          Kernel Reset Register 0
STM0_ACCEN1     0xF00000F8          Access Enable Register 1
STM0_ACCEN0     0xF00000FC          Access Enable Register 0
STM1_CLC        0xF0000100          Clock Control Register
STM1_ID         0xF0000108          Module Identification Register
STM1_TIM0       0xF0000110          Timer Register 0
STM1_TIM1       0xF0000114          Timer Register 1
STM1_TIM2       0xF0000118          Timer Register 2
STM1_TIM3       0xF000011C          Timer Register 3
STM1_TIM4       0xF0000120          Timer Register 4
STM1_TIM5       0xF0000124          Timer Register 5
STM1_TIM6       0xF0000128          Timer Register 6
STM1_CAP        0xF000012C          Timer Capture Register
STM1_CMP0       0xF0000130          Compare Register 0
STM1_CMP1       0xF0000134          Compare Register 1
STM1_CMCON      0xF0000138          Compare Match Control Register
STM1_ICR        0xF000013C          Interrupt Control Register
STM1_ISCR       0xF0000140          Interrupt Set/Clear Register
STM1_TIM0SV     0xF0000150          Timer Register 0 Second View
STM1_CAPSV      0xF0000154          Timer Capture Register Second View
STM1_OCS        0xF00001E8          OCDS Control and Status
STM1_KRSTCLR    0xF00001EC          Kernel Reset Status Clear Register
STM1_KRST1      0xF00001F0          Kernel Reset Register 1
STM1_KRST0      0xF00001F4          Kernel Reset Register 0
STM1_ACCEN1     0xF00001F8          Access Enable Register 1
STM1_ACCEN0     0xF00001FC          Access Enable Register 0
STM2_CLC        0xF0000200          Clock Control Register
STM2_ID         0xF0000208          Module Identification Register
STM2_TIM0       0xF0000210          Timer Register 0
STM2_TIM1       0xF0000214          Timer Register 1
STM2_TIM2       0xF0000218          Timer Register 2
STM2_TIM3       0xF000021C          Timer Register 3
STM2_TIM4       0xF0000220          Timer Register 4
STM2_TIM5       0xF0000224          Timer Register 5
STM2_TIM6       0xF0000228          Timer Register 6
STM2_CAP        0xF000022C          Timer Capture Register
STM2_CMP0       0xF0000230          Compare Register 0
STM2_CMP1       0xF0000234          Compare Register 1
STM2_CMCON      0xF0000238          Compare Match Control Register
STM2_ICR        0xF000023C          Interrupt Control Register
STM2_ISCR       0xF0000240          Interrupt Set/Clear Register
STM2_TIM0SV     0xF0000250          Timer Register 0 Second View
STM2_CAPSV      0xF0000254          Timer Capture Register Second View
STM2_OCS        0xF00002E8          OCDS Control and Status
STM2_KRSTCLR    0xF00002EC          Kernel Reset Status Clear Register
STM2_KRST1      0xF00002F0          Kernel Reset Register 1
STM2_KRST0      0xF00002F4          Kernel Reset Register 0
STM2_ACCEN1     0xF00002F8          Access Enable Register 1
STM2_ACCEN0     0xF00002FC          Access Enable Register 0
CBS_JDPID       0xF0000408          Module Identification Register
CBS_OIFM        0xF000040C          OCDS Interface Mode Register
CBS_TIPR        0xF0000410          TG Input Pins Routing
CBS_TOPR        0xF0000414          TG Output Pins Routing
CBS_TOPPS       0xF0000418          TG Output Pins Pulse Stretcher
CBS_TCIP        0xF000041C          TG Capture for TG Input Pins
CBS_TRC0        0xF0000420          TG Routing for CPU0
CBS_TRC1        0xF0000424          TG Routing for CPU1
CBS_TRC2        0xF0000428          TG Routing for CPU2
CBS_TRHSM       0xF0000438          TG Routing for HSM Control
CBS_TRMC        0xF000043C          TG Routing for MCDS Control
CBS_TLCC0       0xF0000440          TG Line Counter Control
CBS_TLCC1       0xF0000444          TG Line Counter Control
CBS_TLCV0       0xF0000450          TG Line Counter Value
CBS_TLCV1       0xF0000454          TG Line Counter Value
CBS_TRSS        0xF0000460          TG Routing for Special Signals
CBS_JTAGID      0xF0000464          JTAG Device Identification Register
CBS_COMDATA     0xF0000468          Communication Mode Data Register
CBS_IOSR        0xF000046C          IOClient Status and Control Register
CBS_TLS         0xF0000470          TG Line State
CBS_TCTL        0xF0000474          TG Capture for TG Lines
CBS_OEC         0xF0000478          OCDS Enable Control Register
CBS_OCNTRL      0xF000047C          OSCU Control Register
CBS_OSTATE      0xF0000480          OSCU Status Register
CBS_INTMOD      0xF0000484          Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488          Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C          Internally Controlled Trace Destination Register
CBS_TLC         0xF0000490          TG Line Control
CBS_TL1ST       0xF0000494          TG Line 1 Suspend Targets
CBS_TLCHE       0xF0000498          TG Line Capture and Hold Enable
CBS_TLCHS       0xF000049C          TG Line Capture and Hold Clear
CBS_TRIGS       0xF00004A0          Set Trigger to Host Register
CBS_TRIGC       0xF00004A4          Clear Trigger to Host Register
CBS_TLT         0xF00004A8          TG Line Timer
CBS_TLTTH       0xF00004AC          TG Lines for Trigger to Host
CBS_TCCB        0xF00004B0          TG Capture for Cores - BRKOUT
CBS_TCCH        0xF00004B4          TG Capture for Cores - HALT
CBS_TCTGB       0xF00004B8          TG Capture for OTGB0/1
CBS_TCM         0xF00004BC          TG Capture for MCDS
CBS_TREC0       0xF00004C0          TG Routing Events of CPU0
CBS_TREC1       0xF00004C4          TG Routing Events of CPU1
CBS_TREC2       0xF00004C8          TG Routing Events of CPU2
CBS_TRMT        0xF00004DC          TG Routing for MCDS Triggers
CBS_TRTGB0L     0xF00004E0          TG Routing for OTGB0 Bits [7:0]
CBS_TRTGB0H     0xF00004E4          TG Routing for OTGB0 Bits [15:8]
CBS_TRTGB1L     0xF00004E8          TG Routing for OTGB1 Bits [7:0]
CBS_TRTGB1H     0xF00004EC          TG Routing for OTGB1 Bits [15:8]
CBS_TRIG0       0xF0000500          Trigger to Host Register 0
CBS_TRIG1       0xF0000504          Trigger to Host Register 1
CBS_TRIG2       0xF0000508          Trigger to Host Register 2
CBS_TRIG3       0xF000050C          Trigger to Host Register 3
CBS_TRIG4       0xF0000510          Trigger to Host Register 4
CBS_TRIG5       0xF0000514          Trigger to Host Register 5
CBS_TRIG6       0xF0000518          Trigger to Host Register 6
CBS_TRIG7       0xF000051C          Trigger to Host Register 7
CBS_TRIG8       0xF0000520          Trigger to Host Register 8
CBS_TRIG9       0xF0000524          Trigger to Host Register 9
CBS_TRIG10      0xF0000528          Trigger to Host Register 10
CBS_TRIG11      0xF000052C          Trigger to Host Register 11
CBS_TRIG12      0xF0000530          Trigger to Host Register 12
CBS_TRIG13      0xF0000534          Trigger to Host Register 13
CBS_TRIG14      0xF0000538          Trigger to Host Register 14
CBS_TRIG15      0xF000053C          Trigger to Host Register 15
CBS_TRIG16      0xF0000540          Trigger to Host Register 16
CBS_TRIG17      0xF0000544          Trigger to Host Register 17
CBS_TRIG18      0xF0000548          Trigger to Host Register 18
CBS_TRIG19      0xF000054C          Trigger to Host Register 19
CBS_TRIG20      0xF0000550          Trigger to Host Register 20
CBS_TRIG21      0xF0000554          Trigger to Host Register 21
ASCLIN0_CLC     0xF0000600          Clock Control Register
ASCLIN0_IOCR    0xF0000604          Input and Output Control Register
ASCLIN0_ID      0xF0000608          Module Identification Register
ASCLIN0_TXFIFOCON 0xF000060C          TX FIFO Configuration Register
ASCLIN0_RXFIFOCON 0xF0000610          RX FIFO Configuration Register
ASCLIN0_BITCON  0xF0000614          Bit Configuration Register
ASCLIN0_FRAMECON 0xF0000618          Frame Control Register
ASCLIN0_DATCON  0xF000061C          Data Configuration Register
ASCLIN0_BRG     0xF0000620          Baud Rate Generation Register
ASCLIN0_BRD     0xF0000624          Baud Rate Detection Register
ASCLIN0_LINCON  0xF0000628          LIN Control Register
ASCLIN0_LINBTIMER 0xF000062C          LIN Break Timer Register
ASCLIN0_LINHTIMER 0xF0000630          LIN Header Timer Register
ASCLIN0_FLAGS   0xF0000634          Flags Register
ASCLIN0_FLAGSSET 0xF0000638          Flags Set Register
ASCLIN0_FLAGSCLEAR 0xF000063C          Flags Clear Register
ASCLIN0_FLAGSENABLE 0xF0000640          Flags Enable Register
ASCLIN0_TXDATA  0xF0000644          Transmit Data Register
ASCLIN0_RXDATA  0xF0000648          Receive Data Register
ASCLIN0_CSR     0xF000064C          Clock Selection Register
ASCLIN0_RXDATAD 0xF0000650          Receive Data Debug Register
ASCLIN0_OCS     0xF00006E8          OCDS Control and Status
ASCLIN0_KRSTCLR 0xF00006EC          Kernel Reset Status Clear Register
ASCLIN0_KRST1   0xF00006F0          Kernel Reset Register 1
ASCLIN0_KRST0   0xF00006F4          Kernel Reset Register 0
ASCLIN0_ACCEN1  0xF00006F8          Access Enable Register 1
ASCLIN0_ACCEN0  0xF00006FC          Access Enable Register 0
ASCLIN1_CLC     0xF0000700          Clock Control Register
ASCLIN1_IOCR    0xF0000704          Input and Output Control Register
ASCLIN1_ID      0xF0000708          Module Identification Register
ASCLIN1_TXFIFOCON 0xF000070C          TX FIFO Configuration Register
ASCLIN1_RXFIFOCON 0xF0000710          RX FIFO Configuration Register
ASCLIN1_BITCON  0xF0000714          Bit Configuration Register
ASCLIN1_FRAMECON 0xF0000718          Frame Control Register
ASCLIN1_DATCON  0xF000071C          Data Configuration Register
ASCLIN1_BRG     0xF0000720          Baud Rate Generation Register
ASCLIN1_BRD     0xF0000724          Baud Rate Detection Register
ASCLIN1_LINCON  0xF0000728          LIN Control Register
ASCLIN1_LINBTIMER 0xF000072C          LIN Break Timer Register
ASCLIN1_LINHTIMER 0xF0000730          LIN Header Timer Register
ASCLIN1_FLAGS   0xF0000734          Flags Register
ASCLIN1_FLAGSSET 0xF0000738          Flags Set Register
ASCLIN1_FLAGSCLEAR 0xF000073C          Flags Clear Register
ASCLIN1_FLAGSENABLE 0xF0000740          Flags Enable Register
ASCLIN1_TXDATA  0xF0000744          Transmit Data Register
ASCLIN1_RXDATA  0xF0000748          Receive Data Register
ASCLIN1_CSR     0xF000074C          Clock Selection Register
ASCLIN1_RXDATAD 0xF0000750          Receive Data Debug Register
ASCLIN1_OCS     0xF00007E8          OCDS Control and Status
ASCLIN1_KRSTCLR 0xF00007EC          Kernel Reset Status Clear Register
ASCLIN1_KRST1   0xF00007F0          Kernel Reset Register 1
ASCLIN1_KRST0   0xF00007F4          Kernel Reset Register 0
ASCLIN1_ACCEN1  0xF00007F8          Access Enable Register 1
ASCLIN1_ACCEN0  0xF00007FC          Access Enable Register 0
ASCLIN2_CLC     0xF0000800          Clock Control Register
ASCLIN2_IOCR    0xF0000804          Input and Output Control Register
ASCLIN2_ID      0xF0000808          Module Identification Register
ASCLIN2_TXFIFOCON 0xF000080C          TX FIFO Configuration Register
ASCLIN2_RXFIFOCON 0xF0000810          RX FIFO Configuration Register
ASCLIN2_BITCON  0xF0000814          Bit Configuration Register
ASCLIN2_FRAMECON 0xF0000818          Frame Control Register
ASCLIN2_DATCON  0xF000081C          Data Configuration Register
ASCLIN2_BRG     0xF0000820          Baud Rate Generation Register
ASCLIN2_BRD     0xF0000824          Baud Rate Detection Register
ASCLIN2_LINCON  0xF0000828          LIN Control Register
ASCLIN2_LINBTIMER 0xF000082C          LIN Break Timer Register
ASCLIN2_LINHTIMER 0xF0000830          LIN Header Timer Register
ASCLIN2_FLAGS   0xF0000834          Flags Register
ASCLIN2_FLAGSSET 0xF0000838          Flags Set Register
ASCLIN2_FLAGSCLEAR 0xF000083C          Flags Clear Register
ASCLIN2_FLAGSENABLE 0xF0000840          Flags Enable Register
ASCLIN2_TXDATA  0xF0000844          Transmit Data Register
ASCLIN2_RXDATA  0xF0000848          Receive Data Register
ASCLIN2_CSR     0xF000084C          Clock Selection Register
ASCLIN2_RXDATAD 0xF0000850          Receive Data Debug Register
ASCLIN2_OCS     0xF00008E8          OCDS Control and Status
ASCLIN2_KRSTCLR 0xF00008EC          Kernel Reset Status Clear Register
ASCLIN2_KRST1   0xF00008F0          Kernel Reset Register 1
ASCLIN2_KRST0   0xF00008F4          Kernel Reset Register 0
ASCLIN2_ACCEN1  0xF00008F8          Access Enable Register 1
ASCLIN2_ACCEN0  0xF00008FC          Access Enable Register 0
ASCLIN3_CLC     0xF0000900          Clock Control Register
ASCLIN3_IOCR    0xF0000904          Input and Output Control Register
ASCLIN3_ID      0xF0000908          Module Identification Register
ASCLIN3_TXFIFOCON 0xF000090C          TX FIFO Configuration Register
ASCLIN3_RXFIFOCON 0xF0000910          RX FIFO Configuration Register
ASCLIN3_BITCON  0xF0000914          Bit Configuration Register
ASCLIN3_FRAMECON 0xF0000918          Frame Control Register
ASCLIN3_DATCON  0xF000091C          Data Configuration Register
ASCLIN3_BRG     0xF0000920          Baud Rate Generation Register
ASCLIN3_BRD     0xF0000924          Baud Rate Detection Register
ASCLIN3_LINCON  0xF0000928          LIN Control Register
ASCLIN3_LINBTIMER 0xF000092C          LIN Break Timer Register
ASCLIN3_LINHTIMER 0xF0000930          LIN Header Timer Register
ASCLIN3_FLAGS   0xF0000934          Flags Register
ASCLIN3_FLAGSSET 0xF0000938          Flags Set Register
ASCLIN3_FLAGSCLEAR 0xF000093C          Flags Clear Register
ASCLIN3_FLAGSENABLE 0xF0000940          Flags Enable Register
ASCLIN3_TXDATA  0xF0000944          Transmit Data Register
ASCLIN3_RXDATA  0xF0000948          Receive Data Register
ASCLIN3_CSR     0xF000094C          Clock Selection Register
ASCLIN3_RXDATAD 0xF0000950          Receive Data Debug Register
ASCLIN3_OCS     0xF00009E8          OCDS Control and Status
ASCLIN3_KRSTCLR 0xF00009EC          Kernel Reset Status Clear Register
ASCLIN3_KRST1   0xF00009F0          Kernel Reset Register 1
ASCLIN3_KRST0   0xF00009F4          Kernel Reset Register 0
ASCLIN3_ACCEN1  0xF00009F8          Access Enable Register 1
ASCLIN3_ACCEN0  0xF00009FC          Access Enable Register 0
QSPI0_CLC       0xF0001C00          Clock Control Register
QSPI0_PISEL     0xF0001C04          Port Input Select Register
QSPI0_ID        0xF0001C08          Module Identification Register
QSPI0_GLOBALCON 0xF0001C10          Global Configuration Register
QSPI0_GLOBALCON1 0xF0001C14          Global Configuration Register 1
QSPI0_BACON     0xF0001C18          Basic Configuration Register
QSPI0_ECON0     0xF0001C20          Configuration Extension 0
QSPI0_ECON1     0xF0001C24          Configuration Extension 1
QSPI0_ECON2     0xF0001C28          Configuration Extension 2
QSPI0_ECON3     0xF0001C2C          Configuration Extension 3
QSPI0_ECON4     0xF0001C30          Configuration Extension 4
QSPI0_ECON5     0xF0001C34          Configuration Extension 5
QSPI0_ECON6     0xF0001C38          Configuration Extension 6
QSPI0_ECON7     0xF0001C3C          Configuration Extension 7
QSPI0_STATUS    0xF0001C40          Status Register
QSPI0_STATUS1   0xF0001C44          Status Register 1
QSPI0_SSOC      0xF0001C48          Slave Select Output Control Register
QSPI0_FLAGSCLEAR 0xF0001C54          Flags Clear Register
QSPI0_XXLCON    0xF0001C58          Extra Large Data Configuration Register
QSPI0_MIXENTRY  0xF0001C5C          MIX_ENTRY Register
QSPI0_BACONENTRY 0xF0001C60          BACON_ENTRY Register
QSPI0_DATAENTRY0 0xF0001C64          DATA_ENTRY Register 0
QSPI0_DATAENTRY1 0xF0001C68          DATA_ENTRY Register 1
QSPI0_DATAENTRY2 0xF0001C6C          DATA_ENTRY Register 2
QSPI0_DATAENTRY3 0xF0001C70          DATA_ENTRY Register 3
QSPI0_DATAENTRY4 0xF0001C74          DATA_ENTRY Register 4
QSPI0_DATAENTRY5 0xF0001C78          DATA_ENTRY Register 5
QSPI0_DATAENTRY6 0xF0001C7C          DATA_ENTRY Register 6
QSPI0_DATAENTRY7 0xF0001C80          DATA_ENTRY Register 7
QSPI0_RXEXIT    0xF0001C90          RX_EXIT Register
QSPI0_RXEXITD   0xF0001C94          RX_EXIT Debug Register
QSPI0_OCS       0xF0001CE8          OCDS Control and Status
QSPI0_KRSTCLR   0xF0001CEC          Kernel Reset Status Clear Register
QSPI0_KRST1     0xF0001CF0          Kernel Reset Register 1
QSPI0_KRST0     0xF0001CF4          Kernel Reset Register 0
QSPI0_ACCEN1    0xF0001CF8          Access Enable Register 1
QSPI0_ACCEN0    0xF0001CFC          Access Enable Register 0
QSPI1_CLC       0xF0001D00          Clock Control Register
QSPI1_PISEL     0xF0001D04          Port Input Select Register
QSPI1_ID        0xF0001D08          Module Identification Register
QSPI1_GLOBALCON 0xF0001D10          Global Configuration Register
QSPI1_GLOBALCON1 0xF0001D14          Global Configuration Register 1
QSPI1_BACON     0xF0001D18          Basic Configuration Register
QSPI1_ECON0     0xF0001D20          Configuration Extension 0
QSPI1_ECON1     0xF0001D24          Configuration Extension 1
QSPI1_ECON2     0xF0001D28          Configuration Extension 2
QSPI1_ECON3     0xF0001D2C          Configuration Extension 3
QSPI1_ECON4     0xF0001D30          Configuration Extension 4
QSPI1_ECON5     0xF0001D34          Configuration Extension 5
QSPI1_ECON6     0xF0001D38          Configuration Extension 6
QSPI1_ECON7     0xF0001D3C          Configuration Extension 7
QSPI1_STATUS    0xF0001D40          Status Register
QSPI1_STATUS1   0xF0001D44          Status Register 1
QSPI1_SSOC      0xF0001D48          Slave Select Output Control Register
QSPI1_FLAGSCLEAR 0xF0001D54          Flags Clear Register
QSPI1_XXLCON    0xF0001D58          Extra Large Data Configuration Register
QSPI1_MIXENTRY  0xF0001D5C          MIX_ENTRY Register
QSPI1_BACONENTRY 0xF0001D60          BACON_ENTRY Register
QSPI1_DATAENTRY0 0xF0001D64          DATA_ENTRY Register 0
QSPI1_DATAENTRY1 0xF0001D68          DATA_ENTRY Register 1
QSPI1_DATAENTRY2 0xF0001D6C          DATA_ENTRY Register 2
QSPI1_DATAENTRY3 0xF0001D70          DATA_ENTRY Register 3
QSPI1_DATAENTRY4 0xF0001D74          DATA_ENTRY Register 4
QSPI1_DATAENTRY5 0xF0001D78          DATA_ENTRY Register 5
QSPI1_DATAENTRY6 0xF0001D7C          DATA_ENTRY Register 6
QSPI1_DATAENTRY7 0xF0001D80          DATA_ENTRY Register 7
QSPI1_RXEXIT    0xF0001D90          RX_EXIT Register
QSPI1_RXEXITD   0xF0001D94          RX_EXIT Debug Register
QSPI1_OCS       0xF0001DE8          OCDS Control and Status
QSPI1_KRSTCLR   0xF0001DEC          Kernel Reset Status Clear Register
QSPI1_KRST1     0xF0001DF0          Kernel Reset Register 1
QSPI1_KRST0     0xF0001DF4          Kernel Reset Register 0
QSPI1_ACCEN1    0xF0001DF8          Access Enable Register 1
QSPI1_ACCEN0    0xF0001DFC          Access Enable Register 0
QSPI2_CLC       0xF0001E00          Clock Control Register
QSPI2_PISEL     0xF0001E04          Port Input Select Register
QSPI2_ID        0xF0001E08          Module Identification Register
QSPI2_GLOBALCON 0xF0001E10          Global Configuration Register
QSPI2_GLOBALCON1 0xF0001E14          Global Configuration Register 1
QSPI2_BACON     0xF0001E18          Basic Configuration Register
QSPI2_ECON0     0xF0001E20          Configuration Extension 0
QSPI2_ECON1     0xF0001E24          Configuration Extension 1
QSPI2_ECON2     0xF0001E28          Configuration Extension 2
QSPI2_ECON3     0xF0001E2C          Configuration Extension 3
QSPI2_ECON4     0xF0001E30          Configuration Extension 4
QSPI2_ECON5     0xF0001E34          Configuration Extension 5
QSPI2_ECON6     0xF0001E38          Configuration Extension 6
QSPI2_ECON7     0xF0001E3C          Configuration Extension 7
QSPI2_STATUS    0xF0001E40          Status Register
QSPI2_STATUS1   0xF0001E44          Status Register 1
QSPI2_SSOC      0xF0001E48          Slave Select Output Control Register
QSPI2_FLAGSCLEAR 0xF0001E54          Flags Clear Register
QSPI2_XXLCON    0xF0001E58          Extra Large Data Configuration Register
QSPI2_MIXENTRY  0xF0001E5C          MIX_ENTRY Register
QSPI2_BACONENTRY 0xF0001E60          BACON_ENTRY Register
QSPI2_DATAENTRY0 0xF0001E64          DATA_ENTRY Register 0
QSPI2_DATAENTRY1 0xF0001E68          DATA_ENTRY Register 1
QSPI2_DATAENTRY2 0xF0001E6C          DATA_ENTRY Register 2
QSPI2_DATAENTRY3 0xF0001E70          DATA_ENTRY Register 3
QSPI2_DATAENTRY4 0xF0001E74          DATA_ENTRY Register 4
QSPI2_DATAENTRY5 0xF0001E78          DATA_ENTRY Register 5
QSPI2_DATAENTRY6 0xF0001E7C          DATA_ENTRY Register 6
QSPI2_DATAENTRY7 0xF0001E80          DATA_ENTRY Register 7
QSPI2_RXEXIT    0xF0001E90          RX_EXIT Register
QSPI2_RXEXITD   0xF0001E94          RX_EXIT Debug Register
QSPI2_CAPCON    0xF0001EA0          Capture Control Register
QSPI2_OCS       0xF0001EE8          OCDS Control and Status
QSPI2_KRSTCLR   0xF0001EEC          Kernel Reset Status Clear Register
QSPI2_KRST1     0xF0001EF0          Kernel Reset Register 1
QSPI2_KRST0     0xF0001EF4          Kernel Reset Register 0
QSPI2_ACCEN1    0xF0001EF8          Access Enable Register 1
QSPI2_ACCEN0    0xF0001EFC          Access Enable Register 0
QSPI3_CLC       0xF0001F00          Clock Control Register
QSPI3_PISEL     0xF0001F04          Port Input Select Register
QSPI3_ID        0xF0001F08          Module Identification Register
QSPI3_GLOBALCON 0xF0001F10          Global Configuration Register
QSPI3_GLOBALCON1 0xF0001F14          Global Configuration Register 1
QSPI3_BACON     0xF0001F18          Basic Configuration Register
QSPI3_ECON0     0xF0001F20          Configuration Extension 0
QSPI3_ECON1     0xF0001F24          Configuration Extension 1
QSPI3_ECON2     0xF0001F28          Configuration Extension 2
QSPI3_ECON3     0xF0001F2C          Configuration Extension 3
QSPI3_ECON4     0xF0001F30          Configuration Extension 4
QSPI3_ECON5     0xF0001F34          Configuration Extension 5
QSPI3_ECON6     0xF0001F38          Configuration Extension 6
QSPI3_ECON7     0xF0001F3C          Configuration Extension 7
QSPI3_STATUS    0xF0001F40          Status Register
QSPI3_STATUS1   0xF0001F44          Status Register 1
QSPI3_SSOC      0xF0001F48          Slave Select Output Control Register
QSPI3_FLAGSCLEAR 0xF0001F54          Flags Clear Register
QSPI3_XXLCON    0xF0001F58          Extra Large Data Configuration Register
QSPI3_MIXENTRY  0xF0001F5C          MIX_ENTRY Register
QSPI3_BACONENTRY 0xF0001F60          BACON_ENTRY Register
QSPI3_DATAENTRY0 0xF0001F64          DATA_ENTRY Register 0
QSPI3_DATAENTRY1 0xF0001F68          DATA_ENTRY Register 1
QSPI3_DATAENTRY2 0xF0001F6C          DATA_ENTRY Register 2
QSPI3_DATAENTRY3 0xF0001F70          DATA_ENTRY Register 3
QSPI3_DATAENTRY4 0xF0001F74          DATA_ENTRY Register 4
QSPI3_DATAENTRY5 0xF0001F78          DATA_ENTRY Register 5
QSPI3_DATAENTRY6 0xF0001F7C          DATA_ENTRY Register 6
QSPI3_DATAENTRY7 0xF0001F80          DATA_ENTRY Register 7
QSPI3_RXEXIT    0xF0001F90          RX_EXIT Register
QSPI3_RXEXITD   0xF0001F94          RX_EXIT Debug Register
QSPI3_CAPCON    0xF0001FA0          Capture Control Register
QSPI3_OCS       0xF0001FE8          OCDS Control and Status
QSPI3_KRSTCLR   0xF0001FEC          Kernel Reset Status Clear Register
QSPI3_KRST1     0xF0001FF0          Kernel Reset Register 1
QSPI3_KRST0     0xF0001FF4          Kernel Reset Register 0
QSPI3_ACCEN1    0xF0001FF8          Access Enable Register 1
QSPI3_ACCEN0    0xF0001FFC          Access Enable Register 0
QSPI4_CLC       0xF0002000          Clock Control Register
QSPI4_PISEL     0xF0002004          Port Input Select Register
QSPI4_ID        0xF0002008          Module Identification Register
QSPI4_GLOBALCON 0xF0002010          Global Configuration Register
QSPI4_GLOBALCON1 0xF0002014          Global Configuration Register 1
QSPI4_BACON     0xF0002018          Basic Configuration Register
QSPI4_ECON0     0xF0002020          Configuration Extension 0
QSPI4_ECON1     0xF0002024          Configuration Extension 1
QSPI4_ECON2     0xF0002028          Configuration Extension 2
QSPI4_ECON3     0xF000202C          Configuration Extension 3
QSPI4_ECON4     0xF0002030          Configuration Extension 4
QSPI4_ECON5     0xF0002034          Configuration Extension 5
QSPI4_ECON6     0xF0002038          Configuration Extension 6
QSPI4_ECON7     0xF000203C          Configuration Extension 7
QSPI4_STATUS    0xF0002040          Status Register
QSPI4_STATUS1   0xF0002044          Status Register 1
QSPI4_SSOC      0xF0002048          Slave Select Output Control Register
QSPI4_FLAGSCLEAR 0xF0002054          Flags Clear Register
QSPI4_XXLCON    0xF0002058          Extra Large Data Configuration Register
QSPI4_MIXENTRY  0xF000205C          MIX_ENTRY Register
QSPI4_BACONENTRY 0xF0002060          BACON_ENTRY Register
QSPI4_DATAENTRY0 0xF0002064          DATA_ENTRY Register 0
QSPI4_DATAENTRY1 0xF0002068          DATA_ENTRY Register 1
QSPI4_DATAENTRY2 0xF000206C          DATA_ENTRY Register 2
QSPI4_DATAENTRY3 0xF0002070          DATA_ENTRY Register 3
QSPI4_DATAENTRY4 0xF0002074          DATA_ENTRY Register 4
QSPI4_DATAENTRY5 0xF0002078          DATA_ENTRY Register 5
QSPI4_DATAENTRY6 0xF000207C          DATA_ENTRY Register 6
QSPI4_DATAENTRY7 0xF0002080          DATA_ENTRY Register 7
QSPI4_RXEXIT    0xF0002090          RX_EXIT Register
QSPI4_RXEXITD   0xF0002094          RX_EXIT Debug Register
QSPI4_OCS       0xF00020E8          OCDS Control and Status
QSPI4_KRSTCLR   0xF00020EC          Kernel Reset Status Clear Register
QSPI4_KRST1     0xF00020F0          Kernel Reset Register 1
QSPI4_KRST0     0xF00020F4          Kernel Reset Register 0
QSPI4_ACCEN1    0xF00020F8          Access Enable Register 1
QSPI4_ACCEN0    0xF00020FC          Access Enable Register 0
QSPI5_CLC       0xF0002100          Clock Control Register
QSPI5_PISEL     0xF0002104          Port Input Select Register
QSPI5_ID        0xF0002108          Module Identification Register
QSPI5_GLOBALCON 0xF0002110          Global Configuration Register
QSPI5_GLOBALCON1 0xF0002114          Global Configuration Register 1
QSPI5_BACON     0xF0002118          Basic Configuration Register
QSPI5_ECON0     0xF0002120          Configuration Extension 0
QSPI5_ECON1     0xF0002124          Configuration Extension 1
QSPI5_ECON2     0xF0002128          Configuration Extension 2
QSPI5_ECON3     0xF000212C          Configuration Extension 3
QSPI5_ECON4     0xF0002130          Configuration Extension 4
QSPI5_ECON5     0xF0002134          Configuration Extension 5
QSPI5_ECON6     0xF0002138          Configuration Extension 6
QSPI5_ECON7     0xF000213C          Configuration Extension 7
QSPI5_STATUS    0xF0002140          Status Register
QSPI5_STATUS1   0xF0002144          Status Register 1
QSPI5_SSOC      0xF0002148          Slave Select Output Control Register
QSPI5_FLAGSCLEAR 0xF0002154          Flags Clear Register
QSPI5_XXLCON    0xF0002158          Extra Large Data Configuration Register
QSPI5_MIXENTRY  0xF000215C          MIX_ENTRY Register
QSPI5_BACONENTRY 0xF0002160          BACON_ENTRY Register
QSPI5_DATAENTRY0 0xF0002164          DATA_ENTRY Register 0
QSPI5_DATAENTRY1 0xF0002168          DATA_ENTRY Register 1
QSPI5_DATAENTRY2 0xF000216C          DATA_ENTRY Register 2
QSPI5_DATAENTRY3 0xF0002170          DATA_ENTRY Register 3
QSPI5_DATAENTRY4 0xF0002174          DATA_ENTRY Register 4
QSPI5_DATAENTRY5 0xF0002178          DATA_ENTRY Register 5
QSPI5_DATAENTRY6 0xF000217C          DATA_ENTRY Register 6
QSPI5_DATAENTRY7 0xF0002180          DATA_ENTRY Register 7
QSPI5_RXEXIT    0xF0002190          RX_EXIT Register
QSPI5_RXEXITD   0xF0002194          RX_EXIT Debug Register
QSPI5_OCS       0xF00021E8          OCDS Control and Status
QSPI5_KRSTCLR   0xF00021EC          Kernel Reset Status Clear Register
QSPI5_KRST1     0xF00021F0          Kernel Reset Register 1
QSPI5_KRST0     0xF00021F4          Kernel Reset Register 0
QSPI5_ACCEN1    0xF00021F8          Access Enable Register 1
QSPI5_ACCEN0    0xF00021FC          Access Enable Register 0
MSC0_CLC        0xF0002600          Clock Control Register
MSC0_ID         0xF0002608          Module Identification Register
MSC0_FDR        0xF000260C          Fractional Divider Register
MSC0_USR        0xF0002610          Upstream Status Register
MSC0_DSC        0xF0002614          Downstream Control Register
MSC0_DSS        0xF0002618          Downstream Status Register
MSC0_DD         0xF000261C          Downstream Data Register
MSC0_DC         0xF0002620          Downstream Command Register
MSC0_DSDSL      0xF0002624          Downstream Select Data Source Low Register
MSC0_DSDSH      0xF0002628          Downstream Select Data Source High Register
MSC0_ESR        0xF000262C          Emergency Stop Register
MSC0_UD0        0xF0002630          Upstream Data Register 0
MSC0_UD1        0xF0002634          Upstream Data Register 1
MSC0_UD2        0xF0002638          Upstream Data Register 2
MSC0_UD3        0xF000263C          Upstream Data Register 3
MSC0_ICR        0xF0002640          Interrupt Control Register
MSC0_ISR        0xF0002644          Interrupt Status Register
MSC0_ISC        0xF0002648          Interrupt Set Clear Register
MSC0_OCR        0xF000264C          Output Control Register
MSC0_DSCE       0xF0002658          Downstream Control Enhanced Register 1
MSC0_USCE       0xF000265C          Upstream Control Enhanced Register 1
MSC0_DSDSLE     0xF0002660          Downstream Select Data Source Low Extension Register
MSC0_DSDSHE     0xF0002664          Downstream Select Data Source High Register
MSC0_ESRE       0xF0002668          Emergency Stop Extension Register
MSC0_DDE        0xF000266C          Downstream Data Extension Register
MSC0_DDM        0xF0002670          Downstream Data Mirror Register
MSC0_DSTE       0xF0002674          Downstream Timing Extension Register
MSC0_ABC        0xF0002680          Asynchronous Block Configuration Register
MSC0_OCS        0xF00026E8          OCDS Control and Status
MSC0_KRSTCLR    0xF00026EC          Kernel Reset Status Clear Register
MSC0_KRST1      0xF00026F0          Kernel Reset Register 1
MSC0_KRST0      0xF00026F4          Kernel Reset Register 0
MSC0_ACCEN1     0xF00026F8          Access Enable Register 1
MSC0_ACCEN0     0xF00026FC          Access Enable Register 0
MSC1_CLC        0xF0002700          Clock Control Register
MSC1_ID         0xF0002708          Module Identification Register
MSC1_FDR        0xF000270C          Fractional Divider Register
MSC1_USR        0xF0002710          Upstream Status Register
MSC1_DSC        0xF0002714          Downstream Control Register
MSC1_DSS        0xF0002718          Downstream Status Register
MSC1_DD         0xF000271C          Downstream Data Register
MSC1_DC         0xF0002720          Downstream Command Register
MSC1_DSDSL      0xF0002724          Downstream Select Data Source Low Register
MSC1_DSDSH      0xF0002728          Downstream Select Data Source High Register
MSC1_ESR        0xF000272C          Emergency Stop Register
MSC1_UD0        0xF0002730          Upstream Data Register 0
MSC1_UD1        0xF0002734          Upstream Data Register 1
MSC1_UD2        0xF0002738          Upstream Data Register 2
MSC1_UD3        0xF000273C          Upstream Data Register 3
MSC1_ICR        0xF0002740          Interrupt Control Register
MSC1_ISR        0xF0002744          Interrupt Status Register
MSC1_ISC        0xF0002748          Interrupt Set Clear Register
MSC1_OCR        0xF000274C          Output Control Register
MSC1_DSCE       0xF0002758          Downstream Control Enhanced Register 1
MSC1_USCE       0xF000275C          Upstream Control Enhanced Register 1
MSC1_DSDSLE     0xF0002760          Downstream Select Data Source Low Extension Register
MSC1_DSDSHE     0xF0002764          Downstream Select Data Source High Register
MSC1_ESRE       0xF0002768          Emergency Stop Extension Register
MSC1_DDE        0xF000276C          Downstream Data Extension Register
MSC1_DDM        0xF0002770          Downstream Data Mirror Register
MSC1_DSTE       0xF0002774          Downstream Timing Extension Register
MSC1_ABC        0xF0002780          Asynchronous Block Configuration Register
MSC1_OCS        0xF00027E8          OCDS Control and Status
MSC1_KRSTCLR    0xF00027EC          Kernel Reset Status Clear Register
MSC1_KRST1      0xF00027F0          Kernel Reset Register 1
MSC1_KRST0      0xF00027F4          Kernel Reset Register 0
MSC1_ACCEN1     0xF00027F8          Access Enable Register 1
MSC1_ACCEN0     0xF00027FC          Access Enable Register 0
MSC2_CLC        0xF0002800          Clock Control Register
MSC2_ID         0xF0002808          Module Identification Register
MSC2_FDR        0xF000280C          Fractional Divider Register
MSC2_USR        0xF0002810          Upstream Status Register
MSC2_DSC        0xF0002814          Downstream Control Register
MSC2_DSS        0xF0002818          Downstream Status Register
MSC2_DD         0xF000281C          Downstream Data Register
MSC2_DC         0xF0002820          Downstream Command Register
MSC2_DSDSL      0xF0002824          Downstream Select Data Source Low Register
MSC2_DSDSH      0xF0002828          Downstream Select Data Source High Register
MSC2_ESR        0xF000282C          Emergency Stop Register
MSC2_UD0        0xF0002830          Upstream Data Register 0
MSC2_UD1        0xF0002834          Upstream Data Register 1
MSC2_UD2        0xF0002838          Upstream Data Register 2
MSC2_UD3        0xF000283C          Upstream Data Register 3
MSC2_ICR        0xF0002840          Interrupt Control Register
MSC2_ISR        0xF0002844          Interrupt Status Register
MSC2_ISC        0xF0002848          Interrupt Set Clear Register
MSC2_OCR        0xF000284C          Output Control Register
MSC2_DSCE       0xF0002858          Downstream Control Enhanced Register 1
MSC2_USCE       0xF000285C          Upstream Control Enhanced Register 1
MSC2_DSDSLE     0xF0002860          Downstream Select Data Source Low Extension Register
MSC2_DSDSHE     0xF0002864          Downstream Select Data Source High Register
MSC2_ESRE       0xF0002868          Emergency Stop Extension Register
MSC2_DDE        0xF000286C          Downstream Data Extension Register
MSC2_DDM        0xF0002870          Downstream Data Mirror Register
MSC2_DSTE       0xF0002874          Downstream Timing Extension Register
MSC2_ABC        0xF0002880          Asynchronous Block Configuration Register
MSC2_OCS        0xF00028E8          OCDS Control and Status
MSC2_KRSTCLR    0xF00028EC          Kernel Reset Status Clear Register
MSC2_KRST1      0xF00028F0          Kernel Reset Register 1
MSC2_KRST0      0xF00028F4          Kernel Reset Register 0
MSC2_ACCEN1     0xF00028F8          Access Enable Register 1
MSC2_ACCEN0     0xF00028FC          Access Enable Register 0
CCU60_CLC       0xF0002A00          Clock Control Register
CCU60_MCFG      0xF0002A04          Module Configuration Register
CCU60_ID        0xF0002A08          Module Identification Register
CCU60_MOSEL     0xF0002A0C          CCU60 Module Output Select Register
CCU60_PISEL0    0xF0002A10          Port Input Select Register 0
CCU60_PISEL2    0xF0002A14          Port Input Select Register 2
CCU60_KSCSR     0xF0002A1C          Kernel State Control Sensitivity Register
CCU60_T12       0xF0002A20          Timer T12 Counter Register
CCU60_T12PR     0xF0002A24          Timer 12 Period Register
CCU60_T12DTC    0xF0002A28          Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0002A30          Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0002A34          Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0002A38          Capture/Compare Register for Channel CC62
CCU60_CC60SR    0xF0002A40          Capture/Compare Shadow Reg. for Channel CC60
CCU60_CC61SR    0xF0002A44          Capture/Compare Shadow Reg. for Channel CC61
CCU60_CC62SR    0xF0002A48          Capture/Compare Shadow Reg. for Channel CC62
CCU60_T13       0xF0002A50          Timer T13 Counter Register
CCU60_T13PR     0xF0002A54          Timer 13 Period Register
CCU60_CC63R     0xF0002A58          Compare Register for T13
CCU60_CC63SR    0xF0002A5C          Compare Shadow Register for T13
CCU60_CMPSTAT   0xF0002A60          Compare State Register
CCU60_CMPMODIF  0xF0002A64          Compare State Modification Register
CCU60_T12MSEL   0xF0002A68          T12 Mode Select Register
CCU60_TCTR0     0xF0002A70          Timer Control Register 0
CCU60_TCTR2     0xF0002A74          Timer Control Register 2
CCU60_TCTR4     0xF0002A78          Timer Control Register 4
CCU60_MODCTR    0xF0002A80          Modulation Control Register
CCU60_TRPCTR    0xF0002A84          Trap Control Register
CCU60_PSLR      0xF0002A88          Passive State Level Register
CCU60_MCMOUTS   0xF0002A8C          Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0002A90          Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0002A94          Multi-Channel Mode Control Register
CCU60_IMON      0xF0002A98          Input Monitoring Register
CCU60_LI        0xF0002A9C          Lost Indicator Register
CCU60_IS        0xF0002AA0          Interrupt Status Register
CCU60_ISS       0xF0002AA4          Interrupt Status Set Register
CCU60_ISR       0xF0002AA8          Interrupt Status Reset Register
CCU60_INP       0xF0002AAC          Interrupt Node Pointer Register
CCU60_IEN       0xF0002AB0          Interrupt Enable Register
CCU60_OCS       0xF0002AE8          OCDS Control and Status Register
CCU60_KRSTCLR   0xF0002AEC          Kernel Reset Status Clear Register
CCU60_KRST1     0xF0002AF0          Kernel Reset Register 1
CCU60_KRST0     0xF0002AF4          Kernel Reset Register 0
CCU60_ACCEN1    0xF0002AF8          Access Enable Register 1
CCU60_ACCEN0    0xF0002AFC          Access Enable Register 0
CCU61_CLC       0xF0002B00          Clock Control Register
CCU61_MCFG      0xF0002B04          Module Configuration Register
CCU61_ID        0xF0002B08          Module Identification Register
CCU61_PISEL0    0xF0002B10          Port Input Select Register 0
CCU61_PISEL2    0xF0002B14          Port Input Select Register 2
CCU61_KSCSR     0xF0002B1C          Kernel State Control Sensitivity Register
CCU61_T12       0xF0002B20          Timer T12 Counter Register
CCU61_T12PR     0xF0002B24          Timer 12 Period Register
CCU61_T12DTC    0xF0002B28          Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0002B30          Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0002B34          Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0002B38          Capture/Compare Register for Channel CC62
CCU61_CC60SR    0xF0002B40          Capture/Compare Shadow Reg. for Channel CC60
CCU61_CC61SR    0xF0002B44          Capture/Compare Shadow Reg. for Channel CC61
CCU61_CC62SR    0xF0002B48          Capture/Compare Shadow Reg. for Channel CC62
CCU61_T13       0xF0002B50          Timer T13 Counter Register
CCU61_T13PR     0xF0002B54          Timer 13 Period Register
CCU61_CC63R     0xF0002B58          Compare Register for T13
CCU61_CC63SR    0xF0002B5C          Compare Shadow Register for T13
CCU61_CMPSTAT   0xF0002B60          Compare State Register
CCU61_CMPMODIF  0xF0002B64          Compare State Modification Register
CCU61_T12MSEL   0xF0002B68          T12 Mode Select Register
CCU61_TCTR0     0xF0002B70          Timer Control Register 0
CCU61_TCTR2     0xF0002B74          Timer Control Register 2
CCU61_TCTR4     0xF0002B78          Timer Control Register 4
CCU61_MODCTR    0xF0002B80          Modulation Control Register
CCU61_TRPCTR    0xF0002B84          Trap Control Register
CCU61_PSLR      0xF0002B88          Passive State Level Register
CCU61_MCMOUTS   0xF0002B8C          Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0002B90          Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0002B94          Multi-Channel Mode Control Register
CCU61_IMON      0xF0002B98          Input Monitoring Register
CCU61_LI        0xF0002B9C          Lost Indicator Register
CCU61_IS        0xF0002BA0          Interrupt Status Register
CCU61_ISS       0xF0002BA4          Interrupt Status Set Register
CCU61_ISR       0xF0002BA8          Interrupt Status Reset Register
CCU61_INP       0xF0002BAC          Interrupt Node Pointer Register
CCU61_IEN       0xF0002BB0          Interrupt Enable Register
CCU61_OCS       0xF0002BE8          OCDS Control and Status Register
CCU61_KRSTCLR   0xF0002BEC          Kernel Reset Status Clear Register
CCU61_KRST1     0xF0002BF0          Kernel Reset Register 1
CCU61_KRST0     0xF0002BF4          Kernel Reset Register 0
CCU61_ACCEN1    0xF0002BF8          Access Enable Register 1
CCU61_ACCEN0    0xF0002BFC          Access Enable Register 0
GPT120_CLC      0xF0002E00          Clock Control Register
GPT120_PISEL    0xF0002E04          Port Input Select Register
GPT120_ID       0xF0002E08          Identification Register
GPT120_T2CON    0xF0002E10          Timer T2 Control Register
GPT120_T3CON    0xF0002E14          Timer T3 Control Register
GPT120_T4CON    0xF0002E18          Timer T4 Control Register
GPT120_T5CON    0xF0002E1C          Timer T5 Control Register
GPT120_T6CON    0xF0002E20          Timer T6 Control Register
GPT120_CAPREL   0xF0002E30          Capture and Reload Register
GPT120_T2       0xF0002E34          Timer T2 Register
GPT120_T3       0xF0002E38          Timer T3 Register
GPT120_T4       0xF0002E3C          Timer T4 Register
GPT120_T5       0xF0002E40          Timer T5 Register
GPT120_T6       0xF0002E44          Timer T6 Register
GPT120_OCS      0xF0002EE8          OCDS Control and Status Register
GPT120_KRSTCLR  0xF0002EEC          Kernel Reset Status Clear Register
GPT120_KRST1    0xF0002EF0          Kernel Reset Register 1
GPT120_KRST0    0xF0002EF4          Kernel Reset Register 0
GPT120_ACCEN1   0xF0002EF8          Access Enable Register 1
GPT120_ACCEN0   0xF0002EFC          Access Enable Register 0
SENT_CLC        0xF0003000          Clock Control Register
SENT_ID         0xF0003008          Module Identification Register
SENT_FDR        0xF000300C          SENT Fractional Divider Register
SENT_INTOV      0xF0003014          Interrupt Overview Register
SENT_TSR        0xF0003018          Time Stamp Register
SENT_TPD        0xF000301C          Time Stamp Predivider Register
SENT_RDR0       0xF0003080          Receive Data Register 0
SENT_RDR1       0xF0003084          Receive Data Register 1
SENT_RDR2       0xF0003088          Receive Data Register 2
SENT_RDR3       0xF000308C          Receive Data Register 3
SENT_RDR4       0xF0003090          Receive Data Register 4
SENT_RDR5       0xF0003094          Receive Data Register 5
SENT_RDR6       0xF0003098          Receive Data Register 6
SENT_RDR7       0xF000309C          Receive Data Register 7
SENT_RDR8       0xF00030A0          Receive Data Register 8
SENT_RDR9       0xF00030A4          Receive Data Register 9
SENT_RDR10      0xF00030A8          Receive Data Register 10
SENT_RDR11      0xF00030AC          Receive Data Register 11
SENT_RDR12      0xF00030B0          Receive Data Register 12
SENT_RDR13      0xF00030B4          Receive Data Register 13
SENT_RDR14      0xF00030B8          Receive Data Register 14
SENT_OCS        0xF00030E8          OCDS Control and Status
SENT_KRSTCLR    0xF00030EC          Kernel Reset Status Clear Register
SENT_KRST1      0xF00030F0          Kernel Reset Register 1
SENT_KRST0      0xF00030F4          Kernel Reset Register 0
SENT_ACCEN1     0xF00030F8          Access Enable Register 1
SENT_ACCEN0     0xF00030FC          Access Enable Register 0
SENT_CPDR0      0xF0003100          Channel Pre Divider Register 0
SENT_CFDR0      0xF0003104          Channel Fractional Divider Register 0
SENT_RCR0       0xF0003108          Receiver Control Register 0
SENT_RSR0       0xF000310C          Receive Status Register 0
SENT_SDS0       0xF0003110          Serial Data and Status Register 0
SENT_IOCR0      0xF0003114          Input and Output Control Register 0
SENT_SCR0       0xF0003118          SPC Control Register 0
SENT_VIEW0      0xF000311C          Receive Data View Register 0
SENT_INTSTAT0   0xF0003120          Interrupt Status Register 0
SENT_INTSET0    0xF0003124          Interrupt Set Register 0
SENT_INTCLR0    0xF0003128          Interrupt Clear Register 0
SENT_INTEN0     0xF000312C          Interrupt Enable Register 0
SENT_INP0       0xF0003130          Interrupt Node Pointer Register 0
SENT_WDT0       0xF0003134          Watch Dog Timer Register 0
SENT_CPDR1      0xF0003140          Channel Pre Divider Register 1
SENT_CFDR1      0xF0003144          Channel Fractional Divider Register 1
SENT_RCR1       0xF0003148          Receiver Control Register 1
SENT_RSR1       0xF000314C          Receive Status Register 1
SENT_SDS1       0xF0003150          Serial Data and Status Register 1
SENT_IOCR1      0xF0003154          Input and Output Control Register 1
SENT_SCR1       0xF0003158          SPC Control Register 1
SENT_VIEW1      0xF000315C          Receive Data View Register 1
SENT_INTSTAT1   0xF0003160          Interrupt Status Register 1
SENT_INTSET1    0xF0003164          Interrupt Set Register 1
SENT_INTCLR1    0xF0003168          Interrupt Clear Register 1
SENT_INTEN1     0xF000316C          Interrupt Enable Register 1
SENT_INP1       0xF0003170          Interrupt Node Pointer Register 1
SENT_WDT1       0xF0003174          Watch Dog Timer Register 1
SENT_CPDR2      0xF0003180          Channel Pre Divider Register 2
SENT_CFDR2      0xF0003184          Channel Fractional Divider Register 2
SENT_RCR2       0xF0003188          Receiver Control Register 2
SENT_RSR2       0xF000318C          Receive Status Register 2
SENT_SDS2       0xF0003190          Serial Data and Status Register 2
SENT_IOCR2      0xF0003194          Input and Output Control Register 2
SENT_SCR2       0xF0003198          SPC Control Register 2
SENT_VIEW2      0xF000319C          Receive Data View Register 2
SENT_INTSTAT2   0xF00031A0          Interrupt Status Register 2
SENT_INTSET2    0xF00031A4          Interrupt Set Register 2
SENT_INTCLR2    0xF00031A8          Interrupt Clear Register 2
SENT_INTEN2     0xF00031AC          Interrupt Enable Register 2
SENT_INP2       0xF00031B0          Interrupt Node Pointer Register 2
SENT_WDT2       0xF00031B4          Watch Dog Timer Register 2
SENT_CPDR3      0xF00031C0          Channel Pre Divider Register 3
SENT_CFDR3      0xF00031C4          Channel Fractional Divider Register 3
SENT_RCR3       0xF00031C8          Receiver Control Register 3
SENT_RSR3       0xF00031CC          Receive Status Register 3
SENT_SDS3       0xF00031D0          Serial Data and Status Register 3
SENT_IOCR3      0xF00031D4          Input and Output Control Register 3
SENT_SCR3       0xF00031D8          SPC Control Register 3
SENT_VIEW3      0xF00031DC          Receive Data View Register 3
SENT_INTSTAT3   0xF00031E0          Interrupt Status Register 3
SENT_INTSET3    0xF00031E4          Interrupt Set Register 3
SENT_INTCLR3    0xF00031E8          Interrupt Clear Register 3
SENT_INTEN3     0xF00031EC          Interrupt Enable Register 3
SENT_INP3       0xF00031F0          Interrupt Node Pointer Register 3
SENT_WDT3       0xF00031F4          Watch Dog Timer Register 3
SENT_CPDR4      0xF0003200          Channel Pre Divider Register 4
SENT_CFDR4      0xF0003204          Channel Fractional Divider Register 4
SENT_RCR4       0xF0003208          Receiver Control Register 4
SENT_RSR4       0xF000320C          Receive Status Register 4
SENT_SDS4       0xF0003210          Serial Data and Status Register 4
SENT_IOCR4      0xF0003214          Input and Output Control Register 4
SENT_SCR4       0xF0003218          SPC Control Register 4
SENT_VIEW4      0xF000321C          Receive Data View Register 4
SENT_INTSTAT4   0xF0003220          Interrupt Status Register 4
SENT_INTSET4    0xF0003224          Interrupt Set Register 4
SENT_INTCLR4    0xF0003228          Interrupt Clear Register 4
SENT_INTEN4     0xF000322C          Interrupt Enable Register 4
SENT_INP4       0xF0003230          Interrupt Node Pointer Register 4
SENT_WDT4       0xF0003234          Watch Dog Timer Register 4
SENT_CPDR5      0xF0003240          Channel Pre Divider Register 5
SENT_CFDR5      0xF0003244          Channel Fractional Divider Register 5
SENT_RCR5       0xF0003248          Receiver Control Register 5
SENT_RSR5       0xF000324C          Receive Status Register 5
SENT_SDS5       0xF0003250          Serial Data and Status Register 5
SENT_IOCR5      0xF0003254          Input and Output Control Register 5
SENT_SCR5       0xF0003258          SPC Control Register 5
SENT_VIEW5      0xF000325C          Receive Data View Register 5
SENT_INTSTAT5   0xF0003260          Interrupt Status Register 5
SENT_INTSET5    0xF0003264          Interrupt Set Register 5
SENT_INTCLR5    0xF0003268          Interrupt Clear Register 5
SENT_INTEN5     0xF000326C          Interrupt Enable Register 5
SENT_INP5       0xF0003270          Interrupt Node Pointer Register 5
SENT_WDT5       0xF0003274          Watch Dog Timer Register 5
SENT_CPDR6      0xF0003280          Channel Pre Divider Register 6
SENT_CFDR6      0xF0003284          Channel Fractional Divider Register 6
SENT_RCR6       0xF0003288          Receiver Control Register 6
SENT_RSR6       0xF000328C          Receive Status Register 6
SENT_SDS6       0xF0003290          Serial Data and Status Register 6
SENT_IOCR6      0xF0003294          Input and Output Control Register 6
SENT_SCR6       0xF0003298          SPC Control Register 6
SENT_VIEW6      0xF000329C          Receive Data View Register 6
SENT_INTSTAT6   0xF00032A0          Interrupt Status Register 6
SENT_INTSET6    0xF00032A4          Interrupt Set Register 6
SENT_INTCLR6    0xF00032A8          Interrupt Clear Register 6
SENT_INTEN6     0xF00032AC          Interrupt Enable Register 6
SENT_INP6       0xF00032B0          Interrupt Node Pointer Register 6
SENT_WDT6       0xF00032B4          Watch Dog Timer Register 6
SENT_CPDR7      0xF00032C0          Channel Pre Divider Register 7
SENT_CFDR7      0xF00032C4          Channel Fractional Divider Register 7
SENT_RCR7       0xF00032C8          Receiver Control Register 7
SENT_RSR7       0xF00032CC          Receive Status Register 7
SENT_SDS7       0xF00032D0          Serial Data and Status Register 7
SENT_IOCR7      0xF00032D4          Input and Output Control Register 7
SENT_SCR7       0xF00032D8          SPC Control Register 7
SENT_VIEW7      0xF00032DC          Receive Data View Register 7
SENT_INTSTAT7   0xF00032E0          Interrupt Status Register 7
SENT_INTSET7    0xF00032E4          Interrupt Set Register 7
SENT_INTCLR7    0xF00032E8          Interrupt Clear Register 7
SENT_INTEN7     0xF00032EC          Interrupt Enable Register 7
SENT_INP7       0xF00032F0          Interrupt Node Pointer Register 7
SENT_WDT7       0xF00032F4          Watch Dog Timer Register 7
SENT_CPDR8      0xF0003300          Channel Pre Divider Register 8
SENT_CFDR8      0xF0003304          Channel Fractional Divider Register 8
SENT_RCR8       0xF0003308          Receiver Control Register 8
SENT_RSR8       0xF000330C          Receive Status Register 8
SENT_SDS8       0xF0003310          Serial Data and Status Register 8
SENT_IOCR8      0xF0003314          Input and Output Control Register 8
SENT_SCR8       0xF0003318          SPC Control Register 8
SENT_VIEW8      0xF000331C          Receive Data View Register 8
SENT_INTSTAT8   0xF0003320          Interrupt Status Register 8
SENT_INTSET8    0xF0003324          Interrupt Set Register 8
SENT_INTCLR8    0xF0003328          Interrupt Clear Register 8
SENT_INTEN8     0xF000332C          Interrupt Enable Register 8
SENT_INP8       0xF0003330          Interrupt Node Pointer Register 8
SENT_WDT8       0xF0003334          Watch Dog Timer Register 8
SENT_CPDR9      0xF0003340          Channel Pre Divider Register 9
SENT_CFDR9      0xF0003344          Channel Fractional Divider Register 9
SENT_RCR9       0xF0003348          Receiver Control Register 9
SENT_RSR9       0xF000334C          Receive Status Register 9
SENT_SDS9       0xF0003350          Serial Data and Status Register 9
SENT_IOCR9      0xF0003354          Input and Output Control Register 9
SENT_SCR9       0xF0003358          SPC Control Register 9
SENT_VIEW9      0xF000335C          Receive Data View Register 9
SENT_INTSTAT9   0xF0003360          Interrupt Status Register 9
SENT_INTSET9    0xF0003364          Interrupt Set Register 9
SENT_INTCLR9    0xF0003368          Interrupt Clear Register 9
SENT_INTEN9     0xF000336C          Interrupt Enable Register 9
SENT_INP9       0xF0003370          Interrupt Node Pointer Register 9
SENT_WDT9       0xF0003374          Watch Dog Timer Register 9
SENT_CPDR10     0xF0003380          Channel Pre Divider Register 10
SENT_CFDR10     0xF0003384          Channel Fractional Divider Register 10
SENT_RCR10      0xF0003388          Receiver Control Register 10
SENT_RSR10      0xF000338C          Receive Status Register 10
SENT_SDS10      0xF0003390          Serial Data and Status Register 10
SENT_IOCR10     0xF0003394          Input and Output Control Register 10
SENT_SCR10      0xF0003398          SPC Control Register 10
SENT_VIEW10     0xF000339C          Receive Data View Register 10
SENT_INTSTAT10  0xF00033A0          Interrupt Status Register 10
SENT_INTSET10   0xF00033A4          Interrupt Set Register 10
SENT_INTCLR10   0xF00033A8          Interrupt Clear Register 10
SENT_INTEN10    0xF00033AC          Interrupt Enable Register 10
SENT_INP10      0xF00033B0          Interrupt Node Pointer Register 10
SENT_WDT10      0xF00033B4          Watch Dog Timer Register 10
SENT_CPDR11     0xF00033C0          Channel Pre Divider Register 11
SENT_CFDR11     0xF00033C4          Channel Fractional Divider Register 11
SENT_RCR11      0xF00033C8          Receiver Control Register 11
SENT_RSR11      0xF00033CC          Receive Status Register 11
SENT_SDS11      0xF00033D0          Serial Data and Status Register 11
SENT_IOCR11     0xF00033D4          Input and Output Control Register 11
SENT_SCR11      0xF00033D8          SPC Control Register 11
SENT_VIEW11     0xF00033DC          Receive Data View Register 11
SENT_INTSTAT11  0xF00033E0          Interrupt Status Register 11
SENT_INTSET11   0xF00033E4          Interrupt Set Register 11
SENT_INTCLR11   0xF00033E8          Interrupt Clear Register 11
SENT_INTEN11    0xF00033EC          Interrupt Enable Register 11
SENT_INP11      0xF00033F0          Interrupt Node Pointer Register 11
SENT_WDT11      0xF00033F4          Watch Dog Timer Register 11
SENT_CPDR12     0xF0003400          Channel Pre Divider Register 12
SENT_CFDR12     0xF0003404          Channel Fractional Divider Register 12
SENT_RCR12      0xF0003408          Receiver Control Register 12
SENT_RSR12      0xF000340C          Receive Status Register 12
SENT_SDS12      0xF0003410          Serial Data and Status Register 12
SENT_IOCR12     0xF0003414          Input and Output Control Register 12
SENT_SCR12      0xF0003418          SPC Control Register 12
SENT_VIEW12     0xF000341C          Receive Data View Register 12
SENT_INTSTAT12  0xF0003420          Interrupt Status Register 12
SENT_INTSET12   0xF0003424          Interrupt Set Register 12
SENT_INTCLR12   0xF0003428          Interrupt Clear Register 12
SENT_INTEN12    0xF000342C          Interrupt Enable Register 12
SENT_INP12      0xF0003430          Interrupt Node Pointer Register 12
SENT_WDT12      0xF0003434          Watch Dog Timer Register 12
SENT_CPDR13     0xF0003440          Channel Pre Divider Register 13
SENT_CFDR13     0xF0003444          Channel Fractional Divider Register 13
SENT_RCR13      0xF0003448          Receiver Control Register 13
SENT_RSR13      0xF000344C          Receive Status Register 13
SENT_SDS13      0xF0003450          Serial Data and Status Register 13
SENT_IOCR13     0xF0003454          Input and Output Control Register 13
SENT_SCR13      0xF0003458          SPC Control Register 13
SENT_VIEW13     0xF000345C          Receive Data View Register 13
SENT_INTSTAT13  0xF0003460          Interrupt Status Register 13
SENT_INTSET13   0xF0003464          Interrupt Set Register 13
SENT_INTCLR13   0xF0003468          Interrupt Clear Register 13
SENT_INTEN13    0xF000346C          Interrupt Enable Register 13
SENT_INP13      0xF0003470          Interrupt Node Pointer Register 13
SENT_WDT13      0xF0003474          Watch Dog Timer Register 13
SENT_CPDR14     0xF0003480          Channel Pre Divider Register 14
SENT_CFDR14     0xF0003484          Channel Fractional Divider Register 14
SENT_RCR14      0xF0003488          Receiver Control Register 14
SENT_RSR14      0xF000348C          Receive Status Register 14
SENT_SDS14      0xF0003490          Serial Data and Status Register 14
SENT_IOCR14     0xF0003494          Input and Output Control Register 14
SENT_SCR14      0xF0003498          SPC Control Register 14
SENT_VIEW14     0xF000349C          Receive Data View Register 14
SENT_INTSTAT14  0xF00034A0          Interrupt Status Register 14
SENT_INTSET14   0xF00034A4          Interrupt Set Register 14
SENT_INTCLR14   0xF00034A8          Interrupt Clear Register 14
SENT_INTEN14    0xF00034AC          Interrupt Enable Register 14
SENT_INP14      0xF00034B0          Interrupt Node Pointer Register 14
SENT_WDT14      0xF00034B4          Watch Dog Timer Register 14
SENT_RTS0       0xF0003A80          Receive Time Stamp Register 0
SENT_RTS1       0xF0003A84          Receive Time Stamp Register 1
SENT_RTS2       0xF0003A88          Receive Time Stamp Register 2
SENT_RTS3       0xF0003A8C          Receive Time Stamp Register 3
SENT_RTS4       0xF0003A90          Receive Time Stamp Register 4
SENT_RTS5       0xF0003A94          Receive Time Stamp Register 5
SENT_RTS6       0xF0003A98          Receive Time Stamp Register 6
SENT_RTS7       0xF0003A9C          Receive Time Stamp Register 7
SENT_RTS8       0xF0003AA0          Receive Time Stamp Register 8
SENT_RTS9       0xF0003AA4          Receive Time Stamp Register 9
SENT_RTS10      0xF0003AA8          Receive Time Stamp Register 10
SENT_RTS11      0xF0003AAC          Receive Time Stamp Register 11
SENT_RTS12      0xF0003AB0          Receive Time Stamp Register 12
SENT_RTS13      0xF0003AB4          Receive Time Stamp Register 13
SENT_RTS14      0xF0003AB8          Receive Time Stamp Register 14
FCE_CLC         0xF0003F00          Clock Control Register
FCE_ID          0xF0003F08          Module Identification Register
FCE_IR0         0xF0003F20          Input Register 0
FCE_RES0        0xF0003F24          CRC Result Register 0
FCE_CFG0        0xF0003F28          CRC Configuration Register 0
FCE_STS0        0xF0003F2C          CRC Status Register 0
FCE_LENGTH0     0xF0003F30          CRC Length Register 0
FCE_CHECK0      0xF0003F34          CRC Check Register 0
FCE_CRC0        0xF0003F38          CRC Register 0
FCE_CTR0        0xF0003F3C          CRC Test Register 0
FCE_IR1         0xF0003F40          Input Register 1
FCE_RES1        0xF0003F44          CRC Result Register 1
FCE_CFG1        0xF0003F48          CRC Configuration Register 1
FCE_STS1        0xF0003F4C          CRC Status Register 1
FCE_LENGTH1     0xF0003F50          CRC Length Register 1
FCE_CHECK1      0xF0003F54          CRC Check Register 1
FCE_CRC1        0xF0003F58          CRC Register 1
FCE_CTR1        0xF0003F5C          CRC Test Register 1
FCE_IR2         0xF0003F60          Input Register 2
FCE_RES2        0xF0003F64          CRC Result Register 2
FCE_CFG2        0xF0003F68          CRC Configuration Register 2
FCE_STS2        0xF0003F6C          CRC Status Register 2
FCE_LENGTH2     0xF0003F70          CRC Length Register 2
FCE_CHECK2      0xF0003F74          CRC Check Register 2
FCE_CRC2        0xF0003F78          CRC Register 2
FCE_CTR2        0xF0003F7C          CRC Test Register 2
FCE_IR3         0xF0003F80          Input Register 3
FCE_RES3        0xF0003F84          CRC Result Register 3
FCE_CFG3        0xF0003F88          CRC Configuration Register 3
FCE_STS3        0xF0003F8C          CRC Status Register 3
FCE_LENGTH3     0xF0003F90          CRC Length Register 3
FCE_CHECK3      0xF0003F94          CRC Check Register 3
FCE_CRC3        0xF0003F98          CRC Register 3
FCE_CTR3        0xF0003F9C          CRC Test Register 3
FCE_KRSTCLR     0xF0003FEC          Kernel Reset Status Clear Register
FCE_KRST1       0xF0003FF0          Kernel Reset Register 1
FCE_KRST0       0xF0003FF4          Kernel Reset Register 0
FCE_ACCEN1      0xF0003FF8          Access Enable Register 1
FCE_ACCEN0      0xF0003FFC          Access Enable Register 0
PSI5_CLC        0xF0005000          Clock Control Register
PSI5_ID         0xF0005008          Module Identification Register
PSI5_FDR        0xF000500C          PSI5 Fractional Divider Register
PSI5_FDRL       0xF0005010          Fractional Divider Register for Lower Bit Rate
PSI5_FDRH       0xF0005014          Fractional Divider Register for Higher Bit Rate
PSI5_FDRT       0xF0005018          Fractional Divider Register for Time Stamp
PSI5_TSRA       0xF000501C          Time Stamp Register A
PSI5_TSRB       0xF0005020          Time Stamp Register B
PSI5_TSRC       0xF0005024          Time Stamp Register C
PSI5_GCR        0xF000502C          Global Control Register
PSI5_IOCR0      0xF0005030          Input and Output Control Register 0
PSI5_RCRA0      0xF0005034          Receiver Control Register A 0
PSI5_RCRB0      0xF0005038          Receiver Control Register B 0
PSI5_RCRC0      0xF000503C          Receiver Control Register C 0
PSI5_WDT00      0xF0005040          Watch Dog Timer Register 00
PSI5_WDT01      0xF0005044          Watch Dog Timer Register 01
PSI5_WDT02      0xF0005048          Watch Dog Timer Register 02
PSI5_WDT03      0xF000504C          Watch Dog Timer Register 03
PSI5_WDT04      0xF0005050          Watch Dog Timer Register 04
PSI5_WDT05      0xF0005054          Watch Dog Timer Register 05
PSI5_WDT06      0xF0005058          Watch Dog Timer Register 06
PSI5_RSR0       0xF000505C          Receive Status Register 0
PSI5_SDS00      0xF0005060          Serial Data and Status Register 00
PSI5_SDS01      0xF0005064          Serial Data and Status Register 01
PSI5_SDS02      0xF0005068          Serial Data and Status Register 02
PSI5_SDS03      0xF000506C          Serial Data and Status Register 03
PSI5_SDS04      0xF0005070          Serial Data and Status Register 04
PSI5_SDS05      0xF0005074          Serial Data and Status Register 05
PSI5_SPTSC0     0xF0005078          SOP TS Capture Register SPTSC0
PSI5_SFTSC0     0xF000507C          SOF TS Capture Register SFTSC0
PSI5_RDRL0      0xF0005080          Receive Data Register Low 0
PSI5_RDRH0      0xF0005084          Receive Data Register High 0
PSI5_PGC0       0xF0005088          Pulse Generation Control Register 0
PSI5_CTV0       0xF000508C          Channel Trigger Value Register 0
PSI5_SCR0       0xF0005090          Send Control Register 0
PSI5_SDRL0      0xF0005094          Send Data Register Low 0
PSI5_SDRH0      0xF0005098          Send Data Register High 0
PSI5_SSRL0      0xF000509C          Send Shift Register Low 0
PSI5_SSRH0      0xF00050A0          Send Shift Register High 0
PSI5_SORL0      0xF00050A4          Send Output Register Low 0
PSI5_SORH0      0xF00050A8          Send Output Register High 0
PSI5_IOCR1      0xF00050C0          Input and Output Control Register 1
PSI5_RCRA1      0xF00050C4          Receiver Control Register A 1
PSI5_RCRB1      0xF00050C8          Receiver Control Register B 1
PSI5_RCRC1      0xF00050CC          Receiver Control Register C 1
PSI5_WDT10      0xF00050D0          Watch Dog Timer Register 10
PSI5_WDT11      0xF00050D4          Watch Dog Timer Register 11
PSI5_WDT12      0xF00050D8          Watch Dog Timer Register 12
PSI5_WDT13      0xF00050DC          Watch Dog Timer Register 13
PSI5_WDT14      0xF00050E0          Watch Dog Timer Register 14
PSI5_WDT15      0xF00050E4          Watch Dog Timer Register 15
PSI5_WDT16      0xF00050E8          Watch Dog Timer Register 16
PSI5_RSR1       0xF00050EC          Receive Status Register 1
PSI5_SDS10      0xF00050F0          Serial Data and Status Register 10
PSI5_SDS11      0xF00050F4          Serial Data and Status Register 11
PSI5_SDS12      0xF00050F8          Serial Data and Status Register 12
PSI5_SDS13      0xF00050FC          Serial Data and Status Register 13
PSI5_SDS14      0xF0005100          Serial Data and Status Register 14
PSI5_SDS15      0xF0005104          Serial Data and Status Register 15
PSI5_SPTSC1     0xF0005108          SOP TS Capture Register SPTSC1
PSI5_SFTSC1     0xF000510C          SOF TS Capture Register SFTSC1
PSI5_RDRL1      0xF0005110          Receive Data Register Low 1
PSI5_RDRH1      0xF0005114          Receive Data Register High 1
PSI5_PGC1       0xF0005118          Pulse Generation Control Register 1
PSI5_CTV1       0xF000511C          Channel Trigger Value Register 1
PSI5_SCR1       0xF0005120          Send Control Register 1
PSI5_SDRL1      0xF0005124          Send Data Register Low 1
PSI5_SDRH1      0xF0005128          Send Data Register High 1
PSI5_SSRL1      0xF000512C          Send Shift Register Low 1
PSI5_SSRH1      0xF0005130          Send Shift Register High 1
PSI5_SORL1      0xF0005134          Send Output Register Low 1
PSI5_SORH1      0xF0005138          Send Output Register High 1
PSI5_IOCR2      0xF0005150          Input and Output Control Register 2
PSI5_RCRA2      0xF0005154          Receiver Control Register A 2
PSI5_RCRB2      0xF0005158          Receiver Control Register B 2
PSI5_RCRC2      0xF000515C          Receiver Control Register C 2
PSI5_WDT20      0xF0005160          Watch Dog Timer Register 20
PSI5_WDT21      0xF0005164          Watch Dog Timer Register 21
PSI5_WDT22      0xF0005168          Watch Dog Timer Register 22
PSI5_WDT23      0xF000516C          Watch Dog Timer Register 23
PSI5_WDT24      0xF0005170          Watch Dog Timer Register 24
PSI5_WDT25      0xF0005174          Watch Dog Timer Register 25
PSI5_WDT26      0xF0005178          Watch Dog Timer Register 26
PSI5_RSR2       0xF000517C          Receive Status Register 2
PSI5_SDS20      0xF0005180          Serial Data and Status Register 20
PSI5_SDS21      0xF0005184          Serial Data and Status Register 21
PSI5_SDS22      0xF0005188          Serial Data and Status Register 22
PSI5_SDS23      0xF000518C          Serial Data and Status Register 23
PSI5_SDS24      0xF0005190          Serial Data and Status Register 24
PSI5_SDS25      0xF0005194          Serial Data and Status Register 25
PSI5_SPTSC2     0xF0005198          SOP TS Capture Register SPTSC2
PSI5_SFTSC2     0xF000519C          SOF TS Capture Register SFTSC2
PSI5_RDRL2      0xF00051A0          Receive Data Register Low 2
PSI5_RDRH2      0xF00051A4          Receive Data Register High 2
PSI5_PGC2       0xF00051A8          Pulse Generation Control Register 2
PSI5_CTV2       0xF00051AC          Channel Trigger Value Register 2
PSI5_SCR2       0xF00051B0          Send Control Register 2
PSI5_SDRL2      0xF00051B4          Send Data Register Low 2
PSI5_SDRH2      0xF00051B8          Send Data Register High 2
PSI5_SSRL2      0xF00051BC          Send Shift Register Low 2
PSI5_SSRH2      0xF00051C0          Send Shift Register High 2
PSI5_SORL2      0xF00051C4          Send Output Register Low 2
PSI5_SORH2      0xF00051C8          Send Output Register High 2
PSI5_IOCR3      0xF00051E0          Input and Output Control Register 3
PSI5_RCRA3      0xF00051E4          Receiver Control Register A 3
PSI5_RCRB3      0xF00051E8          Receiver Control Register B 3
PSI5_RCRC3      0xF00051EC          Receiver Control Register C 3
PSI5_WDT30      0xF00051F0          Watch Dog Timer Register 30
PSI5_WDT31      0xF00051F4          Watch Dog Timer Register 31
PSI5_WDT32      0xF00051F8          Watch Dog Timer Register 32
PSI5_WDT33      0xF00051FC          Watch Dog Timer Register 33
PSI5_WDT34      0xF0005200          Watch Dog Timer Register 34
PSI5_WDT35      0xF0005204          Watch Dog Timer Register 35
PSI5_WDT36      0xF0005208          Watch Dog Timer Register 36
PSI5_RSR3       0xF000520C          Receive Status Register 3
PSI5_SDS30      0xF0005210          Serial Data and Status Register 30
PSI5_SDS31      0xF0005214          Serial Data and Status Register 31
PSI5_SDS32      0xF0005218          Serial Data and Status Register 32
PSI5_SDS33      0xF000521C          Serial Data and Status Register 33
PSI5_SDS34      0xF0005220          Serial Data and Status Register 34
PSI5_SDS35      0xF0005224          Serial Data and Status Register 35
PSI5_SPTSC3     0xF0005228          SOP TS Capture Register SPTSC3
PSI5_SFTSC3     0xF000522C          SOF TS Capture Register SFTSC3
PSI5_RDRL3      0xF0005230          Receive Data Register Low 3
PSI5_RDRH3      0xF0005234          Receive Data Register High 3
PSI5_PGC3       0xF0005238          Pulse Generation Control Register 3
PSI5_CTV3       0xF000523C          Channel Trigger Value Register 3
PSI5_SCR3       0xF0005240          Send Control Register 3
PSI5_SDRL3      0xF0005244          Send Data Register Low 3
PSI5_SDRH3      0xF0005248          Send Data Register High 3
PSI5_SSRL3      0xF000524C          Send Shift Register Low 3
PSI5_SSRH3      0xF0005250          Send Shift Register High 3
PSI5_SORL3      0xF0005254          Send Output Register Low 3
PSI5_SORH3      0xF0005258          Send Output Register High 3
PSI5_IOCR4      0xF0005270          Input and Output Control Register 4
PSI5_RCRA4      0xF0005274          Receiver Control Register A 4
PSI5_RCRB4      0xF0005278          Receiver Control Register B 4
PSI5_RCRC4      0xF000527C          Receiver Control Register C 4
PSI5_WDT40      0xF0005280          Watch Dog Timer Register 40
PSI5_WDT41      0xF0005284          Watch Dog Timer Register 41
PSI5_WDT42      0xF0005288          Watch Dog Timer Register 42
PSI5_WDT43      0xF000528C          Watch Dog Timer Register 43
PSI5_WDT44      0xF0005290          Watch Dog Timer Register 44
PSI5_WDT45      0xF0005294          Watch Dog Timer Register 45
PSI5_WDT46      0xF0005298          Watch Dog Timer Register 46
PSI5_RSR4       0xF000529C          Receive Status Register 4
PSI5_SDS40      0xF00052A0          Serial Data and Status Register 40
PSI5_SDS41      0xF00052A4          Serial Data and Status Register 41
PSI5_SDS42      0xF00052A8          Serial Data and Status Register 42
PSI5_SDS43      0xF00052AC          Serial Data and Status Register 43
PSI5_SDS44      0xF00052B0          Serial Data and Status Register 44
PSI5_SDS45      0xF00052B4          Serial Data and Status Register 45
PSI5_SPTSC4     0xF00052B8          SOP TS Capture Register SPTSC4
PSI5_SFTSC4     0xF00052BC          SOF TS Capture Register SFTSC4
PSI5_RDRL4      0xF00052C0          Receive Data Register Low 4
PSI5_RDRH4      0xF00052C4          Receive Data Register High 4
PSI5_PGC4       0xF00052C8          Pulse Generation Control Register 4
PSI5_CTV4       0xF00052CC          Channel Trigger Value Register 4
PSI5_SCR4       0xF00052D0          Send Control Register 4
PSI5_SDRL4      0xF00052D4          Send Data Register Low 4
PSI5_SDRH4      0xF00052D8          Send Data Register High 4
PSI5_SSRL4      0xF00052DC          Send Shift Register Low 4
PSI5_SSRH4      0xF00052E0          Send Shift Register High 4
PSI5_SORL4      0xF00052E4          Send Output Register Low 4
PSI5_SORH4      0xF00052E8          Send Output Register High 4
PSI5_INTOV      0xF00052F8          Interrupt Overview Register
PSI5_INP0       0xF00052FC          Interrupt Node Pointer Register 0
PSI5_INP1       0xF0005300          Interrupt Node Pointer Register 1
PSI5_INP2       0xF0005304          Interrupt Node Pointer Register 2
PSI5_INP3       0xF0005308          Interrupt Node Pointer Register 3
PSI5_INP4       0xF000530C          Interrupt Node Pointer Register 4
PSI5_INTSTATA0  0xF0005310          Interrupt Status Register A 0
PSI5_INTSTATA1  0xF0005314          Interrupt Status Register A 1
PSI5_INTSTATA2  0xF0005318          Interrupt Status Register A 2
PSI5_INTSTATA3  0xF000531C          Interrupt Status Register A 3
PSI5_INTSTATA4  0xF0005320          Interrupt Status Register A 4
PSI5_INTSTATB0  0xF0005324          Interrupt Status Register B 0
PSI5_INTSTATB1  0xF0005328          Interrupt Status Register B 1
PSI5_INTSTATB2  0xF000532C          Interrupt Status Register B 2
PSI5_INTSTATB3  0xF0005330          Interrupt Status Register B 3
PSI5_INTSTATB4  0xF0005334          Interrupt Status Register B 4
PSI5_INTSETA0   0xF0005338          Interrupt Set Register A 0
PSI5_INTSETA1   0xF000533C          Interrupt Set Register A 1
PSI5_INTSETA2   0xF0005340          Interrupt Set Register A 2
PSI5_INTSETA3   0xF0005344          Interrupt Set Register A 3
PSI5_INTSETA4   0xF0005348          Interrupt Set Register A 4
PSI5_INTSETB0   0xF000534C          Interrupt Set Register B 0
PSI5_INTSETB1   0xF0005350          Interrupt Set Register B 1
PSI5_INTSETB2   0xF0005354          Interrupt Set Register B 2
PSI5_INTSETB3   0xF0005358          Interrupt Set Register B 3
PSI5_INTSETB4   0xF000535C          Interrupt Set Register B 4
PSI5_INTCLRA0   0xF0005360          Interrupt Clear Register A 0
PSI5_INTCLRA1   0xF0005364          Interrupt Clear Register A 1
PSI5_INTCLRA2   0xF0005368          Interrupt Clear Register A 2
PSI5_INTCLRA3   0xF000536C          Interrupt Clear Register A 3
PSI5_INTCLRA4   0xF0005370          Interrupt Clear Register A 4
PSI5_INTCLRB0   0xF0005374          Interrupt Clear Register A 0
PSI5_INTCLRB1   0xF0005378          Interrupt Clear Register A 1
PSI5_INTCLRB2   0xF000537C          Interrupt Clear Register A 2
PSI5_INTCLRB3   0xF0005380          Interrupt Clear Register A 3
PSI5_INTCLRB4   0xF0005384          Interrupt Clear Register A 4
PSI5_INTENA0    0xF0005388          Interrupt Enable Register A 0
PSI5_INTENA1    0xF000538C          Interrupt Enable Register A 1
PSI5_INTENA2    0xF0005390          Interrupt Enable Register A 2
PSI5_INTENA3    0xF0005394          Interrupt Enable Register A 3
PSI5_INTENA4    0xF0005398          Interrupt Enable Register A 4
PSI5_INTENB0    0xF000539C          Interrupt Enable Register B0
PSI5_INTENB1    0xF00053A0          Interrupt Enable Register B1
PSI5_INTENB2    0xF00053A4          Interrupt Enable Register B2
PSI5_INTENB3    0xF00053A8          Interrupt Enable Register B3
PSI5_INTENB4    0xF00053AC          Interrupt Enable Register B4
PSI5_OCS        0xF00053CC          OCDS Control and Status
PSI5_ACCEN0     0xF00053D0          Access Enable Register 0
PSI5_ACCEN1     0xF00053D4          Access Enable Register 1
PSI5_KRST0      0xF00053D8          Kernel Reset Register 0
PSI5_KRST1      0xF00053DC          Kernel Reset Register 1
PSI5_KRSTCLR    0xF00053E0          Kernel Reset Status Clear Register
PSI5_RFC0       0xF00053E4          Receive FIFO Control Register 0
PSI5_RFC1       0xF00053E8          Receive FIFO Control Register 1
PSI5_RFC2       0xF00053EC          Receive FIFO Control Register 2
PSI5_RFC3       0xF00053F0          Receive FIFO Control Register 3
PSI5_RFC4       0xF00053F4          Receive FIFO Control Register 4
PSI5_RDF0       0xF00053F8          Receive Data FIFO 0
PSI5_RDF1       0xF00053FC          Receive Data FIFO 1
PSI5_RDF2       0xF0005400          Receive Data FIFO 2
PSI5_RDF3       0xF0005404          Receive Data FIFO 3
PSI5_RDF4       0xF0005408          Receive Data FIFO 4
PSI5_RSIOV0     0xF000540C          RSI Overview Register
PSI5_RSIOV1     0xF0005410          RSI Overview Register
PSI5_RSIOV2     0xF0005414          RSI Overview Register
PSI5_RSIOV3     0xF0005418          RSI Overview Register
PSI5_RSIOV4     0xF000541C          RSI Overview Register
PSI5_RMIOV0     0xF0005420          RMI Overview Register
PSI5_RMIOV1     0xF0005424          RMI Overview Register
PSI5_RMIOV2     0xF0005428          RMI Overview Register
PSI5_RMIOV3     0xF000542C          RMI Overview Register
PSI5_RMIOV4     0xF0005430          RMI Overview Register
PSI5_NBIOV0     0xF0005434          NBI Overview Register
PSI5_NBIOV1     0xF0005438          NBI Overview Register
PSI5_NBIOV2     0xF000543C          NBI Overview Register
PSI5_NBIOV3     0xF0005440          NBI Overview Register
PSI5_NBIOV4     0xF0005444          NBI Overview Register
PSI5_TEIOV0     0xF0005448          TEI Overview Register
PSI5_TEIOV1     0xF000544C          TEI Overview Register
PSI5_TEIOV2     0xF0005450          TEI Overview Register
PSI5_TEIOV3     0xF0005454          TEI Overview Register
PSI5_TEIOV4     0xF0005458          TEI Overview Register
PSI5_CRCIOV0    0xF000545C          CRCI Overview Register
PSI5_CRCIOV1    0xF0005460          CRCI Overview Register
PSI5_CRCIOV2    0xF0005464          CRCI Overview Register
PSI5_CRCIOV3    0xF0005468          CRCI Overview Register
PSI5_CRCIOV4    0xF000546C          CRCI Overview Register
PSI5_RDIOV0     0xF0005470          RDI Overview Register
PSI5_RDIOV1     0xF0005474          RDI Overview Register
PSI5_RDIOV2     0xF0005478          RDI Overview Register
PSI5_RDIOV3     0xF000547C          RDI Overview Register
PSI5_RDIOV4     0xF0005480          RDI Overview Register
PSI5_NFIOV0     0xF0005484          NFI Overview Register
PSI5_NFIOV1     0xF0005488          NFI Overview Register
PSI5_NFIOV2     0xF000548C          NFI Overview Register
PSI5_NFIOV3     0xF0005490          NFI Overview Register
PSI5_NFIOV4     0xF0005494          NFI Overview Register
PSI5_MEIOV0     0xF0005498          MEI Overview Register
PSI5_MEIOV1     0xF000549C          MEI Overview Register
PSI5_MEIOV2     0xF00054A0          MEI Overview Register
PSI5_MEIOV3     0xF00054A4          MEI Overview Register
PSI5_MEIOV4     0xF00054A8          MEI Overview Register
PSI5_RSISET0    0xF00054AC          RSIOV0 Set Register
PSI5_RSISET1    0xF00054B0          RSIOV1 Set Register
PSI5_RSISET2    0xF00054B4          RSIOV2 Set Register
PSI5_RSISET3    0xF00054B8          RSIOV3 Set Register
PSI5_RSISET4    0xF00054BC          RSIOV4 Set Register
PSI5_RMISET0    0xF00054C0          RMIOV0 Set Register
PSI5_RMISET1    0xF00054C4          RMIOV1 Set Register
PSI5_RMISET2    0xF00054C8          RMIOV2 Set Register
PSI5_RMISET3    0xF00054CC          RMIOV3 Set Register
PSI5_RMISET4    0xF00054D0          RMIOV4 Set Register
PSI5_NBISET0    0xF00054D4          NBIOV0 Set Register
PSI5_NBISET1    0xF00054D8          NBIOV1 Set Register
PSI5_NBISET2    0xF00054DC          NBIOV2 Set Register
PSI5_NBISET3    0xF00054E0          NBIOV3 Set Register
PSI5_NBISET4    0xF00054E4          NBIOV4 Set Register
PSI5_TEISET0    0xF00054E8          TEIOV0 Set Register
PSI5_TEISET1    0xF00054EC          TEIOV1 Set Register
PSI5_TEISET2    0xF00054F0          TEIOV2 Set Register
PSI5_TEISET3    0xF00054F4          TEIOV3 Set Register
PSI5_TEISET4    0xF00054F8          TEIOV4 Set Register
PSI5_CRCISET0   0xF00054FC          CRCIOV0 Set Register
PSI5_CRCISET1   0xF0005500          CRCIOV1 Set Register
PSI5_CRCISET2   0xF0005504          CRCIOV2 Set Register
PSI5_CRCISET3   0xF0005508          CRCIOV3 Set Register
PSI5_CRCISET4   0xF000550C          CRCIOV4 Set Register
PSI5_RDISET0    0xF0005510          RDIOV0 Set Register
PSI5_RDISET1    0xF0005514          RDIOV1 Set Register
PSI5_RDISET2    0xF0005518          RDIOV2 Set Register
PSI5_RDISET3    0xF000551C          RDIOV3 Set Register
PSI5_RDISET4    0xF0005520          RDIOV4 Set Register
PSI5_NFISET0    0xF0005524          NFIOV0 Set Register
PSI5_NFISET1    0xF0005528          NFIOV1 Set Register
PSI5_NFISET2    0xF000552C          NFIOV2 Set Register
PSI5_NFISET3    0xF0005530          NFIOV3 Set Register
PSI5_NFISET4    0xF0005534          NFIOV4 Set Register
PSI5_MEISET0    0xF0005538          MEIOV0 Set Register
PSI5_MEISET1    0xF000553C          MEIOV1 Set Register
PSI5_MEISET2    0xF0005540          MEIOV2 Set Register
PSI5_MEISET3    0xF0005544          MEIOV3 Set Register
PSI5_MEISET4    0xF0005548          MEIOV4 Set Register
PSI5_RSICLR0    0xF000554C          RSIOV0 Clear Register
PSI5_RSICLR1    0xF0005550          RSIOV1 Clear Register
PSI5_RSICLR2    0xF0005554          RSIOV2 Clear Register
PSI5_RSICLR3    0xF0005558          RSIOV3 Clear Register
PSI5_RSICLR4    0xF000555C          RSIOV4 Clear Register
PSI5_RMICLR0    0xF0005560          RMIOV0 Clear Register
PSI5_RMICLR1    0xF0005564          RMIOV1 Clear Register
PSI5_RMICLR2    0xF0005568          RMIOV2 Clear Register
PSI5_RMICLR3    0xF000556C          RMIOV3 Clear Register
PSI5_RMICLR4    0xF0005570          RMIOV4 Clear Register
PSI5_NBICLR0    0xF0005574          NBIOV0 Clear Register
PSI5_NBICLR1    0xF0005578          NBIOV1 Clear Register
PSI5_NBICLR2    0xF000557C          NBIOV2 Clear Register
PSI5_NBICLR3    0xF0005580          NBIOV3 Clear Register
PSI5_NBICLR4    0xF0005584          NBIOV4 Clear Register
PSI5_TEICLR0    0xF0005588          TEIOV0 Clear Register
PSI5_TEICLR1    0xF000558C          TEIOV1 Clear Register
PSI5_TEICLR2    0xF0005590          TEIOV2 Clear Register
PSI5_TEICLR3    0xF0005594          TEIOV3 Clear Register
PSI5_TEICLR4    0xF0005598          TEIOV4 Clear Register
PSI5_CRCICLR0   0xF000559C          CRCIOV0 Clear Register
PSI5_CRCICLR1   0xF00055A0          CRCIOV1 Clear Register
PSI5_CRCICLR2   0xF00055A4          CRCIOV2 Clear Register
PSI5_CRCICLR3   0xF00055A8          CRCIOV3 Clear Register
PSI5_CRCICLR4   0xF00055AC          CRCIOV4 Clear Register
PSI5_RDICLR0    0xF00055B0          RDIOV0 Clear Register
PSI5_RDICLR1    0xF00055B4          RDIOV1 Clear Register
PSI5_RDICLR2    0xF00055B8          RDIOV2 Clear Register
PSI5_RDICLR3    0xF00055BC          RDIOV3 Clear Register
PSI5_RDICLR4    0xF00055C0          RDIOV4 Clear Register
PSI5_NFICLR0    0xF00055C4          NFIOV0 Clear Register
PSI5_NFICLR1    0xF00055C8          NFIOV1 Clear Register
PSI5_NFICLR2    0xF00055CC          NFIOV2 Clear Register
PSI5_NFICLR3    0xF00055D0          NFIOV3 Clear Register
PSI5_NFICLR4    0xF00055D4          NFIOV4 Clear Register
PSI5_MEICLR0    0xF00055D8          MEIOV0 Clear Register
PSI5_MEICLR1    0xF00055DC          MEIOV1 Clear Register
PSI5_MEICLR2    0xF00055E0          MEIOV2 Clear Register
PSI5_MEICLR3    0xF00055E4          MEIOV3 Clear Register
PSI5_MEICLR4    0xF00055E8          MEIOV4 Clear Register
PSI5_RDML00     0xF0005600          Receive Data Memory Low 00
PSI5_RDMH00     0xF0005604          Receive Data Memory High 00
PSI5_RDML01     0xF0005608          Receive Data Memory Low 01
PSI5_RDMH01     0xF000560C          Receive Data Memory High 01
PSI5_RDML02     0xF0005610          Receive Data Memory Low 02
PSI5_RDMH02     0xF0005614          Receive Data Memory High 02
PSI5_RDML03     0xF0005618          Receive Data Memory Low 03
PSI5_RDMH03     0xF000561C          Receive Data Memory High 03
PSI5_RDML04     0xF0005620          Receive Data Memory Low 04
PSI5_RDMH04     0xF0005624          Receive Data Memory High 04
PSI5_RDML05     0xF0005628          Receive Data Memory Low 05
PSI5_RDMH05     0xF000562C          Receive Data Memory High 05
PSI5_RDML06     0xF0005630          Receive Data Memory Low 06
PSI5_RDMH06     0xF0005634          Receive Data Memory High 06
PSI5_RDML07     0xF0005638          Receive Data Memory Low 07
PSI5_RDMH07     0xF000563C          Receive Data Memory High 07
PSI5_RDML08     0xF0005640          Receive Data Memory Low 08
PSI5_RDMH08     0xF0005644          Receive Data Memory High 08
PSI5_RDML09     0xF0005648          Receive Data Memory Low 09
PSI5_RDMH09     0xF000564C          Receive Data Memory High 09
PSI5_RDML010    0xF0005650          Receive Data Memory Low 010
PSI5_RDMH010    0xF0005654          Receive Data Memory High 010
PSI5_RDML011    0xF0005658          Receive Data Memory Low 011
PSI5_RDMH011    0xF000565C          Receive Data Memory High 011
PSI5_RDML012    0xF0005660          Receive Data Memory Low 012
PSI5_RDMH012    0xF0005664          Receive Data Memory High 012
PSI5_RDML013    0xF0005668          Receive Data Memory Low 013
PSI5_RDMH013    0xF000566C          Receive Data Memory High 013
PSI5_RDML014    0xF0005670          Receive Data Memory Low 014
PSI5_RDMH014    0xF0005674          Receive Data Memory High 014
PSI5_RDML015    0xF0005678          Receive Data Memory Low 015
PSI5_RDMH015    0xF000567C          Receive Data Memory High 015
PSI5_RDML016    0xF0005680          Receive Data Memory Low 016
PSI5_RDMH016    0xF0005684          Receive Data Memory High 016
PSI5_RDML017    0xF0005688          Receive Data Memory Low 017
PSI5_RDMH017    0xF000568C          Receive Data Memory High 017
PSI5_RDML018    0xF0005690          Receive Data Memory Low 018
PSI5_RDMH018    0xF0005694          Receive Data Memory High 018
PSI5_RDML019    0xF0005698          Receive Data Memory Low 019
PSI5_RDMH019    0xF000569C          Receive Data Memory High 019
PSI5_RDML020    0xF00056A0          Receive Data Memory Low 020
PSI5_RDMH020    0xF00056A4          Receive Data Memory High 020
PSI5_RDML021    0xF00056A8          Receive Data Memory Low 021
PSI5_RDMH021    0xF00056AC          Receive Data Memory High 021
PSI5_RDML022    0xF00056B0          Receive Data Memory Low 022
PSI5_RDMH022    0xF00056B4          Receive Data Memory High 022
PSI5_RDML023    0xF00056B8          Receive Data Memory Low 023
PSI5_RDMH023    0xF00056BC          Receive Data Memory High 023
PSI5_RDML024    0xF00056C0          Receive Data Memory Low 024
PSI5_RDMH024    0xF00056C4          Receive Data Memory High 024
PSI5_RDML025    0xF00056C8          Receive Data Memory Low 025
PSI5_RDMH025    0xF00056CC          Receive Data Memory High 025
PSI5_RDML026    0xF00056D0          Receive Data Memory Low 026
PSI5_RDMH026    0xF00056D4          Receive Data Memory High 026
PSI5_RDML027    0xF00056D8          Receive Data Memory Low 027
PSI5_RDMH027    0xF00056DC          Receive Data Memory High 027
PSI5_RDML028    0xF00056E0          Receive Data Memory Low 028
PSI5_RDMH028    0xF00056E4          Receive Data Memory High 028
PSI5_RDML029    0xF00056E8          Receive Data Memory Low 029
PSI5_RDMH029    0xF00056EC          Receive Data Memory High 029
PSI5_RDML030    0xF00056F0          Receive Data Memory Low 030
PSI5_RDMH030    0xF00056F4          Receive Data Memory High 030
PSI5_RDML031    0xF00056F8          Receive Data Memory Low 031
PSI5_RDMH031    0xF00056FC          Receive Data Memory High 031
PSI5_RDML10     0xF0005700          Receive Data Memory Low 10
PSI5_RDMH10     0xF0005704          Receive Data Memory High 10
PSI5_RDML11     0xF0005708          Receive Data Memory Low 11
PSI5_RDMH11     0xF000570C          Receive Data Memory High 11
PSI5_RDML12     0xF0005710          Receive Data Memory Low 12
PSI5_RDMH12     0xF0005714          Receive Data Memory High 12
PSI5_RDML13     0xF0005718          Receive Data Memory Low 13
PSI5_RDMH13     0xF000571C          Receive Data Memory High 13
PSI5_RDML14     0xF0005720          Receive Data Memory Low 14
PSI5_RDMH14     0xF0005724          Receive Data Memory High 14
PSI5_RDML15     0xF0005728          Receive Data Memory Low 15
PSI5_RDMH15     0xF000572C          Receive Data Memory High 15
PSI5_RDML16     0xF0005730          Receive Data Memory Low 16
PSI5_RDMH16     0xF0005734          Receive Data Memory High 16
PSI5_RDML17     0xF0005738          Receive Data Memory Low 17
PSI5_RDMH17     0xF000573C          Receive Data Memory High 17
PSI5_RDML18     0xF0005740          Receive Data Memory Low 18
PSI5_RDMH18     0xF0005744          Receive Data Memory High 18
PSI5_RDML19     0xF0005748          Receive Data Memory Low 19
PSI5_RDMH19     0xF000574C          Receive Data Memory High 19
PSI5_RDML110    0xF0005750          Receive Data Memory Low 110
PSI5_RDMH110    0xF0005754          Receive Data Memory High 110
PSI5_RDML111    0xF0005758          Receive Data Memory Low 111
PSI5_RDMH111    0xF000575C          Receive Data Memory High 111
PSI5_RDML112    0xF0005760          Receive Data Memory Low 112
PSI5_RDMH112    0xF0005764          Receive Data Memory High 112
PSI5_RDML113    0xF0005768          Receive Data Memory Low 113
PSI5_RDMH113    0xF000576C          Receive Data Memory High 113
PSI5_RDML114    0xF0005770          Receive Data Memory Low 114
PSI5_RDMH114    0xF0005774          Receive Data Memory High 114
PSI5_RDML115    0xF0005778          Receive Data Memory Low 115
PSI5_RDMH115    0xF000577C          Receive Data Memory High 115
PSI5_RDML116    0xF0005780          Receive Data Memory Low 116
PSI5_RDMH116    0xF0005784          Receive Data Memory High 116
PSI5_RDML117    0xF0005788          Receive Data Memory Low 117
PSI5_RDMH117    0xF000578C          Receive Data Memory High 117
PSI5_RDML118    0xF0005790          Receive Data Memory Low 118
PSI5_RDMH118    0xF0005794          Receive Data Memory High 118
PSI5_RDML119    0xF0005798          Receive Data Memory Low 119
PSI5_RDMH119    0xF000579C          Receive Data Memory High 119
PSI5_RDML120    0xF00057A0          Receive Data Memory Low 120
PSI5_RDMH120    0xF00057A4          Receive Data Memory High 120
PSI5_RDML121    0xF00057A8          Receive Data Memory Low 121
PSI5_RDMH121    0xF00057AC          Receive Data Memory High 121
PSI5_RDML122    0xF00057B0          Receive Data Memory Low 122
PSI5_RDMH122    0xF00057B4          Receive Data Memory High 122
PSI5_RDML123    0xF00057B8          Receive Data Memory Low 123
PSI5_RDMH123    0xF00057BC          Receive Data Memory High 123
PSI5_RDML124    0xF00057C0          Receive Data Memory Low 124
PSI5_RDMH124    0xF00057C4          Receive Data Memory High 124
PSI5_RDML125    0xF00057C8          Receive Data Memory Low 125
PSI5_RDMH125    0xF00057CC          Receive Data Memory High 125
PSI5_RDML126    0xF00057D0          Receive Data Memory Low 126
PSI5_RDMH126    0xF00057D4          Receive Data Memory High 126
PSI5_RDML127    0xF00057D8          Receive Data Memory Low 127
PSI5_RDMH127    0xF00057DC          Receive Data Memory High 127
PSI5_RDML128    0xF00057E0          Receive Data Memory Low 128
PSI5_RDMH128    0xF00057E4          Receive Data Memory High 128
PSI5_RDML129    0xF00057E8          Receive Data Memory Low 129
PSI5_RDMH129    0xF00057EC          Receive Data Memory High 129
PSI5_RDML130    0xF00057F0          Receive Data Memory Low 130
PSI5_RDMH130    0xF00057F4          Receive Data Memory High 130
PSI5_RDML131    0xF00057F8          Receive Data Memory Low 131
PSI5_RDMH131    0xF00057FC          Receive Data Memory High 131
PSI5_RDML20     0xF0005800          Receive Data Memory Low 20
PSI5_RDMH20     0xF0005804          Receive Data Memory High 20
PSI5_RDML21     0xF0005808          Receive Data Memory Low 21
PSI5_RDMH21     0xF000580C          Receive Data Memory High 21
PSI5_RDML22     0xF0005810          Receive Data Memory Low 22
PSI5_RDMH22     0xF0005814          Receive Data Memory High 22
PSI5_RDML23     0xF0005818          Receive Data Memory Low 23
PSI5_RDMH23     0xF000581C          Receive Data Memory High 23
PSI5_RDML24     0xF0005820          Receive Data Memory Low 24
PSI5_RDMH24     0xF0005824          Receive Data Memory High 24
PSI5_RDML25     0xF0005828          Receive Data Memory Low 25
PSI5_RDMH25     0xF000582C          Receive Data Memory High 25
PSI5_RDML26     0xF0005830          Receive Data Memory Low 26
PSI5_RDMH26     0xF0005834          Receive Data Memory High 26
PSI5_RDML27     0xF0005838          Receive Data Memory Low 27
PSI5_RDMH27     0xF000583C          Receive Data Memory High 27
PSI5_RDML28     0xF0005840          Receive Data Memory Low 28
PSI5_RDMH28     0xF0005844          Receive Data Memory High 28
PSI5_RDML29     0xF0005848          Receive Data Memory Low 29
PSI5_RDMH29     0xF000584C          Receive Data Memory High 29
PSI5_RDML210    0xF0005850          Receive Data Memory Low 210
PSI5_RDMH210    0xF0005854          Receive Data Memory High 210
PSI5_RDML211    0xF0005858          Receive Data Memory Low 211
PSI5_RDMH211    0xF000585C          Receive Data Memory High 211
PSI5_RDML212    0xF0005860          Receive Data Memory Low 212
PSI5_RDMH212    0xF0005864          Receive Data Memory High 212
PSI5_RDML213    0xF0005868          Receive Data Memory Low 213
PSI5_RDMH213    0xF000586C          Receive Data Memory High 213
PSI5_RDML214    0xF0005870          Receive Data Memory Low 214
PSI5_RDMH214    0xF0005874          Receive Data Memory High 214
PSI5_RDML215    0xF0005878          Receive Data Memory Low 215
PSI5_RDMH215    0xF000587C          Receive Data Memory High 215
PSI5_RDML216    0xF0005880          Receive Data Memory Low 216
PSI5_RDMH216    0xF0005884          Receive Data Memory High 216
PSI5_RDML217    0xF0005888          Receive Data Memory Low 217
PSI5_RDMH217    0xF000588C          Receive Data Memory High 217
PSI5_RDML218    0xF0005890          Receive Data Memory Low 218
PSI5_RDMH218    0xF0005894          Receive Data Memory High 218
PSI5_RDML219    0xF0005898          Receive Data Memory Low 219
PSI5_RDMH219    0xF000589C          Receive Data Memory High 219
PSI5_RDML220    0xF00058A0          Receive Data Memory Low 220
PSI5_RDMH220    0xF00058A4          Receive Data Memory High 220
PSI5_RDML221    0xF00058A8          Receive Data Memory Low 221
PSI5_RDMH221    0xF00058AC          Receive Data Memory High 221
PSI5_RDML222    0xF00058B0          Receive Data Memory Low 222
PSI5_RDMH222    0xF00058B4          Receive Data Memory High 222
PSI5_RDML223    0xF00058B8          Receive Data Memory Low 223
PSI5_RDMH223    0xF00058BC          Receive Data Memory High 223
PSI5_RDML224    0xF00058C0          Receive Data Memory Low 224
PSI5_RDMH224    0xF00058C4          Receive Data Memory High 224
PSI5_RDML225    0xF00058C8          Receive Data Memory Low 225
PSI5_RDMH225    0xF00058CC          Receive Data Memory High 225
PSI5_RDML226    0xF00058D0          Receive Data Memory Low 226
PSI5_RDMH226    0xF00058D4          Receive Data Memory High 226
PSI5_RDML227    0xF00058D8          Receive Data Memory Low 227
PSI5_RDMH227    0xF00058DC          Receive Data Memory High 227
PSI5_RDML228    0xF00058E0          Receive Data Memory Low 228
PSI5_RDMH228    0xF00058E4          Receive Data Memory High 228
PSI5_RDML229    0xF00058E8          Receive Data Memory Low 229
PSI5_RDMH229    0xF00058EC          Receive Data Memory High 229
PSI5_RDML230    0xF00058F0          Receive Data Memory Low 230
PSI5_RDMH230    0xF00058F4          Receive Data Memory High 230
PSI5_RDML231    0xF00058F8          Receive Data Memory Low 231
PSI5_RDMH231    0xF00058FC          Receive Data Memory High 231
PSI5_RDML30     0xF0005900          Receive Data Memory Low 30
PSI5_RDMH30     0xF0005904          Receive Data Memory High 30
PSI5_RDML31     0xF0005908          Receive Data Memory Low 31
PSI5_RDMH31     0xF000590C          Receive Data Memory High 31
PSI5_RDML32     0xF0005910          Receive Data Memory Low 32
PSI5_RDMH32     0xF0005914          Receive Data Memory High 32
PSI5_RDML33     0xF0005918          Receive Data Memory Low 33
PSI5_RDMH33     0xF000591C          Receive Data Memory High 33
PSI5_RDML34     0xF0005920          Receive Data Memory Low 34
PSI5_RDMH34     0xF0005924          Receive Data Memory High 34
PSI5_RDML35     0xF0005928          Receive Data Memory Low 35
PSI5_RDMH35     0xF000592C          Receive Data Memory High 35
PSI5_RDML36     0xF0005930          Receive Data Memory Low 36
PSI5_RDMH36     0xF0005934          Receive Data Memory High 36
PSI5_RDML37     0xF0005938          Receive Data Memory Low 37
PSI5_RDMH37     0xF000593C          Receive Data Memory High 37
PSI5_RDML38     0xF0005940          Receive Data Memory Low 38
PSI5_RDMH38     0xF0005944          Receive Data Memory High 38
PSI5_RDML39     0xF0005948          Receive Data Memory Low 39
PSI5_RDMH39     0xF000594C          Receive Data Memory High 39
PSI5_RDML310    0xF0005950          Receive Data Memory Low 310
PSI5_RDMH310    0xF0005954          Receive Data Memory High 310
PSI5_RDML311    0xF0005958          Receive Data Memory Low 311
PSI5_RDMH311    0xF000595C          Receive Data Memory High 311
PSI5_RDML312    0xF0005960          Receive Data Memory Low 312
PSI5_RDMH312    0xF0005964          Receive Data Memory High 312
PSI5_RDML313    0xF0005968          Receive Data Memory Low 313
PSI5_RDMH313    0xF000596C          Receive Data Memory High 313
PSI5_RDML314    0xF0005970          Receive Data Memory Low 314
PSI5_RDMH314    0xF0005974          Receive Data Memory High 314
PSI5_RDML315    0xF0005978          Receive Data Memory Low 315
PSI5_RDMH315    0xF000597C          Receive Data Memory High 315
PSI5_RDML316    0xF0005980          Receive Data Memory Low 316
PSI5_RDMH316    0xF0005984          Receive Data Memory High 316
PSI5_RDML317    0xF0005988          Receive Data Memory Low 317
PSI5_RDMH317    0xF000598C          Receive Data Memory High 317
PSI5_RDML318    0xF0005990          Receive Data Memory Low 318
PSI5_RDMH318    0xF0005994          Receive Data Memory High 318
PSI5_RDML319    0xF0005998          Receive Data Memory Low 319
PSI5_RDMH319    0xF000599C          Receive Data Memory High 319
PSI5_RDML320    0xF00059A0          Receive Data Memory Low 320
PSI5_RDMH320    0xF00059A4          Receive Data Memory High 320
PSI5_RDML321    0xF00059A8          Receive Data Memory Low 321
PSI5_RDMH321    0xF00059AC          Receive Data Memory High 321
PSI5_RDML322    0xF00059B0          Receive Data Memory Low 322
PSI5_RDMH322    0xF00059B4          Receive Data Memory High 322
PSI5_RDML323    0xF00059B8          Receive Data Memory Low 323
PSI5_RDMH323    0xF00059BC          Receive Data Memory High 323
PSI5_RDML324    0xF00059C0          Receive Data Memory Low 324
PSI5_RDMH324    0xF00059C4          Receive Data Memory High 324
PSI5_RDML325    0xF00059C8          Receive Data Memory Low 325
PSI5_RDMH325    0xF00059CC          Receive Data Memory High 325
PSI5_RDML326    0xF00059D0          Receive Data Memory Low 326
PSI5_RDMH326    0xF00059D4          Receive Data Memory High 326
PSI5_RDML327    0xF00059D8          Receive Data Memory Low 327
PSI5_RDMH327    0xF00059DC          Receive Data Memory High 327
PSI5_RDML328    0xF00059E0          Receive Data Memory Low 328
PSI5_RDMH328    0xF00059E4          Receive Data Memory High 328
PSI5_RDML329    0xF00059E8          Receive Data Memory Low 329
PSI5_RDMH329    0xF00059EC          Receive Data Memory High 329
PSI5_RDML330    0xF00059F0          Receive Data Memory Low 330
PSI5_RDMH330    0xF00059F4          Receive Data Memory High 330
PSI5_RDML331    0xF00059F8          Receive Data Memory Low 331
PSI5_RDMH331    0xF00059FC          Receive Data Memory High 331
PSI5_RDML40     0xF0005A00          Receive Data Memory Low 40
PSI5_RDMH40     0xF0005A04          Receive Data Memory High 40
PSI5_RDML41     0xF0005A08          Receive Data Memory Low 41
PSI5_RDMH41     0xF0005A0C          Receive Data Memory High 41
PSI5_RDML42     0xF0005A10          Receive Data Memory Low 42
PSI5_RDMH42     0xF0005A14          Receive Data Memory High 42
PSI5_RDML43     0xF0005A18          Receive Data Memory Low 43
PSI5_RDMH43     0xF0005A1C          Receive Data Memory High 43
PSI5_RDML44     0xF0005A20          Receive Data Memory Low 44
PSI5_RDMH44     0xF0005A24          Receive Data Memory High 44
PSI5_RDML45     0xF0005A28          Receive Data Memory Low 45
PSI5_RDMH45     0xF0005A2C          Receive Data Memory High 45
PSI5_RDML46     0xF0005A30          Receive Data Memory Low 46
PSI5_RDMH46     0xF0005A34          Receive Data Memory High 46
PSI5_RDML47     0xF0005A38          Receive Data Memory Low 47
PSI5_RDMH47     0xF0005A3C          Receive Data Memory High 47
PSI5_RDML48     0xF0005A40          Receive Data Memory Low 48
PSI5_RDMH48     0xF0005A44          Receive Data Memory High 48
PSI5_RDML49     0xF0005A48          Receive Data Memory Low 49
PSI5_RDMH49     0xF0005A4C          Receive Data Memory High 49
PSI5_RDML410    0xF0005A50          Receive Data Memory Low 410
PSI5_RDMH410    0xF0005A54          Receive Data Memory High 410
PSI5_RDML411    0xF0005A58          Receive Data Memory Low 411
PSI5_RDMH411    0xF0005A5C          Receive Data Memory High 411
PSI5_RDML412    0xF0005A60          Receive Data Memory Low 412
PSI5_RDMH412    0xF0005A64          Receive Data Memory High 412
PSI5_RDML413    0xF0005A68          Receive Data Memory Low 413
PSI5_RDMH413    0xF0005A6C          Receive Data Memory High 413
PSI5_RDML414    0xF0005A70          Receive Data Memory Low 414
PSI5_RDMH414    0xF0005A74          Receive Data Memory High 414
PSI5_RDML415    0xF0005A78          Receive Data Memory Low 415
PSI5_RDMH415    0xF0005A7C          Receive Data Memory High 415
PSI5_RDML416    0xF0005A80          Receive Data Memory Low 416
PSI5_RDMH416    0xF0005A84          Receive Data Memory High 416
PSI5_RDML417    0xF0005A88          Receive Data Memory Low 417
PSI5_RDMH417    0xF0005A8C          Receive Data Memory High 417
PSI5_RDML418    0xF0005A90          Receive Data Memory Low 418
PSI5_RDMH418    0xF0005A94          Receive Data Memory High 418
PSI5_RDML419    0xF0005A98          Receive Data Memory Low 419
PSI5_RDMH419    0xF0005A9C          Receive Data Memory High 419
PSI5_RDML420    0xF0005AA0          Receive Data Memory Low 420
PSI5_RDMH420    0xF0005AA4          Receive Data Memory High 420
PSI5_RDML421    0xF0005AA8          Receive Data Memory Low 421
PSI5_RDMH421    0xF0005AAC          Receive Data Memory High 421
PSI5_RDML422    0xF0005AB0          Receive Data Memory Low 422
PSI5_RDMH422    0xF0005AB4          Receive Data Memory High 422
PSI5_RDML423    0xF0005AB8          Receive Data Memory Low 423
PSI5_RDMH423    0xF0005ABC          Receive Data Memory High 423
PSI5_RDML424    0xF0005AC0          Receive Data Memory Low 424
PSI5_RDMH424    0xF0005AC4          Receive Data Memory High 424
PSI5_RDML425    0xF0005AC8          Receive Data Memory Low 425
PSI5_RDMH425    0xF0005ACC          Receive Data Memory High 425
PSI5_RDML426    0xF0005AD0          Receive Data Memory Low 426
PSI5_RDMH426    0xF0005AD4          Receive Data Memory High 426
PSI5_RDML427    0xF0005AD8          Receive Data Memory Low 427
PSI5_RDMH427    0xF0005ADC          Receive Data Memory High 427
PSI5_RDML428    0xF0005AE0          Receive Data Memory Low 428
PSI5_RDMH428    0xF0005AE4          Receive Data Memory High 428
PSI5_RDML429    0xF0005AE8          Receive Data Memory Low 429
PSI5_RDMH429    0xF0005AEC          Receive Data Memory High 429
PSI5_RDML430    0xF0005AF0          Receive Data Memory Low 430
PSI5_RDMH430    0xF0005AF4          Receive Data Memory High 430
PSI5_RDML431    0xF0005AF8          Receive Data Memory Low 431
PSI5_RDMH431    0xF0005AFC          Receive Data Memory High 431
PSI5S_CLC       0xF0007000          Clock Control Register
PSI5S_ID        0xF0007008          Module Identification Register
PSI5S_FDR       0xF000700C          PSI5-S Fractional Divider Register
PSI5S_FDRT      0xF0007010          Fractional Divider Register for Time Stamp
PSI5S_TSCNTA    0xF0007014          Time Stamp Count Register A
PSI5S_TSCNTB    0xF0007018          Time Stamp Count Register B
PSI5S_GCR       0xF000701C          Global Control Register
PSI5S_NFC       0xF0007020          Number of Frames Control Register
PSI5S_FCNT      0xF0007024          Frame Counter Register
PSI5S_IOCR      0xF0007028          Input and Output Control Register
PSI5S_RCRA0     0xF0007030          Receiver Control Register A0
PSI5S_RCRA1     0xF0007034          Receiver Control Register A1
PSI5S_RCRA2     0xF0007038          Receiver Control Register A2
PSI5S_RCRA3     0xF000703C          Receiver Control Register A3
PSI5S_RCRA4     0xF0007040          Receiver Control Register A4
PSI5S_RCRA5     0xF0007044          Receiver Control Register A5
PSI5S_RCRA6     0xF0007048          Receiver Control Register A6
PSI5S_RCRA7     0xF000704C          Receiver Control Register A7
PSI5S_RCRB0     0xF0007050          Receiver Control Register B0
PSI5S_RCRB1     0xF0007054          Receiver Control Register B1
PSI5S_RCRB2     0xF0007058          Receiver Control Register B2
PSI5S_RCRB3     0xF000705C          Receiver Control Register B3
PSI5S_RCRB4     0xF0007060          Receiver Control Register B4
PSI5S_RCRB5     0xF0007064          Receiver Control Register B5
PSI5S_RCRB6     0xF0007068          Receiver Control Register B6
PSI5S_RCRB7     0xF000706C          Receiver Control Register B7
PSI5S_WDT0      0xF0007070          Watch Dog Timer Register 0
PSI5S_WDT1      0xF0007074          Watch Dog Timer Register 1
PSI5S_WDT2      0xF0007078          Watch Dog Timer Register 2
PSI5S_WDT3      0xF000707C          Watch Dog Timer Register 3
PSI5S_WDT4      0xF0007080          Watch Dog Timer Register 4
PSI5S_WDT5      0xF0007084          Watch Dog Timer Register 5
PSI5S_WDT6      0xF0007088          Watch Dog Timer Register 6
PSI5S_WDT7      0xF000708C          Watch Dog Timer Register 7
PSI5S_TSCR0     0xF0007090          Capture Register TSCR0
PSI5S_TSCR1     0xF0007094          Capture Register TSCR1
PSI5S_TSCR2     0xF0007098          Capture Register TSCR2
PSI5S_TSCR3     0xF000709C          Capture Register TSCR3
PSI5S_TSCR4     0xF00070A0          Capture Register TSCR4
PSI5S_TSCR5     0xF00070A4          Capture Register TSCR5
PSI5S_TSCR6     0xF00070A8          Capture Register TSCR6
PSI5S_TSCR7     0xF00070AC          Capture Register TSCR7
PSI5S_RDS       0xF00070B0          Receive Status Register
PSI5S_RDR       0xF00070B4          Receive Data Register
PSI5S_TSM       0xF00070B8          Time Stamp Mirror Register TSM
PSI5S_TAR       0xF00070D0          Target Address Register
PSI5S_BAR       0xF00070D4          Base Address Register
PSI5S_PGC0      0xF00070F0          Pulse Generation Control Register 0
PSI5S_PGC1      0xF00070F4          Pulse Generation Control Register 1
PSI5S_PGC2      0xF00070F8          Pulse Generation Control Register 2
PSI5S_PGC3      0xF00070FC          Pulse Generation Control Register 3
PSI5S_PGC4      0xF0007100          Pulse Generation Control Register 4
PSI5S_PGC5      0xF0007104          Pulse Generation Control Register 5
PSI5S_PGC6      0xF0007108          Pulse Generation Control Register 6
PSI5S_PGC7      0xF000710C          Pulse Generation Control Register 7
PSI5S_CTV0      0xF0007110          Channel Trigger Value Register 0
PSI5S_CTV1      0xF0007114          Channel Trigger Value Register 1
PSI5S_CTV2      0xF0007118          Channel Trigger Value Register 2
PSI5S_CTV3      0xF000711C          Channel Trigger Value Register 3
PSI5S_CTV4      0xF0007120          Channel Trigger Value Register 4
PSI5S_CTV5      0xF0007124          Channel Trigger Value Register 5
PSI5S_CTV6      0xF0007128          Channel Trigger Value Register 6
PSI5S_CTV7      0xF000712C          Channel Trigger Value Register 7
PSI5S_SCR0      0xF0007130          Send Control Register 0
PSI5S_SCR1      0xF0007134          Send Control Register 1
PSI5S_SCR2      0xF0007138          Send Control Register 2
PSI5S_SCR3      0xF000713C          Send Control Register 3
PSI5S_SCR4      0xF0007140          Send Control Register 4
PSI5S_SCR5      0xF0007144          Send Control Register 5
PSI5S_SCR6      0xF0007148          Send Control Register 6
PSI5S_SCR7      0xF000714C          Send Control Register 7
PSI5S_SDR0      0xF0007150          Send Data Register 0
PSI5S_SDR1      0xF0007154          Send Data Register 1
PSI5S_SDR2      0xF0007158          Send Data Register 2
PSI5S_SDR3      0xF000715C          Send Data Register 3
PSI5S_SDR4      0xF0007160          Send Data Register 4
PSI5S_SDR5      0xF0007164          Send Data Register 5
PSI5S_SDR6      0xF0007168          Send Data Register 6
PSI5S_SDR7      0xF000716C          Send Data Register 7
PSI5S_CDW       0xF0007170          CPU Direct Write Register
PSI5S_CON       0xF0007210          Control Register
PSI5S_BG        0xF0007214          Baud Rate Timer/Reload Register
PSI5S_FDV       0xF0007218          Fractional Divider Register
PSI5S_FDO       0xF000721C          Fractional Divider for Output CLK Register
PSI5S_TBUF      0xF0007220          Transmit Buffer Register
PSI5S_RBUF      0xF0007224          Receive Buffer Register
PSI5S_WHBCON    0xF0007250          Write Hardware Bits Control Register
PSI5S_INTSTAT0  0xF0007260          Interrupt Status Register 0
PSI5S_INTSTAT1  0xF0007264          Interrupt Status Register 1
PSI5S_INTSTAT2  0xF0007268          Interrupt Status Register 2
PSI5S_INTSTAT3  0xF000726C          Interrupt Status Register 3
PSI5S_INTSTAT4  0xF0007270          Interrupt Status Register 4
PSI5S_INTSTAT5  0xF0007274          Interrupt Status Register 5
PSI5S_INTSTAT6  0xF0007278          Interrupt Status Register 6
PSI5S_INTSTAT7  0xF000727C          Interrupt Status Register 7
PSI5S_INTSET0   0xF0007280          Interrupt Set Register 0
PSI5S_INTSET1   0xF0007284          Interrupt Set Register 1
PSI5S_INTSET2   0xF0007288          Interrupt Set Register 2
PSI5S_INTSET3   0xF000728C          Interrupt Set Register 3
PSI5S_INTSET4   0xF0007290          Interrupt Set Register 4
PSI5S_INTSET5   0xF0007294          Interrupt Set Register 5
PSI5S_INTSET6   0xF0007298          Interrupt Set Register 6
PSI5S_INTSET7   0xF000729C          Interrupt Set Register 7
PSI5S_INTCLR0   0xF00072A0          Interrupt Clear Register 0
PSI5S_INTCLR1   0xF00072A4          Interrupt Clear Register 1
PSI5S_INTCLR2   0xF00072A8          Interrupt Clear Register 2
PSI5S_INTCLR3   0xF00072AC          Interrupt Clear Register 3
PSI5S_INTCLR4   0xF00072B0          Interrupt Clear Register 4
PSI5S_INTCLR5   0xF00072B4          Interrupt Clear Register 5
PSI5S_INTCLR6   0xF00072B8          Interrupt Clear Register 6
PSI5S_INTCLR7   0xF00072BC          Interrupt Clear Register 7
PSI5S_INTEN0    0xF00072C0          Interrupt Enable Register 0
PSI5S_INTEN1    0xF00072C4          Interrupt Enable Register 1
PSI5S_INTEN2    0xF00072C8          Interrupt Enable Register 2
PSI5S_INTEN3    0xF00072CC          Interrupt Enable Register 3
PSI5S_INTEN4    0xF00072D0          Interrupt Enable Register 4
PSI5S_INTEN5    0xF00072D4          Interrupt Enable Register 5
PSI5S_INTEN6    0xF00072D8          Interrupt Enable Register 6
PSI5S_INTEN7    0xF00072DC          Interrupt Enable Register 7
PSI5S_INP0      0xF00072E0          Interrupt Node Pointer Register 0
PSI5S_INP1      0xF00072E4          Interrupt Node Pointer Register 1
PSI5S_INP2      0xF00072E8          Interrupt Node Pointer Register 2
PSI5S_INP3      0xF00072EC          Interrupt Node Pointer Register 3
PSI5S_INP4      0xF00072F0          Interrupt Node Pointer Register 4
PSI5S_INP5      0xF00072F4          Interrupt Node Pointer Register 5
PSI5S_INP6      0xF00072F8          Interrupt Node Pointer Register 6
PSI5S_INP7      0xF00072FC          Interrupt Node Pointer Register 7
PSI5S_INTOV     0xF0007300          Interrupt Overview Register
PSI5S_INTSTATG  0xF0007304          Interrupt Status Register G
PSI5S_INTSETG   0xF0007308          Interrupt Set Register G
PSI5S_INTCLRG   0xF000730C          Interrupt Clear Register G
PSI5S_INTENG    0xF0007310          Interrupt Enable Register G
PSI5S_INPG      0xF0007314          Interrupt Node Pointer G Register
PSI5S_OCS       0xF00073CC          OCDS Control and Status
PSI5S_ACCEN0    0xF00073D0          Access Enable Register 0
PSI5S_ACCEN1    0xF00073D4          Access Enable Register 1
PSI5S_KRST0     0xF00073D8          Kernel Reset Register 0
PSI5S_KRST1     0xF00073DC          Kernel Reset Register 1
PSI5S_KRSTCLR   0xF00073E0          Kernel Reset Status Clear Register
DMA_CLC         0xF0010000          DMA Clock Control Register
DMA_ID          0xF0010008          Module Identification Register
DMA_MEMCON      0xF0010020          DMA Memory Control Register
DMA_ACCEN00     0xF0010040          DMA Hardware Resource 0 Access Enable Register 0
DMA_ACCEN01     0xF0010044          DMA Hardware Resource 0 Access Enable Register 1
DMA_ACCEN10     0xF0010048          DMA Hardware Resource 1 Access Enable Register 0
DMA_ACCEN11     0xF001004C          DMA Hardware Resource 1 Access Enable Register 1
DMA_ACCEN20     0xF0010050          DMA Hardware Resource 2 Access Enable Register 0
DMA_ACCEN21     0xF0010054          DMA Hardware Resource 2 Access Enable Register 1
DMA_ACCEN30     0xF0010058          DMA Hardware Resource 3 Access Enable Register 0
DMA_ACCEN31     0xF001005C          DMA Hardware Resource 3 Access Enable Register 1
DMA_EER0        0xF0010120          DMA Enable Error Register 0
DMA_ERRSR0      0xF0010124          DMA Error Status Register 0
DMA_CLRE0       0xF0010128          DMA Clear Error Register 0
DMA_ME0SR       0xF0010130          DMA Move Engine 0 Status Register
DMA_ME00R       0xF0010140          DMA Move Engine 0 Read Register 0
DMA_ME01R       0xF0010144          DMA Move Engine 0 Read Register 1
DMA_ME02R       0xF0010148          DMA Move Engine 0 Read Register 2
DMA_ME03R       0xF001014C          DMA Move Engine 0 Read Register 3
DMA_ME04R       0xF0010150          DMA Move Engine 0 Read Register 4
DMA_ME05R       0xF0010154          DMA Move Engine 0 Read Register 5
DMA_ME06R       0xF0010158          DMA Move Engine 0 Read Register 6
DMA_ME07R       0xF001015C          DMA Move Engine 0 Read Register 7
DMA_ME0RDCRC    0xF0010180          DMA Move Engine 0 Channel Read Data CRC Register
DMA_ME0SDCRC    0xF0010184          DMA Move Engine 0 Channel Source and Destination Address CRC Register
DMA_ME0SADR     0xF0010188          DMA Move Engine 0 Channel Source Address Register
DMA_ME0DADR     0xF001018C          DMA Move Engine 0 Channel Destination Address Register x
DMA_ME0ADICR    0xF0010190          DMA Move Engine 0 Channel Address and Interrupt Control Register
DMA_ME0CHCR     0xF0010194          DMA Move Engine 0 Channel Control Register
DMA_ME0SHADR    0xF0010198          DMA Move Engine 0 Channel Shadow Address Register
DMA_ME0CHSR     0xF001019C          DMA Move Engine 0 Channel Status Register
DMA_EER1        0xF0011120          DMA Enable Error Register 1
DMA_ERRSR1      0xF0011124          DMA Error Status Register 1
DMA_CLRE1       0xF0011128          DMA Clear Error Register 1
DMA_ME1SR       0xF0011130          DMA Move Engine 1 Status Register
DMA_ME10R       0xF0011140          DMA Move Engine 1 Read Register 0
DMA_ME11R       0xF0011144          DMA Move Engine 1 Read Register 1
DMA_ME12R       0xF0011148          DMA Move Engine 1 Read Register 2
DMA_ME13R       0xF001114C          DMA Move Engine 1 Read Register 3
DMA_ME14R       0xF0011150          DMA Move Engine 1 Read Register 4
DMA_ME15R       0xF0011154          DMA Move Engine 1 Read Register 5
DMA_ME16R       0xF0011158          DMA Move Engine 1 Read Register 6
DMA_ME17R       0xF001115C          DMA Move Engine 1 Read Register 7
DMA_ME1RDCRC    0xF0011180          DMA Move Engine 1 Channel Read Data CRC Register
DMA_ME1SDCRC    0xF0011184          DMA Move Engine 1 Channel Source and Destination Address CRC Register
DMA_ME1SADR     0xF0011188          DMA Move Engine 1 Channel Source Address Register
DMA_ME1DADR     0xF001118C          DMA Move Engine 1 Channel Destination Address Register x
DMA_ME1ADICR    0xF0011190          DMA Move Engine 1 Channel Address and Interrupt Control Register
DMA_ME1CHCR     0xF0011194          DMA Move Engine 1 Channel Control Register
DMA_ME1SHADR    0xF0011198          DMA Move Engine 1 Channel Shadow Address Register
DMA_ME1CHSR     0xF001119C          DMA Move Engine 1 Channel Status Register
DMA_OTSS        0xF0011200          DMA OCDS Trigger Set Select
DMA_ERRINTR     0xF0011204          DMA Error Interrupt Set Register
DMA_PRR0        0xF0011208          Pattern Read Register 0
DMA_PRR1        0xF001120C          Pattern Read Register 1
DMA_TIME        0xF0011210          Time Register
DMA_MODE0       0xF0011300          DMA Mode Register 0
DMA_MODE1       0xF0011304          DMA Mode Register 1
DMA_MODE2       0xF0011308          DMA Mode Register 2
DMA_MODE3       0xF001130C          DMA Mode Register 3
DMA_HRR000      0xF0011800          DMA Channel Hardware Resource Register 000
DMA_HRR001      0xF0011804          DMA Channel Hardware Resource Register 001
DMA_HRR002      0xF0011808          DMA Channel Hardware Resource Register 002
DMA_HRR003      0xF001180C          DMA Channel Hardware Resource Register 003
DMA_HRR004      0xF0011810          DMA Channel Hardware Resource Register 004
DMA_HRR005      0xF0011814          DMA Channel Hardware Resource Register 005
DMA_HRR006      0xF0011818          DMA Channel Hardware Resource Register 006
DMA_HRR007      0xF001181C          DMA Channel Hardware Resource Register 007
DMA_HRR008      0xF0011820          DMA Channel Hardware Resource Register 008
DMA_HRR009      0xF0011824          DMA Channel Hardware Resource Register 009
DMA_HRR010      0xF0011828          DMA Channel Hardware Resource Register 010
DMA_HRR011      0xF001182C          DMA Channel Hardware Resource Register 011
DMA_HRR012      0xF0011830          DMA Channel Hardware Resource Register 012
DMA_HRR013      0xF0011834          DMA Channel Hardware Resource Register 013
DMA_HRR014      0xF0011838          DMA Channel Hardware Resource Register 014
DMA_HRR015      0xF001183C          DMA Channel Hardware Resource Register 015
DMA_HRR016      0xF0011840          DMA Channel Hardware Resource Register 016
DMA_HRR017      0xF0011844          DMA Channel Hardware Resource Register 017
DMA_HRR018      0xF0011848          DMA Channel Hardware Resource Register 018
DMA_HRR019      0xF001184C          DMA Channel Hardware Resource Register 019
DMA_HRR020      0xF0011850          DMA Channel Hardware Resource Register 020
DMA_HRR021      0xF0011854          DMA Channel Hardware Resource Register 021
DMA_HRR022      0xF0011858          DMA Channel Hardware Resource Register 022
DMA_HRR023      0xF001185C          DMA Channel Hardware Resource Register 023
DMA_HRR024      0xF0011860          DMA Channel Hardware Resource Register 024
DMA_HRR025      0xF0011864          DMA Channel Hardware Resource Register 025
DMA_HRR026      0xF0011868          DMA Channel Hardware Resource Register 026
DMA_HRR027      0xF001186C          DMA Channel Hardware Resource Register 027
DMA_HRR028      0xF0011870          DMA Channel Hardware Resource Register 028
DMA_HRR029      0xF0011874          DMA Channel Hardware Resource Register 029
DMA_HRR030      0xF0011878          DMA Channel Hardware Resource Register 030
DMA_HRR031      0xF001187C          DMA Channel Hardware Resource Register 031
DMA_HRR032      0xF0011880          DMA Channel Hardware Resource Register 032
DMA_HRR033      0xF0011884          DMA Channel Hardware Resource Register 033
DMA_HRR034      0xF0011888          DMA Channel Hardware Resource Register 034
DMA_HRR035      0xF001188C          DMA Channel Hardware Resource Register 035
DMA_HRR036      0xF0011890          DMA Channel Hardware Resource Register 036
DMA_HRR037      0xF0011894          DMA Channel Hardware Resource Register 037
DMA_HRR038      0xF0011898          DMA Channel Hardware Resource Register 038
DMA_HRR039      0xF001189C          DMA Channel Hardware Resource Register 039
DMA_HRR040      0xF00118A0          DMA Channel Hardware Resource Register 040
DMA_HRR041      0xF00118A4          DMA Channel Hardware Resource Register 041
DMA_HRR042      0xF00118A8          DMA Channel Hardware Resource Register 042
DMA_HRR043      0xF00118AC          DMA Channel Hardware Resource Register 043
DMA_HRR044      0xF00118B0          DMA Channel Hardware Resource Register 044
DMA_HRR045      0xF00118B4          DMA Channel Hardware Resource Register 045
DMA_HRR046      0xF00118B8          DMA Channel Hardware Resource Register 046
DMA_HRR047      0xF00118BC          DMA Channel Hardware Resource Register 047
DMA_HRR048      0xF00118C0          DMA Channel Hardware Resource Register 048
DMA_HRR049      0xF00118C4          DMA Channel Hardware Resource Register 049
DMA_HRR050      0xF00118C8          DMA Channel Hardware Resource Register 050
DMA_HRR051      0xF00118CC          DMA Channel Hardware Resource Register 051
DMA_HRR052      0xF00118D0          DMA Channel Hardware Resource Register 052
DMA_HRR053      0xF00118D4          DMA Channel Hardware Resource Register 053
DMA_HRR054      0xF00118D8          DMA Channel Hardware Resource Register 054
DMA_HRR055      0xF00118DC          DMA Channel Hardware Resource Register 055
DMA_HRR056      0xF00118E0          DMA Channel Hardware Resource Register 056
DMA_HRR057      0xF00118E4          DMA Channel Hardware Resource Register 057
DMA_HRR058      0xF00118E8          DMA Channel Hardware Resource Register 058
DMA_HRR059      0xF00118EC          DMA Channel Hardware Resource Register 059
DMA_HRR060      0xF00118F0          DMA Channel Hardware Resource Register 060
DMA_HRR061      0xF00118F4          DMA Channel Hardware Resource Register 061
DMA_HRR062      0xF00118F8          DMA Channel Hardware Resource Register 062
DMA_HRR063      0xF00118FC          DMA Channel Hardware Resource Register 063
DMA_HRR064      0xF0011900          DMA Channel Hardware Resource Register 064
DMA_HRR065      0xF0011904          DMA Channel Hardware Resource Register 065
DMA_HRR066      0xF0011908          DMA Channel Hardware Resource Register 066
DMA_HRR067      0xF001190C          DMA Channel Hardware Resource Register 067
DMA_HRR068      0xF0011910          DMA Channel Hardware Resource Register 068
DMA_HRR069      0xF0011914          DMA Channel Hardware Resource Register 069
DMA_HRR070      0xF0011918          DMA Channel Hardware Resource Register 070
DMA_HRR071      0xF001191C          DMA Channel Hardware Resource Register 071
DMA_HRR072      0xF0011920          DMA Channel Hardware Resource Register 072
DMA_HRR073      0xF0011924          DMA Channel Hardware Resource Register 073
DMA_HRR074      0xF0011928          DMA Channel Hardware Resource Register 074
DMA_HRR075      0xF001192C          DMA Channel Hardware Resource Register 075
DMA_HRR076      0xF0011930          DMA Channel Hardware Resource Register 076
DMA_HRR077      0xF0011934          DMA Channel Hardware Resource Register 077
DMA_HRR078      0xF0011938          DMA Channel Hardware Resource Register 078
DMA_HRR079      0xF001193C          DMA Channel Hardware Resource Register 079
DMA_HRR080      0xF0011940          DMA Channel Hardware Resource Register 080
DMA_HRR081      0xF0011944          DMA Channel Hardware Resource Register 081
DMA_HRR082      0xF0011948          DMA Channel Hardware Resource Register 082
DMA_HRR083      0xF001194C          DMA Channel Hardware Resource Register 083
DMA_HRR084      0xF0011950          DMA Channel Hardware Resource Register 084
DMA_HRR085      0xF0011954          DMA Channel Hardware Resource Register 085
DMA_HRR086      0xF0011958          DMA Channel Hardware Resource Register 086
DMA_HRR087      0xF001195C          DMA Channel Hardware Resource Register 087
DMA_HRR088      0xF0011960          DMA Channel Hardware Resource Register 088
DMA_HRR089      0xF0011964          DMA Channel Hardware Resource Register 089
DMA_HRR090      0xF0011968          DMA Channel Hardware Resource Register 090
DMA_HRR091      0xF001196C          DMA Channel Hardware Resource Register 091
DMA_HRR092      0xF0011970          DMA Channel Hardware Resource Register 092
DMA_HRR093      0xF0011974          DMA Channel Hardware Resource Register 093
DMA_HRR094      0xF0011978          DMA Channel Hardware Resource Register 094
DMA_HRR095      0xF001197C          DMA Channel Hardware Resource Register 095
DMA_HRR096      0xF0011980          DMA Channel Hardware Resource Register 096
DMA_HRR097      0xF0011984          DMA Channel Hardware Resource Register 097
DMA_HRR098      0xF0011988          DMA Channel Hardware Resource Register 098
DMA_HRR099      0xF001198C          DMA Channel Hardware Resource Register 099
DMA_HRR100      0xF0011990          DMA Channel Hardware Resource Register 100
DMA_HRR101      0xF0011994          DMA Channel Hardware Resource Register 101
DMA_HRR102      0xF0011998          DMA Channel Hardware Resource Register 102
DMA_HRR103      0xF001199C          DMA Channel Hardware Resource Register 103
DMA_HRR104      0xF00119A0          DMA Channel Hardware Resource Register 104
DMA_HRR105      0xF00119A4          DMA Channel Hardware Resource Register 105
DMA_HRR106      0xF00119A8          DMA Channel Hardware Resource Register 106
DMA_HRR107      0xF00119AC          DMA Channel Hardware Resource Register 107
DMA_HRR108      0xF00119B0          DMA Channel Hardware Resource Register 108
DMA_HRR109      0xF00119B4          DMA Channel Hardware Resource Register 109
DMA_HRR110      0xF00119B8          DMA Channel Hardware Resource Register 110
DMA_HRR111      0xF00119BC          DMA Channel Hardware Resource Register 111
DMA_HRR112      0xF00119C0          DMA Channel Hardware Resource Register 112
DMA_HRR113      0xF00119C4          DMA Channel Hardware Resource Register 113
DMA_HRR114      0xF00119C8          DMA Channel Hardware Resource Register 114
DMA_HRR115      0xF00119CC          DMA Channel Hardware Resource Register 115
DMA_HRR116      0xF00119D0          DMA Channel Hardware Resource Register 116
DMA_HRR117      0xF00119D4          DMA Channel Hardware Resource Register 117
DMA_HRR118      0xF00119D8          DMA Channel Hardware Resource Register 118
DMA_HRR119      0xF00119DC          DMA Channel Hardware Resource Register 119
DMA_HRR120      0xF00119E0          DMA Channel Hardware Resource Register 120
DMA_HRR121      0xF00119E4          DMA Channel Hardware Resource Register 121
DMA_HRR122      0xF00119E8          DMA Channel Hardware Resource Register 122
DMA_HRR123      0xF00119EC          DMA Channel Hardware Resource Register 123
DMA_HRR124      0xF00119F0          DMA Channel Hardware Resource Register 124
DMA_HRR125      0xF00119F4          DMA Channel Hardware Resource Register 125
DMA_HRR126      0xF00119F8          DMA Channel Hardware Resource Register 126
DMA_HRR127      0xF00119FC          DMA Channel Hardware Resource Register 127
DMA_SUSENR000   0xF0011A00          DMA Suspend Enable Register 000
DMA_SUSENR001   0xF0011A04          DMA Suspend Enable Register 001
DMA_SUSENR002   0xF0011A08          DMA Suspend Enable Register 002
DMA_SUSENR003   0xF0011A0C          DMA Suspend Enable Register 003
DMA_SUSENR004   0xF0011A10          DMA Suspend Enable Register 004
DMA_SUSENR005   0xF0011A14          DMA Suspend Enable Register 005
DMA_SUSENR006   0xF0011A18          DMA Suspend Enable Register 006
DMA_SUSENR007   0xF0011A1C          DMA Suspend Enable Register 007
DMA_SUSENR008   0xF0011A20          DMA Suspend Enable Register 008
DMA_SUSENR009   0xF0011A24          DMA Suspend Enable Register 009
DMA_SUSENR010   0xF0011A28          DMA Suspend Enable Register 010
DMA_SUSENR011   0xF0011A2C          DMA Suspend Enable Register 011
DMA_SUSENR012   0xF0011A30          DMA Suspend Enable Register 012
DMA_SUSENR013   0xF0011A34          DMA Suspend Enable Register 013
DMA_SUSENR014   0xF0011A38          DMA Suspend Enable Register 014
DMA_SUSENR015   0xF0011A3C          DMA Suspend Enable Register 015
DMA_SUSENR016   0xF0011A40          DMA Suspend Enable Register 016
DMA_SUSENR017   0xF0011A44          DMA Suspend Enable Register 017
DMA_SUSENR018   0xF0011A48          DMA Suspend Enable Register 018
DMA_SUSENR019   0xF0011A4C          DMA Suspend Enable Register 019
DMA_SUSENR020   0xF0011A50          DMA Suspend Enable Register 020
DMA_SUSENR021   0xF0011A54          DMA Suspend Enable Register 021
DMA_SUSENR022   0xF0011A58          DMA Suspend Enable Register 022
DMA_SUSENR023   0xF0011A5C          DMA Suspend Enable Register 023
DMA_SUSENR024   0xF0011A60          DMA Suspend Enable Register 024
DMA_SUSENR025   0xF0011A64          DMA Suspend Enable Register 025
DMA_SUSENR026   0xF0011A68          DMA Suspend Enable Register 026
DMA_SUSENR027   0xF0011A6C          DMA Suspend Enable Register 027
DMA_SUSENR028   0xF0011A70          DMA Suspend Enable Register 028
DMA_SUSENR029   0xF0011A74          DMA Suspend Enable Register 029
DMA_SUSENR030   0xF0011A78          DMA Suspend Enable Register 030
DMA_SUSENR031   0xF0011A7C          DMA Suspend Enable Register 031
DMA_SUSENR032   0xF0011A80          DMA Suspend Enable Register 032
DMA_SUSENR033   0xF0011A84          DMA Suspend Enable Register 033
DMA_SUSENR034   0xF0011A88          DMA Suspend Enable Register 034
DMA_SUSENR035   0xF0011A8C          DMA Suspend Enable Register 035
DMA_SUSENR036   0xF0011A90          DMA Suspend Enable Register 036
DMA_SUSENR037   0xF0011A94          DMA Suspend Enable Register 037
DMA_SUSENR038   0xF0011A98          DMA Suspend Enable Register 038
DMA_SUSENR039   0xF0011A9C          DMA Suspend Enable Register 039
DMA_SUSENR040   0xF0011AA0          DMA Suspend Enable Register 040
DMA_SUSENR041   0xF0011AA4          DMA Suspend Enable Register 041
DMA_SUSENR042   0xF0011AA8          DMA Suspend Enable Register 042
DMA_SUSENR043   0xF0011AAC          DMA Suspend Enable Register 043
DMA_SUSENR044   0xF0011AB0          DMA Suspend Enable Register 044
DMA_SUSENR045   0xF0011AB4          DMA Suspend Enable Register 045
DMA_SUSENR046   0xF0011AB8          DMA Suspend Enable Register 046
DMA_SUSENR047   0xF0011ABC          DMA Suspend Enable Register 047
DMA_SUSENR048   0xF0011AC0          DMA Suspend Enable Register 048
DMA_SUSENR049   0xF0011AC4          DMA Suspend Enable Register 049
DMA_SUSENR050   0xF0011AC8          DMA Suspend Enable Register 050
DMA_SUSENR051   0xF0011ACC          DMA Suspend Enable Register 051
DMA_SUSENR052   0xF0011AD0          DMA Suspend Enable Register 052
DMA_SUSENR053   0xF0011AD4          DMA Suspend Enable Register 053
DMA_SUSENR054   0xF0011AD8          DMA Suspend Enable Register 054
DMA_SUSENR055   0xF0011ADC          DMA Suspend Enable Register 055
DMA_SUSENR056   0xF0011AE0          DMA Suspend Enable Register 056
DMA_SUSENR057   0xF0011AE4          DMA Suspend Enable Register 057
DMA_SUSENR058   0xF0011AE8          DMA Suspend Enable Register 058
DMA_SUSENR059   0xF0011AEC          DMA Suspend Enable Register 059
DMA_SUSENR060   0xF0011AF0          DMA Suspend Enable Register 060
DMA_SUSENR061   0xF0011AF4          DMA Suspend Enable Register 061
DMA_SUSENR062   0xF0011AF8          DMA Suspend Enable Register 062
DMA_SUSENR063   0xF0011AFC          DMA Suspend Enable Register 063
DMA_SUSENR064   0xF0011B00          DMA Suspend Enable Register 064
DMA_SUSENR065   0xF0011B04          DMA Suspend Enable Register 065
DMA_SUSENR066   0xF0011B08          DMA Suspend Enable Register 066
DMA_SUSENR067   0xF0011B0C          DMA Suspend Enable Register 067
DMA_SUSENR068   0xF0011B10          DMA Suspend Enable Register 068
DMA_SUSENR069   0xF0011B14          DMA Suspend Enable Register 069
DMA_SUSENR070   0xF0011B18          DMA Suspend Enable Register 070
DMA_SUSENR071   0xF0011B1C          DMA Suspend Enable Register 071
DMA_SUSENR072   0xF0011B20          DMA Suspend Enable Register 072
DMA_SUSENR073   0xF0011B24          DMA Suspend Enable Register 073
DMA_SUSENR074   0xF0011B28          DMA Suspend Enable Register 074
DMA_SUSENR075   0xF0011B2C          DMA Suspend Enable Register 075
DMA_SUSENR076   0xF0011B30          DMA Suspend Enable Register 076
DMA_SUSENR077   0xF0011B34          DMA Suspend Enable Register 077
DMA_SUSENR078   0xF0011B38          DMA Suspend Enable Register 078
DMA_SUSENR079   0xF0011B3C          DMA Suspend Enable Register 079
DMA_SUSENR080   0xF0011B40          DMA Suspend Enable Register 080
DMA_SUSENR081   0xF0011B44          DMA Suspend Enable Register 081
DMA_SUSENR082   0xF0011B48          DMA Suspend Enable Register 082
DMA_SUSENR083   0xF0011B4C          DMA Suspend Enable Register 083
DMA_SUSENR084   0xF0011B50          DMA Suspend Enable Register 084
DMA_SUSENR085   0xF0011B54          DMA Suspend Enable Register 085
DMA_SUSENR086   0xF0011B58          DMA Suspend Enable Register 086
DMA_SUSENR087   0xF0011B5C          DMA Suspend Enable Register 087
DMA_SUSENR088   0xF0011B60          DMA Suspend Enable Register 088
DMA_SUSENR089   0xF0011B64          DMA Suspend Enable Register 089
DMA_SUSENR090   0xF0011B68          DMA Suspend Enable Register 090
DMA_SUSENR091   0xF0011B6C          DMA Suspend Enable Register 091
DMA_SUSENR092   0xF0011B70          DMA Suspend Enable Register 092
DMA_SUSENR093   0xF0011B74          DMA Suspend Enable Register 093
DMA_SUSENR094   0xF0011B78          DMA Suspend Enable Register 094
DMA_SUSENR095   0xF0011B7C          DMA Suspend Enable Register 095
DMA_SUSENR096   0xF0011B80          DMA Suspend Enable Register 096
DMA_SUSENR097   0xF0011B84          DMA Suspend Enable Register 097
DMA_SUSENR098   0xF0011B88          DMA Suspend Enable Register 098
DMA_SUSENR099   0xF0011B8C          DMA Suspend Enable Register 099
DMA_SUSENR100   0xF0011B90          DMA Suspend Enable Register 100
DMA_SUSENR101   0xF0011B94          DMA Suspend Enable Register 101
DMA_SUSENR102   0xF0011B98          DMA Suspend Enable Register 102
DMA_SUSENR103   0xF0011B9C          DMA Suspend Enable Register 103
DMA_SUSENR104   0xF0011BA0          DMA Suspend Enable Register 104
DMA_SUSENR105   0xF0011BA4          DMA Suspend Enable Register 105
DMA_SUSENR106   0xF0011BA8          DMA Suspend Enable Register 106
DMA_SUSENR107   0xF0011BAC          DMA Suspend Enable Register 107
DMA_SUSENR108   0xF0011BB0          DMA Suspend Enable Register 108
DMA_SUSENR109   0xF0011BB4          DMA Suspend Enable Register 109
DMA_SUSENR110   0xF0011BB8          DMA Suspend Enable Register 110
DMA_SUSENR111   0xF0011BBC          DMA Suspend Enable Register 111
DMA_SUSENR112   0xF0011BC0          DMA Suspend Enable Register 112
DMA_SUSENR113   0xF0011BC4          DMA Suspend Enable Register 113
DMA_SUSENR114   0xF0011BC8          DMA Suspend Enable Register 114
DMA_SUSENR115   0xF0011BCC          DMA Suspend Enable Register 115
DMA_SUSENR116   0xF0011BD0          DMA Suspend Enable Register 116
DMA_SUSENR117   0xF0011BD4          DMA Suspend Enable Register 117
DMA_SUSENR118   0xF0011BD8          DMA Suspend Enable Register 118
DMA_SUSENR119   0xF0011BDC          DMA Suspend Enable Register 119
DMA_SUSENR120   0xF0011BE0          DMA Suspend Enable Register 120
DMA_SUSENR121   0xF0011BE4          DMA Suspend Enable Register 121
DMA_SUSENR122   0xF0011BE8          DMA Suspend Enable Register 122
DMA_SUSENR123   0xF0011BEC          DMA Suspend Enable Register 123
DMA_SUSENR124   0xF0011BF0          DMA Suspend Enable Register 124
DMA_SUSENR125   0xF0011BF4          DMA Suspend Enable Register 125
DMA_SUSENR126   0xF0011BF8          DMA Suspend Enable Register 126
DMA_SUSENR127   0xF0011BFC          DMA Suspend Enable Register 127
DMA_SUSACR000   0xF0011C00          DMA Suspend Acknowledge Register 000
DMA_SUSACR001   0xF0011C04          DMA Suspend Acknowledge Register 001
DMA_SUSACR002   0xF0011C08          DMA Suspend Acknowledge Register 002
DMA_SUSACR003   0xF0011C0C          DMA Suspend Acknowledge Register 003
DMA_SUSACR004   0xF0011C10          DMA Suspend Acknowledge Register 004
DMA_SUSACR005   0xF0011C14          DMA Suspend Acknowledge Register 005
DMA_SUSACR006   0xF0011C18          DMA Suspend Acknowledge Register 006
DMA_SUSACR007   0xF0011C1C          DMA Suspend Acknowledge Register 007
DMA_SUSACR008   0xF0011C20          DMA Suspend Acknowledge Register 008
DMA_SUSACR009   0xF0011C24          DMA Suspend Acknowledge Register 009
DMA_SUSACR010   0xF0011C28          DMA Suspend Acknowledge Register 010
DMA_SUSACR011   0xF0011C2C          DMA Suspend Acknowledge Register 011
DMA_SUSACR012   0xF0011C30          DMA Suspend Acknowledge Register 012
DMA_SUSACR013   0xF0011C34          DMA Suspend Acknowledge Register 013
DMA_SUSACR014   0xF0011C38          DMA Suspend Acknowledge Register 014
DMA_SUSACR015   0xF0011C3C          DMA Suspend Acknowledge Register 015
DMA_SUSACR016   0xF0011C40          DMA Suspend Acknowledge Register 016
DMA_SUSACR017   0xF0011C44          DMA Suspend Acknowledge Register 017
DMA_SUSACR018   0xF0011C48          DMA Suspend Acknowledge Register 018
DMA_SUSACR019   0xF0011C4C          DMA Suspend Acknowledge Register 019
DMA_SUSACR020   0xF0011C50          DMA Suspend Acknowledge Register 020
DMA_SUSACR021   0xF0011C54          DMA Suspend Acknowledge Register 021
DMA_SUSACR022   0xF0011C58          DMA Suspend Acknowledge Register 022
DMA_SUSACR023   0xF0011C5C          DMA Suspend Acknowledge Register 023
DMA_SUSACR024   0xF0011C60          DMA Suspend Acknowledge Register 024
DMA_SUSACR025   0xF0011C64          DMA Suspend Acknowledge Register 025
DMA_SUSACR026   0xF0011C68          DMA Suspend Acknowledge Register 026
DMA_SUSACR027   0xF0011C6C          DMA Suspend Acknowledge Register 027
DMA_SUSACR028   0xF0011C70          DMA Suspend Acknowledge Register 028
DMA_SUSACR029   0xF0011C74          DMA Suspend Acknowledge Register 029
DMA_SUSACR030   0xF0011C78          DMA Suspend Acknowledge Register 030
DMA_SUSACR031   0xF0011C7C          DMA Suspend Acknowledge Register 031
DMA_SUSACR032   0xF0011C80          DMA Suspend Acknowledge Register 032
DMA_SUSACR033   0xF0011C84          DMA Suspend Acknowledge Register 033
DMA_SUSACR034   0xF0011C88          DMA Suspend Acknowledge Register 034
DMA_SUSACR035   0xF0011C8C          DMA Suspend Acknowledge Register 035
DMA_SUSACR036   0xF0011C90          DMA Suspend Acknowledge Register 036
DMA_SUSACR037   0xF0011C94          DMA Suspend Acknowledge Register 037
DMA_SUSACR038   0xF0011C98          DMA Suspend Acknowledge Register 038
DMA_SUSACR039   0xF0011C9C          DMA Suspend Acknowledge Register 039
DMA_SUSACR040   0xF0011CA0          DMA Suspend Acknowledge Register 040
DMA_SUSACR041   0xF0011CA4          DMA Suspend Acknowledge Register 041
DMA_SUSACR042   0xF0011CA8          DMA Suspend Acknowledge Register 042
DMA_SUSACR043   0xF0011CAC          DMA Suspend Acknowledge Register 043
DMA_SUSACR044   0xF0011CB0          DMA Suspend Acknowledge Register 044
DMA_SUSACR045   0xF0011CB4          DMA Suspend Acknowledge Register 045
DMA_SUSACR046   0xF0011CB8          DMA Suspend Acknowledge Register 046
DMA_SUSACR047   0xF0011CBC          DMA Suspend Acknowledge Register 047
DMA_SUSACR048   0xF0011CC0          DMA Suspend Acknowledge Register 048
DMA_SUSACR049   0xF0011CC4          DMA Suspend Acknowledge Register 049
DMA_SUSACR050   0xF0011CC8          DMA Suspend Acknowledge Register 050
DMA_SUSACR051   0xF0011CCC          DMA Suspend Acknowledge Register 051
DMA_SUSACR052   0xF0011CD0          DMA Suspend Acknowledge Register 052
DMA_SUSACR053   0xF0011CD4          DMA Suspend Acknowledge Register 053
DMA_SUSACR054   0xF0011CD8          DMA Suspend Acknowledge Register 054
DMA_SUSACR055   0xF0011CDC          DMA Suspend Acknowledge Register 055
DMA_SUSACR056   0xF0011CE0          DMA Suspend Acknowledge Register 056
DMA_SUSACR057   0xF0011CE4          DMA Suspend Acknowledge Register 057
DMA_SUSACR058   0xF0011CE8          DMA Suspend Acknowledge Register 058
DMA_SUSACR059   0xF0011CEC          DMA Suspend Acknowledge Register 059
DMA_SUSACR060   0xF0011CF0          DMA Suspend Acknowledge Register 060
DMA_SUSACR061   0xF0011CF4          DMA Suspend Acknowledge Register 061
DMA_SUSACR062   0xF0011CF8          DMA Suspend Acknowledge Register 062
DMA_SUSACR063   0xF0011CFC          DMA Suspend Acknowledge Register 063
DMA_SUSACR064   0xF0011D00          DMA Suspend Acknowledge Register 064
DMA_SUSACR065   0xF0011D04          DMA Suspend Acknowledge Register 065
DMA_SUSACR066   0xF0011D08          DMA Suspend Acknowledge Register 066
DMA_SUSACR067   0xF0011D0C          DMA Suspend Acknowledge Register 067
DMA_SUSACR068   0xF0011D10          DMA Suspend Acknowledge Register 068
DMA_SUSACR069   0xF0011D14          DMA Suspend Acknowledge Register 069
DMA_SUSACR070   0xF0011D18          DMA Suspend Acknowledge Register 070
DMA_SUSACR071   0xF0011D1C          DMA Suspend Acknowledge Register 071
DMA_SUSACR072   0xF0011D20          DMA Suspend Acknowledge Register 072
DMA_SUSACR073   0xF0011D24          DMA Suspend Acknowledge Register 073
DMA_SUSACR074   0xF0011D28          DMA Suspend Acknowledge Register 074
DMA_SUSACR075   0xF0011D2C          DMA Suspend Acknowledge Register 075
DMA_SUSACR076   0xF0011D30          DMA Suspend Acknowledge Register 076
DMA_SUSACR077   0xF0011D34          DMA Suspend Acknowledge Register 077
DMA_SUSACR078   0xF0011D38          DMA Suspend Acknowledge Register 078
DMA_SUSACR079   0xF0011D3C          DMA Suspend Acknowledge Register 079
DMA_SUSACR080   0xF0011D40          DMA Suspend Acknowledge Register 080
DMA_SUSACR081   0xF0011D44          DMA Suspend Acknowledge Register 081
DMA_SUSACR082   0xF0011D48          DMA Suspend Acknowledge Register 082
DMA_SUSACR083   0xF0011D4C          DMA Suspend Acknowledge Register 083
DMA_SUSACR084   0xF0011D50          DMA Suspend Acknowledge Register 084
DMA_SUSACR085   0xF0011D54          DMA Suspend Acknowledge Register 085
DMA_SUSACR086   0xF0011D58          DMA Suspend Acknowledge Register 086
DMA_SUSACR087   0xF0011D5C          DMA Suspend Acknowledge Register 087
DMA_SUSACR088   0xF0011D60          DMA Suspend Acknowledge Register 088
DMA_SUSACR089   0xF0011D64          DMA Suspend Acknowledge Register 089
DMA_SUSACR090   0xF0011D68          DMA Suspend Acknowledge Register 090
DMA_SUSACR091   0xF0011D6C          DMA Suspend Acknowledge Register 091
DMA_SUSACR092   0xF0011D70          DMA Suspend Acknowledge Register 092
DMA_SUSACR093   0xF0011D74          DMA Suspend Acknowledge Register 093
DMA_SUSACR094   0xF0011D78          DMA Suspend Acknowledge Register 094
DMA_SUSACR095   0xF0011D7C          DMA Suspend Acknowledge Register 095
DMA_SUSACR096   0xF0011D80          DMA Suspend Acknowledge Register 096
DMA_SUSACR097   0xF0011D84          DMA Suspend Acknowledge Register 097
DMA_SUSACR098   0xF0011D88          DMA Suspend Acknowledge Register 098
DMA_SUSACR099   0xF0011D8C          DMA Suspend Acknowledge Register 099
DMA_SUSACR100   0xF0011D90          DMA Suspend Acknowledge Register 100
DMA_SUSACR101   0xF0011D94          DMA Suspend Acknowledge Register 101
DMA_SUSACR102   0xF0011D98          DMA Suspend Acknowledge Register 102
DMA_SUSACR103   0xF0011D9C          DMA Suspend Acknowledge Register 103
DMA_SUSACR104   0xF0011DA0          DMA Suspend Acknowledge Register 104
DMA_SUSACR105   0xF0011DA4          DMA Suspend Acknowledge Register 105
DMA_SUSACR106   0xF0011DA8          DMA Suspend Acknowledge Register 106
DMA_SUSACR107   0xF0011DAC          DMA Suspend Acknowledge Register 107
DMA_SUSACR108   0xF0011DB0          DMA Suspend Acknowledge Register 108
DMA_SUSACR109   0xF0011DB4          DMA Suspend Acknowledge Register 109
DMA_SUSACR110   0xF0011DB8          DMA Suspend Acknowledge Register 110
DMA_SUSACR111   0xF0011DBC          DMA Suspend Acknowledge Register 111
DMA_SUSACR112   0xF0011DC0          DMA Suspend Acknowledge Register 112
DMA_SUSACR113   0xF0011DC4          DMA Suspend Acknowledge Register 113
DMA_SUSACR114   0xF0011DC8          DMA Suspend Acknowledge Register 114
DMA_SUSACR115   0xF0011DCC          DMA Suspend Acknowledge Register 115
DMA_SUSACR116   0xF0011DD0          DMA Suspend Acknowledge Register 116
DMA_SUSACR117   0xF0011DD4          DMA Suspend Acknowledge Register 117
DMA_SUSACR118   0xF0011DD8          DMA Suspend Acknowledge Register 118
DMA_SUSACR119   0xF0011DDC          DMA Suspend Acknowledge Register 119
DMA_SUSACR120   0xF0011DE0          DMA Suspend Acknowledge Register 120
DMA_SUSACR121   0xF0011DE4          DMA Suspend Acknowledge Register 121
DMA_SUSACR122   0xF0011DE8          DMA Suspend Acknowledge Register 122
DMA_SUSACR123   0xF0011DEC          DMA Suspend Acknowledge Register 123
DMA_SUSACR124   0xF0011DF0          DMA Suspend Acknowledge Register 124
DMA_SUSACR125   0xF0011DF4          DMA Suspend Acknowledge Register 125
DMA_SUSACR126   0xF0011DF8          DMA Suspend Acknowledge Register 126
DMA_SUSACR127   0xF0011DFC          DMA Suspend Acknowledge Register 127
DMA_TSR000      0xF0011E00          DMA Transaction State Register 000
DMA_TSR001      0xF0011E04          DMA Transaction State Register 001
DMA_TSR002      0xF0011E08          DMA Transaction State Register 002
DMA_TSR003      0xF0011E0C          DMA Transaction State Register 003
DMA_TSR004      0xF0011E10          DMA Transaction State Register 004
DMA_TSR005      0xF0011E14          DMA Transaction State Register 005
DMA_TSR006      0xF0011E18          DMA Transaction State Register 006
DMA_TSR007      0xF0011E1C          DMA Transaction State Register 007
DMA_TSR008      0xF0011E20          DMA Transaction State Register 008
DMA_TSR009      0xF0011E24          DMA Transaction State Register 009
DMA_TSR010      0xF0011E28          DMA Transaction State Register 010
DMA_TSR011      0xF0011E2C          DMA Transaction State Register 011
DMA_TSR012      0xF0011E30          DMA Transaction State Register 012
DMA_TSR013      0xF0011E34          DMA Transaction State Register 013
DMA_TSR014      0xF0011E38          DMA Transaction State Register 014
DMA_TSR015      0xF0011E3C          DMA Transaction State Register 015
DMA_TSR016      0xF0011E40          DMA Transaction State Register 016
DMA_TSR017      0xF0011E44          DMA Transaction State Register 017
DMA_TSR018      0xF0011E48          DMA Transaction State Register 018
DMA_TSR019      0xF0011E4C          DMA Transaction State Register 019
DMA_TSR020      0xF0011E50          DMA Transaction State Register 020
DMA_TSR021      0xF0011E54          DMA Transaction State Register 021
DMA_TSR022      0xF0011E58          DMA Transaction State Register 022
DMA_TSR023      0xF0011E5C          DMA Transaction State Register 023
DMA_TSR024      0xF0011E60          DMA Transaction State Register 024
DMA_TSR025      0xF0011E64          DMA Transaction State Register 025
DMA_TSR026      0xF0011E68          DMA Transaction State Register 026
DMA_TSR027      0xF0011E6C          DMA Transaction State Register 027
DMA_TSR028      0xF0011E70          DMA Transaction State Register 028
DMA_TSR029      0xF0011E74          DMA Transaction State Register 029
DMA_TSR030      0xF0011E78          DMA Transaction State Register 030
DMA_TSR031      0xF0011E7C          DMA Transaction State Register 031
DMA_TSR032      0xF0011E80          DMA Transaction State Register 032
DMA_TSR033      0xF0011E84          DMA Transaction State Register 033
DMA_TSR034      0xF0011E88          DMA Transaction State Register 034
DMA_TSR035      0xF0011E8C          DMA Transaction State Register 035
DMA_TSR036      0xF0011E90          DMA Transaction State Register 036
DMA_TSR037      0xF0011E94          DMA Transaction State Register 037
DMA_TSR038      0xF0011E98          DMA Transaction State Register 038
DMA_TSR039      0xF0011E9C          DMA Transaction State Register 039
DMA_TSR040      0xF0011EA0          DMA Transaction State Register 040
DMA_TSR041      0xF0011EA4          DMA Transaction State Register 041
DMA_TSR042      0xF0011EA8          DMA Transaction State Register 042
DMA_TSR043      0xF0011EAC          DMA Transaction State Register 043
DMA_TSR044      0xF0011EB0          DMA Transaction State Register 044
DMA_TSR045      0xF0011EB4          DMA Transaction State Register 045
DMA_TSR046      0xF0011EB8          DMA Transaction State Register 046
DMA_TSR047      0xF0011EBC          DMA Transaction State Register 047
DMA_TSR048      0xF0011EC0          DMA Transaction State Register 048
DMA_TSR049      0xF0011EC4          DMA Transaction State Register 049
DMA_TSR050      0xF0011EC8          DMA Transaction State Register 050
DMA_TSR051      0xF0011ECC          DMA Transaction State Register 051
DMA_TSR052      0xF0011ED0          DMA Transaction State Register 052
DMA_TSR053      0xF0011ED4          DMA Transaction State Register 053
DMA_TSR054      0xF0011ED8          DMA Transaction State Register 054
DMA_TSR055      0xF0011EDC          DMA Transaction State Register 055
DMA_TSR056      0xF0011EE0          DMA Transaction State Register 056
DMA_TSR057      0xF0011EE4          DMA Transaction State Register 057
DMA_TSR058      0xF0011EE8          DMA Transaction State Register 058
DMA_TSR059      0xF0011EEC          DMA Transaction State Register 059
DMA_TSR060      0xF0011EF0          DMA Transaction State Register 060
DMA_TSR061      0xF0011EF4          DMA Transaction State Register 061
DMA_TSR062      0xF0011EF8          DMA Transaction State Register 062
DMA_TSR063      0xF0011EFC          DMA Transaction State Register 063
DMA_TSR064      0xF0011F00          DMA Transaction State Register 064
DMA_TSR065      0xF0011F04          DMA Transaction State Register 065
DMA_TSR066      0xF0011F08          DMA Transaction State Register 066
DMA_TSR067      0xF0011F0C          DMA Transaction State Register 067
DMA_TSR068      0xF0011F10          DMA Transaction State Register 068
DMA_TSR069      0xF0011F14          DMA Transaction State Register 069
DMA_TSR070      0xF0011F18          DMA Transaction State Register 070
DMA_TSR071      0xF0011F1C          DMA Transaction State Register 071
DMA_TSR072      0xF0011F20          DMA Transaction State Register 072
DMA_TSR073      0xF0011F24          DMA Transaction State Register 073
DMA_TSR074      0xF0011F28          DMA Transaction State Register 074
DMA_TSR075      0xF0011F2C          DMA Transaction State Register 075
DMA_TSR076      0xF0011F30          DMA Transaction State Register 076
DMA_TSR077      0xF0011F34          DMA Transaction State Register 077
DMA_TSR078      0xF0011F38          DMA Transaction State Register 078
DMA_TSR079      0xF0011F3C          DMA Transaction State Register 079
DMA_TSR080      0xF0011F40          DMA Transaction State Register 080
DMA_TSR081      0xF0011F44          DMA Transaction State Register 081
DMA_TSR082      0xF0011F48          DMA Transaction State Register 082
DMA_TSR083      0xF0011F4C          DMA Transaction State Register 083
DMA_TSR084      0xF0011F50          DMA Transaction State Register 084
DMA_TSR085      0xF0011F54          DMA Transaction State Register 085
DMA_TSR086      0xF0011F58          DMA Transaction State Register 086
DMA_TSR087      0xF0011F5C          DMA Transaction State Register 087
DMA_TSR088      0xF0011F60          DMA Transaction State Register 088
DMA_TSR089      0xF0011F64          DMA Transaction State Register 089
DMA_TSR090      0xF0011F68          DMA Transaction State Register 090
DMA_TSR091      0xF0011F6C          DMA Transaction State Register 091
DMA_TSR092      0xF0011F70          DMA Transaction State Register 092
DMA_TSR093      0xF0011F74          DMA Transaction State Register 093
DMA_TSR094      0xF0011F78          DMA Transaction State Register 094
DMA_TSR095      0xF0011F7C          DMA Transaction State Register 095
DMA_TSR096      0xF0011F80          DMA Transaction State Register 096
DMA_TSR097      0xF0011F84          DMA Transaction State Register 097
DMA_TSR098      0xF0011F88          DMA Transaction State Register 098
DMA_TSR099      0xF0011F8C          DMA Transaction State Register 099
DMA_TSR100      0xF0011F90          DMA Transaction State Register 100
DMA_TSR101      0xF0011F94          DMA Transaction State Register 101
DMA_TSR102      0xF0011F98          DMA Transaction State Register 102
DMA_TSR103      0xF0011F9C          DMA Transaction State Register 103
DMA_TSR104      0xF0011FA0          DMA Transaction State Register 104
DMA_TSR105      0xF0011FA4          DMA Transaction State Register 105
DMA_TSR106      0xF0011FA8          DMA Transaction State Register 106
DMA_TSR107      0xF0011FAC          DMA Transaction State Register 107
DMA_TSR108      0xF0011FB0          DMA Transaction State Register 108
DMA_TSR109      0xF0011FB4          DMA Transaction State Register 109
DMA_TSR110      0xF0011FB8          DMA Transaction State Register 110
DMA_TSR111      0xF0011FBC          DMA Transaction State Register 111
DMA_TSR112      0xF0011FC0          DMA Transaction State Register 112
DMA_TSR113      0xF0011FC4          DMA Transaction State Register 113
DMA_TSR114      0xF0011FC8          DMA Transaction State Register 114
DMA_TSR115      0xF0011FCC          DMA Transaction State Register 115
DMA_TSR116      0xF0011FD0          DMA Transaction State Register 116
DMA_TSR117      0xF0011FD4          DMA Transaction State Register 117
DMA_TSR118      0xF0011FD8          DMA Transaction State Register 118
DMA_TSR119      0xF0011FDC          DMA Transaction State Register 119
DMA_TSR120      0xF0011FE0          DMA Transaction State Register 120
DMA_TSR121      0xF0011FE4          DMA Transaction State Register 121
DMA_TSR122      0xF0011FE8          DMA Transaction State Register 122
DMA_TSR123      0xF0011FEC          DMA Transaction State Register 123
DMA_TSR124      0xF0011FF0          DMA Transaction State Register 124
DMA_TSR125      0xF0011FF4          DMA Transaction State Register 125
DMA_TSR126      0xF0011FF8          DMA Transaction State Register 126
DMA_TSR127      0xF0011FFC          DMA Transaction State Register 127
DMA_RDCRCR000   0xF0012000          DMA Channel Read Data CRC Register 000
DMA_SDCRCR000   0xF0012004          DMA Channel Source and Destination Address CRC Register 000
DMA_SADR000     0xF0012008          DMA Channel Source Address Register 000
DMA_DADR000     0xF001200C          DMA Channel Destination Address Register x
DMA_ADICR000    0xF0012010          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR000   0xF0012014          DMA Channel Configuration Register 000
DMA_SHADR000    0xF0012018          DMA Channel Shadow Address Register 000
DMA_CHCSR000    0xF001201C          DMARAM Channel Control and Status Register 000
DMA_RDCRCR001   0xF0012020          DMA Channel Read Data CRC Register 001
DMA_SDCRCR001   0xF0012024          DMA Channel Source and Destination Address CRC Register 001
DMA_SADR001     0xF0012028          DMA Channel Source Address Register 001
DMA_DADR001     0xF001202C          DMA Channel Destination Address Register x
DMA_ADICR001    0xF0012030          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR001   0xF0012034          DMA Channel Configuration Register 001
DMA_SHADR001    0xF0012038          DMA Channel Shadow Address Register 001
DMA_CHCSR001    0xF001203C          DMARAM Channel Control and Status Register 001
DMA_RDCRCR002   0xF0012040          DMA Channel Read Data CRC Register 002
DMA_SDCRCR002   0xF0012044          DMA Channel Source and Destination Address CRC Register 002
DMA_SADR002     0xF0012048          DMA Channel Source Address Register 002
DMA_DADR002     0xF001204C          DMA Channel Destination Address Register x
DMA_ADICR002    0xF0012050          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR002   0xF0012054          DMA Channel Configuration Register 002
DMA_SHADR002    0xF0012058          DMA Channel Shadow Address Register 002
DMA_CHCSR002    0xF001205C          DMARAM Channel Control and Status Register 002
DMA_RDCRCR003   0xF0012060          DMA Channel Read Data CRC Register 003
DMA_SDCRCR003   0xF0012064          DMA Channel Source and Destination Address CRC Register 003
DMA_SADR003     0xF0012068          DMA Channel Source Address Register 003
DMA_DADR003     0xF001206C          DMA Channel Destination Address Register x
DMA_ADICR003    0xF0012070          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR003   0xF0012074          DMA Channel Configuration Register 003
DMA_SHADR003    0xF0012078          DMA Channel Shadow Address Register 003
DMA_CHCSR003    0xF001207C          DMARAM Channel Control and Status Register 003
DMA_RDCRCR004   0xF0012080          DMA Channel Read Data CRC Register 004
DMA_SDCRCR004   0xF0012084          DMA Channel Source and Destination Address CRC Register 004
DMA_SADR004     0xF0012088          DMA Channel Source Address Register 004
DMA_DADR004     0xF001208C          DMA Channel Destination Address Register x
DMA_ADICR004    0xF0012090          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR004   0xF0012094          DMA Channel Configuration Register 004
DMA_SHADR004    0xF0012098          DMA Channel Shadow Address Register 004
DMA_CHCSR004    0xF001209C          DMARAM Channel Control and Status Register 004
DMA_RDCRCR005   0xF00120A0          DMA Channel Read Data CRC Register 005
DMA_SDCRCR005   0xF00120A4          DMA Channel Source and Destination Address CRC Register 005
DMA_SADR005     0xF00120A8          DMA Channel Source Address Register 005
DMA_DADR005     0xF00120AC          DMA Channel Destination Address Register x
DMA_ADICR005    0xF00120B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR005   0xF00120B4          DMA Channel Configuration Register 005
DMA_SHADR005    0xF00120B8          DMA Channel Shadow Address Register 005
DMA_CHCSR005    0xF00120BC          DMARAM Channel Control and Status Register 005
DMA_RDCRCR006   0xF00120C0          DMA Channel Read Data CRC Register 006
DMA_SDCRCR006   0xF00120C4          DMA Channel Source and Destination Address CRC Register 006
DMA_SADR006     0xF00120C8          DMA Channel Source Address Register 006
DMA_DADR006     0xF00120CC          DMA Channel Destination Address Register x
DMA_ADICR006    0xF00120D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR006   0xF00120D4          DMA Channel Configuration Register 006
DMA_SHADR006    0xF00120D8          DMA Channel Shadow Address Register 006
DMA_CHCSR006    0xF00120DC          DMARAM Channel Control and Status Register 006
DMA_RDCRCR007   0xF00120E0          DMA Channel Read Data CRC Register 007
DMA_SDCRCR007   0xF00120E4          DMA Channel Source and Destination Address CRC Register 007
DMA_SADR007     0xF00120E8          DMA Channel Source Address Register 007
DMA_DADR007     0xF00120EC          DMA Channel Destination Address Register x
DMA_ADICR007    0xF00120F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR007   0xF00120F4          DMA Channel Configuration Register 007
DMA_SHADR007    0xF00120F8          DMA Channel Shadow Address Register 007
DMA_CHCSR007    0xF00120FC          DMARAM Channel Control and Status Register 007
DMA_RDCRCR008   0xF0012100          DMA Channel Read Data CRC Register 008
DMA_SDCRCR008   0xF0012104          DMA Channel Source and Destination Address CRC Register 008
DMA_SADR008     0xF0012108          DMA Channel Source Address Register 008
DMA_DADR008     0xF001210C          DMA Channel Destination Address Register x
DMA_ADICR008    0xF0012110          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR008   0xF0012114          DMA Channel Configuration Register 008
DMA_SHADR008    0xF0012118          DMA Channel Shadow Address Register 008
DMA_CHCSR008    0xF001211C          DMARAM Channel Control and Status Register 008
DMA_RDCRCR009   0xF0012120          DMA Channel Read Data CRC Register 009
DMA_SDCRCR009   0xF0012124          DMA Channel Source and Destination Address CRC Register 009
DMA_SADR009     0xF0012128          DMA Channel Source Address Register 009
DMA_DADR009     0xF001212C          DMA Channel Destination Address Register x
DMA_ADICR009    0xF0012130          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR009   0xF0012134          DMA Channel Configuration Register 009
DMA_SHADR009    0xF0012138          DMA Channel Shadow Address Register 009
DMA_CHCSR009    0xF001213C          DMARAM Channel Control and Status Register 009
DMA_RDCRCR010   0xF0012140          DMA Channel Read Data CRC Register 010
DMA_SDCRCR010   0xF0012144          DMA Channel Source and Destination Address CRC Register 010
DMA_SADR010     0xF0012148          DMA Channel Source Address Register 010
DMA_DADR010     0xF001214C          DMA Channel Destination Address Register x
DMA_ADICR010    0xF0012150          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR010   0xF0012154          DMA Channel Configuration Register 010
DMA_SHADR010    0xF0012158          DMA Channel Shadow Address Register 010
DMA_CHCSR010    0xF001215C          DMARAM Channel Control and Status Register 010
DMA_RDCRCR011   0xF0012160          DMA Channel Read Data CRC Register 011
DMA_SDCRCR011   0xF0012164          DMA Channel Source and Destination Address CRC Register 011
DMA_SADR011     0xF0012168          DMA Channel Source Address Register 011
DMA_DADR011     0xF001216C          DMA Channel Destination Address Register x
DMA_ADICR011    0xF0012170          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR011   0xF0012174          DMA Channel Configuration Register 011
DMA_SHADR011    0xF0012178          DMA Channel Shadow Address Register 011
DMA_CHCSR011    0xF001217C          DMARAM Channel Control and Status Register 011
DMA_RDCRCR012   0xF0012180          DMA Channel Read Data CRC Register 012
DMA_SDCRCR012   0xF0012184          DMA Channel Source and Destination Address CRC Register 012
DMA_SADR012     0xF0012188          DMA Channel Source Address Register 012
DMA_DADR012     0xF001218C          DMA Channel Destination Address Register x
DMA_ADICR012    0xF0012190          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR012   0xF0012194          DMA Channel Configuration Register 012
DMA_SHADR012    0xF0012198          DMA Channel Shadow Address Register 012
DMA_CHCSR012    0xF001219C          DMARAM Channel Control and Status Register 012
DMA_RDCRCR013   0xF00121A0          DMA Channel Read Data CRC Register 013
DMA_SDCRCR013   0xF00121A4          DMA Channel Source and Destination Address CRC Register 013
DMA_SADR013     0xF00121A8          DMA Channel Source Address Register 013
DMA_DADR013     0xF00121AC          DMA Channel Destination Address Register x
DMA_ADICR013    0xF00121B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR013   0xF00121B4          DMA Channel Configuration Register 013
DMA_SHADR013    0xF00121B8          DMA Channel Shadow Address Register 013
DMA_CHCSR013    0xF00121BC          DMARAM Channel Control and Status Register 013
DMA_RDCRCR014   0xF00121C0          DMA Channel Read Data CRC Register 014
DMA_SDCRCR014   0xF00121C4          DMA Channel Source and Destination Address CRC Register 014
DMA_SADR014     0xF00121C8          DMA Channel Source Address Register 014
DMA_DADR014     0xF00121CC          DMA Channel Destination Address Register x
DMA_ADICR014    0xF00121D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR014   0xF00121D4          DMA Channel Configuration Register 014
DMA_SHADR014    0xF00121D8          DMA Channel Shadow Address Register 014
DMA_CHCSR014    0xF00121DC          DMARAM Channel Control and Status Register 014
DMA_RDCRCR015   0xF00121E0          DMA Channel Read Data CRC Register 015
DMA_SDCRCR015   0xF00121E4          DMA Channel Source and Destination Address CRC Register 015
DMA_SADR015     0xF00121E8          DMA Channel Source Address Register 015
DMA_DADR015     0xF00121EC          DMA Channel Destination Address Register x
DMA_ADICR015    0xF00121F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR015   0xF00121F4          DMA Channel Configuration Register 015
DMA_SHADR015    0xF00121F8          DMA Channel Shadow Address Register 015
DMA_CHCSR015    0xF00121FC          DMARAM Channel Control and Status Register 015
DMA_RDCRCR016   0xF0012200          DMA Channel Read Data CRC Register 016
DMA_SDCRCR016   0xF0012204          DMA Channel Source and Destination Address CRC Register 016
DMA_SADR016     0xF0012208          DMA Channel Source Address Register 016
DMA_DADR016     0xF001220C          DMA Channel Destination Address Register x
DMA_ADICR016    0xF0012210          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR016   0xF0012214          DMA Channel Configuration Register 016
DMA_SHADR016    0xF0012218          DMA Channel Shadow Address Register 016
DMA_CHCSR016    0xF001221C          DMARAM Channel Control and Status Register 016
DMA_RDCRCR017   0xF0012220          DMA Channel Read Data CRC Register 017
DMA_SDCRCR017   0xF0012224          DMA Channel Source and Destination Address CRC Register 017
DMA_SADR017     0xF0012228          DMA Channel Source Address Register 017
DMA_DADR017     0xF001222C          DMA Channel Destination Address Register x
DMA_ADICR017    0xF0012230          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR017   0xF0012234          DMA Channel Configuration Register 017
DMA_SHADR017    0xF0012238          DMA Channel Shadow Address Register 017
DMA_CHCSR017    0xF001223C          DMARAM Channel Control and Status Register 017
DMA_RDCRCR018   0xF0012240          DMA Channel Read Data CRC Register 018
DMA_SDCRCR018   0xF0012244          DMA Channel Source and Destination Address CRC Register 018
DMA_SADR018     0xF0012248          DMA Channel Source Address Register 018
DMA_DADR018     0xF001224C          DMA Channel Destination Address Register x
DMA_ADICR018    0xF0012250          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR018   0xF0012254          DMA Channel Configuration Register 018
DMA_SHADR018    0xF0012258          DMA Channel Shadow Address Register 018
DMA_CHCSR018    0xF001225C          DMARAM Channel Control and Status Register 018
DMA_RDCRCR019   0xF0012260          DMA Channel Read Data CRC Register 019
DMA_SDCRCR019   0xF0012264          DMA Channel Source and Destination Address CRC Register 019
DMA_SADR019     0xF0012268          DMA Channel Source Address Register 019
DMA_DADR019     0xF001226C          DMA Channel Destination Address Register x
DMA_ADICR019    0xF0012270          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR019   0xF0012274          DMA Channel Configuration Register 019
DMA_SHADR019    0xF0012278          DMA Channel Shadow Address Register 019
DMA_CHCSR019    0xF001227C          DMARAM Channel Control and Status Register 019
DMA_RDCRCR020   0xF0012280          DMA Channel Read Data CRC Register 020
DMA_SDCRCR020   0xF0012284          DMA Channel Source and Destination Address CRC Register 020
DMA_SADR020     0xF0012288          DMA Channel Source Address Register 020
DMA_DADR020     0xF001228C          DMA Channel Destination Address Register x
DMA_ADICR020    0xF0012290          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR020   0xF0012294          DMA Channel Configuration Register 020
DMA_SHADR020    0xF0012298          DMA Channel Shadow Address Register 020
DMA_CHCSR020    0xF001229C          DMARAM Channel Control and Status Register 020
DMA_RDCRCR021   0xF00122A0          DMA Channel Read Data CRC Register 021
DMA_SDCRCR021   0xF00122A4          DMA Channel Source and Destination Address CRC Register 021
DMA_SADR021     0xF00122A8          DMA Channel Source Address Register 021
DMA_DADR021     0xF00122AC          DMA Channel Destination Address Register x
DMA_ADICR021    0xF00122B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR021   0xF00122B4          DMA Channel Configuration Register 021
DMA_SHADR021    0xF00122B8          DMA Channel Shadow Address Register 021
DMA_CHCSR021    0xF00122BC          DMARAM Channel Control and Status Register 021
DMA_RDCRCR022   0xF00122C0          DMA Channel Read Data CRC Register 022
DMA_SDCRCR022   0xF00122C4          DMA Channel Source and Destination Address CRC Register 022
DMA_SADR022     0xF00122C8          DMA Channel Source Address Register 022
DMA_DADR022     0xF00122CC          DMA Channel Destination Address Register x
DMA_ADICR022    0xF00122D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR022   0xF00122D4          DMA Channel Configuration Register 022
DMA_SHADR022    0xF00122D8          DMA Channel Shadow Address Register 022
DMA_CHCSR022    0xF00122DC          DMARAM Channel Control and Status Register 022
DMA_RDCRCR023   0xF00122E0          DMA Channel Read Data CRC Register 023
DMA_SDCRCR023   0xF00122E4          DMA Channel Source and Destination Address CRC Register 023
DMA_SADR023     0xF00122E8          DMA Channel Source Address Register 023
DMA_DADR023     0xF00122EC          DMA Channel Destination Address Register x
DMA_ADICR023    0xF00122F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR023   0xF00122F4          DMA Channel Configuration Register 023
DMA_SHADR023    0xF00122F8          DMA Channel Shadow Address Register 023
DMA_CHCSR023    0xF00122FC          DMARAM Channel Control and Status Register 023
DMA_RDCRCR024   0xF0012300          DMA Channel Read Data CRC Register 024
DMA_SDCRCR024   0xF0012304          DMA Channel Source and Destination Address CRC Register 024
DMA_SADR024     0xF0012308          DMA Channel Source Address Register 024
DMA_DADR024     0xF001230C          DMA Channel Destination Address Register x
DMA_ADICR024    0xF0012310          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR024   0xF0012314          DMA Channel Configuration Register 024
DMA_SHADR024    0xF0012318          DMA Channel Shadow Address Register 024
DMA_CHCSR024    0xF001231C          DMARAM Channel Control and Status Register 024
DMA_RDCRCR025   0xF0012320          DMA Channel Read Data CRC Register 025
DMA_SDCRCR025   0xF0012324          DMA Channel Source and Destination Address CRC Register 025
DMA_SADR025     0xF0012328          DMA Channel Source Address Register 025
DMA_DADR025     0xF001232C          DMA Channel Destination Address Register x
DMA_ADICR025    0xF0012330          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR025   0xF0012334          DMA Channel Configuration Register 025
DMA_SHADR025    0xF0012338          DMA Channel Shadow Address Register 025
DMA_CHCSR025    0xF001233C          DMARAM Channel Control and Status Register 025
DMA_RDCRCR026   0xF0012340          DMA Channel Read Data CRC Register 026
DMA_SDCRCR026   0xF0012344          DMA Channel Source and Destination Address CRC Register 026
DMA_SADR026     0xF0012348          DMA Channel Source Address Register 026
DMA_DADR026     0xF001234C          DMA Channel Destination Address Register x
DMA_ADICR026    0xF0012350          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR026   0xF0012354          DMA Channel Configuration Register 026
DMA_SHADR026    0xF0012358          DMA Channel Shadow Address Register 026
DMA_CHCSR026    0xF001235C          DMARAM Channel Control and Status Register 026
DMA_RDCRCR027   0xF0012360          DMA Channel Read Data CRC Register 027
DMA_SDCRCR027   0xF0012364          DMA Channel Source and Destination Address CRC Register 027
DMA_SADR027     0xF0012368          DMA Channel Source Address Register 027
DMA_DADR027     0xF001236C          DMA Channel Destination Address Register x
DMA_ADICR027    0xF0012370          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR027   0xF0012374          DMA Channel Configuration Register 027
DMA_SHADR027    0xF0012378          DMA Channel Shadow Address Register 027
DMA_CHCSR027    0xF001237C          DMARAM Channel Control and Status Register 027
DMA_RDCRCR028   0xF0012380          DMA Channel Read Data CRC Register 028
DMA_SDCRCR028   0xF0012384          DMA Channel Source and Destination Address CRC Register 028
DMA_SADR028     0xF0012388          DMA Channel Source Address Register 028
DMA_DADR028     0xF001238C          DMA Channel Destination Address Register x
DMA_ADICR028    0xF0012390          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR028   0xF0012394          DMA Channel Configuration Register 028
DMA_SHADR028    0xF0012398          DMA Channel Shadow Address Register 028
DMA_CHCSR028    0xF001239C          DMARAM Channel Control and Status Register 028
DMA_RDCRCR029   0xF00123A0          DMA Channel Read Data CRC Register 029
DMA_SDCRCR029   0xF00123A4          DMA Channel Source and Destination Address CRC Register 029
DMA_SADR029     0xF00123A8          DMA Channel Source Address Register 029
DMA_DADR029     0xF00123AC          DMA Channel Destination Address Register x
DMA_ADICR029    0xF00123B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR029   0xF00123B4          DMA Channel Configuration Register 029
DMA_SHADR029    0xF00123B8          DMA Channel Shadow Address Register 029
DMA_CHCSR029    0xF00123BC          DMARAM Channel Control and Status Register 029
DMA_RDCRCR030   0xF00123C0          DMA Channel Read Data CRC Register 030
DMA_SDCRCR030   0xF00123C4          DMA Channel Source and Destination Address CRC Register 030
DMA_SADR030     0xF00123C8          DMA Channel Source Address Register 030
DMA_DADR030     0xF00123CC          DMA Channel Destination Address Register x
DMA_ADICR030    0xF00123D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR030   0xF00123D4          DMA Channel Configuration Register 030
DMA_SHADR030    0xF00123D8          DMA Channel Shadow Address Register 030
DMA_CHCSR030    0xF00123DC          DMARAM Channel Control and Status Register 030
DMA_RDCRCR031   0xF00123E0          DMA Channel Read Data CRC Register 031
DMA_SDCRCR031   0xF00123E4          DMA Channel Source and Destination Address CRC Register 031
DMA_SADR031     0xF00123E8          DMA Channel Source Address Register 031
DMA_DADR031     0xF00123EC          DMA Channel Destination Address Register x
DMA_ADICR031    0xF00123F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR031   0xF00123F4          DMA Channel Configuration Register 031
DMA_SHADR031    0xF00123F8          DMA Channel Shadow Address Register 031
DMA_CHCSR031    0xF00123FC          DMARAM Channel Control and Status Register 031
DMA_RDCRCR032   0xF0012400          DMA Channel Read Data CRC Register 032
DMA_SDCRCR032   0xF0012404          DMA Channel Source and Destination Address CRC Register 032
DMA_SADR032     0xF0012408          DMA Channel Source Address Register 032
DMA_DADR032     0xF001240C          DMA Channel Destination Address Register x
DMA_ADICR032    0xF0012410          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR032   0xF0012414          DMA Channel Configuration Register 032
DMA_SHADR032    0xF0012418          DMA Channel Shadow Address Register 032
DMA_CHCSR032    0xF001241C          DMARAM Channel Control and Status Register 032
DMA_RDCRCR033   0xF0012420          DMA Channel Read Data CRC Register 033
DMA_SDCRCR033   0xF0012424          DMA Channel Source and Destination Address CRC Register 033
DMA_SADR033     0xF0012428          DMA Channel Source Address Register 033
DMA_DADR033     0xF001242C          DMA Channel Destination Address Register x
DMA_ADICR033    0xF0012430          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR033   0xF0012434          DMA Channel Configuration Register 033
DMA_SHADR033    0xF0012438          DMA Channel Shadow Address Register 033
DMA_CHCSR033    0xF001243C          DMARAM Channel Control and Status Register 033
DMA_RDCRCR034   0xF0012440          DMA Channel Read Data CRC Register 034
DMA_SDCRCR034   0xF0012444          DMA Channel Source and Destination Address CRC Register 034
DMA_SADR034     0xF0012448          DMA Channel Source Address Register 034
DMA_DADR034     0xF001244C          DMA Channel Destination Address Register x
DMA_ADICR034    0xF0012450          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR034   0xF0012454          DMA Channel Configuration Register 034
DMA_SHADR034    0xF0012458          DMA Channel Shadow Address Register 034
DMA_CHCSR034    0xF001245C          DMARAM Channel Control and Status Register 034
DMA_RDCRCR035   0xF0012460          DMA Channel Read Data CRC Register 035
DMA_SDCRCR035   0xF0012464          DMA Channel Source and Destination Address CRC Register 035
DMA_SADR035     0xF0012468          DMA Channel Source Address Register 035
DMA_DADR035     0xF001246C          DMA Channel Destination Address Register x
DMA_ADICR035    0xF0012470          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR035   0xF0012474          DMA Channel Configuration Register 035
DMA_SHADR035    0xF0012478          DMA Channel Shadow Address Register 035
DMA_CHCSR035    0xF001247C          DMARAM Channel Control and Status Register 035
DMA_RDCRCR036   0xF0012480          DMA Channel Read Data CRC Register 036
DMA_SDCRCR036   0xF0012484          DMA Channel Source and Destination Address CRC Register 036
DMA_SADR036     0xF0012488          DMA Channel Source Address Register 036
DMA_DADR036     0xF001248C          DMA Channel Destination Address Register x
DMA_ADICR036    0xF0012490          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR036   0xF0012494          DMA Channel Configuration Register 036
DMA_SHADR036    0xF0012498          DMA Channel Shadow Address Register 036
DMA_CHCSR036    0xF001249C          DMARAM Channel Control and Status Register 036
DMA_RDCRCR037   0xF00124A0          DMA Channel Read Data CRC Register 037
DMA_SDCRCR037   0xF00124A4          DMA Channel Source and Destination Address CRC Register 037
DMA_SADR037     0xF00124A8          DMA Channel Source Address Register 037
DMA_DADR037     0xF00124AC          DMA Channel Destination Address Register x
DMA_ADICR037    0xF00124B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR037   0xF00124B4          DMA Channel Configuration Register 037
DMA_SHADR037    0xF00124B8          DMA Channel Shadow Address Register 037
DMA_CHCSR037    0xF00124BC          DMARAM Channel Control and Status Register 037
DMA_RDCRCR038   0xF00124C0          DMA Channel Read Data CRC Register 038
DMA_SDCRCR038   0xF00124C4          DMA Channel Source and Destination Address CRC Register 038
DMA_SADR038     0xF00124C8          DMA Channel Source Address Register 038
DMA_DADR038     0xF00124CC          DMA Channel Destination Address Register x
DMA_ADICR038    0xF00124D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR038   0xF00124D4          DMA Channel Configuration Register 038
DMA_SHADR038    0xF00124D8          DMA Channel Shadow Address Register 038
DMA_CHCSR038    0xF00124DC          DMARAM Channel Control and Status Register 038
DMA_RDCRCR039   0xF00124E0          DMA Channel Read Data CRC Register 039
DMA_SDCRCR039   0xF00124E4          DMA Channel Source and Destination Address CRC Register 039
DMA_SADR039     0xF00124E8          DMA Channel Source Address Register 039
DMA_DADR039     0xF00124EC          DMA Channel Destination Address Register x
DMA_ADICR039    0xF00124F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR039   0xF00124F4          DMA Channel Configuration Register 039
DMA_SHADR039    0xF00124F8          DMA Channel Shadow Address Register 039
DMA_CHCSR039    0xF00124FC          DMARAM Channel Control and Status Register 039
DMA_RDCRCR040   0xF0012500          DMA Channel Read Data CRC Register 040
DMA_SDCRCR040   0xF0012504          DMA Channel Source and Destination Address CRC Register 040
DMA_SADR040     0xF0012508          DMA Channel Source Address Register 040
DMA_DADR040     0xF001250C          DMA Channel Destination Address Register x
DMA_ADICR040    0xF0012510          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR040   0xF0012514          DMA Channel Configuration Register 040
DMA_SHADR040    0xF0012518          DMA Channel Shadow Address Register 040
DMA_CHCSR040    0xF001251C          DMARAM Channel Control and Status Register 040
DMA_RDCRCR041   0xF0012520          DMA Channel Read Data CRC Register 041
DMA_SDCRCR041   0xF0012524          DMA Channel Source and Destination Address CRC Register 041
DMA_SADR041     0xF0012528          DMA Channel Source Address Register 041
DMA_DADR041     0xF001252C          DMA Channel Destination Address Register x
DMA_ADICR041    0xF0012530          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR041   0xF0012534          DMA Channel Configuration Register 041
DMA_SHADR041    0xF0012538          DMA Channel Shadow Address Register 041
DMA_CHCSR041    0xF001253C          DMARAM Channel Control and Status Register 041
DMA_RDCRCR042   0xF0012540          DMA Channel Read Data CRC Register 042
DMA_SDCRCR042   0xF0012544          DMA Channel Source and Destination Address CRC Register 042
DMA_SADR042     0xF0012548          DMA Channel Source Address Register 042
DMA_DADR042     0xF001254C          DMA Channel Destination Address Register x
DMA_ADICR042    0xF0012550          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR042   0xF0012554          DMA Channel Configuration Register 042
DMA_SHADR042    0xF0012558          DMA Channel Shadow Address Register 042
DMA_CHCSR042    0xF001255C          DMARAM Channel Control and Status Register 042
DMA_RDCRCR043   0xF0012560          DMA Channel Read Data CRC Register 043
DMA_SDCRCR043   0xF0012564          DMA Channel Source and Destination Address CRC Register 043
DMA_SADR043     0xF0012568          DMA Channel Source Address Register 043
DMA_DADR043     0xF001256C          DMA Channel Destination Address Register x
DMA_ADICR043    0xF0012570          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR043   0xF0012574          DMA Channel Configuration Register 043
DMA_SHADR043    0xF0012578          DMA Channel Shadow Address Register 043
DMA_CHCSR043    0xF001257C          DMARAM Channel Control and Status Register 043
DMA_RDCRCR044   0xF0012580          DMA Channel Read Data CRC Register 044
DMA_SDCRCR044   0xF0012584          DMA Channel Source and Destination Address CRC Register 044
DMA_SADR044     0xF0012588          DMA Channel Source Address Register 044
DMA_DADR044     0xF001258C          DMA Channel Destination Address Register x
DMA_ADICR044    0xF0012590          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR044   0xF0012594          DMA Channel Configuration Register 044
DMA_SHADR044    0xF0012598          DMA Channel Shadow Address Register 044
DMA_CHCSR044    0xF001259C          DMARAM Channel Control and Status Register 044
DMA_RDCRCR045   0xF00125A0          DMA Channel Read Data CRC Register 045
DMA_SDCRCR045   0xF00125A4          DMA Channel Source and Destination Address CRC Register 045
DMA_SADR045     0xF00125A8          DMA Channel Source Address Register 045
DMA_DADR045     0xF00125AC          DMA Channel Destination Address Register x
DMA_ADICR045    0xF00125B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR045   0xF00125B4          DMA Channel Configuration Register 045
DMA_SHADR045    0xF00125B8          DMA Channel Shadow Address Register 045
DMA_CHCSR045    0xF00125BC          DMARAM Channel Control and Status Register 045
DMA_RDCRCR046   0xF00125C0          DMA Channel Read Data CRC Register 046
DMA_SDCRCR046   0xF00125C4          DMA Channel Source and Destination Address CRC Register 046
DMA_SADR046     0xF00125C8          DMA Channel Source Address Register 046
DMA_DADR046     0xF00125CC          DMA Channel Destination Address Register x
DMA_ADICR046    0xF00125D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR046   0xF00125D4          DMA Channel Configuration Register 046
DMA_SHADR046    0xF00125D8          DMA Channel Shadow Address Register 046
DMA_CHCSR046    0xF00125DC          DMARAM Channel Control and Status Register 046
DMA_RDCRCR047   0xF00125E0          DMA Channel Read Data CRC Register 047
DMA_SDCRCR047   0xF00125E4          DMA Channel Source and Destination Address CRC Register 047
DMA_SADR047     0xF00125E8          DMA Channel Source Address Register 047
DMA_DADR047     0xF00125EC          DMA Channel Destination Address Register x
DMA_ADICR047    0xF00125F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR047   0xF00125F4          DMA Channel Configuration Register 047
DMA_SHADR047    0xF00125F8          DMA Channel Shadow Address Register 047
DMA_CHCSR047    0xF00125FC          DMARAM Channel Control and Status Register 047
DMA_RDCRCR048   0xF0012600          DMA Channel Read Data CRC Register 048
DMA_SDCRCR048   0xF0012604          DMA Channel Source and Destination Address CRC Register 048
DMA_SADR048     0xF0012608          DMA Channel Source Address Register 048
DMA_DADR048     0xF001260C          DMA Channel Destination Address Register x
DMA_ADICR048    0xF0012610          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR048   0xF0012614          DMA Channel Configuration Register 048
DMA_SHADR048    0xF0012618          DMA Channel Shadow Address Register 048
DMA_CHCSR048    0xF001261C          DMARAM Channel Control and Status Register 048
DMA_RDCRCR049   0xF0012620          DMA Channel Read Data CRC Register 049
DMA_SDCRCR049   0xF0012624          DMA Channel Source and Destination Address CRC Register 049
DMA_SADR049     0xF0012628          DMA Channel Source Address Register 049
DMA_DADR049     0xF001262C          DMA Channel Destination Address Register x
DMA_ADICR049    0xF0012630          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR049   0xF0012634          DMA Channel Configuration Register 049
DMA_SHADR049    0xF0012638          DMA Channel Shadow Address Register 049
DMA_CHCSR049    0xF001263C          DMARAM Channel Control and Status Register 049
DMA_RDCRCR050   0xF0012640          DMA Channel Read Data CRC Register 050
DMA_SDCRCR050   0xF0012644          DMA Channel Source and Destination Address CRC Register 050
DMA_SADR050     0xF0012648          DMA Channel Source Address Register 050
DMA_DADR050     0xF001264C          DMA Channel Destination Address Register x
DMA_ADICR050    0xF0012650          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR050   0xF0012654          DMA Channel Configuration Register 050
DMA_SHADR050    0xF0012658          DMA Channel Shadow Address Register 050
DMA_CHCSR050    0xF001265C          DMARAM Channel Control and Status Register 050
DMA_RDCRCR051   0xF0012660          DMA Channel Read Data CRC Register 051
DMA_SDCRCR051   0xF0012664          DMA Channel Source and Destination Address CRC Register 051
DMA_SADR051     0xF0012668          DMA Channel Source Address Register 051
DMA_DADR051     0xF001266C          DMA Channel Destination Address Register x
DMA_ADICR051    0xF0012670          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR051   0xF0012674          DMA Channel Configuration Register 051
DMA_SHADR051    0xF0012678          DMA Channel Shadow Address Register 051
DMA_CHCSR051    0xF001267C          DMARAM Channel Control and Status Register 051
DMA_RDCRCR052   0xF0012680          DMA Channel Read Data CRC Register 052
DMA_SDCRCR052   0xF0012684          DMA Channel Source and Destination Address CRC Register 052
DMA_SADR052     0xF0012688          DMA Channel Source Address Register 052
DMA_DADR052     0xF001268C          DMA Channel Destination Address Register x
DMA_ADICR052    0xF0012690          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR052   0xF0012694          DMA Channel Configuration Register 052
DMA_SHADR052    0xF0012698          DMA Channel Shadow Address Register 052
DMA_CHCSR052    0xF001269C          DMARAM Channel Control and Status Register 052
DMA_RDCRCR053   0xF00126A0          DMA Channel Read Data CRC Register 053
DMA_SDCRCR053   0xF00126A4          DMA Channel Source and Destination Address CRC Register 053
DMA_SADR053     0xF00126A8          DMA Channel Source Address Register 053
DMA_DADR053     0xF00126AC          DMA Channel Destination Address Register x
DMA_ADICR053    0xF00126B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR053   0xF00126B4          DMA Channel Configuration Register 053
DMA_SHADR053    0xF00126B8          DMA Channel Shadow Address Register 053
DMA_CHCSR053    0xF00126BC          DMARAM Channel Control and Status Register 053
DMA_RDCRCR054   0xF00126C0          DMA Channel Read Data CRC Register 054
DMA_SDCRCR054   0xF00126C4          DMA Channel Source and Destination Address CRC Register 054
DMA_SADR054     0xF00126C8          DMA Channel Source Address Register 054
DMA_DADR054     0xF00126CC          DMA Channel Destination Address Register x
DMA_ADICR054    0xF00126D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR054   0xF00126D4          DMA Channel Configuration Register 054
DMA_SHADR054    0xF00126D8          DMA Channel Shadow Address Register 054
DMA_CHCSR054    0xF00126DC          DMARAM Channel Control and Status Register 054
DMA_RDCRCR055   0xF00126E0          DMA Channel Read Data CRC Register 055
DMA_SDCRCR055   0xF00126E4          DMA Channel Source and Destination Address CRC Register 055
DMA_SADR055     0xF00126E8          DMA Channel Source Address Register 055
DMA_DADR055     0xF00126EC          DMA Channel Destination Address Register x
DMA_ADICR055    0xF00126F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR055   0xF00126F4          DMA Channel Configuration Register 055
DMA_SHADR055    0xF00126F8          DMA Channel Shadow Address Register 055
DMA_CHCSR055    0xF00126FC          DMARAM Channel Control and Status Register 055
DMA_RDCRCR056   0xF0012700          DMA Channel Read Data CRC Register 056
DMA_SDCRCR056   0xF0012704          DMA Channel Source and Destination Address CRC Register 056
DMA_SADR056     0xF0012708          DMA Channel Source Address Register 056
DMA_DADR056     0xF001270C          DMA Channel Destination Address Register x
DMA_ADICR056    0xF0012710          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR056   0xF0012714          DMA Channel Configuration Register 056
DMA_SHADR056    0xF0012718          DMA Channel Shadow Address Register 056
DMA_CHCSR056    0xF001271C          DMARAM Channel Control and Status Register 056
DMA_RDCRCR057   0xF0012720          DMA Channel Read Data CRC Register 057
DMA_SDCRCR057   0xF0012724          DMA Channel Source and Destination Address CRC Register 057
DMA_SADR057     0xF0012728          DMA Channel Source Address Register 057
DMA_DADR057     0xF001272C          DMA Channel Destination Address Register x
DMA_ADICR057    0xF0012730          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR057   0xF0012734          DMA Channel Configuration Register 057
DMA_SHADR057    0xF0012738          DMA Channel Shadow Address Register 057
DMA_CHCSR057    0xF001273C          DMARAM Channel Control and Status Register 057
DMA_RDCRCR058   0xF0012740          DMA Channel Read Data CRC Register 058
DMA_SDCRCR058   0xF0012744          DMA Channel Source and Destination Address CRC Register 058
DMA_SADR058     0xF0012748          DMA Channel Source Address Register 058
DMA_DADR058     0xF001274C          DMA Channel Destination Address Register x
DMA_ADICR058    0xF0012750          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR058   0xF0012754          DMA Channel Configuration Register 058
DMA_SHADR058    0xF0012758          DMA Channel Shadow Address Register 058
DMA_CHCSR058    0xF001275C          DMARAM Channel Control and Status Register 058
DMA_RDCRCR059   0xF0012760          DMA Channel Read Data CRC Register 059
DMA_SDCRCR059   0xF0012764          DMA Channel Source and Destination Address CRC Register 059
DMA_SADR059     0xF0012768          DMA Channel Source Address Register 059
DMA_DADR059     0xF001276C          DMA Channel Destination Address Register x
DMA_ADICR059    0xF0012770          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR059   0xF0012774          DMA Channel Configuration Register 059
DMA_SHADR059    0xF0012778          DMA Channel Shadow Address Register 059
DMA_CHCSR059    0xF001277C          DMARAM Channel Control and Status Register 059
DMA_RDCRCR060   0xF0012780          DMA Channel Read Data CRC Register 060
DMA_SDCRCR060   0xF0012784          DMA Channel Source and Destination Address CRC Register 060
DMA_SADR060     0xF0012788          DMA Channel Source Address Register 060
DMA_DADR060     0xF001278C          DMA Channel Destination Address Register x
DMA_ADICR060    0xF0012790          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR060   0xF0012794          DMA Channel Configuration Register 060
DMA_SHADR060    0xF0012798          DMA Channel Shadow Address Register 060
DMA_CHCSR060    0xF001279C          DMARAM Channel Control and Status Register 060
DMA_RDCRCR061   0xF00127A0          DMA Channel Read Data CRC Register 061
DMA_SDCRCR061   0xF00127A4          DMA Channel Source and Destination Address CRC Register 061
DMA_SADR061     0xF00127A8          DMA Channel Source Address Register 061
DMA_DADR061     0xF00127AC          DMA Channel Destination Address Register x
DMA_ADICR061    0xF00127B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR061   0xF00127B4          DMA Channel Configuration Register 061
DMA_SHADR061    0xF00127B8          DMA Channel Shadow Address Register 061
DMA_CHCSR061    0xF00127BC          DMARAM Channel Control and Status Register 061
DMA_RDCRCR062   0xF00127C0          DMA Channel Read Data CRC Register 062
DMA_SDCRCR062   0xF00127C4          DMA Channel Source and Destination Address CRC Register 062
DMA_SADR062     0xF00127C8          DMA Channel Source Address Register 062
DMA_DADR062     0xF00127CC          DMA Channel Destination Address Register x
DMA_ADICR062    0xF00127D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR062   0xF00127D4          DMA Channel Configuration Register 062
DMA_SHADR062    0xF00127D8          DMA Channel Shadow Address Register 062
DMA_CHCSR062    0xF00127DC          DMARAM Channel Control and Status Register 062
DMA_RDCRCR063   0xF00127E0          DMA Channel Read Data CRC Register 063
DMA_SDCRCR063   0xF00127E4          DMA Channel Source and Destination Address CRC Register 063
DMA_SADR063     0xF00127E8          DMA Channel Source Address Register 063
DMA_DADR063     0xF00127EC          DMA Channel Destination Address Register x
DMA_ADICR063    0xF00127F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR063   0xF00127F4          DMA Channel Configuration Register 063
DMA_SHADR063    0xF00127F8          DMA Channel Shadow Address Register 063
DMA_CHCSR063    0xF00127FC          DMARAM Channel Control and Status Register 063
DMA_RDCRCR064   0xF0012800          DMA Channel Read Data CRC Register 064
DMA_SDCRCR064   0xF0012804          DMA Channel Source and Destination Address CRC Register 064
DMA_SADR064     0xF0012808          DMA Channel Source Address Register 064
DMA_DADR064     0xF001280C          DMA Channel Destination Address Register x
DMA_ADICR064    0xF0012810          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR064   0xF0012814          DMA Channel Configuration Register 064
DMA_SHADR064    0xF0012818          DMA Channel Shadow Address Register 064
DMA_CHCSR064    0xF001281C          DMARAM Channel Control and Status Register 064
DMA_RDCRCR065   0xF0012820          DMA Channel Read Data CRC Register 065
DMA_SDCRCR065   0xF0012824          DMA Channel Source and Destination Address CRC Register 065
DMA_SADR065     0xF0012828          DMA Channel Source Address Register 065
DMA_DADR065     0xF001282C          DMA Channel Destination Address Register x
DMA_ADICR065    0xF0012830          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR065   0xF0012834          DMA Channel Configuration Register 065
DMA_SHADR065    0xF0012838          DMA Channel Shadow Address Register 065
DMA_CHCSR065    0xF001283C          DMARAM Channel Control and Status Register 065
DMA_RDCRCR066   0xF0012840          DMA Channel Read Data CRC Register 066
DMA_SDCRCR066   0xF0012844          DMA Channel Source and Destination Address CRC Register 066
DMA_SADR066     0xF0012848          DMA Channel Source Address Register 066
DMA_DADR066     0xF001284C          DMA Channel Destination Address Register x
DMA_ADICR066    0xF0012850          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR066   0xF0012854          DMA Channel Configuration Register 066
DMA_SHADR066    0xF0012858          DMA Channel Shadow Address Register 066
DMA_CHCSR066    0xF001285C          DMARAM Channel Control and Status Register 066
DMA_RDCRCR067   0xF0012860          DMA Channel Read Data CRC Register 067
DMA_SDCRCR067   0xF0012864          DMA Channel Source and Destination Address CRC Register 067
DMA_SADR067     0xF0012868          DMA Channel Source Address Register 067
DMA_DADR067     0xF001286C          DMA Channel Destination Address Register x
DMA_ADICR067    0xF0012870          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR067   0xF0012874          DMA Channel Configuration Register 067
DMA_SHADR067    0xF0012878          DMA Channel Shadow Address Register 067
DMA_CHCSR067    0xF001287C          DMARAM Channel Control and Status Register 067
DMA_RDCRCR068   0xF0012880          DMA Channel Read Data CRC Register 068
DMA_SDCRCR068   0xF0012884          DMA Channel Source and Destination Address CRC Register 068
DMA_SADR068     0xF0012888          DMA Channel Source Address Register 068
DMA_DADR068     0xF001288C          DMA Channel Destination Address Register x
DMA_ADICR068    0xF0012890          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR068   0xF0012894          DMA Channel Configuration Register 068
DMA_SHADR068    0xF0012898          DMA Channel Shadow Address Register 068
DMA_CHCSR068    0xF001289C          DMARAM Channel Control and Status Register 068
DMA_RDCRCR069   0xF00128A0          DMA Channel Read Data CRC Register 069
DMA_SDCRCR069   0xF00128A4          DMA Channel Source and Destination Address CRC Register 069
DMA_SADR069     0xF00128A8          DMA Channel Source Address Register 069
DMA_DADR069     0xF00128AC          DMA Channel Destination Address Register x
DMA_ADICR069    0xF00128B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR069   0xF00128B4          DMA Channel Configuration Register 069
DMA_SHADR069    0xF00128B8          DMA Channel Shadow Address Register 069
DMA_CHCSR069    0xF00128BC          DMARAM Channel Control and Status Register 069
DMA_RDCRCR070   0xF00128C0          DMA Channel Read Data CRC Register 070
DMA_SDCRCR070   0xF00128C4          DMA Channel Source and Destination Address CRC Register 070
DMA_SADR070     0xF00128C8          DMA Channel Source Address Register 070
DMA_DADR070     0xF00128CC          DMA Channel Destination Address Register x
DMA_ADICR070    0xF00128D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR070   0xF00128D4          DMA Channel Configuration Register 070
DMA_SHADR070    0xF00128D8          DMA Channel Shadow Address Register 070
DMA_CHCSR070    0xF00128DC          DMARAM Channel Control and Status Register 070
DMA_RDCRCR071   0xF00128E0          DMA Channel Read Data CRC Register 071
DMA_SDCRCR071   0xF00128E4          DMA Channel Source and Destination Address CRC Register 071
DMA_SADR071     0xF00128E8          DMA Channel Source Address Register 071
DMA_DADR071     0xF00128EC          DMA Channel Destination Address Register x
DMA_ADICR071    0xF00128F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR071   0xF00128F4          DMA Channel Configuration Register 071
DMA_SHADR071    0xF00128F8          DMA Channel Shadow Address Register 071
DMA_CHCSR071    0xF00128FC          DMARAM Channel Control and Status Register 071
DMA_RDCRCR072   0xF0012900          DMA Channel Read Data CRC Register 072
DMA_SDCRCR072   0xF0012904          DMA Channel Source and Destination Address CRC Register 072
DMA_SADR072     0xF0012908          DMA Channel Source Address Register 072
DMA_DADR072     0xF001290C          DMA Channel Destination Address Register x
DMA_ADICR072    0xF0012910          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR072   0xF0012914          DMA Channel Configuration Register 072
DMA_SHADR072    0xF0012918          DMA Channel Shadow Address Register 072
DMA_CHCSR072    0xF001291C          DMARAM Channel Control and Status Register 072
DMA_RDCRCR073   0xF0012920          DMA Channel Read Data CRC Register 073
DMA_SDCRCR073   0xF0012924          DMA Channel Source and Destination Address CRC Register 073
DMA_SADR073     0xF0012928          DMA Channel Source Address Register 073
DMA_DADR073     0xF001292C          DMA Channel Destination Address Register x
DMA_ADICR073    0xF0012930          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR073   0xF0012934          DMA Channel Configuration Register 073
DMA_SHADR073    0xF0012938          DMA Channel Shadow Address Register 073
DMA_CHCSR073    0xF001293C          DMARAM Channel Control and Status Register 073
DMA_RDCRCR074   0xF0012940          DMA Channel Read Data CRC Register 074
DMA_SDCRCR074   0xF0012944          DMA Channel Source and Destination Address CRC Register 074
DMA_SADR074     0xF0012948          DMA Channel Source Address Register 074
DMA_DADR074     0xF001294C          DMA Channel Destination Address Register x
DMA_ADICR074    0xF0012950          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR074   0xF0012954          DMA Channel Configuration Register 074
DMA_SHADR074    0xF0012958          DMA Channel Shadow Address Register 074
DMA_CHCSR074    0xF001295C          DMARAM Channel Control and Status Register 074
DMA_RDCRCR075   0xF0012960          DMA Channel Read Data CRC Register 075
DMA_SDCRCR075   0xF0012964          DMA Channel Source and Destination Address CRC Register 075
DMA_SADR075     0xF0012968          DMA Channel Source Address Register 075
DMA_DADR075     0xF001296C          DMA Channel Destination Address Register x
DMA_ADICR075    0xF0012970          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR075   0xF0012974          DMA Channel Configuration Register 075
DMA_SHADR075    0xF0012978          DMA Channel Shadow Address Register 075
DMA_CHCSR075    0xF001297C          DMARAM Channel Control and Status Register 075
DMA_RDCRCR076   0xF0012980          DMA Channel Read Data CRC Register 076
DMA_SDCRCR076   0xF0012984          DMA Channel Source and Destination Address CRC Register 076
DMA_SADR076     0xF0012988          DMA Channel Source Address Register 076
DMA_DADR076     0xF001298C          DMA Channel Destination Address Register x
DMA_ADICR076    0xF0012990          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR076   0xF0012994          DMA Channel Configuration Register 076
DMA_SHADR076    0xF0012998          DMA Channel Shadow Address Register 076
DMA_CHCSR076    0xF001299C          DMARAM Channel Control and Status Register 076
DMA_RDCRCR077   0xF00129A0          DMA Channel Read Data CRC Register 077
DMA_SDCRCR077   0xF00129A4          DMA Channel Source and Destination Address CRC Register 077
DMA_SADR077     0xF00129A8          DMA Channel Source Address Register 077
DMA_DADR077     0xF00129AC          DMA Channel Destination Address Register x
DMA_ADICR077    0xF00129B0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR077   0xF00129B4          DMA Channel Configuration Register 077
DMA_SHADR077    0xF00129B8          DMA Channel Shadow Address Register 077
DMA_CHCSR077    0xF00129BC          DMARAM Channel Control and Status Register 077
DMA_RDCRCR078   0xF00129C0          DMA Channel Read Data CRC Register 078
DMA_SDCRCR078   0xF00129C4          DMA Channel Source and Destination Address CRC Register 078
DMA_SADR078     0xF00129C8          DMA Channel Source Address Register 078
DMA_DADR078     0xF00129CC          DMA Channel Destination Address Register x
DMA_ADICR078    0xF00129D0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR078   0xF00129D4          DMA Channel Configuration Register 078
DMA_SHADR078    0xF00129D8          DMA Channel Shadow Address Register 078
DMA_CHCSR078    0xF00129DC          DMARAM Channel Control and Status Register 078
DMA_RDCRCR079   0xF00129E0          DMA Channel Read Data CRC Register 079
DMA_SDCRCR079   0xF00129E4          DMA Channel Source and Destination Address CRC Register 079
DMA_SADR079     0xF00129E8          DMA Channel Source Address Register 079
DMA_DADR079     0xF00129EC          DMA Channel Destination Address Register x
DMA_ADICR079    0xF00129F0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR079   0xF00129F4          DMA Channel Configuration Register 079
DMA_SHADR079    0xF00129F8          DMA Channel Shadow Address Register 079
DMA_CHCSR079    0xF00129FC          DMARAM Channel Control and Status Register 079
DMA_RDCRCR080   0xF0012A00          DMA Channel Read Data CRC Register 080
DMA_SDCRCR080   0xF0012A04          DMA Channel Source and Destination Address CRC Register 080
DMA_SADR080     0xF0012A08          DMA Channel Source Address Register 080
DMA_DADR080     0xF0012A0C          DMA Channel Destination Address Register x
DMA_ADICR080    0xF0012A10          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR080   0xF0012A14          DMA Channel Configuration Register 080
DMA_SHADR080    0xF0012A18          DMA Channel Shadow Address Register 080
DMA_CHCSR080    0xF0012A1C          DMARAM Channel Control and Status Register 080
DMA_RDCRCR081   0xF0012A20          DMA Channel Read Data CRC Register 081
DMA_SDCRCR081   0xF0012A24          DMA Channel Source and Destination Address CRC Register 081
DMA_SADR081     0xF0012A28          DMA Channel Source Address Register 081
DMA_DADR081     0xF0012A2C          DMA Channel Destination Address Register x
DMA_ADICR081    0xF0012A30          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR081   0xF0012A34          DMA Channel Configuration Register 081
DMA_SHADR081    0xF0012A38          DMA Channel Shadow Address Register 081
DMA_CHCSR081    0xF0012A3C          DMARAM Channel Control and Status Register 081
DMA_RDCRCR082   0xF0012A40          DMA Channel Read Data CRC Register 082
DMA_SDCRCR082   0xF0012A44          DMA Channel Source and Destination Address CRC Register 082
DMA_SADR082     0xF0012A48          DMA Channel Source Address Register 082
DMA_DADR082     0xF0012A4C          DMA Channel Destination Address Register x
DMA_ADICR082    0xF0012A50          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR082   0xF0012A54          DMA Channel Configuration Register 082
DMA_SHADR082    0xF0012A58          DMA Channel Shadow Address Register 082
DMA_CHCSR082    0xF0012A5C          DMARAM Channel Control and Status Register 082
DMA_RDCRCR083   0xF0012A60          DMA Channel Read Data CRC Register 083
DMA_SDCRCR083   0xF0012A64          DMA Channel Source and Destination Address CRC Register 083
DMA_SADR083     0xF0012A68          DMA Channel Source Address Register 083
DMA_DADR083     0xF0012A6C          DMA Channel Destination Address Register x
DMA_ADICR083    0xF0012A70          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR083   0xF0012A74          DMA Channel Configuration Register 083
DMA_SHADR083    0xF0012A78          DMA Channel Shadow Address Register 083
DMA_CHCSR083    0xF0012A7C          DMARAM Channel Control and Status Register 083
DMA_RDCRCR084   0xF0012A80          DMA Channel Read Data CRC Register 084
DMA_SDCRCR084   0xF0012A84          DMA Channel Source and Destination Address CRC Register 084
DMA_SADR084     0xF0012A88          DMA Channel Source Address Register 084
DMA_DADR084     0xF0012A8C          DMA Channel Destination Address Register x
DMA_ADICR084    0xF0012A90          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR084   0xF0012A94          DMA Channel Configuration Register 084
DMA_SHADR084    0xF0012A98          DMA Channel Shadow Address Register 084
DMA_CHCSR084    0xF0012A9C          DMARAM Channel Control and Status Register 084
DMA_RDCRCR085   0xF0012AA0          DMA Channel Read Data CRC Register 085
DMA_SDCRCR085   0xF0012AA4          DMA Channel Source and Destination Address CRC Register 085
DMA_SADR085     0xF0012AA8          DMA Channel Source Address Register 085
DMA_DADR085     0xF0012AAC          DMA Channel Destination Address Register x
DMA_ADICR085    0xF0012AB0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR085   0xF0012AB4          DMA Channel Configuration Register 085
DMA_SHADR085    0xF0012AB8          DMA Channel Shadow Address Register 085
DMA_CHCSR085    0xF0012ABC          DMARAM Channel Control and Status Register 085
DMA_RDCRCR086   0xF0012AC0          DMA Channel Read Data CRC Register 086
DMA_SDCRCR086   0xF0012AC4          DMA Channel Source and Destination Address CRC Register 086
DMA_SADR086     0xF0012AC8          DMA Channel Source Address Register 086
DMA_DADR086     0xF0012ACC          DMA Channel Destination Address Register x
DMA_ADICR086    0xF0012AD0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR086   0xF0012AD4          DMA Channel Configuration Register 086
DMA_SHADR086    0xF0012AD8          DMA Channel Shadow Address Register 086
DMA_CHCSR086    0xF0012ADC          DMARAM Channel Control and Status Register 086
DMA_RDCRCR087   0xF0012AE0          DMA Channel Read Data CRC Register 087
DMA_SDCRCR087   0xF0012AE4          DMA Channel Source and Destination Address CRC Register 087
DMA_SADR087     0xF0012AE8          DMA Channel Source Address Register 087
DMA_DADR087     0xF0012AEC          DMA Channel Destination Address Register x
DMA_ADICR087    0xF0012AF0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR087   0xF0012AF4          DMA Channel Configuration Register 087
DMA_SHADR087    0xF0012AF8          DMA Channel Shadow Address Register 087
DMA_CHCSR087    0xF0012AFC          DMARAM Channel Control and Status Register 087
DMA_RDCRCR088   0xF0012B00          DMA Channel Read Data CRC Register 088
DMA_SDCRCR088   0xF0012B04          DMA Channel Source and Destination Address CRC Register 088
DMA_SADR088     0xF0012B08          DMA Channel Source Address Register 088
DMA_DADR088     0xF0012B0C          DMA Channel Destination Address Register x
DMA_ADICR088    0xF0012B10          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR088   0xF0012B14          DMA Channel Configuration Register 088
DMA_SHADR088    0xF0012B18          DMA Channel Shadow Address Register 088
DMA_CHCSR088    0xF0012B1C          DMARAM Channel Control and Status Register 088
DMA_RDCRCR089   0xF0012B20          DMA Channel Read Data CRC Register 089
DMA_SDCRCR089   0xF0012B24          DMA Channel Source and Destination Address CRC Register 089
DMA_SADR089     0xF0012B28          DMA Channel Source Address Register 089
DMA_DADR089     0xF0012B2C          DMA Channel Destination Address Register x
DMA_ADICR089    0xF0012B30          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR089   0xF0012B34          DMA Channel Configuration Register 089
DMA_SHADR089    0xF0012B38          DMA Channel Shadow Address Register 089
DMA_CHCSR089    0xF0012B3C          DMARAM Channel Control and Status Register 089
DMA_RDCRCR090   0xF0012B40          DMA Channel Read Data CRC Register 090
DMA_SDCRCR090   0xF0012B44          DMA Channel Source and Destination Address CRC Register 090
DMA_SADR090     0xF0012B48          DMA Channel Source Address Register 090
DMA_DADR090     0xF0012B4C          DMA Channel Destination Address Register x
DMA_ADICR090    0xF0012B50          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR090   0xF0012B54          DMA Channel Configuration Register 090
DMA_SHADR090    0xF0012B58          DMA Channel Shadow Address Register 090
DMA_CHCSR090    0xF0012B5C          DMARAM Channel Control and Status Register 090
DMA_RDCRCR091   0xF0012B60          DMA Channel Read Data CRC Register 091
DMA_SDCRCR091   0xF0012B64          DMA Channel Source and Destination Address CRC Register 091
DMA_SADR091     0xF0012B68          DMA Channel Source Address Register 091
DMA_DADR091     0xF0012B6C          DMA Channel Destination Address Register x
DMA_ADICR091    0xF0012B70          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR091   0xF0012B74          DMA Channel Configuration Register 091
DMA_SHADR091    0xF0012B78          DMA Channel Shadow Address Register 091
DMA_CHCSR091    0xF0012B7C          DMARAM Channel Control and Status Register 091
DMA_RDCRCR092   0xF0012B80          DMA Channel Read Data CRC Register 092
DMA_SDCRCR092   0xF0012B84          DMA Channel Source and Destination Address CRC Register 092
DMA_SADR092     0xF0012B88          DMA Channel Source Address Register 092
DMA_DADR092     0xF0012B8C          DMA Channel Destination Address Register x
DMA_ADICR092    0xF0012B90          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR092   0xF0012B94          DMA Channel Configuration Register 092
DMA_SHADR092    0xF0012B98          DMA Channel Shadow Address Register 092
DMA_CHCSR092    0xF0012B9C          DMARAM Channel Control and Status Register 092
DMA_RDCRCR093   0xF0012BA0          DMA Channel Read Data CRC Register 093
DMA_SDCRCR093   0xF0012BA4          DMA Channel Source and Destination Address CRC Register 093
DMA_SADR093     0xF0012BA8          DMA Channel Source Address Register 093
DMA_DADR093     0xF0012BAC          DMA Channel Destination Address Register x
DMA_ADICR093    0xF0012BB0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR093   0xF0012BB4          DMA Channel Configuration Register 093
DMA_SHADR093    0xF0012BB8          DMA Channel Shadow Address Register 093
DMA_CHCSR093    0xF0012BBC          DMARAM Channel Control and Status Register 093
DMA_RDCRCR094   0xF0012BC0          DMA Channel Read Data CRC Register 094
DMA_SDCRCR094   0xF0012BC4          DMA Channel Source and Destination Address CRC Register 094
DMA_SADR094     0xF0012BC8          DMA Channel Source Address Register 094
DMA_DADR094     0xF0012BCC          DMA Channel Destination Address Register x
DMA_ADICR094    0xF0012BD0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR094   0xF0012BD4          DMA Channel Configuration Register 094
DMA_SHADR094    0xF0012BD8          DMA Channel Shadow Address Register 094
DMA_CHCSR094    0xF0012BDC          DMARAM Channel Control and Status Register 094
DMA_RDCRCR095   0xF0012BE0          DMA Channel Read Data CRC Register 095
DMA_SDCRCR095   0xF0012BE4          DMA Channel Source and Destination Address CRC Register 095
DMA_SADR095     0xF0012BE8          DMA Channel Source Address Register 095
DMA_DADR095     0xF0012BEC          DMA Channel Destination Address Register x
DMA_ADICR095    0xF0012BF0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR095   0xF0012BF4          DMA Channel Configuration Register 095
DMA_SHADR095    0xF0012BF8          DMA Channel Shadow Address Register 095
DMA_CHCSR095    0xF0012BFC          DMARAM Channel Control and Status Register 095
DMA_RDCRCR096   0xF0012C00          DMA Channel Read Data CRC Register 096
DMA_SDCRCR096   0xF0012C04          DMA Channel Source and Destination Address CRC Register 096
DMA_SADR096     0xF0012C08          DMA Channel Source Address Register 096
DMA_DADR096     0xF0012C0C          DMA Channel Destination Address Register x
DMA_ADICR096    0xF0012C10          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR096   0xF0012C14          DMA Channel Configuration Register 096
DMA_SHADR096    0xF0012C18          DMA Channel Shadow Address Register 096
DMA_CHCSR096    0xF0012C1C          DMARAM Channel Control and Status Register 096
DMA_RDCRCR097   0xF0012C20          DMA Channel Read Data CRC Register 097
DMA_SDCRCR097   0xF0012C24          DMA Channel Source and Destination Address CRC Register 097
DMA_SADR097     0xF0012C28          DMA Channel Source Address Register 097
DMA_DADR097     0xF0012C2C          DMA Channel Destination Address Register x
DMA_ADICR097    0xF0012C30          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR097   0xF0012C34          DMA Channel Configuration Register 097
DMA_SHADR097    0xF0012C38          DMA Channel Shadow Address Register 097
DMA_CHCSR097    0xF0012C3C          DMARAM Channel Control and Status Register 097
DMA_RDCRCR098   0xF0012C40          DMA Channel Read Data CRC Register 098
DMA_SDCRCR098   0xF0012C44          DMA Channel Source and Destination Address CRC Register 098
DMA_SADR098     0xF0012C48          DMA Channel Source Address Register 098
DMA_DADR098     0xF0012C4C          DMA Channel Destination Address Register x
DMA_ADICR098    0xF0012C50          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR098   0xF0012C54          DMA Channel Configuration Register 098
DMA_SHADR098    0xF0012C58          DMA Channel Shadow Address Register 098
DMA_CHCSR098    0xF0012C5C          DMARAM Channel Control and Status Register 098
DMA_RDCRCR099   0xF0012C60          DMA Channel Read Data CRC Register 099
DMA_SDCRCR099   0xF0012C64          DMA Channel Source and Destination Address CRC Register 099
DMA_SADR099     0xF0012C68          DMA Channel Source Address Register 099
DMA_DADR099     0xF0012C6C          DMA Channel Destination Address Register x
DMA_ADICR099    0xF0012C70          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR099   0xF0012C74          DMA Channel Configuration Register 099
DMA_SHADR099    0xF0012C78          DMA Channel Shadow Address Register 099
DMA_CHCSR099    0xF0012C7C          DMARAM Channel Control and Status Register 099
DMA_RDCRCR100   0xF0012C80          DMA Channel Read Data CRC Register 100
DMA_SDCRCR100   0xF0012C84          DMA Channel Source and Destination Address CRC Register 100
DMA_SADR100     0xF0012C88          DMA Channel Source Address Register 100
DMA_DADR100     0xF0012C8C          DMA Channel Destination Address Register x
DMA_ADICR100    0xF0012C90          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR100   0xF0012C94          DMA Channel Configuration Register 100
DMA_SHADR100    0xF0012C98          DMA Channel Shadow Address Register 100
DMA_CHCSR100    0xF0012C9C          DMARAM Channel Control and Status Register 100
DMA_RDCRCR101   0xF0012CA0          DMA Channel Read Data CRC Register 101
DMA_SDCRCR101   0xF0012CA4          DMA Channel Source and Destination Address CRC Register 101
DMA_SADR101     0xF0012CA8          DMA Channel Source Address Register 101
DMA_DADR101     0xF0012CAC          DMA Channel Destination Address Register x
DMA_ADICR101    0xF0012CB0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR101   0xF0012CB4          DMA Channel Configuration Register 101
DMA_SHADR101    0xF0012CB8          DMA Channel Shadow Address Register 101
DMA_CHCSR101    0xF0012CBC          DMARAM Channel Control and Status Register 101
DMA_RDCRCR102   0xF0012CC0          DMA Channel Read Data CRC Register 102
DMA_SDCRCR102   0xF0012CC4          DMA Channel Source and Destination Address CRC Register 102
DMA_SADR102     0xF0012CC8          DMA Channel Source Address Register 102
DMA_DADR102     0xF0012CCC          DMA Channel Destination Address Register x
DMA_ADICR102    0xF0012CD0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR102   0xF0012CD4          DMA Channel Configuration Register 102
DMA_SHADR102    0xF0012CD8          DMA Channel Shadow Address Register 102
DMA_CHCSR102    0xF0012CDC          DMARAM Channel Control and Status Register 102
DMA_RDCRCR103   0xF0012CE0          DMA Channel Read Data CRC Register 103
DMA_SDCRCR103   0xF0012CE4          DMA Channel Source and Destination Address CRC Register 103
DMA_SADR103     0xF0012CE8          DMA Channel Source Address Register 103
DMA_DADR103     0xF0012CEC          DMA Channel Destination Address Register x
DMA_ADICR103    0xF0012CF0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR103   0xF0012CF4          DMA Channel Configuration Register 103
DMA_SHADR103    0xF0012CF8          DMA Channel Shadow Address Register 103
DMA_CHCSR103    0xF0012CFC          DMARAM Channel Control and Status Register 103
DMA_RDCRCR104   0xF0012D00          DMA Channel Read Data CRC Register 104
DMA_SDCRCR104   0xF0012D04          DMA Channel Source and Destination Address CRC Register 104
DMA_SADR104     0xF0012D08          DMA Channel Source Address Register 104
DMA_DADR104     0xF0012D0C          DMA Channel Destination Address Register x
DMA_ADICR104    0xF0012D10          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR104   0xF0012D14          DMA Channel Configuration Register 104
DMA_SHADR104    0xF0012D18          DMA Channel Shadow Address Register 104
DMA_CHCSR104    0xF0012D1C          DMARAM Channel Control and Status Register 104
DMA_RDCRCR105   0xF0012D20          DMA Channel Read Data CRC Register 105
DMA_SDCRCR105   0xF0012D24          DMA Channel Source and Destination Address CRC Register 105
DMA_SADR105     0xF0012D28          DMA Channel Source Address Register 105
DMA_DADR105     0xF0012D2C          DMA Channel Destination Address Register x
DMA_ADICR105    0xF0012D30          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR105   0xF0012D34          DMA Channel Configuration Register 105
DMA_SHADR105    0xF0012D38          DMA Channel Shadow Address Register 105
DMA_CHCSR105    0xF0012D3C          DMARAM Channel Control and Status Register 105
DMA_RDCRCR106   0xF0012D40          DMA Channel Read Data CRC Register 106
DMA_SDCRCR106   0xF0012D44          DMA Channel Source and Destination Address CRC Register 106
DMA_SADR106     0xF0012D48          DMA Channel Source Address Register 106
DMA_DADR106     0xF0012D4C          DMA Channel Destination Address Register x
DMA_ADICR106    0xF0012D50          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR106   0xF0012D54          DMA Channel Configuration Register 106
DMA_SHADR106    0xF0012D58          DMA Channel Shadow Address Register 106
DMA_CHCSR106    0xF0012D5C          DMARAM Channel Control and Status Register 106
DMA_RDCRCR107   0xF0012D60          DMA Channel Read Data CRC Register 107
DMA_SDCRCR107   0xF0012D64          DMA Channel Source and Destination Address CRC Register 107
DMA_SADR107     0xF0012D68          DMA Channel Source Address Register 107
DMA_DADR107     0xF0012D6C          DMA Channel Destination Address Register x
DMA_ADICR107    0xF0012D70          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR107   0xF0012D74          DMA Channel Configuration Register 107
DMA_SHADR107    0xF0012D78          DMA Channel Shadow Address Register 107
DMA_CHCSR107    0xF0012D7C          DMARAM Channel Control and Status Register 107
DMA_RDCRCR108   0xF0012D80          DMA Channel Read Data CRC Register 108
DMA_SDCRCR108   0xF0012D84          DMA Channel Source and Destination Address CRC Register 108
DMA_SADR108     0xF0012D88          DMA Channel Source Address Register 108
DMA_DADR108     0xF0012D8C          DMA Channel Destination Address Register x
DMA_ADICR108    0xF0012D90          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR108   0xF0012D94          DMA Channel Configuration Register 108
DMA_SHADR108    0xF0012D98          DMA Channel Shadow Address Register 108
DMA_CHCSR108    0xF0012D9C          DMARAM Channel Control and Status Register 108
DMA_RDCRCR109   0xF0012DA0          DMA Channel Read Data CRC Register 109
DMA_SDCRCR109   0xF0012DA4          DMA Channel Source and Destination Address CRC Register 109
DMA_SADR109     0xF0012DA8          DMA Channel Source Address Register 109
DMA_DADR109     0xF0012DAC          DMA Channel Destination Address Register x
DMA_ADICR109    0xF0012DB0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR109   0xF0012DB4          DMA Channel Configuration Register 109
DMA_SHADR109    0xF0012DB8          DMA Channel Shadow Address Register 109
DMA_CHCSR109    0xF0012DBC          DMARAM Channel Control and Status Register 109
DMA_RDCRCR110   0xF0012DC0          DMA Channel Read Data CRC Register 110
DMA_SDCRCR110   0xF0012DC4          DMA Channel Source and Destination Address CRC Register 110
DMA_SADR110     0xF0012DC8          DMA Channel Source Address Register 110
DMA_DADR110     0xF0012DCC          DMA Channel Destination Address Register x
DMA_ADICR110    0xF0012DD0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR110   0xF0012DD4          DMA Channel Configuration Register 110
DMA_SHADR110    0xF0012DD8          DMA Channel Shadow Address Register 110
DMA_CHCSR110    0xF0012DDC          DMARAM Channel Control and Status Register 110
DMA_RDCRCR111   0xF0012DE0          DMA Channel Read Data CRC Register 111
DMA_SDCRCR111   0xF0012DE4          DMA Channel Source and Destination Address CRC Register 111
DMA_SADR111     0xF0012DE8          DMA Channel Source Address Register 111
DMA_DADR111     0xF0012DEC          DMA Channel Destination Address Register x
DMA_ADICR111    0xF0012DF0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR111   0xF0012DF4          DMA Channel Configuration Register 111
DMA_SHADR111    0xF0012DF8          DMA Channel Shadow Address Register 111
DMA_CHCSR111    0xF0012DFC          DMARAM Channel Control and Status Register 111
DMA_RDCRCR112   0xF0012E00          DMA Channel Read Data CRC Register 112
DMA_SDCRCR112   0xF0012E04          DMA Channel Source and Destination Address CRC Register 112
DMA_SADR112     0xF0012E08          DMA Channel Source Address Register 112
DMA_DADR112     0xF0012E0C          DMA Channel Destination Address Register x
DMA_ADICR112    0xF0012E10          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR112   0xF0012E14          DMA Channel Configuration Register 112
DMA_SHADR112    0xF0012E18          DMA Channel Shadow Address Register 112
DMA_CHCSR112    0xF0012E1C          DMARAM Channel Control and Status Register 112
DMA_RDCRCR113   0xF0012E20          DMA Channel Read Data CRC Register 113
DMA_SDCRCR113   0xF0012E24          DMA Channel Source and Destination Address CRC Register 113
DMA_SADR113     0xF0012E28          DMA Channel Source Address Register 113
DMA_DADR113     0xF0012E2C          DMA Channel Destination Address Register x
DMA_ADICR113    0xF0012E30          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR113   0xF0012E34          DMA Channel Configuration Register 113
DMA_SHADR113    0xF0012E38          DMA Channel Shadow Address Register 113
DMA_CHCSR113    0xF0012E3C          DMARAM Channel Control and Status Register 113
DMA_RDCRCR114   0xF0012E40          DMA Channel Read Data CRC Register 114
DMA_SDCRCR114   0xF0012E44          DMA Channel Source and Destination Address CRC Register 114
DMA_SADR114     0xF0012E48          DMA Channel Source Address Register 114
DMA_DADR114     0xF0012E4C          DMA Channel Destination Address Register x
DMA_ADICR114    0xF0012E50          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR114   0xF0012E54          DMA Channel Configuration Register 114
DMA_SHADR114    0xF0012E58          DMA Channel Shadow Address Register 114
DMA_CHCSR114    0xF0012E5C          DMARAM Channel Control and Status Register 114
DMA_RDCRCR115   0xF0012E60          DMA Channel Read Data CRC Register 115
DMA_SDCRCR115   0xF0012E64          DMA Channel Source and Destination Address CRC Register 115
DMA_SADR115     0xF0012E68          DMA Channel Source Address Register 115
DMA_DADR115     0xF0012E6C          DMA Channel Destination Address Register x
DMA_ADICR115    0xF0012E70          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR115   0xF0012E74          DMA Channel Configuration Register 115
DMA_SHADR115    0xF0012E78          DMA Channel Shadow Address Register 115
DMA_CHCSR115    0xF0012E7C          DMARAM Channel Control and Status Register 115
DMA_RDCRCR116   0xF0012E80          DMA Channel Read Data CRC Register 116
DMA_SDCRCR116   0xF0012E84          DMA Channel Source and Destination Address CRC Register 116
DMA_SADR116     0xF0012E88          DMA Channel Source Address Register 116
DMA_DADR116     0xF0012E8C          DMA Channel Destination Address Register x
DMA_ADICR116    0xF0012E90          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR116   0xF0012E94          DMA Channel Configuration Register 116
DMA_SHADR116    0xF0012E98          DMA Channel Shadow Address Register 116
DMA_CHCSR116    0xF0012E9C          DMARAM Channel Control and Status Register 116
DMA_RDCRCR117   0xF0012EA0          DMA Channel Read Data CRC Register 117
DMA_SDCRCR117   0xF0012EA4          DMA Channel Source and Destination Address CRC Register 117
DMA_SADR117     0xF0012EA8          DMA Channel Source Address Register 117
DMA_DADR117     0xF0012EAC          DMA Channel Destination Address Register x
DMA_ADICR117    0xF0012EB0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR117   0xF0012EB4          DMA Channel Configuration Register 117
DMA_SHADR117    0xF0012EB8          DMA Channel Shadow Address Register 117
DMA_CHCSR117    0xF0012EBC          DMARAM Channel Control and Status Register 117
DMA_RDCRCR118   0xF0012EC0          DMA Channel Read Data CRC Register 118
DMA_SDCRCR118   0xF0012EC4          DMA Channel Source and Destination Address CRC Register 118
DMA_SADR118     0xF0012EC8          DMA Channel Source Address Register 118
DMA_DADR118     0xF0012ECC          DMA Channel Destination Address Register x
DMA_ADICR118    0xF0012ED0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR118   0xF0012ED4          DMA Channel Configuration Register 118
DMA_SHADR118    0xF0012ED8          DMA Channel Shadow Address Register 118
DMA_CHCSR118    0xF0012EDC          DMARAM Channel Control and Status Register 118
DMA_RDCRCR119   0xF0012EE0          DMA Channel Read Data CRC Register 119
DMA_SDCRCR119   0xF0012EE4          DMA Channel Source and Destination Address CRC Register 119
DMA_SADR119     0xF0012EE8          DMA Channel Source Address Register 119
DMA_DADR119     0xF0012EEC          DMA Channel Destination Address Register x
DMA_ADICR119    0xF0012EF0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR119   0xF0012EF4          DMA Channel Configuration Register 119
DMA_SHADR119    0xF0012EF8          DMA Channel Shadow Address Register 119
DMA_CHCSR119    0xF0012EFC          DMARAM Channel Control and Status Register 119
DMA_RDCRCR120   0xF0012F00          DMA Channel Read Data CRC Register 120
DMA_SDCRCR120   0xF0012F04          DMA Channel Source and Destination Address CRC Register 120
DMA_SADR120     0xF0012F08          DMA Channel Source Address Register 120
DMA_DADR120     0xF0012F0C          DMA Channel Destination Address Register x
DMA_ADICR120    0xF0012F10          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR120   0xF0012F14          DMA Channel Configuration Register 120
DMA_SHADR120    0xF0012F18          DMA Channel Shadow Address Register 120
DMA_CHCSR120    0xF0012F1C          DMARAM Channel Control and Status Register 120
DMA_RDCRCR121   0xF0012F20          DMA Channel Read Data CRC Register 121
DMA_SDCRCR121   0xF0012F24          DMA Channel Source and Destination Address CRC Register 121
DMA_SADR121     0xF0012F28          DMA Channel Source Address Register 121
DMA_DADR121     0xF0012F2C          DMA Channel Destination Address Register x
DMA_ADICR121    0xF0012F30          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR121   0xF0012F34          DMA Channel Configuration Register 121
DMA_SHADR121    0xF0012F38          DMA Channel Shadow Address Register 121
DMA_CHCSR121    0xF0012F3C          DMARAM Channel Control and Status Register 121
DMA_RDCRCR122   0xF0012F40          DMA Channel Read Data CRC Register 122
DMA_SDCRCR122   0xF0012F44          DMA Channel Source and Destination Address CRC Register 122
DMA_SADR122     0xF0012F48          DMA Channel Source Address Register 122
DMA_DADR122     0xF0012F4C          DMA Channel Destination Address Register x
DMA_ADICR122    0xF0012F50          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR122   0xF0012F54          DMA Channel Configuration Register 122
DMA_SHADR122    0xF0012F58          DMA Channel Shadow Address Register 122
DMA_CHCSR122    0xF0012F5C          DMARAM Channel Control and Status Register 122
DMA_RDCRCR123   0xF0012F60          DMA Channel Read Data CRC Register 123
DMA_SDCRCR123   0xF0012F64          DMA Channel Source and Destination Address CRC Register 123
DMA_SADR123     0xF0012F68          DMA Channel Source Address Register 123
DMA_DADR123     0xF0012F6C          DMA Channel Destination Address Register x
DMA_ADICR123    0xF0012F70          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR123   0xF0012F74          DMA Channel Configuration Register 123
DMA_SHADR123    0xF0012F78          DMA Channel Shadow Address Register 123
DMA_CHCSR123    0xF0012F7C          DMARAM Channel Control and Status Register 123
DMA_RDCRCR124   0xF0012F80          DMA Channel Read Data CRC Register 124
DMA_SDCRCR124   0xF0012F84          DMA Channel Source and Destination Address CRC Register 124
DMA_SADR124     0xF0012F88          DMA Channel Source Address Register 124
DMA_DADR124     0xF0012F8C          DMA Channel Destination Address Register x
DMA_ADICR124    0xF0012F90          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR124   0xF0012F94          DMA Channel Configuration Register 124
DMA_SHADR124    0xF0012F98          DMA Channel Shadow Address Register 124
DMA_CHCSR124    0xF0012F9C          DMARAM Channel Control and Status Register 124
DMA_RDCRCR125   0xF0012FA0          DMA Channel Read Data CRC Register 125
DMA_SDCRCR125   0xF0012FA4          DMA Channel Source and Destination Address CRC Register 125
DMA_SADR125     0xF0012FA8          DMA Channel Source Address Register 125
DMA_DADR125     0xF0012FAC          DMA Channel Destination Address Register x
DMA_ADICR125    0xF0012FB0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR125   0xF0012FB4          DMA Channel Configuration Register 125
DMA_SHADR125    0xF0012FB8          DMA Channel Shadow Address Register 125
DMA_CHCSR125    0xF0012FBC          DMARAM Channel Control and Status Register 125
DMA_RDCRCR126   0xF0012FC0          DMA Channel Read Data CRC Register 126
DMA_SDCRCR126   0xF0012FC4          DMA Channel Source and Destination Address CRC Register 126
DMA_SADR126     0xF0012FC8          DMA Channel Source Address Register 126
DMA_DADR126     0xF0012FCC          DMA Channel Destination Address Register x
DMA_ADICR126    0xF0012FD0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR126   0xF0012FD4          DMA Channel Configuration Register 126
DMA_SHADR126    0xF0012FD8          DMA Channel Shadow Address Register 126
DMA_CHCSR126    0xF0012FDC          DMARAM Channel Control and Status Register 126
DMA_RDCRCR127   0xF0012FE0          DMA Channel Read Data CRC Register 127
DMA_SDCRCR127   0xF0012FE4          DMA Channel Source and Destination Address CRC Register 127
DMA_SADR127     0xF0012FE8          DMA Channel Source Address Register 127
DMA_DADR127     0xF0012FEC          DMA Channel Destination Address Register x
DMA_ADICR127    0xF0012FF0          DMA Channel Address and Interrupt Control Register x
DMA_CHCFGR127   0xF0012FF4          DMA Channel Configuration Register 127
DMA_SHADR127    0xF0012FF8          DMA Channel Shadow Address Register 127
DMA_CHCSR127    0xF0012FFC          DMARAM Channel Control and Status Register 127
ERAY1_CLC       0xF0017000          Clock Control Register
ERAY1_CUST1     0xF0017004          Busy and Input Buffer Control Register
ERAY1_ID        0xF0017008          Module Identification Register
ERAY1_CUST3     0xF001700C          Customer Interface Timeout Counter
ERAY1_TEST1     0xF0017010          Test Register 1
ERAY1_TEST2     0xF0017014          Test Register 2
ERAY1_LCK       0xF001701C          Lock Register
ERAY1_EIR       0xF0017020          Error Service Request Register
ERAY1_SIR       0xF0017024          Status Service Request Register
ERAY1_EILS      0xF0017028          Error Service Request Line Select
ERAY1_SILS      0xF001702C          Status Service Request Line Select
ERAY1_EIES      0xF0017030          Error Service Request Enable Set
ERAY1_EIER      0xF0017034          Error Service Request Enable Reset
ERAY1_SIES      0xF0017038          Status Service Request Enable Set
ERAY1_SIER      0xF001703C          Status Service Request Enable Reset
ERAY1_ILE       0xF0017040          Service Request Line Enable
ERAY1_T0C       0xF0017044          Timer 0 Configuration
ERAY1_T1C       0xF0017048          Timer 1 Configuration
ERAY1_STPW1     0xF001704C          Stop Watch Register 1
ERAY1_STPW2     0xF0017050          Stop Watch Register 2
ERAY1_SUCC1     0xF0017080          SUC Configuration Register 1
ERAY1_SUCC2     0xF0017084          SUC Configuration Register 2
ERAY1_SUCC3     0xF0017088          SUC Configuration Register 3
ERAY1_NEMC      0xF001708C          NEM Configuration Register
ERAY1_PRTC1     0xF0017090          PRT Configuration Register 1
ERAY1_PRTC2     0xF0017094          PRT Configuration Register 2
ERAY1_MHDC      0xF0017098          MHD Configuration Register
ERAY1_GTUC01    0xF00170A0          GTU Configuration Register 1
ERAY1_GTUC02    0xF00170A4          GTU Configuration Register 2
ERAY1_GTUC03    0xF00170A8          GTU Configuration Register 3
ERAY1_GTUC04    0xF00170AC          GTU Configuration Register 4
ERAY1_GTUC05    0xF00170B0          GTU Configuration Register 5
ERAY1_GTUC06    0xF00170B4          GTU Configuration Register 6
ERAY1_GTUC07    0xF00170B8          GTU Configuration Register 7
ERAY1_GTUC08    0xF00170BC          GTU Configuration Register 8
ERAY1_GTUC09    0xF00170C0          GTU Configuration Register 9
ERAY1_GTUC10    0xF00170C4          GTU Configuration Register 10
ERAY1_GTUC11    0xF00170C8          GTU Configuration Register 11
ERAY1_CCSV      0xF0017100          Communication Controller Status Vector
ERAY1_CCEV      0xF0017104          Communication Controller Error Vector
ERAY1_SCV       0xF0017110          Slot Counter Value
ERAY1_MTCCV     0xF0017114          Macrotick and Cycle Counter Value
ERAY1_RCV       0xF0017118          Rate Correction Value
ERAY1_OCV       0xF001711C          Offset Correction Value
ERAY1_SFS       0xF0017120          SYNC Frame Status
ERAY1_SWNIT     0xF0017124          Symbol Window and Network Idle Time Status
ERAY1_ACS       0xF0017128          Aggregated Channel Status
ERAY1_ESID01    0xF0017130          Even Sync ID Symbol Window 01
ERAY1_ESID02    0xF0017134          Even Sync ID Symbol Window 02
ERAY1_ESID03    0xF0017138          Even Sync ID Symbol Window 03
ERAY1_ESID04    0xF001713C          Even Sync ID Symbol Window 04
ERAY1_ESID05    0xF0017140          Even Sync ID Symbol Window 05
ERAY1_ESID06    0xF0017144          Even Sync ID Symbol Window 06
ERAY1_ESID07    0xF0017148          Even Sync ID Symbol Window 07
ERAY1_ESID08    0xF001714C          Even Sync ID Symbol Window 08
ERAY1_ESID09    0xF0017150          Even Sync ID Symbol Window 09
ERAY1_ESID10    0xF0017154          Even Sync ID Symbol Window 10
ERAY1_ESID11    0xF0017158          Even Sync ID Symbol Window 11
ERAY1_ESID12    0xF001715C          Even Sync ID Symbol Window 12
ERAY1_ESID13    0xF0017160          Even Sync ID Symbol Window 13
ERAY1_ESID14    0xF0017164          Even Sync ID Symbol Window 14
ERAY1_ESID15    0xF0017168          Even Sync ID Symbol Window 15
ERAY1_OSID01    0xF0017170          Odd Sync ID Symbol Window 01
ERAY1_OSID02    0xF0017174          Odd Sync ID Symbol Window 02
ERAY1_OSID03    0xF0017178          Odd Sync ID Symbol Window 03
ERAY1_OSID04    0xF001717C          Odd Sync ID Symbol Window 04
ERAY1_OSID05    0xF0017180          Odd Sync ID Symbol Window 05
ERAY1_OSID06    0xF0017184          Odd Sync ID Symbol Window 06
ERAY1_OSID07    0xF0017188          Odd Sync ID Symbol Window 07
ERAY1_OSID08    0xF001718C          Odd Sync ID Symbol Window 08
ERAY1_OSID09    0xF0017190          Odd Sync ID Symbol Window 09
ERAY1_OSID10    0xF0017194          Odd Sync ID Symbol Window 10
ERAY1_OSID11    0xF0017198          Odd Sync ID Symbol Window 11
ERAY1_OSID12    0xF001719C          Odd Sync ID Symbol Window 12
ERAY1_OSID13    0xF00171A0          Odd Sync ID Symbol Window 13
ERAY1_OSID14    0xF00171A4          Odd Sync ID Symbol Window 14
ERAY1_OSID15    0xF00171A8          Odd Sync ID Symbol Window 15
ERAY1_NMV1      0xF00171B0          Network Management Vector 1
ERAY1_NMV2      0xF00171B4          Network Management Vector 2
ERAY1_NMV3      0xF00171B8          Network Management Vector 3
ERAY1_MRC       0xF0017300          Message RAM Configuration
ERAY1_FRF       0xF0017304          FIFO Rejection Filter
ERAY1_FRFM      0xF0017308          FIFO Rejection Filter Mask
ERAY1_FCL       0xF001730C          FIFO Critical Level
ERAY1_MHDS      0xF0017310          Message Handler Status
ERAY1_LDTS      0xF0017314          Last Dynamic Transmit Slot
ERAY1_FSR       0xF0017318          FIFO Status Register
ERAY1_MHDF      0xF001731C          Message Handler Constraints Flags
ERAY1_TXRQ1     0xF0017320          Transmission Request Register 1
ERAY1_TXRQ2     0xF0017324          Transmission Request Register 2
ERAY1_TXRQ3     0xF0017328          Transmission Request Register 3
ERAY1_TXRQ4     0xF001732C          Transmission Request Register 4
ERAY1_NDAT1     0xF0017330          New Data Register 1
ERAY1_NDAT2     0xF0017334          New Data Register 2
ERAY1_NDAT3     0xF0017338          New Data Register 3
ERAY1_NDAT4     0xF001733C          New Data Register 4
ERAY1_MBSC1     0xF0017340          Message Buffer Status Changed 1
ERAY1_MBSC2     0xF0017344          Message Buffer Status Changed 2
ERAY1_MBSC3     0xF0017348          Message Buffer Status Changed 3
ERAY1_MBSC4     0xF001734C          Message Buffer Status Changed 4
ERAY1_NDIC1     0xF00173A8          New Data Interrupt Control 1
ERAY1_NDIC2     0xF00173AC          New Data Interrupt Control 2
ERAY1_NDIC3     0xF00173B0          New Data Interrupt Control 3
ERAY1_NDIC4     0xF00173B4          New Data Interrupt Control 4
ERAY1_MSIC1     0xF00173B8          Message Buffer Status Changed Interrupt Control 1
ERAY1_MSIC2     0xF00173BC          Message Buffer Status Changed Interrupt Control 2
ERAY1_MSIC3     0xF00173C0          Message Buffer Status Changed Interrupt Control 3
ERAY1_MSIC4     0xF00173C4          Message Buffer Status Changed Interrupt Control 4
ERAY1_CREL      0xF00173F0          Core Release Register
ERAY1_ENDN      0xF00173F4          Endian Register
ERAY1_WRDS01    0xF0017400          Write Data Section 01
ERAY1_WRDS02    0xF0017404          Write Data Section 02
ERAY1_WRDS03    0xF0017408          Write Data Section 03
ERAY1_WRDS04    0xF001740C          Write Data Section 04
ERAY1_WRDS05    0xF0017410          Write Data Section 05
ERAY1_WRDS06    0xF0017414          Write Data Section 06
ERAY1_WRDS07    0xF0017418          Write Data Section 07
ERAY1_WRDS08    0xF001741C          Write Data Section 08
ERAY1_WRDS09    0xF0017420          Write Data Section 09
ERAY1_WRDS10    0xF0017424          Write Data Section 10
ERAY1_WRDS11    0xF0017428          Write Data Section 11
ERAY1_WRDS12    0xF001742C          Write Data Section 12
ERAY1_WRDS13    0xF0017430          Write Data Section 13
ERAY1_WRDS14    0xF0017434          Write Data Section 14
ERAY1_WRDS15    0xF0017438          Write Data Section 15
ERAY1_WRDS16    0xF001743C          Write Data Section 16
ERAY1_WRDS17    0xF0017440          Write Data Section 17
ERAY1_WRDS18    0xF0017444          Write Data Section 18
ERAY1_WRDS19    0xF0017448          Write Data Section 19
ERAY1_WRDS20    0xF001744C          Write Data Section 20
ERAY1_WRDS21    0xF0017450          Write Data Section 21
ERAY1_WRDS22    0xF0017454          Write Data Section 22
ERAY1_WRDS23    0xF0017458          Write Data Section 23
ERAY1_WRDS24    0xF001745C          Write Data Section 24
ERAY1_WRDS25    0xF0017460          Write Data Section 25
ERAY1_WRDS26    0xF0017464          Write Data Section 26
ERAY1_WRDS27    0xF0017468          Write Data Section 27
ERAY1_WRDS28    0xF001746C          Write Data Section 28
ERAY1_WRDS29    0xF0017470          Write Data Section 29
ERAY1_WRDS30    0xF0017474          Write Data Section 30
ERAY1_WRDS31    0xF0017478          Write Data Section 31
ERAY1_WRDS32    0xF001747C          Write Data Section 32
ERAY1_WRDS33    0xF0017480          Write Data Section 33
ERAY1_WRDS34    0xF0017484          Write Data Section 34
ERAY1_WRDS35    0xF0017488          Write Data Section 35
ERAY1_WRDS36    0xF001748C          Write Data Section 36
ERAY1_WRDS37    0xF0017490          Write Data Section 37
ERAY1_WRDS38    0xF0017494          Write Data Section 38
ERAY1_WRDS39    0xF0017498          Write Data Section 39
ERAY1_WRDS40    0xF001749C          Write Data Section 40
ERAY1_WRDS41    0xF00174A0          Write Data Section 41
ERAY1_WRDS42    0xF00174A4          Write Data Section 42
ERAY1_WRDS43    0xF00174A8          Write Data Section 43
ERAY1_WRDS44    0xF00174AC          Write Data Section 44
ERAY1_WRDS45    0xF00174B0          Write Data Section 45
ERAY1_WRDS46    0xF00174B4          Write Data Section 46
ERAY1_WRDS47    0xF00174B8          Write Data Section 47
ERAY1_WRDS48    0xF00174BC          Write Data Section 48
ERAY1_WRDS49    0xF00174C0          Write Data Section 49
ERAY1_WRDS50    0xF00174C4          Write Data Section 50
ERAY1_WRDS51    0xF00174C8          Write Data Section 51
ERAY1_WRDS52    0xF00174CC          Write Data Section 52
ERAY1_WRDS53    0xF00174D0          Write Data Section 53
ERAY1_WRDS54    0xF00174D4          Write Data Section 54
ERAY1_WRDS55    0xF00174D8          Write Data Section 55
ERAY1_WRDS56    0xF00174DC          Write Data Section 56
ERAY1_WRDS57    0xF00174E0          Write Data Section 57
ERAY1_WRDS58    0xF00174E4          Write Data Section 58
ERAY1_WRDS59    0xF00174E8          Write Data Section 59
ERAY1_WRDS60    0xF00174EC          Write Data Section 60
ERAY1_WRDS61    0xF00174F0          Write Data Section 61
ERAY1_WRDS62    0xF00174F4          Write Data Section 62
ERAY1_WRDS63    0xF00174F8          Write Data Section 63
ERAY1_WRDS64    0xF00174FC          Write Data Section 64
ERAY1_WRHS1     0xF0017500          Write Header Section 1
ERAY1_WRHS2     0xF0017504          Write Header Section 2
ERAY1_WRHS3     0xF0017508          Write Header Section 3
ERAY1_IBCM      0xF0017510          Input Buffer Command Mask
ERAY1_IBCR      0xF0017514          Input Buffer Command Request
ERAY1_RDDS01    0xF0017600          Read Data Section 01
ERAY1_RDDS02    0xF0017604          Read Data Section 02
ERAY1_RDDS03    0xF0017608          Read Data Section 03
ERAY1_RDDS04    0xF001760C          Read Data Section 04
ERAY1_RDDS05    0xF0017610          Read Data Section 05
ERAY1_RDDS06    0xF0017614          Read Data Section 06
ERAY1_RDDS07    0xF0017618          Read Data Section 07
ERAY1_RDDS08    0xF001761C          Read Data Section 08
ERAY1_RDDS09    0xF0017620          Read Data Section 09
ERAY1_RDDS10    0xF0017624          Read Data Section 10
ERAY1_RDDS11    0xF0017628          Read Data Section 11
ERAY1_RDDS12    0xF001762C          Read Data Section 12
ERAY1_RDDS13    0xF0017630          Read Data Section 13
ERAY1_RDDS14    0xF0017634          Read Data Section 14
ERAY1_RDDS15    0xF0017638          Read Data Section 15
ERAY1_RDDS16    0xF001763C          Read Data Section 16
ERAY1_RDDS17    0xF0017640          Read Data Section 17
ERAY1_RDDS18    0xF0017644          Read Data Section 18
ERAY1_RDDS19    0xF0017648          Read Data Section 19
ERAY1_RDDS20    0xF001764C          Read Data Section 20
ERAY1_RDDS21    0xF0017650          Read Data Section 21
ERAY1_RDDS22    0xF0017654          Read Data Section 22
ERAY1_RDDS23    0xF0017658          Read Data Section 23
ERAY1_RDDS24    0xF001765C          Read Data Section 24
ERAY1_RDDS25    0xF0017660          Read Data Section 25
ERAY1_RDDS26    0xF0017664          Read Data Section 26
ERAY1_RDDS27    0xF0017668          Read Data Section 27
ERAY1_RDDS28    0xF001766C          Read Data Section 28
ERAY1_RDDS29    0xF0017670          Read Data Section 29
ERAY1_RDDS30    0xF0017674          Read Data Section 30
ERAY1_RDDS31    0xF0017678          Read Data Section 31
ERAY1_RDDS32    0xF001767C          Read Data Section 32
ERAY1_RDDS33    0xF0017680          Read Data Section 33
ERAY1_RDDS34    0xF0017684          Read Data Section 34
ERAY1_RDDS35    0xF0017688          Read Data Section 35
ERAY1_RDDS36    0xF001768C          Read Data Section 36
ERAY1_RDDS37    0xF0017690          Read Data Section 37
ERAY1_RDDS38    0xF0017694          Read Data Section 38
ERAY1_RDDS39    0xF0017698          Read Data Section 39
ERAY1_RDDS40    0xF001769C          Read Data Section 40
ERAY1_RDDS41    0xF00176A0          Read Data Section 41
ERAY1_RDDS42    0xF00176A4          Read Data Section 42
ERAY1_RDDS43    0xF00176A8          Read Data Section 43
ERAY1_RDDS44    0xF00176AC          Read Data Section 44
ERAY1_RDDS45    0xF00176B0          Read Data Section 45
ERAY1_RDDS46    0xF00176B4          Read Data Section 46
ERAY1_RDDS47    0xF00176B8          Read Data Section 47
ERAY1_RDDS48    0xF00176BC          Read Data Section 48
ERAY1_RDDS49    0xF00176C0          Read Data Section 49
ERAY1_RDDS50    0xF00176C4          Read Data Section 50
ERAY1_RDDS51    0xF00176C8          Read Data Section 51
ERAY1_RDDS52    0xF00176CC          Read Data Section 52
ERAY1_RDDS53    0xF00176D0          Read Data Section 53
ERAY1_RDDS54    0xF00176D4          Read Data Section 54
ERAY1_RDDS55    0xF00176D8          Read Data Section 55
ERAY1_RDDS56    0xF00176DC          Read Data Section 56
ERAY1_RDDS57    0xF00176E0          Read Data Section 57
ERAY1_RDDS58    0xF00176E4          Read Data Section 58
ERAY1_RDDS59    0xF00176E8          Read Data Section 59
ERAY1_RDDS60    0xF00176EC          Read Data Section 60
ERAY1_RDDS61    0xF00176F0          Read Data Section 61
ERAY1_RDDS62    0xF00176F4          Read Data Section 62
ERAY1_RDDS63    0xF00176F8          Read Data Section 63
ERAY1_RDDS64    0xF00176FC          Read Data Section 64
ERAY1_RDHS1     0xF0017700          Read Header Section 1
ERAY1_RDHS2     0xF0017704          Read Header Section 2
ERAY1_RDHS3     0xF0017708          Read Header Section 3
ERAY1_MBS       0xF001770C          Message Buffer Status
ERAY1_OBCM      0xF0017710          Output Buffer Command Mask
ERAY1_OBCR      0xF0017714          Output Buffer Command Request
ERAY1_OTSS      0xF0017870          OCDS Trigger Set Select
ERAY1_OCS       0xF00178E8          OCDS Control and Status
ERAY1_KRSTCLR   0xF00178EC          Kernel Reset Status Clear Register
ERAY1_KRST1     0xF00178F0          Kernel Reset Register 1
ERAY1_KRST0     0xF00178F4          Kernel Reset Register 0
ERAY1_ACCEN1    0xF00178F8          Access Enable Register 1
ERAY1_ACCEN0    0xF00178FC          Access Enable Register 0
CAN_CLC         0xF0018000          CAN Clock Control Register
CAN_ID          0xF0018008          Module Identification Register
CAN_FDR         0xF001800C          CAN Fractional Divider Register
CAN_OCS         0xF00180E8          OCDS Control and Status
CAN_KRSTCLR     0xF00180EC          Kernel Reset Status Clear Register
CAN_KRST1       0xF00180F0          Kernel Reset Register 1
CAN_KRST0       0xF00180F4          Kernel Reset Register 0
CAN_ACCEN1      0xF00180F8          Access Enable Register 1
CAN_ACCEN0      0xF00180FC          Access Enable Register 0
CAN_LIST0       0xF0018100          List Register 0
CAN_LIST1       0xF0018104          List Register 1
CAN_LIST2       0xF0018108          List Register 2
CAN_LIST3       0xF001810C          List Register 3
CAN_LIST4       0xF0018110          List Register 4
CAN_LIST5       0xF0018114          List Register 5
CAN_LIST6       0xF0018118          List Register 6
CAN_LIST7       0xF001811C          List Register 7
CAN_LIST8       0xF0018120          List Register 8
CAN_LIST9       0xF0018124          List Register 9
CAN_LIST10      0xF0018128          List Register 10
CAN_LIST11      0xF001812C          List Register 11
CAN_LIST12      0xF0018130          List Register 12
CAN_LIST13      0xF0018134          List Register 13
CAN_LIST14      0xF0018138          List Register 14
CAN_LIST15      0xF001813C          List Register 15
CAN_MSPND0      0xF0018140          Message Pending Register 0
CAN_MSPND1      0xF0018144          Message Pending Register 1
CAN_MSPND2      0xF0018148          Message Pending Register 2
CAN_MSPND3      0xF001814C          Message Pending Register 3
CAN_MSPND4      0xF0018150          Message Pending Register 4
CAN_MSPND5      0xF0018154          Message Pending Register 5
CAN_MSPND6      0xF0018158          Message Pending Register 6
CAN_MSPND7      0xF001815C          Message Pending Register 7
CAN_MSID0       0xF0018180          Message Index Register 0
CAN_MSID1       0xF0018184          Message Index Register 1
CAN_MSID2       0xF0018188          Message Index Register 2
CAN_MSID3       0xF001818C          Message Index Register 3
CAN_MSID4       0xF0018190          Message Index Register 4
CAN_MSID5       0xF0018194          Message Index Register 5
CAN_MSID6       0xF0018198          Message Index Register 6
CAN_MSID7       0xF001819C          Message Index Register 7
CAN_MSIMASK     0xF00181C0          Message Index Mask Register
CAN_PANCTR      0xF00181C4          Panel Control Register
CAN_MCR         0xF00181C8          Module Control Register
CAN_MITR        0xF00181CC          Module Interrupt Trigger Register
CAN_MECR        0xF00181D0          Measurement Control Register
CAN_MESTAT      0xF00181D4          Measurement Status Register
CAN_NCR0        0xF0018200          Node 0 Control Register
CAN_NSR0        0xF0018204          Node 0 Status Register
CAN_NIPR0       0xF0018208          Node 0 Interrupt Pointer Register
CAN_NPCR0       0xF001820C          Node 0 Port Control Register
CAN_NBTR0       0xF0018210          Node 0 Bit Timing Register
CAN_NECNT0      0xF0018214          Node 0 Error Counter Register
CAN_NFCR0       0xF0018218          Node 0 Frame Counter Register
CAN_NTCCR0      0xF001821C          Node 0 Timer Clock Control Register
CAN_NTRTR0      0xF0018220          Node 0 Timer Receive Timeout Register
CAN_NTATTR0     0xF0018224          Node 0 Timer A Transmit Trigger Register
CAN_NTBTTR0     0xF0018228          Node 0 Timer B Transmit Trigger Register
CAN_NTCTTR0     0xF001822C          Node 0 Timer C Transmit Trigger Register
CAN_FNBTR0      0xF0018238          Fast Node 0 Bit Timing Register
CAN_NTDCR0      0xF001823C          Node 0 Transmitter Delay Compensation Register
CAN_NCR1        0xF0018300          Node 1 Control Register
CAN_NSR1        0xF0018304          Node 1 Status Register
CAN_NIPR1       0xF0018308          Node 1 Interrupt Pointer Register
CAN_NPCR1       0xF001830C          Node 1 Port Control Register
CAN_NBTR1       0xF0018310          Node 1 Bit Timing Register
CAN_NECNT1      0xF0018314          Node 1 Error Counter Register
CAN_NFCR1       0xF0018318          Node 1 Frame Counter Register
CAN_NTCCR1      0xF001831C          Node 1 Timer Clock Control Register
CAN_NTRTR1      0xF0018320          Node 1 Timer Receive Timeout Register
CAN_NTATTR1     0xF0018324          Node 1 Timer A Transmit Trigger Register
CAN_NTBTTR1     0xF0018328          Node 1 Timer B Transmit Trigger Register
CAN_NTCTTR1     0xF001832C          Node 1 Timer C Transmit Trigger Register
CAN_FNBTR1      0xF0018338          Fast Node 1 Bit Timing Register
CAN_NTDCR1      0xF001833C          Node 1 Transmitter Delay Compensation Register
CAN_NCR2        0xF0018400          Node 2 Control Register
CAN_NSR2        0xF0018404          Node 2 Status Register
CAN_NIPR2       0xF0018408          Node 2 Interrupt Pointer Register
CAN_NPCR2       0xF001840C          Node 2 Port Control Register
CAN_NBTR2       0xF0018410          Node 2 Bit Timing Register
CAN_NECNT2      0xF0018414          Node 2 Error Counter Register
CAN_NFCR2       0xF0018418          Node 2 Frame Counter Register
CAN_NTCCR2      0xF001841C          Node 2 Timer Clock Control Register
CAN_NTRTR2      0xF0018420          Node 2 Timer Receive Timeout Register
CAN_NTATTR2     0xF0018424          Node 2 Timer A Transmit Trigger Register
CAN_NTBTTR2     0xF0018428          Node 2 Timer B Transmit Trigger Register
CAN_NTCTTR2     0xF001842C          Node 2 Timer C Transmit Trigger Register
CAN_FNBTR2      0xF0018438          Fast Node 2 Bit Timing Register
CAN_NTDCR2      0xF001843C          Node 2 Transmitter Delay Compensation Register
CAN_NCR3        0xF0018500          Node 3 Control Register
CAN_NSR3        0xF0018504          Node 3 Status Register
CAN_NIPR3       0xF0018508          Node 3 Interrupt Pointer Register
CAN_NPCR3       0xF001850C          Node 3 Port Control Register
CAN_NBTR3       0xF0018510          Node 3 Bit Timing Register
CAN_NECNT3      0xF0018514          Node 3 Error Counter Register
CAN_NFCR3       0xF0018518          Node 3 Frame Counter Register
CAN_NTCCR3      0xF001851C          Node 3 Timer Clock Control Register
CAN_NTRTR3      0xF0018520          Node 3 Timer Receive Timeout Register
CAN_NTATTR3     0xF0018524          Node 3 Timer A Transmit Trigger Register
CAN_NTBTTR3     0xF0018528          Node 3 Timer B Transmit Trigger Register
CAN_NTCTTR3     0xF001852C          Node 3 Timer C Transmit Trigger Register
CAN_FNBTR3      0xF0018538          Fast Node 3 Bit Timing Register
CAN_NTDCR3      0xF001853C          Node 3 Transmitter Delay Compensation Register
CAN_MOFCR0      0xF0019000          Message Object 0 Function Control Register
CAN_MOFGPR0     0xF0019004          Message Object 0 FIFO/Gateway Pointer Register
CAN_MOIPR0      0xF0019008          Message Object 0 Interrupt Pointer Register
CAN_MOAMR0      0xF001900C          Message Object 0 Acceptance Mask Register
CAN_MODATAL0    0xF0019010          Message Object 0 Data Register Low
CAN_MODATAH0    0xF0019014          Message Object 0 Data Register High
CAN_MOAR0       0xF0019018          Message Object 0 Arbitration Register
CAN_MOCTR0      0xF001901C          Message Object 0 Control Register
CAN_MOFCR1      0xF0019020          Message Object 1 Function Control Register
CAN_MOFGPR1     0xF0019024          Message Object 1 FIFO/Gateway Pointer Register
CAN_MOIPR1      0xF0019028          Message Object 1 Interrupt Pointer Register
CAN_MOAMR1      0xF001902C          Message Object 1 Acceptance Mask Register
CAN_MODATAL1    0xF0019030          Message Object 1 Data Register Low
CAN_MODATAH1    0xF0019034          Message Object 1 Data Register High
CAN_MOAR1       0xF0019038          Message Object 1 Arbitration Register
CAN_MOCTR1      0xF001903C          Message Object 1 Control Register
CAN_MOFCR2      0xF0019040          Message Object 2 Function Control Register
CAN_MOFGPR2     0xF0019044          Message Object 2 FIFO/Gateway Pointer Register
CAN_MOIPR2      0xF0019048          Message Object 2 Interrupt Pointer Register
CAN_MOAMR2      0xF001904C          Message Object 2 Acceptance Mask Register
CAN_MODATAL2    0xF0019050          Message Object 2 Data Register Low
CAN_MODATAH2    0xF0019054          Message Object 2 Data Register High
CAN_MOAR2       0xF0019058          Message Object 2 Arbitration Register
CAN_MOCTR2      0xF001905C          Message Object 2 Control Register
CAN_MOFCR3      0xF0019060          Message Object 3 Function Control Register
CAN_MOFGPR3     0xF0019064          Message Object 3 FIFO/Gateway Pointer Register
CAN_MOIPR3      0xF0019068          Message Object 3 Interrupt Pointer Register
CAN_MOAMR3      0xF001906C          Message Object 3 Acceptance Mask Register
CAN_MODATAL3    0xF0019070          Message Object 3 Data Register Low
CAN_MODATAH3    0xF0019074          Message Object 3 Data Register High
CAN_MOAR3       0xF0019078          Message Object 3 Arbitration Register
CAN_MOCTR3      0xF001907C          Message Object 3 Control Register
CAN_MOFCR4      0xF0019080          Message Object 4 Function Control Register
CAN_MOFGPR4     0xF0019084          Message Object 4 FIFO/Gateway Pointer Register
CAN_MOIPR4      0xF0019088          Message Object 4 Interrupt Pointer Register
CAN_MOAMR4      0xF001908C          Message Object 4 Acceptance Mask Register
CAN_MODATAL4    0xF0019090          Message Object 4 Data Register Low
CAN_MODATAH4    0xF0019094          Message Object 4 Data Register High
CAN_MOAR4       0xF0019098          Message Object 4 Arbitration Register
CAN_MOCTR4      0xF001909C          Message Object 4 Control Register
CAN_MOFCR5      0xF00190A0          Message Object 5 Function Control Register
CAN_MOFGPR5     0xF00190A4          Message Object 5 FIFO/Gateway Pointer Register
CAN_MOIPR5      0xF00190A8          Message Object 5 Interrupt Pointer Register
CAN_MOAMR5      0xF00190AC          Message Object 5 Acceptance Mask Register
CAN_MODATAL5    0xF00190B0          Message Object 5 Data Register Low
CAN_MODATAH5    0xF00190B4          Message Object 5 Data Register High
CAN_MOAR5       0xF00190B8          Message Object 5 Arbitration Register
CAN_MOCTR5      0xF00190BC          Message Object 5 Control Register
CAN_MOFCR6      0xF00190C0          Message Object 6 Function Control Register
CAN_MOFGPR6     0xF00190C4          Message Object 6 FIFO/Gateway Pointer Register
CAN_MOIPR6      0xF00190C8          Message Object 6 Interrupt Pointer Register
CAN_MOAMR6      0xF00190CC          Message Object 6 Acceptance Mask Register
CAN_MODATAL6    0xF00190D0          Message Object 6 Data Register Low
CAN_MODATAH6    0xF00190D4          Message Object 6 Data Register High
CAN_MOAR6       0xF00190D8          Message Object 6 Arbitration Register
CAN_MOCTR6      0xF00190DC          Message Object 6 Control Register
CAN_MOFCR7      0xF00190E0          Message Object 7 Function Control Register
CAN_MOFGPR7     0xF00190E4          Message Object 7 FIFO/Gateway Pointer Register
CAN_MOIPR7      0xF00190E8          Message Object 7 Interrupt Pointer Register
CAN_MOAMR7      0xF00190EC          Message Object 7 Acceptance Mask Register
CAN_MODATAL7    0xF00190F0          Message Object 7 Data Register Low
CAN_MODATAH7    0xF00190F4          Message Object 7 Data Register High
CAN_MOAR7       0xF00190F8          Message Object 7 Arbitration Register
CAN_MOCTR7      0xF00190FC          Message Object 7 Control Register
CAN_MOFCR8      0xF0019100          Message Object 8 Function Control Register
CAN_MOFGPR8     0xF0019104          Message Object 8 FIFO/Gateway Pointer Register
CAN_MOIPR8      0xF0019108          Message Object 8 Interrupt Pointer Register
CAN_MOAMR8      0xF001910C          Message Object 8 Acceptance Mask Register
CAN_MODATAL8    0xF0019110          Message Object 8 Data Register Low
CAN_MODATAH8    0xF0019114          Message Object 8 Data Register High
CAN_MOAR8       0xF0019118          Message Object 8 Arbitration Register
CAN_MOCTR8      0xF001911C          Message Object 8 Control Register
CAN_MOFCR9      0xF0019120          Message Object 9 Function Control Register
CAN_MOFGPR9     0xF0019124          Message Object 9 FIFO/Gateway Pointer Register
CAN_MOIPR9      0xF0019128          Message Object 9 Interrupt Pointer Register
CAN_MOAMR9      0xF001912C          Message Object 9 Acceptance Mask Register
CAN_MODATAL9    0xF0019130          Message Object 9 Data Register Low
CAN_MODATAH9    0xF0019134          Message Object 9 Data Register High
CAN_MOAR9       0xF0019138          Message Object 9 Arbitration Register
CAN_MOCTR9      0xF001913C          Message Object 9 Control Register
CAN_MOFCR10     0xF0019140          Message Object 10 Function Control Register
CAN_MOFGPR10    0xF0019144          Message Object 10 FIFO/Gateway Pointer Register
CAN_MOIPR10     0xF0019148          Message Object 10 Interrupt Pointer Register
CAN_MOAMR10     0xF001914C          Message Object 10 Acceptance Mask Register
CAN_MODATAL10   0xF0019150          Message Object 10 Data Register Low
CAN_MODATAH10   0xF0019154          Message Object 10 Data Register High
CAN_MOAR10      0xF0019158          Message Object 10 Arbitration Register
CAN_MOCTR10     0xF001915C          Message Object 10 Control Register
CAN_MOFCR11     0xF0019160          Message Object 11 Function Control Register
CAN_MOFGPR11    0xF0019164          Message Object 11 FIFO/Gateway Pointer Register
CAN_MOIPR11     0xF0019168          Message Object 11 Interrupt Pointer Register
CAN_MOAMR11     0xF001916C          Message Object 11 Acceptance Mask Register
CAN_MODATAL11   0xF0019170          Message Object 11 Data Register Low
CAN_MODATAH11   0xF0019174          Message Object 11 Data Register High
CAN_MOAR11      0xF0019178          Message Object 11 Arbitration Register
CAN_MOCTR11     0xF001917C          Message Object 11 Control Register
CAN_MOFCR12     0xF0019180          Message Object 12 Function Control Register
CAN_MOFGPR12    0xF0019184          Message Object 12 FIFO/Gateway Pointer Register
CAN_MOIPR12     0xF0019188          Message Object 12 Interrupt Pointer Register
CAN_MOAMR12     0xF001918C          Message Object 12 Acceptance Mask Register
CAN_MODATAL12   0xF0019190          Message Object 12 Data Register Low
CAN_MODATAH12   0xF0019194          Message Object 12 Data Register High
CAN_MOAR12      0xF0019198          Message Object 12 Arbitration Register
CAN_MOCTR12     0xF001919C          Message Object 12 Control Register
CAN_MOFCR13     0xF00191A0          Message Object 13 Function Control Register
CAN_MOFGPR13    0xF00191A4          Message Object 13 FIFO/Gateway Pointer Register
CAN_MOIPR13     0xF00191A8          Message Object 13 Interrupt Pointer Register
CAN_MOAMR13     0xF00191AC          Message Object 13 Acceptance Mask Register
CAN_MODATAL13   0xF00191B0          Message Object 13 Data Register Low
CAN_MODATAH13   0xF00191B4          Message Object 13 Data Register High
CAN_MOAR13      0xF00191B8          Message Object 13 Arbitration Register
CAN_MOCTR13     0xF00191BC          Message Object 13 Control Register
CAN_MOFCR14     0xF00191C0          Message Object 14 Function Control Register
CAN_MOFGPR14    0xF00191C4          Message Object 14 FIFO/Gateway Pointer Register
CAN_MOIPR14     0xF00191C8          Message Object 14 Interrupt Pointer Register
CAN_MOAMR14     0xF00191CC          Message Object 14 Acceptance Mask Register
CAN_MODATAL14   0xF00191D0          Message Object 14 Data Register Low
CAN_MODATAH14   0xF00191D4          Message Object 14 Data Register High
CAN_MOAR14      0xF00191D8          Message Object 14 Arbitration Register
CAN_MOCTR14     0xF00191DC          Message Object 14 Control Register
CAN_MOFCR15     0xF00191E0          Message Object 15 Function Control Register
CAN_MOFGPR15    0xF00191E4          Message Object 15 FIFO/Gateway Pointer Register
CAN_MOIPR15     0xF00191E8          Message Object 15 Interrupt Pointer Register
CAN_MOAMR15     0xF00191EC          Message Object 15 Acceptance Mask Register
CAN_MODATAL15   0xF00191F0          Message Object 15 Data Register Low
CAN_MODATAH15   0xF00191F4          Message Object 15 Data Register High
CAN_MOAR15      0xF00191F8          Message Object 15 Arbitration Register
CAN_MOCTR15     0xF00191FC          Message Object 15 Control Register
CAN_MOFCR16     0xF0019200          Message Object 16 Function Control Register
CAN_MOFGPR16    0xF0019204          Message Object 16 FIFO/Gateway Pointer Register
CAN_MOIPR16     0xF0019208          Message Object 16 Interrupt Pointer Register
CAN_MOAMR16     0xF001920C          Message Object 16 Acceptance Mask Register
CAN_MODATAL16   0xF0019210          Message Object 16 Data Register Low
CAN_MODATAH16   0xF0019214          Message Object 16 Data Register High
CAN_MOAR16      0xF0019218          Message Object 16 Arbitration Register
CAN_MOCTR16     0xF001921C          Message Object 16 Control Register
CAN_MOFCR17     0xF0019220          Message Object 17 Function Control Register
CAN_MOFGPR17    0xF0019224          Message Object 17 FIFO/Gateway Pointer Register
CAN_MOIPR17     0xF0019228          Message Object 17 Interrupt Pointer Register
CAN_MOAMR17     0xF001922C          Message Object 17 Acceptance Mask Register
CAN_MODATAL17   0xF0019230          Message Object 17 Data Register Low
CAN_MODATAH17   0xF0019234          Message Object 17 Data Register High
CAN_MOAR17      0xF0019238          Message Object 17 Arbitration Register
CAN_MOCTR17     0xF001923C          Message Object 17 Control Register
CAN_MOFCR18     0xF0019240          Message Object 18 Function Control Register
CAN_MOFGPR18    0xF0019244          Message Object 18 FIFO/Gateway Pointer Register
CAN_MOIPR18     0xF0019248          Message Object 18 Interrupt Pointer Register
CAN_MOAMR18     0xF001924C          Message Object 18 Acceptance Mask Register
CAN_MODATAL18   0xF0019250          Message Object 18 Data Register Low
CAN_MODATAH18   0xF0019254          Message Object 18 Data Register High
CAN_MOAR18      0xF0019258          Message Object 18 Arbitration Register
CAN_MOCTR18     0xF001925C          Message Object 18 Control Register
CAN_MOFCR19     0xF0019260          Message Object 19 Function Control Register
CAN_MOFGPR19    0xF0019264          Message Object 19 FIFO/Gateway Pointer Register
CAN_MOIPR19     0xF0019268          Message Object 19 Interrupt Pointer Register
CAN_MOAMR19     0xF001926C          Message Object 19 Acceptance Mask Register
CAN_MODATAL19   0xF0019270          Message Object 19 Data Register Low
CAN_MODATAH19   0xF0019274          Message Object 19 Data Register High
CAN_MOAR19      0xF0019278          Message Object 19 Arbitration Register
CAN_MOCTR19     0xF001927C          Message Object 19 Control Register
CAN_MOFCR20     0xF0019280          Message Object 20 Function Control Register
CAN_MOFGPR20    0xF0019284          Message Object 20 FIFO/Gateway Pointer Register
CAN_MOIPR20     0xF0019288          Message Object 20 Interrupt Pointer Register
CAN_MOAMR20     0xF001928C          Message Object 20 Acceptance Mask Register
CAN_MODATAL20   0xF0019290          Message Object 20 Data Register Low
CAN_MODATAH20   0xF0019294          Message Object 20 Data Register High
CAN_MOAR20      0xF0019298          Message Object 20 Arbitration Register
CAN_MOCTR20     0xF001929C          Message Object 20 Control Register
CAN_MOFCR21     0xF00192A0          Message Object 21 Function Control Register
CAN_MOFGPR21    0xF00192A4          Message Object 21 FIFO/Gateway Pointer Register
CAN_MOIPR21     0xF00192A8          Message Object 21 Interrupt Pointer Register
CAN_MOAMR21     0xF00192AC          Message Object 21 Acceptance Mask Register
CAN_MODATAL21   0xF00192B0          Message Object 21 Data Register Low
CAN_MODATAH21   0xF00192B4          Message Object 21 Data Register High
CAN_MOAR21      0xF00192B8          Message Object 21 Arbitration Register
CAN_MOCTR21     0xF00192BC          Message Object 21 Control Register
CAN_MOFCR22     0xF00192C0          Message Object 22 Function Control Register
CAN_MOFGPR22    0xF00192C4          Message Object 22 FIFO/Gateway Pointer Register
CAN_MOIPR22     0xF00192C8          Message Object 22 Interrupt Pointer Register
CAN_MOAMR22     0xF00192CC          Message Object 22 Acceptance Mask Register
CAN_MODATAL22   0xF00192D0          Message Object 22 Data Register Low
CAN_MODATAH22   0xF00192D4          Message Object 22 Data Register High
CAN_MOAR22      0xF00192D8          Message Object 22 Arbitration Register
CAN_MOCTR22     0xF00192DC          Message Object 22 Control Register
CAN_MOFCR23     0xF00192E0          Message Object 23 Function Control Register
CAN_MOFGPR23    0xF00192E4          Message Object 23 FIFO/Gateway Pointer Register
CAN_MOIPR23     0xF00192E8          Message Object 23 Interrupt Pointer Register
CAN_MOAMR23     0xF00192EC          Message Object 23 Acceptance Mask Register
CAN_MODATAL23   0xF00192F0          Message Object 23 Data Register Low
CAN_MODATAH23   0xF00192F4          Message Object 23 Data Register High
CAN_MOAR23      0xF00192F8          Message Object 23 Arbitration Register
CAN_MOCTR23     0xF00192FC          Message Object 23 Control Register
CAN_MOFCR24     0xF0019300          Message Object 24 Function Control Register
CAN_MOFGPR24    0xF0019304          Message Object 24 FIFO/Gateway Pointer Register
CAN_MOIPR24     0xF0019308          Message Object 24 Interrupt Pointer Register
CAN_MOAMR24     0xF001930C          Message Object 24 Acceptance Mask Register
CAN_MODATAL24   0xF0019310          Message Object 24 Data Register Low
CAN_MODATAH24   0xF0019314          Message Object 24 Data Register High
CAN_MOAR24      0xF0019318          Message Object 24 Arbitration Register
CAN_MOCTR24     0xF001931C          Message Object 24 Control Register
CAN_MOFCR25     0xF0019320          Message Object 25 Function Control Register
CAN_MOFGPR25    0xF0019324          Message Object 25 FIFO/Gateway Pointer Register
CAN_MOIPR25     0xF0019328          Message Object 25 Interrupt Pointer Register
CAN_MOAMR25     0xF001932C          Message Object 25 Acceptance Mask Register
CAN_MODATAL25   0xF0019330          Message Object 25 Data Register Low
CAN_MODATAH25   0xF0019334          Message Object 25 Data Register High
CAN_MOAR25      0xF0019338          Message Object 25 Arbitration Register
CAN_MOCTR25     0xF001933C          Message Object 25 Control Register
CAN_MOFCR26     0xF0019340          Message Object 26 Function Control Register
CAN_MOFGPR26    0xF0019344          Message Object 26 FIFO/Gateway Pointer Register
CAN_MOIPR26     0xF0019348          Message Object 26 Interrupt Pointer Register
CAN_MOAMR26     0xF001934C          Message Object 26 Acceptance Mask Register
CAN_MODATAL26   0xF0019350          Message Object 26 Data Register Low
CAN_MODATAH26   0xF0019354          Message Object 26 Data Register High
CAN_MOAR26      0xF0019358          Message Object 26 Arbitration Register
CAN_MOCTR26     0xF001935C          Message Object 26 Control Register
CAN_MOFCR27     0xF0019360          Message Object 27 Function Control Register
CAN_MOFGPR27    0xF0019364          Message Object 27 FIFO/Gateway Pointer Register
CAN_MOIPR27     0xF0019368          Message Object 27 Interrupt Pointer Register
CAN_MOAMR27     0xF001936C          Message Object 27 Acceptance Mask Register
CAN_MODATAL27   0xF0019370          Message Object 27 Data Register Low
CAN_MODATAH27   0xF0019374          Message Object 27 Data Register High
CAN_MOAR27      0xF0019378          Message Object 27 Arbitration Register
CAN_MOCTR27     0xF001937C          Message Object 27 Control Register
CAN_MOFCR28     0xF0019380          Message Object 28 Function Control Register
CAN_MOFGPR28    0xF0019384          Message Object 28 FIFO/Gateway Pointer Register
CAN_MOIPR28     0xF0019388          Message Object 28 Interrupt Pointer Register
CAN_MOAMR28     0xF001938C          Message Object 28 Acceptance Mask Register
CAN_MODATAL28   0xF0019390          Message Object 28 Data Register Low
CAN_MODATAH28   0xF0019394          Message Object 28 Data Register High
CAN_MOAR28      0xF0019398          Message Object 28 Arbitration Register
CAN_MOCTR28     0xF001939C          Message Object 28 Control Register
CAN_MOFCR29     0xF00193A0          Message Object 29 Function Control Register
CAN_MOFGPR29    0xF00193A4          Message Object 29 FIFO/Gateway Pointer Register
CAN_MOIPR29     0xF00193A8          Message Object 29 Interrupt Pointer Register
CAN_MOAMR29     0xF00193AC          Message Object 29 Acceptance Mask Register
CAN_MODATAL29   0xF00193B0          Message Object 29 Data Register Low
CAN_MODATAH29   0xF00193B4          Message Object 29 Data Register High
CAN_MOAR29      0xF00193B8          Message Object 29 Arbitration Register
CAN_MOCTR29     0xF00193BC          Message Object 29 Control Register
CAN_MOFCR30     0xF00193C0          Message Object 30 Function Control Register
CAN_MOFGPR30    0xF00193C4          Message Object 30 FIFO/Gateway Pointer Register
CAN_MOIPR30     0xF00193C8          Message Object 30 Interrupt Pointer Register
CAN_MOAMR30     0xF00193CC          Message Object 30 Acceptance Mask Register
CAN_MODATAL30   0xF00193D0          Message Object 30 Data Register Low
CAN_MODATAH30   0xF00193D4          Message Object 30 Data Register High
CAN_MOAR30      0xF00193D8          Message Object 30 Arbitration Register
CAN_MOCTR30     0xF00193DC          Message Object 30 Control Register
CAN_MOFCR31     0xF00193E0          Message Object 31 Function Control Register
CAN_MOFGPR31    0xF00193E4          Message Object 31 FIFO/Gateway Pointer Register
CAN_MOIPR31     0xF00193E8          Message Object 31 Interrupt Pointer Register
CAN_MOAMR31     0xF00193EC          Message Object 31 Acceptance Mask Register
CAN_MODATAL31   0xF00193F0          Message Object 31 Data Register Low
CAN_MODATAH31   0xF00193F4          Message Object 31 Data Register High
CAN_MOAR31      0xF00193F8          Message Object 31 Arbitration Register
CAN_MOCTR31     0xF00193FC          Message Object 31 Control Register
CAN_MOFCR32     0xF0019400          Message Object 32 Function Control Register
CAN_MOFGPR32    0xF0019404          Message Object 32 FIFO/Gateway Pointer Register
CAN_MOIPR32     0xF0019408          Message Object 32 Interrupt Pointer Register
CAN_MOAMR32     0xF001940C          Message Object 32 Acceptance Mask Register
CAN_MODATAL32   0xF0019410          Message Object 32 Data Register Low
CAN_MODATAH32   0xF0019414          Message Object 32 Data Register High
CAN_MOAR32      0xF0019418          Message Object 32 Arbitration Register
CAN_MOCTR32     0xF001941C          Message Object 32 Control Register
CAN_MOFCR33     0xF0019420          Message Object 33 Function Control Register
CAN_MOFGPR33    0xF0019424          Message Object 33 FIFO/Gateway Pointer Register
CAN_MOIPR33     0xF0019428          Message Object 33 Interrupt Pointer Register
CAN_MOAMR33     0xF001942C          Message Object 33 Acceptance Mask Register
CAN_MODATAL33   0xF0019430          Message Object 33 Data Register Low
CAN_MODATAH33   0xF0019434          Message Object 33 Data Register High
CAN_MOAR33      0xF0019438          Message Object 33 Arbitration Register
CAN_MOCTR33     0xF001943C          Message Object 33 Control Register
CAN_MOFCR34     0xF0019440          Message Object 34 Function Control Register
CAN_MOFGPR34    0xF0019444          Message Object 34 FIFO/Gateway Pointer Register
CAN_MOIPR34     0xF0019448          Message Object 34 Interrupt Pointer Register
CAN_MOAMR34     0xF001944C          Message Object 34 Acceptance Mask Register
CAN_MODATAL34   0xF0019450          Message Object 34 Data Register Low
CAN_MODATAH34   0xF0019454          Message Object 34 Data Register High
CAN_MOAR34      0xF0019458          Message Object 34 Arbitration Register
CAN_MOCTR34     0xF001945C          Message Object 34 Control Register
CAN_MOFCR35     0xF0019460          Message Object 35 Function Control Register
CAN_MOFGPR35    0xF0019464          Message Object 35 FIFO/Gateway Pointer Register
CAN_MOIPR35     0xF0019468          Message Object 35 Interrupt Pointer Register
CAN_MOAMR35     0xF001946C          Message Object 35 Acceptance Mask Register
CAN_MODATAL35   0xF0019470          Message Object 35 Data Register Low
CAN_MODATAH35   0xF0019474          Message Object 35 Data Register High
CAN_MOAR35      0xF0019478          Message Object 35 Arbitration Register
CAN_MOCTR35     0xF001947C          Message Object 35 Control Register
CAN_MOFCR36     0xF0019480          Message Object 36 Function Control Register
CAN_MOFGPR36    0xF0019484          Message Object 36 FIFO/Gateway Pointer Register
CAN_MOIPR36     0xF0019488          Message Object 36 Interrupt Pointer Register
CAN_MOAMR36     0xF001948C          Message Object 36 Acceptance Mask Register
CAN_MODATAL36   0xF0019490          Message Object 36 Data Register Low
CAN_MODATAH36   0xF0019494          Message Object 36 Data Register High
CAN_MOAR36      0xF0019498          Message Object 36 Arbitration Register
CAN_MOCTR36     0xF001949C          Message Object 36 Control Register
CAN_MOFCR37     0xF00194A0          Message Object 37 Function Control Register
CAN_MOFGPR37    0xF00194A4          Message Object 37 FIFO/Gateway Pointer Register
CAN_MOIPR37     0xF00194A8          Message Object 37 Interrupt Pointer Register
CAN_MOAMR37     0xF00194AC          Message Object 37 Acceptance Mask Register
CAN_MODATAL37   0xF00194B0          Message Object 37 Data Register Low
CAN_MODATAH37   0xF00194B4          Message Object 37 Data Register High
CAN_MOAR37      0xF00194B8          Message Object 37 Arbitration Register
CAN_MOCTR37     0xF00194BC          Message Object 37 Control Register
CAN_MOFCR38     0xF00194C0          Message Object 38 Function Control Register
CAN_MOFGPR38    0xF00194C4          Message Object 38 FIFO/Gateway Pointer Register
CAN_MOIPR38     0xF00194C8          Message Object 38 Interrupt Pointer Register
CAN_MOAMR38     0xF00194CC          Message Object 38 Acceptance Mask Register
CAN_MODATAL38   0xF00194D0          Message Object 38 Data Register Low
CAN_MODATAH38   0xF00194D4          Message Object 38 Data Register High
CAN_MOAR38      0xF00194D8          Message Object 38 Arbitration Register
CAN_MOCTR38     0xF00194DC          Message Object 38 Control Register
CAN_MOFCR39     0xF00194E0          Message Object 39 Function Control Register
CAN_MOFGPR39    0xF00194E4          Message Object 39 FIFO/Gateway Pointer Register
CAN_MOIPR39     0xF00194E8          Message Object 39 Interrupt Pointer Register
CAN_MOAMR39     0xF00194EC          Message Object 39 Acceptance Mask Register
CAN_MODATAL39   0xF00194F0          Message Object 39 Data Register Low
CAN_MODATAH39   0xF00194F4          Message Object 39 Data Register High
CAN_MOAR39      0xF00194F8          Message Object 39 Arbitration Register
CAN_MOCTR39     0xF00194FC          Message Object 39 Control Register
CAN_MOFCR40     0xF0019500          Message Object 40 Function Control Register
CAN_MOFGPR40    0xF0019504          Message Object 40 FIFO/Gateway Pointer Register
CAN_MOIPR40     0xF0019508          Message Object 40 Interrupt Pointer Register
CAN_MOAMR40     0xF001950C          Message Object 40 Acceptance Mask Register
CAN_MODATAL40   0xF0019510          Message Object 40 Data Register Low
CAN_MODATAH40   0xF0019514          Message Object 40 Data Register High
CAN_MOAR40      0xF0019518          Message Object 40 Arbitration Register
CAN_MOCTR40     0xF001951C          Message Object 40 Control Register
CAN_MOFCR41     0xF0019520          Message Object 41 Function Control Register
CAN_MOFGPR41    0xF0019524          Message Object 41 FIFO/Gateway Pointer Register
CAN_MOIPR41     0xF0019528          Message Object 41 Interrupt Pointer Register
CAN_MOAMR41     0xF001952C          Message Object 41 Acceptance Mask Register
CAN_MODATAL41   0xF0019530          Message Object 41 Data Register Low
CAN_MODATAH41   0xF0019534          Message Object 41 Data Register High
CAN_MOAR41      0xF0019538          Message Object 41 Arbitration Register
CAN_MOCTR41     0xF001953C          Message Object 41 Control Register
CAN_MOFCR42     0xF0019540          Message Object 42 Function Control Register
CAN_MOFGPR42    0xF0019544          Message Object 42 FIFO/Gateway Pointer Register
CAN_MOIPR42     0xF0019548          Message Object 42 Interrupt Pointer Register
CAN_MOAMR42     0xF001954C          Message Object 42 Acceptance Mask Register
CAN_MODATAL42   0xF0019550          Message Object 42 Data Register Low
CAN_MODATAH42   0xF0019554          Message Object 42 Data Register High
CAN_MOAR42      0xF0019558          Message Object 42 Arbitration Register
CAN_MOCTR42     0xF001955C          Message Object 42 Control Register
CAN_MOFCR43     0xF0019560          Message Object 43 Function Control Register
CAN_MOFGPR43    0xF0019564          Message Object 43 FIFO/Gateway Pointer Register
CAN_MOIPR43     0xF0019568          Message Object 43 Interrupt Pointer Register
CAN_MOAMR43     0xF001956C          Message Object 43 Acceptance Mask Register
CAN_MODATAL43   0xF0019570          Message Object 43 Data Register Low
CAN_MODATAH43   0xF0019574          Message Object 43 Data Register High
CAN_MOAR43      0xF0019578          Message Object 43 Arbitration Register
CAN_MOCTR43     0xF001957C          Message Object 43 Control Register
CAN_MOFCR44     0xF0019580          Message Object 44 Function Control Register
CAN_MOFGPR44    0xF0019584          Message Object 44 FIFO/Gateway Pointer Register
CAN_MOIPR44     0xF0019588          Message Object 44 Interrupt Pointer Register
CAN_MOAMR44     0xF001958C          Message Object 44 Acceptance Mask Register
CAN_MODATAL44   0xF0019590          Message Object 44 Data Register Low
CAN_MODATAH44   0xF0019594          Message Object 44 Data Register High
CAN_MOAR44      0xF0019598          Message Object 44 Arbitration Register
CAN_MOCTR44     0xF001959C          Message Object 44 Control Register
CAN_MOFCR45     0xF00195A0          Message Object 45 Function Control Register
CAN_MOFGPR45    0xF00195A4          Message Object 45 FIFO/Gateway Pointer Register
CAN_MOIPR45     0xF00195A8          Message Object 45 Interrupt Pointer Register
CAN_MOAMR45     0xF00195AC          Message Object 45 Acceptance Mask Register
CAN_MODATAL45   0xF00195B0          Message Object 45 Data Register Low
CAN_MODATAH45   0xF00195B4          Message Object 45 Data Register High
CAN_MOAR45      0xF00195B8          Message Object 45 Arbitration Register
CAN_MOCTR45     0xF00195BC          Message Object 45 Control Register
CAN_MOFCR46     0xF00195C0          Message Object 46 Function Control Register
CAN_MOFGPR46    0xF00195C4          Message Object 46 FIFO/Gateway Pointer Register
CAN_MOIPR46     0xF00195C8          Message Object 46 Interrupt Pointer Register
CAN_MOAMR46     0xF00195CC          Message Object 46 Acceptance Mask Register
CAN_MODATAL46   0xF00195D0          Message Object 46 Data Register Low
CAN_MODATAH46   0xF00195D4          Message Object 46 Data Register High
CAN_MOAR46      0xF00195D8          Message Object 46 Arbitration Register
CAN_MOCTR46     0xF00195DC          Message Object 46 Control Register
CAN_MOFCR47     0xF00195E0          Message Object 47 Function Control Register
CAN_MOFGPR47    0xF00195E4          Message Object 47 FIFO/Gateway Pointer Register
CAN_MOIPR47     0xF00195E8          Message Object 47 Interrupt Pointer Register
CAN_MOAMR47     0xF00195EC          Message Object 47 Acceptance Mask Register
CAN_MODATAL47   0xF00195F0          Message Object 47 Data Register Low
CAN_MODATAH47   0xF00195F4          Message Object 47 Data Register High
CAN_MOAR47      0xF00195F8          Message Object 47 Arbitration Register
CAN_MOCTR47     0xF00195FC          Message Object 47 Control Register
CAN_MOFCR48     0xF0019600          Message Object 48 Function Control Register
CAN_MOFGPR48    0xF0019604          Message Object 48 FIFO/Gateway Pointer Register
CAN_MOIPR48     0xF0019608          Message Object 48 Interrupt Pointer Register
CAN_MOAMR48     0xF001960C          Message Object 48 Acceptance Mask Register
CAN_MODATAL48   0xF0019610          Message Object 48 Data Register Low
CAN_MODATAH48   0xF0019614          Message Object 48 Data Register High
CAN_MOAR48      0xF0019618          Message Object 48 Arbitration Register
CAN_MOCTR48     0xF001961C          Message Object 48 Control Register
CAN_MOFCR49     0xF0019620          Message Object 49 Function Control Register
CAN_MOFGPR49    0xF0019624          Message Object 49 FIFO/Gateway Pointer Register
CAN_MOIPR49     0xF0019628          Message Object 49 Interrupt Pointer Register
CAN_MOAMR49     0xF001962C          Message Object 49 Acceptance Mask Register
CAN_MODATAL49   0xF0019630          Message Object 49 Data Register Low
CAN_MODATAH49   0xF0019634          Message Object 49 Data Register High
CAN_MOAR49      0xF0019638          Message Object 49 Arbitration Register
CAN_MOCTR49     0xF001963C          Message Object 49 Control Register
CAN_MOFCR50     0xF0019640          Message Object 50 Function Control Register
CAN_MOFGPR50    0xF0019644          Message Object 50 FIFO/Gateway Pointer Register
CAN_MOIPR50     0xF0019648          Message Object 50 Interrupt Pointer Register
CAN_MOAMR50     0xF001964C          Message Object 50 Acceptance Mask Register
CAN_MODATAL50   0xF0019650          Message Object 50 Data Register Low
CAN_MODATAH50   0xF0019654          Message Object 50 Data Register High
CAN_MOAR50      0xF0019658          Message Object 50 Arbitration Register
CAN_MOCTR50     0xF001965C          Message Object 50 Control Register
CAN_MOFCR51     0xF0019660          Message Object 51 Function Control Register
CAN_MOFGPR51    0xF0019664          Message Object 51 FIFO/Gateway Pointer Register
CAN_MOIPR51     0xF0019668          Message Object 51 Interrupt Pointer Register
CAN_MOAMR51     0xF001966C          Message Object 51 Acceptance Mask Register
CAN_MODATAL51   0xF0019670          Message Object 51 Data Register Low
CAN_MODATAH51   0xF0019674          Message Object 51 Data Register High
CAN_MOAR51      0xF0019678          Message Object 51 Arbitration Register
CAN_MOCTR51     0xF001967C          Message Object 51 Control Register
CAN_MOFCR52     0xF0019680          Message Object 52 Function Control Register
CAN_MOFGPR52    0xF0019684          Message Object 52 FIFO/Gateway Pointer Register
CAN_MOIPR52     0xF0019688          Message Object 52 Interrupt Pointer Register
CAN_MOAMR52     0xF001968C          Message Object 52 Acceptance Mask Register
CAN_MODATAL52   0xF0019690          Message Object 52 Data Register Low
CAN_MODATAH52   0xF0019694          Message Object 52 Data Register High
CAN_MOAR52      0xF0019698          Message Object 52 Arbitration Register
CAN_MOCTR52     0xF001969C          Message Object 52 Control Register
CAN_MOFCR53     0xF00196A0          Message Object 53 Function Control Register
CAN_MOFGPR53    0xF00196A4          Message Object 53 FIFO/Gateway Pointer Register
CAN_MOIPR53     0xF00196A8          Message Object 53 Interrupt Pointer Register
CAN_MOAMR53     0xF00196AC          Message Object 53 Acceptance Mask Register
CAN_MODATAL53   0xF00196B0          Message Object 53 Data Register Low
CAN_MODATAH53   0xF00196B4          Message Object 53 Data Register High
CAN_MOAR53      0xF00196B8          Message Object 53 Arbitration Register
CAN_MOCTR53     0xF00196BC          Message Object 53 Control Register
CAN_MOFCR54     0xF00196C0          Message Object 54 Function Control Register
CAN_MOFGPR54    0xF00196C4          Message Object 54 FIFO/Gateway Pointer Register
CAN_MOIPR54     0xF00196C8          Message Object 54 Interrupt Pointer Register
CAN_MOAMR54     0xF00196CC          Message Object 54 Acceptance Mask Register
CAN_MODATAL54   0xF00196D0          Message Object 54 Data Register Low
CAN_MODATAH54   0xF00196D4          Message Object 54 Data Register High
CAN_MOAR54      0xF00196D8          Message Object 54 Arbitration Register
CAN_MOCTR54     0xF00196DC          Message Object 54 Control Register
CAN_MOFCR55     0xF00196E0          Message Object 55 Function Control Register
CAN_MOFGPR55    0xF00196E4          Message Object 55 FIFO/Gateway Pointer Register
CAN_MOIPR55     0xF00196E8          Message Object 55 Interrupt Pointer Register
CAN_MOAMR55     0xF00196EC          Message Object 55 Acceptance Mask Register
CAN_MODATAL55   0xF00196F0          Message Object 55 Data Register Low
CAN_MODATAH55   0xF00196F4          Message Object 55 Data Register High
CAN_MOAR55      0xF00196F8          Message Object 55 Arbitration Register
CAN_MOCTR55     0xF00196FC          Message Object 55 Control Register
CAN_MOFCR56     0xF0019700          Message Object 56 Function Control Register
CAN_MOFGPR56    0xF0019704          Message Object 56 FIFO/Gateway Pointer Register
CAN_MOIPR56     0xF0019708          Message Object 56 Interrupt Pointer Register
CAN_MOAMR56     0xF001970C          Message Object 56 Acceptance Mask Register
CAN_MODATAL56   0xF0019710          Message Object 56 Data Register Low
CAN_MODATAH56   0xF0019714          Message Object 56 Data Register High
CAN_MOAR56      0xF0019718          Message Object 56 Arbitration Register
CAN_MOCTR56     0xF001971C          Message Object 56 Control Register
CAN_MOFCR57     0xF0019720          Message Object 57 Function Control Register
CAN_MOFGPR57    0xF0019724          Message Object 57 FIFO/Gateway Pointer Register
CAN_MOIPR57     0xF0019728          Message Object 57 Interrupt Pointer Register
CAN_MOAMR57     0xF001972C          Message Object 57 Acceptance Mask Register
CAN_MODATAL57   0xF0019730          Message Object 57 Data Register Low
CAN_MODATAH57   0xF0019734          Message Object 57 Data Register High
CAN_MOAR57      0xF0019738          Message Object 57 Arbitration Register
CAN_MOCTR57     0xF001973C          Message Object 57 Control Register
CAN_MOFCR58     0xF0019740          Message Object 58 Function Control Register
CAN_MOFGPR58    0xF0019744          Message Object 58 FIFO/Gateway Pointer Register
CAN_MOIPR58     0xF0019748          Message Object 58 Interrupt Pointer Register
CAN_MOAMR58     0xF001974C          Message Object 58 Acceptance Mask Register
CAN_MODATAL58   0xF0019750          Message Object 58 Data Register Low
CAN_MODATAH58   0xF0019754          Message Object 58 Data Register High
CAN_MOAR58      0xF0019758          Message Object 58 Arbitration Register
CAN_MOCTR58     0xF001975C          Message Object 58 Control Register
CAN_MOFCR59     0xF0019760          Message Object 59 Function Control Register
CAN_MOFGPR59    0xF0019764          Message Object 59 FIFO/Gateway Pointer Register
CAN_MOIPR59     0xF0019768          Message Object 59 Interrupt Pointer Register
CAN_MOAMR59     0xF001976C          Message Object 59 Acceptance Mask Register
CAN_MODATAL59   0xF0019770          Message Object 59 Data Register Low
CAN_MODATAH59   0xF0019774          Message Object 59 Data Register High
CAN_MOAR59      0xF0019778          Message Object 59 Arbitration Register
CAN_MOCTR59     0xF001977C          Message Object 59 Control Register
CAN_MOFCR60     0xF0019780          Message Object 60 Function Control Register
CAN_MOFGPR60    0xF0019784          Message Object 60 FIFO/Gateway Pointer Register
CAN_MOIPR60     0xF0019788          Message Object 60 Interrupt Pointer Register
CAN_MOAMR60     0xF001978C          Message Object 60 Acceptance Mask Register
CAN_MODATAL60   0xF0019790          Message Object 60 Data Register Low
CAN_MODATAH60   0xF0019794          Message Object 60 Data Register High
CAN_MOAR60      0xF0019798          Message Object 60 Arbitration Register
CAN_MOCTR60     0xF001979C          Message Object 60 Control Register
CAN_MOFCR61     0xF00197A0          Message Object 61 Function Control Register
CAN_MOFGPR61    0xF00197A4          Message Object 61 FIFO/Gateway Pointer Register
CAN_MOIPR61     0xF00197A8          Message Object 61 Interrupt Pointer Register
CAN_MOAMR61     0xF00197AC          Message Object 61 Acceptance Mask Register
CAN_MODATAL61   0xF00197B0          Message Object 61 Data Register Low
CAN_MODATAH61   0xF00197B4          Message Object 61 Data Register High
CAN_MOAR61      0xF00197B8          Message Object 61 Arbitration Register
CAN_MOCTR61     0xF00197BC          Message Object 61 Control Register
CAN_MOFCR62     0xF00197C0          Message Object 62 Function Control Register
CAN_MOFGPR62    0xF00197C4          Message Object 62 FIFO/Gateway Pointer Register
CAN_MOIPR62     0xF00197C8          Message Object 62 Interrupt Pointer Register
CAN_MOAMR62     0xF00197CC          Message Object 62 Acceptance Mask Register
CAN_MODATAL62   0xF00197D0          Message Object 62 Data Register Low
CAN_MODATAH62   0xF00197D4          Message Object 62 Data Register High
CAN_MOAR62      0xF00197D8          Message Object 62 Arbitration Register
CAN_MOCTR62     0xF00197DC          Message Object 62 Control Register
CAN_MOFCR63     0xF00197E0          Message Object 63 Function Control Register
CAN_MOFGPR63    0xF00197E4          Message Object 63 FIFO/Gateway Pointer Register
CAN_MOIPR63     0xF00197E8          Message Object 63 Interrupt Pointer Register
CAN_MOAMR63     0xF00197EC          Message Object 63 Acceptance Mask Register
CAN_MODATAL63   0xF00197F0          Message Object 63 Data Register Low
CAN_MODATAH63   0xF00197F4          Message Object 63 Data Register High
CAN_MOAR63      0xF00197F8          Message Object 63 Arbitration Register
CAN_MOCTR63     0xF00197FC          Message Object 63 Control Register
CAN_MOFCR64     0xF0019800          Message Object 64 Function Control Register
CAN_MOFGPR64    0xF0019804          Message Object 64 FIFO/Gateway Pointer Register
CAN_MOIPR64     0xF0019808          Message Object 64 Interrupt Pointer Register
CAN_MOAMR64     0xF001980C          Message Object 64 Acceptance Mask Register
CAN_MODATAL64   0xF0019810          Message Object 64 Data Register Low
CAN_MODATAH64   0xF0019814          Message Object 64 Data Register High
CAN_MOAR64      0xF0019818          Message Object 64 Arbitration Register
CAN_MOCTR64     0xF001981C          Message Object 64 Control Register
CAN_MOFCR65     0xF0019820          Message Object 65 Function Control Register
CAN_MOFGPR65    0xF0019824          Message Object 65 FIFO/Gateway Pointer Register
CAN_MOIPR65     0xF0019828          Message Object 65 Interrupt Pointer Register
CAN_MOAMR65     0xF001982C          Message Object 65 Acceptance Mask Register
CAN_MODATAL65   0xF0019830          Message Object 65 Data Register Low
CAN_MODATAH65   0xF0019834          Message Object 65 Data Register High
CAN_MOAR65      0xF0019838          Message Object 65 Arbitration Register
CAN_MOCTR65     0xF001983C          Message Object 65 Control Register
CAN_MOFCR66     0xF0019840          Message Object 66 Function Control Register
CAN_MOFGPR66    0xF0019844          Message Object 66 FIFO/Gateway Pointer Register
CAN_MOIPR66     0xF0019848          Message Object 66 Interrupt Pointer Register
CAN_MOAMR66     0xF001984C          Message Object 66 Acceptance Mask Register
CAN_MODATAL66   0xF0019850          Message Object 66 Data Register Low
CAN_MODATAH66   0xF0019854          Message Object 66 Data Register High
CAN_MOAR66      0xF0019858          Message Object 66 Arbitration Register
CAN_MOCTR66     0xF001985C          Message Object 66 Control Register
CAN_MOFCR67     0xF0019860          Message Object 67 Function Control Register
CAN_MOFGPR67    0xF0019864          Message Object 67 FIFO/Gateway Pointer Register
CAN_MOIPR67     0xF0019868          Message Object 67 Interrupt Pointer Register
CAN_MOAMR67     0xF001986C          Message Object 67 Acceptance Mask Register
CAN_MODATAL67   0xF0019870          Message Object 67 Data Register Low
CAN_MODATAH67   0xF0019874          Message Object 67 Data Register High
CAN_MOAR67      0xF0019878          Message Object 67 Arbitration Register
CAN_MOCTR67     0xF001987C          Message Object 67 Control Register
CAN_MOFCR68     0xF0019880          Message Object 68 Function Control Register
CAN_MOFGPR68    0xF0019884          Message Object 68 FIFO/Gateway Pointer Register
CAN_MOIPR68     0xF0019888          Message Object 68 Interrupt Pointer Register
CAN_MOAMR68     0xF001988C          Message Object 68 Acceptance Mask Register
CAN_MODATAL68   0xF0019890          Message Object 68 Data Register Low
CAN_MODATAH68   0xF0019894          Message Object 68 Data Register High
CAN_MOAR68      0xF0019898          Message Object 68 Arbitration Register
CAN_MOCTR68     0xF001989C          Message Object 68 Control Register
CAN_MOFCR69     0xF00198A0          Message Object 69 Function Control Register
CAN_MOFGPR69    0xF00198A4          Message Object 69 FIFO/Gateway Pointer Register
CAN_MOIPR69     0xF00198A8          Message Object 69 Interrupt Pointer Register
CAN_MOAMR69     0xF00198AC          Message Object 69 Acceptance Mask Register
CAN_MODATAL69   0xF00198B0          Message Object 69 Data Register Low
CAN_MODATAH69   0xF00198B4          Message Object 69 Data Register High
CAN_MOAR69      0xF00198B8          Message Object 69 Arbitration Register
CAN_MOCTR69     0xF00198BC          Message Object 69 Control Register
CAN_MOFCR70     0xF00198C0          Message Object 70 Function Control Register
CAN_MOFGPR70    0xF00198C4          Message Object 70 FIFO/Gateway Pointer Register
CAN_MOIPR70     0xF00198C8          Message Object 70 Interrupt Pointer Register
CAN_MOAMR70     0xF00198CC          Message Object 70 Acceptance Mask Register
CAN_MODATAL70   0xF00198D0          Message Object 70 Data Register Low
CAN_MODATAH70   0xF00198D4          Message Object 70 Data Register High
CAN_MOAR70      0xF00198D8          Message Object 70 Arbitration Register
CAN_MOCTR70     0xF00198DC          Message Object 70 Control Register
CAN_MOFCR71     0xF00198E0          Message Object 71 Function Control Register
CAN_MOFGPR71    0xF00198E4          Message Object 71 FIFO/Gateway Pointer Register
CAN_MOIPR71     0xF00198E8          Message Object 71 Interrupt Pointer Register
CAN_MOAMR71     0xF00198EC          Message Object 71 Acceptance Mask Register
CAN_MODATAL71   0xF00198F0          Message Object 71 Data Register Low
CAN_MODATAH71   0xF00198F4          Message Object 71 Data Register High
CAN_MOAR71      0xF00198F8          Message Object 71 Arbitration Register
CAN_MOCTR71     0xF00198FC          Message Object 71 Control Register
CAN_MOFCR72     0xF0019900          Message Object 72 Function Control Register
CAN_MOFGPR72    0xF0019904          Message Object 72 FIFO/Gateway Pointer Register
CAN_MOIPR72     0xF0019908          Message Object 72 Interrupt Pointer Register
CAN_MOAMR72     0xF001990C          Message Object 72 Acceptance Mask Register
CAN_MODATAL72   0xF0019910          Message Object 72 Data Register Low
CAN_MODATAH72   0xF0019914          Message Object 72 Data Register High
CAN_MOAR72      0xF0019918          Message Object 72 Arbitration Register
CAN_MOCTR72     0xF001991C          Message Object 72 Control Register
CAN_MOFCR73     0xF0019920          Message Object 73 Function Control Register
CAN_MOFGPR73    0xF0019924          Message Object 73 FIFO/Gateway Pointer Register
CAN_MOIPR73     0xF0019928          Message Object 73 Interrupt Pointer Register
CAN_MOAMR73     0xF001992C          Message Object 73 Acceptance Mask Register
CAN_MODATAL73   0xF0019930          Message Object 73 Data Register Low
CAN_MODATAH73   0xF0019934          Message Object 73 Data Register High
CAN_MOAR73      0xF0019938          Message Object 73 Arbitration Register
CAN_MOCTR73     0xF001993C          Message Object 73 Control Register
CAN_MOFCR74     0xF0019940          Message Object 74 Function Control Register
CAN_MOFGPR74    0xF0019944          Message Object 74 FIFO/Gateway Pointer Register
CAN_MOIPR74     0xF0019948          Message Object 74 Interrupt Pointer Register
CAN_MOAMR74     0xF001994C          Message Object 74 Acceptance Mask Register
CAN_MODATAL74   0xF0019950          Message Object 74 Data Register Low
CAN_MODATAH74   0xF0019954          Message Object 74 Data Register High
CAN_MOAR74      0xF0019958          Message Object 74 Arbitration Register
CAN_MOCTR74     0xF001995C          Message Object 74 Control Register
CAN_MOFCR75     0xF0019960          Message Object 75 Function Control Register
CAN_MOFGPR75    0xF0019964          Message Object 75 FIFO/Gateway Pointer Register
CAN_MOIPR75     0xF0019968          Message Object 75 Interrupt Pointer Register
CAN_MOAMR75     0xF001996C          Message Object 75 Acceptance Mask Register
CAN_MODATAL75   0xF0019970          Message Object 75 Data Register Low
CAN_MODATAH75   0xF0019974          Message Object 75 Data Register High
CAN_MOAR75      0xF0019978          Message Object 75 Arbitration Register
CAN_MOCTR75     0xF001997C          Message Object 75 Control Register
CAN_MOFCR76     0xF0019980          Message Object 76 Function Control Register
CAN_MOFGPR76    0xF0019984          Message Object 76 FIFO/Gateway Pointer Register
CAN_MOIPR76     0xF0019988          Message Object 76 Interrupt Pointer Register
CAN_MOAMR76     0xF001998C          Message Object 76 Acceptance Mask Register
CAN_MODATAL76   0xF0019990          Message Object 76 Data Register Low
CAN_MODATAH76   0xF0019994          Message Object 76 Data Register High
CAN_MOAR76      0xF0019998          Message Object 76 Arbitration Register
CAN_MOCTR76     0xF001999C          Message Object 76 Control Register
CAN_MOFCR77     0xF00199A0          Message Object 77 Function Control Register
CAN_MOFGPR77    0xF00199A4          Message Object 77 FIFO/Gateway Pointer Register
CAN_MOIPR77     0xF00199A8          Message Object 77 Interrupt Pointer Register
CAN_MOAMR77     0xF00199AC          Message Object 77 Acceptance Mask Register
CAN_MODATAL77   0xF00199B0          Message Object 77 Data Register Low
CAN_MODATAH77   0xF00199B4          Message Object 77 Data Register High
CAN_MOAR77      0xF00199B8          Message Object 77 Arbitration Register
CAN_MOCTR77     0xF00199BC          Message Object 77 Control Register
CAN_MOFCR78     0xF00199C0          Message Object 78 Function Control Register
CAN_MOFGPR78    0xF00199C4          Message Object 78 FIFO/Gateway Pointer Register
CAN_MOIPR78     0xF00199C8          Message Object 78 Interrupt Pointer Register
CAN_MOAMR78     0xF00199CC          Message Object 78 Acceptance Mask Register
CAN_MODATAL78   0xF00199D0          Message Object 78 Data Register Low
CAN_MODATAH78   0xF00199D4          Message Object 78 Data Register High
CAN_MOAR78      0xF00199D8          Message Object 78 Arbitration Register
CAN_MOCTR78     0xF00199DC          Message Object 78 Control Register
CAN_MOFCR79     0xF00199E0          Message Object 79 Function Control Register
CAN_MOFGPR79    0xF00199E4          Message Object 79 FIFO/Gateway Pointer Register
CAN_MOIPR79     0xF00199E8          Message Object 79 Interrupt Pointer Register
CAN_MOAMR79     0xF00199EC          Message Object 79 Acceptance Mask Register
CAN_MODATAL79   0xF00199F0          Message Object 79 Data Register Low
CAN_MODATAH79   0xF00199F4          Message Object 79 Data Register High
CAN_MOAR79      0xF00199F8          Message Object 79 Arbitration Register
CAN_MOCTR79     0xF00199FC          Message Object 79 Control Register
CAN_MOFCR80     0xF0019A00          Message Object 80 Function Control Register
CAN_MOFGPR80    0xF0019A04          Message Object 80 FIFO/Gateway Pointer Register
CAN_MOIPR80     0xF0019A08          Message Object 80 Interrupt Pointer Register
CAN_MOAMR80     0xF0019A0C          Message Object 80 Acceptance Mask Register
CAN_MODATAL80   0xF0019A10          Message Object 80 Data Register Low
CAN_MODATAH80   0xF0019A14          Message Object 80 Data Register High
CAN_MOAR80      0xF0019A18          Message Object 80 Arbitration Register
CAN_MOCTR80     0xF0019A1C          Message Object 80 Control Register
CAN_MOFCR81     0xF0019A20          Message Object 81 Function Control Register
CAN_MOFGPR81    0xF0019A24          Message Object 81 FIFO/Gateway Pointer Register
CAN_MOIPR81     0xF0019A28          Message Object 81 Interrupt Pointer Register
CAN_MOAMR81     0xF0019A2C          Message Object 81 Acceptance Mask Register
CAN_MODATAL81   0xF0019A30          Message Object 81 Data Register Low
CAN_MODATAH81   0xF0019A34          Message Object 81 Data Register High
CAN_MOAR81      0xF0019A38          Message Object 81 Arbitration Register
CAN_MOCTR81     0xF0019A3C          Message Object 81 Control Register
CAN_MOFCR82     0xF0019A40          Message Object 82 Function Control Register
CAN_MOFGPR82    0xF0019A44          Message Object 82 FIFO/Gateway Pointer Register
CAN_MOIPR82     0xF0019A48          Message Object 82 Interrupt Pointer Register
CAN_MOAMR82     0xF0019A4C          Message Object 82 Acceptance Mask Register
CAN_MODATAL82   0xF0019A50          Message Object 82 Data Register Low
CAN_MODATAH82   0xF0019A54          Message Object 82 Data Register High
CAN_MOAR82      0xF0019A58          Message Object 82 Arbitration Register
CAN_MOCTR82     0xF0019A5C          Message Object 82 Control Register
CAN_MOFCR83     0xF0019A60          Message Object 83 Function Control Register
CAN_MOFGPR83    0xF0019A64          Message Object 83 FIFO/Gateway Pointer Register
CAN_MOIPR83     0xF0019A68          Message Object 83 Interrupt Pointer Register
CAN_MOAMR83     0xF0019A6C          Message Object 83 Acceptance Mask Register
CAN_MODATAL83   0xF0019A70          Message Object 83 Data Register Low
CAN_MODATAH83   0xF0019A74          Message Object 83 Data Register High
CAN_MOAR83      0xF0019A78          Message Object 83 Arbitration Register
CAN_MOCTR83     0xF0019A7C          Message Object 83 Control Register
CAN_MOFCR84     0xF0019A80          Message Object 84 Function Control Register
CAN_MOFGPR84    0xF0019A84          Message Object 84 FIFO/Gateway Pointer Register
CAN_MOIPR84     0xF0019A88          Message Object 84 Interrupt Pointer Register
CAN_MOAMR84     0xF0019A8C          Message Object 84 Acceptance Mask Register
CAN_MODATAL84   0xF0019A90          Message Object 84 Data Register Low
CAN_MODATAH84   0xF0019A94          Message Object 84 Data Register High
CAN_MOAR84      0xF0019A98          Message Object 84 Arbitration Register
CAN_MOCTR84     0xF0019A9C          Message Object 84 Control Register
CAN_MOFCR85     0xF0019AA0          Message Object 85 Function Control Register
CAN_MOFGPR85    0xF0019AA4          Message Object 85 FIFO/Gateway Pointer Register
CAN_MOIPR85     0xF0019AA8          Message Object 85 Interrupt Pointer Register
CAN_MOAMR85     0xF0019AAC          Message Object 85 Acceptance Mask Register
CAN_MODATAL85   0xF0019AB0          Message Object 85 Data Register Low
CAN_MODATAH85   0xF0019AB4          Message Object 85 Data Register High
CAN_MOAR85      0xF0019AB8          Message Object 85 Arbitration Register
CAN_MOCTR85     0xF0019ABC          Message Object 85 Control Register
CAN_MOFCR86     0xF0019AC0          Message Object 86 Function Control Register
CAN_MOFGPR86    0xF0019AC4          Message Object 86 FIFO/Gateway Pointer Register
CAN_MOIPR86     0xF0019AC8          Message Object 86 Interrupt Pointer Register
CAN_MOAMR86     0xF0019ACC          Message Object 86 Acceptance Mask Register
CAN_MODATAL86   0xF0019AD0          Message Object 86 Data Register Low
CAN_MODATAH86   0xF0019AD4          Message Object 86 Data Register High
CAN_MOAR86      0xF0019AD8          Message Object 86 Arbitration Register
CAN_MOCTR86     0xF0019ADC          Message Object 86 Control Register
CAN_MOFCR87     0xF0019AE0          Message Object 87 Function Control Register
CAN_MOFGPR87    0xF0019AE4          Message Object 87 FIFO/Gateway Pointer Register
CAN_MOIPR87     0xF0019AE8          Message Object 87 Interrupt Pointer Register
CAN_MOAMR87     0xF0019AEC          Message Object 87 Acceptance Mask Register
CAN_MODATAL87   0xF0019AF0          Message Object 87 Data Register Low
CAN_MODATAH87   0xF0019AF4          Message Object 87 Data Register High
CAN_MOAR87      0xF0019AF8          Message Object 87 Arbitration Register
CAN_MOCTR87     0xF0019AFC          Message Object 87 Control Register
CAN_MOFCR88     0xF0019B00          Message Object 88 Function Control Register
CAN_MOFGPR88    0xF0019B04          Message Object 88 FIFO/Gateway Pointer Register
CAN_MOIPR88     0xF0019B08          Message Object 88 Interrupt Pointer Register
CAN_MOAMR88     0xF0019B0C          Message Object 88 Acceptance Mask Register
CAN_MODATAL88   0xF0019B10          Message Object 88 Data Register Low
CAN_MODATAH88   0xF0019B14          Message Object 88 Data Register High
CAN_MOAR88      0xF0019B18          Message Object 88 Arbitration Register
CAN_MOCTR88     0xF0019B1C          Message Object 88 Control Register
CAN_MOFCR89     0xF0019B20          Message Object 89 Function Control Register
CAN_MOFGPR89    0xF0019B24          Message Object 89 FIFO/Gateway Pointer Register
CAN_MOIPR89     0xF0019B28          Message Object 89 Interrupt Pointer Register
CAN_MOAMR89     0xF0019B2C          Message Object 89 Acceptance Mask Register
CAN_MODATAL89   0xF0019B30          Message Object 89 Data Register Low
CAN_MODATAH89   0xF0019B34          Message Object 89 Data Register High
CAN_MOAR89      0xF0019B38          Message Object 89 Arbitration Register
CAN_MOCTR89     0xF0019B3C          Message Object 89 Control Register
CAN_MOFCR90     0xF0019B40          Message Object 90 Function Control Register
CAN_MOFGPR90    0xF0019B44          Message Object 90 FIFO/Gateway Pointer Register
CAN_MOIPR90     0xF0019B48          Message Object 90 Interrupt Pointer Register
CAN_MOAMR90     0xF0019B4C          Message Object 90 Acceptance Mask Register
CAN_MODATAL90   0xF0019B50          Message Object 90 Data Register Low
CAN_MODATAH90   0xF0019B54          Message Object 90 Data Register High
CAN_MOAR90      0xF0019B58          Message Object 90 Arbitration Register
CAN_MOCTR90     0xF0019B5C          Message Object 90 Control Register
CAN_MOFCR91     0xF0019B60          Message Object 91 Function Control Register
CAN_MOFGPR91    0xF0019B64          Message Object 91 FIFO/Gateway Pointer Register
CAN_MOIPR91     0xF0019B68          Message Object 91 Interrupt Pointer Register
CAN_MOAMR91     0xF0019B6C          Message Object 91 Acceptance Mask Register
CAN_MODATAL91   0xF0019B70          Message Object 91 Data Register Low
CAN_MODATAH91   0xF0019B74          Message Object 91 Data Register High
CAN_MOAR91      0xF0019B78          Message Object 91 Arbitration Register
CAN_MOCTR91     0xF0019B7C          Message Object 91 Control Register
CAN_MOFCR92     0xF0019B80          Message Object 92 Function Control Register
CAN_MOFGPR92    0xF0019B84          Message Object 92 FIFO/Gateway Pointer Register
CAN_MOIPR92     0xF0019B88          Message Object 92 Interrupt Pointer Register
CAN_MOAMR92     0xF0019B8C          Message Object 92 Acceptance Mask Register
CAN_MODATAL92   0xF0019B90          Message Object 92 Data Register Low
CAN_MODATAH92   0xF0019B94          Message Object 92 Data Register High
CAN_MOAR92      0xF0019B98          Message Object 92 Arbitration Register
CAN_MOCTR92     0xF0019B9C          Message Object 92 Control Register
CAN_MOFCR93     0xF0019BA0          Message Object 93 Function Control Register
CAN_MOFGPR93    0xF0019BA4          Message Object 93 FIFO/Gateway Pointer Register
CAN_MOIPR93     0xF0019BA8          Message Object 93 Interrupt Pointer Register
CAN_MOAMR93     0xF0019BAC          Message Object 93 Acceptance Mask Register
CAN_MODATAL93   0xF0019BB0          Message Object 93 Data Register Low
CAN_MODATAH93   0xF0019BB4          Message Object 93 Data Register High
CAN_MOAR93      0xF0019BB8          Message Object 93 Arbitration Register
CAN_MOCTR93     0xF0019BBC          Message Object 93 Control Register
CAN_MOFCR94     0xF0019BC0          Message Object 94 Function Control Register
CAN_MOFGPR94    0xF0019BC4          Message Object 94 FIFO/Gateway Pointer Register
CAN_MOIPR94     0xF0019BC8          Message Object 94 Interrupt Pointer Register
CAN_MOAMR94     0xF0019BCC          Message Object 94 Acceptance Mask Register
CAN_MODATAL94   0xF0019BD0          Message Object 94 Data Register Low
CAN_MODATAH94   0xF0019BD4          Message Object 94 Data Register High
CAN_MOAR94      0xF0019BD8          Message Object 94 Arbitration Register
CAN_MOCTR94     0xF0019BDC          Message Object 94 Control Register
CAN_MOFCR95     0xF0019BE0          Message Object 95 Function Control Register
CAN_MOFGPR95    0xF0019BE4          Message Object 95 FIFO/Gateway Pointer Register
CAN_MOIPR95     0xF0019BE8          Message Object 95 Interrupt Pointer Register
CAN_MOAMR95     0xF0019BEC          Message Object 95 Acceptance Mask Register
CAN_MODATAL95   0xF0019BF0          Message Object 95 Data Register Low
CAN_MODATAH95   0xF0019BF4          Message Object 95 Data Register High
CAN_MOAR95      0xF0019BF8          Message Object 95 Arbitration Register
CAN_MOCTR95     0xF0019BFC          Message Object 95 Control Register
CAN_MOFCR96     0xF0019C00          Message Object 96 Function Control Register
CAN_MOFGPR96    0xF0019C04          Message Object 96 FIFO/Gateway Pointer Register
CAN_MOIPR96     0xF0019C08          Message Object 96 Interrupt Pointer Register
CAN_MOAMR96     0xF0019C0C          Message Object 96 Acceptance Mask Register
CAN_MODATAL96   0xF0019C10          Message Object 96 Data Register Low
CAN_MODATAH96   0xF0019C14          Message Object 96 Data Register High
CAN_MOAR96      0xF0019C18          Message Object 96 Arbitration Register
CAN_MOCTR96     0xF0019C1C          Message Object 96 Control Register
CAN_MOFCR97     0xF0019C20          Message Object 97 Function Control Register
CAN_MOFGPR97    0xF0019C24          Message Object 97 FIFO/Gateway Pointer Register
CAN_MOIPR97     0xF0019C28          Message Object 97 Interrupt Pointer Register
CAN_MOAMR97     0xF0019C2C          Message Object 97 Acceptance Mask Register
CAN_MODATAL97   0xF0019C30          Message Object 97 Data Register Low
CAN_MODATAH97   0xF0019C34          Message Object 97 Data Register High
CAN_MOAR97      0xF0019C38          Message Object 97 Arbitration Register
CAN_MOCTR97     0xF0019C3C          Message Object 97 Control Register
CAN_MOFCR98     0xF0019C40          Message Object 98 Function Control Register
CAN_MOFGPR98    0xF0019C44          Message Object 98 FIFO/Gateway Pointer Register
CAN_MOIPR98     0xF0019C48          Message Object 98 Interrupt Pointer Register
CAN_MOAMR98     0xF0019C4C          Message Object 98 Acceptance Mask Register
CAN_MODATAL98   0xF0019C50          Message Object 98 Data Register Low
CAN_MODATAH98   0xF0019C54          Message Object 98 Data Register High
CAN_MOAR98      0xF0019C58          Message Object 98 Arbitration Register
CAN_MOCTR98     0xF0019C5C          Message Object 98 Control Register
CAN_MOFCR99     0xF0019C60          Message Object 99 Function Control Register
CAN_MOFGPR99    0xF0019C64          Message Object 99 FIFO/Gateway Pointer Register
CAN_MOIPR99     0xF0019C68          Message Object 99 Interrupt Pointer Register
CAN_MOAMR99     0xF0019C6C          Message Object 99 Acceptance Mask Register
CAN_MODATAL99   0xF0019C70          Message Object 99 Data Register Low
CAN_MODATAH99   0xF0019C74          Message Object 99 Data Register High
CAN_MOAR99      0xF0019C78          Message Object 99 Arbitration Register
CAN_MOCTR99     0xF0019C7C          Message Object 99 Control Register
CAN_MOFCR100    0xF0019C80          Message Object 100 Function Control Register
CAN_MOFGPR100   0xF0019C84          Message Object 100 FIFO/Gateway Pointer Register
CAN_MOIPR100    0xF0019C88          Message Object 100 Interrupt Pointer Register
CAN_MOAMR100    0xF0019C8C          Message Object 100 Acceptance Mask Register
CAN_MODATAL100  0xF0019C90          Message Object 100 Data Register Low
CAN_MODATAH100  0xF0019C94          Message Object 100 Data Register High
CAN_MOAR100     0xF0019C98          Message Object 100 Arbitration Register
CAN_MOCTR100    0xF0019C9C          Message Object 100 Control Register
CAN_MOFCR101    0xF0019CA0          Message Object 101 Function Control Register
CAN_MOFGPR101   0xF0019CA4          Message Object 101 FIFO/Gateway Pointer Register
CAN_MOIPR101    0xF0019CA8          Message Object 101 Interrupt Pointer Register
CAN_MOAMR101    0xF0019CAC          Message Object 101 Acceptance Mask Register
CAN_MODATAL101  0xF0019CB0          Message Object 101 Data Register Low
CAN_MODATAH101  0xF0019CB4          Message Object 101 Data Register High
CAN_MOAR101     0xF0019CB8          Message Object 101 Arbitration Register
CAN_MOCTR101    0xF0019CBC          Message Object 101 Control Register
CAN_MOFCR102    0xF0019CC0          Message Object 102 Function Control Register
CAN_MOFGPR102   0xF0019CC4          Message Object 102 FIFO/Gateway Pointer Register
CAN_MOIPR102    0xF0019CC8          Message Object 102 Interrupt Pointer Register
CAN_MOAMR102    0xF0019CCC          Message Object 102 Acceptance Mask Register
CAN_MODATAL102  0xF0019CD0          Message Object 102 Data Register Low
CAN_MODATAH102  0xF0019CD4          Message Object 102 Data Register High
CAN_MOAR102     0xF0019CD8          Message Object 102 Arbitration Register
CAN_MOCTR102    0xF0019CDC          Message Object 102 Control Register
CAN_MOFCR103    0xF0019CE0          Message Object 103 Function Control Register
CAN_MOFGPR103   0xF0019CE4          Message Object 103 FIFO/Gateway Pointer Register
CAN_MOIPR103    0xF0019CE8          Message Object 103 Interrupt Pointer Register
CAN_MOAMR103    0xF0019CEC          Message Object 103 Acceptance Mask Register
CAN_MODATAL103  0xF0019CF0          Message Object 103 Data Register Low
CAN_MODATAH103  0xF0019CF4          Message Object 103 Data Register High
CAN_MOAR103     0xF0019CF8          Message Object 103 Arbitration Register
CAN_MOCTR103    0xF0019CFC          Message Object 103 Control Register
CAN_MOFCR104    0xF0019D00          Message Object 104 Function Control Register
CAN_MOFGPR104   0xF0019D04          Message Object 104 FIFO/Gateway Pointer Register
CAN_MOIPR104    0xF0019D08          Message Object 104 Interrupt Pointer Register
CAN_MOAMR104    0xF0019D0C          Message Object 104 Acceptance Mask Register
CAN_MODATAL104  0xF0019D10          Message Object 104 Data Register Low
CAN_MODATAH104  0xF0019D14          Message Object 104 Data Register High
CAN_MOAR104     0xF0019D18          Message Object 104 Arbitration Register
CAN_MOCTR104    0xF0019D1C          Message Object 104 Control Register
CAN_MOFCR105    0xF0019D20          Message Object 105 Function Control Register
CAN_MOFGPR105   0xF0019D24          Message Object 105 FIFO/Gateway Pointer Register
CAN_MOIPR105    0xF0019D28          Message Object 105 Interrupt Pointer Register
CAN_MOAMR105    0xF0019D2C          Message Object 105 Acceptance Mask Register
CAN_MODATAL105  0xF0019D30          Message Object 105 Data Register Low
CAN_MODATAH105  0xF0019D34          Message Object 105 Data Register High
CAN_MOAR105     0xF0019D38          Message Object 105 Arbitration Register
CAN_MOCTR105    0xF0019D3C          Message Object 105 Control Register
CAN_MOFCR106    0xF0019D40          Message Object 106 Function Control Register
CAN_MOFGPR106   0xF0019D44          Message Object 106 FIFO/Gateway Pointer Register
CAN_MOIPR106    0xF0019D48          Message Object 106 Interrupt Pointer Register
CAN_MOAMR106    0xF0019D4C          Message Object 106 Acceptance Mask Register
CAN_MODATAL106  0xF0019D50          Message Object 106 Data Register Low
CAN_MODATAH106  0xF0019D54          Message Object 106 Data Register High
CAN_MOAR106     0xF0019D58          Message Object 106 Arbitration Register
CAN_MOCTR106    0xF0019D5C          Message Object 106 Control Register
CAN_MOFCR107    0xF0019D60          Message Object 107 Function Control Register
CAN_MOFGPR107   0xF0019D64          Message Object 107 FIFO/Gateway Pointer Register
CAN_MOIPR107    0xF0019D68          Message Object 107 Interrupt Pointer Register
CAN_MOAMR107    0xF0019D6C          Message Object 107 Acceptance Mask Register
CAN_MODATAL107  0xF0019D70          Message Object 107 Data Register Low
CAN_MODATAH107  0xF0019D74          Message Object 107 Data Register High
CAN_MOAR107     0xF0019D78          Message Object 107 Arbitration Register
CAN_MOCTR107    0xF0019D7C          Message Object 107 Control Register
CAN_MOFCR108    0xF0019D80          Message Object 108 Function Control Register
CAN_MOFGPR108   0xF0019D84          Message Object 108 FIFO/Gateway Pointer Register
CAN_MOIPR108    0xF0019D88          Message Object 108 Interrupt Pointer Register
CAN_MOAMR108    0xF0019D8C          Message Object 108 Acceptance Mask Register
CAN_MODATAL108  0xF0019D90          Message Object 108 Data Register Low
CAN_MODATAH108  0xF0019D94          Message Object 108 Data Register High
CAN_MOAR108     0xF0019D98          Message Object 108 Arbitration Register
CAN_MOCTR108    0xF0019D9C          Message Object 108 Control Register
CAN_MOFCR109    0xF0019DA0          Message Object 109 Function Control Register
CAN_MOFGPR109   0xF0019DA4          Message Object 109 FIFO/Gateway Pointer Register
CAN_MOIPR109    0xF0019DA8          Message Object 109 Interrupt Pointer Register
CAN_MOAMR109    0xF0019DAC          Message Object 109 Acceptance Mask Register
CAN_MODATAL109  0xF0019DB0          Message Object 109 Data Register Low
CAN_MODATAH109  0xF0019DB4          Message Object 109 Data Register High
CAN_MOAR109     0xF0019DB8          Message Object 109 Arbitration Register
CAN_MOCTR109    0xF0019DBC          Message Object 109 Control Register
CAN_MOFCR110    0xF0019DC0          Message Object 110 Function Control Register
CAN_MOFGPR110   0xF0019DC4          Message Object 110 FIFO/Gateway Pointer Register
CAN_MOIPR110    0xF0019DC8          Message Object 110 Interrupt Pointer Register
CAN_MOAMR110    0xF0019DCC          Message Object 110 Acceptance Mask Register
CAN_MODATAL110  0xF0019DD0          Message Object 110 Data Register Low
CAN_MODATAH110  0xF0019DD4          Message Object 110 Data Register High
CAN_MOAR110     0xF0019DD8          Message Object 110 Arbitration Register
CAN_MOCTR110    0xF0019DDC          Message Object 110 Control Register
CAN_MOFCR111    0xF0019DE0          Message Object 111 Function Control Register
CAN_MOFGPR111   0xF0019DE4          Message Object 111 FIFO/Gateway Pointer Register
CAN_MOIPR111    0xF0019DE8          Message Object 111 Interrupt Pointer Register
CAN_MOAMR111    0xF0019DEC          Message Object 111 Acceptance Mask Register
CAN_MODATAL111  0xF0019DF0          Message Object 111 Data Register Low
CAN_MODATAH111  0xF0019DF4          Message Object 111 Data Register High
CAN_MOAR111     0xF0019DF8          Message Object 111 Arbitration Register
CAN_MOCTR111    0xF0019DFC          Message Object 111 Control Register
CAN_MOFCR112    0xF0019E00          Message Object 112 Function Control Register
CAN_MOFGPR112   0xF0019E04          Message Object 112 FIFO/Gateway Pointer Register
CAN_MOIPR112    0xF0019E08          Message Object 112 Interrupt Pointer Register
CAN_MOAMR112    0xF0019E0C          Message Object 112 Acceptance Mask Register
CAN_MODATAL112  0xF0019E10          Message Object 112 Data Register Low
CAN_MODATAH112  0xF0019E14          Message Object 112 Data Register High
CAN_MOAR112     0xF0019E18          Message Object 112 Arbitration Register
CAN_MOCTR112    0xF0019E1C          Message Object 112 Control Register
CAN_MOFCR113    0xF0019E20          Message Object 113 Function Control Register
CAN_MOFGPR113   0xF0019E24          Message Object 113 FIFO/Gateway Pointer Register
CAN_MOIPR113    0xF0019E28          Message Object 113 Interrupt Pointer Register
CAN_MOAMR113    0xF0019E2C          Message Object 113 Acceptance Mask Register
CAN_MODATAL113  0xF0019E30          Message Object 113 Data Register Low
CAN_MODATAH113  0xF0019E34          Message Object 113 Data Register High
CAN_MOAR113     0xF0019E38          Message Object 113 Arbitration Register
CAN_MOCTR113    0xF0019E3C          Message Object 113 Control Register
CAN_MOFCR114    0xF0019E40          Message Object 114 Function Control Register
CAN_MOFGPR114   0xF0019E44          Message Object 114 FIFO/Gateway Pointer Register
CAN_MOIPR114    0xF0019E48          Message Object 114 Interrupt Pointer Register
CAN_MOAMR114    0xF0019E4C          Message Object 114 Acceptance Mask Register
CAN_MODATAL114  0xF0019E50          Message Object 114 Data Register Low
CAN_MODATAH114  0xF0019E54          Message Object 114 Data Register High
CAN_MOAR114     0xF0019E58          Message Object 114 Arbitration Register
CAN_MOCTR114    0xF0019E5C          Message Object 114 Control Register
CAN_MOFCR115    0xF0019E60          Message Object 115 Function Control Register
CAN_MOFGPR115   0xF0019E64          Message Object 115 FIFO/Gateway Pointer Register
CAN_MOIPR115    0xF0019E68          Message Object 115 Interrupt Pointer Register
CAN_MOAMR115    0xF0019E6C          Message Object 115 Acceptance Mask Register
CAN_MODATAL115  0xF0019E70          Message Object 115 Data Register Low
CAN_MODATAH115  0xF0019E74          Message Object 115 Data Register High
CAN_MOAR115     0xF0019E78          Message Object 115 Arbitration Register
CAN_MOCTR115    0xF0019E7C          Message Object 115 Control Register
CAN_MOFCR116    0xF0019E80          Message Object 116 Function Control Register
CAN_MOFGPR116   0xF0019E84          Message Object 116 FIFO/Gateway Pointer Register
CAN_MOIPR116    0xF0019E88          Message Object 116 Interrupt Pointer Register
CAN_MOAMR116    0xF0019E8C          Message Object 116 Acceptance Mask Register
CAN_MODATAL116  0xF0019E90          Message Object 116 Data Register Low
CAN_MODATAH116  0xF0019E94          Message Object 116 Data Register High
CAN_MOAR116     0xF0019E98          Message Object 116 Arbitration Register
CAN_MOCTR116    0xF0019E9C          Message Object 116 Control Register
CAN_MOFCR117    0xF0019EA0          Message Object 117 Function Control Register
CAN_MOFGPR117   0xF0019EA4          Message Object 117 FIFO/Gateway Pointer Register
CAN_MOIPR117    0xF0019EA8          Message Object 117 Interrupt Pointer Register
CAN_MOAMR117    0xF0019EAC          Message Object 117 Acceptance Mask Register
CAN_MODATAL117  0xF0019EB0          Message Object 117 Data Register Low
CAN_MODATAH117  0xF0019EB4          Message Object 117 Data Register High
CAN_MOAR117     0xF0019EB8          Message Object 117 Arbitration Register
CAN_MOCTR117    0xF0019EBC          Message Object 117 Control Register
CAN_MOFCR118    0xF0019EC0          Message Object 118 Function Control Register
CAN_MOFGPR118   0xF0019EC4          Message Object 118 FIFO/Gateway Pointer Register
CAN_MOIPR118    0xF0019EC8          Message Object 118 Interrupt Pointer Register
CAN_MOAMR118    0xF0019ECC          Message Object 118 Acceptance Mask Register
CAN_MODATAL118  0xF0019ED0          Message Object 118 Data Register Low
CAN_MODATAH118  0xF0019ED4          Message Object 118 Data Register High
CAN_MOAR118     0xF0019ED8          Message Object 118 Arbitration Register
CAN_MOCTR118    0xF0019EDC          Message Object 118 Control Register
CAN_MOFCR119    0xF0019EE0          Message Object 119 Function Control Register
CAN_MOFGPR119   0xF0019EE4          Message Object 119 FIFO/Gateway Pointer Register
CAN_MOIPR119    0xF0019EE8          Message Object 119 Interrupt Pointer Register
CAN_MOAMR119    0xF0019EEC          Message Object 119 Acceptance Mask Register
CAN_MODATAL119  0xF0019EF0          Message Object 119 Data Register Low
CAN_MODATAH119  0xF0019EF4          Message Object 119 Data Register High
CAN_MOAR119     0xF0019EF8          Message Object 119 Arbitration Register
CAN_MOCTR119    0xF0019EFC          Message Object 119 Control Register
CAN_MOFCR120    0xF0019F00          Message Object 120 Function Control Register
CAN_MOFGPR120   0xF0019F04          Message Object 120 FIFO/Gateway Pointer Register
CAN_MOIPR120    0xF0019F08          Message Object 120 Interrupt Pointer Register
CAN_MOAMR120    0xF0019F0C          Message Object 120 Acceptance Mask Register
CAN_MODATAL120  0xF0019F10          Message Object 120 Data Register Low
CAN_MODATAH120  0xF0019F14          Message Object 120 Data Register High
CAN_MOAR120     0xF0019F18          Message Object 120 Arbitration Register
CAN_MOCTR120    0xF0019F1C          Message Object 120 Control Register
CAN_MOFCR121    0xF0019F20          Message Object 121 Function Control Register
CAN_MOFGPR121   0xF0019F24          Message Object 121 FIFO/Gateway Pointer Register
CAN_MOIPR121    0xF0019F28          Message Object 121 Interrupt Pointer Register
CAN_MOAMR121    0xF0019F2C          Message Object 121 Acceptance Mask Register
CAN_MODATAL121  0xF0019F30          Message Object 121 Data Register Low
CAN_MODATAH121  0xF0019F34          Message Object 121 Data Register High
CAN_MOAR121     0xF0019F38          Message Object 121 Arbitration Register
CAN_MOCTR121    0xF0019F3C          Message Object 121 Control Register
CAN_MOFCR122    0xF0019F40          Message Object 122 Function Control Register
CAN_MOFGPR122   0xF0019F44          Message Object 122 FIFO/Gateway Pointer Register
CAN_MOIPR122    0xF0019F48          Message Object 122 Interrupt Pointer Register
CAN_MOAMR122    0xF0019F4C          Message Object 122 Acceptance Mask Register
CAN_MODATAL122  0xF0019F50          Message Object 122 Data Register Low
CAN_MODATAH122  0xF0019F54          Message Object 122 Data Register High
CAN_MOAR122     0xF0019F58          Message Object 122 Arbitration Register
CAN_MOCTR122    0xF0019F5C          Message Object 122 Control Register
CAN_MOFCR123    0xF0019F60          Message Object 123 Function Control Register
CAN_MOFGPR123   0xF0019F64          Message Object 123 FIFO/Gateway Pointer Register
CAN_MOIPR123    0xF0019F68          Message Object 123 Interrupt Pointer Register
CAN_MOAMR123    0xF0019F6C          Message Object 123 Acceptance Mask Register
CAN_MODATAL123  0xF0019F70          Message Object 123 Data Register Low
CAN_MODATAH123  0xF0019F74          Message Object 123 Data Register High
CAN_MOAR123     0xF0019F78          Message Object 123 Arbitration Register
CAN_MOCTR123    0xF0019F7C          Message Object 123 Control Register
CAN_MOFCR124    0xF0019F80          Message Object 124 Function Control Register
CAN_MOFGPR124   0xF0019F84          Message Object 124 FIFO/Gateway Pointer Register
CAN_MOIPR124    0xF0019F88          Message Object 124 Interrupt Pointer Register
CAN_MOAMR124    0xF0019F8C          Message Object 124 Acceptance Mask Register
CAN_MODATAL124  0xF0019F90          Message Object 124 Data Register Low
CAN_MODATAH124  0xF0019F94          Message Object 124 Data Register High
CAN_MOAR124     0xF0019F98          Message Object 124 Arbitration Register
CAN_MOCTR124    0xF0019F9C          Message Object 124 Control Register
CAN_MOFCR125    0xF0019FA0          Message Object 125 Function Control Register
CAN_MOFGPR125   0xF0019FA4          Message Object 125 FIFO/Gateway Pointer Register
CAN_MOIPR125    0xF0019FA8          Message Object 125 Interrupt Pointer Register
CAN_MOAMR125    0xF0019FAC          Message Object 125 Acceptance Mask Register
CAN_MODATAL125  0xF0019FB0          Message Object 125 Data Register Low
CAN_MODATAH125  0xF0019FB4          Message Object 125 Data Register High
CAN_MOAR125     0xF0019FB8          Message Object 125 Arbitration Register
CAN_MOCTR125    0xF0019FBC          Message Object 125 Control Register
CAN_MOFCR126    0xF0019FC0          Message Object 126 Function Control Register
CAN_MOFGPR126   0xF0019FC4          Message Object 126 FIFO/Gateway Pointer Register
CAN_MOIPR126    0xF0019FC8          Message Object 126 Interrupt Pointer Register
CAN_MOAMR126    0xF0019FCC          Message Object 126 Acceptance Mask Register
CAN_MODATAL126  0xF0019FD0          Message Object 126 Data Register Low
CAN_MODATAH126  0xF0019FD4          Message Object 126 Data Register High
CAN_MOAR126     0xF0019FD8          Message Object 126 Arbitration Register
CAN_MOCTR126    0xF0019FDC          Message Object 126 Control Register
CAN_MOFCR127    0xF0019FE0          Message Object 127 Function Control Register
CAN_MOFGPR127   0xF0019FE4          Message Object 127 FIFO/Gateway Pointer Register
CAN_MOIPR127    0xF0019FE8          Message Object 127 Interrupt Pointer Register
CAN_MOAMR127    0xF0019FEC          Message Object 127 Acceptance Mask Register
CAN_MODATAL127  0xF0019FF0          Message Object 127 Data Register Low
CAN_MODATAH127  0xF0019FF4          Message Object 127 Data Register High
CAN_MOAR127     0xF0019FF8          Message Object 127 Arbitration Register
CAN_MOCTR127    0xF0019FFC          Message Object 127 Control Register
CAN_MOFCR128    0xF001A000          Message Object 128 Function Control Register
CAN_MOFGPR128   0xF001A004          Message Object 128 FIFO/Gateway Pointer Register
CAN_MOIPR128    0xF001A008          Message Object 128 Interrupt Pointer Register
CAN_MOAMR128    0xF001A00C          Message Object 128 Acceptance Mask Register
CAN_MODATAL128  0xF001A010          Message Object 128 Data Register Low
CAN_MODATAH128  0xF001A014          Message Object 128 Data Register High
CAN_MOAR128     0xF001A018          Message Object 128 Arbitration Register
CAN_MOCTR128    0xF001A01C          Message Object 128 Control Register
CAN_MOFCR129    0xF001A020          Message Object 129 Function Control Register
CAN_MOFGPR129   0xF001A024          Message Object 129 FIFO/Gateway Pointer Register
CAN_MOIPR129    0xF001A028          Message Object 129 Interrupt Pointer Register
CAN_MOAMR129    0xF001A02C          Message Object 129 Acceptance Mask Register
CAN_MODATAL129  0xF001A030          Message Object 129 Data Register Low
CAN_MODATAH129  0xF001A034          Message Object 129 Data Register High
CAN_MOAR129     0xF001A038          Message Object 129 Arbitration Register
CAN_MOCTR129    0xF001A03C          Message Object 129 Control Register
CAN_MOFCR130    0xF001A040          Message Object 130 Function Control Register
CAN_MOFGPR130   0xF001A044          Message Object 130 FIFO/Gateway Pointer Register
CAN_MOIPR130    0xF001A048          Message Object 130 Interrupt Pointer Register
CAN_MOAMR130    0xF001A04C          Message Object 130 Acceptance Mask Register
CAN_MODATAL130  0xF001A050          Message Object 130 Data Register Low
CAN_MODATAH130  0xF001A054          Message Object 130 Data Register High
CAN_MOAR130     0xF001A058          Message Object 130 Arbitration Register
CAN_MOCTR130    0xF001A05C          Message Object 130 Control Register
CAN_MOFCR131    0xF001A060          Message Object 131 Function Control Register
CAN_MOFGPR131   0xF001A064          Message Object 131 FIFO/Gateway Pointer Register
CAN_MOIPR131    0xF001A068          Message Object 131 Interrupt Pointer Register
CAN_MOAMR131    0xF001A06C          Message Object 131 Acceptance Mask Register
CAN_MODATAL131  0xF001A070          Message Object 131 Data Register Low
CAN_MODATAH131  0xF001A074          Message Object 131 Data Register High
CAN_MOAR131     0xF001A078          Message Object 131 Arbitration Register
CAN_MOCTR131    0xF001A07C          Message Object 131 Control Register
CAN_MOFCR132    0xF001A080          Message Object 132 Function Control Register
CAN_MOFGPR132   0xF001A084          Message Object 132 FIFO/Gateway Pointer Register
CAN_MOIPR132    0xF001A088          Message Object 132 Interrupt Pointer Register
CAN_MOAMR132    0xF001A08C          Message Object 132 Acceptance Mask Register
CAN_MODATAL132  0xF001A090          Message Object 132 Data Register Low
CAN_MODATAH132  0xF001A094          Message Object 132 Data Register High
CAN_MOAR132     0xF001A098          Message Object 132 Arbitration Register
CAN_MOCTR132    0xF001A09C          Message Object 132 Control Register
CAN_MOFCR133    0xF001A0A0          Message Object 133 Function Control Register
CAN_MOFGPR133   0xF001A0A4          Message Object 133 FIFO/Gateway Pointer Register
CAN_MOIPR133    0xF001A0A8          Message Object 133 Interrupt Pointer Register
CAN_MOAMR133    0xF001A0AC          Message Object 133 Acceptance Mask Register
CAN_MODATAL133  0xF001A0B0          Message Object 133 Data Register Low
CAN_MODATAH133  0xF001A0B4          Message Object 133 Data Register High
CAN_MOAR133     0xF001A0B8          Message Object 133 Arbitration Register
CAN_MOCTR133    0xF001A0BC          Message Object 133 Control Register
CAN_MOFCR134    0xF001A0C0          Message Object 134 Function Control Register
CAN_MOFGPR134   0xF001A0C4          Message Object 134 FIFO/Gateway Pointer Register
CAN_MOIPR134    0xF001A0C8          Message Object 134 Interrupt Pointer Register
CAN_MOAMR134    0xF001A0CC          Message Object 134 Acceptance Mask Register
CAN_MODATAL134  0xF001A0D0          Message Object 134 Data Register Low
CAN_MODATAH134  0xF001A0D4          Message Object 134 Data Register High
CAN_MOAR134     0xF001A0D8          Message Object 134 Arbitration Register
CAN_MOCTR134    0xF001A0DC          Message Object 134 Control Register
CAN_MOFCR135    0xF001A0E0          Message Object 135 Function Control Register
CAN_MOFGPR135   0xF001A0E4          Message Object 135 FIFO/Gateway Pointer Register
CAN_MOIPR135    0xF001A0E8          Message Object 135 Interrupt Pointer Register
CAN_MOAMR135    0xF001A0EC          Message Object 135 Acceptance Mask Register
CAN_MODATAL135  0xF001A0F0          Message Object 135 Data Register Low
CAN_MODATAH135  0xF001A0F4          Message Object 135 Data Register High
CAN_MOAR135     0xF001A0F8          Message Object 135 Arbitration Register
CAN_MOCTR135    0xF001A0FC          Message Object 135 Control Register
CAN_MOFCR136    0xF001A100          Message Object 136 Function Control Register
CAN_MOFGPR136   0xF001A104          Message Object 136 FIFO/Gateway Pointer Register
CAN_MOIPR136    0xF001A108          Message Object 136 Interrupt Pointer Register
CAN_MOAMR136    0xF001A10C          Message Object 136 Acceptance Mask Register
CAN_MODATAL136  0xF001A110          Message Object 136 Data Register Low
CAN_MODATAH136  0xF001A114          Message Object 136 Data Register High
CAN_MOAR136     0xF001A118          Message Object 136 Arbitration Register
CAN_MOCTR136    0xF001A11C          Message Object 136 Control Register
CAN_MOFCR137    0xF001A120          Message Object 137 Function Control Register
CAN_MOFGPR137   0xF001A124          Message Object 137 FIFO/Gateway Pointer Register
CAN_MOIPR137    0xF001A128          Message Object 137 Interrupt Pointer Register
CAN_MOAMR137    0xF001A12C          Message Object 137 Acceptance Mask Register
CAN_MODATAL137  0xF001A130          Message Object 137 Data Register Low
CAN_MODATAH137  0xF001A134          Message Object 137 Data Register High
CAN_MOAR137     0xF001A138          Message Object 137 Arbitration Register
CAN_MOCTR137    0xF001A13C          Message Object 137 Control Register
CAN_MOFCR138    0xF001A140          Message Object 138 Function Control Register
CAN_MOFGPR138   0xF001A144          Message Object 138 FIFO/Gateway Pointer Register
CAN_MOIPR138    0xF001A148          Message Object 138 Interrupt Pointer Register
CAN_MOAMR138    0xF001A14C          Message Object 138 Acceptance Mask Register
CAN_MODATAL138  0xF001A150          Message Object 138 Data Register Low
CAN_MODATAH138  0xF001A154          Message Object 138 Data Register High
CAN_MOAR138     0xF001A158          Message Object 138 Arbitration Register
CAN_MOCTR138    0xF001A15C          Message Object 138 Control Register
CAN_MOFCR139    0xF001A160          Message Object 139 Function Control Register
CAN_MOFGPR139   0xF001A164          Message Object 139 FIFO/Gateway Pointer Register
CAN_MOIPR139    0xF001A168          Message Object 139 Interrupt Pointer Register
CAN_MOAMR139    0xF001A16C          Message Object 139 Acceptance Mask Register
CAN_MODATAL139  0xF001A170          Message Object 139 Data Register Low
CAN_MODATAH139  0xF001A174          Message Object 139 Data Register High
CAN_MOAR139     0xF001A178          Message Object 139 Arbitration Register
CAN_MOCTR139    0xF001A17C          Message Object 139 Control Register
CAN_MOFCR140    0xF001A180          Message Object 140 Function Control Register
CAN_MOFGPR140   0xF001A184          Message Object 140 FIFO/Gateway Pointer Register
CAN_MOIPR140    0xF001A188          Message Object 140 Interrupt Pointer Register
CAN_MOAMR140    0xF001A18C          Message Object 140 Acceptance Mask Register
CAN_MODATAL140  0xF001A190          Message Object 140 Data Register Low
CAN_MODATAH140  0xF001A194          Message Object 140 Data Register High
CAN_MOAR140     0xF001A198          Message Object 140 Arbitration Register
CAN_MOCTR140    0xF001A19C          Message Object 140 Control Register
CAN_MOFCR141    0xF001A1A0          Message Object 141 Function Control Register
CAN_MOFGPR141   0xF001A1A4          Message Object 141 FIFO/Gateway Pointer Register
CAN_MOIPR141    0xF001A1A8          Message Object 141 Interrupt Pointer Register
CAN_MOAMR141    0xF001A1AC          Message Object 141 Acceptance Mask Register
CAN_MODATAL141  0xF001A1B0          Message Object 141 Data Register Low
CAN_MODATAH141  0xF001A1B4          Message Object 141 Data Register High
CAN_MOAR141     0xF001A1B8          Message Object 141 Arbitration Register
CAN_MOCTR141    0xF001A1BC          Message Object 141 Control Register
CAN_MOFCR142    0xF001A1C0          Message Object 142 Function Control Register
CAN_MOFGPR142   0xF001A1C4          Message Object 142 FIFO/Gateway Pointer Register
CAN_MOIPR142    0xF001A1C8          Message Object 142 Interrupt Pointer Register
CAN_MOAMR142    0xF001A1CC          Message Object 142 Acceptance Mask Register
CAN_MODATAL142  0xF001A1D0          Message Object 142 Data Register Low
CAN_MODATAH142  0xF001A1D4          Message Object 142 Data Register High
CAN_MOAR142     0xF001A1D8          Message Object 142 Arbitration Register
CAN_MOCTR142    0xF001A1DC          Message Object 142 Control Register
CAN_MOFCR143    0xF001A1E0          Message Object 143 Function Control Register
CAN_MOFGPR143   0xF001A1E4          Message Object 143 FIFO/Gateway Pointer Register
CAN_MOIPR143    0xF001A1E8          Message Object 143 Interrupt Pointer Register
CAN_MOAMR143    0xF001A1EC          Message Object 143 Acceptance Mask Register
CAN_MODATAL143  0xF001A1F0          Message Object 143 Data Register Low
CAN_MODATAH143  0xF001A1F4          Message Object 143 Data Register High
CAN_MOAR143     0xF001A1F8          Message Object 143 Arbitration Register
CAN_MOCTR143    0xF001A1FC          Message Object 143 Control Register
CAN_MOFCR144    0xF001A200          Message Object 144 Function Control Register
CAN_MOFGPR144   0xF001A204          Message Object 144 FIFO/Gateway Pointer Register
CAN_MOIPR144    0xF001A208          Message Object 144 Interrupt Pointer Register
CAN_MOAMR144    0xF001A20C          Message Object 144 Acceptance Mask Register
CAN_MODATAL144  0xF001A210          Message Object 144 Data Register Low
CAN_MODATAH144  0xF001A214          Message Object 144 Data Register High
CAN_MOAR144     0xF001A218          Message Object 144 Arbitration Register
CAN_MOCTR144    0xF001A21C          Message Object 144 Control Register
CAN_MOFCR145    0xF001A220          Message Object 145 Function Control Register
CAN_MOFGPR145   0xF001A224          Message Object 145 FIFO/Gateway Pointer Register
CAN_MOIPR145    0xF001A228          Message Object 145 Interrupt Pointer Register
CAN_MOAMR145    0xF001A22C          Message Object 145 Acceptance Mask Register
CAN_MODATAL145  0xF001A230          Message Object 145 Data Register Low
CAN_MODATAH145  0xF001A234          Message Object 145 Data Register High
CAN_MOAR145     0xF001A238          Message Object 145 Arbitration Register
CAN_MOCTR145    0xF001A23C          Message Object 145 Control Register
CAN_MOFCR146    0xF001A240          Message Object 146 Function Control Register
CAN_MOFGPR146   0xF001A244          Message Object 146 FIFO/Gateway Pointer Register
CAN_MOIPR146    0xF001A248          Message Object 146 Interrupt Pointer Register
CAN_MOAMR146    0xF001A24C          Message Object 146 Acceptance Mask Register
CAN_MODATAL146  0xF001A250          Message Object 146 Data Register Low
CAN_MODATAH146  0xF001A254          Message Object 146 Data Register High
CAN_MOAR146     0xF001A258          Message Object 146 Arbitration Register
CAN_MOCTR146    0xF001A25C          Message Object 146 Control Register
CAN_MOFCR147    0xF001A260          Message Object 147 Function Control Register
CAN_MOFGPR147   0xF001A264          Message Object 147 FIFO/Gateway Pointer Register
CAN_MOIPR147    0xF001A268          Message Object 147 Interrupt Pointer Register
CAN_MOAMR147    0xF001A26C          Message Object 147 Acceptance Mask Register
CAN_MODATAL147  0xF001A270          Message Object 147 Data Register Low
CAN_MODATAH147  0xF001A274          Message Object 147 Data Register High
CAN_MOAR147     0xF001A278          Message Object 147 Arbitration Register
CAN_MOCTR147    0xF001A27C          Message Object 147 Control Register
CAN_MOFCR148    0xF001A280          Message Object 148 Function Control Register
CAN_MOFGPR148   0xF001A284          Message Object 148 FIFO/Gateway Pointer Register
CAN_MOIPR148    0xF001A288          Message Object 148 Interrupt Pointer Register
CAN_MOAMR148    0xF001A28C          Message Object 148 Acceptance Mask Register
CAN_MODATAL148  0xF001A290          Message Object 148 Data Register Low
CAN_MODATAH148  0xF001A294          Message Object 148 Data Register High
CAN_MOAR148     0xF001A298          Message Object 148 Arbitration Register
CAN_MOCTR148    0xF001A29C          Message Object 148 Control Register
CAN_MOFCR149    0xF001A2A0          Message Object 149 Function Control Register
CAN_MOFGPR149   0xF001A2A4          Message Object 149 FIFO/Gateway Pointer Register
CAN_MOIPR149    0xF001A2A8          Message Object 149 Interrupt Pointer Register
CAN_MOAMR149    0xF001A2AC          Message Object 149 Acceptance Mask Register
CAN_MODATAL149  0xF001A2B0          Message Object 149 Data Register Low
CAN_MODATAH149  0xF001A2B4          Message Object 149 Data Register High
CAN_MOAR149     0xF001A2B8          Message Object 149 Arbitration Register
CAN_MOCTR149    0xF001A2BC          Message Object 149 Control Register
CAN_MOFCR150    0xF001A2C0          Message Object 150 Function Control Register
CAN_MOFGPR150   0xF001A2C4          Message Object 150 FIFO/Gateway Pointer Register
CAN_MOIPR150    0xF001A2C8          Message Object 150 Interrupt Pointer Register
CAN_MOAMR150    0xF001A2CC          Message Object 150 Acceptance Mask Register
CAN_MODATAL150  0xF001A2D0          Message Object 150 Data Register Low
CAN_MODATAH150  0xF001A2D4          Message Object 150 Data Register High
CAN_MOAR150     0xF001A2D8          Message Object 150 Arbitration Register
CAN_MOCTR150    0xF001A2DC          Message Object 150 Control Register
CAN_MOFCR151    0xF001A2E0          Message Object 151 Function Control Register
CAN_MOFGPR151   0xF001A2E4          Message Object 151 FIFO/Gateway Pointer Register
CAN_MOIPR151    0xF001A2E8          Message Object 151 Interrupt Pointer Register
CAN_MOAMR151    0xF001A2EC          Message Object 151 Acceptance Mask Register
CAN_MODATAL151  0xF001A2F0          Message Object 151 Data Register Low
CAN_MODATAH151  0xF001A2F4          Message Object 151 Data Register High
CAN_MOAR151     0xF001A2F8          Message Object 151 Arbitration Register
CAN_MOCTR151    0xF001A2FC          Message Object 151 Control Register
CAN_MOFCR152    0xF001A300          Message Object 152 Function Control Register
CAN_MOFGPR152   0xF001A304          Message Object 152 FIFO/Gateway Pointer Register
CAN_MOIPR152    0xF001A308          Message Object 152 Interrupt Pointer Register
CAN_MOAMR152    0xF001A30C          Message Object 152 Acceptance Mask Register
CAN_MODATAL152  0xF001A310          Message Object 152 Data Register Low
CAN_MODATAH152  0xF001A314          Message Object 152 Data Register High
CAN_MOAR152     0xF001A318          Message Object 152 Arbitration Register
CAN_MOCTR152    0xF001A31C          Message Object 152 Control Register
CAN_MOFCR153    0xF001A320          Message Object 153 Function Control Register
CAN_MOFGPR153   0xF001A324          Message Object 153 FIFO/Gateway Pointer Register
CAN_MOIPR153    0xF001A328          Message Object 153 Interrupt Pointer Register
CAN_MOAMR153    0xF001A32C          Message Object 153 Acceptance Mask Register
CAN_MODATAL153  0xF001A330          Message Object 153 Data Register Low
CAN_MODATAH153  0xF001A334          Message Object 153 Data Register High
CAN_MOAR153     0xF001A338          Message Object 153 Arbitration Register
CAN_MOCTR153    0xF001A33C          Message Object 153 Control Register
CAN_MOFCR154    0xF001A340          Message Object 154 Function Control Register
CAN_MOFGPR154   0xF001A344          Message Object 154 FIFO/Gateway Pointer Register
CAN_MOIPR154    0xF001A348          Message Object 154 Interrupt Pointer Register
CAN_MOAMR154    0xF001A34C          Message Object 154 Acceptance Mask Register
CAN_MODATAL154  0xF001A350          Message Object 154 Data Register Low
CAN_MODATAH154  0xF001A354          Message Object 154 Data Register High
CAN_MOAR154     0xF001A358          Message Object 154 Arbitration Register
CAN_MOCTR154    0xF001A35C          Message Object 154 Control Register
CAN_MOFCR155    0xF001A360          Message Object 155 Function Control Register
CAN_MOFGPR155   0xF001A364          Message Object 155 FIFO/Gateway Pointer Register
CAN_MOIPR155    0xF001A368          Message Object 155 Interrupt Pointer Register
CAN_MOAMR155    0xF001A36C          Message Object 155 Acceptance Mask Register
CAN_MODATAL155  0xF001A370          Message Object 155 Data Register Low
CAN_MODATAH155  0xF001A374          Message Object 155 Data Register High
CAN_MOAR155     0xF001A378          Message Object 155 Arbitration Register
CAN_MOCTR155    0xF001A37C          Message Object 155 Control Register
CAN_MOFCR156    0xF001A380          Message Object 156 Function Control Register
CAN_MOFGPR156   0xF001A384          Message Object 156 FIFO/Gateway Pointer Register
CAN_MOIPR156    0xF001A388          Message Object 156 Interrupt Pointer Register
CAN_MOAMR156    0xF001A38C          Message Object 156 Acceptance Mask Register
CAN_MODATAL156  0xF001A390          Message Object 156 Data Register Low
CAN_MODATAH156  0xF001A394          Message Object 156 Data Register High
CAN_MOAR156     0xF001A398          Message Object 156 Arbitration Register
CAN_MOCTR156    0xF001A39C          Message Object 156 Control Register
CAN_MOFCR157    0xF001A3A0          Message Object 157 Function Control Register
CAN_MOFGPR157   0xF001A3A4          Message Object 157 FIFO/Gateway Pointer Register
CAN_MOIPR157    0xF001A3A8          Message Object 157 Interrupt Pointer Register
CAN_MOAMR157    0xF001A3AC          Message Object 157 Acceptance Mask Register
CAN_MODATAL157  0xF001A3B0          Message Object 157 Data Register Low
CAN_MODATAH157  0xF001A3B4          Message Object 157 Data Register High
CAN_MOAR157     0xF001A3B8          Message Object 157 Arbitration Register
CAN_MOCTR157    0xF001A3BC          Message Object 157 Control Register
CAN_MOFCR158    0xF001A3C0          Message Object 158 Function Control Register
CAN_MOFGPR158   0xF001A3C4          Message Object 158 FIFO/Gateway Pointer Register
CAN_MOIPR158    0xF001A3C8          Message Object 158 Interrupt Pointer Register
CAN_MOAMR158    0xF001A3CC          Message Object 158 Acceptance Mask Register
CAN_MODATAL158  0xF001A3D0          Message Object 158 Data Register Low
CAN_MODATAH158  0xF001A3D4          Message Object 158 Data Register High
CAN_MOAR158     0xF001A3D8          Message Object 158 Arbitration Register
CAN_MOCTR158    0xF001A3DC          Message Object 158 Control Register
CAN_MOFCR159    0xF001A3E0          Message Object 159 Function Control Register
CAN_MOFGPR159   0xF001A3E4          Message Object 159 FIFO/Gateway Pointer Register
CAN_MOIPR159    0xF001A3E8          Message Object 159 Interrupt Pointer Register
CAN_MOAMR159    0xF001A3EC          Message Object 159 Acceptance Mask Register
CAN_MODATAL159  0xF001A3F0          Message Object 159 Data Register Low
CAN_MODATAH159  0xF001A3F4          Message Object 159 Data Register High
CAN_MOAR159     0xF001A3F8          Message Object 159 Arbitration Register
CAN_MOCTR159    0xF001A3FC          Message Object 159 Control Register
CAN_MOFCR160    0xF001A400          Message Object 160 Function Control Register
CAN_MOFGPR160   0xF001A404          Message Object 160 FIFO/Gateway Pointer Register
CAN_MOIPR160    0xF001A408          Message Object 160 Interrupt Pointer Register
CAN_MOAMR160    0xF001A40C          Message Object 160 Acceptance Mask Register
CAN_MODATAL160  0xF001A410          Message Object 160 Data Register Low
CAN_MODATAH160  0xF001A414          Message Object 160 Data Register High
CAN_MOAR160     0xF001A418          Message Object 160 Arbitration Register
CAN_MOCTR160    0xF001A41C          Message Object 160 Control Register
CAN_MOFCR161    0xF001A420          Message Object 161 Function Control Register
CAN_MOFGPR161   0xF001A424          Message Object 161 FIFO/Gateway Pointer Register
CAN_MOIPR161    0xF001A428          Message Object 161 Interrupt Pointer Register
CAN_MOAMR161    0xF001A42C          Message Object 161 Acceptance Mask Register
CAN_MODATAL161  0xF001A430          Message Object 161 Data Register Low
CAN_MODATAH161  0xF001A434          Message Object 161 Data Register High
CAN_MOAR161     0xF001A438          Message Object 161 Arbitration Register
CAN_MOCTR161    0xF001A43C          Message Object 161 Control Register
CAN_MOFCR162    0xF001A440          Message Object 162 Function Control Register
CAN_MOFGPR162   0xF001A444          Message Object 162 FIFO/Gateway Pointer Register
CAN_MOIPR162    0xF001A448          Message Object 162 Interrupt Pointer Register
CAN_MOAMR162    0xF001A44C          Message Object 162 Acceptance Mask Register
CAN_MODATAL162  0xF001A450          Message Object 162 Data Register Low
CAN_MODATAH162  0xF001A454          Message Object 162 Data Register High
CAN_MOAR162     0xF001A458          Message Object 162 Arbitration Register
CAN_MOCTR162    0xF001A45C          Message Object 162 Control Register
CAN_MOFCR163    0xF001A460          Message Object 163 Function Control Register
CAN_MOFGPR163   0xF001A464          Message Object 163 FIFO/Gateway Pointer Register
CAN_MOIPR163    0xF001A468          Message Object 163 Interrupt Pointer Register
CAN_MOAMR163    0xF001A46C          Message Object 163 Acceptance Mask Register
CAN_MODATAL163  0xF001A470          Message Object 163 Data Register Low
CAN_MODATAH163  0xF001A474          Message Object 163 Data Register High
CAN_MOAR163     0xF001A478          Message Object 163 Arbitration Register
CAN_MOCTR163    0xF001A47C          Message Object 163 Control Register
CAN_MOFCR164    0xF001A480          Message Object 164 Function Control Register
CAN_MOFGPR164   0xF001A484          Message Object 164 FIFO/Gateway Pointer Register
CAN_MOIPR164    0xF001A488          Message Object 164 Interrupt Pointer Register
CAN_MOAMR164    0xF001A48C          Message Object 164 Acceptance Mask Register
CAN_MODATAL164  0xF001A490          Message Object 164 Data Register Low
CAN_MODATAH164  0xF001A494          Message Object 164 Data Register High
CAN_MOAR164     0xF001A498          Message Object 164 Arbitration Register
CAN_MOCTR164    0xF001A49C          Message Object 164 Control Register
CAN_MOFCR165    0xF001A4A0          Message Object 165 Function Control Register
CAN_MOFGPR165   0xF001A4A4          Message Object 165 FIFO/Gateway Pointer Register
CAN_MOIPR165    0xF001A4A8          Message Object 165 Interrupt Pointer Register
CAN_MOAMR165    0xF001A4AC          Message Object 165 Acceptance Mask Register
CAN_MODATAL165  0xF001A4B0          Message Object 165 Data Register Low
CAN_MODATAH165  0xF001A4B4          Message Object 165 Data Register High
CAN_MOAR165     0xF001A4B8          Message Object 165 Arbitration Register
CAN_MOCTR165    0xF001A4BC          Message Object 165 Control Register
CAN_MOFCR166    0xF001A4C0          Message Object 166 Function Control Register
CAN_MOFGPR166   0xF001A4C4          Message Object 166 FIFO/Gateway Pointer Register
CAN_MOIPR166    0xF001A4C8          Message Object 166 Interrupt Pointer Register
CAN_MOAMR166    0xF001A4CC          Message Object 166 Acceptance Mask Register
CAN_MODATAL166  0xF001A4D0          Message Object 166 Data Register Low
CAN_MODATAH166  0xF001A4D4          Message Object 166 Data Register High
CAN_MOAR166     0xF001A4D8          Message Object 166 Arbitration Register
CAN_MOCTR166    0xF001A4DC          Message Object 166 Control Register
CAN_MOFCR167    0xF001A4E0          Message Object 167 Function Control Register
CAN_MOFGPR167   0xF001A4E4          Message Object 167 FIFO/Gateway Pointer Register
CAN_MOIPR167    0xF001A4E8          Message Object 167 Interrupt Pointer Register
CAN_MOAMR167    0xF001A4EC          Message Object 167 Acceptance Mask Register
CAN_MODATAL167  0xF001A4F0          Message Object 167 Data Register Low
CAN_MODATAH167  0xF001A4F4          Message Object 167 Data Register High
CAN_MOAR167     0xF001A4F8          Message Object 167 Arbitration Register
CAN_MOCTR167    0xF001A4FC          Message Object 167 Control Register
CAN_MOFCR168    0xF001A500          Message Object 168 Function Control Register
CAN_MOFGPR168   0xF001A504          Message Object 168 FIFO/Gateway Pointer Register
CAN_MOIPR168    0xF001A508          Message Object 168 Interrupt Pointer Register
CAN_MOAMR168    0xF001A50C          Message Object 168 Acceptance Mask Register
CAN_MODATAL168  0xF001A510          Message Object 168 Data Register Low
CAN_MODATAH168  0xF001A514          Message Object 168 Data Register High
CAN_MOAR168     0xF001A518          Message Object 168 Arbitration Register
CAN_MOCTR168    0xF001A51C          Message Object 168 Control Register
CAN_MOFCR169    0xF001A520          Message Object 169 Function Control Register
CAN_MOFGPR169   0xF001A524          Message Object 169 FIFO/Gateway Pointer Register
CAN_MOIPR169    0xF001A528          Message Object 169 Interrupt Pointer Register
CAN_MOAMR169    0xF001A52C          Message Object 169 Acceptance Mask Register
CAN_MODATAL169  0xF001A530          Message Object 169 Data Register Low
CAN_MODATAH169  0xF001A534          Message Object 169 Data Register High
CAN_MOAR169     0xF001A538          Message Object 169 Arbitration Register
CAN_MOCTR169    0xF001A53C          Message Object 169 Control Register
CAN_MOFCR170    0xF001A540          Message Object 170 Function Control Register
CAN_MOFGPR170   0xF001A544          Message Object 170 FIFO/Gateway Pointer Register
CAN_MOIPR170    0xF001A548          Message Object 170 Interrupt Pointer Register
CAN_MOAMR170    0xF001A54C          Message Object 170 Acceptance Mask Register
CAN_MODATAL170  0xF001A550          Message Object 170 Data Register Low
CAN_MODATAH170  0xF001A554          Message Object 170 Data Register High
CAN_MOAR170     0xF001A558          Message Object 170 Arbitration Register
CAN_MOCTR170    0xF001A55C          Message Object 170 Control Register
CAN_MOFCR171    0xF001A560          Message Object 171 Function Control Register
CAN_MOFGPR171   0xF001A564          Message Object 171 FIFO/Gateway Pointer Register
CAN_MOIPR171    0xF001A568          Message Object 171 Interrupt Pointer Register
CAN_MOAMR171    0xF001A56C          Message Object 171 Acceptance Mask Register
CAN_MODATAL171  0xF001A570          Message Object 171 Data Register Low
CAN_MODATAH171  0xF001A574          Message Object 171 Data Register High
CAN_MOAR171     0xF001A578          Message Object 171 Arbitration Register
CAN_MOCTR171    0xF001A57C          Message Object 171 Control Register
CAN_MOFCR172    0xF001A580          Message Object 172 Function Control Register
CAN_MOFGPR172   0xF001A584          Message Object 172 FIFO/Gateway Pointer Register
CAN_MOIPR172    0xF001A588          Message Object 172 Interrupt Pointer Register
CAN_MOAMR172    0xF001A58C          Message Object 172 Acceptance Mask Register
CAN_MODATAL172  0xF001A590          Message Object 172 Data Register Low
CAN_MODATAH172  0xF001A594          Message Object 172 Data Register High
CAN_MOAR172     0xF001A598          Message Object 172 Arbitration Register
CAN_MOCTR172    0xF001A59C          Message Object 172 Control Register
CAN_MOFCR173    0xF001A5A0          Message Object 173 Function Control Register
CAN_MOFGPR173   0xF001A5A4          Message Object 173 FIFO/Gateway Pointer Register
CAN_MOIPR173    0xF001A5A8          Message Object 173 Interrupt Pointer Register
CAN_MOAMR173    0xF001A5AC          Message Object 173 Acceptance Mask Register
CAN_MODATAL173  0xF001A5B0          Message Object 173 Data Register Low
CAN_MODATAH173  0xF001A5B4          Message Object 173 Data Register High
CAN_MOAR173     0xF001A5B8          Message Object 173 Arbitration Register
CAN_MOCTR173    0xF001A5BC          Message Object 173 Control Register
CAN_MOFCR174    0xF001A5C0          Message Object 174 Function Control Register
CAN_MOFGPR174   0xF001A5C4          Message Object 174 FIFO/Gateway Pointer Register
CAN_MOIPR174    0xF001A5C8          Message Object 174 Interrupt Pointer Register
CAN_MOAMR174    0xF001A5CC          Message Object 174 Acceptance Mask Register
CAN_MODATAL174  0xF001A5D0          Message Object 174 Data Register Low
CAN_MODATAH174  0xF001A5D4          Message Object 174 Data Register High
CAN_MOAR174     0xF001A5D8          Message Object 174 Arbitration Register
CAN_MOCTR174    0xF001A5DC          Message Object 174 Control Register
CAN_MOFCR175    0xF001A5E0          Message Object 175 Function Control Register
CAN_MOFGPR175   0xF001A5E4          Message Object 175 FIFO/Gateway Pointer Register
CAN_MOIPR175    0xF001A5E8          Message Object 175 Interrupt Pointer Register
CAN_MOAMR175    0xF001A5EC          Message Object 175 Acceptance Mask Register
CAN_MODATAL175  0xF001A5F0          Message Object 175 Data Register Low
CAN_MODATAH175  0xF001A5F4          Message Object 175 Data Register High
CAN_MOAR175     0xF001A5F8          Message Object 175 Arbitration Register
CAN_MOCTR175    0xF001A5FC          Message Object 175 Control Register
CAN_MOFCR176    0xF001A600          Message Object 176 Function Control Register
CAN_MOFGPR176   0xF001A604          Message Object 176 FIFO/Gateway Pointer Register
CAN_MOIPR176    0xF001A608          Message Object 176 Interrupt Pointer Register
CAN_MOAMR176    0xF001A60C          Message Object 176 Acceptance Mask Register
CAN_MODATAL176  0xF001A610          Message Object 176 Data Register Low
CAN_MODATAH176  0xF001A614          Message Object 176 Data Register High
CAN_MOAR176     0xF001A618          Message Object 176 Arbitration Register
CAN_MOCTR176    0xF001A61C          Message Object 176 Control Register
CAN_MOFCR177    0xF001A620          Message Object 177 Function Control Register
CAN_MOFGPR177   0xF001A624          Message Object 177 FIFO/Gateway Pointer Register
CAN_MOIPR177    0xF001A628          Message Object 177 Interrupt Pointer Register
CAN_MOAMR177    0xF001A62C          Message Object 177 Acceptance Mask Register
CAN_MODATAL177  0xF001A630          Message Object 177 Data Register Low
CAN_MODATAH177  0xF001A634          Message Object 177 Data Register High
CAN_MOAR177     0xF001A638          Message Object 177 Arbitration Register
CAN_MOCTR177    0xF001A63C          Message Object 177 Control Register
CAN_MOFCR178    0xF001A640          Message Object 178 Function Control Register
CAN_MOFGPR178   0xF001A644          Message Object 178 FIFO/Gateway Pointer Register
CAN_MOIPR178    0xF001A648          Message Object 178 Interrupt Pointer Register
CAN_MOAMR178    0xF001A64C          Message Object 178 Acceptance Mask Register
CAN_MODATAL178  0xF001A650          Message Object 178 Data Register Low
CAN_MODATAH178  0xF001A654          Message Object 178 Data Register High
CAN_MOAR178     0xF001A658          Message Object 178 Arbitration Register
CAN_MOCTR178    0xF001A65C          Message Object 178 Control Register
CAN_MOFCR179    0xF001A660          Message Object 179 Function Control Register
CAN_MOFGPR179   0xF001A664          Message Object 179 FIFO/Gateway Pointer Register
CAN_MOIPR179    0xF001A668          Message Object 179 Interrupt Pointer Register
CAN_MOAMR179    0xF001A66C          Message Object 179 Acceptance Mask Register
CAN_MODATAL179  0xF001A670          Message Object 179 Data Register Low
CAN_MODATAH179  0xF001A674          Message Object 179 Data Register High
CAN_MOAR179     0xF001A678          Message Object 179 Arbitration Register
CAN_MOCTR179    0xF001A67C          Message Object 179 Control Register
CAN_MOFCR180    0xF001A680          Message Object 180 Function Control Register
CAN_MOFGPR180   0xF001A684          Message Object 180 FIFO/Gateway Pointer Register
CAN_MOIPR180    0xF001A688          Message Object 180 Interrupt Pointer Register
CAN_MOAMR180    0xF001A68C          Message Object 180 Acceptance Mask Register
CAN_MODATAL180  0xF001A690          Message Object 180 Data Register Low
CAN_MODATAH180  0xF001A694          Message Object 180 Data Register High
CAN_MOAR180     0xF001A698          Message Object 180 Arbitration Register
CAN_MOCTR180    0xF001A69C          Message Object 180 Control Register
CAN_MOFCR181    0xF001A6A0          Message Object 181 Function Control Register
CAN_MOFGPR181   0xF001A6A4          Message Object 181 FIFO/Gateway Pointer Register
CAN_MOIPR181    0xF001A6A8          Message Object 181 Interrupt Pointer Register
CAN_MOAMR181    0xF001A6AC          Message Object 181 Acceptance Mask Register
CAN_MODATAL181  0xF001A6B0          Message Object 181 Data Register Low
CAN_MODATAH181  0xF001A6B4          Message Object 181 Data Register High
CAN_MOAR181     0xF001A6B8          Message Object 181 Arbitration Register
CAN_MOCTR181    0xF001A6BC          Message Object 181 Control Register
CAN_MOFCR182    0xF001A6C0          Message Object 182 Function Control Register
CAN_MOFGPR182   0xF001A6C4          Message Object 182 FIFO/Gateway Pointer Register
CAN_MOIPR182    0xF001A6C8          Message Object 182 Interrupt Pointer Register
CAN_MOAMR182    0xF001A6CC          Message Object 182 Acceptance Mask Register
CAN_MODATAL182  0xF001A6D0          Message Object 182 Data Register Low
CAN_MODATAH182  0xF001A6D4          Message Object 182 Data Register High
CAN_MOAR182     0xF001A6D8          Message Object 182 Arbitration Register
CAN_MOCTR182    0xF001A6DC          Message Object 182 Control Register
CAN_MOFCR183    0xF001A6E0          Message Object 183 Function Control Register
CAN_MOFGPR183   0xF001A6E4          Message Object 183 FIFO/Gateway Pointer Register
CAN_MOIPR183    0xF001A6E8          Message Object 183 Interrupt Pointer Register
CAN_MOAMR183    0xF001A6EC          Message Object 183 Acceptance Mask Register
CAN_MODATAL183  0xF001A6F0          Message Object 183 Data Register Low
CAN_MODATAH183  0xF001A6F4          Message Object 183 Data Register High
CAN_MOAR183     0xF001A6F8          Message Object 183 Arbitration Register
CAN_MOCTR183    0xF001A6FC          Message Object 183 Control Register
CAN_MOFCR184    0xF001A700          Message Object 184 Function Control Register
CAN_MOFGPR184   0xF001A704          Message Object 184 FIFO/Gateway Pointer Register
CAN_MOIPR184    0xF001A708          Message Object 184 Interrupt Pointer Register
CAN_MOAMR184    0xF001A70C          Message Object 184 Acceptance Mask Register
CAN_MODATAL184  0xF001A710          Message Object 184 Data Register Low
CAN_MODATAH184  0xF001A714          Message Object 184 Data Register High
CAN_MOAR184     0xF001A718          Message Object 184 Arbitration Register
CAN_MOCTR184    0xF001A71C          Message Object 184 Control Register
CAN_MOFCR185    0xF001A720          Message Object 185 Function Control Register
CAN_MOFGPR185   0xF001A724          Message Object 185 FIFO/Gateway Pointer Register
CAN_MOIPR185    0xF001A728          Message Object 185 Interrupt Pointer Register
CAN_MOAMR185    0xF001A72C          Message Object 185 Acceptance Mask Register
CAN_MODATAL185  0xF001A730          Message Object 185 Data Register Low
CAN_MODATAH185  0xF001A734          Message Object 185 Data Register High
CAN_MOAR185     0xF001A738          Message Object 185 Arbitration Register
CAN_MOCTR185    0xF001A73C          Message Object 185 Control Register
CAN_MOFCR186    0xF001A740          Message Object 186 Function Control Register
CAN_MOFGPR186   0xF001A744          Message Object 186 FIFO/Gateway Pointer Register
CAN_MOIPR186    0xF001A748          Message Object 186 Interrupt Pointer Register
CAN_MOAMR186    0xF001A74C          Message Object 186 Acceptance Mask Register
CAN_MODATAL186  0xF001A750          Message Object 186 Data Register Low
CAN_MODATAH186  0xF001A754          Message Object 186 Data Register High
CAN_MOAR186     0xF001A758          Message Object 186 Arbitration Register
CAN_MOCTR186    0xF001A75C          Message Object 186 Control Register
CAN_MOFCR187    0xF001A760          Message Object 187 Function Control Register
CAN_MOFGPR187   0xF001A764          Message Object 187 FIFO/Gateway Pointer Register
CAN_MOIPR187    0xF001A768          Message Object 187 Interrupt Pointer Register
CAN_MOAMR187    0xF001A76C          Message Object 187 Acceptance Mask Register
CAN_MODATAL187  0xF001A770          Message Object 187 Data Register Low
CAN_MODATAH187  0xF001A774          Message Object 187 Data Register High
CAN_MOAR187     0xF001A778          Message Object 187 Arbitration Register
CAN_MOCTR187    0xF001A77C          Message Object 187 Control Register
CAN_MOFCR188    0xF001A780          Message Object 188 Function Control Register
CAN_MOFGPR188   0xF001A784          Message Object 188 FIFO/Gateway Pointer Register
CAN_MOIPR188    0xF001A788          Message Object 188 Interrupt Pointer Register
CAN_MOAMR188    0xF001A78C          Message Object 188 Acceptance Mask Register
CAN_MODATAL188  0xF001A790          Message Object 188 Data Register Low
CAN_MODATAH188  0xF001A794          Message Object 188 Data Register High
CAN_MOAR188     0xF001A798          Message Object 188 Arbitration Register
CAN_MOCTR188    0xF001A79C          Message Object 188 Control Register
CAN_MOFCR189    0xF001A7A0          Message Object 189 Function Control Register
CAN_MOFGPR189   0xF001A7A4          Message Object 189 FIFO/Gateway Pointer Register
CAN_MOIPR189    0xF001A7A8          Message Object 189 Interrupt Pointer Register
CAN_MOAMR189    0xF001A7AC          Message Object 189 Acceptance Mask Register
CAN_MODATAL189  0xF001A7B0          Message Object 189 Data Register Low
CAN_MODATAH189  0xF001A7B4          Message Object 189 Data Register High
CAN_MOAR189     0xF001A7B8          Message Object 189 Arbitration Register
CAN_MOCTR189    0xF001A7BC          Message Object 189 Control Register
CAN_MOFCR190    0xF001A7C0          Message Object 190 Function Control Register
CAN_MOFGPR190   0xF001A7C4          Message Object 190 FIFO/Gateway Pointer Register
CAN_MOIPR190    0xF001A7C8          Message Object 190 Interrupt Pointer Register
CAN_MOAMR190    0xF001A7CC          Message Object 190 Acceptance Mask Register
CAN_MODATAL190  0xF001A7D0          Message Object 190 Data Register Low
CAN_MODATAH190  0xF001A7D4          Message Object 190 Data Register High
CAN_MOAR190     0xF001A7D8          Message Object 190 Arbitration Register
CAN_MOCTR190    0xF001A7DC          Message Object 190 Control Register
CAN_MOFCR191    0xF001A7E0          Message Object 191 Function Control Register
CAN_MOFGPR191   0xF001A7E4          Message Object 191 FIFO/Gateway Pointer Register
CAN_MOIPR191    0xF001A7E8          Message Object 191 Interrupt Pointer Register
CAN_MOAMR191    0xF001A7EC          Message Object 191 Acceptance Mask Register
CAN_MODATAL191  0xF001A7F0          Message Object 191 Data Register Low
CAN_MODATAH191  0xF001A7F4          Message Object 191 Data Register High
CAN_MOAR191     0xF001A7F8          Message Object 191 Arbitration Register
CAN_MOCTR191    0xF001A7FC          Message Object 191 Control Register
CAN_MOFCR192    0xF001A800          Message Object 192 Function Control Register
CAN_MOFGPR192   0xF001A804          Message Object 192 FIFO/Gateway Pointer Register
CAN_MOIPR192    0xF001A808          Message Object 192 Interrupt Pointer Register
CAN_MOAMR192    0xF001A80C          Message Object 192 Acceptance Mask Register
CAN_MODATAL192  0xF001A810          Message Object 192 Data Register Low
CAN_MODATAH192  0xF001A814          Message Object 192 Data Register High
CAN_MOAR192     0xF001A818          Message Object 192 Arbitration Register
CAN_MOCTR192    0xF001A81C          Message Object 192 Control Register
CAN_MOFCR193    0xF001A820          Message Object 193 Function Control Register
CAN_MOFGPR193   0xF001A824          Message Object 193 FIFO/Gateway Pointer Register
CAN_MOIPR193    0xF001A828          Message Object 193 Interrupt Pointer Register
CAN_MOAMR193    0xF001A82C          Message Object 193 Acceptance Mask Register
CAN_MODATAL193  0xF001A830          Message Object 193 Data Register Low
CAN_MODATAH193  0xF001A834          Message Object 193 Data Register High
CAN_MOAR193     0xF001A838          Message Object 193 Arbitration Register
CAN_MOCTR193    0xF001A83C          Message Object 193 Control Register
CAN_MOFCR194    0xF001A840          Message Object 194 Function Control Register
CAN_MOFGPR194   0xF001A844          Message Object 194 FIFO/Gateway Pointer Register
CAN_MOIPR194    0xF001A848          Message Object 194 Interrupt Pointer Register
CAN_MOAMR194    0xF001A84C          Message Object 194 Acceptance Mask Register
CAN_MODATAL194  0xF001A850          Message Object 194 Data Register Low
CAN_MODATAH194  0xF001A854          Message Object 194 Data Register High
CAN_MOAR194     0xF001A858          Message Object 194 Arbitration Register
CAN_MOCTR194    0xF001A85C          Message Object 194 Control Register
CAN_MOFCR195    0xF001A860          Message Object 195 Function Control Register
CAN_MOFGPR195   0xF001A864          Message Object 195 FIFO/Gateway Pointer Register
CAN_MOIPR195    0xF001A868          Message Object 195 Interrupt Pointer Register
CAN_MOAMR195    0xF001A86C          Message Object 195 Acceptance Mask Register
CAN_MODATAL195  0xF001A870          Message Object 195 Data Register Low
CAN_MODATAH195  0xF001A874          Message Object 195 Data Register High
CAN_MOAR195     0xF001A878          Message Object 195 Arbitration Register
CAN_MOCTR195    0xF001A87C          Message Object 195 Control Register
CAN_MOFCR196    0xF001A880          Message Object 196 Function Control Register
CAN_MOFGPR196   0xF001A884          Message Object 196 FIFO/Gateway Pointer Register
CAN_MOIPR196    0xF001A888          Message Object 196 Interrupt Pointer Register
CAN_MOAMR196    0xF001A88C          Message Object 196 Acceptance Mask Register
CAN_MODATAL196  0xF001A890          Message Object 196 Data Register Low
CAN_MODATAH196  0xF001A894          Message Object 196 Data Register High
CAN_MOAR196     0xF001A898          Message Object 196 Arbitration Register
CAN_MOCTR196    0xF001A89C          Message Object 196 Control Register
CAN_MOFCR197    0xF001A8A0          Message Object 197 Function Control Register
CAN_MOFGPR197   0xF001A8A4          Message Object 197 FIFO/Gateway Pointer Register
CAN_MOIPR197    0xF001A8A8          Message Object 197 Interrupt Pointer Register
CAN_MOAMR197    0xF001A8AC          Message Object 197 Acceptance Mask Register
CAN_MODATAL197  0xF001A8B0          Message Object 197 Data Register Low
CAN_MODATAH197  0xF001A8B4          Message Object 197 Data Register High
CAN_MOAR197     0xF001A8B8          Message Object 197 Arbitration Register
CAN_MOCTR197    0xF001A8BC          Message Object 197 Control Register
CAN_MOFCR198    0xF001A8C0          Message Object 198 Function Control Register
CAN_MOFGPR198   0xF001A8C4          Message Object 198 FIFO/Gateway Pointer Register
CAN_MOIPR198    0xF001A8C8          Message Object 198 Interrupt Pointer Register
CAN_MOAMR198    0xF001A8CC          Message Object 198 Acceptance Mask Register
CAN_MODATAL198  0xF001A8D0          Message Object 198 Data Register Low
CAN_MODATAH198  0xF001A8D4          Message Object 198 Data Register High
CAN_MOAR198     0xF001A8D8          Message Object 198 Arbitration Register
CAN_MOCTR198    0xF001A8DC          Message Object 198 Control Register
CAN_MOFCR199    0xF001A8E0          Message Object 199 Function Control Register
CAN_MOFGPR199   0xF001A8E4          Message Object 199 FIFO/Gateway Pointer Register
CAN_MOIPR199    0xF001A8E8          Message Object 199 Interrupt Pointer Register
CAN_MOAMR199    0xF001A8EC          Message Object 199 Acceptance Mask Register
CAN_MODATAL199  0xF001A8F0          Message Object 199 Data Register Low
CAN_MODATAH199  0xF001A8F4          Message Object 199 Data Register High
CAN_MOAR199     0xF001A8F8          Message Object 199 Arbitration Register
CAN_MOCTR199    0xF001A8FC          Message Object 199 Control Register
CAN_MOFCR200    0xF001A900          Message Object 200 Function Control Register
CAN_MOFGPR200   0xF001A904          Message Object 200 FIFO/Gateway Pointer Register
CAN_MOIPR200    0xF001A908          Message Object 200 Interrupt Pointer Register
CAN_MOAMR200    0xF001A90C          Message Object 200 Acceptance Mask Register
CAN_MODATAL200  0xF001A910          Message Object 200 Data Register Low
CAN_MODATAH200  0xF001A914          Message Object 200 Data Register High
CAN_MOAR200     0xF001A918          Message Object 200 Arbitration Register
CAN_MOCTR200    0xF001A91C          Message Object 200 Control Register
CAN_MOFCR201    0xF001A920          Message Object 201 Function Control Register
CAN_MOFGPR201   0xF001A924          Message Object 201 FIFO/Gateway Pointer Register
CAN_MOIPR201    0xF001A928          Message Object 201 Interrupt Pointer Register
CAN_MOAMR201    0xF001A92C          Message Object 201 Acceptance Mask Register
CAN_MODATAL201  0xF001A930          Message Object 201 Data Register Low
CAN_MODATAH201  0xF001A934          Message Object 201 Data Register High
CAN_MOAR201     0xF001A938          Message Object 201 Arbitration Register
CAN_MOCTR201    0xF001A93C          Message Object 201 Control Register
CAN_MOFCR202    0xF001A940          Message Object 202 Function Control Register
CAN_MOFGPR202   0xF001A944          Message Object 202 FIFO/Gateway Pointer Register
CAN_MOIPR202    0xF001A948          Message Object 202 Interrupt Pointer Register
CAN_MOAMR202    0xF001A94C          Message Object 202 Acceptance Mask Register
CAN_MODATAL202  0xF001A950          Message Object 202 Data Register Low
CAN_MODATAH202  0xF001A954          Message Object 202 Data Register High
CAN_MOAR202     0xF001A958          Message Object 202 Arbitration Register
CAN_MOCTR202    0xF001A95C          Message Object 202 Control Register
CAN_MOFCR203    0xF001A960          Message Object 203 Function Control Register
CAN_MOFGPR203   0xF001A964          Message Object 203 FIFO/Gateway Pointer Register
CAN_MOIPR203    0xF001A968          Message Object 203 Interrupt Pointer Register
CAN_MOAMR203    0xF001A96C          Message Object 203 Acceptance Mask Register
CAN_MODATAL203  0xF001A970          Message Object 203 Data Register Low
CAN_MODATAH203  0xF001A974          Message Object 203 Data Register High
CAN_MOAR203     0xF001A978          Message Object 203 Arbitration Register
CAN_MOCTR203    0xF001A97C          Message Object 203 Control Register
CAN_MOFCR204    0xF001A980          Message Object 204 Function Control Register
CAN_MOFGPR204   0xF001A984          Message Object 204 FIFO/Gateway Pointer Register
CAN_MOIPR204    0xF001A988          Message Object 204 Interrupt Pointer Register
CAN_MOAMR204    0xF001A98C          Message Object 204 Acceptance Mask Register
CAN_MODATAL204  0xF001A990          Message Object 204 Data Register Low
CAN_MODATAH204  0xF001A994          Message Object 204 Data Register High
CAN_MOAR204     0xF001A998          Message Object 204 Arbitration Register
CAN_MOCTR204    0xF001A99C          Message Object 204 Control Register
CAN_MOFCR205    0xF001A9A0          Message Object 205 Function Control Register
CAN_MOFGPR205   0xF001A9A4          Message Object 205 FIFO/Gateway Pointer Register
CAN_MOIPR205    0xF001A9A8          Message Object 205 Interrupt Pointer Register
CAN_MOAMR205    0xF001A9AC          Message Object 205 Acceptance Mask Register
CAN_MODATAL205  0xF001A9B0          Message Object 205 Data Register Low
CAN_MODATAH205  0xF001A9B4          Message Object 205 Data Register High
CAN_MOAR205     0xF001A9B8          Message Object 205 Arbitration Register
CAN_MOCTR205    0xF001A9BC          Message Object 205 Control Register
CAN_MOFCR206    0xF001A9C0          Message Object 206 Function Control Register
CAN_MOFGPR206   0xF001A9C4          Message Object 206 FIFO/Gateway Pointer Register
CAN_MOIPR206    0xF001A9C8          Message Object 206 Interrupt Pointer Register
CAN_MOAMR206    0xF001A9CC          Message Object 206 Acceptance Mask Register
CAN_MODATAL206  0xF001A9D0          Message Object 206 Data Register Low
CAN_MODATAH206  0xF001A9D4          Message Object 206 Data Register High
CAN_MOAR206     0xF001A9D8          Message Object 206 Arbitration Register
CAN_MOCTR206    0xF001A9DC          Message Object 206 Control Register
CAN_MOFCR207    0xF001A9E0          Message Object 207 Function Control Register
CAN_MOFGPR207   0xF001A9E4          Message Object 207 FIFO/Gateway Pointer Register
CAN_MOIPR207    0xF001A9E8          Message Object 207 Interrupt Pointer Register
CAN_MOAMR207    0xF001A9EC          Message Object 207 Acceptance Mask Register
CAN_MODATAL207  0xF001A9F0          Message Object 207 Data Register Low
CAN_MODATAH207  0xF001A9F4          Message Object 207 Data Register High
CAN_MOAR207     0xF001A9F8          Message Object 207 Arbitration Register
CAN_MOCTR207    0xF001A9FC          Message Object 207 Control Register
CAN_MOFCR208    0xF001AA00          Message Object 208 Function Control Register
CAN_MOFGPR208   0xF001AA04          Message Object 208 FIFO/Gateway Pointer Register
CAN_MOIPR208    0xF001AA08          Message Object 208 Interrupt Pointer Register
CAN_MOAMR208    0xF001AA0C          Message Object 208 Acceptance Mask Register
CAN_MODATAL208  0xF001AA10          Message Object 208 Data Register Low
CAN_MODATAH208  0xF001AA14          Message Object 208 Data Register High
CAN_MOAR208     0xF001AA18          Message Object 208 Arbitration Register
CAN_MOCTR208    0xF001AA1C          Message Object 208 Control Register
CAN_MOFCR209    0xF001AA20          Message Object 209 Function Control Register
CAN_MOFGPR209   0xF001AA24          Message Object 209 FIFO/Gateway Pointer Register
CAN_MOIPR209    0xF001AA28          Message Object 209 Interrupt Pointer Register
CAN_MOAMR209    0xF001AA2C          Message Object 209 Acceptance Mask Register
CAN_MODATAL209  0xF001AA30          Message Object 209 Data Register Low
CAN_MODATAH209  0xF001AA34          Message Object 209 Data Register High
CAN_MOAR209     0xF001AA38          Message Object 209 Arbitration Register
CAN_MOCTR209    0xF001AA3C          Message Object 209 Control Register
CAN_MOFCR210    0xF001AA40          Message Object 210 Function Control Register
CAN_MOFGPR210   0xF001AA44          Message Object 210 FIFO/Gateway Pointer Register
CAN_MOIPR210    0xF001AA48          Message Object 210 Interrupt Pointer Register
CAN_MOAMR210    0xF001AA4C          Message Object 210 Acceptance Mask Register
CAN_MODATAL210  0xF001AA50          Message Object 210 Data Register Low
CAN_MODATAH210  0xF001AA54          Message Object 210 Data Register High
CAN_MOAR210     0xF001AA58          Message Object 210 Arbitration Register
CAN_MOCTR210    0xF001AA5C          Message Object 210 Control Register
CAN_MOFCR211    0xF001AA60          Message Object 211 Function Control Register
CAN_MOFGPR211   0xF001AA64          Message Object 211 FIFO/Gateway Pointer Register
CAN_MOIPR211    0xF001AA68          Message Object 211 Interrupt Pointer Register
CAN_MOAMR211    0xF001AA6C          Message Object 211 Acceptance Mask Register
CAN_MODATAL211  0xF001AA70          Message Object 211 Data Register Low
CAN_MODATAH211  0xF001AA74          Message Object 211 Data Register High
CAN_MOAR211     0xF001AA78          Message Object 211 Arbitration Register
CAN_MOCTR211    0xF001AA7C          Message Object 211 Control Register
CAN_MOFCR212    0xF001AA80          Message Object 212 Function Control Register
CAN_MOFGPR212   0xF001AA84          Message Object 212 FIFO/Gateway Pointer Register
CAN_MOIPR212    0xF001AA88          Message Object 212 Interrupt Pointer Register
CAN_MOAMR212    0xF001AA8C          Message Object 212 Acceptance Mask Register
CAN_MODATAL212  0xF001AA90          Message Object 212 Data Register Low
CAN_MODATAH212  0xF001AA94          Message Object 212 Data Register High
CAN_MOAR212     0xF001AA98          Message Object 212 Arbitration Register
CAN_MOCTR212    0xF001AA9C          Message Object 212 Control Register
CAN_MOFCR213    0xF001AAA0          Message Object 213 Function Control Register
CAN_MOFGPR213   0xF001AAA4          Message Object 213 FIFO/Gateway Pointer Register
CAN_MOIPR213    0xF001AAA8          Message Object 213 Interrupt Pointer Register
CAN_MOAMR213    0xF001AAAC          Message Object 213 Acceptance Mask Register
CAN_MODATAL213  0xF001AAB0          Message Object 213 Data Register Low
CAN_MODATAH213  0xF001AAB4          Message Object 213 Data Register High
CAN_MOAR213     0xF001AAB8          Message Object 213 Arbitration Register
CAN_MOCTR213    0xF001AABC          Message Object 213 Control Register
CAN_MOFCR214    0xF001AAC0          Message Object 214 Function Control Register
CAN_MOFGPR214   0xF001AAC4          Message Object 214 FIFO/Gateway Pointer Register
CAN_MOIPR214    0xF001AAC8          Message Object 214 Interrupt Pointer Register
CAN_MOAMR214    0xF001AACC          Message Object 214 Acceptance Mask Register
CAN_MODATAL214  0xF001AAD0          Message Object 214 Data Register Low
CAN_MODATAH214  0xF001AAD4          Message Object 214 Data Register High
CAN_MOAR214     0xF001AAD8          Message Object 214 Arbitration Register
CAN_MOCTR214    0xF001AADC          Message Object 214 Control Register
CAN_MOFCR215    0xF001AAE0          Message Object 215 Function Control Register
CAN_MOFGPR215   0xF001AAE4          Message Object 215 FIFO/Gateway Pointer Register
CAN_MOIPR215    0xF001AAE8          Message Object 215 Interrupt Pointer Register
CAN_MOAMR215    0xF001AAEC          Message Object 215 Acceptance Mask Register
CAN_MODATAL215  0xF001AAF0          Message Object 215 Data Register Low
CAN_MODATAH215  0xF001AAF4          Message Object 215 Data Register High
CAN_MOAR215     0xF001AAF8          Message Object 215 Arbitration Register
CAN_MOCTR215    0xF001AAFC          Message Object 215 Control Register
CAN_MOFCR216    0xF001AB00          Message Object 216 Function Control Register
CAN_MOFGPR216   0xF001AB04          Message Object 216 FIFO/Gateway Pointer Register
CAN_MOIPR216    0xF001AB08          Message Object 216 Interrupt Pointer Register
CAN_MOAMR216    0xF001AB0C          Message Object 216 Acceptance Mask Register
CAN_MODATAL216  0xF001AB10          Message Object 216 Data Register Low
CAN_MODATAH216  0xF001AB14          Message Object 216 Data Register High
CAN_MOAR216     0xF001AB18          Message Object 216 Arbitration Register
CAN_MOCTR216    0xF001AB1C          Message Object 216 Control Register
CAN_MOFCR217    0xF001AB20          Message Object 217 Function Control Register
CAN_MOFGPR217   0xF001AB24          Message Object 217 FIFO/Gateway Pointer Register
CAN_MOIPR217    0xF001AB28          Message Object 217 Interrupt Pointer Register
CAN_MOAMR217    0xF001AB2C          Message Object 217 Acceptance Mask Register
CAN_MODATAL217  0xF001AB30          Message Object 217 Data Register Low
CAN_MODATAH217  0xF001AB34          Message Object 217 Data Register High
CAN_MOAR217     0xF001AB38          Message Object 217 Arbitration Register
CAN_MOCTR217    0xF001AB3C          Message Object 217 Control Register
CAN_MOFCR218    0xF001AB40          Message Object 218 Function Control Register
CAN_MOFGPR218   0xF001AB44          Message Object 218 FIFO/Gateway Pointer Register
CAN_MOIPR218    0xF001AB48          Message Object 218 Interrupt Pointer Register
CAN_MOAMR218    0xF001AB4C          Message Object 218 Acceptance Mask Register
CAN_MODATAL218  0xF001AB50          Message Object 218 Data Register Low
CAN_MODATAH218  0xF001AB54          Message Object 218 Data Register High
CAN_MOAR218     0xF001AB58          Message Object 218 Arbitration Register
CAN_MOCTR218    0xF001AB5C          Message Object 218 Control Register
CAN_MOFCR219    0xF001AB60          Message Object 219 Function Control Register
CAN_MOFGPR219   0xF001AB64          Message Object 219 FIFO/Gateway Pointer Register
CAN_MOIPR219    0xF001AB68          Message Object 219 Interrupt Pointer Register
CAN_MOAMR219    0xF001AB6C          Message Object 219 Acceptance Mask Register
CAN_MODATAL219  0xF001AB70          Message Object 219 Data Register Low
CAN_MODATAH219  0xF001AB74          Message Object 219 Data Register High
CAN_MOAR219     0xF001AB78          Message Object 219 Arbitration Register
CAN_MOCTR219    0xF001AB7C          Message Object 219 Control Register
CAN_MOFCR220    0xF001AB80          Message Object 220 Function Control Register
CAN_MOFGPR220   0xF001AB84          Message Object 220 FIFO/Gateway Pointer Register
CAN_MOIPR220    0xF001AB88          Message Object 220 Interrupt Pointer Register
CAN_MOAMR220    0xF001AB8C          Message Object 220 Acceptance Mask Register
CAN_MODATAL220  0xF001AB90          Message Object 220 Data Register Low
CAN_MODATAH220  0xF001AB94          Message Object 220 Data Register High
CAN_MOAR220     0xF001AB98          Message Object 220 Arbitration Register
CAN_MOCTR220    0xF001AB9C          Message Object 220 Control Register
CAN_MOFCR221    0xF001ABA0          Message Object 221 Function Control Register
CAN_MOFGPR221   0xF001ABA4          Message Object 221 FIFO/Gateway Pointer Register
CAN_MOIPR221    0xF001ABA8          Message Object 221 Interrupt Pointer Register
CAN_MOAMR221    0xF001ABAC          Message Object 221 Acceptance Mask Register
CAN_MODATAL221  0xF001ABB0          Message Object 221 Data Register Low
CAN_MODATAH221  0xF001ABB4          Message Object 221 Data Register High
CAN_MOAR221     0xF001ABB8          Message Object 221 Arbitration Register
CAN_MOCTR221    0xF001ABBC          Message Object 221 Control Register
CAN_MOFCR222    0xF001ABC0          Message Object 222 Function Control Register
CAN_MOFGPR222   0xF001ABC4          Message Object 222 FIFO/Gateway Pointer Register
CAN_MOIPR222    0xF001ABC8          Message Object 222 Interrupt Pointer Register
CAN_MOAMR222    0xF001ABCC          Message Object 222 Acceptance Mask Register
CAN_MODATAL222  0xF001ABD0          Message Object 222 Data Register Low
CAN_MODATAH222  0xF001ABD4          Message Object 222 Data Register High
CAN_MOAR222     0xF001ABD8          Message Object 222 Arbitration Register
CAN_MOCTR222    0xF001ABDC          Message Object 222 Control Register
CAN_MOFCR223    0xF001ABE0          Message Object 223 Function Control Register
CAN_MOFGPR223   0xF001ABE4          Message Object 223 FIFO/Gateway Pointer Register
CAN_MOIPR223    0xF001ABE8          Message Object 223 Interrupt Pointer Register
CAN_MOAMR223    0xF001ABEC          Message Object 223 Acceptance Mask Register
CAN_MODATAL223  0xF001ABF0          Message Object 223 Data Register Low
CAN_MODATAH223  0xF001ABF4          Message Object 223 Data Register High
CAN_MOAR223     0xF001ABF8          Message Object 223 Arbitration Register
CAN_MOCTR223    0xF001ABFC          Message Object 223 Control Register
CAN_MOFCR224    0xF001AC00          Message Object 224 Function Control Register
CAN_MOFGPR224   0xF001AC04          Message Object 224 FIFO/Gateway Pointer Register
CAN_MOIPR224    0xF001AC08          Message Object 224 Interrupt Pointer Register
CAN_MOAMR224    0xF001AC0C          Message Object 224 Acceptance Mask Register
CAN_MODATAL224  0xF001AC10          Message Object 224 Data Register Low
CAN_MODATAH224  0xF001AC14          Message Object 224 Data Register High
CAN_MOAR224     0xF001AC18          Message Object 224 Arbitration Register
CAN_MOCTR224    0xF001AC1C          Message Object 224 Control Register
CAN_MOFCR225    0xF001AC20          Message Object 225 Function Control Register
CAN_MOFGPR225   0xF001AC24          Message Object 225 FIFO/Gateway Pointer Register
CAN_MOIPR225    0xF001AC28          Message Object 225 Interrupt Pointer Register
CAN_MOAMR225    0xF001AC2C          Message Object 225 Acceptance Mask Register
CAN_MODATAL225  0xF001AC30          Message Object 225 Data Register Low
CAN_MODATAH225  0xF001AC34          Message Object 225 Data Register High
CAN_MOAR225     0xF001AC38          Message Object 225 Arbitration Register
CAN_MOCTR225    0xF001AC3C          Message Object 225 Control Register
CAN_MOFCR226    0xF001AC40          Message Object 226 Function Control Register
CAN_MOFGPR226   0xF001AC44          Message Object 226 FIFO/Gateway Pointer Register
CAN_MOIPR226    0xF001AC48          Message Object 226 Interrupt Pointer Register
CAN_MOAMR226    0xF001AC4C          Message Object 226 Acceptance Mask Register
CAN_MODATAL226  0xF001AC50          Message Object 226 Data Register Low
CAN_MODATAH226  0xF001AC54          Message Object 226 Data Register High
CAN_MOAR226     0xF001AC58          Message Object 226 Arbitration Register
CAN_MOCTR226    0xF001AC5C          Message Object 226 Control Register
CAN_MOFCR227    0xF001AC60          Message Object 227 Function Control Register
CAN_MOFGPR227   0xF001AC64          Message Object 227 FIFO/Gateway Pointer Register
CAN_MOIPR227    0xF001AC68          Message Object 227 Interrupt Pointer Register
CAN_MOAMR227    0xF001AC6C          Message Object 227 Acceptance Mask Register
CAN_MODATAL227  0xF001AC70          Message Object 227 Data Register Low
CAN_MODATAH227  0xF001AC74          Message Object 227 Data Register High
CAN_MOAR227     0xF001AC78          Message Object 227 Arbitration Register
CAN_MOCTR227    0xF001AC7C          Message Object 227 Control Register
CAN_MOFCR228    0xF001AC80          Message Object 228 Function Control Register
CAN_MOFGPR228   0xF001AC84          Message Object 228 FIFO/Gateway Pointer Register
CAN_MOIPR228    0xF001AC88          Message Object 228 Interrupt Pointer Register
CAN_MOAMR228    0xF001AC8C          Message Object 228 Acceptance Mask Register
CAN_MODATAL228  0xF001AC90          Message Object 228 Data Register Low
CAN_MODATAH228  0xF001AC94          Message Object 228 Data Register High
CAN_MOAR228     0xF001AC98          Message Object 228 Arbitration Register
CAN_MOCTR228    0xF001AC9C          Message Object 228 Control Register
CAN_MOFCR229    0xF001ACA0          Message Object 229 Function Control Register
CAN_MOFGPR229   0xF001ACA4          Message Object 229 FIFO/Gateway Pointer Register
CAN_MOIPR229    0xF001ACA8          Message Object 229 Interrupt Pointer Register
CAN_MOAMR229    0xF001ACAC          Message Object 229 Acceptance Mask Register
CAN_MODATAL229  0xF001ACB0          Message Object 229 Data Register Low
CAN_MODATAH229  0xF001ACB4          Message Object 229 Data Register High
CAN_MOAR229     0xF001ACB8          Message Object 229 Arbitration Register
CAN_MOCTR229    0xF001ACBC          Message Object 229 Control Register
CAN_MOFCR230    0xF001ACC0          Message Object 230 Function Control Register
CAN_MOFGPR230   0xF001ACC4          Message Object 230 FIFO/Gateway Pointer Register
CAN_MOIPR230    0xF001ACC8          Message Object 230 Interrupt Pointer Register
CAN_MOAMR230    0xF001ACCC          Message Object 230 Acceptance Mask Register
CAN_MODATAL230  0xF001ACD0          Message Object 230 Data Register Low
CAN_MODATAH230  0xF001ACD4          Message Object 230 Data Register High
CAN_MOAR230     0xF001ACD8          Message Object 230 Arbitration Register
CAN_MOCTR230    0xF001ACDC          Message Object 230 Control Register
CAN_MOFCR231    0xF001ACE0          Message Object 231 Function Control Register
CAN_MOFGPR231   0xF001ACE4          Message Object 231 FIFO/Gateway Pointer Register
CAN_MOIPR231    0xF001ACE8          Message Object 231 Interrupt Pointer Register
CAN_MOAMR231    0xF001ACEC          Message Object 231 Acceptance Mask Register
CAN_MODATAL231  0xF001ACF0          Message Object 231 Data Register Low
CAN_MODATAH231  0xF001ACF4          Message Object 231 Data Register High
CAN_MOAR231     0xF001ACF8          Message Object 231 Arbitration Register
CAN_MOCTR231    0xF001ACFC          Message Object 231 Control Register
CAN_MOFCR232    0xF001AD00          Message Object 232 Function Control Register
CAN_MOFGPR232   0xF001AD04          Message Object 232 FIFO/Gateway Pointer Register
CAN_MOIPR232    0xF001AD08          Message Object 232 Interrupt Pointer Register
CAN_MOAMR232    0xF001AD0C          Message Object 232 Acceptance Mask Register
CAN_MODATAL232  0xF001AD10          Message Object 232 Data Register Low
CAN_MODATAH232  0xF001AD14          Message Object 232 Data Register High
CAN_MOAR232     0xF001AD18          Message Object 232 Arbitration Register
CAN_MOCTR232    0xF001AD1C          Message Object 232 Control Register
CAN_MOFCR233    0xF001AD20          Message Object 233 Function Control Register
CAN_MOFGPR233   0xF001AD24          Message Object 233 FIFO/Gateway Pointer Register
CAN_MOIPR233    0xF001AD28          Message Object 233 Interrupt Pointer Register
CAN_MOAMR233    0xF001AD2C          Message Object 233 Acceptance Mask Register
CAN_MODATAL233  0xF001AD30          Message Object 233 Data Register Low
CAN_MODATAH233  0xF001AD34          Message Object 233 Data Register High
CAN_MOAR233     0xF001AD38          Message Object 233 Arbitration Register
CAN_MOCTR233    0xF001AD3C          Message Object 233 Control Register
CAN_MOFCR234    0xF001AD40          Message Object 234 Function Control Register
CAN_MOFGPR234   0xF001AD44          Message Object 234 FIFO/Gateway Pointer Register
CAN_MOIPR234    0xF001AD48          Message Object 234 Interrupt Pointer Register
CAN_MOAMR234    0xF001AD4C          Message Object 234 Acceptance Mask Register
CAN_MODATAL234  0xF001AD50          Message Object 234 Data Register Low
CAN_MODATAH234  0xF001AD54          Message Object 234 Data Register High
CAN_MOAR234     0xF001AD58          Message Object 234 Arbitration Register
CAN_MOCTR234    0xF001AD5C          Message Object 234 Control Register
CAN_MOFCR235    0xF001AD60          Message Object 235 Function Control Register
CAN_MOFGPR235   0xF001AD64          Message Object 235 FIFO/Gateway Pointer Register
CAN_MOIPR235    0xF001AD68          Message Object 235 Interrupt Pointer Register
CAN_MOAMR235    0xF001AD6C          Message Object 235 Acceptance Mask Register
CAN_MODATAL235  0xF001AD70          Message Object 235 Data Register Low
CAN_MODATAH235  0xF001AD74          Message Object 235 Data Register High
CAN_MOAR235     0xF001AD78          Message Object 235 Arbitration Register
CAN_MOCTR235    0xF001AD7C          Message Object 235 Control Register
CAN_MOFCR236    0xF001AD80          Message Object 236 Function Control Register
CAN_MOFGPR236   0xF001AD84          Message Object 236 FIFO/Gateway Pointer Register
CAN_MOIPR236    0xF001AD88          Message Object 236 Interrupt Pointer Register
CAN_MOAMR236    0xF001AD8C          Message Object 236 Acceptance Mask Register
CAN_MODATAL236  0xF001AD90          Message Object 236 Data Register Low
CAN_MODATAH236  0xF001AD94          Message Object 236 Data Register High
CAN_MOAR236     0xF001AD98          Message Object 236 Arbitration Register
CAN_MOCTR236    0xF001AD9C          Message Object 236 Control Register
CAN_MOFCR237    0xF001ADA0          Message Object 237 Function Control Register
CAN_MOFGPR237   0xF001ADA4          Message Object 237 FIFO/Gateway Pointer Register
CAN_MOIPR237    0xF001ADA8          Message Object 237 Interrupt Pointer Register
CAN_MOAMR237    0xF001ADAC          Message Object 237 Acceptance Mask Register
CAN_MODATAL237  0xF001ADB0          Message Object 237 Data Register Low
CAN_MODATAH237  0xF001ADB4          Message Object 237 Data Register High
CAN_MOAR237     0xF001ADB8          Message Object 237 Arbitration Register
CAN_MOCTR237    0xF001ADBC          Message Object 237 Control Register
CAN_MOFCR238    0xF001ADC0          Message Object 238 Function Control Register
CAN_MOFGPR238   0xF001ADC4          Message Object 238 FIFO/Gateway Pointer Register
CAN_MOIPR238    0xF001ADC8          Message Object 238 Interrupt Pointer Register
CAN_MOAMR238    0xF001ADCC          Message Object 238 Acceptance Mask Register
CAN_MODATAL238  0xF001ADD0          Message Object 238 Data Register Low
CAN_MODATAH238  0xF001ADD4          Message Object 238 Data Register High
CAN_MOAR238     0xF001ADD8          Message Object 238 Arbitration Register
CAN_MOCTR238    0xF001ADDC          Message Object 238 Control Register
CAN_MOFCR239    0xF001ADE0          Message Object 239 Function Control Register
CAN_MOFGPR239   0xF001ADE4          Message Object 239 FIFO/Gateway Pointer Register
CAN_MOIPR239    0xF001ADE8          Message Object 239 Interrupt Pointer Register
CAN_MOAMR239    0xF001ADEC          Message Object 239 Acceptance Mask Register
CAN_MODATAL239  0xF001ADF0          Message Object 239 Data Register Low
CAN_MODATAH239  0xF001ADF4          Message Object 239 Data Register High
CAN_MOAR239     0xF001ADF8          Message Object 239 Arbitration Register
CAN_MOCTR239    0xF001ADFC          Message Object 239 Control Register
CAN_MOFCR240    0xF001AE00          Message Object 240 Function Control Register
CAN_MOFGPR240   0xF001AE04          Message Object 240 FIFO/Gateway Pointer Register
CAN_MOIPR240    0xF001AE08          Message Object 240 Interrupt Pointer Register
CAN_MOAMR240    0xF001AE0C          Message Object 240 Acceptance Mask Register
CAN_MODATAL240  0xF001AE10          Message Object 240 Data Register Low
CAN_MODATAH240  0xF001AE14          Message Object 240 Data Register High
CAN_MOAR240     0xF001AE18          Message Object 240 Arbitration Register
CAN_MOCTR240    0xF001AE1C          Message Object 240 Control Register
CAN_MOFCR241    0xF001AE20          Message Object 241 Function Control Register
CAN_MOFGPR241   0xF001AE24          Message Object 241 FIFO/Gateway Pointer Register
CAN_MOIPR241    0xF001AE28          Message Object 241 Interrupt Pointer Register
CAN_MOAMR241    0xF001AE2C          Message Object 241 Acceptance Mask Register
CAN_MODATAL241  0xF001AE30          Message Object 241 Data Register Low
CAN_MODATAH241  0xF001AE34          Message Object 241 Data Register High
CAN_MOAR241     0xF001AE38          Message Object 241 Arbitration Register
CAN_MOCTR241    0xF001AE3C          Message Object 241 Control Register
CAN_MOFCR242    0xF001AE40          Message Object 242 Function Control Register
CAN_MOFGPR242   0xF001AE44          Message Object 242 FIFO/Gateway Pointer Register
CAN_MOIPR242    0xF001AE48          Message Object 242 Interrupt Pointer Register
CAN_MOAMR242    0xF001AE4C          Message Object 242 Acceptance Mask Register
CAN_MODATAL242  0xF001AE50          Message Object 242 Data Register Low
CAN_MODATAH242  0xF001AE54          Message Object 242 Data Register High
CAN_MOAR242     0xF001AE58          Message Object 242 Arbitration Register
CAN_MOCTR242    0xF001AE5C          Message Object 242 Control Register
CAN_MOFCR243    0xF001AE60          Message Object 243 Function Control Register
CAN_MOFGPR243   0xF001AE64          Message Object 243 FIFO/Gateway Pointer Register
CAN_MOIPR243    0xF001AE68          Message Object 243 Interrupt Pointer Register
CAN_MOAMR243    0xF001AE6C          Message Object 243 Acceptance Mask Register
CAN_MODATAL243  0xF001AE70          Message Object 243 Data Register Low
CAN_MODATAH243  0xF001AE74          Message Object 243 Data Register High
CAN_MOAR243     0xF001AE78          Message Object 243 Arbitration Register
CAN_MOCTR243    0xF001AE7C          Message Object 243 Control Register
CAN_MOFCR244    0xF001AE80          Message Object 244 Function Control Register
CAN_MOFGPR244   0xF001AE84          Message Object 244 FIFO/Gateway Pointer Register
CAN_MOIPR244    0xF001AE88          Message Object 244 Interrupt Pointer Register
CAN_MOAMR244    0xF001AE8C          Message Object 244 Acceptance Mask Register
CAN_MODATAL244  0xF001AE90          Message Object 244 Data Register Low
CAN_MODATAH244  0xF001AE94          Message Object 244 Data Register High
CAN_MOAR244     0xF001AE98          Message Object 244 Arbitration Register
CAN_MOCTR244    0xF001AE9C          Message Object 244 Control Register
CAN_MOFCR245    0xF001AEA0          Message Object 245 Function Control Register
CAN_MOFGPR245   0xF001AEA4          Message Object 245 FIFO/Gateway Pointer Register
CAN_MOIPR245    0xF001AEA8          Message Object 245 Interrupt Pointer Register
CAN_MOAMR245    0xF001AEAC          Message Object 245 Acceptance Mask Register
CAN_MODATAL245  0xF001AEB0          Message Object 245 Data Register Low
CAN_MODATAH245  0xF001AEB4          Message Object 245 Data Register High
CAN_MOAR245     0xF001AEB8          Message Object 245 Arbitration Register
CAN_MOCTR245    0xF001AEBC          Message Object 245 Control Register
CAN_MOFCR246    0xF001AEC0          Message Object 246 Function Control Register
CAN_MOFGPR246   0xF001AEC4          Message Object 246 FIFO/Gateway Pointer Register
CAN_MOIPR246    0xF001AEC8          Message Object 246 Interrupt Pointer Register
CAN_MOAMR246    0xF001AECC          Message Object 246 Acceptance Mask Register
CAN_MODATAL246  0xF001AED0          Message Object 246 Data Register Low
CAN_MODATAH246  0xF001AED4          Message Object 246 Data Register High
CAN_MOAR246     0xF001AED8          Message Object 246 Arbitration Register
CAN_MOCTR246    0xF001AEDC          Message Object 246 Control Register
CAN_MOFCR247    0xF001AEE0          Message Object 247 Function Control Register
CAN_MOFGPR247   0xF001AEE4          Message Object 247 FIFO/Gateway Pointer Register
CAN_MOIPR247    0xF001AEE8          Message Object 247 Interrupt Pointer Register
CAN_MOAMR247    0xF001AEEC          Message Object 247 Acceptance Mask Register
CAN_MODATAL247  0xF001AEF0          Message Object 247 Data Register Low
CAN_MODATAH247  0xF001AEF4          Message Object 247 Data Register High
CAN_MOAR247     0xF001AEF8          Message Object 247 Arbitration Register
CAN_MOCTR247    0xF001AEFC          Message Object 247 Control Register
CAN_MOFCR248    0xF001AF00          Message Object 248 Function Control Register
CAN_MOFGPR248   0xF001AF04          Message Object 248 FIFO/Gateway Pointer Register
CAN_MOIPR248    0xF001AF08          Message Object 248 Interrupt Pointer Register
CAN_MOAMR248    0xF001AF0C          Message Object 248 Acceptance Mask Register
CAN_MODATAL248  0xF001AF10          Message Object 248 Data Register Low
CAN_MODATAH248  0xF001AF14          Message Object 248 Data Register High
CAN_MOAR248     0xF001AF18          Message Object 248 Arbitration Register
CAN_MOCTR248    0xF001AF1C          Message Object 248 Control Register
CAN_MOFCR249    0xF001AF20          Message Object 249 Function Control Register
CAN_MOFGPR249   0xF001AF24          Message Object 249 FIFO/Gateway Pointer Register
CAN_MOIPR249    0xF001AF28          Message Object 249 Interrupt Pointer Register
CAN_MOAMR249    0xF001AF2C          Message Object 249 Acceptance Mask Register
CAN_MODATAL249  0xF001AF30          Message Object 249 Data Register Low
CAN_MODATAH249  0xF001AF34          Message Object 249 Data Register High
CAN_MOAR249     0xF001AF38          Message Object 249 Arbitration Register
CAN_MOCTR249    0xF001AF3C          Message Object 249 Control Register
CAN_MOFCR250    0xF001AF40          Message Object 250 Function Control Register
CAN_MOFGPR250   0xF001AF44          Message Object 250 FIFO/Gateway Pointer Register
CAN_MOIPR250    0xF001AF48          Message Object 250 Interrupt Pointer Register
CAN_MOAMR250    0xF001AF4C          Message Object 250 Acceptance Mask Register
CAN_MODATAL250  0xF001AF50          Message Object 250 Data Register Low
CAN_MODATAH250  0xF001AF54          Message Object 250 Data Register High
CAN_MOAR250     0xF001AF58          Message Object 250 Arbitration Register
CAN_MOCTR250    0xF001AF5C          Message Object 250 Control Register
CAN_MOFCR251    0xF001AF60          Message Object 251 Function Control Register
CAN_MOFGPR251   0xF001AF64          Message Object 251 FIFO/Gateway Pointer Register
CAN_MOIPR251    0xF001AF68          Message Object 251 Interrupt Pointer Register
CAN_MOAMR251    0xF001AF6C          Message Object 251 Acceptance Mask Register
CAN_MODATAL251  0xF001AF70          Message Object 251 Data Register Low
CAN_MODATAH251  0xF001AF74          Message Object 251 Data Register High
CAN_MOAR251     0xF001AF78          Message Object 251 Arbitration Register
CAN_MOCTR251    0xF001AF7C          Message Object 251 Control Register
CAN_MOFCR252    0xF001AF80          Message Object 252 Function Control Register
CAN_MOFGPR252   0xF001AF84          Message Object 252 FIFO/Gateway Pointer Register
CAN_MOIPR252    0xF001AF88          Message Object 252 Interrupt Pointer Register
CAN_MOAMR252    0xF001AF8C          Message Object 252 Acceptance Mask Register
CAN_MODATAL252  0xF001AF90          Message Object 252 Data Register Low
CAN_MODATAH252  0xF001AF94          Message Object 252 Data Register High
CAN_MOAR252     0xF001AF98          Message Object 252 Arbitration Register
CAN_MOCTR252    0xF001AF9C          Message Object 252 Control Register
CAN_MOFCR253    0xF001AFA0          Message Object 253 Function Control Register
CAN_MOFGPR253   0xF001AFA4          Message Object 253 FIFO/Gateway Pointer Register
CAN_MOIPR253    0xF001AFA8          Message Object 253 Interrupt Pointer Register
CAN_MOAMR253    0xF001AFAC          Message Object 253 Acceptance Mask Register
CAN_MODATAL253  0xF001AFB0          Message Object 253 Data Register Low
CAN_MODATAH253  0xF001AFB4          Message Object 253 Data Register High
CAN_MOAR253     0xF001AFB8          Message Object 253 Arbitration Register
CAN_MOCTR253    0xF001AFBC          Message Object 253 Control Register
CAN_MOFCR254    0xF001AFC0          Message Object 254 Function Control Register
CAN_MOFGPR254   0xF001AFC4          Message Object 254 FIFO/Gateway Pointer Register
CAN_MOIPR254    0xF001AFC8          Message Object 254 Interrupt Pointer Register
CAN_MOAMR254    0xF001AFCC          Message Object 254 Acceptance Mask Register
CAN_MODATAL254  0xF001AFD0          Message Object 254 Data Register Low
CAN_MODATAH254  0xF001AFD4          Message Object 254 Data Register High
CAN_MOAR254     0xF001AFD8          Message Object 254 Arbitration Register
CAN_MOCTR254    0xF001AFDC          Message Object 254 Control Register
CAN_MOFCR255    0xF001AFE0          Message Object 255 Function Control Register
CAN_MOFGPR255   0xF001AFE4          Message Object 255 FIFO/Gateway Pointer Register
CAN_MOIPR255    0xF001AFE8          Message Object 255 Interrupt Pointer Register
CAN_MOAMR255    0xF001AFEC          Message Object 255 Acceptance Mask Register
CAN_MODATAL255  0xF001AFF0          Message Object 255 Data Register Low
CAN_MODATAH255  0xF001AFF4          Message Object 255 Data Register High
CAN_MOAR255     0xF001AFF8          Message Object 255 Arbitration Register
CAN_MOCTR255    0xF001AFFC          Message Object 255 Control Register
ERAY_CLC        0xF001C000          Clock Control Register
ERAY_CUST1      0xF001C004          Busy and Input Buffer Control Register
ERAY_ID         0xF001C008          Module Identification Register
ERAY_CUST3      0xF001C00C          Customer Interface Timeout Counter
ERAY_TEST1      0xF001C010          Test Register 1
ERAY_TEST2      0xF001C014          Test Register 2
ERAY_LCK        0xF001C01C          Lock Register
ERAY_EIR        0xF001C020          Error Service Request Register
ERAY_SIR        0xF001C024          Status Service Request Register
ERAY_EILS       0xF001C028          Error Service Request Line Select
ERAY_SILS       0xF001C02C          Status Service Request Line Select
ERAY_EIES       0xF001C030          Error Service Request Enable Set
ERAY_EIER       0xF001C034          Error Service Request Enable Reset
ERAY_SIES       0xF001C038          Status Service Request Enable Set
ERAY_SIER       0xF001C03C          Status Service Request Enable Reset
ERAY_ILE        0xF001C040          Service Request Line Enable
ERAY_T0C        0xF001C044          Timer 0 Configuration
ERAY_T1C        0xF001C048          Timer 1 Configuration
ERAY_STPW1      0xF001C04C          Stop Watch Register 1
ERAY_STPW2      0xF001C050          Stop Watch Register 2
ERAY_SUCC1      0xF001C080          SUC Configuration Register 1
ERAY_SUCC2      0xF001C084          SUC Configuration Register 2
ERAY_SUCC3      0xF001C088          SUC Configuration Register 3
ERAY_NEMC       0xF001C08C          NEM Configuration Register
ERAY_PRTC1      0xF001C090          PRT Configuration Register 1
ERAY_PRTC2      0xF001C094          PRT Configuration Register 2
ERAY_MHDC       0xF001C098          MHD Configuration Register
ERAY_GTUC01     0xF001C0A0          GTU Configuration Register 1
ERAY_GTUC02     0xF001C0A4          GTU Configuration Register 2
ERAY_GTUC03     0xF001C0A8          GTU Configuration Register 3
ERAY_GTUC04     0xF001C0AC          GTU Configuration Register 4
ERAY_GTUC05     0xF001C0B0          GTU Configuration Register 5
ERAY_GTUC06     0xF001C0B4          GTU Configuration Register 6
ERAY_GTUC07     0xF001C0B8          GTU Configuration Register 7
ERAY_GTUC08     0xF001C0BC          GTU Configuration Register 8
ERAY_GTUC09     0xF001C0C0          GTU Configuration Register 9
ERAY_GTUC10     0xF001C0C4          GTU Configuration Register 10
ERAY_GTUC11     0xF001C0C8          GTU Configuration Register 11
ERAY_CCSV       0xF001C100          Communication Controller Status Vector
ERAY_CCEV       0xF001C104          Communication Controller Error Vector
ERAY_SCV        0xF001C110          Slot Counter Value
ERAY_MTCCV      0xF001C114          Macrotick and Cycle Counter Value
ERAY_RCV        0xF001C118          Rate Correction Value
ERAY_OCV        0xF001C11C          Offset Correction Value
ERAY_SFS        0xF001C120          SYNC Frame Status
ERAY_SWNIT      0xF001C124          Symbol Window and Network Idle Time Status
ERAY_ACS        0xF001C128          Aggregated Channel Status
ERAY_ESID01     0xF001C130          Even Sync ID Symbol Window 01
ERAY_ESID02     0xF001C134          Even Sync ID Symbol Window 02
ERAY_ESID03     0xF001C138          Even Sync ID Symbol Window 03
ERAY_ESID04     0xF001C13C          Even Sync ID Symbol Window 04
ERAY_ESID05     0xF001C140          Even Sync ID Symbol Window 05
ERAY_ESID06     0xF001C144          Even Sync ID Symbol Window 06
ERAY_ESID07     0xF001C148          Even Sync ID Symbol Window 07
ERAY_ESID08     0xF001C14C          Even Sync ID Symbol Window 08
ERAY_ESID09     0xF001C150          Even Sync ID Symbol Window 09
ERAY_ESID10     0xF001C154          Even Sync ID Symbol Window 10
ERAY_ESID11     0xF001C158          Even Sync ID Symbol Window 11
ERAY_ESID12     0xF001C15C          Even Sync ID Symbol Window 12
ERAY_ESID13     0xF001C160          Even Sync ID Symbol Window 13
ERAY_ESID14     0xF001C164          Even Sync ID Symbol Window 14
ERAY_ESID15     0xF001C168          Even Sync ID Symbol Window 15
ERAY_OSID01     0xF001C170          Odd Sync ID Symbol Window 01
ERAY_OSID02     0xF001C174          Odd Sync ID Symbol Window 02
ERAY_OSID03     0xF001C178          Odd Sync ID Symbol Window 03
ERAY_OSID04     0xF001C17C          Odd Sync ID Symbol Window 04
ERAY_OSID05     0xF001C180          Odd Sync ID Symbol Window 05
ERAY_OSID06     0xF001C184          Odd Sync ID Symbol Window 06
ERAY_OSID07     0xF001C188          Odd Sync ID Symbol Window 07
ERAY_OSID08     0xF001C18C          Odd Sync ID Symbol Window 08
ERAY_OSID09     0xF001C190          Odd Sync ID Symbol Window 09
ERAY_OSID10     0xF001C194          Odd Sync ID Symbol Window 10
ERAY_OSID11     0xF001C198          Odd Sync ID Symbol Window 11
ERAY_OSID12     0xF001C19C          Odd Sync ID Symbol Window 12
ERAY_OSID13     0xF001C1A0          Odd Sync ID Symbol Window 13
ERAY_OSID14     0xF001C1A4          Odd Sync ID Symbol Window 14
ERAY_OSID15     0xF001C1A8          Odd Sync ID Symbol Window 15
ERAY_NMV1       0xF001C1B0          Network Management Vector 1
ERAY_NMV2       0xF001C1B4          Network Management Vector 2
ERAY_NMV3       0xF001C1B8          Network Management Vector 3
ERAY_MRC        0xF001C300          Message RAM Configuration
ERAY_FRF        0xF001C304          FIFO Rejection Filter
ERAY_FRFM       0xF001C308          FIFO Rejection Filter Mask
ERAY_FCL        0xF001C30C          FIFO Critical Level
ERAY_MHDS       0xF001C310          Message Handler Status
ERAY_LDTS       0xF001C314          Last Dynamic Transmit Slot
ERAY_FSR        0xF001C318          FIFO Status Register
ERAY_MHDF       0xF001C31C          Message Handler Constraints Flags
ERAY_TXRQ1      0xF001C320          Transmission Request Register 1
ERAY_TXRQ2      0xF001C324          Transmission Request Register 2
ERAY_TXRQ3      0xF001C328          Transmission Request Register 3
ERAY_TXRQ4      0xF001C32C          Transmission Request Register 4
ERAY_NDAT1      0xF001C330          New Data Register 1
ERAY_NDAT2      0xF001C334          New Data Register 2
ERAY_NDAT3      0xF001C338          New Data Register 3
ERAY_NDAT4      0xF001C33C          New Data Register 4
ERAY_MBSC1      0xF001C340          Message Buffer Status Changed 1
ERAY_MBSC2      0xF001C344          Message Buffer Status Changed 2
ERAY_MBSC3      0xF001C348          Message Buffer Status Changed 3
ERAY_MBSC4      0xF001C34C          Message Buffer Status Changed 4
ERAY_NDIC1      0xF001C3A8          New Data Interrupt Control 1
ERAY_NDIC2      0xF001C3AC          New Data Interrupt Control 2
ERAY_NDIC3      0xF001C3B0          New Data Interrupt Control 3
ERAY_NDIC4      0xF001C3B4          New Data Interrupt Control 4
ERAY_MSIC1      0xF001C3B8          Message Buffer Status Changed Interrupt Control 1
ERAY_MSIC2      0xF001C3BC          Message Buffer Status Changed Interrupt Control 2
ERAY_MSIC3      0xF001C3C0          Message Buffer Status Changed Interrupt Control 3
ERAY_MSIC4      0xF001C3C4          Message Buffer Status Changed Interrupt Control 4
ERAY_CREL       0xF001C3F0          Core Release Register
ERAY_ENDN       0xF001C3F4          Endian Register
ERAY_WRDS01     0xF001C400          Write Data Section 01
ERAY_WRDS02     0xF001C404          Write Data Section 02
ERAY_WRDS03     0xF001C408          Write Data Section 03
ERAY_WRDS04     0xF001C40C          Write Data Section 04
ERAY_WRDS05     0xF001C410          Write Data Section 05
ERAY_WRDS06     0xF001C414          Write Data Section 06
ERAY_WRDS07     0xF001C418          Write Data Section 07
ERAY_WRDS08     0xF001C41C          Write Data Section 08
ERAY_WRDS09     0xF001C420          Write Data Section 09
ERAY_WRDS10     0xF001C424          Write Data Section 10
ERAY_WRDS11     0xF001C428          Write Data Section 11
ERAY_WRDS12     0xF001C42C          Write Data Section 12
ERAY_WRDS13     0xF001C430          Write Data Section 13
ERAY_WRDS14     0xF001C434          Write Data Section 14
ERAY_WRDS15     0xF001C438          Write Data Section 15
ERAY_WRDS16     0xF001C43C          Write Data Section 16
ERAY_WRDS17     0xF001C440          Write Data Section 17
ERAY_WRDS18     0xF001C444          Write Data Section 18
ERAY_WRDS19     0xF001C448          Write Data Section 19
ERAY_WRDS20     0xF001C44C          Write Data Section 20
ERAY_WRDS21     0xF001C450          Write Data Section 21
ERAY_WRDS22     0xF001C454          Write Data Section 22
ERAY_WRDS23     0xF001C458          Write Data Section 23
ERAY_WRDS24     0xF001C45C          Write Data Section 24
ERAY_WRDS25     0xF001C460          Write Data Section 25
ERAY_WRDS26     0xF001C464          Write Data Section 26
ERAY_WRDS27     0xF001C468          Write Data Section 27
ERAY_WRDS28     0xF001C46C          Write Data Section 28
ERAY_WRDS29     0xF001C470          Write Data Section 29
ERAY_WRDS30     0xF001C474          Write Data Section 30
ERAY_WRDS31     0xF001C478          Write Data Section 31
ERAY_WRDS32     0xF001C47C          Write Data Section 32
ERAY_WRDS33     0xF001C480          Write Data Section 33
ERAY_WRDS34     0xF001C484          Write Data Section 34
ERAY_WRDS35     0xF001C488          Write Data Section 35
ERAY_WRDS36     0xF001C48C          Write Data Section 36
ERAY_WRDS37     0xF001C490          Write Data Section 37
ERAY_WRDS38     0xF001C494          Write Data Section 38
ERAY_WRDS39     0xF001C498          Write Data Section 39
ERAY_WRDS40     0xF001C49C          Write Data Section 40
ERAY_WRDS41     0xF001C4A0          Write Data Section 41
ERAY_WRDS42     0xF001C4A4          Write Data Section 42
ERAY_WRDS43     0xF001C4A8          Write Data Section 43
ERAY_WRDS44     0xF001C4AC          Write Data Section 44
ERAY_WRDS45     0xF001C4B0          Write Data Section 45
ERAY_WRDS46     0xF001C4B4          Write Data Section 46
ERAY_WRDS47     0xF001C4B8          Write Data Section 47
ERAY_WRDS48     0xF001C4BC          Write Data Section 48
ERAY_WRDS49     0xF001C4C0          Write Data Section 49
ERAY_WRDS50     0xF001C4C4          Write Data Section 50
ERAY_WRDS51     0xF001C4C8          Write Data Section 51
ERAY_WRDS52     0xF001C4CC          Write Data Section 52
ERAY_WRDS53     0xF001C4D0          Write Data Section 53
ERAY_WRDS54     0xF001C4D4          Write Data Section 54
ERAY_WRDS55     0xF001C4D8          Write Data Section 55
ERAY_WRDS56     0xF001C4DC          Write Data Section 56
ERAY_WRDS57     0xF001C4E0          Write Data Section 57
ERAY_WRDS58     0xF001C4E4          Write Data Section 58
ERAY_WRDS59     0xF001C4E8          Write Data Section 59
ERAY_WRDS60     0xF001C4EC          Write Data Section 60
ERAY_WRDS61     0xF001C4F0          Write Data Section 61
ERAY_WRDS62     0xF001C4F4          Write Data Section 62
ERAY_WRDS63     0xF001C4F8          Write Data Section 63
ERAY_WRDS64     0xF001C4FC          Write Data Section 64
ERAY_WRHS1      0xF001C500          Write Header Section 1
ERAY_WRHS2      0xF001C504          Write Header Section 2
ERAY_WRHS3      0xF001C508          Write Header Section 3
ERAY_IBCM       0xF001C510          Input Buffer Command Mask
ERAY_IBCR       0xF001C514          Input Buffer Command Request
ERAY_RDDS01     0xF001C600          Read Data Section 01
ERAY_RDDS02     0xF001C604          Read Data Section 02
ERAY_RDDS03     0xF001C608          Read Data Section 03
ERAY_RDDS04     0xF001C60C          Read Data Section 04
ERAY_RDDS05     0xF001C610          Read Data Section 05
ERAY_RDDS06     0xF001C614          Read Data Section 06
ERAY_RDDS07     0xF001C618          Read Data Section 07
ERAY_RDDS08     0xF001C61C          Read Data Section 08
ERAY_RDDS09     0xF001C620          Read Data Section 09
ERAY_RDDS10     0xF001C624          Read Data Section 10
ERAY_RDDS11     0xF001C628          Read Data Section 11
ERAY_RDDS12     0xF001C62C          Read Data Section 12
ERAY_RDDS13     0xF001C630          Read Data Section 13
ERAY_RDDS14     0xF001C634          Read Data Section 14
ERAY_RDDS15     0xF001C638          Read Data Section 15
ERAY_RDDS16     0xF001C63C          Read Data Section 16
ERAY_RDDS17     0xF001C640          Read Data Section 17
ERAY_RDDS18     0xF001C644          Read Data Section 18
ERAY_RDDS19     0xF001C648          Read Data Section 19
ERAY_RDDS20     0xF001C64C          Read Data Section 20
ERAY_RDDS21     0xF001C650          Read Data Section 21
ERAY_RDDS22     0xF001C654          Read Data Section 22
ERAY_RDDS23     0xF001C658          Read Data Section 23
ERAY_RDDS24     0xF001C65C          Read Data Section 24
ERAY_RDDS25     0xF001C660          Read Data Section 25
ERAY_RDDS26     0xF001C664          Read Data Section 26
ERAY_RDDS27     0xF001C668          Read Data Section 27
ERAY_RDDS28     0xF001C66C          Read Data Section 28
ERAY_RDDS29     0xF001C670          Read Data Section 29
ERAY_RDDS30     0xF001C674          Read Data Section 30
ERAY_RDDS31     0xF001C678          Read Data Section 31
ERAY_RDDS32     0xF001C67C          Read Data Section 32
ERAY_RDDS33     0xF001C680          Read Data Section 33
ERAY_RDDS34     0xF001C684          Read Data Section 34
ERAY_RDDS35     0xF001C688          Read Data Section 35
ERAY_RDDS36     0xF001C68C          Read Data Section 36
ERAY_RDDS37     0xF001C690          Read Data Section 37
ERAY_RDDS38     0xF001C694          Read Data Section 38
ERAY_RDDS39     0xF001C698          Read Data Section 39
ERAY_RDDS40     0xF001C69C          Read Data Section 40
ERAY_RDDS41     0xF001C6A0          Read Data Section 41
ERAY_RDDS42     0xF001C6A4          Read Data Section 42
ERAY_RDDS43     0xF001C6A8          Read Data Section 43
ERAY_RDDS44     0xF001C6AC          Read Data Section 44
ERAY_RDDS45     0xF001C6B0          Read Data Section 45
ERAY_RDDS46     0xF001C6B4          Read Data Section 46
ERAY_RDDS47     0xF001C6B8          Read Data Section 47
ERAY_RDDS48     0xF001C6BC          Read Data Section 48
ERAY_RDDS49     0xF001C6C0          Read Data Section 49
ERAY_RDDS50     0xF001C6C4          Read Data Section 50
ERAY_RDDS51     0xF001C6C8          Read Data Section 51
ERAY_RDDS52     0xF001C6CC          Read Data Section 52
ERAY_RDDS53     0xF001C6D0          Read Data Section 53
ERAY_RDDS54     0xF001C6D4          Read Data Section 54
ERAY_RDDS55     0xF001C6D8          Read Data Section 55
ERAY_RDDS56     0xF001C6DC          Read Data Section 56
ERAY_RDDS57     0xF001C6E0          Read Data Section 57
ERAY_RDDS58     0xF001C6E4          Read Data Section 58
ERAY_RDDS59     0xF001C6E8          Read Data Section 59
ERAY_RDDS60     0xF001C6EC          Read Data Section 60
ERAY_RDDS61     0xF001C6F0          Read Data Section 61
ERAY_RDDS62     0xF001C6F4          Read Data Section 62
ERAY_RDDS63     0xF001C6F8          Read Data Section 63
ERAY_RDDS64     0xF001C6FC          Read Data Section 64
ERAY_RDHS1      0xF001C700          Read Header Section 1
ERAY_RDHS2      0xF001C704          Read Header Section 2
ERAY_RDHS3      0xF001C708          Read Header Section 3
ERAY_MBS        0xF001C70C          Message Buffer Status
ERAY_OBCM       0xF001C710          Output Buffer Command Mask
ERAY_OBCR       0xF001C714          Output Buffer Command Request
ERAY_OTSS       0xF001C870          OCDS Trigger Set Select
ERAY_OCS        0xF001C8E8          OCDS Control and Status
ERAY_KRSTCLR    0xF001C8EC          Kernel Reset Status Clear Register
ERAY_KRST1      0xF001C8F0          Kernel Reset Register 1
ERAY_KRST0      0xF001C8F4          Kernel Reset Register 0
ERAY_ACCEN1     0xF001C8F8          Access Enable Register 1
ERAY_ACCEN0     0xF001C8FC          Access Enable Register 0
ETH_CLC         0xF001D000          Clock Control Register
ETH_ID          0xF001D004          Module Identification Register
ETH_GPCTL       0xF001D008          Input and Output Control Register
ETH_ACCEN0      0xF001D00C          Access Enable Register 0
ETH_ACCEN1      0xF001D010          Access Enable Register 1
ETH_KRST0       0xF001D014          Kernel Reset Register 0
ETH_KRST1       0xF001D018          Kernel Reset Register 1
ETH_KRSTCLR     0xF001D01C          Kernel Reset Status Clear Register
ETH_MAC_CONFIGURATION 0xF001E000          Register 0 - MAC Configuration Register
ETH_MAC_FRAME_FILTER 0xF001E004          Register 1 - MAC Frame Filter
ETH_HASH_TABLE_HIGH 0xF001E008          Register 2 - Hash Table High Register
ETH_HASH_TABLE_LOW 0xF001E00C          Register 3 - Hash Table Low Register
ETH_GMII_ADDRESS 0xF001E010          Register 4 - GMII Address Register
ETH_GMII_DATA   0xF001E014          Register 5 - GMII Data Register
ETH_FLOW_CONTROL 0xF001E018          Register 6 - Flow Control Register
ETH_VLAN_TAG    0xF001E01C          Register 7 - VLAN Tag Register
ETH_VERSION     0xF001E020          Register 8 - Version Register
ETH_DEBUG       0xF001E024          Register 9 - Debug Register
ETH_REMOTE_WAKE_UP_FRAME_FILTER 0xF001E028          Register 10 - Remote Wake-Up Frame Filter Register
ETH_PMT_CONTROL_STATUS 0xF001E02C          Register 11 - PMT Control and Status Register
ETH_INTERRUPT_STATUS 0xF001E038          Register 14 - Interrupt Register
ETH_INTERRUPT_MASK 0xF001E03C          Register 15 - Interrupt Mask Register
ETH_MAC_ADDRESS0_HIGH 0xF001E040          Register 16 - MAC Address0 High Register
ETH_MAC_ADDRESS0_LOW 0xF001E044          Register 17 - MAC Address0 Low Register
ETH_MAC_ADDRESS1_HIGH 0xF001E048          Register 18 - MAC Address1 High Register
ETH_MAC_ADDRESS1_LOW 0xF001E04C          Register 19 - MAC Address1 Low Register
ETH_MAC_ADDRESS2_HIGH 0xF001E050          Register 20 - MAC Address2 High Register
ETH_MAC_ADDRESS2_LOW 0xF001E054          Register 21 - MAC Address2 Low Register
ETH_MAC_ADDRESS3_HIGH 0xF001E058          Register 22 - MAC Address3 High Register
ETH_MAC_ADDRESS3_LOW 0xF001E05C          Register 23 - MAC Address3 Low Register
ETH_MAC_ADDRESS4_HIGH 0xF001E060          Register 24 - MAC Address4 High Register
ETH_MAC_ADDRESS4_LOW 0xF001E064          Register 25 - MAC Address4 Low Register
ETH_MAC_ADDRESS5_HIGH 0xF001E068          Register 26 - MAC Address5 High Register
ETH_MAC_ADDRESS5_LOW 0xF001E06C          Register 27 - MAC Address5 Low Register
ETH_MAC_ADDRESS6_HIGH 0xF001E070          Register 28 - MAC Address6 High Register
ETH_MAC_ADDRESS6_LOW 0xF001E074          Register 29 - MAC Address6 Low Register
ETH_MAC_ADDRESS7_HIGH 0xF001E078          Register 30 - MAC Address7 High Register
ETH_MAC_ADDRESS7_LOW 0xF001E07C          Register 31 - MAC Address7 Low Register
ETH_MAC_ADDRESS8_HIGH 0xF001E080          Register 32 - MAC Address8 High Register
ETH_MAC_ADDRESS8_LOW 0xF001E084          Register 33 - MAC Address8 Low Register
ETH_MAC_ADDRESS9_HIGH 0xF001E088          Register 34 - MAC Address9 High Register
ETH_MAC_ADDRESS9_LOW 0xF001E08C          Register 35 - MAC Address9 Low Register
ETH_MAC_ADDRESS10_HIGH 0xF001E090          Register 36 - MAC Address10 High Register
ETH_MAC_ADDRESS10_LOW 0xF001E094          Register 37 - MAC Address10 Low Register
ETH_MAC_ADDRESS11_HIGH 0xF001E098          Register 38 - MAC Address11 High Register
ETH_MAC_ADDRESS11_LOW 0xF001E09C          Register 39 - MAC Address1 Low Register
ETH_MAC_ADDRESS12_HIGH 0xF001E0A0          Register 40 - MAC Address12 High Register
ETH_MAC_ADDRESS12_LOW 0xF001E0A4          Register 41 - MAC Address12 Low Register
ETH_MAC_ADDRESS13_HIGH 0xF001E0A8          Register 42 - MAC Address13 High Register
ETH_MAC_ADDRESS13_LOW 0xF001E0AC          Register 43 - MAC Address13 Low Register
ETH_MAC_ADDRESS14_HIGH 0xF001E0B0          Register 44 - MAC Address14 High Register
ETH_MAC_ADDRESS14_LOW 0xF001E0B4          Register 45 - MAC Address14 Low Register
ETH_MAC_ADDRESS15_HIGH 0xF001E0B8          Register 46 - MAC Address15 High Register
ETH_MAC_ADDRESS15_LOW 0xF001E0BC          Register 47 - MAC Address15 Low Register
ETH_MMC_CONTROL 0xF001E100          Register 64 - MMC Control Register
ETH_MMC_RECEIVE_INTERRUPT 0xF001E104          Register 65 - MMC Receive Interrupt Register
ETH_MMC_TRANSMIT_INTERRUPT 0xF001E108          Register 66 - MMC Transmit Interrupt Register
ETH_MMC_RECEIVE_INTERRUPT_MASK 0xF001E10C          -
ETH_MMC_TRANSMIT_INTERRUPT_MASK 0xF001E110          Register 68 - MMC Transmit Interrupt Mask Register
ETH_TX_OCTET_COUNT_GOOD_BAD 0xF001E114          Register 69 - Transmit Octet Count for Good and Bad Frames
ETH_TX_FRAME_COUNT_GOOD_BAD 0xF001E118          Register 70 - Transmit Frame Count for Good and Bad Frames
ETH_TX_BROADCAST_FRAMES_GOOD 0xF001E11C          Register 71 - Transmit Frame Count for Good Broadcast Frames
ETH_TX_MULTICAST_FRAMES_GOOD 0xF001E120          Register 72 - Transmit Frame Count for Good Multicast Frames
ETH_TX_64OCTETS_FRAMES_GOOD_BAD 0xF001E124          Register 73 - Transmit Octet Count for Good and Bad 64 Byte Frames
ETH_TX_65TO127OCTETS_FRAMES_GOOD_BAD 0xF001E128          Register 74 - Transmit Octet Count for Good and Bad 65 to 127 Bytes Frames
ETH_TX_128TO255OCTETS_FRAMES_GOOD_BAD 0xF001E12C          Register 75 - Transmit Octet Count for Good and Bad 128 to 255 Bytes Frames
ETH_TX_256TO511OCTETS_FRAMES_GOOD_BAD 0xF001E130          Register 76 - Transmit Octet Count for Good and Bad 256 to 511 Bytes Frames
ETH_TX_512TO1023OCTETS_FRAMES_GOOD_BAD 0xF001E134          Register 77 - Transmit Octet Count for Good and Bad 512 to 1023 Bytes Frames
ETH_TX_1024TOMAXOCTETS_FRAMES_GOOD_BAD 0xF001E138          Register 78 - Transmit Octet Count for Good and Bad 1024 to Maxsize Bytes Frames
ETH_TX_UNICAST_FRAMES_GOOD_BAD 0xF001E13C          Register 79 - Transmit Frame Count for Good and Bad Unicast Frames
ETH_TX_MULTICAST_FRAMES_GOOD_BAD 0xF001E140          Register 80 - Transmit Frame Count for Good and Bad Multicast Frames
ETH_TX_BROADCAST_FRAMES_GOOD_BAD 0xF001E144          Register 81 - Transmit Frame Count for Good and Bad Broadcast Frames
ETH_TX_UNDERFLOW_ERROR_FRAMES 0xF001E148          Register 82 - Transmit Frame Count for Underflow Error Frames
ETH_TX_SINGLE_COLLISION_GOOD_FRAMES 0xF001E14C          Register 83 - Transmit Frame Count for Frames Transmitted after Single Collision
ETH_TX_MULTIPLE_COLLISION_GOOD_FRAMES 0xF001E150          Register 84 - Transmit Frame Count for Frames Transmitted after Multiple Collision
ETH_TX_DEFERRED_FRAMES 0xF001E154          Register 85 - Transmit Frame Count for Deferred Frames
ETH_TX_LATE_COLLISION_FRAMES 0xF001E158          Register 86 - Transmit Frame Count for Late Collision Error Frames
ETH_TX_EXCESSIVE_COLLISION_FRAMES 0xF001E15C          Register 87 - Transmit Frame Count for Excessive Collision Error Frames
ETH_TX_CARRIER_ERROR_FRAMES 0xF001E160          Register 88 - Transmit Frame Count for Carrier Sense Error Frames
ETH_TX_OCTET_COUNT_GOOD 0xF001E164          Register 89 - Transmit Octet Count for Good Frames
ETH_TX_FRAME_COUNT_GOOD 0xF001E168          Register 90 - Transmit Frame Count for Good Frames
ETH_TX_EXCESSIVE_DEFERRAL_ERROR 0xF001E16C          Register 91 - Transmit Frame Count for Excessive Deferral Error Frames
ETH_TX_PAUSE_FRAMES 0xF001E170          Register 92 - Transmit Frame Count for Good PAUSE Frames
ETH_TX_VLAN_FRAMES_GOOD 0xF001E174          Register 93 - Transmit Frame Count for Good VLAN Frames
ETH_TX_OSIZE_FRAMES_GOOD 0xF001E178          Register 94 - Transmit Frame Count for Good Oversize Frames
ETH_RX_FRAMES_COUNT_GOOD_BAD 0xF001E180          Register 96 - Receive Frame Count for Good and Bad Frames
ETH_RX_OCTET_COUNT_GOOD_BAD 0xF001E184          Register 97 - Receive Octet Count for Good and Bad Frames
ETH_RX_OCTET_COUNT_GOOD 0xF001E188          Register 98 - Receive Octet Count for Good Frames
ETH_RX_BROADCAST_FRAMES_GOOD 0xF001E18C          Register 99 - Receive Frame Count for Good Broadcast Frames
ETH_RX_MULTICAST_FRAMES_GOOD 0xF001E190          Register 100 - Receive Frame Count for Good Multicast Frames
ETH_RX_CRC_ERROR_FRAMES 0xF001E194          Register 101 - Receive Frame Count for CRC Error Frames
ETH_RX_ALIGNMENT_ERROR_FRAMES 0xF001E198          Register 102 - Receive Frame Count for Alignment Error Frames
ETH_RX_RUNT_ERROR_FRAMES 0xF001E19C          Register 103 - Receive Frame Count for Runt Error Frames
ETH_RX_JABBER_ERROR_FRAMES 0xF001E1A0          Register 104 - Receive Frame Count for Jabber Error Frames
ETH_RX_UNDERSIZE_FRAMES_GOOD 0xF001E1A4          Register 105 - Receive Frame Count for Undersize Frames
ETH_RX_OVERSIZE_FRAMES_GOOD 0xF001E1A8          Register 106 - Receive Frame Count for Oversize Frames
ETH_RX_64OCTETS_FRAMES_GOOD_BAD 0xF001E1AC          Register 107 - Receive Frame Count for Good and Bad 64 Byte Frames
ETH_RX_65TO127OCTETS_FRAMES_GOOD_BAD 0xF001E1B0          Register 108 - Receive Frame Count for Good and Bad 65 to 127 Bytes Frames
ETH_RX_128TO255OCTETS_FRAMES_GOOD_BAD 0xF001E1B4          Register 109 - Receive Frame Count for Good and Bad 128 to 255 Bytes Frames
ETH_RX_256TO511OCTETS_FRAMES_GOOD_BAD 0xF001E1B8          Register 110 - Receive Frame Count for Good and Bad 256 to 511 Bytes Frames
ETH_RX_512TO1023OCTETS_FRAMES_GOOD_BAD 0xF001E1BC          Register 111 - Receive Frame Count for Good and Bad 512 to 1,023 Bytes Frames
ETH_RX_1024TOMAXOCTETS_FRAMES_GOOD_BAD 0xF001E1C0          Register 112 - Receive Frame Count for Good and Bad 1,024 to Maxsize Bytes Frames
ETH_RX_UNICAST_FRAMES_GOOD 0xF001E1C4          Register 113 - Receive Frame Count for Good Unicast Frames
ETH_RX_LENGTH_ERROR_FRAMES 0xF001E1C8          Register 114 - Receive Frame Count for Length Error Frames
ETH_RX_OUT_OF_RANGE_TYPE_FRAMES 0xF001E1CC          Register 115 - Receive Frame Count for Out of Range Frames
ETH_RX_PAUSE_FRAMES 0xF001E1D0          Register 116 - Receive Frame Count for PAUSE Frames
ETH_RX_FIFO_OVERFLOW_FRAMES 0xF001E1D4          Register 117 - Receive Frame Count for FIFO Overflow Frames
ETH_RX_VLAN_FRAMES_GOOD_BAD 0xF001E1D8          Register 118 - Receive Frame Count for Good and Bad VLAN Frames
ETH_RX_WATCHDOG_ERROR_FRAMES 0xF001E1DC          Register 119 - Receive Frame Count for Watchdog Error Frames
ETH_RX_RECEIVE_ERROR_FRAMES 0xF001E1E0          Register 120 - Receive Frame Count for Receive Error Frames
ETH_RX_CONTROL_FRAMES_GOOD 0xF001E1E4          Register 121 - Receive Frame Count for Good Control Frames Frames
ETH_MMC_IPC_RECEIVE_INTERRUPT_MASK 0xF001E200          Register 128 - MMC Receive Checksum Offload Interrupt Mask Register
ETH_MMC_IPC_RECEIVE_INTERRUPT 0xF001E208          Register 130 - MMC Receive Checksum Offload Interrupt Register
ETH_RXIPV4_GOOD_FRAMES 0xF001E210          Register 132 - Receive IPV4 Good Frame Counter Register
ETH_RXIPV4_HEADER_ERROR_FRAMES 0xF001E214          Register 133 - Receive IPV4 Header Error Frame Counter Register
ETH_RXIPV4_NO_PAYLOAD_FRAMES 0xF001E218          Register 134 - Receive IPV4 No Payload Frame Counter Register
ETH_RXIPV4_FRAGMENTED_FRAMES 0xF001E21C          Register 135 - Receive IPV4 Fragmented Frame Counter Register
ETH_RXIPV4_UDP_CHECKSUM_DISABLED_FRAMES 0xF001E220          Register 136 - Receive IPV4 UDP Checksum Disabled Frame Counter Register
ETH_RXIPV6_GOOD_FRAMES 0xF001E224          Register 137 - Receive IPV6 Good Frame Counter Register
ETH_RXIPV6_HEADER_ERROR_FRAMES 0xF001E228          Register 138 - Receive IPV6 Header Error Frame Counter Register
ETH_RXIPV6_NO_PAYLOAD_FRAMES 0xF001E22C          Register 139 - Receive IPV6 No Payload Frame Counter Register
ETH_RXUDP_GOOD_FRAMES 0xF001E230          Register 140 - Receive UDP Good Frame Counter Register
ETH_RXUDP_ERROR_FRAMES 0xF001E234          Register 141 - Receive UDP Error Frame Counter Register
ETH_RXTCP_GOOD_FRAMES 0xF001E238          Register 142 - Receive TCP Good Frame Counter Register
ETH_RXTCP_ERROR_FRAMES 0xF001E23C          Register 143 - Receive TCP Error Frame Counter Register
ETH_RXICMP_GOOD_FRAMES 0xF001E240          Register 144 - Receive ICMP Good Frame Counter Register
ETH_RXICMP_ERROR_FRAMES 0xF001E244          Register 145 - Receive ICMP Error Frame Counter Register
ETH_RXIPV4_GOOD_OCTETS 0xF001E250          Register 148 - Receive IPV4 Good Octet Counter Register
ETH_RXIPV4_HEADER_ERROR_OCTETS 0xF001E254          Register 149 - Receive IPV4 Header Error Octet Counter Register
ETH_RXIPV4_NO_PAYLOAD_OCTETS 0xF001E258          Register 150 - Receive IPV4 No Payload Octet Counter Register
ETH_RXIPV4_FRAGMENTED_OCTETS 0xF001E25C          Register 151 - Receive IPV4 Fragmented Octet Counter Register
ETH_RXIPV4_UDP_CHECKSUM_DISABLE_OCTETS 0xF001E260          Register 152 - Receive IPV4 Fragmented Octet Counter Register
ETH_RXIPV6_GOOD_OCTETS 0xF001E264          Register 153 - Receive IPV6 Good Octet Counter Register
ETH_RXIPV6_HEADER_ERROR_OCTETS 0xF001E268          Register 154 - Receive IPV6 Header Error Octet Counter Register
ETH_RXIPV6_NO_PAYLOAD_OCTETS 0xF001E26C          Register 155 - Receive IPV6 No Payload Octet Counter Register
ETH_RXUDP_GOOD_OCTETS 0xF001E270          Register 156 - Receive UDP Good Octet Counter Register
ETH_RXUDP_ERROR_OCTETS 0xF001E274          Register 157 - Receive UDP Error Octet Counter Register
ETH_RXTCP_GOOD_OCTETS 0xF001E278          Register 158 - Receive TCP Good Octet Counter Register
ETH_RXTCP_ERROR_OCTETS 0xF001E27C          Register 159 - Receive TCP Error Octet Counter Register
ETH_RXICMP_GOOD_OCTETS 0xF001E280          Register 160 - Receive ICMP Good Octet Counter Register
ETH_RXICMP_ERROR_OCTETS 0xF001E284          Register 161 - Receive ICMP Error Octet Counter Register
ETH_TIMESTAMP_CONTROL 0xF001E700          Register 448 - Timestamp Control Register
ETH_SUB_SECOND_INCREMENT 0xF001E704          Register 449 - Sub-Second Increment Register
ETH_SYSTEM_TIME_SECONDS 0xF001E708          Register 450 - System Time - Seconds Register
ETH_SYSTEM_TIME_NANOSECONDS 0xF001E70C          Register 451 - System Time - Nanoseconds Register
ETH_SYSTEM_TIME_SECONDS_UPDATE 0xF001E710          Register 452 - System Time - Seconds Update Register
ETH_SYSTEM_TIME_NANOSECONDS_UPDATE 0xF001E714          Register 453 - System Time - Nanoseconds Update Register
ETH_TIMESTAMP_ADDEND 0xF001E718          Register 454 - Timestamp Addend Register
ETH_TARGET_TIME_SECONDS 0xF001E71C          Register 455 - Target Time Seconds Register
ETH_TARGET_TIME_NANOSECONDS 0xF001E720          Register 456 - Target Time Nanoseconds Register
ETH_SYSTEM_TIME_HIGHER_WORD_SECONDS 0xF001E724          Register 457 - System Time - Higher Word Seconds Register
ETH_TIMESTAMP_STATUS 0xF001E728          Register 458 - Timestamp Status Register
ETH_PPS_CONTROL 0xF001E72C          Register 459 - PPS Control Register
ETH_MAC_ADDRESS16_HIGH 0xF001E800          Register 512 - MAC Address16 High Register
ETH_MAC_ADDRESS16_LOW 0xF001E804          Register 513 - MAC Address16 Low Register
ETH_MAC_ADDRESS17_HIGH 0xF001E808          Register 514 - MAC Address17 High Register
ETH_MAC_ADDRESS17_LOW 0xF001E80C          Register 515 - MAC Address17 Low Register
ETH_MAC_ADDRESS18_HIGH 0xF001E810          Register 516 - MAC Address18 High Register
ETH_MAC_ADDRESS18_LOW 0xF001E814          Register 517 - MAC Address18 Low Register
ETH_MAC_ADDRESS19_HIGH 0xF001E818          Register 518 - MAC Address19 High Register
ETH_MAC_ADDRESS19_LOW 0xF001E81C          Register 519 - MAC Address19 Low Register
ETH_MAC_ADDRESS20_HIGH 0xF001E820          Register 520 - MAC Address20 High Register
ETH_MAC_ADDRESS20_LOW 0xF001E824          Register 521 - MAC Address20 Low Register
ETH_MAC_ADDRESS21_HIGH 0xF001E828          Register 522 - MAC Address21 High Register
ETH_MAC_ADDRESS21_LOW 0xF001E82C          Register 523 - MAC Address21 Low Register
ETH_MAC_ADDRESS22_HIGH 0xF001E830          Register 524 - MAC Address22 High Register
ETH_MAC_ADDRESS22_LOW 0xF001E834          Register 525 - MAC Address22 Low Register
ETH_MAC_ADDRESS23_HIGH 0xF001E838          Register 526 -
ETH_MAC_ADDRESS23_LOW 0xF001E83C          Register 527 - MAC Address23 Low Register
ETH_MAC_ADDRESS24_HIGH 0xF001E840          Register 528 - MAC Address24 High Register
ETH_MAC_ADDRESS24_LOW 0xF001E844          Register 529 - MAC Address24 Low Register
ETH_MAC_ADDRESS25_HIGH 0xF001E848          Register 530 - MAC Address25 High Register
ETH_MAC_ADDRESS25_LOW 0xF001E84C          Register 531 - MAC Address25 Low Register
ETH_MAC_ADDRESS26_HIGH 0xF001E850          Register 532 - MAC Address26 High Register
ETH_MAC_ADDRESS26_LOW 0xF001E854          Register 533 - MAC Address26 Low Register
ETH_MAC_ADDRESS27_HIGH 0xF001E858          Register 534 - MAC Address27 High Register
ETH_MAC_ADDRESS27_LOW 0xF001E85C          Register 535 - MAC Address27 Low Register
ETH_MAC_ADDRESS28_HIGH 0xF001E860          Register 536 - MAC Address28 High Register
ETH_MAC_ADDRESS28_LOW 0xF001E864          Register 537 - MAC Address28 Low Register
ETH_MAC_ADDRESS29_HIGH 0xF001E868          Register 538 - MAC Address29 High Register
ETH_MAC_ADDRESS29_LOW 0xF001E86C          Register 539 - MAC Address29 Low Register
ETH_MAC_ADDRESS30_HIGH 0xF001E870          Register 540 - MAC Address30 High Register
ETH_MAC_ADDRESS30_LOW 0xF001E874          Register 541 - MAC Address30 Low Register
ETH_MAC_ADDRESS31_HIGH 0xF001E878          Register 542 - MAC Address31 High Register
ETH_MAC_ADDRESS31_LOW 0xF001E87C          Register 543 - MAC Address31 Low Register
ETH_BUS_MODE    0xF001F000          Register 0 - Bus Mode Register
ETH_TRANSMIT_POLL_DEMAND 0xF001F004          Register 1 - Transmit Poll Demand Register
ETH_RECEIVE_POLL_DEMAND 0xF001F008          Register 2 - Receive Poll Demand Register
ETH_RECEIVE_DESCRIPTOR_LIST_ADDRESS 0xF001F00C          Register 3 - Receive Descriptor List Address Register
ETH_TRANSMIT_DESCRIPTOR_LIST_ADDRESS 0xF001F010          Register 4 - Transmit Descriptor List Address Register
ETH_STATUS      0xF001F014          Register 5 - Status Register
ETH_OPERATION_MODE 0xF001F018          Register 6 - Operation Mode Register
ETH_INTERRUPT_ENABLE 0xF001F01C          Register 7 - Interrupt Enable Register
ETH_MISSED_FRAME_AND_BUFFER_OVERFLOW_COUNTER 0xF001F020          Register 8 - Missed Frame and Buffer Overflow Counter Register
ETH_RECEIVE_INTERRUPT_WATCHDOG_TIMER 0xF001F024          Register 9 - Receive Interrupt Watchdog Timer Register
ETH_AHB_OR_AXI_STATUS 0xF001F02C          Register 11 - AHB or AXI Status Register
ETH_CURRENT_HOST_TRANSMIT_DESCRIPTOR 0xF001F048          Register 18 - Current Host Transmit Descriptor Register
ETH_CURRENT_HOST_RECEIVE_DESCRIPTOR 0xF001F04C          Register 19 - Current Host Receive Descriptor Register
ETH_CURRENT_HOST_TRANSMIT_BUFFER_ADDRESS 0xF001F050          Register 20 - Current Host Transmit Buffer Address Register
ETH_CURRENT_HOST_RECEIVE_BUFFER_ADDRESS 0xF001F054          Register 21 - Current Host Receive Buffer Address Register
ETH_HW_FEATURE  0xF001F058          Register 22 - HW Feature Register
VADC_CLC        0xF0020000          Clock Control Register
VADC_ID         0xF0020008          Module Identification Register
VADC_OCS        0xF0020028          OCDS Control and Status Register
VADC_KRSTCLR    0xF002002C          Kernel Reset Status Clear Register
VADC_KRST1      0xF0020030          Kernel Reset Register 1
VADC_KRST0      0xF0020034          Kernel Reset Register 0
VADC_ACCEN0     0xF002003C          Access Enable Register 0
VADC_GLOBCFG    0xF0020080          Global Configuration Register
VADC_ACCPROT0   0xF0020088          Access Protection Register
VADC_ACCPROT1   0xF002008C          Access Protection Register
VADC_GLOBICLASS0 0xF00200A0          Input Class Register 0, Global
VADC_GLOBICLASS1 0xF00200A4          Input Class Register 1, Global
VADC_GLOBBOUND  0xF00200B8          Global Boundary Select Register
VADC_GLOBEFLAG  0xF00200E0          Global Event Flag Register
VADC_GLOBEVNP   0xF0020140          Global Event Node Pointer Register
VADC_GLOBTF     0xF0020160          Global Test Functions Register
VADC_BRSSEL0    0xF0020180          Background Request Source Channel Select Register, Group 0
VADC_BRSSEL1    0xF0020184          Background Request Source Channel Select Register, Group 1
VADC_BRSSEL2    0xF0020188          Background Request Source Channel Select Register, Group 2
VADC_BRSSEL3    0xF002018C          Background Request Source Channel Select Register, Group 3
VADC_BRSSEL4    0xF0020190          Background Request Source Channel Select Register, Group 4
VADC_BRSSEL5    0xF0020194          Background Request Source Channel Select Register, Group 5
VADC_BRSSEL6    0xF0020198          Background Request Source Channel Select Register, Group 6
VADC_BRSSEL7    0xF002019C          Background Request Source Channel Select Register, Group 7
VADC_BRSSEL8    0xF00201A0          Background Request Source Channel Select Register, Group 8
VADC_BRSSEL9    0xF00201A4          Background Request Source Channel Select Register, Group 9
VADC_BRSSEL10   0xF00201A8          Background Request Source Channel Select Register, Group 10
VADC_BRSPND0    0xF00201C0          Background Request Source Pending Register, Group 0
VADC_BRSPND1    0xF00201C4          Background Request Source Pending Register, Group 1
VADC_BRSPND2    0xF00201C8          Background Request Source Pending Register, Group 2
VADC_BRSPND3    0xF00201CC          Background Request Source Pending Register, Group 3
VADC_BRSPND4    0xF00201D0          Background Request Source Pending Register, Group 4
VADC_BRSPND5    0xF00201D4          Background Request Source Pending Register, Group 5
VADC_BRSPND6    0xF00201D8          Background Request Source Pending Register, Group 6
VADC_BRSPND7    0xF00201DC          Background Request Source Pending Register, Group 7
VADC_BRSPND8    0xF00201E0          Background Request Source Pending Register, Group 8
VADC_BRSPND9    0xF00201E4          Background Request Source Pending Register, Group 9
VADC_BRSPND10   0xF00201E8          Background Request Source Pending Register, Group 10
VADC_BRSCTRL    0xF0020200          Background Request Source Control Register
VADC_BRSMR      0xF0020204          Background Request Source Mode Register
VADC_GLOBRCR    0xF0020280          Global Result Control Register
VADC_GLOBRES    0xF0020300          Global Result Register
VADC_GLOBRESD   0xF0020380          Global Result Register, Debug
VADC_EMUXSEL    0xF00203F0          External Multiplexer Select Register
VADC_G0ARBCFG   0xF0020480          Arbitration Configuration Register, Group 0
VADC_G0ARBPR    0xF0020484          Arbitration Priority Register, Group 0
VADC_G0CHASS    0xF0020488          Channel Assignment Register, Group 0
VADC_G0RRASS    0xF002048C          Result Assignment Register, Group 0
VADC_G0ICLASS0  0xF00204A0          Input Class Register 0, Group 0
VADC_G0ICLASS1  0xF00204A4          Input Class Register 1, Group 0
VADC_G0ALIAS    0xF00204B0          Alias Register, Group 0
VADC_G0BOUND    0xF00204B8          Boundary Select Register, Group 0
VADC_G0SYNCTR   0xF00204C0          Synchronization Control Register, Group 0
VADC_G0BFL      0xF00204C8          Boundary Flag Register, Group 0
VADC_G0BFLS     0xF00204CC          Boundary Flag Software Register, Group 0
VADC_G0BFLC     0xF00204D0          Boundary Flag Control Register, Group 0
VADC_G0BFLNP    0xF00204D4          Boundary Flag Node Pointer Register, Group 0
VADC_G0QCTRL0   0xF0020500          Queue 0 Source Control Register, Group 0
VADC_G0QMR0     0xF0020504          Queue 0 Mode Register, Group 0
VADC_G0QSR0     0xF0020508          Queue 0 Status Register, Group 0
VADC_G0Q0R0     0xF002050C          Queue 0 Register 0, Group 0
VADC_G0QBUR0    0xF0020510          Queue 0 Backup Register, Group 0
VADC_G0ASCTRL   0xF0020520          Autoscan Source Control Register, Group 0
VADC_G0ASMR     0xF0020524          Autoscan Source Mode Register, Group 0
VADC_G0ASSEL    0xF0020528          Autoscan Source Channel Select Register, Group 0
VADC_G0ASPND    0xF002052C          Autoscan Source Pending Register, Group 0
VADC_G0CEFLAG   0xF0020580          Channel Event Flag Register, Group 0
VADC_G0REFLAG   0xF0020584          Result Event Flag Register, Group 0
VADC_G0SEFLAG   0xF0020588          Source Event Flag Register, Group 0
VADC_G0CEFCLR   0xF0020590          Channel Event Flag Clear Register, Group 0
VADC_G0REFCLR   0xF0020594          Result Event Flag Clear Register, Group 0
VADC_G0SEFCLR   0xF0020598          Source Event Flag Clear Register, Group 0
VADC_G0CEVNP0   0xF00205A0          Channel Event Node Pointer Register 0, Group 0
VADC_G0REVNP0   0xF00205B0          Result Event Node Pointer Register 0, Group 0
VADC_G0REVNP1   0xF00205B4          Result Event Node Pointer Register 1, Group 0
VADC_G0SEVNP    0xF00205C0          Source Event Node Pointer Register, Group 0
VADC_G0SRACT    0xF00205C8          Service Request Software Activation Trigger, Group 0
VADC_G0EMUXCTR  0xF00205F0          External Multiplexer Control Register, Group 0
VADC_G0VFR      0xF00205F8          Valid Flag Register, Group 0
VADC_G0CHCTR0   0xF0020600          Group 0, Channel 0 Ctrl. Reg.
VADC_G0CHCTR1   0xF0020604          Group 0, Channel 1 Ctrl. Reg.
VADC_G0CHCTR2   0xF0020608          Group 0, Channel 2 Ctrl. Reg.
VADC_G0CHCTR3   0xF002060C          Group 0, Channel 3 Ctrl. Reg.
VADC_G0CHCTR4   0xF0020610          Group 0, Channel 4 Ctrl. Reg.
VADC_G0CHCTR5   0xF0020614          Group 0, Channel 5 Ctrl. Reg.
VADC_G0CHCTR6   0xF0020618          Group 0, Channel 6 Ctrl. Reg.
VADC_G0CHCTR7   0xF002061C          Group 0, Channel 7 Ctrl. Reg.
VADC_G0RCR0     0xF0020680          Group 0 Result Control Reg. 0
VADC_G0RCR1     0xF0020684          Group 0 Result Control Reg. 1
VADC_G0RCR2     0xF0020688          Group 0 Result Control Reg. 2
VADC_G0RCR3     0xF002068C          Group 0 Result Control Reg. 3
VADC_G0RCR4     0xF0020690          Group 0 Result Control Reg. 4
VADC_G0RCR5     0xF0020694          Group 0 Result Control Reg. 5
VADC_G0RCR6     0xF0020698          Group 0 Result Control Reg. 6
VADC_G0RCR7     0xF002069C          Group 0 Result Control Reg. 7
VADC_G0RCR8     0xF00206A0          Group 0 Result Control Reg. 8
VADC_G0RCR9     0xF00206A4          Group 0 Result Control Reg. 9
VADC_G0RCR10    0xF00206A8          Group 0 Result Control Reg. 10
VADC_G0RCR11    0xF00206AC          Group 0 Result Control Reg. 11
VADC_G0RCR12    0xF00206B0          Group 0 Result Control Reg. 12
VADC_G0RCR13    0xF00206B4          Group 0 Result Control Reg. 13
VADC_G0RCR14    0xF00206B8          Group 0 Result Control Reg. 14
VADC_G0RCR15    0xF00206BC          Group 0 Result Control Reg. 15
VADC_G0RES0     0xF0020700          Group 0 Result Register 0
VADC_G0RES1     0xF0020704          Group 0 Result Register 1
VADC_G0RES2     0xF0020708          Group 0 Result Register 2
VADC_G0RES3     0xF002070C          Group 0 Result Register 3
VADC_G0RES4     0xF0020710          Group 0 Result Register 4
VADC_G0RES5     0xF0020714          Group 0 Result Register 5
VADC_G0RES6     0xF0020718          Group 0 Result Register 6
VADC_G0RES7     0xF002071C          Group 0 Result Register 7
VADC_G0RES8     0xF0020720          Group 0 Result Register 8
VADC_G0RES9     0xF0020724          Group 0 Result Register 9
VADC_G0RES10    0xF0020728          Group 0 Result Register 10
VADC_G0RES11    0xF002072C          Group 0 Result Register 11
VADC_G0RES12    0xF0020730          Group 0 Result Register 12
VADC_G0RES13    0xF0020734          Group 0 Result Register 13
VADC_G0RES14    0xF0020738          Group 0 Result Register 14
VADC_G0RES15    0xF002073C          Group 0 Result Register 15
VADC_G0RESD0    0xF0020780          Group 0 Result Reg. 0, Debug
VADC_G0RESD1    0xF0020784          Group 0 Result Reg. 1, Debug
VADC_G0RESD2    0xF0020788          Group 0 Result Reg. 2, Debug
VADC_G0RESD3    0xF002078C          Group 0 Result Reg. 3, Debug
VADC_G0RESD4    0xF0020790          Group 0 Result Reg. 4, Debug
VADC_G0RESD5    0xF0020794          Group 0 Result Reg. 5, Debug
VADC_G0RESD6    0xF0020798          Group 0 Result Reg. 6, Debug
VADC_G0RESD7    0xF002079C          Group 0 Result Reg. 7, Debug
VADC_G0RESD8    0xF00207A0          Group 0 Result Reg. 8, Debug
VADC_G0RESD9    0xF00207A4          Group 0 Result Reg. 9, Debug
VADC_G0RESD10   0xF00207A8          Group 0 Result Reg. 10, Debug
VADC_G0RESD11   0xF00207AC          Group 0 Result Reg. 11, Debug
VADC_G0RESD12   0xF00207B0          Group 0 Result Reg. 12, Debug
VADC_G0RESD13   0xF00207B4          Group 0 Result Reg. 13, Debug
VADC_G0RESD14   0xF00207B8          Group 0 Result Reg. 14, Debug
VADC_G0RESD15   0xF00207BC          Group 0 Result Reg. 15, Debug
VADC_G1ARBCFG   0xF0020880          Arbitration Configuration Register, Group 1
VADC_G1ARBPR    0xF0020884          Arbitration Priority Register, Group 1
VADC_G1CHASS    0xF0020888          Channel Assignment Register, Group 1
VADC_G1RRASS    0xF002088C          Result Assignment Register, Group 1
VADC_G1ICLASS0  0xF00208A0          Input Class Register 0, Group 1
VADC_G1ICLASS1  0xF00208A4          Input Class Register 1, Group 1
VADC_G1ALIAS    0xF00208B0          Alias Register, Group 1
VADC_G1BOUND    0xF00208B8          Boundary Select Register, Group 1
VADC_G1SYNCTR   0xF00208C0          Synchronization Control Register, Group 1
VADC_G1BFL      0xF00208C8          Boundary Flag Register, Group 1
VADC_G1BFLS     0xF00208CC          Boundary Flag Software Register, Group 1
VADC_G1BFLC     0xF00208D0          Boundary Flag Control Register, Group 1
VADC_G1BFLNP    0xF00208D4          Boundary Flag Node Pointer Register, Group 1
VADC_G1QCTRL0   0xF0020900          Queue 0 Source Control Register, Group 1
VADC_G1QMR0     0xF0020904          Queue 0 Mode Register, Group 1
VADC_G1QSR0     0xF0020908          Queue 0 Status Register, Group 1
VADC_G1Q0R0     0xF002090C          Queue 0 Register 0, Group 1
VADC_G1QBUR0    0xF0020910          Queue 0 Backup Register, Group 1
VADC_G1ASCTRL   0xF0020920          Autoscan Source Control Register, Group 1
VADC_G1ASMR     0xF0020924          Autoscan Source Mode Register, Group 1
VADC_G1ASSEL    0xF0020928          Autoscan Source Channel Select Register, Group 1
VADC_G1ASPND    0xF002092C          Autoscan Source Pending Register, Group 1
VADC_G1CEFLAG   0xF0020980          Channel Event Flag Register, Group 1
VADC_G1REFLAG   0xF0020984          Result Event Flag Register, Group 1
VADC_G1SEFLAG   0xF0020988          Source Event Flag Register, Group 1
VADC_G1CEFCLR   0xF0020990          Channel Event Flag Clear Register, Group 1
VADC_G1REFCLR   0xF0020994          Result Event Flag Clear Register, Group 1
VADC_G1SEFCLR   0xF0020998          Source Event Flag Clear Register, Group 1
VADC_G1CEVNP0   0xF00209A0          Channel Event Node Pointer Register 0, Group 1
VADC_G1REVNP0   0xF00209B0          Result Event Node Pointer Register 0, Group 1
VADC_G1REVNP1   0xF00209B4          Result Event Node Pointer Register 1, Group 1
VADC_G1SEVNP    0xF00209C0          Source Event Node Pointer Register, Group 1
VADC_G1SRACT    0xF00209C8          Service Request Software Activation Trigger, Group 1
VADC_G1EMUXCTR  0xF00209F0          External Multiplexer Control Register, Group 1
VADC_G1VFR      0xF00209F8          Valid Flag Register, Group 1
VADC_G1CHCTR0   0xF0020A00          Group 1, Channel 0 Ctrl. Reg.
VADC_G1CHCTR1   0xF0020A04          Group 1, Channel 1 Ctrl. Reg.
VADC_G1CHCTR2   0xF0020A08          Group 1, Channel 2 Ctrl. Reg.
VADC_G1CHCTR3   0xF0020A0C          Group 1, Channel 3 Ctrl. Reg.
VADC_G1CHCTR4   0xF0020A10          Group 1, Channel 4 Ctrl. Reg.
VADC_G1CHCTR5   0xF0020A14          Group 1, Channel 5 Ctrl. Reg.
VADC_G1CHCTR6   0xF0020A18          Group 1, Channel 6 Ctrl. Reg.
VADC_G1CHCTR7   0xF0020A1C          Group 1, Channel 7 Ctrl. Reg.
VADC_G1RCR0     0xF0020A80          Group 1 Result Control Reg. 0
VADC_G1RCR1     0xF0020A84          Group 1 Result Control Reg. 1
VADC_G1RCR2     0xF0020A88          Group 1 Result Control Reg. 2
VADC_G1RCR3     0xF0020A8C          Group 1 Result Control Reg. 3
VADC_G1RCR4     0xF0020A90          Group 1 Result Control Reg. 4
VADC_G1RCR5     0xF0020A94          Group 1 Result Control Reg. 5
VADC_G1RCR6     0xF0020A98          Group 1 Result Control Reg. 6
VADC_G1RCR7     0xF0020A9C          Group 1 Result Control Reg. 7
VADC_G1RCR8     0xF0020AA0          Group 1 Result Control Reg. 8
VADC_G1RCR9     0xF0020AA4          Group 1 Result Control Reg. 9
VADC_G1RCR10    0xF0020AA8          Group 1 Result Control Reg. 10
VADC_G1RCR11    0xF0020AAC          Group 1 Result Control Reg. 11
VADC_G1RCR12    0xF0020AB0          Group 1 Result Control Reg. 12
VADC_G1RCR13    0xF0020AB4          Group 1 Result Control Reg. 13
VADC_G1RCR14    0xF0020AB8          Group 1 Result Control Reg. 14
VADC_G1RCR15    0xF0020ABC          Group 1 Result Control Reg. 15
VADC_G1RES0     0xF0020B00          Group 1 Result Register 0
VADC_G1RES1     0xF0020B04          Group 1 Result Register 1
VADC_G1RES2     0xF0020B08          Group 1 Result Register 2
VADC_G1RES3     0xF0020B0C          Group 1 Result Register 3
VADC_G1RES4     0xF0020B10          Group 1 Result Register 4
VADC_G1RES5     0xF0020B14          Group 1 Result Register 5
VADC_G1RES6     0xF0020B18          Group 1 Result Register 6
VADC_G1RES7     0xF0020B1C          Group 1 Result Register 7
VADC_G1RES8     0xF0020B20          Group 1 Result Register 8
VADC_G1RES9     0xF0020B24          Group 1 Result Register 9
VADC_G1RES10    0xF0020B28          Group 1 Result Register 10
VADC_G1RES11    0xF0020B2C          Group 1 Result Register 11
VADC_G1RES12    0xF0020B30          Group 1 Result Register 12
VADC_G1RES13    0xF0020B34          Group 1 Result Register 13
VADC_G1RES14    0xF0020B38          Group 1 Result Register 14
VADC_G1RES15    0xF0020B3C          Group 1 Result Register 15
VADC_G1RESD0    0xF0020B80          Group 1 Result Reg. 0, Debug
VADC_G1RESD1    0xF0020B84          Group 1 Result Reg. 1, Debug
VADC_G1RESD2    0xF0020B88          Group 1 Result Reg. 2, Debug
VADC_G1RESD3    0xF0020B8C          Group 1 Result Reg. 3, Debug
VADC_G1RESD4    0xF0020B90          Group 1 Result Reg. 4, Debug
VADC_G1RESD5    0xF0020B94          Group 1 Result Reg. 5, Debug
VADC_G1RESD6    0xF0020B98          Group 1 Result Reg. 6, Debug
VADC_G1RESD7    0xF0020B9C          Group 1 Result Reg. 7, Debug
VADC_G1RESD8    0xF0020BA0          Group 1 Result Reg. 8, Debug
VADC_G1RESD9    0xF0020BA4          Group 1 Result Reg. 9, Debug
VADC_G1RESD10   0xF0020BA8          Group 1 Result Reg. 10, Debug
VADC_G1RESD11   0xF0020BAC          Group 1 Result Reg. 11, Debug
VADC_G1RESD12   0xF0020BB0          Group 1 Result Reg. 12, Debug
VADC_G1RESD13   0xF0020BB4          Group 1 Result Reg. 13, Debug
VADC_G1RESD14   0xF0020BB8          Group 1 Result Reg. 14, Debug
VADC_G1RESD15   0xF0020BBC          Group 1 Result Reg. 15, Debug
VADC_G2ARBCFG   0xF0020C80          Arbitration Configuration Register, Group 2
VADC_G2ARBPR    0xF0020C84          Arbitration Priority Register, Group 2
VADC_G2CHASS    0xF0020C88          Channel Assignment Register, Group 2
VADC_G2RRASS    0xF0020C8C          Result Assignment Register, Group 2
VADC_G2ICLASS0  0xF0020CA0          Input Class Register 0, Group 2
VADC_G2ICLASS1  0xF0020CA4          Input Class Register 1, Group 2
VADC_G2ALIAS    0xF0020CB0          Alias Register, Group 2
VADC_G2BOUND    0xF0020CB8          Boundary Select Register, Group 2
VADC_G2SYNCTR   0xF0020CC0          Synchronization Control Register, Group 2
VADC_G2BFL      0xF0020CC8          Boundary Flag Register, Group 2
VADC_G2BFLS     0xF0020CCC          Boundary Flag Software Register, Group 2
VADC_G2BFLC     0xF0020CD0          Boundary Flag Control Register, Group 2
VADC_G2BFLNP    0xF0020CD4          Boundary Flag Node Pointer Register, Group 2
VADC_G2QCTRL0   0xF0020D00          Queue 0 Source Control Register, Group 2
VADC_G2QMR0     0xF0020D04          Queue 0 Mode Register, Group 2
VADC_G2QSR0     0xF0020D08          Queue 0 Status Register, Group 2
VADC_G2Q0R0     0xF0020D0C          Queue 0 Register 0, Group 2
VADC_G2QBUR0    0xF0020D10          Queue 0 Backup Register, Group 2
VADC_G2ASCTRL   0xF0020D20          Autoscan Source Control Register, Group 2
VADC_G2ASMR     0xF0020D24          Autoscan Source Mode Register, Group 2
VADC_G2ASSEL    0xF0020D28          Autoscan Source Channel Select Register, Group 2
VADC_G2ASPND    0xF0020D2C          Autoscan Source Pending Register, Group 2
VADC_G2CEFLAG   0xF0020D80          Channel Event Flag Register, Group 2
VADC_G2REFLAG   0xF0020D84          Result Event Flag Register, Group 2
VADC_G2SEFLAG   0xF0020D88          Source Event Flag Register, Group 2
VADC_G2CEFCLR   0xF0020D90          Channel Event Flag Clear Register, Group 2
VADC_G2REFCLR   0xF0020D94          Result Event Flag Clear Register, Group 2
VADC_G2SEFCLR   0xF0020D98          Source Event Flag Clear Register, Group 2
VADC_G2CEVNP0   0xF0020DA0          Channel Event Node Pointer Register 0, Group 2
VADC_G2REVNP0   0xF0020DB0          Result Event Node Pointer Register 0, Group 2
VADC_G2REVNP1   0xF0020DB4          Result Event Node Pointer Register 1, Group 2
VADC_G2SEVNP    0xF0020DC0          Source Event Node Pointer Register, Group 2
VADC_G2SRACT    0xF0020DC8          Service Request Software Activation Trigger, Group 2
VADC_G2EMUXCTR  0xF0020DF0          External Multiplexer Control Register, Group 2
VADC_G2VFR      0xF0020DF8          Valid Flag Register, Group 2
VADC_G2CHCTR0   0xF0020E00          Group 2, Channel 0 Ctrl. Reg.
VADC_G2CHCTR1   0xF0020E04          Group 2, Channel 1 Ctrl. Reg.
VADC_G2CHCTR2   0xF0020E08          Group 2, Channel 2 Ctrl. Reg.
VADC_G2CHCTR3   0xF0020E0C          Group 2, Channel 3 Ctrl. Reg.
VADC_G2CHCTR4   0xF0020E10          Group 2, Channel 4 Ctrl. Reg.
VADC_G2CHCTR5   0xF0020E14          Group 2, Channel 5 Ctrl. Reg.
VADC_G2CHCTR6   0xF0020E18          Group 2, Channel 6 Ctrl. Reg.
VADC_G2CHCTR7   0xF0020E1C          Group 2, Channel 7 Ctrl. Reg.
VADC_G2RCR0     0xF0020E80          Group 2 Result Control Reg. 0
VADC_G2RCR1     0xF0020E84          Group 2 Result Control Reg. 1
VADC_G2RCR2     0xF0020E88          Group 2 Result Control Reg. 2
VADC_G2RCR3     0xF0020E8C          Group 2 Result Control Reg. 3
VADC_G2RCR4     0xF0020E90          Group 2 Result Control Reg. 4
VADC_G2RCR5     0xF0020E94          Group 2 Result Control Reg. 5
VADC_G2RCR6     0xF0020E98          Group 2 Result Control Reg. 6
VADC_G2RCR7     0xF0020E9C          Group 2 Result Control Reg. 7
VADC_G2RCR8     0xF0020EA0          Group 2 Result Control Reg. 8
VADC_G2RCR9     0xF0020EA4          Group 2 Result Control Reg. 9
VADC_G2RCR10    0xF0020EA8          Group 2 Result Control Reg. 10
VADC_G2RCR11    0xF0020EAC          Group 2 Result Control Reg. 11
VADC_G2RCR12    0xF0020EB0          Group 2 Result Control Reg. 12
VADC_G2RCR13    0xF0020EB4          Group 2 Result Control Reg. 13
VADC_G2RCR14    0xF0020EB8          Group 2 Result Control Reg. 14
VADC_G2RCR15    0xF0020EBC          Group 2 Result Control Reg. 15
VADC_G2RES0     0xF0020F00          Group 2 Result Register 0
VADC_G2RES1     0xF0020F04          Group 2 Result Register 1
VADC_G2RES2     0xF0020F08          Group 2 Result Register 2
VADC_G2RES3     0xF0020F0C          Group 2 Result Register 3
VADC_G2RES4     0xF0020F10          Group 2 Result Register 4
VADC_G2RES5     0xF0020F14          Group 2 Result Register 5
VADC_G2RES6     0xF0020F18          Group 2 Result Register 6
VADC_G2RES7     0xF0020F1C          Group 2 Result Register 7
VADC_G2RES8     0xF0020F20          Group 2 Result Register 8
VADC_G2RES9     0xF0020F24          Group 2 Result Register 9
VADC_G2RES10    0xF0020F28          Group 2 Result Register 10
VADC_G2RES11    0xF0020F2C          Group 2 Result Register 11
VADC_G2RES12    0xF0020F30          Group 2 Result Register 12
VADC_G2RES13    0xF0020F34          Group 2 Result Register 13
VADC_G2RES14    0xF0020F38          Group 2 Result Register 14
VADC_G2RES15    0xF0020F3C          Group 2 Result Register 15
VADC_G2RESD0    0xF0020F80          Group 2 Result Reg. 0, Debug
VADC_G2RESD1    0xF0020F84          Group 2 Result Reg. 1, Debug
VADC_G2RESD2    0xF0020F88          Group 2 Result Reg. 2, Debug
VADC_G2RESD3    0xF0020F8C          Group 2 Result Reg. 3, Debug
VADC_G2RESD4    0xF0020F90          Group 2 Result Reg. 4, Debug
VADC_G2RESD5    0xF0020F94          Group 2 Result Reg. 5, Debug
VADC_G2RESD6    0xF0020F98          Group 2 Result Reg. 6, Debug
VADC_G2RESD7    0xF0020F9C          Group 2 Result Reg. 7, Debug
VADC_G2RESD8    0xF0020FA0          Group 2 Result Reg. 8, Debug
VADC_G2RESD9    0xF0020FA4          Group 2 Result Reg. 9, Debug
VADC_G2RESD10   0xF0020FA8          Group 2 Result Reg. 10, Debug
VADC_G2RESD11   0xF0020FAC          Group 2 Result Reg. 11, Debug
VADC_G2RESD12   0xF0020FB0          Group 2 Result Reg. 12, Debug
VADC_G2RESD13   0xF0020FB4          Group 2 Result Reg. 13, Debug
VADC_G2RESD14   0xF0020FB8          Group 2 Result Reg. 14, Debug
VADC_G2RESD15   0xF0020FBC          Group 2 Result Reg. 15, Debug
VADC_G3ARBCFG   0xF0021080          Arbitration Configuration Register, Group 3
VADC_G3ARBPR    0xF0021084          Arbitration Priority Register, Group 3
VADC_G3CHASS    0xF0021088          Channel Assignment Register, Group 3
VADC_G3RRASS    0xF002108C          Result Assignment Register, Group 3
VADC_G3ICLASS0  0xF00210A0          Input Class Register 0, Group 3
VADC_G3ICLASS1  0xF00210A4          Input Class Register 1, Group 3
VADC_G3ALIAS    0xF00210B0          Alias Register, Group 3
VADC_G3BOUND    0xF00210B8          Boundary Select Register, Group 3
VADC_G3SYNCTR   0xF00210C0          Synchronization Control Register, Group 3
VADC_G3BFL      0xF00210C8          Boundary Flag Register, Group 3
VADC_G3BFLS     0xF00210CC          Boundary Flag Software Register, Group 3
VADC_G3BFLC     0xF00210D0          Boundary Flag Control Register, Group 3
VADC_G3BFLNP    0xF00210D4          Boundary Flag Node Pointer Register, Group 3
VADC_G3QCTRL0   0xF0021100          Queue 0 Source Control Register, Group 3
VADC_G3QMR0     0xF0021104          Queue 0 Mode Register, Group 3
VADC_G3QSR0     0xF0021108          Queue 0 Status Register, Group 3
VADC_G3Q0R0     0xF002110C          Queue 0 Register 0, Group 3
VADC_G3QBUR0    0xF0021110          Queue 0 Backup Register, Group 3
VADC_G3ASCTRL   0xF0021120          Autoscan Source Control Register, Group 3
VADC_G3ASMR     0xF0021124          Autoscan Source Mode Register, Group 3
VADC_G3ASSEL    0xF0021128          Autoscan Source Channel Select Register, Group 3
VADC_G3ASPND    0xF002112C          Autoscan Source Pending Register, Group 3
VADC_G3CEFLAG   0xF0021180          Channel Event Flag Register, Group 3
VADC_G3REFLAG   0xF0021184          Result Event Flag Register, Group 3
VADC_G3SEFLAG   0xF0021188          Source Event Flag Register, Group 3
VADC_G3CEFCLR   0xF0021190          Channel Event Flag Clear Register, Group 3
VADC_G3REFCLR   0xF0021194          Result Event Flag Clear Register, Group 3
VADC_G3SEFCLR   0xF0021198          Source Event Flag Clear Register, Group 3
VADC_G3CEVNP0   0xF00211A0          Channel Event Node Pointer Register 0, Group 3
VADC_G3REVNP0   0xF00211B0          Result Event Node Pointer Register 0, Group 3
VADC_G3REVNP1   0xF00211B4          Result Event Node Pointer Register 1, Group 3
VADC_G3SEVNP    0xF00211C0          Source Event Node Pointer Register, Group 3
VADC_G3SRACT    0xF00211C8          Service Request Software Activation Trigger, Group 3
VADC_G3EMUXCTR  0xF00211F0          External Multiplexer Control Register, Group 3
VADC_G3VFR      0xF00211F8          Valid Flag Register, Group 3
VADC_G3CHCTR0   0xF0021200          Group 3, Channel 0 Ctrl. Reg.
VADC_G3CHCTR1   0xF0021204          Group 3, Channel 1 Ctrl. Reg.
VADC_G3CHCTR2   0xF0021208          Group 3, Channel 2 Ctrl. Reg.
VADC_G3CHCTR3   0xF002120C          Group 3, Channel 3 Ctrl. Reg.
VADC_G3CHCTR4   0xF0021210          Group 3, Channel 4 Ctrl. Reg.
VADC_G3CHCTR5   0xF0021214          Group 3, Channel 5 Ctrl. Reg.
VADC_G3CHCTR6   0xF0021218          Group 3, Channel 6 Ctrl. Reg.
VADC_G3CHCTR7   0xF002121C          Group 3, Channel 7 Ctrl. Reg.
VADC_G3RCR0     0xF0021280          Group 3 Result Control Reg. 0
VADC_G3RCR1     0xF0021284          Group 3 Result Control Reg. 1
VADC_G3RCR2     0xF0021288          Group 3 Result Control Reg. 2
VADC_G3RCR3     0xF002128C          Group 3 Result Control Reg. 3
VADC_G3RCR4     0xF0021290          Group 3 Result Control Reg. 4
VADC_G3RCR5     0xF0021294          Group 3 Result Control Reg. 5
VADC_G3RCR6     0xF0021298          Group 3 Result Control Reg. 6
VADC_G3RCR7     0xF002129C          Group 3 Result Control Reg. 7
VADC_G3RCR8     0xF00212A0          Group 3 Result Control Reg. 8
VADC_G3RCR9     0xF00212A4          Group 3 Result Control Reg. 9
VADC_G3RCR10    0xF00212A8          Group 3 Result Control Reg. 10
VADC_G3RCR11    0xF00212AC          Group 3 Result Control Reg. 11
VADC_G3RCR12    0xF00212B0          Group 3 Result Control Reg. 12
VADC_G3RCR13    0xF00212B4          Group 3 Result Control Reg. 13
VADC_G3RCR14    0xF00212B8          Group 3 Result Control Reg. 14
VADC_G3RCR15    0xF00212BC          Group 3 Result Control Reg. 15
VADC_G3RES0     0xF0021300          Group 3 Result Register 0
VADC_G3RES1     0xF0021304          Group 3 Result Register 1
VADC_G3RES2     0xF0021308          Group 3 Result Register 2
VADC_G3RES3     0xF002130C          Group 3 Result Register 3
VADC_G3RES4     0xF0021310          Group 3 Result Register 4
VADC_G3RES5     0xF0021314          Group 3 Result Register 5
VADC_G3RES6     0xF0021318          Group 3 Result Register 6
VADC_G3RES7     0xF002131C          Group 3 Result Register 7
VADC_G3RES8     0xF0021320          Group 3 Result Register 8
VADC_G3RES9     0xF0021324          Group 3 Result Register 9
VADC_G3RES10    0xF0021328          Group 3 Result Register 10
VADC_G3RES11    0xF002132C          Group 3 Result Register 11
VADC_G3RES12    0xF0021330          Group 3 Result Register 12
VADC_G3RES13    0xF0021334          Group 3 Result Register 13
VADC_G3RES14    0xF0021338          Group 3 Result Register 14
VADC_G3RES15    0xF002133C          Group 3 Result Register 15
VADC_G3RESD0    0xF0021380          Group 3 Result Reg. 0, Debug
VADC_G3RESD1    0xF0021384          Group 3 Result Reg. 1, Debug
VADC_G3RESD2    0xF0021388          Group 3 Result Reg. 2, Debug
VADC_G3RESD3    0xF002138C          Group 3 Result Reg. 3, Debug
VADC_G3RESD4    0xF0021390          Group 3 Result Reg. 4, Debug
VADC_G3RESD5    0xF0021394          Group 3 Result Reg. 5, Debug
VADC_G3RESD6    0xF0021398          Group 3 Result Reg. 6, Debug
VADC_G3RESD7    0xF002139C          Group 3 Result Reg. 7, Debug
VADC_G3RESD8    0xF00213A0          Group 3 Result Reg. 8, Debug
VADC_G3RESD9    0xF00213A4          Group 3 Result Reg. 9, Debug
VADC_G3RESD10   0xF00213A8          Group 3 Result Reg. 10, Debug
VADC_G3RESD11   0xF00213AC          Group 3 Result Reg. 11, Debug
VADC_G3RESD12   0xF00213B0          Group 3 Result Reg. 12, Debug
VADC_G3RESD13   0xF00213B4          Group 3 Result Reg. 13, Debug
VADC_G3RESD14   0xF00213B8          Group 3 Result Reg. 14, Debug
VADC_G3RESD15   0xF00213BC          Group 3 Result Reg. 15, Debug
VADC_G4ARBCFG   0xF0021480          Arbitration Configuration Register, Group 4
VADC_G4ARBPR    0xF0021484          Arbitration Priority Register, Group 4
VADC_G4CHASS    0xF0021488          Channel Assignment Register, Group 4
VADC_G4RRASS    0xF002148C          Result Assignment Register, Group 4
VADC_G4ICLASS0  0xF00214A0          Input Class Register 0, Group 4
VADC_G4ICLASS1  0xF00214A4          Input Class Register 1, Group 4
VADC_G4ALIAS    0xF00214B0          Alias Register, Group 4
VADC_G4BOUND    0xF00214B8          Boundary Select Register, Group 4
VADC_G4SYNCTR   0xF00214C0          Synchronization Control Register, Group 4
VADC_G4BFL      0xF00214C8          Boundary Flag Register, Group 4
VADC_G4BFLS     0xF00214CC          Boundary Flag Software Register, Group 4
VADC_G4BFLC     0xF00214D0          Boundary Flag Control Register, Group 4
VADC_G4BFLNP    0xF00214D4          Boundary Flag Node Pointer Register, Group 4
VADC_G4QCTRL0   0xF0021500          Queue 0 Source Control Register, Group 4
VADC_G4QMR0     0xF0021504          Queue 0 Mode Register, Group 4
VADC_G4QSR0     0xF0021508          Queue 0 Status Register, Group 4
VADC_G4Q0R0     0xF002150C          Queue 0 Register 0, Group 4
VADC_G4QBUR0    0xF0021510          Queue 0 Backup Register, Group 4
VADC_G4ASCTRL   0xF0021520          Autoscan Source Control Register, Group 4
VADC_G4ASMR     0xF0021524          Autoscan Source Mode Register, Group 4
VADC_G4ASSEL    0xF0021528          Autoscan Source Channel Select Register, Group 4
VADC_G4ASPND    0xF002152C          Autoscan Source Pending Register, Group 4
VADC_G4CEFLAG   0xF0021580          Channel Event Flag Register, Group 4
VADC_G4REFLAG   0xF0021584          Result Event Flag Register, Group 4
VADC_G4SEFLAG   0xF0021588          Source Event Flag Register, Group 4
VADC_G4CEFCLR   0xF0021590          Channel Event Flag Clear Register, Group 4
VADC_G4REFCLR   0xF0021594          Result Event Flag Clear Register, Group 4
VADC_G4SEFCLR   0xF0021598          Source Event Flag Clear Register, Group 4
VADC_G4CEVNP0   0xF00215A0          Channel Event Node Pointer Register 0, Group 4
VADC_G4REVNP0   0xF00215B0          Result Event Node Pointer Register 0, Group 4
VADC_G4REVNP1   0xF00215B4          Result Event Node Pointer Register 1, Group 4
VADC_G4SEVNP    0xF00215C0          Source Event Node Pointer Register, Group 4
VADC_G4SRACT    0xF00215C8          Service Request Software Activation Trigger, Group 4
VADC_G4EMUXCTR  0xF00215F0          External Multiplexer Control Register, Group 4
VADC_G4VFR      0xF00215F8          Valid Flag Register, Group 4
VADC_G4CHCTR0   0xF0021600          Group 4, Channel 0 Ctrl. Reg.
VADC_G4CHCTR1   0xF0021604          Group 4, Channel 1 Ctrl. Reg.
VADC_G4CHCTR2   0xF0021608          Group 4, Channel 2 Ctrl. Reg.
VADC_G4CHCTR3   0xF002160C          Group 4, Channel 3 Ctrl. Reg.
VADC_G4CHCTR4   0xF0021610          Group 4, Channel 4 Ctrl. Reg.
VADC_G4CHCTR5   0xF0021614          Group 4, Channel 5 Ctrl. Reg.
VADC_G4CHCTR6   0xF0021618          Group 4, Channel 6 Ctrl. Reg.
VADC_G4CHCTR7   0xF002161C          Group 4, Channel 7 Ctrl. Reg.
VADC_G4RCR0     0xF0021680          Group 4 Result Control Reg. 0
VADC_G4RCR1     0xF0021684          Group 4 Result Control Reg. 1
VADC_G4RCR2     0xF0021688          Group 4 Result Control Reg. 2
VADC_G4RCR3     0xF002168C          Group 4 Result Control Reg. 3
VADC_G4RCR4     0xF0021690          Group 4 Result Control Reg. 4
VADC_G4RCR5     0xF0021694          Group 4 Result Control Reg. 5
VADC_G4RCR6     0xF0021698          Group 4 Result Control Reg. 6
VADC_G4RCR7     0xF002169C          Group 4 Result Control Reg. 7
VADC_G4RCR8     0xF00216A0          Group 4 Result Control Reg. 8
VADC_G4RCR9     0xF00216A4          Group 4 Result Control Reg. 9
VADC_G4RCR10    0xF00216A8          Group 4 Result Control Reg. 10
VADC_G4RCR11    0xF00216AC          Group 4 Result Control Reg. 11
VADC_G4RCR12    0xF00216B0          Group 4 Result Control Reg. 12
VADC_G4RCR13    0xF00216B4          Group 4 Result Control Reg. 13
VADC_G4RCR14    0xF00216B8          Group 4 Result Control Reg. 14
VADC_G4RCR15    0xF00216BC          Group 4 Result Control Reg. 15
VADC_G4RES0     0xF0021700          Group 4 Result Register 0
VADC_G4RES1     0xF0021704          Group 4 Result Register 1
VADC_G4RES2     0xF0021708          Group 4 Result Register 2
VADC_G4RES3     0xF002170C          Group 4 Result Register 3
VADC_G4RES4     0xF0021710          Group 4 Result Register 4
VADC_G4RES5     0xF0021714          Group 4 Result Register 5
VADC_G4RES6     0xF0021718          Group 4 Result Register 6
VADC_G4RES7     0xF002171C          Group 4 Result Register 7
VADC_G4RES8     0xF0021720          Group 4 Result Register 8
VADC_G4RES9     0xF0021724          Group 4 Result Register 9
VADC_G4RES10    0xF0021728          Group 4 Result Register 10
VADC_G4RES11    0xF002172C          Group 4 Result Register 11
VADC_G4RES12    0xF0021730          Group 4 Result Register 12
VADC_G4RES13    0xF0021734          Group 4 Result Register 13
VADC_G4RES14    0xF0021738          Group 4 Result Register 14
VADC_G4RES15    0xF002173C          Group 4 Result Register 15
VADC_G4RESD0    0xF0021780          Group 4 Result Reg. 0, Debug
VADC_G4RESD1    0xF0021784          Group 4 Result Reg. 1, Debug
VADC_G4RESD2    0xF0021788          Group 4 Result Reg. 2, Debug
VADC_G4RESD3    0xF002178C          Group 4 Result Reg. 3, Debug
VADC_G4RESD4    0xF0021790          Group 4 Result Reg. 4, Debug
VADC_G4RESD5    0xF0021794          Group 4 Result Reg. 5, Debug
VADC_G4RESD6    0xF0021798          Group 4 Result Reg. 6, Debug
VADC_G4RESD7    0xF002179C          Group 4 Result Reg. 7, Debug
VADC_G4RESD8    0xF00217A0          Group 4 Result Reg. 8, Debug
VADC_G4RESD9    0xF00217A4          Group 4 Result Reg. 9, Debug
VADC_G4RESD10   0xF00217A8          Group 4 Result Reg. 10, Debug
VADC_G4RESD11   0xF00217AC          Group 4 Result Reg. 11, Debug
VADC_G4RESD12   0xF00217B0          Group 4 Result Reg. 12, Debug
VADC_G4RESD13   0xF00217B4          Group 4 Result Reg. 13, Debug
VADC_G4RESD14   0xF00217B8          Group 4 Result Reg. 14, Debug
VADC_G4RESD15   0xF00217BC          Group 4 Result Reg. 15, Debug
VADC_G5ARBCFG   0xF0021880          Arbitration Configuration Register, Group 5
VADC_G5ARBPR    0xF0021884          Arbitration Priority Register, Group 5
VADC_G5CHASS    0xF0021888          Channel Assignment Register, Group 5
VADC_G5RRASS    0xF002188C          Result Assignment Register, Group 5
VADC_G5ICLASS0  0xF00218A0          Input Class Register 0, Group 5
VADC_G5ICLASS1  0xF00218A4          Input Class Register 1, Group 5
VADC_G5ALIAS    0xF00218B0          Alias Register, Group 5
VADC_G5BOUND    0xF00218B8          Boundary Select Register, Group 5
VADC_G5SYNCTR   0xF00218C0          Synchronization Control Register, Group 5
VADC_G5BFL      0xF00218C8          Boundary Flag Register, Group 5
VADC_G5BFLS     0xF00218CC          Boundary Flag Software Register, Group 5
VADC_G5BFLC     0xF00218D0          Boundary Flag Control Register, Group 5
VADC_G5BFLNP    0xF00218D4          Boundary Flag Node Pointer Register, Group 5
VADC_G5QCTRL0   0xF0021900          Queue 0 Source Control Register, Group 5
VADC_G5QMR0     0xF0021904          Queue 0 Mode Register, Group 5
VADC_G5QSR0     0xF0021908          Queue 0 Status Register, Group 5
VADC_G5Q0R0     0xF002190C          Queue 0 Register 0, Group 5
VADC_G5QBUR0    0xF0021910          Queue 0 Backup Register, Group 5
VADC_G5ASCTRL   0xF0021920          Autoscan Source Control Register, Group 5
VADC_G5ASMR     0xF0021924          Autoscan Source Mode Register, Group 5
VADC_G5ASSEL    0xF0021928          Autoscan Source Channel Select Register, Group 5
VADC_G5ASPND    0xF002192C          Autoscan Source Pending Register, Group 5
VADC_G5CEFLAG   0xF0021980          Channel Event Flag Register, Group 5
VADC_G5REFLAG   0xF0021984          Result Event Flag Register, Group 5
VADC_G5SEFLAG   0xF0021988          Source Event Flag Register, Group 5
VADC_G5CEFCLR   0xF0021990          Channel Event Flag Clear Register, Group 5
VADC_G5REFCLR   0xF0021994          Result Event Flag Clear Register, Group 5
VADC_G5SEFCLR   0xF0021998          Source Event Flag Clear Register, Group 5
VADC_G5CEVNP0   0xF00219A0          Channel Event Node Pointer Register 0, Group 5
VADC_G5REVNP0   0xF00219B0          Result Event Node Pointer Register 0, Group 5
VADC_G5REVNP1   0xF00219B4          Result Event Node Pointer Register 1, Group 5
VADC_G5SEVNP    0xF00219C0          Source Event Node Pointer Register, Group 5
VADC_G5SRACT    0xF00219C8          Service Request Software Activation Trigger, Group 5
VADC_G5EMUXCTR  0xF00219F0          External Multiplexer Control Register, Group 5
VADC_G5VFR      0xF00219F8          Valid Flag Register, Group 5
VADC_G5CHCTR0   0xF0021A00          Group 5, Channel 0 Ctrl. Reg.
VADC_G5CHCTR1   0xF0021A04          Group 5, Channel 1 Ctrl. Reg.
VADC_G5CHCTR2   0xF0021A08          Group 5, Channel 2 Ctrl. Reg.
VADC_G5CHCTR3   0xF0021A0C          Group 5, Channel 3 Ctrl. Reg.
VADC_G5CHCTR4   0xF0021A10          Group 5, Channel 4 Ctrl. Reg.
VADC_G5CHCTR5   0xF0021A14          Group 5, Channel 5 Ctrl. Reg.
VADC_G5CHCTR6   0xF0021A18          Group 5, Channel 6 Ctrl. Reg.
VADC_G5CHCTR7   0xF0021A1C          Group 5, Channel 7 Ctrl. Reg.
VADC_G5RCR0     0xF0021A80          Group 5 Result Control Reg. 0
VADC_G5RCR1     0xF0021A84          Group 5 Result Control Reg. 1
VADC_G5RCR2     0xF0021A88          Group 5 Result Control Reg. 2
VADC_G5RCR3     0xF0021A8C          Group 5 Result Control Reg. 3
VADC_G5RCR4     0xF0021A90          Group 5 Result Control Reg. 4
VADC_G5RCR5     0xF0021A94          Group 5 Result Control Reg. 5
VADC_G5RCR6     0xF0021A98          Group 5 Result Control Reg. 6
VADC_G5RCR7     0xF0021A9C          Group 5 Result Control Reg. 7
VADC_G5RCR8     0xF0021AA0          Group 5 Result Control Reg. 8
VADC_G5RCR9     0xF0021AA4          Group 5 Result Control Reg. 9
VADC_G5RCR10    0xF0021AA8          Group 5 Result Control Reg. 10
VADC_G5RCR11    0xF0021AAC          Group 5 Result Control Reg. 11
VADC_G5RCR12    0xF0021AB0          Group 5 Result Control Reg. 12
VADC_G5RCR13    0xF0021AB4          Group 5 Result Control Reg. 13
VADC_G5RCR14    0xF0021AB8          Group 5 Result Control Reg. 14
VADC_G5RCR15    0xF0021ABC          Group 5 Result Control Reg. 15
VADC_G5RES0     0xF0021B00          Group 5 Result Register 0
VADC_G5RES1     0xF0021B04          Group 5 Result Register 1
VADC_G5RES2     0xF0021B08          Group 5 Result Register 2
VADC_G5RES3     0xF0021B0C          Group 5 Result Register 3
VADC_G5RES4     0xF0021B10          Group 5 Result Register 4
VADC_G5RES5     0xF0021B14          Group 5 Result Register 5
VADC_G5RES6     0xF0021B18          Group 5 Result Register 6
VADC_G5RES7     0xF0021B1C          Group 5 Result Register 7
VADC_G5RES8     0xF0021B20          Group 5 Result Register 8
VADC_G5RES9     0xF0021B24          Group 5 Result Register 9
VADC_G5RES10    0xF0021B28          Group 5 Result Register 10
VADC_G5RES11    0xF0021B2C          Group 5 Result Register 11
VADC_G5RES12    0xF0021B30          Group 5 Result Register 12
VADC_G5RES13    0xF0021B34          Group 5 Result Register 13
VADC_G5RES14    0xF0021B38          Group 5 Result Register 14
VADC_G5RES15    0xF0021B3C          Group 5 Result Register 15
VADC_G5RESD0    0xF0021B80          Group 5 Result Reg. 0, Debug
VADC_G5RESD1    0xF0021B84          Group 5 Result Reg. 1, Debug
VADC_G5RESD2    0xF0021B88          Group 5 Result Reg. 2, Debug
VADC_G5RESD3    0xF0021B8C          Group 5 Result Reg. 3, Debug
VADC_G5RESD4    0xF0021B90          Group 5 Result Reg. 4, Debug
VADC_G5RESD5    0xF0021B94          Group 5 Result Reg. 5, Debug
VADC_G5RESD6    0xF0021B98          Group 5 Result Reg. 6, Debug
VADC_G5RESD7    0xF0021B9C          Group 5 Result Reg. 7, Debug
VADC_G5RESD8    0xF0021BA0          Group 5 Result Reg. 8, Debug
VADC_G5RESD9    0xF0021BA4          Group 5 Result Reg. 9, Debug
VADC_G5RESD10   0xF0021BA8          Group 5 Result Reg. 10, Debug
VADC_G5RESD11   0xF0021BAC          Group 5 Result Reg. 11, Debug
VADC_G5RESD12   0xF0021BB0          Group 5 Result Reg. 12, Debug
VADC_G5RESD13   0xF0021BB4          Group 5 Result Reg. 13, Debug
VADC_G5RESD14   0xF0021BB8          Group 5 Result Reg. 14, Debug
VADC_G5RESD15   0xF0021BBC          Group 5 Result Reg. 15, Debug
VADC_G6ARBCFG   0xF0021C80          Arbitration Configuration Register, Group 6
VADC_G6ARBPR    0xF0021C84          Arbitration Priority Register, Group 6
VADC_G6CHASS    0xF0021C88          Channel Assignment Register, Group 6
VADC_G6RRASS    0xF0021C8C          Result Assignment Register, Group 6
VADC_G6ICLASS0  0xF0021CA0          Input Class Register 0, Group 6
VADC_G6ICLASS1  0xF0021CA4          Input Class Register 1, Group 6
VADC_G6ALIAS    0xF0021CB0          Alias Register, Group 6
VADC_G6BOUND    0xF0021CB8          Boundary Select Register, Group 6
VADC_G6SYNCTR   0xF0021CC0          Synchronization Control Register, Group 6
VADC_G6BFL      0xF0021CC8          Boundary Flag Register, Group 6
VADC_G6BFLS     0xF0021CCC          Boundary Flag Software Register, Group 6
VADC_G6BFLC     0xF0021CD0          Boundary Flag Control Register, Group 6
VADC_G6BFLNP    0xF0021CD4          Boundary Flag Node Pointer Register, Group 6
VADC_G6QCTRL0   0xF0021D00          Queue 0 Source Control Register, Group 6
VADC_G6QMR0     0xF0021D04          Queue 0 Mode Register, Group 6
VADC_G6QSR0     0xF0021D08          Queue 0 Status Register, Group 6
VADC_G6Q0R0     0xF0021D0C          Queue 0 Register 0, Group 6
VADC_G6QBUR0    0xF0021D10          Queue 0 Backup Register, Group 6
VADC_G6ASCTRL   0xF0021D20          Autoscan Source Control Register, Group 6
VADC_G6ASMR     0xF0021D24          Autoscan Source Mode Register, Group 6
VADC_G6ASSEL    0xF0021D28          Autoscan Source Channel Select Register, Group 6
VADC_G6ASPND    0xF0021D2C          Autoscan Source Pending Register, Group 6
VADC_G6CEFLAG   0xF0021D80          Channel Event Flag Register, Group 6
VADC_G6REFLAG   0xF0021D84          Result Event Flag Register, Group 6
VADC_G6SEFLAG   0xF0021D88          Source Event Flag Register, Group 6
VADC_G6CEFCLR   0xF0021D90          Channel Event Flag Clear Register, Group 6
VADC_G6REFCLR   0xF0021D94          Result Event Flag Clear Register, Group 6
VADC_G6SEFCLR   0xF0021D98          Source Event Flag Clear Register, Group 6
VADC_G6CEVNP0   0xF0021DA0          Channel Event Node Pointer Register 0, Group 6
VADC_G6REVNP0   0xF0021DB0          Result Event Node Pointer Register 0, Group 6
VADC_G6REVNP1   0xF0021DB4          Result Event Node Pointer Register 1, Group 6
VADC_G6SEVNP    0xF0021DC0          Source Event Node Pointer Register, Group 6
VADC_G6SRACT    0xF0021DC8          Service Request Software Activation Trigger, Group 6
VADC_G6EMUXCTR  0xF0021DF0          External Multiplexer Control Register, Group 6
VADC_G6VFR      0xF0021DF8          Valid Flag Register, Group 6
VADC_G6CHCTR0   0xF0021E00          Group 6, Channel 0 Ctrl. Reg.
VADC_G6CHCTR1   0xF0021E04          Group 6, Channel 1 Ctrl. Reg.
VADC_G6CHCTR2   0xF0021E08          Group 6, Channel 2 Ctrl. Reg.
VADC_G6CHCTR3   0xF0021E0C          Group 6, Channel 3 Ctrl. Reg.
VADC_G6CHCTR4   0xF0021E10          Group 6, Channel 4 Ctrl. Reg.
VADC_G6CHCTR5   0xF0021E14          Group 6, Channel 5 Ctrl. Reg.
VADC_G6CHCTR6   0xF0021E18          Group 6, Channel 6 Ctrl. Reg.
VADC_G6CHCTR7   0xF0021E1C          Group 6, Channel 7 Ctrl. Reg.
VADC_G6RCR0     0xF0021E80          Group 6 Result Control Reg. 0
VADC_G6RCR1     0xF0021E84          Group 6 Result Control Reg. 1
VADC_G6RCR2     0xF0021E88          Group 6 Result Control Reg. 2
VADC_G6RCR3     0xF0021E8C          Group 6 Result Control Reg. 3
VADC_G6RCR4     0xF0021E90          Group 6 Result Control Reg. 4
VADC_G6RCR5     0xF0021E94          Group 6 Result Control Reg. 5
VADC_G6RCR6     0xF0021E98          Group 6 Result Control Reg. 6
VADC_G6RCR7     0xF0021E9C          Group 6 Result Control Reg. 7
VADC_G6RCR8     0xF0021EA0          Group 6 Result Control Reg. 8
VADC_G6RCR9     0xF0021EA4          Group 6 Result Control Reg. 9
VADC_G6RCR10    0xF0021EA8          Group 6 Result Control Reg. 10
VADC_G6RCR11    0xF0021EAC          Group 6 Result Control Reg. 11
VADC_G6RCR12    0xF0021EB0          Group 6 Result Control Reg. 12
VADC_G6RCR13    0xF0021EB4          Group 6 Result Control Reg. 13
VADC_G6RCR14    0xF0021EB8          Group 6 Result Control Reg. 14
VADC_G6RCR15    0xF0021EBC          Group 6 Result Control Reg. 15
VADC_G6RES0     0xF0021F00          Group 6 Result Register 0
VADC_G6RES1     0xF0021F04          Group 6 Result Register 1
VADC_G6RES2     0xF0021F08          Group 6 Result Register 2
VADC_G6RES3     0xF0021F0C          Group 6 Result Register 3
VADC_G6RES4     0xF0021F10          Group 6 Result Register 4
VADC_G6RES5     0xF0021F14          Group 6 Result Register 5
VADC_G6RES6     0xF0021F18          Group 6 Result Register 6
VADC_G6RES7     0xF0021F1C          Group 6 Result Register 7
VADC_G6RES8     0xF0021F20          Group 6 Result Register 8
VADC_G6RES9     0xF0021F24          Group 6 Result Register 9
VADC_G6RES10    0xF0021F28          Group 6 Result Register 10
VADC_G6RES11    0xF0021F2C          Group 6 Result Register 11
VADC_G6RES12    0xF0021F30          Group 6 Result Register 12
VADC_G6RES13    0xF0021F34          Group 6 Result Register 13
VADC_G6RES14    0xF0021F38          Group 6 Result Register 14
VADC_G6RES15    0xF0021F3C          Group 6 Result Register 15
VADC_G6RESD0    0xF0021F80          Group 6 Result Reg. 0, Debug
VADC_G6RESD1    0xF0021F84          Group 6 Result Reg. 1, Debug
VADC_G6RESD2    0xF0021F88          Group 6 Result Reg. 2, Debug
VADC_G6RESD3    0xF0021F8C          Group 6 Result Reg. 3, Debug
VADC_G6RESD4    0xF0021F90          Group 6 Result Reg. 4, Debug
VADC_G6RESD5    0xF0021F94          Group 6 Result Reg. 5, Debug
VADC_G6RESD6    0xF0021F98          Group 6 Result Reg. 6, Debug
VADC_G6RESD7    0xF0021F9C          Group 6 Result Reg. 7, Debug
VADC_G6RESD8    0xF0021FA0          Group 6 Result Reg. 8, Debug
VADC_G6RESD9    0xF0021FA4          Group 6 Result Reg. 9, Debug
VADC_G6RESD10   0xF0021FA8          Group 6 Result Reg. 10, Debug
VADC_G6RESD11   0xF0021FAC          Group 6 Result Reg. 11, Debug
VADC_G6RESD12   0xF0021FB0          Group 6 Result Reg. 12, Debug
VADC_G6RESD13   0xF0021FB4          Group 6 Result Reg. 13, Debug
VADC_G6RESD14   0xF0021FB8          Group 6 Result Reg. 14, Debug
VADC_G6RESD15   0xF0021FBC          Group 6 Result Reg. 15, Debug
VADC_G7ARBCFG   0xF0022080          Arbitration Configuration Register, Group 7
VADC_G7ARBPR    0xF0022084          Arbitration Priority Register, Group 7
VADC_G7CHASS    0xF0022088          Channel Assignment Register, Group 7
VADC_G7RRASS    0xF002208C          Result Assignment Register, Group 7
VADC_G7ICLASS0  0xF00220A0          Input Class Register 0, Group 7
VADC_G7ICLASS1  0xF00220A4          Input Class Register 1, Group 7
VADC_G7ALIAS    0xF00220B0          Alias Register, Group 7
VADC_G7BOUND    0xF00220B8          Boundary Select Register, Group 7
VADC_G7SYNCTR   0xF00220C0          Synchronization Control Register, Group 7
VADC_G7BFL      0xF00220C8          Boundary Flag Register, Group 7
VADC_G7BFLS     0xF00220CC          Boundary Flag Software Register, Group 7
VADC_G7BFLC     0xF00220D0          Boundary Flag Control Register, Group 7
VADC_G7BFLNP    0xF00220D4          Boundary Flag Node Pointer Register, Group 7
VADC_G7QCTRL0   0xF0022100          Queue 0 Source Control Register, Group 7
VADC_G7QMR0     0xF0022104          Queue 0 Mode Register, Group 7
VADC_G7QSR0     0xF0022108          Queue 0 Status Register, Group 7
VADC_G7Q0R0     0xF002210C          Queue 0 Register 0, Group 7
VADC_G7QBUR0    0xF0022110          Queue 0 Backup Register, Group 7
VADC_G7ASCTRL   0xF0022120          Autoscan Source Control Register, Group 7
VADC_G7ASMR     0xF0022124          Autoscan Source Mode Register, Group 7
VADC_G7ASSEL    0xF0022128          Autoscan Source Channel Select Register, Group 7
VADC_G7ASPND    0xF002212C          Autoscan Source Pending Register, Group 7
VADC_G7CEFLAG   0xF0022180          Channel Event Flag Register, Group 7
VADC_G7REFLAG   0xF0022184          Result Event Flag Register, Group 7
VADC_G7SEFLAG   0xF0022188          Source Event Flag Register, Group 7
VADC_G7CEFCLR   0xF0022190          Channel Event Flag Clear Register, Group 7
VADC_G7REFCLR   0xF0022194          Result Event Flag Clear Register, Group 7
VADC_G7SEFCLR   0xF0022198          Source Event Flag Clear Register, Group 7
VADC_G7CEVNP0   0xF00221A0          Channel Event Node Pointer Register 0, Group 7
VADC_G7REVNP0   0xF00221B0          Result Event Node Pointer Register 0, Group 7
VADC_G7REVNP1   0xF00221B4          Result Event Node Pointer Register 1, Group 7
VADC_G7SEVNP    0xF00221C0          Source Event Node Pointer Register, Group 7
VADC_G7SRACT    0xF00221C8          Service Request Software Activation Trigger, Group 7
VADC_G7EMUXCTR  0xF00221F0          External Multiplexer Control Register, Group 7
VADC_G7VFR      0xF00221F8          Valid Flag Register, Group 7
VADC_G7CHCTR0   0xF0022200          Group 7, Channel 0 Ctrl. Reg.
VADC_G7CHCTR1   0xF0022204          Group 7, Channel 1 Ctrl. Reg.
VADC_G7CHCTR2   0xF0022208          Group 7, Channel 2 Ctrl. Reg.
VADC_G7CHCTR3   0xF002220C          Group 7, Channel 3 Ctrl. Reg.
VADC_G7CHCTR4   0xF0022210          Group 7, Channel 4 Ctrl. Reg.
VADC_G7CHCTR5   0xF0022214          Group 7, Channel 5 Ctrl. Reg.
VADC_G7CHCTR6   0xF0022218          Group 7, Channel 6 Ctrl. Reg.
VADC_G7CHCTR7   0xF002221C          Group 7, Channel 7 Ctrl. Reg.
VADC_G7RCR0     0xF0022280          Group 7 Result Control Reg. 0
VADC_G7RCR1     0xF0022284          Group 7 Result Control Reg. 1
VADC_G7RCR2     0xF0022288          Group 7 Result Control Reg. 2
VADC_G7RCR3     0xF002228C          Group 7 Result Control Reg. 3
VADC_G7RCR4     0xF0022290          Group 7 Result Control Reg. 4
VADC_G7RCR5     0xF0022294          Group 7 Result Control Reg. 5
VADC_G7RCR6     0xF0022298          Group 7 Result Control Reg. 6
VADC_G7RCR7     0xF002229C          Group 7 Result Control Reg. 7
VADC_G7RCR8     0xF00222A0          Group 7 Result Control Reg. 8
VADC_G7RCR9     0xF00222A4          Group 7 Result Control Reg. 9
VADC_G7RCR10    0xF00222A8          Group 7 Result Control Reg. 10
VADC_G7RCR11    0xF00222AC          Group 7 Result Control Reg. 11
VADC_G7RCR12    0xF00222B0          Group 7 Result Control Reg. 12
VADC_G7RCR13    0xF00222B4          Group 7 Result Control Reg. 13
VADC_G7RCR14    0xF00222B8          Group 7 Result Control Reg. 14
VADC_G7RCR15    0xF00222BC          Group 7 Result Control Reg. 15
VADC_G7RES0     0xF0022300          Group 7 Result Register 0
VADC_G7RES1     0xF0022304          Group 7 Result Register 1
VADC_G7RES2     0xF0022308          Group 7 Result Register 2
VADC_G7RES3     0xF002230C          Group 7 Result Register 3
VADC_G7RES4     0xF0022310          Group 7 Result Register 4
VADC_G7RES5     0xF0022314          Group 7 Result Register 5
VADC_G7RES6     0xF0022318          Group 7 Result Register 6
VADC_G7RES7     0xF002231C          Group 7 Result Register 7
VADC_G7RES8     0xF0022320          Group 7 Result Register 8
VADC_G7RES9     0xF0022324          Group 7 Result Register 9
VADC_G7RES10    0xF0022328          Group 7 Result Register 10
VADC_G7RES11    0xF002232C          Group 7 Result Register 11
VADC_G7RES12    0xF0022330          Group 7 Result Register 12
VADC_G7RES13    0xF0022334          Group 7 Result Register 13
VADC_G7RES14    0xF0022338          Group 7 Result Register 14
VADC_G7RES15    0xF002233C          Group 7 Result Register 15
VADC_G7RESD0    0xF0022380          Group 7 Result Reg. 0, Debug
VADC_G7RESD1    0xF0022384          Group 7 Result Reg. 1, Debug
VADC_G7RESD2    0xF0022388          Group 7 Result Reg. 2, Debug
VADC_G7RESD3    0xF002238C          Group 7 Result Reg. 3, Debug
VADC_G7RESD4    0xF0022390          Group 7 Result Reg. 4, Debug
VADC_G7RESD5    0xF0022394          Group 7 Result Reg. 5, Debug
VADC_G7RESD6    0xF0022398          Group 7 Result Reg. 6, Debug
VADC_G7RESD7    0xF002239C          Group 7 Result Reg. 7, Debug
VADC_G7RESD8    0xF00223A0          Group 7 Result Reg. 8, Debug
VADC_G7RESD9    0xF00223A4          Group 7 Result Reg. 9, Debug
VADC_G7RESD10   0xF00223A8          Group 7 Result Reg. 10, Debug
VADC_G7RESD11   0xF00223AC          Group 7 Result Reg. 11, Debug
VADC_G7RESD12   0xF00223B0          Group 7 Result Reg. 12, Debug
VADC_G7RESD13   0xF00223B4          Group 7 Result Reg. 13, Debug
VADC_G7RESD14   0xF00223B8          Group 7 Result Reg. 14, Debug
VADC_G7RESD15   0xF00223BC          Group 7 Result Reg. 15, Debug
VADC_G8ARBCFG   0xF0022480          Arbitration Configuration Register, Group 8
VADC_G8ARBPR    0xF0022484          Arbitration Priority Register, Group 8
VADC_G8CHASS    0xF0022488          Channel Assignment Register, Group 8
VADC_G8RRASS    0xF002248C          Result Assignment Register, Group 8
VADC_G8ICLASS0  0xF00224A0          Input Class Register 0, Group 8
VADC_G8ICLASS1  0xF00224A4          Input Class Register 1, Group 8
VADC_G8ALIAS    0xF00224B0          Alias Register, Group 8
VADC_G8BOUND    0xF00224B8          Boundary Select Register, Group 8
VADC_G8SYNCTR   0xF00224C0          Synchronization Control Register, Group 8
VADC_G8BFL      0xF00224C8          Boundary Flag Register, Group 8
VADC_G8BFLS     0xF00224CC          Boundary Flag Software Register, Group 8
VADC_G8BFLC     0xF00224D0          Boundary Flag Control Register, Group 8
VADC_G8BFLNP    0xF00224D4          Boundary Flag Node Pointer Register, Group 8
VADC_G8QCTRL0   0xF0022500          Queue 0 Source Control Register, Group 8
VADC_G8QMR0     0xF0022504          Queue 0 Mode Register, Group 8
VADC_G8QSR0     0xF0022508          Queue 0 Status Register, Group 8
VADC_G8Q0R0     0xF002250C          Queue 0 Register 0, Group 8
VADC_G8QBUR0    0xF0022510          Queue 0 Backup Register, Group 8
VADC_G8ASCTRL   0xF0022520          Autoscan Source Control Register, Group 8
VADC_G8ASMR     0xF0022524          Autoscan Source Mode Register, Group 8
VADC_G8ASSEL    0xF0022528          Autoscan Source Channel Select Register, Group 8
VADC_G8ASPND    0xF002252C          Autoscan Source Pending Register, Group 8
VADC_G8CEFLAG   0xF0022580          Channel Event Flag Register, Group 8
VADC_G8REFLAG   0xF0022584          Result Event Flag Register, Group 8
VADC_G8SEFLAG   0xF0022588          Source Event Flag Register, Group 8
VADC_G8CEFCLR   0xF0022590          Channel Event Flag Clear Register, Group 8
VADC_G8REFCLR   0xF0022594          Result Event Flag Clear Register, Group 8
VADC_G8SEFCLR   0xF0022598          Source Event Flag Clear Register, Group 8
VADC_G8CEVNP0   0xF00225A0          Channel Event Node Pointer Register 0, Group 8
VADC_G8REVNP0   0xF00225B0          Result Event Node Pointer Register 0, Group 8
VADC_G8REVNP1   0xF00225B4          Result Event Node Pointer Register 1, Group 8
VADC_G8SEVNP    0xF00225C0          Source Event Node Pointer Register, Group 8
VADC_G8SRACT    0xF00225C8          Service Request Software Activation Trigger, Group 8
VADC_G8EMUXCTR  0xF00225F0          External Multiplexer Control Register, Group 8
VADC_G8VFR      0xF00225F8          Valid Flag Register, Group 8
VADC_G8CHCTR0   0xF0022600          Group 8, Channel 0 Ctrl. Reg.
VADC_G8CHCTR1   0xF0022604          Group 8, Channel 1 Ctrl. Reg.
VADC_G8CHCTR2   0xF0022608          Group 8, Channel 2 Ctrl. Reg.
VADC_G8CHCTR3   0xF002260C          Group 8, Channel 3 Ctrl. Reg.
VADC_G8CHCTR4   0xF0022610          Group 8, Channel 4 Ctrl. Reg.
VADC_G8CHCTR5   0xF0022614          Group 8, Channel 5 Ctrl. Reg.
VADC_G8CHCTR6   0xF0022618          Group 8, Channel 6 Ctrl. Reg.
VADC_G8CHCTR7   0xF002261C          Group 8, Channel 7 Ctrl. Reg.
VADC_G8RCR0     0xF0022680          Group 8 Result Control Reg. 0
VADC_G8RCR1     0xF0022684          Group 8 Result Control Reg. 1
VADC_G8RCR2     0xF0022688          Group 8 Result Control Reg. 2
VADC_G8RCR3     0xF002268C          Group 8 Result Control Reg. 3
VADC_G8RCR4     0xF0022690          Group 8 Result Control Reg. 4
VADC_G8RCR5     0xF0022694          Group 8 Result Control Reg. 5
VADC_G8RCR6     0xF0022698          Group 8 Result Control Reg. 6
VADC_G8RCR7     0xF002269C          Group 8 Result Control Reg. 7
VADC_G8RCR8     0xF00226A0          Group 8 Result Control Reg. 8
VADC_G8RCR9     0xF00226A4          Group 8 Result Control Reg. 9
VADC_G8RCR10    0xF00226A8          Group 8 Result Control Reg. 10
VADC_G8RCR11    0xF00226AC          Group 8 Result Control Reg. 11
VADC_G8RCR12    0xF00226B0          Group 8 Result Control Reg. 12
VADC_G8RCR13    0xF00226B4          Group 8 Result Control Reg. 13
VADC_G8RCR14    0xF00226B8          Group 8 Result Control Reg. 14
VADC_G8RCR15    0xF00226BC          Group 8 Result Control Reg. 15
VADC_G8RES0     0xF0022700          Group 8 Result Register 0
VADC_G8RES1     0xF0022704          Group 8 Result Register 1
VADC_G8RES2     0xF0022708          Group 8 Result Register 2
VADC_G8RES3     0xF002270C          Group 8 Result Register 3
VADC_G8RES4     0xF0022710          Group 8 Result Register 4
VADC_G8RES5     0xF0022714          Group 8 Result Register 5
VADC_G8RES6     0xF0022718          Group 8 Result Register 6
VADC_G8RES7     0xF002271C          Group 8 Result Register 7
VADC_G8RES8     0xF0022720          Group 8 Result Register 8
VADC_G8RES9     0xF0022724          Group 8 Result Register 9
VADC_G8RES10    0xF0022728          Group 8 Result Register 10
VADC_G8RES11    0xF002272C          Group 8 Result Register 11
VADC_G8RES12    0xF0022730          Group 8 Result Register 12
VADC_G8RES13    0xF0022734          Group 8 Result Register 13
VADC_G8RES14    0xF0022738          Group 8 Result Register 14
VADC_G8RES15    0xF002273C          Group 8 Result Register 15
VADC_G8RESD0    0xF0022780          Group 8 Result Reg. 0, Debug
VADC_G8RESD1    0xF0022784          Group 8 Result Reg. 1, Debug
VADC_G8RESD2    0xF0022788          Group 8 Result Reg. 2, Debug
VADC_G8RESD3    0xF002278C          Group 8 Result Reg. 3, Debug
VADC_G8RESD4    0xF0022790          Group 8 Result Reg. 4, Debug
VADC_G8RESD5    0xF0022794          Group 8 Result Reg. 5, Debug
VADC_G8RESD6    0xF0022798          Group 8 Result Reg. 6, Debug
VADC_G8RESD7    0xF002279C          Group 8 Result Reg. 7, Debug
VADC_G8RESD8    0xF00227A0          Group 8 Result Reg. 8, Debug
VADC_G8RESD9    0xF00227A4          Group 8 Result Reg. 9, Debug
VADC_G8RESD10   0xF00227A8          Group 8 Result Reg. 10, Debug
VADC_G8RESD11   0xF00227AC          Group 8 Result Reg. 11, Debug
VADC_G8RESD12   0xF00227B0          Group 8 Result Reg. 12, Debug
VADC_G8RESD13   0xF00227B4          Group 8 Result Reg. 13, Debug
VADC_G8RESD14   0xF00227B8          Group 8 Result Reg. 14, Debug
VADC_G8RESD15   0xF00227BC          Group 8 Result Reg. 15, Debug
VADC_G9ARBCFG   0xF0022880          Arbitration Configuration Register, Group 9
VADC_G9ARBPR    0xF0022884          Arbitration Priority Register, Group 9
VADC_G9CHASS    0xF0022888          Channel Assignment Register, Group 9
VADC_G9RRASS    0xF002288C          Result Assignment Register, Group 9
VADC_G9ICLASS0  0xF00228A0          Input Class Register 0, Group 9
VADC_G9ICLASS1  0xF00228A4          Input Class Register 1, Group 9
VADC_G9ALIAS    0xF00228B0          Alias Register, Group 9
VADC_G9BOUND    0xF00228B8          Boundary Select Register, Group 9
VADC_G9SYNCTR   0xF00228C0          Synchronization Control Register, Group 9
VADC_G9BFL      0xF00228C8          Boundary Flag Register, Group 9
VADC_G9BFLS     0xF00228CC          Boundary Flag Software Register, Group 9
VADC_G9BFLC     0xF00228D0          Boundary Flag Control Register, Group 9
VADC_G9BFLNP    0xF00228D4          Boundary Flag Node Pointer Register, Group 9
VADC_G9QCTRL0   0xF0022900          Queue 0 Source Control Register, Group 9
VADC_G9QMR0     0xF0022904          Queue 0 Mode Register, Group 9
VADC_G9QSR0     0xF0022908          Queue 0 Status Register, Group 9
VADC_G9Q0R0     0xF002290C          Queue 0 Register 0, Group 9
VADC_G9QBUR0    0xF0022910          Queue 0 Backup Register, Group 9
VADC_G9ASCTRL   0xF0022920          Autoscan Source Control Register, Group 9
VADC_G9ASMR     0xF0022924          Autoscan Source Mode Register, Group 9
VADC_G9ASSEL    0xF0022928          Autoscan Source Channel Select Register, Group 9
VADC_G9ASPND    0xF002292C          Autoscan Source Pending Register, Group 9
VADC_G9CEFLAG   0xF0022980          Channel Event Flag Register, Group 9
VADC_G9REFLAG   0xF0022984          Result Event Flag Register, Group 9
VADC_G9SEFLAG   0xF0022988          Source Event Flag Register, Group 9
VADC_G9CEFCLR   0xF0022990          Channel Event Flag Clear Register, Group 9
VADC_G9REFCLR   0xF0022994          Result Event Flag Clear Register, Group 9
VADC_G9SEFCLR   0xF0022998          Source Event Flag Clear Register, Group 9
VADC_G9CEVNP0   0xF00229A0          Channel Event Node Pointer Register 0, Group 9
VADC_G9REVNP0   0xF00229B0          Result Event Node Pointer Register 0, Group 9
VADC_G9REVNP1   0xF00229B4          Result Event Node Pointer Register 1, Group 9
VADC_G9SEVNP    0xF00229C0          Source Event Node Pointer Register, Group 9
VADC_G9SRACT    0xF00229C8          Service Request Software Activation Trigger, Group 9
VADC_G9EMUXCTR  0xF00229F0          External Multiplexer Control Register, Group 9
VADC_G9VFR      0xF00229F8          Valid Flag Register, Group 9
VADC_G9CHCTR0   0xF0022A00          Group 9, Channel 0 Ctrl. Reg.
VADC_G9CHCTR1   0xF0022A04          Group 9, Channel 1 Ctrl. Reg.
VADC_G9CHCTR2   0xF0022A08          Group 9, Channel 2 Ctrl. Reg.
VADC_G9CHCTR3   0xF0022A0C          Group 9, Channel 3 Ctrl. Reg.
VADC_G9CHCTR4   0xF0022A10          Group 9, Channel 4 Ctrl. Reg.
VADC_G9CHCTR5   0xF0022A14          Group 9, Channel 5 Ctrl. Reg.
VADC_G9CHCTR6   0xF0022A18          Group 9, Channel 6 Ctrl. Reg.
VADC_G9CHCTR7   0xF0022A1C          Group 9, Channel 7 Ctrl. Reg.
VADC_G9RCR0     0xF0022A80          Group 9 Result Control Reg. 0
VADC_G9RCR1     0xF0022A84          Group 9 Result Control Reg. 1
VADC_G9RCR2     0xF0022A88          Group 9 Result Control Reg. 2
VADC_G9RCR3     0xF0022A8C          Group 9 Result Control Reg. 3
VADC_G9RCR4     0xF0022A90          Group 9 Result Control Reg. 4
VADC_G9RCR5     0xF0022A94          Group 9 Result Control Reg. 5
VADC_G9RCR6     0xF0022A98          Group 9 Result Control Reg. 6
VADC_G9RCR7     0xF0022A9C          Group 9 Result Control Reg. 7
VADC_G9RCR8     0xF0022AA0          Group 9 Result Control Reg. 8
VADC_G9RCR9     0xF0022AA4          Group 9 Result Control Reg. 9
VADC_G9RCR10    0xF0022AA8          Group 9 Result Control Reg. 10
VADC_G9RCR11    0xF0022AAC          Group 9 Result Control Reg. 11
VADC_G9RCR12    0xF0022AB0          Group 9 Result Control Reg. 12
VADC_G9RCR13    0xF0022AB4          Group 9 Result Control Reg. 13
VADC_G9RCR14    0xF0022AB8          Group 9 Result Control Reg. 14
VADC_G9RCR15    0xF0022ABC          Group 9 Result Control Reg. 15
VADC_G9RES0     0xF0022B00          Group 9 Result Register 0
VADC_G9RES1     0xF0022B04          Group 9 Result Register 1
VADC_G9RES2     0xF0022B08          Group 9 Result Register 2
VADC_G9RES3     0xF0022B0C          Group 9 Result Register 3
VADC_G9RES4     0xF0022B10          Group 9 Result Register 4
VADC_G9RES5     0xF0022B14          Group 9 Result Register 5
VADC_G9RES6     0xF0022B18          Group 9 Result Register 6
VADC_G9RES7     0xF0022B1C          Group 9 Result Register 7
VADC_G9RES8     0xF0022B20          Group 9 Result Register 8
VADC_G9RES9     0xF0022B24          Group 9 Result Register 9
VADC_G9RES10    0xF0022B28          Group 9 Result Register 10
VADC_G9RES11    0xF0022B2C          Group 9 Result Register 11
VADC_G9RES12    0xF0022B30          Group 9 Result Register 12
VADC_G9RES13    0xF0022B34          Group 9 Result Register 13
VADC_G9RES14    0xF0022B38          Group 9 Result Register 14
VADC_G9RES15    0xF0022B3C          Group 9 Result Register 15
VADC_G9RESD0    0xF0022B80          Group 9 Result Reg. 0, Debug
VADC_G9RESD1    0xF0022B84          Group 9 Result Reg. 1, Debug
VADC_G9RESD2    0xF0022B88          Group 9 Result Reg. 2, Debug
VADC_G9RESD3    0xF0022B8C          Group 9 Result Reg. 3, Debug
VADC_G9RESD4    0xF0022B90          Group 9 Result Reg. 4, Debug
VADC_G9RESD5    0xF0022B94          Group 9 Result Reg. 5, Debug
VADC_G9RESD6    0xF0022B98          Group 9 Result Reg. 6, Debug
VADC_G9RESD7    0xF0022B9C          Group 9 Result Reg. 7, Debug
VADC_G9RESD8    0xF0022BA0          Group 9 Result Reg. 8, Debug
VADC_G9RESD9    0xF0022BA4          Group 9 Result Reg. 9, Debug
VADC_G9RESD10   0xF0022BA8          Group 9 Result Reg. 10, Debug
VADC_G9RESD11   0xF0022BAC          Group 9 Result Reg. 11, Debug
VADC_G9RESD12   0xF0022BB0          Group 9 Result Reg. 12, Debug
VADC_G9RESD13   0xF0022BB4          Group 9 Result Reg. 13, Debug
VADC_G9RESD14   0xF0022BB8          Group 9 Result Reg. 14, Debug
VADC_G9RESD15   0xF0022BBC          Group 9 Result Reg. 15, Debug
VADC_G10ARBCFG  0xF0022C80          Arbitration Configuration Register, Group 10
VADC_G10ARBPR   0xF0022C84          Arbitration Priority Register, Group 10
VADC_G10CHASS   0xF0022C88          Channel Assignment Register, Group 10
VADC_G10RRASS   0xF0022C8C          Result Assignment Register, Group 10
VADC_G10ICLASS0 0xF0022CA0          Input Class Register 0, Group 10
VADC_G10ICLASS1 0xF0022CA4          Input Class Register 1, Group 10
VADC_G10ALIAS   0xF0022CB0          Alias Register, Group 10
VADC_G10BOUND   0xF0022CB8          Boundary Select Register, Group 10
VADC_G10SYNCTR  0xF0022CC0          Synchronization Control Register, Group 10
VADC_G10BFL     0xF0022CC8          Boundary Flag Register, Group 10
VADC_G10BFLS    0xF0022CCC          Boundary Flag Software Register, Group 10
VADC_G10BFLC    0xF0022CD0          Boundary Flag Control Register, Group 10
VADC_G10BFLNP   0xF0022CD4          Boundary Flag Node Pointer Register, Group 10
VADC_G10QCTRL0  0xF0022D00          Queue 0 Source Control Register, Group 10
VADC_G10QMR0    0xF0022D04          Queue 0 Mode Register, Group 10
VADC_G10QSR0    0xF0022D08          Queue 0 Status Register, Group 10
VADC_G10Q0R0    0xF0022D0C          Queue 0 Register 0, Group 10
VADC_G10QBUR0   0xF0022D10          Queue 0 Backup Register, Group 10
VADC_G10ASCTRL  0xF0022D20          Autoscan Source Control Register, Group 10
VADC_G10ASMR    0xF0022D24          Autoscan Source Mode Register, Group 10
VADC_G10ASSEL   0xF0022D28          Autoscan Source Channel Select Register, Group 10
VADC_G10ASPND   0xF0022D2C          Autoscan Source Pending Register, Group 10
VADC_G10CEFLAG  0xF0022D80          Channel Event Flag Register, Group 10
VADC_G10REFLAG  0xF0022D84          Result Event Flag Register, Group 10
VADC_G10SEFLAG  0xF0022D88          Source Event Flag Register, Group 10
VADC_G10CEFCLR  0xF0022D90          Channel Event Flag Clear Register, Group 10
VADC_G10REFCLR  0xF0022D94          Result Event Flag Clear Register, Group 10
VADC_G10SEFCLR  0xF0022D98          Source Event Flag Clear Register, Group 10
VADC_G10CEVNP0  0xF0022DA0          Channel Event Node Pointer Register 0, Group 10
VADC_G10REVNP0  0xF0022DB0          Result Event Node Pointer Register 0, Group 10
VADC_G10REVNP1  0xF0022DB4          Result Event Node Pointer Register 1, Group 10
VADC_G10SEVNP   0xF0022DC0          Source Event Node Pointer Register, Group 10
VADC_G10SRACT   0xF0022DC8          Service Request Software Activation Trigger, Group 10
VADC_G10EMUXCTR 0xF0022DF0          External Multiplexer Control Register, Group 10
VADC_G10VFR     0xF0022DF8          Valid Flag Register, Group 10
VADC_G10CHCTR0  0xF0022E00          Group 10, Channel 0 Ctrl. Reg.
VADC_G10CHCTR1  0xF0022E04          Group 10, Channel 1 Ctrl. Reg.
VADC_G10CHCTR2  0xF0022E08          Group 10, Channel 2 Ctrl. Reg.
VADC_G10CHCTR3  0xF0022E0C          Group 10, Channel 3 Ctrl. Reg.
VADC_G10CHCTR4  0xF0022E10          Group 10, Channel 4 Ctrl. Reg.
VADC_G10CHCTR5  0xF0022E14          Group 10, Channel 5 Ctrl. Reg.
VADC_G10CHCTR6  0xF0022E18          Group 10, Channel 6 Ctrl. Reg.
VADC_G10CHCTR7  0xF0022E1C          Group 10, Channel 7 Ctrl. Reg.
VADC_G10RCR0    0xF0022E80          Group 10 Result Control Reg. 0
VADC_G10RCR1    0xF0022E84          Group 10 Result Control Reg. 1
VADC_G10RCR2    0xF0022E88          Group 10 Result Control Reg. 2
VADC_G10RCR3    0xF0022E8C          Group 10 Result Control Reg. 3
VADC_G10RCR4    0xF0022E90          Group 10 Result Control Reg. 4
VADC_G10RCR5    0xF0022E94          Group 10 Result Control Reg. 5
VADC_G10RCR6    0xF0022E98          Group 10 Result Control Reg. 6
VADC_G10RCR7    0xF0022E9C          Group 10 Result Control Reg. 7
VADC_G10RCR8    0xF0022EA0          Group 10 Result Control Reg. 8
VADC_G10RCR9    0xF0022EA4          Group 10 Result Control Reg. 9
VADC_G10RCR10   0xF0022EA8          Group 10 Result Control Reg. 10
VADC_G10RCR11   0xF0022EAC          Group 10 Result Control Reg. 11
VADC_G10RCR12   0xF0022EB0          Group 10 Result Control Reg. 12
VADC_G10RCR13   0xF0022EB4          Group 10 Result Control Reg. 13
VADC_G10RCR14   0xF0022EB8          Group 10 Result Control Reg. 14
VADC_G10RCR15   0xF0022EBC          Group 10 Result Control Reg. 15
VADC_G10RES0    0xF0022F00          Group 10 Result Register 0
VADC_G10RES1    0xF0022F04          Group 10 Result Register 1
VADC_G10RES2    0xF0022F08          Group 10 Result Register 2
VADC_G10RES3    0xF0022F0C          Group 10 Result Register 3
VADC_G10RES4    0xF0022F10          Group 10 Result Register 4
VADC_G10RES5    0xF0022F14          Group 10 Result Register 5
VADC_G10RES6    0xF0022F18          Group 10 Result Register 6
VADC_G10RES7    0xF0022F1C          Group 10 Result Register 7
VADC_G10RES8    0xF0022F20          Group 10 Result Register 8
VADC_G10RES9    0xF0022F24          Group 10 Result Register 9
VADC_G10RES10   0xF0022F28          Group 10 Result Register 10
VADC_G10RES11   0xF0022F2C          Group 10 Result Register 11
VADC_G10RES12   0xF0022F30          Group 10 Result Register 12
VADC_G10RES13   0xF0022F34          Group 10 Result Register 13
VADC_G10RES14   0xF0022F38          Group 10 Result Register 14
VADC_G10RES15   0xF0022F3C          Group 10 Result Register 15
VADC_G10RESD0   0xF0022F80          Group 10 Result Reg. 0, Debug
VADC_G10RESD1   0xF0022F84          Group 10 Result Reg. 1, Debug
VADC_G10RESD2   0xF0022F88          Group 10 Result Reg. 2, Debug
VADC_G10RESD3   0xF0022F8C          Group 10 Result Reg. 3, Debug
VADC_G10RESD4   0xF0022F90          Group 10 Result Reg. 4, Debug
VADC_G10RESD5   0xF0022F94          Group 10 Result Reg. 5, Debug
VADC_G10RESD6   0xF0022F98          Group 10 Result Reg. 6, Debug
VADC_G10RESD7   0xF0022F9C          Group 10 Result Reg. 7, Debug
VADC_G10RESD8   0xF0022FA0          Group 10 Result Reg. 8, Debug
VADC_G10RESD9   0xF0022FA4          Group 10 Result Reg. 9, Debug
VADC_G10RESD10  0xF0022FA8          Group 10 Result Reg. 10, Debug
VADC_G10RESD11  0xF0022FAC          Group 10 Result Reg. 11, Debug
VADC_G10RESD12  0xF0022FB0          Group 10 Result Reg. 12, Debug
VADC_G10RESD13  0xF0022FB4          Group 10 Result Reg. 13, Debug
VADC_G10RESD14  0xF0022FB8          Group 10 Result Reg. 14, Debug
VADC_G10RESD15  0xF0022FBC          Group 10 Result Reg. 15, Debug
DSADC_CLC       0xF0024000          Clock Control Register
DSADC_ID        0xF0024008          Module Identification Register
DSADC_OCS       0xF0024028          OCDS Control and Status Register
DSADC_KRSTCLR   0xF002402C          Kernel Reset Status Clear Register
DSADC_KRST1     0xF0024030          Kernel Reset Register 1
DSADC_KRST0     0xF0024034          Kernel Reset Register 0
DSADC_ACCEN0    0xF002403C          Access Enable Register 0
DSADC_GLOBCFG   0xF0024080          Global Configuration Register
DSADC_GLOBRC    0xF0024088          Global Run Control Register
DSADC_ACCPROT   0xF0024090          Access Protection Register
DSADC_CGCFG     0xF00240A0          Carrier Generator Configuration Register
DSADC_GLOBVCMH0 0xF00240B0          Common Mode Hold Voltage Register 0
DSADC_GLOBVCMH1 0xF00240B4          Common Mode Hold Voltage Register 1
DSADC_GLOBVCMH2 0xF00240B8          Common Mode Hold Voltage Register 2
DSADC_IGCFG     0xF00240D0          Initial Global Config. Register
DSADC_EVFLAG    0xF00240E0          Event Flag Register
DSADC_EVFLAGCLR 0xF00240E4          Event Flag Clear Register
DSADC_MODCFG0   0xF0024100          Modulator Configuration Register 0
DSADC_DICFG0    0xF0024108          Demodulator Input Configuration Register 0
DSADC_FCFGM0    0xF0024110          Filter Configuration Register 0, Main Filter Chain
DSADC_FCFGC0    0xF0024114          Filter Configuration Register 0, Main CIC Filter
DSADC_FCFGA0    0xF0024118          Filter Configuration Register 0, Auxiliary Filter
DSADC_IWCTR0    0xF0024120          Integration Window Control Register 0
DSADC_BOUNDSEL0 0xF0024128          Boundary Select Register 0
DSADC_RESM0     0xF0024130          Result Register 0 Main Filter
DSADC_OFFM0     0xF0024138          Offset Register 0 Main Filter
DSADC_RESA0     0xF0024140          Result Register 0 Auxiliary Filter
DSADC_TSTMP0    0xF0024150          Time-Stamp Register 0
DSADC_CGSYNC0   0xF00241A0          Carrier Generator Synchronization Register 0
DSADC_RECTCFG0  0xF00241A8          Rectification Configuration Register 0
DSADC_ICCFG0    0xF00241D0          Initial Channel Config. Reg. 0
DSADC_MODCFG1   0xF0024200          Modulator Configuration Register 1
DSADC_DICFG1    0xF0024208          Demodulator Input Configuration Register 1
DSADC_FCFGM1    0xF0024210          Filter Configuration Register 1, Main Filter Chain
DSADC_FCFGC1    0xF0024214          Filter Configuration Register 1, Main CIC Filter
DSADC_FCFGA1    0xF0024218          Filter Configuration Register 1, Auxiliary Filter
DSADC_IWCTR1    0xF0024220          Integration Window Control Register 1
DSADC_BOUNDSEL1 0xF0024228          Boundary Select Register 1
DSADC_RESM1     0xF0024230          Result Register 1 Main Filter
DSADC_OFFM1     0xF0024238          Offset Register 1 Main Filter
DSADC_RESA1     0xF0024240          Result Register 1 Auxiliary Filter
DSADC_TSTMP1    0xF0024250          Time-Stamp Register 1
DSADC_CGSYNC1   0xF00242A0          Carrier Generator Synchronization Register 1
DSADC_RECTCFG1  0xF00242A8          Rectification Configuration Register 1
DSADC_ICCFG1    0xF00242D0          Initial Channel Config. Reg. 1
DSADC_MODCFG2   0xF0024300          Modulator Configuration Register 2
DSADC_DICFG2    0xF0024308          Demodulator Input Configuration Register 2
DSADC_FCFGM2    0xF0024310          Filter Configuration Register 2, Main Filter Chain
DSADC_FCFGC2    0xF0024314          Filter Configuration Register 2, Main CIC Filter
DSADC_FCFGA2    0xF0024318          Filter Configuration Register 2, Auxiliary Filter
DSADC_IWCTR2    0xF0024320          Integration Window Control Register 2
DSADC_BOUNDSEL2 0xF0024328          Boundary Select Register 2
DSADC_RESM2     0xF0024330          Result Register 2 Main Filter
DSADC_OFFM2     0xF0024338          Offset Register 2 Main Filter
DSADC_RESA2     0xF0024340          Result Register 2 Auxiliary Filter
DSADC_TSTMP2    0xF0024350          Time-Stamp Register 2
DSADC_CGSYNC2   0xF00243A0          Carrier Generator Synchronization Register 2
DSADC_RECTCFG2  0xF00243A8          Rectification Configuration Register 2
DSADC_ICCFG2    0xF00243D0          Initial Channel Config. Reg. 2
DSADC_MODCFG3   0xF0024400          Modulator Configuration Register 3
DSADC_DICFG3    0xF0024408          Demodulator Input Configuration Register 3
DSADC_FCFGM3    0xF0024410          Filter Configuration Register 3, Main Filter Chain
DSADC_FCFGC3    0xF0024414          Filter Configuration Register 3, Main CIC Filter
DSADC_FCFGA3    0xF0024418          Filter Configuration Register 3, Auxiliary Filter
DSADC_IWCTR3    0xF0024420          Integration Window Control Register 3
DSADC_BOUNDSEL3 0xF0024428          Boundary Select Register 3
DSADC_RESM3     0xF0024430          Result Register 3 Main Filter
DSADC_OFFM3     0xF0024438          Offset Register 3 Main Filter
DSADC_RESA3     0xF0024440          Result Register 3 Auxiliary Filter
DSADC_TSTMP3    0xF0024450          Time-Stamp Register 3
DSADC_CGSYNC3   0xF00244A0          Carrier Generator Synchronization Register 3
DSADC_RECTCFG3  0xF00244A8          Rectification Configuration Register 3
DSADC_ICCFG3    0xF00244D0          Initial Channel Config. Reg. 3
DSADC_MODCFG4   0xF0024500          Modulator Configuration Register 4
DSADC_DICFG4    0xF0024508          Demodulator Input Configuration Register 4
DSADC_FCFGM4    0xF0024510          Filter Configuration Register 4, Main Filter Chain
DSADC_FCFGC4    0xF0024514          Filter Configuration Register 4, Main CIC Filter
DSADC_FCFGA4    0xF0024518          Filter Configuration Register 4, Auxiliary Filter
DSADC_IWCTR4    0xF0024520          Integration Window Control Register 4
DSADC_BOUNDSEL4 0xF0024528          Boundary Select Register 4
DSADC_RESM4     0xF0024530          Result Register 4 Main Filter
DSADC_OFFM4     0xF0024538          Offset Register 4 Main Filter
DSADC_RESA4     0xF0024540          Result Register 4 Auxiliary Filter
DSADC_TSTMP4    0xF0024550          Time-Stamp Register 4
DSADC_CGSYNC4   0xF00245A0          Carrier Generator Synchronization Register 4
DSADC_RECTCFG4  0xF00245A8          Rectification Configuration Register 4
DSADC_ICCFG4    0xF00245D0          Initial Channel Config. Reg. 4
DSADC_MODCFG5   0xF0024600          Modulator Configuration Register 5
DSADC_DICFG5    0xF0024608          Demodulator Input Configuration Register 5
DSADC_FCFGM5    0xF0024610          Filter Configuration Register 5, Main Filter Chain
DSADC_FCFGC5    0xF0024614          Filter Configuration Register 5, Main CIC Filter
DSADC_FCFGA5    0xF0024618          Filter Configuration Register 5, Auxiliary Filter
DSADC_IWCTR5    0xF0024620          Integration Window Control Register 5
DSADC_BOUNDSEL5 0xF0024628          Boundary Select Register 5
DSADC_RESM5     0xF0024630          Result Register 5 Main Filter
DSADC_OFFM5     0xF0024638          Offset Register 5 Main Filter
DSADC_RESA5     0xF0024640          Result Register 5 Auxiliary Filter
DSADC_TSTMP5    0xF0024650          Time-Stamp Register 5
DSADC_CGSYNC5   0xF00246A0          Carrier Generator Synchronization Register 5
DSADC_RECTCFG5  0xF00246A8          Rectification Configuration Register 5
DSADC_ICCFG5    0xF00246D0          Initial Channel Config. Reg. 5
DSADC_MODCFG6   0xF0024700          Modulator Configuration Register 6
DSADC_DICFG6    0xF0024708          Demodulator Input Configuration Register 6
DSADC_FCFGM6    0xF0024710          Filter Configuration Register 6, Main Filter Chain
DSADC_FCFGC6    0xF0024714          Filter Configuration Register 6, Main CIC Filter
DSADC_FCFGA6    0xF0024718          Filter Configuration Register 6, Auxiliary Filter
DSADC_IWCTR6    0xF0024720          Integration Window Control Register 6
DSADC_BOUNDSEL6 0xF0024728          Boundary Select Register 6
DSADC_RESM6     0xF0024730          Result Register 6 Main Filter
DSADC_OFFM6     0xF0024738          Offset Register 6 Main Filter
DSADC_RESA6     0xF0024740          Result Register 6 Auxiliary Filter
DSADC_TSTMP6    0xF0024750          Time-Stamp Register 6
DSADC_CGSYNC6   0xF00247A0          Carrier Generator Synchronization Register 6
DSADC_RECTCFG6  0xF00247A8          Rectification Configuration Register 6
DSADC_ICCFG6    0xF00247D0          Initial Channel Config. Reg. 6
DSADC_MODCFG7   0xF0024800          Modulator Configuration Register 7
DSADC_DICFG7    0xF0024808          Demodulator Input Configuration Register 7
DSADC_FCFGM7    0xF0024810          Filter Configuration Register 7, Main Filter Chain
DSADC_FCFGC7    0xF0024814          Filter Configuration Register 7, Main CIC Filter
DSADC_FCFGA7    0xF0024818          Filter Configuration Register 7, Auxiliary Filter
DSADC_IWCTR7    0xF0024820          Integration Window Control Register 7
DSADC_BOUNDSEL7 0xF0024828          Boundary Select Register 7
DSADC_RESM7     0xF0024830          Result Register 7 Main Filter
DSADC_OFFM7     0xF0024838          Offset Register 7 Main Filter
DSADC_RESA7     0xF0024840          Result Register 7 Auxiliary Filter
DSADC_TSTMP7    0xF0024850          Time-Stamp Register 7
DSADC_CGSYNC7   0xF00248A0          Carrier Generator Synchronization Register 7
DSADC_RECTCFG7  0xF00248A8          Rectification Configuration Register 7
DSADC_ICCFG7    0xF00248D0          Initial Channel Config. Reg. 7
DSADC_MODCFG8   0xF0024900          Modulator Configuration Register 8
DSADC_DICFG8    0xF0024908          Demodulator Input Configuration Register 8
DSADC_FCFGM8    0xF0024910          Filter Configuration Register 8, Main Filter Chain
DSADC_FCFGC8    0xF0024914          Filter Configuration Register 8, Main CIC Filter
DSADC_FCFGA8    0xF0024918          Filter Configuration Register 8, Auxiliary Filter
DSADC_IWCTR8    0xF0024920          Integration Window Control Register 8
DSADC_BOUNDSEL8 0xF0024928          Boundary Select Register 8
DSADC_RESM8     0xF0024930          Result Register 8 Main Filter
DSADC_OFFM8     0xF0024938          Offset Register 8 Main Filter
DSADC_RESA8     0xF0024940          Result Register 8 Auxiliary Filter
DSADC_TSTMP8    0xF0024950          Time-Stamp Register 8
DSADC_CGSYNC8   0xF00249A0          Carrier Generator Synchronization Register 8
DSADC_RECTCFG8  0xF00249A8          Rectification Configuration Register 8
DSADC_ICCFG8    0xF00249D0          Initial Channel Config. Reg. 8
DSADC_MODCFG9   0xF0024A00          Modulator Configuration Register 9
DSADC_DICFG9    0xF0024A08          Demodulator Input Configuration Register 9
DSADC_FCFGM9    0xF0024A10          Filter Configuration Register 9, Main Filter Chain
DSADC_FCFGC9    0xF0024A14          Filter Configuration Register 9, Main CIC Filter
DSADC_FCFGA9    0xF0024A18          Filter Configuration Register 9, Auxiliary Filter
DSADC_IWCTR9    0xF0024A20          Integration Window Control Register 9
DSADC_BOUNDSEL9 0xF0024A28          Boundary Select Register 9
DSADC_RESM9     0xF0024A30          Result Register 9 Main Filter
DSADC_OFFM9     0xF0024A38          Offset Register 9 Main Filter
DSADC_RESA9     0xF0024A40          Result Register 9 Auxiliary Filter
DSADC_TSTMP9    0xF0024A50          Time-Stamp Register 9
DSADC_CGSYNC9   0xF0024AA0          Carrier Generator Synchronization Register 9
DSADC_RECTCFG9  0xF0024AA8          Rectification Configuration Register 9
DSADC_ICCFG9    0xF0024AD0          Initial Channel Config. Reg. 9
CANR_CLC        0xF0028000          CAN Clock Control Register
CANR_ID         0xF0028008          Module Identification Register
CANR_FDR        0xF002800C          CAN Fractional Divider Register
CANR_OCS        0xF00280E8          OCDS Control and Status
CANR_KRSTCLR    0xF00280EC          Kernel Reset Status Clear Register
CANR_KRST1      0xF00280F0          Kernel Reset Register 1
CANR_KRST0      0xF00280F4          Kernel Reset Register 0
CANR_ACCEN1     0xF00280F8          Access Enable Register 1
CANR_ACCEN0     0xF00280FC          Access Enable Register 0
CANR_LIST0      0xF0028100          List Register 0
CANR_LIST1      0xF0028104          List Register 1
CANR_LIST2      0xF0028108          List Register 2
CANR_LIST3      0xF002810C          List Register 3
CANR_LIST4      0xF0028110          List Register 4
CANR_LIST5      0xF0028114          List Register 5
CANR_LIST6      0xF0028118          List Register 6
CANR_LIST7      0xF002811C          List Register 7
CANR_LIST8      0xF0028120          List Register 8
CANR_LIST9      0xF0028124          List Register 9
CANR_LIST10     0xF0028128          List Register 10
CANR_LIST11     0xF002812C          List Register 11
CANR_LIST12     0xF0028130          List Register 12
CANR_LIST13     0xF0028134          List Register 13
CANR_LIST14     0xF0028138          List Register 14
CANR_LIST15     0xF002813C          List Register 15
CANR_MSPND0     0xF0028140          Message Pending Register 0
CANR_MSPND1     0xF0028144          Message Pending Register 1
CANR_MSPND2     0xF0028148          Message Pending Register 2
CANR_MSPND3     0xF002814C          Message Pending Register 3
CANR_MSPND4     0xF0028150          Message Pending Register 4
CANR_MSPND5     0xF0028154          Message Pending Register 5
CANR_MSPND6     0xF0028158          Message Pending Register 6
CANR_MSPND7     0xF002815C          Message Pending Register 7
CANR_MSID0      0xF0028180          Message Index Register 0
CANR_MSID1      0xF0028184          Message Index Register 1
CANR_MSID2      0xF0028188          Message Index Register 2
CANR_MSID3      0xF002818C          Message Index Register 3
CANR_MSID4      0xF0028190          Message Index Register 4
CANR_MSID5      0xF0028194          Message Index Register 5
CANR_MSID6      0xF0028198          Message Index Register 6
CANR_MSID7      0xF002819C          Message Index Register 7
CANR_MSIMASK    0xF00281C0          Message Index Mask Register
CANR_PANCTR     0xF00281C4          Panel Control Register
CANR_MCR        0xF00281C8          Module Control Register
CANR_MITR       0xF00281CC          Module Interrupt Trigger Register
CANR_MECR       0xF00281D0          Measurement Control Register
CANR_MESTAT     0xF00281D4          Measurement Status Register
CANR_NCR0       0xF0028200          Node 0 Control Register
CANR_NSR0       0xF0028204          Node 0 Status Register
CANR_NIPR0      0xF0028208          Node 0 Interrupt Pointer Register
CANR_NPCR0      0xF002820C          Node 0 Port Control Register
CANR_NBTR0      0xF0028210          Node 0 Bit Timing Register
CANR_NECNT0     0xF0028214          Node 0 Error Counter Register
CANR_NFCR0      0xF0028218          Node 0 Frame Counter Register
CANR_NTCCR0     0xF002821C          Node 0 Timer Clock Control Register
CANR_NTRTR0     0xF0028220          Node 0 Timer Receive Timeout Register
CANR_NTATTR0    0xF0028224          Node 0 Timer A Transmit Trigger Register
CANR_NTBTTR0    0xF0028228          Node 0 Timer B Transmit Trigger Register
CANR_NTCTTR0    0xF002822C          Node 0 Timer C Transmit Trigger Register
CANR_FNBTR0     0xF0028238          Fast Node 0 Bit Timing Register
CANR_NTDCR0     0xF002823C          Node 0 Transmitter Delay Compensation Register
CANR_NCR1       0xF0028300          Node 1 Control Register
CANR_NSR1       0xF0028304          Node 1 Status Register
CANR_NIPR1      0xF0028308          Node 1 Interrupt Pointer Register
CANR_NPCR1      0xF002830C          Node 1 Port Control Register
CANR_NBTR1      0xF0028310          Node 1 Bit Timing Register
CANR_NECNT1     0xF0028314          Node 1 Error Counter Register
CANR_NFCR1      0xF0028318          Node 1 Frame Counter Register
CANR_NTCCR1     0xF002831C          Node 1 Timer Clock Control Register
CANR_NTRTR1     0xF0028320          Node 1 Timer Receive Timeout Register
CANR_NTATTR1    0xF0028324          Node 1 Timer A Transmit Trigger Register
CANR_NTBTTR1    0xF0028328          Node 1 Timer B Transmit Trigger Register
CANR_NTCTTR1    0xF002832C          Node 1 Timer C Transmit Trigger Register
CANR_FNBTR1     0xF0028338          Fast Node 1 Bit Timing Register
CANR_NTDCR1     0xF002833C          Node 1 Transmitter Delay Compensation Register
CANR_MOFCR0     0xF0029000          Message Object 0 Function Control Register
CANR_MOFGPR0    0xF0029004          Message Object 0 FIFO/Gateway Pointer Register
CANR_MOIPR0     0xF0029008          Message Object 0 Interrupt Pointer Register
CANR_MOAMR0     0xF002900C          Message Object 0 Acceptance Mask Register
CANR_MODATAL0   0xF0029010          Message Object 0 Data Register Low
CANR_MODATAH0   0xF0029014          Message Object 0 Data Register High
CANR_MOAR0      0xF0029018          Message Object 0 Arbitration Register
CANR_MOCTR0     0xF002901C          Message Object 0 Control Register
CANR_MOFCR1     0xF0029020          Message Object 1 Function Control Register
CANR_MOFGPR1    0xF0029024          Message Object 1 FIFO/Gateway Pointer Register
CANR_MOIPR1     0xF0029028          Message Object 1 Interrupt Pointer Register
CANR_MOAMR1     0xF002902C          Message Object 1 Acceptance Mask Register
CANR_MODATAL1   0xF0029030          Message Object 1 Data Register Low
CANR_MODATAH1   0xF0029034          Message Object 1 Data Register High
CANR_MOAR1      0xF0029038          Message Object 1 Arbitration Register
CANR_MOCTR1     0xF002903C          Message Object 1 Control Register
CANR_MOFCR2     0xF0029040          Message Object 2 Function Control Register
CANR_MOFGPR2    0xF0029044          Message Object 2 FIFO/Gateway Pointer Register
CANR_MOIPR2     0xF0029048          Message Object 2 Interrupt Pointer Register
CANR_MOAMR2     0xF002904C          Message Object 2 Acceptance Mask Register
CANR_MODATAL2   0xF0029050          Message Object 2 Data Register Low
CANR_MODATAH2   0xF0029054          Message Object 2 Data Register High
CANR_MOAR2      0xF0029058          Message Object 2 Arbitration Register
CANR_MOCTR2     0xF002905C          Message Object 2 Control Register
CANR_MOFCR3     0xF0029060          Message Object 3 Function Control Register
CANR_MOFGPR3    0xF0029064          Message Object 3 FIFO/Gateway Pointer Register
CANR_MOIPR3     0xF0029068          Message Object 3 Interrupt Pointer Register
CANR_MOAMR3     0xF002906C          Message Object 3 Acceptance Mask Register
CANR_MODATAL3   0xF0029070          Message Object 3 Data Register Low
CANR_MODATAH3   0xF0029074          Message Object 3 Data Register High
CANR_MOAR3      0xF0029078          Message Object 3 Arbitration Register
CANR_MOCTR3     0xF002907C          Message Object 3 Control Register
CANR_MOFCR4     0xF0029080          Message Object 4 Function Control Register
CANR_MOFGPR4    0xF0029084          Message Object 4 FIFO/Gateway Pointer Register
CANR_MOIPR4     0xF0029088          Message Object 4 Interrupt Pointer Register
CANR_MOAMR4     0xF002908C          Message Object 4 Acceptance Mask Register
CANR_MODATAL4   0xF0029090          Message Object 4 Data Register Low
CANR_MODATAH4   0xF0029094          Message Object 4 Data Register High
CANR_MOAR4      0xF0029098          Message Object 4 Arbitration Register
CANR_MOCTR4     0xF002909C          Message Object 4 Control Register
CANR_MOFCR5     0xF00290A0          Message Object 5 Function Control Register
CANR_MOFGPR5    0xF00290A4          Message Object 5 FIFO/Gateway Pointer Register
CANR_MOIPR5     0xF00290A8          Message Object 5 Interrupt Pointer Register
CANR_MOAMR5     0xF00290AC          Message Object 5 Acceptance Mask Register
CANR_MODATAL5   0xF00290B0          Message Object 5 Data Register Low
CANR_MODATAH5   0xF00290B4          Message Object 5 Data Register High
CANR_MOAR5      0xF00290B8          Message Object 5 Arbitration Register
CANR_MOCTR5     0xF00290BC          Message Object 5 Control Register
CANR_MOFCR6     0xF00290C0          Message Object 6 Function Control Register
CANR_MOFGPR6    0xF00290C4          Message Object 6 FIFO/Gateway Pointer Register
CANR_MOIPR6     0xF00290C8          Message Object 6 Interrupt Pointer Register
CANR_MOAMR6     0xF00290CC          Message Object 6 Acceptance Mask Register
CANR_MODATAL6   0xF00290D0          Message Object 6 Data Register Low
CANR_MODATAH6   0xF00290D4          Message Object 6 Data Register High
CANR_MOAR6      0xF00290D8          Message Object 6 Arbitration Register
CANR_MOCTR6     0xF00290DC          Message Object 6 Control Register
CANR_MOFCR7     0xF00290E0          Message Object 7 Function Control Register
CANR_MOFGPR7    0xF00290E4          Message Object 7 FIFO/Gateway Pointer Register
CANR_MOIPR7     0xF00290E8          Message Object 7 Interrupt Pointer Register
CANR_MOAMR7     0xF00290EC          Message Object 7 Acceptance Mask Register
CANR_MODATAL7   0xF00290F0          Message Object 7 Data Register Low
CANR_MODATAH7   0xF00290F4          Message Object 7 Data Register High
CANR_MOAR7      0xF00290F8          Message Object 7 Arbitration Register
CANR_MOCTR7     0xF00290FC          Message Object 7 Control Register
CANR_MOFCR8     0xF0029100          Message Object 8 Function Control Register
CANR_MOFGPR8    0xF0029104          Message Object 8 FIFO/Gateway Pointer Register
CANR_MOIPR8     0xF0029108          Message Object 8 Interrupt Pointer Register
CANR_MOAMR8     0xF002910C          Message Object 8 Acceptance Mask Register
CANR_MODATAL8   0xF0029110          Message Object 8 Data Register Low
CANR_MODATAH8   0xF0029114          Message Object 8 Data Register High
CANR_MOAR8      0xF0029118          Message Object 8 Arbitration Register
CANR_MOCTR8     0xF002911C          Message Object 8 Control Register
CANR_MOFCR9     0xF0029120          Message Object 9 Function Control Register
CANR_MOFGPR9    0xF0029124          Message Object 9 FIFO/Gateway Pointer Register
CANR_MOIPR9     0xF0029128          Message Object 9 Interrupt Pointer Register
CANR_MOAMR9     0xF002912C          Message Object 9 Acceptance Mask Register
CANR_MODATAL9   0xF0029130          Message Object 9 Data Register Low
CANR_MODATAH9   0xF0029134          Message Object 9 Data Register High
CANR_MOAR9      0xF0029138          Message Object 9 Arbitration Register
CANR_MOCTR9     0xF002913C          Message Object 9 Control Register
CANR_MOFCR10    0xF0029140          Message Object 10 Function Control Register
CANR_MOFGPR10   0xF0029144          Message Object 10 FIFO/Gateway Pointer Register
CANR_MOIPR10    0xF0029148          Message Object 10 Interrupt Pointer Register
CANR_MOAMR10    0xF002914C          Message Object 10 Acceptance Mask Register
CANR_MODATAL10  0xF0029150          Message Object 10 Data Register Low
CANR_MODATAH10  0xF0029154          Message Object 10 Data Register High
CANR_MOAR10     0xF0029158          Message Object 10 Arbitration Register
CANR_MOCTR10    0xF002915C          Message Object 10 Control Register
CANR_MOFCR11    0xF0029160          Message Object 11 Function Control Register
CANR_MOFGPR11   0xF0029164          Message Object 11 FIFO/Gateway Pointer Register
CANR_MOIPR11    0xF0029168          Message Object 11 Interrupt Pointer Register
CANR_MOAMR11    0xF002916C          Message Object 11 Acceptance Mask Register
CANR_MODATAL11  0xF0029170          Message Object 11 Data Register Low
CANR_MODATAH11  0xF0029174          Message Object 11 Data Register High
CANR_MOAR11     0xF0029178          Message Object 11 Arbitration Register
CANR_MOCTR11    0xF002917C          Message Object 11 Control Register
CANR_MOFCR12    0xF0029180          Message Object 12 Function Control Register
CANR_MOFGPR12   0xF0029184          Message Object 12 FIFO/Gateway Pointer Register
CANR_MOIPR12    0xF0029188          Message Object 12 Interrupt Pointer Register
CANR_MOAMR12    0xF002918C          Message Object 12 Acceptance Mask Register
CANR_MODATAL12  0xF0029190          Message Object 12 Data Register Low
CANR_MODATAH12  0xF0029194          Message Object 12 Data Register High
CANR_MOAR12     0xF0029198          Message Object 12 Arbitration Register
CANR_MOCTR12    0xF002919C          Message Object 12 Control Register
CANR_MOFCR13    0xF00291A0          Message Object 13 Function Control Register
CANR_MOFGPR13   0xF00291A4          Message Object 13 FIFO/Gateway Pointer Register
CANR_MOIPR13    0xF00291A8          Message Object 13 Interrupt Pointer Register
CANR_MOAMR13    0xF00291AC          Message Object 13 Acceptance Mask Register
CANR_MODATAL13  0xF00291B0          Message Object 13 Data Register Low
CANR_MODATAH13  0xF00291B4          Message Object 13 Data Register High
CANR_MOAR13     0xF00291B8          Message Object 13 Arbitration Register
CANR_MOCTR13    0xF00291BC          Message Object 13 Control Register
CANR_MOFCR14    0xF00291C0          Message Object 14 Function Control Register
CANR_MOFGPR14   0xF00291C4          Message Object 14 FIFO/Gateway Pointer Register
CANR_MOIPR14    0xF00291C8          Message Object 14 Interrupt Pointer Register
CANR_MOAMR14    0xF00291CC          Message Object 14 Acceptance Mask Register
CANR_MODATAL14  0xF00291D0          Message Object 14 Data Register Low
CANR_MODATAH14  0xF00291D4          Message Object 14 Data Register High
CANR_MOAR14     0xF00291D8          Message Object 14 Arbitration Register
CANR_MOCTR14    0xF00291DC          Message Object 14 Control Register
CANR_MOFCR15    0xF00291E0          Message Object 15 Function Control Register
CANR_MOFGPR15   0xF00291E4          Message Object 15 FIFO/Gateway Pointer Register
CANR_MOIPR15    0xF00291E8          Message Object 15 Interrupt Pointer Register
CANR_MOAMR15    0xF00291EC          Message Object 15 Acceptance Mask Register
CANR_MODATAL15  0xF00291F0          Message Object 15 Data Register Low
CANR_MODATAH15  0xF00291F4          Message Object 15 Data Register High
CANR_MOAR15     0xF00291F8          Message Object 15 Arbitration Register
CANR_MOCTR15    0xF00291FC          Message Object 15 Control Register
CANR_MOFCR16    0xF0029200          Message Object 16 Function Control Register
CANR_MOFGPR16   0xF0029204          Message Object 16 FIFO/Gateway Pointer Register
CANR_MOIPR16    0xF0029208          Message Object 16 Interrupt Pointer Register
CANR_MOAMR16    0xF002920C          Message Object 16 Acceptance Mask Register
CANR_MODATAL16  0xF0029210          Message Object 16 Data Register Low
CANR_MODATAH16  0xF0029214          Message Object 16 Data Register High
CANR_MOAR16     0xF0029218          Message Object 16 Arbitration Register
CANR_MOCTR16    0xF002921C          Message Object 16 Control Register
CANR_MOFCR17    0xF0029220          Message Object 17 Function Control Register
CANR_MOFGPR17   0xF0029224          Message Object 17 FIFO/Gateway Pointer Register
CANR_MOIPR17    0xF0029228          Message Object 17 Interrupt Pointer Register
CANR_MOAMR17    0xF002922C          Message Object 17 Acceptance Mask Register
CANR_MODATAL17  0xF0029230          Message Object 17 Data Register Low
CANR_MODATAH17  0xF0029234          Message Object 17 Data Register High
CANR_MOAR17     0xF0029238          Message Object 17 Arbitration Register
CANR_MOCTR17    0xF002923C          Message Object 17 Control Register
CANR_MOFCR18    0xF0029240          Message Object 18 Function Control Register
CANR_MOFGPR18   0xF0029244          Message Object 18 FIFO/Gateway Pointer Register
CANR_MOIPR18    0xF0029248          Message Object 18 Interrupt Pointer Register
CANR_MOAMR18    0xF002924C          Message Object 18 Acceptance Mask Register
CANR_MODATAL18  0xF0029250          Message Object 18 Data Register Low
CANR_MODATAH18  0xF0029254          Message Object 18 Data Register High
CANR_MOAR18     0xF0029258          Message Object 18 Arbitration Register
CANR_MOCTR18    0xF002925C          Message Object 18 Control Register
CANR_MOFCR19    0xF0029260          Message Object 19 Function Control Register
CANR_MOFGPR19   0xF0029264          Message Object 19 FIFO/Gateway Pointer Register
CANR_MOIPR19    0xF0029268          Message Object 19 Interrupt Pointer Register
CANR_MOAMR19    0xF002926C          Message Object 19 Acceptance Mask Register
CANR_MODATAL19  0xF0029270          Message Object 19 Data Register Low
CANR_MODATAH19  0xF0029274          Message Object 19 Data Register High
CANR_MOAR19     0xF0029278          Message Object 19 Arbitration Register
CANR_MOCTR19    0xF002927C          Message Object 19 Control Register
CANR_MOFCR20    0xF0029280          Message Object 20 Function Control Register
CANR_MOFGPR20   0xF0029284          Message Object 20 FIFO/Gateway Pointer Register
CANR_MOIPR20    0xF0029288          Message Object 20 Interrupt Pointer Register
CANR_MOAMR20    0xF002928C          Message Object 20 Acceptance Mask Register
CANR_MODATAL20  0xF0029290          Message Object 20 Data Register Low
CANR_MODATAH20  0xF0029294          Message Object 20 Data Register High
CANR_MOAR20     0xF0029298          Message Object 20 Arbitration Register
CANR_MOCTR20    0xF002929C          Message Object 20 Control Register
CANR_MOFCR21    0xF00292A0          Message Object 21 Function Control Register
CANR_MOFGPR21   0xF00292A4          Message Object 21 FIFO/Gateway Pointer Register
CANR_MOIPR21    0xF00292A8          Message Object 21 Interrupt Pointer Register
CANR_MOAMR21    0xF00292AC          Message Object 21 Acceptance Mask Register
CANR_MODATAL21  0xF00292B0          Message Object 21 Data Register Low
CANR_MODATAH21  0xF00292B4          Message Object 21 Data Register High
CANR_MOAR21     0xF00292B8          Message Object 21 Arbitration Register
CANR_MOCTR21    0xF00292BC          Message Object 21 Control Register
CANR_MOFCR22    0xF00292C0          Message Object 22 Function Control Register
CANR_MOFGPR22   0xF00292C4          Message Object 22 FIFO/Gateway Pointer Register
CANR_MOIPR22    0xF00292C8          Message Object 22 Interrupt Pointer Register
CANR_MOAMR22    0xF00292CC          Message Object 22 Acceptance Mask Register
CANR_MODATAL22  0xF00292D0          Message Object 22 Data Register Low
CANR_MODATAH22  0xF00292D4          Message Object 22 Data Register High
CANR_MOAR22     0xF00292D8          Message Object 22 Arbitration Register
CANR_MOCTR22    0xF00292DC          Message Object 22 Control Register
CANR_MOFCR23    0xF00292E0          Message Object 23 Function Control Register
CANR_MOFGPR23   0xF00292E4          Message Object 23 FIFO/Gateway Pointer Register
CANR_MOIPR23    0xF00292E8          Message Object 23 Interrupt Pointer Register
CANR_MOAMR23    0xF00292EC          Message Object 23 Acceptance Mask Register
CANR_MODATAL23  0xF00292F0          Message Object 23 Data Register Low
CANR_MODATAH23  0xF00292F4          Message Object 23 Data Register High
CANR_MOAR23     0xF00292F8          Message Object 23 Arbitration Register
CANR_MOCTR23    0xF00292FC          Message Object 23 Control Register
CANR_MOFCR24    0xF0029300          Message Object 24 Function Control Register
CANR_MOFGPR24   0xF0029304          Message Object 24 FIFO/Gateway Pointer Register
CANR_MOIPR24    0xF0029308          Message Object 24 Interrupt Pointer Register
CANR_MOAMR24    0xF002930C          Message Object 24 Acceptance Mask Register
CANR_MODATAL24  0xF0029310          Message Object 24 Data Register Low
CANR_MODATAH24  0xF0029314          Message Object 24 Data Register High
CANR_MOAR24     0xF0029318          Message Object 24 Arbitration Register
CANR_MOCTR24    0xF002931C          Message Object 24 Control Register
CANR_MOFCR25    0xF0029320          Message Object 25 Function Control Register
CANR_MOFGPR25   0xF0029324          Message Object 25 FIFO/Gateway Pointer Register
CANR_MOIPR25    0xF0029328          Message Object 25 Interrupt Pointer Register
CANR_MOAMR25    0xF002932C          Message Object 25 Acceptance Mask Register
CANR_MODATAL25  0xF0029330          Message Object 25 Data Register Low
CANR_MODATAH25  0xF0029334          Message Object 25 Data Register High
CANR_MOAR25     0xF0029338          Message Object 25 Arbitration Register
CANR_MOCTR25    0xF002933C          Message Object 25 Control Register
CANR_MOFCR26    0xF0029340          Message Object 26 Function Control Register
CANR_MOFGPR26   0xF0029344          Message Object 26 FIFO/Gateway Pointer Register
CANR_MOIPR26    0xF0029348          Message Object 26 Interrupt Pointer Register
CANR_MOAMR26    0xF002934C          Message Object 26 Acceptance Mask Register
CANR_MODATAL26  0xF0029350          Message Object 26 Data Register Low
CANR_MODATAH26  0xF0029354          Message Object 26 Data Register High
CANR_MOAR26     0xF0029358          Message Object 26 Arbitration Register
CANR_MOCTR26    0xF002935C          Message Object 26 Control Register
CANR_MOFCR27    0xF0029360          Message Object 27 Function Control Register
CANR_MOFGPR27   0xF0029364          Message Object 27 FIFO/Gateway Pointer Register
CANR_MOIPR27    0xF0029368          Message Object 27 Interrupt Pointer Register
CANR_MOAMR27    0xF002936C          Message Object 27 Acceptance Mask Register
CANR_MODATAL27  0xF0029370          Message Object 27 Data Register Low
CANR_MODATAH27  0xF0029374          Message Object 27 Data Register High
CANR_MOAR27     0xF0029378          Message Object 27 Arbitration Register
CANR_MOCTR27    0xF002937C          Message Object 27 Control Register
CANR_MOFCR28    0xF0029380          Message Object 28 Function Control Register
CANR_MOFGPR28   0xF0029384          Message Object 28 FIFO/Gateway Pointer Register
CANR_MOIPR28    0xF0029388          Message Object 28 Interrupt Pointer Register
CANR_MOAMR28    0xF002938C          Message Object 28 Acceptance Mask Register
CANR_MODATAL28  0xF0029390          Message Object 28 Data Register Low
CANR_MODATAH28  0xF0029394          Message Object 28 Data Register High
CANR_MOAR28     0xF0029398          Message Object 28 Arbitration Register
CANR_MOCTR28    0xF002939C          Message Object 28 Control Register
CANR_MOFCR29    0xF00293A0          Message Object 29 Function Control Register
CANR_MOFGPR29   0xF00293A4          Message Object 29 FIFO/Gateway Pointer Register
CANR_MOIPR29    0xF00293A8          Message Object 29 Interrupt Pointer Register
CANR_MOAMR29    0xF00293AC          Message Object 29 Acceptance Mask Register
CANR_MODATAL29  0xF00293B0          Message Object 29 Data Register Low
CANR_MODATAH29  0xF00293B4          Message Object 29 Data Register High
CANR_MOAR29     0xF00293B8          Message Object 29 Arbitration Register
CANR_MOCTR29    0xF00293BC          Message Object 29 Control Register
CANR_MOFCR30    0xF00293C0          Message Object 30 Function Control Register
CANR_MOFGPR30   0xF00293C4          Message Object 30 FIFO/Gateway Pointer Register
CANR_MOIPR30    0xF00293C8          Message Object 30 Interrupt Pointer Register
CANR_MOAMR30    0xF00293CC          Message Object 30 Acceptance Mask Register
CANR_MODATAL30  0xF00293D0          Message Object 30 Data Register Low
CANR_MODATAH30  0xF00293D4          Message Object 30 Data Register High
CANR_MOAR30     0xF00293D8          Message Object 30 Arbitration Register
CANR_MOCTR30    0xF00293DC          Message Object 30 Control Register
CANR_MOFCR31    0xF00293E0          Message Object 31 Function Control Register
CANR_MOFGPR31   0xF00293E4          Message Object 31 FIFO/Gateway Pointer Register
CANR_MOIPR31    0xF00293E8          Message Object 31 Interrupt Pointer Register
CANR_MOAMR31    0xF00293EC          Message Object 31 Acceptance Mask Register
CANR_MODATAL31  0xF00293F0          Message Object 31 Data Register Low
CANR_MODATAH31  0xF00293F4          Message Object 31 Data Register High
CANR_MOAR31     0xF00293F8          Message Object 31 Arbitration Register
CANR_MOCTR31    0xF00293FC          Message Object 31 Control Register
CANR_MOFCR32    0xF0029400          Message Object 32 Function Control Register
CANR_MOFGPR32   0xF0029404          Message Object 32 FIFO/Gateway Pointer Register
CANR_MOIPR32    0xF0029408          Message Object 32 Interrupt Pointer Register
CANR_MOAMR32    0xF002940C          Message Object 32 Acceptance Mask Register
CANR_MODATAL32  0xF0029410          Message Object 32 Data Register Low
CANR_MODATAH32  0xF0029414          Message Object 32 Data Register High
CANR_MOAR32     0xF0029418          Message Object 32 Arbitration Register
CANR_MOCTR32    0xF002941C          Message Object 32 Control Register
CANR_MOFCR33    0xF0029420          Message Object 33 Function Control Register
CANR_MOFGPR33   0xF0029424          Message Object 33 FIFO/Gateway Pointer Register
CANR_MOIPR33    0xF0029428          Message Object 33 Interrupt Pointer Register
CANR_MOAMR33    0xF002942C          Message Object 33 Acceptance Mask Register
CANR_MODATAL33  0xF0029430          Message Object 33 Data Register Low
CANR_MODATAH33  0xF0029434          Message Object 33 Data Register High
CANR_MOAR33     0xF0029438          Message Object 33 Arbitration Register
CANR_MOCTR33    0xF002943C          Message Object 33 Control Register
CANR_MOFCR34    0xF0029440          Message Object 34 Function Control Register
CANR_MOFGPR34   0xF0029444          Message Object 34 FIFO/Gateway Pointer Register
CANR_MOIPR34    0xF0029448          Message Object 34 Interrupt Pointer Register
CANR_MOAMR34    0xF002944C          Message Object 34 Acceptance Mask Register
CANR_MODATAL34  0xF0029450          Message Object 34 Data Register Low
CANR_MODATAH34  0xF0029454          Message Object 34 Data Register High
CANR_MOAR34     0xF0029458          Message Object 34 Arbitration Register
CANR_MOCTR34    0xF002945C          Message Object 34 Control Register
CANR_MOFCR35    0xF0029460          Message Object 35 Function Control Register
CANR_MOFGPR35   0xF0029464          Message Object 35 FIFO/Gateway Pointer Register
CANR_MOIPR35    0xF0029468          Message Object 35 Interrupt Pointer Register
CANR_MOAMR35    0xF002946C          Message Object 35 Acceptance Mask Register
CANR_MODATAL35  0xF0029470          Message Object 35 Data Register Low
CANR_MODATAH35  0xF0029474          Message Object 35 Data Register High
CANR_MOAR35     0xF0029478          Message Object 35 Arbitration Register
CANR_MOCTR35    0xF002947C          Message Object 35 Control Register
CANR_MOFCR36    0xF0029480          Message Object 36 Function Control Register
CANR_MOFGPR36   0xF0029484          Message Object 36 FIFO/Gateway Pointer Register
CANR_MOIPR36    0xF0029488          Message Object 36 Interrupt Pointer Register
CANR_MOAMR36    0xF002948C          Message Object 36 Acceptance Mask Register
CANR_MODATAL36  0xF0029490          Message Object 36 Data Register Low
CANR_MODATAH36  0xF0029494          Message Object 36 Data Register High
CANR_MOAR36     0xF0029498          Message Object 36 Arbitration Register
CANR_MOCTR36    0xF002949C          Message Object 36 Control Register
CANR_MOFCR37    0xF00294A0          Message Object 37 Function Control Register
CANR_MOFGPR37   0xF00294A4          Message Object 37 FIFO/Gateway Pointer Register
CANR_MOIPR37    0xF00294A8          Message Object 37 Interrupt Pointer Register
CANR_MOAMR37    0xF00294AC          Message Object 37 Acceptance Mask Register
CANR_MODATAL37  0xF00294B0          Message Object 37 Data Register Low
CANR_MODATAH37  0xF00294B4          Message Object 37 Data Register High
CANR_MOAR37     0xF00294B8          Message Object 37 Arbitration Register
CANR_MOCTR37    0xF00294BC          Message Object 37 Control Register
CANR_MOFCR38    0xF00294C0          Message Object 38 Function Control Register
CANR_MOFGPR38   0xF00294C4          Message Object 38 FIFO/Gateway Pointer Register
CANR_MOIPR38    0xF00294C8          Message Object 38 Interrupt Pointer Register
CANR_MOAMR38    0xF00294CC          Message Object 38 Acceptance Mask Register
CANR_MODATAL38  0xF00294D0          Message Object 38 Data Register Low
CANR_MODATAH38  0xF00294D4          Message Object 38 Data Register High
CANR_MOAR38     0xF00294D8          Message Object 38 Arbitration Register
CANR_MOCTR38    0xF00294DC          Message Object 38 Control Register
CANR_MOFCR39    0xF00294E0          Message Object 39 Function Control Register
CANR_MOFGPR39   0xF00294E4          Message Object 39 FIFO/Gateway Pointer Register
CANR_MOIPR39    0xF00294E8          Message Object 39 Interrupt Pointer Register
CANR_MOAMR39    0xF00294EC          Message Object 39 Acceptance Mask Register
CANR_MODATAL39  0xF00294F0          Message Object 39 Data Register Low
CANR_MODATAH39  0xF00294F4          Message Object 39 Data Register High
CANR_MOAR39     0xF00294F8          Message Object 39 Arbitration Register
CANR_MOCTR39    0xF00294FC          Message Object 39 Control Register
CANR_MOFCR40    0xF0029500          Message Object 40 Function Control Register
CANR_MOFGPR40   0xF0029504          Message Object 40 FIFO/Gateway Pointer Register
CANR_MOIPR40    0xF0029508          Message Object 40 Interrupt Pointer Register
CANR_MOAMR40    0xF002950C          Message Object 40 Acceptance Mask Register
CANR_MODATAL40  0xF0029510          Message Object 40 Data Register Low
CANR_MODATAH40  0xF0029514          Message Object 40 Data Register High
CANR_MOAR40     0xF0029518          Message Object 40 Arbitration Register
CANR_MOCTR40    0xF002951C          Message Object 40 Control Register
CANR_MOFCR41    0xF0029520          Message Object 41 Function Control Register
CANR_MOFGPR41   0xF0029524          Message Object 41 FIFO/Gateway Pointer Register
CANR_MOIPR41    0xF0029528          Message Object 41 Interrupt Pointer Register
CANR_MOAMR41    0xF002952C          Message Object 41 Acceptance Mask Register
CANR_MODATAL41  0xF0029530          Message Object 41 Data Register Low
CANR_MODATAH41  0xF0029534          Message Object 41 Data Register High
CANR_MOAR41     0xF0029538          Message Object 41 Arbitration Register
CANR_MOCTR41    0xF002953C          Message Object 41 Control Register
CANR_MOFCR42    0xF0029540          Message Object 42 Function Control Register
CANR_MOFGPR42   0xF0029544          Message Object 42 FIFO/Gateway Pointer Register
CANR_MOIPR42    0xF0029548          Message Object 42 Interrupt Pointer Register
CANR_MOAMR42    0xF002954C          Message Object 42 Acceptance Mask Register
CANR_MODATAL42  0xF0029550          Message Object 42 Data Register Low
CANR_MODATAH42  0xF0029554          Message Object 42 Data Register High
CANR_MOAR42     0xF0029558          Message Object 42 Arbitration Register
CANR_MOCTR42    0xF002955C          Message Object 42 Control Register
CANR_MOFCR43    0xF0029560          Message Object 43 Function Control Register
CANR_MOFGPR43   0xF0029564          Message Object 43 FIFO/Gateway Pointer Register
CANR_MOIPR43    0xF0029568          Message Object 43 Interrupt Pointer Register
CANR_MOAMR43    0xF002956C          Message Object 43 Acceptance Mask Register
CANR_MODATAL43  0xF0029570          Message Object 43 Data Register Low
CANR_MODATAH43  0xF0029574          Message Object 43 Data Register High
CANR_MOAR43     0xF0029578          Message Object 43 Arbitration Register
CANR_MOCTR43    0xF002957C          Message Object 43 Control Register
CANR_MOFCR44    0xF0029580          Message Object 44 Function Control Register
CANR_MOFGPR44   0xF0029584          Message Object 44 FIFO/Gateway Pointer Register
CANR_MOIPR44    0xF0029588          Message Object 44 Interrupt Pointer Register
CANR_MOAMR44    0xF002958C          Message Object 44 Acceptance Mask Register
CANR_MODATAL44  0xF0029590          Message Object 44 Data Register Low
CANR_MODATAH44  0xF0029594          Message Object 44 Data Register High
CANR_MOAR44     0xF0029598          Message Object 44 Arbitration Register
CANR_MOCTR44    0xF002959C          Message Object 44 Control Register
CANR_MOFCR45    0xF00295A0          Message Object 45 Function Control Register
CANR_MOFGPR45   0xF00295A4          Message Object 45 FIFO/Gateway Pointer Register
CANR_MOIPR45    0xF00295A8          Message Object 45 Interrupt Pointer Register
CANR_MOAMR45    0xF00295AC          Message Object 45 Acceptance Mask Register
CANR_MODATAL45  0xF00295B0          Message Object 45 Data Register Low
CANR_MODATAH45  0xF00295B4          Message Object 45 Data Register High
CANR_MOAR45     0xF00295B8          Message Object 45 Arbitration Register
CANR_MOCTR45    0xF00295BC          Message Object 45 Control Register
CANR_MOFCR46    0xF00295C0          Message Object 46 Function Control Register
CANR_MOFGPR46   0xF00295C4          Message Object 46 FIFO/Gateway Pointer Register
CANR_MOIPR46    0xF00295C8          Message Object 46 Interrupt Pointer Register
CANR_MOAMR46    0xF00295CC          Message Object 46 Acceptance Mask Register
CANR_MODATAL46  0xF00295D0          Message Object 46 Data Register Low
CANR_MODATAH46  0xF00295D4          Message Object 46 Data Register High
CANR_MOAR46     0xF00295D8          Message Object 46 Arbitration Register
CANR_MOCTR46    0xF00295DC          Message Object 46 Control Register
CANR_MOFCR47    0xF00295E0          Message Object 47 Function Control Register
CANR_MOFGPR47   0xF00295E4          Message Object 47 FIFO/Gateway Pointer Register
CANR_MOIPR47    0xF00295E8          Message Object 47 Interrupt Pointer Register
CANR_MOAMR47    0xF00295EC          Message Object 47 Acceptance Mask Register
CANR_MODATAL47  0xF00295F0          Message Object 47 Data Register Low
CANR_MODATAH47  0xF00295F4          Message Object 47 Data Register High
CANR_MOAR47     0xF00295F8          Message Object 47 Arbitration Register
CANR_MOCTR47    0xF00295FC          Message Object 47 Control Register
CANR_MOFCR48    0xF0029600          Message Object 48 Function Control Register
CANR_MOFGPR48   0xF0029604          Message Object 48 FIFO/Gateway Pointer Register
CANR_MOIPR48    0xF0029608          Message Object 48 Interrupt Pointer Register
CANR_MOAMR48    0xF002960C          Message Object 48 Acceptance Mask Register
CANR_MODATAL48  0xF0029610          Message Object 48 Data Register Low
CANR_MODATAH48  0xF0029614          Message Object 48 Data Register High
CANR_MOAR48     0xF0029618          Message Object 48 Arbitration Register
CANR_MOCTR48    0xF002961C          Message Object 48 Control Register
CANR_MOFCR49    0xF0029620          Message Object 49 Function Control Register
CANR_MOFGPR49   0xF0029624          Message Object 49 FIFO/Gateway Pointer Register
CANR_MOIPR49    0xF0029628          Message Object 49 Interrupt Pointer Register
CANR_MOAMR49    0xF002962C          Message Object 49 Acceptance Mask Register
CANR_MODATAL49  0xF0029630          Message Object 49 Data Register Low
CANR_MODATAH49  0xF0029634          Message Object 49 Data Register High
CANR_MOAR49     0xF0029638          Message Object 49 Arbitration Register
CANR_MOCTR49    0xF002963C          Message Object 49 Control Register
CANR_MOFCR50    0xF0029640          Message Object 50 Function Control Register
CANR_MOFGPR50   0xF0029644          Message Object 50 FIFO/Gateway Pointer Register
CANR_MOIPR50    0xF0029648          Message Object 50 Interrupt Pointer Register
CANR_MOAMR50    0xF002964C          Message Object 50 Acceptance Mask Register
CANR_MODATAL50  0xF0029650          Message Object 50 Data Register Low
CANR_MODATAH50  0xF0029654          Message Object 50 Data Register High
CANR_MOAR50     0xF0029658          Message Object 50 Arbitration Register
CANR_MOCTR50    0xF002965C          Message Object 50 Control Register
CANR_MOFCR51    0xF0029660          Message Object 51 Function Control Register
CANR_MOFGPR51   0xF0029664          Message Object 51 FIFO/Gateway Pointer Register
CANR_MOIPR51    0xF0029668          Message Object 51 Interrupt Pointer Register
CANR_MOAMR51    0xF002966C          Message Object 51 Acceptance Mask Register
CANR_MODATAL51  0xF0029670          Message Object 51 Data Register Low
CANR_MODATAH51  0xF0029674          Message Object 51 Data Register High
CANR_MOAR51     0xF0029678          Message Object 51 Arbitration Register
CANR_MOCTR51    0xF002967C          Message Object 51 Control Register
CANR_MOFCR52    0xF0029680          Message Object 52 Function Control Register
CANR_MOFGPR52   0xF0029684          Message Object 52 FIFO/Gateway Pointer Register
CANR_MOIPR52    0xF0029688          Message Object 52 Interrupt Pointer Register
CANR_MOAMR52    0xF002968C          Message Object 52 Acceptance Mask Register
CANR_MODATAL52  0xF0029690          Message Object 52 Data Register Low
CANR_MODATAH52  0xF0029694          Message Object 52 Data Register High
CANR_MOAR52     0xF0029698          Message Object 52 Arbitration Register
CANR_MOCTR52    0xF002969C          Message Object 52 Control Register
CANR_MOFCR53    0xF00296A0          Message Object 53 Function Control Register
CANR_MOFGPR53   0xF00296A4          Message Object 53 FIFO/Gateway Pointer Register
CANR_MOIPR53    0xF00296A8          Message Object 53 Interrupt Pointer Register
CANR_MOAMR53    0xF00296AC          Message Object 53 Acceptance Mask Register
CANR_MODATAL53  0xF00296B0          Message Object 53 Data Register Low
CANR_MODATAH53  0xF00296B4          Message Object 53 Data Register High
CANR_MOAR53     0xF00296B8          Message Object 53 Arbitration Register
CANR_MOCTR53    0xF00296BC          Message Object 53 Control Register
CANR_MOFCR54    0xF00296C0          Message Object 54 Function Control Register
CANR_MOFGPR54   0xF00296C4          Message Object 54 FIFO/Gateway Pointer Register
CANR_MOIPR54    0xF00296C8          Message Object 54 Interrupt Pointer Register
CANR_MOAMR54    0xF00296CC          Message Object 54 Acceptance Mask Register
CANR_MODATAL54  0xF00296D0          Message Object 54 Data Register Low
CANR_MODATAH54  0xF00296D4          Message Object 54 Data Register High
CANR_MOAR54     0xF00296D8          Message Object 54 Arbitration Register
CANR_MOCTR54    0xF00296DC          Message Object 54 Control Register
CANR_MOFCR55    0xF00296E0          Message Object 55 Function Control Register
CANR_MOFGPR55   0xF00296E4          Message Object 55 FIFO/Gateway Pointer Register
CANR_MOIPR55    0xF00296E8          Message Object 55 Interrupt Pointer Register
CANR_MOAMR55    0xF00296EC          Message Object 55 Acceptance Mask Register
CANR_MODATAL55  0xF00296F0          Message Object 55 Data Register Low
CANR_MODATAH55  0xF00296F4          Message Object 55 Data Register High
CANR_MOAR55     0xF00296F8          Message Object 55 Arbitration Register
CANR_MOCTR55    0xF00296FC          Message Object 55 Control Register
CANR_MOFCR56    0xF0029700          Message Object 56 Function Control Register
CANR_MOFGPR56   0xF0029704          Message Object 56 FIFO/Gateway Pointer Register
CANR_MOIPR56    0xF0029708          Message Object 56 Interrupt Pointer Register
CANR_MOAMR56    0xF002970C          Message Object 56 Acceptance Mask Register
CANR_MODATAL56  0xF0029710          Message Object 56 Data Register Low
CANR_MODATAH56  0xF0029714          Message Object 56 Data Register High
CANR_MOAR56     0xF0029718          Message Object 56 Arbitration Register
CANR_MOCTR56    0xF002971C          Message Object 56 Control Register
CANR_MOFCR57    0xF0029720          Message Object 57 Function Control Register
CANR_MOFGPR57   0xF0029724          Message Object 57 FIFO/Gateway Pointer Register
CANR_MOIPR57    0xF0029728          Message Object 57 Interrupt Pointer Register
CANR_MOAMR57    0xF002972C          Message Object 57 Acceptance Mask Register
CANR_MODATAL57  0xF0029730          Message Object 57 Data Register Low
CANR_MODATAH57  0xF0029734          Message Object 57 Data Register High
CANR_MOAR57     0xF0029738          Message Object 57 Arbitration Register
CANR_MOCTR57    0xF002973C          Message Object 57 Control Register
CANR_MOFCR58    0xF0029740          Message Object 58 Function Control Register
CANR_MOFGPR58   0xF0029744          Message Object 58 FIFO/Gateway Pointer Register
CANR_MOIPR58    0xF0029748          Message Object 58 Interrupt Pointer Register
CANR_MOAMR58    0xF002974C          Message Object 58 Acceptance Mask Register
CANR_MODATAL58  0xF0029750          Message Object 58 Data Register Low
CANR_MODATAH58  0xF0029754          Message Object 58 Data Register High
CANR_MOAR58     0xF0029758          Message Object 58 Arbitration Register
CANR_MOCTR58    0xF002975C          Message Object 58 Control Register
CANR_MOFCR59    0xF0029760          Message Object 59 Function Control Register
CANR_MOFGPR59   0xF0029764          Message Object 59 FIFO/Gateway Pointer Register
CANR_MOIPR59    0xF0029768          Message Object 59 Interrupt Pointer Register
CANR_MOAMR59    0xF002976C          Message Object 59 Acceptance Mask Register
CANR_MODATAL59  0xF0029770          Message Object 59 Data Register Low
CANR_MODATAH59  0xF0029774          Message Object 59 Data Register High
CANR_MOAR59     0xF0029778          Message Object 59 Arbitration Register
CANR_MOCTR59    0xF002977C          Message Object 59 Control Register
CANR_MOFCR60    0xF0029780          Message Object 60 Function Control Register
CANR_MOFGPR60   0xF0029784          Message Object 60 FIFO/Gateway Pointer Register
CANR_MOIPR60    0xF0029788          Message Object 60 Interrupt Pointer Register
CANR_MOAMR60    0xF002978C          Message Object 60 Acceptance Mask Register
CANR_MODATAL60  0xF0029790          Message Object 60 Data Register Low
CANR_MODATAH60  0xF0029794          Message Object 60 Data Register High
CANR_MOAR60     0xF0029798          Message Object 60 Arbitration Register
CANR_MOCTR60    0xF002979C          Message Object 60 Control Register
CANR_MOFCR61    0xF00297A0          Message Object 61 Function Control Register
CANR_MOFGPR61   0xF00297A4          Message Object 61 FIFO/Gateway Pointer Register
CANR_MOIPR61    0xF00297A8          Message Object 61 Interrupt Pointer Register
CANR_MOAMR61    0xF00297AC          Message Object 61 Acceptance Mask Register
CANR_MODATAL61  0xF00297B0          Message Object 61 Data Register Low
CANR_MODATAH61  0xF00297B4          Message Object 61 Data Register High
CANR_MOAR61     0xF00297B8          Message Object 61 Arbitration Register
CANR_MOCTR61    0xF00297BC          Message Object 61 Control Register
CANR_MOFCR62    0xF00297C0          Message Object 62 Function Control Register
CANR_MOFGPR62   0xF00297C4          Message Object 62 FIFO/Gateway Pointer Register
CANR_MOIPR62    0xF00297C8          Message Object 62 Interrupt Pointer Register
CANR_MOAMR62    0xF00297CC          Message Object 62 Acceptance Mask Register
CANR_MODATAL62  0xF00297D0          Message Object 62 Data Register Low
CANR_MODATAH62  0xF00297D4          Message Object 62 Data Register High
CANR_MOAR62     0xF00297D8          Message Object 62 Arbitration Register
CANR_MOCTR62    0xF00297DC          Message Object 62 Control Register
CANR_MOFCR63    0xF00297E0          Message Object 63 Function Control Register
CANR_MOFGPR63   0xF00297E4          Message Object 63 FIFO/Gateway Pointer Register
CANR_MOIPR63    0xF00297E8          Message Object 63 Interrupt Pointer Register
CANR_MOAMR63    0xF00297EC          Message Object 63 Acceptance Mask Register
CANR_MODATAL63  0xF00297F0          Message Object 63 Data Register Low
CANR_MODATAH63  0xF00297F4          Message Object 63 Data Register High
CANR_MOAR63     0xF00297F8          Message Object 63 Arbitration Register
CANR_MOCTR63    0xF00297FC          Message Object 63 Control Register
CANR_MOFCR64    0xF0029800          Message Object 64 Function Control Register
CANR_MOFGPR64   0xF0029804          Message Object 64 FIFO/Gateway Pointer Register
CANR_MOIPR64    0xF0029808          Message Object 64 Interrupt Pointer Register
CANR_MOAMR64    0xF002980C          Message Object 64 Acceptance Mask Register
CANR_MODATAL64  0xF0029810          Message Object 64 Data Register Low
CANR_MODATAH64  0xF0029814          Message Object 64 Data Register High
CANR_MOAR64     0xF0029818          Message Object 64 Arbitration Register
CANR_MOCTR64    0xF002981C          Message Object 64 Control Register
CANR_MOFCR65    0xF0029820          Message Object 65 Function Control Register
CANR_MOFGPR65   0xF0029824          Message Object 65 FIFO/Gateway Pointer Register
CANR_MOIPR65    0xF0029828          Message Object 65 Interrupt Pointer Register
CANR_MOAMR65    0xF002982C          Message Object 65 Acceptance Mask Register
CANR_MODATAL65  0xF0029830          Message Object 65 Data Register Low
CANR_MODATAH65  0xF0029834          Message Object 65 Data Register High
CANR_MOAR65     0xF0029838          Message Object 65 Arbitration Register
CANR_MOCTR65    0xF002983C          Message Object 65 Control Register
CANR_MOFCR66    0xF0029840          Message Object 66 Function Control Register
CANR_MOFGPR66   0xF0029844          Message Object 66 FIFO/Gateway Pointer Register
CANR_MOIPR66    0xF0029848          Message Object 66 Interrupt Pointer Register
CANR_MOAMR66    0xF002984C          Message Object 66 Acceptance Mask Register
CANR_MODATAL66  0xF0029850          Message Object 66 Data Register Low
CANR_MODATAH66  0xF0029854          Message Object 66 Data Register High
CANR_MOAR66     0xF0029858          Message Object 66 Arbitration Register
CANR_MOCTR66    0xF002985C          Message Object 66 Control Register
CANR_MOFCR67    0xF0029860          Message Object 67 Function Control Register
CANR_MOFGPR67   0xF0029864          Message Object 67 FIFO/Gateway Pointer Register
CANR_MOIPR67    0xF0029868          Message Object 67 Interrupt Pointer Register
CANR_MOAMR67    0xF002986C          Message Object 67 Acceptance Mask Register
CANR_MODATAL67  0xF0029870          Message Object 67 Data Register Low
CANR_MODATAH67  0xF0029874          Message Object 67 Data Register High
CANR_MOAR67     0xF0029878          Message Object 67 Arbitration Register
CANR_MOCTR67    0xF002987C          Message Object 67 Control Register
CANR_MOFCR68    0xF0029880          Message Object 68 Function Control Register
CANR_MOFGPR68   0xF0029884          Message Object 68 FIFO/Gateway Pointer Register
CANR_MOIPR68    0xF0029888          Message Object 68 Interrupt Pointer Register
CANR_MOAMR68    0xF002988C          Message Object 68 Acceptance Mask Register
CANR_MODATAL68  0xF0029890          Message Object 68 Data Register Low
CANR_MODATAH68  0xF0029894          Message Object 68 Data Register High
CANR_MOAR68     0xF0029898          Message Object 68 Arbitration Register
CANR_MOCTR68    0xF002989C          Message Object 68 Control Register
CANR_MOFCR69    0xF00298A0          Message Object 69 Function Control Register
CANR_MOFGPR69   0xF00298A4          Message Object 69 FIFO/Gateway Pointer Register
CANR_MOIPR69    0xF00298A8          Message Object 69 Interrupt Pointer Register
CANR_MOAMR69    0xF00298AC          Message Object 69 Acceptance Mask Register
CANR_MODATAL69  0xF00298B0          Message Object 69 Data Register Low
CANR_MODATAH69  0xF00298B4          Message Object 69 Data Register High
CANR_MOAR69     0xF00298B8          Message Object 69 Arbitration Register
CANR_MOCTR69    0xF00298BC          Message Object 69 Control Register
CANR_MOFCR70    0xF00298C0          Message Object 70 Function Control Register
CANR_MOFGPR70   0xF00298C4          Message Object 70 FIFO/Gateway Pointer Register
CANR_MOIPR70    0xF00298C8          Message Object 70 Interrupt Pointer Register
CANR_MOAMR70    0xF00298CC          Message Object 70 Acceptance Mask Register
CANR_MODATAL70  0xF00298D0          Message Object 70 Data Register Low
CANR_MODATAH70  0xF00298D4          Message Object 70 Data Register High
CANR_MOAR70     0xF00298D8          Message Object 70 Arbitration Register
CANR_MOCTR70    0xF00298DC          Message Object 70 Control Register
CANR_MOFCR71    0xF00298E0          Message Object 71 Function Control Register
CANR_MOFGPR71   0xF00298E4          Message Object 71 FIFO/Gateway Pointer Register
CANR_MOIPR71    0xF00298E8          Message Object 71 Interrupt Pointer Register
CANR_MOAMR71    0xF00298EC          Message Object 71 Acceptance Mask Register
CANR_MODATAL71  0xF00298F0          Message Object 71 Data Register Low
CANR_MODATAH71  0xF00298F4          Message Object 71 Data Register High
CANR_MOAR71     0xF00298F8          Message Object 71 Arbitration Register
CANR_MOCTR71    0xF00298FC          Message Object 71 Control Register
CANR_MOFCR72    0xF0029900          Message Object 72 Function Control Register
CANR_MOFGPR72   0xF0029904          Message Object 72 FIFO/Gateway Pointer Register
CANR_MOIPR72    0xF0029908          Message Object 72 Interrupt Pointer Register
CANR_MOAMR72    0xF002990C          Message Object 72 Acceptance Mask Register
CANR_MODATAL72  0xF0029910          Message Object 72 Data Register Low
CANR_MODATAH72  0xF0029914          Message Object 72 Data Register High
CANR_MOAR72     0xF0029918          Message Object 72 Arbitration Register
CANR_MOCTR72    0xF002991C          Message Object 72 Control Register
CANR_MOFCR73    0xF0029920          Message Object 73 Function Control Register
CANR_MOFGPR73   0xF0029924          Message Object 73 FIFO/Gateway Pointer Register
CANR_MOIPR73    0xF0029928          Message Object 73 Interrupt Pointer Register
CANR_MOAMR73    0xF002992C          Message Object 73 Acceptance Mask Register
CANR_MODATAL73  0xF0029930          Message Object 73 Data Register Low
CANR_MODATAH73  0xF0029934          Message Object 73 Data Register High
CANR_MOAR73     0xF0029938          Message Object 73 Arbitration Register
CANR_MOCTR73    0xF002993C          Message Object 73 Control Register
CANR_MOFCR74    0xF0029940          Message Object 74 Function Control Register
CANR_MOFGPR74   0xF0029944          Message Object 74 FIFO/Gateway Pointer Register
CANR_MOIPR74    0xF0029948          Message Object 74 Interrupt Pointer Register
CANR_MOAMR74    0xF002994C          Message Object 74 Acceptance Mask Register
CANR_MODATAL74  0xF0029950          Message Object 74 Data Register Low
CANR_MODATAH74  0xF0029954          Message Object 74 Data Register High
CANR_MOAR74     0xF0029958          Message Object 74 Arbitration Register
CANR_MOCTR74    0xF002995C          Message Object 74 Control Register
CANR_MOFCR75    0xF0029960          Message Object 75 Function Control Register
CANR_MOFGPR75   0xF0029964          Message Object 75 FIFO/Gateway Pointer Register
CANR_MOIPR75    0xF0029968          Message Object 75 Interrupt Pointer Register
CANR_MOAMR75    0xF002996C          Message Object 75 Acceptance Mask Register
CANR_MODATAL75  0xF0029970          Message Object 75 Data Register Low
CANR_MODATAH75  0xF0029974          Message Object 75 Data Register High
CANR_MOAR75     0xF0029978          Message Object 75 Arbitration Register
CANR_MOCTR75    0xF002997C          Message Object 75 Control Register
CANR_MOFCR76    0xF0029980          Message Object 76 Function Control Register
CANR_MOFGPR76   0xF0029984          Message Object 76 FIFO/Gateway Pointer Register
CANR_MOIPR76    0xF0029988          Message Object 76 Interrupt Pointer Register
CANR_MOAMR76    0xF002998C          Message Object 76 Acceptance Mask Register
CANR_MODATAL76  0xF0029990          Message Object 76 Data Register Low
CANR_MODATAH76  0xF0029994          Message Object 76 Data Register High
CANR_MOAR76     0xF0029998          Message Object 76 Arbitration Register
CANR_MOCTR76    0xF002999C          Message Object 76 Control Register
CANR_MOFCR77    0xF00299A0          Message Object 77 Function Control Register
CANR_MOFGPR77   0xF00299A4          Message Object 77 FIFO/Gateway Pointer Register
CANR_MOIPR77    0xF00299A8          Message Object 77 Interrupt Pointer Register
CANR_MOAMR77    0xF00299AC          Message Object 77 Acceptance Mask Register
CANR_MODATAL77  0xF00299B0          Message Object 77 Data Register Low
CANR_MODATAH77  0xF00299B4          Message Object 77 Data Register High
CANR_MOAR77     0xF00299B8          Message Object 77 Arbitration Register
CANR_MOCTR77    0xF00299BC          Message Object 77 Control Register
CANR_MOFCR78    0xF00299C0          Message Object 78 Function Control Register
CANR_MOFGPR78   0xF00299C4          Message Object 78 FIFO/Gateway Pointer Register
CANR_MOIPR78    0xF00299C8          Message Object 78 Interrupt Pointer Register
CANR_MOAMR78    0xF00299CC          Message Object 78 Acceptance Mask Register
CANR_MODATAL78  0xF00299D0          Message Object 78 Data Register Low
CANR_MODATAH78  0xF00299D4          Message Object 78 Data Register High
CANR_MOAR78     0xF00299D8          Message Object 78 Arbitration Register
CANR_MOCTR78    0xF00299DC          Message Object 78 Control Register
CANR_MOFCR79    0xF00299E0          Message Object 79 Function Control Register
CANR_MOFGPR79   0xF00299E4          Message Object 79 FIFO/Gateway Pointer Register
CANR_MOIPR79    0xF00299E8          Message Object 79 Interrupt Pointer Register
CANR_MOAMR79    0xF00299EC          Message Object 79 Acceptance Mask Register
CANR_MODATAL79  0xF00299F0          Message Object 79 Data Register Low
CANR_MODATAH79  0xF00299F4          Message Object 79 Data Register High
CANR_MOAR79     0xF00299F8          Message Object 79 Arbitration Register
CANR_MOCTR79    0xF00299FC          Message Object 79 Control Register
CANR_MOFCR80    0xF0029A00          Message Object 80 Function Control Register
CANR_MOFGPR80   0xF0029A04          Message Object 80 FIFO/Gateway Pointer Register
CANR_MOIPR80    0xF0029A08          Message Object 80 Interrupt Pointer Register
CANR_MOAMR80    0xF0029A0C          Message Object 80 Acceptance Mask Register
CANR_MODATAL80  0xF0029A10          Message Object 80 Data Register Low
CANR_MODATAH80  0xF0029A14          Message Object 80 Data Register High
CANR_MOAR80     0xF0029A18          Message Object 80 Arbitration Register
CANR_MOCTR80    0xF0029A1C          Message Object 80 Control Register
CANR_MOFCR81    0xF0029A20          Message Object 81 Function Control Register
CANR_MOFGPR81   0xF0029A24          Message Object 81 FIFO/Gateway Pointer Register
CANR_MOIPR81    0xF0029A28          Message Object 81 Interrupt Pointer Register
CANR_MOAMR81    0xF0029A2C          Message Object 81 Acceptance Mask Register
CANR_MODATAL81  0xF0029A30          Message Object 81 Data Register Low
CANR_MODATAH81  0xF0029A34          Message Object 81 Data Register High
CANR_MOAR81     0xF0029A38          Message Object 81 Arbitration Register
CANR_MOCTR81    0xF0029A3C          Message Object 81 Control Register
CANR_MOFCR82    0xF0029A40          Message Object 82 Function Control Register
CANR_MOFGPR82   0xF0029A44          Message Object 82 FIFO/Gateway Pointer Register
CANR_MOIPR82    0xF0029A48          Message Object 82 Interrupt Pointer Register
CANR_MOAMR82    0xF0029A4C          Message Object 82 Acceptance Mask Register
CANR_MODATAL82  0xF0029A50          Message Object 82 Data Register Low
CANR_MODATAH82  0xF0029A54          Message Object 82 Data Register High
CANR_MOAR82     0xF0029A58          Message Object 82 Arbitration Register
CANR_MOCTR82    0xF0029A5C          Message Object 82 Control Register
CANR_MOFCR83    0xF0029A60          Message Object 83 Function Control Register
CANR_MOFGPR83   0xF0029A64          Message Object 83 FIFO/Gateway Pointer Register
CANR_MOIPR83    0xF0029A68          Message Object 83 Interrupt Pointer Register
CANR_MOAMR83    0xF0029A6C          Message Object 83 Acceptance Mask Register
CANR_MODATAL83  0xF0029A70          Message Object 83 Data Register Low
CANR_MODATAH83  0xF0029A74          Message Object 83 Data Register High
CANR_MOAR83     0xF0029A78          Message Object 83 Arbitration Register
CANR_MOCTR83    0xF0029A7C          Message Object 83 Control Register
CANR_MOFCR84    0xF0029A80          Message Object 84 Function Control Register
CANR_MOFGPR84   0xF0029A84          Message Object 84 FIFO/Gateway Pointer Register
CANR_MOIPR84    0xF0029A88          Message Object 84 Interrupt Pointer Register
CANR_MOAMR84    0xF0029A8C          Message Object 84 Acceptance Mask Register
CANR_MODATAL84  0xF0029A90          Message Object 84 Data Register Low
CANR_MODATAH84  0xF0029A94          Message Object 84 Data Register High
CANR_MOAR84     0xF0029A98          Message Object 84 Arbitration Register
CANR_MOCTR84    0xF0029A9C          Message Object 84 Control Register
CANR_MOFCR85    0xF0029AA0          Message Object 85 Function Control Register
CANR_MOFGPR85   0xF0029AA4          Message Object 85 FIFO/Gateway Pointer Register
CANR_MOIPR85    0xF0029AA8          Message Object 85 Interrupt Pointer Register
CANR_MOAMR85    0xF0029AAC          Message Object 85 Acceptance Mask Register
CANR_MODATAL85  0xF0029AB0          Message Object 85 Data Register Low
CANR_MODATAH85  0xF0029AB4          Message Object 85 Data Register High
CANR_MOAR85     0xF0029AB8          Message Object 85 Arbitration Register
CANR_MOCTR85    0xF0029ABC          Message Object 85 Control Register
CANR_MOFCR86    0xF0029AC0          Message Object 86 Function Control Register
CANR_MOFGPR86   0xF0029AC4          Message Object 86 FIFO/Gateway Pointer Register
CANR_MOIPR86    0xF0029AC8          Message Object 86 Interrupt Pointer Register
CANR_MOAMR86    0xF0029ACC          Message Object 86 Acceptance Mask Register
CANR_MODATAL86  0xF0029AD0          Message Object 86 Data Register Low
CANR_MODATAH86  0xF0029AD4          Message Object 86 Data Register High
CANR_MOAR86     0xF0029AD8          Message Object 86 Arbitration Register
CANR_MOCTR86    0xF0029ADC          Message Object 86 Control Register
CANR_MOFCR87    0xF0029AE0          Message Object 87 Function Control Register
CANR_MOFGPR87   0xF0029AE4          Message Object 87 FIFO/Gateway Pointer Register
CANR_MOIPR87    0xF0029AE8          Message Object 87 Interrupt Pointer Register
CANR_MOAMR87    0xF0029AEC          Message Object 87 Acceptance Mask Register
CANR_MODATAL87  0xF0029AF0          Message Object 87 Data Register Low
CANR_MODATAH87  0xF0029AF4          Message Object 87 Data Register High
CANR_MOAR87     0xF0029AF8          Message Object 87 Arbitration Register
CANR_MOCTR87    0xF0029AFC          Message Object 87 Control Register
CANR_MOFCR88    0xF0029B00          Message Object 88 Function Control Register
CANR_MOFGPR88   0xF0029B04          Message Object 88 FIFO/Gateway Pointer Register
CANR_MOIPR88    0xF0029B08          Message Object 88 Interrupt Pointer Register
CANR_MOAMR88    0xF0029B0C          Message Object 88 Acceptance Mask Register
CANR_MODATAL88  0xF0029B10          Message Object 88 Data Register Low
CANR_MODATAH88  0xF0029B14          Message Object 88 Data Register High
CANR_MOAR88     0xF0029B18          Message Object 88 Arbitration Register
CANR_MOCTR88    0xF0029B1C          Message Object 88 Control Register
CANR_MOFCR89    0xF0029B20          Message Object 89 Function Control Register
CANR_MOFGPR89   0xF0029B24          Message Object 89 FIFO/Gateway Pointer Register
CANR_MOIPR89    0xF0029B28          Message Object 89 Interrupt Pointer Register
CANR_MOAMR89    0xF0029B2C          Message Object 89 Acceptance Mask Register
CANR_MODATAL89  0xF0029B30          Message Object 89 Data Register Low
CANR_MODATAH89  0xF0029B34          Message Object 89 Data Register High
CANR_MOAR89     0xF0029B38          Message Object 89 Arbitration Register
CANR_MOCTR89    0xF0029B3C          Message Object 89 Control Register
CANR_MOFCR90    0xF0029B40          Message Object 90 Function Control Register
CANR_MOFGPR90   0xF0029B44          Message Object 90 FIFO/Gateway Pointer Register
CANR_MOIPR90    0xF0029B48          Message Object 90 Interrupt Pointer Register
CANR_MOAMR90    0xF0029B4C          Message Object 90 Acceptance Mask Register
CANR_MODATAL90  0xF0029B50          Message Object 90 Data Register Low
CANR_MODATAH90  0xF0029B54          Message Object 90 Data Register High
CANR_MOAR90     0xF0029B58          Message Object 90 Arbitration Register
CANR_MOCTR90    0xF0029B5C          Message Object 90 Control Register
CANR_MOFCR91    0xF0029B60          Message Object 91 Function Control Register
CANR_MOFGPR91   0xF0029B64          Message Object 91 FIFO/Gateway Pointer Register
CANR_MOIPR91    0xF0029B68          Message Object 91 Interrupt Pointer Register
CANR_MOAMR91    0xF0029B6C          Message Object 91 Acceptance Mask Register
CANR_MODATAL91  0xF0029B70          Message Object 91 Data Register Low
CANR_MODATAH91  0xF0029B74          Message Object 91 Data Register High
CANR_MOAR91     0xF0029B78          Message Object 91 Arbitration Register
CANR_MOCTR91    0xF0029B7C          Message Object 91 Control Register
CANR_MOFCR92    0xF0029B80          Message Object 92 Function Control Register
CANR_MOFGPR92   0xF0029B84          Message Object 92 FIFO/Gateway Pointer Register
CANR_MOIPR92    0xF0029B88          Message Object 92 Interrupt Pointer Register
CANR_MOAMR92    0xF0029B8C          Message Object 92 Acceptance Mask Register
CANR_MODATAL92  0xF0029B90          Message Object 92 Data Register Low
CANR_MODATAH92  0xF0029B94          Message Object 92 Data Register High
CANR_MOAR92     0xF0029B98          Message Object 92 Arbitration Register
CANR_MOCTR92    0xF0029B9C          Message Object 92 Control Register
CANR_MOFCR93    0xF0029BA0          Message Object 93 Function Control Register
CANR_MOFGPR93   0xF0029BA4          Message Object 93 FIFO/Gateway Pointer Register
CANR_MOIPR93    0xF0029BA8          Message Object 93 Interrupt Pointer Register
CANR_MOAMR93    0xF0029BAC          Message Object 93 Acceptance Mask Register
CANR_MODATAL93  0xF0029BB0          Message Object 93 Data Register Low
CANR_MODATAH93  0xF0029BB4          Message Object 93 Data Register High
CANR_MOAR93     0xF0029BB8          Message Object 93 Arbitration Register
CANR_MOCTR93    0xF0029BBC          Message Object 93 Control Register
CANR_MOFCR94    0xF0029BC0          Message Object 94 Function Control Register
CANR_MOFGPR94   0xF0029BC4          Message Object 94 FIFO/Gateway Pointer Register
CANR_MOIPR94    0xF0029BC8          Message Object 94 Interrupt Pointer Register
CANR_MOAMR94    0xF0029BCC          Message Object 94 Acceptance Mask Register
CANR_MODATAL94  0xF0029BD0          Message Object 94 Data Register Low
CANR_MODATAH94  0xF0029BD4          Message Object 94 Data Register High
CANR_MOAR94     0xF0029BD8          Message Object 94 Arbitration Register
CANR_MOCTR94    0xF0029BDC          Message Object 94 Control Register
CANR_MOFCR95    0xF0029BE0          Message Object 95 Function Control Register
CANR_MOFGPR95   0xF0029BE4          Message Object 95 FIFO/Gateway Pointer Register
CANR_MOIPR95    0xF0029BE8          Message Object 95 Interrupt Pointer Register
CANR_MOAMR95    0xF0029BEC          Message Object 95 Acceptance Mask Register
CANR_MODATAL95  0xF0029BF0          Message Object 95 Data Register Low
CANR_MODATAH95  0xF0029BF4          Message Object 95 Data Register High
CANR_MOAR95     0xF0029BF8          Message Object 95 Arbitration Register
CANR_MOCTR95    0xF0029BFC          Message Object 95 Control Register
CANR_MOFCR96    0xF0029C00          Message Object 96 Function Control Register
CANR_MOFGPR96   0xF0029C04          Message Object 96 FIFO/Gateway Pointer Register
CANR_MOIPR96    0xF0029C08          Message Object 96 Interrupt Pointer Register
CANR_MOAMR96    0xF0029C0C          Message Object 96 Acceptance Mask Register
CANR_MODATAL96  0xF0029C10          Message Object 96 Data Register Low
CANR_MODATAH96  0xF0029C14          Message Object 96 Data Register High
CANR_MOAR96     0xF0029C18          Message Object 96 Arbitration Register
CANR_MOCTR96    0xF0029C1C          Message Object 96 Control Register
CANR_MOFCR97    0xF0029C20          Message Object 97 Function Control Register
CANR_MOFGPR97   0xF0029C24          Message Object 97 FIFO/Gateway Pointer Register
CANR_MOIPR97    0xF0029C28          Message Object 97 Interrupt Pointer Register
CANR_MOAMR97    0xF0029C2C          Message Object 97 Acceptance Mask Register
CANR_MODATAL97  0xF0029C30          Message Object 97 Data Register Low
CANR_MODATAH97  0xF0029C34          Message Object 97 Data Register High
CANR_MOAR97     0xF0029C38          Message Object 97 Arbitration Register
CANR_MOCTR97    0xF0029C3C          Message Object 97 Control Register
CANR_MOFCR98    0xF0029C40          Message Object 98 Function Control Register
CANR_MOFGPR98   0xF0029C44          Message Object 98 FIFO/Gateway Pointer Register
CANR_MOIPR98    0xF0029C48          Message Object 98 Interrupt Pointer Register
CANR_MOAMR98    0xF0029C4C          Message Object 98 Acceptance Mask Register
CANR_MODATAL98  0xF0029C50          Message Object 98 Data Register Low
CANR_MODATAH98  0xF0029C54          Message Object 98 Data Register High
CANR_MOAR98     0xF0029C58          Message Object 98 Arbitration Register
CANR_MOCTR98    0xF0029C5C          Message Object 98 Control Register
CANR_MOFCR99    0xF0029C60          Message Object 99 Function Control Register
CANR_MOFGPR99   0xF0029C64          Message Object 99 FIFO/Gateway Pointer Register
CANR_MOIPR99    0xF0029C68          Message Object 99 Interrupt Pointer Register
CANR_MOAMR99    0xF0029C6C          Message Object 99 Acceptance Mask Register
CANR_MODATAL99  0xF0029C70          Message Object 99 Data Register Low
CANR_MODATAH99  0xF0029C74          Message Object 99 Data Register High
CANR_MOAR99     0xF0029C78          Message Object 99 Arbitration Register
CANR_MOCTR99    0xF0029C7C          Message Object 99 Control Register
CANR_MOFCR100   0xF0029C80          Message Object 100 Function Control Register
CANR_MOFGPR100  0xF0029C84          Message Object 100 FIFO/Gateway Pointer Register
CANR_MOIPR100   0xF0029C88          Message Object 100 Interrupt Pointer Register
CANR_MOAMR100   0xF0029C8C          Message Object 100 Acceptance Mask Register
CANR_MODATAL100 0xF0029C90          Message Object 100 Data Register Low
CANR_MODATAH100 0xF0029C94          Message Object 100 Data Register High
CANR_MOAR100    0xF0029C98          Message Object 100 Arbitration Register
CANR_MOCTR100   0xF0029C9C          Message Object 100 Control Register
CANR_MOFCR101   0xF0029CA0          Message Object 101 Function Control Register
CANR_MOFGPR101  0xF0029CA4          Message Object 101 FIFO/Gateway Pointer Register
CANR_MOIPR101   0xF0029CA8          Message Object 101 Interrupt Pointer Register
CANR_MOAMR101   0xF0029CAC          Message Object 101 Acceptance Mask Register
CANR_MODATAL101 0xF0029CB0          Message Object 101 Data Register Low
CANR_MODATAH101 0xF0029CB4          Message Object 101 Data Register High
CANR_MOAR101    0xF0029CB8          Message Object 101 Arbitration Register
CANR_MOCTR101   0xF0029CBC          Message Object 101 Control Register
CANR_MOFCR102   0xF0029CC0          Message Object 102 Function Control Register
CANR_MOFGPR102  0xF0029CC4          Message Object 102 FIFO/Gateway Pointer Register
CANR_MOIPR102   0xF0029CC8          Message Object 102 Interrupt Pointer Register
CANR_MOAMR102   0xF0029CCC          Message Object 102 Acceptance Mask Register
CANR_MODATAL102 0xF0029CD0          Message Object 102 Data Register Low
CANR_MODATAH102 0xF0029CD4          Message Object 102 Data Register High
CANR_MOAR102    0xF0029CD8          Message Object 102 Arbitration Register
CANR_MOCTR102   0xF0029CDC          Message Object 102 Control Register
CANR_MOFCR103   0xF0029CE0          Message Object 103 Function Control Register
CANR_MOFGPR103  0xF0029CE4          Message Object 103 FIFO/Gateway Pointer Register
CANR_MOIPR103   0xF0029CE8          Message Object 103 Interrupt Pointer Register
CANR_MOAMR103   0xF0029CEC          Message Object 103 Acceptance Mask Register
CANR_MODATAL103 0xF0029CF0          Message Object 103 Data Register Low
CANR_MODATAH103 0xF0029CF4          Message Object 103 Data Register High
CANR_MOAR103    0xF0029CF8          Message Object 103 Arbitration Register
CANR_MOCTR103   0xF0029CFC          Message Object 103 Control Register
CANR_MOFCR104   0xF0029D00          Message Object 104 Function Control Register
CANR_MOFGPR104  0xF0029D04          Message Object 104 FIFO/Gateway Pointer Register
CANR_MOIPR104   0xF0029D08          Message Object 104 Interrupt Pointer Register
CANR_MOAMR104   0xF0029D0C          Message Object 104 Acceptance Mask Register
CANR_MODATAL104 0xF0029D10          Message Object 104 Data Register Low
CANR_MODATAH104 0xF0029D14          Message Object 104 Data Register High
CANR_MOAR104    0xF0029D18          Message Object 104 Arbitration Register
CANR_MOCTR104   0xF0029D1C          Message Object 104 Control Register
CANR_MOFCR105   0xF0029D20          Message Object 105 Function Control Register
CANR_MOFGPR105  0xF0029D24          Message Object 105 FIFO/Gateway Pointer Register
CANR_MOIPR105   0xF0029D28          Message Object 105 Interrupt Pointer Register
CANR_MOAMR105   0xF0029D2C          Message Object 105 Acceptance Mask Register
CANR_MODATAL105 0xF0029D30          Message Object 105 Data Register Low
CANR_MODATAH105 0xF0029D34          Message Object 105 Data Register High
CANR_MOAR105    0xF0029D38          Message Object 105 Arbitration Register
CANR_MOCTR105   0xF0029D3C          Message Object 105 Control Register
CANR_MOFCR106   0xF0029D40          Message Object 106 Function Control Register
CANR_MOFGPR106  0xF0029D44          Message Object 106 FIFO/Gateway Pointer Register
CANR_MOIPR106   0xF0029D48          Message Object 106 Interrupt Pointer Register
CANR_MOAMR106   0xF0029D4C          Message Object 106 Acceptance Mask Register
CANR_MODATAL106 0xF0029D50          Message Object 106 Data Register Low
CANR_MODATAH106 0xF0029D54          Message Object 106 Data Register High
CANR_MOAR106    0xF0029D58          Message Object 106 Arbitration Register
CANR_MOCTR106   0xF0029D5C          Message Object 106 Control Register
CANR_MOFCR107   0xF0029D60          Message Object 107 Function Control Register
CANR_MOFGPR107  0xF0029D64          Message Object 107 FIFO/Gateway Pointer Register
CANR_MOIPR107   0xF0029D68          Message Object 107 Interrupt Pointer Register
CANR_MOAMR107   0xF0029D6C          Message Object 107 Acceptance Mask Register
CANR_MODATAL107 0xF0029D70          Message Object 107 Data Register Low
CANR_MODATAH107 0xF0029D74          Message Object 107 Data Register High
CANR_MOAR107    0xF0029D78          Message Object 107 Arbitration Register
CANR_MOCTR107   0xF0029D7C          Message Object 107 Control Register
CANR_MOFCR108   0xF0029D80          Message Object 108 Function Control Register
CANR_MOFGPR108  0xF0029D84          Message Object 108 FIFO/Gateway Pointer Register
CANR_MOIPR108   0xF0029D88          Message Object 108 Interrupt Pointer Register
CANR_MOAMR108   0xF0029D8C          Message Object 108 Acceptance Mask Register
CANR_MODATAL108 0xF0029D90          Message Object 108 Data Register Low
CANR_MODATAH108 0xF0029D94          Message Object 108 Data Register High
CANR_MOAR108    0xF0029D98          Message Object 108 Arbitration Register
CANR_MOCTR108   0xF0029D9C          Message Object 108 Control Register
CANR_MOFCR109   0xF0029DA0          Message Object 109 Function Control Register
CANR_MOFGPR109  0xF0029DA4          Message Object 109 FIFO/Gateway Pointer Register
CANR_MOIPR109   0xF0029DA8          Message Object 109 Interrupt Pointer Register
CANR_MOAMR109   0xF0029DAC          Message Object 109 Acceptance Mask Register
CANR_MODATAL109 0xF0029DB0          Message Object 109 Data Register Low
CANR_MODATAH109 0xF0029DB4          Message Object 109 Data Register High
CANR_MOAR109    0xF0029DB8          Message Object 109 Arbitration Register
CANR_MOCTR109   0xF0029DBC          Message Object 109 Control Register
CANR_MOFCR110   0xF0029DC0          Message Object 110 Function Control Register
CANR_MOFGPR110  0xF0029DC4          Message Object 110 FIFO/Gateway Pointer Register
CANR_MOIPR110   0xF0029DC8          Message Object 110 Interrupt Pointer Register
CANR_MOAMR110   0xF0029DCC          Message Object 110 Acceptance Mask Register
CANR_MODATAL110 0xF0029DD0          Message Object 110 Data Register Low
CANR_MODATAH110 0xF0029DD4          Message Object 110 Data Register High
CANR_MOAR110    0xF0029DD8          Message Object 110 Arbitration Register
CANR_MOCTR110   0xF0029DDC          Message Object 110 Control Register
CANR_MOFCR111   0xF0029DE0          Message Object 111 Function Control Register
CANR_MOFGPR111  0xF0029DE4          Message Object 111 FIFO/Gateway Pointer Register
CANR_MOIPR111   0xF0029DE8          Message Object 111 Interrupt Pointer Register
CANR_MOAMR111   0xF0029DEC          Message Object 111 Acceptance Mask Register
CANR_MODATAL111 0xF0029DF0          Message Object 111 Data Register Low
CANR_MODATAH111 0xF0029DF4          Message Object 111 Data Register High
CANR_MOAR111    0xF0029DF8          Message Object 111 Arbitration Register
CANR_MOCTR111   0xF0029DFC          Message Object 111 Control Register
CANR_MOFCR112   0xF0029E00          Message Object 112 Function Control Register
CANR_MOFGPR112  0xF0029E04          Message Object 112 FIFO/Gateway Pointer Register
CANR_MOIPR112   0xF0029E08          Message Object 112 Interrupt Pointer Register
CANR_MOAMR112   0xF0029E0C          Message Object 112 Acceptance Mask Register
CANR_MODATAL112 0xF0029E10          Message Object 112 Data Register Low
CANR_MODATAH112 0xF0029E14          Message Object 112 Data Register High
CANR_MOAR112    0xF0029E18          Message Object 112 Arbitration Register
CANR_MOCTR112   0xF0029E1C          Message Object 112 Control Register
CANR_MOFCR113   0xF0029E20          Message Object 113 Function Control Register
CANR_MOFGPR113  0xF0029E24          Message Object 113 FIFO/Gateway Pointer Register
CANR_MOIPR113   0xF0029E28          Message Object 113 Interrupt Pointer Register
CANR_MOAMR113   0xF0029E2C          Message Object 113 Acceptance Mask Register
CANR_MODATAL113 0xF0029E30          Message Object 113 Data Register Low
CANR_MODATAH113 0xF0029E34          Message Object 113 Data Register High
CANR_MOAR113    0xF0029E38          Message Object 113 Arbitration Register
CANR_MOCTR113   0xF0029E3C          Message Object 113 Control Register
CANR_MOFCR114   0xF0029E40          Message Object 114 Function Control Register
CANR_MOFGPR114  0xF0029E44          Message Object 114 FIFO/Gateway Pointer Register
CANR_MOIPR114   0xF0029E48          Message Object 114 Interrupt Pointer Register
CANR_MOAMR114   0xF0029E4C          Message Object 114 Acceptance Mask Register
CANR_MODATAL114 0xF0029E50          Message Object 114 Data Register Low
CANR_MODATAH114 0xF0029E54          Message Object 114 Data Register High
CANR_MOAR114    0xF0029E58          Message Object 114 Arbitration Register
CANR_MOCTR114   0xF0029E5C          Message Object 114 Control Register
CANR_MOFCR115   0xF0029E60          Message Object 115 Function Control Register
CANR_MOFGPR115  0xF0029E64          Message Object 115 FIFO/Gateway Pointer Register
CANR_MOIPR115   0xF0029E68          Message Object 115 Interrupt Pointer Register
CANR_MOAMR115   0xF0029E6C          Message Object 115 Acceptance Mask Register
CANR_MODATAL115 0xF0029E70          Message Object 115 Data Register Low
CANR_MODATAH115 0xF0029E74          Message Object 115 Data Register High
CANR_MOAR115    0xF0029E78          Message Object 115 Arbitration Register
CANR_MOCTR115   0xF0029E7C          Message Object 115 Control Register
CANR_MOFCR116   0xF0029E80          Message Object 116 Function Control Register
CANR_MOFGPR116  0xF0029E84          Message Object 116 FIFO/Gateway Pointer Register
CANR_MOIPR116   0xF0029E88          Message Object 116 Interrupt Pointer Register
CANR_MOAMR116   0xF0029E8C          Message Object 116 Acceptance Mask Register
CANR_MODATAL116 0xF0029E90          Message Object 116 Data Register Low
CANR_MODATAH116 0xF0029E94          Message Object 116 Data Register High
CANR_MOAR116    0xF0029E98          Message Object 116 Arbitration Register
CANR_MOCTR116   0xF0029E9C          Message Object 116 Control Register
CANR_MOFCR117   0xF0029EA0          Message Object 117 Function Control Register
CANR_MOFGPR117  0xF0029EA4          Message Object 117 FIFO/Gateway Pointer Register
CANR_MOIPR117   0xF0029EA8          Message Object 117 Interrupt Pointer Register
CANR_MOAMR117   0xF0029EAC          Message Object 117 Acceptance Mask Register
CANR_MODATAL117 0xF0029EB0          Message Object 117 Data Register Low
CANR_MODATAH117 0xF0029EB4          Message Object 117 Data Register High
CANR_MOAR117    0xF0029EB8          Message Object 117 Arbitration Register
CANR_MOCTR117   0xF0029EBC          Message Object 117 Control Register
CANR_MOFCR118   0xF0029EC0          Message Object 118 Function Control Register
CANR_MOFGPR118  0xF0029EC4          Message Object 118 FIFO/Gateway Pointer Register
CANR_MOIPR118   0xF0029EC8          Message Object 118 Interrupt Pointer Register
CANR_MOAMR118   0xF0029ECC          Message Object 118 Acceptance Mask Register
CANR_MODATAL118 0xF0029ED0          Message Object 118 Data Register Low
CANR_MODATAH118 0xF0029ED4          Message Object 118 Data Register High
CANR_MOAR118    0xF0029ED8          Message Object 118 Arbitration Register
CANR_MOCTR118   0xF0029EDC          Message Object 118 Control Register
CANR_MOFCR119   0xF0029EE0          Message Object 119 Function Control Register
CANR_MOFGPR119  0xF0029EE4          Message Object 119 FIFO/Gateway Pointer Register
CANR_MOIPR119   0xF0029EE8          Message Object 119 Interrupt Pointer Register
CANR_MOAMR119   0xF0029EEC          Message Object 119 Acceptance Mask Register
CANR_MODATAL119 0xF0029EF0          Message Object 119 Data Register Low
CANR_MODATAH119 0xF0029EF4          Message Object 119 Data Register High
CANR_MOAR119    0xF0029EF8          Message Object 119 Arbitration Register
CANR_MOCTR119   0xF0029EFC          Message Object 119 Control Register
CANR_MOFCR120   0xF0029F00          Message Object 120 Function Control Register
CANR_MOFGPR120  0xF0029F04          Message Object 120 FIFO/Gateway Pointer Register
CANR_MOIPR120   0xF0029F08          Message Object 120 Interrupt Pointer Register
CANR_MOAMR120   0xF0029F0C          Message Object 120 Acceptance Mask Register
CANR_MODATAL120 0xF0029F10          Message Object 120 Data Register Low
CANR_MODATAH120 0xF0029F14          Message Object 120 Data Register High
CANR_MOAR120    0xF0029F18          Message Object 120 Arbitration Register
CANR_MOCTR120   0xF0029F1C          Message Object 120 Control Register
CANR_MOFCR121   0xF0029F20          Message Object 121 Function Control Register
CANR_MOFGPR121  0xF0029F24          Message Object 121 FIFO/Gateway Pointer Register
CANR_MOIPR121   0xF0029F28          Message Object 121 Interrupt Pointer Register
CANR_MOAMR121   0xF0029F2C          Message Object 121 Acceptance Mask Register
CANR_MODATAL121 0xF0029F30          Message Object 121 Data Register Low
CANR_MODATAH121 0xF0029F34          Message Object 121 Data Register High
CANR_MOAR121    0xF0029F38          Message Object 121 Arbitration Register
CANR_MOCTR121   0xF0029F3C          Message Object 121 Control Register
CANR_MOFCR122   0xF0029F40          Message Object 122 Function Control Register
CANR_MOFGPR122  0xF0029F44          Message Object 122 FIFO/Gateway Pointer Register
CANR_MOIPR122   0xF0029F48          Message Object 122 Interrupt Pointer Register
CANR_MOAMR122   0xF0029F4C          Message Object 122 Acceptance Mask Register
CANR_MODATAL122 0xF0029F50          Message Object 122 Data Register Low
CANR_MODATAH122 0xF0029F54          Message Object 122 Data Register High
CANR_MOAR122    0xF0029F58          Message Object 122 Arbitration Register
CANR_MOCTR122   0xF0029F5C          Message Object 122 Control Register
CANR_MOFCR123   0xF0029F60          Message Object 123 Function Control Register
CANR_MOFGPR123  0xF0029F64          Message Object 123 FIFO/Gateway Pointer Register
CANR_MOIPR123   0xF0029F68          Message Object 123 Interrupt Pointer Register
CANR_MOAMR123   0xF0029F6C          Message Object 123 Acceptance Mask Register
CANR_MODATAL123 0xF0029F70          Message Object 123 Data Register Low
CANR_MODATAH123 0xF0029F74          Message Object 123 Data Register High
CANR_MOAR123    0xF0029F78          Message Object 123 Arbitration Register
CANR_MOCTR123   0xF0029F7C          Message Object 123 Control Register
CANR_MOFCR124   0xF0029F80          Message Object 124 Function Control Register
CANR_MOFGPR124  0xF0029F84          Message Object 124 FIFO/Gateway Pointer Register
CANR_MOIPR124   0xF0029F88          Message Object 124 Interrupt Pointer Register
CANR_MOAMR124   0xF0029F8C          Message Object 124 Acceptance Mask Register
CANR_MODATAL124 0xF0029F90          Message Object 124 Data Register Low
CANR_MODATAH124 0xF0029F94          Message Object 124 Data Register High
CANR_MOAR124    0xF0029F98          Message Object 124 Arbitration Register
CANR_MOCTR124   0xF0029F9C          Message Object 124 Control Register
CANR_MOFCR125   0xF0029FA0          Message Object 125 Function Control Register
CANR_MOFGPR125  0xF0029FA4          Message Object 125 FIFO/Gateway Pointer Register
CANR_MOIPR125   0xF0029FA8          Message Object 125 Interrupt Pointer Register
CANR_MOAMR125   0xF0029FAC          Message Object 125 Acceptance Mask Register
CANR_MODATAL125 0xF0029FB0          Message Object 125 Data Register Low
CANR_MODATAH125 0xF0029FB4          Message Object 125 Data Register High
CANR_MOAR125    0xF0029FB8          Message Object 125 Arbitration Register
CANR_MOCTR125   0xF0029FBC          Message Object 125 Control Register
CANR_MOFCR126   0xF0029FC0          Message Object 126 Function Control Register
CANR_MOFGPR126  0xF0029FC4          Message Object 126 FIFO/Gateway Pointer Register
CANR_MOIPR126   0xF0029FC8          Message Object 126 Interrupt Pointer Register
CANR_MOAMR126   0xF0029FCC          Message Object 126 Acceptance Mask Register
CANR_MODATAL126 0xF0029FD0          Message Object 126 Data Register Low
CANR_MODATAH126 0xF0029FD4          Message Object 126 Data Register High
CANR_MOAR126    0xF0029FD8          Message Object 126 Arbitration Register
CANR_MOCTR126   0xF0029FDC          Message Object 126 Control Register
CANR_MOFCR127   0xF0029FE0          Message Object 127 Function Control Register
CANR_MOFGPR127  0xF0029FE4          Message Object 127 FIFO/Gateway Pointer Register
CANR_MOIPR127   0xF0029FE8          Message Object 127 Interrupt Pointer Register
CANR_MOAMR127   0xF0029FEC          Message Object 127 Acceptance Mask Register
CANR_MODATAL127 0xF0029FF0          Message Object 127 Data Register Low
CANR_MODATAH127 0xF0029FF4          Message Object 127 Data Register High
CANR_MOAR127    0xF0029FF8          Message Object 127 Arbitration Register
CANR_MOCTR127   0xF0029FFC          Message Object 127 Control Register
SBCU_ID         0xF0030008          Module Identification Register
SBCU_CON        0xF0030010          SBCU Control Register
SBCU_PRIOH      0xF0030014          Arbiter Priority Register High
SBCU_PRIOL      0xF0030018          Arbiter Priority Register Low
SBCU_ECON       0xF0030020          SBCU Error Control Capture Register
SBCU_EADD       0xF0030024          SBCU Error Address Capture Register
SBCU_EDAT       0xF0030028          SBCU Error Data Capture Register
SBCU_DBCNTL     0xF0030030          SBCU Debug Control Register
SBCU_DBGRNT     0xF0030034          SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0030038          SBCU Debug Address 1 Register
SBCU_DBADR2     0xF003003C          SBCU Debug Address 2 Register
SBCU_DBBOS      0xF0030040          SBCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0030044          SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0030048          SBCU Debug Trapped Address Register
SBCU_DBBOST     0xF003004C          SBCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0030050          SBCU Debug Data Status Register
SBCU_ACCEN1     0xF00300F8          Access Enable Register 1
SBCU_ACCEN0     0xF00300FC          Access Enable Register 0
IOM_CLC         0xF0035000          IOM Clock Control Register
IOM_ID          0xF0035008          IOM Identification Register
IOM_KRSTCLR     0xF003501C          IOM Kernel Reset Status Clear Register
IOM_KRST1       0xF0035020          IOM Kernel Reset Register 1
IOM_KRST0       0xF0035024          IOM Kernel Reset Register 0
IOM_ACCEN1      0xF0035028          IOM Access Enable Register 1
IOM_ACCEN0      0xF003502C          IOM Access Enable Register 0
IOM_ECMCCFG     0xF0035030          IOM Event Combiner Module Counter Configuration Register
IOM_ECMSELR     0xF0035034          IOM Event Combiner Module Global Event Selection Register
IOM_ECMETH0     0xF0035038          IOM Event Combiner Module Event Trigger History Register 0
IOM_ECMETH1     0xF003503C          IOM Event Combiner Module Event Trigger History Register 1
IOM_GTMEXR      0xF0035040          IOM GTM Input EXOR Combiner Selection Register
IOM_FPCESR      0xF0035078          IOM Filter and Prescaler Cells Rising 'and' Falling Edge Status Register
IOM_FPCCTR0     0xF0035080          IOM Filter and Prescaler Cell Control Register0
IOM_FPCCTR1     0xF0035084          IOM Filter and Prescaler Cell Control Register1
IOM_FPCCTR2     0xF0035088          IOM Filter and Prescaler Cell Control Register2
IOM_FPCCTR3     0xF003508C          IOM Filter and Prescaler Cell Control Register3
IOM_FPCCTR4     0xF0035090          IOM Filter and Prescaler Cell Control Register4
IOM_FPCCTR5     0xF0035094          IOM Filter and Prescaler Cell Control Register5
IOM_FPCCTR6     0xF0035098          IOM Filter and Prescaler Cell Control Register6
IOM_FPCCTR7     0xF003509C          IOM Filter and Prescaler Cell Control Register7
IOM_FPCCTR8     0xF00350A0          IOM Filter and Prescaler Cell Control Register8
IOM_FPCCTR9     0xF00350A4          IOM Filter and Prescaler Cell Control Register9
IOM_FPCCTR10    0xF00350A8          IOM Filter and Prescaler Cell Control Register10
IOM_FPCCTR11    0xF00350AC          IOM Filter and Prescaler Cell Control Register11
IOM_FPCCTR12    0xF00350B0          IOM Filter and Prescaler Cell Control Register12
IOM_FPCCTR13    0xF00350B4          IOM Filter and Prescaler Cell Control Register13
IOM_FPCCTR14    0xF00350B8          IOM Filter and Prescaler Cell Control Register14
IOM_FPCCTR15    0xF00350BC          IOM Filter and Prescaler Cell Control Register15
IOM_FPCTIM0     0xF00350C0          IOM Filter and Prescaler Cell 0 Timer Register
IOM_FPCTIM1     0xF00350C4          IOM Filter and Prescaler Cell 1 Timer Register
IOM_FPCTIM2     0xF00350C8          IOM Filter and Prescaler Cell 2 Timer Register
IOM_FPCTIM3     0xF00350CC          IOM Filter and Prescaler Cell 3 Timer Register
IOM_FPCTIM4     0xF00350D0          IOM Filter and Prescaler Cell 4 Timer Register
IOM_FPCTIM5     0xF00350D4          IOM Filter and Prescaler Cell 5 Timer Register
IOM_FPCTIM6     0xF00350D8          IOM Filter and Prescaler Cell 6 Timer Register
IOM_FPCTIM7     0xF00350DC          IOM Filter and Prescaler Cell 7 Timer Register
IOM_FPCTIM8     0xF00350E0          IOM Filter and Prescaler Cell 8 Timer Register
IOM_FPCTIM9     0xF00350E4          IOM Filter and Prescaler Cell 9 Timer Register
IOM_FPCTIM10    0xF00350E8          IOM Filter and Prescaler Cell 10 Timer Register
IOM_FPCTIM11    0xF00350EC          IOM Filter and Prescaler Cell 11 Timer Register
IOM_FPCTIM12    0xF00350F0          IOM Filter and Prescaler Cell 12 Timer Register
IOM_FPCTIM13    0xF00350F4          IOM Filter and Prescaler Cell 13 Timer Register
IOM_FPCTIM14    0xF00350F8          IOM Filter and Prescaler Cell 14 Timer Register
IOM_FPCTIM15    0xF00350FC          IOM Filter and Prescaler Cell 15 Timer Register
IOM_LAMEWC0     0xF0035100          IOM Logic Analyzer Module Event Window Count Status Register0
IOM_LAMEWC1     0xF0035104          IOM Logic Analyzer Module Event Window Count Status Register1
IOM_LAMEWC2     0xF0035108          IOM Logic Analyzer Module Event Window Count Status Register2
IOM_LAMEWC3     0xF003510C          IOM Logic Analyzer Module Event Window Count Status Register3
IOM_LAMEWC4     0xF0035110          IOM Logic Analyzer Module Event Window Count Status Register4
IOM_LAMEWC5     0xF0035114          IOM Logic Analyzer Module Event Window Count Status Register5
IOM_LAMEWC6     0xF0035118          IOM Logic Analyzer Module Event Window Count Status Register6
IOM_LAMEWC7     0xF003511C          IOM Logic Analyzer Module Event Window Count Status Register7
IOM_LAMEWC8     0xF0035120          IOM Logic Analyzer Module Event Window Count Status Register8
IOM_LAMEWC9     0xF0035124          IOM Logic Analyzer Module Event Window Count Status Register9
IOM_LAMEWC10    0xF0035128          IOM Logic Analyzer Module Event Window Count Status Register10
IOM_LAMEWC11    0xF003512C          IOM Logic Analyzer Module Event Window Count Status Register11
IOM_LAMEWC12    0xF0035130          IOM Logic Analyzer Module Event Window Count Status Register12
IOM_LAMEWC13    0xF0035134          IOM Logic Analyzer Module Event Window Count Status Register13
IOM_LAMEWC14    0xF0035138          IOM Logic Analyzer Module Event Window Count Status Register14
IOM_LAMEWC15    0xF003513C          IOM Logic Analyzer Module Event Window Count Status Register15
IOM_LAMCFG0     0xF0035180          IOM Logic Analyzer Module Configuration Register0
IOM_LAMCFG1     0xF0035184          IOM Logic Analyzer Module Configuration Register1
IOM_LAMCFG2     0xF0035188          IOM Logic Analyzer Module Configuration Register2
IOM_LAMCFG3     0xF003518C          IOM Logic Analyzer Module Configuration Register3
IOM_LAMCFG4     0xF0035190          IOM Logic Analyzer Module Configuration Register4
IOM_LAMCFG5     0xF0035194          IOM Logic Analyzer Module Configuration Register5
IOM_LAMCFG6     0xF0035198          IOM Logic Analyzer Module Configuration Register6
IOM_LAMCFG7     0xF003519C          IOM Logic Analyzer Module Configuration Register7
IOM_LAMCFG8     0xF00351A0          IOM Logic Analyzer Module Configuration Register8
IOM_LAMCFG9     0xF00351A4          IOM Logic Analyzer Module Configuration Register9
IOM_LAMCFG10    0xF00351A8          IOM Logic Analyzer Module Configuration Register10
IOM_LAMCFG11    0xF00351AC          IOM Logic Analyzer Module Configuration Register11
IOM_LAMCFG12    0xF00351B0          IOM Logic Analyzer Module Configuration Register12
IOM_LAMCFG13    0xF00351B4          IOM Logic Analyzer Module Configuration Register13
IOM_LAMCFG14    0xF00351B8          IOM Logic Analyzer Module Configuration Register14
IOM_LAMCFG15    0xF00351BC          IOM Logic Analyzer Module Configuration Register15
IOM_LAMEWS0     0xF00351C0          IOM Logic Analyzer Module Event Window Configuration Register0
IOM_LAMEWS1     0xF00351C4          IOM Logic Analyzer Module Event Window Configuration Register1
IOM_LAMEWS2     0xF00351C8          IOM Logic Analyzer Module Event Window Configuration Register2
IOM_LAMEWS3     0xF00351CC          IOM Logic Analyzer Module Event Window Configuration Register3
IOM_LAMEWS4     0xF00351D0          IOM Logic Analyzer Module Event Window Configuration Register4
IOM_LAMEWS5     0xF00351D4          IOM Logic Analyzer Module Event Window Configuration Register5
IOM_LAMEWS6     0xF00351D8          IOM Logic Analyzer Module Event Window Configuration Register6
IOM_LAMEWS7     0xF00351DC          IOM Logic Analyzer Module Event Window Configuration Register7
IOM_LAMEWS8     0xF00351E0          IOM Logic Analyzer Module Event Window Configuration Register8
IOM_LAMEWS9     0xF00351E4          IOM Logic Analyzer Module Event Window Configuration Register9
IOM_LAMEWS10    0xF00351E8          IOM Logic Analyzer Module Event Window Configuration Register10
IOM_LAMEWS11    0xF00351EC          IOM Logic Analyzer Module Event Window Configuration Register11
IOM_LAMEWS12    0xF00351F0          IOM Logic Analyzer Module Event Window Configuration Register12
IOM_LAMEWS13    0xF00351F4          IOM Logic Analyzer Module Event Window Configuration Register13
IOM_LAMEWS14    0xF00351F8          IOM Logic Analyzer Module Event Window Configuration Register14
IOM_LAMEWS15    0xF00351FC          IOM Logic Analyzer Module Event Window Configuration Register15
SCU_ID          0xF0036008          Identification Register
SCU_OSCCON      0xF0036010          OSC Control Register
SCU_PLLSTAT     0xF0036014          PLL Status Register
SCU_PLLCON0     0xF0036018          PLL Configuration 0 Register
SCU_PLLCON1     0xF003601C          PLL Configuration 1 Register
SCU_PLLCON2     0xF0036020          PLL Configuration 2 Register
SCU_PLLERAYSTAT 0xF0036024          PLL_ERAY Status Register
SCU_PLLERAYCON0 0xF0036028          PLL_ERAY Configuration 0 Register
SCU_PLLERAYCON1 0xF003602C          PLL_ERAY Configuration 1 Register
SCU_CCUCON0     0xF0036030          CCU Clock Control Register 0
SCU_CCUCON1     0xF0036034          CCU Clock Control Register 1
SCU_FDR         0xF0036038          Fractional Divider Register
SCU_EXTCON      0xF003603C          External Clock Control Register
SCU_CCUCON2     0xF0036040          CCU Clock Control Register 2
SCU_CCUCON3     0xF0036044          CCU Clock Control Register 3
SCU_CCUCON4     0xF0036048          CCU Clock Control Register 4
SCU_CCUCON5     0xF003604C          CCU Clock Control Register 5
SCU_RSTSTAT     0xF0036050          Reset Status Register
SCU_RSTCON      0xF0036058          Reset Configuration Register
SCU_ARSTDIS     0xF003605C          Application Reset Disable Register
SCU_SWRSTCON    0xF0036060          Software Reset Configuration Register
SCU_RSTCON2     0xF0036064          Additional Reset Control Register
SCU_EVRRSTCON   0xF003606C          EVR Reset Control Register
SCU_ESRCFG0     0xF0036070          ESR0 Input Configuration Register
SCU_ESRCFG1     0xF0036074          ESR1 Input Configuration Register
SCU_ESROCFG     0xF0036078          ESR Output Configuration Register
SCU_SYSCON      0xF003607C          System Control Register
SCU_CCUCON6     0xF0036080          CCU Clock Control Register 6
SCU_CCUCON7     0xF0036084          CCU Clock Control Register 7
SCU_CCUCON8     0xF0036088          CCU Clock Control Register 8
SCU_CCUCON9     0xF003608C          CCU Clock Control Register 9
SCU_PDR         0xF003609C          ESR Pad Driver Mode Register
SCU_IOCR        0xF00360A0          Input/Output Control Register
SCU_OUT         0xF00360A4          ESR Output Register
SCU_OMR         0xF00360A8          ESR Output Modification Register
SCU_IN          0xF00360AC          ESR Input Register
SCU_EVRSTAT     0xF00360B0          EVR Status Register
SCU_EVRDVSTAT   0xF00360B4          EVR Status Register for Voltage Scaling
SCU_EVR13CON    0xF00360B8          EVR13 Control Register
SCU_EVR33CON    0xF00360BC          EVR33 Control Register
SCU_STSTAT      0xF00360C0          Start-up Status Register
SCU_PMSWCR0     0xF00360C8          Standby and Wake-up Control Register 0
SCU_PMSWSTAT    0xF00360CC          Standby and Wake-up Status Flag Register
SCU_PMSWSTATCLR 0xF00360D0          Standby and Wake-up Status Clear Register
SCU_PMCSR0      0xF00360D4          Power Management Control and Status Register
SCU_PMCSR1      0xF00360D8          Power Management Control and Status Register
SCU_PMCSR2      0xF00360DC          Power Management Control and Status Register
SCU_DTSSTAT     0xF00360E0          Die Temperature Sensor Status Register
SCU_DTSCON      0xF00360E4          Die Temperature Sensor Control Register
SCU_PMSWCR1     0xF00360E8          Standby and Wake-up Control Register 1
SCU_WDTSCON0    0xF00360F0          Safety WDT Control Register 0
SCU_WDTSCON1    0xF00360F4          Safety WDT Control Register 1
SCU_WDTSSR      0xF00360F8          Safety WDT Status Register
SCU_EMSR        0xF00360FC          Emergency Stop Register
SCU_WDTCPU0CON0 0xF0036100          CPU0 WDT Control Register 0
SCU_WDTCPU0CON1 0xF0036104          CPU0 WDT Control Register 1
SCU_WDTCPU0SR   0xF0036108          CPU0 WDT Status Register
SCU_WDTCPU1CON0 0xF003610C          CPU1 WDT Control Register 0
SCU_WDTCPU1CON1 0xF0036110          CPU1 WDT Control Register 1
SCU_WDTCPU1SR   0xF0036114          CPU1 WDT Status Register
SCU_WDTCPU2CON0 0xF0036118          CPU2 WDT Control Register 0
SCU_WDTCPU2CON1 0xF003611C          CPU2 WDT Control Register 1
SCU_WDTCPU2SR   0xF0036120          CPU2 WDT Status Register
SCU_TRAPSTAT    0xF0036124          Trap Status Register
SCU_TRAPSET     0xF0036128          Trap Set Register
SCU_TRAPCLR     0xF003612C          Trap Clear Register
SCU_TRAPDIS     0xF0036130          Trap Disable Register
SCU_LCLCON0     0xF0036134          LCL CPU0 Control Register
SCU_LCLCON1     0xF0036138          LCL CPU1 Control Register
SCU_LCLTEST     0xF003613C          LCL Test Register
SCU_CHIPID      0xF0036140          Chip Identification Register
SCU_MANID       0xF0036144          Manufacturer Identification Register
SCU_SAFECON     0xF0036150          Safety Heartbeat Register
SCU_LBISTCTRL0  0xF0036164          Logic BIST Control 0 Register
SCU_LBISTCTRL1  0xF0036168          Logic BIST Control 1 Register
SCU_LBISTCTRL2  0xF003616C          Logic BIST Control 2 Register
SCU_PDISC       0xF003618C          Pad Disable Control Register
SCU_EVRTRIM     0xF0036198          EVR Trim Register
SCU_EVRADCSTAT  0xF003619C          EVR ADC Status Register
SCU_EVRUVMON    0xF00361A0          EVR Under-voltage Configuration Register
SCU_EVROVMON    0xF00361A4          EVR Over-voltage Configuration Register
SCU_EVRMONCTRL  0xF00361A8          EVR Monitor Control Register
SCU_EVRSDCTRL1  0xF00361B0          EVR13 SD Control Register 1
SCU_EVRSDCTRL2  0xF00361B4          EVR13 SD Control Register 2
SCU_EVRSDCTRL3  0xF00361B8          EVR13 SD Control Register 3
SCU_EVRSDCTRL4  0xF00361BC          EVR13 SD Control Register 4
SCU_EVRSDCOEFF1 0xF00361C0          EVR13 SD Coefficient Register 1
SCU_EVRSDCOEFF2 0xF00361C4          EVR13 SD Coefficient Register 2
SCU_EVRSDCOEFF3 0xF00361C8          EVR13 SD Coefficient Register 3
SCU_EVRSDCOEFF4 0xF00361CC          EVR13 SD Coefficient Register 4
SCU_EVRSDCOEFF5 0xF00361D0          EVR13 SD Coefficient Register 5
SCU_EVRSDCOEFF6 0xF00361D4          EVR13 SD Coefficient Register 6
SCU_OVCENABLE   0xF00361E0          Overlay Enable Register
SCU_OVCCON      0xF00361E4          Overlay Control Register
SCU_EICR0       0xF0036210          External Input Channel Register 0
SCU_EICR1       0xF0036214          External Input Channel Register 1
SCU_EICR2       0xF0036218          External Input Channel Register 2
SCU_EICR3       0xF003621C          External Input Channel Register 3
SCU_EIFR        0xF0036220          External Input Flag Register
SCU_FMR         0xF0036224          Flag Modification Register
SCU_PDRR        0xF0036228          Pattern Detection Result Register
SCU_IGCR0       0xF003622C          Flag Gating Register 0
SCU_IGCR1       0xF0036230          Flag Gating Register 1
SCU_IGCR2       0xF0036234          Flag Gating Register 2
SCU_IGCR3       0xF0036238          Flag Gating Register 3
SCU_DTSLIM      0xF0036240          Die Temperature Sensor Limit Register
SCU_ACCEN1      0xF00363F8          Access Enable Register 1
SCU_ACCEN0      0xF00363FC          Access Enable Register 0
SMU_CLC         0xF0036800          Clock Control Register
SMU_ID          0xF0036808          Module Identification Register
SMU_CMD         0xF0036820          Command Register
SMU_STS         0xF0036824          Status Register
SMU_FSP         0xF0036828          Fault Signaling Protocol
SMU_AGC         0xF003682C          Alarm Global Configuration
SMU_RTC         0xF0036830          Fault Signaling Protocol
SMU_KEYS        0xF0036834          Key Register
SMU_DBG         0xF0036838          Debug Register
SMU_PCTL        0xF003683C          Port Control
SMU_AFCNT       0xF0036840          Alarm and Fault Counter
SMU_RTAC0       0xF0036860          Recovery Timer Alarm Configuration
SMU_RTAC1       0xF0036864          Recovery Timer Alarm Configuration
SMU_AG0CF0      0xF0036900          Alarm Configuration Register
SMU_AG0CF1      0xF0036904          Alarm Configuration Register
SMU_AG0CF2      0xF0036908          Alarm Configuration Register
SMU_AG1CF0      0xF003690C          Alarm Configuration Register
SMU_AG1CF1      0xF0036910          Alarm Configuration Register
SMU_AG1CF2      0xF0036914          Alarm Configuration Register
SMU_AG2CF0      0xF0036918          Alarm Configuration Register
SMU_AG2CF1      0xF003691C          Alarm Configuration Register
SMU_AG2CF2      0xF0036920          Alarm Configuration Register
SMU_AG3CF0      0xF0036924          Alarm Configuration Register
SMU_AG3CF1      0xF0036928          Alarm Configuration Register
SMU_AG3CF2      0xF003692C          Alarm Configuration Register
SMU_AG4CF0      0xF0036930          Alarm Configuration Register
SMU_AG4CF1      0xF0036934          Alarm Configuration Register
SMU_AG4CF2      0xF0036938          Alarm Configuration Register
SMU_AG5CF0      0xF003693C          Alarm Configuration Register
SMU_AG5CF1      0xF0036940          Alarm Configuration Register
SMU_AG5CF2      0xF0036944          Alarm Configuration Register
SMU_AG6CF0      0xF0036948          Alarm Configuration Register
SMU_AG6CF1      0xF003694C          Alarm Configuration Register
SMU_AG6CF2      0xF0036950          Alarm Configuration Register
SMU_AG0FSP      0xF0036980          FSP Configuration Register
SMU_AG1FSP      0xF0036984          FSP Configuration Register
SMU_AG2FSP      0xF0036988          FSP Configuration Register
SMU_AG3FSP      0xF003698C          FSP Configuration Register
SMU_AG4FSP      0xF0036990          FSP Configuration Register
SMU_AG5FSP      0xF0036994          FSP Configuration Register
SMU_AG6FSP      0xF0036998          FSP Configuration Register
SMU_AG0         0xF00369C0          Alarm Status Register
SMU_AG1         0xF00369C4          Alarm Status Register
SMU_AG2         0xF00369C8          Alarm Status Register
SMU_AG3         0xF00369CC          Alarm Status Register
SMU_AG4         0xF00369D0          Alarm Status Register
SMU_AG5         0xF00369D4          Alarm Status Register
SMU_AG6         0xF00369D8          Alarm Status Register
SMU_AD0         0xF0036A00          Alarm Status Register
SMU_AD1         0xF0036A04          Alarm Status Register
SMU_AD2         0xF0036A08          Alarm Status Register
SMU_AD3         0xF0036A0C          Alarm Status Register
SMU_AD4         0xF0036A10          Alarm Status Register
SMU_AD5         0xF0036A14          Alarm Status Register
SMU_AD6         0xF0036A18          Alarm Status Register
SMU_RMCTL       0xF0036B00          Register Monitor Control
SMU_RMEF        0xF0036B04          Register Monitor Error Flags
SMU_RMSTS       0xF0036B08          Register Monitor Self Test Status
SMU_OCS         0xF0036FE8          OCDS Control and Status
SMU_KRSTCLR     0xF0036FEC          SMU Reset Status Clear Register
SMU_KRST1       0xF0036FF0          SMU Reset Register 1
SMU_KRST0       0xF0036FF4          SMU Reset Register 0
SMU_ACCEN1      0xF0036FF8          SMU Access Enable Register 1
SMU_ACCEN0      0xF0036FFC          SMU Access Enable Register 0
INT_ID          0xF0037008          Module Identification Register
INT_SRB0        0xF0037010          Service Request Broadcast Register 0
INT_SRB1        0xF0037014          Service Request Broadcast Register 1
INT_SRB2        0xF0037018          Service Request Broadcast Register 2
INT_OOBS        0xF0037080          OTGM OTGB0/1 Status
INT_OSSIC       0xF0037084          OTGM SSI Control
INT_OIXTS       0xF0037088          OTGM IRQ MUX Trigger Set Select
INT_OIXMS       0xF003708C          OTGM IRQ MUX Missed IRQ Select
INT_OIXS0       0xF0037090          OTGM IRQ MUX Select 0
INT_OIXS1       0xF0037094          OTGM IRQ MUX Select 1
INT_OIT         0xF00370A0          OTGM IRQ Trace
INT_OMISP       0xF00370A4          OTGM MCDS I/F Sensitivity Posedge
INT_OMISN       0xF00370A8          OTGM MCDS I/F Sensitivity Negedge
INT_ACCEN01     0xF00370F0          Kernel 0 Access Enable Register 1
INT_ACCEN00     0xF00370F4          Access Enable Register 0
INT_ACCEN11     0xF00370F8          Kernel 1 Access Enable Register 1
INT_ACCEN10     0xF00370FC          Kernel 1 Access Enable Register 0
INT_LWSR0       0xF0037100          Latest Winning Service Request Register 0
INT_LASR0       0xF0037104          Last Acknowledged Service Request Register 0
INT_ECR0        0xF0037108          Error Capture Register 0
INT_LWSR1       0xF0037110          Latest Winning Service Request Register 1
INT_LASR1       0xF0037114          Last Acknowledged Service Request Register 1
INT_ECR1        0xF0037118          Error Capture Register 1
INT_LWSR2       0xF0037120          Latest Winning Service Request Register 2
INT_LASR2       0xF0037124          Last Acknowledged Service Request Register 2
INT_ECR2        0xF0037128          Error Capture Register 2
INT_LWSR3       0xF0037130          Latest Winning Service Request Register 3
INT_LASR3       0xF0037134          Last Acknowledged Service Request Register 3
INT_ECR3        0xF0037138          Error Capture Register 3
SRC_CPU0SBSRC   0xF0038000          CPU 0 Software Breakpoint Service Request
SRC_CPU1SBSRC   0xF0038004          CPU 1 Software Breakpoint Service Request
SRC_CPU2SBSRC   0xF0038008          CPU 2 Software Breakpoint Service Request
SRC_EMEM        0xF0038020          Emulation Memory Service Request
SRC_AGBT        0xF0038024          AGBT Service Request
SRC_BCUSPBSBSRC 0xF0038040          Bus Control Unit SPB Service Request
SRC_XBARSRC     0xF0038048          XBAR_SRI Service Request
SRC_CERBERUS0   0xF0038050          Cerberus Service Request 0
SRC_CERBERUS1   0xF0038054          Cerberus Service Request 1
SRC_ASCLIN0TX   0xF0038080          ASCLIN 0 Transmit Service Request
SRC_ASCLIN0RX   0xF0038084          ASCLIN 0 Receive Service Request
SRC_ASCLIN0ERR  0xF0038088          ASCLIN 0 Error Service Request
SRC_ASCLIN1TX   0xF003808C          ASCLIN 1 Transmit Service Request
SRC_ASCLIN1RX   0xF0038090          ASCLIN 1 Receive Service Request
SRC_ASCLIN1ERR  0xF0038094          ASCLIN 1 Error Service Request
SRC_ASCLIN2TX   0xF0038098          ASCLIN 2 Transmit Service Request
SRC_ASCLIN2RX   0xF003809C          ASCLIN 2 Receive Service Request
SRC_ASCLIN2ERR  0xF00380A0          ASCLIN 2 Error Service Request
SRC_ASCLIN3TX   0xF00380A4          ASCLIN 3 Transmit Service Request
SRC_ASCLIN3RX   0xF00380A8          ASCLIN 3 Receive Service Request
SRC_ASCLIN3ERR  0xF00380AC          ASCLIN 3 Error Service Request
SRC_QSPI0TX     0xF0038190          QSPI 0 Transmit Service Request
SRC_QSPI0RX     0xF0038194          QSPI 0 Receive Service Request
SRC_QSPI0ERR    0xF0038198          QSPI 0 Error Service Request
SRC_QSPI0PT     0xF003819C          QSPI 0 Phase Transition Service Request
SRC_RESERVED10  0xF00381A0          Reserved Service Request 10
SRC_QSPI0U      0xF00381A4          QSPI 0 User Defined Service Request
SRC_QSPI1TX     0xF00381A8          QSPI 1 Transmit Service Request
SRC_QSPI1RX     0xF00381AC          QSPI 1 Receive Service Request
SRC_QSPI1ERR    0xF00381B0          QSPI 1 Error Service Request
SRC_QSPI1PT     0xF00381B4          QSPI 1 Phase Transition Service Request
SRC_RESERVED11  0xF00381B8          Reserved Service Request 11
SRC_QSPI1U      0xF00381BC          QSPI 1 User Defined Service Request
SRC_QSPI2TX     0xF00381C0          QSPI 2 Transmit Service Request
SRC_QSPI2RX     0xF00381C4          QSPI 2 Receive Service Request
SRC_QSPI2ERR    0xF00381C8          QSPI 2 Error Service Request
SRC_QSPI2PT     0xF00381CC          QSPI 2 Phase Transition Service Request
SRC_QSPI2HC     0xF00381D0          QSPI 2 High Speed Capture Service Request
SRC_QSPI2U      0xF00381D4          QSPI 2 User Defined Service Request
SRC_QSPI3TX     0xF00381D8          QSPI 3 Transmit Service Request
SRC_QSPI3RX     0xF00381DC          QSPI 3 Receive Service Request
SRC_QSPI3ERR    0xF00381E0          QSPI 3 Error Service Request
SRC_QSPI3PT     0xF00381E4          QSPI 3 Phase Transition Service Request
SRC_QSPI3HC     0xF00381E8          QSPI 3 High Speed Capture Service Request
SRC_QSPI3U      0xF00381EC          QSPI 3 User Defined Service Request
SRC_QSPI4TX     0xF00381F0          QSPI 4 Transmit Service Request
SRC_QSPI4RX     0xF00381F4          QSPI 4 Receive Service Request
SRC_QSPI4ERR    0xF00381F8          QSPI 4 Error Service Request
SRC_QSPI4PT     0xF00381FC          QSPI 4 Phase Transition Service Request
SRC_RESERVED14  0xF0038200          Reserved Service Request 14
SRC_QSPI4U      0xF0038204          QSPI 4 User Defined Service Request
SRC_QSPI5TX     0xF0038208          QSPI 5 Transmit Service Request
SRC_QSPI5RX     0xF003820C          QSPI 5 Receive Service Request
SRC_QSPI5ERR    0xF0038210          QSPI 5 Error Service Request
SRC_QSPI5PT     0xF0038214          QSPI 5 Phase Transition Service Request
SRC_RESERVED15  0xF0038218          Reserved Service Request 15
SRC_QSPI5U      0xF003821C          QSPI 5 User Defined Service Request
SRC_HSCT        0xF0038290          HSCT Service Request
SRC_HSSLCOK0    0xF00382A0          Channel 0 OK Service Request m
SRC_HSSLRDI0    0xF00382A4          Channel 0 Read Data Service Request m
SRC_HSSLERR0    0xF00382A8          Channel 0 Error ServiceRequest m
SRC_HSSLTRG0    0xF00382AC          Channel 0 Trigger Service Request m
SRC_HSSLCOK1    0xF00382B0          Channel 1 OK Service Request m
SRC_HSSLRDI1    0xF00382B4          Channel 1 Read Data Service Request m
SRC_HSSLERR1    0xF00382B8          Channel 1 Error ServiceRequest m
SRC_HSSLTRG1    0xF00382BC          Channel 1 Trigger Service Request m
SRC_HSSLCOK2    0xF00382C0          Channel 2 OK Service Request m
SRC_HSSLRDI2    0xF00382C4          Channel 2 Read Data Service Request m
SRC_HSSLERR2    0xF00382C8          Channel 2 Error ServiceRequest m
SRC_HSSLTRG2    0xF00382CC          Channel 2 Trigger Service Request m
SRC_HSSLCOK3    0xF00382D0          Channel 3 OK Service Request m
SRC_HSSLRDI3    0xF00382D4          Channel 3 Read Data Service Request m
SRC_HSSLERR3    0xF00382D8          Channel 3 Error ServiceRequest m
SRC_HSSLTRG3    0xF00382DC          Channel 3 Trigger Service Request m
SRC_HSSLEXI     0xF00382E0          Exception Service Request
SRC_I2C0BREQ    0xF0038300          I2C 0 Burst Data Transfer Request
SRC_I2C0LBREQ   0xF0038304          I2C 0 Last Burst Data Transfer Service Request
SRC_I2C0SREQ    0xF0038308          I2C 0 Single Data Transfer Service Request
SRC_I2C0LSREQ   0xF003830C          I2C 0 Last Single Data Transfer Service Request
SRC_I2C0ERR     0xF0038310          I2C 0 Error Service Request
SRC_I2C0P       0xF0038314          I2C 0 Kernel Service Request
SRC_I2C1BREQ    0xF0038318          I2C 1 Burst Data Transfer Request
SRC_I2C1LBREQ   0xF003831C          I2C 1 Last Burst Data Transfer Service Request
SRC_I2C1SREQ    0xF0038320          I2C 1 Single Data Transfer Service Request
SRC_I2C1LSREQ   0xF0038324          I2C 1 Last Single Data Transfer Service Request
SRC_I2C1ERR     0xF0038328          I2C 1 Error Service Request
SRC_I2C1P       0xF003832C          I2C 1 Kernel Service Request
SRC_SENT0       0xF0038350          SENT TRIG0 Service Request
SRC_SENT1       0xF0038354          SENT TRIG1 Service Request
SRC_SENT2       0xF0038358          SENT TRIG2 Service Request
SRC_SENT3       0xF003835C          SENT TRIG3 Service Request
SRC_SENT4       0xF0038360          SENT TRIG4 Service Request
SRC_SENT5       0xF0038364          SENT TRIG5 Service Request
SRC_SENT6       0xF0038368          SENT TRIG6 Service Request
SRC_SENT7       0xF003836C          SENT TRIG7 Service Request
SRC_SENT8       0xF0038370          SENT TRIG8 Service Request
SRC_SENT9       0xF0038374          SENT TRIG9 Service Request
SRC_SENT10      0xF0038378          SENT TRIG10 Service Request
SRC_SENT11      0xF003837C          SENT TRIG11 Service Request
SRC_SENT12      0xF0038380          SENT TRIG12 Service Request
SRC_SENT13      0xF0038384          SENT TRIG13 Service Request
SRC_SENT14      0xF0038388          SENT TRIG14 Service Request
SRC_MSC0SR0     0xF00383E0          MSC 0 Service Request 0
SRC_MSC0SR1     0xF00383E4          MSC 0 Service Request 1
SRC_MSC0SR2     0xF00383E8          MSC 0 Service Request 2
SRC_MSC0SR3     0xF00383EC          MSC 0 Service Request 3
SRC_MSC0SR4     0xF00383F0          MSC 0 Service Request 4
SRC_MSC1SR0     0xF00383F4          MSC 1 Service Request 0
SRC_MSC1SR1     0xF00383F8          MSC 1 Service Request 1
SRC_MSC1SR2     0xF00383FC          MSC 1 Service Request 2
SRC_MSC1SR3     0xF0038400          MSC 1 Service Request 3
SRC_MSC1SR4     0xF0038404          MSC 1 Service Request 4
SRC_MSC2SR0     0xF0038408          MSC 2 Service Request 0
SRC_MSC2SR1     0xF003840C          MSC 2 Service Request 1
SRC_MSC2SR2     0xF0038410          MSC 2 Service Request 2
SRC_MSC2SR3     0xF0038414          MSC 2 Service Request 3
SRC_MSC2SR4     0xF0038418          MSC 2 Service Request 4
SRC_CCU60SR0    0xF0038420          CCU6 0 Service Request 0
SRC_CCU60SR1    0xF0038424          CCU6 0 Service Request 1
SRC_CCU60SR2    0xF0038428          CCU6 0 Service Request 2
SRC_CCU60SR3    0xF003842C          CCU6 0 Service Request 3
SRC_CCU61SR0    0xF0038430          CCU6 1 Service Request 0
SRC_CCU61SR1    0xF0038434          CCU6 1 Service Request 1
SRC_CCU61SR2    0xF0038438          CCU6 1 Service Request 2
SRC_CCU61SR3    0xF003843C          CCU6 1 Service Request 3
SRC_GPT120CIRQ  0xF0038460          GPT120 CAPREL Service Request
SRC_GPT120T2    0xF0038464          GPT120 T2 Overflow/Underflow Service Request
SRC_GPT120T3    0xF0038468          GPT120 T3 Overflow/Underflow Service Request
SRC_GPT120T4    0xF003846C          GPT120 T4 Overflow/Underflow Service Request
SRC_GPT120T5    0xF0038470          GPT120 T5 Overflow/Underflow Service Request
SRC_GPT120T6    0xF0038474          GPT120 T6 Overflow/Underflow Service Request
SRC_STM0SR0     0xF0038490          System Timer 0 Service Request 0
SRC_STM0SR1     0xF0038494          System Timer 0 Service Request 1
SRC_STM1SR0     0xF0038498          System Timer 1 Service Request 0
SRC_STM1SR1     0xF003849C          System Timer 1 Service Request 1
SRC_STM2SR0     0xF00384A0          System Timer 2 Service Request 0
SRC_STM2SR1     0xF00384A4          System Timer 2 Service Request 1
SRC_FCE         0xF00384B0          FCE Error Service Request
SRC_DMAERR      0xF00384F0          DMA Error Service Request
SRC_DMACH0      0xF0038500          DMA Channel 0 Service Request
SRC_DMACH1      0xF0038504          DMA Channel 1 Service Request
SRC_DMACH2      0xF0038508          DMA Channel 2 Service Request
SRC_DMACH3      0xF003850C          DMA Channel 3 Service Request
SRC_DMACH4      0xF0038510          DMA Channel 4 Service Request
SRC_DMACH5      0xF0038514          DMA Channel 5 Service Request
SRC_DMACH6      0xF0038518          DMA Channel 6 Service Request
SRC_DMACH7      0xF003851C          DMA Channel 7 Service Request
SRC_DMACH8      0xF0038520          DMA Channel 8 Service Request
SRC_DMACH9      0xF0038524          DMA Channel 9 Service Request
SRC_DMACH10     0xF0038528          DMA Channel 10 Service Request
SRC_DMACH11     0xF003852C          DMA Channel 11 Service Request
SRC_DMACH12     0xF0038530          DMA Channel 12 Service Request
SRC_DMACH13     0xF0038534          DMA Channel 13 Service Request
SRC_DMACH14     0xF0038538          DMA Channel 14 Service Request
SRC_DMACH15     0xF003853C          DMA Channel 15 Service Request
SRC_DMACH16     0xF0038540          DMA Channel 16 Service Request
SRC_DMACH17     0xF0038544          DMA Channel 17 Service Request
SRC_DMACH18     0xF0038548          DMA Channel 18 Service Request
SRC_DMACH19     0xF003854C          DMA Channel 19 Service Request
SRC_DMACH20     0xF0038550          DMA Channel 20 Service Request
SRC_DMACH21     0xF0038554          DMA Channel 21 Service Request
SRC_DMACH22     0xF0038558          DMA Channel 22 Service Request
SRC_DMACH23     0xF003855C          DMA Channel 23 Service Request
SRC_DMACH24     0xF0038560          DMA Channel 24 Service Request
SRC_DMACH25     0xF0038564          DMA Channel 25 Service Request
SRC_DMACH26     0xF0038568          DMA Channel 26 Service Request
SRC_DMACH27     0xF003856C          DMA Channel 27 Service Request
SRC_DMACH28     0xF0038570          DMA Channel 28 Service Request
SRC_DMACH29     0xF0038574          DMA Channel 29 Service Request
SRC_DMACH30     0xF0038578          DMA Channel 30 Service Request
SRC_DMACH31     0xF003857C          DMA Channel 31 Service Request
SRC_DMACH32     0xF0038580          DMA Channel 32 Service Request
SRC_DMACH33     0xF0038584          DMA Channel 33 Service Request
SRC_DMACH34     0xF0038588          DMA Channel 34 Service Request
SRC_DMACH35     0xF003858C          DMA Channel 35 Service Request
SRC_DMACH36     0xF0038590          DMA Channel 36 Service Request
SRC_DMACH37     0xF0038594          DMA Channel 37 Service Request
SRC_DMACH38     0xF0038598          DMA Channel 38 Service Request
SRC_DMACH39     0xF003859C          DMA Channel 39 Service Request
SRC_DMACH40     0xF00385A0          DMA Channel 40 Service Request
SRC_DMACH41     0xF00385A4          DMA Channel 41 Service Request
SRC_DMACH42     0xF00385A8          DMA Channel 42 Service Request
SRC_DMACH43     0xF00385AC          DMA Channel 43 Service Request
SRC_DMACH44     0xF00385B0          DMA Channel 44 Service Request
SRC_DMACH45     0xF00385B4          DMA Channel 45 Service Request
SRC_DMACH46     0xF00385B8          DMA Channel 46 Service Request
SRC_DMACH47     0xF00385BC          DMA Channel 47 Service Request
SRC_DMACH48     0xF00385C0          DMA Channel 48 Service Request
SRC_DMACH49     0xF00385C4          DMA Channel 49 Service Request
SRC_DMACH50     0xF00385C8          DMA Channel 50 Service Request
SRC_DMACH51     0xF00385CC          DMA Channel 51 Service Request
SRC_DMACH52     0xF00385D0          DMA Channel 52 Service Request
SRC_DMACH53     0xF00385D4          DMA Channel 53 Service Request
SRC_DMACH54     0xF00385D8          DMA Channel 54 Service Request
SRC_DMACH55     0xF00385DC          DMA Channel 55 Service Request
SRC_DMACH56     0xF00385E0          DMA Channel 56 Service Request
SRC_DMACH57     0xF00385E4          DMA Channel 57 Service Request
SRC_DMACH58     0xF00385E8          DMA Channel 58 Service Request
SRC_DMACH59     0xF00385EC          DMA Channel 59 Service Request
SRC_DMACH60     0xF00385F0          DMA Channel 60 Service Request
SRC_DMACH61     0xF00385F4          DMA Channel 61 Service Request
SRC_DMACH62     0xF00385F8          DMA Channel 62 Service Request
SRC_DMACH63     0xF00385FC          DMA Channel 63 Service Request
SRC_DMACH64     0xF0038600          DMA Channel 64 Service Request
SRC_DMACH65     0xF0038604          DMA Channel 65 Service Request
SRC_DMACH66     0xF0038608          DMA Channel 66 Service Request
SRC_DMACH67     0xF003860C          DMA Channel 67 Service Request
SRC_DMACH68     0xF0038610          DMA Channel 68 Service Request
SRC_DMACH69     0xF0038614          DMA Channel 69 Service Request
SRC_DMACH70     0xF0038618          DMA Channel 70 Service Request
SRC_DMACH71     0xF003861C          DMA Channel 71 Service Request
SRC_DMACH72     0xF0038620          DMA Channel 72 Service Request
SRC_DMACH73     0xF0038624          DMA Channel 73 Service Request
SRC_DMACH74     0xF0038628          DMA Channel 74 Service Request
SRC_DMACH75     0xF003862C          DMA Channel 75 Service Request
SRC_DMACH76     0xF0038630          DMA Channel 76 Service Request
SRC_DMACH77     0xF0038634          DMA Channel 77 Service Request
SRC_DMACH78     0xF0038638          DMA Channel 78 Service Request
SRC_DMACH79     0xF003863C          DMA Channel 79 Service Request
SRC_DMACH80     0xF0038640          DMA Channel 80 Service Request
SRC_DMACH81     0xF0038644          DMA Channel 81 Service Request
SRC_DMACH82     0xF0038648          DMA Channel 82 Service Request
SRC_DMACH83     0xF003864C          DMA Channel 83 Service Request
SRC_DMACH84     0xF0038650          DMA Channel 84 Service Request
SRC_DMACH85     0xF0038654          DMA Channel 85 Service Request
SRC_DMACH86     0xF0038658          DMA Channel 86 Service Request
SRC_DMACH87     0xF003865C          DMA Channel 87 Service Request
SRC_DMACH88     0xF0038660          DMA Channel 88 Service Request
SRC_DMACH89     0xF0038664          DMA Channel 89 Service Request
SRC_DMACH90     0xF0038668          DMA Channel 90 Service Request
SRC_DMACH91     0xF003866C          DMA Channel 91 Service Request
SRC_DMACH92     0xF0038670          DMA Channel 92 Service Request
SRC_DMACH93     0xF0038674          DMA Channel 93 Service Request
SRC_DMACH94     0xF0038678          DMA Channel 94 Service Request
SRC_DMACH95     0xF003867C          DMA Channel 95 Service Request
SRC_DMACH96     0xF0038680          DMA Channel 96 Service Request
SRC_DMACH97     0xF0038684          DMA Channel 97 Service Request
SRC_DMACH98     0xF0038688          DMA Channel 98 Service Request
SRC_DMACH99     0xF003868C          DMA Channel 99 Service Request
SRC_DMACH100    0xF0038690          DMA Channel 100 Service Request
SRC_DMACH101    0xF0038694          DMA Channel 101 Service Request
SRC_DMACH102    0xF0038698          DMA Channel 102 Service Request
SRC_DMACH103    0xF003869C          DMA Channel 103 Service Request
SRC_DMACH104    0xF00386A0          DMA Channel 104 Service Request
SRC_DMACH105    0xF00386A4          DMA Channel 105 Service Request
SRC_DMACH106    0xF00386A8          DMA Channel 106 Service Request
SRC_DMACH107    0xF00386AC          DMA Channel 107 Service Request
SRC_DMACH108    0xF00386B0          DMA Channel 108 Service Request
SRC_DMACH109    0xF00386B4          DMA Channel 109 Service Request
SRC_DMACH110    0xF00386B8          DMA Channel 110 Service Request
SRC_DMACH111    0xF00386BC          DMA Channel 111 Service Request
SRC_DMACH112    0xF00386C0          DMA Channel 112 Service Request
SRC_DMACH113    0xF00386C4          DMA Channel 113 Service Request
SRC_DMACH114    0xF00386C8          DMA Channel 114 Service Request
SRC_DMACH115    0xF00386CC          DMA Channel 115 Service Request
SRC_DMACH116    0xF00386D0          DMA Channel 116 Service Request
SRC_DMACH117    0xF00386D4          DMA Channel 117 Service Request
SRC_DMACH118    0xF00386D8          DMA Channel 118 Service Request
SRC_DMACH119    0xF00386DC          DMA Channel 119 Service Request
SRC_DMACH120    0xF00386E0          DMA Channel 120 Service Request
SRC_DMACH121    0xF00386E4          DMA Channel 121 Service Request
SRC_DMACH122    0xF00386E8          DMA Channel 122 Service Request
SRC_DMACH123    0xF00386EC          DMA Channel 123 Service Request
SRC_DMACH124    0xF00386F0          DMA Channel 124 Service Request
SRC_DMACH125    0xF00386F4          DMA Channel 125 Service Request
SRC_DMACH126    0xF00386F8          DMA Channel 126 Service Request
SRC_DMACH127    0xF00386FC          DMA Channel 127 Service Request
SRC_ETH         0xF00388F0          Ethernet Service Request
SRC_CANINT0     0xF0038900          MULTICAN+ Service Request 0
SRC_CANINT1     0xF0038904          MULTICAN+ Service Request 1
SRC_CANINT2     0xF0038908          MULTICAN+ Service Request 2
SRC_CANINT3     0xF003890C          MULTICAN+ Service Request 3
SRC_CANINT4     0xF0038910          MULTICAN+ Service Request 4
SRC_CANINT5     0xF0038914          MULTICAN+ Service Request 5
SRC_CANINT6     0xF0038918          MULTICAN+ Service Request 6
SRC_CANINT7     0xF003891C          MULTICAN+ Service Request 7
SRC_CANINT8     0xF0038920          MULTICAN+ Service Request 8
SRC_CANINT9     0xF0038924          MULTICAN+ Service Request 9
SRC_CANINT10    0xF0038928          MULTICAN+ Service Request 10
SRC_CANINT11    0xF003892C          MULTICAN+ Service Request 11
SRC_CANINT12    0xF0038930          MULTICAN+ Service Request 12
SRC_CANINT13    0xF0038934          MULTICAN+ Service Request 13
SRC_CANINT14    0xF0038938          MULTICAN+ Service Request 14
SRC_CANINT15    0xF003893C          MULTICAN+ Service Request 15
SRC_CANRINT0    0xF0038940          MULTICANr+ Service Request 0
SRC_CANRINT1    0xF0038944          MULTICANr+ Service Request 1
SRC_CANRINT2    0xF0038948          MULTICANr+ Service Request 2
SRC_CANRINT3    0xF003894C          MULTICANr+ Service Request 3
SRC_CANRINT4    0xF0038950          MULTICANr+ Service Request 4
SRC_CANRINT5    0xF0038954          MULTICANr+ Service Request 5
SRC_CANRINT6    0xF0038958          MULTICANr+ Service Request 6
SRC_CANRINT7    0xF003895C          MULTICANr+ Service Request 7
SRC_VADCG0SR0   0xF0038980          VADC Group 0 Service Request 0
SRC_VADCG0SR1   0xF0038984          VADC Group 0 Service Request 1
SRC_VADCG0SR2   0xF0038988          VADC Group 0 Service Request 2
SRC_VADCG0SR3   0xF003898C          VADC Group 0 Service Request 3
SRC_VADCG1SR0   0xF0038990          VADC Group 1 Service Request 0
SRC_VADCG1SR1   0xF0038994          VADC Group 1 Service Request 1
SRC_VADCG1SR2   0xF0038998          VADC Group 1 Service Request 2
SRC_VADCG1SR3   0xF003899C          VADC Group 1 Service Request 3
SRC_VADCG2SR0   0xF00389A0          VADC Group 2 Service Request 0
SRC_VADCG2SR1   0xF00389A4          VADC Group 2 Service Request 1
SRC_VADCG2SR2   0xF00389A8          VADC Group 2 Service Request 2
SRC_VADCG2SR3   0xF00389AC          VADC Group 2 Service Request 3
SRC_VADCG3SR0   0xF00389B0          VADC Group 3 Service Request 0
SRC_VADCG3SR1   0xF00389B4          VADC Group 3 Service Request 1
SRC_VADCG3SR2   0xF00389B8          VADC Group 3 Service Request 2
SRC_VADCG3SR3   0xF00389BC          VADC Group 3 Service Request 3
SRC_VADCG4SR0   0xF00389C0          VADC Group 4 Service Request 0
SRC_VADCG4SR1   0xF00389C4          VADC Group 4 Service Request 1
SRC_VADCG4SR2   0xF00389C8          VADC Group 4 Service Request 2
SRC_VADCG4SR3   0xF00389CC          VADC Group 4 Service Request 3
SRC_VADCG5SR0   0xF00389D0          VADC Group 5 Service Request 0
SRC_VADCG5SR1   0xF00389D4          VADC Group 5 Service Request 1
SRC_VADCG5SR2   0xF00389D8          VADC Group 5 Service Request 2
SRC_VADCG5SR3   0xF00389DC          VADC Group 5 Service Request 3
SRC_VADCG6SR0   0xF00389E0          VADC Group 6 Service Request 0
SRC_VADCG6SR1   0xF00389E4          VADC Group 6 Service Request 1
SRC_VADCG6SR2   0xF00389E8          VADC Group 6 Service Request 2
SRC_VADCG6SR3   0xF00389EC          VADC Group 6 Service Request 3
SRC_VADCG7SR0   0xF00389F0          VADC Group 7 Service Request 0
SRC_VADCG7SR1   0xF00389F4          VADC Group 7 Service Request 1
SRC_VADCG7SR2   0xF00389F8          VADC Group 7 Service Request 2
SRC_VADCG7SR3   0xF00389FC          VADC Group 7 Service Request 3
SRC_VADCG8SR0   0xF0038A00          VADC Group 8 Service Request 0
SRC_VADCG8SR1   0xF0038A04          VADC Group 8 Service Request 1
SRC_VADCG8SR2   0xF0038A08          VADC Group 8 Service Request 2
SRC_VADCG8SR3   0xF0038A0C          VADC Group 8 Service Request 3
SRC_VADCG9SR0   0xF0038A10          VADC Group 9 Service Request 0
SRC_VADCG9SR1   0xF0038A14          VADC Group 9 Service Request 1
SRC_VADCG9SR2   0xF0038A18          VADC Group 9 Service Request 2
SRC_VADCG9SR3   0xF0038A1C          VADC Group 9 Service Request 3
SRC_VADCG10SR0  0xF0038A20          VADC Group 10 Service Request 0
SRC_VADCG10SR1  0xF0038A24          VADC Group 10 Service Request 1
SRC_VADCG10SR2  0xF0038A28          VADC Group 10 Service Request 2
SRC_VADCG10SR3  0xF0038A2C          VADC Group 10 Service Request 3
SRC_VADCCG0SR0  0xF0038AA0          VADC Common Group 0 Service Request 0
SRC_VADCCG0SR1  0xF0038AA4          VADC Common Group 0 Service Request 1
SRC_VADCCG0SR2  0xF0038AA8          VADC Common Group 0 Service Request 2
SRC_VADCCG0SR3  0xF0038AAC          VADC Common Group 0 Service Request 3
SRC_VADCCG1SR0  0xF0038AB0          VADC Common Group 1 Service Request 0
SRC_VADCCG1SR1  0xF0038AB4          VADC Common Group 1 Service Request 1
SRC_VADCCG1SR2  0xF0038AB8          VADC Common Group 1 Service Request 2
SRC_VADCCG1SR3  0xF0038ABC          VADC Common Group 1 Service Request 3
SRC_DSADCSRM0   0xF0038B50          DSADC SRM0 Service Request
SRC_DSADCSRA0   0xF0038B54          DSADC SRA0 Service Request
SRC_DSADCSRM1   0xF0038B58          DSADC SRM1 Service Request
SRC_DSADCSRA1   0xF0038B5C          DSADC SRA1 Service Request
SRC_DSADCSRM2   0xF0038B60          DSADC SRM2 Service Request
SRC_DSADCSRA2   0xF0038B64          DSADC SRA2 Service Request
SRC_DSADCSRM3   0xF0038B68          DSADC SRM3 Service Request
SRC_DSADCSRA3   0xF0038B6C          DSADC SRA3 Service Request
SRC_DSADCSRM4   0xF0038B70          DSADC SRM4 Service Request
SRC_DSADCSRA4   0xF0038B74          DSADC SRA4 Service Request
SRC_DSADCSRM5   0xF0038B78          DSADC SRM5 Service Request
SRC_DSADCSRA5   0xF0038B7C          DSADC SRA5 Service Request
SRC_DSADCSRM6   0xF0038B80          DSADC SRM6 Service Request
SRC_DSADCSRA6   0xF0038B84          DSADC SRA6 Service Request
SRC_DSADCSRM7   0xF0038B88          DSADC SRM7 Service Request
SRC_DSADCSRA7   0xF0038B8C          DSADC SRA7 Service Request
SRC_DSADCSRM8   0xF0038B90          DSADC SRM8 Service Request
SRC_DSADCSRA8   0xF0038B94          DSADC SRA8 Service Request
SRC_DSADCSRM9   0xF0038B98          DSADC SRM9 Service Request
SRC_DSADCSRA9   0xF0038B9C          DSADC SRA9 Service Request
SRC_ERAY0INT0   0xF0038BE0          E-RAY 0 Service Request 0
SRC_ERAY0INT1   0xF0038BE4          E-RAY 0 Service Request 1
SRC_ERAY0TINT0  0xF0038BE8          E-RAY 0 Timer Interrupt 0 Service Request
SRC_ERAY0TINT1  0xF0038BEC          E-RAY 0 Timer Interrupt 1 Service Request
SRC_ERAY0NDAT0  0xF0038BF0          E-RAY 0 New Data 0 Service Request
SRC_ERAY0NDAT1  0xF0038BF4          E-RAY 0 New Data 1 Service Request
SRC_ERAY0MBSC0  0xF0038BF8          E-RAY 0 Message Buffer Status Changed 0 Service Request
SRC_ERAY0MBSC1  0xF0038BFC          E-RAY 0 Message Buffer Status Changed 1 Service Request
SRC_ERAY0OBUSY  0xF0038C00          E-RAY 0 Output Buffer Busy Service Request
SRC_ERAY0IBUSY  0xF0038C04          E-RAY 0 Input Buffer Busy Service Request
SRC_ERAY1INT0   0xF0038C08          E-RAY 1 Service Request 0
SRC_ERAY1INT1   0xF0038C0C          E-RAY 1 Service Request 1
SRC_ERAY1TINT0  0xF0038C10          E-RAY 1 Timer Interrupt 0 Service Request
SRC_ERAY1TINT1  0xF0038C14          E-RAY 1 Timer Interrupt 1 Service Request
SRC_ERAY1NDAT0  0xF0038C18          E-RAY 1 New Data 0 Service Request
SRC_ERAY1NDAT1  0xF0038C1C          E-RAY 1 New Data 1 Service Request
SRC_ERAY1MBSC0  0xF0038C20          E-RAY 1 Message Buffer Status Changed 0 Service Request
SRC_ERAY1MBSC1  0xF0038C24          E-RAY 1 Message Buffer Status Changed 1 Service Request
SRC_ERAY1OBUSY  0xF0038C28          E-RAY 1 Output Buffer Busy Service Request
SRC_ERAY1IBUSY  0xF0038C2C          E-RAY 1 Input Buffer Busy Service Request
SRC_PMU00       0xF0038C30          PMU 0 Service Request 0
SRC_PMU01       0xF0038C34          PMU 0 Service Request 1
SRC_HSM0        0xF0038CC0          HSM Service Request 0
SRC_HSM1        0xF0038CC4          HSM Service Request 1
SRC_SCUDTS      0xF0038CD0          SCU DTS Busy Service Request
SRC_SCUERU0     0xF0038CD4          SCU ERU Service Request 0
SRC_SCUERU1     0xF0038CD8          SCU ERU Service Request 1
SRC_SCUERU2     0xF0038CDC          SCU ERU Service Request 2
SRC_SCUERU3     0xF0038CE0          SCU ERU Service Request 3
SRC_SMU0        0xF0038D10          SMU Service Request 0
SRC_SMU1        0xF0038D14          SMU Service Request 1
SRC_SMU2        0xF0038D18          SMU Service Request 2
SRC_PSI50       0xF0038D30          PSI5 Service Request 0
SRC_PSI51       0xF0038D34          PSI5 Service Request 1
SRC_PSI52       0xF0038D38          PSI5 Service Request 2
SRC_PSI53       0xF0038D3C          PSI5 Service Request 3
SRC_PSI54       0xF0038D40          PSI5 Service Request 4
SRC_PSI55       0xF0038D44          PSI5 Service Request 5
SRC_PSI56       0xF0038D48          PSI5 Service Request 6
SRC_PSI57       0xF0038D4C          PSI5 Service Request 7
SRC_DAM0        0xF0038D70          DAM Service Request 0
SRC_DAM1        0xF0038D74          DAM Service Request 1
SRC_DAM2        0xF0038D78          DAM Service Request 2
SRC_DAM3        0xF0038D7C          DAM Service Request 3
SRC_DAM4        0xF0038D80          DAM Service Request 4
SRC_DAM5        0xF0038D84          DAM Service Request 5
SRC_CIFMI       0xF0038DA0          CIF MI Service Request
SRC_CIFMIEP     0xF0038DA4          CIF MI EP Service Request
SRC_CIFISP      0xF0038DA8          CIF ISP Service Request
SRC_CIFMJPEG    0xF0038DAC          CIF MJPEG Service Request
SRC_LMU         0xF0038DE0          LMU Service Request
SRC_PSI5S0      0xF0038DF0          PSI5-S Service Request 0
SRC_PSI5S1      0xF0038DF4          PSI5-S Service Request 1
SRC_PSI5S2      0xF0038DF8          PSI5-S Service Request 2
SRC_PSI5S3      0xF0038DFC          PSI5-S Service Request 3
SRC_PSI5S4      0xF0038E00          PSI5-S Service Request 4
SRC_PSI5S5      0xF0038E04          PSI5-S Service Request 5
SRC_PSI5S6      0xF0038E08          PSI5-S Service Request 6
SRC_PSI5S7      0xF0038E0C          PSI5-S Service Request 7
SRC_FFTDONE     0xF0038FC0          FFT Done Service Request
SRC_FFTERR      0xF0038FC4          FFT Error Service Request
SRC_FFTRFS      0xF0038FC8          FFT Ready For Start Service Request
SRC_RESERVED0   0xF0038FCC          Reserved Service Request 0
SRC_GPSR00      0xF0039000          General Purpose Service Request 00
SRC_GPSR01      0xF0039004          General Purpose Service Request 01
SRC_GPSR02      0xF0039008          General Purpose Service Request 02
SRC_GPSR03      0xF003900C          General Purpose Service Request 03
SRC_GPSR10      0xF0039020          General Purpose Service Request 10
SRC_GPSR11      0xF0039024          General Purpose Service Request 11
SRC_GPSR12      0xF0039028          General Purpose Service Request 12
SRC_GPSR13      0xF003902C          General Purpose Service Request 13
SRC_GPSR20      0xF0039040          General Purpose Service Request 20
SRC_GPSR21      0xF0039044          General Purpose Service Request 21
SRC_GPSR22      0xF0039048          General Purpose Service Request 22
SRC_GPSR23      0xF003904C          General Purpose Service Request 23
SRC_GTMAEIIRQ   0xF0039600          GTM AEI Shared Service Request
SRC_GTMARUIRQ0  0xF0039604          GTM ARU Shared Service Request 0
SRC_GTMARUIRQ1  0xF0039608          GTM ARU Shared Service Request 1
SRC_GTMARUIRQ2  0xF003960C          GTM ARU Shared Service Request 2
SRC_GTMBRCIRQ   0xF0039614          GTM BRC Shared Service Request
SRC_GTMCMPIRQ   0xF0039618          GTM CMP Shared Service Request
SRC_GTMSPE0IRQ  0xF003961C          GTM SPE0 Shared Service Request
SRC_GTMSPE1IRQ  0xF0039620          GTM SPE1 Shared Service Request
SRC_GTMSPE2IRQ  0xF0039624          GTM SPE2 Shared Service Request
SRC_GTMSPE3IRQ  0xF0039628          GTM SPE3 Shared Service Request
SRC_GTMPSM00    0xF003962C          GTM PSM0 Shared Service Request 0
SRC_GTMPSM01    0xF0039630          GTM PSM0 Shared Service Request 1
SRC_GTMPSM02    0xF0039634          GTM PSM0 Shared Service Request 2
SRC_GTMPSM03    0xF0039638          GTM PSM0 Shared Service Request 3
SRC_GTMPSM04    0xF003963C          GTM PSM0 Shared Service Request 4
SRC_GTMPSM05    0xF0039640          GTM PSM0 Shared Service Request 5
SRC_GTMPSM06    0xF0039644          GTM PSM0 Shared Service Request 6
SRC_GTMPSM07    0xF0039648          GTM PSM0 Shared Service Request 7
SRC_GTMPSM10    0xF003964C          GTM PSM1 Shared Service Request 0
SRC_GTMPSM11    0xF0039650          GTM PSM1 Shared Service Request 1
SRC_GTMPSM12    0xF0039654          GTM PSM1 Shared Service Request 2
SRC_GTMPSM13    0xF0039658          GTM PSM1 Shared Service Request 3
SRC_GTMPSM14    0xF003965C          GTM PSM1 Shared Service Request 4
SRC_GTMPSM15    0xF0039660          GTM PSM1 Shared Service Request 5
SRC_GTMPSM16    0xF0039664          GTM PSM1 Shared Service Request 6
SRC_GTMPSM17    0xF0039668          GTM PSM1 Shared Service Request 7
SRC_GTMDPLL0    0xF00396A4          GTM DPLL Service Request 0
SRC_GTMDPLL1    0xF00396A8          GTM DPLL Service Request 1
SRC_GTMDPLL2    0xF00396AC          GTM DPLL Service Request 2
SRC_GTMDPLL3    0xF00396B0          GTM DPLL Service Request 3
SRC_GTMDPLL4    0xF00396B4          GTM DPLL Service Request 4
SRC_GTMDPLL5    0xF00396B8          GTM DPLL Service Request 5
SRC_GTMDPLL6    0xF00396BC          GTM DPLL Service Request 6
SRC_GTMDPLL7    0xF00396C0          GTM DPLL Service Request 7
SRC_GTMDPLL8    0xF00396C4          GTM DPLL Service Request 8
SRC_GTMDPLL9    0xF00396C8          GTM DPLL Service Request 9
SRC_GTMDPLL10   0xF00396CC          GTM DPLL Service Request 10
SRC_GTMDPLL11   0xF00396D0          GTM DPLL Service Request 11
SRC_GTMDPLL12   0xF00396D4          GTM DPLL Service Request 12
SRC_GTMDPLL13   0xF00396D8          GTM DPLL Service Request 13
SRC_GTMDPLL14   0xF00396DC          GTM DPLL Service Request 14
SRC_GTMDPLL15   0xF00396E0          GTM DPLL Service Request 15
SRC_GTMDPLL16   0xF00396E4          GTM DPLL Service Request 16
SRC_GTMDPLL17   0xF00396E8          GTM DPLL Service Request 17
SRC_GTMDPLL18   0xF00396EC          GTM DPLL Service Request 18
SRC_GTMDPLL19   0xF00396F0          GTM DPLL Service Request 19
SRC_GTMDPLL20   0xF00396F4          GTM DPLL Service Request 20
SRC_GTMDPLL21   0xF00396F8          GTM DPLL Service Request 21
SRC_GTMDPLL22   0xF00396FC          GTM DPLL Service Request 22
SRC_GTMDPLL23   0xF0039700          GTM DPLL Service Request 23
SRC_GTMDPLL24   0xF0039704          GTM DPLL Service Request 24
SRC_GTMDPLL25   0xF0039708          GTM DPLL Service Request 25
SRC_GTMDPLL26   0xF003970C          GTM DPLL Service Request 26
SRC_GTMERR      0xF0039770          GTM Error Service Request
SRC_GTMTIM00    0xF0039780          GTM TIM0 Shared Service Request 0
SRC_GTMTIM01    0xF0039784          GTM TIM0 Shared Service Request 1
SRC_GTMTIM02    0xF0039788          GTM TIM0 Shared Service Request 2
SRC_GTMTIM03    0xF003978C          GTM TIM0 Shared Service Request 3
SRC_GTMTIM04    0xF0039790          GTM TIM0 Shared Service Request 4
SRC_GTMTIM05    0xF0039794          GTM TIM0 Shared Service Request 5
SRC_GTMTIM06    0xF0039798          GTM TIM0 Shared Service Request 6
SRC_GTMTIM07    0xF003979C          GTM TIM0 Shared Service Request 7
SRC_GTMTIM10    0xF00397A0          GTM TIM1 Shared Service Request 0
SRC_GTMTIM11    0xF00397A4          GTM TIM1 Shared Service Request 1
SRC_GTMTIM12    0xF00397A8          GTM TIM1 Shared Service Request 2
SRC_GTMTIM13    0xF00397AC          GTM TIM1 Shared Service Request 3
SRC_GTMTIM14    0xF00397B0          GTM TIM1 Shared Service Request 4
SRC_GTMTIM15    0xF00397B4          GTM TIM1 Shared Service Request 5
SRC_GTMTIM16    0xF00397B8          GTM TIM1 Shared Service Request 6
SRC_GTMTIM17    0xF00397BC          GTM TIM1 Shared Service Request 7
SRC_GTMTIM20    0xF00397C0          GTM TIM2 Shared Service Request 0
SRC_GTMTIM21    0xF00397C4          GTM TIM2 Shared Service Request 1
SRC_GTMTIM22    0xF00397C8          GTM TIM2 Shared Service Request 2
SRC_GTMTIM23    0xF00397CC          GTM TIM2 Shared Service Request 3
SRC_GTMTIM24    0xF00397D0          GTM TIM2 Shared Service Request 4
SRC_GTMTIM25    0xF00397D4          GTM TIM2 Shared Service Request 5
SRC_GTMTIM26    0xF00397D8          GTM TIM2 Shared Service Request 6
SRC_GTMTIM27    0xF00397DC          GTM TIM2 Shared Service Request 7
SRC_GTMTIM30    0xF00397E0          GTM TIM3 Shared Service Request 0
SRC_GTMTIM31    0xF00397E4          GTM TIM3 Shared Service Request 1
SRC_GTMTIM32    0xF00397E8          GTM TIM3 Shared Service Request 2
SRC_GTMTIM33    0xF00397EC          GTM TIM3 Shared Service Request 3
SRC_GTMTIM34    0xF00397F0          GTM TIM3 Shared Service Request 4
SRC_GTMTIM35    0xF00397F4          GTM TIM3 Shared Service Request 5
SRC_GTMTIM36    0xF00397F8          GTM TIM3 Shared Service Request 6
SRC_GTMTIM37    0xF00397FC          GTM TIM3 Shared Service Request 7
SRC_GTMTIM40    0xF0039800          GTM TIM4 Shared Service Request 0
SRC_GTMTIM41    0xF0039804          GTM TIM4 Shared Service Request 1
SRC_GTMTIM42    0xF0039808          GTM TIM4 Shared Service Request 2
SRC_GTMTIM43    0xF003980C          GTM TIM4 Shared Service Request 3
SRC_GTMTIM44    0xF0039810          GTM TIM4 Shared Service Request 4
SRC_GTMTIM45    0xF0039814          GTM TIM4 Shared Service Request 5
SRC_GTMTIM46    0xF0039818          GTM TIM4 Shared Service Request 6
SRC_GTMTIM47    0xF003981C          GTM TIM4 Shared Service Request 7
SRC_GTMTIM50    0xF0039820          GTM TIM5 Shared Service Request 0
SRC_GTMTIM51    0xF0039824          GTM TIM5 Shared Service Request 1
SRC_GTMTIM52    0xF0039828          GTM TIM5 Shared Service Request 2
SRC_GTMTIM53    0xF003982C          GTM TIM5 Shared Service Request 3
SRC_GTMTIM54    0xF0039830          GTM TIM5 Shared Service Request 4
SRC_GTMTIM55    0xF0039834          GTM TIM5 Shared Service Request 5
SRC_GTMTIM56    0xF0039838          GTM TIM5 Shared Service Request 6
SRC_GTMTIM57    0xF003983C          GTM TIM5 Shared Service Request 7
SRC_GTMMCS00    0xF0039980          GTM MCS0 Shared Service Request 0
SRC_GTMMCS01    0xF0039984          GTM MCS0 Shared Service Request 1
SRC_GTMMCS02    0xF0039988          GTM MCS0 Shared Service Request 2
SRC_GTMMCS03    0xF003998C          GTM MCS0 Shared Service Request 3
SRC_GTMMCS04    0xF0039990          GTM MCS0 Shared Service Request 4
SRC_GTMMCS05    0xF0039994          GTM MCS0 Shared Service Request 5
SRC_GTMMCS06    0xF0039998          GTM MCS0 Shared Service Request 6
SRC_GTMMCS07    0xF003999C          GTM MCS0 Shared Service Request 7
SRC_GTMMCS10    0xF00399A0          GTM MCS1 Shared Service Request 0
SRC_GTMMCS11    0xF00399A4          GTM MCS1 Shared Service Request 1
SRC_GTMMCS12    0xF00399A8          GTM MCS1 Shared Service Request 2
SRC_GTMMCS13    0xF00399AC          GTM MCS1 Shared Service Request 3
SRC_GTMMCS14    0xF00399B0          GTM MCS1 Shared Service Request 4
SRC_GTMMCS15    0xF00399B4          GTM MCS1 Shared Service Request 5
SRC_GTMMCS16    0xF00399B8          GTM MCS1 Shared Service Request 6
SRC_GTMMCS17    0xF00399BC          GTM MCS1 Shared Service Request 7
SRC_GTMMCS20    0xF00399C0          GTM MCS2 Shared Service Request 0
SRC_GTMMCS21    0xF00399C4          GTM MCS2 Shared Service Request 1
SRC_GTMMCS22    0xF00399C8          GTM MCS2 Shared Service Request 2
SRC_GTMMCS23    0xF00399CC          GTM MCS2 Shared Service Request 3
SRC_GTMMCS24    0xF00399D0          GTM MCS2 Shared Service Request 4
SRC_GTMMCS25    0xF00399D4          GTM MCS2 Shared Service Request 5
SRC_GTMMCS26    0xF00399D8          GTM MCS2 Shared Service Request 6
SRC_GTMMCS27    0xF00399DC          GTM MCS2 Shared Service Request 7
SRC_GTMMCS30    0xF00399E0          GTM MCS3 Shared Service Request 0
SRC_GTMMCS31    0xF00399E4          GTM MCS3 Shared Service Request 1
SRC_GTMMCS32    0xF00399E8          GTM MCS3 Shared Service Request 2
SRC_GTMMCS33    0xF00399EC          GTM MCS3 Shared Service Request 3
SRC_GTMMCS34    0xF00399F0          GTM MCS3 Shared Service Request 4
SRC_GTMMCS35    0xF00399F4          GTM MCS3 Shared Service Request 5
SRC_GTMMCS36    0xF00399F8          GTM MCS3 Shared Service Request 6
SRC_GTMMCS37    0xF00399FC          GTM MCS3 Shared Service Request 7
SRC_GTMMCS40    0xF0039A00          GTM MCS4 Shared Service Request 0
SRC_GTMMCS41    0xF0039A04          GTM MCS4 Shared Service Request 1
SRC_GTMMCS42    0xF0039A08          GTM MCS4 Shared Service Request 2
SRC_GTMMCS43    0xF0039A0C          GTM MCS4 Shared Service Request 3
SRC_GTMMCS44    0xF0039A10          GTM MCS4 Shared Service Request 4
SRC_GTMMCS45    0xF0039A14          GTM MCS4 Shared Service Request 5
SRC_GTMMCS46    0xF0039A18          GTM MCS4 Shared Service Request 6
SRC_GTMMCS47    0xF0039A1C          GTM MCS4 Shared Service Request 7
SRC_GTMMCS50    0xF0039A20          GTM MCS5 Shared Service Request 0
SRC_GTMMCS51    0xF0039A24          GTM MCS5 Shared Service Request 1
SRC_GTMMCS52    0xF0039A28          GTM MCS5 Shared Service Request 2
SRC_GTMMCS53    0xF0039A2C          GTM MCS5 Shared Service Request 3
SRC_GTMMCS54    0xF0039A30          GTM MCS5 Shared Service Request 4
SRC_GTMMCS55    0xF0039A34          GTM MCS5 Shared Service Request 5
SRC_GTMMCS56    0xF0039A38          GTM MCS5 Shared Service Request 6
SRC_GTMMCS57    0xF0039A3C          GTM MCS5 Shared Service Request 7
SRC_GTMTOM00    0xF0039B80          GTM TOM0 Shared Service Request 0
SRC_GTMTOM01    0xF0039B84          GTM TOM0 Shared Service Request 1
SRC_GTMTOM02    0xF0039B88          GTM TOM0 Shared Service Request 2
SRC_GTMTOM03    0xF0039B8C          GTM TOM0 Shared Service Request 3
SRC_GTMTOM04    0xF0039B90          GTM TOM0 Shared Service Request 4
SRC_GTMTOM05    0xF0039B94          GTM TOM0 Shared Service Request 5
SRC_GTMTOM06    0xF0039B98          GTM TOM0 Shared Service Request 6
SRC_GTMTOM07    0xF0039B9C          GTM TOM0 Shared Service Request 7
SRC_GTMTOM10    0xF0039BA0          GTM TOM1 Shared Service Request 0
SRC_GTMTOM11    0xF0039BA4          GTM TOM1 Shared Service Request 1
SRC_GTMTOM12    0xF0039BA8          GTM TOM1 Shared Service Request 2
SRC_GTMTOM13    0xF0039BAC          GTM TOM1 Shared Service Request 3
SRC_GTMTOM14    0xF0039BB0          GTM TOM1 Shared Service Request 4
SRC_GTMTOM15    0xF0039BB4          GTM TOM1 Shared Service Request 5
SRC_GTMTOM16    0xF0039BB8          GTM TOM1 Shared Service Request 6
SRC_GTMTOM17    0xF0039BBC          GTM TOM1 Shared Service Request 7
SRC_GTMTOM20    0xF0039BC0          GTM TOM2 Shared Service Request 0
SRC_GTMTOM21    0xF0039BC4          GTM TOM2 Shared Service Request 1
SRC_GTMTOM22    0xF0039BC8          GTM TOM2 Shared Service Request 2
SRC_GTMTOM23    0xF0039BCC          GTM TOM2 Shared Service Request 3
SRC_GTMTOM24    0xF0039BD0          GTM TOM2 Shared Service Request 4
SRC_GTMTOM25    0xF0039BD4          GTM TOM2 Shared Service Request 5
SRC_GTMTOM26    0xF0039BD8          GTM TOM2 Shared Service Request 6
SRC_GTMTOM27    0xF0039BDC          GTM TOM2 Shared Service Request 7
SRC_GTMTOM30    0xF0039BE0          GTM TOM3 Shared Service Request 0
SRC_GTMTOM31    0xF0039BE4          GTM TOM3 Shared Service Request 1
SRC_GTMTOM32    0xF0039BE8          GTM TOM3 Shared Service Request 2
SRC_GTMTOM33    0xF0039BEC          GTM TOM3 Shared Service Request 3
SRC_GTMTOM34    0xF0039BF0          GTM TOM3 Shared Service Request 4
SRC_GTMTOM35    0xF0039BF4          GTM TOM3 Shared Service Request 5
SRC_GTMTOM36    0xF0039BF8          GTM TOM3 Shared Service Request 6
SRC_GTMTOM37    0xF0039BFC          GTM TOM3 Shared Service Request 7
SRC_GTMTOM40    0xF0039C00          GTM TOM4 Shared Service Request 0
SRC_GTMTOM41    0xF0039C04          GTM TOM4 Shared Service Request 1
SRC_GTMTOM42    0xF0039C08          GTM TOM4 Shared Service Request 2
SRC_GTMTOM43    0xF0039C0C          GTM TOM4 Shared Service Request 3
SRC_GTMTOM44    0xF0039C10          GTM TOM4 Shared Service Request 4
SRC_GTMTOM45    0xF0039C14          GTM TOM4 Shared Service Request 5
SRC_GTMTOM46    0xF0039C18          GTM TOM4 Shared Service Request 6
SRC_GTMTOM47    0xF0039C1C          GTM TOM4 Shared Service Request 7
SRC_GTMATOM00   0xF0039D80          GTM ATOM0 Shared Service Request 0
SRC_GTMATOM01   0xF0039D84          GTM ATOM0 Shared Service Request 1
SRC_GTMATOM02   0xF0039D88          GTM ATOM0 Shared Service Request 2
SRC_GTMATOM03   0xF0039D8C          GTM ATOM0 Shared Service Request 3
SRC_GTMATOM10   0xF0039D90          GTM ATOM1 Shared Service Request 0
SRC_GTMATOM11   0xF0039D94          GTM ATOM1 Shared Service Request 1
SRC_GTMATOM12   0xF0039D98          GTM ATOM1 Shared Service Request 2
SRC_GTMATOM13   0xF0039D9C          GTM ATOM1 Shared Service Request 3
SRC_GTMATOM20   0xF0039DA0          GTM ATOM2 Shared Service Request 0
SRC_GTMATOM21   0xF0039DA4          GTM ATOM2 Shared Service Request 1
SRC_GTMATOM22   0xF0039DA8          GTM ATOM2 Shared Service Request 2
SRC_GTMATOM23   0xF0039DAC          GTM ATOM2 Shared Service Request 3
SRC_GTMATOM30   0xF0039DB0          GTM ATOM3 Shared Service Request 0
SRC_GTMATOM31   0xF0039DB4          GTM ATOM3 Shared Service Request 1
SRC_GTMATOM32   0xF0039DB8          GTM ATOM3 Shared Service Request 2
SRC_GTMATOM33   0xF0039DBC          GTM ATOM3 Shared Service Request 3
SRC_GTMATOM40   0xF0039DC0          GTM ATOM4 Shared Service Request 0
SRC_GTMATOM41   0xF0039DC4          GTM ATOM4 Shared Service Request 1
SRC_GTMATOM42   0xF0039DC8          GTM ATOM4 Shared Service Request 2
SRC_GTMATOM43   0xF0039DCC          GTM ATOM4 Shared Service Request 3
SRC_GTMATOM50   0xF0039DD0          GTM ATOM5 Shared Service Request 0
SRC_GTMATOM51   0xF0039DD4          GTM ATOM5 Shared Service Request 1
SRC_GTMATOM52   0xF0039DD8          GTM ATOM5 Shared Service Request 2
SRC_GTMATOM53   0xF0039DDC          GTM ATOM5 Shared Service Request 3
SRC_GTMATOM60   0xF0039DE0          GTM ATOM6 Shared Service Request 0
SRC_GTMATOM61   0xF0039DE4          GTM ATOM6 Shared Service Request 1
SRC_GTMATOM62   0xF0039DE8          GTM ATOM6 Shared Service Request 2
SRC_GTMATOM63   0xF0039DEC          GTM ATOM6 Shared Service Request 3
SRC_GTMATOM70   0xF0039DF0          GTM ATOM7 Shared Service Request 0
SRC_GTMATOM71   0xF0039DF4          GTM ATOM7 Shared Service Request 1
SRC_GTMATOM72   0xF0039DF8          GTM ATOM7 Shared Service Request 2
SRC_GTMATOM73   0xF0039DFC          GTM ATOM7 Shared Service Request 3
SRC_GTMATOM80   0xF0039E00          GTM ATOM8 Shared Service Request 0
SRC_GTMATOM81   0xF0039E04          GTM ATOM8 Shared Service Request 1
SRC_GTMATOM82   0xF0039E08          GTM ATOM8 Shared Service Request 2
SRC_GTMATOM83   0xF0039E0C          GTM ATOM8 Shared Service Request 3
SRC_GTMMCSW00   0xF0039F00          GTM Multi Channel Sequencer 0 Service Request 0
SRC_GTMMCSW01   0xF0039F04          GTM Multi Channel Sequencer 0 Service Request 1
SRC_GTMMCSW02   0xF0039F08          GTM Multi Channel Sequencer 0 Service Request 2
SRC_GTMMCSW03   0xF0039F0C          GTM Multi Channel Sequencer 0 Service Request 3
SRC_GTMMCSW04   0xF0039F10          GTM Multi Channel Sequencer 0 Service Request 4
SRC_GTMMCSW05   0xF0039F14          GTM Multi Channel Sequencer 0 Service Request 5
SRC_GTMMCSW10   0xF0039F40          GTM Multi Channel Sequencer 1 Service Request 0
SRC_GTMMCSW11   0xF0039F44          GTM Multi Channel Sequencer 1 Service Request 1
SRC_GTMMCSW12   0xF0039F48          GTM Multi Channel Sequencer 1 Service Request 2
SRC_GTMMCSW13   0xF0039F4C          GTM Multi Channel Sequencer 1 Service Request 3
SRC_GTMMCSW14   0xF0039F50          GTM Multi Channel Sequencer 1 Service Request 4
SRC_GTMMCSW15   0xF0039F54          GTM Multi Channel Sequencer 1 Service Request 5
P00_OUT         0xF003A000          Port 00 Output Register
P00_OMR         0xF003A004          Port 00 Output Modification Register
P00_ID          0xF003A008          Identification Register
P00_IOCR0       0xF003A010          Port 00 Input/Output Control Register 0
P00_IOCR4       0xF003A014          Port 00 Input/Output Control Register 4
P00_IOCR8       0xF003A018          Port 00 Input/Output Control Register 8
P00_IOCR12      0xF003A01C          Port 00 Input/Output Control Register 12
P00_IN          0xF003A024          Port 00 Input Register
P00_PDR0        0xF003A040          Port 00 Pad Driver Mode 0 Register
P00_PDR1        0xF003A044          Port 00 Pad Driver Mode 1 Register
P00_ESR         0xF003A050          Port 00 Emergency Stop Register
P00_PCSR        0xF003A064          Port 00 Pin Controller Select Register
P00_OMSR0       0xF003A070          Port 00 Output Modification Set Register 0
P00_OMSR4       0xF003A074          Port 00 Output Modification Set Register 4
P00_OMSR8       0xF003A078          Port 00 Output Modification Set Register 8
P00_OMSR12      0xF003A07C          Port 00 Output Modification Set Register 8
P00_OMCR0       0xF003A080          Port 00 Output Modification Clear Register 0
P00_OMCR4       0xF003A084          Port 00 Output Modification Clear Register 4
P00_OMCR8       0xF003A088          Port 00 Output Modification Clear Register 8
P00_OMCR12      0xF003A08C          Port 00 Output Modification Clear Register 12
P00_OMSR        0xF003A090          Port 00 Output Modification Set Register
P00_OMCR        0xF003A094          Port 00 Output Modification Clear Register
P00_ACCEN1      0xF003A0F8          Port 00 Access Enable Register 1
P00_ACCEN0      0xF003A0FC          Port 00 Access Enable Register 0
P01_OUT         0xF003A100          Port 01 Output Register
P01_OMR         0xF003A104          Port 01 Output Modification Register
P01_ID          0xF003A108          Identification Register
P01_IOCR0       0xF003A110          Port 01 Input/Output Control Register 0
P01_IOCR4       0xF003A114          Port 01 Input/Output Control Register 4
P01_IOCR8       0xF003A118          Port 01 Input/Output Control Register 8
P01_IOCR12      0xF003A11C          Port 01 Input/Output Control Register 12
P01_IN          0xF003A124          Port 01 Input Register
P01_PDR0        0xF003A140          Port 01 Pad Driver Mode 0 Register
P01_PDR1        0xF003A144          Port 01 Pad Driver Mode 1 Register
P01_ESR         0xF003A150          Port 01 Emergency Stop Register
P01_OMSR0       0xF003A170          Port 01 Output Modification Set Register 0
P01_OMSR4       0xF003A174          Port 01 Output Modification Set Register 4
P01_OMSR8       0xF003A178          Port 01 Output Modification Set Register 8
P01_OMSR12      0xF003A17C          Port 01 Output Modification Set Register 8
P01_OMCR0       0xF003A180          Port 01 Output Modification Clear Register 0
P01_OMCR4       0xF003A184          Port 01 Output Modification Clear Register 4
P01_OMCR8       0xF003A188          Port 01 Output Modification Clear Register 8
P01_OMCR12      0xF003A18C          Port 01 Output Modification Clear Register 12
P01_OMSR        0xF003A190          Port 01 Output Modification Set Register
P01_OMCR        0xF003A194          Port 01 Output Modification Clear Register
P01_ACCEN1      0xF003A1F8          Port 01 Access Enable Register 1
P01_ACCEN0      0xF003A1FC          Port 01 Access Enable Register 0
P02_OUT         0xF003A200          Port 02 Output Register
P02_OMR         0xF003A204          Port 02 Output Modification Register
P02_ID          0xF003A208          Identification Register
P02_IOCR0       0xF003A210          Port 02 Input/Output Control Register 0
P02_IOCR4       0xF003A214          Port 02 Input/Output Control Register 4
P02_IOCR8       0xF003A218          Port 02 Input/Output Control Register 8
P02_IOCR12      0xF003A21C          Port 02 Input/Output Control Register 12
P02_IN          0xF003A224          Port 02 Input Register
P02_PDR0        0xF003A240          Port 02 Pad Driver Mode 0 Register
P02_PDR1        0xF003A244          Port 02 Pad Driver Mode 1 Register
P02_ESR         0xF003A250          Port 02 Emergency Stop Register
P02_OMSR0       0xF003A270          Port 02 Output Modification Set Register 0
P02_OMSR4       0xF003A274          Port 02 Output Modification Set Register 4
P02_OMSR8       0xF003A278          Port 02 Output Modification Set Register 8
P02_OMSR12      0xF003A27C          Port 02 Output Modification Set Register 8
P02_OMCR0       0xF003A280          Port 02 Output Modification Clear Register 0
P02_OMCR4       0xF003A284          Port 02 Output Modification Clear Register 4
P02_OMCR8       0xF003A288          Port 02 Output Modification Clear Register 8
P02_OMCR12      0xF003A28C          Port 02 Output Modification Clear Register 12
P02_OMSR        0xF003A290          Port 02 Output Modification Set Register
P02_OMCR        0xF003A294          Port 02 Output Modification Clear Register
P02_ACCEN1      0xF003A2F8          Port 02 Access Enable Register 1
P02_ACCEN0      0xF003A2FC          Port 02 Access Enable Register 0
P10_OUT         0xF003B000          Port 10 Output Register
P10_OMR         0xF003B004          Port 10 Output Modification Register
P10_ID          0xF003B008          Identification Register
P10_IOCR0       0xF003B010          Port 10 Input/Output Control Register 0
P10_IOCR4       0xF003B014          Port 10 Input/Output Control Register 4
P10_IOCR8       0xF003B018          Port 10 Input/Output Control Register 8
P10_IOCR12      0xF003B01C          Port 10 Input/Output Control Register 12
P10_IN          0xF003B024          Port 10 Input Register
P10_PDR0        0xF003B040          Port 10 Pad Driver Mode 0 Register
P10_PDR1        0xF003B044          Port 10 Pad Driver Mode 1 Register
P10_ESR         0xF003B050          Port 10 Emergency Stop Register
P10_OMSR0       0xF003B070          Port 10 Output Modification Set Register 0
P10_OMSR4       0xF003B074          Port 10 Output Modification Set Register 4
P10_OMSR8       0xF003B078          Port 10 Output Modification Set Register 8
P10_OMSR12      0xF003B07C          Port 10 Output Modification Set Register 12
P10_OMCR0       0xF003B080          Port 10 Output Modification Clear Register 0
P10_OMCR4       0xF003B084          Port 10 Output Modification Clear Register 4
P10_OMCR8       0xF003B088          Port 10 Output Modification Clear Register 8
P10_OMCR12      0xF003B08C          Port 10 Output Modification Clear Register 12
P10_OMSR        0xF003B090          Port 10 Output Modification Set Register
P10_OMCR        0xF003B094          Port 10 Output Modification Clear Register
P10_ACCEN1      0xF003B0F8          Port 10 Access Enable Register 1
P10_ACCEN0      0xF003B0FC          Port 10 Access Enable Register 0
P11_OUT         0xF003B100          Port 11 Output Register
P11_OMR         0xF003B104          Port 11 Output Modification Register
P11_ID          0xF003B108          Identification Register
P11_IOCR0       0xF003B110          Port 11 Input/Output Control Register 0
P11_IOCR4       0xF003B114          Port 11 Input/Output Control Register 4
P11_IOCR8       0xF003B118          Port 11 Input/Output Control Register 8
P11_IOCR12      0xF003B11C          Port 11 Input/Output Control Register 12
P11_IN          0xF003B124          Port 11 Input Register
P11_PDR0        0xF003B140          Port 11 Pad Driver Mode 0 Register
P11_PDR1        0xF003B144          Port 11 Pad Driver Mode 1 Register
P11_ESR         0xF003B150          Port 11 Emergency Stop Register
P11_PCSR        0xF003B164          Port 11 Pin Controller Select Register
P11_OMSR0       0xF003B170          Port 11 Output Modification Set Register 0
P11_OMSR4       0xF003B174          Port 11 Output Modification Set Register 4
P11_OMSR8       0xF003B178          Port 11 Output Modification Set Register 8
P11_OMSR12      0xF003B17C          Port 11 Output Modification Set Register 12
P11_OMCR0       0xF003B180          Port 11 Output Modification Clear Register 0
P11_OMCR4       0xF003B184          Port 11 Output Modification Clear Register 4
P11_OMCR8       0xF003B188          Port 11 Output Modification Clear Register 8
P11_OMCR12      0xF003B18C          Port 11 Output Modification Clear Register 12
P11_OMSR        0xF003B190          Port 11 Output Modification Set Register
P11_OMCR        0xF003B194          Port 11 Output Modification Clear Register
P11_ACCEN1      0xF003B1F8          Port 11 Access Enable Register 1
P11_ACCEN0      0xF003B1FC          Port 11 Access Enable Register 0
P12_OUT         0xF003B200          Port 12 Output Register
P12_OMR         0xF003B204          Port 12 Output Modification Register
P12_ID          0xF003B208          Identification Register
P12_IOCR0       0xF003B210          Port 12 Input/Output Control Register 0
P12_IN          0xF003B224          Port 12 Input Register
P12_PDR0        0xF003B240          Port 12 Pad Driver Mode 0 Register
P12_ESR         0xF003B250          Port 12 Emergency Stop Register
P12_OMSR0       0xF003B270          Port 12 Output Modification Set Register 0
P12_OMCR0       0xF003B280          Port 12 Output Modification Clear Register 0
P12_OMSR        0xF003B290          Port 12 Output Modification Set Register
P12_OMCR        0xF003B294          Port 12 Output Modification Clear Register
P12_ACCEN1      0xF003B2F8          Port 12 Access Enable Register 1
P12_ACCEN0      0xF003B2FC          Port 12 Access Enable Register 0
P13_OUT         0xF003B300          Port 13 Output Register
P13_OMR         0xF003B304          Port 13 Output Modification Register
P13_ID          0xF003B308          Identification Register
P13_IOCR0       0xF003B310          Port 13 Input/Output Control Register 0
P13_IOCR4       0xF003B314          Port 13 Input/Output Control Register 4
P13_IOCR8       0xF003B318          Port 13 Input/Output Control Register 8
P13_IOCR12      0xF003B31C          Port 13 Input/Output Control Register 12
P13_IN          0xF003B324          Port 13 Input Register
P13_PDR0        0xF003B340          Port 13 Pad Driver Mode 0 Register
P13_PDR1        0xF003B344          Port 13 Pad Driver Mode 1 Register
P13_ESR         0xF003B350          Port 13 Emergency Stop Register
P13_OMSR0       0xF003B370          Port 13 Output Modification Set Register 0
P13_OMSR4       0xF003B374          Port 13 Output Modification Set Register 4
P13_OMSR8       0xF003B378          Port 13 Output Modification Set Register 8
P13_OMSR12      0xF003B37C          Port 13 Output Modification Set Register 12
P13_OMCR0       0xF003B380          Port 13 Output Modification Clear Register 0
P13_OMCR4       0xF003B384          Port 13 Output Modification Clear Register 4
P13_OMCR8       0xF003B388          Port 13 Output Modification Clear Register 8
P13_OMCR12      0xF003B38C          Port 13 Output Modification Clear Register 12
P13_OMSR        0xF003B390          Port 13 Output Modification Set Register
P13_OMCR        0xF003B394          Port 13 Output Modification Clear Register
P13_LPCR0       0xF003B3A0          Port 13 LVDS Pad Control Register 0
P13_LPCR1       0xF003B3A4          Port 13 LVDS Pad Control Register 1
P13_LPCR2       0xF003B3A8          Port 13 LVDS Pad Control Register 2
P13_LPCR3       0xF003B3AC          Port 13 LVDS Pad Control Register 3
P13_ACCEN1      0xF003B3F8          Port 13 Access Enable Register 1
P13_ACCEN0      0xF003B3FC          Port 13 Access Enable Register 0
P14_OUT         0xF003B400          Port 14 Output Register
P14_OMR         0xF003B404          Port 14 Output Modification Register
P14_ID          0xF003B408          Identification Register
P14_IOCR0       0xF003B410          Port 14 Input/Output Control Register 0
P14_IOCR4       0xF003B414          Port 14 Input/Output Control Register 4
P14_IOCR8       0xF003B418          Port 14 Input/Output Control Register 8
P14_IOCR12      0xF003B41C          Port 14 Input/Output Control Register 12
P14_IN          0xF003B424          Port 14 Input Register
P14_PDR0        0xF003B440          Port 14 Pad Driver Mode 0 Register
P14_PDR1        0xF003B444          Port 14 Pad Driver Mode 1 Register
P14_ESR         0xF003B450          Port 14 Emergency Stop Register
P14_OMSR0       0xF003B470          Port 14 Output Modification Set Register 0
P14_OMSR4       0xF003B474          Port 14 Output Modification Set Register 4
P14_OMSR8       0xF003B478          Port 14 Output Modification Set Register 8
P14_OMSR12      0xF003B47C          Port 14 Output Modification Set Register 12
P14_OMCR0       0xF003B480          Port 14 Output Modification Clear Register 0
P14_OMCR4       0xF003B484          Port 14 Output Modification Clear Register 4
P14_OMCR8       0xF003B488          Port 14 Output Modification Clear Register 8
P14_OMCR12      0xF003B48C          Port 14 Output Modification Clear Register 12
P14_OMSR        0xF003B490          Port 14 Output Modification Set Register
P14_OMCR        0xF003B494          Port 14 Output Modification Clear Register
P14_ACCEN1      0xF003B4F8          Port 14 Access Enable Register 1
P14_ACCEN0      0xF003B4FC          Port 14 Access Enable Register 0
P15_OUT         0xF003B500          Port 15 Output Register
P15_OMR         0xF003B504          Port 15 Output Modification Register
P15_ID          0xF003B508          Identification Register
P15_IOCR0       0xF003B510          Port 15 Input/Output Control Register 0
P15_IOCR4       0xF003B514          Port 15 Input/Output Control Register 4
P15_IOCR8       0xF003B518          Port 15 Input/Output Control Register 8
P15_IOCR12      0xF003B51C          Port 15 Input/Output Control Register 12
P15_IN          0xF003B524          Port 15 Input Register
P15_PDR0        0xF003B540          Port 15 Pad Driver Mode 0 Register
P15_PDR1        0xF003B544          Port 15 Pad Driver Mode 1 Register
P15_ESR         0xF003B550          Port 15 Emergency Stop Register
P15_OMSR0       0xF003B570          Port 15 Output Modification Set Register 0
P15_OMSR4       0xF003B574          Port 15 Output Modification Set Register 4
P15_OMSR8       0xF003B578          Port 15 Output Modification Set Register 8
P15_OMSR12      0xF003B57C          Port 15 Output Modification Set Register 12
P15_OMCR0       0xF003B580          Port 15 Output Modification Clear Register 0
P15_OMCR4       0xF003B584          Port 15 Output Modification Clear Register 4
P15_OMCR8       0xF003B588          Port 15 Output Modification Clear Register 8
P15_OMCR12      0xF003B58C          Port 15 Output Modification Clear Register 12
P15_OMSR        0xF003B590          Port 15 Output Modification Set Register
P15_OMCR        0xF003B594          Port 15 Output Modification Clear Register
P15_ACCEN1      0xF003B5F8          Port 15 Access Enable Register 1
P15_ACCEN0      0xF003B5FC          Port 15 Access Enable Register 0
P20_OUT         0xF003C000          Port 20 Output Register
P20_OMR         0xF003C004          Port 20 Output Modification Register
P20_ID          0xF003C008          Identification Register
P20_IOCR0       0xF003C010          Port 20 Input/Output Control Register 0
P20_IOCR4       0xF003C014          Port 20 Input/Output Control Register 4
P20_IOCR8       0xF003C018          Port 20 Input/Output Control Register 8
P20_IOCR12      0xF003C01C          Port 20 Input/Output Control Register 12
P20_IN          0xF003C024          Port 20 Input Register
P20_PDR0        0xF003C040          Port 20 Pad Driver Mode 0 Register
P20_PDR1        0xF003C044          Port 20 Pad Driver Mode 1 Register
P20_ESR         0xF003C050          Port 20 Emergency Stop Register
P20_OMSR0       0xF003C070          Port 20 Output Modification Set Register 0
P20_OMSR4       0xF003C074          Port 20 Output Modification Set Register 4
P20_OMSR8       0xF003C078          Port 20 Output Modification Set Register 8
P20_OMSR12      0xF003C07C          Port 20 Output Modification Set Register 12
P20_OMCR0       0xF003C080          Port 20 Output Modification Clear Register 0
P20_OMCR4       0xF003C084          Port 20 Output Modification Clear Register 4
P20_OMCR8       0xF003C088          Port 20 Output Modification Clear Register 8
P20_OMCR12      0xF003C08C          Port 20 Output Modification Clear Register 12
P20_OMSR        0xF003C090          Port 20 Output Modification Set Register
P20_OMCR        0xF003C094          Port 20 Output Modification Clear Register
P20_ACCEN1      0xF003C0F8          Port 20 Access Enable Register 1
P20_ACCEN0      0xF003C0FC          Port 20 Access Enable Register 0
P21_OUT         0xF003C100          Port 21 Output Register
P21_OMR         0xF003C104          Port 21 Output Modification Register
P21_ID          0xF003C108          Identification Register
P21_IOCR0       0xF003C110          Port 21 Input/Output Control Register 0
P21_IOCR4       0xF003C114          Port 21 Input/Output Control Register 4
P21_IN          0xF003C124          Port 21 Input Register
P21_PDR0        0xF003C140          Port 21 Pad Driver Mode 0 Register
P21_ESR         0xF003C150          Port 21 Emergency Stop Register
P21_OMSR0       0xF003C170          Port 21 Output Modification Set Register 0
P21_OMSR4       0xF003C174          Port 21 Output Modification Set Register 4
P21_OMCR0       0xF003C180          Port 21 Output Modification Clear Register 0
P21_OMCR4       0xF003C184          Port 21 Output Modification Clear Register 4
P21_OMSR        0xF003C190          Port 21 Output Modification Set Register
P21_OMCR        0xF003C194          Port 21 Output Modification Clear Register
P21_LPCR0       0xF003C1A0          Port 21 LVDS Pad Control Register 0
P21_LPCR1       0xF003C1A4          Port 21 LVDS Pad Control Register 1
P21_LPCR2       0xF003C1A8          Port 21 LVDS Pad Control Register 2
P21_ACCEN1      0xF003C1F8          Port 21 Access Enable Register 1
P21_ACCEN0      0xF003C1FC          Port 21 Access Enable Register 0
P22_OUT         0xF003C200          Port 22 Output Register
P22_OMR         0xF003C204          Port 22 Output Modification Register
P22_ID          0xF003C208          Identification Register
P22_IOCR0       0xF003C210          Port 22 Input/Output Control Register 0
P22_IOCR4       0xF003C214          Port 22 Input/Output Control Register 4
P22_IOCR8       0xF003C218          Port 22 Input/Output Control Register 8
P22_IN          0xF003C224          Port 22 Input Register
P22_PDR0        0xF003C240          Port 22 Pad Driver Mode 0 Register
P22_PDR1        0xF003C244          Port 22 Pad Driver Mode 1 Register
P22_ESR         0xF003C250          Port 22 Emergency Stop Register
P22_OMSR0       0xF003C270          Port 22 Output Modification Set Register 0
P22_OMSR4       0xF003C274          Port 22 Output Modification Set Register 4
P22_OMSR8       0xF003C278          Port 22 Output Modification Set Register 8
P22_OMCR0       0xF003C280          Port 22 Output Modification Clear Register 0
P22_OMCR4       0xF003C284          Port 22 Output Modification Clear Register 4
P22_OMCR8       0xF003C288          Port 22 Output Modification Clear Register 8
P22_OMSR        0xF003C290          Port 22 Output Modification Set Register
P22_OMCR        0xF003C294          Port 22 Output Modification Clear Register
P22_LPCR0       0xF003C2A0          Port 22 LVDS Pad Control Register 0
P22_LPCR1       0xF003C2A4          Port 22 LVDS Pad Control Register 1
P22_ACCEN1      0xF003C2F8          Port 22 Access Enable Register 1
P22_ACCEN0      0xF003C2FC          Port 22 Access Enable Register 0
P23_OUT         0xF003C300          Port 23 Output Register
P23_OMR         0xF003C304          Port 23 Output Modification Register
P23_ID          0xF003C308          Identification Register
P23_IOCR0       0xF003C310          Port 23 Input/Output Control Register 0
P23_IOCR4       0xF003C314          Port 23 Input/Output Control Register 4
P23_IN          0xF003C324          Port 23 Input Register
P23_PDR0        0xF003C340          Port 23 Pad Driver Mode 0 Register
P23_ESR         0xF003C350          Port 23 Emergency Stop Register
P23_OMSR0       0xF003C370          Port 23 Output Modification Set Register 0
P23_OMSR4       0xF003C374          Port 23 Output Modification Set Register 4
P23_OMCR0       0xF003C380          Port 23 Output Modification Clear Register 0
P23_OMCR4       0xF003C384          Port 23 Output Modification Clear Register 4
P23_OMSR        0xF003C390          Port 23 Output Modification Set Register
P23_OMCR        0xF003C394          Port 23 Output Modification Clear Register
P23_ACCEN1      0xF003C3F8          Port 23 Access Enable Register 1
P23_ACCEN0      0xF003C3FC          Port 23 Access Enable Register 0
P24_OUT         0xF003C400          Port 24 Output Register
P24_OMR         0xF003C404          Port 24 Output Modification Register
P24_ID          0xF003C408          Identification Register
P24_IOCR0       0xF003C410          Port 24 Input/Output Control Register 0
P24_IOCR4       0xF003C414          Port 24 Input/Output Control Register 4
P24_IOCR8       0xF003C418          Port 24 Input/Output Control Register 8
P24_IOCR12      0xF003C41C          Port 24 Input/Output Control Register 12
P24_IN          0xF003C424          Port 24 Input Register
P24_PDR0        0xF003C440          Port 24 Pad Driver Mode 0 Register
P24_PDR1        0xF003C444          Port 24 Pad Driver Mode 1 Register
P24_ESR         0xF003C450          Port 24 Emergency Stop Register
P24_OMSR0       0xF003C470          Port 24 Output Modification Set Register 0
P24_OMSR4       0xF003C474          Port 24 Output Modification Set Register 4
P24_OMSR8       0xF003C478          Port 24 Output Modification Set Register 8
P24_OMSR12      0xF003C47C          Port 24 Output Modification Set Register 8
P24_OMCR0       0xF003C480          Port 24 Output Modification Clear Register 0
P24_OMCR4       0xF003C484          Port 24 Output Modification Clear Register 4
P24_OMCR8       0xF003C488          Port 24 Output Modification Clear Register 8
P24_OMCR12      0xF003C48C          Port 24 Output Modification Clear Register 12
P24_OMSR        0xF003C490          Port 24 Output Modification Set Register
P24_OMCR        0xF003C494          Port 24 Output Modification Clear Register
P24_ACCEN1      0xF003C4F8          Port 24 Access Enable Register 1
P24_ACCEN0      0xF003C4FC          Port 24 Access Enable Register 0
P25_OUT         0xF003C500          Port 25 Output Register
P25_OMR         0xF003C504          Port 25 Output Modification Register
P25_ID          0xF003C508          Identification Register
P25_IOCR0       0xF003C510          Port 25 Input/Output Control Register 0
P25_IOCR4       0xF003C514          Port 25 Input/Output Control Register 4
P25_IOCR8       0xF003C518          Port 25 Input/Output Control Register 8
P25_IOCR12      0xF003C51C          Port 25 Input/Output Control Register 12
P25_IN          0xF003C524          Port 25 Input Register
P25_PDR0        0xF003C540          Port 25 Pad Driver Mode 0 Register
P25_PDR1        0xF003C544          Port 25 Pad Driver Mode 1 Register
P25_ESR         0xF003C550          Port 25 Emergency Stop Register
P25_OMSR0       0xF003C570          Port 25 Output Modification Set Register 0
P25_OMSR4       0xF003C574          Port 25 Output Modification Set Register 4
P25_OMSR8       0xF003C578          Port 25 Output Modification Set Register 8
P25_OMSR12      0xF003C57C          Port 25 Output Modification Set Register 8
P25_OMCR0       0xF003C580          Port 25 Output Modification Clear Register 0
P25_OMCR4       0xF003C584          Port 25 Output Modification Clear Register 4
P25_OMCR8       0xF003C588          Port 25 Output Modification Clear Register 8
P25_OMCR12      0xF003C58C          Port 25 Output Modification Clear Register 12
P25_OMSR        0xF003C590          Port 25 Output Modification Set Register
P25_OMCR        0xF003C594          Port 25 Output Modification Clear Register
P25_ACCEN1      0xF003C5F8          Port 25 Access Enable Register 1
P25_ACCEN0      0xF003C5FC          Port 25 Access Enable Register 0
P26_OUT         0xF003C600          Port 26 Output Register
P26_OMR         0xF003C604          Port 26 Output Modification Register
P26_ID          0xF003C608          Identification Register
P26_IOCR0       0xF003C610          Port 26 Input/Output Control Register 0
P26_IN          0xF003C624          Port 26 Input Register
P26_PDR0        0xF003C640          Port 26 Pad Driver Mode 0 Register
P26_ESR         0xF003C650          Port 26 Emergency Stop Register
P26_OMSR0       0xF003C670          Port 26 Output Modification Set Register 0
P26_OMCR0       0xF003C680          Port 26 Output Modification Clear Register 0
P26_OMSR        0xF003C690          Port 26 Output Modification Set Register
P26_OMCR        0xF003C694          Port 26 Output Modification Clear Register
P26_ACCEN1      0xF003C6F8          Port 26 Access Enable Register 1
P26_ACCEN0      0xF003C6FC          Port 26 Access Enable Register 0
P30_OUT         0xF003D000          Port 30 Output Register
P30_OMR         0xF003D004          Port 30 Output Modification Register
P30_ID          0xF003D008          Identification Register
P30_IOCR0       0xF003D010          Port 30 Input/Output Control Register 0
P30_IOCR4       0xF003D014          Port 30 Input/Output Control Register 4
P30_IOCR8       0xF003D018          Port 30 Input/Output Control Register 8
P30_IOCR12      0xF003D01C          Port 30 Input/Output Control Register 12
P30_IN          0xF003D024          Port 30 Input Register
P30_PDR0        0xF003D040          Port 30 Pad Driver Mode 0 Register
P30_PDR1        0xF003D044          Port 30 Pad Driver Mode 1 Register
P30_ESR         0xF003D050          Port 30 Emergency Stop Register
P30_OMSR0       0xF003D070          Port 30 Output Modification Set Register 0
P30_OMSR4       0xF003D074          Port 30 Output Modification Set Register 4
P30_OMSR8       0xF003D078          Port 30 Output Modification Set Register 8
P30_OMSR12      0xF003D07C          Port 30 Output Modification Set Register 8
P30_OMCR0       0xF003D080          Port 30 Output Modification Clear Register 0
P30_OMCR4       0xF003D084          Port 30 Output Modification Clear Register 4
P30_OMCR8       0xF003D088          Port 30 Output Modification Clear Register 8
P30_OMCR12      0xF003D08C          Port 30 Output Modification Clear Register 12
P30_OMSR        0xF003D090          Port 30 Output Modification Set Register
P30_OMCR        0xF003D094          Port 30 Output Modification Clear Register
P30_ACCEN1      0xF003D0F8          Port 30 Access Enable Register 1
P30_ACCEN0      0xF003D0FC          Port 30 Access Enable Register 0
P31_OUT         0xF003D100          Port 31 Output Register
P31_OMR         0xF003D104          Port 31 Output Modification Register
P31_ID          0xF003D108          Identification Register
P31_IOCR0       0xF003D110          Port 31 Input/Output Control Register 0
P31_IOCR4       0xF003D114          Port 31 Input/Output Control Register 4
P31_IOCR8       0xF003D118          Port 31 Input/Output Control Register 8
P31_IOCR12      0xF003D11C          Port 31 Input/Output Control Register 12
P31_IN          0xF003D124          Port 31 Input Register
P31_PDR0        0xF003D140          Port 31 Pad Driver Mode 0 Register
P31_PDR1        0xF003D144          Port 31 Pad Driver Mode 1 Register
P31_ESR         0xF003D150          Port 31 Emergency Stop Register
P31_OMSR0       0xF003D170          Port 31 Output Modification Set Register 0
P31_OMSR4       0xF003D174          Port 31 Output Modification Set Register 4
P31_OMSR8       0xF003D178          Port 31 Output Modification Set Register 8
P31_OMSR12      0xF003D17C          Port 31 Output Modification Set Register 8
P31_OMCR0       0xF003D180          Port 31 Output Modification Clear Register 0
P31_OMCR4       0xF003D184          Port 31 Output Modification Clear Register 4
P31_OMCR8       0xF003D188          Port 31 Output Modification Clear Register 8
P31_OMCR12      0xF003D18C          Port 31 Output Modification Clear Register 12
P31_OMSR        0xF003D190          Port 31 Output Modification Set Register
P31_OMCR        0xF003D194          Port 31 Output Modification Clear Register
P31_ACCEN1      0xF003D1F8          Port 31 Access Enable Register 1
P31_ACCEN0      0xF003D1FC          Port 31 Access Enable Register 0
P32_OUT         0xF003D200          Port 32 Output Register
P32_OMR         0xF003D204          Port 32 Output Modification Register
P32_ID          0xF003D208          Identification Register
P32_IOCR0       0xF003D210          Port 32 Input/Output Control Register 0
P32_IOCR4       0xF003D214          Port 32 Input/Output Control Register 4
P32_IN          0xF003D224          Port 32 Input Register
P32_PDR0        0xF003D240          Port 32 Pad Driver Mode 0 Register
P32_ESR         0xF003D250          Port 32 Emergency Stop Register
P32_OMSR0       0xF003D270          Port 32 Output Modification Set Register 0
P32_OMSR4       0xF003D274          Port 32 Output Modification Set Register 4
P32_OMCR0       0xF003D280          Port 32 Output Modification Clear Register 0
P32_OMCR4       0xF003D284          Port 32 Output Modification Clear Register 4
P32_OMSR        0xF003D290          Port 32 Output Modification Set Register
P32_OMCR        0xF003D294          Port 32 Output Modification Clear Register
P32_ACCEN1      0xF003D2F8          Port 32 Access Enable Register 1
P32_ACCEN0      0xF003D2FC          Port 32 Access Enable Register 0
P33_OUT         0xF003D300          Port 33 Output Register
P33_OMR         0xF003D304          Port 33 Output Modification Register
P33_ID          0xF003D308          Identification Register
P33_IOCR0       0xF003D310          Port 33 Input/Output Control Register 0
P33_IOCR4       0xF003D314          Port 33 Input/Output Control Register 4
P33_IOCR8       0xF003D318          Port 33 Input/Output Control Register 8
P33_IOCR12      0xF003D31C          Port 33 Input/Output Control Register 12
P33_IN          0xF003D324          Port 33 Input Register
P33_PDR0        0xF003D340          Port 33 Pad Driver Mode 0 Register
P33_PDR1        0xF003D344          Port 33 Pad Driver Mode 1 Register
P33_ESR         0xF003D350          Port 33 Emergency Stop Register
P33_OMSR0       0xF003D370          Port 33 Output Modification Set Register 0
P33_OMSR4       0xF003D374          Port 33 Output Modification Set Register 4
P33_OMSR8       0xF003D378          Port 33 Output Modification Set Register 8
P33_OMSR12      0xF003D37C          Port 33 Output Modification Set Register 12
P33_OMCR0       0xF003D380          Port 33 Output Modification Clear Register 0
P33_OMCR4       0xF003D384          Port 33 Output Modification Clear Register 4
P33_OMCR8       0xF003D388          Port 33 Output Modification Clear Register 8
P33_OMCR12      0xF003D38C          Port 33 Output Modification Clear Register 12
P33_OMSR        0xF003D390          Port 33 Output Modification Set Register
P33_OMCR        0xF003D394          Port 33 Output Modification Clear Register
P33_ACCEN1      0xF003D3F8          Port 33 Access Enable Register 1
P33_ACCEN0      0xF003D3FC          Port 33 Access Enable Register 0
P34_OUT         0xF003D400          Port 34 Output Register
P34_OMR         0xF003D404          Port 34 Output Modification Register
P34_ID          0xF003D408          Identification Register
P34_IOCR0       0xF003D410          Port 34 Input/Output Control Register 0
P34_IOCR4       0xF003D414          Port 34 Input/Output Control Register 4
P34_IN          0xF003D424          Port 34 Input Register
P34_PDR0        0xF003D440          Port 34 Pad Driver Mode 0 Register
P34_ESR         0xF003D450          Port 34 Emergency Stop Register
P34_OMSR0       0xF003D470          Port 34 Output Modification Set Register 0
P34_OMSR4       0xF003D474          Port 34 Output Modification Set Register 4
P34_OMCR0       0xF003D480          Port 34 Output Modification Clear Register 0
P34_OMCR4       0xF003D484          Port 34 Output Modification Clear Register 4
P34_OMSR        0xF003D490          Port 34 Output Modification Set Register
P34_OMCR        0xF003D494          Port 34 Output Modification Clear Register
P34_ACCEN1      0xF003D4F8          Port 34 Access Enable Register 1
P34_ACCEN0      0xF003D4FC          Port 34 Access Enable Register 0
P40_ID          0xF003E008          Identification Register
P40_IOCR0       0xF003E010          Port 40 Input/Output Control Register 0
P40_IOCR4       0xF003E014          Port 40 Input/Output Control Register 4
P40_IOCR8       0xF003E018          Port 40 Input/Output Control Register 8
P40_IOCR12      0xF003E01C          Port 40 Input/Output Control Register 12
P40_IN          0xF003E024          Port 40 Input Register
P40_PDISC       0xF003E060          Port 40 Pin Function Decision Control Register
P40_PCSR        0xF003E064          Port 40 Pin Controller Select Register
P40_ACCEN1      0xF003E0F8          Port 40 Access Enable Register 1
P40_ACCEN0      0xF003E0FC          Port 40 Access Enable Register 0
MTU_CLC         0xF0060000          Identification Register
MTU_ID          0xF0060008          Identification Register
MTU_MEMTEST0    0xF0060010          Memory MBISTEnable Register 0
MTU_MEMTEST1    0xF0060014          Memory MBISTEnable Register 1
MTU_MEMTEST2    0xF0060018          Memory MBISTEnable Register 2
MTU_MEMMAP      0xF006001C          Memory Mapping Enable Register
MTU_RES0        0xF0060020          Reserved Register
MTU_RES1        0xF0060024          Reserved Register
MTU_RES2        0xF0060030          Reserved Register
MTU_RES3        0xF0060034          Reserved Register
MTU_MEMSTAT0    0xF0060038          Memory Status Register 0
MTU_MEMSTAT1    0xF006003C          Memory Status Register 1
MTU_MEMSTAT2    0xF0060040          Memory Status Register 2
MTU_ACCEN1      0xF00600F8          Access Enable Register 1
MTU_ACCEN0      0xF00600FC          Access Enable Register 0
MC0_CONFIG0     0xF0061000          Configuration Register 0
MC0_CONFIG1     0xF0061002          Configuration Register 1
MC0_MCONTROL    0xF0061004          MBIST Control Register
MC0_MSTATUS     0xF0061006          Status Register
MC0_RANGE       0xF0061008          Range Register, single address mode
MC0_REVID       0xF006100C          Revision ID Register
MC0_ECCS        0xF006100E          ECC Safety Register
MC0_ECCD        0xF0061010          Memory ECC Detection Register
MC0_ETRR0       0xF0061012          Error Tracking Register 0
MC0_ETRR1       0xF0061014          Error Tracking Register 1
MC0_ETRR2       0xF0061016          Error Tracking Register 2
MC0_ETRR3       0xF0061018          Error Tracking Register 3
MC0_ETRR4       0xF006101A          Error Tracking Register 4
MC0_RDBFL0      0xF00610A0          Read Data and Bit Flip Register 0
MC0_RDBFL1      0xF00610A2          Read Data and Bit Flip Register 1
MC0_RDBFL2      0xF00610A4          Read Data and Bit Flip Register 2
MC0_RDBFL3      0xF00610A6          Read Data and Bit Flip Register 3
MC0_RDBFL4      0xF00610A8          Read Data and Bit Flip Register 4
MC0_RDBFL5      0xF00610AA          Read Data and Bit Flip Register 5
MC0_RDBFL6      0xF00610AC          Read Data and Bit Flip Register 6
MC0_RDBFL7      0xF00610AE          Read Data and Bit Flip Register 7
MC0_RDBFL8      0xF00610B0          Read Data and Bit Flip Register 8
MC0_RDBFL9      0xF00610B2          Read Data and Bit Flip Register 9
MC0_RDBFL10     0xF00610B4          Read Data and Bit Flip Register 10
MC0_RDBFL11     0xF00610B6          Read Data and Bit Flip Register 11
MC0_RDBFL12     0xF00610B8          Read Data and Bit Flip Register 12
MC0_RDBFL13     0xF00610BA          Read Data and Bit Flip Register 13
MC0_RDBFL14     0xF00610BC          Read Data and Bit Flip Register 14
MC0_RDBFL15     0xF00610BE          Read Data and Bit Flip Register 15
MC0_RDBFL16     0xF00610C0          Read Data and Bit Flip Register 16
MC0_RDBFL17     0xF00610C2          Read Data and Bit Flip Register 17
MC0_RDBFL18     0xF00610C4          Read Data and Bit Flip Register 18
MC0_RDBFL19     0xF00610C6          Read Data and Bit Flip Register 19
MC0_RDBFL20     0xF00610C8          Read Data and Bit Flip Register 20
MC0_RDBFL21     0xF00610CA          Read Data and Bit Flip Register 21
MC0_RDBFL22     0xF00610CC          Read Data and Bit Flip Register 22
MC0_RDBFL23     0xF00610CE          Read Data and Bit Flip Register 23
MC0_RDBFL24     0xF00610D0          Read Data and Bit Flip Register 24
MC0_RDBFL25     0xF00610D2          Read Data and Bit Flip Register 25
MC0_RDBFL26     0xF00610D4          Read Data and Bit Flip Register 26
MC0_RDBFL27     0xF00610D6          Read Data and Bit Flip Register 27
MC0_RDBFL28     0xF00610D8          Read Data and Bit Flip Register 28
MC0_RDBFL29     0xF00610DA          Read Data and Bit Flip Register 29
MC0_RDBFL30     0xF00610DC          Read Data and Bit Flip Register 30
MC0_RDBFL31     0xF00610DE          Read Data and Bit Flip Register 31
MC0_RDBFL32     0xF00610E0          Read Data and Bit Flip Register 32
MC0_RDBFL33     0xF00610E2          Read Data and Bit Flip Register 33
MC0_RDBFL34     0xF00610E4          Read Data and Bit Flip Register 34
MC0_RDBFL35     0xF00610E6          Read Data and Bit Flip Register 35
MC0_RDBFL36     0xF00610E8          Read Data and Bit Flip Register 36
MC0_RDBFL37     0xF00610EA          Read Data and Bit Flip Register 37
MC0_RDBFL38     0xF00610EC          Read Data and Bit Flip Register 38
MC0_RDBFL39     0xF00610EE          Read Data and Bit Flip Register 39
MC1_CONFIG0     0xF0061100          Configuration Register 0
MC1_CONFIG1     0xF0061102          Configuration Register 1
MC1_MCONTROL    0xF0061104          MBIST Control Register
MC1_MSTATUS     0xF0061106          Status Register
MC1_RANGE       0xF0061108          Range Register, single address mode
MC1_REVID       0xF006110C          Revision ID Register
MC1_ECCS        0xF006110E          ECC Safety Register
MC1_ECCD        0xF0061110          Memory ECC Detection Register
MC1_ETRR0       0xF0061112          Error Tracking Register 0
MC1_ETRR1       0xF0061114          Error Tracking Register 1
MC1_ETRR2       0xF0061116          Error Tracking Register 2
MC1_ETRR3       0xF0061118          Error Tracking Register 3
MC1_ETRR4       0xF006111A          Error Tracking Register 4
MC1_RDBFL0      0xF00611A0          Read Data and Bit Flip Register 0
MC1_RDBFL1      0xF00611A2          Read Data and Bit Flip Register 1
MC1_RDBFL2      0xF00611A4          Read Data and Bit Flip Register 2
MC1_RDBFL3      0xF00611A6          Read Data and Bit Flip Register 3
MC1_RDBFL4      0xF00611A8          Read Data and Bit Flip Register 4
MC1_RDBFL5      0xF00611AA          Read Data and Bit Flip Register 5
MC1_RDBFL6      0xF00611AC          Read Data and Bit Flip Register 6
MC1_RDBFL7      0xF00611AE          Read Data and Bit Flip Register 7
MC1_RDBFL8      0xF00611B0          Read Data and Bit Flip Register 8
MC1_RDBFL9      0xF00611B2          Read Data and Bit Flip Register 9
MC1_RDBFL10     0xF00611B4          Read Data and Bit Flip Register 10
MC1_RDBFL11     0xF00611B6          Read Data and Bit Flip Register 11
MC1_RDBFL12     0xF00611B8          Read Data and Bit Flip Register 12
MC1_RDBFL13     0xF00611BA          Read Data and Bit Flip Register 13
MC1_RDBFL14     0xF00611BC          Read Data and Bit Flip Register 14
MC1_RDBFL15     0xF00611BE          Read Data and Bit Flip Register 15
MC1_RDBFL16     0xF00611C0          Read Data and Bit Flip Register 16
MC1_RDBFL17     0xF00611C2          Read Data and Bit Flip Register 17
MC1_RDBFL18     0xF00611C4          Read Data and Bit Flip Register 18
MC1_RDBFL19     0xF00611C6          Read Data and Bit Flip Register 19
MC1_RDBFL20     0xF00611C8          Read Data and Bit Flip Register 20
MC1_RDBFL21     0xF00611CA          Read Data and Bit Flip Register 21
MC1_RDBFL22     0xF00611CC          Read Data and Bit Flip Register 22
MC1_RDBFL23     0xF00611CE          Read Data and Bit Flip Register 23
MC1_RDBFL24     0xF00611D0          Read Data and Bit Flip Register 24
MC1_RDBFL25     0xF00611D2          Read Data and Bit Flip Register 25
MC1_RDBFL26     0xF00611D4          Read Data and Bit Flip Register 26
MC1_RDBFL27     0xF00611D6          Read Data and Bit Flip Register 27
MC1_RDBFL28     0xF00611D8          Read Data and Bit Flip Register 28
MC1_RDBFL29     0xF00611DA          Read Data and Bit Flip Register 29
MC1_RDBFL30     0xF00611DC          Read Data and Bit Flip Register 30
MC1_RDBFL31     0xF00611DE          Read Data and Bit Flip Register 31
MC1_RDBFL32     0xF00611E0          Read Data and Bit Flip Register 32
MC1_RDBFL33     0xF00611E2          Read Data and Bit Flip Register 33
MC1_RDBFL34     0xF00611E4          Read Data and Bit Flip Register 34
MC1_RDBFL35     0xF00611E6          Read Data and Bit Flip Register 35
MC1_RDBFL36     0xF00611E8          Read Data and Bit Flip Register 36
MC1_RDBFL37     0xF00611EA          Read Data and Bit Flip Register 37
MC1_RDBFL38     0xF00611EC          Read Data and Bit Flip Register 38
MC1_RDBFL39     0xF00611EE          Read Data and Bit Flip Register 39
MC2_CONFIG0     0xF0061200          Configuration Register 0
MC2_CONFIG1     0xF0061202          Configuration Register 1
MC2_MCONTROL    0xF0061204          MBIST Control Register
MC2_MSTATUS     0xF0061206          Status Register
MC2_RANGE       0xF0061208          Range Register, single address mode
MC2_REVID       0xF006120C          Revision ID Register
MC2_ECCS        0xF006120E          ECC Safety Register
MC2_ECCD        0xF0061210          Memory ECC Detection Register
MC2_ETRR0       0xF0061212          Error Tracking Register 0
MC2_ETRR1       0xF0061214          Error Tracking Register 1
MC2_ETRR2       0xF0061216          Error Tracking Register 2
MC2_ETRR3       0xF0061218          Error Tracking Register 3
MC2_ETRR4       0xF006121A          Error Tracking Register 4
MC2_RDBFL0      0xF00612A0          Read Data and Bit Flip Register 0
MC2_RDBFL1      0xF00612A2          Read Data and Bit Flip Register 1
MC2_RDBFL2      0xF00612A4          Read Data and Bit Flip Register 2
MC2_RDBFL3      0xF00612A6          Read Data and Bit Flip Register 3
MC2_RDBFL4      0xF00612A8          Read Data and Bit Flip Register 4
MC2_RDBFL5      0xF00612AA          Read Data and Bit Flip Register 5
MC2_RDBFL6      0xF00612AC          Read Data and Bit Flip Register 6
MC2_RDBFL7      0xF00612AE          Read Data and Bit Flip Register 7
MC2_RDBFL8      0xF00612B0          Read Data and Bit Flip Register 8
MC2_RDBFL9      0xF00612B2          Read Data and Bit Flip Register 9
MC2_RDBFL10     0xF00612B4          Read Data and Bit Flip Register 10
MC2_RDBFL11     0xF00612B6          Read Data and Bit Flip Register 11
MC2_RDBFL12     0xF00612B8          Read Data and Bit Flip Register 12
MC2_RDBFL13     0xF00612BA          Read Data and Bit Flip Register 13
MC2_RDBFL14     0xF00612BC          Read Data and Bit Flip Register 14
MC2_RDBFL15     0xF00612BE          Read Data and Bit Flip Register 15
MC2_RDBFL16     0xF00612C0          Read Data and Bit Flip Register 16
MC2_RDBFL17     0xF00612C2          Read Data and Bit Flip Register 17
MC2_RDBFL18     0xF00612C4          Read Data and Bit Flip Register 18
MC2_RDBFL19     0xF00612C6          Read Data and Bit Flip Register 19
MC2_RDBFL20     0xF00612C8          Read Data and Bit Flip Register 20
MC2_RDBFL21     0xF00612CA          Read Data and Bit Flip Register 21
MC2_RDBFL22     0xF00612CC          Read Data and Bit Flip Register 22
MC2_RDBFL23     0xF00612CE          Read Data and Bit Flip Register 23
MC2_RDBFL24     0xF00612D0          Read Data and Bit Flip Register 24
MC2_RDBFL25     0xF00612D2          Read Data and Bit Flip Register 25
MC2_RDBFL26     0xF00612D4          Read Data and Bit Flip Register 26
MC2_RDBFL27     0xF00612D6          Read Data and Bit Flip Register 27
MC2_RDBFL28     0xF00612D8          Read Data and Bit Flip Register 28
MC2_RDBFL29     0xF00612DA          Read Data and Bit Flip Register 29
MC2_RDBFL30     0xF00612DC          Read Data and Bit Flip Register 30
MC2_RDBFL31     0xF00612DE          Read Data and Bit Flip Register 31
MC2_RDBFL32     0xF00612E0          Read Data and Bit Flip Register 32
MC2_RDBFL33     0xF00612E2          Read Data and Bit Flip Register 33
MC2_RDBFL34     0xF00612E4          Read Data and Bit Flip Register 34
MC2_RDBFL35     0xF00612E6          Read Data and Bit Flip Register 35
MC2_RDBFL36     0xF00612E8          Read Data and Bit Flip Register 36
MC2_RDBFL37     0xF00612EA          Read Data and Bit Flip Register 37
MC2_RDBFL38     0xF00612EC          Read Data and Bit Flip Register 38
MC2_RDBFL39     0xF00612EE          Read Data and Bit Flip Register 39
MC3_CONFIG0     0xF0061300          Configuration Register 0
MC3_CONFIG1     0xF0061302          Configuration Register 1
MC3_MCONTROL    0xF0061304          MBIST Control Register
MC3_MSTATUS     0xF0061306          Status Register
MC3_RANGE       0xF0061308          Range Register, single address mode
MC3_REVID       0xF006130C          Revision ID Register
MC3_ECCS        0xF006130E          ECC Safety Register
MC3_ECCD        0xF0061310          Memory ECC Detection Register
MC3_ETRR0       0xF0061312          Error Tracking Register 0
MC3_ETRR1       0xF0061314          Error Tracking Register 1
MC3_ETRR2       0xF0061316          Error Tracking Register 2
MC3_ETRR3       0xF0061318          Error Tracking Register 3
MC3_ETRR4       0xF006131A          Error Tracking Register 4
MC3_RDBFL0      0xF00613A0          Read Data and Bit Flip Register 0
MC3_RDBFL1      0xF00613A2          Read Data and Bit Flip Register 1
MC3_RDBFL2      0xF00613A4          Read Data and Bit Flip Register 2
MC3_RDBFL3      0xF00613A6          Read Data and Bit Flip Register 3
MC3_RDBFL4      0xF00613A8          Read Data and Bit Flip Register 4
MC3_RDBFL5      0xF00613AA          Read Data and Bit Flip Register 5
MC3_RDBFL6      0xF00613AC          Read Data and Bit Flip Register 6
MC3_RDBFL7      0xF00613AE          Read Data and Bit Flip Register 7
MC3_RDBFL8      0xF00613B0          Read Data and Bit Flip Register 8
MC3_RDBFL9      0xF00613B2          Read Data and Bit Flip Register 9
MC3_RDBFL10     0xF00613B4          Read Data and Bit Flip Register 10
MC3_RDBFL11     0xF00613B6          Read Data and Bit Flip Register 11
MC3_RDBFL12     0xF00613B8          Read Data and Bit Flip Register 12
MC3_RDBFL13     0xF00613BA          Read Data and Bit Flip Register 13
MC3_RDBFL14     0xF00613BC          Read Data and Bit Flip Register 14
MC3_RDBFL15     0xF00613BE          Read Data and Bit Flip Register 15
MC3_RDBFL16     0xF00613C0          Read Data and Bit Flip Register 16
MC3_RDBFL17     0xF00613C2          Read Data and Bit Flip Register 17
MC3_RDBFL18     0xF00613C4          Read Data and Bit Flip Register 18
MC3_RDBFL19     0xF00613C6          Read Data and Bit Flip Register 19
MC3_RDBFL20     0xF00613C8          Read Data and Bit Flip Register 20
MC3_RDBFL21     0xF00613CA          Read Data and Bit Flip Register 21
MC3_RDBFL22     0xF00613CC          Read Data and Bit Flip Register 22
MC3_RDBFL23     0xF00613CE          Read Data and Bit Flip Register 23
MC3_RDBFL24     0xF00613D0          Read Data and Bit Flip Register 24
MC3_RDBFL25     0xF00613D2          Read Data and Bit Flip Register 25
MC3_RDBFL26     0xF00613D4          Read Data and Bit Flip Register 26
MC3_RDBFL27     0xF00613D6          Read Data and Bit Flip Register 27
MC3_RDBFL28     0xF00613D8          Read Data and Bit Flip Register 28
MC3_RDBFL29     0xF00613DA          Read Data and Bit Flip Register 29
MC3_RDBFL30     0xF00613DC          Read Data and Bit Flip Register 30
MC3_RDBFL31     0xF00613DE          Read Data and Bit Flip Register 31
MC3_RDBFL32     0xF00613E0          Read Data and Bit Flip Register 32
MC3_RDBFL33     0xF00613E2          Read Data and Bit Flip Register 33
MC3_RDBFL34     0xF00613E4          Read Data and Bit Flip Register 34
MC3_RDBFL35     0xF00613E6          Read Data and Bit Flip Register 35
MC3_RDBFL36     0xF00613E8          Read Data and Bit Flip Register 36
MC3_RDBFL37     0xF00613EA          Read Data and Bit Flip Register 37
MC3_RDBFL38     0xF00613EC          Read Data and Bit Flip Register 38
MC3_RDBFL39     0xF00613EE          Read Data and Bit Flip Register 39
MC4_CONFIG0     0xF0061400          Configuration Register 0
MC4_CONFIG1     0xF0061402          Configuration Register 1
MC4_MCONTROL    0xF0061404          MBIST Control Register
MC4_MSTATUS     0xF0061406          Status Register
MC4_RANGE       0xF0061408          Range Register, single address mode
MC4_REVID       0xF006140C          Revision ID Register
MC4_ECCS        0xF006140E          ECC Safety Register
MC4_ECCD        0xF0061410          Memory ECC Detection Register
MC4_ETRR0       0xF0061412          Error Tracking Register 0
MC4_ETRR1       0xF0061414          Error Tracking Register 1
MC4_ETRR2       0xF0061416          Error Tracking Register 2
MC4_ETRR3       0xF0061418          Error Tracking Register 3
MC4_ETRR4       0xF006141A          Error Tracking Register 4
MC4_RDBFL0      0xF00614A0          Read Data and Bit Flip Register 0
MC4_RDBFL1      0xF00614A2          Read Data and Bit Flip Register 1
MC4_RDBFL2      0xF00614A4          Read Data and Bit Flip Register 2
MC4_RDBFL3      0xF00614A6          Read Data and Bit Flip Register 3
MC4_RDBFL4      0xF00614A8          Read Data and Bit Flip Register 4
MC4_RDBFL5      0xF00614AA          Read Data and Bit Flip Register 5
MC4_RDBFL6      0xF00614AC          Read Data and Bit Flip Register 6
MC4_RDBFL7      0xF00614AE          Read Data and Bit Flip Register 7
MC4_RDBFL8      0xF00614B0          Read Data and Bit Flip Register 8
MC4_RDBFL9      0xF00614B2          Read Data and Bit Flip Register 9
MC4_RDBFL10     0xF00614B4          Read Data and Bit Flip Register 10
MC4_RDBFL11     0xF00614B6          Read Data and Bit Flip Register 11
MC4_RDBFL12     0xF00614B8          Read Data and Bit Flip Register 12
MC4_RDBFL13     0xF00614BA          Read Data and Bit Flip Register 13
MC4_RDBFL14     0xF00614BC          Read Data and Bit Flip Register 14
MC4_RDBFL15     0xF00614BE          Read Data and Bit Flip Register 15
MC4_RDBFL16     0xF00614C0          Read Data and Bit Flip Register 16
MC4_RDBFL17     0xF00614C2          Read Data and Bit Flip Register 17
MC4_RDBFL18     0xF00614C4          Read Data and Bit Flip Register 18
MC4_RDBFL19     0xF00614C6          Read Data and Bit Flip Register 19
MC4_RDBFL20     0xF00614C8          Read Data and Bit Flip Register 20
MC4_RDBFL21     0xF00614CA          Read Data and Bit Flip Register 21
MC4_RDBFL22     0xF00614CC          Read Data and Bit Flip Register 22
MC4_RDBFL23     0xF00614CE          Read Data and Bit Flip Register 23
MC4_RDBFL24     0xF00614D0          Read Data and Bit Flip Register 24
MC4_RDBFL25     0xF00614D2          Read Data and Bit Flip Register 25
MC4_RDBFL26     0xF00614D4          Read Data and Bit Flip Register 26
MC4_RDBFL27     0xF00614D6          Read Data and Bit Flip Register 27
MC4_RDBFL28     0xF00614D8          Read Data and Bit Flip Register 28
MC4_RDBFL29     0xF00614DA          Read Data and Bit Flip Register 29
MC4_RDBFL30     0xF00614DC          Read Data and Bit Flip Register 30
MC4_RDBFL31     0xF00614DE          Read Data and Bit Flip Register 31
MC4_RDBFL32     0xF00614E0          Read Data and Bit Flip Register 32
MC4_RDBFL33     0xF00614E2          Read Data and Bit Flip Register 33
MC4_RDBFL34     0xF00614E4          Read Data and Bit Flip Register 34
MC4_RDBFL35     0xF00614E6          Read Data and Bit Flip Register 35
MC4_RDBFL36     0xF00614E8          Read Data and Bit Flip Register 36
MC4_RDBFL37     0xF00614EA          Read Data and Bit Flip Register 37
MC4_RDBFL38     0xF00614EC          Read Data and Bit Flip Register 38
MC4_RDBFL39     0xF00614EE          Read Data and Bit Flip Register 39
MC5_CONFIG0     0xF0061500          Configuration Register 0
MC5_CONFIG1     0xF0061502          Configuration Register 1
MC5_MCONTROL    0xF0061504          MBIST Control Register
MC5_MSTATUS     0xF0061506          Status Register
MC5_RANGE       0xF0061508          Range Register, single address mode
MC5_REVID       0xF006150C          Revision ID Register
MC5_ECCS        0xF006150E          ECC Safety Register
MC5_ECCD        0xF0061510          Memory ECC Detection Register
MC5_ETRR0       0xF0061512          Error Tracking Register 0
MC5_ETRR1       0xF0061514          Error Tracking Register 1
MC5_ETRR2       0xF0061516          Error Tracking Register 2
MC5_ETRR3       0xF0061518          Error Tracking Register 3
MC5_ETRR4       0xF006151A          Error Tracking Register 4
MC5_RDBFL0      0xF00615A0          Read Data and Bit Flip Register 0
MC5_RDBFL1      0xF00615A2          Read Data and Bit Flip Register 1
MC5_RDBFL2      0xF00615A4          Read Data and Bit Flip Register 2
MC5_RDBFL3      0xF00615A6          Read Data and Bit Flip Register 3
MC5_RDBFL4      0xF00615A8          Read Data and Bit Flip Register 4
MC5_RDBFL5      0xF00615AA          Read Data and Bit Flip Register 5
MC5_RDBFL6      0xF00615AC          Read Data and Bit Flip Register 6
MC5_RDBFL7      0xF00615AE          Read Data and Bit Flip Register 7
MC5_RDBFL8      0xF00615B0          Read Data and Bit Flip Register 8
MC5_RDBFL9      0xF00615B2          Read Data and Bit Flip Register 9
MC5_RDBFL10     0xF00615B4          Read Data and Bit Flip Register 10
MC5_RDBFL11     0xF00615B6          Read Data and Bit Flip Register 11
MC5_RDBFL12     0xF00615B8          Read Data and Bit Flip Register 12
MC5_RDBFL13     0xF00615BA          Read Data and Bit Flip Register 13
MC5_RDBFL14     0xF00615BC          Read Data and Bit Flip Register 14
MC5_RDBFL15     0xF00615BE          Read Data and Bit Flip Register 15
MC5_RDBFL16     0xF00615C0          Read Data and Bit Flip Register 16
MC5_RDBFL17     0xF00615C2          Read Data and Bit Flip Register 17
MC5_RDBFL18     0xF00615C4          Read Data and Bit Flip Register 18
MC5_RDBFL19     0xF00615C6          Read Data and Bit Flip Register 19
MC5_RDBFL20     0xF00615C8          Read Data and Bit Flip Register 20
MC5_RDBFL21     0xF00615CA          Read Data and Bit Flip Register 21
MC5_RDBFL22     0xF00615CC          Read Data and Bit Flip Register 22
MC5_RDBFL23     0xF00615CE          Read Data and Bit Flip Register 23
MC5_RDBFL24     0xF00615D0          Read Data and Bit Flip Register 24
MC5_RDBFL25     0xF00615D2          Read Data and Bit Flip Register 25
MC5_RDBFL26     0xF00615D4          Read Data and Bit Flip Register 26
MC5_RDBFL27     0xF00615D6          Read Data and Bit Flip Register 27
MC5_RDBFL28     0xF00615D8          Read Data and Bit Flip Register 28
MC5_RDBFL29     0xF00615DA          Read Data and Bit Flip Register 29
MC5_RDBFL30     0xF00615DC          Read Data and Bit Flip Register 30
MC5_RDBFL31     0xF00615DE          Read Data and Bit Flip Register 31
MC5_RDBFL32     0xF00615E0          Read Data and Bit Flip Register 32
MC5_RDBFL33     0xF00615E2          Read Data and Bit Flip Register 33
MC5_RDBFL34     0xF00615E4          Read Data and Bit Flip Register 34
MC5_RDBFL35     0xF00615E6          Read Data and Bit Flip Register 35
MC5_RDBFL36     0xF00615E8          Read Data and Bit Flip Register 36
MC5_RDBFL37     0xF00615EA          Read Data and Bit Flip Register 37
MC5_RDBFL38     0xF00615EC          Read Data and Bit Flip Register 38
MC5_RDBFL39     0xF00615EE          Read Data and Bit Flip Register 39
MC6_CONFIG0     0xF0061600          Configuration Register 0
MC6_CONFIG1     0xF0061602          Configuration Register 1
MC6_MCONTROL    0xF0061604          MBIST Control Register
MC6_MSTATUS     0xF0061606          Status Register
MC6_RANGE       0xF0061608          Range Register, single address mode
MC6_REVID       0xF006160C          Revision ID Register
MC6_ECCS        0xF006160E          ECC Safety Register
MC6_ECCD        0xF0061610          Memory ECC Detection Register
MC6_ETRR0       0xF0061612          Error Tracking Register 0
MC6_ETRR1       0xF0061614          Error Tracking Register 1
MC6_ETRR2       0xF0061616          Error Tracking Register 2
MC6_ETRR3       0xF0061618          Error Tracking Register 3
MC6_ETRR4       0xF006161A          Error Tracking Register 4
MC6_RDBFL0      0xF00616A0          Read Data and Bit Flip Register 0
MC6_RDBFL1      0xF00616A2          Read Data and Bit Flip Register 1
MC6_RDBFL2      0xF00616A4          Read Data and Bit Flip Register 2
MC6_RDBFL3      0xF00616A6          Read Data and Bit Flip Register 3
MC6_RDBFL4      0xF00616A8          Read Data and Bit Flip Register 4
MC6_RDBFL5      0xF00616AA          Read Data and Bit Flip Register 5
MC6_RDBFL6      0xF00616AC          Read Data and Bit Flip Register 6
MC6_RDBFL7      0xF00616AE          Read Data and Bit Flip Register 7
MC6_RDBFL8      0xF00616B0          Read Data and Bit Flip Register 8
MC6_RDBFL9      0xF00616B2          Read Data and Bit Flip Register 9
MC6_RDBFL10     0xF00616B4          Read Data and Bit Flip Register 10
MC6_RDBFL11     0xF00616B6          Read Data and Bit Flip Register 11
MC6_RDBFL12     0xF00616B8          Read Data and Bit Flip Register 12
MC6_RDBFL13     0xF00616BA          Read Data and Bit Flip Register 13
MC6_RDBFL14     0xF00616BC          Read Data and Bit Flip Register 14
MC6_RDBFL15     0xF00616BE          Read Data and Bit Flip Register 15
MC6_RDBFL16     0xF00616C0          Read Data and Bit Flip Register 16
MC6_RDBFL17     0xF00616C2          Read Data and Bit Flip Register 17
MC6_RDBFL18     0xF00616C4          Read Data and Bit Flip Register 18
MC6_RDBFL19     0xF00616C6          Read Data and Bit Flip Register 19
MC6_RDBFL20     0xF00616C8          Read Data and Bit Flip Register 20
MC6_RDBFL21     0xF00616CA          Read Data and Bit Flip Register 21
MC6_RDBFL22     0xF00616CC          Read Data and Bit Flip Register 22
MC6_RDBFL23     0xF00616CE          Read Data and Bit Flip Register 23
MC6_RDBFL24     0xF00616D0          Read Data and Bit Flip Register 24
MC6_RDBFL25     0xF00616D2          Read Data and Bit Flip Register 25
MC6_RDBFL26     0xF00616D4          Read Data and Bit Flip Register 26
MC6_RDBFL27     0xF00616D6          Read Data and Bit Flip Register 27
MC6_RDBFL28     0xF00616D8          Read Data and Bit Flip Register 28
MC6_RDBFL29     0xF00616DA          Read Data and Bit Flip Register 29
MC6_RDBFL30     0xF00616DC          Read Data and Bit Flip Register 30
MC6_RDBFL31     0xF00616DE          Read Data and Bit Flip Register 31
MC6_RDBFL32     0xF00616E0          Read Data and Bit Flip Register 32
MC6_RDBFL33     0xF00616E2          Read Data and Bit Flip Register 33
MC6_RDBFL34     0xF00616E4          Read Data and Bit Flip Register 34
MC6_RDBFL35     0xF00616E6          Read Data and Bit Flip Register 35
MC6_RDBFL36     0xF00616E8          Read Data and Bit Flip Register 36
MC6_RDBFL37     0xF00616EA          Read Data and Bit Flip Register 37
MC6_RDBFL38     0xF00616EC          Read Data and Bit Flip Register 38
MC6_RDBFL39     0xF00616EE          Read Data and Bit Flip Register 39
MC7_CONFIG0     0xF0061700          Configuration Register 0
MC7_CONFIG1     0xF0061702          Configuration Register 1
MC7_MCONTROL    0xF0061704          MBIST Control Register
MC7_MSTATUS     0xF0061706          Status Register
MC7_RANGE       0xF0061708          Range Register, single address mode
MC7_REVID       0xF006170C          Revision ID Register
MC7_ECCS        0xF006170E          ECC Safety Register
MC7_ECCD        0xF0061710          Memory ECC Detection Register
MC7_ETRR0       0xF0061712          Error Tracking Register 0
MC7_ETRR1       0xF0061714          Error Tracking Register 1
MC7_ETRR2       0xF0061716          Error Tracking Register 2
MC7_ETRR3       0xF0061718          Error Tracking Register 3
MC7_ETRR4       0xF006171A          Error Tracking Register 4
MC7_RDBFL0      0xF00617A0          Read Data and Bit Flip Register 0
MC7_RDBFL1      0xF00617A2          Read Data and Bit Flip Register 1
MC7_RDBFL2      0xF00617A4          Read Data and Bit Flip Register 2
MC7_RDBFL3      0xF00617A6          Read Data and Bit Flip Register 3
MC7_RDBFL4      0xF00617A8          Read Data and Bit Flip Register 4
MC7_RDBFL5      0xF00617AA          Read Data and Bit Flip Register 5
MC7_RDBFL6      0xF00617AC          Read Data and Bit Flip Register 6
MC7_RDBFL7      0xF00617AE          Read Data and Bit Flip Register 7
MC7_RDBFL8      0xF00617B0          Read Data and Bit Flip Register 8
MC7_RDBFL9      0xF00617B2          Read Data and Bit Flip Register 9
MC7_RDBFL10     0xF00617B4          Read Data and Bit Flip Register 10
MC7_RDBFL11     0xF00617B6          Read Data and Bit Flip Register 11
MC7_RDBFL12     0xF00617B8          Read Data and Bit Flip Register 12
MC7_RDBFL13     0xF00617BA          Read Data and Bit Flip Register 13
MC7_RDBFL14     0xF00617BC          Read Data and Bit Flip Register 14
MC7_RDBFL15     0xF00617BE          Read Data and Bit Flip Register 15
MC7_RDBFL16     0xF00617C0          Read Data and Bit Flip Register 16
MC7_RDBFL17     0xF00617C2          Read Data and Bit Flip Register 17
MC7_RDBFL18     0xF00617C4          Read Data and Bit Flip Register 18
MC7_RDBFL19     0xF00617C6          Read Data and Bit Flip Register 19
MC7_RDBFL20     0xF00617C8          Read Data and Bit Flip Register 20
MC7_RDBFL21     0xF00617CA          Read Data and Bit Flip Register 21
MC7_RDBFL22     0xF00617CC          Read Data and Bit Flip Register 22
MC7_RDBFL23     0xF00617CE          Read Data and Bit Flip Register 23
MC7_RDBFL24     0xF00617D0          Read Data and Bit Flip Register 24
MC7_RDBFL25     0xF00617D2          Read Data and Bit Flip Register 25
MC7_RDBFL26     0xF00617D4          Read Data and Bit Flip Register 26
MC7_RDBFL27     0xF00617D6          Read Data and Bit Flip Register 27
MC7_RDBFL28     0xF00617D8          Read Data and Bit Flip Register 28
MC7_RDBFL29     0xF00617DA          Read Data and Bit Flip Register 29
MC7_RDBFL30     0xF00617DC          Read Data and Bit Flip Register 30
MC7_RDBFL31     0xF00617DE          Read Data and Bit Flip Register 31
MC7_RDBFL32     0xF00617E0          Read Data and Bit Flip Register 32
MC7_RDBFL33     0xF00617E2          Read Data and Bit Flip Register 33
MC7_RDBFL34     0xF00617E4          Read Data and Bit Flip Register 34
MC7_RDBFL35     0xF00617E6          Read Data and Bit Flip Register 35
MC7_RDBFL36     0xF00617E8          Read Data and Bit Flip Register 36
MC7_RDBFL37     0xF00617EA          Read Data and Bit Flip Register 37
MC7_RDBFL38     0xF00617EC          Read Data and Bit Flip Register 38
MC7_RDBFL39     0xF00617EE          Read Data and Bit Flip Register 39
MC8_CONFIG0     0xF0061800          Configuration Register 0
MC8_CONFIG1     0xF0061802          Configuration Register 1
MC8_MCONTROL    0xF0061804          MBIST Control Register
MC8_MSTATUS     0xF0061806          Status Register
MC8_RANGE       0xF0061808          Range Register, single address mode
MC8_REVID       0xF006180C          Revision ID Register
MC8_ECCS        0xF006180E          ECC Safety Register
MC8_ECCD        0xF0061810          Memory ECC Detection Register
MC8_ETRR0       0xF0061812          Error Tracking Register 0
MC8_ETRR1       0xF0061814          Error Tracking Register 1
MC8_ETRR2       0xF0061816          Error Tracking Register 2
MC8_ETRR3       0xF0061818          Error Tracking Register 3
MC8_ETRR4       0xF006181A          Error Tracking Register 4
MC8_RDBFL0      0xF00618A0          Read Data and Bit Flip Register 0
MC8_RDBFL1      0xF00618A2          Read Data and Bit Flip Register 1
MC8_RDBFL2      0xF00618A4          Read Data and Bit Flip Register 2
MC8_RDBFL3      0xF00618A6          Read Data and Bit Flip Register 3
MC8_RDBFL4      0xF00618A8          Read Data and Bit Flip Register 4
MC8_RDBFL5      0xF00618AA          Read Data and Bit Flip Register 5
MC8_RDBFL6      0xF00618AC          Read Data and Bit Flip Register 6
MC8_RDBFL7      0xF00618AE          Read Data and Bit Flip Register 7
MC8_RDBFL8      0xF00618B0          Read Data and Bit Flip Register 8
MC8_RDBFL9      0xF00618B2          Read Data and Bit Flip Register 9
MC8_RDBFL10     0xF00618B4          Read Data and Bit Flip Register 10
MC8_RDBFL11     0xF00618B6          Read Data and Bit Flip Register 11
MC8_RDBFL12     0xF00618B8          Read Data and Bit Flip Register 12
MC8_RDBFL13     0xF00618BA          Read Data and Bit Flip Register 13
MC8_RDBFL14     0xF00618BC          Read Data and Bit Flip Register 14
MC8_RDBFL15     0xF00618BE          Read Data and Bit Flip Register 15
MC8_RDBFL16     0xF00618C0          Read Data and Bit Flip Register 16
MC8_RDBFL17     0xF00618C2          Read Data and Bit Flip Register 17
MC8_RDBFL18     0xF00618C4          Read Data and Bit Flip Register 18
MC8_RDBFL19     0xF00618C6          Read Data and Bit Flip Register 19
MC8_RDBFL20     0xF00618C8          Read Data and Bit Flip Register 20
MC8_RDBFL21     0xF00618CA          Read Data and Bit Flip Register 21
MC8_RDBFL22     0xF00618CC          Read Data and Bit Flip Register 22
MC8_RDBFL23     0xF00618CE          Read Data and Bit Flip Register 23
MC8_RDBFL24     0xF00618D0          Read Data and Bit Flip Register 24
MC8_RDBFL25     0xF00618D2          Read Data and Bit Flip Register 25
MC8_RDBFL26     0xF00618D4          Read Data and Bit Flip Register 26
MC8_RDBFL27     0xF00618D6          Read Data and Bit Flip Register 27
MC8_RDBFL28     0xF00618D8          Read Data and Bit Flip Register 28
MC8_RDBFL29     0xF00618DA          Read Data and Bit Flip Register 29
MC8_RDBFL30     0xF00618DC          Read Data and Bit Flip Register 30
MC8_RDBFL31     0xF00618DE          Read Data and Bit Flip Register 31
MC8_RDBFL32     0xF00618E0          Read Data and Bit Flip Register 32
MC8_RDBFL33     0xF00618E2          Read Data and Bit Flip Register 33
MC8_RDBFL34     0xF00618E4          Read Data and Bit Flip Register 34
MC8_RDBFL35     0xF00618E6          Read Data and Bit Flip Register 35
MC8_RDBFL36     0xF00618E8          Read Data and Bit Flip Register 36
MC8_RDBFL37     0xF00618EA          Read Data and Bit Flip Register 37
MC8_RDBFL38     0xF00618EC          Read Data and Bit Flip Register 38
MC8_RDBFL39     0xF00618EE          Read Data and Bit Flip Register 39
MC9_CONFIG0     0xF0061900          Configuration Register 0
MC9_CONFIG1     0xF0061902          Configuration Register 1
MC9_MCONTROL    0xF0061904          MBIST Control Register
MC9_MSTATUS     0xF0061906          Status Register
MC9_RANGE       0xF0061908          Range Register, single address mode
MC9_REVID       0xF006190C          Revision ID Register
MC9_ECCS        0xF006190E          ECC Safety Register
MC9_ECCD        0xF0061910          Memory ECC Detection Register
MC9_ETRR0       0xF0061912          Error Tracking Register 0
MC9_ETRR1       0xF0061914          Error Tracking Register 1
MC9_ETRR2       0xF0061916          Error Tracking Register 2
MC9_ETRR3       0xF0061918          Error Tracking Register 3
MC9_ETRR4       0xF006191A          Error Tracking Register 4
MC9_RDBFL0      0xF00619A0          Read Data and Bit Flip Register 0
MC9_RDBFL1      0xF00619A2          Read Data and Bit Flip Register 1
MC9_RDBFL2      0xF00619A4          Read Data and Bit Flip Register 2
MC9_RDBFL3      0xF00619A6          Read Data and Bit Flip Register 3
MC9_RDBFL4      0xF00619A8          Read Data and Bit Flip Register 4
MC9_RDBFL5      0xF00619AA          Read Data and Bit Flip Register 5
MC9_RDBFL6      0xF00619AC          Read Data and Bit Flip Register 6
MC9_RDBFL7      0xF00619AE          Read Data and Bit Flip Register 7
MC9_RDBFL8      0xF00619B0          Read Data and Bit Flip Register 8
MC9_RDBFL9      0xF00619B2          Read Data and Bit Flip Register 9
MC9_RDBFL10     0xF00619B4          Read Data and Bit Flip Register 10
MC9_RDBFL11     0xF00619B6          Read Data and Bit Flip Register 11
MC9_RDBFL12     0xF00619B8          Read Data and Bit Flip Register 12
MC9_RDBFL13     0xF00619BA          Read Data and Bit Flip Register 13
MC9_RDBFL14     0xF00619BC          Read Data and Bit Flip Register 14
MC9_RDBFL15     0xF00619BE          Read Data and Bit Flip Register 15
MC9_RDBFL16     0xF00619C0          Read Data and Bit Flip Register 16
MC9_RDBFL17     0xF00619C2          Read Data and Bit Flip Register 17
MC9_RDBFL18     0xF00619C4          Read Data and Bit Flip Register 18
MC9_RDBFL19     0xF00619C6          Read Data and Bit Flip Register 19
MC9_RDBFL20     0xF00619C8          Read Data and Bit Flip Register 20
MC9_RDBFL21     0xF00619CA          Read Data and Bit Flip Register 21
MC9_RDBFL22     0xF00619CC          Read Data and Bit Flip Register 22
MC9_RDBFL23     0xF00619CE          Read Data and Bit Flip Register 23
MC9_RDBFL24     0xF00619D0          Read Data and Bit Flip Register 24
MC9_RDBFL25     0xF00619D2          Read Data and Bit Flip Register 25
MC9_RDBFL26     0xF00619D4          Read Data and Bit Flip Register 26
MC9_RDBFL27     0xF00619D6          Read Data and Bit Flip Register 27
MC9_RDBFL28     0xF00619D8          Read Data and Bit Flip Register 28
MC9_RDBFL29     0xF00619DA          Read Data and Bit Flip Register 29
MC9_RDBFL30     0xF00619DC          Read Data and Bit Flip Register 30
MC9_RDBFL31     0xF00619DE          Read Data and Bit Flip Register 31
MC9_RDBFL32     0xF00619E0          Read Data and Bit Flip Register 32
MC9_RDBFL33     0xF00619E2          Read Data and Bit Flip Register 33
MC9_RDBFL34     0xF00619E4          Read Data and Bit Flip Register 34
MC9_RDBFL35     0xF00619E6          Read Data and Bit Flip Register 35
MC9_RDBFL36     0xF00619E8          Read Data and Bit Flip Register 36
MC9_RDBFL37     0xF00619EA          Read Data and Bit Flip Register 37
MC9_RDBFL38     0xF00619EC          Read Data and Bit Flip Register 38
MC9_RDBFL39     0xF00619EE          Read Data and Bit Flip Register 39
MC10_CONFIG0    0xF0061A00          Configuration Register 0
MC10_CONFIG1    0xF0061A02          Configuration Register 1
MC10_MCONTROL   0xF0061A04          MBIST Control Register
MC10_MSTATUS    0xF0061A06          Status Register
MC10_RANGE      0xF0061A08          Range Register, single address mode
MC10_REVID      0xF0061A0C          Revision ID Register
MC10_ECCS       0xF0061A0E          ECC Safety Register
MC10_ECCD       0xF0061A10          Memory ECC Detection Register
MC10_ETRR0      0xF0061A12          Error Tracking Register 0
MC10_ETRR1      0xF0061A14          Error Tracking Register 1
MC10_ETRR2      0xF0061A16          Error Tracking Register 2
MC10_ETRR3      0xF0061A18          Error Tracking Register 3
MC10_ETRR4      0xF0061A1A          Error Tracking Register 4
MC10_RDBFL0     0xF0061AA0          Read Data and Bit Flip Register 0
MC10_RDBFL1     0xF0061AA2          Read Data and Bit Flip Register 1
MC10_RDBFL2     0xF0061AA4          Read Data and Bit Flip Register 2
MC10_RDBFL3     0xF0061AA6          Read Data and Bit Flip Register 3
MC10_RDBFL4     0xF0061AA8          Read Data and Bit Flip Register 4
MC10_RDBFL5     0xF0061AAA          Read Data and Bit Flip Register 5
MC10_RDBFL6     0xF0061AAC          Read Data and Bit Flip Register 6
MC10_RDBFL7     0xF0061AAE          Read Data and Bit Flip Register 7
MC10_RDBFL8     0xF0061AB0          Read Data and Bit Flip Register 8
MC10_RDBFL9     0xF0061AB2          Read Data and Bit Flip Register 9
MC10_RDBFL10    0xF0061AB4          Read Data and Bit Flip Register 10
MC10_RDBFL11    0xF0061AB6          Read Data and Bit Flip Register 11
MC10_RDBFL12    0xF0061AB8          Read Data and Bit Flip Register 12
MC10_RDBFL13    0xF0061ABA          Read Data and Bit Flip Register 13
MC10_RDBFL14    0xF0061ABC          Read Data and Bit Flip Register 14
MC10_RDBFL15    0xF0061ABE          Read Data and Bit Flip Register 15
MC10_RDBFL16    0xF0061AC0          Read Data and Bit Flip Register 16
MC10_RDBFL17    0xF0061AC2          Read Data and Bit Flip Register 17
MC10_RDBFL18    0xF0061AC4          Read Data and Bit Flip Register 18
MC10_RDBFL19    0xF0061AC6          Read Data and Bit Flip Register 19
MC10_RDBFL20    0xF0061AC8          Read Data and Bit Flip Register 20
MC10_RDBFL21    0xF0061ACA          Read Data and Bit Flip Register 21
MC10_RDBFL22    0xF0061ACC          Read Data and Bit Flip Register 22
MC10_RDBFL23    0xF0061ACE          Read Data and Bit Flip Register 23
MC10_RDBFL24    0xF0061AD0          Read Data and Bit Flip Register 24
MC10_RDBFL25    0xF0061AD2          Read Data and Bit Flip Register 25
MC10_RDBFL26    0xF0061AD4          Read Data and Bit Flip Register 26
MC10_RDBFL27    0xF0061AD6          Read Data and Bit Flip Register 27
MC10_RDBFL28    0xF0061AD8          Read Data and Bit Flip Register 28
MC10_RDBFL29    0xF0061ADA          Read Data and Bit Flip Register 29
MC10_RDBFL30    0xF0061ADC          Read Data and Bit Flip Register 30
MC10_RDBFL31    0xF0061ADE          Read Data and Bit Flip Register 31
MC10_RDBFL32    0xF0061AE0          Read Data and Bit Flip Register 32
MC10_RDBFL33    0xF0061AE2          Read Data and Bit Flip Register 33
MC10_RDBFL34    0xF0061AE4          Read Data and Bit Flip Register 34
MC10_RDBFL35    0xF0061AE6          Read Data and Bit Flip Register 35
MC10_RDBFL36    0xF0061AE8          Read Data and Bit Flip Register 36
MC10_RDBFL37    0xF0061AEA          Read Data and Bit Flip Register 37
MC10_RDBFL38    0xF0061AEC          Read Data and Bit Flip Register 38
MC10_RDBFL39    0xF0061AEE          Read Data and Bit Flip Register 39
MC11_CONFIG0    0xF0061B00          Configuration Register 0
MC11_CONFIG1    0xF0061B02          Configuration Register 1
MC11_MCONTROL   0xF0061B04          MBIST Control Register
MC11_MSTATUS    0xF0061B06          Status Register
MC11_RANGE      0xF0061B08          Range Register, single address mode
MC11_REVID      0xF0061B0C          Revision ID Register
MC11_ECCS       0xF0061B0E          ECC Safety Register
MC11_ECCD       0xF0061B10          Memory ECC Detection Register
MC11_ETRR0      0xF0061B12          Error Tracking Register 0
MC11_ETRR1      0xF0061B14          Error Tracking Register 1
MC11_ETRR2      0xF0061B16          Error Tracking Register 2
MC11_ETRR3      0xF0061B18          Error Tracking Register 3
MC11_ETRR4      0xF0061B1A          Error Tracking Register 4
MC11_RDBFL0     0xF0061BA0          Read Data and Bit Flip Register 0
MC11_RDBFL1     0xF0061BA2          Read Data and Bit Flip Register 1
MC11_RDBFL2     0xF0061BA4          Read Data and Bit Flip Register 2
MC11_RDBFL3     0xF0061BA6          Read Data and Bit Flip Register 3
MC11_RDBFL4     0xF0061BA8          Read Data and Bit Flip Register 4
MC11_RDBFL5     0xF0061BAA          Read Data and Bit Flip Register 5
MC11_RDBFL6     0xF0061BAC          Read Data and Bit Flip Register 6
MC11_RDBFL7     0xF0061BAE          Read Data and Bit Flip Register 7
MC11_RDBFL8     0xF0061BB0          Read Data and Bit Flip Register 8
MC11_RDBFL9     0xF0061BB2          Read Data and Bit Flip Register 9
MC11_RDBFL10    0xF0061BB4          Read Data and Bit Flip Register 10
MC11_RDBFL11    0xF0061BB6          Read Data and Bit Flip Register 11
MC11_RDBFL12    0xF0061BB8          Read Data and Bit Flip Register 12
MC11_RDBFL13    0xF0061BBA          Read Data and Bit Flip Register 13
MC11_RDBFL14    0xF0061BBC          Read Data and Bit Flip Register 14
MC11_RDBFL15    0xF0061BBE          Read Data and Bit Flip Register 15
MC11_RDBFL16    0xF0061BC0          Read Data and Bit Flip Register 16
MC11_RDBFL17    0xF0061BC2          Read Data and Bit Flip Register 17
MC11_RDBFL18    0xF0061BC4          Read Data and Bit Flip Register 18
MC11_RDBFL19    0xF0061BC6          Read Data and Bit Flip Register 19
MC11_RDBFL20    0xF0061BC8          Read Data and Bit Flip Register 20
MC11_RDBFL21    0xF0061BCA          Read Data and Bit Flip Register 21
MC11_RDBFL22    0xF0061BCC          Read Data and Bit Flip Register 22
MC11_RDBFL23    0xF0061BCE          Read Data and Bit Flip Register 23
MC11_RDBFL24    0xF0061BD0          Read Data and Bit Flip Register 24
MC11_RDBFL25    0xF0061BD2          Read Data and Bit Flip Register 25
MC11_RDBFL26    0xF0061BD4          Read Data and Bit Flip Register 26
MC11_RDBFL27    0xF0061BD6          Read Data and Bit Flip Register 27
MC11_RDBFL28    0xF0061BD8          Read Data and Bit Flip Register 28
MC11_RDBFL29    0xF0061BDA          Read Data and Bit Flip Register 29
MC11_RDBFL30    0xF0061BDC          Read Data and Bit Flip Register 30
MC11_RDBFL31    0xF0061BDE          Read Data and Bit Flip Register 31
MC11_RDBFL32    0xF0061BE0          Read Data and Bit Flip Register 32
MC11_RDBFL33    0xF0061BE2          Read Data and Bit Flip Register 33
MC11_RDBFL34    0xF0061BE4          Read Data and Bit Flip Register 34
MC11_RDBFL35    0xF0061BE6          Read Data and Bit Flip Register 35
MC11_RDBFL36    0xF0061BE8          Read Data and Bit Flip Register 36
MC11_RDBFL37    0xF0061BEA          Read Data and Bit Flip Register 37
MC11_RDBFL38    0xF0061BEC          Read Data and Bit Flip Register 38
MC11_RDBFL39    0xF0061BEE          Read Data and Bit Flip Register 39
MC12_CONFIG0    0xF0061C00          Configuration Register 0
MC12_CONFIG1    0xF0061C02          Configuration Register 1
MC12_MCONTROL   0xF0061C04          MBIST Control Register
MC12_MSTATUS    0xF0061C06          Status Register
MC12_RANGE      0xF0061C08          Range Register, single address mode
MC12_REVID      0xF0061C0C          Revision ID Register
MC12_ECCS       0xF0061C0E          ECC Safety Register
MC12_ECCD       0xF0061C10          Memory ECC Detection Register
MC12_ETRR0      0xF0061C12          Error Tracking Register 0
MC12_ETRR1      0xF0061C14          Error Tracking Register 1
MC12_ETRR2      0xF0061C16          Error Tracking Register 2
MC12_ETRR3      0xF0061C18          Error Tracking Register 3
MC12_ETRR4      0xF0061C1A          Error Tracking Register 4
MC12_RDBFL0     0xF0061CA0          Read Data and Bit Flip Register 0
MC12_RDBFL1     0xF0061CA2          Read Data and Bit Flip Register 1
MC12_RDBFL2     0xF0061CA4          Read Data and Bit Flip Register 2
MC12_RDBFL3     0xF0061CA6          Read Data and Bit Flip Register 3
MC12_RDBFL4     0xF0061CA8          Read Data and Bit Flip Register 4
MC12_RDBFL5     0xF0061CAA          Read Data and Bit Flip Register 5
MC12_RDBFL6     0xF0061CAC          Read Data and Bit Flip Register 6
MC12_RDBFL7     0xF0061CAE          Read Data and Bit Flip Register 7
MC12_RDBFL8     0xF0061CB0          Read Data and Bit Flip Register 8
MC12_RDBFL9     0xF0061CB2          Read Data and Bit Flip Register 9
MC12_RDBFL10    0xF0061CB4          Read Data and Bit Flip Register 10
MC12_RDBFL11    0xF0061CB6          Read Data and Bit Flip Register 11
MC12_RDBFL12    0xF0061CB8          Read Data and Bit Flip Register 12
MC12_RDBFL13    0xF0061CBA          Read Data and Bit Flip Register 13
MC12_RDBFL14    0xF0061CBC          Read Data and Bit Flip Register 14
MC12_RDBFL15    0xF0061CBE          Read Data and Bit Flip Register 15
MC12_RDBFL16    0xF0061CC0          Read Data and Bit Flip Register 16
MC12_RDBFL17    0xF0061CC2          Read Data and Bit Flip Register 17
MC12_RDBFL18    0xF0061CC4          Read Data and Bit Flip Register 18
MC12_RDBFL19    0xF0061CC6          Read Data and Bit Flip Register 19
MC12_RDBFL20    0xF0061CC8          Read Data and Bit Flip Register 20
MC12_RDBFL21    0xF0061CCA          Read Data and Bit Flip Register 21
MC12_RDBFL22    0xF0061CCC          Read Data and Bit Flip Register 22
MC12_RDBFL23    0xF0061CCE          Read Data and Bit Flip Register 23
MC12_RDBFL24    0xF0061CD0          Read Data and Bit Flip Register 24
MC12_RDBFL25    0xF0061CD2          Read Data and Bit Flip Register 25
MC12_RDBFL26    0xF0061CD4          Read Data and Bit Flip Register 26
MC12_RDBFL27    0xF0061CD6          Read Data and Bit Flip Register 27
MC12_RDBFL28    0xF0061CD8          Read Data and Bit Flip Register 28
MC12_RDBFL29    0xF0061CDA          Read Data and Bit Flip Register 29
MC12_RDBFL30    0xF0061CDC          Read Data and Bit Flip Register 30
MC12_RDBFL31    0xF0061CDE          Read Data and Bit Flip Register 31
MC12_RDBFL32    0xF0061CE0          Read Data and Bit Flip Register 32
MC12_RDBFL33    0xF0061CE2          Read Data and Bit Flip Register 33
MC12_RDBFL34    0xF0061CE4          Read Data and Bit Flip Register 34
MC12_RDBFL35    0xF0061CE6          Read Data and Bit Flip Register 35
MC12_RDBFL36    0xF0061CE8          Read Data and Bit Flip Register 36
MC12_RDBFL37    0xF0061CEA          Read Data and Bit Flip Register 37
MC12_RDBFL38    0xF0061CEC          Read Data and Bit Flip Register 38
MC12_RDBFL39    0xF0061CEE          Read Data and Bit Flip Register 39
MC13_CONFIG0    0xF0061D00          Configuration Register 0
MC13_CONFIG1    0xF0061D02          Configuration Register 1
MC13_MCONTROL   0xF0061D04          MBIST Control Register
MC13_MSTATUS    0xF0061D06          Status Register
MC13_RANGE      0xF0061D08          Range Register, single address mode
MC13_REVID      0xF0061D0C          Revision ID Register
MC13_ECCS       0xF0061D0E          ECC Safety Register
MC13_ECCD       0xF0061D10          Memory ECC Detection Register
MC13_ETRR0      0xF0061D12          Error Tracking Register 0
MC13_ETRR1      0xF0061D14          Error Tracking Register 1
MC13_ETRR2      0xF0061D16          Error Tracking Register 2
MC13_ETRR3      0xF0061D18          Error Tracking Register 3
MC13_ETRR4      0xF0061D1A          Error Tracking Register 4
MC13_RDBFL0     0xF0061DA0          Read Data and Bit Flip Register 0
MC13_RDBFL1     0xF0061DA2          Read Data and Bit Flip Register 1
MC13_RDBFL2     0xF0061DA4          Read Data and Bit Flip Register 2
MC13_RDBFL3     0xF0061DA6          Read Data and Bit Flip Register 3
MC13_RDBFL4     0xF0061DA8          Read Data and Bit Flip Register 4
MC13_RDBFL5     0xF0061DAA          Read Data and Bit Flip Register 5
MC13_RDBFL6     0xF0061DAC          Read Data and Bit Flip Register 6
MC13_RDBFL7     0xF0061DAE          Read Data and Bit Flip Register 7
MC13_RDBFL8     0xF0061DB0          Read Data and Bit Flip Register 8
MC13_RDBFL9     0xF0061DB2          Read Data and Bit Flip Register 9
MC13_RDBFL10    0xF0061DB4          Read Data and Bit Flip Register 10
MC13_RDBFL11    0xF0061DB6          Read Data and Bit Flip Register 11
MC13_RDBFL12    0xF0061DB8          Read Data and Bit Flip Register 12
MC13_RDBFL13    0xF0061DBA          Read Data and Bit Flip Register 13
MC13_RDBFL14    0xF0061DBC          Read Data and Bit Flip Register 14
MC13_RDBFL15    0xF0061DBE          Read Data and Bit Flip Register 15
MC13_RDBFL16    0xF0061DC0          Read Data and Bit Flip Register 16
MC13_RDBFL17    0xF0061DC2          Read Data and Bit Flip Register 17
MC13_RDBFL18    0xF0061DC4          Read Data and Bit Flip Register 18
MC13_RDBFL19    0xF0061DC6          Read Data and Bit Flip Register 19
MC13_RDBFL20    0xF0061DC8          Read Data and Bit Flip Register 20
MC13_RDBFL21    0xF0061DCA          Read Data and Bit Flip Register 21
MC13_RDBFL22    0xF0061DCC          Read Data and Bit Flip Register 22
MC13_RDBFL23    0xF0061DCE          Read Data and Bit Flip Register 23
MC13_RDBFL24    0xF0061DD0          Read Data and Bit Flip Register 24
MC13_RDBFL25    0xF0061DD2          Read Data and Bit Flip Register 25
MC13_RDBFL26    0xF0061DD4          Read Data and Bit Flip Register 26
MC13_RDBFL27    0xF0061DD6          Read Data and Bit Flip Register 27
MC13_RDBFL28    0xF0061DD8          Read Data and Bit Flip Register 28
MC13_RDBFL29    0xF0061DDA          Read Data and Bit Flip Register 29
MC13_RDBFL30    0xF0061DDC          Read Data and Bit Flip Register 30
MC13_RDBFL31    0xF0061DDE          Read Data and Bit Flip Register 31
MC13_RDBFL32    0xF0061DE0          Read Data and Bit Flip Register 32
MC13_RDBFL33    0xF0061DE2          Read Data and Bit Flip Register 33
MC13_RDBFL34    0xF0061DE4          Read Data and Bit Flip Register 34
MC13_RDBFL35    0xF0061DE6          Read Data and Bit Flip Register 35
MC13_RDBFL36    0xF0061DE8          Read Data and Bit Flip Register 36
MC13_RDBFL37    0xF0061DEA          Read Data and Bit Flip Register 37
MC13_RDBFL38    0xF0061DEC          Read Data and Bit Flip Register 38
MC13_RDBFL39    0xF0061DEE          Read Data and Bit Flip Register 39
MC14_CONFIG0    0xF0061E00          Configuration Register 0
MC14_CONFIG1    0xF0061E02          Configuration Register 1
MC14_MCONTROL   0xF0061E04          MBIST Control Register
MC14_MSTATUS    0xF0061E06          Status Register
MC14_RANGE      0xF0061E08          Range Register, single address mode
MC14_REVID      0xF0061E0C          Revision ID Register
MC14_ECCS       0xF0061E0E          ECC Safety Register
MC14_ECCD       0xF0061E10          Memory ECC Detection Register
MC14_ETRR0      0xF0061E12          Error Tracking Register 0
MC14_ETRR1      0xF0061E14          Error Tracking Register 1
MC14_ETRR2      0xF0061E16          Error Tracking Register 2
MC14_ETRR3      0xF0061E18          Error Tracking Register 3
MC14_ETRR4      0xF0061E1A          Error Tracking Register 4
MC14_RDBFL0     0xF0061EA0          Read Data and Bit Flip Register 0
MC14_RDBFL1     0xF0061EA2          Read Data and Bit Flip Register 1
MC14_RDBFL2     0xF0061EA4          Read Data and Bit Flip Register 2
MC14_RDBFL3     0xF0061EA6          Read Data and Bit Flip Register 3
MC14_RDBFL4     0xF0061EA8          Read Data and Bit Flip Register 4
MC14_RDBFL5     0xF0061EAA          Read Data and Bit Flip Register 5
MC14_RDBFL6     0xF0061EAC          Read Data and Bit Flip Register 6
MC14_RDBFL7     0xF0061EAE          Read Data and Bit Flip Register 7
MC14_RDBFL8     0xF0061EB0          Read Data and Bit Flip Register 8
MC14_RDBFL9     0xF0061EB2          Read Data and Bit Flip Register 9
MC14_RDBFL10    0xF0061EB4          Read Data and Bit Flip Register 10
MC14_RDBFL11    0xF0061EB6          Read Data and Bit Flip Register 11
MC14_RDBFL12    0xF0061EB8          Read Data and Bit Flip Register 12
MC14_RDBFL13    0xF0061EBA          Read Data and Bit Flip Register 13
MC14_RDBFL14    0xF0061EBC          Read Data and Bit Flip Register 14
MC14_RDBFL15    0xF0061EBE          Read Data and Bit Flip Register 15
MC14_RDBFL16    0xF0061EC0          Read Data and Bit Flip Register 16
MC14_RDBFL17    0xF0061EC2          Read Data and Bit Flip Register 17
MC14_RDBFL18    0xF0061EC4          Read Data and Bit Flip Register 18
MC14_RDBFL19    0xF0061EC6          Read Data and Bit Flip Register 19
MC14_RDBFL20    0xF0061EC8          Read Data and Bit Flip Register 20
MC14_RDBFL21    0xF0061ECA          Read Data and Bit Flip Register 21
MC14_RDBFL22    0xF0061ECC          Read Data and Bit Flip Register 22
MC14_RDBFL23    0xF0061ECE          Read Data and Bit Flip Register 23
MC14_RDBFL24    0xF0061ED0          Read Data and Bit Flip Register 24
MC14_RDBFL25    0xF0061ED2          Read Data and Bit Flip Register 25
MC14_RDBFL26    0xF0061ED4          Read Data and Bit Flip Register 26
MC14_RDBFL27    0xF0061ED6          Read Data and Bit Flip Register 27
MC14_RDBFL28    0xF0061ED8          Read Data and Bit Flip Register 28
MC14_RDBFL29    0xF0061EDA          Read Data and Bit Flip Register 29
MC14_RDBFL30    0xF0061EDC          Read Data and Bit Flip Register 30
MC14_RDBFL31    0xF0061EDE          Read Data and Bit Flip Register 31
MC14_RDBFL32    0xF0061EE0          Read Data and Bit Flip Register 32
MC14_RDBFL33    0xF0061EE2          Read Data and Bit Flip Register 33
MC14_RDBFL34    0xF0061EE4          Read Data and Bit Flip Register 34
MC14_RDBFL35    0xF0061EE6          Read Data and Bit Flip Register 35
MC14_RDBFL36    0xF0061EE8          Read Data and Bit Flip Register 36
MC14_RDBFL37    0xF0061EEA          Read Data and Bit Flip Register 37
MC14_RDBFL38    0xF0061EEC          Read Data and Bit Flip Register 38
MC14_RDBFL39    0xF0061EEE          Read Data and Bit Flip Register 39
MC15_CONFIG0    0xF0061F00          Configuration Register 0
MC15_CONFIG1    0xF0061F02          Configuration Register 1
MC15_MCONTROL   0xF0061F04          MBIST Control Register
MC15_MSTATUS    0xF0061F06          Status Register
MC15_RANGE      0xF0061F08          Range Register, single address mode
MC15_REVID      0xF0061F0C          Revision ID Register
MC15_ECCS       0xF0061F0E          ECC Safety Register
MC15_ECCD       0xF0061F10          Memory ECC Detection Register
MC15_ETRR0      0xF0061F12          Error Tracking Register 0
MC15_ETRR1      0xF0061F14          Error Tracking Register 1
MC15_ETRR2      0xF0061F16          Error Tracking Register 2
MC15_ETRR3      0xF0061F18          Error Tracking Register 3
MC15_ETRR4      0xF0061F1A          Error Tracking Register 4
MC15_RDBFL0     0xF0061FA0          Read Data and Bit Flip Register 0
MC15_RDBFL1     0xF0061FA2          Read Data and Bit Flip Register 1
MC15_RDBFL2     0xF0061FA4          Read Data and Bit Flip Register 2
MC15_RDBFL3     0xF0061FA6          Read Data and Bit Flip Register 3
MC15_RDBFL4     0xF0061FA8          Read Data and Bit Flip Register 4
MC15_RDBFL5     0xF0061FAA          Read Data and Bit Flip Register 5
MC15_RDBFL6     0xF0061FAC          Read Data and Bit Flip Register 6
MC15_RDBFL7     0xF0061FAE          Read Data and Bit Flip Register 7
MC15_RDBFL8     0xF0061FB0          Read Data and Bit Flip Register 8
MC15_RDBFL9     0xF0061FB2          Read Data and Bit Flip Register 9
MC15_RDBFL10    0xF0061FB4          Read Data and Bit Flip Register 10
MC15_RDBFL11    0xF0061FB6          Read Data and Bit Flip Register 11
MC15_RDBFL12    0xF0061FB8          Read Data and Bit Flip Register 12
MC15_RDBFL13    0xF0061FBA          Read Data and Bit Flip Register 13
MC15_RDBFL14    0xF0061FBC          Read Data and Bit Flip Register 14
MC15_RDBFL15    0xF0061FBE          Read Data and Bit Flip Register 15
MC15_RDBFL16    0xF0061FC0          Read Data and Bit Flip Register 16
MC15_RDBFL17    0xF0061FC2          Read Data and Bit Flip Register 17
MC15_RDBFL18    0xF0061FC4          Read Data and Bit Flip Register 18
MC15_RDBFL19    0xF0061FC6          Read Data and Bit Flip Register 19
MC15_RDBFL20    0xF0061FC8          Read Data and Bit Flip Register 20
MC15_RDBFL21    0xF0061FCA          Read Data and Bit Flip Register 21
MC15_RDBFL22    0xF0061FCC          Read Data and Bit Flip Register 22
MC15_RDBFL23    0xF0061FCE          Read Data and Bit Flip Register 23
MC15_RDBFL24    0xF0061FD0          Read Data and Bit Flip Register 24
MC15_RDBFL25    0xF0061FD2          Read Data and Bit Flip Register 25
MC15_RDBFL26    0xF0061FD4          Read Data and Bit Flip Register 26
MC15_RDBFL27    0xF0061FD6          Read Data and Bit Flip Register 27
MC15_RDBFL28    0xF0061FD8          Read Data and Bit Flip Register 28
MC15_RDBFL29    0xF0061FDA          Read Data and Bit Flip Register 29
MC15_RDBFL30    0xF0061FDC          Read Data and Bit Flip Register 30
MC15_RDBFL31    0xF0061FDE          Read Data and Bit Flip Register 31
MC15_RDBFL32    0xF0061FE0          Read Data and Bit Flip Register 32
MC15_RDBFL33    0xF0061FE2          Read Data and Bit Flip Register 33
MC15_RDBFL34    0xF0061FE4          Read Data and Bit Flip Register 34
MC15_RDBFL35    0xF0061FE6          Read Data and Bit Flip Register 35
MC15_RDBFL36    0xF0061FE8          Read Data and Bit Flip Register 36
MC15_RDBFL37    0xF0061FEA          Read Data and Bit Flip Register 37
MC15_RDBFL38    0xF0061FEC          Read Data and Bit Flip Register 38
MC15_RDBFL39    0xF0061FEE          Read Data and Bit Flip Register 39
MC16_CONFIG0    0xF0062000          Configuration Register 0
MC16_CONFIG1    0xF0062002          Configuration Register 1
MC16_MCONTROL   0xF0062004          MBIST Control Register
MC16_MSTATUS    0xF0062006          Status Register
MC16_RANGE      0xF0062008          Range Register, single address mode
MC16_REVID      0xF006200C          Revision ID Register
MC16_ECCS       0xF006200E          ECC Safety Register
MC16_ECCD       0xF0062010          Memory ECC Detection Register
MC16_ETRR0      0xF0062012          Error Tracking Register 0
MC16_ETRR1      0xF0062014          Error Tracking Register 1
MC16_ETRR2      0xF0062016          Error Tracking Register 2
MC16_ETRR3      0xF0062018          Error Tracking Register 3
MC16_ETRR4      0xF006201A          Error Tracking Register 4
MC16_RDBFL0     0xF00620A0          Read Data and Bit Flip Register 0
MC16_RDBFL1     0xF00620A2          Read Data and Bit Flip Register 1
MC16_RDBFL2     0xF00620A4          Read Data and Bit Flip Register 2
MC16_RDBFL3     0xF00620A6          Read Data and Bit Flip Register 3
MC16_RDBFL4     0xF00620A8          Read Data and Bit Flip Register 4
MC16_RDBFL5     0xF00620AA          Read Data and Bit Flip Register 5
MC16_RDBFL6     0xF00620AC          Read Data and Bit Flip Register 6
MC16_RDBFL7     0xF00620AE          Read Data and Bit Flip Register 7
MC16_RDBFL8     0xF00620B0          Read Data and Bit Flip Register 8
MC16_RDBFL9     0xF00620B2          Read Data and Bit Flip Register 9
MC16_RDBFL10    0xF00620B4          Read Data and Bit Flip Register 10
MC16_RDBFL11    0xF00620B6          Read Data and Bit Flip Register 11
MC16_RDBFL12    0xF00620B8          Read Data and Bit Flip Register 12
MC16_RDBFL13    0xF00620BA          Read Data and Bit Flip Register 13
MC16_RDBFL14    0xF00620BC          Read Data and Bit Flip Register 14
MC16_RDBFL15    0xF00620BE          Read Data and Bit Flip Register 15
MC16_RDBFL16    0xF00620C0          Read Data and Bit Flip Register 16
MC16_RDBFL17    0xF00620C2          Read Data and Bit Flip Register 17
MC16_RDBFL18    0xF00620C4          Read Data and Bit Flip Register 18
MC16_RDBFL19    0xF00620C6          Read Data and Bit Flip Register 19
MC16_RDBFL20    0xF00620C8          Read Data and Bit Flip Register 20
MC16_RDBFL21    0xF00620CA          Read Data and Bit Flip Register 21
MC16_RDBFL22    0xF00620CC          Read Data and Bit Flip Register 22
MC16_RDBFL23    0xF00620CE          Read Data and Bit Flip Register 23
MC16_RDBFL24    0xF00620D0          Read Data and Bit Flip Register 24
MC16_RDBFL25    0xF00620D2          Read Data and Bit Flip Register 25
MC16_RDBFL26    0xF00620D4          Read Data and Bit Flip Register 26
MC16_RDBFL27    0xF00620D6          Read Data and Bit Flip Register 27
MC16_RDBFL28    0xF00620D8          Read Data and Bit Flip Register 28
MC16_RDBFL29    0xF00620DA          Read Data and Bit Flip Register 29
MC16_RDBFL30    0xF00620DC          Read Data and Bit Flip Register 30
MC16_RDBFL31    0xF00620DE          Read Data and Bit Flip Register 31
MC16_RDBFL32    0xF00620E0          Read Data and Bit Flip Register 32
MC16_RDBFL33    0xF00620E2          Read Data and Bit Flip Register 33
MC16_RDBFL34    0xF00620E4          Read Data and Bit Flip Register 34
MC16_RDBFL35    0xF00620E6          Read Data and Bit Flip Register 35
MC16_RDBFL36    0xF00620E8          Read Data and Bit Flip Register 36
MC16_RDBFL37    0xF00620EA          Read Data and Bit Flip Register 37
MC16_RDBFL38    0xF00620EC          Read Data and Bit Flip Register 38
MC16_RDBFL39    0xF00620EE          Read Data and Bit Flip Register 39
MC17_CONFIG0    0xF0062100          Configuration Register 0
MC17_CONFIG1    0xF0062102          Configuration Register 1
MC17_MCONTROL   0xF0062104          MBIST Control Register
MC17_MSTATUS    0xF0062106          Status Register
MC17_RANGE      0xF0062108          Range Register, single address mode
MC17_REVID      0xF006210C          Revision ID Register
MC17_ECCS       0xF006210E          ECC Safety Register
MC17_ECCD       0xF0062110          Memory ECC Detection Register
MC17_ETRR0      0xF0062112          Error Tracking Register 0
MC17_ETRR1      0xF0062114          Error Tracking Register 1
MC17_ETRR2      0xF0062116          Error Tracking Register 2
MC17_ETRR3      0xF0062118          Error Tracking Register 3
MC17_ETRR4      0xF006211A          Error Tracking Register 4
MC17_RDBFL0     0xF00621A0          Read Data and Bit Flip Register 0
MC17_RDBFL1     0xF00621A2          Read Data and Bit Flip Register 1
MC17_RDBFL2     0xF00621A4          Read Data and Bit Flip Register 2
MC17_RDBFL3     0xF00621A6          Read Data and Bit Flip Register 3
MC17_RDBFL4     0xF00621A8          Read Data and Bit Flip Register 4
MC17_RDBFL5     0xF00621AA          Read Data and Bit Flip Register 5
MC17_RDBFL6     0xF00621AC          Read Data and Bit Flip Register 6
MC17_RDBFL7     0xF00621AE          Read Data and Bit Flip Register 7
MC17_RDBFL8     0xF00621B0          Read Data and Bit Flip Register 8
MC17_RDBFL9     0xF00621B2          Read Data and Bit Flip Register 9
MC17_RDBFL10    0xF00621B4          Read Data and Bit Flip Register 10
MC17_RDBFL11    0xF00621B6          Read Data and Bit Flip Register 11
MC17_RDBFL12    0xF00621B8          Read Data and Bit Flip Register 12
MC17_RDBFL13    0xF00621BA          Read Data and Bit Flip Register 13
MC17_RDBFL14    0xF00621BC          Read Data and Bit Flip Register 14
MC17_RDBFL15    0xF00621BE          Read Data and Bit Flip Register 15
MC17_RDBFL16    0xF00621C0          Read Data and Bit Flip Register 16
MC17_RDBFL17    0xF00621C2          Read Data and Bit Flip Register 17
MC17_RDBFL18    0xF00621C4          Read Data and Bit Flip Register 18
MC17_RDBFL19    0xF00621C6          Read Data and Bit Flip Register 19
MC17_RDBFL20    0xF00621C8          Read Data and Bit Flip Register 20
MC17_RDBFL21    0xF00621CA          Read Data and Bit Flip Register 21
MC17_RDBFL22    0xF00621CC          Read Data and Bit Flip Register 22
MC17_RDBFL23    0xF00621CE          Read Data and Bit Flip Register 23
MC17_RDBFL24    0xF00621D0          Read Data and Bit Flip Register 24
MC17_RDBFL25    0xF00621D2          Read Data and Bit Flip Register 25
MC17_RDBFL26    0xF00621D4          Read Data and Bit Flip Register 26
MC17_RDBFL27    0xF00621D6          Read Data and Bit Flip Register 27
MC17_RDBFL28    0xF00621D8          Read Data and Bit Flip Register 28
MC17_RDBFL29    0xF00621DA          Read Data and Bit Flip Register 29
MC17_RDBFL30    0xF00621DC          Read Data and Bit Flip Register 30
MC17_RDBFL31    0xF00621DE          Read Data and Bit Flip Register 31
MC17_RDBFL32    0xF00621E0          Read Data and Bit Flip Register 32
MC17_RDBFL33    0xF00621E2          Read Data and Bit Flip Register 33
MC17_RDBFL34    0xF00621E4          Read Data and Bit Flip Register 34
MC17_RDBFL35    0xF00621E6          Read Data and Bit Flip Register 35
MC17_RDBFL36    0xF00621E8          Read Data and Bit Flip Register 36
MC17_RDBFL37    0xF00621EA          Read Data and Bit Flip Register 37
MC17_RDBFL38    0xF00621EC          Read Data and Bit Flip Register 38
MC17_RDBFL39    0xF00621EE          Read Data and Bit Flip Register 39
MC18_CONFIG0    0xF0062200          Configuration Register 0
MC18_CONFIG1    0xF0062202          Configuration Register 1
MC18_MCONTROL   0xF0062204          MBIST Control Register
MC18_MSTATUS    0xF0062206          Status Register
MC18_RANGE      0xF0062208          Range Register, single address mode
MC18_REVID      0xF006220C          Revision ID Register
MC18_ECCS       0xF006220E          ECC Safety Register
MC18_ECCD       0xF0062210          Memory ECC Detection Register
MC18_ETRR0      0xF0062212          Error Tracking Register 0
MC18_ETRR1      0xF0062214          Error Tracking Register 1
MC18_ETRR2      0xF0062216          Error Tracking Register 2
MC18_ETRR3      0xF0062218          Error Tracking Register 3
MC18_ETRR4      0xF006221A          Error Tracking Register 4
MC18_RDBFL0     0xF00622A0          Read Data and Bit Flip Register 0
MC18_RDBFL1     0xF00622A2          Read Data and Bit Flip Register 1
MC18_RDBFL2     0xF00622A4          Read Data and Bit Flip Register 2
MC18_RDBFL3     0xF00622A6          Read Data and Bit Flip Register 3
MC18_RDBFL4     0xF00622A8          Read Data and Bit Flip Register 4
MC18_RDBFL5     0xF00622AA          Read Data and Bit Flip Register 5
MC18_RDBFL6     0xF00622AC          Read Data and Bit Flip Register 6
MC18_RDBFL7     0xF00622AE          Read Data and Bit Flip Register 7
MC18_RDBFL8     0xF00622B0          Read Data and Bit Flip Register 8
MC18_RDBFL9     0xF00622B2          Read Data and Bit Flip Register 9
MC18_RDBFL10    0xF00622B4          Read Data and Bit Flip Register 10
MC18_RDBFL11    0xF00622B6          Read Data and Bit Flip Register 11
MC18_RDBFL12    0xF00622B8          Read Data and Bit Flip Register 12
MC18_RDBFL13    0xF00622BA          Read Data and Bit Flip Register 13
MC18_RDBFL14    0xF00622BC          Read Data and Bit Flip Register 14
MC18_RDBFL15    0xF00622BE          Read Data and Bit Flip Register 15
MC18_RDBFL16    0xF00622C0          Read Data and Bit Flip Register 16
MC18_RDBFL17    0xF00622C2          Read Data and Bit Flip Register 17
MC18_RDBFL18    0xF00622C4          Read Data and Bit Flip Register 18
MC18_RDBFL19    0xF00622C6          Read Data and Bit Flip Register 19
MC18_RDBFL20    0xF00622C8          Read Data and Bit Flip Register 20
MC18_RDBFL21    0xF00622CA          Read Data and Bit Flip Register 21
MC18_RDBFL22    0xF00622CC          Read Data and Bit Flip Register 22
MC18_RDBFL23    0xF00622CE          Read Data and Bit Flip Register 23
MC18_RDBFL24    0xF00622D0          Read Data and Bit Flip Register 24
MC18_RDBFL25    0xF00622D2          Read Data and Bit Flip Register 25
MC18_RDBFL26    0xF00622D4          Read Data and Bit Flip Register 26
MC18_RDBFL27    0xF00622D6          Read Data and Bit Flip Register 27
MC18_RDBFL28    0xF00622D8          Read Data and Bit Flip Register 28
MC18_RDBFL29    0xF00622DA          Read Data and Bit Flip Register 29
MC18_RDBFL30    0xF00622DC          Read Data and Bit Flip Register 30
MC18_RDBFL31    0xF00622DE          Read Data and Bit Flip Register 31
MC18_RDBFL32    0xF00622E0          Read Data and Bit Flip Register 32
MC18_RDBFL33    0xF00622E2          Read Data and Bit Flip Register 33
MC18_RDBFL34    0xF00622E4          Read Data and Bit Flip Register 34
MC18_RDBFL35    0xF00622E6          Read Data and Bit Flip Register 35
MC18_RDBFL36    0xF00622E8          Read Data and Bit Flip Register 36
MC18_RDBFL37    0xF00622EA          Read Data and Bit Flip Register 37
MC18_RDBFL38    0xF00622EC          Read Data and Bit Flip Register 38
MC18_RDBFL39    0xF00622EE          Read Data and Bit Flip Register 39
MC19_CONFIG0    0xF0062300          Configuration Register 0
MC19_CONFIG1    0xF0062302          Configuration Register 1
MC19_MCONTROL   0xF0062304          MBIST Control Register
MC19_MSTATUS    0xF0062306          Status Register
MC19_RANGE      0xF0062308          Range Register, single address mode
MC19_REVID      0xF006230C          Revision ID Register
MC19_ECCS       0xF006230E          ECC Safety Register
MC19_ECCD       0xF0062310          Memory ECC Detection Register
MC19_ETRR0      0xF0062312          Error Tracking Register 0
MC19_ETRR1      0xF0062314          Error Tracking Register 1
MC19_ETRR2      0xF0062316          Error Tracking Register 2
MC19_ETRR3      0xF0062318          Error Tracking Register 3
MC19_ETRR4      0xF006231A          Error Tracking Register 4
MC19_RDBFL0     0xF00623A0          Read Data and Bit Flip Register 0
MC19_RDBFL1     0xF00623A2          Read Data and Bit Flip Register 1
MC19_RDBFL2     0xF00623A4          Read Data and Bit Flip Register 2
MC19_RDBFL3     0xF00623A6          Read Data and Bit Flip Register 3
MC19_RDBFL4     0xF00623A8          Read Data and Bit Flip Register 4
MC19_RDBFL5     0xF00623AA          Read Data and Bit Flip Register 5
MC19_RDBFL6     0xF00623AC          Read Data and Bit Flip Register 6
MC19_RDBFL7     0xF00623AE          Read Data and Bit Flip Register 7
MC19_RDBFL8     0xF00623B0          Read Data and Bit Flip Register 8
MC19_RDBFL9     0xF00623B2          Read Data and Bit Flip Register 9
MC19_RDBFL10    0xF00623B4          Read Data and Bit Flip Register 10
MC19_RDBFL11    0xF00623B6          Read Data and Bit Flip Register 11
MC19_RDBFL12    0xF00623B8          Read Data and Bit Flip Register 12
MC19_RDBFL13    0xF00623BA          Read Data and Bit Flip Register 13
MC19_RDBFL14    0xF00623BC          Read Data and Bit Flip Register 14
MC19_RDBFL15    0xF00623BE          Read Data and Bit Flip Register 15
MC19_RDBFL16    0xF00623C0          Read Data and Bit Flip Register 16
MC19_RDBFL17    0xF00623C2          Read Data and Bit Flip Register 17
MC19_RDBFL18    0xF00623C4          Read Data and Bit Flip Register 18
MC19_RDBFL19    0xF00623C6          Read Data and Bit Flip Register 19
MC19_RDBFL20    0xF00623C8          Read Data and Bit Flip Register 20
MC19_RDBFL21    0xF00623CA          Read Data and Bit Flip Register 21
MC19_RDBFL22    0xF00623CC          Read Data and Bit Flip Register 22
MC19_RDBFL23    0xF00623CE          Read Data and Bit Flip Register 23
MC19_RDBFL24    0xF00623D0          Read Data and Bit Flip Register 24
MC19_RDBFL25    0xF00623D2          Read Data and Bit Flip Register 25
MC19_RDBFL26    0xF00623D4          Read Data and Bit Flip Register 26
MC19_RDBFL27    0xF00623D6          Read Data and Bit Flip Register 27
MC19_RDBFL28    0xF00623D8          Read Data and Bit Flip Register 28
MC19_RDBFL29    0xF00623DA          Read Data and Bit Flip Register 29
MC19_RDBFL30    0xF00623DC          Read Data and Bit Flip Register 30
MC19_RDBFL31    0xF00623DE          Read Data and Bit Flip Register 31
MC19_RDBFL32    0xF00623E0          Read Data and Bit Flip Register 32
MC19_RDBFL33    0xF00623E2          Read Data and Bit Flip Register 33
MC19_RDBFL34    0xF00623E4          Read Data and Bit Flip Register 34
MC19_RDBFL35    0xF00623E6          Read Data and Bit Flip Register 35
MC19_RDBFL36    0xF00623E8          Read Data and Bit Flip Register 36
MC19_RDBFL37    0xF00623EA          Read Data and Bit Flip Register 37
MC19_RDBFL38    0xF00623EC          Read Data and Bit Flip Register 38
MC19_RDBFL39    0xF00623EE          Read Data and Bit Flip Register 39
MC20_CONFIG0    0xF0062400          Configuration Register 0
MC20_CONFIG1    0xF0062402          Configuration Register 1
MC20_MCONTROL   0xF0062404          MBIST Control Register
MC20_MSTATUS    0xF0062406          Status Register
MC20_RANGE      0xF0062408          Range Register, single address mode
MC20_REVID      0xF006240C          Revision ID Register
MC20_ECCS       0xF006240E          ECC Safety Register
MC20_ECCD       0xF0062410          Memory ECC Detection Register
MC20_ETRR0      0xF0062412          Error Tracking Register 0
MC20_ETRR1      0xF0062414          Error Tracking Register 1
MC20_ETRR2      0xF0062416          Error Tracking Register 2
MC20_ETRR3      0xF0062418          Error Tracking Register 3
MC20_ETRR4      0xF006241A          Error Tracking Register 4
MC20_RDBFL0     0xF00624A0          Read Data and Bit Flip Register 0
MC20_RDBFL1     0xF00624A2          Read Data and Bit Flip Register 1
MC20_RDBFL2     0xF00624A4          Read Data and Bit Flip Register 2
MC20_RDBFL3     0xF00624A6          Read Data and Bit Flip Register 3
MC20_RDBFL4     0xF00624A8          Read Data and Bit Flip Register 4
MC20_RDBFL5     0xF00624AA          Read Data and Bit Flip Register 5
MC20_RDBFL6     0xF00624AC          Read Data and Bit Flip Register 6
MC20_RDBFL7     0xF00624AE          Read Data and Bit Flip Register 7
MC20_RDBFL8     0xF00624B0          Read Data and Bit Flip Register 8
MC20_RDBFL9     0xF00624B2          Read Data and Bit Flip Register 9
MC20_RDBFL10    0xF00624B4          Read Data and Bit Flip Register 10
MC20_RDBFL11    0xF00624B6          Read Data and Bit Flip Register 11
MC20_RDBFL12    0xF00624B8          Read Data and Bit Flip Register 12
MC20_RDBFL13    0xF00624BA          Read Data and Bit Flip Register 13
MC20_RDBFL14    0xF00624BC          Read Data and Bit Flip Register 14
MC20_RDBFL15    0xF00624BE          Read Data and Bit Flip Register 15
MC20_RDBFL16    0xF00624C0          Read Data and Bit Flip Register 16
MC20_RDBFL17    0xF00624C2          Read Data and Bit Flip Register 17
MC20_RDBFL18    0xF00624C4          Read Data and Bit Flip Register 18
MC20_RDBFL19    0xF00624C6          Read Data and Bit Flip Register 19
MC20_RDBFL20    0xF00624C8          Read Data and Bit Flip Register 20
MC20_RDBFL21    0xF00624CA          Read Data and Bit Flip Register 21
MC20_RDBFL22    0xF00624CC          Read Data and Bit Flip Register 22
MC20_RDBFL23    0xF00624CE          Read Data and Bit Flip Register 23
MC20_RDBFL24    0xF00624D0          Read Data and Bit Flip Register 24
MC20_RDBFL25    0xF00624D2          Read Data and Bit Flip Register 25
MC20_RDBFL26    0xF00624D4          Read Data and Bit Flip Register 26
MC20_RDBFL27    0xF00624D6          Read Data and Bit Flip Register 27
MC20_RDBFL28    0xF00624D8          Read Data and Bit Flip Register 28
MC20_RDBFL29    0xF00624DA          Read Data and Bit Flip Register 29
MC20_RDBFL30    0xF00624DC          Read Data and Bit Flip Register 30
MC20_RDBFL31    0xF00624DE          Read Data and Bit Flip Register 31
MC20_RDBFL32    0xF00624E0          Read Data and Bit Flip Register 32
MC20_RDBFL33    0xF00624E2          Read Data and Bit Flip Register 33
MC20_RDBFL34    0xF00624E4          Read Data and Bit Flip Register 34
MC20_RDBFL35    0xF00624E6          Read Data and Bit Flip Register 35
MC20_RDBFL36    0xF00624E8          Read Data and Bit Flip Register 36
MC20_RDBFL37    0xF00624EA          Read Data and Bit Flip Register 37
MC20_RDBFL38    0xF00624EC          Read Data and Bit Flip Register 38
MC20_RDBFL39    0xF00624EE          Read Data and Bit Flip Register 39
MC21_CONFIG0    0xF0062500          Configuration Register 0
MC21_CONFIG1    0xF0062502          Configuration Register 1
MC21_MCONTROL   0xF0062504          MBIST Control Register
MC21_MSTATUS    0xF0062506          Status Register
MC21_RANGE      0xF0062508          Range Register, single address mode
MC21_REVID      0xF006250C          Revision ID Register
MC21_ECCS       0xF006250E          ECC Safety Register
MC21_ECCD       0xF0062510          Memory ECC Detection Register
MC21_ETRR0      0xF0062512          Error Tracking Register 0
MC21_ETRR1      0xF0062514          Error Tracking Register 1
MC21_ETRR2      0xF0062516          Error Tracking Register 2
MC21_ETRR3      0xF0062518          Error Tracking Register 3
MC21_ETRR4      0xF006251A          Error Tracking Register 4
MC21_RDBFL0     0xF00625A0          Read Data and Bit Flip Register 0
MC21_RDBFL1     0xF00625A2          Read Data and Bit Flip Register 1
MC21_RDBFL2     0xF00625A4          Read Data and Bit Flip Register 2
MC21_RDBFL3     0xF00625A6          Read Data and Bit Flip Register 3
MC21_RDBFL4     0xF00625A8          Read Data and Bit Flip Register 4
MC21_RDBFL5     0xF00625AA          Read Data and Bit Flip Register 5
MC21_RDBFL6     0xF00625AC          Read Data and Bit Flip Register 6
MC21_RDBFL7     0xF00625AE          Read Data and Bit Flip Register 7
MC21_RDBFL8     0xF00625B0          Read Data and Bit Flip Register 8
MC21_RDBFL9     0xF00625B2          Read Data and Bit Flip Register 9
MC21_RDBFL10    0xF00625B4          Read Data and Bit Flip Register 10
MC21_RDBFL11    0xF00625B6          Read Data and Bit Flip Register 11
MC21_RDBFL12    0xF00625B8          Read Data and Bit Flip Register 12
MC21_RDBFL13    0xF00625BA          Read Data and Bit Flip Register 13
MC21_RDBFL14    0xF00625BC          Read Data and Bit Flip Register 14
MC21_RDBFL15    0xF00625BE          Read Data and Bit Flip Register 15
MC21_RDBFL16    0xF00625C0          Read Data and Bit Flip Register 16
MC21_RDBFL17    0xF00625C2          Read Data and Bit Flip Register 17
MC21_RDBFL18    0xF00625C4          Read Data and Bit Flip Register 18
MC21_RDBFL19    0xF00625C6          Read Data and Bit Flip Register 19
MC21_RDBFL20    0xF00625C8          Read Data and Bit Flip Register 20
MC21_RDBFL21    0xF00625CA          Read Data and Bit Flip Register 21
MC21_RDBFL22    0xF00625CC          Read Data and Bit Flip Register 22
MC21_RDBFL23    0xF00625CE          Read Data and Bit Flip Register 23
MC21_RDBFL24    0xF00625D0          Read Data and Bit Flip Register 24
MC21_RDBFL25    0xF00625D2          Read Data and Bit Flip Register 25
MC21_RDBFL26    0xF00625D4          Read Data and Bit Flip Register 26
MC21_RDBFL27    0xF00625D6          Read Data and Bit Flip Register 27
MC21_RDBFL28    0xF00625D8          Read Data and Bit Flip Register 28
MC21_RDBFL29    0xF00625DA          Read Data and Bit Flip Register 29
MC21_RDBFL30    0xF00625DC          Read Data and Bit Flip Register 30
MC21_RDBFL31    0xF00625DE          Read Data and Bit Flip Register 31
MC21_RDBFL32    0xF00625E0          Read Data and Bit Flip Register 32
MC21_RDBFL33    0xF00625E2          Read Data and Bit Flip Register 33
MC21_RDBFL34    0xF00625E4          Read Data and Bit Flip Register 34
MC21_RDBFL35    0xF00625E6          Read Data and Bit Flip Register 35
MC21_RDBFL36    0xF00625E8          Read Data and Bit Flip Register 36
MC21_RDBFL37    0xF00625EA          Read Data and Bit Flip Register 37
MC21_RDBFL38    0xF00625EC          Read Data and Bit Flip Register 38
MC21_RDBFL39    0xF00625EE          Read Data and Bit Flip Register 39
MC22_CONFIG0    0xF0062600          Configuration Register 0
MC22_CONFIG1    0xF0062602          Configuration Register 1
MC22_MCONTROL   0xF0062604          MBIST Control Register
MC22_MSTATUS    0xF0062606          Status Register
MC22_RANGE      0xF0062608          Range Register, single address mode
MC22_REVID      0xF006260C          Revision ID Register
MC22_ECCS       0xF006260E          ECC Safety Register
MC22_ECCD       0xF0062610          Memory ECC Detection Register
MC22_ETRR0      0xF0062612          Error Tracking Register 0
MC22_ETRR1      0xF0062614          Error Tracking Register 1
MC22_ETRR2      0xF0062616          Error Tracking Register 2
MC22_ETRR3      0xF0062618          Error Tracking Register 3
MC22_ETRR4      0xF006261A          Error Tracking Register 4
MC22_RDBFL0     0xF00626A0          Read Data and Bit Flip Register 0
MC22_RDBFL1     0xF00626A2          Read Data and Bit Flip Register 1
MC22_RDBFL2     0xF00626A4          Read Data and Bit Flip Register 2
MC22_RDBFL3     0xF00626A6          Read Data and Bit Flip Register 3
MC22_RDBFL4     0xF00626A8          Read Data and Bit Flip Register 4
MC22_RDBFL5     0xF00626AA          Read Data and Bit Flip Register 5
MC22_RDBFL6     0xF00626AC          Read Data and Bit Flip Register 6
MC22_RDBFL7     0xF00626AE          Read Data and Bit Flip Register 7
MC22_RDBFL8     0xF00626B0          Read Data and Bit Flip Register 8
MC22_RDBFL9     0xF00626B2          Read Data and Bit Flip Register 9
MC22_RDBFL10    0xF00626B4          Read Data and Bit Flip Register 10
MC22_RDBFL11    0xF00626B6          Read Data and Bit Flip Register 11
MC22_RDBFL12    0xF00626B8          Read Data and Bit Flip Register 12
MC22_RDBFL13    0xF00626BA          Read Data and Bit Flip Register 13
MC22_RDBFL14    0xF00626BC          Read Data and Bit Flip Register 14
MC22_RDBFL15    0xF00626BE          Read Data and Bit Flip Register 15
MC22_RDBFL16    0xF00626C0          Read Data and Bit Flip Register 16
MC22_RDBFL17    0xF00626C2          Read Data and Bit Flip Register 17
MC22_RDBFL18    0xF00626C4          Read Data and Bit Flip Register 18
MC22_RDBFL19    0xF00626C6          Read Data and Bit Flip Register 19
MC22_RDBFL20    0xF00626C8          Read Data and Bit Flip Register 20
MC22_RDBFL21    0xF00626CA          Read Data and Bit Flip Register 21
MC22_RDBFL22    0xF00626CC          Read Data and Bit Flip Register 22
MC22_RDBFL23    0xF00626CE          Read Data and Bit Flip Register 23
MC22_RDBFL24    0xF00626D0          Read Data and Bit Flip Register 24
MC22_RDBFL25    0xF00626D2          Read Data and Bit Flip Register 25
MC22_RDBFL26    0xF00626D4          Read Data and Bit Flip Register 26
MC22_RDBFL27    0xF00626D6          Read Data and Bit Flip Register 27
MC22_RDBFL28    0xF00626D8          Read Data and Bit Flip Register 28
MC22_RDBFL29    0xF00626DA          Read Data and Bit Flip Register 29
MC22_RDBFL30    0xF00626DC          Read Data and Bit Flip Register 30
MC22_RDBFL31    0xF00626DE          Read Data and Bit Flip Register 31
MC22_RDBFL32    0xF00626E0          Read Data and Bit Flip Register 32
MC22_RDBFL33    0xF00626E2          Read Data and Bit Flip Register 33
MC22_RDBFL34    0xF00626E4          Read Data and Bit Flip Register 34
MC22_RDBFL35    0xF00626E6          Read Data and Bit Flip Register 35
MC22_RDBFL36    0xF00626E8          Read Data and Bit Flip Register 36
MC22_RDBFL37    0xF00626EA          Read Data and Bit Flip Register 37
MC22_RDBFL38    0xF00626EC          Read Data and Bit Flip Register 38
MC22_RDBFL39    0xF00626EE          Read Data and Bit Flip Register 39
MC23_CONFIG0    0xF0062700          Configuration Register 0
MC23_CONFIG1    0xF0062702          Configuration Register 1
MC23_MCONTROL   0xF0062704          MBIST Control Register
MC23_MSTATUS    0xF0062706          Status Register
MC23_RANGE      0xF0062708          Range Register, single address mode
MC23_REVID      0xF006270C          Revision ID Register
MC23_ECCS       0xF006270E          ECC Safety Register
MC23_ECCD       0xF0062710          Memory ECC Detection Register
MC23_ETRR0      0xF0062712          Error Tracking Register 0
MC23_ETRR1      0xF0062714          Error Tracking Register 1
MC23_ETRR2      0xF0062716          Error Tracking Register 2
MC23_ETRR3      0xF0062718          Error Tracking Register 3
MC23_ETRR4      0xF006271A          Error Tracking Register 4
MC23_RDBFL0     0xF00627A0          Read Data and Bit Flip Register 0
MC23_RDBFL1     0xF00627A2          Read Data and Bit Flip Register 1
MC23_RDBFL2     0xF00627A4          Read Data and Bit Flip Register 2
MC23_RDBFL3     0xF00627A6          Read Data and Bit Flip Register 3
MC23_RDBFL4     0xF00627A8          Read Data and Bit Flip Register 4
MC23_RDBFL5     0xF00627AA          Read Data and Bit Flip Register 5
MC23_RDBFL6     0xF00627AC          Read Data and Bit Flip Register 6
MC23_RDBFL7     0xF00627AE          Read Data and Bit Flip Register 7
MC23_RDBFL8     0xF00627B0          Read Data and Bit Flip Register 8
MC23_RDBFL9     0xF00627B2          Read Data and Bit Flip Register 9
MC23_RDBFL10    0xF00627B4          Read Data and Bit Flip Register 10
MC23_RDBFL11    0xF00627B6          Read Data and Bit Flip Register 11
MC23_RDBFL12    0xF00627B8          Read Data and Bit Flip Register 12
MC23_RDBFL13    0xF00627BA          Read Data and Bit Flip Register 13
MC23_RDBFL14    0xF00627BC          Read Data and Bit Flip Register 14
MC23_RDBFL15    0xF00627BE          Read Data and Bit Flip Register 15
MC23_RDBFL16    0xF00627C0          Read Data and Bit Flip Register 16
MC23_RDBFL17    0xF00627C2          Read Data and Bit Flip Register 17
MC23_RDBFL18    0xF00627C4          Read Data and Bit Flip Register 18
MC23_RDBFL19    0xF00627C6          Read Data and Bit Flip Register 19
MC23_RDBFL20    0xF00627C8          Read Data and Bit Flip Register 20
MC23_RDBFL21    0xF00627CA          Read Data and Bit Flip Register 21
MC23_RDBFL22    0xF00627CC          Read Data and Bit Flip Register 22
MC23_RDBFL23    0xF00627CE          Read Data and Bit Flip Register 23
MC23_RDBFL24    0xF00627D0          Read Data and Bit Flip Register 24
MC23_RDBFL25    0xF00627D2          Read Data and Bit Flip Register 25
MC23_RDBFL26    0xF00627D4          Read Data and Bit Flip Register 26
MC23_RDBFL27    0xF00627D6          Read Data and Bit Flip Register 27
MC23_RDBFL28    0xF00627D8          Read Data and Bit Flip Register 28
MC23_RDBFL29    0xF00627DA          Read Data and Bit Flip Register 29
MC23_RDBFL30    0xF00627DC          Read Data and Bit Flip Register 30
MC23_RDBFL31    0xF00627DE          Read Data and Bit Flip Register 31
MC23_RDBFL32    0xF00627E0          Read Data and Bit Flip Register 32
MC23_RDBFL33    0xF00627E2          Read Data and Bit Flip Register 33
MC23_RDBFL34    0xF00627E4          Read Data and Bit Flip Register 34
MC23_RDBFL35    0xF00627E6          Read Data and Bit Flip Register 35
MC23_RDBFL36    0xF00627E8          Read Data and Bit Flip Register 36
MC23_RDBFL37    0xF00627EA          Read Data and Bit Flip Register 37
MC23_RDBFL38    0xF00627EC          Read Data and Bit Flip Register 38
MC23_RDBFL39    0xF00627EE          Read Data and Bit Flip Register 39
MC24_CONFIG0    0xF0062800          Configuration Register 0
MC24_CONFIG1    0xF0062802          Configuration Register 1
MC24_MCONTROL   0xF0062804          MBIST Control Register
MC24_MSTATUS    0xF0062806          Status Register
MC24_RANGE      0xF0062808          Range Register, single address mode
MC24_REVID      0xF006280C          Revision ID Register
MC24_ECCS       0xF006280E          ECC Safety Register
MC24_ECCD       0xF0062810          Memory ECC Detection Register
MC24_ETRR0      0xF0062812          Error Tracking Register 0
MC24_ETRR1      0xF0062814          Error Tracking Register 1
MC24_ETRR2      0xF0062816          Error Tracking Register 2
MC24_ETRR3      0xF0062818          Error Tracking Register 3
MC24_ETRR4      0xF006281A          Error Tracking Register 4
MC24_RDBFL0     0xF00628A0          Read Data and Bit Flip Register 0
MC24_RDBFL1     0xF00628A2          Read Data and Bit Flip Register 1
MC24_RDBFL2     0xF00628A4          Read Data and Bit Flip Register 2
MC24_RDBFL3     0xF00628A6          Read Data and Bit Flip Register 3
MC24_RDBFL4     0xF00628A8          Read Data and Bit Flip Register 4
MC24_RDBFL5     0xF00628AA          Read Data and Bit Flip Register 5
MC24_RDBFL6     0xF00628AC          Read Data and Bit Flip Register 6
MC24_RDBFL7     0xF00628AE          Read Data and Bit Flip Register 7
MC24_RDBFL8     0xF00628B0          Read Data and Bit Flip Register 8
MC24_RDBFL9     0xF00628B2          Read Data and Bit Flip Register 9
MC24_RDBFL10    0xF00628B4          Read Data and Bit Flip Register 10
MC24_RDBFL11    0xF00628B6          Read Data and Bit Flip Register 11
MC24_RDBFL12    0xF00628B8          Read Data and Bit Flip Register 12
MC24_RDBFL13    0xF00628BA          Read Data and Bit Flip Register 13
MC24_RDBFL14    0xF00628BC          Read Data and Bit Flip Register 14
MC24_RDBFL15    0xF00628BE          Read Data and Bit Flip Register 15
MC24_RDBFL16    0xF00628C0          Read Data and Bit Flip Register 16
MC24_RDBFL17    0xF00628C2          Read Data and Bit Flip Register 17
MC24_RDBFL18    0xF00628C4          Read Data and Bit Flip Register 18
MC24_RDBFL19    0xF00628C6          Read Data and Bit Flip Register 19
MC24_RDBFL20    0xF00628C8          Read Data and Bit Flip Register 20
MC24_RDBFL21    0xF00628CA          Read Data and Bit Flip Register 21
MC24_RDBFL22    0xF00628CC          Read Data and Bit Flip Register 22
MC24_RDBFL23    0xF00628CE          Read Data and Bit Flip Register 23
MC24_RDBFL24    0xF00628D0          Read Data and Bit Flip Register 24
MC24_RDBFL25    0xF00628D2          Read Data and Bit Flip Register 25
MC24_RDBFL26    0xF00628D4          Read Data and Bit Flip Register 26
MC24_RDBFL27    0xF00628D6          Read Data and Bit Flip Register 27
MC24_RDBFL28    0xF00628D8          Read Data and Bit Flip Register 28
MC24_RDBFL29    0xF00628DA          Read Data and Bit Flip Register 29
MC24_RDBFL30    0xF00628DC          Read Data and Bit Flip Register 30
MC24_RDBFL31    0xF00628DE          Read Data and Bit Flip Register 31
MC24_RDBFL32    0xF00628E0          Read Data and Bit Flip Register 32
MC24_RDBFL33    0xF00628E2          Read Data and Bit Flip Register 33
MC24_RDBFL34    0xF00628E4          Read Data and Bit Flip Register 34
MC24_RDBFL35    0xF00628E6          Read Data and Bit Flip Register 35
MC24_RDBFL36    0xF00628E8          Read Data and Bit Flip Register 36
MC24_RDBFL37    0xF00628EA          Read Data and Bit Flip Register 37
MC24_RDBFL38    0xF00628EC          Read Data and Bit Flip Register 38
MC24_RDBFL39    0xF00628EE          Read Data and Bit Flip Register 39
MC25_CONFIG0    0xF0062900          Configuration Register 0
MC25_CONFIG1    0xF0062902          Configuration Register 1
MC25_MCONTROL   0xF0062904          MBIST Control Register
MC25_MSTATUS    0xF0062906          Status Register
MC25_RANGE      0xF0062908          Range Register, single address mode
MC25_REVID      0xF006290C          Revision ID Register
MC25_ECCS       0xF006290E          ECC Safety Register
MC25_ECCD       0xF0062910          Memory ECC Detection Register
MC25_ETRR0      0xF0062912          Error Tracking Register 0
MC25_ETRR1      0xF0062914          Error Tracking Register 1
MC25_ETRR2      0xF0062916          Error Tracking Register 2
MC25_ETRR3      0xF0062918          Error Tracking Register 3
MC25_ETRR4      0xF006291A          Error Tracking Register 4
MC25_RDBFL0     0xF00629A0          Read Data and Bit Flip Register 0
MC25_RDBFL1     0xF00629A2          Read Data and Bit Flip Register 1
MC25_RDBFL2     0xF00629A4          Read Data and Bit Flip Register 2
MC25_RDBFL3     0xF00629A6          Read Data and Bit Flip Register 3
MC25_RDBFL4     0xF00629A8          Read Data and Bit Flip Register 4
MC25_RDBFL5     0xF00629AA          Read Data and Bit Flip Register 5
MC25_RDBFL6     0xF00629AC          Read Data and Bit Flip Register 6
MC25_RDBFL7     0xF00629AE          Read Data and Bit Flip Register 7
MC25_RDBFL8     0xF00629B0          Read Data and Bit Flip Register 8
MC25_RDBFL9     0xF00629B2          Read Data and Bit Flip Register 9
MC25_RDBFL10    0xF00629B4          Read Data and Bit Flip Register 10
MC25_RDBFL11    0xF00629B6          Read Data and Bit Flip Register 11
MC25_RDBFL12    0xF00629B8          Read Data and Bit Flip Register 12
MC25_RDBFL13    0xF00629BA          Read Data and Bit Flip Register 13
MC25_RDBFL14    0xF00629BC          Read Data and Bit Flip Register 14
MC25_RDBFL15    0xF00629BE          Read Data and Bit Flip Register 15
MC25_RDBFL16    0xF00629C0          Read Data and Bit Flip Register 16
MC25_RDBFL17    0xF00629C2          Read Data and Bit Flip Register 17
MC25_RDBFL18    0xF00629C4          Read Data and Bit Flip Register 18
MC25_RDBFL19    0xF00629C6          Read Data and Bit Flip Register 19
MC25_RDBFL20    0xF00629C8          Read Data and Bit Flip Register 20
MC25_RDBFL21    0xF00629CA          Read Data and Bit Flip Register 21
MC25_RDBFL22    0xF00629CC          Read Data and Bit Flip Register 22
MC25_RDBFL23    0xF00629CE          Read Data and Bit Flip Register 23
MC25_RDBFL24    0xF00629D0          Read Data and Bit Flip Register 24
MC25_RDBFL25    0xF00629D2          Read Data and Bit Flip Register 25
MC25_RDBFL26    0xF00629D4          Read Data and Bit Flip Register 26
MC25_RDBFL27    0xF00629D6          Read Data and Bit Flip Register 27
MC25_RDBFL28    0xF00629D8          Read Data and Bit Flip Register 28
MC25_RDBFL29    0xF00629DA          Read Data and Bit Flip Register 29
MC25_RDBFL30    0xF00629DC          Read Data and Bit Flip Register 30
MC25_RDBFL31    0xF00629DE          Read Data and Bit Flip Register 31
MC25_RDBFL32    0xF00629E0          Read Data and Bit Flip Register 32
MC25_RDBFL33    0xF00629E2          Read Data and Bit Flip Register 33
MC25_RDBFL34    0xF00629E4          Read Data and Bit Flip Register 34
MC25_RDBFL35    0xF00629E6          Read Data and Bit Flip Register 35
MC25_RDBFL36    0xF00629E8          Read Data and Bit Flip Register 36
MC25_RDBFL37    0xF00629EA          Read Data and Bit Flip Register 37
MC25_RDBFL38    0xF00629EC          Read Data and Bit Flip Register 38
MC25_RDBFL39    0xF00629EE          Read Data and Bit Flip Register 39
MC26_CONFIG0    0xF0062A00          Configuration Register 0
MC26_CONFIG1    0xF0062A02          Configuration Register 1
MC26_MCONTROL   0xF0062A04          MBIST Control Register
MC26_MSTATUS    0xF0062A06          Status Register
MC26_RANGE      0xF0062A08          Range Register, single address mode
MC26_REVID      0xF0062A0C          Revision ID Register
MC26_ECCS       0xF0062A0E          ECC Safety Register
MC26_ECCD       0xF0062A10          Memory ECC Detection Register
MC26_ETRR0      0xF0062A12          Error Tracking Register 0
MC26_ETRR1      0xF0062A14          Error Tracking Register 1
MC26_ETRR2      0xF0062A16          Error Tracking Register 2
MC26_ETRR3      0xF0062A18          Error Tracking Register 3
MC26_ETRR4      0xF0062A1A          Error Tracking Register 4
MC26_RDBFL0     0xF0062AA0          Read Data and Bit Flip Register 0
MC26_RDBFL1     0xF0062AA2          Read Data and Bit Flip Register 1
MC26_RDBFL2     0xF0062AA4          Read Data and Bit Flip Register 2
MC26_RDBFL3     0xF0062AA6          Read Data and Bit Flip Register 3
MC26_RDBFL4     0xF0062AA8          Read Data and Bit Flip Register 4
MC26_RDBFL5     0xF0062AAA          Read Data and Bit Flip Register 5
MC26_RDBFL6     0xF0062AAC          Read Data and Bit Flip Register 6
MC26_RDBFL7     0xF0062AAE          Read Data and Bit Flip Register 7
MC26_RDBFL8     0xF0062AB0          Read Data and Bit Flip Register 8
MC26_RDBFL9     0xF0062AB2          Read Data and Bit Flip Register 9
MC26_RDBFL10    0xF0062AB4          Read Data and Bit Flip Register 10
MC26_RDBFL11    0xF0062AB6          Read Data and Bit Flip Register 11
MC26_RDBFL12    0xF0062AB8          Read Data and Bit Flip Register 12
MC26_RDBFL13    0xF0062ABA          Read Data and Bit Flip Register 13
MC26_RDBFL14    0xF0062ABC          Read Data and Bit Flip Register 14
MC26_RDBFL15    0xF0062ABE          Read Data and Bit Flip Register 15
MC26_RDBFL16    0xF0062AC0          Read Data and Bit Flip Register 16
MC26_RDBFL17    0xF0062AC2          Read Data and Bit Flip Register 17
MC26_RDBFL18    0xF0062AC4          Read Data and Bit Flip Register 18
MC26_RDBFL19    0xF0062AC6          Read Data and Bit Flip Register 19
MC26_RDBFL20    0xF0062AC8          Read Data and Bit Flip Register 20
MC26_RDBFL21    0xF0062ACA          Read Data and Bit Flip Register 21
MC26_RDBFL22    0xF0062ACC          Read Data and Bit Flip Register 22
MC26_RDBFL23    0xF0062ACE          Read Data and Bit Flip Register 23
MC26_RDBFL24    0xF0062AD0          Read Data and Bit Flip Register 24
MC26_RDBFL25    0xF0062AD2          Read Data and Bit Flip Register 25
MC26_RDBFL26    0xF0062AD4          Read Data and Bit Flip Register 26
MC26_RDBFL27    0xF0062AD6          Read Data and Bit Flip Register 27
MC26_RDBFL28    0xF0062AD8          Read Data and Bit Flip Register 28
MC26_RDBFL29    0xF0062ADA          Read Data and Bit Flip Register 29
MC26_RDBFL30    0xF0062ADC          Read Data and Bit Flip Register 30
MC26_RDBFL31    0xF0062ADE          Read Data and Bit Flip Register 31
MC26_RDBFL32    0xF0062AE0          Read Data and Bit Flip Register 32
MC26_RDBFL33    0xF0062AE2          Read Data and Bit Flip Register 33
MC26_RDBFL34    0xF0062AE4          Read Data and Bit Flip Register 34
MC26_RDBFL35    0xF0062AE6          Read Data and Bit Flip Register 35
MC26_RDBFL36    0xF0062AE8          Read Data and Bit Flip Register 36
MC26_RDBFL37    0xF0062AEA          Read Data and Bit Flip Register 37
MC26_RDBFL38    0xF0062AEC          Read Data and Bit Flip Register 38
MC26_RDBFL39    0xF0062AEE          Read Data and Bit Flip Register 39
MC27_CONFIG0    0xF0062B00          Configuration Register 0
MC27_CONFIG1    0xF0062B02          Configuration Register 1
MC27_MCONTROL   0xF0062B04          MBIST Control Register
MC27_MSTATUS    0xF0062B06          Status Register
MC27_RANGE      0xF0062B08          Range Register, single address mode
MC27_REVID      0xF0062B0C          Revision ID Register
MC27_ECCS       0xF0062B0E          ECC Safety Register
MC27_ECCD       0xF0062B10          Memory ECC Detection Register
MC27_ETRR0      0xF0062B12          Error Tracking Register 0
MC27_ETRR1      0xF0062B14          Error Tracking Register 1
MC27_ETRR2      0xF0062B16          Error Tracking Register 2
MC27_ETRR3      0xF0062B18          Error Tracking Register 3
MC27_ETRR4      0xF0062B1A          Error Tracking Register 4
MC27_RDBFL0     0xF0062BA0          Read Data and Bit Flip Register 0
MC27_RDBFL1     0xF0062BA2          Read Data and Bit Flip Register 1
MC27_RDBFL2     0xF0062BA4          Read Data and Bit Flip Register 2
MC27_RDBFL3     0xF0062BA6          Read Data and Bit Flip Register 3
MC27_RDBFL4     0xF0062BA8          Read Data and Bit Flip Register 4
MC27_RDBFL5     0xF0062BAA          Read Data and Bit Flip Register 5
MC27_RDBFL6     0xF0062BAC          Read Data and Bit Flip Register 6
MC27_RDBFL7     0xF0062BAE          Read Data and Bit Flip Register 7
MC27_RDBFL8     0xF0062BB0          Read Data and Bit Flip Register 8
MC27_RDBFL9     0xF0062BB2          Read Data and Bit Flip Register 9
MC27_RDBFL10    0xF0062BB4          Read Data and Bit Flip Register 10
MC27_RDBFL11    0xF0062BB6          Read Data and Bit Flip Register 11
MC27_RDBFL12    0xF0062BB8          Read Data and Bit Flip Register 12
MC27_RDBFL13    0xF0062BBA          Read Data and Bit Flip Register 13
MC27_RDBFL14    0xF0062BBC          Read Data and Bit Flip Register 14
MC27_RDBFL15    0xF0062BBE          Read Data and Bit Flip Register 15
MC27_RDBFL16    0xF0062BC0          Read Data and Bit Flip Register 16
MC27_RDBFL17    0xF0062BC2          Read Data and Bit Flip Register 17
MC27_RDBFL18    0xF0062BC4          Read Data and Bit Flip Register 18
MC27_RDBFL19    0xF0062BC6          Read Data and Bit Flip Register 19
MC27_RDBFL20    0xF0062BC8          Read Data and Bit Flip Register 20
MC27_RDBFL21    0xF0062BCA          Read Data and Bit Flip Register 21
MC27_RDBFL22    0xF0062BCC          Read Data and Bit Flip Register 22
MC27_RDBFL23    0xF0062BCE          Read Data and Bit Flip Register 23
MC27_RDBFL24    0xF0062BD0          Read Data and Bit Flip Register 24
MC27_RDBFL25    0xF0062BD2          Read Data and Bit Flip Register 25
MC27_RDBFL26    0xF0062BD4          Read Data and Bit Flip Register 26
MC27_RDBFL27    0xF0062BD6          Read Data and Bit Flip Register 27
MC27_RDBFL28    0xF0062BD8          Read Data and Bit Flip Register 28
MC27_RDBFL29    0xF0062BDA          Read Data and Bit Flip Register 29
MC27_RDBFL30    0xF0062BDC          Read Data and Bit Flip Register 30
MC27_RDBFL31    0xF0062BDE          Read Data and Bit Flip Register 31
MC27_RDBFL32    0xF0062BE0          Read Data and Bit Flip Register 32
MC27_RDBFL33    0xF0062BE2          Read Data and Bit Flip Register 33
MC27_RDBFL34    0xF0062BE4          Read Data and Bit Flip Register 34
MC27_RDBFL35    0xF0062BE6          Read Data and Bit Flip Register 35
MC27_RDBFL36    0xF0062BE8          Read Data and Bit Flip Register 36
MC27_RDBFL37    0xF0062BEA          Read Data and Bit Flip Register 37
MC27_RDBFL38    0xF0062BEC          Read Data and Bit Flip Register 38
MC27_RDBFL39    0xF0062BEE          Read Data and Bit Flip Register 39
MC28_CONFIG0    0xF0062C00          Configuration Register 0
MC28_CONFIG1    0xF0062C02          Configuration Register 1
MC28_MCONTROL   0xF0062C04          MBIST Control Register
MC28_MSTATUS    0xF0062C06          Status Register
MC28_RANGE      0xF0062C08          Range Register, single address mode
MC28_REVID      0xF0062C0C          Revision ID Register
MC28_ECCS       0xF0062C0E          ECC Safety Register
MC28_ECCD       0xF0062C10          Memory ECC Detection Register
MC28_ETRR0      0xF0062C12          Error Tracking Register 0
MC28_ETRR1      0xF0062C14          Error Tracking Register 1
MC28_ETRR2      0xF0062C16          Error Tracking Register 2
MC28_ETRR3      0xF0062C18          Error Tracking Register 3
MC28_ETRR4      0xF0062C1A          Error Tracking Register 4
MC28_RDBFL0     0xF0062CA0          Read Data and Bit Flip Register 0
MC28_RDBFL1     0xF0062CA2          Read Data and Bit Flip Register 1
MC28_RDBFL2     0xF0062CA4          Read Data and Bit Flip Register 2
MC28_RDBFL3     0xF0062CA6          Read Data and Bit Flip Register 3
MC28_RDBFL4     0xF0062CA8          Read Data and Bit Flip Register 4
MC28_RDBFL5     0xF0062CAA          Read Data and Bit Flip Register 5
MC28_RDBFL6     0xF0062CAC          Read Data and Bit Flip Register 6
MC28_RDBFL7     0xF0062CAE          Read Data and Bit Flip Register 7
MC28_RDBFL8     0xF0062CB0          Read Data and Bit Flip Register 8
MC28_RDBFL9     0xF0062CB2          Read Data and Bit Flip Register 9
MC28_RDBFL10    0xF0062CB4          Read Data and Bit Flip Register 10
MC28_RDBFL11    0xF0062CB6          Read Data and Bit Flip Register 11
MC28_RDBFL12    0xF0062CB8          Read Data and Bit Flip Register 12
MC28_RDBFL13    0xF0062CBA          Read Data and Bit Flip Register 13
MC28_RDBFL14    0xF0062CBC          Read Data and Bit Flip Register 14
MC28_RDBFL15    0xF0062CBE          Read Data and Bit Flip Register 15
MC28_RDBFL16    0xF0062CC0          Read Data and Bit Flip Register 16
MC28_RDBFL17    0xF0062CC2          Read Data and Bit Flip Register 17
MC28_RDBFL18    0xF0062CC4          Read Data and Bit Flip Register 18
MC28_RDBFL19    0xF0062CC6          Read Data and Bit Flip Register 19
MC28_RDBFL20    0xF0062CC8          Read Data and Bit Flip Register 20
MC28_RDBFL21    0xF0062CCA          Read Data and Bit Flip Register 21
MC28_RDBFL22    0xF0062CCC          Read Data and Bit Flip Register 22
MC28_RDBFL23    0xF0062CCE          Read Data and Bit Flip Register 23
MC28_RDBFL24    0xF0062CD0          Read Data and Bit Flip Register 24
MC28_RDBFL25    0xF0062CD2          Read Data and Bit Flip Register 25
MC28_RDBFL26    0xF0062CD4          Read Data and Bit Flip Register 26
MC28_RDBFL27    0xF0062CD6          Read Data and Bit Flip Register 27
MC28_RDBFL28    0xF0062CD8          Read Data and Bit Flip Register 28
MC28_RDBFL29    0xF0062CDA          Read Data and Bit Flip Register 29
MC28_RDBFL30    0xF0062CDC          Read Data and Bit Flip Register 30
MC28_RDBFL31    0xF0062CDE          Read Data and Bit Flip Register 31
MC28_RDBFL32    0xF0062CE0          Read Data and Bit Flip Register 32
MC28_RDBFL33    0xF0062CE2          Read Data and Bit Flip Register 33
MC28_RDBFL34    0xF0062CE4          Read Data and Bit Flip Register 34
MC28_RDBFL35    0xF0062CE6          Read Data and Bit Flip Register 35
MC28_RDBFL36    0xF0062CE8          Read Data and Bit Flip Register 36
MC28_RDBFL37    0xF0062CEA          Read Data and Bit Flip Register 37
MC28_RDBFL38    0xF0062CEC          Read Data and Bit Flip Register 38
MC28_RDBFL39    0xF0062CEE          Read Data and Bit Flip Register 39
MC29_CONFIG0    0xF0062D00          Configuration Register 0
MC29_CONFIG1    0xF0062D02          Configuration Register 1
MC29_MCONTROL   0xF0062D04          MBIST Control Register
MC29_MSTATUS    0xF0062D06          Status Register
MC29_RANGE      0xF0062D08          Range Register, single address mode
MC29_REVID      0xF0062D0C          Revision ID Register
MC29_ECCS       0xF0062D0E          ECC Safety Register
MC29_ECCD       0xF0062D10          Memory ECC Detection Register
MC29_ETRR0      0xF0062D12          Error Tracking Register 0
MC29_ETRR1      0xF0062D14          Error Tracking Register 1
MC29_ETRR2      0xF0062D16          Error Tracking Register 2
MC29_ETRR3      0xF0062D18          Error Tracking Register 3
MC29_ETRR4      0xF0062D1A          Error Tracking Register 4
MC29_RDBFL0     0xF0062DA0          Read Data and Bit Flip Register 0
MC29_RDBFL1     0xF0062DA2          Read Data and Bit Flip Register 1
MC29_RDBFL2     0xF0062DA4          Read Data and Bit Flip Register 2
MC29_RDBFL3     0xF0062DA6          Read Data and Bit Flip Register 3
MC29_RDBFL4     0xF0062DA8          Read Data and Bit Flip Register 4
MC29_RDBFL5     0xF0062DAA          Read Data and Bit Flip Register 5
MC29_RDBFL6     0xF0062DAC          Read Data and Bit Flip Register 6
MC29_RDBFL7     0xF0062DAE          Read Data and Bit Flip Register 7
MC29_RDBFL8     0xF0062DB0          Read Data and Bit Flip Register 8
MC29_RDBFL9     0xF0062DB2          Read Data and Bit Flip Register 9
MC29_RDBFL10    0xF0062DB4          Read Data and Bit Flip Register 10
MC29_RDBFL11    0xF0062DB6          Read Data and Bit Flip Register 11
MC29_RDBFL12    0xF0062DB8          Read Data and Bit Flip Register 12
MC29_RDBFL13    0xF0062DBA          Read Data and Bit Flip Register 13
MC29_RDBFL14    0xF0062DBC          Read Data and Bit Flip Register 14
MC29_RDBFL15    0xF0062DBE          Read Data and Bit Flip Register 15
MC29_RDBFL16    0xF0062DC0          Read Data and Bit Flip Register 16
MC29_RDBFL17    0xF0062DC2          Read Data and Bit Flip Register 17
MC29_RDBFL18    0xF0062DC4          Read Data and Bit Flip Register 18
MC29_RDBFL19    0xF0062DC6          Read Data and Bit Flip Register 19
MC29_RDBFL20    0xF0062DC8          Read Data and Bit Flip Register 20
MC29_RDBFL21    0xF0062DCA          Read Data and Bit Flip Register 21
MC29_RDBFL22    0xF0062DCC          Read Data and Bit Flip Register 22
MC29_RDBFL23    0xF0062DCE          Read Data and Bit Flip Register 23
MC29_RDBFL24    0xF0062DD0          Read Data and Bit Flip Register 24
MC29_RDBFL25    0xF0062DD2          Read Data and Bit Flip Register 25
MC29_RDBFL26    0xF0062DD4          Read Data and Bit Flip Register 26
MC29_RDBFL27    0xF0062DD6          Read Data and Bit Flip Register 27
MC29_RDBFL28    0xF0062DD8          Read Data and Bit Flip Register 28
MC29_RDBFL29    0xF0062DDA          Read Data and Bit Flip Register 29
MC29_RDBFL30    0xF0062DDC          Read Data and Bit Flip Register 30
MC29_RDBFL31    0xF0062DDE          Read Data and Bit Flip Register 31
MC29_RDBFL32    0xF0062DE0          Read Data and Bit Flip Register 32
MC29_RDBFL33    0xF0062DE2          Read Data and Bit Flip Register 33
MC29_RDBFL34    0xF0062DE4          Read Data and Bit Flip Register 34
MC29_RDBFL35    0xF0062DE6          Read Data and Bit Flip Register 35
MC29_RDBFL36    0xF0062DE8          Read Data and Bit Flip Register 36
MC29_RDBFL37    0xF0062DEA          Read Data and Bit Flip Register 37
MC29_RDBFL38    0xF0062DEC          Read Data and Bit Flip Register 38
MC29_RDBFL39    0xF0062DEE          Read Data and Bit Flip Register 39
MC30_CONFIG0    0xF0062E00          Configuration Register 0
MC30_CONFIG1    0xF0062E02          Configuration Register 1
MC30_MCONTROL   0xF0062E04          MBIST Control Register
MC30_MSTATUS    0xF0062E06          Status Register
MC30_RANGE      0xF0062E08          Range Register, single address mode
MC30_REVID      0xF0062E0C          Revision ID Register
MC30_ECCS       0xF0062E0E          ECC Safety Register
MC30_ECCD       0xF0062E10          Memory ECC Detection Register
MC30_ETRR0      0xF0062E12          Error Tracking Register 0
MC30_ETRR1      0xF0062E14          Error Tracking Register 1
MC30_ETRR2      0xF0062E16          Error Tracking Register 2
MC30_ETRR3      0xF0062E18          Error Tracking Register 3
MC30_ETRR4      0xF0062E1A          Error Tracking Register 4
MC30_RDBFL0     0xF0062EA0          Read Data and Bit Flip Register 0
MC30_RDBFL1     0xF0062EA2          Read Data and Bit Flip Register 1
MC30_RDBFL2     0xF0062EA4          Read Data and Bit Flip Register 2
MC30_RDBFL3     0xF0062EA6          Read Data and Bit Flip Register 3
MC30_RDBFL4     0xF0062EA8          Read Data and Bit Flip Register 4
MC30_RDBFL5     0xF0062EAA          Read Data and Bit Flip Register 5
MC30_RDBFL6     0xF0062EAC          Read Data and Bit Flip Register 6
MC30_RDBFL7     0xF0062EAE          Read Data and Bit Flip Register 7
MC30_RDBFL8     0xF0062EB0          Read Data and Bit Flip Register 8
MC30_RDBFL9     0xF0062EB2          Read Data and Bit Flip Register 9
MC30_RDBFL10    0xF0062EB4          Read Data and Bit Flip Register 10
MC30_RDBFL11    0xF0062EB6          Read Data and Bit Flip Register 11
MC30_RDBFL12    0xF0062EB8          Read Data and Bit Flip Register 12
MC30_RDBFL13    0xF0062EBA          Read Data and Bit Flip Register 13
MC30_RDBFL14    0xF0062EBC          Read Data and Bit Flip Register 14
MC30_RDBFL15    0xF0062EBE          Read Data and Bit Flip Register 15
MC30_RDBFL16    0xF0062EC0          Read Data and Bit Flip Register 16
MC30_RDBFL17    0xF0062EC2          Read Data and Bit Flip Register 17
MC30_RDBFL18    0xF0062EC4          Read Data and Bit Flip Register 18
MC30_RDBFL19    0xF0062EC6          Read Data and Bit Flip Register 19
MC30_RDBFL20    0xF0062EC8          Read Data and Bit Flip Register 20
MC30_RDBFL21    0xF0062ECA          Read Data and Bit Flip Register 21
MC30_RDBFL22    0xF0062ECC          Read Data and Bit Flip Register 22
MC30_RDBFL23    0xF0062ECE          Read Data and Bit Flip Register 23
MC30_RDBFL24    0xF0062ED0          Read Data and Bit Flip Register 24
MC30_RDBFL25    0xF0062ED2          Read Data and Bit Flip Register 25
MC30_RDBFL26    0xF0062ED4          Read Data and Bit Flip Register 26
MC30_RDBFL27    0xF0062ED6          Read Data and Bit Flip Register 27
MC30_RDBFL28    0xF0062ED8          Read Data and Bit Flip Register 28
MC30_RDBFL29    0xF0062EDA          Read Data and Bit Flip Register 29
MC30_RDBFL30    0xF0062EDC          Read Data and Bit Flip Register 30
MC30_RDBFL31    0xF0062EDE          Read Data and Bit Flip Register 31
MC30_RDBFL32    0xF0062EE0          Read Data and Bit Flip Register 32
MC30_RDBFL33    0xF0062EE2          Read Data and Bit Flip Register 33
MC30_RDBFL34    0xF0062EE4          Read Data and Bit Flip Register 34
MC30_RDBFL35    0xF0062EE6          Read Data and Bit Flip Register 35
MC30_RDBFL36    0xF0062EE8          Read Data and Bit Flip Register 36
MC30_RDBFL37    0xF0062EEA          Read Data and Bit Flip Register 37
MC30_RDBFL38    0xF0062EEC          Read Data and Bit Flip Register 38
MC30_RDBFL39    0xF0062EEE          Read Data and Bit Flip Register 39
MC31_CONFIG0    0xF0062F00          Configuration Register 0
MC31_CONFIG1    0xF0062F02          Configuration Register 1
MC31_MCONTROL   0xF0062F04          MBIST Control Register
MC31_MSTATUS    0xF0062F06          Status Register
MC31_RANGE      0xF0062F08          Range Register, single address mode
MC31_REVID      0xF0062F0C          Revision ID Register
MC31_ECCS       0xF0062F0E          ECC Safety Register
MC31_ECCD       0xF0062F10          Memory ECC Detection Register
MC31_ETRR0      0xF0062F12          Error Tracking Register 0
MC31_ETRR1      0xF0062F14          Error Tracking Register 1
MC31_ETRR2      0xF0062F16          Error Tracking Register 2
MC31_ETRR3      0xF0062F18          Error Tracking Register 3
MC31_ETRR4      0xF0062F1A          Error Tracking Register 4
MC31_RDBFL0     0xF0062FA0          Read Data and Bit Flip Register 0
MC31_RDBFL1     0xF0062FA2          Read Data and Bit Flip Register 1
MC31_RDBFL2     0xF0062FA4          Read Data and Bit Flip Register 2
MC31_RDBFL3     0xF0062FA6          Read Data and Bit Flip Register 3
MC31_RDBFL4     0xF0062FA8          Read Data and Bit Flip Register 4
MC31_RDBFL5     0xF0062FAA          Read Data and Bit Flip Register 5
MC31_RDBFL6     0xF0062FAC          Read Data and Bit Flip Register 6
MC31_RDBFL7     0xF0062FAE          Read Data and Bit Flip Register 7
MC31_RDBFL8     0xF0062FB0          Read Data and Bit Flip Register 8
MC31_RDBFL9     0xF0062FB2          Read Data and Bit Flip Register 9
MC31_RDBFL10    0xF0062FB4          Read Data and Bit Flip Register 10
MC31_RDBFL11    0xF0062FB6          Read Data and Bit Flip Register 11
MC31_RDBFL12    0xF0062FB8          Read Data and Bit Flip Register 12
MC31_RDBFL13    0xF0062FBA          Read Data and Bit Flip Register 13
MC31_RDBFL14    0xF0062FBC          Read Data and Bit Flip Register 14
MC31_RDBFL15    0xF0062FBE          Read Data and Bit Flip Register 15
MC31_RDBFL16    0xF0062FC0          Read Data and Bit Flip Register 16
MC31_RDBFL17    0xF0062FC2          Read Data and Bit Flip Register 17
MC31_RDBFL18    0xF0062FC4          Read Data and Bit Flip Register 18
MC31_RDBFL19    0xF0062FC6          Read Data and Bit Flip Register 19
MC31_RDBFL20    0xF0062FC8          Read Data and Bit Flip Register 20
MC31_RDBFL21    0xF0062FCA          Read Data and Bit Flip Register 21
MC31_RDBFL22    0xF0062FCC          Read Data and Bit Flip Register 22
MC31_RDBFL23    0xF0062FCE          Read Data and Bit Flip Register 23
MC31_RDBFL24    0xF0062FD0          Read Data and Bit Flip Register 24
MC31_RDBFL25    0xF0062FD2          Read Data and Bit Flip Register 25
MC31_RDBFL26    0xF0062FD4          Read Data and Bit Flip Register 26
MC31_RDBFL27    0xF0062FD6          Read Data and Bit Flip Register 27
MC31_RDBFL28    0xF0062FD8          Read Data and Bit Flip Register 28
MC31_RDBFL29    0xF0062FDA          Read Data and Bit Flip Register 29
MC31_RDBFL30    0xF0062FDC          Read Data and Bit Flip Register 30
MC31_RDBFL31    0xF0062FDE          Read Data and Bit Flip Register 31
MC31_RDBFL32    0xF0062FE0          Read Data and Bit Flip Register 32
MC31_RDBFL33    0xF0062FE2          Read Data and Bit Flip Register 33
MC31_RDBFL34    0xF0062FE4          Read Data and Bit Flip Register 34
MC31_RDBFL35    0xF0062FE6          Read Data and Bit Flip Register 35
MC31_RDBFL36    0xF0062FE8          Read Data and Bit Flip Register 36
MC31_RDBFL37    0xF0062FEA          Read Data and Bit Flip Register 37
MC31_RDBFL38    0xF0062FEC          Read Data and Bit Flip Register 38
MC31_RDBFL39    0xF0062FEE          Read Data and Bit Flip Register 39
MC32_CONFIG0    0xF0063000          Configuration Register 0
MC32_CONFIG1    0xF0063002          Configuration Register 1
MC32_MCONTROL   0xF0063004          MBIST Control Register
MC32_MSTATUS    0xF0063006          Status Register
MC32_RANGE      0xF0063008          Range Register, single address mode
MC32_REVID      0xF006300C          Revision ID Register
MC32_ECCS       0xF006300E          ECC Safety Register
MC32_ECCD       0xF0063010          Memory ECC Detection Register
MC32_ETRR0      0xF0063012          Error Tracking Register 0
MC32_ETRR1      0xF0063014          Error Tracking Register 1
MC32_ETRR2      0xF0063016          Error Tracking Register 2
MC32_ETRR3      0xF0063018          Error Tracking Register 3
MC32_ETRR4      0xF006301A          Error Tracking Register 4
MC32_RDBFL0     0xF00630A0          Read Data and Bit Flip Register 0
MC32_RDBFL1     0xF00630A2          Read Data and Bit Flip Register 1
MC32_RDBFL2     0xF00630A4          Read Data and Bit Flip Register 2
MC32_RDBFL3     0xF00630A6          Read Data and Bit Flip Register 3
MC32_RDBFL4     0xF00630A8          Read Data and Bit Flip Register 4
MC32_RDBFL5     0xF00630AA          Read Data and Bit Flip Register 5
MC32_RDBFL6     0xF00630AC          Read Data and Bit Flip Register 6
MC32_RDBFL7     0xF00630AE          Read Data and Bit Flip Register 7
MC32_RDBFL8     0xF00630B0          Read Data and Bit Flip Register 8
MC32_RDBFL9     0xF00630B2          Read Data and Bit Flip Register 9
MC32_RDBFL10    0xF00630B4          Read Data and Bit Flip Register 10
MC32_RDBFL11    0xF00630B6          Read Data and Bit Flip Register 11
MC32_RDBFL12    0xF00630B8          Read Data and Bit Flip Register 12
MC32_RDBFL13    0xF00630BA          Read Data and Bit Flip Register 13
MC32_RDBFL14    0xF00630BC          Read Data and Bit Flip Register 14
MC32_RDBFL15    0xF00630BE          Read Data and Bit Flip Register 15
MC32_RDBFL16    0xF00630C0          Read Data and Bit Flip Register 16
MC32_RDBFL17    0xF00630C2          Read Data and Bit Flip Register 17
MC32_RDBFL18    0xF00630C4          Read Data and Bit Flip Register 18
MC32_RDBFL19    0xF00630C6          Read Data and Bit Flip Register 19
MC32_RDBFL20    0xF00630C8          Read Data and Bit Flip Register 20
MC32_RDBFL21    0xF00630CA          Read Data and Bit Flip Register 21
MC32_RDBFL22    0xF00630CC          Read Data and Bit Flip Register 22
MC32_RDBFL23    0xF00630CE          Read Data and Bit Flip Register 23
MC32_RDBFL24    0xF00630D0          Read Data and Bit Flip Register 24
MC32_RDBFL25    0xF00630D2          Read Data and Bit Flip Register 25
MC32_RDBFL26    0xF00630D4          Read Data and Bit Flip Register 26
MC32_RDBFL27    0xF00630D6          Read Data and Bit Flip Register 27
MC32_RDBFL28    0xF00630D8          Read Data and Bit Flip Register 28
MC32_RDBFL29    0xF00630DA          Read Data and Bit Flip Register 29
MC32_RDBFL30    0xF00630DC          Read Data and Bit Flip Register 30
MC32_RDBFL31    0xF00630DE          Read Data and Bit Flip Register 31
MC32_RDBFL32    0xF00630E0          Read Data and Bit Flip Register 32
MC32_RDBFL33    0xF00630E2          Read Data and Bit Flip Register 33
MC32_RDBFL34    0xF00630E4          Read Data and Bit Flip Register 34
MC32_RDBFL35    0xF00630E6          Read Data and Bit Flip Register 35
MC32_RDBFL36    0xF00630E8          Read Data and Bit Flip Register 36
MC32_RDBFL37    0xF00630EA          Read Data and Bit Flip Register 37
MC32_RDBFL38    0xF00630EC          Read Data and Bit Flip Register 38
MC32_RDBFL39    0xF00630EE          Read Data and Bit Flip Register 39
MC33_CONFIG0    0xF0063100          Configuration Register 0
MC33_CONFIG1    0xF0063102          Configuration Register 1
MC33_MCONTROL   0xF0063104          MBIST Control Register
MC33_MSTATUS    0xF0063106          Status Register
MC33_RANGE      0xF0063108          Range Register, single address mode
MC33_REVID      0xF006310C          Revision ID Register
MC33_ECCS       0xF006310E          ECC Safety Register
MC33_ECCD       0xF0063110          Memory ECC Detection Register
MC33_ETRR0      0xF0063112          Error Tracking Register 0
MC33_ETRR1      0xF0063114          Error Tracking Register 1
MC33_ETRR2      0xF0063116          Error Tracking Register 2
MC33_ETRR3      0xF0063118          Error Tracking Register 3
MC33_ETRR4      0xF006311A          Error Tracking Register 4
MC33_RDBFL0     0xF00631A0          Read Data and Bit Flip Register 0
MC33_RDBFL1     0xF00631A2          Read Data and Bit Flip Register 1
MC33_RDBFL2     0xF00631A4          Read Data and Bit Flip Register 2
MC33_RDBFL3     0xF00631A6          Read Data and Bit Flip Register 3
MC33_RDBFL4     0xF00631A8          Read Data and Bit Flip Register 4
MC33_RDBFL5     0xF00631AA          Read Data and Bit Flip Register 5
MC33_RDBFL6     0xF00631AC          Read Data and Bit Flip Register 6
MC33_RDBFL7     0xF00631AE          Read Data and Bit Flip Register 7
MC33_RDBFL8     0xF00631B0          Read Data and Bit Flip Register 8
MC33_RDBFL9     0xF00631B2          Read Data and Bit Flip Register 9
MC33_RDBFL10    0xF00631B4          Read Data and Bit Flip Register 10
MC33_RDBFL11    0xF00631B6          Read Data and Bit Flip Register 11
MC33_RDBFL12    0xF00631B8          Read Data and Bit Flip Register 12
MC33_RDBFL13    0xF00631BA          Read Data and Bit Flip Register 13
MC33_RDBFL14    0xF00631BC          Read Data and Bit Flip Register 14
MC33_RDBFL15    0xF00631BE          Read Data and Bit Flip Register 15
MC33_RDBFL16    0xF00631C0          Read Data and Bit Flip Register 16
MC33_RDBFL17    0xF00631C2          Read Data and Bit Flip Register 17
MC33_RDBFL18    0xF00631C4          Read Data and Bit Flip Register 18
MC33_RDBFL19    0xF00631C6          Read Data and Bit Flip Register 19
MC33_RDBFL20    0xF00631C8          Read Data and Bit Flip Register 20
MC33_RDBFL21    0xF00631CA          Read Data and Bit Flip Register 21
MC33_RDBFL22    0xF00631CC          Read Data and Bit Flip Register 22
MC33_RDBFL23    0xF00631CE          Read Data and Bit Flip Register 23
MC33_RDBFL24    0xF00631D0          Read Data and Bit Flip Register 24
MC33_RDBFL25    0xF00631D2          Read Data and Bit Flip Register 25
MC33_RDBFL26    0xF00631D4          Read Data and Bit Flip Register 26
MC33_RDBFL27    0xF00631D6          Read Data and Bit Flip Register 27
MC33_RDBFL28    0xF00631D8          Read Data and Bit Flip Register 28
MC33_RDBFL29    0xF00631DA          Read Data and Bit Flip Register 29
MC33_RDBFL30    0xF00631DC          Read Data and Bit Flip Register 30
MC33_RDBFL31    0xF00631DE          Read Data and Bit Flip Register 31
MC33_RDBFL32    0xF00631E0          Read Data and Bit Flip Register 32
MC33_RDBFL33    0xF00631E2          Read Data and Bit Flip Register 33
MC33_RDBFL34    0xF00631E4          Read Data and Bit Flip Register 34
MC33_RDBFL35    0xF00631E6          Read Data and Bit Flip Register 35
MC33_RDBFL36    0xF00631E8          Read Data and Bit Flip Register 36
MC33_RDBFL37    0xF00631EA          Read Data and Bit Flip Register 37
MC33_RDBFL38    0xF00631EC          Read Data and Bit Flip Register 38
MC33_RDBFL39    0xF00631EE          Read Data and Bit Flip Register 39
MC34_CONFIG0    0xF0063200          Configuration Register 0
MC34_CONFIG1    0xF0063202          Configuration Register 1
MC34_MCONTROL   0xF0063204          MBIST Control Register
MC34_MSTATUS    0xF0063206          Status Register
MC34_RANGE      0xF0063208          Range Register, single address mode
MC34_REVID      0xF006320C          Revision ID Register
MC34_ECCS       0xF006320E          ECC Safety Register
MC34_ECCD       0xF0063210          Memory ECC Detection Register
MC34_ETRR0      0xF0063212          Error Tracking Register 0
MC34_ETRR1      0xF0063214          Error Tracking Register 1
MC34_ETRR2      0xF0063216          Error Tracking Register 2
MC34_ETRR3      0xF0063218          Error Tracking Register 3
MC34_ETRR4      0xF006321A          Error Tracking Register 4
MC34_RDBFL0     0xF00632A0          Read Data and Bit Flip Register 0
MC34_RDBFL1     0xF00632A2          Read Data and Bit Flip Register 1
MC34_RDBFL2     0xF00632A4          Read Data and Bit Flip Register 2
MC34_RDBFL3     0xF00632A6          Read Data and Bit Flip Register 3
MC34_RDBFL4     0xF00632A8          Read Data and Bit Flip Register 4
MC34_RDBFL5     0xF00632AA          Read Data and Bit Flip Register 5
MC34_RDBFL6     0xF00632AC          Read Data and Bit Flip Register 6
MC34_RDBFL7     0xF00632AE          Read Data and Bit Flip Register 7
MC34_RDBFL8     0xF00632B0          Read Data and Bit Flip Register 8
MC34_RDBFL9     0xF00632B2          Read Data and Bit Flip Register 9
MC34_RDBFL10    0xF00632B4          Read Data and Bit Flip Register 10
MC34_RDBFL11    0xF00632B6          Read Data and Bit Flip Register 11
MC34_RDBFL12    0xF00632B8          Read Data and Bit Flip Register 12
MC34_RDBFL13    0xF00632BA          Read Data and Bit Flip Register 13
MC34_RDBFL14    0xF00632BC          Read Data and Bit Flip Register 14
MC34_RDBFL15    0xF00632BE          Read Data and Bit Flip Register 15
MC34_RDBFL16    0xF00632C0          Read Data and Bit Flip Register 16
MC34_RDBFL17    0xF00632C2          Read Data and Bit Flip Register 17
MC34_RDBFL18    0xF00632C4          Read Data and Bit Flip Register 18
MC34_RDBFL19    0xF00632C6          Read Data and Bit Flip Register 19
MC34_RDBFL20    0xF00632C8          Read Data and Bit Flip Register 20
MC34_RDBFL21    0xF00632CA          Read Data and Bit Flip Register 21
MC34_RDBFL22    0xF00632CC          Read Data and Bit Flip Register 22
MC34_RDBFL23    0xF00632CE          Read Data and Bit Flip Register 23
MC34_RDBFL24    0xF00632D0          Read Data and Bit Flip Register 24
MC34_RDBFL25    0xF00632D2          Read Data and Bit Flip Register 25
MC34_RDBFL26    0xF00632D4          Read Data and Bit Flip Register 26
MC34_RDBFL27    0xF00632D6          Read Data and Bit Flip Register 27
MC34_RDBFL28    0xF00632D8          Read Data and Bit Flip Register 28
MC34_RDBFL29    0xF00632DA          Read Data and Bit Flip Register 29
MC34_RDBFL30    0xF00632DC          Read Data and Bit Flip Register 30
MC34_RDBFL31    0xF00632DE          Read Data and Bit Flip Register 31
MC34_RDBFL32    0xF00632E0          Read Data and Bit Flip Register 32
MC34_RDBFL33    0xF00632E2          Read Data and Bit Flip Register 33
MC34_RDBFL34    0xF00632E4          Read Data and Bit Flip Register 34
MC34_RDBFL35    0xF00632E6          Read Data and Bit Flip Register 35
MC34_RDBFL36    0xF00632E8          Read Data and Bit Flip Register 36
MC34_RDBFL37    0xF00632EA          Read Data and Bit Flip Register 37
MC34_RDBFL38    0xF00632EC          Read Data and Bit Flip Register 38
MC34_RDBFL39    0xF00632EE          Read Data and Bit Flip Register 39
MC35_CONFIG0    0xF0063300          Configuration Register 0
MC35_CONFIG1    0xF0063302          Configuration Register 1
MC35_MCONTROL   0xF0063304          MBIST Control Register
MC35_MSTATUS    0xF0063306          Status Register
MC35_RANGE      0xF0063308          Range Register, single address mode
MC35_REVID      0xF006330C          Revision ID Register
MC35_ECCS       0xF006330E          ECC Safety Register
MC35_ECCD       0xF0063310          Memory ECC Detection Register
MC35_ETRR0      0xF0063312          Error Tracking Register 0
MC35_ETRR1      0xF0063314          Error Tracking Register 1
MC35_ETRR2      0xF0063316          Error Tracking Register 2
MC35_ETRR3      0xF0063318          Error Tracking Register 3
MC35_ETRR4      0xF006331A          Error Tracking Register 4
MC35_RDBFL0     0xF00633A0          Read Data and Bit Flip Register 0
MC35_RDBFL1     0xF00633A2          Read Data and Bit Flip Register 1
MC35_RDBFL2     0xF00633A4          Read Data and Bit Flip Register 2
MC35_RDBFL3     0xF00633A6          Read Data and Bit Flip Register 3
MC35_RDBFL4     0xF00633A8          Read Data and Bit Flip Register 4
MC35_RDBFL5     0xF00633AA          Read Data and Bit Flip Register 5
MC35_RDBFL6     0xF00633AC          Read Data and Bit Flip Register 6
MC35_RDBFL7     0xF00633AE          Read Data and Bit Flip Register 7
MC35_RDBFL8     0xF00633B0          Read Data and Bit Flip Register 8
MC35_RDBFL9     0xF00633B2          Read Data and Bit Flip Register 9
MC35_RDBFL10    0xF00633B4          Read Data and Bit Flip Register 10
MC35_RDBFL11    0xF00633B6          Read Data and Bit Flip Register 11
MC35_RDBFL12    0xF00633B8          Read Data and Bit Flip Register 12
MC35_RDBFL13    0xF00633BA          Read Data and Bit Flip Register 13
MC35_RDBFL14    0xF00633BC          Read Data and Bit Flip Register 14
MC35_RDBFL15    0xF00633BE          Read Data and Bit Flip Register 15
MC35_RDBFL16    0xF00633C0          Read Data and Bit Flip Register 16
MC35_RDBFL17    0xF00633C2          Read Data and Bit Flip Register 17
MC35_RDBFL18    0xF00633C4          Read Data and Bit Flip Register 18
MC35_RDBFL19    0xF00633C6          Read Data and Bit Flip Register 19
MC35_RDBFL20    0xF00633C8          Read Data and Bit Flip Register 20
MC35_RDBFL21    0xF00633CA          Read Data and Bit Flip Register 21
MC35_RDBFL22    0xF00633CC          Read Data and Bit Flip Register 22
MC35_RDBFL23    0xF00633CE          Read Data and Bit Flip Register 23
MC35_RDBFL24    0xF00633D0          Read Data and Bit Flip Register 24
MC35_RDBFL25    0xF00633D2          Read Data and Bit Flip Register 25
MC35_RDBFL26    0xF00633D4          Read Data and Bit Flip Register 26
MC35_RDBFL27    0xF00633D6          Read Data and Bit Flip Register 27
MC35_RDBFL28    0xF00633D8          Read Data and Bit Flip Register 28
MC35_RDBFL29    0xF00633DA          Read Data and Bit Flip Register 29
MC35_RDBFL30    0xF00633DC          Read Data and Bit Flip Register 30
MC35_RDBFL31    0xF00633DE          Read Data and Bit Flip Register 31
MC35_RDBFL32    0xF00633E0          Read Data and Bit Flip Register 32
MC35_RDBFL33    0xF00633E2          Read Data and Bit Flip Register 33
MC35_RDBFL34    0xF00633E4          Read Data and Bit Flip Register 34
MC35_RDBFL35    0xF00633E6          Read Data and Bit Flip Register 35
MC35_RDBFL36    0xF00633E8          Read Data and Bit Flip Register 36
MC35_RDBFL37    0xF00633EA          Read Data and Bit Flip Register 37
MC35_RDBFL38    0xF00633EC          Read Data and Bit Flip Register 38
MC35_RDBFL39    0xF00633EE          Read Data and Bit Flip Register 39
MC36_CONFIG0    0xF0063400          Configuration Register 0
MC36_CONFIG1    0xF0063402          Configuration Register 1
MC36_MCONTROL   0xF0063404          MBIST Control Register
MC36_MSTATUS    0xF0063406          Status Register
MC36_RANGE      0xF0063408          Range Register, single address mode
MC36_REVID      0xF006340C          Revision ID Register
MC36_ECCS       0xF006340E          ECC Safety Register
MC36_ECCD       0xF0063410          Memory ECC Detection Register
MC36_ETRR0      0xF0063412          Error Tracking Register 0
MC36_ETRR1      0xF0063414          Error Tracking Register 1
MC36_ETRR2      0xF0063416          Error Tracking Register 2
MC36_ETRR3      0xF0063418          Error Tracking Register 3
MC36_ETRR4      0xF006341A          Error Tracking Register 4
MC36_RDBFL0     0xF00634A0          Read Data and Bit Flip Register 0
MC36_RDBFL1     0xF00634A2          Read Data and Bit Flip Register 1
MC36_RDBFL2     0xF00634A4          Read Data and Bit Flip Register 2
MC36_RDBFL3     0xF00634A6          Read Data and Bit Flip Register 3
MC36_RDBFL4     0xF00634A8          Read Data and Bit Flip Register 4
MC36_RDBFL5     0xF00634AA          Read Data and Bit Flip Register 5
MC36_RDBFL6     0xF00634AC          Read Data and Bit Flip Register 6
MC36_RDBFL7     0xF00634AE          Read Data and Bit Flip Register 7
MC36_RDBFL8     0xF00634B0          Read Data and Bit Flip Register 8
MC36_RDBFL9     0xF00634B2          Read Data and Bit Flip Register 9
MC36_RDBFL10    0xF00634B4          Read Data and Bit Flip Register 10
MC36_RDBFL11    0xF00634B6          Read Data and Bit Flip Register 11
MC36_RDBFL12    0xF00634B8          Read Data and Bit Flip Register 12
MC36_RDBFL13    0xF00634BA          Read Data and Bit Flip Register 13
MC36_RDBFL14    0xF00634BC          Read Data and Bit Flip Register 14
MC36_RDBFL15    0xF00634BE          Read Data and Bit Flip Register 15
MC36_RDBFL16    0xF00634C0          Read Data and Bit Flip Register 16
MC36_RDBFL17    0xF00634C2          Read Data and Bit Flip Register 17
MC36_RDBFL18    0xF00634C4          Read Data and Bit Flip Register 18
MC36_RDBFL19    0xF00634C6          Read Data and Bit Flip Register 19
MC36_RDBFL20    0xF00634C8          Read Data and Bit Flip Register 20
MC36_RDBFL21    0xF00634CA          Read Data and Bit Flip Register 21
MC36_RDBFL22    0xF00634CC          Read Data and Bit Flip Register 22
MC36_RDBFL23    0xF00634CE          Read Data and Bit Flip Register 23
MC36_RDBFL24    0xF00634D0          Read Data and Bit Flip Register 24
MC36_RDBFL25    0xF00634D2          Read Data and Bit Flip Register 25
MC36_RDBFL26    0xF00634D4          Read Data and Bit Flip Register 26
MC36_RDBFL27    0xF00634D6          Read Data and Bit Flip Register 27
MC36_RDBFL28    0xF00634D8          Read Data and Bit Flip Register 28
MC36_RDBFL29    0xF00634DA          Read Data and Bit Flip Register 29
MC36_RDBFL30    0xF00634DC          Read Data and Bit Flip Register 30
MC36_RDBFL31    0xF00634DE          Read Data and Bit Flip Register 31
MC36_RDBFL32    0xF00634E0          Read Data and Bit Flip Register 32
MC36_RDBFL33    0xF00634E2          Read Data and Bit Flip Register 33
MC36_RDBFL34    0xF00634E4          Read Data and Bit Flip Register 34
MC36_RDBFL35    0xF00634E6          Read Data and Bit Flip Register 35
MC36_RDBFL36    0xF00634E8          Read Data and Bit Flip Register 36
MC36_RDBFL37    0xF00634EA          Read Data and Bit Flip Register 37
MC36_RDBFL38    0xF00634EC          Read Data and Bit Flip Register 38
MC36_RDBFL39    0xF00634EE          Read Data and Bit Flip Register 39
MC37_CONFIG0    0xF0063500          Configuration Register 0
MC37_CONFIG1    0xF0063502          Configuration Register 1
MC37_MCONTROL   0xF0063504          MBIST Control Register
MC37_MSTATUS    0xF0063506          Status Register
MC37_RANGE      0xF0063508          Range Register, single address mode
MC37_REVID      0xF006350C          Revision ID Register
MC37_ECCS       0xF006350E          ECC Safety Register
MC37_ECCD       0xF0063510          Memory ECC Detection Register
MC37_ETRR0      0xF0063512          Error Tracking Register 0
MC37_ETRR1      0xF0063514          Error Tracking Register 1
MC37_ETRR2      0xF0063516          Error Tracking Register 2
MC37_ETRR3      0xF0063518          Error Tracking Register 3
MC37_ETRR4      0xF006351A          Error Tracking Register 4
MC37_RDBFL0     0xF00635A0          Read Data and Bit Flip Register 0
MC37_RDBFL1     0xF00635A2          Read Data and Bit Flip Register 1
MC37_RDBFL2     0xF00635A4          Read Data and Bit Flip Register 2
MC37_RDBFL3     0xF00635A6          Read Data and Bit Flip Register 3
MC37_RDBFL4     0xF00635A8          Read Data and Bit Flip Register 4
MC37_RDBFL5     0xF00635AA          Read Data and Bit Flip Register 5
MC37_RDBFL6     0xF00635AC          Read Data and Bit Flip Register 6
MC37_RDBFL7     0xF00635AE          Read Data and Bit Flip Register 7
MC37_RDBFL8     0xF00635B0          Read Data and Bit Flip Register 8
MC37_RDBFL9     0xF00635B2          Read Data and Bit Flip Register 9
MC37_RDBFL10    0xF00635B4          Read Data and Bit Flip Register 10
MC37_RDBFL11    0xF00635B6          Read Data and Bit Flip Register 11
MC37_RDBFL12    0xF00635B8          Read Data and Bit Flip Register 12
MC37_RDBFL13    0xF00635BA          Read Data and Bit Flip Register 13
MC37_RDBFL14    0xF00635BC          Read Data and Bit Flip Register 14
MC37_RDBFL15    0xF00635BE          Read Data and Bit Flip Register 15
MC37_RDBFL16    0xF00635C0          Read Data and Bit Flip Register 16
MC37_RDBFL17    0xF00635C2          Read Data and Bit Flip Register 17
MC37_RDBFL18    0xF00635C4          Read Data and Bit Flip Register 18
MC37_RDBFL19    0xF00635C6          Read Data and Bit Flip Register 19
MC37_RDBFL20    0xF00635C8          Read Data and Bit Flip Register 20
MC37_RDBFL21    0xF00635CA          Read Data and Bit Flip Register 21
MC37_RDBFL22    0xF00635CC          Read Data and Bit Flip Register 22
MC37_RDBFL23    0xF00635CE          Read Data and Bit Flip Register 23
MC37_RDBFL24    0xF00635D0          Read Data and Bit Flip Register 24
MC37_RDBFL25    0xF00635D2          Read Data and Bit Flip Register 25
MC37_RDBFL26    0xF00635D4          Read Data and Bit Flip Register 26
MC37_RDBFL27    0xF00635D6          Read Data and Bit Flip Register 27
MC37_RDBFL28    0xF00635D8          Read Data and Bit Flip Register 28
MC37_RDBFL29    0xF00635DA          Read Data and Bit Flip Register 29
MC37_RDBFL30    0xF00635DC          Read Data and Bit Flip Register 30
MC37_RDBFL31    0xF00635DE          Read Data and Bit Flip Register 31
MC37_RDBFL32    0xF00635E0          Read Data and Bit Flip Register 32
MC37_RDBFL33    0xF00635E2          Read Data and Bit Flip Register 33
MC37_RDBFL34    0xF00635E4          Read Data and Bit Flip Register 34
MC37_RDBFL35    0xF00635E6          Read Data and Bit Flip Register 35
MC37_RDBFL36    0xF00635E8          Read Data and Bit Flip Register 36
MC37_RDBFL37    0xF00635EA          Read Data and Bit Flip Register 37
MC37_RDBFL38    0xF00635EC          Read Data and Bit Flip Register 38
MC37_RDBFL39    0xF00635EE          Read Data and Bit Flip Register 39
MC38_CONFIG0    0xF0063600          Configuration Register 0
MC38_CONFIG1    0xF0063602          Configuration Register 1
MC38_MCONTROL   0xF0063604          MBIST Control Register
MC38_MSTATUS    0xF0063606          Status Register
MC38_RANGE      0xF0063608          Range Register, single address mode
MC38_REVID      0xF006360C          Revision ID Register
MC38_ECCS       0xF006360E          ECC Safety Register
MC38_ECCD       0xF0063610          Memory ECC Detection Register
MC38_ETRR0      0xF0063612          Error Tracking Register 0
MC38_ETRR1      0xF0063614          Error Tracking Register 1
MC38_ETRR2      0xF0063616          Error Tracking Register 2
MC38_ETRR3      0xF0063618          Error Tracking Register 3
MC38_ETRR4      0xF006361A          Error Tracking Register 4
MC38_RDBFL0     0xF00636A0          Read Data and Bit Flip Register 0
MC38_RDBFL1     0xF00636A2          Read Data and Bit Flip Register 1
MC38_RDBFL2     0xF00636A4          Read Data and Bit Flip Register 2
MC38_RDBFL3     0xF00636A6          Read Data and Bit Flip Register 3
MC38_RDBFL4     0xF00636A8          Read Data and Bit Flip Register 4
MC38_RDBFL5     0xF00636AA          Read Data and Bit Flip Register 5
MC38_RDBFL6     0xF00636AC          Read Data and Bit Flip Register 6
MC38_RDBFL7     0xF00636AE          Read Data and Bit Flip Register 7
MC38_RDBFL8     0xF00636B0          Read Data and Bit Flip Register 8
MC38_RDBFL9     0xF00636B2          Read Data and Bit Flip Register 9
MC38_RDBFL10    0xF00636B4          Read Data and Bit Flip Register 10
MC38_RDBFL11    0xF00636B6          Read Data and Bit Flip Register 11
MC38_RDBFL12    0xF00636B8          Read Data and Bit Flip Register 12
MC38_RDBFL13    0xF00636BA          Read Data and Bit Flip Register 13
MC38_RDBFL14    0xF00636BC          Read Data and Bit Flip Register 14
MC38_RDBFL15    0xF00636BE          Read Data and Bit Flip Register 15
MC38_RDBFL16    0xF00636C0          Read Data and Bit Flip Register 16
MC38_RDBFL17    0xF00636C2          Read Data and Bit Flip Register 17
MC38_RDBFL18    0xF00636C4          Read Data and Bit Flip Register 18
MC38_RDBFL19    0xF00636C6          Read Data and Bit Flip Register 19
MC38_RDBFL20    0xF00636C8          Read Data and Bit Flip Register 20
MC38_RDBFL21    0xF00636CA          Read Data and Bit Flip Register 21
MC38_RDBFL22    0xF00636CC          Read Data and Bit Flip Register 22
MC38_RDBFL23    0xF00636CE          Read Data and Bit Flip Register 23
MC38_RDBFL24    0xF00636D0          Read Data and Bit Flip Register 24
MC38_RDBFL25    0xF00636D2          Read Data and Bit Flip Register 25
MC38_RDBFL26    0xF00636D4          Read Data and Bit Flip Register 26
MC38_RDBFL27    0xF00636D6          Read Data and Bit Flip Register 27
MC38_RDBFL28    0xF00636D8          Read Data and Bit Flip Register 28
MC38_RDBFL29    0xF00636DA          Read Data and Bit Flip Register 29
MC38_RDBFL30    0xF00636DC          Read Data and Bit Flip Register 30
MC38_RDBFL31    0xF00636DE          Read Data and Bit Flip Register 31
MC38_RDBFL32    0xF00636E0          Read Data and Bit Flip Register 32
MC38_RDBFL33    0xF00636E2          Read Data and Bit Flip Register 33
MC38_RDBFL34    0xF00636E4          Read Data and Bit Flip Register 34
MC38_RDBFL35    0xF00636E6          Read Data and Bit Flip Register 35
MC38_RDBFL36    0xF00636E8          Read Data and Bit Flip Register 36
MC38_RDBFL37    0xF00636EA          Read Data and Bit Flip Register 37
MC38_RDBFL38    0xF00636EC          Read Data and Bit Flip Register 38
MC38_RDBFL39    0xF00636EE          Read Data and Bit Flip Register 39
MC39_CONFIG0    0xF0063700          Configuration Register 0
MC39_CONFIG1    0xF0063702          Configuration Register 1
MC39_MCONTROL   0xF0063704          MBIST Control Register
MC39_MSTATUS    0xF0063706          Status Register
MC39_RANGE      0xF0063708          Range Register, single address mode
MC39_REVID      0xF006370C          Revision ID Register
MC39_ECCS       0xF006370E          ECC Safety Register
MC39_ECCD       0xF0063710          Memory ECC Detection Register
MC39_ETRR0      0xF0063712          Error Tracking Register 0
MC39_ETRR1      0xF0063714          Error Tracking Register 1
MC39_ETRR2      0xF0063716          Error Tracking Register 2
MC39_ETRR3      0xF0063718          Error Tracking Register 3
MC39_ETRR4      0xF006371A          Error Tracking Register 4
MC39_RDBFL0     0xF00637A0          Read Data and Bit Flip Register 0
MC39_RDBFL1     0xF00637A2          Read Data and Bit Flip Register 1
MC39_RDBFL2     0xF00637A4          Read Data and Bit Flip Register 2
MC39_RDBFL3     0xF00637A6          Read Data and Bit Flip Register 3
MC39_RDBFL4     0xF00637A8          Read Data and Bit Flip Register 4
MC39_RDBFL5     0xF00637AA          Read Data and Bit Flip Register 5
MC39_RDBFL6     0xF00637AC          Read Data and Bit Flip Register 6
MC39_RDBFL7     0xF00637AE          Read Data and Bit Flip Register 7
MC39_RDBFL8     0xF00637B0          Read Data and Bit Flip Register 8
MC39_RDBFL9     0xF00637B2          Read Data and Bit Flip Register 9
MC39_RDBFL10    0xF00637B4          Read Data and Bit Flip Register 10
MC39_RDBFL11    0xF00637B6          Read Data and Bit Flip Register 11
MC39_RDBFL12    0xF00637B8          Read Data and Bit Flip Register 12
MC39_RDBFL13    0xF00637BA          Read Data and Bit Flip Register 13
MC39_RDBFL14    0xF00637BC          Read Data and Bit Flip Register 14
MC39_RDBFL15    0xF00637BE          Read Data and Bit Flip Register 15
MC39_RDBFL16    0xF00637C0          Read Data and Bit Flip Register 16
MC39_RDBFL17    0xF00637C2          Read Data and Bit Flip Register 17
MC39_RDBFL18    0xF00637C4          Read Data and Bit Flip Register 18
MC39_RDBFL19    0xF00637C6          Read Data and Bit Flip Register 19
MC39_RDBFL20    0xF00637C8          Read Data and Bit Flip Register 20
MC39_RDBFL21    0xF00637CA          Read Data and Bit Flip Register 21
MC39_RDBFL22    0xF00637CC          Read Data and Bit Flip Register 22
MC39_RDBFL23    0xF00637CE          Read Data and Bit Flip Register 23
MC39_RDBFL24    0xF00637D0          Read Data and Bit Flip Register 24
MC39_RDBFL25    0xF00637D2          Read Data and Bit Flip Register 25
MC39_RDBFL26    0xF00637D4          Read Data and Bit Flip Register 26
MC39_RDBFL27    0xF00637D6          Read Data and Bit Flip Register 27
MC39_RDBFL28    0xF00637D8          Read Data and Bit Flip Register 28
MC39_RDBFL29    0xF00637DA          Read Data and Bit Flip Register 29
MC39_RDBFL30    0xF00637DC          Read Data and Bit Flip Register 30
MC39_RDBFL31    0xF00637DE          Read Data and Bit Flip Register 31
MC39_RDBFL32    0xF00637E0          Read Data and Bit Flip Register 32
MC39_RDBFL33    0xF00637E2          Read Data and Bit Flip Register 33
MC39_RDBFL34    0xF00637E4          Read Data and Bit Flip Register 34
MC39_RDBFL35    0xF00637E6          Read Data and Bit Flip Register 35
MC39_RDBFL36    0xF00637E8          Read Data and Bit Flip Register 36
MC39_RDBFL37    0xF00637EA          Read Data and Bit Flip Register 37
MC39_RDBFL38    0xF00637EC          Read Data and Bit Flip Register 38
MC39_RDBFL39    0xF00637EE          Read Data and Bit Flip Register 39
MC40_CONFIG0    0xF0063800          Configuration Register 0
MC40_CONFIG1    0xF0063802          Configuration Register 1
MC40_MCONTROL   0xF0063804          MBIST Control Register
MC40_MSTATUS    0xF0063806          Status Register
MC40_RANGE      0xF0063808          Range Register, single address mode
MC40_REVID      0xF006380C          Revision ID Register
MC40_ECCS       0xF006380E          ECC Safety Register
MC40_ECCD       0xF0063810          Memory ECC Detection Register
MC40_ETRR0      0xF0063812          Error Tracking Register 0
MC40_ETRR1      0xF0063814          Error Tracking Register 1
MC40_ETRR2      0xF0063816          Error Tracking Register 2
MC40_ETRR3      0xF0063818          Error Tracking Register 3
MC40_ETRR4      0xF006381A          Error Tracking Register 4
MC40_RDBFL0     0xF00638A0          Read Data and Bit Flip Register 0
MC40_RDBFL1     0xF00638A2          Read Data and Bit Flip Register 1
MC40_RDBFL2     0xF00638A4          Read Data and Bit Flip Register 2
MC40_RDBFL3     0xF00638A6          Read Data and Bit Flip Register 3
MC40_RDBFL4     0xF00638A8          Read Data and Bit Flip Register 4
MC40_RDBFL5     0xF00638AA          Read Data and Bit Flip Register 5
MC40_RDBFL6     0xF00638AC          Read Data and Bit Flip Register 6
MC40_RDBFL7     0xF00638AE          Read Data and Bit Flip Register 7
MC40_RDBFL8     0xF00638B0          Read Data and Bit Flip Register 8
MC40_RDBFL9     0xF00638B2          Read Data and Bit Flip Register 9
MC40_RDBFL10    0xF00638B4          Read Data and Bit Flip Register 10
MC40_RDBFL11    0xF00638B6          Read Data and Bit Flip Register 11
MC40_RDBFL12    0xF00638B8          Read Data and Bit Flip Register 12
MC40_RDBFL13    0xF00638BA          Read Data and Bit Flip Register 13
MC40_RDBFL14    0xF00638BC          Read Data and Bit Flip Register 14
MC40_RDBFL15    0xF00638BE          Read Data and Bit Flip Register 15
MC40_RDBFL16    0xF00638C0          Read Data and Bit Flip Register 16
MC40_RDBFL17    0xF00638C2          Read Data and Bit Flip Register 17
MC40_RDBFL18    0xF00638C4          Read Data and Bit Flip Register 18
MC40_RDBFL19    0xF00638C6          Read Data and Bit Flip Register 19
MC40_RDBFL20    0xF00638C8          Read Data and Bit Flip Register 20
MC40_RDBFL21    0xF00638CA          Read Data and Bit Flip Register 21
MC40_RDBFL22    0xF00638CC          Read Data and Bit Flip Register 22
MC40_RDBFL23    0xF00638CE          Read Data and Bit Flip Register 23
MC40_RDBFL24    0xF00638D0          Read Data and Bit Flip Register 24
MC40_RDBFL25    0xF00638D2          Read Data and Bit Flip Register 25
MC40_RDBFL26    0xF00638D4          Read Data and Bit Flip Register 26
MC40_RDBFL27    0xF00638D6          Read Data and Bit Flip Register 27
MC40_RDBFL28    0xF00638D8          Read Data and Bit Flip Register 28
MC40_RDBFL29    0xF00638DA          Read Data and Bit Flip Register 29
MC40_RDBFL30    0xF00638DC          Read Data and Bit Flip Register 30
MC40_RDBFL31    0xF00638DE          Read Data and Bit Flip Register 31
MC40_RDBFL32    0xF00638E0          Read Data and Bit Flip Register 32
MC40_RDBFL33    0xF00638E2          Read Data and Bit Flip Register 33
MC40_RDBFL34    0xF00638E4          Read Data and Bit Flip Register 34
MC40_RDBFL35    0xF00638E6          Read Data and Bit Flip Register 35
MC40_RDBFL36    0xF00638E8          Read Data and Bit Flip Register 36
MC40_RDBFL37    0xF00638EA          Read Data and Bit Flip Register 37
MC40_RDBFL38    0xF00638EC          Read Data and Bit Flip Register 38
MC40_RDBFL39    0xF00638EE          Read Data and Bit Flip Register 39
MC41_CONFIG0    0xF0063900          Configuration Register 0
MC41_CONFIG1    0xF0063902          Configuration Register 1
MC41_MCONTROL   0xF0063904          MBIST Control Register
MC41_MSTATUS    0xF0063906          Status Register
MC41_RANGE      0xF0063908          Range Register, single address mode
MC41_REVID      0xF006390C          Revision ID Register
MC41_ECCS       0xF006390E          ECC Safety Register
MC41_ECCD       0xF0063910          Memory ECC Detection Register
MC41_ETRR0      0xF0063912          Error Tracking Register 0
MC41_ETRR1      0xF0063914          Error Tracking Register 1
MC41_ETRR2      0xF0063916          Error Tracking Register 2
MC41_ETRR3      0xF0063918          Error Tracking Register 3
MC41_ETRR4      0xF006391A          Error Tracking Register 4
MC41_RDBFL0     0xF00639A0          Read Data and Bit Flip Register 0
MC41_RDBFL1     0xF00639A2          Read Data and Bit Flip Register 1
MC41_RDBFL2     0xF00639A4          Read Data and Bit Flip Register 2
MC41_RDBFL3     0xF00639A6          Read Data and Bit Flip Register 3
MC41_RDBFL4     0xF00639A8          Read Data and Bit Flip Register 4
MC41_RDBFL5     0xF00639AA          Read Data and Bit Flip Register 5
MC41_RDBFL6     0xF00639AC          Read Data and Bit Flip Register 6
MC41_RDBFL7     0xF00639AE          Read Data and Bit Flip Register 7
MC41_RDBFL8     0xF00639B0          Read Data and Bit Flip Register 8
MC41_RDBFL9     0xF00639B2          Read Data and Bit Flip Register 9
MC41_RDBFL10    0xF00639B4          Read Data and Bit Flip Register 10
MC41_RDBFL11    0xF00639B6          Read Data and Bit Flip Register 11
MC41_RDBFL12    0xF00639B8          Read Data and Bit Flip Register 12
MC41_RDBFL13    0xF00639BA          Read Data and Bit Flip Register 13
MC41_RDBFL14    0xF00639BC          Read Data and Bit Flip Register 14
MC41_RDBFL15    0xF00639BE          Read Data and Bit Flip Register 15
MC41_RDBFL16    0xF00639C0          Read Data and Bit Flip Register 16
MC41_RDBFL17    0xF00639C2          Read Data and Bit Flip Register 17
MC41_RDBFL18    0xF00639C4          Read Data and Bit Flip Register 18
MC41_RDBFL19    0xF00639C6          Read Data and Bit Flip Register 19
MC41_RDBFL20    0xF00639C8          Read Data and Bit Flip Register 20
MC41_RDBFL21    0xF00639CA          Read Data and Bit Flip Register 21
MC41_RDBFL22    0xF00639CC          Read Data and Bit Flip Register 22
MC41_RDBFL23    0xF00639CE          Read Data and Bit Flip Register 23
MC41_RDBFL24    0xF00639D0          Read Data and Bit Flip Register 24
MC41_RDBFL25    0xF00639D2          Read Data and Bit Flip Register 25
MC41_RDBFL26    0xF00639D4          Read Data and Bit Flip Register 26
MC41_RDBFL27    0xF00639D6          Read Data and Bit Flip Register 27
MC41_RDBFL28    0xF00639D8          Read Data and Bit Flip Register 28
MC41_RDBFL29    0xF00639DA          Read Data and Bit Flip Register 29
MC41_RDBFL30    0xF00639DC          Read Data and Bit Flip Register 30
MC41_RDBFL31    0xF00639DE          Read Data and Bit Flip Register 31
MC41_RDBFL32    0xF00639E0          Read Data and Bit Flip Register 32
MC41_RDBFL33    0xF00639E2          Read Data and Bit Flip Register 33
MC41_RDBFL34    0xF00639E4          Read Data and Bit Flip Register 34
MC41_RDBFL35    0xF00639E6          Read Data and Bit Flip Register 35
MC41_RDBFL36    0xF00639E8          Read Data and Bit Flip Register 36
MC41_RDBFL37    0xF00639EA          Read Data and Bit Flip Register 37
MC41_RDBFL38    0xF00639EC          Read Data and Bit Flip Register 38
MC41_RDBFL39    0xF00639EE          Read Data and Bit Flip Register 39
MC42_CONFIG0    0xF0063A00          Configuration Register 0
MC42_CONFIG1    0xF0063A02          Configuration Register 1
MC42_MCONTROL   0xF0063A04          MBIST Control Register
MC42_MSTATUS    0xF0063A06          Status Register
MC42_RANGE      0xF0063A08          Range Register, single address mode
MC42_REVID      0xF0063A0C          Revision ID Register
MC42_ECCS       0xF0063A0E          ECC Safety Register
MC42_ECCD       0xF0063A10          Memory ECC Detection Register
MC42_ETRR0      0xF0063A12          Error Tracking Register 0
MC42_ETRR1      0xF0063A14          Error Tracking Register 1
MC42_ETRR2      0xF0063A16          Error Tracking Register 2
MC42_ETRR3      0xF0063A18          Error Tracking Register 3
MC42_ETRR4      0xF0063A1A          Error Tracking Register 4
MC42_RDBFL0     0xF0063AA0          Read Data and Bit Flip Register 0
MC42_RDBFL1     0xF0063AA2          Read Data and Bit Flip Register 1
MC42_RDBFL2     0xF0063AA4          Read Data and Bit Flip Register 2
MC42_RDBFL3     0xF0063AA6          Read Data and Bit Flip Register 3
MC42_RDBFL4     0xF0063AA8          Read Data and Bit Flip Register 4
MC42_RDBFL5     0xF0063AAA          Read Data and Bit Flip Register 5
MC42_RDBFL6     0xF0063AAC          Read Data and Bit Flip Register 6
MC42_RDBFL7     0xF0063AAE          Read Data and Bit Flip Register 7
MC42_RDBFL8     0xF0063AB0          Read Data and Bit Flip Register 8
MC42_RDBFL9     0xF0063AB2          Read Data and Bit Flip Register 9
MC42_RDBFL10    0xF0063AB4          Read Data and Bit Flip Register 10
MC42_RDBFL11    0xF0063AB6          Read Data and Bit Flip Register 11
MC42_RDBFL12    0xF0063AB8          Read Data and Bit Flip Register 12
MC42_RDBFL13    0xF0063ABA          Read Data and Bit Flip Register 13
MC42_RDBFL14    0xF0063ABC          Read Data and Bit Flip Register 14
MC42_RDBFL15    0xF0063ABE          Read Data and Bit Flip Register 15
MC42_RDBFL16    0xF0063AC0          Read Data and Bit Flip Register 16
MC42_RDBFL17    0xF0063AC2          Read Data and Bit Flip Register 17
MC42_RDBFL18    0xF0063AC4          Read Data and Bit Flip Register 18
MC42_RDBFL19    0xF0063AC6          Read Data and Bit Flip Register 19
MC42_RDBFL20    0xF0063AC8          Read Data and Bit Flip Register 20
MC42_RDBFL21    0xF0063ACA          Read Data and Bit Flip Register 21
MC42_RDBFL22    0xF0063ACC          Read Data and Bit Flip Register 22
MC42_RDBFL23    0xF0063ACE          Read Data and Bit Flip Register 23
MC42_RDBFL24    0xF0063AD0          Read Data and Bit Flip Register 24
MC42_RDBFL25    0xF0063AD2          Read Data and Bit Flip Register 25
MC42_RDBFL26    0xF0063AD4          Read Data and Bit Flip Register 26
MC42_RDBFL27    0xF0063AD6          Read Data and Bit Flip Register 27
MC42_RDBFL28    0xF0063AD8          Read Data and Bit Flip Register 28
MC42_RDBFL29    0xF0063ADA          Read Data and Bit Flip Register 29
MC42_RDBFL30    0xF0063ADC          Read Data and Bit Flip Register 30
MC42_RDBFL31    0xF0063ADE          Read Data and Bit Flip Register 31
MC42_RDBFL32    0xF0063AE0          Read Data and Bit Flip Register 32
MC42_RDBFL33    0xF0063AE2          Read Data and Bit Flip Register 33
MC42_RDBFL34    0xF0063AE4          Read Data and Bit Flip Register 34
MC42_RDBFL35    0xF0063AE6          Read Data and Bit Flip Register 35
MC42_RDBFL36    0xF0063AE8          Read Data and Bit Flip Register 36
MC42_RDBFL37    0xF0063AEA          Read Data and Bit Flip Register 37
MC42_RDBFL38    0xF0063AEC          Read Data and Bit Flip Register 38
MC42_RDBFL39    0xF0063AEE          Read Data and Bit Flip Register 39
MC43_CONFIG0    0xF0063B00          Configuration Register 0
MC43_CONFIG1    0xF0063B02          Configuration Register 1
MC43_MCONTROL   0xF0063B04          MBIST Control Register
MC43_MSTATUS    0xF0063B06          Status Register
MC43_RANGE      0xF0063B08          Range Register, single address mode
MC43_REVID      0xF0063B0C          Revision ID Register
MC43_ECCS       0xF0063B0E          ECC Safety Register
MC43_ECCD       0xF0063B10          Memory ECC Detection Register
MC43_ETRR0      0xF0063B12          Error Tracking Register 0
MC43_ETRR1      0xF0063B14          Error Tracking Register 1
MC43_ETRR2      0xF0063B16          Error Tracking Register 2
MC43_ETRR3      0xF0063B18          Error Tracking Register 3
MC43_ETRR4      0xF0063B1A          Error Tracking Register 4
MC43_RDBFL0     0xF0063BA0          Read Data and Bit Flip Register 0
MC43_RDBFL1     0xF0063BA2          Read Data and Bit Flip Register 1
MC43_RDBFL2     0xF0063BA4          Read Data and Bit Flip Register 2
MC43_RDBFL3     0xF0063BA6          Read Data and Bit Flip Register 3
MC43_RDBFL4     0xF0063BA8          Read Data and Bit Flip Register 4
MC43_RDBFL5     0xF0063BAA          Read Data and Bit Flip Register 5
MC43_RDBFL6     0xF0063BAC          Read Data and Bit Flip Register 6
MC43_RDBFL7     0xF0063BAE          Read Data and Bit Flip Register 7
MC43_RDBFL8     0xF0063BB0          Read Data and Bit Flip Register 8
MC43_RDBFL9     0xF0063BB2          Read Data and Bit Flip Register 9
MC43_RDBFL10    0xF0063BB4          Read Data and Bit Flip Register 10
MC43_RDBFL11    0xF0063BB6          Read Data and Bit Flip Register 11
MC43_RDBFL12    0xF0063BB8          Read Data and Bit Flip Register 12
MC43_RDBFL13    0xF0063BBA          Read Data and Bit Flip Register 13
MC43_RDBFL14    0xF0063BBC          Read Data and Bit Flip Register 14
MC43_RDBFL15    0xF0063BBE          Read Data and Bit Flip Register 15
MC43_RDBFL16    0xF0063BC0          Read Data and Bit Flip Register 16
MC43_RDBFL17    0xF0063BC2          Read Data and Bit Flip Register 17
MC43_RDBFL18    0xF0063BC4          Read Data and Bit Flip Register 18
MC43_RDBFL19    0xF0063BC6          Read Data and Bit Flip Register 19
MC43_RDBFL20    0xF0063BC8          Read Data and Bit Flip Register 20
MC43_RDBFL21    0xF0063BCA          Read Data and Bit Flip Register 21
MC43_RDBFL22    0xF0063BCC          Read Data and Bit Flip Register 22
MC43_RDBFL23    0xF0063BCE          Read Data and Bit Flip Register 23
MC43_RDBFL24    0xF0063BD0          Read Data and Bit Flip Register 24
MC43_RDBFL25    0xF0063BD2          Read Data and Bit Flip Register 25
MC43_RDBFL26    0xF0063BD4          Read Data and Bit Flip Register 26
MC43_RDBFL27    0xF0063BD6          Read Data and Bit Flip Register 27
MC43_RDBFL28    0xF0063BD8          Read Data and Bit Flip Register 28
MC43_RDBFL29    0xF0063BDA          Read Data and Bit Flip Register 29
MC43_RDBFL30    0xF0063BDC          Read Data and Bit Flip Register 30
MC43_RDBFL31    0xF0063BDE          Read Data and Bit Flip Register 31
MC43_RDBFL32    0xF0063BE0          Read Data and Bit Flip Register 32
MC43_RDBFL33    0xF0063BE2          Read Data and Bit Flip Register 33
MC43_RDBFL34    0xF0063BE4          Read Data and Bit Flip Register 34
MC43_RDBFL35    0xF0063BE6          Read Data and Bit Flip Register 35
MC43_RDBFL36    0xF0063BE8          Read Data and Bit Flip Register 36
MC43_RDBFL37    0xF0063BEA          Read Data and Bit Flip Register 37
MC43_RDBFL38    0xF0063BEC          Read Data and Bit Flip Register 38
MC43_RDBFL39    0xF0063BEE          Read Data and Bit Flip Register 39
MC44_CONFIG0    0xF0063C00          Configuration Register 0
MC44_CONFIG1    0xF0063C02          Configuration Register 1
MC44_MCONTROL   0xF0063C04          MBIST Control Register
MC44_MSTATUS    0xF0063C06          Status Register
MC44_RANGE      0xF0063C08          Range Register, single address mode
MC44_REVID      0xF0063C0C          Revision ID Register
MC44_ECCS       0xF0063C0E          ECC Safety Register
MC44_ECCD       0xF0063C10          Memory ECC Detection Register
MC44_ETRR0      0xF0063C12          Error Tracking Register 0
MC44_ETRR1      0xF0063C14          Error Tracking Register 1
MC44_ETRR2      0xF0063C16          Error Tracking Register 2
MC44_ETRR3      0xF0063C18          Error Tracking Register 3
MC44_ETRR4      0xF0063C1A          Error Tracking Register 4
MC44_RDBFL0     0xF0063CA0          Read Data and Bit Flip Register 0
MC44_RDBFL1     0xF0063CA2          Read Data and Bit Flip Register 1
MC44_RDBFL2     0xF0063CA4          Read Data and Bit Flip Register 2
MC44_RDBFL3     0xF0063CA6          Read Data and Bit Flip Register 3
MC44_RDBFL4     0xF0063CA8          Read Data and Bit Flip Register 4
MC44_RDBFL5     0xF0063CAA          Read Data and Bit Flip Register 5
MC44_RDBFL6     0xF0063CAC          Read Data and Bit Flip Register 6
MC44_RDBFL7     0xF0063CAE          Read Data and Bit Flip Register 7
MC44_RDBFL8     0xF0063CB0          Read Data and Bit Flip Register 8
MC44_RDBFL9     0xF0063CB2          Read Data and Bit Flip Register 9
MC44_RDBFL10    0xF0063CB4          Read Data and Bit Flip Register 10
MC44_RDBFL11    0xF0063CB6          Read Data and Bit Flip Register 11
MC44_RDBFL12    0xF0063CB8          Read Data and Bit Flip Register 12
MC44_RDBFL13    0xF0063CBA          Read Data and Bit Flip Register 13
MC44_RDBFL14    0xF0063CBC          Read Data and Bit Flip Register 14
MC44_RDBFL15    0xF0063CBE          Read Data and Bit Flip Register 15
MC44_RDBFL16    0xF0063CC0          Read Data and Bit Flip Register 16
MC44_RDBFL17    0xF0063CC2          Read Data and Bit Flip Register 17
MC44_RDBFL18    0xF0063CC4          Read Data and Bit Flip Register 18
MC44_RDBFL19    0xF0063CC6          Read Data and Bit Flip Register 19
MC44_RDBFL20    0xF0063CC8          Read Data and Bit Flip Register 20
MC44_RDBFL21    0xF0063CCA          Read Data and Bit Flip Register 21
MC44_RDBFL22    0xF0063CCC          Read Data and Bit Flip Register 22
MC44_RDBFL23    0xF0063CCE          Read Data and Bit Flip Register 23
MC44_RDBFL24    0xF0063CD0          Read Data and Bit Flip Register 24
MC44_RDBFL25    0xF0063CD2          Read Data and Bit Flip Register 25
MC44_RDBFL26    0xF0063CD4          Read Data and Bit Flip Register 26
MC44_RDBFL27    0xF0063CD6          Read Data and Bit Flip Register 27
MC44_RDBFL28    0xF0063CD8          Read Data and Bit Flip Register 28
MC44_RDBFL29    0xF0063CDA          Read Data and Bit Flip Register 29
MC44_RDBFL30    0xF0063CDC          Read Data and Bit Flip Register 30
MC44_RDBFL31    0xF0063CDE          Read Data and Bit Flip Register 31
MC44_RDBFL32    0xF0063CE0          Read Data and Bit Flip Register 32
MC44_RDBFL33    0xF0063CE2          Read Data and Bit Flip Register 33
MC44_RDBFL34    0xF0063CE4          Read Data and Bit Flip Register 34
MC44_RDBFL35    0xF0063CE6          Read Data and Bit Flip Register 35
MC44_RDBFL36    0xF0063CE8          Read Data and Bit Flip Register 36
MC44_RDBFL37    0xF0063CEA          Read Data and Bit Flip Register 37
MC44_RDBFL38    0xF0063CEC          Read Data and Bit Flip Register 38
MC44_RDBFL39    0xF0063CEE          Read Data and Bit Flip Register 39
MC45_CONFIG0    0xF0063D00          Configuration Register 0
MC45_CONFIG1    0xF0063D02          Configuration Register 1
MC45_MCONTROL   0xF0063D04          MBIST Control Register
MC45_MSTATUS    0xF0063D06          Status Register
MC45_RANGE      0xF0063D08          Range Register, single address mode
MC45_REVID      0xF0063D0C          Revision ID Register
MC45_ECCS       0xF0063D0E          ECC Safety Register
MC45_ECCD       0xF0063D10          Memory ECC Detection Register
MC45_ETRR0      0xF0063D12          Error Tracking Register 0
MC45_ETRR1      0xF0063D14          Error Tracking Register 1
MC45_ETRR2      0xF0063D16          Error Tracking Register 2
MC45_ETRR3      0xF0063D18          Error Tracking Register 3
MC45_ETRR4      0xF0063D1A          Error Tracking Register 4
MC45_RDBFL0     0xF0063DA0          Read Data and Bit Flip Register 0
MC45_RDBFL1     0xF0063DA2          Read Data and Bit Flip Register 1
MC45_RDBFL2     0xF0063DA4          Read Data and Bit Flip Register 2
MC45_RDBFL3     0xF0063DA6          Read Data and Bit Flip Register 3
MC45_RDBFL4     0xF0063DA8          Read Data and Bit Flip Register 4
MC45_RDBFL5     0xF0063DAA          Read Data and Bit Flip Register 5
MC45_RDBFL6     0xF0063DAC          Read Data and Bit Flip Register 6
MC45_RDBFL7     0xF0063DAE          Read Data and Bit Flip Register 7
MC45_RDBFL8     0xF0063DB0          Read Data and Bit Flip Register 8
MC45_RDBFL9     0xF0063DB2          Read Data and Bit Flip Register 9
MC45_RDBFL10    0xF0063DB4          Read Data and Bit Flip Register 10
MC45_RDBFL11    0xF0063DB6          Read Data and Bit Flip Register 11
MC45_RDBFL12    0xF0063DB8          Read Data and Bit Flip Register 12
MC45_RDBFL13    0xF0063DBA          Read Data and Bit Flip Register 13
MC45_RDBFL14    0xF0063DBC          Read Data and Bit Flip Register 14
MC45_RDBFL15    0xF0063DBE          Read Data and Bit Flip Register 15
MC45_RDBFL16    0xF0063DC0          Read Data and Bit Flip Register 16
MC45_RDBFL17    0xF0063DC2          Read Data and Bit Flip Register 17
MC45_RDBFL18    0xF0063DC4          Read Data and Bit Flip Register 18
MC45_RDBFL19    0xF0063DC6          Read Data and Bit Flip Register 19
MC45_RDBFL20    0xF0063DC8          Read Data and Bit Flip Register 20
MC45_RDBFL21    0xF0063DCA          Read Data and Bit Flip Register 21
MC45_RDBFL22    0xF0063DCC          Read Data and Bit Flip Register 22
MC45_RDBFL23    0xF0063DCE          Read Data and Bit Flip Register 23
MC45_RDBFL24    0xF0063DD0          Read Data and Bit Flip Register 24
MC45_RDBFL25    0xF0063DD2          Read Data and Bit Flip Register 25
MC45_RDBFL26    0xF0063DD4          Read Data and Bit Flip Register 26
MC45_RDBFL27    0xF0063DD6          Read Data and Bit Flip Register 27
MC45_RDBFL28    0xF0063DD8          Read Data and Bit Flip Register 28
MC45_RDBFL29    0xF0063DDA          Read Data and Bit Flip Register 29
MC45_RDBFL30    0xF0063DDC          Read Data and Bit Flip Register 30
MC45_RDBFL31    0xF0063DDE          Read Data and Bit Flip Register 31
MC45_RDBFL32    0xF0063DE0          Read Data and Bit Flip Register 32
MC45_RDBFL33    0xF0063DE2          Read Data and Bit Flip Register 33
MC45_RDBFL34    0xF0063DE4          Read Data and Bit Flip Register 34
MC45_RDBFL35    0xF0063DE6          Read Data and Bit Flip Register 35
MC45_RDBFL36    0xF0063DE8          Read Data and Bit Flip Register 36
MC45_RDBFL37    0xF0063DEA          Read Data and Bit Flip Register 37
MC45_RDBFL38    0xF0063DEC          Read Data and Bit Flip Register 38
MC45_RDBFL39    0xF0063DEE          Read Data and Bit Flip Register 39
MC46_CONFIG0    0xF0063E00          Configuration Register 0
MC46_CONFIG1    0xF0063E02          Configuration Register 1
MC46_MCONTROL   0xF0063E04          MBIST Control Register
MC46_MSTATUS    0xF0063E06          Status Register
MC46_RANGE      0xF0063E08          Range Register, single address mode
MC46_REVID      0xF0063E0C          Revision ID Register
MC46_ECCS       0xF0063E0E          ECC Safety Register
MC46_ECCD       0xF0063E10          Memory ECC Detection Register
MC46_ETRR0      0xF0063E12          Error Tracking Register 0
MC46_ETRR1      0xF0063E14          Error Tracking Register 1
MC46_ETRR2      0xF0063E16          Error Tracking Register 2
MC46_ETRR3      0xF0063E18          Error Tracking Register 3
MC46_ETRR4      0xF0063E1A          Error Tracking Register 4
MC46_RDBFL0     0xF0063EA0          Read Data and Bit Flip Register 0
MC46_RDBFL1     0xF0063EA2          Read Data and Bit Flip Register 1
MC46_RDBFL2     0xF0063EA4          Read Data and Bit Flip Register 2
MC46_RDBFL3     0xF0063EA6          Read Data and Bit Flip Register 3
MC46_RDBFL4     0xF0063EA8          Read Data and Bit Flip Register 4
MC46_RDBFL5     0xF0063EAA          Read Data and Bit Flip Register 5
MC46_RDBFL6     0xF0063EAC          Read Data and Bit Flip Register 6
MC46_RDBFL7     0xF0063EAE          Read Data and Bit Flip Register 7
MC46_RDBFL8     0xF0063EB0          Read Data and Bit Flip Register 8
MC46_RDBFL9     0xF0063EB2          Read Data and Bit Flip Register 9
MC46_RDBFL10    0xF0063EB4          Read Data and Bit Flip Register 10
MC46_RDBFL11    0xF0063EB6          Read Data and Bit Flip Register 11
MC46_RDBFL12    0xF0063EB8          Read Data and Bit Flip Register 12
MC46_RDBFL13    0xF0063EBA          Read Data and Bit Flip Register 13
MC46_RDBFL14    0xF0063EBC          Read Data and Bit Flip Register 14
MC46_RDBFL15    0xF0063EBE          Read Data and Bit Flip Register 15
MC46_RDBFL16    0xF0063EC0          Read Data and Bit Flip Register 16
MC46_RDBFL17    0xF0063EC2          Read Data and Bit Flip Register 17
MC46_RDBFL18    0xF0063EC4          Read Data and Bit Flip Register 18
MC46_RDBFL19    0xF0063EC6          Read Data and Bit Flip Register 19
MC46_RDBFL20    0xF0063EC8          Read Data and Bit Flip Register 20
MC46_RDBFL21    0xF0063ECA          Read Data and Bit Flip Register 21
MC46_RDBFL22    0xF0063ECC          Read Data and Bit Flip Register 22
MC46_RDBFL23    0xF0063ECE          Read Data and Bit Flip Register 23
MC46_RDBFL24    0xF0063ED0          Read Data and Bit Flip Register 24
MC46_RDBFL25    0xF0063ED2          Read Data and Bit Flip Register 25
MC46_RDBFL26    0xF0063ED4          Read Data and Bit Flip Register 26
MC46_RDBFL27    0xF0063ED6          Read Data and Bit Flip Register 27
MC46_RDBFL28    0xF0063ED8          Read Data and Bit Flip Register 28
MC46_RDBFL29    0xF0063EDA          Read Data and Bit Flip Register 29
MC46_RDBFL30    0xF0063EDC          Read Data and Bit Flip Register 30
MC46_RDBFL31    0xF0063EDE          Read Data and Bit Flip Register 31
MC46_RDBFL32    0xF0063EE0          Read Data and Bit Flip Register 32
MC46_RDBFL33    0xF0063EE2          Read Data and Bit Flip Register 33
MC46_RDBFL34    0xF0063EE4          Read Data and Bit Flip Register 34
MC46_RDBFL35    0xF0063EE6          Read Data and Bit Flip Register 35
MC46_RDBFL36    0xF0063EE8          Read Data and Bit Flip Register 36
MC46_RDBFL37    0xF0063EEA          Read Data and Bit Flip Register 37
MC46_RDBFL38    0xF0063EEC          Read Data and Bit Flip Register 38
MC46_RDBFL39    0xF0063EEE          Read Data and Bit Flip Register 39
MC47_CONFIG0    0xF0063F00          Configuration Register 0
MC47_CONFIG1    0xF0063F02          Configuration Register 1
MC47_MCONTROL   0xF0063F04          MBIST Control Register
MC47_MSTATUS    0xF0063F06          Status Register
MC47_RANGE      0xF0063F08          Range Register, single address mode
MC47_REVID      0xF0063F0C          Revision ID Register
MC47_ECCS       0xF0063F0E          ECC Safety Register
MC47_ECCD       0xF0063F10          Memory ECC Detection Register
MC47_ETRR0      0xF0063F12          Error Tracking Register 0
MC47_ETRR1      0xF0063F14          Error Tracking Register 1
MC47_ETRR2      0xF0063F16          Error Tracking Register 2
MC47_ETRR3      0xF0063F18          Error Tracking Register 3
MC47_ETRR4      0xF0063F1A          Error Tracking Register 4
MC47_RDBFL0     0xF0063FA0          Read Data and Bit Flip Register 0
MC47_RDBFL1     0xF0063FA2          Read Data and Bit Flip Register 1
MC47_RDBFL2     0xF0063FA4          Read Data and Bit Flip Register 2
MC47_RDBFL3     0xF0063FA6          Read Data and Bit Flip Register 3
MC47_RDBFL4     0xF0063FA8          Read Data and Bit Flip Register 4
MC47_RDBFL5     0xF0063FAA          Read Data and Bit Flip Register 5
MC47_RDBFL6     0xF0063FAC          Read Data and Bit Flip Register 6
MC47_RDBFL7     0xF0063FAE          Read Data and Bit Flip Register 7
MC47_RDBFL8     0xF0063FB0          Read Data and Bit Flip Register 8
MC47_RDBFL9     0xF0063FB2          Read Data and Bit Flip Register 9
MC47_RDBFL10    0xF0063FB4          Read Data and Bit Flip Register 10
MC47_RDBFL11    0xF0063FB6          Read Data and Bit Flip Register 11
MC47_RDBFL12    0xF0063FB8          Read Data and Bit Flip Register 12
MC47_RDBFL13    0xF0063FBA          Read Data and Bit Flip Register 13
MC47_RDBFL14    0xF0063FBC          Read Data and Bit Flip Register 14
MC47_RDBFL15    0xF0063FBE          Read Data and Bit Flip Register 15
MC47_RDBFL16    0xF0063FC0          Read Data and Bit Flip Register 16
MC47_RDBFL17    0xF0063FC2          Read Data and Bit Flip Register 17
MC47_RDBFL18    0xF0063FC4          Read Data and Bit Flip Register 18
MC47_RDBFL19    0xF0063FC6          Read Data and Bit Flip Register 19
MC47_RDBFL20    0xF0063FC8          Read Data and Bit Flip Register 20
MC47_RDBFL21    0xF0063FCA          Read Data and Bit Flip Register 21
MC47_RDBFL22    0xF0063FCC          Read Data and Bit Flip Register 22
MC47_RDBFL23    0xF0063FCE          Read Data and Bit Flip Register 23
MC47_RDBFL24    0xF0063FD0          Read Data and Bit Flip Register 24
MC47_RDBFL25    0xF0063FD2          Read Data and Bit Flip Register 25
MC47_RDBFL26    0xF0063FD4          Read Data and Bit Flip Register 26
MC47_RDBFL27    0xF0063FD6          Read Data and Bit Flip Register 27
MC47_RDBFL28    0xF0063FD8          Read Data and Bit Flip Register 28
MC47_RDBFL29    0xF0063FDA          Read Data and Bit Flip Register 29
MC47_RDBFL30    0xF0063FDC          Read Data and Bit Flip Register 30
MC47_RDBFL31    0xF0063FDE          Read Data and Bit Flip Register 31
MC47_RDBFL32    0xF0063FE0          Read Data and Bit Flip Register 32
MC47_RDBFL33    0xF0063FE2          Read Data and Bit Flip Register 33
MC47_RDBFL34    0xF0063FE4          Read Data and Bit Flip Register 34
MC47_RDBFL35    0xF0063FE6          Read Data and Bit Flip Register 35
MC47_RDBFL36    0xF0063FE8          Read Data and Bit Flip Register 36
MC47_RDBFL37    0xF0063FEA          Read Data and Bit Flip Register 37
MC47_RDBFL38    0xF0063FEC          Read Data and Bit Flip Register 38
MC47_RDBFL39    0xF0063FEE          Read Data and Bit Flip Register 39
MC48_CONFIG0    0xF0064000          Configuration Register 0
MC48_CONFIG1    0xF0064002          Configuration Register 1
MC48_MCONTROL   0xF0064004          MBIST Control Register
MC48_MSTATUS    0xF0064006          Status Register
MC48_RANGE      0xF0064008          Range Register, single address mode
MC48_REVID      0xF006400C          Revision ID Register
MC48_ECCS       0xF006400E          ECC Safety Register
MC48_ECCD       0xF0064010          Memory ECC Detection Register
MC48_ETRR0      0xF0064012          Error Tracking Register 0
MC48_ETRR1      0xF0064014          Error Tracking Register 1
MC48_ETRR2      0xF0064016          Error Tracking Register 2
MC48_ETRR3      0xF0064018          Error Tracking Register 3
MC48_ETRR4      0xF006401A          Error Tracking Register 4
MC48_RDBFL0     0xF00640A0          Read Data and Bit Flip Register 0
MC48_RDBFL1     0xF00640A2          Read Data and Bit Flip Register 1
MC48_RDBFL2     0xF00640A4          Read Data and Bit Flip Register 2
MC48_RDBFL3     0xF00640A6          Read Data and Bit Flip Register 3
MC48_RDBFL4     0xF00640A8          Read Data and Bit Flip Register 4
MC48_RDBFL5     0xF00640AA          Read Data and Bit Flip Register 5
MC48_RDBFL6     0xF00640AC          Read Data and Bit Flip Register 6
MC48_RDBFL7     0xF00640AE          Read Data and Bit Flip Register 7
MC48_RDBFL8     0xF00640B0          Read Data and Bit Flip Register 8
MC48_RDBFL9     0xF00640B2          Read Data and Bit Flip Register 9
MC48_RDBFL10    0xF00640B4          Read Data and Bit Flip Register 10
MC48_RDBFL11    0xF00640B6          Read Data and Bit Flip Register 11
MC48_RDBFL12    0xF00640B8          Read Data and Bit Flip Register 12
MC48_RDBFL13    0xF00640BA          Read Data and Bit Flip Register 13
MC48_RDBFL14    0xF00640BC          Read Data and Bit Flip Register 14
MC48_RDBFL15    0xF00640BE          Read Data and Bit Flip Register 15
MC48_RDBFL16    0xF00640C0          Read Data and Bit Flip Register 16
MC48_RDBFL17    0xF00640C2          Read Data and Bit Flip Register 17
MC48_RDBFL18    0xF00640C4          Read Data and Bit Flip Register 18
MC48_RDBFL19    0xF00640C6          Read Data and Bit Flip Register 19
MC48_RDBFL20    0xF00640C8          Read Data and Bit Flip Register 20
MC48_RDBFL21    0xF00640CA          Read Data and Bit Flip Register 21
MC48_RDBFL22    0xF00640CC          Read Data and Bit Flip Register 22
MC48_RDBFL23    0xF00640CE          Read Data and Bit Flip Register 23
MC48_RDBFL24    0xF00640D0          Read Data and Bit Flip Register 24
MC48_RDBFL25    0xF00640D2          Read Data and Bit Flip Register 25
MC48_RDBFL26    0xF00640D4          Read Data and Bit Flip Register 26
MC48_RDBFL27    0xF00640D6          Read Data and Bit Flip Register 27
MC48_RDBFL28    0xF00640D8          Read Data and Bit Flip Register 28
MC48_RDBFL29    0xF00640DA          Read Data and Bit Flip Register 29
MC48_RDBFL30    0xF00640DC          Read Data and Bit Flip Register 30
MC48_RDBFL31    0xF00640DE          Read Data and Bit Flip Register 31
MC48_RDBFL32    0xF00640E0          Read Data and Bit Flip Register 32
MC48_RDBFL33    0xF00640E2          Read Data and Bit Flip Register 33
MC48_RDBFL34    0xF00640E4          Read Data and Bit Flip Register 34
MC48_RDBFL35    0xF00640E6          Read Data and Bit Flip Register 35
MC48_RDBFL36    0xF00640E8          Read Data and Bit Flip Register 36
MC48_RDBFL37    0xF00640EA          Read Data and Bit Flip Register 37
MC48_RDBFL38    0xF00640EC          Read Data and Bit Flip Register 38
MC48_RDBFL39    0xF00640EE          Read Data and Bit Flip Register 39
MC49_CONFIG0    0xF0064100          Configuration Register 0
MC49_CONFIG1    0xF0064102          Configuration Register 1
MC49_MCONTROL   0xF0064104          MBIST Control Register
MC49_MSTATUS    0xF0064106          Status Register
MC49_RANGE      0xF0064108          Range Register, single address mode
MC49_REVID      0xF006410C          Revision ID Register
MC49_ECCS       0xF006410E          ECC Safety Register
MC49_ECCD       0xF0064110          Memory ECC Detection Register
MC49_ETRR0      0xF0064112          Error Tracking Register 0
MC49_ETRR1      0xF0064114          Error Tracking Register 1
MC49_ETRR2      0xF0064116          Error Tracking Register 2
MC49_ETRR3      0xF0064118          Error Tracking Register 3
MC49_ETRR4      0xF006411A          Error Tracking Register 4
MC49_RDBFL0     0xF00641A0          Read Data and Bit Flip Register 0
MC49_RDBFL1     0xF00641A2          Read Data and Bit Flip Register 1
MC49_RDBFL2     0xF00641A4          Read Data and Bit Flip Register 2
MC49_RDBFL3     0xF00641A6          Read Data and Bit Flip Register 3
MC49_RDBFL4     0xF00641A8          Read Data and Bit Flip Register 4
MC49_RDBFL5     0xF00641AA          Read Data and Bit Flip Register 5
MC49_RDBFL6     0xF00641AC          Read Data and Bit Flip Register 6
MC49_RDBFL7     0xF00641AE          Read Data and Bit Flip Register 7
MC49_RDBFL8     0xF00641B0          Read Data and Bit Flip Register 8
MC49_RDBFL9     0xF00641B2          Read Data and Bit Flip Register 9
MC49_RDBFL10    0xF00641B4          Read Data and Bit Flip Register 10
MC49_RDBFL11    0xF00641B6          Read Data and Bit Flip Register 11
MC49_RDBFL12    0xF00641B8          Read Data and Bit Flip Register 12
MC49_RDBFL13    0xF00641BA          Read Data and Bit Flip Register 13
MC49_RDBFL14    0xF00641BC          Read Data and Bit Flip Register 14
MC49_RDBFL15    0xF00641BE          Read Data and Bit Flip Register 15
MC49_RDBFL16    0xF00641C0          Read Data and Bit Flip Register 16
MC49_RDBFL17    0xF00641C2          Read Data and Bit Flip Register 17
MC49_RDBFL18    0xF00641C4          Read Data and Bit Flip Register 18
MC49_RDBFL19    0xF00641C6          Read Data and Bit Flip Register 19
MC49_RDBFL20    0xF00641C8          Read Data and Bit Flip Register 20
MC49_RDBFL21    0xF00641CA          Read Data and Bit Flip Register 21
MC49_RDBFL22    0xF00641CC          Read Data and Bit Flip Register 22
MC49_RDBFL23    0xF00641CE          Read Data and Bit Flip Register 23
MC49_RDBFL24    0xF00641D0          Read Data and Bit Flip Register 24
MC49_RDBFL25    0xF00641D2          Read Data and Bit Flip Register 25
MC49_RDBFL26    0xF00641D4          Read Data and Bit Flip Register 26
MC49_RDBFL27    0xF00641D6          Read Data and Bit Flip Register 27
MC49_RDBFL28    0xF00641D8          Read Data and Bit Flip Register 28
MC49_RDBFL29    0xF00641DA          Read Data and Bit Flip Register 29
MC49_RDBFL30    0xF00641DC          Read Data and Bit Flip Register 30
MC49_RDBFL31    0xF00641DE          Read Data and Bit Flip Register 31
MC49_RDBFL32    0xF00641E0          Read Data and Bit Flip Register 32
MC49_RDBFL33    0xF00641E2          Read Data and Bit Flip Register 33
MC49_RDBFL34    0xF00641E4          Read Data and Bit Flip Register 34
MC49_RDBFL35    0xF00641E6          Read Data and Bit Flip Register 35
MC49_RDBFL36    0xF00641E8          Read Data and Bit Flip Register 36
MC49_RDBFL37    0xF00641EA          Read Data and Bit Flip Register 37
MC49_RDBFL38    0xF00641EC          Read Data and Bit Flip Register 38
MC49_RDBFL39    0xF00641EE          Read Data and Bit Flip Register 39
MC50_CONFIG0    0xF0064200          Configuration Register 0
MC50_CONFIG1    0xF0064202          Configuration Register 1
MC50_MCONTROL   0xF0064204          MBIST Control Register
MC50_MSTATUS    0xF0064206          Status Register
MC50_RANGE      0xF0064208          Range Register, single address mode
MC50_REVID      0xF006420C          Revision ID Register
MC50_ECCS       0xF006420E          ECC Safety Register
MC50_ECCD       0xF0064210          Memory ECC Detection Register
MC50_ETRR0      0xF0064212          Error Tracking Register 0
MC50_ETRR1      0xF0064214          Error Tracking Register 1
MC50_ETRR2      0xF0064216          Error Tracking Register 2
MC50_ETRR3      0xF0064218          Error Tracking Register 3
MC50_ETRR4      0xF006421A          Error Tracking Register 4
MC50_RDBFL0     0xF00642A0          Read Data and Bit Flip Register 0
MC50_RDBFL1     0xF00642A2          Read Data and Bit Flip Register 1
MC50_RDBFL2     0xF00642A4          Read Data and Bit Flip Register 2
MC50_RDBFL3     0xF00642A6          Read Data and Bit Flip Register 3
MC50_RDBFL4     0xF00642A8          Read Data and Bit Flip Register 4
MC50_RDBFL5     0xF00642AA          Read Data and Bit Flip Register 5
MC50_RDBFL6     0xF00642AC          Read Data and Bit Flip Register 6
MC50_RDBFL7     0xF00642AE          Read Data and Bit Flip Register 7
MC50_RDBFL8     0xF00642B0          Read Data and Bit Flip Register 8
MC50_RDBFL9     0xF00642B2          Read Data and Bit Flip Register 9
MC50_RDBFL10    0xF00642B4          Read Data and Bit Flip Register 10
MC50_RDBFL11    0xF00642B6          Read Data and Bit Flip Register 11
MC50_RDBFL12    0xF00642B8          Read Data and Bit Flip Register 12
MC50_RDBFL13    0xF00642BA          Read Data and Bit Flip Register 13
MC50_RDBFL14    0xF00642BC          Read Data and Bit Flip Register 14
MC50_RDBFL15    0xF00642BE          Read Data and Bit Flip Register 15
MC50_RDBFL16    0xF00642C0          Read Data and Bit Flip Register 16
MC50_RDBFL17    0xF00642C2          Read Data and Bit Flip Register 17
MC50_RDBFL18    0xF00642C4          Read Data and Bit Flip Register 18
MC50_RDBFL19    0xF00642C6          Read Data and Bit Flip Register 19
MC50_RDBFL20    0xF00642C8          Read Data and Bit Flip Register 20
MC50_RDBFL21    0xF00642CA          Read Data and Bit Flip Register 21
MC50_RDBFL22    0xF00642CC          Read Data and Bit Flip Register 22
MC50_RDBFL23    0xF00642CE          Read Data and Bit Flip Register 23
MC50_RDBFL24    0xF00642D0          Read Data and Bit Flip Register 24
MC50_RDBFL25    0xF00642D2          Read Data and Bit Flip Register 25
MC50_RDBFL26    0xF00642D4          Read Data and Bit Flip Register 26
MC50_RDBFL27    0xF00642D6          Read Data and Bit Flip Register 27
MC50_RDBFL28    0xF00642D8          Read Data and Bit Flip Register 28
MC50_RDBFL29    0xF00642DA          Read Data and Bit Flip Register 29
MC50_RDBFL30    0xF00642DC          Read Data and Bit Flip Register 30
MC50_RDBFL31    0xF00642DE          Read Data and Bit Flip Register 31
MC50_RDBFL32    0xF00642E0          Read Data and Bit Flip Register 32
MC50_RDBFL33    0xF00642E2          Read Data and Bit Flip Register 33
MC50_RDBFL34    0xF00642E4          Read Data and Bit Flip Register 34
MC50_RDBFL35    0xF00642E6          Read Data and Bit Flip Register 35
MC50_RDBFL36    0xF00642E8          Read Data and Bit Flip Register 36
MC50_RDBFL37    0xF00642EA          Read Data and Bit Flip Register 37
MC50_RDBFL38    0xF00642EC          Read Data and Bit Flip Register 38
MC50_RDBFL39    0xF00642EE          Read Data and Bit Flip Register 39
MC51_CONFIG0    0xF0064300          Configuration Register 0
MC51_CONFIG1    0xF0064302          Configuration Register 1
MC51_MCONTROL   0xF0064304          MBIST Control Register
MC51_MSTATUS    0xF0064306          Status Register
MC51_RANGE      0xF0064308          Range Register, single address mode
MC51_REVID      0xF006430C          Revision ID Register
MC51_ECCS       0xF006430E          ECC Safety Register
MC51_ECCD       0xF0064310          Memory ECC Detection Register
MC51_ETRR0      0xF0064312          Error Tracking Register 0
MC51_ETRR1      0xF0064314          Error Tracking Register 1
MC51_ETRR2      0xF0064316          Error Tracking Register 2
MC51_ETRR3      0xF0064318          Error Tracking Register 3
MC51_ETRR4      0xF006431A          Error Tracking Register 4
MC51_RDBFL0     0xF00643A0          Read Data and Bit Flip Register 0
MC51_RDBFL1     0xF00643A2          Read Data and Bit Flip Register 1
MC51_RDBFL2     0xF00643A4          Read Data and Bit Flip Register 2
MC51_RDBFL3     0xF00643A6          Read Data and Bit Flip Register 3
MC51_RDBFL4     0xF00643A8          Read Data and Bit Flip Register 4
MC51_RDBFL5     0xF00643AA          Read Data and Bit Flip Register 5
MC51_RDBFL6     0xF00643AC          Read Data and Bit Flip Register 6
MC51_RDBFL7     0xF00643AE          Read Data and Bit Flip Register 7
MC51_RDBFL8     0xF00643B0          Read Data and Bit Flip Register 8
MC51_RDBFL9     0xF00643B2          Read Data and Bit Flip Register 9
MC51_RDBFL10    0xF00643B4          Read Data and Bit Flip Register 10
MC51_RDBFL11    0xF00643B6          Read Data and Bit Flip Register 11
MC51_RDBFL12    0xF00643B8          Read Data and Bit Flip Register 12
MC51_RDBFL13    0xF00643BA          Read Data and Bit Flip Register 13
MC51_RDBFL14    0xF00643BC          Read Data and Bit Flip Register 14
MC51_RDBFL15    0xF00643BE          Read Data and Bit Flip Register 15
MC51_RDBFL16    0xF00643C0          Read Data and Bit Flip Register 16
MC51_RDBFL17    0xF00643C2          Read Data and Bit Flip Register 17
MC51_RDBFL18    0xF00643C4          Read Data and Bit Flip Register 18
MC51_RDBFL19    0xF00643C6          Read Data and Bit Flip Register 19
MC51_RDBFL20    0xF00643C8          Read Data and Bit Flip Register 20
MC51_RDBFL21    0xF00643CA          Read Data and Bit Flip Register 21
MC51_RDBFL22    0xF00643CC          Read Data and Bit Flip Register 22
MC51_RDBFL23    0xF00643CE          Read Data and Bit Flip Register 23
MC51_RDBFL24    0xF00643D0          Read Data and Bit Flip Register 24
MC51_RDBFL25    0xF00643D2          Read Data and Bit Flip Register 25
MC51_RDBFL26    0xF00643D4          Read Data and Bit Flip Register 26
MC51_RDBFL27    0xF00643D6          Read Data and Bit Flip Register 27
MC51_RDBFL28    0xF00643D8          Read Data and Bit Flip Register 28
MC51_RDBFL29    0xF00643DA          Read Data and Bit Flip Register 29
MC51_RDBFL30    0xF00643DC          Read Data and Bit Flip Register 30
MC51_RDBFL31    0xF00643DE          Read Data and Bit Flip Register 31
MC51_RDBFL32    0xF00643E0          Read Data and Bit Flip Register 32
MC51_RDBFL33    0xF00643E2          Read Data and Bit Flip Register 33
MC51_RDBFL34    0xF00643E4          Read Data and Bit Flip Register 34
MC51_RDBFL35    0xF00643E6          Read Data and Bit Flip Register 35
MC51_RDBFL36    0xF00643E8          Read Data and Bit Flip Register 36
MC51_RDBFL37    0xF00643EA          Read Data and Bit Flip Register 37
MC51_RDBFL38    0xF00643EC          Read Data and Bit Flip Register 38
MC51_RDBFL39    0xF00643EE          Read Data and Bit Flip Register 39
MC52_CONFIG0    0xF0064400          Configuration Register 0
MC52_CONFIG1    0xF0064402          Configuration Register 1
MC52_MCONTROL   0xF0064404          MBIST Control Register
MC52_MSTATUS    0xF0064406          Status Register
MC52_RANGE      0xF0064408          Range Register, single address mode
MC52_REVID      0xF006440C          Revision ID Register
MC52_ECCS       0xF006440E          ECC Safety Register
MC52_ECCD       0xF0064410          Memory ECC Detection Register
MC52_ETRR0      0xF0064412          Error Tracking Register 0
MC52_ETRR1      0xF0064414          Error Tracking Register 1
MC52_ETRR2      0xF0064416          Error Tracking Register 2
MC52_ETRR3      0xF0064418          Error Tracking Register 3
MC52_ETRR4      0xF006441A          Error Tracking Register 4
MC52_RDBFL0     0xF00644A0          Read Data and Bit Flip Register 0
MC52_RDBFL1     0xF00644A2          Read Data and Bit Flip Register 1
MC52_RDBFL2     0xF00644A4          Read Data and Bit Flip Register 2
MC52_RDBFL3     0xF00644A6          Read Data and Bit Flip Register 3
MC52_RDBFL4     0xF00644A8          Read Data and Bit Flip Register 4
MC52_RDBFL5     0xF00644AA          Read Data and Bit Flip Register 5
MC52_RDBFL6     0xF00644AC          Read Data and Bit Flip Register 6
MC52_RDBFL7     0xF00644AE          Read Data and Bit Flip Register 7
MC52_RDBFL8     0xF00644B0          Read Data and Bit Flip Register 8
MC52_RDBFL9     0xF00644B2          Read Data and Bit Flip Register 9
MC52_RDBFL10    0xF00644B4          Read Data and Bit Flip Register 10
MC52_RDBFL11    0xF00644B6          Read Data and Bit Flip Register 11
MC52_RDBFL12    0xF00644B8          Read Data and Bit Flip Register 12
MC52_RDBFL13    0xF00644BA          Read Data and Bit Flip Register 13
MC52_RDBFL14    0xF00644BC          Read Data and Bit Flip Register 14
MC52_RDBFL15    0xF00644BE          Read Data and Bit Flip Register 15
MC52_RDBFL16    0xF00644C0          Read Data and Bit Flip Register 16
MC52_RDBFL17    0xF00644C2          Read Data and Bit Flip Register 17
MC52_RDBFL18    0xF00644C4          Read Data and Bit Flip Register 18
MC52_RDBFL19    0xF00644C6          Read Data and Bit Flip Register 19
MC52_RDBFL20    0xF00644C8          Read Data and Bit Flip Register 20
MC52_RDBFL21    0xF00644CA          Read Data and Bit Flip Register 21
MC52_RDBFL22    0xF00644CC          Read Data and Bit Flip Register 22
MC52_RDBFL23    0xF00644CE          Read Data and Bit Flip Register 23
MC52_RDBFL24    0xF00644D0          Read Data and Bit Flip Register 24
MC52_RDBFL25    0xF00644D2          Read Data and Bit Flip Register 25
MC52_RDBFL26    0xF00644D4          Read Data and Bit Flip Register 26
MC52_RDBFL27    0xF00644D6          Read Data and Bit Flip Register 27
MC52_RDBFL28    0xF00644D8          Read Data and Bit Flip Register 28
MC52_RDBFL29    0xF00644DA          Read Data and Bit Flip Register 29
MC52_RDBFL30    0xF00644DC          Read Data and Bit Flip Register 30
MC52_RDBFL31    0xF00644DE          Read Data and Bit Flip Register 31
MC52_RDBFL32    0xF00644E0          Read Data and Bit Flip Register 32
MC52_RDBFL33    0xF00644E2          Read Data and Bit Flip Register 33
MC52_RDBFL34    0xF00644E4          Read Data and Bit Flip Register 34
MC52_RDBFL35    0xF00644E6          Read Data and Bit Flip Register 35
MC52_RDBFL36    0xF00644E8          Read Data and Bit Flip Register 36
MC52_RDBFL37    0xF00644EA          Read Data and Bit Flip Register 37
MC52_RDBFL38    0xF00644EC          Read Data and Bit Flip Register 38
MC52_RDBFL39    0xF00644EE          Read Data and Bit Flip Register 39
MC53_CONFIG0    0xF0064500          Configuration Register 0
MC53_CONFIG1    0xF0064502          Configuration Register 1
MC53_MCONTROL   0xF0064504          MBIST Control Register
MC53_MSTATUS    0xF0064506          Status Register
MC53_RANGE      0xF0064508          Range Register, single address mode
MC53_REVID      0xF006450C          Revision ID Register
MC53_ECCS       0xF006450E          ECC Safety Register
MC53_ECCD       0xF0064510          Memory ECC Detection Register
MC53_ETRR0      0xF0064512          Error Tracking Register 0
MC53_ETRR1      0xF0064514          Error Tracking Register 1
MC53_ETRR2      0xF0064516          Error Tracking Register 2
MC53_ETRR3      0xF0064518          Error Tracking Register 3
MC53_ETRR4      0xF006451A          Error Tracking Register 4
MC53_RDBFL0     0xF00645A0          Read Data and Bit Flip Register 0
MC53_RDBFL1     0xF00645A2          Read Data and Bit Flip Register 1
MC53_RDBFL2     0xF00645A4          Read Data and Bit Flip Register 2
MC53_RDBFL3     0xF00645A6          Read Data and Bit Flip Register 3
MC53_RDBFL4     0xF00645A8          Read Data and Bit Flip Register 4
MC53_RDBFL5     0xF00645AA          Read Data and Bit Flip Register 5
MC53_RDBFL6     0xF00645AC          Read Data and Bit Flip Register 6
MC53_RDBFL7     0xF00645AE          Read Data and Bit Flip Register 7
MC53_RDBFL8     0xF00645B0          Read Data and Bit Flip Register 8
MC53_RDBFL9     0xF00645B2          Read Data and Bit Flip Register 9
MC53_RDBFL10    0xF00645B4          Read Data and Bit Flip Register 10
MC53_RDBFL11    0xF00645B6          Read Data and Bit Flip Register 11
MC53_RDBFL12    0xF00645B8          Read Data and Bit Flip Register 12
MC53_RDBFL13    0xF00645BA          Read Data and Bit Flip Register 13
MC53_RDBFL14    0xF00645BC          Read Data and Bit Flip Register 14
MC53_RDBFL15    0xF00645BE          Read Data and Bit Flip Register 15
MC53_RDBFL16    0xF00645C0          Read Data and Bit Flip Register 16
MC53_RDBFL17    0xF00645C2          Read Data and Bit Flip Register 17
MC53_RDBFL18    0xF00645C4          Read Data and Bit Flip Register 18
MC53_RDBFL19    0xF00645C6          Read Data and Bit Flip Register 19
MC53_RDBFL20    0xF00645C8          Read Data and Bit Flip Register 20
MC53_RDBFL21    0xF00645CA          Read Data and Bit Flip Register 21
MC53_RDBFL22    0xF00645CC          Read Data and Bit Flip Register 22
MC53_RDBFL23    0xF00645CE          Read Data and Bit Flip Register 23
MC53_RDBFL24    0xF00645D0          Read Data and Bit Flip Register 24
MC53_RDBFL25    0xF00645D2          Read Data and Bit Flip Register 25
MC53_RDBFL26    0xF00645D4          Read Data and Bit Flip Register 26
MC53_RDBFL27    0xF00645D6          Read Data and Bit Flip Register 27
MC53_RDBFL28    0xF00645D8          Read Data and Bit Flip Register 28
MC53_RDBFL29    0xF00645DA          Read Data and Bit Flip Register 29
MC53_RDBFL30    0xF00645DC          Read Data and Bit Flip Register 30
MC53_RDBFL31    0xF00645DE          Read Data and Bit Flip Register 31
MC53_RDBFL32    0xF00645E0          Read Data and Bit Flip Register 32
MC53_RDBFL33    0xF00645E2          Read Data and Bit Flip Register 33
MC53_RDBFL34    0xF00645E4          Read Data and Bit Flip Register 34
MC53_RDBFL35    0xF00645E6          Read Data and Bit Flip Register 35
MC53_RDBFL36    0xF00645E8          Read Data and Bit Flip Register 36
MC53_RDBFL37    0xF00645EA          Read Data and Bit Flip Register 37
MC53_RDBFL38    0xF00645EC          Read Data and Bit Flip Register 38
MC53_RDBFL39    0xF00645EE          Read Data and Bit Flip Register 39
MC54_CONFIG0    0xF0064600          Configuration Register 0
MC54_CONFIG1    0xF0064602          Configuration Register 1
MC54_MCONTROL   0xF0064604          MBIST Control Register
MC54_MSTATUS    0xF0064606          Status Register
MC54_RANGE      0xF0064608          Range Register, single address mode
MC54_REVID      0xF006460C          Revision ID Register
MC54_ECCS       0xF006460E          ECC Safety Register
MC54_ECCD       0xF0064610          Memory ECC Detection Register
MC54_ETRR0      0xF0064612          Error Tracking Register 0
MC54_ETRR1      0xF0064614          Error Tracking Register 1
MC54_ETRR2      0xF0064616          Error Tracking Register 2
MC54_ETRR3      0xF0064618          Error Tracking Register 3
MC54_ETRR4      0xF006461A          Error Tracking Register 4
MC54_RDBFL0     0xF00646A0          Read Data and Bit Flip Register 0
MC54_RDBFL1     0xF00646A2          Read Data and Bit Flip Register 1
MC54_RDBFL2     0xF00646A4          Read Data and Bit Flip Register 2
MC54_RDBFL3     0xF00646A6          Read Data and Bit Flip Register 3
MC54_RDBFL4     0xF00646A8          Read Data and Bit Flip Register 4
MC54_RDBFL5     0xF00646AA          Read Data and Bit Flip Register 5
MC54_RDBFL6     0xF00646AC          Read Data and Bit Flip Register 6
MC54_RDBFL7     0xF00646AE          Read Data and Bit Flip Register 7
MC54_RDBFL8     0xF00646B0          Read Data and Bit Flip Register 8
MC54_RDBFL9     0xF00646B2          Read Data and Bit Flip Register 9
MC54_RDBFL10    0xF00646B4          Read Data and Bit Flip Register 10
MC54_RDBFL11    0xF00646B6          Read Data and Bit Flip Register 11
MC54_RDBFL12    0xF00646B8          Read Data and Bit Flip Register 12
MC54_RDBFL13    0xF00646BA          Read Data and Bit Flip Register 13
MC54_RDBFL14    0xF00646BC          Read Data and Bit Flip Register 14
MC54_RDBFL15    0xF00646BE          Read Data and Bit Flip Register 15
MC54_RDBFL16    0xF00646C0          Read Data and Bit Flip Register 16
MC54_RDBFL17    0xF00646C2          Read Data and Bit Flip Register 17
MC54_RDBFL18    0xF00646C4          Read Data and Bit Flip Register 18
MC54_RDBFL19    0xF00646C6          Read Data and Bit Flip Register 19
MC54_RDBFL20    0xF00646C8          Read Data and Bit Flip Register 20
MC54_RDBFL21    0xF00646CA          Read Data and Bit Flip Register 21
MC54_RDBFL22    0xF00646CC          Read Data and Bit Flip Register 22
MC54_RDBFL23    0xF00646CE          Read Data and Bit Flip Register 23
MC54_RDBFL24    0xF00646D0          Read Data and Bit Flip Register 24
MC54_RDBFL25    0xF00646D2          Read Data and Bit Flip Register 25
MC54_RDBFL26    0xF00646D4          Read Data and Bit Flip Register 26
MC54_RDBFL27    0xF00646D6          Read Data and Bit Flip Register 27
MC54_RDBFL28    0xF00646D8          Read Data and Bit Flip Register 28
MC54_RDBFL29    0xF00646DA          Read Data and Bit Flip Register 29
MC54_RDBFL30    0xF00646DC          Read Data and Bit Flip Register 30
MC54_RDBFL31    0xF00646DE          Read Data and Bit Flip Register 31
MC54_RDBFL32    0xF00646E0          Read Data and Bit Flip Register 32
MC54_RDBFL33    0xF00646E2          Read Data and Bit Flip Register 33
MC54_RDBFL34    0xF00646E4          Read Data and Bit Flip Register 34
MC54_RDBFL35    0xF00646E6          Read Data and Bit Flip Register 35
MC54_RDBFL36    0xF00646E8          Read Data and Bit Flip Register 36
MC54_RDBFL37    0xF00646EA          Read Data and Bit Flip Register 37
MC54_RDBFL38    0xF00646EC          Read Data and Bit Flip Register 38
MC54_RDBFL39    0xF00646EE          Read Data and Bit Flip Register 39
MC55_CONFIG0    0xF0064700          Configuration Register 0
MC55_CONFIG1    0xF0064702          Configuration Register 1
MC55_MCONTROL   0xF0064704          MBIST Control Register
MC55_MSTATUS    0xF0064706          Status Register
MC55_RANGE      0xF0064708          Range Register, single address mode
MC55_REVID      0xF006470C          Revision ID Register
MC55_ECCS       0xF006470E          ECC Safety Register
MC55_ECCD       0xF0064710          Memory ECC Detection Register
MC55_ETRR0      0xF0064712          Error Tracking Register 0
MC55_ETRR1      0xF0064714          Error Tracking Register 1
MC55_ETRR2      0xF0064716          Error Tracking Register 2
MC55_ETRR3      0xF0064718          Error Tracking Register 3
MC55_ETRR4      0xF006471A          Error Tracking Register 4
MC55_RDBFL0     0xF00647A0          Read Data and Bit Flip Register 0
MC55_RDBFL1     0xF00647A2          Read Data and Bit Flip Register 1
MC55_RDBFL2     0xF00647A4          Read Data and Bit Flip Register 2
MC55_RDBFL3     0xF00647A6          Read Data and Bit Flip Register 3
MC55_RDBFL4     0xF00647A8          Read Data and Bit Flip Register 4
MC55_RDBFL5     0xF00647AA          Read Data and Bit Flip Register 5
MC55_RDBFL6     0xF00647AC          Read Data and Bit Flip Register 6
MC55_RDBFL7     0xF00647AE          Read Data and Bit Flip Register 7
MC55_RDBFL8     0xF00647B0          Read Data and Bit Flip Register 8
MC55_RDBFL9     0xF00647B2          Read Data and Bit Flip Register 9
MC55_RDBFL10    0xF00647B4          Read Data and Bit Flip Register 10
MC55_RDBFL11    0xF00647B6          Read Data and Bit Flip Register 11
MC55_RDBFL12    0xF00647B8          Read Data and Bit Flip Register 12
MC55_RDBFL13    0xF00647BA          Read Data and Bit Flip Register 13
MC55_RDBFL14    0xF00647BC          Read Data and Bit Flip Register 14
MC55_RDBFL15    0xF00647BE          Read Data and Bit Flip Register 15
MC55_RDBFL16    0xF00647C0          Read Data and Bit Flip Register 16
MC55_RDBFL17    0xF00647C2          Read Data and Bit Flip Register 17
MC55_RDBFL18    0xF00647C4          Read Data and Bit Flip Register 18
MC55_RDBFL19    0xF00647C6          Read Data and Bit Flip Register 19
MC55_RDBFL20    0xF00647C8          Read Data and Bit Flip Register 20
MC55_RDBFL21    0xF00647CA          Read Data and Bit Flip Register 21
MC55_RDBFL22    0xF00647CC          Read Data and Bit Flip Register 22
MC55_RDBFL23    0xF00647CE          Read Data and Bit Flip Register 23
MC55_RDBFL24    0xF00647D0          Read Data and Bit Flip Register 24
MC55_RDBFL25    0xF00647D2          Read Data and Bit Flip Register 25
MC55_RDBFL26    0xF00647D4          Read Data and Bit Flip Register 26
MC55_RDBFL27    0xF00647D6          Read Data and Bit Flip Register 27
MC55_RDBFL28    0xF00647D8          Read Data and Bit Flip Register 28
MC55_RDBFL29    0xF00647DA          Read Data and Bit Flip Register 29
MC55_RDBFL30    0xF00647DC          Read Data and Bit Flip Register 30
MC55_RDBFL31    0xF00647DE          Read Data and Bit Flip Register 31
MC55_RDBFL32    0xF00647E0          Read Data and Bit Flip Register 32
MC55_RDBFL33    0xF00647E2          Read Data and Bit Flip Register 33
MC55_RDBFL34    0xF00647E4          Read Data and Bit Flip Register 34
MC55_RDBFL35    0xF00647E6          Read Data and Bit Flip Register 35
MC55_RDBFL36    0xF00647E8          Read Data and Bit Flip Register 36
MC55_RDBFL37    0xF00647EA          Read Data and Bit Flip Register 37
MC55_RDBFL38    0xF00647EC          Read Data and Bit Flip Register 38
MC55_RDBFL39    0xF00647EE          Read Data and Bit Flip Register 39
MC56_CONFIG0    0xF0064800          Configuration Register 0
MC56_CONFIG1    0xF0064802          Configuration Register 1
MC56_MCONTROL   0xF0064804          MBIST Control Register
MC56_MSTATUS    0xF0064806          Status Register
MC56_RANGE      0xF0064808          Range Register, single address mode
MC56_REVID      0xF006480C          Revision ID Register
MC56_ECCS       0xF006480E          ECC Safety Register
MC56_ECCD       0xF0064810          Memory ECC Detection Register
MC56_ETRR0      0xF0064812          Error Tracking Register 0
MC56_ETRR1      0xF0064814          Error Tracking Register 1
MC56_ETRR2      0xF0064816          Error Tracking Register 2
MC56_ETRR3      0xF0064818          Error Tracking Register 3
MC56_ETRR4      0xF006481A          Error Tracking Register 4
MC56_RDBFL0     0xF00648A0          Read Data and Bit Flip Register 0
MC56_RDBFL1     0xF00648A2          Read Data and Bit Flip Register 1
MC56_RDBFL2     0xF00648A4          Read Data and Bit Flip Register 2
MC56_RDBFL3     0xF00648A6          Read Data and Bit Flip Register 3
MC56_RDBFL4     0xF00648A8          Read Data and Bit Flip Register 4
MC56_RDBFL5     0xF00648AA          Read Data and Bit Flip Register 5
MC56_RDBFL6     0xF00648AC          Read Data and Bit Flip Register 6
MC56_RDBFL7     0xF00648AE          Read Data and Bit Flip Register 7
MC56_RDBFL8     0xF00648B0          Read Data and Bit Flip Register 8
MC56_RDBFL9     0xF00648B2          Read Data and Bit Flip Register 9
MC56_RDBFL10    0xF00648B4          Read Data and Bit Flip Register 10
MC56_RDBFL11    0xF00648B6          Read Data and Bit Flip Register 11
MC56_RDBFL12    0xF00648B8          Read Data and Bit Flip Register 12
MC56_RDBFL13    0xF00648BA          Read Data and Bit Flip Register 13
MC56_RDBFL14    0xF00648BC          Read Data and Bit Flip Register 14
MC56_RDBFL15    0xF00648BE          Read Data and Bit Flip Register 15
MC56_RDBFL16    0xF00648C0          Read Data and Bit Flip Register 16
MC56_RDBFL17    0xF00648C2          Read Data and Bit Flip Register 17
MC56_RDBFL18    0xF00648C4          Read Data and Bit Flip Register 18
MC56_RDBFL19    0xF00648C6          Read Data and Bit Flip Register 19
MC56_RDBFL20    0xF00648C8          Read Data and Bit Flip Register 20
MC56_RDBFL21    0xF00648CA          Read Data and Bit Flip Register 21
MC56_RDBFL22    0xF00648CC          Read Data and Bit Flip Register 22
MC56_RDBFL23    0xF00648CE          Read Data and Bit Flip Register 23
MC56_RDBFL24    0xF00648D0          Read Data and Bit Flip Register 24
MC56_RDBFL25    0xF00648D2          Read Data and Bit Flip Register 25
MC56_RDBFL26    0xF00648D4          Read Data and Bit Flip Register 26
MC56_RDBFL27    0xF00648D6          Read Data and Bit Flip Register 27
MC56_RDBFL28    0xF00648D8          Read Data and Bit Flip Register 28
MC56_RDBFL29    0xF00648DA          Read Data and Bit Flip Register 29
MC56_RDBFL30    0xF00648DC          Read Data and Bit Flip Register 30
MC56_RDBFL31    0xF00648DE          Read Data and Bit Flip Register 31
MC56_RDBFL32    0xF00648E0          Read Data and Bit Flip Register 32
MC56_RDBFL33    0xF00648E2          Read Data and Bit Flip Register 33
MC56_RDBFL34    0xF00648E4          Read Data and Bit Flip Register 34
MC56_RDBFL35    0xF00648E6          Read Data and Bit Flip Register 35
MC56_RDBFL36    0xF00648E8          Read Data and Bit Flip Register 36
MC56_RDBFL37    0xF00648EA          Read Data and Bit Flip Register 37
MC56_RDBFL38    0xF00648EC          Read Data and Bit Flip Register 38
MC56_RDBFL39    0xF00648EE          Read Data and Bit Flip Register 39
MC57_CONFIG0    0xF0064900          Configuration Register 0
MC57_CONFIG1    0xF0064902          Configuration Register 1
MC57_MCONTROL   0xF0064904          MBIST Control Register
MC57_MSTATUS    0xF0064906          Status Register
MC57_RANGE      0xF0064908          Range Register, single address mode
MC57_REVID      0xF006490C          Revision ID Register
MC57_ECCS       0xF006490E          ECC Safety Register
MC57_ECCD       0xF0064910          Memory ECC Detection Register
MC57_ETRR0      0xF0064912          Error Tracking Register 0
MC57_ETRR1      0xF0064914          Error Tracking Register 1
MC57_ETRR2      0xF0064916          Error Tracking Register 2
MC57_ETRR3      0xF0064918          Error Tracking Register 3
MC57_ETRR4      0xF006491A          Error Tracking Register 4
MC57_RDBFL0     0xF00649A0          Read Data and Bit Flip Register 0
MC57_RDBFL1     0xF00649A2          Read Data and Bit Flip Register 1
MC57_RDBFL2     0xF00649A4          Read Data and Bit Flip Register 2
MC57_RDBFL3     0xF00649A6          Read Data and Bit Flip Register 3
MC57_RDBFL4     0xF00649A8          Read Data and Bit Flip Register 4
MC57_RDBFL5     0xF00649AA          Read Data and Bit Flip Register 5
MC57_RDBFL6     0xF00649AC          Read Data and Bit Flip Register 6
MC57_RDBFL7     0xF00649AE          Read Data and Bit Flip Register 7
MC57_RDBFL8     0xF00649B0          Read Data and Bit Flip Register 8
MC57_RDBFL9     0xF00649B2          Read Data and Bit Flip Register 9
MC57_RDBFL10    0xF00649B4          Read Data and Bit Flip Register 10
MC57_RDBFL11    0xF00649B6          Read Data and Bit Flip Register 11
MC57_RDBFL12    0xF00649B8          Read Data and Bit Flip Register 12
MC57_RDBFL13    0xF00649BA          Read Data and Bit Flip Register 13
MC57_RDBFL14    0xF00649BC          Read Data and Bit Flip Register 14
MC57_RDBFL15    0xF00649BE          Read Data and Bit Flip Register 15
MC57_RDBFL16    0xF00649C0          Read Data and Bit Flip Register 16
MC57_RDBFL17    0xF00649C2          Read Data and Bit Flip Register 17
MC57_RDBFL18    0xF00649C4          Read Data and Bit Flip Register 18
MC57_RDBFL19    0xF00649C6          Read Data and Bit Flip Register 19
MC57_RDBFL20    0xF00649C8          Read Data and Bit Flip Register 20
MC57_RDBFL21    0xF00649CA          Read Data and Bit Flip Register 21
MC57_RDBFL22    0xF00649CC          Read Data and Bit Flip Register 22
MC57_RDBFL23    0xF00649CE          Read Data and Bit Flip Register 23
MC57_RDBFL24    0xF00649D0          Read Data and Bit Flip Register 24
MC57_RDBFL25    0xF00649D2          Read Data and Bit Flip Register 25
MC57_RDBFL26    0xF00649D4          Read Data and Bit Flip Register 26
MC57_RDBFL27    0xF00649D6          Read Data and Bit Flip Register 27
MC57_RDBFL28    0xF00649D8          Read Data and Bit Flip Register 28
MC57_RDBFL29    0xF00649DA          Read Data and Bit Flip Register 29
MC57_RDBFL30    0xF00649DC          Read Data and Bit Flip Register 30
MC57_RDBFL31    0xF00649DE          Read Data and Bit Flip Register 31
MC57_RDBFL32    0xF00649E0          Read Data and Bit Flip Register 32
MC57_RDBFL33    0xF00649E2          Read Data and Bit Flip Register 33
MC57_RDBFL34    0xF00649E4          Read Data and Bit Flip Register 34
MC57_RDBFL35    0xF00649E6          Read Data and Bit Flip Register 35
MC57_RDBFL36    0xF00649E8          Read Data and Bit Flip Register 36
MC57_RDBFL37    0xF00649EA          Read Data and Bit Flip Register 37
MC57_RDBFL38    0xF00649EC          Read Data and Bit Flip Register 38
MC57_RDBFL39    0xF00649EE          Read Data and Bit Flip Register 39
MC58_CONFIG0    0xF0064A00          Configuration Register 0
MC58_CONFIG1    0xF0064A02          Configuration Register 1
MC58_MCONTROL   0xF0064A04          MBIST Control Register
MC58_MSTATUS    0xF0064A06          Status Register
MC58_RANGE      0xF0064A08          Range Register, single address mode
MC58_REVID      0xF0064A0C          Revision ID Register
MC58_ECCS       0xF0064A0E          ECC Safety Register
MC58_ECCD       0xF0064A10          Memory ECC Detection Register
MC58_ETRR0      0xF0064A12          Error Tracking Register 0
MC58_ETRR1      0xF0064A14          Error Tracking Register 1
MC58_ETRR2      0xF0064A16          Error Tracking Register 2
MC58_ETRR3      0xF0064A18          Error Tracking Register 3
MC58_ETRR4      0xF0064A1A          Error Tracking Register 4
MC58_RDBFL0     0xF0064AA0          Read Data and Bit Flip Register 0
MC58_RDBFL1     0xF0064AA2          Read Data and Bit Flip Register 1
MC58_RDBFL2     0xF0064AA4          Read Data and Bit Flip Register 2
MC58_RDBFL3     0xF0064AA6          Read Data and Bit Flip Register 3
MC58_RDBFL4     0xF0064AA8          Read Data and Bit Flip Register 4
MC58_RDBFL5     0xF0064AAA          Read Data and Bit Flip Register 5
MC58_RDBFL6     0xF0064AAC          Read Data and Bit Flip Register 6
MC58_RDBFL7     0xF0064AAE          Read Data and Bit Flip Register 7
MC58_RDBFL8     0xF0064AB0          Read Data and Bit Flip Register 8
MC58_RDBFL9     0xF0064AB2          Read Data and Bit Flip Register 9
MC58_RDBFL10    0xF0064AB4          Read Data and Bit Flip Register 10
MC58_RDBFL11    0xF0064AB6          Read Data and Bit Flip Register 11
MC58_RDBFL12    0xF0064AB8          Read Data and Bit Flip Register 12
MC58_RDBFL13    0xF0064ABA          Read Data and Bit Flip Register 13
MC58_RDBFL14    0xF0064ABC          Read Data and Bit Flip Register 14
MC58_RDBFL15    0xF0064ABE          Read Data and Bit Flip Register 15
MC58_RDBFL16    0xF0064AC0          Read Data and Bit Flip Register 16
MC58_RDBFL17    0xF0064AC2          Read Data and Bit Flip Register 17
MC58_RDBFL18    0xF0064AC4          Read Data and Bit Flip Register 18
MC58_RDBFL19    0xF0064AC6          Read Data and Bit Flip Register 19
MC58_RDBFL20    0xF0064AC8          Read Data and Bit Flip Register 20
MC58_RDBFL21    0xF0064ACA          Read Data and Bit Flip Register 21
MC58_RDBFL22    0xF0064ACC          Read Data and Bit Flip Register 22
MC58_RDBFL23    0xF0064ACE          Read Data and Bit Flip Register 23
MC58_RDBFL24    0xF0064AD0          Read Data and Bit Flip Register 24
MC58_RDBFL25    0xF0064AD2          Read Data and Bit Flip Register 25
MC58_RDBFL26    0xF0064AD4          Read Data and Bit Flip Register 26
MC58_RDBFL27    0xF0064AD6          Read Data and Bit Flip Register 27
MC58_RDBFL28    0xF0064AD8          Read Data and Bit Flip Register 28
MC58_RDBFL29    0xF0064ADA          Read Data and Bit Flip Register 29
MC58_RDBFL30    0xF0064ADC          Read Data and Bit Flip Register 30
MC58_RDBFL31    0xF0064ADE          Read Data and Bit Flip Register 31
MC58_RDBFL32    0xF0064AE0          Read Data and Bit Flip Register 32
MC58_RDBFL33    0xF0064AE2          Read Data and Bit Flip Register 33
MC58_RDBFL34    0xF0064AE4          Read Data and Bit Flip Register 34
MC58_RDBFL35    0xF0064AE6          Read Data and Bit Flip Register 35
MC58_RDBFL36    0xF0064AE8          Read Data and Bit Flip Register 36
MC58_RDBFL37    0xF0064AEA          Read Data and Bit Flip Register 37
MC58_RDBFL38    0xF0064AEC          Read Data and Bit Flip Register 38
MC58_RDBFL39    0xF0064AEE          Read Data and Bit Flip Register 39
MC59_CONFIG0    0xF0064B00          Configuration Register 0
MC59_CONFIG1    0xF0064B02          Configuration Register 1
MC59_MCONTROL   0xF0064B04          MBIST Control Register
MC59_MSTATUS    0xF0064B06          Status Register
MC59_RANGE      0xF0064B08          Range Register, single address mode
MC59_REVID      0xF0064B0C          Revision ID Register
MC59_ECCS       0xF0064B0E          ECC Safety Register
MC59_ECCD       0xF0064B10          Memory ECC Detection Register
MC59_ETRR0      0xF0064B12          Error Tracking Register 0
MC59_ETRR1      0xF0064B14          Error Tracking Register 1
MC59_ETRR2      0xF0064B16          Error Tracking Register 2
MC59_ETRR3      0xF0064B18          Error Tracking Register 3
MC59_ETRR4      0xF0064B1A          Error Tracking Register 4
MC59_RDBFL0     0xF0064BA0          Read Data and Bit Flip Register 0
MC59_RDBFL1     0xF0064BA2          Read Data and Bit Flip Register 1
MC59_RDBFL2     0xF0064BA4          Read Data and Bit Flip Register 2
MC59_RDBFL3     0xF0064BA6          Read Data and Bit Flip Register 3
MC59_RDBFL4     0xF0064BA8          Read Data and Bit Flip Register 4
MC59_RDBFL5     0xF0064BAA          Read Data and Bit Flip Register 5
MC59_RDBFL6     0xF0064BAC          Read Data and Bit Flip Register 6
MC59_RDBFL7     0xF0064BAE          Read Data and Bit Flip Register 7
MC59_RDBFL8     0xF0064BB0          Read Data and Bit Flip Register 8
MC59_RDBFL9     0xF0064BB2          Read Data and Bit Flip Register 9
MC59_RDBFL10    0xF0064BB4          Read Data and Bit Flip Register 10
MC59_RDBFL11    0xF0064BB6          Read Data and Bit Flip Register 11
MC59_RDBFL12    0xF0064BB8          Read Data and Bit Flip Register 12
MC59_RDBFL13    0xF0064BBA          Read Data and Bit Flip Register 13
MC59_RDBFL14    0xF0064BBC          Read Data and Bit Flip Register 14
MC59_RDBFL15    0xF0064BBE          Read Data and Bit Flip Register 15
MC59_RDBFL16    0xF0064BC0          Read Data and Bit Flip Register 16
MC59_RDBFL17    0xF0064BC2          Read Data and Bit Flip Register 17
MC59_RDBFL18    0xF0064BC4          Read Data and Bit Flip Register 18
MC59_RDBFL19    0xF0064BC6          Read Data and Bit Flip Register 19
MC59_RDBFL20    0xF0064BC8          Read Data and Bit Flip Register 20
MC59_RDBFL21    0xF0064BCA          Read Data and Bit Flip Register 21
MC59_RDBFL22    0xF0064BCC          Read Data and Bit Flip Register 22
MC59_RDBFL23    0xF0064BCE          Read Data and Bit Flip Register 23
MC59_RDBFL24    0xF0064BD0          Read Data and Bit Flip Register 24
MC59_RDBFL25    0xF0064BD2          Read Data and Bit Flip Register 25
MC59_RDBFL26    0xF0064BD4          Read Data and Bit Flip Register 26
MC59_RDBFL27    0xF0064BD6          Read Data and Bit Flip Register 27
MC59_RDBFL28    0xF0064BD8          Read Data and Bit Flip Register 28
MC59_RDBFL29    0xF0064BDA          Read Data and Bit Flip Register 29
MC59_RDBFL30    0xF0064BDC          Read Data and Bit Flip Register 30
MC59_RDBFL31    0xF0064BDE          Read Data and Bit Flip Register 31
MC59_RDBFL32    0xF0064BE0          Read Data and Bit Flip Register 32
MC59_RDBFL33    0xF0064BE2          Read Data and Bit Flip Register 33
MC59_RDBFL34    0xF0064BE4          Read Data and Bit Flip Register 34
MC59_RDBFL35    0xF0064BE6          Read Data and Bit Flip Register 35
MC59_RDBFL36    0xF0064BE8          Read Data and Bit Flip Register 36
MC59_RDBFL37    0xF0064BEA          Read Data and Bit Flip Register 37
MC59_RDBFL38    0xF0064BEC          Read Data and Bit Flip Register 38
MC59_RDBFL39    0xF0064BEE          Read Data and Bit Flip Register 39
MC60_CONFIG0    0xF0064C00          Configuration Register 0
MC60_CONFIG1    0xF0064C02          Configuration Register 1
MC60_MCONTROL   0xF0064C04          MBIST Control Register
MC60_MSTATUS    0xF0064C06          Status Register
MC60_RANGE      0xF0064C08          Range Register, single address mode
MC60_REVID      0xF0064C0C          Revision ID Register
MC60_ECCS       0xF0064C0E          ECC Safety Register
MC60_ECCD       0xF0064C10          Memory ECC Detection Register
MC60_ETRR0      0xF0064C12          Error Tracking Register 0
MC60_ETRR1      0xF0064C14          Error Tracking Register 1
MC60_ETRR2      0xF0064C16          Error Tracking Register 2
MC60_ETRR3      0xF0064C18          Error Tracking Register 3
MC60_ETRR4      0xF0064C1A          Error Tracking Register 4
MC60_RDBFL0     0xF0064CA0          Read Data and Bit Flip Register 0
MC60_RDBFL1     0xF0064CA2          Read Data and Bit Flip Register 1
MC60_RDBFL2     0xF0064CA4          Read Data and Bit Flip Register 2
MC60_RDBFL3     0xF0064CA6          Read Data and Bit Flip Register 3
MC60_RDBFL4     0xF0064CA8          Read Data and Bit Flip Register 4
MC60_RDBFL5     0xF0064CAA          Read Data and Bit Flip Register 5
MC60_RDBFL6     0xF0064CAC          Read Data and Bit Flip Register 6
MC60_RDBFL7     0xF0064CAE          Read Data and Bit Flip Register 7
MC60_RDBFL8     0xF0064CB0          Read Data and Bit Flip Register 8
MC60_RDBFL9     0xF0064CB2          Read Data and Bit Flip Register 9
MC60_RDBFL10    0xF0064CB4          Read Data and Bit Flip Register 10
MC60_RDBFL11    0xF0064CB6          Read Data and Bit Flip Register 11
MC60_RDBFL12    0xF0064CB8          Read Data and Bit Flip Register 12
MC60_RDBFL13    0xF0064CBA          Read Data and Bit Flip Register 13
MC60_RDBFL14    0xF0064CBC          Read Data and Bit Flip Register 14
MC60_RDBFL15    0xF0064CBE          Read Data and Bit Flip Register 15
MC60_RDBFL16    0xF0064CC0          Read Data and Bit Flip Register 16
MC60_RDBFL17    0xF0064CC2          Read Data and Bit Flip Register 17
MC60_RDBFL18    0xF0064CC4          Read Data and Bit Flip Register 18
MC60_RDBFL19    0xF0064CC6          Read Data and Bit Flip Register 19
MC60_RDBFL20    0xF0064CC8          Read Data and Bit Flip Register 20
MC60_RDBFL21    0xF0064CCA          Read Data and Bit Flip Register 21
MC60_RDBFL22    0xF0064CCC          Read Data and Bit Flip Register 22
MC60_RDBFL23    0xF0064CCE          Read Data and Bit Flip Register 23
MC60_RDBFL24    0xF0064CD0          Read Data and Bit Flip Register 24
MC60_RDBFL25    0xF0064CD2          Read Data and Bit Flip Register 25
MC60_RDBFL26    0xF0064CD4          Read Data and Bit Flip Register 26
MC60_RDBFL27    0xF0064CD6          Read Data and Bit Flip Register 27
MC60_RDBFL28    0xF0064CD8          Read Data and Bit Flip Register 28
MC60_RDBFL29    0xF0064CDA          Read Data and Bit Flip Register 29
MC60_RDBFL30    0xF0064CDC          Read Data and Bit Flip Register 30
MC60_RDBFL31    0xF0064CDE          Read Data and Bit Flip Register 31
MC60_RDBFL32    0xF0064CE0          Read Data and Bit Flip Register 32
MC60_RDBFL33    0xF0064CE2          Read Data and Bit Flip Register 33
MC60_RDBFL34    0xF0064CE4          Read Data and Bit Flip Register 34
MC60_RDBFL35    0xF0064CE6          Read Data and Bit Flip Register 35
MC60_RDBFL36    0xF0064CE8          Read Data and Bit Flip Register 36
MC60_RDBFL37    0xF0064CEA          Read Data and Bit Flip Register 37
MC60_RDBFL38    0xF0064CEC          Read Data and Bit Flip Register 38
MC60_RDBFL39    0xF0064CEE          Read Data and Bit Flip Register 39
MC61_CONFIG0    0xF0064D00          Configuration Register 0
MC61_CONFIG1    0xF0064D02          Configuration Register 1
MC61_MCONTROL   0xF0064D04          MBIST Control Register
MC61_MSTATUS    0xF0064D06          Status Register
MC61_RANGE      0xF0064D08          Range Register, single address mode
MC61_REVID      0xF0064D0C          Revision ID Register
MC61_ECCS       0xF0064D0E          ECC Safety Register
MC61_ECCD       0xF0064D10          Memory ECC Detection Register
MC61_ETRR0      0xF0064D12          Error Tracking Register 0
MC61_ETRR1      0xF0064D14          Error Tracking Register 1
MC61_ETRR2      0xF0064D16          Error Tracking Register 2
MC61_ETRR3      0xF0064D18          Error Tracking Register 3
MC61_ETRR4      0xF0064D1A          Error Tracking Register 4
MC61_RDBFL0     0xF0064DA0          Read Data and Bit Flip Register 0
MC61_RDBFL1     0xF0064DA2          Read Data and Bit Flip Register 1
MC61_RDBFL2     0xF0064DA4          Read Data and Bit Flip Register 2
MC61_RDBFL3     0xF0064DA6          Read Data and Bit Flip Register 3
MC61_RDBFL4     0xF0064DA8          Read Data and Bit Flip Register 4
MC61_RDBFL5     0xF0064DAA          Read Data and Bit Flip Register 5
MC61_RDBFL6     0xF0064DAC          Read Data and Bit Flip Register 6
MC61_RDBFL7     0xF0064DAE          Read Data and Bit Flip Register 7
MC61_RDBFL8     0xF0064DB0          Read Data and Bit Flip Register 8
MC61_RDBFL9     0xF0064DB2          Read Data and Bit Flip Register 9
MC61_RDBFL10    0xF0064DB4          Read Data and Bit Flip Register 10
MC61_RDBFL11    0xF0064DB6          Read Data and Bit Flip Register 11
MC61_RDBFL12    0xF0064DB8          Read Data and Bit Flip Register 12
MC61_RDBFL13    0xF0064DBA          Read Data and Bit Flip Register 13
MC61_RDBFL14    0xF0064DBC          Read Data and Bit Flip Register 14
MC61_RDBFL15    0xF0064DBE          Read Data and Bit Flip Register 15
MC61_RDBFL16    0xF0064DC0          Read Data and Bit Flip Register 16
MC61_RDBFL17    0xF0064DC2          Read Data and Bit Flip Register 17
MC61_RDBFL18    0xF0064DC4          Read Data and Bit Flip Register 18
MC61_RDBFL19    0xF0064DC6          Read Data and Bit Flip Register 19
MC61_RDBFL20    0xF0064DC8          Read Data and Bit Flip Register 20
MC61_RDBFL21    0xF0064DCA          Read Data and Bit Flip Register 21
MC61_RDBFL22    0xF0064DCC          Read Data and Bit Flip Register 22
MC61_RDBFL23    0xF0064DCE          Read Data and Bit Flip Register 23
MC61_RDBFL24    0xF0064DD0          Read Data and Bit Flip Register 24
MC61_RDBFL25    0xF0064DD2          Read Data and Bit Flip Register 25
MC61_RDBFL26    0xF0064DD4          Read Data and Bit Flip Register 26
MC61_RDBFL27    0xF0064DD6          Read Data and Bit Flip Register 27
MC61_RDBFL28    0xF0064DD8          Read Data and Bit Flip Register 28
MC61_RDBFL29    0xF0064DDA          Read Data and Bit Flip Register 29
MC61_RDBFL30    0xF0064DDC          Read Data and Bit Flip Register 30
MC61_RDBFL31    0xF0064DDE          Read Data and Bit Flip Register 31
MC61_RDBFL32    0xF0064DE0          Read Data and Bit Flip Register 32
MC61_RDBFL33    0xF0064DE2          Read Data and Bit Flip Register 33
MC61_RDBFL34    0xF0064DE4          Read Data and Bit Flip Register 34
MC61_RDBFL35    0xF0064DE6          Read Data and Bit Flip Register 35
MC61_RDBFL36    0xF0064DE8          Read Data and Bit Flip Register 36
MC61_RDBFL37    0xF0064DEA          Read Data and Bit Flip Register 37
MC61_RDBFL38    0xF0064DEC          Read Data and Bit Flip Register 38
MC61_RDBFL39    0xF0064DEE          Read Data and Bit Flip Register 39
MC62_CONFIG0    0xF0064E00          Configuration Register 0
MC62_CONFIG1    0xF0064E02          Configuration Register 1
MC62_MCONTROL   0xF0064E04          MBIST Control Register
MC62_MSTATUS    0xF0064E06          Status Register
MC62_RANGE      0xF0064E08          Range Register, single address mode
MC62_REVID      0xF0064E0C          Revision ID Register
MC62_ECCS       0xF0064E0E          ECC Safety Register
MC62_ECCD       0xF0064E10          Memory ECC Detection Register
MC62_ETRR0      0xF0064E12          Error Tracking Register 0
MC62_ETRR1      0xF0064E14          Error Tracking Register 1
MC62_ETRR2      0xF0064E16          Error Tracking Register 2
MC62_ETRR3      0xF0064E18          Error Tracking Register 3
MC62_ETRR4      0xF0064E1A          Error Tracking Register 4
MC62_RDBFL0     0xF0064EA0          Read Data and Bit Flip Register 0
MC62_RDBFL1     0xF0064EA2          Read Data and Bit Flip Register 1
MC62_RDBFL2     0xF0064EA4          Read Data and Bit Flip Register 2
MC62_RDBFL3     0xF0064EA6          Read Data and Bit Flip Register 3
MC62_RDBFL4     0xF0064EA8          Read Data and Bit Flip Register 4
MC62_RDBFL5     0xF0064EAA          Read Data and Bit Flip Register 5
MC62_RDBFL6     0xF0064EAC          Read Data and Bit Flip Register 6
MC62_RDBFL7     0xF0064EAE          Read Data and Bit Flip Register 7
MC62_RDBFL8     0xF0064EB0          Read Data and Bit Flip Register 8
MC62_RDBFL9     0xF0064EB2          Read Data and Bit Flip Register 9
MC62_RDBFL10    0xF0064EB4          Read Data and Bit Flip Register 10
MC62_RDBFL11    0xF0064EB6          Read Data and Bit Flip Register 11
MC62_RDBFL12    0xF0064EB8          Read Data and Bit Flip Register 12
MC62_RDBFL13    0xF0064EBA          Read Data and Bit Flip Register 13
MC62_RDBFL14    0xF0064EBC          Read Data and Bit Flip Register 14
MC62_RDBFL15    0xF0064EBE          Read Data and Bit Flip Register 15
MC62_RDBFL16    0xF0064EC0          Read Data and Bit Flip Register 16
MC62_RDBFL17    0xF0064EC2          Read Data and Bit Flip Register 17
MC62_RDBFL18    0xF0064EC4          Read Data and Bit Flip Register 18
MC62_RDBFL19    0xF0064EC6          Read Data and Bit Flip Register 19
MC62_RDBFL20    0xF0064EC8          Read Data and Bit Flip Register 20
MC62_RDBFL21    0xF0064ECA          Read Data and Bit Flip Register 21
MC62_RDBFL22    0xF0064ECC          Read Data and Bit Flip Register 22
MC62_RDBFL23    0xF0064ECE          Read Data and Bit Flip Register 23
MC62_RDBFL24    0xF0064ED0          Read Data and Bit Flip Register 24
MC62_RDBFL25    0xF0064ED2          Read Data and Bit Flip Register 25
MC62_RDBFL26    0xF0064ED4          Read Data and Bit Flip Register 26
MC62_RDBFL27    0xF0064ED6          Read Data and Bit Flip Register 27
MC62_RDBFL28    0xF0064ED8          Read Data and Bit Flip Register 28
MC62_RDBFL29    0xF0064EDA          Read Data and Bit Flip Register 29
MC62_RDBFL30    0xF0064EDC          Read Data and Bit Flip Register 30
MC62_RDBFL31    0xF0064EDE          Read Data and Bit Flip Register 31
MC62_RDBFL32    0xF0064EE0          Read Data and Bit Flip Register 32
MC62_RDBFL33    0xF0064EE2          Read Data and Bit Flip Register 33
MC62_RDBFL34    0xF0064EE4          Read Data and Bit Flip Register 34
MC62_RDBFL35    0xF0064EE6          Read Data and Bit Flip Register 35
MC62_RDBFL36    0xF0064EE8          Read Data and Bit Flip Register 36
MC62_RDBFL37    0xF0064EEA          Read Data and Bit Flip Register 37
MC62_RDBFL38    0xF0064EEC          Read Data and Bit Flip Register 38
MC62_RDBFL39    0xF0064EEE          Read Data and Bit Flip Register 39
MC63_CONFIG0    0xF0064F00          Configuration Register 0
MC63_CONFIG1    0xF0064F02          Configuration Register 1
MC63_MCONTROL   0xF0064F04          MBIST Control Register
MC63_MSTATUS    0xF0064F06          Status Register
MC63_RANGE      0xF0064F08          Range Register, single address mode
MC63_REVID      0xF0064F0C          Revision ID Register
MC63_ECCS       0xF0064F0E          ECC Safety Register
MC63_ECCD       0xF0064F10          Memory ECC Detection Register
MC63_ETRR0      0xF0064F12          Error Tracking Register 0
MC63_ETRR1      0xF0064F14          Error Tracking Register 1
MC63_ETRR2      0xF0064F16          Error Tracking Register 2
MC63_ETRR3      0xF0064F18          Error Tracking Register 3
MC63_ETRR4      0xF0064F1A          Error Tracking Register 4
MC63_RDBFL0     0xF0064FA0          Read Data and Bit Flip Register 0
MC63_RDBFL1     0xF0064FA2          Read Data and Bit Flip Register 1
MC63_RDBFL2     0xF0064FA4          Read Data and Bit Flip Register 2
MC63_RDBFL3     0xF0064FA6          Read Data and Bit Flip Register 3
MC63_RDBFL4     0xF0064FA8          Read Data and Bit Flip Register 4
MC63_RDBFL5     0xF0064FAA          Read Data and Bit Flip Register 5
MC63_RDBFL6     0xF0064FAC          Read Data and Bit Flip Register 6
MC63_RDBFL7     0xF0064FAE          Read Data and Bit Flip Register 7
MC63_RDBFL8     0xF0064FB0          Read Data and Bit Flip Register 8
MC63_RDBFL9     0xF0064FB2          Read Data and Bit Flip Register 9
MC63_RDBFL10    0xF0064FB4          Read Data and Bit Flip Register 10
MC63_RDBFL11    0xF0064FB6          Read Data and Bit Flip Register 11
MC63_RDBFL12    0xF0064FB8          Read Data and Bit Flip Register 12
MC63_RDBFL13    0xF0064FBA          Read Data and Bit Flip Register 13
MC63_RDBFL14    0xF0064FBC          Read Data and Bit Flip Register 14
MC63_RDBFL15    0xF0064FBE          Read Data and Bit Flip Register 15
MC63_RDBFL16    0xF0064FC0          Read Data and Bit Flip Register 16
MC63_RDBFL17    0xF0064FC2          Read Data and Bit Flip Register 17
MC63_RDBFL18    0xF0064FC4          Read Data and Bit Flip Register 18
MC63_RDBFL19    0xF0064FC6          Read Data and Bit Flip Register 19
MC63_RDBFL20    0xF0064FC8          Read Data and Bit Flip Register 20
MC63_RDBFL21    0xF0064FCA          Read Data and Bit Flip Register 21
MC63_RDBFL22    0xF0064FCC          Read Data and Bit Flip Register 22
MC63_RDBFL23    0xF0064FCE          Read Data and Bit Flip Register 23
MC63_RDBFL24    0xF0064FD0          Read Data and Bit Flip Register 24
MC63_RDBFL25    0xF0064FD2          Read Data and Bit Flip Register 25
MC63_RDBFL26    0xF0064FD4          Read Data and Bit Flip Register 26
MC63_RDBFL27    0xF0064FD6          Read Data and Bit Flip Register 27
MC63_RDBFL28    0xF0064FD8          Read Data and Bit Flip Register 28
MC63_RDBFL29    0xF0064FDA          Read Data and Bit Flip Register 29
MC63_RDBFL30    0xF0064FDC          Read Data and Bit Flip Register 30
MC63_RDBFL31    0xF0064FDE          Read Data and Bit Flip Register 31
MC63_RDBFL32    0xF0064FE0          Read Data and Bit Flip Register 32
MC63_RDBFL33    0xF0064FE2          Read Data and Bit Flip Register 33
MC63_RDBFL34    0xF0064FE4          Read Data and Bit Flip Register 34
MC63_RDBFL35    0xF0064FE6          Read Data and Bit Flip Register 35
MC63_RDBFL36    0xF0064FE8          Read Data and Bit Flip Register 36
MC63_RDBFL37    0xF0064FEA          Read Data and Bit Flip Register 37
MC63_RDBFL38    0xF0064FEC          Read Data and Bit Flip Register 38
MC63_RDBFL39    0xF0064FEE          Read Data and Bit Flip Register 39
MC64_CONFIG0    0xF0065000          Configuration Register 0
MC64_CONFIG1    0xF0065002          Configuration Register 1
MC64_MCONTROL   0xF0065004          MBIST Control Register
MC64_MSTATUS    0xF0065006          Status Register
MC64_RANGE      0xF0065008          Range Register, single address mode
MC64_REVID      0xF006500C          Revision ID Register
MC64_ECCS       0xF006500E          ECC Safety Register
MC64_ECCD       0xF0065010          Memory ECC Detection Register
MC64_ETRR0      0xF0065012          Error Tracking Register 0
MC64_ETRR1      0xF0065014          Error Tracking Register 1
MC64_ETRR2      0xF0065016          Error Tracking Register 2
MC64_ETRR3      0xF0065018          Error Tracking Register 3
MC64_ETRR4      0xF006501A          Error Tracking Register 4
MC64_RDBFL0     0xF00650A0          Read Data and Bit Flip Register 0
MC64_RDBFL1     0xF00650A2          Read Data and Bit Flip Register 1
MC64_RDBFL2     0xF00650A4          Read Data and Bit Flip Register 2
MC64_RDBFL3     0xF00650A6          Read Data and Bit Flip Register 3
MC64_RDBFL4     0xF00650A8          Read Data and Bit Flip Register 4
MC64_RDBFL5     0xF00650AA          Read Data and Bit Flip Register 5
MC64_RDBFL6     0xF00650AC          Read Data and Bit Flip Register 6
MC64_RDBFL7     0xF00650AE          Read Data and Bit Flip Register 7
MC64_RDBFL8     0xF00650B0          Read Data and Bit Flip Register 8
MC64_RDBFL9     0xF00650B2          Read Data and Bit Flip Register 9
MC64_RDBFL10    0xF00650B4          Read Data and Bit Flip Register 10
MC64_RDBFL11    0xF00650B6          Read Data and Bit Flip Register 11
MC64_RDBFL12    0xF00650B8          Read Data and Bit Flip Register 12
MC64_RDBFL13    0xF00650BA          Read Data and Bit Flip Register 13
MC64_RDBFL14    0xF00650BC          Read Data and Bit Flip Register 14
MC64_RDBFL15    0xF00650BE          Read Data and Bit Flip Register 15
MC64_RDBFL16    0xF00650C0          Read Data and Bit Flip Register 16
MC64_RDBFL17    0xF00650C2          Read Data and Bit Flip Register 17
MC64_RDBFL18    0xF00650C4          Read Data and Bit Flip Register 18
MC64_RDBFL19    0xF00650C6          Read Data and Bit Flip Register 19
MC64_RDBFL20    0xF00650C8          Read Data and Bit Flip Register 20
MC64_RDBFL21    0xF00650CA          Read Data and Bit Flip Register 21
MC64_RDBFL22    0xF00650CC          Read Data and Bit Flip Register 22
MC64_RDBFL23    0xF00650CE          Read Data and Bit Flip Register 23
MC64_RDBFL24    0xF00650D0          Read Data and Bit Flip Register 24
MC64_RDBFL25    0xF00650D2          Read Data and Bit Flip Register 25
MC64_RDBFL26    0xF00650D4          Read Data and Bit Flip Register 26
MC64_RDBFL27    0xF00650D6          Read Data and Bit Flip Register 27
MC64_RDBFL28    0xF00650D8          Read Data and Bit Flip Register 28
MC64_RDBFL29    0xF00650DA          Read Data and Bit Flip Register 29
MC64_RDBFL30    0xF00650DC          Read Data and Bit Flip Register 30
MC64_RDBFL31    0xF00650DE          Read Data and Bit Flip Register 31
MC64_RDBFL32    0xF00650E0          Read Data and Bit Flip Register 32
MC64_RDBFL33    0xF00650E2          Read Data and Bit Flip Register 33
MC64_RDBFL34    0xF00650E4          Read Data and Bit Flip Register 34
MC64_RDBFL35    0xF00650E6          Read Data and Bit Flip Register 35
MC64_RDBFL36    0xF00650E8          Read Data and Bit Flip Register 36
MC64_RDBFL37    0xF00650EA          Read Data and Bit Flip Register 37
MC64_RDBFL38    0xF00650EC          Read Data and Bit Flip Register 38
MC64_RDBFL39    0xF00650EE          Read Data and Bit Flip Register 39
MC65_CONFIG0    0xF0065100          Configuration Register 0
MC65_CONFIG1    0xF0065102          Configuration Register 1
MC65_MCONTROL   0xF0065104          MBIST Control Register
MC65_MSTATUS    0xF0065106          Status Register
MC65_RANGE      0xF0065108          Range Register, single address mode
MC65_REVID      0xF006510C          Revision ID Register
MC65_ECCS       0xF006510E          ECC Safety Register
MC65_ECCD       0xF0065110          Memory ECC Detection Register
MC65_ETRR0      0xF0065112          Error Tracking Register 0
MC65_ETRR1      0xF0065114          Error Tracking Register 1
MC65_ETRR2      0xF0065116          Error Tracking Register 2
MC65_ETRR3      0xF0065118          Error Tracking Register 3
MC65_ETRR4      0xF006511A          Error Tracking Register 4
MC65_RDBFL0     0xF00651A0          Read Data and Bit Flip Register 0
MC65_RDBFL1     0xF00651A2          Read Data and Bit Flip Register 1
MC65_RDBFL2     0xF00651A4          Read Data and Bit Flip Register 2
MC65_RDBFL3     0xF00651A6          Read Data and Bit Flip Register 3
MC65_RDBFL4     0xF00651A8          Read Data and Bit Flip Register 4
MC65_RDBFL5     0xF00651AA          Read Data and Bit Flip Register 5
MC65_RDBFL6     0xF00651AC          Read Data and Bit Flip Register 6
MC65_RDBFL7     0xF00651AE          Read Data and Bit Flip Register 7
MC65_RDBFL8     0xF00651B0          Read Data and Bit Flip Register 8
MC65_RDBFL9     0xF00651B2          Read Data and Bit Flip Register 9
MC65_RDBFL10    0xF00651B4          Read Data and Bit Flip Register 10
MC65_RDBFL11    0xF00651B6          Read Data and Bit Flip Register 11
MC65_RDBFL12    0xF00651B8          Read Data and Bit Flip Register 12
MC65_RDBFL13    0xF00651BA          Read Data and Bit Flip Register 13
MC65_RDBFL14    0xF00651BC          Read Data and Bit Flip Register 14
MC65_RDBFL15    0xF00651BE          Read Data and Bit Flip Register 15
MC65_RDBFL16    0xF00651C0          Read Data and Bit Flip Register 16
MC65_RDBFL17    0xF00651C2          Read Data and Bit Flip Register 17
MC65_RDBFL18    0xF00651C4          Read Data and Bit Flip Register 18
MC65_RDBFL19    0xF00651C6          Read Data and Bit Flip Register 19
MC65_RDBFL20    0xF00651C8          Read Data and Bit Flip Register 20
MC65_RDBFL21    0xF00651CA          Read Data and Bit Flip Register 21
MC65_RDBFL22    0xF00651CC          Read Data and Bit Flip Register 22
MC65_RDBFL23    0xF00651CE          Read Data and Bit Flip Register 23
MC65_RDBFL24    0xF00651D0          Read Data and Bit Flip Register 24
MC65_RDBFL25    0xF00651D2          Read Data and Bit Flip Register 25
MC65_RDBFL26    0xF00651D4          Read Data and Bit Flip Register 26
MC65_RDBFL27    0xF00651D6          Read Data and Bit Flip Register 27
MC65_RDBFL28    0xF00651D8          Read Data and Bit Flip Register 28
MC65_RDBFL29    0xF00651DA          Read Data and Bit Flip Register 29
MC65_RDBFL30    0xF00651DC          Read Data and Bit Flip Register 30
MC65_RDBFL31    0xF00651DE          Read Data and Bit Flip Register 31
MC65_RDBFL32    0xF00651E0          Read Data and Bit Flip Register 32
MC65_RDBFL33    0xF00651E2          Read Data and Bit Flip Register 33
MC65_RDBFL34    0xF00651E4          Read Data and Bit Flip Register 34
MC65_RDBFL35    0xF00651E6          Read Data and Bit Flip Register 35
MC65_RDBFL36    0xF00651E8          Read Data and Bit Flip Register 36
MC65_RDBFL37    0xF00651EA          Read Data and Bit Flip Register 37
MC65_RDBFL38    0xF00651EC          Read Data and Bit Flip Register 38
MC65_RDBFL39    0xF00651EE          Read Data and Bit Flip Register 39
MC66_CONFIG0    0xF0065200          Configuration Register 0
MC66_CONFIG1    0xF0065202          Configuration Register 1
MC66_MCONTROL   0xF0065204          MBIST Control Register
MC66_MSTATUS    0xF0065206          Status Register
MC66_RANGE      0xF0065208          Range Register, single address mode
MC66_REVID      0xF006520C          Revision ID Register
MC66_ECCS       0xF006520E          ECC Safety Register
MC66_ECCD       0xF0065210          Memory ECC Detection Register
MC66_ETRR0      0xF0065212          Error Tracking Register 0
MC66_ETRR1      0xF0065214          Error Tracking Register 1
MC66_ETRR2      0xF0065216          Error Tracking Register 2
MC66_ETRR3      0xF0065218          Error Tracking Register 3
MC66_ETRR4      0xF006521A          Error Tracking Register 4
MC66_RDBFL0     0xF00652A0          Read Data and Bit Flip Register 0
MC66_RDBFL1     0xF00652A2          Read Data and Bit Flip Register 1
MC66_RDBFL2     0xF00652A4          Read Data and Bit Flip Register 2
MC66_RDBFL3     0xF00652A6          Read Data and Bit Flip Register 3
MC66_RDBFL4     0xF00652A8          Read Data and Bit Flip Register 4
MC66_RDBFL5     0xF00652AA          Read Data and Bit Flip Register 5
MC66_RDBFL6     0xF00652AC          Read Data and Bit Flip Register 6
MC66_RDBFL7     0xF00652AE          Read Data and Bit Flip Register 7
MC66_RDBFL8     0xF00652B0          Read Data and Bit Flip Register 8
MC66_RDBFL9     0xF00652B2          Read Data and Bit Flip Register 9
MC66_RDBFL10    0xF00652B4          Read Data and Bit Flip Register 10
MC66_RDBFL11    0xF00652B6          Read Data and Bit Flip Register 11
MC66_RDBFL12    0xF00652B8          Read Data and Bit Flip Register 12
MC66_RDBFL13    0xF00652BA          Read Data and Bit Flip Register 13
MC66_RDBFL14    0xF00652BC          Read Data and Bit Flip Register 14
MC66_RDBFL15    0xF00652BE          Read Data and Bit Flip Register 15
MC66_RDBFL16    0xF00652C0          Read Data and Bit Flip Register 16
MC66_RDBFL17    0xF00652C2          Read Data and Bit Flip Register 17
MC66_RDBFL18    0xF00652C4          Read Data and Bit Flip Register 18
MC66_RDBFL19    0xF00652C6          Read Data and Bit Flip Register 19
MC66_RDBFL20    0xF00652C8          Read Data and Bit Flip Register 20
MC66_RDBFL21    0xF00652CA          Read Data and Bit Flip Register 21
MC66_RDBFL22    0xF00652CC          Read Data and Bit Flip Register 22
MC66_RDBFL23    0xF00652CE          Read Data and Bit Flip Register 23
MC66_RDBFL24    0xF00652D0          Read Data and Bit Flip Register 24
MC66_RDBFL25    0xF00652D2          Read Data and Bit Flip Register 25
MC66_RDBFL26    0xF00652D4          Read Data and Bit Flip Register 26
MC66_RDBFL27    0xF00652D6          Read Data and Bit Flip Register 27
MC66_RDBFL28    0xF00652D8          Read Data and Bit Flip Register 28
MC66_RDBFL29    0xF00652DA          Read Data and Bit Flip Register 29
MC66_RDBFL30    0xF00652DC          Read Data and Bit Flip Register 30
MC66_RDBFL31    0xF00652DE          Read Data and Bit Flip Register 31
MC66_RDBFL32    0xF00652E0          Read Data and Bit Flip Register 32
MC66_RDBFL33    0xF00652E2          Read Data and Bit Flip Register 33
MC66_RDBFL34    0xF00652E4          Read Data and Bit Flip Register 34
MC66_RDBFL35    0xF00652E6          Read Data and Bit Flip Register 35
MC66_RDBFL36    0xF00652E8          Read Data and Bit Flip Register 36
MC66_RDBFL37    0xF00652EA          Read Data and Bit Flip Register 37
MC66_RDBFL38    0xF00652EC          Read Data and Bit Flip Register 38
MC66_RDBFL39    0xF00652EE          Read Data and Bit Flip Register 39
MC67_CONFIG0    0xF0065300          Configuration Register 0
MC67_CONFIG1    0xF0065302          Configuration Register 1
MC67_MCONTROL   0xF0065304          MBIST Control Register
MC67_MSTATUS    0xF0065306          Status Register
MC67_RANGE      0xF0065308          Range Register, single address mode
MC67_REVID      0xF006530C          Revision ID Register
MC67_ECCS       0xF006530E          ECC Safety Register
MC67_ECCD       0xF0065310          Memory ECC Detection Register
MC67_ETRR0      0xF0065312          Error Tracking Register 0
MC67_ETRR1      0xF0065314          Error Tracking Register 1
MC67_ETRR2      0xF0065316          Error Tracking Register 2
MC67_ETRR3      0xF0065318          Error Tracking Register 3
MC67_ETRR4      0xF006531A          Error Tracking Register 4
MC67_RDBFL0     0xF00653A0          Read Data and Bit Flip Register 0
MC67_RDBFL1     0xF00653A2          Read Data and Bit Flip Register 1
MC67_RDBFL2     0xF00653A4          Read Data and Bit Flip Register 2
MC67_RDBFL3     0xF00653A6          Read Data and Bit Flip Register 3
MC67_RDBFL4     0xF00653A8          Read Data and Bit Flip Register 4
MC67_RDBFL5     0xF00653AA          Read Data and Bit Flip Register 5
MC67_RDBFL6     0xF00653AC          Read Data and Bit Flip Register 6
MC67_RDBFL7     0xF00653AE          Read Data and Bit Flip Register 7
MC67_RDBFL8     0xF00653B0          Read Data and Bit Flip Register 8
MC67_RDBFL9     0xF00653B2          Read Data and Bit Flip Register 9
MC67_RDBFL10    0xF00653B4          Read Data and Bit Flip Register 10
MC67_RDBFL11    0xF00653B6          Read Data and Bit Flip Register 11
MC67_RDBFL12    0xF00653B8          Read Data and Bit Flip Register 12
MC67_RDBFL13    0xF00653BA          Read Data and Bit Flip Register 13
MC67_RDBFL14    0xF00653BC          Read Data and Bit Flip Register 14
MC67_RDBFL15    0xF00653BE          Read Data and Bit Flip Register 15
MC67_RDBFL16    0xF00653C0          Read Data and Bit Flip Register 16
MC67_RDBFL17    0xF00653C2          Read Data and Bit Flip Register 17
MC67_RDBFL18    0xF00653C4          Read Data and Bit Flip Register 18
MC67_RDBFL19    0xF00653C6          Read Data and Bit Flip Register 19
MC67_RDBFL20    0xF00653C8          Read Data and Bit Flip Register 20
MC67_RDBFL21    0xF00653CA          Read Data and Bit Flip Register 21
MC67_RDBFL22    0xF00653CC          Read Data and Bit Flip Register 22
MC67_RDBFL23    0xF00653CE          Read Data and Bit Flip Register 23
MC67_RDBFL24    0xF00653D0          Read Data and Bit Flip Register 24
MC67_RDBFL25    0xF00653D2          Read Data and Bit Flip Register 25
MC67_RDBFL26    0xF00653D4          Read Data and Bit Flip Register 26
MC67_RDBFL27    0xF00653D6          Read Data and Bit Flip Register 27
MC67_RDBFL28    0xF00653D8          Read Data and Bit Flip Register 28
MC67_RDBFL29    0xF00653DA          Read Data and Bit Flip Register 29
MC67_RDBFL30    0xF00653DC          Read Data and Bit Flip Register 30
MC67_RDBFL31    0xF00653DE          Read Data and Bit Flip Register 31
MC67_RDBFL32    0xF00653E0          Read Data and Bit Flip Register 32
MC67_RDBFL33    0xF00653E2          Read Data and Bit Flip Register 33
MC67_RDBFL34    0xF00653E4          Read Data and Bit Flip Register 34
MC67_RDBFL35    0xF00653E6          Read Data and Bit Flip Register 35
MC67_RDBFL36    0xF00653E8          Read Data and Bit Flip Register 36
MC67_RDBFL37    0xF00653EA          Read Data and Bit Flip Register 37
MC67_RDBFL38    0xF00653EC          Read Data and Bit Flip Register 38
MC67_RDBFL39    0xF00653EE          Read Data and Bit Flip Register 39
MC68_CONFIG0    0xF0065400          Configuration Register 0
MC68_CONFIG1    0xF0065402          Configuration Register 1
MC68_MCONTROL   0xF0065404          MBIST Control Register
MC68_MSTATUS    0xF0065406          Status Register
MC68_RANGE      0xF0065408          Range Register, single address mode
MC68_REVID      0xF006540C          Revision ID Register
MC68_ECCS       0xF006540E          ECC Safety Register
MC68_ECCD       0xF0065410          Memory ECC Detection Register
MC68_ETRR0      0xF0065412          Error Tracking Register 0
MC68_ETRR1      0xF0065414          Error Tracking Register 1
MC68_ETRR2      0xF0065416          Error Tracking Register 2
MC68_ETRR3      0xF0065418          Error Tracking Register 3
MC68_ETRR4      0xF006541A          Error Tracking Register 4
MC68_RDBFL0     0xF00654A0          Read Data and Bit Flip Register 0
MC68_RDBFL1     0xF00654A2          Read Data and Bit Flip Register 1
MC68_RDBFL2     0xF00654A4          Read Data and Bit Flip Register 2
MC68_RDBFL3     0xF00654A6          Read Data and Bit Flip Register 3
MC68_RDBFL4     0xF00654A8          Read Data and Bit Flip Register 4
MC68_RDBFL5     0xF00654AA          Read Data and Bit Flip Register 5
MC68_RDBFL6     0xF00654AC          Read Data and Bit Flip Register 6
MC68_RDBFL7     0xF00654AE          Read Data and Bit Flip Register 7
MC68_RDBFL8     0xF00654B0          Read Data and Bit Flip Register 8
MC68_RDBFL9     0xF00654B2          Read Data and Bit Flip Register 9
MC68_RDBFL10    0xF00654B4          Read Data and Bit Flip Register 10
MC68_RDBFL11    0xF00654B6          Read Data and Bit Flip Register 11
MC68_RDBFL12    0xF00654B8          Read Data and Bit Flip Register 12
MC68_RDBFL13    0xF00654BA          Read Data and Bit Flip Register 13
MC68_RDBFL14    0xF00654BC          Read Data and Bit Flip Register 14
MC68_RDBFL15    0xF00654BE          Read Data and Bit Flip Register 15
MC68_RDBFL16    0xF00654C0          Read Data and Bit Flip Register 16
MC68_RDBFL17    0xF00654C2          Read Data and Bit Flip Register 17
MC68_RDBFL18    0xF00654C4          Read Data and Bit Flip Register 18
MC68_RDBFL19    0xF00654C6          Read Data and Bit Flip Register 19
MC68_RDBFL20    0xF00654C8          Read Data and Bit Flip Register 20
MC68_RDBFL21    0xF00654CA          Read Data and Bit Flip Register 21
MC68_RDBFL22    0xF00654CC          Read Data and Bit Flip Register 22
MC68_RDBFL23    0xF00654CE          Read Data and Bit Flip Register 23
MC68_RDBFL24    0xF00654D0          Read Data and Bit Flip Register 24
MC68_RDBFL25    0xF00654D2          Read Data and Bit Flip Register 25
MC68_RDBFL26    0xF00654D4          Read Data and Bit Flip Register 26
MC68_RDBFL27    0xF00654D6          Read Data and Bit Flip Register 27
MC68_RDBFL28    0xF00654D8          Read Data and Bit Flip Register 28
MC68_RDBFL29    0xF00654DA          Read Data and Bit Flip Register 29
MC68_RDBFL30    0xF00654DC          Read Data and Bit Flip Register 30
MC68_RDBFL31    0xF00654DE          Read Data and Bit Flip Register 31
MC68_RDBFL32    0xF00654E0          Read Data and Bit Flip Register 32
MC68_RDBFL33    0xF00654E2          Read Data and Bit Flip Register 33
MC68_RDBFL34    0xF00654E4          Read Data and Bit Flip Register 34
MC68_RDBFL35    0xF00654E6          Read Data and Bit Flip Register 35
MC68_RDBFL36    0xF00654E8          Read Data and Bit Flip Register 36
MC68_RDBFL37    0xF00654EA          Read Data and Bit Flip Register 37
MC68_RDBFL38    0xF00654EC          Read Data and Bit Flip Register 38
MC68_RDBFL39    0xF00654EE          Read Data and Bit Flip Register 39
MC69_CONFIG0    0xF0065500          Configuration Register 0
MC69_CONFIG1    0xF0065502          Configuration Register 1
MC69_MCONTROL   0xF0065504          MBIST Control Register
MC69_MSTATUS    0xF0065506          Status Register
MC69_RANGE      0xF0065508          Range Register, single address mode
MC69_REVID      0xF006550C          Revision ID Register
MC69_ECCS       0xF006550E          ECC Safety Register
MC69_ECCD       0xF0065510          Memory ECC Detection Register
MC69_ETRR0      0xF0065512          Error Tracking Register 0
MC69_ETRR1      0xF0065514          Error Tracking Register 1
MC69_ETRR2      0xF0065516          Error Tracking Register 2
MC69_ETRR3      0xF0065518          Error Tracking Register 3
MC69_ETRR4      0xF006551A          Error Tracking Register 4
MC69_RDBFL0     0xF00655A0          Read Data and Bit Flip Register 0
MC69_RDBFL1     0xF00655A2          Read Data and Bit Flip Register 1
MC69_RDBFL2     0xF00655A4          Read Data and Bit Flip Register 2
MC69_RDBFL3     0xF00655A6          Read Data and Bit Flip Register 3
MC69_RDBFL4     0xF00655A8          Read Data and Bit Flip Register 4
MC69_RDBFL5     0xF00655AA          Read Data and Bit Flip Register 5
MC69_RDBFL6     0xF00655AC          Read Data and Bit Flip Register 6
MC69_RDBFL7     0xF00655AE          Read Data and Bit Flip Register 7
MC69_RDBFL8     0xF00655B0          Read Data and Bit Flip Register 8
MC69_RDBFL9     0xF00655B2          Read Data and Bit Flip Register 9
MC69_RDBFL10    0xF00655B4          Read Data and Bit Flip Register 10
MC69_RDBFL11    0xF00655B6          Read Data and Bit Flip Register 11
MC69_RDBFL12    0xF00655B8          Read Data and Bit Flip Register 12
MC69_RDBFL13    0xF00655BA          Read Data and Bit Flip Register 13
MC69_RDBFL14    0xF00655BC          Read Data and Bit Flip Register 14
MC69_RDBFL15    0xF00655BE          Read Data and Bit Flip Register 15
MC69_RDBFL16    0xF00655C0          Read Data and Bit Flip Register 16
MC69_RDBFL17    0xF00655C2          Read Data and Bit Flip Register 17
MC69_RDBFL18    0xF00655C4          Read Data and Bit Flip Register 18
MC69_RDBFL19    0xF00655C6          Read Data and Bit Flip Register 19
MC69_RDBFL20    0xF00655C8          Read Data and Bit Flip Register 20
MC69_RDBFL21    0xF00655CA          Read Data and Bit Flip Register 21
MC69_RDBFL22    0xF00655CC          Read Data and Bit Flip Register 22
MC69_RDBFL23    0xF00655CE          Read Data and Bit Flip Register 23
MC69_RDBFL24    0xF00655D0          Read Data and Bit Flip Register 24
MC69_RDBFL25    0xF00655D2          Read Data and Bit Flip Register 25
MC69_RDBFL26    0xF00655D4          Read Data and Bit Flip Register 26
MC69_RDBFL27    0xF00655D6          Read Data and Bit Flip Register 27
MC69_RDBFL28    0xF00655D8          Read Data and Bit Flip Register 28
MC69_RDBFL29    0xF00655DA          Read Data and Bit Flip Register 29
MC69_RDBFL30    0xF00655DC          Read Data and Bit Flip Register 30
MC69_RDBFL31    0xF00655DE          Read Data and Bit Flip Register 31
MC69_RDBFL32    0xF00655E0          Read Data and Bit Flip Register 32
MC69_RDBFL33    0xF00655E2          Read Data and Bit Flip Register 33
MC69_RDBFL34    0xF00655E4          Read Data and Bit Flip Register 34
MC69_RDBFL35    0xF00655E6          Read Data and Bit Flip Register 35
MC69_RDBFL36    0xF00655E8          Read Data and Bit Flip Register 36
MC69_RDBFL37    0xF00655EA          Read Data and Bit Flip Register 37
MC69_RDBFL38    0xF00655EC          Read Data and Bit Flip Register 38
MC69_RDBFL39    0xF00655EE          Read Data and Bit Flip Register 39
MC70_CONFIG0    0xF0065600          Configuration Register 0
MC70_CONFIG1    0xF0065602          Configuration Register 1
MC70_MCONTROL   0xF0065604          MBIST Control Register
MC70_MSTATUS    0xF0065606          Status Register
MC70_RANGE      0xF0065608          Range Register, single address mode
MC70_REVID      0xF006560C          Revision ID Register
MC70_ECCS       0xF006560E          ECC Safety Register
MC70_ECCD       0xF0065610          Memory ECC Detection Register
MC70_ETRR0      0xF0065612          Error Tracking Register 0
MC70_ETRR1      0xF0065614          Error Tracking Register 1
MC70_ETRR2      0xF0065616          Error Tracking Register 2
MC70_ETRR3      0xF0065618          Error Tracking Register 3
MC70_ETRR4      0xF006561A          Error Tracking Register 4
MC70_RDBFL0     0xF00656A0          Read Data and Bit Flip Register 0
MC70_RDBFL1     0xF00656A2          Read Data and Bit Flip Register 1
MC70_RDBFL2     0xF00656A4          Read Data and Bit Flip Register 2
MC70_RDBFL3     0xF00656A6          Read Data and Bit Flip Register 3
MC70_RDBFL4     0xF00656A8          Read Data and Bit Flip Register 4
MC70_RDBFL5     0xF00656AA          Read Data and Bit Flip Register 5
MC70_RDBFL6     0xF00656AC          Read Data and Bit Flip Register 6
MC70_RDBFL7     0xF00656AE          Read Data and Bit Flip Register 7
MC70_RDBFL8     0xF00656B0          Read Data and Bit Flip Register 8
MC70_RDBFL9     0xF00656B2          Read Data and Bit Flip Register 9
MC70_RDBFL10    0xF00656B4          Read Data and Bit Flip Register 10
MC70_RDBFL11    0xF00656B6          Read Data and Bit Flip Register 11
MC70_RDBFL12    0xF00656B8          Read Data and Bit Flip Register 12
MC70_RDBFL13    0xF00656BA          Read Data and Bit Flip Register 13
MC70_RDBFL14    0xF00656BC          Read Data and Bit Flip Register 14
MC70_RDBFL15    0xF00656BE          Read Data and Bit Flip Register 15
MC70_RDBFL16    0xF00656C0          Read Data and Bit Flip Register 16
MC70_RDBFL17    0xF00656C2          Read Data and Bit Flip Register 17
MC70_RDBFL18    0xF00656C4          Read Data and Bit Flip Register 18
MC70_RDBFL19    0xF00656C6          Read Data and Bit Flip Register 19
MC70_RDBFL20    0xF00656C8          Read Data and Bit Flip Register 20
MC70_RDBFL21    0xF00656CA          Read Data and Bit Flip Register 21
MC70_RDBFL22    0xF00656CC          Read Data and Bit Flip Register 22
MC70_RDBFL23    0xF00656CE          Read Data and Bit Flip Register 23
MC70_RDBFL24    0xF00656D0          Read Data and Bit Flip Register 24
MC70_RDBFL25    0xF00656D2          Read Data and Bit Flip Register 25
MC70_RDBFL26    0xF00656D4          Read Data and Bit Flip Register 26
MC70_RDBFL27    0xF00656D6          Read Data and Bit Flip Register 27
MC70_RDBFL28    0xF00656D8          Read Data and Bit Flip Register 28
MC70_RDBFL29    0xF00656DA          Read Data and Bit Flip Register 29
MC70_RDBFL30    0xF00656DC          Read Data and Bit Flip Register 30
MC70_RDBFL31    0xF00656DE          Read Data and Bit Flip Register 31
MC70_RDBFL32    0xF00656E0          Read Data and Bit Flip Register 32
MC70_RDBFL33    0xF00656E2          Read Data and Bit Flip Register 33
MC70_RDBFL34    0xF00656E4          Read Data and Bit Flip Register 34
MC70_RDBFL35    0xF00656E6          Read Data and Bit Flip Register 35
MC70_RDBFL36    0xF00656E8          Read Data and Bit Flip Register 36
MC70_RDBFL37    0xF00656EA          Read Data and Bit Flip Register 37
MC70_RDBFL38    0xF00656EC          Read Data and Bit Flip Register 38
MC70_RDBFL39    0xF00656EE          Read Data and Bit Flip Register 39
MC71_CONFIG0    0xF0065700          Configuration Register 0
MC71_CONFIG1    0xF0065702          Configuration Register 1
MC71_MCONTROL   0xF0065704          MBIST Control Register
MC71_MSTATUS    0xF0065706          Status Register
MC71_RANGE      0xF0065708          Range Register, single address mode
MC71_REVID      0xF006570C          Revision ID Register
MC71_ECCS       0xF006570E          ECC Safety Register
MC71_ECCD       0xF0065710          Memory ECC Detection Register
MC71_ETRR0      0xF0065712          Error Tracking Register 0
MC71_ETRR1      0xF0065714          Error Tracking Register 1
MC71_ETRR2      0xF0065716          Error Tracking Register 2
MC71_ETRR3      0xF0065718          Error Tracking Register 3
MC71_ETRR4      0xF006571A          Error Tracking Register 4
MC71_RDBFL0     0xF00657A0          Read Data and Bit Flip Register 0
MC71_RDBFL1     0xF00657A2          Read Data and Bit Flip Register 1
MC71_RDBFL2     0xF00657A4          Read Data and Bit Flip Register 2
MC71_RDBFL3     0xF00657A6          Read Data and Bit Flip Register 3
MC71_RDBFL4     0xF00657A8          Read Data and Bit Flip Register 4
MC71_RDBFL5     0xF00657AA          Read Data and Bit Flip Register 5
MC71_RDBFL6     0xF00657AC          Read Data and Bit Flip Register 6
MC71_RDBFL7     0xF00657AE          Read Data and Bit Flip Register 7
MC71_RDBFL8     0xF00657B0          Read Data and Bit Flip Register 8
MC71_RDBFL9     0xF00657B2          Read Data and Bit Flip Register 9
MC71_RDBFL10    0xF00657B4          Read Data and Bit Flip Register 10
MC71_RDBFL11    0xF00657B6          Read Data and Bit Flip Register 11
MC71_RDBFL12    0xF00657B8          Read Data and Bit Flip Register 12
MC71_RDBFL13    0xF00657BA          Read Data and Bit Flip Register 13
MC71_RDBFL14    0xF00657BC          Read Data and Bit Flip Register 14
MC71_RDBFL15    0xF00657BE          Read Data and Bit Flip Register 15
MC71_RDBFL16    0xF00657C0          Read Data and Bit Flip Register 16
MC71_RDBFL17    0xF00657C2          Read Data and Bit Flip Register 17
MC71_RDBFL18    0xF00657C4          Read Data and Bit Flip Register 18
MC71_RDBFL19    0xF00657C6          Read Data and Bit Flip Register 19
MC71_RDBFL20    0xF00657C8          Read Data and Bit Flip Register 20
MC71_RDBFL21    0xF00657CA          Read Data and Bit Flip Register 21
MC71_RDBFL22    0xF00657CC          Read Data and Bit Flip Register 22
MC71_RDBFL23    0xF00657CE          Read Data and Bit Flip Register 23
MC71_RDBFL24    0xF00657D0          Read Data and Bit Flip Register 24
MC71_RDBFL25    0xF00657D2          Read Data and Bit Flip Register 25
MC71_RDBFL26    0xF00657D4          Read Data and Bit Flip Register 26
MC71_RDBFL27    0xF00657D6          Read Data and Bit Flip Register 27
MC71_RDBFL28    0xF00657D8          Read Data and Bit Flip Register 28
MC71_RDBFL29    0xF00657DA          Read Data and Bit Flip Register 29
MC71_RDBFL30    0xF00657DC          Read Data and Bit Flip Register 30
MC71_RDBFL31    0xF00657DE          Read Data and Bit Flip Register 31
MC71_RDBFL32    0xF00657E0          Read Data and Bit Flip Register 32
MC71_RDBFL33    0xF00657E2          Read Data and Bit Flip Register 33
MC71_RDBFL34    0xF00657E4          Read Data and Bit Flip Register 34
MC71_RDBFL35    0xF00657E6          Read Data and Bit Flip Register 35
MC71_RDBFL36    0xF00657E8          Read Data and Bit Flip Register 36
MC71_RDBFL37    0xF00657EA          Read Data and Bit Flip Register 37
MC71_RDBFL38    0xF00657EC          Read Data and Bit Flip Register 38
MC71_RDBFL39    0xF00657EE          Read Data and Bit Flip Register 39
MC72_CONFIG0    0xF0065800          Configuration Register 0
MC72_CONFIG1    0xF0065802          Configuration Register 1
MC72_MCONTROL   0xF0065804          MBIST Control Register
MC72_MSTATUS    0xF0065806          Status Register
MC72_RANGE      0xF0065808          Range Register, single address mode
MC72_REVID      0xF006580C          Revision ID Register
MC72_ECCS       0xF006580E          ECC Safety Register
MC72_ECCD       0xF0065810          Memory ECC Detection Register
MC72_ETRR0      0xF0065812          Error Tracking Register 0
MC72_ETRR1      0xF0065814          Error Tracking Register 1
MC72_ETRR2      0xF0065816          Error Tracking Register 2
MC72_ETRR3      0xF0065818          Error Tracking Register 3
MC72_ETRR4      0xF006581A          Error Tracking Register 4
MC72_RDBFL0     0xF00658A0          Read Data and Bit Flip Register 0
MC72_RDBFL1     0xF00658A2          Read Data and Bit Flip Register 1
MC72_RDBFL2     0xF00658A4          Read Data and Bit Flip Register 2
MC72_RDBFL3     0xF00658A6          Read Data and Bit Flip Register 3
MC72_RDBFL4     0xF00658A8          Read Data and Bit Flip Register 4
MC72_RDBFL5     0xF00658AA          Read Data and Bit Flip Register 5
MC72_RDBFL6     0xF00658AC          Read Data and Bit Flip Register 6
MC72_RDBFL7     0xF00658AE          Read Data and Bit Flip Register 7
MC72_RDBFL8     0xF00658B0          Read Data and Bit Flip Register 8
MC72_RDBFL9     0xF00658B2          Read Data and Bit Flip Register 9
MC72_RDBFL10    0xF00658B4          Read Data and Bit Flip Register 10
MC72_RDBFL11    0xF00658B6          Read Data and Bit Flip Register 11
MC72_RDBFL12    0xF00658B8          Read Data and Bit Flip Register 12
MC72_RDBFL13    0xF00658BA          Read Data and Bit Flip Register 13
MC72_RDBFL14    0xF00658BC          Read Data and Bit Flip Register 14
MC72_RDBFL15    0xF00658BE          Read Data and Bit Flip Register 15
MC72_RDBFL16    0xF00658C0          Read Data and Bit Flip Register 16
MC72_RDBFL17    0xF00658C2          Read Data and Bit Flip Register 17
MC72_RDBFL18    0xF00658C4          Read Data and Bit Flip Register 18
MC72_RDBFL19    0xF00658C6          Read Data and Bit Flip Register 19
MC72_RDBFL20    0xF00658C8          Read Data and Bit Flip Register 20
MC72_RDBFL21    0xF00658CA          Read Data and Bit Flip Register 21
MC72_RDBFL22    0xF00658CC          Read Data and Bit Flip Register 22
MC72_RDBFL23    0xF00658CE          Read Data and Bit Flip Register 23
MC72_RDBFL24    0xF00658D0          Read Data and Bit Flip Register 24
MC72_RDBFL25    0xF00658D2          Read Data and Bit Flip Register 25
MC72_RDBFL26    0xF00658D4          Read Data and Bit Flip Register 26
MC72_RDBFL27    0xF00658D6          Read Data and Bit Flip Register 27
MC72_RDBFL28    0xF00658D8          Read Data and Bit Flip Register 28
MC72_RDBFL29    0xF00658DA          Read Data and Bit Flip Register 29
MC72_RDBFL30    0xF00658DC          Read Data and Bit Flip Register 30
MC72_RDBFL31    0xF00658DE          Read Data and Bit Flip Register 31
MC72_RDBFL32    0xF00658E0          Read Data and Bit Flip Register 32
MC72_RDBFL33    0xF00658E2          Read Data and Bit Flip Register 33
MC72_RDBFL34    0xF00658E4          Read Data and Bit Flip Register 34
MC72_RDBFL35    0xF00658E6          Read Data and Bit Flip Register 35
MC72_RDBFL36    0xF00658E8          Read Data and Bit Flip Register 36
MC72_RDBFL37    0xF00658EA          Read Data and Bit Flip Register 37
MC72_RDBFL38    0xF00658EC          Read Data and Bit Flip Register 38
MC72_RDBFL39    0xF00658EE          Read Data and Bit Flip Register 39
MC73_CONFIG0    0xF0065900          Configuration Register 0
MC73_CONFIG1    0xF0065902          Configuration Register 1
MC73_MCONTROL   0xF0065904          MBIST Control Register
MC73_MSTATUS    0xF0065906          Status Register
MC73_RANGE      0xF0065908          Range Register, single address mode
MC73_REVID      0xF006590C          Revision ID Register
MC73_ECCS       0xF006590E          ECC Safety Register
MC73_ECCD       0xF0065910          Memory ECC Detection Register
MC73_ETRR0      0xF0065912          Error Tracking Register 0
MC73_ETRR1      0xF0065914          Error Tracking Register 1
MC73_ETRR2      0xF0065916          Error Tracking Register 2
MC73_ETRR3      0xF0065918          Error Tracking Register 3
MC73_ETRR4      0xF006591A          Error Tracking Register 4
MC73_RDBFL0     0xF00659A0          Read Data and Bit Flip Register 0
MC73_RDBFL1     0xF00659A2          Read Data and Bit Flip Register 1
MC73_RDBFL2     0xF00659A4          Read Data and Bit Flip Register 2
MC73_RDBFL3     0xF00659A6          Read Data and Bit Flip Register 3
MC73_RDBFL4     0xF00659A8          Read Data and Bit Flip Register 4
MC73_RDBFL5     0xF00659AA          Read Data and Bit Flip Register 5
MC73_RDBFL6     0xF00659AC          Read Data and Bit Flip Register 6
MC73_RDBFL7     0xF00659AE          Read Data and Bit Flip Register 7
MC73_RDBFL8     0xF00659B0          Read Data and Bit Flip Register 8
MC73_RDBFL9     0xF00659B2          Read Data and Bit Flip Register 9
MC73_RDBFL10    0xF00659B4          Read Data and Bit Flip Register 10
MC73_RDBFL11    0xF00659B6          Read Data and Bit Flip Register 11
MC73_RDBFL12    0xF00659B8          Read Data and Bit Flip Register 12
MC73_RDBFL13    0xF00659BA          Read Data and Bit Flip Register 13
MC73_RDBFL14    0xF00659BC          Read Data and Bit Flip Register 14
MC73_RDBFL15    0xF00659BE          Read Data and Bit Flip Register 15
MC73_RDBFL16    0xF00659C0          Read Data and Bit Flip Register 16
MC73_RDBFL17    0xF00659C2          Read Data and Bit Flip Register 17
MC73_RDBFL18    0xF00659C4          Read Data and Bit Flip Register 18
MC73_RDBFL19    0xF00659C6          Read Data and Bit Flip Register 19
MC73_RDBFL20    0xF00659C8          Read Data and Bit Flip Register 20
MC73_RDBFL21    0xF00659CA          Read Data and Bit Flip Register 21
MC73_RDBFL22    0xF00659CC          Read Data and Bit Flip Register 22
MC73_RDBFL23    0xF00659CE          Read Data and Bit Flip Register 23
MC73_RDBFL24    0xF00659D0          Read Data and Bit Flip Register 24
MC73_RDBFL25    0xF00659D2          Read Data and Bit Flip Register 25
MC73_RDBFL26    0xF00659D4          Read Data and Bit Flip Register 26
MC73_RDBFL27    0xF00659D6          Read Data and Bit Flip Register 27
MC73_RDBFL28    0xF00659D8          Read Data and Bit Flip Register 28
MC73_RDBFL29    0xF00659DA          Read Data and Bit Flip Register 29
MC73_RDBFL30    0xF00659DC          Read Data and Bit Flip Register 30
MC73_RDBFL31    0xF00659DE          Read Data and Bit Flip Register 31
MC73_RDBFL32    0xF00659E0          Read Data and Bit Flip Register 32
MC73_RDBFL33    0xF00659E2          Read Data and Bit Flip Register 33
MC73_RDBFL34    0xF00659E4          Read Data and Bit Flip Register 34
MC73_RDBFL35    0xF00659E6          Read Data and Bit Flip Register 35
MC73_RDBFL36    0xF00659E8          Read Data and Bit Flip Register 36
MC73_RDBFL37    0xF00659EA          Read Data and Bit Flip Register 37
MC73_RDBFL38    0xF00659EC          Read Data and Bit Flip Register 38
MC73_RDBFL39    0xF00659EE          Read Data and Bit Flip Register 39
MC74_CONFIG0    0xF0065A00          Configuration Register 0
MC74_CONFIG1    0xF0065A02          Configuration Register 1
MC74_MCONTROL   0xF0065A04          MBIST Control Register
MC74_MSTATUS    0xF0065A06          Status Register
MC74_RANGE      0xF0065A08          Range Register, single address mode
MC74_REVID      0xF0065A0C          Revision ID Register
MC74_ECCS       0xF0065A0E          ECC Safety Register
MC74_ECCD       0xF0065A10          Memory ECC Detection Register
MC74_ETRR0      0xF0065A12          Error Tracking Register 0
MC74_ETRR1      0xF0065A14          Error Tracking Register 1
MC74_ETRR2      0xF0065A16          Error Tracking Register 2
MC74_ETRR3      0xF0065A18          Error Tracking Register 3
MC74_ETRR4      0xF0065A1A          Error Tracking Register 4
MC74_RDBFL0     0xF0065AA0          Read Data and Bit Flip Register 0
MC74_RDBFL1     0xF0065AA2          Read Data and Bit Flip Register 1
MC74_RDBFL2     0xF0065AA4          Read Data and Bit Flip Register 2
MC74_RDBFL3     0xF0065AA6          Read Data and Bit Flip Register 3
MC74_RDBFL4     0xF0065AA8          Read Data and Bit Flip Register 4
MC74_RDBFL5     0xF0065AAA          Read Data and Bit Flip Register 5
MC74_RDBFL6     0xF0065AAC          Read Data and Bit Flip Register 6
MC74_RDBFL7     0xF0065AAE          Read Data and Bit Flip Register 7
MC74_RDBFL8     0xF0065AB0          Read Data and Bit Flip Register 8
MC74_RDBFL9     0xF0065AB2          Read Data and Bit Flip Register 9
MC74_RDBFL10    0xF0065AB4          Read Data and Bit Flip Register 10
MC74_RDBFL11    0xF0065AB6          Read Data and Bit Flip Register 11
MC74_RDBFL12    0xF0065AB8          Read Data and Bit Flip Register 12
MC74_RDBFL13    0xF0065ABA          Read Data and Bit Flip Register 13
MC74_RDBFL14    0xF0065ABC          Read Data and Bit Flip Register 14
MC74_RDBFL15    0xF0065ABE          Read Data and Bit Flip Register 15
MC74_RDBFL16    0xF0065AC0          Read Data and Bit Flip Register 16
MC74_RDBFL17    0xF0065AC2          Read Data and Bit Flip Register 17
MC74_RDBFL18    0xF0065AC4          Read Data and Bit Flip Register 18
MC74_RDBFL19    0xF0065AC6          Read Data and Bit Flip Register 19
MC74_RDBFL20    0xF0065AC8          Read Data and Bit Flip Register 20
MC74_RDBFL21    0xF0065ACA          Read Data and Bit Flip Register 21
MC74_RDBFL22    0xF0065ACC          Read Data and Bit Flip Register 22
MC74_RDBFL23    0xF0065ACE          Read Data and Bit Flip Register 23
MC74_RDBFL24    0xF0065AD0          Read Data and Bit Flip Register 24
MC74_RDBFL25    0xF0065AD2          Read Data and Bit Flip Register 25
MC74_RDBFL26    0xF0065AD4          Read Data and Bit Flip Register 26
MC74_RDBFL27    0xF0065AD6          Read Data and Bit Flip Register 27
MC74_RDBFL28    0xF0065AD8          Read Data and Bit Flip Register 28
MC74_RDBFL29    0xF0065ADA          Read Data and Bit Flip Register 29
MC74_RDBFL30    0xF0065ADC          Read Data and Bit Flip Register 30
MC74_RDBFL31    0xF0065ADE          Read Data and Bit Flip Register 31
MC74_RDBFL32    0xF0065AE0          Read Data and Bit Flip Register 32
MC74_RDBFL33    0xF0065AE2          Read Data and Bit Flip Register 33
MC74_RDBFL34    0xF0065AE4          Read Data and Bit Flip Register 34
MC74_RDBFL35    0xF0065AE6          Read Data and Bit Flip Register 35
MC74_RDBFL36    0xF0065AE8          Read Data and Bit Flip Register 36
MC74_RDBFL37    0xF0065AEA          Read Data and Bit Flip Register 37
MC74_RDBFL38    0xF0065AEC          Read Data and Bit Flip Register 38
MC74_RDBFL39    0xF0065AEE          Read Data and Bit Flip Register 39
MC75_CONFIG0    0xF0065B00          Configuration Register 0
MC75_CONFIG1    0xF0065B02          Configuration Register 1
MC75_MCONTROL   0xF0065B04          MBIST Control Register
MC75_MSTATUS    0xF0065B06          Status Register
MC75_RANGE      0xF0065B08          Range Register, single address mode
MC75_REVID      0xF0065B0C          Revision ID Register
MC75_ECCS       0xF0065B0E          ECC Safety Register
MC75_ECCD       0xF0065B10          Memory ECC Detection Register
MC75_ETRR0      0xF0065B12          Error Tracking Register 0
MC75_ETRR1      0xF0065B14          Error Tracking Register 1
MC75_ETRR2      0xF0065B16          Error Tracking Register 2
MC75_ETRR3      0xF0065B18          Error Tracking Register 3
MC75_ETRR4      0xF0065B1A          Error Tracking Register 4
MC75_RDBFL0     0xF0065BA0          Read Data and Bit Flip Register 0
MC75_RDBFL1     0xF0065BA2          Read Data and Bit Flip Register 1
MC75_RDBFL2     0xF0065BA4          Read Data and Bit Flip Register 2
MC75_RDBFL3     0xF0065BA6          Read Data and Bit Flip Register 3
MC75_RDBFL4     0xF0065BA8          Read Data and Bit Flip Register 4
MC75_RDBFL5     0xF0065BAA          Read Data and Bit Flip Register 5
MC75_RDBFL6     0xF0065BAC          Read Data and Bit Flip Register 6
MC75_RDBFL7     0xF0065BAE          Read Data and Bit Flip Register 7
MC75_RDBFL8     0xF0065BB0          Read Data and Bit Flip Register 8
MC75_RDBFL9     0xF0065BB2          Read Data and Bit Flip Register 9
MC75_RDBFL10    0xF0065BB4          Read Data and Bit Flip Register 10
MC75_RDBFL11    0xF0065BB6          Read Data and Bit Flip Register 11
MC75_RDBFL12    0xF0065BB8          Read Data and Bit Flip Register 12
MC75_RDBFL13    0xF0065BBA          Read Data and Bit Flip Register 13
MC75_RDBFL14    0xF0065BBC          Read Data and Bit Flip Register 14
MC75_RDBFL15    0xF0065BBE          Read Data and Bit Flip Register 15
MC75_RDBFL16    0xF0065BC0          Read Data and Bit Flip Register 16
MC75_RDBFL17    0xF0065BC2          Read Data and Bit Flip Register 17
MC75_RDBFL18    0xF0065BC4          Read Data and Bit Flip Register 18
MC75_RDBFL19    0xF0065BC6          Read Data and Bit Flip Register 19
MC75_RDBFL20    0xF0065BC8          Read Data and Bit Flip Register 20
MC75_RDBFL21    0xF0065BCA          Read Data and Bit Flip Register 21
MC75_RDBFL22    0xF0065BCC          Read Data and Bit Flip Register 22
MC75_RDBFL23    0xF0065BCE          Read Data and Bit Flip Register 23
MC75_RDBFL24    0xF0065BD0          Read Data and Bit Flip Register 24
MC75_RDBFL25    0xF0065BD2          Read Data and Bit Flip Register 25
MC75_RDBFL26    0xF0065BD4          Read Data and Bit Flip Register 26
MC75_RDBFL27    0xF0065BD6          Read Data and Bit Flip Register 27
MC75_RDBFL28    0xF0065BD8          Read Data and Bit Flip Register 28
MC75_RDBFL29    0xF0065BDA          Read Data and Bit Flip Register 29
MC75_RDBFL30    0xF0065BDC          Read Data and Bit Flip Register 30
MC75_RDBFL31    0xF0065BDE          Read Data and Bit Flip Register 31
MC75_RDBFL32    0xF0065BE0          Read Data and Bit Flip Register 32
MC75_RDBFL33    0xF0065BE2          Read Data and Bit Flip Register 33
MC75_RDBFL34    0xF0065BE4          Read Data and Bit Flip Register 34
MC75_RDBFL35    0xF0065BE6          Read Data and Bit Flip Register 35
MC75_RDBFL36    0xF0065BE8          Read Data and Bit Flip Register 36
MC75_RDBFL37    0xF0065BEA          Read Data and Bit Flip Register 37
MC75_RDBFL38    0xF0065BEC          Read Data and Bit Flip Register 38
MC75_RDBFL39    0xF0065BEE          Read Data and Bit Flip Register 39
MC76_CONFIG0    0xF0065C00          Configuration Register 0
MC76_CONFIG1    0xF0065C02          Configuration Register 1
MC76_MCONTROL   0xF0065C04          MBIST Control Register
MC76_MSTATUS    0xF0065C06          Status Register
MC76_RANGE      0xF0065C08          Range Register, single address mode
MC76_REVID      0xF0065C0C          Revision ID Register
MC76_ECCS       0xF0065C0E          ECC Safety Register
MC76_ECCD       0xF0065C10          Memory ECC Detection Register
MC76_ETRR0      0xF0065C12          Error Tracking Register 0
MC76_ETRR1      0xF0065C14          Error Tracking Register 1
MC76_ETRR2      0xF0065C16          Error Tracking Register 2
MC76_ETRR3      0xF0065C18          Error Tracking Register 3
MC76_ETRR4      0xF0065C1A          Error Tracking Register 4
MC76_RDBFL0     0xF0065CA0          Read Data and Bit Flip Register 0
MC76_RDBFL1     0xF0065CA2          Read Data and Bit Flip Register 1
MC76_RDBFL2     0xF0065CA4          Read Data and Bit Flip Register 2
MC76_RDBFL3     0xF0065CA6          Read Data and Bit Flip Register 3
MC76_RDBFL4     0xF0065CA8          Read Data and Bit Flip Register 4
MC76_RDBFL5     0xF0065CAA          Read Data and Bit Flip Register 5
MC76_RDBFL6     0xF0065CAC          Read Data and Bit Flip Register 6
MC76_RDBFL7     0xF0065CAE          Read Data and Bit Flip Register 7
MC76_RDBFL8     0xF0065CB0          Read Data and Bit Flip Register 8
MC76_RDBFL9     0xF0065CB2          Read Data and Bit Flip Register 9
MC76_RDBFL10    0xF0065CB4          Read Data and Bit Flip Register 10
MC76_RDBFL11    0xF0065CB6          Read Data and Bit Flip Register 11
MC76_RDBFL12    0xF0065CB8          Read Data and Bit Flip Register 12
MC76_RDBFL13    0xF0065CBA          Read Data and Bit Flip Register 13
MC76_RDBFL14    0xF0065CBC          Read Data and Bit Flip Register 14
MC76_RDBFL15    0xF0065CBE          Read Data and Bit Flip Register 15
MC76_RDBFL16    0xF0065CC0          Read Data and Bit Flip Register 16
MC76_RDBFL17    0xF0065CC2          Read Data and Bit Flip Register 17
MC76_RDBFL18    0xF0065CC4          Read Data and Bit Flip Register 18
MC76_RDBFL19    0xF0065CC6          Read Data and Bit Flip Register 19
MC76_RDBFL20    0xF0065CC8          Read Data and Bit Flip Register 20
MC76_RDBFL21    0xF0065CCA          Read Data and Bit Flip Register 21
MC76_RDBFL22    0xF0065CCC          Read Data and Bit Flip Register 22
MC76_RDBFL23    0xF0065CCE          Read Data and Bit Flip Register 23
MC76_RDBFL24    0xF0065CD0          Read Data and Bit Flip Register 24
MC76_RDBFL25    0xF0065CD2          Read Data and Bit Flip Register 25
MC76_RDBFL26    0xF0065CD4          Read Data and Bit Flip Register 26
MC76_RDBFL27    0xF0065CD6          Read Data and Bit Flip Register 27
MC76_RDBFL28    0xF0065CD8          Read Data and Bit Flip Register 28
MC76_RDBFL29    0xF0065CDA          Read Data and Bit Flip Register 29
MC76_RDBFL30    0xF0065CDC          Read Data and Bit Flip Register 30
MC76_RDBFL31    0xF0065CDE          Read Data and Bit Flip Register 31
MC76_RDBFL32    0xF0065CE0          Read Data and Bit Flip Register 32
MC76_RDBFL33    0xF0065CE2          Read Data and Bit Flip Register 33
MC76_RDBFL34    0xF0065CE4          Read Data and Bit Flip Register 34
MC76_RDBFL35    0xF0065CE6          Read Data and Bit Flip Register 35
MC76_RDBFL36    0xF0065CE8          Read Data and Bit Flip Register 36
MC76_RDBFL37    0xF0065CEA          Read Data and Bit Flip Register 37
MC76_RDBFL38    0xF0065CEC          Read Data and Bit Flip Register 38
MC76_RDBFL39    0xF0065CEE          Read Data and Bit Flip Register 39
MC77_CONFIG0    0xF0065D00          Configuration Register 0
MC77_CONFIG1    0xF0065D02          Configuration Register 1
MC77_MCONTROL   0xF0065D04          MBIST Control Register
MC77_MSTATUS    0xF0065D06          Status Register
MC77_RANGE      0xF0065D08          Range Register, single address mode
MC77_REVID      0xF0065D0C          Revision ID Register
MC77_ECCS       0xF0065D0E          ECC Safety Register
MC77_ECCD       0xF0065D10          Memory ECC Detection Register
MC77_ETRR0      0xF0065D12          Error Tracking Register 0
MC77_ETRR1      0xF0065D14          Error Tracking Register 1
MC77_ETRR2      0xF0065D16          Error Tracking Register 2
MC77_ETRR3      0xF0065D18          Error Tracking Register 3
MC77_ETRR4      0xF0065D1A          Error Tracking Register 4
MC77_RDBFL0     0xF0065DA0          Read Data and Bit Flip Register 0
MC77_RDBFL1     0xF0065DA2          Read Data and Bit Flip Register 1
MC77_RDBFL2     0xF0065DA4          Read Data and Bit Flip Register 2
MC77_RDBFL3     0xF0065DA6          Read Data and Bit Flip Register 3
MC77_RDBFL4     0xF0065DA8          Read Data and Bit Flip Register 4
MC77_RDBFL5     0xF0065DAA          Read Data and Bit Flip Register 5
MC77_RDBFL6     0xF0065DAC          Read Data and Bit Flip Register 6
MC77_RDBFL7     0xF0065DAE          Read Data and Bit Flip Register 7
MC77_RDBFL8     0xF0065DB0          Read Data and Bit Flip Register 8
MC77_RDBFL9     0xF0065DB2          Read Data and Bit Flip Register 9
MC77_RDBFL10    0xF0065DB4          Read Data and Bit Flip Register 10
MC77_RDBFL11    0xF0065DB6          Read Data and Bit Flip Register 11
MC77_RDBFL12    0xF0065DB8          Read Data and Bit Flip Register 12
MC77_RDBFL13    0xF0065DBA          Read Data and Bit Flip Register 13
MC77_RDBFL14    0xF0065DBC          Read Data and Bit Flip Register 14
MC77_RDBFL15    0xF0065DBE          Read Data and Bit Flip Register 15
MC77_RDBFL16    0xF0065DC0          Read Data and Bit Flip Register 16
MC77_RDBFL17    0xF0065DC2          Read Data and Bit Flip Register 17
MC77_RDBFL18    0xF0065DC4          Read Data and Bit Flip Register 18
MC77_RDBFL19    0xF0065DC6          Read Data and Bit Flip Register 19
MC77_RDBFL20    0xF0065DC8          Read Data and Bit Flip Register 20
MC77_RDBFL21    0xF0065DCA          Read Data and Bit Flip Register 21
MC77_RDBFL22    0xF0065DCC          Read Data and Bit Flip Register 22
MC77_RDBFL23    0xF0065DCE          Read Data and Bit Flip Register 23
MC77_RDBFL24    0xF0065DD0          Read Data and Bit Flip Register 24
MC77_RDBFL25    0xF0065DD2          Read Data and Bit Flip Register 25
MC77_RDBFL26    0xF0065DD4          Read Data and Bit Flip Register 26
MC77_RDBFL27    0xF0065DD6          Read Data and Bit Flip Register 27
MC77_RDBFL28    0xF0065DD8          Read Data and Bit Flip Register 28
MC77_RDBFL29    0xF0065DDA          Read Data and Bit Flip Register 29
MC77_RDBFL30    0xF0065DDC          Read Data and Bit Flip Register 30
MC77_RDBFL31    0xF0065DDE          Read Data and Bit Flip Register 31
MC77_RDBFL32    0xF0065DE0          Read Data and Bit Flip Register 32
MC77_RDBFL33    0xF0065DE2          Read Data and Bit Flip Register 33
MC77_RDBFL34    0xF0065DE4          Read Data and Bit Flip Register 34
MC77_RDBFL35    0xF0065DE6          Read Data and Bit Flip Register 35
MC77_RDBFL36    0xF0065DE8          Read Data and Bit Flip Register 36
MC77_RDBFL37    0xF0065DEA          Read Data and Bit Flip Register 37
MC77_RDBFL38    0xF0065DEC          Read Data and Bit Flip Register 38
MC77_RDBFL39    0xF0065DEE          Read Data and Bit Flip Register 39
MC78_CONFIG0    0xF0065E00          Configuration Register 0
MC78_CONFIG1    0xF0065E02          Configuration Register 1
MC78_MCONTROL   0xF0065E04          MBIST Control Register
MC78_MSTATUS    0xF0065E06          Status Register
MC78_RANGE      0xF0065E08          Range Register, single address mode
MC78_REVID      0xF0065E0C          Revision ID Register
MC78_ECCS       0xF0065E0E          ECC Safety Register
MC78_ECCD       0xF0065E10          Memory ECC Detection Register
MC78_ETRR0      0xF0065E12          Error Tracking Register 0
MC78_ETRR1      0xF0065E14          Error Tracking Register 1
MC78_ETRR2      0xF0065E16          Error Tracking Register 2
MC78_ETRR3      0xF0065E18          Error Tracking Register 3
MC78_ETRR4      0xF0065E1A          Error Tracking Register 4
MC78_RDBFL0     0xF0065EA0          Read Data and Bit Flip Register 0
MC78_RDBFL1     0xF0065EA2          Read Data and Bit Flip Register 1
MC78_RDBFL2     0xF0065EA4          Read Data and Bit Flip Register 2
MC78_RDBFL3     0xF0065EA6          Read Data and Bit Flip Register 3
MC78_RDBFL4     0xF0065EA8          Read Data and Bit Flip Register 4
MC78_RDBFL5     0xF0065EAA          Read Data and Bit Flip Register 5
MC78_RDBFL6     0xF0065EAC          Read Data and Bit Flip Register 6
MC78_RDBFL7     0xF0065EAE          Read Data and Bit Flip Register 7
MC78_RDBFL8     0xF0065EB0          Read Data and Bit Flip Register 8
MC78_RDBFL9     0xF0065EB2          Read Data and Bit Flip Register 9
MC78_RDBFL10    0xF0065EB4          Read Data and Bit Flip Register 10
MC78_RDBFL11    0xF0065EB6          Read Data and Bit Flip Register 11
MC78_RDBFL12    0xF0065EB8          Read Data and Bit Flip Register 12
MC78_RDBFL13    0xF0065EBA          Read Data and Bit Flip Register 13
MC78_RDBFL14    0xF0065EBC          Read Data and Bit Flip Register 14
MC78_RDBFL15    0xF0065EBE          Read Data and Bit Flip Register 15
MC78_RDBFL16    0xF0065EC0          Read Data and Bit Flip Register 16
MC78_RDBFL17    0xF0065EC2          Read Data and Bit Flip Register 17
MC78_RDBFL18    0xF0065EC4          Read Data and Bit Flip Register 18
MC78_RDBFL19    0xF0065EC6          Read Data and Bit Flip Register 19
MC78_RDBFL20    0xF0065EC8          Read Data and Bit Flip Register 20
MC78_RDBFL21    0xF0065ECA          Read Data and Bit Flip Register 21
MC78_RDBFL22    0xF0065ECC          Read Data and Bit Flip Register 22
MC78_RDBFL23    0xF0065ECE          Read Data and Bit Flip Register 23
MC78_RDBFL24    0xF0065ED0          Read Data and Bit Flip Register 24
MC78_RDBFL25    0xF0065ED2          Read Data and Bit Flip Register 25
MC78_RDBFL26    0xF0065ED4          Read Data and Bit Flip Register 26
MC78_RDBFL27    0xF0065ED6          Read Data and Bit Flip Register 27
MC78_RDBFL28    0xF0065ED8          Read Data and Bit Flip Register 28
MC78_RDBFL29    0xF0065EDA          Read Data and Bit Flip Register 29
MC78_RDBFL30    0xF0065EDC          Read Data and Bit Flip Register 30
MC78_RDBFL31    0xF0065EDE          Read Data and Bit Flip Register 31
MC78_RDBFL32    0xF0065EE0          Read Data and Bit Flip Register 32
MC78_RDBFL33    0xF0065EE2          Read Data and Bit Flip Register 33
MC78_RDBFL34    0xF0065EE4          Read Data and Bit Flip Register 34
MC78_RDBFL35    0xF0065EE6          Read Data and Bit Flip Register 35
MC78_RDBFL36    0xF0065EE8          Read Data and Bit Flip Register 36
MC78_RDBFL37    0xF0065EEA          Read Data and Bit Flip Register 37
MC78_RDBFL38    0xF0065EEC          Read Data and Bit Flip Register 38
MC78_RDBFL39    0xF0065EEE          Read Data and Bit Flip Register 39
MC79_CONFIG0    0xF0065F00          Configuration Register 0
MC79_CONFIG1    0xF0065F02          Configuration Register 1
MC79_MCONTROL   0xF0065F04          MBIST Control Register
MC79_MSTATUS    0xF0065F06          Status Register
MC79_RANGE      0xF0065F08          Range Register, single address mode
MC79_REVID      0xF0065F0C          Revision ID Register
MC79_ECCS       0xF0065F0E          ECC Safety Register
MC79_ECCD       0xF0065F10          Memory ECC Detection Register
MC79_ETRR0      0xF0065F12          Error Tracking Register 0
MC79_ETRR1      0xF0065F14          Error Tracking Register 1
MC79_ETRR2      0xF0065F16          Error Tracking Register 2
MC79_ETRR3      0xF0065F18          Error Tracking Register 3
MC79_ETRR4      0xF0065F1A          Error Tracking Register 4
MC79_RDBFL0     0xF0065FA0          Read Data and Bit Flip Register 0
MC79_RDBFL1     0xF0065FA2          Read Data and Bit Flip Register 1
MC79_RDBFL2     0xF0065FA4          Read Data and Bit Flip Register 2
MC79_RDBFL3     0xF0065FA6          Read Data and Bit Flip Register 3
MC79_RDBFL4     0xF0065FA8          Read Data and Bit Flip Register 4
MC79_RDBFL5     0xF0065FAA          Read Data and Bit Flip Register 5
MC79_RDBFL6     0xF0065FAC          Read Data and Bit Flip Register 6
MC79_RDBFL7     0xF0065FAE          Read Data and Bit Flip Register 7
MC79_RDBFL8     0xF0065FB0          Read Data and Bit Flip Register 8
MC79_RDBFL9     0xF0065FB2          Read Data and Bit Flip Register 9
MC79_RDBFL10    0xF0065FB4          Read Data and Bit Flip Register 10
MC79_RDBFL11    0xF0065FB6          Read Data and Bit Flip Register 11
MC79_RDBFL12    0xF0065FB8          Read Data and Bit Flip Register 12
MC79_RDBFL13    0xF0065FBA          Read Data and Bit Flip Register 13
MC79_RDBFL14    0xF0065FBC          Read Data and Bit Flip Register 14
MC79_RDBFL15    0xF0065FBE          Read Data and Bit Flip Register 15
MC79_RDBFL16    0xF0065FC0          Read Data and Bit Flip Register 16
MC79_RDBFL17    0xF0065FC2          Read Data and Bit Flip Register 17
MC79_RDBFL18    0xF0065FC4          Read Data and Bit Flip Register 18
MC79_RDBFL19    0xF0065FC6          Read Data and Bit Flip Register 19
MC79_RDBFL20    0xF0065FC8          Read Data and Bit Flip Register 20
MC79_RDBFL21    0xF0065FCA          Read Data and Bit Flip Register 21
MC79_RDBFL22    0xF0065FCC          Read Data and Bit Flip Register 22
MC79_RDBFL23    0xF0065FCE          Read Data and Bit Flip Register 23
MC79_RDBFL24    0xF0065FD0          Read Data and Bit Flip Register 24
MC79_RDBFL25    0xF0065FD2          Read Data and Bit Flip Register 25
MC79_RDBFL26    0xF0065FD4          Read Data and Bit Flip Register 26
MC79_RDBFL27    0xF0065FD6          Read Data and Bit Flip Register 27
MC79_RDBFL28    0xF0065FD8          Read Data and Bit Flip Register 28
MC79_RDBFL29    0xF0065FDA          Read Data and Bit Flip Register 29
MC79_RDBFL30    0xF0065FDC          Read Data and Bit Flip Register 30
MC79_RDBFL31    0xF0065FDE          Read Data and Bit Flip Register 31
MC79_RDBFL32    0xF0065FE0          Read Data and Bit Flip Register 32
MC79_RDBFL33    0xF0065FE2          Read Data and Bit Flip Register 33
MC79_RDBFL34    0xF0065FE4          Read Data and Bit Flip Register 34
MC79_RDBFL35    0xF0065FE6          Read Data and Bit Flip Register 35
MC79_RDBFL36    0xF0065FE8          Read Data and Bit Flip Register 36
MC79_RDBFL37    0xF0065FEA          Read Data and Bit Flip Register 37
MC79_RDBFL38    0xF0065FEC          Read Data and Bit Flip Register 38
MC79_RDBFL39    0xF0065FEE          Read Data and Bit Flip Register 39
MC80_CONFIG0    0xF0066000          Configuration Register 0
MC80_CONFIG1    0xF0066002          Configuration Register 1
MC80_MCONTROL   0xF0066004          MBIST Control Register
MC80_MSTATUS    0xF0066006          Status Register
MC80_RANGE      0xF0066008          Range Register, single address mode
MC80_REVID      0xF006600C          Revision ID Register
MC80_ECCS       0xF006600E          ECC Safety Register
MC80_ECCD       0xF0066010          Memory ECC Detection Register
MC80_ETRR0      0xF0066012          Error Tracking Register 0
MC80_ETRR1      0xF0066014          Error Tracking Register 1
MC80_ETRR2      0xF0066016          Error Tracking Register 2
MC80_ETRR3      0xF0066018          Error Tracking Register 3
MC80_ETRR4      0xF006601A          Error Tracking Register 4
MC80_RDBFL0     0xF00660A0          Read Data and Bit Flip Register 0
MC80_RDBFL1     0xF00660A2          Read Data and Bit Flip Register 1
MC80_RDBFL2     0xF00660A4          Read Data and Bit Flip Register 2
MC80_RDBFL3     0xF00660A6          Read Data and Bit Flip Register 3
MC80_RDBFL4     0xF00660A8          Read Data and Bit Flip Register 4
MC80_RDBFL5     0xF00660AA          Read Data and Bit Flip Register 5
MC80_RDBFL6     0xF00660AC          Read Data and Bit Flip Register 6
MC80_RDBFL7     0xF00660AE          Read Data and Bit Flip Register 7
MC80_RDBFL8     0xF00660B0          Read Data and Bit Flip Register 8
MC80_RDBFL9     0xF00660B2          Read Data and Bit Flip Register 9
MC80_RDBFL10    0xF00660B4          Read Data and Bit Flip Register 10
MC80_RDBFL11    0xF00660B6          Read Data and Bit Flip Register 11
MC80_RDBFL12    0xF00660B8          Read Data and Bit Flip Register 12
MC80_RDBFL13    0xF00660BA          Read Data and Bit Flip Register 13
MC80_RDBFL14    0xF00660BC          Read Data and Bit Flip Register 14
MC80_RDBFL15    0xF00660BE          Read Data and Bit Flip Register 15
MC80_RDBFL16    0xF00660C0          Read Data and Bit Flip Register 16
MC80_RDBFL17    0xF00660C2          Read Data and Bit Flip Register 17
MC80_RDBFL18    0xF00660C4          Read Data and Bit Flip Register 18
MC80_RDBFL19    0xF00660C6          Read Data and Bit Flip Register 19
MC80_RDBFL20    0xF00660C8          Read Data and Bit Flip Register 20
MC80_RDBFL21    0xF00660CA          Read Data and Bit Flip Register 21
MC80_RDBFL22    0xF00660CC          Read Data and Bit Flip Register 22
MC80_RDBFL23    0xF00660CE          Read Data and Bit Flip Register 23
MC80_RDBFL24    0xF00660D0          Read Data and Bit Flip Register 24
MC80_RDBFL25    0xF00660D2          Read Data and Bit Flip Register 25
MC80_RDBFL26    0xF00660D4          Read Data and Bit Flip Register 26
MC80_RDBFL27    0xF00660D6          Read Data and Bit Flip Register 27
MC80_RDBFL28    0xF00660D8          Read Data and Bit Flip Register 28
MC80_RDBFL29    0xF00660DA          Read Data and Bit Flip Register 29
MC80_RDBFL30    0xF00660DC          Read Data and Bit Flip Register 30
MC80_RDBFL31    0xF00660DE          Read Data and Bit Flip Register 31
MC80_RDBFL32    0xF00660E0          Read Data and Bit Flip Register 32
MC80_RDBFL33    0xF00660E2          Read Data and Bit Flip Register 33
MC80_RDBFL34    0xF00660E4          Read Data and Bit Flip Register 34
MC80_RDBFL35    0xF00660E6          Read Data and Bit Flip Register 35
MC80_RDBFL36    0xF00660E8          Read Data and Bit Flip Register 36
MC80_RDBFL37    0xF00660EA          Read Data and Bit Flip Register 37
MC80_RDBFL38    0xF00660EC          Read Data and Bit Flip Register 38
MC80_RDBFL39    0xF00660EE          Read Data and Bit Flip Register 39
MC81_CONFIG0    0xF0066100          Configuration Register 0
MC81_CONFIG1    0xF0066102          Configuration Register 1
MC81_MCONTROL   0xF0066104          MBIST Control Register
MC81_MSTATUS    0xF0066106          Status Register
MC81_RANGE      0xF0066108          Range Register, single address mode
MC81_REVID      0xF006610C          Revision ID Register
MC81_ECCS       0xF006610E          ECC Safety Register
MC81_ECCD       0xF0066110          Memory ECC Detection Register
MC81_ETRR0      0xF0066112          Error Tracking Register 0
MC81_ETRR1      0xF0066114          Error Tracking Register 1
MC81_ETRR2      0xF0066116          Error Tracking Register 2
MC81_ETRR3      0xF0066118          Error Tracking Register 3
MC81_ETRR4      0xF006611A          Error Tracking Register 4
MC81_RDBFL0     0xF00661A0          Read Data and Bit Flip Register 0
MC81_RDBFL1     0xF00661A2          Read Data and Bit Flip Register 1
MC81_RDBFL2     0xF00661A4          Read Data and Bit Flip Register 2
MC81_RDBFL3     0xF00661A6          Read Data and Bit Flip Register 3
MC81_RDBFL4     0xF00661A8          Read Data and Bit Flip Register 4
MC81_RDBFL5     0xF00661AA          Read Data and Bit Flip Register 5
MC81_RDBFL6     0xF00661AC          Read Data and Bit Flip Register 6
MC81_RDBFL7     0xF00661AE          Read Data and Bit Flip Register 7
MC81_RDBFL8     0xF00661B0          Read Data and Bit Flip Register 8
MC81_RDBFL9     0xF00661B2          Read Data and Bit Flip Register 9
MC81_RDBFL10    0xF00661B4          Read Data and Bit Flip Register 10
MC81_RDBFL11    0xF00661B6          Read Data and Bit Flip Register 11
MC81_RDBFL12    0xF00661B8          Read Data and Bit Flip Register 12
MC81_RDBFL13    0xF00661BA          Read Data and Bit Flip Register 13
MC81_RDBFL14    0xF00661BC          Read Data and Bit Flip Register 14
MC81_RDBFL15    0xF00661BE          Read Data and Bit Flip Register 15
MC81_RDBFL16    0xF00661C0          Read Data and Bit Flip Register 16
MC81_RDBFL17    0xF00661C2          Read Data and Bit Flip Register 17
MC81_RDBFL18    0xF00661C4          Read Data and Bit Flip Register 18
MC81_RDBFL19    0xF00661C6          Read Data and Bit Flip Register 19
MC81_RDBFL20    0xF00661C8          Read Data and Bit Flip Register 20
MC81_RDBFL21    0xF00661CA          Read Data and Bit Flip Register 21
MC81_RDBFL22    0xF00661CC          Read Data and Bit Flip Register 22
MC81_RDBFL23    0xF00661CE          Read Data and Bit Flip Register 23
MC81_RDBFL24    0xF00661D0          Read Data and Bit Flip Register 24
MC81_RDBFL25    0xF00661D2          Read Data and Bit Flip Register 25
MC81_RDBFL26    0xF00661D4          Read Data and Bit Flip Register 26
MC81_RDBFL27    0xF00661D6          Read Data and Bit Flip Register 27
MC81_RDBFL28    0xF00661D8          Read Data and Bit Flip Register 28
MC81_RDBFL29    0xF00661DA          Read Data and Bit Flip Register 29
MC81_RDBFL30    0xF00661DC          Read Data and Bit Flip Register 30
MC81_RDBFL31    0xF00661DE          Read Data and Bit Flip Register 31
MC81_RDBFL32    0xF00661E0          Read Data and Bit Flip Register 32
MC81_RDBFL33    0xF00661E2          Read Data and Bit Flip Register 33
MC81_RDBFL34    0xF00661E4          Read Data and Bit Flip Register 34
MC81_RDBFL35    0xF00661E6          Read Data and Bit Flip Register 35
MC81_RDBFL36    0xF00661E8          Read Data and Bit Flip Register 36
MC81_RDBFL37    0xF00661EA          Read Data and Bit Flip Register 37
MC81_RDBFL38    0xF00661EC          Read Data and Bit Flip Register 38
MC81_RDBFL39    0xF00661EE          Read Data and Bit Flip Register 39
MC82_CONFIG0    0xF0066200          Configuration Register 0
MC82_CONFIG1    0xF0066202          Configuration Register 1
MC82_MCONTROL   0xF0066204          MBIST Control Register
MC82_MSTATUS    0xF0066206          Status Register
MC82_RANGE      0xF0066208          Range Register, single address mode
MC82_REVID      0xF006620C          Revision ID Register
MC82_ECCS       0xF006620E          ECC Safety Register
MC82_ECCD       0xF0066210          Memory ECC Detection Register
MC82_ETRR0      0xF0066212          Error Tracking Register 0
MC82_ETRR1      0xF0066214          Error Tracking Register 1
MC82_ETRR2      0xF0066216          Error Tracking Register 2
MC82_ETRR3      0xF0066218          Error Tracking Register 3
MC82_ETRR4      0xF006621A          Error Tracking Register 4
MC82_RDBFL0     0xF00662A0          Read Data and Bit Flip Register 0
MC82_RDBFL1     0xF00662A2          Read Data and Bit Flip Register 1
MC82_RDBFL2     0xF00662A4          Read Data and Bit Flip Register 2
MC82_RDBFL3     0xF00662A6          Read Data and Bit Flip Register 3
MC82_RDBFL4     0xF00662A8          Read Data and Bit Flip Register 4
MC82_RDBFL5     0xF00662AA          Read Data and Bit Flip Register 5
MC82_RDBFL6     0xF00662AC          Read Data and Bit Flip Register 6
MC82_RDBFL7     0xF00662AE          Read Data and Bit Flip Register 7
MC82_RDBFL8     0xF00662B0          Read Data and Bit Flip Register 8
MC82_RDBFL9     0xF00662B2          Read Data and Bit Flip Register 9
MC82_RDBFL10    0xF00662B4          Read Data and Bit Flip Register 10
MC82_RDBFL11    0xF00662B6          Read Data and Bit Flip Register 11
MC82_RDBFL12    0xF00662B8          Read Data and Bit Flip Register 12
MC82_RDBFL13    0xF00662BA          Read Data and Bit Flip Register 13
MC82_RDBFL14    0xF00662BC          Read Data and Bit Flip Register 14
MC82_RDBFL15    0xF00662BE          Read Data and Bit Flip Register 15
MC82_RDBFL16    0xF00662C0          Read Data and Bit Flip Register 16
MC82_RDBFL17    0xF00662C2          Read Data and Bit Flip Register 17
MC82_RDBFL18    0xF00662C4          Read Data and Bit Flip Register 18
MC82_RDBFL19    0xF00662C6          Read Data and Bit Flip Register 19
MC82_RDBFL20    0xF00662C8          Read Data and Bit Flip Register 20
MC82_RDBFL21    0xF00662CA          Read Data and Bit Flip Register 21
MC82_RDBFL22    0xF00662CC          Read Data and Bit Flip Register 22
MC82_RDBFL23    0xF00662CE          Read Data and Bit Flip Register 23
MC82_RDBFL24    0xF00662D0          Read Data and Bit Flip Register 24
MC82_RDBFL25    0xF00662D2          Read Data and Bit Flip Register 25
MC82_RDBFL26    0xF00662D4          Read Data and Bit Flip Register 26
MC82_RDBFL27    0xF00662D6          Read Data and Bit Flip Register 27
MC82_RDBFL28    0xF00662D8          Read Data and Bit Flip Register 28
MC82_RDBFL29    0xF00662DA          Read Data and Bit Flip Register 29
MC82_RDBFL30    0xF00662DC          Read Data and Bit Flip Register 30
MC82_RDBFL31    0xF00662DE          Read Data and Bit Flip Register 31
MC82_RDBFL32    0xF00662E0          Read Data and Bit Flip Register 32
MC82_RDBFL33    0xF00662E2          Read Data and Bit Flip Register 33
MC82_RDBFL34    0xF00662E4          Read Data and Bit Flip Register 34
MC82_RDBFL35    0xF00662E6          Read Data and Bit Flip Register 35
MC82_RDBFL36    0xF00662E8          Read Data and Bit Flip Register 36
MC82_RDBFL37    0xF00662EA          Read Data and Bit Flip Register 37
MC82_RDBFL38    0xF00662EC          Read Data and Bit Flip Register 38
MC82_RDBFL39    0xF00662EE          Read Data and Bit Flip Register 39
MC83_CONFIG0    0xF0066300          Configuration Register 0
MC83_CONFIG1    0xF0066302          Configuration Register 1
MC83_MCONTROL   0xF0066304          MBIST Control Register
MC83_MSTATUS    0xF0066306          Status Register
MC83_RANGE      0xF0066308          Range Register, single address mode
MC83_REVID      0xF006630C          Revision ID Register
MC83_ECCS       0xF006630E          ECC Safety Register
MC83_ECCD       0xF0066310          Memory ECC Detection Register
MC83_ETRR0      0xF0066312          Error Tracking Register 0
MC83_ETRR1      0xF0066314          Error Tracking Register 1
MC83_ETRR2      0xF0066316          Error Tracking Register 2
MC83_ETRR3      0xF0066318          Error Tracking Register 3
MC83_ETRR4      0xF006631A          Error Tracking Register 4
MC83_RDBFL0     0xF00663A0          Read Data and Bit Flip Register 0
MC83_RDBFL1     0xF00663A2          Read Data and Bit Flip Register 1
MC83_RDBFL2     0xF00663A4          Read Data and Bit Flip Register 2
MC83_RDBFL3     0xF00663A6          Read Data and Bit Flip Register 3
MC83_RDBFL4     0xF00663A8          Read Data and Bit Flip Register 4
MC83_RDBFL5     0xF00663AA          Read Data and Bit Flip Register 5
MC83_RDBFL6     0xF00663AC          Read Data and Bit Flip Register 6
MC83_RDBFL7     0xF00663AE          Read Data and Bit Flip Register 7
MC83_RDBFL8     0xF00663B0          Read Data and Bit Flip Register 8
MC83_RDBFL9     0xF00663B2          Read Data and Bit Flip Register 9
MC83_RDBFL10    0xF00663B4          Read Data and Bit Flip Register 10
MC83_RDBFL11    0xF00663B6          Read Data and Bit Flip Register 11
MC83_RDBFL12    0xF00663B8          Read Data and Bit Flip Register 12
MC83_RDBFL13    0xF00663BA          Read Data and Bit Flip Register 13
MC83_RDBFL14    0xF00663BC          Read Data and Bit Flip Register 14
MC83_RDBFL15    0xF00663BE          Read Data and Bit Flip Register 15
MC83_RDBFL16    0xF00663C0          Read Data and Bit Flip Register 16
MC83_RDBFL17    0xF00663C2          Read Data and Bit Flip Register 17
MC83_RDBFL18    0xF00663C4          Read Data and Bit Flip Register 18
MC83_RDBFL19    0xF00663C6          Read Data and Bit Flip Register 19
MC83_RDBFL20    0xF00663C8          Read Data and Bit Flip Register 20
MC83_RDBFL21    0xF00663CA          Read Data and Bit Flip Register 21
MC83_RDBFL22    0xF00663CC          Read Data and Bit Flip Register 22
MC83_RDBFL23    0xF00663CE          Read Data and Bit Flip Register 23
MC83_RDBFL24    0xF00663D0          Read Data and Bit Flip Register 24
MC83_RDBFL25    0xF00663D2          Read Data and Bit Flip Register 25
MC83_RDBFL26    0xF00663D4          Read Data and Bit Flip Register 26
MC83_RDBFL27    0xF00663D6          Read Data and Bit Flip Register 27
MC83_RDBFL28    0xF00663D8          Read Data and Bit Flip Register 28
MC83_RDBFL29    0xF00663DA          Read Data and Bit Flip Register 29
MC83_RDBFL30    0xF00663DC          Read Data and Bit Flip Register 30
MC83_RDBFL31    0xF00663DE          Read Data and Bit Flip Register 31
MC83_RDBFL32    0xF00663E0          Read Data and Bit Flip Register 32
MC83_RDBFL33    0xF00663E2          Read Data and Bit Flip Register 33
MC83_RDBFL34    0xF00663E4          Read Data and Bit Flip Register 34
MC83_RDBFL35    0xF00663E6          Read Data and Bit Flip Register 35
MC83_RDBFL36    0xF00663E8          Read Data and Bit Flip Register 36
MC83_RDBFL37    0xF00663EA          Read Data and Bit Flip Register 37
MC83_RDBFL38    0xF00663EC          Read Data and Bit Flip Register 38
MC83_RDBFL39    0xF00663EE          Read Data and Bit Flip Register 39
MC84_CONFIG0    0xF0066400          Configuration Register 0
MC84_CONFIG1    0xF0066402          Configuration Register 1
MC84_MCONTROL   0xF0066404          MBIST Control Register
MC84_MSTATUS    0xF0066406          Status Register
MC84_RANGE      0xF0066408          Range Register, single address mode
MC84_REVID      0xF006640C          Revision ID Register
MC84_ECCS       0xF006640E          ECC Safety Register
MC84_ECCD       0xF0066410          Memory ECC Detection Register
MC84_ETRR0      0xF0066412          Error Tracking Register 0
MC84_ETRR1      0xF0066414          Error Tracking Register 1
MC84_ETRR2      0xF0066416          Error Tracking Register 2
MC84_ETRR3      0xF0066418          Error Tracking Register 3
MC84_ETRR4      0xF006641A          Error Tracking Register 4
MC84_RDBFL0     0xF00664A0          Read Data and Bit Flip Register 0
MC84_RDBFL1     0xF00664A2          Read Data and Bit Flip Register 1
MC84_RDBFL2     0xF00664A4          Read Data and Bit Flip Register 2
MC84_RDBFL3     0xF00664A6          Read Data and Bit Flip Register 3
MC84_RDBFL4     0xF00664A8          Read Data and Bit Flip Register 4
MC84_RDBFL5     0xF00664AA          Read Data and Bit Flip Register 5
MC84_RDBFL6     0xF00664AC          Read Data and Bit Flip Register 6
MC84_RDBFL7     0xF00664AE          Read Data and Bit Flip Register 7
MC84_RDBFL8     0xF00664B0          Read Data and Bit Flip Register 8
MC84_RDBFL9     0xF00664B2          Read Data and Bit Flip Register 9
MC84_RDBFL10    0xF00664B4          Read Data and Bit Flip Register 10
MC84_RDBFL11    0xF00664B6          Read Data and Bit Flip Register 11
MC84_RDBFL12    0xF00664B8          Read Data and Bit Flip Register 12
MC84_RDBFL13    0xF00664BA          Read Data and Bit Flip Register 13
MC84_RDBFL14    0xF00664BC          Read Data and Bit Flip Register 14
MC84_RDBFL15    0xF00664BE          Read Data and Bit Flip Register 15
MC84_RDBFL16    0xF00664C0          Read Data and Bit Flip Register 16
MC84_RDBFL17    0xF00664C2          Read Data and Bit Flip Register 17
MC84_RDBFL18    0xF00664C4          Read Data and Bit Flip Register 18
MC84_RDBFL19    0xF00664C6          Read Data and Bit Flip Register 19
MC84_RDBFL20    0xF00664C8          Read Data and Bit Flip Register 20
MC84_RDBFL21    0xF00664CA          Read Data and Bit Flip Register 21
MC84_RDBFL22    0xF00664CC          Read Data and Bit Flip Register 22
MC84_RDBFL23    0xF00664CE          Read Data and Bit Flip Register 23
MC84_RDBFL24    0xF00664D0          Read Data and Bit Flip Register 24
MC84_RDBFL25    0xF00664D2          Read Data and Bit Flip Register 25
MC84_RDBFL26    0xF00664D4          Read Data and Bit Flip Register 26
MC84_RDBFL27    0xF00664D6          Read Data and Bit Flip Register 27
MC84_RDBFL28    0xF00664D8          Read Data and Bit Flip Register 28
MC84_RDBFL29    0xF00664DA          Read Data and Bit Flip Register 29
MC84_RDBFL30    0xF00664DC          Read Data and Bit Flip Register 30
MC84_RDBFL31    0xF00664DE          Read Data and Bit Flip Register 31
MC84_RDBFL32    0xF00664E0          Read Data and Bit Flip Register 32
MC84_RDBFL33    0xF00664E2          Read Data and Bit Flip Register 33
MC84_RDBFL34    0xF00664E4          Read Data and Bit Flip Register 34
MC84_RDBFL35    0xF00664E6          Read Data and Bit Flip Register 35
MC84_RDBFL36    0xF00664E8          Read Data and Bit Flip Register 36
MC84_RDBFL37    0xF00664EA          Read Data and Bit Flip Register 37
MC84_RDBFL38    0xF00664EC          Read Data and Bit Flip Register 38
MC84_RDBFL39    0xF00664EE          Read Data and Bit Flip Register 39
MC85_CONFIG0    0xF0066500          Configuration Register 0
MC85_CONFIG1    0xF0066502          Configuration Register 1
MC85_MCONTROL   0xF0066504          MBIST Control Register
MC85_MSTATUS    0xF0066506          Status Register
MC85_RANGE      0xF0066508          Range Register, single address mode
MC85_REVID      0xF006650C          Revision ID Register
MC85_ECCS       0xF006650E          ECC Safety Register
MC85_ECCD       0xF0066510          Memory ECC Detection Register
MC85_ETRR0      0xF0066512          Error Tracking Register 0
MC85_ETRR1      0xF0066514          Error Tracking Register 1
MC85_ETRR2      0xF0066516          Error Tracking Register 2
MC85_ETRR3      0xF0066518          Error Tracking Register 3
MC85_ETRR4      0xF006651A          Error Tracking Register 4
MC85_RDBFL0     0xF00665A0          Read Data and Bit Flip Register 0
MC85_RDBFL1     0xF00665A2          Read Data and Bit Flip Register 1
MC85_RDBFL2     0xF00665A4          Read Data and Bit Flip Register 2
MC85_RDBFL3     0xF00665A6          Read Data and Bit Flip Register 3
MC85_RDBFL4     0xF00665A8          Read Data and Bit Flip Register 4
MC85_RDBFL5     0xF00665AA          Read Data and Bit Flip Register 5
MC85_RDBFL6     0xF00665AC          Read Data and Bit Flip Register 6
MC85_RDBFL7     0xF00665AE          Read Data and Bit Flip Register 7
MC85_RDBFL8     0xF00665B0          Read Data and Bit Flip Register 8
MC85_RDBFL9     0xF00665B2          Read Data and Bit Flip Register 9
MC85_RDBFL10    0xF00665B4          Read Data and Bit Flip Register 10
MC85_RDBFL11    0xF00665B6          Read Data and Bit Flip Register 11
MC85_RDBFL12    0xF00665B8          Read Data and Bit Flip Register 12
MC85_RDBFL13    0xF00665BA          Read Data and Bit Flip Register 13
MC85_RDBFL14    0xF00665BC          Read Data and Bit Flip Register 14
MC85_RDBFL15    0xF00665BE          Read Data and Bit Flip Register 15
MC85_RDBFL16    0xF00665C0          Read Data and Bit Flip Register 16
MC85_RDBFL17    0xF00665C2          Read Data and Bit Flip Register 17
MC85_RDBFL18    0xF00665C4          Read Data and Bit Flip Register 18
MC85_RDBFL19    0xF00665C6          Read Data and Bit Flip Register 19
MC85_RDBFL20    0xF00665C8          Read Data and Bit Flip Register 20
MC85_RDBFL21    0xF00665CA          Read Data and Bit Flip Register 21
MC85_RDBFL22    0xF00665CC          Read Data and Bit Flip Register 22
MC85_RDBFL23    0xF00665CE          Read Data and Bit Flip Register 23
MC85_RDBFL24    0xF00665D0          Read Data and Bit Flip Register 24
MC85_RDBFL25    0xF00665D2          Read Data and Bit Flip Register 25
MC85_RDBFL26    0xF00665D4          Read Data and Bit Flip Register 26
MC85_RDBFL27    0xF00665D6          Read Data and Bit Flip Register 27
MC85_RDBFL28    0xF00665D8          Read Data and Bit Flip Register 28
MC85_RDBFL29    0xF00665DA          Read Data and Bit Flip Register 29
MC85_RDBFL30    0xF00665DC          Read Data and Bit Flip Register 30
MC85_RDBFL31    0xF00665DE          Read Data and Bit Flip Register 31
MC85_RDBFL32    0xF00665E0          Read Data and Bit Flip Register 32
MC85_RDBFL33    0xF00665E2          Read Data and Bit Flip Register 33
MC85_RDBFL34    0xF00665E4          Read Data and Bit Flip Register 34
MC85_RDBFL35    0xF00665E6          Read Data and Bit Flip Register 35
MC85_RDBFL36    0xF00665E8          Read Data and Bit Flip Register 36
MC85_RDBFL37    0xF00665EA          Read Data and Bit Flip Register 37
MC85_RDBFL38    0xF00665EC          Read Data and Bit Flip Register 38
MC85_RDBFL39    0xF00665EE          Read Data and Bit Flip Register 39
MC86_CONFIG0    0xF0066600          Configuration Register 0
MC86_CONFIG1    0xF0066602          Configuration Register 1
MC86_MCONTROL   0xF0066604          MBIST Control Register
MC86_MSTATUS    0xF0066606          Status Register
MC86_RANGE      0xF0066608          Range Register, single address mode
MC86_REVID      0xF006660C          Revision ID Register
MC86_ECCS       0xF006660E          ECC Safety Register
MC86_ECCD       0xF0066610          Memory ECC Detection Register
MC86_ETRR0      0xF0066612          Error Tracking Register 0
MC86_ETRR1      0xF0066614          Error Tracking Register 1
MC86_ETRR2      0xF0066616          Error Tracking Register 2
MC86_ETRR3      0xF0066618          Error Tracking Register 3
MC86_ETRR4      0xF006661A          Error Tracking Register 4
MC86_RDBFL0     0xF00666A0          Read Data and Bit Flip Register 0
MC86_RDBFL1     0xF00666A2          Read Data and Bit Flip Register 1
MC86_RDBFL2     0xF00666A4          Read Data and Bit Flip Register 2
MC86_RDBFL3     0xF00666A6          Read Data and Bit Flip Register 3
MC86_RDBFL4     0xF00666A8          Read Data and Bit Flip Register 4
MC86_RDBFL5     0xF00666AA          Read Data and Bit Flip Register 5
MC86_RDBFL6     0xF00666AC          Read Data and Bit Flip Register 6
MC86_RDBFL7     0xF00666AE          Read Data and Bit Flip Register 7
MC86_RDBFL8     0xF00666B0          Read Data and Bit Flip Register 8
MC86_RDBFL9     0xF00666B2          Read Data and Bit Flip Register 9
MC86_RDBFL10    0xF00666B4          Read Data and Bit Flip Register 10
MC86_RDBFL11    0xF00666B6          Read Data and Bit Flip Register 11
MC86_RDBFL12    0xF00666B8          Read Data and Bit Flip Register 12
MC86_RDBFL13    0xF00666BA          Read Data and Bit Flip Register 13
MC86_RDBFL14    0xF00666BC          Read Data and Bit Flip Register 14
MC86_RDBFL15    0xF00666BE          Read Data and Bit Flip Register 15
MC86_RDBFL16    0xF00666C0          Read Data and Bit Flip Register 16
MC86_RDBFL17    0xF00666C2          Read Data and Bit Flip Register 17
MC86_RDBFL18    0xF00666C4          Read Data and Bit Flip Register 18
MC86_RDBFL19    0xF00666C6          Read Data and Bit Flip Register 19
MC86_RDBFL20    0xF00666C8          Read Data and Bit Flip Register 20
MC86_RDBFL21    0xF00666CA          Read Data and Bit Flip Register 21
MC86_RDBFL22    0xF00666CC          Read Data and Bit Flip Register 22
MC86_RDBFL23    0xF00666CE          Read Data and Bit Flip Register 23
MC86_RDBFL24    0xF00666D0          Read Data and Bit Flip Register 24
MC86_RDBFL25    0xF00666D2          Read Data and Bit Flip Register 25
MC86_RDBFL26    0xF00666D4          Read Data and Bit Flip Register 26
MC86_RDBFL27    0xF00666D6          Read Data and Bit Flip Register 27
MC86_RDBFL28    0xF00666D8          Read Data and Bit Flip Register 28
MC86_RDBFL29    0xF00666DA          Read Data and Bit Flip Register 29
MC86_RDBFL30    0xF00666DC          Read Data and Bit Flip Register 30
MC86_RDBFL31    0xF00666DE          Read Data and Bit Flip Register 31
MC86_RDBFL32    0xF00666E0          Read Data and Bit Flip Register 32
MC86_RDBFL33    0xF00666E2          Read Data and Bit Flip Register 33
MC86_RDBFL34    0xF00666E4          Read Data and Bit Flip Register 34
MC86_RDBFL35    0xF00666E6          Read Data and Bit Flip Register 35
MC86_RDBFL36    0xF00666E8          Read Data and Bit Flip Register 36
MC86_RDBFL37    0xF00666EA          Read Data and Bit Flip Register 37
MC86_RDBFL38    0xF00666EC          Read Data and Bit Flip Register 38
MC86_RDBFL39    0xF00666EE          Read Data and Bit Flip Register 39
MC87_CONFIG0    0xF0066700          Configuration Register 0
MC87_CONFIG1    0xF0066702          Configuration Register 1
MC87_MCONTROL   0xF0066704          MBIST Control Register
MC87_MSTATUS    0xF0066706          Status Register
MC87_RANGE      0xF0066708          Range Register, single address mode
MC87_REVID      0xF006670C          Revision ID Register
MC87_ECCS       0xF006670E          ECC Safety Register
MC87_ECCD       0xF0066710          Memory ECC Detection Register
MC87_ETRR0      0xF0066712          Error Tracking Register 0
MC87_ETRR1      0xF0066714          Error Tracking Register 1
MC87_ETRR2      0xF0066716          Error Tracking Register 2
MC87_ETRR3      0xF0066718          Error Tracking Register 3
MC87_ETRR4      0xF006671A          Error Tracking Register 4
MC87_RDBFL0     0xF00667A0          Read Data and Bit Flip Register 0
MC87_RDBFL1     0xF00667A2          Read Data and Bit Flip Register 1
MC87_RDBFL2     0xF00667A4          Read Data and Bit Flip Register 2
MC87_RDBFL3     0xF00667A6          Read Data and Bit Flip Register 3
MC87_RDBFL4     0xF00667A8          Read Data and Bit Flip Register 4
MC87_RDBFL5     0xF00667AA          Read Data and Bit Flip Register 5
MC87_RDBFL6     0xF00667AC          Read Data and Bit Flip Register 6
MC87_RDBFL7     0xF00667AE          Read Data and Bit Flip Register 7
MC87_RDBFL8     0xF00667B0          Read Data and Bit Flip Register 8
MC87_RDBFL9     0xF00667B2          Read Data and Bit Flip Register 9
MC87_RDBFL10    0xF00667B4          Read Data and Bit Flip Register 10
MC87_RDBFL11    0xF00667B6          Read Data and Bit Flip Register 11
MC87_RDBFL12    0xF00667B8          Read Data and Bit Flip Register 12
MC87_RDBFL13    0xF00667BA          Read Data and Bit Flip Register 13
MC87_RDBFL14    0xF00667BC          Read Data and Bit Flip Register 14
MC87_RDBFL15    0xF00667BE          Read Data and Bit Flip Register 15
MC87_RDBFL16    0xF00667C0          Read Data and Bit Flip Register 16
MC87_RDBFL17    0xF00667C2          Read Data and Bit Flip Register 17
MC87_RDBFL18    0xF00667C4          Read Data and Bit Flip Register 18
MC87_RDBFL19    0xF00667C6          Read Data and Bit Flip Register 19
MC87_RDBFL20    0xF00667C8          Read Data and Bit Flip Register 20
MC87_RDBFL21    0xF00667CA          Read Data and Bit Flip Register 21
MC87_RDBFL22    0xF00667CC          Read Data and Bit Flip Register 22
MC87_RDBFL23    0xF00667CE          Read Data and Bit Flip Register 23
MC87_RDBFL24    0xF00667D0          Read Data and Bit Flip Register 24
MC87_RDBFL25    0xF00667D2          Read Data and Bit Flip Register 25
MC87_RDBFL26    0xF00667D4          Read Data and Bit Flip Register 26
MC87_RDBFL27    0xF00667D6          Read Data and Bit Flip Register 27
MC87_RDBFL28    0xF00667D8          Read Data and Bit Flip Register 28
MC87_RDBFL29    0xF00667DA          Read Data and Bit Flip Register 29
MC87_RDBFL30    0xF00667DC          Read Data and Bit Flip Register 30
MC87_RDBFL31    0xF00667DE          Read Data and Bit Flip Register 31
MC87_RDBFL32    0xF00667E0          Read Data and Bit Flip Register 32
MC87_RDBFL33    0xF00667E2          Read Data and Bit Flip Register 33
MC87_RDBFL34    0xF00667E4          Read Data and Bit Flip Register 34
MC87_RDBFL35    0xF00667E6          Read Data and Bit Flip Register 35
MC87_RDBFL36    0xF00667E8          Read Data and Bit Flip Register 36
MC87_RDBFL37    0xF00667EA          Read Data and Bit Flip Register 37
MC87_RDBFL38    0xF00667EC          Read Data and Bit Flip Register 38
MC87_RDBFL39    0xF00667EE          Read Data and Bit Flip Register 39
HSSL_CLC        0xF0080000          Clock Control Register
HSSL_ID         0xF0080008          Module Identification Register
HSSL_CRC        0xF008000C          CRC Control Register
HSSL_CFG        0xF0080010          Configuration Register
HSSL_QFLAGS     0xF0080014          Request Flags Register
HSSL_MFLAGS     0xF0080018          Miscellaneous Flags Register
HSSL_MFLAGSSET  0xF008001C          Miscellaneous Flags Set Register
HSSL_MFLAGSCL   0xF0080020          Miscellaneous Flags Clear Register
HSSL_MFLAGSEN   0xF0080024          Flags Enable Register
HSSL_SFSFLAGS   0xF0080028          Stream FIFOs Status Flags Register
HSSL_IWD0       0xF0080030          Initiator Write Data Register 0
HSSL_ICON0      0xF0080034          Initiator Control Data Register 0
HSSL_IRWA0      0xF0080038          Initiator Read Write Address Register
HSSL_IRD0       0xF008003C          Initiator Read Data Register
HSSL_IWD1       0xF0080040          Initiator Write Data Register 1
HSSL_ICON1      0xF0080044          Initiator Control Data Register 1
HSSL_IRWA1      0xF0080048          Initiator Read Write Address Register
HSSL_IRD1       0xF008004C          Initiator Read Data Register
HSSL_IWD2       0xF0080050          Initiator Write Data Register 2
HSSL_ICON2      0xF0080054          Initiator Control Data Register 2
HSSL_IRWA2      0xF0080058          Initiator Read Write Address Register
HSSL_IRD2       0xF008005C          Initiator Read Data Register
HSSL_IWD3       0xF0080060          Initiator Write Data Register 3
HSSL_ICON3      0xF0080064          Initiator Control Data Register 3
HSSL_IRWA3      0xF0080068          Initiator Read Write Address Register
HSSL_IRD3       0xF008006C          Initiator Read Data Register
HSSL_TCD0       0xF0080070          Target Current Data Register 0
HSSL_TCA0       0xF0080074          Target Current Address Register 0
HSSL_TCD1       0xF0080078          Target Current Data Register 1
HSSL_TCA1       0xF008007C          Target Current Address Register 1
HSSL_TCD2       0xF0080080          Target Current Data Register 2
HSSL_TCA2       0xF0080084          Target Current Address Register 2
HSSL_TCD3       0xF0080088          Target Current Data Register 3
HSSL_TCA3       0xF008008C          Target Current Address Register 3
HSSL_TSTAT      0xF0080090          Target Status Register
HSSL_TIDADD     0xF0080094          Target ID Address Register
HSSL_ISSA0      0xF00800A0          Initiator Stream Start Address Register
HSSL_ISSA1      0xF00800A4          Initiator Stream Start Address Register
HSSL_ISCA       0xF00800A8          Initiator Stream Current Address Register
HSSL_ISFC       0xF00800AC          Initiator Stream Frame Count Register
HSSL_TSSA0      0xF00800B0          Target Stream Start Address Register 0
HSSL_TSSA1      0xF00800B4          Target Stream Start Address Register 1
HSSL_TSCA       0xF00800B8          Target Stream Current Address Register
HSSL_TSFC       0xF00800BC          Target Stream Frame Count Register
HSSL_AWSTART0   0xF00800C0          Access Window Start Register 0
HSSL_AWEND0     0xF00800C4          Access Window End Register 0
HSSL_AWSTART1   0xF00800C8          Access Window Start Register 1
HSSL_AWEND1     0xF00800CC          Access Window End Register 1
HSSL_AWSTART2   0xF00800D0          Access Window Start Register 2
HSSL_AWEND2     0xF00800D4          Access Window End Register 2
HSSL_AWSTART3   0xF00800D8          Access Window Start Register 3
HSSL_AWEND3     0xF00800DC          Access Window End Register 3
HSSL_AR         0xF00800E0          Access Rules Register
HSSL_OCS        0xF00800E8          OCDS Control and Status
HSSL_KRSTCLR    0xF00800EC          Kernel Reset Status Clear Register
HSSL_KRST1      0xF00800F0          Kernel Reset Register 1
HSSL_KRST0      0xF00800F4          Kernel Reset Register 0
HSSL_ACCEN1     0xF00800F8          Access Enable Register 1
HSSL_ACCEN0     0xF00800FC          Access Enable Register 0
HSCT_CLC        0xF0090000          Clock Control Register
HSCT_ID         0xF0090008          Module Identification Register
HSCT_INIT       0xF0090010          Initialization register
HSCT_IFCTRL     0xF0090014          CPU transfer control register
HSCT_SLEEPCTRL  0xF0090018          Sleep Control Register
HSCT_CTSCTRL    0xF009001C          Clear To Send Control Register
HSCT_DISABLE    0xF0090020          Transmission Disable Register
HSCT_STAT       0xF0090024          Status Register
HSCT_IFSTAT     0xF0090028          Interface Status Register
HSCT_CONFIGPHY  0xF0090030          Configuration physical layer register
HSCT_STATPHY    0xF0090034          STATPHY
HSCT_IRQ        0xF0090040          Interrupt register
HSCT_IRQEN      0xF0090044          Interrupt enable register
HSCT_IRQCLR     0xF0090048          Interrupt clear register
HSCT_USMR       0xF0090050          Unsolicited Status Message Received
HSCT_USMS       0xF0090054          Unsolicited Status Message Send
HSCT_OCS        0xF009FFE8          OCDS Control and Status
HSCT_KRSTCLR    0xF009FFEC          Reset Status Clear Register
HSCT_KRST1      0xF009FFF0          Reset Register 1
HSCT_KRST0      0xF009FFF4          Reset Register 0
HSCT_ACCEN1     0xF009FFF8          Access Enable Register 1
HSCT_ACCEN0     0xF009FFFC          Access Enable Register 0
I2C0_CLC1       0xF00C0000          Clock Control 1 Register
I2C0_ID         0xF00C0008          Module Identification Register
I2C0_RUNCTRL    0xF00C0010          RUN Control Register
I2C0_ENDDCTRL   0xF00C0014          End Data Control Register
I2C0_FDIVCFG    0xF00C0018          Fractional Divider Configuration Register
I2C0_FDIVHIGHCFG 0xF00C001C          Fractional Divider High-speed Mode Configuration Register
I2C0_ADDRCFG    0xF00C0020          Address Configuration Register
I2C0_BUSSTAT    0xF00C0024          Bus Status Register
I2C0_FIFOCFG    0xF00C0028          FIFO Configuration Register
I2C0_MRPSCTRL   0xF00C002C          Maximum Received Packet Size Control Register
I2C0_RPSSTAT    0xF00C0030          Received Packet Size Status Register
I2C0_TPSCTRL    0xF00C0034          Transmit Packet Size Control Register
I2C0_FFSSTAT    0xF00C0038          Filled FIFO Stages Status Register
I2C0_TIMCFG     0xF00C0040          Timing Configuration Register
I2C0_ERRIRQSM   0xF00C0060          Error Interrupt Request Source Mask Register
I2C0_ERRIRQSS   0xF00C0064          Error Interrupt Request Source Status Register
I2C0_ERRIRQSC   0xF00C0068          Error Interrupt Request Source Clear Register
I2C0_PIRQSM     0xF00C0070          Protocol Interrupt Request Source Mask Register
I2C0_PIRQSS     0xF00C0074          Protocol Interrupt Request Source Status Register
I2C0_PIRQSC     0xF00C0078          Protocol Interrupt Request Source Clear Register
I2C0_RIS        0xF00C0080          Raw Interrupt Status Register
I2C0_IMSC       0xF00C0084          Interrupt Mask Control Register
I2C0_MIS        0xF00C0088          Masked Interrupt Status Register
I2C0_ICR        0xF00C008C          Interrupt Clear Register
I2C0_ISR        0xF00C0090          Interrupt Set Register
I2C0_TXD        0xF00C8000          Transmission Data Register
I2C0_RXD        0xF00CC000          Reception Data Register
I2C0_CLC        0xF00D0000          Clock Control Register
I2C0_MODID      0xF00D0004          Module Identification Register
I2C0_GPCTL      0xF00D0008          General Purpose Control Register
I2C0_ACCEN0     0xF00D000C          Access Enable Register 0
I2C0_ACCEN1     0xF00D0010          Access Enable Register 1
I2C0_KRST0      0xF00D0014          Kernel Reset Register 0
I2C0_KRST1      0xF00D0018          Kernel Reset Register 1
I2C0_KRSTCLR    0xF00D001C          Kernel Reset Status Clear Register
I2C1_CLC1       0xF00E0000          Clock Control 1 Register
I2C1_ID         0xF00E0008          Module Identification Register
I2C1_RUNCTRL    0xF00E0010          RUN Control Register
I2C1_ENDDCTRL   0xF00E0014          End Data Control Register
I2C1_FDIVCFG    0xF00E0018          Fractional Divider Configuration Register
I2C1_FDIVHIGHCFG 0xF00E001C          Fractional Divider High-speed Mode Configuration Register
I2C1_ADDRCFG    0xF00E0020          Address Configuration Register
I2C1_BUSSTAT    0xF00E0024          Bus Status Register
I2C1_FIFOCFG    0xF00E0028          FIFO Configuration Register
I2C1_MRPSCTRL   0xF00E002C          Maximum Received Packet Size Control Register
I2C1_RPSSTAT    0xF00E0030          Received Packet Size Status Register
I2C1_TPSCTRL    0xF00E0034          Transmit Packet Size Control Register
I2C1_FFSSTAT    0xF00E0038          Filled FIFO Stages Status Register
I2C1_TIMCFG     0xF00E0040          Timing Configuration Register
I2C1_ERRIRQSM   0xF00E0060          Error Interrupt Request Source Mask Register
I2C1_ERRIRQSS   0xF00E0064          Error Interrupt Request Source Status Register
I2C1_ERRIRQSC   0xF00E0068          Error Interrupt Request Source Clear Register
I2C1_PIRQSM     0xF00E0070          Protocol Interrupt Request Source Mask Register
I2C1_PIRQSS     0xF00E0074          Protocol Interrupt Request Source Status Register
I2C1_PIRQSC     0xF00E0078          Protocol Interrupt Request Source Clear Register
I2C1_RIS        0xF00E0080          Raw Interrupt Status Register
I2C1_IMSC       0xF00E0084          Interrupt Mask Control Register
I2C1_MIS        0xF00E0088          Masked Interrupt Status Register
I2C1_ICR        0xF00E008C          Interrupt Clear Register
I2C1_ISR        0xF00E0090          Interrupt Set Register
I2C1_TXD        0xF00E8000          Transmission Data Register
I2C1_RXD        0xF00EC000          Reception Data Register
I2C1_CLC        0xF00F0000          Clock Control Register
I2C1_MODID      0xF00F0004          Module Identification Register
I2C1_GPCTL      0xF00F0008          General Purpose Control Register
I2C1_ACCEN0     0xF00F000C          Access Enable Register 0
I2C1_ACCEN1     0xF00F0010          Access Enable Register 1
I2C1_KRST0      0xF00F0014          Kernel Reset Register 0
I2C1_KRST1      0xF00F0018          Kernel Reset Register 1
I2C1_KRSTCLR    0xF00F001C          Kernel Reset Status Clear Register
GTM_REV         0xF0100000          GTM Version Control Register
GTM_RST         0xF0100004          GTM Global Reset Register
GTM_CTRL        0xF0100008          GTM Global Control Register
GTM_AEI_ADDR_XPT 0xF010000C          GTM AEI Timeout Exception Address Register
GTM_IRQ_NOTIFY  0xF0100010          GTM Interrupt Notification Register
GTM_IRQ_EN      0xF0100014          GTM Interrupt Enable Register
GTM_IRQ_FORCINT 0xF0100018          GTM Software Interrupt Generation Register
GTM_IRQ_MODE    0xF010001C          GTM Top Level Interrupts Mode Selection
GTM_EIRQ_EN     0xF0100020          GTM Error Interrupt Enable Register
GTM_BRIDGE_MODE 0xF0100030          GTM to SPB BRIDGE MODE
GTM_BRIDGE_PTR1 0xF0100034          GTM to SPB BRIDGE PTR1
GTM_BRIDGE_PTR2 0xF0100038          GTM to SPB BRIDGE PTR2
GTM_TIM0_AUX_IN_SRC 0xF0100040          GTM TIM0 AUX_IN_SRC
GTM_TIM1_AUX_IN_SRC 0xF0100044          GTM TIM1 AUX_IN_SRC
GTM_TIM2_AUX_IN_SRC 0xF0100048          GTM TIM2 AUX_IN_SRC
GTM_TIM3_AUX_IN_SRC 0xF010004C          GTM TIM3 AUX_IN_SRC
GTM_TIM4_AUX_IN_SRC 0xF0100050          GTM TIM4 AUX_IN_SRC
GTM_TIM5_AUX_IN_SRC 0xF0100054          GTM TIM5 AUX_IN_SRC
GTM_TBU_CHEN    0xF0100100          TBU Global Channel Enable Register
GTM_TBU_CH0_CTRL 0xF0100104          TBU Channel 0 Control Register
GTM_TBU_CH0_BASE 0xF0100108          TBU Channel 0 Base Register
GTM_TBU_CH1_CTRL 0xF010010C          TBU Channel 1 Control Register
GTM_TBU_CH1_BASE 0xF0100110          TBU Channel 1 Base Register
GTM_TBU_CH2_CTRL 0xF0100114          TBU Channel 2 Control Register
GTM_TBU_CH2_BASE 0xF0100118          TBU Channel 2 Base Register
GTM_MON_STATUS  0xF0100180          Monitor Status Register
GTM_MON_ACTIVITY_0 0xF0100184          Monitor Activity Register 0
GTM_MON_ACTIVITY_1 0xF0100188          Monitor Activity Register 1
GTM_CMP_EN      0xF0100200          CMP Comparator Enable Register
GTM_CMP_IRQ_NOTIFY 0xF0100204          CMP Event Notification Register
GTM_CMP_IRQ_EN  0xF0100208          CMP Interrupt Enable Register
GTM_CMP_IRQ_FORCINT 0xF010020C          CMP Interrupt Force Register
GTM_CMP_IRQ_MODE 0xF0100210          CMP IRQ Mode Configuration Register
GTM_CMP_EIRQ_EN 0xF0100214          CMP Error Interrupt Enable Register
GTM_ARU_ACCESS  0xF0100280          ARU Access Register
GTM_ARU_DATA_H  0xF0100284          ARU Access Register Upper Data Word
GTM_ARU_DATA_L  0xF0100288          ARU Access Register Lower Data Word
GTM_ARU_DBG_ACCESS0 0xF010028C          Debug Access Channel 0
GTM_ARU_DBG_DATA0_H 0xF0100290          Debug Access 0 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA0_L 0xF0100294          Debug Access 0 Transfer Register Lower Data Word
GTM_ARU_DBG_ACCESS1 0xF0100298          Debug Access Channel 0
GTM_ARU_DBG_DATA1_H 0xF010029C          Debug Access 1 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA1_L 0xF01002A0          Debug Access 1 Transfer Register Lower Data Word
GTM_ARU_IRQ_NOTIFY 0xF01002A4          ARU Interrupt Notification Register
GTM_ARU_IRQ_EN  0xF01002A8          ARU Interrupt Enable Register
GTM_ARU_IRQ_FORCINT 0xF01002AC          ARU_NEW_DATA_IRQ Forcing Interrupt Register
GTM_ARU_IRQ_MODE 0xF01002B0          IRQ Mode Configuration Register
GTM_CMU_CLK_EN  0xF0100300          CMU Clock Enable Register
GTM_CMU_GCLK_NUM 0xF0100304          CMU Global Clock Control Numerator Register
GTM_CMU_GCLK_DEN 0xF0100308          CMU Global Clock Control Denominator Register
GTM_CMU_CLK_0_CTRL 0xF010030C          CMU Control For Clock Source 0 Register
GTM_CMU_CLK_1_CTRL 0xF0100310          CMU Control For Clock Source 1 Register
GTM_CMU_CLK_2_CTRL 0xF0100314          CMU Control For Clock Source 2 Register
GTM_CMU_CLK_3_CTRL 0xF0100318          CMU Control For Clock Source 3 Register
GTM_CMU_CLK_4_CTRL 0xF010031C          CMU Control For Clock Source 4 Register
GTM_CMU_CLK_5_CTRL 0xF0100320          CMU Control For Clock Source 5 Register
GTM_CMU_CLK_6_CTRL 0xF0100324          CMU Control For Clock Source 6 Register
GTM_CMU_CLK_7_CTRL 0xF0100328          CMU Control For Clock Source 7 Register
GTM_CMU_ECLK_0_NUM 0xF010032C          CMU External Clock 0 Control Numerator Register
GTM_CMU_ECLK_0_DEN 0xF0100330          CMU External Clock 0 Control Denominator Register
GTM_CMU_ECLK_1_NUM 0xF0100334          CMU External Clock 1 Control Numerator Register
GTM_CMU_ECLK_1_DEN 0xF0100338          CMU External Clock 1 Control Denominator Register
GTM_CMU_ECLK_2_NUM 0xF010033C          CMU External Clock 2 Control Numerator Register
GTM_CMU_ECLK_2_DEN 0xF0100340          CMU External Clock 2 Control Denominator Register
GTM_CMU_FXCLK_CTRL 0xF0100344          CMU FXCLK Control Register
GTM_BRC_SRC0_ADDR 0xF0100400          Read Address For Input Channel 0
GTM_BRC_SRC0_DEST 0xF0100404          Destination Channels For Input Channel 0
GTM_BRC_SRC1_ADDR 0xF0100408          Read Address For Input Channel 1
GTM_BRC_SRC1_DEST 0xF010040C          Destination Channels For Input Channel 1
GTM_BRC_SRC2_ADDR 0xF0100410          Read Address For Input Channel 2
GTM_BRC_SRC2_DEST 0xF0100414          Destination Channels For Input Channel 2
GTM_BRC_SRC3_ADDR 0xF0100418          Read Address For Input Channel 3
GTM_BRC_SRC3_DEST 0xF010041C          Destination Channels For Input Channel 3
GTM_BRC_SRC4_ADDR 0xF0100420          Read Address For Input Channel 4
GTM_BRC_SRC4_DEST 0xF0100424          Destination Channels For Input Channel 4
GTM_BRC_SRC5_ADDR 0xF0100428          Read Address For Input Channel 5
GTM_BRC_SRC5_DEST 0xF010042C          Destination Channels For Input Channel 5
GTM_BRC_SRC6_ADDR 0xF0100430          Read Address For Input Channel 6
GTM_BRC_SRC6_DEST 0xF0100434          Destination Channels For Input Channel 6
GTM_BRC_SRC7_ADDR 0xF0100438          Read Address For Input Channel 7
GTM_BRC_SRC7_DEST 0xF010043C          Destination Channels For Input Channel 7
GTM_BRC_SRC8_ADDR 0xF0100440          Read Address For Input Channel 8
GTM_BRC_SRC8_DEST 0xF0100444          Destination Channels For Input Channel 8
GTM_BRC_SRC9_ADDR 0xF0100448          Read Address For Input Channel 9
GTM_BRC_SRC9_DEST 0xF010044C          Destination Channels For Input Channel 9
GTM_BRC_SRC10_ADDR 0xF0100450          Read Address For Input Channel 10
GTM_BRC_SRC10_DEST 0xF0100454          Destination Channels For Input Channel 10
GTM_BRC_SRC11_ADDR 0xF0100458          Read Address For Input Channel 11
GTM_BRC_SRC11_DEST 0xF010045C          Destination Channels For Input Channel 11
GTM_BRC_IRQ_NOTIFY 0xF0100460          BRC Interrupt Notification Register
GTM_BRC_IRQ_EN  0xF0100464          BRC Interrupt Enable Register
GTM_BRC_IRQ_FORCINT 0xF0100468          BRC_DEST_ERR Forcing Interrupt Register
GTM_BRC_IRQ_MODE 0xF010046C          BRC IRQ Mode Configuration Register
GTM_BRC_RST     0xF0100470          BRC Software Reset Register
GTM_BRC_EIRQ_EN 0xF0100474          BRC Error Interrupt Enable Register
GTM_ICM_IRQG_0  0xF0100600          GTM Infrastructure Interrupt Group
GTM_ICM_IRQG_1  0xF0100604          GTM DPLL Interrupt Group
GTM_ICM_IRQG_2  0xF0100608          TIM Interrupt Group 0
GTM_ICM_IRQG_3  0xF010060C          TIM Interrupt Group 1
GTM_ICM_IRQG_4  0xF0100610          MCS Interrupt Group 0
GTM_ICM_IRQG_5  0xF0100614          MCS Interrupt Group 1
GTM_ICM_IRQG_6  0xF0100618          TOM Interrupt Group 0
GTM_ICM_IRQG_7  0xF010061C          ITOM Interrupt Group 1
GTM_ICM_IRQG_8  0xF0100620          ITOM Interrupt Group 2
GTM_ICM_IRQG_9  0xF0100624          ATOM Interrupt Group 0
GTM_ICM_IRQG_10 0xF0100628          ATOM Interrupt Group 1
GTM_ICM_IRQG_11 0xF010062C          ATOM Interrupt Group 2
GTM_ICM_IRQG_MEI 0xF0100630          ICM Module Error Interrupt Register
GTM_ICM_IRQG_CEI0 0xF0100634          ICM Channel Error Interrupt 0 Register
GTM_ICM_IRQG_CEI1 0xF0100638          ICM Channel Error Interrupt 1 Register
GTM_ICM_IRQG_CEI2 0xF010063C          ICM Channel Error Interrupt 2 Register
GTM_ICM_IRQG_CEI3 0xF0100640          ICM Channel Error Interrupt 3 Register
GTM_ICM_IRQG_CEI4 0xF0100644          ICM Channel Error Interrupt 4 Register
GTM_SPE0_CTRL_STAT 0xF0100800          SPE0 Control Status Register
GTM_SPE0_PAT    0xF0100804          SPE0 Input Pattern Definition Register
GTM_SPE0_OUT_PAT0 0xF0100808          SPE0 Output Definition Register 0
GTM_SPE0_OUT_PAT1 0xF010080C          SPE0 Output Definition Register 1
GTM_SPE0_OUT_PAT2 0xF0100810          SPE0 Output Definition Register 2
GTM_SPE0_OUT_PAT3 0xF0100814          SPE0 Output Definition Register 3
GTM_SPE0_OUT_PAT4 0xF0100818          SPE0 Output Definition Register 4
GTM_SPE0_OUT_PAT5 0xF010081C          SPE0 Output Definition Register 5
GTM_SPE0_OUT_PAT6 0xF0100820          SPE0 Output Definition Register 6
GTM_SPE0_OUT_PAT7 0xF0100824          SPE0 Output Definition Register 7
GTM_SPE0_OUT_CTRL 0xF0100828          SPE0 Output Control Register
GTM_SPE0_IRQ_NOTIFY 0xF010082C          SPE0 Interrupt Notification Register
GTM_SPE0_IRQ_EN 0xF0100830          SPE0 Interrupt Enable Register
GTM_SPE0_IRQ_FORCINT 0xF0100834          SPE0 Interrupt Generation by Software
GTM_SPE0_IRQ_MODE 0xF0100838          SPE0 IRQ Mode Configuration Register
GTM_SPE0_EIRQ_EN 0xF010083C          SPE0 Error Interrupt Enable Register
GTM_SPE0_CNT    0xF0100840          SPE0 Revolution Counter Register
GTM_SPE0_CMP    0xF0100844          SPE0 Revolution Compare Register
GTM_SPE1_CTRL_STAT 0xF0100880          SPE1 Control Status Register
GTM_SPE1_PAT    0xF0100884          SPE1 Input Pattern Definition Register
GTM_SPE1_OUT_PAT0 0xF0100888          SPE1 Output Definition Register 0
GTM_SPE1_OUT_PAT1 0xF010088C          SPE1 Output Definition Register 1
GTM_SPE1_OUT_PAT2 0xF0100890          SPE1 Output Definition Register 2
GTM_SPE1_OUT_PAT3 0xF0100894          SPE1 Output Definition Register 3
GTM_SPE1_OUT_PAT4 0xF0100898          SPE1 Output Definition Register 4
GTM_SPE1_OUT_PAT5 0xF010089C          SPE1 Output Definition Register 5
GTM_SPE1_OUT_PAT6 0xF01008A0          SPE1 Output Definition Register 6
GTM_SPE1_OUT_PAT7 0xF01008A4          SPE1 Output Definition Register 7
GTM_SPE1_OUT_CTRL 0xF01008A8          SPE1 Output Control Register
GTM_SPE1_IRQ_NOTIFY 0xF01008AC          SPE1 Interrupt Notification Register
GTM_SPE1_IRQ_EN 0xF01008B0          SPE1 Interrupt Enable Register
GTM_SPE1_IRQ_FORCINT 0xF01008B4          SPE1 Interrupt Generation by Software
GTM_SPE1_IRQ_MODE 0xF01008B8          SPE1 IRQ Mode Configuration Register
GTM_SPE1_EIRQ_EN 0xF01008BC          SPE1 Error Interrupt Enable Register
GTM_SPE1_CNT    0xF01008C0          SPE1 Revolution Counter Register
GTM_SPE1_CMP    0xF01008C4          SPE1 Revolution Compare Register
GTM_SPE2_CTRL_STAT 0xF0100900          SPE2 Control Status Register
GTM_SPE2_PAT    0xF0100904          SPE2 Input Pattern Definition Register
GTM_SPE2_OUT_PAT0 0xF0100908          SPE2 Output Definition Register 0
GTM_SPE2_OUT_PAT1 0xF010090C          SPE2 Output Definition Register 1
GTM_SPE2_OUT_PAT2 0xF0100910          SPE2 Output Definition Register 2
GTM_SPE2_OUT_PAT3 0xF0100914          SPE2 Output Definition Register 3
GTM_SPE2_OUT_PAT4 0xF0100918          SPE2 Output Definition Register 4
GTM_SPE2_OUT_PAT5 0xF010091C          SPE2 Output Definition Register 5
GTM_SPE2_OUT_PAT6 0xF0100920          SPE2 Output Definition Register 6
GTM_SPE2_OUT_PAT7 0xF0100924          SPE2 Output Definition Register 7
GTM_SPE2_OUT_CTRL 0xF0100928          SPE2 Output Control Register
GTM_SPE2_IRQ_NOTIFY 0xF010092C          SPE2 Interrupt Notification Register
GTM_SPE2_IRQ_EN 0xF0100930          SPE2 Interrupt Enable Register
GTM_SPE2_IRQ_FORCINT 0xF0100934          SPE2 Interrupt Generation by Software
GTM_SPE2_IRQ_MODE 0xF0100938          SPE2 IRQ Mode Configuration Register
GTM_SPE2_EIRQ_EN 0xF010093C          SPE2 Error Interrupt Enable Register
GTM_SPE2_CNT    0xF0100940          SPE2 Revolution Counter Register
GTM_SPE2_CMP    0xF0100944          SPE2 Revolution Compare Register
GTM_SPE3_CTRL_STAT 0xF0100980          SPE3 Control Status Register
GTM_SPE3_PAT    0xF0100984          SPE3 Input Pattern Definition Register
GTM_SPE3_OUT_PAT0 0xF0100988          SPE3 Output Definition Register 0
GTM_SPE3_OUT_PAT1 0xF010098C          SPE3 Output Definition Register 1
GTM_SPE3_OUT_PAT2 0xF0100990          SPE3 Output Definition Register 2
GTM_SPE3_OUT_PAT3 0xF0100994          SPE3 Output Definition Register 3
GTM_SPE3_OUT_PAT4 0xF0100998          SPE3 Output Definition Register 4
GTM_SPE3_OUT_PAT5 0xF010099C          SPE3 Output Definition Register 5
GTM_SPE3_OUT_PAT6 0xF01009A0          SPE3 Output Definition Register 6
GTM_SPE3_OUT_PAT7 0xF01009A4          SPE3 Output Definition Register 7
GTM_SPE3_OUT_CTRL 0xF01009A8          SPE3 Output Control Register
GTM_SPE3_IRQ_NOTIFY 0xF01009AC          SPE3 Interrupt Notification Register
GTM_SPE3_IRQ_EN 0xF01009B0          SPE3 Interrupt Enable Register
GTM_SPE3_IRQ_FORCINT 0xF01009B4          SPE3 Interrupt Generation by Software
GTM_SPE3_IRQ_MODE 0xF01009B8          SPE3 IRQ Mode Configuration Register
GTM_SPE3_EIRQ_EN 0xF01009BC          SPE3 Error Interrupt Enable Register
GTM_SPE3_CNT    0xF01009C0          SPE3 Revolution Counter Register
GTM_SPE3_CMP    0xF01009C4          SPE3 Revolution Compare Register
GTM_MAP_CTRL    0xF0100F00          MAP Control Register
GTM_MCFG_CTRL   0xF0100F40          Memory Layout Configuration Register
GTM_TIM0_CH0_GPR0 0xF0101000          TIM0 Channel 0 General Purpose 0 Register
GTM_TIM0_CH0_GPR1 0xF0101004          TIM0 Channel 0 General Purpose 1 Register
GTM_TIM0_CH0_CNT 0xF0101008          TIM0 Channel 0 SMU Counter Register
GTM_TIM0_CH0_ECNT 0xF010100C          TIM0 Channel 0 Edge Counter Register
GTM_TIM0_CH0_CNTS 0xF0101010          TIM0 Channel 0 SMU Shadow Counter Register
GTM_TIM0_CH0_TDUC 0xF0101014          TIM0 Channel 0 TDUC Register
GTM_TIM0_CH0_TDUV 0xF0101018          TIM0 Channel 0 TDUV Register
GTM_TIM0_CH0_FLT_RE 0xF010101C          GTM_TIM0 Channel 0 Filter Parameter 0 Register
GTM_TIM0_CH0_FLT_FE 0xF0101020          TIM0 Channel 0 Filter Parameter 1 Register
GTM_TIM0_CH0_CTRL 0xF0101024          TIM Channel 0 Control Register
GTM_TIM0_CH0_ECTRL 0xF0101028          TIM0 Channel 0 External Capture Control Register
GTM_TIM0_CH0_IRQ_NOTIFY 0xF010102C          TIM0 Channel 0 Interrupt Notification Register
GTM_TIM0_CH0_IRQ_EN 0xF0101030          TIM0 Channel 0 Interrupt Enable Register
GTM_TIM0_CH0_IRQ_FORCINT 0xF0101034          TIM0 Channel 0 Software Interrupt Force Register
GTM_TIM0_CH0_IRQ_MODE 0xF0101038          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH0_EIRQ_EN 0xF010103C          TIM0 Channel 0 Error Interrupt Enable Register
GTM_TIM0_IN_SRC 0xF0101078          TIM0_IN_SRC Long Name
GTM_TIM0_RST    0xF010107C          TIM0 Global Software Reset Register
GTM_TIM0_CH1_GPR0 0xF0101080          TIM0 Channel 1 General Purpose 0 Register
GTM_TIM0_CH1_GPR1 0xF0101084          TIM0 Channel 1 General Purpose 1 Register
GTM_TIM0_CH1_CNT 0xF0101088          TIM0 Channel 1 SMU Counter Register
GTM_TIM0_CH1_ECNT 0xF010108C          TIM0 Channel 1 Edge Counter Register
GTM_TIM0_CH1_CNTS 0xF0101090          TIM0 Channel 1 SMU Shadow Counter Register
GTM_TIM0_CH1_TDUC 0xF0101094          TIM0 Channel 1 TDUC Register
GTM_TIM0_CH1_TDUV 0xF0101098          TIM0 Channel 1 TDUV Register
GTM_TIM0_CH1_FLT_RE 0xF010109C          GTM_TIM0 Channel 1 Filter Parameter 0 Register
GTM_TIM0_CH1_FLT_FE 0xF01010A0          TIM0 Channel 1 Filter Parameter 1 Register
GTM_TIM0_CH1_CTRL 0xF01010A4          TIM Channel 1 Control Register
GTM_TIM0_CH1_ECTRL 0xF01010A8          TIM0 Channel 1 External Capture Control Register
GTM_TIM0_CH1_IRQ_NOTIFY 0xF01010AC          TIM0 Channel 1 Interrupt Notification Register
GTM_TIM0_CH1_IRQ_EN 0xF01010B0          TIM0 Channel 1 Interrupt Enable Register
GTM_TIM0_CH1_IRQ_FORCINT 0xF01010B4          TIM0 Channel 1 Software Interrupt Force Register
GTM_TIM0_CH1_IRQ_MODE 0xF01010B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH1_EIRQ_EN 0xF01010BC          TIM0 Channel 1 Error Interrupt Enable Register
GTM_TIM0_CH2_GPR0 0xF0101100          TIM0 Channel 2 General Purpose 0 Register
GTM_TIM0_CH2_GPR1 0xF0101104          TIM0 Channel 2 General Purpose 1 Register
GTM_TIM0_CH2_CNT 0xF0101108          TIM0 Channel 2 SMU Counter Register
GTM_TIM0_CH2_ECNT 0xF010110C          TIM0 Channel 2 Edge Counter Register
GTM_TIM0_CH2_CNTS 0xF0101110          TIM0 Channel 2 SMU Shadow Counter Register
GTM_TIM0_CH2_TDUC 0xF0101114          TIM0 Channel 2 TDUC Register
GTM_TIM0_CH2_TDUV 0xF0101118          TIM0 Channel 2 TDUV Register
GTM_TIM0_CH2_FLT_RE 0xF010111C          GTM_TIM0 Channel 2 Filter Parameter 0 Register
GTM_TIM0_CH2_FLT_FE 0xF0101120          TIM0 Channel 2 Filter Parameter 1 Register
GTM_TIM0_CH2_CTRL 0xF0101124          TIM Channel 2 Control Register
GTM_TIM0_CH2_ECTRL 0xF0101128          TIM0 Channel 2 External Capture Control Register
GTM_TIM0_CH2_IRQ_NOTIFY 0xF010112C          TIM0 Channel 2 Interrupt Notification Register
GTM_TIM0_CH2_IRQ_EN 0xF0101130          TIM0 Channel 2 Interrupt Enable Register
GTM_TIM0_CH2_IRQ_FORCINT 0xF0101134          TIM0 Channel 2 Software Interrupt Force Register
GTM_TIM0_CH2_IRQ_MODE 0xF0101138          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH2_EIRQ_EN 0xF010113C          TIM0 Channel 2 Error Interrupt Enable Register
GTM_TIM0_CH3_GPR0 0xF0101180          TIM0 Channel 3 General Purpose 0 Register
GTM_TIM0_CH3_GPR1 0xF0101184          TIM0 Channel 3 General Purpose 1 Register
GTM_TIM0_CH3_CNT 0xF0101188          TIM0 Channel 3 SMU Counter Register
GTM_TIM0_CH3_ECNT 0xF010118C          TIM0 Channel 3 Edge Counter Register
GTM_TIM0_CH3_CNTS 0xF0101190          TIM0 Channel 3 SMU Shadow Counter Register
GTM_TIM0_CH3_TDUC 0xF0101194          TIM0 Channel 3 TDUC Register
GTM_TIM0_CH3_TDUV 0xF0101198          TIM0 Channel 3 TDUV Register
GTM_TIM0_CH3_FLT_RE 0xF010119C          GTM_TIM0 Channel 3 Filter Parameter 0 Register
GTM_TIM0_CH3_FLT_FE 0xF01011A0          TIM0 Channel 3 Filter Parameter 1 Register
GTM_TIM0_CH3_CTRL 0xF01011A4          TIM Channel 3 Control Register
GTM_TIM0_CH3_ECTRL 0xF01011A8          TIM0 Channel 3 External Capture Control Register
GTM_TIM0_CH3_IRQ_NOTIFY 0xF01011AC          TIM0 Channel 3 Interrupt Notification Register
GTM_TIM0_CH3_IRQ_EN 0xF01011B0          TIM0 Channel 3 Interrupt Enable Register
GTM_TIM0_CH3_IRQ_FORCINT 0xF01011B4          TIM0 Channel 3 Software Interrupt Force Register
GTM_TIM0_CH3_IRQ_MODE 0xF01011B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH3_EIRQ_EN 0xF01011BC          TIM0 Channel 3 Error Interrupt Enable Register
GTM_TIM0_CH4_GPR0 0xF0101200          TIM0 Channel 4 General Purpose 0 Register
GTM_TIM0_CH4_GPR1 0xF0101204          TIM0 Channel 4 General Purpose 1 Register
GTM_TIM0_CH4_CNT 0xF0101208          TIM0 Channel 4 SMU Counter Register
GTM_TIM0_CH4_ECNT 0xF010120C          TIM0 Channel 4 Edge Counter Register
GTM_TIM0_CH4_CNTS 0xF0101210          TIM0 Channel 4 SMU Shadow Counter Register
GTM_TIM0_CH4_TDUC 0xF0101214          TIM0 Channel 4 TDUC Register
GTM_TIM0_CH4_TDUV 0xF0101218          TIM0 Channel 4 TDUV Register
GTM_TIM0_CH4_FLT_RE 0xF010121C          GTM_TIM0 Channel 4 Filter Parameter 0 Register
GTM_TIM0_CH4_FLT_FE 0xF0101220          TIM0 Channel 4 Filter Parameter 1 Register
GTM_TIM0_CH4_CTRL 0xF0101224          TIM Channel 4 Control Register
GTM_TIM0_CH4_ECTRL 0xF0101228          TIM0 Channel 4 External Capture Control Register
GTM_TIM0_CH4_IRQ_NOTIFY 0xF010122C          TIM0 Channel 4 Interrupt Notification Register
GTM_TIM0_CH4_IRQ_EN 0xF0101230          TIM0 Channel 4 Interrupt Enable Register
GTM_TIM0_CH4_IRQ_FORCINT 0xF0101234          TIM0 Channel 4 Software Interrupt Force Register
GTM_TIM0_CH4_IRQ_MODE 0xF0101238          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH4_EIRQ_EN 0xF010123C          TIM0 Channel 4 Error Interrupt Enable Register
GTM_TIM0_CH5_GPR0 0xF0101280          TIM0 Channel 5 General Purpose 0 Register
GTM_TIM0_CH5_GPR1 0xF0101284          TIM0 Channel 5 General Purpose 1 Register
GTM_TIM0_CH5_CNT 0xF0101288          TIM0 Channel 5 SMU Counter Register
GTM_TIM0_CH5_ECNT 0xF010128C          TIM0 Channel 5 Edge Counter Register
GTM_TIM0_CH5_CNTS 0xF0101290          TIM0 Channel 5 SMU Shadow Counter Register
GTM_TIM0_CH5_TDUC 0xF0101294          TIM0 Channel 5 TDUC Register
GTM_TIM0_CH5_TDUV 0xF0101298          TIM0 Channel 5 TDUV Register
GTM_TIM0_CH5_FLT_RE 0xF010129C          GTM_TIM0 Channel 5 Filter Parameter 0 Register
GTM_TIM0_CH5_FLT_FE 0xF01012A0          TIM0 Channel 5 Filter Parameter 1 Register
GTM_TIM0_CH5_CTRL 0xF01012A4          TIM Channel 5 Control Register
GTM_TIM0_CH5_ECTRL 0xF01012A8          TIM0 Channel 5 External Capture Control Register
GTM_TIM0_CH5_IRQ_NOTIFY 0xF01012AC          TIM0 Channel 5 Interrupt Notification Register
GTM_TIM0_CH5_IRQ_EN 0xF01012B0          TIM0 Channel 5 Interrupt Enable Register
GTM_TIM0_CH5_IRQ_FORCINT 0xF01012B4          TIM0 Channel 5 Software Interrupt Force Register
GTM_TIM0_CH5_IRQ_MODE 0xF01012B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH5_EIRQ_EN 0xF01012BC          TIM0 Channel 5 Error Interrupt Enable Register
GTM_TIM0_CH6_GPR0 0xF0101300          TIM0 Channel 6 General Purpose 0 Register
GTM_TIM0_CH6_GPR1 0xF0101304          TIM0 Channel 6 General Purpose 1 Register
GTM_TIM0_CH6_CNT 0xF0101308          TIM0 Channel 6 SMU Counter Register
GTM_TIM0_CH6_ECNT 0xF010130C          TIM0 Channel 6 Edge Counter Register
GTM_TIM0_CH6_CNTS 0xF0101310          TIM0 Channel 6 SMU Shadow Counter Register
GTM_TIM0_CH6_TDUC 0xF0101314          TIM0 Channel 6 TDUC Register
GTM_TIM0_CH6_TDUV 0xF0101318          TIM0 Channel 6 TDUV Register
GTM_TIM0_CH6_FLT_RE 0xF010131C          GTM_TIM0 Channel 6 Filter Parameter 0 Register
GTM_TIM0_CH6_FLT_FE 0xF0101320          TIM0 Channel 6 Filter Parameter 1 Register
GTM_TIM0_CH6_CTRL 0xF0101324          TIM Channel 6 Control Register
GTM_TIM0_CH6_ECTRL 0xF0101328          TIM0 Channel 6 External Capture Control Register
GTM_TIM0_CH6_IRQ_NOTIFY 0xF010132C          TIM0 Channel 6 Interrupt Notification Register
GTM_TIM0_CH6_IRQ_EN 0xF0101330          TIM0 Channel 6 Interrupt Enable Register
GTM_TIM0_CH6_IRQ_FORCINT 0xF0101334          TIM0 Channel 6 Software Interrupt Force Register
GTM_TIM0_CH6_IRQ_MODE 0xF0101338          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH6_EIRQ_EN 0xF010133C          TIM0 Channel 6 Error Interrupt Enable Register
GTM_TIM0_CH7_GPR0 0xF0101380          TIM0 Channel 7 General Purpose 0 Register
GTM_TIM0_CH7_GPR1 0xF0101384          TIM0 Channel 7 General Purpose 1 Register
GTM_TIM0_CH7_CNT 0xF0101388          TIM0 Channel 7 SMU Counter Register
GTM_TIM0_CH7_ECNT 0xF010138C          TIM0 Channel 7 Edge Counter Register
GTM_TIM0_CH7_CNTS 0xF0101390          TIM0 Channel 7 SMU Shadow Counter Register
GTM_TIM0_CH7_TDUC 0xF0101394          TIM0 Channel 7 TDUC Register
GTM_TIM0_CH7_TDUV 0xF0101398          TIM0 Channel 7 TDUV Register
GTM_TIM0_CH7_FLT_RE 0xF010139C          GTM_TIM0 Channel 7 Filter Parameter 0 Register
GTM_TIM0_CH7_FLT_FE 0xF01013A0          TIM0 Channel 7 Filter Parameter 1 Register
GTM_TIM0_CH7_CTRL 0xF01013A4          TIM Channel 7 Control Register
GTM_TIM0_CH7_ECTRL 0xF01013A8          TIM0 Channel 7 External Capture Control Register
GTM_TIM0_CH7_IRQ_NOTIFY 0xF01013AC          TIM0 Channel 7 Interrupt Notification Register
GTM_TIM0_CH7_IRQ_EN 0xF01013B0          TIM0 Channel 7 Interrupt Enable Register
GTM_TIM0_CH7_IRQ_FORCINT 0xF01013B4          TIM0 Channel 7 Software Interrupt Force Register
GTM_TIM0_CH7_IRQ_MODE 0xF01013B8          TIM0 IRQ Mode Configuration Register
GTM_TIM0_CH7_EIRQ_EN 0xF01013BC          TIM0 Channel 7 Error Interrupt Enable Register
GTM_TIM1_CH0_GPR0 0xF0101800          TIM1 Channel 0 General Purpose 0 Register
GTM_TIM1_CH0_GPR1 0xF0101804          TIM1 Channel 0 General Purpose 1 Register
GTM_TIM1_CH0_CNT 0xF0101808          TIM1 Channel 0 SMU Counter Register
GTM_TIM1_CH0_ECNT 0xF010180C          TIM1 Channel 0 Edge Counter Register
GTM_TIM1_CH0_CNTS 0xF0101810          TIM1Channel 0 SMU Shadow Counter Register
GTM_TIM1_CH0_TDUC 0xF0101814          TIM1 Channel 0 TDUC Register
GTM_TIM1_CH0_TDUV 0xF0101818          TIM1 Channel 0 TDUV Register
GTM_TIM1_CH0_FLT_RE 0xF010181C          GTM_TIM1 Channel 0 Filter Parameter 0 Register
GTM_TIM1_CH0_FLT_FE 0xF0101820          TIM1 Channel 0 Filter Parameter 1 Register
GTM_TIM1_CH0_CTRL 0xF0101824          TIM1_Channel0_CTRL Register
GTM_TIM1_CH0_ECTRL 0xF0101828          TIM1 Channel 0 External Capture Control Register
GTM_TIM1_CH0_IRQ_NOTIFY 0xF010182C          TIM1 Channel 0 Interrupt Notification Register
GTM_TIM1_CH0_IRQ_EN 0xF0101830          TIM1 Channel 0 Interrupt Enable Register
GTM_TIM1_CH0_IRQ_FORCINT 0xF0101834          TIM1 Channel 0 Software Interrupt Force Register
GTM_TIM1_CH0_IRQ_MODE 0xF0101838          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH0_EIRQ_EN 0xF010183C          TIM1 Channel 0 Error Interrupt Enable Register
GTM_TIM1_IN_SRC 0xF0101878          TIM1_IN_SRC Long Name
GTM_TIM1_RST    0xF010187C          TIM1 Global Software Reset Register
GTM_TIM1_CH1_GPR0 0xF0101880          TIM1 Channel 1 General Purpose 0 Register
GTM_TIM1_CH1_GPR1 0xF0101884          TIM1 Channel 1 General Purpose 1 Register
GTM_TIM1_CH1_CNT 0xF0101888          TIM1 Channel 1 SMU Counter Register
GTM_TIM1_CH1_ECNT 0xF010188C          TIM1 Channel 1 Edge Counter Register
GTM_TIM1_CH1_CNTS 0xF0101890          TIM1Channel 1 SMU Shadow Counter Register
GTM_TIM1_CH1_TDUC 0xF0101894          TIM1 Channel 1 TDUC Register
GTM_TIM1_CH1_TDUV 0xF0101898          TIM1 Channel 1 TDUV Register
GTM_TIM1_CH1_FLT_RE 0xF010189C          GTM_TIM1 Channel 1 Filter Parameter 0 Register
GTM_TIM1_CH1_FLT_FE 0xF01018A0          TIM1 Channel 1 Filter Parameter 1 Register
GTM_TIM1_CH1_CTRL 0xF01018A4          TIM1_Channel1_CTRL Register
GTM_TIM1_CH1_ECTRL 0xF01018A8          TIM1 Channel 1 External Capture Control Register
GTM_TIM1_CH1_IRQ_NOTIFY 0xF01018AC          TIM1 Channel 1 Interrupt Notification Register
GTM_TIM1_CH1_IRQ_EN 0xF01018B0          TIM1 Channel 1 Interrupt Enable Register
GTM_TIM1_CH1_IRQ_FORCINT 0xF01018B4          TIM1 Channel 1 Software Interrupt Force Register
GTM_TIM1_CH1_IRQ_MODE 0xF01018B8          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH1_EIRQ_EN 0xF01018BC          TIM1 Channel 1 Error Interrupt Enable Register
GTM_TIM1_CH2_GPR0 0xF0101900          TIM1 Channel 2 General Purpose 0 Register
GTM_TIM1_CH2_GPR1 0xF0101904          TIM1 Channel 2 General Purpose 1 Register
GTM_TIM1_CH2_CNT 0xF0101908          TIM1 Channel 2 SMU Counter Register
GTM_TIM1_CH2_ECNT 0xF010190C          TIM1 Channel 2 Edge Counter Register
GTM_TIM1_CH2_CNTS 0xF0101910          TIM1Channel 2 SMU Shadow Counter Register
GTM_TIM1_CH2_TDUC 0xF0101914          TIM1 Channel 2 TDUC Register
GTM_TIM1_CH2_TDUV 0xF0101918          TIM1 Channel 2 TDUV Register
GTM_TIM1_CH2_FLT_RE 0xF010191C          GTM_TIM1 Channel 2 Filter Parameter 0 Register
GTM_TIM1_CH2_FLT_FE 0xF0101920          TIM1 Channel 2 Filter Parameter 1 Register
GTM_TIM1_CH2_CTRL 0xF0101924          TIM1_Channel2_CTRL Register
GTM_TIM1_CH2_ECTRL 0xF0101928          TIM1 Channel 2 External Capture Control Register
GTM_TIM1_CH2_IRQ_NOTIFY 0xF010192C          TIM1 Channel 2 Interrupt Notification Register
GTM_TIM1_CH2_IRQ_EN 0xF0101930          TIM1 Channel 2 Interrupt Enable Register
GTM_TIM1_CH2_IRQ_FORCINT 0xF0101934          TIM1 Channel 2 Software Interrupt Force Register
GTM_TIM1_CH2_IRQ_MODE 0xF0101938          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH2_EIRQ_EN 0xF010193C          TIM1 Channel 2 Error Interrupt Enable Register
GTM_TIM1_CH3_GPR0 0xF0101980          TIM1 Channel 3 General Purpose 0 Register
GTM_TIM1_CH3_GPR1 0xF0101984          TIM1 Channel 3 General Purpose 1 Register
GTM_TIM1_CH3_CNT 0xF0101988          TIM1 Channel 3 SMU Counter Register
GTM_TIM1_CH3_ECNT 0xF010198C          TIM1 Channel 3 Edge Counter Register
GTM_TIM1_CH3_CNTS 0xF0101990          TIM1Channel 3 SMU Shadow Counter Register
GTM_TIM1_CH3_TDUC 0xF0101994          TIM1 Channel 3 TDUC Register
GTM_TIM1_CH3_TDUV 0xF0101998          TIM1 Channel 3 TDUV Register
GTM_TIM1_CH3_FLT_RE 0xF010199C          GTM_TIM1 Channel 3 Filter Parameter 0 Register
GTM_TIM1_CH3_FLT_FE 0xF01019A0          TIM1 Channel 3 Filter Parameter 1 Register
GTM_TIM1_CH3_CTRL 0xF01019A4          TIM1_Channel3_CTRL Register
GTM_TIM1_CH3_ECTRL 0xF01019A8          TIM1 Channel 3 External Capture Control Register
GTM_TIM1_CH3_IRQ_NOTIFY 0xF01019AC          TIM1 Channel 3 Interrupt Notification Register
GTM_TIM1_CH3_IRQ_EN 0xF01019B0          TIM1 Channel 3 Interrupt Enable Register
GTM_TIM1_CH3_IRQ_FORCINT 0xF01019B4          TIM1 Channel 3 Software Interrupt Force Register
GTM_TIM1_CH3_IRQ_MODE 0xF01019B8          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH3_EIRQ_EN 0xF01019BC          TIM1 Channel 3 Error Interrupt Enable Register
GTM_TIM1_CH4_GPR0 0xF0101A00          TIM1 Channel 4 General Purpose 0 Register
GTM_TIM1_CH4_GPR1 0xF0101A04          TIM1 Channel 4 General Purpose 1 Register
GTM_TIM1_CH4_CNT 0xF0101A08          TIM1 Channel 4 SMU Counter Register
GTM_TIM1_CH4_ECNT 0xF0101A0C          TIM1 Channel 4 Edge Counter Register
GTM_TIM1_CH4_CNTS 0xF0101A10          TIM1Channel 4 SMU Shadow Counter Register
GTM_TIM1_CH4_TDUC 0xF0101A14          TIM1 Channel 4 TDUC Register
GTM_TIM1_CH4_TDUV 0xF0101A18          TIM1 Channel 4 TDUV Register
GTM_TIM1_CH4_FLT_RE 0xF0101A1C          GTM_TIM1 Channel 4 Filter Parameter 0 Register
GTM_TIM1_CH4_FLT_FE 0xF0101A20          TIM1 Channel 4 Filter Parameter 1 Register
GTM_TIM1_CH4_CTRL 0xF0101A24          TIM1_Channel4_CTRL Register
GTM_TIM1_CH4_ECTRL 0xF0101A28          TIM1 Channel 4 External Capture Control Register
GTM_TIM1_CH4_IRQ_NOTIFY 0xF0101A2C          TIM1 Channel 4 Interrupt Notification Register
GTM_TIM1_CH4_IRQ_EN 0xF0101A30          TIM1 Channel 4 Interrupt Enable Register
GTM_TIM1_CH4_IRQ_FORCINT 0xF0101A34          TIM1 Channel 4 Software Interrupt Force Register
GTM_TIM1_CH4_IRQ_MODE 0xF0101A38          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH4_EIRQ_EN 0xF0101A3C          TIM1 Channel 4 Error Interrupt Enable Register
GTM_TIM1_CH5_GPR0 0xF0101A80          TIM1 Channel 5 General Purpose 0 Register
GTM_TIM1_CH5_GPR1 0xF0101A84          TIM1 Channel 5 General Purpose 1 Register
GTM_TIM1_CH5_CNT 0xF0101A88          TIM1 Channel 5 SMU Counter Register
GTM_TIM1_CH5_ECNT 0xF0101A8C          TIM1 Channel 5 Edge Counter Register
GTM_TIM1_CH5_CNTS 0xF0101A90          TIM1Channel 5 SMU Shadow Counter Register
GTM_TIM1_CH5_TDUC 0xF0101A94          TIM1 Channel 5 TDUC Register
GTM_TIM1_CH5_TDUV 0xF0101A98          TIM1 Channel 5 TDUV Register
GTM_TIM1_CH5_FLT_RE 0xF0101A9C          GTM_TIM1 Channel 5 Filter Parameter 0 Register
GTM_TIM1_CH5_FLT_FE 0xF0101AA0          TIM1 Channel 5 Filter Parameter 1 Register
GTM_TIM1_CH5_CTRL 0xF0101AA4          TIM1_Channel5_CTRL Register
GTM_TIM1_CH5_ECTRL 0xF0101AA8          TIM1 Channel 5 External Capture Control Register
GTM_TIM1_CH5_IRQ_NOTIFY 0xF0101AAC          TIM1 Channel 5 Interrupt Notification Register
GTM_TIM1_CH5_IRQ_EN 0xF0101AB0          TIM1 Channel 5 Interrupt Enable Register
GTM_TIM1_CH5_IRQ_FORCINT 0xF0101AB4          TIM1 Channel 5 Software Interrupt Force Register
GTM_TIM1_CH5_IRQ_MODE 0xF0101AB8          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH5_EIRQ_EN 0xF0101ABC          TIM1 Channel 5 Error Interrupt Enable Register
GTM_TIM1_CH6_GPR0 0xF0101B00          TIM1 Channel 6 General Purpose 0 Register
GTM_TIM1_CH6_GPR1 0xF0101B04          TIM1 Channel 6 General Purpose 1 Register
GTM_TIM1_CH6_CNT 0xF0101B08          TIM1 Channel 6 SMU Counter Register
GTM_TIM1_CH6_ECNT 0xF0101B0C          TIM1 Channel 6 Edge Counter Register
GTM_TIM1_CH6_CNTS 0xF0101B10          TIM1Channel 6 SMU Shadow Counter Register
GTM_TIM1_CH6_TDUC 0xF0101B14          TIM1 Channel 6 TDUC Register
GTM_TIM1_CH6_TDUV 0xF0101B18          TIM1 Channel 6 TDUV Register
GTM_TIM1_CH6_FLT_RE 0xF0101B1C          GTM_TIM1 Channel 6 Filter Parameter 0 Register
GTM_TIM1_CH6_FLT_FE 0xF0101B20          TIM1 Channel 6 Filter Parameter 1 Register
GTM_TIM1_CH6_CTRL 0xF0101B24          TIM1_Channel6_CTRL Register
GTM_TIM1_CH6_ECTRL 0xF0101B28          TIM1 Channel 6 External Capture Control Register
GTM_TIM1_CH6_IRQ_NOTIFY 0xF0101B2C          TIM1 Channel 6 Interrupt Notification Register
GTM_TIM1_CH6_IRQ_EN 0xF0101B30          TIM1 Channel 6 Interrupt Enable Register
GTM_TIM1_CH6_IRQ_FORCINT 0xF0101B34          TIM1 Channel 6 Software Interrupt Force Register
GTM_TIM1_CH6_IRQ_MODE 0xF0101B38          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH6_EIRQ_EN 0xF0101B3C          TIM1 Channel 6 Error Interrupt Enable Register
GTM_TIM1_CH7_GPR0 0xF0101B80          TIM1 Channel 7 General Purpose 0 Register
GTM_TIM1_CH7_GPR1 0xF0101B84          TIM1 Channel 7 General Purpose 1 Register
GTM_TIM1_CH7_CNT 0xF0101B88          TIM1 Channel 7 SMU Counter Register
GTM_TIM1_CH7_ECNT 0xF0101B8C          TIM1 Channel 7 Edge Counter Register
GTM_TIM1_CH7_CNTS 0xF0101B90          TIM1Channel 7 SMU Shadow Counter Register
GTM_TIM1_CH7_TDUC 0xF0101B94          TIM1 Channel 7 TDUC Register
GTM_TIM1_CH7_TDUV 0xF0101B98          TIM1 Channel 7 TDUV Register
GTM_TIM1_CH7_FLT_RE 0xF0101B9C          GTM_TIM1 Channel 7 Filter Parameter 0 Register
GTM_TIM1_CH7_FLT_FE 0xF0101BA0          TIM1 Channel 7 Filter Parameter 1 Register
GTM_TIM1_CH7_CTRL 0xF0101BA4          TIM1_Channel7_CTRL Register
GTM_TIM1_CH7_ECTRL 0xF0101BA8          TIM1 Channel 7 External Capture Control Register
GTM_TIM1_CH7_IRQ_NOTIFY 0xF0101BAC          TIM1 Channel 7 Interrupt Notification Register
GTM_TIM1_CH7_IRQ_EN 0xF0101BB0          TIM1 Channel 7 Interrupt Enable Register
GTM_TIM1_CH7_IRQ_FORCINT 0xF0101BB4          TIM1 Channel 7 Software Interrupt Force Register
GTM_TIM1_CH7_IRQ_MODE 0xF0101BB8          TIM1 IRQ Mode Configuration Register
GTM_TIM1_CH7_EIRQ_EN 0xF0101BBC          TIM1 Channel 7 Error Interrupt Enable Register
GTM_TIM2_CH0_GPR0 0xF0102000          TIM2 Channel 0 General Purpose 0 Register
GTM_TIM2_CH0_GPR1 0xF0102004          TIM2 Channel 0 General Purpose 1 Register
GTM_TIM2_CH0_CNT 0xF0102008          TIM2 Channel 0 SMU Counter Register
GTM_TIM2_CH0_ECNT 0xF010200C          TIM2 Channel 0 Edge Counter Register
GTM_TIM2_CH0_CNTS 0xF0102010          TIM2 Channel 0 SMU Shadow Counter Register
GTM_TIM2_CH0_TDUC 0xF0102014          TIM2 Channel 0 TDUC Register
GTM_TIM2_CH0_TDUV 0xF0102018          TIM2 Channel 0 TDUV Register
GTM_TIM2_CH0_FLT_RE 0xF010201C          GTM_TIM2 Channel 0 Filter Parameter 0 Register
GTM_TIM2_CH0_FLT_FE 0xF0102020          TIM2 Channel 0 Filter Parameter 1 Register
GTM_TIM2_CH0_CTRL 0xF0102024          TIM2_Channel0_CTRL Register
GTM_TIM2_CH0_ECTRL 0xF0102028          TIM2 Channel 0 External Capture Control Register
GTM_TIM2_CH0_IRQ_NOTIFY 0xF010202C          TIM2 Channel 0 Interrupt Notification Register
GTM_TIM2_CH0_IRQ_EN 0xF0102030          TIM2 Channel 0 Interrupt Enable Register
GTM_TIM2_CH0_IRQ_FORCINT 0xF0102034          TIM2 Channel 0 Software Interrupt Force Register
GTM_TIM2_CH0_IRQ_MODE 0xF0102038          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH0_EIRQ_EN 0xF010203C          TIM2 Channel 0 Error Interrupt Enable Register
GTM_TIM2_IN_SRC 0xF0102078          TIM2_IN_SRC Long Name
GTM_TIM2_RST    0xF010207C          TIM2 Global Software Reset Register
GTM_TIM2_CH1_GPR0 0xF0102080          TIM2 Channel 1 General Purpose 0 Register
GTM_TIM2_CH1_GPR1 0xF0102084          TIM2 Channel 1 General Purpose 1 Register
GTM_TIM2_CH1_CNT 0xF0102088          TIM2 Channel 1 SMU Counter Register
GTM_TIM2_CH1_ECNT 0xF010208C          TIM2 Channel 1 Edge Counter Register
GTM_TIM2_CH1_CNTS 0xF0102090          TIM2 Channel 1 SMU Shadow Counter Register
GTM_TIM2_CH1_TDUC 0xF0102094          TIM2 Channel 1 TDUC Register
GTM_TIM2_CH1_TDUV 0xF0102098          TIM2 Channel 1 TDUV Register
GTM_TIM2_CH1_FLT_RE 0xF010209C          GTM_TIM2 Channel 1 Filter Parameter 0 Register
GTM_TIM2_CH1_FLT_FE 0xF01020A0          TIM2 Channel 1 Filter Parameter 1 Register
GTM_TIM2_CH1_CTRL 0xF01020A4          TIM2_Channel1_CTRL Register
GTM_TIM2_CH1_ECTRL 0xF01020A8          TIM2 Channel 1 External Capture Control Register
GTM_TIM2_CH1_IRQ_NOTIFY 0xF01020AC          TIM2 Channel 1 Interrupt Notification Register
GTM_TIM2_CH1_IRQ_EN 0xF01020B0          TIM2 Channel 1 Interrupt Enable Register
GTM_TIM2_CH1_IRQ_FORCINT 0xF01020B4          TIM2 Channel 1 Software Interrupt Force Register
GTM_TIM2_CH1_IRQ_MODE 0xF01020B8          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH1_EIRQ_EN 0xF01020BC          TIM2 Channel 1 Error Interrupt Enable Register
GTM_TIM2_CH2_GPR0 0xF0102100          TIM2 Channel 2 General Purpose 0 Register
GTM_TIM2_CH2_GPR1 0xF0102104          TIM2 Channel 2 General Purpose 1 Register
GTM_TIM2_CH2_CNT 0xF0102108          TIM2 Channel 2 SMU Counter Register
GTM_TIM2_CH2_ECNT 0xF010210C          TIM2 Channel 2 Edge Counter Register
GTM_TIM2_CH2_CNTS 0xF0102110          TIM2 Channel 2 SMU Shadow Counter Register
GTM_TIM2_CH2_TDUC 0xF0102114          TIM2 Channel 2 TDUC Register
GTM_TIM2_CH2_TDUV 0xF0102118          TIM2 Channel 2 TDUV Register
GTM_TIM2_CH2_FLT_RE 0xF010211C          GTM_TIM2 Channel 2 Filter Parameter 0 Register
GTM_TIM2_CH2_FLT_FE 0xF0102120          TIM2 Channel 2 Filter Parameter 1 Register
GTM_TIM2_CH2_CTRL 0xF0102124          TIM2_Channel2_CTRL Register
GTM_TIM2_CH2_ECTRL 0xF0102128          TIM2 Channel 2 External Capture Control Register
GTM_TIM2_CH2_IRQ_NOTIFY 0xF010212C          TIM2 Channel 2 Interrupt Notification Register
GTM_TIM2_CH2_IRQ_EN 0xF0102130          TIM2 Channel 2 Interrupt Enable Register
GTM_TIM2_CH2_IRQ_FORCINT 0xF0102134          TIM2 Channel 2 Software Interrupt Force Register
GTM_TIM2_CH2_IRQ_MODE 0xF0102138          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH2_EIRQ_EN 0xF010213C          TIM2 Channel 2 Error Interrupt Enable Register
GTM_TIM2_CH3_GPR0 0xF0102180          TIM2 Channel 3 General Purpose 0 Register
GTM_TIM2_CH3_GPR1 0xF0102184          TIM2 Channel 3 General Purpose 1 Register
GTM_TIM2_CH3_CNT 0xF0102188          TIM2 Channel 3 SMU Counter Register
GTM_TIM2_CH3_ECNT 0xF010218C          TIM2 Channel 3 Edge Counter Register
GTM_TIM2_CH3_CNTS 0xF0102190          TIM2 Channel 3 SMU Shadow Counter Register
GTM_TIM2_CH3_TDUC 0xF0102194          TIM2 Channel 3 TDUC Register
GTM_TIM2_CH3_TDUV 0xF0102198          TIM2 Channel 3 TDUV Register
GTM_TIM2_CH3_FLT_RE 0xF010219C          GTM_TIM2 Channel 3 Filter Parameter 0 Register
GTM_TIM2_CH3_FLT_FE 0xF01021A0          TIM2 Channel 3 Filter Parameter 1 Register
GTM_TIM2_CH3_CTRL 0xF01021A4          TIM2_Channel3_CTRL Register
GTM_TIM2_CH3_ECTRL 0xF01021A8          TIM2 Channel 3 External Capture Control Register
GTM_TIM2_CH3_IRQ_NOTIFY 0xF01021AC          TIM2 Channel 3 Interrupt Notification Register
GTM_TIM2_CH3_IRQ_EN 0xF01021B0          TIM2 Channel 3 Interrupt Enable Register
GTM_TIM2_CH3_IRQ_FORCINT 0xF01021B4          TIM2 Channel 3 Software Interrupt Force Register
GTM_TIM2_CH3_IRQ_MODE 0xF01021B8          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH3_EIRQ_EN 0xF01021BC          TIM2 Channel 3 Error Interrupt Enable Register
GTM_TIM2_CH4_GPR0 0xF0102200          TIM2 Channel 4 General Purpose 0 Register
GTM_TIM2_CH4_GPR1 0xF0102204          TIM2 Channel 4 General Purpose 1 Register
GTM_TIM2_CH4_CNT 0xF0102208          TIM2 Channel 4 SMU Counter Register
GTM_TIM2_CH4_ECNT 0xF010220C          TIM2 Channel 4 Edge Counter Register
GTM_TIM2_CH4_CNTS 0xF0102210          TIM2 Channel 4 SMU Shadow Counter Register
GTM_TIM2_CH4_TDUC 0xF0102214          TIM2 Channel 4 TDUC Register
GTM_TIM2_CH4_TDUV 0xF0102218          TIM2 Channel 4 TDUV Register
GTM_TIM2_CH4_FLT_RE 0xF010221C          GTM_TIM2 Channel 4 Filter Parameter 0 Register
GTM_TIM2_CH4_FLT_FE 0xF0102220          TIM2 Channel 4 Filter Parameter 1 Register
GTM_TIM2_CH4_CTRL 0xF0102224          TIM2_Channel4_CTRL Register
GTM_TIM2_CH4_ECTRL 0xF0102228          TIM2 Channel 4 External Capture Control Register
GTM_TIM2_CH4_IRQ_NOTIFY 0xF010222C          TIM2 Channel 4 Interrupt Notification Register
GTM_TIM2_CH4_IRQ_EN 0xF0102230          TIM2 Channel 4 Interrupt Enable Register
GTM_TIM2_CH4_IRQ_FORCINT 0xF0102234          TIM2 Channel 4 Software Interrupt Force Register
GTM_TIM2_CH4_IRQ_MODE 0xF0102238          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH4_EIRQ_EN 0xF010223C          TIM2 Channel 4 Error Interrupt Enable Register
GTM_TIM2_CH5_GPR0 0xF0102280          TIM2 Channel 5 General Purpose 0 Register
GTM_TIM2_CH5_GPR1 0xF0102284          TIM2 Channel 5 General Purpose 1 Register
GTM_TIM2_CH5_CNT 0xF0102288          TIM2 Channel 5 SMU Counter Register
GTM_TIM2_CH5_ECNT 0xF010228C          TIM2 Channel 5 Edge Counter Register
GTM_TIM2_CH5_CNTS 0xF0102290          TIM2 Channel 5 SMU Shadow Counter Register
GTM_TIM2_CH5_TDUC 0xF0102294          TIM2 Channel 5 TDUC Register
GTM_TIM2_CH5_TDUV 0xF0102298          TIM2 Channel 5 TDUV Register
GTM_TIM2_CH5_FLT_RE 0xF010229C          GTM_TIM2 Channel 5 Filter Parameter 0 Register
GTM_TIM2_CH5_FLT_FE 0xF01022A0          TIM2 Channel 5 Filter Parameter 1 Register
GTM_TIM2_CH5_CTRL 0xF01022A4          TIM2_Channel5_CTRL Register
GTM_TIM2_CH5_ECTRL 0xF01022A8          TIM2 Channel 5 External Capture Control Register
GTM_TIM2_CH5_IRQ_NOTIFY 0xF01022AC          TIM2 Channel 5 Interrupt Notification Register
GTM_TIM2_CH5_IRQ_EN 0xF01022B0          TIM2 Channel 5 Interrupt Enable Register
GTM_TIM2_CH5_IRQ_FORCINT 0xF01022B4          TIM2 Channel 5 Software Interrupt Force Register
GTM_TIM2_CH5_IRQ_MODE 0xF01022B8          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH5_EIRQ_EN 0xF01022BC          TIM2 Channel 5 Error Interrupt Enable Register
GTM_TIM2_CH6_GPR0 0xF0102300          TIM2 Channel 6 General Purpose 0 Register
GTM_TIM2_CH6_GPR1 0xF0102304          TIM2 Channel 6 General Purpose 1 Register
GTM_TIM2_CH6_CNT 0xF0102308          TIM2 Channel 6 SMU Counter Register
GTM_TIM2_CH6_ECNT 0xF010230C          TIM2 Channel 6 Edge Counter Register
GTM_TIM2_CH6_CNTS 0xF0102310          TIM2 Channel 6 SMU Shadow Counter Register
GTM_TIM2_CH6_TDUC 0xF0102314          TIM2 Channel 6 TDUC Register
GTM_TIM2_CH6_TDUV 0xF0102318          TIM2 Channel 6 TDUV Register
GTM_TIM2_CH6_FLT_RE 0xF010231C          GTM_TIM2 Channel 6 Filter Parameter 0 Register
GTM_TIM2_CH6_FLT_FE 0xF0102320          TIM2 Channel 6 Filter Parameter 1 Register
GTM_TIM2_CH6_CTRL 0xF0102324          TIM2_Channel6_CTRL Register
GTM_TIM2_CH6_ECTRL 0xF0102328          TIM2 Channel 6 External Capture Control Register
GTM_TIM2_CH6_IRQ_NOTIFY 0xF010232C          TIM2 Channel 6 Interrupt Notification Register
GTM_TIM2_CH6_IRQ_EN 0xF0102330          TIM2 Channel 6 Interrupt Enable Register
GTM_TIM2_CH6_IRQ_FORCINT 0xF0102334          TIM2 Channel 6 Software Interrupt Force Register
GTM_TIM2_CH6_IRQ_MODE 0xF0102338          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH6_EIRQ_EN 0xF010233C          TIM2 Channel 6 Error Interrupt Enable Register
GTM_TIM2_CH7_GPR0 0xF0102380          TIM2 Channel 7 General Purpose 0 Register
GTM_TIM2_CH7_GPR1 0xF0102384          TIM2 Channel 7 General Purpose 1 Register
GTM_TIM2_CH7_CNT 0xF0102388          TIM2 Channel 7 SMU Counter Register
GTM_TIM2_CH7_ECNT 0xF010238C          TIM2 Channel 7 Edge Counter Register
GTM_TIM2_CH7_CNTS 0xF0102390          TIM2 Channel 7 SMU Shadow Counter Register
GTM_TIM2_CH7_TDUC 0xF0102394          TIM2 Channel 7 TDUC Register
GTM_TIM2_CH7_TDUV 0xF0102398          TIM2 Channel 7 TDUV Register
GTM_TIM2_CH7_FLT_RE 0xF010239C          GTM_TIM2 Channel 7 Filter Parameter 0 Register
GTM_TIM2_CH7_FLT_FE 0xF01023A0          TIM2 Channel 7 Filter Parameter 1 Register
GTM_TIM2_CH7_CTRL 0xF01023A4          TIM2_Channel7_CTRL Register
GTM_TIM2_CH7_ECTRL 0xF01023A8          TIM2 Channel 7 External Capture Control Register
GTM_TIM2_CH7_IRQ_NOTIFY 0xF01023AC          TIM2 Channel 7 Interrupt Notification Register
GTM_TIM2_CH7_IRQ_EN 0xF01023B0          TIM2 Channel 7 Interrupt Enable Register
GTM_TIM2_CH7_IRQ_FORCINT 0xF01023B4          TIM2 Channel 7 Software Interrupt Force Register
GTM_TIM2_CH7_IRQ_MODE 0xF01023B8          TIM2 IRQ Mode Configuration Register
GTM_TIM2_CH7_EIRQ_EN 0xF01023BC          TIM2 Channel 7 Error Interrupt Enable Register
GTM_TIM3_CH0_GPR0 0xF0102800          TIM3 Channel 0 General Purpose 0 Register
GTM_TIM3_CH0_GPR1 0xF0102804          TIM3 Channel 0 General Purpose 1 Register
GTM_TIM3_CH0_CNT 0xF0102808          TIM3 Channel 0 SMU Counter Register
GTM_TIM3_CH0_ECNT 0xF010280C          TIM3 Channel 0 Edge Counter Register
GTM_TIM3_CH0_CNTS 0xF0102810          TIM3 Channel 0 SMU Shadow Counter Register
GTM_TIM3_CH0_TDUC 0xF0102814          TIM3 Channel 0 TDUC Register
GTM_TIM3_CH0_TDUV 0xF0102818          TIM3 Channel 0 TDUV Register
GTM_TIM3_CH0_FLT_RE 0xF010281C          GTM_TIM3 Channel 0 Filter Parameter 0 Register
GTM_TIM3_CH0_FLT_FE 0xF0102820          TIM3 Channel 0 Filter Parameter 1 Register
GTM_TIM3_CH0_CTRL 0xF0102824          TIM3_Channel0_CTRL Register
GTM_TIM3_CH0_ECTRL 0xF0102828          TIM3 Channel 0 External Capture Control Register
GTM_TIM3_CH0_IRQ_NOTIFY 0xF010282C          TIM3 Channel 0 Interrupt Notification Register
GTM_TIM3_CH0_IRQ_EN 0xF0102830          TIM3 Channel 0 Interrupt Enable Register
GTM_TIM3_CH0_IRQ_FORCINT 0xF0102834          TIM3 Channel 0 Software Interrupt Force Register
GTM_TIM3_CH0_IRQ_MODE 0xF0102838          TIM3 IRQ Mode Configuration Register
GTM_TIM3_CH0_EIRQ_EN 0xF010283C          TIM3 Channel 0 Error Interrupt Enable Register
GTM_TIM3_IN_SRC 0xF0102878          TIM3_IN_SRC Long Name
GTM_TIM3_RST    0xF010287C          TIM3 Global Software Reset Register
GTM_TIM3_CH1_GPR0 0xF0102880          TIM3 Channel 1 General Purpose 0 Register
GTM_TIM3_CH1_GPR1 0xF0102884          TIM3 Channel 1 General Purpose 1 Register
GTM_TIM3_CH1_CNT 0xF0102888          TIM3 Channel 1 SMU Counter Register
GTM_TIM3_CH1_ECNT 0xF010288C          TIM3 Channel 1 Edge Counter Register
GTM_TIM3_CH1_CNTS 0xF0102890          TIM3 Channel 1 SMU Shadow Counter Register
GTM_TIM3_CH1_TDUC 0xF0102894          TIM3 Channel 1 TDUC Register
GTM_TIM3_CH1_TDUV 0xF0102898          TIM3 Channel 1 TDUV Register
GTM_TIM3_CH1_FLT_RE 0xF010289C          GTM_TIM3 Channel 1 Filter Parameter 0 Register
GTM_TIM3_CH1_FLT_FE 0xF01028A0          TIM3 Channel 1 Filter Parameter 1 Register
GTM_TIM3_CH1_CTRL 0xF01028A4          TIM3_Channel1_CTRL Register
GTM_TIM3_CH1_ECTRL 0xF01028A8          TIM3 Channel 1 External Capture Control Register
GTM_TIM3_CH1_IRQ_NOTIFY 0xF01028AC          TIM3 Channel 1 Interrupt Notification Register
GTM_TIM3_CH1_IRQ_EN 0xF01028B0          TIM3 Channel 1 Interrupt Enable Register
GTM_TIM3_CH1_IRQ_FORCINT 0xF01028B4          TIM3 Channel 1 Software Interrupt Force Register
GTM_TIM3_CH1_IRQ_MODE 0xF01028B8          TIM3 IRQ Mode Configuration Register
GTM_TIM3_CH1_EIRQ_EN 0xF01028BC          TIM3 Channel 1 Error Interrupt Enable Register
GTM_TIM3_CH2_GPR0 0xF0102900          TIM3 Channel 2 General Purpose 0 Register
GTM_TIM3_CH2_GPR1 0xF0102904          TIM3 Channel 2 General Purpose 1 Register
GTM_TIM3_CH2_CNT 0xF0102908          TIM3 Channel 2 SMU Counter Register
GTM_TIM3_CH2_ECNT 0xF010290C          TIM3 Channel 2 Edge Counter Register
GTM_TIM3_CH2_CNTS 0xF0102910          TIM3 Channel 2 SMU Shadow Counter Register
GTM_TIM3_CH2_TDUC 0xF0102914          TIM3 Channel 2 TDUC Register
GTM_TIM3_CH2_TDUV 0xF0102918          TIM3 Channel 2 TDUV Register
GTM_TIM3_CH2_FLT_RE 0xF010291C          GTM_TIM3 Channel 2 Filter Parameter 0 Register
GTM_TIM3_CH2_FLT_FE 0xF0102920          TIM3 Channel 2 Filter Parameter 1 Register
GTM_TIM3_CH2_CTRL 0xF0102924          TIM3_Channel2_CTRL Register
GTM_TIM3_CH2_ECTRL 0xF0102928          TIM3 Channel 2 External Capture Control Register
GTM_TIM3_CH2_IRQ_NOTIFY 0xF010292C          TIM3 Channel 2 Interrupt Notification Register
GTM_TIM3_CH2_IRQ_EN 0xF0102930          TIM3 Channel 2 Interrupt Enable Register
GTM_TIM3_CH2_IRQ_FORCINT 0xF0102934          TIM3 Channel 2 Software Interrupt Force Register
GTM_TIM3_CH2_IRQ_MODE 0xF0102938          TIM3 IRQ Mode Configuration Register
GTM_TIM3_CH2_EIRQ_EN 0xF010293C          TIM3 Channel 2 Error Interrupt Enable Register
GTM_TIM3_CH3_GPR0 0xF0102980          TIM3 Channel 3 General Purpose 0 Register
GTM_TIM3_CH3_GPR1 0xF0102984          TIM3 Channel 3 General Purpose 1 Register
GTM_TIM3_CH3_CNT 0xF0102988          TIM3 Channel 3 SMU Counter Register
GTM_TIM3_CH3_ECNT 0xF010298C          TIM3 Channel 3 Edge Counter Register
GTM_TIM3_CH3_CNTS 0xF0102990          TIM3 Channel 3 SMU Shadow Counter Register
GTM_TIM3_CH3_TDUC 0xF0102994          TIM3 Channel 3 TDUC Register
GTM_TIM3_CH3_TDUV 0xF0102998          TIM3 Channel 3 TDUV Register
GTM_TIM3_CH3_FLT_RE 0xF010299C          GTM_TIM3 Channel 3 Filter Parameter 0 Register
GTM_TIM3_CH3_FLT_FE 0xF01029A0          TIM3 Channel 3 Filter Parameter 1 Register
GTM_TIM3_CH3_CTRL 0xF01029A4          TIM3_Channel3_CTRL Register
GTM_TIM3_CH3_ECTRL 0xF01029A8          TIM3 Channel 3 External Capture Control Register
GTM_TIM3_CH3_IRQ_NOTIFY 0xF01029AC          TIM3 Channel 3 Interrupt Notification Register
GTM_TIM3_CH3_IRQ_EN 0xF01029B0          TIM3 Channel 3 Interrupt Enable Register
GTM_TIM3_CH3_IRQ_FORCINT 0xF01029B4          TIM3 Channel 3 Software Interrupt Force Register
GTM_TIM3_CH3_IRQ_MODE 0xF01029B8          TIM3 IRQ Mode Configuration Register
GTM_TIM3_CH3_EIRQ_EN 0xF01029BC          TIM3 Channel 3 Error Interrupt Enable Register
GTM_TIM3_CH4_GPR0 0xF0102A00          TIM3 Channel 4 General Purpose 0 Register
GTM_TIM3_CH4_GPR1 0xF0102A04          TIM3 Channel 4 General Purpose 1 Register
GTM_TIM3_CH4_CNT 0xF0102A08          TIM3 Channel 4 SMU Counter Register
GTM_TIM3_CH4_ECNT 0xF0102A0C          TIM3 Channel 4 Edge Counter Register
GTM_TIM3_CH4_CNTS 0xF0102A10          TIM3 Channel 4 SMU Shadow Counter Register
GTM_TIM3_CH4_TDUC 0xF0102A14          TIM3 Channel 4 TDUC Register
GTM_TIM3_CH4_TDUV 0xF0102A18          TIM3 Channel 4 TDUV Register
GTM_TIM3_CH4_FLT_RE 0xF0102A1C          GTM_TIM3 Channel 4 Filter Parameter 0 Register
GTM_TIM3_CH4_FLT_FE 0xF0102A20          TIM3 Channel 4 Filter Parameter 1 Register
GTM_TIM3_CH4_CTRL 0xF0102A24          TIM3_Channel4_CTRL Register
GTM_TIM3_CH4_ECTRL 0xF0102A28          TIM3 Channel 4 External Capture Control Register
GTM_TIM3_CH4_IRQ_NOTIFY 0xF0102A2C          TIM3 Channel 4 Interrupt Notification Register
GTM_TIM3_CH4_IRQ_EN 0xF0102A30          TIM3 Channel 4 Interrupt Enable Register
GTM_TIM3_CH4_IRQ_FORCINT 0xF0102A34          TIM3 Channel 4 Software Interrupt Force Register
GTM_TIM3_CH4_IRQ_MODE 0xF0102A38          TIM3 IRQ Mode Configuration Register
GTM_TIM3_CH4_EIRQ_EN 0xF0102A3C          TIM3 Channel 4 Error Interrupt Enable Register
GTM_TIM3_CH5_GPR0 0xF0102A80          TIM3 Channel 5 General Purpose 0 Register
GTM_TIM3_CH5_GPR1 0xF0102A84          TIM3 Channel 5 General Purpose 1 Register
GTM_TIM3_CH5_CNT 0xF0102A88          TIM3 Channel 5 SMU Counter Register
GTM_TIM3_CH5_ECNT 0xF0102A8C          TIM3 Channel 5 Edge Counter Register
GTM_TIM3_CH5_CNTS 0xF0102A90          TIM3 Channel 5 SMU Shadow Counter Register
GTM_TIM3_CH5_TDUC 0xF0102A94          TIM3 Channel 5 TDUC Register
GTM_TIM3_CH5_TDUV 0xF0102A98          TIM3 Channel 5 TDUV Register
GTM_TIM3_CH5_FLT_RE 0xF0102A9C          GTM_TIM3 Channel 5 Filter Parameter 0 Register
GTM_TIM3_CH5_FLT_FE 0xF0102AA0          TIM3 Channel 5 Filter Parameter 1 Register
GTM_TIM3_CH5_CTRL 0xF0102AA4          TIM3_Channel5_CTRL Register
GTM_TIM3_CH5_ECTRL 0xF0102AA8          TIM3 Channel 5 External Capture Control Register
GTM_TIM3_CH5_IRQ_NOTIFY 0xF0102AAC          TIM3 Channel 5 Interrupt Notification Register
GTM_TIM3_CH5_IRQ_EN 0xF0102AB0          TIM3 Channel 5 Interrupt Enable Register
GTM_TIM3_CH5_IRQ_FORCINT 0xF0102AB4          TIM3 Channel 5 Software Interrupt Force Register
GTM_TIM3_CH5_IRQ_MODE 0xF0102AB8          TIM3 IRQ Mode Configuration Register
GTM_TIM3_CH5_EIRQ_EN 0xF0102ABC          TIM3 Channel 5 Error Interrupt Enable Register
GTM_TIM3_CH6_GPR0 0xF0102B00          TIM3 Channel 6 General Purpose 0 Register
GTM_TIM3_CH6_GPR1 0xF0102B04          TIM3 Channel 6 General Purpose 1 Register
GTM_TIM3_CH6_CNT 0xF0102B08          TIM3 Channel 6 SMU Counter Register
GTM_TIM3_CH6_ECNT 0xF0102B0C          TIM3 Channel 6 Edge Counter Register
GTM_TIM3_CH6_CNTS 0xF0102B10          TIM3 Channel 6 SMU Shadow Counter Register
GTM_TIM3_CH6_TDUC 0xF0102B14          TIM3 Channel 6 TDUC Register
GTM_TIM3_CH6_TDUV 0xF0102B18          TIM3 Channel 6 TDUV Register
GTM_TIM3_CH6_FLT_RE 0xF0102B1C          GTM_TIM3 Channel 6 Filter Parameter 0 Register
GTM_TIM3_CH6_FLT_FE 0xF0102B20          TIM3 Channel 6 Filter Parameter 1 Register
GTM_TIM3_CH6_CTRL 0xF0102B24          TIM3_Channel6_CTRL Register
GTM_TIM3_CH6_ECTRL 0xF0102B28          TIM3 Channel 6 External Capture Control Register
GTM_TIM3_CH6_IRQ_NOTIFY 0xF0102B2C          TIM3 Channel 6 Interrupt Notification Register
GTM_TIM3_CH6_IRQ_EN 0xF0102B30          TIM3 Channel 6 Interrupt Enable Register
GTM_TIM3_CH6_IRQ_FORCINT 0xF0102B34          TIM3 Channel 6 Software Interrupt Force Register
GTM_TIM3_CH6_IRQ_MODE 0xF0102B38          TIM3 IRQ Mode Configuration Register
GTM_TIM3_CH6_EIRQ_EN 0xF0102B3C          TIM3 Channel 6 Error Interrupt Enable Register
GTM_TIM3_CH7_GPR0 0xF0102B80          TIM3 Channel 7 General Purpose 0 Register
GTM_TIM3_CH7_GPR1 0xF0102B84          TIM3 Channel 7 General Purpose 1 Register
GTM_TIM3_CH7_CNT 0xF0102B88          TIM3 Channel 7 SMU Counter Register
GTM_TIM3_CH7_ECNT 0xF0102B8C          TIM3 Channel 7 Edge Counter Register
GTM_TIM3_CH7_CNTS 0xF0102B90          TIM3 Channel 7 SMU Shadow Counter Register
GTM_TIM3_CH7_TDUC 0xF0102B94          TIM3 Channel 7 TDUC Register
GTM_TIM3_CH7_TDUV 0xF0102B98          TIM3 Channel 7 TDUV Register
GTM_TIM3_CH7_FLT_RE 0xF0102B9C          GTM_TIM3 Channel 7 Filter Parameter 0 Register
GTM_TIM3_CH7_FLT_FE 0xF0102BA0          TIM3 Channel 7 Filter Parameter 1 Register
GTM_TIM3_CH7_CTRL 0xF0102BA4          TIM3_Channel7_CTRL Register
GTM_TIM3_CH7_ECTRL 0xF0102BA8          TIM3 Channel 7 External Capture Control Register
GTM_TIM3_CH7_IRQ_NOTIFY 0xF0102BAC          TIM3 Channel 7 Interrupt Notification Register
GTM_TIM3_CH7_IRQ_EN 0xF0102BB0          TIM3 Channel 7 Interrupt Enable Register
GTM_TIM3_CH7_IRQ_FORCINT 0xF0102BB4          TIM3 Channel 7 Software Interrupt Force Register
GTM_TIM3_CH7_IRQ_MODE 0xF0102BB8          TIM3 IRQ Mode Configuration Register
GTM_TIM3_CH7_EIRQ_EN 0xF0102BBC          TIM3 Channel 7 Error Interrupt Enable Register
GTM_TIM4_CH0_GPR0 0xF0103000          TIM4 Channel 0 General Purpose 0 Register
GTM_TIM4_CH0_GPR1 0xF0103004          TIM4 Channel 0 General Purpose 1 Register
GTM_TIM4_CH0_CNT 0xF0103008          TIM4 Channel 0 SMU Counter Register
GTM_TIM4_CH0_ECNT 0xF010300C          TIM4 Channel 0 Edge Counter Register
GTM_TIM4_CH0_CNTS 0xF0103010          TIM4 Channel 0 SMU Shadow Counter Register
GTM_TIM4_CH0_TDUC 0xF0103014          TIM4 Channel 0 TDUC Register
GTM_TIM4_CH0_TDUV 0xF0103018          TIM4 Channel 0 TDUV Register
GTM_TIM4_CH0_FLT_RE 0xF010301C          GTM_TIM4 Channel 0 Filter Parameter 0 Register
GTM_TIM4_CH0_FLT_FE 0xF0103020          TIM4 Channel 0 Filter Parameter 1 Register
GTM_TIM4_CH0_CTRL 0xF0103024          TIM4_Channel0_CTRL Register
GTM_TIM4_CH0_ECTRL 0xF0103028          TIM4 Channel 0 External Capture Control Register
GTM_TIM4_CH0_IRQ_NOTIFY 0xF010302C          TIM4 Channel 0 Interrupt Notification Register
GTM_TIM4_CH0_IRQ_EN 0xF0103030          TIM4 Channel 0 Interrupt Enable Register
GTM_TIM4_CH0_IRQ_FORCINT 0xF0103034          TIM4 Channel 0 Software Interrupt Force Register
GTM_TIM4_CH0_IRQ_MODE 0xF0103038          TIM4 IRQ Mode Configuration Register
GTM_TIM4_CH0_EIRQ_EN 0xF010303C          TIM4 Channel 0 Error Interrupt Enable Register
GTM_TIM4_IN_SRC 0xF0103078          TIM4_IN_SRC Long Name
GTM_TIM4_RST    0xF010307C          TIM4 Global Software Reset Register
GTM_TIM4_CH1_GPR0 0xF0103080          TIM4 Channel 1 General Purpose 0 Register
GTM_TIM4_CH1_GPR1 0xF0103084          TIM4 Channel 1 General Purpose 1 Register
GTM_TIM4_CH1_CNT 0xF0103088          TIM4 Channel 1 SMU Counter Register
GTM_TIM4_CH1_ECNT 0xF010308C          TIM4 Channel 1 Edge Counter Register
GTM_TIM4_CH1_CNTS 0xF0103090          TIM4 Channel 1 SMU Shadow Counter Register
GTM_TIM4_CH1_TDUC 0xF0103094          TIM4 Channel 1 TDUC Register
GTM_TIM4_CH1_TDUV 0xF0103098          TIM4 Channel 1 TDUV Register
GTM_TIM4_CH1_FLT_RE 0xF010309C          GTM_TIM4 Channel 1 Filter Parameter 0 Register
GTM_TIM4_CH1_FLT_FE 0xF01030A0          TIM4 Channel 1 Filter Parameter 1 Register
GTM_TIM4_CH1_CTRL 0xF01030A4          TIM4_Channel1_CTRL Register
GTM_TIM4_CH1_ECTRL 0xF01030A8          TIM4 Channel 1 External Capture Control Register
GTM_TIM4_CH1_IRQ_NOTIFY 0xF01030AC          TIM4 Channel 1 Interrupt Notification Register
GTM_TIM4_CH1_IRQ_EN 0xF01030B0          TIM4 Channel 1 Interrupt Enable Register
GTM_TIM4_CH1_IRQ_FORCINT 0xF01030B4          TIM4 Channel 1 Software Interrupt Force Register
GTM_TIM4_CH1_IRQ_MODE 0xF01030B8          TIM4 IRQ Mode Configuration Register
GTM_TIM4_CH1_EIRQ_EN 0xF01030BC          TIM4 Channel 1 Error Interrupt Enable Register
GTM_TIM4_CH2_GPR0 0xF0103100          TIM4 Channel 2 General Purpose 0 Register
GTM_TIM4_CH2_GPR1 0xF0103104          TIM4 Channel 2 General Purpose 1 Register
GTM_TIM4_CH2_CNT 0xF0103108          TIM4 Channel 2 SMU Counter Register
GTM_TIM4_CH2_ECNT 0xF010310C          TIM4 Channel 2 Edge Counter Register
GTM_TIM4_CH2_CNTS 0xF0103110          TIM4 Channel 2 SMU Shadow Counter Register
GTM_TIM4_CH2_TDUC 0xF0103114          TIM4 Channel 2 TDUC Register
GTM_TIM4_CH2_TDUV 0xF0103118          TIM4 Channel 2 TDUV Register
GTM_TIM4_CH2_FLT_RE 0xF010311C          GTM_TIM4 Channel 2 Filter Parameter 0 Register
GTM_TIM4_CH2_FLT_FE 0xF0103120          TIM4 Channel 2 Filter Parameter 1 Register
GTM_TIM4_CH2_CTRL 0xF0103124          TIM4_Channel2_CTRL Register
GTM_TIM4_CH2_ECTRL 0xF0103128          TIM4 Channel 2 External Capture Control Register
GTM_TIM4_CH2_IRQ_NOTIFY 0xF010312C          TIM4 Channel 2 Interrupt Notification Register
GTM_TIM4_CH2_IRQ_EN 0xF0103130          TIM4 Channel 2 Interrupt Enable Register
GTM_TIM4_CH2_IRQ_FORCINT 0xF0103134          TIM4 Channel 2 Software Interrupt Force Register
GTM_TIM4_CH2_IRQ_MODE 0xF0103138          TIM4 IRQ Mode Configuration Register
GTM_TIM4_CH2_EIRQ_EN 0xF010313C          TIM4 Channel 2 Error Interrupt Enable Register
GTM_TIM4_CH3_GPR0 0xF0103180          TIM4 Channel 3 General Purpose 0 Register
GTM_TIM4_CH3_GPR1 0xF0103184          TIM4 Channel 3 General Purpose 1 Register
GTM_TIM4_CH3_CNT 0xF0103188          TIM4 Channel 3 SMU Counter Register
GTM_TIM4_CH3_ECNT 0xF010318C          TIM4 Channel 3 Edge Counter Register
GTM_TIM4_CH3_CNTS 0xF0103190          TIM4 Channel 3 SMU Shadow Counter Register
GTM_TIM4_CH3_TDUC 0xF0103194          TIM4 Channel 3 TDUC Register
GTM_TIM4_CH3_TDUV 0xF0103198          TIM4 Channel 3 TDUV Register
GTM_TIM4_CH3_FLT_RE 0xF010319C          GTM_TIM4 Channel 3 Filter Parameter 0 Register
GTM_TIM4_CH3_FLT_FE 0xF01031A0          TIM4 Channel 3 Filter Parameter 1 Register
GTM_TIM4_CH3_CTRL 0xF01031A4          TIM4_Channel3_CTRL Register
GTM_TIM4_CH3_ECTRL 0xF01031A8          TIM4 Channel 3 External Capture Control Register
GTM_TIM4_CH3_IRQ_NOTIFY 0xF01031AC          TIM4 Channel 3 Interrupt Notification Register
GTM_TIM4_CH3_IRQ_EN 0xF01031B0          TIM4 Channel 3 Interrupt Enable Register
GTM_TIM4_CH3_IRQ_FORCINT 0xF01031B4          TIM4 Channel 3 Software Interrupt Force Register
GTM_TIM4_CH3_IRQ_MODE 0xF01031B8          TIM4 IRQ Mode Configuration Register
GTM_TIM4_CH3_EIRQ_EN 0xF01031BC          TIM4 Channel 3 Error Interrupt Enable Register
GTM_TIM4_CH4_GPR0 0xF0103200          TIM4 Channel 4 General Purpose 0 Register
GTM_TIM4_CH4_GPR1 0xF0103204          TIM4 Channel 4 General Purpose 1 Register
GTM_TIM4_CH4_CNT 0xF0103208          TIM4 Channel 4 SMU Counter Register
GTM_TIM4_CH4_ECNT 0xF010320C          TIM4 Channel 4 Edge Counter Register
GTM_TIM4_CH4_CNTS 0xF0103210          TIM4 Channel 4 SMU Shadow Counter Register
GTM_TIM4_CH4_TDUC 0xF0103214          TIM4 Channel 4 TDUC Register
GTM_TIM4_CH4_TDUV 0xF0103218          TIM4 Channel 4 TDUV Register
GTM_TIM4_CH4_FLT_RE 0xF010321C          GTM_TIM4 Channel 4 Filter Parameter 0 Register
GTM_TIM4_CH4_FLT_FE 0xF0103220          TIM4 Channel 4 Filter Parameter 1 Register
GTM_TIM4_CH4_CTRL 0xF0103224          TIM4_Channel4_CTRL Register
GTM_TIM4_CH4_ECTRL 0xF0103228          TIM4 Channel 4 External Capture Control Register
GTM_TIM4_CH4_IRQ_NOTIFY 0xF010322C          TIM4 Channel 4 Interrupt Notification Register
GTM_TIM4_CH4_IRQ_EN 0xF0103230          TIM4 Channel 4 Interrupt Enable Register
GTM_TIM4_CH4_IRQ_FORCINT 0xF0103234          TIM4 Channel 4 Software Interrupt Force Register
GTM_TIM4_CH4_IRQ_MODE 0xF0103238          TIM4 IRQ Mode Configuration Register
GTM_TIM4_CH4_EIRQ_EN 0xF010323C          TIM4 Channel 4 Error Interrupt Enable Register
GTM_TIM4_CH5_GPR0 0xF0103280          TIM4 Channel 5 General Purpose 0 Register
GTM_TIM4_CH5_GPR1 0xF0103284          TIM4 Channel 5 General Purpose 1 Register
GTM_TIM4_CH5_CNT 0xF0103288          TIM4 Channel 5 SMU Counter Register
GTM_TIM4_CH5_ECNT 0xF010328C          TIM4 Channel 5 Edge Counter Register
GTM_TIM4_CH5_CNTS 0xF0103290          TIM4 Channel 5 SMU Shadow Counter Register
GTM_TIM4_CH5_TDUC 0xF0103294          TIM4 Channel 5 TDUC Register
GTM_TIM4_CH5_TDUV 0xF0103298          TIM4 Channel 5 TDUV Register
GTM_TIM4_CH5_FLT_RE 0xF010329C          GTM_TIM4 Channel 5 Filter Parameter 0 Register
GTM_TIM4_CH5_FLT_FE 0xF01032A0          TIM4 Channel 5 Filter Parameter 1 Register
GTM_TIM4_CH5_CTRL 0xF01032A4          TIM4_Channel5_CTRL Register
GTM_TIM4_CH5_ECTRL 0xF01032A8          TIM4 Channel 5 External Capture Control Register
GTM_TIM4_CH5_IRQ_NOTIFY 0xF01032AC          TIM4 Channel 5 Interrupt Notification Register
GTM_TIM4_CH5_IRQ_EN 0xF01032B0          TIM4 Channel 5 Interrupt Enable Register
GTM_TIM4_CH5_IRQ_FORCINT 0xF01032B4          TIM4 Channel 5 Software Interrupt Force Register
GTM_TIM4_CH5_IRQ_MODE 0xF01032B8          TIM4 IRQ Mode Configuration Register
GTM_TIM4_CH5_EIRQ_EN 0xF01032BC          TIM4 Channel 5 Error Interrupt Enable Register
GTM_TIM4_CH6_GPR0 0xF0103300          TIM4 Channel 6 General Purpose 0 Register
GTM_TIM4_CH6_GPR1 0xF0103304          TIM4 Channel 6 General Purpose 1 Register
GTM_TIM4_CH6_CNT 0xF0103308          TIM4 Channel 6 SMU Counter Register
GTM_TIM4_CH6_ECNT 0xF010330C          TIM4 Channel 6 Edge Counter Register
GTM_TIM4_CH6_CNTS 0xF0103310          TIM4 Channel 6 SMU Shadow Counter Register
GTM_TIM4_CH6_TDUC 0xF0103314          TIM4 Channel 6 TDUC Register
GTM_TIM4_CH6_TDUV 0xF0103318          TIM4 Channel 6 TDUV Register
GTM_TIM4_CH6_FLT_RE 0xF010331C          GTM_TIM4 Channel 6 Filter Parameter 0 Register
GTM_TIM4_CH6_FLT_FE 0xF0103320          TIM4 Channel 6 Filter Parameter 1 Register
GTM_TIM4_CH6_CTRL 0xF0103324          TIM4_Channel6_CTRL Register
GTM_TIM4_CH6_ECTRL 0xF0103328          TIM4 Channel 6 External Capture Control Register
GTM_TIM4_CH6_IRQ_NOTIFY 0xF010332C          TIM4 Channel 6 Interrupt Notification Register
GTM_TIM4_CH6_IRQ_EN 0xF0103330          TIM4 Channel 6 Interrupt Enable Register
GTM_TIM4_CH6_IRQ_FORCINT 0xF0103334          TIM4 Channel 6 Software Interrupt Force Register
GTM_TIM4_CH6_IRQ_MODE 0xF0103338          TIM4 IRQ Mode Configuration Register
GTM_TIM4_CH6_EIRQ_EN 0xF010333C          TIM4 Channel 6 Error Interrupt Enable Register
GTM_TIM4_CH7_GPR0 0xF0103380          TIM4 Channel 7 General Purpose 0 Register
GTM_TIM4_CH7_GPR1 0xF0103384          TIM4 Channel 7 General Purpose 1 Register
GTM_TIM4_CH7_CNT 0xF0103388          TIM4 Channel 7 SMU Counter Register
GTM_TIM4_CH7_ECNT 0xF010338C          TIM4 Channel 7 Edge Counter Register
GTM_TIM4_CH7_CNTS 0xF0103390          TIM4 Channel 7 SMU Shadow Counter Register
GTM_TIM4_CH7_TDUC 0xF0103394          TIM4 Channel 7 TDUC Register
GTM_TIM4_CH7_TDUV 0xF0103398          TIM4 Channel 7 TDUV Register
GTM_TIM4_CH7_FLT_RE 0xF010339C          GTM_TIM4 Channel 7 Filter Parameter 0 Register
GTM_TIM4_CH7_FLT_FE 0xF01033A0          TIM4 Channel 7 Filter Parameter 1 Register
GTM_TIM4_CH7_CTRL 0xF01033A4          TIM4_Channel7_CTRL Register
GTM_TIM4_CH7_ECTRL 0xF01033A8          TIM4 Channel 7 External Capture Control Register
GTM_TIM4_CH7_IRQ_NOTIFY 0xF01033AC          TIM4 Channel 7 Interrupt Notification Register
GTM_TIM4_CH7_IRQ_EN 0xF01033B0          TIM4 Channel 7 Interrupt Enable Register
GTM_TIM4_CH7_IRQ_FORCINT 0xF01033B4          TIM4 Channel 7 Software Interrupt Force Register
GTM_TIM4_CH7_IRQ_MODE 0xF01033B8          TIM4 IRQ Mode Configuration Register
GTM_TIM4_CH7_EIRQ_EN 0xF01033BC          TIM4 Channel 7 Error Interrupt Enable Register
GTM_TIM5_CH0_GPR0 0xF0103800          TIM5 Channel 0 General Purpose 0 Register
GTM_TIM5_CH0_GPR1 0xF0103804          TIM5 Channel 0 General Purpose 1 Register
GTM_TIM5_CH0_CNT 0xF0103808          TIM5 Channel 0 SMU Counter Register
GTM_TIM5_CH0_ECNT 0xF010380C          TIM5 Channel 0 Edge Counter Register
GTM_TIM5_CH0_CNTS 0xF0103810          TIM5 Channel 0 SMU Shadow Counter Register
GTM_TIM5_CH0_TDUC 0xF0103814          TIM5 Channel 0 TDUC Register
GTM_TIM5_CH0_TDUV 0xF0103818          TIM5 Channel 0 TDUV Register
GTM_TIM5_CH0_FLT_RE 0xF010381C          GTM_TIM5 Channel 0 Filter Parameter 0 Register
GTM_TIM5_CH0_FLT_FE 0xF0103820          TIM5 Channel 0 Filter Parameter 1 Register
GTM_TIM5_CH0_CTRL 0xF0103824          TIM5_Channel0_CTRL Register
GTM_TIM5_CH0_ECTRL 0xF0103828          TIM5 Channel 0 External Capture Control Register
GTM_TIM5_CH0_IRQ_NOTIFY 0xF010382C          TIM5 Channel 0 Interrupt Notification Register
GTM_TIM5_CH0_IRQ_EN 0xF0103830          TIM5 Channel 0 Interrupt Enable Register
GTM_TIM5_CH0_IRQ_FORCINT 0xF0103834          TIM5 Channel 0 Software Interrupt Force Register
GTM_TIM5_CH0_IRQ_MODE 0xF0103838          TIM5 IRQ Mode Configuration Register
GTM_TIM5_CH0_EIRQ_EN 0xF010383C          TIM5 Channel 0 Error Interrupt Enable Register
GTM_TIM5_IN_SRC 0xF0103878          TIM5_IN_SRC Long Name
GTM_TIM5_RST    0xF010387C          TIM5 Global Software Reset Register
GTM_TIM5_CH1_GPR0 0xF0103880          TIM5 Channel 1 General Purpose 0 Register
GTM_TIM5_CH1_GPR1 0xF0103884          TIM5 Channel 1 General Purpose 1 Register
GTM_TIM5_CH1_CNT 0xF0103888          TIM5 Channel 1 SMU Counter Register
GTM_TIM5_CH1_ECNT 0xF010388C          TIM5 Channel 1 Edge Counter Register
GTM_TIM5_CH1_CNTS 0xF0103890          TIM5 Channel 1 SMU Shadow Counter Register
GTM_TIM5_CH1_TDUC 0xF0103894          TIM5 Channel 1 TDUC Register
GTM_TIM5_CH1_TDUV 0xF0103898          TIM5 Channel 1 TDUV Register
GTM_TIM5_CH1_FLT_RE 0xF010389C          GTM_TIM5 Channel 1 Filter Parameter 0 Register
GTM_TIM5_CH1_FLT_FE 0xF01038A0          TIM5 Channel 1 Filter Parameter 1 Register
GTM_TIM5_CH1_CTRL 0xF01038A4          TIM5_Channel1_CTRL Register
GTM_TIM5_CH1_ECTRL 0xF01038A8          TIM5 Channel 1 External Capture Control Register
GTM_TIM5_CH1_IRQ_NOTIFY 0xF01038AC          TIM5 Channel 1 Interrupt Notification Register
GTM_TIM5_CH1_IRQ_EN 0xF01038B0          TIM5 Channel 1 Interrupt Enable Register
GTM_TIM5_CH1_IRQ_FORCINT 0xF01038B4          TIM5 Channel 1 Software Interrupt Force Register
GTM_TIM5_CH1_IRQ_MODE 0xF01038B8          TIM5 IRQ Mode Configuration Register
GTM_TIM5_CH1_EIRQ_EN 0xF01038BC          TIM5 Channel 1 Error Interrupt Enable Register
GTM_TIM5_CH2_GPR0 0xF0103900          TIM5 Channel 2 General Purpose 0 Register
GTM_TIM5_CH2_GPR1 0xF0103904          TIM5 Channel 2 General Purpose 1 Register
GTM_TIM5_CH2_CNT 0xF0103908          TIM5 Channel 2 SMU Counter Register
GTM_TIM5_CH2_ECNT 0xF010390C          TIM5 Channel 2 Edge Counter Register
GTM_TIM5_CH2_CNTS 0xF0103910          TIM5 Channel 2 SMU Shadow Counter Register
GTM_TIM5_CH2_TDUC 0xF0103914          TIM5 Channel 2 TDUC Register
GTM_TIM5_CH2_TDUV 0xF0103918          TIM5 Channel 2 TDUV Register
GTM_TIM5_CH2_FLT_RE 0xF010391C          GTM_TIM5 Channel 2 Filter Parameter 0 Register
GTM_TIM5_CH2_FLT_FE 0xF0103920          TIM5 Channel 2 Filter Parameter 1 Register
GTM_TIM5_CH2_CTRL 0xF0103924          TIM5_Channel2_CTRL Register
GTM_TIM5_CH2_ECTRL 0xF0103928          TIM5 Channel 2 External Capture Control Register
GTM_TIM5_CH2_IRQ_NOTIFY 0xF010392C          TIM5 Channel 2 Interrupt Notification Register
GTM_TIM5_CH2_IRQ_EN 0xF0103930          TIM5 Channel 2 Interrupt Enable Register
GTM_TIM5_CH2_IRQ_FORCINT 0xF0103934          TIM5 Channel 2 Software Interrupt Force Register
GTM_TIM5_CH2_IRQ_MODE 0xF0103938          TIM5 IRQ Mode Configuration Register
GTM_TIM5_CH2_EIRQ_EN 0xF010393C          TIM5 Channel 2 Error Interrupt Enable Register
GTM_TIM5_CH3_GPR0 0xF0103980          TIM5 Channel 3 General Purpose 0 Register
GTM_TIM5_CH3_GPR1 0xF0103984          TIM5 Channel 3 General Purpose 1 Register
GTM_TIM5_CH3_CNT 0xF0103988          TIM5 Channel 3 SMU Counter Register
GTM_TIM5_CH3_ECNT 0xF010398C          TIM5 Channel 3 Edge Counter Register
GTM_TIM5_CH3_CNTS 0xF0103990          TIM5 Channel 3 SMU Shadow Counter Register
GTM_TIM5_CH3_TDUC 0xF0103994          TIM5 Channel 3 TDUC Register
GTM_TIM5_CH3_TDUV 0xF0103998          TIM5 Channel 3 TDUV Register
GTM_TIM5_CH3_FLT_RE 0xF010399C          GTM_TIM5 Channel 3 Filter Parameter 0 Register
GTM_TIM5_CH3_FLT_FE 0xF01039A0          TIM5 Channel 3 Filter Parameter 1 Register
GTM_TIM5_CH3_CTRL 0xF01039A4          TIM5_Channel3_CTRL Register
GTM_TIM5_CH3_ECTRL 0xF01039A8          TIM5 Channel 3 External Capture Control Register
GTM_TIM5_CH3_IRQ_NOTIFY 0xF01039AC          TIM5 Channel 3 Interrupt Notification Register
GTM_TIM5_CH3_IRQ_EN 0xF01039B0          TIM5 Channel 3 Interrupt Enable Register
GTM_TIM5_CH3_IRQ_FORCINT 0xF01039B4          TIM5 Channel 3 Software Interrupt Force Register
GTM_TIM5_CH3_IRQ_MODE 0xF01039B8          TIM5 IRQ Mode Configuration Register
GTM_TIM5_CH3_EIRQ_EN 0xF01039BC          TIM5 Channel 3 Error Interrupt Enable Register
GTM_TIM5_CH4_GPR0 0xF0103A00          TIM5 Channel 4 General Purpose 0 Register
GTM_TIM5_CH4_GPR1 0xF0103A04          TIM5 Channel 4 General Purpose 1 Register
GTM_TIM5_CH4_CNT 0xF0103A08          TIM5 Channel 4 SMU Counter Register
GTM_TIM5_CH4_ECNT 0xF0103A0C          TIM5 Channel 4 Edge Counter Register
GTM_TIM5_CH4_CNTS 0xF0103A10          TIM5 Channel 4 SMU Shadow Counter Register
GTM_TIM5_CH4_TDUC 0xF0103A14          TIM5 Channel 4 TDUC Register
GTM_TIM5_CH4_TDUV 0xF0103A18          TIM5 Channel 4 TDUV Register
GTM_TIM5_CH4_FLT_RE 0xF0103A1C          GTM_TIM5 Channel 4 Filter Parameter 0 Register
GTM_TIM5_CH4_FLT_FE 0xF0103A20          TIM5 Channel 4 Filter Parameter 1 Register
GTM_TIM5_CH4_CTRL 0xF0103A24          TIM5_Channel4_CTRL Register
GTM_TIM5_CH4_ECTRL 0xF0103A28          TIM5 Channel 4 External Capture Control Register
GTM_TIM5_CH4_IRQ_NOTIFY 0xF0103A2C          TIM5 Channel 4 Interrupt Notification Register
GTM_TIM5_CH4_IRQ_EN 0xF0103A30          TIM5 Channel 4 Interrupt Enable Register
GTM_TIM5_CH4_IRQ_FORCINT 0xF0103A34          TIM5 Channel 4 Software Interrupt Force Register
GTM_TIM5_CH4_IRQ_MODE 0xF0103A38          TIM5 IRQ Mode Configuration Register
GTM_TIM5_CH4_EIRQ_EN 0xF0103A3C          TIM5 Channel 4 Error Interrupt Enable Register
GTM_TIM5_CH5_GPR0 0xF0103A80          TIM5 Channel 5 General Purpose 0 Register
GTM_TIM5_CH5_GPR1 0xF0103A84          TIM5 Channel 5 General Purpose 1 Register
GTM_TIM5_CH5_CNT 0xF0103A88          TIM5 Channel 5 SMU Counter Register
GTM_TIM5_CH5_ECNT 0xF0103A8C          TIM5 Channel 5 Edge Counter Register
GTM_TIM5_CH5_CNTS 0xF0103A90          TIM5 Channel 5 SMU Shadow Counter Register
GTM_TIM5_CH5_TDUC 0xF0103A94          TIM5 Channel 5 TDUC Register
GTM_TIM5_CH5_TDUV 0xF0103A98          TIM5 Channel 5 TDUV Register
GTM_TIM5_CH5_FLT_RE 0xF0103A9C          GTM_TIM5 Channel 5 Filter Parameter 0 Register
GTM_TIM5_CH5_FLT_FE 0xF0103AA0          TIM5 Channel 5 Filter Parameter 1 Register
GTM_TIM5_CH5_CTRL 0xF0103AA4          TIM5_Channel5_CTRL Register
GTM_TIM5_CH5_ECTRL 0xF0103AA8          TIM5 Channel 5 External Capture Control Register
GTM_TIM5_CH5_IRQ_NOTIFY 0xF0103AAC          TIM5 Channel 5 Interrupt Notification Register
GTM_TIM5_CH5_IRQ_EN 0xF0103AB0          TIM5 Channel 5 Interrupt Enable Register
GTM_TIM5_CH5_IRQ_FORCINT 0xF0103AB4          TIM5 Channel 5 Software Interrupt Force Register
GTM_TIM5_CH5_IRQ_MODE 0xF0103AB8          TIM5 IRQ Mode Configuration Register
GTM_TIM5_CH5_EIRQ_EN 0xF0103ABC          TIM5 Channel 5 Error Interrupt Enable Register
GTM_TIM5_CH6_GPR0 0xF0103B00          TIM5 Channel 6 General Purpose 0 Register
GTM_TIM5_CH6_GPR1 0xF0103B04          TIM5 Channel 6 General Purpose 1 Register
GTM_TIM5_CH6_CNT 0xF0103B08          TIM5 Channel 6 SMU Counter Register
GTM_TIM5_CH6_ECNT 0xF0103B0C          TIM5 Channel 6 Edge Counter Register
GTM_TIM5_CH6_CNTS 0xF0103B10          TIM5 Channel 6 SMU Shadow Counter Register
GTM_TIM5_CH6_TDUC 0xF0103B14          TIM5 Channel 6 TDUC Register
GTM_TIM5_CH6_TDUV 0xF0103B18          TIM5 Channel 6 TDUV Register
GTM_TIM5_CH6_FLT_RE 0xF0103B1C          GTM_TIM5 Channel 6 Filter Parameter 0 Register
GTM_TIM5_CH6_FLT_FE 0xF0103B20          TIM5 Channel 6 Filter Parameter 1 Register
GTM_TIM5_CH6_CTRL 0xF0103B24          TIM5_Channel6_CTRL Register
GTM_TIM5_CH6_ECTRL 0xF0103B28          TIM5 Channel 6 External Capture Control Register
GTM_TIM5_CH6_IRQ_NOTIFY 0xF0103B2C          TIM5 Channel 6 Interrupt Notification Register
GTM_TIM5_CH6_IRQ_EN 0xF0103B30          TIM5 Channel 6 Interrupt Enable Register
GTM_TIM5_CH6_IRQ_FORCINT 0xF0103B34          TIM5 Channel 6 Software Interrupt Force Register
GTM_TIM5_CH6_IRQ_MODE 0xF0103B38          TIM5 IRQ Mode Configuration Register
GTM_TIM5_CH6_EIRQ_EN 0xF0103B3C          TIM5 Channel 6 Error Interrupt Enable Register
GTM_TIM5_CH7_GPR0 0xF0103B80          TIM5 Channel 7 General Purpose 0 Register
GTM_TIM5_CH7_GPR1 0xF0103B84          TIM5 Channel 7 General Purpose 1 Register
GTM_TIM5_CH7_CNT 0xF0103B88          TIM5 Channel 7 SMU Counter Register
GTM_TIM5_CH7_ECNT 0xF0103B8C          TIM5 Channel 7 Edge Counter Register
GTM_TIM5_CH7_CNTS 0xF0103B90          TIM5 Channel 7 SMU Shadow Counter Register
GTM_TIM5_CH7_TDUC 0xF0103B94          TIM5 Channel 7 TDUC Register
GTM_TIM5_CH7_TDUV 0xF0103B98          TIM5 Channel 7 TDUV Register
GTM_TIM5_CH7_FLT_RE 0xF0103B9C          GTM_TIM5 Channel 7 Filter Parameter 0 Register
GTM_TIM5_CH7_FLT_FE 0xF0103BA0          TIM5 Channel 7 Filter Parameter 1 Register
GTM_TIM5_CH7_CTRL 0xF0103BA4          TIM5_Channel7_CTRL Register
GTM_TIM5_CH7_ECTRL 0xF0103BA8          TIM5 Channel 7 External Capture Control Register
GTM_TIM5_CH7_IRQ_NOTIFY 0xF0103BAC          TIM5 Channel 7 Interrupt Notification Register
GTM_TIM5_CH7_IRQ_EN 0xF0103BB0          TIM5 Channel 7 Interrupt Enable Register
GTM_TIM5_CH7_IRQ_FORCINT 0xF0103BB4          TIM5 Channel 7 Software Interrupt Force Register
GTM_TIM5_CH7_IRQ_MODE 0xF0103BB8          TIM5 IRQ Mode Configuration Register
GTM_TIM5_CH7_EIRQ_EN 0xF0103BBC          TIM5 Channel 7 Error Interrupt Enable Register
GTM_TOM0_CH0_CTRL 0xF0108000          TOM0 Channel 0 Control Register?
GTM_TOM0_CH0_SR0 0xF0108004          TOM0 Channel 0 CCU0 Compare Shadow Register
GTM_TOM0_CH0_SR1 0xF0108008          TOM0 Channel 0 CCU1 Compare Shadow Register
GTM_TOM0_CH0_CM0 0xF010800C          TOM0 Channel 0 CCU0 Compare Register
GTM_TOM0_CH0_CM1 0xF0108010          TOM0 Channel 0 CCU1 Compare Register
GTM_TOM0_CH0_CN0 0xF0108014          TOM0 Channel 0 CCU0 Counter Register
GTM_TOM0_CH0_STAT 0xF0108018          TOM0 Channel Status Register
GTM_TOM0_CH0_IRQ_NOTIFY 0xF010801C          TOM0 Channel 0 Interrupt Notification Register
GTM_TOM0_CH0_IRQ_EN 0xF0108020          TOM0 Channel 0 Interrupt Enable Register
GTM_TOM0_CH0_IRQ_FORCINT 0xF0108024          TOM0 Channel 0 Software Interrupt Generation Register
GTM_TOM0_CH0_IRQ_MODE 0xF0108028          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC0_GLB_CTRL 0xF0108030          TOM0 TGC0 Global Control Register
GTM_TOM0_TGC0_ACT_TB 0xF0108034          TOM0 TGC0 Action Time Base Register
GTM_TOM0_TGC0_FUPD_CTRL 0xF0108038          TOM0 TGC0 Force Update Control Register
GTM_TOM0_TGC0_INT_TRIG 0xF010803C          TOM0 TGC0 Internal Trigger Control Register
GTM_TOM0_CH1_CTRL 0xF0108040          TOM0 Channel 1 Control Register?
GTM_TOM0_CH1_SR0 0xF0108044          TOM0 Channel 1 CCU0 Compare Shadow Register
GTM_TOM0_CH1_SR1 0xF0108048          TOM0 Channel 1 CCU1 Compare Shadow Register
GTM_TOM0_CH1_CM0 0xF010804C          TOM0 Channel 1 CCU0 Compare Register
GTM_TOM0_CH1_CM1 0xF0108050          TOM0 Channel 1 CCU1 Compare Register
GTM_TOM0_CH1_CN0 0xF0108054          TOM0 Channel 1 CCU0 Counter Register
GTM_TOM0_CH1_STAT 0xF0108058          TOM0 Channel Status Register
GTM_TOM0_CH1_IRQ_NOTIFY 0xF010805C          TOM0 Channel 1 Interrupt Notification Register
GTM_TOM0_CH1_IRQ_EN 0xF0108060          TOM0 Channel 1 Interrupt Enable Register
GTM_TOM0_CH1_IRQ_FORCINT 0xF0108064          TOM0 Channel 1 Software Interrupt Generation Register
GTM_TOM0_CH1_IRQ_MODE 0xF0108068          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC0_ENDIS_CTRL 0xF0108070          TOM0 TGC0 Enable/Disable Control Register
GTM_TOM0_TGC0_ENDIS_STAT 0xF0108074          TOM0 TGC0 Enable/Disable Status Register
GTM_TOM0_TGC0_OUTEN_CTRL 0xF0108078          TOM0 TGC0 Output Enable Control Register
GTM_TOM0_TGC0_OUTEN_STAT 0xF010807C          TOM0 TGC0 Output Enable Status Register
GTM_TOM0_CH2_CTRL 0xF0108080          TOM0 Channel 2 Control Register?
GTM_TOM0_CH2_SR0 0xF0108084          TOM0 Channel 2 CCU0 Compare Shadow Register
GTM_TOM0_CH2_SR1 0xF0108088          TOM0 Channel 2 CCU1 Compare Shadow Register
GTM_TOM0_CH2_CM0 0xF010808C          TOM0 Channel 2 CCU0 Compare Register
GTM_TOM0_CH2_CM1 0xF0108090          TOM0 Channel 2 CCU1 Compare Register
GTM_TOM0_CH2_CN0 0xF0108094          TOM0 Channel 2 CCU0 Counter Register
GTM_TOM0_CH2_STAT 0xF0108098          TOM0 Channel Status Register
GTM_TOM0_CH2_IRQ_NOTIFY 0xF010809C          TOM0 Channel 2 Interrupt Notification Register
GTM_TOM0_CH2_IRQ_EN 0xF01080A0          TOM0 Channel 2 Interrupt Enable Register
GTM_TOM0_CH2_IRQ_FORCINT 0xF01080A4          TOM0 Channel 2 Software Interrupt Generation Register
GTM_TOM0_CH2_IRQ_MODE 0xF01080A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH3_CTRL 0xF01080C0          TOM0 Channel 3 Control Register?
GTM_TOM0_CH3_SR0 0xF01080C4          TOM0 Channel 3 CCU0 Compare Shadow Register
GTM_TOM0_CH3_SR1 0xF01080C8          TOM0 Channel 3 CCU1 Compare Shadow Register
GTM_TOM0_CH3_CM0 0xF01080CC          TOM0 Channel 3 CCU0 Compare Register
GTM_TOM0_CH3_CM1 0xF01080D0          TOM0 Channel 3 CCU1 Compare Register
GTM_TOM0_CH3_CN0 0xF01080D4          TOM0 Channel 3 CCU0 Counter Register
GTM_TOM0_CH3_STAT 0xF01080D8          TOM0 Channel Status Register
GTM_TOM0_CH3_IRQ_NOTIFY 0xF01080DC          TOM0 Channel 3 Interrupt Notification Register
GTM_TOM0_CH3_IRQ_EN 0xF01080E0          TOM0 Channel 3 Interrupt Enable Register
GTM_TOM0_CH3_IRQ_FORCINT 0xF01080E4          TOM0 Channel 3 Software Interrupt Generation Register
GTM_TOM0_CH3_IRQ_MODE 0xF01080E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH4_CTRL 0xF0108100          TOM0 Channel 4 Control Register?
GTM_TOM0_CH4_SR0 0xF0108104          TOM0 Channel 4 CCU0 Compare Shadow Register
GTM_TOM0_CH4_SR1 0xF0108108          TOM0 Channel 4 CCU1 Compare Shadow Register
GTM_TOM0_CH4_CM0 0xF010810C          TOM0 Channel 4 CCU0 Compare Register
GTM_TOM0_CH4_CM1 0xF0108110          TOM0 Channel 4 CCU1 Compare Register
GTM_TOM0_CH4_CN0 0xF0108114          TOM0 Channel 4 CCU0 Counter Register
GTM_TOM0_CH4_STAT 0xF0108118          TOM0 Channel Status Register
GTM_TOM0_CH4_IRQ_NOTIFY 0xF010811C          TOM0 Channel 4 Interrupt Notification Register
GTM_TOM0_CH4_IRQ_EN 0xF0108120          TOM0 Channel 4 Interrupt Enable Register
GTM_TOM0_CH4_IRQ_FORCINT 0xF0108124          TOM0 Channel 4 Software Interrupt Generation Register
GTM_TOM0_CH4_IRQ_MODE 0xF0108128          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH5_CTRL 0xF0108140          TOM0 Channel 5 Control Register?
GTM_TOM0_CH5_SR0 0xF0108144          TOM0 Channel 5 CCU0 Compare Shadow Register
GTM_TOM0_CH5_SR1 0xF0108148          TOM0 Channel 5 CCU1 Compare Shadow Register
GTM_TOM0_CH5_CM0 0xF010814C          TOM0 Channel 5 CCU0 Compare Register
GTM_TOM0_CH5_CM1 0xF0108150          TOM0 Channel 5 CCU1 Compare Register
GTM_TOM0_CH5_CN0 0xF0108154          TOM0 Channel 5 CCU0 Counter Register
GTM_TOM0_CH5_STAT 0xF0108158          TOM0 Channel Status Register
GTM_TOM0_CH5_IRQ_NOTIFY 0xF010815C          TOM0 Channel 5 Interrupt Notification Register
GTM_TOM0_CH5_IRQ_EN 0xF0108160          TOM0 Channel 5 Interrupt Enable Register
GTM_TOM0_CH5_IRQ_FORCINT 0xF0108164          TOM0 Channel 5 Software Interrupt Generation Register
GTM_TOM0_CH5_IRQ_MODE 0xF0108168          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH6_CTRL 0xF0108180          TOM0 Channel 6 Control Register?
GTM_TOM0_CH6_SR0 0xF0108184          TOM0 Channel 6 CCU0 Compare Shadow Register
GTM_TOM0_CH6_SR1 0xF0108188          TOM0 Channel 6 CCU1 Compare Shadow Register
GTM_TOM0_CH6_CM0 0xF010818C          TOM0 Channel 6 CCU0 Compare Register
GTM_TOM0_CH6_CM1 0xF0108190          TOM0 Channel 6 CCU1 Compare Register
GTM_TOM0_CH6_CN0 0xF0108194          TOM0 Channel 6 CCU0 Counter Register
GTM_TOM0_CH6_STAT 0xF0108198          TOM0 Channel Status Register
GTM_TOM0_CH6_IRQ_NOTIFY 0xF010819C          TOM0 Channel 6 Interrupt Notification Register
GTM_TOM0_CH6_IRQ_EN 0xF01081A0          TOM0 Channel 6 Interrupt Enable Register
GTM_TOM0_CH6_IRQ_FORCINT 0xF01081A4          TOM0 Channel 6 Software Interrupt Generation Register
GTM_TOM0_CH6_IRQ_MODE 0xF01081A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH7_CTRL 0xF01081C0          TOM0 Channel 7 Control Register?
GTM_TOM0_CH7_SR0 0xF01081C4          TOM0 Channel 7 CCU0 Compare Shadow Register
GTM_TOM0_CH7_SR1 0xF01081C8          TOM0 Channel 7 CCU1 Compare Shadow Register
GTM_TOM0_CH7_CM0 0xF01081CC          TOM0 Channel 7 CCU0 Compare Register
GTM_TOM0_CH7_CM1 0xF01081D0          TOM0 Channel 7 CCU1 Compare Register
GTM_TOM0_CH7_CN0 0xF01081D4          TOM0 Channel 7 CCU0 Counter Register
GTM_TOM0_CH7_STAT 0xF01081D8          TOM0 Channel Status Register
GTM_TOM0_CH7_IRQ_NOTIFY 0xF01081DC          TOM0 Channel 7 Interrupt Notification Register
GTM_TOM0_CH7_IRQ_EN 0xF01081E0          TOM0 Channel 7 Interrupt Enable Register
GTM_TOM0_CH7_IRQ_FORCINT 0xF01081E4          TOM0 Channel 7 Software Interrupt Generation Register
GTM_TOM0_CH7_IRQ_MODE 0xF01081E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH8_CTRL 0xF0108200          TOM0 Channel 8 Control Register?
GTM_TOM0_CH8_SR0 0xF0108204          TOM0 Channel 8 CCU0 Compare Shadow Register
GTM_TOM0_CH8_SR1 0xF0108208          TOM0 Channel 8 CCU1 Compare Shadow Register
GTM_TOM0_CH8_CM0 0xF010820C          TOM0 Channel 8 CCU0 Compare Register
GTM_TOM0_CH8_CM1 0xF0108210          TOM0 Channel 8 CCU1 Compare Register
GTM_TOM0_CH8_CN0 0xF0108214          TOM0 Channel 8 CCU0 Counter Register
GTM_TOM0_CH8_STAT 0xF0108218          TOM0 Channel Status Register
GTM_TOM0_CH8_IRQ_NOTIFY 0xF010821C          TOM0 Channel 8 Interrupt Notification Register
GTM_TOM0_CH8_IRQ_EN 0xF0108220          TOM0 Channel 8 Interrupt Enable Register
GTM_TOM0_CH8_IRQ_FORCINT 0xF0108224          TOM0 Channel 8 Software Interrupt Generation Register
GTM_TOM0_CH8_IRQ_MODE 0xF0108228          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC1_GLB_CTRL 0xF0108230          TOM0 TGC1 Global Control Register
GTM_TOM0_TGC1_ACT_TB 0xF0108234          TOM0 TGC1 Action Time Base Register
GTM_TOM0_TGC1_FUPD_CTRL 0xF0108238          TOM0 TGC1 Force Update Control Register
GTM_TOM0_TGC1_INT_TRIG 0xF010823C          TOM0 TGC1 Internal Trigger Control Register
GTM_TOM0_CH9_CTRL 0xF0108240          TOM0 Channel 9 Control Register?
GTM_TOM0_CH9_SR0 0xF0108244          TOM0 Channel 9 CCU0 Compare Shadow Register
GTM_TOM0_CH9_SR1 0xF0108248          TOM0 Channel 9 CCU1 Compare Shadow Register
GTM_TOM0_CH9_CM0 0xF010824C          TOM0 Channel 9 CCU0 Compare Register
GTM_TOM0_CH9_CM1 0xF0108250          TOM0 Channel 9 CCU1 Compare Register
GTM_TOM0_CH9_CN0 0xF0108254          TOM0 Channel 9 CCU0 Counter Register
GTM_TOM0_CH9_STAT 0xF0108258          TOM0 Channel Status Register
GTM_TOM0_CH9_IRQ_NOTIFY 0xF010825C          TOM0 Channel 9 Interrupt Notification Register
GTM_TOM0_CH9_IRQ_EN 0xF0108260          TOM0 Channel 9 Interrupt Enable Register
GTM_TOM0_CH9_IRQ_FORCINT 0xF0108264          TOM0 Channel 9 Software Interrupt Generation Register
GTM_TOM0_CH9_IRQ_MODE 0xF0108268          TOM0 IRQ Mode Configuration Register
GTM_TOM0_TGC1_ENDIS_CTRL 0xF0108270          TOM0 TGC1 Enable/Disable Control Register
GTM_TOM0_TGC1_ENDIS_STAT 0xF0108274          TOM0 TGC1 Enable/Disable Status Register
GTM_TOM0_TGC1_OUTEN_CTRL 0xF0108278          TOM0 TGC1 Output Enable Control Register
GTM_TOM0_TGC1_OUTEN_STAT 0xF010827C          TOM0 TGC1 Output Enable Status Register
GTM_TOM0_CH10_CTRL 0xF0108280          TOM0 Channel 10 Control Register?
GTM_TOM0_CH10_SR0 0xF0108284          TOM0 Channel 10 CCU0 Compare Shadow Register
GTM_TOM0_CH10_SR1 0xF0108288          TOM0 Channel 10 CCU1 Compare Shadow Register
GTM_TOM0_CH10_CM0 0xF010828C          TOM0 Channel 10 CCU0 Compare Register
GTM_TOM0_CH10_CM1 0xF0108290          TOM0 Channel 10 CCU1 Compare Register
GTM_TOM0_CH10_CN0 0xF0108294          TOM0 Channel 10 CCU0 Counter Register
GTM_TOM0_CH10_STAT 0xF0108298          TOM0 Channel Status Register
GTM_TOM0_CH10_IRQ_NOTIFY 0xF010829C          TOM0 Channel 10 Interrupt Notification Register
GTM_TOM0_CH10_IRQ_EN 0xF01082A0          TOM0 Channel 10 Interrupt Enable Register
GTM_TOM0_CH10_IRQ_FORCINT 0xF01082A4          TOM0 Channel 10 Software Interrupt Generation Register
GTM_TOM0_CH10_IRQ_MODE 0xF01082A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH11_CTRL 0xF01082C0          TOM0 Channel 11 Control Register?
GTM_TOM0_CH11_SR0 0xF01082C4          TOM0 Channel 11 CCU0 Compare Shadow Register
GTM_TOM0_CH11_SR1 0xF01082C8          TOM0 Channel 11 CCU1 Compare Shadow Register
GTM_TOM0_CH11_CM0 0xF01082CC          TOM0 Channel 11 CCU0 Compare Register
GTM_TOM0_CH11_CM1 0xF01082D0          TOM0 Channel 11 CCU1 Compare Register
GTM_TOM0_CH11_CN0 0xF01082D4          TOM0 Channel 11 CCU0 Counter Register
GTM_TOM0_CH11_STAT 0xF01082D8          TOM0 Channel Status Register
GTM_TOM0_CH11_IRQ_NOTIFY 0xF01082DC          TOM0 Channel 11 Interrupt Notification Register
GTM_TOM0_CH11_IRQ_EN 0xF01082E0          TOM0 Channel 11 Interrupt Enable Register
GTM_TOM0_CH11_IRQ_FORCINT 0xF01082E4          TOM0 Channel 11 Software Interrupt Generation Register
GTM_TOM0_CH11_IRQ_MODE 0xF01082E8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH12_CTRL 0xF0108300          TOM0 Channel 12 Control Register?
GTM_TOM0_CH12_SR0 0xF0108304          TOM0 Channel 12 CCU0 Compare Shadow Register
GTM_TOM0_CH12_SR1 0xF0108308          TOM0 Channel 12 CCU1 Compare Shadow Register
GTM_TOM0_CH12_CM0 0xF010830C          TOM0 Channel 12 CCU0 Compare Register
GTM_TOM0_CH12_CM1 0xF0108310          TOM0 Channel 12 CCU1 Compare Register
GTM_TOM0_CH12_CN0 0xF0108314          TOM0 Channel 12 CCU0 Counter Register
GTM_TOM0_CH12_STAT 0xF0108318          TOM0 Channel Status Register
GTM_TOM0_CH12_IRQ_NOTIFY 0xF010831C          TOM0 Channel 12 Interrupt Notification Register
GTM_TOM0_CH12_IRQ_EN 0xF0108320          TOM0 Channel 12 Interrupt Enable Register
GTM_TOM0_CH12_IRQ_FORCINT 0xF0108324          TOM0 Channel 12 Software Interrupt Generation Register
GTM_TOM0_CH12_IRQ_MODE 0xF0108328          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH13_CTRL 0xF0108340          TOM0 Channel 13 Control Register?
GTM_TOM0_CH13_SR0 0xF0108344          TOM0 Channel 13 CCU0 Compare Shadow Register
GTM_TOM0_CH13_SR1 0xF0108348          TOM0 Channel 13 CCU1 Compare Shadow Register
GTM_TOM0_CH13_CM0 0xF010834C          TOM0 Channel 13 CCU0 Compare Register
GTM_TOM0_CH13_CM1 0xF0108350          TOM0 Channel 13 CCU1 Compare Register
GTM_TOM0_CH13_CN0 0xF0108354          TOM0 Channel 13 CCU0 Counter Register
GTM_TOM0_CH13_STAT 0xF0108358          TOM0 Channel Status Register
GTM_TOM0_CH13_IRQ_NOTIFY 0xF010835C          TOM0 Channel 13 Interrupt Notification Register
GTM_TOM0_CH13_IRQ_EN 0xF0108360          TOM0 Channel 13 Interrupt Enable Register
GTM_TOM0_CH13_IRQ_FORCINT 0xF0108364          TOM0 Channel 13 Software Interrupt Generation Register
GTM_TOM0_CH13_IRQ_MODE 0xF0108368          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH14_CTRL 0xF0108380          TOM0 Channel 14 Control Register?
GTM_TOM0_CH14_SR0 0xF0108384          TOM0 Channel 14 CCU0 Compare Shadow Register
GTM_TOM0_CH14_SR1 0xF0108388          TOM0 Channel 14 CCU1 Compare Shadow Register
GTM_TOM0_CH14_CM0 0xF010838C          TOM0 Channel 14 CCU0 Compare Register
GTM_TOM0_CH14_CM1 0xF0108390          TOM0 Channel 14 CCU1 Compare Register
GTM_TOM0_CH14_CN0 0xF0108394          TOM0 Channel 14 CCU0 Counter Register
GTM_TOM0_CH14_STAT 0xF0108398          TOM0 Channel Status Register
GTM_TOM0_CH14_IRQ_NOTIFY 0xF010839C          TOM0 Channel 14 Interrupt Notification Register
GTM_TOM0_CH14_IRQ_EN 0xF01083A0          TOM0 Channel 14 Interrupt Enable Register
GTM_TOM0_CH14_IRQ_FORCINT 0xF01083A4          TOM0 Channel 14 Software Interrupt Generation Register
GTM_TOM0_CH14_IRQ_MODE 0xF01083A8          TOM0 IRQ Mode Configuration Register
GTM_TOM0_CH15_CTRL 0xF01083C0          TOM0 Channel 15 Control Register
GTM_TOM0_CH15_SR0 0xF01083C4          TOM0 Channel 15 CCU0 Compare Shadow Register
GTM_TOM0_CH15_SR1 0xF01083C8          TOM0 Channel 15 CCU1 Compare Shadow Register
GTM_TOM0_CH15_CM0 0xF01083CC          TOM0 Channel 15 CCU0 Compare Register
GTM_TOM0_CH15_CM1 0xF01083D0          TOM0 Channel 15 CCU1 Compare Register
GTM_TOM0_CH15_CN0 0xF01083D4          TOM0 Channel 15 CCU0 Counter Register
GTM_TOM0_CH15_STAT 0xF01083D8          TOM0 Channel Status Register
GTM_TOM0_CH15_IRQ_NOTIFY 0xF01083DC          TOM0 Channel 15 Interrupt Notification Register
GTM_TOM0_CH15_IRQ_EN 0xF01083E0          TOM0 Channel 15 Interrupt Enable Register
GTM_TOM0_CH15_IRQ_FORCINT 0xF01083E4          TOM0 Channel 15 Software Interrupt Generation Register
GTM_TOM0_CH15_IRQ_MODE 0xF01083E8          TOM0 IRQ Mode Configuration Register
GTM_TOM1_CH0_CTRL 0xF0108800          TOM1 Channel 0 Control Register?
GTM_TOM1_CH0_SR0 0xF0108804          TOM1 Channel 0 CCU0 Compare Shadow Register
GTM_TOM1_CH0_SR1 0xF0108808          TOM1 Channel 0 CCU1 Compare Shadow Register
GTM_TOM1_CH0_CM0 0xF010880C          TOM1 Channel 0 CCU0 Compare Register
GTM_TOM1_CH0_CM1 0xF0108810          TOM1 Channel 0 CCU1 Compare Register
GTM_TOM1_CH0_CN0 0xF0108814          TOM1 Channel 0 CCU0 Counter Register
GTM_TOM1_CH0_STAT 0xF0108818          TOM1 Channel Status Register
GTM_TOM1_CH0_IRQ_NOTIFY 0xF010881C          TOM1 Channel 0 Interrupt Notification Register
GTM_TOM1_CH0_IRQ_EN 0xF0108820          TOM1 Channel 0 Interrupt Enable Register
GTM_TOM1_CH0_IRQ_FORCINT 0xF0108824          TOM1 Channel 0 Software Interrupt Generation Register
GTM_TOM1_CH0_IRQ_MODE 0xF0108828          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC0_GLB_CTRL 0xF0108830          TOM1 TGC0 Global Control Register
GTM_TOM1_TGC0_ACT_TB 0xF0108834          TOM1 TGC0 Action Time Base Register
GTM_TOM1_TGC0_FUPD_CTRL 0xF0108838          TOM1 TGC0 Force Update Control Register
GTM_TOM1_TGC0_INT_TRIG 0xF010883C          TOM1 TGC0 Internal Trigger Control Register
GTM_TOM1_CH1_CTRL 0xF0108840          TOM1 Channel 1 Control Register?
GTM_TOM1_CH1_SR0 0xF0108844          TOM1 Channel 1 CCU0 Compare Shadow Register
GTM_TOM1_CH1_SR1 0xF0108848          TOM1 Channel 1 CCU1 Compare Shadow Register
GTM_TOM1_CH1_CM0 0xF010884C          TOM1 Channel 1 CCU0 Compare Register
GTM_TOM1_CH1_CM1 0xF0108850          TOM1 Channel 1 CCU1 Compare Register
GTM_TOM1_CH1_CN0 0xF0108854          TOM1 Channel 1 CCU0 Counter Register
GTM_TOM1_CH1_STAT 0xF0108858          TOM1 Channel Status Register
GTM_TOM1_CH1_IRQ_NOTIFY 0xF010885C          TOM1 Channel 1 Interrupt Notification Register
GTM_TOM1_CH1_IRQ_EN 0xF0108860          TOM1 Channel 1 Interrupt Enable Register
GTM_TOM1_CH1_IRQ_FORCINT 0xF0108864          TOM1 Channel 1 Software Interrupt Generation Register
GTM_TOM1_CH1_IRQ_MODE 0xF0108868          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC0_ENDIS_CTRL 0xF0108870          TOM1 TGC0 Enable/Disable Control Register
GTM_TOM1_TGC0_ENDIS_STAT 0xF0108874          TOM1 TGC0 Enable/Disable Status Register
GTM_TOM1_TGC0_OUTEN_CTRL 0xF0108878          TOM1 TGC0 Output Enable Control Register
GTM_TOM1_TGC0_OUTEN_STAT 0xF010887C          TOM1 TGC0 Output Enable Status Register
GTM_TOM1_CH2_CTRL 0xF0108880          TOM1 Channel 2 Control Register?
GTM_TOM1_CH2_SR0 0xF0108884          TOM1 Channel 2 CCU0 Compare Shadow Register
GTM_TOM1_CH2_SR1 0xF0108888          TOM1 Channel 2 CCU1 Compare Shadow Register
GTM_TOM1_CH2_CM0 0xF010888C          TOM1 Channel 2 CCU0 Compare Register
GTM_TOM1_CH2_CM1 0xF0108890          TOM1 Channel 2 CCU1 Compare Register
GTM_TOM1_CH2_CN0 0xF0108894          TOM1 Channel 2 CCU0 Counter Register
GTM_TOM1_CH2_STAT 0xF0108898          TOM1 Channel Status Register
GTM_TOM1_CH2_IRQ_NOTIFY 0xF010889C          TOM1 Channel 2 Interrupt Notification Register
GTM_TOM1_CH2_IRQ_EN 0xF01088A0          TOM1 Channel 2 Interrupt Enable Register
GTM_TOM1_CH2_IRQ_FORCINT 0xF01088A4          TOM1 Channel 2 Software Interrupt Generation Register
GTM_TOM1_CH2_IRQ_MODE 0xF01088A8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH3_CTRL 0xF01088C0          TOM1 Channel 3 Control Register?
GTM_TOM1_CH3_SR0 0xF01088C4          TOM1 Channel 3 CCU0 Compare Shadow Register
GTM_TOM1_CH3_SR1 0xF01088C8          TOM1 Channel 3 CCU1 Compare Shadow Register
GTM_TOM1_CH3_CM0 0xF01088CC          TOM1 Channel 3 CCU0 Compare Register
GTM_TOM1_CH3_CM1 0xF01088D0          TOM1 Channel 3 CCU1 Compare Register
GTM_TOM1_CH3_CN0 0xF01088D4          TOM1 Channel 3 CCU0 Counter Register
GTM_TOM1_CH3_STAT 0xF01088D8          TOM1 Channel Status Register
GTM_TOM1_CH3_IRQ_NOTIFY 0xF01088DC          TOM1 Channel 3 Interrupt Notification Register
GTM_TOM1_CH3_IRQ_EN 0xF01088E0          TOM1 Channel 3 Interrupt Enable Register
GTM_TOM1_CH3_IRQ_FORCINT 0xF01088E4          TOM1 Channel 3 Software Interrupt Generation Register
GTM_TOM1_CH3_IRQ_MODE 0xF01088E8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH4_CTRL 0xF0108900          TOM1 Channel 4 Control Register?
GTM_TOM1_CH4_SR0 0xF0108904          TOM1 Channel 4 CCU0 Compare Shadow Register
GTM_TOM1_CH4_SR1 0xF0108908          TOM1 Channel 4 CCU1 Compare Shadow Register
GTM_TOM1_CH4_CM0 0xF010890C          TOM1 Channel 4 CCU0 Compare Register
GTM_TOM1_CH4_CM1 0xF0108910          TOM1 Channel 4 CCU1 Compare Register
GTM_TOM1_CH4_CN0 0xF0108914          TOM1 Channel 4 CCU0 Counter Register
GTM_TOM1_CH4_STAT 0xF0108918          TOM1 Channel Status Register
GTM_TOM1_CH4_IRQ_NOTIFY 0xF010891C          TOM1 Channel 4 Interrupt Notification Register
GTM_TOM1_CH4_IRQ_EN 0xF0108920          TOM1 Channel 4 Interrupt Enable Register
GTM_TOM1_CH4_IRQ_FORCINT 0xF0108924          TOM1 Channel 4 Software Interrupt Generation Register
GTM_TOM1_CH4_IRQ_MODE 0xF0108928          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH5_CTRL 0xF0108940          TOM1 Channel 5 Control Register?
GTM_TOM1_CH5_SR0 0xF0108944          TOM1 Channel 5 CCU0 Compare Shadow Register
GTM_TOM1_CH5_SR1 0xF0108948          TOM1 Channel 5 CCU1 Compare Shadow Register
GTM_TOM1_CH5_CM0 0xF010894C          TOM1 Channel 5 CCU0 Compare Register
GTM_TOM1_CH5_CM1 0xF0108950          TOM1 Channel 5 CCU1 Compare Register
GTM_TOM1_CH5_CN0 0xF0108954          TOM1 Channel 5 CCU0 Counter Register
GTM_TOM1_CH5_STAT 0xF0108958          TOM1 Channel Status Register
GTM_TOM1_CH5_IRQ_NOTIFY 0xF010895C          TOM1 Channel 5 Interrupt Notification Register
GTM_TOM1_CH5_IRQ_EN 0xF0108960          TOM1 Channel 5 Interrupt Enable Register
GTM_TOM1_CH5_IRQ_FORCINT 0xF0108964          TOM1 Channel 5 Software Interrupt Generation Register
GTM_TOM1_CH5_IRQ_MODE 0xF0108968          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH6_CTRL 0xF0108980          TOM1 Channel 6 Control Register?
GTM_TOM1_CH6_SR0 0xF0108984          TOM1 Channel 6 CCU0 Compare Shadow Register
GTM_TOM1_CH6_SR1 0xF0108988          TOM1 Channel 6 CCU1 Compare Shadow Register
GTM_TOM1_CH6_CM0 0xF010898C          TOM1 Channel 6 CCU0 Compare Register
GTM_TOM1_CH6_CM1 0xF0108990          TOM1 Channel 6 CCU1 Compare Register
GTM_TOM1_CH6_CN0 0xF0108994          TOM1 Channel 6 CCU0 Counter Register
GTM_TOM1_CH6_STAT 0xF0108998          TOM1 Channel Status Register
GTM_TOM1_CH6_IRQ_NOTIFY 0xF010899C          TOM1 Channel 6 Interrupt Notification Register
GTM_TOM1_CH6_IRQ_EN 0xF01089A0          TOM1 Channel 6 Interrupt Enable Register
GTM_TOM1_CH6_IRQ_FORCINT 0xF01089A4          TOM1 Channel 6 Software Interrupt Generation Register
GTM_TOM1_CH6_IRQ_MODE 0xF01089A8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH7_CTRL 0xF01089C0          TOM1 Channel 7 Control Register?
GTM_TOM1_CH7_SR0 0xF01089C4          TOM1 Channel 7 CCU0 Compare Shadow Register
GTM_TOM1_CH7_SR1 0xF01089C8          TOM1 Channel 7 CCU1 Compare Shadow Register
GTM_TOM1_CH7_CM0 0xF01089CC          TOM1 Channel 7 CCU0 Compare Register
GTM_TOM1_CH7_CM1 0xF01089D0          TOM1 Channel 7 CCU1 Compare Register
GTM_TOM1_CH7_CN0 0xF01089D4          TOM1 Channel 7 CCU0 Counter Register
GTM_TOM1_CH7_STAT 0xF01089D8          TOM1 Channel Status Register
GTM_TOM1_CH7_IRQ_NOTIFY 0xF01089DC          TOM1 Channel 7 Interrupt Notification Register
GTM_TOM1_CH7_IRQ_EN 0xF01089E0          TOM1 Channel 7 Interrupt Enable Register
GTM_TOM1_CH7_IRQ_FORCINT 0xF01089E4          TOM1 Channel 7 Software Interrupt Generation Register
GTM_TOM1_CH7_IRQ_MODE 0xF01089E8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH8_CTRL 0xF0108A00          TOM1 Channel 8 Control Register?
GTM_TOM1_CH8_SR0 0xF0108A04          TOM1 Channel 8 CCU0 Compare Shadow Register
GTM_TOM1_CH8_SR1 0xF0108A08          TOM1 Channel 8 CCU1 Compare Shadow Register
GTM_TOM1_CH8_CM0 0xF0108A0C          TOM1 Channel 8 CCU0 Compare Register
GTM_TOM1_CH8_CM1 0xF0108A10          TOM1 Channel 8 CCU1 Compare Register
GTM_TOM1_CH8_CN0 0xF0108A14          TOM1 Channel 8 CCU0 Counter Register
GTM_TOM1_CH8_STAT 0xF0108A18          TOM1 Channel Status Register
GTM_TOM1_CH8_IRQ_NOTIFY 0xF0108A1C          TOM1 Channel 8 Interrupt Notification Register
GTM_TOM1_CH8_IRQ_EN 0xF0108A20          TOM1 Channel 8 Interrupt Enable Register
GTM_TOM1_CH8_IRQ_FORCINT 0xF0108A24          TOM1 Channel 8 Software Interrupt Generation Register
GTM_TOM1_CH8_IRQ_MODE 0xF0108A28          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC1_GLB_CTRL 0xF0108A30          TOM1 TGC1 Global Control Register
GTM_TOM1_TGC1_ACT_TB 0xF0108A34          TOM1 TGC1 Action Time Base Register
GTM_TOM1_TGC1_FUPD_CTRL 0xF0108A38          TOM1 TGC1 Force Update Control Register
GTM_TOM1_TGC1_INT_TRIG 0xF0108A3C          TOM1 TGC1 Internal Trigger Control Register
GTM_TOM1_CH9_CTRL 0xF0108A40          TOM1 Channel 9 Control Register?
GTM_TOM1_CH9_SR0 0xF0108A44          TOM1 Channel 9 CCU0 Compare Shadow Register
GTM_TOM1_CH9_SR1 0xF0108A48          TOM1 Channel 9 CCU1 Compare Shadow Register
GTM_TOM1_CH9_CM0 0xF0108A4C          TOM1 Channel 9 CCU0 Compare Register
GTM_TOM1_CH9_CM1 0xF0108A50          TOM1 Channel 9 CCU1 Compare Register
GTM_TOM1_CH9_CN0 0xF0108A54          TOM1 Channel 9 CCU0 Counter Register
GTM_TOM1_CH9_STAT 0xF0108A58          TOM1 Channel Status Register
GTM_TOM1_CH9_IRQ_NOTIFY 0xF0108A5C          TOM1 Channel 9 Interrupt Notification Register
GTM_TOM1_CH9_IRQ_EN 0xF0108A60          TOM1 Channel 9 Interrupt Enable Register
GTM_TOM1_CH9_IRQ_FORCINT 0xF0108A64          TOM1 Channel 9 Software Interrupt Generation Register
GTM_TOM1_CH9_IRQ_MODE 0xF0108A68          TOM1 IRQ Mode Configuration Register
GTM_TOM1_TGC1_ENDIS_CTRL 0xF0108A70          TOM1 TGC1 Enable/Disable Control Register
GTM_TOM1_TGC1_ENDIS_STAT 0xF0108A74          TOM1 TGC1 Enable/Disable Status Register
GTM_TOM1_TGC1_OUTEN_CTRL 0xF0108A78          TOM1 TGC1 Output Enable Control Register
GTM_TOM1_TGC1_OUTEN_STAT 0xF0108A7C          TOM1 TGC1 Output Enable Status Register
GTM_TOM1_CH10_CTRL 0xF0108A80          TOM1 Channel 10 Control Register?
GTM_TOM1_CH10_SR0 0xF0108A84          TOM1 Channel 10 CCU0 Compare Shadow Register
GTM_TOM1_CH10_SR1 0xF0108A88          TOM1 Channel 10 CCU1 Compare Shadow Register
GTM_TOM1_CH10_CM0 0xF0108A8C          TOM1 Channel 10 CCU0 Compare Register
GTM_TOM1_CH10_CM1 0xF0108A90          TOM1 Channel 10 CCU1 Compare Register
GTM_TOM1_CH10_CN0 0xF0108A94          TOM1 Channel 10 CCU0 Counter Register
GTM_TOM1_CH10_STAT 0xF0108A98          TOM1 Channel Status Register
GTM_TOM1_CH10_IRQ_NOTIFY 0xF0108A9C          TOM1 Channel 10 Interrupt Notification Register
GTM_TOM1_CH10_IRQ_EN 0xF0108AA0          TOM1 Channel 10 Interrupt Enable Register
GTM_TOM1_CH10_IRQ_FORCINT 0xF0108AA4          TOM1 Channel 10 Software Interrupt Generation Register
GTM_TOM1_CH10_IRQ_MODE 0xF0108AA8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH11_CTRL 0xF0108AC0          TOM1 Channel 11 Control Register?
GTM_TOM1_CH11_SR0 0xF0108AC4          TOM1 Channel 11 CCU0 Compare Shadow Register
GTM_TOM1_CH11_SR1 0xF0108AC8          TOM1 Channel 11 CCU1 Compare Shadow Register
GTM_TOM1_CH11_CM0 0xF0108ACC          TOM1 Channel 11 CCU0 Compare Register
GTM_TOM1_CH11_CM1 0xF0108AD0          TOM1 Channel 11 CCU1 Compare Register
GTM_TOM1_CH11_CN0 0xF0108AD4          TOM1 Channel 11 CCU0 Counter Register
GTM_TOM1_CH11_STAT 0xF0108AD8          TOM1 Channel Status Register
GTM_TOM1_CH11_IRQ_NOTIFY 0xF0108ADC          TOM1 Channel 11 Interrupt Notification Register
GTM_TOM1_CH11_IRQ_EN 0xF0108AE0          TOM1 Channel 11 Interrupt Enable Register
GTM_TOM1_CH11_IRQ_FORCINT 0xF0108AE4          TOM1 Channel 11 Software Interrupt Generation Register
GTM_TOM1_CH11_IRQ_MODE 0xF0108AE8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH12_CTRL 0xF0108B00          TOM1 Channel 12 Control Register?
GTM_TOM1_CH12_SR0 0xF0108B04          TOM1 Channel 12 CCU0 Compare Shadow Register
GTM_TOM1_CH12_SR1 0xF0108B08          TOM1 Channel 12 CCU1 Compare Shadow Register
GTM_TOM1_CH12_CM0 0xF0108B0C          TOM1 Channel 12 CCU0 Compare Register
GTM_TOM1_CH12_CM1 0xF0108B10          TOM1 Channel 12 CCU1 Compare Register
GTM_TOM1_CH12_CN0 0xF0108B14          TOM1 Channel 12 CCU0 Counter Register
GTM_TOM1_CH12_STAT 0xF0108B18          TOM1 Channel Status Register
GTM_TOM1_CH12_IRQ_NOTIFY 0xF0108B1C          TOM1 Channel 12 Interrupt Notification Register
GTM_TOM1_CH12_IRQ_EN 0xF0108B20          TOM1 Channel 12 Interrupt Enable Register
GTM_TOM1_CH12_IRQ_FORCINT 0xF0108B24          TOM1 Channel 12 Software Interrupt Generation Register
GTM_TOM1_CH12_IRQ_MODE 0xF0108B28          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH13_CTRL 0xF0108B40          TOM1 Channel 13 Control Register?
GTM_TOM1_CH13_SR0 0xF0108B44          TOM1 Channel 13 CCU0 Compare Shadow Register
GTM_TOM1_CH13_SR1 0xF0108B48          TOM1 Channel 13 CCU1 Compare Shadow Register
GTM_TOM1_CH13_CM0 0xF0108B4C          TOM1 Channel 13 CCU0 Compare Register
GTM_TOM1_CH13_CM1 0xF0108B50          TOM1 Channel 13 CCU1 Compare Register
GTM_TOM1_CH13_CN0 0xF0108B54          TOM1 Channel 13 CCU0 Counter Register
GTM_TOM1_CH13_STAT 0xF0108B58          TOM1 Channel Status Register
GTM_TOM1_CH13_IRQ_NOTIFY 0xF0108B5C          TOM1 Channel 13 Interrupt Notification Register
GTM_TOM1_CH13_IRQ_EN 0xF0108B60          TOM1 Channel 13 Interrupt Enable Register
GTM_TOM1_CH13_IRQ_FORCINT 0xF0108B64          TOM1 Channel 13 Software Interrupt Generation Register
GTM_TOM1_CH13_IRQ_MODE 0xF0108B68          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH14_CTRL 0xF0108B80          TOM1 Channel 14 Control Register?
GTM_TOM1_CH14_SR0 0xF0108B84          TOM1 Channel 14 CCU0 Compare Shadow Register
GTM_TOM1_CH14_SR1 0xF0108B88          TOM1 Channel 14 CCU1 Compare Shadow Register
GTM_TOM1_CH14_CM0 0xF0108B8C          TOM1 Channel 14 CCU0 Compare Register
GTM_TOM1_CH14_CM1 0xF0108B90          TOM1 Channel 14 CCU1 Compare Register
GTM_TOM1_CH14_CN0 0xF0108B94          TOM1 Channel 14 CCU0 Counter Register
GTM_TOM1_CH14_STAT 0xF0108B98          TOM1 Channel Status Register
GTM_TOM1_CH14_IRQ_NOTIFY 0xF0108B9C          TOM1 Channel 14 Interrupt Notification Register
GTM_TOM1_CH14_IRQ_EN 0xF0108BA0          TOM1 Channel 14 Interrupt Enable Register
GTM_TOM1_CH14_IRQ_FORCINT 0xF0108BA4          TOM1 Channel 14 Software Interrupt Generation Register
GTM_TOM1_CH14_IRQ_MODE 0xF0108BA8          TOM1 IRQ Mode Configuration Register
GTM_TOM1_CH15_CTRL 0xF0108BC0          TOM1 Channel 15 Control Register
GTM_TOM1_CH15_SR0 0xF0108BC4          TOM1 Channel 15 CCU0 Compare Shadow Register
GTM_TOM1_CH15_SR1 0xF0108BC8          TOM1 Channel 15 CCU1 Compare Shadow Register
GTM_TOM1_CH15_CM0 0xF0108BCC          TOM1 Channel 15 CCU0 Compare Register
GTM_TOM1_CH15_CM1 0xF0108BD0          TOM1 Channel 15 CCU1 Compare Register
GTM_TOM1_CH15_CN0 0xF0108BD4          TOM1 Channel 15 CCU0 Counter Register
GTM_TOM1_CH15_STAT 0xF0108BD8          TOM1 Channel Status Register
GTM_TOM1_CH15_IRQ_NOTIFY 0xF0108BDC          TOM1 Channel 15 Interrupt Notification Register
GTM_TOM1_CH15_IRQ_EN 0xF0108BE0          TOM1 Channel 15 Interrupt Enable Register
GTM_TOM1_CH15_IRQ_FORCINT 0xF0108BE4          TOM1 Channel 15 Software Interrupt Generation Register
GTM_TOM1_CH15_IRQ_MODE 0xF0108BE8          TOM1 IRQ Mode Configuration Register
GTM_TOM2_CH0_CTRL 0xF0109000          TOM2 Channel 0 Control Register?
GTM_TOM2_CH0_SR0 0xF0109004          TOM2 Channel 0 CCU0 Compare Shadow Register
GTM_TOM2_CH0_SR1 0xF0109008          TOM2 Channel 0 CCU1 Compare Shadow Register
GTM_TOM2_CH0_CM0 0xF010900C          TOM2 Channel 0 CCU0 Compare Register
GTM_TOM2_CH0_CM1 0xF0109010          TOM2 Channel 0 CCU1 Compare Register
GTM_TOM2_CH0_CN0 0xF0109014          TOM2 Channel 0 CCU0 Counter Register
GTM_TOM2_CH0_STAT 0xF0109018          TOM2 Channel Status Register
GTM_TOM2_CH0_IRQ_NOTIFY 0xF010901C          TOM2 Channel 0 Interrupt Notification Register
GTM_TOM2_CH0_IRQ_EN 0xF0109020          TOM2 Channel 0 Interrupt Enable Register
GTM_TOM2_CH0_IRQ_FORCINT 0xF0109024          TOM2 Channel 0 Software Interrupt Generation Register
GTM_TOM2_CH0_IRQ_MODE 0xF0109028          TOM2 IRQ Mode Configuration Register
GTM_TOM2_TGC0_GLB_CTRL 0xF0109030          TOM2 TGC0 Global Control Register
GTM_TOM2_TGC0_ACT_TB 0xF0109034          TOM2 TGC0 Action Time Base Register
GTM_TOM2_TGC0_FUPD_CTRL 0xF0109038          TOM2 TGC0 Force Update Control Register
GTM_TOM2_TGC0_INT_TRIG 0xF010903C          TOM2 TGC0 Internal Trigger Control Register
GTM_TOM2_CH1_CTRL 0xF0109040          TOM2 Channel 1 Control Register?
GTM_TOM2_CH1_SR0 0xF0109044          TOM2 Channel 1 CCU0 Compare Shadow Register
GTM_TOM2_CH1_SR1 0xF0109048          TOM2 Channel 1 CCU1 Compare Shadow Register
GTM_TOM2_CH1_CM0 0xF010904C          TOM2 Channel 1 CCU0 Compare Register
GTM_TOM2_CH1_CM1 0xF0109050          TOM2 Channel 1 CCU1 Compare Register
GTM_TOM2_CH1_CN0 0xF0109054          TOM2 Channel 1 CCU0 Counter Register
GTM_TOM2_CH1_STAT 0xF0109058          TOM2 Channel Status Register
GTM_TOM2_CH1_IRQ_NOTIFY 0xF010905C          TOM2 Channel 1 Interrupt Notification Register
GTM_TOM2_CH1_IRQ_EN 0xF0109060          TOM2 Channel 1 Interrupt Enable Register
GTM_TOM2_CH1_IRQ_FORCINT 0xF0109064          TOM2 Channel 1 Software Interrupt Generation Register
GTM_TOM2_CH1_IRQ_MODE 0xF0109068          TOM2 IRQ Mode Configuration Register
GTM_TOM2_TGC0_ENDIS_CTRL 0xF0109070          TOM2 TGC0 Enable/Disable Control Register
GTM_TOM2_TGC0_ENDIS_STAT 0xF0109074          TOM2 TGC0 Enable/Disable Status Register
GTM_TOM2_TGC0_OUTEN_CTRL 0xF0109078          TOM2 TGC0 Output Enable Control Register
GTM_TOM2_TGC0_OUTEN_STAT 0xF010907C          TOM2 TGC0 Output Enable Status Register
GTM_TOM2_CH2_CTRL 0xF0109080          TOM2 Channel 2 Control Register?
GTM_TOM2_CH2_SR0 0xF0109084          TOM2 Channel 2 CCU0 Compare Shadow Register
GTM_TOM2_CH2_SR1 0xF0109088          TOM2 Channel 2 CCU1 Compare Shadow Register
GTM_TOM2_CH2_CM0 0xF010908C          TOM2 Channel 2 CCU0 Compare Register
GTM_TOM2_CH2_CM1 0xF0109090          TOM2 Channel 2 CCU1 Compare Register
GTM_TOM2_CH2_CN0 0xF0109094          TOM2 Channel 2 CCU0 Counter Register
GTM_TOM2_CH2_STAT 0xF0109098          TOM2 Channel Status Register
GTM_TOM2_CH2_IRQ_NOTIFY 0xF010909C          TOM2 Channel 2 Interrupt Notification Register
GTM_TOM2_CH2_IRQ_EN 0xF01090A0          TOM2 Channel 2 Interrupt Enable Register
GTM_TOM2_CH2_IRQ_FORCINT 0xF01090A4          TOM2 Channel 2 Software Interrupt Generation Register
GTM_TOM2_CH2_IRQ_MODE 0xF01090A8          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH3_CTRL 0xF01090C0          TOM2 Channel 3 Control Register?
GTM_TOM2_CH3_SR0 0xF01090C4          TOM2 Channel 3 CCU0 Compare Shadow Register
GTM_TOM2_CH3_SR1 0xF01090C8          TOM2 Channel 3 CCU1 Compare Shadow Register
GTM_TOM2_CH3_CM0 0xF01090CC          TOM2 Channel 3 CCU0 Compare Register
GTM_TOM2_CH3_CM1 0xF01090D0          TOM2 Channel 3 CCU1 Compare Register
GTM_TOM2_CH3_CN0 0xF01090D4          TOM2 Channel 3 CCU0 Counter Register
GTM_TOM2_CH3_STAT 0xF01090D8          TOM2 Channel Status Register
GTM_TOM2_CH3_IRQ_NOTIFY 0xF01090DC          TOM2 Channel 3 Interrupt Notification Register
GTM_TOM2_CH3_IRQ_EN 0xF01090E0          TOM2 Channel 3 Interrupt Enable Register
GTM_TOM2_CH3_IRQ_FORCINT 0xF01090E4          TOM2 Channel 3 Software Interrupt Generation Register
GTM_TOM2_CH3_IRQ_MODE 0xF01090E8          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH4_CTRL 0xF0109100          TOM2 Channel 4 Control Register?
GTM_TOM2_CH4_SR0 0xF0109104          TOM2 Channel 4 CCU0 Compare Shadow Register
GTM_TOM2_CH4_SR1 0xF0109108          TOM2 Channel 4 CCU1 Compare Shadow Register
GTM_TOM2_CH4_CM0 0xF010910C          TOM2 Channel 4 CCU0 Compare Register
GTM_TOM2_CH4_CM1 0xF0109110          TOM2 Channel 4 CCU1 Compare Register
GTM_TOM2_CH4_CN0 0xF0109114          TOM2 Channel 4 CCU0 Counter Register
GTM_TOM2_CH4_STAT 0xF0109118          TOM2 Channel Status Register
GTM_TOM2_CH4_IRQ_NOTIFY 0xF010911C          TOM2 Channel 4 Interrupt Notification Register
GTM_TOM2_CH4_IRQ_EN 0xF0109120          TOM2 Channel 4 Interrupt Enable Register
GTM_TOM2_CH4_IRQ_FORCINT 0xF0109124          TOM2 Channel 4 Software Interrupt Generation Register
GTM_TOM2_CH4_IRQ_MODE 0xF0109128          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH5_CTRL 0xF0109140          TOM2 Channel 5 Control Register?
GTM_TOM2_CH5_SR0 0xF0109144          TOM2 Channel 5 CCU0 Compare Shadow Register
GTM_TOM2_CH5_SR1 0xF0109148          TOM2 Channel 5 CCU1 Compare Shadow Register
GTM_TOM2_CH5_CM0 0xF010914C          TOM2 Channel 5 CCU0 Compare Register
GTM_TOM2_CH5_CM1 0xF0109150          TOM2 Channel 5 CCU1 Compare Register
GTM_TOM2_CH5_CN0 0xF0109154          TOM2 Channel 5 CCU0 Counter Register
GTM_TOM2_CH5_STAT 0xF0109158          TOM2 Channel Status Register
GTM_TOM2_CH5_IRQ_NOTIFY 0xF010915C          TOM2 Channel 5 Interrupt Notification Register
GTM_TOM2_CH5_IRQ_EN 0xF0109160          TOM2 Channel 5 Interrupt Enable Register
GTM_TOM2_CH5_IRQ_FORCINT 0xF0109164          TOM2 Channel 5 Software Interrupt Generation Register
GTM_TOM2_CH5_IRQ_MODE 0xF0109168          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH6_CTRL 0xF0109180          TOM2 Channel 6 Control Register?
GTM_TOM2_CH6_SR0 0xF0109184          TOM2 Channel 6 CCU0 Compare Shadow Register
GTM_TOM2_CH6_SR1 0xF0109188          TOM2 Channel 6 CCU1 Compare Shadow Register
GTM_TOM2_CH6_CM0 0xF010918C          TOM2 Channel 6 CCU0 Compare Register
GTM_TOM2_CH6_CM1 0xF0109190          TOM2 Channel 6 CCU1 Compare Register
GTM_TOM2_CH6_CN0 0xF0109194          TOM2 Channel 6 CCU0 Counter Register
GTM_TOM2_CH6_STAT 0xF0109198          TOM2 Channel Status Register
GTM_TOM2_CH6_IRQ_NOTIFY 0xF010919C          TOM2 Channel 6 Interrupt Notification Register
GTM_TOM2_CH6_IRQ_EN 0xF01091A0          TOM2 Channel 6 Interrupt Enable Register
GTM_TOM2_CH6_IRQ_FORCINT 0xF01091A4          TOM2 Channel 6 Software Interrupt Generation Register
GTM_TOM2_CH6_IRQ_MODE 0xF01091A8          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH7_CTRL 0xF01091C0          TOM2 Channel 7 Control Register?
GTM_TOM2_CH7_SR0 0xF01091C4          TOM2 Channel 7 CCU0 Compare Shadow Register
GTM_TOM2_CH7_SR1 0xF01091C8          TOM2 Channel 7 CCU1 Compare Shadow Register
GTM_TOM2_CH7_CM0 0xF01091CC          TOM2 Channel 7 CCU0 Compare Register
GTM_TOM2_CH7_CM1 0xF01091D0          TOM2 Channel 7 CCU1 Compare Register
GTM_TOM2_CH7_CN0 0xF01091D4          TOM2 Channel 7 CCU0 Counter Register
GTM_TOM2_CH7_STAT 0xF01091D8          TOM2 Channel Status Register
GTM_TOM2_CH7_IRQ_NOTIFY 0xF01091DC          TOM2 Channel 7 Interrupt Notification Register
GTM_TOM2_CH7_IRQ_EN 0xF01091E0          TOM2 Channel 7 Interrupt Enable Register
GTM_TOM2_CH7_IRQ_FORCINT 0xF01091E4          TOM2 Channel 7 Software Interrupt Generation Register
GTM_TOM2_CH7_IRQ_MODE 0xF01091E8          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH8_CTRL 0xF0109200          TOM2 Channel 8 Control Register?
GTM_TOM2_CH8_SR0 0xF0109204          TOM2 Channel 8 CCU0 Compare Shadow Register
GTM_TOM2_CH8_SR1 0xF0109208          TOM2 Channel 8 CCU1 Compare Shadow Register
GTM_TOM2_CH8_CM0 0xF010920C          TOM2 Channel 8 CCU0 Compare Register
GTM_TOM2_CH8_CM1 0xF0109210          TOM2 Channel 8 CCU1 Compare Register
GTM_TOM2_CH8_CN0 0xF0109214          TOM2 Channel 8 CCU0 Counter Register
GTM_TOM2_CH8_STAT 0xF0109218          TOM2 Channel Status Register
GTM_TOM2_CH8_IRQ_NOTIFY 0xF010921C          TOM2 Channel 8 Interrupt Notification Register
GTM_TOM2_CH8_IRQ_EN 0xF0109220          TOM2 Channel 8 Interrupt Enable Register
GTM_TOM2_CH8_IRQ_FORCINT 0xF0109224          TOM2 Channel 8 Software Interrupt Generation Register
GTM_TOM2_CH8_IRQ_MODE 0xF0109228          TOM2 IRQ Mode Configuration Register
GTM_TOM2_TGC1_GLB_CTRL 0xF0109230          TOM2 TGC1 Global Control Register
GTM_TOM2_TGC1_ACT_TB 0xF0109234          TOM2 TGC1 Action Time Base Register
GTM_TOM2_TGC1_FUPD_CTRL 0xF0109238          TOM2 TGC1 Force Update Control Register
GTM_TOM2_TGC1_INT_TRIG 0xF010923C          TOM2 TGC1 Internal Trigger Control Register
GTM_TOM2_CH9_CTRL 0xF0109240          TOM2 Channel 9 Control Register?
GTM_TOM2_CH9_SR0 0xF0109244          TOM2 Channel 9 CCU0 Compare Shadow Register
GTM_TOM2_CH9_SR1 0xF0109248          TOM2 Channel 9 CCU1 Compare Shadow Register
GTM_TOM2_CH9_CM0 0xF010924C          TOM2 Channel 9 CCU0 Compare Register
GTM_TOM2_CH9_CM1 0xF0109250          TOM2 Channel 9 CCU1 Compare Register
GTM_TOM2_CH9_CN0 0xF0109254          TOM2 Channel 9 CCU0 Counter Register
GTM_TOM2_CH9_STAT 0xF0109258          TOM2 Channel Status Register
GTM_TOM2_CH9_IRQ_NOTIFY 0xF010925C          TOM2 Channel 9 Interrupt Notification Register
GTM_TOM2_CH9_IRQ_EN 0xF0109260          TOM2 Channel 9 Interrupt Enable Register
GTM_TOM2_CH9_IRQ_FORCINT 0xF0109264          TOM2 Channel 9 Software Interrupt Generation Register
GTM_TOM2_CH9_IRQ_MODE 0xF0109268          TOM2 IRQ Mode Configuration Register
GTM_TOM2_TGC1_ENDIS_CTRL 0xF0109270          TOM2 TGC1 Enable/Disable Control Register
GTM_TOM2_TGC1_ENDIS_STAT 0xF0109274          TOM2 TGC1 Enable/Disable Status Register
GTM_TOM2_TGC1_OUTEN_CTRL 0xF0109278          TOM2 TGC1 Output Enable Control Register
GTM_TOM2_TGC1_OUTEN_STAT 0xF010927C          TOM2 TGC1 Output Enable Status Register
GTM_TOM2_CH10_CTRL 0xF0109280          TOM2 Channel 10 Control Register?
GTM_TOM2_CH10_SR0 0xF0109284          TOM2 Channel 10 CCU0 Compare Shadow Register
GTM_TOM2_CH10_SR1 0xF0109288          TOM2 Channel 10 CCU1 Compare Shadow Register
GTM_TOM2_CH10_CM0 0xF010928C          TOM2 Channel 10 CCU0 Compare Register
GTM_TOM2_CH10_CM1 0xF0109290          TOM2 Channel 10 CCU1 Compare Register
GTM_TOM2_CH10_CN0 0xF0109294          TOM2 Channel 10 CCU0 Counter Register
GTM_TOM2_CH10_STAT 0xF0109298          TOM2 Channel Status Register
GTM_TOM2_CH10_IRQ_NOTIFY 0xF010929C          TOM2 Channel 10 Interrupt Notification Register
GTM_TOM2_CH10_IRQ_EN 0xF01092A0          TOM2 Channel 10 Interrupt Enable Register
GTM_TOM2_CH10_IRQ_FORCINT 0xF01092A4          TOM2 Channel 10 Software Interrupt Generation Register
GTM_TOM2_CH10_IRQ_MODE 0xF01092A8          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH11_CTRL 0xF01092C0          TOM2 Channel 11 Control Register?
GTM_TOM2_CH11_SR0 0xF01092C4          TOM2 Channel 11 CCU0 Compare Shadow Register
GTM_TOM2_CH11_SR1 0xF01092C8          TOM2 Channel 11 CCU1 Compare Shadow Register
GTM_TOM2_CH11_CM0 0xF01092CC          TOM2 Channel 11 CCU0 Compare Register
GTM_TOM2_CH11_CM1 0xF01092D0          TOM2 Channel 11 CCU1 Compare Register
GTM_TOM2_CH11_CN0 0xF01092D4          TOM2 Channel 11 CCU0 Counter Register
GTM_TOM2_CH11_STAT 0xF01092D8          TOM2 Channel Status Register
GTM_TOM2_CH11_IRQ_NOTIFY 0xF01092DC          TOM2 Channel 11 Interrupt Notification Register
GTM_TOM2_CH11_IRQ_EN 0xF01092E0          TOM2 Channel 11 Interrupt Enable Register
GTM_TOM2_CH11_IRQ_FORCINT 0xF01092E4          TOM2 Channel 11 Software Interrupt Generation Register
GTM_TOM2_CH11_IRQ_MODE 0xF01092E8          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH12_CTRL 0xF0109300          TOM2 Channel 12 Control Register?
GTM_TOM2_CH12_SR0 0xF0109304          TOM2 Channel 12 CCU0 Compare Shadow Register
GTM_TOM2_CH12_SR1 0xF0109308          TOM2 Channel 12 CCU1 Compare Shadow Register
GTM_TOM2_CH12_CM0 0xF010930C          TOM2 Channel 12 CCU0 Compare Register
GTM_TOM2_CH12_CM1 0xF0109310          TOM2 Channel 12 CCU1 Compare Register
GTM_TOM2_CH12_CN0 0xF0109314          TOM2 Channel 12 CCU0 Counter Register
GTM_TOM2_CH12_STAT 0xF0109318          TOM2 Channel Status Register
GTM_TOM2_CH12_IRQ_NOTIFY 0xF010931C          TOM2 Channel 12 Interrupt Notification Register
GTM_TOM2_CH12_IRQ_EN 0xF0109320          TOM2 Channel 12 Interrupt Enable Register
GTM_TOM2_CH12_IRQ_FORCINT 0xF0109324          TOM2 Channel 12 Software Interrupt Generation Register
GTM_TOM2_CH12_IRQ_MODE 0xF0109328          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH13_CTRL 0xF0109340          TOM2 Channel 13 Control Register?
GTM_TOM2_CH13_SR0 0xF0109344          TOM2 Channel 13 CCU0 Compare Shadow Register
GTM_TOM2_CH13_SR1 0xF0109348          TOM2 Channel 13 CCU1 Compare Shadow Register
GTM_TOM2_CH13_CM0 0xF010934C          TOM2 Channel 13 CCU0 Compare Register
GTM_TOM2_CH13_CM1 0xF0109350          TOM2 Channel 13 CCU1 Compare Register
GTM_TOM2_CH13_CN0 0xF0109354          TOM2 Channel 13 CCU0 Counter Register
GTM_TOM2_CH13_STAT 0xF0109358          TOM2 Channel Status Register
GTM_TOM2_CH13_IRQ_NOTIFY 0xF010935C          TOM2 Channel 13 Interrupt Notification Register
GTM_TOM2_CH13_IRQ_EN 0xF0109360          TOM2 Channel 13 Interrupt Enable Register
GTM_TOM2_CH13_IRQ_FORCINT 0xF0109364          TOM2 Channel 13 Software Interrupt Generation Register
GTM_TOM2_CH13_IRQ_MODE 0xF0109368          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH14_CTRL 0xF0109380          TOM2 Channel 14 Control Register?
GTM_TOM2_CH14_SR0 0xF0109384          TOM2 Channel 14 CCU0 Compare Shadow Register
GTM_TOM2_CH14_SR1 0xF0109388          TOM2 Channel 14 CCU1 Compare Shadow Register
GTM_TOM2_CH14_CM0 0xF010938C          TOM2 Channel 14 CCU0 Compare Register
GTM_TOM2_CH14_CM1 0xF0109390          TOM2 Channel 14 CCU1 Compare Register
GTM_TOM2_CH14_CN0 0xF0109394          TOM2 Channel 14 CCU0 Counter Register
GTM_TOM2_CH14_STAT 0xF0109398          TOM2 Channel Status Register
GTM_TOM2_CH14_IRQ_NOTIFY 0xF010939C          TOM2 Channel 14 Interrupt Notification Register
GTM_TOM2_CH14_IRQ_EN 0xF01093A0          TOM2 Channel 14 Interrupt Enable Register
GTM_TOM2_CH14_IRQ_FORCINT 0xF01093A4          TOM2 Channel 14 Software Interrupt Generation Register
GTM_TOM2_CH14_IRQ_MODE 0xF01093A8          TOM2 IRQ Mode Configuration Register
GTM_TOM2_CH15_CTRL 0xF01093C0          TOM2 Channel 15 Control Register
GTM_TOM2_CH15_SR0 0xF01093C4          TOM2 Channel 15 CCU0 Compare Shadow Register
GTM_TOM2_CH15_SR1 0xF01093C8          TOM2 Channel 15 CCU1 Compare Shadow Register
GTM_TOM2_CH15_CM0 0xF01093CC          TOM2 Channel 15 CCU0 Compare Register
GTM_TOM2_CH15_CM1 0xF01093D0          TOM2 Channel 15 CCU1 Compare Register
GTM_TOM2_CH15_CN0 0xF01093D4          TOM2 Channel 15 CCU0 Counter Register
GTM_TOM2_CH15_STAT 0xF01093D8          TOM2 Channel Status Register
GTM_TOM2_CH15_IRQ_NOTIFY 0xF01093DC          TOM2 Channel 15 Interrupt Notification Register
GTM_TOM2_CH15_IRQ_EN 0xF01093E0          TOM2 Channel 15 Interrupt Enable Register
GTM_TOM2_CH15_IRQ_FORCINT 0xF01093E4          TOM2 Channel 15 Software Interrupt Generation Register
GTM_TOM2_CH15_IRQ_MODE 0xF01093E8          TOM2 IRQ Mode Configuration Register
GTM_TOM3_CH0_CTRL 0xF0109800          TOM3 Channel 0 Control Register?
GTM_TOM3_CH0_SR0 0xF0109804          TOM3 Channel 0 CCU0 Compare Shadow Register
GTM_TOM3_CH0_SR1 0xF0109808          TOM3 Channel 0 CCU1 Compare Shadow Register
GTM_TOM3_CH0_CM0 0xF010980C          TOM3 Channel 0 CCU0 Compare Register
GTM_TOM3_CH0_CM1 0xF0109810          TOM3 Channel 0 CCU1 Compare Register
GTM_TOM3_CH0_CN0 0xF0109814          TOM3 Channel 0 CCU0 Counter Register
GTM_TOM3_CH0_STAT 0xF0109818          TOM3 Channel Status Register
GTM_TOM3_CH0_IRQ_NOTIFY 0xF010981C          TOM3 Channel 0 Interrupt Notification Register
GTM_TOM3_CH0_IRQ_EN 0xF0109820          TOM3 Channel 0 Interrupt Enable Register
GTM_TOM3_CH0_IRQ_FORCINT 0xF0109824          TOM3 Channel 0 Software Interrupt Generation Register
GTM_TOM3_CH0_IRQ_MODE 0xF0109828          TOM3 IRQ Mode Configuration Register
GTM_TOM3_TGC0_GLB_CTRL 0xF0109830          TOM3 TGC0 Global Control Register
GTM_TOM3_TGC0_ACT_TB 0xF0109834          TOM3 TGC0 Action Time Base Register
GTM_TOM3_TGC0_FUPD_CTRL 0xF0109838          TOM3 TGC0 Force Update Control Register
GTM_TOM3_TGC0_INT_TRIG 0xF010983C          TOM3 TGC0 Internal Trigger Control Register
GTM_TOM3_CH1_CTRL 0xF0109840          TOM3 Channel 1 Control Register?
GTM_TOM3_CH1_SR0 0xF0109844          TOM3 Channel 1 CCU0 Compare Shadow Register
GTM_TOM3_CH1_SR1 0xF0109848          TOM3 Channel 1 CCU1 Compare Shadow Register
GTM_TOM3_CH1_CM0 0xF010984C          TOM3 Channel 1 CCU0 Compare Register
GTM_TOM3_CH1_CM1 0xF0109850          TOM3 Channel 1 CCU1 Compare Register
GTM_TOM3_CH1_CN0 0xF0109854          TOM3 Channel 1 CCU0 Counter Register
GTM_TOM3_CH1_STAT 0xF0109858          TOM3 Channel Status Register
GTM_TOM3_CH1_IRQ_NOTIFY 0xF010985C          TOM3 Channel 1 Interrupt Notification Register
GTM_TOM3_CH1_IRQ_EN 0xF0109860          TOM3 Channel 1 Interrupt Enable Register
GTM_TOM3_CH1_IRQ_FORCINT 0xF0109864          TOM3 Channel 1 Software Interrupt Generation Register
GTM_TOM3_CH1_IRQ_MODE 0xF0109868          TOM3 IRQ Mode Configuration Register
GTM_TOM3_TGC0_ENDIS_CTRL 0xF0109870          TOM3 TGC0 Enable/Disable Control Register
GTM_TOM3_TGC0_ENDIS_STAT 0xF0109874          TOM3 TGC0 Enable/Disable Status Register
GTM_TOM3_TGC0_OUTEN_CTRL 0xF0109878          TOM3 TGC0 Output Enable Control Register
GTM_TOM3_TGC0_OUTEN_STAT 0xF010987C          TOM3 TGC0 Output Enable Status Register
GTM_TOM3_CH2_CTRL 0xF0109880          TOM3 Channel 2 Control Register?
GTM_TOM3_CH2_SR0 0xF0109884          TOM3 Channel 2 CCU0 Compare Shadow Register
GTM_TOM3_CH2_SR1 0xF0109888          TOM3 Channel 2 CCU1 Compare Shadow Register
GTM_TOM3_CH2_CM0 0xF010988C          TOM3 Channel 2 CCU0 Compare Register
GTM_TOM3_CH2_CM1 0xF0109890          TOM3 Channel 2 CCU1 Compare Register
GTM_TOM3_CH2_CN0 0xF0109894          TOM3 Channel 2 CCU0 Counter Register
GTM_TOM3_CH2_STAT 0xF0109898          TOM3 Channel Status Register
GTM_TOM3_CH2_IRQ_NOTIFY 0xF010989C          TOM3 Channel 2 Interrupt Notification Register
GTM_TOM3_CH2_IRQ_EN 0xF01098A0          TOM3 Channel 2 Interrupt Enable Register
GTM_TOM3_CH2_IRQ_FORCINT 0xF01098A4          TOM3 Channel 2 Software Interrupt Generation Register
GTM_TOM3_CH2_IRQ_MODE 0xF01098A8          TOM3 IRQ Mode Configuration Register
GTM_TOM3_CH3_CTRL 0xF01098C0          TOM3 Channel 3 Control Register?
GTM_TOM3_CH3_SR0 0xF01098C4          TOM3 Channel 3 CCU0 Compare Shadow Register
GTM_TOM3_CH3_SR1 0xF01098C8          TOM3 Channel 3 CCU1 Compare Shadow Register
GTM_TOM3_CH3_CM0 0xF01098CC          TOM3 Channel 3 CCU0 Compare Register
GTM_TOM3_CH3_CM1 0xF01098D0          TOM3 Channel 3 CCU1 Compare Register
GTM_TOM3_CH3_CN0 0xF01098D4          TOM3 Channel 3 CCU0 Counter Register
GTM_TOM3_CH3_STAT 0xF01098D8          TOM3 Channel Status Register
GTM_TOM3_CH3_IRQ_NOTIFY 0xF01098DC          TOM3 Channel 3 Interrupt Notification Register
GTM_TOM3_CH3_IRQ_EN 0xF01098E0          TOM3 Channel 3 Interrupt Enable Register
GTM_TOM3_CH3_IRQ_FORCINT 0xF01098E4          TOM3 Channel 3 Software Interrupt Generation Register
GTM_TOM3_CH3_IRQ_MODE 0xF01098E8          TOM3 IRQ Mode Configuration Register
GTM_TOM3_CH4_CTRL 0xF0109900          TOM3 Channel 4 Control Register?
GTM_TOM3_CH4_SR0 0xF0109904          TOM3 Channel 4 CCU0 Compare Shadow Register
GTM_TOM3_CH4_SR1 0xF0109908          TOM3 Channel 4 CCU1 Compare Shadow Register
GTM_TOM3_CH4_CM0 0xF010990C          TOM3 Channel 4 CCU0 Compare Register
GTM_TOM3_CH4_CM1 0xF0109910          TOM3 Channel 4 CCU1 Compare Register
GTM_TOM3_CH4_CN0 0xF0109914          TOM3 Channel 4 CCU0 Counter Register
GTM_TOM3_CH4_STAT 0xF0109918          TOM3 Channel Status Register
GTM_TOM3_CH4_IRQ_NOTIFY 0xF010991C          TOM3 Channel 4 Interrupt Notification Register
GTM_TOM3_CH4_IRQ_EN 0xF0109920          TOM3 Channel 4 Interrupt Enable Register
GTM_TOM3_CH4_IRQ_FORCINT 0xF0109924          TOM3 Channel 4 Software Interrupt Generation Register
GTM_TOM3_CH4_IRQ_MODE 0xF0109928          TOM3 IRQ Mode Configuration Register
GTM_TOM3_CH5_CTRL 0xF0109940          TOM3 Channel 5 Control Register?
GTM_TOM3_CH5_SR0 0xF0109944          TOM3 Channel 5 CCU0 Compare Shadow Register
GTM_TOM3_CH5_SR1 0xF0109948          TOM3 Channel 5 CCU1 Compare Shadow Register
GTM_TOM3_CH5_CM0 0xF010994C          TOM3 Channel 5 CCU0 Compare Register
GTM_TOM3_CH5_CM1 0xF0109950          TOM3 Channel 5 CCU1 Compare Register
GTM_TOM3_CH5_CN0 0xF0109954          TOM3 Channel 5 CCU0 Counter Register
GTM_TOM3_CH5_STAT 0xF0109958          TOM3 Channel Status Register
GTM_TOM3_CH5_IRQ_NOTIFY 0xF010995C          TOM3 Channel 5 Interrupt Notification Register
GTM_TOM3_CH5_IRQ_EN 0xF0109960          TOM3 Channel 5 Interrupt Enable Register
GTM_TOM3_CH5_IRQ_FORCINT 0xF0109964          TOM3 Channel 5 Software Interrupt Generation Register
GTM_TOM3_CH5_IRQ_MODE 0xF0109968          TOM3 IRQ Mode Configuration Register
GTM_TOM3_CH6_CTRL 0xF0109980          TOM3 Channel 6 Control Register?
GTM_TOM3_CH6_SR0 0xF0109984          TOM3 Channel 6 CCU0 Compare Shadow Register
GTM_TOM3_CH6_SR1 0xF0109988          TOM3 Channel 6 CCU1 Compare Shadow Register
GTM_TOM3_CH6_CM0 0xF010998C          TOM3 Channel 6 CCU0 Compare Register
GTM_TOM3_CH6_CM1 0xF0109990          TOM3 Channel 6 CCU1 Compare Register
GTM_TOM3_CH6_CN0 0xF0109994          TOM3 Channel 6 CCU0 Counter Register
GTM_TOM3_CH6_STAT 0xF0109998          TOM3 Channel Status Register
GTM_TOM3_CH6_IRQ_NOTIFY 0xF010999C          TOM3 Channel 6 Interrupt Notification Register
GTM_TOM3_CH6_IRQ_EN 0xF01099A0          TOM3 Channel 6 Interrupt Enable Register
GTM_TOM3_CH6_IRQ_FORCINT 0xF01099A4          TOM3 Channel 6 Software Interrupt Generation Register
GTM_TOM3_CH6_IRQ_MODE 0xF01099A8          TOM3 IRQ Mode Configuration Register
GTM_TOM3_CH7_CTRL 0xF01099C0          TOM3 Channel 7 Control Register?
GTM_TOM3_CH7_SR0 0xF01099C4          TOM3 Channel 7 CCU0 Compare Shadow Register
GTM_TOM3_CH7_SR1 0xF01099C8          TOM3 Channel 7 CCU1 Compare Shadow Register
GTM_TOM3_CH7_CM0 0xF01099CC          TOM3 Channel 7 CCU0 Compare Register
GTM_TOM3_CH7_CM1 0xF01099D0          TOM3 Channel 7 CCU1 Compare Register
GTM_TOM3_CH7_CN0 0xF01099D4          TOM3 Channel 7 CCU0 Counter Register
GTM_TOM3_CH7_STAT 0xF01099D8          TOM3 Channel Status Register
GTM_TOM3_CH7_IRQ_NOTIFY 0xF01099DC          TOM3 Channel 7 Interrupt Notification Register
GTM_TOM3_CH7_IRQ_EN 0xF01099E0          TOM3 Channel 7 Interrupt Enable Register
GTM_TOM3_CH7_IRQ_FORCINT 0xF01099E4          TOM3 Channel 7 Software Interrupt Generation Register
GTM_TOM3_CH7_IRQ_MODE 0xF01099E8          TOM3 IRQ Mode Configuration Register
GTM_TOM3_CH8_CTRL 0xF0109A00          TOM3 Channel 8 Control Register?
GTM_TOM3_CH8_SR0 0xF0109A04          TOM3 Channel 8 CCU0 Compare Shadow Register
GTM_TOM3_CH8_SR1 0xF0109A08          TOM3 Channel 8 CCU1 Compare Shadow Register
GTM_TOM3_CH8_CM0 0xF0109A0C          TOM3 Channel 8 CCU0 Compare Register
GTM_TOM3_CH8_CM1 0xF0109A10          TOM3 Channel 8 CCU1 Compare Register
GTM_TOM3_CH8_CN0 0xF0109A14          TOM3 Channel 8 CCU0 Counter Register
GTM_TOM3_CH8_STAT 0xF0109A18          TOM3 Channel Status Register
GTM_TOM3_CH8_IRQ_NOTIFY 0xF0109A1C          TOM3 Channel 8 Interrupt Notification Register
GTM_TOM3_CH8_IRQ_EN 0xF0109A20          TOM3 Channel 8 Interrupt Enable Register
GTM_TOM3_CH8_IRQ_FORCINT 0xF0109A24          TOM3 Channel 8 Software Interrupt Generation Register
GTM_TOM3_CH8_IRQ_MODE 0xF0109A28          TOM3 IRQ Mode Configuration Register
GTM_TOM3_TGC1_GLB_CTRL 0xF0109A30          TOM3 TGC1 Global Control Register
GTM_TOM3_TGC1_ACT_TB 0xF0109A34          TOM3 TGC1 Action Time Base Register
GTM_TOM3_TGC1_FUPD_CTRL 0xF0109A38          TOM3 TGC1 Force Update Control Register
GTM_TOM3_TGC1_INT_TRIG 0xF0109A3C          TOM3 TGC1 Internal Trigger Control Register
GTM_TOM3_CH9_CTRL 0xF0109A40          TOM3 Channel 9 Control Register?
GTM_TOM3_CH9_SR0 0xF0109A44          TOM3 Channel 9 CCU0 Compare Shadow Register
GTM_TOM3_CH9_SR1 0xF0109A48          TOM3 Channel 9 CCU1 Compare Shadow Register
GTM_TOM3_CH9_CM0 0xF0109A4C          TOM3 Channel 9 CCU0 Compare Register
GTM_TOM3_CH9_CM1 0xF0109A50          TOM3 Channel 9 CCU1 Compare Register
GTM_TOM3_CH9_CN0 0xF0109A54          TOM3 Channel 9 CCU0 Counter Register
GTM_TOM3_CH9_STAT 0xF0109A58          TOM3 Channel Status Register
GTM_TOM3_CH9_IRQ_NOTIFY 0xF0109A5C          TOM3 Channel 9 Interrupt Notification Register
GTM_TOM3_CH9_IRQ_EN 0xF0109A60          TOM3 Channel 9 Interrupt Enable Register
GTM_TOM3_CH9_IRQ_FORCINT 0xF0109A64          TOM3 Channel 9 Software Interrupt Generation Register
GTM_TOM3_CH9_IRQ_MODE 0xF0109A68          TOM3 IRQ Mode Configuration Register
GTM_TOM3_TGC1_ENDIS_CTRL 0xF0109A70          TOM3 TGC1 Enable/Disable Control Register
GTM_TOM3_TGC1_ENDIS_STAT 0xF0109A74          TOM3 TGC1 Enable/Disable Status Register
GTM_TOM3_TGC1_OUTEN_CTRL 0xF0109A78          TOM3 TGC1 Output Enable Control Register
GTM_TOM3_TGC1_OUTEN_STAT 0xF0109A7C          TOM3 TGC1 Output Enable Status Register
GTM_TOM3_CH10_CTRL 0xF0109A80          TOM3 Channel 10 Control Register?
GTM_TOM3_CH10_SR0 0xF0109A84          TOM3 Channel 10 CCU0 Compare Shadow Register
GTM_TOM3_CH10_SR1 0xF0109A88          TOM3 Channel 10 CCU1 Compare Shadow Register
GTM_TOM3_CH10_CM0 0xF0109A8C          TOM3 Channel 10 CCU0 Compare Register
GTM_TOM3_CH10_CM1 0xF0109A90          TOM3 Channel 10 CCU1 Compare Register
GTM_TOM3_CH10_CN0 0xF0109A94          TOM3 Channel 10 CCU0 Counter Register
GTM_TOM3_CH10_STAT 0xF0109A98          TOM3 Channel Status Register
GTM_TOM3_CH10_IRQ_NOTIFY 0xF0109A9C          TOM3 Channel 10 Interrupt Notification Register
GTM_TOM3_CH10_IRQ_EN 0xF0109AA0          TOM3 Channel 10 Interrupt Enable Register
GTM_TOM3_CH10_IRQ_FORCINT 0xF0109AA4          TOM3 Channel 10 Software Interrupt Generation Register
GTM_TOM3_CH10_IRQ_MODE 0xF0109AA8          TOM3 IRQ Mode Configuration Register
GTM_TOM3_CH11_CTRL 0xF0109AC0          TOM3 Channel 11 Control Register?
GTM_TOM3_CH11_SR0 0xF0109AC4          TOM3 Channel 11 CCU0 Compare Shadow Register
GTM_TOM3_CH11_SR1 0xF0109AC8          TOM3 Channel 11 CCU1 Compare Shadow Register
GTM_TOM3_CH11_CM0 0xF0109ACC          TOM3 Channel 11 CCU0 Compare Register
GTM_TOM3_CH11_CM1 0xF0109AD0          TOM3 Channel 11 CCU1 Compare Register
GTM_TOM3_CH11_CN0 0xF0109AD4          TOM3 Channel 11 CCU0 Counter Register
GTM_TOM3_CH11_STAT 0xF0109AD8          TOM3 Channel Status Register
GTM_TOM3_CH11_IRQ_NOTIFY 0xF0109ADC          TOM3 Channel 11 Interrupt Notification Register
GTM_TOM3_CH11_IRQ_EN 0xF0109AE0          TOM3 Channel 11 Interrupt Enable Register
GTM_TOM3_CH11_IRQ_FORCINT 0xF0109AE4          TOM3 Channel 11 Software Interrupt Generation Register
GTM_TOM3_CH11_IRQ_MODE 0xF0109AE8          TOM3 IRQ Mode Configuration Register
GTM_TOM3_CH12_CTRL 0xF0109B00          TOM3 Channel 12 Control Register?
GTM_TOM3_CH12_SR0 0xF0109B04          TOM3 Channel 12 CCU0 Compare Shadow Register
GTM_TOM3_CH12_SR1 0xF0109B08          TOM3 Channel 12 CCU1 Compare Shadow Register
GTM_TOM3_CH12_CM0 0xF0109B0C          TOM3 Channel 12 CCU0 Compare Register
GTM_TOM3_CH12_CM1 0xF0109B10          TOM3 Channel 12 CCU1 Compare Register
GTM_TOM3_CH12_CN0 0xF0109B14          TOM3 Channel 12 CCU0 Counter Register
GTM_TOM3_CH12_STAT 0xF0109B18          TOM3 Channel Status Register
GTM_TOM3_CH12_IRQ_NOTIFY 0xF0109B1C          TOM3 Channel 12 Interrupt Notification Register
GTM_TOM3_CH12_IRQ_EN 0xF0109B20          TOM3 Channel 12 Interrupt Enable Register
GTM_TOM3_CH12_IRQ_FORCINT 0xF0109B24          TOM3 Channel 12 Software Interrupt Generation Register
GTM_TOM3_CH12_IRQ_MODE 0xF0109B28          TOM3 IRQ Mode Configuration Register
GTM_TOM3_CH13_CTRL 0xF0109B40          TOM3 Channel 13 Control Register?
GTM_TOM3_CH13_SR0 0xF0109B44          TOM3 Channel 13 CCU0 Compare Shadow Register
GTM_TOM3_CH13_SR1 0xF0109B48          TOM3 Channel 13 CCU1 Compare Shadow Register
GTM_TOM3_CH13_CM0 0xF0109B4C          TOM3 Channel 13 CCU0 Compare Register
GTM_TOM3_CH13_CM1 0xF0109B50          TOM3 Channel 13 CCU1 Compare Register
GTM_TOM3_CH13_CN0 0xF0109B54          TOM3 Channel 13 CCU0 Counter Register
GTM_TOM3_CH13_STAT 0xF0109B58          TOM3 Channel Status Register
GTM_TOM3_CH13_IRQ_NOTIFY 0xF0109B5C          TOM3 Channel 13 Interrupt Notification Register
GTM_TOM3_CH13_IRQ_EN 0xF0109B60          TOM3 Channel 13 Interrupt Enable Register
GTM_TOM3_CH13_IRQ_FORCINT 0xF0109B64          TOM3 Channel 13 Software Interrupt Generation Register
GTM_TOM3_CH13_IRQ_MODE 0xF0109B68          TOM3 IRQ Mode Configuration Register
GTM_TOM3_CH14_CTRL 0xF0109B80          TOM3 Channel 14 Control Register?
GTM_TOM3_CH14_SR0 0xF0109B84          TOM3 Channel 14 CCU0 Compare Shadow Register
GTM_TOM3_CH14_SR1 0xF0109B88          TOM3 Channel 14 CCU1 Compare Shadow Register
GTM_TOM3_CH14_CM0 0xF0109B8C          TOM3 Channel 14 CCU0 Compare Register
GTM_TOM3_CH14_CM1 0xF0109B90          TOM3 Channel 14 CCU1 Compare Register
GTM_TOM3_CH14_CN0 0xF0109B94          TOM3 Channel 14 CCU0 Counter Register
GTM_TOM3_CH14_STAT 0xF0109B98          TOM3 Channel Status Register
GTM_TOM3_CH14_IRQ_NOTIFY 0xF0109B9C          TOM3 Channel 14 Interrupt Notification Register
GTM_TOM3_CH14_IRQ_EN 0xF0109BA0          TOM3 Channel 14 Interrupt Enable Register
GTM_TOM3_CH14_IRQ_FORCINT 0xF0109BA4          TOM3 Channel 14 Software Interrupt Generation Register
GTM_TOM3_CH14_IRQ_MODE 0xF0109BA8          TOM3 IRQ Mode Configuration Register
GTM_TOM3_CH15_CTRL 0xF0109BC0          TOM3 Channel 15 Control Register
GTM_TOM3_CH15_SR0 0xF0109BC4          TOM3 Channel 15 CCU0 Compare Shadow Register
GTM_TOM3_CH15_SR1 0xF0109BC8          TOM3 Channel 15 CCU1 Compare Shadow Register
GTM_TOM3_CH15_CM0 0xF0109BCC          TOM3 Channel 15 CCU0 Compare Register
GTM_TOM3_CH15_CM1 0xF0109BD0          TOM3 Channel 15 CCU1 Compare Register
GTM_TOM3_CH15_CN0 0xF0109BD4          TOM3 Channel 15 CCU0 Counter Register
GTM_TOM3_CH15_STAT 0xF0109BD8          TOM3 Channel Status Register
GTM_TOM3_CH15_IRQ_NOTIFY 0xF0109BDC          TOM3 Channel 15 Interrupt Notification Register
GTM_TOM3_CH15_IRQ_EN 0xF0109BE0          TOM3 Channel 15 Interrupt Enable Register
GTM_TOM3_CH15_IRQ_FORCINT 0xF0109BE4          TOM3 Channel 15 Software Interrupt Generation Register
GTM_TOM3_CH15_IRQ_MODE 0xF0109BE8          TOM3 IRQ Mode Configuration Register
GTM_TOM4_CH0_CTRL 0xF010A000          TOM4 Channel 0 Control Register?
GTM_TOM4_CH0_SR0 0xF010A004          TOM4Channel 0 CCU0 Compare Shadow Register
GTM_TOM4_CH0_SR1 0xF010A008          TOM4 Channel 0 CCU1 Compare Shadow Register
GTM_TOM4_CH0_CM0 0xF010A00C          TOM4 Channel 0 CCU0 Compare Register
GTM_TOM4_CH0_CM1 0xF010A010          TOM4 Channel 0 CCU1 Compare Register
GTM_TOM4_CH0_CN0 0xF010A014          TOM4 Channel 0 CCU0 Counter Register
GTM_TOM4_CH0_STAT 0xF010A018          TOM4 Channel Status Register
GTM_TOM4_CH0_IRQ_NOTIFY 0xF010A01C          TOM4 Channel 0 Interrupt Notification Register
GTM_TOM4_CH0_IRQ_EN 0xF010A020          TOM4 Channel 0 Interrupt Enable Register
GTM_TOM4_CH0_IRQ_FORCINT 0xF010A024          TOM4 Channel 0 Software Interrupt Generation Register
GTM_TOM4_CH0_IRQ_MODE 0xF010A028          TOM4 IRQ Mode Configuration Register
GTM_TOM4_TGC0_GLB_CTRL 0xF010A030          TOM4 TGC0 Global Control Register
GTM_TOM4_TGC0_ACT_TB 0xF010A034          TOM4 TGC0 Action Time Base Register
GTM_TOM4_TGC0_FUPD_CTRL 0xF010A038          TOM4 TGC0 Force Update Control Register
GTM_TOM4_TGC0_INT_TRIG 0xF010A03C          TOM4 TGC0 Internal Trigger Control Register
GTM_TOM4_CH1_CTRL 0xF010A040          TOM4 Channel 1 Control Register?
GTM_TOM4_CH1_SR0 0xF010A044          TOM4Channel 1 CCU0 Compare Shadow Register
GTM_TOM4_CH1_SR1 0xF010A048          TOM4 Channel 1 CCU1 Compare Shadow Register
GTM_TOM4_CH1_CM0 0xF010A04C          TOM4 Channel 1 CCU0 Compare Register
GTM_TOM4_CH1_CM1 0xF010A050          TOM4 Channel 1 CCU1 Compare Register
GTM_TOM4_CH1_CN0 0xF010A054          TOM4 Channel 1 CCU0 Counter Register
GTM_TOM4_CH1_STAT 0xF010A058          TOM4 Channel Status Register
GTM_TOM4_CH1_IRQ_NOTIFY 0xF010A05C          TOM4 Channel 1 Interrupt Notification Register
GTM_TOM4_CH1_IRQ_EN 0xF010A060          TOM4 Channel 1 Interrupt Enable Register
GTM_TOM4_CH1_IRQ_FORCINT 0xF010A064          TOM4 Channel 1 Software Interrupt Generation Register
GTM_TOM4_CH1_IRQ_MODE 0xF010A068          TOM4 IRQ Mode Configuration Register
GTM_TOM4_TGC0_ENDIS_CTRL 0xF010A070          TOM4 TGC0 Enable/Disable Control Register
GTM_TOM4_TGC0_ENDIS_STAT 0xF010A074          TOM4 TGC0 Enable/Disable Status Register
GTM_TOM4_TGC0_OUTEN_CTRL 0xF010A078          TOM4 TGC0 Output Enable Control Register
GTM_TOM4_TGC0_OUTEN_STAT 0xF010A07C          TOM4 TGC0 Output Enable Status Register
GTM_TOM4_CH2_CTRL 0xF010A080          TOM4 Channel 2 Control Register?
GTM_TOM4_CH2_SR0 0xF010A084          TOM4Channel 2 CCU0 Compare Shadow Register
GTM_TOM4_CH2_SR1 0xF010A088          TOM4 Channel 2 CCU1 Compare Shadow Register
GTM_TOM4_CH2_CM0 0xF010A08C          TOM4 Channel 2 CCU0 Compare Register
GTM_TOM4_CH2_CM1 0xF010A090          TOM4 Channel 2 CCU1 Compare Register
GTM_TOM4_CH2_CN0 0xF010A094          TOM4 Channel 2 CCU0 Counter Register
GTM_TOM4_CH2_STAT 0xF010A098          TOM4 Channel Status Register
GTM_TOM4_CH2_IRQ_NOTIFY 0xF010A09C          TOM4 Channel 2 Interrupt Notification Register
GTM_TOM4_CH2_IRQ_EN 0xF010A0A0          TOM4 Channel 2 Interrupt Enable Register
GTM_TOM4_CH2_IRQ_FORCINT 0xF010A0A4          TOM4 Channel 2 Software Interrupt Generation Register
GTM_TOM4_CH2_IRQ_MODE 0xF010A0A8          TOM4 IRQ Mode Configuration Register
GTM_TOM4_CH3_CTRL 0xF010A0C0          TOM4 Channel 3 Control Register?
GTM_TOM4_CH3_SR0 0xF010A0C4          TOM4Channel 3 CCU0 Compare Shadow Register
GTM_TOM4_CH3_SR1 0xF010A0C8          TOM4 Channel 3 CCU1 Compare Shadow Register
GTM_TOM4_CH3_CM0 0xF010A0CC          TOM4 Channel 3 CCU0 Compare Register
GTM_TOM4_CH3_CM1 0xF010A0D0          TOM4 Channel 3 CCU1 Compare Register
GTM_TOM4_CH3_CN0 0xF010A0D4          TOM4 Channel 3 CCU0 Counter Register
GTM_TOM4_CH3_STAT 0xF010A0D8          TOM4 Channel Status Register
GTM_TOM4_CH3_IRQ_NOTIFY 0xF010A0DC          TOM4 Channel 3 Interrupt Notification Register
GTM_TOM4_CH3_IRQ_EN 0xF010A0E0          TOM4 Channel 3 Interrupt Enable Register
GTM_TOM4_CH3_IRQ_FORCINT 0xF010A0E4          TOM4 Channel 3 Software Interrupt Generation Register
GTM_TOM4_CH3_IRQ_MODE 0xF010A0E8          TOM4 IRQ Mode Configuration Register
GTM_TOM4_CH4_CTRL 0xF010A100          TOM4 Channel 4 Control Register?
GTM_TOM4_CH4_SR0 0xF010A104          TOM4Channel 4 CCU0 Compare Shadow Register
GTM_TOM4_CH4_SR1 0xF010A108          TOM4 Channel 4 CCU1 Compare Shadow Register
GTM_TOM4_CH4_CM0 0xF010A10C          TOM4 Channel 4 CCU0 Compare Register
GTM_TOM4_CH4_CM1 0xF010A110          TOM4 Channel 4 CCU1 Compare Register
GTM_TOM4_CH4_CN0 0xF010A114          TOM4 Channel 4 CCU0 Counter Register
GTM_TOM4_CH4_STAT 0xF010A118          TOM4 Channel Status Register
GTM_TOM4_CH4_IRQ_NOTIFY 0xF010A11C          TOM4 Channel 4 Interrupt Notification Register
GTM_TOM4_CH4_IRQ_EN 0xF010A120          TOM4 Channel 4 Interrupt Enable Register
GTM_TOM4_CH4_IRQ_FORCINT 0xF010A124          TOM4 Channel 4 Software Interrupt Generation Register
GTM_TOM4_CH4_IRQ_MODE 0xF010A128          TOM4 IRQ Mode Configuration Register
GTM_TOM4_CH5_CTRL 0xF010A140          TOM4 Channel 5 Control Register?
GTM_TOM4_CH5_SR0 0xF010A144          TOM4Channel 5 CCU0 Compare Shadow Register
GTM_TOM4_CH5_SR1 0xF010A148          TOM4 Channel 5 CCU1 Compare Shadow Register
GTM_TOM4_CH5_CM0 0xF010A14C          TOM4 Channel 5 CCU0 Compare Register
GTM_TOM4_CH5_CM1 0xF010A150          TOM4 Channel 5 CCU1 Compare Register
GTM_TOM4_CH5_CN0 0xF010A154          TOM4 Channel 5 CCU0 Counter Register
GTM_TOM4_CH5_STAT 0xF010A158          TOM4 Channel Status Register
GTM_TOM4_CH5_IRQ_NOTIFY 0xF010A15C          TOM4 Channel 5 Interrupt Notification Register
GTM_TOM4_CH5_IRQ_EN 0xF010A160          TOM4 Channel 5 Interrupt Enable Register
GTM_TOM4_CH5_IRQ_FORCINT 0xF010A164          TOM4 Channel 5 Software Interrupt Generation Register
GTM_TOM4_CH5_IRQ_MODE 0xF010A168          TOM4 IRQ Mode Configuration Register
GTM_TOM4_CH6_CTRL 0xF010A180          TOM4 Channel 6 Control Register?
GTM_TOM4_CH6_SR0 0xF010A184          TOM4Channel 6 CCU0 Compare Shadow Register
GTM_TOM4_CH6_SR1 0xF010A188          TOM4 Channel 6 CCU1 Compare Shadow Register
GTM_TOM4_CH6_CM0 0xF010A18C          TOM4 Channel 6 CCU0 Compare Register
GTM_TOM4_CH6_CM1 0xF010A190          TOM4 Channel 6 CCU1 Compare Register
GTM_TOM4_CH6_CN0 0xF010A194          TOM4 Channel 6 CCU0 Counter Register
GTM_TOM4_CH6_STAT 0xF010A198          TOM4 Channel Status Register
GTM_TOM4_CH6_IRQ_NOTIFY 0xF010A19C          TOM4 Channel 6 Interrupt Notification Register
GTM_TOM4_CH6_IRQ_EN 0xF010A1A0          TOM4 Channel 6 Interrupt Enable Register
GTM_TOM4_CH6_IRQ_FORCINT 0xF010A1A4          TOM4 Channel 6 Software Interrupt Generation Register
GTM_TOM4_CH6_IRQ_MODE 0xF010A1A8          TOM4 IRQ Mode Configuration Register
GTM_TOM4_CH7_CTRL 0xF010A1C0          TOM4 Channel 7 Control Register?
GTM_TOM4_CH7_SR0 0xF010A1C4          TOM4Channel 7 CCU0 Compare Shadow Register
GTM_TOM4_CH7_SR1 0xF010A1C8          TOM4 Channel 7 CCU1 Compare Shadow Register
GTM_TOM4_CH7_CM0 0xF010A1CC          TOM4 Channel 7 CCU0 Compare Register
GTM_TOM4_CH7_CM1 0xF010A1D0          TOM4 Channel 7 CCU1 Compare Register
GTM_TOM4_CH7_CN0 0xF010A1D4          TOM4 Channel 7 CCU0 Counter Register
GTM_TOM4_CH7_STAT 0xF010A1D8          TOM4 Channel Status Register
GTM_TOM4_CH7_IRQ_NOTIFY 0xF010A1DC          TOM4 Channel 7 Interrupt Notification Register
GTM_TOM4_CH7_IRQ_EN 0xF010A1E0          TOM4 Channel 7 Interrupt Enable Register
GTM_TOM4_CH7_IRQ_FORCINT 0xF010A1E4          TOM4 Channel 7 Software Interrupt Generation Register
GTM_TOM4_CH7_IRQ_MODE 0xF010A1E8          TOM4 IRQ Mode Configuration Register
GTM_TOM4_CH8_CTRL 0xF010A200          TOM4 Channel 8 Control Register?
GTM_TOM4_CH8_SR0 0xF010A204          TOM4Channel 8 CCU0 Compare Shadow Register
GTM_TOM4_CH8_SR1 0xF010A208          TOM4 Channel 8 CCU1 Compare Shadow Register
GTM_TOM4_CH8_CM0 0xF010A20C          TOM4 Channel 8 CCU0 Compare Register
GTM_TOM4_CH8_CM1 0xF010A210          TOM4 Channel 8 CCU1 Compare Register
GTM_TOM4_CH8_CN0 0xF010A214          TOM4 Channel 8 CCU0 Counter Register
GTM_TOM4_CH8_STAT 0xF010A218          TOM4 Channel Status Register
GTM_TOM4_CH8_IRQ_NOTIFY 0xF010A21C          TOM4 Channel 8 Interrupt Notification Register
GTM_TOM4_CH8_IRQ_EN 0xF010A220          TOM4 Channel 8 Interrupt Enable Register
GTM_TOM4_CH8_IRQ_FORCINT 0xF010A224          TOM4 Channel 8 Software Interrupt Generation Register
GTM_TOM4_CH8_IRQ_MODE 0xF010A228          TOM4 IRQ Mode Configuration Register
GTM_TOM4_TGC1_GLB_CTRL 0xF010A230          TOM4 TGC1 Global Control Register
GTM_TOM4_TGC1_ACT_TB 0xF010A234          TOM4 TGC1 Action Time Base Register
GTM_TOM4_TGC1_FUPD_CTRL 0xF010A238          TOM4 TGC1 Force Update Control Register
GTM_TOM4_TGC1_INT_TRIG 0xF010A23C          TOM4 TGC1 Internal Trigger Control Register
GTM_TOM4_CH9_CTRL 0xF010A240          TOM4 Channel 9 Control Register?
GTM_TOM4_CH9_SR0 0xF010A244          TOM4Channel 9 CCU0 Compare Shadow Register
GTM_TOM4_CH9_SR1 0xF010A248          TOM4 Channel 9 CCU1 Compare Shadow Register
GTM_TOM4_CH9_CM0 0xF010A24C          TOM4 Channel 9 CCU0 Compare Register
GTM_TOM4_CH9_CM1 0xF010A250          TOM4 Channel 9 CCU1 Compare Register
GTM_TOM4_CH9_CN0 0xF010A254          TOM4 Channel 9 CCU0 Counter Register
GTM_TOM4_CH9_STAT 0xF010A258          TOM4 Channel Status Register
GTM_TOM4_CH9_IRQ_NOTIFY 0xF010A25C          TOM4 Channel 9 Interrupt Notification Register
GTM_TOM4_CH9_IRQ_EN 0xF010A260          TOM4 Channel 9 Interrupt Enable Register
GTM_TOM4_CH9_IRQ_FORCINT 0xF010A264          TOM4 Channel 9 Software Interrupt Generation Register
GTM_TOM4_CH9_IRQ_MODE 0xF010A268          TOM4 IRQ Mode Configuration Register
GTM_TOM4_TGC1_ENDIS_CTRL 0xF010A270          TOM4 TGC1 Enable/Disable Control Register
GTM_TOM4_TGC1_ENDIS_STAT 0xF010A274          TOM4 TGC1 Enable/Disable Status Register
GTM_TOM4_TGC1_OUTEN_CTRL 0xF010A278          TOM4 TGC1 Output Enable Control Register
GTM_TOM4_TGC1_OUTEN_STAT 0xF010A27C          TOM4 TGC1 Output Enable Status Register
GTM_TOM4_CH10_CTRL 0xF010A280          TOM4 Channel 10 Control Register?
GTM_TOM4_CH10_SR0 0xF010A284          TOM4Channel 10 CCU0 Compare Shadow Register
GTM_TOM4_CH10_SR1 0xF010A288          TOM4 Channel 10 CCU1 Compare Shadow Register
GTM_TOM4_CH10_CM0 0xF010A28C          TOM4 Channel 10 CCU0 Compare Register
GTM_TOM4_CH10_CM1 0xF010A290          TOM4 Channel 10 CCU1 Compare Register
GTM_TOM4_CH10_CN0 0xF010A294          TOM4 Channel 10 CCU0 Counter Register
GTM_TOM4_CH10_STAT 0xF010A298          TOM4 Channel Status Register
GTM_TOM4_CH10_IRQ_NOTIFY 0xF010A29C          TOM4 Channel 10 Interrupt Notification Register
GTM_TOM4_CH10_IRQ_EN 0xF010A2A0          TOM4 Channel 10 Interrupt Enable Register
GTM_TOM4_CH10_IRQ_FORCINT 0xF010A2A4          TOM4 Channel 10 Software Interrupt Generation Register
GTM_TOM4_CH10_IRQ_MODE 0xF010A2A8          TOM4 IRQ Mode Configuration Register
GTM_TOM4_CH11_CTRL 0xF010A2C0          TOM4 Channel 11 Control Register?
GTM_TOM4_CH11_SR0 0xF010A2C4          TOM4Channel 11 CCU0 Compare Shadow Register
GTM_TOM4_CH11_SR1 0xF010A2C8          TOM4 Channel 11 CCU1 Compare Shadow Register
GTM_TOM4_CH11_CM0 0xF010A2CC          TOM4 Channel 11 CCU0 Compare Register
GTM_TOM4_CH11_CM1 0xF010A2D0          TOM4 Channel 11 CCU1 Compare Register
GTM_TOM4_CH11_CN0 0xF010A2D4          TOM4 Channel 11 CCU0 Counter Register
GTM_TOM4_CH11_STAT 0xF010A2D8          TOM4 Channel Status Register
GTM_TOM4_CH11_IRQ_NOTIFY 0xF010A2DC          TOM4 Channel 11 Interrupt Notification Register
GTM_TOM4_CH11_IRQ_EN 0xF010A2E0          TOM4 Channel 11 Interrupt Enable Register
GTM_TOM4_CH11_IRQ_FORCINT 0xF010A2E4          TOM4 Channel 11 Software Interrupt Generation Register
GTM_TOM4_CH11_IRQ_MODE 0xF010A2E8          TOM4 IRQ Mode Configuration Register
GTM_TOM4_CH12_CTRL 0xF010A300          TOM4 Channel 12 Control Register?
GTM_TOM4_CH12_SR0 0xF010A304          TOM4Channel 12 CCU0 Compare Shadow Register
GTM_TOM4_CH12_SR1 0xF010A308          TOM4 Channel 12 CCU1 Compare Shadow Register
GTM_TOM4_CH12_CM0 0xF010A30C          TOM4 Channel 12 CCU0 Compare Register
GTM_TOM4_CH12_CM1 0xF010A310          TOM4 Channel 12 CCU1 Compare Register
GTM_TOM4_CH12_CN0 0xF010A314          TOM4 Channel 12 CCU0 Counter Register
GTM_TOM4_CH12_STAT 0xF010A318          TOM4 Channel Status Register
GTM_TOM4_CH12_IRQ_NOTIFY 0xF010A31C          TOM4 Channel 12 Interrupt Notification Register
GTM_TOM4_CH12_IRQ_EN 0xF010A320          TOM4 Channel 12 Interrupt Enable Register
GTM_TOM4_CH12_IRQ_FORCINT 0xF010A324          TOM4 Channel 12 Software Interrupt Generation Register
GTM_TOM4_CH12_IRQ_MODE 0xF010A328          TOM4 IRQ Mode Configuration Register
GTM_TOM4_CH13_CTRL 0xF010A340          TOM4 Channel 13 Control Register?
GTM_TOM4_CH13_SR0 0xF010A344          TOM4Channel 13 CCU0 Compare Shadow Register
GTM_TOM4_CH13_SR1 0xF010A348          TOM4 Channel 13 CCU1 Compare Shadow Register
GTM_TOM4_CH13_CM0 0xF010A34C          TOM4 Channel 13 CCU0 Compare Register
GTM_TOM4_CH13_CM1 0xF010A350          TOM4 Channel 13 CCU1 Compare Register
GTM_TOM4_CH13_CN0 0xF010A354          TOM4 Channel 13 CCU0 Counter Register
GTM_TOM4_CH13_STAT 0xF010A358          TOM4 Channel Status Register
GTM_TOM4_CH13_IRQ_NOTIFY 0xF010A35C          TOM4 Channel 13 Interrupt Notification Register
GTM_TOM4_CH13_IRQ_EN 0xF010A360          TOM4 Channel 13 Interrupt Enable Register
GTM_TOM4_CH13_IRQ_FORCINT 0xF010A364          TOM4 Channel 13 Software Interrupt Generation Register
GTM_TOM4_CH13_IRQ_MODE 0xF010A368          TOM4 IRQ Mode Configuration Register
GTM_TOM4_CH14_CTRL 0xF010A380          TOM4 Channel 14 Control Register?
GTM_TOM4_CH14_SR0 0xF010A384          TOM4Channel 14 CCU0 Compare Shadow Register
GTM_TOM4_CH14_SR1 0xF010A388          TOM4 Channel 14 CCU1 Compare Shadow Register
GTM_TOM4_CH14_CM0 0xF010A38C          TOM4 Channel 14 CCU0 Compare Register
GTM_TOM4_CH14_CM1 0xF010A390          TOM4 Channel 14 CCU1 Compare Register
GTM_TOM4_CH14_CN0 0xF010A394          TOM4 Channel 14 CCU0 Counter Register
GTM_TOM4_CH14_STAT 0xF010A398          TOM4 Channel Status Register
GTM_TOM4_CH14_IRQ_NOTIFY 0xF010A39C          TOM4 Channel 14 Interrupt Notification Register
GTM_TOM4_CH14_IRQ_EN 0xF010A3A0          TOM4 Channel 14 Interrupt Enable Register
GTM_TOM4_CH14_IRQ_FORCINT 0xF010A3A4          TOM4 Channel 14 Software Interrupt Generation Register
GTM_TOM4_CH14_IRQ_MODE 0xF010A3A8          TOM4 IRQ Mode Configuration Register
GTM_TOM4_CH15_CTRL 0xF010A3C0          TOM4 Channel 15 Control Register
GTM_TOM4_CH15_SR0 0xF010A3C4          TOM4Channel 15 CCU0 Compare Shadow Register
GTM_TOM4_CH15_SR1 0xF010A3C8          TOM4 Channel 15 CCU1 Compare Shadow Register
GTM_TOM4_CH15_CM0 0xF010A3CC          TOM4 Channel 15 CCU0 Compare Register
GTM_TOM4_CH15_CM1 0xF010A3D0          TOM4 Channel 15 CCU1 Compare Register
GTM_TOM4_CH15_CN0 0xF010A3D4          TOM4 Channel 15 CCU0 Counter Register
GTM_TOM4_CH15_STAT 0xF010A3D8          TOM4 Channel Status Register
GTM_TOM4_CH15_IRQ_NOTIFY 0xF010A3DC          TOM4 Channel 15 Interrupt Notification Register
GTM_TOM4_CH15_IRQ_EN 0xF010A3E0          TOM4 Channel 15 Interrupt Enable Register
GTM_TOM4_CH15_IRQ_FORCINT 0xF010A3E4          TOM4 Channel 15 Software Interrupt Generation Register
GTM_TOM4_CH15_IRQ_MODE 0xF010A3E8          TOM4 IRQ Mode Configuration Register
GTM_ATOM0_CH0_RDADDR 0xF010D000          ATOM0 Channel 0 ARU Read Address Register
GTM_ATOM0_CH0_CTRL 0xF010D004          ATOM0 Channel 0 Control Register
GTM_ATOM0_CH0_SR0 0xF010D008          ATOM0 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM0_CH0_SR1 0xF010D00C          ATOM0 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM0_CH0_CM0 0xF010D010          ATOM0 Channel 0 CCU0 Compare Register
GTM_ATOM0_CH0_CM1 0xF010D014          ATOM0 Channel 0 CCU1 Compare Register
GTM_ATOM0_CH0_CN0 0xF010D018          ATOM0 Channel 0 CCU0 Counter Register
GTM_ATOM0_CH0_STAT 0xF010D01C          ATOM0 Channel 0 Status Register
GTM_ATOM0_CH0_IRQ_NOTIFY 0xF010D020          ATOM0 Channel 0 Interrupt Notification Register
GTM_ATOM0_CH0_IRQ_EN 0xF010D024          ATOM0 Channel 0 Interrupt Enable Register
GTM_ATOM0_CH0_IRQ_FORCINT 0xF010D028          ATOM0 Channel 0 Software Interrupt Generation Register
GTM_ATOM0_CH0_IRQ_MODE 0xF010D02C          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_AGC_GLB_CTRL 0xF010D040          ATOM0 AGC Global control register
GTM_ATOM0_AGC_ENDIS_CTRL 0xF010D044          ATOM0 AGC Enable/Disable Control Register
GTM_ATOM0_AGC_ENDIS_STAT 0xF010D048          ATOM0 AGC Enable/Disable Status Register
GTM_ATOM0_AGC_ACT_TB 0xF010D04C          TOM0 TGC0 Action Time Base Register
GTM_ATOM0_AGC_OUTEN_CTRL 0xF010D050          ATOM0 AGC Output Enable Control Register
GTM_ATOM0_AGC_OUTEN_STAT 0xF010D054          ATOM0 AGC Output Enable Status Register
GTM_ATOM0_AGC_FUPD_CTRL 0xF010D058          ATOM0 AGC Force Update Control Register
GTM_ATOM0_AGC_INT_TRIG 0xF010D05C          ATOM0 AGC Internal Trigger Control Register
GTM_ATOM0_CH1_RDADDR 0xF010D080          ATOM0 Channel 1 ARU Read Address Register
GTM_ATOM0_CH1_CTRL 0xF010D084          ATOM0 Channel 1 Control Register
GTM_ATOM0_CH1_SR0 0xF010D088          ATOM0 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM0_CH1_SR1 0xF010D08C          ATOM0 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM0_CH1_CM0 0xF010D090          ATOM0 Channel 1 CCU0 Compare Register
GTM_ATOM0_CH1_CM1 0xF010D094          ATOM0 Channel 1 CCU1 Compare Register
GTM_ATOM0_CH1_CN0 0xF010D098          ATOM0 Channel 1 CCU0 Counter Register
GTM_ATOM0_CH1_STAT 0xF010D09C          ATOM0 Channel 1 Status Register
GTM_ATOM0_CH1_IRQ_NOTIFY 0xF010D0A0          ATOM0 Channel 1 Interrupt Notification Register
GTM_ATOM0_CH1_IRQ_EN 0xF010D0A4          ATOM0 Channel 1 Interrupt Enable Register
GTM_ATOM0_CH1_IRQ_FORCINT 0xF010D0A8          ATOM0 Channel 1 Software Interrupt Generation Register
GTM_ATOM0_CH1_IRQ_MODE 0xF010D0AC          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH2_RDADDR 0xF010D100          ATOM0 Channel 2 ARU Read Address Register
GTM_ATOM0_CH2_CTRL 0xF010D104          ATOM0 Channel 2 Control Register
GTM_ATOM0_CH2_SR0 0xF010D108          ATOM0 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM0_CH2_SR1 0xF010D10C          ATOM0 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM0_CH2_CM0 0xF010D110          ATOM0 Channel 2 CCU0 Compare Register
GTM_ATOM0_CH2_CM1 0xF010D114          ATOM0 Channel 2 CCU1 Compare Register
GTM_ATOM0_CH2_CN0 0xF010D118          ATOM0 Channel 2 CCU0 Counter Register
GTM_ATOM0_CH2_STAT 0xF010D11C          ATOM0 Channel 2 Status Register
GTM_ATOM0_CH2_IRQ_NOTIFY 0xF010D120          ATOM0 Channel 2 Interrupt Notification Register
GTM_ATOM0_CH2_IRQ_EN 0xF010D124          ATOM0 Channel 2 Interrupt Enable Register
GTM_ATOM0_CH2_IRQ_FORCINT 0xF010D128          ATOM0 Channel 2 Software Interrupt Generation Register
GTM_ATOM0_CH2_IRQ_MODE 0xF010D12C          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH3_RDADDR 0xF010D180          ATOM0 Channel 3 ARU Read Address Register
GTM_ATOM0_CH3_CTRL 0xF010D184          ATOM0 Channel 3 Control Register
GTM_ATOM0_CH3_SR0 0xF010D188          ATOM0 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM0_CH3_SR1 0xF010D18C          ATOM0 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM0_CH3_CM0 0xF010D190          ATOM0 Channel 3 CCU0 Compare Register
GTM_ATOM0_CH3_CM1 0xF010D194          ATOM0 Channel 3 CCU1 Compare Register
GTM_ATOM0_CH3_CN0 0xF010D198          ATOM0 Channel 3 CCU0 Counter Register
GTM_ATOM0_CH3_STAT 0xF010D19C          ATOM0 Channel 3 Status Register
GTM_ATOM0_CH3_IRQ_NOTIFY 0xF010D1A0          ATOM0 Channel 3 Interrupt Notification Register
GTM_ATOM0_CH3_IRQ_EN 0xF010D1A4          ATOM0 Channel 3 Interrupt Enable Register
GTM_ATOM0_CH3_IRQ_FORCINT 0xF010D1A8          ATOM0 Channel 3 Software Interrupt Generation Register
GTM_ATOM0_CH3_IRQ_MODE 0xF010D1AC          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH4_RDADDR 0xF010D200          ATOM0 Channel 4 ARU Read Address Register
GTM_ATOM0_CH4_CTRL 0xF010D204          ATOM0 Channel 4 Control Register
GTM_ATOM0_CH4_SR0 0xF010D208          ATOM0 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM0_CH4_SR1 0xF010D20C          ATOM0 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM0_CH4_CM0 0xF010D210          ATOM0 Channel 4 CCU0 Compare Register
GTM_ATOM0_CH4_CM1 0xF010D214          ATOM0 Channel 4 CCU1 Compare Register
GTM_ATOM0_CH4_CN0 0xF010D218          ATOM0 Channel 4 CCU0 Counter Register
GTM_ATOM0_CH4_STAT 0xF010D21C          ATOM0 Channel 4 Status Register
GTM_ATOM0_CH4_IRQ_NOTIFY 0xF010D220          ATOM0 Channel 4 Interrupt Notification Register
GTM_ATOM0_CH4_IRQ_EN 0xF010D224          ATOM0 Channel 4 Interrupt Enable Register
GTM_ATOM0_CH4_IRQ_FORCINT 0xF010D228          ATOM0 Channel 4 Software Interrupt Generation Register
GTM_ATOM0_CH4_IRQ_MODE 0xF010D22C          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH5_RDADDR 0xF010D280          ATOM0 Channel 5 ARU Read Address Register
GTM_ATOM0_CH5_CTRL 0xF010D284          ATOM0 Channel 5 Control Register
GTM_ATOM0_CH5_SR0 0xF010D288          ATOM0 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM0_CH5_SR1 0xF010D28C          ATOM0 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM0_CH5_CM0 0xF010D290          ATOM0 Channel 5 CCU0 Compare Register
GTM_ATOM0_CH5_CM1 0xF010D294          ATOM0 Channel 5 CCU1 Compare Register
GTM_ATOM0_CH5_CN0 0xF010D298          ATOM0 Channel 5 CCU0 Counter Register
GTM_ATOM0_CH5_STAT 0xF010D29C          ATOM0 Channel 5 Status Register
GTM_ATOM0_CH5_IRQ_NOTIFY 0xF010D2A0          ATOM0 Channel 5 Interrupt Notification Register
GTM_ATOM0_CH5_IRQ_EN 0xF010D2A4          ATOM0 Channel 5 Interrupt Enable Register
GTM_ATOM0_CH5_IRQ_FORCINT 0xF010D2A8          ATOM0 Channel 5 Software Interrupt Generation Register
GTM_ATOM0_CH5_IRQ_MODE 0xF010D2AC          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH6_RDADDR 0xF010D300          ATOM0 Channel 6 ARU Read Address Register
GTM_ATOM0_CH6_CTRL 0xF010D304          ATOM0 Channel 6 Control Register
GTM_ATOM0_CH6_SR0 0xF010D308          ATOM0 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM0_CH6_SR1 0xF010D30C          ATOM0 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM0_CH6_CM0 0xF010D310          ATOM0 Channel 6 CCU0 Compare Register
GTM_ATOM0_CH6_CM1 0xF010D314          ATOM0 Channel 6 CCU1 Compare Register
GTM_ATOM0_CH6_CN0 0xF010D318          ATOM0 Channel 6 CCU0 Counter Register
GTM_ATOM0_CH6_STAT 0xF010D31C          ATOM0 Channel 6 Status Register
GTM_ATOM0_CH6_IRQ_NOTIFY 0xF010D320          ATOM0 Channel 6 Interrupt Notification Register
GTM_ATOM0_CH6_IRQ_EN 0xF010D324          ATOM0 Channel 6 Interrupt Enable Register
GTM_ATOM0_CH6_IRQ_FORCINT 0xF010D328          ATOM0 Channel 6 Software Interrupt Generation Register
GTM_ATOM0_CH6_IRQ_MODE 0xF010D32C          ATOM0 IRQ Mode Configuration Register
GTM_ATOM0_CH7_RDADDR 0xF010D380          ATOM0 Channel 7 ARU Read Address Register
GTM_ATOM0_CH7_CTRL 0xF010D384          ATOM0 Channel 7 Control Register
GTM_ATOM0_CH7_SR0 0xF010D388          ATOM0 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM0_CH7_SR1 0xF010D38C          ATOM0 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM0_CH7_CM0 0xF010D390          ATOM0 Channel 7 CCU0 Compare Register
GTM_ATOM0_CH7_CM1 0xF010D394          ATOM0 Channel 7 CCU1 Compare Register
GTM_ATOM0_CH7_CN0 0xF010D398          ATOM0 Channel 7 CCU0 Counter Register
GTM_ATOM0_CH7_STAT 0xF010D39C          ATOM0 Channel 7 Status Register
GTM_ATOM0_CH7_IRQ_NOTIFY 0xF010D3A0          ATOM0 Channel 7 Interrupt Notification Register
GTM_ATOM0_CH7_IRQ_EN 0xF010D3A4          ATOM0 Channel 7 Interrupt Enable Register
GTM_ATOM0_CH7_IRQ_FORCINT 0xF010D3A8          ATOM0 Channel 7 Software Interrupt Generation Register
GTM_ATOM0_CH7_IRQ_MODE 0xF010D3AC          ATOM0 IRQ Mode Configuration Register
GTM_ATOM1_CH0_RDADDR 0xF010D800          ATOM1 Channel 0 ARU Read Address Register
GTM_ATOM1_CH0_CTRL 0xF010D804          ATOM1 Channel 0 Control Register
GTM_ATOM1_CH0_SR0 0xF010D808          ATOM1 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM1_CH0_SR1 0xF010D80C          ATOM1 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM1_CH0_CM0 0xF010D810          ATOM1 Channel 0 CCU0 Compare Register
GTM_ATOM1_CH0_CM1 0xF010D814          ATOM1 Channel 0 CCU1 Compare Register
GTM_ATOM1_CH0_CN0 0xF010D818          ATOM1 Channel 0 CCU0 Counter Register
GTM_ATOM1_CH0_STAT 0xF010D81C          ATOM1 Channel 0 Status Register
GTM_ATOM1_CH0_IRQ_NOTIFY 0xF010D820          ATOM1 Channel 0 Interrupt Notification Register
GTM_ATOM1_CH0_IRQ_EN 0xF010D824          ATOM1 Channel 0 Interrupt Enable Register
GTM_ATOM1_CH0_IRQ_FORCINT 0xF010D828          ATOM1 Channel 0 Software Interrupt Generation Register
GTM_ATOM1_CH0_IRQ_MODE 0xF010D82C          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_AGC_GLB_CTRL 0xF010D840          ATOM1 AGC Global control register
GTM_ATOM1_AGC_ENDIS_CTRL 0xF010D844          ATOM1 AGC Enable/Disable Control Register
GTM_ATOM1_AGC_ENDIS_STAT 0xF010D848          ATOM1 AGC Enable/Disable Status Register
GTM_ATOM1_AGC_ACT_TB 0xF010D84C          TOM1 TGC0 Action Time Base Register
GTM_ATOM1_AGC_OUTEN_CTRL 0xF010D850          ATOM1 AGC Output Enable Control Register
GTM_ATOM1_AGC_OUTEN_STAT 0xF010D854          ATOM1 AGC Output Enable Status Register
GTM_ATOM1_AGC_FUPD_CTRL 0xF010D858          ATOM1 AGC Force Update Control Register
GTM_ATOM1_AGC_INT_TRIG 0xF010D85C          ATOM1 AGC Internal Trigger Control Register
GTM_ATOM1_CH1_RDADDR 0xF010D880          ATOM1 Channel 1 ARU Read Address Register
GTM_ATOM1_CH1_CTRL 0xF010D884          ATOM1 Channel 1 Control Register
GTM_ATOM1_CH1_SR0 0xF010D888          ATOM1 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM1_CH1_SR1 0xF010D88C          ATOM1 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM1_CH1_CM0 0xF010D890          ATOM1 Channel 1 CCU0 Compare Register
GTM_ATOM1_CH1_CM1 0xF010D894          ATOM1 Channel 1 CCU1 Compare Register
GTM_ATOM1_CH1_CN0 0xF010D898          ATOM1 Channel 1 CCU0 Counter Register
GTM_ATOM1_CH1_STAT 0xF010D89C          ATOM1 Channel 1 Status Register
GTM_ATOM1_CH1_IRQ_NOTIFY 0xF010D8A0          ATOM1 Channel 1 Interrupt Notification Register
GTM_ATOM1_CH1_IRQ_EN 0xF010D8A4          ATOM1 Channel 1 Interrupt Enable Register
GTM_ATOM1_CH1_IRQ_FORCINT 0xF010D8A8          ATOM1 Channel 1 Software Interrupt Generation Register
GTM_ATOM1_CH1_IRQ_MODE 0xF010D8AC          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH2_RDADDR 0xF010D900          ATOM1 Channel 2 ARU Read Address Register
GTM_ATOM1_CH2_CTRL 0xF010D904          ATOM1 Channel 2 Control Register
GTM_ATOM1_CH2_SR0 0xF010D908          ATOM1 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM1_CH2_SR1 0xF010D90C          ATOM1 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM1_CH2_CM0 0xF010D910          ATOM1 Channel 2 CCU0 Compare Register
GTM_ATOM1_CH2_CM1 0xF010D914          ATOM1 Channel 2 CCU1 Compare Register
GTM_ATOM1_CH2_CN0 0xF010D918          ATOM1 Channel 2 CCU0 Counter Register
GTM_ATOM1_CH2_STAT 0xF010D91C          ATOM1 Channel 2 Status Register
GTM_ATOM1_CH2_IRQ_NOTIFY 0xF010D920          ATOM1 Channel 2 Interrupt Notification Register
GTM_ATOM1_CH2_IRQ_EN 0xF010D924          ATOM1 Channel 2 Interrupt Enable Register
GTM_ATOM1_CH2_IRQ_FORCINT 0xF010D928          ATOM1 Channel 2 Software Interrupt Generation Register
GTM_ATOM1_CH2_IRQ_MODE 0xF010D92C          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH3_RDADDR 0xF010D980          ATOM1 Channel 3 ARU Read Address Register
GTM_ATOM1_CH3_CTRL 0xF010D984          ATOM1 Channel 3 Control Register
GTM_ATOM1_CH3_SR0 0xF010D988          ATOM1 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM1_CH3_SR1 0xF010D98C          ATOM1 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM1_CH3_CM0 0xF010D990          ATOM1 Channel 3 CCU0 Compare Register
GTM_ATOM1_CH3_CM1 0xF010D994          ATOM1 Channel 3 CCU1 Compare Register
GTM_ATOM1_CH3_CN0 0xF010D998          ATOM1 Channel 3 CCU0 Counter Register
GTM_ATOM1_CH3_STAT 0xF010D99C          ATOM1 Channel 3 Status Register
GTM_ATOM1_CH3_IRQ_NOTIFY 0xF010D9A0          ATOM1 Channel 3 Interrupt Notification Register
GTM_ATOM1_CH3_IRQ_EN 0xF010D9A4          ATOM1 Channel 3 Interrupt Enable Register
GTM_ATOM1_CH3_IRQ_FORCINT 0xF010D9A8          ATOM1 Channel 3 Software Interrupt Generation Register
GTM_ATOM1_CH3_IRQ_MODE 0xF010D9AC          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH4_RDADDR 0xF010DA00          ATOM1 Channel 4 ARU Read Address Register
GTM_ATOM1_CH4_CTRL 0xF010DA04          ATOM1 Channel 4 Control Register
GTM_ATOM1_CH4_SR0 0xF010DA08          ATOM1 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM1_CH4_SR1 0xF010DA0C          ATOM1 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM1_CH4_CM0 0xF010DA10          ATOM1 Channel 4 CCU0 Compare Register
GTM_ATOM1_CH4_CM1 0xF010DA14          ATOM1 Channel 4 CCU1 Compare Register
GTM_ATOM1_CH4_CN0 0xF010DA18          ATOM1 Channel 4 CCU0 Counter Register
GTM_ATOM1_CH4_STAT 0xF010DA1C          ATOM1 Channel 4 Status Register
GTM_ATOM1_CH4_IRQ_NOTIFY 0xF010DA20          ATOM1 Channel 4 Interrupt Notification Register
GTM_ATOM1_CH4_IRQ_EN 0xF010DA24          ATOM1 Channel 4 Interrupt Enable Register
GTM_ATOM1_CH4_IRQ_FORCINT 0xF010DA28          ATOM1 Channel 4 Software Interrupt Generation Register
GTM_ATOM1_CH4_IRQ_MODE 0xF010DA2C          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH5_RDADDR 0xF010DA80          ATOM1 Channel 5 ARU Read Address Register
GTM_ATOM1_CH5_CTRL 0xF010DA84          ATOM1 Channel 5 Control Register
GTM_ATOM1_CH5_SR0 0xF010DA88          ATOM1 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM1_CH5_SR1 0xF010DA8C          ATOM1 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM1_CH5_CM0 0xF010DA90          ATOM1 Channel 5 CCU0 Compare Register
GTM_ATOM1_CH5_CM1 0xF010DA94          ATOM1 Channel 5 CCU1 Compare Register
GTM_ATOM1_CH5_CN0 0xF010DA98          ATOM1 Channel 5 CCU0 Counter Register
GTM_ATOM1_CH5_STAT 0xF010DA9C          ATOM1 Channel 5 Status Register
GTM_ATOM1_CH5_IRQ_NOTIFY 0xF010DAA0          ATOM1 Channel 5 Interrupt Notification Register
GTM_ATOM1_CH5_IRQ_EN 0xF010DAA4          ATOM1 Channel 5 Interrupt Enable Register
GTM_ATOM1_CH5_IRQ_FORCINT 0xF010DAA8          ATOM1 Channel 5 Software Interrupt Generation Register
GTM_ATOM1_CH5_IRQ_MODE 0xF010DAAC          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH6_RDADDR 0xF010DB00          ATOM1 Channel 6 ARU Read Address Register
GTM_ATOM1_CH6_CTRL 0xF010DB04          ATOM1 Channel 6 Control Register
GTM_ATOM1_CH6_SR0 0xF010DB08          ATOM1 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM1_CH6_SR1 0xF010DB0C          ATOM1 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM1_CH6_CM0 0xF010DB10          ATOM1 Channel 6 CCU0 Compare Register
GTM_ATOM1_CH6_CM1 0xF010DB14          ATOM1 Channel 6 CCU1 Compare Register
GTM_ATOM1_CH6_CN0 0xF010DB18          ATOM1 Channel 6 CCU0 Counter Register
GTM_ATOM1_CH6_STAT 0xF010DB1C          ATOM1 Channel 6 Status Register
GTM_ATOM1_CH6_IRQ_NOTIFY 0xF010DB20          ATOM1 Channel 6 Interrupt Notification Register
GTM_ATOM1_CH6_IRQ_EN 0xF010DB24          ATOM1 Channel 6 Interrupt Enable Register
GTM_ATOM1_CH6_IRQ_FORCINT 0xF010DB28          ATOM1 Channel 6 Software Interrupt Generation Register
GTM_ATOM1_CH6_IRQ_MODE 0xF010DB2C          ATOM1 IRQ Mode Configuration Register
GTM_ATOM1_CH7_RDADDR 0xF010DB80          ATOM1 Channel 7 ARU Read Address Register
GTM_ATOM1_CH7_CTRL 0xF010DB84          ATOM1 Channel 7 Control Register
GTM_ATOM1_CH7_SR0 0xF010DB88          ATOM1 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM1_CH7_SR1 0xF010DB8C          ATOM1 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM1_CH7_CM0 0xF010DB90          ATOM1 Channel 7 CCU0 Compare Register
GTM_ATOM1_CH7_CM1 0xF010DB94          ATOM1 Channel 7 CCU1 Compare Register
GTM_ATOM1_CH7_CN0 0xF010DB98          ATOM1 Channel 7 CCU0 Counter Register
GTM_ATOM1_CH7_STAT 0xF010DB9C          ATOM1 Channel 7 Status Register
GTM_ATOM1_CH7_IRQ_NOTIFY 0xF010DBA0          ATOM1 Channel 7 Interrupt Notification Register
GTM_ATOM1_CH7_IRQ_EN 0xF010DBA4          ATOM1 Channel 7 Interrupt Enable Register
GTM_ATOM1_CH7_IRQ_FORCINT 0xF010DBA8          ATOM1 Channel 7 Software Interrupt Generation Register
GTM_ATOM1_CH7_IRQ_MODE 0xF010DBAC          ATOM1 IRQ Mode Configuration Register
GTM_ATOM2_CH0_RDADDR 0xF010E000          ATOM2 Channel 0 ARU Read Address Register
GTM_ATOM2_CH0_CTRL 0xF010E004          ATOM2 Channel 0 Control Register
GTM_ATOM2_CH0_SR0 0xF010E008          ATOM2 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM2_CH0_SR1 0xF010E00C          ATOM2 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM2_CH0_CM0 0xF010E010          ATOM2 Channel 0 CCU0 Compare Register
GTM_ATOM2_CH0_CM1 0xF010E014          ATOM2 Channel 0 CCU1 Compare Register
GTM_ATOM2_CH0_CN0 0xF010E018          ATOM2 Channel 0 CCU0 Counter Register
GTM_ATOM2_CH0_STAT 0xF010E01C          ATOM2 Channel 0 Status Register
GTM_ATOM2_CH0_IRQ_NOTIFY 0xF010E020          ATOM2 Channel 0 Interrupt Notification Register
GTM_ATOM2_CH0_IRQ_EN 0xF010E024          ATOM2 Channel 0 Interrupt Enable Register
GTM_ATOM2_CH0_IRQ_FORCINT 0xF010E028          ATOM2 Channel 0 Software Interrupt Generation Register
GTM_ATOM2_CH0_IRQ_MODE 0xF010E02C          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_AGC_GLB_CTRL 0xF010E040          ATOM2 AGC Global control register
GTM_ATOM2_AGC_ENDIS_CTRL 0xF010E044          ATOM2 AGC Enable/Disable Control Register
GTM_ATOM2_AGC_ENDIS_STAT 0xF010E048          ATOM2 AGC Enable/Disable Status Register
GTM_ATOM2_AGC_ACT_TB 0xF010E04C          TOM2 TGC0 Action Time Base Register
GTM_ATOM2_AGC_OUTEN_CTRL 0xF010E050          ATOM2 AGC Output Enable Control Register
GTM_ATOM2_AGC_OUTEN_STAT 0xF010E054          ATOM2 AGC Output Enable Status Register
GTM_ATOM2_AGC_FUPD_CTRL 0xF010E058          ATOM2 AGC Force Update Control Register
GTM_ATOM2_AGC_INT_TRIG 0xF010E05C          ATOM2 AGC Internal Trigger Control Register
GTM_ATOM2_CH1_RDADDR 0xF010E080          ATOM2 Channel 1 ARU Read Address Register
GTM_ATOM2_CH1_CTRL 0xF010E084          ATOM2 Channel 1 Control Register
GTM_ATOM2_CH1_SR0 0xF010E088          ATOM2 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM2_CH1_SR1 0xF010E08C          ATOM2 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM2_CH1_CM0 0xF010E090          ATOM2 Channel 1 CCU0 Compare Register
GTM_ATOM2_CH1_CM1 0xF010E094          ATOM2 Channel 1 CCU1 Compare Register
GTM_ATOM2_CH1_CN0 0xF010E098          ATOM2 Channel 1 CCU0 Counter Register
GTM_ATOM2_CH1_STAT 0xF010E09C          ATOM2 Channel 1 Status Register
GTM_ATOM2_CH1_IRQ_NOTIFY 0xF010E0A0          ATOM2 Channel 1 Interrupt Notification Register
GTM_ATOM2_CH1_IRQ_EN 0xF010E0A4          ATOM2 Channel 1 Interrupt Enable Register
GTM_ATOM2_CH1_IRQ_FORCINT 0xF010E0A8          ATOM2 Channel 1 Software Interrupt Generation Register
GTM_ATOM2_CH1_IRQ_MODE 0xF010E0AC          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH2_RDADDR 0xF010E100          ATOM2 Channel 2 ARU Read Address Register
GTM_ATOM2_CH2_CTRL 0xF010E104          ATOM2 Channel 2 Control Register
GTM_ATOM2_CH2_SR0 0xF010E108          ATOM2 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM2_CH2_SR1 0xF010E10C          ATOM2 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM2_CH2_CM0 0xF010E110          ATOM2 Channel 2 CCU0 Compare Register
GTM_ATOM2_CH2_CM1 0xF010E114          ATOM2 Channel 2 CCU1 Compare Register
GTM_ATOM2_CH2_CN0 0xF010E118          ATOM2 Channel 2 CCU0 Counter Register
GTM_ATOM2_CH2_STAT 0xF010E11C          ATOM2 Channel 2 Status Register
GTM_ATOM2_CH2_IRQ_NOTIFY 0xF010E120          ATOM2 Channel 2 Interrupt Notification Register
GTM_ATOM2_CH2_IRQ_EN 0xF010E124          ATOM2 Channel 2 Interrupt Enable Register
GTM_ATOM2_CH2_IRQ_FORCINT 0xF010E128          ATOM2 Channel 2 Software Interrupt Generation Register
GTM_ATOM2_CH2_IRQ_MODE 0xF010E12C          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH3_RDADDR 0xF010E180          ATOM2 Channel 3 ARU Read Address Register
GTM_ATOM2_CH3_CTRL 0xF010E184          ATOM2 Channel 3 Control Register
GTM_ATOM2_CH3_SR0 0xF010E188          ATOM2 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM2_CH3_SR1 0xF010E18C          ATOM2 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM2_CH3_CM0 0xF010E190          ATOM2 Channel 3 CCU0 Compare Register
GTM_ATOM2_CH3_CM1 0xF010E194          ATOM2 Channel 3 CCU1 Compare Register
GTM_ATOM2_CH3_CN0 0xF010E198          ATOM2 Channel 3 CCU0 Counter Register
GTM_ATOM2_CH3_STAT 0xF010E19C          ATOM2 Channel 3 Status Register
GTM_ATOM2_CH3_IRQ_NOTIFY 0xF010E1A0          ATOM2 Channel 3 Interrupt Notification Register
GTM_ATOM2_CH3_IRQ_EN 0xF010E1A4          ATOM2 Channel 3 Interrupt Enable Register
GTM_ATOM2_CH3_IRQ_FORCINT 0xF010E1A8          ATOM2 Channel 3 Software Interrupt Generation Register
GTM_ATOM2_CH3_IRQ_MODE 0xF010E1AC          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH4_RDADDR 0xF010E200          ATOM2 Channel 4 ARU Read Address Register
GTM_ATOM2_CH4_CTRL 0xF010E204          ATOM2 Channel 4 Control Register
GTM_ATOM2_CH4_SR0 0xF010E208          ATOM2 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM2_CH4_SR1 0xF010E20C          ATOM2 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM2_CH4_CM0 0xF010E210          ATOM2 Channel 4 CCU0 Compare Register
GTM_ATOM2_CH4_CM1 0xF010E214          ATOM2 Channel 4 CCU1 Compare Register
GTM_ATOM2_CH4_CN0 0xF010E218          ATOM2 Channel 4 CCU0 Counter Register
GTM_ATOM2_CH4_STAT 0xF010E21C          ATOM2 Channel 4 Status Register
GTM_ATOM2_CH4_IRQ_NOTIFY 0xF010E220          ATOM2 Channel 4 Interrupt Notification Register
GTM_ATOM2_CH4_IRQ_EN 0xF010E224          ATOM2 Channel 4 Interrupt Enable Register
GTM_ATOM2_CH4_IRQ_FORCINT 0xF010E228          ATOM2 Channel 4 Software Interrupt Generation Register
GTM_ATOM2_CH4_IRQ_MODE 0xF010E22C          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH5_RDADDR 0xF010E280          ATOM2 Channel 5 ARU Read Address Register
GTM_ATOM2_CH5_CTRL 0xF010E284          ATOM2 Channel 5 Control Register
GTM_ATOM2_CH5_SR0 0xF010E288          ATOM2 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM2_CH5_SR1 0xF010E28C          ATOM2 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM2_CH5_CM0 0xF010E290          ATOM2 Channel 5 CCU0 Compare Register
GTM_ATOM2_CH5_CM1 0xF010E294          ATOM2 Channel 5 CCU1 Compare Register
GTM_ATOM2_CH5_CN0 0xF010E298          ATOM2 Channel 5 CCU0 Counter Register
GTM_ATOM2_CH5_STAT 0xF010E29C          ATOM2 Channel 5 Status Register
GTM_ATOM2_CH5_IRQ_NOTIFY 0xF010E2A0          ATOM2 Channel 5 Interrupt Notification Register
GTM_ATOM2_CH5_IRQ_EN 0xF010E2A4          ATOM2 Channel 5 Interrupt Enable Register
GTM_ATOM2_CH5_IRQ_FORCINT 0xF010E2A8          ATOM2 Channel 5 Software Interrupt Generation Register
GTM_ATOM2_CH5_IRQ_MODE 0xF010E2AC          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH6_RDADDR 0xF010E300          ATOM2 Channel 6 ARU Read Address Register
GTM_ATOM2_CH6_CTRL 0xF010E304          ATOM2 Channel 6 Control Register
GTM_ATOM2_CH6_SR0 0xF010E308          ATOM2 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM2_CH6_SR1 0xF010E30C          ATOM2 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM2_CH6_CM0 0xF010E310          ATOM2 Channel 6 CCU0 Compare Register
GTM_ATOM2_CH6_CM1 0xF010E314          ATOM2 Channel 6 CCU1 Compare Register
GTM_ATOM2_CH6_CN0 0xF010E318          ATOM2 Channel 6 CCU0 Counter Register
GTM_ATOM2_CH6_STAT 0xF010E31C          ATOM2 Channel 6 Status Register
GTM_ATOM2_CH6_IRQ_NOTIFY 0xF010E320          ATOM2 Channel 6 Interrupt Notification Register
GTM_ATOM2_CH6_IRQ_EN 0xF010E324          ATOM2 Channel 6 Interrupt Enable Register
GTM_ATOM2_CH6_IRQ_FORCINT 0xF010E328          ATOM2 Channel 6 Software Interrupt Generation Register
GTM_ATOM2_CH6_IRQ_MODE 0xF010E32C          ATOM2 IRQ Mode Configuration Register
GTM_ATOM2_CH7_RDADDR 0xF010E380          ATOM2 Channel 7 ARU Read Address Register
GTM_ATOM2_CH7_CTRL 0xF010E384          ATOM2 Channel 7 Control Register
GTM_ATOM2_CH7_SR0 0xF010E388          ATOM2 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM2_CH7_SR1 0xF010E38C          ATOM2 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM2_CH7_CM0 0xF010E390          ATOM2 Channel 7 CCU0 Compare Register
GTM_ATOM2_CH7_CM1 0xF010E394          ATOM2 Channel 7 CCU1 Compare Register
GTM_ATOM2_CH7_CN0 0xF010E398          ATOM2 Channel 7 CCU0 Counter Register
GTM_ATOM2_CH7_STAT 0xF010E39C          ATOM2 Channel 7 Status Register
GTM_ATOM2_CH7_IRQ_NOTIFY 0xF010E3A0          ATOM2 Channel 7 Interrupt Notification Register
GTM_ATOM2_CH7_IRQ_EN 0xF010E3A4          ATOM2 Channel 7 Interrupt Enable Register
GTM_ATOM2_CH7_IRQ_FORCINT 0xF010E3A8          ATOM2 Channel 7 Software Interrupt Generation Register
GTM_ATOM2_CH7_IRQ_MODE 0xF010E3AC          ATOM2 IRQ Mode Configuration Register
GTM_ATOM3_CH0_RDADDR 0xF010E800          ATOM3 Channel 0 ARU Read Address Register
GTM_ATOM3_CH0_CTRL 0xF010E804          ATOM3 Channel 0 Control Register
GTM_ATOM3_CH0_SR0 0xF010E808          ATOM3 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM3_CH0_SR1 0xF010E80C          ATOM3 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM3_CH0_CM0 0xF010E810          ATOM3 Channel 0 CCU0 Compare Register
GTM_ATOM3_CH0_CM1 0xF010E814          ATOM3 Channel 0 CCU1 Compare Register
GTM_ATOM3_CH0_CN0 0xF010E818          ATOM3 Channel 0 CCU0 Counter Register
GTM_ATOM3_CH0_STAT 0xF010E81C          ATOM3 Channel 0 Status Register
GTM_ATOM3_CH0_IRQ_NOTIFY 0xF010E820          ATOM3 Channel 0 Interrupt Notification Register
GTM_ATOM3_CH0_IRQ_EN 0xF010E824          ATOM3 Channel 0 Interrupt Enable Register
GTM_ATOM3_CH0_IRQ_FORCINT 0xF010E828          ATOM3 Channel 0 Software Interrupt Generation Register
GTM_ATOM3_CH0_IRQ_MODE 0xF010E82C          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_AGC_GLB_CTRL 0xF010E840          ATOM3 AGC Global control register
GTM_ATOM3_AGC_ENDIS_CTRL 0xF010E844          ATOM3 AGC Enable/Disable Control Register
GTM_ATOM3_AGC_ENDIS_STAT 0xF010E848          ATOM3 AGC Enable/Disable Status Register
GTM_ATOM3_AGC_ACT_TB 0xF010E84C          TOM3 TGC0 Action Time Base Register
GTM_ATOM3_AGC_OUTEN_CTRL 0xF010E850          ATOM3 AGC Output Enable Control Register
GTM_ATOM3_AGC_OUTEN_STAT 0xF010E854          ATOM3 AGC Output Enable Status Register
GTM_ATOM3_AGC_FUPD_CTRL 0xF010E858          ATOM3 AGC Force Update Control Register
GTM_ATOM3_AGC_INT_TRIG 0xF010E85C          ATOM3 AGC Internal Trigger Control Register
GTM_ATOM3_CH1_RDADDR 0xF010E880          ATOM3 Channel 1 ARU Read Address Register
GTM_ATOM3_CH1_CTRL 0xF010E884          ATOM3 Channel 1 Control Register
GTM_ATOM3_CH1_SR0 0xF010E888          ATOM3 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM3_CH1_SR1 0xF010E88C          ATOM3 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM3_CH1_CM0 0xF010E890          ATOM3 Channel 1 CCU0 Compare Register
GTM_ATOM3_CH1_CM1 0xF010E894          ATOM3 Channel 1 CCU1 Compare Register
GTM_ATOM3_CH1_CN0 0xF010E898          ATOM3 Channel 1 CCU0 Counter Register
GTM_ATOM3_CH1_STAT 0xF010E89C          ATOM3 Channel 1 Status Register
GTM_ATOM3_CH1_IRQ_NOTIFY 0xF010E8A0          ATOM3 Channel 1 Interrupt Notification Register
GTM_ATOM3_CH1_IRQ_EN 0xF010E8A4          ATOM3 Channel 1 Interrupt Enable Register
GTM_ATOM3_CH1_IRQ_FORCINT 0xF010E8A8          ATOM3 Channel 1 Software Interrupt Generation Register
GTM_ATOM3_CH1_IRQ_MODE 0xF010E8AC          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH2_RDADDR 0xF010E900          ATOM3 Channel 2 ARU Read Address Register
GTM_ATOM3_CH2_CTRL 0xF010E904          ATOM3 Channel 2 Control Register
GTM_ATOM3_CH2_SR0 0xF010E908          ATOM3 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM3_CH2_SR1 0xF010E90C          ATOM3 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM3_CH2_CM0 0xF010E910          ATOM3 Channel 2 CCU0 Compare Register
GTM_ATOM3_CH2_CM1 0xF010E914          ATOM3 Channel 2 CCU1 Compare Register
GTM_ATOM3_CH2_CN0 0xF010E918          ATOM3 Channel 2 CCU0 Counter Register
GTM_ATOM3_CH2_STAT 0xF010E91C          ATOM3 Channel 2 Status Register
GTM_ATOM3_CH2_IRQ_NOTIFY 0xF010E920          ATOM3 Channel 2 Interrupt Notification Register
GTM_ATOM3_CH2_IRQ_EN 0xF010E924          ATOM3 Channel 2 Interrupt Enable Register
GTM_ATOM3_CH2_IRQ_FORCINT 0xF010E928          ATOM3 Channel 2 Software Interrupt Generation Register
GTM_ATOM3_CH2_IRQ_MODE 0xF010E92C          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH3_RDADDR 0xF010E980          ATOM3 Channel 3 ARU Read Address Register
GTM_ATOM3_CH3_CTRL 0xF010E984          ATOM3 Channel 3 Control Register
GTM_ATOM3_CH3_SR0 0xF010E988          ATOM3 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM3_CH3_SR1 0xF010E98C          ATOM3 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM3_CH3_CM0 0xF010E990          ATOM3 Channel 3 CCU0 Compare Register
GTM_ATOM3_CH3_CM1 0xF010E994          ATOM3 Channel 3 CCU1 Compare Register
GTM_ATOM3_CH3_CN0 0xF010E998          ATOM3 Channel 3 CCU0 Counter Register
GTM_ATOM3_CH3_STAT 0xF010E99C          ATOM3 Channel 3 Status Register
GTM_ATOM3_CH3_IRQ_NOTIFY 0xF010E9A0          ATOM3 Channel 3 Interrupt Notification Register
GTM_ATOM3_CH3_IRQ_EN 0xF010E9A4          ATOM3 Channel 3 Interrupt Enable Register
GTM_ATOM3_CH3_IRQ_FORCINT 0xF010E9A8          ATOM3 Channel 3 Software Interrupt Generation Register
GTM_ATOM3_CH3_IRQ_MODE 0xF010E9AC          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH4_RDADDR 0xF010EA00          ATOM3 Channel 4 ARU Read Address Register
GTM_ATOM3_CH4_CTRL 0xF010EA04          ATOM3 Channel 4 Control Register
GTM_ATOM3_CH4_SR0 0xF010EA08          ATOM3 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM3_CH4_SR1 0xF010EA0C          ATOM3 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM3_CH4_CM0 0xF010EA10          ATOM3 Channel 4 CCU0 Compare Register
GTM_ATOM3_CH4_CM1 0xF010EA14          ATOM3 Channel 4 CCU1 Compare Register
GTM_ATOM3_CH4_CN0 0xF010EA18          ATOM3 Channel 4 CCU0 Counter Register
GTM_ATOM3_CH4_STAT 0xF010EA1C          ATOM3 Channel 4 Status Register
GTM_ATOM3_CH4_IRQ_NOTIFY 0xF010EA20          ATOM3 Channel 4 Interrupt Notification Register
GTM_ATOM3_CH4_IRQ_EN 0xF010EA24          ATOM3 Channel 4 Interrupt Enable Register
GTM_ATOM3_CH4_IRQ_FORCINT 0xF010EA28          ATOM3 Channel 4 Software Interrupt Generation Register
GTM_ATOM3_CH4_IRQ_MODE 0xF010EA2C          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH5_RDADDR 0xF010EA80          ATOM3 Channel 5 ARU Read Address Register
GTM_ATOM3_CH5_CTRL 0xF010EA84          ATOM3 Channel 5 Control Register
GTM_ATOM3_CH5_SR0 0xF010EA88          ATOM3 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM3_CH5_SR1 0xF010EA8C          ATOM3 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM3_CH5_CM0 0xF010EA90          ATOM3 Channel 5 CCU0 Compare Register
GTM_ATOM3_CH5_CM1 0xF010EA94          ATOM3 Channel 5 CCU1 Compare Register
GTM_ATOM3_CH5_CN0 0xF010EA98          ATOM3 Channel 5 CCU0 Counter Register
GTM_ATOM3_CH5_STAT 0xF010EA9C          ATOM3 Channel 5 Status Register
GTM_ATOM3_CH5_IRQ_NOTIFY 0xF010EAA0          ATOM3 Channel 5 Interrupt Notification Register
GTM_ATOM3_CH5_IRQ_EN 0xF010EAA4          ATOM3 Channel 5 Interrupt Enable Register
GTM_ATOM3_CH5_IRQ_FORCINT 0xF010EAA8          ATOM3 Channel 5 Software Interrupt Generation Register
GTM_ATOM3_CH5_IRQ_MODE 0xF010EAAC          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH6_RDADDR 0xF010EB00          ATOM3 Channel 6 ARU Read Address Register
GTM_ATOM3_CH6_CTRL 0xF010EB04          ATOM3 Channel 6 Control Register
GTM_ATOM3_CH6_SR0 0xF010EB08          ATOM3 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM3_CH6_SR1 0xF010EB0C          ATOM3 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM3_CH6_CM0 0xF010EB10          ATOM3 Channel 6 CCU0 Compare Register
GTM_ATOM3_CH6_CM1 0xF010EB14          ATOM3 Channel 6 CCU1 Compare Register
GTM_ATOM3_CH6_CN0 0xF010EB18          ATOM3 Channel 6 CCU0 Counter Register
GTM_ATOM3_CH6_STAT 0xF010EB1C          ATOM3 Channel 6 Status Register
GTM_ATOM3_CH6_IRQ_NOTIFY 0xF010EB20          ATOM3 Channel 6 Interrupt Notification Register
GTM_ATOM3_CH6_IRQ_EN 0xF010EB24          ATOM3 Channel 6 Interrupt Enable Register
GTM_ATOM3_CH6_IRQ_FORCINT 0xF010EB28          ATOM3 Channel 6 Software Interrupt Generation Register
GTM_ATOM3_CH6_IRQ_MODE 0xF010EB2C          ATOM3 IRQ Mode Configuration Register
GTM_ATOM3_CH7_RDADDR 0xF010EB80          ATOM3 Channel 7 ARU Read Address Register
GTM_ATOM3_CH7_CTRL 0xF010EB84          ATOM3 Channel 7 Control Register
GTM_ATOM3_CH7_SR0 0xF010EB88          ATOM3 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM3_CH7_SR1 0xF010EB8C          ATOM3 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM3_CH7_CM0 0xF010EB90          ATOM3 Channel 7 CCU0 Compare Register
GTM_ATOM3_CH7_CM1 0xF010EB94          ATOM3 Channel 7 CCU1 Compare Register
GTM_ATOM3_CH7_CN0 0xF010EB98          ATOM3 Channel 7 CCU0 Counter Register
GTM_ATOM3_CH7_STAT 0xF010EB9C          ATOM3 Channel 7 Status Register
GTM_ATOM3_CH7_IRQ_NOTIFY 0xF010EBA0          ATOM3 Channel 7 Interrupt Notification Register
GTM_ATOM3_CH7_IRQ_EN 0xF010EBA4          ATOM3 Channel 7 Interrupt Enable Register
GTM_ATOM3_CH7_IRQ_FORCINT 0xF010EBA8          ATOM3 Channel 7 Software Interrupt Generation Register
GTM_ATOM3_CH7_IRQ_MODE 0xF010EBAC          ATOM3 IRQ Mode Configuration Register
GTM_ATOM4_CH0_RDADDR 0xF010F000          ATOM4 Channel 0 ARU Read Address Register
GTM_ATOM4_CH0_CTRL 0xF010F004          ATOM4 Channel 0 Control Register
GTM_ATOM4_CH0_SR0 0xF010F008          ATOM4 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM4_CH0_SR1 0xF010F00C          ATOM4 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM4_CH0_CM0 0xF010F010          ATOM4 Channel 0 CCU0 Compare Register
GTM_ATOM4_CH0_CM1 0xF010F014          ATOM4 Channel 0 CCU1 Compare Register
GTM_ATOM4_CH0_CN0 0xF010F018          ATOM4 Channel 0 CCU0 Counter Register
GTM_ATOM4_CH0_STAT 0xF010F01C          ATOM4 Channel 0 Status Register
GTM_ATOM4_CH0_IRQ_NOTIFY 0xF010F020          ATOM4 Channel 0 Interrupt Notification Register
GTM_ATOM4_CH0_IRQ_EN 0xF010F024          ATOM4 Channel 0 Interrupt Enable Register
GTM_ATOM4_CH0_IRQ_FORCINT 0xF010F028          ATOM4 Channel 0 Software Interrupt Generation Register
GTM_ATOM4_CH0_IRQ_MODE 0xF010F02C          ATOM4 IRQ Mode Configuration Register
GTM_ATOM4_AGC_GLB_CTRL 0xF010F040          ATOM4 AGC Global control register
GTM_ATOM4_AGC_ENDIS_CTRL 0xF010F044          ATOM4 AGC Enable/Disable Control Register
GTM_ATOM4_AGC_ENDIS_STAT 0xF010F048          ATOM4 AGC Enable/Disable Status Register
GTM_ATOM4_AGC_ACT_TB 0xF010F04C          TOM4 TGC0 Action Time Base Register
GTM_ATOM4_AGC_OUTEN_CTRL 0xF010F050          ATOM4 AGC Output Enable Control Register
GTM_ATOM4_AGC_OUTEN_STAT 0xF010F054          ATOM4 AGC Output Enable Status Register
GTM_ATOM4_AGC_FUPD_CTRL 0xF010F058          ATOM4 AGC Force Update Control Register
GTM_ATOM4_AGC_INT_TRIG 0xF010F05C          ATOM4 AGC Internal Trigger Control Register
GTM_ATOM4_CH1_RDADDR 0xF010F080          ATOM4 Channel 1 ARU Read Address Register
GTM_ATOM4_CH1_CTRL 0xF010F084          ATOM4 Channel 1 Control Register
GTM_ATOM4_CH1_SR0 0xF010F088          ATOM4 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM4_CH1_SR1 0xF010F08C          ATOM4 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM4_CH1_CM0 0xF010F090          ATOM4 Channel 1 CCU0 Compare Register
GTM_ATOM4_CH1_CM1 0xF010F094          ATOM4 Channel 1 CCU1 Compare Register
GTM_ATOM4_CH1_CN0 0xF010F098          ATOM4 Channel 1 CCU0 Counter Register
GTM_ATOM4_CH1_STAT 0xF010F09C          ATOM4 Channel 1 Status Register
GTM_ATOM4_CH1_IRQ_NOTIFY 0xF010F0A0          ATOM4 Channel 1 Interrupt Notification Register
GTM_ATOM4_CH1_IRQ_EN 0xF010F0A4          ATOM4 Channel 1 Interrupt Enable Register
GTM_ATOM4_CH1_IRQ_FORCINT 0xF010F0A8          ATOM4 Channel 1 Software Interrupt Generation Register
GTM_ATOM4_CH1_IRQ_MODE 0xF010F0AC          ATOM4 IRQ Mode Configuration Register
GTM_ATOM4_CH2_RDADDR 0xF010F100          ATOM4 Channel 2 ARU Read Address Register
GTM_ATOM4_CH2_CTRL 0xF010F104          ATOM4 Channel 2 Control Register
GTM_ATOM4_CH2_SR0 0xF010F108          ATOM4 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM4_CH2_SR1 0xF010F10C          ATOM4 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM4_CH2_CM0 0xF010F110          ATOM4 Channel 2 CCU0 Compare Register
GTM_ATOM4_CH2_CM1 0xF010F114          ATOM4 Channel 2 CCU1 Compare Register
GTM_ATOM4_CH2_CN0 0xF010F118          ATOM4 Channel 2 CCU0 Counter Register
GTM_ATOM4_CH2_STAT 0xF010F11C          ATOM4 Channel 2 Status Register
GTM_ATOM4_CH2_IRQ_NOTIFY 0xF010F120          ATOM4 Channel 2 Interrupt Notification Register
GTM_ATOM4_CH2_IRQ_EN 0xF010F124          ATOM4 Channel 2 Interrupt Enable Register
GTM_ATOM4_CH2_IRQ_FORCINT 0xF010F128          ATOM4 Channel 2 Software Interrupt Generation Register
GTM_ATOM4_CH2_IRQ_MODE 0xF010F12C          ATOM4 IRQ Mode Configuration Register
GTM_ATOM4_CH3_RDADDR 0xF010F180          ATOM4 Channel 3 ARU Read Address Register
GTM_ATOM4_CH3_CTRL 0xF010F184          ATOM4 Channel 3 Control Register
GTM_ATOM4_CH3_SR0 0xF010F188          ATOM4 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM4_CH3_SR1 0xF010F18C          ATOM4 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM4_CH3_CM0 0xF010F190          ATOM4 Channel 3 CCU0 Compare Register
GTM_ATOM4_CH3_CM1 0xF010F194          ATOM4 Channel 3 CCU1 Compare Register
GTM_ATOM4_CH3_CN0 0xF010F198          ATOM4 Channel 3 CCU0 Counter Register
GTM_ATOM4_CH3_STAT 0xF010F19C          ATOM4 Channel 3 Status Register
GTM_ATOM4_CH3_IRQ_NOTIFY 0xF010F1A0          ATOM4 Channel 3 Interrupt Notification Register
GTM_ATOM4_CH3_IRQ_EN 0xF010F1A4          ATOM4 Channel 3 Interrupt Enable Register
GTM_ATOM4_CH3_IRQ_FORCINT 0xF010F1A8          ATOM4 Channel 3 Software Interrupt Generation Register
GTM_ATOM4_CH3_IRQ_MODE 0xF010F1AC          ATOM4 IRQ Mode Configuration Register
GTM_ATOM4_CH4_RDADDR 0xF010F200          ATOM4 Channel 4 ARU Read Address Register
GTM_ATOM4_CH4_CTRL 0xF010F204          ATOM4 Channel 4 Control Register
GTM_ATOM4_CH4_SR0 0xF010F208          ATOM4 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM4_CH4_SR1 0xF010F20C          ATOM4 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM4_CH4_CM0 0xF010F210          ATOM4 Channel 4 CCU0 Compare Register
GTM_ATOM4_CH4_CM1 0xF010F214          ATOM4 Channel 4 CCU1 Compare Register
GTM_ATOM4_CH4_CN0 0xF010F218          ATOM4 Channel 4 CCU0 Counter Register
GTM_ATOM4_CH4_STAT 0xF010F21C          ATOM4 Channel 4 Status Register
GTM_ATOM4_CH4_IRQ_NOTIFY 0xF010F220          ATOM4 Channel 4 Interrupt Notification Register
GTM_ATOM4_CH4_IRQ_EN 0xF010F224          ATOM4 Channel 4 Interrupt Enable Register
GTM_ATOM4_CH4_IRQ_FORCINT 0xF010F228          ATOM4 Channel 4 Software Interrupt Generation Register
GTM_ATOM4_CH4_IRQ_MODE 0xF010F22C          ATOM4 IRQ Mode Configuration Register
GTM_ATOM4_CH5_RDADDR 0xF010F280          ATOM4 Channel 5 ARU Read Address Register
GTM_ATOM4_CH5_CTRL 0xF010F284          ATOM4 Channel 5 Control Register
GTM_ATOM4_CH5_SR0 0xF010F288          ATOM4 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM4_CH5_SR1 0xF010F28C          ATOM4 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM4_CH5_CM0 0xF010F290          ATOM4 Channel 5 CCU0 Compare Register
GTM_ATOM4_CH5_CM1 0xF010F294          ATOM4 Channel 5 CCU1 Compare Register
GTM_ATOM4_CH5_CN0 0xF010F298          ATOM4 Channel 5 CCU0 Counter Register
GTM_ATOM4_CH5_STAT 0xF010F29C          ATOM4 Channel 5 Status Register
GTM_ATOM4_CH5_IRQ_NOTIFY 0xF010F2A0          ATOM4 Channel 5 Interrupt Notification Register
GTM_ATOM4_CH5_IRQ_EN 0xF010F2A4          ATOM4 Channel 5 Interrupt Enable Register
GTM_ATOM4_CH5_IRQ_FORCINT 0xF010F2A8          ATOM4 Channel 5 Software Interrupt Generation Register
GTM_ATOM4_CH5_IRQ_MODE 0xF010F2AC          ATOM4 IRQ Mode Configuration Register
GTM_ATOM4_CH6_RDADDR 0xF010F300          ATOM4 Channel 6 ARU Read Address Register
GTM_ATOM4_CH6_CTRL 0xF010F304          ATOM4 Channel 6 Control Register
GTM_ATOM4_CH6_SR0 0xF010F308          ATOM4 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM4_CH6_SR1 0xF010F30C          ATOM4 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM4_CH6_CM0 0xF010F310          ATOM4 Channel 6 CCU0 Compare Register
GTM_ATOM4_CH6_CM1 0xF010F314          ATOM4 Channel 6 CCU1 Compare Register
GTM_ATOM4_CH6_CN0 0xF010F318          ATOM4 Channel 6 CCU0 Counter Register
GTM_ATOM4_CH6_STAT 0xF010F31C          ATOM4 Channel 6 Status Register
GTM_ATOM4_CH6_IRQ_NOTIFY 0xF010F320          ATOM4 Channel 6 Interrupt Notification Register
GTM_ATOM4_CH6_IRQ_EN 0xF010F324          ATOM4 Channel 6 Interrupt Enable Register
GTM_ATOM4_CH6_IRQ_FORCINT 0xF010F328          ATOM4 Channel 6 Software Interrupt Generation Register
GTM_ATOM4_CH6_IRQ_MODE 0xF010F32C          ATOM4 IRQ Mode Configuration Register
GTM_ATOM4_CH7_RDADDR 0xF010F380          ATOM4 Channel 7 ARU Read Address Register
GTM_ATOM4_CH7_CTRL 0xF010F384          ATOM4 Channel 7 Control Register
GTM_ATOM4_CH7_SR0 0xF010F388          ATOM4 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM4_CH7_SR1 0xF010F38C          ATOM4 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM4_CH7_CM0 0xF010F390          ATOM4 Channel 7 CCU0 Compare Register
GTM_ATOM4_CH7_CM1 0xF010F394          ATOM4 Channel 7 CCU1 Compare Register
GTM_ATOM4_CH7_CN0 0xF010F398          ATOM4 Channel 7 CCU0 Counter Register
GTM_ATOM4_CH7_STAT 0xF010F39C          ATOM4 Channel 7 Status Register
GTM_ATOM4_CH7_IRQ_NOTIFY 0xF010F3A0          ATOM4 Channel 7 Interrupt Notification Register
GTM_ATOM4_CH7_IRQ_EN 0xF010F3A4          ATOM4 Channel 7 Interrupt Enable Register
GTM_ATOM4_CH7_IRQ_FORCINT 0xF010F3A8          ATOM4 Channel 7 Software Interrupt Generation Register
GTM_ATOM4_CH7_IRQ_MODE 0xF010F3AC          ATOM4 IRQ Mode Configuration Register
GTM_ATOM5_CH0_RDADDR 0xF010F800          ATOM5 Channel 0 ARU Read Address Register
GTM_ATOM5_CH0_CTRL 0xF010F804          ATOM5 Channel 0 Control Register
GTM_ATOM5_CH0_SR0 0xF010F808          ATOM5 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM5_CH0_SR1 0xF010F80C          ATOM5 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM5_CH0_CM0 0xF010F810          ATOM5 Channel 0 CCU0 Compare Register
GTM_ATOM5_CH0_CM1 0xF010F814          ATOM5 Channel 0 CCU1 Compare Register
GTM_ATOM5_CH0_CN0 0xF010F818          ATOM5 Channel 0 CCU0 Counter Register
GTM_ATOM5_CH0_STAT 0xF010F81C          ATOM5 Channel 0 Status Register
GTM_ATOM5_CH0_IRQ_NOTIFY 0xF010F820          ATOM5 Channel 0 Interrupt Notification Register
GTM_ATOM5_CH0_IRQ_EN 0xF010F824          ATOM5 Channel 0 Interrupt Enable Register
GTM_ATOM5_CH0_IRQ_FORCINT 0xF010F828          ATOM5 Channel 0 Software Interrupt Generation Register
GTM_ATOM5_CH0_IRQ_MODE 0xF010F82C          ATOM5 IRQ Mode Configuration Register
GTM_ATOM5_AGC_GLB_CTRL 0xF010F840          ATOM5 AGC Global control register
GTM_ATOM5_AGC_ENDIS_CTRL 0xF010F844          ATOM5 AGC Enable/Disable Control Register
GTM_ATOM5_AGC_ENDIS_STAT 0xF010F848          ATOM5 AGC Enable/Disable Status Register
GTM_ATOM5_AGC_ACT_TB 0xF010F84C          TOM5 TGC0 Action Time Base Register
GTM_ATOM5_AGC_OUTEN_CTRL 0xF010F850          ATOM5 AGC Output Enable Control Register
GTM_ATOM5_AGC_OUTEN_STAT 0xF010F854          ATOM5 AGC Output Enable Status Register
GTM_ATOM5_AGC_FUPD_CTRL 0xF010F858          ATOM5 AGC Force Update Control Register
GTM_ATOM5_AGC_INT_TRIG 0xF010F85C          ATOM5 AGC Internal Trigger Control Register
GTM_ATOM5_CH1_RDADDR 0xF010F880          ATOM5 Channel 1 ARU Read Address Register
GTM_ATOM5_CH1_CTRL 0xF010F884          ATOM5 Channel 1 Control Register
GTM_ATOM5_CH1_SR0 0xF010F888          ATOM5 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM5_CH1_SR1 0xF010F88C          ATOM5 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM5_CH1_CM0 0xF010F890          ATOM5 Channel 1 CCU0 Compare Register
GTM_ATOM5_CH1_CM1 0xF010F894          ATOM5 Channel 1 CCU1 Compare Register
GTM_ATOM5_CH1_CN0 0xF010F898          ATOM5 Channel 1 CCU0 Counter Register
GTM_ATOM5_CH1_STAT 0xF010F89C          ATOM5 Channel 1 Status Register
GTM_ATOM5_CH1_IRQ_NOTIFY 0xF010F8A0          ATOM5 Channel 1 Interrupt Notification Register
GTM_ATOM5_CH1_IRQ_EN 0xF010F8A4          ATOM5 Channel 1 Interrupt Enable Register
GTM_ATOM5_CH1_IRQ_FORCINT 0xF010F8A8          ATOM5 Channel 1 Software Interrupt Generation Register
GTM_ATOM5_CH1_IRQ_MODE 0xF010F8AC          ATOM5 IRQ Mode Configuration Register
GTM_ATOM5_CH2_RDADDR 0xF010F900          ATOM5 Channel 2 ARU Read Address Register
GTM_ATOM5_CH2_CTRL 0xF010F904          ATOM5 Channel 2 Control Register
GTM_ATOM5_CH2_SR0 0xF010F908          ATOM5 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM5_CH2_SR1 0xF010F90C          ATOM5 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM5_CH2_CM0 0xF010F910          ATOM5 Channel 2 CCU0 Compare Register
GTM_ATOM5_CH2_CM1 0xF010F914          ATOM5 Channel 2 CCU1 Compare Register
GTM_ATOM5_CH2_CN0 0xF010F918          ATOM5 Channel 2 CCU0 Counter Register
GTM_ATOM5_CH2_STAT 0xF010F91C          ATOM5 Channel 2 Status Register
GTM_ATOM5_CH2_IRQ_NOTIFY 0xF010F920          ATOM5 Channel 2 Interrupt Notification Register
GTM_ATOM5_CH2_IRQ_EN 0xF010F924          ATOM5 Channel 2 Interrupt Enable Register
GTM_ATOM5_CH2_IRQ_FORCINT 0xF010F928          ATOM5 Channel 2 Software Interrupt Generation Register
GTM_ATOM5_CH2_IRQ_MODE 0xF010F92C          ATOM5 IRQ Mode Configuration Register
GTM_ATOM5_CH3_RDADDR 0xF010F980          ATOM5 Channel 3 ARU Read Address Register
GTM_ATOM5_CH3_CTRL 0xF010F984          ATOM5 Channel 3 Control Register
GTM_ATOM5_CH3_SR0 0xF010F988          ATOM5 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM5_CH3_SR1 0xF010F98C          ATOM5 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM5_CH3_CM0 0xF010F990          ATOM5 Channel 3 CCU0 Compare Register
GTM_ATOM5_CH3_CM1 0xF010F994          ATOM5 Channel 3 CCU1 Compare Register
GTM_ATOM5_CH3_CN0 0xF010F998          ATOM5 Channel 3 CCU0 Counter Register
GTM_ATOM5_CH3_STAT 0xF010F99C          ATOM5 Channel 3 Status Register
GTM_ATOM5_CH3_IRQ_NOTIFY 0xF010F9A0          ATOM5 Channel 3 Interrupt Notification Register
GTM_ATOM5_CH3_IRQ_EN 0xF010F9A4          ATOM5 Channel 3 Interrupt Enable Register
GTM_ATOM5_CH3_IRQ_FORCINT 0xF010F9A8          ATOM5 Channel 3 Software Interrupt Generation Register
GTM_ATOM5_CH3_IRQ_MODE 0xF010F9AC          ATOM5 IRQ Mode Configuration Register
GTM_ATOM5_CH4_RDADDR 0xF010FA00          ATOM5 Channel 4 ARU Read Address Register
GTM_ATOM5_CH4_CTRL 0xF010FA04          ATOM5 Channel 4 Control Register
GTM_ATOM5_CH4_SR0 0xF010FA08          ATOM5 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM5_CH4_SR1 0xF010FA0C          ATOM5 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM5_CH4_CM0 0xF010FA10          ATOM5 Channel 4 CCU0 Compare Register
GTM_ATOM5_CH4_CM1 0xF010FA14          ATOM5 Channel 4 CCU1 Compare Register
GTM_ATOM5_CH4_CN0 0xF010FA18          ATOM5 Channel 4 CCU0 Counter Register
GTM_ATOM5_CH4_STAT 0xF010FA1C          ATOM5 Channel 4 Status Register
GTM_ATOM5_CH4_IRQ_NOTIFY 0xF010FA20          ATOM5 Channel 4 Interrupt Notification Register
GTM_ATOM5_CH4_IRQ_EN 0xF010FA24          ATOM5 Channel 4 Interrupt Enable Register
GTM_ATOM5_CH4_IRQ_FORCINT 0xF010FA28          ATOM5 Channel 4 Software Interrupt Generation Register
GTM_ATOM5_CH4_IRQ_MODE 0xF010FA2C          ATOM5 IRQ Mode Configuration Register
GTM_ATOM5_CH5_RDADDR 0xF010FA80          ATOM5 Channel 5 ARU Read Address Register
GTM_ATOM5_CH5_CTRL 0xF010FA84          ATOM5 Channel 5 Control Register
GTM_ATOM5_CH5_SR0 0xF010FA88          ATOM5 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM5_CH5_SR1 0xF010FA8C          ATOM5 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM5_CH5_CM0 0xF010FA90          ATOM5 Channel 5 CCU0 Compare Register
GTM_ATOM5_CH5_CM1 0xF010FA94          ATOM5 Channel 5 CCU1 Compare Register
GTM_ATOM5_CH5_CN0 0xF010FA98          ATOM5 Channel 5 CCU0 Counter Register
GTM_ATOM5_CH5_STAT 0xF010FA9C          ATOM5 Channel 5 Status Register
GTM_ATOM5_CH5_IRQ_NOTIFY 0xF010FAA0          ATOM5 Channel 5 Interrupt Notification Register
GTM_ATOM5_CH5_IRQ_EN 0xF010FAA4          ATOM5 Channel 5 Interrupt Enable Register
GTM_ATOM5_CH5_IRQ_FORCINT 0xF010FAA8          ATOM5 Channel 5 Software Interrupt Generation Register
GTM_ATOM5_CH5_IRQ_MODE 0xF010FAAC          ATOM5 IRQ Mode Configuration Register
GTM_ATOM5_CH6_RDADDR 0xF010FB00          ATOM5 Channel 6 ARU Read Address Register
GTM_ATOM5_CH6_CTRL 0xF010FB04          ATOM5 Channel 6 Control Register
GTM_ATOM5_CH6_SR0 0xF010FB08          ATOM5 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM5_CH6_SR1 0xF010FB0C          ATOM5 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM5_CH6_CM0 0xF010FB10          ATOM5 Channel 6 CCU0 Compare Register
GTM_ATOM5_CH6_CM1 0xF010FB14          ATOM5 Channel 6 CCU1 Compare Register
GTM_ATOM5_CH6_CN0 0xF010FB18          ATOM5 Channel 6 CCU0 Counter Register
GTM_ATOM5_CH6_STAT 0xF010FB1C          ATOM5 Channel 6 Status Register
GTM_ATOM5_CH6_IRQ_NOTIFY 0xF010FB20          ATOM5 Channel 6 Interrupt Notification Register
GTM_ATOM5_CH6_IRQ_EN 0xF010FB24          ATOM5 Channel 6 Interrupt Enable Register
GTM_ATOM5_CH6_IRQ_FORCINT 0xF010FB28          ATOM5 Channel 6 Software Interrupt Generation Register
GTM_ATOM5_CH6_IRQ_MODE 0xF010FB2C          ATOM5 IRQ Mode Configuration Register
GTM_ATOM5_CH7_RDADDR 0xF010FB80          ATOM5 Channel 7 ARU Read Address Register
GTM_ATOM5_CH7_CTRL 0xF010FB84          ATOM5 Channel 7 Control Register
GTM_ATOM5_CH7_SR0 0xF010FB88          ATOM5 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM5_CH7_SR1 0xF010FB8C          ATOM5 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM5_CH7_CM0 0xF010FB90          ATOM5 Channel 7 CCU0 Compare Register
GTM_ATOM5_CH7_CM1 0xF010FB94          ATOM5 Channel 7 CCU1 Compare Register
GTM_ATOM5_CH7_CN0 0xF010FB98          ATOM5 Channel 7 CCU0 Counter Register
GTM_ATOM5_CH7_STAT 0xF010FB9C          ATOM5 Channel 7 Status Register
GTM_ATOM5_CH7_IRQ_NOTIFY 0xF010FBA0          ATOM5 Channel 7 Interrupt Notification Register
GTM_ATOM5_CH7_IRQ_EN 0xF010FBA4          ATOM5 Channel 7 Interrupt Enable Register
GTM_ATOM5_CH7_IRQ_FORCINT 0xF010FBA8          ATOM5 Channel 7 Software Interrupt Generation Register
GTM_ATOM5_CH7_IRQ_MODE 0xF010FBAC          ATOM5 IRQ Mode Configuration Register
GTM_ATOM6_CH0_RDADDR 0xF0110000          ATOM6 Channel 0 ARU Read Address Register
GTM_ATOM6_CH0_CTRL 0xF0110004          ATOM6 Channel 0 Control Register
GTM_ATOM6_CH0_SR0 0xF0110008          ATOM6 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM6_CH0_SR1 0xF011000C          ATOM6 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM6_CH0_CM0 0xF0110010          ATOM6 Channel 0 CCU0 Compare Register
GTM_ATOM6_CH0_CM1 0xF0110014          ATOM6 Channel 0 CCU1 Compare Register
GTM_ATOM6_CH0_CN0 0xF0110018          ATOM6 Channel 0 CCU0 Counter Register
GTM_ATOM6_CH0_STAT 0xF011001C          ATOM6 Channel 0 Status Register
GTM_ATOM6_CH0_IRQ_NOTIFY 0xF0110020          ATOM6 Channel 0 Interrupt Notification Register
GTM_ATOM6_CH0_IRQ_EN 0xF0110024          ATOM6 Channel 0 Interrupt Enable Register
GTM_ATOM6_CH0_IRQ_FORCINT 0xF0110028          ATOM6 Channel 0 Software Interrupt Generation Register
GTM_ATOM6_CH0_IRQ_MODE 0xF011002C          ATOM6 IRQ Mode Configuration Register
GTM_ATOM6_AGC_GLB_CTRL 0xF0110040          ATOM6 AGC Global control register
GTM_ATOM6_AGC_ENDIS_CTRL 0xF0110044          ATOM6 AGC Enable/Disable Control Register
GTM_ATOM6_AGC_ENDIS_STAT 0xF0110048          ATOM6 AGC Enable/Disable Status Register
GTM_ATOM6_AGC_ACT_TB 0xF011004C          TOM6 TGC0 Action Time Base Register
GTM_ATOM6_AGC_OUTEN_CTRL 0xF0110050          ATOM6 AGC Output Enable Control Register
GTM_ATOM6_AGC_OUTEN_STAT 0xF0110054          ATOM6 AGC Output Enable Status Register
GTM_ATOM6_AGC_FUPD_CTRL 0xF0110058          ATOM6 AGC Force Update Control Register
GTM_ATOM6_AGC_INT_TRIG 0xF011005C          ATOM6 AGC Internal Trigger Control Register
GTM_ATOM6_CH1_RDADDR 0xF0110080          ATOM6 Channel 1 ARU Read Address Register
GTM_ATOM6_CH1_CTRL 0xF0110084          ATOM6 Channel 1 Control Register
GTM_ATOM6_CH1_SR0 0xF0110088          ATOM6 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM6_CH1_SR1 0xF011008C          ATOM6 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM6_CH1_CM0 0xF0110090          ATOM6 Channel 1 CCU0 Compare Register
GTM_ATOM6_CH1_CM1 0xF0110094          ATOM6 Channel 1 CCU1 Compare Register
GTM_ATOM6_CH1_CN0 0xF0110098          ATOM6 Channel 1 CCU0 Counter Register
GTM_ATOM6_CH1_STAT 0xF011009C          ATOM6 Channel 1 Status Register
GTM_ATOM6_CH1_IRQ_NOTIFY 0xF01100A0          ATOM6 Channel 1 Interrupt Notification Register
GTM_ATOM6_CH1_IRQ_EN 0xF01100A4          ATOM6 Channel 1 Interrupt Enable Register
GTM_ATOM6_CH1_IRQ_FORCINT 0xF01100A8          ATOM6 Channel 1 Software Interrupt Generation Register
GTM_ATOM6_CH1_IRQ_MODE 0xF01100AC          ATOM6 IRQ Mode Configuration Register
GTM_ATOM6_CH2_RDADDR 0xF0110100          ATOM6 Channel 2 ARU Read Address Register
GTM_ATOM6_CH2_CTRL 0xF0110104          ATOM6 Channel 2 Control Register
GTM_ATOM6_CH2_SR0 0xF0110108          ATOM6 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM6_CH2_SR1 0xF011010C          ATOM6 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM6_CH2_CM0 0xF0110110          ATOM6 Channel 2 CCU0 Compare Register
GTM_ATOM6_CH2_CM1 0xF0110114          ATOM6 Channel 2 CCU1 Compare Register
GTM_ATOM6_CH2_CN0 0xF0110118          ATOM6 Channel 2 CCU0 Counter Register
GTM_ATOM6_CH2_STAT 0xF011011C          ATOM6 Channel 2 Status Register
GTM_ATOM6_CH2_IRQ_NOTIFY 0xF0110120          ATOM6 Channel 2 Interrupt Notification Register
GTM_ATOM6_CH2_IRQ_EN 0xF0110124          ATOM6 Channel 2 Interrupt Enable Register
GTM_ATOM6_CH2_IRQ_FORCINT 0xF0110128          ATOM6 Channel 2 Software Interrupt Generation Register
GTM_ATOM6_CH2_IRQ_MODE 0xF011012C          ATOM6 IRQ Mode Configuration Register
GTM_ATOM6_CH3_RDADDR 0xF0110180          ATOM6 Channel 3 ARU Read Address Register
GTM_ATOM6_CH3_CTRL 0xF0110184          ATOM6 Channel 3 Control Register
GTM_ATOM6_CH3_SR0 0xF0110188          ATOM6 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM6_CH3_SR1 0xF011018C          ATOM6 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM6_CH3_CM0 0xF0110190          ATOM6 Channel 3 CCU0 Compare Register
GTM_ATOM6_CH3_CM1 0xF0110194          ATOM6 Channel 3 CCU1 Compare Register
GTM_ATOM6_CH3_CN0 0xF0110198          ATOM6 Channel 3 CCU0 Counter Register
GTM_ATOM6_CH3_STAT 0xF011019C          ATOM6 Channel 3 Status Register
GTM_ATOM6_CH3_IRQ_NOTIFY 0xF01101A0          ATOM6 Channel 3 Interrupt Notification Register
GTM_ATOM6_CH3_IRQ_EN 0xF01101A4          ATOM6 Channel 3 Interrupt Enable Register
GTM_ATOM6_CH3_IRQ_FORCINT 0xF01101A8          ATOM6 Channel 3 Software Interrupt Generation Register
GTM_ATOM6_CH3_IRQ_MODE 0xF01101AC          ATOM6 IRQ Mode Configuration Register
GTM_ATOM6_CH4_RDADDR 0xF0110200          ATOM6 Channel 4 ARU Read Address Register
GTM_ATOM6_CH4_CTRL 0xF0110204          ATOM6 Channel 4 Control Register
GTM_ATOM6_CH4_SR0 0xF0110208          ATOM6 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM6_CH4_SR1 0xF011020C          ATOM6 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM6_CH4_CM0 0xF0110210          ATOM6 Channel 4 CCU0 Compare Register
GTM_ATOM6_CH4_CM1 0xF0110214          ATOM6 Channel 4 CCU1 Compare Register
GTM_ATOM6_CH4_CN0 0xF0110218          ATOM6 Channel 4 CCU0 Counter Register
GTM_ATOM6_CH4_STAT 0xF011021C          ATOM6 Channel 4 Status Register
GTM_ATOM6_CH4_IRQ_NOTIFY 0xF0110220          ATOM6 Channel 4 Interrupt Notification Register
GTM_ATOM6_CH4_IRQ_EN 0xF0110224          ATOM6 Channel 4 Interrupt Enable Register
GTM_ATOM6_CH4_IRQ_FORCINT 0xF0110228          ATOM6 Channel 4 Software Interrupt Generation Register
GTM_ATOM6_CH4_IRQ_MODE 0xF011022C          ATOM6 IRQ Mode Configuration Register
GTM_ATOM6_CH5_RDADDR 0xF0110280          ATOM6 Channel 5 ARU Read Address Register
GTM_ATOM6_CH5_CTRL 0xF0110284          ATOM6 Channel 5 Control Register
GTM_ATOM6_CH5_SR0 0xF0110288          ATOM6 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM6_CH5_SR1 0xF011028C          ATOM6 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM6_CH5_CM0 0xF0110290          ATOM6 Channel 5 CCU0 Compare Register
GTM_ATOM6_CH5_CM1 0xF0110294          ATOM6 Channel 5 CCU1 Compare Register
GTM_ATOM6_CH5_CN0 0xF0110298          ATOM6 Channel 5 CCU0 Counter Register
GTM_ATOM6_CH5_STAT 0xF011029C          ATOM6 Channel 5 Status Register
GTM_ATOM6_CH5_IRQ_NOTIFY 0xF01102A0          ATOM6 Channel 5 Interrupt Notification Register
GTM_ATOM6_CH5_IRQ_EN 0xF01102A4          ATOM6 Channel 5 Interrupt Enable Register
GTM_ATOM6_CH5_IRQ_FORCINT 0xF01102A8          ATOM6 Channel 5 Software Interrupt Generation Register
GTM_ATOM6_CH5_IRQ_MODE 0xF01102AC          ATOM6 IRQ Mode Configuration Register
GTM_ATOM6_CH6_RDADDR 0xF0110300          ATOM6 Channel 6 ARU Read Address Register
GTM_ATOM6_CH6_CTRL 0xF0110304          ATOM6 Channel 6 Control Register
GTM_ATOM6_CH6_SR0 0xF0110308          ATOM6 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM6_CH6_SR1 0xF011030C          ATOM6 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM6_CH6_CM0 0xF0110310          ATOM6 Channel 6 CCU0 Compare Register
GTM_ATOM6_CH6_CM1 0xF0110314          ATOM6 Channel 6 CCU1 Compare Register
GTM_ATOM6_CH6_CN0 0xF0110318          ATOM6 Channel 6 CCU0 Counter Register
GTM_ATOM6_CH6_STAT 0xF011031C          ATOM6 Channel 6 Status Register
GTM_ATOM6_CH6_IRQ_NOTIFY 0xF0110320          ATOM6 Channel 6 Interrupt Notification Register
GTM_ATOM6_CH6_IRQ_EN 0xF0110324          ATOM6 Channel 6 Interrupt Enable Register
GTM_ATOM6_CH6_IRQ_FORCINT 0xF0110328          ATOM6 Channel 6 Software Interrupt Generation Register
GTM_ATOM6_CH6_IRQ_MODE 0xF011032C          ATOM6 IRQ Mode Configuration Register
GTM_ATOM6_CH7_RDADDR 0xF0110380          ATOM6 Channel 7 ARU Read Address Register
GTM_ATOM6_CH7_CTRL 0xF0110384          ATOM6 Channel 7 Control Register
GTM_ATOM6_CH7_SR0 0xF0110388          ATOM6 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM6_CH7_SR1 0xF011038C          ATOM6 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM6_CH7_CM0 0xF0110390          ATOM6 Channel 7 CCU0 Compare Register
GTM_ATOM6_CH7_CM1 0xF0110394          ATOM6 Channel 7 CCU1 Compare Register
GTM_ATOM6_CH7_CN0 0xF0110398          ATOM6 Channel 7 CCU0 Counter Register
GTM_ATOM6_CH7_STAT 0xF011039C          ATOM6 Channel 7 Status Register
GTM_ATOM6_CH7_IRQ_NOTIFY 0xF01103A0          ATOM6 Channel 7 Interrupt Notification Register
GTM_ATOM6_CH7_IRQ_EN 0xF01103A4          ATOM6 Channel 7 Interrupt Enable Register
GTM_ATOM6_CH7_IRQ_FORCINT 0xF01103A8          ATOM6 Channel 7 Software Interrupt Generation Register
GTM_ATOM6_CH7_IRQ_MODE 0xF01103AC          ATOM6 IRQ Mode Configuration Register
GTM_ATOM7_CH0_RDADDR 0xF0110800          ATOM7 Channel 0 ARU Read Address Register
GTM_ATOM7_CH0_CTRL 0xF0110804          ATOM7 Channel 0 Control Register
GTM_ATOM7_CH0_SR0 0xF0110808          ATOM7 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM7_CH0_SR1 0xF011080C          ATOM7 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM7_CH0_CM0 0xF0110810          ATOM7 Channel 0 CCU0 Compare Register
GTM_ATOM7_CH0_CM1 0xF0110814          ATOM7 Channel 0 CCU1 Compare Register
GTM_ATOM7_CH0_CN0 0xF0110818          ATOM7 Channel 0 CCU0 Counter Register
GTM_ATOM7_CH0_STAT 0xF011081C          ATOM7 Channel 0 Status Register
GTM_ATOM7_CH0_IRQ_NOTIFY 0xF0110820          ATOM7 Channel 0 Interrupt Notification Register
GTM_ATOM7_CH0_IRQ_EN 0xF0110824          ATOM7 Channel 0 Interrupt Enable Register
GTM_ATOM7_CH0_IRQ_FORCINT 0xF0110828          ATOM7 Channel 0 Software Interrupt Generation Register
GTM_ATOM7_CH0_IRQ_MODE 0xF011082C          ATOM7 IRQ Mode Configuration Register
GTM_ATOM7_AGC_GLB_CTRL 0xF0110840          ATOM7 AGC Global control register
GTM_ATOM7_AGC_ENDIS_CTRL 0xF0110844          ATOM7 AGC Enable/Disable Control Register
GTM_ATOM7_AGC_ENDIS_STAT 0xF0110848          ATOM7 AGC Enable/Disable Status Register
GTM_ATOM7_AGC_ACT_TB 0xF011084C          TOM7 TGC0 Action Time Base Register
GTM_ATOM7_AGC_OUTEN_CTRL 0xF0110850          ATOM7 AGC Output Enable Control Register
GTM_ATOM7_AGC_OUTEN_STAT 0xF0110854          ATOM7 AGC Output Enable Status Register
GTM_ATOM7_AGC_FUPD_CTRL 0xF0110858          ATOM7 AGC Force Update Control Register
GTM_ATOM7_AGC_INT_TRIG 0xF011085C          ATOM7 AGC Internal Trigger Control Register
GTM_ATOM7_CH1_RDADDR 0xF0110880          ATOM7 Channel 1 ARU Read Address Register
GTM_ATOM7_CH1_CTRL 0xF0110884          ATOM7 Channel 1 Control Register
GTM_ATOM7_CH1_SR0 0xF0110888          ATOM7 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM7_CH1_SR1 0xF011088C          ATOM7 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM7_CH1_CM0 0xF0110890          ATOM7 Channel 1 CCU0 Compare Register
GTM_ATOM7_CH1_CM1 0xF0110894          ATOM7 Channel 1 CCU1 Compare Register
GTM_ATOM7_CH1_CN0 0xF0110898          ATOM7 Channel 1 CCU0 Counter Register
GTM_ATOM7_CH1_STAT 0xF011089C          ATOM7 Channel 1 Status Register
GTM_ATOM7_CH1_IRQ_NOTIFY 0xF01108A0          ATOM7 Channel 1 Interrupt Notification Register
GTM_ATOM7_CH1_IRQ_EN 0xF01108A4          ATOM7 Channel 1 Interrupt Enable Register
GTM_ATOM7_CH1_IRQ_FORCINT 0xF01108A8          ATOM7 Channel 1 Software Interrupt Generation Register
GTM_ATOM7_CH1_IRQ_MODE 0xF01108AC          ATOM7 IRQ Mode Configuration Register
GTM_ATOM7_CH2_RDADDR 0xF0110900          ATOM7 Channel 2 ARU Read Address Register
GTM_ATOM7_CH2_CTRL 0xF0110904          ATOM7 Channel 2 Control Register
GTM_ATOM7_CH2_SR0 0xF0110908          ATOM7 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM7_CH2_SR1 0xF011090C          ATOM7 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM7_CH2_CM0 0xF0110910          ATOM7 Channel 2 CCU0 Compare Register
GTM_ATOM7_CH2_CM1 0xF0110914          ATOM7 Channel 2 CCU1 Compare Register
GTM_ATOM7_CH2_CN0 0xF0110918          ATOM7 Channel 2 CCU0 Counter Register
GTM_ATOM7_CH2_STAT 0xF011091C          ATOM7 Channel 2 Status Register
GTM_ATOM7_CH2_IRQ_NOTIFY 0xF0110920          ATOM7 Channel 2 Interrupt Notification Register
GTM_ATOM7_CH2_IRQ_EN 0xF0110924          ATOM7 Channel 2 Interrupt Enable Register
GTM_ATOM7_CH2_IRQ_FORCINT 0xF0110928          ATOM7 Channel 2 Software Interrupt Generation Register
GTM_ATOM7_CH2_IRQ_MODE 0xF011092C          ATOM7 IRQ Mode Configuration Register
GTM_ATOM7_CH3_RDADDR 0xF0110980          ATOM7 Channel 3 ARU Read Address Register
GTM_ATOM7_CH3_CTRL 0xF0110984          ATOM7 Channel 3 Control Register
GTM_ATOM7_CH3_SR0 0xF0110988          ATOM7 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM7_CH3_SR1 0xF011098C          ATOM7 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM7_CH3_CM0 0xF0110990          ATOM7 Channel 3 CCU0 Compare Register
GTM_ATOM7_CH3_CM1 0xF0110994          ATOM7 Channel 3 CCU1 Compare Register
GTM_ATOM7_CH3_CN0 0xF0110998          ATOM7 Channel 3 CCU0 Counter Register
GTM_ATOM7_CH3_STAT 0xF011099C          ATOM7 Channel 3 Status Register
GTM_ATOM7_CH3_IRQ_NOTIFY 0xF01109A0          ATOM7 Channel 3 Interrupt Notification Register
GTM_ATOM7_CH3_IRQ_EN 0xF01109A4          ATOM7 Channel 3 Interrupt Enable Register
GTM_ATOM7_CH3_IRQ_FORCINT 0xF01109A8          ATOM7 Channel 3 Software Interrupt Generation Register
GTM_ATOM7_CH3_IRQ_MODE 0xF01109AC          ATOM7 IRQ Mode Configuration Register
GTM_ATOM7_CH4_RDADDR 0xF0110A00          ATOM7 Channel 4 ARU Read Address Register
GTM_ATOM7_CH4_CTRL 0xF0110A04          ATOM7 Channel 4 Control Register
GTM_ATOM7_CH4_SR0 0xF0110A08          ATOM7 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM7_CH4_SR1 0xF0110A0C          ATOM7 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM7_CH4_CM0 0xF0110A10          ATOM7 Channel 4 CCU0 Compare Register
GTM_ATOM7_CH4_CM1 0xF0110A14          ATOM7 Channel 4 CCU1 Compare Register
GTM_ATOM7_CH4_CN0 0xF0110A18          ATOM7 Channel 4 CCU0 Counter Register
GTM_ATOM7_CH4_STAT 0xF0110A1C          ATOM7 Channel 4 Status Register
GTM_ATOM7_CH4_IRQ_NOTIFY 0xF0110A20          ATOM7 Channel 4 Interrupt Notification Register
GTM_ATOM7_CH4_IRQ_EN 0xF0110A24          ATOM7 Channel 4 Interrupt Enable Register
GTM_ATOM7_CH4_IRQ_FORCINT 0xF0110A28          ATOM7 Channel 4 Software Interrupt Generation Register
GTM_ATOM7_CH4_IRQ_MODE 0xF0110A2C          ATOM7 IRQ Mode Configuration Register
GTM_ATOM7_CH5_RDADDR 0xF0110A80          ATOM7 Channel 5 ARU Read Address Register
GTM_ATOM7_CH5_CTRL 0xF0110A84          ATOM7 Channel 5 Control Register
GTM_ATOM7_CH5_SR0 0xF0110A88          ATOM7 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM7_CH5_SR1 0xF0110A8C          ATOM7 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM7_CH5_CM0 0xF0110A90          ATOM7 Channel 5 CCU0 Compare Register
GTM_ATOM7_CH5_CM1 0xF0110A94          ATOM7 Channel 5 CCU1 Compare Register
GTM_ATOM7_CH5_CN0 0xF0110A98          ATOM7 Channel 5 CCU0 Counter Register
GTM_ATOM7_CH5_STAT 0xF0110A9C          ATOM7 Channel 5 Status Register
GTM_ATOM7_CH5_IRQ_NOTIFY 0xF0110AA0          ATOM7 Channel 5 Interrupt Notification Register
GTM_ATOM7_CH5_IRQ_EN 0xF0110AA4          ATOM7 Channel 5 Interrupt Enable Register
GTM_ATOM7_CH5_IRQ_FORCINT 0xF0110AA8          ATOM7 Channel 5 Software Interrupt Generation Register
GTM_ATOM7_CH5_IRQ_MODE 0xF0110AAC          ATOM7 IRQ Mode Configuration Register
GTM_ATOM7_CH6_RDADDR 0xF0110B00          ATOM7 Channel 6 ARU Read Address Register
GTM_ATOM7_CH6_CTRL 0xF0110B04          ATOM7 Channel 6 Control Register
GTM_ATOM7_CH6_SR0 0xF0110B08          ATOM7 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM7_CH6_SR1 0xF0110B0C          ATOM7 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM7_CH6_CM0 0xF0110B10          ATOM7 Channel 6 CCU0 Compare Register
GTM_ATOM7_CH6_CM1 0xF0110B14          ATOM7 Channel 6 CCU1 Compare Register
GTM_ATOM7_CH6_CN0 0xF0110B18          ATOM7 Channel 6 CCU0 Counter Register
GTM_ATOM7_CH6_STAT 0xF0110B1C          ATOM7 Channel 6 Status Register
GTM_ATOM7_CH6_IRQ_NOTIFY 0xF0110B20          ATOM7 Channel 6 Interrupt Notification Register
GTM_ATOM7_CH6_IRQ_EN 0xF0110B24          ATOM7 Channel 6 Interrupt Enable Register
GTM_ATOM7_CH6_IRQ_FORCINT 0xF0110B28          ATOM7 Channel 6 Software Interrupt Generation Register
GTM_ATOM7_CH6_IRQ_MODE 0xF0110B2C          ATOM7 IRQ Mode Configuration Register
GTM_ATOM7_CH7_RDADDR 0xF0110B80          ATOM7 Channel 7 ARU Read Address Register
GTM_ATOM7_CH7_CTRL 0xF0110B84          ATOM7 Channel 7 Control Register
GTM_ATOM7_CH7_SR0 0xF0110B88          ATOM7 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM7_CH7_SR1 0xF0110B8C          ATOM7 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM7_CH7_CM0 0xF0110B90          ATOM7 Channel 7 CCU0 Compare Register
GTM_ATOM7_CH7_CM1 0xF0110B94          ATOM7 Channel 7 CCU1 Compare Register
GTM_ATOM7_CH7_CN0 0xF0110B98          ATOM7 Channel 7 CCU0 Counter Register
GTM_ATOM7_CH7_STAT 0xF0110B9C          ATOM7 Channel 7 Status Register
GTM_ATOM7_CH7_IRQ_NOTIFY 0xF0110BA0          ATOM7 Channel 7 Interrupt Notification Register
GTM_ATOM7_CH7_IRQ_EN 0xF0110BA4          ATOM7 Channel 7 Interrupt Enable Register
GTM_ATOM7_CH7_IRQ_FORCINT 0xF0110BA8          ATOM7 Channel 7 Software Interrupt Generation Register
GTM_ATOM7_CH7_IRQ_MODE 0xF0110BAC          ATOM7 IRQ Mode Configuration Register
GTM_ATOM8_CH0_RDADDR 0xF0111000          ATOM8 Channel 0 ARU Read Address Register
GTM_ATOM8_CH0_CTRL 0xF0111004          ATOM8 Channel 0 Control Register
GTM_ATOM8_CH0_SR0 0xF0111008          ATOM8 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM8_CH0_SR1 0xF011100C          ATOM8 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM8_CH0_CM0 0xF0111010          ATOM8 Channel 0 CCU0 Compare Register
GTM_ATOM8_CH0_CM1 0xF0111014          ATOM8 Channel 0 CCU1 Compare Register
GTM_ATOM8_CH0_CN0 0xF0111018          ATOM8 Channel 0 CCU0 Counter Register
GTM_ATOM8_CH0_STAT 0xF011101C          ATOM8 Channel 0 Status Register
GTM_ATOM8_CH0_IRQ_NOTIFY 0xF0111020          ATOM8 Channel 0 Interrupt Notification Register
GTM_ATOM8_CH0_IRQ_EN 0xF0111024          ATOM8 Channel 0 Interrupt Enable Register
GTM_ATOM8_CH0_IRQ_FORCINT 0xF0111028          ATOM8 Channel 0 Software Interrupt Generation Register
GTM_ATOM8_CH0_IRQ_MODE 0xF011102C          ATOM8 IRQ Mode Configuration Register
GTM_ATOM8_AGC_GLB_CTRL 0xF0111040          ATOM8 AGC Global control register
GTM_ATOM8_AGC_ENDIS_CTRL 0xF0111044          ATOM8 AGC Enable/Disable Control Register
GTM_ATOM8_AGC_ENDIS_STAT 0xF0111048          ATOM8 AGC Enable/Disable Status Register
GTM_ATOM8_AGC_ACT_TB 0xF011104C          TOM8 TGC0 Action Time Base Register
GTM_ATOM8_AGC_OUTEN_CTRL 0xF0111050          ATOM8 AGC Output Enable Control Register
GTM_ATOM8_AGC_OUTEN_STAT 0xF0111054          ATOM8 AGC Output Enable Status Register
GTM_ATOM8_AGC_FUPD_CTRL 0xF0111058          ATOM8 AGC Force Update Control Register
GTM_ATOM8_AGC_INT_TRIG 0xF011105C          ATOM8 AGC Internal Trigger Control Register
GTM_ATOM8_CH1_RDADDR 0xF0111080          ATOM8 Channel 1 ARU Read Address Register
GTM_ATOM8_CH1_CTRL 0xF0111084          ATOM8 Channel 1 Control Register
GTM_ATOM8_CH1_SR0 0xF0111088          ATOM8 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM8_CH1_SR1 0xF011108C          ATOM8 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM8_CH1_CM0 0xF0111090          ATOM8 Channel 1 CCU0 Compare Register
GTM_ATOM8_CH1_CM1 0xF0111094          ATOM8 Channel 1 CCU1 Compare Register
GTM_ATOM8_CH1_CN0 0xF0111098          ATOM8 Channel 1 CCU0 Counter Register
GTM_ATOM8_CH1_STAT 0xF011109C          ATOM8 Channel 1 Status Register
GTM_ATOM8_CH1_IRQ_NOTIFY 0xF01110A0          ATOM8 Channel 1 Interrupt Notification Register
GTM_ATOM8_CH1_IRQ_EN 0xF01110A4          ATOM8 Channel 1 Interrupt Enable Register
GTM_ATOM8_CH1_IRQ_FORCINT 0xF01110A8          ATOM8 Channel 1 Software Interrupt Generation Register
GTM_ATOM8_CH1_IRQ_MODE 0xF01110AC          ATOM8 IRQ Mode Configuration Register
GTM_ATOM8_CH2_RDADDR 0xF0111100          ATOM8 Channel 2 ARU Read Address Register
GTM_ATOM8_CH2_CTRL 0xF0111104          ATOM8 Channel 2 Control Register
GTM_ATOM8_CH2_SR0 0xF0111108          ATOM8 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM8_CH2_SR1 0xF011110C          ATOM8 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM8_CH2_CM0 0xF0111110          ATOM8 Channel 2 CCU0 Compare Register
GTM_ATOM8_CH2_CM1 0xF0111114          ATOM8 Channel 2 CCU1 Compare Register
GTM_ATOM8_CH2_CN0 0xF0111118          ATOM8 Channel 2 CCU0 Counter Register
GTM_ATOM8_CH2_STAT 0xF011111C          ATOM8 Channel 2 Status Register
GTM_ATOM8_CH2_IRQ_NOTIFY 0xF0111120          ATOM8 Channel 2 Interrupt Notification Register
GTM_ATOM8_CH2_IRQ_EN 0xF0111124          ATOM8 Channel 2 Interrupt Enable Register
GTM_ATOM8_CH2_IRQ_FORCINT 0xF0111128          ATOM8 Channel 2 Software Interrupt Generation Register
GTM_ATOM8_CH2_IRQ_MODE 0xF011112C          ATOM8 IRQ Mode Configuration Register
GTM_ATOM8_CH3_RDADDR 0xF0111180          ATOM8 Channel 3 ARU Read Address Register
GTM_ATOM8_CH3_CTRL 0xF0111184          ATOM8 Channel 3 Control Register
GTM_ATOM8_CH3_SR0 0xF0111188          ATOM8 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM8_CH3_SR1 0xF011118C          ATOM8 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM8_CH3_CM0 0xF0111190          ATOM8 Channel 3 CCU0 Compare Register
GTM_ATOM8_CH3_CM1 0xF0111194          ATOM8 Channel 3 CCU1 Compare Register
GTM_ATOM8_CH3_CN0 0xF0111198          ATOM8 Channel 3 CCU0 Counter Register
GTM_ATOM8_CH3_STAT 0xF011119C          ATOM8 Channel 3 Status Register
GTM_ATOM8_CH3_IRQ_NOTIFY 0xF01111A0          ATOM8 Channel 3 Interrupt Notification Register
GTM_ATOM8_CH3_IRQ_EN 0xF01111A4          ATOM8 Channel 3 Interrupt Enable Register
GTM_ATOM8_CH3_IRQ_FORCINT 0xF01111A8          ATOM8 Channel 3 Software Interrupt Generation Register
GTM_ATOM8_CH3_IRQ_MODE 0xF01111AC          ATOM8 IRQ Mode Configuration Register
GTM_ATOM8_CH4_RDADDR 0xF0111200          ATOM8 Channel 4 ARU Read Address Register
GTM_ATOM8_CH4_CTRL 0xF0111204          ATOM8 Channel 4 Control Register
GTM_ATOM8_CH4_SR0 0xF0111208          ATOM8 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM8_CH4_SR1 0xF011120C          ATOM8 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM8_CH4_CM0 0xF0111210          ATOM8 Channel 4 CCU0 Compare Register
GTM_ATOM8_CH4_CM1 0xF0111214          ATOM8 Channel 4 CCU1 Compare Register
GTM_ATOM8_CH4_CN0 0xF0111218          ATOM8 Channel 4 CCU0 Counter Register
GTM_ATOM8_CH4_STAT 0xF011121C          ATOM8 Channel 4 Status Register
GTM_ATOM8_CH4_IRQ_NOTIFY 0xF0111220          ATOM8 Channel 4 Interrupt Notification Register
GTM_ATOM8_CH4_IRQ_EN 0xF0111224          ATOM8 Channel 4 Interrupt Enable Register
GTM_ATOM8_CH4_IRQ_FORCINT 0xF0111228          ATOM8 Channel 4 Software Interrupt Generation Register
GTM_ATOM8_CH4_IRQ_MODE 0xF011122C          ATOM8 IRQ Mode Configuration Register
GTM_ATOM8_CH5_RDADDR 0xF0111280          ATOM8 Channel 5 ARU Read Address Register
GTM_ATOM8_CH5_CTRL 0xF0111284          ATOM8 Channel 5 Control Register
GTM_ATOM8_CH5_SR0 0xF0111288          ATOM8 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM8_CH5_SR1 0xF011128C          ATOM8 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM8_CH5_CM0 0xF0111290          ATOM8 Channel 5 CCU0 Compare Register
GTM_ATOM8_CH5_CM1 0xF0111294          ATOM8 Channel 5 CCU1 Compare Register
GTM_ATOM8_CH5_CN0 0xF0111298          ATOM8 Channel 5 CCU0 Counter Register
GTM_ATOM8_CH5_STAT 0xF011129C          ATOM8 Channel 5 Status Register
GTM_ATOM8_CH5_IRQ_NOTIFY 0xF01112A0          ATOM8 Channel 5 Interrupt Notification Register
GTM_ATOM8_CH5_IRQ_EN 0xF01112A4          ATOM8 Channel 5 Interrupt Enable Register
GTM_ATOM8_CH5_IRQ_FORCINT 0xF01112A8          ATOM8 Channel 5 Software Interrupt Generation Register
GTM_ATOM8_CH5_IRQ_MODE 0xF01112AC          ATOM8 IRQ Mode Configuration Register
GTM_ATOM8_CH6_RDADDR 0xF0111300          ATOM8 Channel 6 ARU Read Address Register
GTM_ATOM8_CH6_CTRL 0xF0111304          ATOM8 Channel 6 Control Register
GTM_ATOM8_CH6_SR0 0xF0111308          ATOM8 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM8_CH6_SR1 0xF011130C          ATOM8 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM8_CH6_CM0 0xF0111310          ATOM8 Channel 6 CCU0 Compare Register
GTM_ATOM8_CH6_CM1 0xF0111314          ATOM8 Channel 6 CCU1 Compare Register
GTM_ATOM8_CH6_CN0 0xF0111318          ATOM8 Channel 6 CCU0 Counter Register
GTM_ATOM8_CH6_STAT 0xF011131C          ATOM8 Channel 6 Status Register
GTM_ATOM8_CH6_IRQ_NOTIFY 0xF0111320          ATOM8 Channel 6 Interrupt Notification Register
GTM_ATOM8_CH6_IRQ_EN 0xF0111324          ATOM8 Channel 6 Interrupt Enable Register
GTM_ATOM8_CH6_IRQ_FORCINT 0xF0111328          ATOM8 Channel 6 Software Interrupt Generation Register
GTM_ATOM8_CH6_IRQ_MODE 0xF011132C          ATOM8 IRQ Mode Configuration Register
GTM_ATOM8_CH7_RDADDR 0xF0111380          ATOM8 Channel 7 ARU Read Address Register
GTM_ATOM8_CH7_CTRL 0xF0111384          ATOM8 Channel 7 Control Register
GTM_ATOM8_CH7_SR0 0xF0111388          ATOM8 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM8_CH7_SR1 0xF011138C          ATOM8 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM8_CH7_CM0 0xF0111390          ATOM8 Channel 7 CCU0 Compare Register
GTM_ATOM8_CH7_CM1 0xF0111394          ATOM8 Channel 7 CCU1 Compare Register
GTM_ATOM8_CH7_CN0 0xF0111398          ATOM8 Channel 7 CCU0 Counter Register
GTM_ATOM8_CH7_STAT 0xF011139C          ATOM8 Channel 7 Status Register
GTM_ATOM8_CH7_IRQ_NOTIFY 0xF01113A0          ATOM8 Channel 7 Interrupt Notification Register
GTM_ATOM8_CH7_IRQ_EN 0xF01113A4          ATOM8 Channel 7 Interrupt Enable Register
GTM_ATOM8_CH7_IRQ_FORCINT 0xF01113A8          ATOM8 Channel 7 Software Interrupt Generation Register
GTM_ATOM8_CH7_IRQ_MODE 0xF01113AC          ATOM8 IRQ Mode Configuration Register
GTM_F2A0_CH0_ARU_RD_FIFO 0xF0118000          F2A Read Channel Address Register
GTM_F2A0_CH1_ARU_RD_FIFO 0xF0118004          F2A Read Channel Address Register
GTM_F2A0_CH2_ARU_RD_FIFO 0xF0118008          F2A Read Channel Address Register
GTM_F2A0_CH3_ARU_RD_FIFO 0xF011800C          F2A Read Channel Address Register
GTM_F2A0_CH4_ARU_RD_FIFO 0xF0118010          F2A Read Channel Address Register
GTM_F2A0_CH5_ARU_RD_FIFO 0xF0118014          F2A Read Channel Address Register
GTM_F2A0_CH6_ARU_RD_FIFO 0xF0118018          F2A Read Channel Address Register
GTM_F2A0_CH7_ARU_RD_FIFO 0xF011801C          F2A Read Channel Address Register
GTM_F2A0_CH0_STR_CFG 0xF0118020          F2A Stream 0 Configuration Register
GTM_F2A0_CH1_STR_CFG 0xF0118024          F2A Stream 1 Configuration Register
GTM_F2A0_CH2_STR_CFG 0xF0118028          F2A Stream 2 Configuration Register
GTM_F2A0_CH3_STR_CFG 0xF011802C          F2A Stream 3 Configuration Register
GTM_F2A0_CH4_STR_CFG 0xF0118030          F2A Stream 4 Configuration Register
GTM_F2A0_CH5_STR_CFG 0xF0118034          F2A Stream 5 Configuration Register
GTM_F2A0_CH6_STR_CFG 0xF0118038          F2A Stream 6 Configuration Register
GTM_F2A0_CH7_STR_CFG 0xF011803C          F2A Stream 7 Configuration Register
GTM_F2A0_ENABLE 0xF0118040          F2A0 Stream Activation Register
GTM_AFD0_CH0_BUF_ACC 0xF0118080          AFD0 FIFO0 Channel 0 Buffer Access Register
GTM_AFD0_CH1_BUF_ACC 0xF0118090          AFD0 FIFO0 Channel 1 Buffer Access Register
GTM_AFD0_CH2_BUF_ACC 0xF01180A0          AFD0 FIFO0 Channel 2 Buffer Access Register
GTM_AFD0_CH3_BUF_ACC 0xF01180B0          AFD0 FIFO0 Channel 3 Buffer Access Register
GTM_AFD0_CH4_BUF_ACC 0xF01180C0          AFD0 FIFO0 Channel 4 Buffer Access Register
GTM_AFD0_CH5_BUF_ACC 0xF01180D0          AFD0 FIFO0 Channel 5 Buffer Access Register
GTM_AFD0_CH6_BUF_ACC 0xF01180E0          AFD0 FIFO0 Channel 6 Buffer Access Register
GTM_AFD0_CH7_BUF_ACC 0xF01180F0          AFD0 FIFO0 Channel 7 Buffer Access Register
GTM_FIFO0_CH0_CTRL 0xF0118400          FIFO0 Channel 0 Control Register
GTM_FIFO0_CH0_END_ADDR 0xF0118404          FIFO0 Channel 0 End Address Register
GTM_FIFO0_CH0_START_ADDR 0xF0118408          FIFO0 Channel 0 Start Address Register
GTM_FIFO0_CH0_UPPER_WM 0xF011840C          FIFO0 Channel 0 Upper Watermark Register
GTM_FIFO0_CH0_LOWER_WM 0xF0118410          FIFO0 Channel 0 Lower Watermark Register
GTM_FIFO0_CH0_STATUS 0xF0118414          FIFO0 Channel 0 Status Register
GTM_FIFO0_CH0_FILL_LEVEL 0xF0118418          FIFO0 Channel 0 Fill Level Register
GTM_FIFO0_CH0_WR_PTR 0xF011841C          FIFO0 Channel 0 Write Pointer Register
GTM_FIFO0_CH0_RD_PTR 0xF0118420          FIFO0 Channel 0 Read Pointer Register
GTM_FIFO0_CH0_IRQ_NOTIFY 0xF0118424          FIFO0 Channel 0 Interrupt Notification Register
GTM_FIFO0_CH0_IRQ_EN 0xF0118428          FIFO0 Channel 0 Interrupt Enable Register
GTM_FIFO0_CH0_IRQ_FORCINT 0xF011842C          FIFO0 Channel 0 Force Interrupt By Software Register
GTM_FIFO0_CH0_IRQ_MODE 0xF0118430          FIFO0 Channel 0 IRQ Mode Control Register
GTM_FIFO0_CH0_EIRQ_EN 0xF0118434          FIFO0 Channel 0 Error Interrupt Enable Register
GTM_FIFO0_CH1_CTRL 0xF0118440          FIFO0 Channel 1 Control Register
GTM_FIFO0_CH1_END_ADDR 0xF0118444          FIFO0 Channel 1 End Address Register
GTM_FIFO0_CH1_START_ADDR 0xF0118448          FIFO0 Channel 1 Start Address Register
GTM_FIFO0_CH1_UPPER_WM 0xF011844C          FIFO0 Channel 1 Upper Watermark Register
GTM_FIFO0_CH1_LOWER_WM 0xF0118450          FIFO0 Channel 1 Lower Watermark Register
GTM_FIFO0_CH1_STATUS 0xF0118454          FIFO0 Channel 1 Status Register
GTM_FIFO0_CH1_FILL_LEVEL 0xF0118458          FIFO0 Channel 1 Fill Level Register
GTM_FIFO0_CH1_WR_PTR 0xF011845C          FIFO0 Channel 1 Write Pointer Register
GTM_FIFO0_CH1_RD_PTR 0xF0118460          FIFO0 Channel 1 Read Pointer Register
GTM_FIFO0_CH1_IRQ_NOTIFY 0xF0118464          FIFO0 Channel 1 Interrupt Notification Register
GTM_FIFO0_CH1_IRQ_EN 0xF0118468          FIFO0 Channel 1 Interrupt Enable Register
GTM_FIFO0_CH1_IRQ_FORCINT 0xF011846C          FIFO0 Channel 1 Force Interrupt By Software Register
GTM_FIFO0_CH1_IRQ_MODE 0xF0118470          FIFO0 Channel 1 IRQ Mode Control Register
GTM_FIFO0_CH1_EIRQ_EN 0xF0118474          FIFO0 Channel 1 Error Interrupt Enable Register
GTM_FIFO0_CH2_CTRL 0xF0118480          FIFO0 Channel 2 Control Register
GTM_FIFO0_CH2_END_ADDR 0xF0118484          FIFO0 Channel 2 End Address Register
GTM_FIFO0_CH2_START_ADDR 0xF0118488          FIFO0 Channel 2 Start Address Register
GTM_FIFO0_CH2_UPPER_WM 0xF011848C          FIFO0 Channel 2 Upper Watermark Register
GTM_FIFO0_CH2_LOWER_WM 0xF0118490          FIFO0 Channel 2 Lower Watermark Register
GTM_FIFO0_CH2_STATUS 0xF0118494          FIFO0 Channel 2 Status Register
GTM_FIFO0_CH2_FILL_LEVEL 0xF0118498          FIFO0 Channel 2 Fill Level Register
GTM_FIFO0_CH2_WR_PTR 0xF011849C          FIFO0 Channel 2 Write Pointer Register
GTM_FIFO0_CH2_RD_PTR 0xF01184A0          FIFO0 Channel 2 Read Pointer Register
GTM_FIFO0_CH2_IRQ_NOTIFY 0xF01184A4          FIFO0 Channel 2 Interrupt Notification Register
GTM_FIFO0_CH2_IRQ_EN 0xF01184A8          FIFO0 Channel 2 Interrupt Enable Register
GTM_FIFO0_CH2_IRQ_FORCINT 0xF01184AC          FIFO0 Channel 2 Force Interrupt By Software Register
GTM_FIFO0_CH2_IRQ_MODE 0xF01184B0          FIFO0 Channel 2 IRQ Mode Control Register
GTM_FIFO0_CH2_EIRQ_EN 0xF01184B4          FIFO0 Channel 2 Error Interrupt Enable Register
GTM_FIFO0_CH3_CTRL 0xF01184C0          FIFO0 Channel 3 Control Register
GTM_FIFO0_CH3_END_ADDR 0xF01184C4          FIFO0 Channel 3 End Address Register
GTM_FIFO0_CH3_START_ADDR 0xF01184C8          FIFO0 Channel 3 Start Address Register
GTM_FIFO0_CH3_UPPER_WM 0xF01184CC          FIFO0 Channel 3 Upper Watermark Register
GTM_FIFO0_CH3_LOWER_WM 0xF01184D0          FIFO0 Channel 3 Lower Watermark Register
GTM_FIFO0_CH3_STATUS 0xF01184D4          FIFO0 Channel 3 Status Register
GTM_FIFO0_CH3_FILL_LEVEL 0xF01184D8          FIFO0 Channel 3 Fill Level Register
GTM_FIFO0_CH3_WR_PTR 0xF01184DC          FIFO0 Channel 3 Write Pointer Register
GTM_FIFO0_CH3_RD_PTR 0xF01184E0          FIFO0 Channel 3 Read Pointer Register
GTM_FIFO0_CH3_IRQ_NOTIFY 0xF01184E4          FIFO0 Channel 3 Interrupt Notification Register
GTM_FIFO0_CH3_IRQ_EN 0xF01184E8          FIFO0 Channel 3 Interrupt Enable Register
GTM_FIFO0_CH3_IRQ_FORCINT 0xF01184EC          FIFO0 Channel 3 Force Interrupt By Software Register
GTM_FIFO0_CH3_IRQ_MODE 0xF01184F0          FIFO0 Channel 3 IRQ Mode Control Register
GTM_FIFO0_CH3_EIRQ_EN 0xF01184F4          FIFO0 Channel 3 Error Interrupt Enable Register
GTM_FIFO0_CH4_CTRL 0xF0118500          FIFO0 Channel 4 Control Register
GTM_FIFO0_CH4_END_ADDR 0xF0118504          FIFO0 Channel 4 End Address Register
GTM_FIFO0_CH4_START_ADDR 0xF0118508          FIFO0 Channel 4 Start Address Register
GTM_FIFO0_CH4_UPPER_WM 0xF011850C          FIFO0 Channel 4 Upper Watermark Register
GTM_FIFO0_CH4_LOWER_WM 0xF0118510          FIFO0 Channel 4 Lower Watermark Register
GTM_FIFO0_CH4_STATUS 0xF0118514          FIFO0 Channel 4 Status Register
GTM_FIFO0_CH4_FILL_LEVEL 0xF0118518          FIFO0 Channel 4 Fill Level Register
GTM_FIFO0_CH4_WR_PTR 0xF011851C          FIFO0 Channel 4 Write Pointer Register
GTM_FIFO0_CH4_RD_PTR 0xF0118520          FIFO0 Channel 4 Read Pointer Register
GTM_FIFO0_CH4_IRQ_NOTIFY 0xF0118524          FIFO0 Channel 4 Interrupt Notification Register
GTM_FIFO0_CH4_IRQ_EN 0xF0118528          FIFO0 Channel 4 Interrupt Enable Register
GTM_FIFO0_CH4_IRQ_FORCINT 0xF011852C          FIFO0 Channel 4 Force Interrupt By Software Register
GTM_FIFO0_CH4_IRQ_MODE 0xF0118530          FIFO0 Channel 4 IRQ Mode Control Register
GTM_FIFO0_CH4_EIRQ_EN 0xF0118534          FIFO0 Channel 4 Error Interrupt Enable Register
GTM_FIFO0_CH5_CTRL 0xF0118540          FIFO0 Channel 5 Control Register
GTM_FIFO0_CH5_END_ADDR 0xF0118544          FIFO0 Channel 5 End Address Register
GTM_FIFO0_CH5_START_ADDR 0xF0118548          FIFO0 Channel 5 Start Address Register
GTM_FIFO0_CH5_UPPER_WM 0xF011854C          FIFO0 Channel 5 Upper Watermark Register
GTM_FIFO0_CH5_LOWER_WM 0xF0118550          FIFO0 Channel 5 Lower Watermark Register
GTM_FIFO0_CH5_STATUS 0xF0118554          FIFO0 Channel 5 Status Register
GTM_FIFO0_CH5_FILL_LEVEL 0xF0118558          FIFO0 Channel 5 Fill Level Register
GTM_FIFO0_CH5_WR_PTR 0xF011855C          FIFO0 Channel 5 Write Pointer Register
GTM_FIFO0_CH5_RD_PTR 0xF0118560          FIFO0 Channel 5 Read Pointer Register
GTM_FIFO0_CH5_IRQ_NOTIFY 0xF0118564          FIFO0 Channel 5 Interrupt Notification Register
GTM_FIFO0_CH5_IRQ_EN 0xF0118568          FIFO0 Channel 5 Interrupt Enable Register
GTM_FIFO0_CH5_IRQ_FORCINT 0xF011856C          FIFO0 Channel 5 Force Interrupt By Software Register
GTM_FIFO0_CH5_IRQ_MODE 0xF0118570          FIFO0 Channel 5 IRQ Mode Control Register
GTM_FIFO0_CH5_EIRQ_EN 0xF0118574          FIFO0 Channel 5 Error Interrupt Enable Register
GTM_FIFO0_CH6_CTRL 0xF0118580          FIFO0 Channel 6 Control Register
GTM_FIFO0_CH6_END_ADDR 0xF0118584          FIFO0 Channel 6 End Address Register
GTM_FIFO0_CH6_START_ADDR 0xF0118588          FIFO0 Channel 6 Start Address Register
GTM_FIFO0_CH6_UPPER_WM 0xF011858C          FIFO0 Channel 6 Upper Watermark Register
GTM_FIFO0_CH6_LOWER_WM 0xF0118590          FIFO0 Channel 6 Lower Watermark Register
GTM_FIFO0_CH6_STATUS 0xF0118594          FIFO0 Channel 6 Status Register
GTM_FIFO0_CH6_FILL_LEVEL 0xF0118598          FIFO0 Channel 6 Fill Level Register
GTM_FIFO0_CH6_WR_PTR 0xF011859C          FIFO0 Channel 6 Write Pointer Register
GTM_FIFO0_CH6_RD_PTR 0xF01185A0          FIFO0 Channel 6 Read Pointer Register
GTM_FIFO0_CH6_IRQ_NOTIFY 0xF01185A4          FIFO0 Channel 6 Interrupt Notification Register
GTM_FIFO0_CH6_IRQ_EN 0xF01185A8          FIFO0 Channel 6 Interrupt Enable Register
GTM_FIFO0_CH6_IRQ_FORCINT 0xF01185AC          FIFO0 Channel 6 Force Interrupt By Software Register
GTM_FIFO0_CH6_IRQ_MODE 0xF01185B0          FIFO0 Channel 6 IRQ Mode Control Register
GTM_FIFO0_CH6_EIRQ_EN 0xF01185B4          FIFO0 Channel 6 Error Interrupt Enable Register
GTM_FIFO0_CH7_CTRL 0xF01185C0          FIFO0 Channel 7 Control Register
GTM_FIFO0_CH7_END_ADDR 0xF01185C4          FIFO0 Channel 7 End Address Register
GTM_FIFO0_CH7_START_ADDR 0xF01185C8          FIFO0 Channel 7 Start Address Register
GTM_FIFO0_CH7_UPPER_WM 0xF01185CC          FIFO0 Channel 7 Upper Watermark Register
GTM_FIFO0_CH7_LOWER_WM 0xF01185D0          FIFO0 Channel 7 Lower Watermark Register
GTM_FIFO0_CH7_STATUS 0xF01185D4          FIFO0 Channel 7 Status Register
GTM_FIFO0_CH7_FILL_LEVEL 0xF01185D8          FIFO0 Channel 7 Fill Level Register
GTM_FIFO0_CH7_WR_PTR 0xF01185DC          FIFO0 Channel 7 Write Pointer Register
GTM_FIFO0_CH7_RD_PTR 0xF01185E0          FIFO0 Channel 7 Read Pointer Register
GTM_FIFO0_CH7_IRQ_NOTIFY 0xF01185E4          FIFO0 Channel 7 Interrupt Notification Register
GTM_FIFO0_CH7_IRQ_EN 0xF01185E8          FIFO0 Channel 7 Interrupt Enable Register
GTM_FIFO0_CH7_IRQ_FORCINT 0xF01185EC          FIFO0 Channel 7 Force Interrupt By Software Register
GTM_FIFO0_CH7_IRQ_MODE 0xF01185F0          FIFO0 Channel 7 IRQ Mode Control Register
GTM_FIFO0_CH7_EIRQ_EN 0xF01185F4          FIFO0 Channel 7 Error Interrupt Enable Register
GTM_F2A1_CH0_ARU_RD_FIFO 0xF011C000          F2A Read Channel Address Register
GTM_F2A1_CH1_ARU_RD_FIFO 0xF011C004          F2A Read Channel Address Register
GTM_F2A1_CH2_ARU_RD_FIFO 0xF011C008          F2A Read Channel Address Register
GTM_F2A1_CH3_ARU_RD_FIFO 0xF011C00C          F2A Read Channel Address Register
GTM_F2A1_CH4_ARU_RD_FIFO 0xF011C010          F2A Read Channel Address Register
GTM_F2A1_CH5_ARU_RD_FIFO 0xF011C014          F2A Read Channel Address Register
GTM_F2A1_CH6_ARU_RD_FIFO 0xF011C018          F2A Read Channel Address Register
GTM_F2A1_CH7_ARU_RD_FIFO 0xF011C01C          F2A Read Channel Address Register
GTM_F2A1_CH0_STR_CFG 0xF011C020          F2A Stream 0 Configuration Register
GTM_F2A1_CH1_STR_CFG 0xF011C024          F2A Stream 1 Configuration Register
GTM_F2A1_CH2_STR_CFG 0xF011C028          F2A Stream 2 Configuration Register
GTM_F2A1_CH3_STR_CFG 0xF011C02C          F2A Stream 3 Configuration Register
GTM_F2A1_CH4_STR_CFG 0xF011C030          F2A Stream 4 Configuration Register
GTM_F2A1_CH5_STR_CFG 0xF011C034          F2A Stream 5 Configuration Register
GTM_F2A1_CH6_STR_CFG 0xF011C038          F2A Stream 6 Configuration Register
GTM_F2A1_CH7_STR_CFG 0xF011C03C          F2A Stream 7 Configuration Register
GTM_F2A1_ENABLE 0xF011C040          F2A1 Stream Activation Register
GTM_FIFO1_CH0_CTRL 0xF011C400          FIFO1 Channel 0 Control Register
GTM_FIFO1_CH0_END_ADDR 0xF011C404          FIFO1 Channel 0 End Address Register
GTM_FIFO1_CH0_START_ADDR 0xF011C408          FIFO1 Channel 0 Start Address Register
GTM_FIFO1_CH0_UPPER_WM 0xF011C40C          FIFO1 Channel 0 Upper Watermark Register
GTM_FIFO1_CH0_LOWER_WM 0xF011C410          FIFO1 Channel 0 Lower Watermark Register
GTM_FIFO1_CH0_STATUS 0xF011C414          FIFO1 Channel 0 Status Register
GTM_FIFO1_CH0_FILL_LEVEL 0xF011C418          FIFO1 Channel 0 Fill Level Register
GTM_FIFO1_CH0_WR_PTR 0xF011C41C          FIFO1 Channel 0 Write Pointer Register
GTM_FIFO1_CH0_RD_PTR 0xF011C420          FIFO1 Channel 0 Read Pointer Register
GTM_FIFO1_CH0_IRQ_NOTIFY 0xF011C424          FIFO1 Channel 0 Interrupt Notification Register
GTM_FIFO1_CH0_IRQ_EN 0xF011C428          FIFO1 Channel 0 Interrupt Enable Register
GTM_FIFO1_CH0_IRQ_FORCINT 0xF011C42C          FIFO1 Channel 0 Force Interrupt By Software Register
GTM_FIFO1_CH0_IRQ_MODE 0xF011C430          FIFO1 Channel 0 IRQ Mode Control Register
GTM_FIFO1_CH0_EIRQ_EN 0xF011C434          FIFO1 Channel 0 Error Interrupt Enable Register
GTM_FIFO1_CH1_CTRL 0xF011C440          FIFO1 Channel 1 Control Register
GTM_FIFO1_CH1_END_ADDR 0xF011C444          FIFO1 Channel 1 End Address Register
GTM_FIFO1_CH1_START_ADDR 0xF011C448          FIFO1 Channel 1 Start Address Register
GTM_FIFO1_CH1_UPPER_WM 0xF011C44C          FIFO1 Channel 1 Upper Watermark Register
GTM_FIFO1_CH1_LOWER_WM 0xF011C450          FIFO1 Channel 1 Lower Watermark Register
GTM_FIFO1_CH1_STATUS 0xF011C454          FIFO1 Channel 1 Status Register
GTM_FIFO1_CH1_FILL_LEVEL 0xF011C458          FIFO1 Channel 1 Fill Level Register
GTM_FIFO1_CH1_WR_PTR 0xF011C45C          FIFO1 Channel 1 Write Pointer Register
GTM_FIFO1_CH1_RD_PTR 0xF011C460          FIFO1 Channel 1 Read Pointer Register
GTM_FIFO1_CH1_IRQ_NOTIFY 0xF011C464          FIFO1 Channel 1 Interrupt Notification Register
GTM_FIFO1_CH1_IRQ_EN 0xF011C468          FIFO1 Channel 1 Interrupt Enable Register
GTM_FIFO1_CH1_IRQ_FORCINT 0xF011C46C          FIFO1 Channel 1 Force Interrupt By Software Register
GTM_FIFO1_CH1_IRQ_MODE 0xF011C470          FIFO1 Channel 1 IRQ Mode Control Register
GTM_FIFO1_CH1_EIRQ_EN 0xF011C474          FIFO1 Channel 1 Error Interrupt Enable Register
GTM_FIFO1_CH2_CTRL 0xF011C480          FIFO1 Channel 2 Control Register
GTM_FIFO1_CH2_END_ADDR 0xF011C484          FIFO1 Channel 2 End Address Register
GTM_FIFO1_CH2_START_ADDR 0xF011C488          FIFO1 Channel 2 Start Address Register
GTM_FIFO1_CH2_UPPER_WM 0xF011C48C          FIFO1 Channel 2 Upper Watermark Register
GTM_FIFO1_CH2_LOWER_WM 0xF011C490          FIFO1 Channel 2 Lower Watermark Register
GTM_FIFO1_CH2_STATUS 0xF011C494          FIFO1 Channel 2 Status Register
GTM_FIFO1_CH2_FILL_LEVEL 0xF011C498          FIFO1 Channel 2 Fill Level Register
GTM_FIFO1_CH2_WR_PTR 0xF011C49C          FIFO1 Channel 2 Write Pointer Register
GTM_FIFO1_CH2_RD_PTR 0xF011C4A0          FIFO1 Channel 2 Read Pointer Register
GTM_FIFO1_CH2_IRQ_NOTIFY 0xF011C4A4          FIFO1 Channel 2 Interrupt Notification Register
GTM_FIFO1_CH2_IRQ_EN 0xF011C4A8          FIFO1 Channel 2 Interrupt Enable Register
GTM_FIFO1_CH2_IRQ_FORCINT 0xF011C4AC          FIFO1 Channel 2 Force Interrupt By Software Register
GTM_FIFO1_CH2_IRQ_MODE 0xF011C4B0          FIFO1 Channel 2 IRQ Mode Control Register
GTM_FIFO1_CH2_EIRQ_EN 0xF011C4B4          FIFO1 Channel 2 Error Interrupt Enable Register
GTM_FIFO1_CH3_CTRL 0xF011C4C0          FIFO1 Channel 3 Control Register
GTM_FIFO1_CH3_END_ADDR 0xF011C4C4          FIFO1 Channel 3 End Address Register
GTM_FIFO1_CH3_START_ADDR 0xF011C4C8          FIFO1 Channel 3 Start Address Register
GTM_FIFO1_CH3_UPPER_WM 0xF011C4CC          FIFO1 Channel 3 Upper Watermark Register
GTM_FIFO1_CH3_LOWER_WM 0xF011C4D0          FIFO1 Channel 3 Lower Watermark Register
GTM_FIFO1_CH3_STATUS 0xF011C4D4          FIFO1 Channel 3 Status Register
GTM_FIFO1_CH3_FILL_LEVEL 0xF011C4D8          FIFO1 Channel 3 Fill Level Register
GTM_FIFO1_CH3_WR_PTR 0xF011C4DC          FIFO1 Channel 3 Write Pointer Register
GTM_FIFO1_CH3_RD_PTR 0xF011C4E0          FIFO1 Channel 3 Read Pointer Register
GTM_FIFO1_CH3_IRQ_NOTIFY 0xF011C4E4          FIFO1 Channel 3 Interrupt Notification Register
GTM_FIFO1_CH3_IRQ_EN 0xF011C4E8          FIFO1 Channel 3 Interrupt Enable Register
GTM_FIFO1_CH3_IRQ_FORCINT 0xF011C4EC          FIFO1 Channel 3 Force Interrupt By Software Register
GTM_FIFO1_CH3_IRQ_MODE 0xF011C4F0          FIFO1 Channel 3 IRQ Mode Control Register
GTM_FIFO1_CH3_EIRQ_EN 0xF011C4F4          FIFO1 Channel 3 Error Interrupt Enable Register
GTM_FIFO1_CH4_CTRL 0xF011C500          FIFO1 Channel 4 Control Register
GTM_FIFO1_CH4_END_ADDR 0xF011C504          FIFO1 Channel 4 End Address Register
GTM_FIFO1_CH4_START_ADDR 0xF011C508          FIFO1 Channel 4 Start Address Register
GTM_FIFO1_CH4_UPPER_WM 0xF011C50C          FIFO1 Channel 4 Upper Watermark Register
GTM_FIFO1_CH4_LOWER_WM 0xF011C510          FIFO1 Channel 4 Lower Watermark Register
GTM_FIFO1_CH4_STATUS 0xF011C514          FIFO1 Channel 4 Status Register
GTM_FIFO1_CH4_FILL_LEVEL 0xF011C518          FIFO1 Channel 4 Fill Level Register
GTM_FIFO1_CH4_WR_PTR 0xF011C51C          FIFO1 Channel 4 Write Pointer Register
GTM_FIFO1_CH4_RD_PTR 0xF011C520          FIFO1 Channel 4 Read Pointer Register
GTM_FIFO1_CH4_IRQ_NOTIFY 0xF011C524          FIFO1 Channel 4 Interrupt Notification Register
GTM_FIFO1_CH4_IRQ_EN 0xF011C528          FIFO1 Channel 4 Interrupt Enable Register
GTM_FIFO1_CH4_IRQ_FORCINT 0xF011C52C          FIFO1 Channel 4 Force Interrupt By Software Register
GTM_FIFO1_CH4_IRQ_MODE 0xF011C530          FIFO1 Channel 4 IRQ Mode Control Register
GTM_FIFO1_CH4_EIRQ_EN 0xF011C534          FIFO1 Channel 4 Error Interrupt Enable Register
GTM_FIFO1_CH5_CTRL 0xF011C540          FIFO1 Channel 5 Control Register
GTM_FIFO1_CH5_END_ADDR 0xF011C544          FIFO1 Channel 5 End Address Register
GTM_FIFO1_CH5_START_ADDR 0xF011C548          FIFO1 Channel 5 Start Address Register
GTM_FIFO1_CH5_UPPER_WM 0xF011C54C          FIFO1 Channel 5 Upper Watermark Register
GTM_FIFO1_CH5_LOWER_WM 0xF011C550          FIFO1 Channel 5 Lower Watermark Register
GTM_FIFO1_CH5_STATUS 0xF011C554          FIFO1 Channel 5 Status Register
GTM_FIFO1_CH5_FILL_LEVEL 0xF011C558          FIFO1 Channel 5 Fill Level Register
GTM_FIFO1_CH5_WR_PTR 0xF011C55C          FIFO1 Channel 5 Write Pointer Register
GTM_FIFO1_CH5_RD_PTR 0xF011C560          FIFO1 Channel 5 Read Pointer Register
GTM_FIFO1_CH5_IRQ_NOTIFY 0xF011C564          FIFO1 Channel 5 Interrupt Notification Register
GTM_FIFO1_CH5_IRQ_EN 0xF011C568          FIFO1 Channel 5 Interrupt Enable Register
GTM_FIFO1_CH5_IRQ_FORCINT 0xF011C56C          FIFO1 Channel 5 Force Interrupt By Software Register
GTM_FIFO1_CH5_IRQ_MODE 0xF011C570          FIFO1 Channel 5 IRQ Mode Control Register
GTM_FIFO1_CH5_EIRQ_EN 0xF011C574          FIFO1 Channel 5 Error Interrupt Enable Register
GTM_FIFO1_CH6_CTRL 0xF011C580          FIFO1 Channel 6 Control Register
GTM_FIFO1_CH6_END_ADDR 0xF011C584          FIFO1 Channel 6 End Address Register
GTM_FIFO1_CH6_START_ADDR 0xF011C588          FIFO1 Channel 6 Start Address Register
GTM_FIFO1_CH6_UPPER_WM 0xF011C58C          FIFO1 Channel 6 Upper Watermark Register
GTM_FIFO1_CH6_LOWER_WM 0xF011C590          FIFO1 Channel 6 Lower Watermark Register
GTM_FIFO1_CH6_STATUS 0xF011C594          FIFO1 Channel 6 Status Register
GTM_FIFO1_CH6_FILL_LEVEL 0xF011C598          FIFO1 Channel 6 Fill Level Register
GTM_FIFO1_CH6_WR_PTR 0xF011C59C          FIFO1 Channel 6 Write Pointer Register
GTM_FIFO1_CH6_RD_PTR 0xF011C5A0          FIFO1 Channel 6 Read Pointer Register
GTM_FIFO1_CH6_IRQ_NOTIFY 0xF011C5A4          FIFO1 Channel 6 Interrupt Notification Register
GTM_FIFO1_CH6_IRQ_EN 0xF011C5A8          FIFO1 Channel 6 Interrupt Enable Register
GTM_FIFO1_CH6_IRQ_FORCINT 0xF011C5AC          FIFO1 Channel 6 Force Interrupt By Software Register
GTM_FIFO1_CH6_IRQ_MODE 0xF011C5B0          FIFO1 Channel 6 IRQ Mode Control Register
GTM_FIFO1_CH6_EIRQ_EN 0xF011C5B4          FIFO1 Channel 6 Error Interrupt Enable Register
GTM_FIFO1_CH7_CTRL 0xF011C5C0          FIFO1 Channel 7 Control Register
GTM_FIFO1_CH7_END_ADDR 0xF011C5C4          FIFO1 Channel 7 End Address Register
GTM_FIFO1_CH7_START_ADDR 0xF011C5C8          FIFO1 Channel 7 Start Address Register
GTM_FIFO1_CH7_UPPER_WM 0xF011C5CC          FIFO1 Channel 7 Upper Watermark Register
GTM_FIFO1_CH7_LOWER_WM 0xF011C5D0          FIFO1 Channel 7 Lower Watermark Register
GTM_FIFO1_CH7_STATUS 0xF011C5D4          FIFO1 Channel 7 Status Register
GTM_FIFO1_CH7_FILL_LEVEL 0xF011C5D8          FIFO1 Channel 7 Fill Level Register
GTM_FIFO1_CH7_WR_PTR 0xF011C5DC          FIFO1 Channel 7 Write Pointer Register
GTM_FIFO1_CH7_RD_PTR 0xF011C5E0          FIFO1 Channel 7 Read Pointer Register
GTM_FIFO1_CH7_IRQ_NOTIFY 0xF011C5E4          FIFO1 Channel 7 Interrupt Notification Register
GTM_FIFO1_CH7_IRQ_EN 0xF011C5E8          FIFO1 Channel 7 Interrupt Enable Register
GTM_FIFO1_CH7_IRQ_FORCINT 0xF011C5EC          FIFO1 Channel 7 Force Interrupt By Software Register
GTM_FIFO1_CH7_IRQ_MODE 0xF011C5F0          FIFO1 Channel 7 IRQ Mode Control Register
GTM_FIFO1_CH7_EIRQ_EN 0xF011C5F4          FIFO1 Channel 7 Error Interrupt Enable Register
GTM_DPLL_CTRL_0 0xF0128000          DPLL Control Register 0
GTM_DPLL_CTRL_1 0xF0128004          DPLL Control Register 1
GTM_DPLL_CTRL_2 0xF0128008          DPLL Control Register 2
GTM_DPLL_CTRL_3 0xF012800C          DPLL Control Register 3
GTM_DPLL_CTRL_4 0xF0128010          DPLL Control Register 4
GTM_DPLL_CTRL_5 0xF0128014          DPLL Control Register 5
GTM_DPLL_ACT_STA 0xF0128018          DPLL ACTION Status Register With Shadow Register
GTM_DPLL_OSW    0xF012801C          DPLL Offset And Switch Old/New Address Register
GTM_DPLL_AOSV_2 0xF0128020          DPLL Address Offset Register For APT In RAM Region 2
GTM_DPLL_APT    0xF0128024          DPLL Actual RAM Pointer to RAM Regions 2A, B and D
GTM_DPLL_APS    0xF0128028          DPLL Actual RAM Pointer to RAM Regions 1C1, 1C2 and 1C4
GTM_DPLL_APT_2C 0xF012802C          DPLL Actual RAM Pointer to RAM Region 2C
GTM_DPLL_APS_1C3 0xF0128030          DPLL Actual RAM Pointer to RAM Region 1C3
GTM_DPLL_NUTC   0xF0128034          DPLL Number of Recent TRIGGER Events Used for Calculations
GTM_DPLL_NUSC   0xF0128038          DPLL Number of Recent STATE Events Used for Calculations
GTM_DPLL_NTI_CNT 0xF012803C          DPLL Number of Active TRIGGER Events to Interrupt
GTM_DPLL_IRQ_NOTIFY 0xF0128040          DPLL Interrupt Notification Register
GTM_DPLL_IRQ_EN 0xF0128044          DPLL Interrupt Enable Register
GTM_DPLL_IRQ_FORCINT 0xF0128048          DPLL Interrupt Force Register
GTM_DPLL_IRQ_MODE 0xF012804C          DPLL Interrupt Mode Register
GTM_DPLL_EIRQ_EN 0xF0128050          DPLL Error Interrupt Enable Register
GTM_DPLL_INC_CNT1 0xF01280B0          DPLL Counter for Pulses for TBU_TS1 to be sent in Automatic End Mode
GTM_DPLL_INC_CNT2 0xF01280B4          DPLL Counter for Pulses for TBU_TS2 to be sent in Automatic End Mode when SMC=RMO=1
GTM_DPLL_APT_SYNC 0xF01280B8          DPLL Old RAM Pointer and Offset Value for TRIGGER
GTM_DPLL_APS_SYNC 0xF01280BC          DPLL Old RAM Pointer and Offset Value for STATE
GTM_DPLL_TBU_TS0_T 0xF01280C0          DPLL TBU_TS0 Value at last TRIGGER Event
GTM_DPLL_TBU_TS0_S 0xF01280C4          DPLL TBU_TS0 Value at last STATE Event
GTM_DPLL_ADD_IN_LD1 0xF01280C8          DPLL Direct Load Input Value for SUB_INC1
GTM_DPLL_ADD_IN_LD2 0xF01280CC          DPLL Direct Load Input Value for SUB_INC1
GTM_DPLL_STATUS 0xF01280FC          DPLL Status Register
GTM_DPLL_ID_PMTR_0 0xF0128100          DPLL ID Information For Input Signal PMTR 0 Register
GTM_DPLL_ID_PMTR_1 0xF0128104          DPLL ID Information For Input Signal PMTR 1 Register
GTM_DPLL_ID_PMTR_2 0xF0128108          DPLL ID Information For Input Signal PMTR 2 Register
GTM_DPLL_ID_PMTR_3 0xF012810C          DPLL ID Information For Input Signal PMTR 3 Register
GTM_DPLL_ID_PMTR_4 0xF0128110          DPLL ID Information For Input Signal PMTR 4 Register
GTM_DPLL_ID_PMTR_5 0xF0128114          DPLL ID Information For Input Signal PMTR 5 Register
GTM_DPLL_ID_PMTR_6 0xF0128118          DPLL ID Information For Input Signal PMTR 6 Register
GTM_DPLL_ID_PMTR_7 0xF012811C          DPLL ID Information For Input Signal PMTR 7 Register
GTM_DPLL_ID_PMTR_8 0xF0128120          DPLL ID Information For Input Signal PMTR 8 Register
GTM_DPLL_ID_PMTR_9 0xF0128124          DPLL ID Information For Input Signal PMTR 9 Register
GTM_DPLL_ID_PMTR_10 0xF0128128          DPLL ID Information For Input Signal PMTR 10 Register
GTM_DPLL_ID_PMTR_11 0xF012812C          DPLL ID Information For Input Signal PMTR 11 Register
GTM_DPLL_ID_PMTR_12 0xF0128130          DPLL ID Information For Input Signal PMTR 12 Register
GTM_DPLL_ID_PMTR_13 0xF0128134          DPLL ID Information For Input Signal PMTR 13 Register
GTM_DPLL_ID_PMTR_14 0xF0128138          DPLL ID Information For Input Signal PMTR 14 Register
GTM_DPLL_ID_PMTR_15 0xF012813C          DPLL ID Information For Input Signal PMTR 15 Register
GTM_DPLL_ID_PMTR_16 0xF0128140          DPLL ID Information For Input Signal PMTR 16 Register
GTM_DPLL_ID_PMTR_17 0xF0128144          DPLL ID Information For Input Signal PMTR 17 Register
GTM_DPLL_ID_PMTR_18 0xF0128148          DPLL ID Information For Input Signal PMTR 18 Register
GTM_DPLL_ID_PMTR_19 0xF012814C          DPLL ID Information For Input Signal PMTR 19 Register
GTM_DPLL_ID_PMTR_20 0xF0128150          DPLL ID Information For Input Signal PMTR 20 Register
GTM_DPLL_ID_PMTR_21 0xF0128154          DPLL ID Information For Input Signal PMTR 21 Register
GTM_DPLL_ID_PMTR_22 0xF0128158          DPLL ID Information For Input Signal PMTR 22 Register
GTM_DPLL_ID_PMTR_23 0xF012815C          DPLL ID Information For Input Signal PMTR 23 Register
GTM_DPLL_ID_PMTR_24 0xF0128160          DPLL ID Information For Input Signal PMTR 24 Register
GTM_DPLL_ID_PMTR_25 0xF0128164          DPLL ID Information For Input Signal PMTR 25 Register
GTM_DPLL_ID_PMTR_26 0xF0128168          DPLL ID Information For Input Signal PMTR 26 Register
GTM_DPLL_ID_PMTR_27 0xF012816C          DPLL ID Information For Input Signal PMTR 27 Register
GTM_DPLL_ID_PMTR_28 0xF0128170          DPLL ID Information For Input Signal PMTR 28 Register
GTM_DPLL_ID_PMTR_29 0xF0128174          DPLL ID Information For Input Signal PMTR 29 Register
GTM_DPLL_ID_PMTR_30 0xF0128178          DPLL ID Information For Input Signal PMTR 30 Register
GTM_DPLL_ID_PMTR_31 0xF012817C          DPLL ID Information For Input Signal PMTR 31 Register
GTM_DPLL_CTRL_0_SHADOW_TRIGGER 0xF01281E0          DPLL Control0 Shadow Trigger Register
GTM_DPLL_CTRL_0_SHADOW_STATE 0xF01281E4          DPLL Control 0 Shadow STATE Register
GTM_DPLL_CTRL_1_SHADOW_TRIGGER 0xF01281E8          DPLL Control 1 Shadow TRIGGER Register
GTM_DPLL_CRTL_1_SHADOW_STATE 0xF01281EC          DPLL Control 1 Shadow STATE Register
GTM_DPLL_RAM_INI 0xF01281FC          DPLL RAM Initatlisation Register
GTM_DPLL_PSA0   0xF0128200          DPLL ACTION_0 Position/Value Action Request Register
GTM_DPLL_PSA1   0xF0128204          DPLL ACTION_1 Position/Value Action Request Register
GTM_DPLL_PSA2   0xF0128208          DPLL ACTION_2 Position/Value Action Request Register
GTM_DPLL_PSA3   0xF012820C          DPLL ACTION_3 Position/Value Action Request Register
GTM_DPLL_PSA4   0xF0128210          DPLL ACTION_4 Position/Value Action Request Register
GTM_DPLL_PSA5   0xF0128214          DPLL ACTION_5 Position/Value Action Request Register
GTM_DPLL_PSA6   0xF0128218          DPLL ACTION_6 Position/Value Action Request Register
GTM_DPLL_PSA7   0xF012821C          DPLL ACTION_7 Position/Value Action Request Register
GTM_DPLL_PSA8   0xF0128220          DPLL ACTION_8 Position/Value Action Request Register
GTM_DPLL_PSA9   0xF0128224          DPLL ACTION_9 Position/Value Action Request Register
GTM_DPLL_PSA10  0xF0128228          DPLL ACTION_10 Position/Value Action Request Register
GTM_DPLL_PSA11  0xF012822C          DPLL ACTION_11 Position/Value Action Request Register
GTM_DPLL_PSA12  0xF0128230          DPLL ACTION_12 Position/Value Action Request Register
GTM_DPLL_PSA13  0xF0128234          DPLL ACTION_13 Position/Value Action Request Register
GTM_DPLL_PSA14  0xF0128238          DPLL ACTION_14 Position/Value Action Request Register
GTM_DPLL_PSA15  0xF012823C          DPLL ACTION_15 Position/Value Action Request Register
GTM_DPLL_PSA16  0xF0128240          DPLL ACTION_16 Position/Value Action Request Register
GTM_DPLL_PSA17  0xF0128244          DPLL ACTION_17 Position/Value Action Request Register
GTM_DPLL_PSA18  0xF0128248          DPLL ACTION_18 Position/Value Action Request Register
GTM_DPLL_PSA19  0xF012824C          DPLL ACTION_19 Position/Value Action Request Register
GTM_DPLL_PSA20  0xF0128250          DPLL ACTION_20 Position/Value Action Request Register
GTM_DPLL_PSA21  0xF0128254          DPLL ACTION_21 Position/Value Action Request Register
GTM_DPLL_PSA22  0xF0128258          DPLL ACTION_22 Position/Value Action Request Register
GTM_DPLL_PSA23  0xF012825C          DPLL ACTION_23 Position/Value Action Request Register
GTM_DPLL_PSA24  0xF0128260          DPLL ACTION_24 Position/Value Action Request Register
GTM_DPLL_PSA25  0xF0128264          DPLL ACTION_25 Position/Value Action Request Register
GTM_DPLL_PSA26  0xF0128268          DPLL ACTION_26 Position/Value Action Request Register
GTM_DPLL_PSA27  0xF012826C          DPLL ACTION_27 Position/Value Action Request Register
GTM_DPLL_PSA28  0xF0128270          DPLL ACTION_28 Position/Value Action Request Register
GTM_DPLL_PSA29  0xF0128274          DPLL ACTION_29 Position/Value Action Request Register
GTM_DPLL_PSA30  0xF0128278          DPLL ACTION_30 Position/Value Action Request Register
GTM_DPLL_PSA31  0xF012827C          DPLL ACTION_31 Position/Value Action Request Register
GTM_DPLL_DLA0   0xF0128280          DPLL ACTION_0 Time To React Before PSAi Register
GTM_DPLL_DLA1   0xF0128284          DPLL ACTION_1 Time To React Before PSAi Register
GTM_DPLL_DLA2   0xF0128288          DPLL ACTION_2 Time To React Before PSAi Register
GTM_DPLL_DLA3   0xF012828C          DPLL ACTION_3 Time To React Before PSAi Register
GTM_DPLL_DLA4   0xF0128290          DPLL ACTION_4 Time To React Before PSAi Register
GTM_DPLL_DLA5   0xF0128294          DPLL ACTION_5 Time To React Before PSAi Register
GTM_DPLL_DLA6   0xF0128298          DPLL ACTION_6 Time To React Before PSAi Register
GTM_DPLL_DLA7   0xF012829C          DPLL ACTION_7 Time To React Before PSAi Register
GTM_DPLL_DLA8   0xF01282A0          DPLL ACTION_8 Time To React Before PSAi Register
GTM_DPLL_DLA9   0xF01282A4          DPLL ACTION_9 Time To React Before PSAi Register
GTM_DPLL_DLA10  0xF01282A8          DPLL ACTION_10 Time To React Before PSAi Register
GTM_DPLL_DLA11  0xF01282AC          DPLL ACTION_11 Time To React Before PSAi Register
GTM_DPLL_DLA12  0xF01282B0          DPLL ACTION_12 Time To React Before PSAi Register
GTM_DPLL_DLA13  0xF01282B4          DPLL ACTION_13 Time To React Before PSAi Register
GTM_DPLL_DLA14  0xF01282B8          DPLL ACTION_14 Time To React Before PSAi Register
GTM_DPLL_DLA15  0xF01282BC          DPLL ACTION_15 Time To React Before PSAi Register
GTM_DPLL_DLA16  0xF01282C0          DPLL ACTION_16 Time To React Before PSAi Register
GTM_DPLL_DLA17  0xF01282C4          DPLL ACTION_17 Time To React Before PSAi Register
GTM_DPLL_DLA18  0xF01282C8          DPLL ACTION_18 Time To React Before PSAi Register
GTM_DPLL_DLA19  0xF01282CC          DPLL ACTION_19 Time To React Before PSAi Register
GTM_DPLL_DLA20  0xF01282D0          DPLL ACTION_20 Time To React Before PSAi Register
GTM_DPLL_DLA21  0xF01282D4          DPLL ACTION_21 Time To React Before PSAi Register
GTM_DPLL_DLA22  0xF01282D8          DPLL ACTION_22 Time To React Before PSAi Register
GTM_DPLL_DLA23  0xF01282DC          DPLL ACTION_23 Time To React Before PSAi Register
GTM_DPLL_DLA24  0xF01282E0          DPLL ACTION_24 Time To React Before PSAi Register
GTM_DPLL_DLA25  0xF01282E4          DPLL ACTION_25 Time To React Before PSAi Register
GTM_DPLL_DLA26  0xF01282E8          DPLL ACTION_26 Time To React Before PSAi Register
GTM_DPLL_DLA27  0xF01282EC          DPLL ACTION_27 Time To React Before PSAi Register
GTM_DPLL_DLA28  0xF01282F0          DPLL ACTION_28 Time To React Before PSAi Register
GTM_DPLL_DLA29  0xF01282F4          DPLL ACTION_29 Time To React Before PSAi Register
GTM_DPLL_DLA30  0xF01282F8          DPLL ACTION_30 Time To React Before PSAi Register
GTM_DPLL_DLA31  0xF01282FC          DPLL ACTION_31 Time To React Before PSAi Register
GTM_DPLL_NA0    0xF0128300          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_0
GTM_DPLL_NA1    0xF0128304          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_1
GTM_DPLL_NA2    0xF0128308          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_2
GTM_DPLL_NA3    0xF012830C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_3
GTM_DPLL_NA4    0xF0128310          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_4
GTM_DPLL_NA5    0xF0128314          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_5
GTM_DPLL_NA6    0xF0128318          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_6
GTM_DPLL_NA7    0xF012831C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_7
GTM_DPLL_NA8    0xF0128320          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_8
GTM_DPLL_NA9    0xF0128324          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_9
GTM_DPLL_NA10   0xF0128328          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_10
GTM_DPLL_NA11   0xF012832C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_11
GTM_DPLL_NA12   0xF0128330          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_12
GTM_DPLL_NA13   0xF0128334          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_13
GTM_DPLL_NA14   0xF0128338          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_14
GTM_DPLL_NA15   0xF012833C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_15
GTM_DPLL_NA16   0xF0128340          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_16
GTM_DPLL_NA17   0xF0128344          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_17
GTM_DPLL_NA18   0xF0128348          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_18
GTM_DPLL_NA19   0xF012834C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_19
GTM_DPLL_NA20   0xF0128350          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_20
GTM_DPLL_NA21   0xF0128354          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_21
GTM_DPLL_NA22   0xF0128358          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_22
GTM_DPLL_NA23   0xF012835C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_23
GTM_DPLL_NA24   0xF0128360          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_24
GTM_DPLL_NA25   0xF0128364          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_25
GTM_DPLL_NA26   0xF0128368          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_26
GTM_DPLL_NA27   0xF012836C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_27
GTM_DPLL_NA28   0xF0128370          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_28
GTM_DPLL_NA29   0xF0128374          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_29
GTM_DPLL_NA30   0xF0128378          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_30
GTM_DPLL_NA31   0xF012837C          DPLL Calculated Number Of TRIGGER/STATE Increments To ACTION_31
GTM_DPLL_DTA0   0xF0128380          DPLL Calculated Relat0ve Time To ACTION_i Register
GTM_DPLL_DTA1   0xF0128384          DPLL Calculated Relat1ve Time To ACTION_i Register
GTM_DPLL_DTA2   0xF0128388          DPLL Calculated Relat2ve Time To ACTION_i Register
GTM_DPLL_DTA3   0xF012838C          DPLL Calculated Relat3ve Time To ACTION_i Register
GTM_DPLL_DTA4   0xF0128390          DPLL Calculated Relat4ve Time To ACTION_i Register
GTM_DPLL_DTA5   0xF0128394          DPLL Calculated Relat5ve Time To ACTION_i Register
GTM_DPLL_DTA6   0xF0128398          DPLL Calculated Relat6ve Time To ACTION_i Register
GTM_DPLL_DTA7   0xF012839C          DPLL Calculated Relat7ve Time To ACTION_i Register
GTM_DPLL_DTA8   0xF01283A0          DPLL Calculated Relat8ve Time To ACTION_i Register
GTM_DPLL_DTA9   0xF01283A4          DPLL Calculated Relat9ve Time To ACTION_i Register
GTM_DPLL_DTA10  0xF01283A8          DPLL Calculated Relat10ve Time To ACTION_i Register
GTM_DPLL_DTA11  0xF01283AC          DPLL Calculated Relat11ve Time To ACTION_i Register
GTM_DPLL_DTA12  0xF01283B0          DPLL Calculated Relat12ve Time To ACTION_i Register
GTM_DPLL_DTA13  0xF01283B4          DPLL Calculated Relat13ve Time To ACTION_i Register
GTM_DPLL_DTA14  0xF01283B8          DPLL Calculated Relat14ve Time To ACTION_i Register
GTM_DPLL_DTA15  0xF01283BC          DPLL Calculated Relat15ve Time To ACTION_i Register
GTM_DPLL_DTA16  0xF01283C0          DPLL Calculated Relat16ve Time To ACTION_i Register
GTM_DPLL_DTA17  0xF01283C4          DPLL Calculated Relat17ve Time To ACTION_i Register
GTM_DPLL_DTA18  0xF01283C8          DPLL Calculated Relat18ve Time To ACTION_i Register
GTM_DPLL_DTA19  0xF01283CC          DPLL Calculated Relat19ve Time To ACTION_i Register
GTM_DPLL_DTA20  0xF01283D0          DPLL Calculated Relat20ve Time To ACTION_i Register
GTM_DPLL_DTA21  0xF01283D4          DPLL Calculated Relat21ve Time To ACTION_i Register
GTM_DPLL_DTA22  0xF01283D8          DPLL Calculated Relat22ve Time To ACTION_i Register
GTM_DPLL_DTA23  0xF01283DC          DPLL Calculated Relat23ve Time To ACTION_i Register
GTM_DPLL_DTA24  0xF01283E0          DPLL Calculated Relat24ve Time To ACTION_i Register
GTM_DPLL_DTA25  0xF01283E4          DPLL Calculated Relat25ve Time To ACTION_i Register
GTM_DPLL_DTA26  0xF01283E8          DPLL Calculated Relat26ve Time To ACTION_i Register
GTM_DPLL_DTA27  0xF01283EC          DPLL Calculated Relat27ve Time To ACTION_i Register
GTM_DPLL_DTA28  0xF01283F0          DPLL Calculated Relat28ve Time To ACTION_i Register
GTM_DPLL_DTA29  0xF01283F4          DPLL Calculated Relat29ve Time To ACTION_i Register
GTM_DPLL_DTA30  0xF01283F8          DPLL Calculated Relat30ve Time To ACTION_i Register
GTM_DPLL_DTA31  0xF01283FC          DPLL Calculated Relat31ve Time To ACTION_i Register
GTM_DPLL_TS_T_0 0xF0128400          DPLL Actual Signal TRIGGER Time Stamp Register
GTM_DPLL_TS_T_1 0xF0128404          DPLL Actual Signal TRIGGER Time Stamp Register
GTM_DPLL_FTV_T  0xF0128408          DPLL Actual Signal TRIGGER Filter Value Register
GTM_DPLL_TS_S_0 0xF0128410          DPLL Actual Signal STATE Time Stamp Register
GTM_DPLL_TS_S_1 0xF0128414          DPLL Actual Signal STATE Time Stamp Register
GTM_DPLL_FTV_S  0xF0128418          DPLL Actual Signal STATE Filter Value Register
GTM_DPLL_THMI   0xF0128420          DPLL TRIGGER hold time min value
GTM_DPLL_THMA   0xF0128424          DPLL TRIGGER Hold Time Max Value
GTM_DPLL_THVAL  0xF0128428          DPLL Measured Last Pulse Time from Valid to Invalid TRIGGER Slope
GTM_DPLL_TOV    0xF0128430          DPLL Time Out Value of active TRIGGER Slope
GTM_DPLL_TOV_S  0xF0128434          DPLL Time Out Value of active STATE Slope
GTM_DPLL_ADD_IN_CAL1 0xF0128438          DPLL Calculated ADD_IN Value for SUB_INC1 Generation
GTM_DPLL_ADD_IN_CAL2 0xF012843C          DPLL Calculated ADD_IN Value for SUB_INC2 Generation
GTM_DPLL_MPVAL1 0xF0128440          DPLL Missing Pulses to be Added/Subtracted Directly to SUB_INC1 and INC_CNT1 Once
GTM_DPLL_MPVAL2 0xF0128444          DPLL Missing Pulses to be Added/Subtracted Directly to SUB_INC2 and INC_CNT2 Once
GTM_DPLL_NMB_T_TAR 0xF0128448          DPLL Target Number of Pulses to be sent in normal mode Register
GTM_DPLL_NMB_T_TAR_OLD 0xF012844C          DPLL Target Number of Pulses to be sent in normal mode Register
GTM_DPLL_NMB_S_TAR 0xF0128450          DPLL Target Number of Pulses to be sent in emergency mode Register
GTM_DPLL_NMB_S_TAR_OLD 0xF0128454          DPLL Target Number of Pulses to be sent in emergency mode Register
GTM_DPLL_RCDT_TX 0xF0128460          DPLL Reciprocal Value of Expected Increment Duration TRIGGER
GTM_DPLL_RCDT_SX 0xF0128464          DPLL Reciprocal Value of Expected Increment Duration STATE
GTM_DPLL_RCDT_TX_NOM 0xF0128468          DPLL Reciprocal Value of the Expected Nominal Increment Duration TRIGGER
GTM_DPLL_RCDT_SX_NOM 0xF012846C          DPLL Reciprocal Value of the Expected Nominal Increment Duration STATE
GTM_DPLL_RDT_T_ACT 0xF0128470          DPLL Actual Reciprocal Value of TRIGGER
GTM_DPLL_RDT_S_ACT 0xF0128474          DPLL Actual Reciprocal Value of STATE
GTM_DPLL_DT_T_ACT 0xF0128478          DPLL Duration of Last TRIGGER Increment
GTM_DPLL_DT_S_ACT 0xF012847C          DPLL Duration of Last STATE Increment [DT_S_ACT]
GTM_DPLL_EDT_T  0xF0128480          DPLL Difference of prediction to actual value of the last TRIGGER increment
GTM_DPLL_MEDT_T 0xF0128484          DPLL Weighted difference of Prediction up to the Last TRIGGER Increment
GTM_DPLL_EDT_S  0xF0128488          DPLL Difference of Prediction to actual value for Last STATE Increment
GTM_DPLL_MEDT_S 0xF012848C          DPLL Weighted difference of Prediction up to the Last STATE Increment
GTM_DPLL_CDT_TX 0xF0128490          DPLL Prediction of the actual TRIGGER Increment
GTM_DPLL_CDT_SX 0xF0128494          DPLL Prediction of the actual STATE Increment
GTM_DPLL_CDT_TX_NOM 0xF0128498          DPLL Prediction of the nominal TRIGGER Increment duration
GTM_DPLL_CDT_SX_NOM 0xF012849C          DPLL Prediction of the nominal STATE increment duration
GTM_DPLL_TLR    0xF01284A0          DPLL TRIGGER locking range
GTM_DPLL_SLR    0xF01284A4          DPLL STATE Locking Range
GTM_DPLL_PDT_T0 0xF0128500          DPLL Projected TRIGGER Increment Sum Relat0ons for Action_i
GTM_DPLL_PDT_T1 0xF0128504          DPLL Projected TRIGGER Increment Sum Relat1ons for Action_i
GTM_DPLL_PDT_T2 0xF0128508          DPLL Projected TRIGGER Increment Sum Relat2ons for Action_i
GTM_DPLL_PDT_T3 0xF012850C          DPLL Projected TRIGGER Increment Sum Relat3ons for Action_i
GTM_DPLL_PDT_T4 0xF0128510          DPLL Projected TRIGGER Increment Sum Relat4ons for Action_i
GTM_DPLL_PDT_T5 0xF0128514          DPLL Projected TRIGGER Increment Sum Relat5ons for Action_i
GTM_DPLL_PDT_T6 0xF0128518          DPLL Projected TRIGGER Increment Sum Relat6ons for Action_i
GTM_DPLL_PDT_T7 0xF012851C          DPLL Projected TRIGGER Increment Sum Relat7ons for Action_i
GTM_DPLL_PDT_T8 0xF0128520          DPLL Projected TRIGGER Increment Sum Relat8ons for Action_i
GTM_DPLL_PDT_T9 0xF0128524          DPLL Projected TRIGGER Increment Sum Relat9ons for Action_i
GTM_DPLL_PDT_T10 0xF0128528          DPLL Projected TRIGGER Increment Sum Relat10ons for Action_i
GTM_DPLL_PDT_T11 0xF012852C          DPLL Projected TRIGGER Increment Sum Relat11ons for Action_i
GTM_DPLL_PDT_T12 0xF0128530          DPLL Projected TRIGGER Increment Sum Relat12ons for Action_i
GTM_DPLL_PDT_T13 0xF0128534          DPLL Projected TRIGGER Increment Sum Relat13ons for Action_i
GTM_DPLL_PDT_T14 0xF0128538          DPLL Projected TRIGGER Increment Sum Relat14ons for Action_i
GTM_DPLL_PDT_T15 0xF012853C          DPLL Projected TRIGGER Increment Sum Relat15ons for Action_i
GTM_DPLL_PDT_T16 0xF0128540          DPLL Projected TRIGGER Increment Sum Relat16ons for Action_i
GTM_DPLL_PDT_T17 0xF0128544          DPLL Projected TRIGGER Increment Sum Relat17ons for Action_i
GTM_DPLL_PDT_T18 0xF0128548          DPLL Projected TRIGGER Increment Sum Relat18ons for Action_i
GTM_DPLL_PDT_T19 0xF012854C          DPLL Projected TRIGGER Increment Sum Relat19ons for Action_i
GTM_DPLL_PDT_T20 0xF0128550          DPLL Projected TRIGGER Increment Sum Relat20ons for Action_i
GTM_DPLL_PDT_T21 0xF0128554          DPLL Projected TRIGGER Increment Sum Relat21ons for Action_i
GTM_DPLL_PDT_T22 0xF0128558          DPLL Projected TRIGGER Increment Sum Relat22ons for Action_i
GTM_DPLL_PDT_T23 0xF012855C          DPLL Projected TRIGGER Increment Sum Relat23ons for Action_i
GTM_DPLL_PDT_T24 0xF0128560          DPLL Projected TRIGGER Increment Sum Relat24ons for Action_i
GTM_DPLL_PDT_T25 0xF0128564          DPLL Projected TRIGGER Increment Sum Relat25ons for Action_i
GTM_DPLL_PDT_T26 0xF0128568          DPLL Projected TRIGGER Increment Sum Relat26ons for Action_i
GTM_DPLL_PDT_T27 0xF012856C          DPLL Projected TRIGGER Increment Sum Relat27ons for Action_i
GTM_DPLL_PDT_T28 0xF0128570          DPLL Projected TRIGGER Increment Sum Relat28ons for Action_i
GTM_DPLL_PDT_T29 0xF0128574          DPLL Projected TRIGGER Increment Sum Relat29ons for Action_i
GTM_DPLL_PDT_T30 0xF0128578          DPLL Projected TRIGGER Increment Sum Relat30ons for Action_i
GTM_DPLL_PDT_T31 0xF012857C          DPLL Projected TRIGGER Increment Sum Relat31ons for Action_i
GTM_DPLL_MLS1   0xF01285C0          DPLL Calculated Number of Sub-Pulses between Two STATE Events
GTM_DPLL_MLS2   0xF01285C4          DPLL Calculated Number of Sub-Pulses between Two STATE Events
GTM_DPLL_CNT_NUM1 0xF01285C8          DPLL Number of Sub-Pulses of SUB_INC1 in Continuous Mode
GTM_DPLL_CNT_NUM2 0xF01285CC          DPLL Number of Sub-Pulses of SUB_INC2 in Continuous Mode
GTM_DPLL_PVT    0xF01285D0          DPLL Plausibility Value of Next Active TRIGGER Slope
GTM_DPLL_PSTC   0xF01285E0          DPLL Actual Calculated Position Stamp of Last TRIGGER Input
GTM_DPLL_PSSC   0xF01285E4          DPLL Accurate Calculated Position Stamp of Last STATE Input
GTM_DPLL_PSTM_0 0xF01285E8          DPLL Measured Position Stamp of Last TRIGGER Input
GTM_DPLL_PSTM_1 0xF01285EC          DPLL Measured Position Stamp of Last TRIGGER Input
GTM_DPLL_PSSM_0 0xF01285F0          DPLL Measured Position Stamp of Last STATE Input
GTM_DPLL_PSSM_1 0xF01285F4          DPLL Measured Position Stamp of Last STATE Input
GTM_DPLL_NMB_T  0xF01285F8          DPLL Number of Pulses of Current Increment in Normal Mode
GTM_DPLL_NMB_S  0xF01285FC          DPLL Number of Pulses of Current Increment in Emergency Mode
GTM_DPLL_RDT_S0 0xF0128600          DPLL Nominal STATE 0 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S1 0xF0128604          DPLL Nominal STATE 1 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S2 0xF0128608          DPLL Nominal STATE 2 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S3 0xF012860C          DPLL Nominal STATE 3 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S4 0xF0128610          DPLL Nominal STATE 4 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S5 0xF0128614          DPLL Nominal STATE 5 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S6 0xF0128618          DPLL Nominal STATE 6 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S7 0xF012861C          DPLL Nominal STATE 7 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S8 0xF0128620          DPLL Nominal STATE 8 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S9 0xF0128624          DPLL Nominal STATE 9 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S10 0xF0128628          DPLL Nominal STATE 10 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S11 0xF012862C          DPLL Nominal STATE 11 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S12 0xF0128630          DPLL Nominal STATE 12 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S13 0xF0128634          DPLL Nominal STATE 13 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S14 0xF0128638          DPLL Nominal STATE 14 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S15 0xF012863C          DPLL Nominal STATE 15 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S16 0xF0128640          DPLL Nominal STATE 16 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S17 0xF0128644          DPLL Nominal STATE 17 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S18 0xF0128648          DPLL Nominal STATE 18 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S19 0xF012864C          DPLL Nominal STATE 19 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S20 0xF0128650          DPLL Nominal STATE 20 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S21 0xF0128654          DPLL Nominal STATE 21 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S22 0xF0128658          DPLL Nominal STATE 22 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S23 0xF012865C          DPLL Nominal STATE 23 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S24 0xF0128660          DPLL Nominal STATE 24 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S25 0xF0128664          DPLL Nominal STATE 25 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S26 0xF0128668          DPLL Nominal STATE 26 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S27 0xF012866C          DPLL Nominal STATE 27 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S28 0xF0128670          DPLL Nominal STATE 28 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S29 0xF0128674          DPLL Nominal STATE 29 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S30 0xF0128678          DPLL Nominal STATE 30 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S31 0xF012867C          DPLL Nominal STATE 31 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S32 0xF0128680          DPLL Nominal STATE 32 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S33 0xF0128684          DPLL Nominal STATE 33 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S34 0xF0128688          DPLL Nominal STATE 34 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S35 0xF012868C          DPLL Nominal STATE 35 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S36 0xF0128690          DPLL Nominal STATE 36 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S37 0xF0128694          DPLL Nominal STATE 37 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S38 0xF0128698          DPLL Nominal STATE 38 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S39 0xF012869C          DPLL Nominal STATE 39 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S40 0xF01286A0          DPLL Nominal STATE 40 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S41 0xF01286A4          DPLL Nominal STATE 41 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S42 0xF01286A8          DPLL Nominal STATE 42 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S43 0xF01286AC          DPLL Nominal STATE 43 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S44 0xF01286B0          DPLL Nominal STATE 44 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S45 0xF01286B4          DPLL Nominal STATE 45 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S46 0xF01286B8          DPLL Nominal STATE 46 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S47 0xF01286BC          DPLL Nominal STATE 47 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S48 0xF01286C0          DPLL Nominal STATE 48 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S49 0xF01286C4          DPLL Nominal STATE 49 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S50 0xF01286C8          DPLL Nominal STATE 50 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S51 0xF01286CC          DPLL Nominal STATE 51 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S52 0xF01286D0          DPLL Nominal STATE 52 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S53 0xF01286D4          DPLL Nominal STATE 53 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S54 0xF01286D8          DPLL Nominal STATE 54 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S55 0xF01286DC          DPLL Nominal STATE 55 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S56 0xF01286E0          DPLL Nominal STATE 56 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S57 0xF01286E4          DPLL Nominal STATE 57 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S58 0xF01286E8          DPLL Nominal STATE 58 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S59 0xF01286EC          DPLL Nominal STATE 59 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S60 0xF01286F0          DPLL Nominal STATE 60 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S61 0xF01286F4          DPLL Nominal STATE 61 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S62 0xF01286F8          DPLL Nominal STATE 62 Reciprocal Values in FULL_SCALE
GTM_DPLL_RDT_S63 0xF01286FC          DPLL Nominal STATE 63 Reciprocal Values in FULL_SCALE
GTM_DPLL_TSF_S0 0xF0128700          DPLL Time Stamp Field of STATE 0 Events
GTM_DPLL_TSF_S1 0xF0128704          DPLL Time Stamp Field of STATE 1 Events
GTM_DPLL_TSF_S2 0xF0128708          DPLL Time Stamp Field of STATE 2 Events
GTM_DPLL_TSF_S3 0xF012870C          DPLL Time Stamp Field of STATE 3 Events
GTM_DPLL_TSF_S4 0xF0128710          DPLL Time Stamp Field of STATE 4 Events
GTM_DPLL_TSF_S5 0xF0128714          DPLL Time Stamp Field of STATE 5 Events
GTM_DPLL_TSF_S6 0xF0128718          DPLL Time Stamp Field of STATE 6 Events
GTM_DPLL_TSF_S7 0xF012871C          DPLL Time Stamp Field of STATE 7 Events
GTM_DPLL_TSF_S8 0xF0128720          DPLL Time Stamp Field of STATE 8 Events
GTM_DPLL_TSF_S9 0xF0128724          DPLL Time Stamp Field of STATE 9 Events
GTM_DPLL_TSF_S10 0xF0128728          DPLL Time Stamp Field of STATE 10 Events
GTM_DPLL_TSF_S11 0xF012872C          DPLL Time Stamp Field of STATE 11 Events
GTM_DPLL_TSF_S12 0xF0128730          DPLL Time Stamp Field of STATE 12 Events
GTM_DPLL_TSF_S13 0xF0128734          DPLL Time Stamp Field of STATE 13 Events
GTM_DPLL_TSF_S14 0xF0128738          DPLL Time Stamp Field of STATE 14 Events
GTM_DPLL_TSF_S15 0xF012873C          DPLL Time Stamp Field of STATE 15 Events
GTM_DPLL_TSF_S16 0xF0128740          DPLL Time Stamp Field of STATE 16 Events
GTM_DPLL_TSF_S17 0xF0128744          DPLL Time Stamp Field of STATE 17 Events
GTM_DPLL_TSF_S18 0xF0128748          DPLL Time Stamp Field of STATE 18 Events
GTM_DPLL_TSF_S19 0xF012874C          DPLL Time Stamp Field of STATE 19 Events
GTM_DPLL_TSF_S20 0xF0128750          DPLL Time Stamp Field of STATE 20 Events
GTM_DPLL_TSF_S21 0xF0128754          DPLL Time Stamp Field of STATE 21 Events
GTM_DPLL_TSF_S22 0xF0128758          DPLL Time Stamp Field of STATE 22 Events
GTM_DPLL_TSF_S23 0xF012875C          DPLL Time Stamp Field of STATE 23 Events
GTM_DPLL_TSF_S24 0xF0128760          DPLL Time Stamp Field of STATE 24 Events
GTM_DPLL_TSF_S25 0xF0128764          DPLL Time Stamp Field of STATE 25 Events
GTM_DPLL_TSF_S26 0xF0128768          DPLL Time Stamp Field of STATE 26 Events
GTM_DPLL_TSF_S27 0xF012876C          DPLL Time Stamp Field of STATE 27 Events
GTM_DPLL_TSF_S28 0xF0128770          DPLL Time Stamp Field of STATE 28 Events
GTM_DPLL_TSF_S29 0xF0128774          DPLL Time Stamp Field of STATE 29 Events
GTM_DPLL_TSF_S30 0xF0128778          DPLL Time Stamp Field of STATE 30 Events
GTM_DPLL_TSF_S31 0xF012877C          DPLL Time Stamp Field of STATE 31 Events
GTM_DPLL_TSF_S32 0xF0128780          DPLL Time Stamp Field of STATE 32 Events
GTM_DPLL_TSF_S33 0xF0128784          DPLL Time Stamp Field of STATE 33 Events
GTM_DPLL_TSF_S34 0xF0128788          DPLL Time Stamp Field of STATE 34 Events
GTM_DPLL_TSF_S35 0xF012878C          DPLL Time Stamp Field of STATE 35 Events
GTM_DPLL_TSF_S36 0xF0128790          DPLL Time Stamp Field of STATE 36 Events
GTM_DPLL_TSF_S37 0xF0128794          DPLL Time Stamp Field of STATE 37 Events
GTM_DPLL_TSF_S38 0xF0128798          DPLL Time Stamp Field of STATE 38 Events
GTM_DPLL_TSF_S39 0xF012879C          DPLL Time Stamp Field of STATE 39 Events
GTM_DPLL_TSF_S40 0xF01287A0          DPLL Time Stamp Field of STATE 40 Events
GTM_DPLL_TSF_S41 0xF01287A4          DPLL Time Stamp Field of STATE 41 Events
GTM_DPLL_TSF_S42 0xF01287A8          DPLL Time Stamp Field of STATE 42 Events
GTM_DPLL_TSF_S43 0xF01287AC          DPLL Time Stamp Field of STATE 43 Events
GTM_DPLL_TSF_S44 0xF01287B0          DPLL Time Stamp Field of STATE 44 Events
GTM_DPLL_TSF_S45 0xF01287B4          DPLL Time Stamp Field of STATE 45 Events
GTM_DPLL_TSF_S46 0xF01287B8          DPLL Time Stamp Field of STATE 46 Events
GTM_DPLL_TSF_S47 0xF01287BC          DPLL Time Stamp Field of STATE 47 Events
GTM_DPLL_TSF_S48 0xF01287C0          DPLL Time Stamp Field of STATE 48 Events
GTM_DPLL_TSF_S49 0xF01287C4          DPLL Time Stamp Field of STATE 49 Events
GTM_DPLL_TSF_S50 0xF01287C8          DPLL Time Stamp Field of STATE 50 Events
GTM_DPLL_TSF_S51 0xF01287CC          DPLL Time Stamp Field of STATE 51 Events
GTM_DPLL_TSF_S52 0xF01287D0          DPLL Time Stamp Field of STATE 52 Events
GTM_DPLL_TSF_S53 0xF01287D4          DPLL Time Stamp Field of STATE 53 Events
GTM_DPLL_TSF_S54 0xF01287D8          DPLL Time Stamp Field of STATE 54 Events
GTM_DPLL_TSF_S55 0xF01287DC          DPLL Time Stamp Field of STATE 55 Events
GTM_DPLL_TSF_S56 0xF01287E0          DPLL Time Stamp Field of STATE 56 Events
GTM_DPLL_TSF_S57 0xF01287E4          DPLL Time Stamp Field of STATE 57 Events
GTM_DPLL_TSF_S58 0xF01287E8          DPLL Time Stamp Field of STATE 58 Events
GTM_DPLL_TSF_S59 0xF01287EC          DPLL Time Stamp Field of STATE 59 Events
GTM_DPLL_TSF_S60 0xF01287F0          DPLL Time Stamp Field of STATE 60 Events
GTM_DPLL_TSF_S61 0xF01287F4          DPLL Time Stamp Field of STATE 61 Events
GTM_DPLL_TSF_S62 0xF01287F8          DPLL Time Stamp Field of STATE 62 Events
GTM_DPLL_TSF_S63 0xF01287FC          DPLL Time Stamp Field of STATE 63 Events
GTM_DPLL_ADT_S0 0xF0128800          DPLL Adapt Values for All STATE 0 Increments
GTM_DPLL_ADT_S1 0xF0128804          DPLL Adapt Values for All STATE 1 Increments
GTM_DPLL_ADT_S2 0xF0128808          DPLL Adapt Values for All STATE 2 Increments
GTM_DPLL_ADT_S3 0xF012880C          DPLL Adapt Values for All STATE 3 Increments
GTM_DPLL_ADT_S4 0xF0128810          DPLL Adapt Values for All STATE 4 Increments
GTM_DPLL_ADT_S5 0xF0128814          DPLL Adapt Values for All STATE 5 Increments
GTM_DPLL_ADT_S6 0xF0128818          DPLL Adapt Values for All STATE 6 Increments
GTM_DPLL_ADT_S7 0xF012881C          DPLL Adapt Values for All STATE 7 Increments
GTM_DPLL_ADT_S8 0xF0128820          DPLL Adapt Values for All STATE 8 Increments
GTM_DPLL_ADT_S9 0xF0128824          DPLL Adapt Values for All STATE 9 Increments
GTM_DPLL_ADT_S10 0xF0128828          DPLL Adapt Values for All STATE 10 Increments
GTM_DPLL_ADT_S11 0xF012882C          DPLL Adapt Values for All STATE 11 Increments
GTM_DPLL_ADT_S12 0xF0128830          DPLL Adapt Values for All STATE 12 Increments
GTM_DPLL_ADT_S13 0xF0128834          DPLL Adapt Values for All STATE 13 Increments
GTM_DPLL_ADT_S14 0xF0128838          DPLL Adapt Values for All STATE 14 Increments
GTM_DPLL_ADT_S15 0xF012883C          DPLL Adapt Values for All STATE 15 Increments
GTM_DPLL_ADT_S16 0xF0128840          DPLL Adapt Values for All STATE 16 Increments
GTM_DPLL_ADT_S17 0xF0128844          DPLL Adapt Values for All STATE 17 Increments
GTM_DPLL_ADT_S18 0xF0128848          DPLL Adapt Values for All STATE 18 Increments
GTM_DPLL_ADT_S19 0xF012884C          DPLL Adapt Values for All STATE 19 Increments
GTM_DPLL_ADT_S20 0xF0128850          DPLL Adapt Values for All STATE 20 Increments
GTM_DPLL_ADT_S21 0xF0128854          DPLL Adapt Values for All STATE 21 Increments
GTM_DPLL_ADT_S22 0xF0128858          DPLL Adapt Values for All STATE 22 Increments
GTM_DPLL_ADT_S23 0xF012885C          DPLL Adapt Values for All STATE 23 Increments
GTM_DPLL_ADT_S24 0xF0128860          DPLL Adapt Values for All STATE 24 Increments
GTM_DPLL_ADT_S25 0xF0128864          DPLL Adapt Values for All STATE 25 Increments
GTM_DPLL_ADT_S26 0xF0128868          DPLL Adapt Values for All STATE 26 Increments
GTM_DPLL_ADT_S27 0xF012886C          DPLL Adapt Values for All STATE 27 Increments
GTM_DPLL_ADT_S28 0xF0128870          DPLL Adapt Values for All STATE 28 Increments
GTM_DPLL_ADT_S29 0xF0128874          DPLL Adapt Values for All STATE 29 Increments
GTM_DPLL_ADT_S30 0xF0128878          DPLL Adapt Values for All STATE 30 Increments
GTM_DPLL_ADT_S31 0xF012887C          DPLL Adapt Values for All STATE 31 Increments
GTM_DPLL_ADT_S32 0xF0128880          DPLL Adapt Values for All STATE 32 Increments
GTM_DPLL_ADT_S33 0xF0128884          DPLL Adapt Values for All STATE 33 Increments
GTM_DPLL_ADT_S34 0xF0128888          DPLL Adapt Values for All STATE 34 Increments
GTM_DPLL_ADT_S35 0xF012888C          DPLL Adapt Values for All STATE 35 Increments
GTM_DPLL_ADT_S36 0xF0128890          DPLL Adapt Values for All STATE 36 Increments
GTM_DPLL_ADT_S37 0xF0128894          DPLL Adapt Values for All STATE 37 Increments
GTM_DPLL_ADT_S38 0xF0128898          DPLL Adapt Values for All STATE 38 Increments
GTM_DPLL_ADT_S39 0xF012889C          DPLL Adapt Values for All STATE 39 Increments
GTM_DPLL_ADT_S40 0xF01288A0          DPLL Adapt Values for All STATE 40 Increments
GTM_DPLL_ADT_S41 0xF01288A4          DPLL Adapt Values for All STATE 41 Increments
GTM_DPLL_ADT_S42 0xF01288A8          DPLL Adapt Values for All STATE 42 Increments
GTM_DPLL_ADT_S43 0xF01288AC          DPLL Adapt Values for All STATE 43 Increments
GTM_DPLL_ADT_S44 0xF01288B0          DPLL Adapt Values for All STATE 44 Increments
GTM_DPLL_ADT_S45 0xF01288B4          DPLL Adapt Values for All STATE 45 Increments
GTM_DPLL_ADT_S46 0xF01288B8          DPLL Adapt Values for All STATE 46 Increments
GTM_DPLL_ADT_S47 0xF01288BC          DPLL Adapt Values for All STATE 47 Increments
GTM_DPLL_ADT_S48 0xF01288C0          DPLL Adapt Values for All STATE 48 Increments
GTM_DPLL_ADT_S49 0xF01288C4          DPLL Adapt Values for All STATE 49 Increments
GTM_DPLL_ADT_S50 0xF01288C8          DPLL Adapt Values for All STATE 50 Increments
GTM_DPLL_ADT_S51 0xF01288CC          DPLL Adapt Values for All STATE 51 Increments
GTM_DPLL_ADT_S52 0xF01288D0          DPLL Adapt Values for All STATE 52 Increments
GTM_DPLL_ADT_S53 0xF01288D4          DPLL Adapt Values for All STATE 53 Increments
GTM_DPLL_ADT_S54 0xF01288D8          DPLL Adapt Values for All STATE 54 Increments
GTM_DPLL_ADT_S55 0xF01288DC          DPLL Adapt Values for All STATE 55 Increments
GTM_DPLL_ADT_S56 0xF01288E0          DPLL Adapt Values for All STATE 56 Increments
GTM_DPLL_ADT_S57 0xF01288E4          DPLL Adapt Values for All STATE 57 Increments
GTM_DPLL_ADT_S58 0xF01288E8          DPLL Adapt Values for All STATE 58 Increments
GTM_DPLL_ADT_S59 0xF01288EC          DPLL Adapt Values for All STATE 59 Increments
GTM_DPLL_ADT_S60 0xF01288F0          DPLL Adapt Values for All STATE 60 Increments
GTM_DPLL_ADT_S61 0xF01288F4          DPLL Adapt Values for All STATE 61 Increments
GTM_DPLL_ADT_S62 0xF01288F8          DPLL Adapt Values for All STATE 62 Increments
GTM_DPLL_ADT_S63 0xF01288FC          DPLL Adapt Values for All STATE 63 Increments
GTM_DPLL_DT_S0  0xF0128900          DPLL Nominal STATE 0 Increment Values for FULL_SCALE
GTM_DPLL_DT_S1  0xF0128904          DPLL Nominal STATE 1 Increment Values for FULL_SCALE
GTM_DPLL_DT_S2  0xF0128908          DPLL Nominal STATE 2 Increment Values for FULL_SCALE
GTM_DPLL_DT_S3  0xF012890C          DPLL Nominal STATE 3 Increment Values for FULL_SCALE
GTM_DPLL_DT_S4  0xF0128910          DPLL Nominal STATE 4 Increment Values for FULL_SCALE
GTM_DPLL_DT_S5  0xF0128914          DPLL Nominal STATE 5 Increment Values for FULL_SCALE
GTM_DPLL_DT_S6  0xF0128918          DPLL Nominal STATE 6 Increment Values for FULL_SCALE
GTM_DPLL_DT_S7  0xF012891C          DPLL Nominal STATE 7 Increment Values for FULL_SCALE
GTM_DPLL_DT_S8  0xF0128920          DPLL Nominal STATE 8 Increment Values for FULL_SCALE
GTM_DPLL_DT_S9  0xF0128924          DPLL Nominal STATE 9 Increment Values for FULL_SCALE
GTM_DPLL_DT_S10 0xF0128928          DPLL Nominal STATE 10 Increment Values for FULL_SCALE
GTM_DPLL_DT_S11 0xF012892C          DPLL Nominal STATE 11 Increment Values for FULL_SCALE
GTM_DPLL_DT_S12 0xF0128930          DPLL Nominal STATE 12 Increment Values for FULL_SCALE
GTM_DPLL_DT_S13 0xF0128934          DPLL Nominal STATE 13 Increment Values for FULL_SCALE
GTM_DPLL_DT_S14 0xF0128938          DPLL Nominal STATE 14 Increment Values for FULL_SCALE
GTM_DPLL_DT_S15 0xF012893C          DPLL Nominal STATE 15 Increment Values for FULL_SCALE
GTM_DPLL_DT_S16 0xF0128940          DPLL Nominal STATE 16 Increment Values for FULL_SCALE
GTM_DPLL_DT_S17 0xF0128944          DPLL Nominal STATE 17 Increment Values for FULL_SCALE
GTM_DPLL_DT_S18 0xF0128948          DPLL Nominal STATE 18 Increment Values for FULL_SCALE
GTM_DPLL_DT_S19 0xF012894C          DPLL Nominal STATE 19 Increment Values for FULL_SCALE
GTM_DPLL_DT_S20 0xF0128950          DPLL Nominal STATE 20 Increment Values for FULL_SCALE
GTM_DPLL_DT_S21 0xF0128954          DPLL Nominal STATE 21 Increment Values for FULL_SCALE
GTM_DPLL_DT_S22 0xF0128958          DPLL Nominal STATE 22 Increment Values for FULL_SCALE
GTM_DPLL_DT_S23 0xF012895C          DPLL Nominal STATE 23 Increment Values for FULL_SCALE
GTM_DPLL_DT_S24 0xF0128960          DPLL Nominal STATE 24 Increment Values for FULL_SCALE
GTM_DPLL_DT_S25 0xF0128964          DPLL Nominal STATE 25 Increment Values for FULL_SCALE
GTM_DPLL_DT_S26 0xF0128968          DPLL Nominal STATE 26 Increment Values for FULL_SCALE
GTM_DPLL_DT_S27 0xF012896C          DPLL Nominal STATE 27 Increment Values for FULL_SCALE
GTM_DPLL_DT_S28 0xF0128970          DPLL Nominal STATE 28 Increment Values for FULL_SCALE
GTM_DPLL_DT_S29 0xF0128974          DPLL Nominal STATE 29 Increment Values for FULL_SCALE
GTM_DPLL_DT_S30 0xF0128978          DPLL Nominal STATE 30 Increment Values for FULL_SCALE
GTM_DPLL_DT_S31 0xF012897C          DPLL Nominal STATE 31 Increment Values for FULL_SCALE
GTM_DPLL_DT_S32 0xF0128980          DPLL Nominal STATE 32 Increment Values for FULL_SCALE
GTM_DPLL_DT_S33 0xF0128984          DPLL Nominal STATE 33 Increment Values for FULL_SCALE
GTM_DPLL_DT_S34 0xF0128988          DPLL Nominal STATE 34 Increment Values for FULL_SCALE
GTM_DPLL_DT_S35 0xF012898C          DPLL Nominal STATE 35 Increment Values for FULL_SCALE
GTM_DPLL_DT_S36 0xF0128990          DPLL Nominal STATE 36 Increment Values for FULL_SCALE
GTM_DPLL_DT_S37 0xF0128994          DPLL Nominal STATE 37 Increment Values for FULL_SCALE
GTM_DPLL_DT_S38 0xF0128998          DPLL Nominal STATE 38 Increment Values for FULL_SCALE
GTM_DPLL_DT_S39 0xF012899C          DPLL Nominal STATE 39 Increment Values for FULL_SCALE
GTM_DPLL_DT_S40 0xF01289A0          DPLL Nominal STATE 40 Increment Values for FULL_SCALE
GTM_DPLL_DT_S41 0xF01289A4          DPLL Nominal STATE 41 Increment Values for FULL_SCALE
GTM_DPLL_DT_S42 0xF01289A8          DPLL Nominal STATE 42 Increment Values for FULL_SCALE
GTM_DPLL_DT_S43 0xF01289AC          DPLL Nominal STATE 43 Increment Values for FULL_SCALE
GTM_DPLL_DT_S44 0xF01289B0          DPLL Nominal STATE 44 Increment Values for FULL_SCALE
GTM_DPLL_DT_S45 0xF01289B4          DPLL Nominal STATE 45 Increment Values for FULL_SCALE
GTM_DPLL_DT_S46 0xF01289B8          DPLL Nominal STATE 46 Increment Values for FULL_SCALE
GTM_DPLL_DT_S47 0xF01289BC          DPLL Nominal STATE 47 Increment Values for FULL_SCALE
GTM_DPLL_DT_S48 0xF01289C0          DPLL Nominal STATE 48 Increment Values for FULL_SCALE
GTM_DPLL_DT_S49 0xF01289C4          DPLL Nominal STATE 49 Increment Values for FULL_SCALE
GTM_DPLL_DT_S50 0xF01289C8          DPLL Nominal STATE 50 Increment Values for FULL_SCALE
GTM_DPLL_DT_S51 0xF01289CC          DPLL Nominal STATE 51 Increment Values for FULL_SCALE
GTM_DPLL_DT_S52 0xF01289D0          DPLL Nominal STATE 52 Increment Values for FULL_SCALE
GTM_DPLL_DT_S53 0xF01289D4          DPLL Nominal STATE 53 Increment Values for FULL_SCALE
GTM_DPLL_DT_S54 0xF01289D8          DPLL Nominal STATE 54 Increment Values for FULL_SCALE
GTM_DPLL_DT_S55 0xF01289DC          DPLL Nominal STATE 55 Increment Values for FULL_SCALE
GTM_DPLL_DT_S56 0xF01289E0          DPLL Nominal STATE 56 Increment Values for FULL_SCALE
GTM_DPLL_DT_S57 0xF01289E4          DPLL Nominal STATE 57 Increment Values for FULL_SCALE
GTM_DPLL_DT_S58 0xF01289E8          DPLL Nominal STATE 58 Increment Values for FULL_SCALE
GTM_DPLL_DT_S59 0xF01289EC          DPLL Nominal STATE 59 Increment Values for FULL_SCALE
GTM_DPLL_DT_S60 0xF01289F0          DPLL Nominal STATE 60 Increment Values for FULL_SCALE
GTM_DPLL_DT_S61 0xF01289F4          DPLL Nominal STATE 61 Increment Values for FULL_SCALE
GTM_DPLL_DT_S62 0xF01289F8          DPLL Nominal STATE 62 Increment Values for FULL_SCALE
GTM_DPLL_DT_S63 0xF01289FC          DPLL Nominal STATE 63 Increment Values for FULL_SCALE
GTM_DPLL_TSAC0  0xF0128E00          DPLL Calculated Time Stamp Register 0
GTM_DPLL_TSAC1  0xF0128E04          DPLL Calculated Time Stamp Register 1
GTM_DPLL_TSAC2  0xF0128E08          DPLL Calculated Time Stamp Register 2
GTM_DPLL_TSAC3  0xF0128E0C          DPLL Calculated Time Stamp Register 3
GTM_DPLL_TSAC4  0xF0128E10          DPLL Calculated Time Stamp Register 4
GTM_DPLL_TSAC5  0xF0128E14          DPLL Calculated Time Stamp Register 5
GTM_DPLL_TSAC6  0xF0128E18          DPLL Calculated Time Stamp Register 6
GTM_DPLL_TSAC7  0xF0128E1C          DPLL Calculated Time Stamp Register 7
GTM_DPLL_TSAC8  0xF0128E20          DPLL Calculated Time Stamp Register 8
GTM_DPLL_TSAC9  0xF0128E24          DPLL Calculated Time Stamp Register 9
GTM_DPLL_TSAC10 0xF0128E28          DPLL Calculated Time Stamp Register 10
GTM_DPLL_TSAC11 0xF0128E2C          DPLL Calculated Time Stamp Register 11
GTM_DPLL_TSAC12 0xF0128E30          DPLL Calculated Time Stamp Register 12
GTM_DPLL_TSAC13 0xF0128E34          DPLL Calculated Time Stamp Register 13
GTM_DPLL_TSAC14 0xF0128E38          DPLL Calculated Time Stamp Register 14
GTM_DPLL_TSAC15 0xF0128E3C          DPLL Calculated Time Stamp Register 15
GTM_DPLL_TSAC16 0xF0128E40          DPLL Calculated Time Stamp Register 16
GTM_DPLL_TSAC17 0xF0128E44          DPLL Calculated Time Stamp Register 17
GTM_DPLL_TSAC18 0xF0128E48          DPLL Calculated Time Stamp Register 18
GTM_DPLL_TSAC19 0xF0128E4C          DPLL Calculated Time Stamp Register 19
GTM_DPLL_TSAC20 0xF0128E50          DPLL Calculated Time Stamp Register 20
GTM_DPLL_TSAC21 0xF0128E54          DPLL Calculated Time Stamp Register 21
GTM_DPLL_TSAC22 0xF0128E58          DPLL Calculated Time Stamp Register 22
GTM_DPLL_TSAC23 0xF0128E5C          DPLL Calculated Time Stamp Register 23
GTM_DPLL_TSAC24 0xF0128E60          DPLL Calculated Time Stamp Register 24
GTM_DPLL_TSAC25 0xF0128E64          DPLL Calculated Time Stamp Register 25
GTM_DPLL_TSAC26 0xF0128E68          DPLL Calculated Time Stamp Register 26
GTM_DPLL_TSAC27 0xF0128E6C          DPLL Calculated Time Stamp Register 27
GTM_DPLL_TSAC28 0xF0128E70          DPLL Calculated Time Stamp Register 28
GTM_DPLL_TSAC29 0xF0128E74          DPLL Calculated Time Stamp Register 29
GTM_DPLL_TSAC30 0xF0128E78          DPLL Calculated Time Stamp Register 30
GTM_DPLL_TSAC31 0xF0128E7C          DPLL Calculated Time Stamp Register 31
GTM_DPLL_PSAC0  0xF0128E80          DPLL Calculated Position Value Register 0
GTM_DPLL_PSAC1  0xF0128E84          DPLL Calculated Position Value Register 1
GTM_DPLL_PSAC2  0xF0128E88          DPLL Calculated Position Value Register 2
GTM_DPLL_PSAC3  0xF0128E8C          DPLL Calculated Position Value Register 3
GTM_DPLL_PSAC4  0xF0128E90          DPLL Calculated Position Value Register 4
GTM_DPLL_PSAC5  0xF0128E94          DPLL Calculated Position Value Register 5
GTM_DPLL_PSAC6  0xF0128E98          DPLL Calculated Position Value Register 6
GTM_DPLL_PSAC7  0xF0128E9C          DPLL Calculated Position Value Register 7
GTM_DPLL_PSAC8  0xF0128EA0          DPLL Calculated Position Value Register 8
GTM_DPLL_PSAC9  0xF0128EA4          DPLL Calculated Position Value Register 9
GTM_DPLL_PSAC10 0xF0128EA8          DPLL Calculated Position Value Register 10
GTM_DPLL_PSAC11 0xF0128EAC          DPLL Calculated Position Value Register 11
GTM_DPLL_PSAC12 0xF0128EB0          DPLL Calculated Position Value Register 12
GTM_DPLL_PSAC13 0xF0128EB4          DPLL Calculated Position Value Register 13
GTM_DPLL_PSAC14 0xF0128EB8          DPLL Calculated Position Value Register 14
GTM_DPLL_PSAC15 0xF0128EBC          DPLL Calculated Position Value Register 15
GTM_DPLL_PSAC16 0xF0128EC0          DPLL Calculated Position Value Register 16
GTM_DPLL_PSAC17 0xF0128EC4          DPLL Calculated Position Value Register 17
GTM_DPLL_PSAC18 0xF0128EC8          DPLL Calculated Position Value Register 18
GTM_DPLL_PSAC19 0xF0128ECC          DPLL Calculated Position Value Register 19
GTM_DPLL_PSAC20 0xF0128ED0          DPLL Calculated Position Value Register 20
GTM_DPLL_PSAC21 0xF0128ED4          DPLL Calculated Position Value Register 21
GTM_DPLL_PSAC22 0xF0128ED8          DPLL Calculated Position Value Register 22
GTM_DPLL_PSAC23 0xF0128EDC          DPLL Calculated Position Value Register 23
GTM_DPLL_PSAC24 0xF0128EE0          DPLL Calculated Position Value Register 24
GTM_DPLL_PSAC25 0xF0128EE4          DPLL Calculated Position Value Register 25
GTM_DPLL_PSAC26 0xF0128EE8          DPLL Calculated Position Value Register 26
GTM_DPLL_PSAC27 0xF0128EEC          DPLL Calculated Position Value Register 27
GTM_DPLL_PSAC28 0xF0128EF0          DPLL Calculated Position Value Register 28
GTM_DPLL_PSAC29 0xF0128EF4          DPLL Calculated Position Value Register 29
GTM_DPLL_PSAC30 0xF0128EF8          DPLL Calculated Position Value Register 30
GTM_DPLL_PSAC31 0xF0128EFC          DPLL Calculated Position Value Register 31
GTM_DPLL_ACB0   0xF0128F00          DPLL Action Control 0 Register
GTM_DPLL_ACB1   0xF0128F04          DPLL Action Control 1 Register
GTM_DPLL_ACB2   0xF0128F08          DPLL Action Control 2 Register
GTM_DPLL_ACB3   0xF0128F0C          DPLL Action Control 3 Register
GTM_DPLL_ACB4   0xF0128F10          DPLL Action Control 4 Register
GTM_DPLL_ACB5   0xF0128F14          DPLL Action Control 5 Register
GTM_DPLL_ACB6   0xF0128F18          DPLL Action Control 6 Register
GTM_DPLL_ACB7   0xF0128F1C          DPLL Action Control 7 Register
GTM_MCS0_CH0_R0 0xF0130000          MCS0 Channel 0 Program Counter Register 0
GTM_MCS0_CH0_R1 0xF0130004          MCS0 Channel 0 Program Counter Register 1
GTM_MCS0_CH0_R2 0xF0130008          MCS0 Channel 0 Program Counter Register 2
GTM_MCS0_CH0_R3 0xF013000C          MCS0 Channel 0 Program Counter Register 3
GTM_MCS0_CH0_R4 0xF0130010          MCS0 Channel 0 Program Counter Register 4
GTM_MCS0_CH0_R5 0xF0130014          MCS0 Channel 0 Program Counter Register 5
GTM_MCS0_CH0_R6 0xF0130018          MCS0 Channel 0 Program Counter Register 6
GTM_MCS0_CH0_R7 0xF013001C          MCS0 Channel 0 Program Counter Register 7
GTM_MCS0_CH0_CTRL 0xF0130020          MCS0 Channel Control Register
GTM_MCS0_CH0_ACB 0xF0130024          MCS0 Channel ACB Register
GTM_MCS0_CTRG   0xF0130028          MCS0 Clear Trigger Control Register
GTM_MCS0_STRG   0xF013002C          MCS0 Set Trigger Control Register
GTM_MCS0_CH0_PC 0xF0130040          MCS0 Channel 0 Program Counter Register
GTM_MCS0_CH0_IRQ_NOTIFY 0xF0130044          MCS0 Channel 0 interrupt notification register
GTM_MCS0_CH0_IRQ_EN 0xF0130048          MCS0 Channel 0 Interrupt Enable Register
GTM_MCS0_CH0_IRQ_FORCINT 0xF013004C          MCS0 Channel 0 Software Interrupt Generation Register
GTM_MCS0_CH0_IRQ_MODE 0xF0130050          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH0_EIRQ_EN 0xF0130054          MCS0_Channel 0 Error Interrupt Enable Register
GTM_MCS0_CTRL   0xF0130074          MCS0 Control Register
GTM_MCS0_RST    0xF0130078          MCS0 Channel Reset Register
GTM_MCS0_ERR    0xF013007C          MCS0 Error Register
GTM_MCS0_CH1_R0 0xF0130080          MCS0 Channel 1 Program Counter Register 0
GTM_MCS0_CH1_R1 0xF0130084          MCS0 Channel 1 Program Counter Register 1
GTM_MCS0_CH1_R2 0xF0130088          MCS0 Channel 1 Program Counter Register 2
GTM_MCS0_CH1_R3 0xF013008C          MCS0 Channel 1 Program Counter Register 3
GTM_MCS0_CH1_R4 0xF0130090          MCS0 Channel 1 Program Counter Register 4
GTM_MCS0_CH1_R5 0xF0130094          MCS0 Channel 1 Program Counter Register 5
GTM_MCS0_CH1_R6 0xF0130098          MCS0 Channel 1 Program Counter Register 6
GTM_MCS0_CH1_R7 0xF013009C          MCS0 Channel 1 Program Counter Register 7
GTM_MCS0_CH1_CTRL 0xF01300A0          MCS0 Channel Control Register
GTM_MCS0_CH1_ACB 0xF01300A4          MCS0 Channel ACB Register
GTM_MCS0_CH1_PC 0xF01300C0          MCS0 Channel 1 Program Counter Register
GTM_MCS0_CH1_IRQ_NOTIFY 0xF01300C4          MCS0 Channel 1 interrupt notification register
GTM_MCS0_CH1_IRQ_EN 0xF01300C8          MCS0 Channel 1 Interrupt Enable Register
GTM_MCS0_CH1_IRQ_FORCINT 0xF01300CC          MCS0 Channel 1 Software Interrupt Generation Register
GTM_MCS0_CH1_IRQ_MODE 0xF01300D0          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH1_EIRQ_EN 0xF01300D4          MCS0_Channel 1 Error Interrupt Enable Register
GTM_MCS0_CH2_R0 0xF0130100          MCS0 Channel 2 Program Counter Register 0
GTM_MCS0_CH2_R1 0xF0130104          MCS0 Channel 2 Program Counter Register 1
GTM_MCS0_CH2_R2 0xF0130108          MCS0 Channel 2 Program Counter Register 2
GTM_MCS0_CH2_R3 0xF013010C          MCS0 Channel 2 Program Counter Register 3
GTM_MCS0_CH2_R4 0xF0130110          MCS0 Channel 2 Program Counter Register 4
GTM_MCS0_CH2_R5 0xF0130114          MCS0 Channel 2 Program Counter Register 5
GTM_MCS0_CH2_R6 0xF0130118          MCS0 Channel 2 Program Counter Register 6
GTM_MCS0_CH2_R7 0xF013011C          MCS0 Channel 2 Program Counter Register 7
GTM_MCS0_CH2_CTRL 0xF0130120          MCS0 Channel Control Register
GTM_MCS0_CH2_ACB 0xF0130124          MCS0 Channel ACB Register
GTM_MCS0_CH2_PC 0xF0130140          MCS0 Channel 2 Program Counter Register
GTM_MCS0_CH2_IRQ_NOTIFY 0xF0130144          MCS0 Channel 2 interrupt notification register
GTM_MCS0_CH2_IRQ_EN 0xF0130148          MCS0 Channel 2 Interrupt Enable Register
GTM_MCS0_CH2_IRQ_FORCINT 0xF013014C          MCS0 Channel 2 Software Interrupt Generation Register
GTM_MCS0_CH2_IRQ_MODE 0xF0130150          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH2_EIRQ_EN 0xF0130154          MCS0_Channel 2 Error Interrupt Enable Register
GTM_MCS0_CH3_R0 0xF0130180          MCS0 Channel 3 Program Counter Register 0
GTM_MCS0_CH3_R1 0xF0130184          MCS0 Channel 3 Program Counter Register 1
GTM_MCS0_CH3_R2 0xF0130188          MCS0 Channel 3 Program Counter Register 2
GTM_MCS0_CH3_R3 0xF013018C          MCS0 Channel 3 Program Counter Register 3
GTM_MCS0_CH3_R4 0xF0130190          MCS0 Channel 3 Program Counter Register 4
GTM_MCS0_CH3_R5 0xF0130194          MCS0 Channel 3 Program Counter Register 5
GTM_MCS0_CH3_R6 0xF0130198          MCS0 Channel 3 Program Counter Register 6
GTM_MCS0_CH3_R7 0xF013019C          MCS0 Channel 3 Program Counter Register 7
GTM_MCS0_CH3_CTRL 0xF01301A0          MCS0 Channel Control Register
GTM_MCS0_CH3_ACB 0xF01301A4          MCS0 Channel ACB Register
GTM_MCS0_CH3_PC 0xF01301C0          MCS0 Channel 3 Program Counter Register
GTM_MCS0_CH3_IRQ_NOTIFY 0xF01301C4          MCS0 Channel 3 interrupt notification register
GTM_MCS0_CH3_IRQ_EN 0xF01301C8          MCS0 Channel 3 Interrupt Enable Register
GTM_MCS0_CH3_IRQ_FORCINT 0xF01301CC          MCS0 Channel 3 Software Interrupt Generation Register
GTM_MCS0_CH3_IRQ_MODE 0xF01301D0          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH3_EIRQ_EN 0xF01301D4          MCS0_Channel 3 Error Interrupt Enable Register
GTM_MCS0_CH4_R0 0xF0130200          MCS0 Channel 4 Program Counter Register 0
GTM_MCS0_CH4_R1 0xF0130204          MCS0 Channel 4 Program Counter Register 1
GTM_MCS0_CH4_R2 0xF0130208          MCS0 Channel 4 Program Counter Register 2
GTM_MCS0_CH4_R3 0xF013020C          MCS0 Channel 4 Program Counter Register 3
GTM_MCS0_CH4_R4 0xF0130210          MCS0 Channel 4 Program Counter Register 4
GTM_MCS0_CH4_R5 0xF0130214          MCS0 Channel 4 Program Counter Register 5
GTM_MCS0_CH4_R6 0xF0130218          MCS0 Channel 4 Program Counter Register 6
GTM_MCS0_CH4_R7 0xF013021C          MCS0 Channel 4 Program Counter Register 7
GTM_MCS0_CH4_CTRL 0xF0130220          MCS0 Channel Control Register
GTM_MCS0_CH4_ACB 0xF0130224          MCS0 Channel ACB Register
GTM_MCS0_CH4_PC 0xF0130240          MCS0 Channel 4 Program Counter Register
GTM_MCS0_CH4_IRQ_NOTIFY 0xF0130244          MCS0 Channel 4 interrupt notification register
GTM_MCS0_CH4_IRQ_EN 0xF0130248          MCS0 Channel 4 Interrupt Enable Register
GTM_MCS0_CH4_IRQ_FORCINT 0xF013024C          MCS0 Channel 4 Software Interrupt Generation Register
GTM_MCS0_CH4_IRQ_MODE 0xF0130250          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH4_EIRQ_EN 0xF0130254          MCS0_Channel 4 Error Interrupt Enable Register
GTM_MCS0_CH5_R0 0xF0130280          MCS0 Channel 5 Program Counter Register 0
GTM_MCS0_CH5_R1 0xF0130284          MCS0 Channel 5 Program Counter Register 1
GTM_MCS0_CH5_R2 0xF0130288          MCS0 Channel 5 Program Counter Register 2
GTM_MCS0_CH5_R3 0xF013028C          MCS0 Channel 5 Program Counter Register 3
GTM_MCS0_CH5_R4 0xF0130290          MCS0 Channel 5 Program Counter Register 4
GTM_MCS0_CH5_R5 0xF0130294          MCS0 Channel 5 Program Counter Register 5
GTM_MCS0_CH5_R6 0xF0130298          MCS0 Channel 5 Program Counter Register 6
GTM_MCS0_CH5_R7 0xF013029C          MCS0 Channel 5 Program Counter Register 7
GTM_MCS0_CH5_CTRL 0xF01302A0          MCS0 Channel Control Register
GTM_MCS0_CH5_ACB 0xF01302A4          MCS0 Channel ACB Register
GTM_MCS0_CH5_PC 0xF01302C0          MCS0 Channel 5 Program Counter Register
GTM_MCS0_CH5_IRQ_NOTIFY 0xF01302C4          MCS0 Channel 5 interrupt notification register
GTM_MCS0_CH5_IRQ_EN 0xF01302C8          MCS0 Channel 5 Interrupt Enable Register
GTM_MCS0_CH5_IRQ_FORCINT 0xF01302CC          MCS0 Channel 5 Software Interrupt Generation Register
GTM_MCS0_CH5_IRQ_MODE 0xF01302D0          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH5_EIRQ_EN 0xF01302D4          MCS0_Channel 5 Error Interrupt Enable Register
GTM_MCS0_CH6_R0 0xF0130300          MCS0 Channel 6 Program Counter Register 0
GTM_MCS0_CH6_R1 0xF0130304          MCS0 Channel 6 Program Counter Register 1
GTM_MCS0_CH6_R2 0xF0130308          MCS0 Channel 6 Program Counter Register 2
GTM_MCS0_CH6_R3 0xF013030C          MCS0 Channel 6 Program Counter Register 3
GTM_MCS0_CH6_R4 0xF0130310          MCS0 Channel 6 Program Counter Register 4
GTM_MCS0_CH6_R5 0xF0130314          MCS0 Channel 6 Program Counter Register 5
GTM_MCS0_CH6_R6 0xF0130318          MCS0 Channel 6 Program Counter Register 6
GTM_MCS0_CH6_R7 0xF013031C          MCS0 Channel 6 Program Counter Register 7
GTM_MCS0_CH6_CTRL 0xF0130320          MCS0 Channel Control Register
GTM_MCS0_CH6_ACB 0xF0130324          MCS0 Channel ACB Register
GTM_MCS0_CH6_PC 0xF0130340          MCS0 Channel 6 Program Counter Register
GTM_MCS0_CH6_IRQ_NOTIFY 0xF0130344          MCS0 Channel 6 interrupt notification register
GTM_MCS0_CH6_IRQ_EN 0xF0130348          MCS0 Channel 6 Interrupt Enable Register
GTM_MCS0_CH6_IRQ_FORCINT 0xF013034C          MCS0 Channel 6 Software Interrupt Generation Register
GTM_MCS0_CH6_IRQ_MODE 0xF0130350          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH6_EIRQ_EN 0xF0130354          MCS0_Channel 6 Error Interrupt Enable Register
GTM_MCS0_CH7_R0 0xF0130380          MCS0 Channel 7 Program Counter Register 0
GTM_MCS0_CH7_R1 0xF0130384          MCS0 Channel 7 Program Counter Register 1
GTM_MCS0_CH7_R2 0xF0130388          MCS0 Channel 7 Program Counter Register 2
GTM_MCS0_CH7_R3 0xF013038C          MCS0 Channel 7 Program Counter Register 3
GTM_MCS0_CH7_R4 0xF0130390          MCS0 Channel 7 Program Counter Register 4
GTM_MCS0_CH7_R5 0xF0130394          MCS0 Channel 7 Program Counter Register 5
GTM_MCS0_CH7_R6 0xF0130398          MCS0 Channel 7 Program Counter Register 6
GTM_MCS0_CH7_R7 0xF013039C          MCS0 Channel 7 Program Counter Register 7
GTM_MCS0_CH7_CTRL 0xF01303A0          MCS0 Channel Control Register
GTM_MCS0_CH7_ACB 0xF01303A4          MCS0 Channel ACB Register
GTM_MCS0_CH7_PC 0xF01303C0          MCS0 Channel 7 Program Counter Register
GTM_MCS0_CH7_IRQ_NOTIFY 0xF01303C4          MCS0 Channel 7 interrupt notification register
GTM_MCS0_CH7_IRQ_EN 0xF01303C8          MCS0 Channel 7 Interrupt Enable Register
GTM_MCS0_CH7_IRQ_FORCINT 0xF01303CC          MCS0 Channel 7 Software Interrupt Generation Register
GTM_MCS0_CH7_IRQ_MODE 0xF01303D0          MCS0 IRQ Mode Configuration Register
GTM_MCS0_CH7_EIRQ_EN 0xF01303D4          MCS0_Channel 7 Error Interrupt Enable Register
GTM_MCS1_CH0_R0 0xF0131000          MCS1 Channel 0 Program Counter Register 0
GTM_MCS1_CH0_R1 0xF0131004          MCS1 Channel 0 Program Counter Register 1
GTM_MCS1_CH0_R2 0xF0131008          MCS1 Channel 0 Program Counter Register 2
GTM_MCS1_CH0_R3 0xF013100C          MCS1 Channel 0 Program Counter Register 3
GTM_MCS1_CH0_R4 0xF0131010          MCS1 Channel 0 Program Counter Register 4
GTM_MCS1_CH0_R5 0xF0131014          MCS1 Channel 0 Program Counter Register 5
GTM_MCS1_CH0_R6 0xF0131018          MCS1 Channel 0 Program Counter Register 6
GTM_MCS1_CH0_R7 0xF013101C          MCS1 Channel 0 Program Counter Register 7
GTM_MCS1_CH0_CTRL 0xF0131020          MCS1 Channel Control Register
GTM_MCS1_CH0_ACB 0xF0131024          MCS1 Channel ACB Register
GTM_MCS1_CTRG   0xF0131028          MCS1 Clear Trigger Control Register
GTM_MCS1_STRG   0xF013102C          MCS1 Set Trigger Control Register
GTM_MCS1_CH0_PC 0xF0131040          MCS1 Channel 0 Program Counter Register
GTM_MCS1_CH0_IRQ_NOTIFY 0xF0131044          MCS1 Channel 0 interrupt notification register
GTM_MCS1_CH0_IRQ_EN 0xF0131048          MCS1 Channel 0 Interrupt Enable Register
GTM_MCS1_CH0_IRQ_FORCINT 0xF013104C          MCS1 Channel 0 Software Interrupt Generation Register
GTM_MCS1_CH0_IRQ_MODE 0xF0131050          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH0_EIRQ_EN 0xF0131054          MCS1_Channel 0 Error Interrupt Enable Register
GTM_MCS1_CTRL   0xF0131074          MCS1 Control Register
GTM_MCS1_RST    0xF0131078          MCS1 Channel Reset Register
GTM_MCS1_ERR    0xF013107C          MCS1 Error Register
GTM_MCS1_CH1_R0 0xF0131080          MCS1 Channel 1 Program Counter Register 0
GTM_MCS1_CH1_R1 0xF0131084          MCS1 Channel 1 Program Counter Register 1
GTM_MCS1_CH1_R2 0xF0131088          MCS1 Channel 1 Program Counter Register 2
GTM_MCS1_CH1_R3 0xF013108C          MCS1 Channel 1 Program Counter Register 3
GTM_MCS1_CH1_R4 0xF0131090          MCS1 Channel 1 Program Counter Register 4
GTM_MCS1_CH1_R5 0xF0131094          MCS1 Channel 1 Program Counter Register 5
GTM_MCS1_CH1_R6 0xF0131098          MCS1 Channel 1 Program Counter Register 6
GTM_MCS1_CH1_R7 0xF013109C          MCS1 Channel 1 Program Counter Register 7
GTM_MCS1_CH1_CTRL 0xF01310A0          MCS1 Channel Control Register
GTM_MCS1_CH1_ACB 0xF01310A4          MCS1 Channel ACB Register
GTM_MCS1_CH1_PC 0xF01310C0          MCS1 Channel 1 Program Counter Register
GTM_MCS1_CH1_IRQ_NOTIFY 0xF01310C4          MCS1 Channel 1 interrupt notification register
GTM_MCS1_CH1_IRQ_EN 0xF01310C8          MCS1 Channel 1 Interrupt Enable Register
GTM_MCS1_CH1_IRQ_FORCINT 0xF01310CC          MCS1 Channel 1 Software Interrupt Generation Register
GTM_MCS1_CH1_IRQ_MODE 0xF01310D0          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH1_EIRQ_EN 0xF01310D4          MCS1_Channel 1 Error Interrupt Enable Register
GTM_MCS1_CH2_R0 0xF0131100          MCS1 Channel 2 Program Counter Register 0
GTM_MCS1_CH2_R1 0xF0131104          MCS1 Channel 2 Program Counter Register 1
GTM_MCS1_CH2_R2 0xF0131108          MCS1 Channel 2 Program Counter Register 2
GTM_MCS1_CH2_R3 0xF013110C          MCS1 Channel 2 Program Counter Register 3
GTM_MCS1_CH2_R4 0xF0131110          MCS1 Channel 2 Program Counter Register 4
GTM_MCS1_CH2_R5 0xF0131114          MCS1 Channel 2 Program Counter Register 5
GTM_MCS1_CH2_R6 0xF0131118          MCS1 Channel 2 Program Counter Register 6
GTM_MCS1_CH2_R7 0xF013111C          MCS1 Channel 2 Program Counter Register 7
GTM_MCS1_CH2_CTRL 0xF0131120          MCS1 Channel Control Register
GTM_MCS1_CH2_ACB 0xF0131124          MCS1 Channel ACB Register
GTM_MCS1_CH2_PC 0xF0131140          MCS1 Channel 2 Program Counter Register
GTM_MCS1_CH2_IRQ_NOTIFY 0xF0131144          MCS1 Channel 2 interrupt notification register
GTM_MCS1_CH2_IRQ_EN 0xF0131148          MCS1 Channel 2 Interrupt Enable Register
GTM_MCS1_CH2_IRQ_FORCINT 0xF013114C          MCS1 Channel 2 Software Interrupt Generation Register
GTM_MCS1_CH2_IRQ_MODE 0xF0131150          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH2_EIRQ_EN 0xF0131154          MCS1_Channel 2 Error Interrupt Enable Register
GTM_MCS1_CH3_R0 0xF0131180          MCS1 Channel 3 Program Counter Register 0
GTM_MCS1_CH3_R1 0xF0131184          MCS1 Channel 3 Program Counter Register 1
GTM_MCS1_CH3_R2 0xF0131188          MCS1 Channel 3 Program Counter Register 2
GTM_MCS1_CH3_R3 0xF013118C          MCS1 Channel 3 Program Counter Register 3
GTM_MCS1_CH3_R4 0xF0131190          MCS1 Channel 3 Program Counter Register 4
GTM_MCS1_CH3_R5 0xF0131194          MCS1 Channel 3 Program Counter Register 5
GTM_MCS1_CH3_R6 0xF0131198          MCS1 Channel 3 Program Counter Register 6
GTM_MCS1_CH3_R7 0xF013119C          MCS1 Channel 3 Program Counter Register 7
GTM_MCS1_CH3_CTRL 0xF01311A0          MCS1 Channel Control Register
GTM_MCS1_CH3_ACB 0xF01311A4          MCS1 Channel ACB Register
GTM_MCS1_CH3_PC 0xF01311C0          MCS1 Channel 3 Program Counter Register
GTM_MCS1_CH3_IRQ_NOTIFY 0xF01311C4          MCS1 Channel 3 interrupt notification register
GTM_MCS1_CH3_IRQ_EN 0xF01311C8          MCS1 Channel 3 Interrupt Enable Register
GTM_MCS1_CH3_IRQ_FORCINT 0xF01311CC          MCS1 Channel 3 Software Interrupt Generation Register
GTM_MCS1_CH3_IRQ_MODE 0xF01311D0          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH3_EIRQ_EN 0xF01311D4          MCS1_Channel 3 Error Interrupt Enable Register
GTM_MCS1_CH4_R0 0xF0131200          MCS1 Channel 4 Program Counter Register 0
GTM_MCS1_CH4_R1 0xF0131204          MCS1 Channel 4 Program Counter Register 1
GTM_MCS1_CH4_R2 0xF0131208          MCS1 Channel 4 Program Counter Register 2
GTM_MCS1_CH4_R3 0xF013120C          MCS1 Channel 4 Program Counter Register 3
GTM_MCS1_CH4_R4 0xF0131210          MCS1 Channel 4 Program Counter Register 4
GTM_MCS1_CH4_R5 0xF0131214          MCS1 Channel 4 Program Counter Register 5
GTM_MCS1_CH4_R6 0xF0131218          MCS1 Channel 4 Program Counter Register 6
GTM_MCS1_CH4_R7 0xF013121C          MCS1 Channel 4 Program Counter Register 7
GTM_MCS1_CH4_CTRL 0xF0131220          MCS1 Channel Control Register
GTM_MCS1_CH4_ACB 0xF0131224          MCS1 Channel ACB Register
GTM_MCS1_CH4_PC 0xF0131240          MCS1 Channel 4 Program Counter Register
GTM_MCS1_CH4_IRQ_NOTIFY 0xF0131244          MCS1 Channel 4 interrupt notification register
GTM_MCS1_CH4_IRQ_EN 0xF0131248          MCS1 Channel 4 Interrupt Enable Register
GTM_MCS1_CH4_IRQ_FORCINT 0xF013124C          MCS1 Channel 4 Software Interrupt Generation Register
GTM_MCS1_CH4_IRQ_MODE 0xF0131250          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH4_EIRQ_EN 0xF0131254          MCS1_Channel 4 Error Interrupt Enable Register
GTM_MCS1_CH5_R0 0xF0131280          MCS1 Channel 5 Program Counter Register 0
GTM_MCS1_CH5_R1 0xF0131284          MCS1 Channel 5 Program Counter Register 1
GTM_MCS1_CH5_R2 0xF0131288          MCS1 Channel 5 Program Counter Register 2
GTM_MCS1_CH5_R3 0xF013128C          MCS1 Channel 5 Program Counter Register 3
GTM_MCS1_CH5_R4 0xF0131290          MCS1 Channel 5 Program Counter Register 4
GTM_MCS1_CH5_R5 0xF0131294          MCS1 Channel 5 Program Counter Register 5
GTM_MCS1_CH5_R6 0xF0131298          MCS1 Channel 5 Program Counter Register 6
GTM_MCS1_CH5_R7 0xF013129C          MCS1 Channel 5 Program Counter Register 7
GTM_MCS1_CH5_CTRL 0xF01312A0          MCS1 Channel Control Register
GTM_MCS1_CH5_ACB 0xF01312A4          MCS1 Channel ACB Register
GTM_MCS1_CH5_PC 0xF01312C0          MCS1 Channel 5 Program Counter Register
GTM_MCS1_CH5_IRQ_NOTIFY 0xF01312C4          MCS1 Channel 5 interrupt notification register
GTM_MCS1_CH5_IRQ_EN 0xF01312C8          MCS1 Channel 5 Interrupt Enable Register
GTM_MCS1_CH5_IRQ_FORCINT 0xF01312CC          MCS1 Channel 5 Software Interrupt Generation Register
GTM_MCS1_CH5_IRQ_MODE 0xF01312D0          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH5_EIRQ_EN 0xF01312D4          MCS1_Channel 5 Error Interrupt Enable Register
GTM_MCS1_CH6_R0 0xF0131300          MCS1 Channel 6 Program Counter Register 0
GTM_MCS1_CH6_R1 0xF0131304          MCS1 Channel 6 Program Counter Register 1
GTM_MCS1_CH6_R2 0xF0131308          MCS1 Channel 6 Program Counter Register 2
GTM_MCS1_CH6_R3 0xF013130C          MCS1 Channel 6 Program Counter Register 3
GTM_MCS1_CH6_R4 0xF0131310          MCS1 Channel 6 Program Counter Register 4
GTM_MCS1_CH6_R5 0xF0131314          MCS1 Channel 6 Program Counter Register 5
GTM_MCS1_CH6_R6 0xF0131318          MCS1 Channel 6 Program Counter Register 6
GTM_MCS1_CH6_R7 0xF013131C          MCS1 Channel 6 Program Counter Register 7
GTM_MCS1_CH6_CTRL 0xF0131320          MCS1 Channel Control Register
GTM_MCS1_CH6_ACB 0xF0131324          MCS1 Channel ACB Register
GTM_MCS1_CH6_PC 0xF0131340          MCS1 Channel 6 Program Counter Register
GTM_MCS1_CH6_IRQ_NOTIFY 0xF0131344          MCS1 Channel 6 interrupt notification register
GTM_MCS1_CH6_IRQ_EN 0xF0131348          MCS1 Channel 6 Interrupt Enable Register
GTM_MCS1_CH6_IRQ_FORCINT 0xF013134C          MCS1 Channel 6 Software Interrupt Generation Register
GTM_MCS1_CH6_IRQ_MODE 0xF0131350          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH6_EIRQ_EN 0xF0131354          MCS1_Channel 6 Error Interrupt Enable Register
GTM_MCS1_CH7_R0 0xF0131380          MCS1 Channel 7 Program Counter Register 0
GTM_MCS1_CH7_R1 0xF0131384          MCS1 Channel 7 Program Counter Register 1
GTM_MCS1_CH7_R2 0xF0131388          MCS1 Channel 7 Program Counter Register 2
GTM_MCS1_CH7_R3 0xF013138C          MCS1 Channel 7 Program Counter Register 3
GTM_MCS1_CH7_R4 0xF0131390          MCS1 Channel 7 Program Counter Register 4
GTM_MCS1_CH7_R5 0xF0131394          MCS1 Channel 7 Program Counter Register 5
GTM_MCS1_CH7_R6 0xF0131398          MCS1 Channel 7 Program Counter Register 6
GTM_MCS1_CH7_R7 0xF013139C          MCS1 Channel 7 Program Counter Register 7
GTM_MCS1_CH7_CTRL 0xF01313A0          MCS1 Channel Control Register
GTM_MCS1_CH7_ACB 0xF01313A4          MCS1 Channel ACB Register
GTM_MCS1_CH7_PC 0xF01313C0          MCS1 Channel 7 Program Counter Register
GTM_MCS1_CH7_IRQ_NOTIFY 0xF01313C4          MCS1 Channel 7 interrupt notification register
GTM_MCS1_CH7_IRQ_EN 0xF01313C8          MCS1 Channel 7 Interrupt Enable Register
GTM_MCS1_CH7_IRQ_FORCINT 0xF01313CC          MCS1 Channel 7 Software Interrupt Generation Register
GTM_MCS1_CH7_IRQ_MODE 0xF01313D0          MCS1 IRQ Mode Configuration Register
GTM_MCS1_CH7_EIRQ_EN 0xF01313D4          MCS1_Channel 7 Error Interrupt Enable Register
GTM_MCS2_CH0_R0 0xF0132000          MCS2 Channel 0 Program Counter Register 0
GTM_MCS2_CH0_R1 0xF0132004          MCS2 Channel 0 Program Counter Register 1
GTM_MCS2_CH0_R2 0xF0132008          MCS2 Channel 0 Program Counter Register 2
GTM_MCS2_CH0_R3 0xF013200C          MCS2 Channel 0 Program Counter Register 3
GTM_MCS2_CH0_R4 0xF0132010          MCS2 Channel 0 Program Counter Register 4
GTM_MCS2_CH0_R5 0xF0132014          MCS2 Channel 0 Program Counter Register 5
GTM_MCS2_CH0_R6 0xF0132018          MCS2 Channel 0 Program Counter Register 6
GTM_MCS2_CH0_R7 0xF013201C          MCS2 Channel 0 Program Counter Register 7
GTM_MCS2_CH0_CTRL 0xF0132020          MCS2 Channel Control Register
GTM_MCS2_CH0_ACB 0xF0132024          MCS2 Channel ACB Register
GTM_MCS2_CTRG   0xF0132028          MCS2 Clear Trigger Control Register
GTM_MCS2_STRG   0xF013202C          MCS2 Set Trigger Control Register
GTM_MCS2_CH0_PC 0xF0132040          MCS2 Channel 0 Program Counter Register
GTM_MCS2_CH0_IRQ_NOTIFY 0xF0132044          MCS2 Channel 0 interrupt notification register
GTM_MCS2_CH0_IRQ_EN 0xF0132048          MCS2 Channel 0 Interrupt Enable Register
GTM_MCS2_CH0_IRQ_FORCINT 0xF013204C          MCS2 Channel 0 Software Interrupt Generation Register
GTM_MCS2_CH0_IRQ_MODE 0xF0132050          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH0_EIRQ_EN 0xF0132054          MCS2_Channel 0 Error Interrupt Enable Register
GTM_MCS2_CTRL   0xF0132074          MCS2 Control Register
GTM_MCS2_RST    0xF0132078          MCS2 Channel Reset Register
GTM_MCS2_ERR    0xF013207C          MCS2 Error Register
GTM_MCS2_CH1_R0 0xF0132080          MCS2 Channel 1 Program Counter Register 0
GTM_MCS2_CH1_R1 0xF0132084          MCS2 Channel 1 Program Counter Register 1
GTM_MCS2_CH1_R2 0xF0132088          MCS2 Channel 1 Program Counter Register 2
GTM_MCS2_CH1_R3 0xF013208C          MCS2 Channel 1 Program Counter Register 3
GTM_MCS2_CH1_R4 0xF0132090          MCS2 Channel 1 Program Counter Register 4
GTM_MCS2_CH1_R5 0xF0132094          MCS2 Channel 1 Program Counter Register 5
GTM_MCS2_CH1_R6 0xF0132098          MCS2 Channel 1 Program Counter Register 6
GTM_MCS2_CH1_R7 0xF013209C          MCS2 Channel 1 Program Counter Register 7
GTM_MCS2_CH1_CTRL 0xF01320A0          MCS2 Channel Control Register
GTM_MCS2_CH1_ACB 0xF01320A4          MCS2 Channel ACB Register
GTM_MCS2_CH1_PC 0xF01320C0          MCS2 Channel 1 Program Counter Register
GTM_MCS2_CH1_IRQ_NOTIFY 0xF01320C4          MCS2 Channel 1 interrupt notification register
GTM_MCS2_CH1_IRQ_EN 0xF01320C8          MCS2 Channel 1 Interrupt Enable Register
GTM_MCS2_CH1_IRQ_FORCINT 0xF01320CC          MCS2 Channel 1 Software Interrupt Generation Register
GTM_MCS2_CH1_IRQ_MODE 0xF01320D0          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH1_EIRQ_EN 0xF01320D4          MCS2_Channel 1 Error Interrupt Enable Register
GTM_MCS2_CH2_R0 0xF0132100          MCS2 Channel 2 Program Counter Register 0
GTM_MCS2_CH2_R1 0xF0132104          MCS2 Channel 2 Program Counter Register 1
GTM_MCS2_CH2_R2 0xF0132108          MCS2 Channel 2 Program Counter Register 2
GTM_MCS2_CH2_R3 0xF013210C          MCS2 Channel 2 Program Counter Register 3
GTM_MCS2_CH2_R4 0xF0132110          MCS2 Channel 2 Program Counter Register 4
GTM_MCS2_CH2_R5 0xF0132114          MCS2 Channel 2 Program Counter Register 5
GTM_MCS2_CH2_R6 0xF0132118          MCS2 Channel 2 Program Counter Register 6
GTM_MCS2_CH2_R7 0xF013211C          MCS2 Channel 2 Program Counter Register 7
GTM_MCS2_CH2_CTRL 0xF0132120          MCS2 Channel Control Register
GTM_MCS2_CH2_ACB 0xF0132124          MCS2 Channel ACB Register
GTM_MCS2_CH2_PC 0xF0132140          MCS2 Channel 2 Program Counter Register
GTM_MCS2_CH2_IRQ_NOTIFY 0xF0132144          MCS2 Channel 2 interrupt notification register
GTM_MCS2_CH2_IRQ_EN 0xF0132148          MCS2 Channel 2 Interrupt Enable Register
GTM_MCS2_CH2_IRQ_FORCINT 0xF013214C          MCS2 Channel 2 Software Interrupt Generation Register
GTM_MCS2_CH2_IRQ_MODE 0xF0132150          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH2_EIRQ_EN 0xF0132154          MCS2_Channel 2 Error Interrupt Enable Register
GTM_MCS2_CH3_R0 0xF0132180          MCS2 Channel 3 Program Counter Register 0
GTM_MCS2_CH3_R1 0xF0132184          MCS2 Channel 3 Program Counter Register 1
GTM_MCS2_CH3_R2 0xF0132188          MCS2 Channel 3 Program Counter Register 2
GTM_MCS2_CH3_R3 0xF013218C          MCS2 Channel 3 Program Counter Register 3
GTM_MCS2_CH3_R4 0xF0132190          MCS2 Channel 3 Program Counter Register 4
GTM_MCS2_CH3_R5 0xF0132194          MCS2 Channel 3 Program Counter Register 5
GTM_MCS2_CH3_R6 0xF0132198          MCS2 Channel 3 Program Counter Register 6
GTM_MCS2_CH3_R7 0xF013219C          MCS2 Channel 3 Program Counter Register 7
GTM_MCS2_CH3_CTRL 0xF01321A0          MCS2 Channel Control Register
GTM_MCS2_CH3_ACB 0xF01321A4          MCS2 Channel ACB Register
GTM_MCS2_CH3_PC 0xF01321C0          MCS2 Channel 3 Program Counter Register
GTM_MCS2_CH3_IRQ_NOTIFY 0xF01321C4          MCS2 Channel 3 interrupt notification register
GTM_MCS2_CH3_IRQ_EN 0xF01321C8          MCS2 Channel 3 Interrupt Enable Register
GTM_MCS2_CH3_IRQ_FORCINT 0xF01321CC          MCS2 Channel 3 Software Interrupt Generation Register
GTM_MCS2_CH3_IRQ_MODE 0xF01321D0          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH3_EIRQ_EN 0xF01321D4          MCS2_Channel 3 Error Interrupt Enable Register
GTM_MCS2_CH4_R0 0xF0132200          MCS2 Channel 4 Program Counter Register 0
GTM_MCS2_CH4_R1 0xF0132204          MCS2 Channel 4 Program Counter Register 1
GTM_MCS2_CH4_R2 0xF0132208          MCS2 Channel 4 Program Counter Register 2
GTM_MCS2_CH4_R3 0xF013220C          MCS2 Channel 4 Program Counter Register 3
GTM_MCS2_CH4_R4 0xF0132210          MCS2 Channel 4 Program Counter Register 4
GTM_MCS2_CH4_R5 0xF0132214          MCS2 Channel 4 Program Counter Register 5
GTM_MCS2_CH4_R6 0xF0132218          MCS2 Channel 4 Program Counter Register 6
GTM_MCS2_CH4_R7 0xF013221C          MCS2 Channel 4 Program Counter Register 7
GTM_MCS2_CH4_CTRL 0xF0132220          MCS2 Channel Control Register
GTM_MCS2_CH4_ACB 0xF0132224          MCS2 Channel ACB Register
GTM_MCS2_CH4_PC 0xF0132240          MCS2 Channel 4 Program Counter Register
GTM_MCS2_CH4_IRQ_NOTIFY 0xF0132244          MCS2 Channel 4 interrupt notification register
GTM_MCS2_CH4_IRQ_EN 0xF0132248          MCS2 Channel 4 Interrupt Enable Register
GTM_MCS2_CH4_IRQ_FORCINT 0xF013224C          MCS2 Channel 4 Software Interrupt Generation Register
GTM_MCS2_CH4_IRQ_MODE 0xF0132250          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH4_EIRQ_EN 0xF0132254          MCS2_Channel 4 Error Interrupt Enable Register
GTM_MCS2_CH5_R0 0xF0132280          MCS2 Channel 5 Program Counter Register 0
GTM_MCS2_CH5_R1 0xF0132284          MCS2 Channel 5 Program Counter Register 1
GTM_MCS2_CH5_R2 0xF0132288          MCS2 Channel 5 Program Counter Register 2
GTM_MCS2_CH5_R3 0xF013228C          MCS2 Channel 5 Program Counter Register 3
GTM_MCS2_CH5_R4 0xF0132290          MCS2 Channel 5 Program Counter Register 4
GTM_MCS2_CH5_R5 0xF0132294          MCS2 Channel 5 Program Counter Register 5
GTM_MCS2_CH5_R6 0xF0132298          MCS2 Channel 5 Program Counter Register 6
GTM_MCS2_CH5_R7 0xF013229C          MCS2 Channel 5 Program Counter Register 7
GTM_MCS2_CH5_CTRL 0xF01322A0          MCS2 Channel Control Register
GTM_MCS2_CH5_ACB 0xF01322A4          MCS2 Channel ACB Register
GTM_MCS2_CH5_PC 0xF01322C0          MCS2 Channel 5 Program Counter Register
GTM_MCS2_CH5_IRQ_NOTIFY 0xF01322C4          MCS2 Channel 5 interrupt notification register
GTM_MCS2_CH5_IRQ_EN 0xF01322C8          MCS2 Channel 5 Interrupt Enable Register
GTM_MCS2_CH5_IRQ_FORCINT 0xF01322CC          MCS2 Channel 5 Software Interrupt Generation Register
GTM_MCS2_CH5_IRQ_MODE 0xF01322D0          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH5_EIRQ_EN 0xF01322D4          MCS2_Channel 5 Error Interrupt Enable Register
GTM_MCS2_CH6_R0 0xF0132300          MCS2 Channel 6 Program Counter Register 0
GTM_MCS2_CH6_R1 0xF0132304          MCS2 Channel 6 Program Counter Register 1
GTM_MCS2_CH6_R2 0xF0132308          MCS2 Channel 6 Program Counter Register 2
GTM_MCS2_CH6_R3 0xF013230C          MCS2 Channel 6 Program Counter Register 3
GTM_MCS2_CH6_R4 0xF0132310          MCS2 Channel 6 Program Counter Register 4
GTM_MCS2_CH6_R5 0xF0132314          MCS2 Channel 6 Program Counter Register 5
GTM_MCS2_CH6_R6 0xF0132318          MCS2 Channel 6 Program Counter Register 6
GTM_MCS2_CH6_R7 0xF013231C          MCS2 Channel 6 Program Counter Register 7
GTM_MCS2_CH6_CTRL 0xF0132320          MCS2 Channel Control Register
GTM_MCS2_CH6_ACB 0xF0132324          MCS2 Channel ACB Register
GTM_MCS2_CH6_PC 0xF0132340          MCS2 Channel 6 Program Counter Register
GTM_MCS2_CH6_IRQ_NOTIFY 0xF0132344          MCS2 Channel 6 interrupt notification register
GTM_MCS2_CH6_IRQ_EN 0xF0132348          MCS2 Channel 6 Interrupt Enable Register
GTM_MCS2_CH6_IRQ_FORCINT 0xF013234C          MCS2 Channel 6 Software Interrupt Generation Register
GTM_MCS2_CH6_IRQ_MODE 0xF0132350          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH6_EIRQ_EN 0xF0132354          MCS2_Channel 6 Error Interrupt Enable Register
GTM_MCS2_CH7_R0 0xF0132380          MCS2 Channel 7 Program Counter Register 0
GTM_MCS2_CH7_R1 0xF0132384          MCS2 Channel 7 Program Counter Register 1
GTM_MCS2_CH7_R2 0xF0132388          MCS2 Channel 7 Program Counter Register 2
GTM_MCS2_CH7_R3 0xF013238C          MCS2 Channel 7 Program Counter Register 3
GTM_MCS2_CH7_R4 0xF0132390          MCS2 Channel 7 Program Counter Register 4
GTM_MCS2_CH7_R5 0xF0132394          MCS2 Channel 7 Program Counter Register 5
GTM_MCS2_CH7_R6 0xF0132398          MCS2 Channel 7 Program Counter Register 6
GTM_MCS2_CH7_R7 0xF013239C          MCS2 Channel 7 Program Counter Register 7
GTM_MCS2_CH7_CTRL 0xF01323A0          MCS2 Channel Control Register
GTM_MCS2_CH7_ACB 0xF01323A4          MCS2 Channel ACB Register
GTM_MCS2_CH7_PC 0xF01323C0          MCS2 Channel 7 Program Counter Register
GTM_MCS2_CH7_IRQ_NOTIFY 0xF01323C4          MCS2 Channel 7 interrupt notification register
GTM_MCS2_CH7_IRQ_EN 0xF01323C8          MCS2 Channel 7 Interrupt Enable Register
GTM_MCS2_CH7_IRQ_FORCINT 0xF01323CC          MCS2 Channel 7 Software Interrupt Generation Register
GTM_MCS2_CH7_IRQ_MODE 0xF01323D0          MCS2 IRQ Mode Configuration Register
GTM_MCS2_CH7_EIRQ_EN 0xF01323D4          MCS2_Channel 7 Error Interrupt Enable Register
GTM_MCS3_CH0_R0 0xF0133000          MCS3 Channel 0 Program Counter Register 0
GTM_MCS3_CH0_R1 0xF0133004          MCS3 Channel 0 Program Counter Register 1
GTM_MCS3_CH0_R2 0xF0133008          MCS3 Channel 0 Program Counter Register 2
GTM_MCS3_CH0_R3 0xF013300C          MCS3 Channel 0 Program Counter Register 3
GTM_MCS3_CH0_R4 0xF0133010          MCS3 Channel 0 Program Counter Register 4
GTM_MCS3_CH0_R5 0xF0133014          MCS3 Channel 0 Program Counter Register 5
GTM_MCS3_CH0_R6 0xF0133018          MCS3 Channel 0 Program Counter Register 6
GTM_MCS3_CH0_R7 0xF013301C          MCS3 Channel 0 Program Counter Register 7
GTM_MCS3_CH0_CTRL 0xF0133020          MCS3 Channel Control Register
GTM_MCS3_CH0_ACB 0xF0133024          MCS3 Channel ACB Register
GTM_MCS3_CTRG   0xF0133028          MCS3 Clear Trigger Control Register
GTM_MCS3_STRG   0xF013302C          MCS3 Set Trigger Control Register
GTM_MCS3_CH0_PC 0xF0133040          MCS3 Channel 0 Program Counter Register
GTM_MCS3_CH0_IRQ_NOTIFY 0xF0133044          MCS3 Channel 0 interrupt notification register
GTM_MCS3_CH0_IRQ_EN 0xF0133048          MCS3 Channel 0 Interrupt Enable Register
GTM_MCS3_CH0_IRQ_FORCINT 0xF013304C          MCS3 Channel 0 Software Interrupt Generation Register
GTM_MCS3_CH0_IRQ_MODE 0xF0133050          MCS3 IRQ Mode Configuration Register
GTM_MCS3_CH0_EIRQ_EN 0xF0133054          MCS3_Channel 0 Error Interrupt Enable Register
GTM_MCS3_CTRL   0xF0133074          MCS3 Control Register
GTM_MCS3_RST    0xF0133078          MCS3 Channel Reset Register
GTM_MCS3_ERR    0xF013307C          MCS3 Error Register
GTM_MCS3_CH1_R0 0xF0133080          MCS3 Channel 1 Program Counter Register 0
GTM_MCS3_CH1_R1 0xF0133084          MCS3 Channel 1 Program Counter Register 1
GTM_MCS3_CH1_R2 0xF0133088          MCS3 Channel 1 Program Counter Register 2
GTM_MCS3_CH1_R3 0xF013308C          MCS3 Channel 1 Program Counter Register 3
GTM_MCS3_CH1_R4 0xF0133090          MCS3 Channel 1 Program Counter Register 4
GTM_MCS3_CH1_R5 0xF0133094          MCS3 Channel 1 Program Counter Register 5
GTM_MCS3_CH1_R6 0xF0133098          MCS3 Channel 1 Program Counter Register 6
GTM_MCS3_CH1_R7 0xF013309C          MCS3 Channel 1 Program Counter Register 7
GTM_MCS3_CH1_CTRL 0xF01330A0          MCS3 Channel Control Register
GTM_MCS3_CH1_ACB 0xF01330A4          MCS3 Channel ACB Register
GTM_MCS3_CH1_PC 0xF01330C0          MCS3 Channel 1 Program Counter Register
GTM_MCS3_CH1_IRQ_NOTIFY 0xF01330C4          MCS3 Channel 1 interrupt notification register
GTM_MCS3_CH1_IRQ_EN 0xF01330C8          MCS3 Channel 1 Interrupt Enable Register
GTM_MCS3_CH1_IRQ_FORCINT 0xF01330CC          MCS3 Channel 1 Software Interrupt Generation Register
GTM_MCS3_CH1_IRQ_MODE 0xF01330D0          MCS3 IRQ Mode Configuration Register
GTM_MCS3_CH1_EIRQ_EN 0xF01330D4          MCS3_Channel 1 Error Interrupt Enable Register
GTM_MCS3_CH2_R0 0xF0133100          MCS3 Channel 2 Program Counter Register 0
GTM_MCS3_CH2_R1 0xF0133104          MCS3 Channel 2 Program Counter Register 1
GTM_MCS3_CH2_R2 0xF0133108          MCS3 Channel 2 Program Counter Register 2
GTM_MCS3_CH2_R3 0xF013310C          MCS3 Channel 2 Program Counter Register 3
GTM_MCS3_CH2_R4 0xF0133110          MCS3 Channel 2 Program Counter Register 4
GTM_MCS3_CH2_R5 0xF0133114          MCS3 Channel 2 Program Counter Register 5
GTM_MCS3_CH2_R6 0xF0133118          MCS3 Channel 2 Program Counter Register 6
GTM_MCS3_CH2_R7 0xF013311C          MCS3 Channel 2 Program Counter Register 7
GTM_MCS3_CH2_CTRL 0xF0133120          MCS3 Channel Control Register
GTM_MCS3_CH2_ACB 0xF0133124          MCS3 Channel ACB Register
GTM_MCS3_CH2_PC 0xF0133140          MCS3 Channel 2 Program Counter Register
GTM_MCS3_CH2_IRQ_NOTIFY 0xF0133144          MCS3 Channel 2 interrupt notification register
GTM_MCS3_CH2_IRQ_EN 0xF0133148          MCS3 Channel 2 Interrupt Enable Register
GTM_MCS3_CH2_IRQ_FORCINT 0xF013314C          MCS3 Channel 2 Software Interrupt Generation Register
GTM_MCS3_CH2_IRQ_MODE 0xF0133150          MCS3 IRQ Mode Configuration Register
GTM_MCS3_CH2_EIRQ_EN 0xF0133154          MCS3_Channel 2 Error Interrupt Enable Register
GTM_MCS3_CH3_R0 0xF0133180          MCS3 Channel 3 Program Counter Register 0
GTM_MCS3_CH3_R1 0xF0133184          MCS3 Channel 3 Program Counter Register 1
GTM_MCS3_CH3_R2 0xF0133188          MCS3 Channel 3 Program Counter Register 2
GTM_MCS3_CH3_R3 0xF013318C          MCS3 Channel 3 Program Counter Register 3
GTM_MCS3_CH3_R4 0xF0133190          MCS3 Channel 3 Program Counter Register 4
GTM_MCS3_CH3_R5 0xF0133194          MCS3 Channel 3 Program Counter Register 5
GTM_MCS3_CH3_R6 0xF0133198          MCS3 Channel 3 Program Counter Register 6
GTM_MCS3_CH3_R7 0xF013319C          MCS3 Channel 3 Program Counter Register 7
GTM_MCS3_CH3_CTRL 0xF01331A0          MCS3 Channel Control Register
GTM_MCS3_CH3_ACB 0xF01331A4          MCS3 Channel ACB Register
GTM_MCS3_CH3_PC 0xF01331C0          MCS3 Channel 3 Program Counter Register
GTM_MCS3_CH3_IRQ_NOTIFY 0xF01331C4          MCS3 Channel 3 interrupt notification register
GTM_MCS3_CH3_IRQ_EN 0xF01331C8          MCS3 Channel 3 Interrupt Enable Register
GTM_MCS3_CH3_IRQ_FORCINT 0xF01331CC          MCS3 Channel 3 Software Interrupt Generation Register
GTM_MCS3_CH3_IRQ_MODE 0xF01331D0          MCS3 IRQ Mode Configuration Register
GTM_MCS3_CH3_EIRQ_EN 0xF01331D4          MCS3_Channel 3 Error Interrupt Enable Register
GTM_MCS3_CH4_R0 0xF0133200          MCS3 Channel 4 Program Counter Register 0
GTM_MCS3_CH4_R1 0xF0133204          MCS3 Channel 4 Program Counter Register 1
GTM_MCS3_CH4_R2 0xF0133208          MCS3 Channel 4 Program Counter Register 2
GTM_MCS3_CH4_R3 0xF013320C          MCS3 Channel 4 Program Counter Register 3
GTM_MCS3_CH4_R4 0xF0133210          MCS3 Channel 4 Program Counter Register 4
GTM_MCS3_CH4_R5 0xF0133214          MCS3 Channel 4 Program Counter Register 5
GTM_MCS3_CH4_R6 0xF0133218          MCS3 Channel 4 Program Counter Register 6
GTM_MCS3_CH4_R7 0xF013321C          MCS3 Channel 4 Program Counter Register 7
GTM_MCS3_CH4_CTRL 0xF0133220          MCS3 Channel Control Register
GTM_MCS3_CH4_ACB 0xF0133224          MCS3 Channel ACB Register
GTM_MCS3_CH4_PC 0xF0133240          MCS3 Channel 4 Program Counter Register
GTM_MCS3_CH4_IRQ_NOTIFY 0xF0133244          MCS3 Channel 4 interrupt notification register
GTM_MCS3_CH4_IRQ_EN 0xF0133248          MCS3 Channel 4 Interrupt Enable Register
GTM_MCS3_CH4_IRQ_FORCINT 0xF013324C          MCS3 Channel 4 Software Interrupt Generation Register
GTM_MCS3_CH4_IRQ_MODE 0xF0133250          MCS3 IRQ Mode Configuration Register
GTM_MCS3_CH4_EIRQ_EN 0xF0133254          MCS3_Channel 4 Error Interrupt Enable Register
GTM_MCS3_CH5_R0 0xF0133280          MCS3 Channel 5 Program Counter Register 0
GTM_MCS3_CH5_R1 0xF0133284          MCS3 Channel 5 Program Counter Register 1
GTM_MCS3_CH5_R2 0xF0133288          MCS3 Channel 5 Program Counter Register 2
GTM_MCS3_CH5_R3 0xF013328C          MCS3 Channel 5 Program Counter Register 3
GTM_MCS3_CH5_R4 0xF0133290          MCS3 Channel 5 Program Counter Register 4
GTM_MCS3_CH5_R5 0xF0133294          MCS3 Channel 5 Program Counter Register 5
GTM_MCS3_CH5_R6 0xF0133298          MCS3 Channel 5 Program Counter Register 6
GTM_MCS3_CH5_R7 0xF013329C          MCS3 Channel 5 Program Counter Register 7
GTM_MCS3_CH5_CTRL 0xF01332A0          MCS3 Channel Control Register
GTM_MCS3_CH5_ACB 0xF01332A4          MCS3 Channel ACB Register
GTM_MCS3_CH5_PC 0xF01332C0          MCS3 Channel 5 Program Counter Register
GTM_MCS3_CH5_IRQ_NOTIFY 0xF01332C4          MCS3 Channel 5 interrupt notification register
GTM_MCS3_CH5_IRQ_EN 0xF01332C8          MCS3 Channel 5 Interrupt Enable Register
GTM_MCS3_CH5_IRQ_FORCINT 0xF01332CC          MCS3 Channel 5 Software Interrupt Generation Register
GTM_MCS3_CH5_IRQ_MODE 0xF01332D0          MCS3 IRQ Mode Configuration Register
GTM_MCS3_CH5_EIRQ_EN 0xF01332D4          MCS3_Channel 5 Error Interrupt Enable Register
GTM_MCS3_CH6_R0 0xF0133300          MCS3 Channel 6 Program Counter Register 0
GTM_MCS3_CH6_R1 0xF0133304          MCS3 Channel 6 Program Counter Register 1
GTM_MCS3_CH6_R2 0xF0133308          MCS3 Channel 6 Program Counter Register 2
GTM_MCS3_CH6_R3 0xF013330C          MCS3 Channel 6 Program Counter Register 3
GTM_MCS3_CH6_R4 0xF0133310          MCS3 Channel 6 Program Counter Register 4
GTM_MCS3_CH6_R5 0xF0133314          MCS3 Channel 6 Program Counter Register 5
GTM_MCS3_CH6_R6 0xF0133318          MCS3 Channel 6 Program Counter Register 6
GTM_MCS3_CH6_R7 0xF013331C          MCS3 Channel 6 Program Counter Register 7
GTM_MCS3_CH6_CTRL 0xF0133320          MCS3 Channel Control Register
GTM_MCS3_CH6_ACB 0xF0133324          MCS3 Channel ACB Register
GTM_MCS3_CH6_PC 0xF0133340          MCS3 Channel 6 Program Counter Register
GTM_MCS3_CH6_IRQ_NOTIFY 0xF0133344          MCS3 Channel 6 interrupt notification register
GTM_MCS3_CH6_IRQ_EN 0xF0133348          MCS3 Channel 6 Interrupt Enable Register
GTM_MCS3_CH6_IRQ_FORCINT 0xF013334C          MCS3 Channel 6 Software Interrupt Generation Register
GTM_MCS3_CH6_IRQ_MODE 0xF0133350          MCS3 IRQ Mode Configuration Register
GTM_MCS3_CH6_EIRQ_EN 0xF0133354          MCS3_Channel 6 Error Interrupt Enable Register
GTM_MCS3_CH7_R0 0xF0133380          MCS3 Channel 7 Program Counter Register 0
GTM_MCS3_CH7_R1 0xF0133384          MCS3 Channel 7 Program Counter Register 1
GTM_MCS3_CH7_R2 0xF0133388          MCS3 Channel 7 Program Counter Register 2
GTM_MCS3_CH7_R3 0xF013338C          MCS3 Channel 7 Program Counter Register 3
GTM_MCS3_CH7_R4 0xF0133390          MCS3 Channel 7 Program Counter Register 4
GTM_MCS3_CH7_R5 0xF0133394          MCS3 Channel 7 Program Counter Register 5
GTM_MCS3_CH7_R6 0xF0133398          MCS3 Channel 7 Program Counter Register 6
GTM_MCS3_CH7_R7 0xF013339C          MCS3 Channel 7 Program Counter Register 7
GTM_MCS3_CH7_CTRL 0xF01333A0          MCS3 Channel Control Register
GTM_MCS3_CH7_ACB 0xF01333A4          MCS3 Channel ACB Register
GTM_MCS3_CH7_PC 0xF01333C0          MCS3 Channel 7 Program Counter Register
GTM_MCS3_CH7_IRQ_NOTIFY 0xF01333C4          MCS3 Channel 7 interrupt notification register
GTM_MCS3_CH7_IRQ_EN 0xF01333C8          MCS3 Channel 7 Interrupt Enable Register
GTM_MCS3_CH7_IRQ_FORCINT 0xF01333CC          MCS3 Channel 7 Software Interrupt Generation Register
GTM_MCS3_CH7_IRQ_MODE 0xF01333D0          MCS3 IRQ Mode Configuration Register
GTM_MCS3_CH7_EIRQ_EN 0xF01333D4          MCS3_Channel 7 Error Interrupt Enable Register
GTM_MCS4_CH0_R0 0xF0134000          MCS4 Channel 0 Program Counter Register 0
GTM_MCS4_CH0_R1 0xF0134004          MCS4 Channel 0 Program Counter Register 1
GTM_MCS4_CH0_R2 0xF0134008          MCS4 Channel 0 Program Counter Register 2
GTM_MCS4_CH0_R3 0xF013400C          MCS4 Channel 0 Program Counter Register 3
GTM_MCS4_CH0_R4 0xF0134010          MCS4 Channel 0 Program Counter Register 4
GTM_MCS4_CH0_R5 0xF0134014          MCS4 Channel 0 Program Counter Register 5
GTM_MCS4_CH0_R6 0xF0134018          MCS4 Channel 0 Program Counter Register 6
GTM_MCS4_CH0_R7 0xF013401C          MCS4 Channel 0 Program Counter Register 7
GTM_MCS4_CH0_CTRL 0xF0134020          MCS4 Channel Control Register
GTM_MCS4_CH0_ACB 0xF0134024          MCS4 Channel ACB Register
GTM_MCS4_CTRG   0xF0134028          MCS4 Clear Trigger Control Register
GTM_MCS4_STRG   0xF013402C          MCS4 Set Trigger Control Register
GTM_MCS4_CH0_PC 0xF0134040          MCS4 Channel 0 Program Counter Register
GTM_MCS4_CH0_IRQ_NOTIFY 0xF0134044          MCS4 Channel 0 interrupt notification register
GTM_MCS4_CH0_IRQ_EN 0xF0134048          MCS4 Channel 0 Interrupt Enable Register
GTM_MCS4_CH0_IRQ_FORCINT 0xF013404C          MCS4 Channel 0 Software Interrupt Generation Register
GTM_MCS4_CH0_IRQ_MODE 0xF0134050          MCS4 IRQ Mode Configuration Register
GTM_MCS4_CH0_EIRQ_EN 0xF0134054          MCS4_Channel 0 Error Interrupt Enable Register
GTM_MCS4_CTRL   0xF0134074          MCS4 Control Register
GTM_MCS4_RST    0xF0134078          MCS4 Channel Reset Register
GTM_MCS4_ERR    0xF013407C          MCS4 Error Register
GTM_MCS4_CH1_R0 0xF0134080          MCS4 Channel 1 Program Counter Register 0
GTM_MCS4_CH1_R1 0xF0134084          MCS4 Channel 1 Program Counter Register 1
GTM_MCS4_CH1_R2 0xF0134088          MCS4 Channel 1 Program Counter Register 2
GTM_MCS4_CH1_R3 0xF013408C          MCS4 Channel 1 Program Counter Register 3
GTM_MCS4_CH1_R4 0xF0134090          MCS4 Channel 1 Program Counter Register 4
GTM_MCS4_CH1_R5 0xF0134094          MCS4 Channel 1 Program Counter Register 5
GTM_MCS4_CH1_R6 0xF0134098          MCS4 Channel 1 Program Counter Register 6
GTM_MCS4_CH1_R7 0xF013409C          MCS4 Channel 1 Program Counter Register 7
GTM_MCS4_CH1_CTRL 0xF01340A0          MCS4 Channel Control Register
GTM_MCS4_CH1_ACB 0xF01340A4          MCS4 Channel ACB Register
GTM_MCS4_CH1_PC 0xF01340C0          MCS4 Channel 1 Program Counter Register
GTM_MCS4_CH1_IRQ_NOTIFY 0xF01340C4          MCS4 Channel 1 interrupt notification register
GTM_MCS4_CH1_IRQ_EN 0xF01340C8          MCS4 Channel 1 Interrupt Enable Register
GTM_MCS4_CH1_IRQ_FORCINT 0xF01340CC          MCS4 Channel 1 Software Interrupt Generation Register
GTM_MCS4_CH1_IRQ_MODE 0xF01340D0          MCS4 IRQ Mode Configuration Register
GTM_MCS4_CH1_EIRQ_EN 0xF01340D4          MCS4_Channel 1 Error Interrupt Enable Register
GTM_MCS4_CH2_R0 0xF0134100          MCS4 Channel 2 Program Counter Register 0
GTM_MCS4_CH2_R1 0xF0134104          MCS4 Channel 2 Program Counter Register 1
GTM_MCS4_CH2_R2 0xF0134108          MCS4 Channel 2 Program Counter Register 2
GTM_MCS4_CH2_R3 0xF013410C          MCS4 Channel 2 Program Counter Register 3
GTM_MCS4_CH2_R4 0xF0134110          MCS4 Channel 2 Program Counter Register 4
GTM_MCS4_CH2_R5 0xF0134114          MCS4 Channel 2 Program Counter Register 5
GTM_MCS4_CH2_R6 0xF0134118          MCS4 Channel 2 Program Counter Register 6
GTM_MCS4_CH2_R7 0xF013411C          MCS4 Channel 2 Program Counter Register 7
GTM_MCS4_CH2_CTRL 0xF0134120          MCS4 Channel Control Register
GTM_MCS4_CH2_ACB 0xF0134124          MCS4 Channel ACB Register
GTM_MCS4_CH2_PC 0xF0134140          MCS4 Channel 2 Program Counter Register
GTM_MCS4_CH2_IRQ_NOTIFY 0xF0134144          MCS4 Channel 2 interrupt notification register
GTM_MCS4_CH2_IRQ_EN 0xF0134148          MCS4 Channel 2 Interrupt Enable Register
GTM_MCS4_CH2_IRQ_FORCINT 0xF013414C          MCS4 Channel 2 Software Interrupt Generation Register
GTM_MCS4_CH2_IRQ_MODE 0xF0134150          MCS4 IRQ Mode Configuration Register
GTM_MCS4_CH2_EIRQ_EN 0xF0134154          MCS4_Channel 2 Error Interrupt Enable Register
GTM_MCS4_CH3_R0 0xF0134180          MCS4 Channel 3 Program Counter Register 0
GTM_MCS4_CH3_R1 0xF0134184          MCS4 Channel 3 Program Counter Register 1
GTM_MCS4_CH3_R2 0xF0134188          MCS4 Channel 3 Program Counter Register 2
GTM_MCS4_CH3_R3 0xF013418C          MCS4 Channel 3 Program Counter Register 3
GTM_MCS4_CH3_R4 0xF0134190          MCS4 Channel 3 Program Counter Register 4
GTM_MCS4_CH3_R5 0xF0134194          MCS4 Channel 3 Program Counter Register 5
GTM_MCS4_CH3_R6 0xF0134198          MCS4 Channel 3 Program Counter Register 6
GTM_MCS4_CH3_R7 0xF013419C          MCS4 Channel 3 Program Counter Register 7
GTM_MCS4_CH3_CTRL 0xF01341A0          MCS4 Channel Control Register
GTM_MCS4_CH3_ACB 0xF01341A4          MCS4 Channel ACB Register
GTM_MCS4_CH3_PC 0xF01341C0          MCS4 Channel 3 Program Counter Register
GTM_MCS4_CH3_IRQ_NOTIFY 0xF01341C4          MCS4 Channel 3 interrupt notification register
GTM_MCS4_CH3_IRQ_EN 0xF01341C8          MCS4 Channel 3 Interrupt Enable Register
GTM_MCS4_CH3_IRQ_FORCINT 0xF01341CC          MCS4 Channel 3 Software Interrupt Generation Register
GTM_MCS4_CH3_IRQ_MODE 0xF01341D0          MCS4 IRQ Mode Configuration Register
GTM_MCS4_CH3_EIRQ_EN 0xF01341D4          MCS4_Channel 3 Error Interrupt Enable Register
GTM_MCS4_CH4_R0 0xF0134200          MCS4 Channel 4 Program Counter Register 0
GTM_MCS4_CH4_R1 0xF0134204          MCS4 Channel 4 Program Counter Register 1
GTM_MCS4_CH4_R2 0xF0134208          MCS4 Channel 4 Program Counter Register 2
GTM_MCS4_CH4_R3 0xF013420C          MCS4 Channel 4 Program Counter Register 3
GTM_MCS4_CH4_R4 0xF0134210          MCS4 Channel 4 Program Counter Register 4
GTM_MCS4_CH4_R5 0xF0134214          MCS4 Channel 4 Program Counter Register 5
GTM_MCS4_CH4_R6 0xF0134218          MCS4 Channel 4 Program Counter Register 6
GTM_MCS4_CH4_R7 0xF013421C          MCS4 Channel 4 Program Counter Register 7
GTM_MCS4_CH4_CTRL 0xF0134220          MCS4 Channel Control Register
GTM_MCS4_CH4_ACB 0xF0134224          MCS4 Channel ACB Register
GTM_MCS4_CH4_PC 0xF0134240          MCS4 Channel 4 Program Counter Register
GTM_MCS4_CH4_IRQ_NOTIFY 0xF0134244          MCS4 Channel 4 interrupt notification register
GTM_MCS4_CH4_IRQ_EN 0xF0134248          MCS4 Channel 4 Interrupt Enable Register
GTM_MCS4_CH4_IRQ_FORCINT 0xF013424C          MCS4 Channel 4 Software Interrupt Generation Register
GTM_MCS4_CH4_IRQ_MODE 0xF0134250          MCS4 IRQ Mode Configuration Register
GTM_MCS4_CH4_EIRQ_EN 0xF0134254          MCS4_Channel 4 Error Interrupt Enable Register
GTM_MCS4_CH5_R0 0xF0134280          MCS4 Channel 5 Program Counter Register 0
GTM_MCS4_CH5_R1 0xF0134284          MCS4 Channel 5 Program Counter Register 1
GTM_MCS4_CH5_R2 0xF0134288          MCS4 Channel 5 Program Counter Register 2
GTM_MCS4_CH5_R3 0xF013428C          MCS4 Channel 5 Program Counter Register 3
GTM_MCS4_CH5_R4 0xF0134290          MCS4 Channel 5 Program Counter Register 4
GTM_MCS4_CH5_R5 0xF0134294          MCS4 Channel 5 Program Counter Register 5
GTM_MCS4_CH5_R6 0xF0134298          MCS4 Channel 5 Program Counter Register 6
GTM_MCS4_CH5_R7 0xF013429C          MCS4 Channel 5 Program Counter Register 7
GTM_MCS4_CH5_CTRL 0xF01342A0          MCS4 Channel Control Register
GTM_MCS4_CH5_ACB 0xF01342A4          MCS4 Channel ACB Register
GTM_MCS4_CH5_PC 0xF01342C0          MCS4 Channel 5 Program Counter Register
GTM_MCS4_CH5_IRQ_NOTIFY 0xF01342C4          MCS4 Channel 5 interrupt notification register
GTM_MCS4_CH5_IRQ_EN 0xF01342C8          MCS4 Channel 5 Interrupt Enable Register
GTM_MCS4_CH5_IRQ_FORCINT 0xF01342CC          MCS4 Channel 5 Software Interrupt Generation Register
GTM_MCS4_CH5_IRQ_MODE 0xF01342D0          MCS4 IRQ Mode Configuration Register
GTM_MCS4_CH5_EIRQ_EN 0xF01342D4          MCS4_Channel 5 Error Interrupt Enable Register
GTM_MCS4_CH6_R0 0xF0134300          MCS4 Channel 6 Program Counter Register 0
GTM_MCS4_CH6_R1 0xF0134304          MCS4 Channel 6 Program Counter Register 1
GTM_MCS4_CH6_R2 0xF0134308          MCS4 Channel 6 Program Counter Register 2
GTM_MCS4_CH6_R3 0xF013430C          MCS4 Channel 6 Program Counter Register 3
GTM_MCS4_CH6_R4 0xF0134310          MCS4 Channel 6 Program Counter Register 4
GTM_MCS4_CH6_R5 0xF0134314          MCS4 Channel 6 Program Counter Register 5
GTM_MCS4_CH6_R6 0xF0134318          MCS4 Channel 6 Program Counter Register 6
GTM_MCS4_CH6_R7 0xF013431C          MCS4 Channel 6 Program Counter Register 7
GTM_MCS4_CH6_CTRL 0xF0134320          MCS4 Channel Control Register
GTM_MCS4_CH6_ACB 0xF0134324          MCS4 Channel ACB Register
GTM_MCS4_CH6_PC 0xF0134340          MCS4 Channel 6 Program Counter Register
GTM_MCS4_CH6_IRQ_NOTIFY 0xF0134344          MCS4 Channel 6 interrupt notification register
GTM_MCS4_CH6_IRQ_EN 0xF0134348          MCS4 Channel 6 Interrupt Enable Register
GTM_MCS4_CH6_IRQ_FORCINT 0xF013434C          MCS4 Channel 6 Software Interrupt Generation Register
GTM_MCS4_CH6_IRQ_MODE 0xF0134350          MCS4 IRQ Mode Configuration Register
GTM_MCS4_CH6_EIRQ_EN 0xF0134354          MCS4_Channel 6 Error Interrupt Enable Register
GTM_MCS4_CH7_R0 0xF0134380          MCS4 Channel 7 Program Counter Register 0
GTM_MCS4_CH7_R1 0xF0134384          MCS4 Channel 7 Program Counter Register 1
GTM_MCS4_CH7_R2 0xF0134388          MCS4 Channel 7 Program Counter Register 2
GTM_MCS4_CH7_R3 0xF013438C          MCS4 Channel 7 Program Counter Register 3
GTM_MCS4_CH7_R4 0xF0134390          MCS4 Channel 7 Program Counter Register 4
GTM_MCS4_CH7_R5 0xF0134394          MCS4 Channel 7 Program Counter Register 5
GTM_MCS4_CH7_R6 0xF0134398          MCS4 Channel 7 Program Counter Register 6
GTM_MCS4_CH7_R7 0xF013439C          MCS4 Channel 7 Program Counter Register 7
GTM_MCS4_CH7_CTRL 0xF01343A0          MCS4 Channel Control Register
GTM_MCS4_CH7_ACB 0xF01343A4          MCS4 Channel ACB Register
GTM_MCS4_CH7_PC 0xF01343C0          MCS4 Channel 7 Program Counter Register
GTM_MCS4_CH7_IRQ_NOTIFY 0xF01343C4          MCS4 Channel 7 interrupt notification register
GTM_MCS4_CH7_IRQ_EN 0xF01343C8          MCS4 Channel 7 Interrupt Enable Register
GTM_MCS4_CH7_IRQ_FORCINT 0xF01343CC          MCS4 Channel 7 Software Interrupt Generation Register
GTM_MCS4_CH7_IRQ_MODE 0xF01343D0          MCS4 IRQ Mode Configuration Register
GTM_MCS4_CH7_EIRQ_EN 0xF01343D4          MCS4_Channel 7 Error Interrupt Enable Register
GTM_MCS5_CH0_R0 0xF0135000          MCS5 Channel 0 Program Counter Register 0
GTM_MCS5_CH0_R1 0xF0135004          MCS5 Channel 0 Program Counter Register 1
GTM_MCS5_CH0_R2 0xF0135008          MCS5 Channel 0 Program Counter Register 2
GTM_MCS5_CH0_R3 0xF013500C          MCS5 Channel 0 Program Counter Register 3
GTM_MCS5_CH0_R4 0xF0135010          MCS5 Channel 0 Program Counter Register 4
GTM_MCS5_CH0_R5 0xF0135014          MCS5 Channel 0 Program Counter Register 5
GTM_MCS5_CH0_R6 0xF0135018          MCS5 Channel 0 Program Counter Register 6
GTM_MCS5_CH0_R7 0xF013501C          MCS5 Channel 0 Program Counter Register 7
GTM_MCS5_CH0_CTRL 0xF0135020          MCS5 Channel Control Register
GTM_MCS5_CH0_ACB 0xF0135024          MCS5 Channel ACB Register
GTM_MCS5_CTRG   0xF0135028          MCS5 Clear Trigger Control Register
GTM_MCS5_STRG   0xF013502C          MCS5 Set Trigger Control Register
GTM_MCS5_CH0_PC 0xF0135040          MCS5 Channel 0 Program Counter Register
GTM_MCS5_CH0_IRQ_NOTIFY 0xF0135044          MCS5 Channel 0 interrupt notification register
GTM_MCS5_CH0_IRQ_EN 0xF0135048          MCS5 Channel 0 Interrupt Enable Register
GTM_MCS5_CH0_IRQ_FORCINT 0xF013504C          MCS5 Channel 0 Software Interrupt Generation Register
GTM_MCS5_CH0_IRQ_MODE 0xF0135050          MCS5 IRQ Mode Configuration Register
GTM_MCS5_CH0_EIRQ_EN 0xF0135054          MCS5_Channel 0 Error Interrupt Enable Register
GTM_MCS5_CTRL   0xF0135074          MCS5 Control Register
GTM_MCS5_RST    0xF0135078          MCS5 Channel Reset Register
GTM_MCS5_ERR    0xF013507C          MCS5 Error Register
GTM_MCS5_CH1_R0 0xF0135080          MCS5 Channel 1 Program Counter Register 0
GTM_MCS5_CH1_R1 0xF0135084          MCS5 Channel 1 Program Counter Register 1
GTM_MCS5_CH1_R2 0xF0135088          MCS5 Channel 1 Program Counter Register 2
GTM_MCS5_CH1_R3 0xF013508C          MCS5 Channel 1 Program Counter Register 3
GTM_MCS5_CH1_R4 0xF0135090          MCS5 Channel 1 Program Counter Register 4
GTM_MCS5_CH1_R5 0xF0135094          MCS5 Channel 1 Program Counter Register 5
GTM_MCS5_CH1_R6 0xF0135098          MCS5 Channel 1 Program Counter Register 6
GTM_MCS5_CH1_R7 0xF013509C          MCS5 Channel 1 Program Counter Register 7
GTM_MCS5_CH1_CTRL 0xF01350A0          MCS5 Channel Control Register
GTM_MCS5_CH1_ACB 0xF01350A4          MCS5 Channel ACB Register
GTM_MCS5_CH1_PC 0xF01350C0          MCS5 Channel 1 Program Counter Register
GTM_MCS5_CH1_IRQ_NOTIFY 0xF01350C4          MCS5 Channel 1 interrupt notification register
GTM_MCS5_CH1_IRQ_EN 0xF01350C8          MCS5 Channel 1 Interrupt Enable Register
GTM_MCS5_CH1_IRQ_FORCINT 0xF01350CC          MCS5 Channel 1 Software Interrupt Generation Register
GTM_MCS5_CH1_IRQ_MODE 0xF01350D0          MCS5 IRQ Mode Configuration Register
GTM_MCS5_CH1_EIRQ_EN 0xF01350D4          MCS5_Channel 1 Error Interrupt Enable Register
GTM_MCS5_CH2_R0 0xF0135100          MCS5 Channel 2 Program Counter Register 0
GTM_MCS5_CH2_R1 0xF0135104          MCS5 Channel 2 Program Counter Register 1
GTM_MCS5_CH2_R2 0xF0135108          MCS5 Channel 2 Program Counter Register 2
GTM_MCS5_CH2_R3 0xF013510C          MCS5 Channel 2 Program Counter Register 3
GTM_MCS5_CH2_R4 0xF0135110          MCS5 Channel 2 Program Counter Register 4
GTM_MCS5_CH2_R5 0xF0135114          MCS5 Channel 2 Program Counter Register 5
GTM_MCS5_CH2_R6 0xF0135118          MCS5 Channel 2 Program Counter Register 6
GTM_MCS5_CH2_R7 0xF013511C          MCS5 Channel 2 Program Counter Register 7
GTM_MCS5_CH2_CTRL 0xF0135120          MCS5 Channel Control Register
GTM_MCS5_CH2_ACB 0xF0135124          MCS5 Channel ACB Register
GTM_MCS5_CH2_PC 0xF0135140          MCS5 Channel 2 Program Counter Register
GTM_MCS5_CH2_IRQ_NOTIFY 0xF0135144          MCS5 Channel 2 interrupt notification register
GTM_MCS5_CH2_IRQ_EN 0xF0135148          MCS5 Channel 2 Interrupt Enable Register
GTM_MCS5_CH2_IRQ_FORCINT 0xF013514C          MCS5 Channel 2 Software Interrupt Generation Register
GTM_MCS5_CH2_IRQ_MODE 0xF0135150          MCS5 IRQ Mode Configuration Register
GTM_MCS5_CH2_EIRQ_EN 0xF0135154          MCS5_Channel 2 Error Interrupt Enable Register
GTM_MCS5_CH3_R0 0xF0135180          MCS5 Channel 3 Program Counter Register 0
GTM_MCS5_CH3_R1 0xF0135184          MCS5 Channel 3 Program Counter Register 1
GTM_MCS5_CH3_R2 0xF0135188          MCS5 Channel 3 Program Counter Register 2
GTM_MCS5_CH3_R3 0xF013518C          MCS5 Channel 3 Program Counter Register 3
GTM_MCS5_CH3_R4 0xF0135190          MCS5 Channel 3 Program Counter Register 4
GTM_MCS5_CH3_R5 0xF0135194          MCS5 Channel 3 Program Counter Register 5
GTM_MCS5_CH3_R6 0xF0135198          MCS5 Channel 3 Program Counter Register 6
GTM_MCS5_CH3_R7 0xF013519C          MCS5 Channel 3 Program Counter Register 7
GTM_MCS5_CH3_CTRL 0xF01351A0          MCS5 Channel Control Register
GTM_MCS5_CH3_ACB 0xF01351A4          MCS5 Channel ACB Register
GTM_MCS5_CH3_PC 0xF01351C0          MCS5 Channel 3 Program Counter Register
GTM_MCS5_CH3_IRQ_NOTIFY 0xF01351C4          MCS5 Channel 3 interrupt notification register
GTM_MCS5_CH3_IRQ_EN 0xF01351C8          MCS5 Channel 3 Interrupt Enable Register
GTM_MCS5_CH3_IRQ_FORCINT 0xF01351CC          MCS5 Channel 3 Software Interrupt Generation Register
GTM_MCS5_CH3_IRQ_MODE 0xF01351D0          MCS5 IRQ Mode Configuration Register
GTM_MCS5_CH3_EIRQ_EN 0xF01351D4          MCS5_Channel 3 Error Interrupt Enable Register
GTM_MCS5_CH4_R0 0xF0135200          MCS5 Channel 4 Program Counter Register 0
GTM_MCS5_CH4_R1 0xF0135204          MCS5 Channel 4 Program Counter Register 1
GTM_MCS5_CH4_R2 0xF0135208          MCS5 Channel 4 Program Counter Register 2
GTM_MCS5_CH4_R3 0xF013520C          MCS5 Channel 4 Program Counter Register 3
GTM_MCS5_CH4_R4 0xF0135210          MCS5 Channel 4 Program Counter Register 4
GTM_MCS5_CH4_R5 0xF0135214          MCS5 Channel 4 Program Counter Register 5
GTM_MCS5_CH4_R6 0xF0135218          MCS5 Channel 4 Program Counter Register 6
GTM_MCS5_CH4_R7 0xF013521C          MCS5 Channel 4 Program Counter Register 7
GTM_MCS5_CH4_CTRL 0xF0135220          MCS5 Channel Control Register
GTM_MCS5_CH4_ACB 0xF0135224          MCS5 Channel ACB Register
GTM_MCS5_CH4_PC 0xF0135240          MCS5 Channel 4 Program Counter Register
GTM_MCS5_CH4_IRQ_NOTIFY 0xF0135244          MCS5 Channel 4 interrupt notification register
GTM_MCS5_CH4_IRQ_EN 0xF0135248          MCS5 Channel 4 Interrupt Enable Register
GTM_MCS5_CH4_IRQ_FORCINT 0xF013524C          MCS5 Channel 4 Software Interrupt Generation Register
GTM_MCS5_CH4_IRQ_MODE 0xF0135250          MCS5 IRQ Mode Configuration Register
GTM_MCS5_CH4_EIRQ_EN 0xF0135254          MCS5_Channel 4 Error Interrupt Enable Register
GTM_MCS5_CH5_R0 0xF0135280          MCS5 Channel 5 Program Counter Register 0
GTM_MCS5_CH5_R1 0xF0135284          MCS5 Channel 5 Program Counter Register 1
GTM_MCS5_CH5_R2 0xF0135288          MCS5 Channel 5 Program Counter Register 2
GTM_MCS5_CH5_R3 0xF013528C          MCS5 Channel 5 Program Counter Register 3
GTM_MCS5_CH5_R4 0xF0135290          MCS5 Channel 5 Program Counter Register 4
GTM_MCS5_CH5_R5 0xF0135294          MCS5 Channel 5 Program Counter Register 5
GTM_MCS5_CH5_R6 0xF0135298          MCS5 Channel 5 Program Counter Register 6
GTM_MCS5_CH5_R7 0xF013529C          MCS5 Channel 5 Program Counter Register 7
GTM_MCS5_CH5_CTRL 0xF01352A0          MCS5 Channel Control Register
GTM_MCS5_CH5_ACB 0xF01352A4          MCS5 Channel ACB Register
GTM_MCS5_CH5_PC 0xF01352C0          MCS5 Channel 5 Program Counter Register
GTM_MCS5_CH5_IRQ_NOTIFY 0xF01352C4          MCS5 Channel 5 interrupt notification register
GTM_MCS5_CH5_IRQ_EN 0xF01352C8          MCS5 Channel 5 Interrupt Enable Register
GTM_MCS5_CH5_IRQ_FORCINT 0xF01352CC          MCS5 Channel 5 Software Interrupt Generation Register
GTM_MCS5_CH5_IRQ_MODE 0xF01352D0          MCS5 IRQ Mode Configuration Register
GTM_MCS5_CH5_EIRQ_EN 0xF01352D4          MCS5_Channel 5 Error Interrupt Enable Register
GTM_MCS5_CH6_R0 0xF0135300          MCS5 Channel 6 Program Counter Register 0
GTM_MCS5_CH6_R1 0xF0135304          MCS5 Channel 6 Program Counter Register 1
GTM_MCS5_CH6_R2 0xF0135308          MCS5 Channel 6 Program Counter Register 2
GTM_MCS5_CH6_R3 0xF013530C          MCS5 Channel 6 Program Counter Register 3
GTM_MCS5_CH6_R4 0xF0135310          MCS5 Channel 6 Program Counter Register 4
GTM_MCS5_CH6_R5 0xF0135314          MCS5 Channel 6 Program Counter Register 5
GTM_MCS5_CH6_R6 0xF0135318          MCS5 Channel 6 Program Counter Register 6
GTM_MCS5_CH6_R7 0xF013531C          MCS5 Channel 6 Program Counter Register 7
GTM_MCS5_CH6_CTRL 0xF0135320          MCS5 Channel Control Register
GTM_MCS5_CH6_ACB 0xF0135324          MCS5 Channel ACB Register
GTM_MCS5_CH6_PC 0xF0135340          MCS5 Channel 6 Program Counter Register
GTM_MCS5_CH6_IRQ_NOTIFY 0xF0135344          MCS5 Channel 6 interrupt notification register
GTM_MCS5_CH6_IRQ_EN 0xF0135348          MCS5 Channel 6 Interrupt Enable Register
GTM_MCS5_CH6_IRQ_FORCINT 0xF013534C          MCS5 Channel 6 Software Interrupt Generation Register
GTM_MCS5_CH6_IRQ_MODE 0xF0135350          MCS5 IRQ Mode Configuration Register
GTM_MCS5_CH6_EIRQ_EN 0xF0135354          MCS5_Channel 6 Error Interrupt Enable Register
GTM_MCS5_CH7_R0 0xF0135380          MCS5 Channel 7 Program Counter Register 0
GTM_MCS5_CH7_R1 0xF0135384          MCS5 Channel 7 Program Counter Register 1
GTM_MCS5_CH7_R2 0xF0135388          MCS5 Channel 7 Program Counter Register 2
GTM_MCS5_CH7_R3 0xF013538C          MCS5 Channel 7 Program Counter Register 3
GTM_MCS5_CH7_R4 0xF0135390          MCS5 Channel 7 Program Counter Register 4
GTM_MCS5_CH7_R5 0xF0135394          MCS5 Channel 7 Program Counter Register 5
GTM_MCS5_CH7_R6 0xF0135398          MCS5 Channel 7 Program Counter Register 6
GTM_MCS5_CH7_R7 0xF013539C          MCS5 Channel 7 Program Counter Register 7
GTM_MCS5_CH7_CTRL 0xF01353A0          MCS5 Channel Control Register
GTM_MCS5_CH7_ACB 0xF01353A4          MCS5 Channel ACB Register
GTM_MCS5_CH7_PC 0xF01353C0          MCS5 Channel 7 Program Counter Register
GTM_MCS5_CH7_IRQ_NOTIFY 0xF01353C4          MCS5 Channel 7 interrupt notification register
GTM_MCS5_CH7_IRQ_EN 0xF01353C8          MCS5 Channel 7 Interrupt Enable Register
GTM_MCS5_CH7_IRQ_FORCINT 0xF01353CC          MCS5 Channel 7 Software Interrupt Generation Register
GTM_MCS5_CH7_IRQ_MODE 0xF01353D0          MCS5 IRQ Mode Configuration Register
GTM_MCS5_CH7_EIRQ_EN 0xF01353D4          MCS5_Channel 7 Error Interrupt Enable Register
GTM_CLC         0xF019FD00          Clock Control Register
GTM_TIM0INSEL   0xF019FD10          TIM0 Input Select Register
GTM_TIM1INSEL   0xF019FD14          TIM1 Input Select Register
GTM_TIM2INSEL   0xF019FD18          TIM2 Input Select Register
GTM_TIM3INSEL   0xF019FD1C          TIM3 Input Select Register
GTM_TIM4INSEL   0xF019FD20          TIM4 Input Select Register
GTM_TIM5INSEL   0xF019FD24          TIM5 Input Select Register
GTM_TOUTSEL0    0xF019FD30          Timer Output Select Register
GTM_TOUTSEL1    0xF019FD34          Timer Output Select Register
GTM_TOUTSEL2    0xF019FD38          Timer Output Select Register
GTM_TOUTSEL3    0xF019FD3C          Timer Output Select Register
GTM_TOUTSEL4    0xF019FD40          Timer Output Select Register
GTM_TOUTSEL5    0xF019FD44          Timer Output Select Register
GTM_TOUTSEL6    0xF019FD48          Timer Output Select Register
GTM_TOUTSEL7    0xF019FD4C          Timer Output Select Register
GTM_TOUTSEL8    0xF019FD50          Timer Output Select Register
GTM_TOUTSEL9    0xF019FD54          Timer Output Select Register
GTM_TOUTSEL10   0xF019FD58          Timer Output Select Register
GTM_TOUTSEL11   0xF019FD5C          Timer Output Select Register
GTM_TOUTSEL12   0xF019FD60          Timer Output Select Register
GTM_TOUTSEL13   0xF019FD64          Timer Output Select Register
GTM_TOUTSEL14   0xF019FD68          Timer Output Select Register
GTM_TOUTSEL15   0xF019FD6C          Timer Output Select Register
GTM_TOUTSEL16   0xF019FD70          Timer Output Select Register
GTM_DSADCINSEL0 0xF019FD7C          DSADC Input Select 0 Register
GTM_DSADCINSEL1 0xF019FD80          DSADC Input Select 1 Register
GTM_DSADCINSEL2 0xF019FD84          DSADC Input Select 2 Register
GTM_DSADCOUTSEL00 0xF019FD88          DSADC Output Select 00 Register
GTM_DSADCOUTSEL01 0xF019FD8C          DSADC Output Select 01 Register
GTM_DSADCOUTSEL10 0xF019FD90          DSADC Output Select 10 Register
GTM_DSADCOUTSEL11 0xF019FD94          DSADC Output Select 11 Register
GTM_CANOUTSEL   0xF019FDA0          CAN Output Select Register
GTM_PSI5OUTSEL0 0xF019FDA4          PSI5 Output Select 0 Register
GTM_PSI5SOUTSEL 0xF019FDA8          PSI5-S Output Select Register
GTM_ADCTRIG0OUT0 0xF019FDB0          ADC Trigger 0 Output Select 0 Register
GTM_ADCTRIG0OUT1 0xF019FDB4          ADC Trigger 0 Output Select 1 Register
GTM_ADCTRIG1OUT0 0xF019FDB8          ADC Trigger 1 Output Select 0 Register
GTM_ADCTRIG1OUT1 0xF019FDBC          ADC Trigger 1 Output Select 1 Register
GTM_OTBU0T      0xF019FDC4          OCDS TBU0 Trigger Register
GTM_OTBU1T      0xF019FDC8          OCDS TBU1 Trigger Register
GTM_OTBU2T      0xF019FDCC          OCDS TBU2 Trigger Register
GTM_OTSS        0xF019FDD0          OCDS Trigger Set Select Register
GTM_OTSC0       0xF019FDD4          OCDS Trigger Set Control 0 Register
GTM_OTSC1       0xF019FDD8          OCDS Trigger Set Control 1 Register
GTM_ODA         0xF019FDDC          OCDS Debug Access Register
GTM_OCS         0xF019FDE8          OCDS Control and Status
GTM_KRSTCLR     0xF019FDEC          Kernel Reset Status Clear Register
GTM_KRST1       0xF019FDF0          Kernel Reset Register 1
GTM_KRST0       0xF019FDF4          Kernel Reset Register 0
GTM_ACCEN1      0xF019FDF8          Access Enable Register 1
GTM_ACCEN0      0xF019FDFC          Access Enable Register 0
GTM_DXOUTCON    0xF019FE00          Data Exchange Output Control Register
GTM_TRIGOUT00   0xF019FE04          Trigger Output 0 Register 0
GTM_TRIGOUT01   0xF019FE08          Trigger Output 0 Register 1
GTM_TRIGOUT02   0xF019FE0C          Trigger Output 0 Register 2
GTM_TRIGOUT03   0xF019FE10          Trigger Output 0 Register 3
GTM_TRIGOUT04   0xF019FE14          Trigger Output 0 Register 4
GTM_TRIGOUT05   0xF019FE18          Trigger Output 0 Register 5
GTM_TRIGOUT10   0xF019FE44          Trigger Output 0 Register 0
GTM_TRIGOUT11   0xF019FE48          Trigger Output 0 Register 1
GTM_TRIGOUT12   0xF019FE4C          Trigger Output 0 Register 2
GTM_TRIGOUT13   0xF019FE50          Trigger Output 0 Register 3
GTM_TRIGOUT14   0xF019FE54          Trigger Output 0 Register 4
GTM_TRIGOUT15   0xF019FE58          Trigger Output 0 Register 5
GTM_MCSINTSTAT  0xF019FE70          MCS Interrupt Status Register
GTM_MCSINTCLR   0xF019FE74          MCS Interrupt Clear Register
GTM_DXINCON     0xF019FE90          Data Exchange Input Control Register
GTM_DATAIN00    0xF019FE94          Data Input 0 0 Register
GTM_DATAIN01    0xF019FE98          Data Input 0 1 Register
GTM_DATAIN02    0xF019FE9C          Data Input 0 2 Register
GTM_DATAIN03    0xF019FEA0          Data Input 0 3 Register
GTM_DATAIN04    0xF019FEA4          Data Input 0 4 Register
GTM_DATAIN05    0xF019FEA8          Data Input 0 5 Register
GTM_DATAIN10    0xF019FED4          Data Input 0 Register
GTM_DATAIN11    0xF019FED8          Data Input 1 Register
GTM_DATAIN12    0xF019FEDC          Data Input 2 Register
GTM_DATAIN13    0xF019FEE0          Data Input 3 Register
GTM_DATAIN14    0xF019FEE4          Data Input 4 Register
GTM_DATAIN15    0xF019FEE8          Data Input 5 Register
GTM_MSCSET1CON0 0xF019FF00          MSC Set 1 Control 0 Register
GTM_MSCSET1CON1 0xF019FF04          MSC Set 1 Control 1 Register
GTM_MSCSET1CON2 0xF019FF08          MSC Set 1 Control 2 Register
GTM_MSCSET1CON3 0xF019FF0C          MSC Set 1 Control 3 Register
GTM_MSCSET2CON0 0xF019FF10          MSC Set 2 Control 0 Register
GTM_MSCSET2CON1 0xF019FF14          MSC Set 2 Control 1 Register
GTM_MSCSET2CON2 0xF019FF18          MSC Set 2 Control 2 Register
GTM_MSCSET2CON3 0xF019FF1C          MSC Set 2 Control 3 Register
GTM_MSCSET3CON0 0xF019FF20          MSC Set 3 Control 0 Register
GTM_MSCSET3CON1 0xF019FF24          MSC Set 3 Control 1 Register
GTM_MSCSET3CON2 0xF019FF28          MSC Set 3 Control 2 Register
GTM_MSCSET3CON3 0xF019FF2C          MSC Set 3 Control 3 Register
GTM_MSCSET4CON0 0xF019FF30          MSC Set 4 Control 0 Register
GTM_MSCSET4CON1 0xF019FF34          MSC Set 4 Control 1 Register
GTM_MSCSET4CON2 0xF019FF38          MSC Set 4 Control 2 Register
GTM_MSCSET4CON3 0xF019FF3C          MSC Set 4 Control 3 Register
GTM_MSCSET5CON0 0xF019FF40          MSC Set 5 Control 0 Register
GTM_MSCSET5CON1 0xF019FF44          MSC Set 5 Control 1 Register
GTM_MSCSET5CON2 0xF019FF48          MSC Set 5 Control 2 Register
GTM_MSCSET5CON3 0xF019FF4C          MSC Set 5 Control 3 Register
GTM_MSCSET6CON0 0xF019FF50          MSC Set 6 Control 0 Register
GTM_MSCSET6CON1 0xF019FF54          MSC Set 6 Control 1 Register
GTM_MSCSET6CON2 0xF019FF58          MSC Set 6 Control 2 Register
GTM_MSCSET6CON3 0xF019FF5C          MSC Set 6 Control 3 Register
GTM_MSC0INLCON  0xF019FF60          MSC0 Input Low Control Register
GTM_MSC0INHCON  0xF019FF64          MSC0 Input High Control Register
GTM_MSC1INLCON  0xF019FF68          MSC1 Input Low Control Register
GTM_MSC1INHCON  0xF019FF6C          MSC1 Input High Control Register
GTM_MSC2INLCON  0xF019FF70          MSC2 Input Low Control Register
GTM_MSC2INHCON  0xF019FF74          MSC2 Input High Control Register
EBU_CLC         0xF8000000          EBU Clock Control Register
EBU_MODCON      0xF8000004          EBU Configuration Register
EBU_ID          0xF8000008          EBU Module Identification Register
EBU_USERCON     0xF800000C          EBU Test/Control Configuration Register
EBU_EXTBOOT     0xF8000010          EBU External Boot Configuration Register
EBU_ADDRSEL0    0xF8000018          EBU Address Select Register 0
EBU_ADDRSEL1    0xF800001C          EBU Address Select Register 1-2
EBU_ADDRSEL2    0xF8000020          EBU Address Select Register 1-2
EBU_BUSRCON0    0xF8000028          EBU Bus Configuration Register
EBU_BUSRAP0     0xF800002C          EBU Bus Read Access Parameter Register
EBU_BUSWCON0    0xF8000030          EBU Bus Write Configuration Register
EBU_BUSWAP0     0xF8000034          EBU Bus Write Access Parameter Register
EBU_BUSRCON1    0xF8000038          EBU Bus Configuration Register
EBU_BUSRAP1     0xF800003C          EBU Bus Read Access Parameter Register
EBU_BUSWCON1    0xF8000040          EBU Bus Write Configuration Register
EBU_BUSWAP1     0xF8000044          EBU Bus Write Access Parameter Register
EBU_BUSRCON2    0xF8000048          EBU Bus Configuration Register
EBU_BUSRAP2     0xF800004C          EBU Bus Read Access Parameter Register
EBU_BUSWCON2    0xF8000050          EBU Bus Write Configuration Register
EBU_BUSWAP2     0xF8000054          EBU Bus Write Access Parameter Register
EBU_SDRMCON     0xF8000068          EBU SDRAM Control Register
EBU_SDRMOD      0xF800006C          EBU SDRAM Mode Register
EBU_SDRMREF     0xF8000070          EBU SDRAM Refresh Control Register
EBU_SDRSTAT     0xF8000074          EBU SDRAM Status Register
EBU_ACCEN0      0xF80000B0          EBU Access Enable Register 0
EBU_ACCEN1      0xF80000B4          EBU Access Enable Register 1
PMU0_ID         0xF8000508          PMU0 Identification Register
FLASH0_COMM0    0xF8001000          FSI Communication Register 0
FLASH0_COMM1    0xF8001004          FSI Communication Register 1
FLASH0_COMM2    0xF8001008          FSI Communication Register 2
FLASH0_ID       0xF8002008          Flash Module Identification Register
FLASH0_FSR      0xF8002010          Flash Status Register
FLASH0_FCON     0xF8002014          Flash Configuration Register
FLASH0_FPRO     0xF800201C          Flash Protection Control and Status Register
FLASH0_PROCONP0 0xF8002020          PFlash Protection Configuration PF0
FLASH0_PROCONP1 0xF8002024          PFlash Protection Configuration PF1
FLASH0_PROCONP2 0xF8002028          PFlash Protection Configuration PF2
FLASH0_PROCONP3 0xF800202C          PFlash Protection Configuration PF3
FLASH0_PROCOND  0xF8002030          DFlash Protection Configuration
FLASH0_PROCONHSMCOTP 0xF8002034          HSM Code Flash OTP Protection Configuration
FLASH0_PROCONOTP0 0xF8002038          OTP Protection Configuration PF0
FLASH0_PROCONOTP1 0xF800203C          OTP Protection Configuration PF1
FLASH0_PROCONOTP2 0xF8002040          OTP Protection Configuration PF2
FLASH0_PROCONOTP3 0xF8002044          OTP Protection Configuration PF3
FLASH0_PROCONWOP0 0xF8002048          Write-Once Protection Configuration PF0
FLASH0_PROCONWOP1 0xF800204C          Write-Once Protection Configuration PF1
FLASH0_PROCONWOP2 0xF8002050          Write-Once Protection Configuration PF2
FLASH0_PROCONWOP3 0xF8002054          Write-Once Protection Configuration PF3
FLASH0_PROCONDBG 0xF8002058          Debug Interface Protection Configuration
FLASH0_PROCONHSM 0xF800205C          HSM Interface Configuration
FLASH0_RDBCFG00 0xF8002060          Read Buffer Port 0 Cfg 0
FLASH0_RDBCFG01 0xF8002064          Read Buffer Port 0 Cfg 1
FLASH0_RDBCFG02 0xF8002068          Read Buffer Port 0 Cfg 2
FLASH0_RDBCFG10 0xF800206C          Read Buffer Port 1 Cfg 0
FLASH0_RDBCFG11 0xF8002070          Read Buffer Port 1 Cfg 1
FLASH0_RDBCFG12 0xF8002074          Read Buffer Port 1 Cfg 2
FLASH0_RDBCFG20 0xF8002078          Read Buffer Port 2 Cfg 0
FLASH0_RDBCFG21 0xF800207C          Read Buffer Port 2 Cfg 1
FLASH0_RDBCFG22 0xF8002080          Read Buffer Port 2 Cfg 2
FLASH0_RDBCFG30 0xF8002084          Read Buffer Port 3 Cfg 0
FLASH0_RDBCFG31 0xF8002088          Read Buffer Port 3 Cfg 1
FLASH0_RDBCFG32 0xF800208C          Read Buffer Port 3 Cfg 2
FLASH0_ECCW     0xF8002090          ECC Write Register
FLASH0_ECCRP0   0xF8002094          ECC Read Register PF0
FLASH0_ECCRP1   0xF8002098          ECC Read Register PF1
FLASH0_ECCRP2   0xF800209C          ECC Read Register PF2
FLASH0_ECCRP3   0xF80020A0          ECC Read Register PF3
FLASH0_ECCRD    0xF80020A4          ECC Read Register DF
FLASH0_MARP     0xF80020A8          Margin Control Register PFlash
FLASH0_MARD     0xF80020AC          Margin Control Register DFlash
FLASH0_CBABCFG0 0xF80020B4          CBAB Configuration Port 0
FLASH0_CBABSTAT0 0xF80020B8          CBAB Status Port 0
FLASH0_CBABTOP0 0xF80020BC          CBAB FIFO TOP Entry Port 0
FLASH0_CBABCFG1 0xF80020C0          CBAB Configuration Port 1
FLASH0_CBABSTAT1 0xF80020C4          CBAB Status Port 1
FLASH0_CBABTOP1 0xF80020C8          CBAB FIFO TOP Entry Port 1
FLASH0_CBABCFG2 0xF80020CC          CBAB Configuration Port 2
FLASH0_CBABSTAT2 0xF80020D0          CBAB Status Port 2
FLASH0_CBABTOP2 0xF80020D4          CBAB FIFO TOP Entry Port 2
FLASH0_CBABCFG3 0xF80020D8          CBAB Configuration Port 3
FLASH0_CBABSTAT3 0xF80020DC          CBAB Status Port 3
FLASH0_CBABTOP3 0xF80020E0          CBAB FIFO TOP Entry Port 3
FLASH0_UBABCFG0 0xF80020E4          UBAB Configuration Port 0
FLASH0_UBABSTAT0 0xF80020E8          UBAB Status Port 0
FLASH0_UBABTOP0 0xF80020EC          UBAB FIFO TOP Entry Port 0
FLASH0_UBABCFG1 0xF80020F0          UBAB Configuration Port 1
FLASH0_UBABSTAT1 0xF80020F4          UBAB Status Port 1
FLASH0_UBABTOP1 0xF80020F8          UBAB FIFO TOP Entry Port 1
FLASH0_UBABCFG2 0xF80020FC          UBAB Configuration Port 2
FLASH0_UBABSTAT2 0xF8002100          UBAB Status Port 2
FLASH0_UBABTOP2 0xF8002104          UBAB FIFO TOP Entry Port 2
FLASH0_UBABCFG3 0xF8002108          UBAB Configuration Port 3
FLASH0_UBABSTAT3 0xF800210C          UBAB Status Port 3
FLASH0_UBABTOP3 0xF8002110          UBAB FIFO TOP Entry Port 3
FLASH0_RRCT     0xF8002140          Requested Read Control Register
FLASH0_RRD0     0xF8002144          Requested Read Data Register 0
FLASH0_RRD1     0xF8002148          Requested Read Data Register 1
FLASH0_RRAD     0xF800214C          Requested Read Address Register
FLASH0_HSMFSR   0xF8002200          Flash Status Register
FLASH0_HSMFCON  0xF8002204          HSM Flash Configuration Register
FLASH0_HSMMARD  0xF8002208          Margin Control Register HSM DFlash
FLASH0_HSMRRCT  0xF800220C          Requested Read Control Register HSM
FLASH0_HSMRRD0  0xF8002210          HSM Requested Read Data Register 0
FLASH0_HSMRRD1  0xF8002214          HSM Requested Read Data Register 1
FLASH0_HSMRRAD  0xF8002218          HSM Requested Read Address Register
FLASH0_ACCEN1   0xF80023F8          Access Enable Register 1
FLASH0_ACCEN0   0xF80023FC          Access Enable Register 0
XBAR_EXTCOND    0xF8700000          External Control Register D
XBAR_ARBCOND    0xF8700004          Arbiter Control Register D
XBAR_PRIOHD     0xF8700008          Arbiter Priority Register D
XBAR_PRIOLD     0xF870000C          Arbiter Priority Register D
XBAR_ERRADDRD   0xF8700010          Error/Debug Address Capture Register D
XBAR_ERRD       0xF8700014          Error/Debug Capture Register D
XBAR_DBCOND     0xF8700018          Debug Control Register D
XBAR_DBADDD     0xF870001C          Debug Address Register D
XBAR_DBMADDD    0xF8700020          Debug Mask Address Register D
XBAR_ARBCON0    0xF8700044          Arbiter Control Register 0
XBAR_PRIOH0     0xF8700048          Arbiter Priority Register 0
XBAR_PRIOL0     0xF870004C          Arbiter Priority Register 0
XBAR_ERRADDR0   0xF8700050          Error/Debug Address Capture Register 0
XBAR_ERR0       0xF8700054          Error/Debug Capture Register 0
XBAR_DBCON0     0xF8700058          Debug Control Register 0
XBAR_DBADD0     0xF870005C          Debug Address Register 0
XBAR_DBMADD0    0xF8700060          Debug Mask Address Register 0
XBAR_ARBCON1    0xF8700084          Arbiter Control Register 1
XBAR_PRIOH1     0xF8700088          Arbiter Priority Register 1
XBAR_PRIOL1     0xF870008C          Arbiter Priority Register 1
XBAR_ERRADDR1   0xF8700090          Error/Debug Address Capture Register 1
XBAR_ERR1       0xF8700094          Error/Debug Capture Register 1
XBAR_DBCON1     0xF8700098          Debug Control Register 1
XBAR_DBADD1     0xF870009C          Debug Address Register 1
XBAR_DBMADD1    0xF87000A0          Debug Mask Address Register 1
XBAR_ARBCON2    0xF87000C4          Arbiter Control Register 2
XBAR_PRIOH2     0xF87000C8          Arbiter Priority Register 2
XBAR_PRIOL2     0xF87000CC          Arbiter Priority Register 2
XBAR_ERRADDR2   0xF87000D0          Error/Debug Address Capture Register 2
XBAR_ERR2       0xF87000D4          Error/Debug Capture Register 2
XBAR_DBCON2     0xF87000D8          Debug Control Register 2
XBAR_DBADD2     0xF87000DC          Debug Address Register 2
XBAR_DBMADD2    0xF87000E0          Debug Mask Address Register 2
XBAR_ARBCON4    0xF8700144          Arbiter Control Register 4
XBAR_PRIOH4     0xF8700148          Arbiter Priority Register 4
XBAR_PRIOL4     0xF870014C          Arbiter Priority Register 4
XBAR_ERRADDR4   0xF8700150          Error/Debug Address Capture Register 4
XBAR_ERR4       0xF8700154          Error/Debug Capture Register 4
XBAR_DBCON4     0xF8700158          Debug Control Register 4
XBAR_DBADD4     0xF870015C          Debug Address Register 4
XBAR_DBMADD4    0xF8700160          Debug Mask Address Register 4
XBAR_ARBCON5    0xF8700184          Arbiter Control Register 5
XBAR_PRIOH5     0xF8700188          Arbiter Priority Register 5
XBAR_PRIOL5     0xF870018C          Arbiter Priority Register 5
XBAR_ERRADDR5   0xF8700190          Error/Debug Address Capture Register 5
XBAR_ERR5       0xF8700194          Error/Debug Capture Register 5
XBAR_DBCON5     0xF8700198          Debug Control Register 5
XBAR_DBADD5     0xF870019C          Debug Address Register 5
XBAR_DBMADD5    0xF87001A0          Debug Mask Address Register 5
XBAR_ARBCON6    0xF87001C4          Arbiter Control Register 6
XBAR_PRIOH6     0xF87001C8          Arbiter Priority Register 6
XBAR_PRIOL6     0xF87001CC          Arbiter Priority Register 6
XBAR_ERRADDR6   0xF87001D0          Error/Debug Address Capture Register 6
XBAR_ERR6       0xF87001D4          Error/Debug Capture Register 6
XBAR_DBCON6     0xF87001D8          Debug Control Register 6
XBAR_DBADD6     0xF87001DC          Debug Address Register 6
XBAR_DBMADD6    0xF87001E0          Debug Mask Address Register 6
XBAR_ARBCON7    0xF8700204          Arbiter Control Register 7
XBAR_PRIOH7     0xF8700208          Arbiter Priority Register 7
XBAR_PRIOL7     0xF870020C          Arbiter Priority Register 7
XBAR_ERRADDR7   0xF8700210          Error/Debug Address Capture Register 7
XBAR_ERR7       0xF8700214          Error/Debug Capture Register 7
XBAR_DBCON7     0xF8700218          Debug Control Register 7
XBAR_DBADD7     0xF870021C          Debug Address Register 7
XBAR_DBMADD7    0xF8700220          Debug Mask Address Register 7
XBAR_ARBCON8    0xF8700244          Arbiter Control Register 8
XBAR_PRIOH8     0xF8700248          Arbiter Priority Register 8
XBAR_PRIOL8     0xF870024C          Arbiter Priority Register 8
XBAR_ERRADDR8   0xF8700250          Error/Debug Address Capture Register 8
XBAR_ERR8       0xF8700254          Error/Debug Capture Register 8
XBAR_DBCON8     0xF8700258          Debug Control Register 8
XBAR_DBADD8     0xF870025C          Debug Address Register 8
XBAR_DBMADD8    0xF8700260          Debug Mask Address Register 8
XBAR_ARBCON9    0xF8700284          Arbiter Control Register 9
XBAR_PRIOH9     0xF8700288          Arbiter Priority Register 9
XBAR_PRIOL9     0xF870028C          Arbiter Priority Register 9
XBAR_ERRADDR9   0xF8700290          Error/Debug Address Capture Register 9
XBAR_ERR9       0xF8700294          Error/Debug Capture Register 9
XBAR_DBCON9     0xF8700298          Debug Control Register 9
XBAR_DBADD9     0xF870029C          Debug Address Register 9
XBAR_DBMADD9    0xF87002A0          Debug Mask Address Register 9
XBAR_ARBCON10   0xF87002C4          Arbiter Control Register 10
XBAR_PRIOH10    0xF87002C8          Arbiter Priority Register 10
XBAR_PRIOL10    0xF87002CC          Arbiter Priority Register 10
XBAR_ERRADDR10  0xF87002D0          Error/Debug Address Capture Register 10
XBAR_ERR10      0xF87002D4          Error/Debug Capture Register 10
XBAR_DBCON10    0xF87002D8          Debug Control Register 10
XBAR_DBADD10    0xF87002DC          Debug Address Register 10
XBAR_DBMADD10   0xF87002E0          Debug Mask Address Register 10
XBAR_ID         0xF8700408          Module Identification Register
XBAR_DBSAT      0xF870040C          Debug Trigger Event Status Register
XBAR_INTSAT     0xF8700410          Arbiter Interrupt Status Register
XBAR_IDINTSAT   0xF8700414          Transaction ID Interrupt Status Register
XBAR_IDINTEN    0xF8700418          Transaction ID Interrupt Enable Register
XBAR_ACCEN1     0xF87004F8          Access Enable Register 1
XBAR_ACCEN0     0xF87004FC          Access Enable Register 0
LMU_CLC         0xF8700800          LMU Clock Control Register
LMU_MODID       0xF8700808          LMU Module ID Register
LMU_ACCEN0      0xF8700810          LMU Access Enable Register 0
LMU_ACCEN1      0xF8700814          LMU Access Enable Register 1
LMU_MEMCON      0xF8700820          LMU Memory Control Register
LMU_BUFCON0     0xF8700830          LMU Buffer Control Register
LMU_BUFCON1     0xF8700834          LMU Buffer Control Register
LMU_BUFCON2     0xF8700838          LMU Buffer Control Register
LMU_RGNLA0      0xF8700850          LMU Region Lower Address Register
LMU_RGNUA0      0xF8700854          LMU Region Upper Address Register
LMU_RGNACCENA0  0xF8700858          LMU Region Access Enable Register 0
LMU_RGNACCENB0  0xF870085C          LMU Region Access Enable Register 1
LMU_RGNLA1      0xF8700860          LMU Region Lower Address Register
LMU_RGNUA1      0xF8700864          LMU Region Upper Address Register
LMU_RGNACCENA1  0xF8700868          LMU Region Access Enable Register 0
LMU_RGNACCENB1  0xF870086C          LMU Region Access Enable Register 1
LMU_RGNLA2      0xF8700870          LMU Region Lower Address Register
LMU_RGNUA2      0xF8700874          LMU Region Upper Address Register
LMU_RGNACCENA2  0xF8700878          LMU Region Access Enable Register 0
LMU_RGNACCENB2  0xF870087C          LMU Region Access Enable Register 1
LMU_RGNLA3      0xF8700880          LMU Region Lower Address Register
LMU_RGNUA3      0xF8700884          LMU Region Upper Address Register
LMU_RGNACCENA3  0xF8700888          LMU Region Access Enable Register 0
LMU_RGNACCENB3  0xF870088C          LMU Region Access Enable Register 1
LMU_RGNLA4      0xF8700890          LMU Region Lower Address Register
LMU_RGNUA4      0xF8700894          LMU Region Upper Address Register
LMU_RGNACCENA4  0xF8700898          LMU Region Access Enable Register 0
LMU_RGNACCENB4  0xF870089C          LMU Region Access Enable Register 1
LMU_RGNLA5      0xF87008A0          LMU Region Lower Address Register
LMU_RGNUA5      0xF87008A4          LMU Region Upper Address Register
LMU_RGNACCENA5  0xF87008A8          LMU Region Access Enable Register 0
LMU_RGNACCENB5  0xF87008AC          LMU Region Access Enable Register 1
LMU_RGNLA6      0xF87008B0          LMU Region Lower Address Register
LMU_RGNUA6      0xF87008B4          LMU Region Upper Address Register
LMU_RGNACCENA6  0xF87008B8          LMU Region Access Enable Register 0
LMU_RGNACCENB6  0xF87008BC          LMU Region Access Enable Register 1
LMU_RGNLA7      0xF87008C0          LMU Region Lower Address Register
LMU_RGNUA7      0xF87008C4          LMU Region Upper Address Register
LMU_RGNACCENA7  0xF87008C8          LMU Region Access Enable Register 0
LMU_RGNACCENB7  0xF87008CC          LMU Region Access Enable Register 1
FFT_CLC         0xF8700C00          FFT Clock Control Register
FFT_ID          0xF8700C08          FFT Identification Register
FFT_CSR         0xF8700C40          FFT Control and Status Register
FFT_HISTORY0    0xF8700C60          FFT History0 Register
FFT_HISTORY1    0xF8700C70          FFT History1 Register
FFT_ODA         0xF8700CE4          FFT OCDS Debug Access Register
FFT_OCS         0xF8700CE8          FFT OCDS Control and Status
FFT_KRSTCLR     0xF8700CEC          FFT Kernel Reset Status Clear Register
FFT_KRST1       0xF8700CF0          FFT Kernel Reset Register 1
FFT_KRST0       0xF8700CF4          FFT Kernel Reset Register 0
CPU0_SPROT_RGNLA0 0xF880E000          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA0 0xF880E004          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA0 0xF880E008          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB0 0xF880E00C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA1 0xF880E010          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA1 0xF880E014          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA1 0xF880E018          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB1 0xF880E01C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA2 0xF880E020          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA2 0xF880E024          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA2 0xF880E028          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB2 0xF880E02C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA3 0xF880E030          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA3 0xF880E034          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA3 0xF880E038          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB3 0xF880E03C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA4 0xF880E040          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA4 0xF880E044          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA4 0xF880E048          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB4 0xF880E04C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA5 0xF880E050          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA5 0xF880E054          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA5 0xF880E058          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB5 0xF880E05C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA6 0xF880E060          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA6 0xF880E064          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA6 0xF880E068          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB6 0xF880E06C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_RGNLA7 0xF880E070          CPU0_Safety Protection Region Lower Address Register
CPU0_SPROT_RGNUA7 0xF880E074          CPU0 Safety protection Region Upper Address Register
CPU0_SPROT_RGNACCENA7 0xF880E078          CPU0 Safety Protection Region Access Enable Register A
CPU0_SPROT_RGNACCENB7 0xF880E07C          CPU0 Safety Protection Region Access Enable Register B
CPU0_SPROT_ACCENA 0xF880E100          CPU0 Safety Protection Register Access Enable Register A
CPU0_SPROT_ACCENB 0xF880E104          CPU0 Safety Protection Region Access Enable Register B
OVC0_OSEL       0xF880FB00          Overlay Range Select Register
OVC0_RABR0      0xF880FB10          Redirected Address Base Register 0
OVC0_OTAR0      0xF880FB14          Overlay Target Address Register 0
OVC0_OMASK0     0xF880FB18          Overlay Mask Register 0
OVC0_RABR1      0xF880FB1C          Redirected Address Base Register 1
OVC0_OTAR1      0xF880FB20          Overlay Target Address Register 1
OVC0_OMASK1     0xF880FB24          Overlay Mask Register 1
OVC0_RABR2      0xF880FB28          Redirected Address Base Register 2
OVC0_OTAR2      0xF880FB2C          Overlay Target Address Register 2
OVC0_OMASK2     0xF880FB30          Overlay Mask Register 2
OVC0_RABR3      0xF880FB34          Redirected Address Base Register 3
OVC0_OTAR3      0xF880FB38          Overlay Target Address Register 3
OVC0_OMASK3     0xF880FB3C          Overlay Mask Register 3
OVC0_RABR4      0xF880FB40          Redirected Address Base Register 4
OVC0_OTAR4      0xF880FB44          Overlay Target Address Register 4
OVC0_OMASK4     0xF880FB48          Overlay Mask Register 4
OVC0_RABR5      0xF880FB4C          Redirected Address Base Register 5
OVC0_OTAR5      0xF880FB50          Overlay Target Address Register 5
OVC0_OMASK5     0xF880FB54          Overlay Mask Register 5
OVC0_RABR6      0xF880FB58          Redirected Address Base Register 6
OVC0_OTAR6      0xF880FB5C          Overlay Target Address Register 6
OVC0_OMASK6     0xF880FB60          Overlay Mask Register 6
OVC0_RABR7      0xF880FB64          Redirected Address Base Register 7
OVC0_OTAR7      0xF880FB68          Overlay Target Address Register 7
OVC0_OMASK7     0xF880FB6C          Overlay Mask Register 7
OVC0_RABR8      0xF880FB70          Redirected Address Base Register 8
OVC0_OTAR8      0xF880FB74          Overlay Target Address Register 8
OVC0_OMASK8     0xF880FB78          Overlay Mask Register 8
OVC0_RABR9      0xF880FB7C          Redirected Address Base Register 9
OVC0_OTAR9      0xF880FB80          Overlay Target Address Register 9
OVC0_OMASK9     0xF880FB84          Overlay Mask Register 9
OVC0_RABR10     0xF880FB88          Redirected Address Base Register 10
OVC0_OTAR10     0xF880FB8C          Overlay Target Address Register 10
OVC0_OMASK10    0xF880FB90          Overlay Mask Register 10
OVC0_RABR11     0xF880FB94          Redirected Address Base Register 11
OVC0_OTAR11     0xF880FB98          Overlay Target Address Register 11
OVC0_OMASK11    0xF880FB9C          Overlay Mask Register 11
OVC0_RABR12     0xF880FBA0          Redirected Address Base Register 12
OVC0_OTAR12     0xF880FBA4          Overlay Target Address Register 12
OVC0_OMASK12    0xF880FBA8          Overlay Mask Register 12
OVC0_RABR13     0xF880FBAC          Redirected Address Base Register 13
OVC0_OTAR13     0xF880FBB0          Overlay Target Address Register 13
OVC0_OMASK13    0xF880FBB4          Overlay Mask Register 13
OVC0_RABR14     0xF880FBB8          Redirected Address Base Register 14
OVC0_OTAR14     0xF880FBBC          Overlay Target Address Register 14
OVC0_OMASK14    0xF880FBC0          Overlay Mask Register 14
OVC0_RABR15     0xF880FBC4          Redirected Address Base Register 15
OVC0_OTAR15     0xF880FBC8          Overlay Target Address Register 15
OVC0_OMASK15    0xF880FBCC          Overlay Mask Register 15
OVC0_RABR16     0xF880FBD0          Redirected Address Base Register 16
OVC0_OTAR16     0xF880FBD4          Overlay Target Address Register 16
OVC0_OMASK16    0xF880FBD8          Overlay Mask Register 16
OVC0_RABR17     0xF880FBDC          Redirected Address Base Register 17
OVC0_OTAR17     0xF880FBE0          Overlay Target Address Register 17
OVC0_OMASK17    0xF880FBE4          Overlay Mask Register 17
OVC0_RABR18     0xF880FBE8          Redirected Address Base Register 18
OVC0_OTAR18     0xF880FBEC          Overlay Target Address Register 18
OVC0_OMASK18    0xF880FBF0          Overlay Mask Register 18
OVC0_RABR19     0xF880FBF4          Redirected Address Base Register 19
OVC0_OTAR19     0xF880FBF8          Overlay Target Address Register 19
OVC0_OMASK19    0xF880FBFC          Overlay Mask Register 19
OVC0_RABR20     0xF880FC00          Redirected Address Base Register 20
OVC0_OTAR20     0xF880FC04          Overlay Target Address Register 20
OVC0_OMASK20    0xF880FC08          Overlay Mask Register 20
OVC0_RABR21     0xF880FC0C          Redirected Address Base Register 21
OVC0_OTAR21     0xF880FC10          Overlay Target Address Register 21
OVC0_OMASK21    0xF880FC14          Overlay Mask Register 21
OVC0_RABR22     0xF880FC18          Redirected Address Base Register 22
OVC0_OTAR22     0xF880FC1C          Overlay Target Address Register 22
OVC0_OMASK22    0xF880FC20          Overlay Mask Register 22
OVC0_RABR23     0xF880FC24          Redirected Address Base Register 23
OVC0_OTAR23     0xF880FC28          Overlay Target Address Register 23
OVC0_OMASK23    0xF880FC2C          Overlay Mask Register 23
OVC0_RABR24     0xF880FC30          Redirected Address Base Register 24
OVC0_OTAR24     0xF880FC34          Overlay Target Address Register 24
OVC0_OMASK24    0xF880FC38          Overlay Mask Register 24
OVC0_RABR25     0xF880FC3C          Redirected Address Base Register 25
OVC0_OTAR25     0xF880FC40          Overlay Target Address Register 25
OVC0_OMASK25    0xF880FC44          Overlay Mask Register 25
OVC0_RABR26     0xF880FC48          Redirected Address Base Register 26
OVC0_OTAR26     0xF880FC4C          Overlay Target Address Register 26
OVC0_OMASK26    0xF880FC50          Overlay Mask Register 26
OVC0_RABR27     0xF880FC54          Redirected Address Base Register 27
OVC0_OTAR27     0xF880FC58          Overlay Target Address Register 27
OVC0_OMASK27    0xF880FC5C          Overlay Mask Register 27
OVC0_RABR28     0xF880FC60          Redirected Address Base Register 28
OVC0_OTAR28     0xF880FC64          Overlay Target Address Register 28
OVC0_OMASK28    0xF880FC68          Overlay Mask Register 28
OVC0_RABR29     0xF880FC6C          Redirected Address Base Register 29
OVC0_OTAR29     0xF880FC70          Overlay Target Address Register 29
OVC0_OMASK29    0xF880FC74          Overlay Mask Register 29
OVC0_RABR30     0xF880FC78          Redirected Address Base Register 30
OVC0_OTAR30     0xF880FC7C          Overlay Target Address Register 30
OVC0_OMASK30    0xF880FC80          Overlay Mask Register 30
OVC0_RABR31     0xF880FC84          Redirected Address Base Register 31
OVC0_OTAR31     0xF880FC88          Overlay Target Address Register 31
OVC0_OMASK31    0xF880FC8C          Overlay Mask Register 31
CSFR_BASE       0xF8810000          Core Special Function Registers base (CPU0)
CPU0_SEGEN      0xF8811030          SRI Error Generation Register
CPU0_TASK_ASI   0xF8818004          CPU0 Task Address Space Identifier Register
CPU0_PMA0       0xF8818100          Data Access CacheabilityRegister
CPU0_PMA1       0xF8818104          Code Access CacheabilityRegister
CPU0_PMA2       0xF8818108          Peripheral Space Identifier register
CPU0_DCON2      0xF8819000          Data Control Register 2
CPU0_SMACON     0xF881900C          SIST Mode Access Control Register
CPU0_DSTR       0xF8819010          Data Synchronous Trap Register
CPU0_DATR       0xF8819018          Data Asynchronous Trap Register
CPU0_DEADD      0xF881901C          Data Error Address Register
CPU0_DIEAR      0xF8819020          Data Integrity Error Address Register
CPU0_DIETR      0xF8819024          Data Integrity Error Trap Register
CPU0_DCON0      0xF8819040          Data Memory Control Register
CPU0_PSTR       0xF8819200          Program Synchronous Trap Register
CPU0_PCON1      0xF8819204          Program Control 1
CPU0_PCON2      0xF8819208          Program Control 2
CPU0_PCON0      0xF881920C          Program Control 0
CPU0_PIEAR      0xF8819210          Program Integrity Error Address Register
CPU0_PIETR      0xF8819214          Program Integrity Error Trap Register
CPU0_COMPAT     0xF8819400          Compatibility Control Register
CPU0_FPU_TRAP_CON 0xF881A000          CPU0 Trap Control Register
CPU0_FPU_TRAP_PC 0xF881A004          CPU0 Trapping Instruction Program Counter Register
CPU0_FPU_TRAP_OPC 0xF881A008          CPU0 Trapping Instruction Opcode Register
CPU0_FPU_TRAP_SRC1 0xF881A010          CPU0 Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC2 0xF881A014          CPU0 Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC3 0xF881A018          Trapping Instruction Operand Register
CPU0_DPR0_L     0xF881C000          CPU0 Data Protection Range 0, Lower Bound Register
CPU0_DPR0_U     0xF881C004          CPU0 Data Protection Range 0, Upper Bound Register
CPU0_DPR1_L     0xF881C008          CPU0 Data Protection Range 1, Lower Bound Register
CPU0_DPR1_U     0xF881C00C          CPU0 Data Protection Range 1, Upper Bound Register
CPU0_DPR2_L     0xF881C010          CPU0 Data Protection Range 2, Lower Bound Register
CPU0_DPR2_U     0xF881C014          CPU0 Data Protection Range 2, Upper Bound Register
CPU0_DPR3_L     0xF881C018          CPU0 Data Protection Range 3, Lower Bound Register
CPU0_DPR3_U     0xF881C01C          CPU0 Data Protection Range 3, Upper Bound Register
CPU0_DPR4_L     0xF881C020          CPU0 Data Protection Range 4, Lower Bound Register
CPU0_DPR4_U     0xF881C024          CPU0 Data Protection Range 4, Upper Bound Register
CPU0_DPR5_L     0xF881C028          CPU0 Data Protection Range 5, Lower Bound Register
CPU0_DPR5_U     0xF881C02C          CPU0 Data Protection Range 5, Upper Bound Register
CPU0_DPR6_L     0xF881C030          CPU0 Data Protection Range 6, Lower Bound Register
CPU0_DPR6_U     0xF881C034          CPU0 Data Protection Range 6, Upper Bound Register
CPU0_DPR7_L     0xF881C038          CPU0 Data Protection Range 7, Lower Bound Register
CPU0_DPR7_U     0xF881C03C          CPU0 Data Protection Range 7, Upper Bound Register
CPU0_DPR8_L     0xF881C040          CPU0 Data Protection Range 8, Lower Bound Register
CPU0_DPR8_U     0xF881C044          CPU0 Data Protection Range 8, Upper Bound Register
CPU0_DPR9_L     0xF881C048          CPU0 Data Protection Range 9, Lower Bound Register
CPU0_DPR9_U     0xF881C04C          CPU0 Data Protection Range 9, Upper Bound Register
CPU0_DPR10_L    0xF881C050          CPU0 Data Protection Range 10, Lower Bound Register
CPU0_DPR10_U    0xF881C054          CPU0 Data Protection Range 10, Upper Bound Register
CPU0_DPR11_L    0xF881C058          CPU0 Data Protection Range 11, Lower Bound Register
CPU0_DPR11_U    0xF881C05C          CPU0 Data Protection Range 11, Upper Bound Register
CPU0_DPR12_L    0xF881C060          CPU0 Data Protection Range 12, Lower Bound Register
CPU0_DPR12_U    0xF881C064          CPU0 Data Protection Range 12, Upper Bound Register
CPU0_DPR13_L    0xF881C068          CPU0 Data Protection Range 13, Lower Bound Register
CPU0_DPR13_U    0xF881C06C          CPU0 Data Protection Range 13, Upper Bound Register
CPU0_DPR14_L    0xF881C070          CPU0 Data Protection Range 14, Lower Bound Register
CPU0_DPR14_U    0xF881C074          CPU0 Data Protection Range 14, Upper Bound Register
CPU0_DPR15_L    0xF881C078          CPU0 Data Protection Range 15, Lower Bound Register
CPU0_DPR15_U    0xF881C07C          CPU0 Data Protection Range 15, Upper Bound Register
CPU0_CPR0_L     0xF881D000          CPU0 Code Protection Range 0 Lower Bound Register
CPU0_CPR0_U     0xF881D004          CPU0 Code Protection Range 0 Upper Bound Register
CPU0_CPR1_L     0xF881D008          CPU0 Code Protection Range 1 Lower Bound Register
CPU0_CPR1_U     0xF881D00C          CPU0 Code Protection Range 1 Upper Bound Register
CPU0_CPR2_L     0xF881D010          CPU0 Code Protection Range 2 Lower Bound Register
CPU0_CPR2_U     0xF881D014          CPU0 Code Protection Range 2 Upper Bound Register
CPU0_CPR3_L     0xF881D018          CPU0 Code Protection Range 3 Lower Bound Register
CPU0_CPR3_U     0xF881D01C          CPU0 Code Protection Range 3 Upper Bound Register
CPU0_CPR4_L     0xF881D020          CPU0 Code Protection Range 4 Lower Bound Register
CPU0_CPR4_U     0xF881D024          CPU0 Code Protection Range 4 Upper Bound Register
CPU0_CPR5_L     0xF881D028          CPU0 Code Protection Range 5 Lower Bound Register
CPU0_CPR5_U     0xF881D02C          CPU0 Code Protection Range 5 Upper Bound Register
CPU0_CPR6_L     0xF881D030          CPU0 Code Protection Range 6 Lower Bound Register
CPU0_CPR6_U     0xF881D034          CPU0 Code Protection Range 6 Upper Bound Register
CPU0_CPR7_L     0xF881D038          CPU0 Code Protection Range 7 Lower Bound Register
CPU0_CPR7_U     0xF881D03C          CPU0 Code Protection Range 7 Upper Bound Register
CPU0_CPXE_0     0xF881E000          CPU0 Code Protection Execute Enable Register Set 0
CPU0_CPXE_1     0xF881E004          CPU0 Code Protection Execute Enable Register Set 1
CPU0_CPXE_2     0xF881E008          CPU0 Code Protection Execute Enable Register Set 2
CPU0_CPXE_3     0xF881E00C          CPU0 Code Protection Execute Enable Register Set 3
CPU0_DPRE_0     0xF881E010          CPU0 Data Protection Read Enable Register Set 0
CPU0_DPRE_1     0xF881E014          CPU0 Data Protection Read Enable Register Set 1
CPU0_DPRE_2     0xF881E018          CPU0 Data Protection Read Enable Register Set 2
CPU0_DPRE_3     0xF881E01C          CPU0 Data Protection Read Enable Register Set 3
CPU0_DPWE_0     0xF881E020          CPU0 Data Protection Write Enable Register Set 0
CPU0_DPWE_1     0xF881E024          CPU0 Data Protection Write Enable Register Set 1
CPU0_DPWE_2     0xF881E028          CPU0 Data Protection Write Enable Register Set 2
CPU0_DPWE_3     0xF881E02C          CPU0 Data Protection Write Enable Register Set 3
CPU0_TPS_CON    0xF881E400          CPU0 Temporal Protection System Control Register
CPU0_TPS_TIMER0 0xF881E404          CPU0 Temporal Protection System Timer Register 0
CPU0_TPS_TIMER1 0xF881E408          CPU0 Temporal Protection System Timer Register 0
CPU0_TPS_TIMER2 0xF881E40C          CPU0 Temporal Protection System Timer Register 0
CPU0_TR0EVT     0xF881F000          Trigger Event 0
CPU0_TR0ADR     0xF881F004          Trigger Address 0
CPU0_TR1EVT     0xF881F008          Trigger Event 1
CPU0_TR1ADR     0xF881F00C          Trigger Address 1
CPU0_TR2EVT     0xF881F010          Trigger Event 2
CPU0_TR2ADR     0xF881F014          Trigger Address 2
CPU0_TR3EVT     0xF881F018          Trigger Event 3
CPU0_TR3ADR     0xF881F01C          Trigger Address 3
CPU0_TR4EVT     0xF881F020          Trigger Event 4
CPU0_TR4ADR     0xF881F024          Trigger Address 4
CPU0_TR5EVT     0xF881F028          Trigger Event 5
CPU0_TR5ADR     0xF881F02C          Trigger Address 5
CPU0_TR6EVT     0xF881F030          Trigger Event 6
CPU0_TR6ADR     0xF881F034          Trigger Address 6
CPU0_TR7EVT     0xF881F038          Trigger Event 7
CPU0_TR7ADR     0xF881F03C          Trigger Address 7
CPU0_CCTRL      0xF881FC00          Counter Control
CPU0_CCNT       0xF881FC04          CPU Clock Cycle Count
CPU0_ICNT       0xF881FC08          Instruction Count
CPU0_M1CNT      0xF881FC0C          Multi-Count Register 1
CPU0_M2CNT      0xF881FC10          Multi-Count Register 2
CPU0_M3CNT      0xF881FC14          Multi-Count Register 3
CPU0_DBGSR      0xF881FD00          Debug Status Register
CPU0_EXEVT      0xF881FD08          External Event Register
CPU0_CREVT      0xF881FD0C          Core Register Access Event
CPU0_SWEVT      0xF881FD10          Software Debug Event
CPU0_TRIG_ACC   0xF881FD30          CPU0 Trigger Address x
CPU0_DMS        0xF881FD40          CPU0 Debug Monitor Start Address
CPU0_DCX        0xF881FD44          CPU0 Debug Context Save Area Pointer
CPU0_DBGTCR     0xF881FD48          Debug Trap Control Register
CPU0_PCXI       0xF881FE00          Previous Context Information Register
CPU0_PSW        0xF881FE04          Program Status Word
CPU0_PC         0xF881FE08          Program Counter
CPU0_SYSCON     0xF881FE14          System Configuration Register
CPU0_CPU_ID     0xF881FE18          CPU0 Identification Register TC1.6P
CPU0_CORE_ID    0xF881FE1C          CPU0 Core Identification Register
CPU0_BIV        0xF881FE20          Base Interrupt Vector Table Pointer
CPU0_BTV        0xF881FE24          Base Trap Vector Table Pointer
CPU0_ISP        0xF881FE28          Interrupt Stack Pointer
CPU0_ICR        0xF881FE2C          Interrupt Control Register
CPU0_FCX        0xF881FE38          Free CSA List Head Pointer
CPU0_LCX        0xF881FE3C          Free CSA List Limit Pointer
CPU0_CUS_ID     0xF881FE50          CPU0 Customer ID register
CPU0_D0         0xF881FF00          Data Register 0
CPU0_D1         0xF881FF04          Data Register 1
CPU0_D2         0xF881FF08          Data Register 2
CPU0_D3         0xF881FF0C          Data Register 3
CPU0_D4         0xF881FF10          Data Register 4
CPU0_D5         0xF881FF14          Data Register 5
CPU0_D6         0xF881FF18          Data Register 6
CPU0_D7         0xF881FF1C          Data Register 7
CPU0_D8         0xF881FF20          Data Register 8
CPU0_D9         0xF881FF24          Data Register 9
CPU0_D10        0xF881FF28          Data Register 10
CPU0_D11        0xF881FF2C          Data Register 11
CPU0_D12        0xF881FF30          Data Register 12
CPU0_D13        0xF881FF34          Data Register 13
CPU0_D14        0xF881FF38          Data Register 14
CPU0_D15        0xF881FF3C          Data Register 15
CPU0_A0         0xF881FF80          Address Register 0
CPU0_A1         0xF881FF84          Address Register 1
CPU0_A2         0xF881FF88          Address Register 2
CPU0_A3         0xF881FF8C          Address Register 3
CPU0_A4         0xF881FF90          Address Register 4
CPU0_A5         0xF881FF94          Address Register 5
CPU0_A6         0xF881FF98          Address Register 6
CPU0_A7         0xF881FF9C          Address Register 7
CPU0_A8         0xF881FFA0          Address Register 8
CPU0_A9         0xF881FFA4          Address Register 9
CPU0_A10        0xF881FFA8          Address Register 10
CPU0_A11        0xF881FFAC          Address Register 11
CPU0_A12        0xF881FFB0          Address Register 12
CPU0_A13        0xF881FFB4          Address Register 13
CPU0_A14        0xF881FFB8          Address Register 14
CPU0_A15        0xF881FFBC          Address Register 15
CPU1_SPROT_RGNLA0 0xF882E000          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA0 0xF882E004          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA0 0xF882E008          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB0 0xF882E00C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA1 0xF882E010          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA1 0xF882E014          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA1 0xF882E018          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB1 0xF882E01C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA2 0xF882E020          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA2 0xF882E024          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA2 0xF882E028          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB2 0xF882E02C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA3 0xF882E030          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA3 0xF882E034          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA3 0xF882E038          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB3 0xF882E03C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA4 0xF882E040          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA4 0xF882E044          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA4 0xF882E048          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB4 0xF882E04C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA5 0xF882E050          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA5 0xF882E054          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA5 0xF882E058          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB5 0xF882E05C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA6 0xF882E060          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA6 0xF882E064          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA6 0xF882E068          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB6 0xF882E06C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_RGNLA7 0xF882E070          CPU1 Safety Protection Region Lower Address Register
CPU1_SPROT_RGNUA7 0xF882E074          CPU1 Safety protection Region Upper Address Register
CPU1_SPROT_RGNACCENA7 0xF882E078          CPU1 Safety Protection Region Access Enable Register A
CPU1_SPROT_RGNACCENB7 0xF882E07C          CPU1 Safety Protection Region Access Enable Register B
CPU1_SPROT_ACCENA 0xF882E100          CPU1 Safety Protection Register Access Enable Register A
CPU1_SPROT_ACCENB 0xF882E104          CPU1 Safety Protection Region Access Enable Register B
OVC1_OSEL       0xF882FB00          Overlay Range Select Register
OVC1_RABR0      0xF882FB10          Redirected Address Base Register 0
OVC1_OTAR0      0xF882FB14          Overlay Target Address Register 0
OVC1_OMASK0     0xF882FB18          Overlay Mask Register 0
OVC1_RABR1      0xF882FB1C          Redirected Address Base Register 1
OVC1_OTAR1      0xF882FB20          Overlay Target Address Register 1
OVC1_OMASK1     0xF882FB24          Overlay Mask Register 1
OVC1_RABR2      0xF882FB28          Redirected Address Base Register 2
OVC1_OTAR2      0xF882FB2C          Overlay Target Address Register 2
OVC1_OMASK2     0xF882FB30          Overlay Mask Register 2
OVC1_RABR3      0xF882FB34          Redirected Address Base Register 3
OVC1_OTAR3      0xF882FB38          Overlay Target Address Register 3
OVC1_OMASK3     0xF882FB3C          Overlay Mask Register 3
OVC1_RABR4      0xF882FB40          Redirected Address Base Register 4
OVC1_OTAR4      0xF882FB44          Overlay Target Address Register 4
OVC1_OMASK4     0xF882FB48          Overlay Mask Register 4
OVC1_RABR5      0xF882FB4C          Redirected Address Base Register 5
OVC1_OTAR5      0xF882FB50          Overlay Target Address Register 5
OVC1_OMASK5     0xF882FB54          Overlay Mask Register 5
OVC1_RABR6      0xF882FB58          Redirected Address Base Register 6
OVC1_OTAR6      0xF882FB5C          Overlay Target Address Register 6
OVC1_OMASK6     0xF882FB60          Overlay Mask Register 6
OVC1_RABR7      0xF882FB64          Redirected Address Base Register 7
OVC1_OTAR7      0xF882FB68          Overlay Target Address Register 7
OVC1_OMASK7     0xF882FB6C          Overlay Mask Register 7
OVC1_RABR8      0xF882FB70          Redirected Address Base Register 8
OVC1_OTAR8      0xF882FB74          Overlay Target Address Register 8
OVC1_OMASK8     0xF882FB78          Overlay Mask Register 8
OVC1_RABR9      0xF882FB7C          Redirected Address Base Register 9
OVC1_OTAR9      0xF882FB80          Overlay Target Address Register 9
OVC1_OMASK9     0xF882FB84          Overlay Mask Register 9
OVC1_RABR10     0xF882FB88          Redirected Address Base Register 10
OVC1_OTAR10     0xF882FB8C          Overlay Target Address Register 10
OVC1_OMASK10    0xF882FB90          Overlay Mask Register 10
OVC1_RABR11     0xF882FB94          Redirected Address Base Register 11
OVC1_OTAR11     0xF882FB98          Overlay Target Address Register 11
OVC1_OMASK11    0xF882FB9C          Overlay Mask Register 11
OVC1_RABR12     0xF882FBA0          Redirected Address Base Register 12
OVC1_OTAR12     0xF882FBA4          Overlay Target Address Register 12
OVC1_OMASK12    0xF882FBA8          Overlay Mask Register 12
OVC1_RABR13     0xF882FBAC          Redirected Address Base Register 13
OVC1_OTAR13     0xF882FBB0          Overlay Target Address Register 13
OVC1_OMASK13    0xF882FBB4          Overlay Mask Register 13
OVC1_RABR14     0xF882FBB8          Redirected Address Base Register 14
OVC1_OTAR14     0xF882FBBC          Overlay Target Address Register 14
OVC1_OMASK14    0xF882FBC0          Overlay Mask Register 14
OVC1_RABR15     0xF882FBC4          Redirected Address Base Register 15
OVC1_OTAR15     0xF882FBC8          Overlay Target Address Register 15
OVC1_OMASK15    0xF882FBCC          Overlay Mask Register 15
OVC1_RABR16     0xF882FBD0          Redirected Address Base Register 16
OVC1_OTAR16     0xF882FBD4          Overlay Target Address Register 16
OVC1_OMASK16    0xF882FBD8          Overlay Mask Register 16
OVC1_RABR17     0xF882FBDC          Redirected Address Base Register 17
OVC1_OTAR17     0xF882FBE0          Overlay Target Address Register 17
OVC1_OMASK17    0xF882FBE4          Overlay Mask Register 17
OVC1_RABR18     0xF882FBE8          Redirected Address Base Register 18
OVC1_OTAR18     0xF882FBEC          Overlay Target Address Register 18
OVC1_OMASK18    0xF882FBF0          Overlay Mask Register 18
OVC1_RABR19     0xF882FBF4          Redirected Address Base Register 19
OVC1_OTAR19     0xF882FBF8          Overlay Target Address Register 19
OVC1_OMASK19    0xF882FBFC          Overlay Mask Register 19
OVC1_RABR20     0xF882FC00          Redirected Address Base Register 20
OVC1_OTAR20     0xF882FC04          Overlay Target Address Register 20
OVC1_OMASK20    0xF882FC08          Overlay Mask Register 20
OVC1_RABR21     0xF882FC0C          Redirected Address Base Register 21
OVC1_OTAR21     0xF882FC10          Overlay Target Address Register 21
OVC1_OMASK21    0xF882FC14          Overlay Mask Register 21
OVC1_RABR22     0xF882FC18          Redirected Address Base Register 22
OVC1_OTAR22     0xF882FC1C          Overlay Target Address Register 22
OVC1_OMASK22    0xF882FC20          Overlay Mask Register 22
OVC1_RABR23     0xF882FC24          Redirected Address Base Register 23
OVC1_OTAR23     0xF882FC28          Overlay Target Address Register 23
OVC1_OMASK23    0xF882FC2C          Overlay Mask Register 23
OVC1_RABR24     0xF882FC30          Redirected Address Base Register 24
OVC1_OTAR24     0xF882FC34          Overlay Target Address Register 24
OVC1_OMASK24    0xF882FC38          Overlay Mask Register 24
OVC1_RABR25     0xF882FC3C          Redirected Address Base Register 25
OVC1_OTAR25     0xF882FC40          Overlay Target Address Register 25
OVC1_OMASK25    0xF882FC44          Overlay Mask Register 25
OVC1_RABR26     0xF882FC48          Redirected Address Base Register 26
OVC1_OTAR26     0xF882FC4C          Overlay Target Address Register 26
OVC1_OMASK26    0xF882FC50          Overlay Mask Register 26
OVC1_RABR27     0xF882FC54          Redirected Address Base Register 27
OVC1_OTAR27     0xF882FC58          Overlay Target Address Register 27
OVC1_OMASK27    0xF882FC5C          Overlay Mask Register 27
OVC1_RABR28     0xF882FC60          Redirected Address Base Register 28
OVC1_OTAR28     0xF882FC64          Overlay Target Address Register 28
OVC1_OMASK28    0xF882FC68          Overlay Mask Register 28
OVC1_RABR29     0xF882FC6C          Redirected Address Base Register 29
OVC1_OTAR29     0xF882FC70          Overlay Target Address Register 29
OVC1_OMASK29    0xF882FC74          Overlay Mask Register 29
OVC1_RABR30     0xF882FC78          Redirected Address Base Register 30
OVC1_OTAR30     0xF882FC7C          Overlay Target Address Register 30
OVC1_OMASK30    0xF882FC80          Overlay Mask Register 30
OVC1_RABR31     0xF882FC84          Redirected Address Base Register 31
OVC1_OTAR31     0xF882FC88          Overlay Target Address Register 31
OVC1_OMASK31    0xF882FC8C          Overlay Mask Register 31
CSFR_BASE_1     0xF8830000          Core Special Function Registers base (CPU1)
CPU1_SEGEN      0xF8831030          SRI Error Generation Register
CPU1_TASK_ASI   0xF8838004          CPU1 Task Address Space Identifier Register
CPU1_PMA0       0xF8838100          Data Access CacheabilityRegister
CPU1_PMA1       0xF8838104          Code Access CacheabilityRegister
CPU1_PMA2       0xF8838108          Peripheral Space Identifier register
CPU1_DCON2      0xF8839000          Data Control Register 2
CPU1_SMACON     0xF883900C          SIST Mode Access Control Register
CPU1_DSTR       0xF8839010          Data Synchronous Trap Register
CPU1_DATR       0xF8839018          Data Asynchronous Trap Register
CPU1_DEADD      0xF883901C          Data Error Address Register
CPU1_DIEAR      0xF8839020          Data Integrity Error Address Register
CPU1_DIETR      0xF8839024          Data Integrity Error Trap Register
CPU1_DCON0      0xF8839040          Data Memory Control Register
CPU1_PSTR       0xF8839200          Program Synchronous Trap Register
CPU1_PCON1      0xF8839204          Program Control 1
CPU1_PCON2      0xF8839208          Program Control 2
CPU1_PCON0      0xF883920C          Program Control 0
CPU1_PIEAR      0xF8839210          Program Integrity Error Address Register
CPU1_PIETR      0xF8839214          Program Integrity Error Trap Register
CPU1_COMPAT     0xF8839400          Compatibility Control Register
CPU1_FPU_TRAP_CON 0xF883A000          CPU1 Trap Control Register
CPU1_FPU_TRAP_PC 0xF883A004          CPU1 Trapping Instruction Program Counter Register
CPU1_FPU_TRAP_OPC 0xF883A008          CPU1 Trapping Instruction Opcode Register
CPU1_FPU_TRAP_SRC1 0xF883A010          CPU1 Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC2 0xF883A014          CPU1 Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC3 0xF883A018          Trapping Instruction Operand Register
CPU1_DPR0_L     0xF883C000          CPU1 Data Protection Range 0, Lower Bound Register
CPU1_DPR0_U     0xF883C004          CPU1 Data Protection Range 0, Upper Bound Register
CPU1_DPR1_L     0xF883C008          CPU1 Data Protection Range 1, Lower Bound Register
CPU1_DPR1_U     0xF883C00C          CPU1 Data Protection Range 1, Upper Bound Register
CPU1_DPR2_L     0xF883C010          CPU1 Data Protection Range 2, Lower Bound Register
CPU1_DPR2_U     0xF883C014          CPU1 Data Protection Range 2, Upper Bound Register
CPU1_DPR3_L     0xF883C018          CPU1 Data Protection Range 3, Lower Bound Register
CPU1_DPR3_U     0xF883C01C          CPU1 Data Protection Range 3, Upper Bound Register
CPU1_DPR4_L     0xF883C020          CPU1 Data Protection Range 4, Lower Bound Register
CPU1_DPR4_U     0xF883C024          CPU1 Data Protection Range 4, Upper Bound Register
CPU1_DPR5_L     0xF883C028          CPU1 Data Protection Range 5, Lower Bound Register
CPU1_DPR5_U     0xF883C02C          CPU1 Data Protection Range 5, Upper Bound Register
CPU1_DPR6_L     0xF883C030          CPU1 Data Protection Range 6, Lower Bound Register
CPU1_DPR6_U     0xF883C034          CPU1 Data Protection Range 6, Upper Bound Register
CPU1_DPR7_L     0xF883C038          CPU1 Data Protection Range 7, Lower Bound Register
CPU1_DPR7_U     0xF883C03C          CPU1 Data Protection Range 7, Upper Bound Register
CPU1_DPR8_L     0xF883C040          CPU1 Data Protection Range 8, Lower Bound Register
CPU1_DPR8_U     0xF883C044          CPU1 Data Protection Range 8, Upper Bound Register
CPU1_DPR9_L     0xF883C048          CPU1 Data Protection Range 9, Lower Bound Register
CPU1_DPR9_U     0xF883C04C          CPU1 Data Protection Range 9, Upper Bound Register
CPU1_DPR10_L    0xF883C050          CPU1 Data Protection Range 10, Lower Bound Register
CPU1_DPR10_U    0xF883C054          CPU1 Data Protection Range 10, Upper Bound Register
CPU1_DPR11_L    0xF883C058          CPU1 Data Protection Range 11, Lower Bound Register
CPU1_DPR11_U    0xF883C05C          CPU1 Data Protection Range 11, Upper Bound Register
CPU1_DPR12_L    0xF883C060          CPU1 Data Protection Range 12, Lower Bound Register
CPU1_DPR12_U    0xF883C064          CPU1 Data Protection Range 12, Upper Bound Register
CPU1_DPR13_L    0xF883C068          CPU1 Data Protection Range 13, Lower Bound Register
CPU1_DPR13_U    0xF883C06C          CPU1 Data Protection Range 13, Upper Bound Register
CPU1_DPR14_L    0xF883C070          CPU1 Data Protection Range 14, Lower Bound Register
CPU1_DPR14_U    0xF883C074          CPU1 Data Protection Range 14, Upper Bound Register
CPU1_DPR15_L    0xF883C078          CPU1 Data Protection Range 15, Lower Bound Register
CPU1_DPR15_U    0xF883C07C          CPU1 Data Protection Range 15, Upper Bound Register
CPU1_CPR0_L     0xF883D000          CPU1 Code Protection Range 0 Lower Bound Register
CPU1_CPR0_U     0xF883D004          CPU1 Code Protection Range 0 Upper Bound Register
CPU1_CPR1_L     0xF883D008          CPU1 Code Protection Range 1 Lower Bound Register
CPU1_CPR1_U     0xF883D00C          CPU1 Code Protection Range 1 Upper Bound Register
CPU1_CPR2_L     0xF883D010          CPU1 Code Protection Range 2 Lower Bound Register
CPU1_CPR2_U     0xF883D014          CPU1 Code Protection Range 2 Upper Bound Register
CPU1_CPR3_L     0xF883D018          CPU1 Code Protection Range 3 Lower Bound Register
CPU1_CPR3_U     0xF883D01C          CPU1 Code Protection Range 3 Upper Bound Register
CPU1_CPR4_L     0xF883D020          CPU1 Code Protection Range 4 Lower Bound Register
CPU1_CPR4_U     0xF883D024          CPU1 Code Protection Range 4 Upper Bound Register
CPU1_CPR5_L     0xF883D028          CPU1 Code Protection Range 5 Lower Bound Register
CPU1_CPR5_U     0xF883D02C          CPU1 Code Protection Range 5 Upper Bound Register
CPU1_CPR6_L     0xF883D030          CPU1 Code Protection Range 6 Lower Bound Register
CPU1_CPR6_U     0xF883D034          CPU1 Code Protection Range 6 Upper Bound Register
CPU1_CPR7_L     0xF883D038          CPU1 Code Protection Range 7 Lower Bound Register
CPU1_CPR7_U     0xF883D03C          CPU1 Code Protection Range 7 Upper Bound Register
CPU1_CPXE_0     0xF883E000          CPU1 Code Protection Execute Enable Register Set 0
CPU1_CPXE_1     0xF883E004          CPU1 Code Protection Execute Enable Register Set 1
CPU1_CPXE_2     0xF883E008          CPU1 Code Protection Execute Enable Register Set 2
CPU1_CPXE_3     0xF883E00C          CPU1 Code Protection Execute Enable Register Set 3
CPU1_DPRE_0     0xF883E010          CPU1 Data Protection Read Enable Register Set 0
CPU1_DPRE_1     0xF883E014          CPU1 Data Protection Read Enable Register Set 1
CPU1_DPRE_2     0xF883E018          CPU1 Data Protection Read Enable Register Set 2
CPU1_DPRE_3     0xF883E01C          CPU1 Data Protection Read Enable Register Set 3
CPU1_DPWE_0     0xF883E020          CPU1 Data Protection Write Enable Register Set 0
CPU1_DPWE_1     0xF883E024          CPU1 Data Protection Write Enable Register Set 1
CPU1_DPWE_2     0xF883E028          CPU1 Data Protection Write Enable Register Set 2
CPU1_DPWE_3     0xF883E02C          CPU1 Data Protection Write Enable Register Set 3
CPU1_TPS_CON    0xF883E400          CPU1 Temporal Protection System Control Register
CPU1_TPS_TIMER0 0xF883E404          CPU1 Temporal Protection System Timer Register 1
CPU1_TPS_TIMER1 0xF883E408          CPU1 Temporal Protection System Timer Register 1
CPU1_TPS_TIMER2 0xF883E40C          CPU1 Temporal Protection System Timer Register 1
CPU1_TR0EVT     0xF883F000          Trigger Event 0
CPU1_TR0ADR     0xF883F004          Trigger Address 0
CPU1_TR1EVT     0xF883F008          Trigger Event 1
CPU1_TR1ADR     0xF883F00C          Trigger Address 1
CPU1_TR2EVT     0xF883F010          Trigger Event 2
CPU1_TR2ADR     0xF883F014          Trigger Address 2
CPU1_TR3EVT     0xF883F018          Trigger Event 3
CPU1_TR3ADR     0xF883F01C          Trigger Address 3
CPU1_TR4EVT     0xF883F020          Trigger Event 4
CPU1_TR4ADR     0xF883F024          Trigger Address 4
CPU1_TR5EVT     0xF883F028          Trigger Event 5
CPU1_TR5ADR     0xF883F02C          Trigger Address 5
CPU1_TR6EVT     0xF883F030          Trigger Event 6
CPU1_TR6ADR     0xF883F034          Trigger Address 6
CPU1_TR7EVT     0xF883F038          Trigger Event 7
CPU1_TR7ADR     0xF883F03C          Trigger Address 7
CPU1_CCTRL      0xF883FC00          Counter Control
CPU1_CCNT       0xF883FC04          CPU Clock Cycle Count
CPU1_ICNT       0xF883FC08          Instruction Count
CPU1_M1CNT      0xF883FC0C          Multi-Count Register 1
CPU1_M2CNT      0xF883FC10          Multi-Count Register 2
CPU1_M3CNT      0xF883FC14          Multi-Count Register 3
CPU1_DBGSR      0xF883FD00          Debug Status Register
CPU1_EXEVT      0xF883FD08          External Event Register
CPU1_CREVT      0xF883FD0C          Core Register Access Event
CPU1_SWEVT      0xF883FD10          Software Debug Event
CPU1_TRIG_ACC   0xF883FD30          CPU1 Trigger Address x
CPU1_DMS        0xF883FD40          CPU1 Debug Monitor Start Address
CPU1_DCX        0xF883FD44          CPU1 Debug Context Save Area Pointer
CPU1_DBGTCR     0xF883FD48          Debug Trap Control Register
CPU1_PCXI       0xF883FE00          Previous Context Information Register
CPU1_PSW        0xF883FE04          Program Status Word
CPU1_PC         0xF883FE08          Program Counter
CPU1_SYSCON     0xF883FE14          System Configuration Register
CPU1_CPU_ID     0xF883FE18          CPU1 Identification Register TC1.6P
CPU1_CORE_ID    0xF883FE1C          CPU1 Core Identification Register
CPU1_BIV        0xF883FE20          Base Interrupt Vector Table Pointer
CPU1_BTV        0xF883FE24          Base Trap Vector Table Pointer
CPU1_ISP        0xF883FE28          Interrupt Stack Pointer
CPU1_ICR        0xF883FE2C          Interrupt Control Register
CPU1_FCX        0xF883FE38          Free CSA List Head Pointer
CPU1_LCX        0xF883FE3C          Free CSA List Limit Pointer
CPU1_CUS_ID     0xF883FE50          CPU1 Customer ID register
CPU1_D0         0xF883FF00          Data Register 0
CPU1_D1         0xF883FF04          Data Register 1
CPU1_D2         0xF883FF08          Data Register 2
CPU1_D3         0xF883FF0C          Data Register 3
CPU1_D4         0xF883FF10          Data Register 4
CPU1_D5         0xF883FF14          Data Register 5
CPU1_D6         0xF883FF18          Data Register 6
CPU1_D7         0xF883FF1C          Data Register 7
CPU1_D8         0xF883FF20          Data Register 8
CPU1_D9         0xF883FF24          Data Register 9
CPU1_D10        0xF883FF28          Data Register 10
CPU1_D11        0xF883FF2C          Data Register 11
CPU1_D12        0xF883FF30          Data Register 12
CPU1_D13        0xF883FF34          Data Register 13
CPU1_D14        0xF883FF38          Data Register 14
CPU1_D15        0xF883FF3C          Data Register 15
CPU1_A0         0xF883FF80          Address Register 0
CPU1_A1         0xF883FF84          Address Register 1
CPU1_A2         0xF883FF88          Address Register 2
CPU1_A3         0xF883FF8C          Address Register 3
CPU1_A4         0xF883FF90          Address Register 4
CPU1_A5         0xF883FF94          Address Register 5
CPU1_A6         0xF883FF98          Address Register 6
CPU1_A7         0xF883FF9C          Address Register 7
CPU1_A8         0xF883FFA0          Address Register 8
CPU1_A9         0xF883FFA4          Address Register 9
CPU1_A10        0xF883FFA8          Address Register 10
CPU1_A11        0xF883FFAC          Address Register 11
CPU1_A12        0xF883FFB0          Address Register 12
CPU1_A13        0xF883FFB4          Address Register 13
CPU1_A14        0xF883FFB8          Address Register 14
CPU1_A15        0xF883FFBC          Address Register 15
CPU2_SPROT_RGNLA0 0xF884E000          CPU2 Safety Protection Region Lower Address Register
CPU2_SPROT_RGNUA0 0xF884E004          CPU2 Safety protection Region Upper Address Register
CPU2_SPROT_RGNACCENA0 0xF884E008          CPU2 Safety Protection Region Access Enable Register A
CPU2_SPROT_RGNACCENB0 0xF884E00C          CPU2 Safety Protection Region Access Enable Register B
CPU2_SPROT_RGNLA1 0xF884E010          CPU2 Safety Protection Region Lower Address Register
CPU2_SPROT_RGNUA1 0xF884E014          CPU2 Safety protection Region Upper Address Register
CPU2_SPROT_RGNACCENA1 0xF884E018          CPU2 Safety Protection Region Access Enable Register A
CPU2_SPROT_RGNACCENB1 0xF884E01C          CPU2 Safety Protection Region Access Enable Register B
CPU2_SPROT_RGNLA2 0xF884E020          CPU2 Safety Protection Region Lower Address Register
CPU2_SPROT_RGNUA2 0xF884E024          CPU2 Safety protection Region Upper Address Register
CPU2_SPROT_RGNACCENA2 0xF884E028          CPU2 Safety Protection Region Access Enable Register A
CPU2_SPROT_RGNACCENB2 0xF884E02C          CPU2 Safety Protection Region Access Enable Register B
CPU2_SPROT_RGNLA3 0xF884E030          CPU2 Safety Protection Region Lower Address Register
CPU2_SPROT_RGNUA3 0xF884E034          CPU2 Safety protection Region Upper Address Register
CPU2_SPROT_RGNACCENA3 0xF884E038          CPU2 Safety Protection Region Access Enable Register A
CPU2_SPROT_RGNACCENB3 0xF884E03C          CPU2 Safety Protection Region Access Enable Register B
CPU2_SPROT_RGNLA4 0xF884E040          CPU2 Safety Protection Region Lower Address Register
CPU2_SPROT_RGNUA4 0xF884E044          CPU2 Safety protection Region Upper Address Register
CPU2_SPROT_RGNACCENA4 0xF884E048          CPU2 Safety Protection Region Access Enable Register A
CPU2_SPROT_RGNACCENB4 0xF884E04C          CPU2 Safety Protection Region Access Enable Register B
CPU2_SPROT_RGNLA5 0xF884E050          CPU2 Safety Protection Region Lower Address Register
CPU2_SPROT_RGNUA5 0xF884E054          CPU2 Safety protection Region Upper Address Register
CPU2_SPROT_RGNACCENA5 0xF884E058          CPU2 Safety Protection Region Access Enable Register A
CPU2_SPROT_RGNACCENB5 0xF884E05C          CPU2 Safety Protection Region Access Enable Register B
CPU2_SPROT_RGNLA6 0xF884E060          CPU2 Safety Protection Region Lower Address Register
CPU2_SPROT_RGNUA6 0xF884E064          CPU2 Safety protection Region Upper Address Register
CPU2_SPROT_RGNACCENA6 0xF884E068          CPU2 Safety Protection Region Access Enable Register A
CPU2_SPROT_RGNACCENB6 0xF884E06C          CPU2 Safety Protection Region Access Enable Register B
CPU2_SPROT_RGNLA7 0xF884E070          CPU2 Safety Protection Region Lower Address Register
CPU2_SPROT_RGNUA7 0xF884E074          CPU2 Safety protection Region Upper Address Register
CPU2_SPROT_RGNACCENA7 0xF884E078          CPU2 Safety Protection Region Access Enable Register A
CPU2_SPROT_RGNACCENB7 0xF884E07C          CPU2 Safety Protection Region Access Enable Register B
CPU2_SPROT_ACCENA 0xF884E100          CPU2 Safety Protection Register Access Enable Register A
CPU2_SPROT_ACCENB 0xF884E104          CPU2 Safety Protection Region Access Enable Register B
OVC2_OSEL       0xF884FB00          Overlay Range Select Register
OVC2_RABR0      0xF884FB10          Redirected Address Base Register 0
OVC2_OTAR0      0xF884FB14          Overlay Target Address Register 0
OVC2_OMASK0     0xF884FB18          Overlay Mask Register 0
OVC2_RABR1      0xF884FB1C          Redirected Address Base Register 1
OVC2_OTAR1      0xF884FB20          Overlay Target Address Register 1
OVC2_OMASK1     0xF884FB24          Overlay Mask Register 1
OVC2_RABR2      0xF884FB28          Redirected Address Base Register 2
OVC2_OTAR2      0xF884FB2C          Overlay Target Address Register 2
OVC2_OMASK2     0xF884FB30          Overlay Mask Register 2
OVC2_RABR3      0xF884FB34          Redirected Address Base Register 3
OVC2_OTAR3      0xF884FB38          Overlay Target Address Register 3
OVC2_OMASK3     0xF884FB3C          Overlay Mask Register 3
OVC2_RABR4      0xF884FB40          Redirected Address Base Register 4
OVC2_OTAR4      0xF884FB44          Overlay Target Address Register 4
OVC2_OMASK4     0xF884FB48          Overlay Mask Register 4
OVC2_RABR5      0xF884FB4C          Redirected Address Base Register 5
OVC2_OTAR5      0xF884FB50          Overlay Target Address Register 5
OVC2_OMASK5     0xF884FB54          Overlay Mask Register 5
OVC2_RABR6      0xF884FB58          Redirected Address Base Register 6
OVC2_OTAR6      0xF884FB5C          Overlay Target Address Register 6
OVC2_OMASK6     0xF884FB60          Overlay Mask Register 6
OVC2_RABR7      0xF884FB64          Redirected Address Base Register 7
OVC2_OTAR7      0xF884FB68          Overlay Target Address Register 7
OVC2_OMASK7     0xF884FB6C          Overlay Mask Register 7
OVC2_RABR8      0xF884FB70          Redirected Address Base Register 8
OVC2_OTAR8      0xF884FB74          Overlay Target Address Register 8
OVC2_OMASK8     0xF884FB78          Overlay Mask Register 8
OVC2_RABR9      0xF884FB7C          Redirected Address Base Register 9
OVC2_OTAR9      0xF884FB80          Overlay Target Address Register 9
OVC2_OMASK9     0xF884FB84          Overlay Mask Register 9
OVC2_RABR10     0xF884FB88          Redirected Address Base Register 10
OVC2_OTAR10     0xF884FB8C          Overlay Target Address Register 10
OVC2_OMASK10    0xF884FB90          Overlay Mask Register 10
OVC2_RABR11     0xF884FB94          Redirected Address Base Register 11
OVC2_OTAR11     0xF884FB98          Overlay Target Address Register 11
OVC2_OMASK11    0xF884FB9C          Overlay Mask Register 11
OVC2_RABR12     0xF884FBA0          Redirected Address Base Register 12
OVC2_OTAR12     0xF884FBA4          Overlay Target Address Register 12
OVC2_OMASK12    0xF884FBA8          Overlay Mask Register 12
OVC2_RABR13     0xF884FBAC          Redirected Address Base Register 13
OVC2_OTAR13     0xF884FBB0          Overlay Target Address Register 13
OVC2_OMASK13    0xF884FBB4          Overlay Mask Register 13
OVC2_RABR14     0xF884FBB8          Redirected Address Base Register 14
OVC2_OTAR14     0xF884FBBC          Overlay Target Address Register 14
OVC2_OMASK14    0xF884FBC0          Overlay Mask Register 14
OVC2_RABR15     0xF884FBC4          Redirected Address Base Register 15
OVC2_OTAR15     0xF884FBC8          Overlay Target Address Register 15
OVC2_OMASK15    0xF884FBCC          Overlay Mask Register 15
OVC2_RABR16     0xF884FBD0          Redirected Address Base Register 16
OVC2_OTAR16     0xF884FBD4          Overlay Target Address Register 16
OVC2_OMASK16    0xF884FBD8          Overlay Mask Register 16
OVC2_RABR17     0xF884FBDC          Redirected Address Base Register 17
OVC2_OTAR17     0xF884FBE0          Overlay Target Address Register 17
OVC2_OMASK17    0xF884FBE4          Overlay Mask Register 17
OVC2_RABR18     0xF884FBE8          Redirected Address Base Register 18
OVC2_OTAR18     0xF884FBEC          Overlay Target Address Register 18
OVC2_OMASK18    0xF884FBF0          Overlay Mask Register 18
OVC2_RABR19     0xF884FBF4          Redirected Address Base Register 19
OVC2_OTAR19     0xF884FBF8          Overlay Target Address Register 19
OVC2_OMASK19    0xF884FBFC          Overlay Mask Register 19
OVC2_RABR20     0xF884FC00          Redirected Address Base Register 20
OVC2_OTAR20     0xF884FC04          Overlay Target Address Register 20
OVC2_OMASK20    0xF884FC08          Overlay Mask Register 20
OVC2_RABR21     0xF884FC0C          Redirected Address Base Register 21
OVC2_OTAR21     0xF884FC10          Overlay Target Address Register 21
OVC2_OMASK21    0xF884FC14          Overlay Mask Register 21
OVC2_RABR22     0xF884FC18          Redirected Address Base Register 22
OVC2_OTAR22     0xF884FC1C          Overlay Target Address Register 22
OVC2_OMASK22    0xF884FC20          Overlay Mask Register 22
OVC2_RABR23     0xF884FC24          Redirected Address Base Register 23
OVC2_OTAR23     0xF884FC28          Overlay Target Address Register 23
OVC2_OMASK23    0xF884FC2C          Overlay Mask Register 23
OVC2_RABR24     0xF884FC30          Redirected Address Base Register 24
OVC2_OTAR24     0xF884FC34          Overlay Target Address Register 24
OVC2_OMASK24    0xF884FC38          Overlay Mask Register 24
OVC2_RABR25     0xF884FC3C          Redirected Address Base Register 25
OVC2_OTAR25     0xF884FC40          Overlay Target Address Register 25
OVC2_OMASK25    0xF884FC44          Overlay Mask Register 25
OVC2_RABR26     0xF884FC48          Redirected Address Base Register 26
OVC2_OTAR26     0xF884FC4C          Overlay Target Address Register 26
OVC2_OMASK26    0xF884FC50          Overlay Mask Register 26
OVC2_RABR27     0xF884FC54          Redirected Address Base Register 27
OVC2_OTAR27     0xF884FC58          Overlay Target Address Register 27
OVC2_OMASK27    0xF884FC5C          Overlay Mask Register 27
OVC2_RABR28     0xF884FC60          Redirected Address Base Register 28
OVC2_OTAR28     0xF884FC64          Overlay Target Address Register 28
OVC2_OMASK28    0xF884FC68          Overlay Mask Register 28
OVC2_RABR29     0xF884FC6C          Redirected Address Base Register 29
OVC2_OTAR29     0xF884FC70          Overlay Target Address Register 29
OVC2_OMASK29    0xF884FC74          Overlay Mask Register 29
OVC2_RABR30     0xF884FC78          Redirected Address Base Register 30
OVC2_OTAR30     0xF884FC7C          Overlay Target Address Register 30
OVC2_OMASK30    0xF884FC80          Overlay Mask Register 30
OVC2_RABR31     0xF884FC84          Redirected Address Base Register 31
OVC2_OTAR31     0xF884FC88          Overlay Target Address Register 31
OVC2_OMASK31    0xF884FC8C          Overlay Mask Register 31
CSFR_BASE_2     0xF8850000          Core Special Function Registers base (CPU2)
CPU2_SEGEN      0xF8851030          SRI Error Generation Register
CPU2_TASK_ASI   0xF8858004          CPU2 Task Address Space Identifier Register
CPU2_PMA0       0xF8858100          Data Access CacheabilityRegister
CPU2_PMA1       0xF8858104          Code Access CacheabilityRegister
CPU2_PMA2       0xF8858108          Peripheral Space Identifier register
CPU2_DCON2      0xF8859000          Data Control Register 2
CPU2_SMACON     0xF885900C          SIST Mode Access Control Register
CPU2_DSTR       0xF8859010          Data Synchronous Trap Register
CPU2_DATR       0xF8859018          Data Asynchronous Trap Register
CPU2_DEADD      0xF885901C          Data Error Address Register
CPU2_DIEAR      0xF8859020          Data Integrity Error Address Register
CPU2_DIETR      0xF8859024          Data Integrity Error Trap Register
CPU2_DCON0      0xF8859040          Data Memory Control Register
CPU2_PSTR       0xF8859200          Program Synchronous Trap Register
CPU2_PCON1      0xF8859204          Program Control 1
CPU2_PCON2      0xF8859208          Program Control 2
CPU2_PCON0      0xF885920C          Program Control 0
CPU2_PIEAR      0xF8859210          Program Integrity Error Address Register
CPU2_PIETR      0xF8859214          Program Integrity Error Trap Register
CPU2_COMPAT     0xF8859400          Compatibility Control Register
CPU2_FPU_TRAP_CON 0xF885A000          CPU2 Trap Control Register
CPU2_FPU_TRAP_PC 0xF885A004          CPU2 Trapping Instruction Program Counter Register
CPU2_FPU_TRAP_OPC 0xF885A008          CPU2 Trapping Instruction Opcode Register
CPU2_FPU_TRAP_SRC1 0xF885A010          CPU2 Trapping Instruction Operand Register
CPU2_FPU_TRAP_SRC2 0xF885A014          CPU2 Trapping Instruction Operand Register
CPU2_FPU_TRAP_SRC3 0xF885A018          Trapping Instruction Operand Register
CPU2_DPR0_L     0xF885C000          CPU2 Data Protection Range 0, Lower Bound Register
CPU2_DPR0_U     0xF885C004          CPU2 Data Protection Range 0, Upper Bound Register
CPU2_DPR1_L     0xF885C008          CPU2 Data Protection Range 1, Lower Bound Register
CPU2_DPR1_U     0xF885C00C          CPU2 Data Protection Range 1, Upper Bound Register
CPU2_DPR2_L     0xF885C010          CPU2 Data Protection Range 2, Lower Bound Register
CPU2_DPR2_U     0xF885C014          CPU2 Data Protection Range 2, Upper Bound Register
CPU2_DPR3_L     0xF885C018          CPU2 Data Protection Range 3, Lower Bound Register
CPU2_DPR3_U     0xF885C01C          CPU2 Data Protection Range 3, Upper Bound Register
CPU2_DPR4_L     0xF885C020          CPU2 Data Protection Range 4, Lower Bound Register
CPU2_DPR4_U     0xF885C024          CPU2 Data Protection Range 4, Upper Bound Register
CPU2_DPR5_L     0xF885C028          CPU2 Data Protection Range 5, Lower Bound Register
CPU2_DPR5_U     0xF885C02C          CPU2 Data Protection Range 5, Upper Bound Register
CPU2_DPR6_L     0xF885C030          CPU2 Data Protection Range 6, Lower Bound Register
CPU2_DPR6_U     0xF885C034          CPU2 Data Protection Range 6, Upper Bound Register
CPU2_DPR7_L     0xF885C038          CPU2 Data Protection Range 7, Lower Bound Register
CPU2_DPR7_U     0xF885C03C          CPU2 Data Protection Range 7, Upper Bound Register
CPU2_DPR8_L     0xF885C040          CPU2 Data Protection Range 8, Lower Bound Register
CPU2_DPR8_U     0xF885C044          CPU2 Data Protection Range 8, Upper Bound Register
CPU2_DPR9_L     0xF885C048          CPU2 Data Protection Range 9, Lower Bound Register
CPU2_DPR9_U     0xF885C04C          CPU2 Data Protection Range 9, Upper Bound Register
CPU2_DPR10_L    0xF885C050          CPU2 Data Protection Range 10, Lower Bound Register
CPU2_DPR10_U    0xF885C054          CPU2 Data Protection Range 10, Upper Bound Register
CPU2_DPR11_L    0xF885C058          CPU2 Data Protection Range 11, Lower Bound Register
CPU2_DPR11_U    0xF885C05C          CPU2 Data Protection Range 11, Upper Bound Register
CPU2_DPR12_L    0xF885C060          CPU2 Data Protection Range 12, Lower Bound Register
CPU2_DPR12_U    0xF885C064          CPU2 Data Protection Range 12, Upper Bound Register
CPU2_DPR13_L    0xF885C068          CPU2 Data Protection Range 13, Lower Bound Register
CPU2_DPR13_U    0xF885C06C          CPU2 Data Protection Range 13, Upper Bound Register
CPU2_DPR14_L    0xF885C070          CPU2 Data Protection Range 14, Lower Bound Register
CPU2_DPR14_U    0xF885C074          CPU2 Data Protection Range 14, Upper Bound Register
CPU2_DPR15_L    0xF885C078          CPU2 Data Protection Range 15, Lower Bound Register
CPU2_DPR15_U    0xF885C07C          CPU2 Data Protection Range 15, Upper Bound Register
CPU2_CPR0_L     0xF885D000          CPU2 Code Protection Range 0 Lower Bound Register
CPU2_CPR0_U     0xF885D004          CPU2 Code Protection Range 0 Upper Bound Register
CPU2_CPR1_L     0xF885D008          CPU2 Code Protection Range 1 Lower Bound Register
CPU2_CPR1_U     0xF885D00C          CPU2 Code Protection Range 1 Upper Bound Register
CPU2_CPR2_L     0xF885D010          CPU2 Code Protection Range 2 Lower Bound Register
CPU2_CPR2_U     0xF885D014          CPU2 Code Protection Range 2 Upper Bound Register
CPU2_CPR3_L     0xF885D018          CPU2 Code Protection Range 3 Lower Bound Register
CPU2_CPR3_U     0xF885D01C          CPU2 Code Protection Range 3 Upper Bound Register
CPU2_CPR4_L     0xF885D020          CPU2 Code Protection Range 4 Lower Bound Register
CPU2_CPR4_U     0xF885D024          CPU2 Code Protection Range 4 Upper Bound Register
CPU2_CPR5_L     0xF885D028          CPU2 Code Protection Range 5 Lower Bound Register
CPU2_CPR5_U     0xF885D02C          CPU2 Code Protection Range 5 Upper Bound Register
CPU2_CPR6_L     0xF885D030          CPU2 Code Protection Range 6 Lower Bound Register
CPU2_CPR6_U     0xF885D034          CPU2 Code Protection Range 6 Upper Bound Register
CPU2_CPR7_L     0xF885D038          CPU2 Code Protection Range 7 Lower Bound Register
CPU2_CPR7_U     0xF885D03C          CPU2 Code Protection Range 7 Upper Bound Register
CPU2_CPXE_0     0xF885E000          CPU2 Code Protection Execute Enable Register Set 0
CPU2_CPXE_1     0xF885E004          CPU2 Code Protection Execute Enable Register Set 1
CPU2_CPXE_2     0xF885E008          CPU2 Code Protection Execute Enable Register Set 2
CPU2_CPXE_3     0xF885E00C          CPU2 Code Protection Execute Enable Register Set 3
CPU2_DPRE_0     0xF885E010          CPU2 Data Protection Read Enable Register Set 0
CPU2_DPRE_1     0xF885E014          CPU2 Data Protection Read Enable Register Set 1
CPU2_DPRE_2     0xF885E018          CPU2 Data Protection Read Enable Register Set 2
CPU2_DPRE_3     0xF885E01C          CPU2 Data Protection Read Enable Register Set 3
CPU2_DPWE_0     0xF885E020          CPU2 Data Protection Write Enable Register Set 0
CPU2_DPWE_1     0xF885E024          CPU2 Data Protection Write Enable Register Set 1
CPU2_DPWE_2     0xF885E028          CPU2 Data Protection Write Enable Register Set 2
CPU2_DPWE_3     0xF885E02C          CPU2 Data Protection Write Enable Register Set 3
CPU2_TPS_CON    0xF885E400          CPU2 Temporal Protection System Control Register
CPU2_TPS_TIMER0 0xF885E404          CPU2 Temporal Protection System Timer Register 2
CPU2_TPS_TIMER1 0xF885E408          CPU2 Temporal Protection System Timer Register 2
CPU2_TPS_TIMER2 0xF885E40C          CPU2 Temporal Protection System Timer Register 2
CPU2_TR0EVT     0xF885F000          Trigger Event 0
CPU2_TR0ADR     0xF885F004          Trigger Address 0
CPU2_TR1EVT     0xF885F008          Trigger Event 1
CPU2_TR1ADR     0xF885F00C          Trigger Address 1
CPU2_TR2EVT     0xF885F010          Trigger Event 2
CPU2_TR2ADR     0xF885F014          Trigger Address 2
CPU2_TR3EVT     0xF885F018          Trigger Event 3
CPU2_TR3ADR     0xF885F01C          Trigger Address 3
CPU2_TR4EVT     0xF885F020          Trigger Event 4
CPU2_TR4ADR     0xF885F024          Trigger Address 4
CPU2_TR5EVT     0xF885F028          Trigger Event 5
CPU2_TR5ADR     0xF885F02C          Trigger Address 5
CPU2_TR6EVT     0xF885F030          Trigger Event 6
CPU2_TR6ADR     0xF885F034          Trigger Address 6
CPU2_TR7EVT     0xF885F038          Trigger Event 7
CPU2_TR7ADR     0xF885F03C          Trigger Address 7
CPU2_CCTRL      0xF885FC00          Counter Control
CPU2_CCNT       0xF885FC04          CPU Clock Cycle Count
CPU2_ICNT       0xF885FC08          Instruction Count
CPU2_M1CNT      0xF885FC0C          Multi-Count Register 1
CPU2_M2CNT      0xF885FC10          Multi-Count Register 2
CPU2_M3CNT      0xF885FC14          Multi-Count Register 3
CPU2_DBGSR      0xF885FD00          Debug Status Register
CPU2_EXEVT      0xF885FD08          External Event Register
CPU2_CREVT      0xF885FD0C          Core Register Access Event
CPU2_SWEVT      0xF885FD10          Software Debug Event
CPU2_TRIG_ACC   0xF885FD30          CPU2 Trigger Address x
CPU2_DMS        0xF885FD40          CPU2 Debug Monitor Start Address
CPU2_DCX        0xF885FD44          CPU2 Debug Context Save Area Pointer
CPU2_DBGTCR     0xF885FD48          Debug Trap Control Register
CPU2_PCXI       0xF885FE00          Previous Context Information Register
CPU2_PSW        0xF885FE04          Program Status Word
CPU2_PC         0xF885FE08          Program Counter
CPU2_SYSCON     0xF885FE14          System Configuration Register
CPU2_CPU_ID     0xF885FE18          CPU2 Identification Register TC1.6P
CPU2_CORE_ID    0xF885FE1C          CPU2 Core Identification Register
CPU2_BIV        0xF885FE20          Base Interrupt Vector Table Pointer
CPU2_BTV        0xF885FE24          Base Trap Vector Table Pointer
CPU2_ISP        0xF885FE28          Interrupt Stack Pointer
CPU2_ICR        0xF885FE2C          Interrupt Control Register
CPU2_FCX        0xF885FE38          Free CSA List Head Pointer
CPU2_LCX        0xF885FE3C          Free CSA List Limit Pointer
CPU2_CUS_ID     0xF885FE50          CPU2 Customer ID register
CPU2_D0         0xF885FF00          Data Register 0
CPU2_D1         0xF885FF04          Data Register 1
CPU2_D2         0xF885FF08          Data Register 2
CPU2_D3         0xF885FF0C          Data Register 3
CPU2_D4         0xF885FF10          Data Register 4
CPU2_D5         0xF885FF14          Data Register 5
CPU2_D6         0xF885FF18          Data Register 6
CPU2_D7         0xF885FF1C          Data Register 7
CPU2_D8         0xF885FF20          Data Register 8
CPU2_D9         0xF885FF24          Data Register 9
CPU2_D10        0xF885FF28          Data Register 10
CPU2_D11        0xF885FF2C          Data Register 11
CPU2_D12        0xF885FF30          Data Register 12
CPU2_D13        0xF885FF34          Data Register 13
CPU2_D14        0xF885FF38          Data Register 14
CPU2_D15        0xF885FF3C          Data Register 15
CPU2_A0         0xF885FF80          Address Register 0
CPU2_A1         0xF885FF84          Address Register 1
CPU2_A2         0xF885FF88          Address Register 2
CPU2_A3         0xF885FF8C          Address Register 3
CPU2_A4         0xF885FF90          Address Register 4
CPU2_A5         0xF885FF94          Address Register 5
CPU2_A6         0xF885FF98          Address Register 6
CPU2_A7         0xF885FF9C          Address Register 7
CPU2_A8         0xF885FFA0          Address Register 8
CPU2_A9         0xF885FFA4          Address Register 9
CPU2_A10        0xF885FFA8          Address Register 10
CPU2_A11        0xF885FFAC          Address Register 11
CPU2_A12        0xF885FFB0          Address Register 12
CPU2_A13        0xF885FFB4          Address Register 13
CPU2_A14        0xF885FFB8          Address Register 14
CPU2_A15        0xF885FFBC          Address Register 15
CIFBBB_CLC      0xF90E1F00          Clock Control Register
CIFBBB_MODID    0xF90E1F04          Module Identification Register
CIFBBB_GPCTL    0xF90E1F08          General Purpose Control Register
CIFBBB_ACCEN0   0xF90E1F0C          Access Enable Register 0
CIFBBB_ACCEN1   0xF90E1F10          Access Enable Register 1
CIFBBB_KRST0    0xF90E1F14          Kernel Reset Register 0
CIFBBB_KRST1    0xF90E1F18          Kernel Reset Register 1
CIFBBB_KRSTCLR  0xF90E1F1C          Kernel Reset Status Clear Register
CIF_CCL         0xF90E2000          Clock Control Register
CIF_ID          0xF90E2008          CIF Revision Identification Register
CIF_ICCL        0xF90E2010          CIF Internal Clock Control Register
CIF_IRCL        0xF90E2014          CIF Internal Reset Control Register
CIF_DPCL        0xF90E2018          CIF Data Path Control Register
CIFISP_CTRL     0xF90E2400          ISP Global Control Register
CIFISP_ACQ_PROP 0xF90E2404          ISP Acquisition Properties Register
CIFISP_ACQ_H_OFFS 0xF90E2408          ISP Acquisition Horizontal Offset Register
CIFISP_ACQ_V_OFFS 0xF90E240C          ISP Acquistion Vertical Offset Register
CIFISP_ACQ_H_SIZE 0xF90E2410          ISP Acquisition Horizontal Size Register
CIFISP_ACQ_V_SIZE 0xF90E2414          ISP Acquisition Vertical Size Register
CIFISP_ACQ_NR_FRAMES 0xF90E2418          ISP Acquisition Number of Frames Register
CIFISP_OUT_H_OFFS 0xF90E2594          ISP Output Window Horizontal Offset Register
CIFISP_OUT_V_OFFS 0xF90E2598          ISP Output Window Vertical Offset Register
CIFISP_OUT_H_SIZE 0xF90E259C          ISP Output Horizontal Picture Size Register
CIFISP_OUT_V_SIZE 0xF90E25A0          ISP Output Vertical Picture Size Register
CIFISP_FLAGS_SHD 0xF90E25A8          ISP Shadow Flags Register
CIFISP_OUT_H_OFFS_SHD 0xF90E25AC          ISP Output Window Horizontal Offset Shadow Register
CIFISP_OUT_V_OFFS_SHD 0xF90E25B0          ISP Output Window Vertical Offset Shadow Register
CIFISP_OUT_H_SIZE_SHD 0xF90E25B4          ISP Output Horizontal Picture Size Shadow Register
CIFISP_OUT_V_SIZE_SHD 0xF90E25B8          ISP Output Vertical Picture Size Shadow Register
CIFISP_IMSC     0xF90E25BC          ISP Interrupt Mask Register
CIFISP_RIS      0xF90E25C0          ISP Raw Interrupt Status Register
CIFISP_MIS      0xF90E25C4          ISP Masked Interrupt Status Register
CIFISP_ICR      0xF90E25C8          ISP Interrupt Clear Register
CIFISP_ISR      0xF90E25CC          ISP Interrupt Set Register
CIFISP_ERR      0xF90E263C          ISP Error Register
CIFISP_ERR_CLR  0xF90E2640          ISP Error Clear Register
CIFISP_FRAME_COUNT 0xF90E2644          ISP Frame Counter Register
CIFMI_CTRL      0xF90E3400          Memory Interface Global Control Register
CIFMI_INIT      0xF90E3404          Memory Interface Control Register For Address Init And Skip Function Register
CIFMI_MP_Y_BASE_AD_INIT 0xF90E3408          Memory Interface Base Address For Main Picture Y Component, JPEG or RAW Data Register
CIFMI_MP_Y_SIZE_INIT 0xF90E340C          Memory Interface Size of main picture Y component, JPEG or RAW data Register
CIFMI_MP_Y_OFFS_CNT_INIT 0xF90E3410          Memory Interface Offset Counter Init Value For Main Picture Y, JPEG or RAW Data Register
CIFMI_MP_Y_OFFS_CNT_START 0xF90E3414          Memory Interface Offset Counter Start Value For Main Picture Y, JPEG or RAW Data Register
CIFMI_MP_Y_IRQ_OFFS_INIT 0xF90E3418          Memory Interface Fill Level Interrupt Offset Value For Main Picture Y, JPEG or RAW Data Register
CIFMI_MP_CB_BASE_AD_INIT 0xF90E341C          Memory Interface Base Address For Main Picture Cb Component Ring Buffer Register
CIFMI_MP_CB_SIZE_INIT 0xF90E3420          Memory Interface Size Of Main Picture Cb Component Ring Buffer Register
CIFMI_MP_CB_OFFS_CNT_INIT 0xF90E3424          Memory Interface Offset Counter Init Value For Main Picture Cb Component Ring Buffer Register
CIFMI_MP_CB_OFFS_CNT_START 0xF90E3428          Memory Interface Offset Counter Start Value For Main Picture Cb Component Ring Buffer Register
CIFMI_MP_CR_BASE_AD_INIT 0xF90E342C          Memory Interface Base Address For Main Picture Cr Component Ring Buffer Register
CIFMI_MP_CR_SIZE_INIT 0xF90E3430          Memory Interface Size Of Main Picture Cr Component Ring Buffer Register
CIFMI_MP_CR_OFFS_CNT_INIT 0xF90E3434          Memory Interface Offset Counter Init value For Main Picture Cr Component Ring Buffer Register
CIFMI_MP_CR_OFFS_CNT_START 0xF90E3438          Memory Interface Offset Counter Start Value For Main Picture Cr Component Ring Buffer Register
CIFMI_BYTE_CNT  0xF90E3470          Memory Interface Counter Value of JPEG or RAW Data Bytes Register
CIFMI_CTRL_SHD  0xF90E3474          Memory Interface Global Control Internal Shadow Register
CIFMI_MP_Y_BASE_AD_SHD 0xF90E3478          Memory Interface Base Address Shadow Register For Main Picture Y Component, JPEG Register
CIFMI_MP_Y_SIZE_SHD 0xF90E347C          Memory Interface Size Shadow Register of Main Picture Y Component,JPEG or RAW Data Register
CIFMI_MP_Y_OFFS_CNT_SHD 0xF90E3480          Memory Interface Current Offset Counter of Main Picture Y Component JPEG or RAW Register
CIFMI_MP_Y_IRQ_OFFS_SHD 0xF90E3484          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Main Picture Y Register
CIFMI_MP_CB_BASE_AD_SHD 0xF90E3488          Memory Interface Base Address Shadow Register For Main Picture Cb Component Ring Register
CIFMI_MP_CB_SIZE_SHD 0xF90E348C          Memory Interface Size Shadow Register Of Main Picture Cb Component Ring Buffer Register
CIFMI_MP_CB_OFFS_CNT_SHD 0xF90E3490          Memory Interface Current Offset Counter Of Main Picture Cb Component Ring Buffer Register
CIFMI_MP_CR_BASE_AD_SHD 0xF90E3494          Memory Interface Base Address Shadow Register For Main Picture Cr Component Ring Register
CIFMI_MP_CR_SIZE_SHD 0xF90E3498          Memory Interface Size Shadow Register Of Main Picture Cr Component Ring Buffer Register
CIFMI_MP_CR_OFFS_CNT_SHD 0xF90E349C          Memory Interface Current Offset Counter Of Main Picture Cr Component Ring Buffer Register
CIFMI_IMSC      0xF90E34F8          MI Interrupt Mask ?1? interrupt active ?0? interrupt masked
CIFMI_RIS       0xF90E34FC          MI Raw Interrupt Status Register
CIFMI_MIS       0xF90E3500          MI Masked Interrupt Status Registe
CIFMI_ICR       0xF90E3504          MI Interrupt Clear Register
CIFMI_ISR       0xF90E3508          MI Interrupt Set Register
CIFMI_STATUS    0xF90E350C          MI Status Register
CIFMI_STATUS_CLR 0xF90E3510          MI Status Clear Register
CIFJPE_GEN_HEADER 0xF90E3800          JPE Command To Start Stream Header Generation Register
CIFJPE_ENCODE   0xF90E3804          JPE Start Command To Start JFIF Stream Encoding Register
CIFJPE_INIT     0xF90E3808          JPE Automatic Configuration Update Register
CIFJPE_Y_SCALE_EN 0xF90E380C          JPE Y Value Scaling Control Register
CIFJPE_CBCR_SCALE_EN 0xF90E3810          JPE Cb/Cr Value Scaling Control Register
CIFJPE_TABLE_FLUSH 0xF90E3814          JPE Header Generation Debug Register
CIFJPE_ENC_HSIZE 0xF90E3818          JPEG Codec Horizontal Image Size For Encoding Register
CIFJPE_ENC_VSIZE 0xF90E381C          JPEG Codec Vertical Image Size For Encoding Register
CIFJPE_PIC_FORMAT 0xF90E3820          JPEG Picture Encoding Format Register
CIFJPE_RESTART_INTERVAL 0xF90E3824          JPE Restart Marker Insertion Register
CIFJPE_TQ_Y_SELECT 0xF90E3828          Q- table Selector 0 Quant Table For Y Component
CIFJPE_TQ_U_SELECT 0xF90E382C          Q- table Selector 1, Quant. Table For U Component
CIFJPE_TQ_V_SELECT 0xF90E3830          Q- table Selector 2 Quant Table For V Component
CIFJPE_DC_TABLE_SELECT 0xF90E3834          JPE Huffman Table Selector For DC Values Register
CIFJPE_AC_TABLE_SELECT 0xF90E3838          JPE Huffman Table Selector For AC Values Register
CIFJPE_TABLE_DATA 0xF90E383C          JPE Table Programming Register
CIFJPE_TABLE_ID 0xF90E3840          JPE Table Programming Select Register
CIFJPE_TAC0_LEN 0xF90E3844          JPE Huffman AC Table 0 Length Register
CIFJPE_TDC0_LEN 0xF90E3848          JPE Huffman DC Table 0 Length Register
CIFJPE_TAC1_LEN 0xF90E384C          JPE Huffman AC Table 1 Length Register
CIFJPE_TDC1_LEN 0xF90E3850          JPE Huffman DC Table 1 Length Register
CIFJPE_ENCODER_BUSY 0xF90E3858          JPE Encoder Status Flag Register
CIFJPE_HEADER_MODE 0xF90E385C          JPE Header Mode Definition Register
CIFJPE_ENCODE_MODE 0xF90E3860          JPE Encode Mode Register
CIFJPE_DEBUG    0xF90E3864          JPE Debug Information Register
CIFJPE_ERROR_IMR 0xF90E3868          JPE Error Interrupt Mask Register
CIFJPE_ERROR_RIS 0xF90E386C          JPE Error Raw Interrupt Status Register
CIFJPE_ERROR_MIS 0xF90E3870          JPE Error Masked Interrupt Status Register
CIFJPE_ERROR_ICR 0xF90E3874          JPE Error Interrupt Clear Register
CIFJPE_ERROR_ISR 0xF90E3878          JPE Error Interrupt Set Register
CIFJPE_STATUS_IMR 0xF90E387C          JPEG Status Interrupt Mask Register
CIFJPE_STATUS_RIS 0xF90E3880          JPEG Status Raw Interrupt Status Register
CIFJPE_STATUS_MIS 0xF90E3884          JPEG Status Masked Interrupt Status Register
CIFJPE_STATUS_ICR 0xF90E3888          JPEG Status Interrupt Clear Register
CIFJPE_STATUS_ISR 0xF90E388C          JPEG Status Interrupt Set Register
CIFISPIS_CTRL   0xF90E4300          ISP Image Stabilization Control Register
CIFISPIS_RECENTER 0xF90E4304          ISP Image Stabilization Recenter Register
CIFISPIS_H_OFFS 0xF90E4308          ISP Image Stabilization Horizontal Offset Of Output Window Register
CIFISPIS_V_OFFS 0xF90E430C          ISP Image Stabilization Vertical Offset Of Output Window Register
CIFISPIS_H_SIZE 0xF90E4310          ISP Image Stabilization Output Horizontal Picture Size Register
CIFISPIS_V_SIZE 0xF90E4314          ISP Image Stabilization Output Vertical Picture Size Register
CIFISPIS_MAX_DX 0xF90E4318          ISP Image Stabilization Maximum Horizontal Displacement Register
CIFISPIS_MAX_DY 0xF90E431C          ISP Image Stabilization Maximum Vertical Displacement Register
CIFISPIS_DISPLACE 0xF90E4320          ISP Image Stabilization Camera Displacement Register
CIFISPIS_H_OFFS_SHD 0xF90E4324          SP Image Current Horizontal Offset Of Output Window Shadow Register
CIFISPIS_V_OFFS_SHD 0xF90E4328          ISP Image Current Vertical Offset Of Output Window Shadow Register
CIFISPIS_H_SIZE_SHD 0xF90E432C          ISP Image Current Output Horizontal Picture Size Shadow Register
CIFISPIS_V_SIZE_SHD 0xF90E4330          ISP Image Current Output Vertical Picture Size Shadow Register
CIFWD_CTRL      0xF90E4400          Watchdog Control Register
CIFWD_V_TIMEOUT 0xF90E4404          Watchdog Vertical Timeout Register
CIFWD_H_TIMEOUT 0xF90E4408          Watchdog Horizontal Timeout Register
CIFWD_IMSC      0xF90E440C          Watchdog Interrupt Mask Register
CIFWD_RIS       0xF90E4410          Watchdog Raw Interrupt Status Register
CIFWD_MIS       0xF90E4414          Watchdog Masked Interrupt Status Register
CIFWD_ICR       0xF90E4418          Watchdog Interrupt Clear Register
CIFWD_ISR       0xF90E441C          Watchdog Interrupt Set Register
CIFLDS_CTRL     0xF90E4500          Linear Downscaler Control Register
CIFLDS_FAC      0xF90E4504          Linear Downscaler Factor Register
CIFDP_CTRL      0xF90E4700          Debug Path Control Register
CIFDP_PDIV_CTRL 0xF90E4704          Debug Path Predivider Control Register
CIFDP_FLC_STAT  0xF90E4708          Debug Path Frame/Line Counter Status Register
CIFDP_PDIV_STAT 0xF90E470C          Debug Path Predivider Counter Status Register
CIFDP_TSC_STAT  0xF90E4710          Debug Path Timestamp Counter Status Register
CIFDP_UDS_1     0xF90E4714          Debug Path User Defined Symbol 1 Register
CIFDP_UDS_2     0xF90E4718          Debug Path User Defined Symbol 2 Register
CIFDP_UDS_3     0xF90E471C          Debug Path User Defined Symbol 3 Register
CIFDP_UDS_4     0xF90E4720          Debug Path User Defined Symbol 4 Register
CIFDP_UDS_5     0xF90E4724          Debug Path User Defined Symbol 5 Register
CIFDP_UDS_6     0xF90E4728          Debug Path User Defined Symbol 6 Register
CIFDP_UDS_7     0xF90E472C          Debug Path User Defined Symbol 7 Register
CIFDP_UDS_8     0xF90E4730          Debug Path User Defined Symbol 8 Register
CIFEP_1_IC_CTRL 0xF90E4900          Extra Path 1 Image Cropping Control Register
CIFEP_1_IC_RECENTER 0xF90E4904          Extra Path 1 Image Cropping Recenter Register
CIFEP_1_IC_H_OFFS 0xF90E4908          Extra Path 1 Image Cropping Horizontal Offset of Output Window Register
CIFEP_1_IC_V_OFFS 0xF90E490C          Extra Path 1 Image Cropping Vertical Offset Of Output Window Register
CIFEP_1_IC_H_SIZE 0xF90E4910          Extra Path 1 Image Cropping Output Horizontal Picture Size Register
CIFEP_1_IC_V_SIZE 0xF90E4914          Extra Path 1 Image Cropping Output Vertical Picture Size Register
CIFEP_1_IC_MAX_DX 0xF90E4918          Extra Path 1 Image Cropping Maximum Horizontal Displacement Register
CIFEP_1_IC_MAX_DY 0xF90E491C          Extra Path 1 Image Cropping Maximum Vertical Displacement Register
CIFEP_1_IC_DISPLACE 0xF90E4920          Extra Path 1 Image Cropping Camera Displacement Register
CIFEP_1_IC_H_OFFS_SHD 0xF90E4924          Extra Path 1 Image Current Horizontal Offset Of Output Window Shadow Register
CIFEP_1_IC_V_OFFS_SHD 0xF90E4928          Extra Path 1 Image Current Vertical Offset Of Output Window Shadow Register
CIFEP_1_IC_H_SIZE_SHD 0xF90E492C          Extra Path 1 Image Current Output Horizontal Picture Size Shadow Register
CIFEP_1_IC_V_SIZE_SHD 0xF90E4930          Extra Path 1 Image Current Output Vertical Picture Size Shadow Register
CIFEP_2_IC_CTRL 0xF90E4A00          Extra Path 2 Image Cropping Control Register
CIFEP_2_IC_RECENTER 0xF90E4A04          Extra Path 2 Image Cropping Recenter Register
CIFEP_2_IC_H_OFFS 0xF90E4A08          Extra Path 2 Image Cropping Horizontal Offset of Output Window Register
CIFEP_2_IC_V_OFFS 0xF90E4A0C          Extra Path 2 Image Cropping Vertical Offset Of Output Window Register
CIFEP_2_IC_H_SIZE 0xF90E4A10          Extra Path 2 Image Cropping Output Horizontal Picture Size Register
CIFEP_2_IC_V_SIZE 0xF90E4A14          Extra Path 2 Image Cropping Output Vertical Picture Size Register
CIFEP_2_IC_MAX_DX 0xF90E4A18          Extra Path 2 Image Cropping Maximum Horizontal Displacement Register
CIFEP_2_IC_MAX_DY 0xF90E4A1C          Extra Path 2 Image Cropping Maximum Vertical Displacement Register
CIFEP_2_IC_DISPLACE 0xF90E4A20          Extra Path 2 Image Cropping Camera Displacement Register
CIFEP_2_IC_H_OFFS_SHD 0xF90E4A24          Extra Path 2 Image Current Horizontal Offset Of Output Window Shadow Register
CIFEP_2_IC_V_OFFS_SHD 0xF90E4A28          Extra Path 2 Image Current Vertical Offset Of Output Window Shadow Register
CIFEP_2_IC_H_SIZE_SHD 0xF90E4A2C          Extra Path 2 Image Current Output Horizontal Picture Size Shadow Register
CIFEP_2_IC_V_SIZE_SHD 0xF90E4A30          Extra Path 2 Image Current Output Vertical Picture Size Shadow Register
CIFEP_3_IC_CTRL 0xF90E4B00          Extra Path 3 Image Cropping Control Register
CIFEP_3_IC_RECENTER 0xF90E4B04          Extra Path 3 Image Cropping Recenter Register
CIFEP_3_IC_H_OFFS 0xF90E4B08          Extra Path 3 Image Cropping Horizontal Offset of Output Window Register
CIFEP_3_IC_V_OFFS 0xF90E4B0C          Extra Path 3 Image Cropping Vertical Offset Of Output Window Register
CIFEP_3_IC_H_SIZE 0xF90E4B10          Extra Path 3 Image Cropping Output Horizontal Picture Size Register
CIFEP_3_IC_V_SIZE 0xF90E4B14          Extra Path 3 Image Cropping Output Vertical Picture Size Register
CIFEP_3_IC_MAX_DX 0xF90E4B18          Extra Path 3 Image Cropping Maximum Horizontal Displacement Register
CIFEP_3_IC_MAX_DY 0xF90E4B1C          Extra Path 3 Image Cropping Maximum Vertical Displacement Register
CIFEP_3_IC_DISPLACE 0xF90E4B20          Extra Path 3 Image Cropping Camera Displacement Register
CIFEP_3_IC_H_OFFS_SHD 0xF90E4B24          Extra Path 3 Image Current Horizontal Offset Of Output Window Shadow Register
CIFEP_3_IC_V_OFFS_SHD 0xF90E4B28          Extra Path 3 Image Current Vertical Offset Of Output Window Shadow Register
CIFEP_3_IC_H_SIZE_SHD 0xF90E4B2C          Extra Path 3 Image Current Output Horizontal Picture Size Shadow Register
CIFEP_3_IC_V_SIZE_SHD 0xF90E4B30          Extra Path 3 Image Current Output Vertical Picture Size Shadow Register
CIFEP_4_IC_CTRL 0xF90E4C00          Extra Path 4 Image Cropping Control Register
CIFEP_4_IC_RECENTER 0xF90E4C04          Extra Path 4 Image Cropping Recenter Register
CIFEP_4_IC_H_OFFS 0xF90E4C08          Extra Path 4 Image Cropping Horizontal Offset of Output Window Register
CIFEP_4_IC_V_OFFS 0xF90E4C0C          Extra Path 4 Image Cropping Vertical Offset Of Output Window Register
CIFEP_4_IC_H_SIZE 0xF90E4C10          Extra Path 4 Image Cropping Output Horizontal Picture Size Register
CIFEP_4_IC_V_SIZE 0xF90E4C14          Extra Path 4 Image Cropping Output Vertical Picture Size Register
CIFEP_4_IC_MAX_DX 0xF90E4C18          Extra Path 4 Image Cropping Maximum Horizontal Displacement Register
CIFEP_4_IC_MAX_DY 0xF90E4C1C          Extra Path 4 Image Cropping Maximum Vertical Displacement Register
CIFEP_4_IC_DISPLACE 0xF90E4C20          Extra Path 4 Image Cropping Camera Displacement Register
CIFEP_4_IC_H_OFFS_SHD 0xF90E4C24          Extra Path 4 Image Current Horizontal Offset Of Output Window Shadow Register
CIFEP_4_IC_V_OFFS_SHD 0xF90E4C28          Extra Path 4 Image Current Vertical Offset Of Output Window Shadow Register
CIFEP_4_IC_H_SIZE_SHD 0xF90E4C2C          Extra Path 4 Image Current Output Horizontal Picture Size Shadow Register
CIFEP_4_IC_V_SIZE_SHD 0xF90E4C30          Extra Path 4 Image Current Output Vertical Picture Size Shadow Register
CIFEP_5_IC_CTRL 0xF90E4D00          Extra Path 5 Image Cropping Control Register
CIFEP_5_IC_RECENTER 0xF90E4D04          Extra Path 5 Image Cropping Recenter Register
CIFEP_5_IC_H_OFFS 0xF90E4D08          Extra Path 5 Image Cropping Horizontal Offset of Output Window Register
CIFEP_5_IC_V_OFFS 0xF90E4D0C          Extra Path 5 Image Cropping Vertical Offset Of Output Window Register
CIFEP_5_IC_H_SIZE 0xF90E4D10          Extra Path 5 Image Cropping Output Horizontal Picture Size Register
CIFEP_5_IC_V_SIZE 0xF90E4D14          Extra Path 5 Image Cropping Output Vertical Picture Size Register
CIFEP_5_IC_MAX_DX 0xF90E4D18          Extra Path 5 Image Cropping Maximum Horizontal Displacement Register
CIFEP_5_IC_MAX_DY 0xF90E4D1C          Extra Path 5 Image Cropping Maximum Vertical Displacement Register
CIFEP_5_IC_DISPLACE 0xF90E4D20          Extra Path 5 Image Cropping Camera Displacement Register
CIFEP_5_IC_H_OFFS_SHD 0xF90E4D24          Extra Path 5 Image Current Horizontal Offset Of Output Window Shadow Register
CIFEP_5_IC_V_OFFS_SHD 0xF90E4D28          Extra Path 5 Image Current Vertical Offset Of Output Window Shadow Register
CIFEP_5_IC_H_SIZE_SHD 0xF90E4D2C          Extra Path 5 Image Current Output Horizontal Picture Size Shadow Register
CIFEP_5_IC_V_SIZE_SHD 0xF90E4D30          Extra Path 5 Image Current Output Vertical Picture Size Shadow Register
CIFMIEP_STA_ERR 0xF90E5400          Extra Path Error Register
CIFMIEP_STA_ERR_CLR 0xF90E5404          Extra Path Error Clear Register
CIFMIEP_IMSC    0xF90E5408          MI Extra Path Interrupt Mask ?1?: interrupt active, ?0?: interrupt masked
CIFMIEP_RIS     0xF90E540C          MI Extra Path Raw Interrupt Status Register
CIFMIEP_MIS     0xF90E5410          MI Extra Path Masked Interrupt Status Register
CIFMIEP_ICR     0xF90E5414          MI Extra Path Interrupt Clear Register
CIFMIEP_ISR     0xF90E5418          MI Extra Path Interrupt Set Register
CIFMIEP_1_CTRL  0xF90E5500          Memory Interface Extra Path 1 Control Register
CIFMIEP_1_INIT  0xF90E5504          Memory Interface Extra Path 1 Control Register For Address Init And Skip Function Register
CIFMIEP_1_BASE_AD_INIT 0xF90E5508          Memory Interface Base Address For Extra Path 1 Data Buffer Register
CIFMIEP_1_SIZE_INIT 0xF90E550C          Memory Interface Size of Extra Path 1 Data Buffer Register
CIFMIEP_1_OFFS_CNT_INIT 0xF90E5510          Memory Interface Offset Counter Init Value For Extra Path 1 Buffer Register
CIFMIEP_1_OFFS_CNT_START 0xF90E5514          Memory Interface Offset Counter Start Value For Extra Path 1 Register
CIFMIEP_1_IRQ_OFFS_INIT 0xF90E5518          Memory Interface Fill Level Interrupt Offset Value For Extra Path 1 Register
CIFMIEP_1_CTRL_SHD 0xF90E551C          Memory Interface Extra Path 1 Control Internal Shadow Register
CIFMIEP_1_BASE_AD_SHD 0xF90E5520          Memory Interface Base Address Shadow Register for Extra Path 1 Buffer Register
CIFMIEP_1_SIZE_SHD 0xF90E5524          Memory Interface Size Shadow Register of Extra Path 1 Buffer Register
CIFMIEP_1_OFFS_CNT_SHD 0xF90E5528          Memory Interface Current Offset Counter of Extra Path 1 Buffer Register
CIFMIEP_1_IRQ_OFFS_SHD 0xF90E552C          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Extra Path 1 Register
CIFMIEP_2_CTRL  0xF90E5600          Memory Interface Extra Path 2 Control Register
CIFMIEP_2_INIT  0xF90E5604          Memory Interface Extra Path 2 Control Register For Address Init And Skip Function Register
CIFMIEP_2_BASE_AD_INIT 0xF90E5608          Memory Interface Base Address For Extra Path 2 Data Buffer Register
CIFMIEP_2_SIZE_INIT 0xF90E560C          Memory Interface Size of Extra Path 2 Data Buffer Register
CIFMIEP_2_OFFS_CNT_INIT 0xF90E5610          Memory Interface Offset Counter Init Value For Extra Path 2 Buffer Register
CIFMIEP_2_OFFS_CNT_START 0xF90E5614          Memory Interface Offset Counter Start Value For Extra Path 2 Register
CIFMIEP_2_IRQ_OFFS_INIT 0xF90E5618          Memory Interface Fill Level Interrupt Offset Value For Extra Path 2 Register
CIFMIEP_2_CTRL_SHD 0xF90E561C          Memory Interface Extra Path 2 Control Internal Shadow Register
CIFMIEP_2_BASE_AD_SHD 0xF90E5620          Memory Interface Base Address Shadow Register for Extra Path 2 Buffer Register
CIFMIEP_2_SIZE_SHD 0xF90E5624          Memory Interface Size Shadow Register of Extra Path 2 Buffer Register
CIFMIEP_2_OFFS_CNT_SHD 0xF90E5628          Memory Interface Current Offset Counter of Extra Path 2 Buffer Register
CIFMIEP_2_IRQ_OFFS_SHD 0xF90E562C          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Extra Path 2 Register
CIFMIEP_3_CTRL  0xF90E5700          Memory Interface Extra Path 3 Control Register
CIFMIEP_3_INIT  0xF90E5704          Memory Interface Extra Path 3 Control Register For Address Init And Skip Function Register
CIFMIEP_3_BASE_AD_INIT 0xF90E5708          Memory Interface Base Address For Extra Path 3 Data Buffer Register
CIFMIEP_3_SIZE_INIT 0xF90E570C          Memory Interface Size of Extra Path 3 Data Buffer Register
CIFMIEP_3_OFFS_CNT_INIT 0xF90E5710          Memory Interface Offset Counter Init Value For Extra Path 3 Buffer Register
CIFMIEP_3_OFFS_CNT_START 0xF90E5714          Memory Interface Offset Counter Start Value For Extra Path 3 Register
CIFMIEP_3_IRQ_OFFS_INIT 0xF90E5718          Memory Interface Fill Level Interrupt Offset Value For Extra Path 3 Register
CIFMIEP_3_CTRL_SHD 0xF90E571C          Memory Interface Extra Path 3 Control Internal Shadow Register
CIFMIEP_3_BASE_AD_SHD 0xF90E5720          Memory Interface Base Address Shadow Register for Extra Path 3 Buffer Register
CIFMIEP_3_SIZE_SHD 0xF90E5724          Memory Interface Size Shadow Register of Extra Path 3 Buffer Register
CIFMIEP_3_OFFS_CNT_SHD 0xF90E5728          Memory Interface Current Offset Counter of Extra Path 3 Buffer Register
CIFMIEP_3_IRQ_OFFS_SHD 0xF90E572C          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Extra Path 3 Register
CIFMIEP_4_CTRL  0xF90E5800          Memory Interface Extra Path 4 Control Register
CIFMIEP_4_INIT  0xF90E5804          Memory Interface Extra Path 4 Control Register For Address Init And Skip Function Register
CIFMIEP_4_BASE_AD_INIT 0xF90E5808          Memory Interface Base Address For Extra Path 4 Data Buffer Register
CIFMIEP_4_SIZE_INIT 0xF90E580C          Memory Interface Size of Extra Path 4 Data Buffer Register
CIFMIEP_4_OFFS_CNT_INIT 0xF90E5810          Memory Interface Offset Counter Init Value For Extra Path 4 Buffer Register
CIFMIEP_4_OFFS_CNT_START 0xF90E5814          Memory Interface Offset Counter Start Value For Extra Path 4 Register
CIFMIEP_4_IRQ_OFFS_INIT 0xF90E5818          Memory Interface Fill Level Interrupt Offset Value For Extra Path 4 Register
CIFMIEP_4_CTRL_SHD 0xF90E581C          Memory Interface Extra Path 4 Control Internal Shadow Register
CIFMIEP_4_BASE_AD_SHD 0xF90E5820          Memory Interface Base Address Shadow Register for Extra Path 4 Buffer Register
CIFMIEP_4_SIZE_SHD 0xF90E5824          Memory Interface Size Shadow Register of Extra Path 4 Buffer Register
CIFMIEP_4_OFFS_CNT_SHD 0xF90E5828          Memory Interface Current Offset Counter of Extra Path 4 Buffer Register
CIFMIEP_4_IRQ_OFFS_SHD 0xF90E582C          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Extra Path 4 Register
CIFMIEP_5_CTRL  0xF90E5900          Memory Interface Extra Path 5 Control Register
CIFMIEP_5_INIT  0xF90E5904          Memory Interface Extra Path 5 Control Register For Address Init And Skip Function Register
CIFMIEP_5_BASE_AD_INIT 0xF90E5908          Memory Interface Base Address For Extra Path 5 Data Buffer Register
CIFMIEP_5_SIZE_INIT 0xF90E590C          Memory Interface Size of Extra Path 5 Data Buffer Register
CIFMIEP_5_OFFS_CNT_INIT 0xF90E5910          Memory Interface Offset Counter Init Value For Extra Path 5 Buffer Register
CIFMIEP_5_OFFS_CNT_START 0xF90E5914          Memory Interface Offset Counter Start Value For Extra Path 5 Register
CIFMIEP_5_IRQ_OFFS_INIT 0xF90E5918          Memory Interface Fill Level Interrupt Offset Value For Extra Path 5 Register
CIFMIEP_5_CTRL_SHD 0xF90E591C          Memory Interface Extra Path 5 Control Internal Shadow Register
CIFMIEP_5_BASE_AD_SHD 0xF90E5920          Memory Interface Base Address Shadow Register for Extra Path 5 Buffer Register
CIFMIEP_5_SIZE_SHD 0xF90E5924          Memory Interface Size Shadow Register of Extra Path 5 Buffer Register
CIFMIEP_5_OFFS_CNT_SHD 0xF90E5928          Memory Interface Current Offset Counter of Extra Path 5 Buffer Register
CIFMIEP_5_IRQ_OFFS_SHD 0xF90E592C          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Extra Path 5 Register
EMEM_CLC        0xF90E6000          Clock Control Register
EMEM_ID         0xF90E6008          Module Identification Register
EMEM_TILECONFIG 0xF90E6020          Tile Configuration Register
EMEM_TILESTATE  0xF90E602C          Tile Status Register
EMEM_SBRCTR     0xF90E6034          Standby RAM Control Register
EMEM_TILECONFIGXM 0xF90E6040          Extended Tile Configuration Register
EMEM_TILESTATEXM 0xF90E604C          Extended Tile Status Register
MINIMCDS_CLC    0xF9100000          Clock Control Register
MINIMCDS_OCS    0xF9100004          OCDS Control and Status
MINIMCDS_ID     0xF9100008          Module Identification Register
MINIMCDS_CT     0xF9100010          MCDS Control Register
MINIMCDS_MUX    0xF9100014          MCDS Signal Source Control
MINIMCDS_FIFONOW 0xF9100200          Trace Buffer Write Pointer
MINIMCDS_FIFOBOT 0xF9100204          Trace Buffer Bottom Register
MINIMCDS_FIFOPRE 0xF9100208          Trace Buffer PRE/POST Register
MINIMCDS_FIFOTOP 0xF910020C          Trace Buffer Top Register
MINIMCDS_FIFOCTL 0xF9100210          Trace Buffer Control Register
MINIMCDS_FIFOWARN0 0xF9100214          Trace Buffer Comparator Register
MINIMCDS_FIFOWARN1 0xF9100218          Trace Buffer Comparator Register
MINIMCDS_TSUREFCNT 0xF9100400          Clock Counter Register
MINIMCDS_TSUPRSCL 0xF9100404          Clock Prescaler Register
MINIMCDS_TSUEMUCNT 0xF9100408          Clock Counter Register
MINIMCDS_MCXEVT0 0xF9100800          Event Definition Register 0
MINIMCDS_MCXEVT1 0xF9100804          Event Definition Register 1
MINIMCDS_MCXEVT2 0xF9100808          Event Definition Register 2
MINIMCDS_MCXEVT3 0xF910080C          Event Definition Register 3
MINIMCDS_MCXEVT4 0xF9100810          Event Definition Register 4
MINIMCDS_MCXEVT5 0xF9100814          Event Definition Register 5
MINIMCDS_MCXEVT6 0xF9100818          Event Definition Register 6
MINIMCDS_MCXEVT7 0xF910081C          Event Definition Register 7
MINIMCDS_MCXEVT8 0xF9100820          Event Definition Register 8
MINIMCDS_MCXEVT9 0xF9100824          Event Definition Register 9
MINIMCDS_MCXEVT10 0xF9100828          Event Definition Register 10
MINIMCDS_MCXEVT11 0xF910082C          Event Definition Register 11
MINIMCDS_MCXEVT12 0xF9100830          Event Definition Register 12
MINIMCDS_MCXEVT13 0xF9100834          Event Definition Register 13
MINIMCDS_MCXEVT14 0xF9100838          Event Definition Register 14
MINIMCDS_MCXEVT15 0xF910083C          Event Definition Register 15
MINIMCDS_MCXACT0 0xF9100880          Action Definition Register 0
MINIMCDS_MCXACT1 0xF9100884          Action Definition Register 1
MINIMCDS_MCXACT2 0xF9100888          Action Definition Register 2
MINIMCDS_MCXACT3 0xF910088C          Action Definition Register 3
MINIMCDS_MCXACT4 0xF9100890          Action Definition Register 4
MINIMCDS_MCXACT5 0xF9100894          Action Definition Register 5
MINIMCDS_MCXACT6 0xF9100898          Action Definition Register 6
MINIMCDS_MCXACT7 0xF910089C          Action Definition Register 7
MINIMCDS_MCXACT8 0xF91008A0          Action Definition Register 8
MINIMCDS_MCXACT9 0xF91008A4          Action Definition Register 9
MINIMCDS_MCXACT10 0xF91008A8          Action Definition Register 10
MINIMCDS_MCXACT11 0xF91008AC          Action Definition Register 11
MINIMCDS_MCXACT12 0xF91008B0          Action Definition Register 12
MINIMCDS_MCXACT13 0xF91008B4          Action Definition Register 13
MINIMCDS_MCXACT14 0xF91008B8          Action Definition Register 14
MINIMCDS_MCXACT15 0xF91008BC          Action Definition Register 15
MINIMCDS_MCXACT16 0xF91008C0          Action Definition Register 16
MINIMCDS_MCXACT17 0xF91008C4          Action Definition Register 17
MINIMCDS_MCXACT18 0xF91008C8          Action Definition Register 18
MINIMCDS_MCXACT19 0xF91008CC          Action Definition Register 19
MINIMCDS_MCXACT20 0xF91008D0          Action Definition Register 20
MINIMCDS_MCXACT21 0xF91008D4          Action Definition Register 21
MINIMCDS_MCXACT22 0xF91008D8          Action Definition Register 22
MINIMCDS_MCXACT23 0xF91008DC          Action Definition Register 23
MINIMCDS_MCXACT24 0xF91008E0          Action Definition Register 24
MINIMCDS_MCXACT25 0xF91008E4          Action Definition Register 25
MINIMCDS_MCXACT26 0xF91008E8          Action Definition Register 26
MINIMCDS_MCXACT27 0xF91008EC          Action Definition Register 27
MINIMCDS_MCXACT28 0xF91008F0          Action Definition Register 28
MINIMCDS_MCXACT29 0xF91008F4          Action Definition Register 29
MINIMCDS_MCXACT30 0xF91008F8          Action Definition Register 30
MINIMCDS_MCXACT31 0xF91008FC          Action Definition Register 31
MINIMCDS_MCXACT32 0xF9100900          Action Definition Register 32
MINIMCDS_MCXACT33 0xF9100904          Action Definition Register 33
MINIMCDS_MCXACT34 0xF9100908          Action Definition Register 34
MINIMCDS_MCXACT35 0xF910090C          Action Definition Register 35
MINIMCDS_MCXACT36 0xF9100910          Action Definition Register 36
MINIMCDS_MCXACT37 0xF9100914          Action Definition Register 37
MINIMCDS_MCXACT38 0xF9100918          Action Definition Register 38
MINIMCDS_MCXACT39 0xF910091C          Action Definition Register 39
MINIMCDS_MCXACT40 0xF9100920          Action Definition Register 40
MINIMCDS_MCXCCL0 0xF9100A00          Counter Control Register
MINIMCDS_MCXLMT0 0xF9100A04          Counter Limit Register
MINIMCDS_MCXCNT0 0xF9100A08          Current Count Register
MINIMCDS_MCXCCL1 0xF9100A10          Counter Control Register
MINIMCDS_MCXLMT1 0xF9100A14          Counter Limit Register
MINIMCDS_MCXCNT1 0xF9100A18          Current Count Register
MINIMCDS_MCXCCL2 0xF9100A20          Counter Control Register
MINIMCDS_MCXLMT2 0xF9100A24          Counter Limit Register
MINIMCDS_MCXCNT2 0xF9100A28          Current Count Register
MINIMCDS_MCXCCL3 0xF9100A30          Counter Control Register
MINIMCDS_MCXLMT3 0xF9100A34          Counter Limit Register
MINIMCDS_MCXCNT3 0xF9100A38          Current Count Register
MINIMCDS_MCXCCL4 0xF9100A40          Counter Control Register
MINIMCDS_MCXLMT4 0xF9100A44          Counter Limit Register
MINIMCDS_MCXCNT4 0xF9100A48          Current Count Register
MINIMCDS_MCXCCL5 0xF9100A50          Counter Control Register
MINIMCDS_MCXLMT5 0xF9100A54          Counter Limit Register
MINIMCDS_MCXCNT5 0xF9100A58          Current Count Register
MINIMCDS_MCXCCL6 0xF9100A60          Counter Control Register
MINIMCDS_MCXLMT6 0xF9100A64          Counter Limit Register
MINIMCDS_MCXCNT6 0xF9100A68          Current Count Register
MINIMCDS_MCXCCL7 0xF9100A70          Counter Control Register
MINIMCDS_MCXLMT7 0xF9100A74          Counter Limit Register
MINIMCDS_MCXCNT7 0xF9100A78          Current Count Register
MINIMCDS_TCXDCSTS 0xF9102000          Debug Status Register
MINIMCDS_TCXCIP 0xF9102008          Current Instruction Pointer
MINIMCDS_TCXCFT 0xF910200C          Compact Function Trace Register
MINIMCDS_TCXEABND0 0xF9102400          Comparator Bound Register 0
MINIMCDS_TCXEARNG0 0xF9102404          Comparator Range Register 0
MINIMCDS_TCXEABND1 0xF9102410          Comparator Bound Register 1
MINIMCDS_TCXEARNG1 0xF9102414          Comparator Range Register 1
MINIMCDS_TCXWDBND0 0xF9102480          Comparator Bound Register 0
MINIMCDS_TCXWDRNG0 0xF9102488          Comparator Range Register 0
MINIMCDS_TCXWDMSK0 0xF9102490          Comparator Mask Register 0
MINIMCDS_TCXWDSGN0 0xF910249C          Comparator Sign Register 0
MINIMCDS_TCXWDBND1 0xF91024A0          Comparator Bound Register 1
MINIMCDS_TCXWDRNG1 0xF91024A8          Comparator Range Register 1
MINIMCDS_TCXWDMSK1 0xF91024B0          Comparator Mask Register 1
MINIMCDS_TCXWDSGN1 0xF91024BC          Comparator Sign Register 1
MINIMCDS_TCXIPBND0 0xF9103000          Comparator Bound Register 0
MINIMCDS_TCXIPRNG0 0xF9103004          Comparator Range Register 0
MINIMCDS_TCXIPBND1 0xF9103010          Comparator Bound Register 1
MINIMCDS_TCXIPRNG1 0xF9103014          Comparator Range Register 1

; this chip implements TriCore v1.6.2 instruction set
.tc3xx/tc32xLP
; MEMORY MAP
area DATA CPU0_DSPR       0x70000000:0x7003C000   CPU0 Data Scratch Pad SRAM
area DATA CPU0_DCACHE     0x7003C000:0x70040000   CPU0 Data Cache SRAM
area DATA CPU0_DTAG       0x700C0000:0x700C1800   CPU0 Data Cache TAG SRAM
area CODE CPU0_PSPR       0x70100000:0x70110000   CPU0 Program Scratch Pad SRAM
area CODE CPU0_PCACHE     0x70110000:0x70118000   CPU0 Program Cache SRAM
area CODE CPU0_PTAG       0x701C0000:0x701C3000   CPU0 Program Cache TAG SRAM
area DATA EBU             0x82000000:0x88000000   External EBU Space, cached
area DATA OLDA            0x8FE00000:0x8FE80000   Online Data Acquisition, cached
area CODE BROM            0x8FFF0000:0x90000000   Boot ROM, cached
area DATA LMURAM          0x90000000:0x90120000   LMU SRAM, cached
area DATA DAM             0x90400000:0x90420000   DAM, cached
area DATA TRAM            0x98000000:0x98002000   miniMCDS Trace SRAM, cached
area DATA EMEM            0x98E00000:0x99400000   EMEM, cached
area CODE PFLASH0_NC      0xA0000000:0xA0300000   Program Flash 0, non-cached
area CODE PFLASH1_NC      0xA0300000:0xA0600000   Program Flash 1, non-cached
area CODE PFLASH2_NC      0xA0600000:0xA0900000   Program Flash 2, non-cached
area CODE PFLASH3_NC      0xA0900000:0xA0C00000   Program Flash 3, non-cached
area CODE PFLASH4_NC      0xA0C00000:0xA0F00000   Program Flash 4, non-cached
area CODE PFLASH5_NC      0xA0F00000:0xA1000000   Program Flash 5, non-cached
area DATA EBU_NC          0xA2000000:0xA8000000   External EBU Space, non-cached
area DATA EC0             0xA8000000:0xA8004000   Erase Counter 0, non-cached
area DATA PFI0            0xA8080000:0xA80C0000   PFI User Registers 0, non-cached
area DATA EC1             0xA8300000:0xA8304000   Erase Counter 1, non-cached
area DATA PFI1            0xA8380000:0xA83C0000   PFI User Registers 1, non-cached
area DATA EC2             0xA8600000:0xA8604000   Erase Counter 2, non-cached
area DATA PFI2            0xA8680000:0xA86C0000   PFI User Registers 2, non-cached
area DATA EC3             0xA8900000:0xA8904000   Erase Counter 3, non-cached
area DATA PFI3            0xA8980000:0xA89C0000   PFI User Registers 3, non-cached
area DATA EC4             0xA8C00000:0xA8C04000   Erase Counter 4, non-cached
area DATA PFI4            0xA8C80000:0xA8CC0000   PFI User Registers 4, non-cached
area DATA EC5             0xA8F00000:0xA8F04000   Erase Counter 5, non-cached
area DATA PFI5            0xA8F80000:0xA8FC0000   PFI User Registers 5, non-cached
area DATA DFLASH0_EEPROM_NC 0xAF000000:0xAF100000   Data Flash 0 EEPROM, non-cached
area DATA DFLASH0_UCB_NC  0xAF400000:0xAF406000   Data Flash 0 UCB, non-cached
area DATA DFLASH0_CFS_NC  0xAF800000:0xAF810000   Data Flash 0 CFS, non-cached
area DATA DFLASH1_EEPROM_NC 0xAFC00000:0xAFC20000   Data Flash 1 EEPROM, non-cached
area DATA OLDA_NC         0xAFE00000:0xAFE80000   Online Data Acquisition, non-cached
area CODE BROM_NC         0xAFFF0000:0xB0000000   Boot ROM, non-cached
area DATA LMU_NC          0xB0000000:0xB0120000   LMU, non-cached
area DATA DAM_NC          0xB0400000:0xB0420000   DAM, non-cached
area DATA TRAM_NC         0xB8000000:0xB8002000   miniMCDS Trace SRAM, non-cached
area DATA EMEM_NC         0xB8E00000:0xB9400000   EMEM, non-cached
area DATA XTM_NC          0xB9400000:0xB9480000   Extra Trace Memory, non-cached
area DATA REGISTERS       0xF0000000:0xFF120000   Core SFRs and GPRs
; REGISTERS
PFI0_ECCR       0xA8080000          ECC Read Register
PFI0_ECCS       0xA8080020          ECC Status Register
PFI0_SBABRECORD0 0xA8082000          SBAB Record 0
PFI0_SBABRECORD1 0xA8082020          SBAB Record 1
PFI0_SBABRECORD2 0xA8082040          SBAB Record 2
PFI0_SBABRECORD3 0xA8082060          SBAB Record 3
PFI0_SBABRECORD4 0xA8082080          SBAB Record 4
PFI0_SBABRECORD5 0xA80820A0          SBAB Record 5
PFI0_SBABRECORD6 0xA80820C0          SBAB Record 6
PFI0_SBABRECORD7 0xA80820E0          SBAB Record 7
PFI0_SBABRECORD8 0xA8082100          SBAB Record 8
PFI0_SBABRECORD9 0xA8082120          SBAB Record 9
PFI0_SBABRECORD10 0xA8082140          SBAB Record 10
PFI0_SBABRECORD11 0xA8082160          SBAB Record 11
PFI0_SBABRECORD12 0xA8082180          SBAB Record 12
PFI0_SBABRECORD13 0xA80821A0          SBAB Record 13
PFI0_SBABRECORD14 0xA80821C0          SBAB Record 14
PFI0_SBABRECORD15 0xA80821E0          SBAB Record 15
PFI0_SBABRECORD16 0xA8082200          SBAB Record 16
PFI0_DBABRECORD0 0xA8084000          DBAB Record 0
PFI0_DBABRECORD1 0xA8084020          DBAB Record 1
PFI0_MBABRECORD0 0xA8088000          MBAB Record 0
PFI0_ZBABRECORD0 0xA808C000          ZBAB Record 0
PFI0_ZBABRECORD1 0xA808C020          ZBAB Record 1
PFI0_ZBABRECORD2 0xA808C040          ZBAB Record 2
PFI0_ZBABRECORD3 0xA808C060          ZBAB Record 3
FCE_CLC         0xF0000000          Clock Control Register
FCE_ID          0xF0000008          Module Identification Register
FCE_CHSTS       0xF0000020          Channels Status Register
FCE_KRSTCLR     0xF00000EC          Kernel Reset Status Clear Register
FCE_KRST1       0xF00000F0          Kernel Reset Register 1
FCE_KRST0       0xF00000F4          Kernel Reset Register 0
FCE_ACCEN1      0xF00000F8          Access Enable Register 1
FCE_ACCEN0      0xF00000FC          Access Enable Register 0
FCE_IR0         0xF0000100          Input Register 0
FCE_RES0        0xF0000104          CRC Result Register 0
FCE_CFG0        0xF0000108          CRC Configuration Register 0
FCE_STS0        0xF000010C          CRC Status Register 0
FCE_LENGTH0     0xF0000110          CRC Length Register 0
FCE_CHECK0      0xF0000114          CRC Check Register 0
FCE_CRC0        0xF0000118          CRC Regsister 0
FCE_CTR0        0xF000011C          CRC Test Register 0
FCE_IR1         0xF0000120          Input Register 1
FCE_RES1        0xF0000124          CRC Result Register 1
FCE_CFG1        0xF0000128          CRC Configuration Register 1
FCE_STS1        0xF000012C          CRC Status Register 1
FCE_LENGTH1     0xF0000130          CRC Length Register 1
FCE_CHECK1      0xF0000134          CRC Check Register 1
FCE_CRC1        0xF0000138          CRC Regsister 1
FCE_CTR1        0xF000013C          CRC Test Register 1
FCE_IR2         0xF0000140          Input Register 2
FCE_RES2        0xF0000144          CRC Result Register 2
FCE_CFG2        0xF0000148          CRC Configuration Register 2
FCE_STS2        0xF000014C          CRC Status Register 2
FCE_LENGTH2     0xF0000150          CRC Length Register 2
FCE_CHECK2      0xF0000154          CRC Check Register 2
FCE_CRC2        0xF0000158          CRC Regsister 2
FCE_CTR2        0xF000015C          CRC Test Register 2
FCE_IR3         0xF0000160          Input Register 3
FCE_RES3        0xF0000164          CRC Result Register 3
FCE_CFG3        0xF0000168          CRC Configuration Register 3
FCE_STS3        0xF000016C          CRC Status Register 3
FCE_LENGTH3     0xF0000170          CRC Length Register 3
FCE_CHECK3      0xF0000174          CRC Check Register 3
FCE_CRC3        0xF0000178          CRC Regsister 3
FCE_CTR3        0xF000017C          CRC Test Register 3
FCE_IR4         0xF0000180          Input Register 4
FCE_RES4        0xF0000184          CRC Result Register 4
FCE_CFG4        0xF0000188          CRC Configuration Register 4
FCE_STS4        0xF000018C          CRC Status Register 4
FCE_LENGTH4     0xF0000190          CRC Length Register 4
FCE_CHECK4      0xF0000194          CRC Check Register 4
FCE_CRC4        0xF0000198          CRC Regsister 4
FCE_CTR4        0xF000019C          CRC Test Register 4
FCE_IR5         0xF00001A0          Input Register 5
FCE_RES5        0xF00001A4          CRC Result Register 5
FCE_CFG5        0xF00001A8          CRC Configuration Register 5
FCE_STS5        0xF00001AC          CRC Status Register 5
FCE_LENGTH5     0xF00001B0          CRC Length Register 5
FCE_CHECK5      0xF00001B4          CRC Check Register 5
FCE_CRC5        0xF00001B8          CRC Regsister 5
FCE_CTR5        0xF00001BC          CRC Test Register 5
FCE_IR6         0xF00001C0          Input Register 6
FCE_RES6        0xF00001C4          CRC Result Register 6
FCE_CFG6        0xF00001C8          CRC Configuration Register 6
FCE_STS6        0xF00001CC          CRC Status Register 6
FCE_LENGTH6     0xF00001D0          CRC Length Register 6
FCE_CHECK6      0xF00001D4          CRC Check Register 6
FCE_CRC6        0xF00001D8          CRC Regsister 6
FCE_CTR6        0xF00001DC          CRC Test Register 6
FCE_IR7         0xF00001E0          Input Register 7
FCE_RES7        0xF00001E4          CRC Result Register 7
FCE_CFG7        0xF00001E8          CRC Configuration Register 7
FCE_STS7        0xF00001EC          CRC Status Register 7
FCE_LENGTH7     0xF00001F0          CRC Length Register 7
FCE_CHECK7      0xF00001F4          CRC Check Register 7
FCE_CRC7        0xF00001F8          CRC Regsister 7
FCE_CTR7        0xF00001FC          CRC Test Register 7
CBS_JDPID       0xF0000408          Module Identification Register
CBS_OIFM        0xF000040C          OCDS Interface Mode Register
CBS_TIPR        0xF0000410          TG Input Pins Routing
CBS_TOPR        0xF0000414          TG Output Pins Routing
CBS_TOPPS       0xF0000418          TG Output Pins Pulse Stretcher
CBS_TCIP        0xF000041C          TG Capture for TG Input Pins
CBS_TRC0        0xF0000420          TG Routing for CPU0
CBS_TRC1        0xF0000424          TG Routing for CPU1
CBS_TRC2        0xF0000428          TG Routing for CPU2
CBS_TRC3        0xF000042C          TG Routing for CPU3
CBS_TRC4        0xF0000430          TG Routing for CPU4
CBS_TRC5        0xF0000434          TG Routing for CPU5
CBS_TRHSM       0xF0000438          TG Routing for HSMControl
CBS_TRMC        0xF000043C          TG Routing for MCDS Control
CBS_TLCC0       0xF0000440          TG Line Counter Control
CBS_TLCC1       0xF0000444          TG Line Counter Control
CBS_TLCV0       0xF0000450          TG Line Counter Value
CBS_TLCV1       0xF0000454          TG Line Counter Value
CBS_TRSS        0xF0000460          TG Routing for Special Signals
CBS_JTAGID      0xF0000464          JTAGDevice Identification Register
CBS_COMDATA     0xF0000468          Communication Mode Data Register
CBS_IOSR        0xF000046C          IOClientStatus and Control Register
CBS_TLS         0xF0000470          TG Line State
CBS_TCTL        0xF0000474          TG Capture for TG Lines
CBS_OEC         0xF0000478          OCDS Enable Control Register
CBS_OCNTRL      0xF000047C          OSCU Control Register
CBS_OSTATE      0xF0000480          OSCUStatus Register
CBS_INTMOD      0xF0000484          Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488          Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C          Internally Controlled Trace Destination Register
CBS_TLC         0xF0000490          TG Line Control
CBS_TL1ST       0xF0000494          TG Line 1 Suspend Targets
CBS_TLCHE       0xF0000498          TG Line Capture and Hold Enable
CBS_TLCHS       0xF000049C          TG Line Capture and Hold Clear
CBS_TRIGS       0xF00004A0          Set Trigger to Host Register
CBS_TRIGC       0xF00004A4          Clear Trigger to Host Register
CBS_TLT         0xF00004A8          TG Line Timer
CBS_TLTTH       0xF00004AC          TG Lines for Trigger to Host
CBS_TCCB        0xF00004B0          TG Capture for Cores - BRKOUT
CBS_TCCH        0xF00004B4          TG Capture for Cores - HALT
CBS_TCTGB       0xF00004B8          TG Capture for OTGB0/1
CBS_TCM         0xF00004BC          TG Capture for MCDS
CBS_TREC0       0xF00004C0          TG Routing Events of CPU0
CBS_TREC1       0xF00004C4          TG Routing Events of CPU1
CBS_TREC2       0xF00004C8          TG Routing Events of CPU2
CBS_TREC3       0xF00004CC          TG Routing Events of CPU3
CBS_TREC4       0xF00004D0          TG Routing Events of CPU4
CBS_TREC5       0xF00004D4          TG Routing Events of CPU5
CBS_TRMT        0xF00004DC          TG Routing for MCDS Triggers
CBS_TRTGB0L     0xF00004E0          TG Routing for OTGB0 Bits [7:0]
CBS_TRTGB0H     0xF00004E4          TG Routing for OTGB0 Bits [15:8]
CBS_TRTGB1L     0xF00004E8          TG Routing for OTGB1 Bits [7:0]
CBS_TRTGB1H     0xF00004EC          TG Routing for OTGB1 Bits [15:8]
CBS_IFSA        0xF00004F0          IFS Address Register
CBS_IFSC        0xF00004F4          IFS Control Register
CBS_TRIG0       0xF0000500          Trigger to Host Register 0
CBS_TRIG1       0xF0000504          Trigger to Host Register 1
CBS_TRIG2       0xF0000508          Trigger to Host Register 2
CBS_TRIG3       0xF000050C          Trigger to Host Register 3
CBS_TRIG4       0xF0000510          Trigger to Host Register 4
CBS_TRIG5       0xF0000514          Trigger to Host Register 5
CBS_ACCEN1      0xF00005F8          Access Enable Register 1
CBS_ACCEN0      0xF00005FC          Access Enable Register 0
ASCLIN0_CLC     0xF0000600          Clock Control Register
ASCLIN0_IOCR    0xF0000604          Input and Output Control Register
ASCLIN0_ID      0xF0000608          Module Identification Register
ASCLIN0_TXFIFOCON 0xF000060C          TX FIFO Configuration Register
ASCLIN0_RXFIFOCON 0xF0000610          RX FIFO Configuration Register
ASCLIN0_BITCON  0xF0000614          Bit Configuration Register
ASCLIN0_FRAMECON 0xF0000618          Frame Control Register
ASCLIN0_DATCON  0xF000061C          Data Configuration Register
ASCLIN0_BRG     0xF0000620          Baud Rate Generation Register
ASCLIN0_BRD     0xF0000624          Baud Rate Detection Register
ASCLIN0_LINCON  0xF0000628          LIN Control Register
ASCLIN0_LINBTIMER 0xF000062C          LIN Break Timer Register
ASCLIN0_LINHTIMER 0xF0000630          LIN Header Timer Register
ASCLIN0_FLAGS   0xF0000634          Flags Register
ASCLIN0_FLAGSSET 0xF0000638          Flags Set Register
ASCLIN0_FLAGSCLEAR 0xF000063C          Flags Clear Register
ASCLIN0_FLAGSENABLE 0xF0000640          Flags Enable Register
ASCLIN0_TXDATA  0xF0000644          Transmit Data Register
ASCLIN0_RXDATA  0xF0000648          Receive Data Register
ASCLIN0_CSR     0xF000064C          Clock Selection Register
ASCLIN0_RXDATAD 0xF0000650          Receive Data Debug Register
ASCLIN0_OCS     0xF00006E8          OCDS Control and Status
ASCLIN0_KRSTCLR 0xF00006EC          Kernel Reset Status Clear Register
ASCLIN0_KRST1   0xF00006F0          Kernel Reset Register 1
ASCLIN0_KRST0   0xF00006F4          Kernel Reset Register 0
ASCLIN0_ACCEN1  0xF00006F8          Access Enable Register 1
ASCLIN0_ACCEN0  0xF00006FC          Access Enable Register 0
ASCLIN1_CLC     0xF0000700          Clock Control Register
ASCLIN1_IOCR    0xF0000704          Input and Output Control Register
ASCLIN1_ID      0xF0000708          Module Identification Register
ASCLIN1_TXFIFOCON 0xF000070C          TX FIFO Configuration Register
ASCLIN1_RXFIFOCON 0xF0000710          RX FIFO Configuration Register
ASCLIN1_BITCON  0xF0000714          Bit Configuration Register
ASCLIN1_FRAMECON 0xF0000718          Frame Control Register
ASCLIN1_DATCON  0xF000071C          Data Configuration Register
ASCLIN1_BRG     0xF0000720          Baud Rate Generation Register
ASCLIN1_BRD     0xF0000724          Baud Rate Detection Register
ASCLIN1_LINCON  0xF0000728          LIN Control Register
ASCLIN1_LINBTIMER 0xF000072C          LIN Break Timer Register
ASCLIN1_LINHTIMER 0xF0000730          LIN Header Timer Register
ASCLIN1_FLAGS   0xF0000734          Flags Register
ASCLIN1_FLAGSSET 0xF0000738          Flags Set Register
ASCLIN1_FLAGSCLEAR 0xF000073C          Flags Clear Register
ASCLIN1_FLAGSENABLE 0xF0000740          Flags Enable Register
ASCLIN1_TXDATA  0xF0000744          Transmit Data Register
ASCLIN1_RXDATA  0xF0000748          Receive Data Register
ASCLIN1_CSR     0xF000074C          Clock Selection Register
ASCLIN1_RXDATAD 0xF0000750          Receive Data Debug Register
ASCLIN1_OCS     0xF00007E8          OCDS Control and Status
ASCLIN1_KRSTCLR 0xF00007EC          Kernel Reset Status Clear Register
ASCLIN1_KRST1   0xF00007F0          Kernel Reset Register 1
ASCLIN1_KRST0   0xF00007F4          Kernel Reset Register 0
ASCLIN1_ACCEN1  0xF00007F8          Access Enable Register 1
ASCLIN1_ACCEN0  0xF00007FC          Access Enable Register 0
ASCLIN2_CLC     0xF0000800          Clock Control Register
ASCLIN2_IOCR    0xF0000804          Input and Output Control Register
ASCLIN2_ID      0xF0000808          Module Identification Register
ASCLIN2_TXFIFOCON 0xF000080C          TX FIFO Configuration Register
ASCLIN2_RXFIFOCON 0xF0000810          RX FIFO Configuration Register
ASCLIN2_BITCON  0xF0000814          Bit Configuration Register
ASCLIN2_FRAMECON 0xF0000818          Frame Control Register
ASCLIN2_DATCON  0xF000081C          Data Configuration Register
ASCLIN2_BRG     0xF0000820          Baud Rate Generation Register
ASCLIN2_BRD     0xF0000824          Baud Rate Detection Register
ASCLIN2_LINCON  0xF0000828          LIN Control Register
ASCLIN2_LINBTIMER 0xF000082C          LIN Break Timer Register
ASCLIN2_LINHTIMER 0xF0000830          LIN Header Timer Register
ASCLIN2_FLAGS   0xF0000834          Flags Register
ASCLIN2_FLAGSSET 0xF0000838          Flags Set Register
ASCLIN2_FLAGSCLEAR 0xF000083C          Flags Clear Register
ASCLIN2_FLAGSENABLE 0xF0000840          Flags Enable Register
ASCLIN2_TXDATA  0xF0000844          Transmit Data Register
ASCLIN2_RXDATA  0xF0000848          Receive Data Register
ASCLIN2_CSR     0xF000084C          Clock Selection Register
ASCLIN2_RXDATAD 0xF0000850          Receive Data Debug Register
ASCLIN2_OCS     0xF00008E8          OCDS Control and Status
ASCLIN2_KRSTCLR 0xF00008EC          Kernel Reset Status Clear Register
ASCLIN2_KRST1   0xF00008F0          Kernel Reset Register 1
ASCLIN2_KRST0   0xF00008F4          Kernel Reset Register 0
ASCLIN2_ACCEN1  0xF00008F8          Access Enable Register 1
ASCLIN2_ACCEN0  0xF00008FC          Access Enable Register 0
ASCLIN3_CLC     0xF0000900          Clock Control Register
ASCLIN3_IOCR    0xF0000904          Input and Output Control Register
ASCLIN3_ID      0xF0000908          Module Identification Register
ASCLIN3_TXFIFOCON 0xF000090C          TX FIFO Configuration Register
ASCLIN3_RXFIFOCON 0xF0000910          RX FIFO Configuration Register
ASCLIN3_BITCON  0xF0000914          Bit Configuration Register
ASCLIN3_FRAMECON 0xF0000918          Frame Control Register
ASCLIN3_DATCON  0xF000091C          Data Configuration Register
ASCLIN3_BRG     0xF0000920          Baud Rate Generation Register
ASCLIN3_BRD     0xF0000924          Baud Rate Detection Register
ASCLIN3_LINCON  0xF0000928          LIN Control Register
ASCLIN3_LINBTIMER 0xF000092C          LIN Break Timer Register
ASCLIN3_LINHTIMER 0xF0000930          LIN Header Timer Register
ASCLIN3_FLAGS   0xF0000934          Flags Register
ASCLIN3_FLAGSSET 0xF0000938          Flags Set Register
ASCLIN3_FLAGSCLEAR 0xF000093C          Flags Clear Register
ASCLIN3_FLAGSENABLE 0xF0000940          Flags Enable Register
ASCLIN3_TXDATA  0xF0000944          Transmit Data Register
ASCLIN3_RXDATA  0xF0000948          Receive Data Register
ASCLIN3_CSR     0xF000094C          Clock Selection Register
ASCLIN3_RXDATAD 0xF0000950          Receive Data Debug Register
ASCLIN3_OCS     0xF00009E8          OCDS Control and Status
ASCLIN3_KRSTCLR 0xF00009EC          Kernel Reset Status Clear Register
ASCLIN3_KRST1   0xF00009F0          Kernel Reset Register 1
ASCLIN3_KRST0   0xF00009F4          Kernel Reset Register 0
ASCLIN3_ACCEN1  0xF00009F8          Access Enable Register 1
ASCLIN3_ACCEN0  0xF00009FC          Access Enable Register 0
ASCLIN4_CLC     0xF0000A00          Clock Control Register
ASCLIN4_IOCR    0xF0000A04          Input and Output Control Register
ASCLIN4_ID      0xF0000A08          Module Identification Register
ASCLIN4_TXFIFOCON 0xF0000A0C          TX FIFO Configuration Register
ASCLIN4_RXFIFOCON 0xF0000A10          RX FIFO Configuration Register
ASCLIN4_BITCON  0xF0000A14          Bit Configuration Register
ASCLIN4_FRAMECON 0xF0000A18          Frame Control Register
ASCLIN4_DATCON  0xF0000A1C          Data Configuration Register
ASCLIN4_BRG     0xF0000A20          Baud Rate Generation Register
ASCLIN4_BRD     0xF0000A24          Baud Rate Detection Register
ASCLIN4_LINCON  0xF0000A28          LIN Control Register
ASCLIN4_LINBTIMER 0xF0000A2C          LIN Break Timer Register
ASCLIN4_LINHTIMER 0xF0000A30          LIN Header Timer Register
ASCLIN4_FLAGS   0xF0000A34          Flags Register
ASCLIN4_FLAGSSET 0xF0000A38          Flags Set Register
ASCLIN4_FLAGSCLEAR 0xF0000A3C          Flags Clear Register
ASCLIN4_FLAGSENABLE 0xF0000A40          Flags Enable Register
ASCLIN4_TXDATA  0xF0000A44          Transmit Data Register
ASCLIN4_RXDATA  0xF0000A48          Receive Data Register
ASCLIN4_CSR     0xF0000A4C          Clock Selection Register
ASCLIN4_RXDATAD 0xF0000A50          Receive Data Debug Register
ASCLIN4_OCS     0xF0000AE8          OCDS Control and Status
ASCLIN4_KRSTCLR 0xF0000AEC          Kernel Reset Status Clear Register
ASCLIN4_KRST1   0xF0000AF0          Kernel Reset Register 1
ASCLIN4_KRST0   0xF0000AF4          Kernel Reset Register 0
ASCLIN4_ACCEN1  0xF0000AF8          Access Enable Register 1
ASCLIN4_ACCEN0  0xF0000AFC          Access Enable Register 0
ASCLIN5_CLC     0xF0000B00          Clock Control Register
ASCLIN5_IOCR    0xF0000B04          Input and Output Control Register
ASCLIN5_ID      0xF0000B08          Module Identification Register
ASCLIN5_TXFIFOCON 0xF0000B0C          TX FIFO Configuration Register
ASCLIN5_RXFIFOCON 0xF0000B10          RX FIFO Configuration Register
ASCLIN5_BITCON  0xF0000B14          Bit Configuration Register
ASCLIN5_FRAMECON 0xF0000B18          Frame Control Register
ASCLIN5_DATCON  0xF0000B1C          Data Configuration Register
ASCLIN5_BRG     0xF0000B20          Baud Rate Generation Register
ASCLIN5_BRD     0xF0000B24          Baud Rate Detection Register
ASCLIN5_LINCON  0xF0000B28          LIN Control Register
ASCLIN5_LINBTIMER 0xF0000B2C          LIN Break Timer Register
ASCLIN5_LINHTIMER 0xF0000B30          LIN Header Timer Register
ASCLIN5_FLAGS   0xF0000B34          Flags Register
ASCLIN5_FLAGSSET 0xF0000B38          Flags Set Register
ASCLIN5_FLAGSCLEAR 0xF0000B3C          Flags Clear Register
ASCLIN5_FLAGSENABLE 0xF0000B40          Flags Enable Register
ASCLIN5_TXDATA  0xF0000B44          Transmit Data Register
ASCLIN5_RXDATA  0xF0000B48          Receive Data Register
ASCLIN5_CSR     0xF0000B4C          Clock Selection Register
ASCLIN5_RXDATAD 0xF0000B50          Receive Data Debug Register
ASCLIN5_OCS     0xF0000BE8          OCDS Control and Status
ASCLIN5_KRSTCLR 0xF0000BEC          Kernel Reset Status Clear Register
ASCLIN5_KRST1   0xF0000BF0          Kernel Reset Register 1
ASCLIN5_KRST0   0xF0000BF4          Kernel Reset Register 0
ASCLIN5_ACCEN1  0xF0000BF8          Access Enable Register 1
ASCLIN5_ACCEN0  0xF0000BFC          Access Enable Register 0
ASCLIN6_CLC     0xF0000C00          Clock Control Register
ASCLIN6_IOCR    0xF0000C04          Input and Output Control Register
ASCLIN6_ID      0xF0000C08          Module Identification Register
ASCLIN6_TXFIFOCON 0xF0000C0C          TX FIFO Configuration Register
ASCLIN6_RXFIFOCON 0xF0000C10          RX FIFO Configuration Register
ASCLIN6_BITCON  0xF0000C14          Bit Configuration Register
ASCLIN6_FRAMECON 0xF0000C18          Frame Control Register
ASCLIN6_DATCON  0xF0000C1C          Data Configuration Register
ASCLIN6_BRG     0xF0000C20          Baud Rate Generation Register
ASCLIN6_BRD     0xF0000C24          Baud Rate Detection Register
ASCLIN6_LINCON  0xF0000C28          LIN Control Register
ASCLIN6_LINBTIMER 0xF0000C2C          LIN Break Timer Register
ASCLIN6_LINHTIMER 0xF0000C30          LIN Header Timer Register
ASCLIN6_FLAGS   0xF0000C34          Flags Register
ASCLIN6_FLAGSSET 0xF0000C38          Flags Set Register
ASCLIN6_FLAGSCLEAR 0xF0000C3C          Flags Clear Register
ASCLIN6_FLAGSENABLE 0xF0000C40          Flags Enable Register
ASCLIN6_TXDATA  0xF0000C44          Transmit Data Register
ASCLIN6_RXDATA  0xF0000C48          Receive Data Register
ASCLIN6_CSR     0xF0000C4C          Clock Selection Register
ASCLIN6_RXDATAD 0xF0000C50          Receive Data Debug Register
ASCLIN6_OCS     0xF0000CE8          OCDS Control and Status
ASCLIN6_KRSTCLR 0xF0000CEC          Kernel Reset Status Clear Register
ASCLIN6_KRST1   0xF0000CF0          Kernel Reset Register 1
ASCLIN6_KRST0   0xF0000CF4          Kernel Reset Register 0
ASCLIN6_ACCEN1  0xF0000CF8          Access Enable Register 1
ASCLIN6_ACCEN0  0xF0000CFC          Access Enable Register 0
ASCLIN7_CLC     0xF0000D00          Clock Control Register
ASCLIN7_IOCR    0xF0000D04          Input and Output Control Register
ASCLIN7_ID      0xF0000D08          Module Identification Register
ASCLIN7_TXFIFOCON 0xF0000D0C          TX FIFO Configuration Register
ASCLIN7_RXFIFOCON 0xF0000D10          RX FIFO Configuration Register
ASCLIN7_BITCON  0xF0000D14          Bit Configuration Register
ASCLIN7_FRAMECON 0xF0000D18          Frame Control Register
ASCLIN7_DATCON  0xF0000D1C          Data Configuration Register
ASCLIN7_BRG     0xF0000D20          Baud Rate Generation Register
ASCLIN7_BRD     0xF0000D24          Baud Rate Detection Register
ASCLIN7_LINCON  0xF0000D28          LIN Control Register
ASCLIN7_LINBTIMER 0xF0000D2C          LIN Break Timer Register
ASCLIN7_LINHTIMER 0xF0000D30          LIN Header Timer Register
ASCLIN7_FLAGS   0xF0000D34          Flags Register
ASCLIN7_FLAGSSET 0xF0000D38          Flags Set Register
ASCLIN7_FLAGSCLEAR 0xF0000D3C          Flags Clear Register
ASCLIN7_FLAGSENABLE 0xF0000D40          Flags Enable Register
ASCLIN7_TXDATA  0xF0000D44          Transmit Data Register
ASCLIN7_RXDATA  0xF0000D48          Receive Data Register
ASCLIN7_CSR     0xF0000D4C          Clock Selection Register
ASCLIN7_RXDATAD 0xF0000D50          Receive Data Debug Register
ASCLIN7_OCS     0xF0000DE8          OCDS Control and Status
ASCLIN7_KRSTCLR 0xF0000DEC          Kernel Reset Status Clear Register
ASCLIN7_KRST1   0xF0000DF0          Kernel Reset Register 1
ASCLIN7_KRST0   0xF0000DF4          Kernel Reset Register 0
ASCLIN7_ACCEN1  0xF0000DF8          Access Enable Register 1
ASCLIN7_ACCEN0  0xF0000DFC          Access Enable Register 0
ASCLIN8_CLC     0xF0000E00          Clock Control Register
ASCLIN8_IOCR    0xF0000E04          Input and Output Control Register
ASCLIN8_ID      0xF0000E08          Module Identification Register
ASCLIN8_TXFIFOCON 0xF0000E0C          TX FIFO Configuration Register
ASCLIN8_RXFIFOCON 0xF0000E10          RX FIFO Configuration Register
ASCLIN8_BITCON  0xF0000E14          Bit Configuration Register
ASCLIN8_FRAMECON 0xF0000E18          Frame Control Register
ASCLIN8_DATCON  0xF0000E1C          Data Configuration Register
ASCLIN8_BRG     0xF0000E20          Baud Rate Generation Register
ASCLIN8_BRD     0xF0000E24          Baud Rate Detection Register
ASCLIN8_LINCON  0xF0000E28          LIN Control Register
ASCLIN8_LINBTIMER 0xF0000E2C          LIN Break Timer Register
ASCLIN8_LINHTIMER 0xF0000E30          LIN Header Timer Register
ASCLIN8_FLAGS   0xF0000E34          Flags Register
ASCLIN8_FLAGSSET 0xF0000E38          Flags Set Register
ASCLIN8_FLAGSCLEAR 0xF0000E3C          Flags Clear Register
ASCLIN8_FLAGSENABLE 0xF0000E40          Flags Enable Register
ASCLIN8_TXDATA  0xF0000E44          Transmit Data Register
ASCLIN8_RXDATA  0xF0000E48          Receive Data Register
ASCLIN8_CSR     0xF0000E4C          Clock Selection Register
ASCLIN8_RXDATAD 0xF0000E50          Receive Data Debug Register
ASCLIN8_OCS     0xF0000EE8          OCDS Control and Status
ASCLIN8_KRSTCLR 0xF0000EEC          Kernel Reset Status Clear Register
ASCLIN8_KRST1   0xF0000EF0          Kernel Reset Register 1
ASCLIN8_KRST0   0xF0000EF4          Kernel Reset Register 0
ASCLIN8_ACCEN1  0xF0000EF8          Access Enable Register 1
ASCLIN8_ACCEN0  0xF0000EFC          Access Enable Register 0
ASCLIN9_CLC     0xF0000F00          Clock Control Register
ASCLIN9_IOCR    0xF0000F04          Input and Output Control Register
ASCLIN9_ID      0xF0000F08          Module Identification Register
ASCLIN9_TXFIFOCON 0xF0000F0C          TX FIFO Configuration Register
ASCLIN9_RXFIFOCON 0xF0000F10          RX FIFO Configuration Register
ASCLIN9_BITCON  0xF0000F14          Bit Configuration Register
ASCLIN9_FRAMECON 0xF0000F18          Frame Control Register
ASCLIN9_DATCON  0xF0000F1C          Data Configuration Register
ASCLIN9_BRG     0xF0000F20          Baud Rate Generation Register
ASCLIN9_BRD     0xF0000F24          Baud Rate Detection Register
ASCLIN9_LINCON  0xF0000F28          LIN Control Register
ASCLIN9_LINBTIMER 0xF0000F2C          LIN Break Timer Register
ASCLIN9_LINHTIMER 0xF0000F30          LIN Header Timer Register
ASCLIN9_FLAGS   0xF0000F34          Flags Register
ASCLIN9_FLAGSSET 0xF0000F38          Flags Set Register
ASCLIN9_FLAGSCLEAR 0xF0000F3C          Flags Clear Register
ASCLIN9_FLAGSENABLE 0xF0000F40          Flags Enable Register
ASCLIN9_TXDATA  0xF0000F44          Transmit Data Register
ASCLIN9_RXDATA  0xF0000F48          Receive Data Register
ASCLIN9_CSR     0xF0000F4C          Clock Selection Register
ASCLIN9_RXDATAD 0xF0000F50          Receive Data Debug Register
ASCLIN9_OCS     0xF0000FE8          OCDS Control and Status
ASCLIN9_KRSTCLR 0xF0000FEC          Kernel Reset Status Clear Register
ASCLIN9_KRST1   0xF0000FF0          Kernel Reset Register 1
ASCLIN9_KRST0   0xF0000FF4          Kernel Reset Register 0
ASCLIN9_ACCEN1  0xF0000FF8          Access Enable Register 1
ASCLIN9_ACCEN0  0xF0000FFC          Access Enable Register 0
STM0_CLC        0xF0001000          Clock Control Register
STM0_ID         0xF0001008          Module Identification Register
STM0_TIM0       0xF0001010          Timer Register 0
STM0_TIM1       0xF0001014          Timer Register 1
STM0_TIM2       0xF0001018          Timer Register 2
STM0_TIM3       0xF000101C          Timer Register 3
STM0_TIM4       0xF0001020          Timer Register 4
STM0_TIM5       0xF0001024          Timer Register 5
STM0_TIM6       0xF0001028          Timer Register 6
STM0_CAP        0xF000102C          Timer Capture Register
STM0_CMP0       0xF0001030          Compare Register 0
STM0_CMP1       0xF0001034          Compare Register 1
STM0_CMCON      0xF0001038          Compare Match Control Register
STM0_ICR        0xF000103C          Interrupt Control Register
STM0_ISCR       0xF0001040          Interrupt Set/Clear Register
STM0_TIM0SV     0xF0001050          Timer Register 0 Second View
STM0_CAPSV      0xF0001054          Timer Capture Register Second View
STM0_OCS        0xF00010E8          OCDS Control and Status Register
STM0_KRSTCLR    0xF00010EC          Kernel Reset Status Clear Register
STM0_KRST1      0xF00010F0          Kernel Reset Register 1
STM0_KRST0      0xF00010F4          Kernel Reset Register 0
STM0_ACCEN1     0xF00010F8          Access Enable Register 1
STM0_ACCEN0     0xF00010FC          Access Enable Register 0
GPT120_CLC      0xF0001800          Clock Control Register
GPT120_PISEL    0xF0001804          Port Input Select Register
GPT120_ID       0xF0001808          Identification Register
GPT120_T2CON    0xF0001810          Timer T2 Control Register
GPT120_T3CON    0xF0001814          Timer T3 Control Register
GPT120_T4CON    0xF0001818          Timer T4 Control Register
GPT120_T5CON    0xF000181C          Timer T5 Control Register
GPT120_T6CON    0xF0001820          Timer T6 Control Register
GPT120_CAPREL   0xF0001830          Capture and Reload Register
GPT120_T2       0xF0001834          Timer T2 Register
GPT120_T3       0xF0001838          Timer T3 Register
GPT120_T4       0xF000183C          Timer T4 Register
GPT120_T5       0xF0001840          Timer T5 Register
GPT120_T6       0xF0001844          Timer T6 Register
GPT120_OCS      0xF00018E8          OCDS Control and Status Register
GPT120_KRSTCLR  0xF00018EC          Kernel Reset Status Clear Register
GPT120_KRST1    0xF00018F0          Kernel Reset Register 1
GPT120_KRST0    0xF00018F4          Kernel Reset Register 0
GPT120_ACCEN0   0xF00018FC          Access Enable Register 0
QSPI0_CLC       0xF0001C00          Clock Control Register
QSPI0_PISEL     0xF0001C04          Port Input Select Register
QSPI0_ID        0xF0001C08          Module Identification Register
QSPI0_GLOBALCON 0xF0001C10          Global Configuration Register
QSPI0_GLOBALCON1 0xF0001C14          Global Configuration Register 1
QSPI0_BACON     0xF0001C18          Basic Configuration Register
QSPI0_ECON0     0xF0001C20          Configuration Extension 0
QSPI0_ECON1     0xF0001C24          Configuration Extension 1
QSPI0_ECON2     0xF0001C28          Configuration Extension 2
QSPI0_ECON3     0xF0001C2C          Configuration Extension 3
QSPI0_ECON4     0xF0001C30          Configuration Extension 4
QSPI0_ECON5     0xF0001C34          Configuration Extension 5
QSPI0_ECON6     0xF0001C38          Configuration Extension 6
QSPI0_ECON7     0xF0001C3C          Configuration Extension 7
QSPI0_STATUS    0xF0001C40          Status Register
QSPI0_STATUS1   0xF0001C44          Status Register 1
QSPI0_SSOC      0xF0001C48          Slave Select Output Control Register
QSPI0_FLAGSCLEAR 0xF0001C54          Flags Clear Register
QSPI0_XXLCON    0xF0001C58          Extra Large Data Configuration Register
QSPI0_MIXENTRY  0xF0001C5C          MIX_ENTRY Register
QSPI0_BACONENTRY 0xF0001C60          BACON_ENTRY Register
QSPI0_DATAENTRY0 0xF0001C64          DATA_ENTRY Register 0
QSPI0_DATAENTRY1 0xF0001C68          DATA_ENTRY Register 1
QSPI0_DATAENTRY2 0xF0001C6C          DATA_ENTRY Register 2
QSPI0_DATAENTRY3 0xF0001C70          DATA_ENTRY Register 3
QSPI0_DATAENTRY4 0xF0001C74          DATA_ENTRY Register 4
QSPI0_DATAENTRY5 0xF0001C78          DATA_ENTRY Register 5
QSPI0_DATAENTRY6 0xF0001C7C          DATA_ENTRY Register 6
QSPI0_DATAENTRY7 0xF0001C80          DATA_ENTRY Register 7
QSPI0_RXEXIT    0xF0001C90          RX_EXIT Register
QSPI0_RXEXITD   0xF0001C94          RX_EXIT Debug Register
QSPI0_MC        0xF0001CA4          Move Counter Register
QSPI0_MCCON     0xF0001CA8          Move Counter control Register
QSPI0_OCS       0xF0001CE8          OCDS Control and Status
QSPI0_KRSTCLR   0xF0001CEC          Kernel Reset Status Clear Register
QSPI0_KRST1     0xF0001CF0          Kernel Reset Register 1
QSPI0_KRST0     0xF0001CF4          Kernel Reset Register 0
QSPI0_ACCEN1    0xF0001CF8          Access Enable Register 1
QSPI0_ACCEN0    0xF0001CFC          Access Enable Register 0
QSPI1_CLC       0xF0001D00          Clock Control Register
QSPI1_PISEL     0xF0001D04          Port Input Select Register
QSPI1_ID        0xF0001D08          Module Identification Register
QSPI1_GLOBALCON 0xF0001D10          Global Configuration Register
QSPI1_GLOBALCON1 0xF0001D14          Global Configuration Register 1
QSPI1_BACON     0xF0001D18          Basic Configuration Register
QSPI1_ECON0     0xF0001D20          Configuration Extension 0
QSPI1_ECON1     0xF0001D24          Configuration Extension 1
QSPI1_ECON2     0xF0001D28          Configuration Extension 2
QSPI1_ECON3     0xF0001D2C          Configuration Extension 3
QSPI1_ECON4     0xF0001D30          Configuration Extension 4
QSPI1_ECON5     0xF0001D34          Configuration Extension 5
QSPI1_ECON6     0xF0001D38          Configuration Extension 6
QSPI1_ECON7     0xF0001D3C          Configuration Extension 7
QSPI1_STATUS    0xF0001D40          Status Register
QSPI1_STATUS1   0xF0001D44          Status Register 1
QSPI1_SSOC      0xF0001D48          Slave Select Output Control Register
QSPI1_FLAGSCLEAR 0xF0001D54          Flags Clear Register
QSPI1_XXLCON    0xF0001D58          Extra Large Data Configuration Register
QSPI1_MIXENTRY  0xF0001D5C          MIX_ENTRY Register
QSPI1_BACONENTRY 0xF0001D60          BACON_ENTRY Register
QSPI1_DATAENTRY0 0xF0001D64          DATA_ENTRY Register 0
QSPI1_DATAENTRY1 0xF0001D68          DATA_ENTRY Register 1
QSPI1_DATAENTRY2 0xF0001D6C          DATA_ENTRY Register 2
QSPI1_DATAENTRY3 0xF0001D70          DATA_ENTRY Register 3
QSPI1_DATAENTRY4 0xF0001D74          DATA_ENTRY Register 4
QSPI1_DATAENTRY5 0xF0001D78          DATA_ENTRY Register 5
QSPI1_DATAENTRY6 0xF0001D7C          DATA_ENTRY Register 6
QSPI1_DATAENTRY7 0xF0001D80          DATA_ENTRY Register 7
QSPI1_RXEXIT    0xF0001D90          RX_EXIT Register
QSPI1_RXEXITD   0xF0001D94          RX_EXIT Debug Register
QSPI1_MC        0xF0001DA4          Move Counter Register
QSPI1_MCCON     0xF0001DA8          Move Counter control Register
QSPI1_OCS       0xF0001DE8          OCDS Control and Status
QSPI1_KRSTCLR   0xF0001DEC          Kernel Reset Status Clear Register
QSPI1_KRST1     0xF0001DF0          Kernel Reset Register 1
QSPI1_KRST0     0xF0001DF4          Kernel Reset Register 0
QSPI1_ACCEN1    0xF0001DF8          Access Enable Register 1
QSPI1_ACCEN0    0xF0001DFC          Access Enable Register 0
QSPI2_CLC       0xF0001E00          Clock Control Register
QSPI2_PISEL     0xF0001E04          Port Input Select Register
QSPI2_ID        0xF0001E08          Module Identification Register
QSPI2_GLOBALCON 0xF0001E10          Global Configuration Register
QSPI2_GLOBALCON1 0xF0001E14          Global Configuration Register 1
QSPI2_BACON     0xF0001E18          Basic Configuration Register
QSPI2_ECON0     0xF0001E20          Configuration Extension 0
QSPI2_ECON1     0xF0001E24          Configuration Extension 1
QSPI2_ECON2     0xF0001E28          Configuration Extension 2
QSPI2_ECON3     0xF0001E2C          Configuration Extension 3
QSPI2_ECON4     0xF0001E30          Configuration Extension 4
QSPI2_ECON5     0xF0001E34          Configuration Extension 5
QSPI2_ECON6     0xF0001E38          Configuration Extension 6
QSPI2_ECON7     0xF0001E3C          Configuration Extension 7
QSPI2_STATUS    0xF0001E40          Status Register
QSPI2_STATUS1   0xF0001E44          Status Register 1
QSPI2_SSOC      0xF0001E48          Slave Select Output Control Register
QSPI2_FLAGSCLEAR 0xF0001E54          Flags Clear Register
QSPI2_XXLCON    0xF0001E58          Extra Large Data Configuration Register
QSPI2_MIXENTRY  0xF0001E5C          MIX_ENTRY Register
QSPI2_BACONENTRY 0xF0001E60          BACON_ENTRY Register
QSPI2_DATAENTRY0 0xF0001E64          DATA_ENTRY Register 0
QSPI2_DATAENTRY1 0xF0001E68          DATA_ENTRY Register 1
QSPI2_DATAENTRY2 0xF0001E6C          DATA_ENTRY Register 2
QSPI2_DATAENTRY3 0xF0001E70          DATA_ENTRY Register 3
QSPI2_DATAENTRY4 0xF0001E74          DATA_ENTRY Register 4
QSPI2_DATAENTRY5 0xF0001E78          DATA_ENTRY Register 5
QSPI2_DATAENTRY6 0xF0001E7C          DATA_ENTRY Register 6
QSPI2_DATAENTRY7 0xF0001E80          DATA_ENTRY Register 7
QSPI2_RXEXIT    0xF0001E90          RX_EXIT Register
QSPI2_RXEXITD   0xF0001E94          RX_EXIT Debug Register
QSPI2_CAPCON    0xF0001EA0          Capture Control Register
QSPI2_MC        0xF0001EA4          Move Counter Register
QSPI2_MCCON     0xF0001EA8          Move Counter control Register
QSPI2_OCS       0xF0001EE8          OCDS Control and Status
QSPI2_KRSTCLR   0xF0001EEC          Kernel Reset Status Clear Register
QSPI2_KRST1     0xF0001EF0          Kernel Reset Register 1
QSPI2_KRST0     0xF0001EF4          Kernel Reset Register 0
QSPI2_ACCEN1    0xF0001EF8          Access Enable Register 1
QSPI2_ACCEN0    0xF0001EFC          Access Enable Register 0
QSPI3_CLC       0xF0001F00          Clock Control Register
QSPI3_PISEL     0xF0001F04          Port Input Select Register
QSPI3_ID        0xF0001F08          Module Identification Register
QSPI3_GLOBALCON 0xF0001F10          Global Configuration Register
QSPI3_GLOBALCON1 0xF0001F14          Global Configuration Register 1
QSPI3_BACON     0xF0001F18          Basic Configuration Register
QSPI3_ECON0     0xF0001F20          Configuration Extension 0
QSPI3_ECON1     0xF0001F24          Configuration Extension 1
QSPI3_ECON2     0xF0001F28          Configuration Extension 2
QSPI3_ECON3     0xF0001F2C          Configuration Extension 3
QSPI3_ECON4     0xF0001F30          Configuration Extension 4
QSPI3_ECON5     0xF0001F34          Configuration Extension 5
QSPI3_ECON6     0xF0001F38          Configuration Extension 6
QSPI3_ECON7     0xF0001F3C          Configuration Extension 7
QSPI3_STATUS    0xF0001F40          Status Register
QSPI3_STATUS1   0xF0001F44          Status Register 1
QSPI3_SSOC      0xF0001F48          Slave Select Output Control Register
QSPI3_FLAGSCLEAR 0xF0001F54          Flags Clear Register
QSPI3_XXLCON    0xF0001F58          Extra Large Data Configuration Register
QSPI3_MIXENTRY  0xF0001F5C          MIX_ENTRY Register
QSPI3_BACONENTRY 0xF0001F60          BACON_ENTRY Register
QSPI3_DATAENTRY0 0xF0001F64          DATA_ENTRY Register 0
QSPI3_DATAENTRY1 0xF0001F68          DATA_ENTRY Register 1
QSPI3_DATAENTRY2 0xF0001F6C          DATA_ENTRY Register 2
QSPI3_DATAENTRY3 0xF0001F70          DATA_ENTRY Register 3
QSPI3_DATAENTRY4 0xF0001F74          DATA_ENTRY Register 4
QSPI3_DATAENTRY5 0xF0001F78          DATA_ENTRY Register 5
QSPI3_DATAENTRY6 0xF0001F7C          DATA_ENTRY Register 6
QSPI3_DATAENTRY7 0xF0001F80          DATA_ENTRY Register 7
QSPI3_RXEXIT    0xF0001F90          RX_EXIT Register
QSPI3_RXEXITD   0xF0001F94          RX_EXIT Debug Register
QSPI3_CAPCON    0xF0001FA0          Capture Control Register
QSPI3_MC        0xF0001FA4          Move Counter Register
QSPI3_MCCON     0xF0001FA8          Move Counter control Register
QSPI3_OCS       0xF0001FE8          OCDS Control and Status
QSPI3_KRSTCLR   0xF0001FEC          Kernel Reset Status Clear Register
QSPI3_KRST1     0xF0001FF0          Kernel Reset Register 1
QSPI3_KRST0     0xF0001FF4          Kernel Reset Register 0
QSPI3_ACCEN1    0xF0001FF8          Access Enable Register 1
QSPI3_ACCEN0    0xF0001FFC          Access Enable Register 0
CCU60_CLC       0xF0002A00          Clock Control Register
CCU60_MCFG      0xF0002A04          Module Configuration Register
CCU60_ID        0xF0002A08          Module Identification Register
CCU60_MOSEL     0xF0002A0C          CCU60 Module Output Select Register
CCU60_PISEL0    0xF0002A10          Port Input Select Register 0
CCU60_PISEL2    0xF0002A14          Port Input Select Register 2
CCU60_KSCSR     0xF0002A1C          Kernel State Control Sensitivity Register
CCU60_T12       0xF0002A20          Timer T12 Counter Register
CCU60_T12PR     0xF0002A24          Timer 12 Period Register
CCU60_T12DTC    0xF0002A28          Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0002A30          Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0002A34          Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0002A38          Capture/Compare Register for Channel CC62
CCU60_CC60SR    0xF0002A40          Capture/Compare Shadow Reg. for Channel CC60
CCU60_CC61SR    0xF0002A44          Capture/Compare Shadow Reg. for Channel CC61
CCU60_CC62SR    0xF0002A48          Capture/Compare Shadow Reg. for Channel CC62
CCU60_T13       0xF0002A50          Timer T13 Counter Register
CCU60_T13PR     0xF0002A54          Timer 13 Period Register
CCU60_CC63R     0xF0002A58          Compare Register for T13
CCU60_CC63SR    0xF0002A5C          Compare Shadow Register for T13
CCU60_CMPSTAT   0xF0002A60          Compare State Register
CCU60_CMPMODIF  0xF0002A64          Compare State Modification Register
CCU60_T12MSEL   0xF0002A68          T12 Mode Select Register
CCU60_TCTR0     0xF0002A70          Timer Control Register 0
CCU60_TCTR2     0xF0002A74          Timer Control Register 2
CCU60_TCTR4     0xF0002A78          Timer Control Register 4
CCU60_MODCTR    0xF0002A80          Modulation Control Register
CCU60_TRPCTR    0xF0002A84          Trap Control Register
CCU60_PSLR      0xF0002A88          Passive State Level Register
CCU60_MCMOUTS   0xF0002A8C          Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0002A90          Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0002A94          Multi-Channel Mode Control Register
CCU60_IMON      0xF0002A98          Input Monitoring Register
CCU60_LI        0xF0002A9C          Lost Indicator Register
CCU60_IS        0xF0002AA0          Interrupt Status Register
CCU60_ISS       0xF0002AA4          Interrupt Status Set Register
CCU60_ISR       0xF0002AA8          Interrupt Status Reset Register
CCU60_INP       0xF0002AAC          Interrupt Node Pointer Register
CCU60_IEN       0xF0002AB0          Interrupt Enable Register
CCU60_OCS       0xF0002AE8          OCDS Control and Status Register
CCU60_KRSTCLR   0xF0002AEC          Kernel Reset Status Clear Register
CCU60_KRST1     0xF0002AF0          Kernel Reset Register 1
CCU60_KRST0     0xF0002AF4          Kernel Reset Register 0
CCU60_ACCEN0    0xF0002AFC          Access Enable Register 0
CCU61_CLC       0xF0002B00          Clock Control Register
CCU61_MCFG      0xF0002B04          Module Configuration Register
CCU61_ID        0xF0002B08          Module Identification Register
CCU61_PISEL0    0xF0002B10          Port Input Select Register 0
CCU61_PISEL2    0xF0002B14          Port Input Select Register 2
CCU61_KSCSR     0xF0002B1C          Kernel State Control Sensitivity Register
CCU61_T12       0xF0002B20          Timer T12 Counter Register
CCU61_T12PR     0xF0002B24          Timer 12 Period Register
CCU61_T12DTC    0xF0002B28          Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0002B30          Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0002B34          Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0002B38          Capture/Compare Register for Channel CC62
CCU61_CC60SR    0xF0002B40          Capture/Compare Shadow Reg. for Channel CC60
CCU61_CC61SR    0xF0002B44          Capture/Compare Shadow Reg. for Channel CC61
CCU61_CC62SR    0xF0002B48          Capture/Compare Shadow Reg. for Channel CC62
CCU61_T13       0xF0002B50          Timer T13 Counter Register
CCU61_T13PR     0xF0002B54          Timer 13 Period Register
CCU61_CC63R     0xF0002B58          Compare Register for T13
CCU61_CC63SR    0xF0002B5C          Compare Shadow Register for T13
CCU61_CMPSTAT   0xF0002B60          Compare State Register
CCU61_CMPMODIF  0xF0002B64          Compare State Modification Register
CCU61_T12MSEL   0xF0002B68          T12 Mode Select Register
CCU61_TCTR0     0xF0002B70          Timer Control Register 0
CCU61_TCTR2     0xF0002B74          Timer Control Register 2
CCU61_TCTR4     0xF0002B78          Timer Control Register 4
CCU61_MODCTR    0xF0002B80          Modulation Control Register
CCU61_TRPCTR    0xF0002B84          Trap Control Register
CCU61_PSLR      0xF0002B88          Passive State Level Register
CCU61_MCMOUTS   0xF0002B8C          Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0002B90          Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0002B94          Multi-Channel Mode Control Register
CCU61_IMON      0xF0002B98          Input Monitoring Register
CCU61_LI        0xF0002B9C          Lost Indicator Register
CCU61_IS        0xF0002BA0          Interrupt Status Register
CCU61_ISS       0xF0002BA4          Interrupt Status Set Register
CCU61_ISR       0xF0002BA8          Interrupt Status Reset Register
CCU61_INP       0xF0002BAC          Interrupt Node Pointer Register
CCU61_IEN       0xF0002BB0          Interrupt Enable Register
CCU61_OCS       0xF0002BE8          OCDS Control and Status Register
CCU61_KRSTCLR   0xF0002BEC          Kernel Reset Status Clear Register
CCU61_KRST1     0xF0002BF0          Kernel Reset Register 1
CCU61_KRST0     0xF0002BF4          Kernel Reset Register 0
CCU61_ACCEN0    0xF0002BFC          Access Enable Register 0
SENT_CLC        0xF0003000          Clock Control Register
SENT_ID         0xF0003008          Module Identification Register
SENT_FDR        0xF000300C          SENT Fractional Divider Register
SENT_INTOV      0xF0003014          Interrupt Overview Register
SENT_TSR        0xF0003018          Module Time Stamp Register
SENT_TPD        0xF000301C          Time Stamp Predivider Register
SENT_RDR0       0xF0003080          Receive Data Register 0
SENT_RDR1       0xF0003084          Receive Data Register 1
SENT_RDR2       0xF0003088          Receive Data Register 2
SENT_RDR3       0xF000308C          Receive Data Register 3
SENT_RDR4       0xF0003090          Receive Data Register 4
SENT_RDR5       0xF0003094          Receive Data Register 5
SENT_OCS        0xF00030E8          OCDS Control and Status
SENT_KRSTCLR    0xF00030EC          Kernel Reset Status Clear Register
SENT_KRST1      0xF00030F0          Kernel Reset Register 1
SENT_KRST0      0xF00030F4          Kernel Reset Register 0
SENT_ACCEN1     0xF00030F8          Access Enable Register 1
SENT_ACCEN0     0xF00030FC          Access Enable Register 0
SENT_CPDR0      0xF0003100          Channel Pre Divider Register 0
SENT_CFDR0      0xF0003104          Channel Fractional Divider Register 0
SENT_RCR0       0xF0003108          Receiver Control Register 0
SENT_RSR0       0xF000310C          Receive Status Register 0
SENT_SDS0       0xF0003110          Serial Data and Status Register 0
SENT_IOCR0      0xF0003114          Input and Output Control Register 0
SENT_SCR0       0xF0003118          SPC Control Register 0
SENT_VIEW0      0xF000311C          Receive Data View Register 0
SENT_INTSTAT0   0xF0003120          Interrupt Status Register 0
SENT_INTSET0    0xF0003124          Interrupt Set Register 0
SENT_INTCLR0    0xF0003128          Interrupt Clear Register 0
SENT_INTEN0     0xF000312C          Interrupt Enable Register 0
SENT_INP0       0xF0003130          Interrupt Node Pointer Register 0
SENT_WDT0       0xF0003134          Watch Dog Timer Register 0
SENT_CPDR1      0xF0003140          Channel Pre Divider Register 1
SENT_CFDR1      0xF0003144          Channel Fractional Divider Register 1
SENT_RCR1       0xF0003148          Receiver Control Register 1
SENT_RSR1       0xF000314C          Receive Status Register 1
SENT_SDS1       0xF0003150          Serial Data and Status Register 1
SENT_IOCR1      0xF0003154          Input and Output Control Register 1
SENT_SCR1       0xF0003158          SPC Control Register 1
SENT_VIEW1      0xF000315C          Receive Data View Register 1
SENT_INTSTAT1   0xF0003160          Interrupt Status Register 1
SENT_INTSET1    0xF0003164          Interrupt Set Register 1
SENT_INTCLR1    0xF0003168          Interrupt Clear Register 1
SENT_INTEN1     0xF000316C          Interrupt Enable Register 1
SENT_INP1       0xF0003170          Interrupt Node Pointer Register 1
SENT_WDT1       0xF0003174          Watch Dog Timer Register 1
SENT_CPDR2      0xF0003180          Channel Pre Divider Register 2
SENT_CFDR2      0xF0003184          Channel Fractional Divider Register 2
SENT_RCR2       0xF0003188          Receiver Control Register 2
SENT_RSR2       0xF000318C          Receive Status Register 2
SENT_SDS2       0xF0003190          Serial Data and Status Register 2
SENT_IOCR2      0xF0003194          Input and Output Control Register 2
SENT_SCR2       0xF0003198          SPC Control Register 2
SENT_VIEW2      0xF000319C          Receive Data View Register 2
SENT_INTSTAT2   0xF00031A0          Interrupt Status Register 2
SENT_INTSET2    0xF00031A4          Interrupt Set Register 2
SENT_INTCLR2    0xF00031A8          Interrupt Clear Register 2
SENT_INTEN2     0xF00031AC          Interrupt Enable Register 2
SENT_INP2       0xF00031B0          Interrupt Node Pointer Register 2
SENT_WDT2       0xF00031B4          Watch Dog Timer Register 2
SENT_CPDR3      0xF00031C0          Channel Pre Divider Register 3
SENT_CFDR3      0xF00031C4          Channel Fractional Divider Register 3
SENT_RCR3       0xF00031C8          Receiver Control Register 3
SENT_RSR3       0xF00031CC          Receive Status Register 3
SENT_SDS3       0xF00031D0          Serial Data and Status Register 3
SENT_IOCR3      0xF00031D4          Input and Output Control Register 3
SENT_SCR3       0xF00031D8          SPC Control Register 3
SENT_VIEW3      0xF00031DC          Receive Data View Register 3
SENT_INTSTAT3   0xF00031E0          Interrupt Status Register 3
SENT_INTSET3    0xF00031E4          Interrupt Set Register 3
SENT_INTCLR3    0xF00031E8          Interrupt Clear Register 3
SENT_INTEN3     0xF00031EC          Interrupt Enable Register 3
SENT_INP3       0xF00031F0          Interrupt Node Pointer Register 3
SENT_WDT3       0xF00031F4          Watch Dog Timer Register 3
SENT_CPDR4      0xF0003200          Channel Pre Divider Register 4
SENT_CFDR4      0xF0003204          Channel Fractional Divider Register 4
SENT_RCR4       0xF0003208          Receiver Control Register 4
SENT_RSR4       0xF000320C          Receive Status Register 4
SENT_SDS4       0xF0003210          Serial Data and Status Register 4
SENT_IOCR4      0xF0003214          Input and Output Control Register 4
SENT_SCR4       0xF0003218          SPC Control Register 4
SENT_VIEW4      0xF000321C          Receive Data View Register 4
SENT_INTSTAT4   0xF0003220          Interrupt Status Register 4
SENT_INTSET4    0xF0003224          Interrupt Set Register 4
SENT_INTCLR4    0xF0003228          Interrupt Clear Register 4
SENT_INTEN4     0xF000322C          Interrupt Enable Register 4
SENT_INP4       0xF0003230          Interrupt Node Pointer Register 4
SENT_WDT4       0xF0003234          Watch Dog Timer Register 4
SENT_CPDR5      0xF0003240          Channel Pre Divider Register 5
SENT_CFDR5      0xF0003244          Channel Fractional Divider Register 5
SENT_RCR5       0xF0003248          Receiver Control Register 5
SENT_RSR5       0xF000324C          Receive Status Register 5
SENT_SDS5       0xF0003250          Serial Data and Status Register 5
SENT_IOCR5      0xF0003254          Input and Output Control Register 5
SENT_SCR5       0xF0003258          SPC Control Register 5
SENT_VIEW5      0xF000325C          Receive Data View Register 5
SENT_INTSTAT5   0xF0003260          Interrupt Status Register 5
SENT_INTSET5    0xF0003264          Interrupt Set Register 5
SENT_INTCLR5    0xF0003268          Interrupt Clear Register 5
SENT_INTEN5     0xF000326C          Interrupt Enable Register 5
SENT_INP5       0xF0003270          Interrupt Node Pointer Register 5
SENT_WDT5       0xF0003274          Watch Dog Timer Register 5
SENT_RTS0       0xF0003A80          Receive Time Stamp Register 0
SENT_RTS1       0xF0003A84          Receive Time Stamp Register 1
SENT_RTS2       0xF0003A88          Receive Time Stamp Register 2
SENT_RTS3       0xF0003A8C          Receive Time Stamp Register 3
SENT_RTS4       0xF0003A90          Receive Time Stamp Register 4
SENT_RTS5       0xF0003A94          Receive Time Stamp Register 5
DMA_CLC         0xF0010000          DMA Clock Control Register
DMA_ID          0xF0010008          DMA Identification Register
DMA_ACCEN00     0xF0010040          RP 0 Access Enable Register 0
DMA_ACCEN01     0xF0010044          RP 0 Access Enable Register 1
DMA_ACCEN10     0xF0010048          RP 1 Access Enable Register 0
DMA_ACCEN11     0xF001004C          RP 1 Access Enable Register 1
DMA_ACCEN20     0xF0010050          RP 2 Access Enable Register 0
DMA_ACCEN21     0xF0010054          RP 2 Access Enable Register 1
DMA_ACCEN30     0xF0010058          RP 3 Access Enable Register 0
DMA_ACCEN31     0xF001005C          RP 3 Access Enable Register 1
DMA_EER0        0xF0010120          ME 0 Enable Error Register
DMA_ERRSR0      0xF0010124          ME 0 Error Status Register
DMA_CLRE0       0xF0010128          ME 0 Clear Error Register
DMA_ME0SR       0xF0010130          ME 0 Status Register
DMA_ME00R       0xF0010140          ME 0 Read Register 0
DMA_ME01R       0xF0010144          ME 0 Read Register 1
DMA_ME02R       0xF0010148          ME 0 Read Register 2
DMA_ME03R       0xF001014C          ME 0 Read Register 3
DMA_ME04R       0xF0010150          ME 0 Read Register 4
DMA_ME05R       0xF0010154          ME 0 Read Register 5
DMA_ME06R       0xF0010158          ME 0 Read Register 6
DMA_ME07R       0xF001015C          ME 0 Read Register 7
DMA_ME0RDCRC    0xF0010180          ME 0 Channel Read Data CRC Register
DMA_ME0SDCRC    0xF0010184          ME 0 Channel Source and Destination Address CRC Register
DMA_ME0SADR     0xF0010188          ME 0 Channel Source Address Register
DMA_ME0DADR     0xF001018C          ME 0 Channel Destination Address Register
DMA_ME0ADICR    0xF0010190          ME 0 Channel Address and Interrupt Control Register
DMA_ME0CHCR     0xF0010194          ME 0 Channel Control Register
DMA_ME0SHADR    0xF0010198          ME 0 Channel Shadow Address Register
DMA_ME0CHSR     0xF001019C          ME 0 Channel Status Register
DMA_EER1        0xF0011120          ME 1 Enable Error Register
DMA_ERRSR1      0xF0011124          ME 1 Error Status Register
DMA_CLRE1       0xF0011128          ME 1 Clear Error Register
DMA_ME1SR       0xF0011130          ME 1 Status Register
DMA_ME10R       0xF0011140          ME 1 Read Register 0
DMA_ME11R       0xF0011144          ME 1 Read Register 1
DMA_ME12R       0xF0011148          ME 1 Read Register 2
DMA_ME13R       0xF001114C          ME 1 Read Register 3
DMA_ME14R       0xF0011150          ME 1 Read Register 4
DMA_ME15R       0xF0011154          ME 1 Read Register 5
DMA_ME16R       0xF0011158          ME 1 Read Register 6
DMA_ME17R       0xF001115C          ME 1 Read Register 7
DMA_ME1RDCRC    0xF0011180          ME 1 Channel Read Data CRC Register
DMA_ME1SDCRC    0xF0011184          ME 1 Channel Source and Destination Address CRC Register
DMA_ME1SADR     0xF0011188          ME 1 Channel Source Address Register
DMA_ME1DADR     0xF001118C          ME 1 Channel Destination Address Register
DMA_ME1ADICR    0xF0011190          ME 1 Channel Address and Interrupt Control Register
DMA_ME1CHCR     0xF0011194          ME 1 Channel Control Register
DMA_ME1SHADR    0xF0011198          ME 1 Channel Shadow Address Register
DMA_ME1CHSR     0xF001119C          ME 1 Channel Status Register
DMA_OTSS        0xF0011200          DMA OCDS Trigger Set Select
DMA_PRR0        0xF0011208          DMA Pattern Read Register 0
DMA_PRR1        0xF001120C          DMA Pattern Read Register 1
DMA_TIME        0xF0011210          DMA Time Register
DMA_MODE0       0xF0011300          RP 0 Mode Register
DMA_MODE1       0xF0011304          RP 1 Mode Register
DMA_MODE2       0xF0011308          RP 2 Mode Register
DMA_MODE3       0xF001130C          RP 3 Mode Register
DMA_ERRINTR0    0xF0011320          RP 0 Error Interrupt Set Register
DMA_ERRINTR1    0xF0011324          RP 1 Error Interrupt Set Register
DMA_ERRINTR2    0xF0011328          RP 2 Error Interrupt Set Register
DMA_ERRINTR3    0xF001132C          RP 3 Error Interrupt Set Register
DMA_HRR000      0xF0011800          DMA Channel 0 Resource Partition Register
DMA_HRR001      0xF0011804          DMA Channel 1 Resource Partition Register
DMA_HRR002      0xF0011808          DMA Channel 2 Resource Partition Register
DMA_HRR003      0xF001180C          DMA Channel 3 Resource Partition Register
DMA_HRR004      0xF0011810          DMA Channel 4 Resource Partition Register
DMA_HRR005      0xF0011814          DMA Channel 5 Resource Partition Register
DMA_HRR006      0xF0011818          DMA Channel 6 Resource Partition Register
DMA_HRR007      0xF001181C          DMA Channel 7 Resource Partition Register
DMA_HRR008      0xF0011820          DMA Channel 8 Resource Partition Register
DMA_HRR009      0xF0011824          DMA Channel 9 Resource Partition Register
DMA_HRR010      0xF0011828          DMA Channel 10 Resource Partition Register
DMA_HRR011      0xF001182C          DMA Channel 11 Resource Partition Register
DMA_HRR012      0xF0011830          DMA Channel 12 Resource Partition Register
DMA_HRR013      0xF0011834          DMA Channel 13 Resource Partition Register
DMA_HRR014      0xF0011838          DMA Channel 14 Resource Partition Register
DMA_HRR015      0xF001183C          DMA Channel 15 Resource Partition Register
DMA_HRR016      0xF0011840          DMA Channel 16 Resource Partition Register
DMA_HRR017      0xF0011844          DMA Channel 17 Resource Partition Register
DMA_HRR018      0xF0011848          DMA Channel 18 Resource Partition Register
DMA_HRR019      0xF001184C          DMA Channel 19 Resource Partition Register
DMA_HRR020      0xF0011850          DMA Channel 20 Resource Partition Register
DMA_HRR021      0xF0011854          DMA Channel 21 Resource Partition Register
DMA_HRR022      0xF0011858          DMA Channel 22 Resource Partition Register
DMA_HRR023      0xF001185C          DMA Channel 23 Resource Partition Register
DMA_HRR024      0xF0011860          DMA Channel 24 Resource Partition Register
DMA_HRR025      0xF0011864          DMA Channel 25 Resource Partition Register
DMA_HRR026      0xF0011868          DMA Channel 26 Resource Partition Register
DMA_HRR027      0xF001186C          DMA Channel 27 Resource Partition Register
DMA_HRR028      0xF0011870          DMA Channel 28 Resource Partition Register
DMA_HRR029      0xF0011874          DMA Channel 29 Resource Partition Register
DMA_HRR030      0xF0011878          DMA Channel 30 Resource Partition Register
DMA_HRR031      0xF001187C          DMA Channel 31 Resource Partition Register
DMA_HRR032      0xF0011880          DMA Channel 32 Resource Partition Register
DMA_HRR033      0xF0011884          DMA Channel 33 Resource Partition Register
DMA_HRR034      0xF0011888          DMA Channel 34 Resource Partition Register
DMA_HRR035      0xF001188C          DMA Channel 35 Resource Partition Register
DMA_HRR036      0xF0011890          DMA Channel 36 Resource Partition Register
DMA_HRR037      0xF0011894          DMA Channel 37 Resource Partition Register
DMA_HRR038      0xF0011898          DMA Channel 38 Resource Partition Register
DMA_HRR039      0xF001189C          DMA Channel 39 Resource Partition Register
DMA_HRR040      0xF00118A0          DMA Channel 40 Resource Partition Register
DMA_HRR041      0xF00118A4          DMA Channel 41 Resource Partition Register
DMA_HRR042      0xF00118A8          DMA Channel 42 Resource Partition Register
DMA_HRR043      0xF00118AC          DMA Channel 43 Resource Partition Register
DMA_HRR044      0xF00118B0          DMA Channel 44 Resource Partition Register
DMA_HRR045      0xF00118B4          DMA Channel 45 Resource Partition Register
DMA_HRR046      0xF00118B8          DMA Channel 46 Resource Partition Register
DMA_HRR047      0xF00118BC          DMA Channel 47 Resource Partition Register
DMA_HRR048      0xF00118C0          DMA Channel 48 Resource Partition Register
DMA_HRR049      0xF00118C4          DMA Channel 49 Resource Partition Register
DMA_HRR050      0xF00118C8          DMA Channel 50 Resource Partition Register
DMA_HRR051      0xF00118CC          DMA Channel 51 Resource Partition Register
DMA_HRR052      0xF00118D0          DMA Channel 52 Resource Partition Register
DMA_HRR053      0xF00118D4          DMA Channel 53 Resource Partition Register
DMA_HRR054      0xF00118D8          DMA Channel 54 Resource Partition Register
DMA_HRR055      0xF00118DC          DMA Channel 55 Resource Partition Register
DMA_HRR056      0xF00118E0          DMA Channel 56 Resource Partition Register
DMA_HRR057      0xF00118E4          DMA Channel 57 Resource Partition Register
DMA_HRR058      0xF00118E8          DMA Channel 58 Resource Partition Register
DMA_HRR059      0xF00118EC          DMA Channel 59 Resource Partition Register
DMA_HRR060      0xF00118F0          DMA Channel 60 Resource Partition Register
DMA_HRR061      0xF00118F4          DMA Channel 61 Resource Partition Register
DMA_HRR062      0xF00118F8          DMA Channel 62 Resource Partition Register
DMA_HRR063      0xF00118FC          DMA Channel 63 Resource Partition Register
DMA_SUSENR000   0xF0011A00          DMA Channel 0 Suspend Enable Register
DMA_SUSENR001   0xF0011A04          DMA Channel 1 Suspend Enable Register
DMA_SUSENR002   0xF0011A08          DMA Channel 2 Suspend Enable Register
DMA_SUSENR003   0xF0011A0C          DMA Channel 3 Suspend Enable Register
DMA_SUSENR004   0xF0011A10          DMA Channel 4 Suspend Enable Register
DMA_SUSENR005   0xF0011A14          DMA Channel 5 Suspend Enable Register
DMA_SUSENR006   0xF0011A18          DMA Channel 6 Suspend Enable Register
DMA_SUSENR007   0xF0011A1C          DMA Channel 7 Suspend Enable Register
DMA_SUSENR008   0xF0011A20          DMA Channel 8 Suspend Enable Register
DMA_SUSENR009   0xF0011A24          DMA Channel 9 Suspend Enable Register
DMA_SUSENR010   0xF0011A28          DMA Channel 10 Suspend Enable Register
DMA_SUSENR011   0xF0011A2C          DMA Channel 11 Suspend Enable Register
DMA_SUSENR012   0xF0011A30          DMA Channel 12 Suspend Enable Register
DMA_SUSENR013   0xF0011A34          DMA Channel 13 Suspend Enable Register
DMA_SUSENR014   0xF0011A38          DMA Channel 14 Suspend Enable Register
DMA_SUSENR015   0xF0011A3C          DMA Channel 15 Suspend Enable Register
DMA_SUSENR016   0xF0011A40          DMA Channel 16 Suspend Enable Register
DMA_SUSENR017   0xF0011A44          DMA Channel 17 Suspend Enable Register
DMA_SUSENR018   0xF0011A48          DMA Channel 18 Suspend Enable Register
DMA_SUSENR019   0xF0011A4C          DMA Channel 19 Suspend Enable Register
DMA_SUSENR020   0xF0011A50          DMA Channel 20 Suspend Enable Register
DMA_SUSENR021   0xF0011A54          DMA Channel 21 Suspend Enable Register
DMA_SUSENR022   0xF0011A58          DMA Channel 22 Suspend Enable Register
DMA_SUSENR023   0xF0011A5C          DMA Channel 23 Suspend Enable Register
DMA_SUSENR024   0xF0011A60          DMA Channel 24 Suspend Enable Register
DMA_SUSENR025   0xF0011A64          DMA Channel 25 Suspend Enable Register
DMA_SUSENR026   0xF0011A68          DMA Channel 26 Suspend Enable Register
DMA_SUSENR027   0xF0011A6C          DMA Channel 27 Suspend Enable Register
DMA_SUSENR028   0xF0011A70          DMA Channel 28 Suspend Enable Register
DMA_SUSENR029   0xF0011A74          DMA Channel 29 Suspend Enable Register
DMA_SUSENR030   0xF0011A78          DMA Channel 30 Suspend Enable Register
DMA_SUSENR031   0xF0011A7C          DMA Channel 31 Suspend Enable Register
DMA_SUSENR032   0xF0011A80          DMA Channel 32 Suspend Enable Register
DMA_SUSENR033   0xF0011A84          DMA Channel 33 Suspend Enable Register
DMA_SUSENR034   0xF0011A88          DMA Channel 34 Suspend Enable Register
DMA_SUSENR035   0xF0011A8C          DMA Channel 35 Suspend Enable Register
DMA_SUSENR036   0xF0011A90          DMA Channel 36 Suspend Enable Register
DMA_SUSENR037   0xF0011A94          DMA Channel 37 Suspend Enable Register
DMA_SUSENR038   0xF0011A98          DMA Channel 38 Suspend Enable Register
DMA_SUSENR039   0xF0011A9C          DMA Channel 39 Suspend Enable Register
DMA_SUSENR040   0xF0011AA0          DMA Channel 40 Suspend Enable Register
DMA_SUSENR041   0xF0011AA4          DMA Channel 41 Suspend Enable Register
DMA_SUSENR042   0xF0011AA8          DMA Channel 42 Suspend Enable Register
DMA_SUSENR043   0xF0011AAC          DMA Channel 43 Suspend Enable Register
DMA_SUSENR044   0xF0011AB0          DMA Channel 44 Suspend Enable Register
DMA_SUSENR045   0xF0011AB4          DMA Channel 45 Suspend Enable Register
DMA_SUSENR046   0xF0011AB8          DMA Channel 46 Suspend Enable Register
DMA_SUSENR047   0xF0011ABC          DMA Channel 47 Suspend Enable Register
DMA_SUSENR048   0xF0011AC0          DMA Channel 48 Suspend Enable Register
DMA_SUSENR049   0xF0011AC4          DMA Channel 49 Suspend Enable Register
DMA_SUSENR050   0xF0011AC8          DMA Channel 50 Suspend Enable Register
DMA_SUSENR051   0xF0011ACC          DMA Channel 51 Suspend Enable Register
DMA_SUSENR052   0xF0011AD0          DMA Channel 52 Suspend Enable Register
DMA_SUSENR053   0xF0011AD4          DMA Channel 53 Suspend Enable Register
DMA_SUSENR054   0xF0011AD8          DMA Channel 54 Suspend Enable Register
DMA_SUSENR055   0xF0011ADC          DMA Channel 55 Suspend Enable Register
DMA_SUSENR056   0xF0011AE0          DMA Channel 56 Suspend Enable Register
DMA_SUSENR057   0xF0011AE4          DMA Channel 57 Suspend Enable Register
DMA_SUSENR058   0xF0011AE8          DMA Channel 58 Suspend Enable Register
DMA_SUSENR059   0xF0011AEC          DMA Channel 59 Suspend Enable Register
DMA_SUSENR060   0xF0011AF0          DMA Channel 60 Suspend Enable Register
DMA_SUSENR061   0xF0011AF4          DMA Channel 61 Suspend Enable Register
DMA_SUSENR062   0xF0011AF8          DMA Channel 62 Suspend Enable Register
DMA_SUSENR063   0xF0011AFC          DMA Channel 63 Suspend Enable Register
DMA_SUSACR000   0xF0011C00          DMA Channel 0 Suspend Acknowledge Register
DMA_SUSACR001   0xF0011C04          DMA Channel 1 Suspend Acknowledge Register
DMA_SUSACR002   0xF0011C08          DMA Channel 2 Suspend Acknowledge Register
DMA_SUSACR003   0xF0011C0C          DMA Channel 3 Suspend Acknowledge Register
DMA_SUSACR004   0xF0011C10          DMA Channel 4 Suspend Acknowledge Register
DMA_SUSACR005   0xF0011C14          DMA Channel 5 Suspend Acknowledge Register
DMA_SUSACR006   0xF0011C18          DMA Channel 6 Suspend Acknowledge Register
DMA_SUSACR007   0xF0011C1C          DMA Channel 7 Suspend Acknowledge Register
DMA_SUSACR008   0xF0011C20          DMA Channel 8 Suspend Acknowledge Register
DMA_SUSACR009   0xF0011C24          DMA Channel 9 Suspend Acknowledge Register
DMA_SUSACR010   0xF0011C28          DMA Channel 10 Suspend Acknowledge Register
DMA_SUSACR011   0xF0011C2C          DMA Channel 11 Suspend Acknowledge Register
DMA_SUSACR012   0xF0011C30          DMA Channel 12 Suspend Acknowledge Register
DMA_SUSACR013   0xF0011C34          DMA Channel 13 Suspend Acknowledge Register
DMA_SUSACR014   0xF0011C38          DMA Channel 14 Suspend Acknowledge Register
DMA_SUSACR015   0xF0011C3C          DMA Channel 15 Suspend Acknowledge Register
DMA_SUSACR016   0xF0011C40          DMA Channel 16 Suspend Acknowledge Register
DMA_SUSACR017   0xF0011C44          DMA Channel 17 Suspend Acknowledge Register
DMA_SUSACR018   0xF0011C48          DMA Channel 18 Suspend Acknowledge Register
DMA_SUSACR019   0xF0011C4C          DMA Channel 19 Suspend Acknowledge Register
DMA_SUSACR020   0xF0011C50          DMA Channel 20 Suspend Acknowledge Register
DMA_SUSACR021   0xF0011C54          DMA Channel 21 Suspend Acknowledge Register
DMA_SUSACR022   0xF0011C58          DMA Channel 22 Suspend Acknowledge Register
DMA_SUSACR023   0xF0011C5C          DMA Channel 23 Suspend Acknowledge Register
DMA_SUSACR024   0xF0011C60          DMA Channel 24 Suspend Acknowledge Register
DMA_SUSACR025   0xF0011C64          DMA Channel 25 Suspend Acknowledge Register
DMA_SUSACR026   0xF0011C68          DMA Channel 26 Suspend Acknowledge Register
DMA_SUSACR027   0xF0011C6C          DMA Channel 27 Suspend Acknowledge Register
DMA_SUSACR028   0xF0011C70          DMA Channel 28 Suspend Acknowledge Register
DMA_SUSACR029   0xF0011C74          DMA Channel 29 Suspend Acknowledge Register
DMA_SUSACR030   0xF0011C78          DMA Channel 30 Suspend Acknowledge Register
DMA_SUSACR031   0xF0011C7C          DMA Channel 31 Suspend Acknowledge Register
DMA_SUSACR032   0xF0011C80          DMA Channel 32 Suspend Acknowledge Register
DMA_SUSACR033   0xF0011C84          DMA Channel 33 Suspend Acknowledge Register
DMA_SUSACR034   0xF0011C88          DMA Channel 34 Suspend Acknowledge Register
DMA_SUSACR035   0xF0011C8C          DMA Channel 35 Suspend Acknowledge Register
DMA_SUSACR036   0xF0011C90          DMA Channel 36 Suspend Acknowledge Register
DMA_SUSACR037   0xF0011C94          DMA Channel 37 Suspend Acknowledge Register
DMA_SUSACR038   0xF0011C98          DMA Channel 38 Suspend Acknowledge Register
DMA_SUSACR039   0xF0011C9C          DMA Channel 39 Suspend Acknowledge Register
DMA_SUSACR040   0xF0011CA0          DMA Channel 40 Suspend Acknowledge Register
DMA_SUSACR041   0xF0011CA4          DMA Channel 41 Suspend Acknowledge Register
DMA_SUSACR042   0xF0011CA8          DMA Channel 42 Suspend Acknowledge Register
DMA_SUSACR043   0xF0011CAC          DMA Channel 43 Suspend Acknowledge Register
DMA_SUSACR044   0xF0011CB0          DMA Channel 44 Suspend Acknowledge Register
DMA_SUSACR045   0xF0011CB4          DMA Channel 45 Suspend Acknowledge Register
DMA_SUSACR046   0xF0011CB8          DMA Channel 46 Suspend Acknowledge Register
DMA_SUSACR047   0xF0011CBC          DMA Channel 47 Suspend Acknowledge Register
DMA_SUSACR048   0xF0011CC0          DMA Channel 48 Suspend Acknowledge Register
DMA_SUSACR049   0xF0011CC4          DMA Channel 49 Suspend Acknowledge Register
DMA_SUSACR050   0xF0011CC8          DMA Channel 50 Suspend Acknowledge Register
DMA_SUSACR051   0xF0011CCC          DMA Channel 51 Suspend Acknowledge Register
DMA_SUSACR052   0xF0011CD0          DMA Channel 52 Suspend Acknowledge Register
DMA_SUSACR053   0xF0011CD4          DMA Channel 53 Suspend Acknowledge Register
DMA_SUSACR054   0xF0011CD8          DMA Channel 54 Suspend Acknowledge Register
DMA_SUSACR055   0xF0011CDC          DMA Channel 55 Suspend Acknowledge Register
DMA_SUSACR056   0xF0011CE0          DMA Channel 56 Suspend Acknowledge Register
DMA_SUSACR057   0xF0011CE4          DMA Channel 57 Suspend Acknowledge Register
DMA_SUSACR058   0xF0011CE8          DMA Channel 58 Suspend Acknowledge Register
DMA_SUSACR059   0xF0011CEC          DMA Channel 59 Suspend Acknowledge Register
DMA_SUSACR060   0xF0011CF0          DMA Channel 60 Suspend Acknowledge Register
DMA_SUSACR061   0xF0011CF4          DMA Channel 61 Suspend Acknowledge Register
DMA_SUSACR062   0xF0011CF8          DMA Channel 62 Suspend Acknowledge Register
DMA_SUSACR063   0xF0011CFC          DMA Channel 63 Suspend Acknowledge Register
DMA_TSR000      0xF0011E00          DMA Channel 0 Transaction State Register
DMA_TSR001      0xF0011E04          DMA Channel 1 Transaction State Register
DMA_TSR002      0xF0011E08          DMA Channel 2 Transaction State Register
DMA_TSR003      0xF0011E0C          DMA Channel 3 Transaction State Register
DMA_TSR004      0xF0011E10          DMA Channel 4 Transaction State Register
DMA_TSR005      0xF0011E14          DMA Channel 5 Transaction State Register
DMA_TSR006      0xF0011E18          DMA Channel 6 Transaction State Register
DMA_TSR007      0xF0011E1C          DMA Channel 7 Transaction State Register
DMA_TSR008      0xF0011E20          DMA Channel 8 Transaction State Register
DMA_TSR009      0xF0011E24          DMA Channel 9 Transaction State Register
DMA_TSR010      0xF0011E28          DMA Channel 10 Transaction State Register
DMA_TSR011      0xF0011E2C          DMA Channel 11 Transaction State Register
DMA_TSR012      0xF0011E30          DMA Channel 12 Transaction State Register
DMA_TSR013      0xF0011E34          DMA Channel 13 Transaction State Register
DMA_TSR014      0xF0011E38          DMA Channel 14 Transaction State Register
DMA_TSR015      0xF0011E3C          DMA Channel 15 Transaction State Register
DMA_TSR016      0xF0011E40          DMA Channel 16 Transaction State Register
DMA_TSR017      0xF0011E44          DMA Channel 17 Transaction State Register
DMA_TSR018      0xF0011E48          DMA Channel 18 Transaction State Register
DMA_TSR019      0xF0011E4C          DMA Channel 19 Transaction State Register
DMA_TSR020      0xF0011E50          DMA Channel 20 Transaction State Register
DMA_TSR021      0xF0011E54          DMA Channel 21 Transaction State Register
DMA_TSR022      0xF0011E58          DMA Channel 22 Transaction State Register
DMA_TSR023      0xF0011E5C          DMA Channel 23 Transaction State Register
DMA_TSR024      0xF0011E60          DMA Channel 24 Transaction State Register
DMA_TSR025      0xF0011E64          DMA Channel 25 Transaction State Register
DMA_TSR026      0xF0011E68          DMA Channel 26 Transaction State Register
DMA_TSR027      0xF0011E6C          DMA Channel 27 Transaction State Register
DMA_TSR028      0xF0011E70          DMA Channel 28 Transaction State Register
DMA_TSR029      0xF0011E74          DMA Channel 29 Transaction State Register
DMA_TSR030      0xF0011E78          DMA Channel 30 Transaction State Register
DMA_TSR031      0xF0011E7C          DMA Channel 31 Transaction State Register
DMA_TSR032      0xF0011E80          DMA Channel 32 Transaction State Register
DMA_TSR033      0xF0011E84          DMA Channel 33 Transaction State Register
DMA_TSR034      0xF0011E88          DMA Channel 34 Transaction State Register
DMA_TSR035      0xF0011E8C          DMA Channel 35 Transaction State Register
DMA_TSR036      0xF0011E90          DMA Channel 36 Transaction State Register
DMA_TSR037      0xF0011E94          DMA Channel 37 Transaction State Register
DMA_TSR038      0xF0011E98          DMA Channel 38 Transaction State Register
DMA_TSR039      0xF0011E9C          DMA Channel 39 Transaction State Register
DMA_TSR040      0xF0011EA0          DMA Channel 40 Transaction State Register
DMA_TSR041      0xF0011EA4          DMA Channel 41 Transaction State Register
DMA_TSR042      0xF0011EA8          DMA Channel 42 Transaction State Register
DMA_TSR043      0xF0011EAC          DMA Channel 43 Transaction State Register
DMA_TSR044      0xF0011EB0          DMA Channel 44 Transaction State Register
DMA_TSR045      0xF0011EB4          DMA Channel 45 Transaction State Register
DMA_TSR046      0xF0011EB8          DMA Channel 46 Transaction State Register
DMA_TSR047      0xF0011EBC          DMA Channel 47 Transaction State Register
DMA_TSR048      0xF0011EC0          DMA Channel 48 Transaction State Register
DMA_TSR049      0xF0011EC4          DMA Channel 49 Transaction State Register
DMA_TSR050      0xF0011EC8          DMA Channel 50 Transaction State Register
DMA_TSR051      0xF0011ECC          DMA Channel 51 Transaction State Register
DMA_TSR052      0xF0011ED0          DMA Channel 52 Transaction State Register
DMA_TSR053      0xF0011ED4          DMA Channel 53 Transaction State Register
DMA_TSR054      0xF0011ED8          DMA Channel 54 Transaction State Register
DMA_TSR055      0xF0011EDC          DMA Channel 55 Transaction State Register
DMA_TSR056      0xF0011EE0          DMA Channel 56 Transaction State Register
DMA_TSR057      0xF0011EE4          DMA Channel 57 Transaction State Register
DMA_TSR058      0xF0011EE8          DMA Channel 58 Transaction State Register
DMA_TSR059      0xF0011EEC          DMA Channel 59 Transaction State Register
DMA_TSR060      0xF0011EF0          DMA Channel 60 Transaction State Register
DMA_TSR061      0xF0011EF4          DMA Channel 61 Transaction State Register
DMA_TSR062      0xF0011EF8          DMA Channel 62 Transaction State Register
DMA_TSR063      0xF0011EFC          DMA Channel 63 Transaction State Register
DMA_RDCRCR000   0xF0012000          DMARAM Channel 0 Read Data CRC Register
DMA_SDCRCR000   0xF0012004          DMARAM Channel 0 Source and Destination Address CRC Register
DMA_SADR000     0xF0012008          DMARAM Channel 0 Source Address Register
DMA_DADR000     0xF001200C          DMARAM Channel 0 Destination Address Register
DMA_ADICR000    0xF0012010          DMARAM Channel 0 Address and Interrupt Control Register
DMA_CHCFGR000   0xF0012014          DMARAM Channel 0 Configuration Register
DMA_SHADR000    0xF0012018          DMARAM Channel 0 Shadow Address Register
DMA_CHCSR000    0xF001201C          DMARAM Channel 0 Control and Status Register
DMA_RDCRCR001   0xF0012020          DMARAM Channel 1 Read Data CRC Register
DMA_SDCRCR001   0xF0012024          DMARAM Channel 1 Source and Destination Address CRC Register
DMA_SADR001     0xF0012028          DMARAM Channel 1 Source Address Register
DMA_DADR001     0xF001202C          DMARAM Channel 1 Destination Address Register
DMA_ADICR001    0xF0012030          DMARAM Channel 1 Address and Interrupt Control Register
DMA_CHCFGR001   0xF0012034          DMARAM Channel 1 Configuration Register
DMA_SHADR001    0xF0012038          DMARAM Channel 1 Shadow Address Register
DMA_CHCSR001    0xF001203C          DMARAM Channel 1 Control and Status Register
DMA_RDCRCR002   0xF0012040          DMARAM Channel 2 Read Data CRC Register
DMA_SDCRCR002   0xF0012044          DMARAM Channel 2 Source and Destination Address CRC Register
DMA_SADR002     0xF0012048          DMARAM Channel 2 Source Address Register
DMA_DADR002     0xF001204C          DMARAM Channel 2 Destination Address Register
DMA_ADICR002    0xF0012050          DMARAM Channel 2 Address and Interrupt Control Register
DMA_CHCFGR002   0xF0012054          DMARAM Channel 2 Configuration Register
DMA_SHADR002    0xF0012058          DMARAM Channel 2 Shadow Address Register
DMA_CHCSR002    0xF001205C          DMARAM Channel 2 Control and Status Register
DMA_RDCRCR003   0xF0012060          DMARAM Channel 3 Read Data CRC Register
DMA_SDCRCR003   0xF0012064          DMARAM Channel 3 Source and Destination Address CRC Register
DMA_SADR003     0xF0012068          DMARAM Channel 3 Source Address Register
DMA_DADR003     0xF001206C          DMARAM Channel 3 Destination Address Register
DMA_ADICR003    0xF0012070          DMARAM Channel 3 Address and Interrupt Control Register
DMA_CHCFGR003   0xF0012074          DMARAM Channel 3 Configuration Register
DMA_SHADR003    0xF0012078          DMARAM Channel 3 Shadow Address Register
DMA_CHCSR003    0xF001207C          DMARAM Channel 3 Control and Status Register
DMA_RDCRCR004   0xF0012080          DMARAM Channel 4 Read Data CRC Register
DMA_SDCRCR004   0xF0012084          DMARAM Channel 4 Source and Destination Address CRC Register
DMA_SADR004     0xF0012088          DMARAM Channel 4 Source Address Register
DMA_DADR004     0xF001208C          DMARAM Channel 4 Destination Address Register
DMA_ADICR004    0xF0012090          DMARAM Channel 4 Address and Interrupt Control Register
DMA_CHCFGR004   0xF0012094          DMARAM Channel 4 Configuration Register
DMA_SHADR004    0xF0012098          DMARAM Channel 4 Shadow Address Register
DMA_CHCSR004    0xF001209C          DMARAM Channel 4 Control and Status Register
DMA_RDCRCR005   0xF00120A0          DMARAM Channel 5 Read Data CRC Register
DMA_SDCRCR005   0xF00120A4          DMARAM Channel 5 Source and Destination Address CRC Register
DMA_SADR005     0xF00120A8          DMARAM Channel 5 Source Address Register
DMA_DADR005     0xF00120AC          DMARAM Channel 5 Destination Address Register
DMA_ADICR005    0xF00120B0          DMARAM Channel 5 Address and Interrupt Control Register
DMA_CHCFGR005   0xF00120B4          DMARAM Channel 5 Configuration Register
DMA_SHADR005    0xF00120B8          DMARAM Channel 5 Shadow Address Register
DMA_CHCSR005    0xF00120BC          DMARAM Channel 5 Control and Status Register
DMA_RDCRCR006   0xF00120C0          DMARAM Channel 6 Read Data CRC Register
DMA_SDCRCR006   0xF00120C4          DMARAM Channel 6 Source and Destination Address CRC Register
DMA_SADR006     0xF00120C8          DMARAM Channel 6 Source Address Register
DMA_DADR006     0xF00120CC          DMARAM Channel 6 Destination Address Register
DMA_ADICR006    0xF00120D0          DMARAM Channel 6 Address and Interrupt Control Register
DMA_CHCFGR006   0xF00120D4          DMARAM Channel 6 Configuration Register
DMA_SHADR006    0xF00120D8          DMARAM Channel 6 Shadow Address Register
DMA_CHCSR006    0xF00120DC          DMARAM Channel 6 Control and Status Register
DMA_RDCRCR007   0xF00120E0          DMARAM Channel 7 Read Data CRC Register
DMA_SDCRCR007   0xF00120E4          DMARAM Channel 7 Source and Destination Address CRC Register
DMA_SADR007     0xF00120E8          DMARAM Channel 7 Source Address Register
DMA_DADR007     0xF00120EC          DMARAM Channel 7 Destination Address Register
DMA_ADICR007    0xF00120F0          DMARAM Channel 7 Address and Interrupt Control Register
DMA_CHCFGR007   0xF00120F4          DMARAM Channel 7 Configuration Register
DMA_SHADR007    0xF00120F8          DMARAM Channel 7 Shadow Address Register
DMA_CHCSR007    0xF00120FC          DMARAM Channel 7 Control and Status Register
DMA_RDCRCR008   0xF0012100          DMARAM Channel 8 Read Data CRC Register
DMA_SDCRCR008   0xF0012104          DMARAM Channel 8 Source and Destination Address CRC Register
DMA_SADR008     0xF0012108          DMARAM Channel 8 Source Address Register
DMA_DADR008     0xF001210C          DMARAM Channel 8 Destination Address Register
DMA_ADICR008    0xF0012110          DMARAM Channel 8 Address and Interrupt Control Register
DMA_CHCFGR008   0xF0012114          DMARAM Channel 8 Configuration Register
DMA_SHADR008    0xF0012118          DMARAM Channel 8 Shadow Address Register
DMA_CHCSR008    0xF001211C          DMARAM Channel 8 Control and Status Register
DMA_RDCRCR009   0xF0012120          DMARAM Channel 9 Read Data CRC Register
DMA_SDCRCR009   0xF0012124          DMARAM Channel 9 Source and Destination Address CRC Register
DMA_SADR009     0xF0012128          DMARAM Channel 9 Source Address Register
DMA_DADR009     0xF001212C          DMARAM Channel 9 Destination Address Register
DMA_ADICR009    0xF0012130          DMARAM Channel 9 Address and Interrupt Control Register
DMA_CHCFGR009   0xF0012134          DMARAM Channel 9 Configuration Register
DMA_SHADR009    0xF0012138          DMARAM Channel 9 Shadow Address Register
DMA_CHCSR009    0xF001213C          DMARAM Channel 9 Control and Status Register
DMA_RDCRCR010   0xF0012140          DMARAM Channel 10 Read Data CRC Register
DMA_SDCRCR010   0xF0012144          DMARAM Channel 10 Source and Destination Address CRC Register
DMA_SADR010     0xF0012148          DMARAM Channel 10 Source Address Register
DMA_DADR010     0xF001214C          DMARAM Channel 10 Destination Address Register
DMA_ADICR010    0xF0012150          DMARAM Channel 10 Address and Interrupt Control Register
DMA_CHCFGR010   0xF0012154          DMARAM Channel 10 Configuration Register
DMA_SHADR010    0xF0012158          DMARAM Channel 10 Shadow Address Register
DMA_CHCSR010    0xF001215C          DMARAM Channel 10 Control and Status Register
DMA_RDCRCR011   0xF0012160          DMARAM Channel 11 Read Data CRC Register
DMA_SDCRCR011   0xF0012164          DMARAM Channel 11 Source and Destination Address CRC Register
DMA_SADR011     0xF0012168          DMARAM Channel 11 Source Address Register
DMA_DADR011     0xF001216C          DMARAM Channel 11 Destination Address Register
DMA_ADICR011    0xF0012170          DMARAM Channel 11 Address and Interrupt Control Register
DMA_CHCFGR011   0xF0012174          DMARAM Channel 11 Configuration Register
DMA_SHADR011    0xF0012178          DMARAM Channel 11 Shadow Address Register
DMA_CHCSR011    0xF001217C          DMARAM Channel 11 Control and Status Register
DMA_RDCRCR012   0xF0012180          DMARAM Channel 12 Read Data CRC Register
DMA_SDCRCR012   0xF0012184          DMARAM Channel 12 Source and Destination Address CRC Register
DMA_SADR012     0xF0012188          DMARAM Channel 12 Source Address Register
DMA_DADR012     0xF001218C          DMARAM Channel 12 Destination Address Register
DMA_ADICR012    0xF0012190          DMARAM Channel 12 Address and Interrupt Control Register
DMA_CHCFGR012   0xF0012194          DMARAM Channel 12 Configuration Register
DMA_SHADR012    0xF0012198          DMARAM Channel 12 Shadow Address Register
DMA_CHCSR012    0xF001219C          DMARAM Channel 12 Control and Status Register
DMA_RDCRCR013   0xF00121A0          DMARAM Channel 13 Read Data CRC Register
DMA_SDCRCR013   0xF00121A4          DMARAM Channel 13 Source and Destination Address CRC Register
DMA_SADR013     0xF00121A8          DMARAM Channel 13 Source Address Register
DMA_DADR013     0xF00121AC          DMARAM Channel 13 Destination Address Register
DMA_ADICR013    0xF00121B0          DMARAM Channel 13 Address and Interrupt Control Register
DMA_CHCFGR013   0xF00121B4          DMARAM Channel 13 Configuration Register
DMA_SHADR013    0xF00121B8          DMARAM Channel 13 Shadow Address Register
DMA_CHCSR013    0xF00121BC          DMARAM Channel 13 Control and Status Register
DMA_RDCRCR014   0xF00121C0          DMARAM Channel 14 Read Data CRC Register
DMA_SDCRCR014   0xF00121C4          DMARAM Channel 14 Source and Destination Address CRC Register
DMA_SADR014     0xF00121C8          DMARAM Channel 14 Source Address Register
DMA_DADR014     0xF00121CC          DMARAM Channel 14 Destination Address Register
DMA_ADICR014    0xF00121D0          DMARAM Channel 14 Address and Interrupt Control Register
DMA_CHCFGR014   0xF00121D4          DMARAM Channel 14 Configuration Register
DMA_SHADR014    0xF00121D8          DMARAM Channel 14 Shadow Address Register
DMA_CHCSR014    0xF00121DC          DMARAM Channel 14 Control and Status Register
DMA_RDCRCR015   0xF00121E0          DMARAM Channel 15 Read Data CRC Register
DMA_SDCRCR015   0xF00121E4          DMARAM Channel 15 Source and Destination Address CRC Register
DMA_SADR015     0xF00121E8          DMARAM Channel 15 Source Address Register
DMA_DADR015     0xF00121EC          DMARAM Channel 15 Destination Address Register
DMA_ADICR015    0xF00121F0          DMARAM Channel 15 Address and Interrupt Control Register
DMA_CHCFGR015   0xF00121F4          DMARAM Channel 15 Configuration Register
DMA_SHADR015    0xF00121F8          DMARAM Channel 15 Shadow Address Register
DMA_CHCSR015    0xF00121FC          DMARAM Channel 15 Control and Status Register
DMA_RDCRCR016   0xF0012200          DMARAM Channel 16 Read Data CRC Register
DMA_SDCRCR016   0xF0012204          DMARAM Channel 16 Source and Destination Address CRC Register
DMA_SADR016     0xF0012208          DMARAM Channel 16 Source Address Register
DMA_DADR016     0xF001220C          DMARAM Channel 16 Destination Address Register
DMA_ADICR016    0xF0012210          DMARAM Channel 16 Address and Interrupt Control Register
DMA_CHCFGR016   0xF0012214          DMARAM Channel 16 Configuration Register
DMA_SHADR016    0xF0012218          DMARAM Channel 16 Shadow Address Register
DMA_CHCSR016    0xF001221C          DMARAM Channel 16 Control and Status Register
DMA_RDCRCR017   0xF0012220          DMARAM Channel 17 Read Data CRC Register
DMA_SDCRCR017   0xF0012224          DMARAM Channel 17 Source and Destination Address CRC Register
DMA_SADR017     0xF0012228          DMARAM Channel 17 Source Address Register
DMA_DADR017     0xF001222C          DMARAM Channel 17 Destination Address Register
DMA_ADICR017    0xF0012230          DMARAM Channel 17 Address and Interrupt Control Register
DMA_CHCFGR017   0xF0012234          DMARAM Channel 17 Configuration Register
DMA_SHADR017    0xF0012238          DMARAM Channel 17 Shadow Address Register
DMA_CHCSR017    0xF001223C          DMARAM Channel 17 Control and Status Register
DMA_RDCRCR018   0xF0012240          DMARAM Channel 18 Read Data CRC Register
DMA_SDCRCR018   0xF0012244          DMARAM Channel 18 Source and Destination Address CRC Register
DMA_SADR018     0xF0012248          DMARAM Channel 18 Source Address Register
DMA_DADR018     0xF001224C          DMARAM Channel 18 Destination Address Register
DMA_ADICR018    0xF0012250          DMARAM Channel 18 Address and Interrupt Control Register
DMA_CHCFGR018   0xF0012254          DMARAM Channel 18 Configuration Register
DMA_SHADR018    0xF0012258          DMARAM Channel 18 Shadow Address Register
DMA_CHCSR018    0xF001225C          DMARAM Channel 18 Control and Status Register
DMA_RDCRCR019   0xF0012260          DMARAM Channel 19 Read Data CRC Register
DMA_SDCRCR019   0xF0012264          DMARAM Channel 19 Source and Destination Address CRC Register
DMA_SADR019     0xF0012268          DMARAM Channel 19 Source Address Register
DMA_DADR019     0xF001226C          DMARAM Channel 19 Destination Address Register
DMA_ADICR019    0xF0012270          DMARAM Channel 19 Address and Interrupt Control Register
DMA_CHCFGR019   0xF0012274          DMARAM Channel 19 Configuration Register
DMA_SHADR019    0xF0012278          DMARAM Channel 19 Shadow Address Register
DMA_CHCSR019    0xF001227C          DMARAM Channel 19 Control and Status Register
DMA_RDCRCR020   0xF0012280          DMARAM Channel 20 Read Data CRC Register
DMA_SDCRCR020   0xF0012284          DMARAM Channel 20 Source and Destination Address CRC Register
DMA_SADR020     0xF0012288          DMARAM Channel 20 Source Address Register
DMA_DADR020     0xF001228C          DMARAM Channel 20 Destination Address Register
DMA_ADICR020    0xF0012290          DMARAM Channel 20 Address and Interrupt Control Register
DMA_CHCFGR020   0xF0012294          DMARAM Channel 20 Configuration Register
DMA_SHADR020    0xF0012298          DMARAM Channel 20 Shadow Address Register
DMA_CHCSR020    0xF001229C          DMARAM Channel 20 Control and Status Register
DMA_RDCRCR021   0xF00122A0          DMARAM Channel 21 Read Data CRC Register
DMA_SDCRCR021   0xF00122A4          DMARAM Channel 21 Source and Destination Address CRC Register
DMA_SADR021     0xF00122A8          DMARAM Channel 21 Source Address Register
DMA_DADR021     0xF00122AC          DMARAM Channel 21 Destination Address Register
DMA_ADICR021    0xF00122B0          DMARAM Channel 21 Address and Interrupt Control Register
DMA_CHCFGR021   0xF00122B4          DMARAM Channel 21 Configuration Register
DMA_SHADR021    0xF00122B8          DMARAM Channel 21 Shadow Address Register
DMA_CHCSR021    0xF00122BC          DMARAM Channel 21 Control and Status Register
DMA_RDCRCR022   0xF00122C0          DMARAM Channel 22 Read Data CRC Register
DMA_SDCRCR022   0xF00122C4          DMARAM Channel 22 Source and Destination Address CRC Register
DMA_SADR022     0xF00122C8          DMARAM Channel 22 Source Address Register
DMA_DADR022     0xF00122CC          DMARAM Channel 22 Destination Address Register
DMA_ADICR022    0xF00122D0          DMARAM Channel 22 Address and Interrupt Control Register
DMA_CHCFGR022   0xF00122D4          DMARAM Channel 22 Configuration Register
DMA_SHADR022    0xF00122D8          DMARAM Channel 22 Shadow Address Register
DMA_CHCSR022    0xF00122DC          DMARAM Channel 22 Control and Status Register
DMA_RDCRCR023   0xF00122E0          DMARAM Channel 23 Read Data CRC Register
DMA_SDCRCR023   0xF00122E4          DMARAM Channel 23 Source and Destination Address CRC Register
DMA_SADR023     0xF00122E8          DMARAM Channel 23 Source Address Register
DMA_DADR023     0xF00122EC          DMARAM Channel 23 Destination Address Register
DMA_ADICR023    0xF00122F0          DMARAM Channel 23 Address and Interrupt Control Register
DMA_CHCFGR023   0xF00122F4          DMARAM Channel 23 Configuration Register
DMA_SHADR023    0xF00122F8          DMARAM Channel 23 Shadow Address Register
DMA_CHCSR023    0xF00122FC          DMARAM Channel 23 Control and Status Register
DMA_RDCRCR024   0xF0012300          DMARAM Channel 24 Read Data CRC Register
DMA_SDCRCR024   0xF0012304          DMARAM Channel 24 Source and Destination Address CRC Register
DMA_SADR024     0xF0012308          DMARAM Channel 24 Source Address Register
DMA_DADR024     0xF001230C          DMARAM Channel 24 Destination Address Register
DMA_ADICR024    0xF0012310          DMARAM Channel 24 Address and Interrupt Control Register
DMA_CHCFGR024   0xF0012314          DMARAM Channel 24 Configuration Register
DMA_SHADR024    0xF0012318          DMARAM Channel 24 Shadow Address Register
DMA_CHCSR024    0xF001231C          DMARAM Channel 24 Control and Status Register
DMA_RDCRCR025   0xF0012320          DMARAM Channel 25 Read Data CRC Register
DMA_SDCRCR025   0xF0012324          DMARAM Channel 25 Source and Destination Address CRC Register
DMA_SADR025     0xF0012328          DMARAM Channel 25 Source Address Register
DMA_DADR025     0xF001232C          DMARAM Channel 25 Destination Address Register
DMA_ADICR025    0xF0012330          DMARAM Channel 25 Address and Interrupt Control Register
DMA_CHCFGR025   0xF0012334          DMARAM Channel 25 Configuration Register
DMA_SHADR025    0xF0012338          DMARAM Channel 25 Shadow Address Register
DMA_CHCSR025    0xF001233C          DMARAM Channel 25 Control and Status Register
DMA_RDCRCR026   0xF0012340          DMARAM Channel 26 Read Data CRC Register
DMA_SDCRCR026   0xF0012344          DMARAM Channel 26 Source and Destination Address CRC Register
DMA_SADR026     0xF0012348          DMARAM Channel 26 Source Address Register
DMA_DADR026     0xF001234C          DMARAM Channel 26 Destination Address Register
DMA_ADICR026    0xF0012350          DMARAM Channel 26 Address and Interrupt Control Register
DMA_CHCFGR026   0xF0012354          DMARAM Channel 26 Configuration Register
DMA_SHADR026    0xF0012358          DMARAM Channel 26 Shadow Address Register
DMA_CHCSR026    0xF001235C          DMARAM Channel 26 Control and Status Register
DMA_RDCRCR027   0xF0012360          DMARAM Channel 27 Read Data CRC Register
DMA_SDCRCR027   0xF0012364          DMARAM Channel 27 Source and Destination Address CRC Register
DMA_SADR027     0xF0012368          DMARAM Channel 27 Source Address Register
DMA_DADR027     0xF001236C          DMARAM Channel 27 Destination Address Register
DMA_ADICR027    0xF0012370          DMARAM Channel 27 Address and Interrupt Control Register
DMA_CHCFGR027   0xF0012374          DMARAM Channel 27 Configuration Register
DMA_SHADR027    0xF0012378          DMARAM Channel 27 Shadow Address Register
DMA_CHCSR027    0xF001237C          DMARAM Channel 27 Control and Status Register
DMA_RDCRCR028   0xF0012380          DMARAM Channel 28 Read Data CRC Register
DMA_SDCRCR028   0xF0012384          DMARAM Channel 28 Source and Destination Address CRC Register
DMA_SADR028     0xF0012388          DMARAM Channel 28 Source Address Register
DMA_DADR028     0xF001238C          DMARAM Channel 28 Destination Address Register
DMA_ADICR028    0xF0012390          DMARAM Channel 28 Address and Interrupt Control Register
DMA_CHCFGR028   0xF0012394          DMARAM Channel 28 Configuration Register
DMA_SHADR028    0xF0012398          DMARAM Channel 28 Shadow Address Register
DMA_CHCSR028    0xF001239C          DMARAM Channel 28 Control and Status Register
DMA_RDCRCR029   0xF00123A0          DMARAM Channel 29 Read Data CRC Register
DMA_SDCRCR029   0xF00123A4          DMARAM Channel 29 Source and Destination Address CRC Register
DMA_SADR029     0xF00123A8          DMARAM Channel 29 Source Address Register
DMA_DADR029     0xF00123AC          DMARAM Channel 29 Destination Address Register
DMA_ADICR029    0xF00123B0          DMARAM Channel 29 Address and Interrupt Control Register
DMA_CHCFGR029   0xF00123B4          DMARAM Channel 29 Configuration Register
DMA_SHADR029    0xF00123B8          DMARAM Channel 29 Shadow Address Register
DMA_CHCSR029    0xF00123BC          DMARAM Channel 29 Control and Status Register
DMA_RDCRCR030   0xF00123C0          DMARAM Channel 30 Read Data CRC Register
DMA_SDCRCR030   0xF00123C4          DMARAM Channel 30 Source and Destination Address CRC Register
DMA_SADR030     0xF00123C8          DMARAM Channel 30 Source Address Register
DMA_DADR030     0xF00123CC          DMARAM Channel 30 Destination Address Register
DMA_ADICR030    0xF00123D0          DMARAM Channel 30 Address and Interrupt Control Register
DMA_CHCFGR030   0xF00123D4          DMARAM Channel 30 Configuration Register
DMA_SHADR030    0xF00123D8          DMARAM Channel 30 Shadow Address Register
DMA_CHCSR030    0xF00123DC          DMARAM Channel 30 Control and Status Register
DMA_RDCRCR031   0xF00123E0          DMARAM Channel 31 Read Data CRC Register
DMA_SDCRCR031   0xF00123E4          DMARAM Channel 31 Source and Destination Address CRC Register
DMA_SADR031     0xF00123E8          DMARAM Channel 31 Source Address Register
DMA_DADR031     0xF00123EC          DMARAM Channel 31 Destination Address Register
DMA_ADICR031    0xF00123F0          DMARAM Channel 31 Address and Interrupt Control Register
DMA_CHCFGR031   0xF00123F4          DMARAM Channel 31 Configuration Register
DMA_SHADR031    0xF00123F8          DMARAM Channel 31 Shadow Address Register
DMA_CHCSR031    0xF00123FC          DMARAM Channel 31 Control and Status Register
DMA_RDCRCR032   0xF0012400          DMARAM Channel 32 Read Data CRC Register
DMA_SDCRCR032   0xF0012404          DMARAM Channel 32 Source and Destination Address CRC Register
DMA_SADR032     0xF0012408          DMARAM Channel 32 Source Address Register
DMA_DADR032     0xF001240C          DMARAM Channel 32 Destination Address Register
DMA_ADICR032    0xF0012410          DMARAM Channel 32 Address and Interrupt Control Register
DMA_CHCFGR032   0xF0012414          DMARAM Channel 32 Configuration Register
DMA_SHADR032    0xF0012418          DMARAM Channel 32 Shadow Address Register
DMA_CHCSR032    0xF001241C          DMARAM Channel 32 Control and Status Register
DMA_RDCRCR033   0xF0012420          DMARAM Channel 33 Read Data CRC Register
DMA_SDCRCR033   0xF0012424          DMARAM Channel 33 Source and Destination Address CRC Register
DMA_SADR033     0xF0012428          DMARAM Channel 33 Source Address Register
DMA_DADR033     0xF001242C          DMARAM Channel 33 Destination Address Register
DMA_ADICR033    0xF0012430          DMARAM Channel 33 Address and Interrupt Control Register
DMA_CHCFGR033   0xF0012434          DMARAM Channel 33 Configuration Register
DMA_SHADR033    0xF0012438          DMARAM Channel 33 Shadow Address Register
DMA_CHCSR033    0xF001243C          DMARAM Channel 33 Control and Status Register
DMA_RDCRCR034   0xF0012440          DMARAM Channel 34 Read Data CRC Register
DMA_SDCRCR034   0xF0012444          DMARAM Channel 34 Source and Destination Address CRC Register
DMA_SADR034     0xF0012448          DMARAM Channel 34 Source Address Register
DMA_DADR034     0xF001244C          DMARAM Channel 34 Destination Address Register
DMA_ADICR034    0xF0012450          DMARAM Channel 34 Address and Interrupt Control Register
DMA_CHCFGR034   0xF0012454          DMARAM Channel 34 Configuration Register
DMA_SHADR034    0xF0012458          DMARAM Channel 34 Shadow Address Register
DMA_CHCSR034    0xF001245C          DMARAM Channel 34 Control and Status Register
DMA_RDCRCR035   0xF0012460          DMARAM Channel 35 Read Data CRC Register
DMA_SDCRCR035   0xF0012464          DMARAM Channel 35 Source and Destination Address CRC Register
DMA_SADR035     0xF0012468          DMARAM Channel 35 Source Address Register
DMA_DADR035     0xF001246C          DMARAM Channel 35 Destination Address Register
DMA_ADICR035    0xF0012470          DMARAM Channel 35 Address and Interrupt Control Register
DMA_CHCFGR035   0xF0012474          DMARAM Channel 35 Configuration Register
DMA_SHADR035    0xF0012478          DMARAM Channel 35 Shadow Address Register
DMA_CHCSR035    0xF001247C          DMARAM Channel 35 Control and Status Register
DMA_RDCRCR036   0xF0012480          DMARAM Channel 36 Read Data CRC Register
DMA_SDCRCR036   0xF0012484          DMARAM Channel 36 Source and Destination Address CRC Register
DMA_SADR036     0xF0012488          DMARAM Channel 36 Source Address Register
DMA_DADR036     0xF001248C          DMARAM Channel 36 Destination Address Register
DMA_ADICR036    0xF0012490          DMARAM Channel 36 Address and Interrupt Control Register
DMA_CHCFGR036   0xF0012494          DMARAM Channel 36 Configuration Register
DMA_SHADR036    0xF0012498          DMARAM Channel 36 Shadow Address Register
DMA_CHCSR036    0xF001249C          DMARAM Channel 36 Control and Status Register
DMA_RDCRCR037   0xF00124A0          DMARAM Channel 37 Read Data CRC Register
DMA_SDCRCR037   0xF00124A4          DMARAM Channel 37 Source and Destination Address CRC Register
DMA_SADR037     0xF00124A8          DMARAM Channel 37 Source Address Register
DMA_DADR037     0xF00124AC          DMARAM Channel 37 Destination Address Register
DMA_ADICR037    0xF00124B0          DMARAM Channel 37 Address and Interrupt Control Register
DMA_CHCFGR037   0xF00124B4          DMARAM Channel 37 Configuration Register
DMA_SHADR037    0xF00124B8          DMARAM Channel 37 Shadow Address Register
DMA_CHCSR037    0xF00124BC          DMARAM Channel 37 Control and Status Register
DMA_RDCRCR038   0xF00124C0          DMARAM Channel 38 Read Data CRC Register
DMA_SDCRCR038   0xF00124C4          DMARAM Channel 38 Source and Destination Address CRC Register
DMA_SADR038     0xF00124C8          DMARAM Channel 38 Source Address Register
DMA_DADR038     0xF00124CC          DMARAM Channel 38 Destination Address Register
DMA_ADICR038    0xF00124D0          DMARAM Channel 38 Address and Interrupt Control Register
DMA_CHCFGR038   0xF00124D4          DMARAM Channel 38 Configuration Register
DMA_SHADR038    0xF00124D8          DMARAM Channel 38 Shadow Address Register
DMA_CHCSR038    0xF00124DC          DMARAM Channel 38 Control and Status Register
DMA_RDCRCR039   0xF00124E0          DMARAM Channel 39 Read Data CRC Register
DMA_SDCRCR039   0xF00124E4          DMARAM Channel 39 Source and Destination Address CRC Register
DMA_SADR039     0xF00124E8          DMARAM Channel 39 Source Address Register
DMA_DADR039     0xF00124EC          DMARAM Channel 39 Destination Address Register
DMA_ADICR039    0xF00124F0          DMARAM Channel 39 Address and Interrupt Control Register
DMA_CHCFGR039   0xF00124F4          DMARAM Channel 39 Configuration Register
DMA_SHADR039    0xF00124F8          DMARAM Channel 39 Shadow Address Register
DMA_CHCSR039    0xF00124FC          DMARAM Channel 39 Control and Status Register
DMA_RDCRCR040   0xF0012500          DMARAM Channel 40 Read Data CRC Register
DMA_SDCRCR040   0xF0012504          DMARAM Channel 40 Source and Destination Address CRC Register
DMA_SADR040     0xF0012508          DMARAM Channel 40 Source Address Register
DMA_DADR040     0xF001250C          DMARAM Channel 40 Destination Address Register
DMA_ADICR040    0xF0012510          DMARAM Channel 40 Address and Interrupt Control Register
DMA_CHCFGR040   0xF0012514          DMARAM Channel 40 Configuration Register
DMA_SHADR040    0xF0012518          DMARAM Channel 40 Shadow Address Register
DMA_CHCSR040    0xF001251C          DMARAM Channel 40 Control and Status Register
DMA_RDCRCR041   0xF0012520          DMARAM Channel 41 Read Data CRC Register
DMA_SDCRCR041   0xF0012524          DMARAM Channel 41 Source and Destination Address CRC Register
DMA_SADR041     0xF0012528          DMARAM Channel 41 Source Address Register
DMA_DADR041     0xF001252C          DMARAM Channel 41 Destination Address Register
DMA_ADICR041    0xF0012530          DMARAM Channel 41 Address and Interrupt Control Register
DMA_CHCFGR041   0xF0012534          DMARAM Channel 41 Configuration Register
DMA_SHADR041    0xF0012538          DMARAM Channel 41 Shadow Address Register
DMA_CHCSR041    0xF001253C          DMARAM Channel 41 Control and Status Register
DMA_RDCRCR042   0xF0012540          DMARAM Channel 42 Read Data CRC Register
DMA_SDCRCR042   0xF0012544          DMARAM Channel 42 Source and Destination Address CRC Register
DMA_SADR042     0xF0012548          DMARAM Channel 42 Source Address Register
DMA_DADR042     0xF001254C          DMARAM Channel 42 Destination Address Register
DMA_ADICR042    0xF0012550          DMARAM Channel 42 Address and Interrupt Control Register
DMA_CHCFGR042   0xF0012554          DMARAM Channel 42 Configuration Register
DMA_SHADR042    0xF0012558          DMARAM Channel 42 Shadow Address Register
DMA_CHCSR042    0xF001255C          DMARAM Channel 42 Control and Status Register
DMA_RDCRCR043   0xF0012560          DMARAM Channel 43 Read Data CRC Register
DMA_SDCRCR043   0xF0012564          DMARAM Channel 43 Source and Destination Address CRC Register
DMA_SADR043     0xF0012568          DMARAM Channel 43 Source Address Register
DMA_DADR043     0xF001256C          DMARAM Channel 43 Destination Address Register
DMA_ADICR043    0xF0012570          DMARAM Channel 43 Address and Interrupt Control Register
DMA_CHCFGR043   0xF0012574          DMARAM Channel 43 Configuration Register
DMA_SHADR043    0xF0012578          DMARAM Channel 43 Shadow Address Register
DMA_CHCSR043    0xF001257C          DMARAM Channel 43 Control and Status Register
DMA_RDCRCR044   0xF0012580          DMARAM Channel 44 Read Data CRC Register
DMA_SDCRCR044   0xF0012584          DMARAM Channel 44 Source and Destination Address CRC Register
DMA_SADR044     0xF0012588          DMARAM Channel 44 Source Address Register
DMA_DADR044     0xF001258C          DMARAM Channel 44 Destination Address Register
DMA_ADICR044    0xF0012590          DMARAM Channel 44 Address and Interrupt Control Register
DMA_CHCFGR044   0xF0012594          DMARAM Channel 44 Configuration Register
DMA_SHADR044    0xF0012598          DMARAM Channel 44 Shadow Address Register
DMA_CHCSR044    0xF001259C          DMARAM Channel 44 Control and Status Register
DMA_RDCRCR045   0xF00125A0          DMARAM Channel 45 Read Data CRC Register
DMA_SDCRCR045   0xF00125A4          DMARAM Channel 45 Source and Destination Address CRC Register
DMA_SADR045     0xF00125A8          DMARAM Channel 45 Source Address Register
DMA_DADR045     0xF00125AC          DMARAM Channel 45 Destination Address Register
DMA_ADICR045    0xF00125B0          DMARAM Channel 45 Address and Interrupt Control Register
DMA_CHCFGR045   0xF00125B4          DMARAM Channel 45 Configuration Register
DMA_SHADR045    0xF00125B8          DMARAM Channel 45 Shadow Address Register
DMA_CHCSR045    0xF00125BC          DMARAM Channel 45 Control and Status Register
DMA_RDCRCR046   0xF00125C0          DMARAM Channel 46 Read Data CRC Register
DMA_SDCRCR046   0xF00125C4          DMARAM Channel 46 Source and Destination Address CRC Register
DMA_SADR046     0xF00125C8          DMARAM Channel 46 Source Address Register
DMA_DADR046     0xF00125CC          DMARAM Channel 46 Destination Address Register
DMA_ADICR046    0xF00125D0          DMARAM Channel 46 Address and Interrupt Control Register
DMA_CHCFGR046   0xF00125D4          DMARAM Channel 46 Configuration Register
DMA_SHADR046    0xF00125D8          DMARAM Channel 46 Shadow Address Register
DMA_CHCSR046    0xF00125DC          DMARAM Channel 46 Control and Status Register
DMA_RDCRCR047   0xF00125E0          DMARAM Channel 47 Read Data CRC Register
DMA_SDCRCR047   0xF00125E4          DMARAM Channel 47 Source and Destination Address CRC Register
DMA_SADR047     0xF00125E8          DMARAM Channel 47 Source Address Register
DMA_DADR047     0xF00125EC          DMARAM Channel 47 Destination Address Register
DMA_ADICR047    0xF00125F0          DMARAM Channel 47 Address and Interrupt Control Register
DMA_CHCFGR047   0xF00125F4          DMARAM Channel 47 Configuration Register
DMA_SHADR047    0xF00125F8          DMARAM Channel 47 Shadow Address Register
DMA_CHCSR047    0xF00125FC          DMARAM Channel 47 Control and Status Register
DMA_RDCRCR048   0xF0012600          DMARAM Channel 48 Read Data CRC Register
DMA_SDCRCR048   0xF0012604          DMARAM Channel 48 Source and Destination Address CRC Register
DMA_SADR048     0xF0012608          DMARAM Channel 48 Source Address Register
DMA_DADR048     0xF001260C          DMARAM Channel 48 Destination Address Register
DMA_ADICR048    0xF0012610          DMARAM Channel 48 Address and Interrupt Control Register
DMA_CHCFGR048   0xF0012614          DMARAM Channel 48 Configuration Register
DMA_SHADR048    0xF0012618          DMARAM Channel 48 Shadow Address Register
DMA_CHCSR048    0xF001261C          DMARAM Channel 48 Control and Status Register
DMA_RDCRCR049   0xF0012620          DMARAM Channel 49 Read Data CRC Register
DMA_SDCRCR049   0xF0012624          DMARAM Channel 49 Source and Destination Address CRC Register
DMA_SADR049     0xF0012628          DMARAM Channel 49 Source Address Register
DMA_DADR049     0xF001262C          DMARAM Channel 49 Destination Address Register
DMA_ADICR049    0xF0012630          DMARAM Channel 49 Address and Interrupt Control Register
DMA_CHCFGR049   0xF0012634          DMARAM Channel 49 Configuration Register
DMA_SHADR049    0xF0012638          DMARAM Channel 49 Shadow Address Register
DMA_CHCSR049    0xF001263C          DMARAM Channel 49 Control and Status Register
DMA_RDCRCR050   0xF0012640          DMARAM Channel 50 Read Data CRC Register
DMA_SDCRCR050   0xF0012644          DMARAM Channel 50 Source and Destination Address CRC Register
DMA_SADR050     0xF0012648          DMARAM Channel 50 Source Address Register
DMA_DADR050     0xF001264C          DMARAM Channel 50 Destination Address Register
DMA_ADICR050    0xF0012650          DMARAM Channel 50 Address and Interrupt Control Register
DMA_CHCFGR050   0xF0012654          DMARAM Channel 50 Configuration Register
DMA_SHADR050    0xF0012658          DMARAM Channel 50 Shadow Address Register
DMA_CHCSR050    0xF001265C          DMARAM Channel 50 Control and Status Register
DMA_RDCRCR051   0xF0012660          DMARAM Channel 51 Read Data CRC Register
DMA_SDCRCR051   0xF0012664          DMARAM Channel 51 Source and Destination Address CRC Register
DMA_SADR051     0xF0012668          DMARAM Channel 51 Source Address Register
DMA_DADR051     0xF001266C          DMARAM Channel 51 Destination Address Register
DMA_ADICR051    0xF0012670          DMARAM Channel 51 Address and Interrupt Control Register
DMA_CHCFGR051   0xF0012674          DMARAM Channel 51 Configuration Register
DMA_SHADR051    0xF0012678          DMARAM Channel 51 Shadow Address Register
DMA_CHCSR051    0xF001267C          DMARAM Channel 51 Control and Status Register
DMA_RDCRCR052   0xF0012680          DMARAM Channel 52 Read Data CRC Register
DMA_SDCRCR052   0xF0012684          DMARAM Channel 52 Source and Destination Address CRC Register
DMA_SADR052     0xF0012688          DMARAM Channel 52 Source Address Register
DMA_DADR052     0xF001268C          DMARAM Channel 52 Destination Address Register
DMA_ADICR052    0xF0012690          DMARAM Channel 52 Address and Interrupt Control Register
DMA_CHCFGR052   0xF0012694          DMARAM Channel 52 Configuration Register
DMA_SHADR052    0xF0012698          DMARAM Channel 52 Shadow Address Register
DMA_CHCSR052    0xF001269C          DMARAM Channel 52 Control and Status Register
DMA_RDCRCR053   0xF00126A0          DMARAM Channel 53 Read Data CRC Register
DMA_SDCRCR053   0xF00126A4          DMARAM Channel 53 Source and Destination Address CRC Register
DMA_SADR053     0xF00126A8          DMARAM Channel 53 Source Address Register
DMA_DADR053     0xF00126AC          DMARAM Channel 53 Destination Address Register
DMA_ADICR053    0xF00126B0          DMARAM Channel 53 Address and Interrupt Control Register
DMA_CHCFGR053   0xF00126B4          DMARAM Channel 53 Configuration Register
DMA_SHADR053    0xF00126B8          DMARAM Channel 53 Shadow Address Register
DMA_CHCSR053    0xF00126BC          DMARAM Channel 53 Control and Status Register
DMA_RDCRCR054   0xF00126C0          DMARAM Channel 54 Read Data CRC Register
DMA_SDCRCR054   0xF00126C4          DMARAM Channel 54 Source and Destination Address CRC Register
DMA_SADR054     0xF00126C8          DMARAM Channel 54 Source Address Register
DMA_DADR054     0xF00126CC          DMARAM Channel 54 Destination Address Register
DMA_ADICR054    0xF00126D0          DMARAM Channel 54 Address and Interrupt Control Register
DMA_CHCFGR054   0xF00126D4          DMARAM Channel 54 Configuration Register
DMA_SHADR054    0xF00126D8          DMARAM Channel 54 Shadow Address Register
DMA_CHCSR054    0xF00126DC          DMARAM Channel 54 Control and Status Register
DMA_RDCRCR055   0xF00126E0          DMARAM Channel 55 Read Data CRC Register
DMA_SDCRCR055   0xF00126E4          DMARAM Channel 55 Source and Destination Address CRC Register
DMA_SADR055     0xF00126E8          DMARAM Channel 55 Source Address Register
DMA_DADR055     0xF00126EC          DMARAM Channel 55 Destination Address Register
DMA_ADICR055    0xF00126F0          DMARAM Channel 55 Address and Interrupt Control Register
DMA_CHCFGR055   0xF00126F4          DMARAM Channel 55 Configuration Register
DMA_SHADR055    0xF00126F8          DMARAM Channel 55 Shadow Address Register
DMA_CHCSR055    0xF00126FC          DMARAM Channel 55 Control and Status Register
DMA_RDCRCR056   0xF0012700          DMARAM Channel 56 Read Data CRC Register
DMA_SDCRCR056   0xF0012704          DMARAM Channel 56 Source and Destination Address CRC Register
DMA_SADR056     0xF0012708          DMARAM Channel 56 Source Address Register
DMA_DADR056     0xF001270C          DMARAM Channel 56 Destination Address Register
DMA_ADICR056    0xF0012710          DMARAM Channel 56 Address and Interrupt Control Register
DMA_CHCFGR056   0xF0012714          DMARAM Channel 56 Configuration Register
DMA_SHADR056    0xF0012718          DMARAM Channel 56 Shadow Address Register
DMA_CHCSR056    0xF001271C          DMARAM Channel 56 Control and Status Register
DMA_RDCRCR057   0xF0012720          DMARAM Channel 57 Read Data CRC Register
DMA_SDCRCR057   0xF0012724          DMARAM Channel 57 Source and Destination Address CRC Register
DMA_SADR057     0xF0012728          DMARAM Channel 57 Source Address Register
DMA_DADR057     0xF001272C          DMARAM Channel 57 Destination Address Register
DMA_ADICR057    0xF0012730          DMARAM Channel 57 Address and Interrupt Control Register
DMA_CHCFGR057   0xF0012734          DMARAM Channel 57 Configuration Register
DMA_SHADR057    0xF0012738          DMARAM Channel 57 Shadow Address Register
DMA_CHCSR057    0xF001273C          DMARAM Channel 57 Control and Status Register
DMA_RDCRCR058   0xF0012740          DMARAM Channel 58 Read Data CRC Register
DMA_SDCRCR058   0xF0012744          DMARAM Channel 58 Source and Destination Address CRC Register
DMA_SADR058     0xF0012748          DMARAM Channel 58 Source Address Register
DMA_DADR058     0xF001274C          DMARAM Channel 58 Destination Address Register
DMA_ADICR058    0xF0012750          DMARAM Channel 58 Address and Interrupt Control Register
DMA_CHCFGR058   0xF0012754          DMARAM Channel 58 Configuration Register
DMA_SHADR058    0xF0012758          DMARAM Channel 58 Shadow Address Register
DMA_CHCSR058    0xF001275C          DMARAM Channel 58 Control and Status Register
DMA_RDCRCR059   0xF0012760          DMARAM Channel 59 Read Data CRC Register
DMA_SDCRCR059   0xF0012764          DMARAM Channel 59 Source and Destination Address CRC Register
DMA_SADR059     0xF0012768          DMARAM Channel 59 Source Address Register
DMA_DADR059     0xF001276C          DMARAM Channel 59 Destination Address Register
DMA_ADICR059    0xF0012770          DMARAM Channel 59 Address and Interrupt Control Register
DMA_CHCFGR059   0xF0012774          DMARAM Channel 59 Configuration Register
DMA_SHADR059    0xF0012778          DMARAM Channel 59 Shadow Address Register
DMA_CHCSR059    0xF001277C          DMARAM Channel 59 Control and Status Register
DMA_RDCRCR060   0xF0012780          DMARAM Channel 60 Read Data CRC Register
DMA_SDCRCR060   0xF0012784          DMARAM Channel 60 Source and Destination Address CRC Register
DMA_SADR060     0xF0012788          DMARAM Channel 60 Source Address Register
DMA_DADR060     0xF001278C          DMARAM Channel 60 Destination Address Register
DMA_ADICR060    0xF0012790          DMARAM Channel 60 Address and Interrupt Control Register
DMA_CHCFGR060   0xF0012794          DMARAM Channel 60 Configuration Register
DMA_SHADR060    0xF0012798          DMARAM Channel 60 Shadow Address Register
DMA_CHCSR060    0xF001279C          DMARAM Channel 60 Control and Status Register
DMA_RDCRCR061   0xF00127A0          DMARAM Channel 61 Read Data CRC Register
DMA_SDCRCR061   0xF00127A4          DMARAM Channel 61 Source and Destination Address CRC Register
DMA_SADR061     0xF00127A8          DMARAM Channel 61 Source Address Register
DMA_DADR061     0xF00127AC          DMARAM Channel 61 Destination Address Register
DMA_ADICR061    0xF00127B0          DMARAM Channel 61 Address and Interrupt Control Register
DMA_CHCFGR061   0xF00127B4          DMARAM Channel 61 Configuration Register
DMA_SHADR061    0xF00127B8          DMARAM Channel 61 Shadow Address Register
DMA_CHCSR061    0xF00127BC          DMARAM Channel 61 Control and Status Register
DMA_RDCRCR062   0xF00127C0          DMARAM Channel 62 Read Data CRC Register
DMA_SDCRCR062   0xF00127C4          DMARAM Channel 62 Source and Destination Address CRC Register
DMA_SADR062     0xF00127C8          DMARAM Channel 62 Source Address Register
DMA_DADR062     0xF00127CC          DMARAM Channel 62 Destination Address Register
DMA_ADICR062    0xF00127D0          DMARAM Channel 62 Address and Interrupt Control Register
DMA_CHCFGR062   0xF00127D4          DMARAM Channel 62 Configuration Register
DMA_SHADR062    0xF00127D8          DMARAM Channel 62 Shadow Address Register
DMA_CHCSR062    0xF00127DC          DMARAM Channel 62 Control and Status Register
DMA_RDCRCR063   0xF00127E0          DMARAM Channel 63 Read Data CRC Register
DMA_SDCRCR063   0xF00127E4          DMARAM Channel 63 Source and Destination Address CRC Register
DMA_SADR063     0xF00127E8          DMARAM Channel 63 Source Address Register
DMA_DADR063     0xF00127EC          DMARAM Channel 63 Destination Address Register
DMA_ADICR063    0xF00127F0          DMARAM Channel 63 Address and Interrupt Control Register
DMA_CHCFGR063   0xF00127F4          DMARAM Channel 63 Configuration Register
DMA_SHADR063    0xF00127F8          DMARAM Channel 63 Shadow Address Register
DMA_CHCSR063    0xF00127FC          DMARAM Channel 63 Control and Status Register
ERAY0_CLC       0xF001C000          Clock Control Register
ERAY0_CUST1     0xF001C004          Busy and Input Buffer Control Register
ERAY0_ID        0xF001C008          Module Identification Register
ERAY0_CUST3     0xF001C00C          Customer Interface Timeout Counter Register
ERAY0_TEST1     0xF001C010          Test Register 1
ERAY0_TEST2     0xF001C014          Test Register 2
ERAY0_LCK       0xF001C01C          Lock Register
ERAY0_EIR       0xF001C020          Error Service Request Select Register
ERAY0_SIR       0xF001C024          Status Service Request Register
ERAY0_EILS      0xF001C028          Error Service Request Line Select
ERAY0_SILS      0xF001C02C          Status Service Request Line Select
ERAY0_EIES      0xF001C030          Error Service Request Enable Set
ERAY0_EIER      0xF001C034          Error Service Request Enable Reset
ERAY0_SIES      0xF001C038          Status Service Request Enable Set
ERAY0_SIER      0xF001C03C          Status Service Request Enable Reset
ERAY0_ILE       0xF001C040          Service Request Line Enable
ERAY0_T0C       0xF001C044          Timer 0 Configuration
ERAY0_T1C       0xF001C048          Timer 1 Configuration
ERAY0_STPW1     0xF001C04C          Stop Watch Register 1
ERAY0_STPW2     0xF001C050          Stop Watch Register 2
ERAY0_SUCC1     0xF001C080          SUC Configuration Register 1
ERAY0_SUCC2     0xF001C084          SUC Configuration Register 2
ERAY0_SUCC3     0xF001C088          SUC Configuration Register 3
ERAY0_NEMC      0xF001C08C          NEM Configuration Register
ERAY0_PRTC1     0xF001C090          PRT Configuration Register 1
ERAY0_PRTC2     0xF001C094          PRT Configuration Register 2
ERAY0_MHDC      0xF001C098          MHD Configuration Register
ERAY0_GTUC01    0xF001C0A0          GTU Configuration Register 1
ERAY0_GTUC02    0xF001C0A4          GTU Configuration Register 2
ERAY0_GTUC03    0xF001C0A8          GTU Configuration Register 3
ERAY0_GTUC04    0xF001C0AC          GTU Configuration Register 4
ERAY0_GTUC05    0xF001C0B0          GTU Configuration Register 5
ERAY0_GTUC06    0xF001C0B4          GTU Configuration Register 6
ERAY0_GTUC07    0xF001C0B8          GTU Configuration Register 7
ERAY0_GTUC08    0xF001C0BC          GTU Configuration Register 8
ERAY0_GTUC09    0xF001C0C0          GTU Configuration Register 9
ERAY0_GTUC10    0xF001C0C4          GTU Configuration Register 10
ERAY0_GTUC11    0xF001C0C8          GTU Configuration Register 11
ERAY0_CCSV      0xF001C100          Communication Controller Status Vector
ERAY0_CCEV      0xF001C104          Communication Controller Error Vector
ERAY0_SCV       0xF001C110          Slot Counter Value
ERAY0_MTCCV     0xF001C114          Macrotick and Cycle Counter Value
ERAY0_RCV       0xF001C118          Rate Correction Value
ERAY0_OCV       0xF001C11C          Offset Correction Value
ERAY0_SFS       0xF001C120          SYNC Frame Status
ERAY0_SWNIT     0xF001C124          Symbol Window and Network Idle Time Status
ERAY0_ACS       0xF001C128          Aggregated Channel Status
ERAY0_ESID01    0xF001C130          Even Sync ID Symbol Window 1
ERAY0_ESID02    0xF001C134          Even Sync ID Symbol Window 2
ERAY0_ESID03    0xF001C138          Even Sync ID Symbol Window 3
ERAY0_ESID04    0xF001C13C          Even Sync ID Symbol Window 4
ERAY0_ESID05    0xF001C140          Even Sync ID Symbol Window 5
ERAY0_ESID06    0xF001C144          Even Sync ID Symbol Window 6
ERAY0_ESID07    0xF001C148          Even Sync ID Symbol Window 7
ERAY0_ESID08    0xF001C14C          Even Sync ID Symbol Window 8
ERAY0_ESID09    0xF001C150          Even Sync ID Symbol Window 9
ERAY0_ESID10    0xF001C154          Even Sync ID Symbol Window 10
ERAY0_ESID11    0xF001C158          Even Sync ID Symbol Window 11
ERAY0_ESID12    0xF001C15C          Even Sync ID Symbol Window 12
ERAY0_ESID13    0xF001C160          Even Sync ID Symbol Window 13
ERAY0_ESID14    0xF001C164          Even Sync ID Symbol Window 14
ERAY0_ESID15    0xF001C168          Even Sync ID Symbol Window 15
ERAY0_OSID01    0xF001C170          Odd Sync ID Symbol Window 1
ERAY0_OSID02    0xF001C174          Odd Sync ID Symbol Window 2
ERAY0_OSID03    0xF001C178          Odd Sync ID Symbol Window 3
ERAY0_OSID04    0xF001C17C          Odd Sync ID Symbol Window 4
ERAY0_OSID05    0xF001C180          Odd Sync ID Symbol Window 5
ERAY0_OSID06    0xF001C184          Odd Sync ID Symbol Window 6
ERAY0_OSID07    0xF001C188          Odd Sync ID Symbol Window 7
ERAY0_OSID08    0xF001C18C          Odd Sync ID Symbol Window 8
ERAY0_OSID09    0xF001C190          Odd Sync ID Symbol Window 9
ERAY0_OSID10    0xF001C194          Odd Sync ID Symbol Window 10
ERAY0_OSID11    0xF001C198          Odd Sync ID Symbol Window 11
ERAY0_OSID12    0xF001C19C          Odd Sync ID Symbol Window 12
ERAY0_OSID13    0xF001C1A0          Odd Sync ID Symbol Window 13
ERAY0_OSID14    0xF001C1A4          Odd Sync ID Symbol Window 14
ERAY0_OSID15    0xF001C1A8          Odd Sync ID Symbol Window 15
ERAY0_NMV1      0xF001C1B0          Network Management Vector 1
ERAY0_NMV2      0xF001C1B4          Network Management Vector 2
ERAY0_NMV3      0xF001C1B8          Network Management Vector 3
ERAY0_MRC       0xF001C300          Message RAM Configuration
ERAY0_FRF       0xF001C304          FIFO Rejection Filter
ERAY0_FRFM      0xF001C308          FIFO Rejection Filter Mask
ERAY0_FCL       0xF001C30C          FIFO Critical Level
ERAY0_MHDS      0xF001C310          Message Handler Status
ERAY0_LDTS      0xF001C314          Last Dynamic Transmit Slot
ERAY0_FSR       0xF001C318          FIFO Status Register
ERAY0_MHDF      0xF001C31C          Message Handler Constraints Flags
ERAY0_TXRQ1     0xF001C320          Transmission Request Register 1
ERAY0_TXRQ2     0xF001C324          Transmission Request Register 2
ERAY0_TXRQ3     0xF001C328          Transmission Request Register 3
ERAY0_TXRQ4     0xF001C32C          Transmission Request Register 4
ERAY0_NDAT1     0xF001C330          New Data Register 1
ERAY0_NDAT2     0xF001C334          New Data Register 2
ERAY0_NDAT3     0xF001C338          New Data Register 3
ERAY0_NDAT4     0xF001C33C          New Data Register 4
ERAY0_MBSC1     0xF001C340          Message Buffer Status Changed 1
ERAY0_MBSC2     0xF001C344          Message Buffer Status Changed 2
ERAY0_MBSC3     0xF001C348          Message Buffer Status Changed 3
ERAY0_MBSC4     0xF001C34C          Message Buffer Status Changed 4
ERAY0_NDIC1     0xF001C3A8          New Data Interrupt Control 1
ERAY0_NDIC2     0xF001C3AC          New Data Interrupt Control 2
ERAY0_NDIC3     0xF001C3B0          New Data Interrupt Control 3
ERAY0_NDIC4     0xF001C3B4          New Data Interrupt Control 4
ERAY0_MSIC1     0xF001C3B8          Message Buffer Status Changed Interrupt Control 1
ERAY0_MSIC2     0xF001C3BC          Message Buffer Status Changed Interrupt Control 2
ERAY0_MSIC3     0xF001C3C0          Message Buffer Status Changed Interrupt Control 3
ERAY0_MSIC4     0xF001C3C4          Message Buffer Status Changed Interrupt Control 4
ERAY0_CREL      0xF001C3F0          Core Release Register
ERAY0_ENDN      0xF001C3F4          Endian Register
ERAY0_WRDS01    0xF001C400          Write Data Section 1
ERAY0_WRDS02    0xF001C404          Write Data Section 2
ERAY0_WRDS03    0xF001C408          Write Data Section 3
ERAY0_WRDS04    0xF001C40C          Write Data Section 4
ERAY0_WRDS05    0xF001C410          Write Data Section 5
ERAY0_WRDS06    0xF001C414          Write Data Section 6
ERAY0_WRDS07    0xF001C418          Write Data Section 7
ERAY0_WRDS08    0xF001C41C          Write Data Section 8
ERAY0_WRDS09    0xF001C420          Write Data Section 9
ERAY0_WRDS10    0xF001C424          Write Data Section 10
ERAY0_WRDS11    0xF001C428          Write Data Section 11
ERAY0_WRDS12    0xF001C42C          Write Data Section 12
ERAY0_WRDS13    0xF001C430          Write Data Section 13
ERAY0_WRDS14    0xF001C434          Write Data Section 14
ERAY0_WRDS15    0xF001C438          Write Data Section 15
ERAY0_WRDS16    0xF001C43C          Write Data Section 16
ERAY0_WRDS17    0xF001C440          Write Data Section 17
ERAY0_WRDS18    0xF001C444          Write Data Section 18
ERAY0_WRDS19    0xF001C448          Write Data Section 19
ERAY0_WRDS20    0xF001C44C          Write Data Section 20
ERAY0_WRDS21    0xF001C450          Write Data Section 21
ERAY0_WRDS22    0xF001C454          Write Data Section 22
ERAY0_WRDS23    0xF001C458          Write Data Section 23
ERAY0_WRDS24    0xF001C45C          Write Data Section 24
ERAY0_WRDS25    0xF001C460          Write Data Section 25
ERAY0_WRDS26    0xF001C464          Write Data Section 26
ERAY0_WRDS27    0xF001C468          Write Data Section 27
ERAY0_WRDS28    0xF001C46C          Write Data Section 28
ERAY0_WRDS29    0xF001C470          Write Data Section 29
ERAY0_WRDS30    0xF001C474          Write Data Section 30
ERAY0_WRDS31    0xF001C478          Write Data Section 31
ERAY0_WRDS32    0xF001C47C          Write Data Section 32
ERAY0_WRDS33    0xF001C480          Write Data Section 33
ERAY0_WRDS34    0xF001C484          Write Data Section 34
ERAY0_WRDS35    0xF001C488          Write Data Section 35
ERAY0_WRDS36    0xF001C48C          Write Data Section 36
ERAY0_WRDS37    0xF001C490          Write Data Section 37
ERAY0_WRDS38    0xF001C494          Write Data Section 38
ERAY0_WRDS39    0xF001C498          Write Data Section 39
ERAY0_WRDS40    0xF001C49C          Write Data Section 40
ERAY0_WRDS41    0xF001C4A0          Write Data Section 41
ERAY0_WRDS42    0xF001C4A4          Write Data Section 42
ERAY0_WRDS43    0xF001C4A8          Write Data Section 43
ERAY0_WRDS44    0xF001C4AC          Write Data Section 44
ERAY0_WRDS45    0xF001C4B0          Write Data Section 45
ERAY0_WRDS46    0xF001C4B4          Write Data Section 46
ERAY0_WRDS47    0xF001C4B8          Write Data Section 47
ERAY0_WRDS48    0xF001C4BC          Write Data Section 48
ERAY0_WRDS49    0xF001C4C0          Write Data Section 49
ERAY0_WRDS50    0xF001C4C4          Write Data Section 50
ERAY0_WRDS51    0xF001C4C8          Write Data Section 51
ERAY0_WRDS52    0xF001C4CC          Write Data Section 52
ERAY0_WRDS53    0xF001C4D0          Write Data Section 53
ERAY0_WRDS54    0xF001C4D4          Write Data Section 54
ERAY0_WRDS55    0xF001C4D8          Write Data Section 55
ERAY0_WRDS56    0xF001C4DC          Write Data Section 56
ERAY0_WRDS57    0xF001C4E0          Write Data Section 57
ERAY0_WRDS58    0xF001C4E4          Write Data Section 58
ERAY0_WRDS59    0xF001C4E8          Write Data Section 59
ERAY0_WRDS60    0xF001C4EC          Write Data Section 60
ERAY0_WRDS61    0xF001C4F0          Write Data Section 61
ERAY0_WRDS62    0xF001C4F4          Write Data Section 62
ERAY0_WRDS63    0xF001C4F8          Write Data Section 63
ERAY0_WRDS64    0xF001C4FC          Write Data Section 64
ERAY0_WRHS1     0xF001C500          Write Header Section 1
ERAY0_WRHS2     0xF001C504          Write Header Section 2
ERAY0_WRHS3     0xF001C508          Write Header Section 3
ERAY0_IBCM      0xF001C510          Input Buffer Command Mask
ERAY0_IBCR      0xF001C514          Input Buffer Command Request
ERAY0_RDDS01    0xF001C600          Read Data Section 1
ERAY0_RDDS02    0xF001C604          Read Data Section 2
ERAY0_RDDS03    0xF001C608          Read Data Section 3
ERAY0_RDDS04    0xF001C60C          Read Data Section 4
ERAY0_RDDS05    0xF001C610          Read Data Section 5
ERAY0_RDDS06    0xF001C614          Read Data Section 6
ERAY0_RDDS07    0xF001C618          Read Data Section 7
ERAY0_RDDS08    0xF001C61C          Read Data Section 8
ERAY0_RDDS09    0xF001C620          Read Data Section 9
ERAY0_RDDS10    0xF001C624          Read Data Section 10
ERAY0_RDDS11    0xF001C628          Read Data Section 11
ERAY0_RDDS12    0xF001C62C          Read Data Section 12
ERAY0_RDDS13    0xF001C630          Read Data Section 13
ERAY0_RDDS14    0xF001C634          Read Data Section 14
ERAY0_RDDS15    0xF001C638          Read Data Section 15
ERAY0_RDDS16    0xF001C63C          Read Data Section 16
ERAY0_RDDS17    0xF001C640          Read Data Section 17
ERAY0_RDDS18    0xF001C644          Read Data Section 18
ERAY0_RDDS19    0xF001C648          Read Data Section 19
ERAY0_RDDS20    0xF001C64C          Read Data Section 20
ERAY0_RDDS21    0xF001C650          Read Data Section 21
ERAY0_RDDS22    0xF001C654          Read Data Section 22
ERAY0_RDDS23    0xF001C658          Read Data Section 23
ERAY0_RDDS24    0xF001C65C          Read Data Section 24
ERAY0_RDDS25    0xF001C660          Read Data Section 25
ERAY0_RDDS26    0xF001C664          Read Data Section 26
ERAY0_RDDS27    0xF001C668          Read Data Section 27
ERAY0_RDDS28    0xF001C66C          Read Data Section 28
ERAY0_RDDS29    0xF001C670          Read Data Section 29
ERAY0_RDDS30    0xF001C674          Read Data Section 30
ERAY0_RDDS31    0xF001C678          Read Data Section 31
ERAY0_RDDS32    0xF001C67C          Read Data Section 32
ERAY0_RDDS33    0xF001C680          Read Data Section 33
ERAY0_RDDS34    0xF001C684          Read Data Section 34
ERAY0_RDDS35    0xF001C688          Read Data Section 35
ERAY0_RDDS36    0xF001C68C          Read Data Section 36
ERAY0_RDDS37    0xF001C690          Read Data Section 37
ERAY0_RDDS38    0xF001C694          Read Data Section 38
ERAY0_RDDS39    0xF001C698          Read Data Section 39
ERAY0_RDDS40    0xF001C69C          Read Data Section 40
ERAY0_RDDS41    0xF001C6A0          Read Data Section 41
ERAY0_RDDS42    0xF001C6A4          Read Data Section 42
ERAY0_RDDS43    0xF001C6A8          Read Data Section 43
ERAY0_RDDS44    0xF001C6AC          Read Data Section 44
ERAY0_RDDS45    0xF001C6B0          Read Data Section 45
ERAY0_RDDS46    0xF001C6B4          Read Data Section 46
ERAY0_RDDS47    0xF001C6B8          Read Data Section 47
ERAY0_RDDS48    0xF001C6BC          Read Data Section 48
ERAY0_RDDS49    0xF001C6C0          Read Data Section 49
ERAY0_RDDS50    0xF001C6C4          Read Data Section 50
ERAY0_RDDS51    0xF001C6C8          Read Data Section 51
ERAY0_RDDS52    0xF001C6CC          Read Data Section 52
ERAY0_RDDS53    0xF001C6D0          Read Data Section 53
ERAY0_RDDS54    0xF001C6D4          Read Data Section 54
ERAY0_RDDS55    0xF001C6D8          Read Data Section 55
ERAY0_RDDS56    0xF001C6DC          Read Data Section 56
ERAY0_RDDS57    0xF001C6E0          Read Data Section 57
ERAY0_RDDS58    0xF001C6E4          Read Data Section 58
ERAY0_RDDS59    0xF001C6E8          Read Data Section 59
ERAY0_RDDS60    0xF001C6EC          Read Data Section 60
ERAY0_RDDS61    0xF001C6F0          Read Data Section 61
ERAY0_RDDS62    0xF001C6F4          Read Data Section 62
ERAY0_RDDS63    0xF001C6F8          Read Data Section 63
ERAY0_RDDS64    0xF001C6FC          Read Data Section 64
ERAY0_RDHS1     0xF001C700          Read Header Section 1
ERAY0_RDHS2     0xF001C704          Read Header Section 2
ERAY0_RDHS3     0xF001C708          Read Header Section 3
ERAY0_MBS       0xF001C70C          Message Buffer Status
ERAY0_OBCM      0xF001C710          Output Buffer Command Mask
ERAY0_OBCR      0xF001C714          Output Buffer Command Request
ERAY0_OTSS      0xF001C870          OCDS Trigger Set Select
ERAY0_OCS       0xF001C8E8          OCDS Control and Status
ERAY0_KRSTCLR   0xF001C8EC          Kernel Reset Status Clear Register
ERAY0_KRST1     0xF001C8F0          Kernel Reset Register 1
ERAY0_KRST0     0xF001C8F4          Kernel Reset Register 0
ERAY0_ACCEN0    0xF001C8FC          Access Enable Register 0
EVADC_CLC       0xF0020000          Clock Control Register
EVADC_ID        0xF0020008          Module Identification Register
EVADC_OCS       0xF0020028          OCDS Control and Status Register
EVADC_KRSTCLR   0xF002002C          Kernel Reset Status Clear Register
EVADC_KRST1     0xF0020030          Kernel Reset Register 1
EVADC_KRST0     0xF0020034          Kernel Reset Register 0
EVADC_ACCEN0    0xF002003C          Access Enable Register 0
EVADC_GLOBCFG   0xF0020080          Global Configuration Register
EVADC_ACCPROT0  0xF0020088          Access Protection Register 0
EVADC_ACCPROT1  0xF002008C          Access Protection Register 1
EVADC_ACCPROT2  0xF0020090          Access Protection Register 2
EVADC_GLOBICLASS0 0xF00200A0          Input Class Register 0, Global
EVADC_GLOBICLASS1 0xF00200A4          Input Class Register 1, Global
EVADC_GLOBBOUND 0xF00200B8          Global Boundary Select Register
EVADC_GLOBEFLAG 0xF00200E0          Global Event Flag Register
EVADC_GLOBEVNP  0xF0020140          Global Event Node Pointer Register
EVADC_GLOBTF    0xF0020160          Global Test Functions Register
EVADC_GLOBTE    0xF0020164          Global Test Enable Register
EVADC_GLOBRCR   0xF0020280          Global Result Control Register
EVADC_GLOBRES   0xF0020300          Global Result Register
EVADC_GLOBRESD  0xF0020380          Global Result Register, Debug
EVADC_EMUXSEL   0xF00203F0          External Multiplexer Interface Select Register
EVADC_G0TRCTR   0xF0020410          Trigger Control Register, Group 0
EVADC_G0ARBCFG  0xF0020480          Arbitration Config. Register, Group 0
EVADC_G0ARBPR   0xF0020484          Arbitration Priority Register, Group 0
EVADC_G0ANCFG   0xF0020488          Analog Fct. Config. Register, Group 0
EVADC_G0ICLASS0 0xF00204A0          Input Class Register 0, Group 0
EVADC_G0ICLASS1 0xF00204A4          Input Class Register 1, Group 0
EVADC_G0ALIAS   0xF00204B0          Alias Register, Group 0
EVADC_G0BOUND   0xF00204B8          Boundary Select Register, Group 0
EVADC_G0SYNCTR  0xF00204C0          Synchronization Control Register, Group 0
EVADC_G0QCTRL0  0xF0020500          Queue 0 Source Contr. Register, Group 0
EVADC_G0QMR0    0xF0020504          Queue 0 Mode Register, Group 0
EVADC_G0QSR0    0xF0020508          Queue 0 Status Register, Group 0
EVADC_G0Q0R0    0xF002050C          Queue 0 Register 0, Group 0
EVADC_G0QINR0   0xF0020510          Queue 0 Input Register, Group 0
EVADC_G0QBUR0   0xF0020514          Queue 0 Backup Register, Group 0
EVADC_G0REQTM0  0xF0020518          Queue 0 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS0  0xF002051C          Queue 0 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL1  0xF0020520          Queue 1 Source Contr. Register, Group 0
EVADC_G0QMR1    0xF0020524          Queue 1 Mode Register, Group 0
EVADC_G0QSR1    0xF0020528          Queue 1 Status Register, Group 0
EVADC_G0Q0R1    0xF002052C          Queue 1 Register 0, Group 0
EVADC_G0QINR1   0xF0020530          Queue 1 Input Register, Group 0
EVADC_G0QBUR1   0xF0020534          Queue 1 Backup Register, Group 0
EVADC_G0REQTM1  0xF0020538          Queue 1 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS1  0xF002053C          Queue 1 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL2  0xF0020540          Queue 2 Source Contr. Register, Group 0
EVADC_G0QMR2    0xF0020544          Queue 2 Mode Register, Group 0
EVADC_G0QSR2    0xF0020548          Queue 2 Status Register, Group 0
EVADC_G0Q0R2    0xF002054C          Queue 2 Register 0, Group 0
EVADC_G0QINR2   0xF0020550          Queue 2 Input Register, Group 0
EVADC_G0QBUR2   0xF0020554          Queue 2 Backup Register, Group 0
EVADC_G0REQTM2  0xF0020558          Queue 2 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS2  0xF002055C          Queue 2 Requ. Timer Status Reg., Group 0
EVADC_G0CEFLAG  0xF0020580          Channel Event Flag Register, Group 0
EVADC_G0REFLAG  0xF0020584          Result Event Flag Register, Group 0
EVADC_G0SEFLAG  0xF0020588          Source Event Flag Register, Group 0
EVADC_G0CEFCLR  0xF0020590          Channel Event Flag Clear Register, Group 0
EVADC_G0REFCLR  0xF0020594          Result Event Flag Clear Register, Group 0
EVADC_G0SEFCLR  0xF0020598          Source Event Flag Clear Reg., Group 0
EVADC_G0CEVNP0  0xF00205A0          Channel Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP0  0xF00205B0          Result Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP1  0xF00205B4          Result Event Node Pointer Reg. 1, Group 0
EVADC_G0SEVNP   0xF00205C0          Source Event Node Pointer Reg., Group 0
EVADC_G0SRACT   0xF00205C8          Service Request Software Activation Trigger, Group 0
EVADC_G0EMUXCTR 0xF00205F0          External Multiplexer Control Reg., Group 0
EVADC_G0EMUXCS  0xF00205F4          Ext. Multiplexer Channel Select Reg., Group 0
EVADC_G0VFR     0xF00205F8          Valid Flag Register, Group 0
EVADC_G0CHCTR0  0xF0020600          Group 0, Channel 0 Control Register
EVADC_G0CHCTR1  0xF0020604          Group 0, Channel 1 Control Register
EVADC_G0CHCTR2  0xF0020608          Group 0, Channel 2 Control Register
EVADC_G0CHCTR3  0xF002060C          Group 0, Channel 3 Control Register
EVADC_G0CHCTR4  0xF0020610          Group 0, Channel 4 Control Register
EVADC_G0CHCTR5  0xF0020614          Group 0, Channel 5 Control Register
EVADC_G0CHCTR6  0xF0020618          Group 0, Channel 6 Control Register
EVADC_G0CHCTR7  0xF002061C          Group 0, Channel 7 Control Register
EVADC_G0RCR0    0xF0020680          Group 0 Result Control Register 0
EVADC_G0RCR1    0xF0020684          Group 0 Result Control Register 1
EVADC_G0RCR2    0xF0020688          Group 0 Result Control Register 2
EVADC_G0RCR3    0xF002068C          Group 0 Result Control Register 3
EVADC_G0RCR4    0xF0020690          Group 0 Result Control Register 4
EVADC_G0RCR5    0xF0020694          Group 0 Result Control Register 5
EVADC_G0RCR6    0xF0020698          Group 0 Result Control Register 6
EVADC_G0RCR7    0xF002069C          Group 0 Result Control Register 7
EVADC_G0RCR8    0xF00206A0          Group 0 Result Control Register 8
EVADC_G0RCR9    0xF00206A4          Group 0 Result Control Register 9
EVADC_G0RCR10   0xF00206A8          Group 0 Result Control Register 10
EVADC_G0RCR11   0xF00206AC          Group 0 Result Control Register 11
EVADC_G0RCR12   0xF00206B0          Group 0 Result Control Register 12
EVADC_G0RCR13   0xF00206B4          Group 0 Result Control Register 13
EVADC_G0RCR14   0xF00206B8          Group 0 Result Control Register 14
EVADC_G0RCR15   0xF00206BC          Group 0 Result Control Register 15
EVADC_G0RES0    0xF0020700          Group 0 Result Register 0
EVADC_G0RES1    0xF0020704          Group 0 Result Register 1
EVADC_G0RES2    0xF0020708          Group 0 Result Register 2
EVADC_G0RES3    0xF002070C          Group 0 Result Register 3
EVADC_G0RES4    0xF0020710          Group 0 Result Register 4
EVADC_G0RES5    0xF0020714          Group 0 Result Register 5
EVADC_G0RES6    0xF0020718          Group 0 Result Register 6
EVADC_G0RES7    0xF002071C          Group 0 Result Register 7
EVADC_G0RES8    0xF0020720          Group 0 Result Register 8
EVADC_G0RES9    0xF0020724          Group 0 Result Register 9
EVADC_G0RES10   0xF0020728          Group 0 Result Register 10
EVADC_G0RES11   0xF002072C          Group 0 Result Register 11
EVADC_G0RES12   0xF0020730          Group 0 Result Register 12
EVADC_G0RES13   0xF0020734          Group 0 Result Register 13
EVADC_G0RES14   0xF0020738          Group 0 Result Register 14
EVADC_G0RES15   0xF002073C          Group 0 Result Register 15
EVADC_G0RESD0   0xF0020780          Group 0 Result Reg. 0, Debug
EVADC_G0RESD1   0xF0020784          Group 0 Result Reg. 1, Debug
EVADC_G0RESD2   0xF0020788          Group 0 Result Reg. 2, Debug
EVADC_G0RESD3   0xF002078C          Group 0 Result Reg. 3, Debug
EVADC_G0RESD4   0xF0020790          Group 0 Result Reg. 4, Debug
EVADC_G0RESD5   0xF0020794          Group 0 Result Reg. 5, Debug
EVADC_G0RESD6   0xF0020798          Group 0 Result Reg. 6, Debug
EVADC_G0RESD7   0xF002079C          Group 0 Result Reg. 7, Debug
EVADC_G0RESD8   0xF00207A0          Group 0 Result Reg. 8, Debug
EVADC_G0RESD9   0xF00207A4          Group 0 Result Reg. 9, Debug
EVADC_G0RESD10  0xF00207A8          Group 0 Result Reg. 10, Debug
EVADC_G0RESD11  0xF00207AC          Group 0 Result Reg. 11, Debug
EVADC_G0RESD12  0xF00207B0          Group 0 Result Reg. 12, Debug
EVADC_G0RESD13  0xF00207B4          Group 0 Result Reg. 13, Debug
EVADC_G0RESD14  0xF00207B8          Group 0 Result Reg. 14, Debug
EVADC_G0RESD15  0xF00207BC          Group 0 Result Reg. 15, Debug
EVADC_G1TRCTR   0xF0020810          Trigger Control Register, Group 1
EVADC_G1ARBCFG  0xF0020880          Arbitration Config. Register, Group 1
EVADC_G1ARBPR   0xF0020884          Arbitration Priority Register, Group 1
EVADC_G1ANCFG   0xF0020888          Analog Fct. Config. Register, Group 1
EVADC_G1ICLASS0 0xF00208A0          Input Class Register 0, Group 1
EVADC_G1ICLASS1 0xF00208A4          Input Class Register 1, Group 1
EVADC_G1ALIAS   0xF00208B0          Alias Register, Group 1
EVADC_G1BOUND   0xF00208B8          Boundary Select Register, Group 1
EVADC_G1SYNCTR  0xF00208C0          Synchronization Control Register, Group 1
EVADC_G1QCTRL0  0xF0020900          Queue 0 Source Contr. Register, Group 1
EVADC_G1QMR0    0xF0020904          Queue 0 Mode Register, Group 1
EVADC_G1QSR0    0xF0020908          Queue 0 Status Register, Group 1
EVADC_G1Q0R0    0xF002090C          Queue 0 Register 0, Group 1
EVADC_G1QINR0   0xF0020910          Queue 0 Input Register, Group 1
EVADC_G1QBUR0   0xF0020914          Queue 0 Backup Register, Group 1
EVADC_G1REQTM0  0xF0020918          Queue 0 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS0  0xF002091C          Queue 0 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL1  0xF0020920          Queue 1 Source Contr. Register, Group 1
EVADC_G1QMR1    0xF0020924          Queue 1 Mode Register, Group 1
EVADC_G1QSR1    0xF0020928          Queue 1 Status Register, Group 1
EVADC_G1Q0R1    0xF002092C          Queue 1 Register 0, Group 1
EVADC_G1QINR1   0xF0020930          Queue 1 Input Register, Group 1
EVADC_G1QBUR1   0xF0020934          Queue 1 Backup Register, Group 1
EVADC_G1REQTM1  0xF0020938          Queue 1 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS1  0xF002093C          Queue 1 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL2  0xF0020940          Queue 2 Source Contr. Register, Group 1
EVADC_G1QMR2    0xF0020944          Queue 2 Mode Register, Group 1
EVADC_G1QSR2    0xF0020948          Queue 2 Status Register, Group 1
EVADC_G1Q0R2    0xF002094C          Queue 2 Register 0, Group 1
EVADC_G1QINR2   0xF0020950          Queue 2 Input Register, Group 1
EVADC_G1QBUR2   0xF0020954          Queue 2 Backup Register, Group 1
EVADC_G1REQTM2  0xF0020958          Queue 2 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS2  0xF002095C          Queue 2 Requ. Timer Status Reg., Group 1
EVADC_G1CEFLAG  0xF0020980          Channel Event Flag Register, Group 1
EVADC_G1REFLAG  0xF0020984          Result Event Flag Register, Group 1
EVADC_G1SEFLAG  0xF0020988          Source Event Flag Register, Group 1
EVADC_G1CEFCLR  0xF0020990          Channel Event Flag Clear Register, Group 1
EVADC_G1REFCLR  0xF0020994          Result Event Flag Clear Register, Group 1
EVADC_G1SEFCLR  0xF0020998          Source Event Flag Clear Reg., Group 1
EVADC_G1CEVNP0  0xF00209A0          Channel Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP0  0xF00209B0          Result Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP1  0xF00209B4          Result Event Node Pointer Reg. 1, Group 1
EVADC_G1SEVNP   0xF00209C0          Source Event Node Pointer Reg., Group 1
EVADC_G1SRACT   0xF00209C8          Service Request Software Activation Trigger, Group 1
EVADC_G1EMUXCTR 0xF00209F0          External Multiplexer Control Reg., Group 1
EVADC_G1EMUXCS  0xF00209F4          Ext. Multiplexer Channel Select Reg., Group 1
EVADC_G1VFR     0xF00209F8          Valid Flag Register, Group 1
EVADC_G1CHCTR0  0xF0020A00          Group 1, Channel 0 Control Register
EVADC_G1CHCTR1  0xF0020A04          Group 1, Channel 1 Control Register
EVADC_G1CHCTR2  0xF0020A08          Group 1, Channel 2 Control Register
EVADC_G1CHCTR3  0xF0020A0C          Group 1, Channel 3 Control Register
EVADC_G1CHCTR4  0xF0020A10          Group 1, Channel 4 Control Register
EVADC_G1CHCTR5  0xF0020A14          Group 1, Channel 5 Control Register
EVADC_G1CHCTR6  0xF0020A18          Group 1, Channel 6 Control Register
EVADC_G1CHCTR7  0xF0020A1C          Group 1, Channel 7 Control Register
EVADC_G1RCR0    0xF0020A80          Group 1 Result Control Register 0
EVADC_G1RCR1    0xF0020A84          Group 1 Result Control Register 1
EVADC_G1RCR2    0xF0020A88          Group 1 Result Control Register 2
EVADC_G1RCR3    0xF0020A8C          Group 1 Result Control Register 3
EVADC_G1RCR4    0xF0020A90          Group 1 Result Control Register 4
EVADC_G1RCR5    0xF0020A94          Group 1 Result Control Register 5
EVADC_G1RCR6    0xF0020A98          Group 1 Result Control Register 6
EVADC_G1RCR7    0xF0020A9C          Group 1 Result Control Register 7
EVADC_G1RCR8    0xF0020AA0          Group 1 Result Control Register 8
EVADC_G1RCR9    0xF0020AA4          Group 1 Result Control Register 9
EVADC_G1RCR10   0xF0020AA8          Group 1 Result Control Register 10
EVADC_G1RCR11   0xF0020AAC          Group 1 Result Control Register 11
EVADC_G1RCR12   0xF0020AB0          Group 1 Result Control Register 12
EVADC_G1RCR13   0xF0020AB4          Group 1 Result Control Register 13
EVADC_G1RCR14   0xF0020AB8          Group 1 Result Control Register 14
EVADC_G1RCR15   0xF0020ABC          Group 1 Result Control Register 15
EVADC_G1RES0    0xF0020B00          Group 1 Result Register 0
EVADC_G1RES1    0xF0020B04          Group 1 Result Register 1
EVADC_G1RES2    0xF0020B08          Group 1 Result Register 2
EVADC_G1RES3    0xF0020B0C          Group 1 Result Register 3
EVADC_G1RES4    0xF0020B10          Group 1 Result Register 4
EVADC_G1RES5    0xF0020B14          Group 1 Result Register 5
EVADC_G1RES6    0xF0020B18          Group 1 Result Register 6
EVADC_G1RES7    0xF0020B1C          Group 1 Result Register 7
EVADC_G1RES8    0xF0020B20          Group 1 Result Register 8
EVADC_G1RES9    0xF0020B24          Group 1 Result Register 9
EVADC_G1RES10   0xF0020B28          Group 1 Result Register 10
EVADC_G1RES11   0xF0020B2C          Group 1 Result Register 11
EVADC_G1RES12   0xF0020B30          Group 1 Result Register 12
EVADC_G1RES13   0xF0020B34          Group 1 Result Register 13
EVADC_G1RES14   0xF0020B38          Group 1 Result Register 14
EVADC_G1RES15   0xF0020B3C          Group 1 Result Register 15
EVADC_G1RESD0   0xF0020B80          Group 1 Result Reg. 0, Debug
EVADC_G1RESD1   0xF0020B84          Group 1 Result Reg. 1, Debug
EVADC_G1RESD2   0xF0020B88          Group 1 Result Reg. 2, Debug
EVADC_G1RESD3   0xF0020B8C          Group 1 Result Reg. 3, Debug
EVADC_G1RESD4   0xF0020B90          Group 1 Result Reg. 4, Debug
EVADC_G1RESD5   0xF0020B94          Group 1 Result Reg. 5, Debug
EVADC_G1RESD6   0xF0020B98          Group 1 Result Reg. 6, Debug
EVADC_G1RESD7   0xF0020B9C          Group 1 Result Reg. 7, Debug
EVADC_G1RESD8   0xF0020BA0          Group 1 Result Reg. 8, Debug
EVADC_G1RESD9   0xF0020BA4          Group 1 Result Reg. 9, Debug
EVADC_G1RESD10  0xF0020BA8          Group 1 Result Reg. 10, Debug
EVADC_G1RESD11  0xF0020BAC          Group 1 Result Reg. 11, Debug
EVADC_G1RESD12  0xF0020BB0          Group 1 Result Reg. 12, Debug
EVADC_G1RESD13  0xF0020BB4          Group 1 Result Reg. 13, Debug
EVADC_G1RESD14  0xF0020BB8          Group 1 Result Reg. 14, Debug
EVADC_G1RESD15  0xF0020BBC          Group 1 Result Reg. 15, Debug
EVADC_G8TRCTR   0xF0022410          Trigger Control Register, Group 8
EVADC_G8ARBCFG  0xF0022480          Arbitration Config. Register, Group 8
EVADC_G8ARBPR   0xF0022484          Arbitration Priority Register, Group 8
EVADC_G8ANCFG   0xF0022488          Analog Fct. Config. Register, Group 8
EVADC_G8ICLASS0 0xF00224A0          Input Class Register 0, Group 8
EVADC_G8ICLASS1 0xF00224A4          Input Class Register 1, Group 8
EVADC_G8ALIAS   0xF00224B0          Alias Register, Group 8
EVADC_G8BOUND   0xF00224B8          Boundary Select Register, Group 8
EVADC_G8SYNCTR  0xF00224C0          Synchronization Control Register, Group 8
EVADC_G8QCTRL0  0xF0022500          Queue 0 Source Contr. Register, Group 8
EVADC_G8QMR0    0xF0022504          Queue 0 Mode Register, Group 8
EVADC_G8QSR0    0xF0022508          Queue 0 Status Register, Group 8
EVADC_G8Q0R0    0xF002250C          Queue 0 Register 0, Group 8
EVADC_G8QINR0   0xF0022510          Queue 0 Input Register, Group 8
EVADC_G8QBUR0   0xF0022514          Queue 0 Backup Register, Group 8
EVADC_G8REQTM0  0xF0022518          Queue 0 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS0  0xF002251C          Queue 0 Requ. Timer Status Reg., Group 8
EVADC_G8QCTRL1  0xF0022520          Queue 1 Source Contr. Register, Group 8
EVADC_G8QMR1    0xF0022524          Queue 1 Mode Register, Group 8
EVADC_G8QSR1    0xF0022528          Queue 1 Status Register, Group 8
EVADC_G8Q0R1    0xF002252C          Queue 1 Register 0, Group 8
EVADC_G8QINR1   0xF0022530          Queue 1 Input Register, Group 8
EVADC_G8QBUR1   0xF0022534          Queue 1 Backup Register, Group 8
EVADC_G8REQTM1  0xF0022538          Queue 1 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS1  0xF002253C          Queue 1 Requ. Timer Status Reg., Group 8
EVADC_G8QCTRL2  0xF0022540          Queue 2 Source Contr. Register, Group 8
EVADC_G8QMR2    0xF0022544          Queue 2 Mode Register, Group 8
EVADC_G8QSR2    0xF0022548          Queue 2 Status Register, Group 8
EVADC_G8Q0R2    0xF002254C          Queue 2 Register 0, Group 8
EVADC_G8QINR2   0xF0022550          Queue 2 Input Register, Group 8
EVADC_G8QBUR2   0xF0022554          Queue 2 Backup Register, Group 8
EVADC_G8REQTM2  0xF0022558          Queue 2 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS2  0xF002255C          Queue 2 Requ. Timer Status Reg., Group 8
EVADC_G8CEFLAG  0xF0022580          Channel Event Flag Register, Group 8
EVADC_G8REFLAG  0xF0022584          Result Event Flag Register, Group 8
EVADC_G8SEFLAG  0xF0022588          Source Event Flag Register, Group 8
EVADC_G8CEFCLR  0xF0022590          Channel Event Flag Clear Register, Group 8
EVADC_G8REFCLR  0xF0022594          Result Event Flag Clear Register, Group 8
EVADC_G8SEFCLR  0xF0022598          Source Event Flag Clear Reg., Group 8
EVADC_G8CEVNP0  0xF00225A0          Channel Event Node Pointer Reg. 0, Group 8
EVADC_G8CEVNP1  0xF00225A4          Channel Event Node Pointer Reg. 1, Group 8
EVADC_G8REVNP0  0xF00225B0          Result Event Node Pointer Reg. 0, Group 8
EVADC_G8REVNP1  0xF00225B4          Result Event Node Pointer Reg. 1, Group 8
EVADC_G8SEVNP   0xF00225C0          Source Event Node Pointer Reg., Group 8
EVADC_G8SRACT   0xF00225C8          Service Request Software Activation Trigger, Group 8
EVADC_G8EMUXCTR 0xF00225F0          External Multiplexer Control Reg., Group 8
EVADC_G8EMUXCS  0xF00225F4          Ext. Multiplexer Channel Select Reg., Group 8
EVADC_G8VFR     0xF00225F8          Valid Flag Register, Group 8
EVADC_G8CHCTR0  0xF0022600          Group 8, Channel 0 Control Register
EVADC_G8CHCTR1  0xF0022604          Group 8, Channel 1 Control Register
EVADC_G8CHCTR2  0xF0022608          Group 8, Channel 2 Control Register
EVADC_G8CHCTR3  0xF002260C          Group 8, Channel 3 Control Register
EVADC_G8CHCTR4  0xF0022610          Group 8, Channel 4 Control Register
EVADC_G8CHCTR5  0xF0022614          Group 8, Channel 5 Control Register
EVADC_G8CHCTR6  0xF0022618          Group 8, Channel 6 Control Register
EVADC_G8CHCTR7  0xF002261C          Group 8, Channel 7 Control Register
EVADC_G8CHCTR8  0xF0022620          Group 8, Channel 8 Control Register
EVADC_G8CHCTR9  0xF0022624          Group 8, Channel 9 Control Register
EVADC_G8CHCTR10 0xF0022628          Group 8, Channel 10 Control Register
EVADC_G8CHCTR11 0xF002262C          Group 8, Channel 11 Control Register
EVADC_G8CHCTR12 0xF0022630          Group 8, Channel 12 Control Register
EVADC_G8CHCTR13 0xF0022634          Group 8, Channel 13 Control Register
EVADC_G8CHCTR14 0xF0022638          Group 8, Channel 14 Control Register
EVADC_G8CHCTR15 0xF002263C          Group 8, Channel 15 Control Register
EVADC_G8RCR0    0xF0022680          Group 8 Result Control Register 0
EVADC_G8RCR1    0xF0022684          Group 8 Result Control Register 1
EVADC_G8RCR2    0xF0022688          Group 8 Result Control Register 2
EVADC_G8RCR3    0xF002268C          Group 8 Result Control Register 3
EVADC_G8RCR4    0xF0022690          Group 8 Result Control Register 4
EVADC_G8RCR5    0xF0022694          Group 8 Result Control Register 5
EVADC_G8RCR6    0xF0022698          Group 8 Result Control Register 6
EVADC_G8RCR7    0xF002269C          Group 8 Result Control Register 7
EVADC_G8RCR8    0xF00226A0          Group 8 Result Control Register 8
EVADC_G8RCR9    0xF00226A4          Group 8 Result Control Register 9
EVADC_G8RCR10   0xF00226A8          Group 8 Result Control Register 10
EVADC_G8RCR11   0xF00226AC          Group 8 Result Control Register 11
EVADC_G8RCR12   0xF00226B0          Group 8 Result Control Register 12
EVADC_G8RCR13   0xF00226B4          Group 8 Result Control Register 13
EVADC_G8RCR14   0xF00226B8          Group 8 Result Control Register 14
EVADC_G8RCR15   0xF00226BC          Group 8 Result Control Register 15
EVADC_G8RES0    0xF0022700          Group 8 Result Register 0
EVADC_G8RES1    0xF0022704          Group 8 Result Register 1
EVADC_G8RES2    0xF0022708          Group 8 Result Register 2
EVADC_G8RES3    0xF002270C          Group 8 Result Register 3
EVADC_G8RES4    0xF0022710          Group 8 Result Register 4
EVADC_G8RES5    0xF0022714          Group 8 Result Register 5
EVADC_G8RES6    0xF0022718          Group 8 Result Register 6
EVADC_G8RES7    0xF002271C          Group 8 Result Register 7
EVADC_G8RES8    0xF0022720          Group 8 Result Register 8
EVADC_G8RES9    0xF0022724          Group 8 Result Register 9
EVADC_G8RES10   0xF0022728          Group 8 Result Register 10
EVADC_G8RES11   0xF002272C          Group 8 Result Register 11
EVADC_G8RES12   0xF0022730          Group 8 Result Register 12
EVADC_G8RES13   0xF0022734          Group 8 Result Register 13
EVADC_G8RES14   0xF0022738          Group 8 Result Register 14
EVADC_G8RES15   0xF002273C          Group 8 Result Register 15
EVADC_G8RESD0   0xF0022780          Group 8 Result Reg. 0, Debug
EVADC_G8RESD1   0xF0022784          Group 8 Result Reg. 1, Debug
EVADC_G8RESD2   0xF0022788          Group 8 Result Reg. 2, Debug
EVADC_G8RESD3   0xF002278C          Group 8 Result Reg. 3, Debug
EVADC_G8RESD4   0xF0022790          Group 8 Result Reg. 4, Debug
EVADC_G8RESD5   0xF0022794          Group 8 Result Reg. 5, Debug
EVADC_G8RESD6   0xF0022798          Group 8 Result Reg. 6, Debug
EVADC_G8RESD7   0xF002279C          Group 8 Result Reg. 7, Debug
EVADC_G8RESD8   0xF00227A0          Group 8 Result Reg. 8, Debug
EVADC_G8RESD9   0xF00227A4          Group 8 Result Reg. 9, Debug
EVADC_G8RESD10  0xF00227A8          Group 8 Result Reg. 10, Debug
EVADC_G8RESD11  0xF00227AC          Group 8 Result Reg. 11, Debug
EVADC_G8RESD12  0xF00227B0          Group 8 Result Reg. 12, Debug
EVADC_G8RESD13  0xF00227B4          Group 8 Result Reg. 13, Debug
EVADC_G8RESD14  0xF00227B8          Group 8 Result Reg. 14, Debug
EVADC_G8RESD15  0xF00227BC          Group 8 Result Reg. 15, Debug
EVADC_G9TRCTR   0xF0022810          Trigger Control Register, Group 9
EVADC_G9ARBCFG  0xF0022880          Arbitration Config. Register, Group 9
EVADC_G9ARBPR   0xF0022884          Arbitration Priority Register, Group 9
EVADC_G9ANCFG   0xF0022888          Analog Fct. Config. Register, Group 9
EVADC_G9ICLASS0 0xF00228A0          Input Class Register 0, Group 9
EVADC_G9ICLASS1 0xF00228A4          Input Class Register 1, Group 9
EVADC_G9ALIAS   0xF00228B0          Alias Register, Group 9
EVADC_G9BOUND   0xF00228B8          Boundary Select Register, Group 9
EVADC_G9SYNCTR  0xF00228C0          Synchronization Control Register, Group 9
EVADC_G9QCTRL0  0xF0022900          Queue 0 Source Contr. Register, Group 9
EVADC_G9QMR0    0xF0022904          Queue 0 Mode Register, Group 9
EVADC_G9QSR0    0xF0022908          Queue 0 Status Register, Group 9
EVADC_G9Q0R0    0xF002290C          Queue 0 Register 0, Group 9
EVADC_G9QINR0   0xF0022910          Queue 0 Input Register, Group 9
EVADC_G9QBUR0   0xF0022914          Queue 0 Backup Register, Group 9
EVADC_G9REQTM0  0xF0022918          Queue 0 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS0  0xF002291C          Queue 0 Requ. Timer Status Reg., Group 9
EVADC_G9QCTRL1  0xF0022920          Queue 1 Source Contr. Register, Group 9
EVADC_G9QMR1    0xF0022924          Queue 1 Mode Register, Group 9
EVADC_G9QSR1    0xF0022928          Queue 1 Status Register, Group 9
EVADC_G9Q0R1    0xF002292C          Queue 1 Register 0, Group 9
EVADC_G9QINR1   0xF0022930          Queue 1 Input Register, Group 9
EVADC_G9QBUR1   0xF0022934          Queue 1 Backup Register, Group 9
EVADC_G9REQTM1  0xF0022938          Queue 1 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS1  0xF002293C          Queue 1 Requ. Timer Status Reg., Group 9
EVADC_G9QCTRL2  0xF0022940          Queue 2 Source Contr. Register, Group 9
EVADC_G9QMR2    0xF0022944          Queue 2 Mode Register, Group 9
EVADC_G9QSR2    0xF0022948          Queue 2 Status Register, Group 9
EVADC_G9Q0R2    0xF002294C          Queue 2 Register 0, Group 9
EVADC_G9QINR2   0xF0022950          Queue 2 Input Register, Group 9
EVADC_G9QBUR2   0xF0022954          Queue 2 Backup Register, Group 9
EVADC_G9REQTM2  0xF0022958          Queue 2 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS2  0xF002295C          Queue 2 Requ. Timer Status Reg., Group 9
EVADC_G9CEFLAG  0xF0022980          Channel Event Flag Register, Group 9
EVADC_G9REFLAG  0xF0022984          Result Event Flag Register, Group 9
EVADC_G9SEFLAG  0xF0022988          Source Event Flag Register, Group 9
EVADC_G9CEFCLR  0xF0022990          Channel Event Flag Clear Register, Group 9
EVADC_G9REFCLR  0xF0022994          Result Event Flag Clear Register, Group 9
EVADC_G9SEFCLR  0xF0022998          Source Event Flag Clear Reg., Group 9
EVADC_G9CEVNP0  0xF00229A0          Channel Event Node Pointer Reg. 0, Group 9
EVADC_G9CEVNP1  0xF00229A4          Channel Event Node Pointer Reg. 1, Group 9
EVADC_G9REVNP0  0xF00229B0          Result Event Node Pointer Reg. 0, Group 9
EVADC_G9REVNP1  0xF00229B4          Result Event Node Pointer Reg. 1, Group 9
EVADC_G9SEVNP   0xF00229C0          Source Event Node Pointer Reg., Group 9
EVADC_G9SRACT   0xF00229C8          Service Request Software Activation Trigger, Group 9
EVADC_G9EMUXCTR 0xF00229F0          External Multiplexer Control Reg., Group 9
EVADC_G9EMUXCS  0xF00229F4          Ext. Multiplexer Channel Select Reg., Group 9
EVADC_G9VFR     0xF00229F8          Valid Flag Register, Group 9
EVADC_G9CHCTR0  0xF0022A00          Group 9, Channel 0 Control Register
EVADC_G9CHCTR1  0xF0022A04          Group 9, Channel 1 Control Register
EVADC_G9CHCTR2  0xF0022A08          Group 9, Channel 2 Control Register
EVADC_G9CHCTR3  0xF0022A0C          Group 9, Channel 3 Control Register
EVADC_G9CHCTR4  0xF0022A10          Group 9, Channel 4 Control Register
EVADC_G9CHCTR5  0xF0022A14          Group 9, Channel 5 Control Register
EVADC_G9CHCTR6  0xF0022A18          Group 9, Channel 6 Control Register
EVADC_G9CHCTR7  0xF0022A1C          Group 9, Channel 7 Control Register
EVADC_G9CHCTR8  0xF0022A20          Group 9, Channel 8 Control Register
EVADC_G9CHCTR9  0xF0022A24          Group 9, Channel 9 Control Register
EVADC_G9CHCTR10 0xF0022A28          Group 9, Channel 10 Control Register
EVADC_G9CHCTR11 0xF0022A2C          Group 9, Channel 11 Control Register
EVADC_G9CHCTR12 0xF0022A30          Group 9, Channel 12 Control Register
EVADC_G9CHCTR13 0xF0022A34          Group 9, Channel 13 Control Register
EVADC_G9CHCTR14 0xF0022A38          Group 9, Channel 14 Control Register
EVADC_G9CHCTR15 0xF0022A3C          Group 9, Channel 15 Control Register
EVADC_G9RCR0    0xF0022A80          Group 9 Result Control Register 0
EVADC_G9RCR1    0xF0022A84          Group 9 Result Control Register 1
EVADC_G9RCR2    0xF0022A88          Group 9 Result Control Register 2
EVADC_G9RCR3    0xF0022A8C          Group 9 Result Control Register 3
EVADC_G9RCR4    0xF0022A90          Group 9 Result Control Register 4
EVADC_G9RCR5    0xF0022A94          Group 9 Result Control Register 5
EVADC_G9RCR6    0xF0022A98          Group 9 Result Control Register 6
EVADC_G9RCR7    0xF0022A9C          Group 9 Result Control Register 7
EVADC_G9RCR8    0xF0022AA0          Group 9 Result Control Register 8
EVADC_G9RCR9    0xF0022AA4          Group 9 Result Control Register 9
EVADC_G9RCR10   0xF0022AA8          Group 9 Result Control Register 10
EVADC_G9RCR11   0xF0022AAC          Group 9 Result Control Register 11
EVADC_G9RCR12   0xF0022AB0          Group 9 Result Control Register 12
EVADC_G9RCR13   0xF0022AB4          Group 9 Result Control Register 13
EVADC_G9RCR14   0xF0022AB8          Group 9 Result Control Register 14
EVADC_G9RCR15   0xF0022ABC          Group 9 Result Control Register 15
EVADC_G9RES0    0xF0022B00          Group 9 Result Register 0
EVADC_G9RES1    0xF0022B04          Group 9 Result Register 1
EVADC_G9RES2    0xF0022B08          Group 9 Result Register 2
EVADC_G9RES3    0xF0022B0C          Group 9 Result Register 3
EVADC_G9RES4    0xF0022B10          Group 9 Result Register 4
EVADC_G9RES5    0xF0022B14          Group 9 Result Register 5
EVADC_G9RES6    0xF0022B18          Group 9 Result Register 6
EVADC_G9RES7    0xF0022B1C          Group 9 Result Register 7
EVADC_G9RES8    0xF0022B20          Group 9 Result Register 8
EVADC_G9RES9    0xF0022B24          Group 9 Result Register 9
EVADC_G9RES10   0xF0022B28          Group 9 Result Register 10
EVADC_G9RES11   0xF0022B2C          Group 9 Result Register 11
EVADC_G9RES12   0xF0022B30          Group 9 Result Register 12
EVADC_G9RES13   0xF0022B34          Group 9 Result Register 13
EVADC_G9RES14   0xF0022B38          Group 9 Result Register 14
EVADC_G9RES15   0xF0022B3C          Group 9 Result Register 15
EVADC_G9RESD0   0xF0022B80          Group 9 Result Reg. 0, Debug
EVADC_G9RESD1   0xF0022B84          Group 9 Result Reg. 1, Debug
EVADC_G9RESD2   0xF0022B88          Group 9 Result Reg. 2, Debug
EVADC_G9RESD3   0xF0022B8C          Group 9 Result Reg. 3, Debug
EVADC_G9RESD4   0xF0022B90          Group 9 Result Reg. 4, Debug
EVADC_G9RESD5   0xF0022B94          Group 9 Result Reg. 5, Debug
EVADC_G9RESD6   0xF0022B98          Group 9 Result Reg. 6, Debug
EVADC_G9RESD7   0xF0022B9C          Group 9 Result Reg. 7, Debug
EVADC_G9RESD8   0xF0022BA0          Group 9 Result Reg. 8, Debug
EVADC_G9RESD9   0xF0022BA4          Group 9 Result Reg. 9, Debug
EVADC_G9RESD10  0xF0022BA8          Group 9 Result Reg. 10, Debug
EVADC_G9RESD11  0xF0022BAC          Group 9 Result Reg. 11, Debug
EVADC_G9RESD12  0xF0022BB0          Group 9 Result Reg. 12, Debug
EVADC_G9RESD13  0xF0022BB4          Group 9 Result Reg. 13, Debug
EVADC_G9RESD14  0xF0022BB8          Group 9 Result Reg. 14, Debug
EVADC_G9RESD15  0xF0022BBC          Group 9 Result Reg. 15, Debug
CONVCTRL_CLC    0xF0025000          Clock Control Register
CONVCTRL_ID     0xF0025008          Module Identification Register
CONVCTRL_OCS    0xF0025028          OCDS Control and Status Register
CONVCTRL_KRSTCLR 0xF002502C          Kernel Reset Status Clear Register
CONVCTRL_KRST1  0xF0025030          Kernel Reset Register 1
CONVCTRL_KRST0  0xF0025034          Kernel Reset Register 0
CONVCTRL_ACCEN0 0xF002503C          Access Enable Register 0
CONVCTRL_CCCTRL 0xF002507C          Converter Control Block Control Register
CONVCTRL_PHSCFG 0xF0025080          Phase Synchronizer Configuration Register
CONVCTRL_PHSSFTY 0xF0025084          Phase Synchronizer Safety Control Register
SBCU_ID         0xF0030008          Module Identification Register
SBCU_CON        0xF0030010          BCU Control Register
SBCU_PRIOH      0xF0030014          Arbiter Priority Register High
SBCU_PRIOL      0xF0030018          Arbiter Priority Register Low
SBCU_ECON       0xF0030020          BCU Error Control Capture Register
SBCU_EADD       0xF0030024          BCU Error Address Capture Register
SBCU_EDAT       0xF0030028          BCU Error Data Capture Register
SBCU_DBCNTL     0xF0030030          BCU Debug Control Register
SBCU_DBGRNT     0xF0030034          SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0030038          BCU Debug Address 1 Register
SBCU_DBADR2     0xF003003C          BCU Debug Address 2 Register
SBCU_DBBOS      0xF0030040          BCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0030044          SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0030048          BCU Debug Trapped Address Register
SBCU_DBBOST     0xF003004C          BCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0030050          BCU Debug Data Status Register
SBCU_ALSTAT0    0xF0030060          BCU EDC Alarm Status Register 0
SBCU_ALSTAT1    0xF0030064          BCU EDC Alarm Status Register 1
SBCU_ALSTAT2    0xF0030068          BCU EDC Alarm Status Register 2
SBCU_ALSTAT3    0xF003006C          BCU EDC Alarm Status Register 3
SBCU_ALCLR0     0xF0030070          BCU EDC Alarm Clear Register 0
SBCU_ALCLR1     0xF0030074          BCU EDC Alarm Clear Register 1
SBCU_ALCLR2     0xF0030078          BCU EDC Alarm Clear Register 2
SBCU_ALCLR3     0xF003007C          BCU EDC Alarm Clear Register 3
SBCU_ALCTRL     0xF0030080          BCU EDC Alarm Control Register
SBCU_FEGEN      0xF0030084          FPI Error Generation Control Register
SBCU_ACCEN1     0xF00300F8          Access Enable Register 1
SBCU_ACCEN0     0xF00300FC          Access Enable Register 0
IOM_CLC         0xF0035000          IOM Clock Control Register
IOM_ID          0xF0035008          IOM Identification Register
IOM_KRSTCLR     0xF003501C          IOM Kernel Reset Status Clear Register
IOM_KRST1       0xF0035020          IOM Kernel Reset Register 1
IOM_KRST0       0xF0035024          IOM Kernel Reset Register 0
IOM_ACCEN1      0xF0035028          IOM Access Enable Register 1
IOM_ACCEN0      0xF003502C          IOM Access Enable Register 0
IOM_ECMCCFG     0xF0035030          IOM Event Combiner Module Counter Configuration Register
IOM_ECMSELR     0xF0035034          IOM Event Combiner Module Global Event Selection Register
IOM_ECMETH0     0xF0035038          IOM Event Combiner Module Event Trigger History Register 0
IOM_ECMETH1     0xF003503C          IOM Event Combiner Module Event Trigger History Register 1
IOM_GTMEXR      0xF0035040          IOM GTM Input EXOR Combiner Selection Register
IOM_FPCESR      0xF0035078          IOM Filter and Prescaler Channels Rising 'and' Falling Edge Status Register
IOM_FPCCTR0     0xF0035080          IOM Filter and Prescaler Channel Control Register 0
IOM_FPCCTR1     0xF0035084          IOM Filter and Prescaler Channel Control Register 1
IOM_FPCCTR2     0xF0035088          IOM Filter and Prescaler Channel Control Register 2
IOM_FPCCTR3     0xF003508C          IOM Filter and Prescaler Channel Control Register 3
IOM_FPCCTR4     0xF0035090          IOM Filter and Prescaler Channel Control Register 4
IOM_FPCCTR5     0xF0035094          IOM Filter and Prescaler Channel Control Register 5
IOM_FPCCTR6     0xF0035098          IOM Filter and Prescaler Channel Control Register 6
IOM_FPCCTR7     0xF003509C          IOM Filter and Prescaler Channel Control Register 7
IOM_FPCCTR8     0xF00350A0          IOM Filter and Prescaler Channel Control Register 8
IOM_FPCCTR9     0xF00350A4          IOM Filter and Prescaler Channel Control Register 9
IOM_FPCCTR10    0xF00350A8          IOM Filter and Prescaler Channel Control Register 10
IOM_FPCCTR11    0xF00350AC          IOM Filter and Prescaler Channel Control Register 11
IOM_FPCCTR12    0xF00350B0          IOM Filter and Prescaler Channel Control Register 12
IOM_FPCCTR13    0xF00350B4          IOM Filter and Prescaler Channel Control Register 13
IOM_FPCCTR14    0xF00350B8          IOM Filter and Prescaler Channel Control Register 14
IOM_FPCCTR15    0xF00350BC          IOM Filter and Prescaler Channel Control Register 15
IOM_FPCTIM0     0xF00350C0          IOM Filter and Prescaler Channel Timer Register 0
IOM_FPCTIM1     0xF00350C4          IOM Filter and Prescaler Channel Timer Register 1
IOM_FPCTIM2     0xF00350C8          IOM Filter and Prescaler Channel Timer Register 2
IOM_FPCTIM3     0xF00350CC          IOM Filter and Prescaler Channel Timer Register 3
IOM_FPCTIM4     0xF00350D0          IOM Filter and Prescaler Channel Timer Register 4
IOM_FPCTIM5     0xF00350D4          IOM Filter and Prescaler Channel Timer Register 5
IOM_FPCTIM6     0xF00350D8          IOM Filter and Prescaler Channel Timer Register 6
IOM_FPCTIM7     0xF00350DC          IOM Filter and Prescaler Channel Timer Register 7
IOM_FPCTIM8     0xF00350E0          IOM Filter and Prescaler Channel Timer Register 8
IOM_FPCTIM9     0xF00350E4          IOM Filter and Prescaler Channel Timer Register 9
IOM_FPCTIM10    0xF00350E8          IOM Filter and Prescaler Channel Timer Register 10
IOM_FPCTIM11    0xF00350EC          IOM Filter and Prescaler Channel Timer Register 11
IOM_FPCTIM12    0xF00350F0          IOM Filter and Prescaler Channel Timer Register 12
IOM_FPCTIM13    0xF00350F4          IOM Filter and Prescaler Channel Timer Register 13
IOM_FPCTIM14    0xF00350F8          IOM Filter and Prescaler Channel Timer Register 14
IOM_FPCTIM15    0xF00350FC          IOM Filter and Prescaler Channel Timer Register 15
IOM_LAMEWC0     0xF0035100          IOM Logic Analyzer Module Event Window Count Status Register 0
IOM_LAMEWC1     0xF0035104          IOM Logic Analyzer Module Event Window Count Status Register 1
IOM_LAMEWC2     0xF0035108          IOM Logic Analyzer Module Event Window Count Status Register 2
IOM_LAMEWC3     0xF003510C          IOM Logic Analyzer Module Event Window Count Status Register 3
IOM_LAMEWC4     0xF0035110          IOM Logic Analyzer Module Event Window Count Status Register 4
IOM_LAMEWC5     0xF0035114          IOM Logic Analyzer Module Event Window Count Status Register 5
IOM_LAMEWC6     0xF0035118          IOM Logic Analyzer Module Event Window Count Status Register 6
IOM_LAMEWC7     0xF003511C          IOM Logic Analyzer Module Event Window Count Status Register 7
IOM_LAMEWC8     0xF0035120          IOM Logic Analyzer Module Event Window Count Status Register 8
IOM_LAMEWC9     0xF0035124          IOM Logic Analyzer Module Event Window Count Status Register 9
IOM_LAMEWC10    0xF0035128          IOM Logic Analyzer Module Event Window Count Status Register 10
IOM_LAMEWC11    0xF003512C          IOM Logic Analyzer Module Event Window Count Status Register 11
IOM_LAMEWC12    0xF0035130          IOM Logic Analyzer Module Event Window Count Status Register 12
IOM_LAMEWC13    0xF0035134          IOM Logic Analyzer Module Event Window Count Status Register 13
IOM_LAMEWC14    0xF0035138          IOM Logic Analyzer Module Event Window Count Status Register 14
IOM_LAMEWC15    0xF003513C          IOM Logic Analyzer Module Event Window Count Status Register 15
IOM_LAMCFG0     0xF0035180          IOM Logic Analyzer Module Configuration Register 0
IOM_LAMCFG1     0xF0035184          IOM Logic Analyzer Module Configuration Register 1
IOM_LAMCFG2     0xF0035188          IOM Logic Analyzer Module Configuration Register 2
IOM_LAMCFG3     0xF003518C          IOM Logic Analyzer Module Configuration Register 3
IOM_LAMCFG4     0xF0035190          IOM Logic Analyzer Module Configuration Register 4
IOM_LAMCFG5     0xF0035194          IOM Logic Analyzer Module Configuration Register 5
IOM_LAMCFG6     0xF0035198          IOM Logic Analyzer Module Configuration Register 6
IOM_LAMCFG7     0xF003519C          IOM Logic Analyzer Module Configuration Register 7
IOM_LAMCFG8     0xF00351A0          IOM Logic Analyzer Module Configuration Register 8
IOM_LAMCFG9     0xF00351A4          IOM Logic Analyzer Module Configuration Register 9
IOM_LAMCFG10    0xF00351A8          IOM Logic Analyzer Module Configuration Register 10
IOM_LAMCFG11    0xF00351AC          IOM Logic Analyzer Module Configuration Register 11
IOM_LAMCFG12    0xF00351B0          IOM Logic Analyzer Module Configuration Register 12
IOM_LAMCFG13    0xF00351B4          IOM Logic Analyzer Module Configuration Register 13
IOM_LAMCFG14    0xF00351B8          IOM Logic Analyzer Module Configuration Register 14
IOM_LAMCFG15    0xF00351BC          IOM Logic Analyzer Module Configuration Register 15
IOM_LAMEWS0     0xF00351C0          IOM Logic Analyzer Module Event Window Configuration Register 0
IOM_LAMEWS1     0xF00351C4          IOM Logic Analyzer Module Event Window Configuration Register 1
IOM_LAMEWS2     0xF00351C8          IOM Logic Analyzer Module Event Window Configuration Register 2
IOM_LAMEWS3     0xF00351CC          IOM Logic Analyzer Module Event Window Configuration Register 3
IOM_LAMEWS4     0xF00351D0          IOM Logic Analyzer Module Event Window Configuration Register 4
IOM_LAMEWS5     0xF00351D4          IOM Logic Analyzer Module Event Window Configuration Register 5
IOM_LAMEWS6     0xF00351D8          IOM Logic Analyzer Module Event Window Configuration Register 6
IOM_LAMEWS7     0xF00351DC          IOM Logic Analyzer Module Event Window Configuration Register 7
IOM_LAMEWS8     0xF00351E0          IOM Logic Analyzer Module Event Window Configuration Register 8
IOM_LAMEWS9     0xF00351E4          IOM Logic Analyzer Module Event Window Configuration Register 9
IOM_LAMEWS10    0xF00351E8          IOM Logic Analyzer Module Event Window Configuration Register 10
IOM_LAMEWS11    0xF00351EC          IOM Logic Analyzer Module Event Window Configuration Register 11
IOM_LAMEWS12    0xF00351F0          IOM Logic Analyzer Module Event Window Configuration Register 12
IOM_LAMEWS13    0xF00351F4          IOM Logic Analyzer Module Event Window Configuration Register 13
IOM_LAMEWS14    0xF00351F8          IOM Logic Analyzer Module Event Window Configuration Register 14
IOM_LAMEWS15    0xF00351FC          IOM Logic Analyzer Module Event Window Configuration Register 15
SCU_ID          0xF0036008          Identification Register
SCU_OSCCON      0xF0036010          OSC Control Register
SCU_SYSPLLSTAT  0xF0036014          System PLL Status Register
SCU_SYSPLLCON0  0xF0036018          System PLL Configuration 0 Register
SCU_SYSPLLCON1  0xF003601C          System PLL Configuration 1 Register
SCU_SYSPLLCON2  0xF0036020          System PLL Configuration 2 Register
SCU_PERPLLSTAT  0xF0036024          Peripheral PLL Status Register
SCU_PERPLLCON0  0xF0036028          Peripheral PLL Configuration 0 Register
SCU_PERPLLCON1  0xF003602C          Peripheral PLL Configuration 1 Register
SCU_CCUCON0     0xF0036030          CCU Clock Control Register 0
SCU_CCUCON1     0xF0036034          CCU Clock Control Register 1
SCU_FDR         0xF0036038          Fractional Divider Register
SCU_EXTCON      0xF003603C          External Clock Control Register
SCU_CCUCON2     0xF0036040          CCU Clock Control Register 2
SCU_CCUCON3     0xF0036044          CCU Clock Control Register 3
SCU_CCUCON4     0xF0036048          CCU Clock Control Register 4
SCU_CCUCON5     0xF003604C          CCU Clock Control Register 5
SCU_RSTSTAT     0xF0036050          Reset Status Register
SCU_RSTCON      0xF0036058          Reset Configuration Register
SCU_ARSTDIS     0xF003605C          Application Reset Disable Register
SCU_SWRSTCON    0xF0036060          Software Reset Configuration Register
SCU_RSTCON2     0xF0036064          Additional Reset Control Register
SCU_RSTCON3     0xF0036068          Reset Configuration Register 3
SCU_ESRCFG0     0xF0036070          ESR0 Input Configuration Register
SCU_ESRCFG1     0xF0036074          ESR1 Input Configuration Register
SCU_ESROCFG     0xF0036078          ESR Output Configuration Register
SCU_SYSCON      0xF003607C          System Control Register
SCU_CCUCON6     0xF0036080          CCU Clock Control Register 6
SCU_CCUCON7     0xF0036084          CCU Clock Control Register 7
SCU_PDR         0xF003609C          ESR Pad Driver Mode Register
SCU_IOCR        0xF00360A0          Input/Output Control Register
SCU_OUT         0xF00360A4          ESR Output Register
SCU_OMR         0xF00360A8          ESR Output Modification Register
SCU_IN          0xF00360AC          ESR Input Register
SCU_STSTAT      0xF00360C0          Start-up Status Register
SCU_STCON       0xF00360C4          Start-up Configuration Register
SCU_PMCSR0      0xF00360C8          Power Management Control and Status Register
SCU_PMCSR1      0xF00360CC          Power Management Control and Status Register
SCU_PMCSR2      0xF00360D0          Power Management Control and Status Register
SCU_PMCSR3      0xF00360D4          Power Management Control and Status Register
SCU_PMCSR4      0xF00360D8          Power Management Control and Status Register
SCU_PMCSR5      0xF00360DC          Power Management Control and Status Register
SCU_PMSTAT0     0xF00360E4          Power Management Status Register 0
SCU_PMSWCR1     0xF00360E8          Standby and Wake-up Control Register 1
SCU_EMSR        0xF00360FC          Emergency Stop Register
SCU_EMSSW       0xF0036100          Emergency Stop Software set and clear register
SCU_DTSCSTAT    0xF0036104          Core Die Temperature Sensor Status Register
SCU_DTSCLIM     0xF0036108          Core Die Temperature Sensor Limit Register
SCU_TRAPDIS1    0xF0036120          Trap Disable Register 1
SCU_TRAPSTAT    0xF0036124          Trap Status Register
SCU_TRAPSET     0xF0036128          Trap Set Register
SCU_TRAPCLR     0xF003612C          Trap Clear Register
SCU_TRAPDIS0    0xF0036130          Trap Disable Register 0
SCU_LCLCON0     0xF0036134          LCL CPU0 and CPU2 Control Register
SCU_LCLCON1     0xF0036138          LCL CPU1 and CPU3 Control Register
SCU_LCLTEST     0xF003613C          LCL Test Register
SCU_CHIPID      0xF0036140          Chip Identification Register
SCU_MANID       0xF0036144          Manufacturer Identification Register
SCU_SWAPCTRL    0xF003614C          Address Map Control Register
SCU_LBISTCTRL0  0xF0036164          Logic BIST Control 0 Register
SCU_LBISTCTRL1  0xF0036168          Logic BIST Control 1 Register
SCU_LBISTCTRL2  0xF003616C          Logic BIST Control 2 Register
SCU_LBISTCTRL3  0xF0036170          Logic BIST Control 3 Register
SCU_STMEM1      0xF0036184          Start-up Memory Register 1
SCU_STMEM2      0xF0036188          Start-up Memory Register 2
SCU_PDISC       0xF003618C          Pad Disable Control Register
SCU_PMTRCSR0    0xF0036198          Power Management Transition Control and Status Register 0
SCU_PMTRCSR1    0xF003619C          Power Management Transition Control and Status Register 1
SCU_PMTRCSR2    0xF00361A0          Power Management Transition Control and Status Register 2
SCU_PMTRCSR3    0xF00361A4          Power Management Transition Control and Status Register 3
SCU_STMEM3      0xF00361C0          Start-up Memory Register 3
SCU_STMEM4      0xF00361C4          Start-up Memory Register 4
SCU_STMEM5      0xF00361C8          Start-up Memory Register 5
SCU_STMEM6      0xF00361CC          Start-up Memory Register 6
SCU_OVCENABLE   0xF00361E0          Overlay Enable Register
SCU_OVCCON      0xF00361E4          Overlay Control Register
SCU_EIFILT      0xF003620C          External Input Filter Register
SCU_EICR0       0xF0036210          External Input Channel Register 0
SCU_EICR1       0xF0036214          External Input Channel Register 1
SCU_EICR2       0xF0036218          External Input Channel Register 2
SCU_EICR3       0xF003621C          External Input Channel Register 3
SCU_EIFR        0xF0036220          External Input Flag Register
SCU_FMR         0xF0036224          Flag Modification Register
SCU_PDRR        0xF0036228          Pattern Detection Result Register
SCU_IGCR0       0xF003622C          Flag Gating Register 0
SCU_IGCR1       0xF0036230          Flag Gating Register 1
SCU_IGCR2       0xF0036234          Flag Gating Register 2
SCU_IGCR3       0xF0036238          Flag Gating Register 3
SCU_WDTCPU0CON0 0xF003624C          CPU0 WDT Control Register 0
SCU_WDTCPU0CON1 0xF0036250          CPU0 WDT Control Register 1
SCU_WDTCPU0SR   0xF0036254          CPU0 WDT Status Register
SCU_EICON0      0xF003629C          ENDINIT Global Control Register 0
SCU_EICON1      0xF00362A0          ENDINIT Global Control Register 1
SCU_EISR        0xF00362A4          ENDINIT Timeout Counter Status Register
SCU_WDTSCON0    0xF00362A8          Safety WDT Control Register 0
SCU_WDTSCON1    0xF00362AC          Safety WDT Control Register 1
SCU_WDTSSR      0xF00362B0          Safety WDT Status Register
SCU_SEICON0     0xF00362B4          Safety ENDINIT Control Register 0
SCU_SEICON1     0xF00362B8          Safety ENDINIT Control Register 1
SCU_SEISR       0xF00362BC          Safety ENDINIT Timeout Status Register
SCU_ACCEN11     0xF00363F0          Access Enable Register 11
SCU_ACCEN10     0xF00363F4          Access Enable Register 10
SCU_ACCEN01     0xF00363F8          Access Enable Register 01
SCU_ACCEN00     0xF00363FC          Access Enable Register 00
SMU_CLC         0xF0036800          Clock Control Register
SMU_ID          0xF0036808          Module Identification Register
SMU_CMD         0xF0036820          Command Register
SMU_STS         0xF0036824          Status Register
SMU_FSP         0xF0036828          Fault Signaling Protocol
SMU_AGC         0xF003682C          Alarm Global Configuration
SMU_RTC         0xF0036830          Recovery Timer Configuration
SMU_KEYS        0xF0036834          Key Register
SMU_DBG         0xF0036838          Debug Register
SMU_PCTL        0xF003683C          Port Control
SMU_AFCNT       0xF0036840          Alarm and Fault Counter
SMU_RTAC00      0xF0036860          Recovery Timer 0 Alarm Configuration 0
SMU_RTAC01      0xF0036864          Recovery Timer 0 Alarm Configuration 1
SMU_RTAC10      0xF0036868          Recovery Timer 1 Alarm Configuration 0
SMU_RTAC11      0xF003686C          Recovery Timer 1 Alarm Configuration 1
SMU_AEX         0xF0036870          Alarm Executed Status Register
SMU_AEXCLR      0xF0036874          Alarm Executed Status Clear Register
SMU_AG0CF0      0xF0036900          Alarm 0 Configuration Register
SMU_AG0CF1      0xF0036904          Alarm 0 Configuration Register
SMU_AG0CF2      0xF0036908          Alarm 0 Configuration Register
SMU_AG1CF0      0xF003690C          Alarm 1 Configuration Register
SMU_AG1CF1      0xF0036910          Alarm 1 Configuration Register
SMU_AG1CF2      0xF0036914          Alarm 1 Configuration Register
SMU_AG2CF0      0xF0036918          Alarm 2 Configuration Register
SMU_AG2CF1      0xF003691C          Alarm 2 Configuration Register
SMU_AG2CF2      0xF0036920          Alarm 2 Configuration Register
SMU_AG3CF0      0xF0036924          Alarm 3 Configuration Register
SMU_AG3CF1      0xF0036928          Alarm 3 Configuration Register
SMU_AG3CF2      0xF003692C          Alarm 3 Configuration Register
SMU_AG4CF0      0xF0036930          Alarm 4 Configuration Register
SMU_AG4CF1      0xF0036934          Alarm 4 Configuration Register
SMU_AG4CF2      0xF0036938          Alarm 4 Configuration Register
SMU_AG5CF0      0xF003693C          Alarm 5 Configuration Register
SMU_AG5CF1      0xF0036940          Alarm 5 Configuration Register
SMU_AG5CF2      0xF0036944          Alarm 5 Configuration Register
SMU_AG6CF0      0xF0036948          Alarm 6 Configuration Register
SMU_AG6CF1      0xF003694C          Alarm 6 Configuration Register
SMU_AG6CF2      0xF0036950          Alarm 6 Configuration Register
SMU_AG7CF0      0xF0036954          Alarm 7 Configuration Register
SMU_AG7CF1      0xF0036958          Alarm 7 Configuration Register
SMU_AG7CF2      0xF003695C          Alarm 7 Configuration Register
SMU_AG8CF0      0xF0036960          Alarm 8 Configuration Register
SMU_AG8CF1      0xF0036964          Alarm 8 Configuration Register
SMU_AG8CF2      0xF0036968          Alarm 8 Configuration Register
SMU_AG9CF0      0xF003696C          Alarm 9 Configuration Register
SMU_AG9CF1      0xF0036970          Alarm 9 Configuration Register
SMU_AG9CF2      0xF0036974          Alarm 9 Configuration Register
SMU_AG10CF0     0xF0036978          Alarm 10 Configuration Register
SMU_AG10CF1     0xF003697C          Alarm 10 Configuration Register
SMU_AG10CF2     0xF0036980          Alarm 10 Configuration Register
SMU_AG11CF0     0xF0036984          Alarm 11 Configuration Register
SMU_AG11CF1     0xF0036988          Alarm 11 Configuration Register
SMU_AG11CF2     0xF003698C          Alarm 11 Configuration Register
SMU_AG0FSP      0xF0036990          SMU_core 0 FSP Configuration Register
SMU_AG1FSP      0xF0036994          SMU_core 1 FSP Configuration Register
SMU_AG2FSP      0xF0036998          SMU_core 2 FSP Configuration Register
SMU_AG3FSP      0xF003699C          SMU_core 3 FSP Configuration Register
SMU_AG4FSP      0xF00369A0          SMU_core 4 FSP Configuration Register
SMU_AG5FSP      0xF00369A4          SMU_core 5 FSP Configuration Register
SMU_AG6FSP      0xF00369A8          SMU_core 6 FSP Configuration Register
SMU_AG7FSP      0xF00369AC          SMU_core 7 FSP Configuration Register
SMU_AG8FSP      0xF00369B0          SMU_core 8 FSP Configuration Register
SMU_AG9FSP      0xF00369B4          SMU_core 9 FSP Configuration Register
SMU_AG10FSP     0xF00369B8          SMU_core 10 FSP Configuration Register
SMU_AG11FSP     0xF00369BC          SMU_core 11 FSP Configuration Register
SMU_AG0         0xF00369C0          Alarm 0 Status Register
SMU_AG1         0xF00369C4          Alarm 1 Status Register
SMU_AG2         0xF00369C8          Alarm 2 Status Register
SMU_AG3         0xF00369CC          Alarm 3 Status Register
SMU_AG4         0xF00369D0          Alarm 4 Status Register
SMU_AG5         0xF00369D4          Alarm 5 Status Register
SMU_AG6         0xF00369D8          Alarm 6 Status Register
SMU_AG7         0xF00369DC          Alarm 7 Status Register
SMU_AG8         0xF00369E0          Alarm 8 Status Register
SMU_AG9         0xF00369E4          Alarm 9 Status Register
SMU_AG10        0xF00369E8          Alarm 10 Status Register
SMU_AG11        0xF00369EC          Alarm 11 Status Register
SMU_AD0         0xF0036A00          Alarm 0 Debug Register
SMU_AD1         0xF0036A04          Alarm 1 Debug Register
SMU_AD2         0xF0036A08          Alarm 2 Debug Register
SMU_AD3         0xF0036A0C          Alarm 3 Debug Register
SMU_AD4         0xF0036A10          Alarm 4 Debug Register
SMU_AD5         0xF0036A14          Alarm 5 Debug Register
SMU_AD6         0xF0036A18          Alarm 6 Debug Register
SMU_AD7         0xF0036A1C          Alarm 7 Debug Register
SMU_AD8         0xF0036A20          Alarm 8 Debug Register
SMU_AD9         0xF0036A24          Alarm 9 Debug Register
SMU_AD10        0xF0036A28          Alarm 10 Debug Register
SMU_AD11        0xF0036A2C          Alarm 11 Debug Register
SMU_RMCTL       0xF0036B00          Register Monitor Control
SMU_RMEF        0xF0036B04          Register Monitor Error Flags
SMU_RMSTS       0xF0036B08          Register Monitor Self Test Status
SMU_OCS         0xF0036FE8          OCDS Control and Status
SMU_ACCEN1      0xF0036FF8          SMU_core Access Enable Register 1
SMU_ACCEN0      0xF0036FFC          SMU_core Access Enable Register 0
INT_ID          0xF0037008          Module Identification Register
INT_SRB0        0xF0037010          Service Request Broadcast Register 0
INT_SRB1        0xF0037014          Service Request Broadcast Register 1
INT_OOBS        0xF0037080          OTGM OTGB0/1 Status
INT_OSSIC       0xF0037084          OTGM SSI Control
INT_OIXTS       0xF0037088          OTGM IRQ MUX Trigger Set Select
INT_OIXMS       0xF003708C          OTGM IRQ MUX Missed IRQ Select
INT_OIXS0       0xF0037090          OTGM IRQ MUX Select 0
INT_OIXS1       0xF0037094          OTGM IRQ MUX Select 1
INT_OIT         0xF00370A0          OTGM IRQ Trace
INT_OMISP       0xF00370A4          OTGM MCDS I/F Sensitivity Posedge
INT_OMISN       0xF00370A8          OTGM MCDS I/F Sensitivity Negedge
INT_ACCEN_CONFIG0 0xF00370F0          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 0
INT_ACCEN_CONFIG1 0xF00370F4          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 1
INT_ACCEN_SRB00 0xF0037100          Access Enable covering SRB0, Register 0
INT_ACCEN_SRB01 0xF0037104          Access Enable covering SRB0, Register 1
INT_ACCEN_SRB10 0xF0037108          Access Enable covering SRB1, Register 0
INT_ACCEN_SRB11 0xF003710C          Access Enable covering SRB1, Register 1
INT_ACCEN_SRC_TOS00 0xF0037180          Access Enable covering all SRCx[31:16] mapped to ICU0, Register 0
INT_ACCEN_SRC_TOS01 0xF0037184          Access Enable covering all SRCx[31:16] mapped to ICU0, Register 1
INT_ACCEN_SRC_TOS10 0xF0037188          Access Enable covering all SRCx[31:16] mapped to ICU1, Register 0
INT_ACCEN_SRC_TOS11 0xF003718C          Access Enable covering all SRCx[31:16] mapped to ICU1, Register 1
INT_LWSR0       0xF0037200          Latest Winning Service Request Register 0, related to ICUx
INT_LASR0       0xF0037204          Last Acknowledged Service Request Register 0, related to ICUx
INT_ECR0        0xF0037208          Error Capture Register 0, related to ICUx
INT_LWSR1       0xF0037210          Latest Winning Service Request Register 1, related to ICUx
INT_LASR1       0xF0037214          Last Acknowledged Service Request Register 1, related to ICUx
INT_ECR1        0xF0037218          Error Capture Register 1, related to ICUx
SRC_CPU0SB      0xF0038000          CPU0 Software Breakpoint Service Request
SRC_BCUSPB      0xF0038020          SBCU Service Request [SPB Bus Control Unit)
SRC_XBAR0       0xF0038030          SRI Domain 0 Service Request
SRC_CERBERUS0   0xF0038040          Cerberus Service Request 0
SRC_CERBERUS1   0xF0038044          Cerberus Service Request 1
SRC_ASCLIN0TX   0xF0038050          ASCLIN0 Transmit Service Request
SRC_ASCLIN0RX   0xF0038054          ASCLIN0 Receive Service Request
SRC_ASCLIN0ERR  0xF0038058          ASCLIN0 Error Service Request
SRC_ASCLIN1TX   0xF003805C          ASCLIN1 Transmit Service Request
SRC_ASCLIN1RX   0xF0038060          ASCLIN1 Receive Service Request
SRC_ASCLIN1ERR  0xF0038064          ASCLIN1 Error Service Request
SRC_ASCLIN2TX   0xF0038068          ASCLIN2 Transmit Service Request
SRC_ASCLIN2RX   0xF003806C          ASCLIN2 Receive Service Request
SRC_ASCLIN2ERR  0xF0038070          ASCLIN2 Error Service Request
SRC_ASCLIN3TX   0xF0038074          ASCLIN3 Transmit Service Request
SRC_ASCLIN3RX   0xF0038078          ASCLIN3 Receive Service Request
SRC_ASCLIN3ERR  0xF003807C          ASCLIN3 Error Service Request
SRC_ASCLIN4TX   0xF0038080          ASCLIN4 Transmit Service Request
SRC_ASCLIN4RX   0xF0038084          ASCLIN4 Receive Service Request
SRC_ASCLIN4ERR  0xF0038088          ASCLIN4 Error Service Request
SRC_ASCLIN5TX   0xF003808C          ASCLIN5 Transmit Service Request
SRC_ASCLIN5RX   0xF0038090          ASCLIN5 Receive Service Request
SRC_ASCLIN5ERR  0xF0038094          ASCLIN5 Error Service Request
SRC_ASCLIN6TX   0xF0038098          ASCLIN6 Transmit Service Request
SRC_ASCLIN6RX   0xF003809C          ASCLIN6 Receive Service Request
SRC_ASCLIN6ERR  0xF00380A0          ASCLIN6 Error Service Request
SRC_ASCLIN7TX   0xF00380A4          ASCLIN7 Transmit Service Request
SRC_ASCLIN7RX   0xF00380A8          ASCLIN7 Receive Service Request
SRC_ASCLIN7ERR  0xF00380AC          ASCLIN7 Error Service Request
SRC_ASCLIN8TX   0xF00380B0          ASCLIN8 Transmit Service Request
SRC_ASCLIN8RX   0xF00380B4          ASCLIN8 Receive Service Request
SRC_ASCLIN8ERR  0xF00380B8          ASCLIN8 Error Service Request
SRC_ASCLIN9TX   0xF00380BC          ASCLIN9 Transmit Service Request
SRC_ASCLIN9RX   0xF00380C0          ASCLIN9 Receive Service Request
SRC_ASCLIN9ERR  0xF00380C4          ASCLIN9 Error Service Request
SRC_ASCLIN10TX  0xF00380C8          ASCLIN10 Transmit Service Request
SRC_ASCLIN10RX  0xF00380CC          ASCLIN10 Receive Service Request
SRC_ASCLIN10ERR 0xF00380D0          ASCLIN10 Error Service Request
SRC_ASCLIN11TX  0xF00380D4          ASCLIN11 Transmit Service Request
SRC_ASCLIN11RX  0xF00380D8          ASCLIN11 Receive Service Request
SRC_ASCLIN11ERR 0xF00380DC          ASCLIN11 Error Service Request
SRC_MTUDONE     0xF00380EC          MTU Done Service Request
SRC_QSPI0TX     0xF00380F0          QSPI0 Transmit Service Request
SRC_QSPI0RX     0xF00380F4          QSPI0 Receive Service Request
SRC_QSPI0ERR    0xF00380F8          QSPI0 Error Service Request
SRC_QSPI0PT     0xF00380FC          QSPI0 Phase Transition Service Request
SRC_QSPI0U      0xF0038100          QSPI0 User Defined Service Request
SRC_QSPI1TX     0xF0038104          QSPI1 Transmit Service Request
SRC_QSPI1RX     0xF0038108          QSPI1 Receive Service Request
SRC_QSPI1ERR    0xF003810C          QSPI1 Error Service Request
SRC_QSPI1PT     0xF0038110          QSPI1 Phase Transition Service Request
SRC_QSPI1U      0xF0038114          QSPI1 User Defined Service Request
SRC_QSPI2TX     0xF0038118          QSPI2 Transmit Service Request
SRC_QSPI2RX     0xF003811C          QSPI2 Receive Service Request
SRC_QSPI2ERR    0xF0038120          QSPI2 Error Service Request
SRC_QSPI2PT     0xF0038124          QSPI2 Phase Transition Service Request
SRC_QSPI2U      0xF0038128          QSPI2 User Defined Service Request
SRC_QSPI3TX     0xF003812C          QSPI3 Transmit Service Request
SRC_QSPI3RX     0xF0038130          QSPI3 Receive Service Request
SRC_QSPI3ERR    0xF0038134          QSPI3 Error Service Request
SRC_QSPI3PT     0xF0038138          QSPI3 Phase Transition Service Request
SRC_QSPI3U      0xF003813C          QSPI3 User Defined Service Request
SRC_QSPI2HC     0xF0038178          QSPI2 High Speed Capture Service Request
SRC_QSPI3HC     0xF003817C          QSPI3 High Speed Capture Service Request
SRC_SENT0       0xF0038240          SENT TRIG0 Service Request
SRC_SENT1       0xF0038244          SENT TRIG1 Service Request
SRC_SENT2       0xF0038248          SENT TRIG2 Service Request
SRC_SENT3       0xF003824C          SENT TRIG3 Service Request
SRC_SENT4       0xF0038250          SENT TRIG4 Service Request
SRC_SENT5       0xF0038254          SENT TRIG5 Service Request
SRC_SENT6       0xF0038258          SENT TRIG6 Service Request
SRC_SENT7       0xF003825C          SENT TRIG7 Service Request
SRC_SENT8       0xF0038260          SENT TRIG8 Service Request
SRC_SENT9       0xF0038264          SENT TRIG9 Service Request
SRC_CCU60SR0    0xF00382C0          CCU0 Service Request 0
SRC_CCU60SR1    0xF00382C4          CCU0 Service Request 1
SRC_CCU60SR2    0xF00382C8          CCU0 Service Request 2
SRC_CCU60SR3    0xF00382CC          CCU0 Service Request 3
SRC_CCU61SR0    0xF00382D0          CCU1 Service Request 0
SRC_CCU61SR1    0xF00382D4          CCU1 Service Request 1
SRC_CCU61SR2    0xF00382D8          CCU1 Service Request 2
SRC_CCU61SR3    0xF00382DC          CCU1 Service Request 3
SRC_GPT120CIRQ  0xF00382E0          GPT120 CAPREL Service Request
SRC_GPT120T2    0xF00382E4          GPT120 Timer 2 Service Request
SRC_GPT120T3    0xF00382E8          GPT120 Timer 3 Service Request
SRC_GPT120T4    0xF00382EC          GPT120 Timer 4 Service Request
SRC_GPT120T5    0xF00382F0          GPT120 Timer 5 Service Request
SRC_GPT120T6    0xF00382F4          GPT120 Timer 6 Service Request
SRC_STM0SR0     0xF0038300          System Timer 0 Service Request 0
SRC_STM0SR1     0xF0038304          System Timer 0 Service Request 1
SRC_FCE0        0xF0038330          FCE0 Error Service Request
SRC_DMAERR0     0xF0038340          DMA Error Service Request 0
SRC_DMAERR1     0xF0038344          DMA Error Service Request 1
SRC_DMAERR2     0xF0038348          DMA Error Service Request 2
SRC_DMAERR3     0xF003834C          DMA Error Service Request 3
SRC_DMACH0      0xF0038370          DMA Channel 0 Service Request
SRC_DMACH1      0xF0038374          DMA Channel 1 Service Request
SRC_DMACH2      0xF0038378          DMA Channel 2 Service Request
SRC_DMACH3      0xF003837C          DMA Channel 3 Service Request
SRC_DMACH4      0xF0038380          DMA Channel 4 Service Request
SRC_DMACH5      0xF0038384          DMA Channel 5 Service Request
SRC_DMACH6      0xF0038388          DMA Channel 6 Service Request
SRC_DMACH7      0xF003838C          DMA Channel 7 Service Request
SRC_DMACH8      0xF0038390          DMA Channel 8 Service Request
SRC_DMACH9      0xF0038394          DMA Channel 9 Service Request
SRC_DMACH10     0xF0038398          DMA Channel 10 Service Request
SRC_DMACH11     0xF003839C          DMA Channel 11 Service Request
SRC_DMACH12     0xF00383A0          DMA Channel 12 Service Request
SRC_DMACH13     0xF00383A4          DMA Channel 13 Service Request
SRC_DMACH14     0xF00383A8          DMA Channel 14 Service Request
SRC_DMACH15     0xF00383AC          DMA Channel 15 Service Request
SRC_DMACH16     0xF00383B0          DMA Channel 16 Service Request
SRC_DMACH17     0xF00383B4          DMA Channel 17 Service Request
SRC_DMACH18     0xF00383B8          DMA Channel 18 Service Request
SRC_DMACH19     0xF00383BC          DMA Channel 19 Service Request
SRC_DMACH20     0xF00383C0          DMA Channel 20 Service Request
SRC_DMACH21     0xF00383C4          DMA Channel 21 Service Request
SRC_DMACH22     0xF00383C8          DMA Channel 22 Service Request
SRC_DMACH23     0xF00383CC          DMA Channel 23 Service Request
SRC_DMACH24     0xF00383D0          DMA Channel 24 Service Request
SRC_DMACH25     0xF00383D4          DMA Channel 25 Service Request
SRC_DMACH26     0xF00383D8          DMA Channel 26 Service Request
SRC_DMACH27     0xF00383DC          DMA Channel 27 Service Request
SRC_DMACH28     0xF00383E0          DMA Channel 28 Service Request
SRC_DMACH29     0xF00383E4          DMA Channel 29 Service Request
SRC_DMACH30     0xF00383E8          DMA Channel 30 Service Request
SRC_DMACH31     0xF00383EC          DMA Channel 31 Service Request
SRC_DMACH32     0xF00383F0          DMA Channel 32 Service Request
SRC_DMACH33     0xF00383F4          DMA Channel 33 Service Request
SRC_DMACH34     0xF00383F8          DMA Channel 34 Service Request
SRC_DMACH35     0xF00383FC          DMA Channel 35 Service Request
SRC_DMACH36     0xF0038400          DMA Channel 36 Service Request
SRC_DMACH37     0xF0038404          DMA Channel 37 Service Request
SRC_DMACH38     0xF0038408          DMA Channel 38 Service Request
SRC_DMACH39     0xF003840C          DMA Channel 39 Service Request
SRC_DMACH40     0xF0038410          DMA Channel 40 Service Request
SRC_DMACH41     0xF0038414          DMA Channel 41 Service Request
SRC_DMACH42     0xF0038418          DMA Channel 42 Service Request
SRC_DMACH43     0xF003841C          DMA Channel 43 Service Request
SRC_DMACH44     0xF0038420          DMA Channel 44 Service Request
SRC_DMACH45     0xF0038424          DMA Channel 45 Service Request
SRC_DMACH46     0xF0038428          DMA Channel 46 Service Request
SRC_DMACH47     0xF003842C          DMA Channel 47 Service Request
SRC_DMACH48     0xF0038430          DMA Channel 48 Service Request
SRC_DMACH49     0xF0038434          DMA Channel 49 Service Request
SRC_DMACH50     0xF0038438          DMA Channel 50 Service Request
SRC_DMACH51     0xF003843C          DMA Channel 51 Service Request
SRC_DMACH52     0xF0038440          DMA Channel 52 Service Request
SRC_DMACH53     0xF0038444          DMA Channel 53 Service Request
SRC_DMACH54     0xF0038448          DMA Channel 54 Service Request
SRC_DMACH55     0xF003844C          DMA Channel 55 Service Request
SRC_DMACH56     0xF0038450          DMA Channel 56 Service Request
SRC_DMACH57     0xF0038454          DMA Channel 57 Service Request
SRC_DMACH58     0xF0038458          DMA Channel 58 Service Request
SRC_DMACH59     0xF003845C          DMA Channel 59 Service Request
SRC_DMACH60     0xF0038460          DMA Channel 60 Service Request
SRC_DMACH61     0xF0038464          DMA Channel 61 Service Request
SRC_DMACH62     0xF0038468          DMA Channel 62 Service Request
SRC_DMACH63     0xF003846C          DMA Channel 63 Service Request
SRC_CAN0INT0    0xF00385B0          CAN0 Service Request 0
SRC_CAN0INT1    0xF00385B4          CAN0 Service Request 1
SRC_CAN0INT2    0xF00385B8          CAN0 Service Request 2
SRC_CAN0INT3    0xF00385BC          CAN0 Service Request 3
SRC_CAN0INT4    0xF00385C0          CAN0 Service Request 4
SRC_CAN0INT5    0xF00385C4          CAN0 Service Request 5
SRC_CAN0INT6    0xF00385C8          CAN0 Service Request 6
SRC_CAN0INT7    0xF00385CC          CAN0 Service Request 7
SRC_CAN0INT8    0xF00385D0          CAN0 Service Request 8
SRC_CAN0INT9    0xF00385D4          CAN0 Service Request 9
SRC_CAN0INT10   0xF00385D8          CAN0 Service Request 10
SRC_CAN0INT11   0xF00385DC          CAN0 Service Request 11
SRC_CAN0INT12   0xF00385E0          CAN0 Service Request 12
SRC_CAN0INT13   0xF00385E4          CAN0 Service Request 13
SRC_CAN0INT14   0xF00385E8          CAN0 Service Request 14
SRC_CAN0INT15   0xF00385EC          CAN0 Service Request 15
SRC_CAN1INT0    0xF00385F0          CAN1 Service Request 0
SRC_CAN1INT1    0xF00385F4          CAN1 Service Request 1
SRC_CAN1INT2    0xF00385F8          CAN1 Service Request 2
SRC_CAN1INT3    0xF00385FC          CAN1 Service Request 3
SRC_CAN1INT4    0xF0038600          CAN1 Service Request 4
SRC_CAN1INT5    0xF0038604          CAN1 Service Request 5
SRC_CAN1INT6    0xF0038608          CAN1 Service Request 6
SRC_CAN1INT7    0xF003860C          CAN1 Service Request 7
SRC_CAN1INT8    0xF0038610          CAN1 Service Request 8
SRC_CAN1INT9    0xF0038614          CAN1 Service Request 9
SRC_CAN1INT10   0xF0038618          CAN1 Service Request 10
SRC_CAN1INT11   0xF003861C          CAN1 Service Request 11
SRC_CAN1INT12   0xF0038620          CAN1 Service Request 12
SRC_CAN1INT13   0xF0038624          CAN1 Service Request 13
SRC_CAN1INT14   0xF0038628          CAN1 Service Request 14
SRC_CAN1INT15   0xF003862C          CAN1 Service Request 15
SRC_VADCG0SR0   0xF0038670          EVADC Group 0 Service Request 0
SRC_VADCG0SR1   0xF0038674          EVADC Group 0 Service Request 1
SRC_VADCG0SR2   0xF0038678          EVADC Group 0 Service Request 2
SRC_VADCG0SR3   0xF003867C          EVADC Group 0 Service Request 3
SRC_VADCG1SR0   0xF0038680          EVADC Group 1 Service Request 0
SRC_VADCG1SR1   0xF0038684          EVADC Group 1 Service Request 1
SRC_VADCG1SR2   0xF0038688          EVADC Group 1 Service Request 2
SRC_VADCG1SR3   0xF003868C          EVADC Group 1 Service Request 3
SRC_VADCG8SR0   0xF00386F0          EVADC Group 8 Service Request 0
SRC_VADCG8SR1   0xF00386F4          EVADC Group 8 Service Request 1
SRC_VADCG8SR2   0xF00386F8          EVADC Group 8 Service Request 2
SRC_VADCG8SR3   0xF00386FC          EVADC Group 8 Service Request 3
SRC_VADCG9SR0   0xF0038700          EVADC Group 9 Service Request 0
SRC_VADCG9SR1   0xF0038704          EVADC Group 9 Service Request 1
SRC_VADCG9SR2   0xF0038708          EVADC Group 9 Service Request 2
SRC_VADCG9SR3   0xF003870C          EVADC Group 9 Service Request 3
SRC_VADCCG0SR0  0xF0038750          EVADC Common Group 0 Service Request 0
SRC_VADCCG0SR1  0xF0038754          EVADC Common Group 0 Service Request 1
SRC_VADCCG0SR2  0xF0038758          EVADC Common Group 0 Service Request 2
SRC_VADCCG0SR3  0xF003875C          EVADC Common Group 0 Service Request 3
SRC_VADCCG1SR0  0xF0038760          EVADC Common Group 1 Service Request 0
SRC_VADCCG1SR1  0xF0038764          EVADC Common Group 1 Service Request 1
SRC_VADCCG1SR2  0xF0038768          EVADC Common Group 1 Service Request 2
SRC_VADCCG1SR3  0xF003876C          EVADC Common Group 1 Service Request 3
SRC_ERAY0INT0   0xF0038800          E-RAY 0 Service Request 0
SRC_ERAY0INT1   0xF0038804          E-RAY 0 Service Request 1
SRC_ERAY0TINT0  0xF0038808          E-RAY 0 Timer Interrupt 0 Service Request
SRC_ERAY0TINT1  0xF003880C          E-RAY 0 Timer Interrupt 1 Service Request
SRC_ERAY0NDAT0  0xF0038810          E-RAY 0 New Data 0 Service Request
SRC_ERAY0NDAT1  0xF0038814          E-RAY 0 New Data 1 Service Request
SRC_ERAY0MBSC0  0xF0038818          E-RAY 0 Message Buffer Status Changed 0 Service Request
SRC_ERAY0MBSC1  0xF003881C          E-RAY 0 Message Buffer Status Changed 1 Service Request
SRC_ERAY0OBUSY  0xF0038820          E-RAY 0 Output Buffer Busy
SRC_ERAY0IBUSY  0xF0038824          E-RAY 0 Input Buffer Busy
SRC_DMUHOST     0xF0038860          DMU Host Service Request
SRC_DMUFSI      0xF0038864          DMU FSI Service Request
SRC_HSM0        0xF0038870          HSM Service Request 0
SRC_HSM1        0xF0038874          HSM Service Request 1
SRC_SCUERU0     0xF0038880          SCU ERU Service Request 0
SRC_SCUERU1     0xF0038884          SCU ERU Service Request 1
SRC_SCUERU2     0xF0038888          SCU ERU Service Request 2
SRC_SCUERU3     0xF003888C          SCU ERU Service Request 3
SRC_PMSDTS      0xF00388AC          PMS DTS Service Request
SRC_PMS0        0xF00388B0          Power Management System Service Request 0
SRC_PMS1        0xF00388B4          Power Management System Service Request 1
SRC_PMS2        0xF00388B8          Power Management System Service Request 2
SRC_PMS3        0xF00388BC          Power Management System Service Request 3
SRC_SCR         0xF00388C0          Stand By Controller Service Request
SRC_SMU0        0xF00388D0          SMU Service Request 0
SRC_SMU1        0xF00388D4          SMU Service Request 1
SRC_SMU2        0xF00388D8          SMU Service Request 2
SRC_GPSR00      0xF0038990          General Purpose Group 0 Service Request 0
SRC_GPSR01      0xF0038994          General Purpose Group 0 Service Request 1
SRC_GPSR02      0xF0038998          General Purpose Group 0 Service Request 2
SRC_GPSR03      0xF003899C          General Purpose Group 0 Service Request 3
SRC_GPSR04      0xF00389A0          General Purpose Group 0 Service Request 4
SRC_GPSR05      0xF00389A4          General Purpose Group 0 Service Request 5
SRC_GPSR06      0xF00389A8          General Purpose Group 0 Service Request 6
SRC_GPSR07      0xF00389AC          General Purpose Group 0 Service Request 7
SRC_GTMAEIIRQ   0xF0038A70          AEI Shared Service Request
SRC_GTMARUIRQ0  0xF0038A74          ARU Shared Service Request 0
SRC_GTMARUIRQ1  0xF0038A78          ARU Shared Service Request 1
SRC_GTMARUIRQ2  0xF0038A7C          ARU Shared Service Request 2
SRC_GTMBRCIRQ   0xF0038A80          BRC Shared Service Request
SRC_GTMCMPIRQ   0xF0038A84          CMP Shared Service Request
SRC_GTMSPE0IRQ  0xF0038A88          SPE0 Shared Service Request
SRC_GTMSPE1IRQ  0xF0038A8C          SPE1 Shared Service Request
SRC_GTMERR      0xF0038B70          Error Service Request
SRC_GTMTIM00    0xF0038B90          TIM0 Shared Service Request 0
SRC_GTMTIM01    0xF0038B94          TIM0 Shared Service Request 1
SRC_GTMTIM02    0xF0038B98          TIM0 Shared Service Request 2
SRC_GTMTIM03    0xF0038B9C          TIM0 Shared Service Request 3
SRC_GTMTIM04    0xF0038BA0          TIM0 Shared Service Request 4
SRC_GTMTIM05    0xF0038BA4          TIM0 Shared Service Request 5
SRC_GTMTIM06    0xF0038BA8          TIM0 Shared Service Request 6
SRC_GTMTIM07    0xF0038BAC          TIM0 Shared Service Request 7
SRC_GTMTIM10    0xF0038BB0          TIM1 Shared Service Request 0
SRC_GTMTIM11    0xF0038BB4          TIM1 Shared Service Request 1
SRC_GTMTIM12    0xF0038BB8          TIM1 Shared Service Request 2
SRC_GTMTIM13    0xF0038BBC          TIM1 Shared Service Request 3
SRC_GTMTIM14    0xF0038BC0          TIM1 Shared Service Request 4
SRC_GTMTIM15    0xF0038BC4          TIM1 Shared Service Request 5
SRC_GTMTIM16    0xF0038BC8          TIM1 Shared Service Request 6
SRC_GTMTIM17    0xF0038BCC          TIM1 Shared Service Request 7
SRC_GTMTOM00    0xF0038E10          TOM0 Shared Service Request 0
SRC_GTMTOM01    0xF0038E14          TOM0 Shared Service Request 1
SRC_GTMTOM02    0xF0038E18          TOM0 Shared Service Request 2
SRC_GTMTOM03    0xF0038E1C          TOM0 Shared Service Request 3
SRC_GTMTOM04    0xF0038E20          TOM0 Shared Service Request 4
SRC_GTMTOM05    0xF0038E24          TOM0 Shared Service Request 5
SRC_GTMTOM06    0xF0038E28          TOM0 Shared Service Request 6
SRC_GTMTOM07    0xF0038E2C          TOM0 Shared Service Request 7
SRC_GTMTOM10    0xF0038E30          TOM1 Shared Service Request 0
SRC_GTMTOM11    0xF0038E34          TOM1 Shared Service Request 1
SRC_GTMTOM12    0xF0038E38          TOM1 Shared Service Request 2
SRC_GTMTOM13    0xF0038E3C          TOM1 Shared Service Request 3
SRC_GTMTOM14    0xF0038E40          TOM1 Shared Service Request 4
SRC_GTMTOM15    0xF0038E44          TOM1 Shared Service Request 5
SRC_GTMTOM16    0xF0038E48          TOM1 Shared Service Request 6
SRC_GTMTOM17    0xF0038E4C          TOM1 Shared Service Request 7
SRC_GTMATOM00   0xF0038EF0          ATOM0 Shared Service Request 0
SRC_GTMATOM01   0xF0038EF4          ATOM0 Shared Service Request 1
SRC_GTMATOM02   0xF0038EF8          ATOM0 Shared Service Request 2
SRC_GTMATOM03   0xF0038EFC          ATOM0 Shared Service Request 3
P00_OUT         0xF003A000          Port 00 Output Register
P00_OMR         0xF003A004          Port 00 Output Modification Register
P00_ID          0xF003A008          Port 00 Identification Register
P00_IOCR0       0xF003A010          Port 00 Input/Output Control Register 0
P00_IOCR4       0xF003A014          Port 00 Input/Output Control Register 4
P00_IOCR8       0xF003A018          Port 00 Input/Output Control Register 8
P00_IOCR12      0xF003A01C          Port 00 Input/Output Control Register 12
P00_IN          0xF003A024          Port 00 Input Register
P00_PDR0        0xF003A040          Port 00 Pad Driver Mode Register 0
P00_PDR1        0xF003A044          Port 00 Pad Driver Mode Register 1
P00_ESR         0xF003A050          Port 00 Emergency Stop Register
P00_PDISC       0xF003A060          Port 00 Pin Function Decision Control Register
P00_PCSR        0xF003A064          Port 00 Pin Controller Select Register
P00_OMSR0       0xF003A070          Port 00 Output Modification Set Register 0
P00_OMSR4       0xF003A074          Port 00 Output Modification Set Register 4
P00_OMSR8       0xF003A078          Port 00 Output Modification Set Register 8
P00_OMSR12      0xF003A07C          Port 00 Output Modification Set Register 12
P00_OMCR0       0xF003A080          Port 00 Output Modification Clear Register 0
P00_OMCR4       0xF003A084          Port 00 Output Modification Clear Register 4
P00_OMCR8       0xF003A088          Port 00 Output Modification Clear Register 8
P00_OMCR12      0xF003A08C          Port 00 Output Modification Clear Register 12
P00_OMSR        0xF003A090          Port 00 Output Modification Set Register
P00_OMCR        0xF003A094          Port 00 Output Modification Clear Register
P00_ACCEN1      0xF003A0F8          Port 00 Access Enable Register 1
P00_ACCEN0      0xF003A0FC          Port 00 Access Enable Register 0
P02_OUT         0xF003A200          Port 02 Output Register
P02_OMR         0xF003A204          Port 02 Output Modification Register
P02_ID          0xF003A208          Port 02 Identification Register
P02_IOCR0       0xF003A210          Port 02 Input/Output Control Register 0
P02_IOCR4       0xF003A214          Port 02 Input/Output Control Register 4
P02_IOCR8       0xF003A218          Port 02 Input/Output Control Register 8
P02_IN          0xF003A224          Port 02 Input Register
P02_PDR0        0xF003A240          Port 02 Pad Driver Mode Register 0
P02_PDR1        0xF003A244          Port 02 Pad Driver Mode Register 1
P02_ESR         0xF003A250          Port 02 Emergency Stop Register
P02_PDISC       0xF003A260          Port 02 Pin Function Decision Control Register
P02_PCSR        0xF003A264          Port 02 Pin Controller Select Register
P02_OMSR0       0xF003A270          Port 02 Output Modification Set Register 0
P02_OMSR4       0xF003A274          Port 02 Output Modification Set Register 4
P02_OMSR8       0xF003A278          Port 02 Output Modification Set Register 8
P02_OMCR0       0xF003A280          Port 02 Output Modification Clear Register 0
P02_OMCR4       0xF003A284          Port 02 Output Modification Clear Register 4
P02_OMCR8       0xF003A288          Port 02 Output Modification Clear Register 8
P02_OMSR        0xF003A290          Port 02 Output Modification Set Register
P02_OMCR        0xF003A294          Port 02 Output Modification Clear Register
P02_ACCEN1      0xF003A2F8          Port 02 Access Enable Register 1
P02_ACCEN0      0xF003A2FC          Port 02 Access Enable Register 0
P10_OUT         0xF003AA00          Port 10 Output Register
P10_OMR         0xF003AA04          Port 10 Output Modification Register
P10_ID          0xF003AA08          Port 10 Identification Register
P10_IOCR0       0xF003AA10          Port 10 Input/Output Control Register 0
P10_IOCR4       0xF003AA14          Port 10 Input/Output Control Register 4
P10_IOCR8       0xF003AA18          Port 10 Input/Output Control Register 8
P10_IN          0xF003AA24          Port 10 Input Register
P10_PDR0        0xF003AA40          Port 10 Pad Driver Mode Register 0
P10_PDR1        0xF003AA44          Port 10 Pad Driver Mode Register 1
P10_ESR         0xF003AA50          Port 10 Emergency Stop Register
P10_PDISC       0xF003AA60          Port 10 Pin Function Decision Control Register
P10_PCSR        0xF003AA64          Port 10 Pin Controller Select Register
P10_OMSR0       0xF003AA70          Port 10 Output Modification Set Register 0
P10_OMSR4       0xF003AA74          Port 10 Output Modification Set Register 4
P10_OMSR8       0xF003AA78          Port 10 Output Modification Set Register 8
P10_OMCR0       0xF003AA80          Port 10 Output Modification Clear Register 0
P10_OMCR4       0xF003AA84          Port 10 Output Modification Clear Register 4
P10_OMCR8       0xF003AA88          Port 10 Output Modification Clear Register 8
P10_OMSR        0xF003AA90          Port 10 Output Modification Set Register
P10_OMCR        0xF003AA94          Port 10 Output Modification Clear Register
P10_ACCEN1      0xF003AAF8          Port 10 Access Enable Register 1
P10_ACCEN0      0xF003AAFC          Port 10 Access Enable Register 0
P11_OUT         0xF003AB00          Port 11 Output Register
P11_OMR         0xF003AB04          Port 11 Output Modification Register
P11_ID          0xF003AB08          Port 11 Identification Register
P11_IOCR0       0xF003AB10          Port 11 Input/Output Control Register 0
P11_IOCR4       0xF003AB14          Port 11 Input/Output Control Register 4
P11_IOCR8       0xF003AB18          Port 11 Input/Output Control Register 8
P11_IOCR12      0xF003AB1C          Port 11 Input/Output Control Register 12
P11_IN          0xF003AB24          Port 11 Input Register
P11_PDR0        0xF003AB40          Port 11 Pad Driver Mode Register 0
P11_PDR1        0xF003AB44          Port 11 Pad Driver Mode Register 1
P11_ESR         0xF003AB50          Port 11 Emergency Stop Register
P11_PDISC       0xF003AB60          Port 11 Pin Function Decision Control Register
P11_PCSR        0xF003AB64          Port 11 Pin Controller Select Register
P11_OMSR0       0xF003AB70          Port 11 Output Modification Set Register 0
P11_OMSR4       0xF003AB74          Port 11 Output Modification Set Register 4
P11_OMSR8       0xF003AB78          Port 11 Output Modification Set Register 8
P11_OMSR12      0xF003AB7C          Port 11 Output Modification Set Register 12
P11_OMCR0       0xF003AB80          Port 11 Output Modification Clear Register 0
P11_OMCR4       0xF003AB84          Port 11 Output Modification Clear Register 4
P11_OMCR8       0xF003AB88          Port 11 Output Modification Clear Register 8
P11_OMCR12      0xF003AB8C          Port 11 Output Modification Clear Register 12
P11_OMSR        0xF003AB90          Port 11 Output Modification Set Register
P11_OMCR        0xF003AB94          Port 11 Output Modification Clear Register
P11_ACCEN1      0xF003ABF8          Port 11 Access Enable Register 1
P11_ACCEN0      0xF003ABFC          Port 11 Access Enable Register 0
P13_OUT         0xF003AD00          Port 13 Output Register
P13_OMR         0xF003AD04          Port 13 Output Modification Register
P13_ID          0xF003AD08          Port 13 Identification Register
P13_IOCR0       0xF003AD10          Port 13 Input/Output Control Register 0
P13_IN          0xF003AD24          Port 13 Input Register
P13_PDR0        0xF003AD40          Port 13 Pad Driver Mode Register 0
P13_ESR         0xF003AD50          Port 13 Emergency Stop Register
P13_PDISC       0xF003AD60          Port 13 Pin Function Decision Control Register
P13_PCSR        0xF003AD64          Port 13 Pin Controller Select Register
P13_OMSR0       0xF003AD70          Port 13 Output Modification Set Register 0
P13_OMCR0       0xF003AD80          Port 13 Output Modification Clear Register 0
P13_OMSR        0xF003AD90          Port 13 Output Modification Set Register
P13_OMCR        0xF003AD94          Port 13 Output Modification Clear Register
P13_ACCEN1      0xF003ADF8          Port 13 Access Enable Register 1
P13_ACCEN0      0xF003ADFC          Port 13 Access Enable Register 0
P14_OUT         0xF003AE00          Port 14 Output Register
P14_OMR         0xF003AE04          Port 14 Output Modification Register
P14_ID          0xF003AE08          Port 14 Identification Register
P14_IOCR0       0xF003AE10          Port 14 Input/Output Control Register 0
P14_IOCR4       0xF003AE14          Port 14 Input/Output Control Register 4
P14_IOCR8       0xF003AE18          Port 14 Input/Output Control Register 8
P14_IN          0xF003AE24          Port 14 Input Register
P14_PDR0        0xF003AE40          Port 14 Pad Driver Mode Register 0
P14_PDR1        0xF003AE44          Port 14 Pad Driver Mode Register 1
P14_ESR         0xF003AE50          Port 14 Emergency Stop Register
P14_PDISC       0xF003AE60          Port 14 Pin Function Decision Control Register
P14_PCSR        0xF003AE64          Port 14 Pin Controller Select Register
P14_OMSR0       0xF003AE70          Port 14 Output Modification Set Register 0
P14_OMSR4       0xF003AE74          Port 14 Output Modification Set Register 4
P14_OMSR8       0xF003AE78          Port 14 Output Modification Set Register 8
P14_OMCR0       0xF003AE80          Port 14 Output Modification Clear Register 0
P14_OMCR4       0xF003AE84          Port 14 Output Modification Clear Register 4
P14_OMCR8       0xF003AE88          Port 14 Output Modification Clear Register 8
P14_OMSR        0xF003AE90          Port 14 Output Modification Set Register
P14_OMCR        0xF003AE94          Port 14 Output Modification Clear Register
P14_ACCEN1      0xF003AEF8          Port 14 Access Enable Register 1
P14_ACCEN0      0xF003AEFC          Port 14 Access Enable Register 0
P15_OUT         0xF003AF00          Port 15 Output Register
P15_OMR         0xF003AF04          Port 15 Output Modification Register
P15_ID          0xF003AF08          Port 15 Identification Register
P15_IOCR0       0xF003AF10          Port 15 Input/Output Control Register 0
P15_IOCR4       0xF003AF14          Port 15 Input/Output Control Register 4
P15_IOCR8       0xF003AF18          Port 15 Input/Output Control Register 8
P15_IN          0xF003AF24          Port 15 Input Register
P15_PDR0        0xF003AF40          Port 15 Pad Driver Mode Register 0
P15_PDR1        0xF003AF44          Port 15 Pad Driver Mode Register 1
P15_ESR         0xF003AF50          Port 15 Emergency Stop Register
P15_PDISC       0xF003AF60          Port 15 Pin Function Decision Control Register
P15_PCSR        0xF003AF64          Port 15 Pin Controller Select Register
P15_OMSR0       0xF003AF70          Port 15 Output Modification Set Register 0
P15_OMSR4       0xF003AF74          Port 15 Output Modification Set Register 4
P15_OMSR8       0xF003AF78          Port 15 Output Modification Set Register 8
P15_OMCR0       0xF003AF80          Port 15 Output Modification Clear Register 0
P15_OMCR4       0xF003AF84          Port 15 Output Modification Clear Register 4
P15_OMCR8       0xF003AF88          Port 15 Output Modification Clear Register 8
P15_OMSR        0xF003AF90          Port 15 Output Modification Set Register
P15_OMCR        0xF003AF94          Port 15 Output Modification Clear Register
P15_ACCEN1      0xF003AFF8          Port 15 Access Enable Register 1
P15_ACCEN0      0xF003AFFC          Port 15 Access Enable Register 0
P20_OUT         0xF003B400          Port 20 Output Register
P20_OMR         0xF003B404          Port 20 Output Modification Register
P20_ID          0xF003B408          Port 20 Identification Register
P20_IOCR0       0xF003B410          Port 20 Input/Output Control Register 0
P20_IOCR4       0xF003B414          Port 20 Input/Output Control Register 4
P20_IOCR8       0xF003B418          Port 20 Input/Output Control Register 8
P20_IOCR12      0xF003B41C          Port 20 Input/Output Control Register 12
P20_IN          0xF003B424          Port 20 Input Register
P20_PDR0        0xF003B440          Port 20 Pad Driver Mode Register 0
P20_PDR1        0xF003B444          Port 20 Pad Driver Mode Register 1
P20_ESR         0xF003B450          Port 20 Emergency Stop Register
P20_PDISC       0xF003B460          Port 20 Pin Function Decision Control Register
P20_PCSR        0xF003B464          Port 20 Pin Controller Select Register
P20_OMSR0       0xF003B470          Port 20 Output Modification Set Register 0
P20_OMSR4       0xF003B474          Port 20 Output Modification Set Register 4
P20_OMSR8       0xF003B478          Port 20 Output Modification Set Register 8
P20_OMSR12      0xF003B47C          Port 20 Output Modification Set Register 12
P20_OMCR0       0xF003B480          Port 20 Output Modification Clear Register 0
P20_OMCR4       0xF003B484          Port 20 Output Modification Clear Register 4
P20_OMCR8       0xF003B488          Port 20 Output Modification Clear Register 8
P20_OMCR12      0xF003B48C          Port 20 Output Modification Clear Register 12
P20_OMSR        0xF003B490          Port 20 Output Modification Set Register
P20_OMCR        0xF003B494          Port 20 Output Modification Clear Register
P20_ACCEN1      0xF003B4F8          Port 20 Access Enable Register 1
P20_ACCEN0      0xF003B4FC          Port 20 Access Enable Register 0
P21_OUT         0xF003B500          Port 21 Output Register
P21_OMR         0xF003B504          Port 21 Output Modification Register
P21_ID          0xF003B508          Port 21 Identification Register
P21_IOCR0       0xF003B510          Port 21 Input/Output Control Register 0
P21_IOCR4       0xF003B514          Port 21 Input/Output Control Register 4
P21_IN          0xF003B524          Port 21 Input Register
P21_PDR0        0xF003B540          Port 21 Pad Driver Mode Register 0
P21_ESR         0xF003B550          Port 21 Emergency Stop Register
P21_PDISC       0xF003B560          Port 21 Pin Function Decision Control Register
P21_PCSR        0xF003B564          Port 21 Pin Controller Select Register
P21_OMSR0       0xF003B570          Port 21 Output Modification Set Register 0
P21_OMSR4       0xF003B574          Port 21 Output Modification Set Register 4
P21_OMCR0       0xF003B580          Port 21 Output Modification Clear Register 0
P21_OMCR4       0xF003B584          Port 21 Output Modification Clear Register 4
P21_OMSR        0xF003B590          Port 21 Output Modification Set Register
P21_OMCR        0xF003B594          Port 21 Output Modification Clear Register
P21_LPCR2       0xF003B5A8          Port 21 LVDS Pad Control Register 2
P21_ACCEN1      0xF003B5F8          Port 21 Access Enable Register 1
P21_ACCEN0      0xF003B5FC          Port 21 Access Enable Register 0
P22_OUT         0xF003B600          Port 22 Output Register
P22_OMR         0xF003B604          Port 22 Output Modification Register
P22_ID          0xF003B608          Port 22 Identification Register
P22_IOCR0       0xF003B610          Port 22 Input/Output Control Register 0
P22_IOCR4       0xF003B614          Port 22 Input/Output Control Register 4
P22_IN          0xF003B624          Port 22 Input Register
P22_PDR0        0xF003B640          Port 22 Pad Driver Mode Register 0
P22_ESR         0xF003B650          Port 22 Emergency Stop Register
P22_PDISC       0xF003B660          Port 22 Pin Function Decision Control Register
P22_PCSR        0xF003B664          Port 22 Pin Controller Select Register
P22_OMSR0       0xF003B670          Port 22 Output Modification Set Register 0
P22_OMSR4       0xF003B674          Port 22 Output Modification Set Register 4
P22_OMCR0       0xF003B680          Port 22 Output Modification Clear Register 0
P22_OMCR4       0xF003B684          Port 22 Output Modification Clear Register 4
P22_OMSR        0xF003B690          Port 22 Output Modification Set Register
P22_OMCR        0xF003B694          Port 22 Output Modification Clear Register
P22_ACCEN1      0xF003B6F8          Port 22 Access Enable Register 1
P22_ACCEN0      0xF003B6FC          Port 22 Access Enable Register 0
P23_OUT         0xF003B700          Port 23 Output Register
P23_OMR         0xF003B704          Port 23 Output Modification Register
P23_ID          0xF003B708          Port 23 Identification Register
P23_IOCR0       0xF003B710          Port 23 Input/Output Control Register 0
P23_IOCR4       0xF003B714          Port 23 Input/Output Control Register 4
P23_IN          0xF003B724          Port 23 Input Register
P23_PDR0        0xF003B740          Port 23 Pad Driver Mode Register 0
P23_ESR         0xF003B750          Port 23 Emergency Stop Register
P23_PDISC       0xF003B760          Port 23 Pin Function Decision Control Register
P23_PCSR        0xF003B764          Port 23 Pin Controller Select Register
P23_OMSR0       0xF003B770          Port 23 Output Modification Set Register 0
P23_OMSR4       0xF003B774          Port 23 Output Modification Set Register 4
P23_OMCR0       0xF003B780          Port 23 Output Modification Clear Register 0
P23_OMCR4       0xF003B784          Port 23 Output Modification Clear Register 4
P23_OMSR        0xF003B790          Port 23 Output Modification Set Register
P23_OMCR        0xF003B794          Port 23 Output Modification Clear Register
P23_ACCEN1      0xF003B7F8          Port 23 Access Enable Register 1
P23_ACCEN0      0xF003B7FC          Port 23 Access Enable Register 0
P32_OUT         0xF003C000          Port 32 Output Register
P32_OMR         0xF003C004          Port 32 Output Modification Register
P32_ID          0xF003C008          Port 32 Identification Register
P32_IOCR0       0xF003C010          Port 32 Input/Output Control Register 0
P32_IOCR4       0xF003C014          Port 32 Input/Output Control Register 4
P32_IN          0xF003C024          Port 32 Input Register
P32_PDR0        0xF003C040          Port 32 Pad Driver Mode Register 0
P32_ESR         0xF003C050          Port 32 Emergency Stop Register
P32_PDISC       0xF003C060          Port 32 Pin Function Decision Control Register
P32_PCSR        0xF003C064          Port 32 Pin Controller Select Register
P32_OMSR0       0xF003C070          Port 32 Output Modification Set Register 0
P32_OMSR4       0xF003C074          Port 32 Output Modification Set Register 4
P32_OMCR0       0xF003C080          Port 32 Output Modification Clear Register 0
P32_OMCR4       0xF003C084          Port 32 Output Modification Clear Register 4
P32_OMSR        0xF003C090          Port 32 Output Modification Set Register
P32_OMCR        0xF003C094          Port 32 Output Modification Clear Register
P32_ACCEN1      0xF003C0F8          Port 32 Access Enable Register 1
P32_ACCEN0      0xF003C0FC          Port 32 Access Enable Register 0
P33_OUT         0xF003C100          Port 33 Output Register
P33_OMR         0xF003C104          Port 33 Output Modification Register
P33_ID          0xF003C108          Port 33 Identification Register
P33_IOCR0       0xF003C110          Port 33 Input/Output Control Register 0
P33_IOCR4       0xF003C114          Port 33 Input/Output Control Register 4
P33_IOCR8       0xF003C118          Port 33 Input/Output Control Register 8
P33_IOCR12      0xF003C11C          Port 33 Input/Output Control Register 12
P33_IN          0xF003C124          Port 33 Input Register
P33_PDR0        0xF003C140          Port 33 Pad Driver Mode Register 0
P33_PDR1        0xF003C144          Port 33 Pad Driver Mode Register 1
P33_ESR         0xF003C150          Port 33 Emergency Stop Register
P33_PDISC       0xF003C160          Port 33 Pin Function Decision Control Register
P33_PCSR        0xF003C164          Port 33 Pin Controller Select Register
P33_OMSR0       0xF003C170          Port 33 Output Modification Set Register 0
P33_OMSR4       0xF003C174          Port 33 Output Modification Set Register 4
P33_OMSR8       0xF003C178          Port 33 Output Modification Set Register 8
P33_OMSR12      0xF003C17C          Port 33 Output Modification Set Register 12
P33_OMCR0       0xF003C180          Port 33 Output Modification Clear Register 0
P33_OMCR4       0xF003C184          Port 33 Output Modification Clear Register 4
P33_OMCR8       0xF003C188          Port 33 Output Modification Clear Register 8
P33_OMCR12      0xF003C18C          Port 33 Output Modification Clear Register 12
P33_OMSR        0xF003C190          Port 33 Output Modification Set Register
P33_OMCR        0xF003C194          Port 33 Output Modification Clear Register
P33_ACCEN1      0xF003C1F8          Port 33 Access Enable Register 1
P33_ACCEN0      0xF003C1FC          Port 33 Access Enable Register 0
P34_OUT         0xF003C200          Port 34 Output Register
P34_OMR         0xF003C204          Port 34 Output Modification Register
P34_ID          0xF003C208          Port 34 Identification Register
P34_IOCR0       0xF003C210          Port 34 Input/Output Control Register 0
P34_IN          0xF003C224          Port 34 Input Register
P34_PDR0        0xF003C240          Port 34 Pad Driver Mode Register 0
P34_ESR         0xF003C250          Port 34 Emergency Stop Register
P34_PDISC       0xF003C260          Port 34 Pin Function Decision Control Register
P34_PCSR        0xF003C264          Port 34 Pin Controller Select Register
P34_OMSR0       0xF003C270          Port 34 Output Modification Set Register 0
P34_OMCR0       0xF003C280          Port 34 Output Modification Clear Register 0
P34_OMSR        0xF003C290          Port 34 Output Modification Set Register
P34_OMCR        0xF003C294          Port 34 Output Modification Clear Register
P34_ACCEN1      0xF003C2F8          Port 34 Access Enable Register 1
P34_ACCEN0      0xF003C2FC          Port 34 Access Enable Register 0
P40_OUT         0xF003C800          Port 40 Output Register
P40_OMR         0xF003C804          Port 40 Output Modification Register
P40_ID          0xF003C808          Port 40 Identification Register
P40_IOCR0       0xF003C810          Port 40 Input/Output Control Register 0
P40_IOCR4       0xF003C814          Port 40 Input/Output Control Register 4
P40_IOCR8       0xF003C818          Port 40 Input/Output Control Register 8
P40_IN          0xF003C824          Port 40 Input Register
P40_PDR0        0xF003C840          Port 40 Pad Driver Mode Register 0
P40_PDR1        0xF003C844          Port 40 Pad Driver Mode Register 1
P40_ESR         0xF003C850          Port 40 Emergency Stop Register
P40_PDISC       0xF003C860          Port 40 Pin Function Decision Control Register
P40_PCSR        0xF003C864          Port 40 Pin Controller Select Register
P40_OMSR0       0xF003C870          Port 40 Output Modification Set Register 0
P40_OMSR4       0xF003C874          Port 40 Output Modification Set Register 4
P40_OMSR8       0xF003C878          Port 40 Output Modification Set Register 8
P40_OMCR0       0xF003C880          Port 40 Output Modification Clear Register 0
P40_OMCR4       0xF003C884          Port 40 Output Modification Clear Register 4
P40_OMCR8       0xF003C888          Port 40 Output Modification Clear Register 8
P40_OMSR        0xF003C890          Port 40 Output Modification Set Register
P40_OMCR        0xF003C894          Port 40 Output Modification Clear Register
P40_ACCEN1      0xF003C8F8          Port 40 Access Enable Register 1
P40_ACCEN0      0xF003C8FC          Port 40 Access Enable Register 0
MTU_CLC         0xF0060000          Clock Control Register
MTU_ID          0xF0060008          Identification Register
MTU_MEMTEST0    0xF0060010          Memory MBIST Enable Register 0
MTU_MEMTEST1    0xF0060014          Memory MBIST Enable Register 1
MTU_MEMTEST2    0xF0060018          Memory MBIST Enable Register 2
MTU_MEMMAP      0xF006001C          Memory Mapping Enable Register
MTU_MEMSTAT0    0xF0060038          Memory Status Register 0
MTU_MEMSTAT1    0xF006003C          Memory Status Register 1
MTU_MEMSTAT2    0xF0060040          Memory Status Register 2
MTU_MEMDONE0    0xF0060050          Memory Test Done Status Register 0
MTU_MEMDONE1    0xF0060054          Memory Test Done Status Register 1
MTU_MEMDONE2    0xF0060058          Memory Test Done Status Register 2
MTU_MEMFDA0     0xF0060060          Memory Test FDA Status Register 0
MTU_MEMFDA1     0xF0060064          Memory Test FDA Status Register 1
MTU_MEMFDA2     0xF0060068          Memory Test FDA Status Register 2
MTU_ACCEN1      0xF00600F8          Access Enable Register 1
MTU_ACCEN0      0xF00600FC          Access Enable Register 0
MTU_MC0_CONFIG0 0xF0061000          MC 0 Configuration Register 0
MTU_MC0_CONFIG1 0xF0061002          MC 0 Configuration Register 1
MTU_MC0_MCONTROL 0xF0061004          MC 0 MBIST Control Register
MTU_MC0_MSTATUS 0xF0061006          MC 0 Status Register
MTU_MC0_RANGE   0xF0061008          MC 0 Range Register, single address mode
MTU_MC0_REVID   0xF006100C          MC 0 Revision ID Register
MTU_MC0_ECCS    0xF006100E          MC 0 ECC Safety Register
MTU_MC0_ECCD    0xF0061010          MC 0 Memory ECC Detection Register
MTU_MC0_ETRR0   0xF0061012          MC 0 Error Tracking Register 0
MTU_MC0_ETRR1   0xF0061014          MC 0 Error Tracking Register 1
MTU_MC0_ETRR2   0xF0061016          MC 0 Error Tracking Register 2
MTU_MC0_ETRR3   0xF0061018          MC 0 Error Tracking Register 3
MTU_MC0_ETRR4   0xF006101A          MC 0 Error Tracking Register 4
MTU_MC0_RDBFL0  0xF0061060          MC 0 Read Data and Bit Flip Register 0
MTU_MC0_RDBFL1  0xF0061062          MC 0 Read Data and Bit Flip Register 1
MTU_MC0_RDBFL2  0xF0061064          MC 0 Read Data and Bit Flip Register 2
MTU_MC0_RDBFL3  0xF0061066          MC 0 Read Data and Bit Flip Register 3
MTU_MC0_RDBFL4  0xF0061068          MC 0 Read Data and Bit Flip Register 4
MTU_MC0_RDBFL5  0xF006106A          MC 0 Read Data and Bit Flip Register 5
MTU_MC0_RDBFL6  0xF006106C          MC 0 Read Data and Bit Flip Register 6
MTU_MC0_RDBFL7  0xF006106E          MC 0 Read Data and Bit Flip Register 7
MTU_MC0_RDBFL8  0xF0061070          MC 0 Read Data and Bit Flip Register 8
MTU_MC0_RDBFL9  0xF0061072          MC 0 Read Data and Bit Flip Register 9
MTU_MC0_RDBFL10 0xF0061074          MC 0 Read Data and Bit Flip Register 10
MTU_MC0_RDBFL11 0xF0061076          MC 0 Read Data and Bit Flip Register 11
MTU_MC0_RDBFL12 0xF0061078          MC 0 Read Data and Bit Flip Register 12
MTU_MC0_RDBFL13 0xF006107A          MC 0 Read Data and Bit Flip Register 13
MTU_MC0_RDBFL14 0xF006107C          MC 0 Read Data and Bit Flip Register 14
MTU_MC0_RDBFL15 0xF006107E          MC 0 Read Data and Bit Flip Register 15
MTU_MC0_RDBFL16 0xF0061080          MC 0 Read Data and Bit Flip Register 16
MTU_MC0_RDBFL17 0xF0061082          MC 0 Read Data and Bit Flip Register 17
MTU_MC0_RDBFL18 0xF0061084          MC 0 Read Data and Bit Flip Register 18
MTU_MC0_RDBFL19 0xF0061086          MC 0 Read Data and Bit Flip Register 19
MTU_MC0_RDBFL20 0xF0061088          MC 0 Read Data and Bit Flip Register 20
MTU_MC0_RDBFL21 0xF006108A          MC 0 Read Data and Bit Flip Register 21
MTU_MC0_RDBFL22 0xF006108C          MC 0 Read Data and Bit Flip Register 22
MTU_MC0_RDBFL23 0xF006108E          MC 0 Read Data and Bit Flip Register 23
MTU_MC0_RDBFL24 0xF0061090          MC 0 Read Data and Bit Flip Register 24
MTU_MC0_RDBFL25 0xF0061092          MC 0 Read Data and Bit Flip Register 25
MTU_MC0_RDBFL26 0xF0061094          MC 0 Read Data and Bit Flip Register 26
MTU_MC0_RDBFL27 0xF0061096          MC 0 Read Data and Bit Flip Register 27
MTU_MC0_RDBFL28 0xF0061098          MC 0 Read Data and Bit Flip Register 28
MTU_MC0_RDBFL29 0xF006109A          MC 0 Read Data and Bit Flip Register 29
MTU_MC0_RDBFL30 0xF006109C          MC 0 Read Data and Bit Flip Register 30
MTU_MC0_RDBFL31 0xF006109E          MC 0 Read Data and Bit Flip Register 31
MTU_MC0_RDBFL32 0xF00610A0          MC 0 Read Data and Bit Flip Register 32
MTU_MC0_RDBFL33 0xF00610A2          MC 0 Read Data and Bit Flip Register 33
MTU_MC0_RDBFL34 0xF00610A4          MC 0 Read Data and Bit Flip Register 34
MTU_MC0_RDBFL35 0xF00610A6          MC 0 Read Data and Bit Flip Register 35
MTU_MC0_RDBFL36 0xF00610A8          MC 0 Read Data and Bit Flip Register 36
MTU_MC0_RDBFL37 0xF00610AA          MC 0 Read Data and Bit Flip Register 37
MTU_MC0_RDBFL38 0xF00610AC          MC 0 Read Data and Bit Flip Register 38
MTU_MC0_RDBFL39 0xF00610AE          MC 0 Read Data and Bit Flip Register 39
MTU_MC0_RDBFL40 0xF00610B0          MC 0 Read Data and Bit Flip Register 40
MTU_MC0_RDBFL41 0xF00610B2          MC 0 Read Data and Bit Flip Register 41
MTU_MC0_RDBFL42 0xF00610B4          MC 0 Read Data and Bit Flip Register 42
MTU_MC0_RDBFL43 0xF00610B6          MC 0 Read Data and Bit Flip Register 43
MTU_MC0_RDBFL44 0xF00610B8          MC 0 Read Data and Bit Flip Register 44
MTU_MC0_RDBFL45 0xF00610BA          MC 0 Read Data and Bit Flip Register 45
MTU_MC0_RDBFL46 0xF00610BC          MC 0 Read Data and Bit Flip Register 46
MTU_MC0_RDBFL47 0xF00610BE          MC 0 Read Data and Bit Flip Register 47
MTU_MC0_RDBFL48 0xF00610C0          MC 0 Read Data and Bit Flip Register 48
MTU_MC0_RDBFL49 0xF00610C2          MC 0 Read Data and Bit Flip Register 49
MTU_MC0_RDBFL50 0xF00610C4          MC 0 Read Data and Bit Flip Register 50
MTU_MC0_RDBFL51 0xF00610C6          MC 0 Read Data and Bit Flip Register 51
MTU_MC0_RDBFL52 0xF00610C8          MC 0 Read Data and Bit Flip Register 52
MTU_MC0_RDBFL53 0xF00610CA          MC 0 Read Data and Bit Flip Register 53
MTU_MC0_RDBFL54 0xF00610CC          MC 0 Read Data and Bit Flip Register 54
MTU_MC0_RDBFL55 0xF00610CE          MC 0 Read Data and Bit Flip Register 55
MTU_MC0_RDBFL56 0xF00610D0          MC 0 Read Data and Bit Flip Register 56
MTU_MC0_RDBFL57 0xF00610D2          MC 0 Read Data and Bit Flip Register 57
MTU_MC0_RDBFL58 0xF00610D4          MC 0 Read Data and Bit Flip Register 58
MTU_MC0_RDBFL59 0xF00610D6          MC 0 Read Data and Bit Flip Register 59
MTU_MC0_RDBFL60 0xF00610D8          MC 0 Read Data and Bit Flip Register 60
MTU_MC0_RDBFL61 0xF00610DA          MC 0 Read Data and Bit Flip Register 61
MTU_MC0_RDBFL62 0xF00610DC          MC 0 Read Data and Bit Flip Register 62
MTU_MC0_RDBFL63 0xF00610DE          MC 0 Read Data and Bit Flip Register 63
MTU_MC0_RDBFL64 0xF00610E0          MC 0 Read Data and Bit Flip Register 64
MTU_MC0_RDBFL65 0xF00610E2          MC 0 Read Data and Bit Flip Register 65
MTU_MC0_RDBFL66 0xF00610E4          MC 0 Read Data and Bit Flip Register 66
MTU_MC0_ALMSRCS 0xF00610EE          MC 0 Alarm Sources Configuration Register
MTU_MC0_FAULTSTS 0xF00610F0          MC 0 SSH Safety Faults Status Register
MTU_MC0_ERRINFO0 0xF00610F2          MC 0 Error Information Register 0
MTU_MC0_ERRINFO1 0xF00610F4          MC 0 Error Information Register 1
MTU_MC0_ERRINFO2 0xF00610F6          MC 0 Error Information Register 2
MTU_MC0_ERRINFO3 0xF00610F8          MC 0 Error Information Register 3
MTU_MC0_ERRINFO4 0xF00610FA          MC 0 Error Information Register 4
MTU_MC1_CONFIG0 0xF0061100          MC 1 Configuration Register 0
MTU_MC1_CONFIG1 0xF0061102          MC 1 Configuration Register 1
MTU_MC1_MCONTROL 0xF0061104          MC 1 MBIST Control Register
MTU_MC1_MSTATUS 0xF0061106          MC 1 Status Register
MTU_MC1_RANGE   0xF0061108          MC 1 Range Register, single address mode
MTU_MC1_REVID   0xF006110C          MC 1 Revision ID Register
MTU_MC1_ECCS    0xF006110E          MC 1 ECC Safety Register
MTU_MC1_ECCD    0xF0061110          MC 1 Memory ECC Detection Register
MTU_MC1_ETRR0   0xF0061112          MC 1 Error Tracking Register 0
MTU_MC1_ETRR1   0xF0061114          MC 1 Error Tracking Register 1
MTU_MC1_ETRR2   0xF0061116          MC 1 Error Tracking Register 2
MTU_MC1_ETRR3   0xF0061118          MC 1 Error Tracking Register 3
MTU_MC1_ETRR4   0xF006111A          MC 1 Error Tracking Register 4
MTU_MC1_RDBFL0  0xF0061160          MC 1 Read Data and Bit Flip Register 0
MTU_MC1_RDBFL1  0xF0061162          MC 1 Read Data and Bit Flip Register 1
MTU_MC1_RDBFL2  0xF0061164          MC 1 Read Data and Bit Flip Register 2
MTU_MC1_RDBFL3  0xF0061166          MC 1 Read Data and Bit Flip Register 3
MTU_MC1_RDBFL4  0xF0061168          MC 1 Read Data and Bit Flip Register 4
MTU_MC1_RDBFL5  0xF006116A          MC 1 Read Data and Bit Flip Register 5
MTU_MC1_RDBFL6  0xF006116C          MC 1 Read Data and Bit Flip Register 6
MTU_MC1_RDBFL7  0xF006116E          MC 1 Read Data and Bit Flip Register 7
MTU_MC1_RDBFL8  0xF0061170          MC 1 Read Data and Bit Flip Register 8
MTU_MC1_RDBFL9  0xF0061172          MC 1 Read Data and Bit Flip Register 9
MTU_MC1_RDBFL10 0xF0061174          MC 1 Read Data and Bit Flip Register 10
MTU_MC1_RDBFL11 0xF0061176          MC 1 Read Data and Bit Flip Register 11
MTU_MC1_RDBFL12 0xF0061178          MC 1 Read Data and Bit Flip Register 12
MTU_MC1_RDBFL13 0xF006117A          MC 1 Read Data and Bit Flip Register 13
MTU_MC1_RDBFL14 0xF006117C          MC 1 Read Data and Bit Flip Register 14
MTU_MC1_RDBFL15 0xF006117E          MC 1 Read Data and Bit Flip Register 15
MTU_MC1_RDBFL16 0xF0061180          MC 1 Read Data and Bit Flip Register 16
MTU_MC1_RDBFL17 0xF0061182          MC 1 Read Data and Bit Flip Register 17
MTU_MC1_RDBFL18 0xF0061184          MC 1 Read Data and Bit Flip Register 18
MTU_MC1_RDBFL19 0xF0061186          MC 1 Read Data and Bit Flip Register 19
MTU_MC1_RDBFL20 0xF0061188          MC 1 Read Data and Bit Flip Register 20
MTU_MC1_RDBFL21 0xF006118A          MC 1 Read Data and Bit Flip Register 21
MTU_MC1_RDBFL22 0xF006118C          MC 1 Read Data and Bit Flip Register 22
MTU_MC1_RDBFL23 0xF006118E          MC 1 Read Data and Bit Flip Register 23
MTU_MC1_RDBFL24 0xF0061190          MC 1 Read Data and Bit Flip Register 24
MTU_MC1_RDBFL25 0xF0061192          MC 1 Read Data and Bit Flip Register 25
MTU_MC1_RDBFL26 0xF0061194          MC 1 Read Data and Bit Flip Register 26
MTU_MC1_RDBFL27 0xF0061196          MC 1 Read Data and Bit Flip Register 27
MTU_MC1_RDBFL28 0xF0061198          MC 1 Read Data and Bit Flip Register 28
MTU_MC1_RDBFL29 0xF006119A          MC 1 Read Data and Bit Flip Register 29
MTU_MC1_RDBFL30 0xF006119C          MC 1 Read Data and Bit Flip Register 30
MTU_MC1_RDBFL31 0xF006119E          MC 1 Read Data and Bit Flip Register 31
MTU_MC1_RDBFL32 0xF00611A0          MC 1 Read Data and Bit Flip Register 32
MTU_MC1_RDBFL33 0xF00611A2          MC 1 Read Data and Bit Flip Register 33
MTU_MC1_RDBFL34 0xF00611A4          MC 1 Read Data and Bit Flip Register 34
MTU_MC1_RDBFL35 0xF00611A6          MC 1 Read Data and Bit Flip Register 35
MTU_MC1_RDBFL36 0xF00611A8          MC 1 Read Data and Bit Flip Register 36
MTU_MC1_RDBFL37 0xF00611AA          MC 1 Read Data and Bit Flip Register 37
MTU_MC1_RDBFL38 0xF00611AC          MC 1 Read Data and Bit Flip Register 38
MTU_MC1_RDBFL39 0xF00611AE          MC 1 Read Data and Bit Flip Register 39
MTU_MC1_RDBFL40 0xF00611B0          MC 1 Read Data and Bit Flip Register 40
MTU_MC1_RDBFL41 0xF00611B2          MC 1 Read Data and Bit Flip Register 41
MTU_MC1_RDBFL42 0xF00611B4          MC 1 Read Data and Bit Flip Register 42
MTU_MC1_RDBFL43 0xF00611B6          MC 1 Read Data and Bit Flip Register 43
MTU_MC1_RDBFL44 0xF00611B8          MC 1 Read Data and Bit Flip Register 44
MTU_MC1_RDBFL45 0xF00611BA          MC 1 Read Data and Bit Flip Register 45
MTU_MC1_RDBFL46 0xF00611BC          MC 1 Read Data and Bit Flip Register 46
MTU_MC1_RDBFL47 0xF00611BE          MC 1 Read Data and Bit Flip Register 47
MTU_MC1_RDBFL48 0xF00611C0          MC 1 Read Data and Bit Flip Register 48
MTU_MC1_RDBFL49 0xF00611C2          MC 1 Read Data and Bit Flip Register 49
MTU_MC1_RDBFL50 0xF00611C4          MC 1 Read Data and Bit Flip Register 50
MTU_MC1_RDBFL51 0xF00611C6          MC 1 Read Data and Bit Flip Register 51
MTU_MC1_RDBFL52 0xF00611C8          MC 1 Read Data and Bit Flip Register 52
MTU_MC1_RDBFL53 0xF00611CA          MC 1 Read Data and Bit Flip Register 53
MTU_MC1_RDBFL54 0xF00611CC          MC 1 Read Data and Bit Flip Register 54
MTU_MC1_RDBFL55 0xF00611CE          MC 1 Read Data and Bit Flip Register 55
MTU_MC1_RDBFL56 0xF00611D0          MC 1 Read Data and Bit Flip Register 56
MTU_MC1_RDBFL57 0xF00611D2          MC 1 Read Data and Bit Flip Register 57
MTU_MC1_RDBFL58 0xF00611D4          MC 1 Read Data and Bit Flip Register 58
MTU_MC1_RDBFL59 0xF00611D6          MC 1 Read Data and Bit Flip Register 59
MTU_MC1_RDBFL60 0xF00611D8          MC 1 Read Data and Bit Flip Register 60
MTU_MC1_RDBFL61 0xF00611DA          MC 1 Read Data and Bit Flip Register 61
MTU_MC1_RDBFL62 0xF00611DC          MC 1 Read Data and Bit Flip Register 62
MTU_MC1_RDBFL63 0xF00611DE          MC 1 Read Data and Bit Flip Register 63
MTU_MC1_RDBFL64 0xF00611E0          MC 1 Read Data and Bit Flip Register 64
MTU_MC1_RDBFL65 0xF00611E2          MC 1 Read Data and Bit Flip Register 65
MTU_MC1_RDBFL66 0xF00611E4          MC 1 Read Data and Bit Flip Register 66
MTU_MC1_ALMSRCS 0xF00611EE          MC 1 Alarm Sources Configuration Register
MTU_MC1_FAULTSTS 0xF00611F0          MC 1 SSH Safety Faults Status Register
MTU_MC1_ERRINFO0 0xF00611F2          MC 1 Error Information Register 0
MTU_MC1_ERRINFO1 0xF00611F4          MC 1 Error Information Register 1
MTU_MC1_ERRINFO2 0xF00611F6          MC 1 Error Information Register 2
MTU_MC1_ERRINFO3 0xF00611F8          MC 1 Error Information Register 3
MTU_MC1_ERRINFO4 0xF00611FA          MC 1 Error Information Register 4
MTU_MC2_CONFIG0 0xF0061200          MC 2 Configuration Register 0
MTU_MC2_CONFIG1 0xF0061202          MC 2 Configuration Register 1
MTU_MC2_MCONTROL 0xF0061204          MC 2 MBIST Control Register
MTU_MC2_MSTATUS 0xF0061206          MC 2 Status Register
MTU_MC2_RANGE   0xF0061208          MC 2 Range Register, single address mode
MTU_MC2_REVID   0xF006120C          MC 2 Revision ID Register
MTU_MC2_ECCS    0xF006120E          MC 2 ECC Safety Register
MTU_MC2_ECCD    0xF0061210          MC 2 Memory ECC Detection Register
MTU_MC2_ETRR0   0xF0061212          MC 2 Error Tracking Register 0
MTU_MC2_ETRR1   0xF0061214          MC 2 Error Tracking Register 1
MTU_MC2_ETRR2   0xF0061216          MC 2 Error Tracking Register 2
MTU_MC2_ETRR3   0xF0061218          MC 2 Error Tracking Register 3
MTU_MC2_ETRR4   0xF006121A          MC 2 Error Tracking Register 4
MTU_MC2_RDBFL0  0xF0061260          MC 2 Read Data and Bit Flip Register 0
MTU_MC2_RDBFL1  0xF0061262          MC 2 Read Data and Bit Flip Register 1
MTU_MC2_RDBFL2  0xF0061264          MC 2 Read Data and Bit Flip Register 2
MTU_MC2_RDBFL3  0xF0061266          MC 2 Read Data and Bit Flip Register 3
MTU_MC2_RDBFL4  0xF0061268          MC 2 Read Data and Bit Flip Register 4
MTU_MC2_RDBFL5  0xF006126A          MC 2 Read Data and Bit Flip Register 5
MTU_MC2_RDBFL6  0xF006126C          MC 2 Read Data and Bit Flip Register 6
MTU_MC2_RDBFL7  0xF006126E          MC 2 Read Data and Bit Flip Register 7
MTU_MC2_RDBFL8  0xF0061270          MC 2 Read Data and Bit Flip Register 8
MTU_MC2_RDBFL9  0xF0061272          MC 2 Read Data and Bit Flip Register 9
MTU_MC2_RDBFL10 0xF0061274          MC 2 Read Data and Bit Flip Register 10
MTU_MC2_RDBFL11 0xF0061276          MC 2 Read Data and Bit Flip Register 11
MTU_MC2_RDBFL12 0xF0061278          MC 2 Read Data and Bit Flip Register 12
MTU_MC2_RDBFL13 0xF006127A          MC 2 Read Data and Bit Flip Register 13
MTU_MC2_RDBFL14 0xF006127C          MC 2 Read Data and Bit Flip Register 14
MTU_MC2_RDBFL15 0xF006127E          MC 2 Read Data and Bit Flip Register 15
MTU_MC2_RDBFL16 0xF0061280          MC 2 Read Data and Bit Flip Register 16
MTU_MC2_RDBFL17 0xF0061282          MC 2 Read Data and Bit Flip Register 17
MTU_MC2_RDBFL18 0xF0061284          MC 2 Read Data and Bit Flip Register 18
MTU_MC2_RDBFL19 0xF0061286          MC 2 Read Data and Bit Flip Register 19
MTU_MC2_RDBFL20 0xF0061288          MC 2 Read Data and Bit Flip Register 20
MTU_MC2_RDBFL21 0xF006128A          MC 2 Read Data and Bit Flip Register 21
MTU_MC2_RDBFL22 0xF006128C          MC 2 Read Data and Bit Flip Register 22
MTU_MC2_RDBFL23 0xF006128E          MC 2 Read Data and Bit Flip Register 23
MTU_MC2_RDBFL24 0xF0061290          MC 2 Read Data and Bit Flip Register 24
MTU_MC2_RDBFL25 0xF0061292          MC 2 Read Data and Bit Flip Register 25
MTU_MC2_RDBFL26 0xF0061294          MC 2 Read Data and Bit Flip Register 26
MTU_MC2_RDBFL27 0xF0061296          MC 2 Read Data and Bit Flip Register 27
MTU_MC2_RDBFL28 0xF0061298          MC 2 Read Data and Bit Flip Register 28
MTU_MC2_RDBFL29 0xF006129A          MC 2 Read Data and Bit Flip Register 29
MTU_MC2_RDBFL30 0xF006129C          MC 2 Read Data and Bit Flip Register 30
MTU_MC2_RDBFL31 0xF006129E          MC 2 Read Data and Bit Flip Register 31
MTU_MC2_RDBFL32 0xF00612A0          MC 2 Read Data and Bit Flip Register 32
MTU_MC2_RDBFL33 0xF00612A2          MC 2 Read Data and Bit Flip Register 33
MTU_MC2_RDBFL34 0xF00612A4          MC 2 Read Data and Bit Flip Register 34
MTU_MC2_RDBFL35 0xF00612A6          MC 2 Read Data and Bit Flip Register 35
MTU_MC2_RDBFL36 0xF00612A8          MC 2 Read Data and Bit Flip Register 36
MTU_MC2_RDBFL37 0xF00612AA          MC 2 Read Data and Bit Flip Register 37
MTU_MC2_RDBFL38 0xF00612AC          MC 2 Read Data and Bit Flip Register 38
MTU_MC2_RDBFL39 0xF00612AE          MC 2 Read Data and Bit Flip Register 39
MTU_MC2_RDBFL40 0xF00612B0          MC 2 Read Data and Bit Flip Register 40
MTU_MC2_RDBFL41 0xF00612B2          MC 2 Read Data and Bit Flip Register 41
MTU_MC2_RDBFL42 0xF00612B4          MC 2 Read Data and Bit Flip Register 42
MTU_MC2_RDBFL43 0xF00612B6          MC 2 Read Data and Bit Flip Register 43
MTU_MC2_RDBFL44 0xF00612B8          MC 2 Read Data and Bit Flip Register 44
MTU_MC2_RDBFL45 0xF00612BA          MC 2 Read Data and Bit Flip Register 45
MTU_MC2_RDBFL46 0xF00612BC          MC 2 Read Data and Bit Flip Register 46
MTU_MC2_RDBFL47 0xF00612BE          MC 2 Read Data and Bit Flip Register 47
MTU_MC2_RDBFL48 0xF00612C0          MC 2 Read Data and Bit Flip Register 48
MTU_MC2_RDBFL49 0xF00612C2          MC 2 Read Data and Bit Flip Register 49
MTU_MC2_RDBFL50 0xF00612C4          MC 2 Read Data and Bit Flip Register 50
MTU_MC2_RDBFL51 0xF00612C6          MC 2 Read Data and Bit Flip Register 51
MTU_MC2_RDBFL52 0xF00612C8          MC 2 Read Data and Bit Flip Register 52
MTU_MC2_RDBFL53 0xF00612CA          MC 2 Read Data and Bit Flip Register 53
MTU_MC2_RDBFL54 0xF00612CC          MC 2 Read Data and Bit Flip Register 54
MTU_MC2_RDBFL55 0xF00612CE          MC 2 Read Data and Bit Flip Register 55
MTU_MC2_RDBFL56 0xF00612D0          MC 2 Read Data and Bit Flip Register 56
MTU_MC2_RDBFL57 0xF00612D2          MC 2 Read Data and Bit Flip Register 57
MTU_MC2_RDBFL58 0xF00612D4          MC 2 Read Data and Bit Flip Register 58
MTU_MC2_RDBFL59 0xF00612D6          MC 2 Read Data and Bit Flip Register 59
MTU_MC2_RDBFL60 0xF00612D8          MC 2 Read Data and Bit Flip Register 60
MTU_MC2_RDBFL61 0xF00612DA          MC 2 Read Data and Bit Flip Register 61
MTU_MC2_RDBFL62 0xF00612DC          MC 2 Read Data and Bit Flip Register 62
MTU_MC2_RDBFL63 0xF00612DE          MC 2 Read Data and Bit Flip Register 63
MTU_MC2_RDBFL64 0xF00612E0          MC 2 Read Data and Bit Flip Register 64
MTU_MC2_RDBFL65 0xF00612E2          MC 2 Read Data and Bit Flip Register 65
MTU_MC2_RDBFL66 0xF00612E4          MC 2 Read Data and Bit Flip Register 66
MTU_MC2_ALMSRCS 0xF00612EE          MC 2 Alarm Sources Configuration Register
MTU_MC2_FAULTSTS 0xF00612F0          MC 2 SSH Safety Faults Status Register
MTU_MC2_ERRINFO0 0xF00612F2          MC 2 Error Information Register 0
MTU_MC2_ERRINFO1 0xF00612F4          MC 2 Error Information Register 1
MTU_MC2_ERRINFO2 0xF00612F6          MC 2 Error Information Register 2
MTU_MC2_ERRINFO3 0xF00612F8          MC 2 Error Information Register 3
MTU_MC2_ERRINFO4 0xF00612FA          MC 2 Error Information Register 4
MTU_MC3_CONFIG0 0xF0061300          MC 3 Configuration Register 0
MTU_MC3_CONFIG1 0xF0061302          MC 3 Configuration Register 1
MTU_MC3_MCONTROL 0xF0061304          MC 3 MBIST Control Register
MTU_MC3_MSTATUS 0xF0061306          MC 3 Status Register
MTU_MC3_RANGE   0xF0061308          MC 3 Range Register, single address mode
MTU_MC3_REVID   0xF006130C          MC 3 Revision ID Register
MTU_MC3_ECCS    0xF006130E          MC 3 ECC Safety Register
MTU_MC3_ECCD    0xF0061310          MC 3 Memory ECC Detection Register
MTU_MC3_ETRR0   0xF0061312          MC 3 Error Tracking Register 0
MTU_MC3_ETRR1   0xF0061314          MC 3 Error Tracking Register 1
MTU_MC3_ETRR2   0xF0061316          MC 3 Error Tracking Register 2
MTU_MC3_ETRR3   0xF0061318          MC 3 Error Tracking Register 3
MTU_MC3_ETRR4   0xF006131A          MC 3 Error Tracking Register 4
MTU_MC3_RDBFL0  0xF0061360          MC 3 Read Data and Bit Flip Register 0
MTU_MC3_RDBFL1  0xF0061362          MC 3 Read Data and Bit Flip Register 1
MTU_MC3_RDBFL2  0xF0061364          MC 3 Read Data and Bit Flip Register 2
MTU_MC3_RDBFL3  0xF0061366          MC 3 Read Data and Bit Flip Register 3
MTU_MC3_RDBFL4  0xF0061368          MC 3 Read Data and Bit Flip Register 4
MTU_MC3_RDBFL5  0xF006136A          MC 3 Read Data and Bit Flip Register 5
MTU_MC3_RDBFL6  0xF006136C          MC 3 Read Data and Bit Flip Register 6
MTU_MC3_RDBFL7  0xF006136E          MC 3 Read Data and Bit Flip Register 7
MTU_MC3_RDBFL8  0xF0061370          MC 3 Read Data and Bit Flip Register 8
MTU_MC3_RDBFL9  0xF0061372          MC 3 Read Data and Bit Flip Register 9
MTU_MC3_RDBFL10 0xF0061374          MC 3 Read Data and Bit Flip Register 10
MTU_MC3_RDBFL11 0xF0061376          MC 3 Read Data and Bit Flip Register 11
MTU_MC3_RDBFL12 0xF0061378          MC 3 Read Data and Bit Flip Register 12
MTU_MC3_RDBFL13 0xF006137A          MC 3 Read Data and Bit Flip Register 13
MTU_MC3_RDBFL14 0xF006137C          MC 3 Read Data and Bit Flip Register 14
MTU_MC3_RDBFL15 0xF006137E          MC 3 Read Data and Bit Flip Register 15
MTU_MC3_RDBFL16 0xF0061380          MC 3 Read Data and Bit Flip Register 16
MTU_MC3_RDBFL17 0xF0061382          MC 3 Read Data and Bit Flip Register 17
MTU_MC3_RDBFL18 0xF0061384          MC 3 Read Data and Bit Flip Register 18
MTU_MC3_RDBFL19 0xF0061386          MC 3 Read Data and Bit Flip Register 19
MTU_MC3_RDBFL20 0xF0061388          MC 3 Read Data and Bit Flip Register 20
MTU_MC3_RDBFL21 0xF006138A          MC 3 Read Data and Bit Flip Register 21
MTU_MC3_RDBFL22 0xF006138C          MC 3 Read Data and Bit Flip Register 22
MTU_MC3_RDBFL23 0xF006138E          MC 3 Read Data and Bit Flip Register 23
MTU_MC3_RDBFL24 0xF0061390          MC 3 Read Data and Bit Flip Register 24
MTU_MC3_RDBFL25 0xF0061392          MC 3 Read Data and Bit Flip Register 25
MTU_MC3_RDBFL26 0xF0061394          MC 3 Read Data and Bit Flip Register 26
MTU_MC3_RDBFL27 0xF0061396          MC 3 Read Data and Bit Flip Register 27
MTU_MC3_RDBFL28 0xF0061398          MC 3 Read Data and Bit Flip Register 28
MTU_MC3_RDBFL29 0xF006139A          MC 3 Read Data and Bit Flip Register 29
MTU_MC3_RDBFL30 0xF006139C          MC 3 Read Data and Bit Flip Register 30
MTU_MC3_RDBFL31 0xF006139E          MC 3 Read Data and Bit Flip Register 31
MTU_MC3_RDBFL32 0xF00613A0          MC 3 Read Data and Bit Flip Register 32
MTU_MC3_RDBFL33 0xF00613A2          MC 3 Read Data and Bit Flip Register 33
MTU_MC3_RDBFL34 0xF00613A4          MC 3 Read Data and Bit Flip Register 34
MTU_MC3_RDBFL35 0xF00613A6          MC 3 Read Data and Bit Flip Register 35
MTU_MC3_RDBFL36 0xF00613A8          MC 3 Read Data and Bit Flip Register 36
MTU_MC3_RDBFL37 0xF00613AA          MC 3 Read Data and Bit Flip Register 37
MTU_MC3_RDBFL38 0xF00613AC          MC 3 Read Data and Bit Flip Register 38
MTU_MC3_RDBFL39 0xF00613AE          MC 3 Read Data and Bit Flip Register 39
MTU_MC3_RDBFL40 0xF00613B0          MC 3 Read Data and Bit Flip Register 40
MTU_MC3_RDBFL41 0xF00613B2          MC 3 Read Data and Bit Flip Register 41
MTU_MC3_RDBFL42 0xF00613B4          MC 3 Read Data and Bit Flip Register 42
MTU_MC3_RDBFL43 0xF00613B6          MC 3 Read Data and Bit Flip Register 43
MTU_MC3_RDBFL44 0xF00613B8          MC 3 Read Data and Bit Flip Register 44
MTU_MC3_RDBFL45 0xF00613BA          MC 3 Read Data and Bit Flip Register 45
MTU_MC3_RDBFL46 0xF00613BC          MC 3 Read Data and Bit Flip Register 46
MTU_MC3_RDBFL47 0xF00613BE          MC 3 Read Data and Bit Flip Register 47
MTU_MC3_RDBFL48 0xF00613C0          MC 3 Read Data and Bit Flip Register 48
MTU_MC3_RDBFL49 0xF00613C2          MC 3 Read Data and Bit Flip Register 49
MTU_MC3_RDBFL50 0xF00613C4          MC 3 Read Data and Bit Flip Register 50
MTU_MC3_RDBFL51 0xF00613C6          MC 3 Read Data and Bit Flip Register 51
MTU_MC3_RDBFL52 0xF00613C8          MC 3 Read Data and Bit Flip Register 52
MTU_MC3_RDBFL53 0xF00613CA          MC 3 Read Data and Bit Flip Register 53
MTU_MC3_RDBFL54 0xF00613CC          MC 3 Read Data and Bit Flip Register 54
MTU_MC3_RDBFL55 0xF00613CE          MC 3 Read Data and Bit Flip Register 55
MTU_MC3_RDBFL56 0xF00613D0          MC 3 Read Data and Bit Flip Register 56
MTU_MC3_RDBFL57 0xF00613D2          MC 3 Read Data and Bit Flip Register 57
MTU_MC3_RDBFL58 0xF00613D4          MC 3 Read Data and Bit Flip Register 58
MTU_MC3_RDBFL59 0xF00613D6          MC 3 Read Data and Bit Flip Register 59
MTU_MC3_RDBFL60 0xF00613D8          MC 3 Read Data and Bit Flip Register 60
MTU_MC3_RDBFL61 0xF00613DA          MC 3 Read Data and Bit Flip Register 61
MTU_MC3_RDBFL62 0xF00613DC          MC 3 Read Data and Bit Flip Register 62
MTU_MC3_RDBFL63 0xF00613DE          MC 3 Read Data and Bit Flip Register 63
MTU_MC3_RDBFL64 0xF00613E0          MC 3 Read Data and Bit Flip Register 64
MTU_MC3_RDBFL65 0xF00613E2          MC 3 Read Data and Bit Flip Register 65
MTU_MC3_RDBFL66 0xF00613E4          MC 3 Read Data and Bit Flip Register 66
MTU_MC3_ALMSRCS 0xF00613EE          MC 3 Alarm Sources Configuration Register
MTU_MC3_FAULTSTS 0xF00613F0          MC 3 SSH Safety Faults Status Register
MTU_MC3_ERRINFO0 0xF00613F2          MC 3 Error Information Register 0
MTU_MC3_ERRINFO1 0xF00613F4          MC 3 Error Information Register 1
MTU_MC3_ERRINFO2 0xF00613F6          MC 3 Error Information Register 2
MTU_MC3_ERRINFO3 0xF00613F8          MC 3 Error Information Register 3
MTU_MC3_ERRINFO4 0xF00613FA          MC 3 Error Information Register 4
MTU_MC4_CONFIG0 0xF0061400          MC 4 Configuration Register 0
MTU_MC4_CONFIG1 0xF0061402          MC 4 Configuration Register 1
MTU_MC4_MCONTROL 0xF0061404          MC 4 MBIST Control Register
MTU_MC4_MSTATUS 0xF0061406          MC 4 Status Register
MTU_MC4_RANGE   0xF0061408          MC 4 Range Register, single address mode
MTU_MC4_REVID   0xF006140C          MC 4 Revision ID Register
MTU_MC4_ECCS    0xF006140E          MC 4 ECC Safety Register
MTU_MC4_ECCD    0xF0061410          MC 4 Memory ECC Detection Register
MTU_MC4_ETRR0   0xF0061412          MC 4 Error Tracking Register 0
MTU_MC4_ETRR1   0xF0061414          MC 4 Error Tracking Register 1
MTU_MC4_ETRR2   0xF0061416          MC 4 Error Tracking Register 2
MTU_MC4_ETRR3   0xF0061418          MC 4 Error Tracking Register 3
MTU_MC4_ETRR4   0xF006141A          MC 4 Error Tracking Register 4
MTU_MC4_RDBFL0  0xF0061460          MC 4 Read Data and Bit Flip Register 0
MTU_MC4_RDBFL1  0xF0061462          MC 4 Read Data and Bit Flip Register 1
MTU_MC4_RDBFL2  0xF0061464          MC 4 Read Data and Bit Flip Register 2
MTU_MC4_RDBFL3  0xF0061466          MC 4 Read Data and Bit Flip Register 3
MTU_MC4_RDBFL4  0xF0061468          MC 4 Read Data and Bit Flip Register 4
MTU_MC4_RDBFL5  0xF006146A          MC 4 Read Data and Bit Flip Register 5
MTU_MC4_RDBFL6  0xF006146C          MC 4 Read Data and Bit Flip Register 6
MTU_MC4_RDBFL7  0xF006146E          MC 4 Read Data and Bit Flip Register 7
MTU_MC4_RDBFL8  0xF0061470          MC 4 Read Data and Bit Flip Register 8
MTU_MC4_RDBFL9  0xF0061472          MC 4 Read Data and Bit Flip Register 9
MTU_MC4_RDBFL10 0xF0061474          MC 4 Read Data and Bit Flip Register 10
MTU_MC4_RDBFL11 0xF0061476          MC 4 Read Data and Bit Flip Register 11
MTU_MC4_RDBFL12 0xF0061478          MC 4 Read Data and Bit Flip Register 12
MTU_MC4_RDBFL13 0xF006147A          MC 4 Read Data and Bit Flip Register 13
MTU_MC4_RDBFL14 0xF006147C          MC 4 Read Data and Bit Flip Register 14
MTU_MC4_RDBFL15 0xF006147E          MC 4 Read Data and Bit Flip Register 15
MTU_MC4_RDBFL16 0xF0061480          MC 4 Read Data and Bit Flip Register 16
MTU_MC4_RDBFL17 0xF0061482          MC 4 Read Data and Bit Flip Register 17
MTU_MC4_RDBFL18 0xF0061484          MC 4 Read Data and Bit Flip Register 18
MTU_MC4_RDBFL19 0xF0061486          MC 4 Read Data and Bit Flip Register 19
MTU_MC4_RDBFL20 0xF0061488          MC 4 Read Data and Bit Flip Register 20
MTU_MC4_RDBFL21 0xF006148A          MC 4 Read Data and Bit Flip Register 21
MTU_MC4_RDBFL22 0xF006148C          MC 4 Read Data and Bit Flip Register 22
MTU_MC4_RDBFL23 0xF006148E          MC 4 Read Data and Bit Flip Register 23
MTU_MC4_RDBFL24 0xF0061490          MC 4 Read Data and Bit Flip Register 24
MTU_MC4_RDBFL25 0xF0061492          MC 4 Read Data and Bit Flip Register 25
MTU_MC4_RDBFL26 0xF0061494          MC 4 Read Data and Bit Flip Register 26
MTU_MC4_RDBFL27 0xF0061496          MC 4 Read Data and Bit Flip Register 27
MTU_MC4_RDBFL28 0xF0061498          MC 4 Read Data and Bit Flip Register 28
MTU_MC4_RDBFL29 0xF006149A          MC 4 Read Data and Bit Flip Register 29
MTU_MC4_RDBFL30 0xF006149C          MC 4 Read Data and Bit Flip Register 30
MTU_MC4_RDBFL31 0xF006149E          MC 4 Read Data and Bit Flip Register 31
MTU_MC4_RDBFL32 0xF00614A0          MC 4 Read Data and Bit Flip Register 32
MTU_MC4_RDBFL33 0xF00614A2          MC 4 Read Data and Bit Flip Register 33
MTU_MC4_RDBFL34 0xF00614A4          MC 4 Read Data and Bit Flip Register 34
MTU_MC4_RDBFL35 0xF00614A6          MC 4 Read Data and Bit Flip Register 35
MTU_MC4_RDBFL36 0xF00614A8          MC 4 Read Data and Bit Flip Register 36
MTU_MC4_RDBFL37 0xF00614AA          MC 4 Read Data and Bit Flip Register 37
MTU_MC4_RDBFL38 0xF00614AC          MC 4 Read Data and Bit Flip Register 38
MTU_MC4_RDBFL39 0xF00614AE          MC 4 Read Data and Bit Flip Register 39
MTU_MC4_RDBFL40 0xF00614B0          MC 4 Read Data and Bit Flip Register 40
MTU_MC4_RDBFL41 0xF00614B2          MC 4 Read Data and Bit Flip Register 41
MTU_MC4_RDBFL42 0xF00614B4          MC 4 Read Data and Bit Flip Register 42
MTU_MC4_RDBFL43 0xF00614B6          MC 4 Read Data and Bit Flip Register 43
MTU_MC4_RDBFL44 0xF00614B8          MC 4 Read Data and Bit Flip Register 44
MTU_MC4_RDBFL45 0xF00614BA          MC 4 Read Data and Bit Flip Register 45
MTU_MC4_RDBFL46 0xF00614BC          MC 4 Read Data and Bit Flip Register 46
MTU_MC4_RDBFL47 0xF00614BE          MC 4 Read Data and Bit Flip Register 47
MTU_MC4_RDBFL48 0xF00614C0          MC 4 Read Data and Bit Flip Register 48
MTU_MC4_RDBFL49 0xF00614C2          MC 4 Read Data and Bit Flip Register 49
MTU_MC4_RDBFL50 0xF00614C4          MC 4 Read Data and Bit Flip Register 50
MTU_MC4_RDBFL51 0xF00614C6          MC 4 Read Data and Bit Flip Register 51
MTU_MC4_RDBFL52 0xF00614C8          MC 4 Read Data and Bit Flip Register 52
MTU_MC4_RDBFL53 0xF00614CA          MC 4 Read Data and Bit Flip Register 53
MTU_MC4_RDBFL54 0xF00614CC          MC 4 Read Data and Bit Flip Register 54
MTU_MC4_RDBFL55 0xF00614CE          MC 4 Read Data and Bit Flip Register 55
MTU_MC4_RDBFL56 0xF00614D0          MC 4 Read Data and Bit Flip Register 56
MTU_MC4_RDBFL57 0xF00614D2          MC 4 Read Data and Bit Flip Register 57
MTU_MC4_RDBFL58 0xF00614D4          MC 4 Read Data and Bit Flip Register 58
MTU_MC4_RDBFL59 0xF00614D6          MC 4 Read Data and Bit Flip Register 59
MTU_MC4_RDBFL60 0xF00614D8          MC 4 Read Data and Bit Flip Register 60
MTU_MC4_RDBFL61 0xF00614DA          MC 4 Read Data and Bit Flip Register 61
MTU_MC4_RDBFL62 0xF00614DC          MC 4 Read Data and Bit Flip Register 62
MTU_MC4_RDBFL63 0xF00614DE          MC 4 Read Data and Bit Flip Register 63
MTU_MC4_RDBFL64 0xF00614E0          MC 4 Read Data and Bit Flip Register 64
MTU_MC4_RDBFL65 0xF00614E2          MC 4 Read Data and Bit Flip Register 65
MTU_MC4_RDBFL66 0xF00614E4          MC 4 Read Data and Bit Flip Register 66
MTU_MC4_ALMSRCS 0xF00614EE          MC 4 Alarm Sources Configuration Register
MTU_MC4_FAULTSTS 0xF00614F0          MC 4 SSH Safety Faults Status Register
MTU_MC4_ERRINFO0 0xF00614F2          MC 4 Error Information Register 0
MTU_MC4_ERRINFO1 0xF00614F4          MC 4 Error Information Register 1
MTU_MC4_ERRINFO2 0xF00614F6          MC 4 Error Information Register 2
MTU_MC4_ERRINFO3 0xF00614F8          MC 4 Error Information Register 3
MTU_MC4_ERRINFO4 0xF00614FA          MC 4 Error Information Register 4
MTU_MC5_CONFIG0 0xF0061500          MC 5 Configuration Register 0
MTU_MC5_CONFIG1 0xF0061502          MC 5 Configuration Register 1
MTU_MC5_MCONTROL 0xF0061504          MC 5 MBIST Control Register
MTU_MC5_MSTATUS 0xF0061506          MC 5 Status Register
MTU_MC5_RANGE   0xF0061508          MC 5 Range Register, single address mode
MTU_MC5_REVID   0xF006150C          MC 5 Revision ID Register
MTU_MC5_ECCS    0xF006150E          MC 5 ECC Safety Register
MTU_MC5_ECCD    0xF0061510          MC 5 Memory ECC Detection Register
MTU_MC5_ETRR0   0xF0061512          MC 5 Error Tracking Register 0
MTU_MC5_ETRR1   0xF0061514          MC 5 Error Tracking Register 1
MTU_MC5_ETRR2   0xF0061516          MC 5 Error Tracking Register 2
MTU_MC5_ETRR3   0xF0061518          MC 5 Error Tracking Register 3
MTU_MC5_ETRR4   0xF006151A          MC 5 Error Tracking Register 4
MTU_MC5_RDBFL0  0xF0061560          MC 5 Read Data and Bit Flip Register 0
MTU_MC5_RDBFL1  0xF0061562          MC 5 Read Data and Bit Flip Register 1
MTU_MC5_RDBFL2  0xF0061564          MC 5 Read Data and Bit Flip Register 2
MTU_MC5_RDBFL3  0xF0061566          MC 5 Read Data and Bit Flip Register 3
MTU_MC5_RDBFL4  0xF0061568          MC 5 Read Data and Bit Flip Register 4
MTU_MC5_RDBFL5  0xF006156A          MC 5 Read Data and Bit Flip Register 5
MTU_MC5_RDBFL6  0xF006156C          MC 5 Read Data and Bit Flip Register 6
MTU_MC5_RDBFL7  0xF006156E          MC 5 Read Data and Bit Flip Register 7
MTU_MC5_RDBFL8  0xF0061570          MC 5 Read Data and Bit Flip Register 8
MTU_MC5_RDBFL9  0xF0061572          MC 5 Read Data and Bit Flip Register 9
MTU_MC5_RDBFL10 0xF0061574          MC 5 Read Data and Bit Flip Register 10
MTU_MC5_RDBFL11 0xF0061576          MC 5 Read Data and Bit Flip Register 11
MTU_MC5_RDBFL12 0xF0061578          MC 5 Read Data and Bit Flip Register 12
MTU_MC5_RDBFL13 0xF006157A          MC 5 Read Data and Bit Flip Register 13
MTU_MC5_RDBFL14 0xF006157C          MC 5 Read Data and Bit Flip Register 14
MTU_MC5_RDBFL15 0xF006157E          MC 5 Read Data and Bit Flip Register 15
MTU_MC5_RDBFL16 0xF0061580          MC 5 Read Data and Bit Flip Register 16
MTU_MC5_RDBFL17 0xF0061582          MC 5 Read Data and Bit Flip Register 17
MTU_MC5_RDBFL18 0xF0061584          MC 5 Read Data and Bit Flip Register 18
MTU_MC5_RDBFL19 0xF0061586          MC 5 Read Data and Bit Flip Register 19
MTU_MC5_RDBFL20 0xF0061588          MC 5 Read Data and Bit Flip Register 20
MTU_MC5_RDBFL21 0xF006158A          MC 5 Read Data and Bit Flip Register 21
MTU_MC5_RDBFL22 0xF006158C          MC 5 Read Data and Bit Flip Register 22
MTU_MC5_RDBFL23 0xF006158E          MC 5 Read Data and Bit Flip Register 23
MTU_MC5_RDBFL24 0xF0061590          MC 5 Read Data and Bit Flip Register 24
MTU_MC5_RDBFL25 0xF0061592          MC 5 Read Data and Bit Flip Register 25
MTU_MC5_RDBFL26 0xF0061594          MC 5 Read Data and Bit Flip Register 26
MTU_MC5_RDBFL27 0xF0061596          MC 5 Read Data and Bit Flip Register 27
MTU_MC5_RDBFL28 0xF0061598          MC 5 Read Data and Bit Flip Register 28
MTU_MC5_RDBFL29 0xF006159A          MC 5 Read Data and Bit Flip Register 29
MTU_MC5_RDBFL30 0xF006159C          MC 5 Read Data and Bit Flip Register 30
MTU_MC5_RDBFL31 0xF006159E          MC 5 Read Data and Bit Flip Register 31
MTU_MC5_RDBFL32 0xF00615A0          MC 5 Read Data and Bit Flip Register 32
MTU_MC5_RDBFL33 0xF00615A2          MC 5 Read Data and Bit Flip Register 33
MTU_MC5_RDBFL34 0xF00615A4          MC 5 Read Data and Bit Flip Register 34
MTU_MC5_RDBFL35 0xF00615A6          MC 5 Read Data and Bit Flip Register 35
MTU_MC5_RDBFL36 0xF00615A8          MC 5 Read Data and Bit Flip Register 36
MTU_MC5_RDBFL37 0xF00615AA          MC 5 Read Data and Bit Flip Register 37
MTU_MC5_RDBFL38 0xF00615AC          MC 5 Read Data and Bit Flip Register 38
MTU_MC5_RDBFL39 0xF00615AE          MC 5 Read Data and Bit Flip Register 39
MTU_MC5_RDBFL40 0xF00615B0          MC 5 Read Data and Bit Flip Register 40
MTU_MC5_RDBFL41 0xF00615B2          MC 5 Read Data and Bit Flip Register 41
MTU_MC5_RDBFL42 0xF00615B4          MC 5 Read Data and Bit Flip Register 42
MTU_MC5_RDBFL43 0xF00615B6          MC 5 Read Data and Bit Flip Register 43
MTU_MC5_RDBFL44 0xF00615B8          MC 5 Read Data and Bit Flip Register 44
MTU_MC5_RDBFL45 0xF00615BA          MC 5 Read Data and Bit Flip Register 45
MTU_MC5_RDBFL46 0xF00615BC          MC 5 Read Data and Bit Flip Register 46
MTU_MC5_RDBFL47 0xF00615BE          MC 5 Read Data and Bit Flip Register 47
MTU_MC5_RDBFL48 0xF00615C0          MC 5 Read Data and Bit Flip Register 48
MTU_MC5_RDBFL49 0xF00615C2          MC 5 Read Data and Bit Flip Register 49
MTU_MC5_RDBFL50 0xF00615C4          MC 5 Read Data and Bit Flip Register 50
MTU_MC5_RDBFL51 0xF00615C6          MC 5 Read Data and Bit Flip Register 51
MTU_MC5_RDBFL52 0xF00615C8          MC 5 Read Data and Bit Flip Register 52
MTU_MC5_RDBFL53 0xF00615CA          MC 5 Read Data and Bit Flip Register 53
MTU_MC5_RDBFL54 0xF00615CC          MC 5 Read Data and Bit Flip Register 54
MTU_MC5_RDBFL55 0xF00615CE          MC 5 Read Data and Bit Flip Register 55
MTU_MC5_RDBFL56 0xF00615D0          MC 5 Read Data and Bit Flip Register 56
MTU_MC5_RDBFL57 0xF00615D2          MC 5 Read Data and Bit Flip Register 57
MTU_MC5_RDBFL58 0xF00615D4          MC 5 Read Data and Bit Flip Register 58
MTU_MC5_RDBFL59 0xF00615D6          MC 5 Read Data and Bit Flip Register 59
MTU_MC5_RDBFL60 0xF00615D8          MC 5 Read Data and Bit Flip Register 60
MTU_MC5_RDBFL61 0xF00615DA          MC 5 Read Data and Bit Flip Register 61
MTU_MC5_RDBFL62 0xF00615DC          MC 5 Read Data and Bit Flip Register 62
MTU_MC5_RDBFL63 0xF00615DE          MC 5 Read Data and Bit Flip Register 63
MTU_MC5_RDBFL64 0xF00615E0          MC 5 Read Data and Bit Flip Register 64
MTU_MC5_RDBFL65 0xF00615E2          MC 5 Read Data and Bit Flip Register 65
MTU_MC5_RDBFL66 0xF00615E4          MC 5 Read Data and Bit Flip Register 66
MTU_MC5_ALMSRCS 0xF00615EE          MC 5 Alarm Sources Configuration Register
MTU_MC5_FAULTSTS 0xF00615F0          MC 5 SSH Safety Faults Status Register
MTU_MC5_ERRINFO0 0xF00615F2          MC 5 Error Information Register 0
MTU_MC5_ERRINFO1 0xF00615F4          MC 5 Error Information Register 1
MTU_MC5_ERRINFO2 0xF00615F6          MC 5 Error Information Register 2
MTU_MC5_ERRINFO3 0xF00615F8          MC 5 Error Information Register 3
MTU_MC5_ERRINFO4 0xF00615FA          MC 5 Error Information Register 4
MTU_MC6_CONFIG0 0xF0061600          MC 6 Configuration Register 0
MTU_MC6_CONFIG1 0xF0061602          MC 6 Configuration Register 1
MTU_MC6_MCONTROL 0xF0061604          MC 6 MBIST Control Register
MTU_MC6_MSTATUS 0xF0061606          MC 6 Status Register
MTU_MC6_RANGE   0xF0061608          MC 6 Range Register, single address mode
MTU_MC6_REVID   0xF006160C          MC 6 Revision ID Register
MTU_MC6_ECCS    0xF006160E          MC 6 ECC Safety Register
MTU_MC6_ECCD    0xF0061610          MC 6 Memory ECC Detection Register
MTU_MC6_ETRR0   0xF0061612          MC 6 Error Tracking Register 0
MTU_MC6_ETRR1   0xF0061614          MC 6 Error Tracking Register 1
MTU_MC6_ETRR2   0xF0061616          MC 6 Error Tracking Register 2
MTU_MC6_ETRR3   0xF0061618          MC 6 Error Tracking Register 3
MTU_MC6_ETRR4   0xF006161A          MC 6 Error Tracking Register 4
MTU_MC6_RDBFL0  0xF0061660          MC 6 Read Data and Bit Flip Register 0
MTU_MC6_RDBFL1  0xF0061662          MC 6 Read Data and Bit Flip Register 1
MTU_MC6_RDBFL2  0xF0061664          MC 6 Read Data and Bit Flip Register 2
MTU_MC6_RDBFL3  0xF0061666          MC 6 Read Data and Bit Flip Register 3
MTU_MC6_RDBFL4  0xF0061668          MC 6 Read Data and Bit Flip Register 4
MTU_MC6_RDBFL5  0xF006166A          MC 6 Read Data and Bit Flip Register 5
MTU_MC6_RDBFL6  0xF006166C          MC 6 Read Data and Bit Flip Register 6
MTU_MC6_RDBFL7  0xF006166E          MC 6 Read Data and Bit Flip Register 7
MTU_MC6_RDBFL8  0xF0061670          MC 6 Read Data and Bit Flip Register 8
MTU_MC6_RDBFL9  0xF0061672          MC 6 Read Data and Bit Flip Register 9
MTU_MC6_RDBFL10 0xF0061674          MC 6 Read Data and Bit Flip Register 10
MTU_MC6_RDBFL11 0xF0061676          MC 6 Read Data and Bit Flip Register 11
MTU_MC6_RDBFL12 0xF0061678          MC 6 Read Data and Bit Flip Register 12
MTU_MC6_RDBFL13 0xF006167A          MC 6 Read Data and Bit Flip Register 13
MTU_MC6_RDBFL14 0xF006167C          MC 6 Read Data and Bit Flip Register 14
MTU_MC6_RDBFL15 0xF006167E          MC 6 Read Data and Bit Flip Register 15
MTU_MC6_RDBFL16 0xF0061680          MC 6 Read Data and Bit Flip Register 16
MTU_MC6_RDBFL17 0xF0061682          MC 6 Read Data and Bit Flip Register 17
MTU_MC6_RDBFL18 0xF0061684          MC 6 Read Data and Bit Flip Register 18
MTU_MC6_RDBFL19 0xF0061686          MC 6 Read Data and Bit Flip Register 19
MTU_MC6_RDBFL20 0xF0061688          MC 6 Read Data and Bit Flip Register 20
MTU_MC6_RDBFL21 0xF006168A          MC 6 Read Data and Bit Flip Register 21
MTU_MC6_RDBFL22 0xF006168C          MC 6 Read Data and Bit Flip Register 22
MTU_MC6_RDBFL23 0xF006168E          MC 6 Read Data and Bit Flip Register 23
MTU_MC6_RDBFL24 0xF0061690          MC 6 Read Data and Bit Flip Register 24
MTU_MC6_RDBFL25 0xF0061692          MC 6 Read Data and Bit Flip Register 25
MTU_MC6_RDBFL26 0xF0061694          MC 6 Read Data and Bit Flip Register 26
MTU_MC6_RDBFL27 0xF0061696          MC 6 Read Data and Bit Flip Register 27
MTU_MC6_RDBFL28 0xF0061698          MC 6 Read Data and Bit Flip Register 28
MTU_MC6_RDBFL29 0xF006169A          MC 6 Read Data and Bit Flip Register 29
MTU_MC6_RDBFL30 0xF006169C          MC 6 Read Data and Bit Flip Register 30
MTU_MC6_RDBFL31 0xF006169E          MC 6 Read Data and Bit Flip Register 31
MTU_MC6_RDBFL32 0xF00616A0          MC 6 Read Data and Bit Flip Register 32
MTU_MC6_RDBFL33 0xF00616A2          MC 6 Read Data and Bit Flip Register 33
MTU_MC6_RDBFL34 0xF00616A4          MC 6 Read Data and Bit Flip Register 34
MTU_MC6_RDBFL35 0xF00616A6          MC 6 Read Data and Bit Flip Register 35
MTU_MC6_RDBFL36 0xF00616A8          MC 6 Read Data and Bit Flip Register 36
MTU_MC6_RDBFL37 0xF00616AA          MC 6 Read Data and Bit Flip Register 37
MTU_MC6_RDBFL38 0xF00616AC          MC 6 Read Data and Bit Flip Register 38
MTU_MC6_RDBFL39 0xF00616AE          MC 6 Read Data and Bit Flip Register 39
MTU_MC6_RDBFL40 0xF00616B0          MC 6 Read Data and Bit Flip Register 40
MTU_MC6_RDBFL41 0xF00616B2          MC 6 Read Data and Bit Flip Register 41
MTU_MC6_RDBFL42 0xF00616B4          MC 6 Read Data and Bit Flip Register 42
MTU_MC6_RDBFL43 0xF00616B6          MC 6 Read Data and Bit Flip Register 43
MTU_MC6_RDBFL44 0xF00616B8          MC 6 Read Data and Bit Flip Register 44
MTU_MC6_RDBFL45 0xF00616BA          MC 6 Read Data and Bit Flip Register 45
MTU_MC6_RDBFL46 0xF00616BC          MC 6 Read Data and Bit Flip Register 46
MTU_MC6_RDBFL47 0xF00616BE          MC 6 Read Data and Bit Flip Register 47
MTU_MC6_RDBFL48 0xF00616C0          MC 6 Read Data and Bit Flip Register 48
MTU_MC6_RDBFL49 0xF00616C2          MC 6 Read Data and Bit Flip Register 49
MTU_MC6_RDBFL50 0xF00616C4          MC 6 Read Data and Bit Flip Register 50
MTU_MC6_RDBFL51 0xF00616C6          MC 6 Read Data and Bit Flip Register 51
MTU_MC6_RDBFL52 0xF00616C8          MC 6 Read Data and Bit Flip Register 52
MTU_MC6_RDBFL53 0xF00616CA          MC 6 Read Data and Bit Flip Register 53
MTU_MC6_RDBFL54 0xF00616CC          MC 6 Read Data and Bit Flip Register 54
MTU_MC6_RDBFL55 0xF00616CE          MC 6 Read Data and Bit Flip Register 55
MTU_MC6_RDBFL56 0xF00616D0          MC 6 Read Data and Bit Flip Register 56
MTU_MC6_RDBFL57 0xF00616D2          MC 6 Read Data and Bit Flip Register 57
MTU_MC6_RDBFL58 0xF00616D4          MC 6 Read Data and Bit Flip Register 58
MTU_MC6_RDBFL59 0xF00616D6          MC 6 Read Data and Bit Flip Register 59
MTU_MC6_RDBFL60 0xF00616D8          MC 6 Read Data and Bit Flip Register 60
MTU_MC6_RDBFL61 0xF00616DA          MC 6 Read Data and Bit Flip Register 61
MTU_MC6_RDBFL62 0xF00616DC          MC 6 Read Data and Bit Flip Register 62
MTU_MC6_RDBFL63 0xF00616DE          MC 6 Read Data and Bit Flip Register 63
MTU_MC6_RDBFL64 0xF00616E0          MC 6 Read Data and Bit Flip Register 64
MTU_MC6_RDBFL65 0xF00616E2          MC 6 Read Data and Bit Flip Register 65
MTU_MC6_RDBFL66 0xF00616E4          MC 6 Read Data and Bit Flip Register 66
MTU_MC6_ALMSRCS 0xF00616EE          MC 6 Alarm Sources Configuration Register
MTU_MC6_FAULTSTS 0xF00616F0          MC 6 SSH Safety Faults Status Register
MTU_MC6_ERRINFO0 0xF00616F2          MC 6 Error Information Register 0
MTU_MC6_ERRINFO1 0xF00616F4          MC 6 Error Information Register 1
MTU_MC6_ERRINFO2 0xF00616F6          MC 6 Error Information Register 2
MTU_MC6_ERRINFO3 0xF00616F8          MC 6 Error Information Register 3
MTU_MC6_ERRINFO4 0xF00616FA          MC 6 Error Information Register 4
MTU_MC7_CONFIG0 0xF0061700          MC 7 Configuration Register 0
MTU_MC7_CONFIG1 0xF0061702          MC 7 Configuration Register 1
MTU_MC7_MCONTROL 0xF0061704          MC 7 MBIST Control Register
MTU_MC7_MSTATUS 0xF0061706          MC 7 Status Register
MTU_MC7_RANGE   0xF0061708          MC 7 Range Register, single address mode
MTU_MC7_REVID   0xF006170C          MC 7 Revision ID Register
MTU_MC7_ECCS    0xF006170E          MC 7 ECC Safety Register
MTU_MC7_ECCD    0xF0061710          MC 7 Memory ECC Detection Register
MTU_MC7_ETRR0   0xF0061712          MC 7 Error Tracking Register 0
MTU_MC7_ETRR1   0xF0061714          MC 7 Error Tracking Register 1
MTU_MC7_ETRR2   0xF0061716          MC 7 Error Tracking Register 2
MTU_MC7_ETRR3   0xF0061718          MC 7 Error Tracking Register 3
MTU_MC7_ETRR4   0xF006171A          MC 7 Error Tracking Register 4
MTU_MC7_RDBFL0  0xF0061760          MC 7 Read Data and Bit Flip Register 0
MTU_MC7_RDBFL1  0xF0061762          MC 7 Read Data and Bit Flip Register 1
MTU_MC7_RDBFL2  0xF0061764          MC 7 Read Data and Bit Flip Register 2
MTU_MC7_RDBFL3  0xF0061766          MC 7 Read Data and Bit Flip Register 3
MTU_MC7_RDBFL4  0xF0061768          MC 7 Read Data and Bit Flip Register 4
MTU_MC7_RDBFL5  0xF006176A          MC 7 Read Data and Bit Flip Register 5
MTU_MC7_RDBFL6  0xF006176C          MC 7 Read Data and Bit Flip Register 6
MTU_MC7_RDBFL7  0xF006176E          MC 7 Read Data and Bit Flip Register 7
MTU_MC7_RDBFL8  0xF0061770          MC 7 Read Data and Bit Flip Register 8
MTU_MC7_RDBFL9  0xF0061772          MC 7 Read Data and Bit Flip Register 9
MTU_MC7_RDBFL10 0xF0061774          MC 7 Read Data and Bit Flip Register 10
MTU_MC7_RDBFL11 0xF0061776          MC 7 Read Data and Bit Flip Register 11
MTU_MC7_RDBFL12 0xF0061778          MC 7 Read Data and Bit Flip Register 12
MTU_MC7_RDBFL13 0xF006177A          MC 7 Read Data and Bit Flip Register 13
MTU_MC7_RDBFL14 0xF006177C          MC 7 Read Data and Bit Flip Register 14
MTU_MC7_RDBFL15 0xF006177E          MC 7 Read Data and Bit Flip Register 15
MTU_MC7_RDBFL16 0xF0061780          MC 7 Read Data and Bit Flip Register 16
MTU_MC7_RDBFL17 0xF0061782          MC 7 Read Data and Bit Flip Register 17
MTU_MC7_RDBFL18 0xF0061784          MC 7 Read Data and Bit Flip Register 18
MTU_MC7_RDBFL19 0xF0061786          MC 7 Read Data and Bit Flip Register 19
MTU_MC7_RDBFL20 0xF0061788          MC 7 Read Data and Bit Flip Register 20
MTU_MC7_RDBFL21 0xF006178A          MC 7 Read Data and Bit Flip Register 21
MTU_MC7_RDBFL22 0xF006178C          MC 7 Read Data and Bit Flip Register 22
MTU_MC7_RDBFL23 0xF006178E          MC 7 Read Data and Bit Flip Register 23
MTU_MC7_RDBFL24 0xF0061790          MC 7 Read Data and Bit Flip Register 24
MTU_MC7_RDBFL25 0xF0061792          MC 7 Read Data and Bit Flip Register 25
MTU_MC7_RDBFL26 0xF0061794          MC 7 Read Data and Bit Flip Register 26
MTU_MC7_RDBFL27 0xF0061796          MC 7 Read Data and Bit Flip Register 27
MTU_MC7_RDBFL28 0xF0061798          MC 7 Read Data and Bit Flip Register 28
MTU_MC7_RDBFL29 0xF006179A          MC 7 Read Data and Bit Flip Register 29
MTU_MC7_RDBFL30 0xF006179C          MC 7 Read Data and Bit Flip Register 30
MTU_MC7_RDBFL31 0xF006179E          MC 7 Read Data and Bit Flip Register 31
MTU_MC7_RDBFL32 0xF00617A0          MC 7 Read Data and Bit Flip Register 32
MTU_MC7_RDBFL33 0xF00617A2          MC 7 Read Data and Bit Flip Register 33
MTU_MC7_RDBFL34 0xF00617A4          MC 7 Read Data and Bit Flip Register 34
MTU_MC7_RDBFL35 0xF00617A6          MC 7 Read Data and Bit Flip Register 35
MTU_MC7_RDBFL36 0xF00617A8          MC 7 Read Data and Bit Flip Register 36
MTU_MC7_RDBFL37 0xF00617AA          MC 7 Read Data and Bit Flip Register 37
MTU_MC7_RDBFL38 0xF00617AC          MC 7 Read Data and Bit Flip Register 38
MTU_MC7_RDBFL39 0xF00617AE          MC 7 Read Data and Bit Flip Register 39
MTU_MC7_RDBFL40 0xF00617B0          MC 7 Read Data and Bit Flip Register 40
MTU_MC7_RDBFL41 0xF00617B2          MC 7 Read Data and Bit Flip Register 41
MTU_MC7_RDBFL42 0xF00617B4          MC 7 Read Data and Bit Flip Register 42
MTU_MC7_RDBFL43 0xF00617B6          MC 7 Read Data and Bit Flip Register 43
MTU_MC7_RDBFL44 0xF00617B8          MC 7 Read Data and Bit Flip Register 44
MTU_MC7_RDBFL45 0xF00617BA          MC 7 Read Data and Bit Flip Register 45
MTU_MC7_RDBFL46 0xF00617BC          MC 7 Read Data and Bit Flip Register 46
MTU_MC7_RDBFL47 0xF00617BE          MC 7 Read Data and Bit Flip Register 47
MTU_MC7_RDBFL48 0xF00617C0          MC 7 Read Data and Bit Flip Register 48
MTU_MC7_RDBFL49 0xF00617C2          MC 7 Read Data and Bit Flip Register 49
MTU_MC7_RDBFL50 0xF00617C4          MC 7 Read Data and Bit Flip Register 50
MTU_MC7_RDBFL51 0xF00617C6          MC 7 Read Data and Bit Flip Register 51
MTU_MC7_RDBFL52 0xF00617C8          MC 7 Read Data and Bit Flip Register 52
MTU_MC7_RDBFL53 0xF00617CA          MC 7 Read Data and Bit Flip Register 53
MTU_MC7_RDBFL54 0xF00617CC          MC 7 Read Data and Bit Flip Register 54
MTU_MC7_RDBFL55 0xF00617CE          MC 7 Read Data and Bit Flip Register 55
MTU_MC7_RDBFL56 0xF00617D0          MC 7 Read Data and Bit Flip Register 56
MTU_MC7_RDBFL57 0xF00617D2          MC 7 Read Data and Bit Flip Register 57
MTU_MC7_RDBFL58 0xF00617D4          MC 7 Read Data and Bit Flip Register 58
MTU_MC7_RDBFL59 0xF00617D6          MC 7 Read Data and Bit Flip Register 59
MTU_MC7_RDBFL60 0xF00617D8          MC 7 Read Data and Bit Flip Register 60
MTU_MC7_RDBFL61 0xF00617DA          MC 7 Read Data and Bit Flip Register 61
MTU_MC7_RDBFL62 0xF00617DC          MC 7 Read Data and Bit Flip Register 62
MTU_MC7_RDBFL63 0xF00617DE          MC 7 Read Data and Bit Flip Register 63
MTU_MC7_RDBFL64 0xF00617E0          MC 7 Read Data and Bit Flip Register 64
MTU_MC7_RDBFL65 0xF00617E2          MC 7 Read Data and Bit Flip Register 65
MTU_MC7_RDBFL66 0xF00617E4          MC 7 Read Data and Bit Flip Register 66
MTU_MC7_ALMSRCS 0xF00617EE          MC 7 Alarm Sources Configuration Register
MTU_MC7_FAULTSTS 0xF00617F0          MC 7 SSH Safety Faults Status Register
MTU_MC7_ERRINFO0 0xF00617F2          MC 7 Error Information Register 0
MTU_MC7_ERRINFO1 0xF00617F4          MC 7 Error Information Register 1
MTU_MC7_ERRINFO2 0xF00617F6          MC 7 Error Information Register 2
MTU_MC7_ERRINFO3 0xF00617F8          MC 7 Error Information Register 3
MTU_MC7_ERRINFO4 0xF00617FA          MC 7 Error Information Register 4
MTU_MC8_CONFIG0 0xF0061800          MC 8 Configuration Register 0
MTU_MC8_CONFIG1 0xF0061802          MC 8 Configuration Register 1
MTU_MC8_MCONTROL 0xF0061804          MC 8 MBIST Control Register
MTU_MC8_MSTATUS 0xF0061806          MC 8 Status Register
MTU_MC8_RANGE   0xF0061808          MC 8 Range Register, single address mode
MTU_MC8_REVID   0xF006180C          MC 8 Revision ID Register
MTU_MC8_ECCS    0xF006180E          MC 8 ECC Safety Register
MTU_MC8_ECCD    0xF0061810          MC 8 Memory ECC Detection Register
MTU_MC8_ETRR0   0xF0061812          MC 8 Error Tracking Register 0
MTU_MC8_ETRR1   0xF0061814          MC 8 Error Tracking Register 1
MTU_MC8_ETRR2   0xF0061816          MC 8 Error Tracking Register 2
MTU_MC8_ETRR3   0xF0061818          MC 8 Error Tracking Register 3
MTU_MC8_ETRR4   0xF006181A          MC 8 Error Tracking Register 4
MTU_MC8_RDBFL0  0xF0061860          MC 8 Read Data and Bit Flip Register 0
MTU_MC8_RDBFL1  0xF0061862          MC 8 Read Data and Bit Flip Register 1
MTU_MC8_RDBFL2  0xF0061864          MC 8 Read Data and Bit Flip Register 2
MTU_MC8_RDBFL3  0xF0061866          MC 8 Read Data and Bit Flip Register 3
MTU_MC8_RDBFL4  0xF0061868          MC 8 Read Data and Bit Flip Register 4
MTU_MC8_RDBFL5  0xF006186A          MC 8 Read Data and Bit Flip Register 5
MTU_MC8_RDBFL6  0xF006186C          MC 8 Read Data and Bit Flip Register 6
MTU_MC8_RDBFL7  0xF006186E          MC 8 Read Data and Bit Flip Register 7
MTU_MC8_RDBFL8  0xF0061870          MC 8 Read Data and Bit Flip Register 8
MTU_MC8_RDBFL9  0xF0061872          MC 8 Read Data and Bit Flip Register 9
MTU_MC8_RDBFL10 0xF0061874          MC 8 Read Data and Bit Flip Register 10
MTU_MC8_RDBFL11 0xF0061876          MC 8 Read Data and Bit Flip Register 11
MTU_MC8_RDBFL12 0xF0061878          MC 8 Read Data and Bit Flip Register 12
MTU_MC8_RDBFL13 0xF006187A          MC 8 Read Data and Bit Flip Register 13
MTU_MC8_RDBFL14 0xF006187C          MC 8 Read Data and Bit Flip Register 14
MTU_MC8_RDBFL15 0xF006187E          MC 8 Read Data and Bit Flip Register 15
MTU_MC8_RDBFL16 0xF0061880          MC 8 Read Data and Bit Flip Register 16
MTU_MC8_RDBFL17 0xF0061882          MC 8 Read Data and Bit Flip Register 17
MTU_MC8_RDBFL18 0xF0061884          MC 8 Read Data and Bit Flip Register 18
MTU_MC8_RDBFL19 0xF0061886          MC 8 Read Data and Bit Flip Register 19
MTU_MC8_RDBFL20 0xF0061888          MC 8 Read Data and Bit Flip Register 20
MTU_MC8_RDBFL21 0xF006188A          MC 8 Read Data and Bit Flip Register 21
MTU_MC8_RDBFL22 0xF006188C          MC 8 Read Data and Bit Flip Register 22
MTU_MC8_RDBFL23 0xF006188E          MC 8 Read Data and Bit Flip Register 23
MTU_MC8_RDBFL24 0xF0061890          MC 8 Read Data and Bit Flip Register 24
MTU_MC8_RDBFL25 0xF0061892          MC 8 Read Data and Bit Flip Register 25
MTU_MC8_RDBFL26 0xF0061894          MC 8 Read Data and Bit Flip Register 26
MTU_MC8_RDBFL27 0xF0061896          MC 8 Read Data and Bit Flip Register 27
MTU_MC8_RDBFL28 0xF0061898          MC 8 Read Data and Bit Flip Register 28
MTU_MC8_RDBFL29 0xF006189A          MC 8 Read Data and Bit Flip Register 29
MTU_MC8_RDBFL30 0xF006189C          MC 8 Read Data and Bit Flip Register 30
MTU_MC8_RDBFL31 0xF006189E          MC 8 Read Data and Bit Flip Register 31
MTU_MC8_RDBFL32 0xF00618A0          MC 8 Read Data and Bit Flip Register 32
MTU_MC8_RDBFL33 0xF00618A2          MC 8 Read Data and Bit Flip Register 33
MTU_MC8_RDBFL34 0xF00618A4          MC 8 Read Data and Bit Flip Register 34
MTU_MC8_RDBFL35 0xF00618A6          MC 8 Read Data and Bit Flip Register 35
MTU_MC8_RDBFL36 0xF00618A8          MC 8 Read Data and Bit Flip Register 36
MTU_MC8_RDBFL37 0xF00618AA          MC 8 Read Data and Bit Flip Register 37
MTU_MC8_RDBFL38 0xF00618AC          MC 8 Read Data and Bit Flip Register 38
MTU_MC8_RDBFL39 0xF00618AE          MC 8 Read Data and Bit Flip Register 39
MTU_MC8_RDBFL40 0xF00618B0          MC 8 Read Data and Bit Flip Register 40
MTU_MC8_RDBFL41 0xF00618B2          MC 8 Read Data and Bit Flip Register 41
MTU_MC8_RDBFL42 0xF00618B4          MC 8 Read Data and Bit Flip Register 42
MTU_MC8_RDBFL43 0xF00618B6          MC 8 Read Data and Bit Flip Register 43
MTU_MC8_RDBFL44 0xF00618B8          MC 8 Read Data and Bit Flip Register 44
MTU_MC8_RDBFL45 0xF00618BA          MC 8 Read Data and Bit Flip Register 45
MTU_MC8_RDBFL46 0xF00618BC          MC 8 Read Data and Bit Flip Register 46
MTU_MC8_RDBFL47 0xF00618BE          MC 8 Read Data and Bit Flip Register 47
MTU_MC8_RDBFL48 0xF00618C0          MC 8 Read Data and Bit Flip Register 48
MTU_MC8_RDBFL49 0xF00618C2          MC 8 Read Data and Bit Flip Register 49
MTU_MC8_RDBFL50 0xF00618C4          MC 8 Read Data and Bit Flip Register 50
MTU_MC8_RDBFL51 0xF00618C6          MC 8 Read Data and Bit Flip Register 51
MTU_MC8_RDBFL52 0xF00618C8          MC 8 Read Data and Bit Flip Register 52
MTU_MC8_RDBFL53 0xF00618CA          MC 8 Read Data and Bit Flip Register 53
MTU_MC8_RDBFL54 0xF00618CC          MC 8 Read Data and Bit Flip Register 54
MTU_MC8_RDBFL55 0xF00618CE          MC 8 Read Data and Bit Flip Register 55
MTU_MC8_RDBFL56 0xF00618D0          MC 8 Read Data and Bit Flip Register 56
MTU_MC8_RDBFL57 0xF00618D2          MC 8 Read Data and Bit Flip Register 57
MTU_MC8_RDBFL58 0xF00618D4          MC 8 Read Data and Bit Flip Register 58
MTU_MC8_RDBFL59 0xF00618D6          MC 8 Read Data and Bit Flip Register 59
MTU_MC8_RDBFL60 0xF00618D8          MC 8 Read Data and Bit Flip Register 60
MTU_MC8_RDBFL61 0xF00618DA          MC 8 Read Data and Bit Flip Register 61
MTU_MC8_RDBFL62 0xF00618DC          MC 8 Read Data and Bit Flip Register 62
MTU_MC8_RDBFL63 0xF00618DE          MC 8 Read Data and Bit Flip Register 63
MTU_MC8_RDBFL64 0xF00618E0          MC 8 Read Data and Bit Flip Register 64
MTU_MC8_RDBFL65 0xF00618E2          MC 8 Read Data and Bit Flip Register 65
MTU_MC8_RDBFL66 0xF00618E4          MC 8 Read Data and Bit Flip Register 66
MTU_MC8_ALMSRCS 0xF00618EE          MC 8 Alarm Sources Configuration Register
MTU_MC8_FAULTSTS 0xF00618F0          MC 8 SSH Safety Faults Status Register
MTU_MC8_ERRINFO0 0xF00618F2          MC 8 Error Information Register 0
MTU_MC8_ERRINFO1 0xF00618F4          MC 8 Error Information Register 1
MTU_MC8_ERRINFO2 0xF00618F6          MC 8 Error Information Register 2
MTU_MC8_ERRINFO3 0xF00618F8          MC 8 Error Information Register 3
MTU_MC8_ERRINFO4 0xF00618FA          MC 8 Error Information Register 4
MTU_MC9_CONFIG0 0xF0061900          MC 9 Configuration Register 0
MTU_MC9_CONFIG1 0xF0061902          MC 9 Configuration Register 1
MTU_MC9_MCONTROL 0xF0061904          MC 9 MBIST Control Register
MTU_MC9_MSTATUS 0xF0061906          MC 9 Status Register
MTU_MC9_RANGE   0xF0061908          MC 9 Range Register, single address mode
MTU_MC9_REVID   0xF006190C          MC 9 Revision ID Register
MTU_MC9_ECCS    0xF006190E          MC 9 ECC Safety Register
MTU_MC9_ECCD    0xF0061910          MC 9 Memory ECC Detection Register
MTU_MC9_ETRR0   0xF0061912          MC 9 Error Tracking Register 0
MTU_MC9_ETRR1   0xF0061914          MC 9 Error Tracking Register 1
MTU_MC9_ETRR2   0xF0061916          MC 9 Error Tracking Register 2
MTU_MC9_ETRR3   0xF0061918          MC 9 Error Tracking Register 3
MTU_MC9_ETRR4   0xF006191A          MC 9 Error Tracking Register 4
MTU_MC9_RDBFL0  0xF0061960          MC 9 Read Data and Bit Flip Register 0
MTU_MC9_RDBFL1  0xF0061962          MC 9 Read Data and Bit Flip Register 1
MTU_MC9_RDBFL2  0xF0061964          MC 9 Read Data and Bit Flip Register 2
MTU_MC9_RDBFL3  0xF0061966          MC 9 Read Data and Bit Flip Register 3
MTU_MC9_RDBFL4  0xF0061968          MC 9 Read Data and Bit Flip Register 4
MTU_MC9_RDBFL5  0xF006196A          MC 9 Read Data and Bit Flip Register 5
MTU_MC9_RDBFL6  0xF006196C          MC 9 Read Data and Bit Flip Register 6
MTU_MC9_RDBFL7  0xF006196E          MC 9 Read Data and Bit Flip Register 7
MTU_MC9_RDBFL8  0xF0061970          MC 9 Read Data and Bit Flip Register 8
MTU_MC9_RDBFL9  0xF0061972          MC 9 Read Data and Bit Flip Register 9
MTU_MC9_RDBFL10 0xF0061974          MC 9 Read Data and Bit Flip Register 10
MTU_MC9_RDBFL11 0xF0061976          MC 9 Read Data and Bit Flip Register 11
MTU_MC9_RDBFL12 0xF0061978          MC 9 Read Data and Bit Flip Register 12
MTU_MC9_RDBFL13 0xF006197A          MC 9 Read Data and Bit Flip Register 13
MTU_MC9_RDBFL14 0xF006197C          MC 9 Read Data and Bit Flip Register 14
MTU_MC9_RDBFL15 0xF006197E          MC 9 Read Data and Bit Flip Register 15
MTU_MC9_RDBFL16 0xF0061980          MC 9 Read Data and Bit Flip Register 16
MTU_MC9_RDBFL17 0xF0061982          MC 9 Read Data and Bit Flip Register 17
MTU_MC9_RDBFL18 0xF0061984          MC 9 Read Data and Bit Flip Register 18
MTU_MC9_RDBFL19 0xF0061986          MC 9 Read Data and Bit Flip Register 19
MTU_MC9_RDBFL20 0xF0061988          MC 9 Read Data and Bit Flip Register 20
MTU_MC9_RDBFL21 0xF006198A          MC 9 Read Data and Bit Flip Register 21
MTU_MC9_RDBFL22 0xF006198C          MC 9 Read Data and Bit Flip Register 22
MTU_MC9_RDBFL23 0xF006198E          MC 9 Read Data and Bit Flip Register 23
MTU_MC9_RDBFL24 0xF0061990          MC 9 Read Data and Bit Flip Register 24
MTU_MC9_RDBFL25 0xF0061992          MC 9 Read Data and Bit Flip Register 25
MTU_MC9_RDBFL26 0xF0061994          MC 9 Read Data and Bit Flip Register 26
MTU_MC9_RDBFL27 0xF0061996          MC 9 Read Data and Bit Flip Register 27
MTU_MC9_RDBFL28 0xF0061998          MC 9 Read Data and Bit Flip Register 28
MTU_MC9_RDBFL29 0xF006199A          MC 9 Read Data and Bit Flip Register 29
MTU_MC9_RDBFL30 0xF006199C          MC 9 Read Data and Bit Flip Register 30
MTU_MC9_RDBFL31 0xF006199E          MC 9 Read Data and Bit Flip Register 31
MTU_MC9_RDBFL32 0xF00619A0          MC 9 Read Data and Bit Flip Register 32
MTU_MC9_RDBFL33 0xF00619A2          MC 9 Read Data and Bit Flip Register 33
MTU_MC9_RDBFL34 0xF00619A4          MC 9 Read Data and Bit Flip Register 34
MTU_MC9_RDBFL35 0xF00619A6          MC 9 Read Data and Bit Flip Register 35
MTU_MC9_RDBFL36 0xF00619A8          MC 9 Read Data and Bit Flip Register 36
MTU_MC9_RDBFL37 0xF00619AA          MC 9 Read Data and Bit Flip Register 37
MTU_MC9_RDBFL38 0xF00619AC          MC 9 Read Data and Bit Flip Register 38
MTU_MC9_RDBFL39 0xF00619AE          MC 9 Read Data and Bit Flip Register 39
MTU_MC9_RDBFL40 0xF00619B0          MC 9 Read Data and Bit Flip Register 40
MTU_MC9_RDBFL41 0xF00619B2          MC 9 Read Data and Bit Flip Register 41
MTU_MC9_RDBFL42 0xF00619B4          MC 9 Read Data and Bit Flip Register 42
MTU_MC9_RDBFL43 0xF00619B6          MC 9 Read Data and Bit Flip Register 43
MTU_MC9_RDBFL44 0xF00619B8          MC 9 Read Data and Bit Flip Register 44
MTU_MC9_RDBFL45 0xF00619BA          MC 9 Read Data and Bit Flip Register 45
MTU_MC9_RDBFL46 0xF00619BC          MC 9 Read Data and Bit Flip Register 46
MTU_MC9_RDBFL47 0xF00619BE          MC 9 Read Data and Bit Flip Register 47
MTU_MC9_RDBFL48 0xF00619C0          MC 9 Read Data and Bit Flip Register 48
MTU_MC9_RDBFL49 0xF00619C2          MC 9 Read Data and Bit Flip Register 49
MTU_MC9_RDBFL50 0xF00619C4          MC 9 Read Data and Bit Flip Register 50
MTU_MC9_RDBFL51 0xF00619C6          MC 9 Read Data and Bit Flip Register 51
MTU_MC9_RDBFL52 0xF00619C8          MC 9 Read Data and Bit Flip Register 52
MTU_MC9_RDBFL53 0xF00619CA          MC 9 Read Data and Bit Flip Register 53
MTU_MC9_RDBFL54 0xF00619CC          MC 9 Read Data and Bit Flip Register 54
MTU_MC9_RDBFL55 0xF00619CE          MC 9 Read Data and Bit Flip Register 55
MTU_MC9_RDBFL56 0xF00619D0          MC 9 Read Data and Bit Flip Register 56
MTU_MC9_RDBFL57 0xF00619D2          MC 9 Read Data and Bit Flip Register 57
MTU_MC9_RDBFL58 0xF00619D4          MC 9 Read Data and Bit Flip Register 58
MTU_MC9_RDBFL59 0xF00619D6          MC 9 Read Data and Bit Flip Register 59
MTU_MC9_RDBFL60 0xF00619D8          MC 9 Read Data and Bit Flip Register 60
MTU_MC9_RDBFL61 0xF00619DA          MC 9 Read Data and Bit Flip Register 61
MTU_MC9_RDBFL62 0xF00619DC          MC 9 Read Data and Bit Flip Register 62
MTU_MC9_RDBFL63 0xF00619DE          MC 9 Read Data and Bit Flip Register 63
MTU_MC9_RDBFL64 0xF00619E0          MC 9 Read Data and Bit Flip Register 64
MTU_MC9_RDBFL65 0xF00619E2          MC 9 Read Data and Bit Flip Register 65
MTU_MC9_RDBFL66 0xF00619E4          MC 9 Read Data and Bit Flip Register 66
MTU_MC9_ALMSRCS 0xF00619EE          MC 9 Alarm Sources Configuration Register
MTU_MC9_FAULTSTS 0xF00619F0          MC 9 SSH Safety Faults Status Register
MTU_MC9_ERRINFO0 0xF00619F2          MC 9 Error Information Register 0
MTU_MC9_ERRINFO1 0xF00619F4          MC 9 Error Information Register 1
MTU_MC9_ERRINFO2 0xF00619F6          MC 9 Error Information Register 2
MTU_MC9_ERRINFO3 0xF00619F8          MC 9 Error Information Register 3
MTU_MC9_ERRINFO4 0xF00619FA          MC 9 Error Information Register 4
MTU_MC10_CONFIG0 0xF0061A00          MC 10 Configuration Register 0
MTU_MC10_CONFIG1 0xF0061A02          MC 10 Configuration Register 1
MTU_MC10_MCONTROL 0xF0061A04          MC 10 MBIST Control Register
MTU_MC10_MSTATUS 0xF0061A06          MC 10 Status Register
MTU_MC10_RANGE  0xF0061A08          MC 10 Range Register, single address mode
MTU_MC10_REVID  0xF0061A0C          MC 10 Revision ID Register
MTU_MC10_ECCS   0xF0061A0E          MC 10 ECC Safety Register
MTU_MC10_ECCD   0xF0061A10          MC 10 Memory ECC Detection Register
MTU_MC10_ETRR0  0xF0061A12          MC 10 Error Tracking Register 0
MTU_MC10_ETRR1  0xF0061A14          MC 10 Error Tracking Register 1
MTU_MC10_ETRR2  0xF0061A16          MC 10 Error Tracking Register 2
MTU_MC10_ETRR3  0xF0061A18          MC 10 Error Tracking Register 3
MTU_MC10_ETRR4  0xF0061A1A          MC 10 Error Tracking Register 4
MTU_MC10_RDBFL0 0xF0061A60          MC 10 Read Data and Bit Flip Register 0
MTU_MC10_RDBFL1 0xF0061A62          MC 10 Read Data and Bit Flip Register 1
MTU_MC10_RDBFL2 0xF0061A64          MC 10 Read Data and Bit Flip Register 2
MTU_MC10_RDBFL3 0xF0061A66          MC 10 Read Data and Bit Flip Register 3
MTU_MC10_RDBFL4 0xF0061A68          MC 10 Read Data and Bit Flip Register 4
MTU_MC10_RDBFL5 0xF0061A6A          MC 10 Read Data and Bit Flip Register 5
MTU_MC10_RDBFL6 0xF0061A6C          MC 10 Read Data and Bit Flip Register 6
MTU_MC10_RDBFL7 0xF0061A6E          MC 10 Read Data and Bit Flip Register 7
MTU_MC10_RDBFL8 0xF0061A70          MC 10 Read Data and Bit Flip Register 8
MTU_MC10_RDBFL9 0xF0061A72          MC 10 Read Data and Bit Flip Register 9
MTU_MC10_RDBFL10 0xF0061A74          MC 10 Read Data and Bit Flip Register 10
MTU_MC10_RDBFL11 0xF0061A76          MC 10 Read Data and Bit Flip Register 11
MTU_MC10_RDBFL12 0xF0061A78          MC 10 Read Data and Bit Flip Register 12
MTU_MC10_RDBFL13 0xF0061A7A          MC 10 Read Data and Bit Flip Register 13
MTU_MC10_RDBFL14 0xF0061A7C          MC 10 Read Data and Bit Flip Register 14
MTU_MC10_RDBFL15 0xF0061A7E          MC 10 Read Data and Bit Flip Register 15
MTU_MC10_RDBFL16 0xF0061A80          MC 10 Read Data and Bit Flip Register 16
MTU_MC10_RDBFL17 0xF0061A82          MC 10 Read Data and Bit Flip Register 17
MTU_MC10_RDBFL18 0xF0061A84          MC 10 Read Data and Bit Flip Register 18
MTU_MC10_RDBFL19 0xF0061A86          MC 10 Read Data and Bit Flip Register 19
MTU_MC10_RDBFL20 0xF0061A88          MC 10 Read Data and Bit Flip Register 20
MTU_MC10_RDBFL21 0xF0061A8A          MC 10 Read Data and Bit Flip Register 21
MTU_MC10_RDBFL22 0xF0061A8C          MC 10 Read Data and Bit Flip Register 22
MTU_MC10_RDBFL23 0xF0061A8E          MC 10 Read Data and Bit Flip Register 23
MTU_MC10_RDBFL24 0xF0061A90          MC 10 Read Data and Bit Flip Register 24
MTU_MC10_RDBFL25 0xF0061A92          MC 10 Read Data and Bit Flip Register 25
MTU_MC10_RDBFL26 0xF0061A94          MC 10 Read Data and Bit Flip Register 26
MTU_MC10_RDBFL27 0xF0061A96          MC 10 Read Data and Bit Flip Register 27
MTU_MC10_RDBFL28 0xF0061A98          MC 10 Read Data and Bit Flip Register 28
MTU_MC10_RDBFL29 0xF0061A9A          MC 10 Read Data and Bit Flip Register 29
MTU_MC10_RDBFL30 0xF0061A9C          MC 10 Read Data and Bit Flip Register 30
MTU_MC10_RDBFL31 0xF0061A9E          MC 10 Read Data and Bit Flip Register 31
MTU_MC10_RDBFL32 0xF0061AA0          MC 10 Read Data and Bit Flip Register 32
MTU_MC10_RDBFL33 0xF0061AA2          MC 10 Read Data and Bit Flip Register 33
MTU_MC10_RDBFL34 0xF0061AA4          MC 10 Read Data and Bit Flip Register 34
MTU_MC10_RDBFL35 0xF0061AA6          MC 10 Read Data and Bit Flip Register 35
MTU_MC10_RDBFL36 0xF0061AA8          MC 10 Read Data and Bit Flip Register 36
MTU_MC10_RDBFL37 0xF0061AAA          MC 10 Read Data and Bit Flip Register 37
MTU_MC10_RDBFL38 0xF0061AAC          MC 10 Read Data and Bit Flip Register 38
MTU_MC10_RDBFL39 0xF0061AAE          MC 10 Read Data and Bit Flip Register 39
MTU_MC10_RDBFL40 0xF0061AB0          MC 10 Read Data and Bit Flip Register 40
MTU_MC10_RDBFL41 0xF0061AB2          MC 10 Read Data and Bit Flip Register 41
MTU_MC10_RDBFL42 0xF0061AB4          MC 10 Read Data and Bit Flip Register 42
MTU_MC10_RDBFL43 0xF0061AB6          MC 10 Read Data and Bit Flip Register 43
MTU_MC10_RDBFL44 0xF0061AB8          MC 10 Read Data and Bit Flip Register 44
MTU_MC10_RDBFL45 0xF0061ABA          MC 10 Read Data and Bit Flip Register 45
MTU_MC10_RDBFL46 0xF0061ABC          MC 10 Read Data and Bit Flip Register 46
MTU_MC10_RDBFL47 0xF0061ABE          MC 10 Read Data and Bit Flip Register 47
MTU_MC10_RDBFL48 0xF0061AC0          MC 10 Read Data and Bit Flip Register 48
MTU_MC10_RDBFL49 0xF0061AC2          MC 10 Read Data and Bit Flip Register 49
MTU_MC10_RDBFL50 0xF0061AC4          MC 10 Read Data and Bit Flip Register 50
MTU_MC10_RDBFL51 0xF0061AC6          MC 10 Read Data and Bit Flip Register 51
MTU_MC10_RDBFL52 0xF0061AC8          MC 10 Read Data and Bit Flip Register 52
MTU_MC10_RDBFL53 0xF0061ACA          MC 10 Read Data and Bit Flip Register 53
MTU_MC10_RDBFL54 0xF0061ACC          MC 10 Read Data and Bit Flip Register 54
MTU_MC10_RDBFL55 0xF0061ACE          MC 10 Read Data and Bit Flip Register 55
MTU_MC10_RDBFL56 0xF0061AD0          MC 10 Read Data and Bit Flip Register 56
MTU_MC10_RDBFL57 0xF0061AD2          MC 10 Read Data and Bit Flip Register 57
MTU_MC10_RDBFL58 0xF0061AD4          MC 10 Read Data and Bit Flip Register 58
MTU_MC10_RDBFL59 0xF0061AD6          MC 10 Read Data and Bit Flip Register 59
MTU_MC10_RDBFL60 0xF0061AD8          MC 10 Read Data and Bit Flip Register 60
MTU_MC10_RDBFL61 0xF0061ADA          MC 10 Read Data and Bit Flip Register 61
MTU_MC10_RDBFL62 0xF0061ADC          MC 10 Read Data and Bit Flip Register 62
MTU_MC10_RDBFL63 0xF0061ADE          MC 10 Read Data and Bit Flip Register 63
MTU_MC10_RDBFL64 0xF0061AE0          MC 10 Read Data and Bit Flip Register 64
MTU_MC10_RDBFL65 0xF0061AE2          MC 10 Read Data and Bit Flip Register 65
MTU_MC10_RDBFL66 0xF0061AE4          MC 10 Read Data and Bit Flip Register 66
MTU_MC10_ALMSRCS 0xF0061AEE          MC 10 Alarm Sources Configuration Register
MTU_MC10_FAULTSTS 0xF0061AF0          MC 10 SSH Safety Faults Status Register
MTU_MC10_ERRINFO0 0xF0061AF2          MC 10 Error Information Register 0
MTU_MC10_ERRINFO1 0xF0061AF4          MC 10 Error Information Register 1
MTU_MC10_ERRINFO2 0xF0061AF6          MC 10 Error Information Register 2
MTU_MC10_ERRINFO3 0xF0061AF8          MC 10 Error Information Register 3
MTU_MC10_ERRINFO4 0xF0061AFA          MC 10 Error Information Register 4
MTU_MC11_CONFIG0 0xF0061B00          MC 11 Configuration Register 0
MTU_MC11_CONFIG1 0xF0061B02          MC 11 Configuration Register 1
MTU_MC11_MCONTROL 0xF0061B04          MC 11 MBIST Control Register
MTU_MC11_MSTATUS 0xF0061B06          MC 11 Status Register
MTU_MC11_RANGE  0xF0061B08          MC 11 Range Register, single address mode
MTU_MC11_REVID  0xF0061B0C          MC 11 Revision ID Register
MTU_MC11_ECCS   0xF0061B0E          MC 11 ECC Safety Register
MTU_MC11_ECCD   0xF0061B10          MC 11 Memory ECC Detection Register
MTU_MC11_ETRR0  0xF0061B12          MC 11 Error Tracking Register 0
MTU_MC11_ETRR1  0xF0061B14          MC 11 Error Tracking Register 1
MTU_MC11_ETRR2  0xF0061B16          MC 11 Error Tracking Register 2
MTU_MC11_ETRR3  0xF0061B18          MC 11 Error Tracking Register 3
MTU_MC11_ETRR4  0xF0061B1A          MC 11 Error Tracking Register 4
MTU_MC11_RDBFL0 0xF0061B60          MC 11 Read Data and Bit Flip Register 0
MTU_MC11_RDBFL1 0xF0061B62          MC 11 Read Data and Bit Flip Register 1
MTU_MC11_RDBFL2 0xF0061B64          MC 11 Read Data and Bit Flip Register 2
MTU_MC11_RDBFL3 0xF0061B66          MC 11 Read Data and Bit Flip Register 3
MTU_MC11_RDBFL4 0xF0061B68          MC 11 Read Data and Bit Flip Register 4
MTU_MC11_RDBFL5 0xF0061B6A          MC 11 Read Data and Bit Flip Register 5
MTU_MC11_RDBFL6 0xF0061B6C          MC 11 Read Data and Bit Flip Register 6
MTU_MC11_RDBFL7 0xF0061B6E          MC 11 Read Data and Bit Flip Register 7
MTU_MC11_RDBFL8 0xF0061B70          MC 11 Read Data and Bit Flip Register 8
MTU_MC11_RDBFL9 0xF0061B72          MC 11 Read Data and Bit Flip Register 9
MTU_MC11_RDBFL10 0xF0061B74          MC 11 Read Data and Bit Flip Register 10
MTU_MC11_RDBFL11 0xF0061B76          MC 11 Read Data and Bit Flip Register 11
MTU_MC11_RDBFL12 0xF0061B78          MC 11 Read Data and Bit Flip Register 12
MTU_MC11_RDBFL13 0xF0061B7A          MC 11 Read Data and Bit Flip Register 13
MTU_MC11_RDBFL14 0xF0061B7C          MC 11 Read Data and Bit Flip Register 14
MTU_MC11_RDBFL15 0xF0061B7E          MC 11 Read Data and Bit Flip Register 15
MTU_MC11_RDBFL16 0xF0061B80          MC 11 Read Data and Bit Flip Register 16
MTU_MC11_RDBFL17 0xF0061B82          MC 11 Read Data and Bit Flip Register 17
MTU_MC11_RDBFL18 0xF0061B84          MC 11 Read Data and Bit Flip Register 18
MTU_MC11_RDBFL19 0xF0061B86          MC 11 Read Data and Bit Flip Register 19
MTU_MC11_RDBFL20 0xF0061B88          MC 11 Read Data and Bit Flip Register 20
MTU_MC11_RDBFL21 0xF0061B8A          MC 11 Read Data and Bit Flip Register 21
MTU_MC11_RDBFL22 0xF0061B8C          MC 11 Read Data and Bit Flip Register 22
MTU_MC11_RDBFL23 0xF0061B8E          MC 11 Read Data and Bit Flip Register 23
MTU_MC11_RDBFL24 0xF0061B90          MC 11 Read Data and Bit Flip Register 24
MTU_MC11_RDBFL25 0xF0061B92          MC 11 Read Data and Bit Flip Register 25
MTU_MC11_RDBFL26 0xF0061B94          MC 11 Read Data and Bit Flip Register 26
MTU_MC11_RDBFL27 0xF0061B96          MC 11 Read Data and Bit Flip Register 27
MTU_MC11_RDBFL28 0xF0061B98          MC 11 Read Data and Bit Flip Register 28
MTU_MC11_RDBFL29 0xF0061B9A          MC 11 Read Data and Bit Flip Register 29
MTU_MC11_RDBFL30 0xF0061B9C          MC 11 Read Data and Bit Flip Register 30
MTU_MC11_RDBFL31 0xF0061B9E          MC 11 Read Data and Bit Flip Register 31
MTU_MC11_RDBFL32 0xF0061BA0          MC 11 Read Data and Bit Flip Register 32
MTU_MC11_RDBFL33 0xF0061BA2          MC 11 Read Data and Bit Flip Register 33
MTU_MC11_RDBFL34 0xF0061BA4          MC 11 Read Data and Bit Flip Register 34
MTU_MC11_RDBFL35 0xF0061BA6          MC 11 Read Data and Bit Flip Register 35
MTU_MC11_RDBFL36 0xF0061BA8          MC 11 Read Data and Bit Flip Register 36
MTU_MC11_RDBFL37 0xF0061BAA          MC 11 Read Data and Bit Flip Register 37
MTU_MC11_RDBFL38 0xF0061BAC          MC 11 Read Data and Bit Flip Register 38
MTU_MC11_RDBFL39 0xF0061BAE          MC 11 Read Data and Bit Flip Register 39
MTU_MC11_RDBFL40 0xF0061BB0          MC 11 Read Data and Bit Flip Register 40
MTU_MC11_RDBFL41 0xF0061BB2          MC 11 Read Data and Bit Flip Register 41
MTU_MC11_RDBFL42 0xF0061BB4          MC 11 Read Data and Bit Flip Register 42
MTU_MC11_RDBFL43 0xF0061BB6          MC 11 Read Data and Bit Flip Register 43
MTU_MC11_RDBFL44 0xF0061BB8          MC 11 Read Data and Bit Flip Register 44
MTU_MC11_RDBFL45 0xF0061BBA          MC 11 Read Data and Bit Flip Register 45
MTU_MC11_RDBFL46 0xF0061BBC          MC 11 Read Data and Bit Flip Register 46
MTU_MC11_RDBFL47 0xF0061BBE          MC 11 Read Data and Bit Flip Register 47
MTU_MC11_RDBFL48 0xF0061BC0          MC 11 Read Data and Bit Flip Register 48
MTU_MC11_RDBFL49 0xF0061BC2          MC 11 Read Data and Bit Flip Register 49
MTU_MC11_RDBFL50 0xF0061BC4          MC 11 Read Data and Bit Flip Register 50
MTU_MC11_RDBFL51 0xF0061BC6          MC 11 Read Data and Bit Flip Register 51
MTU_MC11_RDBFL52 0xF0061BC8          MC 11 Read Data and Bit Flip Register 52
MTU_MC11_RDBFL53 0xF0061BCA          MC 11 Read Data and Bit Flip Register 53
MTU_MC11_RDBFL54 0xF0061BCC          MC 11 Read Data and Bit Flip Register 54
MTU_MC11_RDBFL55 0xF0061BCE          MC 11 Read Data and Bit Flip Register 55
MTU_MC11_RDBFL56 0xF0061BD0          MC 11 Read Data and Bit Flip Register 56
MTU_MC11_RDBFL57 0xF0061BD2          MC 11 Read Data and Bit Flip Register 57
MTU_MC11_RDBFL58 0xF0061BD4          MC 11 Read Data and Bit Flip Register 58
MTU_MC11_RDBFL59 0xF0061BD6          MC 11 Read Data and Bit Flip Register 59
MTU_MC11_RDBFL60 0xF0061BD8          MC 11 Read Data and Bit Flip Register 60
MTU_MC11_RDBFL61 0xF0061BDA          MC 11 Read Data and Bit Flip Register 61
MTU_MC11_RDBFL62 0xF0061BDC          MC 11 Read Data and Bit Flip Register 62
MTU_MC11_RDBFL63 0xF0061BDE          MC 11 Read Data and Bit Flip Register 63
MTU_MC11_RDBFL64 0xF0061BE0          MC 11 Read Data and Bit Flip Register 64
MTU_MC11_RDBFL65 0xF0061BE2          MC 11 Read Data and Bit Flip Register 65
MTU_MC11_RDBFL66 0xF0061BE4          MC 11 Read Data and Bit Flip Register 66
MTU_MC11_ALMSRCS 0xF0061BEE          MC 11 Alarm Sources Configuration Register
MTU_MC11_FAULTSTS 0xF0061BF0          MC 11 SSH Safety Faults Status Register
MTU_MC11_ERRINFO0 0xF0061BF2          MC 11 Error Information Register 0
MTU_MC11_ERRINFO1 0xF0061BF4          MC 11 Error Information Register 1
MTU_MC11_ERRINFO2 0xF0061BF6          MC 11 Error Information Register 2
MTU_MC11_ERRINFO3 0xF0061BF8          MC 11 Error Information Register 3
MTU_MC11_ERRINFO4 0xF0061BFA          MC 11 Error Information Register 4
MTU_MC12_CONFIG0 0xF0061C00          MC 12 Configuration Register 0
MTU_MC12_CONFIG1 0xF0061C02          MC 12 Configuration Register 1
MTU_MC12_MCONTROL 0xF0061C04          MC 12 MBIST Control Register
MTU_MC12_MSTATUS 0xF0061C06          MC 12 Status Register
MTU_MC12_RANGE  0xF0061C08          MC 12 Range Register, single address mode
MTU_MC12_REVID  0xF0061C0C          MC 12 Revision ID Register
MTU_MC12_ECCS   0xF0061C0E          MC 12 ECC Safety Register
MTU_MC12_ECCD   0xF0061C10          MC 12 Memory ECC Detection Register
MTU_MC12_ETRR0  0xF0061C12          MC 12 Error Tracking Register 0
MTU_MC12_ETRR1  0xF0061C14          MC 12 Error Tracking Register 1
MTU_MC12_ETRR2  0xF0061C16          MC 12 Error Tracking Register 2
MTU_MC12_ETRR3  0xF0061C18          MC 12 Error Tracking Register 3
MTU_MC12_ETRR4  0xF0061C1A          MC 12 Error Tracking Register 4
MTU_MC12_RDBFL0 0xF0061C60          MC 12 Read Data and Bit Flip Register 0
MTU_MC12_RDBFL1 0xF0061C62          MC 12 Read Data and Bit Flip Register 1
MTU_MC12_RDBFL2 0xF0061C64          MC 12 Read Data and Bit Flip Register 2
MTU_MC12_RDBFL3 0xF0061C66          MC 12 Read Data and Bit Flip Register 3
MTU_MC12_RDBFL4 0xF0061C68          MC 12 Read Data and Bit Flip Register 4
MTU_MC12_RDBFL5 0xF0061C6A          MC 12 Read Data and Bit Flip Register 5
MTU_MC12_RDBFL6 0xF0061C6C          MC 12 Read Data and Bit Flip Register 6
MTU_MC12_RDBFL7 0xF0061C6E          MC 12 Read Data and Bit Flip Register 7
MTU_MC12_RDBFL8 0xF0061C70          MC 12 Read Data and Bit Flip Register 8
MTU_MC12_RDBFL9 0xF0061C72          MC 12 Read Data and Bit Flip Register 9
MTU_MC12_RDBFL10 0xF0061C74          MC 12 Read Data and Bit Flip Register 10
MTU_MC12_RDBFL11 0xF0061C76          MC 12 Read Data and Bit Flip Register 11
MTU_MC12_RDBFL12 0xF0061C78          MC 12 Read Data and Bit Flip Register 12
MTU_MC12_RDBFL13 0xF0061C7A          MC 12 Read Data and Bit Flip Register 13
MTU_MC12_RDBFL14 0xF0061C7C          MC 12 Read Data and Bit Flip Register 14
MTU_MC12_RDBFL15 0xF0061C7E          MC 12 Read Data and Bit Flip Register 15
MTU_MC12_RDBFL16 0xF0061C80          MC 12 Read Data and Bit Flip Register 16
MTU_MC12_RDBFL17 0xF0061C82          MC 12 Read Data and Bit Flip Register 17
MTU_MC12_RDBFL18 0xF0061C84          MC 12 Read Data and Bit Flip Register 18
MTU_MC12_RDBFL19 0xF0061C86          MC 12 Read Data and Bit Flip Register 19
MTU_MC12_RDBFL20 0xF0061C88          MC 12 Read Data and Bit Flip Register 20
MTU_MC12_RDBFL21 0xF0061C8A          MC 12 Read Data and Bit Flip Register 21
MTU_MC12_RDBFL22 0xF0061C8C          MC 12 Read Data and Bit Flip Register 22
MTU_MC12_RDBFL23 0xF0061C8E          MC 12 Read Data and Bit Flip Register 23
MTU_MC12_RDBFL24 0xF0061C90          MC 12 Read Data and Bit Flip Register 24
MTU_MC12_RDBFL25 0xF0061C92          MC 12 Read Data and Bit Flip Register 25
MTU_MC12_RDBFL26 0xF0061C94          MC 12 Read Data and Bit Flip Register 26
MTU_MC12_RDBFL27 0xF0061C96          MC 12 Read Data and Bit Flip Register 27
MTU_MC12_RDBFL28 0xF0061C98          MC 12 Read Data and Bit Flip Register 28
MTU_MC12_RDBFL29 0xF0061C9A          MC 12 Read Data and Bit Flip Register 29
MTU_MC12_RDBFL30 0xF0061C9C          MC 12 Read Data and Bit Flip Register 30
MTU_MC12_RDBFL31 0xF0061C9E          MC 12 Read Data and Bit Flip Register 31
MTU_MC12_RDBFL32 0xF0061CA0          MC 12 Read Data and Bit Flip Register 32
MTU_MC12_RDBFL33 0xF0061CA2          MC 12 Read Data and Bit Flip Register 33
MTU_MC12_RDBFL34 0xF0061CA4          MC 12 Read Data and Bit Flip Register 34
MTU_MC12_RDBFL35 0xF0061CA6          MC 12 Read Data and Bit Flip Register 35
MTU_MC12_RDBFL36 0xF0061CA8          MC 12 Read Data and Bit Flip Register 36
MTU_MC12_RDBFL37 0xF0061CAA          MC 12 Read Data and Bit Flip Register 37
MTU_MC12_RDBFL38 0xF0061CAC          MC 12 Read Data and Bit Flip Register 38
MTU_MC12_RDBFL39 0xF0061CAE          MC 12 Read Data and Bit Flip Register 39
MTU_MC12_RDBFL40 0xF0061CB0          MC 12 Read Data and Bit Flip Register 40
MTU_MC12_RDBFL41 0xF0061CB2          MC 12 Read Data and Bit Flip Register 41
MTU_MC12_RDBFL42 0xF0061CB4          MC 12 Read Data and Bit Flip Register 42
MTU_MC12_RDBFL43 0xF0061CB6          MC 12 Read Data and Bit Flip Register 43
MTU_MC12_RDBFL44 0xF0061CB8          MC 12 Read Data and Bit Flip Register 44
MTU_MC12_RDBFL45 0xF0061CBA          MC 12 Read Data and Bit Flip Register 45
MTU_MC12_RDBFL46 0xF0061CBC          MC 12 Read Data and Bit Flip Register 46
MTU_MC12_RDBFL47 0xF0061CBE          MC 12 Read Data and Bit Flip Register 47
MTU_MC12_RDBFL48 0xF0061CC0          MC 12 Read Data and Bit Flip Register 48
MTU_MC12_RDBFL49 0xF0061CC2          MC 12 Read Data and Bit Flip Register 49
MTU_MC12_RDBFL50 0xF0061CC4          MC 12 Read Data and Bit Flip Register 50
MTU_MC12_RDBFL51 0xF0061CC6          MC 12 Read Data and Bit Flip Register 51
MTU_MC12_RDBFL52 0xF0061CC8          MC 12 Read Data and Bit Flip Register 52
MTU_MC12_RDBFL53 0xF0061CCA          MC 12 Read Data and Bit Flip Register 53
MTU_MC12_RDBFL54 0xF0061CCC          MC 12 Read Data and Bit Flip Register 54
MTU_MC12_RDBFL55 0xF0061CCE          MC 12 Read Data and Bit Flip Register 55
MTU_MC12_RDBFL56 0xF0061CD0          MC 12 Read Data and Bit Flip Register 56
MTU_MC12_RDBFL57 0xF0061CD2          MC 12 Read Data and Bit Flip Register 57
MTU_MC12_RDBFL58 0xF0061CD4          MC 12 Read Data and Bit Flip Register 58
MTU_MC12_RDBFL59 0xF0061CD6          MC 12 Read Data and Bit Flip Register 59
MTU_MC12_RDBFL60 0xF0061CD8          MC 12 Read Data and Bit Flip Register 60
MTU_MC12_RDBFL61 0xF0061CDA          MC 12 Read Data and Bit Flip Register 61
MTU_MC12_RDBFL62 0xF0061CDC          MC 12 Read Data and Bit Flip Register 62
MTU_MC12_RDBFL63 0xF0061CDE          MC 12 Read Data and Bit Flip Register 63
MTU_MC12_RDBFL64 0xF0061CE0          MC 12 Read Data and Bit Flip Register 64
MTU_MC12_RDBFL65 0xF0061CE2          MC 12 Read Data and Bit Flip Register 65
MTU_MC12_RDBFL66 0xF0061CE4          MC 12 Read Data and Bit Flip Register 66
MTU_MC12_ALMSRCS 0xF0061CEE          MC 12 Alarm Sources Configuration Register
MTU_MC12_FAULTSTS 0xF0061CF0          MC 12 SSH Safety Faults Status Register
MTU_MC12_ERRINFO0 0xF0061CF2          MC 12 Error Information Register 0
MTU_MC12_ERRINFO1 0xF0061CF4          MC 12 Error Information Register 1
MTU_MC12_ERRINFO2 0xF0061CF6          MC 12 Error Information Register 2
MTU_MC12_ERRINFO3 0xF0061CF8          MC 12 Error Information Register 3
MTU_MC12_ERRINFO4 0xF0061CFA          MC 12 Error Information Register 4
MTU_MC13_CONFIG0 0xF0061D00          MC 13 Configuration Register 0
MTU_MC13_CONFIG1 0xF0061D02          MC 13 Configuration Register 1
MTU_MC13_MCONTROL 0xF0061D04          MC 13 MBIST Control Register
MTU_MC13_MSTATUS 0xF0061D06          MC 13 Status Register
MTU_MC13_RANGE  0xF0061D08          MC 13 Range Register, single address mode
MTU_MC13_REVID  0xF0061D0C          MC 13 Revision ID Register
MTU_MC13_ECCS   0xF0061D0E          MC 13 ECC Safety Register
MTU_MC13_ECCD   0xF0061D10          MC 13 Memory ECC Detection Register
MTU_MC13_ETRR0  0xF0061D12          MC 13 Error Tracking Register 0
MTU_MC13_ETRR1  0xF0061D14          MC 13 Error Tracking Register 1
MTU_MC13_ETRR2  0xF0061D16          MC 13 Error Tracking Register 2
MTU_MC13_ETRR3  0xF0061D18          MC 13 Error Tracking Register 3
MTU_MC13_ETRR4  0xF0061D1A          MC 13 Error Tracking Register 4
MTU_MC13_RDBFL0 0xF0061D60          MC 13 Read Data and Bit Flip Register 0
MTU_MC13_RDBFL1 0xF0061D62          MC 13 Read Data and Bit Flip Register 1
MTU_MC13_RDBFL2 0xF0061D64          MC 13 Read Data and Bit Flip Register 2
MTU_MC13_RDBFL3 0xF0061D66          MC 13 Read Data and Bit Flip Register 3
MTU_MC13_RDBFL4 0xF0061D68          MC 13 Read Data and Bit Flip Register 4
MTU_MC13_RDBFL5 0xF0061D6A          MC 13 Read Data and Bit Flip Register 5
MTU_MC13_RDBFL6 0xF0061D6C          MC 13 Read Data and Bit Flip Register 6
MTU_MC13_RDBFL7 0xF0061D6E          MC 13 Read Data and Bit Flip Register 7
MTU_MC13_RDBFL8 0xF0061D70          MC 13 Read Data and Bit Flip Register 8
MTU_MC13_RDBFL9 0xF0061D72          MC 13 Read Data and Bit Flip Register 9
MTU_MC13_RDBFL10 0xF0061D74          MC 13 Read Data and Bit Flip Register 10
MTU_MC13_RDBFL11 0xF0061D76          MC 13 Read Data and Bit Flip Register 11
MTU_MC13_RDBFL12 0xF0061D78          MC 13 Read Data and Bit Flip Register 12
MTU_MC13_RDBFL13 0xF0061D7A          MC 13 Read Data and Bit Flip Register 13
MTU_MC13_RDBFL14 0xF0061D7C          MC 13 Read Data and Bit Flip Register 14
MTU_MC13_RDBFL15 0xF0061D7E          MC 13 Read Data and Bit Flip Register 15
MTU_MC13_RDBFL16 0xF0061D80          MC 13 Read Data and Bit Flip Register 16
MTU_MC13_RDBFL17 0xF0061D82          MC 13 Read Data and Bit Flip Register 17
MTU_MC13_RDBFL18 0xF0061D84          MC 13 Read Data and Bit Flip Register 18
MTU_MC13_RDBFL19 0xF0061D86          MC 13 Read Data and Bit Flip Register 19
MTU_MC13_RDBFL20 0xF0061D88          MC 13 Read Data and Bit Flip Register 20
MTU_MC13_RDBFL21 0xF0061D8A          MC 13 Read Data and Bit Flip Register 21
MTU_MC13_RDBFL22 0xF0061D8C          MC 13 Read Data and Bit Flip Register 22
MTU_MC13_RDBFL23 0xF0061D8E          MC 13 Read Data and Bit Flip Register 23
MTU_MC13_RDBFL24 0xF0061D90          MC 13 Read Data and Bit Flip Register 24
MTU_MC13_RDBFL25 0xF0061D92          MC 13 Read Data and Bit Flip Register 25
MTU_MC13_RDBFL26 0xF0061D94          MC 13 Read Data and Bit Flip Register 26
MTU_MC13_RDBFL27 0xF0061D96          MC 13 Read Data and Bit Flip Register 27
MTU_MC13_RDBFL28 0xF0061D98          MC 13 Read Data and Bit Flip Register 28
MTU_MC13_RDBFL29 0xF0061D9A          MC 13 Read Data and Bit Flip Register 29
MTU_MC13_RDBFL30 0xF0061D9C          MC 13 Read Data and Bit Flip Register 30
MTU_MC13_RDBFL31 0xF0061D9E          MC 13 Read Data and Bit Flip Register 31
MTU_MC13_RDBFL32 0xF0061DA0          MC 13 Read Data and Bit Flip Register 32
MTU_MC13_RDBFL33 0xF0061DA2          MC 13 Read Data and Bit Flip Register 33
MTU_MC13_RDBFL34 0xF0061DA4          MC 13 Read Data and Bit Flip Register 34
MTU_MC13_RDBFL35 0xF0061DA6          MC 13 Read Data and Bit Flip Register 35
MTU_MC13_RDBFL36 0xF0061DA8          MC 13 Read Data and Bit Flip Register 36
MTU_MC13_RDBFL37 0xF0061DAA          MC 13 Read Data and Bit Flip Register 37
MTU_MC13_RDBFL38 0xF0061DAC          MC 13 Read Data and Bit Flip Register 38
MTU_MC13_RDBFL39 0xF0061DAE          MC 13 Read Data and Bit Flip Register 39
MTU_MC13_RDBFL40 0xF0061DB0          MC 13 Read Data and Bit Flip Register 40
MTU_MC13_RDBFL41 0xF0061DB2          MC 13 Read Data and Bit Flip Register 41
MTU_MC13_RDBFL42 0xF0061DB4          MC 13 Read Data and Bit Flip Register 42
MTU_MC13_RDBFL43 0xF0061DB6          MC 13 Read Data and Bit Flip Register 43
MTU_MC13_RDBFL44 0xF0061DB8          MC 13 Read Data and Bit Flip Register 44
MTU_MC13_RDBFL45 0xF0061DBA          MC 13 Read Data and Bit Flip Register 45
MTU_MC13_RDBFL46 0xF0061DBC          MC 13 Read Data and Bit Flip Register 46
MTU_MC13_RDBFL47 0xF0061DBE          MC 13 Read Data and Bit Flip Register 47
MTU_MC13_RDBFL48 0xF0061DC0          MC 13 Read Data and Bit Flip Register 48
MTU_MC13_RDBFL49 0xF0061DC2          MC 13 Read Data and Bit Flip Register 49
MTU_MC13_RDBFL50 0xF0061DC4          MC 13 Read Data and Bit Flip Register 50
MTU_MC13_RDBFL51 0xF0061DC6          MC 13 Read Data and Bit Flip Register 51
MTU_MC13_RDBFL52 0xF0061DC8          MC 13 Read Data and Bit Flip Register 52
MTU_MC13_RDBFL53 0xF0061DCA          MC 13 Read Data and Bit Flip Register 53
MTU_MC13_RDBFL54 0xF0061DCC          MC 13 Read Data and Bit Flip Register 54
MTU_MC13_RDBFL55 0xF0061DCE          MC 13 Read Data and Bit Flip Register 55
MTU_MC13_RDBFL56 0xF0061DD0          MC 13 Read Data and Bit Flip Register 56
MTU_MC13_RDBFL57 0xF0061DD2          MC 13 Read Data and Bit Flip Register 57
MTU_MC13_RDBFL58 0xF0061DD4          MC 13 Read Data and Bit Flip Register 58
MTU_MC13_RDBFL59 0xF0061DD6          MC 13 Read Data and Bit Flip Register 59
MTU_MC13_RDBFL60 0xF0061DD8          MC 13 Read Data and Bit Flip Register 60
MTU_MC13_RDBFL61 0xF0061DDA          MC 13 Read Data and Bit Flip Register 61
MTU_MC13_RDBFL62 0xF0061DDC          MC 13 Read Data and Bit Flip Register 62
MTU_MC13_RDBFL63 0xF0061DDE          MC 13 Read Data and Bit Flip Register 63
MTU_MC13_RDBFL64 0xF0061DE0          MC 13 Read Data and Bit Flip Register 64
MTU_MC13_RDBFL65 0xF0061DE2          MC 13 Read Data and Bit Flip Register 65
MTU_MC13_RDBFL66 0xF0061DE4          MC 13 Read Data and Bit Flip Register 66
MTU_MC13_ALMSRCS 0xF0061DEE          MC 13 Alarm Sources Configuration Register
MTU_MC13_FAULTSTS 0xF0061DF0          MC 13 SSH Safety Faults Status Register
MTU_MC13_ERRINFO0 0xF0061DF2          MC 13 Error Information Register 0
MTU_MC13_ERRINFO1 0xF0061DF4          MC 13 Error Information Register 1
MTU_MC13_ERRINFO2 0xF0061DF6          MC 13 Error Information Register 2
MTU_MC13_ERRINFO3 0xF0061DF8          MC 13 Error Information Register 3
MTU_MC13_ERRINFO4 0xF0061DFA          MC 13 Error Information Register 4
MTU_MC14_CONFIG0 0xF0061E00          MC 14 Configuration Register 0
MTU_MC14_CONFIG1 0xF0061E02          MC 14 Configuration Register 1
MTU_MC14_MCONTROL 0xF0061E04          MC 14 MBIST Control Register
MTU_MC14_MSTATUS 0xF0061E06          MC 14 Status Register
MTU_MC14_RANGE  0xF0061E08          MC 14 Range Register, single address mode
MTU_MC14_REVID  0xF0061E0C          MC 14 Revision ID Register
MTU_MC14_ECCS   0xF0061E0E          MC 14 ECC Safety Register
MTU_MC14_ECCD   0xF0061E10          MC 14 Memory ECC Detection Register
MTU_MC14_ETRR0  0xF0061E12          MC 14 Error Tracking Register 0
MTU_MC14_ETRR1  0xF0061E14          MC 14 Error Tracking Register 1
MTU_MC14_ETRR2  0xF0061E16          MC 14 Error Tracking Register 2
MTU_MC14_ETRR3  0xF0061E18          MC 14 Error Tracking Register 3
MTU_MC14_ETRR4  0xF0061E1A          MC 14 Error Tracking Register 4
MTU_MC14_RDBFL0 0xF0061E60          MC 14 Read Data and Bit Flip Register 0
MTU_MC14_RDBFL1 0xF0061E62          MC 14 Read Data and Bit Flip Register 1
MTU_MC14_RDBFL2 0xF0061E64          MC 14 Read Data and Bit Flip Register 2
MTU_MC14_RDBFL3 0xF0061E66          MC 14 Read Data and Bit Flip Register 3
MTU_MC14_RDBFL4 0xF0061E68          MC 14 Read Data and Bit Flip Register 4
MTU_MC14_RDBFL5 0xF0061E6A          MC 14 Read Data and Bit Flip Register 5
MTU_MC14_RDBFL6 0xF0061E6C          MC 14 Read Data and Bit Flip Register 6
MTU_MC14_RDBFL7 0xF0061E6E          MC 14 Read Data and Bit Flip Register 7
MTU_MC14_RDBFL8 0xF0061E70          MC 14 Read Data and Bit Flip Register 8
MTU_MC14_RDBFL9 0xF0061E72          MC 14 Read Data and Bit Flip Register 9
MTU_MC14_RDBFL10 0xF0061E74          MC 14 Read Data and Bit Flip Register 10
MTU_MC14_RDBFL11 0xF0061E76          MC 14 Read Data and Bit Flip Register 11
MTU_MC14_RDBFL12 0xF0061E78          MC 14 Read Data and Bit Flip Register 12
MTU_MC14_RDBFL13 0xF0061E7A          MC 14 Read Data and Bit Flip Register 13
MTU_MC14_RDBFL14 0xF0061E7C          MC 14 Read Data and Bit Flip Register 14
MTU_MC14_RDBFL15 0xF0061E7E          MC 14 Read Data and Bit Flip Register 15
MTU_MC14_RDBFL16 0xF0061E80          MC 14 Read Data and Bit Flip Register 16
MTU_MC14_RDBFL17 0xF0061E82          MC 14 Read Data and Bit Flip Register 17
MTU_MC14_RDBFL18 0xF0061E84          MC 14 Read Data and Bit Flip Register 18
MTU_MC14_RDBFL19 0xF0061E86          MC 14 Read Data and Bit Flip Register 19
MTU_MC14_RDBFL20 0xF0061E88          MC 14 Read Data and Bit Flip Register 20
MTU_MC14_RDBFL21 0xF0061E8A          MC 14 Read Data and Bit Flip Register 21
MTU_MC14_RDBFL22 0xF0061E8C          MC 14 Read Data and Bit Flip Register 22
MTU_MC14_RDBFL23 0xF0061E8E          MC 14 Read Data and Bit Flip Register 23
MTU_MC14_RDBFL24 0xF0061E90          MC 14 Read Data and Bit Flip Register 24
MTU_MC14_RDBFL25 0xF0061E92          MC 14 Read Data and Bit Flip Register 25
MTU_MC14_RDBFL26 0xF0061E94          MC 14 Read Data and Bit Flip Register 26
MTU_MC14_RDBFL27 0xF0061E96          MC 14 Read Data and Bit Flip Register 27
MTU_MC14_RDBFL28 0xF0061E98          MC 14 Read Data and Bit Flip Register 28
MTU_MC14_RDBFL29 0xF0061E9A          MC 14 Read Data and Bit Flip Register 29
MTU_MC14_RDBFL30 0xF0061E9C          MC 14 Read Data and Bit Flip Register 30
MTU_MC14_RDBFL31 0xF0061E9E          MC 14 Read Data and Bit Flip Register 31
MTU_MC14_RDBFL32 0xF0061EA0          MC 14 Read Data and Bit Flip Register 32
MTU_MC14_RDBFL33 0xF0061EA2          MC 14 Read Data and Bit Flip Register 33
MTU_MC14_RDBFL34 0xF0061EA4          MC 14 Read Data and Bit Flip Register 34
MTU_MC14_RDBFL35 0xF0061EA6          MC 14 Read Data and Bit Flip Register 35
MTU_MC14_RDBFL36 0xF0061EA8          MC 14 Read Data and Bit Flip Register 36
MTU_MC14_RDBFL37 0xF0061EAA          MC 14 Read Data and Bit Flip Register 37
MTU_MC14_RDBFL38 0xF0061EAC          MC 14 Read Data and Bit Flip Register 38
MTU_MC14_RDBFL39 0xF0061EAE          MC 14 Read Data and Bit Flip Register 39
MTU_MC14_RDBFL40 0xF0061EB0          MC 14 Read Data and Bit Flip Register 40
MTU_MC14_RDBFL41 0xF0061EB2          MC 14 Read Data and Bit Flip Register 41
MTU_MC14_RDBFL42 0xF0061EB4          MC 14 Read Data and Bit Flip Register 42
MTU_MC14_RDBFL43 0xF0061EB6          MC 14 Read Data and Bit Flip Register 43
MTU_MC14_RDBFL44 0xF0061EB8          MC 14 Read Data and Bit Flip Register 44
MTU_MC14_RDBFL45 0xF0061EBA          MC 14 Read Data and Bit Flip Register 45
MTU_MC14_RDBFL46 0xF0061EBC          MC 14 Read Data and Bit Flip Register 46
MTU_MC14_RDBFL47 0xF0061EBE          MC 14 Read Data and Bit Flip Register 47
MTU_MC14_RDBFL48 0xF0061EC0          MC 14 Read Data and Bit Flip Register 48
MTU_MC14_RDBFL49 0xF0061EC2          MC 14 Read Data and Bit Flip Register 49
MTU_MC14_RDBFL50 0xF0061EC4          MC 14 Read Data and Bit Flip Register 50
MTU_MC14_RDBFL51 0xF0061EC6          MC 14 Read Data and Bit Flip Register 51
MTU_MC14_RDBFL52 0xF0061EC8          MC 14 Read Data and Bit Flip Register 52
MTU_MC14_RDBFL53 0xF0061ECA          MC 14 Read Data and Bit Flip Register 53
MTU_MC14_RDBFL54 0xF0061ECC          MC 14 Read Data and Bit Flip Register 54
MTU_MC14_RDBFL55 0xF0061ECE          MC 14 Read Data and Bit Flip Register 55
MTU_MC14_RDBFL56 0xF0061ED0          MC 14 Read Data and Bit Flip Register 56
MTU_MC14_RDBFL57 0xF0061ED2          MC 14 Read Data and Bit Flip Register 57
MTU_MC14_RDBFL58 0xF0061ED4          MC 14 Read Data and Bit Flip Register 58
MTU_MC14_RDBFL59 0xF0061ED6          MC 14 Read Data and Bit Flip Register 59
MTU_MC14_RDBFL60 0xF0061ED8          MC 14 Read Data and Bit Flip Register 60
MTU_MC14_RDBFL61 0xF0061EDA          MC 14 Read Data and Bit Flip Register 61
MTU_MC14_RDBFL62 0xF0061EDC          MC 14 Read Data and Bit Flip Register 62
MTU_MC14_RDBFL63 0xF0061EDE          MC 14 Read Data and Bit Flip Register 63
MTU_MC14_RDBFL64 0xF0061EE0          MC 14 Read Data and Bit Flip Register 64
MTU_MC14_RDBFL65 0xF0061EE2          MC 14 Read Data and Bit Flip Register 65
MTU_MC14_RDBFL66 0xF0061EE4          MC 14 Read Data and Bit Flip Register 66
MTU_MC14_ALMSRCS 0xF0061EEE          MC 14 Alarm Sources Configuration Register
MTU_MC14_FAULTSTS 0xF0061EF0          MC 14 SSH Safety Faults Status Register
MTU_MC14_ERRINFO0 0xF0061EF2          MC 14 Error Information Register 0
MTU_MC14_ERRINFO1 0xF0061EF4          MC 14 Error Information Register 1
MTU_MC14_ERRINFO2 0xF0061EF6          MC 14 Error Information Register 2
MTU_MC14_ERRINFO3 0xF0061EF8          MC 14 Error Information Register 3
MTU_MC14_ERRINFO4 0xF0061EFA          MC 14 Error Information Register 4
MTU_MC15_CONFIG0 0xF0061F00          MC 15 Configuration Register 0
MTU_MC15_CONFIG1 0xF0061F02          MC 15 Configuration Register 1
MTU_MC15_MCONTROL 0xF0061F04          MC 15 MBIST Control Register
MTU_MC15_MSTATUS 0xF0061F06          MC 15 Status Register
MTU_MC15_RANGE  0xF0061F08          MC 15 Range Register, single address mode
MTU_MC15_REVID  0xF0061F0C          MC 15 Revision ID Register
MTU_MC15_ECCS   0xF0061F0E          MC 15 ECC Safety Register
MTU_MC15_ECCD   0xF0061F10          MC 15 Memory ECC Detection Register
MTU_MC15_ETRR0  0xF0061F12          MC 15 Error Tracking Register 0
MTU_MC15_ETRR1  0xF0061F14          MC 15 Error Tracking Register 1
MTU_MC15_ETRR2  0xF0061F16          MC 15 Error Tracking Register 2
MTU_MC15_ETRR3  0xF0061F18          MC 15 Error Tracking Register 3
MTU_MC15_ETRR4  0xF0061F1A          MC 15 Error Tracking Register 4
MTU_MC15_RDBFL0 0xF0061F60          MC 15 Read Data and Bit Flip Register 0
MTU_MC15_RDBFL1 0xF0061F62          MC 15 Read Data and Bit Flip Register 1
MTU_MC15_RDBFL2 0xF0061F64          MC 15 Read Data and Bit Flip Register 2
MTU_MC15_RDBFL3 0xF0061F66          MC 15 Read Data and Bit Flip Register 3
MTU_MC15_RDBFL4 0xF0061F68          MC 15 Read Data and Bit Flip Register 4
MTU_MC15_RDBFL5 0xF0061F6A          MC 15 Read Data and Bit Flip Register 5
MTU_MC15_RDBFL6 0xF0061F6C          MC 15 Read Data and Bit Flip Register 6
MTU_MC15_RDBFL7 0xF0061F6E          MC 15 Read Data and Bit Flip Register 7
MTU_MC15_RDBFL8 0xF0061F70          MC 15 Read Data and Bit Flip Register 8
MTU_MC15_RDBFL9 0xF0061F72          MC 15 Read Data and Bit Flip Register 9
MTU_MC15_RDBFL10 0xF0061F74          MC 15 Read Data and Bit Flip Register 10
MTU_MC15_RDBFL11 0xF0061F76          MC 15 Read Data and Bit Flip Register 11
MTU_MC15_RDBFL12 0xF0061F78          MC 15 Read Data and Bit Flip Register 12
MTU_MC15_RDBFL13 0xF0061F7A          MC 15 Read Data and Bit Flip Register 13
MTU_MC15_RDBFL14 0xF0061F7C          MC 15 Read Data and Bit Flip Register 14
MTU_MC15_RDBFL15 0xF0061F7E          MC 15 Read Data and Bit Flip Register 15
MTU_MC15_RDBFL16 0xF0061F80          MC 15 Read Data and Bit Flip Register 16
MTU_MC15_RDBFL17 0xF0061F82          MC 15 Read Data and Bit Flip Register 17
MTU_MC15_RDBFL18 0xF0061F84          MC 15 Read Data and Bit Flip Register 18
MTU_MC15_RDBFL19 0xF0061F86          MC 15 Read Data and Bit Flip Register 19
MTU_MC15_RDBFL20 0xF0061F88          MC 15 Read Data and Bit Flip Register 20
MTU_MC15_RDBFL21 0xF0061F8A          MC 15 Read Data and Bit Flip Register 21
MTU_MC15_RDBFL22 0xF0061F8C          MC 15 Read Data and Bit Flip Register 22
MTU_MC15_RDBFL23 0xF0061F8E          MC 15 Read Data and Bit Flip Register 23
MTU_MC15_RDBFL24 0xF0061F90          MC 15 Read Data and Bit Flip Register 24
MTU_MC15_RDBFL25 0xF0061F92          MC 15 Read Data and Bit Flip Register 25
MTU_MC15_RDBFL26 0xF0061F94          MC 15 Read Data and Bit Flip Register 26
MTU_MC15_RDBFL27 0xF0061F96          MC 15 Read Data and Bit Flip Register 27
MTU_MC15_RDBFL28 0xF0061F98          MC 15 Read Data and Bit Flip Register 28
MTU_MC15_RDBFL29 0xF0061F9A          MC 15 Read Data and Bit Flip Register 29
MTU_MC15_RDBFL30 0xF0061F9C          MC 15 Read Data and Bit Flip Register 30
MTU_MC15_RDBFL31 0xF0061F9E          MC 15 Read Data and Bit Flip Register 31
MTU_MC15_RDBFL32 0xF0061FA0          MC 15 Read Data and Bit Flip Register 32
MTU_MC15_RDBFL33 0xF0061FA2          MC 15 Read Data and Bit Flip Register 33
MTU_MC15_RDBFL34 0xF0061FA4          MC 15 Read Data and Bit Flip Register 34
MTU_MC15_RDBFL35 0xF0061FA6          MC 15 Read Data and Bit Flip Register 35
MTU_MC15_RDBFL36 0xF0061FA8          MC 15 Read Data and Bit Flip Register 36
MTU_MC15_RDBFL37 0xF0061FAA          MC 15 Read Data and Bit Flip Register 37
MTU_MC15_RDBFL38 0xF0061FAC          MC 15 Read Data and Bit Flip Register 38
MTU_MC15_RDBFL39 0xF0061FAE          MC 15 Read Data and Bit Flip Register 39
MTU_MC15_RDBFL40 0xF0061FB0          MC 15 Read Data and Bit Flip Register 40
MTU_MC15_RDBFL41 0xF0061FB2          MC 15 Read Data and Bit Flip Register 41
MTU_MC15_RDBFL42 0xF0061FB4          MC 15 Read Data and Bit Flip Register 42
MTU_MC15_RDBFL43 0xF0061FB6          MC 15 Read Data and Bit Flip Register 43
MTU_MC15_RDBFL44 0xF0061FB8          MC 15 Read Data and Bit Flip Register 44
MTU_MC15_RDBFL45 0xF0061FBA          MC 15 Read Data and Bit Flip Register 45
MTU_MC15_RDBFL46 0xF0061FBC          MC 15 Read Data and Bit Flip Register 46
MTU_MC15_RDBFL47 0xF0061FBE          MC 15 Read Data and Bit Flip Register 47
MTU_MC15_RDBFL48 0xF0061FC0          MC 15 Read Data and Bit Flip Register 48
MTU_MC15_RDBFL49 0xF0061FC2          MC 15 Read Data and Bit Flip Register 49
MTU_MC15_RDBFL50 0xF0061FC4          MC 15 Read Data and Bit Flip Register 50
MTU_MC15_RDBFL51 0xF0061FC6          MC 15 Read Data and Bit Flip Register 51
MTU_MC15_RDBFL52 0xF0061FC8          MC 15 Read Data and Bit Flip Register 52
MTU_MC15_RDBFL53 0xF0061FCA          MC 15 Read Data and Bit Flip Register 53
MTU_MC15_RDBFL54 0xF0061FCC          MC 15 Read Data and Bit Flip Register 54
MTU_MC15_RDBFL55 0xF0061FCE          MC 15 Read Data and Bit Flip Register 55
MTU_MC15_RDBFL56 0xF0061FD0          MC 15 Read Data and Bit Flip Register 56
MTU_MC15_RDBFL57 0xF0061FD2          MC 15 Read Data and Bit Flip Register 57
MTU_MC15_RDBFL58 0xF0061FD4          MC 15 Read Data and Bit Flip Register 58
MTU_MC15_RDBFL59 0xF0061FD6          MC 15 Read Data and Bit Flip Register 59
MTU_MC15_RDBFL60 0xF0061FD8          MC 15 Read Data and Bit Flip Register 60
MTU_MC15_RDBFL61 0xF0061FDA          MC 15 Read Data and Bit Flip Register 61
MTU_MC15_RDBFL62 0xF0061FDC          MC 15 Read Data and Bit Flip Register 62
MTU_MC15_RDBFL63 0xF0061FDE          MC 15 Read Data and Bit Flip Register 63
MTU_MC15_RDBFL64 0xF0061FE0          MC 15 Read Data and Bit Flip Register 64
MTU_MC15_RDBFL65 0xF0061FE2          MC 15 Read Data and Bit Flip Register 65
MTU_MC15_RDBFL66 0xF0061FE4          MC 15 Read Data and Bit Flip Register 66
MTU_MC15_ALMSRCS 0xF0061FEE          MC 15 Alarm Sources Configuration Register
MTU_MC15_FAULTSTS 0xF0061FF0          MC 15 SSH Safety Faults Status Register
MTU_MC15_ERRINFO0 0xF0061FF2          MC 15 Error Information Register 0
MTU_MC15_ERRINFO1 0xF0061FF4          MC 15 Error Information Register 1
MTU_MC15_ERRINFO2 0xF0061FF6          MC 15 Error Information Register 2
MTU_MC15_ERRINFO3 0xF0061FF8          MC 15 Error Information Register 3
MTU_MC15_ERRINFO4 0xF0061FFA          MC 15 Error Information Register 4
MTU_MC16_CONFIG0 0xF0062000          MC 16 Configuration Register 0
MTU_MC16_CONFIG1 0xF0062002          MC 16 Configuration Register 1
MTU_MC16_MCONTROL 0xF0062004          MC 16 MBIST Control Register
MTU_MC16_MSTATUS 0xF0062006          MC 16 Status Register
MTU_MC16_RANGE  0xF0062008          MC 16 Range Register, single address mode
MTU_MC16_REVID  0xF006200C          MC 16 Revision ID Register
MTU_MC16_ECCS   0xF006200E          MC 16 ECC Safety Register
MTU_MC16_ECCD   0xF0062010          MC 16 Memory ECC Detection Register
MTU_MC16_ETRR0  0xF0062012          MC 16 Error Tracking Register 0
MTU_MC16_ETRR1  0xF0062014          MC 16 Error Tracking Register 1
MTU_MC16_ETRR2  0xF0062016          MC 16 Error Tracking Register 2
MTU_MC16_ETRR3  0xF0062018          MC 16 Error Tracking Register 3
MTU_MC16_ETRR4  0xF006201A          MC 16 Error Tracking Register 4
MTU_MC16_RDBFL0 0xF0062060          MC 16 Read Data and Bit Flip Register 0
MTU_MC16_RDBFL1 0xF0062062          MC 16 Read Data and Bit Flip Register 1
MTU_MC16_RDBFL2 0xF0062064          MC 16 Read Data and Bit Flip Register 2
MTU_MC16_RDBFL3 0xF0062066          MC 16 Read Data and Bit Flip Register 3
MTU_MC16_RDBFL4 0xF0062068          MC 16 Read Data and Bit Flip Register 4
MTU_MC16_RDBFL5 0xF006206A          MC 16 Read Data and Bit Flip Register 5
MTU_MC16_RDBFL6 0xF006206C          MC 16 Read Data and Bit Flip Register 6
MTU_MC16_RDBFL7 0xF006206E          MC 16 Read Data and Bit Flip Register 7
MTU_MC16_RDBFL8 0xF0062070          MC 16 Read Data and Bit Flip Register 8
MTU_MC16_RDBFL9 0xF0062072          MC 16 Read Data and Bit Flip Register 9
MTU_MC16_RDBFL10 0xF0062074          MC 16 Read Data and Bit Flip Register 10
MTU_MC16_RDBFL11 0xF0062076          MC 16 Read Data and Bit Flip Register 11
MTU_MC16_RDBFL12 0xF0062078          MC 16 Read Data and Bit Flip Register 12
MTU_MC16_RDBFL13 0xF006207A          MC 16 Read Data and Bit Flip Register 13
MTU_MC16_RDBFL14 0xF006207C          MC 16 Read Data and Bit Flip Register 14
MTU_MC16_RDBFL15 0xF006207E          MC 16 Read Data and Bit Flip Register 15
MTU_MC16_RDBFL16 0xF0062080          MC 16 Read Data and Bit Flip Register 16
MTU_MC16_RDBFL17 0xF0062082          MC 16 Read Data and Bit Flip Register 17
MTU_MC16_RDBFL18 0xF0062084          MC 16 Read Data and Bit Flip Register 18
MTU_MC16_RDBFL19 0xF0062086          MC 16 Read Data and Bit Flip Register 19
MTU_MC16_RDBFL20 0xF0062088          MC 16 Read Data and Bit Flip Register 20
MTU_MC16_RDBFL21 0xF006208A          MC 16 Read Data and Bit Flip Register 21
MTU_MC16_RDBFL22 0xF006208C          MC 16 Read Data and Bit Flip Register 22
MTU_MC16_RDBFL23 0xF006208E          MC 16 Read Data and Bit Flip Register 23
MTU_MC16_RDBFL24 0xF0062090          MC 16 Read Data and Bit Flip Register 24
MTU_MC16_RDBFL25 0xF0062092          MC 16 Read Data and Bit Flip Register 25
MTU_MC16_RDBFL26 0xF0062094          MC 16 Read Data and Bit Flip Register 26
MTU_MC16_RDBFL27 0xF0062096          MC 16 Read Data and Bit Flip Register 27
MTU_MC16_RDBFL28 0xF0062098          MC 16 Read Data and Bit Flip Register 28
MTU_MC16_RDBFL29 0xF006209A          MC 16 Read Data and Bit Flip Register 29
MTU_MC16_RDBFL30 0xF006209C          MC 16 Read Data and Bit Flip Register 30
MTU_MC16_RDBFL31 0xF006209E          MC 16 Read Data and Bit Flip Register 31
MTU_MC16_RDBFL32 0xF00620A0          MC 16 Read Data and Bit Flip Register 32
MTU_MC16_RDBFL33 0xF00620A2          MC 16 Read Data and Bit Flip Register 33
MTU_MC16_RDBFL34 0xF00620A4          MC 16 Read Data and Bit Flip Register 34
MTU_MC16_RDBFL35 0xF00620A6          MC 16 Read Data and Bit Flip Register 35
MTU_MC16_RDBFL36 0xF00620A8          MC 16 Read Data and Bit Flip Register 36
MTU_MC16_RDBFL37 0xF00620AA          MC 16 Read Data and Bit Flip Register 37
MTU_MC16_RDBFL38 0xF00620AC          MC 16 Read Data and Bit Flip Register 38
MTU_MC16_RDBFL39 0xF00620AE          MC 16 Read Data and Bit Flip Register 39
MTU_MC16_RDBFL40 0xF00620B0          MC 16 Read Data and Bit Flip Register 40
MTU_MC16_RDBFL41 0xF00620B2          MC 16 Read Data and Bit Flip Register 41
MTU_MC16_RDBFL42 0xF00620B4          MC 16 Read Data and Bit Flip Register 42
MTU_MC16_RDBFL43 0xF00620B6          MC 16 Read Data and Bit Flip Register 43
MTU_MC16_RDBFL44 0xF00620B8          MC 16 Read Data and Bit Flip Register 44
MTU_MC16_RDBFL45 0xF00620BA          MC 16 Read Data and Bit Flip Register 45
MTU_MC16_RDBFL46 0xF00620BC          MC 16 Read Data and Bit Flip Register 46
MTU_MC16_RDBFL47 0xF00620BE          MC 16 Read Data and Bit Flip Register 47
MTU_MC16_RDBFL48 0xF00620C0          MC 16 Read Data and Bit Flip Register 48
MTU_MC16_RDBFL49 0xF00620C2          MC 16 Read Data and Bit Flip Register 49
MTU_MC16_RDBFL50 0xF00620C4          MC 16 Read Data and Bit Flip Register 50
MTU_MC16_RDBFL51 0xF00620C6          MC 16 Read Data and Bit Flip Register 51
MTU_MC16_RDBFL52 0xF00620C8          MC 16 Read Data and Bit Flip Register 52
MTU_MC16_RDBFL53 0xF00620CA          MC 16 Read Data and Bit Flip Register 53
MTU_MC16_RDBFL54 0xF00620CC          MC 16 Read Data and Bit Flip Register 54
MTU_MC16_RDBFL55 0xF00620CE          MC 16 Read Data and Bit Flip Register 55
MTU_MC16_RDBFL56 0xF00620D0          MC 16 Read Data and Bit Flip Register 56
MTU_MC16_RDBFL57 0xF00620D2          MC 16 Read Data and Bit Flip Register 57
MTU_MC16_RDBFL58 0xF00620D4          MC 16 Read Data and Bit Flip Register 58
MTU_MC16_RDBFL59 0xF00620D6          MC 16 Read Data and Bit Flip Register 59
MTU_MC16_RDBFL60 0xF00620D8          MC 16 Read Data and Bit Flip Register 60
MTU_MC16_RDBFL61 0xF00620DA          MC 16 Read Data and Bit Flip Register 61
MTU_MC16_RDBFL62 0xF00620DC          MC 16 Read Data and Bit Flip Register 62
MTU_MC16_RDBFL63 0xF00620DE          MC 16 Read Data and Bit Flip Register 63
MTU_MC16_RDBFL64 0xF00620E0          MC 16 Read Data and Bit Flip Register 64
MTU_MC16_RDBFL65 0xF00620E2          MC 16 Read Data and Bit Flip Register 65
MTU_MC16_RDBFL66 0xF00620E4          MC 16 Read Data and Bit Flip Register 66
MTU_MC16_ALMSRCS 0xF00620EE          MC 16 Alarm Sources Configuration Register
MTU_MC16_FAULTSTS 0xF00620F0          MC 16 SSH Safety Faults Status Register
MTU_MC16_ERRINFO0 0xF00620F2          MC 16 Error Information Register 0
MTU_MC16_ERRINFO1 0xF00620F4          MC 16 Error Information Register 1
MTU_MC16_ERRINFO2 0xF00620F6          MC 16 Error Information Register 2
MTU_MC16_ERRINFO3 0xF00620F8          MC 16 Error Information Register 3
MTU_MC16_ERRINFO4 0xF00620FA          MC 16 Error Information Register 4
MTU_MC17_CONFIG0 0xF0062100          MC 17 Configuration Register 0
MTU_MC17_CONFIG1 0xF0062102          MC 17 Configuration Register 1
MTU_MC17_MCONTROL 0xF0062104          MC 17 MBIST Control Register
MTU_MC17_MSTATUS 0xF0062106          MC 17 Status Register
MTU_MC17_RANGE  0xF0062108          MC 17 Range Register, single address mode
MTU_MC17_REVID  0xF006210C          MC 17 Revision ID Register
MTU_MC17_ECCS   0xF006210E          MC 17 ECC Safety Register
MTU_MC17_ECCD   0xF0062110          MC 17 Memory ECC Detection Register
MTU_MC17_ETRR0  0xF0062112          MC 17 Error Tracking Register 0
MTU_MC17_ETRR1  0xF0062114          MC 17 Error Tracking Register 1
MTU_MC17_ETRR2  0xF0062116          MC 17 Error Tracking Register 2
MTU_MC17_ETRR3  0xF0062118          MC 17 Error Tracking Register 3
MTU_MC17_ETRR4  0xF006211A          MC 17 Error Tracking Register 4
MTU_MC17_RDBFL0 0xF0062160          MC 17 Read Data and Bit Flip Register 0
MTU_MC17_RDBFL1 0xF0062162          MC 17 Read Data and Bit Flip Register 1
MTU_MC17_RDBFL2 0xF0062164          MC 17 Read Data and Bit Flip Register 2
MTU_MC17_RDBFL3 0xF0062166          MC 17 Read Data and Bit Flip Register 3
MTU_MC17_RDBFL4 0xF0062168          MC 17 Read Data and Bit Flip Register 4
MTU_MC17_RDBFL5 0xF006216A          MC 17 Read Data and Bit Flip Register 5
MTU_MC17_RDBFL6 0xF006216C          MC 17 Read Data and Bit Flip Register 6
MTU_MC17_RDBFL7 0xF006216E          MC 17 Read Data and Bit Flip Register 7
MTU_MC17_RDBFL8 0xF0062170          MC 17 Read Data and Bit Flip Register 8
MTU_MC17_RDBFL9 0xF0062172          MC 17 Read Data and Bit Flip Register 9
MTU_MC17_RDBFL10 0xF0062174          MC 17 Read Data and Bit Flip Register 10
MTU_MC17_RDBFL11 0xF0062176          MC 17 Read Data and Bit Flip Register 11
MTU_MC17_RDBFL12 0xF0062178          MC 17 Read Data and Bit Flip Register 12
MTU_MC17_RDBFL13 0xF006217A          MC 17 Read Data and Bit Flip Register 13
MTU_MC17_RDBFL14 0xF006217C          MC 17 Read Data and Bit Flip Register 14
MTU_MC17_RDBFL15 0xF006217E          MC 17 Read Data and Bit Flip Register 15
MTU_MC17_RDBFL16 0xF0062180          MC 17 Read Data and Bit Flip Register 16
MTU_MC17_RDBFL17 0xF0062182          MC 17 Read Data and Bit Flip Register 17
MTU_MC17_RDBFL18 0xF0062184          MC 17 Read Data and Bit Flip Register 18
MTU_MC17_RDBFL19 0xF0062186          MC 17 Read Data and Bit Flip Register 19
MTU_MC17_RDBFL20 0xF0062188          MC 17 Read Data and Bit Flip Register 20
MTU_MC17_RDBFL21 0xF006218A          MC 17 Read Data and Bit Flip Register 21
MTU_MC17_RDBFL22 0xF006218C          MC 17 Read Data and Bit Flip Register 22
MTU_MC17_RDBFL23 0xF006218E          MC 17 Read Data and Bit Flip Register 23
MTU_MC17_RDBFL24 0xF0062190          MC 17 Read Data and Bit Flip Register 24
MTU_MC17_RDBFL25 0xF0062192          MC 17 Read Data and Bit Flip Register 25
MTU_MC17_RDBFL26 0xF0062194          MC 17 Read Data and Bit Flip Register 26
MTU_MC17_RDBFL27 0xF0062196          MC 17 Read Data and Bit Flip Register 27
MTU_MC17_RDBFL28 0xF0062198          MC 17 Read Data and Bit Flip Register 28
MTU_MC17_RDBFL29 0xF006219A          MC 17 Read Data and Bit Flip Register 29
MTU_MC17_RDBFL30 0xF006219C          MC 17 Read Data and Bit Flip Register 30
MTU_MC17_RDBFL31 0xF006219E          MC 17 Read Data and Bit Flip Register 31
MTU_MC17_RDBFL32 0xF00621A0          MC 17 Read Data and Bit Flip Register 32
MTU_MC17_RDBFL33 0xF00621A2          MC 17 Read Data and Bit Flip Register 33
MTU_MC17_RDBFL34 0xF00621A4          MC 17 Read Data and Bit Flip Register 34
MTU_MC17_RDBFL35 0xF00621A6          MC 17 Read Data and Bit Flip Register 35
MTU_MC17_RDBFL36 0xF00621A8          MC 17 Read Data and Bit Flip Register 36
MTU_MC17_RDBFL37 0xF00621AA          MC 17 Read Data and Bit Flip Register 37
MTU_MC17_RDBFL38 0xF00621AC          MC 17 Read Data and Bit Flip Register 38
MTU_MC17_RDBFL39 0xF00621AE          MC 17 Read Data and Bit Flip Register 39
MTU_MC17_RDBFL40 0xF00621B0          MC 17 Read Data and Bit Flip Register 40
MTU_MC17_RDBFL41 0xF00621B2          MC 17 Read Data and Bit Flip Register 41
MTU_MC17_RDBFL42 0xF00621B4          MC 17 Read Data and Bit Flip Register 42
MTU_MC17_RDBFL43 0xF00621B6          MC 17 Read Data and Bit Flip Register 43
MTU_MC17_RDBFL44 0xF00621B8          MC 17 Read Data and Bit Flip Register 44
MTU_MC17_RDBFL45 0xF00621BA          MC 17 Read Data and Bit Flip Register 45
MTU_MC17_RDBFL46 0xF00621BC          MC 17 Read Data and Bit Flip Register 46
MTU_MC17_RDBFL47 0xF00621BE          MC 17 Read Data and Bit Flip Register 47
MTU_MC17_RDBFL48 0xF00621C0          MC 17 Read Data and Bit Flip Register 48
MTU_MC17_RDBFL49 0xF00621C2          MC 17 Read Data and Bit Flip Register 49
MTU_MC17_RDBFL50 0xF00621C4          MC 17 Read Data and Bit Flip Register 50
MTU_MC17_RDBFL51 0xF00621C6          MC 17 Read Data and Bit Flip Register 51
MTU_MC17_RDBFL52 0xF00621C8          MC 17 Read Data and Bit Flip Register 52
MTU_MC17_RDBFL53 0xF00621CA          MC 17 Read Data and Bit Flip Register 53
MTU_MC17_RDBFL54 0xF00621CC          MC 17 Read Data and Bit Flip Register 54
MTU_MC17_RDBFL55 0xF00621CE          MC 17 Read Data and Bit Flip Register 55
MTU_MC17_RDBFL56 0xF00621D0          MC 17 Read Data and Bit Flip Register 56
MTU_MC17_RDBFL57 0xF00621D2          MC 17 Read Data and Bit Flip Register 57
MTU_MC17_RDBFL58 0xF00621D4          MC 17 Read Data and Bit Flip Register 58
MTU_MC17_RDBFL59 0xF00621D6          MC 17 Read Data and Bit Flip Register 59
MTU_MC17_RDBFL60 0xF00621D8          MC 17 Read Data and Bit Flip Register 60
MTU_MC17_RDBFL61 0xF00621DA          MC 17 Read Data and Bit Flip Register 61
MTU_MC17_RDBFL62 0xF00621DC          MC 17 Read Data and Bit Flip Register 62
MTU_MC17_RDBFL63 0xF00621DE          MC 17 Read Data and Bit Flip Register 63
MTU_MC17_RDBFL64 0xF00621E0          MC 17 Read Data and Bit Flip Register 64
MTU_MC17_RDBFL65 0xF00621E2          MC 17 Read Data and Bit Flip Register 65
MTU_MC17_RDBFL66 0xF00621E4          MC 17 Read Data and Bit Flip Register 66
MTU_MC17_ALMSRCS 0xF00621EE          MC 17 Alarm Sources Configuration Register
MTU_MC17_FAULTSTS 0xF00621F0          MC 17 SSH Safety Faults Status Register
MTU_MC17_ERRINFO0 0xF00621F2          MC 17 Error Information Register 0
MTU_MC17_ERRINFO1 0xF00621F4          MC 17 Error Information Register 1
MTU_MC17_ERRINFO2 0xF00621F6          MC 17 Error Information Register 2
MTU_MC17_ERRINFO3 0xF00621F8          MC 17 Error Information Register 3
MTU_MC17_ERRINFO4 0xF00621FA          MC 17 Error Information Register 4
MTU_MC18_CONFIG0 0xF0062200          MC 18 Configuration Register 0
MTU_MC18_CONFIG1 0xF0062202          MC 18 Configuration Register 1
MTU_MC18_MCONTROL 0xF0062204          MC 18 MBIST Control Register
MTU_MC18_MSTATUS 0xF0062206          MC 18 Status Register
MTU_MC18_RANGE  0xF0062208          MC 18 Range Register, single address mode
MTU_MC18_REVID  0xF006220C          MC 18 Revision ID Register
MTU_MC18_ECCS   0xF006220E          MC 18 ECC Safety Register
MTU_MC18_ECCD   0xF0062210          MC 18 Memory ECC Detection Register
MTU_MC18_ETRR0  0xF0062212          MC 18 Error Tracking Register 0
MTU_MC18_ETRR1  0xF0062214          MC 18 Error Tracking Register 1
MTU_MC18_ETRR2  0xF0062216          MC 18 Error Tracking Register 2
MTU_MC18_ETRR3  0xF0062218          MC 18 Error Tracking Register 3
MTU_MC18_ETRR4  0xF006221A          MC 18 Error Tracking Register 4
MTU_MC18_RDBFL0 0xF0062260          MC 18 Read Data and Bit Flip Register 0
MTU_MC18_RDBFL1 0xF0062262          MC 18 Read Data and Bit Flip Register 1
MTU_MC18_RDBFL2 0xF0062264          MC 18 Read Data and Bit Flip Register 2
MTU_MC18_RDBFL3 0xF0062266          MC 18 Read Data and Bit Flip Register 3
MTU_MC18_RDBFL4 0xF0062268          MC 18 Read Data and Bit Flip Register 4
MTU_MC18_RDBFL5 0xF006226A          MC 18 Read Data and Bit Flip Register 5
MTU_MC18_RDBFL6 0xF006226C          MC 18 Read Data and Bit Flip Register 6
MTU_MC18_RDBFL7 0xF006226E          MC 18 Read Data and Bit Flip Register 7
MTU_MC18_RDBFL8 0xF0062270          MC 18 Read Data and Bit Flip Register 8
MTU_MC18_RDBFL9 0xF0062272          MC 18 Read Data and Bit Flip Register 9
MTU_MC18_RDBFL10 0xF0062274          MC 18 Read Data and Bit Flip Register 10
MTU_MC18_RDBFL11 0xF0062276          MC 18 Read Data and Bit Flip Register 11
MTU_MC18_RDBFL12 0xF0062278          MC 18 Read Data and Bit Flip Register 12
MTU_MC18_RDBFL13 0xF006227A          MC 18 Read Data and Bit Flip Register 13
MTU_MC18_RDBFL14 0xF006227C          MC 18 Read Data and Bit Flip Register 14
MTU_MC18_RDBFL15 0xF006227E          MC 18 Read Data and Bit Flip Register 15
MTU_MC18_RDBFL16 0xF0062280          MC 18 Read Data and Bit Flip Register 16
MTU_MC18_RDBFL17 0xF0062282          MC 18 Read Data and Bit Flip Register 17
MTU_MC18_RDBFL18 0xF0062284          MC 18 Read Data and Bit Flip Register 18
MTU_MC18_RDBFL19 0xF0062286          MC 18 Read Data and Bit Flip Register 19
MTU_MC18_RDBFL20 0xF0062288          MC 18 Read Data and Bit Flip Register 20
MTU_MC18_RDBFL21 0xF006228A          MC 18 Read Data and Bit Flip Register 21
MTU_MC18_RDBFL22 0xF006228C          MC 18 Read Data and Bit Flip Register 22
MTU_MC18_RDBFL23 0xF006228E          MC 18 Read Data and Bit Flip Register 23
MTU_MC18_RDBFL24 0xF0062290          MC 18 Read Data and Bit Flip Register 24
MTU_MC18_RDBFL25 0xF0062292          MC 18 Read Data and Bit Flip Register 25
MTU_MC18_RDBFL26 0xF0062294          MC 18 Read Data and Bit Flip Register 26
MTU_MC18_RDBFL27 0xF0062296          MC 18 Read Data and Bit Flip Register 27
MTU_MC18_RDBFL28 0xF0062298          MC 18 Read Data and Bit Flip Register 28
MTU_MC18_RDBFL29 0xF006229A          MC 18 Read Data and Bit Flip Register 29
MTU_MC18_RDBFL30 0xF006229C          MC 18 Read Data and Bit Flip Register 30
MTU_MC18_RDBFL31 0xF006229E          MC 18 Read Data and Bit Flip Register 31
MTU_MC18_RDBFL32 0xF00622A0          MC 18 Read Data and Bit Flip Register 32
MTU_MC18_RDBFL33 0xF00622A2          MC 18 Read Data and Bit Flip Register 33
MTU_MC18_RDBFL34 0xF00622A4          MC 18 Read Data and Bit Flip Register 34
MTU_MC18_RDBFL35 0xF00622A6          MC 18 Read Data and Bit Flip Register 35
MTU_MC18_RDBFL36 0xF00622A8          MC 18 Read Data and Bit Flip Register 36
MTU_MC18_RDBFL37 0xF00622AA          MC 18 Read Data and Bit Flip Register 37
MTU_MC18_RDBFL38 0xF00622AC          MC 18 Read Data and Bit Flip Register 38
MTU_MC18_RDBFL39 0xF00622AE          MC 18 Read Data and Bit Flip Register 39
MTU_MC18_RDBFL40 0xF00622B0          MC 18 Read Data and Bit Flip Register 40
MTU_MC18_RDBFL41 0xF00622B2          MC 18 Read Data and Bit Flip Register 41
MTU_MC18_RDBFL42 0xF00622B4          MC 18 Read Data and Bit Flip Register 42
MTU_MC18_RDBFL43 0xF00622B6          MC 18 Read Data and Bit Flip Register 43
MTU_MC18_RDBFL44 0xF00622B8          MC 18 Read Data and Bit Flip Register 44
MTU_MC18_RDBFL45 0xF00622BA          MC 18 Read Data and Bit Flip Register 45
MTU_MC18_RDBFL46 0xF00622BC          MC 18 Read Data and Bit Flip Register 46
MTU_MC18_RDBFL47 0xF00622BE          MC 18 Read Data and Bit Flip Register 47
MTU_MC18_RDBFL48 0xF00622C0          MC 18 Read Data and Bit Flip Register 48
MTU_MC18_RDBFL49 0xF00622C2          MC 18 Read Data and Bit Flip Register 49
MTU_MC18_RDBFL50 0xF00622C4          MC 18 Read Data and Bit Flip Register 50
MTU_MC18_RDBFL51 0xF00622C6          MC 18 Read Data and Bit Flip Register 51
MTU_MC18_RDBFL52 0xF00622C8          MC 18 Read Data and Bit Flip Register 52
MTU_MC18_RDBFL53 0xF00622CA          MC 18 Read Data and Bit Flip Register 53
MTU_MC18_RDBFL54 0xF00622CC          MC 18 Read Data and Bit Flip Register 54
MTU_MC18_RDBFL55 0xF00622CE          MC 18 Read Data and Bit Flip Register 55
MTU_MC18_RDBFL56 0xF00622D0          MC 18 Read Data and Bit Flip Register 56
MTU_MC18_RDBFL57 0xF00622D2          MC 18 Read Data and Bit Flip Register 57
MTU_MC18_RDBFL58 0xF00622D4          MC 18 Read Data and Bit Flip Register 58
MTU_MC18_RDBFL59 0xF00622D6          MC 18 Read Data and Bit Flip Register 59
MTU_MC18_RDBFL60 0xF00622D8          MC 18 Read Data and Bit Flip Register 60
MTU_MC18_RDBFL61 0xF00622DA          MC 18 Read Data and Bit Flip Register 61
MTU_MC18_RDBFL62 0xF00622DC          MC 18 Read Data and Bit Flip Register 62
MTU_MC18_RDBFL63 0xF00622DE          MC 18 Read Data and Bit Flip Register 63
MTU_MC18_RDBFL64 0xF00622E0          MC 18 Read Data and Bit Flip Register 64
MTU_MC18_RDBFL65 0xF00622E2          MC 18 Read Data and Bit Flip Register 65
MTU_MC18_RDBFL66 0xF00622E4          MC 18 Read Data and Bit Flip Register 66
MTU_MC18_ALMSRCS 0xF00622EE          MC 18 Alarm Sources Configuration Register
MTU_MC18_FAULTSTS 0xF00622F0          MC 18 SSH Safety Faults Status Register
MTU_MC18_ERRINFO0 0xF00622F2          MC 18 Error Information Register 0
MTU_MC18_ERRINFO1 0xF00622F4          MC 18 Error Information Register 1
MTU_MC18_ERRINFO2 0xF00622F6          MC 18 Error Information Register 2
MTU_MC18_ERRINFO3 0xF00622F8          MC 18 Error Information Register 3
MTU_MC18_ERRINFO4 0xF00622FA          MC 18 Error Information Register 4
MTU_MC19_CONFIG0 0xF0062300          MC 19 Configuration Register 0
MTU_MC19_CONFIG1 0xF0062302          MC 19 Configuration Register 1
MTU_MC19_MCONTROL 0xF0062304          MC 19 MBIST Control Register
MTU_MC19_MSTATUS 0xF0062306          MC 19 Status Register
MTU_MC19_RANGE  0xF0062308          MC 19 Range Register, single address mode
MTU_MC19_REVID  0xF006230C          MC 19 Revision ID Register
MTU_MC19_ECCS   0xF006230E          MC 19 ECC Safety Register
MTU_MC19_ECCD   0xF0062310          MC 19 Memory ECC Detection Register
MTU_MC19_ETRR0  0xF0062312          MC 19 Error Tracking Register 0
MTU_MC19_ETRR1  0xF0062314          MC 19 Error Tracking Register 1
MTU_MC19_ETRR2  0xF0062316          MC 19 Error Tracking Register 2
MTU_MC19_ETRR3  0xF0062318          MC 19 Error Tracking Register 3
MTU_MC19_ETRR4  0xF006231A          MC 19 Error Tracking Register 4
MTU_MC19_RDBFL0 0xF0062360          MC 19 Read Data and Bit Flip Register 0
MTU_MC19_RDBFL1 0xF0062362          MC 19 Read Data and Bit Flip Register 1
MTU_MC19_RDBFL2 0xF0062364          MC 19 Read Data and Bit Flip Register 2
MTU_MC19_RDBFL3 0xF0062366          MC 19 Read Data and Bit Flip Register 3
MTU_MC19_RDBFL4 0xF0062368          MC 19 Read Data and Bit Flip Register 4
MTU_MC19_RDBFL5 0xF006236A          MC 19 Read Data and Bit Flip Register 5
MTU_MC19_RDBFL6 0xF006236C          MC 19 Read Data and Bit Flip Register 6
MTU_MC19_RDBFL7 0xF006236E          MC 19 Read Data and Bit Flip Register 7
MTU_MC19_RDBFL8 0xF0062370          MC 19 Read Data and Bit Flip Register 8
MTU_MC19_RDBFL9 0xF0062372          MC 19 Read Data and Bit Flip Register 9
MTU_MC19_RDBFL10 0xF0062374          MC 19 Read Data and Bit Flip Register 10
MTU_MC19_RDBFL11 0xF0062376          MC 19 Read Data and Bit Flip Register 11
MTU_MC19_RDBFL12 0xF0062378          MC 19 Read Data and Bit Flip Register 12
MTU_MC19_RDBFL13 0xF006237A          MC 19 Read Data and Bit Flip Register 13
MTU_MC19_RDBFL14 0xF006237C          MC 19 Read Data and Bit Flip Register 14
MTU_MC19_RDBFL15 0xF006237E          MC 19 Read Data and Bit Flip Register 15
MTU_MC19_RDBFL16 0xF0062380          MC 19 Read Data and Bit Flip Register 16
MTU_MC19_RDBFL17 0xF0062382          MC 19 Read Data and Bit Flip Register 17
MTU_MC19_RDBFL18 0xF0062384          MC 19 Read Data and Bit Flip Register 18
MTU_MC19_RDBFL19 0xF0062386          MC 19 Read Data and Bit Flip Register 19
MTU_MC19_RDBFL20 0xF0062388          MC 19 Read Data and Bit Flip Register 20
MTU_MC19_RDBFL21 0xF006238A          MC 19 Read Data and Bit Flip Register 21
MTU_MC19_RDBFL22 0xF006238C          MC 19 Read Data and Bit Flip Register 22
MTU_MC19_RDBFL23 0xF006238E          MC 19 Read Data and Bit Flip Register 23
MTU_MC19_RDBFL24 0xF0062390          MC 19 Read Data and Bit Flip Register 24
MTU_MC19_RDBFL25 0xF0062392          MC 19 Read Data and Bit Flip Register 25
MTU_MC19_RDBFL26 0xF0062394          MC 19 Read Data and Bit Flip Register 26
MTU_MC19_RDBFL27 0xF0062396          MC 19 Read Data and Bit Flip Register 27
MTU_MC19_RDBFL28 0xF0062398          MC 19 Read Data and Bit Flip Register 28
MTU_MC19_RDBFL29 0xF006239A          MC 19 Read Data and Bit Flip Register 29
MTU_MC19_RDBFL30 0xF006239C          MC 19 Read Data and Bit Flip Register 30
MTU_MC19_RDBFL31 0xF006239E          MC 19 Read Data and Bit Flip Register 31
MTU_MC19_RDBFL32 0xF00623A0          MC 19 Read Data and Bit Flip Register 32
MTU_MC19_RDBFL33 0xF00623A2          MC 19 Read Data and Bit Flip Register 33
MTU_MC19_RDBFL34 0xF00623A4          MC 19 Read Data and Bit Flip Register 34
MTU_MC19_RDBFL35 0xF00623A6          MC 19 Read Data and Bit Flip Register 35
MTU_MC19_RDBFL36 0xF00623A8          MC 19 Read Data and Bit Flip Register 36
MTU_MC19_RDBFL37 0xF00623AA          MC 19 Read Data and Bit Flip Register 37
MTU_MC19_RDBFL38 0xF00623AC          MC 19 Read Data and Bit Flip Register 38
MTU_MC19_RDBFL39 0xF00623AE          MC 19 Read Data and Bit Flip Register 39
MTU_MC19_RDBFL40 0xF00623B0          MC 19 Read Data and Bit Flip Register 40
MTU_MC19_RDBFL41 0xF00623B2          MC 19 Read Data and Bit Flip Register 41
MTU_MC19_RDBFL42 0xF00623B4          MC 19 Read Data and Bit Flip Register 42
MTU_MC19_RDBFL43 0xF00623B6          MC 19 Read Data and Bit Flip Register 43
MTU_MC19_RDBFL44 0xF00623B8          MC 19 Read Data and Bit Flip Register 44
MTU_MC19_RDBFL45 0xF00623BA          MC 19 Read Data and Bit Flip Register 45
MTU_MC19_RDBFL46 0xF00623BC          MC 19 Read Data and Bit Flip Register 46
MTU_MC19_RDBFL47 0xF00623BE          MC 19 Read Data and Bit Flip Register 47
MTU_MC19_RDBFL48 0xF00623C0          MC 19 Read Data and Bit Flip Register 48
MTU_MC19_RDBFL49 0xF00623C2          MC 19 Read Data and Bit Flip Register 49
MTU_MC19_RDBFL50 0xF00623C4          MC 19 Read Data and Bit Flip Register 50
MTU_MC19_RDBFL51 0xF00623C6          MC 19 Read Data and Bit Flip Register 51
MTU_MC19_RDBFL52 0xF00623C8          MC 19 Read Data and Bit Flip Register 52
MTU_MC19_RDBFL53 0xF00623CA          MC 19 Read Data and Bit Flip Register 53
MTU_MC19_RDBFL54 0xF00623CC          MC 19 Read Data and Bit Flip Register 54
MTU_MC19_RDBFL55 0xF00623CE          MC 19 Read Data and Bit Flip Register 55
MTU_MC19_RDBFL56 0xF00623D0          MC 19 Read Data and Bit Flip Register 56
MTU_MC19_RDBFL57 0xF00623D2          MC 19 Read Data and Bit Flip Register 57
MTU_MC19_RDBFL58 0xF00623D4          MC 19 Read Data and Bit Flip Register 58
MTU_MC19_RDBFL59 0xF00623D6          MC 19 Read Data and Bit Flip Register 59
MTU_MC19_RDBFL60 0xF00623D8          MC 19 Read Data and Bit Flip Register 60
MTU_MC19_RDBFL61 0xF00623DA          MC 19 Read Data and Bit Flip Register 61
MTU_MC19_RDBFL62 0xF00623DC          MC 19 Read Data and Bit Flip Register 62
MTU_MC19_RDBFL63 0xF00623DE          MC 19 Read Data and Bit Flip Register 63
MTU_MC19_RDBFL64 0xF00623E0          MC 19 Read Data and Bit Flip Register 64
MTU_MC19_RDBFL65 0xF00623E2          MC 19 Read Data and Bit Flip Register 65
MTU_MC19_RDBFL66 0xF00623E4          MC 19 Read Data and Bit Flip Register 66
MTU_MC19_ALMSRCS 0xF00623EE          MC 19 Alarm Sources Configuration Register
MTU_MC19_FAULTSTS 0xF00623F0          MC 19 SSH Safety Faults Status Register
MTU_MC19_ERRINFO0 0xF00623F2          MC 19 Error Information Register 0
MTU_MC19_ERRINFO1 0xF00623F4          MC 19 Error Information Register 1
MTU_MC19_ERRINFO2 0xF00623F6          MC 19 Error Information Register 2
MTU_MC19_ERRINFO3 0xF00623F8          MC 19 Error Information Register 3
MTU_MC19_ERRINFO4 0xF00623FA          MC 19 Error Information Register 4
MTU_MC20_CONFIG0 0xF0062400          MC 20 Configuration Register 0
MTU_MC20_CONFIG1 0xF0062402          MC 20 Configuration Register 1
MTU_MC20_MCONTROL 0xF0062404          MC 20 MBIST Control Register
MTU_MC20_MSTATUS 0xF0062406          MC 20 Status Register
MTU_MC20_RANGE  0xF0062408          MC 20 Range Register, single address mode
MTU_MC20_REVID  0xF006240C          MC 20 Revision ID Register
MTU_MC20_ECCS   0xF006240E          MC 20 ECC Safety Register
MTU_MC20_ECCD   0xF0062410          MC 20 Memory ECC Detection Register
MTU_MC20_ETRR0  0xF0062412          MC 20 Error Tracking Register 0
MTU_MC20_ETRR1  0xF0062414          MC 20 Error Tracking Register 1
MTU_MC20_ETRR2  0xF0062416          MC 20 Error Tracking Register 2
MTU_MC20_ETRR3  0xF0062418          MC 20 Error Tracking Register 3
MTU_MC20_ETRR4  0xF006241A          MC 20 Error Tracking Register 4
MTU_MC20_RDBFL0 0xF0062460          MC 20 Read Data and Bit Flip Register 0
MTU_MC20_RDBFL1 0xF0062462          MC 20 Read Data and Bit Flip Register 1
MTU_MC20_RDBFL2 0xF0062464          MC 20 Read Data and Bit Flip Register 2
MTU_MC20_RDBFL3 0xF0062466          MC 20 Read Data and Bit Flip Register 3
MTU_MC20_RDBFL4 0xF0062468          MC 20 Read Data and Bit Flip Register 4
MTU_MC20_RDBFL5 0xF006246A          MC 20 Read Data and Bit Flip Register 5
MTU_MC20_RDBFL6 0xF006246C          MC 20 Read Data and Bit Flip Register 6
MTU_MC20_RDBFL7 0xF006246E          MC 20 Read Data and Bit Flip Register 7
MTU_MC20_RDBFL8 0xF0062470          MC 20 Read Data and Bit Flip Register 8
MTU_MC20_RDBFL9 0xF0062472          MC 20 Read Data and Bit Flip Register 9
MTU_MC20_RDBFL10 0xF0062474          MC 20 Read Data and Bit Flip Register 10
MTU_MC20_RDBFL11 0xF0062476          MC 20 Read Data and Bit Flip Register 11
MTU_MC20_RDBFL12 0xF0062478          MC 20 Read Data and Bit Flip Register 12
MTU_MC20_RDBFL13 0xF006247A          MC 20 Read Data and Bit Flip Register 13
MTU_MC20_RDBFL14 0xF006247C          MC 20 Read Data and Bit Flip Register 14
MTU_MC20_RDBFL15 0xF006247E          MC 20 Read Data and Bit Flip Register 15
MTU_MC20_RDBFL16 0xF0062480          MC 20 Read Data and Bit Flip Register 16
MTU_MC20_RDBFL17 0xF0062482          MC 20 Read Data and Bit Flip Register 17
MTU_MC20_RDBFL18 0xF0062484          MC 20 Read Data and Bit Flip Register 18
MTU_MC20_RDBFL19 0xF0062486          MC 20 Read Data and Bit Flip Register 19
MTU_MC20_RDBFL20 0xF0062488          MC 20 Read Data and Bit Flip Register 20
MTU_MC20_RDBFL21 0xF006248A          MC 20 Read Data and Bit Flip Register 21
MTU_MC20_RDBFL22 0xF006248C          MC 20 Read Data and Bit Flip Register 22
MTU_MC20_RDBFL23 0xF006248E          MC 20 Read Data and Bit Flip Register 23
MTU_MC20_RDBFL24 0xF0062490          MC 20 Read Data and Bit Flip Register 24
MTU_MC20_RDBFL25 0xF0062492          MC 20 Read Data and Bit Flip Register 25
MTU_MC20_RDBFL26 0xF0062494          MC 20 Read Data and Bit Flip Register 26
MTU_MC20_RDBFL27 0xF0062496          MC 20 Read Data and Bit Flip Register 27
MTU_MC20_RDBFL28 0xF0062498          MC 20 Read Data and Bit Flip Register 28
MTU_MC20_RDBFL29 0xF006249A          MC 20 Read Data and Bit Flip Register 29
MTU_MC20_RDBFL30 0xF006249C          MC 20 Read Data and Bit Flip Register 30
MTU_MC20_RDBFL31 0xF006249E          MC 20 Read Data and Bit Flip Register 31
MTU_MC20_RDBFL32 0xF00624A0          MC 20 Read Data and Bit Flip Register 32
MTU_MC20_RDBFL33 0xF00624A2          MC 20 Read Data and Bit Flip Register 33
MTU_MC20_RDBFL34 0xF00624A4          MC 20 Read Data and Bit Flip Register 34
MTU_MC20_RDBFL35 0xF00624A6          MC 20 Read Data and Bit Flip Register 35
MTU_MC20_RDBFL36 0xF00624A8          MC 20 Read Data and Bit Flip Register 36
MTU_MC20_RDBFL37 0xF00624AA          MC 20 Read Data and Bit Flip Register 37
MTU_MC20_RDBFL38 0xF00624AC          MC 20 Read Data and Bit Flip Register 38
MTU_MC20_RDBFL39 0xF00624AE          MC 20 Read Data and Bit Flip Register 39
MTU_MC20_RDBFL40 0xF00624B0          MC 20 Read Data and Bit Flip Register 40
MTU_MC20_RDBFL41 0xF00624B2          MC 20 Read Data and Bit Flip Register 41
MTU_MC20_RDBFL42 0xF00624B4          MC 20 Read Data and Bit Flip Register 42
MTU_MC20_RDBFL43 0xF00624B6          MC 20 Read Data and Bit Flip Register 43
MTU_MC20_RDBFL44 0xF00624B8          MC 20 Read Data and Bit Flip Register 44
MTU_MC20_RDBFL45 0xF00624BA          MC 20 Read Data and Bit Flip Register 45
MTU_MC20_RDBFL46 0xF00624BC          MC 20 Read Data and Bit Flip Register 46
MTU_MC20_RDBFL47 0xF00624BE          MC 20 Read Data and Bit Flip Register 47
MTU_MC20_RDBFL48 0xF00624C0          MC 20 Read Data and Bit Flip Register 48
MTU_MC20_RDBFL49 0xF00624C2          MC 20 Read Data and Bit Flip Register 49
MTU_MC20_RDBFL50 0xF00624C4          MC 20 Read Data and Bit Flip Register 50
MTU_MC20_RDBFL51 0xF00624C6          MC 20 Read Data and Bit Flip Register 51
MTU_MC20_RDBFL52 0xF00624C8          MC 20 Read Data and Bit Flip Register 52
MTU_MC20_RDBFL53 0xF00624CA          MC 20 Read Data and Bit Flip Register 53
MTU_MC20_RDBFL54 0xF00624CC          MC 20 Read Data and Bit Flip Register 54
MTU_MC20_RDBFL55 0xF00624CE          MC 20 Read Data and Bit Flip Register 55
MTU_MC20_RDBFL56 0xF00624D0          MC 20 Read Data and Bit Flip Register 56
MTU_MC20_RDBFL57 0xF00624D2          MC 20 Read Data and Bit Flip Register 57
MTU_MC20_RDBFL58 0xF00624D4          MC 20 Read Data and Bit Flip Register 58
MTU_MC20_RDBFL59 0xF00624D6          MC 20 Read Data and Bit Flip Register 59
MTU_MC20_RDBFL60 0xF00624D8          MC 20 Read Data and Bit Flip Register 60
MTU_MC20_RDBFL61 0xF00624DA          MC 20 Read Data and Bit Flip Register 61
MTU_MC20_RDBFL62 0xF00624DC          MC 20 Read Data and Bit Flip Register 62
MTU_MC20_RDBFL63 0xF00624DE          MC 20 Read Data and Bit Flip Register 63
MTU_MC20_RDBFL64 0xF00624E0          MC 20 Read Data and Bit Flip Register 64
MTU_MC20_RDBFL65 0xF00624E2          MC 20 Read Data and Bit Flip Register 65
MTU_MC20_RDBFL66 0xF00624E4          MC 20 Read Data and Bit Flip Register 66
MTU_MC20_ALMSRCS 0xF00624EE          MC 20 Alarm Sources Configuration Register
MTU_MC20_FAULTSTS 0xF00624F0          MC 20 SSH Safety Faults Status Register
MTU_MC20_ERRINFO0 0xF00624F2          MC 20 Error Information Register 0
MTU_MC20_ERRINFO1 0xF00624F4          MC 20 Error Information Register 1
MTU_MC20_ERRINFO2 0xF00624F6          MC 20 Error Information Register 2
MTU_MC20_ERRINFO3 0xF00624F8          MC 20 Error Information Register 3
MTU_MC20_ERRINFO4 0xF00624FA          MC 20 Error Information Register 4
MTU_MC21_CONFIG0 0xF0062500          MC 21 Configuration Register 0
MTU_MC21_CONFIG1 0xF0062502          MC 21 Configuration Register 1
MTU_MC21_MCONTROL 0xF0062504          MC 21 MBIST Control Register
MTU_MC21_MSTATUS 0xF0062506          MC 21 Status Register
MTU_MC21_RANGE  0xF0062508          MC 21 Range Register, single address mode
MTU_MC21_REVID  0xF006250C          MC 21 Revision ID Register
MTU_MC21_ECCS   0xF006250E          MC 21 ECC Safety Register
MTU_MC21_ECCD   0xF0062510          MC 21 Memory ECC Detection Register
MTU_MC21_ETRR0  0xF0062512          MC 21 Error Tracking Register 0
MTU_MC21_ETRR1  0xF0062514          MC 21 Error Tracking Register 1
MTU_MC21_ETRR2  0xF0062516          MC 21 Error Tracking Register 2
MTU_MC21_ETRR3  0xF0062518          MC 21 Error Tracking Register 3
MTU_MC21_ETRR4  0xF006251A          MC 21 Error Tracking Register 4
MTU_MC21_RDBFL0 0xF0062560          MC 21 Read Data and Bit Flip Register 0
MTU_MC21_RDBFL1 0xF0062562          MC 21 Read Data and Bit Flip Register 1
MTU_MC21_RDBFL2 0xF0062564          MC 21 Read Data and Bit Flip Register 2
MTU_MC21_RDBFL3 0xF0062566          MC 21 Read Data and Bit Flip Register 3
MTU_MC21_RDBFL4 0xF0062568          MC 21 Read Data and Bit Flip Register 4
MTU_MC21_RDBFL5 0xF006256A          MC 21 Read Data and Bit Flip Register 5
MTU_MC21_RDBFL6 0xF006256C          MC 21 Read Data and Bit Flip Register 6
MTU_MC21_RDBFL7 0xF006256E          MC 21 Read Data and Bit Flip Register 7
MTU_MC21_RDBFL8 0xF0062570          MC 21 Read Data and Bit Flip Register 8
MTU_MC21_RDBFL9 0xF0062572          MC 21 Read Data and Bit Flip Register 9
MTU_MC21_RDBFL10 0xF0062574          MC 21 Read Data and Bit Flip Register 10
MTU_MC21_RDBFL11 0xF0062576          MC 21 Read Data and Bit Flip Register 11
MTU_MC21_RDBFL12 0xF0062578          MC 21 Read Data and Bit Flip Register 12
MTU_MC21_RDBFL13 0xF006257A          MC 21 Read Data and Bit Flip Register 13
MTU_MC21_RDBFL14 0xF006257C          MC 21 Read Data and Bit Flip Register 14
MTU_MC21_RDBFL15 0xF006257E          MC 21 Read Data and Bit Flip Register 15
MTU_MC21_RDBFL16 0xF0062580          MC 21 Read Data and Bit Flip Register 16
MTU_MC21_RDBFL17 0xF0062582          MC 21 Read Data and Bit Flip Register 17
MTU_MC21_RDBFL18 0xF0062584          MC 21 Read Data and Bit Flip Register 18
MTU_MC21_RDBFL19 0xF0062586          MC 21 Read Data and Bit Flip Register 19
MTU_MC21_RDBFL20 0xF0062588          MC 21 Read Data and Bit Flip Register 20
MTU_MC21_RDBFL21 0xF006258A          MC 21 Read Data and Bit Flip Register 21
MTU_MC21_RDBFL22 0xF006258C          MC 21 Read Data and Bit Flip Register 22
MTU_MC21_RDBFL23 0xF006258E          MC 21 Read Data and Bit Flip Register 23
MTU_MC21_RDBFL24 0xF0062590          MC 21 Read Data and Bit Flip Register 24
MTU_MC21_RDBFL25 0xF0062592          MC 21 Read Data and Bit Flip Register 25
MTU_MC21_RDBFL26 0xF0062594          MC 21 Read Data and Bit Flip Register 26
MTU_MC21_RDBFL27 0xF0062596          MC 21 Read Data and Bit Flip Register 27
MTU_MC21_RDBFL28 0xF0062598          MC 21 Read Data and Bit Flip Register 28
MTU_MC21_RDBFL29 0xF006259A          MC 21 Read Data and Bit Flip Register 29
MTU_MC21_RDBFL30 0xF006259C          MC 21 Read Data and Bit Flip Register 30
MTU_MC21_RDBFL31 0xF006259E          MC 21 Read Data and Bit Flip Register 31
MTU_MC21_RDBFL32 0xF00625A0          MC 21 Read Data and Bit Flip Register 32
MTU_MC21_RDBFL33 0xF00625A2          MC 21 Read Data and Bit Flip Register 33
MTU_MC21_RDBFL34 0xF00625A4          MC 21 Read Data and Bit Flip Register 34
MTU_MC21_RDBFL35 0xF00625A6          MC 21 Read Data and Bit Flip Register 35
MTU_MC21_RDBFL36 0xF00625A8          MC 21 Read Data and Bit Flip Register 36
MTU_MC21_RDBFL37 0xF00625AA          MC 21 Read Data and Bit Flip Register 37
MTU_MC21_RDBFL38 0xF00625AC          MC 21 Read Data and Bit Flip Register 38
MTU_MC21_RDBFL39 0xF00625AE          MC 21 Read Data and Bit Flip Register 39
MTU_MC21_RDBFL40 0xF00625B0          MC 21 Read Data and Bit Flip Register 40
MTU_MC21_RDBFL41 0xF00625B2          MC 21 Read Data and Bit Flip Register 41
MTU_MC21_RDBFL42 0xF00625B4          MC 21 Read Data and Bit Flip Register 42
MTU_MC21_RDBFL43 0xF00625B6          MC 21 Read Data and Bit Flip Register 43
MTU_MC21_RDBFL44 0xF00625B8          MC 21 Read Data and Bit Flip Register 44
MTU_MC21_RDBFL45 0xF00625BA          MC 21 Read Data and Bit Flip Register 45
MTU_MC21_RDBFL46 0xF00625BC          MC 21 Read Data and Bit Flip Register 46
MTU_MC21_RDBFL47 0xF00625BE          MC 21 Read Data and Bit Flip Register 47
MTU_MC21_RDBFL48 0xF00625C0          MC 21 Read Data and Bit Flip Register 48
MTU_MC21_RDBFL49 0xF00625C2          MC 21 Read Data and Bit Flip Register 49
MTU_MC21_RDBFL50 0xF00625C4          MC 21 Read Data and Bit Flip Register 50
MTU_MC21_RDBFL51 0xF00625C6          MC 21 Read Data and Bit Flip Register 51
MTU_MC21_RDBFL52 0xF00625C8          MC 21 Read Data and Bit Flip Register 52
MTU_MC21_RDBFL53 0xF00625CA          MC 21 Read Data and Bit Flip Register 53
MTU_MC21_RDBFL54 0xF00625CC          MC 21 Read Data and Bit Flip Register 54
MTU_MC21_RDBFL55 0xF00625CE          MC 21 Read Data and Bit Flip Register 55
MTU_MC21_RDBFL56 0xF00625D0          MC 21 Read Data and Bit Flip Register 56
MTU_MC21_RDBFL57 0xF00625D2          MC 21 Read Data and Bit Flip Register 57
MTU_MC21_RDBFL58 0xF00625D4          MC 21 Read Data and Bit Flip Register 58
MTU_MC21_RDBFL59 0xF00625D6          MC 21 Read Data and Bit Flip Register 59
MTU_MC21_RDBFL60 0xF00625D8          MC 21 Read Data and Bit Flip Register 60
MTU_MC21_RDBFL61 0xF00625DA          MC 21 Read Data and Bit Flip Register 61
MTU_MC21_RDBFL62 0xF00625DC          MC 21 Read Data and Bit Flip Register 62
MTU_MC21_RDBFL63 0xF00625DE          MC 21 Read Data and Bit Flip Register 63
MTU_MC21_RDBFL64 0xF00625E0          MC 21 Read Data and Bit Flip Register 64
MTU_MC21_RDBFL65 0xF00625E2          MC 21 Read Data and Bit Flip Register 65
MTU_MC21_RDBFL66 0xF00625E4          MC 21 Read Data and Bit Flip Register 66
MTU_MC21_ALMSRCS 0xF00625EE          MC 21 Alarm Sources Configuration Register
MTU_MC21_FAULTSTS 0xF00625F0          MC 21 SSH Safety Faults Status Register
MTU_MC21_ERRINFO0 0xF00625F2          MC 21 Error Information Register 0
MTU_MC21_ERRINFO1 0xF00625F4          MC 21 Error Information Register 1
MTU_MC21_ERRINFO2 0xF00625F6          MC 21 Error Information Register 2
MTU_MC21_ERRINFO3 0xF00625F8          MC 21 Error Information Register 3
MTU_MC21_ERRINFO4 0xF00625FA          MC 21 Error Information Register 4
MTU_MC22_CONFIG0 0xF0062600          MC 22 Configuration Register 0
MTU_MC22_CONFIG1 0xF0062602          MC 22 Configuration Register 1
MTU_MC22_MCONTROL 0xF0062604          MC 22 MBIST Control Register
MTU_MC22_MSTATUS 0xF0062606          MC 22 Status Register
MTU_MC22_RANGE  0xF0062608          MC 22 Range Register, single address mode
MTU_MC22_REVID  0xF006260C          MC 22 Revision ID Register
MTU_MC22_ECCS   0xF006260E          MC 22 ECC Safety Register
MTU_MC22_ECCD   0xF0062610          MC 22 Memory ECC Detection Register
MTU_MC22_ETRR0  0xF0062612          MC 22 Error Tracking Register 0
MTU_MC22_ETRR1  0xF0062614          MC 22 Error Tracking Register 1
MTU_MC22_ETRR2  0xF0062616          MC 22 Error Tracking Register 2
MTU_MC22_ETRR3  0xF0062618          MC 22 Error Tracking Register 3
MTU_MC22_ETRR4  0xF006261A          MC 22 Error Tracking Register 4
MTU_MC22_RDBFL0 0xF0062660          MC 22 Read Data and Bit Flip Register 0
MTU_MC22_RDBFL1 0xF0062662          MC 22 Read Data and Bit Flip Register 1
MTU_MC22_RDBFL2 0xF0062664          MC 22 Read Data and Bit Flip Register 2
MTU_MC22_RDBFL3 0xF0062666          MC 22 Read Data and Bit Flip Register 3
MTU_MC22_RDBFL4 0xF0062668          MC 22 Read Data and Bit Flip Register 4
MTU_MC22_RDBFL5 0xF006266A          MC 22 Read Data and Bit Flip Register 5
MTU_MC22_RDBFL6 0xF006266C          MC 22 Read Data and Bit Flip Register 6
MTU_MC22_RDBFL7 0xF006266E          MC 22 Read Data and Bit Flip Register 7
MTU_MC22_RDBFL8 0xF0062670          MC 22 Read Data and Bit Flip Register 8
MTU_MC22_RDBFL9 0xF0062672          MC 22 Read Data and Bit Flip Register 9
MTU_MC22_RDBFL10 0xF0062674          MC 22 Read Data and Bit Flip Register 10
MTU_MC22_RDBFL11 0xF0062676          MC 22 Read Data and Bit Flip Register 11
MTU_MC22_RDBFL12 0xF0062678          MC 22 Read Data and Bit Flip Register 12
MTU_MC22_RDBFL13 0xF006267A          MC 22 Read Data and Bit Flip Register 13
MTU_MC22_RDBFL14 0xF006267C          MC 22 Read Data and Bit Flip Register 14
MTU_MC22_RDBFL15 0xF006267E          MC 22 Read Data and Bit Flip Register 15
MTU_MC22_RDBFL16 0xF0062680          MC 22 Read Data and Bit Flip Register 16
MTU_MC22_RDBFL17 0xF0062682          MC 22 Read Data and Bit Flip Register 17
MTU_MC22_RDBFL18 0xF0062684          MC 22 Read Data and Bit Flip Register 18
MTU_MC22_RDBFL19 0xF0062686          MC 22 Read Data and Bit Flip Register 19
MTU_MC22_RDBFL20 0xF0062688          MC 22 Read Data and Bit Flip Register 20
MTU_MC22_RDBFL21 0xF006268A          MC 22 Read Data and Bit Flip Register 21
MTU_MC22_RDBFL22 0xF006268C          MC 22 Read Data and Bit Flip Register 22
MTU_MC22_RDBFL23 0xF006268E          MC 22 Read Data and Bit Flip Register 23
MTU_MC22_RDBFL24 0xF0062690          MC 22 Read Data and Bit Flip Register 24
MTU_MC22_RDBFL25 0xF0062692          MC 22 Read Data and Bit Flip Register 25
MTU_MC22_RDBFL26 0xF0062694          MC 22 Read Data and Bit Flip Register 26
MTU_MC22_RDBFL27 0xF0062696          MC 22 Read Data and Bit Flip Register 27
MTU_MC22_RDBFL28 0xF0062698          MC 22 Read Data and Bit Flip Register 28
MTU_MC22_RDBFL29 0xF006269A          MC 22 Read Data and Bit Flip Register 29
MTU_MC22_RDBFL30 0xF006269C          MC 22 Read Data and Bit Flip Register 30
MTU_MC22_RDBFL31 0xF006269E          MC 22 Read Data and Bit Flip Register 31
MTU_MC22_RDBFL32 0xF00626A0          MC 22 Read Data and Bit Flip Register 32
MTU_MC22_RDBFL33 0xF00626A2          MC 22 Read Data and Bit Flip Register 33
MTU_MC22_RDBFL34 0xF00626A4          MC 22 Read Data and Bit Flip Register 34
MTU_MC22_RDBFL35 0xF00626A6          MC 22 Read Data and Bit Flip Register 35
MTU_MC22_RDBFL36 0xF00626A8          MC 22 Read Data and Bit Flip Register 36
MTU_MC22_RDBFL37 0xF00626AA          MC 22 Read Data and Bit Flip Register 37
MTU_MC22_RDBFL38 0xF00626AC          MC 22 Read Data and Bit Flip Register 38
MTU_MC22_RDBFL39 0xF00626AE          MC 22 Read Data and Bit Flip Register 39
MTU_MC22_RDBFL40 0xF00626B0          MC 22 Read Data and Bit Flip Register 40
MTU_MC22_RDBFL41 0xF00626B2          MC 22 Read Data and Bit Flip Register 41
MTU_MC22_RDBFL42 0xF00626B4          MC 22 Read Data and Bit Flip Register 42
MTU_MC22_RDBFL43 0xF00626B6          MC 22 Read Data and Bit Flip Register 43
MTU_MC22_RDBFL44 0xF00626B8          MC 22 Read Data and Bit Flip Register 44
MTU_MC22_RDBFL45 0xF00626BA          MC 22 Read Data and Bit Flip Register 45
MTU_MC22_RDBFL46 0xF00626BC          MC 22 Read Data and Bit Flip Register 46
MTU_MC22_RDBFL47 0xF00626BE          MC 22 Read Data and Bit Flip Register 47
MTU_MC22_RDBFL48 0xF00626C0          MC 22 Read Data and Bit Flip Register 48
MTU_MC22_RDBFL49 0xF00626C2          MC 22 Read Data and Bit Flip Register 49
MTU_MC22_RDBFL50 0xF00626C4          MC 22 Read Data and Bit Flip Register 50
MTU_MC22_RDBFL51 0xF00626C6          MC 22 Read Data and Bit Flip Register 51
MTU_MC22_RDBFL52 0xF00626C8          MC 22 Read Data and Bit Flip Register 52
MTU_MC22_RDBFL53 0xF00626CA          MC 22 Read Data and Bit Flip Register 53
MTU_MC22_RDBFL54 0xF00626CC          MC 22 Read Data and Bit Flip Register 54
MTU_MC22_RDBFL55 0xF00626CE          MC 22 Read Data and Bit Flip Register 55
MTU_MC22_RDBFL56 0xF00626D0          MC 22 Read Data and Bit Flip Register 56
MTU_MC22_RDBFL57 0xF00626D2          MC 22 Read Data and Bit Flip Register 57
MTU_MC22_RDBFL58 0xF00626D4          MC 22 Read Data and Bit Flip Register 58
MTU_MC22_RDBFL59 0xF00626D6          MC 22 Read Data and Bit Flip Register 59
MTU_MC22_RDBFL60 0xF00626D8          MC 22 Read Data and Bit Flip Register 60
MTU_MC22_RDBFL61 0xF00626DA          MC 22 Read Data and Bit Flip Register 61
MTU_MC22_RDBFL62 0xF00626DC          MC 22 Read Data and Bit Flip Register 62
MTU_MC22_RDBFL63 0xF00626DE          MC 22 Read Data and Bit Flip Register 63
MTU_MC22_RDBFL64 0xF00626E0          MC 22 Read Data and Bit Flip Register 64
MTU_MC22_RDBFL65 0xF00626E2          MC 22 Read Data and Bit Flip Register 65
MTU_MC22_RDBFL66 0xF00626E4          MC 22 Read Data and Bit Flip Register 66
MTU_MC22_ALMSRCS 0xF00626EE          MC 22 Alarm Sources Configuration Register
MTU_MC22_FAULTSTS 0xF00626F0          MC 22 SSH Safety Faults Status Register
MTU_MC22_ERRINFO0 0xF00626F2          MC 22 Error Information Register 0
MTU_MC22_ERRINFO1 0xF00626F4          MC 22 Error Information Register 1
MTU_MC22_ERRINFO2 0xF00626F6          MC 22 Error Information Register 2
MTU_MC22_ERRINFO3 0xF00626F8          MC 22 Error Information Register 3
MTU_MC22_ERRINFO4 0xF00626FA          MC 22 Error Information Register 4
MTU_MC23_CONFIG0 0xF0062700          MC 23 Configuration Register 0
MTU_MC23_CONFIG1 0xF0062702          MC 23 Configuration Register 1
MTU_MC23_MCONTROL 0xF0062704          MC 23 MBIST Control Register
MTU_MC23_MSTATUS 0xF0062706          MC 23 Status Register
MTU_MC23_RANGE  0xF0062708          MC 23 Range Register, single address mode
MTU_MC23_REVID  0xF006270C          MC 23 Revision ID Register
MTU_MC23_ECCS   0xF006270E          MC 23 ECC Safety Register
MTU_MC23_ECCD   0xF0062710          MC 23 Memory ECC Detection Register
MTU_MC23_ETRR0  0xF0062712          MC 23 Error Tracking Register 0
MTU_MC23_ETRR1  0xF0062714          MC 23 Error Tracking Register 1
MTU_MC23_ETRR2  0xF0062716          MC 23 Error Tracking Register 2
MTU_MC23_ETRR3  0xF0062718          MC 23 Error Tracking Register 3
MTU_MC23_ETRR4  0xF006271A          MC 23 Error Tracking Register 4
MTU_MC23_RDBFL0 0xF0062760          MC 23 Read Data and Bit Flip Register 0
MTU_MC23_RDBFL1 0xF0062762          MC 23 Read Data and Bit Flip Register 1
MTU_MC23_RDBFL2 0xF0062764          MC 23 Read Data and Bit Flip Register 2
MTU_MC23_RDBFL3 0xF0062766          MC 23 Read Data and Bit Flip Register 3
MTU_MC23_RDBFL4 0xF0062768          MC 23 Read Data and Bit Flip Register 4
MTU_MC23_RDBFL5 0xF006276A          MC 23 Read Data and Bit Flip Register 5
MTU_MC23_RDBFL6 0xF006276C          MC 23 Read Data and Bit Flip Register 6
MTU_MC23_RDBFL7 0xF006276E          MC 23 Read Data and Bit Flip Register 7
MTU_MC23_RDBFL8 0xF0062770          MC 23 Read Data and Bit Flip Register 8
MTU_MC23_RDBFL9 0xF0062772          MC 23 Read Data and Bit Flip Register 9
MTU_MC23_RDBFL10 0xF0062774          MC 23 Read Data and Bit Flip Register 10
MTU_MC23_RDBFL11 0xF0062776          MC 23 Read Data and Bit Flip Register 11
MTU_MC23_RDBFL12 0xF0062778          MC 23 Read Data and Bit Flip Register 12
MTU_MC23_RDBFL13 0xF006277A          MC 23 Read Data and Bit Flip Register 13
MTU_MC23_RDBFL14 0xF006277C          MC 23 Read Data and Bit Flip Register 14
MTU_MC23_RDBFL15 0xF006277E          MC 23 Read Data and Bit Flip Register 15
MTU_MC23_RDBFL16 0xF0062780          MC 23 Read Data and Bit Flip Register 16
MTU_MC23_RDBFL17 0xF0062782          MC 23 Read Data and Bit Flip Register 17
MTU_MC23_RDBFL18 0xF0062784          MC 23 Read Data and Bit Flip Register 18
MTU_MC23_RDBFL19 0xF0062786          MC 23 Read Data and Bit Flip Register 19
MTU_MC23_RDBFL20 0xF0062788          MC 23 Read Data and Bit Flip Register 20
MTU_MC23_RDBFL21 0xF006278A          MC 23 Read Data and Bit Flip Register 21
MTU_MC23_RDBFL22 0xF006278C          MC 23 Read Data and Bit Flip Register 22
MTU_MC23_RDBFL23 0xF006278E          MC 23 Read Data and Bit Flip Register 23
MTU_MC23_RDBFL24 0xF0062790          MC 23 Read Data and Bit Flip Register 24
MTU_MC23_RDBFL25 0xF0062792          MC 23 Read Data and Bit Flip Register 25
MTU_MC23_RDBFL26 0xF0062794          MC 23 Read Data and Bit Flip Register 26
MTU_MC23_RDBFL27 0xF0062796          MC 23 Read Data and Bit Flip Register 27
MTU_MC23_RDBFL28 0xF0062798          MC 23 Read Data and Bit Flip Register 28
MTU_MC23_RDBFL29 0xF006279A          MC 23 Read Data and Bit Flip Register 29
MTU_MC23_RDBFL30 0xF006279C          MC 23 Read Data and Bit Flip Register 30
MTU_MC23_RDBFL31 0xF006279E          MC 23 Read Data and Bit Flip Register 31
MTU_MC23_RDBFL32 0xF00627A0          MC 23 Read Data and Bit Flip Register 32
MTU_MC23_RDBFL33 0xF00627A2          MC 23 Read Data and Bit Flip Register 33
MTU_MC23_RDBFL34 0xF00627A4          MC 23 Read Data and Bit Flip Register 34
MTU_MC23_RDBFL35 0xF00627A6          MC 23 Read Data and Bit Flip Register 35
MTU_MC23_RDBFL36 0xF00627A8          MC 23 Read Data and Bit Flip Register 36
MTU_MC23_RDBFL37 0xF00627AA          MC 23 Read Data and Bit Flip Register 37
MTU_MC23_RDBFL38 0xF00627AC          MC 23 Read Data and Bit Flip Register 38
MTU_MC23_RDBFL39 0xF00627AE          MC 23 Read Data and Bit Flip Register 39
MTU_MC23_RDBFL40 0xF00627B0          MC 23 Read Data and Bit Flip Register 40
MTU_MC23_RDBFL41 0xF00627B2          MC 23 Read Data and Bit Flip Register 41
MTU_MC23_RDBFL42 0xF00627B4          MC 23 Read Data and Bit Flip Register 42
MTU_MC23_RDBFL43 0xF00627B6          MC 23 Read Data and Bit Flip Register 43
MTU_MC23_RDBFL44 0xF00627B8          MC 23 Read Data and Bit Flip Register 44
MTU_MC23_RDBFL45 0xF00627BA          MC 23 Read Data and Bit Flip Register 45
MTU_MC23_RDBFL46 0xF00627BC          MC 23 Read Data and Bit Flip Register 46
MTU_MC23_RDBFL47 0xF00627BE          MC 23 Read Data and Bit Flip Register 47
MTU_MC23_RDBFL48 0xF00627C0          MC 23 Read Data and Bit Flip Register 48
MTU_MC23_RDBFL49 0xF00627C2          MC 23 Read Data and Bit Flip Register 49
MTU_MC23_RDBFL50 0xF00627C4          MC 23 Read Data and Bit Flip Register 50
MTU_MC23_RDBFL51 0xF00627C6          MC 23 Read Data and Bit Flip Register 51
MTU_MC23_RDBFL52 0xF00627C8          MC 23 Read Data and Bit Flip Register 52
MTU_MC23_RDBFL53 0xF00627CA          MC 23 Read Data and Bit Flip Register 53
MTU_MC23_RDBFL54 0xF00627CC          MC 23 Read Data and Bit Flip Register 54
MTU_MC23_RDBFL55 0xF00627CE          MC 23 Read Data and Bit Flip Register 55
MTU_MC23_RDBFL56 0xF00627D0          MC 23 Read Data and Bit Flip Register 56
MTU_MC23_RDBFL57 0xF00627D2          MC 23 Read Data and Bit Flip Register 57
MTU_MC23_RDBFL58 0xF00627D4          MC 23 Read Data and Bit Flip Register 58
MTU_MC23_RDBFL59 0xF00627D6          MC 23 Read Data and Bit Flip Register 59
MTU_MC23_RDBFL60 0xF00627D8          MC 23 Read Data and Bit Flip Register 60
MTU_MC23_RDBFL61 0xF00627DA          MC 23 Read Data and Bit Flip Register 61
MTU_MC23_RDBFL62 0xF00627DC          MC 23 Read Data and Bit Flip Register 62
MTU_MC23_RDBFL63 0xF00627DE          MC 23 Read Data and Bit Flip Register 63
MTU_MC23_RDBFL64 0xF00627E0          MC 23 Read Data and Bit Flip Register 64
MTU_MC23_RDBFL65 0xF00627E2          MC 23 Read Data and Bit Flip Register 65
MTU_MC23_RDBFL66 0xF00627E4          MC 23 Read Data and Bit Flip Register 66
MTU_MC23_ALMSRCS 0xF00627EE          MC 23 Alarm Sources Configuration Register
MTU_MC23_FAULTSTS 0xF00627F0          MC 23 SSH Safety Faults Status Register
MTU_MC23_ERRINFO0 0xF00627F2          MC 23 Error Information Register 0
MTU_MC23_ERRINFO1 0xF00627F4          MC 23 Error Information Register 1
MTU_MC23_ERRINFO2 0xF00627F6          MC 23 Error Information Register 2
MTU_MC23_ERRINFO3 0xF00627F8          MC 23 Error Information Register 3
MTU_MC23_ERRINFO4 0xF00627FA          MC 23 Error Information Register 4
MTU_MC24_CONFIG0 0xF0062800          MC 24 Configuration Register 0
MTU_MC24_CONFIG1 0xF0062802          MC 24 Configuration Register 1
MTU_MC24_MCONTROL 0xF0062804          MC 24 MBIST Control Register
MTU_MC24_MSTATUS 0xF0062806          MC 24 Status Register
MTU_MC24_RANGE  0xF0062808          MC 24 Range Register, single address mode
MTU_MC24_REVID  0xF006280C          MC 24 Revision ID Register
MTU_MC24_ECCS   0xF006280E          MC 24 ECC Safety Register
MTU_MC24_ECCD   0xF0062810          MC 24 Memory ECC Detection Register
MTU_MC24_ETRR0  0xF0062812          MC 24 Error Tracking Register 0
MTU_MC24_ETRR1  0xF0062814          MC 24 Error Tracking Register 1
MTU_MC24_ETRR2  0xF0062816          MC 24 Error Tracking Register 2
MTU_MC24_ETRR3  0xF0062818          MC 24 Error Tracking Register 3
MTU_MC24_ETRR4  0xF006281A          MC 24 Error Tracking Register 4
MTU_MC24_RDBFL0 0xF0062860          MC 24 Read Data and Bit Flip Register 0
MTU_MC24_RDBFL1 0xF0062862          MC 24 Read Data and Bit Flip Register 1
MTU_MC24_RDBFL2 0xF0062864          MC 24 Read Data and Bit Flip Register 2
MTU_MC24_RDBFL3 0xF0062866          MC 24 Read Data and Bit Flip Register 3
MTU_MC24_RDBFL4 0xF0062868          MC 24 Read Data and Bit Flip Register 4
MTU_MC24_RDBFL5 0xF006286A          MC 24 Read Data and Bit Flip Register 5
MTU_MC24_RDBFL6 0xF006286C          MC 24 Read Data and Bit Flip Register 6
MTU_MC24_RDBFL7 0xF006286E          MC 24 Read Data and Bit Flip Register 7
MTU_MC24_RDBFL8 0xF0062870          MC 24 Read Data and Bit Flip Register 8
MTU_MC24_RDBFL9 0xF0062872          MC 24 Read Data and Bit Flip Register 9
MTU_MC24_RDBFL10 0xF0062874          MC 24 Read Data and Bit Flip Register 10
MTU_MC24_RDBFL11 0xF0062876          MC 24 Read Data and Bit Flip Register 11
MTU_MC24_RDBFL12 0xF0062878          MC 24 Read Data and Bit Flip Register 12
MTU_MC24_RDBFL13 0xF006287A          MC 24 Read Data and Bit Flip Register 13
MTU_MC24_RDBFL14 0xF006287C          MC 24 Read Data and Bit Flip Register 14
MTU_MC24_RDBFL15 0xF006287E          MC 24 Read Data and Bit Flip Register 15
MTU_MC24_RDBFL16 0xF0062880          MC 24 Read Data and Bit Flip Register 16
MTU_MC24_RDBFL17 0xF0062882          MC 24 Read Data and Bit Flip Register 17
MTU_MC24_RDBFL18 0xF0062884          MC 24 Read Data and Bit Flip Register 18
MTU_MC24_RDBFL19 0xF0062886          MC 24 Read Data and Bit Flip Register 19
MTU_MC24_RDBFL20 0xF0062888          MC 24 Read Data and Bit Flip Register 20
MTU_MC24_RDBFL21 0xF006288A          MC 24 Read Data and Bit Flip Register 21
MTU_MC24_RDBFL22 0xF006288C          MC 24 Read Data and Bit Flip Register 22
MTU_MC24_RDBFL23 0xF006288E          MC 24 Read Data and Bit Flip Register 23
MTU_MC24_RDBFL24 0xF0062890          MC 24 Read Data and Bit Flip Register 24
MTU_MC24_RDBFL25 0xF0062892          MC 24 Read Data and Bit Flip Register 25
MTU_MC24_RDBFL26 0xF0062894          MC 24 Read Data and Bit Flip Register 26
MTU_MC24_RDBFL27 0xF0062896          MC 24 Read Data and Bit Flip Register 27
MTU_MC24_RDBFL28 0xF0062898          MC 24 Read Data and Bit Flip Register 28
MTU_MC24_RDBFL29 0xF006289A          MC 24 Read Data and Bit Flip Register 29
MTU_MC24_RDBFL30 0xF006289C          MC 24 Read Data and Bit Flip Register 30
MTU_MC24_RDBFL31 0xF006289E          MC 24 Read Data and Bit Flip Register 31
MTU_MC24_RDBFL32 0xF00628A0          MC 24 Read Data and Bit Flip Register 32
MTU_MC24_RDBFL33 0xF00628A2          MC 24 Read Data and Bit Flip Register 33
MTU_MC24_RDBFL34 0xF00628A4          MC 24 Read Data and Bit Flip Register 34
MTU_MC24_RDBFL35 0xF00628A6          MC 24 Read Data and Bit Flip Register 35
MTU_MC24_RDBFL36 0xF00628A8          MC 24 Read Data and Bit Flip Register 36
MTU_MC24_RDBFL37 0xF00628AA          MC 24 Read Data and Bit Flip Register 37
MTU_MC24_RDBFL38 0xF00628AC          MC 24 Read Data and Bit Flip Register 38
MTU_MC24_RDBFL39 0xF00628AE          MC 24 Read Data and Bit Flip Register 39
MTU_MC24_RDBFL40 0xF00628B0          MC 24 Read Data and Bit Flip Register 40
MTU_MC24_RDBFL41 0xF00628B2          MC 24 Read Data and Bit Flip Register 41
MTU_MC24_RDBFL42 0xF00628B4          MC 24 Read Data and Bit Flip Register 42
MTU_MC24_RDBFL43 0xF00628B6          MC 24 Read Data and Bit Flip Register 43
MTU_MC24_RDBFL44 0xF00628B8          MC 24 Read Data and Bit Flip Register 44
MTU_MC24_RDBFL45 0xF00628BA          MC 24 Read Data and Bit Flip Register 45
MTU_MC24_RDBFL46 0xF00628BC          MC 24 Read Data and Bit Flip Register 46
MTU_MC24_RDBFL47 0xF00628BE          MC 24 Read Data and Bit Flip Register 47
MTU_MC24_RDBFL48 0xF00628C0          MC 24 Read Data and Bit Flip Register 48
MTU_MC24_RDBFL49 0xF00628C2          MC 24 Read Data and Bit Flip Register 49
MTU_MC24_RDBFL50 0xF00628C4          MC 24 Read Data and Bit Flip Register 50
MTU_MC24_RDBFL51 0xF00628C6          MC 24 Read Data and Bit Flip Register 51
MTU_MC24_RDBFL52 0xF00628C8          MC 24 Read Data and Bit Flip Register 52
MTU_MC24_RDBFL53 0xF00628CA          MC 24 Read Data and Bit Flip Register 53
MTU_MC24_RDBFL54 0xF00628CC          MC 24 Read Data and Bit Flip Register 54
MTU_MC24_RDBFL55 0xF00628CE          MC 24 Read Data and Bit Flip Register 55
MTU_MC24_RDBFL56 0xF00628D0          MC 24 Read Data and Bit Flip Register 56
MTU_MC24_RDBFL57 0xF00628D2          MC 24 Read Data and Bit Flip Register 57
MTU_MC24_RDBFL58 0xF00628D4          MC 24 Read Data and Bit Flip Register 58
MTU_MC24_RDBFL59 0xF00628D6          MC 24 Read Data and Bit Flip Register 59
MTU_MC24_RDBFL60 0xF00628D8          MC 24 Read Data and Bit Flip Register 60
MTU_MC24_RDBFL61 0xF00628DA          MC 24 Read Data and Bit Flip Register 61
MTU_MC24_RDBFL62 0xF00628DC          MC 24 Read Data and Bit Flip Register 62
MTU_MC24_RDBFL63 0xF00628DE          MC 24 Read Data and Bit Flip Register 63
MTU_MC24_RDBFL64 0xF00628E0          MC 24 Read Data and Bit Flip Register 64
MTU_MC24_RDBFL65 0xF00628E2          MC 24 Read Data and Bit Flip Register 65
MTU_MC24_RDBFL66 0xF00628E4          MC 24 Read Data and Bit Flip Register 66
MTU_MC24_ALMSRCS 0xF00628EE          MC 24 Alarm Sources Configuration Register
MTU_MC24_FAULTSTS 0xF00628F0          MC 24 SSH Safety Faults Status Register
MTU_MC24_ERRINFO0 0xF00628F2          MC 24 Error Information Register 0
MTU_MC24_ERRINFO1 0xF00628F4          MC 24 Error Information Register 1
MTU_MC24_ERRINFO2 0xF00628F6          MC 24 Error Information Register 2
MTU_MC24_ERRINFO3 0xF00628F8          MC 24 Error Information Register 3
MTU_MC24_ERRINFO4 0xF00628FA          MC 24 Error Information Register 4
MTU_MC25_CONFIG0 0xF0062900          MC 25 Configuration Register 0
MTU_MC25_CONFIG1 0xF0062902          MC 25 Configuration Register 1
MTU_MC25_MCONTROL 0xF0062904          MC 25 MBIST Control Register
MTU_MC25_MSTATUS 0xF0062906          MC 25 Status Register
MTU_MC25_RANGE  0xF0062908          MC 25 Range Register, single address mode
MTU_MC25_REVID  0xF006290C          MC 25 Revision ID Register
MTU_MC25_ECCS   0xF006290E          MC 25 ECC Safety Register
MTU_MC25_ECCD   0xF0062910          MC 25 Memory ECC Detection Register
MTU_MC25_ETRR0  0xF0062912          MC 25 Error Tracking Register 0
MTU_MC25_ETRR1  0xF0062914          MC 25 Error Tracking Register 1
MTU_MC25_ETRR2  0xF0062916          MC 25 Error Tracking Register 2
MTU_MC25_ETRR3  0xF0062918          MC 25 Error Tracking Register 3
MTU_MC25_ETRR4  0xF006291A          MC 25 Error Tracking Register 4
MTU_MC25_RDBFL0 0xF0062960          MC 25 Read Data and Bit Flip Register 0
MTU_MC25_RDBFL1 0xF0062962          MC 25 Read Data and Bit Flip Register 1
MTU_MC25_RDBFL2 0xF0062964          MC 25 Read Data and Bit Flip Register 2
MTU_MC25_RDBFL3 0xF0062966          MC 25 Read Data and Bit Flip Register 3
MTU_MC25_RDBFL4 0xF0062968          MC 25 Read Data and Bit Flip Register 4
MTU_MC25_RDBFL5 0xF006296A          MC 25 Read Data and Bit Flip Register 5
MTU_MC25_RDBFL6 0xF006296C          MC 25 Read Data and Bit Flip Register 6
MTU_MC25_RDBFL7 0xF006296E          MC 25 Read Data and Bit Flip Register 7
MTU_MC25_RDBFL8 0xF0062970          MC 25 Read Data and Bit Flip Register 8
MTU_MC25_RDBFL9 0xF0062972          MC 25 Read Data and Bit Flip Register 9
MTU_MC25_RDBFL10 0xF0062974          MC 25 Read Data and Bit Flip Register 10
MTU_MC25_RDBFL11 0xF0062976          MC 25 Read Data and Bit Flip Register 11
MTU_MC25_RDBFL12 0xF0062978          MC 25 Read Data and Bit Flip Register 12
MTU_MC25_RDBFL13 0xF006297A          MC 25 Read Data and Bit Flip Register 13
MTU_MC25_RDBFL14 0xF006297C          MC 25 Read Data and Bit Flip Register 14
MTU_MC25_RDBFL15 0xF006297E          MC 25 Read Data and Bit Flip Register 15
MTU_MC25_RDBFL16 0xF0062980          MC 25 Read Data and Bit Flip Register 16
MTU_MC25_RDBFL17 0xF0062982          MC 25 Read Data and Bit Flip Register 17
MTU_MC25_RDBFL18 0xF0062984          MC 25 Read Data and Bit Flip Register 18
MTU_MC25_RDBFL19 0xF0062986          MC 25 Read Data and Bit Flip Register 19
MTU_MC25_RDBFL20 0xF0062988          MC 25 Read Data and Bit Flip Register 20
MTU_MC25_RDBFL21 0xF006298A          MC 25 Read Data and Bit Flip Register 21
MTU_MC25_RDBFL22 0xF006298C          MC 25 Read Data and Bit Flip Register 22
MTU_MC25_RDBFL23 0xF006298E          MC 25 Read Data and Bit Flip Register 23
MTU_MC25_RDBFL24 0xF0062990          MC 25 Read Data and Bit Flip Register 24
MTU_MC25_RDBFL25 0xF0062992          MC 25 Read Data and Bit Flip Register 25
MTU_MC25_RDBFL26 0xF0062994          MC 25 Read Data and Bit Flip Register 26
MTU_MC25_RDBFL27 0xF0062996          MC 25 Read Data and Bit Flip Register 27
MTU_MC25_RDBFL28 0xF0062998          MC 25 Read Data and Bit Flip Register 28
MTU_MC25_RDBFL29 0xF006299A          MC 25 Read Data and Bit Flip Register 29
MTU_MC25_RDBFL30 0xF006299C          MC 25 Read Data and Bit Flip Register 30
MTU_MC25_RDBFL31 0xF006299E          MC 25 Read Data and Bit Flip Register 31
MTU_MC25_RDBFL32 0xF00629A0          MC 25 Read Data and Bit Flip Register 32
MTU_MC25_RDBFL33 0xF00629A2          MC 25 Read Data and Bit Flip Register 33
MTU_MC25_RDBFL34 0xF00629A4          MC 25 Read Data and Bit Flip Register 34
MTU_MC25_RDBFL35 0xF00629A6          MC 25 Read Data and Bit Flip Register 35
MTU_MC25_RDBFL36 0xF00629A8          MC 25 Read Data and Bit Flip Register 36
MTU_MC25_RDBFL37 0xF00629AA          MC 25 Read Data and Bit Flip Register 37
MTU_MC25_RDBFL38 0xF00629AC          MC 25 Read Data and Bit Flip Register 38
MTU_MC25_RDBFL39 0xF00629AE          MC 25 Read Data and Bit Flip Register 39
MTU_MC25_RDBFL40 0xF00629B0          MC 25 Read Data and Bit Flip Register 40
MTU_MC25_RDBFL41 0xF00629B2          MC 25 Read Data and Bit Flip Register 41
MTU_MC25_RDBFL42 0xF00629B4          MC 25 Read Data and Bit Flip Register 42
MTU_MC25_RDBFL43 0xF00629B6          MC 25 Read Data and Bit Flip Register 43
MTU_MC25_RDBFL44 0xF00629B8          MC 25 Read Data and Bit Flip Register 44
MTU_MC25_RDBFL45 0xF00629BA          MC 25 Read Data and Bit Flip Register 45
MTU_MC25_RDBFL46 0xF00629BC          MC 25 Read Data and Bit Flip Register 46
MTU_MC25_RDBFL47 0xF00629BE          MC 25 Read Data and Bit Flip Register 47
MTU_MC25_RDBFL48 0xF00629C0          MC 25 Read Data and Bit Flip Register 48
MTU_MC25_RDBFL49 0xF00629C2          MC 25 Read Data and Bit Flip Register 49
MTU_MC25_RDBFL50 0xF00629C4          MC 25 Read Data and Bit Flip Register 50
MTU_MC25_RDBFL51 0xF00629C6          MC 25 Read Data and Bit Flip Register 51
MTU_MC25_RDBFL52 0xF00629C8          MC 25 Read Data and Bit Flip Register 52
MTU_MC25_RDBFL53 0xF00629CA          MC 25 Read Data and Bit Flip Register 53
MTU_MC25_RDBFL54 0xF00629CC          MC 25 Read Data and Bit Flip Register 54
MTU_MC25_RDBFL55 0xF00629CE          MC 25 Read Data and Bit Flip Register 55
MTU_MC25_RDBFL56 0xF00629D0          MC 25 Read Data and Bit Flip Register 56
MTU_MC25_RDBFL57 0xF00629D2          MC 25 Read Data and Bit Flip Register 57
MTU_MC25_RDBFL58 0xF00629D4          MC 25 Read Data and Bit Flip Register 58
MTU_MC25_RDBFL59 0xF00629D6          MC 25 Read Data and Bit Flip Register 59
MTU_MC25_RDBFL60 0xF00629D8          MC 25 Read Data and Bit Flip Register 60
MTU_MC25_RDBFL61 0xF00629DA          MC 25 Read Data and Bit Flip Register 61
MTU_MC25_RDBFL62 0xF00629DC          MC 25 Read Data and Bit Flip Register 62
MTU_MC25_RDBFL63 0xF00629DE          MC 25 Read Data and Bit Flip Register 63
MTU_MC25_RDBFL64 0xF00629E0          MC 25 Read Data and Bit Flip Register 64
MTU_MC25_RDBFL65 0xF00629E2          MC 25 Read Data and Bit Flip Register 65
MTU_MC25_RDBFL66 0xF00629E4          MC 25 Read Data and Bit Flip Register 66
MTU_MC25_ALMSRCS 0xF00629EE          MC 25 Alarm Sources Configuration Register
MTU_MC25_FAULTSTS 0xF00629F0          MC 25 SSH Safety Faults Status Register
MTU_MC25_ERRINFO0 0xF00629F2          MC 25 Error Information Register 0
MTU_MC25_ERRINFO1 0xF00629F4          MC 25 Error Information Register 1
MTU_MC25_ERRINFO2 0xF00629F6          MC 25 Error Information Register 2
MTU_MC25_ERRINFO3 0xF00629F8          MC 25 Error Information Register 3
MTU_MC25_ERRINFO4 0xF00629FA          MC 25 Error Information Register 4
MTU_MC26_CONFIG0 0xF0062A00          MC 26 Configuration Register 0
MTU_MC26_CONFIG1 0xF0062A02          MC 26 Configuration Register 1
MTU_MC26_MCONTROL 0xF0062A04          MC 26 MBIST Control Register
MTU_MC26_MSTATUS 0xF0062A06          MC 26 Status Register
MTU_MC26_RANGE  0xF0062A08          MC 26 Range Register, single address mode
MTU_MC26_REVID  0xF0062A0C          MC 26 Revision ID Register
MTU_MC26_ECCS   0xF0062A0E          MC 26 ECC Safety Register
MTU_MC26_ECCD   0xF0062A10          MC 26 Memory ECC Detection Register
MTU_MC26_ETRR0  0xF0062A12          MC 26 Error Tracking Register 0
MTU_MC26_ETRR1  0xF0062A14          MC 26 Error Tracking Register 1
MTU_MC26_ETRR2  0xF0062A16          MC 26 Error Tracking Register 2
MTU_MC26_ETRR3  0xF0062A18          MC 26 Error Tracking Register 3
MTU_MC26_ETRR4  0xF0062A1A          MC 26 Error Tracking Register 4
MTU_MC26_RDBFL0 0xF0062A60          MC 26 Read Data and Bit Flip Register 0
MTU_MC26_RDBFL1 0xF0062A62          MC 26 Read Data and Bit Flip Register 1
MTU_MC26_RDBFL2 0xF0062A64          MC 26 Read Data and Bit Flip Register 2
MTU_MC26_RDBFL3 0xF0062A66          MC 26 Read Data and Bit Flip Register 3
MTU_MC26_RDBFL4 0xF0062A68          MC 26 Read Data and Bit Flip Register 4
MTU_MC26_RDBFL5 0xF0062A6A          MC 26 Read Data and Bit Flip Register 5
MTU_MC26_RDBFL6 0xF0062A6C          MC 26 Read Data and Bit Flip Register 6
MTU_MC26_RDBFL7 0xF0062A6E          MC 26 Read Data and Bit Flip Register 7
MTU_MC26_RDBFL8 0xF0062A70          MC 26 Read Data and Bit Flip Register 8
MTU_MC26_RDBFL9 0xF0062A72          MC 26 Read Data and Bit Flip Register 9
MTU_MC26_RDBFL10 0xF0062A74          MC 26 Read Data and Bit Flip Register 10
MTU_MC26_RDBFL11 0xF0062A76          MC 26 Read Data and Bit Flip Register 11
MTU_MC26_RDBFL12 0xF0062A78          MC 26 Read Data and Bit Flip Register 12
MTU_MC26_RDBFL13 0xF0062A7A          MC 26 Read Data and Bit Flip Register 13
MTU_MC26_RDBFL14 0xF0062A7C          MC 26 Read Data and Bit Flip Register 14
MTU_MC26_RDBFL15 0xF0062A7E          MC 26 Read Data and Bit Flip Register 15
MTU_MC26_RDBFL16 0xF0062A80          MC 26 Read Data and Bit Flip Register 16
MTU_MC26_RDBFL17 0xF0062A82          MC 26 Read Data and Bit Flip Register 17
MTU_MC26_RDBFL18 0xF0062A84          MC 26 Read Data and Bit Flip Register 18
MTU_MC26_RDBFL19 0xF0062A86          MC 26 Read Data and Bit Flip Register 19
MTU_MC26_RDBFL20 0xF0062A88          MC 26 Read Data and Bit Flip Register 20
MTU_MC26_RDBFL21 0xF0062A8A          MC 26 Read Data and Bit Flip Register 21
MTU_MC26_RDBFL22 0xF0062A8C          MC 26 Read Data and Bit Flip Register 22
MTU_MC26_RDBFL23 0xF0062A8E          MC 26 Read Data and Bit Flip Register 23
MTU_MC26_RDBFL24 0xF0062A90          MC 26 Read Data and Bit Flip Register 24
MTU_MC26_RDBFL25 0xF0062A92          MC 26 Read Data and Bit Flip Register 25
MTU_MC26_RDBFL26 0xF0062A94          MC 26 Read Data and Bit Flip Register 26
MTU_MC26_RDBFL27 0xF0062A96          MC 26 Read Data and Bit Flip Register 27
MTU_MC26_RDBFL28 0xF0062A98          MC 26 Read Data and Bit Flip Register 28
MTU_MC26_RDBFL29 0xF0062A9A          MC 26 Read Data and Bit Flip Register 29
MTU_MC26_RDBFL30 0xF0062A9C          MC 26 Read Data and Bit Flip Register 30
MTU_MC26_RDBFL31 0xF0062A9E          MC 26 Read Data and Bit Flip Register 31
MTU_MC26_RDBFL32 0xF0062AA0          MC 26 Read Data and Bit Flip Register 32
MTU_MC26_RDBFL33 0xF0062AA2          MC 26 Read Data and Bit Flip Register 33
MTU_MC26_RDBFL34 0xF0062AA4          MC 26 Read Data and Bit Flip Register 34
MTU_MC26_RDBFL35 0xF0062AA6          MC 26 Read Data and Bit Flip Register 35
MTU_MC26_RDBFL36 0xF0062AA8          MC 26 Read Data and Bit Flip Register 36
MTU_MC26_RDBFL37 0xF0062AAA          MC 26 Read Data and Bit Flip Register 37
MTU_MC26_RDBFL38 0xF0062AAC          MC 26 Read Data and Bit Flip Register 38
MTU_MC26_RDBFL39 0xF0062AAE          MC 26 Read Data and Bit Flip Register 39
MTU_MC26_RDBFL40 0xF0062AB0          MC 26 Read Data and Bit Flip Register 40
MTU_MC26_RDBFL41 0xF0062AB2          MC 26 Read Data and Bit Flip Register 41
MTU_MC26_RDBFL42 0xF0062AB4          MC 26 Read Data and Bit Flip Register 42
MTU_MC26_RDBFL43 0xF0062AB6          MC 26 Read Data and Bit Flip Register 43
MTU_MC26_RDBFL44 0xF0062AB8          MC 26 Read Data and Bit Flip Register 44
MTU_MC26_RDBFL45 0xF0062ABA          MC 26 Read Data and Bit Flip Register 45
MTU_MC26_RDBFL46 0xF0062ABC          MC 26 Read Data and Bit Flip Register 46
MTU_MC26_RDBFL47 0xF0062ABE          MC 26 Read Data and Bit Flip Register 47
MTU_MC26_RDBFL48 0xF0062AC0          MC 26 Read Data and Bit Flip Register 48
MTU_MC26_RDBFL49 0xF0062AC2          MC 26 Read Data and Bit Flip Register 49
MTU_MC26_RDBFL50 0xF0062AC4          MC 26 Read Data and Bit Flip Register 50
MTU_MC26_RDBFL51 0xF0062AC6          MC 26 Read Data and Bit Flip Register 51
MTU_MC26_RDBFL52 0xF0062AC8          MC 26 Read Data and Bit Flip Register 52
MTU_MC26_RDBFL53 0xF0062ACA          MC 26 Read Data and Bit Flip Register 53
MTU_MC26_RDBFL54 0xF0062ACC          MC 26 Read Data and Bit Flip Register 54
MTU_MC26_RDBFL55 0xF0062ACE          MC 26 Read Data and Bit Flip Register 55
MTU_MC26_RDBFL56 0xF0062AD0          MC 26 Read Data and Bit Flip Register 56
MTU_MC26_RDBFL57 0xF0062AD2          MC 26 Read Data and Bit Flip Register 57
MTU_MC26_RDBFL58 0xF0062AD4          MC 26 Read Data and Bit Flip Register 58
MTU_MC26_RDBFL59 0xF0062AD6          MC 26 Read Data and Bit Flip Register 59
MTU_MC26_RDBFL60 0xF0062AD8          MC 26 Read Data and Bit Flip Register 60
MTU_MC26_RDBFL61 0xF0062ADA          MC 26 Read Data and Bit Flip Register 61
MTU_MC26_RDBFL62 0xF0062ADC          MC 26 Read Data and Bit Flip Register 62
MTU_MC26_RDBFL63 0xF0062ADE          MC 26 Read Data and Bit Flip Register 63
MTU_MC26_RDBFL64 0xF0062AE0          MC 26 Read Data and Bit Flip Register 64
MTU_MC26_RDBFL65 0xF0062AE2          MC 26 Read Data and Bit Flip Register 65
MTU_MC26_RDBFL66 0xF0062AE4          MC 26 Read Data and Bit Flip Register 66
MTU_MC26_ALMSRCS 0xF0062AEE          MC 26 Alarm Sources Configuration Register
MTU_MC26_FAULTSTS 0xF0062AF0          MC 26 SSH Safety Faults Status Register
MTU_MC26_ERRINFO0 0xF0062AF2          MC 26 Error Information Register 0
MTU_MC26_ERRINFO1 0xF0062AF4          MC 26 Error Information Register 1
MTU_MC26_ERRINFO2 0xF0062AF6          MC 26 Error Information Register 2
MTU_MC26_ERRINFO3 0xF0062AF8          MC 26 Error Information Register 3
MTU_MC26_ERRINFO4 0xF0062AFA          MC 26 Error Information Register 4
MTU_MC27_CONFIG0 0xF0062B00          MC 27 Configuration Register 0
MTU_MC27_CONFIG1 0xF0062B02          MC 27 Configuration Register 1
MTU_MC27_MCONTROL 0xF0062B04          MC 27 MBIST Control Register
MTU_MC27_MSTATUS 0xF0062B06          MC 27 Status Register
MTU_MC27_RANGE  0xF0062B08          MC 27 Range Register, single address mode
MTU_MC27_REVID  0xF0062B0C          MC 27 Revision ID Register
MTU_MC27_ECCS   0xF0062B0E          MC 27 ECC Safety Register
MTU_MC27_ECCD   0xF0062B10          MC 27 Memory ECC Detection Register
MTU_MC27_ETRR0  0xF0062B12          MC 27 Error Tracking Register 0
MTU_MC27_ETRR1  0xF0062B14          MC 27 Error Tracking Register 1
MTU_MC27_ETRR2  0xF0062B16          MC 27 Error Tracking Register 2
MTU_MC27_ETRR3  0xF0062B18          MC 27 Error Tracking Register 3
MTU_MC27_ETRR4  0xF0062B1A          MC 27 Error Tracking Register 4
MTU_MC27_RDBFL0 0xF0062B60          MC 27 Read Data and Bit Flip Register 0
MTU_MC27_RDBFL1 0xF0062B62          MC 27 Read Data and Bit Flip Register 1
MTU_MC27_RDBFL2 0xF0062B64          MC 27 Read Data and Bit Flip Register 2
MTU_MC27_RDBFL3 0xF0062B66          MC 27 Read Data and Bit Flip Register 3
MTU_MC27_RDBFL4 0xF0062B68          MC 27 Read Data and Bit Flip Register 4
MTU_MC27_RDBFL5 0xF0062B6A          MC 27 Read Data and Bit Flip Register 5
MTU_MC27_RDBFL6 0xF0062B6C          MC 27 Read Data and Bit Flip Register 6
MTU_MC27_RDBFL7 0xF0062B6E          MC 27 Read Data and Bit Flip Register 7
MTU_MC27_RDBFL8 0xF0062B70          MC 27 Read Data and Bit Flip Register 8
MTU_MC27_RDBFL9 0xF0062B72          MC 27 Read Data and Bit Flip Register 9
MTU_MC27_RDBFL10 0xF0062B74          MC 27 Read Data and Bit Flip Register 10
MTU_MC27_RDBFL11 0xF0062B76          MC 27 Read Data and Bit Flip Register 11
MTU_MC27_RDBFL12 0xF0062B78          MC 27 Read Data and Bit Flip Register 12
MTU_MC27_RDBFL13 0xF0062B7A          MC 27 Read Data and Bit Flip Register 13
MTU_MC27_RDBFL14 0xF0062B7C          MC 27 Read Data and Bit Flip Register 14
MTU_MC27_RDBFL15 0xF0062B7E          MC 27 Read Data and Bit Flip Register 15
MTU_MC27_RDBFL16 0xF0062B80          MC 27 Read Data and Bit Flip Register 16
MTU_MC27_RDBFL17 0xF0062B82          MC 27 Read Data and Bit Flip Register 17
MTU_MC27_RDBFL18 0xF0062B84          MC 27 Read Data and Bit Flip Register 18
MTU_MC27_RDBFL19 0xF0062B86          MC 27 Read Data and Bit Flip Register 19
MTU_MC27_RDBFL20 0xF0062B88          MC 27 Read Data and Bit Flip Register 20
MTU_MC27_RDBFL21 0xF0062B8A          MC 27 Read Data and Bit Flip Register 21
MTU_MC27_RDBFL22 0xF0062B8C          MC 27 Read Data and Bit Flip Register 22
MTU_MC27_RDBFL23 0xF0062B8E          MC 27 Read Data and Bit Flip Register 23
MTU_MC27_RDBFL24 0xF0062B90          MC 27 Read Data and Bit Flip Register 24
MTU_MC27_RDBFL25 0xF0062B92          MC 27 Read Data and Bit Flip Register 25
MTU_MC27_RDBFL26 0xF0062B94          MC 27 Read Data and Bit Flip Register 26
MTU_MC27_RDBFL27 0xF0062B96          MC 27 Read Data and Bit Flip Register 27
MTU_MC27_RDBFL28 0xF0062B98          MC 27 Read Data and Bit Flip Register 28
MTU_MC27_RDBFL29 0xF0062B9A          MC 27 Read Data and Bit Flip Register 29
MTU_MC27_RDBFL30 0xF0062B9C          MC 27 Read Data and Bit Flip Register 30
MTU_MC27_RDBFL31 0xF0062B9E          MC 27 Read Data and Bit Flip Register 31
MTU_MC27_RDBFL32 0xF0062BA0          MC 27 Read Data and Bit Flip Register 32
MTU_MC27_RDBFL33 0xF0062BA2          MC 27 Read Data and Bit Flip Register 33
MTU_MC27_RDBFL34 0xF0062BA4          MC 27 Read Data and Bit Flip Register 34
MTU_MC27_RDBFL35 0xF0062BA6          MC 27 Read Data and Bit Flip Register 35
MTU_MC27_RDBFL36 0xF0062BA8          MC 27 Read Data and Bit Flip Register 36
MTU_MC27_RDBFL37 0xF0062BAA          MC 27 Read Data and Bit Flip Register 37
MTU_MC27_RDBFL38 0xF0062BAC          MC 27 Read Data and Bit Flip Register 38
MTU_MC27_RDBFL39 0xF0062BAE          MC 27 Read Data and Bit Flip Register 39
MTU_MC27_RDBFL40 0xF0062BB0          MC 27 Read Data and Bit Flip Register 40
MTU_MC27_RDBFL41 0xF0062BB2          MC 27 Read Data and Bit Flip Register 41
MTU_MC27_RDBFL42 0xF0062BB4          MC 27 Read Data and Bit Flip Register 42
MTU_MC27_RDBFL43 0xF0062BB6          MC 27 Read Data and Bit Flip Register 43
MTU_MC27_RDBFL44 0xF0062BB8          MC 27 Read Data and Bit Flip Register 44
MTU_MC27_RDBFL45 0xF0062BBA          MC 27 Read Data and Bit Flip Register 45
MTU_MC27_RDBFL46 0xF0062BBC          MC 27 Read Data and Bit Flip Register 46
MTU_MC27_RDBFL47 0xF0062BBE          MC 27 Read Data and Bit Flip Register 47
MTU_MC27_RDBFL48 0xF0062BC0          MC 27 Read Data and Bit Flip Register 48
MTU_MC27_RDBFL49 0xF0062BC2          MC 27 Read Data and Bit Flip Register 49
MTU_MC27_RDBFL50 0xF0062BC4          MC 27 Read Data and Bit Flip Register 50
MTU_MC27_RDBFL51 0xF0062BC6          MC 27 Read Data and Bit Flip Register 51
MTU_MC27_RDBFL52 0xF0062BC8          MC 27 Read Data and Bit Flip Register 52
MTU_MC27_RDBFL53 0xF0062BCA          MC 27 Read Data and Bit Flip Register 53
MTU_MC27_RDBFL54 0xF0062BCC          MC 27 Read Data and Bit Flip Register 54
MTU_MC27_RDBFL55 0xF0062BCE          MC 27 Read Data and Bit Flip Register 55
MTU_MC27_RDBFL56 0xF0062BD0          MC 27 Read Data and Bit Flip Register 56
MTU_MC27_RDBFL57 0xF0062BD2          MC 27 Read Data and Bit Flip Register 57
MTU_MC27_RDBFL58 0xF0062BD4          MC 27 Read Data and Bit Flip Register 58
MTU_MC27_RDBFL59 0xF0062BD6          MC 27 Read Data and Bit Flip Register 59
MTU_MC27_RDBFL60 0xF0062BD8          MC 27 Read Data and Bit Flip Register 60
MTU_MC27_RDBFL61 0xF0062BDA          MC 27 Read Data and Bit Flip Register 61
MTU_MC27_RDBFL62 0xF0062BDC          MC 27 Read Data and Bit Flip Register 62
MTU_MC27_RDBFL63 0xF0062BDE          MC 27 Read Data and Bit Flip Register 63
MTU_MC27_RDBFL64 0xF0062BE0          MC 27 Read Data and Bit Flip Register 64
MTU_MC27_RDBFL65 0xF0062BE2          MC 27 Read Data and Bit Flip Register 65
MTU_MC27_RDBFL66 0xF0062BE4          MC 27 Read Data and Bit Flip Register 66
MTU_MC27_ALMSRCS 0xF0062BEE          MC 27 Alarm Sources Configuration Register
MTU_MC27_FAULTSTS 0xF0062BF0          MC 27 SSH Safety Faults Status Register
MTU_MC27_ERRINFO0 0xF0062BF2          MC 27 Error Information Register 0
MTU_MC27_ERRINFO1 0xF0062BF4          MC 27 Error Information Register 1
MTU_MC27_ERRINFO2 0xF0062BF6          MC 27 Error Information Register 2
MTU_MC27_ERRINFO3 0xF0062BF8          MC 27 Error Information Register 3
MTU_MC27_ERRINFO4 0xF0062BFA          MC 27 Error Information Register 4
MTU_MC28_CONFIG0 0xF0062C00          MC 28 Configuration Register 0
MTU_MC28_CONFIG1 0xF0062C02          MC 28 Configuration Register 1
MTU_MC28_MCONTROL 0xF0062C04          MC 28 MBIST Control Register
MTU_MC28_MSTATUS 0xF0062C06          MC 28 Status Register
MTU_MC28_RANGE  0xF0062C08          MC 28 Range Register, single address mode
MTU_MC28_REVID  0xF0062C0C          MC 28 Revision ID Register
MTU_MC28_ECCS   0xF0062C0E          MC 28 ECC Safety Register
MTU_MC28_ECCD   0xF0062C10          MC 28 Memory ECC Detection Register
MTU_MC28_ETRR0  0xF0062C12          MC 28 Error Tracking Register 0
MTU_MC28_ETRR1  0xF0062C14          MC 28 Error Tracking Register 1
MTU_MC28_ETRR2  0xF0062C16          MC 28 Error Tracking Register 2
MTU_MC28_ETRR3  0xF0062C18          MC 28 Error Tracking Register 3
MTU_MC28_ETRR4  0xF0062C1A          MC 28 Error Tracking Register 4
MTU_MC28_RDBFL0 0xF0062C60          MC 28 Read Data and Bit Flip Register 0
MTU_MC28_RDBFL1 0xF0062C62          MC 28 Read Data and Bit Flip Register 1
MTU_MC28_RDBFL2 0xF0062C64          MC 28 Read Data and Bit Flip Register 2
MTU_MC28_RDBFL3 0xF0062C66          MC 28 Read Data and Bit Flip Register 3
MTU_MC28_RDBFL4 0xF0062C68          MC 28 Read Data and Bit Flip Register 4
MTU_MC28_RDBFL5 0xF0062C6A          MC 28 Read Data and Bit Flip Register 5
MTU_MC28_RDBFL6 0xF0062C6C          MC 28 Read Data and Bit Flip Register 6
MTU_MC28_RDBFL7 0xF0062C6E          MC 28 Read Data and Bit Flip Register 7
MTU_MC28_RDBFL8 0xF0062C70          MC 28 Read Data and Bit Flip Register 8
MTU_MC28_RDBFL9 0xF0062C72          MC 28 Read Data and Bit Flip Register 9
MTU_MC28_RDBFL10 0xF0062C74          MC 28 Read Data and Bit Flip Register 10
MTU_MC28_RDBFL11 0xF0062C76          MC 28 Read Data and Bit Flip Register 11
MTU_MC28_RDBFL12 0xF0062C78          MC 28 Read Data and Bit Flip Register 12
MTU_MC28_RDBFL13 0xF0062C7A          MC 28 Read Data and Bit Flip Register 13
MTU_MC28_RDBFL14 0xF0062C7C          MC 28 Read Data and Bit Flip Register 14
MTU_MC28_RDBFL15 0xF0062C7E          MC 28 Read Data and Bit Flip Register 15
MTU_MC28_RDBFL16 0xF0062C80          MC 28 Read Data and Bit Flip Register 16
MTU_MC28_RDBFL17 0xF0062C82          MC 28 Read Data and Bit Flip Register 17
MTU_MC28_RDBFL18 0xF0062C84          MC 28 Read Data and Bit Flip Register 18
MTU_MC28_RDBFL19 0xF0062C86          MC 28 Read Data and Bit Flip Register 19
MTU_MC28_RDBFL20 0xF0062C88          MC 28 Read Data and Bit Flip Register 20
MTU_MC28_RDBFL21 0xF0062C8A          MC 28 Read Data and Bit Flip Register 21
MTU_MC28_RDBFL22 0xF0062C8C          MC 28 Read Data and Bit Flip Register 22
MTU_MC28_RDBFL23 0xF0062C8E          MC 28 Read Data and Bit Flip Register 23
MTU_MC28_RDBFL24 0xF0062C90          MC 28 Read Data and Bit Flip Register 24
MTU_MC28_RDBFL25 0xF0062C92          MC 28 Read Data and Bit Flip Register 25
MTU_MC28_RDBFL26 0xF0062C94          MC 28 Read Data and Bit Flip Register 26
MTU_MC28_RDBFL27 0xF0062C96          MC 28 Read Data and Bit Flip Register 27
MTU_MC28_RDBFL28 0xF0062C98          MC 28 Read Data and Bit Flip Register 28
MTU_MC28_RDBFL29 0xF0062C9A          MC 28 Read Data and Bit Flip Register 29
MTU_MC28_RDBFL30 0xF0062C9C          MC 28 Read Data and Bit Flip Register 30
MTU_MC28_RDBFL31 0xF0062C9E          MC 28 Read Data and Bit Flip Register 31
MTU_MC28_RDBFL32 0xF0062CA0          MC 28 Read Data and Bit Flip Register 32
MTU_MC28_RDBFL33 0xF0062CA2          MC 28 Read Data and Bit Flip Register 33
MTU_MC28_RDBFL34 0xF0062CA4          MC 28 Read Data and Bit Flip Register 34
MTU_MC28_RDBFL35 0xF0062CA6          MC 28 Read Data and Bit Flip Register 35
MTU_MC28_RDBFL36 0xF0062CA8          MC 28 Read Data and Bit Flip Register 36
MTU_MC28_RDBFL37 0xF0062CAA          MC 28 Read Data and Bit Flip Register 37
MTU_MC28_RDBFL38 0xF0062CAC          MC 28 Read Data and Bit Flip Register 38
MTU_MC28_RDBFL39 0xF0062CAE          MC 28 Read Data and Bit Flip Register 39
MTU_MC28_RDBFL40 0xF0062CB0          MC 28 Read Data and Bit Flip Register 40
MTU_MC28_RDBFL41 0xF0062CB2          MC 28 Read Data and Bit Flip Register 41
MTU_MC28_RDBFL42 0xF0062CB4          MC 28 Read Data and Bit Flip Register 42
MTU_MC28_RDBFL43 0xF0062CB6          MC 28 Read Data and Bit Flip Register 43
MTU_MC28_RDBFL44 0xF0062CB8          MC 28 Read Data and Bit Flip Register 44
MTU_MC28_RDBFL45 0xF0062CBA          MC 28 Read Data and Bit Flip Register 45
MTU_MC28_RDBFL46 0xF0062CBC          MC 28 Read Data and Bit Flip Register 46
MTU_MC28_RDBFL47 0xF0062CBE          MC 28 Read Data and Bit Flip Register 47
MTU_MC28_RDBFL48 0xF0062CC0          MC 28 Read Data and Bit Flip Register 48
MTU_MC28_RDBFL49 0xF0062CC2          MC 28 Read Data and Bit Flip Register 49
MTU_MC28_RDBFL50 0xF0062CC4          MC 28 Read Data and Bit Flip Register 50
MTU_MC28_RDBFL51 0xF0062CC6          MC 28 Read Data and Bit Flip Register 51
MTU_MC28_RDBFL52 0xF0062CC8          MC 28 Read Data and Bit Flip Register 52
MTU_MC28_RDBFL53 0xF0062CCA          MC 28 Read Data and Bit Flip Register 53
MTU_MC28_RDBFL54 0xF0062CCC          MC 28 Read Data and Bit Flip Register 54
MTU_MC28_RDBFL55 0xF0062CCE          MC 28 Read Data and Bit Flip Register 55
MTU_MC28_RDBFL56 0xF0062CD0          MC 28 Read Data and Bit Flip Register 56
MTU_MC28_RDBFL57 0xF0062CD2          MC 28 Read Data and Bit Flip Register 57
MTU_MC28_RDBFL58 0xF0062CD4          MC 28 Read Data and Bit Flip Register 58
MTU_MC28_RDBFL59 0xF0062CD6          MC 28 Read Data and Bit Flip Register 59
MTU_MC28_RDBFL60 0xF0062CD8          MC 28 Read Data and Bit Flip Register 60
MTU_MC28_RDBFL61 0xF0062CDA          MC 28 Read Data and Bit Flip Register 61
MTU_MC28_RDBFL62 0xF0062CDC          MC 28 Read Data and Bit Flip Register 62
MTU_MC28_RDBFL63 0xF0062CDE          MC 28 Read Data and Bit Flip Register 63
MTU_MC28_RDBFL64 0xF0062CE0          MC 28 Read Data and Bit Flip Register 64
MTU_MC28_RDBFL65 0xF0062CE2          MC 28 Read Data and Bit Flip Register 65
MTU_MC28_RDBFL66 0xF0062CE4          MC 28 Read Data and Bit Flip Register 66
MTU_MC28_ALMSRCS 0xF0062CEE          MC 28 Alarm Sources Configuration Register
MTU_MC28_FAULTSTS 0xF0062CF0          MC 28 SSH Safety Faults Status Register
MTU_MC28_ERRINFO0 0xF0062CF2          MC 28 Error Information Register 0
MTU_MC28_ERRINFO1 0xF0062CF4          MC 28 Error Information Register 1
MTU_MC28_ERRINFO2 0xF0062CF6          MC 28 Error Information Register 2
MTU_MC28_ERRINFO3 0xF0062CF8          MC 28 Error Information Register 3
MTU_MC28_ERRINFO4 0xF0062CFA          MC 28 Error Information Register 4
MTU_MC29_CONFIG0 0xF0062D00          MC 29 Configuration Register 0
MTU_MC29_CONFIG1 0xF0062D02          MC 29 Configuration Register 1
MTU_MC29_MCONTROL 0xF0062D04          MC 29 MBIST Control Register
MTU_MC29_MSTATUS 0xF0062D06          MC 29 Status Register
MTU_MC29_RANGE  0xF0062D08          MC 29 Range Register, single address mode
MTU_MC29_REVID  0xF0062D0C          MC 29 Revision ID Register
MTU_MC29_ECCS   0xF0062D0E          MC 29 ECC Safety Register
MTU_MC29_ECCD   0xF0062D10          MC 29 Memory ECC Detection Register
MTU_MC29_ETRR0  0xF0062D12          MC 29 Error Tracking Register 0
MTU_MC29_ETRR1  0xF0062D14          MC 29 Error Tracking Register 1
MTU_MC29_ETRR2  0xF0062D16          MC 29 Error Tracking Register 2
MTU_MC29_ETRR3  0xF0062D18          MC 29 Error Tracking Register 3
MTU_MC29_ETRR4  0xF0062D1A          MC 29 Error Tracking Register 4
MTU_MC29_RDBFL0 0xF0062D60          MC 29 Read Data and Bit Flip Register 0
MTU_MC29_RDBFL1 0xF0062D62          MC 29 Read Data and Bit Flip Register 1
MTU_MC29_RDBFL2 0xF0062D64          MC 29 Read Data and Bit Flip Register 2
MTU_MC29_RDBFL3 0xF0062D66          MC 29 Read Data and Bit Flip Register 3
MTU_MC29_RDBFL4 0xF0062D68          MC 29 Read Data and Bit Flip Register 4
MTU_MC29_RDBFL5 0xF0062D6A          MC 29 Read Data and Bit Flip Register 5
MTU_MC29_RDBFL6 0xF0062D6C          MC 29 Read Data and Bit Flip Register 6
MTU_MC29_RDBFL7 0xF0062D6E          MC 29 Read Data and Bit Flip Register 7
MTU_MC29_RDBFL8 0xF0062D70          MC 29 Read Data and Bit Flip Register 8
MTU_MC29_RDBFL9 0xF0062D72          MC 29 Read Data and Bit Flip Register 9
MTU_MC29_RDBFL10 0xF0062D74          MC 29 Read Data and Bit Flip Register 10
MTU_MC29_RDBFL11 0xF0062D76          MC 29 Read Data and Bit Flip Register 11
MTU_MC29_RDBFL12 0xF0062D78          MC 29 Read Data and Bit Flip Register 12
MTU_MC29_RDBFL13 0xF0062D7A          MC 29 Read Data and Bit Flip Register 13
MTU_MC29_RDBFL14 0xF0062D7C          MC 29 Read Data and Bit Flip Register 14
MTU_MC29_RDBFL15 0xF0062D7E          MC 29 Read Data and Bit Flip Register 15
MTU_MC29_RDBFL16 0xF0062D80          MC 29 Read Data and Bit Flip Register 16
MTU_MC29_RDBFL17 0xF0062D82          MC 29 Read Data and Bit Flip Register 17
MTU_MC29_RDBFL18 0xF0062D84          MC 29 Read Data and Bit Flip Register 18
MTU_MC29_RDBFL19 0xF0062D86          MC 29 Read Data and Bit Flip Register 19
MTU_MC29_RDBFL20 0xF0062D88          MC 29 Read Data and Bit Flip Register 20
MTU_MC29_RDBFL21 0xF0062D8A          MC 29 Read Data and Bit Flip Register 21
MTU_MC29_RDBFL22 0xF0062D8C          MC 29 Read Data and Bit Flip Register 22
MTU_MC29_RDBFL23 0xF0062D8E          MC 29 Read Data and Bit Flip Register 23
MTU_MC29_RDBFL24 0xF0062D90          MC 29 Read Data and Bit Flip Register 24
MTU_MC29_RDBFL25 0xF0062D92          MC 29 Read Data and Bit Flip Register 25
MTU_MC29_RDBFL26 0xF0062D94          MC 29 Read Data and Bit Flip Register 26
MTU_MC29_RDBFL27 0xF0062D96          MC 29 Read Data and Bit Flip Register 27
MTU_MC29_RDBFL28 0xF0062D98          MC 29 Read Data and Bit Flip Register 28
MTU_MC29_RDBFL29 0xF0062D9A          MC 29 Read Data and Bit Flip Register 29
MTU_MC29_RDBFL30 0xF0062D9C          MC 29 Read Data and Bit Flip Register 30
MTU_MC29_RDBFL31 0xF0062D9E          MC 29 Read Data and Bit Flip Register 31
MTU_MC29_RDBFL32 0xF0062DA0          MC 29 Read Data and Bit Flip Register 32
MTU_MC29_RDBFL33 0xF0062DA2          MC 29 Read Data and Bit Flip Register 33
MTU_MC29_RDBFL34 0xF0062DA4          MC 29 Read Data and Bit Flip Register 34
MTU_MC29_RDBFL35 0xF0062DA6          MC 29 Read Data and Bit Flip Register 35
MTU_MC29_RDBFL36 0xF0062DA8          MC 29 Read Data and Bit Flip Register 36
MTU_MC29_RDBFL37 0xF0062DAA          MC 29 Read Data and Bit Flip Register 37
MTU_MC29_RDBFL38 0xF0062DAC          MC 29 Read Data and Bit Flip Register 38
MTU_MC29_RDBFL39 0xF0062DAE          MC 29 Read Data and Bit Flip Register 39
MTU_MC29_RDBFL40 0xF0062DB0          MC 29 Read Data and Bit Flip Register 40
MTU_MC29_RDBFL41 0xF0062DB2          MC 29 Read Data and Bit Flip Register 41
MTU_MC29_RDBFL42 0xF0062DB4          MC 29 Read Data and Bit Flip Register 42
MTU_MC29_RDBFL43 0xF0062DB6          MC 29 Read Data and Bit Flip Register 43
MTU_MC29_RDBFL44 0xF0062DB8          MC 29 Read Data and Bit Flip Register 44
MTU_MC29_RDBFL45 0xF0062DBA          MC 29 Read Data and Bit Flip Register 45
MTU_MC29_RDBFL46 0xF0062DBC          MC 29 Read Data and Bit Flip Register 46
MTU_MC29_RDBFL47 0xF0062DBE          MC 29 Read Data and Bit Flip Register 47
MTU_MC29_RDBFL48 0xF0062DC0          MC 29 Read Data and Bit Flip Register 48
MTU_MC29_RDBFL49 0xF0062DC2          MC 29 Read Data and Bit Flip Register 49
MTU_MC29_RDBFL50 0xF0062DC4          MC 29 Read Data and Bit Flip Register 50
MTU_MC29_RDBFL51 0xF0062DC6          MC 29 Read Data and Bit Flip Register 51
MTU_MC29_RDBFL52 0xF0062DC8          MC 29 Read Data and Bit Flip Register 52
MTU_MC29_RDBFL53 0xF0062DCA          MC 29 Read Data and Bit Flip Register 53
MTU_MC29_RDBFL54 0xF0062DCC          MC 29 Read Data and Bit Flip Register 54
MTU_MC29_RDBFL55 0xF0062DCE          MC 29 Read Data and Bit Flip Register 55
MTU_MC29_RDBFL56 0xF0062DD0          MC 29 Read Data and Bit Flip Register 56
MTU_MC29_RDBFL57 0xF0062DD2          MC 29 Read Data and Bit Flip Register 57
MTU_MC29_RDBFL58 0xF0062DD4          MC 29 Read Data and Bit Flip Register 58
MTU_MC29_RDBFL59 0xF0062DD6          MC 29 Read Data and Bit Flip Register 59
MTU_MC29_RDBFL60 0xF0062DD8          MC 29 Read Data and Bit Flip Register 60
MTU_MC29_RDBFL61 0xF0062DDA          MC 29 Read Data and Bit Flip Register 61
MTU_MC29_RDBFL62 0xF0062DDC          MC 29 Read Data and Bit Flip Register 62
MTU_MC29_RDBFL63 0xF0062DDE          MC 29 Read Data and Bit Flip Register 63
MTU_MC29_RDBFL64 0xF0062DE0          MC 29 Read Data and Bit Flip Register 64
MTU_MC29_RDBFL65 0xF0062DE2          MC 29 Read Data and Bit Flip Register 65
MTU_MC29_RDBFL66 0xF0062DE4          MC 29 Read Data and Bit Flip Register 66
MTU_MC29_ALMSRCS 0xF0062DEE          MC 29 Alarm Sources Configuration Register
MTU_MC29_FAULTSTS 0xF0062DF0          MC 29 SSH Safety Faults Status Register
MTU_MC29_ERRINFO0 0xF0062DF2          MC 29 Error Information Register 0
MTU_MC29_ERRINFO1 0xF0062DF4          MC 29 Error Information Register 1
MTU_MC29_ERRINFO2 0xF0062DF6          MC 29 Error Information Register 2
MTU_MC29_ERRINFO3 0xF0062DF8          MC 29 Error Information Register 3
MTU_MC29_ERRINFO4 0xF0062DFA          MC 29 Error Information Register 4
MTU_MC30_CONFIG0 0xF0062E00          MC 30 Configuration Register 0
MTU_MC30_CONFIG1 0xF0062E02          MC 30 Configuration Register 1
MTU_MC30_MCONTROL 0xF0062E04          MC 30 MBIST Control Register
MTU_MC30_MSTATUS 0xF0062E06          MC 30 Status Register
MTU_MC30_RANGE  0xF0062E08          MC 30 Range Register, single address mode
MTU_MC30_REVID  0xF0062E0C          MC 30 Revision ID Register
MTU_MC30_ECCS   0xF0062E0E          MC 30 ECC Safety Register
MTU_MC30_ECCD   0xF0062E10          MC 30 Memory ECC Detection Register
MTU_MC30_ETRR0  0xF0062E12          MC 30 Error Tracking Register 0
MTU_MC30_ETRR1  0xF0062E14          MC 30 Error Tracking Register 1
MTU_MC30_ETRR2  0xF0062E16          MC 30 Error Tracking Register 2
MTU_MC30_ETRR3  0xF0062E18          MC 30 Error Tracking Register 3
MTU_MC30_ETRR4  0xF0062E1A          MC 30 Error Tracking Register 4
MTU_MC30_RDBFL0 0xF0062E60          MC 30 Read Data and Bit Flip Register 0
MTU_MC30_RDBFL1 0xF0062E62          MC 30 Read Data and Bit Flip Register 1
MTU_MC30_RDBFL2 0xF0062E64          MC 30 Read Data and Bit Flip Register 2
MTU_MC30_RDBFL3 0xF0062E66          MC 30 Read Data and Bit Flip Register 3
MTU_MC30_RDBFL4 0xF0062E68          MC 30 Read Data and Bit Flip Register 4
MTU_MC30_RDBFL5 0xF0062E6A          MC 30 Read Data and Bit Flip Register 5
MTU_MC30_RDBFL6 0xF0062E6C          MC 30 Read Data and Bit Flip Register 6
MTU_MC30_RDBFL7 0xF0062E6E          MC 30 Read Data and Bit Flip Register 7
MTU_MC30_RDBFL8 0xF0062E70          MC 30 Read Data and Bit Flip Register 8
MTU_MC30_RDBFL9 0xF0062E72          MC 30 Read Data and Bit Flip Register 9
MTU_MC30_RDBFL10 0xF0062E74          MC 30 Read Data and Bit Flip Register 10
MTU_MC30_RDBFL11 0xF0062E76          MC 30 Read Data and Bit Flip Register 11
MTU_MC30_RDBFL12 0xF0062E78          MC 30 Read Data and Bit Flip Register 12
MTU_MC30_RDBFL13 0xF0062E7A          MC 30 Read Data and Bit Flip Register 13
MTU_MC30_RDBFL14 0xF0062E7C          MC 30 Read Data and Bit Flip Register 14
MTU_MC30_RDBFL15 0xF0062E7E          MC 30 Read Data and Bit Flip Register 15
MTU_MC30_RDBFL16 0xF0062E80          MC 30 Read Data and Bit Flip Register 16
MTU_MC30_RDBFL17 0xF0062E82          MC 30 Read Data and Bit Flip Register 17
MTU_MC30_RDBFL18 0xF0062E84          MC 30 Read Data and Bit Flip Register 18
MTU_MC30_RDBFL19 0xF0062E86          MC 30 Read Data and Bit Flip Register 19
MTU_MC30_RDBFL20 0xF0062E88          MC 30 Read Data and Bit Flip Register 20
MTU_MC30_RDBFL21 0xF0062E8A          MC 30 Read Data and Bit Flip Register 21
MTU_MC30_RDBFL22 0xF0062E8C          MC 30 Read Data and Bit Flip Register 22
MTU_MC30_RDBFL23 0xF0062E8E          MC 30 Read Data and Bit Flip Register 23
MTU_MC30_RDBFL24 0xF0062E90          MC 30 Read Data and Bit Flip Register 24
MTU_MC30_RDBFL25 0xF0062E92          MC 30 Read Data and Bit Flip Register 25
MTU_MC30_RDBFL26 0xF0062E94          MC 30 Read Data and Bit Flip Register 26
MTU_MC30_RDBFL27 0xF0062E96          MC 30 Read Data and Bit Flip Register 27
MTU_MC30_RDBFL28 0xF0062E98          MC 30 Read Data and Bit Flip Register 28
MTU_MC30_RDBFL29 0xF0062E9A          MC 30 Read Data and Bit Flip Register 29
MTU_MC30_RDBFL30 0xF0062E9C          MC 30 Read Data and Bit Flip Register 30
MTU_MC30_RDBFL31 0xF0062E9E          MC 30 Read Data and Bit Flip Register 31
MTU_MC30_RDBFL32 0xF0062EA0          MC 30 Read Data and Bit Flip Register 32
MTU_MC30_RDBFL33 0xF0062EA2          MC 30 Read Data and Bit Flip Register 33
MTU_MC30_RDBFL34 0xF0062EA4          MC 30 Read Data and Bit Flip Register 34
MTU_MC30_RDBFL35 0xF0062EA6          MC 30 Read Data and Bit Flip Register 35
MTU_MC30_RDBFL36 0xF0062EA8          MC 30 Read Data and Bit Flip Register 36
MTU_MC30_RDBFL37 0xF0062EAA          MC 30 Read Data and Bit Flip Register 37
MTU_MC30_RDBFL38 0xF0062EAC          MC 30 Read Data and Bit Flip Register 38
MTU_MC30_RDBFL39 0xF0062EAE          MC 30 Read Data and Bit Flip Register 39
MTU_MC30_RDBFL40 0xF0062EB0          MC 30 Read Data and Bit Flip Register 40
MTU_MC30_RDBFL41 0xF0062EB2          MC 30 Read Data and Bit Flip Register 41
MTU_MC30_RDBFL42 0xF0062EB4          MC 30 Read Data and Bit Flip Register 42
MTU_MC30_RDBFL43 0xF0062EB6          MC 30 Read Data and Bit Flip Register 43
MTU_MC30_RDBFL44 0xF0062EB8          MC 30 Read Data and Bit Flip Register 44
MTU_MC30_RDBFL45 0xF0062EBA          MC 30 Read Data and Bit Flip Register 45
MTU_MC30_RDBFL46 0xF0062EBC          MC 30 Read Data and Bit Flip Register 46
MTU_MC30_RDBFL47 0xF0062EBE          MC 30 Read Data and Bit Flip Register 47
MTU_MC30_RDBFL48 0xF0062EC0          MC 30 Read Data and Bit Flip Register 48
MTU_MC30_RDBFL49 0xF0062EC2          MC 30 Read Data and Bit Flip Register 49
MTU_MC30_RDBFL50 0xF0062EC4          MC 30 Read Data and Bit Flip Register 50
MTU_MC30_RDBFL51 0xF0062EC6          MC 30 Read Data and Bit Flip Register 51
MTU_MC30_RDBFL52 0xF0062EC8          MC 30 Read Data and Bit Flip Register 52
MTU_MC30_RDBFL53 0xF0062ECA          MC 30 Read Data and Bit Flip Register 53
MTU_MC30_RDBFL54 0xF0062ECC          MC 30 Read Data and Bit Flip Register 54
MTU_MC30_RDBFL55 0xF0062ECE          MC 30 Read Data and Bit Flip Register 55
MTU_MC30_RDBFL56 0xF0062ED0          MC 30 Read Data and Bit Flip Register 56
MTU_MC30_RDBFL57 0xF0062ED2          MC 30 Read Data and Bit Flip Register 57
MTU_MC30_RDBFL58 0xF0062ED4          MC 30 Read Data and Bit Flip Register 58
MTU_MC30_RDBFL59 0xF0062ED6          MC 30 Read Data and Bit Flip Register 59
MTU_MC30_RDBFL60 0xF0062ED8          MC 30 Read Data and Bit Flip Register 60
MTU_MC30_RDBFL61 0xF0062EDA          MC 30 Read Data and Bit Flip Register 61
MTU_MC30_RDBFL62 0xF0062EDC          MC 30 Read Data and Bit Flip Register 62
MTU_MC30_RDBFL63 0xF0062EDE          MC 30 Read Data and Bit Flip Register 63
MTU_MC30_RDBFL64 0xF0062EE0          MC 30 Read Data and Bit Flip Register 64
MTU_MC30_RDBFL65 0xF0062EE2          MC 30 Read Data and Bit Flip Register 65
MTU_MC30_RDBFL66 0xF0062EE4          MC 30 Read Data and Bit Flip Register 66
MTU_MC30_ALMSRCS 0xF0062EEE          MC 30 Alarm Sources Configuration Register
MTU_MC30_FAULTSTS 0xF0062EF0          MC 30 SSH Safety Faults Status Register
MTU_MC30_ERRINFO0 0xF0062EF2          MC 30 Error Information Register 0
MTU_MC30_ERRINFO1 0xF0062EF4          MC 30 Error Information Register 1
MTU_MC30_ERRINFO2 0xF0062EF6          MC 30 Error Information Register 2
MTU_MC30_ERRINFO3 0xF0062EF8          MC 30 Error Information Register 3
MTU_MC30_ERRINFO4 0xF0062EFA          MC 30 Error Information Register 4
MTU_MC31_CONFIG0 0xF0062F00          MC 31 Configuration Register 0
MTU_MC31_CONFIG1 0xF0062F02          MC 31 Configuration Register 1
MTU_MC31_MCONTROL 0xF0062F04          MC 31 MBIST Control Register
MTU_MC31_MSTATUS 0xF0062F06          MC 31 Status Register
MTU_MC31_RANGE  0xF0062F08          MC 31 Range Register, single address mode
MTU_MC31_REVID  0xF0062F0C          MC 31 Revision ID Register
MTU_MC31_ECCS   0xF0062F0E          MC 31 ECC Safety Register
MTU_MC31_ECCD   0xF0062F10          MC 31 Memory ECC Detection Register
MTU_MC31_ETRR0  0xF0062F12          MC 31 Error Tracking Register 0
MTU_MC31_ETRR1  0xF0062F14          MC 31 Error Tracking Register 1
MTU_MC31_ETRR2  0xF0062F16          MC 31 Error Tracking Register 2
MTU_MC31_ETRR3  0xF0062F18          MC 31 Error Tracking Register 3
MTU_MC31_ETRR4  0xF0062F1A          MC 31 Error Tracking Register 4
MTU_MC31_RDBFL0 0xF0062F60          MC 31 Read Data and Bit Flip Register 0
MTU_MC31_RDBFL1 0xF0062F62          MC 31 Read Data and Bit Flip Register 1
MTU_MC31_RDBFL2 0xF0062F64          MC 31 Read Data and Bit Flip Register 2
MTU_MC31_RDBFL3 0xF0062F66          MC 31 Read Data and Bit Flip Register 3
MTU_MC31_RDBFL4 0xF0062F68          MC 31 Read Data and Bit Flip Register 4
MTU_MC31_RDBFL5 0xF0062F6A          MC 31 Read Data and Bit Flip Register 5
MTU_MC31_RDBFL6 0xF0062F6C          MC 31 Read Data and Bit Flip Register 6
MTU_MC31_RDBFL7 0xF0062F6E          MC 31 Read Data and Bit Flip Register 7
MTU_MC31_RDBFL8 0xF0062F70          MC 31 Read Data and Bit Flip Register 8
MTU_MC31_RDBFL9 0xF0062F72          MC 31 Read Data and Bit Flip Register 9
MTU_MC31_RDBFL10 0xF0062F74          MC 31 Read Data and Bit Flip Register 10
MTU_MC31_RDBFL11 0xF0062F76          MC 31 Read Data and Bit Flip Register 11
MTU_MC31_RDBFL12 0xF0062F78          MC 31 Read Data and Bit Flip Register 12
MTU_MC31_RDBFL13 0xF0062F7A          MC 31 Read Data and Bit Flip Register 13
MTU_MC31_RDBFL14 0xF0062F7C          MC 31 Read Data and Bit Flip Register 14
MTU_MC31_RDBFL15 0xF0062F7E          MC 31 Read Data and Bit Flip Register 15
MTU_MC31_RDBFL16 0xF0062F80          MC 31 Read Data and Bit Flip Register 16
MTU_MC31_RDBFL17 0xF0062F82          MC 31 Read Data and Bit Flip Register 17
MTU_MC31_RDBFL18 0xF0062F84          MC 31 Read Data and Bit Flip Register 18
MTU_MC31_RDBFL19 0xF0062F86          MC 31 Read Data and Bit Flip Register 19
MTU_MC31_RDBFL20 0xF0062F88          MC 31 Read Data and Bit Flip Register 20
MTU_MC31_RDBFL21 0xF0062F8A          MC 31 Read Data and Bit Flip Register 21
MTU_MC31_RDBFL22 0xF0062F8C          MC 31 Read Data and Bit Flip Register 22
MTU_MC31_RDBFL23 0xF0062F8E          MC 31 Read Data and Bit Flip Register 23
MTU_MC31_RDBFL24 0xF0062F90          MC 31 Read Data and Bit Flip Register 24
MTU_MC31_RDBFL25 0xF0062F92          MC 31 Read Data and Bit Flip Register 25
MTU_MC31_RDBFL26 0xF0062F94          MC 31 Read Data and Bit Flip Register 26
MTU_MC31_RDBFL27 0xF0062F96          MC 31 Read Data and Bit Flip Register 27
MTU_MC31_RDBFL28 0xF0062F98          MC 31 Read Data and Bit Flip Register 28
MTU_MC31_RDBFL29 0xF0062F9A          MC 31 Read Data and Bit Flip Register 29
MTU_MC31_RDBFL30 0xF0062F9C          MC 31 Read Data and Bit Flip Register 30
MTU_MC31_RDBFL31 0xF0062F9E          MC 31 Read Data and Bit Flip Register 31
MTU_MC31_RDBFL32 0xF0062FA0          MC 31 Read Data and Bit Flip Register 32
MTU_MC31_RDBFL33 0xF0062FA2          MC 31 Read Data and Bit Flip Register 33
MTU_MC31_RDBFL34 0xF0062FA4          MC 31 Read Data and Bit Flip Register 34
MTU_MC31_RDBFL35 0xF0062FA6          MC 31 Read Data and Bit Flip Register 35
MTU_MC31_RDBFL36 0xF0062FA8          MC 31 Read Data and Bit Flip Register 36
MTU_MC31_RDBFL37 0xF0062FAA          MC 31 Read Data and Bit Flip Register 37
MTU_MC31_RDBFL38 0xF0062FAC          MC 31 Read Data and Bit Flip Register 38
MTU_MC31_RDBFL39 0xF0062FAE          MC 31 Read Data and Bit Flip Register 39
MTU_MC31_RDBFL40 0xF0062FB0          MC 31 Read Data and Bit Flip Register 40
MTU_MC31_RDBFL41 0xF0062FB2          MC 31 Read Data and Bit Flip Register 41
MTU_MC31_RDBFL42 0xF0062FB4          MC 31 Read Data and Bit Flip Register 42
MTU_MC31_RDBFL43 0xF0062FB6          MC 31 Read Data and Bit Flip Register 43
MTU_MC31_RDBFL44 0xF0062FB8          MC 31 Read Data and Bit Flip Register 44
MTU_MC31_RDBFL45 0xF0062FBA          MC 31 Read Data and Bit Flip Register 45
MTU_MC31_RDBFL46 0xF0062FBC          MC 31 Read Data and Bit Flip Register 46
MTU_MC31_RDBFL47 0xF0062FBE          MC 31 Read Data and Bit Flip Register 47
MTU_MC31_RDBFL48 0xF0062FC0          MC 31 Read Data and Bit Flip Register 48
MTU_MC31_RDBFL49 0xF0062FC2          MC 31 Read Data and Bit Flip Register 49
MTU_MC31_RDBFL50 0xF0062FC4          MC 31 Read Data and Bit Flip Register 50
MTU_MC31_RDBFL51 0xF0062FC6          MC 31 Read Data and Bit Flip Register 51
MTU_MC31_RDBFL52 0xF0062FC8          MC 31 Read Data and Bit Flip Register 52
MTU_MC31_RDBFL53 0xF0062FCA          MC 31 Read Data and Bit Flip Register 53
MTU_MC31_RDBFL54 0xF0062FCC          MC 31 Read Data and Bit Flip Register 54
MTU_MC31_RDBFL55 0xF0062FCE          MC 31 Read Data and Bit Flip Register 55
MTU_MC31_RDBFL56 0xF0062FD0          MC 31 Read Data and Bit Flip Register 56
MTU_MC31_RDBFL57 0xF0062FD2          MC 31 Read Data and Bit Flip Register 57
MTU_MC31_RDBFL58 0xF0062FD4          MC 31 Read Data and Bit Flip Register 58
MTU_MC31_RDBFL59 0xF0062FD6          MC 31 Read Data and Bit Flip Register 59
MTU_MC31_RDBFL60 0xF0062FD8          MC 31 Read Data and Bit Flip Register 60
MTU_MC31_RDBFL61 0xF0062FDA          MC 31 Read Data and Bit Flip Register 61
MTU_MC31_RDBFL62 0xF0062FDC          MC 31 Read Data and Bit Flip Register 62
MTU_MC31_RDBFL63 0xF0062FDE          MC 31 Read Data and Bit Flip Register 63
MTU_MC31_RDBFL64 0xF0062FE0          MC 31 Read Data and Bit Flip Register 64
MTU_MC31_RDBFL65 0xF0062FE2          MC 31 Read Data and Bit Flip Register 65
MTU_MC31_RDBFL66 0xF0062FE4          MC 31 Read Data and Bit Flip Register 66
MTU_MC31_ALMSRCS 0xF0062FEE          MC 31 Alarm Sources Configuration Register
MTU_MC31_FAULTSTS 0xF0062FF0          MC 31 SSH Safety Faults Status Register
MTU_MC31_ERRINFO0 0xF0062FF2          MC 31 Error Information Register 0
MTU_MC31_ERRINFO1 0xF0062FF4          MC 31 Error Information Register 1
MTU_MC31_ERRINFO2 0xF0062FF6          MC 31 Error Information Register 2
MTU_MC31_ERRINFO3 0xF0062FF8          MC 31 Error Information Register 3
MTU_MC31_ERRINFO4 0xF0062FFA          MC 31 Error Information Register 4
MTU_MC32_CONFIG0 0xF0063000          MC 32 Configuration Register 0
MTU_MC32_CONFIG1 0xF0063002          MC 32 Configuration Register 1
MTU_MC32_MCONTROL 0xF0063004          MC 32 MBIST Control Register
MTU_MC32_MSTATUS 0xF0063006          MC 32 Status Register
MTU_MC32_RANGE  0xF0063008          MC 32 Range Register, single address mode
MTU_MC32_REVID  0xF006300C          MC 32 Revision ID Register
MTU_MC32_ECCS   0xF006300E          MC 32 ECC Safety Register
MTU_MC32_ECCD   0xF0063010          MC 32 Memory ECC Detection Register
MTU_MC32_ETRR0  0xF0063012          MC 32 Error Tracking Register 0
MTU_MC32_ETRR1  0xF0063014          MC 32 Error Tracking Register 1
MTU_MC32_ETRR2  0xF0063016          MC 32 Error Tracking Register 2
MTU_MC32_ETRR3  0xF0063018          MC 32 Error Tracking Register 3
MTU_MC32_ETRR4  0xF006301A          MC 32 Error Tracking Register 4
MTU_MC32_RDBFL0 0xF0063060          MC 32 Read Data and Bit Flip Register 0
MTU_MC32_RDBFL1 0xF0063062          MC 32 Read Data and Bit Flip Register 1
MTU_MC32_RDBFL2 0xF0063064          MC 32 Read Data and Bit Flip Register 2
MTU_MC32_RDBFL3 0xF0063066          MC 32 Read Data and Bit Flip Register 3
MTU_MC32_RDBFL4 0xF0063068          MC 32 Read Data and Bit Flip Register 4
MTU_MC32_RDBFL5 0xF006306A          MC 32 Read Data and Bit Flip Register 5
MTU_MC32_RDBFL6 0xF006306C          MC 32 Read Data and Bit Flip Register 6
MTU_MC32_RDBFL7 0xF006306E          MC 32 Read Data and Bit Flip Register 7
MTU_MC32_RDBFL8 0xF0063070          MC 32 Read Data and Bit Flip Register 8
MTU_MC32_RDBFL9 0xF0063072          MC 32 Read Data and Bit Flip Register 9
MTU_MC32_RDBFL10 0xF0063074          MC 32 Read Data and Bit Flip Register 10
MTU_MC32_RDBFL11 0xF0063076          MC 32 Read Data and Bit Flip Register 11
MTU_MC32_RDBFL12 0xF0063078          MC 32 Read Data and Bit Flip Register 12
MTU_MC32_RDBFL13 0xF006307A          MC 32 Read Data and Bit Flip Register 13
MTU_MC32_RDBFL14 0xF006307C          MC 32 Read Data and Bit Flip Register 14
MTU_MC32_RDBFL15 0xF006307E          MC 32 Read Data and Bit Flip Register 15
MTU_MC32_RDBFL16 0xF0063080          MC 32 Read Data and Bit Flip Register 16
MTU_MC32_RDBFL17 0xF0063082          MC 32 Read Data and Bit Flip Register 17
MTU_MC32_RDBFL18 0xF0063084          MC 32 Read Data and Bit Flip Register 18
MTU_MC32_RDBFL19 0xF0063086          MC 32 Read Data and Bit Flip Register 19
MTU_MC32_RDBFL20 0xF0063088          MC 32 Read Data and Bit Flip Register 20
MTU_MC32_RDBFL21 0xF006308A          MC 32 Read Data and Bit Flip Register 21
MTU_MC32_RDBFL22 0xF006308C          MC 32 Read Data and Bit Flip Register 22
MTU_MC32_RDBFL23 0xF006308E          MC 32 Read Data and Bit Flip Register 23
MTU_MC32_RDBFL24 0xF0063090          MC 32 Read Data and Bit Flip Register 24
MTU_MC32_RDBFL25 0xF0063092          MC 32 Read Data and Bit Flip Register 25
MTU_MC32_RDBFL26 0xF0063094          MC 32 Read Data and Bit Flip Register 26
MTU_MC32_RDBFL27 0xF0063096          MC 32 Read Data and Bit Flip Register 27
MTU_MC32_RDBFL28 0xF0063098          MC 32 Read Data and Bit Flip Register 28
MTU_MC32_RDBFL29 0xF006309A          MC 32 Read Data and Bit Flip Register 29
MTU_MC32_RDBFL30 0xF006309C          MC 32 Read Data and Bit Flip Register 30
MTU_MC32_RDBFL31 0xF006309E          MC 32 Read Data and Bit Flip Register 31
MTU_MC32_RDBFL32 0xF00630A0          MC 32 Read Data and Bit Flip Register 32
MTU_MC32_RDBFL33 0xF00630A2          MC 32 Read Data and Bit Flip Register 33
MTU_MC32_RDBFL34 0xF00630A4          MC 32 Read Data and Bit Flip Register 34
MTU_MC32_RDBFL35 0xF00630A6          MC 32 Read Data and Bit Flip Register 35
MTU_MC32_RDBFL36 0xF00630A8          MC 32 Read Data and Bit Flip Register 36
MTU_MC32_RDBFL37 0xF00630AA          MC 32 Read Data and Bit Flip Register 37
MTU_MC32_RDBFL38 0xF00630AC          MC 32 Read Data and Bit Flip Register 38
MTU_MC32_RDBFL39 0xF00630AE          MC 32 Read Data and Bit Flip Register 39
MTU_MC32_RDBFL40 0xF00630B0          MC 32 Read Data and Bit Flip Register 40
MTU_MC32_RDBFL41 0xF00630B2          MC 32 Read Data and Bit Flip Register 41
MTU_MC32_RDBFL42 0xF00630B4          MC 32 Read Data and Bit Flip Register 42
MTU_MC32_RDBFL43 0xF00630B6          MC 32 Read Data and Bit Flip Register 43
MTU_MC32_RDBFL44 0xF00630B8          MC 32 Read Data and Bit Flip Register 44
MTU_MC32_RDBFL45 0xF00630BA          MC 32 Read Data and Bit Flip Register 45
MTU_MC32_RDBFL46 0xF00630BC          MC 32 Read Data and Bit Flip Register 46
MTU_MC32_RDBFL47 0xF00630BE          MC 32 Read Data and Bit Flip Register 47
MTU_MC32_RDBFL48 0xF00630C0          MC 32 Read Data and Bit Flip Register 48
MTU_MC32_RDBFL49 0xF00630C2          MC 32 Read Data and Bit Flip Register 49
MTU_MC32_RDBFL50 0xF00630C4          MC 32 Read Data and Bit Flip Register 50
MTU_MC32_RDBFL51 0xF00630C6          MC 32 Read Data and Bit Flip Register 51
MTU_MC32_RDBFL52 0xF00630C8          MC 32 Read Data and Bit Flip Register 52
MTU_MC32_RDBFL53 0xF00630CA          MC 32 Read Data and Bit Flip Register 53
MTU_MC32_RDBFL54 0xF00630CC          MC 32 Read Data and Bit Flip Register 54
MTU_MC32_RDBFL55 0xF00630CE          MC 32 Read Data and Bit Flip Register 55
MTU_MC32_RDBFL56 0xF00630D0          MC 32 Read Data and Bit Flip Register 56
MTU_MC32_RDBFL57 0xF00630D2          MC 32 Read Data and Bit Flip Register 57
MTU_MC32_RDBFL58 0xF00630D4          MC 32 Read Data and Bit Flip Register 58
MTU_MC32_RDBFL59 0xF00630D6          MC 32 Read Data and Bit Flip Register 59
MTU_MC32_RDBFL60 0xF00630D8          MC 32 Read Data and Bit Flip Register 60
MTU_MC32_RDBFL61 0xF00630DA          MC 32 Read Data and Bit Flip Register 61
MTU_MC32_RDBFL62 0xF00630DC          MC 32 Read Data and Bit Flip Register 62
MTU_MC32_RDBFL63 0xF00630DE          MC 32 Read Data and Bit Flip Register 63
MTU_MC32_RDBFL64 0xF00630E0          MC 32 Read Data and Bit Flip Register 64
MTU_MC32_RDBFL65 0xF00630E2          MC 32 Read Data and Bit Flip Register 65
MTU_MC32_RDBFL66 0xF00630E4          MC 32 Read Data and Bit Flip Register 66
MTU_MC32_ALMSRCS 0xF00630EE          MC 32 Alarm Sources Configuration Register
MTU_MC32_FAULTSTS 0xF00630F0          MC 32 SSH Safety Faults Status Register
MTU_MC32_ERRINFO0 0xF00630F2          MC 32 Error Information Register 0
MTU_MC32_ERRINFO1 0xF00630F4          MC 32 Error Information Register 1
MTU_MC32_ERRINFO2 0xF00630F6          MC 32 Error Information Register 2
MTU_MC32_ERRINFO3 0xF00630F8          MC 32 Error Information Register 3
MTU_MC32_ERRINFO4 0xF00630FA          MC 32 Error Information Register 4
MTU_MC33_CONFIG0 0xF0063100          MC 33 Configuration Register 0
MTU_MC33_CONFIG1 0xF0063102          MC 33 Configuration Register 1
MTU_MC33_MCONTROL 0xF0063104          MC 33 MBIST Control Register
MTU_MC33_MSTATUS 0xF0063106          MC 33 Status Register
MTU_MC33_RANGE  0xF0063108          MC 33 Range Register, single address mode
MTU_MC33_REVID  0xF006310C          MC 33 Revision ID Register
MTU_MC33_ECCS   0xF006310E          MC 33 ECC Safety Register
MTU_MC33_ECCD   0xF0063110          MC 33 Memory ECC Detection Register
MTU_MC33_ETRR0  0xF0063112          MC 33 Error Tracking Register 0
MTU_MC33_ETRR1  0xF0063114          MC 33 Error Tracking Register 1
MTU_MC33_ETRR2  0xF0063116          MC 33 Error Tracking Register 2
MTU_MC33_ETRR3  0xF0063118          MC 33 Error Tracking Register 3
MTU_MC33_ETRR4  0xF006311A          MC 33 Error Tracking Register 4
MTU_MC33_RDBFL0 0xF0063160          MC 33 Read Data and Bit Flip Register 0
MTU_MC33_RDBFL1 0xF0063162          MC 33 Read Data and Bit Flip Register 1
MTU_MC33_RDBFL2 0xF0063164          MC 33 Read Data and Bit Flip Register 2
MTU_MC33_RDBFL3 0xF0063166          MC 33 Read Data and Bit Flip Register 3
MTU_MC33_RDBFL4 0xF0063168          MC 33 Read Data and Bit Flip Register 4
MTU_MC33_RDBFL5 0xF006316A          MC 33 Read Data and Bit Flip Register 5
MTU_MC33_RDBFL6 0xF006316C          MC 33 Read Data and Bit Flip Register 6
MTU_MC33_RDBFL7 0xF006316E          MC 33 Read Data and Bit Flip Register 7
MTU_MC33_RDBFL8 0xF0063170          MC 33 Read Data and Bit Flip Register 8
MTU_MC33_RDBFL9 0xF0063172          MC 33 Read Data and Bit Flip Register 9
MTU_MC33_RDBFL10 0xF0063174          MC 33 Read Data and Bit Flip Register 10
MTU_MC33_RDBFL11 0xF0063176          MC 33 Read Data and Bit Flip Register 11
MTU_MC33_RDBFL12 0xF0063178          MC 33 Read Data and Bit Flip Register 12
MTU_MC33_RDBFL13 0xF006317A          MC 33 Read Data and Bit Flip Register 13
MTU_MC33_RDBFL14 0xF006317C          MC 33 Read Data and Bit Flip Register 14
MTU_MC33_RDBFL15 0xF006317E          MC 33 Read Data and Bit Flip Register 15
MTU_MC33_RDBFL16 0xF0063180          MC 33 Read Data and Bit Flip Register 16
MTU_MC33_RDBFL17 0xF0063182          MC 33 Read Data and Bit Flip Register 17
MTU_MC33_RDBFL18 0xF0063184          MC 33 Read Data and Bit Flip Register 18
MTU_MC33_RDBFL19 0xF0063186          MC 33 Read Data and Bit Flip Register 19
MTU_MC33_RDBFL20 0xF0063188          MC 33 Read Data and Bit Flip Register 20
MTU_MC33_RDBFL21 0xF006318A          MC 33 Read Data and Bit Flip Register 21
MTU_MC33_RDBFL22 0xF006318C          MC 33 Read Data and Bit Flip Register 22
MTU_MC33_RDBFL23 0xF006318E          MC 33 Read Data and Bit Flip Register 23
MTU_MC33_RDBFL24 0xF0063190          MC 33 Read Data and Bit Flip Register 24
MTU_MC33_RDBFL25 0xF0063192          MC 33 Read Data and Bit Flip Register 25
MTU_MC33_RDBFL26 0xF0063194          MC 33 Read Data and Bit Flip Register 26
MTU_MC33_RDBFL27 0xF0063196          MC 33 Read Data and Bit Flip Register 27
MTU_MC33_RDBFL28 0xF0063198          MC 33 Read Data and Bit Flip Register 28
MTU_MC33_RDBFL29 0xF006319A          MC 33 Read Data and Bit Flip Register 29
MTU_MC33_RDBFL30 0xF006319C          MC 33 Read Data and Bit Flip Register 30
MTU_MC33_RDBFL31 0xF006319E          MC 33 Read Data and Bit Flip Register 31
MTU_MC33_RDBFL32 0xF00631A0          MC 33 Read Data and Bit Flip Register 32
MTU_MC33_RDBFL33 0xF00631A2          MC 33 Read Data and Bit Flip Register 33
MTU_MC33_RDBFL34 0xF00631A4          MC 33 Read Data and Bit Flip Register 34
MTU_MC33_RDBFL35 0xF00631A6          MC 33 Read Data and Bit Flip Register 35
MTU_MC33_RDBFL36 0xF00631A8          MC 33 Read Data and Bit Flip Register 36
MTU_MC33_RDBFL37 0xF00631AA          MC 33 Read Data and Bit Flip Register 37
MTU_MC33_RDBFL38 0xF00631AC          MC 33 Read Data and Bit Flip Register 38
MTU_MC33_RDBFL39 0xF00631AE          MC 33 Read Data and Bit Flip Register 39
MTU_MC33_RDBFL40 0xF00631B0          MC 33 Read Data and Bit Flip Register 40
MTU_MC33_RDBFL41 0xF00631B2          MC 33 Read Data and Bit Flip Register 41
MTU_MC33_RDBFL42 0xF00631B4          MC 33 Read Data and Bit Flip Register 42
MTU_MC33_RDBFL43 0xF00631B6          MC 33 Read Data and Bit Flip Register 43
MTU_MC33_RDBFL44 0xF00631B8          MC 33 Read Data and Bit Flip Register 44
MTU_MC33_RDBFL45 0xF00631BA          MC 33 Read Data and Bit Flip Register 45
MTU_MC33_RDBFL46 0xF00631BC          MC 33 Read Data and Bit Flip Register 46
MTU_MC33_RDBFL47 0xF00631BE          MC 33 Read Data and Bit Flip Register 47
MTU_MC33_RDBFL48 0xF00631C0          MC 33 Read Data and Bit Flip Register 48
MTU_MC33_RDBFL49 0xF00631C2          MC 33 Read Data and Bit Flip Register 49
MTU_MC33_RDBFL50 0xF00631C4          MC 33 Read Data and Bit Flip Register 50
MTU_MC33_RDBFL51 0xF00631C6          MC 33 Read Data and Bit Flip Register 51
MTU_MC33_RDBFL52 0xF00631C8          MC 33 Read Data and Bit Flip Register 52
MTU_MC33_RDBFL53 0xF00631CA          MC 33 Read Data and Bit Flip Register 53
MTU_MC33_RDBFL54 0xF00631CC          MC 33 Read Data and Bit Flip Register 54
MTU_MC33_RDBFL55 0xF00631CE          MC 33 Read Data and Bit Flip Register 55
MTU_MC33_RDBFL56 0xF00631D0          MC 33 Read Data and Bit Flip Register 56
MTU_MC33_RDBFL57 0xF00631D2          MC 33 Read Data and Bit Flip Register 57
MTU_MC33_RDBFL58 0xF00631D4          MC 33 Read Data and Bit Flip Register 58
MTU_MC33_RDBFL59 0xF00631D6          MC 33 Read Data and Bit Flip Register 59
MTU_MC33_RDBFL60 0xF00631D8          MC 33 Read Data and Bit Flip Register 60
MTU_MC33_RDBFL61 0xF00631DA          MC 33 Read Data and Bit Flip Register 61
MTU_MC33_RDBFL62 0xF00631DC          MC 33 Read Data and Bit Flip Register 62
MTU_MC33_RDBFL63 0xF00631DE          MC 33 Read Data and Bit Flip Register 63
MTU_MC33_RDBFL64 0xF00631E0          MC 33 Read Data and Bit Flip Register 64
MTU_MC33_RDBFL65 0xF00631E2          MC 33 Read Data and Bit Flip Register 65
MTU_MC33_RDBFL66 0xF00631E4          MC 33 Read Data and Bit Flip Register 66
MTU_MC33_ALMSRCS 0xF00631EE          MC 33 Alarm Sources Configuration Register
MTU_MC33_FAULTSTS 0xF00631F0          MC 33 SSH Safety Faults Status Register
MTU_MC33_ERRINFO0 0xF00631F2          MC 33 Error Information Register 0
MTU_MC33_ERRINFO1 0xF00631F4          MC 33 Error Information Register 1
MTU_MC33_ERRINFO2 0xF00631F6          MC 33 Error Information Register 2
MTU_MC33_ERRINFO3 0xF00631F8          MC 33 Error Information Register 3
MTU_MC33_ERRINFO4 0xF00631FA          MC 33 Error Information Register 4
MTU_MC34_CONFIG0 0xF0063200          MC 34 Configuration Register 0
MTU_MC34_CONFIG1 0xF0063202          MC 34 Configuration Register 1
MTU_MC34_MCONTROL 0xF0063204          MC 34 MBIST Control Register
MTU_MC34_MSTATUS 0xF0063206          MC 34 Status Register
MTU_MC34_RANGE  0xF0063208          MC 34 Range Register, single address mode
MTU_MC34_REVID  0xF006320C          MC 34 Revision ID Register
MTU_MC34_ECCS   0xF006320E          MC 34 ECC Safety Register
MTU_MC34_ECCD   0xF0063210          MC 34 Memory ECC Detection Register
MTU_MC34_ETRR0  0xF0063212          MC 34 Error Tracking Register 0
MTU_MC34_ETRR1  0xF0063214          MC 34 Error Tracking Register 1
MTU_MC34_ETRR2  0xF0063216          MC 34 Error Tracking Register 2
MTU_MC34_ETRR3  0xF0063218          MC 34 Error Tracking Register 3
MTU_MC34_ETRR4  0xF006321A          MC 34 Error Tracking Register 4
MTU_MC34_RDBFL0 0xF0063260          MC 34 Read Data and Bit Flip Register 0
MTU_MC34_RDBFL1 0xF0063262          MC 34 Read Data and Bit Flip Register 1
MTU_MC34_RDBFL2 0xF0063264          MC 34 Read Data and Bit Flip Register 2
MTU_MC34_RDBFL3 0xF0063266          MC 34 Read Data and Bit Flip Register 3
MTU_MC34_RDBFL4 0xF0063268          MC 34 Read Data and Bit Flip Register 4
MTU_MC34_RDBFL5 0xF006326A          MC 34 Read Data and Bit Flip Register 5
MTU_MC34_RDBFL6 0xF006326C          MC 34 Read Data and Bit Flip Register 6
MTU_MC34_RDBFL7 0xF006326E          MC 34 Read Data and Bit Flip Register 7
MTU_MC34_RDBFL8 0xF0063270          MC 34 Read Data and Bit Flip Register 8
MTU_MC34_RDBFL9 0xF0063272          MC 34 Read Data and Bit Flip Register 9
MTU_MC34_RDBFL10 0xF0063274          MC 34 Read Data and Bit Flip Register 10
MTU_MC34_RDBFL11 0xF0063276          MC 34 Read Data and Bit Flip Register 11
MTU_MC34_RDBFL12 0xF0063278          MC 34 Read Data and Bit Flip Register 12
MTU_MC34_RDBFL13 0xF006327A          MC 34 Read Data and Bit Flip Register 13
MTU_MC34_RDBFL14 0xF006327C          MC 34 Read Data and Bit Flip Register 14
MTU_MC34_RDBFL15 0xF006327E          MC 34 Read Data and Bit Flip Register 15
MTU_MC34_RDBFL16 0xF0063280          MC 34 Read Data and Bit Flip Register 16
MTU_MC34_RDBFL17 0xF0063282          MC 34 Read Data and Bit Flip Register 17
MTU_MC34_RDBFL18 0xF0063284          MC 34 Read Data and Bit Flip Register 18
MTU_MC34_RDBFL19 0xF0063286          MC 34 Read Data and Bit Flip Register 19
MTU_MC34_RDBFL20 0xF0063288          MC 34 Read Data and Bit Flip Register 20
MTU_MC34_RDBFL21 0xF006328A          MC 34 Read Data and Bit Flip Register 21
MTU_MC34_RDBFL22 0xF006328C          MC 34 Read Data and Bit Flip Register 22
MTU_MC34_RDBFL23 0xF006328E          MC 34 Read Data and Bit Flip Register 23
MTU_MC34_RDBFL24 0xF0063290          MC 34 Read Data and Bit Flip Register 24
MTU_MC34_RDBFL25 0xF0063292          MC 34 Read Data and Bit Flip Register 25
MTU_MC34_RDBFL26 0xF0063294          MC 34 Read Data and Bit Flip Register 26
MTU_MC34_RDBFL27 0xF0063296          MC 34 Read Data and Bit Flip Register 27
MTU_MC34_RDBFL28 0xF0063298          MC 34 Read Data and Bit Flip Register 28
MTU_MC34_RDBFL29 0xF006329A          MC 34 Read Data and Bit Flip Register 29
MTU_MC34_RDBFL30 0xF006329C          MC 34 Read Data and Bit Flip Register 30
MTU_MC34_RDBFL31 0xF006329E          MC 34 Read Data and Bit Flip Register 31
MTU_MC34_RDBFL32 0xF00632A0          MC 34 Read Data and Bit Flip Register 32
MTU_MC34_RDBFL33 0xF00632A2          MC 34 Read Data and Bit Flip Register 33
MTU_MC34_RDBFL34 0xF00632A4          MC 34 Read Data and Bit Flip Register 34
MTU_MC34_RDBFL35 0xF00632A6          MC 34 Read Data and Bit Flip Register 35
MTU_MC34_RDBFL36 0xF00632A8          MC 34 Read Data and Bit Flip Register 36
MTU_MC34_RDBFL37 0xF00632AA          MC 34 Read Data and Bit Flip Register 37
MTU_MC34_RDBFL38 0xF00632AC          MC 34 Read Data and Bit Flip Register 38
MTU_MC34_RDBFL39 0xF00632AE          MC 34 Read Data and Bit Flip Register 39
MTU_MC34_RDBFL40 0xF00632B0          MC 34 Read Data and Bit Flip Register 40
MTU_MC34_RDBFL41 0xF00632B2          MC 34 Read Data and Bit Flip Register 41
MTU_MC34_RDBFL42 0xF00632B4          MC 34 Read Data and Bit Flip Register 42
MTU_MC34_RDBFL43 0xF00632B6          MC 34 Read Data and Bit Flip Register 43
MTU_MC34_RDBFL44 0xF00632B8          MC 34 Read Data and Bit Flip Register 44
MTU_MC34_RDBFL45 0xF00632BA          MC 34 Read Data and Bit Flip Register 45
MTU_MC34_RDBFL46 0xF00632BC          MC 34 Read Data and Bit Flip Register 46
MTU_MC34_RDBFL47 0xF00632BE          MC 34 Read Data and Bit Flip Register 47
MTU_MC34_RDBFL48 0xF00632C0          MC 34 Read Data and Bit Flip Register 48
MTU_MC34_RDBFL49 0xF00632C2          MC 34 Read Data and Bit Flip Register 49
MTU_MC34_RDBFL50 0xF00632C4          MC 34 Read Data and Bit Flip Register 50
MTU_MC34_RDBFL51 0xF00632C6          MC 34 Read Data and Bit Flip Register 51
MTU_MC34_RDBFL52 0xF00632C8          MC 34 Read Data and Bit Flip Register 52
MTU_MC34_RDBFL53 0xF00632CA          MC 34 Read Data and Bit Flip Register 53
MTU_MC34_RDBFL54 0xF00632CC          MC 34 Read Data and Bit Flip Register 54
MTU_MC34_RDBFL55 0xF00632CE          MC 34 Read Data and Bit Flip Register 55
MTU_MC34_RDBFL56 0xF00632D0          MC 34 Read Data and Bit Flip Register 56
MTU_MC34_RDBFL57 0xF00632D2          MC 34 Read Data and Bit Flip Register 57
MTU_MC34_RDBFL58 0xF00632D4          MC 34 Read Data and Bit Flip Register 58
MTU_MC34_RDBFL59 0xF00632D6          MC 34 Read Data and Bit Flip Register 59
MTU_MC34_RDBFL60 0xF00632D8          MC 34 Read Data and Bit Flip Register 60
MTU_MC34_RDBFL61 0xF00632DA          MC 34 Read Data and Bit Flip Register 61
MTU_MC34_RDBFL62 0xF00632DC          MC 34 Read Data and Bit Flip Register 62
MTU_MC34_RDBFL63 0xF00632DE          MC 34 Read Data and Bit Flip Register 63
MTU_MC34_RDBFL64 0xF00632E0          MC 34 Read Data and Bit Flip Register 64
MTU_MC34_RDBFL65 0xF00632E2          MC 34 Read Data and Bit Flip Register 65
MTU_MC34_RDBFL66 0xF00632E4          MC 34 Read Data and Bit Flip Register 66
MTU_MC34_ALMSRCS 0xF00632EE          MC 34 Alarm Sources Configuration Register
MTU_MC34_FAULTSTS 0xF00632F0          MC 34 SSH Safety Faults Status Register
MTU_MC34_ERRINFO0 0xF00632F2          MC 34 Error Information Register 0
MTU_MC34_ERRINFO1 0xF00632F4          MC 34 Error Information Register 1
MTU_MC34_ERRINFO2 0xF00632F6          MC 34 Error Information Register 2
MTU_MC34_ERRINFO3 0xF00632F8          MC 34 Error Information Register 3
MTU_MC34_ERRINFO4 0xF00632FA          MC 34 Error Information Register 4
MTU_MC35_CONFIG0 0xF0063300          MC 35 Configuration Register 0
MTU_MC35_CONFIG1 0xF0063302          MC 35 Configuration Register 1
MTU_MC35_MCONTROL 0xF0063304          MC 35 MBIST Control Register
MTU_MC35_MSTATUS 0xF0063306          MC 35 Status Register
MTU_MC35_RANGE  0xF0063308          MC 35 Range Register, single address mode
MTU_MC35_REVID  0xF006330C          MC 35 Revision ID Register
MTU_MC35_ECCS   0xF006330E          MC 35 ECC Safety Register
MTU_MC35_ECCD   0xF0063310          MC 35 Memory ECC Detection Register
MTU_MC35_ETRR0  0xF0063312          MC 35 Error Tracking Register 0
MTU_MC35_ETRR1  0xF0063314          MC 35 Error Tracking Register 1
MTU_MC35_ETRR2  0xF0063316          MC 35 Error Tracking Register 2
MTU_MC35_ETRR3  0xF0063318          MC 35 Error Tracking Register 3
MTU_MC35_ETRR4  0xF006331A          MC 35 Error Tracking Register 4
MTU_MC35_RDBFL0 0xF0063360          MC 35 Read Data and Bit Flip Register 0
MTU_MC35_RDBFL1 0xF0063362          MC 35 Read Data and Bit Flip Register 1
MTU_MC35_RDBFL2 0xF0063364          MC 35 Read Data and Bit Flip Register 2
MTU_MC35_RDBFL3 0xF0063366          MC 35 Read Data and Bit Flip Register 3
MTU_MC35_RDBFL4 0xF0063368          MC 35 Read Data and Bit Flip Register 4
MTU_MC35_RDBFL5 0xF006336A          MC 35 Read Data and Bit Flip Register 5
MTU_MC35_RDBFL6 0xF006336C          MC 35 Read Data and Bit Flip Register 6
MTU_MC35_RDBFL7 0xF006336E          MC 35 Read Data and Bit Flip Register 7
MTU_MC35_RDBFL8 0xF0063370          MC 35 Read Data and Bit Flip Register 8
MTU_MC35_RDBFL9 0xF0063372          MC 35 Read Data and Bit Flip Register 9
MTU_MC35_RDBFL10 0xF0063374          MC 35 Read Data and Bit Flip Register 10
MTU_MC35_RDBFL11 0xF0063376          MC 35 Read Data and Bit Flip Register 11
MTU_MC35_RDBFL12 0xF0063378          MC 35 Read Data and Bit Flip Register 12
MTU_MC35_RDBFL13 0xF006337A          MC 35 Read Data and Bit Flip Register 13
MTU_MC35_RDBFL14 0xF006337C          MC 35 Read Data and Bit Flip Register 14
MTU_MC35_RDBFL15 0xF006337E          MC 35 Read Data and Bit Flip Register 15
MTU_MC35_RDBFL16 0xF0063380          MC 35 Read Data and Bit Flip Register 16
MTU_MC35_RDBFL17 0xF0063382          MC 35 Read Data and Bit Flip Register 17
MTU_MC35_RDBFL18 0xF0063384          MC 35 Read Data and Bit Flip Register 18
MTU_MC35_RDBFL19 0xF0063386          MC 35 Read Data and Bit Flip Register 19
MTU_MC35_RDBFL20 0xF0063388          MC 35 Read Data and Bit Flip Register 20
MTU_MC35_RDBFL21 0xF006338A          MC 35 Read Data and Bit Flip Register 21
MTU_MC35_RDBFL22 0xF006338C          MC 35 Read Data and Bit Flip Register 22
MTU_MC35_RDBFL23 0xF006338E          MC 35 Read Data and Bit Flip Register 23
MTU_MC35_RDBFL24 0xF0063390          MC 35 Read Data and Bit Flip Register 24
MTU_MC35_RDBFL25 0xF0063392          MC 35 Read Data and Bit Flip Register 25
MTU_MC35_RDBFL26 0xF0063394          MC 35 Read Data and Bit Flip Register 26
MTU_MC35_RDBFL27 0xF0063396          MC 35 Read Data and Bit Flip Register 27
MTU_MC35_RDBFL28 0xF0063398          MC 35 Read Data and Bit Flip Register 28
MTU_MC35_RDBFL29 0xF006339A          MC 35 Read Data and Bit Flip Register 29
MTU_MC35_RDBFL30 0xF006339C          MC 35 Read Data and Bit Flip Register 30
MTU_MC35_RDBFL31 0xF006339E          MC 35 Read Data and Bit Flip Register 31
MTU_MC35_RDBFL32 0xF00633A0          MC 35 Read Data and Bit Flip Register 32
MTU_MC35_RDBFL33 0xF00633A2          MC 35 Read Data and Bit Flip Register 33
MTU_MC35_RDBFL34 0xF00633A4          MC 35 Read Data and Bit Flip Register 34
MTU_MC35_RDBFL35 0xF00633A6          MC 35 Read Data and Bit Flip Register 35
MTU_MC35_RDBFL36 0xF00633A8          MC 35 Read Data and Bit Flip Register 36
MTU_MC35_RDBFL37 0xF00633AA          MC 35 Read Data and Bit Flip Register 37
MTU_MC35_RDBFL38 0xF00633AC          MC 35 Read Data and Bit Flip Register 38
MTU_MC35_RDBFL39 0xF00633AE          MC 35 Read Data and Bit Flip Register 39
MTU_MC35_RDBFL40 0xF00633B0          MC 35 Read Data and Bit Flip Register 40
MTU_MC35_RDBFL41 0xF00633B2          MC 35 Read Data and Bit Flip Register 41
MTU_MC35_RDBFL42 0xF00633B4          MC 35 Read Data and Bit Flip Register 42
MTU_MC35_RDBFL43 0xF00633B6          MC 35 Read Data and Bit Flip Register 43
MTU_MC35_RDBFL44 0xF00633B8          MC 35 Read Data and Bit Flip Register 44
MTU_MC35_RDBFL45 0xF00633BA          MC 35 Read Data and Bit Flip Register 45
MTU_MC35_RDBFL46 0xF00633BC          MC 35 Read Data and Bit Flip Register 46
MTU_MC35_RDBFL47 0xF00633BE          MC 35 Read Data and Bit Flip Register 47
MTU_MC35_RDBFL48 0xF00633C0          MC 35 Read Data and Bit Flip Register 48
MTU_MC35_RDBFL49 0xF00633C2          MC 35 Read Data and Bit Flip Register 49
MTU_MC35_RDBFL50 0xF00633C4          MC 35 Read Data and Bit Flip Register 50
MTU_MC35_RDBFL51 0xF00633C6          MC 35 Read Data and Bit Flip Register 51
MTU_MC35_RDBFL52 0xF00633C8          MC 35 Read Data and Bit Flip Register 52
MTU_MC35_RDBFL53 0xF00633CA          MC 35 Read Data and Bit Flip Register 53
MTU_MC35_RDBFL54 0xF00633CC          MC 35 Read Data and Bit Flip Register 54
MTU_MC35_RDBFL55 0xF00633CE          MC 35 Read Data and Bit Flip Register 55
MTU_MC35_RDBFL56 0xF00633D0          MC 35 Read Data and Bit Flip Register 56
MTU_MC35_RDBFL57 0xF00633D2          MC 35 Read Data and Bit Flip Register 57
MTU_MC35_RDBFL58 0xF00633D4          MC 35 Read Data and Bit Flip Register 58
MTU_MC35_RDBFL59 0xF00633D6          MC 35 Read Data and Bit Flip Register 59
MTU_MC35_RDBFL60 0xF00633D8          MC 35 Read Data and Bit Flip Register 60
MTU_MC35_RDBFL61 0xF00633DA          MC 35 Read Data and Bit Flip Register 61
MTU_MC35_RDBFL62 0xF00633DC          MC 35 Read Data and Bit Flip Register 62
MTU_MC35_RDBFL63 0xF00633DE          MC 35 Read Data and Bit Flip Register 63
MTU_MC35_RDBFL64 0xF00633E0          MC 35 Read Data and Bit Flip Register 64
MTU_MC35_RDBFL65 0xF00633E2          MC 35 Read Data and Bit Flip Register 65
MTU_MC35_RDBFL66 0xF00633E4          MC 35 Read Data and Bit Flip Register 66
MTU_MC35_ALMSRCS 0xF00633EE          MC 35 Alarm Sources Configuration Register
MTU_MC35_FAULTSTS 0xF00633F0          MC 35 SSH Safety Faults Status Register
MTU_MC35_ERRINFO0 0xF00633F2          MC 35 Error Information Register 0
MTU_MC35_ERRINFO1 0xF00633F4          MC 35 Error Information Register 1
MTU_MC35_ERRINFO2 0xF00633F6          MC 35 Error Information Register 2
MTU_MC35_ERRINFO3 0xF00633F8          MC 35 Error Information Register 3
MTU_MC35_ERRINFO4 0xF00633FA          MC 35 Error Information Register 4
MTU_MC36_CONFIG0 0xF0063400          MC 36 Configuration Register 0
MTU_MC36_CONFIG1 0xF0063402          MC 36 Configuration Register 1
MTU_MC36_MCONTROL 0xF0063404          MC 36 MBIST Control Register
MTU_MC36_MSTATUS 0xF0063406          MC 36 Status Register
MTU_MC36_RANGE  0xF0063408          MC 36 Range Register, single address mode
MTU_MC36_REVID  0xF006340C          MC 36 Revision ID Register
MTU_MC36_ECCS   0xF006340E          MC 36 ECC Safety Register
MTU_MC36_ECCD   0xF0063410          MC 36 Memory ECC Detection Register
MTU_MC36_ETRR0  0xF0063412          MC 36 Error Tracking Register 0
MTU_MC36_ETRR1  0xF0063414          MC 36 Error Tracking Register 1
MTU_MC36_ETRR2  0xF0063416          MC 36 Error Tracking Register 2
MTU_MC36_ETRR3  0xF0063418          MC 36 Error Tracking Register 3
MTU_MC36_ETRR4  0xF006341A          MC 36 Error Tracking Register 4
MTU_MC36_RDBFL0 0xF0063460          MC 36 Read Data and Bit Flip Register 0
MTU_MC36_RDBFL1 0xF0063462          MC 36 Read Data and Bit Flip Register 1
MTU_MC36_RDBFL2 0xF0063464          MC 36 Read Data and Bit Flip Register 2
MTU_MC36_RDBFL3 0xF0063466          MC 36 Read Data and Bit Flip Register 3
MTU_MC36_RDBFL4 0xF0063468          MC 36 Read Data and Bit Flip Register 4
MTU_MC36_RDBFL5 0xF006346A          MC 36 Read Data and Bit Flip Register 5
MTU_MC36_RDBFL6 0xF006346C          MC 36 Read Data and Bit Flip Register 6
MTU_MC36_RDBFL7 0xF006346E          MC 36 Read Data and Bit Flip Register 7
MTU_MC36_RDBFL8 0xF0063470          MC 36 Read Data and Bit Flip Register 8
MTU_MC36_RDBFL9 0xF0063472          MC 36 Read Data and Bit Flip Register 9
MTU_MC36_RDBFL10 0xF0063474          MC 36 Read Data and Bit Flip Register 10
MTU_MC36_RDBFL11 0xF0063476          MC 36 Read Data and Bit Flip Register 11
MTU_MC36_RDBFL12 0xF0063478          MC 36 Read Data and Bit Flip Register 12
MTU_MC36_RDBFL13 0xF006347A          MC 36 Read Data and Bit Flip Register 13
MTU_MC36_RDBFL14 0xF006347C          MC 36 Read Data and Bit Flip Register 14
MTU_MC36_RDBFL15 0xF006347E          MC 36 Read Data and Bit Flip Register 15
MTU_MC36_RDBFL16 0xF0063480          MC 36 Read Data and Bit Flip Register 16
MTU_MC36_RDBFL17 0xF0063482          MC 36 Read Data and Bit Flip Register 17
MTU_MC36_RDBFL18 0xF0063484          MC 36 Read Data and Bit Flip Register 18
MTU_MC36_RDBFL19 0xF0063486          MC 36 Read Data and Bit Flip Register 19
MTU_MC36_RDBFL20 0xF0063488          MC 36 Read Data and Bit Flip Register 20
MTU_MC36_RDBFL21 0xF006348A          MC 36 Read Data and Bit Flip Register 21
MTU_MC36_RDBFL22 0xF006348C          MC 36 Read Data and Bit Flip Register 22
MTU_MC36_RDBFL23 0xF006348E          MC 36 Read Data and Bit Flip Register 23
MTU_MC36_RDBFL24 0xF0063490          MC 36 Read Data and Bit Flip Register 24
MTU_MC36_RDBFL25 0xF0063492          MC 36 Read Data and Bit Flip Register 25
MTU_MC36_RDBFL26 0xF0063494          MC 36 Read Data and Bit Flip Register 26
MTU_MC36_RDBFL27 0xF0063496          MC 36 Read Data and Bit Flip Register 27
MTU_MC36_RDBFL28 0xF0063498          MC 36 Read Data and Bit Flip Register 28
MTU_MC36_RDBFL29 0xF006349A          MC 36 Read Data and Bit Flip Register 29
MTU_MC36_RDBFL30 0xF006349C          MC 36 Read Data and Bit Flip Register 30
MTU_MC36_RDBFL31 0xF006349E          MC 36 Read Data and Bit Flip Register 31
MTU_MC36_RDBFL32 0xF00634A0          MC 36 Read Data and Bit Flip Register 32
MTU_MC36_RDBFL33 0xF00634A2          MC 36 Read Data and Bit Flip Register 33
MTU_MC36_RDBFL34 0xF00634A4          MC 36 Read Data and Bit Flip Register 34
MTU_MC36_RDBFL35 0xF00634A6          MC 36 Read Data and Bit Flip Register 35
MTU_MC36_RDBFL36 0xF00634A8          MC 36 Read Data and Bit Flip Register 36
MTU_MC36_RDBFL37 0xF00634AA          MC 36 Read Data and Bit Flip Register 37
MTU_MC36_RDBFL38 0xF00634AC          MC 36 Read Data and Bit Flip Register 38
MTU_MC36_RDBFL39 0xF00634AE          MC 36 Read Data and Bit Flip Register 39
MTU_MC36_RDBFL40 0xF00634B0          MC 36 Read Data and Bit Flip Register 40
MTU_MC36_RDBFL41 0xF00634B2          MC 36 Read Data and Bit Flip Register 41
MTU_MC36_RDBFL42 0xF00634B4          MC 36 Read Data and Bit Flip Register 42
MTU_MC36_RDBFL43 0xF00634B6          MC 36 Read Data and Bit Flip Register 43
MTU_MC36_RDBFL44 0xF00634B8          MC 36 Read Data and Bit Flip Register 44
MTU_MC36_RDBFL45 0xF00634BA          MC 36 Read Data and Bit Flip Register 45
MTU_MC36_RDBFL46 0xF00634BC          MC 36 Read Data and Bit Flip Register 46
MTU_MC36_RDBFL47 0xF00634BE          MC 36 Read Data and Bit Flip Register 47
MTU_MC36_RDBFL48 0xF00634C0          MC 36 Read Data and Bit Flip Register 48
MTU_MC36_RDBFL49 0xF00634C2          MC 36 Read Data and Bit Flip Register 49
MTU_MC36_RDBFL50 0xF00634C4          MC 36 Read Data and Bit Flip Register 50
MTU_MC36_RDBFL51 0xF00634C6          MC 36 Read Data and Bit Flip Register 51
MTU_MC36_RDBFL52 0xF00634C8          MC 36 Read Data and Bit Flip Register 52
MTU_MC36_RDBFL53 0xF00634CA          MC 36 Read Data and Bit Flip Register 53
MTU_MC36_RDBFL54 0xF00634CC          MC 36 Read Data and Bit Flip Register 54
MTU_MC36_RDBFL55 0xF00634CE          MC 36 Read Data and Bit Flip Register 55
MTU_MC36_RDBFL56 0xF00634D0          MC 36 Read Data and Bit Flip Register 56
MTU_MC36_RDBFL57 0xF00634D2          MC 36 Read Data and Bit Flip Register 57
MTU_MC36_RDBFL58 0xF00634D4          MC 36 Read Data and Bit Flip Register 58
MTU_MC36_RDBFL59 0xF00634D6          MC 36 Read Data and Bit Flip Register 59
MTU_MC36_RDBFL60 0xF00634D8          MC 36 Read Data and Bit Flip Register 60
MTU_MC36_RDBFL61 0xF00634DA          MC 36 Read Data and Bit Flip Register 61
MTU_MC36_RDBFL62 0xF00634DC          MC 36 Read Data and Bit Flip Register 62
MTU_MC36_RDBFL63 0xF00634DE          MC 36 Read Data and Bit Flip Register 63
MTU_MC36_RDBFL64 0xF00634E0          MC 36 Read Data and Bit Flip Register 64
MTU_MC36_RDBFL65 0xF00634E2          MC 36 Read Data and Bit Flip Register 65
MTU_MC36_RDBFL66 0xF00634E4          MC 36 Read Data and Bit Flip Register 66
MTU_MC36_ALMSRCS 0xF00634EE          MC 36 Alarm Sources Configuration Register
MTU_MC36_FAULTSTS 0xF00634F0          MC 36 SSH Safety Faults Status Register
MTU_MC36_ERRINFO0 0xF00634F2          MC 36 Error Information Register 0
MTU_MC36_ERRINFO1 0xF00634F4          MC 36 Error Information Register 1
MTU_MC36_ERRINFO2 0xF00634F6          MC 36 Error Information Register 2
MTU_MC36_ERRINFO3 0xF00634F8          MC 36 Error Information Register 3
MTU_MC36_ERRINFO4 0xF00634FA          MC 36 Error Information Register 4
MTU_MC37_CONFIG0 0xF0063500          MC 37 Configuration Register 0
MTU_MC37_CONFIG1 0xF0063502          MC 37 Configuration Register 1
MTU_MC37_MCONTROL 0xF0063504          MC 37 MBIST Control Register
MTU_MC37_MSTATUS 0xF0063506          MC 37 Status Register
MTU_MC37_RANGE  0xF0063508          MC 37 Range Register, single address mode
MTU_MC37_REVID  0xF006350C          MC 37 Revision ID Register
MTU_MC37_ECCS   0xF006350E          MC 37 ECC Safety Register
MTU_MC37_ECCD   0xF0063510          MC 37 Memory ECC Detection Register
MTU_MC37_ETRR0  0xF0063512          MC 37 Error Tracking Register 0
MTU_MC37_ETRR1  0xF0063514          MC 37 Error Tracking Register 1
MTU_MC37_ETRR2  0xF0063516          MC 37 Error Tracking Register 2
MTU_MC37_ETRR3  0xF0063518          MC 37 Error Tracking Register 3
MTU_MC37_ETRR4  0xF006351A          MC 37 Error Tracking Register 4
MTU_MC37_RDBFL0 0xF0063560          MC 37 Read Data and Bit Flip Register 0
MTU_MC37_RDBFL1 0xF0063562          MC 37 Read Data and Bit Flip Register 1
MTU_MC37_RDBFL2 0xF0063564          MC 37 Read Data and Bit Flip Register 2
MTU_MC37_RDBFL3 0xF0063566          MC 37 Read Data and Bit Flip Register 3
MTU_MC37_RDBFL4 0xF0063568          MC 37 Read Data and Bit Flip Register 4
MTU_MC37_RDBFL5 0xF006356A          MC 37 Read Data and Bit Flip Register 5
MTU_MC37_RDBFL6 0xF006356C          MC 37 Read Data and Bit Flip Register 6
MTU_MC37_RDBFL7 0xF006356E          MC 37 Read Data and Bit Flip Register 7
MTU_MC37_RDBFL8 0xF0063570          MC 37 Read Data and Bit Flip Register 8
MTU_MC37_RDBFL9 0xF0063572          MC 37 Read Data and Bit Flip Register 9
MTU_MC37_RDBFL10 0xF0063574          MC 37 Read Data and Bit Flip Register 10
MTU_MC37_RDBFL11 0xF0063576          MC 37 Read Data and Bit Flip Register 11
MTU_MC37_RDBFL12 0xF0063578          MC 37 Read Data and Bit Flip Register 12
MTU_MC37_RDBFL13 0xF006357A          MC 37 Read Data and Bit Flip Register 13
MTU_MC37_RDBFL14 0xF006357C          MC 37 Read Data and Bit Flip Register 14
MTU_MC37_RDBFL15 0xF006357E          MC 37 Read Data and Bit Flip Register 15
MTU_MC37_RDBFL16 0xF0063580          MC 37 Read Data and Bit Flip Register 16
MTU_MC37_RDBFL17 0xF0063582          MC 37 Read Data and Bit Flip Register 17
MTU_MC37_RDBFL18 0xF0063584          MC 37 Read Data and Bit Flip Register 18
MTU_MC37_RDBFL19 0xF0063586          MC 37 Read Data and Bit Flip Register 19
MTU_MC37_RDBFL20 0xF0063588          MC 37 Read Data and Bit Flip Register 20
MTU_MC37_RDBFL21 0xF006358A          MC 37 Read Data and Bit Flip Register 21
MTU_MC37_RDBFL22 0xF006358C          MC 37 Read Data and Bit Flip Register 22
MTU_MC37_RDBFL23 0xF006358E          MC 37 Read Data and Bit Flip Register 23
MTU_MC37_RDBFL24 0xF0063590          MC 37 Read Data and Bit Flip Register 24
MTU_MC37_RDBFL25 0xF0063592          MC 37 Read Data and Bit Flip Register 25
MTU_MC37_RDBFL26 0xF0063594          MC 37 Read Data and Bit Flip Register 26
MTU_MC37_RDBFL27 0xF0063596          MC 37 Read Data and Bit Flip Register 27
MTU_MC37_RDBFL28 0xF0063598          MC 37 Read Data and Bit Flip Register 28
MTU_MC37_RDBFL29 0xF006359A          MC 37 Read Data and Bit Flip Register 29
MTU_MC37_RDBFL30 0xF006359C          MC 37 Read Data and Bit Flip Register 30
MTU_MC37_RDBFL31 0xF006359E          MC 37 Read Data and Bit Flip Register 31
MTU_MC37_RDBFL32 0xF00635A0          MC 37 Read Data and Bit Flip Register 32
MTU_MC37_RDBFL33 0xF00635A2          MC 37 Read Data and Bit Flip Register 33
MTU_MC37_RDBFL34 0xF00635A4          MC 37 Read Data and Bit Flip Register 34
MTU_MC37_RDBFL35 0xF00635A6          MC 37 Read Data and Bit Flip Register 35
MTU_MC37_RDBFL36 0xF00635A8          MC 37 Read Data and Bit Flip Register 36
MTU_MC37_RDBFL37 0xF00635AA          MC 37 Read Data and Bit Flip Register 37
MTU_MC37_RDBFL38 0xF00635AC          MC 37 Read Data and Bit Flip Register 38
MTU_MC37_RDBFL39 0xF00635AE          MC 37 Read Data and Bit Flip Register 39
MTU_MC37_RDBFL40 0xF00635B0          MC 37 Read Data and Bit Flip Register 40
MTU_MC37_RDBFL41 0xF00635B2          MC 37 Read Data and Bit Flip Register 41
MTU_MC37_RDBFL42 0xF00635B4          MC 37 Read Data and Bit Flip Register 42
MTU_MC37_RDBFL43 0xF00635B6          MC 37 Read Data and Bit Flip Register 43
MTU_MC37_RDBFL44 0xF00635B8          MC 37 Read Data and Bit Flip Register 44
MTU_MC37_RDBFL45 0xF00635BA          MC 37 Read Data and Bit Flip Register 45
MTU_MC37_RDBFL46 0xF00635BC          MC 37 Read Data and Bit Flip Register 46
MTU_MC37_RDBFL47 0xF00635BE          MC 37 Read Data and Bit Flip Register 47
MTU_MC37_RDBFL48 0xF00635C0          MC 37 Read Data and Bit Flip Register 48
MTU_MC37_RDBFL49 0xF00635C2          MC 37 Read Data and Bit Flip Register 49
MTU_MC37_RDBFL50 0xF00635C4          MC 37 Read Data and Bit Flip Register 50
MTU_MC37_RDBFL51 0xF00635C6          MC 37 Read Data and Bit Flip Register 51
MTU_MC37_RDBFL52 0xF00635C8          MC 37 Read Data and Bit Flip Register 52
MTU_MC37_RDBFL53 0xF00635CA          MC 37 Read Data and Bit Flip Register 53
MTU_MC37_RDBFL54 0xF00635CC          MC 37 Read Data and Bit Flip Register 54
MTU_MC37_RDBFL55 0xF00635CE          MC 37 Read Data and Bit Flip Register 55
MTU_MC37_RDBFL56 0xF00635D0          MC 37 Read Data and Bit Flip Register 56
MTU_MC37_RDBFL57 0xF00635D2          MC 37 Read Data and Bit Flip Register 57
MTU_MC37_RDBFL58 0xF00635D4          MC 37 Read Data and Bit Flip Register 58
MTU_MC37_RDBFL59 0xF00635D6          MC 37 Read Data and Bit Flip Register 59
MTU_MC37_RDBFL60 0xF00635D8          MC 37 Read Data and Bit Flip Register 60
MTU_MC37_RDBFL61 0xF00635DA          MC 37 Read Data and Bit Flip Register 61
MTU_MC37_RDBFL62 0xF00635DC          MC 37 Read Data and Bit Flip Register 62
MTU_MC37_RDBFL63 0xF00635DE          MC 37 Read Data and Bit Flip Register 63
MTU_MC37_RDBFL64 0xF00635E0          MC 37 Read Data and Bit Flip Register 64
MTU_MC37_RDBFL65 0xF00635E2          MC 37 Read Data and Bit Flip Register 65
MTU_MC37_RDBFL66 0xF00635E4          MC 37 Read Data and Bit Flip Register 66
MTU_MC37_ALMSRCS 0xF00635EE          MC 37 Alarm Sources Configuration Register
MTU_MC37_FAULTSTS 0xF00635F0          MC 37 SSH Safety Faults Status Register
MTU_MC37_ERRINFO0 0xF00635F2          MC 37 Error Information Register 0
MTU_MC37_ERRINFO1 0xF00635F4          MC 37 Error Information Register 1
MTU_MC37_ERRINFO2 0xF00635F6          MC 37 Error Information Register 2
MTU_MC37_ERRINFO3 0xF00635F8          MC 37 Error Information Register 3
MTU_MC37_ERRINFO4 0xF00635FA          MC 37 Error Information Register 4
MTU_MC38_CONFIG0 0xF0063600          MC 38 Configuration Register 0
MTU_MC38_CONFIG1 0xF0063602          MC 38 Configuration Register 1
MTU_MC38_MCONTROL 0xF0063604          MC 38 MBIST Control Register
MTU_MC38_MSTATUS 0xF0063606          MC 38 Status Register
MTU_MC38_RANGE  0xF0063608          MC 38 Range Register, single address mode
MTU_MC38_REVID  0xF006360C          MC 38 Revision ID Register
MTU_MC38_ECCS   0xF006360E          MC 38 ECC Safety Register
MTU_MC38_ECCD   0xF0063610          MC 38 Memory ECC Detection Register
MTU_MC38_ETRR0  0xF0063612          MC 38 Error Tracking Register 0
MTU_MC38_ETRR1  0xF0063614          MC 38 Error Tracking Register 1
MTU_MC38_ETRR2  0xF0063616          MC 38 Error Tracking Register 2
MTU_MC38_ETRR3  0xF0063618          MC 38 Error Tracking Register 3
MTU_MC38_ETRR4  0xF006361A          MC 38 Error Tracking Register 4
MTU_MC38_RDBFL0 0xF0063660          MC 38 Read Data and Bit Flip Register 0
MTU_MC38_RDBFL1 0xF0063662          MC 38 Read Data and Bit Flip Register 1
MTU_MC38_RDBFL2 0xF0063664          MC 38 Read Data and Bit Flip Register 2
MTU_MC38_RDBFL3 0xF0063666          MC 38 Read Data and Bit Flip Register 3
MTU_MC38_RDBFL4 0xF0063668          MC 38 Read Data and Bit Flip Register 4
MTU_MC38_RDBFL5 0xF006366A          MC 38 Read Data and Bit Flip Register 5
MTU_MC38_RDBFL6 0xF006366C          MC 38 Read Data and Bit Flip Register 6
MTU_MC38_RDBFL7 0xF006366E          MC 38 Read Data and Bit Flip Register 7
MTU_MC38_RDBFL8 0xF0063670          MC 38 Read Data and Bit Flip Register 8
MTU_MC38_RDBFL9 0xF0063672          MC 38 Read Data and Bit Flip Register 9
MTU_MC38_RDBFL10 0xF0063674          MC 38 Read Data and Bit Flip Register 10
MTU_MC38_RDBFL11 0xF0063676          MC 38 Read Data and Bit Flip Register 11
MTU_MC38_RDBFL12 0xF0063678          MC 38 Read Data and Bit Flip Register 12
MTU_MC38_RDBFL13 0xF006367A          MC 38 Read Data and Bit Flip Register 13
MTU_MC38_RDBFL14 0xF006367C          MC 38 Read Data and Bit Flip Register 14
MTU_MC38_RDBFL15 0xF006367E          MC 38 Read Data and Bit Flip Register 15
MTU_MC38_RDBFL16 0xF0063680          MC 38 Read Data and Bit Flip Register 16
MTU_MC38_RDBFL17 0xF0063682          MC 38 Read Data and Bit Flip Register 17
MTU_MC38_RDBFL18 0xF0063684          MC 38 Read Data and Bit Flip Register 18
MTU_MC38_RDBFL19 0xF0063686          MC 38 Read Data and Bit Flip Register 19
MTU_MC38_RDBFL20 0xF0063688          MC 38 Read Data and Bit Flip Register 20
MTU_MC38_RDBFL21 0xF006368A          MC 38 Read Data and Bit Flip Register 21
MTU_MC38_RDBFL22 0xF006368C          MC 38 Read Data and Bit Flip Register 22
MTU_MC38_RDBFL23 0xF006368E          MC 38 Read Data and Bit Flip Register 23
MTU_MC38_RDBFL24 0xF0063690          MC 38 Read Data and Bit Flip Register 24
MTU_MC38_RDBFL25 0xF0063692          MC 38 Read Data and Bit Flip Register 25
MTU_MC38_RDBFL26 0xF0063694          MC 38 Read Data and Bit Flip Register 26
MTU_MC38_RDBFL27 0xF0063696          MC 38 Read Data and Bit Flip Register 27
MTU_MC38_RDBFL28 0xF0063698          MC 38 Read Data and Bit Flip Register 28
MTU_MC38_RDBFL29 0xF006369A          MC 38 Read Data and Bit Flip Register 29
MTU_MC38_RDBFL30 0xF006369C          MC 38 Read Data and Bit Flip Register 30
MTU_MC38_RDBFL31 0xF006369E          MC 38 Read Data and Bit Flip Register 31
MTU_MC38_RDBFL32 0xF00636A0          MC 38 Read Data and Bit Flip Register 32
MTU_MC38_RDBFL33 0xF00636A2          MC 38 Read Data and Bit Flip Register 33
MTU_MC38_RDBFL34 0xF00636A4          MC 38 Read Data and Bit Flip Register 34
MTU_MC38_RDBFL35 0xF00636A6          MC 38 Read Data and Bit Flip Register 35
MTU_MC38_RDBFL36 0xF00636A8          MC 38 Read Data and Bit Flip Register 36
MTU_MC38_RDBFL37 0xF00636AA          MC 38 Read Data and Bit Flip Register 37
MTU_MC38_RDBFL38 0xF00636AC          MC 38 Read Data and Bit Flip Register 38
MTU_MC38_RDBFL39 0xF00636AE          MC 38 Read Data and Bit Flip Register 39
MTU_MC38_RDBFL40 0xF00636B0          MC 38 Read Data and Bit Flip Register 40
MTU_MC38_RDBFL41 0xF00636B2          MC 38 Read Data and Bit Flip Register 41
MTU_MC38_RDBFL42 0xF00636B4          MC 38 Read Data and Bit Flip Register 42
MTU_MC38_RDBFL43 0xF00636B6          MC 38 Read Data and Bit Flip Register 43
MTU_MC38_RDBFL44 0xF00636B8          MC 38 Read Data and Bit Flip Register 44
MTU_MC38_RDBFL45 0xF00636BA          MC 38 Read Data and Bit Flip Register 45
MTU_MC38_RDBFL46 0xF00636BC          MC 38 Read Data and Bit Flip Register 46
MTU_MC38_RDBFL47 0xF00636BE          MC 38 Read Data and Bit Flip Register 47
MTU_MC38_RDBFL48 0xF00636C0          MC 38 Read Data and Bit Flip Register 48
MTU_MC38_RDBFL49 0xF00636C2          MC 38 Read Data and Bit Flip Register 49
MTU_MC38_RDBFL50 0xF00636C4          MC 38 Read Data and Bit Flip Register 50
MTU_MC38_RDBFL51 0xF00636C6          MC 38 Read Data and Bit Flip Register 51
MTU_MC38_RDBFL52 0xF00636C8          MC 38 Read Data and Bit Flip Register 52
MTU_MC38_RDBFL53 0xF00636CA          MC 38 Read Data and Bit Flip Register 53
MTU_MC38_RDBFL54 0xF00636CC          MC 38 Read Data and Bit Flip Register 54
MTU_MC38_RDBFL55 0xF00636CE          MC 38 Read Data and Bit Flip Register 55
MTU_MC38_RDBFL56 0xF00636D0          MC 38 Read Data and Bit Flip Register 56
MTU_MC38_RDBFL57 0xF00636D2          MC 38 Read Data and Bit Flip Register 57
MTU_MC38_RDBFL58 0xF00636D4          MC 38 Read Data and Bit Flip Register 58
MTU_MC38_RDBFL59 0xF00636D6          MC 38 Read Data and Bit Flip Register 59
MTU_MC38_RDBFL60 0xF00636D8          MC 38 Read Data and Bit Flip Register 60
MTU_MC38_RDBFL61 0xF00636DA          MC 38 Read Data and Bit Flip Register 61
MTU_MC38_RDBFL62 0xF00636DC          MC 38 Read Data and Bit Flip Register 62
MTU_MC38_RDBFL63 0xF00636DE          MC 38 Read Data and Bit Flip Register 63
MTU_MC38_RDBFL64 0xF00636E0          MC 38 Read Data and Bit Flip Register 64
MTU_MC38_RDBFL65 0xF00636E2          MC 38 Read Data and Bit Flip Register 65
MTU_MC38_RDBFL66 0xF00636E4          MC 38 Read Data and Bit Flip Register 66
MTU_MC38_ALMSRCS 0xF00636EE          MC 38 Alarm Sources Configuration Register
MTU_MC38_FAULTSTS 0xF00636F0          MC 38 SSH Safety Faults Status Register
MTU_MC38_ERRINFO0 0xF00636F2          MC 38 Error Information Register 0
MTU_MC38_ERRINFO1 0xF00636F4          MC 38 Error Information Register 1
MTU_MC38_ERRINFO2 0xF00636F6          MC 38 Error Information Register 2
MTU_MC38_ERRINFO3 0xF00636F8          MC 38 Error Information Register 3
MTU_MC38_ERRINFO4 0xF00636FA          MC 38 Error Information Register 4
MTU_MC39_CONFIG0 0xF0063700          MC 39 Configuration Register 0
MTU_MC39_CONFIG1 0xF0063702          MC 39 Configuration Register 1
MTU_MC39_MCONTROL 0xF0063704          MC 39 MBIST Control Register
MTU_MC39_MSTATUS 0xF0063706          MC 39 Status Register
MTU_MC39_RANGE  0xF0063708          MC 39 Range Register, single address mode
MTU_MC39_REVID  0xF006370C          MC 39 Revision ID Register
MTU_MC39_ECCS   0xF006370E          MC 39 ECC Safety Register
MTU_MC39_ECCD   0xF0063710          MC 39 Memory ECC Detection Register
MTU_MC39_ETRR0  0xF0063712          MC 39 Error Tracking Register 0
MTU_MC39_ETRR1  0xF0063714          MC 39 Error Tracking Register 1
MTU_MC39_ETRR2  0xF0063716          MC 39 Error Tracking Register 2
MTU_MC39_ETRR3  0xF0063718          MC 39 Error Tracking Register 3
MTU_MC39_ETRR4  0xF006371A          MC 39 Error Tracking Register 4
MTU_MC39_RDBFL0 0xF0063760          MC 39 Read Data and Bit Flip Register 0
MTU_MC39_RDBFL1 0xF0063762          MC 39 Read Data and Bit Flip Register 1
MTU_MC39_RDBFL2 0xF0063764          MC 39 Read Data and Bit Flip Register 2
MTU_MC39_RDBFL3 0xF0063766          MC 39 Read Data and Bit Flip Register 3
MTU_MC39_RDBFL4 0xF0063768          MC 39 Read Data and Bit Flip Register 4
MTU_MC39_RDBFL5 0xF006376A          MC 39 Read Data and Bit Flip Register 5
MTU_MC39_RDBFL6 0xF006376C          MC 39 Read Data and Bit Flip Register 6
MTU_MC39_RDBFL7 0xF006376E          MC 39 Read Data and Bit Flip Register 7
MTU_MC39_RDBFL8 0xF0063770          MC 39 Read Data and Bit Flip Register 8
MTU_MC39_RDBFL9 0xF0063772          MC 39 Read Data and Bit Flip Register 9
MTU_MC39_RDBFL10 0xF0063774          MC 39 Read Data and Bit Flip Register 10
MTU_MC39_RDBFL11 0xF0063776          MC 39 Read Data and Bit Flip Register 11
MTU_MC39_RDBFL12 0xF0063778          MC 39 Read Data and Bit Flip Register 12
MTU_MC39_RDBFL13 0xF006377A          MC 39 Read Data and Bit Flip Register 13
MTU_MC39_RDBFL14 0xF006377C          MC 39 Read Data and Bit Flip Register 14
MTU_MC39_RDBFL15 0xF006377E          MC 39 Read Data and Bit Flip Register 15
MTU_MC39_RDBFL16 0xF0063780          MC 39 Read Data and Bit Flip Register 16
MTU_MC39_RDBFL17 0xF0063782          MC 39 Read Data and Bit Flip Register 17
MTU_MC39_RDBFL18 0xF0063784          MC 39 Read Data and Bit Flip Register 18
MTU_MC39_RDBFL19 0xF0063786          MC 39 Read Data and Bit Flip Register 19
MTU_MC39_RDBFL20 0xF0063788          MC 39 Read Data and Bit Flip Register 20
MTU_MC39_RDBFL21 0xF006378A          MC 39 Read Data and Bit Flip Register 21
MTU_MC39_RDBFL22 0xF006378C          MC 39 Read Data and Bit Flip Register 22
MTU_MC39_RDBFL23 0xF006378E          MC 39 Read Data and Bit Flip Register 23
MTU_MC39_RDBFL24 0xF0063790          MC 39 Read Data and Bit Flip Register 24
MTU_MC39_RDBFL25 0xF0063792          MC 39 Read Data and Bit Flip Register 25
MTU_MC39_RDBFL26 0xF0063794          MC 39 Read Data and Bit Flip Register 26
MTU_MC39_RDBFL27 0xF0063796          MC 39 Read Data and Bit Flip Register 27
MTU_MC39_RDBFL28 0xF0063798          MC 39 Read Data and Bit Flip Register 28
MTU_MC39_RDBFL29 0xF006379A          MC 39 Read Data and Bit Flip Register 29
MTU_MC39_RDBFL30 0xF006379C          MC 39 Read Data and Bit Flip Register 30
MTU_MC39_RDBFL31 0xF006379E          MC 39 Read Data and Bit Flip Register 31
MTU_MC39_RDBFL32 0xF00637A0          MC 39 Read Data and Bit Flip Register 32
MTU_MC39_RDBFL33 0xF00637A2          MC 39 Read Data and Bit Flip Register 33
MTU_MC39_RDBFL34 0xF00637A4          MC 39 Read Data and Bit Flip Register 34
MTU_MC39_RDBFL35 0xF00637A6          MC 39 Read Data and Bit Flip Register 35
MTU_MC39_RDBFL36 0xF00637A8          MC 39 Read Data and Bit Flip Register 36
MTU_MC39_RDBFL37 0xF00637AA          MC 39 Read Data and Bit Flip Register 37
MTU_MC39_RDBFL38 0xF00637AC          MC 39 Read Data and Bit Flip Register 38
MTU_MC39_RDBFL39 0xF00637AE          MC 39 Read Data and Bit Flip Register 39
MTU_MC39_RDBFL40 0xF00637B0          MC 39 Read Data and Bit Flip Register 40
MTU_MC39_RDBFL41 0xF00637B2          MC 39 Read Data and Bit Flip Register 41
MTU_MC39_RDBFL42 0xF00637B4          MC 39 Read Data and Bit Flip Register 42
MTU_MC39_RDBFL43 0xF00637B6          MC 39 Read Data and Bit Flip Register 43
MTU_MC39_RDBFL44 0xF00637B8          MC 39 Read Data and Bit Flip Register 44
MTU_MC39_RDBFL45 0xF00637BA          MC 39 Read Data and Bit Flip Register 45
MTU_MC39_RDBFL46 0xF00637BC          MC 39 Read Data and Bit Flip Register 46
MTU_MC39_RDBFL47 0xF00637BE          MC 39 Read Data and Bit Flip Register 47
MTU_MC39_RDBFL48 0xF00637C0          MC 39 Read Data and Bit Flip Register 48
MTU_MC39_RDBFL49 0xF00637C2          MC 39 Read Data and Bit Flip Register 49
MTU_MC39_RDBFL50 0xF00637C4          MC 39 Read Data and Bit Flip Register 50
MTU_MC39_RDBFL51 0xF00637C6          MC 39 Read Data and Bit Flip Register 51
MTU_MC39_RDBFL52 0xF00637C8          MC 39 Read Data and Bit Flip Register 52
MTU_MC39_RDBFL53 0xF00637CA          MC 39 Read Data and Bit Flip Register 53
MTU_MC39_RDBFL54 0xF00637CC          MC 39 Read Data and Bit Flip Register 54
MTU_MC39_RDBFL55 0xF00637CE          MC 39 Read Data and Bit Flip Register 55
MTU_MC39_RDBFL56 0xF00637D0          MC 39 Read Data and Bit Flip Register 56
MTU_MC39_RDBFL57 0xF00637D2          MC 39 Read Data and Bit Flip Register 57
MTU_MC39_RDBFL58 0xF00637D4          MC 39 Read Data and Bit Flip Register 58
MTU_MC39_RDBFL59 0xF00637D6          MC 39 Read Data and Bit Flip Register 59
MTU_MC39_RDBFL60 0xF00637D8          MC 39 Read Data and Bit Flip Register 60
MTU_MC39_RDBFL61 0xF00637DA          MC 39 Read Data and Bit Flip Register 61
MTU_MC39_RDBFL62 0xF00637DC          MC 39 Read Data and Bit Flip Register 62
MTU_MC39_RDBFL63 0xF00637DE          MC 39 Read Data and Bit Flip Register 63
MTU_MC39_RDBFL64 0xF00637E0          MC 39 Read Data and Bit Flip Register 64
MTU_MC39_RDBFL65 0xF00637E2          MC 39 Read Data and Bit Flip Register 65
MTU_MC39_RDBFL66 0xF00637E4          MC 39 Read Data and Bit Flip Register 66
MTU_MC39_ALMSRCS 0xF00637EE          MC 39 Alarm Sources Configuration Register
MTU_MC39_FAULTSTS 0xF00637F0          MC 39 SSH Safety Faults Status Register
MTU_MC39_ERRINFO0 0xF00637F2          MC 39 Error Information Register 0
MTU_MC39_ERRINFO1 0xF00637F4          MC 39 Error Information Register 1
MTU_MC39_ERRINFO2 0xF00637F6          MC 39 Error Information Register 2
MTU_MC39_ERRINFO3 0xF00637F8          MC 39 Error Information Register 3
MTU_MC39_ERRINFO4 0xF00637FA          MC 39 Error Information Register 4
MTU_MC40_CONFIG0 0xF0063800          MC 40 Configuration Register 0
MTU_MC40_CONFIG1 0xF0063802          MC 40 Configuration Register 1
MTU_MC40_MCONTROL 0xF0063804          MC 40 MBIST Control Register
MTU_MC40_MSTATUS 0xF0063806          MC 40 Status Register
MTU_MC40_RANGE  0xF0063808          MC 40 Range Register, single address mode
MTU_MC40_REVID  0xF006380C          MC 40 Revision ID Register
MTU_MC40_ECCS   0xF006380E          MC 40 ECC Safety Register
MTU_MC40_ECCD   0xF0063810          MC 40 Memory ECC Detection Register
MTU_MC40_ETRR0  0xF0063812          MC 40 Error Tracking Register 0
MTU_MC40_ETRR1  0xF0063814          MC 40 Error Tracking Register 1
MTU_MC40_ETRR2  0xF0063816          MC 40 Error Tracking Register 2
MTU_MC40_ETRR3  0xF0063818          MC 40 Error Tracking Register 3
MTU_MC40_ETRR4  0xF006381A          MC 40 Error Tracking Register 4
MTU_MC40_RDBFL0 0xF0063860          MC 40 Read Data and Bit Flip Register 0
MTU_MC40_RDBFL1 0xF0063862          MC 40 Read Data and Bit Flip Register 1
MTU_MC40_RDBFL2 0xF0063864          MC 40 Read Data and Bit Flip Register 2
MTU_MC40_RDBFL3 0xF0063866          MC 40 Read Data and Bit Flip Register 3
MTU_MC40_RDBFL4 0xF0063868          MC 40 Read Data and Bit Flip Register 4
MTU_MC40_RDBFL5 0xF006386A          MC 40 Read Data and Bit Flip Register 5
MTU_MC40_RDBFL6 0xF006386C          MC 40 Read Data and Bit Flip Register 6
MTU_MC40_RDBFL7 0xF006386E          MC 40 Read Data and Bit Flip Register 7
MTU_MC40_RDBFL8 0xF0063870          MC 40 Read Data and Bit Flip Register 8
MTU_MC40_RDBFL9 0xF0063872          MC 40 Read Data and Bit Flip Register 9
MTU_MC40_RDBFL10 0xF0063874          MC 40 Read Data and Bit Flip Register 10
MTU_MC40_RDBFL11 0xF0063876          MC 40 Read Data and Bit Flip Register 11
MTU_MC40_RDBFL12 0xF0063878          MC 40 Read Data and Bit Flip Register 12
MTU_MC40_RDBFL13 0xF006387A          MC 40 Read Data and Bit Flip Register 13
MTU_MC40_RDBFL14 0xF006387C          MC 40 Read Data and Bit Flip Register 14
MTU_MC40_RDBFL15 0xF006387E          MC 40 Read Data and Bit Flip Register 15
MTU_MC40_RDBFL16 0xF0063880          MC 40 Read Data and Bit Flip Register 16
MTU_MC40_RDBFL17 0xF0063882          MC 40 Read Data and Bit Flip Register 17
MTU_MC40_RDBFL18 0xF0063884          MC 40 Read Data and Bit Flip Register 18
MTU_MC40_RDBFL19 0xF0063886          MC 40 Read Data and Bit Flip Register 19
MTU_MC40_RDBFL20 0xF0063888          MC 40 Read Data and Bit Flip Register 20
MTU_MC40_RDBFL21 0xF006388A          MC 40 Read Data and Bit Flip Register 21
MTU_MC40_RDBFL22 0xF006388C          MC 40 Read Data and Bit Flip Register 22
MTU_MC40_RDBFL23 0xF006388E          MC 40 Read Data and Bit Flip Register 23
MTU_MC40_RDBFL24 0xF0063890          MC 40 Read Data and Bit Flip Register 24
MTU_MC40_RDBFL25 0xF0063892          MC 40 Read Data and Bit Flip Register 25
MTU_MC40_RDBFL26 0xF0063894          MC 40 Read Data and Bit Flip Register 26
MTU_MC40_RDBFL27 0xF0063896          MC 40 Read Data and Bit Flip Register 27
MTU_MC40_RDBFL28 0xF0063898          MC 40 Read Data and Bit Flip Register 28
MTU_MC40_RDBFL29 0xF006389A          MC 40 Read Data and Bit Flip Register 29
MTU_MC40_RDBFL30 0xF006389C          MC 40 Read Data and Bit Flip Register 30
MTU_MC40_RDBFL31 0xF006389E          MC 40 Read Data and Bit Flip Register 31
MTU_MC40_RDBFL32 0xF00638A0          MC 40 Read Data and Bit Flip Register 32
MTU_MC40_RDBFL33 0xF00638A2          MC 40 Read Data and Bit Flip Register 33
MTU_MC40_RDBFL34 0xF00638A4          MC 40 Read Data and Bit Flip Register 34
MTU_MC40_RDBFL35 0xF00638A6          MC 40 Read Data and Bit Flip Register 35
MTU_MC40_RDBFL36 0xF00638A8          MC 40 Read Data and Bit Flip Register 36
MTU_MC40_RDBFL37 0xF00638AA          MC 40 Read Data and Bit Flip Register 37
MTU_MC40_RDBFL38 0xF00638AC          MC 40 Read Data and Bit Flip Register 38
MTU_MC40_RDBFL39 0xF00638AE          MC 40 Read Data and Bit Flip Register 39
MTU_MC40_RDBFL40 0xF00638B0          MC 40 Read Data and Bit Flip Register 40
MTU_MC40_RDBFL41 0xF00638B2          MC 40 Read Data and Bit Flip Register 41
MTU_MC40_RDBFL42 0xF00638B4          MC 40 Read Data and Bit Flip Register 42
MTU_MC40_RDBFL43 0xF00638B6          MC 40 Read Data and Bit Flip Register 43
MTU_MC40_RDBFL44 0xF00638B8          MC 40 Read Data and Bit Flip Register 44
MTU_MC40_RDBFL45 0xF00638BA          MC 40 Read Data and Bit Flip Register 45
MTU_MC40_RDBFL46 0xF00638BC          MC 40 Read Data and Bit Flip Register 46
MTU_MC40_RDBFL47 0xF00638BE          MC 40 Read Data and Bit Flip Register 47
MTU_MC40_RDBFL48 0xF00638C0          MC 40 Read Data and Bit Flip Register 48
MTU_MC40_RDBFL49 0xF00638C2          MC 40 Read Data and Bit Flip Register 49
MTU_MC40_RDBFL50 0xF00638C4          MC 40 Read Data and Bit Flip Register 50
MTU_MC40_RDBFL51 0xF00638C6          MC 40 Read Data and Bit Flip Register 51
MTU_MC40_RDBFL52 0xF00638C8          MC 40 Read Data and Bit Flip Register 52
MTU_MC40_RDBFL53 0xF00638CA          MC 40 Read Data and Bit Flip Register 53
MTU_MC40_RDBFL54 0xF00638CC          MC 40 Read Data and Bit Flip Register 54
MTU_MC40_RDBFL55 0xF00638CE          MC 40 Read Data and Bit Flip Register 55
MTU_MC40_RDBFL56 0xF00638D0          MC 40 Read Data and Bit Flip Register 56
MTU_MC40_RDBFL57 0xF00638D2          MC 40 Read Data and Bit Flip Register 57
MTU_MC40_RDBFL58 0xF00638D4          MC 40 Read Data and Bit Flip Register 58
MTU_MC40_RDBFL59 0xF00638D6          MC 40 Read Data and Bit Flip Register 59
MTU_MC40_RDBFL60 0xF00638D8          MC 40 Read Data and Bit Flip Register 60
MTU_MC40_RDBFL61 0xF00638DA          MC 40 Read Data and Bit Flip Register 61
MTU_MC40_RDBFL62 0xF00638DC          MC 40 Read Data and Bit Flip Register 62
MTU_MC40_RDBFL63 0xF00638DE          MC 40 Read Data and Bit Flip Register 63
MTU_MC40_RDBFL64 0xF00638E0          MC 40 Read Data and Bit Flip Register 64
MTU_MC40_RDBFL65 0xF00638E2          MC 40 Read Data and Bit Flip Register 65
MTU_MC40_RDBFL66 0xF00638E4          MC 40 Read Data and Bit Flip Register 66
MTU_MC40_ALMSRCS 0xF00638EE          MC 40 Alarm Sources Configuration Register
MTU_MC40_FAULTSTS 0xF00638F0          MC 40 SSH Safety Faults Status Register
MTU_MC40_ERRINFO0 0xF00638F2          MC 40 Error Information Register 0
MTU_MC40_ERRINFO1 0xF00638F4          MC 40 Error Information Register 1
MTU_MC40_ERRINFO2 0xF00638F6          MC 40 Error Information Register 2
MTU_MC40_ERRINFO3 0xF00638F8          MC 40 Error Information Register 3
MTU_MC40_ERRINFO4 0xF00638FA          MC 40 Error Information Register 4
MTU_MC41_CONFIG0 0xF0063900          MC 41 Configuration Register 0
MTU_MC41_CONFIG1 0xF0063902          MC 41 Configuration Register 1
MTU_MC41_MCONTROL 0xF0063904          MC 41 MBIST Control Register
MTU_MC41_MSTATUS 0xF0063906          MC 41 Status Register
MTU_MC41_RANGE  0xF0063908          MC 41 Range Register, single address mode
MTU_MC41_REVID  0xF006390C          MC 41 Revision ID Register
MTU_MC41_ECCS   0xF006390E          MC 41 ECC Safety Register
MTU_MC41_ECCD   0xF0063910          MC 41 Memory ECC Detection Register
MTU_MC41_ETRR0  0xF0063912          MC 41 Error Tracking Register 0
MTU_MC41_ETRR1  0xF0063914          MC 41 Error Tracking Register 1
MTU_MC41_ETRR2  0xF0063916          MC 41 Error Tracking Register 2
MTU_MC41_ETRR3  0xF0063918          MC 41 Error Tracking Register 3
MTU_MC41_ETRR4  0xF006391A          MC 41 Error Tracking Register 4
MTU_MC41_RDBFL0 0xF0063960          MC 41 Read Data and Bit Flip Register 0
MTU_MC41_RDBFL1 0xF0063962          MC 41 Read Data and Bit Flip Register 1
MTU_MC41_RDBFL2 0xF0063964          MC 41 Read Data and Bit Flip Register 2
MTU_MC41_RDBFL3 0xF0063966          MC 41 Read Data and Bit Flip Register 3
MTU_MC41_RDBFL4 0xF0063968          MC 41 Read Data and Bit Flip Register 4
MTU_MC41_RDBFL5 0xF006396A          MC 41 Read Data and Bit Flip Register 5
MTU_MC41_RDBFL6 0xF006396C          MC 41 Read Data and Bit Flip Register 6
MTU_MC41_RDBFL7 0xF006396E          MC 41 Read Data and Bit Flip Register 7
MTU_MC41_RDBFL8 0xF0063970          MC 41 Read Data and Bit Flip Register 8
MTU_MC41_RDBFL9 0xF0063972          MC 41 Read Data and Bit Flip Register 9
MTU_MC41_RDBFL10 0xF0063974          MC 41 Read Data and Bit Flip Register 10
MTU_MC41_RDBFL11 0xF0063976          MC 41 Read Data and Bit Flip Register 11
MTU_MC41_RDBFL12 0xF0063978          MC 41 Read Data and Bit Flip Register 12
MTU_MC41_RDBFL13 0xF006397A          MC 41 Read Data and Bit Flip Register 13
MTU_MC41_RDBFL14 0xF006397C          MC 41 Read Data and Bit Flip Register 14
MTU_MC41_RDBFL15 0xF006397E          MC 41 Read Data and Bit Flip Register 15
MTU_MC41_RDBFL16 0xF0063980          MC 41 Read Data and Bit Flip Register 16
MTU_MC41_RDBFL17 0xF0063982          MC 41 Read Data and Bit Flip Register 17
MTU_MC41_RDBFL18 0xF0063984          MC 41 Read Data and Bit Flip Register 18
MTU_MC41_RDBFL19 0xF0063986          MC 41 Read Data and Bit Flip Register 19
MTU_MC41_RDBFL20 0xF0063988          MC 41 Read Data and Bit Flip Register 20
MTU_MC41_RDBFL21 0xF006398A          MC 41 Read Data and Bit Flip Register 21
MTU_MC41_RDBFL22 0xF006398C          MC 41 Read Data and Bit Flip Register 22
MTU_MC41_RDBFL23 0xF006398E          MC 41 Read Data and Bit Flip Register 23
MTU_MC41_RDBFL24 0xF0063990          MC 41 Read Data and Bit Flip Register 24
MTU_MC41_RDBFL25 0xF0063992          MC 41 Read Data and Bit Flip Register 25
MTU_MC41_RDBFL26 0xF0063994          MC 41 Read Data and Bit Flip Register 26
MTU_MC41_RDBFL27 0xF0063996          MC 41 Read Data and Bit Flip Register 27
MTU_MC41_RDBFL28 0xF0063998          MC 41 Read Data and Bit Flip Register 28
MTU_MC41_RDBFL29 0xF006399A          MC 41 Read Data and Bit Flip Register 29
MTU_MC41_RDBFL30 0xF006399C          MC 41 Read Data and Bit Flip Register 30
MTU_MC41_RDBFL31 0xF006399E          MC 41 Read Data and Bit Flip Register 31
MTU_MC41_RDBFL32 0xF00639A0          MC 41 Read Data and Bit Flip Register 32
MTU_MC41_RDBFL33 0xF00639A2          MC 41 Read Data and Bit Flip Register 33
MTU_MC41_RDBFL34 0xF00639A4          MC 41 Read Data and Bit Flip Register 34
MTU_MC41_RDBFL35 0xF00639A6          MC 41 Read Data and Bit Flip Register 35
MTU_MC41_RDBFL36 0xF00639A8          MC 41 Read Data and Bit Flip Register 36
MTU_MC41_RDBFL37 0xF00639AA          MC 41 Read Data and Bit Flip Register 37
MTU_MC41_RDBFL38 0xF00639AC          MC 41 Read Data and Bit Flip Register 38
MTU_MC41_RDBFL39 0xF00639AE          MC 41 Read Data and Bit Flip Register 39
MTU_MC41_RDBFL40 0xF00639B0          MC 41 Read Data and Bit Flip Register 40
MTU_MC41_RDBFL41 0xF00639B2          MC 41 Read Data and Bit Flip Register 41
MTU_MC41_RDBFL42 0xF00639B4          MC 41 Read Data and Bit Flip Register 42
MTU_MC41_RDBFL43 0xF00639B6          MC 41 Read Data and Bit Flip Register 43
MTU_MC41_RDBFL44 0xF00639B8          MC 41 Read Data and Bit Flip Register 44
MTU_MC41_RDBFL45 0xF00639BA          MC 41 Read Data and Bit Flip Register 45
MTU_MC41_RDBFL46 0xF00639BC          MC 41 Read Data and Bit Flip Register 46
MTU_MC41_RDBFL47 0xF00639BE          MC 41 Read Data and Bit Flip Register 47
MTU_MC41_RDBFL48 0xF00639C0          MC 41 Read Data and Bit Flip Register 48
MTU_MC41_RDBFL49 0xF00639C2          MC 41 Read Data and Bit Flip Register 49
MTU_MC41_RDBFL50 0xF00639C4          MC 41 Read Data and Bit Flip Register 50
MTU_MC41_RDBFL51 0xF00639C6          MC 41 Read Data and Bit Flip Register 51
MTU_MC41_RDBFL52 0xF00639C8          MC 41 Read Data and Bit Flip Register 52
MTU_MC41_RDBFL53 0xF00639CA          MC 41 Read Data and Bit Flip Register 53
MTU_MC41_RDBFL54 0xF00639CC          MC 41 Read Data and Bit Flip Register 54
MTU_MC41_RDBFL55 0xF00639CE          MC 41 Read Data and Bit Flip Register 55
MTU_MC41_RDBFL56 0xF00639D0          MC 41 Read Data and Bit Flip Register 56
MTU_MC41_RDBFL57 0xF00639D2          MC 41 Read Data and Bit Flip Register 57
MTU_MC41_RDBFL58 0xF00639D4          MC 41 Read Data and Bit Flip Register 58
MTU_MC41_RDBFL59 0xF00639D6          MC 41 Read Data and Bit Flip Register 59
MTU_MC41_RDBFL60 0xF00639D8          MC 41 Read Data and Bit Flip Register 60
MTU_MC41_RDBFL61 0xF00639DA          MC 41 Read Data and Bit Flip Register 61
MTU_MC41_RDBFL62 0xF00639DC          MC 41 Read Data and Bit Flip Register 62
MTU_MC41_RDBFL63 0xF00639DE          MC 41 Read Data and Bit Flip Register 63
MTU_MC41_RDBFL64 0xF00639E0          MC 41 Read Data and Bit Flip Register 64
MTU_MC41_RDBFL65 0xF00639E2          MC 41 Read Data and Bit Flip Register 65
MTU_MC41_RDBFL66 0xF00639E4          MC 41 Read Data and Bit Flip Register 66
MTU_MC41_ALMSRCS 0xF00639EE          MC 41 Alarm Sources Configuration Register
MTU_MC41_FAULTSTS 0xF00639F0          MC 41 SSH Safety Faults Status Register
MTU_MC41_ERRINFO0 0xF00639F2          MC 41 Error Information Register 0
MTU_MC41_ERRINFO1 0xF00639F4          MC 41 Error Information Register 1
MTU_MC41_ERRINFO2 0xF00639F6          MC 41 Error Information Register 2
MTU_MC41_ERRINFO3 0xF00639F8          MC 41 Error Information Register 3
MTU_MC41_ERRINFO4 0xF00639FA          MC 41 Error Information Register 4
MTU_MC42_CONFIG0 0xF0063A00          MC 42 Configuration Register 0
MTU_MC42_CONFIG1 0xF0063A02          MC 42 Configuration Register 1
MTU_MC42_MCONTROL 0xF0063A04          MC 42 MBIST Control Register
MTU_MC42_MSTATUS 0xF0063A06          MC 42 Status Register
MTU_MC42_RANGE  0xF0063A08          MC 42 Range Register, single address mode
MTU_MC42_REVID  0xF0063A0C          MC 42 Revision ID Register
MTU_MC42_ECCS   0xF0063A0E          MC 42 ECC Safety Register
MTU_MC42_ECCD   0xF0063A10          MC 42 Memory ECC Detection Register
MTU_MC42_ETRR0  0xF0063A12          MC 42 Error Tracking Register 0
MTU_MC42_ETRR1  0xF0063A14          MC 42 Error Tracking Register 1
MTU_MC42_ETRR2  0xF0063A16          MC 42 Error Tracking Register 2
MTU_MC42_ETRR3  0xF0063A18          MC 42 Error Tracking Register 3
MTU_MC42_ETRR4  0xF0063A1A          MC 42 Error Tracking Register 4
MTU_MC42_RDBFL0 0xF0063A60          MC 42 Read Data and Bit Flip Register 0
MTU_MC42_RDBFL1 0xF0063A62          MC 42 Read Data and Bit Flip Register 1
MTU_MC42_RDBFL2 0xF0063A64          MC 42 Read Data and Bit Flip Register 2
MTU_MC42_RDBFL3 0xF0063A66          MC 42 Read Data and Bit Flip Register 3
MTU_MC42_RDBFL4 0xF0063A68          MC 42 Read Data and Bit Flip Register 4
MTU_MC42_RDBFL5 0xF0063A6A          MC 42 Read Data and Bit Flip Register 5
MTU_MC42_RDBFL6 0xF0063A6C          MC 42 Read Data and Bit Flip Register 6
MTU_MC42_RDBFL7 0xF0063A6E          MC 42 Read Data and Bit Flip Register 7
MTU_MC42_RDBFL8 0xF0063A70          MC 42 Read Data and Bit Flip Register 8
MTU_MC42_RDBFL9 0xF0063A72          MC 42 Read Data and Bit Flip Register 9
MTU_MC42_RDBFL10 0xF0063A74          MC 42 Read Data and Bit Flip Register 10
MTU_MC42_RDBFL11 0xF0063A76          MC 42 Read Data and Bit Flip Register 11
MTU_MC42_RDBFL12 0xF0063A78          MC 42 Read Data and Bit Flip Register 12
MTU_MC42_RDBFL13 0xF0063A7A          MC 42 Read Data and Bit Flip Register 13
MTU_MC42_RDBFL14 0xF0063A7C          MC 42 Read Data and Bit Flip Register 14
MTU_MC42_RDBFL15 0xF0063A7E          MC 42 Read Data and Bit Flip Register 15
MTU_MC42_RDBFL16 0xF0063A80          MC 42 Read Data and Bit Flip Register 16
MTU_MC42_RDBFL17 0xF0063A82          MC 42 Read Data and Bit Flip Register 17
MTU_MC42_RDBFL18 0xF0063A84          MC 42 Read Data and Bit Flip Register 18
MTU_MC42_RDBFL19 0xF0063A86          MC 42 Read Data and Bit Flip Register 19
MTU_MC42_RDBFL20 0xF0063A88          MC 42 Read Data and Bit Flip Register 20
MTU_MC42_RDBFL21 0xF0063A8A          MC 42 Read Data and Bit Flip Register 21
MTU_MC42_RDBFL22 0xF0063A8C          MC 42 Read Data and Bit Flip Register 22
MTU_MC42_RDBFL23 0xF0063A8E          MC 42 Read Data and Bit Flip Register 23
MTU_MC42_RDBFL24 0xF0063A90          MC 42 Read Data and Bit Flip Register 24
MTU_MC42_RDBFL25 0xF0063A92          MC 42 Read Data and Bit Flip Register 25
MTU_MC42_RDBFL26 0xF0063A94          MC 42 Read Data and Bit Flip Register 26
MTU_MC42_RDBFL27 0xF0063A96          MC 42 Read Data and Bit Flip Register 27
MTU_MC42_RDBFL28 0xF0063A98          MC 42 Read Data and Bit Flip Register 28
MTU_MC42_RDBFL29 0xF0063A9A          MC 42 Read Data and Bit Flip Register 29
MTU_MC42_RDBFL30 0xF0063A9C          MC 42 Read Data and Bit Flip Register 30
MTU_MC42_RDBFL31 0xF0063A9E          MC 42 Read Data and Bit Flip Register 31
MTU_MC42_RDBFL32 0xF0063AA0          MC 42 Read Data and Bit Flip Register 32
MTU_MC42_RDBFL33 0xF0063AA2          MC 42 Read Data and Bit Flip Register 33
MTU_MC42_RDBFL34 0xF0063AA4          MC 42 Read Data and Bit Flip Register 34
MTU_MC42_RDBFL35 0xF0063AA6          MC 42 Read Data and Bit Flip Register 35
MTU_MC42_RDBFL36 0xF0063AA8          MC 42 Read Data and Bit Flip Register 36
MTU_MC42_RDBFL37 0xF0063AAA          MC 42 Read Data and Bit Flip Register 37
MTU_MC42_RDBFL38 0xF0063AAC          MC 42 Read Data and Bit Flip Register 38
MTU_MC42_RDBFL39 0xF0063AAE          MC 42 Read Data and Bit Flip Register 39
MTU_MC42_RDBFL40 0xF0063AB0          MC 42 Read Data and Bit Flip Register 40
MTU_MC42_RDBFL41 0xF0063AB2          MC 42 Read Data and Bit Flip Register 41
MTU_MC42_RDBFL42 0xF0063AB4          MC 42 Read Data and Bit Flip Register 42
MTU_MC42_RDBFL43 0xF0063AB6          MC 42 Read Data and Bit Flip Register 43
MTU_MC42_RDBFL44 0xF0063AB8          MC 42 Read Data and Bit Flip Register 44
MTU_MC42_RDBFL45 0xF0063ABA          MC 42 Read Data and Bit Flip Register 45
MTU_MC42_RDBFL46 0xF0063ABC          MC 42 Read Data and Bit Flip Register 46
MTU_MC42_RDBFL47 0xF0063ABE          MC 42 Read Data and Bit Flip Register 47
MTU_MC42_RDBFL48 0xF0063AC0          MC 42 Read Data and Bit Flip Register 48
MTU_MC42_RDBFL49 0xF0063AC2          MC 42 Read Data and Bit Flip Register 49
MTU_MC42_RDBFL50 0xF0063AC4          MC 42 Read Data and Bit Flip Register 50
MTU_MC42_RDBFL51 0xF0063AC6          MC 42 Read Data and Bit Flip Register 51
MTU_MC42_RDBFL52 0xF0063AC8          MC 42 Read Data and Bit Flip Register 52
MTU_MC42_RDBFL53 0xF0063ACA          MC 42 Read Data and Bit Flip Register 53
MTU_MC42_RDBFL54 0xF0063ACC          MC 42 Read Data and Bit Flip Register 54
MTU_MC42_RDBFL55 0xF0063ACE          MC 42 Read Data and Bit Flip Register 55
MTU_MC42_RDBFL56 0xF0063AD0          MC 42 Read Data and Bit Flip Register 56
MTU_MC42_RDBFL57 0xF0063AD2          MC 42 Read Data and Bit Flip Register 57
MTU_MC42_RDBFL58 0xF0063AD4          MC 42 Read Data and Bit Flip Register 58
MTU_MC42_RDBFL59 0xF0063AD6          MC 42 Read Data and Bit Flip Register 59
MTU_MC42_RDBFL60 0xF0063AD8          MC 42 Read Data and Bit Flip Register 60
MTU_MC42_RDBFL61 0xF0063ADA          MC 42 Read Data and Bit Flip Register 61
MTU_MC42_RDBFL62 0xF0063ADC          MC 42 Read Data and Bit Flip Register 62
MTU_MC42_RDBFL63 0xF0063ADE          MC 42 Read Data and Bit Flip Register 63
MTU_MC42_RDBFL64 0xF0063AE0          MC 42 Read Data and Bit Flip Register 64
MTU_MC42_RDBFL65 0xF0063AE2          MC 42 Read Data and Bit Flip Register 65
MTU_MC42_RDBFL66 0xF0063AE4          MC 42 Read Data and Bit Flip Register 66
MTU_MC42_ALMSRCS 0xF0063AEE          MC 42 Alarm Sources Configuration Register
MTU_MC42_FAULTSTS 0xF0063AF0          MC 42 SSH Safety Faults Status Register
MTU_MC42_ERRINFO0 0xF0063AF2          MC 42 Error Information Register 0
MTU_MC42_ERRINFO1 0xF0063AF4          MC 42 Error Information Register 1
MTU_MC42_ERRINFO2 0xF0063AF6          MC 42 Error Information Register 2
MTU_MC42_ERRINFO3 0xF0063AF8          MC 42 Error Information Register 3
MTU_MC42_ERRINFO4 0xF0063AFA          MC 42 Error Information Register 4
MTU_MC43_CONFIG0 0xF0063B00          MC 43 Configuration Register 0
MTU_MC43_CONFIG1 0xF0063B02          MC 43 Configuration Register 1
MTU_MC43_MCONTROL 0xF0063B04          MC 43 MBIST Control Register
MTU_MC43_MSTATUS 0xF0063B06          MC 43 Status Register
MTU_MC43_RANGE  0xF0063B08          MC 43 Range Register, single address mode
MTU_MC43_REVID  0xF0063B0C          MC 43 Revision ID Register
MTU_MC43_ECCS   0xF0063B0E          MC 43 ECC Safety Register
MTU_MC43_ECCD   0xF0063B10          MC 43 Memory ECC Detection Register
MTU_MC43_ETRR0  0xF0063B12          MC 43 Error Tracking Register 0
MTU_MC43_ETRR1  0xF0063B14          MC 43 Error Tracking Register 1
MTU_MC43_ETRR2  0xF0063B16          MC 43 Error Tracking Register 2
MTU_MC43_ETRR3  0xF0063B18          MC 43 Error Tracking Register 3
MTU_MC43_ETRR4  0xF0063B1A          MC 43 Error Tracking Register 4
MTU_MC43_RDBFL0 0xF0063B60          MC 43 Read Data and Bit Flip Register 0
MTU_MC43_RDBFL1 0xF0063B62          MC 43 Read Data and Bit Flip Register 1
MTU_MC43_RDBFL2 0xF0063B64          MC 43 Read Data and Bit Flip Register 2
MTU_MC43_RDBFL3 0xF0063B66          MC 43 Read Data and Bit Flip Register 3
MTU_MC43_RDBFL4 0xF0063B68          MC 43 Read Data and Bit Flip Register 4
MTU_MC43_RDBFL5 0xF0063B6A          MC 43 Read Data and Bit Flip Register 5
MTU_MC43_RDBFL6 0xF0063B6C          MC 43 Read Data and Bit Flip Register 6
MTU_MC43_RDBFL7 0xF0063B6E          MC 43 Read Data and Bit Flip Register 7
MTU_MC43_RDBFL8 0xF0063B70          MC 43 Read Data and Bit Flip Register 8
MTU_MC43_RDBFL9 0xF0063B72          MC 43 Read Data and Bit Flip Register 9
MTU_MC43_RDBFL10 0xF0063B74          MC 43 Read Data and Bit Flip Register 10
MTU_MC43_RDBFL11 0xF0063B76          MC 43 Read Data and Bit Flip Register 11
MTU_MC43_RDBFL12 0xF0063B78          MC 43 Read Data and Bit Flip Register 12
MTU_MC43_RDBFL13 0xF0063B7A          MC 43 Read Data and Bit Flip Register 13
MTU_MC43_RDBFL14 0xF0063B7C          MC 43 Read Data and Bit Flip Register 14
MTU_MC43_RDBFL15 0xF0063B7E          MC 43 Read Data and Bit Flip Register 15
MTU_MC43_RDBFL16 0xF0063B80          MC 43 Read Data and Bit Flip Register 16
MTU_MC43_RDBFL17 0xF0063B82          MC 43 Read Data and Bit Flip Register 17
MTU_MC43_RDBFL18 0xF0063B84          MC 43 Read Data and Bit Flip Register 18
MTU_MC43_RDBFL19 0xF0063B86          MC 43 Read Data and Bit Flip Register 19
MTU_MC43_RDBFL20 0xF0063B88          MC 43 Read Data and Bit Flip Register 20
MTU_MC43_RDBFL21 0xF0063B8A          MC 43 Read Data and Bit Flip Register 21
MTU_MC43_RDBFL22 0xF0063B8C          MC 43 Read Data and Bit Flip Register 22
MTU_MC43_RDBFL23 0xF0063B8E          MC 43 Read Data and Bit Flip Register 23
MTU_MC43_RDBFL24 0xF0063B90          MC 43 Read Data and Bit Flip Register 24
MTU_MC43_RDBFL25 0xF0063B92          MC 43 Read Data and Bit Flip Register 25
MTU_MC43_RDBFL26 0xF0063B94          MC 43 Read Data and Bit Flip Register 26
MTU_MC43_RDBFL27 0xF0063B96          MC 43 Read Data and Bit Flip Register 27
MTU_MC43_RDBFL28 0xF0063B98          MC 43 Read Data and Bit Flip Register 28
MTU_MC43_RDBFL29 0xF0063B9A          MC 43 Read Data and Bit Flip Register 29
MTU_MC43_RDBFL30 0xF0063B9C          MC 43 Read Data and Bit Flip Register 30
MTU_MC43_RDBFL31 0xF0063B9E          MC 43 Read Data and Bit Flip Register 31
MTU_MC43_RDBFL32 0xF0063BA0          MC 43 Read Data and Bit Flip Register 32
MTU_MC43_RDBFL33 0xF0063BA2          MC 43 Read Data and Bit Flip Register 33
MTU_MC43_RDBFL34 0xF0063BA4          MC 43 Read Data and Bit Flip Register 34
MTU_MC43_RDBFL35 0xF0063BA6          MC 43 Read Data and Bit Flip Register 35
MTU_MC43_RDBFL36 0xF0063BA8          MC 43 Read Data and Bit Flip Register 36
MTU_MC43_RDBFL37 0xF0063BAA          MC 43 Read Data and Bit Flip Register 37
MTU_MC43_RDBFL38 0xF0063BAC          MC 43 Read Data and Bit Flip Register 38
MTU_MC43_RDBFL39 0xF0063BAE          MC 43 Read Data and Bit Flip Register 39
MTU_MC43_RDBFL40 0xF0063BB0          MC 43 Read Data and Bit Flip Register 40
MTU_MC43_RDBFL41 0xF0063BB2          MC 43 Read Data and Bit Flip Register 41
MTU_MC43_RDBFL42 0xF0063BB4          MC 43 Read Data and Bit Flip Register 42
MTU_MC43_RDBFL43 0xF0063BB6          MC 43 Read Data and Bit Flip Register 43
MTU_MC43_RDBFL44 0xF0063BB8          MC 43 Read Data and Bit Flip Register 44
MTU_MC43_RDBFL45 0xF0063BBA          MC 43 Read Data and Bit Flip Register 45
MTU_MC43_RDBFL46 0xF0063BBC          MC 43 Read Data and Bit Flip Register 46
MTU_MC43_RDBFL47 0xF0063BBE          MC 43 Read Data and Bit Flip Register 47
MTU_MC43_RDBFL48 0xF0063BC0          MC 43 Read Data and Bit Flip Register 48
MTU_MC43_RDBFL49 0xF0063BC2          MC 43 Read Data and Bit Flip Register 49
MTU_MC43_RDBFL50 0xF0063BC4          MC 43 Read Data and Bit Flip Register 50
MTU_MC43_RDBFL51 0xF0063BC6          MC 43 Read Data and Bit Flip Register 51
MTU_MC43_RDBFL52 0xF0063BC8          MC 43 Read Data and Bit Flip Register 52
MTU_MC43_RDBFL53 0xF0063BCA          MC 43 Read Data and Bit Flip Register 53
MTU_MC43_RDBFL54 0xF0063BCC          MC 43 Read Data and Bit Flip Register 54
MTU_MC43_RDBFL55 0xF0063BCE          MC 43 Read Data and Bit Flip Register 55
MTU_MC43_RDBFL56 0xF0063BD0          MC 43 Read Data and Bit Flip Register 56
MTU_MC43_RDBFL57 0xF0063BD2          MC 43 Read Data and Bit Flip Register 57
MTU_MC43_RDBFL58 0xF0063BD4          MC 43 Read Data and Bit Flip Register 58
MTU_MC43_RDBFL59 0xF0063BD6          MC 43 Read Data and Bit Flip Register 59
MTU_MC43_RDBFL60 0xF0063BD8          MC 43 Read Data and Bit Flip Register 60
MTU_MC43_RDBFL61 0xF0063BDA          MC 43 Read Data and Bit Flip Register 61
MTU_MC43_RDBFL62 0xF0063BDC          MC 43 Read Data and Bit Flip Register 62
MTU_MC43_RDBFL63 0xF0063BDE          MC 43 Read Data and Bit Flip Register 63
MTU_MC43_RDBFL64 0xF0063BE0          MC 43 Read Data and Bit Flip Register 64
MTU_MC43_RDBFL65 0xF0063BE2          MC 43 Read Data and Bit Flip Register 65
MTU_MC43_RDBFL66 0xF0063BE4          MC 43 Read Data and Bit Flip Register 66
MTU_MC43_ALMSRCS 0xF0063BEE          MC 43 Alarm Sources Configuration Register
MTU_MC43_FAULTSTS 0xF0063BF0          MC 43 SSH Safety Faults Status Register
MTU_MC43_ERRINFO0 0xF0063BF2          MC 43 Error Information Register 0
MTU_MC43_ERRINFO1 0xF0063BF4          MC 43 Error Information Register 1
MTU_MC43_ERRINFO2 0xF0063BF6          MC 43 Error Information Register 2
MTU_MC43_ERRINFO3 0xF0063BF8          MC 43 Error Information Register 3
MTU_MC43_ERRINFO4 0xF0063BFA          MC 43 Error Information Register 4
MTU_MC44_CONFIG0 0xF0063C00          MC 44 Configuration Register 0
MTU_MC44_CONFIG1 0xF0063C02          MC 44 Configuration Register 1
MTU_MC44_MCONTROL 0xF0063C04          MC 44 MBIST Control Register
MTU_MC44_MSTATUS 0xF0063C06          MC 44 Status Register
MTU_MC44_RANGE  0xF0063C08          MC 44 Range Register, single address mode
MTU_MC44_REVID  0xF0063C0C          MC 44 Revision ID Register
MTU_MC44_ECCS   0xF0063C0E          MC 44 ECC Safety Register
MTU_MC44_ECCD   0xF0063C10          MC 44 Memory ECC Detection Register
MTU_MC44_ETRR0  0xF0063C12          MC 44 Error Tracking Register 0
MTU_MC44_ETRR1  0xF0063C14          MC 44 Error Tracking Register 1
MTU_MC44_ETRR2  0xF0063C16          MC 44 Error Tracking Register 2
MTU_MC44_ETRR3  0xF0063C18          MC 44 Error Tracking Register 3
MTU_MC44_ETRR4  0xF0063C1A          MC 44 Error Tracking Register 4
MTU_MC44_RDBFL0 0xF0063C60          MC 44 Read Data and Bit Flip Register 0
MTU_MC44_RDBFL1 0xF0063C62          MC 44 Read Data and Bit Flip Register 1
MTU_MC44_RDBFL2 0xF0063C64          MC 44 Read Data and Bit Flip Register 2
MTU_MC44_RDBFL3 0xF0063C66          MC 44 Read Data and Bit Flip Register 3
MTU_MC44_RDBFL4 0xF0063C68          MC 44 Read Data and Bit Flip Register 4
MTU_MC44_RDBFL5 0xF0063C6A          MC 44 Read Data and Bit Flip Register 5
MTU_MC44_RDBFL6 0xF0063C6C          MC 44 Read Data and Bit Flip Register 6
MTU_MC44_RDBFL7 0xF0063C6E          MC 44 Read Data and Bit Flip Register 7
MTU_MC44_RDBFL8 0xF0063C70          MC 44 Read Data and Bit Flip Register 8
MTU_MC44_RDBFL9 0xF0063C72          MC 44 Read Data and Bit Flip Register 9
MTU_MC44_RDBFL10 0xF0063C74          MC 44 Read Data and Bit Flip Register 10
MTU_MC44_RDBFL11 0xF0063C76          MC 44 Read Data and Bit Flip Register 11
MTU_MC44_RDBFL12 0xF0063C78          MC 44 Read Data and Bit Flip Register 12
MTU_MC44_RDBFL13 0xF0063C7A          MC 44 Read Data and Bit Flip Register 13
MTU_MC44_RDBFL14 0xF0063C7C          MC 44 Read Data and Bit Flip Register 14
MTU_MC44_RDBFL15 0xF0063C7E          MC 44 Read Data and Bit Flip Register 15
MTU_MC44_RDBFL16 0xF0063C80          MC 44 Read Data and Bit Flip Register 16
MTU_MC44_RDBFL17 0xF0063C82          MC 44 Read Data and Bit Flip Register 17
MTU_MC44_RDBFL18 0xF0063C84          MC 44 Read Data and Bit Flip Register 18
MTU_MC44_RDBFL19 0xF0063C86          MC 44 Read Data and Bit Flip Register 19
MTU_MC44_RDBFL20 0xF0063C88          MC 44 Read Data and Bit Flip Register 20
MTU_MC44_RDBFL21 0xF0063C8A          MC 44 Read Data and Bit Flip Register 21
MTU_MC44_RDBFL22 0xF0063C8C          MC 44 Read Data and Bit Flip Register 22
MTU_MC44_RDBFL23 0xF0063C8E          MC 44 Read Data and Bit Flip Register 23
MTU_MC44_RDBFL24 0xF0063C90          MC 44 Read Data and Bit Flip Register 24
MTU_MC44_RDBFL25 0xF0063C92          MC 44 Read Data and Bit Flip Register 25
MTU_MC44_RDBFL26 0xF0063C94          MC 44 Read Data and Bit Flip Register 26
MTU_MC44_RDBFL27 0xF0063C96          MC 44 Read Data and Bit Flip Register 27
MTU_MC44_RDBFL28 0xF0063C98          MC 44 Read Data and Bit Flip Register 28
MTU_MC44_RDBFL29 0xF0063C9A          MC 44 Read Data and Bit Flip Register 29
MTU_MC44_RDBFL30 0xF0063C9C          MC 44 Read Data and Bit Flip Register 30
MTU_MC44_RDBFL31 0xF0063C9E          MC 44 Read Data and Bit Flip Register 31
MTU_MC44_RDBFL32 0xF0063CA0          MC 44 Read Data and Bit Flip Register 32
MTU_MC44_RDBFL33 0xF0063CA2          MC 44 Read Data and Bit Flip Register 33
MTU_MC44_RDBFL34 0xF0063CA4          MC 44 Read Data and Bit Flip Register 34
MTU_MC44_RDBFL35 0xF0063CA6          MC 44 Read Data and Bit Flip Register 35
MTU_MC44_RDBFL36 0xF0063CA8          MC 44 Read Data and Bit Flip Register 36
MTU_MC44_RDBFL37 0xF0063CAA          MC 44 Read Data and Bit Flip Register 37
MTU_MC44_RDBFL38 0xF0063CAC          MC 44 Read Data and Bit Flip Register 38
MTU_MC44_RDBFL39 0xF0063CAE          MC 44 Read Data and Bit Flip Register 39
MTU_MC44_RDBFL40 0xF0063CB0          MC 44 Read Data and Bit Flip Register 40
MTU_MC44_RDBFL41 0xF0063CB2          MC 44 Read Data and Bit Flip Register 41
MTU_MC44_RDBFL42 0xF0063CB4          MC 44 Read Data and Bit Flip Register 42
MTU_MC44_RDBFL43 0xF0063CB6          MC 44 Read Data and Bit Flip Register 43
MTU_MC44_RDBFL44 0xF0063CB8          MC 44 Read Data and Bit Flip Register 44
MTU_MC44_RDBFL45 0xF0063CBA          MC 44 Read Data and Bit Flip Register 45
MTU_MC44_RDBFL46 0xF0063CBC          MC 44 Read Data and Bit Flip Register 46
MTU_MC44_RDBFL47 0xF0063CBE          MC 44 Read Data and Bit Flip Register 47
MTU_MC44_RDBFL48 0xF0063CC0          MC 44 Read Data and Bit Flip Register 48
MTU_MC44_RDBFL49 0xF0063CC2          MC 44 Read Data and Bit Flip Register 49
MTU_MC44_RDBFL50 0xF0063CC4          MC 44 Read Data and Bit Flip Register 50
MTU_MC44_RDBFL51 0xF0063CC6          MC 44 Read Data and Bit Flip Register 51
MTU_MC44_RDBFL52 0xF0063CC8          MC 44 Read Data and Bit Flip Register 52
MTU_MC44_RDBFL53 0xF0063CCA          MC 44 Read Data and Bit Flip Register 53
MTU_MC44_RDBFL54 0xF0063CCC          MC 44 Read Data and Bit Flip Register 54
MTU_MC44_RDBFL55 0xF0063CCE          MC 44 Read Data and Bit Flip Register 55
MTU_MC44_RDBFL56 0xF0063CD0          MC 44 Read Data and Bit Flip Register 56
MTU_MC44_RDBFL57 0xF0063CD2          MC 44 Read Data and Bit Flip Register 57
MTU_MC44_RDBFL58 0xF0063CD4          MC 44 Read Data and Bit Flip Register 58
MTU_MC44_RDBFL59 0xF0063CD6          MC 44 Read Data and Bit Flip Register 59
MTU_MC44_RDBFL60 0xF0063CD8          MC 44 Read Data and Bit Flip Register 60
MTU_MC44_RDBFL61 0xF0063CDA          MC 44 Read Data and Bit Flip Register 61
MTU_MC44_RDBFL62 0xF0063CDC          MC 44 Read Data and Bit Flip Register 62
MTU_MC44_RDBFL63 0xF0063CDE          MC 44 Read Data and Bit Flip Register 63
MTU_MC44_RDBFL64 0xF0063CE0          MC 44 Read Data and Bit Flip Register 64
MTU_MC44_RDBFL65 0xF0063CE2          MC 44 Read Data and Bit Flip Register 65
MTU_MC44_RDBFL66 0xF0063CE4          MC 44 Read Data and Bit Flip Register 66
MTU_MC44_ALMSRCS 0xF0063CEE          MC 44 Alarm Sources Configuration Register
MTU_MC44_FAULTSTS 0xF0063CF0          MC 44 SSH Safety Faults Status Register
MTU_MC44_ERRINFO0 0xF0063CF2          MC 44 Error Information Register 0
MTU_MC44_ERRINFO1 0xF0063CF4          MC 44 Error Information Register 1
MTU_MC44_ERRINFO2 0xF0063CF6          MC 44 Error Information Register 2
MTU_MC44_ERRINFO3 0xF0063CF8          MC 44 Error Information Register 3
MTU_MC44_ERRINFO4 0xF0063CFA          MC 44 Error Information Register 4
MTU_MC45_CONFIG0 0xF0063D00          MC 45 Configuration Register 0
MTU_MC45_CONFIG1 0xF0063D02          MC 45 Configuration Register 1
MTU_MC45_MCONTROL 0xF0063D04          MC 45 MBIST Control Register
MTU_MC45_MSTATUS 0xF0063D06          MC 45 Status Register
MTU_MC45_RANGE  0xF0063D08          MC 45 Range Register, single address mode
MTU_MC45_REVID  0xF0063D0C          MC 45 Revision ID Register
MTU_MC45_ECCS   0xF0063D0E          MC 45 ECC Safety Register
MTU_MC45_ECCD   0xF0063D10          MC 45 Memory ECC Detection Register
MTU_MC45_ETRR0  0xF0063D12          MC 45 Error Tracking Register 0
MTU_MC45_ETRR1  0xF0063D14          MC 45 Error Tracking Register 1
MTU_MC45_ETRR2  0xF0063D16          MC 45 Error Tracking Register 2
MTU_MC45_ETRR3  0xF0063D18          MC 45 Error Tracking Register 3
MTU_MC45_ETRR4  0xF0063D1A          MC 45 Error Tracking Register 4
MTU_MC45_RDBFL0 0xF0063D60          MC 45 Read Data and Bit Flip Register 0
MTU_MC45_RDBFL1 0xF0063D62          MC 45 Read Data and Bit Flip Register 1
MTU_MC45_RDBFL2 0xF0063D64          MC 45 Read Data and Bit Flip Register 2
MTU_MC45_RDBFL3 0xF0063D66          MC 45 Read Data and Bit Flip Register 3
MTU_MC45_RDBFL4 0xF0063D68          MC 45 Read Data and Bit Flip Register 4
MTU_MC45_RDBFL5 0xF0063D6A          MC 45 Read Data and Bit Flip Register 5
MTU_MC45_RDBFL6 0xF0063D6C          MC 45 Read Data and Bit Flip Register 6
MTU_MC45_RDBFL7 0xF0063D6E          MC 45 Read Data and Bit Flip Register 7
MTU_MC45_RDBFL8 0xF0063D70          MC 45 Read Data and Bit Flip Register 8
MTU_MC45_RDBFL9 0xF0063D72          MC 45 Read Data and Bit Flip Register 9
MTU_MC45_RDBFL10 0xF0063D74          MC 45 Read Data and Bit Flip Register 10
MTU_MC45_RDBFL11 0xF0063D76          MC 45 Read Data and Bit Flip Register 11
MTU_MC45_RDBFL12 0xF0063D78          MC 45 Read Data and Bit Flip Register 12
MTU_MC45_RDBFL13 0xF0063D7A          MC 45 Read Data and Bit Flip Register 13
MTU_MC45_RDBFL14 0xF0063D7C          MC 45 Read Data and Bit Flip Register 14
MTU_MC45_RDBFL15 0xF0063D7E          MC 45 Read Data and Bit Flip Register 15
MTU_MC45_RDBFL16 0xF0063D80          MC 45 Read Data and Bit Flip Register 16
MTU_MC45_RDBFL17 0xF0063D82          MC 45 Read Data and Bit Flip Register 17
MTU_MC45_RDBFL18 0xF0063D84          MC 45 Read Data and Bit Flip Register 18
MTU_MC45_RDBFL19 0xF0063D86          MC 45 Read Data and Bit Flip Register 19
MTU_MC45_RDBFL20 0xF0063D88          MC 45 Read Data and Bit Flip Register 20
MTU_MC45_RDBFL21 0xF0063D8A          MC 45 Read Data and Bit Flip Register 21
MTU_MC45_RDBFL22 0xF0063D8C          MC 45 Read Data and Bit Flip Register 22
MTU_MC45_RDBFL23 0xF0063D8E          MC 45 Read Data and Bit Flip Register 23
MTU_MC45_RDBFL24 0xF0063D90          MC 45 Read Data and Bit Flip Register 24
MTU_MC45_RDBFL25 0xF0063D92          MC 45 Read Data and Bit Flip Register 25
MTU_MC45_RDBFL26 0xF0063D94          MC 45 Read Data and Bit Flip Register 26
MTU_MC45_RDBFL27 0xF0063D96          MC 45 Read Data and Bit Flip Register 27
MTU_MC45_RDBFL28 0xF0063D98          MC 45 Read Data and Bit Flip Register 28
MTU_MC45_RDBFL29 0xF0063D9A          MC 45 Read Data and Bit Flip Register 29
MTU_MC45_RDBFL30 0xF0063D9C          MC 45 Read Data and Bit Flip Register 30
MTU_MC45_RDBFL31 0xF0063D9E          MC 45 Read Data and Bit Flip Register 31
MTU_MC45_RDBFL32 0xF0063DA0          MC 45 Read Data and Bit Flip Register 32
MTU_MC45_RDBFL33 0xF0063DA2          MC 45 Read Data and Bit Flip Register 33
MTU_MC45_RDBFL34 0xF0063DA4          MC 45 Read Data and Bit Flip Register 34
MTU_MC45_RDBFL35 0xF0063DA6          MC 45 Read Data and Bit Flip Register 35
MTU_MC45_RDBFL36 0xF0063DA8          MC 45 Read Data and Bit Flip Register 36
MTU_MC45_RDBFL37 0xF0063DAA          MC 45 Read Data and Bit Flip Register 37
MTU_MC45_RDBFL38 0xF0063DAC          MC 45 Read Data and Bit Flip Register 38
MTU_MC45_RDBFL39 0xF0063DAE          MC 45 Read Data and Bit Flip Register 39
MTU_MC45_RDBFL40 0xF0063DB0          MC 45 Read Data and Bit Flip Register 40
MTU_MC45_RDBFL41 0xF0063DB2          MC 45 Read Data and Bit Flip Register 41
MTU_MC45_RDBFL42 0xF0063DB4          MC 45 Read Data and Bit Flip Register 42
MTU_MC45_RDBFL43 0xF0063DB6          MC 45 Read Data and Bit Flip Register 43
MTU_MC45_RDBFL44 0xF0063DB8          MC 45 Read Data and Bit Flip Register 44
MTU_MC45_RDBFL45 0xF0063DBA          MC 45 Read Data and Bit Flip Register 45
MTU_MC45_RDBFL46 0xF0063DBC          MC 45 Read Data and Bit Flip Register 46
MTU_MC45_RDBFL47 0xF0063DBE          MC 45 Read Data and Bit Flip Register 47
MTU_MC45_RDBFL48 0xF0063DC0          MC 45 Read Data and Bit Flip Register 48
MTU_MC45_RDBFL49 0xF0063DC2          MC 45 Read Data and Bit Flip Register 49
MTU_MC45_RDBFL50 0xF0063DC4          MC 45 Read Data and Bit Flip Register 50
MTU_MC45_RDBFL51 0xF0063DC6          MC 45 Read Data and Bit Flip Register 51
MTU_MC45_RDBFL52 0xF0063DC8          MC 45 Read Data and Bit Flip Register 52
MTU_MC45_RDBFL53 0xF0063DCA          MC 45 Read Data and Bit Flip Register 53
MTU_MC45_RDBFL54 0xF0063DCC          MC 45 Read Data and Bit Flip Register 54
MTU_MC45_RDBFL55 0xF0063DCE          MC 45 Read Data and Bit Flip Register 55
MTU_MC45_RDBFL56 0xF0063DD0          MC 45 Read Data and Bit Flip Register 56
MTU_MC45_RDBFL57 0xF0063DD2          MC 45 Read Data and Bit Flip Register 57
MTU_MC45_RDBFL58 0xF0063DD4          MC 45 Read Data and Bit Flip Register 58
MTU_MC45_RDBFL59 0xF0063DD6          MC 45 Read Data and Bit Flip Register 59
MTU_MC45_RDBFL60 0xF0063DD8          MC 45 Read Data and Bit Flip Register 60
MTU_MC45_RDBFL61 0xF0063DDA          MC 45 Read Data and Bit Flip Register 61
MTU_MC45_RDBFL62 0xF0063DDC          MC 45 Read Data and Bit Flip Register 62
MTU_MC45_RDBFL63 0xF0063DDE          MC 45 Read Data and Bit Flip Register 63
MTU_MC45_RDBFL64 0xF0063DE0          MC 45 Read Data and Bit Flip Register 64
MTU_MC45_RDBFL65 0xF0063DE2          MC 45 Read Data and Bit Flip Register 65
MTU_MC45_RDBFL66 0xF0063DE4          MC 45 Read Data and Bit Flip Register 66
MTU_MC45_ALMSRCS 0xF0063DEE          MC 45 Alarm Sources Configuration Register
MTU_MC45_FAULTSTS 0xF0063DF0          MC 45 SSH Safety Faults Status Register
MTU_MC45_ERRINFO0 0xF0063DF2          MC 45 Error Information Register 0
MTU_MC45_ERRINFO1 0xF0063DF4          MC 45 Error Information Register 1
MTU_MC45_ERRINFO2 0xF0063DF6          MC 45 Error Information Register 2
MTU_MC45_ERRINFO3 0xF0063DF8          MC 45 Error Information Register 3
MTU_MC45_ERRINFO4 0xF0063DFA          MC 45 Error Information Register 4
MTU_MC46_CONFIG0 0xF0063E00          MC 46 Configuration Register 0
MTU_MC46_CONFIG1 0xF0063E02          MC 46 Configuration Register 1
MTU_MC46_MCONTROL 0xF0063E04          MC 46 MBIST Control Register
MTU_MC46_MSTATUS 0xF0063E06          MC 46 Status Register
MTU_MC46_RANGE  0xF0063E08          MC 46 Range Register, single address mode
MTU_MC46_REVID  0xF0063E0C          MC 46 Revision ID Register
MTU_MC46_ECCS   0xF0063E0E          MC 46 ECC Safety Register
MTU_MC46_ECCD   0xF0063E10          MC 46 Memory ECC Detection Register
MTU_MC46_ETRR0  0xF0063E12          MC 46 Error Tracking Register 0
MTU_MC46_ETRR1  0xF0063E14          MC 46 Error Tracking Register 1
MTU_MC46_ETRR2  0xF0063E16          MC 46 Error Tracking Register 2
MTU_MC46_ETRR3  0xF0063E18          MC 46 Error Tracking Register 3
MTU_MC46_ETRR4  0xF0063E1A          MC 46 Error Tracking Register 4
MTU_MC46_RDBFL0 0xF0063E60          MC 46 Read Data and Bit Flip Register 0
MTU_MC46_RDBFL1 0xF0063E62          MC 46 Read Data and Bit Flip Register 1
MTU_MC46_RDBFL2 0xF0063E64          MC 46 Read Data and Bit Flip Register 2
MTU_MC46_RDBFL3 0xF0063E66          MC 46 Read Data and Bit Flip Register 3
MTU_MC46_RDBFL4 0xF0063E68          MC 46 Read Data and Bit Flip Register 4
MTU_MC46_RDBFL5 0xF0063E6A          MC 46 Read Data and Bit Flip Register 5
MTU_MC46_RDBFL6 0xF0063E6C          MC 46 Read Data and Bit Flip Register 6
MTU_MC46_RDBFL7 0xF0063E6E          MC 46 Read Data and Bit Flip Register 7
MTU_MC46_RDBFL8 0xF0063E70          MC 46 Read Data and Bit Flip Register 8
MTU_MC46_RDBFL9 0xF0063E72          MC 46 Read Data and Bit Flip Register 9
MTU_MC46_RDBFL10 0xF0063E74          MC 46 Read Data and Bit Flip Register 10
MTU_MC46_RDBFL11 0xF0063E76          MC 46 Read Data and Bit Flip Register 11
MTU_MC46_RDBFL12 0xF0063E78          MC 46 Read Data and Bit Flip Register 12
MTU_MC46_RDBFL13 0xF0063E7A          MC 46 Read Data and Bit Flip Register 13
MTU_MC46_RDBFL14 0xF0063E7C          MC 46 Read Data and Bit Flip Register 14
MTU_MC46_RDBFL15 0xF0063E7E          MC 46 Read Data and Bit Flip Register 15
MTU_MC46_RDBFL16 0xF0063E80          MC 46 Read Data and Bit Flip Register 16
MTU_MC46_RDBFL17 0xF0063E82          MC 46 Read Data and Bit Flip Register 17
MTU_MC46_RDBFL18 0xF0063E84          MC 46 Read Data and Bit Flip Register 18
MTU_MC46_RDBFL19 0xF0063E86          MC 46 Read Data and Bit Flip Register 19
MTU_MC46_RDBFL20 0xF0063E88          MC 46 Read Data and Bit Flip Register 20
MTU_MC46_RDBFL21 0xF0063E8A          MC 46 Read Data and Bit Flip Register 21
MTU_MC46_RDBFL22 0xF0063E8C          MC 46 Read Data and Bit Flip Register 22
MTU_MC46_RDBFL23 0xF0063E8E          MC 46 Read Data and Bit Flip Register 23
MTU_MC46_RDBFL24 0xF0063E90          MC 46 Read Data and Bit Flip Register 24
MTU_MC46_RDBFL25 0xF0063E92          MC 46 Read Data and Bit Flip Register 25
MTU_MC46_RDBFL26 0xF0063E94          MC 46 Read Data and Bit Flip Register 26
MTU_MC46_RDBFL27 0xF0063E96          MC 46 Read Data and Bit Flip Register 27
MTU_MC46_RDBFL28 0xF0063E98          MC 46 Read Data and Bit Flip Register 28
MTU_MC46_RDBFL29 0xF0063E9A          MC 46 Read Data and Bit Flip Register 29
MTU_MC46_RDBFL30 0xF0063E9C          MC 46 Read Data and Bit Flip Register 30
MTU_MC46_RDBFL31 0xF0063E9E          MC 46 Read Data and Bit Flip Register 31
MTU_MC46_RDBFL32 0xF0063EA0          MC 46 Read Data and Bit Flip Register 32
MTU_MC46_RDBFL33 0xF0063EA2          MC 46 Read Data and Bit Flip Register 33
MTU_MC46_RDBFL34 0xF0063EA4          MC 46 Read Data and Bit Flip Register 34
MTU_MC46_RDBFL35 0xF0063EA6          MC 46 Read Data and Bit Flip Register 35
MTU_MC46_RDBFL36 0xF0063EA8          MC 46 Read Data and Bit Flip Register 36
MTU_MC46_RDBFL37 0xF0063EAA          MC 46 Read Data and Bit Flip Register 37
MTU_MC46_RDBFL38 0xF0063EAC          MC 46 Read Data and Bit Flip Register 38
MTU_MC46_RDBFL39 0xF0063EAE          MC 46 Read Data and Bit Flip Register 39
MTU_MC46_RDBFL40 0xF0063EB0          MC 46 Read Data and Bit Flip Register 40
MTU_MC46_RDBFL41 0xF0063EB2          MC 46 Read Data and Bit Flip Register 41
MTU_MC46_RDBFL42 0xF0063EB4          MC 46 Read Data and Bit Flip Register 42
MTU_MC46_RDBFL43 0xF0063EB6          MC 46 Read Data and Bit Flip Register 43
MTU_MC46_RDBFL44 0xF0063EB8          MC 46 Read Data and Bit Flip Register 44
MTU_MC46_RDBFL45 0xF0063EBA          MC 46 Read Data and Bit Flip Register 45
MTU_MC46_RDBFL46 0xF0063EBC          MC 46 Read Data and Bit Flip Register 46
MTU_MC46_RDBFL47 0xF0063EBE          MC 46 Read Data and Bit Flip Register 47
MTU_MC46_RDBFL48 0xF0063EC0          MC 46 Read Data and Bit Flip Register 48
MTU_MC46_RDBFL49 0xF0063EC2          MC 46 Read Data and Bit Flip Register 49
MTU_MC46_RDBFL50 0xF0063EC4          MC 46 Read Data and Bit Flip Register 50
MTU_MC46_RDBFL51 0xF0063EC6          MC 46 Read Data and Bit Flip Register 51
MTU_MC46_RDBFL52 0xF0063EC8          MC 46 Read Data and Bit Flip Register 52
MTU_MC46_RDBFL53 0xF0063ECA          MC 46 Read Data and Bit Flip Register 53
MTU_MC46_RDBFL54 0xF0063ECC          MC 46 Read Data and Bit Flip Register 54
MTU_MC46_RDBFL55 0xF0063ECE          MC 46 Read Data and Bit Flip Register 55
MTU_MC46_RDBFL56 0xF0063ED0          MC 46 Read Data and Bit Flip Register 56
MTU_MC46_RDBFL57 0xF0063ED2          MC 46 Read Data and Bit Flip Register 57
MTU_MC46_RDBFL58 0xF0063ED4          MC 46 Read Data and Bit Flip Register 58
MTU_MC46_RDBFL59 0xF0063ED6          MC 46 Read Data and Bit Flip Register 59
MTU_MC46_RDBFL60 0xF0063ED8          MC 46 Read Data and Bit Flip Register 60
MTU_MC46_RDBFL61 0xF0063EDA          MC 46 Read Data and Bit Flip Register 61
MTU_MC46_RDBFL62 0xF0063EDC          MC 46 Read Data and Bit Flip Register 62
MTU_MC46_RDBFL63 0xF0063EDE          MC 46 Read Data and Bit Flip Register 63
MTU_MC46_RDBFL64 0xF0063EE0          MC 46 Read Data and Bit Flip Register 64
MTU_MC46_RDBFL65 0xF0063EE2          MC 46 Read Data and Bit Flip Register 65
MTU_MC46_RDBFL66 0xF0063EE4          MC 46 Read Data and Bit Flip Register 66
MTU_MC46_ALMSRCS 0xF0063EEE          MC 46 Alarm Sources Configuration Register
MTU_MC46_FAULTSTS 0xF0063EF0          MC 46 SSH Safety Faults Status Register
MTU_MC46_ERRINFO0 0xF0063EF2          MC 46 Error Information Register 0
MTU_MC46_ERRINFO1 0xF0063EF4          MC 46 Error Information Register 1
MTU_MC46_ERRINFO2 0xF0063EF6          MC 46 Error Information Register 2
MTU_MC46_ERRINFO3 0xF0063EF8          MC 46 Error Information Register 3
MTU_MC46_ERRINFO4 0xF0063EFA          MC 46 Error Information Register 4
MTU_MC47_CONFIG0 0xF0063F00          MC 47 Configuration Register 0
MTU_MC47_CONFIG1 0xF0063F02          MC 47 Configuration Register 1
MTU_MC47_MCONTROL 0xF0063F04          MC 47 MBIST Control Register
MTU_MC47_MSTATUS 0xF0063F06          MC 47 Status Register
MTU_MC47_RANGE  0xF0063F08          MC 47 Range Register, single address mode
MTU_MC47_REVID  0xF0063F0C          MC 47 Revision ID Register
MTU_MC47_ECCS   0xF0063F0E          MC 47 ECC Safety Register
MTU_MC47_ECCD   0xF0063F10          MC 47 Memory ECC Detection Register
MTU_MC47_ETRR0  0xF0063F12          MC 47 Error Tracking Register 0
MTU_MC47_ETRR1  0xF0063F14          MC 47 Error Tracking Register 1
MTU_MC47_ETRR2  0xF0063F16          MC 47 Error Tracking Register 2
MTU_MC47_ETRR3  0xF0063F18          MC 47 Error Tracking Register 3
MTU_MC47_ETRR4  0xF0063F1A          MC 47 Error Tracking Register 4
MTU_MC47_RDBFL0 0xF0063F60          MC 47 Read Data and Bit Flip Register 0
MTU_MC47_RDBFL1 0xF0063F62          MC 47 Read Data and Bit Flip Register 1
MTU_MC47_RDBFL2 0xF0063F64          MC 47 Read Data and Bit Flip Register 2
MTU_MC47_RDBFL3 0xF0063F66          MC 47 Read Data and Bit Flip Register 3
MTU_MC47_RDBFL4 0xF0063F68          MC 47 Read Data and Bit Flip Register 4
MTU_MC47_RDBFL5 0xF0063F6A          MC 47 Read Data and Bit Flip Register 5
MTU_MC47_RDBFL6 0xF0063F6C          MC 47 Read Data and Bit Flip Register 6
MTU_MC47_RDBFL7 0xF0063F6E          MC 47 Read Data and Bit Flip Register 7
MTU_MC47_RDBFL8 0xF0063F70          MC 47 Read Data and Bit Flip Register 8
MTU_MC47_RDBFL9 0xF0063F72          MC 47 Read Data and Bit Flip Register 9
MTU_MC47_RDBFL10 0xF0063F74          MC 47 Read Data and Bit Flip Register 10
MTU_MC47_RDBFL11 0xF0063F76          MC 47 Read Data and Bit Flip Register 11
MTU_MC47_RDBFL12 0xF0063F78          MC 47 Read Data and Bit Flip Register 12
MTU_MC47_RDBFL13 0xF0063F7A          MC 47 Read Data and Bit Flip Register 13
MTU_MC47_RDBFL14 0xF0063F7C          MC 47 Read Data and Bit Flip Register 14
MTU_MC47_RDBFL15 0xF0063F7E          MC 47 Read Data and Bit Flip Register 15
MTU_MC47_RDBFL16 0xF0063F80          MC 47 Read Data and Bit Flip Register 16
MTU_MC47_RDBFL17 0xF0063F82          MC 47 Read Data and Bit Flip Register 17
MTU_MC47_RDBFL18 0xF0063F84          MC 47 Read Data and Bit Flip Register 18
MTU_MC47_RDBFL19 0xF0063F86          MC 47 Read Data and Bit Flip Register 19
MTU_MC47_RDBFL20 0xF0063F88          MC 47 Read Data and Bit Flip Register 20
MTU_MC47_RDBFL21 0xF0063F8A          MC 47 Read Data and Bit Flip Register 21
MTU_MC47_RDBFL22 0xF0063F8C          MC 47 Read Data and Bit Flip Register 22
MTU_MC47_RDBFL23 0xF0063F8E          MC 47 Read Data and Bit Flip Register 23
MTU_MC47_RDBFL24 0xF0063F90          MC 47 Read Data and Bit Flip Register 24
MTU_MC47_RDBFL25 0xF0063F92          MC 47 Read Data and Bit Flip Register 25
MTU_MC47_RDBFL26 0xF0063F94          MC 47 Read Data and Bit Flip Register 26
MTU_MC47_RDBFL27 0xF0063F96          MC 47 Read Data and Bit Flip Register 27
MTU_MC47_RDBFL28 0xF0063F98          MC 47 Read Data and Bit Flip Register 28
MTU_MC47_RDBFL29 0xF0063F9A          MC 47 Read Data and Bit Flip Register 29
MTU_MC47_RDBFL30 0xF0063F9C          MC 47 Read Data and Bit Flip Register 30
MTU_MC47_RDBFL31 0xF0063F9E          MC 47 Read Data and Bit Flip Register 31
MTU_MC47_RDBFL32 0xF0063FA0          MC 47 Read Data and Bit Flip Register 32
MTU_MC47_RDBFL33 0xF0063FA2          MC 47 Read Data and Bit Flip Register 33
MTU_MC47_RDBFL34 0xF0063FA4          MC 47 Read Data and Bit Flip Register 34
MTU_MC47_RDBFL35 0xF0063FA6          MC 47 Read Data and Bit Flip Register 35
MTU_MC47_RDBFL36 0xF0063FA8          MC 47 Read Data and Bit Flip Register 36
MTU_MC47_RDBFL37 0xF0063FAA          MC 47 Read Data and Bit Flip Register 37
MTU_MC47_RDBFL38 0xF0063FAC          MC 47 Read Data and Bit Flip Register 38
MTU_MC47_RDBFL39 0xF0063FAE          MC 47 Read Data and Bit Flip Register 39
MTU_MC47_RDBFL40 0xF0063FB0          MC 47 Read Data and Bit Flip Register 40
MTU_MC47_RDBFL41 0xF0063FB2          MC 47 Read Data and Bit Flip Register 41
MTU_MC47_RDBFL42 0xF0063FB4          MC 47 Read Data and Bit Flip Register 42
MTU_MC47_RDBFL43 0xF0063FB6          MC 47 Read Data and Bit Flip Register 43
MTU_MC47_RDBFL44 0xF0063FB8          MC 47 Read Data and Bit Flip Register 44
MTU_MC47_RDBFL45 0xF0063FBA          MC 47 Read Data and Bit Flip Register 45
MTU_MC47_RDBFL46 0xF0063FBC          MC 47 Read Data and Bit Flip Register 46
MTU_MC47_RDBFL47 0xF0063FBE          MC 47 Read Data and Bit Flip Register 47
MTU_MC47_RDBFL48 0xF0063FC0          MC 47 Read Data and Bit Flip Register 48
MTU_MC47_RDBFL49 0xF0063FC2          MC 47 Read Data and Bit Flip Register 49
MTU_MC47_RDBFL50 0xF0063FC4          MC 47 Read Data and Bit Flip Register 50
MTU_MC47_RDBFL51 0xF0063FC6          MC 47 Read Data and Bit Flip Register 51
MTU_MC47_RDBFL52 0xF0063FC8          MC 47 Read Data and Bit Flip Register 52
MTU_MC47_RDBFL53 0xF0063FCA          MC 47 Read Data and Bit Flip Register 53
MTU_MC47_RDBFL54 0xF0063FCC          MC 47 Read Data and Bit Flip Register 54
MTU_MC47_RDBFL55 0xF0063FCE          MC 47 Read Data and Bit Flip Register 55
MTU_MC47_RDBFL56 0xF0063FD0          MC 47 Read Data and Bit Flip Register 56
MTU_MC47_RDBFL57 0xF0063FD2          MC 47 Read Data and Bit Flip Register 57
MTU_MC47_RDBFL58 0xF0063FD4          MC 47 Read Data and Bit Flip Register 58
MTU_MC47_RDBFL59 0xF0063FD6          MC 47 Read Data and Bit Flip Register 59
MTU_MC47_RDBFL60 0xF0063FD8          MC 47 Read Data and Bit Flip Register 60
MTU_MC47_RDBFL61 0xF0063FDA          MC 47 Read Data and Bit Flip Register 61
MTU_MC47_RDBFL62 0xF0063FDC          MC 47 Read Data and Bit Flip Register 62
MTU_MC47_RDBFL63 0xF0063FDE          MC 47 Read Data and Bit Flip Register 63
MTU_MC47_RDBFL64 0xF0063FE0          MC 47 Read Data and Bit Flip Register 64
MTU_MC47_RDBFL65 0xF0063FE2          MC 47 Read Data and Bit Flip Register 65
MTU_MC47_RDBFL66 0xF0063FE4          MC 47 Read Data and Bit Flip Register 66
MTU_MC47_ALMSRCS 0xF0063FEE          MC 47 Alarm Sources Configuration Register
MTU_MC47_FAULTSTS 0xF0063FF0          MC 47 SSH Safety Faults Status Register
MTU_MC47_ERRINFO0 0xF0063FF2          MC 47 Error Information Register 0
MTU_MC47_ERRINFO1 0xF0063FF4          MC 47 Error Information Register 1
MTU_MC47_ERRINFO2 0xF0063FF6          MC 47 Error Information Register 2
MTU_MC47_ERRINFO3 0xF0063FF8          MC 47 Error Information Register 3
MTU_MC47_ERRINFO4 0xF0063FFA          MC 47 Error Information Register 4
MTU_MC48_CONFIG0 0xF0064000          MC 48 Configuration Register 0
MTU_MC48_CONFIG1 0xF0064002          MC 48 Configuration Register 1
MTU_MC48_MCONTROL 0xF0064004          MC 48 MBIST Control Register
MTU_MC48_MSTATUS 0xF0064006          MC 48 Status Register
MTU_MC48_RANGE  0xF0064008          MC 48 Range Register, single address mode
MTU_MC48_REVID  0xF006400C          MC 48 Revision ID Register
MTU_MC48_ECCS   0xF006400E          MC 48 ECC Safety Register
MTU_MC48_ECCD   0xF0064010          MC 48 Memory ECC Detection Register
MTU_MC48_ETRR0  0xF0064012          MC 48 Error Tracking Register 0
MTU_MC48_ETRR1  0xF0064014          MC 48 Error Tracking Register 1
MTU_MC48_ETRR2  0xF0064016          MC 48 Error Tracking Register 2
MTU_MC48_ETRR3  0xF0064018          MC 48 Error Tracking Register 3
MTU_MC48_ETRR4  0xF006401A          MC 48 Error Tracking Register 4
MTU_MC48_RDBFL0 0xF0064060          MC 48 Read Data and Bit Flip Register 0
MTU_MC48_RDBFL1 0xF0064062          MC 48 Read Data and Bit Flip Register 1
MTU_MC48_RDBFL2 0xF0064064          MC 48 Read Data and Bit Flip Register 2
MTU_MC48_RDBFL3 0xF0064066          MC 48 Read Data and Bit Flip Register 3
MTU_MC48_RDBFL4 0xF0064068          MC 48 Read Data and Bit Flip Register 4
MTU_MC48_RDBFL5 0xF006406A          MC 48 Read Data and Bit Flip Register 5
MTU_MC48_RDBFL6 0xF006406C          MC 48 Read Data and Bit Flip Register 6
MTU_MC48_RDBFL7 0xF006406E          MC 48 Read Data and Bit Flip Register 7
MTU_MC48_RDBFL8 0xF0064070          MC 48 Read Data and Bit Flip Register 8
MTU_MC48_RDBFL9 0xF0064072          MC 48 Read Data and Bit Flip Register 9
MTU_MC48_RDBFL10 0xF0064074          MC 48 Read Data and Bit Flip Register 10
MTU_MC48_RDBFL11 0xF0064076          MC 48 Read Data and Bit Flip Register 11
MTU_MC48_RDBFL12 0xF0064078          MC 48 Read Data and Bit Flip Register 12
MTU_MC48_RDBFL13 0xF006407A          MC 48 Read Data and Bit Flip Register 13
MTU_MC48_RDBFL14 0xF006407C          MC 48 Read Data and Bit Flip Register 14
MTU_MC48_RDBFL15 0xF006407E          MC 48 Read Data and Bit Flip Register 15
MTU_MC48_RDBFL16 0xF0064080          MC 48 Read Data and Bit Flip Register 16
MTU_MC48_RDBFL17 0xF0064082          MC 48 Read Data and Bit Flip Register 17
MTU_MC48_RDBFL18 0xF0064084          MC 48 Read Data and Bit Flip Register 18
MTU_MC48_RDBFL19 0xF0064086          MC 48 Read Data and Bit Flip Register 19
MTU_MC48_RDBFL20 0xF0064088          MC 48 Read Data and Bit Flip Register 20
MTU_MC48_RDBFL21 0xF006408A          MC 48 Read Data and Bit Flip Register 21
MTU_MC48_RDBFL22 0xF006408C          MC 48 Read Data and Bit Flip Register 22
MTU_MC48_RDBFL23 0xF006408E          MC 48 Read Data and Bit Flip Register 23
MTU_MC48_RDBFL24 0xF0064090          MC 48 Read Data and Bit Flip Register 24
MTU_MC48_RDBFL25 0xF0064092          MC 48 Read Data and Bit Flip Register 25
MTU_MC48_RDBFL26 0xF0064094          MC 48 Read Data and Bit Flip Register 26
MTU_MC48_RDBFL27 0xF0064096          MC 48 Read Data and Bit Flip Register 27
MTU_MC48_RDBFL28 0xF0064098          MC 48 Read Data and Bit Flip Register 28
MTU_MC48_RDBFL29 0xF006409A          MC 48 Read Data and Bit Flip Register 29
MTU_MC48_RDBFL30 0xF006409C          MC 48 Read Data and Bit Flip Register 30
MTU_MC48_RDBFL31 0xF006409E          MC 48 Read Data and Bit Flip Register 31
MTU_MC48_RDBFL32 0xF00640A0          MC 48 Read Data and Bit Flip Register 32
MTU_MC48_RDBFL33 0xF00640A2          MC 48 Read Data and Bit Flip Register 33
MTU_MC48_RDBFL34 0xF00640A4          MC 48 Read Data and Bit Flip Register 34
MTU_MC48_RDBFL35 0xF00640A6          MC 48 Read Data and Bit Flip Register 35
MTU_MC48_RDBFL36 0xF00640A8          MC 48 Read Data and Bit Flip Register 36
MTU_MC48_RDBFL37 0xF00640AA          MC 48 Read Data and Bit Flip Register 37
MTU_MC48_RDBFL38 0xF00640AC          MC 48 Read Data and Bit Flip Register 38
MTU_MC48_RDBFL39 0xF00640AE          MC 48 Read Data and Bit Flip Register 39
MTU_MC48_RDBFL40 0xF00640B0          MC 48 Read Data and Bit Flip Register 40
MTU_MC48_RDBFL41 0xF00640B2          MC 48 Read Data and Bit Flip Register 41
MTU_MC48_RDBFL42 0xF00640B4          MC 48 Read Data and Bit Flip Register 42
MTU_MC48_RDBFL43 0xF00640B6          MC 48 Read Data and Bit Flip Register 43
MTU_MC48_RDBFL44 0xF00640B8          MC 48 Read Data and Bit Flip Register 44
MTU_MC48_RDBFL45 0xF00640BA          MC 48 Read Data and Bit Flip Register 45
MTU_MC48_RDBFL46 0xF00640BC          MC 48 Read Data and Bit Flip Register 46
MTU_MC48_RDBFL47 0xF00640BE          MC 48 Read Data and Bit Flip Register 47
MTU_MC48_RDBFL48 0xF00640C0          MC 48 Read Data and Bit Flip Register 48
MTU_MC48_RDBFL49 0xF00640C2          MC 48 Read Data and Bit Flip Register 49
MTU_MC48_RDBFL50 0xF00640C4          MC 48 Read Data and Bit Flip Register 50
MTU_MC48_RDBFL51 0xF00640C6          MC 48 Read Data and Bit Flip Register 51
MTU_MC48_RDBFL52 0xF00640C8          MC 48 Read Data and Bit Flip Register 52
MTU_MC48_RDBFL53 0xF00640CA          MC 48 Read Data and Bit Flip Register 53
MTU_MC48_RDBFL54 0xF00640CC          MC 48 Read Data and Bit Flip Register 54
MTU_MC48_RDBFL55 0xF00640CE          MC 48 Read Data and Bit Flip Register 55
MTU_MC48_RDBFL56 0xF00640D0          MC 48 Read Data and Bit Flip Register 56
MTU_MC48_RDBFL57 0xF00640D2          MC 48 Read Data and Bit Flip Register 57
MTU_MC48_RDBFL58 0xF00640D4          MC 48 Read Data and Bit Flip Register 58
MTU_MC48_RDBFL59 0xF00640D6          MC 48 Read Data and Bit Flip Register 59
MTU_MC48_RDBFL60 0xF00640D8          MC 48 Read Data and Bit Flip Register 60
MTU_MC48_RDBFL61 0xF00640DA          MC 48 Read Data and Bit Flip Register 61
MTU_MC48_RDBFL62 0xF00640DC          MC 48 Read Data and Bit Flip Register 62
MTU_MC48_RDBFL63 0xF00640DE          MC 48 Read Data and Bit Flip Register 63
MTU_MC48_RDBFL64 0xF00640E0          MC 48 Read Data and Bit Flip Register 64
MTU_MC48_RDBFL65 0xF00640E2          MC 48 Read Data and Bit Flip Register 65
MTU_MC48_RDBFL66 0xF00640E4          MC 48 Read Data and Bit Flip Register 66
MTU_MC48_ALMSRCS 0xF00640EE          MC 48 Alarm Sources Configuration Register
MTU_MC48_FAULTSTS 0xF00640F0          MC 48 SSH Safety Faults Status Register
MTU_MC48_ERRINFO0 0xF00640F2          MC 48 Error Information Register 0
MTU_MC48_ERRINFO1 0xF00640F4          MC 48 Error Information Register 1
MTU_MC48_ERRINFO2 0xF00640F6          MC 48 Error Information Register 2
MTU_MC48_ERRINFO3 0xF00640F8          MC 48 Error Information Register 3
MTU_MC48_ERRINFO4 0xF00640FA          MC 48 Error Information Register 4
MTU_MC49_CONFIG0 0xF0064100          MC 49 Configuration Register 0
MTU_MC49_CONFIG1 0xF0064102          MC 49 Configuration Register 1
MTU_MC49_MCONTROL 0xF0064104          MC 49 MBIST Control Register
MTU_MC49_MSTATUS 0xF0064106          MC 49 Status Register
MTU_MC49_RANGE  0xF0064108          MC 49 Range Register, single address mode
MTU_MC49_REVID  0xF006410C          MC 49 Revision ID Register
MTU_MC49_ECCS   0xF006410E          MC 49 ECC Safety Register
MTU_MC49_ECCD   0xF0064110          MC 49 Memory ECC Detection Register
MTU_MC49_ETRR0  0xF0064112          MC 49 Error Tracking Register 0
MTU_MC49_ETRR1  0xF0064114          MC 49 Error Tracking Register 1
MTU_MC49_ETRR2  0xF0064116          MC 49 Error Tracking Register 2
MTU_MC49_ETRR3  0xF0064118          MC 49 Error Tracking Register 3
MTU_MC49_ETRR4  0xF006411A          MC 49 Error Tracking Register 4
MTU_MC49_RDBFL0 0xF0064160          MC 49 Read Data and Bit Flip Register 0
MTU_MC49_RDBFL1 0xF0064162          MC 49 Read Data and Bit Flip Register 1
MTU_MC49_RDBFL2 0xF0064164          MC 49 Read Data and Bit Flip Register 2
MTU_MC49_RDBFL3 0xF0064166          MC 49 Read Data and Bit Flip Register 3
MTU_MC49_RDBFL4 0xF0064168          MC 49 Read Data and Bit Flip Register 4
MTU_MC49_RDBFL5 0xF006416A          MC 49 Read Data and Bit Flip Register 5
MTU_MC49_RDBFL6 0xF006416C          MC 49 Read Data and Bit Flip Register 6
MTU_MC49_RDBFL7 0xF006416E          MC 49 Read Data and Bit Flip Register 7
MTU_MC49_RDBFL8 0xF0064170          MC 49 Read Data and Bit Flip Register 8
MTU_MC49_RDBFL9 0xF0064172          MC 49 Read Data and Bit Flip Register 9
MTU_MC49_RDBFL10 0xF0064174          MC 49 Read Data and Bit Flip Register 10
MTU_MC49_RDBFL11 0xF0064176          MC 49 Read Data and Bit Flip Register 11
MTU_MC49_RDBFL12 0xF0064178          MC 49 Read Data and Bit Flip Register 12
MTU_MC49_RDBFL13 0xF006417A          MC 49 Read Data and Bit Flip Register 13
MTU_MC49_RDBFL14 0xF006417C          MC 49 Read Data and Bit Flip Register 14
MTU_MC49_RDBFL15 0xF006417E          MC 49 Read Data and Bit Flip Register 15
MTU_MC49_RDBFL16 0xF0064180          MC 49 Read Data and Bit Flip Register 16
MTU_MC49_RDBFL17 0xF0064182          MC 49 Read Data and Bit Flip Register 17
MTU_MC49_RDBFL18 0xF0064184          MC 49 Read Data and Bit Flip Register 18
MTU_MC49_RDBFL19 0xF0064186          MC 49 Read Data and Bit Flip Register 19
MTU_MC49_RDBFL20 0xF0064188          MC 49 Read Data and Bit Flip Register 20
MTU_MC49_RDBFL21 0xF006418A          MC 49 Read Data and Bit Flip Register 21
MTU_MC49_RDBFL22 0xF006418C          MC 49 Read Data and Bit Flip Register 22
MTU_MC49_RDBFL23 0xF006418E          MC 49 Read Data and Bit Flip Register 23
MTU_MC49_RDBFL24 0xF0064190          MC 49 Read Data and Bit Flip Register 24
MTU_MC49_RDBFL25 0xF0064192          MC 49 Read Data and Bit Flip Register 25
MTU_MC49_RDBFL26 0xF0064194          MC 49 Read Data and Bit Flip Register 26
MTU_MC49_RDBFL27 0xF0064196          MC 49 Read Data and Bit Flip Register 27
MTU_MC49_RDBFL28 0xF0064198          MC 49 Read Data and Bit Flip Register 28
MTU_MC49_RDBFL29 0xF006419A          MC 49 Read Data and Bit Flip Register 29
MTU_MC49_RDBFL30 0xF006419C          MC 49 Read Data and Bit Flip Register 30
MTU_MC49_RDBFL31 0xF006419E          MC 49 Read Data and Bit Flip Register 31
MTU_MC49_RDBFL32 0xF00641A0          MC 49 Read Data and Bit Flip Register 32
MTU_MC49_RDBFL33 0xF00641A2          MC 49 Read Data and Bit Flip Register 33
MTU_MC49_RDBFL34 0xF00641A4          MC 49 Read Data and Bit Flip Register 34
MTU_MC49_RDBFL35 0xF00641A6          MC 49 Read Data and Bit Flip Register 35
MTU_MC49_RDBFL36 0xF00641A8          MC 49 Read Data and Bit Flip Register 36
MTU_MC49_RDBFL37 0xF00641AA          MC 49 Read Data and Bit Flip Register 37
MTU_MC49_RDBFL38 0xF00641AC          MC 49 Read Data and Bit Flip Register 38
MTU_MC49_RDBFL39 0xF00641AE          MC 49 Read Data and Bit Flip Register 39
MTU_MC49_RDBFL40 0xF00641B0          MC 49 Read Data and Bit Flip Register 40
MTU_MC49_RDBFL41 0xF00641B2          MC 49 Read Data and Bit Flip Register 41
MTU_MC49_RDBFL42 0xF00641B4          MC 49 Read Data and Bit Flip Register 42
MTU_MC49_RDBFL43 0xF00641B6          MC 49 Read Data and Bit Flip Register 43
MTU_MC49_RDBFL44 0xF00641B8          MC 49 Read Data and Bit Flip Register 44
MTU_MC49_RDBFL45 0xF00641BA          MC 49 Read Data and Bit Flip Register 45
MTU_MC49_RDBFL46 0xF00641BC          MC 49 Read Data and Bit Flip Register 46
MTU_MC49_RDBFL47 0xF00641BE          MC 49 Read Data and Bit Flip Register 47
MTU_MC49_RDBFL48 0xF00641C0          MC 49 Read Data and Bit Flip Register 48
MTU_MC49_RDBFL49 0xF00641C2          MC 49 Read Data and Bit Flip Register 49
MTU_MC49_RDBFL50 0xF00641C4          MC 49 Read Data and Bit Flip Register 50
MTU_MC49_RDBFL51 0xF00641C6          MC 49 Read Data and Bit Flip Register 51
MTU_MC49_RDBFL52 0xF00641C8          MC 49 Read Data and Bit Flip Register 52
MTU_MC49_RDBFL53 0xF00641CA          MC 49 Read Data and Bit Flip Register 53
MTU_MC49_RDBFL54 0xF00641CC          MC 49 Read Data and Bit Flip Register 54
MTU_MC49_RDBFL55 0xF00641CE          MC 49 Read Data and Bit Flip Register 55
MTU_MC49_RDBFL56 0xF00641D0          MC 49 Read Data and Bit Flip Register 56
MTU_MC49_RDBFL57 0xF00641D2          MC 49 Read Data and Bit Flip Register 57
MTU_MC49_RDBFL58 0xF00641D4          MC 49 Read Data and Bit Flip Register 58
MTU_MC49_RDBFL59 0xF00641D6          MC 49 Read Data and Bit Flip Register 59
MTU_MC49_RDBFL60 0xF00641D8          MC 49 Read Data and Bit Flip Register 60
MTU_MC49_RDBFL61 0xF00641DA          MC 49 Read Data and Bit Flip Register 61
MTU_MC49_RDBFL62 0xF00641DC          MC 49 Read Data and Bit Flip Register 62
MTU_MC49_RDBFL63 0xF00641DE          MC 49 Read Data and Bit Flip Register 63
MTU_MC49_RDBFL64 0xF00641E0          MC 49 Read Data and Bit Flip Register 64
MTU_MC49_RDBFL65 0xF00641E2          MC 49 Read Data and Bit Flip Register 65
MTU_MC49_RDBFL66 0xF00641E4          MC 49 Read Data and Bit Flip Register 66
MTU_MC49_ALMSRCS 0xF00641EE          MC 49 Alarm Sources Configuration Register
MTU_MC49_FAULTSTS 0xF00641F0          MC 49 SSH Safety Faults Status Register
MTU_MC49_ERRINFO0 0xF00641F2          MC 49 Error Information Register 0
MTU_MC49_ERRINFO1 0xF00641F4          MC 49 Error Information Register 1
MTU_MC49_ERRINFO2 0xF00641F6          MC 49 Error Information Register 2
MTU_MC49_ERRINFO3 0xF00641F8          MC 49 Error Information Register 3
MTU_MC49_ERRINFO4 0xF00641FA          MC 49 Error Information Register 4
MTU_MC50_CONFIG0 0xF0064200          MC 50 Configuration Register 0
MTU_MC50_CONFIG1 0xF0064202          MC 50 Configuration Register 1
MTU_MC50_MCONTROL 0xF0064204          MC 50 MBIST Control Register
MTU_MC50_MSTATUS 0xF0064206          MC 50 Status Register
MTU_MC50_RANGE  0xF0064208          MC 50 Range Register, single address mode
MTU_MC50_REVID  0xF006420C          MC 50 Revision ID Register
MTU_MC50_ECCS   0xF006420E          MC 50 ECC Safety Register
MTU_MC50_ECCD   0xF0064210          MC 50 Memory ECC Detection Register
MTU_MC50_ETRR0  0xF0064212          MC 50 Error Tracking Register 0
MTU_MC50_ETRR1  0xF0064214          MC 50 Error Tracking Register 1
MTU_MC50_ETRR2  0xF0064216          MC 50 Error Tracking Register 2
MTU_MC50_ETRR3  0xF0064218          MC 50 Error Tracking Register 3
MTU_MC50_ETRR4  0xF006421A          MC 50 Error Tracking Register 4
MTU_MC50_RDBFL0 0xF0064260          MC 50 Read Data and Bit Flip Register 0
MTU_MC50_RDBFL1 0xF0064262          MC 50 Read Data and Bit Flip Register 1
MTU_MC50_RDBFL2 0xF0064264          MC 50 Read Data and Bit Flip Register 2
MTU_MC50_RDBFL3 0xF0064266          MC 50 Read Data and Bit Flip Register 3
MTU_MC50_RDBFL4 0xF0064268          MC 50 Read Data and Bit Flip Register 4
MTU_MC50_RDBFL5 0xF006426A          MC 50 Read Data and Bit Flip Register 5
MTU_MC50_RDBFL6 0xF006426C          MC 50 Read Data and Bit Flip Register 6
MTU_MC50_RDBFL7 0xF006426E          MC 50 Read Data and Bit Flip Register 7
MTU_MC50_RDBFL8 0xF0064270          MC 50 Read Data and Bit Flip Register 8
MTU_MC50_RDBFL9 0xF0064272          MC 50 Read Data and Bit Flip Register 9
MTU_MC50_RDBFL10 0xF0064274          MC 50 Read Data and Bit Flip Register 10
MTU_MC50_RDBFL11 0xF0064276          MC 50 Read Data and Bit Flip Register 11
MTU_MC50_RDBFL12 0xF0064278          MC 50 Read Data and Bit Flip Register 12
MTU_MC50_RDBFL13 0xF006427A          MC 50 Read Data and Bit Flip Register 13
MTU_MC50_RDBFL14 0xF006427C          MC 50 Read Data and Bit Flip Register 14
MTU_MC50_RDBFL15 0xF006427E          MC 50 Read Data and Bit Flip Register 15
MTU_MC50_RDBFL16 0xF0064280          MC 50 Read Data and Bit Flip Register 16
MTU_MC50_RDBFL17 0xF0064282          MC 50 Read Data and Bit Flip Register 17
MTU_MC50_RDBFL18 0xF0064284          MC 50 Read Data and Bit Flip Register 18
MTU_MC50_RDBFL19 0xF0064286          MC 50 Read Data and Bit Flip Register 19
MTU_MC50_RDBFL20 0xF0064288          MC 50 Read Data and Bit Flip Register 20
MTU_MC50_RDBFL21 0xF006428A          MC 50 Read Data and Bit Flip Register 21
MTU_MC50_RDBFL22 0xF006428C          MC 50 Read Data and Bit Flip Register 22
MTU_MC50_RDBFL23 0xF006428E          MC 50 Read Data and Bit Flip Register 23
MTU_MC50_RDBFL24 0xF0064290          MC 50 Read Data and Bit Flip Register 24
MTU_MC50_RDBFL25 0xF0064292          MC 50 Read Data and Bit Flip Register 25
MTU_MC50_RDBFL26 0xF0064294          MC 50 Read Data and Bit Flip Register 26
MTU_MC50_RDBFL27 0xF0064296          MC 50 Read Data and Bit Flip Register 27
MTU_MC50_RDBFL28 0xF0064298          MC 50 Read Data and Bit Flip Register 28
MTU_MC50_RDBFL29 0xF006429A          MC 50 Read Data and Bit Flip Register 29
MTU_MC50_RDBFL30 0xF006429C          MC 50 Read Data and Bit Flip Register 30
MTU_MC50_RDBFL31 0xF006429E          MC 50 Read Data and Bit Flip Register 31
MTU_MC50_RDBFL32 0xF00642A0          MC 50 Read Data and Bit Flip Register 32
MTU_MC50_RDBFL33 0xF00642A2          MC 50 Read Data and Bit Flip Register 33
MTU_MC50_RDBFL34 0xF00642A4          MC 50 Read Data and Bit Flip Register 34
MTU_MC50_RDBFL35 0xF00642A6          MC 50 Read Data and Bit Flip Register 35
MTU_MC50_RDBFL36 0xF00642A8          MC 50 Read Data and Bit Flip Register 36
MTU_MC50_RDBFL37 0xF00642AA          MC 50 Read Data and Bit Flip Register 37
MTU_MC50_RDBFL38 0xF00642AC          MC 50 Read Data and Bit Flip Register 38
MTU_MC50_RDBFL39 0xF00642AE          MC 50 Read Data and Bit Flip Register 39
MTU_MC50_RDBFL40 0xF00642B0          MC 50 Read Data and Bit Flip Register 40
MTU_MC50_RDBFL41 0xF00642B2          MC 50 Read Data and Bit Flip Register 41
MTU_MC50_RDBFL42 0xF00642B4          MC 50 Read Data and Bit Flip Register 42
MTU_MC50_RDBFL43 0xF00642B6          MC 50 Read Data and Bit Flip Register 43
MTU_MC50_RDBFL44 0xF00642B8          MC 50 Read Data and Bit Flip Register 44
MTU_MC50_RDBFL45 0xF00642BA          MC 50 Read Data and Bit Flip Register 45
MTU_MC50_RDBFL46 0xF00642BC          MC 50 Read Data and Bit Flip Register 46
MTU_MC50_RDBFL47 0xF00642BE          MC 50 Read Data and Bit Flip Register 47
MTU_MC50_RDBFL48 0xF00642C0          MC 50 Read Data and Bit Flip Register 48
MTU_MC50_RDBFL49 0xF00642C2          MC 50 Read Data and Bit Flip Register 49
MTU_MC50_RDBFL50 0xF00642C4          MC 50 Read Data and Bit Flip Register 50
MTU_MC50_RDBFL51 0xF00642C6          MC 50 Read Data and Bit Flip Register 51
MTU_MC50_RDBFL52 0xF00642C8          MC 50 Read Data and Bit Flip Register 52
MTU_MC50_RDBFL53 0xF00642CA          MC 50 Read Data and Bit Flip Register 53
MTU_MC50_RDBFL54 0xF00642CC          MC 50 Read Data and Bit Flip Register 54
MTU_MC50_RDBFL55 0xF00642CE          MC 50 Read Data and Bit Flip Register 55
MTU_MC50_RDBFL56 0xF00642D0          MC 50 Read Data and Bit Flip Register 56
MTU_MC50_RDBFL57 0xF00642D2          MC 50 Read Data and Bit Flip Register 57
MTU_MC50_RDBFL58 0xF00642D4          MC 50 Read Data and Bit Flip Register 58
MTU_MC50_RDBFL59 0xF00642D6          MC 50 Read Data and Bit Flip Register 59
MTU_MC50_RDBFL60 0xF00642D8          MC 50 Read Data and Bit Flip Register 60
MTU_MC50_RDBFL61 0xF00642DA          MC 50 Read Data and Bit Flip Register 61
MTU_MC50_RDBFL62 0xF00642DC          MC 50 Read Data and Bit Flip Register 62
MTU_MC50_RDBFL63 0xF00642DE          MC 50 Read Data and Bit Flip Register 63
MTU_MC50_RDBFL64 0xF00642E0          MC 50 Read Data and Bit Flip Register 64
MTU_MC50_RDBFL65 0xF00642E2          MC 50 Read Data and Bit Flip Register 65
MTU_MC50_RDBFL66 0xF00642E4          MC 50 Read Data and Bit Flip Register 66
MTU_MC50_ALMSRCS 0xF00642EE          MC 50 Alarm Sources Configuration Register
MTU_MC50_FAULTSTS 0xF00642F0          MC 50 SSH Safety Faults Status Register
MTU_MC50_ERRINFO0 0xF00642F2          MC 50 Error Information Register 0
MTU_MC50_ERRINFO1 0xF00642F4          MC 50 Error Information Register 1
MTU_MC50_ERRINFO2 0xF00642F6          MC 50 Error Information Register 2
MTU_MC50_ERRINFO3 0xF00642F8          MC 50 Error Information Register 3
MTU_MC50_ERRINFO4 0xF00642FA          MC 50 Error Information Register 4
MTU_MC51_CONFIG0 0xF0064300          MC 51 Configuration Register 0
MTU_MC51_CONFIG1 0xF0064302          MC 51 Configuration Register 1
MTU_MC51_MCONTROL 0xF0064304          MC 51 MBIST Control Register
MTU_MC51_MSTATUS 0xF0064306          MC 51 Status Register
MTU_MC51_RANGE  0xF0064308          MC 51 Range Register, single address mode
MTU_MC51_REVID  0xF006430C          MC 51 Revision ID Register
MTU_MC51_ECCS   0xF006430E          MC 51 ECC Safety Register
MTU_MC51_ECCD   0xF0064310          MC 51 Memory ECC Detection Register
MTU_MC51_ETRR0  0xF0064312          MC 51 Error Tracking Register 0
MTU_MC51_ETRR1  0xF0064314          MC 51 Error Tracking Register 1
MTU_MC51_ETRR2  0xF0064316          MC 51 Error Tracking Register 2
MTU_MC51_ETRR3  0xF0064318          MC 51 Error Tracking Register 3
MTU_MC51_ETRR4  0xF006431A          MC 51 Error Tracking Register 4
MTU_MC51_RDBFL0 0xF0064360          MC 51 Read Data and Bit Flip Register 0
MTU_MC51_RDBFL1 0xF0064362          MC 51 Read Data and Bit Flip Register 1
MTU_MC51_RDBFL2 0xF0064364          MC 51 Read Data and Bit Flip Register 2
MTU_MC51_RDBFL3 0xF0064366          MC 51 Read Data and Bit Flip Register 3
MTU_MC51_RDBFL4 0xF0064368          MC 51 Read Data and Bit Flip Register 4
MTU_MC51_RDBFL5 0xF006436A          MC 51 Read Data and Bit Flip Register 5
MTU_MC51_RDBFL6 0xF006436C          MC 51 Read Data and Bit Flip Register 6
MTU_MC51_RDBFL7 0xF006436E          MC 51 Read Data and Bit Flip Register 7
MTU_MC51_RDBFL8 0xF0064370          MC 51 Read Data and Bit Flip Register 8
MTU_MC51_RDBFL9 0xF0064372          MC 51 Read Data and Bit Flip Register 9
MTU_MC51_RDBFL10 0xF0064374          MC 51 Read Data and Bit Flip Register 10
MTU_MC51_RDBFL11 0xF0064376          MC 51 Read Data and Bit Flip Register 11
MTU_MC51_RDBFL12 0xF0064378          MC 51 Read Data and Bit Flip Register 12
MTU_MC51_RDBFL13 0xF006437A          MC 51 Read Data and Bit Flip Register 13
MTU_MC51_RDBFL14 0xF006437C          MC 51 Read Data and Bit Flip Register 14
MTU_MC51_RDBFL15 0xF006437E          MC 51 Read Data and Bit Flip Register 15
MTU_MC51_RDBFL16 0xF0064380          MC 51 Read Data and Bit Flip Register 16
MTU_MC51_RDBFL17 0xF0064382          MC 51 Read Data and Bit Flip Register 17
MTU_MC51_RDBFL18 0xF0064384          MC 51 Read Data and Bit Flip Register 18
MTU_MC51_RDBFL19 0xF0064386          MC 51 Read Data and Bit Flip Register 19
MTU_MC51_RDBFL20 0xF0064388          MC 51 Read Data and Bit Flip Register 20
MTU_MC51_RDBFL21 0xF006438A          MC 51 Read Data and Bit Flip Register 21
MTU_MC51_RDBFL22 0xF006438C          MC 51 Read Data and Bit Flip Register 22
MTU_MC51_RDBFL23 0xF006438E          MC 51 Read Data and Bit Flip Register 23
MTU_MC51_RDBFL24 0xF0064390          MC 51 Read Data and Bit Flip Register 24
MTU_MC51_RDBFL25 0xF0064392          MC 51 Read Data and Bit Flip Register 25
MTU_MC51_RDBFL26 0xF0064394          MC 51 Read Data and Bit Flip Register 26
MTU_MC51_RDBFL27 0xF0064396          MC 51 Read Data and Bit Flip Register 27
MTU_MC51_RDBFL28 0xF0064398          MC 51 Read Data and Bit Flip Register 28
MTU_MC51_RDBFL29 0xF006439A          MC 51 Read Data and Bit Flip Register 29
MTU_MC51_RDBFL30 0xF006439C          MC 51 Read Data and Bit Flip Register 30
MTU_MC51_RDBFL31 0xF006439E          MC 51 Read Data and Bit Flip Register 31
MTU_MC51_RDBFL32 0xF00643A0          MC 51 Read Data and Bit Flip Register 32
MTU_MC51_RDBFL33 0xF00643A2          MC 51 Read Data and Bit Flip Register 33
MTU_MC51_RDBFL34 0xF00643A4          MC 51 Read Data and Bit Flip Register 34
MTU_MC51_RDBFL35 0xF00643A6          MC 51 Read Data and Bit Flip Register 35
MTU_MC51_RDBFL36 0xF00643A8          MC 51 Read Data and Bit Flip Register 36
MTU_MC51_RDBFL37 0xF00643AA          MC 51 Read Data and Bit Flip Register 37
MTU_MC51_RDBFL38 0xF00643AC          MC 51 Read Data and Bit Flip Register 38
MTU_MC51_RDBFL39 0xF00643AE          MC 51 Read Data and Bit Flip Register 39
MTU_MC51_RDBFL40 0xF00643B0          MC 51 Read Data and Bit Flip Register 40
MTU_MC51_RDBFL41 0xF00643B2          MC 51 Read Data and Bit Flip Register 41
MTU_MC51_RDBFL42 0xF00643B4          MC 51 Read Data and Bit Flip Register 42
MTU_MC51_RDBFL43 0xF00643B6          MC 51 Read Data and Bit Flip Register 43
MTU_MC51_RDBFL44 0xF00643B8          MC 51 Read Data and Bit Flip Register 44
MTU_MC51_RDBFL45 0xF00643BA          MC 51 Read Data and Bit Flip Register 45
MTU_MC51_RDBFL46 0xF00643BC          MC 51 Read Data and Bit Flip Register 46
MTU_MC51_RDBFL47 0xF00643BE          MC 51 Read Data and Bit Flip Register 47
MTU_MC51_RDBFL48 0xF00643C0          MC 51 Read Data and Bit Flip Register 48
MTU_MC51_RDBFL49 0xF00643C2          MC 51 Read Data and Bit Flip Register 49
MTU_MC51_RDBFL50 0xF00643C4          MC 51 Read Data and Bit Flip Register 50
MTU_MC51_RDBFL51 0xF00643C6          MC 51 Read Data and Bit Flip Register 51
MTU_MC51_RDBFL52 0xF00643C8          MC 51 Read Data and Bit Flip Register 52
MTU_MC51_RDBFL53 0xF00643CA          MC 51 Read Data and Bit Flip Register 53
MTU_MC51_RDBFL54 0xF00643CC          MC 51 Read Data and Bit Flip Register 54
MTU_MC51_RDBFL55 0xF00643CE          MC 51 Read Data and Bit Flip Register 55
MTU_MC51_RDBFL56 0xF00643D0          MC 51 Read Data and Bit Flip Register 56
MTU_MC51_RDBFL57 0xF00643D2          MC 51 Read Data and Bit Flip Register 57
MTU_MC51_RDBFL58 0xF00643D4          MC 51 Read Data and Bit Flip Register 58
MTU_MC51_RDBFL59 0xF00643D6          MC 51 Read Data and Bit Flip Register 59
MTU_MC51_RDBFL60 0xF00643D8          MC 51 Read Data and Bit Flip Register 60
MTU_MC51_RDBFL61 0xF00643DA          MC 51 Read Data and Bit Flip Register 61
MTU_MC51_RDBFL62 0xF00643DC          MC 51 Read Data and Bit Flip Register 62
MTU_MC51_RDBFL63 0xF00643DE          MC 51 Read Data and Bit Flip Register 63
MTU_MC51_RDBFL64 0xF00643E0          MC 51 Read Data and Bit Flip Register 64
MTU_MC51_RDBFL65 0xF00643E2          MC 51 Read Data and Bit Flip Register 65
MTU_MC51_RDBFL66 0xF00643E4          MC 51 Read Data and Bit Flip Register 66
MTU_MC51_ALMSRCS 0xF00643EE          MC 51 Alarm Sources Configuration Register
MTU_MC51_FAULTSTS 0xF00643F0          MC 51 SSH Safety Faults Status Register
MTU_MC51_ERRINFO0 0xF00643F2          MC 51 Error Information Register 0
MTU_MC51_ERRINFO1 0xF00643F4          MC 51 Error Information Register 1
MTU_MC51_ERRINFO2 0xF00643F6          MC 51 Error Information Register 2
MTU_MC51_ERRINFO3 0xF00643F8          MC 51 Error Information Register 3
MTU_MC51_ERRINFO4 0xF00643FA          MC 51 Error Information Register 4
MTU_MC52_CONFIG0 0xF0064400          MC 52 Configuration Register 0
MTU_MC52_CONFIG1 0xF0064402          MC 52 Configuration Register 1
MTU_MC52_MCONTROL 0xF0064404          MC 52 MBIST Control Register
MTU_MC52_MSTATUS 0xF0064406          MC 52 Status Register
MTU_MC52_RANGE  0xF0064408          MC 52 Range Register, single address mode
MTU_MC52_REVID  0xF006440C          MC 52 Revision ID Register
MTU_MC52_ECCS   0xF006440E          MC 52 ECC Safety Register
MTU_MC52_ECCD   0xF0064410          MC 52 Memory ECC Detection Register
MTU_MC52_ETRR0  0xF0064412          MC 52 Error Tracking Register 0
MTU_MC52_ETRR1  0xF0064414          MC 52 Error Tracking Register 1
MTU_MC52_ETRR2  0xF0064416          MC 52 Error Tracking Register 2
MTU_MC52_ETRR3  0xF0064418          MC 52 Error Tracking Register 3
MTU_MC52_ETRR4  0xF006441A          MC 52 Error Tracking Register 4
MTU_MC52_RDBFL0 0xF0064460          MC 52 Read Data and Bit Flip Register 0
MTU_MC52_RDBFL1 0xF0064462          MC 52 Read Data and Bit Flip Register 1
MTU_MC52_RDBFL2 0xF0064464          MC 52 Read Data and Bit Flip Register 2
MTU_MC52_RDBFL3 0xF0064466          MC 52 Read Data and Bit Flip Register 3
MTU_MC52_RDBFL4 0xF0064468          MC 52 Read Data and Bit Flip Register 4
MTU_MC52_RDBFL5 0xF006446A          MC 52 Read Data and Bit Flip Register 5
MTU_MC52_RDBFL6 0xF006446C          MC 52 Read Data and Bit Flip Register 6
MTU_MC52_RDBFL7 0xF006446E          MC 52 Read Data and Bit Flip Register 7
MTU_MC52_RDBFL8 0xF0064470          MC 52 Read Data and Bit Flip Register 8
MTU_MC52_RDBFL9 0xF0064472          MC 52 Read Data and Bit Flip Register 9
MTU_MC52_RDBFL10 0xF0064474          MC 52 Read Data and Bit Flip Register 10
MTU_MC52_RDBFL11 0xF0064476          MC 52 Read Data and Bit Flip Register 11
MTU_MC52_RDBFL12 0xF0064478          MC 52 Read Data and Bit Flip Register 12
MTU_MC52_RDBFL13 0xF006447A          MC 52 Read Data and Bit Flip Register 13
MTU_MC52_RDBFL14 0xF006447C          MC 52 Read Data and Bit Flip Register 14
MTU_MC52_RDBFL15 0xF006447E          MC 52 Read Data and Bit Flip Register 15
MTU_MC52_RDBFL16 0xF0064480          MC 52 Read Data and Bit Flip Register 16
MTU_MC52_RDBFL17 0xF0064482          MC 52 Read Data and Bit Flip Register 17
MTU_MC52_RDBFL18 0xF0064484          MC 52 Read Data and Bit Flip Register 18
MTU_MC52_RDBFL19 0xF0064486          MC 52 Read Data and Bit Flip Register 19
MTU_MC52_RDBFL20 0xF0064488          MC 52 Read Data and Bit Flip Register 20
MTU_MC52_RDBFL21 0xF006448A          MC 52 Read Data and Bit Flip Register 21
MTU_MC52_RDBFL22 0xF006448C          MC 52 Read Data and Bit Flip Register 22
MTU_MC52_RDBFL23 0xF006448E          MC 52 Read Data and Bit Flip Register 23
MTU_MC52_RDBFL24 0xF0064490          MC 52 Read Data and Bit Flip Register 24
MTU_MC52_RDBFL25 0xF0064492          MC 52 Read Data and Bit Flip Register 25
MTU_MC52_RDBFL26 0xF0064494          MC 52 Read Data and Bit Flip Register 26
MTU_MC52_RDBFL27 0xF0064496          MC 52 Read Data and Bit Flip Register 27
MTU_MC52_RDBFL28 0xF0064498          MC 52 Read Data and Bit Flip Register 28
MTU_MC52_RDBFL29 0xF006449A          MC 52 Read Data and Bit Flip Register 29
MTU_MC52_RDBFL30 0xF006449C          MC 52 Read Data and Bit Flip Register 30
MTU_MC52_RDBFL31 0xF006449E          MC 52 Read Data and Bit Flip Register 31
MTU_MC52_RDBFL32 0xF00644A0          MC 52 Read Data and Bit Flip Register 32
MTU_MC52_RDBFL33 0xF00644A2          MC 52 Read Data and Bit Flip Register 33
MTU_MC52_RDBFL34 0xF00644A4          MC 52 Read Data and Bit Flip Register 34
MTU_MC52_RDBFL35 0xF00644A6          MC 52 Read Data and Bit Flip Register 35
MTU_MC52_RDBFL36 0xF00644A8          MC 52 Read Data and Bit Flip Register 36
MTU_MC52_RDBFL37 0xF00644AA          MC 52 Read Data and Bit Flip Register 37
MTU_MC52_RDBFL38 0xF00644AC          MC 52 Read Data and Bit Flip Register 38
MTU_MC52_RDBFL39 0xF00644AE          MC 52 Read Data and Bit Flip Register 39
MTU_MC52_RDBFL40 0xF00644B0          MC 52 Read Data and Bit Flip Register 40
MTU_MC52_RDBFL41 0xF00644B2          MC 52 Read Data and Bit Flip Register 41
MTU_MC52_RDBFL42 0xF00644B4          MC 52 Read Data and Bit Flip Register 42
MTU_MC52_RDBFL43 0xF00644B6          MC 52 Read Data and Bit Flip Register 43
MTU_MC52_RDBFL44 0xF00644B8          MC 52 Read Data and Bit Flip Register 44
MTU_MC52_RDBFL45 0xF00644BA          MC 52 Read Data and Bit Flip Register 45
MTU_MC52_RDBFL46 0xF00644BC          MC 52 Read Data and Bit Flip Register 46
MTU_MC52_RDBFL47 0xF00644BE          MC 52 Read Data and Bit Flip Register 47
MTU_MC52_RDBFL48 0xF00644C0          MC 52 Read Data and Bit Flip Register 48
MTU_MC52_RDBFL49 0xF00644C2          MC 52 Read Data and Bit Flip Register 49
MTU_MC52_RDBFL50 0xF00644C4          MC 52 Read Data and Bit Flip Register 50
MTU_MC52_RDBFL51 0xF00644C6          MC 52 Read Data and Bit Flip Register 51
MTU_MC52_RDBFL52 0xF00644C8          MC 52 Read Data and Bit Flip Register 52
MTU_MC52_RDBFL53 0xF00644CA          MC 52 Read Data and Bit Flip Register 53
MTU_MC52_RDBFL54 0xF00644CC          MC 52 Read Data and Bit Flip Register 54
MTU_MC52_RDBFL55 0xF00644CE          MC 52 Read Data and Bit Flip Register 55
MTU_MC52_RDBFL56 0xF00644D0          MC 52 Read Data and Bit Flip Register 56
MTU_MC52_RDBFL57 0xF00644D2          MC 52 Read Data and Bit Flip Register 57
MTU_MC52_RDBFL58 0xF00644D4          MC 52 Read Data and Bit Flip Register 58
MTU_MC52_RDBFL59 0xF00644D6          MC 52 Read Data and Bit Flip Register 59
MTU_MC52_RDBFL60 0xF00644D8          MC 52 Read Data and Bit Flip Register 60
MTU_MC52_RDBFL61 0xF00644DA          MC 52 Read Data and Bit Flip Register 61
MTU_MC52_RDBFL62 0xF00644DC          MC 52 Read Data and Bit Flip Register 62
MTU_MC52_RDBFL63 0xF00644DE          MC 52 Read Data and Bit Flip Register 63
MTU_MC52_RDBFL64 0xF00644E0          MC 52 Read Data and Bit Flip Register 64
MTU_MC52_RDBFL65 0xF00644E2          MC 52 Read Data and Bit Flip Register 65
MTU_MC52_RDBFL66 0xF00644E4          MC 52 Read Data and Bit Flip Register 66
MTU_MC52_ALMSRCS 0xF00644EE          MC 52 Alarm Sources Configuration Register
MTU_MC52_FAULTSTS 0xF00644F0          MC 52 SSH Safety Faults Status Register
MTU_MC52_ERRINFO0 0xF00644F2          MC 52 Error Information Register 0
MTU_MC52_ERRINFO1 0xF00644F4          MC 52 Error Information Register 1
MTU_MC52_ERRINFO2 0xF00644F6          MC 52 Error Information Register 2
MTU_MC52_ERRINFO3 0xF00644F8          MC 52 Error Information Register 3
MTU_MC52_ERRINFO4 0xF00644FA          MC 52 Error Information Register 4
MTU_MC53_CONFIG0 0xF0064500          MC 53 Configuration Register 0
MTU_MC53_CONFIG1 0xF0064502          MC 53 Configuration Register 1
MTU_MC53_MCONTROL 0xF0064504          MC 53 MBIST Control Register
MTU_MC53_MSTATUS 0xF0064506          MC 53 Status Register
MTU_MC53_RANGE  0xF0064508          MC 53 Range Register, single address mode
MTU_MC53_REVID  0xF006450C          MC 53 Revision ID Register
MTU_MC53_ECCS   0xF006450E          MC 53 ECC Safety Register
MTU_MC53_ECCD   0xF0064510          MC 53 Memory ECC Detection Register
MTU_MC53_ETRR0  0xF0064512          MC 53 Error Tracking Register 0
MTU_MC53_ETRR1  0xF0064514          MC 53 Error Tracking Register 1
MTU_MC53_ETRR2  0xF0064516          MC 53 Error Tracking Register 2
MTU_MC53_ETRR3  0xF0064518          MC 53 Error Tracking Register 3
MTU_MC53_ETRR4  0xF006451A          MC 53 Error Tracking Register 4
MTU_MC53_RDBFL0 0xF0064560          MC 53 Read Data and Bit Flip Register 0
MTU_MC53_RDBFL1 0xF0064562          MC 53 Read Data and Bit Flip Register 1
MTU_MC53_RDBFL2 0xF0064564          MC 53 Read Data and Bit Flip Register 2
MTU_MC53_RDBFL3 0xF0064566          MC 53 Read Data and Bit Flip Register 3
MTU_MC53_RDBFL4 0xF0064568          MC 53 Read Data and Bit Flip Register 4
MTU_MC53_RDBFL5 0xF006456A          MC 53 Read Data and Bit Flip Register 5
MTU_MC53_RDBFL6 0xF006456C          MC 53 Read Data and Bit Flip Register 6
MTU_MC53_RDBFL7 0xF006456E          MC 53 Read Data and Bit Flip Register 7
MTU_MC53_RDBFL8 0xF0064570          MC 53 Read Data and Bit Flip Register 8
MTU_MC53_RDBFL9 0xF0064572          MC 53 Read Data and Bit Flip Register 9
MTU_MC53_RDBFL10 0xF0064574          MC 53 Read Data and Bit Flip Register 10
MTU_MC53_RDBFL11 0xF0064576          MC 53 Read Data and Bit Flip Register 11
MTU_MC53_RDBFL12 0xF0064578          MC 53 Read Data and Bit Flip Register 12
MTU_MC53_RDBFL13 0xF006457A          MC 53 Read Data and Bit Flip Register 13
MTU_MC53_RDBFL14 0xF006457C          MC 53 Read Data and Bit Flip Register 14
MTU_MC53_RDBFL15 0xF006457E          MC 53 Read Data and Bit Flip Register 15
MTU_MC53_RDBFL16 0xF0064580          MC 53 Read Data and Bit Flip Register 16
MTU_MC53_RDBFL17 0xF0064582          MC 53 Read Data and Bit Flip Register 17
MTU_MC53_RDBFL18 0xF0064584          MC 53 Read Data and Bit Flip Register 18
MTU_MC53_RDBFL19 0xF0064586          MC 53 Read Data and Bit Flip Register 19
MTU_MC53_RDBFL20 0xF0064588          MC 53 Read Data and Bit Flip Register 20
MTU_MC53_RDBFL21 0xF006458A          MC 53 Read Data and Bit Flip Register 21
MTU_MC53_RDBFL22 0xF006458C          MC 53 Read Data and Bit Flip Register 22
MTU_MC53_RDBFL23 0xF006458E          MC 53 Read Data and Bit Flip Register 23
MTU_MC53_RDBFL24 0xF0064590          MC 53 Read Data and Bit Flip Register 24
MTU_MC53_RDBFL25 0xF0064592          MC 53 Read Data and Bit Flip Register 25
MTU_MC53_RDBFL26 0xF0064594          MC 53 Read Data and Bit Flip Register 26
MTU_MC53_RDBFL27 0xF0064596          MC 53 Read Data and Bit Flip Register 27
MTU_MC53_RDBFL28 0xF0064598          MC 53 Read Data and Bit Flip Register 28
MTU_MC53_RDBFL29 0xF006459A          MC 53 Read Data and Bit Flip Register 29
MTU_MC53_RDBFL30 0xF006459C          MC 53 Read Data and Bit Flip Register 30
MTU_MC53_RDBFL31 0xF006459E          MC 53 Read Data and Bit Flip Register 31
MTU_MC53_RDBFL32 0xF00645A0          MC 53 Read Data and Bit Flip Register 32
MTU_MC53_RDBFL33 0xF00645A2          MC 53 Read Data and Bit Flip Register 33
MTU_MC53_RDBFL34 0xF00645A4          MC 53 Read Data and Bit Flip Register 34
MTU_MC53_RDBFL35 0xF00645A6          MC 53 Read Data and Bit Flip Register 35
MTU_MC53_RDBFL36 0xF00645A8          MC 53 Read Data and Bit Flip Register 36
MTU_MC53_RDBFL37 0xF00645AA          MC 53 Read Data and Bit Flip Register 37
MTU_MC53_RDBFL38 0xF00645AC          MC 53 Read Data and Bit Flip Register 38
MTU_MC53_RDBFL39 0xF00645AE          MC 53 Read Data and Bit Flip Register 39
MTU_MC53_RDBFL40 0xF00645B0          MC 53 Read Data and Bit Flip Register 40
MTU_MC53_RDBFL41 0xF00645B2          MC 53 Read Data and Bit Flip Register 41
MTU_MC53_RDBFL42 0xF00645B4          MC 53 Read Data and Bit Flip Register 42
MTU_MC53_RDBFL43 0xF00645B6          MC 53 Read Data and Bit Flip Register 43
MTU_MC53_RDBFL44 0xF00645B8          MC 53 Read Data and Bit Flip Register 44
MTU_MC53_RDBFL45 0xF00645BA          MC 53 Read Data and Bit Flip Register 45
MTU_MC53_RDBFL46 0xF00645BC          MC 53 Read Data and Bit Flip Register 46
MTU_MC53_RDBFL47 0xF00645BE          MC 53 Read Data and Bit Flip Register 47
MTU_MC53_RDBFL48 0xF00645C0          MC 53 Read Data and Bit Flip Register 48
MTU_MC53_RDBFL49 0xF00645C2          MC 53 Read Data and Bit Flip Register 49
MTU_MC53_RDBFL50 0xF00645C4          MC 53 Read Data and Bit Flip Register 50
MTU_MC53_RDBFL51 0xF00645C6          MC 53 Read Data and Bit Flip Register 51
MTU_MC53_RDBFL52 0xF00645C8          MC 53 Read Data and Bit Flip Register 52
MTU_MC53_RDBFL53 0xF00645CA          MC 53 Read Data and Bit Flip Register 53
MTU_MC53_RDBFL54 0xF00645CC          MC 53 Read Data and Bit Flip Register 54
MTU_MC53_RDBFL55 0xF00645CE          MC 53 Read Data and Bit Flip Register 55
MTU_MC53_RDBFL56 0xF00645D0          MC 53 Read Data and Bit Flip Register 56
MTU_MC53_RDBFL57 0xF00645D2          MC 53 Read Data and Bit Flip Register 57
MTU_MC53_RDBFL58 0xF00645D4          MC 53 Read Data and Bit Flip Register 58
MTU_MC53_RDBFL59 0xF00645D6          MC 53 Read Data and Bit Flip Register 59
MTU_MC53_RDBFL60 0xF00645D8          MC 53 Read Data and Bit Flip Register 60
MTU_MC53_RDBFL61 0xF00645DA          MC 53 Read Data and Bit Flip Register 61
MTU_MC53_RDBFL62 0xF00645DC          MC 53 Read Data and Bit Flip Register 62
MTU_MC53_RDBFL63 0xF00645DE          MC 53 Read Data and Bit Flip Register 63
MTU_MC53_RDBFL64 0xF00645E0          MC 53 Read Data and Bit Flip Register 64
MTU_MC53_RDBFL65 0xF00645E2          MC 53 Read Data and Bit Flip Register 65
MTU_MC53_RDBFL66 0xF00645E4          MC 53 Read Data and Bit Flip Register 66
MTU_MC53_ALMSRCS 0xF00645EE          MC 53 Alarm Sources Configuration Register
MTU_MC53_FAULTSTS 0xF00645F0          MC 53 SSH Safety Faults Status Register
MTU_MC53_ERRINFO0 0xF00645F2          MC 53 Error Information Register 0
MTU_MC53_ERRINFO1 0xF00645F4          MC 53 Error Information Register 1
MTU_MC53_ERRINFO2 0xF00645F6          MC 53 Error Information Register 2
MTU_MC53_ERRINFO3 0xF00645F8          MC 53 Error Information Register 3
MTU_MC53_ERRINFO4 0xF00645FA          MC 53 Error Information Register 4
MTU_MC54_CONFIG0 0xF0064600          MC 54 Configuration Register 0
MTU_MC54_CONFIG1 0xF0064602          MC 54 Configuration Register 1
MTU_MC54_MCONTROL 0xF0064604          MC 54 MBIST Control Register
MTU_MC54_MSTATUS 0xF0064606          MC 54 Status Register
MTU_MC54_RANGE  0xF0064608          MC 54 Range Register, single address mode
MTU_MC54_REVID  0xF006460C          MC 54 Revision ID Register
MTU_MC54_ECCS   0xF006460E          MC 54 ECC Safety Register
MTU_MC54_ECCD   0xF0064610          MC 54 Memory ECC Detection Register
MTU_MC54_ETRR0  0xF0064612          MC 54 Error Tracking Register 0
MTU_MC54_ETRR1  0xF0064614          MC 54 Error Tracking Register 1
MTU_MC54_ETRR2  0xF0064616          MC 54 Error Tracking Register 2
MTU_MC54_ETRR3  0xF0064618          MC 54 Error Tracking Register 3
MTU_MC54_ETRR4  0xF006461A          MC 54 Error Tracking Register 4
MTU_MC54_RDBFL0 0xF0064660          MC 54 Read Data and Bit Flip Register 0
MTU_MC54_RDBFL1 0xF0064662          MC 54 Read Data and Bit Flip Register 1
MTU_MC54_RDBFL2 0xF0064664          MC 54 Read Data and Bit Flip Register 2
MTU_MC54_RDBFL3 0xF0064666          MC 54 Read Data and Bit Flip Register 3
MTU_MC54_RDBFL4 0xF0064668          MC 54 Read Data and Bit Flip Register 4
MTU_MC54_RDBFL5 0xF006466A          MC 54 Read Data and Bit Flip Register 5
MTU_MC54_RDBFL6 0xF006466C          MC 54 Read Data and Bit Flip Register 6
MTU_MC54_RDBFL7 0xF006466E          MC 54 Read Data and Bit Flip Register 7
MTU_MC54_RDBFL8 0xF0064670          MC 54 Read Data and Bit Flip Register 8
MTU_MC54_RDBFL9 0xF0064672          MC 54 Read Data and Bit Flip Register 9
MTU_MC54_RDBFL10 0xF0064674          MC 54 Read Data and Bit Flip Register 10
MTU_MC54_RDBFL11 0xF0064676          MC 54 Read Data and Bit Flip Register 11
MTU_MC54_RDBFL12 0xF0064678          MC 54 Read Data and Bit Flip Register 12
MTU_MC54_RDBFL13 0xF006467A          MC 54 Read Data and Bit Flip Register 13
MTU_MC54_RDBFL14 0xF006467C          MC 54 Read Data and Bit Flip Register 14
MTU_MC54_RDBFL15 0xF006467E          MC 54 Read Data and Bit Flip Register 15
MTU_MC54_RDBFL16 0xF0064680          MC 54 Read Data and Bit Flip Register 16
MTU_MC54_RDBFL17 0xF0064682          MC 54 Read Data and Bit Flip Register 17
MTU_MC54_RDBFL18 0xF0064684          MC 54 Read Data and Bit Flip Register 18
MTU_MC54_RDBFL19 0xF0064686          MC 54 Read Data and Bit Flip Register 19
MTU_MC54_RDBFL20 0xF0064688          MC 54 Read Data and Bit Flip Register 20
MTU_MC54_RDBFL21 0xF006468A          MC 54 Read Data and Bit Flip Register 21
MTU_MC54_RDBFL22 0xF006468C          MC 54 Read Data and Bit Flip Register 22
MTU_MC54_RDBFL23 0xF006468E          MC 54 Read Data and Bit Flip Register 23
MTU_MC54_RDBFL24 0xF0064690          MC 54 Read Data and Bit Flip Register 24
MTU_MC54_RDBFL25 0xF0064692          MC 54 Read Data and Bit Flip Register 25
MTU_MC54_RDBFL26 0xF0064694          MC 54 Read Data and Bit Flip Register 26
MTU_MC54_RDBFL27 0xF0064696          MC 54 Read Data and Bit Flip Register 27
MTU_MC54_RDBFL28 0xF0064698          MC 54 Read Data and Bit Flip Register 28
MTU_MC54_RDBFL29 0xF006469A          MC 54 Read Data and Bit Flip Register 29
MTU_MC54_RDBFL30 0xF006469C          MC 54 Read Data and Bit Flip Register 30
MTU_MC54_RDBFL31 0xF006469E          MC 54 Read Data and Bit Flip Register 31
MTU_MC54_RDBFL32 0xF00646A0          MC 54 Read Data and Bit Flip Register 32
MTU_MC54_RDBFL33 0xF00646A2          MC 54 Read Data and Bit Flip Register 33
MTU_MC54_RDBFL34 0xF00646A4          MC 54 Read Data and Bit Flip Register 34
MTU_MC54_RDBFL35 0xF00646A6          MC 54 Read Data and Bit Flip Register 35
MTU_MC54_RDBFL36 0xF00646A8          MC 54 Read Data and Bit Flip Register 36
MTU_MC54_RDBFL37 0xF00646AA          MC 54 Read Data and Bit Flip Register 37
MTU_MC54_RDBFL38 0xF00646AC          MC 54 Read Data and Bit Flip Register 38
MTU_MC54_RDBFL39 0xF00646AE          MC 54 Read Data and Bit Flip Register 39
MTU_MC54_RDBFL40 0xF00646B0          MC 54 Read Data and Bit Flip Register 40
MTU_MC54_RDBFL41 0xF00646B2          MC 54 Read Data and Bit Flip Register 41
MTU_MC54_RDBFL42 0xF00646B4          MC 54 Read Data and Bit Flip Register 42
MTU_MC54_RDBFL43 0xF00646B6          MC 54 Read Data and Bit Flip Register 43
MTU_MC54_RDBFL44 0xF00646B8          MC 54 Read Data and Bit Flip Register 44
MTU_MC54_RDBFL45 0xF00646BA          MC 54 Read Data and Bit Flip Register 45
MTU_MC54_RDBFL46 0xF00646BC          MC 54 Read Data and Bit Flip Register 46
MTU_MC54_RDBFL47 0xF00646BE          MC 54 Read Data and Bit Flip Register 47
MTU_MC54_RDBFL48 0xF00646C0          MC 54 Read Data and Bit Flip Register 48
MTU_MC54_RDBFL49 0xF00646C2          MC 54 Read Data and Bit Flip Register 49
MTU_MC54_RDBFL50 0xF00646C4          MC 54 Read Data and Bit Flip Register 50
MTU_MC54_RDBFL51 0xF00646C6          MC 54 Read Data and Bit Flip Register 51
MTU_MC54_RDBFL52 0xF00646C8          MC 54 Read Data and Bit Flip Register 52
MTU_MC54_RDBFL53 0xF00646CA          MC 54 Read Data and Bit Flip Register 53
MTU_MC54_RDBFL54 0xF00646CC          MC 54 Read Data and Bit Flip Register 54
MTU_MC54_RDBFL55 0xF00646CE          MC 54 Read Data and Bit Flip Register 55
MTU_MC54_RDBFL56 0xF00646D0          MC 54 Read Data and Bit Flip Register 56
MTU_MC54_RDBFL57 0xF00646D2          MC 54 Read Data and Bit Flip Register 57
MTU_MC54_RDBFL58 0xF00646D4          MC 54 Read Data and Bit Flip Register 58
MTU_MC54_RDBFL59 0xF00646D6          MC 54 Read Data and Bit Flip Register 59
MTU_MC54_RDBFL60 0xF00646D8          MC 54 Read Data and Bit Flip Register 60
MTU_MC54_RDBFL61 0xF00646DA          MC 54 Read Data and Bit Flip Register 61
MTU_MC54_RDBFL62 0xF00646DC          MC 54 Read Data and Bit Flip Register 62
MTU_MC54_RDBFL63 0xF00646DE          MC 54 Read Data and Bit Flip Register 63
MTU_MC54_RDBFL64 0xF00646E0          MC 54 Read Data and Bit Flip Register 64
MTU_MC54_RDBFL65 0xF00646E2          MC 54 Read Data and Bit Flip Register 65
MTU_MC54_RDBFL66 0xF00646E4          MC 54 Read Data and Bit Flip Register 66
MTU_MC54_ALMSRCS 0xF00646EE          MC 54 Alarm Sources Configuration Register
MTU_MC54_FAULTSTS 0xF00646F0          MC 54 SSH Safety Faults Status Register
MTU_MC54_ERRINFO0 0xF00646F2          MC 54 Error Information Register 0
MTU_MC54_ERRINFO1 0xF00646F4          MC 54 Error Information Register 1
MTU_MC54_ERRINFO2 0xF00646F6          MC 54 Error Information Register 2
MTU_MC54_ERRINFO3 0xF00646F8          MC 54 Error Information Register 3
MTU_MC54_ERRINFO4 0xF00646FA          MC 54 Error Information Register 4
MTU_MC55_CONFIG0 0xF0064700          MC 55 Configuration Register 0
MTU_MC55_CONFIG1 0xF0064702          MC 55 Configuration Register 1
MTU_MC55_MCONTROL 0xF0064704          MC 55 MBIST Control Register
MTU_MC55_MSTATUS 0xF0064706          MC 55 Status Register
MTU_MC55_RANGE  0xF0064708          MC 55 Range Register, single address mode
MTU_MC55_REVID  0xF006470C          MC 55 Revision ID Register
MTU_MC55_ECCS   0xF006470E          MC 55 ECC Safety Register
MTU_MC55_ECCD   0xF0064710          MC 55 Memory ECC Detection Register
MTU_MC55_ETRR0  0xF0064712          MC 55 Error Tracking Register 0
MTU_MC55_ETRR1  0xF0064714          MC 55 Error Tracking Register 1
MTU_MC55_ETRR2  0xF0064716          MC 55 Error Tracking Register 2
MTU_MC55_ETRR3  0xF0064718          MC 55 Error Tracking Register 3
MTU_MC55_ETRR4  0xF006471A          MC 55 Error Tracking Register 4
MTU_MC55_RDBFL0 0xF0064760          MC 55 Read Data and Bit Flip Register 0
MTU_MC55_RDBFL1 0xF0064762          MC 55 Read Data and Bit Flip Register 1
MTU_MC55_RDBFL2 0xF0064764          MC 55 Read Data and Bit Flip Register 2
MTU_MC55_RDBFL3 0xF0064766          MC 55 Read Data and Bit Flip Register 3
MTU_MC55_RDBFL4 0xF0064768          MC 55 Read Data and Bit Flip Register 4
MTU_MC55_RDBFL5 0xF006476A          MC 55 Read Data and Bit Flip Register 5
MTU_MC55_RDBFL6 0xF006476C          MC 55 Read Data and Bit Flip Register 6
MTU_MC55_RDBFL7 0xF006476E          MC 55 Read Data and Bit Flip Register 7
MTU_MC55_RDBFL8 0xF0064770          MC 55 Read Data and Bit Flip Register 8
MTU_MC55_RDBFL9 0xF0064772          MC 55 Read Data and Bit Flip Register 9
MTU_MC55_RDBFL10 0xF0064774          MC 55 Read Data and Bit Flip Register 10
MTU_MC55_RDBFL11 0xF0064776          MC 55 Read Data and Bit Flip Register 11
MTU_MC55_RDBFL12 0xF0064778          MC 55 Read Data and Bit Flip Register 12
MTU_MC55_RDBFL13 0xF006477A          MC 55 Read Data and Bit Flip Register 13
MTU_MC55_RDBFL14 0xF006477C          MC 55 Read Data and Bit Flip Register 14
MTU_MC55_RDBFL15 0xF006477E          MC 55 Read Data and Bit Flip Register 15
MTU_MC55_RDBFL16 0xF0064780          MC 55 Read Data and Bit Flip Register 16
MTU_MC55_RDBFL17 0xF0064782          MC 55 Read Data and Bit Flip Register 17
MTU_MC55_RDBFL18 0xF0064784          MC 55 Read Data and Bit Flip Register 18
MTU_MC55_RDBFL19 0xF0064786          MC 55 Read Data and Bit Flip Register 19
MTU_MC55_RDBFL20 0xF0064788          MC 55 Read Data and Bit Flip Register 20
MTU_MC55_RDBFL21 0xF006478A          MC 55 Read Data and Bit Flip Register 21
MTU_MC55_RDBFL22 0xF006478C          MC 55 Read Data and Bit Flip Register 22
MTU_MC55_RDBFL23 0xF006478E          MC 55 Read Data and Bit Flip Register 23
MTU_MC55_RDBFL24 0xF0064790          MC 55 Read Data and Bit Flip Register 24
MTU_MC55_RDBFL25 0xF0064792          MC 55 Read Data and Bit Flip Register 25
MTU_MC55_RDBFL26 0xF0064794          MC 55 Read Data and Bit Flip Register 26
MTU_MC55_RDBFL27 0xF0064796          MC 55 Read Data and Bit Flip Register 27
MTU_MC55_RDBFL28 0xF0064798          MC 55 Read Data and Bit Flip Register 28
MTU_MC55_RDBFL29 0xF006479A          MC 55 Read Data and Bit Flip Register 29
MTU_MC55_RDBFL30 0xF006479C          MC 55 Read Data and Bit Flip Register 30
MTU_MC55_RDBFL31 0xF006479E          MC 55 Read Data and Bit Flip Register 31
MTU_MC55_RDBFL32 0xF00647A0          MC 55 Read Data and Bit Flip Register 32
MTU_MC55_RDBFL33 0xF00647A2          MC 55 Read Data and Bit Flip Register 33
MTU_MC55_RDBFL34 0xF00647A4          MC 55 Read Data and Bit Flip Register 34
MTU_MC55_RDBFL35 0xF00647A6          MC 55 Read Data and Bit Flip Register 35
MTU_MC55_RDBFL36 0xF00647A8          MC 55 Read Data and Bit Flip Register 36
MTU_MC55_RDBFL37 0xF00647AA          MC 55 Read Data and Bit Flip Register 37
MTU_MC55_RDBFL38 0xF00647AC          MC 55 Read Data and Bit Flip Register 38
MTU_MC55_RDBFL39 0xF00647AE          MC 55 Read Data and Bit Flip Register 39
MTU_MC55_RDBFL40 0xF00647B0          MC 55 Read Data and Bit Flip Register 40
MTU_MC55_RDBFL41 0xF00647B2          MC 55 Read Data and Bit Flip Register 41
MTU_MC55_RDBFL42 0xF00647B4          MC 55 Read Data and Bit Flip Register 42
MTU_MC55_RDBFL43 0xF00647B6          MC 55 Read Data and Bit Flip Register 43
MTU_MC55_RDBFL44 0xF00647B8          MC 55 Read Data and Bit Flip Register 44
MTU_MC55_RDBFL45 0xF00647BA          MC 55 Read Data and Bit Flip Register 45
MTU_MC55_RDBFL46 0xF00647BC          MC 55 Read Data and Bit Flip Register 46
MTU_MC55_RDBFL47 0xF00647BE          MC 55 Read Data and Bit Flip Register 47
MTU_MC55_RDBFL48 0xF00647C0          MC 55 Read Data and Bit Flip Register 48
MTU_MC55_RDBFL49 0xF00647C2          MC 55 Read Data and Bit Flip Register 49
MTU_MC55_RDBFL50 0xF00647C4          MC 55 Read Data and Bit Flip Register 50
MTU_MC55_RDBFL51 0xF00647C6          MC 55 Read Data and Bit Flip Register 51
MTU_MC55_RDBFL52 0xF00647C8          MC 55 Read Data and Bit Flip Register 52
MTU_MC55_RDBFL53 0xF00647CA          MC 55 Read Data and Bit Flip Register 53
MTU_MC55_RDBFL54 0xF00647CC          MC 55 Read Data and Bit Flip Register 54
MTU_MC55_RDBFL55 0xF00647CE          MC 55 Read Data and Bit Flip Register 55
MTU_MC55_RDBFL56 0xF00647D0          MC 55 Read Data and Bit Flip Register 56
MTU_MC55_RDBFL57 0xF00647D2          MC 55 Read Data and Bit Flip Register 57
MTU_MC55_RDBFL58 0xF00647D4          MC 55 Read Data and Bit Flip Register 58
MTU_MC55_RDBFL59 0xF00647D6          MC 55 Read Data and Bit Flip Register 59
MTU_MC55_RDBFL60 0xF00647D8          MC 55 Read Data and Bit Flip Register 60
MTU_MC55_RDBFL61 0xF00647DA          MC 55 Read Data and Bit Flip Register 61
MTU_MC55_RDBFL62 0xF00647DC          MC 55 Read Data and Bit Flip Register 62
MTU_MC55_RDBFL63 0xF00647DE          MC 55 Read Data and Bit Flip Register 63
MTU_MC55_RDBFL64 0xF00647E0          MC 55 Read Data and Bit Flip Register 64
MTU_MC55_RDBFL65 0xF00647E2          MC 55 Read Data and Bit Flip Register 65
MTU_MC55_RDBFL66 0xF00647E4          MC 55 Read Data and Bit Flip Register 66
MTU_MC55_ALMSRCS 0xF00647EE          MC 55 Alarm Sources Configuration Register
MTU_MC55_FAULTSTS 0xF00647F0          MC 55 SSH Safety Faults Status Register
MTU_MC55_ERRINFO0 0xF00647F2          MC 55 Error Information Register 0
MTU_MC55_ERRINFO1 0xF00647F4          MC 55 Error Information Register 1
MTU_MC55_ERRINFO2 0xF00647F6          MC 55 Error Information Register 2
MTU_MC55_ERRINFO3 0xF00647F8          MC 55 Error Information Register 3
MTU_MC55_ERRINFO4 0xF00647FA          MC 55 Error Information Register 4
MTU_MC56_CONFIG0 0xF0064800          MC 56 Configuration Register 0
MTU_MC56_CONFIG1 0xF0064802          MC 56 Configuration Register 1
MTU_MC56_MCONTROL 0xF0064804          MC 56 MBIST Control Register
MTU_MC56_MSTATUS 0xF0064806          MC 56 Status Register
MTU_MC56_RANGE  0xF0064808          MC 56 Range Register, single address mode
MTU_MC56_REVID  0xF006480C          MC 56 Revision ID Register
MTU_MC56_ECCS   0xF006480E          MC 56 ECC Safety Register
MTU_MC56_ECCD   0xF0064810          MC 56 Memory ECC Detection Register
MTU_MC56_ETRR0  0xF0064812          MC 56 Error Tracking Register 0
MTU_MC56_ETRR1  0xF0064814          MC 56 Error Tracking Register 1
MTU_MC56_ETRR2  0xF0064816          MC 56 Error Tracking Register 2
MTU_MC56_ETRR3  0xF0064818          MC 56 Error Tracking Register 3
MTU_MC56_ETRR4  0xF006481A          MC 56 Error Tracking Register 4
MTU_MC56_RDBFL0 0xF0064860          MC 56 Read Data and Bit Flip Register 0
MTU_MC56_RDBFL1 0xF0064862          MC 56 Read Data and Bit Flip Register 1
MTU_MC56_RDBFL2 0xF0064864          MC 56 Read Data and Bit Flip Register 2
MTU_MC56_RDBFL3 0xF0064866          MC 56 Read Data and Bit Flip Register 3
MTU_MC56_RDBFL4 0xF0064868          MC 56 Read Data and Bit Flip Register 4
MTU_MC56_RDBFL5 0xF006486A          MC 56 Read Data and Bit Flip Register 5
MTU_MC56_RDBFL6 0xF006486C          MC 56 Read Data and Bit Flip Register 6
MTU_MC56_RDBFL7 0xF006486E          MC 56 Read Data and Bit Flip Register 7
MTU_MC56_RDBFL8 0xF0064870          MC 56 Read Data and Bit Flip Register 8
MTU_MC56_RDBFL9 0xF0064872          MC 56 Read Data and Bit Flip Register 9
MTU_MC56_RDBFL10 0xF0064874          MC 56 Read Data and Bit Flip Register 10
MTU_MC56_RDBFL11 0xF0064876          MC 56 Read Data and Bit Flip Register 11
MTU_MC56_RDBFL12 0xF0064878          MC 56 Read Data and Bit Flip Register 12
MTU_MC56_RDBFL13 0xF006487A          MC 56 Read Data and Bit Flip Register 13
MTU_MC56_RDBFL14 0xF006487C          MC 56 Read Data and Bit Flip Register 14
MTU_MC56_RDBFL15 0xF006487E          MC 56 Read Data and Bit Flip Register 15
MTU_MC56_RDBFL16 0xF0064880          MC 56 Read Data and Bit Flip Register 16
MTU_MC56_RDBFL17 0xF0064882          MC 56 Read Data and Bit Flip Register 17
MTU_MC56_RDBFL18 0xF0064884          MC 56 Read Data and Bit Flip Register 18
MTU_MC56_RDBFL19 0xF0064886          MC 56 Read Data and Bit Flip Register 19
MTU_MC56_RDBFL20 0xF0064888          MC 56 Read Data and Bit Flip Register 20
MTU_MC56_RDBFL21 0xF006488A          MC 56 Read Data and Bit Flip Register 21
MTU_MC56_RDBFL22 0xF006488C          MC 56 Read Data and Bit Flip Register 22
MTU_MC56_RDBFL23 0xF006488E          MC 56 Read Data and Bit Flip Register 23
MTU_MC56_RDBFL24 0xF0064890          MC 56 Read Data and Bit Flip Register 24
MTU_MC56_RDBFL25 0xF0064892          MC 56 Read Data and Bit Flip Register 25
MTU_MC56_RDBFL26 0xF0064894          MC 56 Read Data and Bit Flip Register 26
MTU_MC56_RDBFL27 0xF0064896          MC 56 Read Data and Bit Flip Register 27
MTU_MC56_RDBFL28 0xF0064898          MC 56 Read Data and Bit Flip Register 28
MTU_MC56_RDBFL29 0xF006489A          MC 56 Read Data and Bit Flip Register 29
MTU_MC56_RDBFL30 0xF006489C          MC 56 Read Data and Bit Flip Register 30
MTU_MC56_RDBFL31 0xF006489E          MC 56 Read Data and Bit Flip Register 31
MTU_MC56_RDBFL32 0xF00648A0          MC 56 Read Data and Bit Flip Register 32
MTU_MC56_RDBFL33 0xF00648A2          MC 56 Read Data and Bit Flip Register 33
MTU_MC56_RDBFL34 0xF00648A4          MC 56 Read Data and Bit Flip Register 34
MTU_MC56_RDBFL35 0xF00648A6          MC 56 Read Data and Bit Flip Register 35
MTU_MC56_RDBFL36 0xF00648A8          MC 56 Read Data and Bit Flip Register 36
MTU_MC56_RDBFL37 0xF00648AA          MC 56 Read Data and Bit Flip Register 37
MTU_MC56_RDBFL38 0xF00648AC          MC 56 Read Data and Bit Flip Register 38
MTU_MC56_RDBFL39 0xF00648AE          MC 56 Read Data and Bit Flip Register 39
MTU_MC56_RDBFL40 0xF00648B0          MC 56 Read Data and Bit Flip Register 40
MTU_MC56_RDBFL41 0xF00648B2          MC 56 Read Data and Bit Flip Register 41
MTU_MC56_RDBFL42 0xF00648B4          MC 56 Read Data and Bit Flip Register 42
MTU_MC56_RDBFL43 0xF00648B6          MC 56 Read Data and Bit Flip Register 43
MTU_MC56_RDBFL44 0xF00648B8          MC 56 Read Data and Bit Flip Register 44
MTU_MC56_RDBFL45 0xF00648BA          MC 56 Read Data and Bit Flip Register 45
MTU_MC56_RDBFL46 0xF00648BC          MC 56 Read Data and Bit Flip Register 46
MTU_MC56_RDBFL47 0xF00648BE          MC 56 Read Data and Bit Flip Register 47
MTU_MC56_RDBFL48 0xF00648C0          MC 56 Read Data and Bit Flip Register 48
MTU_MC56_RDBFL49 0xF00648C2          MC 56 Read Data and Bit Flip Register 49
MTU_MC56_RDBFL50 0xF00648C4          MC 56 Read Data and Bit Flip Register 50
MTU_MC56_RDBFL51 0xF00648C6          MC 56 Read Data and Bit Flip Register 51
MTU_MC56_RDBFL52 0xF00648C8          MC 56 Read Data and Bit Flip Register 52
MTU_MC56_RDBFL53 0xF00648CA          MC 56 Read Data and Bit Flip Register 53
MTU_MC56_RDBFL54 0xF00648CC          MC 56 Read Data and Bit Flip Register 54
MTU_MC56_RDBFL55 0xF00648CE          MC 56 Read Data and Bit Flip Register 55
MTU_MC56_RDBFL56 0xF00648D0          MC 56 Read Data and Bit Flip Register 56
MTU_MC56_RDBFL57 0xF00648D2          MC 56 Read Data and Bit Flip Register 57
MTU_MC56_RDBFL58 0xF00648D4          MC 56 Read Data and Bit Flip Register 58
MTU_MC56_RDBFL59 0xF00648D6          MC 56 Read Data and Bit Flip Register 59
MTU_MC56_RDBFL60 0xF00648D8          MC 56 Read Data and Bit Flip Register 60
MTU_MC56_RDBFL61 0xF00648DA          MC 56 Read Data and Bit Flip Register 61
MTU_MC56_RDBFL62 0xF00648DC          MC 56 Read Data and Bit Flip Register 62
MTU_MC56_RDBFL63 0xF00648DE          MC 56 Read Data and Bit Flip Register 63
MTU_MC56_RDBFL64 0xF00648E0          MC 56 Read Data and Bit Flip Register 64
MTU_MC56_RDBFL65 0xF00648E2          MC 56 Read Data and Bit Flip Register 65
MTU_MC56_RDBFL66 0xF00648E4          MC 56 Read Data and Bit Flip Register 66
MTU_MC56_ALMSRCS 0xF00648EE          MC 56 Alarm Sources Configuration Register
MTU_MC56_FAULTSTS 0xF00648F0          MC 56 SSH Safety Faults Status Register
MTU_MC56_ERRINFO0 0xF00648F2          MC 56 Error Information Register 0
MTU_MC56_ERRINFO1 0xF00648F4          MC 56 Error Information Register 1
MTU_MC56_ERRINFO2 0xF00648F6          MC 56 Error Information Register 2
MTU_MC56_ERRINFO3 0xF00648F8          MC 56 Error Information Register 3
MTU_MC56_ERRINFO4 0xF00648FA          MC 56 Error Information Register 4
MTU_MC57_CONFIG0 0xF0064900          MC 57 Configuration Register 0
MTU_MC57_CONFIG1 0xF0064902          MC 57 Configuration Register 1
MTU_MC57_MCONTROL 0xF0064904          MC 57 MBIST Control Register
MTU_MC57_MSTATUS 0xF0064906          MC 57 Status Register
MTU_MC57_RANGE  0xF0064908          MC 57 Range Register, single address mode
MTU_MC57_REVID  0xF006490C          MC 57 Revision ID Register
MTU_MC57_ECCS   0xF006490E          MC 57 ECC Safety Register
MTU_MC57_ECCD   0xF0064910          MC 57 Memory ECC Detection Register
MTU_MC57_ETRR0  0xF0064912          MC 57 Error Tracking Register 0
MTU_MC57_ETRR1  0xF0064914          MC 57 Error Tracking Register 1
MTU_MC57_ETRR2  0xF0064916          MC 57 Error Tracking Register 2
MTU_MC57_ETRR3  0xF0064918          MC 57 Error Tracking Register 3
MTU_MC57_ETRR4  0xF006491A          MC 57 Error Tracking Register 4
MTU_MC57_RDBFL0 0xF0064960          MC 57 Read Data and Bit Flip Register 0
MTU_MC57_RDBFL1 0xF0064962          MC 57 Read Data and Bit Flip Register 1
MTU_MC57_RDBFL2 0xF0064964          MC 57 Read Data and Bit Flip Register 2
MTU_MC57_RDBFL3 0xF0064966          MC 57 Read Data and Bit Flip Register 3
MTU_MC57_RDBFL4 0xF0064968          MC 57 Read Data and Bit Flip Register 4
MTU_MC57_RDBFL5 0xF006496A          MC 57 Read Data and Bit Flip Register 5
MTU_MC57_RDBFL6 0xF006496C          MC 57 Read Data and Bit Flip Register 6
MTU_MC57_RDBFL7 0xF006496E          MC 57 Read Data and Bit Flip Register 7
MTU_MC57_RDBFL8 0xF0064970          MC 57 Read Data and Bit Flip Register 8
MTU_MC57_RDBFL9 0xF0064972          MC 57 Read Data and Bit Flip Register 9
MTU_MC57_RDBFL10 0xF0064974          MC 57 Read Data and Bit Flip Register 10
MTU_MC57_RDBFL11 0xF0064976          MC 57 Read Data and Bit Flip Register 11
MTU_MC57_RDBFL12 0xF0064978          MC 57 Read Data and Bit Flip Register 12
MTU_MC57_RDBFL13 0xF006497A          MC 57 Read Data and Bit Flip Register 13
MTU_MC57_RDBFL14 0xF006497C          MC 57 Read Data and Bit Flip Register 14
MTU_MC57_RDBFL15 0xF006497E          MC 57 Read Data and Bit Flip Register 15
MTU_MC57_RDBFL16 0xF0064980          MC 57 Read Data and Bit Flip Register 16
MTU_MC57_RDBFL17 0xF0064982          MC 57 Read Data and Bit Flip Register 17
MTU_MC57_RDBFL18 0xF0064984          MC 57 Read Data and Bit Flip Register 18
MTU_MC57_RDBFL19 0xF0064986          MC 57 Read Data and Bit Flip Register 19
MTU_MC57_RDBFL20 0xF0064988          MC 57 Read Data and Bit Flip Register 20
MTU_MC57_RDBFL21 0xF006498A          MC 57 Read Data and Bit Flip Register 21
MTU_MC57_RDBFL22 0xF006498C          MC 57 Read Data and Bit Flip Register 22
MTU_MC57_RDBFL23 0xF006498E          MC 57 Read Data and Bit Flip Register 23
MTU_MC57_RDBFL24 0xF0064990          MC 57 Read Data and Bit Flip Register 24
MTU_MC57_RDBFL25 0xF0064992          MC 57 Read Data and Bit Flip Register 25
MTU_MC57_RDBFL26 0xF0064994          MC 57 Read Data and Bit Flip Register 26
MTU_MC57_RDBFL27 0xF0064996          MC 57 Read Data and Bit Flip Register 27
MTU_MC57_RDBFL28 0xF0064998          MC 57 Read Data and Bit Flip Register 28
MTU_MC57_RDBFL29 0xF006499A          MC 57 Read Data and Bit Flip Register 29
MTU_MC57_RDBFL30 0xF006499C          MC 57 Read Data and Bit Flip Register 30
MTU_MC57_RDBFL31 0xF006499E          MC 57 Read Data and Bit Flip Register 31
MTU_MC57_RDBFL32 0xF00649A0          MC 57 Read Data and Bit Flip Register 32
MTU_MC57_RDBFL33 0xF00649A2          MC 57 Read Data and Bit Flip Register 33
MTU_MC57_RDBFL34 0xF00649A4          MC 57 Read Data and Bit Flip Register 34
MTU_MC57_RDBFL35 0xF00649A6          MC 57 Read Data and Bit Flip Register 35
MTU_MC57_RDBFL36 0xF00649A8          MC 57 Read Data and Bit Flip Register 36
MTU_MC57_RDBFL37 0xF00649AA          MC 57 Read Data and Bit Flip Register 37
MTU_MC57_RDBFL38 0xF00649AC          MC 57 Read Data and Bit Flip Register 38
MTU_MC57_RDBFL39 0xF00649AE          MC 57 Read Data and Bit Flip Register 39
MTU_MC57_RDBFL40 0xF00649B0          MC 57 Read Data and Bit Flip Register 40
MTU_MC57_RDBFL41 0xF00649B2          MC 57 Read Data and Bit Flip Register 41
MTU_MC57_RDBFL42 0xF00649B4          MC 57 Read Data and Bit Flip Register 42
MTU_MC57_RDBFL43 0xF00649B6          MC 57 Read Data and Bit Flip Register 43
MTU_MC57_RDBFL44 0xF00649B8          MC 57 Read Data and Bit Flip Register 44
MTU_MC57_RDBFL45 0xF00649BA          MC 57 Read Data and Bit Flip Register 45
MTU_MC57_RDBFL46 0xF00649BC          MC 57 Read Data and Bit Flip Register 46
MTU_MC57_RDBFL47 0xF00649BE          MC 57 Read Data and Bit Flip Register 47
MTU_MC57_RDBFL48 0xF00649C0          MC 57 Read Data and Bit Flip Register 48
MTU_MC57_RDBFL49 0xF00649C2          MC 57 Read Data and Bit Flip Register 49
MTU_MC57_RDBFL50 0xF00649C4          MC 57 Read Data and Bit Flip Register 50
MTU_MC57_RDBFL51 0xF00649C6          MC 57 Read Data and Bit Flip Register 51
MTU_MC57_RDBFL52 0xF00649C8          MC 57 Read Data and Bit Flip Register 52
MTU_MC57_RDBFL53 0xF00649CA          MC 57 Read Data and Bit Flip Register 53
MTU_MC57_RDBFL54 0xF00649CC          MC 57 Read Data and Bit Flip Register 54
MTU_MC57_RDBFL55 0xF00649CE          MC 57 Read Data and Bit Flip Register 55
MTU_MC57_RDBFL56 0xF00649D0          MC 57 Read Data and Bit Flip Register 56
MTU_MC57_RDBFL57 0xF00649D2          MC 57 Read Data and Bit Flip Register 57
MTU_MC57_RDBFL58 0xF00649D4          MC 57 Read Data and Bit Flip Register 58
MTU_MC57_RDBFL59 0xF00649D6          MC 57 Read Data and Bit Flip Register 59
MTU_MC57_RDBFL60 0xF00649D8          MC 57 Read Data and Bit Flip Register 60
MTU_MC57_RDBFL61 0xF00649DA          MC 57 Read Data and Bit Flip Register 61
MTU_MC57_RDBFL62 0xF00649DC          MC 57 Read Data and Bit Flip Register 62
MTU_MC57_RDBFL63 0xF00649DE          MC 57 Read Data and Bit Flip Register 63
MTU_MC57_RDBFL64 0xF00649E0          MC 57 Read Data and Bit Flip Register 64
MTU_MC57_RDBFL65 0xF00649E2          MC 57 Read Data and Bit Flip Register 65
MTU_MC57_RDBFL66 0xF00649E4          MC 57 Read Data and Bit Flip Register 66
MTU_MC57_ALMSRCS 0xF00649EE          MC 57 Alarm Sources Configuration Register
MTU_MC57_FAULTSTS 0xF00649F0          MC 57 SSH Safety Faults Status Register
MTU_MC57_ERRINFO0 0xF00649F2          MC 57 Error Information Register 0
MTU_MC57_ERRINFO1 0xF00649F4          MC 57 Error Information Register 1
MTU_MC57_ERRINFO2 0xF00649F6          MC 57 Error Information Register 2
MTU_MC57_ERRINFO3 0xF00649F8          MC 57 Error Information Register 3
MTU_MC57_ERRINFO4 0xF00649FA          MC 57 Error Information Register 4
MTU_MC58_CONFIG0 0xF0064A00          MC 58 Configuration Register 0
MTU_MC58_CONFIG1 0xF0064A02          MC 58 Configuration Register 1
MTU_MC58_MCONTROL 0xF0064A04          MC 58 MBIST Control Register
MTU_MC58_MSTATUS 0xF0064A06          MC 58 Status Register
MTU_MC58_RANGE  0xF0064A08          MC 58 Range Register, single address mode
MTU_MC58_REVID  0xF0064A0C          MC 58 Revision ID Register
MTU_MC58_ECCS   0xF0064A0E          MC 58 ECC Safety Register
MTU_MC58_ECCD   0xF0064A10          MC 58 Memory ECC Detection Register
MTU_MC58_ETRR0  0xF0064A12          MC 58 Error Tracking Register 0
MTU_MC58_ETRR1  0xF0064A14          MC 58 Error Tracking Register 1
MTU_MC58_ETRR2  0xF0064A16          MC 58 Error Tracking Register 2
MTU_MC58_ETRR3  0xF0064A18          MC 58 Error Tracking Register 3
MTU_MC58_ETRR4  0xF0064A1A          MC 58 Error Tracking Register 4
MTU_MC58_RDBFL0 0xF0064A60          MC 58 Read Data and Bit Flip Register 0
MTU_MC58_RDBFL1 0xF0064A62          MC 58 Read Data and Bit Flip Register 1
MTU_MC58_RDBFL2 0xF0064A64          MC 58 Read Data and Bit Flip Register 2
MTU_MC58_RDBFL3 0xF0064A66          MC 58 Read Data and Bit Flip Register 3
MTU_MC58_RDBFL4 0xF0064A68          MC 58 Read Data and Bit Flip Register 4
MTU_MC58_RDBFL5 0xF0064A6A          MC 58 Read Data and Bit Flip Register 5
MTU_MC58_RDBFL6 0xF0064A6C          MC 58 Read Data and Bit Flip Register 6
MTU_MC58_RDBFL7 0xF0064A6E          MC 58 Read Data and Bit Flip Register 7
MTU_MC58_RDBFL8 0xF0064A70          MC 58 Read Data and Bit Flip Register 8
MTU_MC58_RDBFL9 0xF0064A72          MC 58 Read Data and Bit Flip Register 9
MTU_MC58_RDBFL10 0xF0064A74          MC 58 Read Data and Bit Flip Register 10
MTU_MC58_RDBFL11 0xF0064A76          MC 58 Read Data and Bit Flip Register 11
MTU_MC58_RDBFL12 0xF0064A78          MC 58 Read Data and Bit Flip Register 12
MTU_MC58_RDBFL13 0xF0064A7A          MC 58 Read Data and Bit Flip Register 13
MTU_MC58_RDBFL14 0xF0064A7C          MC 58 Read Data and Bit Flip Register 14
MTU_MC58_RDBFL15 0xF0064A7E          MC 58 Read Data and Bit Flip Register 15
MTU_MC58_RDBFL16 0xF0064A80          MC 58 Read Data and Bit Flip Register 16
MTU_MC58_RDBFL17 0xF0064A82          MC 58 Read Data and Bit Flip Register 17
MTU_MC58_RDBFL18 0xF0064A84          MC 58 Read Data and Bit Flip Register 18
MTU_MC58_RDBFL19 0xF0064A86          MC 58 Read Data and Bit Flip Register 19
MTU_MC58_RDBFL20 0xF0064A88          MC 58 Read Data and Bit Flip Register 20
MTU_MC58_RDBFL21 0xF0064A8A          MC 58 Read Data and Bit Flip Register 21
MTU_MC58_RDBFL22 0xF0064A8C          MC 58 Read Data and Bit Flip Register 22
MTU_MC58_RDBFL23 0xF0064A8E          MC 58 Read Data and Bit Flip Register 23
MTU_MC58_RDBFL24 0xF0064A90          MC 58 Read Data and Bit Flip Register 24
MTU_MC58_RDBFL25 0xF0064A92          MC 58 Read Data and Bit Flip Register 25
MTU_MC58_RDBFL26 0xF0064A94          MC 58 Read Data and Bit Flip Register 26
MTU_MC58_RDBFL27 0xF0064A96          MC 58 Read Data and Bit Flip Register 27
MTU_MC58_RDBFL28 0xF0064A98          MC 58 Read Data and Bit Flip Register 28
MTU_MC58_RDBFL29 0xF0064A9A          MC 58 Read Data and Bit Flip Register 29
MTU_MC58_RDBFL30 0xF0064A9C          MC 58 Read Data and Bit Flip Register 30
MTU_MC58_RDBFL31 0xF0064A9E          MC 58 Read Data and Bit Flip Register 31
MTU_MC58_RDBFL32 0xF0064AA0          MC 58 Read Data and Bit Flip Register 32
MTU_MC58_RDBFL33 0xF0064AA2          MC 58 Read Data and Bit Flip Register 33
MTU_MC58_RDBFL34 0xF0064AA4          MC 58 Read Data and Bit Flip Register 34
MTU_MC58_RDBFL35 0xF0064AA6          MC 58 Read Data and Bit Flip Register 35
MTU_MC58_RDBFL36 0xF0064AA8          MC 58 Read Data and Bit Flip Register 36
MTU_MC58_RDBFL37 0xF0064AAA          MC 58 Read Data and Bit Flip Register 37
MTU_MC58_RDBFL38 0xF0064AAC          MC 58 Read Data and Bit Flip Register 38
MTU_MC58_RDBFL39 0xF0064AAE          MC 58 Read Data and Bit Flip Register 39
MTU_MC58_RDBFL40 0xF0064AB0          MC 58 Read Data and Bit Flip Register 40
MTU_MC58_RDBFL41 0xF0064AB2          MC 58 Read Data and Bit Flip Register 41
MTU_MC58_RDBFL42 0xF0064AB4          MC 58 Read Data and Bit Flip Register 42
MTU_MC58_RDBFL43 0xF0064AB6          MC 58 Read Data and Bit Flip Register 43
MTU_MC58_RDBFL44 0xF0064AB8          MC 58 Read Data and Bit Flip Register 44
MTU_MC58_RDBFL45 0xF0064ABA          MC 58 Read Data and Bit Flip Register 45
MTU_MC58_RDBFL46 0xF0064ABC          MC 58 Read Data and Bit Flip Register 46
MTU_MC58_RDBFL47 0xF0064ABE          MC 58 Read Data and Bit Flip Register 47
MTU_MC58_RDBFL48 0xF0064AC0          MC 58 Read Data and Bit Flip Register 48
MTU_MC58_RDBFL49 0xF0064AC2          MC 58 Read Data and Bit Flip Register 49
MTU_MC58_RDBFL50 0xF0064AC4          MC 58 Read Data and Bit Flip Register 50
MTU_MC58_RDBFL51 0xF0064AC6          MC 58 Read Data and Bit Flip Register 51
MTU_MC58_RDBFL52 0xF0064AC8          MC 58 Read Data and Bit Flip Register 52
MTU_MC58_RDBFL53 0xF0064ACA          MC 58 Read Data and Bit Flip Register 53
MTU_MC58_RDBFL54 0xF0064ACC          MC 58 Read Data and Bit Flip Register 54
MTU_MC58_RDBFL55 0xF0064ACE          MC 58 Read Data and Bit Flip Register 55
MTU_MC58_RDBFL56 0xF0064AD0          MC 58 Read Data and Bit Flip Register 56
MTU_MC58_RDBFL57 0xF0064AD2          MC 58 Read Data and Bit Flip Register 57
MTU_MC58_RDBFL58 0xF0064AD4          MC 58 Read Data and Bit Flip Register 58
MTU_MC58_RDBFL59 0xF0064AD6          MC 58 Read Data and Bit Flip Register 59
MTU_MC58_RDBFL60 0xF0064AD8          MC 58 Read Data and Bit Flip Register 60
MTU_MC58_RDBFL61 0xF0064ADA          MC 58 Read Data and Bit Flip Register 61
MTU_MC58_RDBFL62 0xF0064ADC          MC 58 Read Data and Bit Flip Register 62
MTU_MC58_RDBFL63 0xF0064ADE          MC 58 Read Data and Bit Flip Register 63
MTU_MC58_RDBFL64 0xF0064AE0          MC 58 Read Data and Bit Flip Register 64
MTU_MC58_RDBFL65 0xF0064AE2          MC 58 Read Data and Bit Flip Register 65
MTU_MC58_RDBFL66 0xF0064AE4          MC 58 Read Data and Bit Flip Register 66
MTU_MC58_ALMSRCS 0xF0064AEE          MC 58 Alarm Sources Configuration Register
MTU_MC58_FAULTSTS 0xF0064AF0          MC 58 SSH Safety Faults Status Register
MTU_MC58_ERRINFO0 0xF0064AF2          MC 58 Error Information Register 0
MTU_MC58_ERRINFO1 0xF0064AF4          MC 58 Error Information Register 1
MTU_MC58_ERRINFO2 0xF0064AF6          MC 58 Error Information Register 2
MTU_MC58_ERRINFO3 0xF0064AF8          MC 58 Error Information Register 3
MTU_MC58_ERRINFO4 0xF0064AFA          MC 58 Error Information Register 4
MTU_MC59_CONFIG0 0xF0064B00          MC 59 Configuration Register 0
MTU_MC59_CONFIG1 0xF0064B02          MC 59 Configuration Register 1
MTU_MC59_MCONTROL 0xF0064B04          MC 59 MBIST Control Register
MTU_MC59_MSTATUS 0xF0064B06          MC 59 Status Register
MTU_MC59_RANGE  0xF0064B08          MC 59 Range Register, single address mode
MTU_MC59_REVID  0xF0064B0C          MC 59 Revision ID Register
MTU_MC59_ECCS   0xF0064B0E          MC 59 ECC Safety Register
MTU_MC59_ECCD   0xF0064B10          MC 59 Memory ECC Detection Register
MTU_MC59_ETRR0  0xF0064B12          MC 59 Error Tracking Register 0
MTU_MC59_ETRR1  0xF0064B14          MC 59 Error Tracking Register 1
MTU_MC59_ETRR2  0xF0064B16          MC 59 Error Tracking Register 2
MTU_MC59_ETRR3  0xF0064B18          MC 59 Error Tracking Register 3
MTU_MC59_ETRR4  0xF0064B1A          MC 59 Error Tracking Register 4
MTU_MC59_RDBFL0 0xF0064B60          MC 59 Read Data and Bit Flip Register 0
MTU_MC59_RDBFL1 0xF0064B62          MC 59 Read Data and Bit Flip Register 1
MTU_MC59_RDBFL2 0xF0064B64          MC 59 Read Data and Bit Flip Register 2
MTU_MC59_RDBFL3 0xF0064B66          MC 59 Read Data and Bit Flip Register 3
MTU_MC59_RDBFL4 0xF0064B68          MC 59 Read Data and Bit Flip Register 4
MTU_MC59_RDBFL5 0xF0064B6A          MC 59 Read Data and Bit Flip Register 5
MTU_MC59_RDBFL6 0xF0064B6C          MC 59 Read Data and Bit Flip Register 6
MTU_MC59_RDBFL7 0xF0064B6E          MC 59 Read Data and Bit Flip Register 7
MTU_MC59_RDBFL8 0xF0064B70          MC 59 Read Data and Bit Flip Register 8
MTU_MC59_RDBFL9 0xF0064B72          MC 59 Read Data and Bit Flip Register 9
MTU_MC59_RDBFL10 0xF0064B74          MC 59 Read Data and Bit Flip Register 10
MTU_MC59_RDBFL11 0xF0064B76          MC 59 Read Data and Bit Flip Register 11
MTU_MC59_RDBFL12 0xF0064B78          MC 59 Read Data and Bit Flip Register 12
MTU_MC59_RDBFL13 0xF0064B7A          MC 59 Read Data and Bit Flip Register 13
MTU_MC59_RDBFL14 0xF0064B7C          MC 59 Read Data and Bit Flip Register 14
MTU_MC59_RDBFL15 0xF0064B7E          MC 59 Read Data and Bit Flip Register 15
MTU_MC59_RDBFL16 0xF0064B80          MC 59 Read Data and Bit Flip Register 16
MTU_MC59_RDBFL17 0xF0064B82          MC 59 Read Data and Bit Flip Register 17
MTU_MC59_RDBFL18 0xF0064B84          MC 59 Read Data and Bit Flip Register 18
MTU_MC59_RDBFL19 0xF0064B86          MC 59 Read Data and Bit Flip Register 19
MTU_MC59_RDBFL20 0xF0064B88          MC 59 Read Data and Bit Flip Register 20
MTU_MC59_RDBFL21 0xF0064B8A          MC 59 Read Data and Bit Flip Register 21
MTU_MC59_RDBFL22 0xF0064B8C          MC 59 Read Data and Bit Flip Register 22
MTU_MC59_RDBFL23 0xF0064B8E          MC 59 Read Data and Bit Flip Register 23
MTU_MC59_RDBFL24 0xF0064B90          MC 59 Read Data and Bit Flip Register 24
MTU_MC59_RDBFL25 0xF0064B92          MC 59 Read Data and Bit Flip Register 25
MTU_MC59_RDBFL26 0xF0064B94          MC 59 Read Data and Bit Flip Register 26
MTU_MC59_RDBFL27 0xF0064B96          MC 59 Read Data and Bit Flip Register 27
MTU_MC59_RDBFL28 0xF0064B98          MC 59 Read Data and Bit Flip Register 28
MTU_MC59_RDBFL29 0xF0064B9A          MC 59 Read Data and Bit Flip Register 29
MTU_MC59_RDBFL30 0xF0064B9C          MC 59 Read Data and Bit Flip Register 30
MTU_MC59_RDBFL31 0xF0064B9E          MC 59 Read Data and Bit Flip Register 31
MTU_MC59_RDBFL32 0xF0064BA0          MC 59 Read Data and Bit Flip Register 32
MTU_MC59_RDBFL33 0xF0064BA2          MC 59 Read Data and Bit Flip Register 33
MTU_MC59_RDBFL34 0xF0064BA4          MC 59 Read Data and Bit Flip Register 34
MTU_MC59_RDBFL35 0xF0064BA6          MC 59 Read Data and Bit Flip Register 35
MTU_MC59_RDBFL36 0xF0064BA8          MC 59 Read Data and Bit Flip Register 36
MTU_MC59_RDBFL37 0xF0064BAA          MC 59 Read Data and Bit Flip Register 37
MTU_MC59_RDBFL38 0xF0064BAC          MC 59 Read Data and Bit Flip Register 38
MTU_MC59_RDBFL39 0xF0064BAE          MC 59 Read Data and Bit Flip Register 39
MTU_MC59_RDBFL40 0xF0064BB0          MC 59 Read Data and Bit Flip Register 40
MTU_MC59_RDBFL41 0xF0064BB2          MC 59 Read Data and Bit Flip Register 41
MTU_MC59_RDBFL42 0xF0064BB4          MC 59 Read Data and Bit Flip Register 42
MTU_MC59_RDBFL43 0xF0064BB6          MC 59 Read Data and Bit Flip Register 43
MTU_MC59_RDBFL44 0xF0064BB8          MC 59 Read Data and Bit Flip Register 44
MTU_MC59_RDBFL45 0xF0064BBA          MC 59 Read Data and Bit Flip Register 45
MTU_MC59_RDBFL46 0xF0064BBC          MC 59 Read Data and Bit Flip Register 46
MTU_MC59_RDBFL47 0xF0064BBE          MC 59 Read Data and Bit Flip Register 47
MTU_MC59_RDBFL48 0xF0064BC0          MC 59 Read Data and Bit Flip Register 48
MTU_MC59_RDBFL49 0xF0064BC2          MC 59 Read Data and Bit Flip Register 49
MTU_MC59_RDBFL50 0xF0064BC4          MC 59 Read Data and Bit Flip Register 50
MTU_MC59_RDBFL51 0xF0064BC6          MC 59 Read Data and Bit Flip Register 51
MTU_MC59_RDBFL52 0xF0064BC8          MC 59 Read Data and Bit Flip Register 52
MTU_MC59_RDBFL53 0xF0064BCA          MC 59 Read Data and Bit Flip Register 53
MTU_MC59_RDBFL54 0xF0064BCC          MC 59 Read Data and Bit Flip Register 54
MTU_MC59_RDBFL55 0xF0064BCE          MC 59 Read Data and Bit Flip Register 55
MTU_MC59_RDBFL56 0xF0064BD0          MC 59 Read Data and Bit Flip Register 56
MTU_MC59_RDBFL57 0xF0064BD2          MC 59 Read Data and Bit Flip Register 57
MTU_MC59_RDBFL58 0xF0064BD4          MC 59 Read Data and Bit Flip Register 58
MTU_MC59_RDBFL59 0xF0064BD6          MC 59 Read Data and Bit Flip Register 59
MTU_MC59_RDBFL60 0xF0064BD8          MC 59 Read Data and Bit Flip Register 60
MTU_MC59_RDBFL61 0xF0064BDA          MC 59 Read Data and Bit Flip Register 61
MTU_MC59_RDBFL62 0xF0064BDC          MC 59 Read Data and Bit Flip Register 62
MTU_MC59_RDBFL63 0xF0064BDE          MC 59 Read Data and Bit Flip Register 63
MTU_MC59_RDBFL64 0xF0064BE0          MC 59 Read Data and Bit Flip Register 64
MTU_MC59_RDBFL65 0xF0064BE2          MC 59 Read Data and Bit Flip Register 65
MTU_MC59_RDBFL66 0xF0064BE4          MC 59 Read Data and Bit Flip Register 66
MTU_MC59_ALMSRCS 0xF0064BEE          MC 59 Alarm Sources Configuration Register
MTU_MC59_FAULTSTS 0xF0064BF0          MC 59 SSH Safety Faults Status Register
MTU_MC59_ERRINFO0 0xF0064BF2          MC 59 Error Information Register 0
MTU_MC59_ERRINFO1 0xF0064BF4          MC 59 Error Information Register 1
MTU_MC59_ERRINFO2 0xF0064BF6          MC 59 Error Information Register 2
MTU_MC59_ERRINFO3 0xF0064BF8          MC 59 Error Information Register 3
MTU_MC59_ERRINFO4 0xF0064BFA          MC 59 Error Information Register 4
MTU_MC60_CONFIG0 0xF0064C00          MC 60 Configuration Register 0
MTU_MC60_CONFIG1 0xF0064C02          MC 60 Configuration Register 1
MTU_MC60_MCONTROL 0xF0064C04          MC 60 MBIST Control Register
MTU_MC60_MSTATUS 0xF0064C06          MC 60 Status Register
MTU_MC60_RANGE  0xF0064C08          MC 60 Range Register, single address mode
MTU_MC60_REVID  0xF0064C0C          MC 60 Revision ID Register
MTU_MC60_ECCS   0xF0064C0E          MC 60 ECC Safety Register
MTU_MC60_ECCD   0xF0064C10          MC 60 Memory ECC Detection Register
MTU_MC60_ETRR0  0xF0064C12          MC 60 Error Tracking Register 0
MTU_MC60_ETRR1  0xF0064C14          MC 60 Error Tracking Register 1
MTU_MC60_ETRR2  0xF0064C16          MC 60 Error Tracking Register 2
MTU_MC60_ETRR3  0xF0064C18          MC 60 Error Tracking Register 3
MTU_MC60_ETRR4  0xF0064C1A          MC 60 Error Tracking Register 4
MTU_MC60_RDBFL0 0xF0064C60          MC 60 Read Data and Bit Flip Register 0
MTU_MC60_RDBFL1 0xF0064C62          MC 60 Read Data and Bit Flip Register 1
MTU_MC60_RDBFL2 0xF0064C64          MC 60 Read Data and Bit Flip Register 2
MTU_MC60_RDBFL3 0xF0064C66          MC 60 Read Data and Bit Flip Register 3
MTU_MC60_RDBFL4 0xF0064C68          MC 60 Read Data and Bit Flip Register 4
MTU_MC60_RDBFL5 0xF0064C6A          MC 60 Read Data and Bit Flip Register 5
MTU_MC60_RDBFL6 0xF0064C6C          MC 60 Read Data and Bit Flip Register 6
MTU_MC60_RDBFL7 0xF0064C6E          MC 60 Read Data and Bit Flip Register 7
MTU_MC60_RDBFL8 0xF0064C70          MC 60 Read Data and Bit Flip Register 8
MTU_MC60_RDBFL9 0xF0064C72          MC 60 Read Data and Bit Flip Register 9
MTU_MC60_RDBFL10 0xF0064C74          MC 60 Read Data and Bit Flip Register 10
MTU_MC60_RDBFL11 0xF0064C76          MC 60 Read Data and Bit Flip Register 11
MTU_MC60_RDBFL12 0xF0064C78          MC 60 Read Data and Bit Flip Register 12
MTU_MC60_RDBFL13 0xF0064C7A          MC 60 Read Data and Bit Flip Register 13
MTU_MC60_RDBFL14 0xF0064C7C          MC 60 Read Data and Bit Flip Register 14
MTU_MC60_RDBFL15 0xF0064C7E          MC 60 Read Data and Bit Flip Register 15
MTU_MC60_RDBFL16 0xF0064C80          MC 60 Read Data and Bit Flip Register 16
MTU_MC60_RDBFL17 0xF0064C82          MC 60 Read Data and Bit Flip Register 17
MTU_MC60_RDBFL18 0xF0064C84          MC 60 Read Data and Bit Flip Register 18
MTU_MC60_RDBFL19 0xF0064C86          MC 60 Read Data and Bit Flip Register 19
MTU_MC60_RDBFL20 0xF0064C88          MC 60 Read Data and Bit Flip Register 20
MTU_MC60_RDBFL21 0xF0064C8A          MC 60 Read Data and Bit Flip Register 21
MTU_MC60_RDBFL22 0xF0064C8C          MC 60 Read Data and Bit Flip Register 22
MTU_MC60_RDBFL23 0xF0064C8E          MC 60 Read Data and Bit Flip Register 23
MTU_MC60_RDBFL24 0xF0064C90          MC 60 Read Data and Bit Flip Register 24
MTU_MC60_RDBFL25 0xF0064C92          MC 60 Read Data and Bit Flip Register 25
MTU_MC60_RDBFL26 0xF0064C94          MC 60 Read Data and Bit Flip Register 26
MTU_MC60_RDBFL27 0xF0064C96          MC 60 Read Data and Bit Flip Register 27
MTU_MC60_RDBFL28 0xF0064C98          MC 60 Read Data and Bit Flip Register 28
MTU_MC60_RDBFL29 0xF0064C9A          MC 60 Read Data and Bit Flip Register 29
MTU_MC60_RDBFL30 0xF0064C9C          MC 60 Read Data and Bit Flip Register 30
MTU_MC60_RDBFL31 0xF0064C9E          MC 60 Read Data and Bit Flip Register 31
MTU_MC60_RDBFL32 0xF0064CA0          MC 60 Read Data and Bit Flip Register 32
MTU_MC60_RDBFL33 0xF0064CA2          MC 60 Read Data and Bit Flip Register 33
MTU_MC60_RDBFL34 0xF0064CA4          MC 60 Read Data and Bit Flip Register 34
MTU_MC60_RDBFL35 0xF0064CA6          MC 60 Read Data and Bit Flip Register 35
MTU_MC60_RDBFL36 0xF0064CA8          MC 60 Read Data and Bit Flip Register 36
MTU_MC60_RDBFL37 0xF0064CAA          MC 60 Read Data and Bit Flip Register 37
MTU_MC60_RDBFL38 0xF0064CAC          MC 60 Read Data and Bit Flip Register 38
MTU_MC60_RDBFL39 0xF0064CAE          MC 60 Read Data and Bit Flip Register 39
MTU_MC60_RDBFL40 0xF0064CB0          MC 60 Read Data and Bit Flip Register 40
MTU_MC60_RDBFL41 0xF0064CB2          MC 60 Read Data and Bit Flip Register 41
MTU_MC60_RDBFL42 0xF0064CB4          MC 60 Read Data and Bit Flip Register 42
MTU_MC60_RDBFL43 0xF0064CB6          MC 60 Read Data and Bit Flip Register 43
MTU_MC60_RDBFL44 0xF0064CB8          MC 60 Read Data and Bit Flip Register 44
MTU_MC60_RDBFL45 0xF0064CBA          MC 60 Read Data and Bit Flip Register 45
MTU_MC60_RDBFL46 0xF0064CBC          MC 60 Read Data and Bit Flip Register 46
MTU_MC60_RDBFL47 0xF0064CBE          MC 60 Read Data and Bit Flip Register 47
MTU_MC60_RDBFL48 0xF0064CC0          MC 60 Read Data and Bit Flip Register 48
MTU_MC60_RDBFL49 0xF0064CC2          MC 60 Read Data and Bit Flip Register 49
MTU_MC60_RDBFL50 0xF0064CC4          MC 60 Read Data and Bit Flip Register 50
MTU_MC60_RDBFL51 0xF0064CC6          MC 60 Read Data and Bit Flip Register 51
MTU_MC60_RDBFL52 0xF0064CC8          MC 60 Read Data and Bit Flip Register 52
MTU_MC60_RDBFL53 0xF0064CCA          MC 60 Read Data and Bit Flip Register 53
MTU_MC60_RDBFL54 0xF0064CCC          MC 60 Read Data and Bit Flip Register 54
MTU_MC60_RDBFL55 0xF0064CCE          MC 60 Read Data and Bit Flip Register 55
MTU_MC60_RDBFL56 0xF0064CD0          MC 60 Read Data and Bit Flip Register 56
MTU_MC60_RDBFL57 0xF0064CD2          MC 60 Read Data and Bit Flip Register 57
MTU_MC60_RDBFL58 0xF0064CD4          MC 60 Read Data and Bit Flip Register 58
MTU_MC60_RDBFL59 0xF0064CD6          MC 60 Read Data and Bit Flip Register 59
MTU_MC60_RDBFL60 0xF0064CD8          MC 60 Read Data and Bit Flip Register 60
MTU_MC60_RDBFL61 0xF0064CDA          MC 60 Read Data and Bit Flip Register 61
MTU_MC60_RDBFL62 0xF0064CDC          MC 60 Read Data and Bit Flip Register 62
MTU_MC60_RDBFL63 0xF0064CDE          MC 60 Read Data and Bit Flip Register 63
MTU_MC60_RDBFL64 0xF0064CE0          MC 60 Read Data and Bit Flip Register 64
MTU_MC60_RDBFL65 0xF0064CE2          MC 60 Read Data and Bit Flip Register 65
MTU_MC60_RDBFL66 0xF0064CE4          MC 60 Read Data and Bit Flip Register 66
MTU_MC60_ALMSRCS 0xF0064CEE          MC 60 Alarm Sources Configuration Register
MTU_MC60_FAULTSTS 0xF0064CF0          MC 60 SSH Safety Faults Status Register
MTU_MC60_ERRINFO0 0xF0064CF2          MC 60 Error Information Register 0
MTU_MC60_ERRINFO1 0xF0064CF4          MC 60 Error Information Register 1
MTU_MC60_ERRINFO2 0xF0064CF6          MC 60 Error Information Register 2
MTU_MC60_ERRINFO3 0xF0064CF8          MC 60 Error Information Register 3
MTU_MC60_ERRINFO4 0xF0064CFA          MC 60 Error Information Register 4
MTU_MC61_CONFIG0 0xF0064D00          MC 61 Configuration Register 0
MTU_MC61_CONFIG1 0xF0064D02          MC 61 Configuration Register 1
MTU_MC61_MCONTROL 0xF0064D04          MC 61 MBIST Control Register
MTU_MC61_MSTATUS 0xF0064D06          MC 61 Status Register
MTU_MC61_RANGE  0xF0064D08          MC 61 Range Register, single address mode
MTU_MC61_REVID  0xF0064D0C          MC 61 Revision ID Register
MTU_MC61_ECCS   0xF0064D0E          MC 61 ECC Safety Register
MTU_MC61_ECCD   0xF0064D10          MC 61 Memory ECC Detection Register
MTU_MC61_ETRR0  0xF0064D12          MC 61 Error Tracking Register 0
MTU_MC61_ETRR1  0xF0064D14          MC 61 Error Tracking Register 1
MTU_MC61_ETRR2  0xF0064D16          MC 61 Error Tracking Register 2
MTU_MC61_ETRR3  0xF0064D18          MC 61 Error Tracking Register 3
MTU_MC61_ETRR4  0xF0064D1A          MC 61 Error Tracking Register 4
MTU_MC61_RDBFL0 0xF0064D60          MC 61 Read Data and Bit Flip Register 0
MTU_MC61_RDBFL1 0xF0064D62          MC 61 Read Data and Bit Flip Register 1
MTU_MC61_RDBFL2 0xF0064D64          MC 61 Read Data and Bit Flip Register 2
MTU_MC61_RDBFL3 0xF0064D66          MC 61 Read Data and Bit Flip Register 3
MTU_MC61_RDBFL4 0xF0064D68          MC 61 Read Data and Bit Flip Register 4
MTU_MC61_RDBFL5 0xF0064D6A          MC 61 Read Data and Bit Flip Register 5
MTU_MC61_RDBFL6 0xF0064D6C          MC 61 Read Data and Bit Flip Register 6
MTU_MC61_RDBFL7 0xF0064D6E          MC 61 Read Data and Bit Flip Register 7
MTU_MC61_RDBFL8 0xF0064D70          MC 61 Read Data and Bit Flip Register 8
MTU_MC61_RDBFL9 0xF0064D72          MC 61 Read Data and Bit Flip Register 9
MTU_MC61_RDBFL10 0xF0064D74          MC 61 Read Data and Bit Flip Register 10
MTU_MC61_RDBFL11 0xF0064D76          MC 61 Read Data and Bit Flip Register 11
MTU_MC61_RDBFL12 0xF0064D78          MC 61 Read Data and Bit Flip Register 12
MTU_MC61_RDBFL13 0xF0064D7A          MC 61 Read Data and Bit Flip Register 13
MTU_MC61_RDBFL14 0xF0064D7C          MC 61 Read Data and Bit Flip Register 14
MTU_MC61_RDBFL15 0xF0064D7E          MC 61 Read Data and Bit Flip Register 15
MTU_MC61_RDBFL16 0xF0064D80          MC 61 Read Data and Bit Flip Register 16
MTU_MC61_RDBFL17 0xF0064D82          MC 61 Read Data and Bit Flip Register 17
MTU_MC61_RDBFL18 0xF0064D84          MC 61 Read Data and Bit Flip Register 18
MTU_MC61_RDBFL19 0xF0064D86          MC 61 Read Data and Bit Flip Register 19
MTU_MC61_RDBFL20 0xF0064D88          MC 61 Read Data and Bit Flip Register 20
MTU_MC61_RDBFL21 0xF0064D8A          MC 61 Read Data and Bit Flip Register 21
MTU_MC61_RDBFL22 0xF0064D8C          MC 61 Read Data and Bit Flip Register 22
MTU_MC61_RDBFL23 0xF0064D8E          MC 61 Read Data and Bit Flip Register 23
MTU_MC61_RDBFL24 0xF0064D90          MC 61 Read Data and Bit Flip Register 24
MTU_MC61_RDBFL25 0xF0064D92          MC 61 Read Data and Bit Flip Register 25
MTU_MC61_RDBFL26 0xF0064D94          MC 61 Read Data and Bit Flip Register 26
MTU_MC61_RDBFL27 0xF0064D96          MC 61 Read Data and Bit Flip Register 27
MTU_MC61_RDBFL28 0xF0064D98          MC 61 Read Data and Bit Flip Register 28
MTU_MC61_RDBFL29 0xF0064D9A          MC 61 Read Data and Bit Flip Register 29
MTU_MC61_RDBFL30 0xF0064D9C          MC 61 Read Data and Bit Flip Register 30
MTU_MC61_RDBFL31 0xF0064D9E          MC 61 Read Data and Bit Flip Register 31
MTU_MC61_RDBFL32 0xF0064DA0          MC 61 Read Data and Bit Flip Register 32
MTU_MC61_RDBFL33 0xF0064DA2          MC 61 Read Data and Bit Flip Register 33
MTU_MC61_RDBFL34 0xF0064DA4          MC 61 Read Data and Bit Flip Register 34
MTU_MC61_RDBFL35 0xF0064DA6          MC 61 Read Data and Bit Flip Register 35
MTU_MC61_RDBFL36 0xF0064DA8          MC 61 Read Data and Bit Flip Register 36
MTU_MC61_RDBFL37 0xF0064DAA          MC 61 Read Data and Bit Flip Register 37
MTU_MC61_RDBFL38 0xF0064DAC          MC 61 Read Data and Bit Flip Register 38
MTU_MC61_RDBFL39 0xF0064DAE          MC 61 Read Data and Bit Flip Register 39
MTU_MC61_RDBFL40 0xF0064DB0          MC 61 Read Data and Bit Flip Register 40
MTU_MC61_RDBFL41 0xF0064DB2          MC 61 Read Data and Bit Flip Register 41
MTU_MC61_RDBFL42 0xF0064DB4          MC 61 Read Data and Bit Flip Register 42
MTU_MC61_RDBFL43 0xF0064DB6          MC 61 Read Data and Bit Flip Register 43
MTU_MC61_RDBFL44 0xF0064DB8          MC 61 Read Data and Bit Flip Register 44
MTU_MC61_RDBFL45 0xF0064DBA          MC 61 Read Data and Bit Flip Register 45
MTU_MC61_RDBFL46 0xF0064DBC          MC 61 Read Data and Bit Flip Register 46
MTU_MC61_RDBFL47 0xF0064DBE          MC 61 Read Data and Bit Flip Register 47
MTU_MC61_RDBFL48 0xF0064DC0          MC 61 Read Data and Bit Flip Register 48
MTU_MC61_RDBFL49 0xF0064DC2          MC 61 Read Data and Bit Flip Register 49
MTU_MC61_RDBFL50 0xF0064DC4          MC 61 Read Data and Bit Flip Register 50
MTU_MC61_RDBFL51 0xF0064DC6          MC 61 Read Data and Bit Flip Register 51
MTU_MC61_RDBFL52 0xF0064DC8          MC 61 Read Data and Bit Flip Register 52
MTU_MC61_RDBFL53 0xF0064DCA          MC 61 Read Data and Bit Flip Register 53
MTU_MC61_RDBFL54 0xF0064DCC          MC 61 Read Data and Bit Flip Register 54
MTU_MC61_RDBFL55 0xF0064DCE          MC 61 Read Data and Bit Flip Register 55
MTU_MC61_RDBFL56 0xF0064DD0          MC 61 Read Data and Bit Flip Register 56
MTU_MC61_RDBFL57 0xF0064DD2          MC 61 Read Data and Bit Flip Register 57
MTU_MC61_RDBFL58 0xF0064DD4          MC 61 Read Data and Bit Flip Register 58
MTU_MC61_RDBFL59 0xF0064DD6          MC 61 Read Data and Bit Flip Register 59
MTU_MC61_RDBFL60 0xF0064DD8          MC 61 Read Data and Bit Flip Register 60
MTU_MC61_RDBFL61 0xF0064DDA          MC 61 Read Data and Bit Flip Register 61
MTU_MC61_RDBFL62 0xF0064DDC          MC 61 Read Data and Bit Flip Register 62
MTU_MC61_RDBFL63 0xF0064DDE          MC 61 Read Data and Bit Flip Register 63
MTU_MC61_RDBFL64 0xF0064DE0          MC 61 Read Data and Bit Flip Register 64
MTU_MC61_RDBFL65 0xF0064DE2          MC 61 Read Data and Bit Flip Register 65
MTU_MC61_RDBFL66 0xF0064DE4          MC 61 Read Data and Bit Flip Register 66
MTU_MC61_ALMSRCS 0xF0064DEE          MC 61 Alarm Sources Configuration Register
MTU_MC61_FAULTSTS 0xF0064DF0          MC 61 SSH Safety Faults Status Register
MTU_MC61_ERRINFO0 0xF0064DF2          MC 61 Error Information Register 0
MTU_MC61_ERRINFO1 0xF0064DF4          MC 61 Error Information Register 1
MTU_MC61_ERRINFO2 0xF0064DF6          MC 61 Error Information Register 2
MTU_MC61_ERRINFO3 0xF0064DF8          MC 61 Error Information Register 3
MTU_MC61_ERRINFO4 0xF0064DFA          MC 61 Error Information Register 4
MTU_MC62_CONFIG0 0xF0064E00          MC 62 Configuration Register 0
MTU_MC62_CONFIG1 0xF0064E02          MC 62 Configuration Register 1
MTU_MC62_MCONTROL 0xF0064E04          MC 62 MBIST Control Register
MTU_MC62_MSTATUS 0xF0064E06          MC 62 Status Register
MTU_MC62_RANGE  0xF0064E08          MC 62 Range Register, single address mode
MTU_MC62_REVID  0xF0064E0C          MC 62 Revision ID Register
MTU_MC62_ECCS   0xF0064E0E          MC 62 ECC Safety Register
MTU_MC62_ECCD   0xF0064E10          MC 62 Memory ECC Detection Register
MTU_MC62_ETRR0  0xF0064E12          MC 62 Error Tracking Register 0
MTU_MC62_ETRR1  0xF0064E14          MC 62 Error Tracking Register 1
MTU_MC62_ETRR2  0xF0064E16          MC 62 Error Tracking Register 2
MTU_MC62_ETRR3  0xF0064E18          MC 62 Error Tracking Register 3
MTU_MC62_ETRR4  0xF0064E1A          MC 62 Error Tracking Register 4
MTU_MC62_RDBFL0 0xF0064E60          MC 62 Read Data and Bit Flip Register 0
MTU_MC62_RDBFL1 0xF0064E62          MC 62 Read Data and Bit Flip Register 1
MTU_MC62_RDBFL2 0xF0064E64          MC 62 Read Data and Bit Flip Register 2
MTU_MC62_RDBFL3 0xF0064E66          MC 62 Read Data and Bit Flip Register 3
MTU_MC62_RDBFL4 0xF0064E68          MC 62 Read Data and Bit Flip Register 4
MTU_MC62_RDBFL5 0xF0064E6A          MC 62 Read Data and Bit Flip Register 5
MTU_MC62_RDBFL6 0xF0064E6C          MC 62 Read Data and Bit Flip Register 6
MTU_MC62_RDBFL7 0xF0064E6E          MC 62 Read Data and Bit Flip Register 7
MTU_MC62_RDBFL8 0xF0064E70          MC 62 Read Data and Bit Flip Register 8
MTU_MC62_RDBFL9 0xF0064E72          MC 62 Read Data and Bit Flip Register 9
MTU_MC62_RDBFL10 0xF0064E74          MC 62 Read Data and Bit Flip Register 10
MTU_MC62_RDBFL11 0xF0064E76          MC 62 Read Data and Bit Flip Register 11
MTU_MC62_RDBFL12 0xF0064E78          MC 62 Read Data and Bit Flip Register 12
MTU_MC62_RDBFL13 0xF0064E7A          MC 62 Read Data and Bit Flip Register 13
MTU_MC62_RDBFL14 0xF0064E7C          MC 62 Read Data and Bit Flip Register 14
MTU_MC62_RDBFL15 0xF0064E7E          MC 62 Read Data and Bit Flip Register 15
MTU_MC62_RDBFL16 0xF0064E80          MC 62 Read Data and Bit Flip Register 16
MTU_MC62_RDBFL17 0xF0064E82          MC 62 Read Data and Bit Flip Register 17
MTU_MC62_RDBFL18 0xF0064E84          MC 62 Read Data and Bit Flip Register 18
MTU_MC62_RDBFL19 0xF0064E86          MC 62 Read Data and Bit Flip Register 19
MTU_MC62_RDBFL20 0xF0064E88          MC 62 Read Data and Bit Flip Register 20
MTU_MC62_RDBFL21 0xF0064E8A          MC 62 Read Data and Bit Flip Register 21
MTU_MC62_RDBFL22 0xF0064E8C          MC 62 Read Data and Bit Flip Register 22
MTU_MC62_RDBFL23 0xF0064E8E          MC 62 Read Data and Bit Flip Register 23
MTU_MC62_RDBFL24 0xF0064E90          MC 62 Read Data and Bit Flip Register 24
MTU_MC62_RDBFL25 0xF0064E92          MC 62 Read Data and Bit Flip Register 25
MTU_MC62_RDBFL26 0xF0064E94          MC 62 Read Data and Bit Flip Register 26
MTU_MC62_RDBFL27 0xF0064E96          MC 62 Read Data and Bit Flip Register 27
MTU_MC62_RDBFL28 0xF0064E98          MC 62 Read Data and Bit Flip Register 28
MTU_MC62_RDBFL29 0xF0064E9A          MC 62 Read Data and Bit Flip Register 29
MTU_MC62_RDBFL30 0xF0064E9C          MC 62 Read Data and Bit Flip Register 30
MTU_MC62_RDBFL31 0xF0064E9E          MC 62 Read Data and Bit Flip Register 31
MTU_MC62_RDBFL32 0xF0064EA0          MC 62 Read Data and Bit Flip Register 32
MTU_MC62_RDBFL33 0xF0064EA2          MC 62 Read Data and Bit Flip Register 33
MTU_MC62_RDBFL34 0xF0064EA4          MC 62 Read Data and Bit Flip Register 34
MTU_MC62_RDBFL35 0xF0064EA6          MC 62 Read Data and Bit Flip Register 35
MTU_MC62_RDBFL36 0xF0064EA8          MC 62 Read Data and Bit Flip Register 36
MTU_MC62_RDBFL37 0xF0064EAA          MC 62 Read Data and Bit Flip Register 37
MTU_MC62_RDBFL38 0xF0064EAC          MC 62 Read Data and Bit Flip Register 38
MTU_MC62_RDBFL39 0xF0064EAE          MC 62 Read Data and Bit Flip Register 39
MTU_MC62_RDBFL40 0xF0064EB0          MC 62 Read Data and Bit Flip Register 40
MTU_MC62_RDBFL41 0xF0064EB2          MC 62 Read Data and Bit Flip Register 41
MTU_MC62_RDBFL42 0xF0064EB4          MC 62 Read Data and Bit Flip Register 42
MTU_MC62_RDBFL43 0xF0064EB6          MC 62 Read Data and Bit Flip Register 43
MTU_MC62_RDBFL44 0xF0064EB8          MC 62 Read Data and Bit Flip Register 44
MTU_MC62_RDBFL45 0xF0064EBA          MC 62 Read Data and Bit Flip Register 45
MTU_MC62_RDBFL46 0xF0064EBC          MC 62 Read Data and Bit Flip Register 46
MTU_MC62_RDBFL47 0xF0064EBE          MC 62 Read Data and Bit Flip Register 47
MTU_MC62_RDBFL48 0xF0064EC0          MC 62 Read Data and Bit Flip Register 48
MTU_MC62_RDBFL49 0xF0064EC2          MC 62 Read Data and Bit Flip Register 49
MTU_MC62_RDBFL50 0xF0064EC4          MC 62 Read Data and Bit Flip Register 50
MTU_MC62_RDBFL51 0xF0064EC6          MC 62 Read Data and Bit Flip Register 51
MTU_MC62_RDBFL52 0xF0064EC8          MC 62 Read Data and Bit Flip Register 52
MTU_MC62_RDBFL53 0xF0064ECA          MC 62 Read Data and Bit Flip Register 53
MTU_MC62_RDBFL54 0xF0064ECC          MC 62 Read Data and Bit Flip Register 54
MTU_MC62_RDBFL55 0xF0064ECE          MC 62 Read Data and Bit Flip Register 55
MTU_MC62_RDBFL56 0xF0064ED0          MC 62 Read Data and Bit Flip Register 56
MTU_MC62_RDBFL57 0xF0064ED2          MC 62 Read Data and Bit Flip Register 57
MTU_MC62_RDBFL58 0xF0064ED4          MC 62 Read Data and Bit Flip Register 58
MTU_MC62_RDBFL59 0xF0064ED6          MC 62 Read Data and Bit Flip Register 59
MTU_MC62_RDBFL60 0xF0064ED8          MC 62 Read Data and Bit Flip Register 60
MTU_MC62_RDBFL61 0xF0064EDA          MC 62 Read Data and Bit Flip Register 61
MTU_MC62_RDBFL62 0xF0064EDC          MC 62 Read Data and Bit Flip Register 62
MTU_MC62_RDBFL63 0xF0064EDE          MC 62 Read Data and Bit Flip Register 63
MTU_MC62_RDBFL64 0xF0064EE0          MC 62 Read Data and Bit Flip Register 64
MTU_MC62_RDBFL65 0xF0064EE2          MC 62 Read Data and Bit Flip Register 65
MTU_MC62_RDBFL66 0xF0064EE4          MC 62 Read Data and Bit Flip Register 66
MTU_MC62_ALMSRCS 0xF0064EEE          MC 62 Alarm Sources Configuration Register
MTU_MC62_FAULTSTS 0xF0064EF0          MC 62 SSH Safety Faults Status Register
MTU_MC62_ERRINFO0 0xF0064EF2          MC 62 Error Information Register 0
MTU_MC62_ERRINFO1 0xF0064EF4          MC 62 Error Information Register 1
MTU_MC62_ERRINFO2 0xF0064EF6          MC 62 Error Information Register 2
MTU_MC62_ERRINFO3 0xF0064EF8          MC 62 Error Information Register 3
MTU_MC62_ERRINFO4 0xF0064EFA          MC 62 Error Information Register 4
MTU_MC63_CONFIG0 0xF0064F00          MC 63 Configuration Register 0
MTU_MC63_CONFIG1 0xF0064F02          MC 63 Configuration Register 1
MTU_MC63_MCONTROL 0xF0064F04          MC 63 MBIST Control Register
MTU_MC63_MSTATUS 0xF0064F06          MC 63 Status Register
MTU_MC63_RANGE  0xF0064F08          MC 63 Range Register, single address mode
MTU_MC63_REVID  0xF0064F0C          MC 63 Revision ID Register
MTU_MC63_ECCS   0xF0064F0E          MC 63 ECC Safety Register
MTU_MC63_ECCD   0xF0064F10          MC 63 Memory ECC Detection Register
MTU_MC63_ETRR0  0xF0064F12          MC 63 Error Tracking Register 0
MTU_MC63_ETRR1  0xF0064F14          MC 63 Error Tracking Register 1
MTU_MC63_ETRR2  0xF0064F16          MC 63 Error Tracking Register 2
MTU_MC63_ETRR3  0xF0064F18          MC 63 Error Tracking Register 3
MTU_MC63_ETRR4  0xF0064F1A          MC 63 Error Tracking Register 4
MTU_MC63_RDBFL0 0xF0064F60          MC 63 Read Data and Bit Flip Register 0
MTU_MC63_RDBFL1 0xF0064F62          MC 63 Read Data and Bit Flip Register 1
MTU_MC63_RDBFL2 0xF0064F64          MC 63 Read Data and Bit Flip Register 2
MTU_MC63_RDBFL3 0xF0064F66          MC 63 Read Data and Bit Flip Register 3
MTU_MC63_RDBFL4 0xF0064F68          MC 63 Read Data and Bit Flip Register 4
MTU_MC63_RDBFL5 0xF0064F6A          MC 63 Read Data and Bit Flip Register 5
MTU_MC63_RDBFL6 0xF0064F6C          MC 63 Read Data and Bit Flip Register 6
MTU_MC63_RDBFL7 0xF0064F6E          MC 63 Read Data and Bit Flip Register 7
MTU_MC63_RDBFL8 0xF0064F70          MC 63 Read Data and Bit Flip Register 8
MTU_MC63_RDBFL9 0xF0064F72          MC 63 Read Data and Bit Flip Register 9
MTU_MC63_RDBFL10 0xF0064F74          MC 63 Read Data and Bit Flip Register 10
MTU_MC63_RDBFL11 0xF0064F76          MC 63 Read Data and Bit Flip Register 11
MTU_MC63_RDBFL12 0xF0064F78          MC 63 Read Data and Bit Flip Register 12
MTU_MC63_RDBFL13 0xF0064F7A          MC 63 Read Data and Bit Flip Register 13
MTU_MC63_RDBFL14 0xF0064F7C          MC 63 Read Data and Bit Flip Register 14
MTU_MC63_RDBFL15 0xF0064F7E          MC 63 Read Data and Bit Flip Register 15
MTU_MC63_RDBFL16 0xF0064F80          MC 63 Read Data and Bit Flip Register 16
MTU_MC63_RDBFL17 0xF0064F82          MC 63 Read Data and Bit Flip Register 17
MTU_MC63_RDBFL18 0xF0064F84          MC 63 Read Data and Bit Flip Register 18
MTU_MC63_RDBFL19 0xF0064F86          MC 63 Read Data and Bit Flip Register 19
MTU_MC63_RDBFL20 0xF0064F88          MC 63 Read Data and Bit Flip Register 20
MTU_MC63_RDBFL21 0xF0064F8A          MC 63 Read Data and Bit Flip Register 21
MTU_MC63_RDBFL22 0xF0064F8C          MC 63 Read Data and Bit Flip Register 22
MTU_MC63_RDBFL23 0xF0064F8E          MC 63 Read Data and Bit Flip Register 23
MTU_MC63_RDBFL24 0xF0064F90          MC 63 Read Data and Bit Flip Register 24
MTU_MC63_RDBFL25 0xF0064F92          MC 63 Read Data and Bit Flip Register 25
MTU_MC63_RDBFL26 0xF0064F94          MC 63 Read Data and Bit Flip Register 26
MTU_MC63_RDBFL27 0xF0064F96          MC 63 Read Data and Bit Flip Register 27
MTU_MC63_RDBFL28 0xF0064F98          MC 63 Read Data and Bit Flip Register 28
MTU_MC63_RDBFL29 0xF0064F9A          MC 63 Read Data and Bit Flip Register 29
MTU_MC63_RDBFL30 0xF0064F9C          MC 63 Read Data and Bit Flip Register 30
MTU_MC63_RDBFL31 0xF0064F9E          MC 63 Read Data and Bit Flip Register 31
MTU_MC63_RDBFL32 0xF0064FA0          MC 63 Read Data and Bit Flip Register 32
MTU_MC63_RDBFL33 0xF0064FA2          MC 63 Read Data and Bit Flip Register 33
MTU_MC63_RDBFL34 0xF0064FA4          MC 63 Read Data and Bit Flip Register 34
MTU_MC63_RDBFL35 0xF0064FA6          MC 63 Read Data and Bit Flip Register 35
MTU_MC63_RDBFL36 0xF0064FA8          MC 63 Read Data and Bit Flip Register 36
MTU_MC63_RDBFL37 0xF0064FAA          MC 63 Read Data and Bit Flip Register 37
MTU_MC63_RDBFL38 0xF0064FAC          MC 63 Read Data and Bit Flip Register 38
MTU_MC63_RDBFL39 0xF0064FAE          MC 63 Read Data and Bit Flip Register 39
MTU_MC63_RDBFL40 0xF0064FB0          MC 63 Read Data and Bit Flip Register 40
MTU_MC63_RDBFL41 0xF0064FB2          MC 63 Read Data and Bit Flip Register 41
MTU_MC63_RDBFL42 0xF0064FB4          MC 63 Read Data and Bit Flip Register 42
MTU_MC63_RDBFL43 0xF0064FB6          MC 63 Read Data and Bit Flip Register 43
MTU_MC63_RDBFL44 0xF0064FB8          MC 63 Read Data and Bit Flip Register 44
MTU_MC63_RDBFL45 0xF0064FBA          MC 63 Read Data and Bit Flip Register 45
MTU_MC63_RDBFL46 0xF0064FBC          MC 63 Read Data and Bit Flip Register 46
MTU_MC63_RDBFL47 0xF0064FBE          MC 63 Read Data and Bit Flip Register 47
MTU_MC63_RDBFL48 0xF0064FC0          MC 63 Read Data and Bit Flip Register 48
MTU_MC63_RDBFL49 0xF0064FC2          MC 63 Read Data and Bit Flip Register 49
MTU_MC63_RDBFL50 0xF0064FC4          MC 63 Read Data and Bit Flip Register 50
MTU_MC63_RDBFL51 0xF0064FC6          MC 63 Read Data and Bit Flip Register 51
MTU_MC63_RDBFL52 0xF0064FC8          MC 63 Read Data and Bit Flip Register 52
MTU_MC63_RDBFL53 0xF0064FCA          MC 63 Read Data and Bit Flip Register 53
MTU_MC63_RDBFL54 0xF0064FCC          MC 63 Read Data and Bit Flip Register 54
MTU_MC63_RDBFL55 0xF0064FCE          MC 63 Read Data and Bit Flip Register 55
MTU_MC63_RDBFL56 0xF0064FD0          MC 63 Read Data and Bit Flip Register 56
MTU_MC63_RDBFL57 0xF0064FD2          MC 63 Read Data and Bit Flip Register 57
MTU_MC63_RDBFL58 0xF0064FD4          MC 63 Read Data and Bit Flip Register 58
MTU_MC63_RDBFL59 0xF0064FD6          MC 63 Read Data and Bit Flip Register 59
MTU_MC63_RDBFL60 0xF0064FD8          MC 63 Read Data and Bit Flip Register 60
MTU_MC63_RDBFL61 0xF0064FDA          MC 63 Read Data and Bit Flip Register 61
MTU_MC63_RDBFL62 0xF0064FDC          MC 63 Read Data and Bit Flip Register 62
MTU_MC63_RDBFL63 0xF0064FDE          MC 63 Read Data and Bit Flip Register 63
MTU_MC63_RDBFL64 0xF0064FE0          MC 63 Read Data and Bit Flip Register 64
MTU_MC63_RDBFL65 0xF0064FE2          MC 63 Read Data and Bit Flip Register 65
MTU_MC63_RDBFL66 0xF0064FE4          MC 63 Read Data and Bit Flip Register 66
MTU_MC63_ALMSRCS 0xF0064FEE          MC 63 Alarm Sources Configuration Register
MTU_MC63_FAULTSTS 0xF0064FF0          MC 63 SSH Safety Faults Status Register
MTU_MC63_ERRINFO0 0xF0064FF2          MC 63 Error Information Register 0
MTU_MC63_ERRINFO1 0xF0064FF4          MC 63 Error Information Register 1
MTU_MC63_ERRINFO2 0xF0064FF6          MC 63 Error Information Register 2
MTU_MC63_ERRINFO3 0xF0064FF8          MC 63 Error Information Register 3
MTU_MC63_ERRINFO4 0xF0064FFA          MC 63 Error Information Register 4
MTU_MC64_CONFIG0 0xF0065000          MC 64 Configuration Register 0
MTU_MC64_CONFIG1 0xF0065002          MC 64 Configuration Register 1
MTU_MC64_MCONTROL 0xF0065004          MC 64 MBIST Control Register
MTU_MC64_MSTATUS 0xF0065006          MC 64 Status Register
MTU_MC64_RANGE  0xF0065008          MC 64 Range Register, single address mode
MTU_MC64_REVID  0xF006500C          MC 64 Revision ID Register
MTU_MC64_ECCS   0xF006500E          MC 64 ECC Safety Register
MTU_MC64_ECCD   0xF0065010          MC 64 Memory ECC Detection Register
MTU_MC64_ETRR0  0xF0065012          MC 64 Error Tracking Register 0
MTU_MC64_ETRR1  0xF0065014          MC 64 Error Tracking Register 1
MTU_MC64_ETRR2  0xF0065016          MC 64 Error Tracking Register 2
MTU_MC64_ETRR3  0xF0065018          MC 64 Error Tracking Register 3
MTU_MC64_ETRR4  0xF006501A          MC 64 Error Tracking Register 4
MTU_MC64_RDBFL0 0xF0065060          MC 64 Read Data and Bit Flip Register 0
MTU_MC64_RDBFL1 0xF0065062          MC 64 Read Data and Bit Flip Register 1
MTU_MC64_RDBFL2 0xF0065064          MC 64 Read Data and Bit Flip Register 2
MTU_MC64_RDBFL3 0xF0065066          MC 64 Read Data and Bit Flip Register 3
MTU_MC64_RDBFL4 0xF0065068          MC 64 Read Data and Bit Flip Register 4
MTU_MC64_RDBFL5 0xF006506A          MC 64 Read Data and Bit Flip Register 5
MTU_MC64_RDBFL6 0xF006506C          MC 64 Read Data and Bit Flip Register 6
MTU_MC64_RDBFL7 0xF006506E          MC 64 Read Data and Bit Flip Register 7
MTU_MC64_RDBFL8 0xF0065070          MC 64 Read Data and Bit Flip Register 8
MTU_MC64_RDBFL9 0xF0065072          MC 64 Read Data and Bit Flip Register 9
MTU_MC64_RDBFL10 0xF0065074          MC 64 Read Data and Bit Flip Register 10
MTU_MC64_RDBFL11 0xF0065076          MC 64 Read Data and Bit Flip Register 11
MTU_MC64_RDBFL12 0xF0065078          MC 64 Read Data and Bit Flip Register 12
MTU_MC64_RDBFL13 0xF006507A          MC 64 Read Data and Bit Flip Register 13
MTU_MC64_RDBFL14 0xF006507C          MC 64 Read Data and Bit Flip Register 14
MTU_MC64_RDBFL15 0xF006507E          MC 64 Read Data and Bit Flip Register 15
MTU_MC64_RDBFL16 0xF0065080          MC 64 Read Data and Bit Flip Register 16
MTU_MC64_RDBFL17 0xF0065082          MC 64 Read Data and Bit Flip Register 17
MTU_MC64_RDBFL18 0xF0065084          MC 64 Read Data and Bit Flip Register 18
MTU_MC64_RDBFL19 0xF0065086          MC 64 Read Data and Bit Flip Register 19
MTU_MC64_RDBFL20 0xF0065088          MC 64 Read Data and Bit Flip Register 20
MTU_MC64_RDBFL21 0xF006508A          MC 64 Read Data and Bit Flip Register 21
MTU_MC64_RDBFL22 0xF006508C          MC 64 Read Data and Bit Flip Register 22
MTU_MC64_RDBFL23 0xF006508E          MC 64 Read Data and Bit Flip Register 23
MTU_MC64_RDBFL24 0xF0065090          MC 64 Read Data and Bit Flip Register 24
MTU_MC64_RDBFL25 0xF0065092          MC 64 Read Data and Bit Flip Register 25
MTU_MC64_RDBFL26 0xF0065094          MC 64 Read Data and Bit Flip Register 26
MTU_MC64_RDBFL27 0xF0065096          MC 64 Read Data and Bit Flip Register 27
MTU_MC64_RDBFL28 0xF0065098          MC 64 Read Data and Bit Flip Register 28
MTU_MC64_RDBFL29 0xF006509A          MC 64 Read Data and Bit Flip Register 29
MTU_MC64_RDBFL30 0xF006509C          MC 64 Read Data and Bit Flip Register 30
MTU_MC64_RDBFL31 0xF006509E          MC 64 Read Data and Bit Flip Register 31
MTU_MC64_RDBFL32 0xF00650A0          MC 64 Read Data and Bit Flip Register 32
MTU_MC64_RDBFL33 0xF00650A2          MC 64 Read Data and Bit Flip Register 33
MTU_MC64_RDBFL34 0xF00650A4          MC 64 Read Data and Bit Flip Register 34
MTU_MC64_RDBFL35 0xF00650A6          MC 64 Read Data and Bit Flip Register 35
MTU_MC64_RDBFL36 0xF00650A8          MC 64 Read Data and Bit Flip Register 36
MTU_MC64_RDBFL37 0xF00650AA          MC 64 Read Data and Bit Flip Register 37
MTU_MC64_RDBFL38 0xF00650AC          MC 64 Read Data and Bit Flip Register 38
MTU_MC64_RDBFL39 0xF00650AE          MC 64 Read Data and Bit Flip Register 39
MTU_MC64_RDBFL40 0xF00650B0          MC 64 Read Data and Bit Flip Register 40
MTU_MC64_RDBFL41 0xF00650B2          MC 64 Read Data and Bit Flip Register 41
MTU_MC64_RDBFL42 0xF00650B4          MC 64 Read Data and Bit Flip Register 42
MTU_MC64_RDBFL43 0xF00650B6          MC 64 Read Data and Bit Flip Register 43
MTU_MC64_RDBFL44 0xF00650B8          MC 64 Read Data and Bit Flip Register 44
MTU_MC64_RDBFL45 0xF00650BA          MC 64 Read Data and Bit Flip Register 45
MTU_MC64_RDBFL46 0xF00650BC          MC 64 Read Data and Bit Flip Register 46
MTU_MC64_RDBFL47 0xF00650BE          MC 64 Read Data and Bit Flip Register 47
MTU_MC64_RDBFL48 0xF00650C0          MC 64 Read Data and Bit Flip Register 48
MTU_MC64_RDBFL49 0xF00650C2          MC 64 Read Data and Bit Flip Register 49
MTU_MC64_RDBFL50 0xF00650C4          MC 64 Read Data and Bit Flip Register 50
MTU_MC64_RDBFL51 0xF00650C6          MC 64 Read Data and Bit Flip Register 51
MTU_MC64_RDBFL52 0xF00650C8          MC 64 Read Data and Bit Flip Register 52
MTU_MC64_RDBFL53 0xF00650CA          MC 64 Read Data and Bit Flip Register 53
MTU_MC64_RDBFL54 0xF00650CC          MC 64 Read Data and Bit Flip Register 54
MTU_MC64_RDBFL55 0xF00650CE          MC 64 Read Data and Bit Flip Register 55
MTU_MC64_RDBFL56 0xF00650D0          MC 64 Read Data and Bit Flip Register 56
MTU_MC64_RDBFL57 0xF00650D2          MC 64 Read Data and Bit Flip Register 57
MTU_MC64_RDBFL58 0xF00650D4          MC 64 Read Data and Bit Flip Register 58
MTU_MC64_RDBFL59 0xF00650D6          MC 64 Read Data and Bit Flip Register 59
MTU_MC64_RDBFL60 0xF00650D8          MC 64 Read Data and Bit Flip Register 60
MTU_MC64_RDBFL61 0xF00650DA          MC 64 Read Data and Bit Flip Register 61
MTU_MC64_RDBFL62 0xF00650DC          MC 64 Read Data and Bit Flip Register 62
MTU_MC64_RDBFL63 0xF00650DE          MC 64 Read Data and Bit Flip Register 63
MTU_MC64_RDBFL64 0xF00650E0          MC 64 Read Data and Bit Flip Register 64
MTU_MC64_RDBFL65 0xF00650E2          MC 64 Read Data and Bit Flip Register 65
MTU_MC64_RDBFL66 0xF00650E4          MC 64 Read Data and Bit Flip Register 66
MTU_MC64_ALMSRCS 0xF00650EE          MC 64 Alarm Sources Configuration Register
MTU_MC64_FAULTSTS 0xF00650F0          MC 64 SSH Safety Faults Status Register
MTU_MC64_ERRINFO0 0xF00650F2          MC 64 Error Information Register 0
MTU_MC64_ERRINFO1 0xF00650F4          MC 64 Error Information Register 1
MTU_MC64_ERRINFO2 0xF00650F6          MC 64 Error Information Register 2
MTU_MC64_ERRINFO3 0xF00650F8          MC 64 Error Information Register 3
MTU_MC64_ERRINFO4 0xF00650FA          MC 64 Error Information Register 4
MTU_MC65_CONFIG0 0xF0065100          MC 65 Configuration Register 0
MTU_MC65_CONFIG1 0xF0065102          MC 65 Configuration Register 1
MTU_MC65_MCONTROL 0xF0065104          MC 65 MBIST Control Register
MTU_MC65_MSTATUS 0xF0065106          MC 65 Status Register
MTU_MC65_RANGE  0xF0065108          MC 65 Range Register, single address mode
MTU_MC65_REVID  0xF006510C          MC 65 Revision ID Register
MTU_MC65_ECCS   0xF006510E          MC 65 ECC Safety Register
MTU_MC65_ECCD   0xF0065110          MC 65 Memory ECC Detection Register
MTU_MC65_ETRR0  0xF0065112          MC 65 Error Tracking Register 0
MTU_MC65_ETRR1  0xF0065114          MC 65 Error Tracking Register 1
MTU_MC65_ETRR2  0xF0065116          MC 65 Error Tracking Register 2
MTU_MC65_ETRR3  0xF0065118          MC 65 Error Tracking Register 3
MTU_MC65_ETRR4  0xF006511A          MC 65 Error Tracking Register 4
MTU_MC65_RDBFL0 0xF0065160          MC 65 Read Data and Bit Flip Register 0
MTU_MC65_RDBFL1 0xF0065162          MC 65 Read Data and Bit Flip Register 1
MTU_MC65_RDBFL2 0xF0065164          MC 65 Read Data and Bit Flip Register 2
MTU_MC65_RDBFL3 0xF0065166          MC 65 Read Data and Bit Flip Register 3
MTU_MC65_RDBFL4 0xF0065168          MC 65 Read Data and Bit Flip Register 4
MTU_MC65_RDBFL5 0xF006516A          MC 65 Read Data and Bit Flip Register 5
MTU_MC65_RDBFL6 0xF006516C          MC 65 Read Data and Bit Flip Register 6
MTU_MC65_RDBFL7 0xF006516E          MC 65 Read Data and Bit Flip Register 7
MTU_MC65_RDBFL8 0xF0065170          MC 65 Read Data and Bit Flip Register 8
MTU_MC65_RDBFL9 0xF0065172          MC 65 Read Data and Bit Flip Register 9
MTU_MC65_RDBFL10 0xF0065174          MC 65 Read Data and Bit Flip Register 10
MTU_MC65_RDBFL11 0xF0065176          MC 65 Read Data and Bit Flip Register 11
MTU_MC65_RDBFL12 0xF0065178          MC 65 Read Data and Bit Flip Register 12
MTU_MC65_RDBFL13 0xF006517A          MC 65 Read Data and Bit Flip Register 13
MTU_MC65_RDBFL14 0xF006517C          MC 65 Read Data and Bit Flip Register 14
MTU_MC65_RDBFL15 0xF006517E          MC 65 Read Data and Bit Flip Register 15
MTU_MC65_RDBFL16 0xF0065180          MC 65 Read Data and Bit Flip Register 16
MTU_MC65_RDBFL17 0xF0065182          MC 65 Read Data and Bit Flip Register 17
MTU_MC65_RDBFL18 0xF0065184          MC 65 Read Data and Bit Flip Register 18
MTU_MC65_RDBFL19 0xF0065186          MC 65 Read Data and Bit Flip Register 19
MTU_MC65_RDBFL20 0xF0065188          MC 65 Read Data and Bit Flip Register 20
MTU_MC65_RDBFL21 0xF006518A          MC 65 Read Data and Bit Flip Register 21
MTU_MC65_RDBFL22 0xF006518C          MC 65 Read Data and Bit Flip Register 22
MTU_MC65_RDBFL23 0xF006518E          MC 65 Read Data and Bit Flip Register 23
MTU_MC65_RDBFL24 0xF0065190          MC 65 Read Data and Bit Flip Register 24
MTU_MC65_RDBFL25 0xF0065192          MC 65 Read Data and Bit Flip Register 25
MTU_MC65_RDBFL26 0xF0065194          MC 65 Read Data and Bit Flip Register 26
MTU_MC65_RDBFL27 0xF0065196          MC 65 Read Data and Bit Flip Register 27
MTU_MC65_RDBFL28 0xF0065198          MC 65 Read Data and Bit Flip Register 28
MTU_MC65_RDBFL29 0xF006519A          MC 65 Read Data and Bit Flip Register 29
MTU_MC65_RDBFL30 0xF006519C          MC 65 Read Data and Bit Flip Register 30
MTU_MC65_RDBFL31 0xF006519E          MC 65 Read Data and Bit Flip Register 31
MTU_MC65_RDBFL32 0xF00651A0          MC 65 Read Data and Bit Flip Register 32
MTU_MC65_RDBFL33 0xF00651A2          MC 65 Read Data and Bit Flip Register 33
MTU_MC65_RDBFL34 0xF00651A4          MC 65 Read Data and Bit Flip Register 34
MTU_MC65_RDBFL35 0xF00651A6          MC 65 Read Data and Bit Flip Register 35
MTU_MC65_RDBFL36 0xF00651A8          MC 65 Read Data and Bit Flip Register 36
MTU_MC65_RDBFL37 0xF00651AA          MC 65 Read Data and Bit Flip Register 37
MTU_MC65_RDBFL38 0xF00651AC          MC 65 Read Data and Bit Flip Register 38
MTU_MC65_RDBFL39 0xF00651AE          MC 65 Read Data and Bit Flip Register 39
MTU_MC65_RDBFL40 0xF00651B0          MC 65 Read Data and Bit Flip Register 40
MTU_MC65_RDBFL41 0xF00651B2          MC 65 Read Data and Bit Flip Register 41
MTU_MC65_RDBFL42 0xF00651B4          MC 65 Read Data and Bit Flip Register 42
MTU_MC65_RDBFL43 0xF00651B6          MC 65 Read Data and Bit Flip Register 43
MTU_MC65_RDBFL44 0xF00651B8          MC 65 Read Data and Bit Flip Register 44
MTU_MC65_RDBFL45 0xF00651BA          MC 65 Read Data and Bit Flip Register 45
MTU_MC65_RDBFL46 0xF00651BC          MC 65 Read Data and Bit Flip Register 46
MTU_MC65_RDBFL47 0xF00651BE          MC 65 Read Data and Bit Flip Register 47
MTU_MC65_RDBFL48 0xF00651C0          MC 65 Read Data and Bit Flip Register 48
MTU_MC65_RDBFL49 0xF00651C2          MC 65 Read Data and Bit Flip Register 49
MTU_MC65_RDBFL50 0xF00651C4          MC 65 Read Data and Bit Flip Register 50
MTU_MC65_RDBFL51 0xF00651C6          MC 65 Read Data and Bit Flip Register 51
MTU_MC65_RDBFL52 0xF00651C8          MC 65 Read Data and Bit Flip Register 52
MTU_MC65_RDBFL53 0xF00651CA          MC 65 Read Data and Bit Flip Register 53
MTU_MC65_RDBFL54 0xF00651CC          MC 65 Read Data and Bit Flip Register 54
MTU_MC65_RDBFL55 0xF00651CE          MC 65 Read Data and Bit Flip Register 55
MTU_MC65_RDBFL56 0xF00651D0          MC 65 Read Data and Bit Flip Register 56
MTU_MC65_RDBFL57 0xF00651D2          MC 65 Read Data and Bit Flip Register 57
MTU_MC65_RDBFL58 0xF00651D4          MC 65 Read Data and Bit Flip Register 58
MTU_MC65_RDBFL59 0xF00651D6          MC 65 Read Data and Bit Flip Register 59
MTU_MC65_RDBFL60 0xF00651D8          MC 65 Read Data and Bit Flip Register 60
MTU_MC65_RDBFL61 0xF00651DA          MC 65 Read Data and Bit Flip Register 61
MTU_MC65_RDBFL62 0xF00651DC          MC 65 Read Data and Bit Flip Register 62
MTU_MC65_RDBFL63 0xF00651DE          MC 65 Read Data and Bit Flip Register 63
MTU_MC65_RDBFL64 0xF00651E0          MC 65 Read Data and Bit Flip Register 64
MTU_MC65_RDBFL65 0xF00651E2          MC 65 Read Data and Bit Flip Register 65
MTU_MC65_RDBFL66 0xF00651E4          MC 65 Read Data and Bit Flip Register 66
MTU_MC65_ALMSRCS 0xF00651EE          MC 65 Alarm Sources Configuration Register
MTU_MC65_FAULTSTS 0xF00651F0          MC 65 SSH Safety Faults Status Register
MTU_MC65_ERRINFO0 0xF00651F2          MC 65 Error Information Register 0
MTU_MC65_ERRINFO1 0xF00651F4          MC 65 Error Information Register 1
MTU_MC65_ERRINFO2 0xF00651F6          MC 65 Error Information Register 2
MTU_MC65_ERRINFO3 0xF00651F8          MC 65 Error Information Register 3
MTU_MC65_ERRINFO4 0xF00651FA          MC 65 Error Information Register 4
MTU_MC66_CONFIG0 0xF0065200          MC 66 Configuration Register 0
MTU_MC66_CONFIG1 0xF0065202          MC 66 Configuration Register 1
MTU_MC66_MCONTROL 0xF0065204          MC 66 MBIST Control Register
MTU_MC66_MSTATUS 0xF0065206          MC 66 Status Register
MTU_MC66_RANGE  0xF0065208          MC 66 Range Register, single address mode
MTU_MC66_REVID  0xF006520C          MC 66 Revision ID Register
MTU_MC66_ECCS   0xF006520E          MC 66 ECC Safety Register
MTU_MC66_ECCD   0xF0065210          MC 66 Memory ECC Detection Register
MTU_MC66_ETRR0  0xF0065212          MC 66 Error Tracking Register 0
MTU_MC66_ETRR1  0xF0065214          MC 66 Error Tracking Register 1
MTU_MC66_ETRR2  0xF0065216          MC 66 Error Tracking Register 2
MTU_MC66_ETRR3  0xF0065218          MC 66 Error Tracking Register 3
MTU_MC66_ETRR4  0xF006521A          MC 66 Error Tracking Register 4
MTU_MC66_RDBFL0 0xF0065260          MC 66 Read Data and Bit Flip Register 0
MTU_MC66_RDBFL1 0xF0065262          MC 66 Read Data and Bit Flip Register 1
MTU_MC66_RDBFL2 0xF0065264          MC 66 Read Data and Bit Flip Register 2
MTU_MC66_RDBFL3 0xF0065266          MC 66 Read Data and Bit Flip Register 3
MTU_MC66_RDBFL4 0xF0065268          MC 66 Read Data and Bit Flip Register 4
MTU_MC66_RDBFL5 0xF006526A          MC 66 Read Data and Bit Flip Register 5
MTU_MC66_RDBFL6 0xF006526C          MC 66 Read Data and Bit Flip Register 6
MTU_MC66_RDBFL7 0xF006526E          MC 66 Read Data and Bit Flip Register 7
MTU_MC66_RDBFL8 0xF0065270          MC 66 Read Data and Bit Flip Register 8
MTU_MC66_RDBFL9 0xF0065272          MC 66 Read Data and Bit Flip Register 9
MTU_MC66_RDBFL10 0xF0065274          MC 66 Read Data and Bit Flip Register 10
MTU_MC66_RDBFL11 0xF0065276          MC 66 Read Data and Bit Flip Register 11
MTU_MC66_RDBFL12 0xF0065278          MC 66 Read Data and Bit Flip Register 12
MTU_MC66_RDBFL13 0xF006527A          MC 66 Read Data and Bit Flip Register 13
MTU_MC66_RDBFL14 0xF006527C          MC 66 Read Data and Bit Flip Register 14
MTU_MC66_RDBFL15 0xF006527E          MC 66 Read Data and Bit Flip Register 15
MTU_MC66_RDBFL16 0xF0065280          MC 66 Read Data and Bit Flip Register 16
MTU_MC66_RDBFL17 0xF0065282          MC 66 Read Data and Bit Flip Register 17
MTU_MC66_RDBFL18 0xF0065284          MC 66 Read Data and Bit Flip Register 18
MTU_MC66_RDBFL19 0xF0065286          MC 66 Read Data and Bit Flip Register 19
MTU_MC66_RDBFL20 0xF0065288          MC 66 Read Data and Bit Flip Register 20
MTU_MC66_RDBFL21 0xF006528A          MC 66 Read Data and Bit Flip Register 21
MTU_MC66_RDBFL22 0xF006528C          MC 66 Read Data and Bit Flip Register 22
MTU_MC66_RDBFL23 0xF006528E          MC 66 Read Data and Bit Flip Register 23
MTU_MC66_RDBFL24 0xF0065290          MC 66 Read Data and Bit Flip Register 24
MTU_MC66_RDBFL25 0xF0065292          MC 66 Read Data and Bit Flip Register 25
MTU_MC66_RDBFL26 0xF0065294          MC 66 Read Data and Bit Flip Register 26
MTU_MC66_RDBFL27 0xF0065296          MC 66 Read Data and Bit Flip Register 27
MTU_MC66_RDBFL28 0xF0065298          MC 66 Read Data and Bit Flip Register 28
MTU_MC66_RDBFL29 0xF006529A          MC 66 Read Data and Bit Flip Register 29
MTU_MC66_RDBFL30 0xF006529C          MC 66 Read Data and Bit Flip Register 30
MTU_MC66_RDBFL31 0xF006529E          MC 66 Read Data and Bit Flip Register 31
MTU_MC66_RDBFL32 0xF00652A0          MC 66 Read Data and Bit Flip Register 32
MTU_MC66_RDBFL33 0xF00652A2          MC 66 Read Data and Bit Flip Register 33
MTU_MC66_RDBFL34 0xF00652A4          MC 66 Read Data and Bit Flip Register 34
MTU_MC66_RDBFL35 0xF00652A6          MC 66 Read Data and Bit Flip Register 35
MTU_MC66_RDBFL36 0xF00652A8          MC 66 Read Data and Bit Flip Register 36
MTU_MC66_RDBFL37 0xF00652AA          MC 66 Read Data and Bit Flip Register 37
MTU_MC66_RDBFL38 0xF00652AC          MC 66 Read Data and Bit Flip Register 38
MTU_MC66_RDBFL39 0xF00652AE          MC 66 Read Data and Bit Flip Register 39
MTU_MC66_RDBFL40 0xF00652B0          MC 66 Read Data and Bit Flip Register 40
MTU_MC66_RDBFL41 0xF00652B2          MC 66 Read Data and Bit Flip Register 41
MTU_MC66_RDBFL42 0xF00652B4          MC 66 Read Data and Bit Flip Register 42
MTU_MC66_RDBFL43 0xF00652B6          MC 66 Read Data and Bit Flip Register 43
MTU_MC66_RDBFL44 0xF00652B8          MC 66 Read Data and Bit Flip Register 44
MTU_MC66_RDBFL45 0xF00652BA          MC 66 Read Data and Bit Flip Register 45
MTU_MC66_RDBFL46 0xF00652BC          MC 66 Read Data and Bit Flip Register 46
MTU_MC66_RDBFL47 0xF00652BE          MC 66 Read Data and Bit Flip Register 47
MTU_MC66_RDBFL48 0xF00652C0          MC 66 Read Data and Bit Flip Register 48
MTU_MC66_RDBFL49 0xF00652C2          MC 66 Read Data and Bit Flip Register 49
MTU_MC66_RDBFL50 0xF00652C4          MC 66 Read Data and Bit Flip Register 50
MTU_MC66_RDBFL51 0xF00652C6          MC 66 Read Data and Bit Flip Register 51
MTU_MC66_RDBFL52 0xF00652C8          MC 66 Read Data and Bit Flip Register 52
MTU_MC66_RDBFL53 0xF00652CA          MC 66 Read Data and Bit Flip Register 53
MTU_MC66_RDBFL54 0xF00652CC          MC 66 Read Data and Bit Flip Register 54
MTU_MC66_RDBFL55 0xF00652CE          MC 66 Read Data and Bit Flip Register 55
MTU_MC66_RDBFL56 0xF00652D0          MC 66 Read Data and Bit Flip Register 56
MTU_MC66_RDBFL57 0xF00652D2          MC 66 Read Data and Bit Flip Register 57
MTU_MC66_RDBFL58 0xF00652D4          MC 66 Read Data and Bit Flip Register 58
MTU_MC66_RDBFL59 0xF00652D6          MC 66 Read Data and Bit Flip Register 59
MTU_MC66_RDBFL60 0xF00652D8          MC 66 Read Data and Bit Flip Register 60
MTU_MC66_RDBFL61 0xF00652DA          MC 66 Read Data and Bit Flip Register 61
MTU_MC66_RDBFL62 0xF00652DC          MC 66 Read Data and Bit Flip Register 62
MTU_MC66_RDBFL63 0xF00652DE          MC 66 Read Data and Bit Flip Register 63
MTU_MC66_RDBFL64 0xF00652E0          MC 66 Read Data and Bit Flip Register 64
MTU_MC66_RDBFL65 0xF00652E2          MC 66 Read Data and Bit Flip Register 65
MTU_MC66_RDBFL66 0xF00652E4          MC 66 Read Data and Bit Flip Register 66
MTU_MC66_ALMSRCS 0xF00652EE          MC 66 Alarm Sources Configuration Register
MTU_MC66_FAULTSTS 0xF00652F0          MC 66 SSH Safety Faults Status Register
MTU_MC66_ERRINFO0 0xF00652F2          MC 66 Error Information Register 0
MTU_MC66_ERRINFO1 0xF00652F4          MC 66 Error Information Register 1
MTU_MC66_ERRINFO2 0xF00652F6          MC 66 Error Information Register 2
MTU_MC66_ERRINFO3 0xF00652F8          MC 66 Error Information Register 3
MTU_MC66_ERRINFO4 0xF00652FA          MC 66 Error Information Register 4
MTU_MC67_CONFIG0 0xF0065300          MC 67 Configuration Register 0
MTU_MC67_CONFIG1 0xF0065302          MC 67 Configuration Register 1
MTU_MC67_MCONTROL 0xF0065304          MC 67 MBIST Control Register
MTU_MC67_MSTATUS 0xF0065306          MC 67 Status Register
MTU_MC67_RANGE  0xF0065308          MC 67 Range Register, single address mode
MTU_MC67_REVID  0xF006530C          MC 67 Revision ID Register
MTU_MC67_ECCS   0xF006530E          MC 67 ECC Safety Register
MTU_MC67_ECCD   0xF0065310          MC 67 Memory ECC Detection Register
MTU_MC67_ETRR0  0xF0065312          MC 67 Error Tracking Register 0
MTU_MC67_ETRR1  0xF0065314          MC 67 Error Tracking Register 1
MTU_MC67_ETRR2  0xF0065316          MC 67 Error Tracking Register 2
MTU_MC67_ETRR3  0xF0065318          MC 67 Error Tracking Register 3
MTU_MC67_ETRR4  0xF006531A          MC 67 Error Tracking Register 4
MTU_MC67_RDBFL0 0xF0065360          MC 67 Read Data and Bit Flip Register 0
MTU_MC67_RDBFL1 0xF0065362          MC 67 Read Data and Bit Flip Register 1
MTU_MC67_RDBFL2 0xF0065364          MC 67 Read Data and Bit Flip Register 2
MTU_MC67_RDBFL3 0xF0065366          MC 67 Read Data and Bit Flip Register 3
MTU_MC67_RDBFL4 0xF0065368          MC 67 Read Data and Bit Flip Register 4
MTU_MC67_RDBFL5 0xF006536A          MC 67 Read Data and Bit Flip Register 5
MTU_MC67_RDBFL6 0xF006536C          MC 67 Read Data and Bit Flip Register 6
MTU_MC67_RDBFL7 0xF006536E          MC 67 Read Data and Bit Flip Register 7
MTU_MC67_RDBFL8 0xF0065370          MC 67 Read Data and Bit Flip Register 8
MTU_MC67_RDBFL9 0xF0065372          MC 67 Read Data and Bit Flip Register 9
MTU_MC67_RDBFL10 0xF0065374          MC 67 Read Data and Bit Flip Register 10
MTU_MC67_RDBFL11 0xF0065376          MC 67 Read Data and Bit Flip Register 11
MTU_MC67_RDBFL12 0xF0065378          MC 67 Read Data and Bit Flip Register 12
MTU_MC67_RDBFL13 0xF006537A          MC 67 Read Data and Bit Flip Register 13
MTU_MC67_RDBFL14 0xF006537C          MC 67 Read Data and Bit Flip Register 14
MTU_MC67_RDBFL15 0xF006537E          MC 67 Read Data and Bit Flip Register 15
MTU_MC67_RDBFL16 0xF0065380          MC 67 Read Data and Bit Flip Register 16
MTU_MC67_RDBFL17 0xF0065382          MC 67 Read Data and Bit Flip Register 17
MTU_MC67_RDBFL18 0xF0065384          MC 67 Read Data and Bit Flip Register 18
MTU_MC67_RDBFL19 0xF0065386          MC 67 Read Data and Bit Flip Register 19
MTU_MC67_RDBFL20 0xF0065388          MC 67 Read Data and Bit Flip Register 20
MTU_MC67_RDBFL21 0xF006538A          MC 67 Read Data and Bit Flip Register 21
MTU_MC67_RDBFL22 0xF006538C          MC 67 Read Data and Bit Flip Register 22
MTU_MC67_RDBFL23 0xF006538E          MC 67 Read Data and Bit Flip Register 23
MTU_MC67_RDBFL24 0xF0065390          MC 67 Read Data and Bit Flip Register 24
MTU_MC67_RDBFL25 0xF0065392          MC 67 Read Data and Bit Flip Register 25
MTU_MC67_RDBFL26 0xF0065394          MC 67 Read Data and Bit Flip Register 26
MTU_MC67_RDBFL27 0xF0065396          MC 67 Read Data and Bit Flip Register 27
MTU_MC67_RDBFL28 0xF0065398          MC 67 Read Data and Bit Flip Register 28
MTU_MC67_RDBFL29 0xF006539A          MC 67 Read Data and Bit Flip Register 29
MTU_MC67_RDBFL30 0xF006539C          MC 67 Read Data and Bit Flip Register 30
MTU_MC67_RDBFL31 0xF006539E          MC 67 Read Data and Bit Flip Register 31
MTU_MC67_RDBFL32 0xF00653A0          MC 67 Read Data and Bit Flip Register 32
MTU_MC67_RDBFL33 0xF00653A2          MC 67 Read Data and Bit Flip Register 33
MTU_MC67_RDBFL34 0xF00653A4          MC 67 Read Data and Bit Flip Register 34
MTU_MC67_RDBFL35 0xF00653A6          MC 67 Read Data and Bit Flip Register 35
MTU_MC67_RDBFL36 0xF00653A8          MC 67 Read Data and Bit Flip Register 36
MTU_MC67_RDBFL37 0xF00653AA          MC 67 Read Data and Bit Flip Register 37
MTU_MC67_RDBFL38 0xF00653AC          MC 67 Read Data and Bit Flip Register 38
MTU_MC67_RDBFL39 0xF00653AE          MC 67 Read Data and Bit Flip Register 39
MTU_MC67_RDBFL40 0xF00653B0          MC 67 Read Data and Bit Flip Register 40
MTU_MC67_RDBFL41 0xF00653B2          MC 67 Read Data and Bit Flip Register 41
MTU_MC67_RDBFL42 0xF00653B4          MC 67 Read Data and Bit Flip Register 42
MTU_MC67_RDBFL43 0xF00653B6          MC 67 Read Data and Bit Flip Register 43
MTU_MC67_RDBFL44 0xF00653B8          MC 67 Read Data and Bit Flip Register 44
MTU_MC67_RDBFL45 0xF00653BA          MC 67 Read Data and Bit Flip Register 45
MTU_MC67_RDBFL46 0xF00653BC          MC 67 Read Data and Bit Flip Register 46
MTU_MC67_RDBFL47 0xF00653BE          MC 67 Read Data and Bit Flip Register 47
MTU_MC67_RDBFL48 0xF00653C0          MC 67 Read Data and Bit Flip Register 48
MTU_MC67_RDBFL49 0xF00653C2          MC 67 Read Data and Bit Flip Register 49
MTU_MC67_RDBFL50 0xF00653C4          MC 67 Read Data and Bit Flip Register 50
MTU_MC67_RDBFL51 0xF00653C6          MC 67 Read Data and Bit Flip Register 51
MTU_MC67_RDBFL52 0xF00653C8          MC 67 Read Data and Bit Flip Register 52
MTU_MC67_RDBFL53 0xF00653CA          MC 67 Read Data and Bit Flip Register 53
MTU_MC67_RDBFL54 0xF00653CC          MC 67 Read Data and Bit Flip Register 54
MTU_MC67_RDBFL55 0xF00653CE          MC 67 Read Data and Bit Flip Register 55
MTU_MC67_RDBFL56 0xF00653D0          MC 67 Read Data and Bit Flip Register 56
MTU_MC67_RDBFL57 0xF00653D2          MC 67 Read Data and Bit Flip Register 57
MTU_MC67_RDBFL58 0xF00653D4          MC 67 Read Data and Bit Flip Register 58
MTU_MC67_RDBFL59 0xF00653D6          MC 67 Read Data and Bit Flip Register 59
MTU_MC67_RDBFL60 0xF00653D8          MC 67 Read Data and Bit Flip Register 60
MTU_MC67_RDBFL61 0xF00653DA          MC 67 Read Data and Bit Flip Register 61
MTU_MC67_RDBFL62 0xF00653DC          MC 67 Read Data and Bit Flip Register 62
MTU_MC67_RDBFL63 0xF00653DE          MC 67 Read Data and Bit Flip Register 63
MTU_MC67_RDBFL64 0xF00653E0          MC 67 Read Data and Bit Flip Register 64
MTU_MC67_RDBFL65 0xF00653E2          MC 67 Read Data and Bit Flip Register 65
MTU_MC67_RDBFL66 0xF00653E4          MC 67 Read Data and Bit Flip Register 66
MTU_MC67_ALMSRCS 0xF00653EE          MC 67 Alarm Sources Configuration Register
MTU_MC67_FAULTSTS 0xF00653F0          MC 67 SSH Safety Faults Status Register
MTU_MC67_ERRINFO0 0xF00653F2          MC 67 Error Information Register 0
MTU_MC67_ERRINFO1 0xF00653F4          MC 67 Error Information Register 1
MTU_MC67_ERRINFO2 0xF00653F6          MC 67 Error Information Register 2
MTU_MC67_ERRINFO3 0xF00653F8          MC 67 Error Information Register 3
MTU_MC67_ERRINFO4 0xF00653FA          MC 67 Error Information Register 4
MTU_MC68_CONFIG0 0xF0065400          MC 68 Configuration Register 0
MTU_MC68_CONFIG1 0xF0065402          MC 68 Configuration Register 1
MTU_MC68_MCONTROL 0xF0065404          MC 68 MBIST Control Register
MTU_MC68_MSTATUS 0xF0065406          MC 68 Status Register
MTU_MC68_RANGE  0xF0065408          MC 68 Range Register, single address mode
MTU_MC68_REVID  0xF006540C          MC 68 Revision ID Register
MTU_MC68_ECCS   0xF006540E          MC 68 ECC Safety Register
MTU_MC68_ECCD   0xF0065410          MC 68 Memory ECC Detection Register
MTU_MC68_ETRR0  0xF0065412          MC 68 Error Tracking Register 0
MTU_MC68_ETRR1  0xF0065414          MC 68 Error Tracking Register 1
MTU_MC68_ETRR2  0xF0065416          MC 68 Error Tracking Register 2
MTU_MC68_ETRR3  0xF0065418          MC 68 Error Tracking Register 3
MTU_MC68_ETRR4  0xF006541A          MC 68 Error Tracking Register 4
MTU_MC68_RDBFL0 0xF0065460          MC 68 Read Data and Bit Flip Register 0
MTU_MC68_RDBFL1 0xF0065462          MC 68 Read Data and Bit Flip Register 1
MTU_MC68_RDBFL2 0xF0065464          MC 68 Read Data and Bit Flip Register 2
MTU_MC68_RDBFL3 0xF0065466          MC 68 Read Data and Bit Flip Register 3
MTU_MC68_RDBFL4 0xF0065468          MC 68 Read Data and Bit Flip Register 4
MTU_MC68_RDBFL5 0xF006546A          MC 68 Read Data and Bit Flip Register 5
MTU_MC68_RDBFL6 0xF006546C          MC 68 Read Data and Bit Flip Register 6
MTU_MC68_RDBFL7 0xF006546E          MC 68 Read Data and Bit Flip Register 7
MTU_MC68_RDBFL8 0xF0065470          MC 68 Read Data and Bit Flip Register 8
MTU_MC68_RDBFL9 0xF0065472          MC 68 Read Data and Bit Flip Register 9
MTU_MC68_RDBFL10 0xF0065474          MC 68 Read Data and Bit Flip Register 10
MTU_MC68_RDBFL11 0xF0065476          MC 68 Read Data and Bit Flip Register 11
MTU_MC68_RDBFL12 0xF0065478          MC 68 Read Data and Bit Flip Register 12
MTU_MC68_RDBFL13 0xF006547A          MC 68 Read Data and Bit Flip Register 13
MTU_MC68_RDBFL14 0xF006547C          MC 68 Read Data and Bit Flip Register 14
MTU_MC68_RDBFL15 0xF006547E          MC 68 Read Data and Bit Flip Register 15
MTU_MC68_RDBFL16 0xF0065480          MC 68 Read Data and Bit Flip Register 16
MTU_MC68_RDBFL17 0xF0065482          MC 68 Read Data and Bit Flip Register 17
MTU_MC68_RDBFL18 0xF0065484          MC 68 Read Data and Bit Flip Register 18
MTU_MC68_RDBFL19 0xF0065486          MC 68 Read Data and Bit Flip Register 19
MTU_MC68_RDBFL20 0xF0065488          MC 68 Read Data and Bit Flip Register 20
MTU_MC68_RDBFL21 0xF006548A          MC 68 Read Data and Bit Flip Register 21
MTU_MC68_RDBFL22 0xF006548C          MC 68 Read Data and Bit Flip Register 22
MTU_MC68_RDBFL23 0xF006548E          MC 68 Read Data and Bit Flip Register 23
MTU_MC68_RDBFL24 0xF0065490          MC 68 Read Data and Bit Flip Register 24
MTU_MC68_RDBFL25 0xF0065492          MC 68 Read Data and Bit Flip Register 25
MTU_MC68_RDBFL26 0xF0065494          MC 68 Read Data and Bit Flip Register 26
MTU_MC68_RDBFL27 0xF0065496          MC 68 Read Data and Bit Flip Register 27
MTU_MC68_RDBFL28 0xF0065498          MC 68 Read Data and Bit Flip Register 28
MTU_MC68_RDBFL29 0xF006549A          MC 68 Read Data and Bit Flip Register 29
MTU_MC68_RDBFL30 0xF006549C          MC 68 Read Data and Bit Flip Register 30
MTU_MC68_RDBFL31 0xF006549E          MC 68 Read Data and Bit Flip Register 31
MTU_MC68_RDBFL32 0xF00654A0          MC 68 Read Data and Bit Flip Register 32
MTU_MC68_RDBFL33 0xF00654A2          MC 68 Read Data and Bit Flip Register 33
MTU_MC68_RDBFL34 0xF00654A4          MC 68 Read Data and Bit Flip Register 34
MTU_MC68_RDBFL35 0xF00654A6          MC 68 Read Data and Bit Flip Register 35
MTU_MC68_RDBFL36 0xF00654A8          MC 68 Read Data and Bit Flip Register 36
MTU_MC68_RDBFL37 0xF00654AA          MC 68 Read Data and Bit Flip Register 37
MTU_MC68_RDBFL38 0xF00654AC          MC 68 Read Data and Bit Flip Register 38
MTU_MC68_RDBFL39 0xF00654AE          MC 68 Read Data and Bit Flip Register 39
MTU_MC68_RDBFL40 0xF00654B0          MC 68 Read Data and Bit Flip Register 40
MTU_MC68_RDBFL41 0xF00654B2          MC 68 Read Data and Bit Flip Register 41
MTU_MC68_RDBFL42 0xF00654B4          MC 68 Read Data and Bit Flip Register 42
MTU_MC68_RDBFL43 0xF00654B6          MC 68 Read Data and Bit Flip Register 43
MTU_MC68_RDBFL44 0xF00654B8          MC 68 Read Data and Bit Flip Register 44
MTU_MC68_RDBFL45 0xF00654BA          MC 68 Read Data and Bit Flip Register 45
MTU_MC68_RDBFL46 0xF00654BC          MC 68 Read Data and Bit Flip Register 46
MTU_MC68_RDBFL47 0xF00654BE          MC 68 Read Data and Bit Flip Register 47
MTU_MC68_RDBFL48 0xF00654C0          MC 68 Read Data and Bit Flip Register 48
MTU_MC68_RDBFL49 0xF00654C2          MC 68 Read Data and Bit Flip Register 49
MTU_MC68_RDBFL50 0xF00654C4          MC 68 Read Data and Bit Flip Register 50
MTU_MC68_RDBFL51 0xF00654C6          MC 68 Read Data and Bit Flip Register 51
MTU_MC68_RDBFL52 0xF00654C8          MC 68 Read Data and Bit Flip Register 52
MTU_MC68_RDBFL53 0xF00654CA          MC 68 Read Data and Bit Flip Register 53
MTU_MC68_RDBFL54 0xF00654CC          MC 68 Read Data and Bit Flip Register 54
MTU_MC68_RDBFL55 0xF00654CE          MC 68 Read Data and Bit Flip Register 55
MTU_MC68_RDBFL56 0xF00654D0          MC 68 Read Data and Bit Flip Register 56
MTU_MC68_RDBFL57 0xF00654D2          MC 68 Read Data and Bit Flip Register 57
MTU_MC68_RDBFL58 0xF00654D4          MC 68 Read Data and Bit Flip Register 58
MTU_MC68_RDBFL59 0xF00654D6          MC 68 Read Data and Bit Flip Register 59
MTU_MC68_RDBFL60 0xF00654D8          MC 68 Read Data and Bit Flip Register 60
MTU_MC68_RDBFL61 0xF00654DA          MC 68 Read Data and Bit Flip Register 61
MTU_MC68_RDBFL62 0xF00654DC          MC 68 Read Data and Bit Flip Register 62
MTU_MC68_RDBFL63 0xF00654DE          MC 68 Read Data and Bit Flip Register 63
MTU_MC68_RDBFL64 0xF00654E0          MC 68 Read Data and Bit Flip Register 64
MTU_MC68_RDBFL65 0xF00654E2          MC 68 Read Data and Bit Flip Register 65
MTU_MC68_RDBFL66 0xF00654E4          MC 68 Read Data and Bit Flip Register 66
MTU_MC68_ALMSRCS 0xF00654EE          MC 68 Alarm Sources Configuration Register
MTU_MC68_FAULTSTS 0xF00654F0          MC 68 SSH Safety Faults Status Register
MTU_MC68_ERRINFO0 0xF00654F2          MC 68 Error Information Register 0
MTU_MC68_ERRINFO1 0xF00654F4          MC 68 Error Information Register 1
MTU_MC68_ERRINFO2 0xF00654F6          MC 68 Error Information Register 2
MTU_MC68_ERRINFO3 0xF00654F8          MC 68 Error Information Register 3
MTU_MC68_ERRINFO4 0xF00654FA          MC 68 Error Information Register 4
MTU_MC69_CONFIG0 0xF0065500          MC 69 Configuration Register 0
MTU_MC69_CONFIG1 0xF0065502          MC 69 Configuration Register 1
MTU_MC69_MCONTROL 0xF0065504          MC 69 MBIST Control Register
MTU_MC69_MSTATUS 0xF0065506          MC 69 Status Register
MTU_MC69_RANGE  0xF0065508          MC 69 Range Register, single address mode
MTU_MC69_REVID  0xF006550C          MC 69 Revision ID Register
MTU_MC69_ECCS   0xF006550E          MC 69 ECC Safety Register
MTU_MC69_ECCD   0xF0065510          MC 69 Memory ECC Detection Register
MTU_MC69_ETRR0  0xF0065512          MC 69 Error Tracking Register 0
MTU_MC69_ETRR1  0xF0065514          MC 69 Error Tracking Register 1
MTU_MC69_ETRR2  0xF0065516          MC 69 Error Tracking Register 2
MTU_MC69_ETRR3  0xF0065518          MC 69 Error Tracking Register 3
MTU_MC69_ETRR4  0xF006551A          MC 69 Error Tracking Register 4
MTU_MC69_RDBFL0 0xF0065560          MC 69 Read Data and Bit Flip Register 0
MTU_MC69_RDBFL1 0xF0065562          MC 69 Read Data and Bit Flip Register 1
MTU_MC69_RDBFL2 0xF0065564          MC 69 Read Data and Bit Flip Register 2
MTU_MC69_RDBFL3 0xF0065566          MC 69 Read Data and Bit Flip Register 3
MTU_MC69_RDBFL4 0xF0065568          MC 69 Read Data and Bit Flip Register 4
MTU_MC69_RDBFL5 0xF006556A          MC 69 Read Data and Bit Flip Register 5
MTU_MC69_RDBFL6 0xF006556C          MC 69 Read Data and Bit Flip Register 6
MTU_MC69_RDBFL7 0xF006556E          MC 69 Read Data and Bit Flip Register 7
MTU_MC69_RDBFL8 0xF0065570          MC 69 Read Data and Bit Flip Register 8
MTU_MC69_RDBFL9 0xF0065572          MC 69 Read Data and Bit Flip Register 9
MTU_MC69_RDBFL10 0xF0065574          MC 69 Read Data and Bit Flip Register 10
MTU_MC69_RDBFL11 0xF0065576          MC 69 Read Data and Bit Flip Register 11
MTU_MC69_RDBFL12 0xF0065578          MC 69 Read Data and Bit Flip Register 12
MTU_MC69_RDBFL13 0xF006557A          MC 69 Read Data and Bit Flip Register 13
MTU_MC69_RDBFL14 0xF006557C          MC 69 Read Data and Bit Flip Register 14
MTU_MC69_RDBFL15 0xF006557E          MC 69 Read Data and Bit Flip Register 15
MTU_MC69_RDBFL16 0xF0065580          MC 69 Read Data and Bit Flip Register 16
MTU_MC69_RDBFL17 0xF0065582          MC 69 Read Data and Bit Flip Register 17
MTU_MC69_RDBFL18 0xF0065584          MC 69 Read Data and Bit Flip Register 18
MTU_MC69_RDBFL19 0xF0065586          MC 69 Read Data and Bit Flip Register 19
MTU_MC69_RDBFL20 0xF0065588          MC 69 Read Data and Bit Flip Register 20
MTU_MC69_RDBFL21 0xF006558A          MC 69 Read Data and Bit Flip Register 21
MTU_MC69_RDBFL22 0xF006558C          MC 69 Read Data and Bit Flip Register 22
MTU_MC69_RDBFL23 0xF006558E          MC 69 Read Data and Bit Flip Register 23
MTU_MC69_RDBFL24 0xF0065590          MC 69 Read Data and Bit Flip Register 24
MTU_MC69_RDBFL25 0xF0065592          MC 69 Read Data and Bit Flip Register 25
MTU_MC69_RDBFL26 0xF0065594          MC 69 Read Data and Bit Flip Register 26
MTU_MC69_RDBFL27 0xF0065596          MC 69 Read Data and Bit Flip Register 27
MTU_MC69_RDBFL28 0xF0065598          MC 69 Read Data and Bit Flip Register 28
MTU_MC69_RDBFL29 0xF006559A          MC 69 Read Data and Bit Flip Register 29
MTU_MC69_RDBFL30 0xF006559C          MC 69 Read Data and Bit Flip Register 30
MTU_MC69_RDBFL31 0xF006559E          MC 69 Read Data and Bit Flip Register 31
MTU_MC69_RDBFL32 0xF00655A0          MC 69 Read Data and Bit Flip Register 32
MTU_MC69_RDBFL33 0xF00655A2          MC 69 Read Data and Bit Flip Register 33
MTU_MC69_RDBFL34 0xF00655A4          MC 69 Read Data and Bit Flip Register 34
MTU_MC69_RDBFL35 0xF00655A6          MC 69 Read Data and Bit Flip Register 35
MTU_MC69_RDBFL36 0xF00655A8          MC 69 Read Data and Bit Flip Register 36
MTU_MC69_RDBFL37 0xF00655AA          MC 69 Read Data and Bit Flip Register 37
MTU_MC69_RDBFL38 0xF00655AC          MC 69 Read Data and Bit Flip Register 38
MTU_MC69_RDBFL39 0xF00655AE          MC 69 Read Data and Bit Flip Register 39
MTU_MC69_RDBFL40 0xF00655B0          MC 69 Read Data and Bit Flip Register 40
MTU_MC69_RDBFL41 0xF00655B2          MC 69 Read Data and Bit Flip Register 41
MTU_MC69_RDBFL42 0xF00655B4          MC 69 Read Data and Bit Flip Register 42
MTU_MC69_RDBFL43 0xF00655B6          MC 69 Read Data and Bit Flip Register 43
MTU_MC69_RDBFL44 0xF00655B8          MC 69 Read Data and Bit Flip Register 44
MTU_MC69_RDBFL45 0xF00655BA          MC 69 Read Data and Bit Flip Register 45
MTU_MC69_RDBFL46 0xF00655BC          MC 69 Read Data and Bit Flip Register 46
MTU_MC69_RDBFL47 0xF00655BE          MC 69 Read Data and Bit Flip Register 47
MTU_MC69_RDBFL48 0xF00655C0          MC 69 Read Data and Bit Flip Register 48
MTU_MC69_RDBFL49 0xF00655C2          MC 69 Read Data and Bit Flip Register 49
MTU_MC69_RDBFL50 0xF00655C4          MC 69 Read Data and Bit Flip Register 50
MTU_MC69_RDBFL51 0xF00655C6          MC 69 Read Data and Bit Flip Register 51
MTU_MC69_RDBFL52 0xF00655C8          MC 69 Read Data and Bit Flip Register 52
MTU_MC69_RDBFL53 0xF00655CA          MC 69 Read Data and Bit Flip Register 53
MTU_MC69_RDBFL54 0xF00655CC          MC 69 Read Data and Bit Flip Register 54
MTU_MC69_RDBFL55 0xF00655CE          MC 69 Read Data and Bit Flip Register 55
MTU_MC69_RDBFL56 0xF00655D0          MC 69 Read Data and Bit Flip Register 56
MTU_MC69_RDBFL57 0xF00655D2          MC 69 Read Data and Bit Flip Register 57
MTU_MC69_RDBFL58 0xF00655D4          MC 69 Read Data and Bit Flip Register 58
MTU_MC69_RDBFL59 0xF00655D6          MC 69 Read Data and Bit Flip Register 59
MTU_MC69_RDBFL60 0xF00655D8          MC 69 Read Data and Bit Flip Register 60
MTU_MC69_RDBFL61 0xF00655DA          MC 69 Read Data and Bit Flip Register 61
MTU_MC69_RDBFL62 0xF00655DC          MC 69 Read Data and Bit Flip Register 62
MTU_MC69_RDBFL63 0xF00655DE          MC 69 Read Data and Bit Flip Register 63
MTU_MC69_RDBFL64 0xF00655E0          MC 69 Read Data and Bit Flip Register 64
MTU_MC69_RDBFL65 0xF00655E2          MC 69 Read Data and Bit Flip Register 65
MTU_MC69_RDBFL66 0xF00655E4          MC 69 Read Data and Bit Flip Register 66
MTU_MC69_ALMSRCS 0xF00655EE          MC 69 Alarm Sources Configuration Register
MTU_MC69_FAULTSTS 0xF00655F0          MC 69 SSH Safety Faults Status Register
MTU_MC69_ERRINFO0 0xF00655F2          MC 69 Error Information Register 0
MTU_MC69_ERRINFO1 0xF00655F4          MC 69 Error Information Register 1
MTU_MC69_ERRINFO2 0xF00655F6          MC 69 Error Information Register 2
MTU_MC69_ERRINFO3 0xF00655F8          MC 69 Error Information Register 3
MTU_MC69_ERRINFO4 0xF00655FA          MC 69 Error Information Register 4
MTU_MC70_CONFIG0 0xF0065600          MC 70 Configuration Register 0
MTU_MC70_CONFIG1 0xF0065602          MC 70 Configuration Register 1
MTU_MC70_MCONTROL 0xF0065604          MC 70 MBIST Control Register
MTU_MC70_MSTATUS 0xF0065606          MC 70 Status Register
MTU_MC70_RANGE  0xF0065608          MC 70 Range Register, single address mode
MTU_MC70_REVID  0xF006560C          MC 70 Revision ID Register
MTU_MC70_ECCS   0xF006560E          MC 70 ECC Safety Register
MTU_MC70_ECCD   0xF0065610          MC 70 Memory ECC Detection Register
MTU_MC70_ETRR0  0xF0065612          MC 70 Error Tracking Register 0
MTU_MC70_ETRR1  0xF0065614          MC 70 Error Tracking Register 1
MTU_MC70_ETRR2  0xF0065616          MC 70 Error Tracking Register 2
MTU_MC70_ETRR3  0xF0065618          MC 70 Error Tracking Register 3
MTU_MC70_ETRR4  0xF006561A          MC 70 Error Tracking Register 4
MTU_MC70_RDBFL0 0xF0065660          MC 70 Read Data and Bit Flip Register 0
MTU_MC70_RDBFL1 0xF0065662          MC 70 Read Data and Bit Flip Register 1
MTU_MC70_RDBFL2 0xF0065664          MC 70 Read Data and Bit Flip Register 2
MTU_MC70_RDBFL3 0xF0065666          MC 70 Read Data and Bit Flip Register 3
MTU_MC70_RDBFL4 0xF0065668          MC 70 Read Data and Bit Flip Register 4
MTU_MC70_RDBFL5 0xF006566A          MC 70 Read Data and Bit Flip Register 5
MTU_MC70_RDBFL6 0xF006566C          MC 70 Read Data and Bit Flip Register 6
MTU_MC70_RDBFL7 0xF006566E          MC 70 Read Data and Bit Flip Register 7
MTU_MC70_RDBFL8 0xF0065670          MC 70 Read Data and Bit Flip Register 8
MTU_MC70_RDBFL9 0xF0065672          MC 70 Read Data and Bit Flip Register 9
MTU_MC70_RDBFL10 0xF0065674          MC 70 Read Data and Bit Flip Register 10
MTU_MC70_RDBFL11 0xF0065676          MC 70 Read Data and Bit Flip Register 11
MTU_MC70_RDBFL12 0xF0065678          MC 70 Read Data and Bit Flip Register 12
MTU_MC70_RDBFL13 0xF006567A          MC 70 Read Data and Bit Flip Register 13
MTU_MC70_RDBFL14 0xF006567C          MC 70 Read Data and Bit Flip Register 14
MTU_MC70_RDBFL15 0xF006567E          MC 70 Read Data and Bit Flip Register 15
MTU_MC70_RDBFL16 0xF0065680          MC 70 Read Data and Bit Flip Register 16
MTU_MC70_RDBFL17 0xF0065682          MC 70 Read Data and Bit Flip Register 17
MTU_MC70_RDBFL18 0xF0065684          MC 70 Read Data and Bit Flip Register 18
MTU_MC70_RDBFL19 0xF0065686          MC 70 Read Data and Bit Flip Register 19
MTU_MC70_RDBFL20 0xF0065688          MC 70 Read Data and Bit Flip Register 20
MTU_MC70_RDBFL21 0xF006568A          MC 70 Read Data and Bit Flip Register 21
MTU_MC70_RDBFL22 0xF006568C          MC 70 Read Data and Bit Flip Register 22
MTU_MC70_RDBFL23 0xF006568E          MC 70 Read Data and Bit Flip Register 23
MTU_MC70_RDBFL24 0xF0065690          MC 70 Read Data and Bit Flip Register 24
MTU_MC70_RDBFL25 0xF0065692          MC 70 Read Data and Bit Flip Register 25
MTU_MC70_RDBFL26 0xF0065694          MC 70 Read Data and Bit Flip Register 26
MTU_MC70_RDBFL27 0xF0065696          MC 70 Read Data and Bit Flip Register 27
MTU_MC70_RDBFL28 0xF0065698          MC 70 Read Data and Bit Flip Register 28
MTU_MC70_RDBFL29 0xF006569A          MC 70 Read Data and Bit Flip Register 29
MTU_MC70_RDBFL30 0xF006569C          MC 70 Read Data and Bit Flip Register 30
MTU_MC70_RDBFL31 0xF006569E          MC 70 Read Data and Bit Flip Register 31
MTU_MC70_RDBFL32 0xF00656A0          MC 70 Read Data and Bit Flip Register 32
MTU_MC70_RDBFL33 0xF00656A2          MC 70 Read Data and Bit Flip Register 33
MTU_MC70_RDBFL34 0xF00656A4          MC 70 Read Data and Bit Flip Register 34
MTU_MC70_RDBFL35 0xF00656A6          MC 70 Read Data and Bit Flip Register 35
MTU_MC70_RDBFL36 0xF00656A8          MC 70 Read Data and Bit Flip Register 36
MTU_MC70_RDBFL37 0xF00656AA          MC 70 Read Data and Bit Flip Register 37
MTU_MC70_RDBFL38 0xF00656AC          MC 70 Read Data and Bit Flip Register 38
MTU_MC70_RDBFL39 0xF00656AE          MC 70 Read Data and Bit Flip Register 39
MTU_MC70_RDBFL40 0xF00656B0          MC 70 Read Data and Bit Flip Register 40
MTU_MC70_RDBFL41 0xF00656B2          MC 70 Read Data and Bit Flip Register 41
MTU_MC70_RDBFL42 0xF00656B4          MC 70 Read Data and Bit Flip Register 42
MTU_MC70_RDBFL43 0xF00656B6          MC 70 Read Data and Bit Flip Register 43
MTU_MC70_RDBFL44 0xF00656B8          MC 70 Read Data and Bit Flip Register 44
MTU_MC70_RDBFL45 0xF00656BA          MC 70 Read Data and Bit Flip Register 45
MTU_MC70_RDBFL46 0xF00656BC          MC 70 Read Data and Bit Flip Register 46
MTU_MC70_RDBFL47 0xF00656BE          MC 70 Read Data and Bit Flip Register 47
MTU_MC70_RDBFL48 0xF00656C0          MC 70 Read Data and Bit Flip Register 48
MTU_MC70_RDBFL49 0xF00656C2          MC 70 Read Data and Bit Flip Register 49
MTU_MC70_RDBFL50 0xF00656C4          MC 70 Read Data and Bit Flip Register 50
MTU_MC70_RDBFL51 0xF00656C6          MC 70 Read Data and Bit Flip Register 51
MTU_MC70_RDBFL52 0xF00656C8          MC 70 Read Data and Bit Flip Register 52
MTU_MC70_RDBFL53 0xF00656CA          MC 70 Read Data and Bit Flip Register 53
MTU_MC70_RDBFL54 0xF00656CC          MC 70 Read Data and Bit Flip Register 54
MTU_MC70_RDBFL55 0xF00656CE          MC 70 Read Data and Bit Flip Register 55
MTU_MC70_RDBFL56 0xF00656D0          MC 70 Read Data and Bit Flip Register 56
MTU_MC70_RDBFL57 0xF00656D2          MC 70 Read Data and Bit Flip Register 57
MTU_MC70_RDBFL58 0xF00656D4          MC 70 Read Data and Bit Flip Register 58
MTU_MC70_RDBFL59 0xF00656D6          MC 70 Read Data and Bit Flip Register 59
MTU_MC70_RDBFL60 0xF00656D8          MC 70 Read Data and Bit Flip Register 60
MTU_MC70_RDBFL61 0xF00656DA          MC 70 Read Data and Bit Flip Register 61
MTU_MC70_RDBFL62 0xF00656DC          MC 70 Read Data and Bit Flip Register 62
MTU_MC70_RDBFL63 0xF00656DE          MC 70 Read Data and Bit Flip Register 63
MTU_MC70_RDBFL64 0xF00656E0          MC 70 Read Data and Bit Flip Register 64
MTU_MC70_RDBFL65 0xF00656E2          MC 70 Read Data and Bit Flip Register 65
MTU_MC70_RDBFL66 0xF00656E4          MC 70 Read Data and Bit Flip Register 66
MTU_MC70_ALMSRCS 0xF00656EE          MC 70 Alarm Sources Configuration Register
MTU_MC70_FAULTSTS 0xF00656F0          MC 70 SSH Safety Faults Status Register
MTU_MC70_ERRINFO0 0xF00656F2          MC 70 Error Information Register 0
MTU_MC70_ERRINFO1 0xF00656F4          MC 70 Error Information Register 1
MTU_MC70_ERRINFO2 0xF00656F6          MC 70 Error Information Register 2
MTU_MC70_ERRINFO3 0xF00656F8          MC 70 Error Information Register 3
MTU_MC70_ERRINFO4 0xF00656FA          MC 70 Error Information Register 4
MTU_MC71_CONFIG0 0xF0065700          MC 71 Configuration Register 0
MTU_MC71_CONFIG1 0xF0065702          MC 71 Configuration Register 1
MTU_MC71_MCONTROL 0xF0065704          MC 71 MBIST Control Register
MTU_MC71_MSTATUS 0xF0065706          MC 71 Status Register
MTU_MC71_RANGE  0xF0065708          MC 71 Range Register, single address mode
MTU_MC71_REVID  0xF006570C          MC 71 Revision ID Register
MTU_MC71_ECCS   0xF006570E          MC 71 ECC Safety Register
MTU_MC71_ECCD   0xF0065710          MC 71 Memory ECC Detection Register
MTU_MC71_ETRR0  0xF0065712          MC 71 Error Tracking Register 0
MTU_MC71_ETRR1  0xF0065714          MC 71 Error Tracking Register 1
MTU_MC71_ETRR2  0xF0065716          MC 71 Error Tracking Register 2
MTU_MC71_ETRR3  0xF0065718          MC 71 Error Tracking Register 3
MTU_MC71_ETRR4  0xF006571A          MC 71 Error Tracking Register 4
MTU_MC71_RDBFL0 0xF0065760          MC 71 Read Data and Bit Flip Register 0
MTU_MC71_RDBFL1 0xF0065762          MC 71 Read Data and Bit Flip Register 1
MTU_MC71_RDBFL2 0xF0065764          MC 71 Read Data and Bit Flip Register 2
MTU_MC71_RDBFL3 0xF0065766          MC 71 Read Data and Bit Flip Register 3
MTU_MC71_RDBFL4 0xF0065768          MC 71 Read Data and Bit Flip Register 4
MTU_MC71_RDBFL5 0xF006576A          MC 71 Read Data and Bit Flip Register 5
MTU_MC71_RDBFL6 0xF006576C          MC 71 Read Data and Bit Flip Register 6
MTU_MC71_RDBFL7 0xF006576E          MC 71 Read Data and Bit Flip Register 7
MTU_MC71_RDBFL8 0xF0065770          MC 71 Read Data and Bit Flip Register 8
MTU_MC71_RDBFL9 0xF0065772          MC 71 Read Data and Bit Flip Register 9
MTU_MC71_RDBFL10 0xF0065774          MC 71 Read Data and Bit Flip Register 10
MTU_MC71_RDBFL11 0xF0065776          MC 71 Read Data and Bit Flip Register 11
MTU_MC71_RDBFL12 0xF0065778          MC 71 Read Data and Bit Flip Register 12
MTU_MC71_RDBFL13 0xF006577A          MC 71 Read Data and Bit Flip Register 13
MTU_MC71_RDBFL14 0xF006577C          MC 71 Read Data and Bit Flip Register 14
MTU_MC71_RDBFL15 0xF006577E          MC 71 Read Data and Bit Flip Register 15
MTU_MC71_RDBFL16 0xF0065780          MC 71 Read Data and Bit Flip Register 16
MTU_MC71_RDBFL17 0xF0065782          MC 71 Read Data and Bit Flip Register 17
MTU_MC71_RDBFL18 0xF0065784          MC 71 Read Data and Bit Flip Register 18
MTU_MC71_RDBFL19 0xF0065786          MC 71 Read Data and Bit Flip Register 19
MTU_MC71_RDBFL20 0xF0065788          MC 71 Read Data and Bit Flip Register 20
MTU_MC71_RDBFL21 0xF006578A          MC 71 Read Data and Bit Flip Register 21
MTU_MC71_RDBFL22 0xF006578C          MC 71 Read Data and Bit Flip Register 22
MTU_MC71_RDBFL23 0xF006578E          MC 71 Read Data and Bit Flip Register 23
MTU_MC71_RDBFL24 0xF0065790          MC 71 Read Data and Bit Flip Register 24
MTU_MC71_RDBFL25 0xF0065792          MC 71 Read Data and Bit Flip Register 25
MTU_MC71_RDBFL26 0xF0065794          MC 71 Read Data and Bit Flip Register 26
MTU_MC71_RDBFL27 0xF0065796          MC 71 Read Data and Bit Flip Register 27
MTU_MC71_RDBFL28 0xF0065798          MC 71 Read Data and Bit Flip Register 28
MTU_MC71_RDBFL29 0xF006579A          MC 71 Read Data and Bit Flip Register 29
MTU_MC71_RDBFL30 0xF006579C          MC 71 Read Data and Bit Flip Register 30
MTU_MC71_RDBFL31 0xF006579E          MC 71 Read Data and Bit Flip Register 31
MTU_MC71_RDBFL32 0xF00657A0          MC 71 Read Data and Bit Flip Register 32
MTU_MC71_RDBFL33 0xF00657A2          MC 71 Read Data and Bit Flip Register 33
MTU_MC71_RDBFL34 0xF00657A4          MC 71 Read Data and Bit Flip Register 34
MTU_MC71_RDBFL35 0xF00657A6          MC 71 Read Data and Bit Flip Register 35
MTU_MC71_RDBFL36 0xF00657A8          MC 71 Read Data and Bit Flip Register 36
MTU_MC71_RDBFL37 0xF00657AA          MC 71 Read Data and Bit Flip Register 37
MTU_MC71_RDBFL38 0xF00657AC          MC 71 Read Data and Bit Flip Register 38
MTU_MC71_RDBFL39 0xF00657AE          MC 71 Read Data and Bit Flip Register 39
MTU_MC71_RDBFL40 0xF00657B0          MC 71 Read Data and Bit Flip Register 40
MTU_MC71_RDBFL41 0xF00657B2          MC 71 Read Data and Bit Flip Register 41
MTU_MC71_RDBFL42 0xF00657B4          MC 71 Read Data and Bit Flip Register 42
MTU_MC71_RDBFL43 0xF00657B6          MC 71 Read Data and Bit Flip Register 43
MTU_MC71_RDBFL44 0xF00657B8          MC 71 Read Data and Bit Flip Register 44
MTU_MC71_RDBFL45 0xF00657BA          MC 71 Read Data and Bit Flip Register 45
MTU_MC71_RDBFL46 0xF00657BC          MC 71 Read Data and Bit Flip Register 46
MTU_MC71_RDBFL47 0xF00657BE          MC 71 Read Data and Bit Flip Register 47
MTU_MC71_RDBFL48 0xF00657C0          MC 71 Read Data and Bit Flip Register 48
MTU_MC71_RDBFL49 0xF00657C2          MC 71 Read Data and Bit Flip Register 49
MTU_MC71_RDBFL50 0xF00657C4          MC 71 Read Data and Bit Flip Register 50
MTU_MC71_RDBFL51 0xF00657C6          MC 71 Read Data and Bit Flip Register 51
MTU_MC71_RDBFL52 0xF00657C8          MC 71 Read Data and Bit Flip Register 52
MTU_MC71_RDBFL53 0xF00657CA          MC 71 Read Data and Bit Flip Register 53
MTU_MC71_RDBFL54 0xF00657CC          MC 71 Read Data and Bit Flip Register 54
MTU_MC71_RDBFL55 0xF00657CE          MC 71 Read Data and Bit Flip Register 55
MTU_MC71_RDBFL56 0xF00657D0          MC 71 Read Data and Bit Flip Register 56
MTU_MC71_RDBFL57 0xF00657D2          MC 71 Read Data and Bit Flip Register 57
MTU_MC71_RDBFL58 0xF00657D4          MC 71 Read Data and Bit Flip Register 58
MTU_MC71_RDBFL59 0xF00657D6          MC 71 Read Data and Bit Flip Register 59
MTU_MC71_RDBFL60 0xF00657D8          MC 71 Read Data and Bit Flip Register 60
MTU_MC71_RDBFL61 0xF00657DA          MC 71 Read Data and Bit Flip Register 61
MTU_MC71_RDBFL62 0xF00657DC          MC 71 Read Data and Bit Flip Register 62
MTU_MC71_RDBFL63 0xF00657DE          MC 71 Read Data and Bit Flip Register 63
MTU_MC71_RDBFL64 0xF00657E0          MC 71 Read Data and Bit Flip Register 64
MTU_MC71_RDBFL65 0xF00657E2          MC 71 Read Data and Bit Flip Register 65
MTU_MC71_RDBFL66 0xF00657E4          MC 71 Read Data and Bit Flip Register 66
MTU_MC71_ALMSRCS 0xF00657EE          MC 71 Alarm Sources Configuration Register
MTU_MC71_FAULTSTS 0xF00657F0          MC 71 SSH Safety Faults Status Register
MTU_MC71_ERRINFO0 0xF00657F2          MC 71 Error Information Register 0
MTU_MC71_ERRINFO1 0xF00657F4          MC 71 Error Information Register 1
MTU_MC71_ERRINFO2 0xF00657F6          MC 71 Error Information Register 2
MTU_MC71_ERRINFO3 0xF00657F8          MC 71 Error Information Register 3
MTU_MC71_ERRINFO4 0xF00657FA          MC 71 Error Information Register 4
MTU_MC72_CONFIG0 0xF0065800          MC 72 Configuration Register 0
MTU_MC72_CONFIG1 0xF0065802          MC 72 Configuration Register 1
MTU_MC72_MCONTROL 0xF0065804          MC 72 MBIST Control Register
MTU_MC72_MSTATUS 0xF0065806          MC 72 Status Register
MTU_MC72_RANGE  0xF0065808          MC 72 Range Register, single address mode
MTU_MC72_REVID  0xF006580C          MC 72 Revision ID Register
MTU_MC72_ECCS   0xF006580E          MC 72 ECC Safety Register
MTU_MC72_ECCD   0xF0065810          MC 72 Memory ECC Detection Register
MTU_MC72_ETRR0  0xF0065812          MC 72 Error Tracking Register 0
MTU_MC72_ETRR1  0xF0065814          MC 72 Error Tracking Register 1
MTU_MC72_ETRR2  0xF0065816          MC 72 Error Tracking Register 2
MTU_MC72_ETRR3  0xF0065818          MC 72 Error Tracking Register 3
MTU_MC72_ETRR4  0xF006581A          MC 72 Error Tracking Register 4
MTU_MC72_RDBFL0 0xF0065860          MC 72 Read Data and Bit Flip Register 0
MTU_MC72_RDBFL1 0xF0065862          MC 72 Read Data and Bit Flip Register 1
MTU_MC72_RDBFL2 0xF0065864          MC 72 Read Data and Bit Flip Register 2
MTU_MC72_RDBFL3 0xF0065866          MC 72 Read Data and Bit Flip Register 3
MTU_MC72_RDBFL4 0xF0065868          MC 72 Read Data and Bit Flip Register 4
MTU_MC72_RDBFL5 0xF006586A          MC 72 Read Data and Bit Flip Register 5
MTU_MC72_RDBFL6 0xF006586C          MC 72 Read Data and Bit Flip Register 6
MTU_MC72_RDBFL7 0xF006586E          MC 72 Read Data and Bit Flip Register 7
MTU_MC72_RDBFL8 0xF0065870          MC 72 Read Data and Bit Flip Register 8
MTU_MC72_RDBFL9 0xF0065872          MC 72 Read Data and Bit Flip Register 9
MTU_MC72_RDBFL10 0xF0065874          MC 72 Read Data and Bit Flip Register 10
MTU_MC72_RDBFL11 0xF0065876          MC 72 Read Data and Bit Flip Register 11
MTU_MC72_RDBFL12 0xF0065878          MC 72 Read Data and Bit Flip Register 12
MTU_MC72_RDBFL13 0xF006587A          MC 72 Read Data and Bit Flip Register 13
MTU_MC72_RDBFL14 0xF006587C          MC 72 Read Data and Bit Flip Register 14
MTU_MC72_RDBFL15 0xF006587E          MC 72 Read Data and Bit Flip Register 15
MTU_MC72_RDBFL16 0xF0065880          MC 72 Read Data and Bit Flip Register 16
MTU_MC72_RDBFL17 0xF0065882          MC 72 Read Data and Bit Flip Register 17
MTU_MC72_RDBFL18 0xF0065884          MC 72 Read Data and Bit Flip Register 18
MTU_MC72_RDBFL19 0xF0065886          MC 72 Read Data and Bit Flip Register 19
MTU_MC72_RDBFL20 0xF0065888          MC 72 Read Data and Bit Flip Register 20
MTU_MC72_RDBFL21 0xF006588A          MC 72 Read Data and Bit Flip Register 21
MTU_MC72_RDBFL22 0xF006588C          MC 72 Read Data and Bit Flip Register 22
MTU_MC72_RDBFL23 0xF006588E          MC 72 Read Data and Bit Flip Register 23
MTU_MC72_RDBFL24 0xF0065890          MC 72 Read Data and Bit Flip Register 24
MTU_MC72_RDBFL25 0xF0065892          MC 72 Read Data and Bit Flip Register 25
MTU_MC72_RDBFL26 0xF0065894          MC 72 Read Data and Bit Flip Register 26
MTU_MC72_RDBFL27 0xF0065896          MC 72 Read Data and Bit Flip Register 27
MTU_MC72_RDBFL28 0xF0065898          MC 72 Read Data and Bit Flip Register 28
MTU_MC72_RDBFL29 0xF006589A          MC 72 Read Data and Bit Flip Register 29
MTU_MC72_RDBFL30 0xF006589C          MC 72 Read Data and Bit Flip Register 30
MTU_MC72_RDBFL31 0xF006589E          MC 72 Read Data and Bit Flip Register 31
MTU_MC72_RDBFL32 0xF00658A0          MC 72 Read Data and Bit Flip Register 32
MTU_MC72_RDBFL33 0xF00658A2          MC 72 Read Data and Bit Flip Register 33
MTU_MC72_RDBFL34 0xF00658A4          MC 72 Read Data and Bit Flip Register 34
MTU_MC72_RDBFL35 0xF00658A6          MC 72 Read Data and Bit Flip Register 35
MTU_MC72_RDBFL36 0xF00658A8          MC 72 Read Data and Bit Flip Register 36
MTU_MC72_RDBFL37 0xF00658AA          MC 72 Read Data and Bit Flip Register 37
MTU_MC72_RDBFL38 0xF00658AC          MC 72 Read Data and Bit Flip Register 38
MTU_MC72_RDBFL39 0xF00658AE          MC 72 Read Data and Bit Flip Register 39
MTU_MC72_RDBFL40 0xF00658B0          MC 72 Read Data and Bit Flip Register 40
MTU_MC72_RDBFL41 0xF00658B2          MC 72 Read Data and Bit Flip Register 41
MTU_MC72_RDBFL42 0xF00658B4          MC 72 Read Data and Bit Flip Register 42
MTU_MC72_RDBFL43 0xF00658B6          MC 72 Read Data and Bit Flip Register 43
MTU_MC72_RDBFL44 0xF00658B8          MC 72 Read Data and Bit Flip Register 44
MTU_MC72_RDBFL45 0xF00658BA          MC 72 Read Data and Bit Flip Register 45
MTU_MC72_RDBFL46 0xF00658BC          MC 72 Read Data and Bit Flip Register 46
MTU_MC72_RDBFL47 0xF00658BE          MC 72 Read Data and Bit Flip Register 47
MTU_MC72_RDBFL48 0xF00658C0          MC 72 Read Data and Bit Flip Register 48
MTU_MC72_RDBFL49 0xF00658C2          MC 72 Read Data and Bit Flip Register 49
MTU_MC72_RDBFL50 0xF00658C4          MC 72 Read Data and Bit Flip Register 50
MTU_MC72_RDBFL51 0xF00658C6          MC 72 Read Data and Bit Flip Register 51
MTU_MC72_RDBFL52 0xF00658C8          MC 72 Read Data and Bit Flip Register 52
MTU_MC72_RDBFL53 0xF00658CA          MC 72 Read Data and Bit Flip Register 53
MTU_MC72_RDBFL54 0xF00658CC          MC 72 Read Data and Bit Flip Register 54
MTU_MC72_RDBFL55 0xF00658CE          MC 72 Read Data and Bit Flip Register 55
MTU_MC72_RDBFL56 0xF00658D0          MC 72 Read Data and Bit Flip Register 56
MTU_MC72_RDBFL57 0xF00658D2          MC 72 Read Data and Bit Flip Register 57
MTU_MC72_RDBFL58 0xF00658D4          MC 72 Read Data and Bit Flip Register 58
MTU_MC72_RDBFL59 0xF00658D6          MC 72 Read Data and Bit Flip Register 59
MTU_MC72_RDBFL60 0xF00658D8          MC 72 Read Data and Bit Flip Register 60
MTU_MC72_RDBFL61 0xF00658DA          MC 72 Read Data and Bit Flip Register 61
MTU_MC72_RDBFL62 0xF00658DC          MC 72 Read Data and Bit Flip Register 62
MTU_MC72_RDBFL63 0xF00658DE          MC 72 Read Data and Bit Flip Register 63
MTU_MC72_RDBFL64 0xF00658E0          MC 72 Read Data and Bit Flip Register 64
MTU_MC72_RDBFL65 0xF00658E2          MC 72 Read Data and Bit Flip Register 65
MTU_MC72_RDBFL66 0xF00658E4          MC 72 Read Data and Bit Flip Register 66
MTU_MC72_ALMSRCS 0xF00658EE          MC 72 Alarm Sources Configuration Register
MTU_MC72_FAULTSTS 0xF00658F0          MC 72 SSH Safety Faults Status Register
MTU_MC72_ERRINFO0 0xF00658F2          MC 72 Error Information Register 0
MTU_MC72_ERRINFO1 0xF00658F4          MC 72 Error Information Register 1
MTU_MC72_ERRINFO2 0xF00658F6          MC 72 Error Information Register 2
MTU_MC72_ERRINFO3 0xF00658F8          MC 72 Error Information Register 3
MTU_MC72_ERRINFO4 0xF00658FA          MC 72 Error Information Register 4
MTU_MC73_CONFIG0 0xF0065900          MC 73 Configuration Register 0
MTU_MC73_CONFIG1 0xF0065902          MC 73 Configuration Register 1
MTU_MC73_MCONTROL 0xF0065904          MC 73 MBIST Control Register
MTU_MC73_MSTATUS 0xF0065906          MC 73 Status Register
MTU_MC73_RANGE  0xF0065908          MC 73 Range Register, single address mode
MTU_MC73_REVID  0xF006590C          MC 73 Revision ID Register
MTU_MC73_ECCS   0xF006590E          MC 73 ECC Safety Register
MTU_MC73_ECCD   0xF0065910          MC 73 Memory ECC Detection Register
MTU_MC73_ETRR0  0xF0065912          MC 73 Error Tracking Register 0
MTU_MC73_ETRR1  0xF0065914          MC 73 Error Tracking Register 1
MTU_MC73_ETRR2  0xF0065916          MC 73 Error Tracking Register 2
MTU_MC73_ETRR3  0xF0065918          MC 73 Error Tracking Register 3
MTU_MC73_ETRR4  0xF006591A          MC 73 Error Tracking Register 4
MTU_MC73_RDBFL0 0xF0065960          MC 73 Read Data and Bit Flip Register 0
MTU_MC73_RDBFL1 0xF0065962          MC 73 Read Data and Bit Flip Register 1
MTU_MC73_RDBFL2 0xF0065964          MC 73 Read Data and Bit Flip Register 2
MTU_MC73_RDBFL3 0xF0065966          MC 73 Read Data and Bit Flip Register 3
MTU_MC73_RDBFL4 0xF0065968          MC 73 Read Data and Bit Flip Register 4
MTU_MC73_RDBFL5 0xF006596A          MC 73 Read Data and Bit Flip Register 5
MTU_MC73_RDBFL6 0xF006596C          MC 73 Read Data and Bit Flip Register 6
MTU_MC73_RDBFL7 0xF006596E          MC 73 Read Data and Bit Flip Register 7
MTU_MC73_RDBFL8 0xF0065970          MC 73 Read Data and Bit Flip Register 8
MTU_MC73_RDBFL9 0xF0065972          MC 73 Read Data and Bit Flip Register 9
MTU_MC73_RDBFL10 0xF0065974          MC 73 Read Data and Bit Flip Register 10
MTU_MC73_RDBFL11 0xF0065976          MC 73 Read Data and Bit Flip Register 11
MTU_MC73_RDBFL12 0xF0065978          MC 73 Read Data and Bit Flip Register 12
MTU_MC73_RDBFL13 0xF006597A          MC 73 Read Data and Bit Flip Register 13
MTU_MC73_RDBFL14 0xF006597C          MC 73 Read Data and Bit Flip Register 14
MTU_MC73_RDBFL15 0xF006597E          MC 73 Read Data and Bit Flip Register 15
MTU_MC73_RDBFL16 0xF0065980          MC 73 Read Data and Bit Flip Register 16
MTU_MC73_RDBFL17 0xF0065982          MC 73 Read Data and Bit Flip Register 17
MTU_MC73_RDBFL18 0xF0065984          MC 73 Read Data and Bit Flip Register 18
MTU_MC73_RDBFL19 0xF0065986          MC 73 Read Data and Bit Flip Register 19
MTU_MC73_RDBFL20 0xF0065988          MC 73 Read Data and Bit Flip Register 20
MTU_MC73_RDBFL21 0xF006598A          MC 73 Read Data and Bit Flip Register 21
MTU_MC73_RDBFL22 0xF006598C          MC 73 Read Data and Bit Flip Register 22
MTU_MC73_RDBFL23 0xF006598E          MC 73 Read Data and Bit Flip Register 23
MTU_MC73_RDBFL24 0xF0065990          MC 73 Read Data and Bit Flip Register 24
MTU_MC73_RDBFL25 0xF0065992          MC 73 Read Data and Bit Flip Register 25
MTU_MC73_RDBFL26 0xF0065994          MC 73 Read Data and Bit Flip Register 26
MTU_MC73_RDBFL27 0xF0065996          MC 73 Read Data and Bit Flip Register 27
MTU_MC73_RDBFL28 0xF0065998          MC 73 Read Data and Bit Flip Register 28
MTU_MC73_RDBFL29 0xF006599A          MC 73 Read Data and Bit Flip Register 29
MTU_MC73_RDBFL30 0xF006599C          MC 73 Read Data and Bit Flip Register 30
MTU_MC73_RDBFL31 0xF006599E          MC 73 Read Data and Bit Flip Register 31
MTU_MC73_RDBFL32 0xF00659A0          MC 73 Read Data and Bit Flip Register 32
MTU_MC73_RDBFL33 0xF00659A2          MC 73 Read Data and Bit Flip Register 33
MTU_MC73_RDBFL34 0xF00659A4          MC 73 Read Data and Bit Flip Register 34
MTU_MC73_RDBFL35 0xF00659A6          MC 73 Read Data and Bit Flip Register 35
MTU_MC73_RDBFL36 0xF00659A8          MC 73 Read Data and Bit Flip Register 36
MTU_MC73_RDBFL37 0xF00659AA          MC 73 Read Data and Bit Flip Register 37
MTU_MC73_RDBFL38 0xF00659AC          MC 73 Read Data and Bit Flip Register 38
MTU_MC73_RDBFL39 0xF00659AE          MC 73 Read Data and Bit Flip Register 39
MTU_MC73_RDBFL40 0xF00659B0          MC 73 Read Data and Bit Flip Register 40
MTU_MC73_RDBFL41 0xF00659B2          MC 73 Read Data and Bit Flip Register 41
MTU_MC73_RDBFL42 0xF00659B4          MC 73 Read Data and Bit Flip Register 42
MTU_MC73_RDBFL43 0xF00659B6          MC 73 Read Data and Bit Flip Register 43
MTU_MC73_RDBFL44 0xF00659B8          MC 73 Read Data and Bit Flip Register 44
MTU_MC73_RDBFL45 0xF00659BA          MC 73 Read Data and Bit Flip Register 45
MTU_MC73_RDBFL46 0xF00659BC          MC 73 Read Data and Bit Flip Register 46
MTU_MC73_RDBFL47 0xF00659BE          MC 73 Read Data and Bit Flip Register 47
MTU_MC73_RDBFL48 0xF00659C0          MC 73 Read Data and Bit Flip Register 48
MTU_MC73_RDBFL49 0xF00659C2          MC 73 Read Data and Bit Flip Register 49
MTU_MC73_RDBFL50 0xF00659C4          MC 73 Read Data and Bit Flip Register 50
MTU_MC73_RDBFL51 0xF00659C6          MC 73 Read Data and Bit Flip Register 51
MTU_MC73_RDBFL52 0xF00659C8          MC 73 Read Data and Bit Flip Register 52
MTU_MC73_RDBFL53 0xF00659CA          MC 73 Read Data and Bit Flip Register 53
MTU_MC73_RDBFL54 0xF00659CC          MC 73 Read Data and Bit Flip Register 54
MTU_MC73_RDBFL55 0xF00659CE          MC 73 Read Data and Bit Flip Register 55
MTU_MC73_RDBFL56 0xF00659D0          MC 73 Read Data and Bit Flip Register 56
MTU_MC73_RDBFL57 0xF00659D2          MC 73 Read Data and Bit Flip Register 57
MTU_MC73_RDBFL58 0xF00659D4          MC 73 Read Data and Bit Flip Register 58
MTU_MC73_RDBFL59 0xF00659D6          MC 73 Read Data and Bit Flip Register 59
MTU_MC73_RDBFL60 0xF00659D8          MC 73 Read Data and Bit Flip Register 60
MTU_MC73_RDBFL61 0xF00659DA          MC 73 Read Data and Bit Flip Register 61
MTU_MC73_RDBFL62 0xF00659DC          MC 73 Read Data and Bit Flip Register 62
MTU_MC73_RDBFL63 0xF00659DE          MC 73 Read Data and Bit Flip Register 63
MTU_MC73_RDBFL64 0xF00659E0          MC 73 Read Data and Bit Flip Register 64
MTU_MC73_RDBFL65 0xF00659E2          MC 73 Read Data and Bit Flip Register 65
MTU_MC73_RDBFL66 0xF00659E4          MC 73 Read Data and Bit Flip Register 66
MTU_MC73_ALMSRCS 0xF00659EE          MC 73 Alarm Sources Configuration Register
MTU_MC73_FAULTSTS 0xF00659F0          MC 73 SSH Safety Faults Status Register
MTU_MC73_ERRINFO0 0xF00659F2          MC 73 Error Information Register 0
MTU_MC73_ERRINFO1 0xF00659F4          MC 73 Error Information Register 1
MTU_MC73_ERRINFO2 0xF00659F6          MC 73 Error Information Register 2
MTU_MC73_ERRINFO3 0xF00659F8          MC 73 Error Information Register 3
MTU_MC73_ERRINFO4 0xF00659FA          MC 73 Error Information Register 4
MTU_MC74_CONFIG0 0xF0065A00          MC 74 Configuration Register 0
MTU_MC74_CONFIG1 0xF0065A02          MC 74 Configuration Register 1
MTU_MC74_MCONTROL 0xF0065A04          MC 74 MBIST Control Register
MTU_MC74_MSTATUS 0xF0065A06          MC 74 Status Register
MTU_MC74_RANGE  0xF0065A08          MC 74 Range Register, single address mode
MTU_MC74_REVID  0xF0065A0C          MC 74 Revision ID Register
MTU_MC74_ECCS   0xF0065A0E          MC 74 ECC Safety Register
MTU_MC74_ECCD   0xF0065A10          MC 74 Memory ECC Detection Register
MTU_MC74_ETRR0  0xF0065A12          MC 74 Error Tracking Register 0
MTU_MC74_ETRR1  0xF0065A14          MC 74 Error Tracking Register 1
MTU_MC74_ETRR2  0xF0065A16          MC 74 Error Tracking Register 2
MTU_MC74_ETRR3  0xF0065A18          MC 74 Error Tracking Register 3
MTU_MC74_ETRR4  0xF0065A1A          MC 74 Error Tracking Register 4
MTU_MC74_RDBFL0 0xF0065A60          MC 74 Read Data and Bit Flip Register 0
MTU_MC74_RDBFL1 0xF0065A62          MC 74 Read Data and Bit Flip Register 1
MTU_MC74_RDBFL2 0xF0065A64          MC 74 Read Data and Bit Flip Register 2
MTU_MC74_RDBFL3 0xF0065A66          MC 74 Read Data and Bit Flip Register 3
MTU_MC74_RDBFL4 0xF0065A68          MC 74 Read Data and Bit Flip Register 4
MTU_MC74_RDBFL5 0xF0065A6A          MC 74 Read Data and Bit Flip Register 5
MTU_MC74_RDBFL6 0xF0065A6C          MC 74 Read Data and Bit Flip Register 6
MTU_MC74_RDBFL7 0xF0065A6E          MC 74 Read Data and Bit Flip Register 7
MTU_MC74_RDBFL8 0xF0065A70          MC 74 Read Data and Bit Flip Register 8
MTU_MC74_RDBFL9 0xF0065A72          MC 74 Read Data and Bit Flip Register 9
MTU_MC74_RDBFL10 0xF0065A74          MC 74 Read Data and Bit Flip Register 10
MTU_MC74_RDBFL11 0xF0065A76          MC 74 Read Data and Bit Flip Register 11
MTU_MC74_RDBFL12 0xF0065A78          MC 74 Read Data and Bit Flip Register 12
MTU_MC74_RDBFL13 0xF0065A7A          MC 74 Read Data and Bit Flip Register 13
MTU_MC74_RDBFL14 0xF0065A7C          MC 74 Read Data and Bit Flip Register 14
MTU_MC74_RDBFL15 0xF0065A7E          MC 74 Read Data and Bit Flip Register 15
MTU_MC74_RDBFL16 0xF0065A80          MC 74 Read Data and Bit Flip Register 16
MTU_MC74_RDBFL17 0xF0065A82          MC 74 Read Data and Bit Flip Register 17
MTU_MC74_RDBFL18 0xF0065A84          MC 74 Read Data and Bit Flip Register 18
MTU_MC74_RDBFL19 0xF0065A86          MC 74 Read Data and Bit Flip Register 19
MTU_MC74_RDBFL20 0xF0065A88          MC 74 Read Data and Bit Flip Register 20
MTU_MC74_RDBFL21 0xF0065A8A          MC 74 Read Data and Bit Flip Register 21
MTU_MC74_RDBFL22 0xF0065A8C          MC 74 Read Data and Bit Flip Register 22
MTU_MC74_RDBFL23 0xF0065A8E          MC 74 Read Data and Bit Flip Register 23
MTU_MC74_RDBFL24 0xF0065A90          MC 74 Read Data and Bit Flip Register 24
MTU_MC74_RDBFL25 0xF0065A92          MC 74 Read Data and Bit Flip Register 25
MTU_MC74_RDBFL26 0xF0065A94          MC 74 Read Data and Bit Flip Register 26
MTU_MC74_RDBFL27 0xF0065A96          MC 74 Read Data and Bit Flip Register 27
MTU_MC74_RDBFL28 0xF0065A98          MC 74 Read Data and Bit Flip Register 28
MTU_MC74_RDBFL29 0xF0065A9A          MC 74 Read Data and Bit Flip Register 29
MTU_MC74_RDBFL30 0xF0065A9C          MC 74 Read Data and Bit Flip Register 30
MTU_MC74_RDBFL31 0xF0065A9E          MC 74 Read Data and Bit Flip Register 31
MTU_MC74_RDBFL32 0xF0065AA0          MC 74 Read Data and Bit Flip Register 32
MTU_MC74_RDBFL33 0xF0065AA2          MC 74 Read Data and Bit Flip Register 33
MTU_MC74_RDBFL34 0xF0065AA4          MC 74 Read Data and Bit Flip Register 34
MTU_MC74_RDBFL35 0xF0065AA6          MC 74 Read Data and Bit Flip Register 35
MTU_MC74_RDBFL36 0xF0065AA8          MC 74 Read Data and Bit Flip Register 36
MTU_MC74_RDBFL37 0xF0065AAA          MC 74 Read Data and Bit Flip Register 37
MTU_MC74_RDBFL38 0xF0065AAC          MC 74 Read Data and Bit Flip Register 38
MTU_MC74_RDBFL39 0xF0065AAE          MC 74 Read Data and Bit Flip Register 39
MTU_MC74_RDBFL40 0xF0065AB0          MC 74 Read Data and Bit Flip Register 40
MTU_MC74_RDBFL41 0xF0065AB2          MC 74 Read Data and Bit Flip Register 41
MTU_MC74_RDBFL42 0xF0065AB4          MC 74 Read Data and Bit Flip Register 42
MTU_MC74_RDBFL43 0xF0065AB6          MC 74 Read Data and Bit Flip Register 43
MTU_MC74_RDBFL44 0xF0065AB8          MC 74 Read Data and Bit Flip Register 44
MTU_MC74_RDBFL45 0xF0065ABA          MC 74 Read Data and Bit Flip Register 45
MTU_MC74_RDBFL46 0xF0065ABC          MC 74 Read Data and Bit Flip Register 46
MTU_MC74_RDBFL47 0xF0065ABE          MC 74 Read Data and Bit Flip Register 47
MTU_MC74_RDBFL48 0xF0065AC0          MC 74 Read Data and Bit Flip Register 48
MTU_MC74_RDBFL49 0xF0065AC2          MC 74 Read Data and Bit Flip Register 49
MTU_MC74_RDBFL50 0xF0065AC4          MC 74 Read Data and Bit Flip Register 50
MTU_MC74_RDBFL51 0xF0065AC6          MC 74 Read Data and Bit Flip Register 51
MTU_MC74_RDBFL52 0xF0065AC8          MC 74 Read Data and Bit Flip Register 52
MTU_MC74_RDBFL53 0xF0065ACA          MC 74 Read Data and Bit Flip Register 53
MTU_MC74_RDBFL54 0xF0065ACC          MC 74 Read Data and Bit Flip Register 54
MTU_MC74_RDBFL55 0xF0065ACE          MC 74 Read Data and Bit Flip Register 55
MTU_MC74_RDBFL56 0xF0065AD0          MC 74 Read Data and Bit Flip Register 56
MTU_MC74_RDBFL57 0xF0065AD2          MC 74 Read Data and Bit Flip Register 57
MTU_MC74_RDBFL58 0xF0065AD4          MC 74 Read Data and Bit Flip Register 58
MTU_MC74_RDBFL59 0xF0065AD6          MC 74 Read Data and Bit Flip Register 59
MTU_MC74_RDBFL60 0xF0065AD8          MC 74 Read Data and Bit Flip Register 60
MTU_MC74_RDBFL61 0xF0065ADA          MC 74 Read Data and Bit Flip Register 61
MTU_MC74_RDBFL62 0xF0065ADC          MC 74 Read Data and Bit Flip Register 62
MTU_MC74_RDBFL63 0xF0065ADE          MC 74 Read Data and Bit Flip Register 63
MTU_MC74_RDBFL64 0xF0065AE0          MC 74 Read Data and Bit Flip Register 64
MTU_MC74_RDBFL65 0xF0065AE2          MC 74 Read Data and Bit Flip Register 65
MTU_MC74_RDBFL66 0xF0065AE4          MC 74 Read Data and Bit Flip Register 66
MTU_MC74_ALMSRCS 0xF0065AEE          MC 74 Alarm Sources Configuration Register
MTU_MC74_FAULTSTS 0xF0065AF0          MC 74 SSH Safety Faults Status Register
MTU_MC74_ERRINFO0 0xF0065AF2          MC 74 Error Information Register 0
MTU_MC74_ERRINFO1 0xF0065AF4          MC 74 Error Information Register 1
MTU_MC74_ERRINFO2 0xF0065AF6          MC 74 Error Information Register 2
MTU_MC74_ERRINFO3 0xF0065AF8          MC 74 Error Information Register 3
MTU_MC74_ERRINFO4 0xF0065AFA          MC 74 Error Information Register 4
MTU_MC75_CONFIG0 0xF0065B00          MC 75 Configuration Register 0
MTU_MC75_CONFIG1 0xF0065B02          MC 75 Configuration Register 1
MTU_MC75_MCONTROL 0xF0065B04          MC 75 MBIST Control Register
MTU_MC75_MSTATUS 0xF0065B06          MC 75 Status Register
MTU_MC75_RANGE  0xF0065B08          MC 75 Range Register, single address mode
MTU_MC75_REVID  0xF0065B0C          MC 75 Revision ID Register
MTU_MC75_ECCS   0xF0065B0E          MC 75 ECC Safety Register
MTU_MC75_ECCD   0xF0065B10          MC 75 Memory ECC Detection Register
MTU_MC75_ETRR0  0xF0065B12          MC 75 Error Tracking Register 0
MTU_MC75_ETRR1  0xF0065B14          MC 75 Error Tracking Register 1
MTU_MC75_ETRR2  0xF0065B16          MC 75 Error Tracking Register 2
MTU_MC75_ETRR3  0xF0065B18          MC 75 Error Tracking Register 3
MTU_MC75_ETRR4  0xF0065B1A          MC 75 Error Tracking Register 4
MTU_MC75_RDBFL0 0xF0065B60          MC 75 Read Data and Bit Flip Register 0
MTU_MC75_RDBFL1 0xF0065B62          MC 75 Read Data and Bit Flip Register 1
MTU_MC75_RDBFL2 0xF0065B64          MC 75 Read Data and Bit Flip Register 2
MTU_MC75_RDBFL3 0xF0065B66          MC 75 Read Data and Bit Flip Register 3
MTU_MC75_RDBFL4 0xF0065B68          MC 75 Read Data and Bit Flip Register 4
MTU_MC75_RDBFL5 0xF0065B6A          MC 75 Read Data and Bit Flip Register 5
MTU_MC75_RDBFL6 0xF0065B6C          MC 75 Read Data and Bit Flip Register 6
MTU_MC75_RDBFL7 0xF0065B6E          MC 75 Read Data and Bit Flip Register 7
MTU_MC75_RDBFL8 0xF0065B70          MC 75 Read Data and Bit Flip Register 8
MTU_MC75_RDBFL9 0xF0065B72          MC 75 Read Data and Bit Flip Register 9
MTU_MC75_RDBFL10 0xF0065B74          MC 75 Read Data and Bit Flip Register 10
MTU_MC75_RDBFL11 0xF0065B76          MC 75 Read Data and Bit Flip Register 11
MTU_MC75_RDBFL12 0xF0065B78          MC 75 Read Data and Bit Flip Register 12
MTU_MC75_RDBFL13 0xF0065B7A          MC 75 Read Data and Bit Flip Register 13
MTU_MC75_RDBFL14 0xF0065B7C          MC 75 Read Data and Bit Flip Register 14
MTU_MC75_RDBFL15 0xF0065B7E          MC 75 Read Data and Bit Flip Register 15
MTU_MC75_RDBFL16 0xF0065B80          MC 75 Read Data and Bit Flip Register 16
MTU_MC75_RDBFL17 0xF0065B82          MC 75 Read Data and Bit Flip Register 17
MTU_MC75_RDBFL18 0xF0065B84          MC 75 Read Data and Bit Flip Register 18
MTU_MC75_RDBFL19 0xF0065B86          MC 75 Read Data and Bit Flip Register 19
MTU_MC75_RDBFL20 0xF0065B88          MC 75 Read Data and Bit Flip Register 20
MTU_MC75_RDBFL21 0xF0065B8A          MC 75 Read Data and Bit Flip Register 21
MTU_MC75_RDBFL22 0xF0065B8C          MC 75 Read Data and Bit Flip Register 22
MTU_MC75_RDBFL23 0xF0065B8E          MC 75 Read Data and Bit Flip Register 23
MTU_MC75_RDBFL24 0xF0065B90          MC 75 Read Data and Bit Flip Register 24
MTU_MC75_RDBFL25 0xF0065B92          MC 75 Read Data and Bit Flip Register 25
MTU_MC75_RDBFL26 0xF0065B94          MC 75 Read Data and Bit Flip Register 26
MTU_MC75_RDBFL27 0xF0065B96          MC 75 Read Data and Bit Flip Register 27
MTU_MC75_RDBFL28 0xF0065B98          MC 75 Read Data and Bit Flip Register 28
MTU_MC75_RDBFL29 0xF0065B9A          MC 75 Read Data and Bit Flip Register 29
MTU_MC75_RDBFL30 0xF0065B9C          MC 75 Read Data and Bit Flip Register 30
MTU_MC75_RDBFL31 0xF0065B9E          MC 75 Read Data and Bit Flip Register 31
MTU_MC75_RDBFL32 0xF0065BA0          MC 75 Read Data and Bit Flip Register 32
MTU_MC75_RDBFL33 0xF0065BA2          MC 75 Read Data and Bit Flip Register 33
MTU_MC75_RDBFL34 0xF0065BA4          MC 75 Read Data and Bit Flip Register 34
MTU_MC75_RDBFL35 0xF0065BA6          MC 75 Read Data and Bit Flip Register 35
MTU_MC75_RDBFL36 0xF0065BA8          MC 75 Read Data and Bit Flip Register 36
MTU_MC75_RDBFL37 0xF0065BAA          MC 75 Read Data and Bit Flip Register 37
MTU_MC75_RDBFL38 0xF0065BAC          MC 75 Read Data and Bit Flip Register 38
MTU_MC75_RDBFL39 0xF0065BAE          MC 75 Read Data and Bit Flip Register 39
MTU_MC75_RDBFL40 0xF0065BB0          MC 75 Read Data and Bit Flip Register 40
MTU_MC75_RDBFL41 0xF0065BB2          MC 75 Read Data and Bit Flip Register 41
MTU_MC75_RDBFL42 0xF0065BB4          MC 75 Read Data and Bit Flip Register 42
MTU_MC75_RDBFL43 0xF0065BB6          MC 75 Read Data and Bit Flip Register 43
MTU_MC75_RDBFL44 0xF0065BB8          MC 75 Read Data and Bit Flip Register 44
MTU_MC75_RDBFL45 0xF0065BBA          MC 75 Read Data and Bit Flip Register 45
MTU_MC75_RDBFL46 0xF0065BBC          MC 75 Read Data and Bit Flip Register 46
MTU_MC75_RDBFL47 0xF0065BBE          MC 75 Read Data and Bit Flip Register 47
MTU_MC75_RDBFL48 0xF0065BC0          MC 75 Read Data and Bit Flip Register 48
MTU_MC75_RDBFL49 0xF0065BC2          MC 75 Read Data and Bit Flip Register 49
MTU_MC75_RDBFL50 0xF0065BC4          MC 75 Read Data and Bit Flip Register 50
MTU_MC75_RDBFL51 0xF0065BC6          MC 75 Read Data and Bit Flip Register 51
MTU_MC75_RDBFL52 0xF0065BC8          MC 75 Read Data and Bit Flip Register 52
MTU_MC75_RDBFL53 0xF0065BCA          MC 75 Read Data and Bit Flip Register 53
MTU_MC75_RDBFL54 0xF0065BCC          MC 75 Read Data and Bit Flip Register 54
MTU_MC75_RDBFL55 0xF0065BCE          MC 75 Read Data and Bit Flip Register 55
MTU_MC75_RDBFL56 0xF0065BD0          MC 75 Read Data and Bit Flip Register 56
MTU_MC75_RDBFL57 0xF0065BD2          MC 75 Read Data and Bit Flip Register 57
MTU_MC75_RDBFL58 0xF0065BD4          MC 75 Read Data and Bit Flip Register 58
MTU_MC75_RDBFL59 0xF0065BD6          MC 75 Read Data and Bit Flip Register 59
MTU_MC75_RDBFL60 0xF0065BD8          MC 75 Read Data and Bit Flip Register 60
MTU_MC75_RDBFL61 0xF0065BDA          MC 75 Read Data and Bit Flip Register 61
MTU_MC75_RDBFL62 0xF0065BDC          MC 75 Read Data and Bit Flip Register 62
MTU_MC75_RDBFL63 0xF0065BDE          MC 75 Read Data and Bit Flip Register 63
MTU_MC75_RDBFL64 0xF0065BE0          MC 75 Read Data and Bit Flip Register 64
MTU_MC75_RDBFL65 0xF0065BE2          MC 75 Read Data and Bit Flip Register 65
MTU_MC75_RDBFL66 0xF0065BE4          MC 75 Read Data and Bit Flip Register 66
MTU_MC75_ALMSRCS 0xF0065BEE          MC 75 Alarm Sources Configuration Register
MTU_MC75_FAULTSTS 0xF0065BF0          MC 75 SSH Safety Faults Status Register
MTU_MC75_ERRINFO0 0xF0065BF2          MC 75 Error Information Register 0
MTU_MC75_ERRINFO1 0xF0065BF4          MC 75 Error Information Register 1
MTU_MC75_ERRINFO2 0xF0065BF6          MC 75 Error Information Register 2
MTU_MC75_ERRINFO3 0xF0065BF8          MC 75 Error Information Register 3
MTU_MC75_ERRINFO4 0xF0065BFA          MC 75 Error Information Register 4
MTU_MC76_CONFIG0 0xF0065C00          MC 76 Configuration Register 0
MTU_MC76_CONFIG1 0xF0065C02          MC 76 Configuration Register 1
MTU_MC76_MCONTROL 0xF0065C04          MC 76 MBIST Control Register
MTU_MC76_MSTATUS 0xF0065C06          MC 76 Status Register
MTU_MC76_RANGE  0xF0065C08          MC 76 Range Register, single address mode
MTU_MC76_REVID  0xF0065C0C          MC 76 Revision ID Register
MTU_MC76_ECCS   0xF0065C0E          MC 76 ECC Safety Register
MTU_MC76_ECCD   0xF0065C10          MC 76 Memory ECC Detection Register
MTU_MC76_ETRR0  0xF0065C12          MC 76 Error Tracking Register 0
MTU_MC76_ETRR1  0xF0065C14          MC 76 Error Tracking Register 1
MTU_MC76_ETRR2  0xF0065C16          MC 76 Error Tracking Register 2
MTU_MC76_ETRR3  0xF0065C18          MC 76 Error Tracking Register 3
MTU_MC76_ETRR4  0xF0065C1A          MC 76 Error Tracking Register 4
MTU_MC76_RDBFL0 0xF0065C60          MC 76 Read Data and Bit Flip Register 0
MTU_MC76_RDBFL1 0xF0065C62          MC 76 Read Data and Bit Flip Register 1
MTU_MC76_RDBFL2 0xF0065C64          MC 76 Read Data and Bit Flip Register 2
MTU_MC76_RDBFL3 0xF0065C66          MC 76 Read Data and Bit Flip Register 3
MTU_MC76_RDBFL4 0xF0065C68          MC 76 Read Data and Bit Flip Register 4
MTU_MC76_RDBFL5 0xF0065C6A          MC 76 Read Data and Bit Flip Register 5
MTU_MC76_RDBFL6 0xF0065C6C          MC 76 Read Data and Bit Flip Register 6
MTU_MC76_RDBFL7 0xF0065C6E          MC 76 Read Data and Bit Flip Register 7
MTU_MC76_RDBFL8 0xF0065C70          MC 76 Read Data and Bit Flip Register 8
MTU_MC76_RDBFL9 0xF0065C72          MC 76 Read Data and Bit Flip Register 9
MTU_MC76_RDBFL10 0xF0065C74          MC 76 Read Data and Bit Flip Register 10
MTU_MC76_RDBFL11 0xF0065C76          MC 76 Read Data and Bit Flip Register 11
MTU_MC76_RDBFL12 0xF0065C78          MC 76 Read Data and Bit Flip Register 12
MTU_MC76_RDBFL13 0xF0065C7A          MC 76 Read Data and Bit Flip Register 13
MTU_MC76_RDBFL14 0xF0065C7C          MC 76 Read Data and Bit Flip Register 14
MTU_MC76_RDBFL15 0xF0065C7E          MC 76 Read Data and Bit Flip Register 15
MTU_MC76_RDBFL16 0xF0065C80          MC 76 Read Data and Bit Flip Register 16
MTU_MC76_RDBFL17 0xF0065C82          MC 76 Read Data and Bit Flip Register 17
MTU_MC76_RDBFL18 0xF0065C84          MC 76 Read Data and Bit Flip Register 18
MTU_MC76_RDBFL19 0xF0065C86          MC 76 Read Data and Bit Flip Register 19
MTU_MC76_RDBFL20 0xF0065C88          MC 76 Read Data and Bit Flip Register 20
MTU_MC76_RDBFL21 0xF0065C8A          MC 76 Read Data and Bit Flip Register 21
MTU_MC76_RDBFL22 0xF0065C8C          MC 76 Read Data and Bit Flip Register 22
MTU_MC76_RDBFL23 0xF0065C8E          MC 76 Read Data and Bit Flip Register 23
MTU_MC76_RDBFL24 0xF0065C90          MC 76 Read Data and Bit Flip Register 24
MTU_MC76_RDBFL25 0xF0065C92          MC 76 Read Data and Bit Flip Register 25
MTU_MC76_RDBFL26 0xF0065C94          MC 76 Read Data and Bit Flip Register 26
MTU_MC76_RDBFL27 0xF0065C96          MC 76 Read Data and Bit Flip Register 27
MTU_MC76_RDBFL28 0xF0065C98          MC 76 Read Data and Bit Flip Register 28
MTU_MC76_RDBFL29 0xF0065C9A          MC 76 Read Data and Bit Flip Register 29
MTU_MC76_RDBFL30 0xF0065C9C          MC 76 Read Data and Bit Flip Register 30
MTU_MC76_RDBFL31 0xF0065C9E          MC 76 Read Data and Bit Flip Register 31
MTU_MC76_RDBFL32 0xF0065CA0          MC 76 Read Data and Bit Flip Register 32
MTU_MC76_RDBFL33 0xF0065CA2          MC 76 Read Data and Bit Flip Register 33
MTU_MC76_RDBFL34 0xF0065CA4          MC 76 Read Data and Bit Flip Register 34
MTU_MC76_RDBFL35 0xF0065CA6          MC 76 Read Data and Bit Flip Register 35
MTU_MC76_RDBFL36 0xF0065CA8          MC 76 Read Data and Bit Flip Register 36
MTU_MC76_RDBFL37 0xF0065CAA          MC 76 Read Data and Bit Flip Register 37
MTU_MC76_RDBFL38 0xF0065CAC          MC 76 Read Data and Bit Flip Register 38
MTU_MC76_RDBFL39 0xF0065CAE          MC 76 Read Data and Bit Flip Register 39
MTU_MC76_RDBFL40 0xF0065CB0          MC 76 Read Data and Bit Flip Register 40
MTU_MC76_RDBFL41 0xF0065CB2          MC 76 Read Data and Bit Flip Register 41
MTU_MC76_RDBFL42 0xF0065CB4          MC 76 Read Data and Bit Flip Register 42
MTU_MC76_RDBFL43 0xF0065CB6          MC 76 Read Data and Bit Flip Register 43
MTU_MC76_RDBFL44 0xF0065CB8          MC 76 Read Data and Bit Flip Register 44
MTU_MC76_RDBFL45 0xF0065CBA          MC 76 Read Data and Bit Flip Register 45
MTU_MC76_RDBFL46 0xF0065CBC          MC 76 Read Data and Bit Flip Register 46
MTU_MC76_RDBFL47 0xF0065CBE          MC 76 Read Data and Bit Flip Register 47
MTU_MC76_RDBFL48 0xF0065CC0          MC 76 Read Data and Bit Flip Register 48
MTU_MC76_RDBFL49 0xF0065CC2          MC 76 Read Data and Bit Flip Register 49
MTU_MC76_RDBFL50 0xF0065CC4          MC 76 Read Data and Bit Flip Register 50
MTU_MC76_RDBFL51 0xF0065CC6          MC 76 Read Data and Bit Flip Register 51
MTU_MC76_RDBFL52 0xF0065CC8          MC 76 Read Data and Bit Flip Register 52
MTU_MC76_RDBFL53 0xF0065CCA          MC 76 Read Data and Bit Flip Register 53
MTU_MC76_RDBFL54 0xF0065CCC          MC 76 Read Data and Bit Flip Register 54
MTU_MC76_RDBFL55 0xF0065CCE          MC 76 Read Data and Bit Flip Register 55
MTU_MC76_RDBFL56 0xF0065CD0          MC 76 Read Data and Bit Flip Register 56
MTU_MC76_RDBFL57 0xF0065CD2          MC 76 Read Data and Bit Flip Register 57
MTU_MC76_RDBFL58 0xF0065CD4          MC 76 Read Data and Bit Flip Register 58
MTU_MC76_RDBFL59 0xF0065CD6          MC 76 Read Data and Bit Flip Register 59
MTU_MC76_RDBFL60 0xF0065CD8          MC 76 Read Data and Bit Flip Register 60
MTU_MC76_RDBFL61 0xF0065CDA          MC 76 Read Data and Bit Flip Register 61
MTU_MC76_RDBFL62 0xF0065CDC          MC 76 Read Data and Bit Flip Register 62
MTU_MC76_RDBFL63 0xF0065CDE          MC 76 Read Data and Bit Flip Register 63
MTU_MC76_RDBFL64 0xF0065CE0          MC 76 Read Data and Bit Flip Register 64
MTU_MC76_RDBFL65 0xF0065CE2          MC 76 Read Data and Bit Flip Register 65
MTU_MC76_RDBFL66 0xF0065CE4          MC 76 Read Data and Bit Flip Register 66
MTU_MC76_ALMSRCS 0xF0065CEE          MC 76 Alarm Sources Configuration Register
MTU_MC76_FAULTSTS 0xF0065CF0          MC 76 SSH Safety Faults Status Register
MTU_MC76_ERRINFO0 0xF0065CF2          MC 76 Error Information Register 0
MTU_MC76_ERRINFO1 0xF0065CF4          MC 76 Error Information Register 1
MTU_MC76_ERRINFO2 0xF0065CF6          MC 76 Error Information Register 2
MTU_MC76_ERRINFO3 0xF0065CF8          MC 76 Error Information Register 3
MTU_MC76_ERRINFO4 0xF0065CFA          MC 76 Error Information Register 4
MTU_MC77_CONFIG0 0xF0065D00          MC 77 Configuration Register 0
MTU_MC77_CONFIG1 0xF0065D02          MC 77 Configuration Register 1
MTU_MC77_MCONTROL 0xF0065D04          MC 77 MBIST Control Register
MTU_MC77_MSTATUS 0xF0065D06          MC 77 Status Register
MTU_MC77_RANGE  0xF0065D08          MC 77 Range Register, single address mode
MTU_MC77_REVID  0xF0065D0C          MC 77 Revision ID Register
MTU_MC77_ECCS   0xF0065D0E          MC 77 ECC Safety Register
MTU_MC77_ECCD   0xF0065D10          MC 77 Memory ECC Detection Register
MTU_MC77_ETRR0  0xF0065D12          MC 77 Error Tracking Register 0
MTU_MC77_ETRR1  0xF0065D14          MC 77 Error Tracking Register 1
MTU_MC77_ETRR2  0xF0065D16          MC 77 Error Tracking Register 2
MTU_MC77_ETRR3  0xF0065D18          MC 77 Error Tracking Register 3
MTU_MC77_ETRR4  0xF0065D1A          MC 77 Error Tracking Register 4
MTU_MC77_RDBFL0 0xF0065D60          MC 77 Read Data and Bit Flip Register 0
MTU_MC77_RDBFL1 0xF0065D62          MC 77 Read Data and Bit Flip Register 1
MTU_MC77_RDBFL2 0xF0065D64          MC 77 Read Data and Bit Flip Register 2
MTU_MC77_RDBFL3 0xF0065D66          MC 77 Read Data and Bit Flip Register 3
MTU_MC77_RDBFL4 0xF0065D68          MC 77 Read Data and Bit Flip Register 4
MTU_MC77_RDBFL5 0xF0065D6A          MC 77 Read Data and Bit Flip Register 5
MTU_MC77_RDBFL6 0xF0065D6C          MC 77 Read Data and Bit Flip Register 6
MTU_MC77_RDBFL7 0xF0065D6E          MC 77 Read Data and Bit Flip Register 7
MTU_MC77_RDBFL8 0xF0065D70          MC 77 Read Data and Bit Flip Register 8
MTU_MC77_RDBFL9 0xF0065D72          MC 77 Read Data and Bit Flip Register 9
MTU_MC77_RDBFL10 0xF0065D74          MC 77 Read Data and Bit Flip Register 10
MTU_MC77_RDBFL11 0xF0065D76          MC 77 Read Data and Bit Flip Register 11
MTU_MC77_RDBFL12 0xF0065D78          MC 77 Read Data and Bit Flip Register 12
MTU_MC77_RDBFL13 0xF0065D7A          MC 77 Read Data and Bit Flip Register 13
MTU_MC77_RDBFL14 0xF0065D7C          MC 77 Read Data and Bit Flip Register 14
MTU_MC77_RDBFL15 0xF0065D7E          MC 77 Read Data and Bit Flip Register 15
MTU_MC77_RDBFL16 0xF0065D80          MC 77 Read Data and Bit Flip Register 16
MTU_MC77_RDBFL17 0xF0065D82          MC 77 Read Data and Bit Flip Register 17
MTU_MC77_RDBFL18 0xF0065D84          MC 77 Read Data and Bit Flip Register 18
MTU_MC77_RDBFL19 0xF0065D86          MC 77 Read Data and Bit Flip Register 19
MTU_MC77_RDBFL20 0xF0065D88          MC 77 Read Data and Bit Flip Register 20
MTU_MC77_RDBFL21 0xF0065D8A          MC 77 Read Data and Bit Flip Register 21
MTU_MC77_RDBFL22 0xF0065D8C          MC 77 Read Data and Bit Flip Register 22
MTU_MC77_RDBFL23 0xF0065D8E          MC 77 Read Data and Bit Flip Register 23
MTU_MC77_RDBFL24 0xF0065D90          MC 77 Read Data and Bit Flip Register 24
MTU_MC77_RDBFL25 0xF0065D92          MC 77 Read Data and Bit Flip Register 25
MTU_MC77_RDBFL26 0xF0065D94          MC 77 Read Data and Bit Flip Register 26
MTU_MC77_RDBFL27 0xF0065D96          MC 77 Read Data and Bit Flip Register 27
MTU_MC77_RDBFL28 0xF0065D98          MC 77 Read Data and Bit Flip Register 28
MTU_MC77_RDBFL29 0xF0065D9A          MC 77 Read Data and Bit Flip Register 29
MTU_MC77_RDBFL30 0xF0065D9C          MC 77 Read Data and Bit Flip Register 30
MTU_MC77_RDBFL31 0xF0065D9E          MC 77 Read Data and Bit Flip Register 31
MTU_MC77_RDBFL32 0xF0065DA0          MC 77 Read Data and Bit Flip Register 32
MTU_MC77_RDBFL33 0xF0065DA2          MC 77 Read Data and Bit Flip Register 33
MTU_MC77_RDBFL34 0xF0065DA4          MC 77 Read Data and Bit Flip Register 34
MTU_MC77_RDBFL35 0xF0065DA6          MC 77 Read Data and Bit Flip Register 35
MTU_MC77_RDBFL36 0xF0065DA8          MC 77 Read Data and Bit Flip Register 36
MTU_MC77_RDBFL37 0xF0065DAA          MC 77 Read Data and Bit Flip Register 37
MTU_MC77_RDBFL38 0xF0065DAC          MC 77 Read Data and Bit Flip Register 38
MTU_MC77_RDBFL39 0xF0065DAE          MC 77 Read Data and Bit Flip Register 39
MTU_MC77_RDBFL40 0xF0065DB0          MC 77 Read Data and Bit Flip Register 40
MTU_MC77_RDBFL41 0xF0065DB2          MC 77 Read Data and Bit Flip Register 41
MTU_MC77_RDBFL42 0xF0065DB4          MC 77 Read Data and Bit Flip Register 42
MTU_MC77_RDBFL43 0xF0065DB6          MC 77 Read Data and Bit Flip Register 43
MTU_MC77_RDBFL44 0xF0065DB8          MC 77 Read Data and Bit Flip Register 44
MTU_MC77_RDBFL45 0xF0065DBA          MC 77 Read Data and Bit Flip Register 45
MTU_MC77_RDBFL46 0xF0065DBC          MC 77 Read Data and Bit Flip Register 46
MTU_MC77_RDBFL47 0xF0065DBE          MC 77 Read Data and Bit Flip Register 47
MTU_MC77_RDBFL48 0xF0065DC0          MC 77 Read Data and Bit Flip Register 48
MTU_MC77_RDBFL49 0xF0065DC2          MC 77 Read Data and Bit Flip Register 49
MTU_MC77_RDBFL50 0xF0065DC4          MC 77 Read Data and Bit Flip Register 50
MTU_MC77_RDBFL51 0xF0065DC6          MC 77 Read Data and Bit Flip Register 51
MTU_MC77_RDBFL52 0xF0065DC8          MC 77 Read Data and Bit Flip Register 52
MTU_MC77_RDBFL53 0xF0065DCA          MC 77 Read Data and Bit Flip Register 53
MTU_MC77_RDBFL54 0xF0065DCC          MC 77 Read Data and Bit Flip Register 54
MTU_MC77_RDBFL55 0xF0065DCE          MC 77 Read Data and Bit Flip Register 55
MTU_MC77_RDBFL56 0xF0065DD0          MC 77 Read Data and Bit Flip Register 56
MTU_MC77_RDBFL57 0xF0065DD2          MC 77 Read Data and Bit Flip Register 57
MTU_MC77_RDBFL58 0xF0065DD4          MC 77 Read Data and Bit Flip Register 58
MTU_MC77_RDBFL59 0xF0065DD6          MC 77 Read Data and Bit Flip Register 59
MTU_MC77_RDBFL60 0xF0065DD8          MC 77 Read Data and Bit Flip Register 60
MTU_MC77_RDBFL61 0xF0065DDA          MC 77 Read Data and Bit Flip Register 61
MTU_MC77_RDBFL62 0xF0065DDC          MC 77 Read Data and Bit Flip Register 62
MTU_MC77_RDBFL63 0xF0065DDE          MC 77 Read Data and Bit Flip Register 63
MTU_MC77_RDBFL64 0xF0065DE0          MC 77 Read Data and Bit Flip Register 64
MTU_MC77_RDBFL65 0xF0065DE2          MC 77 Read Data and Bit Flip Register 65
MTU_MC77_RDBFL66 0xF0065DE4          MC 77 Read Data and Bit Flip Register 66
MTU_MC77_ALMSRCS 0xF0065DEE          MC 77 Alarm Sources Configuration Register
MTU_MC77_FAULTSTS 0xF0065DF0          MC 77 SSH Safety Faults Status Register
MTU_MC77_ERRINFO0 0xF0065DF2          MC 77 Error Information Register 0
MTU_MC77_ERRINFO1 0xF0065DF4          MC 77 Error Information Register 1
MTU_MC77_ERRINFO2 0xF0065DF6          MC 77 Error Information Register 2
MTU_MC77_ERRINFO3 0xF0065DF8          MC 77 Error Information Register 3
MTU_MC77_ERRINFO4 0xF0065DFA          MC 77 Error Information Register 4
MTU_MC78_CONFIG0 0xF0065E00          MC 78 Configuration Register 0
MTU_MC78_CONFIG1 0xF0065E02          MC 78 Configuration Register 1
MTU_MC78_MCONTROL 0xF0065E04          MC 78 MBIST Control Register
MTU_MC78_MSTATUS 0xF0065E06          MC 78 Status Register
MTU_MC78_RANGE  0xF0065E08          MC 78 Range Register, single address mode
MTU_MC78_REVID  0xF0065E0C          MC 78 Revision ID Register
MTU_MC78_ECCS   0xF0065E0E          MC 78 ECC Safety Register
MTU_MC78_ECCD   0xF0065E10          MC 78 Memory ECC Detection Register
MTU_MC78_ETRR0  0xF0065E12          MC 78 Error Tracking Register 0
MTU_MC78_ETRR1  0xF0065E14          MC 78 Error Tracking Register 1
MTU_MC78_ETRR2  0xF0065E16          MC 78 Error Tracking Register 2
MTU_MC78_ETRR3  0xF0065E18          MC 78 Error Tracking Register 3
MTU_MC78_ETRR4  0xF0065E1A          MC 78 Error Tracking Register 4
MTU_MC78_RDBFL0 0xF0065E60          MC 78 Read Data and Bit Flip Register 0
MTU_MC78_RDBFL1 0xF0065E62          MC 78 Read Data and Bit Flip Register 1
MTU_MC78_RDBFL2 0xF0065E64          MC 78 Read Data and Bit Flip Register 2
MTU_MC78_RDBFL3 0xF0065E66          MC 78 Read Data and Bit Flip Register 3
MTU_MC78_RDBFL4 0xF0065E68          MC 78 Read Data and Bit Flip Register 4
MTU_MC78_RDBFL5 0xF0065E6A          MC 78 Read Data and Bit Flip Register 5
MTU_MC78_RDBFL6 0xF0065E6C          MC 78 Read Data and Bit Flip Register 6
MTU_MC78_RDBFL7 0xF0065E6E          MC 78 Read Data and Bit Flip Register 7
MTU_MC78_RDBFL8 0xF0065E70          MC 78 Read Data and Bit Flip Register 8
MTU_MC78_RDBFL9 0xF0065E72          MC 78 Read Data and Bit Flip Register 9
MTU_MC78_RDBFL10 0xF0065E74          MC 78 Read Data and Bit Flip Register 10
MTU_MC78_RDBFL11 0xF0065E76          MC 78 Read Data and Bit Flip Register 11
MTU_MC78_RDBFL12 0xF0065E78          MC 78 Read Data and Bit Flip Register 12
MTU_MC78_RDBFL13 0xF0065E7A          MC 78 Read Data and Bit Flip Register 13
MTU_MC78_RDBFL14 0xF0065E7C          MC 78 Read Data and Bit Flip Register 14
MTU_MC78_RDBFL15 0xF0065E7E          MC 78 Read Data and Bit Flip Register 15
MTU_MC78_RDBFL16 0xF0065E80          MC 78 Read Data and Bit Flip Register 16
MTU_MC78_RDBFL17 0xF0065E82          MC 78 Read Data and Bit Flip Register 17
MTU_MC78_RDBFL18 0xF0065E84          MC 78 Read Data and Bit Flip Register 18
MTU_MC78_RDBFL19 0xF0065E86          MC 78 Read Data and Bit Flip Register 19
MTU_MC78_RDBFL20 0xF0065E88          MC 78 Read Data and Bit Flip Register 20
MTU_MC78_RDBFL21 0xF0065E8A          MC 78 Read Data and Bit Flip Register 21
MTU_MC78_RDBFL22 0xF0065E8C          MC 78 Read Data and Bit Flip Register 22
MTU_MC78_RDBFL23 0xF0065E8E          MC 78 Read Data and Bit Flip Register 23
MTU_MC78_RDBFL24 0xF0065E90          MC 78 Read Data and Bit Flip Register 24
MTU_MC78_RDBFL25 0xF0065E92          MC 78 Read Data and Bit Flip Register 25
MTU_MC78_RDBFL26 0xF0065E94          MC 78 Read Data and Bit Flip Register 26
MTU_MC78_RDBFL27 0xF0065E96          MC 78 Read Data and Bit Flip Register 27
MTU_MC78_RDBFL28 0xF0065E98          MC 78 Read Data and Bit Flip Register 28
MTU_MC78_RDBFL29 0xF0065E9A          MC 78 Read Data and Bit Flip Register 29
MTU_MC78_RDBFL30 0xF0065E9C          MC 78 Read Data and Bit Flip Register 30
MTU_MC78_RDBFL31 0xF0065E9E          MC 78 Read Data and Bit Flip Register 31
MTU_MC78_RDBFL32 0xF0065EA0          MC 78 Read Data and Bit Flip Register 32
MTU_MC78_RDBFL33 0xF0065EA2          MC 78 Read Data and Bit Flip Register 33
MTU_MC78_RDBFL34 0xF0065EA4          MC 78 Read Data and Bit Flip Register 34
MTU_MC78_RDBFL35 0xF0065EA6          MC 78 Read Data and Bit Flip Register 35
MTU_MC78_RDBFL36 0xF0065EA8          MC 78 Read Data and Bit Flip Register 36
MTU_MC78_RDBFL37 0xF0065EAA          MC 78 Read Data and Bit Flip Register 37
MTU_MC78_RDBFL38 0xF0065EAC          MC 78 Read Data and Bit Flip Register 38
MTU_MC78_RDBFL39 0xF0065EAE          MC 78 Read Data and Bit Flip Register 39
MTU_MC78_RDBFL40 0xF0065EB0          MC 78 Read Data and Bit Flip Register 40
MTU_MC78_RDBFL41 0xF0065EB2          MC 78 Read Data and Bit Flip Register 41
MTU_MC78_RDBFL42 0xF0065EB4          MC 78 Read Data and Bit Flip Register 42
MTU_MC78_RDBFL43 0xF0065EB6          MC 78 Read Data and Bit Flip Register 43
MTU_MC78_RDBFL44 0xF0065EB8          MC 78 Read Data and Bit Flip Register 44
MTU_MC78_RDBFL45 0xF0065EBA          MC 78 Read Data and Bit Flip Register 45
MTU_MC78_RDBFL46 0xF0065EBC          MC 78 Read Data and Bit Flip Register 46
MTU_MC78_RDBFL47 0xF0065EBE          MC 78 Read Data and Bit Flip Register 47
MTU_MC78_RDBFL48 0xF0065EC0          MC 78 Read Data and Bit Flip Register 48
MTU_MC78_RDBFL49 0xF0065EC2          MC 78 Read Data and Bit Flip Register 49
MTU_MC78_RDBFL50 0xF0065EC4          MC 78 Read Data and Bit Flip Register 50
MTU_MC78_RDBFL51 0xF0065EC6          MC 78 Read Data and Bit Flip Register 51
MTU_MC78_RDBFL52 0xF0065EC8          MC 78 Read Data and Bit Flip Register 52
MTU_MC78_RDBFL53 0xF0065ECA          MC 78 Read Data and Bit Flip Register 53
MTU_MC78_RDBFL54 0xF0065ECC          MC 78 Read Data and Bit Flip Register 54
MTU_MC78_RDBFL55 0xF0065ECE          MC 78 Read Data and Bit Flip Register 55
MTU_MC78_RDBFL56 0xF0065ED0          MC 78 Read Data and Bit Flip Register 56
MTU_MC78_RDBFL57 0xF0065ED2          MC 78 Read Data and Bit Flip Register 57
MTU_MC78_RDBFL58 0xF0065ED4          MC 78 Read Data and Bit Flip Register 58
MTU_MC78_RDBFL59 0xF0065ED6          MC 78 Read Data and Bit Flip Register 59
MTU_MC78_RDBFL60 0xF0065ED8          MC 78 Read Data and Bit Flip Register 60
MTU_MC78_RDBFL61 0xF0065EDA          MC 78 Read Data and Bit Flip Register 61
MTU_MC78_RDBFL62 0xF0065EDC          MC 78 Read Data and Bit Flip Register 62
MTU_MC78_RDBFL63 0xF0065EDE          MC 78 Read Data and Bit Flip Register 63
MTU_MC78_RDBFL64 0xF0065EE0          MC 78 Read Data and Bit Flip Register 64
MTU_MC78_RDBFL65 0xF0065EE2          MC 78 Read Data and Bit Flip Register 65
MTU_MC78_RDBFL66 0xF0065EE4          MC 78 Read Data and Bit Flip Register 66
MTU_MC78_ALMSRCS 0xF0065EEE          MC 78 Alarm Sources Configuration Register
MTU_MC78_FAULTSTS 0xF0065EF0          MC 78 SSH Safety Faults Status Register
MTU_MC78_ERRINFO0 0xF0065EF2          MC 78 Error Information Register 0
MTU_MC78_ERRINFO1 0xF0065EF4          MC 78 Error Information Register 1
MTU_MC78_ERRINFO2 0xF0065EF6          MC 78 Error Information Register 2
MTU_MC78_ERRINFO3 0xF0065EF8          MC 78 Error Information Register 3
MTU_MC78_ERRINFO4 0xF0065EFA          MC 78 Error Information Register 4
MTU_MC79_CONFIG0 0xF0065F00          MC 79 Configuration Register 0
MTU_MC79_CONFIG1 0xF0065F02          MC 79 Configuration Register 1
MTU_MC79_MCONTROL 0xF0065F04          MC 79 MBIST Control Register
MTU_MC79_MSTATUS 0xF0065F06          MC 79 Status Register
MTU_MC79_RANGE  0xF0065F08          MC 79 Range Register, single address mode
MTU_MC79_REVID  0xF0065F0C          MC 79 Revision ID Register
MTU_MC79_ECCS   0xF0065F0E          MC 79 ECC Safety Register
MTU_MC79_ECCD   0xF0065F10          MC 79 Memory ECC Detection Register
MTU_MC79_ETRR0  0xF0065F12          MC 79 Error Tracking Register 0
MTU_MC79_ETRR1  0xF0065F14          MC 79 Error Tracking Register 1
MTU_MC79_ETRR2  0xF0065F16          MC 79 Error Tracking Register 2
MTU_MC79_ETRR3  0xF0065F18          MC 79 Error Tracking Register 3
MTU_MC79_ETRR4  0xF0065F1A          MC 79 Error Tracking Register 4
MTU_MC79_RDBFL0 0xF0065F60          MC 79 Read Data and Bit Flip Register 0
MTU_MC79_RDBFL1 0xF0065F62          MC 79 Read Data and Bit Flip Register 1
MTU_MC79_RDBFL2 0xF0065F64          MC 79 Read Data and Bit Flip Register 2
MTU_MC79_RDBFL3 0xF0065F66          MC 79 Read Data and Bit Flip Register 3
MTU_MC79_RDBFL4 0xF0065F68          MC 79 Read Data and Bit Flip Register 4
MTU_MC79_RDBFL5 0xF0065F6A          MC 79 Read Data and Bit Flip Register 5
MTU_MC79_RDBFL6 0xF0065F6C          MC 79 Read Data and Bit Flip Register 6
MTU_MC79_RDBFL7 0xF0065F6E          MC 79 Read Data and Bit Flip Register 7
MTU_MC79_RDBFL8 0xF0065F70          MC 79 Read Data and Bit Flip Register 8
MTU_MC79_RDBFL9 0xF0065F72          MC 79 Read Data and Bit Flip Register 9
MTU_MC79_RDBFL10 0xF0065F74          MC 79 Read Data and Bit Flip Register 10
MTU_MC79_RDBFL11 0xF0065F76          MC 79 Read Data and Bit Flip Register 11
MTU_MC79_RDBFL12 0xF0065F78          MC 79 Read Data and Bit Flip Register 12
MTU_MC79_RDBFL13 0xF0065F7A          MC 79 Read Data and Bit Flip Register 13
MTU_MC79_RDBFL14 0xF0065F7C          MC 79 Read Data and Bit Flip Register 14
MTU_MC79_RDBFL15 0xF0065F7E          MC 79 Read Data and Bit Flip Register 15
MTU_MC79_RDBFL16 0xF0065F80          MC 79 Read Data and Bit Flip Register 16
MTU_MC79_RDBFL17 0xF0065F82          MC 79 Read Data and Bit Flip Register 17
MTU_MC79_RDBFL18 0xF0065F84          MC 79 Read Data and Bit Flip Register 18
MTU_MC79_RDBFL19 0xF0065F86          MC 79 Read Data and Bit Flip Register 19
MTU_MC79_RDBFL20 0xF0065F88          MC 79 Read Data and Bit Flip Register 20
MTU_MC79_RDBFL21 0xF0065F8A          MC 79 Read Data and Bit Flip Register 21
MTU_MC79_RDBFL22 0xF0065F8C          MC 79 Read Data and Bit Flip Register 22
MTU_MC79_RDBFL23 0xF0065F8E          MC 79 Read Data and Bit Flip Register 23
MTU_MC79_RDBFL24 0xF0065F90          MC 79 Read Data and Bit Flip Register 24
MTU_MC79_RDBFL25 0xF0065F92          MC 79 Read Data and Bit Flip Register 25
MTU_MC79_RDBFL26 0xF0065F94          MC 79 Read Data and Bit Flip Register 26
MTU_MC79_RDBFL27 0xF0065F96          MC 79 Read Data and Bit Flip Register 27
MTU_MC79_RDBFL28 0xF0065F98          MC 79 Read Data and Bit Flip Register 28
MTU_MC79_RDBFL29 0xF0065F9A          MC 79 Read Data and Bit Flip Register 29
MTU_MC79_RDBFL30 0xF0065F9C          MC 79 Read Data and Bit Flip Register 30
MTU_MC79_RDBFL31 0xF0065F9E          MC 79 Read Data and Bit Flip Register 31
MTU_MC79_RDBFL32 0xF0065FA0          MC 79 Read Data and Bit Flip Register 32
MTU_MC79_RDBFL33 0xF0065FA2          MC 79 Read Data and Bit Flip Register 33
MTU_MC79_RDBFL34 0xF0065FA4          MC 79 Read Data and Bit Flip Register 34
MTU_MC79_RDBFL35 0xF0065FA6          MC 79 Read Data and Bit Flip Register 35
MTU_MC79_RDBFL36 0xF0065FA8          MC 79 Read Data and Bit Flip Register 36
MTU_MC79_RDBFL37 0xF0065FAA          MC 79 Read Data and Bit Flip Register 37
MTU_MC79_RDBFL38 0xF0065FAC          MC 79 Read Data and Bit Flip Register 38
MTU_MC79_RDBFL39 0xF0065FAE          MC 79 Read Data and Bit Flip Register 39
MTU_MC79_RDBFL40 0xF0065FB0          MC 79 Read Data and Bit Flip Register 40
MTU_MC79_RDBFL41 0xF0065FB2          MC 79 Read Data and Bit Flip Register 41
MTU_MC79_RDBFL42 0xF0065FB4          MC 79 Read Data and Bit Flip Register 42
MTU_MC79_RDBFL43 0xF0065FB6          MC 79 Read Data and Bit Flip Register 43
MTU_MC79_RDBFL44 0xF0065FB8          MC 79 Read Data and Bit Flip Register 44
MTU_MC79_RDBFL45 0xF0065FBA          MC 79 Read Data and Bit Flip Register 45
MTU_MC79_RDBFL46 0xF0065FBC          MC 79 Read Data and Bit Flip Register 46
MTU_MC79_RDBFL47 0xF0065FBE          MC 79 Read Data and Bit Flip Register 47
MTU_MC79_RDBFL48 0xF0065FC0          MC 79 Read Data and Bit Flip Register 48
MTU_MC79_RDBFL49 0xF0065FC2          MC 79 Read Data and Bit Flip Register 49
MTU_MC79_RDBFL50 0xF0065FC4          MC 79 Read Data and Bit Flip Register 50
MTU_MC79_RDBFL51 0xF0065FC6          MC 79 Read Data and Bit Flip Register 51
MTU_MC79_RDBFL52 0xF0065FC8          MC 79 Read Data and Bit Flip Register 52
MTU_MC79_RDBFL53 0xF0065FCA          MC 79 Read Data and Bit Flip Register 53
MTU_MC79_RDBFL54 0xF0065FCC          MC 79 Read Data and Bit Flip Register 54
MTU_MC79_RDBFL55 0xF0065FCE          MC 79 Read Data and Bit Flip Register 55
MTU_MC79_RDBFL56 0xF0065FD0          MC 79 Read Data and Bit Flip Register 56
MTU_MC79_RDBFL57 0xF0065FD2          MC 79 Read Data and Bit Flip Register 57
MTU_MC79_RDBFL58 0xF0065FD4          MC 79 Read Data and Bit Flip Register 58
MTU_MC79_RDBFL59 0xF0065FD6          MC 79 Read Data and Bit Flip Register 59
MTU_MC79_RDBFL60 0xF0065FD8          MC 79 Read Data and Bit Flip Register 60
MTU_MC79_RDBFL61 0xF0065FDA          MC 79 Read Data and Bit Flip Register 61
MTU_MC79_RDBFL62 0xF0065FDC          MC 79 Read Data and Bit Flip Register 62
MTU_MC79_RDBFL63 0xF0065FDE          MC 79 Read Data and Bit Flip Register 63
MTU_MC79_RDBFL64 0xF0065FE0          MC 79 Read Data and Bit Flip Register 64
MTU_MC79_RDBFL65 0xF0065FE2          MC 79 Read Data and Bit Flip Register 65
MTU_MC79_RDBFL66 0xF0065FE4          MC 79 Read Data and Bit Flip Register 66
MTU_MC79_ALMSRCS 0xF0065FEE          MC 79 Alarm Sources Configuration Register
MTU_MC79_FAULTSTS 0xF0065FF0          MC 79 SSH Safety Faults Status Register
MTU_MC79_ERRINFO0 0xF0065FF2          MC 79 Error Information Register 0
MTU_MC79_ERRINFO1 0xF0065FF4          MC 79 Error Information Register 1
MTU_MC79_ERRINFO2 0xF0065FF6          MC 79 Error Information Register 2
MTU_MC79_ERRINFO3 0xF0065FF8          MC 79 Error Information Register 3
MTU_MC79_ERRINFO4 0xF0065FFA          MC 79 Error Information Register 4
MTU_MC80_CONFIG0 0xF0066000          MC 80 Configuration Register 0
MTU_MC80_CONFIG1 0xF0066002          MC 80 Configuration Register 1
MTU_MC80_MCONTROL 0xF0066004          MC 80 MBIST Control Register
MTU_MC80_MSTATUS 0xF0066006          MC 80 Status Register
MTU_MC80_RANGE  0xF0066008          MC 80 Range Register, single address mode
MTU_MC80_REVID  0xF006600C          MC 80 Revision ID Register
MTU_MC80_ECCS   0xF006600E          MC 80 ECC Safety Register
MTU_MC80_ECCD   0xF0066010          MC 80 Memory ECC Detection Register
MTU_MC80_ETRR0  0xF0066012          MC 80 Error Tracking Register 0
MTU_MC80_ETRR1  0xF0066014          MC 80 Error Tracking Register 1
MTU_MC80_ETRR2  0xF0066016          MC 80 Error Tracking Register 2
MTU_MC80_ETRR3  0xF0066018          MC 80 Error Tracking Register 3
MTU_MC80_ETRR4  0xF006601A          MC 80 Error Tracking Register 4
MTU_MC80_RDBFL0 0xF0066060          MC 80 Read Data and Bit Flip Register 0
MTU_MC80_RDBFL1 0xF0066062          MC 80 Read Data and Bit Flip Register 1
MTU_MC80_RDBFL2 0xF0066064          MC 80 Read Data and Bit Flip Register 2
MTU_MC80_RDBFL3 0xF0066066          MC 80 Read Data and Bit Flip Register 3
MTU_MC80_RDBFL4 0xF0066068          MC 80 Read Data and Bit Flip Register 4
MTU_MC80_RDBFL5 0xF006606A          MC 80 Read Data and Bit Flip Register 5
MTU_MC80_RDBFL6 0xF006606C          MC 80 Read Data and Bit Flip Register 6
MTU_MC80_RDBFL7 0xF006606E          MC 80 Read Data and Bit Flip Register 7
MTU_MC80_RDBFL8 0xF0066070          MC 80 Read Data and Bit Flip Register 8
MTU_MC80_RDBFL9 0xF0066072          MC 80 Read Data and Bit Flip Register 9
MTU_MC80_RDBFL10 0xF0066074          MC 80 Read Data and Bit Flip Register 10
MTU_MC80_RDBFL11 0xF0066076          MC 80 Read Data and Bit Flip Register 11
MTU_MC80_RDBFL12 0xF0066078          MC 80 Read Data and Bit Flip Register 12
MTU_MC80_RDBFL13 0xF006607A          MC 80 Read Data and Bit Flip Register 13
MTU_MC80_RDBFL14 0xF006607C          MC 80 Read Data and Bit Flip Register 14
MTU_MC80_RDBFL15 0xF006607E          MC 80 Read Data and Bit Flip Register 15
MTU_MC80_RDBFL16 0xF0066080          MC 80 Read Data and Bit Flip Register 16
MTU_MC80_RDBFL17 0xF0066082          MC 80 Read Data and Bit Flip Register 17
MTU_MC80_RDBFL18 0xF0066084          MC 80 Read Data and Bit Flip Register 18
MTU_MC80_RDBFL19 0xF0066086          MC 80 Read Data and Bit Flip Register 19
MTU_MC80_RDBFL20 0xF0066088          MC 80 Read Data and Bit Flip Register 20
MTU_MC80_RDBFL21 0xF006608A          MC 80 Read Data and Bit Flip Register 21
MTU_MC80_RDBFL22 0xF006608C          MC 80 Read Data and Bit Flip Register 22
MTU_MC80_RDBFL23 0xF006608E          MC 80 Read Data and Bit Flip Register 23
MTU_MC80_RDBFL24 0xF0066090          MC 80 Read Data and Bit Flip Register 24
MTU_MC80_RDBFL25 0xF0066092          MC 80 Read Data and Bit Flip Register 25
MTU_MC80_RDBFL26 0xF0066094          MC 80 Read Data and Bit Flip Register 26
MTU_MC80_RDBFL27 0xF0066096          MC 80 Read Data and Bit Flip Register 27
MTU_MC80_RDBFL28 0xF0066098          MC 80 Read Data and Bit Flip Register 28
MTU_MC80_RDBFL29 0xF006609A          MC 80 Read Data and Bit Flip Register 29
MTU_MC80_RDBFL30 0xF006609C          MC 80 Read Data and Bit Flip Register 30
MTU_MC80_RDBFL31 0xF006609E          MC 80 Read Data and Bit Flip Register 31
MTU_MC80_RDBFL32 0xF00660A0          MC 80 Read Data and Bit Flip Register 32
MTU_MC80_RDBFL33 0xF00660A2          MC 80 Read Data and Bit Flip Register 33
MTU_MC80_RDBFL34 0xF00660A4          MC 80 Read Data and Bit Flip Register 34
MTU_MC80_RDBFL35 0xF00660A6          MC 80 Read Data and Bit Flip Register 35
MTU_MC80_RDBFL36 0xF00660A8          MC 80 Read Data and Bit Flip Register 36
MTU_MC80_RDBFL37 0xF00660AA          MC 80 Read Data and Bit Flip Register 37
MTU_MC80_RDBFL38 0xF00660AC          MC 80 Read Data and Bit Flip Register 38
MTU_MC80_RDBFL39 0xF00660AE          MC 80 Read Data and Bit Flip Register 39
MTU_MC80_RDBFL40 0xF00660B0          MC 80 Read Data and Bit Flip Register 40
MTU_MC80_RDBFL41 0xF00660B2          MC 80 Read Data and Bit Flip Register 41
MTU_MC80_RDBFL42 0xF00660B4          MC 80 Read Data and Bit Flip Register 42
MTU_MC80_RDBFL43 0xF00660B6          MC 80 Read Data and Bit Flip Register 43
MTU_MC80_RDBFL44 0xF00660B8          MC 80 Read Data and Bit Flip Register 44
MTU_MC80_RDBFL45 0xF00660BA          MC 80 Read Data and Bit Flip Register 45
MTU_MC80_RDBFL46 0xF00660BC          MC 80 Read Data and Bit Flip Register 46
MTU_MC80_RDBFL47 0xF00660BE          MC 80 Read Data and Bit Flip Register 47
MTU_MC80_RDBFL48 0xF00660C0          MC 80 Read Data and Bit Flip Register 48
MTU_MC80_RDBFL49 0xF00660C2          MC 80 Read Data and Bit Flip Register 49
MTU_MC80_RDBFL50 0xF00660C4          MC 80 Read Data and Bit Flip Register 50
MTU_MC80_RDBFL51 0xF00660C6          MC 80 Read Data and Bit Flip Register 51
MTU_MC80_RDBFL52 0xF00660C8          MC 80 Read Data and Bit Flip Register 52
MTU_MC80_RDBFL53 0xF00660CA          MC 80 Read Data and Bit Flip Register 53
MTU_MC80_RDBFL54 0xF00660CC          MC 80 Read Data and Bit Flip Register 54
MTU_MC80_RDBFL55 0xF00660CE          MC 80 Read Data and Bit Flip Register 55
MTU_MC80_RDBFL56 0xF00660D0          MC 80 Read Data and Bit Flip Register 56
MTU_MC80_RDBFL57 0xF00660D2          MC 80 Read Data and Bit Flip Register 57
MTU_MC80_RDBFL58 0xF00660D4          MC 80 Read Data and Bit Flip Register 58
MTU_MC80_RDBFL59 0xF00660D6          MC 80 Read Data and Bit Flip Register 59
MTU_MC80_RDBFL60 0xF00660D8          MC 80 Read Data and Bit Flip Register 60
MTU_MC80_RDBFL61 0xF00660DA          MC 80 Read Data and Bit Flip Register 61
MTU_MC80_RDBFL62 0xF00660DC          MC 80 Read Data and Bit Flip Register 62
MTU_MC80_RDBFL63 0xF00660DE          MC 80 Read Data and Bit Flip Register 63
MTU_MC80_RDBFL64 0xF00660E0          MC 80 Read Data and Bit Flip Register 64
MTU_MC80_RDBFL65 0xF00660E2          MC 80 Read Data and Bit Flip Register 65
MTU_MC80_RDBFL66 0xF00660E4          MC 80 Read Data and Bit Flip Register 66
MTU_MC80_ALMSRCS 0xF00660EE          MC 80 Alarm Sources Configuration Register
MTU_MC80_FAULTSTS 0xF00660F0          MC 80 SSH Safety Faults Status Register
MTU_MC80_ERRINFO0 0xF00660F2          MC 80 Error Information Register 0
MTU_MC80_ERRINFO1 0xF00660F4          MC 80 Error Information Register 1
MTU_MC80_ERRINFO2 0xF00660F6          MC 80 Error Information Register 2
MTU_MC80_ERRINFO3 0xF00660F8          MC 80 Error Information Register 3
MTU_MC80_ERRINFO4 0xF00660FA          MC 80 Error Information Register 4
MTU_MC81_CONFIG0 0xF0066100          MC 81 Configuration Register 0
MTU_MC81_CONFIG1 0xF0066102          MC 81 Configuration Register 1
MTU_MC81_MCONTROL 0xF0066104          MC 81 MBIST Control Register
MTU_MC81_MSTATUS 0xF0066106          MC 81 Status Register
MTU_MC81_RANGE  0xF0066108          MC 81 Range Register, single address mode
MTU_MC81_REVID  0xF006610C          MC 81 Revision ID Register
MTU_MC81_ECCS   0xF006610E          MC 81 ECC Safety Register
MTU_MC81_ECCD   0xF0066110          MC 81 Memory ECC Detection Register
MTU_MC81_ETRR0  0xF0066112          MC 81 Error Tracking Register 0
MTU_MC81_ETRR1  0xF0066114          MC 81 Error Tracking Register 1
MTU_MC81_ETRR2  0xF0066116          MC 81 Error Tracking Register 2
MTU_MC81_ETRR3  0xF0066118          MC 81 Error Tracking Register 3
MTU_MC81_ETRR4  0xF006611A          MC 81 Error Tracking Register 4
MTU_MC81_RDBFL0 0xF0066160          MC 81 Read Data and Bit Flip Register 0
MTU_MC81_RDBFL1 0xF0066162          MC 81 Read Data and Bit Flip Register 1
MTU_MC81_RDBFL2 0xF0066164          MC 81 Read Data and Bit Flip Register 2
MTU_MC81_RDBFL3 0xF0066166          MC 81 Read Data and Bit Flip Register 3
MTU_MC81_RDBFL4 0xF0066168          MC 81 Read Data and Bit Flip Register 4
MTU_MC81_RDBFL5 0xF006616A          MC 81 Read Data and Bit Flip Register 5
MTU_MC81_RDBFL6 0xF006616C          MC 81 Read Data and Bit Flip Register 6
MTU_MC81_RDBFL7 0xF006616E          MC 81 Read Data and Bit Flip Register 7
MTU_MC81_RDBFL8 0xF0066170          MC 81 Read Data and Bit Flip Register 8
MTU_MC81_RDBFL9 0xF0066172          MC 81 Read Data and Bit Flip Register 9
MTU_MC81_RDBFL10 0xF0066174          MC 81 Read Data and Bit Flip Register 10
MTU_MC81_RDBFL11 0xF0066176          MC 81 Read Data and Bit Flip Register 11
MTU_MC81_RDBFL12 0xF0066178          MC 81 Read Data and Bit Flip Register 12
MTU_MC81_RDBFL13 0xF006617A          MC 81 Read Data and Bit Flip Register 13
MTU_MC81_RDBFL14 0xF006617C          MC 81 Read Data and Bit Flip Register 14
MTU_MC81_RDBFL15 0xF006617E          MC 81 Read Data and Bit Flip Register 15
MTU_MC81_RDBFL16 0xF0066180          MC 81 Read Data and Bit Flip Register 16
MTU_MC81_RDBFL17 0xF0066182          MC 81 Read Data and Bit Flip Register 17
MTU_MC81_RDBFL18 0xF0066184          MC 81 Read Data and Bit Flip Register 18
MTU_MC81_RDBFL19 0xF0066186          MC 81 Read Data and Bit Flip Register 19
MTU_MC81_RDBFL20 0xF0066188          MC 81 Read Data and Bit Flip Register 20
MTU_MC81_RDBFL21 0xF006618A          MC 81 Read Data and Bit Flip Register 21
MTU_MC81_RDBFL22 0xF006618C          MC 81 Read Data and Bit Flip Register 22
MTU_MC81_RDBFL23 0xF006618E          MC 81 Read Data and Bit Flip Register 23
MTU_MC81_RDBFL24 0xF0066190          MC 81 Read Data and Bit Flip Register 24
MTU_MC81_RDBFL25 0xF0066192          MC 81 Read Data and Bit Flip Register 25
MTU_MC81_RDBFL26 0xF0066194          MC 81 Read Data and Bit Flip Register 26
MTU_MC81_RDBFL27 0xF0066196          MC 81 Read Data and Bit Flip Register 27
MTU_MC81_RDBFL28 0xF0066198          MC 81 Read Data and Bit Flip Register 28
MTU_MC81_RDBFL29 0xF006619A          MC 81 Read Data and Bit Flip Register 29
MTU_MC81_RDBFL30 0xF006619C          MC 81 Read Data and Bit Flip Register 30
MTU_MC81_RDBFL31 0xF006619E          MC 81 Read Data and Bit Flip Register 31
MTU_MC81_RDBFL32 0xF00661A0          MC 81 Read Data and Bit Flip Register 32
MTU_MC81_RDBFL33 0xF00661A2          MC 81 Read Data and Bit Flip Register 33
MTU_MC81_RDBFL34 0xF00661A4          MC 81 Read Data and Bit Flip Register 34
MTU_MC81_RDBFL35 0xF00661A6          MC 81 Read Data and Bit Flip Register 35
MTU_MC81_RDBFL36 0xF00661A8          MC 81 Read Data and Bit Flip Register 36
MTU_MC81_RDBFL37 0xF00661AA          MC 81 Read Data and Bit Flip Register 37
MTU_MC81_RDBFL38 0xF00661AC          MC 81 Read Data and Bit Flip Register 38
MTU_MC81_RDBFL39 0xF00661AE          MC 81 Read Data and Bit Flip Register 39
MTU_MC81_RDBFL40 0xF00661B0          MC 81 Read Data and Bit Flip Register 40
MTU_MC81_RDBFL41 0xF00661B2          MC 81 Read Data and Bit Flip Register 41
MTU_MC81_RDBFL42 0xF00661B4          MC 81 Read Data and Bit Flip Register 42
MTU_MC81_RDBFL43 0xF00661B6          MC 81 Read Data and Bit Flip Register 43
MTU_MC81_RDBFL44 0xF00661B8          MC 81 Read Data and Bit Flip Register 44
MTU_MC81_RDBFL45 0xF00661BA          MC 81 Read Data and Bit Flip Register 45
MTU_MC81_RDBFL46 0xF00661BC          MC 81 Read Data and Bit Flip Register 46
MTU_MC81_RDBFL47 0xF00661BE          MC 81 Read Data and Bit Flip Register 47
MTU_MC81_RDBFL48 0xF00661C0          MC 81 Read Data and Bit Flip Register 48
MTU_MC81_RDBFL49 0xF00661C2          MC 81 Read Data and Bit Flip Register 49
MTU_MC81_RDBFL50 0xF00661C4          MC 81 Read Data and Bit Flip Register 50
MTU_MC81_RDBFL51 0xF00661C6          MC 81 Read Data and Bit Flip Register 51
MTU_MC81_RDBFL52 0xF00661C8          MC 81 Read Data and Bit Flip Register 52
MTU_MC81_RDBFL53 0xF00661CA          MC 81 Read Data and Bit Flip Register 53
MTU_MC81_RDBFL54 0xF00661CC          MC 81 Read Data and Bit Flip Register 54
MTU_MC81_RDBFL55 0xF00661CE          MC 81 Read Data and Bit Flip Register 55
MTU_MC81_RDBFL56 0xF00661D0          MC 81 Read Data and Bit Flip Register 56
MTU_MC81_RDBFL57 0xF00661D2          MC 81 Read Data and Bit Flip Register 57
MTU_MC81_RDBFL58 0xF00661D4          MC 81 Read Data and Bit Flip Register 58
MTU_MC81_RDBFL59 0xF00661D6          MC 81 Read Data and Bit Flip Register 59
MTU_MC81_RDBFL60 0xF00661D8          MC 81 Read Data and Bit Flip Register 60
MTU_MC81_RDBFL61 0xF00661DA          MC 81 Read Data and Bit Flip Register 61
MTU_MC81_RDBFL62 0xF00661DC          MC 81 Read Data and Bit Flip Register 62
MTU_MC81_RDBFL63 0xF00661DE          MC 81 Read Data and Bit Flip Register 63
MTU_MC81_RDBFL64 0xF00661E0          MC 81 Read Data and Bit Flip Register 64
MTU_MC81_RDBFL65 0xF00661E2          MC 81 Read Data and Bit Flip Register 65
MTU_MC81_RDBFL66 0xF00661E4          MC 81 Read Data and Bit Flip Register 66
MTU_MC81_ALMSRCS 0xF00661EE          MC 81 Alarm Sources Configuration Register
MTU_MC81_FAULTSTS 0xF00661F0          MC 81 SSH Safety Faults Status Register
MTU_MC81_ERRINFO0 0xF00661F2          MC 81 Error Information Register 0
MTU_MC81_ERRINFO1 0xF00661F4          MC 81 Error Information Register 1
MTU_MC81_ERRINFO2 0xF00661F6          MC 81 Error Information Register 2
MTU_MC81_ERRINFO3 0xF00661F8          MC 81 Error Information Register 3
MTU_MC81_ERRINFO4 0xF00661FA          MC 81 Error Information Register 4
MTU_MC82_CONFIG0 0xF0066200          MC 82 Configuration Register 0
MTU_MC82_CONFIG1 0xF0066202          MC 82 Configuration Register 1
MTU_MC82_MCONTROL 0xF0066204          MC 82 MBIST Control Register
MTU_MC82_MSTATUS 0xF0066206          MC 82 Status Register
MTU_MC82_RANGE  0xF0066208          MC 82 Range Register, single address mode
MTU_MC82_REVID  0xF006620C          MC 82 Revision ID Register
MTU_MC82_ECCS   0xF006620E          MC 82 ECC Safety Register
MTU_MC82_ECCD   0xF0066210          MC 82 Memory ECC Detection Register
MTU_MC82_ETRR0  0xF0066212          MC 82 Error Tracking Register 0
MTU_MC82_ETRR1  0xF0066214          MC 82 Error Tracking Register 1
MTU_MC82_ETRR2  0xF0066216          MC 82 Error Tracking Register 2
MTU_MC82_ETRR3  0xF0066218          MC 82 Error Tracking Register 3
MTU_MC82_ETRR4  0xF006621A          MC 82 Error Tracking Register 4
MTU_MC82_RDBFL0 0xF0066260          MC 82 Read Data and Bit Flip Register 0
MTU_MC82_RDBFL1 0xF0066262          MC 82 Read Data and Bit Flip Register 1
MTU_MC82_RDBFL2 0xF0066264          MC 82 Read Data and Bit Flip Register 2
MTU_MC82_RDBFL3 0xF0066266          MC 82 Read Data and Bit Flip Register 3
MTU_MC82_RDBFL4 0xF0066268          MC 82 Read Data and Bit Flip Register 4
MTU_MC82_RDBFL5 0xF006626A          MC 82 Read Data and Bit Flip Register 5
MTU_MC82_RDBFL6 0xF006626C          MC 82 Read Data and Bit Flip Register 6
MTU_MC82_RDBFL7 0xF006626E          MC 82 Read Data and Bit Flip Register 7
MTU_MC82_RDBFL8 0xF0066270          MC 82 Read Data and Bit Flip Register 8
MTU_MC82_RDBFL9 0xF0066272          MC 82 Read Data and Bit Flip Register 9
MTU_MC82_RDBFL10 0xF0066274          MC 82 Read Data and Bit Flip Register 10
MTU_MC82_RDBFL11 0xF0066276          MC 82 Read Data and Bit Flip Register 11
MTU_MC82_RDBFL12 0xF0066278          MC 82 Read Data and Bit Flip Register 12
MTU_MC82_RDBFL13 0xF006627A          MC 82 Read Data and Bit Flip Register 13
MTU_MC82_RDBFL14 0xF006627C          MC 82 Read Data and Bit Flip Register 14
MTU_MC82_RDBFL15 0xF006627E          MC 82 Read Data and Bit Flip Register 15
MTU_MC82_RDBFL16 0xF0066280          MC 82 Read Data and Bit Flip Register 16
MTU_MC82_RDBFL17 0xF0066282          MC 82 Read Data and Bit Flip Register 17
MTU_MC82_RDBFL18 0xF0066284          MC 82 Read Data and Bit Flip Register 18
MTU_MC82_RDBFL19 0xF0066286          MC 82 Read Data and Bit Flip Register 19
MTU_MC82_RDBFL20 0xF0066288          MC 82 Read Data and Bit Flip Register 20
MTU_MC82_RDBFL21 0xF006628A          MC 82 Read Data and Bit Flip Register 21
MTU_MC82_RDBFL22 0xF006628C          MC 82 Read Data and Bit Flip Register 22
MTU_MC82_RDBFL23 0xF006628E          MC 82 Read Data and Bit Flip Register 23
MTU_MC82_RDBFL24 0xF0066290          MC 82 Read Data and Bit Flip Register 24
MTU_MC82_RDBFL25 0xF0066292          MC 82 Read Data and Bit Flip Register 25
MTU_MC82_RDBFL26 0xF0066294          MC 82 Read Data and Bit Flip Register 26
MTU_MC82_RDBFL27 0xF0066296          MC 82 Read Data and Bit Flip Register 27
MTU_MC82_RDBFL28 0xF0066298          MC 82 Read Data and Bit Flip Register 28
MTU_MC82_RDBFL29 0xF006629A          MC 82 Read Data and Bit Flip Register 29
MTU_MC82_RDBFL30 0xF006629C          MC 82 Read Data and Bit Flip Register 30
MTU_MC82_RDBFL31 0xF006629E          MC 82 Read Data and Bit Flip Register 31
MTU_MC82_RDBFL32 0xF00662A0          MC 82 Read Data and Bit Flip Register 32
MTU_MC82_RDBFL33 0xF00662A2          MC 82 Read Data and Bit Flip Register 33
MTU_MC82_RDBFL34 0xF00662A4          MC 82 Read Data and Bit Flip Register 34
MTU_MC82_RDBFL35 0xF00662A6          MC 82 Read Data and Bit Flip Register 35
MTU_MC82_RDBFL36 0xF00662A8          MC 82 Read Data and Bit Flip Register 36
MTU_MC82_RDBFL37 0xF00662AA          MC 82 Read Data and Bit Flip Register 37
MTU_MC82_RDBFL38 0xF00662AC          MC 82 Read Data and Bit Flip Register 38
MTU_MC82_RDBFL39 0xF00662AE          MC 82 Read Data and Bit Flip Register 39
MTU_MC82_RDBFL40 0xF00662B0          MC 82 Read Data and Bit Flip Register 40
MTU_MC82_RDBFL41 0xF00662B2          MC 82 Read Data and Bit Flip Register 41
MTU_MC82_RDBFL42 0xF00662B4          MC 82 Read Data and Bit Flip Register 42
MTU_MC82_RDBFL43 0xF00662B6          MC 82 Read Data and Bit Flip Register 43
MTU_MC82_RDBFL44 0xF00662B8          MC 82 Read Data and Bit Flip Register 44
MTU_MC82_RDBFL45 0xF00662BA          MC 82 Read Data and Bit Flip Register 45
MTU_MC82_RDBFL46 0xF00662BC          MC 82 Read Data and Bit Flip Register 46
MTU_MC82_RDBFL47 0xF00662BE          MC 82 Read Data and Bit Flip Register 47
MTU_MC82_RDBFL48 0xF00662C0          MC 82 Read Data and Bit Flip Register 48
MTU_MC82_RDBFL49 0xF00662C2          MC 82 Read Data and Bit Flip Register 49
MTU_MC82_RDBFL50 0xF00662C4          MC 82 Read Data and Bit Flip Register 50
MTU_MC82_RDBFL51 0xF00662C6          MC 82 Read Data and Bit Flip Register 51
MTU_MC82_RDBFL52 0xF00662C8          MC 82 Read Data and Bit Flip Register 52
MTU_MC82_RDBFL53 0xF00662CA          MC 82 Read Data and Bit Flip Register 53
MTU_MC82_RDBFL54 0xF00662CC          MC 82 Read Data and Bit Flip Register 54
MTU_MC82_RDBFL55 0xF00662CE          MC 82 Read Data and Bit Flip Register 55
MTU_MC82_RDBFL56 0xF00662D0          MC 82 Read Data and Bit Flip Register 56
MTU_MC82_RDBFL57 0xF00662D2          MC 82 Read Data and Bit Flip Register 57
MTU_MC82_RDBFL58 0xF00662D4          MC 82 Read Data and Bit Flip Register 58
MTU_MC82_RDBFL59 0xF00662D6          MC 82 Read Data and Bit Flip Register 59
MTU_MC82_RDBFL60 0xF00662D8          MC 82 Read Data and Bit Flip Register 60
MTU_MC82_RDBFL61 0xF00662DA          MC 82 Read Data and Bit Flip Register 61
MTU_MC82_RDBFL62 0xF00662DC          MC 82 Read Data and Bit Flip Register 62
MTU_MC82_RDBFL63 0xF00662DE          MC 82 Read Data and Bit Flip Register 63
MTU_MC82_RDBFL64 0xF00662E0          MC 82 Read Data and Bit Flip Register 64
MTU_MC82_RDBFL65 0xF00662E2          MC 82 Read Data and Bit Flip Register 65
MTU_MC82_RDBFL66 0xF00662E4          MC 82 Read Data and Bit Flip Register 66
MTU_MC82_ALMSRCS 0xF00662EE          MC 82 Alarm Sources Configuration Register
MTU_MC82_FAULTSTS 0xF00662F0          MC 82 SSH Safety Faults Status Register
MTU_MC82_ERRINFO0 0xF00662F2          MC 82 Error Information Register 0
MTU_MC82_ERRINFO1 0xF00662F4          MC 82 Error Information Register 1
MTU_MC82_ERRINFO2 0xF00662F6          MC 82 Error Information Register 2
MTU_MC82_ERRINFO3 0xF00662F8          MC 82 Error Information Register 3
MTU_MC82_ERRINFO4 0xF00662FA          MC 82 Error Information Register 4
MTU_MC83_CONFIG0 0xF0066300          MC 83 Configuration Register 0
MTU_MC83_CONFIG1 0xF0066302          MC 83 Configuration Register 1
MTU_MC83_MCONTROL 0xF0066304          MC 83 MBIST Control Register
MTU_MC83_MSTATUS 0xF0066306          MC 83 Status Register
MTU_MC83_RANGE  0xF0066308          MC 83 Range Register, single address mode
MTU_MC83_REVID  0xF006630C          MC 83 Revision ID Register
MTU_MC83_ECCS   0xF006630E          MC 83 ECC Safety Register
MTU_MC83_ECCD   0xF0066310          MC 83 Memory ECC Detection Register
MTU_MC83_ETRR0  0xF0066312          MC 83 Error Tracking Register 0
MTU_MC83_ETRR1  0xF0066314          MC 83 Error Tracking Register 1
MTU_MC83_ETRR2  0xF0066316          MC 83 Error Tracking Register 2
MTU_MC83_ETRR3  0xF0066318          MC 83 Error Tracking Register 3
MTU_MC83_ETRR4  0xF006631A          MC 83 Error Tracking Register 4
MTU_MC83_RDBFL0 0xF0066360          MC 83 Read Data and Bit Flip Register 0
MTU_MC83_RDBFL1 0xF0066362          MC 83 Read Data and Bit Flip Register 1
MTU_MC83_RDBFL2 0xF0066364          MC 83 Read Data and Bit Flip Register 2
MTU_MC83_RDBFL3 0xF0066366          MC 83 Read Data and Bit Flip Register 3
MTU_MC83_RDBFL4 0xF0066368          MC 83 Read Data and Bit Flip Register 4
MTU_MC83_RDBFL5 0xF006636A          MC 83 Read Data and Bit Flip Register 5
MTU_MC83_RDBFL6 0xF006636C          MC 83 Read Data and Bit Flip Register 6
MTU_MC83_RDBFL7 0xF006636E          MC 83 Read Data and Bit Flip Register 7
MTU_MC83_RDBFL8 0xF0066370          MC 83 Read Data and Bit Flip Register 8
MTU_MC83_RDBFL9 0xF0066372          MC 83 Read Data and Bit Flip Register 9
MTU_MC83_RDBFL10 0xF0066374          MC 83 Read Data and Bit Flip Register 10
MTU_MC83_RDBFL11 0xF0066376          MC 83 Read Data and Bit Flip Register 11
MTU_MC83_RDBFL12 0xF0066378          MC 83 Read Data and Bit Flip Register 12
MTU_MC83_RDBFL13 0xF006637A          MC 83 Read Data and Bit Flip Register 13
MTU_MC83_RDBFL14 0xF006637C          MC 83 Read Data and Bit Flip Register 14
MTU_MC83_RDBFL15 0xF006637E          MC 83 Read Data and Bit Flip Register 15
MTU_MC83_RDBFL16 0xF0066380          MC 83 Read Data and Bit Flip Register 16
MTU_MC83_RDBFL17 0xF0066382          MC 83 Read Data and Bit Flip Register 17
MTU_MC83_RDBFL18 0xF0066384          MC 83 Read Data and Bit Flip Register 18
MTU_MC83_RDBFL19 0xF0066386          MC 83 Read Data and Bit Flip Register 19
MTU_MC83_RDBFL20 0xF0066388          MC 83 Read Data and Bit Flip Register 20
MTU_MC83_RDBFL21 0xF006638A          MC 83 Read Data and Bit Flip Register 21
MTU_MC83_RDBFL22 0xF006638C          MC 83 Read Data and Bit Flip Register 22
MTU_MC83_RDBFL23 0xF006638E          MC 83 Read Data and Bit Flip Register 23
MTU_MC83_RDBFL24 0xF0066390          MC 83 Read Data and Bit Flip Register 24
MTU_MC83_RDBFL25 0xF0066392          MC 83 Read Data and Bit Flip Register 25
MTU_MC83_RDBFL26 0xF0066394          MC 83 Read Data and Bit Flip Register 26
MTU_MC83_RDBFL27 0xF0066396          MC 83 Read Data and Bit Flip Register 27
MTU_MC83_RDBFL28 0xF0066398          MC 83 Read Data and Bit Flip Register 28
MTU_MC83_RDBFL29 0xF006639A          MC 83 Read Data and Bit Flip Register 29
MTU_MC83_RDBFL30 0xF006639C          MC 83 Read Data and Bit Flip Register 30
MTU_MC83_RDBFL31 0xF006639E          MC 83 Read Data and Bit Flip Register 31
MTU_MC83_RDBFL32 0xF00663A0          MC 83 Read Data and Bit Flip Register 32
MTU_MC83_RDBFL33 0xF00663A2          MC 83 Read Data and Bit Flip Register 33
MTU_MC83_RDBFL34 0xF00663A4          MC 83 Read Data and Bit Flip Register 34
MTU_MC83_RDBFL35 0xF00663A6          MC 83 Read Data and Bit Flip Register 35
MTU_MC83_RDBFL36 0xF00663A8          MC 83 Read Data and Bit Flip Register 36
MTU_MC83_RDBFL37 0xF00663AA          MC 83 Read Data and Bit Flip Register 37
MTU_MC83_RDBFL38 0xF00663AC          MC 83 Read Data and Bit Flip Register 38
MTU_MC83_RDBFL39 0xF00663AE          MC 83 Read Data and Bit Flip Register 39
MTU_MC83_RDBFL40 0xF00663B0          MC 83 Read Data and Bit Flip Register 40
MTU_MC83_RDBFL41 0xF00663B2          MC 83 Read Data and Bit Flip Register 41
MTU_MC83_RDBFL42 0xF00663B4          MC 83 Read Data and Bit Flip Register 42
MTU_MC83_RDBFL43 0xF00663B6          MC 83 Read Data and Bit Flip Register 43
MTU_MC83_RDBFL44 0xF00663B8          MC 83 Read Data and Bit Flip Register 44
MTU_MC83_RDBFL45 0xF00663BA          MC 83 Read Data and Bit Flip Register 45
MTU_MC83_RDBFL46 0xF00663BC          MC 83 Read Data and Bit Flip Register 46
MTU_MC83_RDBFL47 0xF00663BE          MC 83 Read Data and Bit Flip Register 47
MTU_MC83_RDBFL48 0xF00663C0          MC 83 Read Data and Bit Flip Register 48
MTU_MC83_RDBFL49 0xF00663C2          MC 83 Read Data and Bit Flip Register 49
MTU_MC83_RDBFL50 0xF00663C4          MC 83 Read Data and Bit Flip Register 50
MTU_MC83_RDBFL51 0xF00663C6          MC 83 Read Data and Bit Flip Register 51
MTU_MC83_RDBFL52 0xF00663C8          MC 83 Read Data and Bit Flip Register 52
MTU_MC83_RDBFL53 0xF00663CA          MC 83 Read Data and Bit Flip Register 53
MTU_MC83_RDBFL54 0xF00663CC          MC 83 Read Data and Bit Flip Register 54
MTU_MC83_RDBFL55 0xF00663CE          MC 83 Read Data and Bit Flip Register 55
MTU_MC83_RDBFL56 0xF00663D0          MC 83 Read Data and Bit Flip Register 56
MTU_MC83_RDBFL57 0xF00663D2          MC 83 Read Data and Bit Flip Register 57
MTU_MC83_RDBFL58 0xF00663D4          MC 83 Read Data and Bit Flip Register 58
MTU_MC83_RDBFL59 0xF00663D6          MC 83 Read Data and Bit Flip Register 59
MTU_MC83_RDBFL60 0xF00663D8          MC 83 Read Data and Bit Flip Register 60
MTU_MC83_RDBFL61 0xF00663DA          MC 83 Read Data and Bit Flip Register 61
MTU_MC83_RDBFL62 0xF00663DC          MC 83 Read Data and Bit Flip Register 62
MTU_MC83_RDBFL63 0xF00663DE          MC 83 Read Data and Bit Flip Register 63
MTU_MC83_RDBFL64 0xF00663E0          MC 83 Read Data and Bit Flip Register 64
MTU_MC83_RDBFL65 0xF00663E2          MC 83 Read Data and Bit Flip Register 65
MTU_MC83_RDBFL66 0xF00663E4          MC 83 Read Data and Bit Flip Register 66
MTU_MC83_ALMSRCS 0xF00663EE          MC 83 Alarm Sources Configuration Register
MTU_MC83_FAULTSTS 0xF00663F0          MC 83 SSH Safety Faults Status Register
MTU_MC83_ERRINFO0 0xF00663F2          MC 83 Error Information Register 0
MTU_MC83_ERRINFO1 0xF00663F4          MC 83 Error Information Register 1
MTU_MC83_ERRINFO2 0xF00663F6          MC 83 Error Information Register 2
MTU_MC83_ERRINFO3 0xF00663F8          MC 83 Error Information Register 3
MTU_MC83_ERRINFO4 0xF00663FA          MC 83 Error Information Register 4
MTU_MC84_CONFIG0 0xF0066400          MC 84 Configuration Register 0
MTU_MC84_CONFIG1 0xF0066402          MC 84 Configuration Register 1
MTU_MC84_MCONTROL 0xF0066404          MC 84 MBIST Control Register
MTU_MC84_MSTATUS 0xF0066406          MC 84 Status Register
MTU_MC84_RANGE  0xF0066408          MC 84 Range Register, single address mode
MTU_MC84_REVID  0xF006640C          MC 84 Revision ID Register
MTU_MC84_ECCS   0xF006640E          MC 84 ECC Safety Register
MTU_MC84_ECCD   0xF0066410          MC 84 Memory ECC Detection Register
MTU_MC84_ETRR0  0xF0066412          MC 84 Error Tracking Register 0
MTU_MC84_ETRR1  0xF0066414          MC 84 Error Tracking Register 1
MTU_MC84_ETRR2  0xF0066416          MC 84 Error Tracking Register 2
MTU_MC84_ETRR3  0xF0066418          MC 84 Error Tracking Register 3
MTU_MC84_ETRR4  0xF006641A          MC 84 Error Tracking Register 4
MTU_MC84_RDBFL0 0xF0066460          MC 84 Read Data and Bit Flip Register 0
MTU_MC84_RDBFL1 0xF0066462          MC 84 Read Data and Bit Flip Register 1
MTU_MC84_RDBFL2 0xF0066464          MC 84 Read Data and Bit Flip Register 2
MTU_MC84_RDBFL3 0xF0066466          MC 84 Read Data and Bit Flip Register 3
MTU_MC84_RDBFL4 0xF0066468          MC 84 Read Data and Bit Flip Register 4
MTU_MC84_RDBFL5 0xF006646A          MC 84 Read Data and Bit Flip Register 5
MTU_MC84_RDBFL6 0xF006646C          MC 84 Read Data and Bit Flip Register 6
MTU_MC84_RDBFL7 0xF006646E          MC 84 Read Data and Bit Flip Register 7
MTU_MC84_RDBFL8 0xF0066470          MC 84 Read Data and Bit Flip Register 8
MTU_MC84_RDBFL9 0xF0066472          MC 84 Read Data and Bit Flip Register 9
MTU_MC84_RDBFL10 0xF0066474          MC 84 Read Data and Bit Flip Register 10
MTU_MC84_RDBFL11 0xF0066476          MC 84 Read Data and Bit Flip Register 11
MTU_MC84_RDBFL12 0xF0066478          MC 84 Read Data and Bit Flip Register 12
MTU_MC84_RDBFL13 0xF006647A          MC 84 Read Data and Bit Flip Register 13
MTU_MC84_RDBFL14 0xF006647C          MC 84 Read Data and Bit Flip Register 14
MTU_MC84_RDBFL15 0xF006647E          MC 84 Read Data and Bit Flip Register 15
MTU_MC84_RDBFL16 0xF0066480          MC 84 Read Data and Bit Flip Register 16
MTU_MC84_RDBFL17 0xF0066482          MC 84 Read Data and Bit Flip Register 17
MTU_MC84_RDBFL18 0xF0066484          MC 84 Read Data and Bit Flip Register 18
MTU_MC84_RDBFL19 0xF0066486          MC 84 Read Data and Bit Flip Register 19
MTU_MC84_RDBFL20 0xF0066488          MC 84 Read Data and Bit Flip Register 20
MTU_MC84_RDBFL21 0xF006648A          MC 84 Read Data and Bit Flip Register 21
MTU_MC84_RDBFL22 0xF006648C          MC 84 Read Data and Bit Flip Register 22
MTU_MC84_RDBFL23 0xF006648E          MC 84 Read Data and Bit Flip Register 23
MTU_MC84_RDBFL24 0xF0066490          MC 84 Read Data and Bit Flip Register 24
MTU_MC84_RDBFL25 0xF0066492          MC 84 Read Data and Bit Flip Register 25
MTU_MC84_RDBFL26 0xF0066494          MC 84 Read Data and Bit Flip Register 26
MTU_MC84_RDBFL27 0xF0066496          MC 84 Read Data and Bit Flip Register 27
MTU_MC84_RDBFL28 0xF0066498          MC 84 Read Data and Bit Flip Register 28
MTU_MC84_RDBFL29 0xF006649A          MC 84 Read Data and Bit Flip Register 29
MTU_MC84_RDBFL30 0xF006649C          MC 84 Read Data and Bit Flip Register 30
MTU_MC84_RDBFL31 0xF006649E          MC 84 Read Data and Bit Flip Register 31
MTU_MC84_RDBFL32 0xF00664A0          MC 84 Read Data and Bit Flip Register 32
MTU_MC84_RDBFL33 0xF00664A2          MC 84 Read Data and Bit Flip Register 33
MTU_MC84_RDBFL34 0xF00664A4          MC 84 Read Data and Bit Flip Register 34
MTU_MC84_RDBFL35 0xF00664A6          MC 84 Read Data and Bit Flip Register 35
MTU_MC84_RDBFL36 0xF00664A8          MC 84 Read Data and Bit Flip Register 36
MTU_MC84_RDBFL37 0xF00664AA          MC 84 Read Data and Bit Flip Register 37
MTU_MC84_RDBFL38 0xF00664AC          MC 84 Read Data and Bit Flip Register 38
MTU_MC84_RDBFL39 0xF00664AE          MC 84 Read Data and Bit Flip Register 39
MTU_MC84_RDBFL40 0xF00664B0          MC 84 Read Data and Bit Flip Register 40
MTU_MC84_RDBFL41 0xF00664B2          MC 84 Read Data and Bit Flip Register 41
MTU_MC84_RDBFL42 0xF00664B4          MC 84 Read Data and Bit Flip Register 42
MTU_MC84_RDBFL43 0xF00664B6          MC 84 Read Data and Bit Flip Register 43
MTU_MC84_RDBFL44 0xF00664B8          MC 84 Read Data and Bit Flip Register 44
MTU_MC84_RDBFL45 0xF00664BA          MC 84 Read Data and Bit Flip Register 45
MTU_MC84_RDBFL46 0xF00664BC          MC 84 Read Data and Bit Flip Register 46
MTU_MC84_RDBFL47 0xF00664BE          MC 84 Read Data and Bit Flip Register 47
MTU_MC84_RDBFL48 0xF00664C0          MC 84 Read Data and Bit Flip Register 48
MTU_MC84_RDBFL49 0xF00664C2          MC 84 Read Data and Bit Flip Register 49
MTU_MC84_RDBFL50 0xF00664C4          MC 84 Read Data and Bit Flip Register 50
MTU_MC84_RDBFL51 0xF00664C6          MC 84 Read Data and Bit Flip Register 51
MTU_MC84_RDBFL52 0xF00664C8          MC 84 Read Data and Bit Flip Register 52
MTU_MC84_RDBFL53 0xF00664CA          MC 84 Read Data and Bit Flip Register 53
MTU_MC84_RDBFL54 0xF00664CC          MC 84 Read Data and Bit Flip Register 54
MTU_MC84_RDBFL55 0xF00664CE          MC 84 Read Data and Bit Flip Register 55
MTU_MC84_RDBFL56 0xF00664D0          MC 84 Read Data and Bit Flip Register 56
MTU_MC84_RDBFL57 0xF00664D2          MC 84 Read Data and Bit Flip Register 57
MTU_MC84_RDBFL58 0xF00664D4          MC 84 Read Data and Bit Flip Register 58
MTU_MC84_RDBFL59 0xF00664D6          MC 84 Read Data and Bit Flip Register 59
MTU_MC84_RDBFL60 0xF00664D8          MC 84 Read Data and Bit Flip Register 60
MTU_MC84_RDBFL61 0xF00664DA          MC 84 Read Data and Bit Flip Register 61
MTU_MC84_RDBFL62 0xF00664DC          MC 84 Read Data and Bit Flip Register 62
MTU_MC84_RDBFL63 0xF00664DE          MC 84 Read Data and Bit Flip Register 63
MTU_MC84_RDBFL64 0xF00664E0          MC 84 Read Data and Bit Flip Register 64
MTU_MC84_RDBFL65 0xF00664E2          MC 84 Read Data and Bit Flip Register 65
MTU_MC84_RDBFL66 0xF00664E4          MC 84 Read Data and Bit Flip Register 66
MTU_MC84_ALMSRCS 0xF00664EE          MC 84 Alarm Sources Configuration Register
MTU_MC84_FAULTSTS 0xF00664F0          MC 84 SSH Safety Faults Status Register
MTU_MC84_ERRINFO0 0xF00664F2          MC 84 Error Information Register 0
MTU_MC84_ERRINFO1 0xF00664F4          MC 84 Error Information Register 1
MTU_MC84_ERRINFO2 0xF00664F6          MC 84 Error Information Register 2
MTU_MC84_ERRINFO3 0xF00664F8          MC 84 Error Information Register 3
MTU_MC84_ERRINFO4 0xF00664FA          MC 84 Error Information Register 4
MTU_MC85_CONFIG0 0xF0066500          MC 85 Configuration Register 0
MTU_MC85_CONFIG1 0xF0066502          MC 85 Configuration Register 1
MTU_MC85_MCONTROL 0xF0066504          MC 85 MBIST Control Register
MTU_MC85_MSTATUS 0xF0066506          MC 85 Status Register
MTU_MC85_RANGE  0xF0066508          MC 85 Range Register, single address mode
MTU_MC85_REVID  0xF006650C          MC 85 Revision ID Register
MTU_MC85_ECCS   0xF006650E          MC 85 ECC Safety Register
MTU_MC85_ECCD   0xF0066510          MC 85 Memory ECC Detection Register
MTU_MC85_ETRR0  0xF0066512          MC 85 Error Tracking Register 0
MTU_MC85_ETRR1  0xF0066514          MC 85 Error Tracking Register 1
MTU_MC85_ETRR2  0xF0066516          MC 85 Error Tracking Register 2
MTU_MC85_ETRR3  0xF0066518          MC 85 Error Tracking Register 3
MTU_MC85_ETRR4  0xF006651A          MC 85 Error Tracking Register 4
MTU_MC85_RDBFL0 0xF0066560          MC 85 Read Data and Bit Flip Register 0
MTU_MC85_RDBFL1 0xF0066562          MC 85 Read Data and Bit Flip Register 1
MTU_MC85_RDBFL2 0xF0066564          MC 85 Read Data and Bit Flip Register 2
MTU_MC85_RDBFL3 0xF0066566          MC 85 Read Data and Bit Flip Register 3
MTU_MC85_RDBFL4 0xF0066568          MC 85 Read Data and Bit Flip Register 4
MTU_MC85_RDBFL5 0xF006656A          MC 85 Read Data and Bit Flip Register 5
MTU_MC85_RDBFL6 0xF006656C          MC 85 Read Data and Bit Flip Register 6
MTU_MC85_RDBFL7 0xF006656E          MC 85 Read Data and Bit Flip Register 7
MTU_MC85_RDBFL8 0xF0066570          MC 85 Read Data and Bit Flip Register 8
MTU_MC85_RDBFL9 0xF0066572          MC 85 Read Data and Bit Flip Register 9
MTU_MC85_RDBFL10 0xF0066574          MC 85 Read Data and Bit Flip Register 10
MTU_MC85_RDBFL11 0xF0066576          MC 85 Read Data and Bit Flip Register 11
MTU_MC85_RDBFL12 0xF0066578          MC 85 Read Data and Bit Flip Register 12
MTU_MC85_RDBFL13 0xF006657A          MC 85 Read Data and Bit Flip Register 13
MTU_MC85_RDBFL14 0xF006657C          MC 85 Read Data and Bit Flip Register 14
MTU_MC85_RDBFL15 0xF006657E          MC 85 Read Data and Bit Flip Register 15
MTU_MC85_RDBFL16 0xF0066580          MC 85 Read Data and Bit Flip Register 16
MTU_MC85_RDBFL17 0xF0066582          MC 85 Read Data and Bit Flip Register 17
MTU_MC85_RDBFL18 0xF0066584          MC 85 Read Data and Bit Flip Register 18
MTU_MC85_RDBFL19 0xF0066586          MC 85 Read Data and Bit Flip Register 19
MTU_MC85_RDBFL20 0xF0066588          MC 85 Read Data and Bit Flip Register 20
MTU_MC85_RDBFL21 0xF006658A          MC 85 Read Data and Bit Flip Register 21
MTU_MC85_RDBFL22 0xF006658C          MC 85 Read Data and Bit Flip Register 22
MTU_MC85_RDBFL23 0xF006658E          MC 85 Read Data and Bit Flip Register 23
MTU_MC85_RDBFL24 0xF0066590          MC 85 Read Data and Bit Flip Register 24
MTU_MC85_RDBFL25 0xF0066592          MC 85 Read Data and Bit Flip Register 25
MTU_MC85_RDBFL26 0xF0066594          MC 85 Read Data and Bit Flip Register 26
MTU_MC85_RDBFL27 0xF0066596          MC 85 Read Data and Bit Flip Register 27
MTU_MC85_RDBFL28 0xF0066598          MC 85 Read Data and Bit Flip Register 28
MTU_MC85_RDBFL29 0xF006659A          MC 85 Read Data and Bit Flip Register 29
MTU_MC85_RDBFL30 0xF006659C          MC 85 Read Data and Bit Flip Register 30
MTU_MC85_RDBFL31 0xF006659E          MC 85 Read Data and Bit Flip Register 31
MTU_MC85_RDBFL32 0xF00665A0          MC 85 Read Data and Bit Flip Register 32
MTU_MC85_RDBFL33 0xF00665A2          MC 85 Read Data and Bit Flip Register 33
MTU_MC85_RDBFL34 0xF00665A4          MC 85 Read Data and Bit Flip Register 34
MTU_MC85_RDBFL35 0xF00665A6          MC 85 Read Data and Bit Flip Register 35
MTU_MC85_RDBFL36 0xF00665A8          MC 85 Read Data and Bit Flip Register 36
MTU_MC85_RDBFL37 0xF00665AA          MC 85 Read Data and Bit Flip Register 37
MTU_MC85_RDBFL38 0xF00665AC          MC 85 Read Data and Bit Flip Register 38
MTU_MC85_RDBFL39 0xF00665AE          MC 85 Read Data and Bit Flip Register 39
MTU_MC85_RDBFL40 0xF00665B0          MC 85 Read Data and Bit Flip Register 40
MTU_MC85_RDBFL41 0xF00665B2          MC 85 Read Data and Bit Flip Register 41
MTU_MC85_RDBFL42 0xF00665B4          MC 85 Read Data and Bit Flip Register 42
MTU_MC85_RDBFL43 0xF00665B6          MC 85 Read Data and Bit Flip Register 43
MTU_MC85_RDBFL44 0xF00665B8          MC 85 Read Data and Bit Flip Register 44
MTU_MC85_RDBFL45 0xF00665BA          MC 85 Read Data and Bit Flip Register 45
MTU_MC85_RDBFL46 0xF00665BC          MC 85 Read Data and Bit Flip Register 46
MTU_MC85_RDBFL47 0xF00665BE          MC 85 Read Data and Bit Flip Register 47
MTU_MC85_RDBFL48 0xF00665C0          MC 85 Read Data and Bit Flip Register 48
MTU_MC85_RDBFL49 0xF00665C2          MC 85 Read Data and Bit Flip Register 49
MTU_MC85_RDBFL50 0xF00665C4          MC 85 Read Data and Bit Flip Register 50
MTU_MC85_RDBFL51 0xF00665C6          MC 85 Read Data and Bit Flip Register 51
MTU_MC85_RDBFL52 0xF00665C8          MC 85 Read Data and Bit Flip Register 52
MTU_MC85_RDBFL53 0xF00665CA          MC 85 Read Data and Bit Flip Register 53
MTU_MC85_RDBFL54 0xF00665CC          MC 85 Read Data and Bit Flip Register 54
MTU_MC85_RDBFL55 0xF00665CE          MC 85 Read Data and Bit Flip Register 55
MTU_MC85_RDBFL56 0xF00665D0          MC 85 Read Data and Bit Flip Register 56
MTU_MC85_RDBFL57 0xF00665D2          MC 85 Read Data and Bit Flip Register 57
MTU_MC85_RDBFL58 0xF00665D4          MC 85 Read Data and Bit Flip Register 58
MTU_MC85_RDBFL59 0xF00665D6          MC 85 Read Data and Bit Flip Register 59
MTU_MC85_RDBFL60 0xF00665D8          MC 85 Read Data and Bit Flip Register 60
MTU_MC85_RDBFL61 0xF00665DA          MC 85 Read Data and Bit Flip Register 61
MTU_MC85_RDBFL62 0xF00665DC          MC 85 Read Data and Bit Flip Register 62
MTU_MC85_RDBFL63 0xF00665DE          MC 85 Read Data and Bit Flip Register 63
MTU_MC85_RDBFL64 0xF00665E0          MC 85 Read Data and Bit Flip Register 64
MTU_MC85_RDBFL65 0xF00665E2          MC 85 Read Data and Bit Flip Register 65
MTU_MC85_RDBFL66 0xF00665E4          MC 85 Read Data and Bit Flip Register 66
MTU_MC85_ALMSRCS 0xF00665EE          MC 85 Alarm Sources Configuration Register
MTU_MC85_FAULTSTS 0xF00665F0          MC 85 SSH Safety Faults Status Register
MTU_MC85_ERRINFO0 0xF00665F2          MC 85 Error Information Register 0
MTU_MC85_ERRINFO1 0xF00665F4          MC 85 Error Information Register 1
MTU_MC85_ERRINFO2 0xF00665F6          MC 85 Error Information Register 2
MTU_MC85_ERRINFO3 0xF00665F8          MC 85 Error Information Register 3
MTU_MC85_ERRINFO4 0xF00665FA          MC 85 Error Information Register 4
MTU_MC86_CONFIG0 0xF0066600          MC 86 Configuration Register 0
MTU_MC86_CONFIG1 0xF0066602          MC 86 Configuration Register 1
MTU_MC86_MCONTROL 0xF0066604          MC 86 MBIST Control Register
MTU_MC86_MSTATUS 0xF0066606          MC 86 Status Register
MTU_MC86_RANGE  0xF0066608          MC 86 Range Register, single address mode
MTU_MC86_REVID  0xF006660C          MC 86 Revision ID Register
MTU_MC86_ECCS   0xF006660E          MC 86 ECC Safety Register
MTU_MC86_ECCD   0xF0066610          MC 86 Memory ECC Detection Register
MTU_MC86_ETRR0  0xF0066612          MC 86 Error Tracking Register 0
MTU_MC86_ETRR1  0xF0066614          MC 86 Error Tracking Register 1
MTU_MC86_ETRR2  0xF0066616          MC 86 Error Tracking Register 2
MTU_MC86_ETRR3  0xF0066618          MC 86 Error Tracking Register 3
MTU_MC86_ETRR4  0xF006661A          MC 86 Error Tracking Register 4
MTU_MC86_RDBFL0 0xF0066660          MC 86 Read Data and Bit Flip Register 0
MTU_MC86_RDBFL1 0xF0066662          MC 86 Read Data and Bit Flip Register 1
MTU_MC86_RDBFL2 0xF0066664          MC 86 Read Data and Bit Flip Register 2
MTU_MC86_RDBFL3 0xF0066666          MC 86 Read Data and Bit Flip Register 3
MTU_MC86_RDBFL4 0xF0066668          MC 86 Read Data and Bit Flip Register 4
MTU_MC86_RDBFL5 0xF006666A          MC 86 Read Data and Bit Flip Register 5
MTU_MC86_RDBFL6 0xF006666C          MC 86 Read Data and Bit Flip Register 6
MTU_MC86_RDBFL7 0xF006666E          MC 86 Read Data and Bit Flip Register 7
MTU_MC86_RDBFL8 0xF0066670          MC 86 Read Data and Bit Flip Register 8
MTU_MC86_RDBFL9 0xF0066672          MC 86 Read Data and Bit Flip Register 9
MTU_MC86_RDBFL10 0xF0066674          MC 86 Read Data and Bit Flip Register 10
MTU_MC86_RDBFL11 0xF0066676          MC 86 Read Data and Bit Flip Register 11
MTU_MC86_RDBFL12 0xF0066678          MC 86 Read Data and Bit Flip Register 12
MTU_MC86_RDBFL13 0xF006667A          MC 86 Read Data and Bit Flip Register 13
MTU_MC86_RDBFL14 0xF006667C          MC 86 Read Data and Bit Flip Register 14
MTU_MC86_RDBFL15 0xF006667E          MC 86 Read Data and Bit Flip Register 15
MTU_MC86_RDBFL16 0xF0066680          MC 86 Read Data and Bit Flip Register 16
MTU_MC86_RDBFL17 0xF0066682          MC 86 Read Data and Bit Flip Register 17
MTU_MC86_RDBFL18 0xF0066684          MC 86 Read Data and Bit Flip Register 18
MTU_MC86_RDBFL19 0xF0066686          MC 86 Read Data and Bit Flip Register 19
MTU_MC86_RDBFL20 0xF0066688          MC 86 Read Data and Bit Flip Register 20
MTU_MC86_RDBFL21 0xF006668A          MC 86 Read Data and Bit Flip Register 21
MTU_MC86_RDBFL22 0xF006668C          MC 86 Read Data and Bit Flip Register 22
MTU_MC86_RDBFL23 0xF006668E          MC 86 Read Data and Bit Flip Register 23
MTU_MC86_RDBFL24 0xF0066690          MC 86 Read Data and Bit Flip Register 24
MTU_MC86_RDBFL25 0xF0066692          MC 86 Read Data and Bit Flip Register 25
MTU_MC86_RDBFL26 0xF0066694          MC 86 Read Data and Bit Flip Register 26
MTU_MC86_RDBFL27 0xF0066696          MC 86 Read Data and Bit Flip Register 27
MTU_MC86_RDBFL28 0xF0066698          MC 86 Read Data and Bit Flip Register 28
MTU_MC86_RDBFL29 0xF006669A          MC 86 Read Data and Bit Flip Register 29
MTU_MC86_RDBFL30 0xF006669C          MC 86 Read Data and Bit Flip Register 30
MTU_MC86_RDBFL31 0xF006669E          MC 86 Read Data and Bit Flip Register 31
MTU_MC86_RDBFL32 0xF00666A0          MC 86 Read Data and Bit Flip Register 32
MTU_MC86_RDBFL33 0xF00666A2          MC 86 Read Data and Bit Flip Register 33
MTU_MC86_RDBFL34 0xF00666A4          MC 86 Read Data and Bit Flip Register 34
MTU_MC86_RDBFL35 0xF00666A6          MC 86 Read Data and Bit Flip Register 35
MTU_MC86_RDBFL36 0xF00666A8          MC 86 Read Data and Bit Flip Register 36
MTU_MC86_RDBFL37 0xF00666AA          MC 86 Read Data and Bit Flip Register 37
MTU_MC86_RDBFL38 0xF00666AC          MC 86 Read Data and Bit Flip Register 38
MTU_MC86_RDBFL39 0xF00666AE          MC 86 Read Data and Bit Flip Register 39
MTU_MC86_RDBFL40 0xF00666B0          MC 86 Read Data and Bit Flip Register 40
MTU_MC86_RDBFL41 0xF00666B2          MC 86 Read Data and Bit Flip Register 41
MTU_MC86_RDBFL42 0xF00666B4          MC 86 Read Data and Bit Flip Register 42
MTU_MC86_RDBFL43 0xF00666B6          MC 86 Read Data and Bit Flip Register 43
MTU_MC86_RDBFL44 0xF00666B8          MC 86 Read Data and Bit Flip Register 44
MTU_MC86_RDBFL45 0xF00666BA          MC 86 Read Data and Bit Flip Register 45
MTU_MC86_RDBFL46 0xF00666BC          MC 86 Read Data and Bit Flip Register 46
MTU_MC86_RDBFL47 0xF00666BE          MC 86 Read Data and Bit Flip Register 47
MTU_MC86_RDBFL48 0xF00666C0          MC 86 Read Data and Bit Flip Register 48
MTU_MC86_RDBFL49 0xF00666C2          MC 86 Read Data and Bit Flip Register 49
MTU_MC86_RDBFL50 0xF00666C4          MC 86 Read Data and Bit Flip Register 50
MTU_MC86_RDBFL51 0xF00666C6          MC 86 Read Data and Bit Flip Register 51
MTU_MC86_RDBFL52 0xF00666C8          MC 86 Read Data and Bit Flip Register 52
MTU_MC86_RDBFL53 0xF00666CA          MC 86 Read Data and Bit Flip Register 53
MTU_MC86_RDBFL54 0xF00666CC          MC 86 Read Data and Bit Flip Register 54
MTU_MC86_RDBFL55 0xF00666CE          MC 86 Read Data and Bit Flip Register 55
MTU_MC86_RDBFL56 0xF00666D0          MC 86 Read Data and Bit Flip Register 56
MTU_MC86_RDBFL57 0xF00666D2          MC 86 Read Data and Bit Flip Register 57
MTU_MC86_RDBFL58 0xF00666D4          MC 86 Read Data and Bit Flip Register 58
MTU_MC86_RDBFL59 0xF00666D6          MC 86 Read Data and Bit Flip Register 59
MTU_MC86_RDBFL60 0xF00666D8          MC 86 Read Data and Bit Flip Register 60
MTU_MC86_RDBFL61 0xF00666DA          MC 86 Read Data and Bit Flip Register 61
MTU_MC86_RDBFL62 0xF00666DC          MC 86 Read Data and Bit Flip Register 62
MTU_MC86_RDBFL63 0xF00666DE          MC 86 Read Data and Bit Flip Register 63
MTU_MC86_RDBFL64 0xF00666E0          MC 86 Read Data and Bit Flip Register 64
MTU_MC86_RDBFL65 0xF00666E2          MC 86 Read Data and Bit Flip Register 65
MTU_MC86_RDBFL66 0xF00666E4          MC 86 Read Data and Bit Flip Register 66
MTU_MC86_ALMSRCS 0xF00666EE          MC 86 Alarm Sources Configuration Register
MTU_MC86_FAULTSTS 0xF00666F0          MC 86 SSH Safety Faults Status Register
MTU_MC86_ERRINFO0 0xF00666F2          MC 86 Error Information Register 0
MTU_MC86_ERRINFO1 0xF00666F4          MC 86 Error Information Register 1
MTU_MC86_ERRINFO2 0xF00666F6          MC 86 Error Information Register 2
MTU_MC86_ERRINFO3 0xF00666F8          MC 86 Error Information Register 3
MTU_MC86_ERRINFO4 0xF00666FA          MC 86 Error Information Register 4
MTU_MC87_CONFIG0 0xF0066700          MC 87 Configuration Register 0
MTU_MC87_CONFIG1 0xF0066702          MC 87 Configuration Register 1
MTU_MC87_MCONTROL 0xF0066704          MC 87 MBIST Control Register
MTU_MC87_MSTATUS 0xF0066706          MC 87 Status Register
MTU_MC87_RANGE  0xF0066708          MC 87 Range Register, single address mode
MTU_MC87_REVID  0xF006670C          MC 87 Revision ID Register
MTU_MC87_ECCS   0xF006670E          MC 87 ECC Safety Register
MTU_MC87_ECCD   0xF0066710          MC 87 Memory ECC Detection Register
MTU_MC87_ETRR0  0xF0066712          MC 87 Error Tracking Register 0
MTU_MC87_ETRR1  0xF0066714          MC 87 Error Tracking Register 1
MTU_MC87_ETRR2  0xF0066716          MC 87 Error Tracking Register 2
MTU_MC87_ETRR3  0xF0066718          MC 87 Error Tracking Register 3
MTU_MC87_ETRR4  0xF006671A          MC 87 Error Tracking Register 4
MTU_MC87_RDBFL0 0xF0066760          MC 87 Read Data and Bit Flip Register 0
MTU_MC87_RDBFL1 0xF0066762          MC 87 Read Data and Bit Flip Register 1
MTU_MC87_RDBFL2 0xF0066764          MC 87 Read Data and Bit Flip Register 2
MTU_MC87_RDBFL3 0xF0066766          MC 87 Read Data and Bit Flip Register 3
MTU_MC87_RDBFL4 0xF0066768          MC 87 Read Data and Bit Flip Register 4
MTU_MC87_RDBFL5 0xF006676A          MC 87 Read Data and Bit Flip Register 5
MTU_MC87_RDBFL6 0xF006676C          MC 87 Read Data and Bit Flip Register 6
MTU_MC87_RDBFL7 0xF006676E          MC 87 Read Data and Bit Flip Register 7
MTU_MC87_RDBFL8 0xF0066770          MC 87 Read Data and Bit Flip Register 8
MTU_MC87_RDBFL9 0xF0066772          MC 87 Read Data and Bit Flip Register 9
MTU_MC87_RDBFL10 0xF0066774          MC 87 Read Data and Bit Flip Register 10
MTU_MC87_RDBFL11 0xF0066776          MC 87 Read Data and Bit Flip Register 11
MTU_MC87_RDBFL12 0xF0066778          MC 87 Read Data and Bit Flip Register 12
MTU_MC87_RDBFL13 0xF006677A          MC 87 Read Data and Bit Flip Register 13
MTU_MC87_RDBFL14 0xF006677C          MC 87 Read Data and Bit Flip Register 14
MTU_MC87_RDBFL15 0xF006677E          MC 87 Read Data and Bit Flip Register 15
MTU_MC87_RDBFL16 0xF0066780          MC 87 Read Data and Bit Flip Register 16
MTU_MC87_RDBFL17 0xF0066782          MC 87 Read Data and Bit Flip Register 17
MTU_MC87_RDBFL18 0xF0066784          MC 87 Read Data and Bit Flip Register 18
MTU_MC87_RDBFL19 0xF0066786          MC 87 Read Data and Bit Flip Register 19
MTU_MC87_RDBFL20 0xF0066788          MC 87 Read Data and Bit Flip Register 20
MTU_MC87_RDBFL21 0xF006678A          MC 87 Read Data and Bit Flip Register 21
MTU_MC87_RDBFL22 0xF006678C          MC 87 Read Data and Bit Flip Register 22
MTU_MC87_RDBFL23 0xF006678E          MC 87 Read Data and Bit Flip Register 23
MTU_MC87_RDBFL24 0xF0066790          MC 87 Read Data and Bit Flip Register 24
MTU_MC87_RDBFL25 0xF0066792          MC 87 Read Data and Bit Flip Register 25
MTU_MC87_RDBFL26 0xF0066794          MC 87 Read Data and Bit Flip Register 26
MTU_MC87_RDBFL27 0xF0066796          MC 87 Read Data and Bit Flip Register 27
MTU_MC87_RDBFL28 0xF0066798          MC 87 Read Data and Bit Flip Register 28
MTU_MC87_RDBFL29 0xF006679A          MC 87 Read Data and Bit Flip Register 29
MTU_MC87_RDBFL30 0xF006679C          MC 87 Read Data and Bit Flip Register 30
MTU_MC87_RDBFL31 0xF006679E          MC 87 Read Data and Bit Flip Register 31
MTU_MC87_RDBFL32 0xF00667A0          MC 87 Read Data and Bit Flip Register 32
MTU_MC87_RDBFL33 0xF00667A2          MC 87 Read Data and Bit Flip Register 33
MTU_MC87_RDBFL34 0xF00667A4          MC 87 Read Data and Bit Flip Register 34
MTU_MC87_RDBFL35 0xF00667A6          MC 87 Read Data and Bit Flip Register 35
MTU_MC87_RDBFL36 0xF00667A8          MC 87 Read Data and Bit Flip Register 36
MTU_MC87_RDBFL37 0xF00667AA          MC 87 Read Data and Bit Flip Register 37
MTU_MC87_RDBFL38 0xF00667AC          MC 87 Read Data and Bit Flip Register 38
MTU_MC87_RDBFL39 0xF00667AE          MC 87 Read Data and Bit Flip Register 39
MTU_MC87_RDBFL40 0xF00667B0          MC 87 Read Data and Bit Flip Register 40
MTU_MC87_RDBFL41 0xF00667B2          MC 87 Read Data and Bit Flip Register 41
MTU_MC87_RDBFL42 0xF00667B4          MC 87 Read Data and Bit Flip Register 42
MTU_MC87_RDBFL43 0xF00667B6          MC 87 Read Data and Bit Flip Register 43
MTU_MC87_RDBFL44 0xF00667B8          MC 87 Read Data and Bit Flip Register 44
MTU_MC87_RDBFL45 0xF00667BA          MC 87 Read Data and Bit Flip Register 45
MTU_MC87_RDBFL46 0xF00667BC          MC 87 Read Data and Bit Flip Register 46
MTU_MC87_RDBFL47 0xF00667BE          MC 87 Read Data and Bit Flip Register 47
MTU_MC87_RDBFL48 0xF00667C0          MC 87 Read Data and Bit Flip Register 48
MTU_MC87_RDBFL49 0xF00667C2          MC 87 Read Data and Bit Flip Register 49
MTU_MC87_RDBFL50 0xF00667C4          MC 87 Read Data and Bit Flip Register 50
MTU_MC87_RDBFL51 0xF00667C6          MC 87 Read Data and Bit Flip Register 51
MTU_MC87_RDBFL52 0xF00667C8          MC 87 Read Data and Bit Flip Register 52
MTU_MC87_RDBFL53 0xF00667CA          MC 87 Read Data and Bit Flip Register 53
MTU_MC87_RDBFL54 0xF00667CC          MC 87 Read Data and Bit Flip Register 54
MTU_MC87_RDBFL55 0xF00667CE          MC 87 Read Data and Bit Flip Register 55
MTU_MC87_RDBFL56 0xF00667D0          MC 87 Read Data and Bit Flip Register 56
MTU_MC87_RDBFL57 0xF00667D2          MC 87 Read Data and Bit Flip Register 57
MTU_MC87_RDBFL58 0xF00667D4          MC 87 Read Data and Bit Flip Register 58
MTU_MC87_RDBFL59 0xF00667D6          MC 87 Read Data and Bit Flip Register 59
MTU_MC87_RDBFL60 0xF00667D8          MC 87 Read Data and Bit Flip Register 60
MTU_MC87_RDBFL61 0xF00667DA          MC 87 Read Data and Bit Flip Register 61
MTU_MC87_RDBFL62 0xF00667DC          MC 87 Read Data and Bit Flip Register 62
MTU_MC87_RDBFL63 0xF00667DE          MC 87 Read Data and Bit Flip Register 63
MTU_MC87_RDBFL64 0xF00667E0          MC 87 Read Data and Bit Flip Register 64
MTU_MC87_RDBFL65 0xF00667E2          MC 87 Read Data and Bit Flip Register 65
MTU_MC87_RDBFL66 0xF00667E4          MC 87 Read Data and Bit Flip Register 66
MTU_MC87_ALMSRCS 0xF00667EE          MC 87 Alarm Sources Configuration Register
MTU_MC87_FAULTSTS 0xF00667F0          MC 87 SSH Safety Faults Status Register
MTU_MC87_ERRINFO0 0xF00667F2          MC 87 Error Information Register 0
MTU_MC87_ERRINFO1 0xF00667F4          MC 87 Error Information Register 1
MTU_MC87_ERRINFO2 0xF00667F6          MC 87 Error Information Register 2
MTU_MC87_ERRINFO3 0xF00667F8          MC 87 Error Information Register 3
MTU_MC87_ERRINFO4 0xF00667FA          MC 87 Error Information Register 4
MTU_MC88_CONFIG0 0xF0066800          MC 88 Configuration Register 0
MTU_MC88_CONFIG1 0xF0066802          MC 88 Configuration Register 1
MTU_MC88_MCONTROL 0xF0066804          MC 88 MBIST Control Register
MTU_MC88_MSTATUS 0xF0066806          MC 88 Status Register
MTU_MC88_RANGE  0xF0066808          MC 88 Range Register, single address mode
MTU_MC88_REVID  0xF006680C          MC 88 Revision ID Register
MTU_MC88_ECCS   0xF006680E          MC 88 ECC Safety Register
MTU_MC88_ECCD   0xF0066810          MC 88 Memory ECC Detection Register
MTU_MC88_ETRR0  0xF0066812          MC 88 Error Tracking Register 0
MTU_MC88_ETRR1  0xF0066814          MC 88 Error Tracking Register 1
MTU_MC88_ETRR2  0xF0066816          MC 88 Error Tracking Register 2
MTU_MC88_ETRR3  0xF0066818          MC 88 Error Tracking Register 3
MTU_MC88_ETRR4  0xF006681A          MC 88 Error Tracking Register 4
MTU_MC88_RDBFL0 0xF0066860          MC 88 Read Data and Bit Flip Register 0
MTU_MC88_RDBFL1 0xF0066862          MC 88 Read Data and Bit Flip Register 1
MTU_MC88_RDBFL2 0xF0066864          MC 88 Read Data and Bit Flip Register 2
MTU_MC88_RDBFL3 0xF0066866          MC 88 Read Data and Bit Flip Register 3
MTU_MC88_RDBFL4 0xF0066868          MC 88 Read Data and Bit Flip Register 4
MTU_MC88_RDBFL5 0xF006686A          MC 88 Read Data and Bit Flip Register 5
MTU_MC88_RDBFL6 0xF006686C          MC 88 Read Data and Bit Flip Register 6
MTU_MC88_RDBFL7 0xF006686E          MC 88 Read Data and Bit Flip Register 7
MTU_MC88_RDBFL8 0xF0066870          MC 88 Read Data and Bit Flip Register 8
MTU_MC88_RDBFL9 0xF0066872          MC 88 Read Data and Bit Flip Register 9
MTU_MC88_RDBFL10 0xF0066874          MC 88 Read Data and Bit Flip Register 10
MTU_MC88_RDBFL11 0xF0066876          MC 88 Read Data and Bit Flip Register 11
MTU_MC88_RDBFL12 0xF0066878          MC 88 Read Data and Bit Flip Register 12
MTU_MC88_RDBFL13 0xF006687A          MC 88 Read Data and Bit Flip Register 13
MTU_MC88_RDBFL14 0xF006687C          MC 88 Read Data and Bit Flip Register 14
MTU_MC88_RDBFL15 0xF006687E          MC 88 Read Data and Bit Flip Register 15
MTU_MC88_RDBFL16 0xF0066880          MC 88 Read Data and Bit Flip Register 16
MTU_MC88_RDBFL17 0xF0066882          MC 88 Read Data and Bit Flip Register 17
MTU_MC88_RDBFL18 0xF0066884          MC 88 Read Data and Bit Flip Register 18
MTU_MC88_RDBFL19 0xF0066886          MC 88 Read Data and Bit Flip Register 19
MTU_MC88_RDBFL20 0xF0066888          MC 88 Read Data and Bit Flip Register 20
MTU_MC88_RDBFL21 0xF006688A          MC 88 Read Data and Bit Flip Register 21
MTU_MC88_RDBFL22 0xF006688C          MC 88 Read Data and Bit Flip Register 22
MTU_MC88_RDBFL23 0xF006688E          MC 88 Read Data and Bit Flip Register 23
MTU_MC88_RDBFL24 0xF0066890          MC 88 Read Data and Bit Flip Register 24
MTU_MC88_RDBFL25 0xF0066892          MC 88 Read Data and Bit Flip Register 25
MTU_MC88_RDBFL26 0xF0066894          MC 88 Read Data and Bit Flip Register 26
MTU_MC88_RDBFL27 0xF0066896          MC 88 Read Data and Bit Flip Register 27
MTU_MC88_RDBFL28 0xF0066898          MC 88 Read Data and Bit Flip Register 28
MTU_MC88_RDBFL29 0xF006689A          MC 88 Read Data and Bit Flip Register 29
MTU_MC88_RDBFL30 0xF006689C          MC 88 Read Data and Bit Flip Register 30
MTU_MC88_RDBFL31 0xF006689E          MC 88 Read Data and Bit Flip Register 31
MTU_MC88_RDBFL32 0xF00668A0          MC 88 Read Data and Bit Flip Register 32
MTU_MC88_RDBFL33 0xF00668A2          MC 88 Read Data and Bit Flip Register 33
MTU_MC88_RDBFL34 0xF00668A4          MC 88 Read Data and Bit Flip Register 34
MTU_MC88_RDBFL35 0xF00668A6          MC 88 Read Data and Bit Flip Register 35
MTU_MC88_RDBFL36 0xF00668A8          MC 88 Read Data and Bit Flip Register 36
MTU_MC88_RDBFL37 0xF00668AA          MC 88 Read Data and Bit Flip Register 37
MTU_MC88_RDBFL38 0xF00668AC          MC 88 Read Data and Bit Flip Register 38
MTU_MC88_RDBFL39 0xF00668AE          MC 88 Read Data and Bit Flip Register 39
MTU_MC88_RDBFL40 0xF00668B0          MC 88 Read Data and Bit Flip Register 40
MTU_MC88_RDBFL41 0xF00668B2          MC 88 Read Data and Bit Flip Register 41
MTU_MC88_RDBFL42 0xF00668B4          MC 88 Read Data and Bit Flip Register 42
MTU_MC88_RDBFL43 0xF00668B6          MC 88 Read Data and Bit Flip Register 43
MTU_MC88_RDBFL44 0xF00668B8          MC 88 Read Data and Bit Flip Register 44
MTU_MC88_RDBFL45 0xF00668BA          MC 88 Read Data and Bit Flip Register 45
MTU_MC88_RDBFL46 0xF00668BC          MC 88 Read Data and Bit Flip Register 46
MTU_MC88_RDBFL47 0xF00668BE          MC 88 Read Data and Bit Flip Register 47
MTU_MC88_RDBFL48 0xF00668C0          MC 88 Read Data and Bit Flip Register 48
MTU_MC88_RDBFL49 0xF00668C2          MC 88 Read Data and Bit Flip Register 49
MTU_MC88_RDBFL50 0xF00668C4          MC 88 Read Data and Bit Flip Register 50
MTU_MC88_RDBFL51 0xF00668C6          MC 88 Read Data and Bit Flip Register 51
MTU_MC88_RDBFL52 0xF00668C8          MC 88 Read Data and Bit Flip Register 52
MTU_MC88_RDBFL53 0xF00668CA          MC 88 Read Data and Bit Flip Register 53
MTU_MC88_RDBFL54 0xF00668CC          MC 88 Read Data and Bit Flip Register 54
MTU_MC88_RDBFL55 0xF00668CE          MC 88 Read Data and Bit Flip Register 55
MTU_MC88_RDBFL56 0xF00668D0          MC 88 Read Data and Bit Flip Register 56
MTU_MC88_RDBFL57 0xF00668D2          MC 88 Read Data and Bit Flip Register 57
MTU_MC88_RDBFL58 0xF00668D4          MC 88 Read Data and Bit Flip Register 58
MTU_MC88_RDBFL59 0xF00668D6          MC 88 Read Data and Bit Flip Register 59
MTU_MC88_RDBFL60 0xF00668D8          MC 88 Read Data and Bit Flip Register 60
MTU_MC88_RDBFL61 0xF00668DA          MC 88 Read Data and Bit Flip Register 61
MTU_MC88_RDBFL62 0xF00668DC          MC 88 Read Data and Bit Flip Register 62
MTU_MC88_RDBFL63 0xF00668DE          MC 88 Read Data and Bit Flip Register 63
MTU_MC88_RDBFL64 0xF00668E0          MC 88 Read Data and Bit Flip Register 64
MTU_MC88_RDBFL65 0xF00668E2          MC 88 Read Data and Bit Flip Register 65
MTU_MC88_RDBFL66 0xF00668E4          MC 88 Read Data and Bit Flip Register 66
MTU_MC88_ALMSRCS 0xF00668EE          MC 88 Alarm Sources Configuration Register
MTU_MC88_FAULTSTS 0xF00668F0          MC 88 SSH Safety Faults Status Register
MTU_MC88_ERRINFO0 0xF00668F2          MC 88 Error Information Register 0
MTU_MC88_ERRINFO1 0xF00668F4          MC 88 Error Information Register 1
MTU_MC88_ERRINFO2 0xF00668F6          MC 88 Error Information Register 2
MTU_MC88_ERRINFO3 0xF00668F8          MC 88 Error Information Register 3
MTU_MC88_ERRINFO4 0xF00668FA          MC 88 Error Information Register 4
MTU_MC89_CONFIG0 0xF0066900          MC 89 Configuration Register 0
MTU_MC89_CONFIG1 0xF0066902          MC 89 Configuration Register 1
MTU_MC89_MCONTROL 0xF0066904          MC 89 MBIST Control Register
MTU_MC89_MSTATUS 0xF0066906          MC 89 Status Register
MTU_MC89_RANGE  0xF0066908          MC 89 Range Register, single address mode
MTU_MC89_REVID  0xF006690C          MC 89 Revision ID Register
MTU_MC89_ECCS   0xF006690E          MC 89 ECC Safety Register
MTU_MC89_ECCD   0xF0066910          MC 89 Memory ECC Detection Register
MTU_MC89_ETRR0  0xF0066912          MC 89 Error Tracking Register 0
MTU_MC89_ETRR1  0xF0066914          MC 89 Error Tracking Register 1
MTU_MC89_ETRR2  0xF0066916          MC 89 Error Tracking Register 2
MTU_MC89_ETRR3  0xF0066918          MC 89 Error Tracking Register 3
MTU_MC89_ETRR4  0xF006691A          MC 89 Error Tracking Register 4
MTU_MC89_RDBFL0 0xF0066960          MC 89 Read Data and Bit Flip Register 0
MTU_MC89_RDBFL1 0xF0066962          MC 89 Read Data and Bit Flip Register 1
MTU_MC89_RDBFL2 0xF0066964          MC 89 Read Data and Bit Flip Register 2
MTU_MC89_RDBFL3 0xF0066966          MC 89 Read Data and Bit Flip Register 3
MTU_MC89_RDBFL4 0xF0066968          MC 89 Read Data and Bit Flip Register 4
MTU_MC89_RDBFL5 0xF006696A          MC 89 Read Data and Bit Flip Register 5
MTU_MC89_RDBFL6 0xF006696C          MC 89 Read Data and Bit Flip Register 6
MTU_MC89_RDBFL7 0xF006696E          MC 89 Read Data and Bit Flip Register 7
MTU_MC89_RDBFL8 0xF0066970          MC 89 Read Data and Bit Flip Register 8
MTU_MC89_RDBFL9 0xF0066972          MC 89 Read Data and Bit Flip Register 9
MTU_MC89_RDBFL10 0xF0066974          MC 89 Read Data and Bit Flip Register 10
MTU_MC89_RDBFL11 0xF0066976          MC 89 Read Data and Bit Flip Register 11
MTU_MC89_RDBFL12 0xF0066978          MC 89 Read Data and Bit Flip Register 12
MTU_MC89_RDBFL13 0xF006697A          MC 89 Read Data and Bit Flip Register 13
MTU_MC89_RDBFL14 0xF006697C          MC 89 Read Data and Bit Flip Register 14
MTU_MC89_RDBFL15 0xF006697E          MC 89 Read Data and Bit Flip Register 15
MTU_MC89_RDBFL16 0xF0066980          MC 89 Read Data and Bit Flip Register 16
MTU_MC89_RDBFL17 0xF0066982          MC 89 Read Data and Bit Flip Register 17
MTU_MC89_RDBFL18 0xF0066984          MC 89 Read Data and Bit Flip Register 18
MTU_MC89_RDBFL19 0xF0066986          MC 89 Read Data and Bit Flip Register 19
MTU_MC89_RDBFL20 0xF0066988          MC 89 Read Data and Bit Flip Register 20
MTU_MC89_RDBFL21 0xF006698A          MC 89 Read Data and Bit Flip Register 21
MTU_MC89_RDBFL22 0xF006698C          MC 89 Read Data and Bit Flip Register 22
MTU_MC89_RDBFL23 0xF006698E          MC 89 Read Data and Bit Flip Register 23
MTU_MC89_RDBFL24 0xF0066990          MC 89 Read Data and Bit Flip Register 24
MTU_MC89_RDBFL25 0xF0066992          MC 89 Read Data and Bit Flip Register 25
MTU_MC89_RDBFL26 0xF0066994          MC 89 Read Data and Bit Flip Register 26
MTU_MC89_RDBFL27 0xF0066996          MC 89 Read Data and Bit Flip Register 27
MTU_MC89_RDBFL28 0xF0066998          MC 89 Read Data and Bit Flip Register 28
MTU_MC89_RDBFL29 0xF006699A          MC 89 Read Data and Bit Flip Register 29
MTU_MC89_RDBFL30 0xF006699C          MC 89 Read Data and Bit Flip Register 30
MTU_MC89_RDBFL31 0xF006699E          MC 89 Read Data and Bit Flip Register 31
MTU_MC89_RDBFL32 0xF00669A0          MC 89 Read Data and Bit Flip Register 32
MTU_MC89_RDBFL33 0xF00669A2          MC 89 Read Data and Bit Flip Register 33
MTU_MC89_RDBFL34 0xF00669A4          MC 89 Read Data and Bit Flip Register 34
MTU_MC89_RDBFL35 0xF00669A6          MC 89 Read Data and Bit Flip Register 35
MTU_MC89_RDBFL36 0xF00669A8          MC 89 Read Data and Bit Flip Register 36
MTU_MC89_RDBFL37 0xF00669AA          MC 89 Read Data and Bit Flip Register 37
MTU_MC89_RDBFL38 0xF00669AC          MC 89 Read Data and Bit Flip Register 38
MTU_MC89_RDBFL39 0xF00669AE          MC 89 Read Data and Bit Flip Register 39
MTU_MC89_RDBFL40 0xF00669B0          MC 89 Read Data and Bit Flip Register 40
MTU_MC89_RDBFL41 0xF00669B2          MC 89 Read Data and Bit Flip Register 41
MTU_MC89_RDBFL42 0xF00669B4          MC 89 Read Data and Bit Flip Register 42
MTU_MC89_RDBFL43 0xF00669B6          MC 89 Read Data and Bit Flip Register 43
MTU_MC89_RDBFL44 0xF00669B8          MC 89 Read Data and Bit Flip Register 44
MTU_MC89_RDBFL45 0xF00669BA          MC 89 Read Data and Bit Flip Register 45
MTU_MC89_RDBFL46 0xF00669BC          MC 89 Read Data and Bit Flip Register 46
MTU_MC89_RDBFL47 0xF00669BE          MC 89 Read Data and Bit Flip Register 47
MTU_MC89_RDBFL48 0xF00669C0          MC 89 Read Data and Bit Flip Register 48
MTU_MC89_RDBFL49 0xF00669C2          MC 89 Read Data and Bit Flip Register 49
MTU_MC89_RDBFL50 0xF00669C4          MC 89 Read Data and Bit Flip Register 50
MTU_MC89_RDBFL51 0xF00669C6          MC 89 Read Data and Bit Flip Register 51
MTU_MC89_RDBFL52 0xF00669C8          MC 89 Read Data and Bit Flip Register 52
MTU_MC89_RDBFL53 0xF00669CA          MC 89 Read Data and Bit Flip Register 53
MTU_MC89_RDBFL54 0xF00669CC          MC 89 Read Data and Bit Flip Register 54
MTU_MC89_RDBFL55 0xF00669CE          MC 89 Read Data and Bit Flip Register 55
MTU_MC89_RDBFL56 0xF00669D0          MC 89 Read Data and Bit Flip Register 56
MTU_MC89_RDBFL57 0xF00669D2          MC 89 Read Data and Bit Flip Register 57
MTU_MC89_RDBFL58 0xF00669D4          MC 89 Read Data and Bit Flip Register 58
MTU_MC89_RDBFL59 0xF00669D6          MC 89 Read Data and Bit Flip Register 59
MTU_MC89_RDBFL60 0xF00669D8          MC 89 Read Data and Bit Flip Register 60
MTU_MC89_RDBFL61 0xF00669DA          MC 89 Read Data and Bit Flip Register 61
MTU_MC89_RDBFL62 0xF00669DC          MC 89 Read Data and Bit Flip Register 62
MTU_MC89_RDBFL63 0xF00669DE          MC 89 Read Data and Bit Flip Register 63
MTU_MC89_RDBFL64 0xF00669E0          MC 89 Read Data and Bit Flip Register 64
MTU_MC89_RDBFL65 0xF00669E2          MC 89 Read Data and Bit Flip Register 65
MTU_MC89_RDBFL66 0xF00669E4          MC 89 Read Data and Bit Flip Register 66
MTU_MC89_ALMSRCS 0xF00669EE          MC 89 Alarm Sources Configuration Register
MTU_MC89_FAULTSTS 0xF00669F0          MC 89 SSH Safety Faults Status Register
MTU_MC89_ERRINFO0 0xF00669F2          MC 89 Error Information Register 0
MTU_MC89_ERRINFO1 0xF00669F4          MC 89 Error Information Register 1
MTU_MC89_ERRINFO2 0xF00669F6          MC 89 Error Information Register 2
MTU_MC89_ERRINFO3 0xF00669F8          MC 89 Error Information Register 3
MTU_MC89_ERRINFO4 0xF00669FA          MC 89 Error Information Register 4
MTU_MC90_CONFIG0 0xF0066A00          MC 90 Configuration Register 0
MTU_MC90_CONFIG1 0xF0066A02          MC 90 Configuration Register 1
MTU_MC90_MCONTROL 0xF0066A04          MC 90 MBIST Control Register
MTU_MC90_MSTATUS 0xF0066A06          MC 90 Status Register
MTU_MC90_RANGE  0xF0066A08          MC 90 Range Register, single address mode
MTU_MC90_REVID  0xF0066A0C          MC 90 Revision ID Register
MTU_MC90_ECCS   0xF0066A0E          MC 90 ECC Safety Register
MTU_MC90_ECCD   0xF0066A10          MC 90 Memory ECC Detection Register
MTU_MC90_ETRR0  0xF0066A12          MC 90 Error Tracking Register 0
MTU_MC90_ETRR1  0xF0066A14          MC 90 Error Tracking Register 1
MTU_MC90_ETRR2  0xF0066A16          MC 90 Error Tracking Register 2
MTU_MC90_ETRR3  0xF0066A18          MC 90 Error Tracking Register 3
MTU_MC90_ETRR4  0xF0066A1A          MC 90 Error Tracking Register 4
MTU_MC90_RDBFL0 0xF0066A60          MC 90 Read Data and Bit Flip Register 0
MTU_MC90_RDBFL1 0xF0066A62          MC 90 Read Data and Bit Flip Register 1
MTU_MC90_RDBFL2 0xF0066A64          MC 90 Read Data and Bit Flip Register 2
MTU_MC90_RDBFL3 0xF0066A66          MC 90 Read Data and Bit Flip Register 3
MTU_MC90_RDBFL4 0xF0066A68          MC 90 Read Data and Bit Flip Register 4
MTU_MC90_RDBFL5 0xF0066A6A          MC 90 Read Data and Bit Flip Register 5
MTU_MC90_RDBFL6 0xF0066A6C          MC 90 Read Data and Bit Flip Register 6
MTU_MC90_RDBFL7 0xF0066A6E          MC 90 Read Data and Bit Flip Register 7
MTU_MC90_RDBFL8 0xF0066A70          MC 90 Read Data and Bit Flip Register 8
MTU_MC90_RDBFL9 0xF0066A72          MC 90 Read Data and Bit Flip Register 9
MTU_MC90_RDBFL10 0xF0066A74          MC 90 Read Data and Bit Flip Register 10
MTU_MC90_RDBFL11 0xF0066A76          MC 90 Read Data and Bit Flip Register 11
MTU_MC90_RDBFL12 0xF0066A78          MC 90 Read Data and Bit Flip Register 12
MTU_MC90_RDBFL13 0xF0066A7A          MC 90 Read Data and Bit Flip Register 13
MTU_MC90_RDBFL14 0xF0066A7C          MC 90 Read Data and Bit Flip Register 14
MTU_MC90_RDBFL15 0xF0066A7E          MC 90 Read Data and Bit Flip Register 15
MTU_MC90_RDBFL16 0xF0066A80          MC 90 Read Data and Bit Flip Register 16
MTU_MC90_RDBFL17 0xF0066A82          MC 90 Read Data and Bit Flip Register 17
MTU_MC90_RDBFL18 0xF0066A84          MC 90 Read Data and Bit Flip Register 18
MTU_MC90_RDBFL19 0xF0066A86          MC 90 Read Data and Bit Flip Register 19
MTU_MC90_RDBFL20 0xF0066A88          MC 90 Read Data and Bit Flip Register 20
MTU_MC90_RDBFL21 0xF0066A8A          MC 90 Read Data and Bit Flip Register 21
MTU_MC90_RDBFL22 0xF0066A8C          MC 90 Read Data and Bit Flip Register 22
MTU_MC90_RDBFL23 0xF0066A8E          MC 90 Read Data and Bit Flip Register 23
MTU_MC90_RDBFL24 0xF0066A90          MC 90 Read Data and Bit Flip Register 24
MTU_MC90_RDBFL25 0xF0066A92          MC 90 Read Data and Bit Flip Register 25
MTU_MC90_RDBFL26 0xF0066A94          MC 90 Read Data and Bit Flip Register 26
MTU_MC90_RDBFL27 0xF0066A96          MC 90 Read Data and Bit Flip Register 27
MTU_MC90_RDBFL28 0xF0066A98          MC 90 Read Data and Bit Flip Register 28
MTU_MC90_RDBFL29 0xF0066A9A          MC 90 Read Data and Bit Flip Register 29
MTU_MC90_RDBFL30 0xF0066A9C          MC 90 Read Data and Bit Flip Register 30
MTU_MC90_RDBFL31 0xF0066A9E          MC 90 Read Data and Bit Flip Register 31
MTU_MC90_RDBFL32 0xF0066AA0          MC 90 Read Data and Bit Flip Register 32
MTU_MC90_RDBFL33 0xF0066AA2          MC 90 Read Data and Bit Flip Register 33
MTU_MC90_RDBFL34 0xF0066AA4          MC 90 Read Data and Bit Flip Register 34
MTU_MC90_RDBFL35 0xF0066AA6          MC 90 Read Data and Bit Flip Register 35
MTU_MC90_RDBFL36 0xF0066AA8          MC 90 Read Data and Bit Flip Register 36
MTU_MC90_RDBFL37 0xF0066AAA          MC 90 Read Data and Bit Flip Register 37
MTU_MC90_RDBFL38 0xF0066AAC          MC 90 Read Data and Bit Flip Register 38
MTU_MC90_RDBFL39 0xF0066AAE          MC 90 Read Data and Bit Flip Register 39
MTU_MC90_RDBFL40 0xF0066AB0          MC 90 Read Data and Bit Flip Register 40
MTU_MC90_RDBFL41 0xF0066AB2          MC 90 Read Data and Bit Flip Register 41
MTU_MC90_RDBFL42 0xF0066AB4          MC 90 Read Data and Bit Flip Register 42
MTU_MC90_RDBFL43 0xF0066AB6          MC 90 Read Data and Bit Flip Register 43
MTU_MC90_RDBFL44 0xF0066AB8          MC 90 Read Data and Bit Flip Register 44
MTU_MC90_RDBFL45 0xF0066ABA          MC 90 Read Data and Bit Flip Register 45
MTU_MC90_RDBFL46 0xF0066ABC          MC 90 Read Data and Bit Flip Register 46
MTU_MC90_RDBFL47 0xF0066ABE          MC 90 Read Data and Bit Flip Register 47
MTU_MC90_RDBFL48 0xF0066AC0          MC 90 Read Data and Bit Flip Register 48
MTU_MC90_RDBFL49 0xF0066AC2          MC 90 Read Data and Bit Flip Register 49
MTU_MC90_RDBFL50 0xF0066AC4          MC 90 Read Data and Bit Flip Register 50
MTU_MC90_RDBFL51 0xF0066AC6          MC 90 Read Data and Bit Flip Register 51
MTU_MC90_RDBFL52 0xF0066AC8          MC 90 Read Data and Bit Flip Register 52
MTU_MC90_RDBFL53 0xF0066ACA          MC 90 Read Data and Bit Flip Register 53
MTU_MC90_RDBFL54 0xF0066ACC          MC 90 Read Data and Bit Flip Register 54
MTU_MC90_RDBFL55 0xF0066ACE          MC 90 Read Data and Bit Flip Register 55
MTU_MC90_RDBFL56 0xF0066AD0          MC 90 Read Data and Bit Flip Register 56
MTU_MC90_RDBFL57 0xF0066AD2          MC 90 Read Data and Bit Flip Register 57
MTU_MC90_RDBFL58 0xF0066AD4          MC 90 Read Data and Bit Flip Register 58
MTU_MC90_RDBFL59 0xF0066AD6          MC 90 Read Data and Bit Flip Register 59
MTU_MC90_RDBFL60 0xF0066AD8          MC 90 Read Data and Bit Flip Register 60
MTU_MC90_RDBFL61 0xF0066ADA          MC 90 Read Data and Bit Flip Register 61
MTU_MC90_RDBFL62 0xF0066ADC          MC 90 Read Data and Bit Flip Register 62
MTU_MC90_RDBFL63 0xF0066ADE          MC 90 Read Data and Bit Flip Register 63
MTU_MC90_RDBFL64 0xF0066AE0          MC 90 Read Data and Bit Flip Register 64
MTU_MC90_RDBFL65 0xF0066AE2          MC 90 Read Data and Bit Flip Register 65
MTU_MC90_RDBFL66 0xF0066AE4          MC 90 Read Data and Bit Flip Register 66
MTU_MC90_ALMSRCS 0xF0066AEE          MC 90 Alarm Sources Configuration Register
MTU_MC90_FAULTSTS 0xF0066AF0          MC 90 SSH Safety Faults Status Register
MTU_MC90_ERRINFO0 0xF0066AF2          MC 90 Error Information Register 0
MTU_MC90_ERRINFO1 0xF0066AF4          MC 90 Error Information Register 1
MTU_MC90_ERRINFO2 0xF0066AF6          MC 90 Error Information Register 2
MTU_MC90_ERRINFO3 0xF0066AF8          MC 90 Error Information Register 3
MTU_MC90_ERRINFO4 0xF0066AFA          MC 90 Error Information Register 4
MTU_MC91_CONFIG0 0xF0066B00          MC 91 Configuration Register 0
MTU_MC91_CONFIG1 0xF0066B02          MC 91 Configuration Register 1
MTU_MC91_MCONTROL 0xF0066B04          MC 91 MBIST Control Register
MTU_MC91_MSTATUS 0xF0066B06          MC 91 Status Register
MTU_MC91_RANGE  0xF0066B08          MC 91 Range Register, single address mode
MTU_MC91_REVID  0xF0066B0C          MC 91 Revision ID Register
MTU_MC91_ECCS   0xF0066B0E          MC 91 ECC Safety Register
MTU_MC91_ECCD   0xF0066B10          MC 91 Memory ECC Detection Register
MTU_MC91_ETRR0  0xF0066B12          MC 91 Error Tracking Register 0
MTU_MC91_ETRR1  0xF0066B14          MC 91 Error Tracking Register 1
MTU_MC91_ETRR2  0xF0066B16          MC 91 Error Tracking Register 2
MTU_MC91_ETRR3  0xF0066B18          MC 91 Error Tracking Register 3
MTU_MC91_ETRR4  0xF0066B1A          MC 91 Error Tracking Register 4
MTU_MC91_RDBFL0 0xF0066B60          MC 91 Read Data and Bit Flip Register 0
MTU_MC91_RDBFL1 0xF0066B62          MC 91 Read Data and Bit Flip Register 1
MTU_MC91_RDBFL2 0xF0066B64          MC 91 Read Data and Bit Flip Register 2
MTU_MC91_RDBFL3 0xF0066B66          MC 91 Read Data and Bit Flip Register 3
MTU_MC91_RDBFL4 0xF0066B68          MC 91 Read Data and Bit Flip Register 4
MTU_MC91_RDBFL5 0xF0066B6A          MC 91 Read Data and Bit Flip Register 5
MTU_MC91_RDBFL6 0xF0066B6C          MC 91 Read Data and Bit Flip Register 6
MTU_MC91_RDBFL7 0xF0066B6E          MC 91 Read Data and Bit Flip Register 7
MTU_MC91_RDBFL8 0xF0066B70          MC 91 Read Data and Bit Flip Register 8
MTU_MC91_RDBFL9 0xF0066B72          MC 91 Read Data and Bit Flip Register 9
MTU_MC91_RDBFL10 0xF0066B74          MC 91 Read Data and Bit Flip Register 10
MTU_MC91_RDBFL11 0xF0066B76          MC 91 Read Data and Bit Flip Register 11
MTU_MC91_RDBFL12 0xF0066B78          MC 91 Read Data and Bit Flip Register 12
MTU_MC91_RDBFL13 0xF0066B7A          MC 91 Read Data and Bit Flip Register 13
MTU_MC91_RDBFL14 0xF0066B7C          MC 91 Read Data and Bit Flip Register 14
MTU_MC91_RDBFL15 0xF0066B7E          MC 91 Read Data and Bit Flip Register 15
MTU_MC91_RDBFL16 0xF0066B80          MC 91 Read Data and Bit Flip Register 16
MTU_MC91_RDBFL17 0xF0066B82          MC 91 Read Data and Bit Flip Register 17
MTU_MC91_RDBFL18 0xF0066B84          MC 91 Read Data and Bit Flip Register 18
MTU_MC91_RDBFL19 0xF0066B86          MC 91 Read Data and Bit Flip Register 19
MTU_MC91_RDBFL20 0xF0066B88          MC 91 Read Data and Bit Flip Register 20
MTU_MC91_RDBFL21 0xF0066B8A          MC 91 Read Data and Bit Flip Register 21
MTU_MC91_RDBFL22 0xF0066B8C          MC 91 Read Data and Bit Flip Register 22
MTU_MC91_RDBFL23 0xF0066B8E          MC 91 Read Data and Bit Flip Register 23
MTU_MC91_RDBFL24 0xF0066B90          MC 91 Read Data and Bit Flip Register 24
MTU_MC91_RDBFL25 0xF0066B92          MC 91 Read Data and Bit Flip Register 25
MTU_MC91_RDBFL26 0xF0066B94          MC 91 Read Data and Bit Flip Register 26
MTU_MC91_RDBFL27 0xF0066B96          MC 91 Read Data and Bit Flip Register 27
MTU_MC91_RDBFL28 0xF0066B98          MC 91 Read Data and Bit Flip Register 28
MTU_MC91_RDBFL29 0xF0066B9A          MC 91 Read Data and Bit Flip Register 29
MTU_MC91_RDBFL30 0xF0066B9C          MC 91 Read Data and Bit Flip Register 30
MTU_MC91_RDBFL31 0xF0066B9E          MC 91 Read Data and Bit Flip Register 31
MTU_MC91_RDBFL32 0xF0066BA0          MC 91 Read Data and Bit Flip Register 32
MTU_MC91_RDBFL33 0xF0066BA2          MC 91 Read Data and Bit Flip Register 33
MTU_MC91_RDBFL34 0xF0066BA4          MC 91 Read Data and Bit Flip Register 34
MTU_MC91_RDBFL35 0xF0066BA6          MC 91 Read Data and Bit Flip Register 35
MTU_MC91_RDBFL36 0xF0066BA8          MC 91 Read Data and Bit Flip Register 36
MTU_MC91_RDBFL37 0xF0066BAA          MC 91 Read Data and Bit Flip Register 37
MTU_MC91_RDBFL38 0xF0066BAC          MC 91 Read Data and Bit Flip Register 38
MTU_MC91_RDBFL39 0xF0066BAE          MC 91 Read Data and Bit Flip Register 39
MTU_MC91_RDBFL40 0xF0066BB0          MC 91 Read Data and Bit Flip Register 40
MTU_MC91_RDBFL41 0xF0066BB2          MC 91 Read Data and Bit Flip Register 41
MTU_MC91_RDBFL42 0xF0066BB4          MC 91 Read Data and Bit Flip Register 42
MTU_MC91_RDBFL43 0xF0066BB6          MC 91 Read Data and Bit Flip Register 43
MTU_MC91_RDBFL44 0xF0066BB8          MC 91 Read Data and Bit Flip Register 44
MTU_MC91_RDBFL45 0xF0066BBA          MC 91 Read Data and Bit Flip Register 45
MTU_MC91_RDBFL46 0xF0066BBC          MC 91 Read Data and Bit Flip Register 46
MTU_MC91_RDBFL47 0xF0066BBE          MC 91 Read Data and Bit Flip Register 47
MTU_MC91_RDBFL48 0xF0066BC0          MC 91 Read Data and Bit Flip Register 48
MTU_MC91_RDBFL49 0xF0066BC2          MC 91 Read Data and Bit Flip Register 49
MTU_MC91_RDBFL50 0xF0066BC4          MC 91 Read Data and Bit Flip Register 50
MTU_MC91_RDBFL51 0xF0066BC6          MC 91 Read Data and Bit Flip Register 51
MTU_MC91_RDBFL52 0xF0066BC8          MC 91 Read Data and Bit Flip Register 52
MTU_MC91_RDBFL53 0xF0066BCA          MC 91 Read Data and Bit Flip Register 53
MTU_MC91_RDBFL54 0xF0066BCC          MC 91 Read Data and Bit Flip Register 54
MTU_MC91_RDBFL55 0xF0066BCE          MC 91 Read Data and Bit Flip Register 55
MTU_MC91_RDBFL56 0xF0066BD0          MC 91 Read Data and Bit Flip Register 56
MTU_MC91_RDBFL57 0xF0066BD2          MC 91 Read Data and Bit Flip Register 57
MTU_MC91_RDBFL58 0xF0066BD4          MC 91 Read Data and Bit Flip Register 58
MTU_MC91_RDBFL59 0xF0066BD6          MC 91 Read Data and Bit Flip Register 59
MTU_MC91_RDBFL60 0xF0066BD8          MC 91 Read Data and Bit Flip Register 60
MTU_MC91_RDBFL61 0xF0066BDA          MC 91 Read Data and Bit Flip Register 61
MTU_MC91_RDBFL62 0xF0066BDC          MC 91 Read Data and Bit Flip Register 62
MTU_MC91_RDBFL63 0xF0066BDE          MC 91 Read Data and Bit Flip Register 63
MTU_MC91_RDBFL64 0xF0066BE0          MC 91 Read Data and Bit Flip Register 64
MTU_MC91_RDBFL65 0xF0066BE2          MC 91 Read Data and Bit Flip Register 65
MTU_MC91_RDBFL66 0xF0066BE4          MC 91 Read Data and Bit Flip Register 66
MTU_MC91_ALMSRCS 0xF0066BEE          MC 91 Alarm Sources Configuration Register
MTU_MC91_FAULTSTS 0xF0066BF0          MC 91 SSH Safety Faults Status Register
MTU_MC91_ERRINFO0 0xF0066BF2          MC 91 Error Information Register 0
MTU_MC91_ERRINFO1 0xF0066BF4          MC 91 Error Information Register 1
MTU_MC91_ERRINFO2 0xF0066BF6          MC 91 Error Information Register 2
MTU_MC91_ERRINFO3 0xF0066BF8          MC 91 Error Information Register 3
MTU_MC91_ERRINFO4 0xF0066BFA          MC 91 Error Information Register 4
MTU_MC92_CONFIG0 0xF0066C00          MC 92 Configuration Register 0
MTU_MC92_CONFIG1 0xF0066C02          MC 92 Configuration Register 1
MTU_MC92_MCONTROL 0xF0066C04          MC 92 MBIST Control Register
MTU_MC92_MSTATUS 0xF0066C06          MC 92 Status Register
MTU_MC92_RANGE  0xF0066C08          MC 92 Range Register, single address mode
MTU_MC92_REVID  0xF0066C0C          MC 92 Revision ID Register
MTU_MC92_ECCS   0xF0066C0E          MC 92 ECC Safety Register
MTU_MC92_ECCD   0xF0066C10          MC 92 Memory ECC Detection Register
MTU_MC92_ETRR0  0xF0066C12          MC 92 Error Tracking Register 0
MTU_MC92_ETRR1  0xF0066C14          MC 92 Error Tracking Register 1
MTU_MC92_ETRR2  0xF0066C16          MC 92 Error Tracking Register 2
MTU_MC92_ETRR3  0xF0066C18          MC 92 Error Tracking Register 3
MTU_MC92_ETRR4  0xF0066C1A          MC 92 Error Tracking Register 4
MTU_MC92_RDBFL0 0xF0066C60          MC 92 Read Data and Bit Flip Register 0
MTU_MC92_RDBFL1 0xF0066C62          MC 92 Read Data and Bit Flip Register 1
MTU_MC92_RDBFL2 0xF0066C64          MC 92 Read Data and Bit Flip Register 2
MTU_MC92_RDBFL3 0xF0066C66          MC 92 Read Data and Bit Flip Register 3
MTU_MC92_RDBFL4 0xF0066C68          MC 92 Read Data and Bit Flip Register 4
MTU_MC92_RDBFL5 0xF0066C6A          MC 92 Read Data and Bit Flip Register 5
MTU_MC92_RDBFL6 0xF0066C6C          MC 92 Read Data and Bit Flip Register 6
MTU_MC92_RDBFL7 0xF0066C6E          MC 92 Read Data and Bit Flip Register 7
MTU_MC92_RDBFL8 0xF0066C70          MC 92 Read Data and Bit Flip Register 8
MTU_MC92_RDBFL9 0xF0066C72          MC 92 Read Data and Bit Flip Register 9
MTU_MC92_RDBFL10 0xF0066C74          MC 92 Read Data and Bit Flip Register 10
MTU_MC92_RDBFL11 0xF0066C76          MC 92 Read Data and Bit Flip Register 11
MTU_MC92_RDBFL12 0xF0066C78          MC 92 Read Data and Bit Flip Register 12
MTU_MC92_RDBFL13 0xF0066C7A          MC 92 Read Data and Bit Flip Register 13
MTU_MC92_RDBFL14 0xF0066C7C          MC 92 Read Data and Bit Flip Register 14
MTU_MC92_RDBFL15 0xF0066C7E          MC 92 Read Data and Bit Flip Register 15
MTU_MC92_RDBFL16 0xF0066C80          MC 92 Read Data and Bit Flip Register 16
MTU_MC92_RDBFL17 0xF0066C82          MC 92 Read Data and Bit Flip Register 17
MTU_MC92_RDBFL18 0xF0066C84          MC 92 Read Data and Bit Flip Register 18
MTU_MC92_RDBFL19 0xF0066C86          MC 92 Read Data and Bit Flip Register 19
MTU_MC92_RDBFL20 0xF0066C88          MC 92 Read Data and Bit Flip Register 20
MTU_MC92_RDBFL21 0xF0066C8A          MC 92 Read Data and Bit Flip Register 21
MTU_MC92_RDBFL22 0xF0066C8C          MC 92 Read Data and Bit Flip Register 22
MTU_MC92_RDBFL23 0xF0066C8E          MC 92 Read Data and Bit Flip Register 23
MTU_MC92_RDBFL24 0xF0066C90          MC 92 Read Data and Bit Flip Register 24
MTU_MC92_RDBFL25 0xF0066C92          MC 92 Read Data and Bit Flip Register 25
MTU_MC92_RDBFL26 0xF0066C94          MC 92 Read Data and Bit Flip Register 26
MTU_MC92_RDBFL27 0xF0066C96          MC 92 Read Data and Bit Flip Register 27
MTU_MC92_RDBFL28 0xF0066C98          MC 92 Read Data and Bit Flip Register 28
MTU_MC92_RDBFL29 0xF0066C9A          MC 92 Read Data and Bit Flip Register 29
MTU_MC92_RDBFL30 0xF0066C9C          MC 92 Read Data and Bit Flip Register 30
MTU_MC92_RDBFL31 0xF0066C9E          MC 92 Read Data and Bit Flip Register 31
MTU_MC92_RDBFL32 0xF0066CA0          MC 92 Read Data and Bit Flip Register 32
MTU_MC92_RDBFL33 0xF0066CA2          MC 92 Read Data and Bit Flip Register 33
MTU_MC92_RDBFL34 0xF0066CA4          MC 92 Read Data and Bit Flip Register 34
MTU_MC92_RDBFL35 0xF0066CA6          MC 92 Read Data and Bit Flip Register 35
MTU_MC92_RDBFL36 0xF0066CA8          MC 92 Read Data and Bit Flip Register 36
MTU_MC92_RDBFL37 0xF0066CAA          MC 92 Read Data and Bit Flip Register 37
MTU_MC92_RDBFL38 0xF0066CAC          MC 92 Read Data and Bit Flip Register 38
MTU_MC92_RDBFL39 0xF0066CAE          MC 92 Read Data and Bit Flip Register 39
MTU_MC92_RDBFL40 0xF0066CB0          MC 92 Read Data and Bit Flip Register 40
MTU_MC92_RDBFL41 0xF0066CB2          MC 92 Read Data and Bit Flip Register 41
MTU_MC92_RDBFL42 0xF0066CB4          MC 92 Read Data and Bit Flip Register 42
MTU_MC92_RDBFL43 0xF0066CB6          MC 92 Read Data and Bit Flip Register 43
MTU_MC92_RDBFL44 0xF0066CB8          MC 92 Read Data and Bit Flip Register 44
MTU_MC92_RDBFL45 0xF0066CBA          MC 92 Read Data and Bit Flip Register 45
MTU_MC92_RDBFL46 0xF0066CBC          MC 92 Read Data and Bit Flip Register 46
MTU_MC92_RDBFL47 0xF0066CBE          MC 92 Read Data and Bit Flip Register 47
MTU_MC92_RDBFL48 0xF0066CC0          MC 92 Read Data and Bit Flip Register 48
MTU_MC92_RDBFL49 0xF0066CC2          MC 92 Read Data and Bit Flip Register 49
MTU_MC92_RDBFL50 0xF0066CC4          MC 92 Read Data and Bit Flip Register 50
MTU_MC92_RDBFL51 0xF0066CC6          MC 92 Read Data and Bit Flip Register 51
MTU_MC92_RDBFL52 0xF0066CC8          MC 92 Read Data and Bit Flip Register 52
MTU_MC92_RDBFL53 0xF0066CCA          MC 92 Read Data and Bit Flip Register 53
MTU_MC92_RDBFL54 0xF0066CCC          MC 92 Read Data and Bit Flip Register 54
MTU_MC92_RDBFL55 0xF0066CCE          MC 92 Read Data and Bit Flip Register 55
MTU_MC92_RDBFL56 0xF0066CD0          MC 92 Read Data and Bit Flip Register 56
MTU_MC92_RDBFL57 0xF0066CD2          MC 92 Read Data and Bit Flip Register 57
MTU_MC92_RDBFL58 0xF0066CD4          MC 92 Read Data and Bit Flip Register 58
MTU_MC92_RDBFL59 0xF0066CD6          MC 92 Read Data and Bit Flip Register 59
MTU_MC92_RDBFL60 0xF0066CD8          MC 92 Read Data and Bit Flip Register 60
MTU_MC92_RDBFL61 0xF0066CDA          MC 92 Read Data and Bit Flip Register 61
MTU_MC92_RDBFL62 0xF0066CDC          MC 92 Read Data and Bit Flip Register 62
MTU_MC92_RDBFL63 0xF0066CDE          MC 92 Read Data and Bit Flip Register 63
MTU_MC92_RDBFL64 0xF0066CE0          MC 92 Read Data and Bit Flip Register 64
MTU_MC92_RDBFL65 0xF0066CE2          MC 92 Read Data and Bit Flip Register 65
MTU_MC92_RDBFL66 0xF0066CE4          MC 92 Read Data and Bit Flip Register 66
MTU_MC92_ALMSRCS 0xF0066CEE          MC 92 Alarm Sources Configuration Register
MTU_MC92_FAULTSTS 0xF0066CF0          MC 92 SSH Safety Faults Status Register
MTU_MC92_ERRINFO0 0xF0066CF2          MC 92 Error Information Register 0
MTU_MC92_ERRINFO1 0xF0066CF4          MC 92 Error Information Register 1
MTU_MC92_ERRINFO2 0xF0066CF6          MC 92 Error Information Register 2
MTU_MC92_ERRINFO3 0xF0066CF8          MC 92 Error Information Register 3
MTU_MC92_ERRINFO4 0xF0066CFA          MC 92 Error Information Register 4
MTU_MC93_CONFIG0 0xF0066D00          MC 93 Configuration Register 0
MTU_MC93_CONFIG1 0xF0066D02          MC 93 Configuration Register 1
MTU_MC93_MCONTROL 0xF0066D04          MC 93 MBIST Control Register
MTU_MC93_MSTATUS 0xF0066D06          MC 93 Status Register
MTU_MC93_RANGE  0xF0066D08          MC 93 Range Register, single address mode
MTU_MC93_REVID  0xF0066D0C          MC 93 Revision ID Register
MTU_MC93_ECCS   0xF0066D0E          MC 93 ECC Safety Register
MTU_MC93_ECCD   0xF0066D10          MC 93 Memory ECC Detection Register
MTU_MC93_ETRR0  0xF0066D12          MC 93 Error Tracking Register 0
MTU_MC93_ETRR1  0xF0066D14          MC 93 Error Tracking Register 1
MTU_MC93_ETRR2  0xF0066D16          MC 93 Error Tracking Register 2
MTU_MC93_ETRR3  0xF0066D18          MC 93 Error Tracking Register 3
MTU_MC93_ETRR4  0xF0066D1A          MC 93 Error Tracking Register 4
MTU_MC93_RDBFL0 0xF0066D60          MC 93 Read Data and Bit Flip Register 0
MTU_MC93_RDBFL1 0xF0066D62          MC 93 Read Data and Bit Flip Register 1
MTU_MC93_RDBFL2 0xF0066D64          MC 93 Read Data and Bit Flip Register 2
MTU_MC93_RDBFL3 0xF0066D66          MC 93 Read Data and Bit Flip Register 3
MTU_MC93_RDBFL4 0xF0066D68          MC 93 Read Data and Bit Flip Register 4
MTU_MC93_RDBFL5 0xF0066D6A          MC 93 Read Data and Bit Flip Register 5
MTU_MC93_RDBFL6 0xF0066D6C          MC 93 Read Data and Bit Flip Register 6
MTU_MC93_RDBFL7 0xF0066D6E          MC 93 Read Data and Bit Flip Register 7
MTU_MC93_RDBFL8 0xF0066D70          MC 93 Read Data and Bit Flip Register 8
MTU_MC93_RDBFL9 0xF0066D72          MC 93 Read Data and Bit Flip Register 9
MTU_MC93_RDBFL10 0xF0066D74          MC 93 Read Data and Bit Flip Register 10
MTU_MC93_RDBFL11 0xF0066D76          MC 93 Read Data and Bit Flip Register 11
MTU_MC93_RDBFL12 0xF0066D78          MC 93 Read Data and Bit Flip Register 12
MTU_MC93_RDBFL13 0xF0066D7A          MC 93 Read Data and Bit Flip Register 13
MTU_MC93_RDBFL14 0xF0066D7C          MC 93 Read Data and Bit Flip Register 14
MTU_MC93_RDBFL15 0xF0066D7E          MC 93 Read Data and Bit Flip Register 15
MTU_MC93_RDBFL16 0xF0066D80          MC 93 Read Data and Bit Flip Register 16
MTU_MC93_RDBFL17 0xF0066D82          MC 93 Read Data and Bit Flip Register 17
MTU_MC93_RDBFL18 0xF0066D84          MC 93 Read Data and Bit Flip Register 18
MTU_MC93_RDBFL19 0xF0066D86          MC 93 Read Data and Bit Flip Register 19
MTU_MC93_RDBFL20 0xF0066D88          MC 93 Read Data and Bit Flip Register 20
MTU_MC93_RDBFL21 0xF0066D8A          MC 93 Read Data and Bit Flip Register 21
MTU_MC93_RDBFL22 0xF0066D8C          MC 93 Read Data and Bit Flip Register 22
MTU_MC93_RDBFL23 0xF0066D8E          MC 93 Read Data and Bit Flip Register 23
MTU_MC93_RDBFL24 0xF0066D90          MC 93 Read Data and Bit Flip Register 24
MTU_MC93_RDBFL25 0xF0066D92          MC 93 Read Data and Bit Flip Register 25
MTU_MC93_RDBFL26 0xF0066D94          MC 93 Read Data and Bit Flip Register 26
MTU_MC93_RDBFL27 0xF0066D96          MC 93 Read Data and Bit Flip Register 27
MTU_MC93_RDBFL28 0xF0066D98          MC 93 Read Data and Bit Flip Register 28
MTU_MC93_RDBFL29 0xF0066D9A          MC 93 Read Data and Bit Flip Register 29
MTU_MC93_RDBFL30 0xF0066D9C          MC 93 Read Data and Bit Flip Register 30
MTU_MC93_RDBFL31 0xF0066D9E          MC 93 Read Data and Bit Flip Register 31
MTU_MC93_RDBFL32 0xF0066DA0          MC 93 Read Data and Bit Flip Register 32
MTU_MC93_RDBFL33 0xF0066DA2          MC 93 Read Data and Bit Flip Register 33
MTU_MC93_RDBFL34 0xF0066DA4          MC 93 Read Data and Bit Flip Register 34
MTU_MC93_RDBFL35 0xF0066DA6          MC 93 Read Data and Bit Flip Register 35
MTU_MC93_RDBFL36 0xF0066DA8          MC 93 Read Data and Bit Flip Register 36
MTU_MC93_RDBFL37 0xF0066DAA          MC 93 Read Data and Bit Flip Register 37
MTU_MC93_RDBFL38 0xF0066DAC          MC 93 Read Data and Bit Flip Register 38
MTU_MC93_RDBFL39 0xF0066DAE          MC 93 Read Data and Bit Flip Register 39
MTU_MC93_RDBFL40 0xF0066DB0          MC 93 Read Data and Bit Flip Register 40
MTU_MC93_RDBFL41 0xF0066DB2          MC 93 Read Data and Bit Flip Register 41
MTU_MC93_RDBFL42 0xF0066DB4          MC 93 Read Data and Bit Flip Register 42
MTU_MC93_RDBFL43 0xF0066DB6          MC 93 Read Data and Bit Flip Register 43
MTU_MC93_RDBFL44 0xF0066DB8          MC 93 Read Data and Bit Flip Register 44
MTU_MC93_RDBFL45 0xF0066DBA          MC 93 Read Data and Bit Flip Register 45
MTU_MC93_RDBFL46 0xF0066DBC          MC 93 Read Data and Bit Flip Register 46
MTU_MC93_RDBFL47 0xF0066DBE          MC 93 Read Data and Bit Flip Register 47
MTU_MC93_RDBFL48 0xF0066DC0          MC 93 Read Data and Bit Flip Register 48
MTU_MC93_RDBFL49 0xF0066DC2          MC 93 Read Data and Bit Flip Register 49
MTU_MC93_RDBFL50 0xF0066DC4          MC 93 Read Data and Bit Flip Register 50
MTU_MC93_RDBFL51 0xF0066DC6          MC 93 Read Data and Bit Flip Register 51
MTU_MC93_RDBFL52 0xF0066DC8          MC 93 Read Data and Bit Flip Register 52
MTU_MC93_RDBFL53 0xF0066DCA          MC 93 Read Data and Bit Flip Register 53
MTU_MC93_RDBFL54 0xF0066DCC          MC 93 Read Data and Bit Flip Register 54
MTU_MC93_RDBFL55 0xF0066DCE          MC 93 Read Data and Bit Flip Register 55
MTU_MC93_RDBFL56 0xF0066DD0          MC 93 Read Data and Bit Flip Register 56
MTU_MC93_RDBFL57 0xF0066DD2          MC 93 Read Data and Bit Flip Register 57
MTU_MC93_RDBFL58 0xF0066DD4          MC 93 Read Data and Bit Flip Register 58
MTU_MC93_RDBFL59 0xF0066DD6          MC 93 Read Data and Bit Flip Register 59
MTU_MC93_RDBFL60 0xF0066DD8          MC 93 Read Data and Bit Flip Register 60
MTU_MC93_RDBFL61 0xF0066DDA          MC 93 Read Data and Bit Flip Register 61
MTU_MC93_RDBFL62 0xF0066DDC          MC 93 Read Data and Bit Flip Register 62
MTU_MC93_RDBFL63 0xF0066DDE          MC 93 Read Data and Bit Flip Register 63
MTU_MC93_RDBFL64 0xF0066DE0          MC 93 Read Data and Bit Flip Register 64
MTU_MC93_RDBFL65 0xF0066DE2          MC 93 Read Data and Bit Flip Register 65
MTU_MC93_RDBFL66 0xF0066DE4          MC 93 Read Data and Bit Flip Register 66
MTU_MC93_ALMSRCS 0xF0066DEE          MC 93 Alarm Sources Configuration Register
MTU_MC93_FAULTSTS 0xF0066DF0          MC 93 SSH Safety Faults Status Register
MTU_MC93_ERRINFO0 0xF0066DF2          MC 93 Error Information Register 0
MTU_MC93_ERRINFO1 0xF0066DF4          MC 93 Error Information Register 1
MTU_MC93_ERRINFO2 0xF0066DF6          MC 93 Error Information Register 2
MTU_MC93_ERRINFO3 0xF0066DF8          MC 93 Error Information Register 3
MTU_MC93_ERRINFO4 0xF0066DFA          MC 93 Error Information Register 4
MTU_MC94_CONFIG0 0xF0066E00          MC 94 Configuration Register 0
MTU_MC94_CONFIG1 0xF0066E02          MC 94 Configuration Register 1
MTU_MC94_MCONTROL 0xF0066E04          MC 94 MBIST Control Register
MTU_MC94_MSTATUS 0xF0066E06          MC 94 Status Register
MTU_MC94_RANGE  0xF0066E08          MC 94 Range Register, single address mode
MTU_MC94_REVID  0xF0066E0C          MC 94 Revision ID Register
MTU_MC94_ECCS   0xF0066E0E          MC 94 ECC Safety Register
MTU_MC94_ECCD   0xF0066E10          MC 94 Memory ECC Detection Register
MTU_MC94_ETRR0  0xF0066E12          MC 94 Error Tracking Register 0
MTU_MC94_ETRR1  0xF0066E14          MC 94 Error Tracking Register 1
MTU_MC94_ETRR2  0xF0066E16          MC 94 Error Tracking Register 2
MTU_MC94_ETRR3  0xF0066E18          MC 94 Error Tracking Register 3
MTU_MC94_ETRR4  0xF0066E1A          MC 94 Error Tracking Register 4
MTU_MC94_RDBFL0 0xF0066E60          MC 94 Read Data and Bit Flip Register 0
MTU_MC94_RDBFL1 0xF0066E62          MC 94 Read Data and Bit Flip Register 1
MTU_MC94_RDBFL2 0xF0066E64          MC 94 Read Data and Bit Flip Register 2
MTU_MC94_RDBFL3 0xF0066E66          MC 94 Read Data and Bit Flip Register 3
MTU_MC94_RDBFL4 0xF0066E68          MC 94 Read Data and Bit Flip Register 4
MTU_MC94_RDBFL5 0xF0066E6A          MC 94 Read Data and Bit Flip Register 5
MTU_MC94_RDBFL6 0xF0066E6C          MC 94 Read Data and Bit Flip Register 6
MTU_MC94_RDBFL7 0xF0066E6E          MC 94 Read Data and Bit Flip Register 7
MTU_MC94_RDBFL8 0xF0066E70          MC 94 Read Data and Bit Flip Register 8
MTU_MC94_RDBFL9 0xF0066E72          MC 94 Read Data and Bit Flip Register 9
MTU_MC94_RDBFL10 0xF0066E74          MC 94 Read Data and Bit Flip Register 10
MTU_MC94_RDBFL11 0xF0066E76          MC 94 Read Data and Bit Flip Register 11
MTU_MC94_RDBFL12 0xF0066E78          MC 94 Read Data and Bit Flip Register 12
MTU_MC94_RDBFL13 0xF0066E7A          MC 94 Read Data and Bit Flip Register 13
MTU_MC94_RDBFL14 0xF0066E7C          MC 94 Read Data and Bit Flip Register 14
MTU_MC94_RDBFL15 0xF0066E7E          MC 94 Read Data and Bit Flip Register 15
MTU_MC94_RDBFL16 0xF0066E80          MC 94 Read Data and Bit Flip Register 16
MTU_MC94_RDBFL17 0xF0066E82          MC 94 Read Data and Bit Flip Register 17
MTU_MC94_RDBFL18 0xF0066E84          MC 94 Read Data and Bit Flip Register 18
MTU_MC94_RDBFL19 0xF0066E86          MC 94 Read Data and Bit Flip Register 19
MTU_MC94_RDBFL20 0xF0066E88          MC 94 Read Data and Bit Flip Register 20
MTU_MC94_RDBFL21 0xF0066E8A          MC 94 Read Data and Bit Flip Register 21
MTU_MC94_RDBFL22 0xF0066E8C          MC 94 Read Data and Bit Flip Register 22
MTU_MC94_RDBFL23 0xF0066E8E          MC 94 Read Data and Bit Flip Register 23
MTU_MC94_RDBFL24 0xF0066E90          MC 94 Read Data and Bit Flip Register 24
MTU_MC94_RDBFL25 0xF0066E92          MC 94 Read Data and Bit Flip Register 25
MTU_MC94_RDBFL26 0xF0066E94          MC 94 Read Data and Bit Flip Register 26
MTU_MC94_RDBFL27 0xF0066E96          MC 94 Read Data and Bit Flip Register 27
MTU_MC94_RDBFL28 0xF0066E98          MC 94 Read Data and Bit Flip Register 28
MTU_MC94_RDBFL29 0xF0066E9A          MC 94 Read Data and Bit Flip Register 29
MTU_MC94_RDBFL30 0xF0066E9C          MC 94 Read Data and Bit Flip Register 30
MTU_MC94_RDBFL31 0xF0066E9E          MC 94 Read Data and Bit Flip Register 31
MTU_MC94_RDBFL32 0xF0066EA0          MC 94 Read Data and Bit Flip Register 32
MTU_MC94_RDBFL33 0xF0066EA2          MC 94 Read Data and Bit Flip Register 33
MTU_MC94_RDBFL34 0xF0066EA4          MC 94 Read Data and Bit Flip Register 34
MTU_MC94_RDBFL35 0xF0066EA6          MC 94 Read Data and Bit Flip Register 35
MTU_MC94_RDBFL36 0xF0066EA8          MC 94 Read Data and Bit Flip Register 36
MTU_MC94_RDBFL37 0xF0066EAA          MC 94 Read Data and Bit Flip Register 37
MTU_MC94_RDBFL38 0xF0066EAC          MC 94 Read Data and Bit Flip Register 38
MTU_MC94_RDBFL39 0xF0066EAE          MC 94 Read Data and Bit Flip Register 39
MTU_MC94_RDBFL40 0xF0066EB0          MC 94 Read Data and Bit Flip Register 40
MTU_MC94_RDBFL41 0xF0066EB2          MC 94 Read Data and Bit Flip Register 41
MTU_MC94_RDBFL42 0xF0066EB4          MC 94 Read Data and Bit Flip Register 42
MTU_MC94_RDBFL43 0xF0066EB6          MC 94 Read Data and Bit Flip Register 43
MTU_MC94_RDBFL44 0xF0066EB8          MC 94 Read Data and Bit Flip Register 44
MTU_MC94_RDBFL45 0xF0066EBA          MC 94 Read Data and Bit Flip Register 45
MTU_MC94_RDBFL46 0xF0066EBC          MC 94 Read Data and Bit Flip Register 46
MTU_MC94_RDBFL47 0xF0066EBE          MC 94 Read Data and Bit Flip Register 47
MTU_MC94_RDBFL48 0xF0066EC0          MC 94 Read Data and Bit Flip Register 48
MTU_MC94_RDBFL49 0xF0066EC2          MC 94 Read Data and Bit Flip Register 49
MTU_MC94_RDBFL50 0xF0066EC4          MC 94 Read Data and Bit Flip Register 50
MTU_MC94_RDBFL51 0xF0066EC6          MC 94 Read Data and Bit Flip Register 51
MTU_MC94_RDBFL52 0xF0066EC8          MC 94 Read Data and Bit Flip Register 52
MTU_MC94_RDBFL53 0xF0066ECA          MC 94 Read Data and Bit Flip Register 53
MTU_MC94_RDBFL54 0xF0066ECC          MC 94 Read Data and Bit Flip Register 54
MTU_MC94_RDBFL55 0xF0066ECE          MC 94 Read Data and Bit Flip Register 55
MTU_MC94_RDBFL56 0xF0066ED0          MC 94 Read Data and Bit Flip Register 56
MTU_MC94_RDBFL57 0xF0066ED2          MC 94 Read Data and Bit Flip Register 57
MTU_MC94_RDBFL58 0xF0066ED4          MC 94 Read Data and Bit Flip Register 58
MTU_MC94_RDBFL59 0xF0066ED6          MC 94 Read Data and Bit Flip Register 59
MTU_MC94_RDBFL60 0xF0066ED8          MC 94 Read Data and Bit Flip Register 60
MTU_MC94_RDBFL61 0xF0066EDA          MC 94 Read Data and Bit Flip Register 61
MTU_MC94_RDBFL62 0xF0066EDC          MC 94 Read Data and Bit Flip Register 62
MTU_MC94_RDBFL63 0xF0066EDE          MC 94 Read Data and Bit Flip Register 63
MTU_MC94_RDBFL64 0xF0066EE0          MC 94 Read Data and Bit Flip Register 64
MTU_MC94_RDBFL65 0xF0066EE2          MC 94 Read Data and Bit Flip Register 65
MTU_MC94_RDBFL66 0xF0066EE4          MC 94 Read Data and Bit Flip Register 66
MTU_MC94_ALMSRCS 0xF0066EEE          MC 94 Alarm Sources Configuration Register
MTU_MC94_FAULTSTS 0xF0066EF0          MC 94 SSH Safety Faults Status Register
MTU_MC94_ERRINFO0 0xF0066EF2          MC 94 Error Information Register 0
MTU_MC94_ERRINFO1 0xF0066EF4          MC 94 Error Information Register 1
MTU_MC94_ERRINFO2 0xF0066EF6          MC 94 Error Information Register 2
MTU_MC94_ERRINFO3 0xF0066EF8          MC 94 Error Information Register 3
MTU_MC94_ERRINFO4 0xF0066EFA          MC 94 Error Information Register 4
MTU_MC95_CONFIG0 0xF0066F00          MC 95 Configuration Register 0
MTU_MC95_CONFIG1 0xF0066F02          MC 95 Configuration Register 1
MTU_MC95_MCONTROL 0xF0066F04          MC 95 MBIST Control Register
MTU_MC95_MSTATUS 0xF0066F06          MC 95 Status Register
MTU_MC95_RANGE  0xF0066F08          MC 95 Range Register, single address mode
MTU_MC95_REVID  0xF0066F0C          MC 95 Revision ID Register
MTU_MC95_ECCS   0xF0066F0E          MC 95 ECC Safety Register
MTU_MC95_ECCD   0xF0066F10          MC 95 Memory ECC Detection Register
MTU_MC95_ETRR0  0xF0066F12          MC 95 Error Tracking Register 0
MTU_MC95_ETRR1  0xF0066F14          MC 95 Error Tracking Register 1
MTU_MC95_ETRR2  0xF0066F16          MC 95 Error Tracking Register 2
MTU_MC95_ETRR3  0xF0066F18          MC 95 Error Tracking Register 3
MTU_MC95_ETRR4  0xF0066F1A          MC 95 Error Tracking Register 4
MTU_MC95_RDBFL0 0xF0066F60          MC 95 Read Data and Bit Flip Register 0
MTU_MC95_RDBFL1 0xF0066F62          MC 95 Read Data and Bit Flip Register 1
MTU_MC95_RDBFL2 0xF0066F64          MC 95 Read Data and Bit Flip Register 2
MTU_MC95_RDBFL3 0xF0066F66          MC 95 Read Data and Bit Flip Register 3
MTU_MC95_RDBFL4 0xF0066F68          MC 95 Read Data and Bit Flip Register 4
MTU_MC95_RDBFL5 0xF0066F6A          MC 95 Read Data and Bit Flip Register 5
MTU_MC95_RDBFL6 0xF0066F6C          MC 95 Read Data and Bit Flip Register 6
MTU_MC95_RDBFL7 0xF0066F6E          MC 95 Read Data and Bit Flip Register 7
MTU_MC95_RDBFL8 0xF0066F70          MC 95 Read Data and Bit Flip Register 8
MTU_MC95_RDBFL9 0xF0066F72          MC 95 Read Data and Bit Flip Register 9
MTU_MC95_RDBFL10 0xF0066F74          MC 95 Read Data and Bit Flip Register 10
MTU_MC95_RDBFL11 0xF0066F76          MC 95 Read Data and Bit Flip Register 11
MTU_MC95_RDBFL12 0xF0066F78          MC 95 Read Data and Bit Flip Register 12
MTU_MC95_RDBFL13 0xF0066F7A          MC 95 Read Data and Bit Flip Register 13
MTU_MC95_RDBFL14 0xF0066F7C          MC 95 Read Data and Bit Flip Register 14
MTU_MC95_RDBFL15 0xF0066F7E          MC 95 Read Data and Bit Flip Register 15
MTU_MC95_RDBFL16 0xF0066F80          MC 95 Read Data and Bit Flip Register 16
MTU_MC95_RDBFL17 0xF0066F82          MC 95 Read Data and Bit Flip Register 17
MTU_MC95_RDBFL18 0xF0066F84          MC 95 Read Data and Bit Flip Register 18
MTU_MC95_RDBFL19 0xF0066F86          MC 95 Read Data and Bit Flip Register 19
MTU_MC95_RDBFL20 0xF0066F88          MC 95 Read Data and Bit Flip Register 20
MTU_MC95_RDBFL21 0xF0066F8A          MC 95 Read Data and Bit Flip Register 21
MTU_MC95_RDBFL22 0xF0066F8C          MC 95 Read Data and Bit Flip Register 22
MTU_MC95_RDBFL23 0xF0066F8E          MC 95 Read Data and Bit Flip Register 23
MTU_MC95_RDBFL24 0xF0066F90          MC 95 Read Data and Bit Flip Register 24
MTU_MC95_RDBFL25 0xF0066F92          MC 95 Read Data and Bit Flip Register 25
MTU_MC95_RDBFL26 0xF0066F94          MC 95 Read Data and Bit Flip Register 26
MTU_MC95_RDBFL27 0xF0066F96          MC 95 Read Data and Bit Flip Register 27
MTU_MC95_RDBFL28 0xF0066F98          MC 95 Read Data and Bit Flip Register 28
MTU_MC95_RDBFL29 0xF0066F9A          MC 95 Read Data and Bit Flip Register 29
MTU_MC95_RDBFL30 0xF0066F9C          MC 95 Read Data and Bit Flip Register 30
MTU_MC95_RDBFL31 0xF0066F9E          MC 95 Read Data and Bit Flip Register 31
MTU_MC95_RDBFL32 0xF0066FA0          MC 95 Read Data and Bit Flip Register 32
MTU_MC95_RDBFL33 0xF0066FA2          MC 95 Read Data and Bit Flip Register 33
MTU_MC95_RDBFL34 0xF0066FA4          MC 95 Read Data and Bit Flip Register 34
MTU_MC95_RDBFL35 0xF0066FA6          MC 95 Read Data and Bit Flip Register 35
MTU_MC95_RDBFL36 0xF0066FA8          MC 95 Read Data and Bit Flip Register 36
MTU_MC95_RDBFL37 0xF0066FAA          MC 95 Read Data and Bit Flip Register 37
MTU_MC95_RDBFL38 0xF0066FAC          MC 95 Read Data and Bit Flip Register 38
MTU_MC95_RDBFL39 0xF0066FAE          MC 95 Read Data and Bit Flip Register 39
MTU_MC95_RDBFL40 0xF0066FB0          MC 95 Read Data and Bit Flip Register 40
MTU_MC95_RDBFL41 0xF0066FB2          MC 95 Read Data and Bit Flip Register 41
MTU_MC95_RDBFL42 0xF0066FB4          MC 95 Read Data and Bit Flip Register 42
MTU_MC95_RDBFL43 0xF0066FB6          MC 95 Read Data and Bit Flip Register 43
MTU_MC95_RDBFL44 0xF0066FB8          MC 95 Read Data and Bit Flip Register 44
MTU_MC95_RDBFL45 0xF0066FBA          MC 95 Read Data and Bit Flip Register 45
MTU_MC95_RDBFL46 0xF0066FBC          MC 95 Read Data and Bit Flip Register 46
MTU_MC95_RDBFL47 0xF0066FBE          MC 95 Read Data and Bit Flip Register 47
MTU_MC95_RDBFL48 0xF0066FC0          MC 95 Read Data and Bit Flip Register 48
MTU_MC95_RDBFL49 0xF0066FC2          MC 95 Read Data and Bit Flip Register 49
MTU_MC95_RDBFL50 0xF0066FC4          MC 95 Read Data and Bit Flip Register 50
MTU_MC95_RDBFL51 0xF0066FC6          MC 95 Read Data and Bit Flip Register 51
MTU_MC95_RDBFL52 0xF0066FC8          MC 95 Read Data and Bit Flip Register 52
MTU_MC95_RDBFL53 0xF0066FCA          MC 95 Read Data and Bit Flip Register 53
MTU_MC95_RDBFL54 0xF0066FCC          MC 95 Read Data and Bit Flip Register 54
MTU_MC95_RDBFL55 0xF0066FCE          MC 95 Read Data and Bit Flip Register 55
MTU_MC95_RDBFL56 0xF0066FD0          MC 95 Read Data and Bit Flip Register 56
MTU_MC95_RDBFL57 0xF0066FD2          MC 95 Read Data and Bit Flip Register 57
MTU_MC95_RDBFL58 0xF0066FD4          MC 95 Read Data and Bit Flip Register 58
MTU_MC95_RDBFL59 0xF0066FD6          MC 95 Read Data and Bit Flip Register 59
MTU_MC95_RDBFL60 0xF0066FD8          MC 95 Read Data and Bit Flip Register 60
MTU_MC95_RDBFL61 0xF0066FDA          MC 95 Read Data and Bit Flip Register 61
MTU_MC95_RDBFL62 0xF0066FDC          MC 95 Read Data and Bit Flip Register 62
MTU_MC95_RDBFL63 0xF0066FDE          MC 95 Read Data and Bit Flip Register 63
MTU_MC95_RDBFL64 0xF0066FE0          MC 95 Read Data and Bit Flip Register 64
MTU_MC95_RDBFL65 0xF0066FE2          MC 95 Read Data and Bit Flip Register 65
MTU_MC95_RDBFL66 0xF0066FE4          MC 95 Read Data and Bit Flip Register 66
MTU_MC95_ALMSRCS 0xF0066FEE          MC 95 Alarm Sources Configuration Register
MTU_MC95_FAULTSTS 0xF0066FF0          MC 95 SSH Safety Faults Status Register
MTU_MC95_ERRINFO0 0xF0066FF2          MC 95 Error Information Register 0
MTU_MC95_ERRINFO1 0xF0066FF4          MC 95 Error Information Register 1
MTU_MC95_ERRINFO2 0xF0066FF6          MC 95 Error Information Register 2
MTU_MC95_ERRINFO3 0xF0066FF8          MC 95 Error Information Register 3
MTU_MC95_ERRINFO4 0xF0066FFA          MC 95 Error Information Register 4
GTM_REV         0xF0100000          GTM Version Control Register
GTM_RST         0xF0100004          GTM Global Reset Register
GTM_CTRL        0xF0100008          GTM Global Control Register
GTM_AEI_ADDR_XPT 0xF010000C          GTM AEI Timeout Exception Address Register
GTM_IRQ_NOTIFY  0xF0100010          GTM Interrupt Notification Register
GTM_IRQ_EN      0xF0100014          GTM Interrupt Enable Register
GTM_IRQ_FORCINT 0xF0100018          GTM Software Interrupt Generation Register
GTM_IRQ_MODE    0xF010001C          GTM Top Level Interrupts Mode Selection Register
GTM_EIRQ_EN     0xF0100020          GTM Error Interrupt Enable Register
GTM_HW_CONF     0xF0100024          GTM Hardware Configuration Register
GTM_CFG         0xF0100028          GTM Configuration Register
GTM_AEI_STA_XPT 0xF010002C          GTM AEI Non Zero Status Register
GTM_BRIDGE_MODE 0xF0100030          GTM AEI Bridge Mode Register
GTM_BRIDGE_PTR1 0xF0100034          GTM AEI Bridge Pointer 1 Register
GTM_BRIDGE_PTR2 0xF0100038          GTM AEI Bridge Pointer 2 Register
GTM_TIM0_AUX_IN_SRC 0xF0100040          GTM TIM 0 Module AUX_IN Source Selection Register
GTM_TIM1_AUX_IN_SRC 0xF0100044          GTM TIM 1 Module AUX_IN Source Selection Register
GTM_TOM0_OUT    0xF0100080          GTM TOM 0 Output Level
GTM_TOM1_OUT    0xF0100084          GTM TOM 1 Output Level
GTM_ATOM0_OUT   0xF0100098          GTM ATOM 0 Output Level
GTM_CLS_CLK_CFG 0xF01000B0          GTM Cluster Clock Configuration
GTM_TBU_CHEN    0xF0100100          TBU Global Channel Enable
GTM_TBU_CH0_CTRL 0xF0100104          TBU Channel 0 Control Register
GTM_TBU_CH0_BASE 0xF0100108          TBU Channel 0 Base Register
GTM_TBU_CH1_CTRL 0xF010010C          TBU Channel 1 Control Register
GTM_TBU_CH1_BASE 0xF0100110          TBU Channel 1 Base Register
GTM_TBU_CH2_CTRL 0xF0100114          TBU Channel 2 Control Register
GTM_TBU_CH2_BASE 0xF0100118          TBU Channel 2 Base Register
GTM_MON_STATUS  0xF0100180          Monitor Status Register
GTM_CMP_EN      0xF0100200          CMP Comparator Enable Register
GTM_CMP_IRQ_NOTIFY 0xF0100204          CMP Event Notification Register
GTM_CMP_IRQ_EN  0xF0100208          CMP Interrupt Enable Register
GTM_CMP_IRQ_FORCINT 0xF010020C          CMP Interrupt Force Register
GTM_CMP_IRQ_MODE 0xF0100210          CMP Interrupt Mode Configuration Register
GTM_CMP_EIRQ_EN 0xF0100214          CMP error interrupt enable register
GTM_ARU_ACCESS  0xF0100280          ARU Access Register
GTM_ARU_DATA_H  0xF0100284          ARU Access Register Upper Data Word
GTM_ARU_DATA_L  0xF0100288          ARU Access Register Lower Data Word
GTM_ARU_DBG_ACCESS0 0xF010028C          ARU Debug Access Channel 0
GTM_ARU_DBG_DATA0_H 0xF0100290          ARU Debug Access 0 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA0_L 0xF0100294          ARU Debug Access 0 Transfer Register Lower Data Word
GTM_ARU_DBG_ACCESS1 0xF0100298          ARU Debug Access Channel 1
GTM_ARU_DBG_DATA1_H 0xF010029C          ARU Debug Access 1 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA1_L 0xF01002A0          ARU Debug Access 1 Transfer Register Lower Data Word
GTM_ARU_IRQ_NOTIFY 0xF01002A4          ARU Interrupt Notification Register
GTM_ARU_IRQ_EN  0xF01002A8          ARU Interrupt Enable Register
GTM_ARU_IRQ_FORCINT 0xF01002AC          ARU Force Interrupt Register
GTM_ARU_IRQ_MODE 0xF01002B0          ARU Interrupt Mode Register
GTM_ARU_CADDR_END 0xF01002B4          ARU caddr Counter End Value Register
GTM_ARU_CTRL    0xF01002BC          ARU Enable Dynamic Routing Register
GTM_ARU_0_DYN_CTRL 0xF01002C0          ARU 0 Dynamic Routing Control Register
GTM_ARU_1_DYN_CTRL 0xF01002C4          ARU 1 Dynamic Routing Control Register
GTM_ARU_0_DYN_ROUTE_LOW 0xF01002C8          ARU 0 Lower Bits of DYN_ROUTE Register
GTM_ARU_1_DYN_ROUTE_LOW 0xF01002CC          ARU 1 Lower Bits of DYN_ROUTE Register
GTM_ARU_0_DYN_ROUTE_HIGH 0xF01002D0          ARU 0 Higher Bits of DYN_ROUTE Register
GTM_ARU_1_DYN_ROUTE_HIGH 0xF01002D4          ARU 1 Higher Bits of DYN_ROUTE Register
GTM_ARU_0_DYN_ROUTE_SR_LOW 0xF01002D8          ARU 0 Shadow Register for ARU_z_DYN_ROUTE_LOW
GTM_ARU_1_DYN_ROUTE_SR_LOW 0xF01002DC          ARU 1 Shadow Register for ARU_z_DYN_ROUTE_LOW
GTM_ARU_0_DYN_ROUTE_SR_HIGH 0xF01002E0          ARU 0 Shadow Register for ARU_z_DYN_ROUTE_HIGH
GTM_ARU_1_DYN_ROUTE_SR_HIGH 0xF01002E4          ARU 1 Shadow Register for ARU_z_DYN_ROUTE_HIGH
GTM_ARU_0_DYN_RDADDR 0xF01002E8          ARU 0 Read ID for Dynamic Routing
GTM_ARU_1_DYN_RDADDR 0xF01002EC          ARU 1 Read ID for Dynamic Routing
GTM_ARU_CADDR   0xF01002FC          ARU caddr Counter Value
GTM_CMU_CLK_EN  0xF0100300          CMU Clock Enable Register
GTM_CMU_GCLK_NUM 0xF0100304          CMU Global Clock Control Numerator
GTM_CMU_GCLK_DEN 0xF0100308          CMU Global Clock Control Denominator
GTM_CMU_CLK_0_CTRL 0xF010030C          CMU Control for Clock Source 0
GTM_CMU_CLK_1_CTRL 0xF0100310          CMU Control for Clock Source 1
GTM_CMU_CLK_2_CTRL 0xF0100314          CMU Control for Clock Source 2
GTM_CMU_CLK_3_CTRL 0xF0100318          CMU Control for Clock Source 3
GTM_CMU_CLK_4_CTRL 0xF010031C          CMU Control for Clock Source 4
GTM_CMU_CLK_5_CTRL 0xF0100320          CMU Control for Clock Source 5
GTM_CMU_CLK_6_CTRL 0xF0100324          CMU Control for Clock Source 6
GTM_CMU_CLK_7_CTRL 0xF0100328          CMU Control for Clock Source 7
GTM_CMU_ECLK_0_NUM 0xF010032C          CMU External Clock 0 Control Numerator
GTM_CMU_ECLK_0_DEN 0xF0100330          CMU External Clock 0 Control Denominator
GTM_CMU_ECLK_1_NUM 0xF0100334          CMU External Clock 1 Control Numerator
GTM_CMU_ECLK_1_DEN 0xF0100338          CMU External Clock 1 Control Denominator
GTM_CMU_ECLK_2_NUM 0xF010033C          CMU External Clock 2 Control Numerator
GTM_CMU_ECLK_2_DEN 0xF0100340          CMU External Clock 2 Control Denominator
GTM_CMU_FXCLK_CTRL 0xF0100344          CMU Control FXCLK Sub-Unit Input Clock
GTM_CMU_GLB_CTRL 0xF0100348          CMU Synchronizing ARU and Clock Source
GTM_CMU_CLK_CTRL 0xF010034C          CMU Control for Clock Source Selection
GTM_BRC_SRC_0_ADDR 0xF0100400          BRC Read Address for Input Channel 0
GTM_BRC_SRC_0_DEST 0xF0100404          BRC Destination Channels for Input Channel 0
GTM_BRC_SRC_1_ADDR 0xF0100408          BRC Read Address for Input Channel 1
GTM_BRC_SRC_1_DEST 0xF010040C          BRC Destination Channels for Input Channel 1
GTM_BRC_SRC_2_ADDR 0xF0100410          BRC Read Address for Input Channel 2
GTM_BRC_SRC_2_DEST 0xF0100414          BRC Destination Channels for Input Channel 2
GTM_BRC_SRC_3_ADDR 0xF0100418          BRC Read Address for Input Channel 3
GTM_BRC_SRC_3_DEST 0xF010041C          BRC Destination Channels for Input Channel 3
GTM_BRC_SRC_4_ADDR 0xF0100420          BRC Read Address for Input Channel 4
GTM_BRC_SRC_4_DEST 0xF0100424          BRC Destination Channels for Input Channel 4
GTM_BRC_SRC_5_ADDR 0xF0100428          BRC Read Address for Input Channel 5
GTM_BRC_SRC_5_DEST 0xF010042C          BRC Destination Channels for Input Channel 5
GTM_BRC_SRC_6_ADDR 0xF0100430          BRC Read Address for Input Channel 6
GTM_BRC_SRC_6_DEST 0xF0100434          BRC Destination Channels for Input Channel 6
GTM_BRC_SRC_7_ADDR 0xF0100438          BRC Read Address for Input Channel 7
GTM_BRC_SRC_7_DEST 0xF010043C          BRC Destination Channels for Input Channel 7
GTM_BRC_SRC_8_ADDR 0xF0100440          BRC Read Address for Input Channel 8
GTM_BRC_SRC_8_DEST 0xF0100444          BRC Destination Channels for Input Channel 8
GTM_BRC_SRC_9_ADDR 0xF0100448          BRC Read Address for Input Channel 9
GTM_BRC_SRC_9_DEST 0xF010044C          BRC Destination Channels for Input Channel 9
GTM_BRC_SRC_10_ADDR 0xF0100450          BRC Read Address for Input Channel 10
GTM_BRC_SRC_10_DEST 0xF0100454          BRC Destination Channels for Input Channel 10
GTM_BRC_SRC_11_ADDR 0xF0100458          BRC Read Address for Input Channel 11
GTM_BRC_SRC_11_DEST 0xF010045C          BRC Destination Channels for Input Channel 11
GTM_BRC_IRQ_NOTIFY 0xF0100460          BRC Interrupt Notification Register
GTM_BRC_IRQ_EN  0xF0100464          BRC Interrupt Enable Register
GTM_BRC_IRQ_FORCINT 0xF0100468          BRC Force Interrupt Register
GTM_BRC_IRQ_MODE 0xF010046C          BRC Interrupt Mode Configuration Register
GTM_BRC_RST     0xF0100470          BRC Software Reset Register
GTM_BRC_EIRQ_EN 0xF0100474          BRC Error Interrupt Enable Register
GTM_ICM_IRQG_0  0xF0100600          ICM Interrupt Group Register Covering Infrastructural and Safety Components ARU, BRC, AEI, PSM0, PSM1, MAP, CMP, SPE
GTM_ICM_IRQG_2  0xF0100608          ICM Interrupt Group Register Covering TIM0, TIM1, TIM2, TIM3
GTM_ICM_IRQG_6  0xF0100618          ICM Interrupt Group Register Covering GTM Output Sub-Modules TOM0 to TOM1
GTM_ICM_IRQG_9  0xF0100624          ICM Interrupt Group Register Covering GTM Output Sub-Modules ATOM0, ATOM1, ATOM2 and ATOM3
GTM_ICM_IRQG_MEI 0xF0100630          ICM Interrupt Group Register for Module Error Interrupt Information
GTM_ICM_IRQG_CEI1 0xF0100638          ICM Interrupt Group Register 1 for Channel Error Interrupt Information
GTM_ICM_IRQG_SPE_CEI 0xF01006B4          ICM Interrupt Group SPE for Module Error Interrupt Information
GTM_ICM_IRQG_CLS_0_MEI 0xF0100710          ICM Interrupt Group 0 for Module Error Interrupt Information for each TIMm, MCSm, SPEm, FIFOm
GTM_ICM_IRQG_SPE_CI 0xF0100770          ICM Interrupt Group SPE for Module Interrupt Information
GTM_ICM_IRQG_ATOM_0_CI 0xF0100790          ICM Interrupt Group ATOM 0 for Channel Interrupt Information of ATOMm
GTM_ICM_IRQG_TOM_0_CI 0xF01007A0          ICM Interrupt Group TOM 0 for Channel Interrupt Information of TOMm
GTM_SPE0_CTRL_STAT 0xF0100800          SPE0 Control Status Register
GTM_SPE0_PAT    0xF0100804          SPE0 Input Pattern Definition Register
GTM_SPE0_OUT_PAT0 0xF0100808          SPE0 Output Definition Register 0
GTM_SPE0_OUT_PAT1 0xF010080C          SPE0 Output Definition Register 1
GTM_SPE0_OUT_PAT2 0xF0100810          SPE0 Output Definition Register 2
GTM_SPE0_OUT_PAT3 0xF0100814          SPE0 Output Definition Register 3
GTM_SPE0_OUT_PAT4 0xF0100818          SPE0 Output Definition Register 4
GTM_SPE0_OUT_PAT5 0xF010081C          SPE0 Output Definition Register 5
GTM_SPE0_OUT_PAT6 0xF0100820          SPE0 Output Definition Register 6
GTM_SPE0_OUT_PAT7 0xF0100824          SPE0 Output Definition Register 7
GTM_SPE0_OUT_CTRL 0xF0100828          SPE0 Output Control Register
GTM_SPE0_IRQ_NOTIFY 0xF010082C          SPE0 Interrupt Notification Register
GTM_SPE0_IRQ_EN 0xF0100830          SPE0 Interrupt Enable Register
GTM_SPE0_IRQ_FORCINT 0xF0100834          SPE0 Interrupt Generation by Software
GTM_SPE0_IRQ_MODE 0xF0100838          SPE0 Interrupt Mode Configuration Register
GTM_SPE0_EIRQ_EN 0xF010083C          SPE0 Error Interrupt Enable Register
GTM_SPE0_REV_CNT 0xF0100840          SPE0 Input Revolution Counter
GTM_SPE0_REV_CMP 0xF0100844          SPE0 Revolution Counter Compare Value
GTM_SPE0_CTRL_STAT2 0xF0100848          SPE0 Control Status Register 2
GTM_SPE0_CMD    0xF010084C          SPE0 Command register
GTM_SPE1_CTRL_STAT 0xF0100880          SPE1 Control Status Register
GTM_SPE1_PAT    0xF0100884          SPE1 Input Pattern Definition Register
GTM_SPE1_OUT_PAT0 0xF0100888          SPE1 Output Definition Register 0
GTM_SPE1_OUT_PAT1 0xF010088C          SPE1 Output Definition Register 1
GTM_SPE1_OUT_PAT2 0xF0100890          SPE1 Output Definition Register 2
GTM_SPE1_OUT_PAT3 0xF0100894          SPE1 Output Definition Register 3
GTM_SPE1_OUT_PAT4 0xF0100898          SPE1 Output Definition Register 4
GTM_SPE1_OUT_PAT5 0xF010089C          SPE1 Output Definition Register 5
GTM_SPE1_OUT_PAT6 0xF01008A0          SPE1 Output Definition Register 6
GTM_SPE1_OUT_PAT7 0xF01008A4          SPE1 Output Definition Register 7
GTM_SPE1_OUT_CTRL 0xF01008A8          SPE1 Output Control Register
GTM_SPE1_IRQ_NOTIFY 0xF01008AC          SPE1 Interrupt Notification Register
GTM_SPE1_IRQ_EN 0xF01008B0          SPE1 Interrupt Enable Register
GTM_SPE1_IRQ_FORCINT 0xF01008B4          SPE1 Interrupt Generation by Software
GTM_SPE1_IRQ_MODE 0xF01008B8          SPE1 Interrupt Mode Configuration Register
GTM_SPE1_EIRQ_EN 0xF01008BC          SPE1 Error Interrupt Enable Register
GTM_SPE1_REV_CNT 0xF01008C0          SPE1 Input Revolution Counter
GTM_SPE1_REV_CMP 0xF01008C4          SPE1 Revolution Counter Compare Value
GTM_SPE1_CTRL_STAT2 0xF01008C8          SPE1 Control Status Register 2
GTM_SPE1_CMD    0xF01008CC          SPE1 Command register
GTM_TIM0_CH0_GPR0 0xF0101000          TIM0 Channel 0 General Purpose 0 Register
GTM_TIM0_CH0_GPR1 0xF0101004          TIM0 Channel 0 General Purpose 1 Register
GTM_TIM0_CH0_CNT 0xF0101008          TIM0 Channel 0 SMU Counter Register
GTM_TIM0_CH0_ECNT 0xF010100C          TIM0 Channel 0 SMU Edge Counter Register
GTM_TIM0_CH0_CNTS 0xF0101010          TIM0 Channel 0 SMU Shadow Counter Register
GTM_TIM0_CH0_TDUC 0xF0101014          TIM0 Channel 0 TDU Counter Register
GTM_TIM0_CH0_TDUV 0xF0101018          TIM0 Channel 0 TDU Control Register
GTM_TIM0_CH0_FLT_RE 0xF010101C          TIM0 Channel 0 Filter Parameter 0 Register
GTM_TIM0_CH0_FLT_FE 0xF0101020          TIM0 Channel 0 Filter Parameter 1 Register
GTM_TIM0_CH0_CTRL 0xF0101024          TIM0 Channel 0 Control Register
GTM_TIM0_CH0_ECTRL 0xF0101028          TIM0 Channel 0 Extended Control Register
GTM_TIM0_CH0_IRQ_NOTIFY 0xF010102C          TIM0 Channel 0 Interrupt Notification Register
GTM_TIM0_CH0_IRQ_EN 0xF0101030          TIM0 Channel 0 Interrupt Enable Register
GTM_TIM0_CH0_IRQ_FORCINT 0xF0101034          TIM0 Channel 0 Force Interrupt Register
GTM_TIM0_CH0_IRQ_MODE 0xF0101038          TIM0 Channel 0 Interrupt Mode Configuration Register
GTM_TIM0_CH0_EIRQ_EN 0xF010103C          TIM0 Channel 0 Error Interrupt Enable Register
GTM_TIM0_INP_VAL 0xF0101074          TIM0 Input Value Observation Register
GTM_TIM0_IN_SRC 0xF0101078          TIM0 AUX IN Source Selection Register
GTM_TIM0_RST    0xF010107C          TIM0 Global Software Reset Register
GTM_TIM0_CH1_GPR0 0xF0101080          TIM0 Channel 1 General Purpose 0 Register
GTM_TIM0_CH1_GPR1 0xF0101084          TIM0 Channel 1 General Purpose 1 Register
GTM_TIM0_CH1_CNT 0xF0101088          TIM0 Channel 1 SMU Counter Register
GTM_TIM0_CH1_ECNT 0xF010108C          TIM0 Channel 1 SMU Edge Counter Register
GTM_TIM0_CH1_CNTS 0xF0101090          TIM0 Channel 1 SMU Shadow Counter Register
GTM_TIM0_CH1_TDUC 0xF0101094          TIM0 Channel 1 TDU Counter Register
GTM_TIM0_CH1_TDUV 0xF0101098          TIM0 Channel 1 TDU Control Register
GTM_TIM0_CH1_FLT_RE 0xF010109C          TIM0 Channel 1 Filter Parameter 0 Register
GTM_TIM0_CH1_FLT_FE 0xF01010A0          TIM0 Channel 1 Filter Parameter 1 Register
GTM_TIM0_CH1_CTRL 0xF01010A4          TIM0 Channel 1 Control Register
GTM_TIM0_CH1_ECTRL 0xF01010A8          TIM0 Channel 1 Extended Control Register
GTM_TIM0_CH1_IRQ_NOTIFY 0xF01010AC          TIM0 Channel 1 Interrupt Notification Register
GTM_TIM0_CH1_IRQ_EN 0xF01010B0          TIM0 Channel 1 Interrupt Enable Register
GTM_TIM0_CH1_IRQ_FORCINT 0xF01010B4          TIM0 Channel 1 Force Interrupt Register
GTM_TIM0_CH1_IRQ_MODE 0xF01010B8          TIM0 Channel 1 Interrupt Mode Configuration Register
GTM_TIM0_CH1_EIRQ_EN 0xF01010BC          TIM0 Channel 1 Error Interrupt Enable Register
GTM_TIM0_CH2_GPR0 0xF0101100          TIM0 Channel 2 General Purpose 0 Register
GTM_TIM0_CH2_GPR1 0xF0101104          TIM0 Channel 2 General Purpose 1 Register
GTM_TIM0_CH2_CNT 0xF0101108          TIM0 Channel 2 SMU Counter Register
GTM_TIM0_CH2_ECNT 0xF010110C          TIM0 Channel 2 SMU Edge Counter Register
GTM_TIM0_CH2_CNTS 0xF0101110          TIM0 Channel 2 SMU Shadow Counter Register
GTM_TIM0_CH2_TDUC 0xF0101114          TIM0 Channel 2 TDU Counter Register
GTM_TIM0_CH2_TDUV 0xF0101118          TIM0 Channel 2 TDU Control Register
GTM_TIM0_CH2_FLT_RE 0xF010111C          TIM0 Channel 2 Filter Parameter 0 Register
GTM_TIM0_CH2_FLT_FE 0xF0101120          TIM0 Channel 2 Filter Parameter 1 Register
GTM_TIM0_CH2_CTRL 0xF0101124          TIM0 Channel 2 Control Register
GTM_TIM0_CH2_ECTRL 0xF0101128          TIM0 Channel 2 Extended Control Register
GTM_TIM0_CH2_IRQ_NOTIFY 0xF010112C          TIM0 Channel 2 Interrupt Notification Register
GTM_TIM0_CH2_IRQ_EN 0xF0101130          TIM0 Channel 2 Interrupt Enable Register
GTM_TIM0_CH2_IRQ_FORCINT 0xF0101134          TIM0 Channel 2 Force Interrupt Register
GTM_TIM0_CH2_IRQ_MODE 0xF0101138          TIM0 Channel 2 Interrupt Mode Configuration Register
GTM_TIM0_CH2_EIRQ_EN 0xF010113C          TIM0 Channel 2 Error Interrupt Enable Register
GTM_TIM0_CH3_GPR0 0xF0101180          TIM0 Channel 3 General Purpose 0 Register
GTM_TIM0_CH3_GPR1 0xF0101184          TIM0 Channel 3 General Purpose 1 Register
GTM_TIM0_CH3_CNT 0xF0101188          TIM0 Channel 3 SMU Counter Register
GTM_TIM0_CH3_ECNT 0xF010118C          TIM0 Channel 3 SMU Edge Counter Register
GTM_TIM0_CH3_CNTS 0xF0101190          TIM0 Channel 3 SMU Shadow Counter Register
GTM_TIM0_CH3_TDUC 0xF0101194          TIM0 Channel 3 TDU Counter Register
GTM_TIM0_CH3_TDUV 0xF0101198          TIM0 Channel 3 TDU Control Register
GTM_TIM0_CH3_FLT_RE 0xF010119C          TIM0 Channel 3 Filter Parameter 0 Register
GTM_TIM0_CH3_FLT_FE 0xF01011A0          TIM0 Channel 3 Filter Parameter 1 Register
GTM_TIM0_CH3_CTRL 0xF01011A4          TIM0 Channel 3 Control Register
GTM_TIM0_CH3_ECTRL 0xF01011A8          TIM0 Channel 3 Extended Control Register
GTM_TIM0_CH3_IRQ_NOTIFY 0xF01011AC          TIM0 Channel 3 Interrupt Notification Register
GTM_TIM0_CH3_IRQ_EN 0xF01011B0          TIM0 Channel 3 Interrupt Enable Register
GTM_TIM0_CH3_IRQ_FORCINT 0xF01011B4          TIM0 Channel 3 Force Interrupt Register
GTM_TIM0_CH3_IRQ_MODE 0xF01011B8          TIM0 Channel 3 Interrupt Mode Configuration Register
GTM_TIM0_CH3_EIRQ_EN 0xF01011BC          TIM0 Channel 3 Error Interrupt Enable Register
GTM_TIM0_CH4_GPR0 0xF0101200          TIM0 Channel 4 General Purpose 0 Register
GTM_TIM0_CH4_GPR1 0xF0101204          TIM0 Channel 4 General Purpose 1 Register
GTM_TIM0_CH4_CNT 0xF0101208          TIM0 Channel 4 SMU Counter Register
GTM_TIM0_CH4_ECNT 0xF010120C          TIM0 Channel 4 SMU Edge Counter Register
GTM_TIM0_CH4_CNTS 0xF0101210          TIM0 Channel 4 SMU Shadow Counter Register
GTM_TIM0_CH4_TDUC 0xF0101214          TIM0 Channel 4 TDU Counter Register
GTM_TIM0_CH4_TDUV 0xF0101218          TIM0 Channel 4 TDU Control Register
GTM_TIM0_CH4_FLT_RE 0xF010121C          TIM0 Channel 4 Filter Parameter 0 Register
GTM_TIM0_CH4_FLT_FE 0xF0101220          TIM0 Channel 4 Filter Parameter 1 Register
GTM_TIM0_CH4_CTRL 0xF0101224          TIM0 Channel 4 Control Register
GTM_TIM0_CH4_ECTRL 0xF0101228          TIM0 Channel 4 Extended Control Register
GTM_TIM0_CH4_IRQ_NOTIFY 0xF010122C          TIM0 Channel 4 Interrupt Notification Register
GTM_TIM0_CH4_IRQ_EN 0xF0101230          TIM0 Channel 4 Interrupt Enable Register
GTM_TIM0_CH4_IRQ_FORCINT 0xF0101234          TIM0 Channel 4 Force Interrupt Register
GTM_TIM0_CH4_IRQ_MODE 0xF0101238          TIM0 Channel 4 Interrupt Mode Configuration Register
GTM_TIM0_CH4_EIRQ_EN 0xF010123C          TIM0 Channel 4 Error Interrupt Enable Register
GTM_TIM0_CH5_GPR0 0xF0101280          TIM0 Channel 5 General Purpose 0 Register
GTM_TIM0_CH5_GPR1 0xF0101284          TIM0 Channel 5 General Purpose 1 Register
GTM_TIM0_CH5_CNT 0xF0101288          TIM0 Channel 5 SMU Counter Register
GTM_TIM0_CH5_ECNT 0xF010128C          TIM0 Channel 5 SMU Edge Counter Register
GTM_TIM0_CH5_CNTS 0xF0101290          TIM0 Channel 5 SMU Shadow Counter Register
GTM_TIM0_CH5_TDUC 0xF0101294          TIM0 Channel 5 TDU Counter Register
GTM_TIM0_CH5_TDUV 0xF0101298          TIM0 Channel 5 TDU Control Register
GTM_TIM0_CH5_FLT_RE 0xF010129C          TIM0 Channel 5 Filter Parameter 0 Register
GTM_TIM0_CH5_FLT_FE 0xF01012A0          TIM0 Channel 5 Filter Parameter 1 Register
GTM_TIM0_CH5_CTRL 0xF01012A4          TIM0 Channel 5 Control Register
GTM_TIM0_CH5_ECTRL 0xF01012A8          TIM0 Channel 5 Extended Control Register
GTM_TIM0_CH5_IRQ_NOTIFY 0xF01012AC          TIM0 Channel 5 Interrupt Notification Register
GTM_TIM0_CH5_IRQ_EN 0xF01012B0          TIM0 Channel 5 Interrupt Enable Register
GTM_TIM0_CH5_IRQ_FORCINT 0xF01012B4          TIM0 Channel 5 Force Interrupt Register
GTM_TIM0_CH5_IRQ_MODE 0xF01012B8          TIM0 Channel 5 Interrupt Mode Configuration Register
GTM_TIM0_CH5_EIRQ_EN 0xF01012BC          TIM0 Channel 5 Error Interrupt Enable Register
GTM_TIM0_CH6_GPR0 0xF0101300          TIM0 Channel 6 General Purpose 0 Register
GTM_TIM0_CH6_GPR1 0xF0101304          TIM0 Channel 6 General Purpose 1 Register
GTM_TIM0_CH6_CNT 0xF0101308          TIM0 Channel 6 SMU Counter Register
GTM_TIM0_CH6_ECNT 0xF010130C          TIM0 Channel 6 SMU Edge Counter Register
GTM_TIM0_CH6_CNTS 0xF0101310          TIM0 Channel 6 SMU Shadow Counter Register
GTM_TIM0_CH6_TDUC 0xF0101314          TIM0 Channel 6 TDU Counter Register
GTM_TIM0_CH6_TDUV 0xF0101318          TIM0 Channel 6 TDU Control Register
GTM_TIM0_CH6_FLT_RE 0xF010131C          TIM0 Channel 6 Filter Parameter 0 Register
GTM_TIM0_CH6_FLT_FE 0xF0101320          TIM0 Channel 6 Filter Parameter 1 Register
GTM_TIM0_CH6_CTRL 0xF0101324          TIM0 Channel 6 Control Register
GTM_TIM0_CH6_ECTRL 0xF0101328          TIM0 Channel 6 Extended Control Register
GTM_TIM0_CH6_IRQ_NOTIFY 0xF010132C          TIM0 Channel 6 Interrupt Notification Register
GTM_TIM0_CH6_IRQ_EN 0xF0101330          TIM0 Channel 6 Interrupt Enable Register
GTM_TIM0_CH6_IRQ_FORCINT 0xF0101334          TIM0 Channel 6 Force Interrupt Register
GTM_TIM0_CH6_IRQ_MODE 0xF0101338          TIM0 Channel 6 Interrupt Mode Configuration Register
GTM_TIM0_CH6_EIRQ_EN 0xF010133C          TIM0 Channel 6 Error Interrupt Enable Register
GTM_TIM0_CH7_GPR0 0xF0101380          TIM0 Channel 7 General Purpose 0 Register
GTM_TIM0_CH7_GPR1 0xF0101384          TIM0 Channel 7 General Purpose 1 Register
GTM_TIM0_CH7_CNT 0xF0101388          TIM0 Channel 7 SMU Counter Register
GTM_TIM0_CH7_ECNT 0xF010138C          TIM0 Channel 7 SMU Edge Counter Register
GTM_TIM0_CH7_CNTS 0xF0101390          TIM0 Channel 7 SMU Shadow Counter Register
GTM_TIM0_CH7_TDUC 0xF0101394          TIM0 Channel 7 TDU Counter Register
GTM_TIM0_CH7_TDUV 0xF0101398          TIM0 Channel 7 TDU Control Register
GTM_TIM0_CH7_FLT_RE 0xF010139C          TIM0 Channel 7 Filter Parameter 0 Register
GTM_TIM0_CH7_FLT_FE 0xF01013A0          TIM0 Channel 7 Filter Parameter 1 Register
GTM_TIM0_CH7_CTRL 0xF01013A4          TIM0 Channel 7 Control Register
GTM_TIM0_CH7_ECTRL 0xF01013A8          TIM0 Channel 7 Extended Control Register
GTM_TIM0_CH7_IRQ_NOTIFY 0xF01013AC          TIM0 Channel 7 Interrupt Notification Register
GTM_TIM0_CH7_IRQ_EN 0xF01013B0          TIM0 Channel 7 Interrupt Enable Register
GTM_TIM0_CH7_IRQ_FORCINT 0xF01013B4          TIM0 Channel 7 Force Interrupt Register
GTM_TIM0_CH7_IRQ_MODE 0xF01013B8          TIM0 Channel 7 Interrupt Mode Configuration Register
GTM_TIM0_CH7_EIRQ_EN 0xF01013BC          TIM0 Channel 7 Error Interrupt Enable Register
GTM_TIM1_CH0_GPR0 0xF0101800          TIM1 Channel 0 General Purpose 0 Register
GTM_TIM1_CH0_GPR1 0xF0101804          TIM1 Channel 0 General Purpose 1 Register
GTM_TIM1_CH0_CNT 0xF0101808          TIM1 Channel 0 SMU Counter Register
GTM_TIM1_CH0_ECNT 0xF010180C          TIM1 Channel 0 SMU Edge Counter Register
GTM_TIM1_CH0_CNTS 0xF0101810          TIM1 Channel 0 SMU Shadow Counter Register
GTM_TIM1_CH0_TDUC 0xF0101814          TIM1 Channel 0 TDU Counter Register
GTM_TIM1_CH0_TDUV 0xF0101818          TIM1 Channel 0 TDU Control Register
GTM_TIM1_CH0_FLT_RE 0xF010181C          TIM1 Channel 0 Filter Parameter 0 Register
GTM_TIM1_CH0_FLT_FE 0xF0101820          TIM1 Channel 0 Filter Parameter 1 Register
GTM_TIM1_CH0_CTRL 0xF0101824          TIM1 Channel 0 Control Register
GTM_TIM1_CH0_ECTRL 0xF0101828          TIM1 Channel 0 Extended Control Register
GTM_TIM1_CH0_IRQ_NOTIFY 0xF010182C          TIM1 Channel 0 Interrupt Notification Register
GTM_TIM1_CH0_IRQ_EN 0xF0101830          TIM1 Channel 0 Interrupt Enable Register
GTM_TIM1_CH0_IRQ_FORCINT 0xF0101834          TIM1 Channel 0 Force Interrupt Register
GTM_TIM1_CH0_IRQ_MODE 0xF0101838          TIM1 Channel 0 Interrupt Mode Configuration Register
GTM_TIM1_CH0_EIRQ_EN 0xF010183C          TIM1 Channel 0 Error Interrupt Enable Register
GTM_TIM1_INP_VAL 0xF0101874          TIM1 Input Value Observation Register
GTM_TIM1_IN_SRC 0xF0101878          TIM1 AUX IN Source Selection Register
GTM_TIM1_RST    0xF010187C          TIM1 Global Software Reset Register
GTM_TIM1_CH1_GPR0 0xF0101880          TIM1 Channel 1 General Purpose 0 Register
GTM_TIM1_CH1_GPR1 0xF0101884          TIM1 Channel 1 General Purpose 1 Register
GTM_TIM1_CH1_CNT 0xF0101888          TIM1 Channel 1 SMU Counter Register
GTM_TIM1_CH1_ECNT 0xF010188C          TIM1 Channel 1 SMU Edge Counter Register
GTM_TIM1_CH1_CNTS 0xF0101890          TIM1 Channel 1 SMU Shadow Counter Register
GTM_TIM1_CH1_TDUC 0xF0101894          TIM1 Channel 1 TDU Counter Register
GTM_TIM1_CH1_TDUV 0xF0101898          TIM1 Channel 1 TDU Control Register
GTM_TIM1_CH1_FLT_RE 0xF010189C          TIM1 Channel 1 Filter Parameter 0 Register
GTM_TIM1_CH1_FLT_FE 0xF01018A0          TIM1 Channel 1 Filter Parameter 1 Register
GTM_TIM1_CH1_CTRL 0xF01018A4          TIM1 Channel 1 Control Register
GTM_TIM1_CH1_ECTRL 0xF01018A8          TIM1 Channel 1 Extended Control Register
GTM_TIM1_CH1_IRQ_NOTIFY 0xF01018AC          TIM1 Channel 1 Interrupt Notification Register
GTM_TIM1_CH1_IRQ_EN 0xF01018B0          TIM1 Channel 1 Interrupt Enable Register
GTM_TIM1_CH1_IRQ_FORCINT 0xF01018B4          TIM1 Channel 1 Force Interrupt Register
GTM_TIM1_CH1_IRQ_MODE 0xF01018B8          TIM1 Channel 1 Interrupt Mode Configuration Register
GTM_TIM1_CH1_EIRQ_EN 0xF01018BC          TIM1 Channel 1 Error Interrupt Enable Register
GTM_TIM1_CH2_GPR0 0xF0101900          TIM1 Channel 2 General Purpose 0 Register
GTM_TIM1_CH2_GPR1 0xF0101904          TIM1 Channel 2 General Purpose 1 Register
GTM_TIM1_CH2_CNT 0xF0101908          TIM1 Channel 2 SMU Counter Register
GTM_TIM1_CH2_ECNT 0xF010190C          TIM1 Channel 2 SMU Edge Counter Register
GTM_TIM1_CH2_CNTS 0xF0101910          TIM1 Channel 2 SMU Shadow Counter Register
GTM_TIM1_CH2_TDUC 0xF0101914          TIM1 Channel 2 TDU Counter Register
GTM_TIM1_CH2_TDUV 0xF0101918          TIM1 Channel 2 TDU Control Register
GTM_TIM1_CH2_FLT_RE 0xF010191C          TIM1 Channel 2 Filter Parameter 0 Register
GTM_TIM1_CH2_FLT_FE 0xF0101920          TIM1 Channel 2 Filter Parameter 1 Register
GTM_TIM1_CH2_CTRL 0xF0101924          TIM1 Channel 2 Control Register
GTM_TIM1_CH2_ECTRL 0xF0101928          TIM1 Channel 2 Extended Control Register
GTM_TIM1_CH2_IRQ_NOTIFY 0xF010192C          TIM1 Channel 2 Interrupt Notification Register
GTM_TIM1_CH2_IRQ_EN 0xF0101930          TIM1 Channel 2 Interrupt Enable Register
GTM_TIM1_CH2_IRQ_FORCINT 0xF0101934          TIM1 Channel 2 Force Interrupt Register
GTM_TIM1_CH2_IRQ_MODE 0xF0101938          TIM1 Channel 2 Interrupt Mode Configuration Register
GTM_TIM1_CH2_EIRQ_EN 0xF010193C          TIM1 Channel 2 Error Interrupt Enable Register
GTM_TIM1_CH3_GPR0 0xF0101980          TIM1 Channel 3 General Purpose 0 Register
GTM_TIM1_CH3_GPR1 0xF0101984          TIM1 Channel 3 General Purpose 1 Register
GTM_TIM1_CH3_CNT 0xF0101988          TIM1 Channel 3 SMU Counter Register
GTM_TIM1_CH3_ECNT 0xF010198C          TIM1 Channel 3 SMU Edge Counter Register
GTM_TIM1_CH3_CNTS 0xF0101990          TIM1 Channel 3 SMU Shadow Counter Register
GTM_TIM1_CH3_TDUC 0xF0101994          TIM1 Channel 3 TDU Counter Register
GTM_TIM1_CH3_TDUV 0xF0101998          TIM1 Channel 3 TDU Control Register
GTM_TIM1_CH3_FLT_RE 0xF010199C          TIM1 Channel 3 Filter Parameter 0 Register
GTM_TIM1_CH3_FLT_FE 0xF01019A0          TIM1 Channel 3 Filter Parameter 1 Register
GTM_TIM1_CH3_CTRL 0xF01019A4          TIM1 Channel 3 Control Register
GTM_TIM1_CH3_ECTRL 0xF01019A8          TIM1 Channel 3 Extended Control Register
GTM_TIM1_CH3_IRQ_NOTIFY 0xF01019AC          TIM1 Channel 3 Interrupt Notification Register
GTM_TIM1_CH3_IRQ_EN 0xF01019B0          TIM1 Channel 3 Interrupt Enable Register
GTM_TIM1_CH3_IRQ_FORCINT 0xF01019B4          TIM1 Channel 3 Force Interrupt Register
GTM_TIM1_CH3_IRQ_MODE 0xF01019B8          TIM1 Channel 3 Interrupt Mode Configuration Register
GTM_TIM1_CH3_EIRQ_EN 0xF01019BC          TIM1 Channel 3 Error Interrupt Enable Register
GTM_TIM1_CH4_GPR0 0xF0101A00          TIM1 Channel 4 General Purpose 0 Register
GTM_TIM1_CH4_GPR1 0xF0101A04          TIM1 Channel 4 General Purpose 1 Register
GTM_TIM1_CH4_CNT 0xF0101A08          TIM1 Channel 4 SMU Counter Register
GTM_TIM1_CH4_ECNT 0xF0101A0C          TIM1 Channel 4 SMU Edge Counter Register
GTM_TIM1_CH4_CNTS 0xF0101A10          TIM1 Channel 4 SMU Shadow Counter Register
GTM_TIM1_CH4_TDUC 0xF0101A14          TIM1 Channel 4 TDU Counter Register
GTM_TIM1_CH4_TDUV 0xF0101A18          TIM1 Channel 4 TDU Control Register
GTM_TIM1_CH4_FLT_RE 0xF0101A1C          TIM1 Channel 4 Filter Parameter 0 Register
GTM_TIM1_CH4_FLT_FE 0xF0101A20          TIM1 Channel 4 Filter Parameter 1 Register
GTM_TIM1_CH4_CTRL 0xF0101A24          TIM1 Channel 4 Control Register
GTM_TIM1_CH4_ECTRL 0xF0101A28          TIM1 Channel 4 Extended Control Register
GTM_TIM1_CH4_IRQ_NOTIFY 0xF0101A2C          TIM1 Channel 4 Interrupt Notification Register
GTM_TIM1_CH4_IRQ_EN 0xF0101A30          TIM1 Channel 4 Interrupt Enable Register
GTM_TIM1_CH4_IRQ_FORCINT 0xF0101A34          TIM1 Channel 4 Force Interrupt Register
GTM_TIM1_CH4_IRQ_MODE 0xF0101A38          TIM1 Channel 4 Interrupt Mode Configuration Register
GTM_TIM1_CH4_EIRQ_EN 0xF0101A3C          TIM1 Channel 4 Error Interrupt Enable Register
GTM_TIM1_CH5_GPR0 0xF0101A80          TIM1 Channel 5 General Purpose 0 Register
GTM_TIM1_CH5_GPR1 0xF0101A84          TIM1 Channel 5 General Purpose 1 Register
GTM_TIM1_CH5_CNT 0xF0101A88          TIM1 Channel 5 SMU Counter Register
GTM_TIM1_CH5_ECNT 0xF0101A8C          TIM1 Channel 5 SMU Edge Counter Register
GTM_TIM1_CH5_CNTS 0xF0101A90          TIM1 Channel 5 SMU Shadow Counter Register
GTM_TIM1_CH5_TDUC 0xF0101A94          TIM1 Channel 5 TDU Counter Register
GTM_TIM1_CH5_TDUV 0xF0101A98          TIM1 Channel 5 TDU Control Register
GTM_TIM1_CH5_FLT_RE 0xF0101A9C          TIM1 Channel 5 Filter Parameter 0 Register
GTM_TIM1_CH5_FLT_FE 0xF0101AA0          TIM1 Channel 5 Filter Parameter 1 Register
GTM_TIM1_CH5_CTRL 0xF0101AA4          TIM1 Channel 5 Control Register
GTM_TIM1_CH5_ECTRL 0xF0101AA8          TIM1 Channel 5 Extended Control Register
GTM_TIM1_CH5_IRQ_NOTIFY 0xF0101AAC          TIM1 Channel 5 Interrupt Notification Register
GTM_TIM1_CH5_IRQ_EN 0xF0101AB0          TIM1 Channel 5 Interrupt Enable Register
GTM_TIM1_CH5_IRQ_FORCINT 0xF0101AB4          TIM1 Channel 5 Force Interrupt Register
GTM_TIM1_CH5_IRQ_MODE 0xF0101AB8          TIM1 Channel 5 Interrupt Mode Configuration Register
GTM_TIM1_CH5_EIRQ_EN 0xF0101ABC          TIM1 Channel 5 Error Interrupt Enable Register
GTM_TIM1_CH6_GPR0 0xF0101B00          TIM1 Channel 6 General Purpose 0 Register
GTM_TIM1_CH6_GPR1 0xF0101B04          TIM1 Channel 6 General Purpose 1 Register
GTM_TIM1_CH6_CNT 0xF0101B08          TIM1 Channel 6 SMU Counter Register
GTM_TIM1_CH6_ECNT 0xF0101B0C          TIM1 Channel 6 SMU Edge Counter Register
GTM_TIM1_CH6_CNTS 0xF0101B10          TIM1 Channel 6 SMU Shadow Counter Register
GTM_TIM1_CH6_TDUC 0xF0101B14          TIM1 Channel 6 TDU Counter Register
GTM_TIM1_CH6_TDUV 0xF0101B18          TIM1 Channel 6 TDU Control Register
GTM_TIM1_CH6_FLT_RE 0xF0101B1C          TIM1 Channel 6 Filter Parameter 0 Register
GTM_TIM1_CH6_FLT_FE 0xF0101B20          TIM1 Channel 6 Filter Parameter 1 Register
GTM_TIM1_CH6_CTRL 0xF0101B24          TIM1 Channel 6 Control Register
GTM_TIM1_CH6_ECTRL 0xF0101B28          TIM1 Channel 6 Extended Control Register
GTM_TIM1_CH6_IRQ_NOTIFY 0xF0101B2C          TIM1 Channel 6 Interrupt Notification Register
GTM_TIM1_CH6_IRQ_EN 0xF0101B30          TIM1 Channel 6 Interrupt Enable Register
GTM_TIM1_CH6_IRQ_FORCINT 0xF0101B34          TIM1 Channel 6 Force Interrupt Register
GTM_TIM1_CH6_IRQ_MODE 0xF0101B38          TIM1 Channel 6 Interrupt Mode Configuration Register
GTM_TIM1_CH6_EIRQ_EN 0xF0101B3C          TIM1 Channel 6 Error Interrupt Enable Register
GTM_TIM1_CH7_GPR0 0xF0101B80          TIM1 Channel 7 General Purpose 0 Register
GTM_TIM1_CH7_GPR1 0xF0101B84          TIM1 Channel 7 General Purpose 1 Register
GTM_TIM1_CH7_CNT 0xF0101B88          TIM1 Channel 7 SMU Counter Register
GTM_TIM1_CH7_ECNT 0xF0101B8C          TIM1 Channel 7 SMU Edge Counter Register
GTM_TIM1_CH7_CNTS 0xF0101B90          TIM1 Channel 7 SMU Shadow Counter Register
GTM_TIM1_CH7_TDUC 0xF0101B94          TIM1 Channel 7 TDU Counter Register
GTM_TIM1_CH7_TDUV 0xF0101B98          TIM1 Channel 7 TDU Control Register
GTM_TIM1_CH7_FLT_RE 0xF0101B9C          TIM1 Channel 7 Filter Parameter 0 Register
GTM_TIM1_CH7_FLT_FE 0xF0101BA0          TIM1 Channel 7 Filter Parameter 1 Register
GTM_TIM1_CH7_CTRL 0xF0101BA4          TIM1 Channel 7 Control Register
GTM_TIM1_CH7_ECTRL 0xF0101BA8          TIM1 Channel 7 Extended Control Register
GTM_TIM1_CH7_IRQ_NOTIFY 0xF0101BAC          TIM1 Channel 7 Interrupt Notification Register
GTM_TIM1_CH7_IRQ_EN 0xF0101BB0          TIM1 Channel 7 Interrupt Enable Register
GTM_TIM1_CH7_IRQ_FORCINT 0xF0101BB4          TIM1 Channel 7 Force Interrupt Register
GTM_TIM1_CH7_IRQ_MODE 0xF0101BB8          TIM1 Channel 7 Interrupt Mode Configuration Register
GTM_TIM1_CH7_EIRQ_EN 0xF0101BBC          TIM1 Channel 7 Error Interrupt Enable Register
GTM_TOM0_CH0_CTRL 0xF0108000          TOM0 Channel 0 Control Register
GTM_TOM0_CH0_SR0 0xF0108004          TOM0 Channel 0 CCU0 Compare Shadow Register
GTM_TOM0_CH0_SR1 0xF0108008          TOM0 Channel 0 CCU1 Compare Shadow Register
GTM_TOM0_CH0_CM0 0xF010800C          TOM0 Channel 0 CCU0 Compare Register
GTM_TOM0_CH0_CM1 0xF0108010          TOM0 Channel 0 CCU1 Compare Register
GTM_TOM0_CH0_CN0 0xF0108014          TOM0 Channel 0 CCU0 Counter Register
GTM_TOM0_CH0_STAT 0xF0108018          TOM0 Channel 0 Status Register
GTM_TOM0_CH0_IRQ_NOTIFY 0xF010801C          TOM0 Channel 0 Interrupt Notification Register
GTM_TOM0_CH0_IRQ_EN 0xF0108020          TOM0 Channel 0 Interrupt Enable Register
GTM_TOM0_CH0_IRQ_FORCINT 0xF0108024          TOM0 Channel 0 Force Interrupt Register
GTM_TOM0_CH0_IRQ_MODE 0xF0108028          TOM0 Channel 0 Interrupt Mode Register
GTM_TOM0_TGC0_GLB_CTRL 0xF0108030          TOM0 TGC0 Global Control Register
GTM_TOM0_TGC0_ACT_TB 0xF0108034          TOM0 TGC0 Action Time Base Register
GTM_TOM0_TGC0_FUPD_CTRL 0xF0108038          TOM0 TGC0 Force Update Control Register
GTM_TOM0_TGC0_INT_TRIG 0xF010803C          TOM0 TGC0 Internal Trigger Control Register
GTM_TOM0_CH1_CTRL 0xF0108040          TOM0 Channel 1 Control Register
GTM_TOM0_CH1_SR0 0xF0108044          TOM0 Channel 1 CCU0 Compare Shadow Register
GTM_TOM0_CH1_SR1 0xF0108048          TOM0 Channel 1 CCU1 Compare Shadow Register
GTM_TOM0_CH1_CM0 0xF010804C          TOM0 Channel 1 CCU0 Compare Register
GTM_TOM0_CH1_CM1 0xF0108050          TOM0 Channel 1 CCU1 Compare Register
GTM_TOM0_CH1_CN0 0xF0108054          TOM0 Channel 1 CCU0 Counter Register
GTM_TOM0_CH1_STAT 0xF0108058          TOM0 Channel 1 Status Register
GTM_TOM0_CH1_IRQ_NOTIFY 0xF010805C          TOM0 Channel 1 Interrupt Notification Register
GTM_TOM0_CH1_IRQ_EN 0xF0108060          TOM0 Channel 1 Interrupt Enable Register
GTM_TOM0_CH1_IRQ_FORCINT 0xF0108064          TOM0 Channel 1 Force Interrupt Register
GTM_TOM0_CH1_IRQ_MODE 0xF0108068          TOM0 Channel 1 Interrupt Mode Register
GTM_TOM0_TGC0_ENDIS_CTRL 0xF0108070          TOM0 TGC0 Enable/Disable Control Register
GTM_TOM0_TGC0_ENDIS_STAT 0xF0108074          TOM0 TGC0 Enable/Disable Status Register
GTM_TOM0_TGC0_OUTEN_CTRL 0xF0108078          TOM0 TGC0 Output Enable Control Register
GTM_TOM0_TGC0_OUTEN_STAT 0xF010807C          TOM0 TGC0 Output Enable Status Register
GTM_TOM0_CH2_CTRL 0xF0108080          TOM0 Channel 2 Control Register
GTM_TOM0_CH2_SR0 0xF0108084          TOM0 Channel 2 CCU0 Compare Shadow Register
GTM_TOM0_CH2_SR1 0xF0108088          TOM0 Channel 2 CCU1 Compare Shadow Register
GTM_TOM0_CH2_CM0 0xF010808C          TOM0 Channel 2 CCU0 Compare Register
GTM_TOM0_CH2_CM1 0xF0108090          TOM0 Channel 2 CCU1 Compare Register
GTM_TOM0_CH2_CN0 0xF0108094          TOM0 Channel 2 CCU0 Counter Register
GTM_TOM0_CH2_STAT 0xF0108098          TOM0 Channel 2 Status Register
GTM_TOM0_CH2_IRQ_NOTIFY 0xF010809C          TOM0 Channel 2 Interrupt Notification Register
GTM_TOM0_CH2_IRQ_EN 0xF01080A0          TOM0 Channel 2 Interrupt Enable Register
GTM_TOM0_CH2_IRQ_FORCINT 0xF01080A4          TOM0 Channel 2 Force Interrupt Register
GTM_TOM0_CH2_IRQ_MODE 0xF01080A8          TOM0 Channel 2 Interrupt Mode Register
GTM_TOM0_CH3_CTRL 0xF01080C0          TOM0 Channel 3 Control Register
GTM_TOM0_CH3_SR0 0xF01080C4          TOM0 Channel 3 CCU0 Compare Shadow Register
GTM_TOM0_CH3_SR1 0xF01080C8          TOM0 Channel 3 CCU1 Compare Shadow Register
GTM_TOM0_CH3_CM0 0xF01080CC          TOM0 Channel 3 CCU0 Compare Register
GTM_TOM0_CH3_CM1 0xF01080D0          TOM0 Channel 3 CCU1 Compare Register
GTM_TOM0_CH3_CN0 0xF01080D4          TOM0 Channel 3 CCU0 Counter Register
GTM_TOM0_CH3_STAT 0xF01080D8          TOM0 Channel 3 Status Register
GTM_TOM0_CH3_IRQ_NOTIFY 0xF01080DC          TOM0 Channel 3 Interrupt Notification Register
GTM_TOM0_CH3_IRQ_EN 0xF01080E0          TOM0 Channel 3 Interrupt Enable Register
GTM_TOM0_CH3_IRQ_FORCINT 0xF01080E4          TOM0 Channel 3 Force Interrupt Register
GTM_TOM0_CH3_IRQ_MODE 0xF01080E8          TOM0 Channel 3 Interrupt Mode Register
GTM_TOM0_CH4_CTRL 0xF0108100          TOM0 Channel 4 Control Register
GTM_TOM0_CH4_SR0 0xF0108104          TOM0 Channel 4 CCU0 Compare Shadow Register
GTM_TOM0_CH4_SR1 0xF0108108          TOM0 Channel 4 CCU1 Compare Shadow Register
GTM_TOM0_CH4_CM0 0xF010810C          TOM0 Channel 4 CCU0 Compare Register
GTM_TOM0_CH4_CM1 0xF0108110          TOM0 Channel 4 CCU1 Compare Register
GTM_TOM0_CH4_CN0 0xF0108114          TOM0 Channel 4 CCU0 Counter Register
GTM_TOM0_CH4_STAT 0xF0108118          TOM0 Channel 4 Status Register
GTM_TOM0_CH4_IRQ_NOTIFY 0xF010811C          TOM0 Channel 4 Interrupt Notification Register
GTM_TOM0_CH4_IRQ_EN 0xF0108120          TOM0 Channel 4 Interrupt Enable Register
GTM_TOM0_CH4_IRQ_FORCINT 0xF0108124          TOM0 Channel 4 Force Interrupt Register
GTM_TOM0_CH4_IRQ_MODE 0xF0108128          TOM0 Channel 4 Interrupt Mode Register
GTM_TOM0_CH5_CTRL 0xF0108140          TOM0 Channel 5 Control Register
GTM_TOM0_CH5_SR0 0xF0108144          TOM0 Channel 5 CCU0 Compare Shadow Register
GTM_TOM0_CH5_SR1 0xF0108148          TOM0 Channel 5 CCU1 Compare Shadow Register
GTM_TOM0_CH5_CM0 0xF010814C          TOM0 Channel 5 CCU0 Compare Register
GTM_TOM0_CH5_CM1 0xF0108150          TOM0 Channel 5 CCU1 Compare Register
GTM_TOM0_CH5_CN0 0xF0108154          TOM0 Channel 5 CCU0 Counter Register
GTM_TOM0_CH5_STAT 0xF0108158          TOM0 Channel 5 Status Register
GTM_TOM0_CH5_IRQ_NOTIFY 0xF010815C          TOM0 Channel 5 Interrupt Notification Register
GTM_TOM0_CH5_IRQ_EN 0xF0108160          TOM0 Channel 5 Interrupt Enable Register
GTM_TOM0_CH5_IRQ_FORCINT 0xF0108164          TOM0 Channel 5 Force Interrupt Register
GTM_TOM0_CH5_IRQ_MODE 0xF0108168          TOM0 Channel 5 Interrupt Mode Register
GTM_TOM0_CH6_CTRL 0xF0108180          TOM0 Channel 6 Control Register
GTM_TOM0_CH6_SR0 0xF0108184          TOM0 Channel 6 CCU0 Compare Shadow Register
GTM_TOM0_CH6_SR1 0xF0108188          TOM0 Channel 6 CCU1 Compare Shadow Register
GTM_TOM0_CH6_CM0 0xF010818C          TOM0 Channel 6 CCU0 Compare Register
GTM_TOM0_CH6_CM1 0xF0108190          TOM0 Channel 6 CCU1 Compare Register
GTM_TOM0_CH6_CN0 0xF0108194          TOM0 Channel 6 CCU0 Counter Register
GTM_TOM0_CH6_STAT 0xF0108198          TOM0 Channel 6 Status Register
GTM_TOM0_CH6_IRQ_NOTIFY 0xF010819C          TOM0 Channel 6 Interrupt Notification Register
GTM_TOM0_CH6_IRQ_EN 0xF01081A0          TOM0 Channel 6 Interrupt Enable Register
GTM_TOM0_CH6_IRQ_FORCINT 0xF01081A4          TOM0 Channel 6 Force Interrupt Register
GTM_TOM0_CH6_IRQ_MODE 0xF01081A8          TOM0 Channel 6 Interrupt Mode Register
GTM_TOM0_CH7_CTRL 0xF01081C0          TOM0 Channel 7 Control Register
GTM_TOM0_CH7_SR0 0xF01081C4          TOM0 Channel 7 CCU0 Compare Shadow Register
GTM_TOM0_CH7_SR1 0xF01081C8          TOM0 Channel 7 CCU1 Compare Shadow Register
GTM_TOM0_CH7_CM0 0xF01081CC          TOM0 Channel 7 CCU0 Compare Register
GTM_TOM0_CH7_CM1 0xF01081D0          TOM0 Channel 7 CCU1 Compare Register
GTM_TOM0_CH7_CN0 0xF01081D4          TOM0 Channel 7 CCU0 Counter Register
GTM_TOM0_CH7_STAT 0xF01081D8          TOM0 Channel 7 Status Register
GTM_TOM0_CH7_IRQ_NOTIFY 0xF01081DC          TOM0 Channel 7 Interrupt Notification Register
GTM_TOM0_CH7_IRQ_EN 0xF01081E0          TOM0 Channel 7 Interrupt Enable Register
GTM_TOM0_CH7_IRQ_FORCINT 0xF01081E4          TOM0 Channel 7 Force Interrupt Register
GTM_TOM0_CH7_IRQ_MODE 0xF01081E8          TOM0 Channel 7 Interrupt Mode Register
GTM_TOM0_CH8_CTRL 0xF0108200          TOM0 Channel 8 Control Register
GTM_TOM0_CH8_SR0 0xF0108204          TOM0 Channel 8 CCU0 Compare Shadow Register
GTM_TOM0_CH8_SR1 0xF0108208          TOM0 Channel 8 CCU1 Compare Shadow Register
GTM_TOM0_CH8_CM0 0xF010820C          TOM0 Channel 8 CCU0 Compare Register
GTM_TOM0_CH8_CM1 0xF0108210          TOM0 Channel 8 CCU1 Compare Register
GTM_TOM0_CH8_CN0 0xF0108214          TOM0 Channel 8 CCU0 Counter Register
GTM_TOM0_CH8_STAT 0xF0108218          TOM0 Channel 8 Status Register
GTM_TOM0_CH8_IRQ_NOTIFY 0xF010821C          TOM0 Channel 8 Interrupt Notification Register
GTM_TOM0_CH8_IRQ_EN 0xF0108220          TOM0 Channel 8 Interrupt Enable Register
GTM_TOM0_CH8_IRQ_FORCINT 0xF0108224          TOM0 Channel 8 Force Interrupt Register
GTM_TOM0_CH8_IRQ_MODE 0xF0108228          TOM0 Channel 8 Interrupt Mode Register
GTM_TOM0_TGC1_GLB_CTRL 0xF0108230          TOM0 TGC1 Global Control Register
GTM_TOM0_TGC1_ACT_TB 0xF0108234          TOM0 TGC1 Action Time Base Register
GTM_TOM0_TGC1_FUPD_CTRL 0xF0108238          TOM0 TGC1 Force Update Control Register
GTM_TOM0_TGC1_INT_TRIG 0xF010823C          TOM0 TGC1 Internal Trigger Control Register
GTM_TOM0_CH9_CTRL 0xF0108240          TOM0 Channel 9 Control Register
GTM_TOM0_CH9_SR0 0xF0108244          TOM0 Channel 9 CCU0 Compare Shadow Register
GTM_TOM0_CH9_SR1 0xF0108248          TOM0 Channel 9 CCU1 Compare Shadow Register
GTM_TOM0_CH9_CM0 0xF010824C          TOM0 Channel 9 CCU0 Compare Register
GTM_TOM0_CH9_CM1 0xF0108250          TOM0 Channel 9 CCU1 Compare Register
GTM_TOM0_CH9_CN0 0xF0108254          TOM0 Channel 9 CCU0 Counter Register
GTM_TOM0_CH9_STAT 0xF0108258          TOM0 Channel 9 Status Register
GTM_TOM0_CH9_IRQ_NOTIFY 0xF010825C          TOM0 Channel 9 Interrupt Notification Register
GTM_TOM0_CH9_IRQ_EN 0xF0108260          TOM0 Channel 9 Interrupt Enable Register
GTM_TOM0_CH9_IRQ_FORCINT 0xF0108264          TOM0 Channel 9 Force Interrupt Register
GTM_TOM0_CH9_IRQ_MODE 0xF0108268          TOM0 Channel 9 Interrupt Mode Register
GTM_TOM0_TGC1_ENDIS_CTRL 0xF0108270          TOM0 TGC1 Enable/Disable Control Register
GTM_TOM0_TGC1_ENDIS_STAT 0xF0108274          TOM0 TGC1 Enable/Disable Status Register
GTM_TOM0_TGC1_OUTEN_CTRL 0xF0108278          TOM0 TGC1 Output Enable Control Register
GTM_TOM0_TGC1_OUTEN_STAT 0xF010827C          TOM0 TGC1 Output Enable Status Register
GTM_TOM0_CH10_CTRL 0xF0108280          TOM0 Channel 10 Control Register
GTM_TOM0_CH10_SR0 0xF0108284          TOM0 Channel 10 CCU0 Compare Shadow Register
GTM_TOM0_CH10_SR1 0xF0108288          TOM0 Channel 10 CCU1 Compare Shadow Register
GTM_TOM0_CH10_CM0 0xF010828C          TOM0 Channel 10 CCU0 Compare Register
GTM_TOM0_CH10_CM1 0xF0108290          TOM0 Channel 10 CCU1 Compare Register
GTM_TOM0_CH10_CN0 0xF0108294          TOM0 Channel 10 CCU0 Counter Register
GTM_TOM0_CH10_STAT 0xF0108298          TOM0 Channel 10 Status Register
GTM_TOM0_CH10_IRQ_NOTIFY 0xF010829C          TOM0 Channel 10 Interrupt Notification Register
GTM_TOM0_CH10_IRQ_EN 0xF01082A0          TOM0 Channel 10 Interrupt Enable Register
GTM_TOM0_CH10_IRQ_FORCINT 0xF01082A4          TOM0 Channel 10 Force Interrupt Register
GTM_TOM0_CH10_IRQ_MODE 0xF01082A8          TOM0 Channel 10 Interrupt Mode Register
GTM_TOM0_CH11_CTRL 0xF01082C0          TOM0 Channel 11 Control Register
GTM_TOM0_CH11_SR0 0xF01082C4          TOM0 Channel 11 CCU0 Compare Shadow Register
GTM_TOM0_CH11_SR1 0xF01082C8          TOM0 Channel 11 CCU1 Compare Shadow Register
GTM_TOM0_CH11_CM0 0xF01082CC          TOM0 Channel 11 CCU0 Compare Register
GTM_TOM0_CH11_CM1 0xF01082D0          TOM0 Channel 11 CCU1 Compare Register
GTM_TOM0_CH11_CN0 0xF01082D4          TOM0 Channel 11 CCU0 Counter Register
GTM_TOM0_CH11_STAT 0xF01082D8          TOM0 Channel 11 Status Register
GTM_TOM0_CH11_IRQ_NOTIFY 0xF01082DC          TOM0 Channel 11 Interrupt Notification Register
GTM_TOM0_CH11_IRQ_EN 0xF01082E0          TOM0 Channel 11 Interrupt Enable Register
GTM_TOM0_CH11_IRQ_FORCINT 0xF01082E4          TOM0 Channel 11 Force Interrupt Register
GTM_TOM0_CH11_IRQ_MODE 0xF01082E8          TOM0 Channel 11 Interrupt Mode Register
GTM_TOM0_CH12_CTRL 0xF0108300          TOM0 Channel 12 Control Register
GTM_TOM0_CH12_SR0 0xF0108304          TOM0 Channel 12 CCU0 Compare Shadow Register
GTM_TOM0_CH12_SR1 0xF0108308          TOM0 Channel 12 CCU1 Compare Shadow Register
GTM_TOM0_CH12_CM0 0xF010830C          TOM0 Channel 12 CCU0 Compare Register
GTM_TOM0_CH12_CM1 0xF0108310          TOM0 Channel 12 CCU1 Compare Register
GTM_TOM0_CH12_CN0 0xF0108314          TOM0 Channel 12 CCU0 Counter Register
GTM_TOM0_CH12_STAT 0xF0108318          TOM0 Channel 12 Status Register
GTM_TOM0_CH12_IRQ_NOTIFY 0xF010831C          TOM0 Channel 12 Interrupt Notification Register
GTM_TOM0_CH12_IRQ_EN 0xF0108320          TOM0 Channel 12 Interrupt Enable Register
GTM_TOM0_CH12_IRQ_FORCINT 0xF0108324          TOM0 Channel 12 Force Interrupt Register
GTM_TOM0_CH12_IRQ_MODE 0xF0108328          TOM0 Channel 12 Interrupt Mode Register
GTM_TOM0_CH13_CTRL 0xF0108340          TOM0 Channel 13 Control Register
GTM_TOM0_CH13_SR0 0xF0108344          TOM0 Channel 13 CCU0 Compare Shadow Register
GTM_TOM0_CH13_SR1 0xF0108348          TOM0 Channel 13 CCU1 Compare Shadow Register
GTM_TOM0_CH13_CM0 0xF010834C          TOM0 Channel 13 CCU0 Compare Register
GTM_TOM0_CH13_CM1 0xF0108350          TOM0 Channel 13 CCU1 Compare Register
GTM_TOM0_CH13_CN0 0xF0108354          TOM0 Channel 13 CCU0 Counter Register
GTM_TOM0_CH13_STAT 0xF0108358          TOM0 Channel 13 Status Register
GTM_TOM0_CH13_IRQ_NOTIFY 0xF010835C          TOM0 Channel 13 Interrupt Notification Register
GTM_TOM0_CH13_IRQ_EN 0xF0108360          TOM0 Channel 13 Interrupt Enable Register
GTM_TOM0_CH13_IRQ_FORCINT 0xF0108364          TOM0 Channel 13 Force Interrupt Register
GTM_TOM0_CH13_IRQ_MODE 0xF0108368          TOM0 Channel 13 Interrupt Mode Register
GTM_TOM0_CH14_CTRL 0xF0108380          TOM0 Channel 14 Control Register
GTM_TOM0_CH14_SR0 0xF0108384          TOM0 Channel 14 CCU0 Compare Shadow Register
GTM_TOM0_CH14_SR1 0xF0108388          TOM0 Channel 14 CCU1 Compare Shadow Register
GTM_TOM0_CH14_CM0 0xF010838C          TOM0 Channel 14 CCU0 Compare Register
GTM_TOM0_CH14_CM1 0xF0108390          TOM0 Channel 14 CCU1 Compare Register
GTM_TOM0_CH14_CN0 0xF0108394          TOM0 Channel 14 CCU0 Counter Register
GTM_TOM0_CH14_STAT 0xF0108398          TOM0 Channel 14 Status Register
GTM_TOM0_CH14_IRQ_NOTIFY 0xF010839C          TOM0 Channel 14 Interrupt Notification Register
GTM_TOM0_CH14_IRQ_EN 0xF01083A0          TOM0 Channel 14 Interrupt Enable Register
GTM_TOM0_CH14_IRQ_FORCINT 0xF01083A4          TOM0 Channel 14 Force Interrupt Register
GTM_TOM0_CH14_IRQ_MODE 0xF01083A8          TOM0 Channel 14 Interrupt Mode Register
GTM_TOM0_CH15_CTRL 0xF01083C0          TOM0 Channel 15 Control Register
GTM_TOM0_CH15_SR0 0xF01083C4          TOM0 Channel 15 CCU0 Compare Shadow Register
GTM_TOM0_CH15_SR1 0xF01083C8          TOM0 Channel 15 CCU1 Compare Shadow Register
GTM_TOM0_CH15_CM0 0xF01083CC          TOM0 Channel 15 CCU0 Compare Register
GTM_TOM0_CH15_CM1 0xF01083D0          TOM0 Channel 15 CCU1 Compare Register
GTM_TOM0_CH15_CN0 0xF01083D4          TOM0 Channel 15 CCU0 Counter Register
GTM_TOM0_CH15_STAT 0xF01083D8          TOM0 Channel 15 Status Register
GTM_TOM0_CH15_IRQ_NOTIFY 0xF01083DC          TOM0 Channel 15 Interrupt Notification Register
GTM_TOM0_CH15_IRQ_EN 0xF01083E0          TOM0 Channel 15 Interrupt Enable Register
GTM_TOM0_CH15_IRQ_FORCINT 0xF01083E4          TOM0 Channel 15 Force Interrupt Register
GTM_TOM0_CH15_IRQ_MODE 0xF01083E8          TOM0 Channel 15 Interrupt Mode Register
GTM_TOM1_CH0_CTRL 0xF0108800          TOM1 Channel 0 Control Register
GTM_TOM1_CH0_SR0 0xF0108804          TOM1 Channel 0 CCU0 Compare Shadow Register
GTM_TOM1_CH0_SR1 0xF0108808          TOM1 Channel 0 CCU1 Compare Shadow Register
GTM_TOM1_CH0_CM0 0xF010880C          TOM1 Channel 0 CCU0 Compare Register
GTM_TOM1_CH0_CM1 0xF0108810          TOM1 Channel 0 CCU1 Compare Register
GTM_TOM1_CH0_CN0 0xF0108814          TOM1 Channel 0 CCU0 Counter Register
GTM_TOM1_CH0_STAT 0xF0108818          TOM1 Channel 0 Status Register
GTM_TOM1_CH0_IRQ_NOTIFY 0xF010881C          TOM1 Channel 0 Interrupt Notification Register
GTM_TOM1_CH0_IRQ_EN 0xF0108820          TOM1 Channel 0 Interrupt Enable Register
GTM_TOM1_CH0_IRQ_FORCINT 0xF0108824          TOM1 Channel 0 Force Interrupt Register
GTM_TOM1_CH0_IRQ_MODE 0xF0108828          TOM1 Channel 0 Interrupt Mode Register
GTM_TOM1_TGC0_GLB_CTRL 0xF0108830          TOM1 TGC0 Global Control Register
GTM_TOM1_TGC0_ACT_TB 0xF0108834          TOM1 TGC0 Action Time Base Register
GTM_TOM1_TGC0_FUPD_CTRL 0xF0108838          TOM1 TGC0 Force Update Control Register
GTM_TOM1_TGC0_INT_TRIG 0xF010883C          TOM1 TGC0 Internal Trigger Control Register
GTM_TOM1_CH1_CTRL 0xF0108840          TOM1 Channel 1 Control Register
GTM_TOM1_CH1_SR0 0xF0108844          TOM1 Channel 1 CCU0 Compare Shadow Register
GTM_TOM1_CH1_SR1 0xF0108848          TOM1 Channel 1 CCU1 Compare Shadow Register
GTM_TOM1_CH1_CM0 0xF010884C          TOM1 Channel 1 CCU0 Compare Register
GTM_TOM1_CH1_CM1 0xF0108850          TOM1 Channel 1 CCU1 Compare Register
GTM_TOM1_CH1_CN0 0xF0108854          TOM1 Channel 1 CCU0 Counter Register
GTM_TOM1_CH1_STAT 0xF0108858          TOM1 Channel 1 Status Register
GTM_TOM1_CH1_IRQ_NOTIFY 0xF010885C          TOM1 Channel 1 Interrupt Notification Register
GTM_TOM1_CH1_IRQ_EN 0xF0108860          TOM1 Channel 1 Interrupt Enable Register
GTM_TOM1_CH1_IRQ_FORCINT 0xF0108864          TOM1 Channel 1 Force Interrupt Register
GTM_TOM1_CH1_IRQ_MODE 0xF0108868          TOM1 Channel 1 Interrupt Mode Register
GTM_TOM1_TGC0_ENDIS_CTRL 0xF0108870          TOM1 TGC0 Enable/Disable Control Register
GTM_TOM1_TGC0_ENDIS_STAT 0xF0108874          TOM1 TGC0 Enable/Disable Status Register
GTM_TOM1_TGC0_OUTEN_CTRL 0xF0108878          TOM1 TGC0 Output Enable Control Register
GTM_TOM1_TGC0_OUTEN_STAT 0xF010887C          TOM1 TGC0 Output Enable Status Register
GTM_TOM1_CH2_CTRL 0xF0108880          TOM1 Channel 2 Control Register
GTM_TOM1_CH2_SR0 0xF0108884          TOM1 Channel 2 CCU0 Compare Shadow Register
GTM_TOM1_CH2_SR1 0xF0108888          TOM1 Channel 2 CCU1 Compare Shadow Register
GTM_TOM1_CH2_CM0 0xF010888C          TOM1 Channel 2 CCU0 Compare Register
GTM_TOM1_CH2_CM1 0xF0108890          TOM1 Channel 2 CCU1 Compare Register
GTM_TOM1_CH2_CN0 0xF0108894          TOM1 Channel 2 CCU0 Counter Register
GTM_TOM1_CH2_STAT 0xF0108898          TOM1 Channel 2 Status Register
GTM_TOM1_CH2_IRQ_NOTIFY 0xF010889C          TOM1 Channel 2 Interrupt Notification Register
GTM_TOM1_CH2_IRQ_EN 0xF01088A0          TOM1 Channel 2 Interrupt Enable Register
GTM_TOM1_CH2_IRQ_FORCINT 0xF01088A4          TOM1 Channel 2 Force Interrupt Register
GTM_TOM1_CH2_IRQ_MODE 0xF01088A8          TOM1 Channel 2 Interrupt Mode Register
GTM_TOM1_CH3_CTRL 0xF01088C0          TOM1 Channel 3 Control Register
GTM_TOM1_CH3_SR0 0xF01088C4          TOM1 Channel 3 CCU0 Compare Shadow Register
GTM_TOM1_CH3_SR1 0xF01088C8          TOM1 Channel 3 CCU1 Compare Shadow Register
GTM_TOM1_CH3_CM0 0xF01088CC          TOM1 Channel 3 CCU0 Compare Register
GTM_TOM1_CH3_CM1 0xF01088D0          TOM1 Channel 3 CCU1 Compare Register
GTM_TOM1_CH3_CN0 0xF01088D4          TOM1 Channel 3 CCU0 Counter Register
GTM_TOM1_CH3_STAT 0xF01088D8          TOM1 Channel 3 Status Register
GTM_TOM1_CH3_IRQ_NOTIFY 0xF01088DC          TOM1 Channel 3 Interrupt Notification Register
GTM_TOM1_CH3_IRQ_EN 0xF01088E0          TOM1 Channel 3 Interrupt Enable Register
GTM_TOM1_CH3_IRQ_FORCINT 0xF01088E4          TOM1 Channel 3 Force Interrupt Register
GTM_TOM1_CH3_IRQ_MODE 0xF01088E8          TOM1 Channel 3 Interrupt Mode Register
GTM_TOM1_CH4_CTRL 0xF0108900          TOM1 Channel 4 Control Register
GTM_TOM1_CH4_SR0 0xF0108904          TOM1 Channel 4 CCU0 Compare Shadow Register
GTM_TOM1_CH4_SR1 0xF0108908          TOM1 Channel 4 CCU1 Compare Shadow Register
GTM_TOM1_CH4_CM0 0xF010890C          TOM1 Channel 4 CCU0 Compare Register
GTM_TOM1_CH4_CM1 0xF0108910          TOM1 Channel 4 CCU1 Compare Register
GTM_TOM1_CH4_CN0 0xF0108914          TOM1 Channel 4 CCU0 Counter Register
GTM_TOM1_CH4_STAT 0xF0108918          TOM1 Channel 4 Status Register
GTM_TOM1_CH4_IRQ_NOTIFY 0xF010891C          TOM1 Channel 4 Interrupt Notification Register
GTM_TOM1_CH4_IRQ_EN 0xF0108920          TOM1 Channel 4 Interrupt Enable Register
GTM_TOM1_CH4_IRQ_FORCINT 0xF0108924          TOM1 Channel 4 Force Interrupt Register
GTM_TOM1_CH4_IRQ_MODE 0xF0108928          TOM1 Channel 4 Interrupt Mode Register
GTM_TOM1_CH5_CTRL 0xF0108940          TOM1 Channel 5 Control Register
GTM_TOM1_CH5_SR0 0xF0108944          TOM1 Channel 5 CCU0 Compare Shadow Register
GTM_TOM1_CH5_SR1 0xF0108948          TOM1 Channel 5 CCU1 Compare Shadow Register
GTM_TOM1_CH5_CM0 0xF010894C          TOM1 Channel 5 CCU0 Compare Register
GTM_TOM1_CH5_CM1 0xF0108950          TOM1 Channel 5 CCU1 Compare Register
GTM_TOM1_CH5_CN0 0xF0108954          TOM1 Channel 5 CCU0 Counter Register
GTM_TOM1_CH5_STAT 0xF0108958          TOM1 Channel 5 Status Register
GTM_TOM1_CH5_IRQ_NOTIFY 0xF010895C          TOM1 Channel 5 Interrupt Notification Register
GTM_TOM1_CH5_IRQ_EN 0xF0108960          TOM1 Channel 5 Interrupt Enable Register
GTM_TOM1_CH5_IRQ_FORCINT 0xF0108964          TOM1 Channel 5 Force Interrupt Register
GTM_TOM1_CH5_IRQ_MODE 0xF0108968          TOM1 Channel 5 Interrupt Mode Register
GTM_TOM1_CH6_CTRL 0xF0108980          TOM1 Channel 6 Control Register
GTM_TOM1_CH6_SR0 0xF0108984          TOM1 Channel 6 CCU0 Compare Shadow Register
GTM_TOM1_CH6_SR1 0xF0108988          TOM1 Channel 6 CCU1 Compare Shadow Register
GTM_TOM1_CH6_CM0 0xF010898C          TOM1 Channel 6 CCU0 Compare Register
GTM_TOM1_CH6_CM1 0xF0108990          TOM1 Channel 6 CCU1 Compare Register
GTM_TOM1_CH6_CN0 0xF0108994          TOM1 Channel 6 CCU0 Counter Register
GTM_TOM1_CH6_STAT 0xF0108998          TOM1 Channel 6 Status Register
GTM_TOM1_CH6_IRQ_NOTIFY 0xF010899C          TOM1 Channel 6 Interrupt Notification Register
GTM_TOM1_CH6_IRQ_EN 0xF01089A0          TOM1 Channel 6 Interrupt Enable Register
GTM_TOM1_CH6_IRQ_FORCINT 0xF01089A4          TOM1 Channel 6 Force Interrupt Register
GTM_TOM1_CH6_IRQ_MODE 0xF01089A8          TOM1 Channel 6 Interrupt Mode Register
GTM_TOM1_CH7_CTRL 0xF01089C0          TOM1 Channel 7 Control Register
GTM_TOM1_CH7_SR0 0xF01089C4          TOM1 Channel 7 CCU0 Compare Shadow Register
GTM_TOM1_CH7_SR1 0xF01089C8          TOM1 Channel 7 CCU1 Compare Shadow Register
GTM_TOM1_CH7_CM0 0xF01089CC          TOM1 Channel 7 CCU0 Compare Register
GTM_TOM1_CH7_CM1 0xF01089D0          TOM1 Channel 7 CCU1 Compare Register
GTM_TOM1_CH7_CN0 0xF01089D4          TOM1 Channel 7 CCU0 Counter Register
GTM_TOM1_CH7_STAT 0xF01089D8          TOM1 Channel 7 Status Register
GTM_TOM1_CH7_IRQ_NOTIFY 0xF01089DC          TOM1 Channel 7 Interrupt Notification Register
GTM_TOM1_CH7_IRQ_EN 0xF01089E0          TOM1 Channel 7 Interrupt Enable Register
GTM_TOM1_CH7_IRQ_FORCINT 0xF01089E4          TOM1 Channel 7 Force Interrupt Register
GTM_TOM1_CH7_IRQ_MODE 0xF01089E8          TOM1 Channel 7 Interrupt Mode Register
GTM_TOM1_CH8_CTRL 0xF0108A00          TOM1 Channel 8 Control Register
GTM_TOM1_CH8_SR0 0xF0108A04          TOM1 Channel 8 CCU0 Compare Shadow Register
GTM_TOM1_CH8_SR1 0xF0108A08          TOM1 Channel 8 CCU1 Compare Shadow Register
GTM_TOM1_CH8_CM0 0xF0108A0C          TOM1 Channel 8 CCU0 Compare Register
GTM_TOM1_CH8_CM1 0xF0108A10          TOM1 Channel 8 CCU1 Compare Register
GTM_TOM1_CH8_CN0 0xF0108A14          TOM1 Channel 8 CCU0 Counter Register
GTM_TOM1_CH8_STAT 0xF0108A18          TOM1 Channel 8 Status Register
GTM_TOM1_CH8_IRQ_NOTIFY 0xF0108A1C          TOM1 Channel 8 Interrupt Notification Register
GTM_TOM1_CH8_IRQ_EN 0xF0108A20          TOM1 Channel 8 Interrupt Enable Register
GTM_TOM1_CH8_IRQ_FORCINT 0xF0108A24          TOM1 Channel 8 Force Interrupt Register
GTM_TOM1_CH8_IRQ_MODE 0xF0108A28          TOM1 Channel 8 Interrupt Mode Register
GTM_TOM1_TGC1_GLB_CTRL 0xF0108A30          TOM1 TGC1 Global Control Register
GTM_TOM1_TGC1_ACT_TB 0xF0108A34          TOM1 TGC1 Action Time Base Register
GTM_TOM1_TGC1_FUPD_CTRL 0xF0108A38          TOM1 TGC1 Force Update Control Register
GTM_TOM1_TGC1_INT_TRIG 0xF0108A3C          TOM1 TGC1 Internal Trigger Control Register
GTM_TOM1_CH9_CTRL 0xF0108A40          TOM1 Channel 9 Control Register
GTM_TOM1_CH9_SR0 0xF0108A44          TOM1 Channel 9 CCU0 Compare Shadow Register
GTM_TOM1_CH9_SR1 0xF0108A48          TOM1 Channel 9 CCU1 Compare Shadow Register
GTM_TOM1_CH9_CM0 0xF0108A4C          TOM1 Channel 9 CCU0 Compare Register
GTM_TOM1_CH9_CM1 0xF0108A50          TOM1 Channel 9 CCU1 Compare Register
GTM_TOM1_CH9_CN0 0xF0108A54          TOM1 Channel 9 CCU0 Counter Register
GTM_TOM1_CH9_STAT 0xF0108A58          TOM1 Channel 9 Status Register
GTM_TOM1_CH9_IRQ_NOTIFY 0xF0108A5C          TOM1 Channel 9 Interrupt Notification Register
GTM_TOM1_CH9_IRQ_EN 0xF0108A60          TOM1 Channel 9 Interrupt Enable Register
GTM_TOM1_CH9_IRQ_FORCINT 0xF0108A64          TOM1 Channel 9 Force Interrupt Register
GTM_TOM1_CH9_IRQ_MODE 0xF0108A68          TOM1 Channel 9 Interrupt Mode Register
GTM_TOM1_TGC1_ENDIS_CTRL 0xF0108A70          TOM1 TGC1 Enable/Disable Control Register
GTM_TOM1_TGC1_ENDIS_STAT 0xF0108A74          TOM1 TGC1 Enable/Disable Status Register
GTM_TOM1_TGC1_OUTEN_CTRL 0xF0108A78          TOM1 TGC1 Output Enable Control Register
GTM_TOM1_TGC1_OUTEN_STAT 0xF0108A7C          TOM1 TGC1 Output Enable Status Register
GTM_TOM1_CH10_CTRL 0xF0108A80          TOM1 Channel 10 Control Register
GTM_TOM1_CH10_SR0 0xF0108A84          TOM1 Channel 10 CCU0 Compare Shadow Register
GTM_TOM1_CH10_SR1 0xF0108A88          TOM1 Channel 10 CCU1 Compare Shadow Register
GTM_TOM1_CH10_CM0 0xF0108A8C          TOM1 Channel 10 CCU0 Compare Register
GTM_TOM1_CH10_CM1 0xF0108A90          TOM1 Channel 10 CCU1 Compare Register
GTM_TOM1_CH10_CN0 0xF0108A94          TOM1 Channel 10 CCU0 Counter Register
GTM_TOM1_CH10_STAT 0xF0108A98          TOM1 Channel 10 Status Register
GTM_TOM1_CH10_IRQ_NOTIFY 0xF0108A9C          TOM1 Channel 10 Interrupt Notification Register
GTM_TOM1_CH10_IRQ_EN 0xF0108AA0          TOM1 Channel 10 Interrupt Enable Register
GTM_TOM1_CH10_IRQ_FORCINT 0xF0108AA4          TOM1 Channel 10 Force Interrupt Register
GTM_TOM1_CH10_IRQ_MODE 0xF0108AA8          TOM1 Channel 10 Interrupt Mode Register
GTM_TOM1_CH11_CTRL 0xF0108AC0          TOM1 Channel 11 Control Register
GTM_TOM1_CH11_SR0 0xF0108AC4          TOM1 Channel 11 CCU0 Compare Shadow Register
GTM_TOM1_CH11_SR1 0xF0108AC8          TOM1 Channel 11 CCU1 Compare Shadow Register
GTM_TOM1_CH11_CM0 0xF0108ACC          TOM1 Channel 11 CCU0 Compare Register
GTM_TOM1_CH11_CM1 0xF0108AD0          TOM1 Channel 11 CCU1 Compare Register
GTM_TOM1_CH11_CN0 0xF0108AD4          TOM1 Channel 11 CCU0 Counter Register
GTM_TOM1_CH11_STAT 0xF0108AD8          TOM1 Channel 11 Status Register
GTM_TOM1_CH11_IRQ_NOTIFY 0xF0108ADC          TOM1 Channel 11 Interrupt Notification Register
GTM_TOM1_CH11_IRQ_EN 0xF0108AE0          TOM1 Channel 11 Interrupt Enable Register
GTM_TOM1_CH11_IRQ_FORCINT 0xF0108AE4          TOM1 Channel 11 Force Interrupt Register
GTM_TOM1_CH11_IRQ_MODE 0xF0108AE8          TOM1 Channel 11 Interrupt Mode Register
GTM_TOM1_CH12_CTRL 0xF0108B00          TOM1 Channel 12 Control Register
GTM_TOM1_CH12_SR0 0xF0108B04          TOM1 Channel 12 CCU0 Compare Shadow Register
GTM_TOM1_CH12_SR1 0xF0108B08          TOM1 Channel 12 CCU1 Compare Shadow Register
GTM_TOM1_CH12_CM0 0xF0108B0C          TOM1 Channel 12 CCU0 Compare Register
GTM_TOM1_CH12_CM1 0xF0108B10          TOM1 Channel 12 CCU1 Compare Register
GTM_TOM1_CH12_CN0 0xF0108B14          TOM1 Channel 12 CCU0 Counter Register
GTM_TOM1_CH12_STAT 0xF0108B18          TOM1 Channel 12 Status Register
GTM_TOM1_CH12_IRQ_NOTIFY 0xF0108B1C          TOM1 Channel 12 Interrupt Notification Register
GTM_TOM1_CH12_IRQ_EN 0xF0108B20          TOM1 Channel 12 Interrupt Enable Register
GTM_TOM1_CH12_IRQ_FORCINT 0xF0108B24          TOM1 Channel 12 Force Interrupt Register
GTM_TOM1_CH12_IRQ_MODE 0xF0108B28          TOM1 Channel 12 Interrupt Mode Register
GTM_TOM1_CH13_CTRL 0xF0108B40          TOM1 Channel 13 Control Register
GTM_TOM1_CH13_SR0 0xF0108B44          TOM1 Channel 13 CCU0 Compare Shadow Register
GTM_TOM1_CH13_SR1 0xF0108B48          TOM1 Channel 13 CCU1 Compare Shadow Register
GTM_TOM1_CH13_CM0 0xF0108B4C          TOM1 Channel 13 CCU0 Compare Register
GTM_TOM1_CH13_CM1 0xF0108B50          TOM1 Channel 13 CCU1 Compare Register
GTM_TOM1_CH13_CN0 0xF0108B54          TOM1 Channel 13 CCU0 Counter Register
GTM_TOM1_CH13_STAT 0xF0108B58          TOM1 Channel 13 Status Register
GTM_TOM1_CH13_IRQ_NOTIFY 0xF0108B5C          TOM1 Channel 13 Interrupt Notification Register
GTM_TOM1_CH13_IRQ_EN 0xF0108B60          TOM1 Channel 13 Interrupt Enable Register
GTM_TOM1_CH13_IRQ_FORCINT 0xF0108B64          TOM1 Channel 13 Force Interrupt Register
GTM_TOM1_CH13_IRQ_MODE 0xF0108B68          TOM1 Channel 13 Interrupt Mode Register
GTM_TOM1_CH14_CTRL 0xF0108B80          TOM1 Channel 14 Control Register
GTM_TOM1_CH14_SR0 0xF0108B84          TOM1 Channel 14 CCU0 Compare Shadow Register
GTM_TOM1_CH14_SR1 0xF0108B88          TOM1 Channel 14 CCU1 Compare Shadow Register
GTM_TOM1_CH14_CM0 0xF0108B8C          TOM1 Channel 14 CCU0 Compare Register
GTM_TOM1_CH14_CM1 0xF0108B90          TOM1 Channel 14 CCU1 Compare Register
GTM_TOM1_CH14_CN0 0xF0108B94          TOM1 Channel 14 CCU0 Counter Register
GTM_TOM1_CH14_STAT 0xF0108B98          TOM1 Channel 14 Status Register
GTM_TOM1_CH14_IRQ_NOTIFY 0xF0108B9C          TOM1 Channel 14 Interrupt Notification Register
GTM_TOM1_CH14_IRQ_EN 0xF0108BA0          TOM1 Channel 14 Interrupt Enable Register
GTM_TOM1_CH14_IRQ_FORCINT 0xF0108BA4          TOM1 Channel 14 Force Interrupt Register
GTM_TOM1_CH14_IRQ_MODE 0xF0108BA8          TOM1 Channel 14 Interrupt Mode Register
GTM_TOM1_CH15_CTRL 0xF0108BC0          TOM1 Channel 15 Control Register
GTM_TOM1_CH15_SR0 0xF0108BC4          TOM1 Channel 15 CCU0 Compare Shadow Register
GTM_TOM1_CH15_SR1 0xF0108BC8          TOM1 Channel 15 CCU1 Compare Shadow Register
GTM_TOM1_CH15_CM0 0xF0108BCC          TOM1 Channel 15 CCU0 Compare Register
GTM_TOM1_CH15_CM1 0xF0108BD0          TOM1 Channel 15 CCU1 Compare Register
GTM_TOM1_CH15_CN0 0xF0108BD4          TOM1 Channel 15 CCU0 Counter Register
GTM_TOM1_CH15_STAT 0xF0108BD8          TOM1 Channel 15 Status Register
GTM_TOM1_CH15_IRQ_NOTIFY 0xF0108BDC          TOM1 Channel 15 Interrupt Notification Register
GTM_TOM1_CH15_IRQ_EN 0xF0108BE0          TOM1 Channel 15 Interrupt Enable Register
GTM_TOM1_CH15_IRQ_FORCINT 0xF0108BE4          TOM1 Channel 15 Force Interrupt Register
GTM_TOM1_CH15_IRQ_MODE 0xF0108BE8          TOM1 Channel 15 Interrupt Mode Register
GTM_CLC         0xF019FD00          Clock Control Register
GTM_RESET_CLR   0xF019FD04          Kernel Reset Status Clear Register
GTM_RESET1      0xF019FD08          Kernel Reset Register 0
GTM_RESET2      0xF019FD0C          Kernel Reset Register 1
GTM_ACCEN0      0xF019FD10          Access Enable Register 0
GTM_ACCEN1      0xF019FD14          Access Enable Register 1
GTM_OTBU0T      0xF019FD18          OCDS TBU0 Trigger Register
GTM_OTBU1T      0xF019FD1C          OCDS TBU1 Trigger Register
GTM_OTBU2T      0xF019FD20          OCDS TBU2 Trigger Register
GTM_OTSS        0xF019FD28          OCDS Trigger Set Select Register
GTM_OTSC0       0xF019FD2C          OCDS Trigger Set Control 0 Register
GTM_ODA         0xF019FD34          OCDS Debug Access Register
GTM_OCS         0xF019FD38          OCDS Control and Status
GTM_TIM0INSEL   0xF019FD40          TIM0 Input Select Register
GTM_TIM1INSEL   0xF019FD44          TIM1 Input Select Register
GTM_TOUTSEL0    0xF019FD60          Timer Output Select Register
GTM_TOUTSEL1    0xF019FD64          Timer Output Select Register
GTM_TOUTSEL2    0xF019FD68          Timer Output Select Register
GTM_TOUTSEL3    0xF019FD6C          Timer Output Select Register
GTM_TOUTSEL4    0xF019FD70          Timer Output Select Register
GTM_TOUTSEL5    0xF019FD74          Timer Output Select Register
GTM_TOUTSEL6    0xF019FD78          Timer Output Select Register
GTM_TOUTSEL7    0xF019FD7C          Timer Output Select Register
GTM_TOUTSEL8    0xF019FD80          Timer Output Select Register
GTM_TOUTSEL9    0xF019FD84          Timer Output Select Register
GTM_TOUTSEL10   0xF019FD88          Timer Output Select Register
GTM_TOUTSEL11   0xF019FD8C          Timer Output Select Register
GTM_TOUTSEL12   0xF019FD90          Timer Output Select Register
GTM_TOUTSEL13   0xF019FD94          Timer Output Select Register
GTM_TOUTSEL14   0xF019FD98          Timer Output Select Register
GTM_TOUTSEL15   0xF019FD9C          Timer Output Select Register
GTM_TOUTSEL16   0xF019FDA0          Timer Output Select Register
GTM_ADCTRIG0OUT0 0xF019FE40          ADC Trigger 0 Output Select 0 Register
GTM_ADCTRIG0OUT1 0xF019FE44          ADC Trigger 0 Output Select 1 Register
GTM_ADCTRIG1OUT0 0xF019FE48          ADC Trigger 1 Output Select 0 Register
GTM_ADCTRIG1OUT1 0xF019FE4C          ADC Trigger 1 Output Select 1 Register
GTM_ADCTRIG2OUT0 0xF019FE50          ADC Trigger 2 Output Select 0 Register
GTM_ADCTRIG2OUT1 0xF019FE54          ADC Trigger 2 Output Select 1 Register
GTM_ADCTRIG3OUT0 0xF019FE58          ADC Trigger 3 Output Select 0 Register
GTM_ADCTRIG3OUT1 0xF019FE5C          ADC Trigger 3 Output Select 1 Register
GTM_ADCTRIG4OUT0 0xF019FE60          ADC Trigger 4 Output Select 0 Register
GTM_ADCTRIG4OUT1 0xF019FE64          ADC Trigger 4 Output Select 1 Register
GTM_LCDCDCOUTSEL 0xF019FFD4          LCDCDC Output Select Register
GTM_DTMAUXINSEL 0xF019FFD8          DTM_AUX Input Selection Register
GTM_CANOUTSEL0  0xF019FFDC          CAN0/CAN1 Output Select Register
GTM_CCM0_HW_CONF 0xF01E21DC          CCM0 Hardware Configuration Register
GTM_CCM0_TIM_AUX_IN_SRC 0xF01E21E0          CCM0 TIM Module AUX_IN Source Selection Register
GTM_CCM0_TOM_OUT 0xF01E21E8          CCM0 TOM Output Level Register
GTM_CCM0_ATOM_OUT 0xF01E21EC          CCM0 ATOM Output Level Register
GTM_CCM0_CMU_CLK_CFG 0xF01E21F0          CCM0 CMU Clock Configuration Register
GTM_CCM0_CMU_FXCLK_CFG 0xF01E21F4          CCM0 CMU Fixed Clock Configuration Register
GTM_CCM0_CFG    0xF01E21F8          CCM0 Configuration Register
GTM_CCM0_PROT   0xF01E21FC          CCM0 Protection Register
GTM_CCM1_HW_CONF 0xF01E23DC          CCM1 Hardware Configuration Register
GTM_CCM1_TIM_AUX_IN_SRC 0xF01E23E0          CCM1 TIM Module AUX_IN Source Selection Register
GTM_CCM1_TOM_OUT 0xF01E23E8          CCM1 TOM Output Level Register
GTM_CCM1_CMU_CLK_CFG 0xF01E23F0          CCM1 CMU Clock Configuration Register
GTM_CCM1_CMU_FXCLK_CFG 0xF01E23F4          CCM1 CMU Fixed Clock Configuration Register
GTM_CCM1_CFG    0xF01E23F8          CCM1 Configuration Register
GTM_CCM1_PROT   0xF01E23FC          CCM1 Protection Register
GTM_CDTM0_DTM0_CTRL 0xF01E4000          CDTM0 DTM0 Global Configuration and Control Register
GTM_CDTM0_DTM0_CH_CTRL1 0xF01E4004          CDTM0 DTM0 Channel Control Register 1
GTM_CDTM0_DTM0_CH_CTRL2 0xF01E4008          CDTM0 DTM0 Channel Control Register 2
GTM_CDTM0_DTM0_CH_CTRL2_SR 0xF01E400C          CDTM0 DTM0 Channel Control Register 2 Shadow
GTM_CDTM0_DTM0_PS_CTRL 0xF01E4010          CDTM0 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM0_CH0_DTV 0xF01E4014          CDTM0 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM0_CH1_DTV 0xF01E4018          CDTM0 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM0_CH2_DTV 0xF01E401C          CDTM0 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM0_CH3_DTV 0xF01E4020          CDTM0 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM0_CH_SR 0xF01E4024          CDTM0 DTM0 Channel Shadow Register
GTM_CDTM0_DTM0_CH_CTRL3 0xF01E4028          CDTM0 DTM0 Channel Control Register 3
GTM_CDTM0_DTM1_CTRL 0xF01E4040          CDTM0 DTM1 Global Configuration and Control Register
GTM_CDTM0_DTM1_CH_CTRL1 0xF01E4044          CDTM0 DTM1 Channel Control Register 1
GTM_CDTM0_DTM1_CH_CTRL2 0xF01E4048          CDTM0 DTM1 Channel Control Register 2
GTM_CDTM0_DTM1_CH_CTRL2_SR 0xF01E404C          CDTM0 DTM1 Channel Control Register 2 Shadow
GTM_CDTM0_DTM1_PS_CTRL 0xF01E4050          CDTM0 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM1_CH0_DTV 0xF01E4054          CDTM0 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM1_CH1_DTV 0xF01E4058          CDTM0 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM1_CH2_DTV 0xF01E405C          CDTM0 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM1_CH3_DTV 0xF01E4060          CDTM0 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM1_CH_SR 0xF01E4064          CDTM0 DTM1 Channel Shadow Register
GTM_CDTM0_DTM1_CH_CTRL3 0xF01E4068          CDTM0 DTM1 Channel Control Register 3
GTM_CDTM0_DTM4_CTRL 0xF01E4100          CDTM0 DTM4 Global Configuration and Control Register
GTM_CDTM0_DTM4_CH_CTRL1 0xF01E4104          CDTM0 DTM4 Channel Control Register 1
GTM_CDTM0_DTM4_CH_CTRL2 0xF01E4108          CDTM0 DTM4 Channel Control Register 2
GTM_CDTM0_DTM4_CH_CTRL2_SR 0xF01E410C          CDTM0 DTM4 Channel Control Register 2 Shadow
GTM_CDTM0_DTM4_PS_CTRL 0xF01E4110          CDTM0 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM4_CH0_DTV 0xF01E4114          CDTM0 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM4_CH1_DTV 0xF01E4118          CDTM0 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM4_CH2_DTV 0xF01E411C          CDTM0 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM4_CH3_DTV 0xF01E4120          CDTM0 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM4_CH_SR 0xF01E4124          CDTM0 DTM4 Channel Shadow Register
GTM_CDTM0_DTM4_CH_CTRL3 0xF01E4128          CDTM0 DTM4 Channel Control Register 3
GTM_CDTM0_DTM5_CTRL 0xF01E4140          CDTM0 DTM5 Global Configuration and Control Register
GTM_CDTM0_DTM5_CH_CTRL1 0xF01E4144          CDTM0 DTM5 Channel Control Register 1
GTM_CDTM0_DTM5_CH_CTRL2 0xF01E4148          CDTM0 DTM5 Channel Control Register 2
GTM_CDTM0_DTM5_CH_CTRL2_SR 0xF01E414C          CDTM0 DTM5 Channel Control Register 2 Shadow
GTM_CDTM0_DTM5_PS_CTRL 0xF01E4150          CDTM0 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM5_CH0_DTV 0xF01E4154          CDTM0 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM5_CH1_DTV 0xF01E4158          CDTM0 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM5_CH2_DTV 0xF01E415C          CDTM0 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM5_CH3_DTV 0xF01E4160          CDTM0 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM5_CH_SR 0xF01E4164          CDTM0 DTM5 Channel Shadow Register
GTM_CDTM0_DTM5_CH_CTRL3 0xF01E4168          CDTM0 DTM5 Channel Control Register 3
GTM_CDTM1_DTM0_CTRL 0xF01E4400          CDTM1 DTM0 Global Configuration and Control Register
GTM_CDTM1_DTM0_CH_CTRL1 0xF01E4404          CDTM1 DTM0 Channel Control Register 1
GTM_CDTM1_DTM0_CH_CTRL2 0xF01E4408          CDTM1 DTM0 Channel Control Register 2
GTM_CDTM1_DTM0_CH_CTRL2_SR 0xF01E440C          CDTM1 DTM0 Channel Control Register 2 Shadow
GTM_CDTM1_DTM0_PS_CTRL 0xF01E4410          CDTM1 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM0_CH0_DTV 0xF01E4414          CDTM1 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM0_CH1_DTV 0xF01E4418          CDTM1 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM0_CH2_DTV 0xF01E441C          CDTM1 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM0_CH3_DTV 0xF01E4420          CDTM1 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM0_CH_SR 0xF01E4424          CDTM1 DTM0 Channel Shadow Register
GTM_CDTM1_DTM0_CH_CTRL3 0xF01E4428          CDTM1 DTM0 Channel Control Register 3
GTM_CDTM1_DTM1_CTRL 0xF01E4440          CDTM1 DTM1 Global Configuration and Control Register
GTM_CDTM1_DTM1_CH_CTRL1 0xF01E4444          CDTM1 DTM1 Channel Control Register 1
GTM_CDTM1_DTM1_CH_CTRL2 0xF01E4448          CDTM1 DTM1 Channel Control Register 2
GTM_CDTM1_DTM1_CH_CTRL2_SR 0xF01E444C          CDTM1 DTM1 Channel Control Register 2 Shadow
GTM_CDTM1_DTM1_PS_CTRL 0xF01E4450          CDTM1 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM1_CH0_DTV 0xF01E4454          CDTM1 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM1_CH1_DTV 0xF01E4458          CDTM1 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM1_CH2_DTV 0xF01E445C          CDTM1 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM1_CH3_DTV 0xF01E4460          CDTM1 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM1_CH_SR 0xF01E4464          CDTM1 DTM1 Channel Shadow Register
GTM_CDTM1_DTM1_CH_CTRL3 0xF01E4468          CDTM1 DTM1 Channel Control Register 3
GTM_ATOM0_CH0_RDADDR 0xF01E8000          ATOM0 Channel 0 ARU read address Register
GTM_ATOM0_CH0_CTRL 0xF01E8004          ATOM0 Channel 0 Control Register
GTM_ATOM0_CH0_SR0 0xF01E8008          ATOM0 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM0_CH0_SR1 0xF01E800C          ATOM0 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM0_CH0_CM0 0xF01E8010          ATOM0 Channel 0 CCU0 Compare Register
GTM_ATOM0_CH0_CM1 0xF01E8014          ATOM0 Channel 0 CCU1 Compare Register
GTM_ATOM0_CH0_CN0 0xF01E8018          ATOM0 Channel 0 CCU0 Counter Register
GTM_ATOM0_CH0_STAT 0xF01E801C          ATOM0 Channel 0 Status Register
GTM_ATOM0_CH0_IRQ_NOTIFY 0xF01E8020          ATOM0 Channel 0 Interrupt Notification Register
GTM_ATOM0_CH0_IRQ_EN 0xF01E8024          ATOM0 Channel 0 Interrupt Enable Register
GTM_ATOM0_CH0_IRQ_FORCINT 0xF01E8028          ATOM0 Channel 0 Software Interrupt Generation Register
GTM_ATOM0_CH0_IRQ_MODE 0xF01E802C          ATOM0 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM0_AGC_GLB_CTRL 0xF01E8040          ATOM0 AGC Global Control Register
GTM_ATOM0_AGC_ENDIS_CTRL 0xF01E8044          ATOM0 AGC Enable/Disable Control Register
GTM_ATOM0_AGC_ENDIS_STAT 0xF01E8048          ATOM0 AGC Enable/Disable Status Register
GTM_ATOM0_AGC_ACT_TB 0xF01E804C          ATOM0 AGC Action Time Base Register
GTM_ATOM0_AGC_OUTEN_CTRL 0xF01E8050          ATOM0 AGC Output Enable Control Register
GTM_ATOM0_AGC_OUTEN_STAT 0xF01E8054          ATOM0 AGC Output Enable Status Register
GTM_ATOM0_AGC_FUPD_CTRL 0xF01E8058          ATOM0 AGC Force Update Control Register
GTM_ATOM0_AGC_INT_TRIG 0xF01E805C          ATOM0 AGC Internal Trigger Control Register
GTM_ATOM0_CH1_RDADDR 0xF01E8080          ATOM0 Channel 1 ARU read address Register
GTM_ATOM0_CH1_CTRL 0xF01E8084          ATOM0 Channel 1 Control Register
GTM_ATOM0_CH1_SR0 0xF01E8088          ATOM0 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM0_CH1_SR1 0xF01E808C          ATOM0 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM0_CH1_CM0 0xF01E8090          ATOM0 Channel 1 CCU0 Compare Register
GTM_ATOM0_CH1_CM1 0xF01E8094          ATOM0 Channel 1 CCU1 Compare Register
GTM_ATOM0_CH1_CN0 0xF01E8098          ATOM0 Channel 1 CCU0 Counter Register
GTM_ATOM0_CH1_STAT 0xF01E809C          ATOM0 Channel 1 Status Register
GTM_ATOM0_CH1_IRQ_NOTIFY 0xF01E80A0          ATOM0 Channel 1 Interrupt Notification Register
GTM_ATOM0_CH1_IRQ_EN 0xF01E80A4          ATOM0 Channel 1 Interrupt Enable Register
GTM_ATOM0_CH1_IRQ_FORCINT 0xF01E80A8          ATOM0 Channel 1 Software Interrupt Generation Register
GTM_ATOM0_CH1_IRQ_MODE 0xF01E80AC          ATOM0 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM0_CH2_RDADDR 0xF01E8100          ATOM0 Channel 2 ARU read address Register
GTM_ATOM0_CH2_CTRL 0xF01E8104          ATOM0 Channel 2 Control Register
GTM_ATOM0_CH2_SR0 0xF01E8108          ATOM0 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM0_CH2_SR1 0xF01E810C          ATOM0 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM0_CH2_CM0 0xF01E8110          ATOM0 Channel 2 CCU0 Compare Register
GTM_ATOM0_CH2_CM1 0xF01E8114          ATOM0 Channel 2 CCU1 Compare Register
GTM_ATOM0_CH2_CN0 0xF01E8118          ATOM0 Channel 2 CCU0 Counter Register
GTM_ATOM0_CH2_STAT 0xF01E811C          ATOM0 Channel 2 Status Register
GTM_ATOM0_CH2_IRQ_NOTIFY 0xF01E8120          ATOM0 Channel 2 Interrupt Notification Register
GTM_ATOM0_CH2_IRQ_EN 0xF01E8124          ATOM0 Channel 2 Interrupt Enable Register
GTM_ATOM0_CH2_IRQ_FORCINT 0xF01E8128          ATOM0 Channel 2 Software Interrupt Generation Register
GTM_ATOM0_CH2_IRQ_MODE 0xF01E812C          ATOM0 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM0_CH3_RDADDR 0xF01E8180          ATOM0 Channel 3 ARU read address Register
GTM_ATOM0_CH3_CTRL 0xF01E8184          ATOM0 Channel 3 Control Register
GTM_ATOM0_CH3_SR0 0xF01E8188          ATOM0 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM0_CH3_SR1 0xF01E818C          ATOM0 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM0_CH3_CM0 0xF01E8190          ATOM0 Channel 3 CCU0 Compare Register
GTM_ATOM0_CH3_CM1 0xF01E8194          ATOM0 Channel 3 CCU1 Compare Register
GTM_ATOM0_CH3_CN0 0xF01E8198          ATOM0 Channel 3 CCU0 Counter Register
GTM_ATOM0_CH3_STAT 0xF01E819C          ATOM0 Channel 3 Status Register
GTM_ATOM0_CH3_IRQ_NOTIFY 0xF01E81A0          ATOM0 Channel 3 Interrupt Notification Register
GTM_ATOM0_CH3_IRQ_EN 0xF01E81A4          ATOM0 Channel 3 Interrupt Enable Register
GTM_ATOM0_CH3_IRQ_FORCINT 0xF01E81A8          ATOM0 Channel 3 Software Interrupt Generation Register
GTM_ATOM0_CH3_IRQ_MODE 0xF01E81AC          ATOM0 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM0_CH4_RDADDR 0xF01E8200          ATOM0 Channel 4 ARU read address Register
GTM_ATOM0_CH4_CTRL 0xF01E8204          ATOM0 Channel 4 Control Register
GTM_ATOM0_CH4_SR0 0xF01E8208          ATOM0 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM0_CH4_SR1 0xF01E820C          ATOM0 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM0_CH4_CM0 0xF01E8210          ATOM0 Channel 4 CCU0 Compare Register
GTM_ATOM0_CH4_CM1 0xF01E8214          ATOM0 Channel 4 CCU1 Compare Register
GTM_ATOM0_CH4_CN0 0xF01E8218          ATOM0 Channel 4 CCU0 Counter Register
GTM_ATOM0_CH4_STAT 0xF01E821C          ATOM0 Channel 4 Status Register
GTM_ATOM0_CH4_IRQ_NOTIFY 0xF01E8220          ATOM0 Channel 4 Interrupt Notification Register
GTM_ATOM0_CH4_IRQ_EN 0xF01E8224          ATOM0 Channel 4 Interrupt Enable Register
GTM_ATOM0_CH4_IRQ_FORCINT 0xF01E8228          ATOM0 Channel 4 Software Interrupt Generation Register
GTM_ATOM0_CH4_IRQ_MODE 0xF01E822C          ATOM0 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM0_CH5_RDADDR 0xF01E8280          ATOM0 Channel 5 ARU read address Register
GTM_ATOM0_CH5_CTRL 0xF01E8284          ATOM0 Channel 5 Control Register
GTM_ATOM0_CH5_SR0 0xF01E8288          ATOM0 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM0_CH5_SR1 0xF01E828C          ATOM0 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM0_CH5_CM0 0xF01E8290          ATOM0 Channel 5 CCU0 Compare Register
GTM_ATOM0_CH5_CM1 0xF01E8294          ATOM0 Channel 5 CCU1 Compare Register
GTM_ATOM0_CH5_CN0 0xF01E8298          ATOM0 Channel 5 CCU0 Counter Register
GTM_ATOM0_CH5_STAT 0xF01E829C          ATOM0 Channel 5 Status Register
GTM_ATOM0_CH5_IRQ_NOTIFY 0xF01E82A0          ATOM0 Channel 5 Interrupt Notification Register
GTM_ATOM0_CH5_IRQ_EN 0xF01E82A4          ATOM0 Channel 5 Interrupt Enable Register
GTM_ATOM0_CH5_IRQ_FORCINT 0xF01E82A8          ATOM0 Channel 5 Software Interrupt Generation Register
GTM_ATOM0_CH5_IRQ_MODE 0xF01E82AC          ATOM0 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM0_CH6_RDADDR 0xF01E8300          ATOM0 Channel 6 ARU read address Register
GTM_ATOM0_CH6_CTRL 0xF01E8304          ATOM0 Channel 6 Control Register
GTM_ATOM0_CH6_SR0 0xF01E8308          ATOM0 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM0_CH6_SR1 0xF01E830C          ATOM0 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM0_CH6_CM0 0xF01E8310          ATOM0 Channel 6 CCU0 Compare Register
GTM_ATOM0_CH6_CM1 0xF01E8314          ATOM0 Channel 6 CCU1 Compare Register
GTM_ATOM0_CH6_CN0 0xF01E8318          ATOM0 Channel 6 CCU0 Counter Register
GTM_ATOM0_CH6_STAT 0xF01E831C          ATOM0 Channel 6 Status Register
GTM_ATOM0_CH6_IRQ_NOTIFY 0xF01E8320          ATOM0 Channel 6 Interrupt Notification Register
GTM_ATOM0_CH6_IRQ_EN 0xF01E8324          ATOM0 Channel 6 Interrupt Enable Register
GTM_ATOM0_CH6_IRQ_FORCINT 0xF01E8328          ATOM0 Channel 6 Software Interrupt Generation Register
GTM_ATOM0_CH6_IRQ_MODE 0xF01E832C          ATOM0 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM0_CH7_RDADDR 0xF01E8380          ATOM0 Channel 7 ARU read address Register
GTM_ATOM0_CH7_CTRL 0xF01E8384          ATOM0 Channel 7 Control Register
GTM_ATOM0_CH7_SR0 0xF01E8388          ATOM0 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM0_CH7_SR1 0xF01E838C          ATOM0 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM0_CH7_CM0 0xF01E8390          ATOM0 Channel 7 CCU0 Compare Register
GTM_ATOM0_CH7_CM1 0xF01E8394          ATOM0 Channel 7 CCU1 Compare Register
GTM_ATOM0_CH7_CN0 0xF01E8398          ATOM0 Channel 7 CCU0 Counter Register
GTM_ATOM0_CH7_STAT 0xF01E839C          ATOM0 Channel 7 Status Register
GTM_ATOM0_CH7_IRQ_NOTIFY 0xF01E83A0          ATOM0 Channel 7 Interrupt Notification Register
GTM_ATOM0_CH7_IRQ_EN 0xF01E83A4          ATOM0 Channel 7 Interrupt Enable Register
GTM_ATOM0_CH7_IRQ_FORCINT 0xF01E83A8          ATOM0 Channel 7 Software Interrupt Generation Register
GTM_ATOM0_CH7_IRQ_MODE 0xF01E83AC          ATOM0 Channel 7 Interrupt Mode Configuration Register
CAN0_CLC        0xF0208000          CAN Clock Control Register
CAN0_ID         0xF0208008          Module Identification Register
CAN0_MCR        0xF0208030          Module Control Register
CAN0_BUFADR     0xF0208034          Buffer receive address and transmit address
CAN0_MECR       0xF0208040          Measure Control Register
CAN0_MESTAT     0xF0208044          Measure Status Register
CAN0_ACCENCTR0  0xF02080DC          Access Enable Register Control 0
CAN0_OCS        0xF02080E8          OCDS Control and Status
CAN0_KRSTCLR    0xF02080EC          Kernel Reset Status Clear Register
CAN0_KRST1      0xF02080F0          Kernel Reset Register 1
CAN0_KRST0      0xF02080F4          Kernel Reset Register 0
CAN0_ACCEN0     0xF02080FC          Access Enable Register 0
CAN0_ACCENNODE00 0xF0208100          Access Enable Register CAN Node 0 0
CAN0_STARTADR0  0xF0208108          Start Address Node 0
CAN0_ENDADR0    0xF020810C          End Address Node 0
CAN0_ISREG0     0xF0208110          Interrupt Signalling Register 0
CAN0_GRINT10    0xF0208114          Interrupt routing for Groups 1 0
CAN0_GRINT20    0xF0208118          Interrupt routing for Groups 2 0
CAN0_NTCCR0     0xF0208120          Node 0 Timer Clock Control Register
CAN0_NTATTR0    0xF0208124          Node 0 Timer A Transmit Trigger Register
CAN0_NTBTTR0    0xF0208128          Node 0 Timer B Transmit Trigger Register
CAN0_NTCTTR0    0xF020812C          Node 0 Timer C Transmit Trigger Register
CAN0_NTRTR0     0xF0208130          Node 0 Timer Receive Timeout Register
CAN0_NPCR0      0xF0208140          Node 0 Port Control Register
CAN0_CREL0      0xF0208200          Core Release Register 0
CAN0_ENDN0      0xF0208204          Endian Register 0
CAN0_DBTP0      0xF020820C          Data Bit Timing 'and' Prescaler Register 0
CAN0_TEST0      0xF0208210          Test Register 0
CAN0_RWD0       0xF0208214          RAM Watchdog 0
CAN0_CCCR0      0xF0208218          CC Control Register 0
CAN0_NBTP0      0xF020821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN0_TSCC0      0xF0208220          Timestamp Counter Configuration 0
CAN0_TSCV0      0xF0208224          Timestamp Counter Value 0
CAN0_TOCC0      0xF0208228          Timeout Counter Configuration 0
CAN0_TOCV0      0xF020822C          Timeout Counter Value 0
CAN0_ECR0       0xF0208240          Error Counter Register 0
CAN0_PSR0       0xF0208244          Protocol Status Register 0
CAN0_TDCR0      0xF0208248          Transmitter Delay Compensation Register 0
CAN0_IR0        0xF0208250          Interrupt Register 0
CAN0_IE0        0xF0208254          Interrupt Enable 0
CAN0_GFC0       0xF0208280          Global Filter Configuration 0
CAN0_SIDFC0     0xF0208284          Standard ID Filter Configuration 0
CAN0_XIDFC0     0xF0208288          Extended ID Filter Configuration 0
CAN0_XIDAM0     0xF0208290          Extended ID AND Mask 0
CAN0_HPMS0      0xF0208294          High Priority Message Status 0
CAN0_NDAT10     0xF0208298          New Data 1 0
CAN0_NDAT20     0xF020829C          New Data 2 0
CAN0_RXF0C0     0xF02082A0          Rx FIFO 0 Configuration 0
CAN0_RXF0S0     0xF02082A4          Rx FIFO 0 Status 0
CAN0_RXF0A0     0xF02082A8          Rx FIFO 0 Acknowledge 0
CAN0_RXBC0      0xF02082AC          Rx Buffer Configuration 0
CAN0_RXF1C0     0xF02082B0          Rx FIFO 1 Configuration 0
CAN0_RXF1S0     0xF02082B4          Rx FIFO 1 Status 0
CAN0_RXF1A0     0xF02082B8          Rx FIFO 1 Acknowledge 0
CAN0_RXESC0     0xF02082BC          Rx Buffer/FIFO Element Size Configuration 0
CAN0_TXBC0      0xF02082C0          Tx Buffer Configuration 0
CAN0_TXFQS0     0xF02082C4          Tx FIFO/Queue Status 0
CAN0_TXESC0     0xF02082C8          Tx Buffer Element Size Configuration 0
CAN0_TXBRP0     0xF02082CC          Tx Buffer Request Pending 0
CAN0_TXBAR0     0xF02082D0          Tx Buffer Add Request 0
CAN0_TXBCR0     0xF02082D4          Tx Buffer Cancellation Request 0
CAN0_TXBTO0     0xF02082D8          Tx Buffer Transmission Occurred 0
CAN0_TXBCF0     0xF02082DC          Tx Buffer Cancellation Finished 0
CAN0_TXBTIE0    0xF02082E0          Tx Buffer Transmission Interrupt Enable 0
CAN0_TXBCIE0    0xF02082E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN0_TXEFC0     0xF02082F0          Tx Event FIFO Configuration 0
CAN0_TXEFS0     0xF02082F4          Tx Event FIFO Status 0
CAN0_TXEFA0     0xF02082F8          Tx Event FIFO Acknowledge 0
CAN0_ACCENNODE10 0xF0208500          Access Enable Register CAN Node 1 0
CAN0_STARTADR1  0xF0208508          Start Address Node 1
CAN0_ENDADR1    0xF020850C          End Address Node 1
CAN0_ISREG1     0xF0208510          Interrupt Signalling Register 1
CAN0_GRINT11    0xF0208514          Interrupt routing for Groups 1 1
CAN0_GRINT21    0xF0208518          Interrupt routing for Groups 2 1
CAN0_NTCCR1     0xF0208520          Node 1 Timer Clock Control Register
CAN0_NTATTR1    0xF0208524          Node 1 Timer A Transmit Trigger Register
CAN0_NTBTTR1    0xF0208528          Node 1 Timer B Transmit Trigger Register
CAN0_NTCTTR1    0xF020852C          Node 1 Timer C Transmit Trigger Register
CAN0_NTRTR1     0xF0208530          Node 1 Timer Receive Timeout Register
CAN0_NPCR1      0xF0208540          Node 1 Port Control Register
CAN0_CREL1      0xF0208600          Core Release Register 1
CAN0_ENDN1      0xF0208604          Endian Register 1
CAN0_DBTP1      0xF020860C          Data Bit Timing 'and' Prescaler Register 1
CAN0_TEST1      0xF0208610          Test Register 1
CAN0_RWD1       0xF0208614          RAM Watchdog 1
CAN0_CCCR1      0xF0208618          CC Control Register 1
CAN0_NBTP1      0xF020861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN0_TSCC1      0xF0208620          Timestamp Counter Configuration 1
CAN0_TSCV1      0xF0208624          Timestamp Counter Value 1
CAN0_TOCC1      0xF0208628          Timeout Counter Configuration 1
CAN0_TOCV1      0xF020862C          Timeout Counter Value 1
CAN0_ECR1       0xF0208640          Error Counter Register 1
CAN0_PSR1       0xF0208644          Protocol Status Register 1
CAN0_TDCR1      0xF0208648          Transmitter Delay Compensation Register 1
CAN0_IR1        0xF0208650          Interrupt Register 1
CAN0_IE1        0xF0208654          Interrupt Enable 1
CAN0_GFC1       0xF0208680          Global Filter Configuration 1
CAN0_SIDFC1     0xF0208684          Standard ID Filter Configuration 1
CAN0_XIDFC1     0xF0208688          Extended ID Filter Configuration 1
CAN0_XIDAM1     0xF0208690          Extended ID AND Mask 1
CAN0_HPMS1      0xF0208694          High Priority Message Status 1
CAN0_NDAT11     0xF0208698          New Data 1 1
CAN0_NDAT21     0xF020869C          New Data 2 1
CAN0_RXF0C1     0xF02086A0          Rx FIFO 0 Configuration 1
CAN0_RXF0S1     0xF02086A4          Rx FIFO 0 Status 1
CAN0_RXF0A1     0xF02086A8          Rx FIFO 0 Acknowledge 1
CAN0_RXBC1      0xF02086AC          Rx Buffer Configuration 1
CAN0_RXF1C1     0xF02086B0          Rx FIFO 1 Configuration 1
CAN0_RXF1S1     0xF02086B4          Rx FIFO 1 Status 1
CAN0_RXF1A1     0xF02086B8          Rx FIFO 1 Acknowledge 1
CAN0_RXESC1     0xF02086BC          Rx Buffer/FIFO Element Size Configuration 1
CAN0_TXBC1      0xF02086C0          Tx Buffer Configuration 1
CAN0_TXFQS1     0xF02086C4          Tx FIFO/Queue Status 1
CAN0_TXESC1     0xF02086C8          Tx Buffer Element Size Configuration 1
CAN0_TXBRP1     0xF02086CC          Tx Buffer Request Pending 1
CAN0_TXBAR1     0xF02086D0          Tx Buffer Add Request 1
CAN0_TXBCR1     0xF02086D4          Tx Buffer Cancellation Request 1
CAN0_TXBTO1     0xF02086D8          Tx Buffer Transmission Occurred 1
CAN0_TXBCF1     0xF02086DC          Tx Buffer Cancellation Finished 1
CAN0_TXBTIE1    0xF02086E0          Tx Buffer Transmission Interrupt Enable 1
CAN0_TXBCIE1    0xF02086E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN0_TXEFC1     0xF02086F0          Tx Event FIFO Configuration 1
CAN0_TXEFS1     0xF02086F4          Tx Event FIFO Status 1
CAN0_TXEFA1     0xF02086F8          Tx Event FIFO Acknowledge 1
CAN0_ACCENNODE20 0xF0208900          Access Enable Register CAN Node 2 0
CAN0_STARTADR2  0xF0208908          Start Address Node 2
CAN0_ENDADR2    0xF020890C          End Address Node 2
CAN0_ISREG2     0xF0208910          Interrupt Signalling Register 2
CAN0_GRINT12    0xF0208914          Interrupt routing for Groups 1 2
CAN0_GRINT22    0xF0208918          Interrupt routing for Groups 2 2
CAN0_NTCCR2     0xF0208920          Node 2 Timer Clock Control Register
CAN0_NTATTR2    0xF0208924          Node 2 Timer A Transmit Trigger Register
CAN0_NTBTTR2    0xF0208928          Node 2 Timer B Transmit Trigger Register
CAN0_NTCTTR2    0xF020892C          Node 2 Timer C Transmit Trigger Register
CAN0_NTRTR2     0xF0208930          Node 2 Timer Receive Timeout Register
CAN0_NPCR2      0xF0208940          Node 2 Port Control Register
CAN0_CREL2      0xF0208A00          Core Release Register 2
CAN0_ENDN2      0xF0208A04          Endian Register 2
CAN0_DBTP2      0xF0208A0C          Data Bit Timing 'and' Prescaler Register 2
CAN0_TEST2      0xF0208A10          Test Register 2
CAN0_RWD2       0xF0208A14          RAM Watchdog 2
CAN0_CCCR2      0xF0208A18          CC Control Register 2
CAN0_NBTP2      0xF0208A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN0_TSCC2      0xF0208A20          Timestamp Counter Configuration 2
CAN0_TSCV2      0xF0208A24          Timestamp Counter Value 2
CAN0_TOCC2      0xF0208A28          Timeout Counter Configuration 2
CAN0_TOCV2      0xF0208A2C          Timeout Counter Value 2
CAN0_ECR2       0xF0208A40          Error Counter Register 2
CAN0_PSR2       0xF0208A44          Protocol Status Register 2
CAN0_TDCR2      0xF0208A48          Transmitter Delay Compensation Register 2
CAN0_IR2        0xF0208A50          Interrupt Register 2
CAN0_IE2        0xF0208A54          Interrupt Enable 2
CAN0_GFC2       0xF0208A80          Global Filter Configuration 2
CAN0_SIDFC2     0xF0208A84          Standard ID Filter Configuration 2
CAN0_XIDFC2     0xF0208A88          Extended ID Filter Configuration 2
CAN0_XIDAM2     0xF0208A90          Extended ID AND Mask 2
CAN0_HPMS2      0xF0208A94          High Priority Message Status 2
CAN0_NDAT12     0xF0208A98          New Data 1 2
CAN0_NDAT22     0xF0208A9C          New Data 2 2
CAN0_RXF0C2     0xF0208AA0          Rx FIFO 0 Configuration 2
CAN0_RXF0S2     0xF0208AA4          Rx FIFO 0 Status 2
CAN0_RXF0A2     0xF0208AA8          Rx FIFO 0 Acknowledge 2
CAN0_RXBC2      0xF0208AAC          Rx Buffer Configuration 2
CAN0_RXF1C2     0xF0208AB0          Rx FIFO 1 Configuration 2
CAN0_RXF1S2     0xF0208AB4          Rx FIFO 1 Status 2
CAN0_RXF1A2     0xF0208AB8          Rx FIFO 1 Acknowledge 2
CAN0_RXESC2     0xF0208ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN0_TXBC2      0xF0208AC0          Tx Buffer Configuration 2
CAN0_TXFQS2     0xF0208AC4          Tx FIFO/Queue Status 2
CAN0_TXESC2     0xF0208AC8          Tx Buffer Element Size Configuration 2
CAN0_TXBRP2     0xF0208ACC          Tx Buffer Request Pending 2
CAN0_TXBAR2     0xF0208AD0          Tx Buffer Add Request 2
CAN0_TXBCR2     0xF0208AD4          Tx Buffer Cancellation Request 2
CAN0_TXBTO2     0xF0208AD8          Tx Buffer Transmission Occurred 2
CAN0_TXBCF2     0xF0208ADC          Tx Buffer Cancellation Finished 2
CAN0_TXBTIE2    0xF0208AE0          Tx Buffer Transmission Interrupt Enable 2
CAN0_TXBCIE2    0xF0208AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN0_TXEFC2     0xF0208AF0          Tx Event FIFO Configuration 2
CAN0_TXEFS2     0xF0208AF4          Tx Event FIFO Status 2
CAN0_TXEFA2     0xF0208AF8          Tx Event FIFO Acknowledge 2
CAN0_ACCENNODE30 0xF0208D00          Access Enable Register CAN Node 3 0
CAN0_STARTADR3  0xF0208D08          Start Address Node 3
CAN0_ENDADR3    0xF0208D0C          End Address Node 3
CAN0_ISREG3     0xF0208D10          Interrupt Signalling Register 3
CAN0_GRINT13    0xF0208D14          Interrupt routing for Groups 1 3
CAN0_GRINT23    0xF0208D18          Interrupt routing for Groups 2 3
CAN0_NTCCR3     0xF0208D20          Node 3 Timer Clock Control Register
CAN0_NTATTR3    0xF0208D24          Node 3 Timer A Transmit Trigger Register
CAN0_NTBTTR3    0xF0208D28          Node 3 Timer B Transmit Trigger Register
CAN0_NTCTTR3    0xF0208D2C          Node 3 Timer C Transmit Trigger Register
CAN0_NTRTR3     0xF0208D30          Node 3 Timer Receive Timeout Register
CAN0_NPCR3      0xF0208D40          Node 3 Port Control Register
CAN0_CREL3      0xF0208E00          Core Release Register 3
CAN0_ENDN3      0xF0208E04          Endian Register 3
CAN0_DBTP3      0xF0208E0C          Data Bit Timing 'and' Prescaler Register 3
CAN0_TEST3      0xF0208E10          Test Register 3
CAN0_RWD3       0xF0208E14          RAM Watchdog 3
CAN0_CCCR3      0xF0208E18          CC Control Register 3
CAN0_NBTP3      0xF0208E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN0_TSCC3      0xF0208E20          Timestamp Counter Configuration 3
CAN0_TSCV3      0xF0208E24          Timestamp Counter Value 3
CAN0_TOCC3      0xF0208E28          Timeout Counter Configuration 3
CAN0_TOCV3      0xF0208E2C          Timeout Counter Value 3
CAN0_ECR3       0xF0208E40          Error Counter Register 3
CAN0_PSR3       0xF0208E44          Protocol Status Register 3
CAN0_TDCR3      0xF0208E48          Transmitter Delay Compensation Register 3
CAN0_IR3        0xF0208E50          Interrupt Register 3
CAN0_IE3        0xF0208E54          Interrupt Enable 3
CAN0_GFC3       0xF0208E80          Global Filter Configuration 3
CAN0_SIDFC3     0xF0208E84          Standard ID Filter Configuration 3
CAN0_XIDFC3     0xF0208E88          Extended ID Filter Configuration 3
CAN0_XIDAM3     0xF0208E90          Extended ID AND Mask 3
CAN0_HPMS3      0xF0208E94          High Priority Message Status 3
CAN0_NDAT13     0xF0208E98          New Data 1 3
CAN0_NDAT23     0xF0208E9C          New Data 2 3
CAN0_RXF0C3     0xF0208EA0          Rx FIFO 0 Configuration 3
CAN0_RXF0S3     0xF0208EA4          Rx FIFO 0 Status 3
CAN0_RXF0A3     0xF0208EA8          Rx FIFO 0 Acknowledge 3
CAN0_RXBC3      0xF0208EAC          Rx Buffer Configuration 3
CAN0_RXF1C3     0xF0208EB0          Rx FIFO 1 Configuration 3
CAN0_RXF1S3     0xF0208EB4          Rx FIFO 1 Status 3
CAN0_RXF1A3     0xF0208EB8          Rx FIFO 1 Acknowledge 3
CAN0_RXESC3     0xF0208EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN0_TXBC3      0xF0208EC0          Tx Buffer Configuration 3
CAN0_TXFQS3     0xF0208EC4          Tx FIFO/Queue Status 3
CAN0_TXESC3     0xF0208EC8          Tx Buffer Element Size Configuration 3
CAN0_TXBRP3     0xF0208ECC          Tx Buffer Request Pending 3
CAN0_TXBAR3     0xF0208ED0          Tx Buffer Add Request 3
CAN0_TXBCR3     0xF0208ED4          Tx Buffer Cancellation Request 3
CAN0_TXBTO3     0xF0208ED8          Tx Buffer Transmission Occurred 3
CAN0_TXBCF3     0xF0208EDC          Tx Buffer Cancellation Finished 3
CAN0_TXBTIE3    0xF0208EE0          Tx Buffer Transmission Interrupt Enable 3
CAN0_TXBCIE3    0xF0208EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN0_TXEFC3     0xF0208EF0          Tx Event FIFO Configuration 3
CAN0_TXEFS3     0xF0208EF4          Tx Event FIFO Status 3
CAN0_TXEFA3     0xF0208EF8          Tx Event FIFO Acknowledge 3
CAN1_CLC        0xF0218000          CAN Clock Control Register
CAN1_ID         0xF0218008          Module Identification Register
CAN1_MCR        0xF0218030          Module Control Register
CAN1_ACCENCTR0  0xF02180DC          Access Enable Register Control 0
CAN1_OCS        0xF02180E8          OCDS Control and Status
CAN1_KRSTCLR    0xF02180EC          Kernel Reset Status Clear Register
CAN1_KRST1      0xF02180F0          Kernel Reset Register 1
CAN1_KRST0      0xF02180F4          Kernel Reset Register 0
CAN1_ACCEN0     0xF02180FC          Access Enable Register 0
CAN1_ACCENNODE00 0xF0218100          Access Enable Register CAN Node 0 0
CAN1_STARTADR0  0xF0218108          Start Address Node 0
CAN1_ENDADR0    0xF021810C          End Address Node 0
CAN1_ISREG0     0xF0218110          Interrupt Signalling Register 0
CAN1_GRINT10    0xF0218114          Interrupt routing for Groups 1 0
CAN1_GRINT20    0xF0218118          Interrupt routing for Groups 2 0
CAN1_NTCCR0     0xF0218120          Node 0 Timer Clock Control Register
CAN1_NTATTR0    0xF0218124          Node 0 Timer A Transmit Trigger Register
CAN1_NTBTTR0    0xF0218128          Node 0 Timer B Transmit Trigger Register
CAN1_NTCTTR0    0xF021812C          Node 0 Timer C Transmit Trigger Register
CAN1_NTRTR0     0xF0218130          Node 0 Timer Receive Timeout Register
CAN1_NPCR0      0xF0218140          Node 0 Port Control Register
CAN1_CREL0      0xF0218200          Core Release Register 0
CAN1_ENDN0      0xF0218204          Endian Register 0
CAN1_DBTP0      0xF021820C          Data Bit Timing 'and' Prescaler Register 0
CAN1_TEST0      0xF0218210          Test Register 0
CAN1_RWD0       0xF0218214          RAM Watchdog 0
CAN1_CCCR0      0xF0218218          CC Control Register 0
CAN1_NBTP0      0xF021821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN1_TSCC0      0xF0218220          Timestamp Counter Configuration 0
CAN1_TSCV0      0xF0218224          Timestamp Counter Value 0
CAN1_TOCC0      0xF0218228          Timeout Counter Configuration 0
CAN1_TOCV0      0xF021822C          Timeout Counter Value 0
CAN1_ECR0       0xF0218240          Error Counter Register 0
CAN1_PSR0       0xF0218244          Protocol Status Register 0
CAN1_TDCR0      0xF0218248          Transmitter Delay Compensation Register 0
CAN1_IR0        0xF0218250          Interrupt Register 0
CAN1_IE0        0xF0218254          Interrupt Enable 0
CAN1_GFC0       0xF0218280          Global Filter Configuration 0
CAN1_SIDFC0     0xF0218284          Standard ID Filter Configuration 0
CAN1_XIDFC0     0xF0218288          Extended ID Filter Configuration 0
CAN1_XIDAM0     0xF0218290          Extended ID AND Mask 0
CAN1_HPMS0      0xF0218294          High Priority Message Status 0
CAN1_NDAT10     0xF0218298          New Data 1 0
CAN1_NDAT20     0xF021829C          New Data 2 0
CAN1_RXF0C0     0xF02182A0          Rx FIFO 0 Configuration 0
CAN1_RXF0S0     0xF02182A4          Rx FIFO 0 Status 0
CAN1_RXF0A0     0xF02182A8          Rx FIFO 0 Acknowledge 0
CAN1_RXBC0      0xF02182AC          Rx Buffer Configuration 0
CAN1_RXF1C0     0xF02182B0          Rx FIFO 1 Configuration 0
CAN1_RXF1S0     0xF02182B4          Rx FIFO 1 Status 0
CAN1_RXF1A0     0xF02182B8          Rx FIFO 1 Acknowledge 0
CAN1_RXESC0     0xF02182BC          Rx Buffer/FIFO Element Size Configuration 0
CAN1_TXBC0      0xF02182C0          Tx Buffer Configuration 0
CAN1_TXFQS0     0xF02182C4          Tx FIFO/Queue Status 0
CAN1_TXESC0     0xF02182C8          Tx Buffer Element Size Configuration 0
CAN1_TXBRP0     0xF02182CC          Tx Buffer Request Pending 0
CAN1_TXBAR0     0xF02182D0          Tx Buffer Add Request 0
CAN1_TXBCR0     0xF02182D4          Tx Buffer Cancellation Request 0
CAN1_TXBTO0     0xF02182D8          Tx Buffer Transmission Occurred 0
CAN1_TXBCF0     0xF02182DC          Tx Buffer Cancellation Finished 0
CAN1_TXBTIE0    0xF02182E0          Tx Buffer Transmission Interrupt Enable 0
CAN1_TXBCIE0    0xF02182E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN1_TXEFC0     0xF02182F0          Tx Event FIFO Configuration 0
CAN1_TXEFS0     0xF02182F4          Tx Event FIFO Status 0
CAN1_TXEFA0     0xF02182F8          Tx Event FIFO Acknowledge 0
CAN1_ACCENNODE10 0xF0218500          Access Enable Register CAN Node 1 0
CAN1_STARTADR1  0xF0218508          Start Address Node 1
CAN1_ENDADR1    0xF021850C          End Address Node 1
CAN1_ISREG1     0xF0218510          Interrupt Signalling Register 1
CAN1_GRINT11    0xF0218514          Interrupt routing for Groups 1 1
CAN1_GRINT21    0xF0218518          Interrupt routing for Groups 2 1
CAN1_NTCCR1     0xF0218520          Node 1 Timer Clock Control Register
CAN1_NTATTR1    0xF0218524          Node 1 Timer A Transmit Trigger Register
CAN1_NTBTTR1    0xF0218528          Node 1 Timer B Transmit Trigger Register
CAN1_NTCTTR1    0xF021852C          Node 1 Timer C Transmit Trigger Register
CAN1_NTRTR1     0xF0218530          Node 1 Timer Receive Timeout Register
CAN1_NPCR1      0xF0218540          Node 1 Port Control Register
CAN1_CREL1      0xF0218600          Core Release Register 1
CAN1_ENDN1      0xF0218604          Endian Register 1
CAN1_DBTP1      0xF021860C          Data Bit Timing 'and' Prescaler Register 1
CAN1_TEST1      0xF0218610          Test Register 1
CAN1_RWD1       0xF0218614          RAM Watchdog 1
CAN1_CCCR1      0xF0218618          CC Control Register 1
CAN1_NBTP1      0xF021861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN1_TSCC1      0xF0218620          Timestamp Counter Configuration 1
CAN1_TSCV1      0xF0218624          Timestamp Counter Value 1
CAN1_TOCC1      0xF0218628          Timeout Counter Configuration 1
CAN1_TOCV1      0xF021862C          Timeout Counter Value 1
CAN1_ECR1       0xF0218640          Error Counter Register 1
CAN1_PSR1       0xF0218644          Protocol Status Register 1
CAN1_TDCR1      0xF0218648          Transmitter Delay Compensation Register 1
CAN1_IR1        0xF0218650          Interrupt Register 1
CAN1_IE1        0xF0218654          Interrupt Enable 1
CAN1_GFC1       0xF0218680          Global Filter Configuration 1
CAN1_SIDFC1     0xF0218684          Standard ID Filter Configuration 1
CAN1_XIDFC1     0xF0218688          Extended ID Filter Configuration 1
CAN1_XIDAM1     0xF0218690          Extended ID AND Mask 1
CAN1_HPMS1      0xF0218694          High Priority Message Status 1
CAN1_NDAT11     0xF0218698          New Data 1 1
CAN1_NDAT21     0xF021869C          New Data 2 1
CAN1_RXF0C1     0xF02186A0          Rx FIFO 0 Configuration 1
CAN1_RXF0S1     0xF02186A4          Rx FIFO 0 Status 1
CAN1_RXF0A1     0xF02186A8          Rx FIFO 0 Acknowledge 1
CAN1_RXBC1      0xF02186AC          Rx Buffer Configuration 1
CAN1_RXF1C1     0xF02186B0          Rx FIFO 1 Configuration 1
CAN1_RXF1S1     0xF02186B4          Rx FIFO 1 Status 1
CAN1_RXF1A1     0xF02186B8          Rx FIFO 1 Acknowledge 1
CAN1_RXESC1     0xF02186BC          Rx Buffer/FIFO Element Size Configuration 1
CAN1_TXBC1      0xF02186C0          Tx Buffer Configuration 1
CAN1_TXFQS1     0xF02186C4          Tx FIFO/Queue Status 1
CAN1_TXESC1     0xF02186C8          Tx Buffer Element Size Configuration 1
CAN1_TXBRP1     0xF02186CC          Tx Buffer Request Pending 1
CAN1_TXBAR1     0xF02186D0          Tx Buffer Add Request 1
CAN1_TXBCR1     0xF02186D4          Tx Buffer Cancellation Request 1
CAN1_TXBTO1     0xF02186D8          Tx Buffer Transmission Occurred 1
CAN1_TXBCF1     0xF02186DC          Tx Buffer Cancellation Finished 1
CAN1_TXBTIE1    0xF02186E0          Tx Buffer Transmission Interrupt Enable 1
CAN1_TXBCIE1    0xF02186E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN1_TXEFC1     0xF02186F0          Tx Event FIFO Configuration 1
CAN1_TXEFS1     0xF02186F4          Tx Event FIFO Status 1
CAN1_TXEFA1     0xF02186F8          Tx Event FIFO Acknowledge 1
CAN1_ACCENNODE20 0xF0218900          Access Enable Register CAN Node 2 0
CAN1_STARTADR2  0xF0218908          Start Address Node 2
CAN1_ENDADR2    0xF021890C          End Address Node 2
CAN1_ISREG2     0xF0218910          Interrupt Signalling Register 2
CAN1_GRINT12    0xF0218914          Interrupt routing for Groups 1 2
CAN1_GRINT22    0xF0218918          Interrupt routing for Groups 2 2
CAN1_NTCCR2     0xF0218920          Node 2 Timer Clock Control Register
CAN1_NTATTR2    0xF0218924          Node 2 Timer A Transmit Trigger Register
CAN1_NTBTTR2    0xF0218928          Node 2 Timer B Transmit Trigger Register
CAN1_NTCTTR2    0xF021892C          Node 2 Timer C Transmit Trigger Register
CAN1_NTRTR2     0xF0218930          Node 2 Timer Receive Timeout Register
CAN1_NPCR2      0xF0218940          Node 2 Port Control Register
CAN1_CREL2      0xF0218A00          Core Release Register 2
CAN1_ENDN2      0xF0218A04          Endian Register 2
CAN1_DBTP2      0xF0218A0C          Data Bit Timing 'and' Prescaler Register 2
CAN1_TEST2      0xF0218A10          Test Register 2
CAN1_RWD2       0xF0218A14          RAM Watchdog 2
CAN1_CCCR2      0xF0218A18          CC Control Register 2
CAN1_NBTP2      0xF0218A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN1_TSCC2      0xF0218A20          Timestamp Counter Configuration 2
CAN1_TSCV2      0xF0218A24          Timestamp Counter Value 2
CAN1_TOCC2      0xF0218A28          Timeout Counter Configuration 2
CAN1_TOCV2      0xF0218A2C          Timeout Counter Value 2
CAN1_ECR2       0xF0218A40          Error Counter Register 2
CAN1_PSR2       0xF0218A44          Protocol Status Register 2
CAN1_TDCR2      0xF0218A48          Transmitter Delay Compensation Register 2
CAN1_IR2        0xF0218A50          Interrupt Register 2
CAN1_IE2        0xF0218A54          Interrupt Enable 2
CAN1_GFC2       0xF0218A80          Global Filter Configuration 2
CAN1_SIDFC2     0xF0218A84          Standard ID Filter Configuration 2
CAN1_XIDFC2     0xF0218A88          Extended ID Filter Configuration 2
CAN1_XIDAM2     0xF0218A90          Extended ID AND Mask 2
CAN1_HPMS2      0xF0218A94          High Priority Message Status 2
CAN1_NDAT12     0xF0218A98          New Data 1 2
CAN1_NDAT22     0xF0218A9C          New Data 2 2
CAN1_RXF0C2     0xF0218AA0          Rx FIFO 0 Configuration 2
CAN1_RXF0S2     0xF0218AA4          Rx FIFO 0 Status 2
CAN1_RXF0A2     0xF0218AA8          Rx FIFO 0 Acknowledge 2
CAN1_RXBC2      0xF0218AAC          Rx Buffer Configuration 2
CAN1_RXF1C2     0xF0218AB0          Rx FIFO 1 Configuration 2
CAN1_RXF1S2     0xF0218AB4          Rx FIFO 1 Status 2
CAN1_RXF1A2     0xF0218AB8          Rx FIFO 1 Acknowledge 2
CAN1_RXESC2     0xF0218ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN1_TXBC2      0xF0218AC0          Tx Buffer Configuration 2
CAN1_TXFQS2     0xF0218AC4          Tx FIFO/Queue Status 2
CAN1_TXESC2     0xF0218AC8          Tx Buffer Element Size Configuration 2
CAN1_TXBRP2     0xF0218ACC          Tx Buffer Request Pending 2
CAN1_TXBAR2     0xF0218AD0          Tx Buffer Add Request 2
CAN1_TXBCR2     0xF0218AD4          Tx Buffer Cancellation Request 2
CAN1_TXBTO2     0xF0218AD8          Tx Buffer Transmission Occurred 2
CAN1_TXBCF2     0xF0218ADC          Tx Buffer Cancellation Finished 2
CAN1_TXBTIE2    0xF0218AE0          Tx Buffer Transmission Interrupt Enable 2
CAN1_TXBCIE2    0xF0218AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN1_TXEFC2     0xF0218AF0          Tx Event FIFO Configuration 2
CAN1_TXEFS2     0xF0218AF4          Tx Event FIFO Status 2
CAN1_TXEFA2     0xF0218AF8          Tx Event FIFO Acknowledge 2
CAN1_ACCENNODE30 0xF0218D00          Access Enable Register CAN Node 3 0
CAN1_STARTADR3  0xF0218D08          Start Address Node 3
CAN1_ENDADR3    0xF0218D0C          End Address Node 3
CAN1_ISREG3     0xF0218D10          Interrupt Signalling Register 3
CAN1_GRINT13    0xF0218D14          Interrupt routing for Groups 1 3
CAN1_GRINT23    0xF0218D18          Interrupt routing for Groups 2 3
CAN1_NTCCR3     0xF0218D20          Node 3 Timer Clock Control Register
CAN1_NTATTR3    0xF0218D24          Node 3 Timer A Transmit Trigger Register
CAN1_NTBTTR3    0xF0218D28          Node 3 Timer B Transmit Trigger Register
CAN1_NTCTTR3    0xF0218D2C          Node 3 Timer C Transmit Trigger Register
CAN1_NTRTR3     0xF0218D30          Node 3 Timer Receive Timeout Register
CAN1_NPCR3      0xF0218D40          Node 3 Port Control Register
CAN1_CREL3      0xF0218E00          Core Release Register 3
CAN1_ENDN3      0xF0218E04          Endian Register 3
CAN1_DBTP3      0xF0218E0C          Data Bit Timing 'and' Prescaler Register 3
CAN1_TEST3      0xF0218E10          Test Register 3
CAN1_RWD3       0xF0218E14          RAM Watchdog 3
CAN1_CCCR3      0xF0218E18          CC Control Register 3
CAN1_NBTP3      0xF0218E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN1_TSCC3      0xF0218E20          Timestamp Counter Configuration 3
CAN1_TSCV3      0xF0218E24          Timestamp Counter Value 3
CAN1_TOCC3      0xF0218E28          Timeout Counter Configuration 3
CAN1_TOCV3      0xF0218E2C          Timeout Counter Value 3
CAN1_ECR3       0xF0218E40          Error Counter Register 3
CAN1_PSR3       0xF0218E44          Protocol Status Register 3
CAN1_TDCR3      0xF0218E48          Transmitter Delay Compensation Register 3
CAN1_IR3        0xF0218E50          Interrupt Register 3
CAN1_IE3        0xF0218E54          Interrupt Enable 3
CAN1_GFC3       0xF0218E80          Global Filter Configuration 3
CAN1_SIDFC3     0xF0218E84          Standard ID Filter Configuration 3
CAN1_XIDFC3     0xF0218E88          Extended ID Filter Configuration 3
CAN1_XIDAM3     0xF0218E90          Extended ID AND Mask 3
CAN1_HPMS3      0xF0218E94          High Priority Message Status 3
CAN1_NDAT13     0xF0218E98          New Data 1 3
CAN1_NDAT23     0xF0218E9C          New Data 2 3
CAN1_RXF0C3     0xF0218EA0          Rx FIFO 0 Configuration 3
CAN1_RXF0S3     0xF0218EA4          Rx FIFO 0 Status 3
CAN1_RXF0A3     0xF0218EA8          Rx FIFO 0 Acknowledge 3
CAN1_RXBC3      0xF0218EAC          Rx Buffer Configuration 3
CAN1_RXF1C3     0xF0218EB0          Rx FIFO 1 Configuration 3
CAN1_RXF1S3     0xF0218EB4          Rx FIFO 1 Status 3
CAN1_RXF1A3     0xF0218EB8          Rx FIFO 1 Acknowledge 3
CAN1_RXESC3     0xF0218EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN1_TXBC3      0xF0218EC0          Tx Buffer Configuration 3
CAN1_TXFQS3     0xF0218EC4          Tx FIFO/Queue Status 3
CAN1_TXESC3     0xF0218EC8          Tx Buffer Element Size Configuration 3
CAN1_TXBRP3     0xF0218ECC          Tx Buffer Request Pending 3
CAN1_TXBAR3     0xF0218ED0          Tx Buffer Add Request 3
CAN1_TXBCR3     0xF0218ED4          Tx Buffer Cancellation Request 3
CAN1_TXBTO3     0xF0218ED8          Tx Buffer Transmission Occurred 3
CAN1_TXBCF3     0xF0218EDC          Tx Buffer Cancellation Finished 3
CAN1_TXBTIE3    0xF0218EE0          Tx Buffer Transmission Interrupt Enable 3
CAN1_TXBCIE3    0xF0218EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN1_TXEFC3     0xF0218EF0          Tx Event FIFO Configuration 3
CAN1_TXEFS3     0xF0218EF4          Tx Event FIFO Status 3
CAN1_TXEFA3     0xF0218EF8          Tx Event FIFO Acknowledge 3
PMS_ID          0xF0248008          Identification Register
PMS_EVRSTAT     0xF024802C          EVR Status Register
PMS_EVRADCSTAT  0xF0248034          EVR Primary ADC Status Register
PMS_EVRRSTCON   0xF024803C          EVR Reset Control Register
PMS_EVRRSTSTAT  0xF0248044          EVR Reset Status Register
PMS_EVRTRIM     0xF024804C          EVR Trim Control Register
PMS_EVRTRIMSTAT 0xF0248050          EVR Trim Status Register
PMS_EVRMONSTAT1 0xF0248060          EVR Secondary ADC Status Register 1
PMS_EVRMONSTAT2 0xF0248064          EVR Secondary ADC Status Register 2
PMS_EVRMONCTRL  0xF0248068          EVR Secondary Monitor Control Register
PMS_EVRMONFILT  0xF0248070          EVR Secondary Monitor Filter Register
PMS_PMSIEN      0xF0248074          PMS Interrupt Enable Register
PMS_EVRUVMON    0xF0248078          EVR Secondary Under-voltage Monitor Register
PMS_EVROVMON    0xF024807C          EVR Secondary Over-voltage Monitor Register
PMS_EVRUVMON2   0xF0248080          EVR Secondary Under-voltage Monitor Register 2
PMS_EVROVMON2   0xF0248084          EVR Secondary Over-voltage Monitor Register 2
PMS_HSMUVMON    0xF0248088          EVR Primary HSM Under-voltage Monitor Register
PMS_HSMOVMON    0xF024808C          EVR Primary HSM Over-voltage Monitor Register
PMS_EVROSCCTRL  0xF02480A0          EVR Oscillator Control Register
PMS_PMSWCR0     0xF02480B4          Standby and Wake-up Control Register 0
PMS_PMSWCR2     0xF02480B8          Standby and Wake-up Control Register 2
PMS_PMSWCR3     0xF02480C0          Standby and Wake-up Control Register 3
PMS_PMSWCR4     0xF02480C4          Standby and Wake-up Control Register 4
PMS_PMSWCR5     0xF02480C8          Standby and Wake-up Control Register 5
PMS_PMSWSTAT    0xF02480D4          Standby and Wake-up Status Register
PMS_PMSWSTAT2   0xF02480D8          Standby and Wake-up Status Register 2
PMS_PMSWUTCNT   0xF02480DC          Standby WUT Counter Register
PMS_PMSWSTATCLR 0xF02480E8          Standby and Wake-up Status Clear Register
PMS_EVRSDSTAT0  0xF02480FC          EVR SD Status Register 0
PMS_EVRSDCTRL0  0xF0248108          EVRC SD Control Register 0
PMS_EVRSDCTRL1  0xF024810C          EVRC SD Control Register 1
PMS_EVRSDCTRL2  0xF0248110          EVRC SD Control Register 2
PMS_EVRSDCTRL3  0xF0248114          EVRC SD Control Register 3
PMS_EVRSDCTRL4  0xF0248118          EVRC SD Control Register 4
PMS_EVRSDCTRL5  0xF024811C          EVRC SD Control Register 5
PMS_EVRSDCTRL6  0xF0248120          EVRC SD Control Register 6
PMS_EVRSDCTRL7  0xF0248124          EVRC SD Control Register 7
PMS_EVRSDCTRL8  0xF0248128          EVRC SD Control Register 8
PMS_EVRSDCTRL9  0xF024812C          EVRC SD Control Register 9
PMS_EVRSDCTRL10 0xF0248130          EVRC SD Control Register 10
PMS_EVRSDCOEFF0 0xF0248148          EVRC SD Coefficient Register 0
PMS_EVRSDCOEFF1 0xF024814C          EVRC SD Coefficient Register 1
PMS_EVRSDCOEFF2 0xF0248150          EVRC SD Coefficient Register 2
PMS_EVRSDCOEFF3 0xF0248154          EVRC SD Coefficient Register 3
PMS_AG20_STDBY  0xF0248188          Alarm 0 Status Register
PMS_AG21_STDBY  0xF024818C          Alarm 1 Status Register
PMS_MONBISTSTAT 0xF0248190          SMU_stdby BIST Status Register
PMS_MONBISTCTRL 0xF0248198          SMU_stdby BIST Control Register
PMS_CMD_STDBY   0xF024819C          SMU_stdby Command Register
PMS_AG20FSP_STDBY 0xF02481A4          SMU_stdby 0 FSP Configuration Register
PMS_AG21FSP_STDBY 0xF02481A8          SMU_stdby 1 FSP Configuration Register
PMS_DTSSTAT     0xF02481C0          Die Temperature Sensor Status Register
PMS_DTSLIM      0xF02481C8          Die Temperature Sensor Limit Register
PMS_OTSS        0xF02481E0          OCDS Trigger Set Select Register
PMS_OTSC0       0xF02481E4          OCDS Trigger Set Control 0 Register
PMS_OTSC1       0xF02481E8          OCDS Trigger Set Control 1 Register
PMS_ACCEN0      0xF02481F8          Access Enable Register 0
PMS_ACCEN1      0xF02481FC          Access Enable Register 1
ASCLIN10_CLC    0xF02C0A00          Clock Control Register
ASCLIN10_IOCR   0xF02C0A04          Input and Output Control Register
ASCLIN10_ID     0xF02C0A08          Module Identification Register
ASCLIN10_TXFIFOCON 0xF02C0A0C          TX FIFO Configuration Register
ASCLIN10_RXFIFOCON 0xF02C0A10          RX FIFO Configuration Register
ASCLIN10_BITCON 0xF02C0A14          Bit Configuration Register
ASCLIN10_FRAMECON 0xF02C0A18          Frame Control Register
ASCLIN10_DATCON 0xF02C0A1C          Data Configuration Register
ASCLIN10_BRG    0xF02C0A20          Baud Rate Generation Register
ASCLIN10_BRD    0xF02C0A24          Baud Rate Detection Register
ASCLIN10_LINCON 0xF02C0A28          LIN Control Register
ASCLIN10_LINBTIMER 0xF02C0A2C          LIN Break Timer Register
ASCLIN10_LINHTIMER 0xF02C0A30          LIN Header Timer Register
ASCLIN10_FLAGS  0xF02C0A34          Flags Register
ASCLIN10_FLAGSSET 0xF02C0A38          Flags Set Register
ASCLIN10_FLAGSCLEAR 0xF02C0A3C          Flags Clear Register
ASCLIN10_FLAGSENABLE 0xF02C0A40          Flags Enable Register
ASCLIN10_TXDATA 0xF02C0A44          Transmit Data Register
ASCLIN10_RXDATA 0xF02C0A48          Receive Data Register
ASCLIN10_CSR    0xF02C0A4C          Clock Selection Register
ASCLIN10_RXDATAD 0xF02C0A50          Receive Data Debug Register
ASCLIN10_OCS    0xF02C0AE8          OCDS Control and Status
ASCLIN10_KRSTCLR 0xF02C0AEC          Kernel Reset Status Clear Register
ASCLIN10_KRST1  0xF02C0AF0          Kernel Reset Register 1
ASCLIN10_KRST0  0xF02C0AF4          Kernel Reset Register 0
ASCLIN10_ACCEN1 0xF02C0AF8          Access Enable Register 1
ASCLIN10_ACCEN0 0xF02C0AFC          Access Enable Register 0
ASCLIN11_CLC    0xF02C0B00          Clock Control Register
ASCLIN11_IOCR   0xF02C0B04          Input and Output Control Register
ASCLIN11_ID     0xF02C0B08          Module Identification Register
ASCLIN11_TXFIFOCON 0xF02C0B0C          TX FIFO Configuration Register
ASCLIN11_RXFIFOCON 0xF02C0B10          RX FIFO Configuration Register
ASCLIN11_BITCON 0xF02C0B14          Bit Configuration Register
ASCLIN11_FRAMECON 0xF02C0B18          Frame Control Register
ASCLIN11_DATCON 0xF02C0B1C          Data Configuration Register
ASCLIN11_BRG    0xF02C0B20          Baud Rate Generation Register
ASCLIN11_BRD    0xF02C0B24          Baud Rate Detection Register
ASCLIN11_LINCON 0xF02C0B28          LIN Control Register
ASCLIN11_LINBTIMER 0xF02C0B2C          LIN Break Timer Register
ASCLIN11_LINHTIMER 0xF02C0B30          LIN Header Timer Register
ASCLIN11_FLAGS  0xF02C0B34          Flags Register
ASCLIN11_FLAGSSET 0xF02C0B38          Flags Set Register
ASCLIN11_FLAGSCLEAR 0xF02C0B3C          Flags Clear Register
ASCLIN11_FLAGSENABLE 0xF02C0B40          Flags Enable Register
ASCLIN11_TXDATA 0xF02C0B44          Transmit Data Register
ASCLIN11_RXDATA 0xF02C0B48          Receive Data Register
ASCLIN11_CSR    0xF02C0B4C          Clock Selection Register
ASCLIN11_RXDATAD 0xF02C0B50          Receive Data Debug Register
ASCLIN11_OCS    0xF02C0BE8          OCDS Control and Status
ASCLIN11_KRSTCLR 0xF02C0BEC          Kernel Reset Status Clear Register
ASCLIN11_KRST1  0xF02C0BF0          Kernel Reset Register 1
ASCLIN11_KRST0  0xF02C0BF4          Kernel Reset Register 0
ASCLIN11_ACCEN1 0xF02C0BF8          Access Enable Register 1
ASCLIN11_ACCEN0 0xF02C0BFC          Access Enable Register 0
FSI_COMM_1      0xF8030004          Communication Register 1
FSI_COMM_2      0xF8030005          Communication Register 2
FSI_HSMCOMM_1   0xF8030006          HSM Communication Register 1
FSI_HSMCOMM_2   0xF8030007          HSM Communication Register 2
PMU_ID          0xF8038508          Module Identification Register
DMU_HF_ID       0xF8040008          Module Identification Register
DMU_HF_STATUS   0xF8040010          Flash Status Register
DMU_HF_CONTROL  0xF8040014          Flash Control Register
DMU_HF_OPERATION 0xF8040018          Flash Operation Register
DMU_HF_PROTECT  0xF804001C          Flash Protection Status Register
DMU_HF_CONFIRM0 0xF8040020          Flash Confirm Status Register 0
DMU_HF_CONFIRM1 0xF8040024          Flash Confirm Status Register 1
DMU_HF_CONFIRM2 0xF8040028          Flash Confirm Status Register 2
DMU_HF_EER      0xF8040030          Enable Error Interrupt Control Register
DMU_HF_ERRSR    0xF8040034          Error Status Register
DMU_HF_CLRE     0xF8040038          Clear Error Register
DMU_HF_ECCR     0xF8040040          DF0 ECC Read Register
DMU_HF_ECCS     0xF8040044          DF0 ECC Status Register
DMU_HF_ECCC     0xF8040048          DF0 ECC Control Register
DMU_HF_ECCW     0xF804004C          DF0 ECC Write Register
DMU_HF_CCONTROL 0xF8040050          Cranking Control Register
DMU_HF_PSTATUS  0xF8040060          Power Status Register
DMU_HF_PCONTROL 0xF8040064          Power Control Register
DMU_HF_PWAIT    0xF8040068          PFLASH Wait Cycle Register
DMU_HF_DWAIT    0xF804006C          DFLASH Wait Cycle Register
DMU_HF_PROCONUSR 0xF8040074          DF0 User Mode Control
DMU_HF_PROCONPF 0xF8040080          PFLASH Protection Configuration
DMU_HF_PROCONTP 0xF8040084          Tuning Protection Configuration
DMU_HF_PROCONDF 0xF8040088          DFLASH Protection Configuration
DMU_HF_PROCONRAM 0xF804008C          RAM Configuration
DMU_HF_PROCONDBG 0xF8040090          Debug Interface Protection Configuration
DMU_HF_SUSPEND  0xF80400F0          Suspend Control Register
DMU_HF_MARGIN   0xF80400F4          Margin Control Register
DMU_HF_ACCEN1   0xF80400F8          Access Enable Register 1
DMU_HF_ACCEN0   0xF80400FC          Access Enable Register 0
DMU_HP_PROCONP00 0xF8050000          PFLASH Bank 0 Protection Configuration 0
DMU_HP_PROCONP01 0xF8050004          PFLASH Bank 0 Protection Configuration 1
DMU_HP_PROCONP02 0xF8050008          PFLASH Bank 0 Protection Configuration 2
DMU_HP_PROCONP03 0xF805000C          PFLASH Bank 0 Protection Configuration 3
DMU_HP_PROCONP04 0xF8050010          PFLASH Bank 0 Protection Configuration 4
DMU_HP_PROCONP05 0xF8050014          PFLASH Bank 0 Protection Configuration 5
DMU_HP_PROCONOTP00 0xF8050040          PFLASH Bank 0 OTP Protection Configuration 0
DMU_HP_PROCONOTP01 0xF8050044          PFLASH Bank 0 OTP Protection Configuration 1
DMU_HP_PROCONOTP02 0xF8050048          PFLASH Bank 0 OTP Protection Configuration 2
DMU_HP_PROCONOTP03 0xF805004C          PFLASH Bank 0 OTP Protection Configuration 3
DMU_HP_PROCONOTP04 0xF8050050          PFLASH Bank 0 OTP Protection Configuration 4
DMU_HP_PROCONOTP05 0xF8050054          PFLASH Bank 0 OTP Protection Configuration 5
DMU_HP_PROCONWOP00 0xF8050080          PFLASH Bank 0 WOP Configuration 0
DMU_HP_PROCONWOP01 0xF8050084          PFLASH Bank 0 WOP Configuration 1
DMU_HP_PROCONWOP02 0xF8050088          PFLASH Bank 0 WOP Configuration 2
DMU_HP_PROCONWOP03 0xF805008C          PFLASH Bank 0 WOP Configuration 3
DMU_HP_PROCONWOP04 0xF8050090          PFLASH Bank 0 WOP Configuration 4
DMU_HP_PROCONWOP05 0xF8050094          PFLASH Bank 0 WOP Configuration 5
DMU_HP_ECPRIO00 0xF80500A0          PFLASH Bank 0 Erase Counter Priority configuration 0
DMU_HP_ECPRIO01 0xF80500A4          PFLASH Bank 0 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO02 0xF80500A8          PFLASH Bank 0 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO03 0xF80500AC          PFLASH Bank 0 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO04 0xF80500B0          PFLASH Bank 0 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO05 0xF80500B4          PFLASH Bank 0 Erase Counter Priority Configuration 5
DMU_SF_STATUS   0xF8060010          HSM Flash Status Register
DMU_SF_CONTROL  0xF8060014          HSM Flash Configuration Register
DMU_SF_OPERATION 0xF8060018          HSM Flash Operation Register
DMU_SF_EER      0xF8060030          HSM Enable Error Interrupt Control Register
DMU_SF_ERRSR    0xF8060034          HSM Error Status Register
DMU_SF_CLRE     0xF8060038          HSM Clear Error Register
DMU_SF_ECCR     0xF8060040          HSM DF1 ECC Read Register
DMU_SF_ECCS     0xF8060044          HSM DF1 ECC Status Register
DMU_SF_ECCC     0xF8060048          HSM DF1 ECC Control Register
DMU_SF_ECCW     0xF806004C          HSM DF1 ECC Write Register
DMU_SF_PROCONUSR 0xF8060074          HSM DF1 User Mode Control
DMU_SF_SUSPEND  0xF80600E8          HSM Suspend Control Register
DMU_SF_MARGIN   0xF80600EC          HSM DF1 Margin Control Register
DMU_SP_PROCONHSMCFG 0xF8070000          HSM Protection Configuration
DMU_SP_PROCONHSMCBS 0xF8070004          HSM Code Boot Sector
DMU_SP_PROCONHSMCX0 0xF8070008          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCX1 0xF807000C          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCOTP0 0xF8070010          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSMCOTP1 0xF8070014          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSM 0xF8070040          HSM Interface Protection Configuration
DOM0_PECON0     0xF8700000          Protocol Error Control Register 0
DOM0_PRIORITY0  0xF8700008          SCI0 Arbiter Priority Register
DOM0_ERRADDR0   0xF8700010          SCI 0 Error Address Capture Register
DOM0_ERR0       0xF8700018          SCI 0 Error Capture Register
DOM0_PECON1     0xF8700020          Protocol Error Control Register 1
DOM0_PRIORITY1  0xF8700028          SCI1 Arbiter Priority Register
DOM0_ERRADDR1   0xF8700030          SCI 1 Error Address Capture Register
DOM0_ERR1       0xF8700038          SCI 1 Error Capture Register
DOM0_PECON2     0xF8700040          Protocol Error Control Register 2
DOM0_PRIORITY2  0xF8700048          SCI2 Arbiter Priority Register
DOM0_ERRADDR2   0xF8700050          SCI 2 Error Address Capture Register
DOM0_ERR2       0xF8700058          SCI 2 Error Capture Register
DOM0_PECON3     0xF8700060          Protocol Error Control Register 3
DOM0_PRIORITY3  0xF8700068          SCI3 Arbiter Priority Register
DOM0_ERRADDR3   0xF8700070          SCI 3 Error Address Capture Register
DOM0_ERR3       0xF8700078          SCI 3 Error Capture Register
DOM0_PECON4     0xF8700080          Protocol Error Control Register 4
DOM0_PRIORITY4  0xF8700088          SCI4 Arbiter Priority Register
DOM0_ERRADDR4   0xF8700090          SCI 4 Error Address Capture Register
DOM0_ERR4       0xF8700098          SCI 4 Error Capture Register
DOM0_PECON5     0xF87000A0          Protocol Error Control Register 5
DOM0_PRIORITY5  0xF87000A8          SCI5 Arbiter Priority Register
DOM0_ERRADDR5   0xF87000B0          SCI 5 Error Address Capture Register
DOM0_ERR5       0xF87000B8          SCI 5 Error Capture Register
DOM0_PECON6     0xF87000C0          Protocol Error Control Register 6
DOM0_PRIORITY6  0xF87000C8          SCI6 Arbiter Priority Register
DOM0_ERRADDR6   0xF87000D0          SCI 6 Error Address Capture Register
DOM0_ERR6       0xF87000D8          SCI 6 Error Capture Register
DOM0_PECON7     0xF87000E0          Protocol Error Control Register 7
DOM0_PRIORITY7  0xF87000E8          SCI7 Arbiter Priority Register
DOM0_ERRADDR7   0xF87000F0          SCI 7 Error Address Capture Register
DOM0_ERR7       0xF87000F8          SCI 7 Error Capture Register
DOM0_PECON8     0xF8700100          Protocol Error Control Register 8
DOM0_PRIORITY8  0xF8700108          SCI8 Arbiter Priority Register
DOM0_ERRADDR8   0xF8700110          SCI 8 Error Address Capture Register
DOM0_ERR8       0xF8700118          SCI 8 Error Capture Register
DOM0_PECON9     0xF8700120          Protocol Error Control Register 9
DOM0_PRIORITY9  0xF8700128          SCI9 Arbiter Priority Register
DOM0_ERRADDR9   0xF8700130          SCI 9 Error Address Capture Register
DOM0_ERR9       0xF8700138          SCI 9 Error Capture Register
DOM0_PECON10    0xF8700140          Protocol Error Control Register 10
DOM0_PRIORITY10 0xF8700148          SCI10 Arbiter Priority Register
DOM0_ERRADDR10  0xF8700150          SCI 10 Error Address Capture Register
DOM0_ERR10      0xF8700158          SCI 10 Error Capture Register
DOM0_PECON11    0xF8700160          Protocol Error Control Register 11
DOM0_PRIORITY11 0xF8700168          SCI11 Arbiter Priority Register
DOM0_ERRADDR11  0xF8700170          SCI 11 Error Address Capture Register
DOM0_ERR11      0xF8700178          SCI 11 Error Capture Register
DOM0_PECON12    0xF8700180          Protocol Error Control Register 12
DOM0_PRIORITY12 0xF8700188          SCI12 Arbiter Priority Register
DOM0_ERRADDR12  0xF8700190          SCI 12 Error Address Capture Register
DOM0_ERR12      0xF8700198          SCI 12 Error Capture Register
DOM0_PECON13    0xF87001A0          Protocol Error Control Register 13
DOM0_PRIORITY13 0xF87001A8          SCI13 Arbiter Priority Register
DOM0_ERRADDR13  0xF87001B0          SCI 13 Error Address Capture Register
DOM0_ERR13      0xF87001B8          SCI 13 Error Capture Register
DOM0_PECON14    0xF87001C0          Protocol Error Control Register 14
DOM0_PRIORITY14 0xF87001C8          SCI14 Arbiter Priority Register
DOM0_ERRADDR14  0xF87001D0          SCI 14 Error Address Capture Register
DOM0_ERR14      0xF87001D8          SCI 14 Error Capture Register
DOM0_PECON15    0xF87001E0          Protocol Error Control Register 15
DOM0_PRIORITY15 0xF87001E8          SCI15 Arbiter Priority Register
DOM0_ERRADDR15  0xF87001F0          SCI 15 Error Address Capture Register
DOM0_ERR15      0xF87001F8          SCI 15 Error Capture Register
DOM0_ID         0xF8700408          Identification Register
DOM0_PESTAT     0xF8700410          Protocol Error Status Register
DOM0_TIDSTAT    0xF8700418          Transaction ID Status Register
DOM0_TIDEN      0xF8700420          Transaction ID Enable Register
DOM0_BRCON      0xF8700430          Domain 0 Bridge Control Register
DOM0_ACCEN0     0xF87004F0          Access Enable Register 0
DOM0_ACCEN1     0xF87004F8          Access Enable Register 1
CPU0_FLASHCON0  0xF8801100          CPUx Flash Configuration Register 0
CPU0_FLASHCON1  0xF8801104          CPUx Flash Configuration Register 1
CPU0_FLASHCON2  0xF8801108          CPUx Flash Configuration Register 2
CPU0_FLASHCON3  0xF880110C          CPUx Flash Configuration Register 3
CPU0_FLASHCON4  0xF8801110          CPUx Flash Configuration Register 4
CPU0_KRST0      0xF880D000          CPUx Reset Register 0
CPU0_KRST1      0xF880D004          CPUx Reset Register 1
CPU0_KRSTCLR    0xF880D008          CPUx Reset Clear Register
CPU0_SPR_SPROT_RGNLA0 0xF880E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU0_SPR_SPROT_RGNUA0 0xF880E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU0_SPR_SPROT_RGNACCENA0_W 0xF880E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_W 0xF880E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU0_SPR_SPROT_RGNLA1 0xF880E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU0_SPR_SPROT_RGNUA1 0xF880E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU0_SPR_SPROT_RGNACCENA1_W 0xF880E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_W 0xF880E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU0_SPR_SPROT_RGNLA2 0xF880E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU0_SPR_SPROT_RGNUA2 0xF880E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU0_SPR_SPROT_RGNACCENA2_W 0xF880E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_W 0xF880E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU0_SPR_SPROT_RGNLA3 0xF880E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU0_SPR_SPROT_RGNUA3 0xF880E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU0_SPR_SPROT_RGNACCENA3_W 0xF880E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_W 0xF880E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU0_SPR_SPROT_RGNLA4 0xF880E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU0_SPR_SPROT_RGNUA4 0xF880E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU0_SPR_SPROT_RGNACCENA4_W 0xF880E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_W 0xF880E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU0_SPR_SPROT_RGNLA5 0xF880E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU0_SPR_SPROT_RGNUA5 0xF880E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU0_SPR_SPROT_RGNACCENA5_W 0xF880E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_W 0xF880E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU0_SPR_SPROT_RGNLA6 0xF880E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU0_SPR_SPROT_RGNUA6 0xF880E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU0_SPR_SPROT_RGNACCENA6_W 0xF880E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_W 0xF880E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU0_SPR_SPROT_RGNLA7 0xF880E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU0_SPR_SPROT_RGNUA7 0xF880E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU0_SPR_SPROT_RGNACCENA7_W 0xF880E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_W 0xF880E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU0_SPR_SPROT_RGNACCENA0_R 0xF880E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_R 0xF880E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU0_SPR_SPROT_RGNACCENA1_R 0xF880E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_R 0xF880E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU0_SPR_SPROT_RGNACCENA2_R 0xF880E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_R 0xF880E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU0_SPR_SPROT_RGNACCENA3_R 0xF880E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_R 0xF880E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU0_SPR_SPROT_RGNACCENA4_R 0xF880E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_R 0xF880E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU0_SPR_SPROT_RGNACCENA5_R 0xF880E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_R 0xF880E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU0_SPR_SPROT_RGNACCENA6_R 0xF880E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_R 0xF880E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU0_SPR_SPROT_RGNACCENA7_R 0xF880E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_R 0xF880E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU0_SFR_SPROT_ACCENA_W 0xF880E100          CPUx Safety Protection Register Access Enable Register A
CPU0_SFR_SPROT_ACCENB_W 0xF880E104          CPUx Safety Protection Region Access Enable Register B
CPU0_LPB_SPROT_ACCENA_R 0xF880E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU0_LPB_SPROT_ACCENB_R 0xF880E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU0_DLMU_SPROT_RGNLA0 0xF880E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU0_DLMU_SPROT_RGNUA0 0xF880E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU0_DLMU_SPROT_RGNACCENA0_W 0xF880E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_W 0xF880E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU0_DLMU_SPROT_RGNLA1 0xF880E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU0_DLMU_SPROT_RGNUA1 0xF880E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU0_DLMU_SPROT_RGNACCENA1_W 0xF880E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_W 0xF880E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU0_DLMU_SPROT_RGNLA2 0xF880E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU0_DLMU_SPROT_RGNUA2 0xF880E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU0_DLMU_SPROT_RGNACCENA2_W 0xF880E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_W 0xF880E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU0_DLMU_SPROT_RGNLA3 0xF880E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU0_DLMU_SPROT_RGNUA3 0xF880E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU0_DLMU_SPROT_RGNACCENA3_W 0xF880E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_W 0xF880E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU0_DLMU_SPROT_RGNLA4 0xF880E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU0_DLMU_SPROT_RGNUA4 0xF880E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU0_DLMU_SPROT_RGNACCENA4_W 0xF880E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_W 0xF880E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU0_DLMU_SPROT_RGNLA5 0xF880E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU0_DLMU_SPROT_RGNUA5 0xF880E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU0_DLMU_SPROT_RGNACCENA5_W 0xF880E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_W 0xF880E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU0_DLMU_SPROT_RGNLA6 0xF880E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU0_DLMU_SPROT_RGNUA6 0xF880E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU0_DLMU_SPROT_RGNACCENA6_W 0xF880E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_W 0xF880E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU0_DLMU_SPROT_RGNLA7 0xF880E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU0_DLMU_SPROT_RGNUA7 0xF880E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU0_DLMU_SPROT_RGNACCENA7_W 0xF880E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_W 0xF880E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU0_DLMU_SPROT_RGNACCENA0_R 0xF880E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_R 0xF880E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU0_DLMU_SPROT_RGNACCENA1_R 0xF880E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_R 0xF880E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU0_DLMU_SPROT_RGNACCENA2_R 0xF880E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_R 0xF880E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU0_DLMU_SPROT_RGNACCENA3_R 0xF880E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_R 0xF880E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU0_DLMU_SPROT_RGNACCENA4_R 0xF880E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_R 0xF880E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU0_DLMU_SPROT_RGNACCENA5_R 0xF880E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_R 0xF880E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU0_DLMU_SPROT_RGNACCENA6_R 0xF880E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_R 0xF880E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU0_DLMU_SPROT_RGNACCENA7_R 0xF880E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_R 0xF880E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU0_OSEL       0xF880FB00          CPUx Overlay Range Select Register
CPU0_RABR0      0xF880FB10          CPUx Redirected Address Base Register 0
CPU0_OTAR0      0xF880FB14          CPUx Overlay Target Address Register 0
CPU0_OMASK0     0xF880FB18          CPUx Overlay Mask Register 0
CPU0_RABR1      0xF880FB1C          CPUx Redirected Address Base Register 1
CPU0_OTAR1      0xF880FB20          CPUx Overlay Target Address Register 1
CPU0_OMASK1     0xF880FB24          CPUx Overlay Mask Register 1
CPU0_RABR2      0xF880FB28          CPUx Redirected Address Base Register 2
CPU0_OTAR2      0xF880FB2C          CPUx Overlay Target Address Register 2
CPU0_OMASK2     0xF880FB30          CPUx Overlay Mask Register 2
CPU0_RABR3      0xF880FB34          CPUx Redirected Address Base Register 3
CPU0_OTAR3      0xF880FB38          CPUx Overlay Target Address Register 3
CPU0_OMASK3     0xF880FB3C          CPUx Overlay Mask Register 3
CPU0_RABR4      0xF880FB40          CPUx Redirected Address Base Register 4
CPU0_OTAR4      0xF880FB44          CPUx Overlay Target Address Register 4
CPU0_OMASK4     0xF880FB48          CPUx Overlay Mask Register 4
CPU0_RABR5      0xF880FB4C          CPUx Redirected Address Base Register 5
CPU0_OTAR5      0xF880FB50          CPUx Overlay Target Address Register 5
CPU0_OMASK5     0xF880FB54          CPUx Overlay Mask Register 5
CPU0_RABR6      0xF880FB58          CPUx Redirected Address Base Register 6
CPU0_OTAR6      0xF880FB5C          CPUx Overlay Target Address Register 6
CPU0_OMASK6     0xF880FB60          CPUx Overlay Mask Register 6
CPU0_RABR7      0xF880FB64          CPUx Redirected Address Base Register 7
CPU0_OTAR7      0xF880FB68          CPUx Overlay Target Address Register 7
CPU0_OMASK7     0xF880FB6C          CPUx Overlay Mask Register 7
CPU0_RABR8      0xF880FB70          CPUx Redirected Address Base Register 8
CPU0_OTAR8      0xF880FB74          CPUx Overlay Target Address Register 8
CPU0_OMASK8     0xF880FB78          CPUx Overlay Mask Register 8
CPU0_RABR9      0xF880FB7C          CPUx Redirected Address Base Register 9
CPU0_OTAR9      0xF880FB80          CPUx Overlay Target Address Register 9
CPU0_OMASK9     0xF880FB84          CPUx Overlay Mask Register 9
CPU0_RABR10     0xF880FB88          CPUx Redirected Address Base Register 10
CPU0_OTAR10     0xF880FB8C          CPUx Overlay Target Address Register 10
CPU0_OMASK10    0xF880FB90          CPUx Overlay Mask Register 10
CPU0_RABR11     0xF880FB94          CPUx Redirected Address Base Register 11
CPU0_OTAR11     0xF880FB98          CPUx Overlay Target Address Register 11
CPU0_OMASK11    0xF880FB9C          CPUx Overlay Mask Register 11
CPU0_RABR12     0xF880FBA0          CPUx Redirected Address Base Register 12
CPU0_OTAR12     0xF880FBA4          CPUx Overlay Target Address Register 12
CPU0_OMASK12    0xF880FBA8          CPUx Overlay Mask Register 12
CPU0_RABR13     0xF880FBAC          CPUx Redirected Address Base Register 13
CPU0_OTAR13     0xF880FBB0          CPUx Overlay Target Address Register 13
CPU0_OMASK13    0xF880FBB4          CPUx Overlay Mask Register 13
CPU0_RABR14     0xF880FBB8          CPUx Redirected Address Base Register 14
CPU0_OTAR14     0xF880FBBC          CPUx Overlay Target Address Register 14
CPU0_OMASK14    0xF880FBC0          CPUx Overlay Mask Register 14
CPU0_RABR15     0xF880FBC4          CPUx Redirected Address Base Register 15
CPU0_OTAR15     0xF880FBC8          CPUx Overlay Target Address Register 15
CPU0_OMASK15    0xF880FBCC          CPUx Overlay Mask Register 15
CPU0_RABR16     0xF880FBD0          CPUx Redirected Address Base Register 16
CPU0_OTAR16     0xF880FBD4          CPUx Overlay Target Address Register 16
CPU0_OMASK16    0xF880FBD8          CPUx Overlay Mask Register 16
CPU0_RABR17     0xF880FBDC          CPUx Redirected Address Base Register 17
CPU0_OTAR17     0xF880FBE0          CPUx Overlay Target Address Register 17
CPU0_OMASK17    0xF880FBE4          CPUx Overlay Mask Register 17
CPU0_RABR18     0xF880FBE8          CPUx Redirected Address Base Register 18
CPU0_OTAR18     0xF880FBEC          CPUx Overlay Target Address Register 18
CPU0_OMASK18    0xF880FBF0          CPUx Overlay Mask Register 18
CPU0_RABR19     0xF880FBF4          CPUx Redirected Address Base Register 19
CPU0_OTAR19     0xF880FBF8          CPUx Overlay Target Address Register 19
CPU0_OMASK19    0xF880FBFC          CPUx Overlay Mask Register 19
CPU0_RABR20     0xF880FC00          CPUx Redirected Address Base Register 20
CPU0_OTAR20     0xF880FC04          CPUx Overlay Target Address Register 20
CPU0_OMASK20    0xF880FC08          CPUx Overlay Mask Register 20
CPU0_RABR21     0xF880FC0C          CPUx Redirected Address Base Register 21
CPU0_OTAR21     0xF880FC10          CPUx Overlay Target Address Register 21
CPU0_OMASK21    0xF880FC14          CPUx Overlay Mask Register 21
CPU0_RABR22     0xF880FC18          CPUx Redirected Address Base Register 22
CPU0_OTAR22     0xF880FC1C          CPUx Overlay Target Address Register 22
CPU0_OMASK22    0xF880FC20          CPUx Overlay Mask Register 22
CPU0_RABR23     0xF880FC24          CPUx Redirected Address Base Register 23
CPU0_OTAR23     0xF880FC28          CPUx Overlay Target Address Register 23
CPU0_OMASK23    0xF880FC2C          CPUx Overlay Mask Register 23
CPU0_RABR24     0xF880FC30          CPUx Redirected Address Base Register 24
CPU0_OTAR24     0xF880FC34          CPUx Overlay Target Address Register 24
CPU0_OMASK24    0xF880FC38          CPUx Overlay Mask Register 24
CPU0_RABR25     0xF880FC3C          CPUx Redirected Address Base Register 25
CPU0_OTAR25     0xF880FC40          CPUx Overlay Target Address Register 25
CPU0_OMASK25    0xF880FC44          CPUx Overlay Mask Register 25
CPU0_RABR26     0xF880FC48          CPUx Redirected Address Base Register 26
CPU0_OTAR26     0xF880FC4C          CPUx Overlay Target Address Register 26
CPU0_OMASK26    0xF880FC50          CPUx Overlay Mask Register 26
CPU0_RABR27     0xF880FC54          CPUx Redirected Address Base Register 27
CPU0_OTAR27     0xF880FC58          CPUx Overlay Target Address Register 27
CPU0_OMASK27    0xF880FC5C          CPUx Overlay Mask Register 27
CPU0_RABR28     0xF880FC60          CPUx Redirected Address Base Register 28
CPU0_OTAR28     0xF880FC64          CPUx Overlay Target Address Register 28
CPU0_OMASK28    0xF880FC68          CPUx Overlay Mask Register 28
CPU0_RABR29     0xF880FC6C          CPUx Redirected Address Base Register 29
CPU0_OTAR29     0xF880FC70          CPUx Overlay Target Address Register 29
CPU0_OMASK29    0xF880FC74          CPUx Overlay Mask Register 29
CPU0_RABR30     0xF880FC78          CPUx Redirected Address Base Register 30
CPU0_OTAR30     0xF880FC7C          CPUx Overlay Target Address Register 30
CPU0_OMASK30    0xF880FC80          CPUx Overlay Mask Register 30
CPU0_RABR31     0xF880FC84          CPUx Redirected Address Base Register 31
CPU0_OTAR31     0xF880FC88          CPUx Overlay Target Address Register 31
CPU0_OMASK31    0xF880FC8C          CPUx Overlay Mask Register 31
CSFR_BASE       0xF8810000          Core Special Function Registers base (CPU0)
CPU0_SEGEN      0xF8811030          CPUx SRI Error Generation Register
CPU0_TASK_ASI   0xF8818004          CPUx Task Address Space Identifier Register
CPU0_PMA0       0xF8818100          CPUx Data Access CacheabilityRegister
CPU0_PMA1       0xF8818104          CPUx Code Access CacheabilityRegister
CPU0_PMA2       0xF8818108          CPUx Peripheral Space Identifier register
CPU0_DCON2      0xF8819000          CPUx Data Control Register 2
CPU0_SMACON     0xF881900C          CPUx SIST Mode Access Control Register
CPU0_DSTR       0xF8819010          CPUx Data Synchronous Trap Register
CPU0_DATR       0xF8819018          CPUx Data Asynchronous Trap Register
CPU0_DEADD      0xF881901C          CPUx Data Error Address Register
CPU0_DIEAR      0xF8819020          CPUx Data Integrity Error Address Register
CPU0_DIETR      0xF8819024          CPUx Data Integrity Error Trap Register
CPU0_DCON0      0xF8819040          CPUx Data Memory Control Register
CPU0_PSTR       0xF8819200          CPUx Program Synchronous Trap Register
CPU0_PCON1      0xF8819204          CPUx Program Control 1
CPU0_PCON2      0xF8819208          CPUx Program Control 2
CPU0_PCON0      0xF881920C          CPUx Program Control 0
CPU0_PIEAR      0xF8819210          CPUx Program Integrity Error Address Register
CPU0_PIETR      0xF8819214          CPUx Program Integrity Error Trap Register
CPU0_COMPAT     0xF8819400          CPUx Compatibility Control Register
CPU0_FPU_TRAP_CON 0xF881A000          CPUx Trap Control Register
CPU0_FPU_TRAP_PC 0xF881A004          CPUx Trapping Instruction Program Counter Register
CPU0_FPU_TRAP_OPC 0xF881A008          CPUx Trapping Instruction Opcode Register
CPU0_FPU_TRAP_SRC1 0xF881A010          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC2 0xF881A014          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC3 0xF881A018          CPUx Trapping Instruction Operand Register
CPU0_DPR0_L     0xF881C000          CPUx Data Protection Range 0, Lower Bound Register
CPU0_DPR0_U     0xF881C004          CPUx Data Protection Range 0, Upper Bound Register
CPU0_DPR1_L     0xF881C008          CPUx Data Protection Range 1, Lower Bound Register
CPU0_DPR1_U     0xF881C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU0_DPR2_L     0xF881C010          CPUx Data Protection Range 2, Lower Bound Register
CPU0_DPR2_U     0xF881C014          CPUx Data Protection Range 2, Upper Bound Register
CPU0_DPR3_L     0xF881C018          CPUx Data Protection Range 3, Lower Bound Register
CPU0_DPR3_U     0xF881C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU0_DPR4_L     0xF881C020          CPUx Data Protection Range 4, Lower Bound Register
CPU0_DPR4_U     0xF881C024          CPUx Data Protection Range 4, Upper Bound Register
CPU0_DPR5_L     0xF881C028          CPUx Data Protection Range 5, Lower Bound Register
CPU0_DPR5_U     0xF881C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU0_DPR6_L     0xF881C030          CPUx Data Protection Range 6, Lower Bound Register
CPU0_DPR6_U     0xF881C034          CPUx Data Protection Range 6, Upper Bound Register
CPU0_DPR7_L     0xF881C038          CPUx Data Protection Range 7, Lower Bound Register
CPU0_DPR7_U     0xF881C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU0_DPR8_L     0xF881C040          CPUx Data Protection Range 8, Lower Bound Register
CPU0_DPR8_U     0xF881C044          CPUx Data Protection Range 8, Upper Bound Register
CPU0_DPR9_L     0xF881C048          CPUx Data Protection Range 9, Lower Bound Register
CPU0_DPR9_U     0xF881C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU0_DPR10_L    0xF881C050          CPUx Data Protection Range 10, Lower Bound Register
CPU0_DPR10_U    0xF881C054          CPUx Data Protection Range 10, Upper Bound Register
CPU0_DPR11_L    0xF881C058          CPUx Data Protection Range 11, Lower Bound Register
CPU0_DPR11_U    0xF881C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU0_DPR12_L    0xF881C060          CPUx Data Protection Range 12, Lower Bound Register
CPU0_DPR12_U    0xF881C064          CPUx Data Protection Range 12, Upper Bound Register
CPU0_DPR13_L    0xF881C068          CPUx Data Protection Range 13, Lower Bound Register
CPU0_DPR13_U    0xF881C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU0_DPR14_L    0xF881C070          CPUx Data Protection Range 14, Lower Bound Register
CPU0_DPR14_U    0xF881C074          CPUx Data Protection Range 14, Upper Bound Register
CPU0_DPR15_L    0xF881C078          CPUx Data Protection Range 15, Lower Bound Register
CPU0_DPR15_U    0xF881C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU0_DPR16_L    0xF881C080          CPUx Data Protection Range 16, Lower Bound Register
CPU0_DPR16_U    0xF881C084          CPUx Data Protection Range 16, Upper Bound Register
CPU0_DPR17_L    0xF881C088          CPUx Data Protection Range 17, Lower Bound Register
CPU0_DPR17_U    0xF881C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU0_CPR0_L     0xF881D000          CPUx Code Protection Range 0 Lower Bound Register
CPU0_CPR0_U     0xF881D004          CPUx Code Protection Range 0 Upper Bound Register
CPU0_CPR1_L     0xF881D008          CPUx Code Protection Range 1 Lower Bound Register
CPU0_CPR1_U     0xF881D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU0_CPR2_L     0xF881D010          CPUx Code Protection Range 2 Lower Bound Register
CPU0_CPR2_U     0xF881D014          CPUx Code Protection Range 2 Upper Bound Register
CPU0_CPR3_L     0xF881D018          CPUx Code Protection Range 3 Lower Bound Register
CPU0_CPR3_U     0xF881D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU0_CPR4_L     0xF881D020          CPUx Code Protection Range 4 Lower Bound Register
CPU0_CPR4_U     0xF881D024          CPUx Code Protection Range 4 Upper Bound Register
CPU0_CPR5_L     0xF881D028          CPUx Code Protection Range 5 Lower Bound Register
CPU0_CPR5_U     0xF881D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU0_CPR6_L     0xF881D030          CPUx Code Protection Range 6 Lower Bound Register
CPU0_CPR6_U     0xF881D034          CPUx Code Protection Range 6 Upper Bound Register
CPU0_CPR7_L     0xF881D038          CPUx Code Protection Range 7 Lower Bound Register
CPU0_CPR7_U     0xF881D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU0_CPR8_L     0xF881D040          CPUx Code Protection Range 8 Lower Bound Register
CPU0_CPR8_U     0xF881D044          CPUx Code Protection Range 8 Upper Bound Register
CPU0_CPR9_L     0xF881D048          CPUx Code Protection Range 9 Lower Bound Register
CPU0_CPR9_U     0xF881D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU0_CPXE_0     0xF881E000          CPUx Code Protection Execute Enable Register Set 0
CPU0_CPXE_1     0xF881E004          CPUx Code Protection Execute Enable Register Set 1
CPU0_CPXE_2     0xF881E008          CPUx Code Protection Execute Enable Register Set 2
CPU0_CPXE_3     0xF881E00C          CPUx Code Protection Execute Enable Register Set 3
CPU0_DPRE_0     0xF881E010          CPUx Data Protection Read Enable Register Set 0
CPU0_DPRE_1     0xF881E014          CPUx Data Protection Read Enable Register Set 1
CPU0_DPRE_2     0xF881E018          CPUx Data Protection Read Enable Register Set 2
CPU0_DPRE_3     0xF881E01C          CPUx Data Protection Read Enable Register Set 3
CPU0_DPWE_0     0xF881E020          CPUx Data Protection Write Enable Register Set 0
CPU0_DPWE_1     0xF881E024          CPUx Data Protection Write Enable Register Set 1
CPU0_DPWE_2     0xF881E028          CPUx Data Protection Write Enable Register Set 2
CPU0_DPWE_3     0xF881E02C          CPUx Data Protection Write Enable Register Set 3
CPU0_CPXE_4     0xF881E040          CPUx Code Protection Execute Enable Register Set 4
CPU0_CPXE_5     0xF881E044          CPUx Code Protection Execute Enable Register Set 5
CPU0_DPRE_4     0xF881E050          CPUx Data Protection Read Enable Register Set 4
CPU0_DPRE_5     0xF881E054          CPUx Data Protection Read Enable Register Set 5
CPU0_DPWE_4     0xF881E060          CPUx Data Protection Write Enable Register Set 4
CPU0_DPWE_5     0xF881E064          CPUx Data Protection Write Enable Register Set 5
CPU0_TPS_CON    0xF881E400          CPUx Temporal Protection System Control Register
CPU0_TPS_TIMER0 0xF881E404          CPUx Temporal Protection System Timer Register 0
CPU0_TPS_TIMER1 0xF881E408          CPUx Temporal Protection System Timer Register 1
CPU0_TPS_TIMER2 0xF881E40C          CPUx Temporal Protection System Timer Register 2
CPU0_TPS_EXTIM_ENTRY_LVAL 0xF881E440          CPUx Exception Entry Timer Load Value
CPU0_TPS_EXTIM_ENTRY_CVAL 0xF881E444          CPUx Exception Entry Timer Current Value
CPU0_TPS_EXTIM_EXIT_LVAL 0xF881E448          CPUx Exception Exit Timer Load Value
CPU0_TPS_EXTIM_EXIT_CVAL 0xF881E44C          CPUx Exception Exit Timer Current Value
CPU0_TPS_EXTIM_CLASS_EN 0xF881E450          CPUx Exception Timer Class Enable Register
CPU0_TPS_EXTIM_STAT 0xF881E454          CPUx Exception Timer Status Register
CPU0_TPS_EXTIM_FCX 0xF881E458          CPUx Exception Timer FCX Register
CPU0_TR0EVT     0xF881F000          CPUx Trigger Event 0
CPU0_TR0ADR     0xF881F004          CPUx Trigger Address 0
CPU0_TR1EVT     0xF881F008          CPUx Trigger Event 1
CPU0_TR1ADR     0xF881F00C          CPUx Trigger Address 1
CPU0_TR2EVT     0xF881F010          CPUx Trigger Event 2
CPU0_TR2ADR     0xF881F014          CPUx Trigger Address 2
CPU0_TR3EVT     0xF881F018          CPUx Trigger Event 3
CPU0_TR3ADR     0xF881F01C          CPUx Trigger Address 3
CPU0_TR4EVT     0xF881F020          CPUx Trigger Event 4
CPU0_TR4ADR     0xF881F024          CPUx Trigger Address 4
CPU0_TR5EVT     0xF881F028          CPUx Trigger Event 5
CPU0_TR5ADR     0xF881F02C          CPUx Trigger Address 5
CPU0_TR6EVT     0xF881F030          CPUx Trigger Event 6
CPU0_TR6ADR     0xF881F034          CPUx Trigger Address 6
CPU0_TR7EVT     0xF881F038          CPUx Trigger Event 7
CPU0_TR7ADR     0xF881F03C          CPUx Trigger Address 7
CPU0_CCTRL      0xF881FC00          CPUx Counter Control
CPU0_CCNT       0xF881FC04          CPUx CPU Clock Cycle Count
CPU0_ICNT       0xF881FC08          CPUx Instruction Count
CPU0_M1CNT      0xF881FC0C          CPUx Multi-Count Register 1
CPU0_M2CNT      0xF881FC10          CPUx Multi-Count Register 2
CPU0_M3CNT      0xF881FC14          CPUx Multi-Count Register 3
CPU0_DBGSR      0xF881FD00          CPUx Debug Status Register
CPU0_EXEVT      0xF881FD08          CPUx External Event Register
CPU0_CREVT      0xF881FD0C          CPUx Core Register Access Event
CPU0_SWEVT      0xF881FD10          CPUx Software Debug Event
CPU0_TRIG_ACC   0xF881FD30          CPUx TriggerAddressx
CPU0_DMS        0xF881FD40          CPUx Debug Monitor Start Address
CPU0_DCX        0xF881FD44          CPUx Debug Context Save Area Pointer
CPU0_DBGTCR     0xF881FD48          CPUx Debug Trap Control Register
CPU0_PCXI       0xF881FE00          CPUx Previous Context Information Register
CPU0_PSW        0xF881FE04          CPUx Program Status Word
CPU0_PC         0xF881FE08          CPUx Program Counter
CPU0_SYSCON     0xF881FE14          CPUx System Configuration Register
CPU0_CPU_ID     0xF881FE18          CPUx Identification Register TC1.6.2P
CPU0_CORE_ID    0xF881FE1C          CPUx Core Identification Register
CPU0_BIV        0xF881FE20          CPUx Base Interrupt Vector Table Pointer
CPU0_BTV        0xF881FE24          CPUx Base Trap Vector Table Pointer
CPU0_ISP        0xF881FE28          CPUx Interrupt Stack Pointer
CPU0_ICR        0xF881FE2C          CPUx Interrupt Control Register
CPU0_FCX        0xF881FE38          CPUx Free CSA List Head Pointer
CPU0_LCX        0xF881FE3C          CPUx Free CSA List Limit Pointer
CPU0_CUS_ID     0xF881FE50          CPUx Customer ID register
CPU0_D0         0xF881FF00          Data Register 0
CPU0_D1         0xF881FF04          Data Register 1
CPU0_D2         0xF881FF08          Data Register 2
CPU0_D3         0xF881FF0C          Data Register 3
CPU0_D4         0xF881FF10          Data Register 4
CPU0_D5         0xF881FF14          Data Register 5
CPU0_D6         0xF881FF18          Data Register 6
CPU0_D7         0xF881FF1C          Data Register 7
CPU0_D8         0xF881FF20          Data Register 8
CPU0_D9         0xF881FF24          Data Register 9
CPU0_D10        0xF881FF28          Data Register 10
CPU0_D11        0xF881FF2C          Data Register 11
CPU0_D12        0xF881FF30          Data Register 12
CPU0_D13        0xF881FF34          Data Register 13
CPU0_D14        0xF881FF38          Data Register 14
CPU0_D15        0xF881FF3C          Data Register 15
CPU0_A0         0xF881FF80          Address Register 0
CPU0_A1         0xF881FF84          Address Register 1
CPU0_A2         0xF881FF88          Address Register 2
CPU0_A3         0xF881FF8C          Address Register 3
CPU0_A4         0xF881FF90          Address Register 4
CPU0_A5         0xF881FF94          Address Register 5
CPU0_A6         0xF881FF98          Address Register 6
CPU0_A7         0xF881FF9C          Address Register 7
CPU0_A8         0xF881FFA0          Address Register 8
CPU0_A9         0xF881FFA4          Address Register 9
CPU0_A10        0xF881FFA8          Address Register 10
CPU0_A11        0xF881FFAC          Address Register 11
CPU0_A12        0xF881FFB0          Address Register 12
CPU0_A13        0xF881FFB4          Address Register 13
CPU0_A14        0xF881FFB8          Address Register 14
CPU0_A15        0xF881FFBC          Address Register 15

; this chip implements TriCore v1.6.2 instruction set
.tc3xx/tc33xLP
; MEMORY MAP
area DATA CPU0_DSPR       0x70000000:0x7003C000   CPU0 Data Scratch Pad SRAM
area DATA CPU0_DCACHE     0x7003C000:0x70040000   CPU0 Data Cache SRAM
area DATA CPU0_DTAG       0x700C0000:0x700C1800   CPU0 Data Cache TAG SRAM
area CODE CPU0_PSPR       0x70100000:0x70110000   CPU0 Program Scratch Pad SRAM
area CODE CPU0_PCACHE     0x70110000:0x70118000   CPU0 Program Cache SRAM
area CODE CPU0_PTAG       0x701C0000:0x701C3000   CPU0 Program Cache TAG SRAM
area DATA EBU             0x82000000:0x88000000   External EBU Space, cached
area DATA OLDA            0x8FE00000:0x8FE80000   Online Data Acquisition, cached
area CODE BROM            0x8FFF0000:0x90000000   Boot ROM, cached
area DATA LMURAM          0x90000000:0x90120000   LMU SRAM, cached
area DATA DAM             0x90400000:0x90420000   DAM, cached
area DATA TRAM            0x98000000:0x98002000   miniMCDS Trace SRAM, cached
area DATA EMEM            0x98E00000:0x99400000   EMEM, cached
area CODE PFLASH0_NC      0xA0000000:0xA0300000   Program Flash 0, non-cached
area CODE PFLASH1_NC      0xA0300000:0xA0600000   Program Flash 1, non-cached
area CODE PFLASH2_NC      0xA0600000:0xA0900000   Program Flash 2, non-cached
area CODE PFLASH3_NC      0xA0900000:0xA0C00000   Program Flash 3, non-cached
area CODE PFLASH4_NC      0xA0C00000:0xA0F00000   Program Flash 4, non-cached
area CODE PFLASH5_NC      0xA0F00000:0xA1000000   Program Flash 5, non-cached
area DATA EBU_NC          0xA2000000:0xA8000000   External EBU Space, non-cached
area DATA EC0             0xA8000000:0xA8004000   Erase Counter 0, non-cached
area DATA PFI0            0xA8080000:0xA80C0000   PFI User Registers 0, non-cached
area DATA EC1             0xA8300000:0xA8304000   Erase Counter 1, non-cached
area DATA PFI1            0xA8380000:0xA83C0000   PFI User Registers 1, non-cached
area DATA EC2             0xA8600000:0xA8604000   Erase Counter 2, non-cached
area DATA PFI2            0xA8680000:0xA86C0000   PFI User Registers 2, non-cached
area DATA EC3             0xA8900000:0xA8904000   Erase Counter 3, non-cached
area DATA PFI3            0xA8980000:0xA89C0000   PFI User Registers 3, non-cached
area DATA EC4             0xA8C00000:0xA8C04000   Erase Counter 4, non-cached
area DATA PFI4            0xA8C80000:0xA8CC0000   PFI User Registers 4, non-cached
area DATA EC5             0xA8F00000:0xA8F04000   Erase Counter 5, non-cached
area DATA PFI5            0xA8F80000:0xA8FC0000   PFI User Registers 5, non-cached
area DATA DFLASH0_EEPROM_NC 0xAF000000:0xAF100000   Data Flash 0 EEPROM, non-cached
area DATA DFLASH0_UCB_NC  0xAF400000:0xAF406000   Data Flash 0 UCB, non-cached
area DATA DFLASH0_CFS_NC  0xAF800000:0xAF810000   Data Flash 0 CFS, non-cached
area DATA DFLASH1_EEPROM_NC 0xAFC00000:0xAFC20000   Data Flash 1 EEPROM, non-cached
area DATA OLDA_NC         0xAFE00000:0xAFE80000   Online Data Acquisition, non-cached
area CODE BROM_NC         0xAFFF0000:0xB0000000   Boot ROM, non-cached
area DATA LMU_NC          0xB0000000:0xB0120000   LMU, non-cached
area DATA DAM_NC          0xB0400000:0xB0420000   DAM, non-cached
area DATA TRAM_NC         0xB8000000:0xB8002000   miniMCDS Trace SRAM, non-cached
area DATA EMEM_NC         0xB8E00000:0xB9400000   EMEM, non-cached
area DATA XTM_NC          0xB9400000:0xB9480000   Extra Trace Memory, non-cached
area DATA REGISTERS       0xF0000000:0xFF120000   Core SFRs and GPRs
; REGISTERS
PFI0_ECCR       0xA8080000          ECC Read Register
PFI0_ECCS       0xA8080020          ECC Status Register
PFI0_SBABRECORD0 0xA8082000          SBAB Record 0
PFI0_SBABRECORD1 0xA8082020          SBAB Record 1
PFI0_SBABRECORD2 0xA8082040          SBAB Record 2
PFI0_SBABRECORD3 0xA8082060          SBAB Record 3
PFI0_SBABRECORD4 0xA8082080          SBAB Record 4
PFI0_SBABRECORD5 0xA80820A0          SBAB Record 5
PFI0_SBABRECORD6 0xA80820C0          SBAB Record 6
PFI0_SBABRECORD7 0xA80820E0          SBAB Record 7
PFI0_SBABRECORD8 0xA8082100          SBAB Record 8
PFI0_SBABRECORD9 0xA8082120          SBAB Record 9
PFI0_SBABRECORD10 0xA8082140          SBAB Record 10
PFI0_SBABRECORD11 0xA8082160          SBAB Record 11
PFI0_SBABRECORD12 0xA8082180          SBAB Record 12
PFI0_SBABRECORD13 0xA80821A0          SBAB Record 13
PFI0_SBABRECORD14 0xA80821C0          SBAB Record 14
PFI0_SBABRECORD15 0xA80821E0          SBAB Record 15
PFI0_SBABRECORD16 0xA8082200          SBAB Record 16
PFI0_DBABRECORD0 0xA8084000          DBAB Record 0
PFI0_DBABRECORD1 0xA8084020          DBAB Record 1
PFI0_MBABRECORD0 0xA8088000          MBAB Record 0
PFI0_ZBABRECORD0 0xA808C000          ZBAB Record 0
PFI0_ZBABRECORD1 0xA808C020          ZBAB Record 1
PFI0_ZBABRECORD2 0xA808C040          ZBAB Record 2
PFI0_ZBABRECORD3 0xA808C060          ZBAB Record 3
FCE_CLC         0xF0000000          Clock Control Register
FCE_ID          0xF0000008          Module Identification Register
FCE_CHSTS       0xF0000020          Channels Status Register
FCE_KRSTCLR     0xF00000EC          Kernel Reset Status Clear Register
FCE_KRST1       0xF00000F0          Kernel Reset Register 1
FCE_KRST0       0xF00000F4          Kernel Reset Register 0
FCE_ACCEN1      0xF00000F8          Access Enable Register 1
FCE_ACCEN0      0xF00000FC          Access Enable Register 0
FCE_IR0         0xF0000100          Input Register 0
FCE_RES0        0xF0000104          CRC Result Register 0
FCE_CFG0        0xF0000108          CRC Configuration Register 0
FCE_STS0        0xF000010C          CRC Status Register 0
FCE_LENGTH0     0xF0000110          CRC Length Register 0
FCE_CHECK0      0xF0000114          CRC Check Register 0
FCE_CRC0        0xF0000118          CRC Regsister 0
FCE_CTR0        0xF000011C          CRC Test Register 0
FCE_IR1         0xF0000120          Input Register 1
FCE_RES1        0xF0000124          CRC Result Register 1
FCE_CFG1        0xF0000128          CRC Configuration Register 1
FCE_STS1        0xF000012C          CRC Status Register 1
FCE_LENGTH1     0xF0000130          CRC Length Register 1
FCE_CHECK1      0xF0000134          CRC Check Register 1
FCE_CRC1        0xF0000138          CRC Regsister 1
FCE_CTR1        0xF000013C          CRC Test Register 1
FCE_IR2         0xF0000140          Input Register 2
FCE_RES2        0xF0000144          CRC Result Register 2
FCE_CFG2        0xF0000148          CRC Configuration Register 2
FCE_STS2        0xF000014C          CRC Status Register 2
FCE_LENGTH2     0xF0000150          CRC Length Register 2
FCE_CHECK2      0xF0000154          CRC Check Register 2
FCE_CRC2        0xF0000158          CRC Regsister 2
FCE_CTR2        0xF000015C          CRC Test Register 2
FCE_IR3         0xF0000160          Input Register 3
FCE_RES3        0xF0000164          CRC Result Register 3
FCE_CFG3        0xF0000168          CRC Configuration Register 3
FCE_STS3        0xF000016C          CRC Status Register 3
FCE_LENGTH3     0xF0000170          CRC Length Register 3
FCE_CHECK3      0xF0000174          CRC Check Register 3
FCE_CRC3        0xF0000178          CRC Regsister 3
FCE_CTR3        0xF000017C          CRC Test Register 3
FCE_IR4         0xF0000180          Input Register 4
FCE_RES4        0xF0000184          CRC Result Register 4
FCE_CFG4        0xF0000188          CRC Configuration Register 4
FCE_STS4        0xF000018C          CRC Status Register 4
FCE_LENGTH4     0xF0000190          CRC Length Register 4
FCE_CHECK4      0xF0000194          CRC Check Register 4
FCE_CRC4        0xF0000198          CRC Regsister 4
FCE_CTR4        0xF000019C          CRC Test Register 4
FCE_IR5         0xF00001A0          Input Register 5
FCE_RES5        0xF00001A4          CRC Result Register 5
FCE_CFG5        0xF00001A8          CRC Configuration Register 5
FCE_STS5        0xF00001AC          CRC Status Register 5
FCE_LENGTH5     0xF00001B0          CRC Length Register 5
FCE_CHECK5      0xF00001B4          CRC Check Register 5
FCE_CRC5        0xF00001B8          CRC Regsister 5
FCE_CTR5        0xF00001BC          CRC Test Register 5
FCE_IR6         0xF00001C0          Input Register 6
FCE_RES6        0xF00001C4          CRC Result Register 6
FCE_CFG6        0xF00001C8          CRC Configuration Register 6
FCE_STS6        0xF00001CC          CRC Status Register 6
FCE_LENGTH6     0xF00001D0          CRC Length Register 6
FCE_CHECK6      0xF00001D4          CRC Check Register 6
FCE_CRC6        0xF00001D8          CRC Regsister 6
FCE_CTR6        0xF00001DC          CRC Test Register 6
FCE_IR7         0xF00001E0          Input Register 7
FCE_RES7        0xF00001E4          CRC Result Register 7
FCE_CFG7        0xF00001E8          CRC Configuration Register 7
FCE_STS7        0xF00001EC          CRC Status Register 7
FCE_LENGTH7     0xF00001F0          CRC Length Register 7
FCE_CHECK7      0xF00001F4          CRC Check Register 7
FCE_CRC7        0xF00001F8          CRC Regsister 7
FCE_CTR7        0xF00001FC          CRC Test Register 7
CBS_JDPID       0xF0000408          Module Identification Register
CBS_OIFM        0xF000040C          OCDS Interface Mode Register
CBS_TIPR        0xF0000410          TG Input Pins Routing
CBS_TOPR        0xF0000414          TG Output Pins Routing
CBS_TOPPS       0xF0000418          TG Output Pins Pulse Stretcher
CBS_TCIP        0xF000041C          TG Capture for TG Input Pins
CBS_TRC0        0xF0000420          TG Routing for CPU0
CBS_TRC1        0xF0000424          TG Routing for CPU1
CBS_TRC2        0xF0000428          TG Routing for CPU2
CBS_TRC3        0xF000042C          TG Routing for CPU3
CBS_TRC4        0xF0000430          TG Routing for CPU4
CBS_TRC5        0xF0000434          TG Routing for CPU5
CBS_TRHSM       0xF0000438          TG Routing for HSMControl
CBS_TRMC        0xF000043C          TG Routing for MCDS Control
CBS_TLCC0       0xF0000440          TG Line Counter Control
CBS_TLCC1       0xF0000444          TG Line Counter Control
CBS_TLCV0       0xF0000450          TG Line Counter Value
CBS_TLCV1       0xF0000454          TG Line Counter Value
CBS_TRSS        0xF0000460          TG Routing for Special Signals
CBS_JTAGID      0xF0000464          JTAGDevice Identification Register
CBS_COMDATA     0xF0000468          Communication Mode Data Register
CBS_IOSR        0xF000046C          IOClientStatus and Control Register
CBS_TLS         0xF0000470          TG Line State
CBS_TCTL        0xF0000474          TG Capture for TG Lines
CBS_OEC         0xF0000478          OCDS Enable Control Register
CBS_OCNTRL      0xF000047C          OSCU Control Register
CBS_OSTATE      0xF0000480          OSCUStatus Register
CBS_INTMOD      0xF0000484          Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488          Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C          Internally Controlled Trace Destination Register
CBS_TLC         0xF0000490          TG Line Control
CBS_TL1ST       0xF0000494          TG Line 1 Suspend Targets
CBS_TLCHE       0xF0000498          TG Line Capture and Hold Enable
CBS_TLCHS       0xF000049C          TG Line Capture and Hold Clear
CBS_TRIGS       0xF00004A0          Set Trigger to Host Register
CBS_TRIGC       0xF00004A4          Clear Trigger to Host Register
CBS_TLT         0xF00004A8          TG Line Timer
CBS_TLTTH       0xF00004AC          TG Lines for Trigger to Host
CBS_TCCB        0xF00004B0          TG Capture for Cores - BRKOUT
CBS_TCCH        0xF00004B4          TG Capture for Cores - HALT
CBS_TCTGB       0xF00004B8          TG Capture for OTGB0/1
CBS_TCM         0xF00004BC          TG Capture for MCDS
CBS_TREC0       0xF00004C0          TG Routing Events of CPU0
CBS_TREC1       0xF00004C4          TG Routing Events of CPU1
CBS_TREC2       0xF00004C8          TG Routing Events of CPU2
CBS_TREC3       0xF00004CC          TG Routing Events of CPU3
CBS_TREC4       0xF00004D0          TG Routing Events of CPU4
CBS_TREC5       0xF00004D4          TG Routing Events of CPU5
CBS_TRMT        0xF00004DC          TG Routing for MCDS Triggers
CBS_TRTGB0L     0xF00004E0          TG Routing for OTGB0 Bits [7:0]
CBS_TRTGB0H     0xF00004E4          TG Routing for OTGB0 Bits [15:8]
CBS_TRTGB1L     0xF00004E8          TG Routing for OTGB1 Bits [7:0]
CBS_TRTGB1H     0xF00004EC          TG Routing for OTGB1 Bits [15:8]
CBS_IFSA        0xF00004F0          IFS Address Register
CBS_IFSC        0xF00004F4          IFS Control Register
CBS_TRIG0       0xF0000500          Trigger to Host Register 0
CBS_TRIG1       0xF0000504          Trigger to Host Register 1
CBS_TRIG2       0xF0000508          Trigger to Host Register 2
CBS_TRIG3       0xF000050C          Trigger to Host Register 3
CBS_TRIG4       0xF0000510          Trigger to Host Register 4
CBS_TRIG5       0xF0000514          Trigger to Host Register 5
CBS_ACCEN1      0xF00005F8          Access Enable Register 1
CBS_ACCEN0      0xF00005FC          Access Enable Register 0
ASCLIN0_CLC     0xF0000600          Clock Control Register
ASCLIN0_IOCR    0xF0000604          Input and Output Control Register
ASCLIN0_ID      0xF0000608          Module Identification Register
ASCLIN0_TXFIFOCON 0xF000060C          TX FIFO Configuration Register
ASCLIN0_RXFIFOCON 0xF0000610          RX FIFO Configuration Register
ASCLIN0_BITCON  0xF0000614          Bit Configuration Register
ASCLIN0_FRAMECON 0xF0000618          Frame Control Register
ASCLIN0_DATCON  0xF000061C          Data Configuration Register
ASCLIN0_BRG     0xF0000620          Baud Rate Generation Register
ASCLIN0_BRD     0xF0000624          Baud Rate Detection Register
ASCLIN0_LINCON  0xF0000628          LIN Control Register
ASCLIN0_LINBTIMER 0xF000062C          LIN Break Timer Register
ASCLIN0_LINHTIMER 0xF0000630          LIN Header Timer Register
ASCLIN0_FLAGS   0xF0000634          Flags Register
ASCLIN0_FLAGSSET 0xF0000638          Flags Set Register
ASCLIN0_FLAGSCLEAR 0xF000063C          Flags Clear Register
ASCLIN0_FLAGSENABLE 0xF0000640          Flags Enable Register
ASCLIN0_TXDATA  0xF0000644          Transmit Data Register
ASCLIN0_RXDATA  0xF0000648          Receive Data Register
ASCLIN0_CSR     0xF000064C          Clock Selection Register
ASCLIN0_RXDATAD 0xF0000650          Receive Data Debug Register
ASCLIN0_OCS     0xF00006E8          OCDS Control and Status
ASCLIN0_KRSTCLR 0xF00006EC          Kernel Reset Status Clear Register
ASCLIN0_KRST1   0xF00006F0          Kernel Reset Register 1
ASCLIN0_KRST0   0xF00006F4          Kernel Reset Register 0
ASCLIN0_ACCEN1  0xF00006F8          Access Enable Register 1
ASCLIN0_ACCEN0  0xF00006FC          Access Enable Register 0
ASCLIN1_CLC     0xF0000700          Clock Control Register
ASCLIN1_IOCR    0xF0000704          Input and Output Control Register
ASCLIN1_ID      0xF0000708          Module Identification Register
ASCLIN1_TXFIFOCON 0xF000070C          TX FIFO Configuration Register
ASCLIN1_RXFIFOCON 0xF0000710          RX FIFO Configuration Register
ASCLIN1_BITCON  0xF0000714          Bit Configuration Register
ASCLIN1_FRAMECON 0xF0000718          Frame Control Register
ASCLIN1_DATCON  0xF000071C          Data Configuration Register
ASCLIN1_BRG     0xF0000720          Baud Rate Generation Register
ASCLIN1_BRD     0xF0000724          Baud Rate Detection Register
ASCLIN1_LINCON  0xF0000728          LIN Control Register
ASCLIN1_LINBTIMER 0xF000072C          LIN Break Timer Register
ASCLIN1_LINHTIMER 0xF0000730          LIN Header Timer Register
ASCLIN1_FLAGS   0xF0000734          Flags Register
ASCLIN1_FLAGSSET 0xF0000738          Flags Set Register
ASCLIN1_FLAGSCLEAR 0xF000073C          Flags Clear Register
ASCLIN1_FLAGSENABLE 0xF0000740          Flags Enable Register
ASCLIN1_TXDATA  0xF0000744          Transmit Data Register
ASCLIN1_RXDATA  0xF0000748          Receive Data Register
ASCLIN1_CSR     0xF000074C          Clock Selection Register
ASCLIN1_RXDATAD 0xF0000750          Receive Data Debug Register
ASCLIN1_OCS     0xF00007E8          OCDS Control and Status
ASCLIN1_KRSTCLR 0xF00007EC          Kernel Reset Status Clear Register
ASCLIN1_KRST1   0xF00007F0          Kernel Reset Register 1
ASCLIN1_KRST0   0xF00007F4          Kernel Reset Register 0
ASCLIN1_ACCEN1  0xF00007F8          Access Enable Register 1
ASCLIN1_ACCEN0  0xF00007FC          Access Enable Register 0
ASCLIN2_CLC     0xF0000800          Clock Control Register
ASCLIN2_IOCR    0xF0000804          Input and Output Control Register
ASCLIN2_ID      0xF0000808          Module Identification Register
ASCLIN2_TXFIFOCON 0xF000080C          TX FIFO Configuration Register
ASCLIN2_RXFIFOCON 0xF0000810          RX FIFO Configuration Register
ASCLIN2_BITCON  0xF0000814          Bit Configuration Register
ASCLIN2_FRAMECON 0xF0000818          Frame Control Register
ASCLIN2_DATCON  0xF000081C          Data Configuration Register
ASCLIN2_BRG     0xF0000820          Baud Rate Generation Register
ASCLIN2_BRD     0xF0000824          Baud Rate Detection Register
ASCLIN2_LINCON  0xF0000828          LIN Control Register
ASCLIN2_LINBTIMER 0xF000082C          LIN Break Timer Register
ASCLIN2_LINHTIMER 0xF0000830          LIN Header Timer Register
ASCLIN2_FLAGS   0xF0000834          Flags Register
ASCLIN2_FLAGSSET 0xF0000838          Flags Set Register
ASCLIN2_FLAGSCLEAR 0xF000083C          Flags Clear Register
ASCLIN2_FLAGSENABLE 0xF0000840          Flags Enable Register
ASCLIN2_TXDATA  0xF0000844          Transmit Data Register
ASCLIN2_RXDATA  0xF0000848          Receive Data Register
ASCLIN2_CSR     0xF000084C          Clock Selection Register
ASCLIN2_RXDATAD 0xF0000850          Receive Data Debug Register
ASCLIN2_OCS     0xF00008E8          OCDS Control and Status
ASCLIN2_KRSTCLR 0xF00008EC          Kernel Reset Status Clear Register
ASCLIN2_KRST1   0xF00008F0          Kernel Reset Register 1
ASCLIN2_KRST0   0xF00008F4          Kernel Reset Register 0
ASCLIN2_ACCEN1  0xF00008F8          Access Enable Register 1
ASCLIN2_ACCEN0  0xF00008FC          Access Enable Register 0
ASCLIN3_CLC     0xF0000900          Clock Control Register
ASCLIN3_IOCR    0xF0000904          Input and Output Control Register
ASCLIN3_ID      0xF0000908          Module Identification Register
ASCLIN3_TXFIFOCON 0xF000090C          TX FIFO Configuration Register
ASCLIN3_RXFIFOCON 0xF0000910          RX FIFO Configuration Register
ASCLIN3_BITCON  0xF0000914          Bit Configuration Register
ASCLIN3_FRAMECON 0xF0000918          Frame Control Register
ASCLIN3_DATCON  0xF000091C          Data Configuration Register
ASCLIN3_BRG     0xF0000920          Baud Rate Generation Register
ASCLIN3_BRD     0xF0000924          Baud Rate Detection Register
ASCLIN3_LINCON  0xF0000928          LIN Control Register
ASCLIN3_LINBTIMER 0xF000092C          LIN Break Timer Register
ASCLIN3_LINHTIMER 0xF0000930          LIN Header Timer Register
ASCLIN3_FLAGS   0xF0000934          Flags Register
ASCLIN3_FLAGSSET 0xF0000938          Flags Set Register
ASCLIN3_FLAGSCLEAR 0xF000093C          Flags Clear Register
ASCLIN3_FLAGSENABLE 0xF0000940          Flags Enable Register
ASCLIN3_TXDATA  0xF0000944          Transmit Data Register
ASCLIN3_RXDATA  0xF0000948          Receive Data Register
ASCLIN3_CSR     0xF000094C          Clock Selection Register
ASCLIN3_RXDATAD 0xF0000950          Receive Data Debug Register
ASCLIN3_OCS     0xF00009E8          OCDS Control and Status
ASCLIN3_KRSTCLR 0xF00009EC          Kernel Reset Status Clear Register
ASCLIN3_KRST1   0xF00009F0          Kernel Reset Register 1
ASCLIN3_KRST0   0xF00009F4          Kernel Reset Register 0
ASCLIN3_ACCEN1  0xF00009F8          Access Enable Register 1
ASCLIN3_ACCEN0  0xF00009FC          Access Enable Register 0
ASCLIN4_CLC     0xF0000A00          Clock Control Register
ASCLIN4_IOCR    0xF0000A04          Input and Output Control Register
ASCLIN4_ID      0xF0000A08          Module Identification Register
ASCLIN4_TXFIFOCON 0xF0000A0C          TX FIFO Configuration Register
ASCLIN4_RXFIFOCON 0xF0000A10          RX FIFO Configuration Register
ASCLIN4_BITCON  0xF0000A14          Bit Configuration Register
ASCLIN4_FRAMECON 0xF0000A18          Frame Control Register
ASCLIN4_DATCON  0xF0000A1C          Data Configuration Register
ASCLIN4_BRG     0xF0000A20          Baud Rate Generation Register
ASCLIN4_BRD     0xF0000A24          Baud Rate Detection Register
ASCLIN4_LINCON  0xF0000A28          LIN Control Register
ASCLIN4_LINBTIMER 0xF0000A2C          LIN Break Timer Register
ASCLIN4_LINHTIMER 0xF0000A30          LIN Header Timer Register
ASCLIN4_FLAGS   0xF0000A34          Flags Register
ASCLIN4_FLAGSSET 0xF0000A38          Flags Set Register
ASCLIN4_FLAGSCLEAR 0xF0000A3C          Flags Clear Register
ASCLIN4_FLAGSENABLE 0xF0000A40          Flags Enable Register
ASCLIN4_TXDATA  0xF0000A44          Transmit Data Register
ASCLIN4_RXDATA  0xF0000A48          Receive Data Register
ASCLIN4_CSR     0xF0000A4C          Clock Selection Register
ASCLIN4_RXDATAD 0xF0000A50          Receive Data Debug Register
ASCLIN4_OCS     0xF0000AE8          OCDS Control and Status
ASCLIN4_KRSTCLR 0xF0000AEC          Kernel Reset Status Clear Register
ASCLIN4_KRST1   0xF0000AF0          Kernel Reset Register 1
ASCLIN4_KRST0   0xF0000AF4          Kernel Reset Register 0
ASCLIN4_ACCEN1  0xF0000AF8          Access Enable Register 1
ASCLIN4_ACCEN0  0xF0000AFC          Access Enable Register 0
ASCLIN5_CLC     0xF0000B00          Clock Control Register
ASCLIN5_IOCR    0xF0000B04          Input and Output Control Register
ASCLIN5_ID      0xF0000B08          Module Identification Register
ASCLIN5_TXFIFOCON 0xF0000B0C          TX FIFO Configuration Register
ASCLIN5_RXFIFOCON 0xF0000B10          RX FIFO Configuration Register
ASCLIN5_BITCON  0xF0000B14          Bit Configuration Register
ASCLIN5_FRAMECON 0xF0000B18          Frame Control Register
ASCLIN5_DATCON  0xF0000B1C          Data Configuration Register
ASCLIN5_BRG     0xF0000B20          Baud Rate Generation Register
ASCLIN5_BRD     0xF0000B24          Baud Rate Detection Register
ASCLIN5_LINCON  0xF0000B28          LIN Control Register
ASCLIN5_LINBTIMER 0xF0000B2C          LIN Break Timer Register
ASCLIN5_LINHTIMER 0xF0000B30          LIN Header Timer Register
ASCLIN5_FLAGS   0xF0000B34          Flags Register
ASCLIN5_FLAGSSET 0xF0000B38          Flags Set Register
ASCLIN5_FLAGSCLEAR 0xF0000B3C          Flags Clear Register
ASCLIN5_FLAGSENABLE 0xF0000B40          Flags Enable Register
ASCLIN5_TXDATA  0xF0000B44          Transmit Data Register
ASCLIN5_RXDATA  0xF0000B48          Receive Data Register
ASCLIN5_CSR     0xF0000B4C          Clock Selection Register
ASCLIN5_RXDATAD 0xF0000B50          Receive Data Debug Register
ASCLIN5_OCS     0xF0000BE8          OCDS Control and Status
ASCLIN5_KRSTCLR 0xF0000BEC          Kernel Reset Status Clear Register
ASCLIN5_KRST1   0xF0000BF0          Kernel Reset Register 1
ASCLIN5_KRST0   0xF0000BF4          Kernel Reset Register 0
ASCLIN5_ACCEN1  0xF0000BF8          Access Enable Register 1
ASCLIN5_ACCEN0  0xF0000BFC          Access Enable Register 0
ASCLIN6_CLC     0xF0000C00          Clock Control Register
ASCLIN6_IOCR    0xF0000C04          Input and Output Control Register
ASCLIN6_ID      0xF0000C08          Module Identification Register
ASCLIN6_TXFIFOCON 0xF0000C0C          TX FIFO Configuration Register
ASCLIN6_RXFIFOCON 0xF0000C10          RX FIFO Configuration Register
ASCLIN6_BITCON  0xF0000C14          Bit Configuration Register
ASCLIN6_FRAMECON 0xF0000C18          Frame Control Register
ASCLIN6_DATCON  0xF0000C1C          Data Configuration Register
ASCLIN6_BRG     0xF0000C20          Baud Rate Generation Register
ASCLIN6_BRD     0xF0000C24          Baud Rate Detection Register
ASCLIN6_LINCON  0xF0000C28          LIN Control Register
ASCLIN6_LINBTIMER 0xF0000C2C          LIN Break Timer Register
ASCLIN6_LINHTIMER 0xF0000C30          LIN Header Timer Register
ASCLIN6_FLAGS   0xF0000C34          Flags Register
ASCLIN6_FLAGSSET 0xF0000C38          Flags Set Register
ASCLIN6_FLAGSCLEAR 0xF0000C3C          Flags Clear Register
ASCLIN6_FLAGSENABLE 0xF0000C40          Flags Enable Register
ASCLIN6_TXDATA  0xF0000C44          Transmit Data Register
ASCLIN6_RXDATA  0xF0000C48          Receive Data Register
ASCLIN6_CSR     0xF0000C4C          Clock Selection Register
ASCLIN6_RXDATAD 0xF0000C50          Receive Data Debug Register
ASCLIN6_OCS     0xF0000CE8          OCDS Control and Status
ASCLIN6_KRSTCLR 0xF0000CEC          Kernel Reset Status Clear Register
ASCLIN6_KRST1   0xF0000CF0          Kernel Reset Register 1
ASCLIN6_KRST0   0xF0000CF4          Kernel Reset Register 0
ASCLIN6_ACCEN1  0xF0000CF8          Access Enable Register 1
ASCLIN6_ACCEN0  0xF0000CFC          Access Enable Register 0
ASCLIN7_CLC     0xF0000D00          Clock Control Register
ASCLIN7_IOCR    0xF0000D04          Input and Output Control Register
ASCLIN7_ID      0xF0000D08          Module Identification Register
ASCLIN7_TXFIFOCON 0xF0000D0C          TX FIFO Configuration Register
ASCLIN7_RXFIFOCON 0xF0000D10          RX FIFO Configuration Register
ASCLIN7_BITCON  0xF0000D14          Bit Configuration Register
ASCLIN7_FRAMECON 0xF0000D18          Frame Control Register
ASCLIN7_DATCON  0xF0000D1C          Data Configuration Register
ASCLIN7_BRG     0xF0000D20          Baud Rate Generation Register
ASCLIN7_BRD     0xF0000D24          Baud Rate Detection Register
ASCLIN7_LINCON  0xF0000D28          LIN Control Register
ASCLIN7_LINBTIMER 0xF0000D2C          LIN Break Timer Register
ASCLIN7_LINHTIMER 0xF0000D30          LIN Header Timer Register
ASCLIN7_FLAGS   0xF0000D34          Flags Register
ASCLIN7_FLAGSSET 0xF0000D38          Flags Set Register
ASCLIN7_FLAGSCLEAR 0xF0000D3C          Flags Clear Register
ASCLIN7_FLAGSENABLE 0xF0000D40          Flags Enable Register
ASCLIN7_TXDATA  0xF0000D44          Transmit Data Register
ASCLIN7_RXDATA  0xF0000D48          Receive Data Register
ASCLIN7_CSR     0xF0000D4C          Clock Selection Register
ASCLIN7_RXDATAD 0xF0000D50          Receive Data Debug Register
ASCLIN7_OCS     0xF0000DE8          OCDS Control and Status
ASCLIN7_KRSTCLR 0xF0000DEC          Kernel Reset Status Clear Register
ASCLIN7_KRST1   0xF0000DF0          Kernel Reset Register 1
ASCLIN7_KRST0   0xF0000DF4          Kernel Reset Register 0
ASCLIN7_ACCEN1  0xF0000DF8          Access Enable Register 1
ASCLIN7_ACCEN0  0xF0000DFC          Access Enable Register 0
ASCLIN8_CLC     0xF0000E00          Clock Control Register
ASCLIN8_IOCR    0xF0000E04          Input and Output Control Register
ASCLIN8_ID      0xF0000E08          Module Identification Register
ASCLIN8_TXFIFOCON 0xF0000E0C          TX FIFO Configuration Register
ASCLIN8_RXFIFOCON 0xF0000E10          RX FIFO Configuration Register
ASCLIN8_BITCON  0xF0000E14          Bit Configuration Register
ASCLIN8_FRAMECON 0xF0000E18          Frame Control Register
ASCLIN8_DATCON  0xF0000E1C          Data Configuration Register
ASCLIN8_BRG     0xF0000E20          Baud Rate Generation Register
ASCLIN8_BRD     0xF0000E24          Baud Rate Detection Register
ASCLIN8_LINCON  0xF0000E28          LIN Control Register
ASCLIN8_LINBTIMER 0xF0000E2C          LIN Break Timer Register
ASCLIN8_LINHTIMER 0xF0000E30          LIN Header Timer Register
ASCLIN8_FLAGS   0xF0000E34          Flags Register
ASCLIN8_FLAGSSET 0xF0000E38          Flags Set Register
ASCLIN8_FLAGSCLEAR 0xF0000E3C          Flags Clear Register
ASCLIN8_FLAGSENABLE 0xF0000E40          Flags Enable Register
ASCLIN8_TXDATA  0xF0000E44          Transmit Data Register
ASCLIN8_RXDATA  0xF0000E48          Receive Data Register
ASCLIN8_CSR     0xF0000E4C          Clock Selection Register
ASCLIN8_RXDATAD 0xF0000E50          Receive Data Debug Register
ASCLIN8_OCS     0xF0000EE8          OCDS Control and Status
ASCLIN8_KRSTCLR 0xF0000EEC          Kernel Reset Status Clear Register
ASCLIN8_KRST1   0xF0000EF0          Kernel Reset Register 1
ASCLIN8_KRST0   0xF0000EF4          Kernel Reset Register 0
ASCLIN8_ACCEN1  0xF0000EF8          Access Enable Register 1
ASCLIN8_ACCEN0  0xF0000EFC          Access Enable Register 0
ASCLIN9_CLC     0xF0000F00          Clock Control Register
ASCLIN9_IOCR    0xF0000F04          Input and Output Control Register
ASCLIN9_ID      0xF0000F08          Module Identification Register
ASCLIN9_TXFIFOCON 0xF0000F0C          TX FIFO Configuration Register
ASCLIN9_RXFIFOCON 0xF0000F10          RX FIFO Configuration Register
ASCLIN9_BITCON  0xF0000F14          Bit Configuration Register
ASCLIN9_FRAMECON 0xF0000F18          Frame Control Register
ASCLIN9_DATCON  0xF0000F1C          Data Configuration Register
ASCLIN9_BRG     0xF0000F20          Baud Rate Generation Register
ASCLIN9_BRD     0xF0000F24          Baud Rate Detection Register
ASCLIN9_LINCON  0xF0000F28          LIN Control Register
ASCLIN9_LINBTIMER 0xF0000F2C          LIN Break Timer Register
ASCLIN9_LINHTIMER 0xF0000F30          LIN Header Timer Register
ASCLIN9_FLAGS   0xF0000F34          Flags Register
ASCLIN9_FLAGSSET 0xF0000F38          Flags Set Register
ASCLIN9_FLAGSCLEAR 0xF0000F3C          Flags Clear Register
ASCLIN9_FLAGSENABLE 0xF0000F40          Flags Enable Register
ASCLIN9_TXDATA  0xF0000F44          Transmit Data Register
ASCLIN9_RXDATA  0xF0000F48          Receive Data Register
ASCLIN9_CSR     0xF0000F4C          Clock Selection Register
ASCLIN9_RXDATAD 0xF0000F50          Receive Data Debug Register
ASCLIN9_OCS     0xF0000FE8          OCDS Control and Status
ASCLIN9_KRSTCLR 0xF0000FEC          Kernel Reset Status Clear Register
ASCLIN9_KRST1   0xF0000FF0          Kernel Reset Register 1
ASCLIN9_KRST0   0xF0000FF4          Kernel Reset Register 0
ASCLIN9_ACCEN1  0xF0000FF8          Access Enable Register 1
ASCLIN9_ACCEN0  0xF0000FFC          Access Enable Register 0
STM0_CLC        0xF0001000          Clock Control Register
STM0_ID         0xF0001008          Module Identification Register
STM0_TIM0       0xF0001010          Timer Register 0
STM0_TIM1       0xF0001014          Timer Register 1
STM0_TIM2       0xF0001018          Timer Register 2
STM0_TIM3       0xF000101C          Timer Register 3
STM0_TIM4       0xF0001020          Timer Register 4
STM0_TIM5       0xF0001024          Timer Register 5
STM0_TIM6       0xF0001028          Timer Register 6
STM0_CAP        0xF000102C          Timer Capture Register
STM0_CMP0       0xF0001030          Compare Register 0
STM0_CMP1       0xF0001034          Compare Register 1
STM0_CMCON      0xF0001038          Compare Match Control Register
STM0_ICR        0xF000103C          Interrupt Control Register
STM0_ISCR       0xF0001040          Interrupt Set/Clear Register
STM0_TIM0SV     0xF0001050          Timer Register 0 Second View
STM0_CAPSV      0xF0001054          Timer Capture Register Second View
STM0_OCS        0xF00010E8          OCDS Control and Status Register
STM0_KRSTCLR    0xF00010EC          Kernel Reset Status Clear Register
STM0_KRST1      0xF00010F0          Kernel Reset Register 1
STM0_KRST0      0xF00010F4          Kernel Reset Register 0
STM0_ACCEN1     0xF00010F8          Access Enable Register 1
STM0_ACCEN0     0xF00010FC          Access Enable Register 0
GPT120_CLC      0xF0001800          Clock Control Register
GPT120_PISEL    0xF0001804          Port Input Select Register
GPT120_ID       0xF0001808          Identification Register
GPT120_T2CON    0xF0001810          Timer T2 Control Register
GPT120_T3CON    0xF0001814          Timer T3 Control Register
GPT120_T4CON    0xF0001818          Timer T4 Control Register
GPT120_T5CON    0xF000181C          Timer T5 Control Register
GPT120_T6CON    0xF0001820          Timer T6 Control Register
GPT120_CAPREL   0xF0001830          Capture and Reload Register
GPT120_T2       0xF0001834          Timer T2 Register
GPT120_T3       0xF0001838          Timer T3 Register
GPT120_T4       0xF000183C          Timer T4 Register
GPT120_T5       0xF0001840          Timer T5 Register
GPT120_T6       0xF0001844          Timer T6 Register
GPT120_OCS      0xF00018E8          OCDS Control and Status Register
GPT120_KRSTCLR  0xF00018EC          Kernel Reset Status Clear Register
GPT120_KRST1    0xF00018F0          Kernel Reset Register 1
GPT120_KRST0    0xF00018F4          Kernel Reset Register 0
GPT120_ACCEN0   0xF00018FC          Access Enable Register 0
QSPI0_CLC       0xF0001C00          Clock Control Register
QSPI0_PISEL     0xF0001C04          Port Input Select Register
QSPI0_ID        0xF0001C08          Module Identification Register
QSPI0_GLOBALCON 0xF0001C10          Global Configuration Register
QSPI0_GLOBALCON1 0xF0001C14          Global Configuration Register 1
QSPI0_BACON     0xF0001C18          Basic Configuration Register
QSPI0_ECON0     0xF0001C20          Configuration Extension 0
QSPI0_ECON1     0xF0001C24          Configuration Extension 1
QSPI0_ECON2     0xF0001C28          Configuration Extension 2
QSPI0_ECON3     0xF0001C2C          Configuration Extension 3
QSPI0_ECON4     0xF0001C30          Configuration Extension 4
QSPI0_ECON5     0xF0001C34          Configuration Extension 5
QSPI0_ECON6     0xF0001C38          Configuration Extension 6
QSPI0_ECON7     0xF0001C3C          Configuration Extension 7
QSPI0_STATUS    0xF0001C40          Status Register
QSPI0_STATUS1   0xF0001C44          Status Register 1
QSPI0_SSOC      0xF0001C48          Slave Select Output Control Register
QSPI0_FLAGSCLEAR 0xF0001C54          Flags Clear Register
QSPI0_XXLCON    0xF0001C58          Extra Large Data Configuration Register
QSPI0_MIXENTRY  0xF0001C5C          MIX_ENTRY Register
QSPI0_BACONENTRY 0xF0001C60          BACON_ENTRY Register
QSPI0_DATAENTRY0 0xF0001C64          DATA_ENTRY Register 0
QSPI0_DATAENTRY1 0xF0001C68          DATA_ENTRY Register 1
QSPI0_DATAENTRY2 0xF0001C6C          DATA_ENTRY Register 2
QSPI0_DATAENTRY3 0xF0001C70          DATA_ENTRY Register 3
QSPI0_DATAENTRY4 0xF0001C74          DATA_ENTRY Register 4
QSPI0_DATAENTRY5 0xF0001C78          DATA_ENTRY Register 5
QSPI0_DATAENTRY6 0xF0001C7C          DATA_ENTRY Register 6
QSPI0_DATAENTRY7 0xF0001C80          DATA_ENTRY Register 7
QSPI0_RXEXIT    0xF0001C90          RX_EXIT Register
QSPI0_RXEXITD   0xF0001C94          RX_EXIT Debug Register
QSPI0_MC        0xF0001CA4          Move Counter Register
QSPI0_MCCON     0xF0001CA8          Move Counter control Register
QSPI0_OCS       0xF0001CE8          OCDS Control and Status
QSPI0_KRSTCLR   0xF0001CEC          Kernel Reset Status Clear Register
QSPI0_KRST1     0xF0001CF0          Kernel Reset Register 1
QSPI0_KRST0     0xF0001CF4          Kernel Reset Register 0
QSPI0_ACCEN1    0xF0001CF8          Access Enable Register 1
QSPI0_ACCEN0    0xF0001CFC          Access Enable Register 0
QSPI1_CLC       0xF0001D00          Clock Control Register
QSPI1_PISEL     0xF0001D04          Port Input Select Register
QSPI1_ID        0xF0001D08          Module Identification Register
QSPI1_GLOBALCON 0xF0001D10          Global Configuration Register
QSPI1_GLOBALCON1 0xF0001D14          Global Configuration Register 1
QSPI1_BACON     0xF0001D18          Basic Configuration Register
QSPI1_ECON0     0xF0001D20          Configuration Extension 0
QSPI1_ECON1     0xF0001D24          Configuration Extension 1
QSPI1_ECON2     0xF0001D28          Configuration Extension 2
QSPI1_ECON3     0xF0001D2C          Configuration Extension 3
QSPI1_ECON4     0xF0001D30          Configuration Extension 4
QSPI1_ECON5     0xF0001D34          Configuration Extension 5
QSPI1_ECON6     0xF0001D38          Configuration Extension 6
QSPI1_ECON7     0xF0001D3C          Configuration Extension 7
QSPI1_STATUS    0xF0001D40          Status Register
QSPI1_STATUS1   0xF0001D44          Status Register 1
QSPI1_SSOC      0xF0001D48          Slave Select Output Control Register
QSPI1_FLAGSCLEAR 0xF0001D54          Flags Clear Register
QSPI1_XXLCON    0xF0001D58          Extra Large Data Configuration Register
QSPI1_MIXENTRY  0xF0001D5C          MIX_ENTRY Register
QSPI1_BACONENTRY 0xF0001D60          BACON_ENTRY Register
QSPI1_DATAENTRY0 0xF0001D64          DATA_ENTRY Register 0
QSPI1_DATAENTRY1 0xF0001D68          DATA_ENTRY Register 1
QSPI1_DATAENTRY2 0xF0001D6C          DATA_ENTRY Register 2
QSPI1_DATAENTRY3 0xF0001D70          DATA_ENTRY Register 3
QSPI1_DATAENTRY4 0xF0001D74          DATA_ENTRY Register 4
QSPI1_DATAENTRY5 0xF0001D78          DATA_ENTRY Register 5
QSPI1_DATAENTRY6 0xF0001D7C          DATA_ENTRY Register 6
QSPI1_DATAENTRY7 0xF0001D80          DATA_ENTRY Register 7
QSPI1_RXEXIT    0xF0001D90          RX_EXIT Register
QSPI1_RXEXITD   0xF0001D94          RX_EXIT Debug Register
QSPI1_MC        0xF0001DA4          Move Counter Register
QSPI1_MCCON     0xF0001DA8          Move Counter control Register
QSPI1_OCS       0xF0001DE8          OCDS Control and Status
QSPI1_KRSTCLR   0xF0001DEC          Kernel Reset Status Clear Register
QSPI1_KRST1     0xF0001DF0          Kernel Reset Register 1
QSPI1_KRST0     0xF0001DF4          Kernel Reset Register 0
QSPI1_ACCEN1    0xF0001DF8          Access Enable Register 1
QSPI1_ACCEN0    0xF0001DFC          Access Enable Register 0
QSPI2_CLC       0xF0001E00          Clock Control Register
QSPI2_PISEL     0xF0001E04          Port Input Select Register
QSPI2_ID        0xF0001E08          Module Identification Register
QSPI2_GLOBALCON 0xF0001E10          Global Configuration Register
QSPI2_GLOBALCON1 0xF0001E14          Global Configuration Register 1
QSPI2_BACON     0xF0001E18          Basic Configuration Register
QSPI2_ECON0     0xF0001E20          Configuration Extension 0
QSPI2_ECON1     0xF0001E24          Configuration Extension 1
QSPI2_ECON2     0xF0001E28          Configuration Extension 2
QSPI2_ECON3     0xF0001E2C          Configuration Extension 3
QSPI2_ECON4     0xF0001E30          Configuration Extension 4
QSPI2_ECON5     0xF0001E34          Configuration Extension 5
QSPI2_ECON6     0xF0001E38          Configuration Extension 6
QSPI2_ECON7     0xF0001E3C          Configuration Extension 7
QSPI2_STATUS    0xF0001E40          Status Register
QSPI2_STATUS1   0xF0001E44          Status Register 1
QSPI2_SSOC      0xF0001E48          Slave Select Output Control Register
QSPI2_FLAGSCLEAR 0xF0001E54          Flags Clear Register
QSPI2_XXLCON    0xF0001E58          Extra Large Data Configuration Register
QSPI2_MIXENTRY  0xF0001E5C          MIX_ENTRY Register
QSPI2_BACONENTRY 0xF0001E60          BACON_ENTRY Register
QSPI2_DATAENTRY0 0xF0001E64          DATA_ENTRY Register 0
QSPI2_DATAENTRY1 0xF0001E68          DATA_ENTRY Register 1
QSPI2_DATAENTRY2 0xF0001E6C          DATA_ENTRY Register 2
QSPI2_DATAENTRY3 0xF0001E70          DATA_ENTRY Register 3
QSPI2_DATAENTRY4 0xF0001E74          DATA_ENTRY Register 4
QSPI2_DATAENTRY5 0xF0001E78          DATA_ENTRY Register 5
QSPI2_DATAENTRY6 0xF0001E7C          DATA_ENTRY Register 6
QSPI2_DATAENTRY7 0xF0001E80          DATA_ENTRY Register 7
QSPI2_RXEXIT    0xF0001E90          RX_EXIT Register
QSPI2_RXEXITD   0xF0001E94          RX_EXIT Debug Register
QSPI2_CAPCON    0xF0001EA0          Capture Control Register
QSPI2_MC        0xF0001EA4          Move Counter Register
QSPI2_MCCON     0xF0001EA8          Move Counter control Register
QSPI2_OCS       0xF0001EE8          OCDS Control and Status
QSPI2_KRSTCLR   0xF0001EEC          Kernel Reset Status Clear Register
QSPI2_KRST1     0xF0001EF0          Kernel Reset Register 1
QSPI2_KRST0     0xF0001EF4          Kernel Reset Register 0
QSPI2_ACCEN1    0xF0001EF8          Access Enable Register 1
QSPI2_ACCEN0    0xF0001EFC          Access Enable Register 0
QSPI3_CLC       0xF0001F00          Clock Control Register
QSPI3_PISEL     0xF0001F04          Port Input Select Register
QSPI3_ID        0xF0001F08          Module Identification Register
QSPI3_GLOBALCON 0xF0001F10          Global Configuration Register
QSPI3_GLOBALCON1 0xF0001F14          Global Configuration Register 1
QSPI3_BACON     0xF0001F18          Basic Configuration Register
QSPI3_ECON0     0xF0001F20          Configuration Extension 0
QSPI3_ECON1     0xF0001F24          Configuration Extension 1
QSPI3_ECON2     0xF0001F28          Configuration Extension 2
QSPI3_ECON3     0xF0001F2C          Configuration Extension 3
QSPI3_ECON4     0xF0001F30          Configuration Extension 4
QSPI3_ECON5     0xF0001F34          Configuration Extension 5
QSPI3_ECON6     0xF0001F38          Configuration Extension 6
QSPI3_ECON7     0xF0001F3C          Configuration Extension 7
QSPI3_STATUS    0xF0001F40          Status Register
QSPI3_STATUS1   0xF0001F44          Status Register 1
QSPI3_SSOC      0xF0001F48          Slave Select Output Control Register
QSPI3_FLAGSCLEAR 0xF0001F54          Flags Clear Register
QSPI3_XXLCON    0xF0001F58          Extra Large Data Configuration Register
QSPI3_MIXENTRY  0xF0001F5C          MIX_ENTRY Register
QSPI3_BACONENTRY 0xF0001F60          BACON_ENTRY Register
QSPI3_DATAENTRY0 0xF0001F64          DATA_ENTRY Register 0
QSPI3_DATAENTRY1 0xF0001F68          DATA_ENTRY Register 1
QSPI3_DATAENTRY2 0xF0001F6C          DATA_ENTRY Register 2
QSPI3_DATAENTRY3 0xF0001F70          DATA_ENTRY Register 3
QSPI3_DATAENTRY4 0xF0001F74          DATA_ENTRY Register 4
QSPI3_DATAENTRY5 0xF0001F78          DATA_ENTRY Register 5
QSPI3_DATAENTRY6 0xF0001F7C          DATA_ENTRY Register 6
QSPI3_DATAENTRY7 0xF0001F80          DATA_ENTRY Register 7
QSPI3_RXEXIT    0xF0001F90          RX_EXIT Register
QSPI3_RXEXITD   0xF0001F94          RX_EXIT Debug Register
QSPI3_CAPCON    0xF0001FA0          Capture Control Register
QSPI3_MC        0xF0001FA4          Move Counter Register
QSPI3_MCCON     0xF0001FA8          Move Counter control Register
QSPI3_OCS       0xF0001FE8          OCDS Control and Status
QSPI3_KRSTCLR   0xF0001FEC          Kernel Reset Status Clear Register
QSPI3_KRST1     0xF0001FF0          Kernel Reset Register 1
QSPI3_KRST0     0xF0001FF4          Kernel Reset Register 0
QSPI3_ACCEN1    0xF0001FF8          Access Enable Register 1
QSPI3_ACCEN0    0xF0001FFC          Access Enable Register 0
CCU60_CLC       0xF0002A00          Clock Control Register
CCU60_MCFG      0xF0002A04          Module Configuration Register
CCU60_ID        0xF0002A08          Module Identification Register
CCU60_MOSEL     0xF0002A0C          CCU60 Module Output Select Register
CCU60_PISEL0    0xF0002A10          Port Input Select Register 0
CCU60_PISEL2    0xF0002A14          Port Input Select Register 2
CCU60_KSCSR     0xF0002A1C          Kernel State Control Sensitivity Register
CCU60_T12       0xF0002A20          Timer T12 Counter Register
CCU60_T12PR     0xF0002A24          Timer 12 Period Register
CCU60_T12DTC    0xF0002A28          Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0002A30          Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0002A34          Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0002A38          Capture/Compare Register for Channel CC62
CCU60_CC60SR    0xF0002A40          Capture/Compare Shadow Reg. for Channel CC60
CCU60_CC61SR    0xF0002A44          Capture/Compare Shadow Reg. for Channel CC61
CCU60_CC62SR    0xF0002A48          Capture/Compare Shadow Reg. for Channel CC62
CCU60_T13       0xF0002A50          Timer T13 Counter Register
CCU60_T13PR     0xF0002A54          Timer 13 Period Register
CCU60_CC63R     0xF0002A58          Compare Register for T13
CCU60_CC63SR    0xF0002A5C          Compare Shadow Register for T13
CCU60_CMPSTAT   0xF0002A60          Compare State Register
CCU60_CMPMODIF  0xF0002A64          Compare State Modification Register
CCU60_T12MSEL   0xF0002A68          T12 Mode Select Register
CCU60_TCTR0     0xF0002A70          Timer Control Register 0
CCU60_TCTR2     0xF0002A74          Timer Control Register 2
CCU60_TCTR4     0xF0002A78          Timer Control Register 4
CCU60_MODCTR    0xF0002A80          Modulation Control Register
CCU60_TRPCTR    0xF0002A84          Trap Control Register
CCU60_PSLR      0xF0002A88          Passive State Level Register
CCU60_MCMOUTS   0xF0002A8C          Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0002A90          Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0002A94          Multi-Channel Mode Control Register
CCU60_IMON      0xF0002A98          Input Monitoring Register
CCU60_LI        0xF0002A9C          Lost Indicator Register
CCU60_IS        0xF0002AA0          Interrupt Status Register
CCU60_ISS       0xF0002AA4          Interrupt Status Set Register
CCU60_ISR       0xF0002AA8          Interrupt Status Reset Register
CCU60_INP       0xF0002AAC          Interrupt Node Pointer Register
CCU60_IEN       0xF0002AB0          Interrupt Enable Register
CCU60_OCS       0xF0002AE8          OCDS Control and Status Register
CCU60_KRSTCLR   0xF0002AEC          Kernel Reset Status Clear Register
CCU60_KRST1     0xF0002AF0          Kernel Reset Register 1
CCU60_KRST0     0xF0002AF4          Kernel Reset Register 0
CCU60_ACCEN0    0xF0002AFC          Access Enable Register 0
CCU61_CLC       0xF0002B00          Clock Control Register
CCU61_MCFG      0xF0002B04          Module Configuration Register
CCU61_ID        0xF0002B08          Module Identification Register
CCU61_PISEL0    0xF0002B10          Port Input Select Register 0
CCU61_PISEL2    0xF0002B14          Port Input Select Register 2
CCU61_KSCSR     0xF0002B1C          Kernel State Control Sensitivity Register
CCU61_T12       0xF0002B20          Timer T12 Counter Register
CCU61_T12PR     0xF0002B24          Timer 12 Period Register
CCU61_T12DTC    0xF0002B28          Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0002B30          Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0002B34          Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0002B38          Capture/Compare Register for Channel CC62
CCU61_CC60SR    0xF0002B40          Capture/Compare Shadow Reg. for Channel CC60
CCU61_CC61SR    0xF0002B44          Capture/Compare Shadow Reg. for Channel CC61
CCU61_CC62SR    0xF0002B48          Capture/Compare Shadow Reg. for Channel CC62
CCU61_T13       0xF0002B50          Timer T13 Counter Register
CCU61_T13PR     0xF0002B54          Timer 13 Period Register
CCU61_CC63R     0xF0002B58          Compare Register for T13
CCU61_CC63SR    0xF0002B5C          Compare Shadow Register for T13
CCU61_CMPSTAT   0xF0002B60          Compare State Register
CCU61_CMPMODIF  0xF0002B64          Compare State Modification Register
CCU61_T12MSEL   0xF0002B68          T12 Mode Select Register
CCU61_TCTR0     0xF0002B70          Timer Control Register 0
CCU61_TCTR2     0xF0002B74          Timer Control Register 2
CCU61_TCTR4     0xF0002B78          Timer Control Register 4
CCU61_MODCTR    0xF0002B80          Modulation Control Register
CCU61_TRPCTR    0xF0002B84          Trap Control Register
CCU61_PSLR      0xF0002B88          Passive State Level Register
CCU61_MCMOUTS   0xF0002B8C          Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0002B90          Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0002B94          Multi-Channel Mode Control Register
CCU61_IMON      0xF0002B98          Input Monitoring Register
CCU61_LI        0xF0002B9C          Lost Indicator Register
CCU61_IS        0xF0002BA0          Interrupt Status Register
CCU61_ISS       0xF0002BA4          Interrupt Status Set Register
CCU61_ISR       0xF0002BA8          Interrupt Status Reset Register
CCU61_INP       0xF0002BAC          Interrupt Node Pointer Register
CCU61_IEN       0xF0002BB0          Interrupt Enable Register
CCU61_OCS       0xF0002BE8          OCDS Control and Status Register
CCU61_KRSTCLR   0xF0002BEC          Kernel Reset Status Clear Register
CCU61_KRST1     0xF0002BF0          Kernel Reset Register 1
CCU61_KRST0     0xF0002BF4          Kernel Reset Register 0
CCU61_ACCEN0    0xF0002BFC          Access Enable Register 0
SENT_CLC        0xF0003000          Clock Control Register
SENT_ID         0xF0003008          Module Identification Register
SENT_FDR        0xF000300C          SENT Fractional Divider Register
SENT_INTOV      0xF0003014          Interrupt Overview Register
SENT_TSR        0xF0003018          Module Time Stamp Register
SENT_TPD        0xF000301C          Time Stamp Predivider Register
SENT_RDR0       0xF0003080          Receive Data Register 0
SENT_RDR1       0xF0003084          Receive Data Register 1
SENT_RDR2       0xF0003088          Receive Data Register 2
SENT_RDR3       0xF000308C          Receive Data Register 3
SENT_RDR4       0xF0003090          Receive Data Register 4
SENT_RDR5       0xF0003094          Receive Data Register 5
SENT_OCS        0xF00030E8          OCDS Control and Status
SENT_KRSTCLR    0xF00030EC          Kernel Reset Status Clear Register
SENT_KRST1      0xF00030F0          Kernel Reset Register 1
SENT_KRST0      0xF00030F4          Kernel Reset Register 0
SENT_ACCEN1     0xF00030F8          Access Enable Register 1
SENT_ACCEN0     0xF00030FC          Access Enable Register 0
SENT_CPDR0      0xF0003100          Channel Pre Divider Register 0
SENT_CFDR0      0xF0003104          Channel Fractional Divider Register 0
SENT_RCR0       0xF0003108          Receiver Control Register 0
SENT_RSR0       0xF000310C          Receive Status Register 0
SENT_SDS0       0xF0003110          Serial Data and Status Register 0
SENT_IOCR0      0xF0003114          Input and Output Control Register 0
SENT_SCR0       0xF0003118          SPC Control Register 0
SENT_VIEW0      0xF000311C          Receive Data View Register 0
SENT_INTSTAT0   0xF0003120          Interrupt Status Register 0
SENT_INTSET0    0xF0003124          Interrupt Set Register 0
SENT_INTCLR0    0xF0003128          Interrupt Clear Register 0
SENT_INTEN0     0xF000312C          Interrupt Enable Register 0
SENT_INP0       0xF0003130          Interrupt Node Pointer Register 0
SENT_WDT0       0xF0003134          Watch Dog Timer Register 0
SENT_CPDR1      0xF0003140          Channel Pre Divider Register 1
SENT_CFDR1      0xF0003144          Channel Fractional Divider Register 1
SENT_RCR1       0xF0003148          Receiver Control Register 1
SENT_RSR1       0xF000314C          Receive Status Register 1
SENT_SDS1       0xF0003150          Serial Data and Status Register 1
SENT_IOCR1      0xF0003154          Input and Output Control Register 1
SENT_SCR1       0xF0003158          SPC Control Register 1
SENT_VIEW1      0xF000315C          Receive Data View Register 1
SENT_INTSTAT1   0xF0003160          Interrupt Status Register 1
SENT_INTSET1    0xF0003164          Interrupt Set Register 1
SENT_INTCLR1    0xF0003168          Interrupt Clear Register 1
SENT_INTEN1     0xF000316C          Interrupt Enable Register 1
SENT_INP1       0xF0003170          Interrupt Node Pointer Register 1
SENT_WDT1       0xF0003174          Watch Dog Timer Register 1
SENT_CPDR2      0xF0003180          Channel Pre Divider Register 2
SENT_CFDR2      0xF0003184          Channel Fractional Divider Register 2
SENT_RCR2       0xF0003188          Receiver Control Register 2
SENT_RSR2       0xF000318C          Receive Status Register 2
SENT_SDS2       0xF0003190          Serial Data and Status Register 2
SENT_IOCR2      0xF0003194          Input and Output Control Register 2
SENT_SCR2       0xF0003198          SPC Control Register 2
SENT_VIEW2      0xF000319C          Receive Data View Register 2
SENT_INTSTAT2   0xF00031A0          Interrupt Status Register 2
SENT_INTSET2    0xF00031A4          Interrupt Set Register 2
SENT_INTCLR2    0xF00031A8          Interrupt Clear Register 2
SENT_INTEN2     0xF00031AC          Interrupt Enable Register 2
SENT_INP2       0xF00031B0          Interrupt Node Pointer Register 2
SENT_WDT2       0xF00031B4          Watch Dog Timer Register 2
SENT_CPDR3      0xF00031C0          Channel Pre Divider Register 3
SENT_CFDR3      0xF00031C4          Channel Fractional Divider Register 3
SENT_RCR3       0xF00031C8          Receiver Control Register 3
SENT_RSR3       0xF00031CC          Receive Status Register 3
SENT_SDS3       0xF00031D0          Serial Data and Status Register 3
SENT_IOCR3      0xF00031D4          Input and Output Control Register 3
SENT_SCR3       0xF00031D8          SPC Control Register 3
SENT_VIEW3      0xF00031DC          Receive Data View Register 3
SENT_INTSTAT3   0xF00031E0          Interrupt Status Register 3
SENT_INTSET3    0xF00031E4          Interrupt Set Register 3
SENT_INTCLR3    0xF00031E8          Interrupt Clear Register 3
SENT_INTEN3     0xF00031EC          Interrupt Enable Register 3
SENT_INP3       0xF00031F0          Interrupt Node Pointer Register 3
SENT_WDT3       0xF00031F4          Watch Dog Timer Register 3
SENT_CPDR4      0xF0003200          Channel Pre Divider Register 4
SENT_CFDR4      0xF0003204          Channel Fractional Divider Register 4
SENT_RCR4       0xF0003208          Receiver Control Register 4
SENT_RSR4       0xF000320C          Receive Status Register 4
SENT_SDS4       0xF0003210          Serial Data and Status Register 4
SENT_IOCR4      0xF0003214          Input and Output Control Register 4
SENT_SCR4       0xF0003218          SPC Control Register 4
SENT_VIEW4      0xF000321C          Receive Data View Register 4
SENT_INTSTAT4   0xF0003220          Interrupt Status Register 4
SENT_INTSET4    0xF0003224          Interrupt Set Register 4
SENT_INTCLR4    0xF0003228          Interrupt Clear Register 4
SENT_INTEN4     0xF000322C          Interrupt Enable Register 4
SENT_INP4       0xF0003230          Interrupt Node Pointer Register 4
SENT_WDT4       0xF0003234          Watch Dog Timer Register 4
SENT_CPDR5      0xF0003240          Channel Pre Divider Register 5
SENT_CFDR5      0xF0003244          Channel Fractional Divider Register 5
SENT_RCR5       0xF0003248          Receiver Control Register 5
SENT_RSR5       0xF000324C          Receive Status Register 5
SENT_SDS5       0xF0003250          Serial Data and Status Register 5
SENT_IOCR5      0xF0003254          Input and Output Control Register 5
SENT_SCR5       0xF0003258          SPC Control Register 5
SENT_VIEW5      0xF000325C          Receive Data View Register 5
SENT_INTSTAT5   0xF0003260          Interrupt Status Register 5
SENT_INTSET5    0xF0003264          Interrupt Set Register 5
SENT_INTCLR5    0xF0003268          Interrupt Clear Register 5
SENT_INTEN5     0xF000326C          Interrupt Enable Register 5
SENT_INP5       0xF0003270          Interrupt Node Pointer Register 5
SENT_WDT5       0xF0003274          Watch Dog Timer Register 5
SENT_RTS0       0xF0003A80          Receive Time Stamp Register 0
SENT_RTS1       0xF0003A84          Receive Time Stamp Register 1
SENT_RTS2       0xF0003A88          Receive Time Stamp Register 2
SENT_RTS3       0xF0003A8C          Receive Time Stamp Register 3
SENT_RTS4       0xF0003A90          Receive Time Stamp Register 4
SENT_RTS5       0xF0003A94          Receive Time Stamp Register 5
DMA_CLC         0xF0010000          DMA Clock Control Register
DMA_ID          0xF0010008          DMA Identification Register
DMA_ACCEN00     0xF0010040          RP 0 Access Enable Register 0
DMA_ACCEN01     0xF0010044          RP 0 Access Enable Register 1
DMA_ACCEN10     0xF0010048          RP 1 Access Enable Register 0
DMA_ACCEN11     0xF001004C          RP 1 Access Enable Register 1
DMA_ACCEN20     0xF0010050          RP 2 Access Enable Register 0
DMA_ACCEN21     0xF0010054          RP 2 Access Enable Register 1
DMA_ACCEN30     0xF0010058          RP 3 Access Enable Register 0
DMA_ACCEN31     0xF001005C          RP 3 Access Enable Register 1
DMA_EER0        0xF0010120          ME 0 Enable Error Register
DMA_ERRSR0      0xF0010124          ME 0 Error Status Register
DMA_CLRE0       0xF0010128          ME 0 Clear Error Register
DMA_ME0SR       0xF0010130          ME 0 Status Register
DMA_ME00R       0xF0010140          ME 0 Read Register 0
DMA_ME01R       0xF0010144          ME 0 Read Register 1
DMA_ME02R       0xF0010148          ME 0 Read Register 2
DMA_ME03R       0xF001014C          ME 0 Read Register 3
DMA_ME04R       0xF0010150          ME 0 Read Register 4
DMA_ME05R       0xF0010154          ME 0 Read Register 5
DMA_ME06R       0xF0010158          ME 0 Read Register 6
DMA_ME07R       0xF001015C          ME 0 Read Register 7
DMA_ME0RDCRC    0xF0010180          ME 0 Channel Read Data CRC Register
DMA_ME0SDCRC    0xF0010184          ME 0 Channel Source and Destination Address CRC Register
DMA_ME0SADR     0xF0010188          ME 0 Channel Source Address Register
DMA_ME0DADR     0xF001018C          ME 0 Channel Destination Address Register
DMA_ME0ADICR    0xF0010190          ME 0 Channel Address and Interrupt Control Register
DMA_ME0CHCR     0xF0010194          ME 0 Channel Control Register
DMA_ME0SHADR    0xF0010198          ME 0 Channel Shadow Address Register
DMA_ME0CHSR     0xF001019C          ME 0 Channel Status Register
DMA_EER1        0xF0011120          ME 1 Enable Error Register
DMA_ERRSR1      0xF0011124          ME 1 Error Status Register
DMA_CLRE1       0xF0011128          ME 1 Clear Error Register
DMA_ME1SR       0xF0011130          ME 1 Status Register
DMA_ME10R       0xF0011140          ME 1 Read Register 0
DMA_ME11R       0xF0011144          ME 1 Read Register 1
DMA_ME12R       0xF0011148          ME 1 Read Register 2
DMA_ME13R       0xF001114C          ME 1 Read Register 3
DMA_ME14R       0xF0011150          ME 1 Read Register 4
DMA_ME15R       0xF0011154          ME 1 Read Register 5
DMA_ME16R       0xF0011158          ME 1 Read Register 6
DMA_ME17R       0xF001115C          ME 1 Read Register 7
DMA_ME1RDCRC    0xF0011180          ME 1 Channel Read Data CRC Register
DMA_ME1SDCRC    0xF0011184          ME 1 Channel Source and Destination Address CRC Register
DMA_ME1SADR     0xF0011188          ME 1 Channel Source Address Register
DMA_ME1DADR     0xF001118C          ME 1 Channel Destination Address Register
DMA_ME1ADICR    0xF0011190          ME 1 Channel Address and Interrupt Control Register
DMA_ME1CHCR     0xF0011194          ME 1 Channel Control Register
DMA_ME1SHADR    0xF0011198          ME 1 Channel Shadow Address Register
DMA_ME1CHSR     0xF001119C          ME 1 Channel Status Register
DMA_OTSS        0xF0011200          DMA OCDS Trigger Set Select
DMA_PRR0        0xF0011208          DMA Pattern Read Register 0
DMA_PRR1        0xF001120C          DMA Pattern Read Register 1
DMA_TIME        0xF0011210          DMA Time Register
DMA_MODE0       0xF0011300          RP 0 Mode Register
DMA_MODE1       0xF0011304          RP 1 Mode Register
DMA_MODE2       0xF0011308          RP 2 Mode Register
DMA_MODE3       0xF001130C          RP 3 Mode Register
DMA_ERRINTR0    0xF0011320          RP 0 Error Interrupt Set Register
DMA_ERRINTR1    0xF0011324          RP 1 Error Interrupt Set Register
DMA_ERRINTR2    0xF0011328          RP 2 Error Interrupt Set Register
DMA_ERRINTR3    0xF001132C          RP 3 Error Interrupt Set Register
DMA_HRR000      0xF0011800          DMA Channel 0 Resource Partition Register
DMA_HRR001      0xF0011804          DMA Channel 1 Resource Partition Register
DMA_HRR002      0xF0011808          DMA Channel 2 Resource Partition Register
DMA_HRR003      0xF001180C          DMA Channel 3 Resource Partition Register
DMA_HRR004      0xF0011810          DMA Channel 4 Resource Partition Register
DMA_HRR005      0xF0011814          DMA Channel 5 Resource Partition Register
DMA_HRR006      0xF0011818          DMA Channel 6 Resource Partition Register
DMA_HRR007      0xF001181C          DMA Channel 7 Resource Partition Register
DMA_HRR008      0xF0011820          DMA Channel 8 Resource Partition Register
DMA_HRR009      0xF0011824          DMA Channel 9 Resource Partition Register
DMA_HRR010      0xF0011828          DMA Channel 10 Resource Partition Register
DMA_HRR011      0xF001182C          DMA Channel 11 Resource Partition Register
DMA_HRR012      0xF0011830          DMA Channel 12 Resource Partition Register
DMA_HRR013      0xF0011834          DMA Channel 13 Resource Partition Register
DMA_HRR014      0xF0011838          DMA Channel 14 Resource Partition Register
DMA_HRR015      0xF001183C          DMA Channel 15 Resource Partition Register
DMA_HRR016      0xF0011840          DMA Channel 16 Resource Partition Register
DMA_HRR017      0xF0011844          DMA Channel 17 Resource Partition Register
DMA_HRR018      0xF0011848          DMA Channel 18 Resource Partition Register
DMA_HRR019      0xF001184C          DMA Channel 19 Resource Partition Register
DMA_HRR020      0xF0011850          DMA Channel 20 Resource Partition Register
DMA_HRR021      0xF0011854          DMA Channel 21 Resource Partition Register
DMA_HRR022      0xF0011858          DMA Channel 22 Resource Partition Register
DMA_HRR023      0xF001185C          DMA Channel 23 Resource Partition Register
DMA_HRR024      0xF0011860          DMA Channel 24 Resource Partition Register
DMA_HRR025      0xF0011864          DMA Channel 25 Resource Partition Register
DMA_HRR026      0xF0011868          DMA Channel 26 Resource Partition Register
DMA_HRR027      0xF001186C          DMA Channel 27 Resource Partition Register
DMA_HRR028      0xF0011870          DMA Channel 28 Resource Partition Register
DMA_HRR029      0xF0011874          DMA Channel 29 Resource Partition Register
DMA_HRR030      0xF0011878          DMA Channel 30 Resource Partition Register
DMA_HRR031      0xF001187C          DMA Channel 31 Resource Partition Register
DMA_HRR032      0xF0011880          DMA Channel 32 Resource Partition Register
DMA_HRR033      0xF0011884          DMA Channel 33 Resource Partition Register
DMA_HRR034      0xF0011888          DMA Channel 34 Resource Partition Register
DMA_HRR035      0xF001188C          DMA Channel 35 Resource Partition Register
DMA_HRR036      0xF0011890          DMA Channel 36 Resource Partition Register
DMA_HRR037      0xF0011894          DMA Channel 37 Resource Partition Register
DMA_HRR038      0xF0011898          DMA Channel 38 Resource Partition Register
DMA_HRR039      0xF001189C          DMA Channel 39 Resource Partition Register
DMA_HRR040      0xF00118A0          DMA Channel 40 Resource Partition Register
DMA_HRR041      0xF00118A4          DMA Channel 41 Resource Partition Register
DMA_HRR042      0xF00118A8          DMA Channel 42 Resource Partition Register
DMA_HRR043      0xF00118AC          DMA Channel 43 Resource Partition Register
DMA_HRR044      0xF00118B0          DMA Channel 44 Resource Partition Register
DMA_HRR045      0xF00118B4          DMA Channel 45 Resource Partition Register
DMA_HRR046      0xF00118B8          DMA Channel 46 Resource Partition Register
DMA_HRR047      0xF00118BC          DMA Channel 47 Resource Partition Register
DMA_HRR048      0xF00118C0          DMA Channel 48 Resource Partition Register
DMA_HRR049      0xF00118C4          DMA Channel 49 Resource Partition Register
DMA_HRR050      0xF00118C8          DMA Channel 50 Resource Partition Register
DMA_HRR051      0xF00118CC          DMA Channel 51 Resource Partition Register
DMA_HRR052      0xF00118D0          DMA Channel 52 Resource Partition Register
DMA_HRR053      0xF00118D4          DMA Channel 53 Resource Partition Register
DMA_HRR054      0xF00118D8          DMA Channel 54 Resource Partition Register
DMA_HRR055      0xF00118DC          DMA Channel 55 Resource Partition Register
DMA_HRR056      0xF00118E0          DMA Channel 56 Resource Partition Register
DMA_HRR057      0xF00118E4          DMA Channel 57 Resource Partition Register
DMA_HRR058      0xF00118E8          DMA Channel 58 Resource Partition Register
DMA_HRR059      0xF00118EC          DMA Channel 59 Resource Partition Register
DMA_HRR060      0xF00118F0          DMA Channel 60 Resource Partition Register
DMA_HRR061      0xF00118F4          DMA Channel 61 Resource Partition Register
DMA_HRR062      0xF00118F8          DMA Channel 62 Resource Partition Register
DMA_HRR063      0xF00118FC          DMA Channel 63 Resource Partition Register
DMA_SUSENR000   0xF0011A00          DMA Channel 0 Suspend Enable Register
DMA_SUSENR001   0xF0011A04          DMA Channel 1 Suspend Enable Register
DMA_SUSENR002   0xF0011A08          DMA Channel 2 Suspend Enable Register
DMA_SUSENR003   0xF0011A0C          DMA Channel 3 Suspend Enable Register
DMA_SUSENR004   0xF0011A10          DMA Channel 4 Suspend Enable Register
DMA_SUSENR005   0xF0011A14          DMA Channel 5 Suspend Enable Register
DMA_SUSENR006   0xF0011A18          DMA Channel 6 Suspend Enable Register
DMA_SUSENR007   0xF0011A1C          DMA Channel 7 Suspend Enable Register
DMA_SUSENR008   0xF0011A20          DMA Channel 8 Suspend Enable Register
DMA_SUSENR009   0xF0011A24          DMA Channel 9 Suspend Enable Register
DMA_SUSENR010   0xF0011A28          DMA Channel 10 Suspend Enable Register
DMA_SUSENR011   0xF0011A2C          DMA Channel 11 Suspend Enable Register
DMA_SUSENR012   0xF0011A30          DMA Channel 12 Suspend Enable Register
DMA_SUSENR013   0xF0011A34          DMA Channel 13 Suspend Enable Register
DMA_SUSENR014   0xF0011A38          DMA Channel 14 Suspend Enable Register
DMA_SUSENR015   0xF0011A3C          DMA Channel 15 Suspend Enable Register
DMA_SUSENR016   0xF0011A40          DMA Channel 16 Suspend Enable Register
DMA_SUSENR017   0xF0011A44          DMA Channel 17 Suspend Enable Register
DMA_SUSENR018   0xF0011A48          DMA Channel 18 Suspend Enable Register
DMA_SUSENR019   0xF0011A4C          DMA Channel 19 Suspend Enable Register
DMA_SUSENR020   0xF0011A50          DMA Channel 20 Suspend Enable Register
DMA_SUSENR021   0xF0011A54          DMA Channel 21 Suspend Enable Register
DMA_SUSENR022   0xF0011A58          DMA Channel 22 Suspend Enable Register
DMA_SUSENR023   0xF0011A5C          DMA Channel 23 Suspend Enable Register
DMA_SUSENR024   0xF0011A60          DMA Channel 24 Suspend Enable Register
DMA_SUSENR025   0xF0011A64          DMA Channel 25 Suspend Enable Register
DMA_SUSENR026   0xF0011A68          DMA Channel 26 Suspend Enable Register
DMA_SUSENR027   0xF0011A6C          DMA Channel 27 Suspend Enable Register
DMA_SUSENR028   0xF0011A70          DMA Channel 28 Suspend Enable Register
DMA_SUSENR029   0xF0011A74          DMA Channel 29 Suspend Enable Register
DMA_SUSENR030   0xF0011A78          DMA Channel 30 Suspend Enable Register
DMA_SUSENR031   0xF0011A7C          DMA Channel 31 Suspend Enable Register
DMA_SUSENR032   0xF0011A80          DMA Channel 32 Suspend Enable Register
DMA_SUSENR033   0xF0011A84          DMA Channel 33 Suspend Enable Register
DMA_SUSENR034   0xF0011A88          DMA Channel 34 Suspend Enable Register
DMA_SUSENR035   0xF0011A8C          DMA Channel 35 Suspend Enable Register
DMA_SUSENR036   0xF0011A90          DMA Channel 36 Suspend Enable Register
DMA_SUSENR037   0xF0011A94          DMA Channel 37 Suspend Enable Register
DMA_SUSENR038   0xF0011A98          DMA Channel 38 Suspend Enable Register
DMA_SUSENR039   0xF0011A9C          DMA Channel 39 Suspend Enable Register
DMA_SUSENR040   0xF0011AA0          DMA Channel 40 Suspend Enable Register
DMA_SUSENR041   0xF0011AA4          DMA Channel 41 Suspend Enable Register
DMA_SUSENR042   0xF0011AA8          DMA Channel 42 Suspend Enable Register
DMA_SUSENR043   0xF0011AAC          DMA Channel 43 Suspend Enable Register
DMA_SUSENR044   0xF0011AB0          DMA Channel 44 Suspend Enable Register
DMA_SUSENR045   0xF0011AB4          DMA Channel 45 Suspend Enable Register
DMA_SUSENR046   0xF0011AB8          DMA Channel 46 Suspend Enable Register
DMA_SUSENR047   0xF0011ABC          DMA Channel 47 Suspend Enable Register
DMA_SUSENR048   0xF0011AC0          DMA Channel 48 Suspend Enable Register
DMA_SUSENR049   0xF0011AC4          DMA Channel 49 Suspend Enable Register
DMA_SUSENR050   0xF0011AC8          DMA Channel 50 Suspend Enable Register
DMA_SUSENR051   0xF0011ACC          DMA Channel 51 Suspend Enable Register
DMA_SUSENR052   0xF0011AD0          DMA Channel 52 Suspend Enable Register
DMA_SUSENR053   0xF0011AD4          DMA Channel 53 Suspend Enable Register
DMA_SUSENR054   0xF0011AD8          DMA Channel 54 Suspend Enable Register
DMA_SUSENR055   0xF0011ADC          DMA Channel 55 Suspend Enable Register
DMA_SUSENR056   0xF0011AE0          DMA Channel 56 Suspend Enable Register
DMA_SUSENR057   0xF0011AE4          DMA Channel 57 Suspend Enable Register
DMA_SUSENR058   0xF0011AE8          DMA Channel 58 Suspend Enable Register
DMA_SUSENR059   0xF0011AEC          DMA Channel 59 Suspend Enable Register
DMA_SUSENR060   0xF0011AF0          DMA Channel 60 Suspend Enable Register
DMA_SUSENR061   0xF0011AF4          DMA Channel 61 Suspend Enable Register
DMA_SUSENR062   0xF0011AF8          DMA Channel 62 Suspend Enable Register
DMA_SUSENR063   0xF0011AFC          DMA Channel 63 Suspend Enable Register
DMA_SUSACR000   0xF0011C00          DMA Channel 0 Suspend Acknowledge Register
DMA_SUSACR001   0xF0011C04          DMA Channel 1 Suspend Acknowledge Register
DMA_SUSACR002   0xF0011C08          DMA Channel 2 Suspend Acknowledge Register
DMA_SUSACR003   0xF0011C0C          DMA Channel 3 Suspend Acknowledge Register
DMA_SUSACR004   0xF0011C10          DMA Channel 4 Suspend Acknowledge Register
DMA_SUSACR005   0xF0011C14          DMA Channel 5 Suspend Acknowledge Register
DMA_SUSACR006   0xF0011C18          DMA Channel 6 Suspend Acknowledge Register
DMA_SUSACR007   0xF0011C1C          DMA Channel 7 Suspend Acknowledge Register
DMA_SUSACR008   0xF0011C20          DMA Channel 8 Suspend Acknowledge Register
DMA_SUSACR009   0xF0011C24          DMA Channel 9 Suspend Acknowledge Register
DMA_SUSACR010   0xF0011C28          DMA Channel 10 Suspend Acknowledge Register
DMA_SUSACR011   0xF0011C2C          DMA Channel 11 Suspend Acknowledge Register
DMA_SUSACR012   0xF0011C30          DMA Channel 12 Suspend Acknowledge Register
DMA_SUSACR013   0xF0011C34          DMA Channel 13 Suspend Acknowledge Register
DMA_SUSACR014   0xF0011C38          DMA Channel 14 Suspend Acknowledge Register
DMA_SUSACR015   0xF0011C3C          DMA Channel 15 Suspend Acknowledge Register
DMA_SUSACR016   0xF0011C40          DMA Channel 16 Suspend Acknowledge Register
DMA_SUSACR017   0xF0011C44          DMA Channel 17 Suspend Acknowledge Register
DMA_SUSACR018   0xF0011C48          DMA Channel 18 Suspend Acknowledge Register
DMA_SUSACR019   0xF0011C4C          DMA Channel 19 Suspend Acknowledge Register
DMA_SUSACR020   0xF0011C50          DMA Channel 20 Suspend Acknowledge Register
DMA_SUSACR021   0xF0011C54          DMA Channel 21 Suspend Acknowledge Register
DMA_SUSACR022   0xF0011C58          DMA Channel 22 Suspend Acknowledge Register
DMA_SUSACR023   0xF0011C5C          DMA Channel 23 Suspend Acknowledge Register
DMA_SUSACR024   0xF0011C60          DMA Channel 24 Suspend Acknowledge Register
DMA_SUSACR025   0xF0011C64          DMA Channel 25 Suspend Acknowledge Register
DMA_SUSACR026   0xF0011C68          DMA Channel 26 Suspend Acknowledge Register
DMA_SUSACR027   0xF0011C6C          DMA Channel 27 Suspend Acknowledge Register
DMA_SUSACR028   0xF0011C70          DMA Channel 28 Suspend Acknowledge Register
DMA_SUSACR029   0xF0011C74          DMA Channel 29 Suspend Acknowledge Register
DMA_SUSACR030   0xF0011C78          DMA Channel 30 Suspend Acknowledge Register
DMA_SUSACR031   0xF0011C7C          DMA Channel 31 Suspend Acknowledge Register
DMA_SUSACR032   0xF0011C80          DMA Channel 32 Suspend Acknowledge Register
DMA_SUSACR033   0xF0011C84          DMA Channel 33 Suspend Acknowledge Register
DMA_SUSACR034   0xF0011C88          DMA Channel 34 Suspend Acknowledge Register
DMA_SUSACR035   0xF0011C8C          DMA Channel 35 Suspend Acknowledge Register
DMA_SUSACR036   0xF0011C90          DMA Channel 36 Suspend Acknowledge Register
DMA_SUSACR037   0xF0011C94          DMA Channel 37 Suspend Acknowledge Register
DMA_SUSACR038   0xF0011C98          DMA Channel 38 Suspend Acknowledge Register
DMA_SUSACR039   0xF0011C9C          DMA Channel 39 Suspend Acknowledge Register
DMA_SUSACR040   0xF0011CA0          DMA Channel 40 Suspend Acknowledge Register
DMA_SUSACR041   0xF0011CA4          DMA Channel 41 Suspend Acknowledge Register
DMA_SUSACR042   0xF0011CA8          DMA Channel 42 Suspend Acknowledge Register
DMA_SUSACR043   0xF0011CAC          DMA Channel 43 Suspend Acknowledge Register
DMA_SUSACR044   0xF0011CB0          DMA Channel 44 Suspend Acknowledge Register
DMA_SUSACR045   0xF0011CB4          DMA Channel 45 Suspend Acknowledge Register
DMA_SUSACR046   0xF0011CB8          DMA Channel 46 Suspend Acknowledge Register
DMA_SUSACR047   0xF0011CBC          DMA Channel 47 Suspend Acknowledge Register
DMA_SUSACR048   0xF0011CC0          DMA Channel 48 Suspend Acknowledge Register
DMA_SUSACR049   0xF0011CC4          DMA Channel 49 Suspend Acknowledge Register
DMA_SUSACR050   0xF0011CC8          DMA Channel 50 Suspend Acknowledge Register
DMA_SUSACR051   0xF0011CCC          DMA Channel 51 Suspend Acknowledge Register
DMA_SUSACR052   0xF0011CD0          DMA Channel 52 Suspend Acknowledge Register
DMA_SUSACR053   0xF0011CD4          DMA Channel 53 Suspend Acknowledge Register
DMA_SUSACR054   0xF0011CD8          DMA Channel 54 Suspend Acknowledge Register
DMA_SUSACR055   0xF0011CDC          DMA Channel 55 Suspend Acknowledge Register
DMA_SUSACR056   0xF0011CE0          DMA Channel 56 Suspend Acknowledge Register
DMA_SUSACR057   0xF0011CE4          DMA Channel 57 Suspend Acknowledge Register
DMA_SUSACR058   0xF0011CE8          DMA Channel 58 Suspend Acknowledge Register
DMA_SUSACR059   0xF0011CEC          DMA Channel 59 Suspend Acknowledge Register
DMA_SUSACR060   0xF0011CF0          DMA Channel 60 Suspend Acknowledge Register
DMA_SUSACR061   0xF0011CF4          DMA Channel 61 Suspend Acknowledge Register
DMA_SUSACR062   0xF0011CF8          DMA Channel 62 Suspend Acknowledge Register
DMA_SUSACR063   0xF0011CFC          DMA Channel 63 Suspend Acknowledge Register
DMA_TSR000      0xF0011E00          DMA Channel 0 Transaction State Register
DMA_TSR001      0xF0011E04          DMA Channel 1 Transaction State Register
DMA_TSR002      0xF0011E08          DMA Channel 2 Transaction State Register
DMA_TSR003      0xF0011E0C          DMA Channel 3 Transaction State Register
DMA_TSR004      0xF0011E10          DMA Channel 4 Transaction State Register
DMA_TSR005      0xF0011E14          DMA Channel 5 Transaction State Register
DMA_TSR006      0xF0011E18          DMA Channel 6 Transaction State Register
DMA_TSR007      0xF0011E1C          DMA Channel 7 Transaction State Register
DMA_TSR008      0xF0011E20          DMA Channel 8 Transaction State Register
DMA_TSR009      0xF0011E24          DMA Channel 9 Transaction State Register
DMA_TSR010      0xF0011E28          DMA Channel 10 Transaction State Register
DMA_TSR011      0xF0011E2C          DMA Channel 11 Transaction State Register
DMA_TSR012      0xF0011E30          DMA Channel 12 Transaction State Register
DMA_TSR013      0xF0011E34          DMA Channel 13 Transaction State Register
DMA_TSR014      0xF0011E38          DMA Channel 14 Transaction State Register
DMA_TSR015      0xF0011E3C          DMA Channel 15 Transaction State Register
DMA_TSR016      0xF0011E40          DMA Channel 16 Transaction State Register
DMA_TSR017      0xF0011E44          DMA Channel 17 Transaction State Register
DMA_TSR018      0xF0011E48          DMA Channel 18 Transaction State Register
DMA_TSR019      0xF0011E4C          DMA Channel 19 Transaction State Register
DMA_TSR020      0xF0011E50          DMA Channel 20 Transaction State Register
DMA_TSR021      0xF0011E54          DMA Channel 21 Transaction State Register
DMA_TSR022      0xF0011E58          DMA Channel 22 Transaction State Register
DMA_TSR023      0xF0011E5C          DMA Channel 23 Transaction State Register
DMA_TSR024      0xF0011E60          DMA Channel 24 Transaction State Register
DMA_TSR025      0xF0011E64          DMA Channel 25 Transaction State Register
DMA_TSR026      0xF0011E68          DMA Channel 26 Transaction State Register
DMA_TSR027      0xF0011E6C          DMA Channel 27 Transaction State Register
DMA_TSR028      0xF0011E70          DMA Channel 28 Transaction State Register
DMA_TSR029      0xF0011E74          DMA Channel 29 Transaction State Register
DMA_TSR030      0xF0011E78          DMA Channel 30 Transaction State Register
DMA_TSR031      0xF0011E7C          DMA Channel 31 Transaction State Register
DMA_TSR032      0xF0011E80          DMA Channel 32 Transaction State Register
DMA_TSR033      0xF0011E84          DMA Channel 33 Transaction State Register
DMA_TSR034      0xF0011E88          DMA Channel 34 Transaction State Register
DMA_TSR035      0xF0011E8C          DMA Channel 35 Transaction State Register
DMA_TSR036      0xF0011E90          DMA Channel 36 Transaction State Register
DMA_TSR037      0xF0011E94          DMA Channel 37 Transaction State Register
DMA_TSR038      0xF0011E98          DMA Channel 38 Transaction State Register
DMA_TSR039      0xF0011E9C          DMA Channel 39 Transaction State Register
DMA_TSR040      0xF0011EA0          DMA Channel 40 Transaction State Register
DMA_TSR041      0xF0011EA4          DMA Channel 41 Transaction State Register
DMA_TSR042      0xF0011EA8          DMA Channel 42 Transaction State Register
DMA_TSR043      0xF0011EAC          DMA Channel 43 Transaction State Register
DMA_TSR044      0xF0011EB0          DMA Channel 44 Transaction State Register
DMA_TSR045      0xF0011EB4          DMA Channel 45 Transaction State Register
DMA_TSR046      0xF0011EB8          DMA Channel 46 Transaction State Register
DMA_TSR047      0xF0011EBC          DMA Channel 47 Transaction State Register
DMA_TSR048      0xF0011EC0          DMA Channel 48 Transaction State Register
DMA_TSR049      0xF0011EC4          DMA Channel 49 Transaction State Register
DMA_TSR050      0xF0011EC8          DMA Channel 50 Transaction State Register
DMA_TSR051      0xF0011ECC          DMA Channel 51 Transaction State Register
DMA_TSR052      0xF0011ED0          DMA Channel 52 Transaction State Register
DMA_TSR053      0xF0011ED4          DMA Channel 53 Transaction State Register
DMA_TSR054      0xF0011ED8          DMA Channel 54 Transaction State Register
DMA_TSR055      0xF0011EDC          DMA Channel 55 Transaction State Register
DMA_TSR056      0xF0011EE0          DMA Channel 56 Transaction State Register
DMA_TSR057      0xF0011EE4          DMA Channel 57 Transaction State Register
DMA_TSR058      0xF0011EE8          DMA Channel 58 Transaction State Register
DMA_TSR059      0xF0011EEC          DMA Channel 59 Transaction State Register
DMA_TSR060      0xF0011EF0          DMA Channel 60 Transaction State Register
DMA_TSR061      0xF0011EF4          DMA Channel 61 Transaction State Register
DMA_TSR062      0xF0011EF8          DMA Channel 62 Transaction State Register
DMA_TSR063      0xF0011EFC          DMA Channel 63 Transaction State Register
DMA_RDCRCR000   0xF0012000          DMARAM Channel 0 Read Data CRC Register
DMA_SDCRCR000   0xF0012004          DMARAM Channel 0 Source and Destination Address CRC Register
DMA_SADR000     0xF0012008          DMARAM Channel 0 Source Address Register
DMA_DADR000     0xF001200C          DMARAM Channel 0 Destination Address Register
DMA_ADICR000    0xF0012010          DMARAM Channel 0 Address and Interrupt Control Register
DMA_CHCFGR000   0xF0012014          DMARAM Channel 0 Configuration Register
DMA_SHADR000    0xF0012018          DMARAM Channel 0 Shadow Address Register
DMA_CHCSR000    0xF001201C          DMARAM Channel 0 Control and Status Register
DMA_RDCRCR001   0xF0012020          DMARAM Channel 1 Read Data CRC Register
DMA_SDCRCR001   0xF0012024          DMARAM Channel 1 Source and Destination Address CRC Register
DMA_SADR001     0xF0012028          DMARAM Channel 1 Source Address Register
DMA_DADR001     0xF001202C          DMARAM Channel 1 Destination Address Register
DMA_ADICR001    0xF0012030          DMARAM Channel 1 Address and Interrupt Control Register
DMA_CHCFGR001   0xF0012034          DMARAM Channel 1 Configuration Register
DMA_SHADR001    0xF0012038          DMARAM Channel 1 Shadow Address Register
DMA_CHCSR001    0xF001203C          DMARAM Channel 1 Control and Status Register
DMA_RDCRCR002   0xF0012040          DMARAM Channel 2 Read Data CRC Register
DMA_SDCRCR002   0xF0012044          DMARAM Channel 2 Source and Destination Address CRC Register
DMA_SADR002     0xF0012048          DMARAM Channel 2 Source Address Register
DMA_DADR002     0xF001204C          DMARAM Channel 2 Destination Address Register
DMA_ADICR002    0xF0012050          DMARAM Channel 2 Address and Interrupt Control Register
DMA_CHCFGR002   0xF0012054          DMARAM Channel 2 Configuration Register
DMA_SHADR002    0xF0012058          DMARAM Channel 2 Shadow Address Register
DMA_CHCSR002    0xF001205C          DMARAM Channel 2 Control and Status Register
DMA_RDCRCR003   0xF0012060          DMARAM Channel 3 Read Data CRC Register
DMA_SDCRCR003   0xF0012064          DMARAM Channel 3 Source and Destination Address CRC Register
DMA_SADR003     0xF0012068          DMARAM Channel 3 Source Address Register
DMA_DADR003     0xF001206C          DMARAM Channel 3 Destination Address Register
DMA_ADICR003    0xF0012070          DMARAM Channel 3 Address and Interrupt Control Register
DMA_CHCFGR003   0xF0012074          DMARAM Channel 3 Configuration Register
DMA_SHADR003    0xF0012078          DMARAM Channel 3 Shadow Address Register
DMA_CHCSR003    0xF001207C          DMARAM Channel 3 Control and Status Register
DMA_RDCRCR004   0xF0012080          DMARAM Channel 4 Read Data CRC Register
DMA_SDCRCR004   0xF0012084          DMARAM Channel 4 Source and Destination Address CRC Register
DMA_SADR004     0xF0012088          DMARAM Channel 4 Source Address Register
DMA_DADR004     0xF001208C          DMARAM Channel 4 Destination Address Register
DMA_ADICR004    0xF0012090          DMARAM Channel 4 Address and Interrupt Control Register
DMA_CHCFGR004   0xF0012094          DMARAM Channel 4 Configuration Register
DMA_SHADR004    0xF0012098          DMARAM Channel 4 Shadow Address Register
DMA_CHCSR004    0xF001209C          DMARAM Channel 4 Control and Status Register
DMA_RDCRCR005   0xF00120A0          DMARAM Channel 5 Read Data CRC Register
DMA_SDCRCR005   0xF00120A4          DMARAM Channel 5 Source and Destination Address CRC Register
DMA_SADR005     0xF00120A8          DMARAM Channel 5 Source Address Register
DMA_DADR005     0xF00120AC          DMARAM Channel 5 Destination Address Register
DMA_ADICR005    0xF00120B0          DMARAM Channel 5 Address and Interrupt Control Register
DMA_CHCFGR005   0xF00120B4          DMARAM Channel 5 Configuration Register
DMA_SHADR005    0xF00120B8          DMARAM Channel 5 Shadow Address Register
DMA_CHCSR005    0xF00120BC          DMARAM Channel 5 Control and Status Register
DMA_RDCRCR006   0xF00120C0          DMARAM Channel 6 Read Data CRC Register
DMA_SDCRCR006   0xF00120C4          DMARAM Channel 6 Source and Destination Address CRC Register
DMA_SADR006     0xF00120C8          DMARAM Channel 6 Source Address Register
DMA_DADR006     0xF00120CC          DMARAM Channel 6 Destination Address Register
DMA_ADICR006    0xF00120D0          DMARAM Channel 6 Address and Interrupt Control Register
DMA_CHCFGR006   0xF00120D4          DMARAM Channel 6 Configuration Register
DMA_SHADR006    0xF00120D8          DMARAM Channel 6 Shadow Address Register
DMA_CHCSR006    0xF00120DC          DMARAM Channel 6 Control and Status Register
DMA_RDCRCR007   0xF00120E0          DMARAM Channel 7 Read Data CRC Register
DMA_SDCRCR007   0xF00120E4          DMARAM Channel 7 Source and Destination Address CRC Register
DMA_SADR007     0xF00120E8          DMARAM Channel 7 Source Address Register
DMA_DADR007     0xF00120EC          DMARAM Channel 7 Destination Address Register
DMA_ADICR007    0xF00120F0          DMARAM Channel 7 Address and Interrupt Control Register
DMA_CHCFGR007   0xF00120F4          DMARAM Channel 7 Configuration Register
DMA_SHADR007    0xF00120F8          DMARAM Channel 7 Shadow Address Register
DMA_CHCSR007    0xF00120FC          DMARAM Channel 7 Control and Status Register
DMA_RDCRCR008   0xF0012100          DMARAM Channel 8 Read Data CRC Register
DMA_SDCRCR008   0xF0012104          DMARAM Channel 8 Source and Destination Address CRC Register
DMA_SADR008     0xF0012108          DMARAM Channel 8 Source Address Register
DMA_DADR008     0xF001210C          DMARAM Channel 8 Destination Address Register
DMA_ADICR008    0xF0012110          DMARAM Channel 8 Address and Interrupt Control Register
DMA_CHCFGR008   0xF0012114          DMARAM Channel 8 Configuration Register
DMA_SHADR008    0xF0012118          DMARAM Channel 8 Shadow Address Register
DMA_CHCSR008    0xF001211C          DMARAM Channel 8 Control and Status Register
DMA_RDCRCR009   0xF0012120          DMARAM Channel 9 Read Data CRC Register
DMA_SDCRCR009   0xF0012124          DMARAM Channel 9 Source and Destination Address CRC Register
DMA_SADR009     0xF0012128          DMARAM Channel 9 Source Address Register
DMA_DADR009     0xF001212C          DMARAM Channel 9 Destination Address Register
DMA_ADICR009    0xF0012130          DMARAM Channel 9 Address and Interrupt Control Register
DMA_CHCFGR009   0xF0012134          DMARAM Channel 9 Configuration Register
DMA_SHADR009    0xF0012138          DMARAM Channel 9 Shadow Address Register
DMA_CHCSR009    0xF001213C          DMARAM Channel 9 Control and Status Register
DMA_RDCRCR010   0xF0012140          DMARAM Channel 10 Read Data CRC Register
DMA_SDCRCR010   0xF0012144          DMARAM Channel 10 Source and Destination Address CRC Register
DMA_SADR010     0xF0012148          DMARAM Channel 10 Source Address Register
DMA_DADR010     0xF001214C          DMARAM Channel 10 Destination Address Register
DMA_ADICR010    0xF0012150          DMARAM Channel 10 Address and Interrupt Control Register
DMA_CHCFGR010   0xF0012154          DMARAM Channel 10 Configuration Register
DMA_SHADR010    0xF0012158          DMARAM Channel 10 Shadow Address Register
DMA_CHCSR010    0xF001215C          DMARAM Channel 10 Control and Status Register
DMA_RDCRCR011   0xF0012160          DMARAM Channel 11 Read Data CRC Register
DMA_SDCRCR011   0xF0012164          DMARAM Channel 11 Source and Destination Address CRC Register
DMA_SADR011     0xF0012168          DMARAM Channel 11 Source Address Register
DMA_DADR011     0xF001216C          DMARAM Channel 11 Destination Address Register
DMA_ADICR011    0xF0012170          DMARAM Channel 11 Address and Interrupt Control Register
DMA_CHCFGR011   0xF0012174          DMARAM Channel 11 Configuration Register
DMA_SHADR011    0xF0012178          DMARAM Channel 11 Shadow Address Register
DMA_CHCSR011    0xF001217C          DMARAM Channel 11 Control and Status Register
DMA_RDCRCR012   0xF0012180          DMARAM Channel 12 Read Data CRC Register
DMA_SDCRCR012   0xF0012184          DMARAM Channel 12 Source and Destination Address CRC Register
DMA_SADR012     0xF0012188          DMARAM Channel 12 Source Address Register
DMA_DADR012     0xF001218C          DMARAM Channel 12 Destination Address Register
DMA_ADICR012    0xF0012190          DMARAM Channel 12 Address and Interrupt Control Register
DMA_CHCFGR012   0xF0012194          DMARAM Channel 12 Configuration Register
DMA_SHADR012    0xF0012198          DMARAM Channel 12 Shadow Address Register
DMA_CHCSR012    0xF001219C          DMARAM Channel 12 Control and Status Register
DMA_RDCRCR013   0xF00121A0          DMARAM Channel 13 Read Data CRC Register
DMA_SDCRCR013   0xF00121A4          DMARAM Channel 13 Source and Destination Address CRC Register
DMA_SADR013     0xF00121A8          DMARAM Channel 13 Source Address Register
DMA_DADR013     0xF00121AC          DMARAM Channel 13 Destination Address Register
DMA_ADICR013    0xF00121B0          DMARAM Channel 13 Address and Interrupt Control Register
DMA_CHCFGR013   0xF00121B4          DMARAM Channel 13 Configuration Register
DMA_SHADR013    0xF00121B8          DMARAM Channel 13 Shadow Address Register
DMA_CHCSR013    0xF00121BC          DMARAM Channel 13 Control and Status Register
DMA_RDCRCR014   0xF00121C0          DMARAM Channel 14 Read Data CRC Register
DMA_SDCRCR014   0xF00121C4          DMARAM Channel 14 Source and Destination Address CRC Register
DMA_SADR014     0xF00121C8          DMARAM Channel 14 Source Address Register
DMA_DADR014     0xF00121CC          DMARAM Channel 14 Destination Address Register
DMA_ADICR014    0xF00121D0          DMARAM Channel 14 Address and Interrupt Control Register
DMA_CHCFGR014   0xF00121D4          DMARAM Channel 14 Configuration Register
DMA_SHADR014    0xF00121D8          DMARAM Channel 14 Shadow Address Register
DMA_CHCSR014    0xF00121DC          DMARAM Channel 14 Control and Status Register
DMA_RDCRCR015   0xF00121E0          DMARAM Channel 15 Read Data CRC Register
DMA_SDCRCR015   0xF00121E4          DMARAM Channel 15 Source and Destination Address CRC Register
DMA_SADR015     0xF00121E8          DMARAM Channel 15 Source Address Register
DMA_DADR015     0xF00121EC          DMARAM Channel 15 Destination Address Register
DMA_ADICR015    0xF00121F0          DMARAM Channel 15 Address and Interrupt Control Register
DMA_CHCFGR015   0xF00121F4          DMARAM Channel 15 Configuration Register
DMA_SHADR015    0xF00121F8          DMARAM Channel 15 Shadow Address Register
DMA_CHCSR015    0xF00121FC          DMARAM Channel 15 Control and Status Register
DMA_RDCRCR016   0xF0012200          DMARAM Channel 16 Read Data CRC Register
DMA_SDCRCR016   0xF0012204          DMARAM Channel 16 Source and Destination Address CRC Register
DMA_SADR016     0xF0012208          DMARAM Channel 16 Source Address Register
DMA_DADR016     0xF001220C          DMARAM Channel 16 Destination Address Register
DMA_ADICR016    0xF0012210          DMARAM Channel 16 Address and Interrupt Control Register
DMA_CHCFGR016   0xF0012214          DMARAM Channel 16 Configuration Register
DMA_SHADR016    0xF0012218          DMARAM Channel 16 Shadow Address Register
DMA_CHCSR016    0xF001221C          DMARAM Channel 16 Control and Status Register
DMA_RDCRCR017   0xF0012220          DMARAM Channel 17 Read Data CRC Register
DMA_SDCRCR017   0xF0012224          DMARAM Channel 17 Source and Destination Address CRC Register
DMA_SADR017     0xF0012228          DMARAM Channel 17 Source Address Register
DMA_DADR017     0xF001222C          DMARAM Channel 17 Destination Address Register
DMA_ADICR017    0xF0012230          DMARAM Channel 17 Address and Interrupt Control Register
DMA_CHCFGR017   0xF0012234          DMARAM Channel 17 Configuration Register
DMA_SHADR017    0xF0012238          DMARAM Channel 17 Shadow Address Register
DMA_CHCSR017    0xF001223C          DMARAM Channel 17 Control and Status Register
DMA_RDCRCR018   0xF0012240          DMARAM Channel 18 Read Data CRC Register
DMA_SDCRCR018   0xF0012244          DMARAM Channel 18 Source and Destination Address CRC Register
DMA_SADR018     0xF0012248          DMARAM Channel 18 Source Address Register
DMA_DADR018     0xF001224C          DMARAM Channel 18 Destination Address Register
DMA_ADICR018    0xF0012250          DMARAM Channel 18 Address and Interrupt Control Register
DMA_CHCFGR018   0xF0012254          DMARAM Channel 18 Configuration Register
DMA_SHADR018    0xF0012258          DMARAM Channel 18 Shadow Address Register
DMA_CHCSR018    0xF001225C          DMARAM Channel 18 Control and Status Register
DMA_RDCRCR019   0xF0012260          DMARAM Channel 19 Read Data CRC Register
DMA_SDCRCR019   0xF0012264          DMARAM Channel 19 Source and Destination Address CRC Register
DMA_SADR019     0xF0012268          DMARAM Channel 19 Source Address Register
DMA_DADR019     0xF001226C          DMARAM Channel 19 Destination Address Register
DMA_ADICR019    0xF0012270          DMARAM Channel 19 Address and Interrupt Control Register
DMA_CHCFGR019   0xF0012274          DMARAM Channel 19 Configuration Register
DMA_SHADR019    0xF0012278          DMARAM Channel 19 Shadow Address Register
DMA_CHCSR019    0xF001227C          DMARAM Channel 19 Control and Status Register
DMA_RDCRCR020   0xF0012280          DMARAM Channel 20 Read Data CRC Register
DMA_SDCRCR020   0xF0012284          DMARAM Channel 20 Source and Destination Address CRC Register
DMA_SADR020     0xF0012288          DMARAM Channel 20 Source Address Register
DMA_DADR020     0xF001228C          DMARAM Channel 20 Destination Address Register
DMA_ADICR020    0xF0012290          DMARAM Channel 20 Address and Interrupt Control Register
DMA_CHCFGR020   0xF0012294          DMARAM Channel 20 Configuration Register
DMA_SHADR020    0xF0012298          DMARAM Channel 20 Shadow Address Register
DMA_CHCSR020    0xF001229C          DMARAM Channel 20 Control and Status Register
DMA_RDCRCR021   0xF00122A0          DMARAM Channel 21 Read Data CRC Register
DMA_SDCRCR021   0xF00122A4          DMARAM Channel 21 Source and Destination Address CRC Register
DMA_SADR021     0xF00122A8          DMARAM Channel 21 Source Address Register
DMA_DADR021     0xF00122AC          DMARAM Channel 21 Destination Address Register
DMA_ADICR021    0xF00122B0          DMARAM Channel 21 Address and Interrupt Control Register
DMA_CHCFGR021   0xF00122B4          DMARAM Channel 21 Configuration Register
DMA_SHADR021    0xF00122B8          DMARAM Channel 21 Shadow Address Register
DMA_CHCSR021    0xF00122BC          DMARAM Channel 21 Control and Status Register
DMA_RDCRCR022   0xF00122C0          DMARAM Channel 22 Read Data CRC Register
DMA_SDCRCR022   0xF00122C4          DMARAM Channel 22 Source and Destination Address CRC Register
DMA_SADR022     0xF00122C8          DMARAM Channel 22 Source Address Register
DMA_DADR022     0xF00122CC          DMARAM Channel 22 Destination Address Register
DMA_ADICR022    0xF00122D0          DMARAM Channel 22 Address and Interrupt Control Register
DMA_CHCFGR022   0xF00122D4          DMARAM Channel 22 Configuration Register
DMA_SHADR022    0xF00122D8          DMARAM Channel 22 Shadow Address Register
DMA_CHCSR022    0xF00122DC          DMARAM Channel 22 Control and Status Register
DMA_RDCRCR023   0xF00122E0          DMARAM Channel 23 Read Data CRC Register
DMA_SDCRCR023   0xF00122E4          DMARAM Channel 23 Source and Destination Address CRC Register
DMA_SADR023     0xF00122E8          DMARAM Channel 23 Source Address Register
DMA_DADR023     0xF00122EC          DMARAM Channel 23 Destination Address Register
DMA_ADICR023    0xF00122F0          DMARAM Channel 23 Address and Interrupt Control Register
DMA_CHCFGR023   0xF00122F4          DMARAM Channel 23 Configuration Register
DMA_SHADR023    0xF00122F8          DMARAM Channel 23 Shadow Address Register
DMA_CHCSR023    0xF00122FC          DMARAM Channel 23 Control and Status Register
DMA_RDCRCR024   0xF0012300          DMARAM Channel 24 Read Data CRC Register
DMA_SDCRCR024   0xF0012304          DMARAM Channel 24 Source and Destination Address CRC Register
DMA_SADR024     0xF0012308          DMARAM Channel 24 Source Address Register
DMA_DADR024     0xF001230C          DMARAM Channel 24 Destination Address Register
DMA_ADICR024    0xF0012310          DMARAM Channel 24 Address and Interrupt Control Register
DMA_CHCFGR024   0xF0012314          DMARAM Channel 24 Configuration Register
DMA_SHADR024    0xF0012318          DMARAM Channel 24 Shadow Address Register
DMA_CHCSR024    0xF001231C          DMARAM Channel 24 Control and Status Register
DMA_RDCRCR025   0xF0012320          DMARAM Channel 25 Read Data CRC Register
DMA_SDCRCR025   0xF0012324          DMARAM Channel 25 Source and Destination Address CRC Register
DMA_SADR025     0xF0012328          DMARAM Channel 25 Source Address Register
DMA_DADR025     0xF001232C          DMARAM Channel 25 Destination Address Register
DMA_ADICR025    0xF0012330          DMARAM Channel 25 Address and Interrupt Control Register
DMA_CHCFGR025   0xF0012334          DMARAM Channel 25 Configuration Register
DMA_SHADR025    0xF0012338          DMARAM Channel 25 Shadow Address Register
DMA_CHCSR025    0xF001233C          DMARAM Channel 25 Control and Status Register
DMA_RDCRCR026   0xF0012340          DMARAM Channel 26 Read Data CRC Register
DMA_SDCRCR026   0xF0012344          DMARAM Channel 26 Source and Destination Address CRC Register
DMA_SADR026     0xF0012348          DMARAM Channel 26 Source Address Register
DMA_DADR026     0xF001234C          DMARAM Channel 26 Destination Address Register
DMA_ADICR026    0xF0012350          DMARAM Channel 26 Address and Interrupt Control Register
DMA_CHCFGR026   0xF0012354          DMARAM Channel 26 Configuration Register
DMA_SHADR026    0xF0012358          DMARAM Channel 26 Shadow Address Register
DMA_CHCSR026    0xF001235C          DMARAM Channel 26 Control and Status Register
DMA_RDCRCR027   0xF0012360          DMARAM Channel 27 Read Data CRC Register
DMA_SDCRCR027   0xF0012364          DMARAM Channel 27 Source and Destination Address CRC Register
DMA_SADR027     0xF0012368          DMARAM Channel 27 Source Address Register
DMA_DADR027     0xF001236C          DMARAM Channel 27 Destination Address Register
DMA_ADICR027    0xF0012370          DMARAM Channel 27 Address and Interrupt Control Register
DMA_CHCFGR027   0xF0012374          DMARAM Channel 27 Configuration Register
DMA_SHADR027    0xF0012378          DMARAM Channel 27 Shadow Address Register
DMA_CHCSR027    0xF001237C          DMARAM Channel 27 Control and Status Register
DMA_RDCRCR028   0xF0012380          DMARAM Channel 28 Read Data CRC Register
DMA_SDCRCR028   0xF0012384          DMARAM Channel 28 Source and Destination Address CRC Register
DMA_SADR028     0xF0012388          DMARAM Channel 28 Source Address Register
DMA_DADR028     0xF001238C          DMARAM Channel 28 Destination Address Register
DMA_ADICR028    0xF0012390          DMARAM Channel 28 Address and Interrupt Control Register
DMA_CHCFGR028   0xF0012394          DMARAM Channel 28 Configuration Register
DMA_SHADR028    0xF0012398          DMARAM Channel 28 Shadow Address Register
DMA_CHCSR028    0xF001239C          DMARAM Channel 28 Control and Status Register
DMA_RDCRCR029   0xF00123A0          DMARAM Channel 29 Read Data CRC Register
DMA_SDCRCR029   0xF00123A4          DMARAM Channel 29 Source and Destination Address CRC Register
DMA_SADR029     0xF00123A8          DMARAM Channel 29 Source Address Register
DMA_DADR029     0xF00123AC          DMARAM Channel 29 Destination Address Register
DMA_ADICR029    0xF00123B0          DMARAM Channel 29 Address and Interrupt Control Register
DMA_CHCFGR029   0xF00123B4          DMARAM Channel 29 Configuration Register
DMA_SHADR029    0xF00123B8          DMARAM Channel 29 Shadow Address Register
DMA_CHCSR029    0xF00123BC          DMARAM Channel 29 Control and Status Register
DMA_RDCRCR030   0xF00123C0          DMARAM Channel 30 Read Data CRC Register
DMA_SDCRCR030   0xF00123C4          DMARAM Channel 30 Source and Destination Address CRC Register
DMA_SADR030     0xF00123C8          DMARAM Channel 30 Source Address Register
DMA_DADR030     0xF00123CC          DMARAM Channel 30 Destination Address Register
DMA_ADICR030    0xF00123D0          DMARAM Channel 30 Address and Interrupt Control Register
DMA_CHCFGR030   0xF00123D4          DMARAM Channel 30 Configuration Register
DMA_SHADR030    0xF00123D8          DMARAM Channel 30 Shadow Address Register
DMA_CHCSR030    0xF00123DC          DMARAM Channel 30 Control and Status Register
DMA_RDCRCR031   0xF00123E0          DMARAM Channel 31 Read Data CRC Register
DMA_SDCRCR031   0xF00123E4          DMARAM Channel 31 Source and Destination Address CRC Register
DMA_SADR031     0xF00123E8          DMARAM Channel 31 Source Address Register
DMA_DADR031     0xF00123EC          DMARAM Channel 31 Destination Address Register
DMA_ADICR031    0xF00123F0          DMARAM Channel 31 Address and Interrupt Control Register
DMA_CHCFGR031   0xF00123F4          DMARAM Channel 31 Configuration Register
DMA_SHADR031    0xF00123F8          DMARAM Channel 31 Shadow Address Register
DMA_CHCSR031    0xF00123FC          DMARAM Channel 31 Control and Status Register
DMA_RDCRCR032   0xF0012400          DMARAM Channel 32 Read Data CRC Register
DMA_SDCRCR032   0xF0012404          DMARAM Channel 32 Source and Destination Address CRC Register
DMA_SADR032     0xF0012408          DMARAM Channel 32 Source Address Register
DMA_DADR032     0xF001240C          DMARAM Channel 32 Destination Address Register
DMA_ADICR032    0xF0012410          DMARAM Channel 32 Address and Interrupt Control Register
DMA_CHCFGR032   0xF0012414          DMARAM Channel 32 Configuration Register
DMA_SHADR032    0xF0012418          DMARAM Channel 32 Shadow Address Register
DMA_CHCSR032    0xF001241C          DMARAM Channel 32 Control and Status Register
DMA_RDCRCR033   0xF0012420          DMARAM Channel 33 Read Data CRC Register
DMA_SDCRCR033   0xF0012424          DMARAM Channel 33 Source and Destination Address CRC Register
DMA_SADR033     0xF0012428          DMARAM Channel 33 Source Address Register
DMA_DADR033     0xF001242C          DMARAM Channel 33 Destination Address Register
DMA_ADICR033    0xF0012430          DMARAM Channel 33 Address and Interrupt Control Register
DMA_CHCFGR033   0xF0012434          DMARAM Channel 33 Configuration Register
DMA_SHADR033    0xF0012438          DMARAM Channel 33 Shadow Address Register
DMA_CHCSR033    0xF001243C          DMARAM Channel 33 Control and Status Register
DMA_RDCRCR034   0xF0012440          DMARAM Channel 34 Read Data CRC Register
DMA_SDCRCR034   0xF0012444          DMARAM Channel 34 Source and Destination Address CRC Register
DMA_SADR034     0xF0012448          DMARAM Channel 34 Source Address Register
DMA_DADR034     0xF001244C          DMARAM Channel 34 Destination Address Register
DMA_ADICR034    0xF0012450          DMARAM Channel 34 Address and Interrupt Control Register
DMA_CHCFGR034   0xF0012454          DMARAM Channel 34 Configuration Register
DMA_SHADR034    0xF0012458          DMARAM Channel 34 Shadow Address Register
DMA_CHCSR034    0xF001245C          DMARAM Channel 34 Control and Status Register
DMA_RDCRCR035   0xF0012460          DMARAM Channel 35 Read Data CRC Register
DMA_SDCRCR035   0xF0012464          DMARAM Channel 35 Source and Destination Address CRC Register
DMA_SADR035     0xF0012468          DMARAM Channel 35 Source Address Register
DMA_DADR035     0xF001246C          DMARAM Channel 35 Destination Address Register
DMA_ADICR035    0xF0012470          DMARAM Channel 35 Address and Interrupt Control Register
DMA_CHCFGR035   0xF0012474          DMARAM Channel 35 Configuration Register
DMA_SHADR035    0xF0012478          DMARAM Channel 35 Shadow Address Register
DMA_CHCSR035    0xF001247C          DMARAM Channel 35 Control and Status Register
DMA_RDCRCR036   0xF0012480          DMARAM Channel 36 Read Data CRC Register
DMA_SDCRCR036   0xF0012484          DMARAM Channel 36 Source and Destination Address CRC Register
DMA_SADR036     0xF0012488          DMARAM Channel 36 Source Address Register
DMA_DADR036     0xF001248C          DMARAM Channel 36 Destination Address Register
DMA_ADICR036    0xF0012490          DMARAM Channel 36 Address and Interrupt Control Register
DMA_CHCFGR036   0xF0012494          DMARAM Channel 36 Configuration Register
DMA_SHADR036    0xF0012498          DMARAM Channel 36 Shadow Address Register
DMA_CHCSR036    0xF001249C          DMARAM Channel 36 Control and Status Register
DMA_RDCRCR037   0xF00124A0          DMARAM Channel 37 Read Data CRC Register
DMA_SDCRCR037   0xF00124A4          DMARAM Channel 37 Source and Destination Address CRC Register
DMA_SADR037     0xF00124A8          DMARAM Channel 37 Source Address Register
DMA_DADR037     0xF00124AC          DMARAM Channel 37 Destination Address Register
DMA_ADICR037    0xF00124B0          DMARAM Channel 37 Address and Interrupt Control Register
DMA_CHCFGR037   0xF00124B4          DMARAM Channel 37 Configuration Register
DMA_SHADR037    0xF00124B8          DMARAM Channel 37 Shadow Address Register
DMA_CHCSR037    0xF00124BC          DMARAM Channel 37 Control and Status Register
DMA_RDCRCR038   0xF00124C0          DMARAM Channel 38 Read Data CRC Register
DMA_SDCRCR038   0xF00124C4          DMARAM Channel 38 Source and Destination Address CRC Register
DMA_SADR038     0xF00124C8          DMARAM Channel 38 Source Address Register
DMA_DADR038     0xF00124CC          DMARAM Channel 38 Destination Address Register
DMA_ADICR038    0xF00124D0          DMARAM Channel 38 Address and Interrupt Control Register
DMA_CHCFGR038   0xF00124D4          DMARAM Channel 38 Configuration Register
DMA_SHADR038    0xF00124D8          DMARAM Channel 38 Shadow Address Register
DMA_CHCSR038    0xF00124DC          DMARAM Channel 38 Control and Status Register
DMA_RDCRCR039   0xF00124E0          DMARAM Channel 39 Read Data CRC Register
DMA_SDCRCR039   0xF00124E4          DMARAM Channel 39 Source and Destination Address CRC Register
DMA_SADR039     0xF00124E8          DMARAM Channel 39 Source Address Register
DMA_DADR039     0xF00124EC          DMARAM Channel 39 Destination Address Register
DMA_ADICR039    0xF00124F0          DMARAM Channel 39 Address and Interrupt Control Register
DMA_CHCFGR039   0xF00124F4          DMARAM Channel 39 Configuration Register
DMA_SHADR039    0xF00124F8          DMARAM Channel 39 Shadow Address Register
DMA_CHCSR039    0xF00124FC          DMARAM Channel 39 Control and Status Register
DMA_RDCRCR040   0xF0012500          DMARAM Channel 40 Read Data CRC Register
DMA_SDCRCR040   0xF0012504          DMARAM Channel 40 Source and Destination Address CRC Register
DMA_SADR040     0xF0012508          DMARAM Channel 40 Source Address Register
DMA_DADR040     0xF001250C          DMARAM Channel 40 Destination Address Register
DMA_ADICR040    0xF0012510          DMARAM Channel 40 Address and Interrupt Control Register
DMA_CHCFGR040   0xF0012514          DMARAM Channel 40 Configuration Register
DMA_SHADR040    0xF0012518          DMARAM Channel 40 Shadow Address Register
DMA_CHCSR040    0xF001251C          DMARAM Channel 40 Control and Status Register
DMA_RDCRCR041   0xF0012520          DMARAM Channel 41 Read Data CRC Register
DMA_SDCRCR041   0xF0012524          DMARAM Channel 41 Source and Destination Address CRC Register
DMA_SADR041     0xF0012528          DMARAM Channel 41 Source Address Register
DMA_DADR041     0xF001252C          DMARAM Channel 41 Destination Address Register
DMA_ADICR041    0xF0012530          DMARAM Channel 41 Address and Interrupt Control Register
DMA_CHCFGR041   0xF0012534          DMARAM Channel 41 Configuration Register
DMA_SHADR041    0xF0012538          DMARAM Channel 41 Shadow Address Register
DMA_CHCSR041    0xF001253C          DMARAM Channel 41 Control and Status Register
DMA_RDCRCR042   0xF0012540          DMARAM Channel 42 Read Data CRC Register
DMA_SDCRCR042   0xF0012544          DMARAM Channel 42 Source and Destination Address CRC Register
DMA_SADR042     0xF0012548          DMARAM Channel 42 Source Address Register
DMA_DADR042     0xF001254C          DMARAM Channel 42 Destination Address Register
DMA_ADICR042    0xF0012550          DMARAM Channel 42 Address and Interrupt Control Register
DMA_CHCFGR042   0xF0012554          DMARAM Channel 42 Configuration Register
DMA_SHADR042    0xF0012558          DMARAM Channel 42 Shadow Address Register
DMA_CHCSR042    0xF001255C          DMARAM Channel 42 Control and Status Register
DMA_RDCRCR043   0xF0012560          DMARAM Channel 43 Read Data CRC Register
DMA_SDCRCR043   0xF0012564          DMARAM Channel 43 Source and Destination Address CRC Register
DMA_SADR043     0xF0012568          DMARAM Channel 43 Source Address Register
DMA_DADR043     0xF001256C          DMARAM Channel 43 Destination Address Register
DMA_ADICR043    0xF0012570          DMARAM Channel 43 Address and Interrupt Control Register
DMA_CHCFGR043   0xF0012574          DMARAM Channel 43 Configuration Register
DMA_SHADR043    0xF0012578          DMARAM Channel 43 Shadow Address Register
DMA_CHCSR043    0xF001257C          DMARAM Channel 43 Control and Status Register
DMA_RDCRCR044   0xF0012580          DMARAM Channel 44 Read Data CRC Register
DMA_SDCRCR044   0xF0012584          DMARAM Channel 44 Source and Destination Address CRC Register
DMA_SADR044     0xF0012588          DMARAM Channel 44 Source Address Register
DMA_DADR044     0xF001258C          DMARAM Channel 44 Destination Address Register
DMA_ADICR044    0xF0012590          DMARAM Channel 44 Address and Interrupt Control Register
DMA_CHCFGR044   0xF0012594          DMARAM Channel 44 Configuration Register
DMA_SHADR044    0xF0012598          DMARAM Channel 44 Shadow Address Register
DMA_CHCSR044    0xF001259C          DMARAM Channel 44 Control and Status Register
DMA_RDCRCR045   0xF00125A0          DMARAM Channel 45 Read Data CRC Register
DMA_SDCRCR045   0xF00125A4          DMARAM Channel 45 Source and Destination Address CRC Register
DMA_SADR045     0xF00125A8          DMARAM Channel 45 Source Address Register
DMA_DADR045     0xF00125AC          DMARAM Channel 45 Destination Address Register
DMA_ADICR045    0xF00125B0          DMARAM Channel 45 Address and Interrupt Control Register
DMA_CHCFGR045   0xF00125B4          DMARAM Channel 45 Configuration Register
DMA_SHADR045    0xF00125B8          DMARAM Channel 45 Shadow Address Register
DMA_CHCSR045    0xF00125BC          DMARAM Channel 45 Control and Status Register
DMA_RDCRCR046   0xF00125C0          DMARAM Channel 46 Read Data CRC Register
DMA_SDCRCR046   0xF00125C4          DMARAM Channel 46 Source and Destination Address CRC Register
DMA_SADR046     0xF00125C8          DMARAM Channel 46 Source Address Register
DMA_DADR046     0xF00125CC          DMARAM Channel 46 Destination Address Register
DMA_ADICR046    0xF00125D0          DMARAM Channel 46 Address and Interrupt Control Register
DMA_CHCFGR046   0xF00125D4          DMARAM Channel 46 Configuration Register
DMA_SHADR046    0xF00125D8          DMARAM Channel 46 Shadow Address Register
DMA_CHCSR046    0xF00125DC          DMARAM Channel 46 Control and Status Register
DMA_RDCRCR047   0xF00125E0          DMARAM Channel 47 Read Data CRC Register
DMA_SDCRCR047   0xF00125E4          DMARAM Channel 47 Source and Destination Address CRC Register
DMA_SADR047     0xF00125E8          DMARAM Channel 47 Source Address Register
DMA_DADR047     0xF00125EC          DMARAM Channel 47 Destination Address Register
DMA_ADICR047    0xF00125F0          DMARAM Channel 47 Address and Interrupt Control Register
DMA_CHCFGR047   0xF00125F4          DMARAM Channel 47 Configuration Register
DMA_SHADR047    0xF00125F8          DMARAM Channel 47 Shadow Address Register
DMA_CHCSR047    0xF00125FC          DMARAM Channel 47 Control and Status Register
DMA_RDCRCR048   0xF0012600          DMARAM Channel 48 Read Data CRC Register
DMA_SDCRCR048   0xF0012604          DMARAM Channel 48 Source and Destination Address CRC Register
DMA_SADR048     0xF0012608          DMARAM Channel 48 Source Address Register
DMA_DADR048     0xF001260C          DMARAM Channel 48 Destination Address Register
DMA_ADICR048    0xF0012610          DMARAM Channel 48 Address and Interrupt Control Register
DMA_CHCFGR048   0xF0012614          DMARAM Channel 48 Configuration Register
DMA_SHADR048    0xF0012618          DMARAM Channel 48 Shadow Address Register
DMA_CHCSR048    0xF001261C          DMARAM Channel 48 Control and Status Register
DMA_RDCRCR049   0xF0012620          DMARAM Channel 49 Read Data CRC Register
DMA_SDCRCR049   0xF0012624          DMARAM Channel 49 Source and Destination Address CRC Register
DMA_SADR049     0xF0012628          DMARAM Channel 49 Source Address Register
DMA_DADR049     0xF001262C          DMARAM Channel 49 Destination Address Register
DMA_ADICR049    0xF0012630          DMARAM Channel 49 Address and Interrupt Control Register
DMA_CHCFGR049   0xF0012634          DMARAM Channel 49 Configuration Register
DMA_SHADR049    0xF0012638          DMARAM Channel 49 Shadow Address Register
DMA_CHCSR049    0xF001263C          DMARAM Channel 49 Control and Status Register
DMA_RDCRCR050   0xF0012640          DMARAM Channel 50 Read Data CRC Register
DMA_SDCRCR050   0xF0012644          DMARAM Channel 50 Source and Destination Address CRC Register
DMA_SADR050     0xF0012648          DMARAM Channel 50 Source Address Register
DMA_DADR050     0xF001264C          DMARAM Channel 50 Destination Address Register
DMA_ADICR050    0xF0012650          DMARAM Channel 50 Address and Interrupt Control Register
DMA_CHCFGR050   0xF0012654          DMARAM Channel 50 Configuration Register
DMA_SHADR050    0xF0012658          DMARAM Channel 50 Shadow Address Register
DMA_CHCSR050    0xF001265C          DMARAM Channel 50 Control and Status Register
DMA_RDCRCR051   0xF0012660          DMARAM Channel 51 Read Data CRC Register
DMA_SDCRCR051   0xF0012664          DMARAM Channel 51 Source and Destination Address CRC Register
DMA_SADR051     0xF0012668          DMARAM Channel 51 Source Address Register
DMA_DADR051     0xF001266C          DMARAM Channel 51 Destination Address Register
DMA_ADICR051    0xF0012670          DMARAM Channel 51 Address and Interrupt Control Register
DMA_CHCFGR051   0xF0012674          DMARAM Channel 51 Configuration Register
DMA_SHADR051    0xF0012678          DMARAM Channel 51 Shadow Address Register
DMA_CHCSR051    0xF001267C          DMARAM Channel 51 Control and Status Register
DMA_RDCRCR052   0xF0012680          DMARAM Channel 52 Read Data CRC Register
DMA_SDCRCR052   0xF0012684          DMARAM Channel 52 Source and Destination Address CRC Register
DMA_SADR052     0xF0012688          DMARAM Channel 52 Source Address Register
DMA_DADR052     0xF001268C          DMARAM Channel 52 Destination Address Register
DMA_ADICR052    0xF0012690          DMARAM Channel 52 Address and Interrupt Control Register
DMA_CHCFGR052   0xF0012694          DMARAM Channel 52 Configuration Register
DMA_SHADR052    0xF0012698          DMARAM Channel 52 Shadow Address Register
DMA_CHCSR052    0xF001269C          DMARAM Channel 52 Control and Status Register
DMA_RDCRCR053   0xF00126A0          DMARAM Channel 53 Read Data CRC Register
DMA_SDCRCR053   0xF00126A4          DMARAM Channel 53 Source and Destination Address CRC Register
DMA_SADR053     0xF00126A8          DMARAM Channel 53 Source Address Register
DMA_DADR053     0xF00126AC          DMARAM Channel 53 Destination Address Register
DMA_ADICR053    0xF00126B0          DMARAM Channel 53 Address and Interrupt Control Register
DMA_CHCFGR053   0xF00126B4          DMARAM Channel 53 Configuration Register
DMA_SHADR053    0xF00126B8          DMARAM Channel 53 Shadow Address Register
DMA_CHCSR053    0xF00126BC          DMARAM Channel 53 Control and Status Register
DMA_RDCRCR054   0xF00126C0          DMARAM Channel 54 Read Data CRC Register
DMA_SDCRCR054   0xF00126C4          DMARAM Channel 54 Source and Destination Address CRC Register
DMA_SADR054     0xF00126C8          DMARAM Channel 54 Source Address Register
DMA_DADR054     0xF00126CC          DMARAM Channel 54 Destination Address Register
DMA_ADICR054    0xF00126D0          DMARAM Channel 54 Address and Interrupt Control Register
DMA_CHCFGR054   0xF00126D4          DMARAM Channel 54 Configuration Register
DMA_SHADR054    0xF00126D8          DMARAM Channel 54 Shadow Address Register
DMA_CHCSR054    0xF00126DC          DMARAM Channel 54 Control and Status Register
DMA_RDCRCR055   0xF00126E0          DMARAM Channel 55 Read Data CRC Register
DMA_SDCRCR055   0xF00126E4          DMARAM Channel 55 Source and Destination Address CRC Register
DMA_SADR055     0xF00126E8          DMARAM Channel 55 Source Address Register
DMA_DADR055     0xF00126EC          DMARAM Channel 55 Destination Address Register
DMA_ADICR055    0xF00126F0          DMARAM Channel 55 Address and Interrupt Control Register
DMA_CHCFGR055   0xF00126F4          DMARAM Channel 55 Configuration Register
DMA_SHADR055    0xF00126F8          DMARAM Channel 55 Shadow Address Register
DMA_CHCSR055    0xF00126FC          DMARAM Channel 55 Control and Status Register
DMA_RDCRCR056   0xF0012700          DMARAM Channel 56 Read Data CRC Register
DMA_SDCRCR056   0xF0012704          DMARAM Channel 56 Source and Destination Address CRC Register
DMA_SADR056     0xF0012708          DMARAM Channel 56 Source Address Register
DMA_DADR056     0xF001270C          DMARAM Channel 56 Destination Address Register
DMA_ADICR056    0xF0012710          DMARAM Channel 56 Address and Interrupt Control Register
DMA_CHCFGR056   0xF0012714          DMARAM Channel 56 Configuration Register
DMA_SHADR056    0xF0012718          DMARAM Channel 56 Shadow Address Register
DMA_CHCSR056    0xF001271C          DMARAM Channel 56 Control and Status Register
DMA_RDCRCR057   0xF0012720          DMARAM Channel 57 Read Data CRC Register
DMA_SDCRCR057   0xF0012724          DMARAM Channel 57 Source and Destination Address CRC Register
DMA_SADR057     0xF0012728          DMARAM Channel 57 Source Address Register
DMA_DADR057     0xF001272C          DMARAM Channel 57 Destination Address Register
DMA_ADICR057    0xF0012730          DMARAM Channel 57 Address and Interrupt Control Register
DMA_CHCFGR057   0xF0012734          DMARAM Channel 57 Configuration Register
DMA_SHADR057    0xF0012738          DMARAM Channel 57 Shadow Address Register
DMA_CHCSR057    0xF001273C          DMARAM Channel 57 Control and Status Register
DMA_RDCRCR058   0xF0012740          DMARAM Channel 58 Read Data CRC Register
DMA_SDCRCR058   0xF0012744          DMARAM Channel 58 Source and Destination Address CRC Register
DMA_SADR058     0xF0012748          DMARAM Channel 58 Source Address Register
DMA_DADR058     0xF001274C          DMARAM Channel 58 Destination Address Register
DMA_ADICR058    0xF0012750          DMARAM Channel 58 Address and Interrupt Control Register
DMA_CHCFGR058   0xF0012754          DMARAM Channel 58 Configuration Register
DMA_SHADR058    0xF0012758          DMARAM Channel 58 Shadow Address Register
DMA_CHCSR058    0xF001275C          DMARAM Channel 58 Control and Status Register
DMA_RDCRCR059   0xF0012760          DMARAM Channel 59 Read Data CRC Register
DMA_SDCRCR059   0xF0012764          DMARAM Channel 59 Source and Destination Address CRC Register
DMA_SADR059     0xF0012768          DMARAM Channel 59 Source Address Register
DMA_DADR059     0xF001276C          DMARAM Channel 59 Destination Address Register
DMA_ADICR059    0xF0012770          DMARAM Channel 59 Address and Interrupt Control Register
DMA_CHCFGR059   0xF0012774          DMARAM Channel 59 Configuration Register
DMA_SHADR059    0xF0012778          DMARAM Channel 59 Shadow Address Register
DMA_CHCSR059    0xF001277C          DMARAM Channel 59 Control and Status Register
DMA_RDCRCR060   0xF0012780          DMARAM Channel 60 Read Data CRC Register
DMA_SDCRCR060   0xF0012784          DMARAM Channel 60 Source and Destination Address CRC Register
DMA_SADR060     0xF0012788          DMARAM Channel 60 Source Address Register
DMA_DADR060     0xF001278C          DMARAM Channel 60 Destination Address Register
DMA_ADICR060    0xF0012790          DMARAM Channel 60 Address and Interrupt Control Register
DMA_CHCFGR060   0xF0012794          DMARAM Channel 60 Configuration Register
DMA_SHADR060    0xF0012798          DMARAM Channel 60 Shadow Address Register
DMA_CHCSR060    0xF001279C          DMARAM Channel 60 Control and Status Register
DMA_RDCRCR061   0xF00127A0          DMARAM Channel 61 Read Data CRC Register
DMA_SDCRCR061   0xF00127A4          DMARAM Channel 61 Source and Destination Address CRC Register
DMA_SADR061     0xF00127A8          DMARAM Channel 61 Source Address Register
DMA_DADR061     0xF00127AC          DMARAM Channel 61 Destination Address Register
DMA_ADICR061    0xF00127B0          DMARAM Channel 61 Address and Interrupt Control Register
DMA_CHCFGR061   0xF00127B4          DMARAM Channel 61 Configuration Register
DMA_SHADR061    0xF00127B8          DMARAM Channel 61 Shadow Address Register
DMA_CHCSR061    0xF00127BC          DMARAM Channel 61 Control and Status Register
DMA_RDCRCR062   0xF00127C0          DMARAM Channel 62 Read Data CRC Register
DMA_SDCRCR062   0xF00127C4          DMARAM Channel 62 Source and Destination Address CRC Register
DMA_SADR062     0xF00127C8          DMARAM Channel 62 Source Address Register
DMA_DADR062     0xF00127CC          DMARAM Channel 62 Destination Address Register
DMA_ADICR062    0xF00127D0          DMARAM Channel 62 Address and Interrupt Control Register
DMA_CHCFGR062   0xF00127D4          DMARAM Channel 62 Configuration Register
DMA_SHADR062    0xF00127D8          DMARAM Channel 62 Shadow Address Register
DMA_CHCSR062    0xF00127DC          DMARAM Channel 62 Control and Status Register
DMA_RDCRCR063   0xF00127E0          DMARAM Channel 63 Read Data CRC Register
DMA_SDCRCR063   0xF00127E4          DMARAM Channel 63 Source and Destination Address CRC Register
DMA_SADR063     0xF00127E8          DMARAM Channel 63 Source Address Register
DMA_DADR063     0xF00127EC          DMARAM Channel 63 Destination Address Register
DMA_ADICR063    0xF00127F0          DMARAM Channel 63 Address and Interrupt Control Register
DMA_CHCFGR063   0xF00127F4          DMARAM Channel 63 Configuration Register
DMA_SHADR063    0xF00127F8          DMARAM Channel 63 Shadow Address Register
DMA_CHCSR063    0xF00127FC          DMARAM Channel 63 Control and Status Register
ERAY0_CLC       0xF001C000          Clock Control Register
ERAY0_CUST1     0xF001C004          Busy and Input Buffer Control Register
ERAY0_ID        0xF001C008          Module Identification Register
ERAY0_CUST3     0xF001C00C          Customer Interface Timeout Counter Register
ERAY0_TEST1     0xF001C010          Test Register 1
ERAY0_TEST2     0xF001C014          Test Register 2
ERAY0_LCK       0xF001C01C          Lock Register
ERAY0_EIR       0xF001C020          Error Service Request Select Register
ERAY0_SIR       0xF001C024          Status Service Request Register
ERAY0_EILS      0xF001C028          Error Service Request Line Select
ERAY0_SILS      0xF001C02C          Status Service Request Line Select
ERAY0_EIES      0xF001C030          Error Service Request Enable Set
ERAY0_EIER      0xF001C034          Error Service Request Enable Reset
ERAY0_SIES      0xF001C038          Status Service Request Enable Set
ERAY0_SIER      0xF001C03C          Status Service Request Enable Reset
ERAY0_ILE       0xF001C040          Service Request Line Enable
ERAY0_T0C       0xF001C044          Timer 0 Configuration
ERAY0_T1C       0xF001C048          Timer 1 Configuration
ERAY0_STPW1     0xF001C04C          Stop Watch Register 1
ERAY0_STPW2     0xF001C050          Stop Watch Register 2
ERAY0_SUCC1     0xF001C080          SUC Configuration Register 1
ERAY0_SUCC2     0xF001C084          SUC Configuration Register 2
ERAY0_SUCC3     0xF001C088          SUC Configuration Register 3
ERAY0_NEMC      0xF001C08C          NEM Configuration Register
ERAY0_PRTC1     0xF001C090          PRT Configuration Register 1
ERAY0_PRTC2     0xF001C094          PRT Configuration Register 2
ERAY0_MHDC      0xF001C098          MHD Configuration Register
ERAY0_GTUC01    0xF001C0A0          GTU Configuration Register 1
ERAY0_GTUC02    0xF001C0A4          GTU Configuration Register 2
ERAY0_GTUC03    0xF001C0A8          GTU Configuration Register 3
ERAY0_GTUC04    0xF001C0AC          GTU Configuration Register 4
ERAY0_GTUC05    0xF001C0B0          GTU Configuration Register 5
ERAY0_GTUC06    0xF001C0B4          GTU Configuration Register 6
ERAY0_GTUC07    0xF001C0B8          GTU Configuration Register 7
ERAY0_GTUC08    0xF001C0BC          GTU Configuration Register 8
ERAY0_GTUC09    0xF001C0C0          GTU Configuration Register 9
ERAY0_GTUC10    0xF001C0C4          GTU Configuration Register 10
ERAY0_GTUC11    0xF001C0C8          GTU Configuration Register 11
ERAY0_CCSV      0xF001C100          Communication Controller Status Vector
ERAY0_CCEV      0xF001C104          Communication Controller Error Vector
ERAY0_SCV       0xF001C110          Slot Counter Value
ERAY0_MTCCV     0xF001C114          Macrotick and Cycle Counter Value
ERAY0_RCV       0xF001C118          Rate Correction Value
ERAY0_OCV       0xF001C11C          Offset Correction Value
ERAY0_SFS       0xF001C120          SYNC Frame Status
ERAY0_SWNIT     0xF001C124          Symbol Window and Network Idle Time Status
ERAY0_ACS       0xF001C128          Aggregated Channel Status
ERAY0_ESID01    0xF001C130          Even Sync ID Symbol Window 1
ERAY0_ESID02    0xF001C134          Even Sync ID Symbol Window 2
ERAY0_ESID03    0xF001C138          Even Sync ID Symbol Window 3
ERAY0_ESID04    0xF001C13C          Even Sync ID Symbol Window 4
ERAY0_ESID05    0xF001C140          Even Sync ID Symbol Window 5
ERAY0_ESID06    0xF001C144          Even Sync ID Symbol Window 6
ERAY0_ESID07    0xF001C148          Even Sync ID Symbol Window 7
ERAY0_ESID08    0xF001C14C          Even Sync ID Symbol Window 8
ERAY0_ESID09    0xF001C150          Even Sync ID Symbol Window 9
ERAY0_ESID10    0xF001C154          Even Sync ID Symbol Window 10
ERAY0_ESID11    0xF001C158          Even Sync ID Symbol Window 11
ERAY0_ESID12    0xF001C15C          Even Sync ID Symbol Window 12
ERAY0_ESID13    0xF001C160          Even Sync ID Symbol Window 13
ERAY0_ESID14    0xF001C164          Even Sync ID Symbol Window 14
ERAY0_ESID15    0xF001C168          Even Sync ID Symbol Window 15
ERAY0_OSID01    0xF001C170          Odd Sync ID Symbol Window 1
ERAY0_OSID02    0xF001C174          Odd Sync ID Symbol Window 2
ERAY0_OSID03    0xF001C178          Odd Sync ID Symbol Window 3
ERAY0_OSID04    0xF001C17C          Odd Sync ID Symbol Window 4
ERAY0_OSID05    0xF001C180          Odd Sync ID Symbol Window 5
ERAY0_OSID06    0xF001C184          Odd Sync ID Symbol Window 6
ERAY0_OSID07    0xF001C188          Odd Sync ID Symbol Window 7
ERAY0_OSID08    0xF001C18C          Odd Sync ID Symbol Window 8
ERAY0_OSID09    0xF001C190          Odd Sync ID Symbol Window 9
ERAY0_OSID10    0xF001C194          Odd Sync ID Symbol Window 10
ERAY0_OSID11    0xF001C198          Odd Sync ID Symbol Window 11
ERAY0_OSID12    0xF001C19C          Odd Sync ID Symbol Window 12
ERAY0_OSID13    0xF001C1A0          Odd Sync ID Symbol Window 13
ERAY0_OSID14    0xF001C1A4          Odd Sync ID Symbol Window 14
ERAY0_OSID15    0xF001C1A8          Odd Sync ID Symbol Window 15
ERAY0_NMV1      0xF001C1B0          Network Management Vector 1
ERAY0_NMV2      0xF001C1B4          Network Management Vector 2
ERAY0_NMV3      0xF001C1B8          Network Management Vector 3
ERAY0_MRC       0xF001C300          Message RAM Configuration
ERAY0_FRF       0xF001C304          FIFO Rejection Filter
ERAY0_FRFM      0xF001C308          FIFO Rejection Filter Mask
ERAY0_FCL       0xF001C30C          FIFO Critical Level
ERAY0_MHDS      0xF001C310          Message Handler Status
ERAY0_LDTS      0xF001C314          Last Dynamic Transmit Slot
ERAY0_FSR       0xF001C318          FIFO Status Register
ERAY0_MHDF      0xF001C31C          Message Handler Constraints Flags
ERAY0_TXRQ1     0xF001C320          Transmission Request Register 1
ERAY0_TXRQ2     0xF001C324          Transmission Request Register 2
ERAY0_TXRQ3     0xF001C328          Transmission Request Register 3
ERAY0_TXRQ4     0xF001C32C          Transmission Request Register 4
ERAY0_NDAT1     0xF001C330          New Data Register 1
ERAY0_NDAT2     0xF001C334          New Data Register 2
ERAY0_NDAT3     0xF001C338          New Data Register 3
ERAY0_NDAT4     0xF001C33C          New Data Register 4
ERAY0_MBSC1     0xF001C340          Message Buffer Status Changed 1
ERAY0_MBSC2     0xF001C344          Message Buffer Status Changed 2
ERAY0_MBSC3     0xF001C348          Message Buffer Status Changed 3
ERAY0_MBSC4     0xF001C34C          Message Buffer Status Changed 4
ERAY0_NDIC1     0xF001C3A8          New Data Interrupt Control 1
ERAY0_NDIC2     0xF001C3AC          New Data Interrupt Control 2
ERAY0_NDIC3     0xF001C3B0          New Data Interrupt Control 3
ERAY0_NDIC4     0xF001C3B4          New Data Interrupt Control 4
ERAY0_MSIC1     0xF001C3B8          Message Buffer Status Changed Interrupt Control 1
ERAY0_MSIC2     0xF001C3BC          Message Buffer Status Changed Interrupt Control 2
ERAY0_MSIC3     0xF001C3C0          Message Buffer Status Changed Interrupt Control 3
ERAY0_MSIC4     0xF001C3C4          Message Buffer Status Changed Interrupt Control 4
ERAY0_CREL      0xF001C3F0          Core Release Register
ERAY0_ENDN      0xF001C3F4          Endian Register
ERAY0_WRDS01    0xF001C400          Write Data Section 1
ERAY0_WRDS02    0xF001C404          Write Data Section 2
ERAY0_WRDS03    0xF001C408          Write Data Section 3
ERAY0_WRDS04    0xF001C40C          Write Data Section 4
ERAY0_WRDS05    0xF001C410          Write Data Section 5
ERAY0_WRDS06    0xF001C414          Write Data Section 6
ERAY0_WRDS07    0xF001C418          Write Data Section 7
ERAY0_WRDS08    0xF001C41C          Write Data Section 8
ERAY0_WRDS09    0xF001C420          Write Data Section 9
ERAY0_WRDS10    0xF001C424          Write Data Section 10
ERAY0_WRDS11    0xF001C428          Write Data Section 11
ERAY0_WRDS12    0xF001C42C          Write Data Section 12
ERAY0_WRDS13    0xF001C430          Write Data Section 13
ERAY0_WRDS14    0xF001C434          Write Data Section 14
ERAY0_WRDS15    0xF001C438          Write Data Section 15
ERAY0_WRDS16    0xF001C43C          Write Data Section 16
ERAY0_WRDS17    0xF001C440          Write Data Section 17
ERAY0_WRDS18    0xF001C444          Write Data Section 18
ERAY0_WRDS19    0xF001C448          Write Data Section 19
ERAY0_WRDS20    0xF001C44C          Write Data Section 20
ERAY0_WRDS21    0xF001C450          Write Data Section 21
ERAY0_WRDS22    0xF001C454          Write Data Section 22
ERAY0_WRDS23    0xF001C458          Write Data Section 23
ERAY0_WRDS24    0xF001C45C          Write Data Section 24
ERAY0_WRDS25    0xF001C460          Write Data Section 25
ERAY0_WRDS26    0xF001C464          Write Data Section 26
ERAY0_WRDS27    0xF001C468          Write Data Section 27
ERAY0_WRDS28    0xF001C46C          Write Data Section 28
ERAY0_WRDS29    0xF001C470          Write Data Section 29
ERAY0_WRDS30    0xF001C474          Write Data Section 30
ERAY0_WRDS31    0xF001C478          Write Data Section 31
ERAY0_WRDS32    0xF001C47C          Write Data Section 32
ERAY0_WRDS33    0xF001C480          Write Data Section 33
ERAY0_WRDS34    0xF001C484          Write Data Section 34
ERAY0_WRDS35    0xF001C488          Write Data Section 35
ERAY0_WRDS36    0xF001C48C          Write Data Section 36
ERAY0_WRDS37    0xF001C490          Write Data Section 37
ERAY0_WRDS38    0xF001C494          Write Data Section 38
ERAY0_WRDS39    0xF001C498          Write Data Section 39
ERAY0_WRDS40    0xF001C49C          Write Data Section 40
ERAY0_WRDS41    0xF001C4A0          Write Data Section 41
ERAY0_WRDS42    0xF001C4A4          Write Data Section 42
ERAY0_WRDS43    0xF001C4A8          Write Data Section 43
ERAY0_WRDS44    0xF001C4AC          Write Data Section 44
ERAY0_WRDS45    0xF001C4B0          Write Data Section 45
ERAY0_WRDS46    0xF001C4B4          Write Data Section 46
ERAY0_WRDS47    0xF001C4B8          Write Data Section 47
ERAY0_WRDS48    0xF001C4BC          Write Data Section 48
ERAY0_WRDS49    0xF001C4C0          Write Data Section 49
ERAY0_WRDS50    0xF001C4C4          Write Data Section 50
ERAY0_WRDS51    0xF001C4C8          Write Data Section 51
ERAY0_WRDS52    0xF001C4CC          Write Data Section 52
ERAY0_WRDS53    0xF001C4D0          Write Data Section 53
ERAY0_WRDS54    0xF001C4D4          Write Data Section 54
ERAY0_WRDS55    0xF001C4D8          Write Data Section 55
ERAY0_WRDS56    0xF001C4DC          Write Data Section 56
ERAY0_WRDS57    0xF001C4E0          Write Data Section 57
ERAY0_WRDS58    0xF001C4E4          Write Data Section 58
ERAY0_WRDS59    0xF001C4E8          Write Data Section 59
ERAY0_WRDS60    0xF001C4EC          Write Data Section 60
ERAY0_WRDS61    0xF001C4F0          Write Data Section 61
ERAY0_WRDS62    0xF001C4F4          Write Data Section 62
ERAY0_WRDS63    0xF001C4F8          Write Data Section 63
ERAY0_WRDS64    0xF001C4FC          Write Data Section 64
ERAY0_WRHS1     0xF001C500          Write Header Section 1
ERAY0_WRHS2     0xF001C504          Write Header Section 2
ERAY0_WRHS3     0xF001C508          Write Header Section 3
ERAY0_IBCM      0xF001C510          Input Buffer Command Mask
ERAY0_IBCR      0xF001C514          Input Buffer Command Request
ERAY0_RDDS01    0xF001C600          Read Data Section 1
ERAY0_RDDS02    0xF001C604          Read Data Section 2
ERAY0_RDDS03    0xF001C608          Read Data Section 3
ERAY0_RDDS04    0xF001C60C          Read Data Section 4
ERAY0_RDDS05    0xF001C610          Read Data Section 5
ERAY0_RDDS06    0xF001C614          Read Data Section 6
ERAY0_RDDS07    0xF001C618          Read Data Section 7
ERAY0_RDDS08    0xF001C61C          Read Data Section 8
ERAY0_RDDS09    0xF001C620          Read Data Section 9
ERAY0_RDDS10    0xF001C624          Read Data Section 10
ERAY0_RDDS11    0xF001C628          Read Data Section 11
ERAY0_RDDS12    0xF001C62C          Read Data Section 12
ERAY0_RDDS13    0xF001C630          Read Data Section 13
ERAY0_RDDS14    0xF001C634          Read Data Section 14
ERAY0_RDDS15    0xF001C638          Read Data Section 15
ERAY0_RDDS16    0xF001C63C          Read Data Section 16
ERAY0_RDDS17    0xF001C640          Read Data Section 17
ERAY0_RDDS18    0xF001C644          Read Data Section 18
ERAY0_RDDS19    0xF001C648          Read Data Section 19
ERAY0_RDDS20    0xF001C64C          Read Data Section 20
ERAY0_RDDS21    0xF001C650          Read Data Section 21
ERAY0_RDDS22    0xF001C654          Read Data Section 22
ERAY0_RDDS23    0xF001C658          Read Data Section 23
ERAY0_RDDS24    0xF001C65C          Read Data Section 24
ERAY0_RDDS25    0xF001C660          Read Data Section 25
ERAY0_RDDS26    0xF001C664          Read Data Section 26
ERAY0_RDDS27    0xF001C668          Read Data Section 27
ERAY0_RDDS28    0xF001C66C          Read Data Section 28
ERAY0_RDDS29    0xF001C670          Read Data Section 29
ERAY0_RDDS30    0xF001C674          Read Data Section 30
ERAY0_RDDS31    0xF001C678          Read Data Section 31
ERAY0_RDDS32    0xF001C67C          Read Data Section 32
ERAY0_RDDS33    0xF001C680          Read Data Section 33
ERAY0_RDDS34    0xF001C684          Read Data Section 34
ERAY0_RDDS35    0xF001C688          Read Data Section 35
ERAY0_RDDS36    0xF001C68C          Read Data Section 36
ERAY0_RDDS37    0xF001C690          Read Data Section 37
ERAY0_RDDS38    0xF001C694          Read Data Section 38
ERAY0_RDDS39    0xF001C698          Read Data Section 39
ERAY0_RDDS40    0xF001C69C          Read Data Section 40
ERAY0_RDDS41    0xF001C6A0          Read Data Section 41
ERAY0_RDDS42    0xF001C6A4          Read Data Section 42
ERAY0_RDDS43    0xF001C6A8          Read Data Section 43
ERAY0_RDDS44    0xF001C6AC          Read Data Section 44
ERAY0_RDDS45    0xF001C6B0          Read Data Section 45
ERAY0_RDDS46    0xF001C6B4          Read Data Section 46
ERAY0_RDDS47    0xF001C6B8          Read Data Section 47
ERAY0_RDDS48    0xF001C6BC          Read Data Section 48
ERAY0_RDDS49    0xF001C6C0          Read Data Section 49
ERAY0_RDDS50    0xF001C6C4          Read Data Section 50
ERAY0_RDDS51    0xF001C6C8          Read Data Section 51
ERAY0_RDDS52    0xF001C6CC          Read Data Section 52
ERAY0_RDDS53    0xF001C6D0          Read Data Section 53
ERAY0_RDDS54    0xF001C6D4          Read Data Section 54
ERAY0_RDDS55    0xF001C6D8          Read Data Section 55
ERAY0_RDDS56    0xF001C6DC          Read Data Section 56
ERAY0_RDDS57    0xF001C6E0          Read Data Section 57
ERAY0_RDDS58    0xF001C6E4          Read Data Section 58
ERAY0_RDDS59    0xF001C6E8          Read Data Section 59
ERAY0_RDDS60    0xF001C6EC          Read Data Section 60
ERAY0_RDDS61    0xF001C6F0          Read Data Section 61
ERAY0_RDDS62    0xF001C6F4          Read Data Section 62
ERAY0_RDDS63    0xF001C6F8          Read Data Section 63
ERAY0_RDDS64    0xF001C6FC          Read Data Section 64
ERAY0_RDHS1     0xF001C700          Read Header Section 1
ERAY0_RDHS2     0xF001C704          Read Header Section 2
ERAY0_RDHS3     0xF001C708          Read Header Section 3
ERAY0_MBS       0xF001C70C          Message Buffer Status
ERAY0_OBCM      0xF001C710          Output Buffer Command Mask
ERAY0_OBCR      0xF001C714          Output Buffer Command Request
ERAY0_OTSS      0xF001C870          OCDS Trigger Set Select
ERAY0_OCS       0xF001C8E8          OCDS Control and Status
ERAY0_KRSTCLR   0xF001C8EC          Kernel Reset Status Clear Register
ERAY0_KRST1     0xF001C8F0          Kernel Reset Register 1
ERAY0_KRST0     0xF001C8F4          Kernel Reset Register 0
ERAY0_ACCEN0    0xF001C8FC          Access Enable Register 0
EVADC_CLC       0xF0020000          Clock Control Register
EVADC_ID        0xF0020008          Module Identification Register
EVADC_OCS       0xF0020028          OCDS Control and Status Register
EVADC_KRSTCLR   0xF002002C          Kernel Reset Status Clear Register
EVADC_KRST1     0xF0020030          Kernel Reset Register 1
EVADC_KRST0     0xF0020034          Kernel Reset Register 0
EVADC_ACCEN0    0xF002003C          Access Enable Register 0
EVADC_GLOBCFG   0xF0020080          Global Configuration Register
EVADC_ACCPROT0  0xF0020088          Access Protection Register 0
EVADC_ACCPROT1  0xF002008C          Access Protection Register 1
EVADC_ACCPROT2  0xF0020090          Access Protection Register 2
EVADC_GLOBICLASS0 0xF00200A0          Input Class Register 0, Global
EVADC_GLOBICLASS1 0xF00200A4          Input Class Register 1, Global
EVADC_GLOBBOUND 0xF00200B8          Global Boundary Select Register
EVADC_GLOBEFLAG 0xF00200E0          Global Event Flag Register
EVADC_GLOBEVNP  0xF0020140          Global Event Node Pointer Register
EVADC_GLOBTF    0xF0020160          Global Test Functions Register
EVADC_GLOBTE    0xF0020164          Global Test Enable Register
EVADC_GLOBRCR   0xF0020280          Global Result Control Register
EVADC_GLOBRES   0xF0020300          Global Result Register
EVADC_GLOBRESD  0xF0020380          Global Result Register, Debug
EVADC_EMUXSEL   0xF00203F0          External Multiplexer Interface Select Register
EVADC_G0TRCTR   0xF0020410          Trigger Control Register, Group 0
EVADC_G0ARBCFG  0xF0020480          Arbitration Config. Register, Group 0
EVADC_G0ARBPR   0xF0020484          Arbitration Priority Register, Group 0
EVADC_G0ANCFG   0xF0020488          Analog Fct. Config. Register, Group 0
EVADC_G0ICLASS0 0xF00204A0          Input Class Register 0, Group 0
EVADC_G0ICLASS1 0xF00204A4          Input Class Register 1, Group 0
EVADC_G0ALIAS   0xF00204B0          Alias Register, Group 0
EVADC_G0BOUND   0xF00204B8          Boundary Select Register, Group 0
EVADC_G0SYNCTR  0xF00204C0          Synchronization Control Register, Group 0
EVADC_G0QCTRL0  0xF0020500          Queue 0 Source Contr. Register, Group 0
EVADC_G0QMR0    0xF0020504          Queue 0 Mode Register, Group 0
EVADC_G0QSR0    0xF0020508          Queue 0 Status Register, Group 0
EVADC_G0Q0R0    0xF002050C          Queue 0 Register 0, Group 0
EVADC_G0QINR0   0xF0020510          Queue 0 Input Register, Group 0
EVADC_G0QBUR0   0xF0020514          Queue 0 Backup Register, Group 0
EVADC_G0REQTM0  0xF0020518          Queue 0 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS0  0xF002051C          Queue 0 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL1  0xF0020520          Queue 1 Source Contr. Register, Group 0
EVADC_G0QMR1    0xF0020524          Queue 1 Mode Register, Group 0
EVADC_G0QSR1    0xF0020528          Queue 1 Status Register, Group 0
EVADC_G0Q0R1    0xF002052C          Queue 1 Register 0, Group 0
EVADC_G0QINR1   0xF0020530          Queue 1 Input Register, Group 0
EVADC_G0QBUR1   0xF0020534          Queue 1 Backup Register, Group 0
EVADC_G0REQTM1  0xF0020538          Queue 1 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS1  0xF002053C          Queue 1 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL2  0xF0020540          Queue 2 Source Contr. Register, Group 0
EVADC_G0QMR2    0xF0020544          Queue 2 Mode Register, Group 0
EVADC_G0QSR2    0xF0020548          Queue 2 Status Register, Group 0
EVADC_G0Q0R2    0xF002054C          Queue 2 Register 0, Group 0
EVADC_G0QINR2   0xF0020550          Queue 2 Input Register, Group 0
EVADC_G0QBUR2   0xF0020554          Queue 2 Backup Register, Group 0
EVADC_G0REQTM2  0xF0020558          Queue 2 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS2  0xF002055C          Queue 2 Requ. Timer Status Reg., Group 0
EVADC_G0CEFLAG  0xF0020580          Channel Event Flag Register, Group 0
EVADC_G0REFLAG  0xF0020584          Result Event Flag Register, Group 0
EVADC_G0SEFLAG  0xF0020588          Source Event Flag Register, Group 0
EVADC_G0CEFCLR  0xF0020590          Channel Event Flag Clear Register, Group 0
EVADC_G0REFCLR  0xF0020594          Result Event Flag Clear Register, Group 0
EVADC_G0SEFCLR  0xF0020598          Source Event Flag Clear Reg., Group 0
EVADC_G0CEVNP0  0xF00205A0          Channel Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP0  0xF00205B0          Result Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP1  0xF00205B4          Result Event Node Pointer Reg. 1, Group 0
EVADC_G0SEVNP   0xF00205C0          Source Event Node Pointer Reg., Group 0
EVADC_G0SRACT   0xF00205C8          Service Request Software Activation Trigger, Group 0
EVADC_G0EMUXCTR 0xF00205F0          External Multiplexer Control Reg., Group 0
EVADC_G0EMUXCS  0xF00205F4          Ext. Multiplexer Channel Select Reg., Group 0
EVADC_G0VFR     0xF00205F8          Valid Flag Register, Group 0
EVADC_G0CHCTR0  0xF0020600          Group 0, Channel 0 Control Register
EVADC_G0CHCTR1  0xF0020604          Group 0, Channel 1 Control Register
EVADC_G0CHCTR2  0xF0020608          Group 0, Channel 2 Control Register
EVADC_G0CHCTR3  0xF002060C          Group 0, Channel 3 Control Register
EVADC_G0CHCTR4  0xF0020610          Group 0, Channel 4 Control Register
EVADC_G0CHCTR5  0xF0020614          Group 0, Channel 5 Control Register
EVADC_G0CHCTR6  0xF0020618          Group 0, Channel 6 Control Register
EVADC_G0CHCTR7  0xF002061C          Group 0, Channel 7 Control Register
EVADC_G0RCR0    0xF0020680          Group 0 Result Control Register 0
EVADC_G0RCR1    0xF0020684          Group 0 Result Control Register 1
EVADC_G0RCR2    0xF0020688          Group 0 Result Control Register 2
EVADC_G0RCR3    0xF002068C          Group 0 Result Control Register 3
EVADC_G0RCR4    0xF0020690          Group 0 Result Control Register 4
EVADC_G0RCR5    0xF0020694          Group 0 Result Control Register 5
EVADC_G0RCR6    0xF0020698          Group 0 Result Control Register 6
EVADC_G0RCR7    0xF002069C          Group 0 Result Control Register 7
EVADC_G0RCR8    0xF00206A0          Group 0 Result Control Register 8
EVADC_G0RCR9    0xF00206A4          Group 0 Result Control Register 9
EVADC_G0RCR10   0xF00206A8          Group 0 Result Control Register 10
EVADC_G0RCR11   0xF00206AC          Group 0 Result Control Register 11
EVADC_G0RCR12   0xF00206B0          Group 0 Result Control Register 12
EVADC_G0RCR13   0xF00206B4          Group 0 Result Control Register 13
EVADC_G0RCR14   0xF00206B8          Group 0 Result Control Register 14
EVADC_G0RCR15   0xF00206BC          Group 0 Result Control Register 15
EVADC_G0RES0    0xF0020700          Group 0 Result Register 0
EVADC_G0RES1    0xF0020704          Group 0 Result Register 1
EVADC_G0RES2    0xF0020708          Group 0 Result Register 2
EVADC_G0RES3    0xF002070C          Group 0 Result Register 3
EVADC_G0RES4    0xF0020710          Group 0 Result Register 4
EVADC_G0RES5    0xF0020714          Group 0 Result Register 5
EVADC_G0RES6    0xF0020718          Group 0 Result Register 6
EVADC_G0RES7    0xF002071C          Group 0 Result Register 7
EVADC_G0RES8    0xF0020720          Group 0 Result Register 8
EVADC_G0RES9    0xF0020724          Group 0 Result Register 9
EVADC_G0RES10   0xF0020728          Group 0 Result Register 10
EVADC_G0RES11   0xF002072C          Group 0 Result Register 11
EVADC_G0RES12   0xF0020730          Group 0 Result Register 12
EVADC_G0RES13   0xF0020734          Group 0 Result Register 13
EVADC_G0RES14   0xF0020738          Group 0 Result Register 14
EVADC_G0RES15   0xF002073C          Group 0 Result Register 15
EVADC_G0RESD0   0xF0020780          Group 0 Result Reg. 0, Debug
EVADC_G0RESD1   0xF0020784          Group 0 Result Reg. 1, Debug
EVADC_G0RESD2   0xF0020788          Group 0 Result Reg. 2, Debug
EVADC_G0RESD3   0xF002078C          Group 0 Result Reg. 3, Debug
EVADC_G0RESD4   0xF0020790          Group 0 Result Reg. 4, Debug
EVADC_G0RESD5   0xF0020794          Group 0 Result Reg. 5, Debug
EVADC_G0RESD6   0xF0020798          Group 0 Result Reg. 6, Debug
EVADC_G0RESD7   0xF002079C          Group 0 Result Reg. 7, Debug
EVADC_G0RESD8   0xF00207A0          Group 0 Result Reg. 8, Debug
EVADC_G0RESD9   0xF00207A4          Group 0 Result Reg. 9, Debug
EVADC_G0RESD10  0xF00207A8          Group 0 Result Reg. 10, Debug
EVADC_G0RESD11  0xF00207AC          Group 0 Result Reg. 11, Debug
EVADC_G0RESD12  0xF00207B0          Group 0 Result Reg. 12, Debug
EVADC_G0RESD13  0xF00207B4          Group 0 Result Reg. 13, Debug
EVADC_G0RESD14  0xF00207B8          Group 0 Result Reg. 14, Debug
EVADC_G0RESD15  0xF00207BC          Group 0 Result Reg. 15, Debug
EVADC_G1TRCTR   0xF0020810          Trigger Control Register, Group 1
EVADC_G1ARBCFG  0xF0020880          Arbitration Config. Register, Group 1
EVADC_G1ARBPR   0xF0020884          Arbitration Priority Register, Group 1
EVADC_G1ANCFG   0xF0020888          Analog Fct. Config. Register, Group 1
EVADC_G1ICLASS0 0xF00208A0          Input Class Register 0, Group 1
EVADC_G1ICLASS1 0xF00208A4          Input Class Register 1, Group 1
EVADC_G1ALIAS   0xF00208B0          Alias Register, Group 1
EVADC_G1BOUND   0xF00208B8          Boundary Select Register, Group 1
EVADC_G1SYNCTR  0xF00208C0          Synchronization Control Register, Group 1
EVADC_G1QCTRL0  0xF0020900          Queue 0 Source Contr. Register, Group 1
EVADC_G1QMR0    0xF0020904          Queue 0 Mode Register, Group 1
EVADC_G1QSR0    0xF0020908          Queue 0 Status Register, Group 1
EVADC_G1Q0R0    0xF002090C          Queue 0 Register 0, Group 1
EVADC_G1QINR0   0xF0020910          Queue 0 Input Register, Group 1
EVADC_G1QBUR0   0xF0020914          Queue 0 Backup Register, Group 1
EVADC_G1REQTM0  0xF0020918          Queue 0 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS0  0xF002091C          Queue 0 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL1  0xF0020920          Queue 1 Source Contr. Register, Group 1
EVADC_G1QMR1    0xF0020924          Queue 1 Mode Register, Group 1
EVADC_G1QSR1    0xF0020928          Queue 1 Status Register, Group 1
EVADC_G1Q0R1    0xF002092C          Queue 1 Register 0, Group 1
EVADC_G1QINR1   0xF0020930          Queue 1 Input Register, Group 1
EVADC_G1QBUR1   0xF0020934          Queue 1 Backup Register, Group 1
EVADC_G1REQTM1  0xF0020938          Queue 1 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS1  0xF002093C          Queue 1 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL2  0xF0020940          Queue 2 Source Contr. Register, Group 1
EVADC_G1QMR2    0xF0020944          Queue 2 Mode Register, Group 1
EVADC_G1QSR2    0xF0020948          Queue 2 Status Register, Group 1
EVADC_G1Q0R2    0xF002094C          Queue 2 Register 0, Group 1
EVADC_G1QINR2   0xF0020950          Queue 2 Input Register, Group 1
EVADC_G1QBUR2   0xF0020954          Queue 2 Backup Register, Group 1
EVADC_G1REQTM2  0xF0020958          Queue 2 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS2  0xF002095C          Queue 2 Requ. Timer Status Reg., Group 1
EVADC_G1CEFLAG  0xF0020980          Channel Event Flag Register, Group 1
EVADC_G1REFLAG  0xF0020984          Result Event Flag Register, Group 1
EVADC_G1SEFLAG  0xF0020988          Source Event Flag Register, Group 1
EVADC_G1CEFCLR  0xF0020990          Channel Event Flag Clear Register, Group 1
EVADC_G1REFCLR  0xF0020994          Result Event Flag Clear Register, Group 1
EVADC_G1SEFCLR  0xF0020998          Source Event Flag Clear Reg., Group 1
EVADC_G1CEVNP0  0xF00209A0          Channel Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP0  0xF00209B0          Result Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP1  0xF00209B4          Result Event Node Pointer Reg. 1, Group 1
EVADC_G1SEVNP   0xF00209C0          Source Event Node Pointer Reg., Group 1
EVADC_G1SRACT   0xF00209C8          Service Request Software Activation Trigger, Group 1
EVADC_G1EMUXCTR 0xF00209F0          External Multiplexer Control Reg., Group 1
EVADC_G1EMUXCS  0xF00209F4          Ext. Multiplexer Channel Select Reg., Group 1
EVADC_G1VFR     0xF00209F8          Valid Flag Register, Group 1
EVADC_G1CHCTR0  0xF0020A00          Group 1, Channel 0 Control Register
EVADC_G1CHCTR1  0xF0020A04          Group 1, Channel 1 Control Register
EVADC_G1CHCTR2  0xF0020A08          Group 1, Channel 2 Control Register
EVADC_G1CHCTR3  0xF0020A0C          Group 1, Channel 3 Control Register
EVADC_G1CHCTR4  0xF0020A10          Group 1, Channel 4 Control Register
EVADC_G1CHCTR5  0xF0020A14          Group 1, Channel 5 Control Register
EVADC_G1CHCTR6  0xF0020A18          Group 1, Channel 6 Control Register
EVADC_G1CHCTR7  0xF0020A1C          Group 1, Channel 7 Control Register
EVADC_G1RCR0    0xF0020A80          Group 1 Result Control Register 0
EVADC_G1RCR1    0xF0020A84          Group 1 Result Control Register 1
EVADC_G1RCR2    0xF0020A88          Group 1 Result Control Register 2
EVADC_G1RCR3    0xF0020A8C          Group 1 Result Control Register 3
EVADC_G1RCR4    0xF0020A90          Group 1 Result Control Register 4
EVADC_G1RCR5    0xF0020A94          Group 1 Result Control Register 5
EVADC_G1RCR6    0xF0020A98          Group 1 Result Control Register 6
EVADC_G1RCR7    0xF0020A9C          Group 1 Result Control Register 7
EVADC_G1RCR8    0xF0020AA0          Group 1 Result Control Register 8
EVADC_G1RCR9    0xF0020AA4          Group 1 Result Control Register 9
EVADC_G1RCR10   0xF0020AA8          Group 1 Result Control Register 10
EVADC_G1RCR11   0xF0020AAC          Group 1 Result Control Register 11
EVADC_G1RCR12   0xF0020AB0          Group 1 Result Control Register 12
EVADC_G1RCR13   0xF0020AB4          Group 1 Result Control Register 13
EVADC_G1RCR14   0xF0020AB8          Group 1 Result Control Register 14
EVADC_G1RCR15   0xF0020ABC          Group 1 Result Control Register 15
EVADC_G1RES0    0xF0020B00          Group 1 Result Register 0
EVADC_G1RES1    0xF0020B04          Group 1 Result Register 1
EVADC_G1RES2    0xF0020B08          Group 1 Result Register 2
EVADC_G1RES3    0xF0020B0C          Group 1 Result Register 3
EVADC_G1RES4    0xF0020B10          Group 1 Result Register 4
EVADC_G1RES5    0xF0020B14          Group 1 Result Register 5
EVADC_G1RES6    0xF0020B18          Group 1 Result Register 6
EVADC_G1RES7    0xF0020B1C          Group 1 Result Register 7
EVADC_G1RES8    0xF0020B20          Group 1 Result Register 8
EVADC_G1RES9    0xF0020B24          Group 1 Result Register 9
EVADC_G1RES10   0xF0020B28          Group 1 Result Register 10
EVADC_G1RES11   0xF0020B2C          Group 1 Result Register 11
EVADC_G1RES12   0xF0020B30          Group 1 Result Register 12
EVADC_G1RES13   0xF0020B34          Group 1 Result Register 13
EVADC_G1RES14   0xF0020B38          Group 1 Result Register 14
EVADC_G1RES15   0xF0020B3C          Group 1 Result Register 15
EVADC_G1RESD0   0xF0020B80          Group 1 Result Reg. 0, Debug
EVADC_G1RESD1   0xF0020B84          Group 1 Result Reg. 1, Debug
EVADC_G1RESD2   0xF0020B88          Group 1 Result Reg. 2, Debug
EVADC_G1RESD3   0xF0020B8C          Group 1 Result Reg. 3, Debug
EVADC_G1RESD4   0xF0020B90          Group 1 Result Reg. 4, Debug
EVADC_G1RESD5   0xF0020B94          Group 1 Result Reg. 5, Debug
EVADC_G1RESD6   0xF0020B98          Group 1 Result Reg. 6, Debug
EVADC_G1RESD7   0xF0020B9C          Group 1 Result Reg. 7, Debug
EVADC_G1RESD8   0xF0020BA0          Group 1 Result Reg. 8, Debug
EVADC_G1RESD9   0xF0020BA4          Group 1 Result Reg. 9, Debug
EVADC_G1RESD10  0xF0020BA8          Group 1 Result Reg. 10, Debug
EVADC_G1RESD11  0xF0020BAC          Group 1 Result Reg. 11, Debug
EVADC_G1RESD12  0xF0020BB0          Group 1 Result Reg. 12, Debug
EVADC_G1RESD13  0xF0020BB4          Group 1 Result Reg. 13, Debug
EVADC_G1RESD14  0xF0020BB8          Group 1 Result Reg. 14, Debug
EVADC_G1RESD15  0xF0020BBC          Group 1 Result Reg. 15, Debug
EVADC_G8TRCTR   0xF0022410          Trigger Control Register, Group 8
EVADC_G8ARBCFG  0xF0022480          Arbitration Config. Register, Group 8
EVADC_G8ARBPR   0xF0022484          Arbitration Priority Register, Group 8
EVADC_G8ANCFG   0xF0022488          Analog Fct. Config. Register, Group 8
EVADC_G8ICLASS0 0xF00224A0          Input Class Register 0, Group 8
EVADC_G8ICLASS1 0xF00224A4          Input Class Register 1, Group 8
EVADC_G8ALIAS   0xF00224B0          Alias Register, Group 8
EVADC_G8BOUND   0xF00224B8          Boundary Select Register, Group 8
EVADC_G8SYNCTR  0xF00224C0          Synchronization Control Register, Group 8
EVADC_G8QCTRL0  0xF0022500          Queue 0 Source Contr. Register, Group 8
EVADC_G8QMR0    0xF0022504          Queue 0 Mode Register, Group 8
EVADC_G8QSR0    0xF0022508          Queue 0 Status Register, Group 8
EVADC_G8Q0R0    0xF002250C          Queue 0 Register 0, Group 8
EVADC_G8QINR0   0xF0022510          Queue 0 Input Register, Group 8
EVADC_G8QBUR0   0xF0022514          Queue 0 Backup Register, Group 8
EVADC_G8REQTM0  0xF0022518          Queue 0 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS0  0xF002251C          Queue 0 Requ. Timer Status Reg., Group 8
EVADC_G8QCTRL1  0xF0022520          Queue 1 Source Contr. Register, Group 8
EVADC_G8QMR1    0xF0022524          Queue 1 Mode Register, Group 8
EVADC_G8QSR1    0xF0022528          Queue 1 Status Register, Group 8
EVADC_G8Q0R1    0xF002252C          Queue 1 Register 0, Group 8
EVADC_G8QINR1   0xF0022530          Queue 1 Input Register, Group 8
EVADC_G8QBUR1   0xF0022534          Queue 1 Backup Register, Group 8
EVADC_G8REQTM1  0xF0022538          Queue 1 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS1  0xF002253C          Queue 1 Requ. Timer Status Reg., Group 8
EVADC_G8QCTRL2  0xF0022540          Queue 2 Source Contr. Register, Group 8
EVADC_G8QMR2    0xF0022544          Queue 2 Mode Register, Group 8
EVADC_G8QSR2    0xF0022548          Queue 2 Status Register, Group 8
EVADC_G8Q0R2    0xF002254C          Queue 2 Register 0, Group 8
EVADC_G8QINR2   0xF0022550          Queue 2 Input Register, Group 8
EVADC_G8QBUR2   0xF0022554          Queue 2 Backup Register, Group 8
EVADC_G8REQTM2  0xF0022558          Queue 2 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS2  0xF002255C          Queue 2 Requ. Timer Status Reg., Group 8
EVADC_G8CEFLAG  0xF0022580          Channel Event Flag Register, Group 8
EVADC_G8REFLAG  0xF0022584          Result Event Flag Register, Group 8
EVADC_G8SEFLAG  0xF0022588          Source Event Flag Register, Group 8
EVADC_G8CEFCLR  0xF0022590          Channel Event Flag Clear Register, Group 8
EVADC_G8REFCLR  0xF0022594          Result Event Flag Clear Register, Group 8
EVADC_G8SEFCLR  0xF0022598          Source Event Flag Clear Reg., Group 8
EVADC_G8CEVNP0  0xF00225A0          Channel Event Node Pointer Reg. 0, Group 8
EVADC_G8CEVNP1  0xF00225A4          Channel Event Node Pointer Reg. 1, Group 8
EVADC_G8REVNP0  0xF00225B0          Result Event Node Pointer Reg. 0, Group 8
EVADC_G8REVNP1  0xF00225B4          Result Event Node Pointer Reg. 1, Group 8
EVADC_G8SEVNP   0xF00225C0          Source Event Node Pointer Reg., Group 8
EVADC_G8SRACT   0xF00225C8          Service Request Software Activation Trigger, Group 8
EVADC_G8EMUXCTR 0xF00225F0          External Multiplexer Control Reg., Group 8
EVADC_G8EMUXCS  0xF00225F4          Ext. Multiplexer Channel Select Reg., Group 8
EVADC_G8VFR     0xF00225F8          Valid Flag Register, Group 8
EVADC_G8CHCTR0  0xF0022600          Group 8, Channel 0 Control Register
EVADC_G8CHCTR1  0xF0022604          Group 8, Channel 1 Control Register
EVADC_G8CHCTR2  0xF0022608          Group 8, Channel 2 Control Register
EVADC_G8CHCTR3  0xF002260C          Group 8, Channel 3 Control Register
EVADC_G8CHCTR4  0xF0022610          Group 8, Channel 4 Control Register
EVADC_G8CHCTR5  0xF0022614          Group 8, Channel 5 Control Register
EVADC_G8CHCTR6  0xF0022618          Group 8, Channel 6 Control Register
EVADC_G8CHCTR7  0xF002261C          Group 8, Channel 7 Control Register
EVADC_G8CHCTR8  0xF0022620          Group 8, Channel 8 Control Register
EVADC_G8CHCTR9  0xF0022624          Group 8, Channel 9 Control Register
EVADC_G8CHCTR10 0xF0022628          Group 8, Channel 10 Control Register
EVADC_G8CHCTR11 0xF002262C          Group 8, Channel 11 Control Register
EVADC_G8CHCTR12 0xF0022630          Group 8, Channel 12 Control Register
EVADC_G8CHCTR13 0xF0022634          Group 8, Channel 13 Control Register
EVADC_G8CHCTR14 0xF0022638          Group 8, Channel 14 Control Register
EVADC_G8CHCTR15 0xF002263C          Group 8, Channel 15 Control Register
EVADC_G8RCR0    0xF0022680          Group 8 Result Control Register 0
EVADC_G8RCR1    0xF0022684          Group 8 Result Control Register 1
EVADC_G8RCR2    0xF0022688          Group 8 Result Control Register 2
EVADC_G8RCR3    0xF002268C          Group 8 Result Control Register 3
EVADC_G8RCR4    0xF0022690          Group 8 Result Control Register 4
EVADC_G8RCR5    0xF0022694          Group 8 Result Control Register 5
EVADC_G8RCR6    0xF0022698          Group 8 Result Control Register 6
EVADC_G8RCR7    0xF002269C          Group 8 Result Control Register 7
EVADC_G8RCR8    0xF00226A0          Group 8 Result Control Register 8
EVADC_G8RCR9    0xF00226A4          Group 8 Result Control Register 9
EVADC_G8RCR10   0xF00226A8          Group 8 Result Control Register 10
EVADC_G8RCR11   0xF00226AC          Group 8 Result Control Register 11
EVADC_G8RCR12   0xF00226B0          Group 8 Result Control Register 12
EVADC_G8RCR13   0xF00226B4          Group 8 Result Control Register 13
EVADC_G8RCR14   0xF00226B8          Group 8 Result Control Register 14
EVADC_G8RCR15   0xF00226BC          Group 8 Result Control Register 15
EVADC_G8RES0    0xF0022700          Group 8 Result Register 0
EVADC_G8RES1    0xF0022704          Group 8 Result Register 1
EVADC_G8RES2    0xF0022708          Group 8 Result Register 2
EVADC_G8RES3    0xF002270C          Group 8 Result Register 3
EVADC_G8RES4    0xF0022710          Group 8 Result Register 4
EVADC_G8RES5    0xF0022714          Group 8 Result Register 5
EVADC_G8RES6    0xF0022718          Group 8 Result Register 6
EVADC_G8RES7    0xF002271C          Group 8 Result Register 7
EVADC_G8RES8    0xF0022720          Group 8 Result Register 8
EVADC_G8RES9    0xF0022724          Group 8 Result Register 9
EVADC_G8RES10   0xF0022728          Group 8 Result Register 10
EVADC_G8RES11   0xF002272C          Group 8 Result Register 11
EVADC_G8RES12   0xF0022730          Group 8 Result Register 12
EVADC_G8RES13   0xF0022734          Group 8 Result Register 13
EVADC_G8RES14   0xF0022738          Group 8 Result Register 14
EVADC_G8RES15   0xF002273C          Group 8 Result Register 15
EVADC_G8RESD0   0xF0022780          Group 8 Result Reg. 0, Debug
EVADC_G8RESD1   0xF0022784          Group 8 Result Reg. 1, Debug
EVADC_G8RESD2   0xF0022788          Group 8 Result Reg. 2, Debug
EVADC_G8RESD3   0xF002278C          Group 8 Result Reg. 3, Debug
EVADC_G8RESD4   0xF0022790          Group 8 Result Reg. 4, Debug
EVADC_G8RESD5   0xF0022794          Group 8 Result Reg. 5, Debug
EVADC_G8RESD6   0xF0022798          Group 8 Result Reg. 6, Debug
EVADC_G8RESD7   0xF002279C          Group 8 Result Reg. 7, Debug
EVADC_G8RESD8   0xF00227A0          Group 8 Result Reg. 8, Debug
EVADC_G8RESD9   0xF00227A4          Group 8 Result Reg. 9, Debug
EVADC_G8RESD10  0xF00227A8          Group 8 Result Reg. 10, Debug
EVADC_G8RESD11  0xF00227AC          Group 8 Result Reg. 11, Debug
EVADC_G8RESD12  0xF00227B0          Group 8 Result Reg. 12, Debug
EVADC_G8RESD13  0xF00227B4          Group 8 Result Reg. 13, Debug
EVADC_G8RESD14  0xF00227B8          Group 8 Result Reg. 14, Debug
EVADC_G8RESD15  0xF00227BC          Group 8 Result Reg. 15, Debug
EVADC_G9TRCTR   0xF0022810          Trigger Control Register, Group 9
EVADC_G9ARBCFG  0xF0022880          Arbitration Config. Register, Group 9
EVADC_G9ARBPR   0xF0022884          Arbitration Priority Register, Group 9
EVADC_G9ANCFG   0xF0022888          Analog Fct. Config. Register, Group 9
EVADC_G9ICLASS0 0xF00228A0          Input Class Register 0, Group 9
EVADC_G9ICLASS1 0xF00228A4          Input Class Register 1, Group 9
EVADC_G9ALIAS   0xF00228B0          Alias Register, Group 9
EVADC_G9BOUND   0xF00228B8          Boundary Select Register, Group 9
EVADC_G9SYNCTR  0xF00228C0          Synchronization Control Register, Group 9
EVADC_G9QCTRL0  0xF0022900          Queue 0 Source Contr. Register, Group 9
EVADC_G9QMR0    0xF0022904          Queue 0 Mode Register, Group 9
EVADC_G9QSR0    0xF0022908          Queue 0 Status Register, Group 9
EVADC_G9Q0R0    0xF002290C          Queue 0 Register 0, Group 9
EVADC_G9QINR0   0xF0022910          Queue 0 Input Register, Group 9
EVADC_G9QBUR0   0xF0022914          Queue 0 Backup Register, Group 9
EVADC_G9REQTM0  0xF0022918          Queue 0 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS0  0xF002291C          Queue 0 Requ. Timer Status Reg., Group 9
EVADC_G9QCTRL1  0xF0022920          Queue 1 Source Contr. Register, Group 9
EVADC_G9QMR1    0xF0022924          Queue 1 Mode Register, Group 9
EVADC_G9QSR1    0xF0022928          Queue 1 Status Register, Group 9
EVADC_G9Q0R1    0xF002292C          Queue 1 Register 0, Group 9
EVADC_G9QINR1   0xF0022930          Queue 1 Input Register, Group 9
EVADC_G9QBUR1   0xF0022934          Queue 1 Backup Register, Group 9
EVADC_G9REQTM1  0xF0022938          Queue 1 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS1  0xF002293C          Queue 1 Requ. Timer Status Reg., Group 9
EVADC_G9QCTRL2  0xF0022940          Queue 2 Source Contr. Register, Group 9
EVADC_G9QMR2    0xF0022944          Queue 2 Mode Register, Group 9
EVADC_G9QSR2    0xF0022948          Queue 2 Status Register, Group 9
EVADC_G9Q0R2    0xF002294C          Queue 2 Register 0, Group 9
EVADC_G9QINR2   0xF0022950          Queue 2 Input Register, Group 9
EVADC_G9QBUR2   0xF0022954          Queue 2 Backup Register, Group 9
EVADC_G9REQTM2  0xF0022958          Queue 2 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS2  0xF002295C          Queue 2 Requ. Timer Status Reg., Group 9
EVADC_G9CEFLAG  0xF0022980          Channel Event Flag Register, Group 9
EVADC_G9REFLAG  0xF0022984          Result Event Flag Register, Group 9
EVADC_G9SEFLAG  0xF0022988          Source Event Flag Register, Group 9
EVADC_G9CEFCLR  0xF0022990          Channel Event Flag Clear Register, Group 9
EVADC_G9REFCLR  0xF0022994          Result Event Flag Clear Register, Group 9
EVADC_G9SEFCLR  0xF0022998          Source Event Flag Clear Reg., Group 9
EVADC_G9CEVNP0  0xF00229A0          Channel Event Node Pointer Reg. 0, Group 9
EVADC_G9CEVNP1  0xF00229A4          Channel Event Node Pointer Reg. 1, Group 9
EVADC_G9REVNP0  0xF00229B0          Result Event Node Pointer Reg. 0, Group 9
EVADC_G9REVNP1  0xF00229B4          Result Event Node Pointer Reg. 1, Group 9
EVADC_G9SEVNP   0xF00229C0          Source Event Node Pointer Reg., Group 9
EVADC_G9SRACT   0xF00229C8          Service Request Software Activation Trigger, Group 9
EVADC_G9EMUXCTR 0xF00229F0          External Multiplexer Control Reg., Group 9
EVADC_G9EMUXCS  0xF00229F4          Ext. Multiplexer Channel Select Reg., Group 9
EVADC_G9VFR     0xF00229F8          Valid Flag Register, Group 9
EVADC_G9CHCTR0  0xF0022A00          Group 9, Channel 0 Control Register
EVADC_G9CHCTR1  0xF0022A04          Group 9, Channel 1 Control Register
EVADC_G9CHCTR2  0xF0022A08          Group 9, Channel 2 Control Register
EVADC_G9CHCTR3  0xF0022A0C          Group 9, Channel 3 Control Register
EVADC_G9CHCTR4  0xF0022A10          Group 9, Channel 4 Control Register
EVADC_G9CHCTR5  0xF0022A14          Group 9, Channel 5 Control Register
EVADC_G9CHCTR6  0xF0022A18          Group 9, Channel 6 Control Register
EVADC_G9CHCTR7  0xF0022A1C          Group 9, Channel 7 Control Register
EVADC_G9CHCTR8  0xF0022A20          Group 9, Channel 8 Control Register
EVADC_G9CHCTR9  0xF0022A24          Group 9, Channel 9 Control Register
EVADC_G9CHCTR10 0xF0022A28          Group 9, Channel 10 Control Register
EVADC_G9CHCTR11 0xF0022A2C          Group 9, Channel 11 Control Register
EVADC_G9CHCTR12 0xF0022A30          Group 9, Channel 12 Control Register
EVADC_G9CHCTR13 0xF0022A34          Group 9, Channel 13 Control Register
EVADC_G9CHCTR14 0xF0022A38          Group 9, Channel 14 Control Register
EVADC_G9CHCTR15 0xF0022A3C          Group 9, Channel 15 Control Register
EVADC_G9RCR0    0xF0022A80          Group 9 Result Control Register 0
EVADC_G9RCR1    0xF0022A84          Group 9 Result Control Register 1
EVADC_G9RCR2    0xF0022A88          Group 9 Result Control Register 2
EVADC_G9RCR3    0xF0022A8C          Group 9 Result Control Register 3
EVADC_G9RCR4    0xF0022A90          Group 9 Result Control Register 4
EVADC_G9RCR5    0xF0022A94          Group 9 Result Control Register 5
EVADC_G9RCR6    0xF0022A98          Group 9 Result Control Register 6
EVADC_G9RCR7    0xF0022A9C          Group 9 Result Control Register 7
EVADC_G9RCR8    0xF0022AA0          Group 9 Result Control Register 8
EVADC_G9RCR9    0xF0022AA4          Group 9 Result Control Register 9
EVADC_G9RCR10   0xF0022AA8          Group 9 Result Control Register 10
EVADC_G9RCR11   0xF0022AAC          Group 9 Result Control Register 11
EVADC_G9RCR12   0xF0022AB0          Group 9 Result Control Register 12
EVADC_G9RCR13   0xF0022AB4          Group 9 Result Control Register 13
EVADC_G9RCR14   0xF0022AB8          Group 9 Result Control Register 14
EVADC_G9RCR15   0xF0022ABC          Group 9 Result Control Register 15
EVADC_G9RES0    0xF0022B00          Group 9 Result Register 0
EVADC_G9RES1    0xF0022B04          Group 9 Result Register 1
EVADC_G9RES2    0xF0022B08          Group 9 Result Register 2
EVADC_G9RES3    0xF0022B0C          Group 9 Result Register 3
EVADC_G9RES4    0xF0022B10          Group 9 Result Register 4
EVADC_G9RES5    0xF0022B14          Group 9 Result Register 5
EVADC_G9RES6    0xF0022B18          Group 9 Result Register 6
EVADC_G9RES7    0xF0022B1C          Group 9 Result Register 7
EVADC_G9RES8    0xF0022B20          Group 9 Result Register 8
EVADC_G9RES9    0xF0022B24          Group 9 Result Register 9
EVADC_G9RES10   0xF0022B28          Group 9 Result Register 10
EVADC_G9RES11   0xF0022B2C          Group 9 Result Register 11
EVADC_G9RES12   0xF0022B30          Group 9 Result Register 12
EVADC_G9RES13   0xF0022B34          Group 9 Result Register 13
EVADC_G9RES14   0xF0022B38          Group 9 Result Register 14
EVADC_G9RES15   0xF0022B3C          Group 9 Result Register 15
EVADC_G9RESD0   0xF0022B80          Group 9 Result Reg. 0, Debug
EVADC_G9RESD1   0xF0022B84          Group 9 Result Reg. 1, Debug
EVADC_G9RESD2   0xF0022B88          Group 9 Result Reg. 2, Debug
EVADC_G9RESD3   0xF0022B8C          Group 9 Result Reg. 3, Debug
EVADC_G9RESD4   0xF0022B90          Group 9 Result Reg. 4, Debug
EVADC_G9RESD5   0xF0022B94          Group 9 Result Reg. 5, Debug
EVADC_G9RESD6   0xF0022B98          Group 9 Result Reg. 6, Debug
EVADC_G9RESD7   0xF0022B9C          Group 9 Result Reg. 7, Debug
EVADC_G9RESD8   0xF0022BA0          Group 9 Result Reg. 8, Debug
EVADC_G9RESD9   0xF0022BA4          Group 9 Result Reg. 9, Debug
EVADC_G9RESD10  0xF0022BA8          Group 9 Result Reg. 10, Debug
EVADC_G9RESD11  0xF0022BAC          Group 9 Result Reg. 11, Debug
EVADC_G9RESD12  0xF0022BB0          Group 9 Result Reg. 12, Debug
EVADC_G9RESD13  0xF0022BB4          Group 9 Result Reg. 13, Debug
EVADC_G9RESD14  0xF0022BB8          Group 9 Result Reg. 14, Debug
EVADC_G9RESD15  0xF0022BBC          Group 9 Result Reg. 15, Debug
CONVCTRL_CLC    0xF0025000          Clock Control Register
CONVCTRL_ID     0xF0025008          Module Identification Register
CONVCTRL_OCS    0xF0025028          OCDS Control and Status Register
CONVCTRL_KRSTCLR 0xF002502C          Kernel Reset Status Clear Register
CONVCTRL_KRST1  0xF0025030          Kernel Reset Register 1
CONVCTRL_KRST0  0xF0025034          Kernel Reset Register 0
CONVCTRL_ACCEN0 0xF002503C          Access Enable Register 0
CONVCTRL_CCCTRL 0xF002507C          Converter Control Block Control Register
CONVCTRL_PHSCFG 0xF0025080          Phase Synchronizer Configuration Register
CONVCTRL_PHSSFTY 0xF0025084          Phase Synchronizer Safety Control Register
SBCU_ID         0xF0030008          Module Identification Register
SBCU_CON        0xF0030010          BCU Control Register
SBCU_PRIOH      0xF0030014          Arbiter Priority Register High
SBCU_PRIOL      0xF0030018          Arbiter Priority Register Low
SBCU_ECON       0xF0030020          BCU Error Control Capture Register
SBCU_EADD       0xF0030024          BCU Error Address Capture Register
SBCU_EDAT       0xF0030028          BCU Error Data Capture Register
SBCU_DBCNTL     0xF0030030          BCU Debug Control Register
SBCU_DBGRNT     0xF0030034          SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0030038          BCU Debug Address 1 Register
SBCU_DBADR2     0xF003003C          BCU Debug Address 2 Register
SBCU_DBBOS      0xF0030040          BCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0030044          SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0030048          BCU Debug Trapped Address Register
SBCU_DBBOST     0xF003004C          BCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0030050          BCU Debug Data Status Register
SBCU_ALSTAT0    0xF0030060          BCU EDC Alarm Status Register 0
SBCU_ALSTAT1    0xF0030064          BCU EDC Alarm Status Register 1
SBCU_ALSTAT2    0xF0030068          BCU EDC Alarm Status Register 2
SBCU_ALSTAT3    0xF003006C          BCU EDC Alarm Status Register 3
SBCU_ALCLR0     0xF0030070          BCU EDC Alarm Clear Register 0
SBCU_ALCLR1     0xF0030074          BCU EDC Alarm Clear Register 1
SBCU_ALCLR2     0xF0030078          BCU EDC Alarm Clear Register 2
SBCU_ALCLR3     0xF003007C          BCU EDC Alarm Clear Register 3
SBCU_ALCTRL     0xF0030080          BCU EDC Alarm Control Register
SBCU_FEGEN      0xF0030084          FPI Error Generation Control Register
SBCU_ACCEN1     0xF00300F8          Access Enable Register 1
SBCU_ACCEN0     0xF00300FC          Access Enable Register 0
IOM_CLC         0xF0035000          IOM Clock Control Register
IOM_ID          0xF0035008          IOM Identification Register
IOM_KRSTCLR     0xF003501C          IOM Kernel Reset Status Clear Register
IOM_KRST1       0xF0035020          IOM Kernel Reset Register 1
IOM_KRST0       0xF0035024          IOM Kernel Reset Register 0
IOM_ACCEN1      0xF0035028          IOM Access Enable Register 1
IOM_ACCEN0      0xF003502C          IOM Access Enable Register 0
IOM_ECMCCFG     0xF0035030          IOM Event Combiner Module Counter Configuration Register
IOM_ECMSELR     0xF0035034          IOM Event Combiner Module Global Event Selection Register
IOM_ECMETH0     0xF0035038          IOM Event Combiner Module Event Trigger History Register 0
IOM_ECMETH1     0xF003503C          IOM Event Combiner Module Event Trigger History Register 1
IOM_GTMEXR      0xF0035040          IOM GTM Input EXOR Combiner Selection Register
IOM_FPCESR      0xF0035078          IOM Filter and Prescaler Channels Rising 'and' Falling Edge Status Register
IOM_FPCCTR0     0xF0035080          IOM Filter and Prescaler Channel Control Register 0
IOM_FPCCTR1     0xF0035084          IOM Filter and Prescaler Channel Control Register 1
IOM_FPCCTR2     0xF0035088          IOM Filter and Prescaler Channel Control Register 2
IOM_FPCCTR3     0xF003508C          IOM Filter and Prescaler Channel Control Register 3
IOM_FPCCTR4     0xF0035090          IOM Filter and Prescaler Channel Control Register 4
IOM_FPCCTR5     0xF0035094          IOM Filter and Prescaler Channel Control Register 5
IOM_FPCCTR6     0xF0035098          IOM Filter and Prescaler Channel Control Register 6
IOM_FPCCTR7     0xF003509C          IOM Filter and Prescaler Channel Control Register 7
IOM_FPCCTR8     0xF00350A0          IOM Filter and Prescaler Channel Control Register 8
IOM_FPCCTR9     0xF00350A4          IOM Filter and Prescaler Channel Control Register 9
IOM_FPCCTR10    0xF00350A8          IOM Filter and Prescaler Channel Control Register 10
IOM_FPCCTR11    0xF00350AC          IOM Filter and Prescaler Channel Control Register 11
IOM_FPCCTR12    0xF00350B0          IOM Filter and Prescaler Channel Control Register 12
IOM_FPCCTR13    0xF00350B4          IOM Filter and Prescaler Channel Control Register 13
IOM_FPCCTR14    0xF00350B8          IOM Filter and Prescaler Channel Control Register 14
IOM_FPCCTR15    0xF00350BC          IOM Filter and Prescaler Channel Control Register 15
IOM_FPCTIM0     0xF00350C0          IOM Filter and Prescaler Channel Timer Register 0
IOM_FPCTIM1     0xF00350C4          IOM Filter and Prescaler Channel Timer Register 1
IOM_FPCTIM2     0xF00350C8          IOM Filter and Prescaler Channel Timer Register 2
IOM_FPCTIM3     0xF00350CC          IOM Filter and Prescaler Channel Timer Register 3
IOM_FPCTIM4     0xF00350D0          IOM Filter and Prescaler Channel Timer Register 4
IOM_FPCTIM5     0xF00350D4          IOM Filter and Prescaler Channel Timer Register 5
IOM_FPCTIM6     0xF00350D8          IOM Filter and Prescaler Channel Timer Register 6
IOM_FPCTIM7     0xF00350DC          IOM Filter and Prescaler Channel Timer Register 7
IOM_FPCTIM8     0xF00350E0          IOM Filter and Prescaler Channel Timer Register 8
IOM_FPCTIM9     0xF00350E4          IOM Filter and Prescaler Channel Timer Register 9
IOM_FPCTIM10    0xF00350E8          IOM Filter and Prescaler Channel Timer Register 10
IOM_FPCTIM11    0xF00350EC          IOM Filter and Prescaler Channel Timer Register 11
IOM_FPCTIM12    0xF00350F0          IOM Filter and Prescaler Channel Timer Register 12
IOM_FPCTIM13    0xF00350F4          IOM Filter and Prescaler Channel Timer Register 13
IOM_FPCTIM14    0xF00350F8          IOM Filter and Prescaler Channel Timer Register 14
IOM_FPCTIM15    0xF00350FC          IOM Filter and Prescaler Channel Timer Register 15
IOM_LAMEWC0     0xF0035100          IOM Logic Analyzer Module Event Window Count Status Register 0
IOM_LAMEWC1     0xF0035104          IOM Logic Analyzer Module Event Window Count Status Register 1
IOM_LAMEWC2     0xF0035108          IOM Logic Analyzer Module Event Window Count Status Register 2
IOM_LAMEWC3     0xF003510C          IOM Logic Analyzer Module Event Window Count Status Register 3
IOM_LAMEWC4     0xF0035110          IOM Logic Analyzer Module Event Window Count Status Register 4
IOM_LAMEWC5     0xF0035114          IOM Logic Analyzer Module Event Window Count Status Register 5
IOM_LAMEWC6     0xF0035118          IOM Logic Analyzer Module Event Window Count Status Register 6
IOM_LAMEWC7     0xF003511C          IOM Logic Analyzer Module Event Window Count Status Register 7
IOM_LAMEWC8     0xF0035120          IOM Logic Analyzer Module Event Window Count Status Register 8
IOM_LAMEWC9     0xF0035124          IOM Logic Analyzer Module Event Window Count Status Register 9
IOM_LAMEWC10    0xF0035128          IOM Logic Analyzer Module Event Window Count Status Register 10
IOM_LAMEWC11    0xF003512C          IOM Logic Analyzer Module Event Window Count Status Register 11
IOM_LAMEWC12    0xF0035130          IOM Logic Analyzer Module Event Window Count Status Register 12
IOM_LAMEWC13    0xF0035134          IOM Logic Analyzer Module Event Window Count Status Register 13
IOM_LAMEWC14    0xF0035138          IOM Logic Analyzer Module Event Window Count Status Register 14
IOM_LAMEWC15    0xF003513C          IOM Logic Analyzer Module Event Window Count Status Register 15
IOM_LAMCFG0     0xF0035180          IOM Logic Analyzer Module Configuration Register 0
IOM_LAMCFG1     0xF0035184          IOM Logic Analyzer Module Configuration Register 1
IOM_LAMCFG2     0xF0035188          IOM Logic Analyzer Module Configuration Register 2
IOM_LAMCFG3     0xF003518C          IOM Logic Analyzer Module Configuration Register 3
IOM_LAMCFG4     0xF0035190          IOM Logic Analyzer Module Configuration Register 4
IOM_LAMCFG5     0xF0035194          IOM Logic Analyzer Module Configuration Register 5
IOM_LAMCFG6     0xF0035198          IOM Logic Analyzer Module Configuration Register 6
IOM_LAMCFG7     0xF003519C          IOM Logic Analyzer Module Configuration Register 7
IOM_LAMCFG8     0xF00351A0          IOM Logic Analyzer Module Configuration Register 8
IOM_LAMCFG9     0xF00351A4          IOM Logic Analyzer Module Configuration Register 9
IOM_LAMCFG10    0xF00351A8          IOM Logic Analyzer Module Configuration Register 10
IOM_LAMCFG11    0xF00351AC          IOM Logic Analyzer Module Configuration Register 11
IOM_LAMCFG12    0xF00351B0          IOM Logic Analyzer Module Configuration Register 12
IOM_LAMCFG13    0xF00351B4          IOM Logic Analyzer Module Configuration Register 13
IOM_LAMCFG14    0xF00351B8          IOM Logic Analyzer Module Configuration Register 14
IOM_LAMCFG15    0xF00351BC          IOM Logic Analyzer Module Configuration Register 15
IOM_LAMEWS0     0xF00351C0          IOM Logic Analyzer Module Event Window Configuration Register 0
IOM_LAMEWS1     0xF00351C4          IOM Logic Analyzer Module Event Window Configuration Register 1
IOM_LAMEWS2     0xF00351C8          IOM Logic Analyzer Module Event Window Configuration Register 2
IOM_LAMEWS3     0xF00351CC          IOM Logic Analyzer Module Event Window Configuration Register 3
IOM_LAMEWS4     0xF00351D0          IOM Logic Analyzer Module Event Window Configuration Register 4
IOM_LAMEWS5     0xF00351D4          IOM Logic Analyzer Module Event Window Configuration Register 5
IOM_LAMEWS6     0xF00351D8          IOM Logic Analyzer Module Event Window Configuration Register 6
IOM_LAMEWS7     0xF00351DC          IOM Logic Analyzer Module Event Window Configuration Register 7
IOM_LAMEWS8     0xF00351E0          IOM Logic Analyzer Module Event Window Configuration Register 8
IOM_LAMEWS9     0xF00351E4          IOM Logic Analyzer Module Event Window Configuration Register 9
IOM_LAMEWS10    0xF00351E8          IOM Logic Analyzer Module Event Window Configuration Register 10
IOM_LAMEWS11    0xF00351EC          IOM Logic Analyzer Module Event Window Configuration Register 11
IOM_LAMEWS12    0xF00351F0          IOM Logic Analyzer Module Event Window Configuration Register 12
IOM_LAMEWS13    0xF00351F4          IOM Logic Analyzer Module Event Window Configuration Register 13
IOM_LAMEWS14    0xF00351F8          IOM Logic Analyzer Module Event Window Configuration Register 14
IOM_LAMEWS15    0xF00351FC          IOM Logic Analyzer Module Event Window Configuration Register 15
SCU_ID          0xF0036008          Identification Register
SCU_OSCCON      0xF0036010          OSC Control Register
SCU_SYSPLLSTAT  0xF0036014          System PLL Status Register
SCU_SYSPLLCON0  0xF0036018          System PLL Configuration 0 Register
SCU_SYSPLLCON1  0xF003601C          System PLL Configuration 1 Register
SCU_SYSPLLCON2  0xF0036020          System PLL Configuration 2 Register
SCU_PERPLLSTAT  0xF0036024          Peripheral PLL Status Register
SCU_PERPLLCON0  0xF0036028          Peripheral PLL Configuration 0 Register
SCU_PERPLLCON1  0xF003602C          Peripheral PLL Configuration 1 Register
SCU_CCUCON0     0xF0036030          CCU Clock Control Register 0
SCU_CCUCON1     0xF0036034          CCU Clock Control Register 1
SCU_FDR         0xF0036038          Fractional Divider Register
SCU_EXTCON      0xF003603C          External Clock Control Register
SCU_CCUCON2     0xF0036040          CCU Clock Control Register 2
SCU_CCUCON3     0xF0036044          CCU Clock Control Register 3
SCU_CCUCON4     0xF0036048          CCU Clock Control Register 4
SCU_CCUCON5     0xF003604C          CCU Clock Control Register 5
SCU_RSTSTAT     0xF0036050          Reset Status Register
SCU_RSTCON      0xF0036058          Reset Configuration Register
SCU_ARSTDIS     0xF003605C          Application Reset Disable Register
SCU_SWRSTCON    0xF0036060          Software Reset Configuration Register
SCU_RSTCON2     0xF0036064          Additional Reset Control Register
SCU_RSTCON3     0xF0036068          Reset Configuration Register 3
SCU_ESRCFG0     0xF0036070          ESR0 Input Configuration Register
SCU_ESRCFG1     0xF0036074          ESR1 Input Configuration Register
SCU_ESROCFG     0xF0036078          ESR Output Configuration Register
SCU_SYSCON      0xF003607C          System Control Register
SCU_CCUCON6     0xF0036080          CCU Clock Control Register 6
SCU_CCUCON7     0xF0036084          CCU Clock Control Register 7
SCU_PDR         0xF003609C          ESR Pad Driver Mode Register
SCU_IOCR        0xF00360A0          Input/Output Control Register
SCU_OUT         0xF00360A4          ESR Output Register
SCU_OMR         0xF00360A8          ESR Output Modification Register
SCU_IN          0xF00360AC          ESR Input Register
SCU_STSTAT      0xF00360C0          Start-up Status Register
SCU_STCON       0xF00360C4          Start-up Configuration Register
SCU_PMCSR0      0xF00360C8          Power Management Control and Status Register
SCU_PMCSR1      0xF00360CC          Power Management Control and Status Register
SCU_PMCSR2      0xF00360D0          Power Management Control and Status Register
SCU_PMCSR3      0xF00360D4          Power Management Control and Status Register
SCU_PMCSR4      0xF00360D8          Power Management Control and Status Register
SCU_PMCSR5      0xF00360DC          Power Management Control and Status Register
SCU_PMSTAT0     0xF00360E4          Power Management Status Register 0
SCU_PMSWCR1     0xF00360E8          Standby and Wake-up Control Register 1
SCU_EMSR        0xF00360FC          Emergency Stop Register
SCU_EMSSW       0xF0036100          Emergency Stop Software set and clear register
SCU_DTSCSTAT    0xF0036104          Core Die Temperature Sensor Status Register
SCU_DTSCLIM     0xF0036108          Core Die Temperature Sensor Limit Register
SCU_TRAPDIS1    0xF0036120          Trap Disable Register 1
SCU_TRAPSTAT    0xF0036124          Trap Status Register
SCU_TRAPSET     0xF0036128          Trap Set Register
SCU_TRAPCLR     0xF003612C          Trap Clear Register
SCU_TRAPDIS0    0xF0036130          Trap Disable Register 0
SCU_LCLCON0     0xF0036134          LCL CPU0 and CPU2 Control Register
SCU_LCLCON1     0xF0036138          LCL CPU1 and CPU3 Control Register
SCU_LCLTEST     0xF003613C          LCL Test Register
SCU_CHIPID      0xF0036140          Chip Identification Register
SCU_MANID       0xF0036144          Manufacturer Identification Register
SCU_SWAPCTRL    0xF003614C          Address Map Control Register
SCU_LBISTCTRL0  0xF0036164          Logic BIST Control 0 Register
SCU_LBISTCTRL1  0xF0036168          Logic BIST Control 1 Register
SCU_LBISTCTRL2  0xF003616C          Logic BIST Control 2 Register
SCU_LBISTCTRL3  0xF0036170          Logic BIST Control 3 Register
SCU_STMEM1      0xF0036184          Start-up Memory Register 1
SCU_STMEM2      0xF0036188          Start-up Memory Register 2
SCU_PDISC       0xF003618C          Pad Disable Control Register
SCU_PMTRCSR0    0xF0036198          Power Management Transition Control and Status Register 0
SCU_PMTRCSR1    0xF003619C          Power Management Transition Control and Status Register 1
SCU_PMTRCSR2    0xF00361A0          Power Management Transition Control and Status Register 2
SCU_PMTRCSR3    0xF00361A4          Power Management Transition Control and Status Register 3
SCU_STMEM3      0xF00361C0          Start-up Memory Register 3
SCU_STMEM4      0xF00361C4          Start-up Memory Register 4
SCU_STMEM5      0xF00361C8          Start-up Memory Register 5
SCU_STMEM6      0xF00361CC          Start-up Memory Register 6
SCU_OVCENABLE   0xF00361E0          Overlay Enable Register
SCU_OVCCON      0xF00361E4          Overlay Control Register
SCU_EIFILT      0xF003620C          External Input Filter Register
SCU_EICR0       0xF0036210          External Input Channel Register 0
SCU_EICR1       0xF0036214          External Input Channel Register 1
SCU_EICR2       0xF0036218          External Input Channel Register 2
SCU_EICR3       0xF003621C          External Input Channel Register 3
SCU_EIFR        0xF0036220          External Input Flag Register
SCU_FMR         0xF0036224          Flag Modification Register
SCU_PDRR        0xF0036228          Pattern Detection Result Register
SCU_IGCR0       0xF003622C          Flag Gating Register 0
SCU_IGCR1       0xF0036230          Flag Gating Register 1
SCU_IGCR2       0xF0036234          Flag Gating Register 2
SCU_IGCR3       0xF0036238          Flag Gating Register 3
SCU_WDTCPU0CON0 0xF003624C          CPU0 WDT Control Register 0
SCU_WDTCPU0CON1 0xF0036250          CPU0 WDT Control Register 1
SCU_WDTCPU0SR   0xF0036254          CPU0 WDT Status Register
SCU_EICON0      0xF003629C          ENDINIT Global Control Register 0
SCU_EICON1      0xF00362A0          ENDINIT Global Control Register 1
SCU_EISR        0xF00362A4          ENDINIT Timeout Counter Status Register
SCU_WDTSCON0    0xF00362A8          Safety WDT Control Register 0
SCU_WDTSCON1    0xF00362AC          Safety WDT Control Register 1
SCU_WDTSSR      0xF00362B0          Safety WDT Status Register
SCU_SEICON0     0xF00362B4          Safety ENDINIT Control Register 0
SCU_SEICON1     0xF00362B8          Safety ENDINIT Control Register 1
SCU_SEISR       0xF00362BC          Safety ENDINIT Timeout Status Register
SCU_ACCEN11     0xF00363F0          Access Enable Register 11
SCU_ACCEN10     0xF00363F4          Access Enable Register 10
SCU_ACCEN01     0xF00363F8          Access Enable Register 01
SCU_ACCEN00     0xF00363FC          Access Enable Register 00
SMU_CLC         0xF0036800          Clock Control Register
SMU_ID          0xF0036808          Module Identification Register
SMU_CMD         0xF0036820          Command Register
SMU_STS         0xF0036824          Status Register
SMU_FSP         0xF0036828          Fault Signaling Protocol
SMU_AGC         0xF003682C          Alarm Global Configuration
SMU_RTC         0xF0036830          Recovery Timer Configuration
SMU_KEYS        0xF0036834          Key Register
SMU_DBG         0xF0036838          Debug Register
SMU_PCTL        0xF003683C          Port Control
SMU_AFCNT       0xF0036840          Alarm and Fault Counter
SMU_RTAC00      0xF0036860          Recovery Timer 0 Alarm Configuration 0
SMU_RTAC01      0xF0036864          Recovery Timer 0 Alarm Configuration 1
SMU_RTAC10      0xF0036868          Recovery Timer 1 Alarm Configuration 0
SMU_RTAC11      0xF003686C          Recovery Timer 1 Alarm Configuration 1
SMU_AEX         0xF0036870          Alarm Executed Status Register
SMU_AEXCLR      0xF0036874          Alarm Executed Status Clear Register
SMU_AG0CF0      0xF0036900          Alarm 0 Configuration Register
SMU_AG0CF1      0xF0036904          Alarm 0 Configuration Register
SMU_AG0CF2      0xF0036908          Alarm 0 Configuration Register
SMU_AG1CF0      0xF003690C          Alarm 1 Configuration Register
SMU_AG1CF1      0xF0036910          Alarm 1 Configuration Register
SMU_AG1CF2      0xF0036914          Alarm 1 Configuration Register
SMU_AG2CF0      0xF0036918          Alarm 2 Configuration Register
SMU_AG2CF1      0xF003691C          Alarm 2 Configuration Register
SMU_AG2CF2      0xF0036920          Alarm 2 Configuration Register
SMU_AG3CF0      0xF0036924          Alarm 3 Configuration Register
SMU_AG3CF1      0xF0036928          Alarm 3 Configuration Register
SMU_AG3CF2      0xF003692C          Alarm 3 Configuration Register
SMU_AG4CF0      0xF0036930          Alarm 4 Configuration Register
SMU_AG4CF1      0xF0036934          Alarm 4 Configuration Register
SMU_AG4CF2      0xF0036938          Alarm 4 Configuration Register
SMU_AG5CF0      0xF003693C          Alarm 5 Configuration Register
SMU_AG5CF1      0xF0036940          Alarm 5 Configuration Register
SMU_AG5CF2      0xF0036944          Alarm 5 Configuration Register
SMU_AG6CF0      0xF0036948          Alarm 6 Configuration Register
SMU_AG6CF1      0xF003694C          Alarm 6 Configuration Register
SMU_AG6CF2      0xF0036950          Alarm 6 Configuration Register
SMU_AG7CF0      0xF0036954          Alarm 7 Configuration Register
SMU_AG7CF1      0xF0036958          Alarm 7 Configuration Register
SMU_AG7CF2      0xF003695C          Alarm 7 Configuration Register
SMU_AG8CF0      0xF0036960          Alarm 8 Configuration Register
SMU_AG8CF1      0xF0036964          Alarm 8 Configuration Register
SMU_AG8CF2      0xF0036968          Alarm 8 Configuration Register
SMU_AG9CF0      0xF003696C          Alarm 9 Configuration Register
SMU_AG9CF1      0xF0036970          Alarm 9 Configuration Register
SMU_AG9CF2      0xF0036974          Alarm 9 Configuration Register
SMU_AG10CF0     0xF0036978          Alarm 10 Configuration Register
SMU_AG10CF1     0xF003697C          Alarm 10 Configuration Register
SMU_AG10CF2     0xF0036980          Alarm 10 Configuration Register
SMU_AG11CF0     0xF0036984          Alarm 11 Configuration Register
SMU_AG11CF1     0xF0036988          Alarm 11 Configuration Register
SMU_AG11CF2     0xF003698C          Alarm 11 Configuration Register
SMU_AG0FSP      0xF0036990          SMU_core 0 FSP Configuration Register
SMU_AG1FSP      0xF0036994          SMU_core 1 FSP Configuration Register
SMU_AG2FSP      0xF0036998          SMU_core 2 FSP Configuration Register
SMU_AG3FSP      0xF003699C          SMU_core 3 FSP Configuration Register
SMU_AG4FSP      0xF00369A0          SMU_core 4 FSP Configuration Register
SMU_AG5FSP      0xF00369A4          SMU_core 5 FSP Configuration Register
SMU_AG6FSP      0xF00369A8          SMU_core 6 FSP Configuration Register
SMU_AG7FSP      0xF00369AC          SMU_core 7 FSP Configuration Register
SMU_AG8FSP      0xF00369B0          SMU_core 8 FSP Configuration Register
SMU_AG9FSP      0xF00369B4          SMU_core 9 FSP Configuration Register
SMU_AG10FSP     0xF00369B8          SMU_core 10 FSP Configuration Register
SMU_AG11FSP     0xF00369BC          SMU_core 11 FSP Configuration Register
SMU_AG0         0xF00369C0          Alarm 0 Status Register
SMU_AG1         0xF00369C4          Alarm 1 Status Register
SMU_AG2         0xF00369C8          Alarm 2 Status Register
SMU_AG3         0xF00369CC          Alarm 3 Status Register
SMU_AG4         0xF00369D0          Alarm 4 Status Register
SMU_AG5         0xF00369D4          Alarm 5 Status Register
SMU_AG6         0xF00369D8          Alarm 6 Status Register
SMU_AG7         0xF00369DC          Alarm 7 Status Register
SMU_AG8         0xF00369E0          Alarm 8 Status Register
SMU_AG9         0xF00369E4          Alarm 9 Status Register
SMU_AG10        0xF00369E8          Alarm 10 Status Register
SMU_AG11        0xF00369EC          Alarm 11 Status Register
SMU_AD0         0xF0036A00          Alarm 0 Debug Register
SMU_AD1         0xF0036A04          Alarm 1 Debug Register
SMU_AD2         0xF0036A08          Alarm 2 Debug Register
SMU_AD3         0xF0036A0C          Alarm 3 Debug Register
SMU_AD4         0xF0036A10          Alarm 4 Debug Register
SMU_AD5         0xF0036A14          Alarm 5 Debug Register
SMU_AD6         0xF0036A18          Alarm 6 Debug Register
SMU_AD7         0xF0036A1C          Alarm 7 Debug Register
SMU_AD8         0xF0036A20          Alarm 8 Debug Register
SMU_AD9         0xF0036A24          Alarm 9 Debug Register
SMU_AD10        0xF0036A28          Alarm 10 Debug Register
SMU_AD11        0xF0036A2C          Alarm 11 Debug Register
SMU_RMCTL       0xF0036B00          Register Monitor Control
SMU_RMEF        0xF0036B04          Register Monitor Error Flags
SMU_RMSTS       0xF0036B08          Register Monitor Self Test Status
SMU_OCS         0xF0036FE8          OCDS Control and Status
SMU_ACCEN1      0xF0036FF8          SMU_core Access Enable Register 1
SMU_ACCEN0      0xF0036FFC          SMU_core Access Enable Register 0
INT_ID          0xF0037008          Module Identification Register
INT_SRB0        0xF0037010          Service Request Broadcast Register 0
INT_SRB1        0xF0037014          Service Request Broadcast Register 1
INT_OOBS        0xF0037080          OTGM OTGB0/1 Status
INT_OSSIC       0xF0037084          OTGM SSI Control
INT_OIXTS       0xF0037088          OTGM IRQ MUX Trigger Set Select
INT_OIXMS       0xF003708C          OTGM IRQ MUX Missed IRQ Select
INT_OIXS0       0xF0037090          OTGM IRQ MUX Select 0
INT_OIXS1       0xF0037094          OTGM IRQ MUX Select 1
INT_OIT         0xF00370A0          OTGM IRQ Trace
INT_OMISP       0xF00370A4          OTGM MCDS I/F Sensitivity Posedge
INT_OMISN       0xF00370A8          OTGM MCDS I/F Sensitivity Negedge
INT_ACCEN_CONFIG0 0xF00370F0          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 0
INT_ACCEN_CONFIG1 0xF00370F4          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 1
INT_ACCEN_SRB00 0xF0037100          Access Enable covering SRB0, Register 0
INT_ACCEN_SRB01 0xF0037104          Access Enable covering SRB0, Register 1
INT_ACCEN_SRB10 0xF0037108          Access Enable covering SRB1, Register 0
INT_ACCEN_SRB11 0xF003710C          Access Enable covering SRB1, Register 1
INT_ACCEN_SRC_TOS00 0xF0037180          Access Enable covering all SRCx[31:16] mapped to ICU0, Register 0
INT_ACCEN_SRC_TOS01 0xF0037184          Access Enable covering all SRCx[31:16] mapped to ICU0, Register 1
INT_ACCEN_SRC_TOS10 0xF0037188          Access Enable covering all SRCx[31:16] mapped to ICU1, Register 0
INT_ACCEN_SRC_TOS11 0xF003718C          Access Enable covering all SRCx[31:16] mapped to ICU1, Register 1
INT_LWSR0       0xF0037200          Latest Winning Service Request Register 0, related to ICUx
INT_LASR0       0xF0037204          Last Acknowledged Service Request Register 0, related to ICUx
INT_ECR0        0xF0037208          Error Capture Register 0, related to ICUx
INT_LWSR1       0xF0037210          Latest Winning Service Request Register 1, related to ICUx
INT_LASR1       0xF0037214          Last Acknowledged Service Request Register 1, related to ICUx
INT_ECR1        0xF0037218          Error Capture Register 1, related to ICUx
SRC_CPU0SB      0xF0038000          CPU0 Software Breakpoint Service Request
SRC_BCUSPB      0xF0038020          SBCU Service Request [SPB Bus Control Unit)
SRC_XBAR0       0xF0038030          SRI Domain 0 Service Request
SRC_CERBERUS0   0xF0038040          Cerberus Service Request 0
SRC_CERBERUS1   0xF0038044          Cerberus Service Request 1
SRC_ASCLIN0TX   0xF0038050          ASCLIN0 Transmit Service Request
SRC_ASCLIN0RX   0xF0038054          ASCLIN0 Receive Service Request
SRC_ASCLIN0ERR  0xF0038058          ASCLIN0 Error Service Request
SRC_ASCLIN1TX   0xF003805C          ASCLIN1 Transmit Service Request
SRC_ASCLIN1RX   0xF0038060          ASCLIN1 Receive Service Request
SRC_ASCLIN1ERR  0xF0038064          ASCLIN1 Error Service Request
SRC_ASCLIN2TX   0xF0038068          ASCLIN2 Transmit Service Request
SRC_ASCLIN2RX   0xF003806C          ASCLIN2 Receive Service Request
SRC_ASCLIN2ERR  0xF0038070          ASCLIN2 Error Service Request
SRC_ASCLIN3TX   0xF0038074          ASCLIN3 Transmit Service Request
SRC_ASCLIN3RX   0xF0038078          ASCLIN3 Receive Service Request
SRC_ASCLIN3ERR  0xF003807C          ASCLIN3 Error Service Request
SRC_ASCLIN4TX   0xF0038080          ASCLIN4 Transmit Service Request
SRC_ASCLIN4RX   0xF0038084          ASCLIN4 Receive Service Request
SRC_ASCLIN4ERR  0xF0038088          ASCLIN4 Error Service Request
SRC_ASCLIN5TX   0xF003808C          ASCLIN5 Transmit Service Request
SRC_ASCLIN5RX   0xF0038090          ASCLIN5 Receive Service Request
SRC_ASCLIN5ERR  0xF0038094          ASCLIN5 Error Service Request
SRC_ASCLIN6TX   0xF0038098          ASCLIN6 Transmit Service Request
SRC_ASCLIN6RX   0xF003809C          ASCLIN6 Receive Service Request
SRC_ASCLIN6ERR  0xF00380A0          ASCLIN6 Error Service Request
SRC_ASCLIN7TX   0xF00380A4          ASCLIN7 Transmit Service Request
SRC_ASCLIN7RX   0xF00380A8          ASCLIN7 Receive Service Request
SRC_ASCLIN7ERR  0xF00380AC          ASCLIN7 Error Service Request
SRC_ASCLIN8TX   0xF00380B0          ASCLIN8 Transmit Service Request
SRC_ASCLIN8RX   0xF00380B4          ASCLIN8 Receive Service Request
SRC_ASCLIN8ERR  0xF00380B8          ASCLIN8 Error Service Request
SRC_ASCLIN9TX   0xF00380BC          ASCLIN9 Transmit Service Request
SRC_ASCLIN9RX   0xF00380C0          ASCLIN9 Receive Service Request
SRC_ASCLIN9ERR  0xF00380C4          ASCLIN9 Error Service Request
SRC_ASCLIN10TX  0xF00380C8          ASCLIN10 Transmit Service Request
SRC_ASCLIN10RX  0xF00380CC          ASCLIN10 Receive Service Request
SRC_ASCLIN10ERR 0xF00380D0          ASCLIN10 Error Service Request
SRC_ASCLIN11TX  0xF00380D4          ASCLIN11 Transmit Service Request
SRC_ASCLIN11RX  0xF00380D8          ASCLIN11 Receive Service Request
SRC_ASCLIN11ERR 0xF00380DC          ASCLIN11 Error Service Request
SRC_MTUDONE     0xF00380EC          MTU Done Service Request
SRC_QSPI0TX     0xF00380F0          QSPI0 Transmit Service Request
SRC_QSPI0RX     0xF00380F4          QSPI0 Receive Service Request
SRC_QSPI0ERR    0xF00380F8          QSPI0 Error Service Request
SRC_QSPI0PT     0xF00380FC          QSPI0 Phase Transition Service Request
SRC_QSPI0U      0xF0038100          QSPI0 User Defined Service Request
SRC_QSPI1TX     0xF0038104          QSPI1 Transmit Service Request
SRC_QSPI1RX     0xF0038108          QSPI1 Receive Service Request
SRC_QSPI1ERR    0xF003810C          QSPI1 Error Service Request
SRC_QSPI1PT     0xF0038110          QSPI1 Phase Transition Service Request
SRC_QSPI1U      0xF0038114          QSPI1 User Defined Service Request
SRC_QSPI2TX     0xF0038118          QSPI2 Transmit Service Request
SRC_QSPI2RX     0xF003811C          QSPI2 Receive Service Request
SRC_QSPI2ERR    0xF0038120          QSPI2 Error Service Request
SRC_QSPI2PT     0xF0038124          QSPI2 Phase Transition Service Request
SRC_QSPI2U      0xF0038128          QSPI2 User Defined Service Request
SRC_QSPI3TX     0xF003812C          QSPI3 Transmit Service Request
SRC_QSPI3RX     0xF0038130          QSPI3 Receive Service Request
SRC_QSPI3ERR    0xF0038134          QSPI3 Error Service Request
SRC_QSPI3PT     0xF0038138          QSPI3 Phase Transition Service Request
SRC_QSPI3U      0xF003813C          QSPI3 User Defined Service Request
SRC_QSPI2HC     0xF0038178          QSPI2 High Speed Capture Service Request
SRC_QSPI3HC     0xF003817C          QSPI3 High Speed Capture Service Request
SRC_SENT0       0xF0038240          SENT TRIG0 Service Request
SRC_SENT1       0xF0038244          SENT TRIG1 Service Request
SRC_SENT2       0xF0038248          SENT TRIG2 Service Request
SRC_SENT3       0xF003824C          SENT TRIG3 Service Request
SRC_SENT4       0xF0038250          SENT TRIG4 Service Request
SRC_SENT5       0xF0038254          SENT TRIG5 Service Request
SRC_SENT6       0xF0038258          SENT TRIG6 Service Request
SRC_SENT7       0xF003825C          SENT TRIG7 Service Request
SRC_SENT8       0xF0038260          SENT TRIG8 Service Request
SRC_SENT9       0xF0038264          SENT TRIG9 Service Request
SRC_CCU60SR0    0xF00382C0          CCU0 Service Request 0
SRC_CCU60SR1    0xF00382C4          CCU0 Service Request 1
SRC_CCU60SR2    0xF00382C8          CCU0 Service Request 2
SRC_CCU60SR3    0xF00382CC          CCU0 Service Request 3
SRC_CCU61SR0    0xF00382D0          CCU1 Service Request 0
SRC_CCU61SR1    0xF00382D4          CCU1 Service Request 1
SRC_CCU61SR2    0xF00382D8          CCU1 Service Request 2
SRC_CCU61SR3    0xF00382DC          CCU1 Service Request 3
SRC_GPT120CIRQ  0xF00382E0          GPT120 CAPREL Service Request
SRC_GPT120T2    0xF00382E4          GPT120 Timer 2 Service Request
SRC_GPT120T3    0xF00382E8          GPT120 Timer 3 Service Request
SRC_GPT120T4    0xF00382EC          GPT120 Timer 4 Service Request
SRC_GPT120T5    0xF00382F0          GPT120 Timer 5 Service Request
SRC_GPT120T6    0xF00382F4          GPT120 Timer 6 Service Request
SRC_STM0SR0     0xF0038300          System Timer 0 Service Request 0
SRC_STM0SR1     0xF0038304          System Timer 0 Service Request 1
SRC_FCE0        0xF0038330          FCE0 Error Service Request
SRC_DMAERR0     0xF0038340          DMA Error Service Request 0
SRC_DMAERR1     0xF0038344          DMA Error Service Request 1
SRC_DMAERR2     0xF0038348          DMA Error Service Request 2
SRC_DMAERR3     0xF003834C          DMA Error Service Request 3
SRC_DMACH0      0xF0038370          DMA Channel 0 Service Request
SRC_DMACH1      0xF0038374          DMA Channel 1 Service Request
SRC_DMACH2      0xF0038378          DMA Channel 2 Service Request
SRC_DMACH3      0xF003837C          DMA Channel 3 Service Request
SRC_DMACH4      0xF0038380          DMA Channel 4 Service Request
SRC_DMACH5      0xF0038384          DMA Channel 5 Service Request
SRC_DMACH6      0xF0038388          DMA Channel 6 Service Request
SRC_DMACH7      0xF003838C          DMA Channel 7 Service Request
SRC_DMACH8      0xF0038390          DMA Channel 8 Service Request
SRC_DMACH9      0xF0038394          DMA Channel 9 Service Request
SRC_DMACH10     0xF0038398          DMA Channel 10 Service Request
SRC_DMACH11     0xF003839C          DMA Channel 11 Service Request
SRC_DMACH12     0xF00383A0          DMA Channel 12 Service Request
SRC_DMACH13     0xF00383A4          DMA Channel 13 Service Request
SRC_DMACH14     0xF00383A8          DMA Channel 14 Service Request
SRC_DMACH15     0xF00383AC          DMA Channel 15 Service Request
SRC_DMACH16     0xF00383B0          DMA Channel 16 Service Request
SRC_DMACH17     0xF00383B4          DMA Channel 17 Service Request
SRC_DMACH18     0xF00383B8          DMA Channel 18 Service Request
SRC_DMACH19     0xF00383BC          DMA Channel 19 Service Request
SRC_DMACH20     0xF00383C0          DMA Channel 20 Service Request
SRC_DMACH21     0xF00383C4          DMA Channel 21 Service Request
SRC_DMACH22     0xF00383C8          DMA Channel 22 Service Request
SRC_DMACH23     0xF00383CC          DMA Channel 23 Service Request
SRC_DMACH24     0xF00383D0          DMA Channel 24 Service Request
SRC_DMACH25     0xF00383D4          DMA Channel 25 Service Request
SRC_DMACH26     0xF00383D8          DMA Channel 26 Service Request
SRC_DMACH27     0xF00383DC          DMA Channel 27 Service Request
SRC_DMACH28     0xF00383E0          DMA Channel 28 Service Request
SRC_DMACH29     0xF00383E4          DMA Channel 29 Service Request
SRC_DMACH30     0xF00383E8          DMA Channel 30 Service Request
SRC_DMACH31     0xF00383EC          DMA Channel 31 Service Request
SRC_DMACH32     0xF00383F0          DMA Channel 32 Service Request
SRC_DMACH33     0xF00383F4          DMA Channel 33 Service Request
SRC_DMACH34     0xF00383F8          DMA Channel 34 Service Request
SRC_DMACH35     0xF00383FC          DMA Channel 35 Service Request
SRC_DMACH36     0xF0038400          DMA Channel 36 Service Request
SRC_DMACH37     0xF0038404          DMA Channel 37 Service Request
SRC_DMACH38     0xF0038408          DMA Channel 38 Service Request
SRC_DMACH39     0xF003840C          DMA Channel 39 Service Request
SRC_DMACH40     0xF0038410          DMA Channel 40 Service Request
SRC_DMACH41     0xF0038414          DMA Channel 41 Service Request
SRC_DMACH42     0xF0038418          DMA Channel 42 Service Request
SRC_DMACH43     0xF003841C          DMA Channel 43 Service Request
SRC_DMACH44     0xF0038420          DMA Channel 44 Service Request
SRC_DMACH45     0xF0038424          DMA Channel 45 Service Request
SRC_DMACH46     0xF0038428          DMA Channel 46 Service Request
SRC_DMACH47     0xF003842C          DMA Channel 47 Service Request
SRC_DMACH48     0xF0038430          DMA Channel 48 Service Request
SRC_DMACH49     0xF0038434          DMA Channel 49 Service Request
SRC_DMACH50     0xF0038438          DMA Channel 50 Service Request
SRC_DMACH51     0xF003843C          DMA Channel 51 Service Request
SRC_DMACH52     0xF0038440          DMA Channel 52 Service Request
SRC_DMACH53     0xF0038444          DMA Channel 53 Service Request
SRC_DMACH54     0xF0038448          DMA Channel 54 Service Request
SRC_DMACH55     0xF003844C          DMA Channel 55 Service Request
SRC_DMACH56     0xF0038450          DMA Channel 56 Service Request
SRC_DMACH57     0xF0038454          DMA Channel 57 Service Request
SRC_DMACH58     0xF0038458          DMA Channel 58 Service Request
SRC_DMACH59     0xF003845C          DMA Channel 59 Service Request
SRC_DMACH60     0xF0038460          DMA Channel 60 Service Request
SRC_DMACH61     0xF0038464          DMA Channel 61 Service Request
SRC_DMACH62     0xF0038468          DMA Channel 62 Service Request
SRC_DMACH63     0xF003846C          DMA Channel 63 Service Request
SRC_CAN0INT0    0xF00385B0          CAN0 Service Request 0
SRC_CAN0INT1    0xF00385B4          CAN0 Service Request 1
SRC_CAN0INT2    0xF00385B8          CAN0 Service Request 2
SRC_CAN0INT3    0xF00385BC          CAN0 Service Request 3
SRC_CAN0INT4    0xF00385C0          CAN0 Service Request 4
SRC_CAN0INT5    0xF00385C4          CAN0 Service Request 5
SRC_CAN0INT6    0xF00385C8          CAN0 Service Request 6
SRC_CAN0INT7    0xF00385CC          CAN0 Service Request 7
SRC_CAN0INT8    0xF00385D0          CAN0 Service Request 8
SRC_CAN0INT9    0xF00385D4          CAN0 Service Request 9
SRC_CAN0INT10   0xF00385D8          CAN0 Service Request 10
SRC_CAN0INT11   0xF00385DC          CAN0 Service Request 11
SRC_CAN0INT12   0xF00385E0          CAN0 Service Request 12
SRC_CAN0INT13   0xF00385E4          CAN0 Service Request 13
SRC_CAN0INT14   0xF00385E8          CAN0 Service Request 14
SRC_CAN0INT15   0xF00385EC          CAN0 Service Request 15
SRC_CAN1INT0    0xF00385F0          CAN1 Service Request 0
SRC_CAN1INT1    0xF00385F4          CAN1 Service Request 1
SRC_CAN1INT2    0xF00385F8          CAN1 Service Request 2
SRC_CAN1INT3    0xF00385FC          CAN1 Service Request 3
SRC_CAN1INT4    0xF0038600          CAN1 Service Request 4
SRC_CAN1INT5    0xF0038604          CAN1 Service Request 5
SRC_CAN1INT6    0xF0038608          CAN1 Service Request 6
SRC_CAN1INT7    0xF003860C          CAN1 Service Request 7
SRC_CAN1INT8    0xF0038610          CAN1 Service Request 8
SRC_CAN1INT9    0xF0038614          CAN1 Service Request 9
SRC_CAN1INT10   0xF0038618          CAN1 Service Request 10
SRC_CAN1INT11   0xF003861C          CAN1 Service Request 11
SRC_CAN1INT12   0xF0038620          CAN1 Service Request 12
SRC_CAN1INT13   0xF0038624          CAN1 Service Request 13
SRC_CAN1INT14   0xF0038628          CAN1 Service Request 14
SRC_CAN1INT15   0xF003862C          CAN1 Service Request 15
SRC_VADCG0SR0   0xF0038670          EVADC Group 0 Service Request 0
SRC_VADCG0SR1   0xF0038674          EVADC Group 0 Service Request 1
SRC_VADCG0SR2   0xF0038678          EVADC Group 0 Service Request 2
SRC_VADCG0SR3   0xF003867C          EVADC Group 0 Service Request 3
SRC_VADCG1SR0   0xF0038680          EVADC Group 1 Service Request 0
SRC_VADCG1SR1   0xF0038684          EVADC Group 1 Service Request 1
SRC_VADCG1SR2   0xF0038688          EVADC Group 1 Service Request 2
SRC_VADCG1SR3   0xF003868C          EVADC Group 1 Service Request 3
SRC_VADCG8SR0   0xF00386F0          EVADC Group 8 Service Request 0
SRC_VADCG8SR1   0xF00386F4          EVADC Group 8 Service Request 1
SRC_VADCG8SR2   0xF00386F8          EVADC Group 8 Service Request 2
SRC_VADCG8SR3   0xF00386FC          EVADC Group 8 Service Request 3
SRC_VADCG9SR0   0xF0038700          EVADC Group 9 Service Request 0
SRC_VADCG9SR1   0xF0038704          EVADC Group 9 Service Request 1
SRC_VADCG9SR2   0xF0038708          EVADC Group 9 Service Request 2
SRC_VADCG9SR3   0xF003870C          EVADC Group 9 Service Request 3
SRC_VADCCG0SR0  0xF0038750          EVADC Common Group 0 Service Request 0
SRC_VADCCG0SR1  0xF0038754          EVADC Common Group 0 Service Request 1
SRC_VADCCG0SR2  0xF0038758          EVADC Common Group 0 Service Request 2
SRC_VADCCG0SR3  0xF003875C          EVADC Common Group 0 Service Request 3
SRC_VADCCG1SR0  0xF0038760          EVADC Common Group 1 Service Request 0
SRC_VADCCG1SR1  0xF0038764          EVADC Common Group 1 Service Request 1
SRC_VADCCG1SR2  0xF0038768          EVADC Common Group 1 Service Request 2
SRC_VADCCG1SR3  0xF003876C          EVADC Common Group 1 Service Request 3
SRC_ERAY0INT0   0xF0038800          E-RAY 0 Service Request 0
SRC_ERAY0INT1   0xF0038804          E-RAY 0 Service Request 1
SRC_ERAY0TINT0  0xF0038808          E-RAY 0 Timer Interrupt 0 Service Request
SRC_ERAY0TINT1  0xF003880C          E-RAY 0 Timer Interrupt 1 Service Request
SRC_ERAY0NDAT0  0xF0038810          E-RAY 0 New Data 0 Service Request
SRC_ERAY0NDAT1  0xF0038814          E-RAY 0 New Data 1 Service Request
SRC_ERAY0MBSC0  0xF0038818          E-RAY 0 Message Buffer Status Changed 0 Service Request
SRC_ERAY0MBSC1  0xF003881C          E-RAY 0 Message Buffer Status Changed 1 Service Request
SRC_ERAY0OBUSY  0xF0038820          E-RAY 0 Output Buffer Busy
SRC_ERAY0IBUSY  0xF0038824          E-RAY 0 Input Buffer Busy
SRC_DMUHOST     0xF0038860          DMU Host Service Request
SRC_DMUFSI      0xF0038864          DMU FSI Service Request
SRC_HSM0        0xF0038870          HSM Service Request 0
SRC_HSM1        0xF0038874          HSM Service Request 1
SRC_SCUERU0     0xF0038880          SCU ERU Service Request 0
SRC_SCUERU1     0xF0038884          SCU ERU Service Request 1
SRC_SCUERU2     0xF0038888          SCU ERU Service Request 2
SRC_SCUERU3     0xF003888C          SCU ERU Service Request 3
SRC_PMSDTS      0xF00388AC          PMS DTS Service Request
SRC_PMS0        0xF00388B0          Power Management System Service Request 0
SRC_PMS1        0xF00388B4          Power Management System Service Request 1
SRC_PMS2        0xF00388B8          Power Management System Service Request 2
SRC_PMS3        0xF00388BC          Power Management System Service Request 3
SRC_SCR         0xF00388C0          Stand By Controller Service Request
SRC_SMU0        0xF00388D0          SMU Service Request 0
SRC_SMU1        0xF00388D4          SMU Service Request 1
SRC_SMU2        0xF00388D8          SMU Service Request 2
SRC_GPSR00      0xF0038990          General Purpose Group 0 Service Request 0
SRC_GPSR01      0xF0038994          General Purpose Group 0 Service Request 1
SRC_GPSR02      0xF0038998          General Purpose Group 0 Service Request 2
SRC_GPSR03      0xF003899C          General Purpose Group 0 Service Request 3
SRC_GPSR04      0xF00389A0          General Purpose Group 0 Service Request 4
SRC_GPSR05      0xF00389A4          General Purpose Group 0 Service Request 5
SRC_GPSR06      0xF00389A8          General Purpose Group 0 Service Request 6
SRC_GPSR07      0xF00389AC          General Purpose Group 0 Service Request 7
SRC_GTMAEIIRQ   0xF0038A70          AEI Shared Service Request
SRC_GTMARUIRQ0  0xF0038A74          ARU Shared Service Request 0
SRC_GTMARUIRQ1  0xF0038A78          ARU Shared Service Request 1
SRC_GTMARUIRQ2  0xF0038A7C          ARU Shared Service Request 2
SRC_GTMBRCIRQ   0xF0038A80          BRC Shared Service Request
SRC_GTMCMPIRQ   0xF0038A84          CMP Shared Service Request
SRC_GTMSPE0IRQ  0xF0038A88          SPE0 Shared Service Request
SRC_GTMSPE1IRQ  0xF0038A8C          SPE1 Shared Service Request
SRC_GTMERR      0xF0038B70          Error Service Request
SRC_GTMTIM00    0xF0038B90          TIM0 Shared Service Request 0
SRC_GTMTIM01    0xF0038B94          TIM0 Shared Service Request 1
SRC_GTMTIM02    0xF0038B98          TIM0 Shared Service Request 2
SRC_GTMTIM03    0xF0038B9C          TIM0 Shared Service Request 3
SRC_GTMTIM04    0xF0038BA0          TIM0 Shared Service Request 4
SRC_GTMTIM05    0xF0038BA4          TIM0 Shared Service Request 5
SRC_GTMTIM06    0xF0038BA8          TIM0 Shared Service Request 6
SRC_GTMTIM07    0xF0038BAC          TIM0 Shared Service Request 7
SRC_GTMTIM10    0xF0038BB0          TIM1 Shared Service Request 0
SRC_GTMTIM11    0xF0038BB4          TIM1 Shared Service Request 1
SRC_GTMTIM12    0xF0038BB8          TIM1 Shared Service Request 2
SRC_GTMTIM13    0xF0038BBC          TIM1 Shared Service Request 3
SRC_GTMTIM14    0xF0038BC0          TIM1 Shared Service Request 4
SRC_GTMTIM15    0xF0038BC4          TIM1 Shared Service Request 5
SRC_GTMTIM16    0xF0038BC8          TIM1 Shared Service Request 6
SRC_GTMTIM17    0xF0038BCC          TIM1 Shared Service Request 7
SRC_GTMTOM00    0xF0038E10          TOM0 Shared Service Request 0
SRC_GTMTOM01    0xF0038E14          TOM0 Shared Service Request 1
SRC_GTMTOM02    0xF0038E18          TOM0 Shared Service Request 2
SRC_GTMTOM03    0xF0038E1C          TOM0 Shared Service Request 3
SRC_GTMTOM04    0xF0038E20          TOM0 Shared Service Request 4
SRC_GTMTOM05    0xF0038E24          TOM0 Shared Service Request 5
SRC_GTMTOM06    0xF0038E28          TOM0 Shared Service Request 6
SRC_GTMTOM07    0xF0038E2C          TOM0 Shared Service Request 7
SRC_GTMTOM10    0xF0038E30          TOM1 Shared Service Request 0
SRC_GTMTOM11    0xF0038E34          TOM1 Shared Service Request 1
SRC_GTMTOM12    0xF0038E38          TOM1 Shared Service Request 2
SRC_GTMTOM13    0xF0038E3C          TOM1 Shared Service Request 3
SRC_GTMTOM14    0xF0038E40          TOM1 Shared Service Request 4
SRC_GTMTOM15    0xF0038E44          TOM1 Shared Service Request 5
SRC_GTMTOM16    0xF0038E48          TOM1 Shared Service Request 6
SRC_GTMTOM17    0xF0038E4C          TOM1 Shared Service Request 7
SRC_GTMATOM00   0xF0038EF0          ATOM0 Shared Service Request 0
SRC_GTMATOM01   0xF0038EF4          ATOM0 Shared Service Request 1
SRC_GTMATOM02   0xF0038EF8          ATOM0 Shared Service Request 2
SRC_GTMATOM03   0xF0038EFC          ATOM0 Shared Service Request 3
P00_OUT         0xF003A000          Port 00 Output Register
P00_OMR         0xF003A004          Port 00 Output Modification Register
P00_ID          0xF003A008          Port 00 Identification Register
P00_IOCR0       0xF003A010          Port 00 Input/Output Control Register 0
P00_IOCR4       0xF003A014          Port 00 Input/Output Control Register 4
P00_IOCR8       0xF003A018          Port 00 Input/Output Control Register 8
P00_IOCR12      0xF003A01C          Port 00 Input/Output Control Register 12
P00_IN          0xF003A024          Port 00 Input Register
P00_PDR0        0xF003A040          Port 00 Pad Driver Mode Register 0
P00_PDR1        0xF003A044          Port 00 Pad Driver Mode Register 1
P00_ESR         0xF003A050          Port 00 Emergency Stop Register
P00_PDISC       0xF003A060          Port 00 Pin Function Decision Control Register
P00_PCSR        0xF003A064          Port 00 Pin Controller Select Register
P00_OMSR0       0xF003A070          Port 00 Output Modification Set Register 0
P00_OMSR4       0xF003A074          Port 00 Output Modification Set Register 4
P00_OMSR8       0xF003A078          Port 00 Output Modification Set Register 8
P00_OMSR12      0xF003A07C          Port 00 Output Modification Set Register 12
P00_OMCR0       0xF003A080          Port 00 Output Modification Clear Register 0
P00_OMCR4       0xF003A084          Port 00 Output Modification Clear Register 4
P00_OMCR8       0xF003A088          Port 00 Output Modification Clear Register 8
P00_OMCR12      0xF003A08C          Port 00 Output Modification Clear Register 12
P00_OMSR        0xF003A090          Port 00 Output Modification Set Register
P00_OMCR        0xF003A094          Port 00 Output Modification Clear Register
P00_ACCEN1      0xF003A0F8          Port 00 Access Enable Register 1
P00_ACCEN0      0xF003A0FC          Port 00 Access Enable Register 0
P02_OUT         0xF003A200          Port 02 Output Register
P02_OMR         0xF003A204          Port 02 Output Modification Register
P02_ID          0xF003A208          Port 02 Identification Register
P02_IOCR0       0xF003A210          Port 02 Input/Output Control Register 0
P02_IOCR4       0xF003A214          Port 02 Input/Output Control Register 4
P02_IOCR8       0xF003A218          Port 02 Input/Output Control Register 8
P02_IN          0xF003A224          Port 02 Input Register
P02_PDR0        0xF003A240          Port 02 Pad Driver Mode Register 0
P02_PDR1        0xF003A244          Port 02 Pad Driver Mode Register 1
P02_ESR         0xF003A250          Port 02 Emergency Stop Register
P02_PDISC       0xF003A260          Port 02 Pin Function Decision Control Register
P02_PCSR        0xF003A264          Port 02 Pin Controller Select Register
P02_OMSR0       0xF003A270          Port 02 Output Modification Set Register 0
P02_OMSR4       0xF003A274          Port 02 Output Modification Set Register 4
P02_OMSR8       0xF003A278          Port 02 Output Modification Set Register 8
P02_OMCR0       0xF003A280          Port 02 Output Modification Clear Register 0
P02_OMCR4       0xF003A284          Port 02 Output Modification Clear Register 4
P02_OMCR8       0xF003A288          Port 02 Output Modification Clear Register 8
P02_OMSR        0xF003A290          Port 02 Output Modification Set Register
P02_OMCR        0xF003A294          Port 02 Output Modification Clear Register
P02_ACCEN1      0xF003A2F8          Port 02 Access Enable Register 1
P02_ACCEN0      0xF003A2FC          Port 02 Access Enable Register 0
P10_OUT         0xF003AA00          Port 10 Output Register
P10_OMR         0xF003AA04          Port 10 Output Modification Register
P10_ID          0xF003AA08          Port 10 Identification Register
P10_IOCR0       0xF003AA10          Port 10 Input/Output Control Register 0
P10_IOCR4       0xF003AA14          Port 10 Input/Output Control Register 4
P10_IOCR8       0xF003AA18          Port 10 Input/Output Control Register 8
P10_IN          0xF003AA24          Port 10 Input Register
P10_PDR0        0xF003AA40          Port 10 Pad Driver Mode Register 0
P10_PDR1        0xF003AA44          Port 10 Pad Driver Mode Register 1
P10_ESR         0xF003AA50          Port 10 Emergency Stop Register
P10_PDISC       0xF003AA60          Port 10 Pin Function Decision Control Register
P10_PCSR        0xF003AA64          Port 10 Pin Controller Select Register
P10_OMSR0       0xF003AA70          Port 10 Output Modification Set Register 0
P10_OMSR4       0xF003AA74          Port 10 Output Modification Set Register 4
P10_OMSR8       0xF003AA78          Port 10 Output Modification Set Register 8
P10_OMCR0       0xF003AA80          Port 10 Output Modification Clear Register 0
P10_OMCR4       0xF003AA84          Port 10 Output Modification Clear Register 4
P10_OMCR8       0xF003AA88          Port 10 Output Modification Clear Register 8
P10_OMSR        0xF003AA90          Port 10 Output Modification Set Register
P10_OMCR        0xF003AA94          Port 10 Output Modification Clear Register
P10_ACCEN1      0xF003AAF8          Port 10 Access Enable Register 1
P10_ACCEN0      0xF003AAFC          Port 10 Access Enable Register 0
P11_OUT         0xF003AB00          Port 11 Output Register
P11_OMR         0xF003AB04          Port 11 Output Modification Register
P11_ID          0xF003AB08          Port 11 Identification Register
P11_IOCR0       0xF003AB10          Port 11 Input/Output Control Register 0
P11_IOCR4       0xF003AB14          Port 11 Input/Output Control Register 4
P11_IOCR8       0xF003AB18          Port 11 Input/Output Control Register 8
P11_IOCR12      0xF003AB1C          Port 11 Input/Output Control Register 12
P11_IN          0xF003AB24          Port 11 Input Register
P11_PDR0        0xF003AB40          Port 11 Pad Driver Mode Register 0
P11_PDR1        0xF003AB44          Port 11 Pad Driver Mode Register 1
P11_ESR         0xF003AB50          Port 11 Emergency Stop Register
P11_PDISC       0xF003AB60          Port 11 Pin Function Decision Control Register
P11_PCSR        0xF003AB64          Port 11 Pin Controller Select Register
P11_OMSR0       0xF003AB70          Port 11 Output Modification Set Register 0
P11_OMSR4       0xF003AB74          Port 11 Output Modification Set Register 4
P11_OMSR8       0xF003AB78          Port 11 Output Modification Set Register 8
P11_OMSR12      0xF003AB7C          Port 11 Output Modification Set Register 12
P11_OMCR0       0xF003AB80          Port 11 Output Modification Clear Register 0
P11_OMCR4       0xF003AB84          Port 11 Output Modification Clear Register 4
P11_OMCR8       0xF003AB88          Port 11 Output Modification Clear Register 8
P11_OMCR12      0xF003AB8C          Port 11 Output Modification Clear Register 12
P11_OMSR        0xF003AB90          Port 11 Output Modification Set Register
P11_OMCR        0xF003AB94          Port 11 Output Modification Clear Register
P11_ACCEN1      0xF003ABF8          Port 11 Access Enable Register 1
P11_ACCEN0      0xF003ABFC          Port 11 Access Enable Register 0
P13_OUT         0xF003AD00          Port 13 Output Register
P13_OMR         0xF003AD04          Port 13 Output Modification Register
P13_ID          0xF003AD08          Port 13 Identification Register
P13_IOCR0       0xF003AD10          Port 13 Input/Output Control Register 0
P13_IN          0xF003AD24          Port 13 Input Register
P13_PDR0        0xF003AD40          Port 13 Pad Driver Mode Register 0
P13_ESR         0xF003AD50          Port 13 Emergency Stop Register
P13_PDISC       0xF003AD60          Port 13 Pin Function Decision Control Register
P13_PCSR        0xF003AD64          Port 13 Pin Controller Select Register
P13_OMSR0       0xF003AD70          Port 13 Output Modification Set Register 0
P13_OMCR0       0xF003AD80          Port 13 Output Modification Clear Register 0
P13_OMSR        0xF003AD90          Port 13 Output Modification Set Register
P13_OMCR        0xF003AD94          Port 13 Output Modification Clear Register
P13_ACCEN1      0xF003ADF8          Port 13 Access Enable Register 1
P13_ACCEN0      0xF003ADFC          Port 13 Access Enable Register 0
P14_OUT         0xF003AE00          Port 14 Output Register
P14_OMR         0xF003AE04          Port 14 Output Modification Register
P14_ID          0xF003AE08          Port 14 Identification Register
P14_IOCR0       0xF003AE10          Port 14 Input/Output Control Register 0
P14_IOCR4       0xF003AE14          Port 14 Input/Output Control Register 4
P14_IOCR8       0xF003AE18          Port 14 Input/Output Control Register 8
P14_IN          0xF003AE24          Port 14 Input Register
P14_PDR0        0xF003AE40          Port 14 Pad Driver Mode Register 0
P14_PDR1        0xF003AE44          Port 14 Pad Driver Mode Register 1
P14_ESR         0xF003AE50          Port 14 Emergency Stop Register
P14_PDISC       0xF003AE60          Port 14 Pin Function Decision Control Register
P14_PCSR        0xF003AE64          Port 14 Pin Controller Select Register
P14_OMSR0       0xF003AE70          Port 14 Output Modification Set Register 0
P14_OMSR4       0xF003AE74          Port 14 Output Modification Set Register 4
P14_OMSR8       0xF003AE78          Port 14 Output Modification Set Register 8
P14_OMCR0       0xF003AE80          Port 14 Output Modification Clear Register 0
P14_OMCR4       0xF003AE84          Port 14 Output Modification Clear Register 4
P14_OMCR8       0xF003AE88          Port 14 Output Modification Clear Register 8
P14_OMSR        0xF003AE90          Port 14 Output Modification Set Register
P14_OMCR        0xF003AE94          Port 14 Output Modification Clear Register
P14_ACCEN1      0xF003AEF8          Port 14 Access Enable Register 1
P14_ACCEN0      0xF003AEFC          Port 14 Access Enable Register 0
P15_OUT         0xF003AF00          Port 15 Output Register
P15_OMR         0xF003AF04          Port 15 Output Modification Register
P15_ID          0xF003AF08          Port 15 Identification Register
P15_IOCR0       0xF003AF10          Port 15 Input/Output Control Register 0
P15_IOCR4       0xF003AF14          Port 15 Input/Output Control Register 4
P15_IOCR8       0xF003AF18          Port 15 Input/Output Control Register 8
P15_IN          0xF003AF24          Port 15 Input Register
P15_PDR0        0xF003AF40          Port 15 Pad Driver Mode Register 0
P15_PDR1        0xF003AF44          Port 15 Pad Driver Mode Register 1
P15_ESR         0xF003AF50          Port 15 Emergency Stop Register
P15_PDISC       0xF003AF60          Port 15 Pin Function Decision Control Register
P15_PCSR        0xF003AF64          Port 15 Pin Controller Select Register
P15_OMSR0       0xF003AF70          Port 15 Output Modification Set Register 0
P15_OMSR4       0xF003AF74          Port 15 Output Modification Set Register 4
P15_OMSR8       0xF003AF78          Port 15 Output Modification Set Register 8
P15_OMCR0       0xF003AF80          Port 15 Output Modification Clear Register 0
P15_OMCR4       0xF003AF84          Port 15 Output Modification Clear Register 4
P15_OMCR8       0xF003AF88          Port 15 Output Modification Clear Register 8
P15_OMSR        0xF003AF90          Port 15 Output Modification Set Register
P15_OMCR        0xF003AF94          Port 15 Output Modification Clear Register
P15_ACCEN1      0xF003AFF8          Port 15 Access Enable Register 1
P15_ACCEN0      0xF003AFFC          Port 15 Access Enable Register 0
P20_OUT         0xF003B400          Port 20 Output Register
P20_OMR         0xF003B404          Port 20 Output Modification Register
P20_ID          0xF003B408          Port 20 Identification Register
P20_IOCR0       0xF003B410          Port 20 Input/Output Control Register 0
P20_IOCR4       0xF003B414          Port 20 Input/Output Control Register 4
P20_IOCR8       0xF003B418          Port 20 Input/Output Control Register 8
P20_IOCR12      0xF003B41C          Port 20 Input/Output Control Register 12
P20_IN          0xF003B424          Port 20 Input Register
P20_PDR0        0xF003B440          Port 20 Pad Driver Mode Register 0
P20_PDR1        0xF003B444          Port 20 Pad Driver Mode Register 1
P20_ESR         0xF003B450          Port 20 Emergency Stop Register
P20_PDISC       0xF003B460          Port 20 Pin Function Decision Control Register
P20_PCSR        0xF003B464          Port 20 Pin Controller Select Register
P20_OMSR0       0xF003B470          Port 20 Output Modification Set Register 0
P20_OMSR4       0xF003B474          Port 20 Output Modification Set Register 4
P20_OMSR8       0xF003B478          Port 20 Output Modification Set Register 8
P20_OMSR12      0xF003B47C          Port 20 Output Modification Set Register 12
P20_OMCR0       0xF003B480          Port 20 Output Modification Clear Register 0
P20_OMCR4       0xF003B484          Port 20 Output Modification Clear Register 4
P20_OMCR8       0xF003B488          Port 20 Output Modification Clear Register 8
P20_OMCR12      0xF003B48C          Port 20 Output Modification Clear Register 12
P20_OMSR        0xF003B490          Port 20 Output Modification Set Register
P20_OMCR        0xF003B494          Port 20 Output Modification Clear Register
P20_ACCEN1      0xF003B4F8          Port 20 Access Enable Register 1
P20_ACCEN0      0xF003B4FC          Port 20 Access Enable Register 0
P21_OUT         0xF003B500          Port 21 Output Register
P21_OMR         0xF003B504          Port 21 Output Modification Register
P21_ID          0xF003B508          Port 21 Identification Register
P21_IOCR0       0xF003B510          Port 21 Input/Output Control Register 0
P21_IOCR4       0xF003B514          Port 21 Input/Output Control Register 4
P21_IN          0xF003B524          Port 21 Input Register
P21_PDR0        0xF003B540          Port 21 Pad Driver Mode Register 0
P21_ESR         0xF003B550          Port 21 Emergency Stop Register
P21_PDISC       0xF003B560          Port 21 Pin Function Decision Control Register
P21_PCSR        0xF003B564          Port 21 Pin Controller Select Register
P21_OMSR0       0xF003B570          Port 21 Output Modification Set Register 0
P21_OMSR4       0xF003B574          Port 21 Output Modification Set Register 4
P21_OMCR0       0xF003B580          Port 21 Output Modification Clear Register 0
P21_OMCR4       0xF003B584          Port 21 Output Modification Clear Register 4
P21_OMSR        0xF003B590          Port 21 Output Modification Set Register
P21_OMCR        0xF003B594          Port 21 Output Modification Clear Register
P21_LPCR2       0xF003B5A8          Port 21 LVDS Pad Control Register 2
P21_ACCEN1      0xF003B5F8          Port 21 Access Enable Register 1
P21_ACCEN0      0xF003B5FC          Port 21 Access Enable Register 0
P22_OUT         0xF003B600          Port 22 Output Register
P22_OMR         0xF003B604          Port 22 Output Modification Register
P22_ID          0xF003B608          Port 22 Identification Register
P22_IOCR0       0xF003B610          Port 22 Input/Output Control Register 0
P22_IOCR4       0xF003B614          Port 22 Input/Output Control Register 4
P22_IN          0xF003B624          Port 22 Input Register
P22_PDR0        0xF003B640          Port 22 Pad Driver Mode Register 0
P22_ESR         0xF003B650          Port 22 Emergency Stop Register
P22_PDISC       0xF003B660          Port 22 Pin Function Decision Control Register
P22_PCSR        0xF003B664          Port 22 Pin Controller Select Register
P22_OMSR0       0xF003B670          Port 22 Output Modification Set Register 0
P22_OMSR4       0xF003B674          Port 22 Output Modification Set Register 4
P22_OMCR0       0xF003B680          Port 22 Output Modification Clear Register 0
P22_OMCR4       0xF003B684          Port 22 Output Modification Clear Register 4
P22_OMSR        0xF003B690          Port 22 Output Modification Set Register
P22_OMCR        0xF003B694          Port 22 Output Modification Clear Register
P22_ACCEN1      0xF003B6F8          Port 22 Access Enable Register 1
P22_ACCEN0      0xF003B6FC          Port 22 Access Enable Register 0
P23_OUT         0xF003B700          Port 23 Output Register
P23_OMR         0xF003B704          Port 23 Output Modification Register
P23_ID          0xF003B708          Port 23 Identification Register
P23_IOCR0       0xF003B710          Port 23 Input/Output Control Register 0
P23_IOCR4       0xF003B714          Port 23 Input/Output Control Register 4
P23_IN          0xF003B724          Port 23 Input Register
P23_PDR0        0xF003B740          Port 23 Pad Driver Mode Register 0
P23_ESR         0xF003B750          Port 23 Emergency Stop Register
P23_PDISC       0xF003B760          Port 23 Pin Function Decision Control Register
P23_PCSR        0xF003B764          Port 23 Pin Controller Select Register
P23_OMSR0       0xF003B770          Port 23 Output Modification Set Register 0
P23_OMSR4       0xF003B774          Port 23 Output Modification Set Register 4
P23_OMCR0       0xF003B780          Port 23 Output Modification Clear Register 0
P23_OMCR4       0xF003B784          Port 23 Output Modification Clear Register 4
P23_OMSR        0xF003B790          Port 23 Output Modification Set Register
P23_OMCR        0xF003B794          Port 23 Output Modification Clear Register
P23_ACCEN1      0xF003B7F8          Port 23 Access Enable Register 1
P23_ACCEN0      0xF003B7FC          Port 23 Access Enable Register 0
P32_OUT         0xF003C000          Port 32 Output Register
P32_OMR         0xF003C004          Port 32 Output Modification Register
P32_ID          0xF003C008          Port 32 Identification Register
P32_IOCR0       0xF003C010          Port 32 Input/Output Control Register 0
P32_IOCR4       0xF003C014          Port 32 Input/Output Control Register 4
P32_IN          0xF003C024          Port 32 Input Register
P32_PDR0        0xF003C040          Port 32 Pad Driver Mode Register 0
P32_ESR         0xF003C050          Port 32 Emergency Stop Register
P32_PDISC       0xF003C060          Port 32 Pin Function Decision Control Register
P32_PCSR        0xF003C064          Port 32 Pin Controller Select Register
P32_OMSR0       0xF003C070          Port 32 Output Modification Set Register 0
P32_OMSR4       0xF003C074          Port 32 Output Modification Set Register 4
P32_OMCR0       0xF003C080          Port 32 Output Modification Clear Register 0
P32_OMCR4       0xF003C084          Port 32 Output Modification Clear Register 4
P32_OMSR        0xF003C090          Port 32 Output Modification Set Register
P32_OMCR        0xF003C094          Port 32 Output Modification Clear Register
P32_ACCEN1      0xF003C0F8          Port 32 Access Enable Register 1
P32_ACCEN0      0xF003C0FC          Port 32 Access Enable Register 0
P33_OUT         0xF003C100          Port 33 Output Register
P33_OMR         0xF003C104          Port 33 Output Modification Register
P33_ID          0xF003C108          Port 33 Identification Register
P33_IOCR0       0xF003C110          Port 33 Input/Output Control Register 0
P33_IOCR4       0xF003C114          Port 33 Input/Output Control Register 4
P33_IOCR8       0xF003C118          Port 33 Input/Output Control Register 8
P33_IOCR12      0xF003C11C          Port 33 Input/Output Control Register 12
P33_IN          0xF003C124          Port 33 Input Register
P33_PDR0        0xF003C140          Port 33 Pad Driver Mode Register 0
P33_PDR1        0xF003C144          Port 33 Pad Driver Mode Register 1
P33_ESR         0xF003C150          Port 33 Emergency Stop Register
P33_PDISC       0xF003C160          Port 33 Pin Function Decision Control Register
P33_PCSR        0xF003C164          Port 33 Pin Controller Select Register
P33_OMSR0       0xF003C170          Port 33 Output Modification Set Register 0
P33_OMSR4       0xF003C174          Port 33 Output Modification Set Register 4
P33_OMSR8       0xF003C178          Port 33 Output Modification Set Register 8
P33_OMSR12      0xF003C17C          Port 33 Output Modification Set Register 12
P33_OMCR0       0xF003C180          Port 33 Output Modification Clear Register 0
P33_OMCR4       0xF003C184          Port 33 Output Modification Clear Register 4
P33_OMCR8       0xF003C188          Port 33 Output Modification Clear Register 8
P33_OMCR12      0xF003C18C          Port 33 Output Modification Clear Register 12
P33_OMSR        0xF003C190          Port 33 Output Modification Set Register
P33_OMCR        0xF003C194          Port 33 Output Modification Clear Register
P33_ACCEN1      0xF003C1F8          Port 33 Access Enable Register 1
P33_ACCEN0      0xF003C1FC          Port 33 Access Enable Register 0
P34_OUT         0xF003C200          Port 34 Output Register
P34_OMR         0xF003C204          Port 34 Output Modification Register
P34_ID          0xF003C208          Port 34 Identification Register
P34_IOCR0       0xF003C210          Port 34 Input/Output Control Register 0
P34_IN          0xF003C224          Port 34 Input Register
P34_PDR0        0xF003C240          Port 34 Pad Driver Mode Register 0
P34_ESR         0xF003C250          Port 34 Emergency Stop Register
P34_PDISC       0xF003C260          Port 34 Pin Function Decision Control Register
P34_PCSR        0xF003C264          Port 34 Pin Controller Select Register
P34_OMSR0       0xF003C270          Port 34 Output Modification Set Register 0
P34_OMCR0       0xF003C280          Port 34 Output Modification Clear Register 0
P34_OMSR        0xF003C290          Port 34 Output Modification Set Register
P34_OMCR        0xF003C294          Port 34 Output Modification Clear Register
P34_ACCEN1      0xF003C2F8          Port 34 Access Enable Register 1
P34_ACCEN0      0xF003C2FC          Port 34 Access Enable Register 0
P40_OUT         0xF003C800          Port 40 Output Register
P40_OMR         0xF003C804          Port 40 Output Modification Register
P40_ID          0xF003C808          Port 40 Identification Register
P40_IOCR0       0xF003C810          Port 40 Input/Output Control Register 0
P40_IOCR4       0xF003C814          Port 40 Input/Output Control Register 4
P40_IOCR8       0xF003C818          Port 40 Input/Output Control Register 8
P40_IN          0xF003C824          Port 40 Input Register
P40_PDR0        0xF003C840          Port 40 Pad Driver Mode Register 0
P40_PDR1        0xF003C844          Port 40 Pad Driver Mode Register 1
P40_ESR         0xF003C850          Port 40 Emergency Stop Register
P40_PDISC       0xF003C860          Port 40 Pin Function Decision Control Register
P40_PCSR        0xF003C864          Port 40 Pin Controller Select Register
P40_OMSR0       0xF003C870          Port 40 Output Modification Set Register 0
P40_OMSR4       0xF003C874          Port 40 Output Modification Set Register 4
P40_OMSR8       0xF003C878          Port 40 Output Modification Set Register 8
P40_OMCR0       0xF003C880          Port 40 Output Modification Clear Register 0
P40_OMCR4       0xF003C884          Port 40 Output Modification Clear Register 4
P40_OMCR8       0xF003C888          Port 40 Output Modification Clear Register 8
P40_OMSR        0xF003C890          Port 40 Output Modification Set Register
P40_OMCR        0xF003C894          Port 40 Output Modification Clear Register
P40_ACCEN1      0xF003C8F8          Port 40 Access Enable Register 1
P40_ACCEN0      0xF003C8FC          Port 40 Access Enable Register 0
MTU_CLC         0xF0060000          Clock Control Register
MTU_ID          0xF0060008          Identification Register
MTU_MEMTEST0    0xF0060010          Memory MBIST Enable Register 0
MTU_MEMTEST1    0xF0060014          Memory MBIST Enable Register 1
MTU_MEMTEST2    0xF0060018          Memory MBIST Enable Register 2
MTU_MEMMAP      0xF006001C          Memory Mapping Enable Register
MTU_MEMSTAT0    0xF0060038          Memory Status Register 0
MTU_MEMSTAT1    0xF006003C          Memory Status Register 1
MTU_MEMSTAT2    0xF0060040          Memory Status Register 2
MTU_MEMDONE0    0xF0060050          Memory Test Done Status Register 0
MTU_MEMDONE1    0xF0060054          Memory Test Done Status Register 1
MTU_MEMDONE2    0xF0060058          Memory Test Done Status Register 2
MTU_MEMFDA0     0xF0060060          Memory Test FDA Status Register 0
MTU_MEMFDA1     0xF0060064          Memory Test FDA Status Register 1
MTU_MEMFDA2     0xF0060068          Memory Test FDA Status Register 2
MTU_ACCEN1      0xF00600F8          Access Enable Register 1
MTU_ACCEN0      0xF00600FC          Access Enable Register 0
MTU_MC0_CONFIG0 0xF0061000          MC 0 Configuration Register 0
MTU_MC0_CONFIG1 0xF0061002          MC 0 Configuration Register 1
MTU_MC0_MCONTROL 0xF0061004          MC 0 MBIST Control Register
MTU_MC0_MSTATUS 0xF0061006          MC 0 Status Register
MTU_MC0_RANGE   0xF0061008          MC 0 Range Register, single address mode
MTU_MC0_REVID   0xF006100C          MC 0 Revision ID Register
MTU_MC0_ECCS    0xF006100E          MC 0 ECC Safety Register
MTU_MC0_ECCD    0xF0061010          MC 0 Memory ECC Detection Register
MTU_MC0_ETRR0   0xF0061012          MC 0 Error Tracking Register 0
MTU_MC0_ETRR1   0xF0061014          MC 0 Error Tracking Register 1
MTU_MC0_ETRR2   0xF0061016          MC 0 Error Tracking Register 2
MTU_MC0_ETRR3   0xF0061018          MC 0 Error Tracking Register 3
MTU_MC0_ETRR4   0xF006101A          MC 0 Error Tracking Register 4
MTU_MC0_RDBFL0  0xF0061060          MC 0 Read Data and Bit Flip Register 0
MTU_MC0_RDBFL1  0xF0061062          MC 0 Read Data and Bit Flip Register 1
MTU_MC0_RDBFL2  0xF0061064          MC 0 Read Data and Bit Flip Register 2
MTU_MC0_RDBFL3  0xF0061066          MC 0 Read Data and Bit Flip Register 3
MTU_MC0_RDBFL4  0xF0061068          MC 0 Read Data and Bit Flip Register 4
MTU_MC0_RDBFL5  0xF006106A          MC 0 Read Data and Bit Flip Register 5
MTU_MC0_RDBFL6  0xF006106C          MC 0 Read Data and Bit Flip Register 6
MTU_MC0_RDBFL7  0xF006106E          MC 0 Read Data and Bit Flip Register 7
MTU_MC0_RDBFL8  0xF0061070          MC 0 Read Data and Bit Flip Register 8
MTU_MC0_RDBFL9  0xF0061072          MC 0 Read Data and Bit Flip Register 9
MTU_MC0_RDBFL10 0xF0061074          MC 0 Read Data and Bit Flip Register 10
MTU_MC0_RDBFL11 0xF0061076          MC 0 Read Data and Bit Flip Register 11
MTU_MC0_RDBFL12 0xF0061078          MC 0 Read Data and Bit Flip Register 12
MTU_MC0_RDBFL13 0xF006107A          MC 0 Read Data and Bit Flip Register 13
MTU_MC0_RDBFL14 0xF006107C          MC 0 Read Data and Bit Flip Register 14
MTU_MC0_RDBFL15 0xF006107E          MC 0 Read Data and Bit Flip Register 15
MTU_MC0_RDBFL16 0xF0061080          MC 0 Read Data and Bit Flip Register 16
MTU_MC0_RDBFL17 0xF0061082          MC 0 Read Data and Bit Flip Register 17
MTU_MC0_RDBFL18 0xF0061084          MC 0 Read Data and Bit Flip Register 18
MTU_MC0_RDBFL19 0xF0061086          MC 0 Read Data and Bit Flip Register 19
MTU_MC0_RDBFL20 0xF0061088          MC 0 Read Data and Bit Flip Register 20
MTU_MC0_RDBFL21 0xF006108A          MC 0 Read Data and Bit Flip Register 21
MTU_MC0_RDBFL22 0xF006108C          MC 0 Read Data and Bit Flip Register 22
MTU_MC0_RDBFL23 0xF006108E          MC 0 Read Data and Bit Flip Register 23
MTU_MC0_RDBFL24 0xF0061090          MC 0 Read Data and Bit Flip Register 24
MTU_MC0_RDBFL25 0xF0061092          MC 0 Read Data and Bit Flip Register 25
MTU_MC0_RDBFL26 0xF0061094          MC 0 Read Data and Bit Flip Register 26
MTU_MC0_RDBFL27 0xF0061096          MC 0 Read Data and Bit Flip Register 27
MTU_MC0_RDBFL28 0xF0061098          MC 0 Read Data and Bit Flip Register 28
MTU_MC0_RDBFL29 0xF006109A          MC 0 Read Data and Bit Flip Register 29
MTU_MC0_RDBFL30 0xF006109C          MC 0 Read Data and Bit Flip Register 30
MTU_MC0_RDBFL31 0xF006109E          MC 0 Read Data and Bit Flip Register 31
MTU_MC0_RDBFL32 0xF00610A0          MC 0 Read Data and Bit Flip Register 32
MTU_MC0_RDBFL33 0xF00610A2          MC 0 Read Data and Bit Flip Register 33
MTU_MC0_RDBFL34 0xF00610A4          MC 0 Read Data and Bit Flip Register 34
MTU_MC0_RDBFL35 0xF00610A6          MC 0 Read Data and Bit Flip Register 35
MTU_MC0_RDBFL36 0xF00610A8          MC 0 Read Data and Bit Flip Register 36
MTU_MC0_RDBFL37 0xF00610AA          MC 0 Read Data and Bit Flip Register 37
MTU_MC0_RDBFL38 0xF00610AC          MC 0 Read Data and Bit Flip Register 38
MTU_MC0_RDBFL39 0xF00610AE          MC 0 Read Data and Bit Flip Register 39
MTU_MC0_RDBFL40 0xF00610B0          MC 0 Read Data and Bit Flip Register 40
MTU_MC0_RDBFL41 0xF00610B2          MC 0 Read Data and Bit Flip Register 41
MTU_MC0_RDBFL42 0xF00610B4          MC 0 Read Data and Bit Flip Register 42
MTU_MC0_RDBFL43 0xF00610B6          MC 0 Read Data and Bit Flip Register 43
MTU_MC0_RDBFL44 0xF00610B8          MC 0 Read Data and Bit Flip Register 44
MTU_MC0_RDBFL45 0xF00610BA          MC 0 Read Data and Bit Flip Register 45
MTU_MC0_RDBFL46 0xF00610BC          MC 0 Read Data and Bit Flip Register 46
MTU_MC0_RDBFL47 0xF00610BE          MC 0 Read Data and Bit Flip Register 47
MTU_MC0_RDBFL48 0xF00610C0          MC 0 Read Data and Bit Flip Register 48
MTU_MC0_RDBFL49 0xF00610C2          MC 0 Read Data and Bit Flip Register 49
MTU_MC0_RDBFL50 0xF00610C4          MC 0 Read Data and Bit Flip Register 50
MTU_MC0_RDBFL51 0xF00610C6          MC 0 Read Data and Bit Flip Register 51
MTU_MC0_RDBFL52 0xF00610C8          MC 0 Read Data and Bit Flip Register 52
MTU_MC0_RDBFL53 0xF00610CA          MC 0 Read Data and Bit Flip Register 53
MTU_MC0_RDBFL54 0xF00610CC          MC 0 Read Data and Bit Flip Register 54
MTU_MC0_RDBFL55 0xF00610CE          MC 0 Read Data and Bit Flip Register 55
MTU_MC0_RDBFL56 0xF00610D0          MC 0 Read Data and Bit Flip Register 56
MTU_MC0_RDBFL57 0xF00610D2          MC 0 Read Data and Bit Flip Register 57
MTU_MC0_RDBFL58 0xF00610D4          MC 0 Read Data and Bit Flip Register 58
MTU_MC0_RDBFL59 0xF00610D6          MC 0 Read Data and Bit Flip Register 59
MTU_MC0_RDBFL60 0xF00610D8          MC 0 Read Data and Bit Flip Register 60
MTU_MC0_RDBFL61 0xF00610DA          MC 0 Read Data and Bit Flip Register 61
MTU_MC0_RDBFL62 0xF00610DC          MC 0 Read Data and Bit Flip Register 62
MTU_MC0_RDBFL63 0xF00610DE          MC 0 Read Data and Bit Flip Register 63
MTU_MC0_RDBFL64 0xF00610E0          MC 0 Read Data and Bit Flip Register 64
MTU_MC0_RDBFL65 0xF00610E2          MC 0 Read Data and Bit Flip Register 65
MTU_MC0_RDBFL66 0xF00610E4          MC 0 Read Data and Bit Flip Register 66
MTU_MC0_ALMSRCS 0xF00610EE          MC 0 Alarm Sources Configuration Register
MTU_MC0_FAULTSTS 0xF00610F0          MC 0 SSH Safety Faults Status Register
MTU_MC0_ERRINFO0 0xF00610F2          MC 0 Error Information Register 0
MTU_MC0_ERRINFO1 0xF00610F4          MC 0 Error Information Register 1
MTU_MC0_ERRINFO2 0xF00610F6          MC 0 Error Information Register 2
MTU_MC0_ERRINFO3 0xF00610F8          MC 0 Error Information Register 3
MTU_MC0_ERRINFO4 0xF00610FA          MC 0 Error Information Register 4
MTU_MC1_CONFIG0 0xF0061100          MC 1 Configuration Register 0
MTU_MC1_CONFIG1 0xF0061102          MC 1 Configuration Register 1
MTU_MC1_MCONTROL 0xF0061104          MC 1 MBIST Control Register
MTU_MC1_MSTATUS 0xF0061106          MC 1 Status Register
MTU_MC1_RANGE   0xF0061108          MC 1 Range Register, single address mode
MTU_MC1_REVID   0xF006110C          MC 1 Revision ID Register
MTU_MC1_ECCS    0xF006110E          MC 1 ECC Safety Register
MTU_MC1_ECCD    0xF0061110          MC 1 Memory ECC Detection Register
MTU_MC1_ETRR0   0xF0061112          MC 1 Error Tracking Register 0
MTU_MC1_ETRR1   0xF0061114          MC 1 Error Tracking Register 1
MTU_MC1_ETRR2   0xF0061116          MC 1 Error Tracking Register 2
MTU_MC1_ETRR3   0xF0061118          MC 1 Error Tracking Register 3
MTU_MC1_ETRR4   0xF006111A          MC 1 Error Tracking Register 4
MTU_MC1_RDBFL0  0xF0061160          MC 1 Read Data and Bit Flip Register 0
MTU_MC1_RDBFL1  0xF0061162          MC 1 Read Data and Bit Flip Register 1
MTU_MC1_RDBFL2  0xF0061164          MC 1 Read Data and Bit Flip Register 2
MTU_MC1_RDBFL3  0xF0061166          MC 1 Read Data and Bit Flip Register 3
MTU_MC1_RDBFL4  0xF0061168          MC 1 Read Data and Bit Flip Register 4
MTU_MC1_RDBFL5  0xF006116A          MC 1 Read Data and Bit Flip Register 5
MTU_MC1_RDBFL6  0xF006116C          MC 1 Read Data and Bit Flip Register 6
MTU_MC1_RDBFL7  0xF006116E          MC 1 Read Data and Bit Flip Register 7
MTU_MC1_RDBFL8  0xF0061170          MC 1 Read Data and Bit Flip Register 8
MTU_MC1_RDBFL9  0xF0061172          MC 1 Read Data and Bit Flip Register 9
MTU_MC1_RDBFL10 0xF0061174          MC 1 Read Data and Bit Flip Register 10
MTU_MC1_RDBFL11 0xF0061176          MC 1 Read Data and Bit Flip Register 11
MTU_MC1_RDBFL12 0xF0061178          MC 1 Read Data and Bit Flip Register 12
MTU_MC1_RDBFL13 0xF006117A          MC 1 Read Data and Bit Flip Register 13
MTU_MC1_RDBFL14 0xF006117C          MC 1 Read Data and Bit Flip Register 14
MTU_MC1_RDBFL15 0xF006117E          MC 1 Read Data and Bit Flip Register 15
MTU_MC1_RDBFL16 0xF0061180          MC 1 Read Data and Bit Flip Register 16
MTU_MC1_RDBFL17 0xF0061182          MC 1 Read Data and Bit Flip Register 17
MTU_MC1_RDBFL18 0xF0061184          MC 1 Read Data and Bit Flip Register 18
MTU_MC1_RDBFL19 0xF0061186          MC 1 Read Data and Bit Flip Register 19
MTU_MC1_RDBFL20 0xF0061188          MC 1 Read Data and Bit Flip Register 20
MTU_MC1_RDBFL21 0xF006118A          MC 1 Read Data and Bit Flip Register 21
MTU_MC1_RDBFL22 0xF006118C          MC 1 Read Data and Bit Flip Register 22
MTU_MC1_RDBFL23 0xF006118E          MC 1 Read Data and Bit Flip Register 23
MTU_MC1_RDBFL24 0xF0061190          MC 1 Read Data and Bit Flip Register 24
MTU_MC1_RDBFL25 0xF0061192          MC 1 Read Data and Bit Flip Register 25
MTU_MC1_RDBFL26 0xF0061194          MC 1 Read Data and Bit Flip Register 26
MTU_MC1_RDBFL27 0xF0061196          MC 1 Read Data and Bit Flip Register 27
MTU_MC1_RDBFL28 0xF0061198          MC 1 Read Data and Bit Flip Register 28
MTU_MC1_RDBFL29 0xF006119A          MC 1 Read Data and Bit Flip Register 29
MTU_MC1_RDBFL30 0xF006119C          MC 1 Read Data and Bit Flip Register 30
MTU_MC1_RDBFL31 0xF006119E          MC 1 Read Data and Bit Flip Register 31
MTU_MC1_RDBFL32 0xF00611A0          MC 1 Read Data and Bit Flip Register 32
MTU_MC1_RDBFL33 0xF00611A2          MC 1 Read Data and Bit Flip Register 33
MTU_MC1_RDBFL34 0xF00611A4          MC 1 Read Data and Bit Flip Register 34
MTU_MC1_RDBFL35 0xF00611A6          MC 1 Read Data and Bit Flip Register 35
MTU_MC1_RDBFL36 0xF00611A8          MC 1 Read Data and Bit Flip Register 36
MTU_MC1_RDBFL37 0xF00611AA          MC 1 Read Data and Bit Flip Register 37
MTU_MC1_RDBFL38 0xF00611AC          MC 1 Read Data and Bit Flip Register 38
MTU_MC1_RDBFL39 0xF00611AE          MC 1 Read Data and Bit Flip Register 39
MTU_MC1_RDBFL40 0xF00611B0          MC 1 Read Data and Bit Flip Register 40
MTU_MC1_RDBFL41 0xF00611B2          MC 1 Read Data and Bit Flip Register 41
MTU_MC1_RDBFL42 0xF00611B4          MC 1 Read Data and Bit Flip Register 42
MTU_MC1_RDBFL43 0xF00611B6          MC 1 Read Data and Bit Flip Register 43
MTU_MC1_RDBFL44 0xF00611B8          MC 1 Read Data and Bit Flip Register 44
MTU_MC1_RDBFL45 0xF00611BA          MC 1 Read Data and Bit Flip Register 45
MTU_MC1_RDBFL46 0xF00611BC          MC 1 Read Data and Bit Flip Register 46
MTU_MC1_RDBFL47 0xF00611BE          MC 1 Read Data and Bit Flip Register 47
MTU_MC1_RDBFL48 0xF00611C0          MC 1 Read Data and Bit Flip Register 48
MTU_MC1_RDBFL49 0xF00611C2          MC 1 Read Data and Bit Flip Register 49
MTU_MC1_RDBFL50 0xF00611C4          MC 1 Read Data and Bit Flip Register 50
MTU_MC1_RDBFL51 0xF00611C6          MC 1 Read Data and Bit Flip Register 51
MTU_MC1_RDBFL52 0xF00611C8          MC 1 Read Data and Bit Flip Register 52
MTU_MC1_RDBFL53 0xF00611CA          MC 1 Read Data and Bit Flip Register 53
MTU_MC1_RDBFL54 0xF00611CC          MC 1 Read Data and Bit Flip Register 54
MTU_MC1_RDBFL55 0xF00611CE          MC 1 Read Data and Bit Flip Register 55
MTU_MC1_RDBFL56 0xF00611D0          MC 1 Read Data and Bit Flip Register 56
MTU_MC1_RDBFL57 0xF00611D2          MC 1 Read Data and Bit Flip Register 57
MTU_MC1_RDBFL58 0xF00611D4          MC 1 Read Data and Bit Flip Register 58
MTU_MC1_RDBFL59 0xF00611D6          MC 1 Read Data and Bit Flip Register 59
MTU_MC1_RDBFL60 0xF00611D8          MC 1 Read Data and Bit Flip Register 60
MTU_MC1_RDBFL61 0xF00611DA          MC 1 Read Data and Bit Flip Register 61
MTU_MC1_RDBFL62 0xF00611DC          MC 1 Read Data and Bit Flip Register 62
MTU_MC1_RDBFL63 0xF00611DE          MC 1 Read Data and Bit Flip Register 63
MTU_MC1_RDBFL64 0xF00611E0          MC 1 Read Data and Bit Flip Register 64
MTU_MC1_RDBFL65 0xF00611E2          MC 1 Read Data and Bit Flip Register 65
MTU_MC1_RDBFL66 0xF00611E4          MC 1 Read Data and Bit Flip Register 66
MTU_MC1_ALMSRCS 0xF00611EE          MC 1 Alarm Sources Configuration Register
MTU_MC1_FAULTSTS 0xF00611F0          MC 1 SSH Safety Faults Status Register
MTU_MC1_ERRINFO0 0xF00611F2          MC 1 Error Information Register 0
MTU_MC1_ERRINFO1 0xF00611F4          MC 1 Error Information Register 1
MTU_MC1_ERRINFO2 0xF00611F6          MC 1 Error Information Register 2
MTU_MC1_ERRINFO3 0xF00611F8          MC 1 Error Information Register 3
MTU_MC1_ERRINFO4 0xF00611FA          MC 1 Error Information Register 4
MTU_MC2_CONFIG0 0xF0061200          MC 2 Configuration Register 0
MTU_MC2_CONFIG1 0xF0061202          MC 2 Configuration Register 1
MTU_MC2_MCONTROL 0xF0061204          MC 2 MBIST Control Register
MTU_MC2_MSTATUS 0xF0061206          MC 2 Status Register
MTU_MC2_RANGE   0xF0061208          MC 2 Range Register, single address mode
MTU_MC2_REVID   0xF006120C          MC 2 Revision ID Register
MTU_MC2_ECCS    0xF006120E          MC 2 ECC Safety Register
MTU_MC2_ECCD    0xF0061210          MC 2 Memory ECC Detection Register
MTU_MC2_ETRR0   0xF0061212          MC 2 Error Tracking Register 0
MTU_MC2_ETRR1   0xF0061214          MC 2 Error Tracking Register 1
MTU_MC2_ETRR2   0xF0061216          MC 2 Error Tracking Register 2
MTU_MC2_ETRR3   0xF0061218          MC 2 Error Tracking Register 3
MTU_MC2_ETRR4   0xF006121A          MC 2 Error Tracking Register 4
MTU_MC2_RDBFL0  0xF0061260          MC 2 Read Data and Bit Flip Register 0
MTU_MC2_RDBFL1  0xF0061262          MC 2 Read Data and Bit Flip Register 1
MTU_MC2_RDBFL2  0xF0061264          MC 2 Read Data and Bit Flip Register 2
MTU_MC2_RDBFL3  0xF0061266          MC 2 Read Data and Bit Flip Register 3
MTU_MC2_RDBFL4  0xF0061268          MC 2 Read Data and Bit Flip Register 4
MTU_MC2_RDBFL5  0xF006126A          MC 2 Read Data and Bit Flip Register 5
MTU_MC2_RDBFL6  0xF006126C          MC 2 Read Data and Bit Flip Register 6
MTU_MC2_RDBFL7  0xF006126E          MC 2 Read Data and Bit Flip Register 7
MTU_MC2_RDBFL8  0xF0061270          MC 2 Read Data and Bit Flip Register 8
MTU_MC2_RDBFL9  0xF0061272          MC 2 Read Data and Bit Flip Register 9
MTU_MC2_RDBFL10 0xF0061274          MC 2 Read Data and Bit Flip Register 10
MTU_MC2_RDBFL11 0xF0061276          MC 2 Read Data and Bit Flip Register 11
MTU_MC2_RDBFL12 0xF0061278          MC 2 Read Data and Bit Flip Register 12
MTU_MC2_RDBFL13 0xF006127A          MC 2 Read Data and Bit Flip Register 13
MTU_MC2_RDBFL14 0xF006127C          MC 2 Read Data and Bit Flip Register 14
MTU_MC2_RDBFL15 0xF006127E          MC 2 Read Data and Bit Flip Register 15
MTU_MC2_RDBFL16 0xF0061280          MC 2 Read Data and Bit Flip Register 16
MTU_MC2_RDBFL17 0xF0061282          MC 2 Read Data and Bit Flip Register 17
MTU_MC2_RDBFL18 0xF0061284          MC 2 Read Data and Bit Flip Register 18
MTU_MC2_RDBFL19 0xF0061286          MC 2 Read Data and Bit Flip Register 19
MTU_MC2_RDBFL20 0xF0061288          MC 2 Read Data and Bit Flip Register 20
MTU_MC2_RDBFL21 0xF006128A          MC 2 Read Data and Bit Flip Register 21
MTU_MC2_RDBFL22 0xF006128C          MC 2 Read Data and Bit Flip Register 22
MTU_MC2_RDBFL23 0xF006128E          MC 2 Read Data and Bit Flip Register 23
MTU_MC2_RDBFL24 0xF0061290          MC 2 Read Data and Bit Flip Register 24
MTU_MC2_RDBFL25 0xF0061292          MC 2 Read Data and Bit Flip Register 25
MTU_MC2_RDBFL26 0xF0061294          MC 2 Read Data and Bit Flip Register 26
MTU_MC2_RDBFL27 0xF0061296          MC 2 Read Data and Bit Flip Register 27
MTU_MC2_RDBFL28 0xF0061298          MC 2 Read Data and Bit Flip Register 28
MTU_MC2_RDBFL29 0xF006129A          MC 2 Read Data and Bit Flip Register 29
MTU_MC2_RDBFL30 0xF006129C          MC 2 Read Data and Bit Flip Register 30
MTU_MC2_RDBFL31 0xF006129E          MC 2 Read Data and Bit Flip Register 31
MTU_MC2_RDBFL32 0xF00612A0          MC 2 Read Data and Bit Flip Register 32
MTU_MC2_RDBFL33 0xF00612A2          MC 2 Read Data and Bit Flip Register 33
MTU_MC2_RDBFL34 0xF00612A4          MC 2 Read Data and Bit Flip Register 34
MTU_MC2_RDBFL35 0xF00612A6          MC 2 Read Data and Bit Flip Register 35
MTU_MC2_RDBFL36 0xF00612A8          MC 2 Read Data and Bit Flip Register 36
MTU_MC2_RDBFL37 0xF00612AA          MC 2 Read Data and Bit Flip Register 37
MTU_MC2_RDBFL38 0xF00612AC          MC 2 Read Data and Bit Flip Register 38
MTU_MC2_RDBFL39 0xF00612AE          MC 2 Read Data and Bit Flip Register 39
MTU_MC2_RDBFL40 0xF00612B0          MC 2 Read Data and Bit Flip Register 40
MTU_MC2_RDBFL41 0xF00612B2          MC 2 Read Data and Bit Flip Register 41
MTU_MC2_RDBFL42 0xF00612B4          MC 2 Read Data and Bit Flip Register 42
MTU_MC2_RDBFL43 0xF00612B6          MC 2 Read Data and Bit Flip Register 43
MTU_MC2_RDBFL44 0xF00612B8          MC 2 Read Data and Bit Flip Register 44
MTU_MC2_RDBFL45 0xF00612BA          MC 2 Read Data and Bit Flip Register 45
MTU_MC2_RDBFL46 0xF00612BC          MC 2 Read Data and Bit Flip Register 46
MTU_MC2_RDBFL47 0xF00612BE          MC 2 Read Data and Bit Flip Register 47
MTU_MC2_RDBFL48 0xF00612C0          MC 2 Read Data and Bit Flip Register 48
MTU_MC2_RDBFL49 0xF00612C2          MC 2 Read Data and Bit Flip Register 49
MTU_MC2_RDBFL50 0xF00612C4          MC 2 Read Data and Bit Flip Register 50
MTU_MC2_RDBFL51 0xF00612C6          MC 2 Read Data and Bit Flip Register 51
MTU_MC2_RDBFL52 0xF00612C8          MC 2 Read Data and Bit Flip Register 52
MTU_MC2_RDBFL53 0xF00612CA          MC 2 Read Data and Bit Flip Register 53
MTU_MC2_RDBFL54 0xF00612CC          MC 2 Read Data and Bit Flip Register 54
MTU_MC2_RDBFL55 0xF00612CE          MC 2 Read Data and Bit Flip Register 55
MTU_MC2_RDBFL56 0xF00612D0          MC 2 Read Data and Bit Flip Register 56
MTU_MC2_RDBFL57 0xF00612D2          MC 2 Read Data and Bit Flip Register 57
MTU_MC2_RDBFL58 0xF00612D4          MC 2 Read Data and Bit Flip Register 58
MTU_MC2_RDBFL59 0xF00612D6          MC 2 Read Data and Bit Flip Register 59
MTU_MC2_RDBFL60 0xF00612D8          MC 2 Read Data and Bit Flip Register 60
MTU_MC2_RDBFL61 0xF00612DA          MC 2 Read Data and Bit Flip Register 61
MTU_MC2_RDBFL62 0xF00612DC          MC 2 Read Data and Bit Flip Register 62
MTU_MC2_RDBFL63 0xF00612DE          MC 2 Read Data and Bit Flip Register 63
MTU_MC2_RDBFL64 0xF00612E0          MC 2 Read Data and Bit Flip Register 64
MTU_MC2_RDBFL65 0xF00612E2          MC 2 Read Data and Bit Flip Register 65
MTU_MC2_RDBFL66 0xF00612E4          MC 2 Read Data and Bit Flip Register 66
MTU_MC2_ALMSRCS 0xF00612EE          MC 2 Alarm Sources Configuration Register
MTU_MC2_FAULTSTS 0xF00612F0          MC 2 SSH Safety Faults Status Register
MTU_MC2_ERRINFO0 0xF00612F2          MC 2 Error Information Register 0
MTU_MC2_ERRINFO1 0xF00612F4          MC 2 Error Information Register 1
MTU_MC2_ERRINFO2 0xF00612F6          MC 2 Error Information Register 2
MTU_MC2_ERRINFO3 0xF00612F8          MC 2 Error Information Register 3
MTU_MC2_ERRINFO4 0xF00612FA          MC 2 Error Information Register 4
MTU_MC3_CONFIG0 0xF0061300          MC 3 Configuration Register 0
MTU_MC3_CONFIG1 0xF0061302          MC 3 Configuration Register 1
MTU_MC3_MCONTROL 0xF0061304          MC 3 MBIST Control Register
MTU_MC3_MSTATUS 0xF0061306          MC 3 Status Register
MTU_MC3_RANGE   0xF0061308          MC 3 Range Register, single address mode
MTU_MC3_REVID   0xF006130C          MC 3 Revision ID Register
MTU_MC3_ECCS    0xF006130E          MC 3 ECC Safety Register
MTU_MC3_ECCD    0xF0061310          MC 3 Memory ECC Detection Register
MTU_MC3_ETRR0   0xF0061312          MC 3 Error Tracking Register 0
MTU_MC3_ETRR1   0xF0061314          MC 3 Error Tracking Register 1
MTU_MC3_ETRR2   0xF0061316          MC 3 Error Tracking Register 2
MTU_MC3_ETRR3   0xF0061318          MC 3 Error Tracking Register 3
MTU_MC3_ETRR4   0xF006131A          MC 3 Error Tracking Register 4
MTU_MC3_RDBFL0  0xF0061360          MC 3 Read Data and Bit Flip Register 0
MTU_MC3_RDBFL1  0xF0061362          MC 3 Read Data and Bit Flip Register 1
MTU_MC3_RDBFL2  0xF0061364          MC 3 Read Data and Bit Flip Register 2
MTU_MC3_RDBFL3  0xF0061366          MC 3 Read Data and Bit Flip Register 3
MTU_MC3_RDBFL4  0xF0061368          MC 3 Read Data and Bit Flip Register 4
MTU_MC3_RDBFL5  0xF006136A          MC 3 Read Data and Bit Flip Register 5
MTU_MC3_RDBFL6  0xF006136C          MC 3 Read Data and Bit Flip Register 6
MTU_MC3_RDBFL7  0xF006136E          MC 3 Read Data and Bit Flip Register 7
MTU_MC3_RDBFL8  0xF0061370          MC 3 Read Data and Bit Flip Register 8
MTU_MC3_RDBFL9  0xF0061372          MC 3 Read Data and Bit Flip Register 9
MTU_MC3_RDBFL10 0xF0061374          MC 3 Read Data and Bit Flip Register 10
MTU_MC3_RDBFL11 0xF0061376          MC 3 Read Data and Bit Flip Register 11
MTU_MC3_RDBFL12 0xF0061378          MC 3 Read Data and Bit Flip Register 12
MTU_MC3_RDBFL13 0xF006137A          MC 3 Read Data and Bit Flip Register 13
MTU_MC3_RDBFL14 0xF006137C          MC 3 Read Data and Bit Flip Register 14
MTU_MC3_RDBFL15 0xF006137E          MC 3 Read Data and Bit Flip Register 15
MTU_MC3_RDBFL16 0xF0061380          MC 3 Read Data and Bit Flip Register 16
MTU_MC3_RDBFL17 0xF0061382          MC 3 Read Data and Bit Flip Register 17
MTU_MC3_RDBFL18 0xF0061384          MC 3 Read Data and Bit Flip Register 18
MTU_MC3_RDBFL19 0xF0061386          MC 3 Read Data and Bit Flip Register 19
MTU_MC3_RDBFL20 0xF0061388          MC 3 Read Data and Bit Flip Register 20
MTU_MC3_RDBFL21 0xF006138A          MC 3 Read Data and Bit Flip Register 21
MTU_MC3_RDBFL22 0xF006138C          MC 3 Read Data and Bit Flip Register 22
MTU_MC3_RDBFL23 0xF006138E          MC 3 Read Data and Bit Flip Register 23
MTU_MC3_RDBFL24 0xF0061390          MC 3 Read Data and Bit Flip Register 24
MTU_MC3_RDBFL25 0xF0061392          MC 3 Read Data and Bit Flip Register 25
MTU_MC3_RDBFL26 0xF0061394          MC 3 Read Data and Bit Flip Register 26
MTU_MC3_RDBFL27 0xF0061396          MC 3 Read Data and Bit Flip Register 27
MTU_MC3_RDBFL28 0xF0061398          MC 3 Read Data and Bit Flip Register 28
MTU_MC3_RDBFL29 0xF006139A          MC 3 Read Data and Bit Flip Register 29
MTU_MC3_RDBFL30 0xF006139C          MC 3 Read Data and Bit Flip Register 30
MTU_MC3_RDBFL31 0xF006139E          MC 3 Read Data and Bit Flip Register 31
MTU_MC3_RDBFL32 0xF00613A0          MC 3 Read Data and Bit Flip Register 32
MTU_MC3_RDBFL33 0xF00613A2          MC 3 Read Data and Bit Flip Register 33
MTU_MC3_RDBFL34 0xF00613A4          MC 3 Read Data and Bit Flip Register 34
MTU_MC3_RDBFL35 0xF00613A6          MC 3 Read Data and Bit Flip Register 35
MTU_MC3_RDBFL36 0xF00613A8          MC 3 Read Data and Bit Flip Register 36
MTU_MC3_RDBFL37 0xF00613AA          MC 3 Read Data and Bit Flip Register 37
MTU_MC3_RDBFL38 0xF00613AC          MC 3 Read Data and Bit Flip Register 38
MTU_MC3_RDBFL39 0xF00613AE          MC 3 Read Data and Bit Flip Register 39
MTU_MC3_RDBFL40 0xF00613B0          MC 3 Read Data and Bit Flip Register 40
MTU_MC3_RDBFL41 0xF00613B2          MC 3 Read Data and Bit Flip Register 41
MTU_MC3_RDBFL42 0xF00613B4          MC 3 Read Data and Bit Flip Register 42
MTU_MC3_RDBFL43 0xF00613B6          MC 3 Read Data and Bit Flip Register 43
MTU_MC3_RDBFL44 0xF00613B8          MC 3 Read Data and Bit Flip Register 44
MTU_MC3_RDBFL45 0xF00613BA          MC 3 Read Data and Bit Flip Register 45
MTU_MC3_RDBFL46 0xF00613BC          MC 3 Read Data and Bit Flip Register 46
MTU_MC3_RDBFL47 0xF00613BE          MC 3 Read Data and Bit Flip Register 47
MTU_MC3_RDBFL48 0xF00613C0          MC 3 Read Data and Bit Flip Register 48
MTU_MC3_RDBFL49 0xF00613C2          MC 3 Read Data and Bit Flip Register 49
MTU_MC3_RDBFL50 0xF00613C4          MC 3 Read Data and Bit Flip Register 50
MTU_MC3_RDBFL51 0xF00613C6          MC 3 Read Data and Bit Flip Register 51
MTU_MC3_RDBFL52 0xF00613C8          MC 3 Read Data and Bit Flip Register 52
MTU_MC3_RDBFL53 0xF00613CA          MC 3 Read Data and Bit Flip Register 53
MTU_MC3_RDBFL54 0xF00613CC          MC 3 Read Data and Bit Flip Register 54
MTU_MC3_RDBFL55 0xF00613CE          MC 3 Read Data and Bit Flip Register 55
MTU_MC3_RDBFL56 0xF00613D0          MC 3 Read Data and Bit Flip Register 56
MTU_MC3_RDBFL57 0xF00613D2          MC 3 Read Data and Bit Flip Register 57
MTU_MC3_RDBFL58 0xF00613D4          MC 3 Read Data and Bit Flip Register 58
MTU_MC3_RDBFL59 0xF00613D6          MC 3 Read Data and Bit Flip Register 59
MTU_MC3_RDBFL60 0xF00613D8          MC 3 Read Data and Bit Flip Register 60
MTU_MC3_RDBFL61 0xF00613DA          MC 3 Read Data and Bit Flip Register 61
MTU_MC3_RDBFL62 0xF00613DC          MC 3 Read Data and Bit Flip Register 62
MTU_MC3_RDBFL63 0xF00613DE          MC 3 Read Data and Bit Flip Register 63
MTU_MC3_RDBFL64 0xF00613E0          MC 3 Read Data and Bit Flip Register 64
MTU_MC3_RDBFL65 0xF00613E2          MC 3 Read Data and Bit Flip Register 65
MTU_MC3_RDBFL66 0xF00613E4          MC 3 Read Data and Bit Flip Register 66
MTU_MC3_ALMSRCS 0xF00613EE          MC 3 Alarm Sources Configuration Register
MTU_MC3_FAULTSTS 0xF00613F0          MC 3 SSH Safety Faults Status Register
MTU_MC3_ERRINFO0 0xF00613F2          MC 3 Error Information Register 0
MTU_MC3_ERRINFO1 0xF00613F4          MC 3 Error Information Register 1
MTU_MC3_ERRINFO2 0xF00613F6          MC 3 Error Information Register 2
MTU_MC3_ERRINFO3 0xF00613F8          MC 3 Error Information Register 3
MTU_MC3_ERRINFO4 0xF00613FA          MC 3 Error Information Register 4
MTU_MC4_CONFIG0 0xF0061400          MC 4 Configuration Register 0
MTU_MC4_CONFIG1 0xF0061402          MC 4 Configuration Register 1
MTU_MC4_MCONTROL 0xF0061404          MC 4 MBIST Control Register
MTU_MC4_MSTATUS 0xF0061406          MC 4 Status Register
MTU_MC4_RANGE   0xF0061408          MC 4 Range Register, single address mode
MTU_MC4_REVID   0xF006140C          MC 4 Revision ID Register
MTU_MC4_ECCS    0xF006140E          MC 4 ECC Safety Register
MTU_MC4_ECCD    0xF0061410          MC 4 Memory ECC Detection Register
MTU_MC4_ETRR0   0xF0061412          MC 4 Error Tracking Register 0
MTU_MC4_ETRR1   0xF0061414          MC 4 Error Tracking Register 1
MTU_MC4_ETRR2   0xF0061416          MC 4 Error Tracking Register 2
MTU_MC4_ETRR3   0xF0061418          MC 4 Error Tracking Register 3
MTU_MC4_ETRR4   0xF006141A          MC 4 Error Tracking Register 4
MTU_MC4_RDBFL0  0xF0061460          MC 4 Read Data and Bit Flip Register 0
MTU_MC4_RDBFL1  0xF0061462          MC 4 Read Data and Bit Flip Register 1
MTU_MC4_RDBFL2  0xF0061464          MC 4 Read Data and Bit Flip Register 2
MTU_MC4_RDBFL3  0xF0061466          MC 4 Read Data and Bit Flip Register 3
MTU_MC4_RDBFL4  0xF0061468          MC 4 Read Data and Bit Flip Register 4
MTU_MC4_RDBFL5  0xF006146A          MC 4 Read Data and Bit Flip Register 5
MTU_MC4_RDBFL6  0xF006146C          MC 4 Read Data and Bit Flip Register 6
MTU_MC4_RDBFL7  0xF006146E          MC 4 Read Data and Bit Flip Register 7
MTU_MC4_RDBFL8  0xF0061470          MC 4 Read Data and Bit Flip Register 8
MTU_MC4_RDBFL9  0xF0061472          MC 4 Read Data and Bit Flip Register 9
MTU_MC4_RDBFL10 0xF0061474          MC 4 Read Data and Bit Flip Register 10
MTU_MC4_RDBFL11 0xF0061476          MC 4 Read Data and Bit Flip Register 11
MTU_MC4_RDBFL12 0xF0061478          MC 4 Read Data and Bit Flip Register 12
MTU_MC4_RDBFL13 0xF006147A          MC 4 Read Data and Bit Flip Register 13
MTU_MC4_RDBFL14 0xF006147C          MC 4 Read Data and Bit Flip Register 14
MTU_MC4_RDBFL15 0xF006147E          MC 4 Read Data and Bit Flip Register 15
MTU_MC4_RDBFL16 0xF0061480          MC 4 Read Data and Bit Flip Register 16
MTU_MC4_RDBFL17 0xF0061482          MC 4 Read Data and Bit Flip Register 17
MTU_MC4_RDBFL18 0xF0061484          MC 4 Read Data and Bit Flip Register 18
MTU_MC4_RDBFL19 0xF0061486          MC 4 Read Data and Bit Flip Register 19
MTU_MC4_RDBFL20 0xF0061488          MC 4 Read Data and Bit Flip Register 20
MTU_MC4_RDBFL21 0xF006148A          MC 4 Read Data and Bit Flip Register 21
MTU_MC4_RDBFL22 0xF006148C          MC 4 Read Data and Bit Flip Register 22
MTU_MC4_RDBFL23 0xF006148E          MC 4 Read Data and Bit Flip Register 23
MTU_MC4_RDBFL24 0xF0061490          MC 4 Read Data and Bit Flip Register 24
MTU_MC4_RDBFL25 0xF0061492          MC 4 Read Data and Bit Flip Register 25
MTU_MC4_RDBFL26 0xF0061494          MC 4 Read Data and Bit Flip Register 26
MTU_MC4_RDBFL27 0xF0061496          MC 4 Read Data and Bit Flip Register 27
MTU_MC4_RDBFL28 0xF0061498          MC 4 Read Data and Bit Flip Register 28
MTU_MC4_RDBFL29 0xF006149A          MC 4 Read Data and Bit Flip Register 29
MTU_MC4_RDBFL30 0xF006149C          MC 4 Read Data and Bit Flip Register 30
MTU_MC4_RDBFL31 0xF006149E          MC 4 Read Data and Bit Flip Register 31
MTU_MC4_RDBFL32 0xF00614A0          MC 4 Read Data and Bit Flip Register 32
MTU_MC4_RDBFL33 0xF00614A2          MC 4 Read Data and Bit Flip Register 33
MTU_MC4_RDBFL34 0xF00614A4          MC 4 Read Data and Bit Flip Register 34
MTU_MC4_RDBFL35 0xF00614A6          MC 4 Read Data and Bit Flip Register 35
MTU_MC4_RDBFL36 0xF00614A8          MC 4 Read Data and Bit Flip Register 36
MTU_MC4_RDBFL37 0xF00614AA          MC 4 Read Data and Bit Flip Register 37
MTU_MC4_RDBFL38 0xF00614AC          MC 4 Read Data and Bit Flip Register 38
MTU_MC4_RDBFL39 0xF00614AE          MC 4 Read Data and Bit Flip Register 39
MTU_MC4_RDBFL40 0xF00614B0          MC 4 Read Data and Bit Flip Register 40
MTU_MC4_RDBFL41 0xF00614B2          MC 4 Read Data and Bit Flip Register 41
MTU_MC4_RDBFL42 0xF00614B4          MC 4 Read Data and Bit Flip Register 42
MTU_MC4_RDBFL43 0xF00614B6          MC 4 Read Data and Bit Flip Register 43
MTU_MC4_RDBFL44 0xF00614B8          MC 4 Read Data and Bit Flip Register 44
MTU_MC4_RDBFL45 0xF00614BA          MC 4 Read Data and Bit Flip Register 45
MTU_MC4_RDBFL46 0xF00614BC          MC 4 Read Data and Bit Flip Register 46
MTU_MC4_RDBFL47 0xF00614BE          MC 4 Read Data and Bit Flip Register 47
MTU_MC4_RDBFL48 0xF00614C0          MC 4 Read Data and Bit Flip Register 48
MTU_MC4_RDBFL49 0xF00614C2          MC 4 Read Data and Bit Flip Register 49
MTU_MC4_RDBFL50 0xF00614C4          MC 4 Read Data and Bit Flip Register 50
MTU_MC4_RDBFL51 0xF00614C6          MC 4 Read Data and Bit Flip Register 51
MTU_MC4_RDBFL52 0xF00614C8          MC 4 Read Data and Bit Flip Register 52
MTU_MC4_RDBFL53 0xF00614CA          MC 4 Read Data and Bit Flip Register 53
MTU_MC4_RDBFL54 0xF00614CC          MC 4 Read Data and Bit Flip Register 54
MTU_MC4_RDBFL55 0xF00614CE          MC 4 Read Data and Bit Flip Register 55
MTU_MC4_RDBFL56 0xF00614D0          MC 4 Read Data and Bit Flip Register 56
MTU_MC4_RDBFL57 0xF00614D2          MC 4 Read Data and Bit Flip Register 57
MTU_MC4_RDBFL58 0xF00614D4          MC 4 Read Data and Bit Flip Register 58
MTU_MC4_RDBFL59 0xF00614D6          MC 4 Read Data and Bit Flip Register 59
MTU_MC4_RDBFL60 0xF00614D8          MC 4 Read Data and Bit Flip Register 60
MTU_MC4_RDBFL61 0xF00614DA          MC 4 Read Data and Bit Flip Register 61
MTU_MC4_RDBFL62 0xF00614DC          MC 4 Read Data and Bit Flip Register 62
MTU_MC4_RDBFL63 0xF00614DE          MC 4 Read Data and Bit Flip Register 63
MTU_MC4_RDBFL64 0xF00614E0          MC 4 Read Data and Bit Flip Register 64
MTU_MC4_RDBFL65 0xF00614E2          MC 4 Read Data and Bit Flip Register 65
MTU_MC4_RDBFL66 0xF00614E4          MC 4 Read Data and Bit Flip Register 66
MTU_MC4_ALMSRCS 0xF00614EE          MC 4 Alarm Sources Configuration Register
MTU_MC4_FAULTSTS 0xF00614F0          MC 4 SSH Safety Faults Status Register
MTU_MC4_ERRINFO0 0xF00614F2          MC 4 Error Information Register 0
MTU_MC4_ERRINFO1 0xF00614F4          MC 4 Error Information Register 1
MTU_MC4_ERRINFO2 0xF00614F6          MC 4 Error Information Register 2
MTU_MC4_ERRINFO3 0xF00614F8          MC 4 Error Information Register 3
MTU_MC4_ERRINFO4 0xF00614FA          MC 4 Error Information Register 4
MTU_MC5_CONFIG0 0xF0061500          MC 5 Configuration Register 0
MTU_MC5_CONFIG1 0xF0061502          MC 5 Configuration Register 1
MTU_MC5_MCONTROL 0xF0061504          MC 5 MBIST Control Register
MTU_MC5_MSTATUS 0xF0061506          MC 5 Status Register
MTU_MC5_RANGE   0xF0061508          MC 5 Range Register, single address mode
MTU_MC5_REVID   0xF006150C          MC 5 Revision ID Register
MTU_MC5_ECCS    0xF006150E          MC 5 ECC Safety Register
MTU_MC5_ECCD    0xF0061510          MC 5 Memory ECC Detection Register
MTU_MC5_ETRR0   0xF0061512          MC 5 Error Tracking Register 0
MTU_MC5_ETRR1   0xF0061514          MC 5 Error Tracking Register 1
MTU_MC5_ETRR2   0xF0061516          MC 5 Error Tracking Register 2
MTU_MC5_ETRR3   0xF0061518          MC 5 Error Tracking Register 3
MTU_MC5_ETRR4   0xF006151A          MC 5 Error Tracking Register 4
MTU_MC5_RDBFL0  0xF0061560          MC 5 Read Data and Bit Flip Register 0
MTU_MC5_RDBFL1  0xF0061562          MC 5 Read Data and Bit Flip Register 1
MTU_MC5_RDBFL2  0xF0061564          MC 5 Read Data and Bit Flip Register 2
MTU_MC5_RDBFL3  0xF0061566          MC 5 Read Data and Bit Flip Register 3
MTU_MC5_RDBFL4  0xF0061568          MC 5 Read Data and Bit Flip Register 4
MTU_MC5_RDBFL5  0xF006156A          MC 5 Read Data and Bit Flip Register 5
MTU_MC5_RDBFL6  0xF006156C          MC 5 Read Data and Bit Flip Register 6
MTU_MC5_RDBFL7  0xF006156E          MC 5 Read Data and Bit Flip Register 7
MTU_MC5_RDBFL8  0xF0061570          MC 5 Read Data and Bit Flip Register 8
MTU_MC5_RDBFL9  0xF0061572          MC 5 Read Data and Bit Flip Register 9
MTU_MC5_RDBFL10 0xF0061574          MC 5 Read Data and Bit Flip Register 10
MTU_MC5_RDBFL11 0xF0061576          MC 5 Read Data and Bit Flip Register 11
MTU_MC5_RDBFL12 0xF0061578          MC 5 Read Data and Bit Flip Register 12
MTU_MC5_RDBFL13 0xF006157A          MC 5 Read Data and Bit Flip Register 13
MTU_MC5_RDBFL14 0xF006157C          MC 5 Read Data and Bit Flip Register 14
MTU_MC5_RDBFL15 0xF006157E          MC 5 Read Data and Bit Flip Register 15
MTU_MC5_RDBFL16 0xF0061580          MC 5 Read Data and Bit Flip Register 16
MTU_MC5_RDBFL17 0xF0061582          MC 5 Read Data and Bit Flip Register 17
MTU_MC5_RDBFL18 0xF0061584          MC 5 Read Data and Bit Flip Register 18
MTU_MC5_RDBFL19 0xF0061586          MC 5 Read Data and Bit Flip Register 19
MTU_MC5_RDBFL20 0xF0061588          MC 5 Read Data and Bit Flip Register 20
MTU_MC5_RDBFL21 0xF006158A          MC 5 Read Data and Bit Flip Register 21
MTU_MC5_RDBFL22 0xF006158C          MC 5 Read Data and Bit Flip Register 22
MTU_MC5_RDBFL23 0xF006158E          MC 5 Read Data and Bit Flip Register 23
MTU_MC5_RDBFL24 0xF0061590          MC 5 Read Data and Bit Flip Register 24
MTU_MC5_RDBFL25 0xF0061592          MC 5 Read Data and Bit Flip Register 25
MTU_MC5_RDBFL26 0xF0061594          MC 5 Read Data and Bit Flip Register 26
MTU_MC5_RDBFL27 0xF0061596          MC 5 Read Data and Bit Flip Register 27
MTU_MC5_RDBFL28 0xF0061598          MC 5 Read Data and Bit Flip Register 28
MTU_MC5_RDBFL29 0xF006159A          MC 5 Read Data and Bit Flip Register 29
MTU_MC5_RDBFL30 0xF006159C          MC 5 Read Data and Bit Flip Register 30
MTU_MC5_RDBFL31 0xF006159E          MC 5 Read Data and Bit Flip Register 31
MTU_MC5_RDBFL32 0xF00615A0          MC 5 Read Data and Bit Flip Register 32
MTU_MC5_RDBFL33 0xF00615A2          MC 5 Read Data and Bit Flip Register 33
MTU_MC5_RDBFL34 0xF00615A4          MC 5 Read Data and Bit Flip Register 34
MTU_MC5_RDBFL35 0xF00615A6          MC 5 Read Data and Bit Flip Register 35
MTU_MC5_RDBFL36 0xF00615A8          MC 5 Read Data and Bit Flip Register 36
MTU_MC5_RDBFL37 0xF00615AA          MC 5 Read Data and Bit Flip Register 37
MTU_MC5_RDBFL38 0xF00615AC          MC 5 Read Data and Bit Flip Register 38
MTU_MC5_RDBFL39 0xF00615AE          MC 5 Read Data and Bit Flip Register 39
MTU_MC5_RDBFL40 0xF00615B0          MC 5 Read Data and Bit Flip Register 40
MTU_MC5_RDBFL41 0xF00615B2          MC 5 Read Data and Bit Flip Register 41
MTU_MC5_RDBFL42 0xF00615B4          MC 5 Read Data and Bit Flip Register 42
MTU_MC5_RDBFL43 0xF00615B6          MC 5 Read Data and Bit Flip Register 43
MTU_MC5_RDBFL44 0xF00615B8          MC 5 Read Data and Bit Flip Register 44
MTU_MC5_RDBFL45 0xF00615BA          MC 5 Read Data and Bit Flip Register 45
MTU_MC5_RDBFL46 0xF00615BC          MC 5 Read Data and Bit Flip Register 46
MTU_MC5_RDBFL47 0xF00615BE          MC 5 Read Data and Bit Flip Register 47
MTU_MC5_RDBFL48 0xF00615C0          MC 5 Read Data and Bit Flip Register 48
MTU_MC5_RDBFL49 0xF00615C2          MC 5 Read Data and Bit Flip Register 49
MTU_MC5_RDBFL50 0xF00615C4          MC 5 Read Data and Bit Flip Register 50
MTU_MC5_RDBFL51 0xF00615C6          MC 5 Read Data and Bit Flip Register 51
MTU_MC5_RDBFL52 0xF00615C8          MC 5 Read Data and Bit Flip Register 52
MTU_MC5_RDBFL53 0xF00615CA          MC 5 Read Data and Bit Flip Register 53
MTU_MC5_RDBFL54 0xF00615CC          MC 5 Read Data and Bit Flip Register 54
MTU_MC5_RDBFL55 0xF00615CE          MC 5 Read Data and Bit Flip Register 55
MTU_MC5_RDBFL56 0xF00615D0          MC 5 Read Data and Bit Flip Register 56
MTU_MC5_RDBFL57 0xF00615D2          MC 5 Read Data and Bit Flip Register 57
MTU_MC5_RDBFL58 0xF00615D4          MC 5 Read Data and Bit Flip Register 58
MTU_MC5_RDBFL59 0xF00615D6          MC 5 Read Data and Bit Flip Register 59
MTU_MC5_RDBFL60 0xF00615D8          MC 5 Read Data and Bit Flip Register 60
MTU_MC5_RDBFL61 0xF00615DA          MC 5 Read Data and Bit Flip Register 61
MTU_MC5_RDBFL62 0xF00615DC          MC 5 Read Data and Bit Flip Register 62
MTU_MC5_RDBFL63 0xF00615DE          MC 5 Read Data and Bit Flip Register 63
MTU_MC5_RDBFL64 0xF00615E0          MC 5 Read Data and Bit Flip Register 64
MTU_MC5_RDBFL65 0xF00615E2          MC 5 Read Data and Bit Flip Register 65
MTU_MC5_RDBFL66 0xF00615E4          MC 5 Read Data and Bit Flip Register 66
MTU_MC5_ALMSRCS 0xF00615EE          MC 5 Alarm Sources Configuration Register
MTU_MC5_FAULTSTS 0xF00615F0          MC 5 SSH Safety Faults Status Register
MTU_MC5_ERRINFO0 0xF00615F2          MC 5 Error Information Register 0
MTU_MC5_ERRINFO1 0xF00615F4          MC 5 Error Information Register 1
MTU_MC5_ERRINFO2 0xF00615F6          MC 5 Error Information Register 2
MTU_MC5_ERRINFO3 0xF00615F8          MC 5 Error Information Register 3
MTU_MC5_ERRINFO4 0xF00615FA          MC 5 Error Information Register 4
MTU_MC6_CONFIG0 0xF0061600          MC 6 Configuration Register 0
MTU_MC6_CONFIG1 0xF0061602          MC 6 Configuration Register 1
MTU_MC6_MCONTROL 0xF0061604          MC 6 MBIST Control Register
MTU_MC6_MSTATUS 0xF0061606          MC 6 Status Register
MTU_MC6_RANGE   0xF0061608          MC 6 Range Register, single address mode
MTU_MC6_REVID   0xF006160C          MC 6 Revision ID Register
MTU_MC6_ECCS    0xF006160E          MC 6 ECC Safety Register
MTU_MC6_ECCD    0xF0061610          MC 6 Memory ECC Detection Register
MTU_MC6_ETRR0   0xF0061612          MC 6 Error Tracking Register 0
MTU_MC6_ETRR1   0xF0061614          MC 6 Error Tracking Register 1
MTU_MC6_ETRR2   0xF0061616          MC 6 Error Tracking Register 2
MTU_MC6_ETRR3   0xF0061618          MC 6 Error Tracking Register 3
MTU_MC6_ETRR4   0xF006161A          MC 6 Error Tracking Register 4
MTU_MC6_RDBFL0  0xF0061660          MC 6 Read Data and Bit Flip Register 0
MTU_MC6_RDBFL1  0xF0061662          MC 6 Read Data and Bit Flip Register 1
MTU_MC6_RDBFL2  0xF0061664          MC 6 Read Data and Bit Flip Register 2
MTU_MC6_RDBFL3  0xF0061666          MC 6 Read Data and Bit Flip Register 3
MTU_MC6_RDBFL4  0xF0061668          MC 6 Read Data and Bit Flip Register 4
MTU_MC6_RDBFL5  0xF006166A          MC 6 Read Data and Bit Flip Register 5
MTU_MC6_RDBFL6  0xF006166C          MC 6 Read Data and Bit Flip Register 6
MTU_MC6_RDBFL7  0xF006166E          MC 6 Read Data and Bit Flip Register 7
MTU_MC6_RDBFL8  0xF0061670          MC 6 Read Data and Bit Flip Register 8
MTU_MC6_RDBFL9  0xF0061672          MC 6 Read Data and Bit Flip Register 9
MTU_MC6_RDBFL10 0xF0061674          MC 6 Read Data and Bit Flip Register 10
MTU_MC6_RDBFL11 0xF0061676          MC 6 Read Data and Bit Flip Register 11
MTU_MC6_RDBFL12 0xF0061678          MC 6 Read Data and Bit Flip Register 12
MTU_MC6_RDBFL13 0xF006167A          MC 6 Read Data and Bit Flip Register 13
MTU_MC6_RDBFL14 0xF006167C          MC 6 Read Data and Bit Flip Register 14
MTU_MC6_RDBFL15 0xF006167E          MC 6 Read Data and Bit Flip Register 15
MTU_MC6_RDBFL16 0xF0061680          MC 6 Read Data and Bit Flip Register 16
MTU_MC6_RDBFL17 0xF0061682          MC 6 Read Data and Bit Flip Register 17
MTU_MC6_RDBFL18 0xF0061684          MC 6 Read Data and Bit Flip Register 18
MTU_MC6_RDBFL19 0xF0061686          MC 6 Read Data and Bit Flip Register 19
MTU_MC6_RDBFL20 0xF0061688          MC 6 Read Data and Bit Flip Register 20
MTU_MC6_RDBFL21 0xF006168A          MC 6 Read Data and Bit Flip Register 21
MTU_MC6_RDBFL22 0xF006168C          MC 6 Read Data and Bit Flip Register 22
MTU_MC6_RDBFL23 0xF006168E          MC 6 Read Data and Bit Flip Register 23
MTU_MC6_RDBFL24 0xF0061690          MC 6 Read Data and Bit Flip Register 24
MTU_MC6_RDBFL25 0xF0061692          MC 6 Read Data and Bit Flip Register 25
MTU_MC6_RDBFL26 0xF0061694          MC 6 Read Data and Bit Flip Register 26
MTU_MC6_RDBFL27 0xF0061696          MC 6 Read Data and Bit Flip Register 27
MTU_MC6_RDBFL28 0xF0061698          MC 6 Read Data and Bit Flip Register 28
MTU_MC6_RDBFL29 0xF006169A          MC 6 Read Data and Bit Flip Register 29
MTU_MC6_RDBFL30 0xF006169C          MC 6 Read Data and Bit Flip Register 30
MTU_MC6_RDBFL31 0xF006169E          MC 6 Read Data and Bit Flip Register 31
MTU_MC6_RDBFL32 0xF00616A0          MC 6 Read Data and Bit Flip Register 32
MTU_MC6_RDBFL33 0xF00616A2          MC 6 Read Data and Bit Flip Register 33
MTU_MC6_RDBFL34 0xF00616A4          MC 6 Read Data and Bit Flip Register 34
MTU_MC6_RDBFL35 0xF00616A6          MC 6 Read Data and Bit Flip Register 35
MTU_MC6_RDBFL36 0xF00616A8          MC 6 Read Data and Bit Flip Register 36
MTU_MC6_RDBFL37 0xF00616AA          MC 6 Read Data and Bit Flip Register 37
MTU_MC6_RDBFL38 0xF00616AC          MC 6 Read Data and Bit Flip Register 38
MTU_MC6_RDBFL39 0xF00616AE          MC 6 Read Data and Bit Flip Register 39
MTU_MC6_RDBFL40 0xF00616B0          MC 6 Read Data and Bit Flip Register 40
MTU_MC6_RDBFL41 0xF00616B2          MC 6 Read Data and Bit Flip Register 41
MTU_MC6_RDBFL42 0xF00616B4          MC 6 Read Data and Bit Flip Register 42
MTU_MC6_RDBFL43 0xF00616B6          MC 6 Read Data and Bit Flip Register 43
MTU_MC6_RDBFL44 0xF00616B8          MC 6 Read Data and Bit Flip Register 44
MTU_MC6_RDBFL45 0xF00616BA          MC 6 Read Data and Bit Flip Register 45
MTU_MC6_RDBFL46 0xF00616BC          MC 6 Read Data and Bit Flip Register 46
MTU_MC6_RDBFL47 0xF00616BE          MC 6 Read Data and Bit Flip Register 47
MTU_MC6_RDBFL48 0xF00616C0          MC 6 Read Data and Bit Flip Register 48
MTU_MC6_RDBFL49 0xF00616C2          MC 6 Read Data and Bit Flip Register 49
MTU_MC6_RDBFL50 0xF00616C4          MC 6 Read Data and Bit Flip Register 50
MTU_MC6_RDBFL51 0xF00616C6          MC 6 Read Data and Bit Flip Register 51
MTU_MC6_RDBFL52 0xF00616C8          MC 6 Read Data and Bit Flip Register 52
MTU_MC6_RDBFL53 0xF00616CA          MC 6 Read Data and Bit Flip Register 53
MTU_MC6_RDBFL54 0xF00616CC          MC 6 Read Data and Bit Flip Register 54
MTU_MC6_RDBFL55 0xF00616CE          MC 6 Read Data and Bit Flip Register 55
MTU_MC6_RDBFL56 0xF00616D0          MC 6 Read Data and Bit Flip Register 56
MTU_MC6_RDBFL57 0xF00616D2          MC 6 Read Data and Bit Flip Register 57
MTU_MC6_RDBFL58 0xF00616D4          MC 6 Read Data and Bit Flip Register 58
MTU_MC6_RDBFL59 0xF00616D6          MC 6 Read Data and Bit Flip Register 59
MTU_MC6_RDBFL60 0xF00616D8          MC 6 Read Data and Bit Flip Register 60
MTU_MC6_RDBFL61 0xF00616DA          MC 6 Read Data and Bit Flip Register 61
MTU_MC6_RDBFL62 0xF00616DC          MC 6 Read Data and Bit Flip Register 62
MTU_MC6_RDBFL63 0xF00616DE          MC 6 Read Data and Bit Flip Register 63
MTU_MC6_RDBFL64 0xF00616E0          MC 6 Read Data and Bit Flip Register 64
MTU_MC6_RDBFL65 0xF00616E2          MC 6 Read Data and Bit Flip Register 65
MTU_MC6_RDBFL66 0xF00616E4          MC 6 Read Data and Bit Flip Register 66
MTU_MC6_ALMSRCS 0xF00616EE          MC 6 Alarm Sources Configuration Register
MTU_MC6_FAULTSTS 0xF00616F0          MC 6 SSH Safety Faults Status Register
MTU_MC6_ERRINFO0 0xF00616F2          MC 6 Error Information Register 0
MTU_MC6_ERRINFO1 0xF00616F4          MC 6 Error Information Register 1
MTU_MC6_ERRINFO2 0xF00616F6          MC 6 Error Information Register 2
MTU_MC6_ERRINFO3 0xF00616F8          MC 6 Error Information Register 3
MTU_MC6_ERRINFO4 0xF00616FA          MC 6 Error Information Register 4
MTU_MC7_CONFIG0 0xF0061700          MC 7 Configuration Register 0
MTU_MC7_CONFIG1 0xF0061702          MC 7 Configuration Register 1
MTU_MC7_MCONTROL 0xF0061704          MC 7 MBIST Control Register
MTU_MC7_MSTATUS 0xF0061706          MC 7 Status Register
MTU_MC7_RANGE   0xF0061708          MC 7 Range Register, single address mode
MTU_MC7_REVID   0xF006170C          MC 7 Revision ID Register
MTU_MC7_ECCS    0xF006170E          MC 7 ECC Safety Register
MTU_MC7_ECCD    0xF0061710          MC 7 Memory ECC Detection Register
MTU_MC7_ETRR0   0xF0061712          MC 7 Error Tracking Register 0
MTU_MC7_ETRR1   0xF0061714          MC 7 Error Tracking Register 1
MTU_MC7_ETRR2   0xF0061716          MC 7 Error Tracking Register 2
MTU_MC7_ETRR3   0xF0061718          MC 7 Error Tracking Register 3
MTU_MC7_ETRR4   0xF006171A          MC 7 Error Tracking Register 4
MTU_MC7_RDBFL0  0xF0061760          MC 7 Read Data and Bit Flip Register 0
MTU_MC7_RDBFL1  0xF0061762          MC 7 Read Data and Bit Flip Register 1
MTU_MC7_RDBFL2  0xF0061764          MC 7 Read Data and Bit Flip Register 2
MTU_MC7_RDBFL3  0xF0061766          MC 7 Read Data and Bit Flip Register 3
MTU_MC7_RDBFL4  0xF0061768          MC 7 Read Data and Bit Flip Register 4
MTU_MC7_RDBFL5  0xF006176A          MC 7 Read Data and Bit Flip Register 5
MTU_MC7_RDBFL6  0xF006176C          MC 7 Read Data and Bit Flip Register 6
MTU_MC7_RDBFL7  0xF006176E          MC 7 Read Data and Bit Flip Register 7
MTU_MC7_RDBFL8  0xF0061770          MC 7 Read Data and Bit Flip Register 8
MTU_MC7_RDBFL9  0xF0061772          MC 7 Read Data and Bit Flip Register 9
MTU_MC7_RDBFL10 0xF0061774          MC 7 Read Data and Bit Flip Register 10
MTU_MC7_RDBFL11 0xF0061776          MC 7 Read Data and Bit Flip Register 11
MTU_MC7_RDBFL12 0xF0061778          MC 7 Read Data and Bit Flip Register 12
MTU_MC7_RDBFL13 0xF006177A          MC 7 Read Data and Bit Flip Register 13
MTU_MC7_RDBFL14 0xF006177C          MC 7 Read Data and Bit Flip Register 14
MTU_MC7_RDBFL15 0xF006177E          MC 7 Read Data and Bit Flip Register 15
MTU_MC7_RDBFL16 0xF0061780          MC 7 Read Data and Bit Flip Register 16
MTU_MC7_RDBFL17 0xF0061782          MC 7 Read Data and Bit Flip Register 17
MTU_MC7_RDBFL18 0xF0061784          MC 7 Read Data and Bit Flip Register 18
MTU_MC7_RDBFL19 0xF0061786          MC 7 Read Data and Bit Flip Register 19
MTU_MC7_RDBFL20 0xF0061788          MC 7 Read Data and Bit Flip Register 20
MTU_MC7_RDBFL21 0xF006178A          MC 7 Read Data and Bit Flip Register 21
MTU_MC7_RDBFL22 0xF006178C          MC 7 Read Data and Bit Flip Register 22
MTU_MC7_RDBFL23 0xF006178E          MC 7 Read Data and Bit Flip Register 23
MTU_MC7_RDBFL24 0xF0061790          MC 7 Read Data and Bit Flip Register 24
MTU_MC7_RDBFL25 0xF0061792          MC 7 Read Data and Bit Flip Register 25
MTU_MC7_RDBFL26 0xF0061794          MC 7 Read Data and Bit Flip Register 26
MTU_MC7_RDBFL27 0xF0061796          MC 7 Read Data and Bit Flip Register 27
MTU_MC7_RDBFL28 0xF0061798          MC 7 Read Data and Bit Flip Register 28
MTU_MC7_RDBFL29 0xF006179A          MC 7 Read Data and Bit Flip Register 29
MTU_MC7_RDBFL30 0xF006179C          MC 7 Read Data and Bit Flip Register 30
MTU_MC7_RDBFL31 0xF006179E          MC 7 Read Data and Bit Flip Register 31
MTU_MC7_RDBFL32 0xF00617A0          MC 7 Read Data and Bit Flip Register 32
MTU_MC7_RDBFL33 0xF00617A2          MC 7 Read Data and Bit Flip Register 33
MTU_MC7_RDBFL34 0xF00617A4          MC 7 Read Data and Bit Flip Register 34
MTU_MC7_RDBFL35 0xF00617A6          MC 7 Read Data and Bit Flip Register 35
MTU_MC7_RDBFL36 0xF00617A8          MC 7 Read Data and Bit Flip Register 36
MTU_MC7_RDBFL37 0xF00617AA          MC 7 Read Data and Bit Flip Register 37
MTU_MC7_RDBFL38 0xF00617AC          MC 7 Read Data and Bit Flip Register 38
MTU_MC7_RDBFL39 0xF00617AE          MC 7 Read Data and Bit Flip Register 39
MTU_MC7_RDBFL40 0xF00617B0          MC 7 Read Data and Bit Flip Register 40
MTU_MC7_RDBFL41 0xF00617B2          MC 7 Read Data and Bit Flip Register 41
MTU_MC7_RDBFL42 0xF00617B4          MC 7 Read Data and Bit Flip Register 42
MTU_MC7_RDBFL43 0xF00617B6          MC 7 Read Data and Bit Flip Register 43
MTU_MC7_RDBFL44 0xF00617B8          MC 7 Read Data and Bit Flip Register 44
MTU_MC7_RDBFL45 0xF00617BA          MC 7 Read Data and Bit Flip Register 45
MTU_MC7_RDBFL46 0xF00617BC          MC 7 Read Data and Bit Flip Register 46
MTU_MC7_RDBFL47 0xF00617BE          MC 7 Read Data and Bit Flip Register 47
MTU_MC7_RDBFL48 0xF00617C0          MC 7 Read Data and Bit Flip Register 48
MTU_MC7_RDBFL49 0xF00617C2          MC 7 Read Data and Bit Flip Register 49
MTU_MC7_RDBFL50 0xF00617C4          MC 7 Read Data and Bit Flip Register 50
MTU_MC7_RDBFL51 0xF00617C6          MC 7 Read Data and Bit Flip Register 51
MTU_MC7_RDBFL52 0xF00617C8          MC 7 Read Data and Bit Flip Register 52
MTU_MC7_RDBFL53 0xF00617CA          MC 7 Read Data and Bit Flip Register 53
MTU_MC7_RDBFL54 0xF00617CC          MC 7 Read Data and Bit Flip Register 54
MTU_MC7_RDBFL55 0xF00617CE          MC 7 Read Data and Bit Flip Register 55
MTU_MC7_RDBFL56 0xF00617D0          MC 7 Read Data and Bit Flip Register 56
MTU_MC7_RDBFL57 0xF00617D2          MC 7 Read Data and Bit Flip Register 57
MTU_MC7_RDBFL58 0xF00617D4          MC 7 Read Data and Bit Flip Register 58
MTU_MC7_RDBFL59 0xF00617D6          MC 7 Read Data and Bit Flip Register 59
MTU_MC7_RDBFL60 0xF00617D8          MC 7 Read Data and Bit Flip Register 60
MTU_MC7_RDBFL61 0xF00617DA          MC 7 Read Data and Bit Flip Register 61
MTU_MC7_RDBFL62 0xF00617DC          MC 7 Read Data and Bit Flip Register 62
MTU_MC7_RDBFL63 0xF00617DE          MC 7 Read Data and Bit Flip Register 63
MTU_MC7_RDBFL64 0xF00617E0          MC 7 Read Data and Bit Flip Register 64
MTU_MC7_RDBFL65 0xF00617E2          MC 7 Read Data and Bit Flip Register 65
MTU_MC7_RDBFL66 0xF00617E4          MC 7 Read Data and Bit Flip Register 66
MTU_MC7_ALMSRCS 0xF00617EE          MC 7 Alarm Sources Configuration Register
MTU_MC7_FAULTSTS 0xF00617F0          MC 7 SSH Safety Faults Status Register
MTU_MC7_ERRINFO0 0xF00617F2          MC 7 Error Information Register 0
MTU_MC7_ERRINFO1 0xF00617F4          MC 7 Error Information Register 1
MTU_MC7_ERRINFO2 0xF00617F6          MC 7 Error Information Register 2
MTU_MC7_ERRINFO3 0xF00617F8          MC 7 Error Information Register 3
MTU_MC7_ERRINFO4 0xF00617FA          MC 7 Error Information Register 4
MTU_MC8_CONFIG0 0xF0061800          MC 8 Configuration Register 0
MTU_MC8_CONFIG1 0xF0061802          MC 8 Configuration Register 1
MTU_MC8_MCONTROL 0xF0061804          MC 8 MBIST Control Register
MTU_MC8_MSTATUS 0xF0061806          MC 8 Status Register
MTU_MC8_RANGE   0xF0061808          MC 8 Range Register, single address mode
MTU_MC8_REVID   0xF006180C          MC 8 Revision ID Register
MTU_MC8_ECCS    0xF006180E          MC 8 ECC Safety Register
MTU_MC8_ECCD    0xF0061810          MC 8 Memory ECC Detection Register
MTU_MC8_ETRR0   0xF0061812          MC 8 Error Tracking Register 0
MTU_MC8_ETRR1   0xF0061814          MC 8 Error Tracking Register 1
MTU_MC8_ETRR2   0xF0061816          MC 8 Error Tracking Register 2
MTU_MC8_ETRR3   0xF0061818          MC 8 Error Tracking Register 3
MTU_MC8_ETRR4   0xF006181A          MC 8 Error Tracking Register 4
MTU_MC8_RDBFL0  0xF0061860          MC 8 Read Data and Bit Flip Register 0
MTU_MC8_RDBFL1  0xF0061862          MC 8 Read Data and Bit Flip Register 1
MTU_MC8_RDBFL2  0xF0061864          MC 8 Read Data and Bit Flip Register 2
MTU_MC8_RDBFL3  0xF0061866          MC 8 Read Data and Bit Flip Register 3
MTU_MC8_RDBFL4  0xF0061868          MC 8 Read Data and Bit Flip Register 4
MTU_MC8_RDBFL5  0xF006186A          MC 8 Read Data and Bit Flip Register 5
MTU_MC8_RDBFL6  0xF006186C          MC 8 Read Data and Bit Flip Register 6
MTU_MC8_RDBFL7  0xF006186E          MC 8 Read Data and Bit Flip Register 7
MTU_MC8_RDBFL8  0xF0061870          MC 8 Read Data and Bit Flip Register 8
MTU_MC8_RDBFL9  0xF0061872          MC 8 Read Data and Bit Flip Register 9
MTU_MC8_RDBFL10 0xF0061874          MC 8 Read Data and Bit Flip Register 10
MTU_MC8_RDBFL11 0xF0061876          MC 8 Read Data and Bit Flip Register 11
MTU_MC8_RDBFL12 0xF0061878          MC 8 Read Data and Bit Flip Register 12
MTU_MC8_RDBFL13 0xF006187A          MC 8 Read Data and Bit Flip Register 13
MTU_MC8_RDBFL14 0xF006187C          MC 8 Read Data and Bit Flip Register 14
MTU_MC8_RDBFL15 0xF006187E          MC 8 Read Data and Bit Flip Register 15
MTU_MC8_RDBFL16 0xF0061880          MC 8 Read Data and Bit Flip Register 16
MTU_MC8_RDBFL17 0xF0061882          MC 8 Read Data and Bit Flip Register 17
MTU_MC8_RDBFL18 0xF0061884          MC 8 Read Data and Bit Flip Register 18
MTU_MC8_RDBFL19 0xF0061886          MC 8 Read Data and Bit Flip Register 19
MTU_MC8_RDBFL20 0xF0061888          MC 8 Read Data and Bit Flip Register 20
MTU_MC8_RDBFL21 0xF006188A          MC 8 Read Data and Bit Flip Register 21
MTU_MC8_RDBFL22 0xF006188C          MC 8 Read Data and Bit Flip Register 22
MTU_MC8_RDBFL23 0xF006188E          MC 8 Read Data and Bit Flip Register 23
MTU_MC8_RDBFL24 0xF0061890          MC 8 Read Data and Bit Flip Register 24
MTU_MC8_RDBFL25 0xF0061892          MC 8 Read Data and Bit Flip Register 25
MTU_MC8_RDBFL26 0xF0061894          MC 8 Read Data and Bit Flip Register 26
MTU_MC8_RDBFL27 0xF0061896          MC 8 Read Data and Bit Flip Register 27
MTU_MC8_RDBFL28 0xF0061898          MC 8 Read Data and Bit Flip Register 28
MTU_MC8_RDBFL29 0xF006189A          MC 8 Read Data and Bit Flip Register 29
MTU_MC8_RDBFL30 0xF006189C          MC 8 Read Data and Bit Flip Register 30
MTU_MC8_RDBFL31 0xF006189E          MC 8 Read Data and Bit Flip Register 31
MTU_MC8_RDBFL32 0xF00618A0          MC 8 Read Data and Bit Flip Register 32
MTU_MC8_RDBFL33 0xF00618A2          MC 8 Read Data and Bit Flip Register 33
MTU_MC8_RDBFL34 0xF00618A4          MC 8 Read Data and Bit Flip Register 34
MTU_MC8_RDBFL35 0xF00618A6          MC 8 Read Data and Bit Flip Register 35
MTU_MC8_RDBFL36 0xF00618A8          MC 8 Read Data and Bit Flip Register 36
MTU_MC8_RDBFL37 0xF00618AA          MC 8 Read Data and Bit Flip Register 37
MTU_MC8_RDBFL38 0xF00618AC          MC 8 Read Data and Bit Flip Register 38
MTU_MC8_RDBFL39 0xF00618AE          MC 8 Read Data and Bit Flip Register 39
MTU_MC8_RDBFL40 0xF00618B0          MC 8 Read Data and Bit Flip Register 40
MTU_MC8_RDBFL41 0xF00618B2          MC 8 Read Data and Bit Flip Register 41
MTU_MC8_RDBFL42 0xF00618B4          MC 8 Read Data and Bit Flip Register 42
MTU_MC8_RDBFL43 0xF00618B6          MC 8 Read Data and Bit Flip Register 43
MTU_MC8_RDBFL44 0xF00618B8          MC 8 Read Data and Bit Flip Register 44
MTU_MC8_RDBFL45 0xF00618BA          MC 8 Read Data and Bit Flip Register 45
MTU_MC8_RDBFL46 0xF00618BC          MC 8 Read Data and Bit Flip Register 46
MTU_MC8_RDBFL47 0xF00618BE          MC 8 Read Data and Bit Flip Register 47
MTU_MC8_RDBFL48 0xF00618C0          MC 8 Read Data and Bit Flip Register 48
MTU_MC8_RDBFL49 0xF00618C2          MC 8 Read Data and Bit Flip Register 49
MTU_MC8_RDBFL50 0xF00618C4          MC 8 Read Data and Bit Flip Register 50
MTU_MC8_RDBFL51 0xF00618C6          MC 8 Read Data and Bit Flip Register 51
MTU_MC8_RDBFL52 0xF00618C8          MC 8 Read Data and Bit Flip Register 52
MTU_MC8_RDBFL53 0xF00618CA          MC 8 Read Data and Bit Flip Register 53
MTU_MC8_RDBFL54 0xF00618CC          MC 8 Read Data and Bit Flip Register 54
MTU_MC8_RDBFL55 0xF00618CE          MC 8 Read Data and Bit Flip Register 55
MTU_MC8_RDBFL56 0xF00618D0          MC 8 Read Data and Bit Flip Register 56
MTU_MC8_RDBFL57 0xF00618D2          MC 8 Read Data and Bit Flip Register 57
MTU_MC8_RDBFL58 0xF00618D4          MC 8 Read Data and Bit Flip Register 58
MTU_MC8_RDBFL59 0xF00618D6          MC 8 Read Data and Bit Flip Register 59
MTU_MC8_RDBFL60 0xF00618D8          MC 8 Read Data and Bit Flip Register 60
MTU_MC8_RDBFL61 0xF00618DA          MC 8 Read Data and Bit Flip Register 61
MTU_MC8_RDBFL62 0xF00618DC          MC 8 Read Data and Bit Flip Register 62
MTU_MC8_RDBFL63 0xF00618DE          MC 8 Read Data and Bit Flip Register 63
MTU_MC8_RDBFL64 0xF00618E0          MC 8 Read Data and Bit Flip Register 64
MTU_MC8_RDBFL65 0xF00618E2          MC 8 Read Data and Bit Flip Register 65
MTU_MC8_RDBFL66 0xF00618E4          MC 8 Read Data and Bit Flip Register 66
MTU_MC8_ALMSRCS 0xF00618EE          MC 8 Alarm Sources Configuration Register
MTU_MC8_FAULTSTS 0xF00618F0          MC 8 SSH Safety Faults Status Register
MTU_MC8_ERRINFO0 0xF00618F2          MC 8 Error Information Register 0
MTU_MC8_ERRINFO1 0xF00618F4          MC 8 Error Information Register 1
MTU_MC8_ERRINFO2 0xF00618F6          MC 8 Error Information Register 2
MTU_MC8_ERRINFO3 0xF00618F8          MC 8 Error Information Register 3
MTU_MC8_ERRINFO4 0xF00618FA          MC 8 Error Information Register 4
MTU_MC9_CONFIG0 0xF0061900          MC 9 Configuration Register 0
MTU_MC9_CONFIG1 0xF0061902          MC 9 Configuration Register 1
MTU_MC9_MCONTROL 0xF0061904          MC 9 MBIST Control Register
MTU_MC9_MSTATUS 0xF0061906          MC 9 Status Register
MTU_MC9_RANGE   0xF0061908          MC 9 Range Register, single address mode
MTU_MC9_REVID   0xF006190C          MC 9 Revision ID Register
MTU_MC9_ECCS    0xF006190E          MC 9 ECC Safety Register
MTU_MC9_ECCD    0xF0061910          MC 9 Memory ECC Detection Register
MTU_MC9_ETRR0   0xF0061912          MC 9 Error Tracking Register 0
MTU_MC9_ETRR1   0xF0061914          MC 9 Error Tracking Register 1
MTU_MC9_ETRR2   0xF0061916          MC 9 Error Tracking Register 2
MTU_MC9_ETRR3   0xF0061918          MC 9 Error Tracking Register 3
MTU_MC9_ETRR4   0xF006191A          MC 9 Error Tracking Register 4
MTU_MC9_RDBFL0  0xF0061960          MC 9 Read Data and Bit Flip Register 0
MTU_MC9_RDBFL1  0xF0061962          MC 9 Read Data and Bit Flip Register 1
MTU_MC9_RDBFL2  0xF0061964          MC 9 Read Data and Bit Flip Register 2
MTU_MC9_RDBFL3  0xF0061966          MC 9 Read Data and Bit Flip Register 3
MTU_MC9_RDBFL4  0xF0061968          MC 9 Read Data and Bit Flip Register 4
MTU_MC9_RDBFL5  0xF006196A          MC 9 Read Data and Bit Flip Register 5
MTU_MC9_RDBFL6  0xF006196C          MC 9 Read Data and Bit Flip Register 6
MTU_MC9_RDBFL7  0xF006196E          MC 9 Read Data and Bit Flip Register 7
MTU_MC9_RDBFL8  0xF0061970          MC 9 Read Data and Bit Flip Register 8
MTU_MC9_RDBFL9  0xF0061972          MC 9 Read Data and Bit Flip Register 9
MTU_MC9_RDBFL10 0xF0061974          MC 9 Read Data and Bit Flip Register 10
MTU_MC9_RDBFL11 0xF0061976          MC 9 Read Data and Bit Flip Register 11
MTU_MC9_RDBFL12 0xF0061978          MC 9 Read Data and Bit Flip Register 12
MTU_MC9_RDBFL13 0xF006197A          MC 9 Read Data and Bit Flip Register 13
MTU_MC9_RDBFL14 0xF006197C          MC 9 Read Data and Bit Flip Register 14
MTU_MC9_RDBFL15 0xF006197E          MC 9 Read Data and Bit Flip Register 15
MTU_MC9_RDBFL16 0xF0061980          MC 9 Read Data and Bit Flip Register 16
MTU_MC9_RDBFL17 0xF0061982          MC 9 Read Data and Bit Flip Register 17
MTU_MC9_RDBFL18 0xF0061984          MC 9 Read Data and Bit Flip Register 18
MTU_MC9_RDBFL19 0xF0061986          MC 9 Read Data and Bit Flip Register 19
MTU_MC9_RDBFL20 0xF0061988          MC 9 Read Data and Bit Flip Register 20
MTU_MC9_RDBFL21 0xF006198A          MC 9 Read Data and Bit Flip Register 21
MTU_MC9_RDBFL22 0xF006198C          MC 9 Read Data and Bit Flip Register 22
MTU_MC9_RDBFL23 0xF006198E          MC 9 Read Data and Bit Flip Register 23
MTU_MC9_RDBFL24 0xF0061990          MC 9 Read Data and Bit Flip Register 24
MTU_MC9_RDBFL25 0xF0061992          MC 9 Read Data and Bit Flip Register 25
MTU_MC9_RDBFL26 0xF0061994          MC 9 Read Data and Bit Flip Register 26
MTU_MC9_RDBFL27 0xF0061996          MC 9 Read Data and Bit Flip Register 27
MTU_MC9_RDBFL28 0xF0061998          MC 9 Read Data and Bit Flip Register 28
MTU_MC9_RDBFL29 0xF006199A          MC 9 Read Data and Bit Flip Register 29
MTU_MC9_RDBFL30 0xF006199C          MC 9 Read Data and Bit Flip Register 30
MTU_MC9_RDBFL31 0xF006199E          MC 9 Read Data and Bit Flip Register 31
MTU_MC9_RDBFL32 0xF00619A0          MC 9 Read Data and Bit Flip Register 32
MTU_MC9_RDBFL33 0xF00619A2          MC 9 Read Data and Bit Flip Register 33
MTU_MC9_RDBFL34 0xF00619A4          MC 9 Read Data and Bit Flip Register 34
MTU_MC9_RDBFL35 0xF00619A6          MC 9 Read Data and Bit Flip Register 35
MTU_MC9_RDBFL36 0xF00619A8          MC 9 Read Data and Bit Flip Register 36
MTU_MC9_RDBFL37 0xF00619AA          MC 9 Read Data and Bit Flip Register 37
MTU_MC9_RDBFL38 0xF00619AC          MC 9 Read Data and Bit Flip Register 38
MTU_MC9_RDBFL39 0xF00619AE          MC 9 Read Data and Bit Flip Register 39
MTU_MC9_RDBFL40 0xF00619B0          MC 9 Read Data and Bit Flip Register 40
MTU_MC9_RDBFL41 0xF00619B2          MC 9 Read Data and Bit Flip Register 41
MTU_MC9_RDBFL42 0xF00619B4          MC 9 Read Data and Bit Flip Register 42
MTU_MC9_RDBFL43 0xF00619B6          MC 9 Read Data and Bit Flip Register 43
MTU_MC9_RDBFL44 0xF00619B8          MC 9 Read Data and Bit Flip Register 44
MTU_MC9_RDBFL45 0xF00619BA          MC 9 Read Data and Bit Flip Register 45
MTU_MC9_RDBFL46 0xF00619BC          MC 9 Read Data and Bit Flip Register 46
MTU_MC9_RDBFL47 0xF00619BE          MC 9 Read Data and Bit Flip Register 47
MTU_MC9_RDBFL48 0xF00619C0          MC 9 Read Data and Bit Flip Register 48
MTU_MC9_RDBFL49 0xF00619C2          MC 9 Read Data and Bit Flip Register 49
MTU_MC9_RDBFL50 0xF00619C4          MC 9 Read Data and Bit Flip Register 50
MTU_MC9_RDBFL51 0xF00619C6          MC 9 Read Data and Bit Flip Register 51
MTU_MC9_RDBFL52 0xF00619C8          MC 9 Read Data and Bit Flip Register 52
MTU_MC9_RDBFL53 0xF00619CA          MC 9 Read Data and Bit Flip Register 53
MTU_MC9_RDBFL54 0xF00619CC          MC 9 Read Data and Bit Flip Register 54
MTU_MC9_RDBFL55 0xF00619CE          MC 9 Read Data and Bit Flip Register 55
MTU_MC9_RDBFL56 0xF00619D0          MC 9 Read Data and Bit Flip Register 56
MTU_MC9_RDBFL57 0xF00619D2          MC 9 Read Data and Bit Flip Register 57
MTU_MC9_RDBFL58 0xF00619D4          MC 9 Read Data and Bit Flip Register 58
MTU_MC9_RDBFL59 0xF00619D6          MC 9 Read Data and Bit Flip Register 59
MTU_MC9_RDBFL60 0xF00619D8          MC 9 Read Data and Bit Flip Register 60
MTU_MC9_RDBFL61 0xF00619DA          MC 9 Read Data and Bit Flip Register 61
MTU_MC9_RDBFL62 0xF00619DC          MC 9 Read Data and Bit Flip Register 62
MTU_MC9_RDBFL63 0xF00619DE          MC 9 Read Data and Bit Flip Register 63
MTU_MC9_RDBFL64 0xF00619E0          MC 9 Read Data and Bit Flip Register 64
MTU_MC9_RDBFL65 0xF00619E2          MC 9 Read Data and Bit Flip Register 65
MTU_MC9_RDBFL66 0xF00619E4          MC 9 Read Data and Bit Flip Register 66
MTU_MC9_ALMSRCS 0xF00619EE          MC 9 Alarm Sources Configuration Register
MTU_MC9_FAULTSTS 0xF00619F0          MC 9 SSH Safety Faults Status Register
MTU_MC9_ERRINFO0 0xF00619F2          MC 9 Error Information Register 0
MTU_MC9_ERRINFO1 0xF00619F4          MC 9 Error Information Register 1
MTU_MC9_ERRINFO2 0xF00619F6          MC 9 Error Information Register 2
MTU_MC9_ERRINFO3 0xF00619F8          MC 9 Error Information Register 3
MTU_MC9_ERRINFO4 0xF00619FA          MC 9 Error Information Register 4
MTU_MC10_CONFIG0 0xF0061A00          MC 10 Configuration Register 0
MTU_MC10_CONFIG1 0xF0061A02          MC 10 Configuration Register 1
MTU_MC10_MCONTROL 0xF0061A04          MC 10 MBIST Control Register
MTU_MC10_MSTATUS 0xF0061A06          MC 10 Status Register
MTU_MC10_RANGE  0xF0061A08          MC 10 Range Register, single address mode
MTU_MC10_REVID  0xF0061A0C          MC 10 Revision ID Register
MTU_MC10_ECCS   0xF0061A0E          MC 10 ECC Safety Register
MTU_MC10_ECCD   0xF0061A10          MC 10 Memory ECC Detection Register
MTU_MC10_ETRR0  0xF0061A12          MC 10 Error Tracking Register 0
MTU_MC10_ETRR1  0xF0061A14          MC 10 Error Tracking Register 1
MTU_MC10_ETRR2  0xF0061A16          MC 10 Error Tracking Register 2
MTU_MC10_ETRR3  0xF0061A18          MC 10 Error Tracking Register 3
MTU_MC10_ETRR4  0xF0061A1A          MC 10 Error Tracking Register 4
MTU_MC10_RDBFL0 0xF0061A60          MC 10 Read Data and Bit Flip Register 0
MTU_MC10_RDBFL1 0xF0061A62          MC 10 Read Data and Bit Flip Register 1
MTU_MC10_RDBFL2 0xF0061A64          MC 10 Read Data and Bit Flip Register 2
MTU_MC10_RDBFL3 0xF0061A66          MC 10 Read Data and Bit Flip Register 3
MTU_MC10_RDBFL4 0xF0061A68          MC 10 Read Data and Bit Flip Register 4
MTU_MC10_RDBFL5 0xF0061A6A          MC 10 Read Data and Bit Flip Register 5
MTU_MC10_RDBFL6 0xF0061A6C          MC 10 Read Data and Bit Flip Register 6
MTU_MC10_RDBFL7 0xF0061A6E          MC 10 Read Data and Bit Flip Register 7
MTU_MC10_RDBFL8 0xF0061A70          MC 10 Read Data and Bit Flip Register 8
MTU_MC10_RDBFL9 0xF0061A72          MC 10 Read Data and Bit Flip Register 9
MTU_MC10_RDBFL10 0xF0061A74          MC 10 Read Data and Bit Flip Register 10
MTU_MC10_RDBFL11 0xF0061A76          MC 10 Read Data and Bit Flip Register 11
MTU_MC10_RDBFL12 0xF0061A78          MC 10 Read Data and Bit Flip Register 12
MTU_MC10_RDBFL13 0xF0061A7A          MC 10 Read Data and Bit Flip Register 13
MTU_MC10_RDBFL14 0xF0061A7C          MC 10 Read Data and Bit Flip Register 14
MTU_MC10_RDBFL15 0xF0061A7E          MC 10 Read Data and Bit Flip Register 15
MTU_MC10_RDBFL16 0xF0061A80          MC 10 Read Data and Bit Flip Register 16
MTU_MC10_RDBFL17 0xF0061A82          MC 10 Read Data and Bit Flip Register 17
MTU_MC10_RDBFL18 0xF0061A84          MC 10 Read Data and Bit Flip Register 18
MTU_MC10_RDBFL19 0xF0061A86          MC 10 Read Data and Bit Flip Register 19
MTU_MC10_RDBFL20 0xF0061A88          MC 10 Read Data and Bit Flip Register 20
MTU_MC10_RDBFL21 0xF0061A8A          MC 10 Read Data and Bit Flip Register 21
MTU_MC10_RDBFL22 0xF0061A8C          MC 10 Read Data and Bit Flip Register 22
MTU_MC10_RDBFL23 0xF0061A8E          MC 10 Read Data and Bit Flip Register 23
MTU_MC10_RDBFL24 0xF0061A90          MC 10 Read Data and Bit Flip Register 24
MTU_MC10_RDBFL25 0xF0061A92          MC 10 Read Data and Bit Flip Register 25
MTU_MC10_RDBFL26 0xF0061A94          MC 10 Read Data and Bit Flip Register 26
MTU_MC10_RDBFL27 0xF0061A96          MC 10 Read Data and Bit Flip Register 27
MTU_MC10_RDBFL28 0xF0061A98          MC 10 Read Data and Bit Flip Register 28
MTU_MC10_RDBFL29 0xF0061A9A          MC 10 Read Data and Bit Flip Register 29
MTU_MC10_RDBFL30 0xF0061A9C          MC 10 Read Data and Bit Flip Register 30
MTU_MC10_RDBFL31 0xF0061A9E          MC 10 Read Data and Bit Flip Register 31
MTU_MC10_RDBFL32 0xF0061AA0          MC 10 Read Data and Bit Flip Register 32
MTU_MC10_RDBFL33 0xF0061AA2          MC 10 Read Data and Bit Flip Register 33
MTU_MC10_RDBFL34 0xF0061AA4          MC 10 Read Data and Bit Flip Register 34
MTU_MC10_RDBFL35 0xF0061AA6          MC 10 Read Data and Bit Flip Register 35
MTU_MC10_RDBFL36 0xF0061AA8          MC 10 Read Data and Bit Flip Register 36
MTU_MC10_RDBFL37 0xF0061AAA          MC 10 Read Data and Bit Flip Register 37
MTU_MC10_RDBFL38 0xF0061AAC          MC 10 Read Data and Bit Flip Register 38
MTU_MC10_RDBFL39 0xF0061AAE          MC 10 Read Data and Bit Flip Register 39
MTU_MC10_RDBFL40 0xF0061AB0          MC 10 Read Data and Bit Flip Register 40
MTU_MC10_RDBFL41 0xF0061AB2          MC 10 Read Data and Bit Flip Register 41
MTU_MC10_RDBFL42 0xF0061AB4          MC 10 Read Data and Bit Flip Register 42
MTU_MC10_RDBFL43 0xF0061AB6          MC 10 Read Data and Bit Flip Register 43
MTU_MC10_RDBFL44 0xF0061AB8          MC 10 Read Data and Bit Flip Register 44
MTU_MC10_RDBFL45 0xF0061ABA          MC 10 Read Data and Bit Flip Register 45
MTU_MC10_RDBFL46 0xF0061ABC          MC 10 Read Data and Bit Flip Register 46
MTU_MC10_RDBFL47 0xF0061ABE          MC 10 Read Data and Bit Flip Register 47
MTU_MC10_RDBFL48 0xF0061AC0          MC 10 Read Data and Bit Flip Register 48
MTU_MC10_RDBFL49 0xF0061AC2          MC 10 Read Data and Bit Flip Register 49
MTU_MC10_RDBFL50 0xF0061AC4          MC 10 Read Data and Bit Flip Register 50
MTU_MC10_RDBFL51 0xF0061AC6          MC 10 Read Data and Bit Flip Register 51
MTU_MC10_RDBFL52 0xF0061AC8          MC 10 Read Data and Bit Flip Register 52
MTU_MC10_RDBFL53 0xF0061ACA          MC 10 Read Data and Bit Flip Register 53
MTU_MC10_RDBFL54 0xF0061ACC          MC 10 Read Data and Bit Flip Register 54
MTU_MC10_RDBFL55 0xF0061ACE          MC 10 Read Data and Bit Flip Register 55
MTU_MC10_RDBFL56 0xF0061AD0          MC 10 Read Data and Bit Flip Register 56
MTU_MC10_RDBFL57 0xF0061AD2          MC 10 Read Data and Bit Flip Register 57
MTU_MC10_RDBFL58 0xF0061AD4          MC 10 Read Data and Bit Flip Register 58
MTU_MC10_RDBFL59 0xF0061AD6          MC 10 Read Data and Bit Flip Register 59
MTU_MC10_RDBFL60 0xF0061AD8          MC 10 Read Data and Bit Flip Register 60
MTU_MC10_RDBFL61 0xF0061ADA          MC 10 Read Data and Bit Flip Register 61
MTU_MC10_RDBFL62 0xF0061ADC          MC 10 Read Data and Bit Flip Register 62
MTU_MC10_RDBFL63 0xF0061ADE          MC 10 Read Data and Bit Flip Register 63
MTU_MC10_RDBFL64 0xF0061AE0          MC 10 Read Data and Bit Flip Register 64
MTU_MC10_RDBFL65 0xF0061AE2          MC 10 Read Data and Bit Flip Register 65
MTU_MC10_RDBFL66 0xF0061AE4          MC 10 Read Data and Bit Flip Register 66
MTU_MC10_ALMSRCS 0xF0061AEE          MC 10 Alarm Sources Configuration Register
MTU_MC10_FAULTSTS 0xF0061AF0          MC 10 SSH Safety Faults Status Register
MTU_MC10_ERRINFO0 0xF0061AF2          MC 10 Error Information Register 0
MTU_MC10_ERRINFO1 0xF0061AF4          MC 10 Error Information Register 1
MTU_MC10_ERRINFO2 0xF0061AF6          MC 10 Error Information Register 2
MTU_MC10_ERRINFO3 0xF0061AF8          MC 10 Error Information Register 3
MTU_MC10_ERRINFO4 0xF0061AFA          MC 10 Error Information Register 4
MTU_MC11_CONFIG0 0xF0061B00          MC 11 Configuration Register 0
MTU_MC11_CONFIG1 0xF0061B02          MC 11 Configuration Register 1
MTU_MC11_MCONTROL 0xF0061B04          MC 11 MBIST Control Register
MTU_MC11_MSTATUS 0xF0061B06          MC 11 Status Register
MTU_MC11_RANGE  0xF0061B08          MC 11 Range Register, single address mode
MTU_MC11_REVID  0xF0061B0C          MC 11 Revision ID Register
MTU_MC11_ECCS   0xF0061B0E          MC 11 ECC Safety Register
MTU_MC11_ECCD   0xF0061B10          MC 11 Memory ECC Detection Register
MTU_MC11_ETRR0  0xF0061B12          MC 11 Error Tracking Register 0
MTU_MC11_ETRR1  0xF0061B14          MC 11 Error Tracking Register 1
MTU_MC11_ETRR2  0xF0061B16          MC 11 Error Tracking Register 2
MTU_MC11_ETRR3  0xF0061B18          MC 11 Error Tracking Register 3
MTU_MC11_ETRR4  0xF0061B1A          MC 11 Error Tracking Register 4
MTU_MC11_RDBFL0 0xF0061B60          MC 11 Read Data and Bit Flip Register 0
MTU_MC11_RDBFL1 0xF0061B62          MC 11 Read Data and Bit Flip Register 1
MTU_MC11_RDBFL2 0xF0061B64          MC 11 Read Data and Bit Flip Register 2
MTU_MC11_RDBFL3 0xF0061B66          MC 11 Read Data and Bit Flip Register 3
MTU_MC11_RDBFL4 0xF0061B68          MC 11 Read Data and Bit Flip Register 4
MTU_MC11_RDBFL5 0xF0061B6A          MC 11 Read Data and Bit Flip Register 5
MTU_MC11_RDBFL6 0xF0061B6C          MC 11 Read Data and Bit Flip Register 6
MTU_MC11_RDBFL7 0xF0061B6E          MC 11 Read Data and Bit Flip Register 7
MTU_MC11_RDBFL8 0xF0061B70          MC 11 Read Data and Bit Flip Register 8
MTU_MC11_RDBFL9 0xF0061B72          MC 11 Read Data and Bit Flip Register 9
MTU_MC11_RDBFL10 0xF0061B74          MC 11 Read Data and Bit Flip Register 10
MTU_MC11_RDBFL11 0xF0061B76          MC 11 Read Data and Bit Flip Register 11
MTU_MC11_RDBFL12 0xF0061B78          MC 11 Read Data and Bit Flip Register 12
MTU_MC11_RDBFL13 0xF0061B7A          MC 11 Read Data and Bit Flip Register 13
MTU_MC11_RDBFL14 0xF0061B7C          MC 11 Read Data and Bit Flip Register 14
MTU_MC11_RDBFL15 0xF0061B7E          MC 11 Read Data and Bit Flip Register 15
MTU_MC11_RDBFL16 0xF0061B80          MC 11 Read Data and Bit Flip Register 16
MTU_MC11_RDBFL17 0xF0061B82          MC 11 Read Data and Bit Flip Register 17
MTU_MC11_RDBFL18 0xF0061B84          MC 11 Read Data and Bit Flip Register 18
MTU_MC11_RDBFL19 0xF0061B86          MC 11 Read Data and Bit Flip Register 19
MTU_MC11_RDBFL20 0xF0061B88          MC 11 Read Data and Bit Flip Register 20
MTU_MC11_RDBFL21 0xF0061B8A          MC 11 Read Data and Bit Flip Register 21
MTU_MC11_RDBFL22 0xF0061B8C          MC 11 Read Data and Bit Flip Register 22
MTU_MC11_RDBFL23 0xF0061B8E          MC 11 Read Data and Bit Flip Register 23
MTU_MC11_RDBFL24 0xF0061B90          MC 11 Read Data and Bit Flip Register 24
MTU_MC11_RDBFL25 0xF0061B92          MC 11 Read Data and Bit Flip Register 25
MTU_MC11_RDBFL26 0xF0061B94          MC 11 Read Data and Bit Flip Register 26
MTU_MC11_RDBFL27 0xF0061B96          MC 11 Read Data and Bit Flip Register 27
MTU_MC11_RDBFL28 0xF0061B98          MC 11 Read Data and Bit Flip Register 28
MTU_MC11_RDBFL29 0xF0061B9A          MC 11 Read Data and Bit Flip Register 29
MTU_MC11_RDBFL30 0xF0061B9C          MC 11 Read Data and Bit Flip Register 30
MTU_MC11_RDBFL31 0xF0061B9E          MC 11 Read Data and Bit Flip Register 31
MTU_MC11_RDBFL32 0xF0061BA0          MC 11 Read Data and Bit Flip Register 32
MTU_MC11_RDBFL33 0xF0061BA2          MC 11 Read Data and Bit Flip Register 33
MTU_MC11_RDBFL34 0xF0061BA4          MC 11 Read Data and Bit Flip Register 34
MTU_MC11_RDBFL35 0xF0061BA6          MC 11 Read Data and Bit Flip Register 35
MTU_MC11_RDBFL36 0xF0061BA8          MC 11 Read Data and Bit Flip Register 36
MTU_MC11_RDBFL37 0xF0061BAA          MC 11 Read Data and Bit Flip Register 37
MTU_MC11_RDBFL38 0xF0061BAC          MC 11 Read Data and Bit Flip Register 38
MTU_MC11_RDBFL39 0xF0061BAE          MC 11 Read Data and Bit Flip Register 39
MTU_MC11_RDBFL40 0xF0061BB0          MC 11 Read Data and Bit Flip Register 40
MTU_MC11_RDBFL41 0xF0061BB2          MC 11 Read Data and Bit Flip Register 41
MTU_MC11_RDBFL42 0xF0061BB4          MC 11 Read Data and Bit Flip Register 42
MTU_MC11_RDBFL43 0xF0061BB6          MC 11 Read Data and Bit Flip Register 43
MTU_MC11_RDBFL44 0xF0061BB8          MC 11 Read Data and Bit Flip Register 44
MTU_MC11_RDBFL45 0xF0061BBA          MC 11 Read Data and Bit Flip Register 45
MTU_MC11_RDBFL46 0xF0061BBC          MC 11 Read Data and Bit Flip Register 46
MTU_MC11_RDBFL47 0xF0061BBE          MC 11 Read Data and Bit Flip Register 47
MTU_MC11_RDBFL48 0xF0061BC0          MC 11 Read Data and Bit Flip Register 48
MTU_MC11_RDBFL49 0xF0061BC2          MC 11 Read Data and Bit Flip Register 49
MTU_MC11_RDBFL50 0xF0061BC4          MC 11 Read Data and Bit Flip Register 50
MTU_MC11_RDBFL51 0xF0061BC6          MC 11 Read Data and Bit Flip Register 51
MTU_MC11_RDBFL52 0xF0061BC8          MC 11 Read Data and Bit Flip Register 52
MTU_MC11_RDBFL53 0xF0061BCA          MC 11 Read Data and Bit Flip Register 53
MTU_MC11_RDBFL54 0xF0061BCC          MC 11 Read Data and Bit Flip Register 54
MTU_MC11_RDBFL55 0xF0061BCE          MC 11 Read Data and Bit Flip Register 55
MTU_MC11_RDBFL56 0xF0061BD0          MC 11 Read Data and Bit Flip Register 56
MTU_MC11_RDBFL57 0xF0061BD2          MC 11 Read Data and Bit Flip Register 57
MTU_MC11_RDBFL58 0xF0061BD4          MC 11 Read Data and Bit Flip Register 58
MTU_MC11_RDBFL59 0xF0061BD6          MC 11 Read Data and Bit Flip Register 59
MTU_MC11_RDBFL60 0xF0061BD8          MC 11 Read Data and Bit Flip Register 60
MTU_MC11_RDBFL61 0xF0061BDA          MC 11 Read Data and Bit Flip Register 61
MTU_MC11_RDBFL62 0xF0061BDC          MC 11 Read Data and Bit Flip Register 62
MTU_MC11_RDBFL63 0xF0061BDE          MC 11 Read Data and Bit Flip Register 63
MTU_MC11_RDBFL64 0xF0061BE0          MC 11 Read Data and Bit Flip Register 64
MTU_MC11_RDBFL65 0xF0061BE2          MC 11 Read Data and Bit Flip Register 65
MTU_MC11_RDBFL66 0xF0061BE4          MC 11 Read Data and Bit Flip Register 66
MTU_MC11_ALMSRCS 0xF0061BEE          MC 11 Alarm Sources Configuration Register
MTU_MC11_FAULTSTS 0xF0061BF0          MC 11 SSH Safety Faults Status Register
MTU_MC11_ERRINFO0 0xF0061BF2          MC 11 Error Information Register 0
MTU_MC11_ERRINFO1 0xF0061BF4          MC 11 Error Information Register 1
MTU_MC11_ERRINFO2 0xF0061BF6          MC 11 Error Information Register 2
MTU_MC11_ERRINFO3 0xF0061BF8          MC 11 Error Information Register 3
MTU_MC11_ERRINFO4 0xF0061BFA          MC 11 Error Information Register 4
MTU_MC12_CONFIG0 0xF0061C00          MC 12 Configuration Register 0
MTU_MC12_CONFIG1 0xF0061C02          MC 12 Configuration Register 1
MTU_MC12_MCONTROL 0xF0061C04          MC 12 MBIST Control Register
MTU_MC12_MSTATUS 0xF0061C06          MC 12 Status Register
MTU_MC12_RANGE  0xF0061C08          MC 12 Range Register, single address mode
MTU_MC12_REVID  0xF0061C0C          MC 12 Revision ID Register
MTU_MC12_ECCS   0xF0061C0E          MC 12 ECC Safety Register
MTU_MC12_ECCD   0xF0061C10          MC 12 Memory ECC Detection Register
MTU_MC12_ETRR0  0xF0061C12          MC 12 Error Tracking Register 0
MTU_MC12_ETRR1  0xF0061C14          MC 12 Error Tracking Register 1
MTU_MC12_ETRR2  0xF0061C16          MC 12 Error Tracking Register 2
MTU_MC12_ETRR3  0xF0061C18          MC 12 Error Tracking Register 3
MTU_MC12_ETRR4  0xF0061C1A          MC 12 Error Tracking Register 4
MTU_MC12_RDBFL0 0xF0061C60          MC 12 Read Data and Bit Flip Register 0
MTU_MC12_RDBFL1 0xF0061C62          MC 12 Read Data and Bit Flip Register 1
MTU_MC12_RDBFL2 0xF0061C64          MC 12 Read Data and Bit Flip Register 2
MTU_MC12_RDBFL3 0xF0061C66          MC 12 Read Data and Bit Flip Register 3
MTU_MC12_RDBFL4 0xF0061C68          MC 12 Read Data and Bit Flip Register 4
MTU_MC12_RDBFL5 0xF0061C6A          MC 12 Read Data and Bit Flip Register 5
MTU_MC12_RDBFL6 0xF0061C6C          MC 12 Read Data and Bit Flip Register 6
MTU_MC12_RDBFL7 0xF0061C6E          MC 12 Read Data and Bit Flip Register 7
MTU_MC12_RDBFL8 0xF0061C70          MC 12 Read Data and Bit Flip Register 8
MTU_MC12_RDBFL9 0xF0061C72          MC 12 Read Data and Bit Flip Register 9
MTU_MC12_RDBFL10 0xF0061C74          MC 12 Read Data and Bit Flip Register 10
MTU_MC12_RDBFL11 0xF0061C76          MC 12 Read Data and Bit Flip Register 11
MTU_MC12_RDBFL12 0xF0061C78          MC 12 Read Data and Bit Flip Register 12
MTU_MC12_RDBFL13 0xF0061C7A          MC 12 Read Data and Bit Flip Register 13
MTU_MC12_RDBFL14 0xF0061C7C          MC 12 Read Data and Bit Flip Register 14
MTU_MC12_RDBFL15 0xF0061C7E          MC 12 Read Data and Bit Flip Register 15
MTU_MC12_RDBFL16 0xF0061C80          MC 12 Read Data and Bit Flip Register 16
MTU_MC12_RDBFL17 0xF0061C82          MC 12 Read Data and Bit Flip Register 17
MTU_MC12_RDBFL18 0xF0061C84          MC 12 Read Data and Bit Flip Register 18
MTU_MC12_RDBFL19 0xF0061C86          MC 12 Read Data and Bit Flip Register 19
MTU_MC12_RDBFL20 0xF0061C88          MC 12 Read Data and Bit Flip Register 20
MTU_MC12_RDBFL21 0xF0061C8A          MC 12 Read Data and Bit Flip Register 21
MTU_MC12_RDBFL22 0xF0061C8C          MC 12 Read Data and Bit Flip Register 22
MTU_MC12_RDBFL23 0xF0061C8E          MC 12 Read Data and Bit Flip Register 23
MTU_MC12_RDBFL24 0xF0061C90          MC 12 Read Data and Bit Flip Register 24
MTU_MC12_RDBFL25 0xF0061C92          MC 12 Read Data and Bit Flip Register 25
MTU_MC12_RDBFL26 0xF0061C94          MC 12 Read Data and Bit Flip Register 26
MTU_MC12_RDBFL27 0xF0061C96          MC 12 Read Data and Bit Flip Register 27
MTU_MC12_RDBFL28 0xF0061C98          MC 12 Read Data and Bit Flip Register 28
MTU_MC12_RDBFL29 0xF0061C9A          MC 12 Read Data and Bit Flip Register 29
MTU_MC12_RDBFL30 0xF0061C9C          MC 12 Read Data and Bit Flip Register 30
MTU_MC12_RDBFL31 0xF0061C9E          MC 12 Read Data and Bit Flip Register 31
MTU_MC12_RDBFL32 0xF0061CA0          MC 12 Read Data and Bit Flip Register 32
MTU_MC12_RDBFL33 0xF0061CA2          MC 12 Read Data and Bit Flip Register 33
MTU_MC12_RDBFL34 0xF0061CA4          MC 12 Read Data and Bit Flip Register 34
MTU_MC12_RDBFL35 0xF0061CA6          MC 12 Read Data and Bit Flip Register 35
MTU_MC12_RDBFL36 0xF0061CA8          MC 12 Read Data and Bit Flip Register 36
MTU_MC12_RDBFL37 0xF0061CAA          MC 12 Read Data and Bit Flip Register 37
MTU_MC12_RDBFL38 0xF0061CAC          MC 12 Read Data and Bit Flip Register 38
MTU_MC12_RDBFL39 0xF0061CAE          MC 12 Read Data and Bit Flip Register 39
MTU_MC12_RDBFL40 0xF0061CB0          MC 12 Read Data and Bit Flip Register 40
MTU_MC12_RDBFL41 0xF0061CB2          MC 12 Read Data and Bit Flip Register 41
MTU_MC12_RDBFL42 0xF0061CB4          MC 12 Read Data and Bit Flip Register 42
MTU_MC12_RDBFL43 0xF0061CB6          MC 12 Read Data and Bit Flip Register 43
MTU_MC12_RDBFL44 0xF0061CB8          MC 12 Read Data and Bit Flip Register 44
MTU_MC12_RDBFL45 0xF0061CBA          MC 12 Read Data and Bit Flip Register 45
MTU_MC12_RDBFL46 0xF0061CBC          MC 12 Read Data and Bit Flip Register 46
MTU_MC12_RDBFL47 0xF0061CBE          MC 12 Read Data and Bit Flip Register 47
MTU_MC12_RDBFL48 0xF0061CC0          MC 12 Read Data and Bit Flip Register 48
MTU_MC12_RDBFL49 0xF0061CC2          MC 12 Read Data and Bit Flip Register 49
MTU_MC12_RDBFL50 0xF0061CC4          MC 12 Read Data and Bit Flip Register 50
MTU_MC12_RDBFL51 0xF0061CC6          MC 12 Read Data and Bit Flip Register 51
MTU_MC12_RDBFL52 0xF0061CC8          MC 12 Read Data and Bit Flip Register 52
MTU_MC12_RDBFL53 0xF0061CCA          MC 12 Read Data and Bit Flip Register 53
MTU_MC12_RDBFL54 0xF0061CCC          MC 12 Read Data and Bit Flip Register 54
MTU_MC12_RDBFL55 0xF0061CCE          MC 12 Read Data and Bit Flip Register 55
MTU_MC12_RDBFL56 0xF0061CD0          MC 12 Read Data and Bit Flip Register 56
MTU_MC12_RDBFL57 0xF0061CD2          MC 12 Read Data and Bit Flip Register 57
MTU_MC12_RDBFL58 0xF0061CD4          MC 12 Read Data and Bit Flip Register 58
MTU_MC12_RDBFL59 0xF0061CD6          MC 12 Read Data and Bit Flip Register 59
MTU_MC12_RDBFL60 0xF0061CD8          MC 12 Read Data and Bit Flip Register 60
MTU_MC12_RDBFL61 0xF0061CDA          MC 12 Read Data and Bit Flip Register 61
MTU_MC12_RDBFL62 0xF0061CDC          MC 12 Read Data and Bit Flip Register 62
MTU_MC12_RDBFL63 0xF0061CDE          MC 12 Read Data and Bit Flip Register 63
MTU_MC12_RDBFL64 0xF0061CE0          MC 12 Read Data and Bit Flip Register 64
MTU_MC12_RDBFL65 0xF0061CE2          MC 12 Read Data and Bit Flip Register 65
MTU_MC12_RDBFL66 0xF0061CE4          MC 12 Read Data and Bit Flip Register 66
MTU_MC12_ALMSRCS 0xF0061CEE          MC 12 Alarm Sources Configuration Register
MTU_MC12_FAULTSTS 0xF0061CF0          MC 12 SSH Safety Faults Status Register
MTU_MC12_ERRINFO0 0xF0061CF2          MC 12 Error Information Register 0
MTU_MC12_ERRINFO1 0xF0061CF4          MC 12 Error Information Register 1
MTU_MC12_ERRINFO2 0xF0061CF6          MC 12 Error Information Register 2
MTU_MC12_ERRINFO3 0xF0061CF8          MC 12 Error Information Register 3
MTU_MC12_ERRINFO4 0xF0061CFA          MC 12 Error Information Register 4
MTU_MC13_CONFIG0 0xF0061D00          MC 13 Configuration Register 0
MTU_MC13_CONFIG1 0xF0061D02          MC 13 Configuration Register 1
MTU_MC13_MCONTROL 0xF0061D04          MC 13 MBIST Control Register
MTU_MC13_MSTATUS 0xF0061D06          MC 13 Status Register
MTU_MC13_RANGE  0xF0061D08          MC 13 Range Register, single address mode
MTU_MC13_REVID  0xF0061D0C          MC 13 Revision ID Register
MTU_MC13_ECCS   0xF0061D0E          MC 13 ECC Safety Register
MTU_MC13_ECCD   0xF0061D10          MC 13 Memory ECC Detection Register
MTU_MC13_ETRR0  0xF0061D12          MC 13 Error Tracking Register 0
MTU_MC13_ETRR1  0xF0061D14          MC 13 Error Tracking Register 1
MTU_MC13_ETRR2  0xF0061D16          MC 13 Error Tracking Register 2
MTU_MC13_ETRR3  0xF0061D18          MC 13 Error Tracking Register 3
MTU_MC13_ETRR4  0xF0061D1A          MC 13 Error Tracking Register 4
MTU_MC13_RDBFL0 0xF0061D60          MC 13 Read Data and Bit Flip Register 0
MTU_MC13_RDBFL1 0xF0061D62          MC 13 Read Data and Bit Flip Register 1
MTU_MC13_RDBFL2 0xF0061D64          MC 13 Read Data and Bit Flip Register 2
MTU_MC13_RDBFL3 0xF0061D66          MC 13 Read Data and Bit Flip Register 3
MTU_MC13_RDBFL4 0xF0061D68          MC 13 Read Data and Bit Flip Register 4
MTU_MC13_RDBFL5 0xF0061D6A          MC 13 Read Data and Bit Flip Register 5
MTU_MC13_RDBFL6 0xF0061D6C          MC 13 Read Data and Bit Flip Register 6
MTU_MC13_RDBFL7 0xF0061D6E          MC 13 Read Data and Bit Flip Register 7
MTU_MC13_RDBFL8 0xF0061D70          MC 13 Read Data and Bit Flip Register 8
MTU_MC13_RDBFL9 0xF0061D72          MC 13 Read Data and Bit Flip Register 9
MTU_MC13_RDBFL10 0xF0061D74          MC 13 Read Data and Bit Flip Register 10
MTU_MC13_RDBFL11 0xF0061D76          MC 13 Read Data and Bit Flip Register 11
MTU_MC13_RDBFL12 0xF0061D78          MC 13 Read Data and Bit Flip Register 12
MTU_MC13_RDBFL13 0xF0061D7A          MC 13 Read Data and Bit Flip Register 13
MTU_MC13_RDBFL14 0xF0061D7C          MC 13 Read Data and Bit Flip Register 14
MTU_MC13_RDBFL15 0xF0061D7E          MC 13 Read Data and Bit Flip Register 15
MTU_MC13_RDBFL16 0xF0061D80          MC 13 Read Data and Bit Flip Register 16
MTU_MC13_RDBFL17 0xF0061D82          MC 13 Read Data and Bit Flip Register 17
MTU_MC13_RDBFL18 0xF0061D84          MC 13 Read Data and Bit Flip Register 18
MTU_MC13_RDBFL19 0xF0061D86          MC 13 Read Data and Bit Flip Register 19
MTU_MC13_RDBFL20 0xF0061D88          MC 13 Read Data and Bit Flip Register 20
MTU_MC13_RDBFL21 0xF0061D8A          MC 13 Read Data and Bit Flip Register 21
MTU_MC13_RDBFL22 0xF0061D8C          MC 13 Read Data and Bit Flip Register 22
MTU_MC13_RDBFL23 0xF0061D8E          MC 13 Read Data and Bit Flip Register 23
MTU_MC13_RDBFL24 0xF0061D90          MC 13 Read Data and Bit Flip Register 24
MTU_MC13_RDBFL25 0xF0061D92          MC 13 Read Data and Bit Flip Register 25
MTU_MC13_RDBFL26 0xF0061D94          MC 13 Read Data and Bit Flip Register 26
MTU_MC13_RDBFL27 0xF0061D96          MC 13 Read Data and Bit Flip Register 27
MTU_MC13_RDBFL28 0xF0061D98          MC 13 Read Data and Bit Flip Register 28
MTU_MC13_RDBFL29 0xF0061D9A          MC 13 Read Data and Bit Flip Register 29
MTU_MC13_RDBFL30 0xF0061D9C          MC 13 Read Data and Bit Flip Register 30
MTU_MC13_RDBFL31 0xF0061D9E          MC 13 Read Data and Bit Flip Register 31
MTU_MC13_RDBFL32 0xF0061DA0          MC 13 Read Data and Bit Flip Register 32
MTU_MC13_RDBFL33 0xF0061DA2          MC 13 Read Data and Bit Flip Register 33
MTU_MC13_RDBFL34 0xF0061DA4          MC 13 Read Data and Bit Flip Register 34
MTU_MC13_RDBFL35 0xF0061DA6          MC 13 Read Data and Bit Flip Register 35
MTU_MC13_RDBFL36 0xF0061DA8          MC 13 Read Data and Bit Flip Register 36
MTU_MC13_RDBFL37 0xF0061DAA          MC 13 Read Data and Bit Flip Register 37
MTU_MC13_RDBFL38 0xF0061DAC          MC 13 Read Data and Bit Flip Register 38
MTU_MC13_RDBFL39 0xF0061DAE          MC 13 Read Data and Bit Flip Register 39
MTU_MC13_RDBFL40 0xF0061DB0          MC 13 Read Data and Bit Flip Register 40
MTU_MC13_RDBFL41 0xF0061DB2          MC 13 Read Data and Bit Flip Register 41
MTU_MC13_RDBFL42 0xF0061DB4          MC 13 Read Data and Bit Flip Register 42
MTU_MC13_RDBFL43 0xF0061DB6          MC 13 Read Data and Bit Flip Register 43
MTU_MC13_RDBFL44 0xF0061DB8          MC 13 Read Data and Bit Flip Register 44
MTU_MC13_RDBFL45 0xF0061DBA          MC 13 Read Data and Bit Flip Register 45
MTU_MC13_RDBFL46 0xF0061DBC          MC 13 Read Data and Bit Flip Register 46
MTU_MC13_RDBFL47 0xF0061DBE          MC 13 Read Data and Bit Flip Register 47
MTU_MC13_RDBFL48 0xF0061DC0          MC 13 Read Data and Bit Flip Register 48
MTU_MC13_RDBFL49 0xF0061DC2          MC 13 Read Data and Bit Flip Register 49
MTU_MC13_RDBFL50 0xF0061DC4          MC 13 Read Data and Bit Flip Register 50
MTU_MC13_RDBFL51 0xF0061DC6          MC 13 Read Data and Bit Flip Register 51
MTU_MC13_RDBFL52 0xF0061DC8          MC 13 Read Data and Bit Flip Register 52
MTU_MC13_RDBFL53 0xF0061DCA          MC 13 Read Data and Bit Flip Register 53
MTU_MC13_RDBFL54 0xF0061DCC          MC 13 Read Data and Bit Flip Register 54
MTU_MC13_RDBFL55 0xF0061DCE          MC 13 Read Data and Bit Flip Register 55
MTU_MC13_RDBFL56 0xF0061DD0          MC 13 Read Data and Bit Flip Register 56
MTU_MC13_RDBFL57 0xF0061DD2          MC 13 Read Data and Bit Flip Register 57
MTU_MC13_RDBFL58 0xF0061DD4          MC 13 Read Data and Bit Flip Register 58
MTU_MC13_RDBFL59 0xF0061DD6          MC 13 Read Data and Bit Flip Register 59
MTU_MC13_RDBFL60 0xF0061DD8          MC 13 Read Data and Bit Flip Register 60
MTU_MC13_RDBFL61 0xF0061DDA          MC 13 Read Data and Bit Flip Register 61
MTU_MC13_RDBFL62 0xF0061DDC          MC 13 Read Data and Bit Flip Register 62
MTU_MC13_RDBFL63 0xF0061DDE          MC 13 Read Data and Bit Flip Register 63
MTU_MC13_RDBFL64 0xF0061DE0          MC 13 Read Data and Bit Flip Register 64
MTU_MC13_RDBFL65 0xF0061DE2          MC 13 Read Data and Bit Flip Register 65
MTU_MC13_RDBFL66 0xF0061DE4          MC 13 Read Data and Bit Flip Register 66
MTU_MC13_ALMSRCS 0xF0061DEE          MC 13 Alarm Sources Configuration Register
MTU_MC13_FAULTSTS 0xF0061DF0          MC 13 SSH Safety Faults Status Register
MTU_MC13_ERRINFO0 0xF0061DF2          MC 13 Error Information Register 0
MTU_MC13_ERRINFO1 0xF0061DF4          MC 13 Error Information Register 1
MTU_MC13_ERRINFO2 0xF0061DF6          MC 13 Error Information Register 2
MTU_MC13_ERRINFO3 0xF0061DF8          MC 13 Error Information Register 3
MTU_MC13_ERRINFO4 0xF0061DFA          MC 13 Error Information Register 4
MTU_MC14_CONFIG0 0xF0061E00          MC 14 Configuration Register 0
MTU_MC14_CONFIG1 0xF0061E02          MC 14 Configuration Register 1
MTU_MC14_MCONTROL 0xF0061E04          MC 14 MBIST Control Register
MTU_MC14_MSTATUS 0xF0061E06          MC 14 Status Register
MTU_MC14_RANGE  0xF0061E08          MC 14 Range Register, single address mode
MTU_MC14_REVID  0xF0061E0C          MC 14 Revision ID Register
MTU_MC14_ECCS   0xF0061E0E          MC 14 ECC Safety Register
MTU_MC14_ECCD   0xF0061E10          MC 14 Memory ECC Detection Register
MTU_MC14_ETRR0  0xF0061E12          MC 14 Error Tracking Register 0
MTU_MC14_ETRR1  0xF0061E14          MC 14 Error Tracking Register 1
MTU_MC14_ETRR2  0xF0061E16          MC 14 Error Tracking Register 2
MTU_MC14_ETRR3  0xF0061E18          MC 14 Error Tracking Register 3
MTU_MC14_ETRR4  0xF0061E1A          MC 14 Error Tracking Register 4
MTU_MC14_RDBFL0 0xF0061E60          MC 14 Read Data and Bit Flip Register 0
MTU_MC14_RDBFL1 0xF0061E62          MC 14 Read Data and Bit Flip Register 1
MTU_MC14_RDBFL2 0xF0061E64          MC 14 Read Data and Bit Flip Register 2
MTU_MC14_RDBFL3 0xF0061E66          MC 14 Read Data and Bit Flip Register 3
MTU_MC14_RDBFL4 0xF0061E68          MC 14 Read Data and Bit Flip Register 4
MTU_MC14_RDBFL5 0xF0061E6A          MC 14 Read Data and Bit Flip Register 5
MTU_MC14_RDBFL6 0xF0061E6C          MC 14 Read Data and Bit Flip Register 6
MTU_MC14_RDBFL7 0xF0061E6E          MC 14 Read Data and Bit Flip Register 7
MTU_MC14_RDBFL8 0xF0061E70          MC 14 Read Data and Bit Flip Register 8
MTU_MC14_RDBFL9 0xF0061E72          MC 14 Read Data and Bit Flip Register 9
MTU_MC14_RDBFL10 0xF0061E74          MC 14 Read Data and Bit Flip Register 10
MTU_MC14_RDBFL11 0xF0061E76          MC 14 Read Data and Bit Flip Register 11
MTU_MC14_RDBFL12 0xF0061E78          MC 14 Read Data and Bit Flip Register 12
MTU_MC14_RDBFL13 0xF0061E7A          MC 14 Read Data and Bit Flip Register 13
MTU_MC14_RDBFL14 0xF0061E7C          MC 14 Read Data and Bit Flip Register 14
MTU_MC14_RDBFL15 0xF0061E7E          MC 14 Read Data and Bit Flip Register 15
MTU_MC14_RDBFL16 0xF0061E80          MC 14 Read Data and Bit Flip Register 16
MTU_MC14_RDBFL17 0xF0061E82          MC 14 Read Data and Bit Flip Register 17
MTU_MC14_RDBFL18 0xF0061E84          MC 14 Read Data and Bit Flip Register 18
MTU_MC14_RDBFL19 0xF0061E86          MC 14 Read Data and Bit Flip Register 19
MTU_MC14_RDBFL20 0xF0061E88          MC 14 Read Data and Bit Flip Register 20
MTU_MC14_RDBFL21 0xF0061E8A          MC 14 Read Data and Bit Flip Register 21
MTU_MC14_RDBFL22 0xF0061E8C          MC 14 Read Data and Bit Flip Register 22
MTU_MC14_RDBFL23 0xF0061E8E          MC 14 Read Data and Bit Flip Register 23
MTU_MC14_RDBFL24 0xF0061E90          MC 14 Read Data and Bit Flip Register 24
MTU_MC14_RDBFL25 0xF0061E92          MC 14 Read Data and Bit Flip Register 25
MTU_MC14_RDBFL26 0xF0061E94          MC 14 Read Data and Bit Flip Register 26
MTU_MC14_RDBFL27 0xF0061E96          MC 14 Read Data and Bit Flip Register 27
MTU_MC14_RDBFL28 0xF0061E98          MC 14 Read Data and Bit Flip Register 28
MTU_MC14_RDBFL29 0xF0061E9A          MC 14 Read Data and Bit Flip Register 29
MTU_MC14_RDBFL30 0xF0061E9C          MC 14 Read Data and Bit Flip Register 30
MTU_MC14_RDBFL31 0xF0061E9E          MC 14 Read Data and Bit Flip Register 31
MTU_MC14_RDBFL32 0xF0061EA0          MC 14 Read Data and Bit Flip Register 32
MTU_MC14_RDBFL33 0xF0061EA2          MC 14 Read Data and Bit Flip Register 33
MTU_MC14_RDBFL34 0xF0061EA4          MC 14 Read Data and Bit Flip Register 34
MTU_MC14_RDBFL35 0xF0061EA6          MC 14 Read Data and Bit Flip Register 35
MTU_MC14_RDBFL36 0xF0061EA8          MC 14 Read Data and Bit Flip Register 36
MTU_MC14_RDBFL37 0xF0061EAA          MC 14 Read Data and Bit Flip Register 37
MTU_MC14_RDBFL38 0xF0061EAC          MC 14 Read Data and Bit Flip Register 38
MTU_MC14_RDBFL39 0xF0061EAE          MC 14 Read Data and Bit Flip Register 39
MTU_MC14_RDBFL40 0xF0061EB0          MC 14 Read Data and Bit Flip Register 40
MTU_MC14_RDBFL41 0xF0061EB2          MC 14 Read Data and Bit Flip Register 41
MTU_MC14_RDBFL42 0xF0061EB4          MC 14 Read Data and Bit Flip Register 42
MTU_MC14_RDBFL43 0xF0061EB6          MC 14 Read Data and Bit Flip Register 43
MTU_MC14_RDBFL44 0xF0061EB8          MC 14 Read Data and Bit Flip Register 44
MTU_MC14_RDBFL45 0xF0061EBA          MC 14 Read Data and Bit Flip Register 45
MTU_MC14_RDBFL46 0xF0061EBC          MC 14 Read Data and Bit Flip Register 46
MTU_MC14_RDBFL47 0xF0061EBE          MC 14 Read Data and Bit Flip Register 47
MTU_MC14_RDBFL48 0xF0061EC0          MC 14 Read Data and Bit Flip Register 48
MTU_MC14_RDBFL49 0xF0061EC2          MC 14 Read Data and Bit Flip Register 49
MTU_MC14_RDBFL50 0xF0061EC4          MC 14 Read Data and Bit Flip Register 50
MTU_MC14_RDBFL51 0xF0061EC6          MC 14 Read Data and Bit Flip Register 51
MTU_MC14_RDBFL52 0xF0061EC8          MC 14 Read Data and Bit Flip Register 52
MTU_MC14_RDBFL53 0xF0061ECA          MC 14 Read Data and Bit Flip Register 53
MTU_MC14_RDBFL54 0xF0061ECC          MC 14 Read Data and Bit Flip Register 54
MTU_MC14_RDBFL55 0xF0061ECE          MC 14 Read Data and Bit Flip Register 55
MTU_MC14_RDBFL56 0xF0061ED0          MC 14 Read Data and Bit Flip Register 56
MTU_MC14_RDBFL57 0xF0061ED2          MC 14 Read Data and Bit Flip Register 57
MTU_MC14_RDBFL58 0xF0061ED4          MC 14 Read Data and Bit Flip Register 58
MTU_MC14_RDBFL59 0xF0061ED6          MC 14 Read Data and Bit Flip Register 59
MTU_MC14_RDBFL60 0xF0061ED8          MC 14 Read Data and Bit Flip Register 60
MTU_MC14_RDBFL61 0xF0061EDA          MC 14 Read Data and Bit Flip Register 61
MTU_MC14_RDBFL62 0xF0061EDC          MC 14 Read Data and Bit Flip Register 62
MTU_MC14_RDBFL63 0xF0061EDE          MC 14 Read Data and Bit Flip Register 63
MTU_MC14_RDBFL64 0xF0061EE0          MC 14 Read Data and Bit Flip Register 64
MTU_MC14_RDBFL65 0xF0061EE2          MC 14 Read Data and Bit Flip Register 65
MTU_MC14_RDBFL66 0xF0061EE4          MC 14 Read Data and Bit Flip Register 66
MTU_MC14_ALMSRCS 0xF0061EEE          MC 14 Alarm Sources Configuration Register
MTU_MC14_FAULTSTS 0xF0061EF0          MC 14 SSH Safety Faults Status Register
MTU_MC14_ERRINFO0 0xF0061EF2          MC 14 Error Information Register 0
MTU_MC14_ERRINFO1 0xF0061EF4          MC 14 Error Information Register 1
MTU_MC14_ERRINFO2 0xF0061EF6          MC 14 Error Information Register 2
MTU_MC14_ERRINFO3 0xF0061EF8          MC 14 Error Information Register 3
MTU_MC14_ERRINFO4 0xF0061EFA          MC 14 Error Information Register 4
MTU_MC15_CONFIG0 0xF0061F00          MC 15 Configuration Register 0
MTU_MC15_CONFIG1 0xF0061F02          MC 15 Configuration Register 1
MTU_MC15_MCONTROL 0xF0061F04          MC 15 MBIST Control Register
MTU_MC15_MSTATUS 0xF0061F06          MC 15 Status Register
MTU_MC15_RANGE  0xF0061F08          MC 15 Range Register, single address mode
MTU_MC15_REVID  0xF0061F0C          MC 15 Revision ID Register
MTU_MC15_ECCS   0xF0061F0E          MC 15 ECC Safety Register
MTU_MC15_ECCD   0xF0061F10          MC 15 Memory ECC Detection Register
MTU_MC15_ETRR0  0xF0061F12          MC 15 Error Tracking Register 0
MTU_MC15_ETRR1  0xF0061F14          MC 15 Error Tracking Register 1
MTU_MC15_ETRR2  0xF0061F16          MC 15 Error Tracking Register 2
MTU_MC15_ETRR3  0xF0061F18          MC 15 Error Tracking Register 3
MTU_MC15_ETRR4  0xF0061F1A          MC 15 Error Tracking Register 4
MTU_MC15_RDBFL0 0xF0061F60          MC 15 Read Data and Bit Flip Register 0
MTU_MC15_RDBFL1 0xF0061F62          MC 15 Read Data and Bit Flip Register 1
MTU_MC15_RDBFL2 0xF0061F64          MC 15 Read Data and Bit Flip Register 2
MTU_MC15_RDBFL3 0xF0061F66          MC 15 Read Data and Bit Flip Register 3
MTU_MC15_RDBFL4 0xF0061F68          MC 15 Read Data and Bit Flip Register 4
MTU_MC15_RDBFL5 0xF0061F6A          MC 15 Read Data and Bit Flip Register 5
MTU_MC15_RDBFL6 0xF0061F6C          MC 15 Read Data and Bit Flip Register 6
MTU_MC15_RDBFL7 0xF0061F6E          MC 15 Read Data and Bit Flip Register 7
MTU_MC15_RDBFL8 0xF0061F70          MC 15 Read Data and Bit Flip Register 8
MTU_MC15_RDBFL9 0xF0061F72          MC 15 Read Data and Bit Flip Register 9
MTU_MC15_RDBFL10 0xF0061F74          MC 15 Read Data and Bit Flip Register 10
MTU_MC15_RDBFL11 0xF0061F76          MC 15 Read Data and Bit Flip Register 11
MTU_MC15_RDBFL12 0xF0061F78          MC 15 Read Data and Bit Flip Register 12
MTU_MC15_RDBFL13 0xF0061F7A          MC 15 Read Data and Bit Flip Register 13
MTU_MC15_RDBFL14 0xF0061F7C          MC 15 Read Data and Bit Flip Register 14
MTU_MC15_RDBFL15 0xF0061F7E          MC 15 Read Data and Bit Flip Register 15
MTU_MC15_RDBFL16 0xF0061F80          MC 15 Read Data and Bit Flip Register 16
MTU_MC15_RDBFL17 0xF0061F82          MC 15 Read Data and Bit Flip Register 17
MTU_MC15_RDBFL18 0xF0061F84          MC 15 Read Data and Bit Flip Register 18
MTU_MC15_RDBFL19 0xF0061F86          MC 15 Read Data and Bit Flip Register 19
MTU_MC15_RDBFL20 0xF0061F88          MC 15 Read Data and Bit Flip Register 20
MTU_MC15_RDBFL21 0xF0061F8A          MC 15 Read Data and Bit Flip Register 21
MTU_MC15_RDBFL22 0xF0061F8C          MC 15 Read Data and Bit Flip Register 22
MTU_MC15_RDBFL23 0xF0061F8E          MC 15 Read Data and Bit Flip Register 23
MTU_MC15_RDBFL24 0xF0061F90          MC 15 Read Data and Bit Flip Register 24
MTU_MC15_RDBFL25 0xF0061F92          MC 15 Read Data and Bit Flip Register 25
MTU_MC15_RDBFL26 0xF0061F94          MC 15 Read Data and Bit Flip Register 26
MTU_MC15_RDBFL27 0xF0061F96          MC 15 Read Data and Bit Flip Register 27
MTU_MC15_RDBFL28 0xF0061F98          MC 15 Read Data and Bit Flip Register 28
MTU_MC15_RDBFL29 0xF0061F9A          MC 15 Read Data and Bit Flip Register 29
MTU_MC15_RDBFL30 0xF0061F9C          MC 15 Read Data and Bit Flip Register 30
MTU_MC15_RDBFL31 0xF0061F9E          MC 15 Read Data and Bit Flip Register 31
MTU_MC15_RDBFL32 0xF0061FA0          MC 15 Read Data and Bit Flip Register 32
MTU_MC15_RDBFL33 0xF0061FA2          MC 15 Read Data and Bit Flip Register 33
MTU_MC15_RDBFL34 0xF0061FA4          MC 15 Read Data and Bit Flip Register 34
MTU_MC15_RDBFL35 0xF0061FA6          MC 15 Read Data and Bit Flip Register 35
MTU_MC15_RDBFL36 0xF0061FA8          MC 15 Read Data and Bit Flip Register 36
MTU_MC15_RDBFL37 0xF0061FAA          MC 15 Read Data and Bit Flip Register 37
MTU_MC15_RDBFL38 0xF0061FAC          MC 15 Read Data and Bit Flip Register 38
MTU_MC15_RDBFL39 0xF0061FAE          MC 15 Read Data and Bit Flip Register 39
MTU_MC15_RDBFL40 0xF0061FB0          MC 15 Read Data and Bit Flip Register 40
MTU_MC15_RDBFL41 0xF0061FB2          MC 15 Read Data and Bit Flip Register 41
MTU_MC15_RDBFL42 0xF0061FB4          MC 15 Read Data and Bit Flip Register 42
MTU_MC15_RDBFL43 0xF0061FB6          MC 15 Read Data and Bit Flip Register 43
MTU_MC15_RDBFL44 0xF0061FB8          MC 15 Read Data and Bit Flip Register 44
MTU_MC15_RDBFL45 0xF0061FBA          MC 15 Read Data and Bit Flip Register 45
MTU_MC15_RDBFL46 0xF0061FBC          MC 15 Read Data and Bit Flip Register 46
MTU_MC15_RDBFL47 0xF0061FBE          MC 15 Read Data and Bit Flip Register 47
MTU_MC15_RDBFL48 0xF0061FC0          MC 15 Read Data and Bit Flip Register 48
MTU_MC15_RDBFL49 0xF0061FC2          MC 15 Read Data and Bit Flip Register 49
MTU_MC15_RDBFL50 0xF0061FC4          MC 15 Read Data and Bit Flip Register 50
MTU_MC15_RDBFL51 0xF0061FC6          MC 15 Read Data and Bit Flip Register 51
MTU_MC15_RDBFL52 0xF0061FC8          MC 15 Read Data and Bit Flip Register 52
MTU_MC15_RDBFL53 0xF0061FCA          MC 15 Read Data and Bit Flip Register 53
MTU_MC15_RDBFL54 0xF0061FCC          MC 15 Read Data and Bit Flip Register 54
MTU_MC15_RDBFL55 0xF0061FCE          MC 15 Read Data and Bit Flip Register 55
MTU_MC15_RDBFL56 0xF0061FD0          MC 15 Read Data and Bit Flip Register 56
MTU_MC15_RDBFL57 0xF0061FD2          MC 15 Read Data and Bit Flip Register 57
MTU_MC15_RDBFL58 0xF0061FD4          MC 15 Read Data and Bit Flip Register 58
MTU_MC15_RDBFL59 0xF0061FD6          MC 15 Read Data and Bit Flip Register 59
MTU_MC15_RDBFL60 0xF0061FD8          MC 15 Read Data and Bit Flip Register 60
MTU_MC15_RDBFL61 0xF0061FDA          MC 15 Read Data and Bit Flip Register 61
MTU_MC15_RDBFL62 0xF0061FDC          MC 15 Read Data and Bit Flip Register 62
MTU_MC15_RDBFL63 0xF0061FDE          MC 15 Read Data and Bit Flip Register 63
MTU_MC15_RDBFL64 0xF0061FE0          MC 15 Read Data and Bit Flip Register 64
MTU_MC15_RDBFL65 0xF0061FE2          MC 15 Read Data and Bit Flip Register 65
MTU_MC15_RDBFL66 0xF0061FE4          MC 15 Read Data and Bit Flip Register 66
MTU_MC15_ALMSRCS 0xF0061FEE          MC 15 Alarm Sources Configuration Register
MTU_MC15_FAULTSTS 0xF0061FF0          MC 15 SSH Safety Faults Status Register
MTU_MC15_ERRINFO0 0xF0061FF2          MC 15 Error Information Register 0
MTU_MC15_ERRINFO1 0xF0061FF4          MC 15 Error Information Register 1
MTU_MC15_ERRINFO2 0xF0061FF6          MC 15 Error Information Register 2
MTU_MC15_ERRINFO3 0xF0061FF8          MC 15 Error Information Register 3
MTU_MC15_ERRINFO4 0xF0061FFA          MC 15 Error Information Register 4
MTU_MC16_CONFIG0 0xF0062000          MC 16 Configuration Register 0
MTU_MC16_CONFIG1 0xF0062002          MC 16 Configuration Register 1
MTU_MC16_MCONTROL 0xF0062004          MC 16 MBIST Control Register
MTU_MC16_MSTATUS 0xF0062006          MC 16 Status Register
MTU_MC16_RANGE  0xF0062008          MC 16 Range Register, single address mode
MTU_MC16_REVID  0xF006200C          MC 16 Revision ID Register
MTU_MC16_ECCS   0xF006200E          MC 16 ECC Safety Register
MTU_MC16_ECCD   0xF0062010          MC 16 Memory ECC Detection Register
MTU_MC16_ETRR0  0xF0062012          MC 16 Error Tracking Register 0
MTU_MC16_ETRR1  0xF0062014          MC 16 Error Tracking Register 1
MTU_MC16_ETRR2  0xF0062016          MC 16 Error Tracking Register 2
MTU_MC16_ETRR3  0xF0062018          MC 16 Error Tracking Register 3
MTU_MC16_ETRR4  0xF006201A          MC 16 Error Tracking Register 4
MTU_MC16_RDBFL0 0xF0062060          MC 16 Read Data and Bit Flip Register 0
MTU_MC16_RDBFL1 0xF0062062          MC 16 Read Data and Bit Flip Register 1
MTU_MC16_RDBFL2 0xF0062064          MC 16 Read Data and Bit Flip Register 2
MTU_MC16_RDBFL3 0xF0062066          MC 16 Read Data and Bit Flip Register 3
MTU_MC16_RDBFL4 0xF0062068          MC 16 Read Data and Bit Flip Register 4
MTU_MC16_RDBFL5 0xF006206A          MC 16 Read Data and Bit Flip Register 5
MTU_MC16_RDBFL6 0xF006206C          MC 16 Read Data and Bit Flip Register 6
MTU_MC16_RDBFL7 0xF006206E          MC 16 Read Data and Bit Flip Register 7
MTU_MC16_RDBFL8 0xF0062070          MC 16 Read Data and Bit Flip Register 8
MTU_MC16_RDBFL9 0xF0062072          MC 16 Read Data and Bit Flip Register 9
MTU_MC16_RDBFL10 0xF0062074          MC 16 Read Data and Bit Flip Register 10
MTU_MC16_RDBFL11 0xF0062076          MC 16 Read Data and Bit Flip Register 11
MTU_MC16_RDBFL12 0xF0062078          MC 16 Read Data and Bit Flip Register 12
MTU_MC16_RDBFL13 0xF006207A          MC 16 Read Data and Bit Flip Register 13
MTU_MC16_RDBFL14 0xF006207C          MC 16 Read Data and Bit Flip Register 14
MTU_MC16_RDBFL15 0xF006207E          MC 16 Read Data and Bit Flip Register 15
MTU_MC16_RDBFL16 0xF0062080          MC 16 Read Data and Bit Flip Register 16
MTU_MC16_RDBFL17 0xF0062082          MC 16 Read Data and Bit Flip Register 17
MTU_MC16_RDBFL18 0xF0062084          MC 16 Read Data and Bit Flip Register 18
MTU_MC16_RDBFL19 0xF0062086          MC 16 Read Data and Bit Flip Register 19
MTU_MC16_RDBFL20 0xF0062088          MC 16 Read Data and Bit Flip Register 20
MTU_MC16_RDBFL21 0xF006208A          MC 16 Read Data and Bit Flip Register 21
MTU_MC16_RDBFL22 0xF006208C          MC 16 Read Data and Bit Flip Register 22
MTU_MC16_RDBFL23 0xF006208E          MC 16 Read Data and Bit Flip Register 23
MTU_MC16_RDBFL24 0xF0062090          MC 16 Read Data and Bit Flip Register 24
MTU_MC16_RDBFL25 0xF0062092          MC 16 Read Data and Bit Flip Register 25
MTU_MC16_RDBFL26 0xF0062094          MC 16 Read Data and Bit Flip Register 26
MTU_MC16_RDBFL27 0xF0062096          MC 16 Read Data and Bit Flip Register 27
MTU_MC16_RDBFL28 0xF0062098          MC 16 Read Data and Bit Flip Register 28
MTU_MC16_RDBFL29 0xF006209A          MC 16 Read Data and Bit Flip Register 29
MTU_MC16_RDBFL30 0xF006209C          MC 16 Read Data and Bit Flip Register 30
MTU_MC16_RDBFL31 0xF006209E          MC 16 Read Data and Bit Flip Register 31
MTU_MC16_RDBFL32 0xF00620A0          MC 16 Read Data and Bit Flip Register 32
MTU_MC16_RDBFL33 0xF00620A2          MC 16 Read Data and Bit Flip Register 33
MTU_MC16_RDBFL34 0xF00620A4          MC 16 Read Data and Bit Flip Register 34
MTU_MC16_RDBFL35 0xF00620A6          MC 16 Read Data and Bit Flip Register 35
MTU_MC16_RDBFL36 0xF00620A8          MC 16 Read Data and Bit Flip Register 36
MTU_MC16_RDBFL37 0xF00620AA          MC 16 Read Data and Bit Flip Register 37
MTU_MC16_RDBFL38 0xF00620AC          MC 16 Read Data and Bit Flip Register 38
MTU_MC16_RDBFL39 0xF00620AE          MC 16 Read Data and Bit Flip Register 39
MTU_MC16_RDBFL40 0xF00620B0          MC 16 Read Data and Bit Flip Register 40
MTU_MC16_RDBFL41 0xF00620B2          MC 16 Read Data and Bit Flip Register 41
MTU_MC16_RDBFL42 0xF00620B4          MC 16 Read Data and Bit Flip Register 42
MTU_MC16_RDBFL43 0xF00620B6          MC 16 Read Data and Bit Flip Register 43
MTU_MC16_RDBFL44 0xF00620B8          MC 16 Read Data and Bit Flip Register 44
MTU_MC16_RDBFL45 0xF00620BA          MC 16 Read Data and Bit Flip Register 45
MTU_MC16_RDBFL46 0xF00620BC          MC 16 Read Data and Bit Flip Register 46
MTU_MC16_RDBFL47 0xF00620BE          MC 16 Read Data and Bit Flip Register 47
MTU_MC16_RDBFL48 0xF00620C0          MC 16 Read Data and Bit Flip Register 48
MTU_MC16_RDBFL49 0xF00620C2          MC 16 Read Data and Bit Flip Register 49
MTU_MC16_RDBFL50 0xF00620C4          MC 16 Read Data and Bit Flip Register 50
MTU_MC16_RDBFL51 0xF00620C6          MC 16 Read Data and Bit Flip Register 51
MTU_MC16_RDBFL52 0xF00620C8          MC 16 Read Data and Bit Flip Register 52
MTU_MC16_RDBFL53 0xF00620CA          MC 16 Read Data and Bit Flip Register 53
MTU_MC16_RDBFL54 0xF00620CC          MC 16 Read Data and Bit Flip Register 54
MTU_MC16_RDBFL55 0xF00620CE          MC 16 Read Data and Bit Flip Register 55
MTU_MC16_RDBFL56 0xF00620D0          MC 16 Read Data and Bit Flip Register 56
MTU_MC16_RDBFL57 0xF00620D2          MC 16 Read Data and Bit Flip Register 57
MTU_MC16_RDBFL58 0xF00620D4          MC 16 Read Data and Bit Flip Register 58
MTU_MC16_RDBFL59 0xF00620D6          MC 16 Read Data and Bit Flip Register 59
MTU_MC16_RDBFL60 0xF00620D8          MC 16 Read Data and Bit Flip Register 60
MTU_MC16_RDBFL61 0xF00620DA          MC 16 Read Data and Bit Flip Register 61
MTU_MC16_RDBFL62 0xF00620DC          MC 16 Read Data and Bit Flip Register 62
MTU_MC16_RDBFL63 0xF00620DE          MC 16 Read Data and Bit Flip Register 63
MTU_MC16_RDBFL64 0xF00620E0          MC 16 Read Data and Bit Flip Register 64
MTU_MC16_RDBFL65 0xF00620E2          MC 16 Read Data and Bit Flip Register 65
MTU_MC16_RDBFL66 0xF00620E4          MC 16 Read Data and Bit Flip Register 66
MTU_MC16_ALMSRCS 0xF00620EE          MC 16 Alarm Sources Configuration Register
MTU_MC16_FAULTSTS 0xF00620F0          MC 16 SSH Safety Faults Status Register
MTU_MC16_ERRINFO0 0xF00620F2          MC 16 Error Information Register 0
MTU_MC16_ERRINFO1 0xF00620F4          MC 16 Error Information Register 1
MTU_MC16_ERRINFO2 0xF00620F6          MC 16 Error Information Register 2
MTU_MC16_ERRINFO3 0xF00620F8          MC 16 Error Information Register 3
MTU_MC16_ERRINFO4 0xF00620FA          MC 16 Error Information Register 4
MTU_MC17_CONFIG0 0xF0062100          MC 17 Configuration Register 0
MTU_MC17_CONFIG1 0xF0062102          MC 17 Configuration Register 1
MTU_MC17_MCONTROL 0xF0062104          MC 17 MBIST Control Register
MTU_MC17_MSTATUS 0xF0062106          MC 17 Status Register
MTU_MC17_RANGE  0xF0062108          MC 17 Range Register, single address mode
MTU_MC17_REVID  0xF006210C          MC 17 Revision ID Register
MTU_MC17_ECCS   0xF006210E          MC 17 ECC Safety Register
MTU_MC17_ECCD   0xF0062110          MC 17 Memory ECC Detection Register
MTU_MC17_ETRR0  0xF0062112          MC 17 Error Tracking Register 0
MTU_MC17_ETRR1  0xF0062114          MC 17 Error Tracking Register 1
MTU_MC17_ETRR2  0xF0062116          MC 17 Error Tracking Register 2
MTU_MC17_ETRR3  0xF0062118          MC 17 Error Tracking Register 3
MTU_MC17_ETRR4  0xF006211A          MC 17 Error Tracking Register 4
MTU_MC17_RDBFL0 0xF0062160          MC 17 Read Data and Bit Flip Register 0
MTU_MC17_RDBFL1 0xF0062162          MC 17 Read Data and Bit Flip Register 1
MTU_MC17_RDBFL2 0xF0062164          MC 17 Read Data and Bit Flip Register 2
MTU_MC17_RDBFL3 0xF0062166          MC 17 Read Data and Bit Flip Register 3
MTU_MC17_RDBFL4 0xF0062168          MC 17 Read Data and Bit Flip Register 4
MTU_MC17_RDBFL5 0xF006216A          MC 17 Read Data and Bit Flip Register 5
MTU_MC17_RDBFL6 0xF006216C          MC 17 Read Data and Bit Flip Register 6
MTU_MC17_RDBFL7 0xF006216E          MC 17 Read Data and Bit Flip Register 7
MTU_MC17_RDBFL8 0xF0062170          MC 17 Read Data and Bit Flip Register 8
MTU_MC17_RDBFL9 0xF0062172          MC 17 Read Data and Bit Flip Register 9
MTU_MC17_RDBFL10 0xF0062174          MC 17 Read Data and Bit Flip Register 10
MTU_MC17_RDBFL11 0xF0062176          MC 17 Read Data and Bit Flip Register 11
MTU_MC17_RDBFL12 0xF0062178          MC 17 Read Data and Bit Flip Register 12
MTU_MC17_RDBFL13 0xF006217A          MC 17 Read Data and Bit Flip Register 13
MTU_MC17_RDBFL14 0xF006217C          MC 17 Read Data and Bit Flip Register 14
MTU_MC17_RDBFL15 0xF006217E          MC 17 Read Data and Bit Flip Register 15
MTU_MC17_RDBFL16 0xF0062180          MC 17 Read Data and Bit Flip Register 16
MTU_MC17_RDBFL17 0xF0062182          MC 17 Read Data and Bit Flip Register 17
MTU_MC17_RDBFL18 0xF0062184          MC 17 Read Data and Bit Flip Register 18
MTU_MC17_RDBFL19 0xF0062186          MC 17 Read Data and Bit Flip Register 19
MTU_MC17_RDBFL20 0xF0062188          MC 17 Read Data and Bit Flip Register 20
MTU_MC17_RDBFL21 0xF006218A          MC 17 Read Data and Bit Flip Register 21
MTU_MC17_RDBFL22 0xF006218C          MC 17 Read Data and Bit Flip Register 22
MTU_MC17_RDBFL23 0xF006218E          MC 17 Read Data and Bit Flip Register 23
MTU_MC17_RDBFL24 0xF0062190          MC 17 Read Data and Bit Flip Register 24
MTU_MC17_RDBFL25 0xF0062192          MC 17 Read Data and Bit Flip Register 25
MTU_MC17_RDBFL26 0xF0062194          MC 17 Read Data and Bit Flip Register 26
MTU_MC17_RDBFL27 0xF0062196          MC 17 Read Data and Bit Flip Register 27
MTU_MC17_RDBFL28 0xF0062198          MC 17 Read Data and Bit Flip Register 28
MTU_MC17_RDBFL29 0xF006219A          MC 17 Read Data and Bit Flip Register 29
MTU_MC17_RDBFL30 0xF006219C          MC 17 Read Data and Bit Flip Register 30
MTU_MC17_RDBFL31 0xF006219E          MC 17 Read Data and Bit Flip Register 31
MTU_MC17_RDBFL32 0xF00621A0          MC 17 Read Data and Bit Flip Register 32
MTU_MC17_RDBFL33 0xF00621A2          MC 17 Read Data and Bit Flip Register 33
MTU_MC17_RDBFL34 0xF00621A4          MC 17 Read Data and Bit Flip Register 34
MTU_MC17_RDBFL35 0xF00621A6          MC 17 Read Data and Bit Flip Register 35
MTU_MC17_RDBFL36 0xF00621A8          MC 17 Read Data and Bit Flip Register 36
MTU_MC17_RDBFL37 0xF00621AA          MC 17 Read Data and Bit Flip Register 37
MTU_MC17_RDBFL38 0xF00621AC          MC 17 Read Data and Bit Flip Register 38
MTU_MC17_RDBFL39 0xF00621AE          MC 17 Read Data and Bit Flip Register 39
MTU_MC17_RDBFL40 0xF00621B0          MC 17 Read Data and Bit Flip Register 40
MTU_MC17_RDBFL41 0xF00621B2          MC 17 Read Data and Bit Flip Register 41
MTU_MC17_RDBFL42 0xF00621B4          MC 17 Read Data and Bit Flip Register 42
MTU_MC17_RDBFL43 0xF00621B6          MC 17 Read Data and Bit Flip Register 43
MTU_MC17_RDBFL44 0xF00621B8          MC 17 Read Data and Bit Flip Register 44
MTU_MC17_RDBFL45 0xF00621BA          MC 17 Read Data and Bit Flip Register 45
MTU_MC17_RDBFL46 0xF00621BC          MC 17 Read Data and Bit Flip Register 46
MTU_MC17_RDBFL47 0xF00621BE          MC 17 Read Data and Bit Flip Register 47
MTU_MC17_RDBFL48 0xF00621C0          MC 17 Read Data and Bit Flip Register 48
MTU_MC17_RDBFL49 0xF00621C2          MC 17 Read Data and Bit Flip Register 49
MTU_MC17_RDBFL50 0xF00621C4          MC 17 Read Data and Bit Flip Register 50
MTU_MC17_RDBFL51 0xF00621C6          MC 17 Read Data and Bit Flip Register 51
MTU_MC17_RDBFL52 0xF00621C8          MC 17 Read Data and Bit Flip Register 52
MTU_MC17_RDBFL53 0xF00621CA          MC 17 Read Data and Bit Flip Register 53
MTU_MC17_RDBFL54 0xF00621CC          MC 17 Read Data and Bit Flip Register 54
MTU_MC17_RDBFL55 0xF00621CE          MC 17 Read Data and Bit Flip Register 55
MTU_MC17_RDBFL56 0xF00621D0          MC 17 Read Data and Bit Flip Register 56
MTU_MC17_RDBFL57 0xF00621D2          MC 17 Read Data and Bit Flip Register 57
MTU_MC17_RDBFL58 0xF00621D4          MC 17 Read Data and Bit Flip Register 58
MTU_MC17_RDBFL59 0xF00621D6          MC 17 Read Data and Bit Flip Register 59
MTU_MC17_RDBFL60 0xF00621D8          MC 17 Read Data and Bit Flip Register 60
MTU_MC17_RDBFL61 0xF00621DA          MC 17 Read Data and Bit Flip Register 61
MTU_MC17_RDBFL62 0xF00621DC          MC 17 Read Data and Bit Flip Register 62
MTU_MC17_RDBFL63 0xF00621DE          MC 17 Read Data and Bit Flip Register 63
MTU_MC17_RDBFL64 0xF00621E0          MC 17 Read Data and Bit Flip Register 64
MTU_MC17_RDBFL65 0xF00621E2          MC 17 Read Data and Bit Flip Register 65
MTU_MC17_RDBFL66 0xF00621E4          MC 17 Read Data and Bit Flip Register 66
MTU_MC17_ALMSRCS 0xF00621EE          MC 17 Alarm Sources Configuration Register
MTU_MC17_FAULTSTS 0xF00621F0          MC 17 SSH Safety Faults Status Register
MTU_MC17_ERRINFO0 0xF00621F2          MC 17 Error Information Register 0
MTU_MC17_ERRINFO1 0xF00621F4          MC 17 Error Information Register 1
MTU_MC17_ERRINFO2 0xF00621F6          MC 17 Error Information Register 2
MTU_MC17_ERRINFO3 0xF00621F8          MC 17 Error Information Register 3
MTU_MC17_ERRINFO4 0xF00621FA          MC 17 Error Information Register 4
MTU_MC18_CONFIG0 0xF0062200          MC 18 Configuration Register 0
MTU_MC18_CONFIG1 0xF0062202          MC 18 Configuration Register 1
MTU_MC18_MCONTROL 0xF0062204          MC 18 MBIST Control Register
MTU_MC18_MSTATUS 0xF0062206          MC 18 Status Register
MTU_MC18_RANGE  0xF0062208          MC 18 Range Register, single address mode
MTU_MC18_REVID  0xF006220C          MC 18 Revision ID Register
MTU_MC18_ECCS   0xF006220E          MC 18 ECC Safety Register
MTU_MC18_ECCD   0xF0062210          MC 18 Memory ECC Detection Register
MTU_MC18_ETRR0  0xF0062212          MC 18 Error Tracking Register 0
MTU_MC18_ETRR1  0xF0062214          MC 18 Error Tracking Register 1
MTU_MC18_ETRR2  0xF0062216          MC 18 Error Tracking Register 2
MTU_MC18_ETRR3  0xF0062218          MC 18 Error Tracking Register 3
MTU_MC18_ETRR4  0xF006221A          MC 18 Error Tracking Register 4
MTU_MC18_RDBFL0 0xF0062260          MC 18 Read Data and Bit Flip Register 0
MTU_MC18_RDBFL1 0xF0062262          MC 18 Read Data and Bit Flip Register 1
MTU_MC18_RDBFL2 0xF0062264          MC 18 Read Data and Bit Flip Register 2
MTU_MC18_RDBFL3 0xF0062266          MC 18 Read Data and Bit Flip Register 3
MTU_MC18_RDBFL4 0xF0062268          MC 18 Read Data and Bit Flip Register 4
MTU_MC18_RDBFL5 0xF006226A          MC 18 Read Data and Bit Flip Register 5
MTU_MC18_RDBFL6 0xF006226C          MC 18 Read Data and Bit Flip Register 6
MTU_MC18_RDBFL7 0xF006226E          MC 18 Read Data and Bit Flip Register 7
MTU_MC18_RDBFL8 0xF0062270          MC 18 Read Data and Bit Flip Register 8
MTU_MC18_RDBFL9 0xF0062272          MC 18 Read Data and Bit Flip Register 9
MTU_MC18_RDBFL10 0xF0062274          MC 18 Read Data and Bit Flip Register 10
MTU_MC18_RDBFL11 0xF0062276          MC 18 Read Data and Bit Flip Register 11
MTU_MC18_RDBFL12 0xF0062278          MC 18 Read Data and Bit Flip Register 12
MTU_MC18_RDBFL13 0xF006227A          MC 18 Read Data and Bit Flip Register 13
MTU_MC18_RDBFL14 0xF006227C          MC 18 Read Data and Bit Flip Register 14
MTU_MC18_RDBFL15 0xF006227E          MC 18 Read Data and Bit Flip Register 15
MTU_MC18_RDBFL16 0xF0062280          MC 18 Read Data and Bit Flip Register 16
MTU_MC18_RDBFL17 0xF0062282          MC 18 Read Data and Bit Flip Register 17
MTU_MC18_RDBFL18 0xF0062284          MC 18 Read Data and Bit Flip Register 18
MTU_MC18_RDBFL19 0xF0062286          MC 18 Read Data and Bit Flip Register 19
MTU_MC18_RDBFL20 0xF0062288          MC 18 Read Data and Bit Flip Register 20
MTU_MC18_RDBFL21 0xF006228A          MC 18 Read Data and Bit Flip Register 21
MTU_MC18_RDBFL22 0xF006228C          MC 18 Read Data and Bit Flip Register 22
MTU_MC18_RDBFL23 0xF006228E          MC 18 Read Data and Bit Flip Register 23
MTU_MC18_RDBFL24 0xF0062290          MC 18 Read Data and Bit Flip Register 24
MTU_MC18_RDBFL25 0xF0062292          MC 18 Read Data and Bit Flip Register 25
MTU_MC18_RDBFL26 0xF0062294          MC 18 Read Data and Bit Flip Register 26
MTU_MC18_RDBFL27 0xF0062296          MC 18 Read Data and Bit Flip Register 27
MTU_MC18_RDBFL28 0xF0062298          MC 18 Read Data and Bit Flip Register 28
MTU_MC18_RDBFL29 0xF006229A          MC 18 Read Data and Bit Flip Register 29
MTU_MC18_RDBFL30 0xF006229C          MC 18 Read Data and Bit Flip Register 30
MTU_MC18_RDBFL31 0xF006229E          MC 18 Read Data and Bit Flip Register 31
MTU_MC18_RDBFL32 0xF00622A0          MC 18 Read Data and Bit Flip Register 32
MTU_MC18_RDBFL33 0xF00622A2          MC 18 Read Data and Bit Flip Register 33
MTU_MC18_RDBFL34 0xF00622A4          MC 18 Read Data and Bit Flip Register 34
MTU_MC18_RDBFL35 0xF00622A6          MC 18 Read Data and Bit Flip Register 35
MTU_MC18_RDBFL36 0xF00622A8          MC 18 Read Data and Bit Flip Register 36
MTU_MC18_RDBFL37 0xF00622AA          MC 18 Read Data and Bit Flip Register 37
MTU_MC18_RDBFL38 0xF00622AC          MC 18 Read Data and Bit Flip Register 38
MTU_MC18_RDBFL39 0xF00622AE          MC 18 Read Data and Bit Flip Register 39
MTU_MC18_RDBFL40 0xF00622B0          MC 18 Read Data and Bit Flip Register 40
MTU_MC18_RDBFL41 0xF00622B2          MC 18 Read Data and Bit Flip Register 41
MTU_MC18_RDBFL42 0xF00622B4          MC 18 Read Data and Bit Flip Register 42
MTU_MC18_RDBFL43 0xF00622B6          MC 18 Read Data and Bit Flip Register 43
MTU_MC18_RDBFL44 0xF00622B8          MC 18 Read Data and Bit Flip Register 44
MTU_MC18_RDBFL45 0xF00622BA          MC 18 Read Data and Bit Flip Register 45
MTU_MC18_RDBFL46 0xF00622BC          MC 18 Read Data and Bit Flip Register 46
MTU_MC18_RDBFL47 0xF00622BE          MC 18 Read Data and Bit Flip Register 47
MTU_MC18_RDBFL48 0xF00622C0          MC 18 Read Data and Bit Flip Register 48
MTU_MC18_RDBFL49 0xF00622C2          MC 18 Read Data and Bit Flip Register 49
MTU_MC18_RDBFL50 0xF00622C4          MC 18 Read Data and Bit Flip Register 50
MTU_MC18_RDBFL51 0xF00622C6          MC 18 Read Data and Bit Flip Register 51
MTU_MC18_RDBFL52 0xF00622C8          MC 18 Read Data and Bit Flip Register 52
MTU_MC18_RDBFL53 0xF00622CA          MC 18 Read Data and Bit Flip Register 53
MTU_MC18_RDBFL54 0xF00622CC          MC 18 Read Data and Bit Flip Register 54
MTU_MC18_RDBFL55 0xF00622CE          MC 18 Read Data and Bit Flip Register 55
MTU_MC18_RDBFL56 0xF00622D0          MC 18 Read Data and Bit Flip Register 56
MTU_MC18_RDBFL57 0xF00622D2          MC 18 Read Data and Bit Flip Register 57
MTU_MC18_RDBFL58 0xF00622D4          MC 18 Read Data and Bit Flip Register 58
MTU_MC18_RDBFL59 0xF00622D6          MC 18 Read Data and Bit Flip Register 59
MTU_MC18_RDBFL60 0xF00622D8          MC 18 Read Data and Bit Flip Register 60
MTU_MC18_RDBFL61 0xF00622DA          MC 18 Read Data and Bit Flip Register 61
MTU_MC18_RDBFL62 0xF00622DC          MC 18 Read Data and Bit Flip Register 62
MTU_MC18_RDBFL63 0xF00622DE          MC 18 Read Data and Bit Flip Register 63
MTU_MC18_RDBFL64 0xF00622E0          MC 18 Read Data and Bit Flip Register 64
MTU_MC18_RDBFL65 0xF00622E2          MC 18 Read Data and Bit Flip Register 65
MTU_MC18_RDBFL66 0xF00622E4          MC 18 Read Data and Bit Flip Register 66
MTU_MC18_ALMSRCS 0xF00622EE          MC 18 Alarm Sources Configuration Register
MTU_MC18_FAULTSTS 0xF00622F0          MC 18 SSH Safety Faults Status Register
MTU_MC18_ERRINFO0 0xF00622F2          MC 18 Error Information Register 0
MTU_MC18_ERRINFO1 0xF00622F4          MC 18 Error Information Register 1
MTU_MC18_ERRINFO2 0xF00622F6          MC 18 Error Information Register 2
MTU_MC18_ERRINFO3 0xF00622F8          MC 18 Error Information Register 3
MTU_MC18_ERRINFO4 0xF00622FA          MC 18 Error Information Register 4
MTU_MC19_CONFIG0 0xF0062300          MC 19 Configuration Register 0
MTU_MC19_CONFIG1 0xF0062302          MC 19 Configuration Register 1
MTU_MC19_MCONTROL 0xF0062304          MC 19 MBIST Control Register
MTU_MC19_MSTATUS 0xF0062306          MC 19 Status Register
MTU_MC19_RANGE  0xF0062308          MC 19 Range Register, single address mode
MTU_MC19_REVID  0xF006230C          MC 19 Revision ID Register
MTU_MC19_ECCS   0xF006230E          MC 19 ECC Safety Register
MTU_MC19_ECCD   0xF0062310          MC 19 Memory ECC Detection Register
MTU_MC19_ETRR0  0xF0062312          MC 19 Error Tracking Register 0
MTU_MC19_ETRR1  0xF0062314          MC 19 Error Tracking Register 1
MTU_MC19_ETRR2  0xF0062316          MC 19 Error Tracking Register 2
MTU_MC19_ETRR3  0xF0062318          MC 19 Error Tracking Register 3
MTU_MC19_ETRR4  0xF006231A          MC 19 Error Tracking Register 4
MTU_MC19_RDBFL0 0xF0062360          MC 19 Read Data and Bit Flip Register 0
MTU_MC19_RDBFL1 0xF0062362          MC 19 Read Data and Bit Flip Register 1
MTU_MC19_RDBFL2 0xF0062364          MC 19 Read Data and Bit Flip Register 2
MTU_MC19_RDBFL3 0xF0062366          MC 19 Read Data and Bit Flip Register 3
MTU_MC19_RDBFL4 0xF0062368          MC 19 Read Data and Bit Flip Register 4
MTU_MC19_RDBFL5 0xF006236A          MC 19 Read Data and Bit Flip Register 5
MTU_MC19_RDBFL6 0xF006236C          MC 19 Read Data and Bit Flip Register 6
MTU_MC19_RDBFL7 0xF006236E          MC 19 Read Data and Bit Flip Register 7
MTU_MC19_RDBFL8 0xF0062370          MC 19 Read Data and Bit Flip Register 8
MTU_MC19_RDBFL9 0xF0062372          MC 19 Read Data and Bit Flip Register 9
MTU_MC19_RDBFL10 0xF0062374          MC 19 Read Data and Bit Flip Register 10
MTU_MC19_RDBFL11 0xF0062376          MC 19 Read Data and Bit Flip Register 11
MTU_MC19_RDBFL12 0xF0062378          MC 19 Read Data and Bit Flip Register 12
MTU_MC19_RDBFL13 0xF006237A          MC 19 Read Data and Bit Flip Register 13
MTU_MC19_RDBFL14 0xF006237C          MC 19 Read Data and Bit Flip Register 14
MTU_MC19_RDBFL15 0xF006237E          MC 19 Read Data and Bit Flip Register 15
MTU_MC19_RDBFL16 0xF0062380          MC 19 Read Data and Bit Flip Register 16
MTU_MC19_RDBFL17 0xF0062382          MC 19 Read Data and Bit Flip Register 17
MTU_MC19_RDBFL18 0xF0062384          MC 19 Read Data and Bit Flip Register 18
MTU_MC19_RDBFL19 0xF0062386          MC 19 Read Data and Bit Flip Register 19
MTU_MC19_RDBFL20 0xF0062388          MC 19 Read Data and Bit Flip Register 20
MTU_MC19_RDBFL21 0xF006238A          MC 19 Read Data and Bit Flip Register 21
MTU_MC19_RDBFL22 0xF006238C          MC 19 Read Data and Bit Flip Register 22
MTU_MC19_RDBFL23 0xF006238E          MC 19 Read Data and Bit Flip Register 23
MTU_MC19_RDBFL24 0xF0062390          MC 19 Read Data and Bit Flip Register 24
MTU_MC19_RDBFL25 0xF0062392          MC 19 Read Data and Bit Flip Register 25
MTU_MC19_RDBFL26 0xF0062394          MC 19 Read Data and Bit Flip Register 26
MTU_MC19_RDBFL27 0xF0062396          MC 19 Read Data and Bit Flip Register 27
MTU_MC19_RDBFL28 0xF0062398          MC 19 Read Data and Bit Flip Register 28
MTU_MC19_RDBFL29 0xF006239A          MC 19 Read Data and Bit Flip Register 29
MTU_MC19_RDBFL30 0xF006239C          MC 19 Read Data and Bit Flip Register 30
MTU_MC19_RDBFL31 0xF006239E          MC 19 Read Data and Bit Flip Register 31
MTU_MC19_RDBFL32 0xF00623A0          MC 19 Read Data and Bit Flip Register 32
MTU_MC19_RDBFL33 0xF00623A2          MC 19 Read Data and Bit Flip Register 33
MTU_MC19_RDBFL34 0xF00623A4          MC 19 Read Data and Bit Flip Register 34
MTU_MC19_RDBFL35 0xF00623A6          MC 19 Read Data and Bit Flip Register 35
MTU_MC19_RDBFL36 0xF00623A8          MC 19 Read Data and Bit Flip Register 36
MTU_MC19_RDBFL37 0xF00623AA          MC 19 Read Data and Bit Flip Register 37
MTU_MC19_RDBFL38 0xF00623AC          MC 19 Read Data and Bit Flip Register 38
MTU_MC19_RDBFL39 0xF00623AE          MC 19 Read Data and Bit Flip Register 39
MTU_MC19_RDBFL40 0xF00623B0          MC 19 Read Data and Bit Flip Register 40
MTU_MC19_RDBFL41 0xF00623B2          MC 19 Read Data and Bit Flip Register 41
MTU_MC19_RDBFL42 0xF00623B4          MC 19 Read Data and Bit Flip Register 42
MTU_MC19_RDBFL43 0xF00623B6          MC 19 Read Data and Bit Flip Register 43
MTU_MC19_RDBFL44 0xF00623B8          MC 19 Read Data and Bit Flip Register 44
MTU_MC19_RDBFL45 0xF00623BA          MC 19 Read Data and Bit Flip Register 45
MTU_MC19_RDBFL46 0xF00623BC          MC 19 Read Data and Bit Flip Register 46
MTU_MC19_RDBFL47 0xF00623BE          MC 19 Read Data and Bit Flip Register 47
MTU_MC19_RDBFL48 0xF00623C0          MC 19 Read Data and Bit Flip Register 48
MTU_MC19_RDBFL49 0xF00623C2          MC 19 Read Data and Bit Flip Register 49
MTU_MC19_RDBFL50 0xF00623C4          MC 19 Read Data and Bit Flip Register 50
MTU_MC19_RDBFL51 0xF00623C6          MC 19 Read Data and Bit Flip Register 51
MTU_MC19_RDBFL52 0xF00623C8          MC 19 Read Data and Bit Flip Register 52
MTU_MC19_RDBFL53 0xF00623CA          MC 19 Read Data and Bit Flip Register 53
MTU_MC19_RDBFL54 0xF00623CC          MC 19 Read Data and Bit Flip Register 54
MTU_MC19_RDBFL55 0xF00623CE          MC 19 Read Data and Bit Flip Register 55
MTU_MC19_RDBFL56 0xF00623D0          MC 19 Read Data and Bit Flip Register 56
MTU_MC19_RDBFL57 0xF00623D2          MC 19 Read Data and Bit Flip Register 57
MTU_MC19_RDBFL58 0xF00623D4          MC 19 Read Data and Bit Flip Register 58
MTU_MC19_RDBFL59 0xF00623D6          MC 19 Read Data and Bit Flip Register 59
MTU_MC19_RDBFL60 0xF00623D8          MC 19 Read Data and Bit Flip Register 60
MTU_MC19_RDBFL61 0xF00623DA          MC 19 Read Data and Bit Flip Register 61
MTU_MC19_RDBFL62 0xF00623DC          MC 19 Read Data and Bit Flip Register 62
MTU_MC19_RDBFL63 0xF00623DE          MC 19 Read Data and Bit Flip Register 63
MTU_MC19_RDBFL64 0xF00623E0          MC 19 Read Data and Bit Flip Register 64
MTU_MC19_RDBFL65 0xF00623E2          MC 19 Read Data and Bit Flip Register 65
MTU_MC19_RDBFL66 0xF00623E4          MC 19 Read Data and Bit Flip Register 66
MTU_MC19_ALMSRCS 0xF00623EE          MC 19 Alarm Sources Configuration Register
MTU_MC19_FAULTSTS 0xF00623F0          MC 19 SSH Safety Faults Status Register
MTU_MC19_ERRINFO0 0xF00623F2          MC 19 Error Information Register 0
MTU_MC19_ERRINFO1 0xF00623F4          MC 19 Error Information Register 1
MTU_MC19_ERRINFO2 0xF00623F6          MC 19 Error Information Register 2
MTU_MC19_ERRINFO3 0xF00623F8          MC 19 Error Information Register 3
MTU_MC19_ERRINFO4 0xF00623FA          MC 19 Error Information Register 4
MTU_MC20_CONFIG0 0xF0062400          MC 20 Configuration Register 0
MTU_MC20_CONFIG1 0xF0062402          MC 20 Configuration Register 1
MTU_MC20_MCONTROL 0xF0062404          MC 20 MBIST Control Register
MTU_MC20_MSTATUS 0xF0062406          MC 20 Status Register
MTU_MC20_RANGE  0xF0062408          MC 20 Range Register, single address mode
MTU_MC20_REVID  0xF006240C          MC 20 Revision ID Register
MTU_MC20_ECCS   0xF006240E          MC 20 ECC Safety Register
MTU_MC20_ECCD   0xF0062410          MC 20 Memory ECC Detection Register
MTU_MC20_ETRR0  0xF0062412          MC 20 Error Tracking Register 0
MTU_MC20_ETRR1  0xF0062414          MC 20 Error Tracking Register 1
MTU_MC20_ETRR2  0xF0062416          MC 20 Error Tracking Register 2
MTU_MC20_ETRR3  0xF0062418          MC 20 Error Tracking Register 3
MTU_MC20_ETRR4  0xF006241A          MC 20 Error Tracking Register 4
MTU_MC20_RDBFL0 0xF0062460          MC 20 Read Data and Bit Flip Register 0
MTU_MC20_RDBFL1 0xF0062462          MC 20 Read Data and Bit Flip Register 1
MTU_MC20_RDBFL2 0xF0062464          MC 20 Read Data and Bit Flip Register 2
MTU_MC20_RDBFL3 0xF0062466          MC 20 Read Data and Bit Flip Register 3
MTU_MC20_RDBFL4 0xF0062468          MC 20 Read Data and Bit Flip Register 4
MTU_MC20_RDBFL5 0xF006246A          MC 20 Read Data and Bit Flip Register 5
MTU_MC20_RDBFL6 0xF006246C          MC 20 Read Data and Bit Flip Register 6
MTU_MC20_RDBFL7 0xF006246E          MC 20 Read Data and Bit Flip Register 7
MTU_MC20_RDBFL8 0xF0062470          MC 20 Read Data and Bit Flip Register 8
MTU_MC20_RDBFL9 0xF0062472          MC 20 Read Data and Bit Flip Register 9
MTU_MC20_RDBFL10 0xF0062474          MC 20 Read Data and Bit Flip Register 10
MTU_MC20_RDBFL11 0xF0062476          MC 20 Read Data and Bit Flip Register 11
MTU_MC20_RDBFL12 0xF0062478          MC 20 Read Data and Bit Flip Register 12
MTU_MC20_RDBFL13 0xF006247A          MC 20 Read Data and Bit Flip Register 13
MTU_MC20_RDBFL14 0xF006247C          MC 20 Read Data and Bit Flip Register 14
MTU_MC20_RDBFL15 0xF006247E          MC 20 Read Data and Bit Flip Register 15
MTU_MC20_RDBFL16 0xF0062480          MC 20 Read Data and Bit Flip Register 16
MTU_MC20_RDBFL17 0xF0062482          MC 20 Read Data and Bit Flip Register 17
MTU_MC20_RDBFL18 0xF0062484          MC 20 Read Data and Bit Flip Register 18
MTU_MC20_RDBFL19 0xF0062486          MC 20 Read Data and Bit Flip Register 19
MTU_MC20_RDBFL20 0xF0062488          MC 20 Read Data and Bit Flip Register 20
MTU_MC20_RDBFL21 0xF006248A          MC 20 Read Data and Bit Flip Register 21
MTU_MC20_RDBFL22 0xF006248C          MC 20 Read Data and Bit Flip Register 22
MTU_MC20_RDBFL23 0xF006248E          MC 20 Read Data and Bit Flip Register 23
MTU_MC20_RDBFL24 0xF0062490          MC 20 Read Data and Bit Flip Register 24
MTU_MC20_RDBFL25 0xF0062492          MC 20 Read Data and Bit Flip Register 25
MTU_MC20_RDBFL26 0xF0062494          MC 20 Read Data and Bit Flip Register 26
MTU_MC20_RDBFL27 0xF0062496          MC 20 Read Data and Bit Flip Register 27
MTU_MC20_RDBFL28 0xF0062498          MC 20 Read Data and Bit Flip Register 28
MTU_MC20_RDBFL29 0xF006249A          MC 20 Read Data and Bit Flip Register 29
MTU_MC20_RDBFL30 0xF006249C          MC 20 Read Data and Bit Flip Register 30
MTU_MC20_RDBFL31 0xF006249E          MC 20 Read Data and Bit Flip Register 31
MTU_MC20_RDBFL32 0xF00624A0          MC 20 Read Data and Bit Flip Register 32
MTU_MC20_RDBFL33 0xF00624A2          MC 20 Read Data and Bit Flip Register 33
MTU_MC20_RDBFL34 0xF00624A4          MC 20 Read Data and Bit Flip Register 34
MTU_MC20_RDBFL35 0xF00624A6          MC 20 Read Data and Bit Flip Register 35
MTU_MC20_RDBFL36 0xF00624A8          MC 20 Read Data and Bit Flip Register 36
MTU_MC20_RDBFL37 0xF00624AA          MC 20 Read Data and Bit Flip Register 37
MTU_MC20_RDBFL38 0xF00624AC          MC 20 Read Data and Bit Flip Register 38
MTU_MC20_RDBFL39 0xF00624AE          MC 20 Read Data and Bit Flip Register 39
MTU_MC20_RDBFL40 0xF00624B0          MC 20 Read Data and Bit Flip Register 40
MTU_MC20_RDBFL41 0xF00624B2          MC 20 Read Data and Bit Flip Register 41
MTU_MC20_RDBFL42 0xF00624B4          MC 20 Read Data and Bit Flip Register 42
MTU_MC20_RDBFL43 0xF00624B6          MC 20 Read Data and Bit Flip Register 43
MTU_MC20_RDBFL44 0xF00624B8          MC 20 Read Data and Bit Flip Register 44
MTU_MC20_RDBFL45 0xF00624BA          MC 20 Read Data and Bit Flip Register 45
MTU_MC20_RDBFL46 0xF00624BC          MC 20 Read Data and Bit Flip Register 46
MTU_MC20_RDBFL47 0xF00624BE          MC 20 Read Data and Bit Flip Register 47
MTU_MC20_RDBFL48 0xF00624C0          MC 20 Read Data and Bit Flip Register 48
MTU_MC20_RDBFL49 0xF00624C2          MC 20 Read Data and Bit Flip Register 49
MTU_MC20_RDBFL50 0xF00624C4          MC 20 Read Data and Bit Flip Register 50
MTU_MC20_RDBFL51 0xF00624C6          MC 20 Read Data and Bit Flip Register 51
MTU_MC20_RDBFL52 0xF00624C8          MC 20 Read Data and Bit Flip Register 52
MTU_MC20_RDBFL53 0xF00624CA          MC 20 Read Data and Bit Flip Register 53
MTU_MC20_RDBFL54 0xF00624CC          MC 20 Read Data and Bit Flip Register 54
MTU_MC20_RDBFL55 0xF00624CE          MC 20 Read Data and Bit Flip Register 55
MTU_MC20_RDBFL56 0xF00624D0          MC 20 Read Data and Bit Flip Register 56
MTU_MC20_RDBFL57 0xF00624D2          MC 20 Read Data and Bit Flip Register 57
MTU_MC20_RDBFL58 0xF00624D4          MC 20 Read Data and Bit Flip Register 58
MTU_MC20_RDBFL59 0xF00624D6          MC 20 Read Data and Bit Flip Register 59
MTU_MC20_RDBFL60 0xF00624D8          MC 20 Read Data and Bit Flip Register 60
MTU_MC20_RDBFL61 0xF00624DA          MC 20 Read Data and Bit Flip Register 61
MTU_MC20_RDBFL62 0xF00624DC          MC 20 Read Data and Bit Flip Register 62
MTU_MC20_RDBFL63 0xF00624DE          MC 20 Read Data and Bit Flip Register 63
MTU_MC20_RDBFL64 0xF00624E0          MC 20 Read Data and Bit Flip Register 64
MTU_MC20_RDBFL65 0xF00624E2          MC 20 Read Data and Bit Flip Register 65
MTU_MC20_RDBFL66 0xF00624E4          MC 20 Read Data and Bit Flip Register 66
MTU_MC20_ALMSRCS 0xF00624EE          MC 20 Alarm Sources Configuration Register
MTU_MC20_FAULTSTS 0xF00624F0          MC 20 SSH Safety Faults Status Register
MTU_MC20_ERRINFO0 0xF00624F2          MC 20 Error Information Register 0
MTU_MC20_ERRINFO1 0xF00624F4          MC 20 Error Information Register 1
MTU_MC20_ERRINFO2 0xF00624F6          MC 20 Error Information Register 2
MTU_MC20_ERRINFO3 0xF00624F8          MC 20 Error Information Register 3
MTU_MC20_ERRINFO4 0xF00624FA          MC 20 Error Information Register 4
MTU_MC21_CONFIG0 0xF0062500          MC 21 Configuration Register 0
MTU_MC21_CONFIG1 0xF0062502          MC 21 Configuration Register 1
MTU_MC21_MCONTROL 0xF0062504          MC 21 MBIST Control Register
MTU_MC21_MSTATUS 0xF0062506          MC 21 Status Register
MTU_MC21_RANGE  0xF0062508          MC 21 Range Register, single address mode
MTU_MC21_REVID  0xF006250C          MC 21 Revision ID Register
MTU_MC21_ECCS   0xF006250E          MC 21 ECC Safety Register
MTU_MC21_ECCD   0xF0062510          MC 21 Memory ECC Detection Register
MTU_MC21_ETRR0  0xF0062512          MC 21 Error Tracking Register 0
MTU_MC21_ETRR1  0xF0062514          MC 21 Error Tracking Register 1
MTU_MC21_ETRR2  0xF0062516          MC 21 Error Tracking Register 2
MTU_MC21_ETRR3  0xF0062518          MC 21 Error Tracking Register 3
MTU_MC21_ETRR4  0xF006251A          MC 21 Error Tracking Register 4
MTU_MC21_RDBFL0 0xF0062560          MC 21 Read Data and Bit Flip Register 0
MTU_MC21_RDBFL1 0xF0062562          MC 21 Read Data and Bit Flip Register 1
MTU_MC21_RDBFL2 0xF0062564          MC 21 Read Data and Bit Flip Register 2
MTU_MC21_RDBFL3 0xF0062566          MC 21 Read Data and Bit Flip Register 3
MTU_MC21_RDBFL4 0xF0062568          MC 21 Read Data and Bit Flip Register 4
MTU_MC21_RDBFL5 0xF006256A          MC 21 Read Data and Bit Flip Register 5
MTU_MC21_RDBFL6 0xF006256C          MC 21 Read Data and Bit Flip Register 6
MTU_MC21_RDBFL7 0xF006256E          MC 21 Read Data and Bit Flip Register 7
MTU_MC21_RDBFL8 0xF0062570          MC 21 Read Data and Bit Flip Register 8
MTU_MC21_RDBFL9 0xF0062572          MC 21 Read Data and Bit Flip Register 9
MTU_MC21_RDBFL10 0xF0062574          MC 21 Read Data and Bit Flip Register 10
MTU_MC21_RDBFL11 0xF0062576          MC 21 Read Data and Bit Flip Register 11
MTU_MC21_RDBFL12 0xF0062578          MC 21 Read Data and Bit Flip Register 12
MTU_MC21_RDBFL13 0xF006257A          MC 21 Read Data and Bit Flip Register 13
MTU_MC21_RDBFL14 0xF006257C          MC 21 Read Data and Bit Flip Register 14
MTU_MC21_RDBFL15 0xF006257E          MC 21 Read Data and Bit Flip Register 15
MTU_MC21_RDBFL16 0xF0062580          MC 21 Read Data and Bit Flip Register 16
MTU_MC21_RDBFL17 0xF0062582          MC 21 Read Data and Bit Flip Register 17
MTU_MC21_RDBFL18 0xF0062584          MC 21 Read Data and Bit Flip Register 18
MTU_MC21_RDBFL19 0xF0062586          MC 21 Read Data and Bit Flip Register 19
MTU_MC21_RDBFL20 0xF0062588          MC 21 Read Data and Bit Flip Register 20
MTU_MC21_RDBFL21 0xF006258A          MC 21 Read Data and Bit Flip Register 21
MTU_MC21_RDBFL22 0xF006258C          MC 21 Read Data and Bit Flip Register 22
MTU_MC21_RDBFL23 0xF006258E          MC 21 Read Data and Bit Flip Register 23
MTU_MC21_RDBFL24 0xF0062590          MC 21 Read Data and Bit Flip Register 24
MTU_MC21_RDBFL25 0xF0062592          MC 21 Read Data and Bit Flip Register 25
MTU_MC21_RDBFL26 0xF0062594          MC 21 Read Data and Bit Flip Register 26
MTU_MC21_RDBFL27 0xF0062596          MC 21 Read Data and Bit Flip Register 27
MTU_MC21_RDBFL28 0xF0062598          MC 21 Read Data and Bit Flip Register 28
MTU_MC21_RDBFL29 0xF006259A          MC 21 Read Data and Bit Flip Register 29
MTU_MC21_RDBFL30 0xF006259C          MC 21 Read Data and Bit Flip Register 30
MTU_MC21_RDBFL31 0xF006259E          MC 21 Read Data and Bit Flip Register 31
MTU_MC21_RDBFL32 0xF00625A0          MC 21 Read Data and Bit Flip Register 32
MTU_MC21_RDBFL33 0xF00625A2          MC 21 Read Data and Bit Flip Register 33
MTU_MC21_RDBFL34 0xF00625A4          MC 21 Read Data and Bit Flip Register 34
MTU_MC21_RDBFL35 0xF00625A6          MC 21 Read Data and Bit Flip Register 35
MTU_MC21_RDBFL36 0xF00625A8          MC 21 Read Data and Bit Flip Register 36
MTU_MC21_RDBFL37 0xF00625AA          MC 21 Read Data and Bit Flip Register 37
MTU_MC21_RDBFL38 0xF00625AC          MC 21 Read Data and Bit Flip Register 38
MTU_MC21_RDBFL39 0xF00625AE          MC 21 Read Data and Bit Flip Register 39
MTU_MC21_RDBFL40 0xF00625B0          MC 21 Read Data and Bit Flip Register 40
MTU_MC21_RDBFL41 0xF00625B2          MC 21 Read Data and Bit Flip Register 41
MTU_MC21_RDBFL42 0xF00625B4          MC 21 Read Data and Bit Flip Register 42
MTU_MC21_RDBFL43 0xF00625B6          MC 21 Read Data and Bit Flip Register 43
MTU_MC21_RDBFL44 0xF00625B8          MC 21 Read Data and Bit Flip Register 44
MTU_MC21_RDBFL45 0xF00625BA          MC 21 Read Data and Bit Flip Register 45
MTU_MC21_RDBFL46 0xF00625BC          MC 21 Read Data and Bit Flip Register 46
MTU_MC21_RDBFL47 0xF00625BE          MC 21 Read Data and Bit Flip Register 47
MTU_MC21_RDBFL48 0xF00625C0          MC 21 Read Data and Bit Flip Register 48
MTU_MC21_RDBFL49 0xF00625C2          MC 21 Read Data and Bit Flip Register 49
MTU_MC21_RDBFL50 0xF00625C4          MC 21 Read Data and Bit Flip Register 50
MTU_MC21_RDBFL51 0xF00625C6          MC 21 Read Data and Bit Flip Register 51
MTU_MC21_RDBFL52 0xF00625C8          MC 21 Read Data and Bit Flip Register 52
MTU_MC21_RDBFL53 0xF00625CA          MC 21 Read Data and Bit Flip Register 53
MTU_MC21_RDBFL54 0xF00625CC          MC 21 Read Data and Bit Flip Register 54
MTU_MC21_RDBFL55 0xF00625CE          MC 21 Read Data and Bit Flip Register 55
MTU_MC21_RDBFL56 0xF00625D0          MC 21 Read Data and Bit Flip Register 56
MTU_MC21_RDBFL57 0xF00625D2          MC 21 Read Data and Bit Flip Register 57
MTU_MC21_RDBFL58 0xF00625D4          MC 21 Read Data and Bit Flip Register 58
MTU_MC21_RDBFL59 0xF00625D6          MC 21 Read Data and Bit Flip Register 59
MTU_MC21_RDBFL60 0xF00625D8          MC 21 Read Data and Bit Flip Register 60
MTU_MC21_RDBFL61 0xF00625DA          MC 21 Read Data and Bit Flip Register 61
MTU_MC21_RDBFL62 0xF00625DC          MC 21 Read Data and Bit Flip Register 62
MTU_MC21_RDBFL63 0xF00625DE          MC 21 Read Data and Bit Flip Register 63
MTU_MC21_RDBFL64 0xF00625E0          MC 21 Read Data and Bit Flip Register 64
MTU_MC21_RDBFL65 0xF00625E2          MC 21 Read Data and Bit Flip Register 65
MTU_MC21_RDBFL66 0xF00625E4          MC 21 Read Data and Bit Flip Register 66
MTU_MC21_ALMSRCS 0xF00625EE          MC 21 Alarm Sources Configuration Register
MTU_MC21_FAULTSTS 0xF00625F0          MC 21 SSH Safety Faults Status Register
MTU_MC21_ERRINFO0 0xF00625F2          MC 21 Error Information Register 0
MTU_MC21_ERRINFO1 0xF00625F4          MC 21 Error Information Register 1
MTU_MC21_ERRINFO2 0xF00625F6          MC 21 Error Information Register 2
MTU_MC21_ERRINFO3 0xF00625F8          MC 21 Error Information Register 3
MTU_MC21_ERRINFO4 0xF00625FA          MC 21 Error Information Register 4
MTU_MC22_CONFIG0 0xF0062600          MC 22 Configuration Register 0
MTU_MC22_CONFIG1 0xF0062602          MC 22 Configuration Register 1
MTU_MC22_MCONTROL 0xF0062604          MC 22 MBIST Control Register
MTU_MC22_MSTATUS 0xF0062606          MC 22 Status Register
MTU_MC22_RANGE  0xF0062608          MC 22 Range Register, single address mode
MTU_MC22_REVID  0xF006260C          MC 22 Revision ID Register
MTU_MC22_ECCS   0xF006260E          MC 22 ECC Safety Register
MTU_MC22_ECCD   0xF0062610          MC 22 Memory ECC Detection Register
MTU_MC22_ETRR0  0xF0062612          MC 22 Error Tracking Register 0
MTU_MC22_ETRR1  0xF0062614          MC 22 Error Tracking Register 1
MTU_MC22_ETRR2  0xF0062616          MC 22 Error Tracking Register 2
MTU_MC22_ETRR3  0xF0062618          MC 22 Error Tracking Register 3
MTU_MC22_ETRR4  0xF006261A          MC 22 Error Tracking Register 4
MTU_MC22_RDBFL0 0xF0062660          MC 22 Read Data and Bit Flip Register 0
MTU_MC22_RDBFL1 0xF0062662          MC 22 Read Data and Bit Flip Register 1
MTU_MC22_RDBFL2 0xF0062664          MC 22 Read Data and Bit Flip Register 2
MTU_MC22_RDBFL3 0xF0062666          MC 22 Read Data and Bit Flip Register 3
MTU_MC22_RDBFL4 0xF0062668          MC 22 Read Data and Bit Flip Register 4
MTU_MC22_RDBFL5 0xF006266A          MC 22 Read Data and Bit Flip Register 5
MTU_MC22_RDBFL6 0xF006266C          MC 22 Read Data and Bit Flip Register 6
MTU_MC22_RDBFL7 0xF006266E          MC 22 Read Data and Bit Flip Register 7
MTU_MC22_RDBFL8 0xF0062670          MC 22 Read Data and Bit Flip Register 8
MTU_MC22_RDBFL9 0xF0062672          MC 22 Read Data and Bit Flip Register 9
MTU_MC22_RDBFL10 0xF0062674          MC 22 Read Data and Bit Flip Register 10
MTU_MC22_RDBFL11 0xF0062676          MC 22 Read Data and Bit Flip Register 11
MTU_MC22_RDBFL12 0xF0062678          MC 22 Read Data and Bit Flip Register 12
MTU_MC22_RDBFL13 0xF006267A          MC 22 Read Data and Bit Flip Register 13
MTU_MC22_RDBFL14 0xF006267C          MC 22 Read Data and Bit Flip Register 14
MTU_MC22_RDBFL15 0xF006267E          MC 22 Read Data and Bit Flip Register 15
MTU_MC22_RDBFL16 0xF0062680          MC 22 Read Data and Bit Flip Register 16
MTU_MC22_RDBFL17 0xF0062682          MC 22 Read Data and Bit Flip Register 17
MTU_MC22_RDBFL18 0xF0062684          MC 22 Read Data and Bit Flip Register 18
MTU_MC22_RDBFL19 0xF0062686          MC 22 Read Data and Bit Flip Register 19
MTU_MC22_RDBFL20 0xF0062688          MC 22 Read Data and Bit Flip Register 20
MTU_MC22_RDBFL21 0xF006268A          MC 22 Read Data and Bit Flip Register 21
MTU_MC22_RDBFL22 0xF006268C          MC 22 Read Data and Bit Flip Register 22
MTU_MC22_RDBFL23 0xF006268E          MC 22 Read Data and Bit Flip Register 23
MTU_MC22_RDBFL24 0xF0062690          MC 22 Read Data and Bit Flip Register 24
MTU_MC22_RDBFL25 0xF0062692          MC 22 Read Data and Bit Flip Register 25
MTU_MC22_RDBFL26 0xF0062694          MC 22 Read Data and Bit Flip Register 26
MTU_MC22_RDBFL27 0xF0062696          MC 22 Read Data and Bit Flip Register 27
MTU_MC22_RDBFL28 0xF0062698          MC 22 Read Data and Bit Flip Register 28
MTU_MC22_RDBFL29 0xF006269A          MC 22 Read Data and Bit Flip Register 29
MTU_MC22_RDBFL30 0xF006269C          MC 22 Read Data and Bit Flip Register 30
MTU_MC22_RDBFL31 0xF006269E          MC 22 Read Data and Bit Flip Register 31
MTU_MC22_RDBFL32 0xF00626A0          MC 22 Read Data and Bit Flip Register 32
MTU_MC22_RDBFL33 0xF00626A2          MC 22 Read Data and Bit Flip Register 33
MTU_MC22_RDBFL34 0xF00626A4          MC 22 Read Data and Bit Flip Register 34
MTU_MC22_RDBFL35 0xF00626A6          MC 22 Read Data and Bit Flip Register 35
MTU_MC22_RDBFL36 0xF00626A8          MC 22 Read Data and Bit Flip Register 36
MTU_MC22_RDBFL37 0xF00626AA          MC 22 Read Data and Bit Flip Register 37
MTU_MC22_RDBFL38 0xF00626AC          MC 22 Read Data and Bit Flip Register 38
MTU_MC22_RDBFL39 0xF00626AE          MC 22 Read Data and Bit Flip Register 39
MTU_MC22_RDBFL40 0xF00626B0          MC 22 Read Data and Bit Flip Register 40
MTU_MC22_RDBFL41 0xF00626B2          MC 22 Read Data and Bit Flip Register 41
MTU_MC22_RDBFL42 0xF00626B4          MC 22 Read Data and Bit Flip Register 42
MTU_MC22_RDBFL43 0xF00626B6          MC 22 Read Data and Bit Flip Register 43
MTU_MC22_RDBFL44 0xF00626B8          MC 22 Read Data and Bit Flip Register 44
MTU_MC22_RDBFL45 0xF00626BA          MC 22 Read Data and Bit Flip Register 45
MTU_MC22_RDBFL46 0xF00626BC          MC 22 Read Data and Bit Flip Register 46
MTU_MC22_RDBFL47 0xF00626BE          MC 22 Read Data and Bit Flip Register 47
MTU_MC22_RDBFL48 0xF00626C0          MC 22 Read Data and Bit Flip Register 48
MTU_MC22_RDBFL49 0xF00626C2          MC 22 Read Data and Bit Flip Register 49
MTU_MC22_RDBFL50 0xF00626C4          MC 22 Read Data and Bit Flip Register 50
MTU_MC22_RDBFL51 0xF00626C6          MC 22 Read Data and Bit Flip Register 51
MTU_MC22_RDBFL52 0xF00626C8          MC 22 Read Data and Bit Flip Register 52
MTU_MC22_RDBFL53 0xF00626CA          MC 22 Read Data and Bit Flip Register 53
MTU_MC22_RDBFL54 0xF00626CC          MC 22 Read Data and Bit Flip Register 54
MTU_MC22_RDBFL55 0xF00626CE          MC 22 Read Data and Bit Flip Register 55
MTU_MC22_RDBFL56 0xF00626D0          MC 22 Read Data and Bit Flip Register 56
MTU_MC22_RDBFL57 0xF00626D2          MC 22 Read Data and Bit Flip Register 57
MTU_MC22_RDBFL58 0xF00626D4          MC 22 Read Data and Bit Flip Register 58
MTU_MC22_RDBFL59 0xF00626D6          MC 22 Read Data and Bit Flip Register 59
MTU_MC22_RDBFL60 0xF00626D8          MC 22 Read Data and Bit Flip Register 60
MTU_MC22_RDBFL61 0xF00626DA          MC 22 Read Data and Bit Flip Register 61
MTU_MC22_RDBFL62 0xF00626DC          MC 22 Read Data and Bit Flip Register 62
MTU_MC22_RDBFL63 0xF00626DE          MC 22 Read Data and Bit Flip Register 63
MTU_MC22_RDBFL64 0xF00626E0          MC 22 Read Data and Bit Flip Register 64
MTU_MC22_RDBFL65 0xF00626E2          MC 22 Read Data and Bit Flip Register 65
MTU_MC22_RDBFL66 0xF00626E4          MC 22 Read Data and Bit Flip Register 66
MTU_MC22_ALMSRCS 0xF00626EE          MC 22 Alarm Sources Configuration Register
MTU_MC22_FAULTSTS 0xF00626F0          MC 22 SSH Safety Faults Status Register
MTU_MC22_ERRINFO0 0xF00626F2          MC 22 Error Information Register 0
MTU_MC22_ERRINFO1 0xF00626F4          MC 22 Error Information Register 1
MTU_MC22_ERRINFO2 0xF00626F6          MC 22 Error Information Register 2
MTU_MC22_ERRINFO3 0xF00626F8          MC 22 Error Information Register 3
MTU_MC22_ERRINFO4 0xF00626FA          MC 22 Error Information Register 4
MTU_MC23_CONFIG0 0xF0062700          MC 23 Configuration Register 0
MTU_MC23_CONFIG1 0xF0062702          MC 23 Configuration Register 1
MTU_MC23_MCONTROL 0xF0062704          MC 23 MBIST Control Register
MTU_MC23_MSTATUS 0xF0062706          MC 23 Status Register
MTU_MC23_RANGE  0xF0062708          MC 23 Range Register, single address mode
MTU_MC23_REVID  0xF006270C          MC 23 Revision ID Register
MTU_MC23_ECCS   0xF006270E          MC 23 ECC Safety Register
MTU_MC23_ECCD   0xF0062710          MC 23 Memory ECC Detection Register
MTU_MC23_ETRR0  0xF0062712          MC 23 Error Tracking Register 0
MTU_MC23_ETRR1  0xF0062714          MC 23 Error Tracking Register 1
MTU_MC23_ETRR2  0xF0062716          MC 23 Error Tracking Register 2
MTU_MC23_ETRR3  0xF0062718          MC 23 Error Tracking Register 3
MTU_MC23_ETRR4  0xF006271A          MC 23 Error Tracking Register 4
MTU_MC23_RDBFL0 0xF0062760          MC 23 Read Data and Bit Flip Register 0
MTU_MC23_RDBFL1 0xF0062762          MC 23 Read Data and Bit Flip Register 1
MTU_MC23_RDBFL2 0xF0062764          MC 23 Read Data and Bit Flip Register 2
MTU_MC23_RDBFL3 0xF0062766          MC 23 Read Data and Bit Flip Register 3
MTU_MC23_RDBFL4 0xF0062768          MC 23 Read Data and Bit Flip Register 4
MTU_MC23_RDBFL5 0xF006276A          MC 23 Read Data and Bit Flip Register 5
MTU_MC23_RDBFL6 0xF006276C          MC 23 Read Data and Bit Flip Register 6
MTU_MC23_RDBFL7 0xF006276E          MC 23 Read Data and Bit Flip Register 7
MTU_MC23_RDBFL8 0xF0062770          MC 23 Read Data and Bit Flip Register 8
MTU_MC23_RDBFL9 0xF0062772          MC 23 Read Data and Bit Flip Register 9
MTU_MC23_RDBFL10 0xF0062774          MC 23 Read Data and Bit Flip Register 10
MTU_MC23_RDBFL11 0xF0062776          MC 23 Read Data and Bit Flip Register 11
MTU_MC23_RDBFL12 0xF0062778          MC 23 Read Data and Bit Flip Register 12
MTU_MC23_RDBFL13 0xF006277A          MC 23 Read Data and Bit Flip Register 13
MTU_MC23_RDBFL14 0xF006277C          MC 23 Read Data and Bit Flip Register 14
MTU_MC23_RDBFL15 0xF006277E          MC 23 Read Data and Bit Flip Register 15
MTU_MC23_RDBFL16 0xF0062780          MC 23 Read Data and Bit Flip Register 16
MTU_MC23_RDBFL17 0xF0062782          MC 23 Read Data and Bit Flip Register 17
MTU_MC23_RDBFL18 0xF0062784          MC 23 Read Data and Bit Flip Register 18
MTU_MC23_RDBFL19 0xF0062786          MC 23 Read Data and Bit Flip Register 19
MTU_MC23_RDBFL20 0xF0062788          MC 23 Read Data and Bit Flip Register 20
MTU_MC23_RDBFL21 0xF006278A          MC 23 Read Data and Bit Flip Register 21
MTU_MC23_RDBFL22 0xF006278C          MC 23 Read Data and Bit Flip Register 22
MTU_MC23_RDBFL23 0xF006278E          MC 23 Read Data and Bit Flip Register 23
MTU_MC23_RDBFL24 0xF0062790          MC 23 Read Data and Bit Flip Register 24
MTU_MC23_RDBFL25 0xF0062792          MC 23 Read Data and Bit Flip Register 25
MTU_MC23_RDBFL26 0xF0062794          MC 23 Read Data and Bit Flip Register 26
MTU_MC23_RDBFL27 0xF0062796          MC 23 Read Data and Bit Flip Register 27
MTU_MC23_RDBFL28 0xF0062798          MC 23 Read Data and Bit Flip Register 28
MTU_MC23_RDBFL29 0xF006279A          MC 23 Read Data and Bit Flip Register 29
MTU_MC23_RDBFL30 0xF006279C          MC 23 Read Data and Bit Flip Register 30
MTU_MC23_RDBFL31 0xF006279E          MC 23 Read Data and Bit Flip Register 31
MTU_MC23_RDBFL32 0xF00627A0          MC 23 Read Data and Bit Flip Register 32
MTU_MC23_RDBFL33 0xF00627A2          MC 23 Read Data and Bit Flip Register 33
MTU_MC23_RDBFL34 0xF00627A4          MC 23 Read Data and Bit Flip Register 34
MTU_MC23_RDBFL35 0xF00627A6          MC 23 Read Data and Bit Flip Register 35
MTU_MC23_RDBFL36 0xF00627A8          MC 23 Read Data and Bit Flip Register 36
MTU_MC23_RDBFL37 0xF00627AA          MC 23 Read Data and Bit Flip Register 37
MTU_MC23_RDBFL38 0xF00627AC          MC 23 Read Data and Bit Flip Register 38
MTU_MC23_RDBFL39 0xF00627AE          MC 23 Read Data and Bit Flip Register 39
MTU_MC23_RDBFL40 0xF00627B0          MC 23 Read Data and Bit Flip Register 40
MTU_MC23_RDBFL41 0xF00627B2          MC 23 Read Data and Bit Flip Register 41
MTU_MC23_RDBFL42 0xF00627B4          MC 23 Read Data and Bit Flip Register 42
MTU_MC23_RDBFL43 0xF00627B6          MC 23 Read Data and Bit Flip Register 43
MTU_MC23_RDBFL44 0xF00627B8          MC 23 Read Data and Bit Flip Register 44
MTU_MC23_RDBFL45 0xF00627BA          MC 23 Read Data and Bit Flip Register 45
MTU_MC23_RDBFL46 0xF00627BC          MC 23 Read Data and Bit Flip Register 46
MTU_MC23_RDBFL47 0xF00627BE          MC 23 Read Data and Bit Flip Register 47
MTU_MC23_RDBFL48 0xF00627C0          MC 23 Read Data and Bit Flip Register 48
MTU_MC23_RDBFL49 0xF00627C2          MC 23 Read Data and Bit Flip Register 49
MTU_MC23_RDBFL50 0xF00627C4          MC 23 Read Data and Bit Flip Register 50
MTU_MC23_RDBFL51 0xF00627C6          MC 23 Read Data and Bit Flip Register 51
MTU_MC23_RDBFL52 0xF00627C8          MC 23 Read Data and Bit Flip Register 52
MTU_MC23_RDBFL53 0xF00627CA          MC 23 Read Data and Bit Flip Register 53
MTU_MC23_RDBFL54 0xF00627CC          MC 23 Read Data and Bit Flip Register 54
MTU_MC23_RDBFL55 0xF00627CE          MC 23 Read Data and Bit Flip Register 55
MTU_MC23_RDBFL56 0xF00627D0          MC 23 Read Data and Bit Flip Register 56
MTU_MC23_RDBFL57 0xF00627D2          MC 23 Read Data and Bit Flip Register 57
MTU_MC23_RDBFL58 0xF00627D4          MC 23 Read Data and Bit Flip Register 58
MTU_MC23_RDBFL59 0xF00627D6          MC 23 Read Data and Bit Flip Register 59
MTU_MC23_RDBFL60 0xF00627D8          MC 23 Read Data and Bit Flip Register 60
MTU_MC23_RDBFL61 0xF00627DA          MC 23 Read Data and Bit Flip Register 61
MTU_MC23_RDBFL62 0xF00627DC          MC 23 Read Data and Bit Flip Register 62
MTU_MC23_RDBFL63 0xF00627DE          MC 23 Read Data and Bit Flip Register 63
MTU_MC23_RDBFL64 0xF00627E0          MC 23 Read Data and Bit Flip Register 64
MTU_MC23_RDBFL65 0xF00627E2          MC 23 Read Data and Bit Flip Register 65
MTU_MC23_RDBFL66 0xF00627E4          MC 23 Read Data and Bit Flip Register 66
MTU_MC23_ALMSRCS 0xF00627EE          MC 23 Alarm Sources Configuration Register
MTU_MC23_FAULTSTS 0xF00627F0          MC 23 SSH Safety Faults Status Register
MTU_MC23_ERRINFO0 0xF00627F2          MC 23 Error Information Register 0
MTU_MC23_ERRINFO1 0xF00627F4          MC 23 Error Information Register 1
MTU_MC23_ERRINFO2 0xF00627F6          MC 23 Error Information Register 2
MTU_MC23_ERRINFO3 0xF00627F8          MC 23 Error Information Register 3
MTU_MC23_ERRINFO4 0xF00627FA          MC 23 Error Information Register 4
MTU_MC24_CONFIG0 0xF0062800          MC 24 Configuration Register 0
MTU_MC24_CONFIG1 0xF0062802          MC 24 Configuration Register 1
MTU_MC24_MCONTROL 0xF0062804          MC 24 MBIST Control Register
MTU_MC24_MSTATUS 0xF0062806          MC 24 Status Register
MTU_MC24_RANGE  0xF0062808          MC 24 Range Register, single address mode
MTU_MC24_REVID  0xF006280C          MC 24 Revision ID Register
MTU_MC24_ECCS   0xF006280E          MC 24 ECC Safety Register
MTU_MC24_ECCD   0xF0062810          MC 24 Memory ECC Detection Register
MTU_MC24_ETRR0  0xF0062812          MC 24 Error Tracking Register 0
MTU_MC24_ETRR1  0xF0062814          MC 24 Error Tracking Register 1
MTU_MC24_ETRR2  0xF0062816          MC 24 Error Tracking Register 2
MTU_MC24_ETRR3  0xF0062818          MC 24 Error Tracking Register 3
MTU_MC24_ETRR4  0xF006281A          MC 24 Error Tracking Register 4
MTU_MC24_RDBFL0 0xF0062860          MC 24 Read Data and Bit Flip Register 0
MTU_MC24_RDBFL1 0xF0062862          MC 24 Read Data and Bit Flip Register 1
MTU_MC24_RDBFL2 0xF0062864          MC 24 Read Data and Bit Flip Register 2
MTU_MC24_RDBFL3 0xF0062866          MC 24 Read Data and Bit Flip Register 3
MTU_MC24_RDBFL4 0xF0062868          MC 24 Read Data and Bit Flip Register 4
MTU_MC24_RDBFL5 0xF006286A          MC 24 Read Data and Bit Flip Register 5
MTU_MC24_RDBFL6 0xF006286C          MC 24 Read Data and Bit Flip Register 6
MTU_MC24_RDBFL7 0xF006286E          MC 24 Read Data and Bit Flip Register 7
MTU_MC24_RDBFL8 0xF0062870          MC 24 Read Data and Bit Flip Register 8
MTU_MC24_RDBFL9 0xF0062872          MC 24 Read Data and Bit Flip Register 9
MTU_MC24_RDBFL10 0xF0062874          MC 24 Read Data and Bit Flip Register 10
MTU_MC24_RDBFL11 0xF0062876          MC 24 Read Data and Bit Flip Register 11
MTU_MC24_RDBFL12 0xF0062878          MC 24 Read Data and Bit Flip Register 12
MTU_MC24_RDBFL13 0xF006287A          MC 24 Read Data and Bit Flip Register 13
MTU_MC24_RDBFL14 0xF006287C          MC 24 Read Data and Bit Flip Register 14
MTU_MC24_RDBFL15 0xF006287E          MC 24 Read Data and Bit Flip Register 15
MTU_MC24_RDBFL16 0xF0062880          MC 24 Read Data and Bit Flip Register 16
MTU_MC24_RDBFL17 0xF0062882          MC 24 Read Data and Bit Flip Register 17
MTU_MC24_RDBFL18 0xF0062884          MC 24 Read Data and Bit Flip Register 18
MTU_MC24_RDBFL19 0xF0062886          MC 24 Read Data and Bit Flip Register 19
MTU_MC24_RDBFL20 0xF0062888          MC 24 Read Data and Bit Flip Register 20
MTU_MC24_RDBFL21 0xF006288A          MC 24 Read Data and Bit Flip Register 21
MTU_MC24_RDBFL22 0xF006288C          MC 24 Read Data and Bit Flip Register 22
MTU_MC24_RDBFL23 0xF006288E          MC 24 Read Data and Bit Flip Register 23
MTU_MC24_RDBFL24 0xF0062890          MC 24 Read Data and Bit Flip Register 24
MTU_MC24_RDBFL25 0xF0062892          MC 24 Read Data and Bit Flip Register 25
MTU_MC24_RDBFL26 0xF0062894          MC 24 Read Data and Bit Flip Register 26
MTU_MC24_RDBFL27 0xF0062896          MC 24 Read Data and Bit Flip Register 27
MTU_MC24_RDBFL28 0xF0062898          MC 24 Read Data and Bit Flip Register 28
MTU_MC24_RDBFL29 0xF006289A          MC 24 Read Data and Bit Flip Register 29
MTU_MC24_RDBFL30 0xF006289C          MC 24 Read Data and Bit Flip Register 30
MTU_MC24_RDBFL31 0xF006289E          MC 24 Read Data and Bit Flip Register 31
MTU_MC24_RDBFL32 0xF00628A0          MC 24 Read Data and Bit Flip Register 32
MTU_MC24_RDBFL33 0xF00628A2          MC 24 Read Data and Bit Flip Register 33
MTU_MC24_RDBFL34 0xF00628A4          MC 24 Read Data and Bit Flip Register 34
MTU_MC24_RDBFL35 0xF00628A6          MC 24 Read Data and Bit Flip Register 35
MTU_MC24_RDBFL36 0xF00628A8          MC 24 Read Data and Bit Flip Register 36
MTU_MC24_RDBFL37 0xF00628AA          MC 24 Read Data and Bit Flip Register 37
MTU_MC24_RDBFL38 0xF00628AC          MC 24 Read Data and Bit Flip Register 38
MTU_MC24_RDBFL39 0xF00628AE          MC 24 Read Data and Bit Flip Register 39
MTU_MC24_RDBFL40 0xF00628B0          MC 24 Read Data and Bit Flip Register 40
MTU_MC24_RDBFL41 0xF00628B2          MC 24 Read Data and Bit Flip Register 41
MTU_MC24_RDBFL42 0xF00628B4          MC 24 Read Data and Bit Flip Register 42
MTU_MC24_RDBFL43 0xF00628B6          MC 24 Read Data and Bit Flip Register 43
MTU_MC24_RDBFL44 0xF00628B8          MC 24 Read Data and Bit Flip Register 44
MTU_MC24_RDBFL45 0xF00628BA          MC 24 Read Data and Bit Flip Register 45
MTU_MC24_RDBFL46 0xF00628BC          MC 24 Read Data and Bit Flip Register 46
MTU_MC24_RDBFL47 0xF00628BE          MC 24 Read Data and Bit Flip Register 47
MTU_MC24_RDBFL48 0xF00628C0          MC 24 Read Data and Bit Flip Register 48
MTU_MC24_RDBFL49 0xF00628C2          MC 24 Read Data and Bit Flip Register 49
MTU_MC24_RDBFL50 0xF00628C4          MC 24 Read Data and Bit Flip Register 50
MTU_MC24_RDBFL51 0xF00628C6          MC 24 Read Data and Bit Flip Register 51
MTU_MC24_RDBFL52 0xF00628C8          MC 24 Read Data and Bit Flip Register 52
MTU_MC24_RDBFL53 0xF00628CA          MC 24 Read Data and Bit Flip Register 53
MTU_MC24_RDBFL54 0xF00628CC          MC 24 Read Data and Bit Flip Register 54
MTU_MC24_RDBFL55 0xF00628CE          MC 24 Read Data and Bit Flip Register 55
MTU_MC24_RDBFL56 0xF00628D0          MC 24 Read Data and Bit Flip Register 56
MTU_MC24_RDBFL57 0xF00628D2          MC 24 Read Data and Bit Flip Register 57
MTU_MC24_RDBFL58 0xF00628D4          MC 24 Read Data and Bit Flip Register 58
MTU_MC24_RDBFL59 0xF00628D6          MC 24 Read Data and Bit Flip Register 59
MTU_MC24_RDBFL60 0xF00628D8          MC 24 Read Data and Bit Flip Register 60
MTU_MC24_RDBFL61 0xF00628DA          MC 24 Read Data and Bit Flip Register 61
MTU_MC24_RDBFL62 0xF00628DC          MC 24 Read Data and Bit Flip Register 62
MTU_MC24_RDBFL63 0xF00628DE          MC 24 Read Data and Bit Flip Register 63
MTU_MC24_RDBFL64 0xF00628E0          MC 24 Read Data and Bit Flip Register 64
MTU_MC24_RDBFL65 0xF00628E2          MC 24 Read Data and Bit Flip Register 65
MTU_MC24_RDBFL66 0xF00628E4          MC 24 Read Data and Bit Flip Register 66
MTU_MC24_ALMSRCS 0xF00628EE          MC 24 Alarm Sources Configuration Register
MTU_MC24_FAULTSTS 0xF00628F0          MC 24 SSH Safety Faults Status Register
MTU_MC24_ERRINFO0 0xF00628F2          MC 24 Error Information Register 0
MTU_MC24_ERRINFO1 0xF00628F4          MC 24 Error Information Register 1
MTU_MC24_ERRINFO2 0xF00628F6          MC 24 Error Information Register 2
MTU_MC24_ERRINFO3 0xF00628F8          MC 24 Error Information Register 3
MTU_MC24_ERRINFO4 0xF00628FA          MC 24 Error Information Register 4
MTU_MC25_CONFIG0 0xF0062900          MC 25 Configuration Register 0
MTU_MC25_CONFIG1 0xF0062902          MC 25 Configuration Register 1
MTU_MC25_MCONTROL 0xF0062904          MC 25 MBIST Control Register
MTU_MC25_MSTATUS 0xF0062906          MC 25 Status Register
MTU_MC25_RANGE  0xF0062908          MC 25 Range Register, single address mode
MTU_MC25_REVID  0xF006290C          MC 25 Revision ID Register
MTU_MC25_ECCS   0xF006290E          MC 25 ECC Safety Register
MTU_MC25_ECCD   0xF0062910          MC 25 Memory ECC Detection Register
MTU_MC25_ETRR0  0xF0062912          MC 25 Error Tracking Register 0
MTU_MC25_ETRR1  0xF0062914          MC 25 Error Tracking Register 1
MTU_MC25_ETRR2  0xF0062916          MC 25 Error Tracking Register 2
MTU_MC25_ETRR3  0xF0062918          MC 25 Error Tracking Register 3
MTU_MC25_ETRR4  0xF006291A          MC 25 Error Tracking Register 4
MTU_MC25_RDBFL0 0xF0062960          MC 25 Read Data and Bit Flip Register 0
MTU_MC25_RDBFL1 0xF0062962          MC 25 Read Data and Bit Flip Register 1
MTU_MC25_RDBFL2 0xF0062964          MC 25 Read Data and Bit Flip Register 2
MTU_MC25_RDBFL3 0xF0062966          MC 25 Read Data and Bit Flip Register 3
MTU_MC25_RDBFL4 0xF0062968          MC 25 Read Data and Bit Flip Register 4
MTU_MC25_RDBFL5 0xF006296A          MC 25 Read Data and Bit Flip Register 5
MTU_MC25_RDBFL6 0xF006296C          MC 25 Read Data and Bit Flip Register 6
MTU_MC25_RDBFL7 0xF006296E          MC 25 Read Data and Bit Flip Register 7
MTU_MC25_RDBFL8 0xF0062970          MC 25 Read Data and Bit Flip Register 8
MTU_MC25_RDBFL9 0xF0062972          MC 25 Read Data and Bit Flip Register 9
MTU_MC25_RDBFL10 0xF0062974          MC 25 Read Data and Bit Flip Register 10
MTU_MC25_RDBFL11 0xF0062976          MC 25 Read Data and Bit Flip Register 11
MTU_MC25_RDBFL12 0xF0062978          MC 25 Read Data and Bit Flip Register 12
MTU_MC25_RDBFL13 0xF006297A          MC 25 Read Data and Bit Flip Register 13
MTU_MC25_RDBFL14 0xF006297C          MC 25 Read Data and Bit Flip Register 14
MTU_MC25_RDBFL15 0xF006297E          MC 25 Read Data and Bit Flip Register 15
MTU_MC25_RDBFL16 0xF0062980          MC 25 Read Data and Bit Flip Register 16
MTU_MC25_RDBFL17 0xF0062982          MC 25 Read Data and Bit Flip Register 17
MTU_MC25_RDBFL18 0xF0062984          MC 25 Read Data and Bit Flip Register 18
MTU_MC25_RDBFL19 0xF0062986          MC 25 Read Data and Bit Flip Register 19
MTU_MC25_RDBFL20 0xF0062988          MC 25 Read Data and Bit Flip Register 20
MTU_MC25_RDBFL21 0xF006298A          MC 25 Read Data and Bit Flip Register 21
MTU_MC25_RDBFL22 0xF006298C          MC 25 Read Data and Bit Flip Register 22
MTU_MC25_RDBFL23 0xF006298E          MC 25 Read Data and Bit Flip Register 23
MTU_MC25_RDBFL24 0xF0062990          MC 25 Read Data and Bit Flip Register 24
MTU_MC25_RDBFL25 0xF0062992          MC 25 Read Data and Bit Flip Register 25
MTU_MC25_RDBFL26 0xF0062994          MC 25 Read Data and Bit Flip Register 26
MTU_MC25_RDBFL27 0xF0062996          MC 25 Read Data and Bit Flip Register 27
MTU_MC25_RDBFL28 0xF0062998          MC 25 Read Data and Bit Flip Register 28
MTU_MC25_RDBFL29 0xF006299A          MC 25 Read Data and Bit Flip Register 29
MTU_MC25_RDBFL30 0xF006299C          MC 25 Read Data and Bit Flip Register 30
MTU_MC25_RDBFL31 0xF006299E          MC 25 Read Data and Bit Flip Register 31
MTU_MC25_RDBFL32 0xF00629A0          MC 25 Read Data and Bit Flip Register 32
MTU_MC25_RDBFL33 0xF00629A2          MC 25 Read Data and Bit Flip Register 33
MTU_MC25_RDBFL34 0xF00629A4          MC 25 Read Data and Bit Flip Register 34
MTU_MC25_RDBFL35 0xF00629A6          MC 25 Read Data and Bit Flip Register 35
MTU_MC25_RDBFL36 0xF00629A8          MC 25 Read Data and Bit Flip Register 36
MTU_MC25_RDBFL37 0xF00629AA          MC 25 Read Data and Bit Flip Register 37
MTU_MC25_RDBFL38 0xF00629AC          MC 25 Read Data and Bit Flip Register 38
MTU_MC25_RDBFL39 0xF00629AE          MC 25 Read Data and Bit Flip Register 39
MTU_MC25_RDBFL40 0xF00629B0          MC 25 Read Data and Bit Flip Register 40
MTU_MC25_RDBFL41 0xF00629B2          MC 25 Read Data and Bit Flip Register 41
MTU_MC25_RDBFL42 0xF00629B4          MC 25 Read Data and Bit Flip Register 42
MTU_MC25_RDBFL43 0xF00629B6          MC 25 Read Data and Bit Flip Register 43
MTU_MC25_RDBFL44 0xF00629B8          MC 25 Read Data and Bit Flip Register 44
MTU_MC25_RDBFL45 0xF00629BA          MC 25 Read Data and Bit Flip Register 45
MTU_MC25_RDBFL46 0xF00629BC          MC 25 Read Data and Bit Flip Register 46
MTU_MC25_RDBFL47 0xF00629BE          MC 25 Read Data and Bit Flip Register 47
MTU_MC25_RDBFL48 0xF00629C0          MC 25 Read Data and Bit Flip Register 48
MTU_MC25_RDBFL49 0xF00629C2          MC 25 Read Data and Bit Flip Register 49
MTU_MC25_RDBFL50 0xF00629C4          MC 25 Read Data and Bit Flip Register 50
MTU_MC25_RDBFL51 0xF00629C6          MC 25 Read Data and Bit Flip Register 51
MTU_MC25_RDBFL52 0xF00629C8          MC 25 Read Data and Bit Flip Register 52
MTU_MC25_RDBFL53 0xF00629CA          MC 25 Read Data and Bit Flip Register 53
MTU_MC25_RDBFL54 0xF00629CC          MC 25 Read Data and Bit Flip Register 54
MTU_MC25_RDBFL55 0xF00629CE          MC 25 Read Data and Bit Flip Register 55
MTU_MC25_RDBFL56 0xF00629D0          MC 25 Read Data and Bit Flip Register 56
MTU_MC25_RDBFL57 0xF00629D2          MC 25 Read Data and Bit Flip Register 57
MTU_MC25_RDBFL58 0xF00629D4          MC 25 Read Data and Bit Flip Register 58
MTU_MC25_RDBFL59 0xF00629D6          MC 25 Read Data and Bit Flip Register 59
MTU_MC25_RDBFL60 0xF00629D8          MC 25 Read Data and Bit Flip Register 60
MTU_MC25_RDBFL61 0xF00629DA          MC 25 Read Data and Bit Flip Register 61
MTU_MC25_RDBFL62 0xF00629DC          MC 25 Read Data and Bit Flip Register 62
MTU_MC25_RDBFL63 0xF00629DE          MC 25 Read Data and Bit Flip Register 63
MTU_MC25_RDBFL64 0xF00629E0          MC 25 Read Data and Bit Flip Register 64
MTU_MC25_RDBFL65 0xF00629E2          MC 25 Read Data and Bit Flip Register 65
MTU_MC25_RDBFL66 0xF00629E4          MC 25 Read Data and Bit Flip Register 66
MTU_MC25_ALMSRCS 0xF00629EE          MC 25 Alarm Sources Configuration Register
MTU_MC25_FAULTSTS 0xF00629F0          MC 25 SSH Safety Faults Status Register
MTU_MC25_ERRINFO0 0xF00629F2          MC 25 Error Information Register 0
MTU_MC25_ERRINFO1 0xF00629F4          MC 25 Error Information Register 1
MTU_MC25_ERRINFO2 0xF00629F6          MC 25 Error Information Register 2
MTU_MC25_ERRINFO3 0xF00629F8          MC 25 Error Information Register 3
MTU_MC25_ERRINFO4 0xF00629FA          MC 25 Error Information Register 4
MTU_MC26_CONFIG0 0xF0062A00          MC 26 Configuration Register 0
MTU_MC26_CONFIG1 0xF0062A02          MC 26 Configuration Register 1
MTU_MC26_MCONTROL 0xF0062A04          MC 26 MBIST Control Register
MTU_MC26_MSTATUS 0xF0062A06          MC 26 Status Register
MTU_MC26_RANGE  0xF0062A08          MC 26 Range Register, single address mode
MTU_MC26_REVID  0xF0062A0C          MC 26 Revision ID Register
MTU_MC26_ECCS   0xF0062A0E          MC 26 ECC Safety Register
MTU_MC26_ECCD   0xF0062A10          MC 26 Memory ECC Detection Register
MTU_MC26_ETRR0  0xF0062A12          MC 26 Error Tracking Register 0
MTU_MC26_ETRR1  0xF0062A14          MC 26 Error Tracking Register 1
MTU_MC26_ETRR2  0xF0062A16          MC 26 Error Tracking Register 2
MTU_MC26_ETRR3  0xF0062A18          MC 26 Error Tracking Register 3
MTU_MC26_ETRR4  0xF0062A1A          MC 26 Error Tracking Register 4
MTU_MC26_RDBFL0 0xF0062A60          MC 26 Read Data and Bit Flip Register 0
MTU_MC26_RDBFL1 0xF0062A62          MC 26 Read Data and Bit Flip Register 1
MTU_MC26_RDBFL2 0xF0062A64          MC 26 Read Data and Bit Flip Register 2
MTU_MC26_RDBFL3 0xF0062A66          MC 26 Read Data and Bit Flip Register 3
MTU_MC26_RDBFL4 0xF0062A68          MC 26 Read Data and Bit Flip Register 4
MTU_MC26_RDBFL5 0xF0062A6A          MC 26 Read Data and Bit Flip Register 5
MTU_MC26_RDBFL6 0xF0062A6C          MC 26 Read Data and Bit Flip Register 6
MTU_MC26_RDBFL7 0xF0062A6E          MC 26 Read Data and Bit Flip Register 7
MTU_MC26_RDBFL8 0xF0062A70          MC 26 Read Data and Bit Flip Register 8
MTU_MC26_RDBFL9 0xF0062A72          MC 26 Read Data and Bit Flip Register 9
MTU_MC26_RDBFL10 0xF0062A74          MC 26 Read Data and Bit Flip Register 10
MTU_MC26_RDBFL11 0xF0062A76          MC 26 Read Data and Bit Flip Register 11
MTU_MC26_RDBFL12 0xF0062A78          MC 26 Read Data and Bit Flip Register 12
MTU_MC26_RDBFL13 0xF0062A7A          MC 26 Read Data and Bit Flip Register 13
MTU_MC26_RDBFL14 0xF0062A7C          MC 26 Read Data and Bit Flip Register 14
MTU_MC26_RDBFL15 0xF0062A7E          MC 26 Read Data and Bit Flip Register 15
MTU_MC26_RDBFL16 0xF0062A80          MC 26 Read Data and Bit Flip Register 16
MTU_MC26_RDBFL17 0xF0062A82          MC 26 Read Data and Bit Flip Register 17
MTU_MC26_RDBFL18 0xF0062A84          MC 26 Read Data and Bit Flip Register 18
MTU_MC26_RDBFL19 0xF0062A86          MC 26 Read Data and Bit Flip Register 19
MTU_MC26_RDBFL20 0xF0062A88          MC 26 Read Data and Bit Flip Register 20
MTU_MC26_RDBFL21 0xF0062A8A          MC 26 Read Data and Bit Flip Register 21
MTU_MC26_RDBFL22 0xF0062A8C          MC 26 Read Data and Bit Flip Register 22
MTU_MC26_RDBFL23 0xF0062A8E          MC 26 Read Data and Bit Flip Register 23
MTU_MC26_RDBFL24 0xF0062A90          MC 26 Read Data and Bit Flip Register 24
MTU_MC26_RDBFL25 0xF0062A92          MC 26 Read Data and Bit Flip Register 25
MTU_MC26_RDBFL26 0xF0062A94          MC 26 Read Data and Bit Flip Register 26
MTU_MC26_RDBFL27 0xF0062A96          MC 26 Read Data and Bit Flip Register 27
MTU_MC26_RDBFL28 0xF0062A98          MC 26 Read Data and Bit Flip Register 28
MTU_MC26_RDBFL29 0xF0062A9A          MC 26 Read Data and Bit Flip Register 29
MTU_MC26_RDBFL30 0xF0062A9C          MC 26 Read Data and Bit Flip Register 30
MTU_MC26_RDBFL31 0xF0062A9E          MC 26 Read Data and Bit Flip Register 31
MTU_MC26_RDBFL32 0xF0062AA0          MC 26 Read Data and Bit Flip Register 32
MTU_MC26_RDBFL33 0xF0062AA2          MC 26 Read Data and Bit Flip Register 33
MTU_MC26_RDBFL34 0xF0062AA4          MC 26 Read Data and Bit Flip Register 34
MTU_MC26_RDBFL35 0xF0062AA6          MC 26 Read Data and Bit Flip Register 35
MTU_MC26_RDBFL36 0xF0062AA8          MC 26 Read Data and Bit Flip Register 36
MTU_MC26_RDBFL37 0xF0062AAA          MC 26 Read Data and Bit Flip Register 37
MTU_MC26_RDBFL38 0xF0062AAC          MC 26 Read Data and Bit Flip Register 38
MTU_MC26_RDBFL39 0xF0062AAE          MC 26 Read Data and Bit Flip Register 39
MTU_MC26_RDBFL40 0xF0062AB0          MC 26 Read Data and Bit Flip Register 40
MTU_MC26_RDBFL41 0xF0062AB2          MC 26 Read Data and Bit Flip Register 41
MTU_MC26_RDBFL42 0xF0062AB4          MC 26 Read Data and Bit Flip Register 42
MTU_MC26_RDBFL43 0xF0062AB6          MC 26 Read Data and Bit Flip Register 43
MTU_MC26_RDBFL44 0xF0062AB8          MC 26 Read Data and Bit Flip Register 44
MTU_MC26_RDBFL45 0xF0062ABA          MC 26 Read Data and Bit Flip Register 45
MTU_MC26_RDBFL46 0xF0062ABC          MC 26 Read Data and Bit Flip Register 46
MTU_MC26_RDBFL47 0xF0062ABE          MC 26 Read Data and Bit Flip Register 47
MTU_MC26_RDBFL48 0xF0062AC0          MC 26 Read Data and Bit Flip Register 48
MTU_MC26_RDBFL49 0xF0062AC2          MC 26 Read Data and Bit Flip Register 49
MTU_MC26_RDBFL50 0xF0062AC4          MC 26 Read Data and Bit Flip Register 50
MTU_MC26_RDBFL51 0xF0062AC6          MC 26 Read Data and Bit Flip Register 51
MTU_MC26_RDBFL52 0xF0062AC8          MC 26 Read Data and Bit Flip Register 52
MTU_MC26_RDBFL53 0xF0062ACA          MC 26 Read Data and Bit Flip Register 53
MTU_MC26_RDBFL54 0xF0062ACC          MC 26 Read Data and Bit Flip Register 54
MTU_MC26_RDBFL55 0xF0062ACE          MC 26 Read Data and Bit Flip Register 55
MTU_MC26_RDBFL56 0xF0062AD0          MC 26 Read Data and Bit Flip Register 56
MTU_MC26_RDBFL57 0xF0062AD2          MC 26 Read Data and Bit Flip Register 57
MTU_MC26_RDBFL58 0xF0062AD4          MC 26 Read Data and Bit Flip Register 58
MTU_MC26_RDBFL59 0xF0062AD6          MC 26 Read Data and Bit Flip Register 59
MTU_MC26_RDBFL60 0xF0062AD8          MC 26 Read Data and Bit Flip Register 60
MTU_MC26_RDBFL61 0xF0062ADA          MC 26 Read Data and Bit Flip Register 61
MTU_MC26_RDBFL62 0xF0062ADC          MC 26 Read Data and Bit Flip Register 62
MTU_MC26_RDBFL63 0xF0062ADE          MC 26 Read Data and Bit Flip Register 63
MTU_MC26_RDBFL64 0xF0062AE0          MC 26 Read Data and Bit Flip Register 64
MTU_MC26_RDBFL65 0xF0062AE2          MC 26 Read Data and Bit Flip Register 65
MTU_MC26_RDBFL66 0xF0062AE4          MC 26 Read Data and Bit Flip Register 66
MTU_MC26_ALMSRCS 0xF0062AEE          MC 26 Alarm Sources Configuration Register
MTU_MC26_FAULTSTS 0xF0062AF0          MC 26 SSH Safety Faults Status Register
MTU_MC26_ERRINFO0 0xF0062AF2          MC 26 Error Information Register 0
MTU_MC26_ERRINFO1 0xF0062AF4          MC 26 Error Information Register 1
MTU_MC26_ERRINFO2 0xF0062AF6          MC 26 Error Information Register 2
MTU_MC26_ERRINFO3 0xF0062AF8          MC 26 Error Information Register 3
MTU_MC26_ERRINFO4 0xF0062AFA          MC 26 Error Information Register 4
MTU_MC27_CONFIG0 0xF0062B00          MC 27 Configuration Register 0
MTU_MC27_CONFIG1 0xF0062B02          MC 27 Configuration Register 1
MTU_MC27_MCONTROL 0xF0062B04          MC 27 MBIST Control Register
MTU_MC27_MSTATUS 0xF0062B06          MC 27 Status Register
MTU_MC27_RANGE  0xF0062B08          MC 27 Range Register, single address mode
MTU_MC27_REVID  0xF0062B0C          MC 27 Revision ID Register
MTU_MC27_ECCS   0xF0062B0E          MC 27 ECC Safety Register
MTU_MC27_ECCD   0xF0062B10          MC 27 Memory ECC Detection Register
MTU_MC27_ETRR0  0xF0062B12          MC 27 Error Tracking Register 0
MTU_MC27_ETRR1  0xF0062B14          MC 27 Error Tracking Register 1
MTU_MC27_ETRR2  0xF0062B16          MC 27 Error Tracking Register 2
MTU_MC27_ETRR3  0xF0062B18          MC 27 Error Tracking Register 3
MTU_MC27_ETRR4  0xF0062B1A          MC 27 Error Tracking Register 4
MTU_MC27_RDBFL0 0xF0062B60          MC 27 Read Data and Bit Flip Register 0
MTU_MC27_RDBFL1 0xF0062B62          MC 27 Read Data and Bit Flip Register 1
MTU_MC27_RDBFL2 0xF0062B64          MC 27 Read Data and Bit Flip Register 2
MTU_MC27_RDBFL3 0xF0062B66          MC 27 Read Data and Bit Flip Register 3
MTU_MC27_RDBFL4 0xF0062B68          MC 27 Read Data and Bit Flip Register 4
MTU_MC27_RDBFL5 0xF0062B6A          MC 27 Read Data and Bit Flip Register 5
MTU_MC27_RDBFL6 0xF0062B6C          MC 27 Read Data and Bit Flip Register 6
MTU_MC27_RDBFL7 0xF0062B6E          MC 27 Read Data and Bit Flip Register 7
MTU_MC27_RDBFL8 0xF0062B70          MC 27 Read Data and Bit Flip Register 8
MTU_MC27_RDBFL9 0xF0062B72          MC 27 Read Data and Bit Flip Register 9
MTU_MC27_RDBFL10 0xF0062B74          MC 27 Read Data and Bit Flip Register 10
MTU_MC27_RDBFL11 0xF0062B76          MC 27 Read Data and Bit Flip Register 11
MTU_MC27_RDBFL12 0xF0062B78          MC 27 Read Data and Bit Flip Register 12
MTU_MC27_RDBFL13 0xF0062B7A          MC 27 Read Data and Bit Flip Register 13
MTU_MC27_RDBFL14 0xF0062B7C          MC 27 Read Data and Bit Flip Register 14
MTU_MC27_RDBFL15 0xF0062B7E          MC 27 Read Data and Bit Flip Register 15
MTU_MC27_RDBFL16 0xF0062B80          MC 27 Read Data and Bit Flip Register 16
MTU_MC27_RDBFL17 0xF0062B82          MC 27 Read Data and Bit Flip Register 17
MTU_MC27_RDBFL18 0xF0062B84          MC 27 Read Data and Bit Flip Register 18
MTU_MC27_RDBFL19 0xF0062B86          MC 27 Read Data and Bit Flip Register 19
MTU_MC27_RDBFL20 0xF0062B88          MC 27 Read Data and Bit Flip Register 20
MTU_MC27_RDBFL21 0xF0062B8A          MC 27 Read Data and Bit Flip Register 21
MTU_MC27_RDBFL22 0xF0062B8C          MC 27 Read Data and Bit Flip Register 22
MTU_MC27_RDBFL23 0xF0062B8E          MC 27 Read Data and Bit Flip Register 23
MTU_MC27_RDBFL24 0xF0062B90          MC 27 Read Data and Bit Flip Register 24
MTU_MC27_RDBFL25 0xF0062B92          MC 27 Read Data and Bit Flip Register 25
MTU_MC27_RDBFL26 0xF0062B94          MC 27 Read Data and Bit Flip Register 26
MTU_MC27_RDBFL27 0xF0062B96          MC 27 Read Data and Bit Flip Register 27
MTU_MC27_RDBFL28 0xF0062B98          MC 27 Read Data and Bit Flip Register 28
MTU_MC27_RDBFL29 0xF0062B9A          MC 27 Read Data and Bit Flip Register 29
MTU_MC27_RDBFL30 0xF0062B9C          MC 27 Read Data and Bit Flip Register 30
MTU_MC27_RDBFL31 0xF0062B9E          MC 27 Read Data and Bit Flip Register 31
MTU_MC27_RDBFL32 0xF0062BA0          MC 27 Read Data and Bit Flip Register 32
MTU_MC27_RDBFL33 0xF0062BA2          MC 27 Read Data and Bit Flip Register 33
MTU_MC27_RDBFL34 0xF0062BA4          MC 27 Read Data and Bit Flip Register 34
MTU_MC27_RDBFL35 0xF0062BA6          MC 27 Read Data and Bit Flip Register 35
MTU_MC27_RDBFL36 0xF0062BA8          MC 27 Read Data and Bit Flip Register 36
MTU_MC27_RDBFL37 0xF0062BAA          MC 27 Read Data and Bit Flip Register 37
MTU_MC27_RDBFL38 0xF0062BAC          MC 27 Read Data and Bit Flip Register 38
MTU_MC27_RDBFL39 0xF0062BAE          MC 27 Read Data and Bit Flip Register 39
MTU_MC27_RDBFL40 0xF0062BB0          MC 27 Read Data and Bit Flip Register 40
MTU_MC27_RDBFL41 0xF0062BB2          MC 27 Read Data and Bit Flip Register 41
MTU_MC27_RDBFL42 0xF0062BB4          MC 27 Read Data and Bit Flip Register 42
MTU_MC27_RDBFL43 0xF0062BB6          MC 27 Read Data and Bit Flip Register 43
MTU_MC27_RDBFL44 0xF0062BB8          MC 27 Read Data and Bit Flip Register 44
MTU_MC27_RDBFL45 0xF0062BBA          MC 27 Read Data and Bit Flip Register 45
MTU_MC27_RDBFL46 0xF0062BBC          MC 27 Read Data and Bit Flip Register 46
MTU_MC27_RDBFL47 0xF0062BBE          MC 27 Read Data and Bit Flip Register 47
MTU_MC27_RDBFL48 0xF0062BC0          MC 27 Read Data and Bit Flip Register 48
MTU_MC27_RDBFL49 0xF0062BC2          MC 27 Read Data and Bit Flip Register 49
MTU_MC27_RDBFL50 0xF0062BC4          MC 27 Read Data and Bit Flip Register 50
MTU_MC27_RDBFL51 0xF0062BC6          MC 27 Read Data and Bit Flip Register 51
MTU_MC27_RDBFL52 0xF0062BC8          MC 27 Read Data and Bit Flip Register 52
MTU_MC27_RDBFL53 0xF0062BCA          MC 27 Read Data and Bit Flip Register 53
MTU_MC27_RDBFL54 0xF0062BCC          MC 27 Read Data and Bit Flip Register 54
MTU_MC27_RDBFL55 0xF0062BCE          MC 27 Read Data and Bit Flip Register 55
MTU_MC27_RDBFL56 0xF0062BD0          MC 27 Read Data and Bit Flip Register 56
MTU_MC27_RDBFL57 0xF0062BD2          MC 27 Read Data and Bit Flip Register 57
MTU_MC27_RDBFL58 0xF0062BD4          MC 27 Read Data and Bit Flip Register 58
MTU_MC27_RDBFL59 0xF0062BD6          MC 27 Read Data and Bit Flip Register 59
MTU_MC27_RDBFL60 0xF0062BD8          MC 27 Read Data and Bit Flip Register 60
MTU_MC27_RDBFL61 0xF0062BDA          MC 27 Read Data and Bit Flip Register 61
MTU_MC27_RDBFL62 0xF0062BDC          MC 27 Read Data and Bit Flip Register 62
MTU_MC27_RDBFL63 0xF0062BDE          MC 27 Read Data and Bit Flip Register 63
MTU_MC27_RDBFL64 0xF0062BE0          MC 27 Read Data and Bit Flip Register 64
MTU_MC27_RDBFL65 0xF0062BE2          MC 27 Read Data and Bit Flip Register 65
MTU_MC27_RDBFL66 0xF0062BE4          MC 27 Read Data and Bit Flip Register 66
MTU_MC27_ALMSRCS 0xF0062BEE          MC 27 Alarm Sources Configuration Register
MTU_MC27_FAULTSTS 0xF0062BF0          MC 27 SSH Safety Faults Status Register
MTU_MC27_ERRINFO0 0xF0062BF2          MC 27 Error Information Register 0
MTU_MC27_ERRINFO1 0xF0062BF4          MC 27 Error Information Register 1
MTU_MC27_ERRINFO2 0xF0062BF6          MC 27 Error Information Register 2
MTU_MC27_ERRINFO3 0xF0062BF8          MC 27 Error Information Register 3
MTU_MC27_ERRINFO4 0xF0062BFA          MC 27 Error Information Register 4
MTU_MC28_CONFIG0 0xF0062C00          MC 28 Configuration Register 0
MTU_MC28_CONFIG1 0xF0062C02          MC 28 Configuration Register 1
MTU_MC28_MCONTROL 0xF0062C04          MC 28 MBIST Control Register
MTU_MC28_MSTATUS 0xF0062C06          MC 28 Status Register
MTU_MC28_RANGE  0xF0062C08          MC 28 Range Register, single address mode
MTU_MC28_REVID  0xF0062C0C          MC 28 Revision ID Register
MTU_MC28_ECCS   0xF0062C0E          MC 28 ECC Safety Register
MTU_MC28_ECCD   0xF0062C10          MC 28 Memory ECC Detection Register
MTU_MC28_ETRR0  0xF0062C12          MC 28 Error Tracking Register 0
MTU_MC28_ETRR1  0xF0062C14          MC 28 Error Tracking Register 1
MTU_MC28_ETRR2  0xF0062C16          MC 28 Error Tracking Register 2
MTU_MC28_ETRR3  0xF0062C18          MC 28 Error Tracking Register 3
MTU_MC28_ETRR4  0xF0062C1A          MC 28 Error Tracking Register 4
MTU_MC28_RDBFL0 0xF0062C60          MC 28 Read Data and Bit Flip Register 0
MTU_MC28_RDBFL1 0xF0062C62          MC 28 Read Data and Bit Flip Register 1
MTU_MC28_RDBFL2 0xF0062C64          MC 28 Read Data and Bit Flip Register 2
MTU_MC28_RDBFL3 0xF0062C66          MC 28 Read Data and Bit Flip Register 3
MTU_MC28_RDBFL4 0xF0062C68          MC 28 Read Data and Bit Flip Register 4
MTU_MC28_RDBFL5 0xF0062C6A          MC 28 Read Data and Bit Flip Register 5
MTU_MC28_RDBFL6 0xF0062C6C          MC 28 Read Data and Bit Flip Register 6
MTU_MC28_RDBFL7 0xF0062C6E          MC 28 Read Data and Bit Flip Register 7
MTU_MC28_RDBFL8 0xF0062C70          MC 28 Read Data and Bit Flip Register 8
MTU_MC28_RDBFL9 0xF0062C72          MC 28 Read Data and Bit Flip Register 9
MTU_MC28_RDBFL10 0xF0062C74          MC 28 Read Data and Bit Flip Register 10
MTU_MC28_RDBFL11 0xF0062C76          MC 28 Read Data and Bit Flip Register 11
MTU_MC28_RDBFL12 0xF0062C78          MC 28 Read Data and Bit Flip Register 12
MTU_MC28_RDBFL13 0xF0062C7A          MC 28 Read Data and Bit Flip Register 13
MTU_MC28_RDBFL14 0xF0062C7C          MC 28 Read Data and Bit Flip Register 14
MTU_MC28_RDBFL15 0xF0062C7E          MC 28 Read Data and Bit Flip Register 15
MTU_MC28_RDBFL16 0xF0062C80          MC 28 Read Data and Bit Flip Register 16
MTU_MC28_RDBFL17 0xF0062C82          MC 28 Read Data and Bit Flip Register 17
MTU_MC28_RDBFL18 0xF0062C84          MC 28 Read Data and Bit Flip Register 18
MTU_MC28_RDBFL19 0xF0062C86          MC 28 Read Data and Bit Flip Register 19
MTU_MC28_RDBFL20 0xF0062C88          MC 28 Read Data and Bit Flip Register 20
MTU_MC28_RDBFL21 0xF0062C8A          MC 28 Read Data and Bit Flip Register 21
MTU_MC28_RDBFL22 0xF0062C8C          MC 28 Read Data and Bit Flip Register 22
MTU_MC28_RDBFL23 0xF0062C8E          MC 28 Read Data and Bit Flip Register 23
MTU_MC28_RDBFL24 0xF0062C90          MC 28 Read Data and Bit Flip Register 24
MTU_MC28_RDBFL25 0xF0062C92          MC 28 Read Data and Bit Flip Register 25
MTU_MC28_RDBFL26 0xF0062C94          MC 28 Read Data and Bit Flip Register 26
MTU_MC28_RDBFL27 0xF0062C96          MC 28 Read Data and Bit Flip Register 27
MTU_MC28_RDBFL28 0xF0062C98          MC 28 Read Data and Bit Flip Register 28
MTU_MC28_RDBFL29 0xF0062C9A          MC 28 Read Data and Bit Flip Register 29
MTU_MC28_RDBFL30 0xF0062C9C          MC 28 Read Data and Bit Flip Register 30
MTU_MC28_RDBFL31 0xF0062C9E          MC 28 Read Data and Bit Flip Register 31
MTU_MC28_RDBFL32 0xF0062CA0          MC 28 Read Data and Bit Flip Register 32
MTU_MC28_RDBFL33 0xF0062CA2          MC 28 Read Data and Bit Flip Register 33
MTU_MC28_RDBFL34 0xF0062CA4          MC 28 Read Data and Bit Flip Register 34
MTU_MC28_RDBFL35 0xF0062CA6          MC 28 Read Data and Bit Flip Register 35
MTU_MC28_RDBFL36 0xF0062CA8          MC 28 Read Data and Bit Flip Register 36
MTU_MC28_RDBFL37 0xF0062CAA          MC 28 Read Data and Bit Flip Register 37
MTU_MC28_RDBFL38 0xF0062CAC          MC 28 Read Data and Bit Flip Register 38
MTU_MC28_RDBFL39 0xF0062CAE          MC 28 Read Data and Bit Flip Register 39
MTU_MC28_RDBFL40 0xF0062CB0          MC 28 Read Data and Bit Flip Register 40
MTU_MC28_RDBFL41 0xF0062CB2          MC 28 Read Data and Bit Flip Register 41
MTU_MC28_RDBFL42 0xF0062CB4          MC 28 Read Data and Bit Flip Register 42
MTU_MC28_RDBFL43 0xF0062CB6          MC 28 Read Data and Bit Flip Register 43
MTU_MC28_RDBFL44 0xF0062CB8          MC 28 Read Data and Bit Flip Register 44
MTU_MC28_RDBFL45 0xF0062CBA          MC 28 Read Data and Bit Flip Register 45
MTU_MC28_RDBFL46 0xF0062CBC          MC 28 Read Data and Bit Flip Register 46
MTU_MC28_RDBFL47 0xF0062CBE          MC 28 Read Data and Bit Flip Register 47
MTU_MC28_RDBFL48 0xF0062CC0          MC 28 Read Data and Bit Flip Register 48
MTU_MC28_RDBFL49 0xF0062CC2          MC 28 Read Data and Bit Flip Register 49
MTU_MC28_RDBFL50 0xF0062CC4          MC 28 Read Data and Bit Flip Register 50
MTU_MC28_RDBFL51 0xF0062CC6          MC 28 Read Data and Bit Flip Register 51
MTU_MC28_RDBFL52 0xF0062CC8          MC 28 Read Data and Bit Flip Register 52
MTU_MC28_RDBFL53 0xF0062CCA          MC 28 Read Data and Bit Flip Register 53
MTU_MC28_RDBFL54 0xF0062CCC          MC 28 Read Data and Bit Flip Register 54
MTU_MC28_RDBFL55 0xF0062CCE          MC 28 Read Data and Bit Flip Register 55
MTU_MC28_RDBFL56 0xF0062CD0          MC 28 Read Data and Bit Flip Register 56
MTU_MC28_RDBFL57 0xF0062CD2          MC 28 Read Data and Bit Flip Register 57
MTU_MC28_RDBFL58 0xF0062CD4          MC 28 Read Data and Bit Flip Register 58
MTU_MC28_RDBFL59 0xF0062CD6          MC 28 Read Data and Bit Flip Register 59
MTU_MC28_RDBFL60 0xF0062CD8          MC 28 Read Data and Bit Flip Register 60
MTU_MC28_RDBFL61 0xF0062CDA          MC 28 Read Data and Bit Flip Register 61
MTU_MC28_RDBFL62 0xF0062CDC          MC 28 Read Data and Bit Flip Register 62
MTU_MC28_RDBFL63 0xF0062CDE          MC 28 Read Data and Bit Flip Register 63
MTU_MC28_RDBFL64 0xF0062CE0          MC 28 Read Data and Bit Flip Register 64
MTU_MC28_RDBFL65 0xF0062CE2          MC 28 Read Data and Bit Flip Register 65
MTU_MC28_RDBFL66 0xF0062CE4          MC 28 Read Data and Bit Flip Register 66
MTU_MC28_ALMSRCS 0xF0062CEE          MC 28 Alarm Sources Configuration Register
MTU_MC28_FAULTSTS 0xF0062CF0          MC 28 SSH Safety Faults Status Register
MTU_MC28_ERRINFO0 0xF0062CF2          MC 28 Error Information Register 0
MTU_MC28_ERRINFO1 0xF0062CF4          MC 28 Error Information Register 1
MTU_MC28_ERRINFO2 0xF0062CF6          MC 28 Error Information Register 2
MTU_MC28_ERRINFO3 0xF0062CF8          MC 28 Error Information Register 3
MTU_MC28_ERRINFO4 0xF0062CFA          MC 28 Error Information Register 4
MTU_MC29_CONFIG0 0xF0062D00          MC 29 Configuration Register 0
MTU_MC29_CONFIG1 0xF0062D02          MC 29 Configuration Register 1
MTU_MC29_MCONTROL 0xF0062D04          MC 29 MBIST Control Register
MTU_MC29_MSTATUS 0xF0062D06          MC 29 Status Register
MTU_MC29_RANGE  0xF0062D08          MC 29 Range Register, single address mode
MTU_MC29_REVID  0xF0062D0C          MC 29 Revision ID Register
MTU_MC29_ECCS   0xF0062D0E          MC 29 ECC Safety Register
MTU_MC29_ECCD   0xF0062D10          MC 29 Memory ECC Detection Register
MTU_MC29_ETRR0  0xF0062D12          MC 29 Error Tracking Register 0
MTU_MC29_ETRR1  0xF0062D14          MC 29 Error Tracking Register 1
MTU_MC29_ETRR2  0xF0062D16          MC 29 Error Tracking Register 2
MTU_MC29_ETRR3  0xF0062D18          MC 29 Error Tracking Register 3
MTU_MC29_ETRR4  0xF0062D1A          MC 29 Error Tracking Register 4
MTU_MC29_RDBFL0 0xF0062D60          MC 29 Read Data and Bit Flip Register 0
MTU_MC29_RDBFL1 0xF0062D62          MC 29 Read Data and Bit Flip Register 1
MTU_MC29_RDBFL2 0xF0062D64          MC 29 Read Data and Bit Flip Register 2
MTU_MC29_RDBFL3 0xF0062D66          MC 29 Read Data and Bit Flip Register 3
MTU_MC29_RDBFL4 0xF0062D68          MC 29 Read Data and Bit Flip Register 4
MTU_MC29_RDBFL5 0xF0062D6A          MC 29 Read Data and Bit Flip Register 5
MTU_MC29_RDBFL6 0xF0062D6C          MC 29 Read Data and Bit Flip Register 6
MTU_MC29_RDBFL7 0xF0062D6E          MC 29 Read Data and Bit Flip Register 7
MTU_MC29_RDBFL8 0xF0062D70          MC 29 Read Data and Bit Flip Register 8
MTU_MC29_RDBFL9 0xF0062D72          MC 29 Read Data and Bit Flip Register 9
MTU_MC29_RDBFL10 0xF0062D74          MC 29 Read Data and Bit Flip Register 10
MTU_MC29_RDBFL11 0xF0062D76          MC 29 Read Data and Bit Flip Register 11
MTU_MC29_RDBFL12 0xF0062D78          MC 29 Read Data and Bit Flip Register 12
MTU_MC29_RDBFL13 0xF0062D7A          MC 29 Read Data and Bit Flip Register 13
MTU_MC29_RDBFL14 0xF0062D7C          MC 29 Read Data and Bit Flip Register 14
MTU_MC29_RDBFL15 0xF0062D7E          MC 29 Read Data and Bit Flip Register 15
MTU_MC29_RDBFL16 0xF0062D80          MC 29 Read Data and Bit Flip Register 16
MTU_MC29_RDBFL17 0xF0062D82          MC 29 Read Data and Bit Flip Register 17
MTU_MC29_RDBFL18 0xF0062D84          MC 29 Read Data and Bit Flip Register 18
MTU_MC29_RDBFL19 0xF0062D86          MC 29 Read Data and Bit Flip Register 19
MTU_MC29_RDBFL20 0xF0062D88          MC 29 Read Data and Bit Flip Register 20
MTU_MC29_RDBFL21 0xF0062D8A          MC 29 Read Data and Bit Flip Register 21
MTU_MC29_RDBFL22 0xF0062D8C          MC 29 Read Data and Bit Flip Register 22
MTU_MC29_RDBFL23 0xF0062D8E          MC 29 Read Data and Bit Flip Register 23
MTU_MC29_RDBFL24 0xF0062D90          MC 29 Read Data and Bit Flip Register 24
MTU_MC29_RDBFL25 0xF0062D92          MC 29 Read Data and Bit Flip Register 25
MTU_MC29_RDBFL26 0xF0062D94          MC 29 Read Data and Bit Flip Register 26
MTU_MC29_RDBFL27 0xF0062D96          MC 29 Read Data and Bit Flip Register 27
MTU_MC29_RDBFL28 0xF0062D98          MC 29 Read Data and Bit Flip Register 28
MTU_MC29_RDBFL29 0xF0062D9A          MC 29 Read Data and Bit Flip Register 29
MTU_MC29_RDBFL30 0xF0062D9C          MC 29 Read Data and Bit Flip Register 30
MTU_MC29_RDBFL31 0xF0062D9E          MC 29 Read Data and Bit Flip Register 31
MTU_MC29_RDBFL32 0xF0062DA0          MC 29 Read Data and Bit Flip Register 32
MTU_MC29_RDBFL33 0xF0062DA2          MC 29 Read Data and Bit Flip Register 33
MTU_MC29_RDBFL34 0xF0062DA4          MC 29 Read Data and Bit Flip Register 34
MTU_MC29_RDBFL35 0xF0062DA6          MC 29 Read Data and Bit Flip Register 35
MTU_MC29_RDBFL36 0xF0062DA8          MC 29 Read Data and Bit Flip Register 36
MTU_MC29_RDBFL37 0xF0062DAA          MC 29 Read Data and Bit Flip Register 37
MTU_MC29_RDBFL38 0xF0062DAC          MC 29 Read Data and Bit Flip Register 38
MTU_MC29_RDBFL39 0xF0062DAE          MC 29 Read Data and Bit Flip Register 39
MTU_MC29_RDBFL40 0xF0062DB0          MC 29 Read Data and Bit Flip Register 40
MTU_MC29_RDBFL41 0xF0062DB2          MC 29 Read Data and Bit Flip Register 41
MTU_MC29_RDBFL42 0xF0062DB4          MC 29 Read Data and Bit Flip Register 42
MTU_MC29_RDBFL43 0xF0062DB6          MC 29 Read Data and Bit Flip Register 43
MTU_MC29_RDBFL44 0xF0062DB8          MC 29 Read Data and Bit Flip Register 44
MTU_MC29_RDBFL45 0xF0062DBA          MC 29 Read Data and Bit Flip Register 45
MTU_MC29_RDBFL46 0xF0062DBC          MC 29 Read Data and Bit Flip Register 46
MTU_MC29_RDBFL47 0xF0062DBE          MC 29 Read Data and Bit Flip Register 47
MTU_MC29_RDBFL48 0xF0062DC0          MC 29 Read Data and Bit Flip Register 48
MTU_MC29_RDBFL49 0xF0062DC2          MC 29 Read Data and Bit Flip Register 49
MTU_MC29_RDBFL50 0xF0062DC4          MC 29 Read Data and Bit Flip Register 50
MTU_MC29_RDBFL51 0xF0062DC6          MC 29 Read Data and Bit Flip Register 51
MTU_MC29_RDBFL52 0xF0062DC8          MC 29 Read Data and Bit Flip Register 52
MTU_MC29_RDBFL53 0xF0062DCA          MC 29 Read Data and Bit Flip Register 53
MTU_MC29_RDBFL54 0xF0062DCC          MC 29 Read Data and Bit Flip Register 54
MTU_MC29_RDBFL55 0xF0062DCE          MC 29 Read Data and Bit Flip Register 55
MTU_MC29_RDBFL56 0xF0062DD0          MC 29 Read Data and Bit Flip Register 56
MTU_MC29_RDBFL57 0xF0062DD2          MC 29 Read Data and Bit Flip Register 57
MTU_MC29_RDBFL58 0xF0062DD4          MC 29 Read Data and Bit Flip Register 58
MTU_MC29_RDBFL59 0xF0062DD6          MC 29 Read Data and Bit Flip Register 59
MTU_MC29_RDBFL60 0xF0062DD8          MC 29 Read Data and Bit Flip Register 60
MTU_MC29_RDBFL61 0xF0062DDA          MC 29 Read Data and Bit Flip Register 61
MTU_MC29_RDBFL62 0xF0062DDC          MC 29 Read Data and Bit Flip Register 62
MTU_MC29_RDBFL63 0xF0062DDE          MC 29 Read Data and Bit Flip Register 63
MTU_MC29_RDBFL64 0xF0062DE0          MC 29 Read Data and Bit Flip Register 64
MTU_MC29_RDBFL65 0xF0062DE2          MC 29 Read Data and Bit Flip Register 65
MTU_MC29_RDBFL66 0xF0062DE4          MC 29 Read Data and Bit Flip Register 66
MTU_MC29_ALMSRCS 0xF0062DEE          MC 29 Alarm Sources Configuration Register
MTU_MC29_FAULTSTS 0xF0062DF0          MC 29 SSH Safety Faults Status Register
MTU_MC29_ERRINFO0 0xF0062DF2          MC 29 Error Information Register 0
MTU_MC29_ERRINFO1 0xF0062DF4          MC 29 Error Information Register 1
MTU_MC29_ERRINFO2 0xF0062DF6          MC 29 Error Information Register 2
MTU_MC29_ERRINFO3 0xF0062DF8          MC 29 Error Information Register 3
MTU_MC29_ERRINFO4 0xF0062DFA          MC 29 Error Information Register 4
MTU_MC30_CONFIG0 0xF0062E00          MC 30 Configuration Register 0
MTU_MC30_CONFIG1 0xF0062E02          MC 30 Configuration Register 1
MTU_MC30_MCONTROL 0xF0062E04          MC 30 MBIST Control Register
MTU_MC30_MSTATUS 0xF0062E06          MC 30 Status Register
MTU_MC30_RANGE  0xF0062E08          MC 30 Range Register, single address mode
MTU_MC30_REVID  0xF0062E0C          MC 30 Revision ID Register
MTU_MC30_ECCS   0xF0062E0E          MC 30 ECC Safety Register
MTU_MC30_ECCD   0xF0062E10          MC 30 Memory ECC Detection Register
MTU_MC30_ETRR0  0xF0062E12          MC 30 Error Tracking Register 0
MTU_MC30_ETRR1  0xF0062E14          MC 30 Error Tracking Register 1
MTU_MC30_ETRR2  0xF0062E16          MC 30 Error Tracking Register 2
MTU_MC30_ETRR3  0xF0062E18          MC 30 Error Tracking Register 3
MTU_MC30_ETRR4  0xF0062E1A          MC 30 Error Tracking Register 4
MTU_MC30_RDBFL0 0xF0062E60          MC 30 Read Data and Bit Flip Register 0
MTU_MC30_RDBFL1 0xF0062E62          MC 30 Read Data and Bit Flip Register 1
MTU_MC30_RDBFL2 0xF0062E64          MC 30 Read Data and Bit Flip Register 2
MTU_MC30_RDBFL3 0xF0062E66          MC 30 Read Data and Bit Flip Register 3
MTU_MC30_RDBFL4 0xF0062E68          MC 30 Read Data and Bit Flip Register 4
MTU_MC30_RDBFL5 0xF0062E6A          MC 30 Read Data and Bit Flip Register 5
MTU_MC30_RDBFL6 0xF0062E6C          MC 30 Read Data and Bit Flip Register 6
MTU_MC30_RDBFL7 0xF0062E6E          MC 30 Read Data and Bit Flip Register 7
MTU_MC30_RDBFL8 0xF0062E70          MC 30 Read Data and Bit Flip Register 8
MTU_MC30_RDBFL9 0xF0062E72          MC 30 Read Data and Bit Flip Register 9
MTU_MC30_RDBFL10 0xF0062E74          MC 30 Read Data and Bit Flip Register 10
MTU_MC30_RDBFL11 0xF0062E76          MC 30 Read Data and Bit Flip Register 11
MTU_MC30_RDBFL12 0xF0062E78          MC 30 Read Data and Bit Flip Register 12
MTU_MC30_RDBFL13 0xF0062E7A          MC 30 Read Data and Bit Flip Register 13
MTU_MC30_RDBFL14 0xF0062E7C          MC 30 Read Data and Bit Flip Register 14
MTU_MC30_RDBFL15 0xF0062E7E          MC 30 Read Data and Bit Flip Register 15
MTU_MC30_RDBFL16 0xF0062E80          MC 30 Read Data and Bit Flip Register 16
MTU_MC30_RDBFL17 0xF0062E82          MC 30 Read Data and Bit Flip Register 17
MTU_MC30_RDBFL18 0xF0062E84          MC 30 Read Data and Bit Flip Register 18
MTU_MC30_RDBFL19 0xF0062E86          MC 30 Read Data and Bit Flip Register 19
MTU_MC30_RDBFL20 0xF0062E88          MC 30 Read Data and Bit Flip Register 20
MTU_MC30_RDBFL21 0xF0062E8A          MC 30 Read Data and Bit Flip Register 21
MTU_MC30_RDBFL22 0xF0062E8C          MC 30 Read Data and Bit Flip Register 22
MTU_MC30_RDBFL23 0xF0062E8E          MC 30 Read Data and Bit Flip Register 23
MTU_MC30_RDBFL24 0xF0062E90          MC 30 Read Data and Bit Flip Register 24
MTU_MC30_RDBFL25 0xF0062E92          MC 30 Read Data and Bit Flip Register 25
MTU_MC30_RDBFL26 0xF0062E94          MC 30 Read Data and Bit Flip Register 26
MTU_MC30_RDBFL27 0xF0062E96          MC 30 Read Data and Bit Flip Register 27
MTU_MC30_RDBFL28 0xF0062E98          MC 30 Read Data and Bit Flip Register 28
MTU_MC30_RDBFL29 0xF0062E9A          MC 30 Read Data and Bit Flip Register 29
MTU_MC30_RDBFL30 0xF0062E9C          MC 30 Read Data and Bit Flip Register 30
MTU_MC30_RDBFL31 0xF0062E9E          MC 30 Read Data and Bit Flip Register 31
MTU_MC30_RDBFL32 0xF0062EA0          MC 30 Read Data and Bit Flip Register 32
MTU_MC30_RDBFL33 0xF0062EA2          MC 30 Read Data and Bit Flip Register 33
MTU_MC30_RDBFL34 0xF0062EA4          MC 30 Read Data and Bit Flip Register 34
MTU_MC30_RDBFL35 0xF0062EA6          MC 30 Read Data and Bit Flip Register 35
MTU_MC30_RDBFL36 0xF0062EA8          MC 30 Read Data and Bit Flip Register 36
MTU_MC30_RDBFL37 0xF0062EAA          MC 30 Read Data and Bit Flip Register 37
MTU_MC30_RDBFL38 0xF0062EAC          MC 30 Read Data and Bit Flip Register 38
MTU_MC30_RDBFL39 0xF0062EAE          MC 30 Read Data and Bit Flip Register 39
MTU_MC30_RDBFL40 0xF0062EB0          MC 30 Read Data and Bit Flip Register 40
MTU_MC30_RDBFL41 0xF0062EB2          MC 30 Read Data and Bit Flip Register 41
MTU_MC30_RDBFL42 0xF0062EB4          MC 30 Read Data and Bit Flip Register 42
MTU_MC30_RDBFL43 0xF0062EB6          MC 30 Read Data and Bit Flip Register 43
MTU_MC30_RDBFL44 0xF0062EB8          MC 30 Read Data and Bit Flip Register 44
MTU_MC30_RDBFL45 0xF0062EBA          MC 30 Read Data and Bit Flip Register 45
MTU_MC30_RDBFL46 0xF0062EBC          MC 30 Read Data and Bit Flip Register 46
MTU_MC30_RDBFL47 0xF0062EBE          MC 30 Read Data and Bit Flip Register 47
MTU_MC30_RDBFL48 0xF0062EC0          MC 30 Read Data and Bit Flip Register 48
MTU_MC30_RDBFL49 0xF0062EC2          MC 30 Read Data and Bit Flip Register 49
MTU_MC30_RDBFL50 0xF0062EC4          MC 30 Read Data and Bit Flip Register 50
MTU_MC30_RDBFL51 0xF0062EC6          MC 30 Read Data and Bit Flip Register 51
MTU_MC30_RDBFL52 0xF0062EC8          MC 30 Read Data and Bit Flip Register 52
MTU_MC30_RDBFL53 0xF0062ECA          MC 30 Read Data and Bit Flip Register 53
MTU_MC30_RDBFL54 0xF0062ECC          MC 30 Read Data and Bit Flip Register 54
MTU_MC30_RDBFL55 0xF0062ECE          MC 30 Read Data and Bit Flip Register 55
MTU_MC30_RDBFL56 0xF0062ED0          MC 30 Read Data and Bit Flip Register 56
MTU_MC30_RDBFL57 0xF0062ED2          MC 30 Read Data and Bit Flip Register 57
MTU_MC30_RDBFL58 0xF0062ED4          MC 30 Read Data and Bit Flip Register 58
MTU_MC30_RDBFL59 0xF0062ED6          MC 30 Read Data and Bit Flip Register 59
MTU_MC30_RDBFL60 0xF0062ED8          MC 30 Read Data and Bit Flip Register 60
MTU_MC30_RDBFL61 0xF0062EDA          MC 30 Read Data and Bit Flip Register 61
MTU_MC30_RDBFL62 0xF0062EDC          MC 30 Read Data and Bit Flip Register 62
MTU_MC30_RDBFL63 0xF0062EDE          MC 30 Read Data and Bit Flip Register 63
MTU_MC30_RDBFL64 0xF0062EE0          MC 30 Read Data and Bit Flip Register 64
MTU_MC30_RDBFL65 0xF0062EE2          MC 30 Read Data and Bit Flip Register 65
MTU_MC30_RDBFL66 0xF0062EE4          MC 30 Read Data and Bit Flip Register 66
MTU_MC30_ALMSRCS 0xF0062EEE          MC 30 Alarm Sources Configuration Register
MTU_MC30_FAULTSTS 0xF0062EF0          MC 30 SSH Safety Faults Status Register
MTU_MC30_ERRINFO0 0xF0062EF2          MC 30 Error Information Register 0
MTU_MC30_ERRINFO1 0xF0062EF4          MC 30 Error Information Register 1
MTU_MC30_ERRINFO2 0xF0062EF6          MC 30 Error Information Register 2
MTU_MC30_ERRINFO3 0xF0062EF8          MC 30 Error Information Register 3
MTU_MC30_ERRINFO4 0xF0062EFA          MC 30 Error Information Register 4
MTU_MC31_CONFIG0 0xF0062F00          MC 31 Configuration Register 0
MTU_MC31_CONFIG1 0xF0062F02          MC 31 Configuration Register 1
MTU_MC31_MCONTROL 0xF0062F04          MC 31 MBIST Control Register
MTU_MC31_MSTATUS 0xF0062F06          MC 31 Status Register
MTU_MC31_RANGE  0xF0062F08          MC 31 Range Register, single address mode
MTU_MC31_REVID  0xF0062F0C          MC 31 Revision ID Register
MTU_MC31_ECCS   0xF0062F0E          MC 31 ECC Safety Register
MTU_MC31_ECCD   0xF0062F10          MC 31 Memory ECC Detection Register
MTU_MC31_ETRR0  0xF0062F12          MC 31 Error Tracking Register 0
MTU_MC31_ETRR1  0xF0062F14          MC 31 Error Tracking Register 1
MTU_MC31_ETRR2  0xF0062F16          MC 31 Error Tracking Register 2
MTU_MC31_ETRR3  0xF0062F18          MC 31 Error Tracking Register 3
MTU_MC31_ETRR4  0xF0062F1A          MC 31 Error Tracking Register 4
MTU_MC31_RDBFL0 0xF0062F60          MC 31 Read Data and Bit Flip Register 0
MTU_MC31_RDBFL1 0xF0062F62          MC 31 Read Data and Bit Flip Register 1
MTU_MC31_RDBFL2 0xF0062F64          MC 31 Read Data and Bit Flip Register 2
MTU_MC31_RDBFL3 0xF0062F66          MC 31 Read Data and Bit Flip Register 3
MTU_MC31_RDBFL4 0xF0062F68          MC 31 Read Data and Bit Flip Register 4
MTU_MC31_RDBFL5 0xF0062F6A          MC 31 Read Data and Bit Flip Register 5
MTU_MC31_RDBFL6 0xF0062F6C          MC 31 Read Data and Bit Flip Register 6
MTU_MC31_RDBFL7 0xF0062F6E          MC 31 Read Data and Bit Flip Register 7
MTU_MC31_RDBFL8 0xF0062F70          MC 31 Read Data and Bit Flip Register 8
MTU_MC31_RDBFL9 0xF0062F72          MC 31 Read Data and Bit Flip Register 9
MTU_MC31_RDBFL10 0xF0062F74          MC 31 Read Data and Bit Flip Register 10
MTU_MC31_RDBFL11 0xF0062F76          MC 31 Read Data and Bit Flip Register 11
MTU_MC31_RDBFL12 0xF0062F78          MC 31 Read Data and Bit Flip Register 12
MTU_MC31_RDBFL13 0xF0062F7A          MC 31 Read Data and Bit Flip Register 13
MTU_MC31_RDBFL14 0xF0062F7C          MC 31 Read Data and Bit Flip Register 14
MTU_MC31_RDBFL15 0xF0062F7E          MC 31 Read Data and Bit Flip Register 15
MTU_MC31_RDBFL16 0xF0062F80          MC 31 Read Data and Bit Flip Register 16
MTU_MC31_RDBFL17 0xF0062F82          MC 31 Read Data and Bit Flip Register 17
MTU_MC31_RDBFL18 0xF0062F84          MC 31 Read Data and Bit Flip Register 18
MTU_MC31_RDBFL19 0xF0062F86          MC 31 Read Data and Bit Flip Register 19
MTU_MC31_RDBFL20 0xF0062F88          MC 31 Read Data and Bit Flip Register 20
MTU_MC31_RDBFL21 0xF0062F8A          MC 31 Read Data and Bit Flip Register 21
MTU_MC31_RDBFL22 0xF0062F8C          MC 31 Read Data and Bit Flip Register 22
MTU_MC31_RDBFL23 0xF0062F8E          MC 31 Read Data and Bit Flip Register 23
MTU_MC31_RDBFL24 0xF0062F90          MC 31 Read Data and Bit Flip Register 24
MTU_MC31_RDBFL25 0xF0062F92          MC 31 Read Data and Bit Flip Register 25
MTU_MC31_RDBFL26 0xF0062F94          MC 31 Read Data and Bit Flip Register 26
MTU_MC31_RDBFL27 0xF0062F96          MC 31 Read Data and Bit Flip Register 27
MTU_MC31_RDBFL28 0xF0062F98          MC 31 Read Data and Bit Flip Register 28
MTU_MC31_RDBFL29 0xF0062F9A          MC 31 Read Data and Bit Flip Register 29
MTU_MC31_RDBFL30 0xF0062F9C          MC 31 Read Data and Bit Flip Register 30
MTU_MC31_RDBFL31 0xF0062F9E          MC 31 Read Data and Bit Flip Register 31
MTU_MC31_RDBFL32 0xF0062FA0          MC 31 Read Data and Bit Flip Register 32
MTU_MC31_RDBFL33 0xF0062FA2          MC 31 Read Data and Bit Flip Register 33
MTU_MC31_RDBFL34 0xF0062FA4          MC 31 Read Data and Bit Flip Register 34
MTU_MC31_RDBFL35 0xF0062FA6          MC 31 Read Data and Bit Flip Register 35
MTU_MC31_RDBFL36 0xF0062FA8          MC 31 Read Data and Bit Flip Register 36
MTU_MC31_RDBFL37 0xF0062FAA          MC 31 Read Data and Bit Flip Register 37
MTU_MC31_RDBFL38 0xF0062FAC          MC 31 Read Data and Bit Flip Register 38
MTU_MC31_RDBFL39 0xF0062FAE          MC 31 Read Data and Bit Flip Register 39
MTU_MC31_RDBFL40 0xF0062FB0          MC 31 Read Data and Bit Flip Register 40
MTU_MC31_RDBFL41 0xF0062FB2          MC 31 Read Data and Bit Flip Register 41
MTU_MC31_RDBFL42 0xF0062FB4          MC 31 Read Data and Bit Flip Register 42
MTU_MC31_RDBFL43 0xF0062FB6          MC 31 Read Data and Bit Flip Register 43
MTU_MC31_RDBFL44 0xF0062FB8          MC 31 Read Data and Bit Flip Register 44
MTU_MC31_RDBFL45 0xF0062FBA          MC 31 Read Data and Bit Flip Register 45
MTU_MC31_RDBFL46 0xF0062FBC          MC 31 Read Data and Bit Flip Register 46
MTU_MC31_RDBFL47 0xF0062FBE          MC 31 Read Data and Bit Flip Register 47
MTU_MC31_RDBFL48 0xF0062FC0          MC 31 Read Data and Bit Flip Register 48
MTU_MC31_RDBFL49 0xF0062FC2          MC 31 Read Data and Bit Flip Register 49
MTU_MC31_RDBFL50 0xF0062FC4          MC 31 Read Data and Bit Flip Register 50
MTU_MC31_RDBFL51 0xF0062FC6          MC 31 Read Data and Bit Flip Register 51
MTU_MC31_RDBFL52 0xF0062FC8          MC 31 Read Data and Bit Flip Register 52
MTU_MC31_RDBFL53 0xF0062FCA          MC 31 Read Data and Bit Flip Register 53
MTU_MC31_RDBFL54 0xF0062FCC          MC 31 Read Data and Bit Flip Register 54
MTU_MC31_RDBFL55 0xF0062FCE          MC 31 Read Data and Bit Flip Register 55
MTU_MC31_RDBFL56 0xF0062FD0          MC 31 Read Data and Bit Flip Register 56
MTU_MC31_RDBFL57 0xF0062FD2          MC 31 Read Data and Bit Flip Register 57
MTU_MC31_RDBFL58 0xF0062FD4          MC 31 Read Data and Bit Flip Register 58
MTU_MC31_RDBFL59 0xF0062FD6          MC 31 Read Data and Bit Flip Register 59
MTU_MC31_RDBFL60 0xF0062FD8          MC 31 Read Data and Bit Flip Register 60
MTU_MC31_RDBFL61 0xF0062FDA          MC 31 Read Data and Bit Flip Register 61
MTU_MC31_RDBFL62 0xF0062FDC          MC 31 Read Data and Bit Flip Register 62
MTU_MC31_RDBFL63 0xF0062FDE          MC 31 Read Data and Bit Flip Register 63
MTU_MC31_RDBFL64 0xF0062FE0          MC 31 Read Data and Bit Flip Register 64
MTU_MC31_RDBFL65 0xF0062FE2          MC 31 Read Data and Bit Flip Register 65
MTU_MC31_RDBFL66 0xF0062FE4          MC 31 Read Data and Bit Flip Register 66
MTU_MC31_ALMSRCS 0xF0062FEE          MC 31 Alarm Sources Configuration Register
MTU_MC31_FAULTSTS 0xF0062FF0          MC 31 SSH Safety Faults Status Register
MTU_MC31_ERRINFO0 0xF0062FF2          MC 31 Error Information Register 0
MTU_MC31_ERRINFO1 0xF0062FF4          MC 31 Error Information Register 1
MTU_MC31_ERRINFO2 0xF0062FF6          MC 31 Error Information Register 2
MTU_MC31_ERRINFO3 0xF0062FF8          MC 31 Error Information Register 3
MTU_MC31_ERRINFO4 0xF0062FFA          MC 31 Error Information Register 4
MTU_MC32_CONFIG0 0xF0063000          MC 32 Configuration Register 0
MTU_MC32_CONFIG1 0xF0063002          MC 32 Configuration Register 1
MTU_MC32_MCONTROL 0xF0063004          MC 32 MBIST Control Register
MTU_MC32_MSTATUS 0xF0063006          MC 32 Status Register
MTU_MC32_RANGE  0xF0063008          MC 32 Range Register, single address mode
MTU_MC32_REVID  0xF006300C          MC 32 Revision ID Register
MTU_MC32_ECCS   0xF006300E          MC 32 ECC Safety Register
MTU_MC32_ECCD   0xF0063010          MC 32 Memory ECC Detection Register
MTU_MC32_ETRR0  0xF0063012          MC 32 Error Tracking Register 0
MTU_MC32_ETRR1  0xF0063014          MC 32 Error Tracking Register 1
MTU_MC32_ETRR2  0xF0063016          MC 32 Error Tracking Register 2
MTU_MC32_ETRR3  0xF0063018          MC 32 Error Tracking Register 3
MTU_MC32_ETRR4  0xF006301A          MC 32 Error Tracking Register 4
MTU_MC32_RDBFL0 0xF0063060          MC 32 Read Data and Bit Flip Register 0
MTU_MC32_RDBFL1 0xF0063062          MC 32 Read Data and Bit Flip Register 1
MTU_MC32_RDBFL2 0xF0063064          MC 32 Read Data and Bit Flip Register 2
MTU_MC32_RDBFL3 0xF0063066          MC 32 Read Data and Bit Flip Register 3
MTU_MC32_RDBFL4 0xF0063068          MC 32 Read Data and Bit Flip Register 4
MTU_MC32_RDBFL5 0xF006306A          MC 32 Read Data and Bit Flip Register 5
MTU_MC32_RDBFL6 0xF006306C          MC 32 Read Data and Bit Flip Register 6
MTU_MC32_RDBFL7 0xF006306E          MC 32 Read Data and Bit Flip Register 7
MTU_MC32_RDBFL8 0xF0063070          MC 32 Read Data and Bit Flip Register 8
MTU_MC32_RDBFL9 0xF0063072          MC 32 Read Data and Bit Flip Register 9
MTU_MC32_RDBFL10 0xF0063074          MC 32 Read Data and Bit Flip Register 10
MTU_MC32_RDBFL11 0xF0063076          MC 32 Read Data and Bit Flip Register 11
MTU_MC32_RDBFL12 0xF0063078          MC 32 Read Data and Bit Flip Register 12
MTU_MC32_RDBFL13 0xF006307A          MC 32 Read Data and Bit Flip Register 13
MTU_MC32_RDBFL14 0xF006307C          MC 32 Read Data and Bit Flip Register 14
MTU_MC32_RDBFL15 0xF006307E          MC 32 Read Data and Bit Flip Register 15
MTU_MC32_RDBFL16 0xF0063080          MC 32 Read Data and Bit Flip Register 16
MTU_MC32_RDBFL17 0xF0063082          MC 32 Read Data and Bit Flip Register 17
MTU_MC32_RDBFL18 0xF0063084          MC 32 Read Data and Bit Flip Register 18
MTU_MC32_RDBFL19 0xF0063086          MC 32 Read Data and Bit Flip Register 19
MTU_MC32_RDBFL20 0xF0063088          MC 32 Read Data and Bit Flip Register 20
MTU_MC32_RDBFL21 0xF006308A          MC 32 Read Data and Bit Flip Register 21
MTU_MC32_RDBFL22 0xF006308C          MC 32 Read Data and Bit Flip Register 22
MTU_MC32_RDBFL23 0xF006308E          MC 32 Read Data and Bit Flip Register 23
MTU_MC32_RDBFL24 0xF0063090          MC 32 Read Data and Bit Flip Register 24
MTU_MC32_RDBFL25 0xF0063092          MC 32 Read Data and Bit Flip Register 25
MTU_MC32_RDBFL26 0xF0063094          MC 32 Read Data and Bit Flip Register 26
MTU_MC32_RDBFL27 0xF0063096          MC 32 Read Data and Bit Flip Register 27
MTU_MC32_RDBFL28 0xF0063098          MC 32 Read Data and Bit Flip Register 28
MTU_MC32_RDBFL29 0xF006309A          MC 32 Read Data and Bit Flip Register 29
MTU_MC32_RDBFL30 0xF006309C          MC 32 Read Data and Bit Flip Register 30
MTU_MC32_RDBFL31 0xF006309E          MC 32 Read Data and Bit Flip Register 31
MTU_MC32_RDBFL32 0xF00630A0          MC 32 Read Data and Bit Flip Register 32
MTU_MC32_RDBFL33 0xF00630A2          MC 32 Read Data and Bit Flip Register 33
MTU_MC32_RDBFL34 0xF00630A4          MC 32 Read Data and Bit Flip Register 34
MTU_MC32_RDBFL35 0xF00630A6          MC 32 Read Data and Bit Flip Register 35
MTU_MC32_RDBFL36 0xF00630A8          MC 32 Read Data and Bit Flip Register 36
MTU_MC32_RDBFL37 0xF00630AA          MC 32 Read Data and Bit Flip Register 37
MTU_MC32_RDBFL38 0xF00630AC          MC 32 Read Data and Bit Flip Register 38
MTU_MC32_RDBFL39 0xF00630AE          MC 32 Read Data and Bit Flip Register 39
MTU_MC32_RDBFL40 0xF00630B0          MC 32 Read Data and Bit Flip Register 40
MTU_MC32_RDBFL41 0xF00630B2          MC 32 Read Data and Bit Flip Register 41
MTU_MC32_RDBFL42 0xF00630B4          MC 32 Read Data and Bit Flip Register 42
MTU_MC32_RDBFL43 0xF00630B6          MC 32 Read Data and Bit Flip Register 43
MTU_MC32_RDBFL44 0xF00630B8          MC 32 Read Data and Bit Flip Register 44
MTU_MC32_RDBFL45 0xF00630BA          MC 32 Read Data and Bit Flip Register 45
MTU_MC32_RDBFL46 0xF00630BC          MC 32 Read Data and Bit Flip Register 46
MTU_MC32_RDBFL47 0xF00630BE          MC 32 Read Data and Bit Flip Register 47
MTU_MC32_RDBFL48 0xF00630C0          MC 32 Read Data and Bit Flip Register 48
MTU_MC32_RDBFL49 0xF00630C2          MC 32 Read Data and Bit Flip Register 49
MTU_MC32_RDBFL50 0xF00630C4          MC 32 Read Data and Bit Flip Register 50
MTU_MC32_RDBFL51 0xF00630C6          MC 32 Read Data and Bit Flip Register 51
MTU_MC32_RDBFL52 0xF00630C8          MC 32 Read Data and Bit Flip Register 52
MTU_MC32_RDBFL53 0xF00630CA          MC 32 Read Data and Bit Flip Register 53
MTU_MC32_RDBFL54 0xF00630CC          MC 32 Read Data and Bit Flip Register 54
MTU_MC32_RDBFL55 0xF00630CE          MC 32 Read Data and Bit Flip Register 55
MTU_MC32_RDBFL56 0xF00630D0          MC 32 Read Data and Bit Flip Register 56
MTU_MC32_RDBFL57 0xF00630D2          MC 32 Read Data and Bit Flip Register 57
MTU_MC32_RDBFL58 0xF00630D4          MC 32 Read Data and Bit Flip Register 58
MTU_MC32_RDBFL59 0xF00630D6          MC 32 Read Data and Bit Flip Register 59
MTU_MC32_RDBFL60 0xF00630D8          MC 32 Read Data and Bit Flip Register 60
MTU_MC32_RDBFL61 0xF00630DA          MC 32 Read Data and Bit Flip Register 61
MTU_MC32_RDBFL62 0xF00630DC          MC 32 Read Data and Bit Flip Register 62
MTU_MC32_RDBFL63 0xF00630DE          MC 32 Read Data and Bit Flip Register 63
MTU_MC32_RDBFL64 0xF00630E0          MC 32 Read Data and Bit Flip Register 64
MTU_MC32_RDBFL65 0xF00630E2          MC 32 Read Data and Bit Flip Register 65
MTU_MC32_RDBFL66 0xF00630E4          MC 32 Read Data and Bit Flip Register 66
MTU_MC32_ALMSRCS 0xF00630EE          MC 32 Alarm Sources Configuration Register
MTU_MC32_FAULTSTS 0xF00630F0          MC 32 SSH Safety Faults Status Register
MTU_MC32_ERRINFO0 0xF00630F2          MC 32 Error Information Register 0
MTU_MC32_ERRINFO1 0xF00630F4          MC 32 Error Information Register 1
MTU_MC32_ERRINFO2 0xF00630F6          MC 32 Error Information Register 2
MTU_MC32_ERRINFO3 0xF00630F8          MC 32 Error Information Register 3
MTU_MC32_ERRINFO4 0xF00630FA          MC 32 Error Information Register 4
MTU_MC33_CONFIG0 0xF0063100          MC 33 Configuration Register 0
MTU_MC33_CONFIG1 0xF0063102          MC 33 Configuration Register 1
MTU_MC33_MCONTROL 0xF0063104          MC 33 MBIST Control Register
MTU_MC33_MSTATUS 0xF0063106          MC 33 Status Register
MTU_MC33_RANGE  0xF0063108          MC 33 Range Register, single address mode
MTU_MC33_REVID  0xF006310C          MC 33 Revision ID Register
MTU_MC33_ECCS   0xF006310E          MC 33 ECC Safety Register
MTU_MC33_ECCD   0xF0063110          MC 33 Memory ECC Detection Register
MTU_MC33_ETRR0  0xF0063112          MC 33 Error Tracking Register 0
MTU_MC33_ETRR1  0xF0063114          MC 33 Error Tracking Register 1
MTU_MC33_ETRR2  0xF0063116          MC 33 Error Tracking Register 2
MTU_MC33_ETRR3  0xF0063118          MC 33 Error Tracking Register 3
MTU_MC33_ETRR4  0xF006311A          MC 33 Error Tracking Register 4
MTU_MC33_RDBFL0 0xF0063160          MC 33 Read Data and Bit Flip Register 0
MTU_MC33_RDBFL1 0xF0063162          MC 33 Read Data and Bit Flip Register 1
MTU_MC33_RDBFL2 0xF0063164          MC 33 Read Data and Bit Flip Register 2
MTU_MC33_RDBFL3 0xF0063166          MC 33 Read Data and Bit Flip Register 3
MTU_MC33_RDBFL4 0xF0063168          MC 33 Read Data and Bit Flip Register 4
MTU_MC33_RDBFL5 0xF006316A          MC 33 Read Data and Bit Flip Register 5
MTU_MC33_RDBFL6 0xF006316C          MC 33 Read Data and Bit Flip Register 6
MTU_MC33_RDBFL7 0xF006316E          MC 33 Read Data and Bit Flip Register 7
MTU_MC33_RDBFL8 0xF0063170          MC 33 Read Data and Bit Flip Register 8
MTU_MC33_RDBFL9 0xF0063172          MC 33 Read Data and Bit Flip Register 9
MTU_MC33_RDBFL10 0xF0063174          MC 33 Read Data and Bit Flip Register 10
MTU_MC33_RDBFL11 0xF0063176          MC 33 Read Data and Bit Flip Register 11
MTU_MC33_RDBFL12 0xF0063178          MC 33 Read Data and Bit Flip Register 12
MTU_MC33_RDBFL13 0xF006317A          MC 33 Read Data and Bit Flip Register 13
MTU_MC33_RDBFL14 0xF006317C          MC 33 Read Data and Bit Flip Register 14
MTU_MC33_RDBFL15 0xF006317E          MC 33 Read Data and Bit Flip Register 15
MTU_MC33_RDBFL16 0xF0063180          MC 33 Read Data and Bit Flip Register 16
MTU_MC33_RDBFL17 0xF0063182          MC 33 Read Data and Bit Flip Register 17
MTU_MC33_RDBFL18 0xF0063184          MC 33 Read Data and Bit Flip Register 18
MTU_MC33_RDBFL19 0xF0063186          MC 33 Read Data and Bit Flip Register 19
MTU_MC33_RDBFL20 0xF0063188          MC 33 Read Data and Bit Flip Register 20
MTU_MC33_RDBFL21 0xF006318A          MC 33 Read Data and Bit Flip Register 21
MTU_MC33_RDBFL22 0xF006318C          MC 33 Read Data and Bit Flip Register 22
MTU_MC33_RDBFL23 0xF006318E          MC 33 Read Data and Bit Flip Register 23
MTU_MC33_RDBFL24 0xF0063190          MC 33 Read Data and Bit Flip Register 24
MTU_MC33_RDBFL25 0xF0063192          MC 33 Read Data and Bit Flip Register 25
MTU_MC33_RDBFL26 0xF0063194          MC 33 Read Data and Bit Flip Register 26
MTU_MC33_RDBFL27 0xF0063196          MC 33 Read Data and Bit Flip Register 27
MTU_MC33_RDBFL28 0xF0063198          MC 33 Read Data and Bit Flip Register 28
MTU_MC33_RDBFL29 0xF006319A          MC 33 Read Data and Bit Flip Register 29
MTU_MC33_RDBFL30 0xF006319C          MC 33 Read Data and Bit Flip Register 30
MTU_MC33_RDBFL31 0xF006319E          MC 33 Read Data and Bit Flip Register 31
MTU_MC33_RDBFL32 0xF00631A0          MC 33 Read Data and Bit Flip Register 32
MTU_MC33_RDBFL33 0xF00631A2          MC 33 Read Data and Bit Flip Register 33
MTU_MC33_RDBFL34 0xF00631A4          MC 33 Read Data and Bit Flip Register 34
MTU_MC33_RDBFL35 0xF00631A6          MC 33 Read Data and Bit Flip Register 35
MTU_MC33_RDBFL36 0xF00631A8          MC 33 Read Data and Bit Flip Register 36
MTU_MC33_RDBFL37 0xF00631AA          MC 33 Read Data and Bit Flip Register 37
MTU_MC33_RDBFL38 0xF00631AC          MC 33 Read Data and Bit Flip Register 38
MTU_MC33_RDBFL39 0xF00631AE          MC 33 Read Data and Bit Flip Register 39
MTU_MC33_RDBFL40 0xF00631B0          MC 33 Read Data and Bit Flip Register 40
MTU_MC33_RDBFL41 0xF00631B2          MC 33 Read Data and Bit Flip Register 41
MTU_MC33_RDBFL42 0xF00631B4          MC 33 Read Data and Bit Flip Register 42
MTU_MC33_RDBFL43 0xF00631B6          MC 33 Read Data and Bit Flip Register 43
MTU_MC33_RDBFL44 0xF00631B8          MC 33 Read Data and Bit Flip Register 44
MTU_MC33_RDBFL45 0xF00631BA          MC 33 Read Data and Bit Flip Register 45
MTU_MC33_RDBFL46 0xF00631BC          MC 33 Read Data and Bit Flip Register 46
MTU_MC33_RDBFL47 0xF00631BE          MC 33 Read Data and Bit Flip Register 47
MTU_MC33_RDBFL48 0xF00631C0          MC 33 Read Data and Bit Flip Register 48
MTU_MC33_RDBFL49 0xF00631C2          MC 33 Read Data and Bit Flip Register 49
MTU_MC33_RDBFL50 0xF00631C4          MC 33 Read Data and Bit Flip Register 50
MTU_MC33_RDBFL51 0xF00631C6          MC 33 Read Data and Bit Flip Register 51
MTU_MC33_RDBFL52 0xF00631C8          MC 33 Read Data and Bit Flip Register 52
MTU_MC33_RDBFL53 0xF00631CA          MC 33 Read Data and Bit Flip Register 53
MTU_MC33_RDBFL54 0xF00631CC          MC 33 Read Data and Bit Flip Register 54
MTU_MC33_RDBFL55 0xF00631CE          MC 33 Read Data and Bit Flip Register 55
MTU_MC33_RDBFL56 0xF00631D0          MC 33 Read Data and Bit Flip Register 56
MTU_MC33_RDBFL57 0xF00631D2          MC 33 Read Data and Bit Flip Register 57
MTU_MC33_RDBFL58 0xF00631D4          MC 33 Read Data and Bit Flip Register 58
MTU_MC33_RDBFL59 0xF00631D6          MC 33 Read Data and Bit Flip Register 59
MTU_MC33_RDBFL60 0xF00631D8          MC 33 Read Data and Bit Flip Register 60
MTU_MC33_RDBFL61 0xF00631DA          MC 33 Read Data and Bit Flip Register 61
MTU_MC33_RDBFL62 0xF00631DC          MC 33 Read Data and Bit Flip Register 62
MTU_MC33_RDBFL63 0xF00631DE          MC 33 Read Data and Bit Flip Register 63
MTU_MC33_RDBFL64 0xF00631E0          MC 33 Read Data and Bit Flip Register 64
MTU_MC33_RDBFL65 0xF00631E2          MC 33 Read Data and Bit Flip Register 65
MTU_MC33_RDBFL66 0xF00631E4          MC 33 Read Data and Bit Flip Register 66
MTU_MC33_ALMSRCS 0xF00631EE          MC 33 Alarm Sources Configuration Register
MTU_MC33_FAULTSTS 0xF00631F0          MC 33 SSH Safety Faults Status Register
MTU_MC33_ERRINFO0 0xF00631F2          MC 33 Error Information Register 0
MTU_MC33_ERRINFO1 0xF00631F4          MC 33 Error Information Register 1
MTU_MC33_ERRINFO2 0xF00631F6          MC 33 Error Information Register 2
MTU_MC33_ERRINFO3 0xF00631F8          MC 33 Error Information Register 3
MTU_MC33_ERRINFO4 0xF00631FA          MC 33 Error Information Register 4
MTU_MC34_CONFIG0 0xF0063200          MC 34 Configuration Register 0
MTU_MC34_CONFIG1 0xF0063202          MC 34 Configuration Register 1
MTU_MC34_MCONTROL 0xF0063204          MC 34 MBIST Control Register
MTU_MC34_MSTATUS 0xF0063206          MC 34 Status Register
MTU_MC34_RANGE  0xF0063208          MC 34 Range Register, single address mode
MTU_MC34_REVID  0xF006320C          MC 34 Revision ID Register
MTU_MC34_ECCS   0xF006320E          MC 34 ECC Safety Register
MTU_MC34_ECCD   0xF0063210          MC 34 Memory ECC Detection Register
MTU_MC34_ETRR0  0xF0063212          MC 34 Error Tracking Register 0
MTU_MC34_ETRR1  0xF0063214          MC 34 Error Tracking Register 1
MTU_MC34_ETRR2  0xF0063216          MC 34 Error Tracking Register 2
MTU_MC34_ETRR3  0xF0063218          MC 34 Error Tracking Register 3
MTU_MC34_ETRR4  0xF006321A          MC 34 Error Tracking Register 4
MTU_MC34_RDBFL0 0xF0063260          MC 34 Read Data and Bit Flip Register 0
MTU_MC34_RDBFL1 0xF0063262          MC 34 Read Data and Bit Flip Register 1
MTU_MC34_RDBFL2 0xF0063264          MC 34 Read Data and Bit Flip Register 2
MTU_MC34_RDBFL3 0xF0063266          MC 34 Read Data and Bit Flip Register 3
MTU_MC34_RDBFL4 0xF0063268          MC 34 Read Data and Bit Flip Register 4
MTU_MC34_RDBFL5 0xF006326A          MC 34 Read Data and Bit Flip Register 5
MTU_MC34_RDBFL6 0xF006326C          MC 34 Read Data and Bit Flip Register 6
MTU_MC34_RDBFL7 0xF006326E          MC 34 Read Data and Bit Flip Register 7
MTU_MC34_RDBFL8 0xF0063270          MC 34 Read Data and Bit Flip Register 8
MTU_MC34_RDBFL9 0xF0063272          MC 34 Read Data and Bit Flip Register 9
MTU_MC34_RDBFL10 0xF0063274          MC 34 Read Data and Bit Flip Register 10
MTU_MC34_RDBFL11 0xF0063276          MC 34 Read Data and Bit Flip Register 11
MTU_MC34_RDBFL12 0xF0063278          MC 34 Read Data and Bit Flip Register 12
MTU_MC34_RDBFL13 0xF006327A          MC 34 Read Data and Bit Flip Register 13
MTU_MC34_RDBFL14 0xF006327C          MC 34 Read Data and Bit Flip Register 14
MTU_MC34_RDBFL15 0xF006327E          MC 34 Read Data and Bit Flip Register 15
MTU_MC34_RDBFL16 0xF0063280          MC 34 Read Data and Bit Flip Register 16
MTU_MC34_RDBFL17 0xF0063282          MC 34 Read Data and Bit Flip Register 17
MTU_MC34_RDBFL18 0xF0063284          MC 34 Read Data and Bit Flip Register 18
MTU_MC34_RDBFL19 0xF0063286          MC 34 Read Data and Bit Flip Register 19
MTU_MC34_RDBFL20 0xF0063288          MC 34 Read Data and Bit Flip Register 20
MTU_MC34_RDBFL21 0xF006328A          MC 34 Read Data and Bit Flip Register 21
MTU_MC34_RDBFL22 0xF006328C          MC 34 Read Data and Bit Flip Register 22
MTU_MC34_RDBFL23 0xF006328E          MC 34 Read Data and Bit Flip Register 23
MTU_MC34_RDBFL24 0xF0063290          MC 34 Read Data and Bit Flip Register 24
MTU_MC34_RDBFL25 0xF0063292          MC 34 Read Data and Bit Flip Register 25
MTU_MC34_RDBFL26 0xF0063294          MC 34 Read Data and Bit Flip Register 26
MTU_MC34_RDBFL27 0xF0063296          MC 34 Read Data and Bit Flip Register 27
MTU_MC34_RDBFL28 0xF0063298          MC 34 Read Data and Bit Flip Register 28
MTU_MC34_RDBFL29 0xF006329A          MC 34 Read Data and Bit Flip Register 29
MTU_MC34_RDBFL30 0xF006329C          MC 34 Read Data and Bit Flip Register 30
MTU_MC34_RDBFL31 0xF006329E          MC 34 Read Data and Bit Flip Register 31
MTU_MC34_RDBFL32 0xF00632A0          MC 34 Read Data and Bit Flip Register 32
MTU_MC34_RDBFL33 0xF00632A2          MC 34 Read Data and Bit Flip Register 33
MTU_MC34_RDBFL34 0xF00632A4          MC 34 Read Data and Bit Flip Register 34
MTU_MC34_RDBFL35 0xF00632A6          MC 34 Read Data and Bit Flip Register 35
MTU_MC34_RDBFL36 0xF00632A8          MC 34 Read Data and Bit Flip Register 36
MTU_MC34_RDBFL37 0xF00632AA          MC 34 Read Data and Bit Flip Register 37
MTU_MC34_RDBFL38 0xF00632AC          MC 34 Read Data and Bit Flip Register 38
MTU_MC34_RDBFL39 0xF00632AE          MC 34 Read Data and Bit Flip Register 39
MTU_MC34_RDBFL40 0xF00632B0          MC 34 Read Data and Bit Flip Register 40
MTU_MC34_RDBFL41 0xF00632B2          MC 34 Read Data and Bit Flip Register 41
MTU_MC34_RDBFL42 0xF00632B4          MC 34 Read Data and Bit Flip Register 42
MTU_MC34_RDBFL43 0xF00632B6          MC 34 Read Data and Bit Flip Register 43
MTU_MC34_RDBFL44 0xF00632B8          MC 34 Read Data and Bit Flip Register 44
MTU_MC34_RDBFL45 0xF00632BA          MC 34 Read Data and Bit Flip Register 45
MTU_MC34_RDBFL46 0xF00632BC          MC 34 Read Data and Bit Flip Register 46
MTU_MC34_RDBFL47 0xF00632BE          MC 34 Read Data and Bit Flip Register 47
MTU_MC34_RDBFL48 0xF00632C0          MC 34 Read Data and Bit Flip Register 48
MTU_MC34_RDBFL49 0xF00632C2          MC 34 Read Data and Bit Flip Register 49
MTU_MC34_RDBFL50 0xF00632C4          MC 34 Read Data and Bit Flip Register 50
MTU_MC34_RDBFL51 0xF00632C6          MC 34 Read Data and Bit Flip Register 51
MTU_MC34_RDBFL52 0xF00632C8          MC 34 Read Data and Bit Flip Register 52
MTU_MC34_RDBFL53 0xF00632CA          MC 34 Read Data and Bit Flip Register 53
MTU_MC34_RDBFL54 0xF00632CC          MC 34 Read Data and Bit Flip Register 54
MTU_MC34_RDBFL55 0xF00632CE          MC 34 Read Data and Bit Flip Register 55
MTU_MC34_RDBFL56 0xF00632D0          MC 34 Read Data and Bit Flip Register 56
MTU_MC34_RDBFL57 0xF00632D2          MC 34 Read Data and Bit Flip Register 57
MTU_MC34_RDBFL58 0xF00632D4          MC 34 Read Data and Bit Flip Register 58
MTU_MC34_RDBFL59 0xF00632D6          MC 34 Read Data and Bit Flip Register 59
MTU_MC34_RDBFL60 0xF00632D8          MC 34 Read Data and Bit Flip Register 60
MTU_MC34_RDBFL61 0xF00632DA          MC 34 Read Data and Bit Flip Register 61
MTU_MC34_RDBFL62 0xF00632DC          MC 34 Read Data and Bit Flip Register 62
MTU_MC34_RDBFL63 0xF00632DE          MC 34 Read Data and Bit Flip Register 63
MTU_MC34_RDBFL64 0xF00632E0          MC 34 Read Data and Bit Flip Register 64
MTU_MC34_RDBFL65 0xF00632E2          MC 34 Read Data and Bit Flip Register 65
MTU_MC34_RDBFL66 0xF00632E4          MC 34 Read Data and Bit Flip Register 66
MTU_MC34_ALMSRCS 0xF00632EE          MC 34 Alarm Sources Configuration Register
MTU_MC34_FAULTSTS 0xF00632F0          MC 34 SSH Safety Faults Status Register
MTU_MC34_ERRINFO0 0xF00632F2          MC 34 Error Information Register 0
MTU_MC34_ERRINFO1 0xF00632F4          MC 34 Error Information Register 1
MTU_MC34_ERRINFO2 0xF00632F6          MC 34 Error Information Register 2
MTU_MC34_ERRINFO3 0xF00632F8          MC 34 Error Information Register 3
MTU_MC34_ERRINFO4 0xF00632FA          MC 34 Error Information Register 4
MTU_MC35_CONFIG0 0xF0063300          MC 35 Configuration Register 0
MTU_MC35_CONFIG1 0xF0063302          MC 35 Configuration Register 1
MTU_MC35_MCONTROL 0xF0063304          MC 35 MBIST Control Register
MTU_MC35_MSTATUS 0xF0063306          MC 35 Status Register
MTU_MC35_RANGE  0xF0063308          MC 35 Range Register, single address mode
MTU_MC35_REVID  0xF006330C          MC 35 Revision ID Register
MTU_MC35_ECCS   0xF006330E          MC 35 ECC Safety Register
MTU_MC35_ECCD   0xF0063310          MC 35 Memory ECC Detection Register
MTU_MC35_ETRR0  0xF0063312          MC 35 Error Tracking Register 0
MTU_MC35_ETRR1  0xF0063314          MC 35 Error Tracking Register 1
MTU_MC35_ETRR2  0xF0063316          MC 35 Error Tracking Register 2
MTU_MC35_ETRR3  0xF0063318          MC 35 Error Tracking Register 3
MTU_MC35_ETRR4  0xF006331A          MC 35 Error Tracking Register 4
MTU_MC35_RDBFL0 0xF0063360          MC 35 Read Data and Bit Flip Register 0
MTU_MC35_RDBFL1 0xF0063362          MC 35 Read Data and Bit Flip Register 1
MTU_MC35_RDBFL2 0xF0063364          MC 35 Read Data and Bit Flip Register 2
MTU_MC35_RDBFL3 0xF0063366          MC 35 Read Data and Bit Flip Register 3
MTU_MC35_RDBFL4 0xF0063368          MC 35 Read Data and Bit Flip Register 4
MTU_MC35_RDBFL5 0xF006336A          MC 35 Read Data and Bit Flip Register 5
MTU_MC35_RDBFL6 0xF006336C          MC 35 Read Data and Bit Flip Register 6
MTU_MC35_RDBFL7 0xF006336E          MC 35 Read Data and Bit Flip Register 7
MTU_MC35_RDBFL8 0xF0063370          MC 35 Read Data and Bit Flip Register 8
MTU_MC35_RDBFL9 0xF0063372          MC 35 Read Data and Bit Flip Register 9
MTU_MC35_RDBFL10 0xF0063374          MC 35 Read Data and Bit Flip Register 10
MTU_MC35_RDBFL11 0xF0063376          MC 35 Read Data and Bit Flip Register 11
MTU_MC35_RDBFL12 0xF0063378          MC 35 Read Data and Bit Flip Register 12
MTU_MC35_RDBFL13 0xF006337A          MC 35 Read Data and Bit Flip Register 13
MTU_MC35_RDBFL14 0xF006337C          MC 35 Read Data and Bit Flip Register 14
MTU_MC35_RDBFL15 0xF006337E          MC 35 Read Data and Bit Flip Register 15
MTU_MC35_RDBFL16 0xF0063380          MC 35 Read Data and Bit Flip Register 16
MTU_MC35_RDBFL17 0xF0063382          MC 35 Read Data and Bit Flip Register 17
MTU_MC35_RDBFL18 0xF0063384          MC 35 Read Data and Bit Flip Register 18
MTU_MC35_RDBFL19 0xF0063386          MC 35 Read Data and Bit Flip Register 19
MTU_MC35_RDBFL20 0xF0063388          MC 35 Read Data and Bit Flip Register 20
MTU_MC35_RDBFL21 0xF006338A          MC 35 Read Data and Bit Flip Register 21
MTU_MC35_RDBFL22 0xF006338C          MC 35 Read Data and Bit Flip Register 22
MTU_MC35_RDBFL23 0xF006338E          MC 35 Read Data and Bit Flip Register 23
MTU_MC35_RDBFL24 0xF0063390          MC 35 Read Data and Bit Flip Register 24
MTU_MC35_RDBFL25 0xF0063392          MC 35 Read Data and Bit Flip Register 25
MTU_MC35_RDBFL26 0xF0063394          MC 35 Read Data and Bit Flip Register 26
MTU_MC35_RDBFL27 0xF0063396          MC 35 Read Data and Bit Flip Register 27
MTU_MC35_RDBFL28 0xF0063398          MC 35 Read Data and Bit Flip Register 28
MTU_MC35_RDBFL29 0xF006339A          MC 35 Read Data and Bit Flip Register 29
MTU_MC35_RDBFL30 0xF006339C          MC 35 Read Data and Bit Flip Register 30
MTU_MC35_RDBFL31 0xF006339E          MC 35 Read Data and Bit Flip Register 31
MTU_MC35_RDBFL32 0xF00633A0          MC 35 Read Data and Bit Flip Register 32
MTU_MC35_RDBFL33 0xF00633A2          MC 35 Read Data and Bit Flip Register 33
MTU_MC35_RDBFL34 0xF00633A4          MC 35 Read Data and Bit Flip Register 34
MTU_MC35_RDBFL35 0xF00633A6          MC 35 Read Data and Bit Flip Register 35
MTU_MC35_RDBFL36 0xF00633A8          MC 35 Read Data and Bit Flip Register 36
MTU_MC35_RDBFL37 0xF00633AA          MC 35 Read Data and Bit Flip Register 37
MTU_MC35_RDBFL38 0xF00633AC          MC 35 Read Data and Bit Flip Register 38
MTU_MC35_RDBFL39 0xF00633AE          MC 35 Read Data and Bit Flip Register 39
MTU_MC35_RDBFL40 0xF00633B0          MC 35 Read Data and Bit Flip Register 40
MTU_MC35_RDBFL41 0xF00633B2          MC 35 Read Data and Bit Flip Register 41
MTU_MC35_RDBFL42 0xF00633B4          MC 35 Read Data and Bit Flip Register 42
MTU_MC35_RDBFL43 0xF00633B6          MC 35 Read Data and Bit Flip Register 43
MTU_MC35_RDBFL44 0xF00633B8          MC 35 Read Data and Bit Flip Register 44
MTU_MC35_RDBFL45 0xF00633BA          MC 35 Read Data and Bit Flip Register 45
MTU_MC35_RDBFL46 0xF00633BC          MC 35 Read Data and Bit Flip Register 46
MTU_MC35_RDBFL47 0xF00633BE          MC 35 Read Data and Bit Flip Register 47
MTU_MC35_RDBFL48 0xF00633C0          MC 35 Read Data and Bit Flip Register 48
MTU_MC35_RDBFL49 0xF00633C2          MC 35 Read Data and Bit Flip Register 49
MTU_MC35_RDBFL50 0xF00633C4          MC 35 Read Data and Bit Flip Register 50
MTU_MC35_RDBFL51 0xF00633C6          MC 35 Read Data and Bit Flip Register 51
MTU_MC35_RDBFL52 0xF00633C8          MC 35 Read Data and Bit Flip Register 52
MTU_MC35_RDBFL53 0xF00633CA          MC 35 Read Data and Bit Flip Register 53
MTU_MC35_RDBFL54 0xF00633CC          MC 35 Read Data and Bit Flip Register 54
MTU_MC35_RDBFL55 0xF00633CE          MC 35 Read Data and Bit Flip Register 55
MTU_MC35_RDBFL56 0xF00633D0          MC 35 Read Data and Bit Flip Register 56
MTU_MC35_RDBFL57 0xF00633D2          MC 35 Read Data and Bit Flip Register 57
MTU_MC35_RDBFL58 0xF00633D4          MC 35 Read Data and Bit Flip Register 58
MTU_MC35_RDBFL59 0xF00633D6          MC 35 Read Data and Bit Flip Register 59
MTU_MC35_RDBFL60 0xF00633D8          MC 35 Read Data and Bit Flip Register 60
MTU_MC35_RDBFL61 0xF00633DA          MC 35 Read Data and Bit Flip Register 61
MTU_MC35_RDBFL62 0xF00633DC          MC 35 Read Data and Bit Flip Register 62
MTU_MC35_RDBFL63 0xF00633DE          MC 35 Read Data and Bit Flip Register 63
MTU_MC35_RDBFL64 0xF00633E0          MC 35 Read Data and Bit Flip Register 64
MTU_MC35_RDBFL65 0xF00633E2          MC 35 Read Data and Bit Flip Register 65
MTU_MC35_RDBFL66 0xF00633E4          MC 35 Read Data and Bit Flip Register 66
MTU_MC35_ALMSRCS 0xF00633EE          MC 35 Alarm Sources Configuration Register
MTU_MC35_FAULTSTS 0xF00633F0          MC 35 SSH Safety Faults Status Register
MTU_MC35_ERRINFO0 0xF00633F2          MC 35 Error Information Register 0
MTU_MC35_ERRINFO1 0xF00633F4          MC 35 Error Information Register 1
MTU_MC35_ERRINFO2 0xF00633F6          MC 35 Error Information Register 2
MTU_MC35_ERRINFO3 0xF00633F8          MC 35 Error Information Register 3
MTU_MC35_ERRINFO4 0xF00633FA          MC 35 Error Information Register 4
MTU_MC36_CONFIG0 0xF0063400          MC 36 Configuration Register 0
MTU_MC36_CONFIG1 0xF0063402          MC 36 Configuration Register 1
MTU_MC36_MCONTROL 0xF0063404          MC 36 MBIST Control Register
MTU_MC36_MSTATUS 0xF0063406          MC 36 Status Register
MTU_MC36_RANGE  0xF0063408          MC 36 Range Register, single address mode
MTU_MC36_REVID  0xF006340C          MC 36 Revision ID Register
MTU_MC36_ECCS   0xF006340E          MC 36 ECC Safety Register
MTU_MC36_ECCD   0xF0063410          MC 36 Memory ECC Detection Register
MTU_MC36_ETRR0  0xF0063412          MC 36 Error Tracking Register 0
MTU_MC36_ETRR1  0xF0063414          MC 36 Error Tracking Register 1
MTU_MC36_ETRR2  0xF0063416          MC 36 Error Tracking Register 2
MTU_MC36_ETRR3  0xF0063418          MC 36 Error Tracking Register 3
MTU_MC36_ETRR4  0xF006341A          MC 36 Error Tracking Register 4
MTU_MC36_RDBFL0 0xF0063460          MC 36 Read Data and Bit Flip Register 0
MTU_MC36_RDBFL1 0xF0063462          MC 36 Read Data and Bit Flip Register 1
MTU_MC36_RDBFL2 0xF0063464          MC 36 Read Data and Bit Flip Register 2
MTU_MC36_RDBFL3 0xF0063466          MC 36 Read Data and Bit Flip Register 3
MTU_MC36_RDBFL4 0xF0063468          MC 36 Read Data and Bit Flip Register 4
MTU_MC36_RDBFL5 0xF006346A          MC 36 Read Data and Bit Flip Register 5
MTU_MC36_RDBFL6 0xF006346C          MC 36 Read Data and Bit Flip Register 6
MTU_MC36_RDBFL7 0xF006346E          MC 36 Read Data and Bit Flip Register 7
MTU_MC36_RDBFL8 0xF0063470          MC 36 Read Data and Bit Flip Register 8
MTU_MC36_RDBFL9 0xF0063472          MC 36 Read Data and Bit Flip Register 9
MTU_MC36_RDBFL10 0xF0063474          MC 36 Read Data and Bit Flip Register 10
MTU_MC36_RDBFL11 0xF0063476          MC 36 Read Data and Bit Flip Register 11
MTU_MC36_RDBFL12 0xF0063478          MC 36 Read Data and Bit Flip Register 12
MTU_MC36_RDBFL13 0xF006347A          MC 36 Read Data and Bit Flip Register 13
MTU_MC36_RDBFL14 0xF006347C          MC 36 Read Data and Bit Flip Register 14
MTU_MC36_RDBFL15 0xF006347E          MC 36 Read Data and Bit Flip Register 15
MTU_MC36_RDBFL16 0xF0063480          MC 36 Read Data and Bit Flip Register 16
MTU_MC36_RDBFL17 0xF0063482          MC 36 Read Data and Bit Flip Register 17
MTU_MC36_RDBFL18 0xF0063484          MC 36 Read Data and Bit Flip Register 18
MTU_MC36_RDBFL19 0xF0063486          MC 36 Read Data and Bit Flip Register 19
MTU_MC36_RDBFL20 0xF0063488          MC 36 Read Data and Bit Flip Register 20
MTU_MC36_RDBFL21 0xF006348A          MC 36 Read Data and Bit Flip Register 21
MTU_MC36_RDBFL22 0xF006348C          MC 36 Read Data and Bit Flip Register 22
MTU_MC36_RDBFL23 0xF006348E          MC 36 Read Data and Bit Flip Register 23
MTU_MC36_RDBFL24 0xF0063490          MC 36 Read Data and Bit Flip Register 24
MTU_MC36_RDBFL25 0xF0063492          MC 36 Read Data and Bit Flip Register 25
MTU_MC36_RDBFL26 0xF0063494          MC 36 Read Data and Bit Flip Register 26
MTU_MC36_RDBFL27 0xF0063496          MC 36 Read Data and Bit Flip Register 27
MTU_MC36_RDBFL28 0xF0063498          MC 36 Read Data and Bit Flip Register 28
MTU_MC36_RDBFL29 0xF006349A          MC 36 Read Data and Bit Flip Register 29
MTU_MC36_RDBFL30 0xF006349C          MC 36 Read Data and Bit Flip Register 30
MTU_MC36_RDBFL31 0xF006349E          MC 36 Read Data and Bit Flip Register 31
MTU_MC36_RDBFL32 0xF00634A0          MC 36 Read Data and Bit Flip Register 32
MTU_MC36_RDBFL33 0xF00634A2          MC 36 Read Data and Bit Flip Register 33
MTU_MC36_RDBFL34 0xF00634A4          MC 36 Read Data and Bit Flip Register 34
MTU_MC36_RDBFL35 0xF00634A6          MC 36 Read Data and Bit Flip Register 35
MTU_MC36_RDBFL36 0xF00634A8          MC 36 Read Data and Bit Flip Register 36
MTU_MC36_RDBFL37 0xF00634AA          MC 36 Read Data and Bit Flip Register 37
MTU_MC36_RDBFL38 0xF00634AC          MC 36 Read Data and Bit Flip Register 38
MTU_MC36_RDBFL39 0xF00634AE          MC 36 Read Data and Bit Flip Register 39
MTU_MC36_RDBFL40 0xF00634B0          MC 36 Read Data and Bit Flip Register 40
MTU_MC36_RDBFL41 0xF00634B2          MC 36 Read Data and Bit Flip Register 41
MTU_MC36_RDBFL42 0xF00634B4          MC 36 Read Data and Bit Flip Register 42
MTU_MC36_RDBFL43 0xF00634B6          MC 36 Read Data and Bit Flip Register 43
MTU_MC36_RDBFL44 0xF00634B8          MC 36 Read Data and Bit Flip Register 44
MTU_MC36_RDBFL45 0xF00634BA          MC 36 Read Data and Bit Flip Register 45
MTU_MC36_RDBFL46 0xF00634BC          MC 36 Read Data and Bit Flip Register 46
MTU_MC36_RDBFL47 0xF00634BE          MC 36 Read Data and Bit Flip Register 47
MTU_MC36_RDBFL48 0xF00634C0          MC 36 Read Data and Bit Flip Register 48
MTU_MC36_RDBFL49 0xF00634C2          MC 36 Read Data and Bit Flip Register 49
MTU_MC36_RDBFL50 0xF00634C4          MC 36 Read Data and Bit Flip Register 50
MTU_MC36_RDBFL51 0xF00634C6          MC 36 Read Data and Bit Flip Register 51
MTU_MC36_RDBFL52 0xF00634C8          MC 36 Read Data and Bit Flip Register 52
MTU_MC36_RDBFL53 0xF00634CA          MC 36 Read Data and Bit Flip Register 53
MTU_MC36_RDBFL54 0xF00634CC          MC 36 Read Data and Bit Flip Register 54
MTU_MC36_RDBFL55 0xF00634CE          MC 36 Read Data and Bit Flip Register 55
MTU_MC36_RDBFL56 0xF00634D0          MC 36 Read Data and Bit Flip Register 56
MTU_MC36_RDBFL57 0xF00634D2          MC 36 Read Data and Bit Flip Register 57
MTU_MC36_RDBFL58 0xF00634D4          MC 36 Read Data and Bit Flip Register 58
MTU_MC36_RDBFL59 0xF00634D6          MC 36 Read Data and Bit Flip Register 59
MTU_MC36_RDBFL60 0xF00634D8          MC 36 Read Data and Bit Flip Register 60
MTU_MC36_RDBFL61 0xF00634DA          MC 36 Read Data and Bit Flip Register 61
MTU_MC36_RDBFL62 0xF00634DC          MC 36 Read Data and Bit Flip Register 62
MTU_MC36_RDBFL63 0xF00634DE          MC 36 Read Data and Bit Flip Register 63
MTU_MC36_RDBFL64 0xF00634E0          MC 36 Read Data and Bit Flip Register 64
MTU_MC36_RDBFL65 0xF00634E2          MC 36 Read Data and Bit Flip Register 65
MTU_MC36_RDBFL66 0xF00634E4          MC 36 Read Data and Bit Flip Register 66
MTU_MC36_ALMSRCS 0xF00634EE          MC 36 Alarm Sources Configuration Register
MTU_MC36_FAULTSTS 0xF00634F0          MC 36 SSH Safety Faults Status Register
MTU_MC36_ERRINFO0 0xF00634F2          MC 36 Error Information Register 0
MTU_MC36_ERRINFO1 0xF00634F4          MC 36 Error Information Register 1
MTU_MC36_ERRINFO2 0xF00634F6          MC 36 Error Information Register 2
MTU_MC36_ERRINFO3 0xF00634F8          MC 36 Error Information Register 3
MTU_MC36_ERRINFO4 0xF00634FA          MC 36 Error Information Register 4
MTU_MC37_CONFIG0 0xF0063500          MC 37 Configuration Register 0
MTU_MC37_CONFIG1 0xF0063502          MC 37 Configuration Register 1
MTU_MC37_MCONTROL 0xF0063504          MC 37 MBIST Control Register
MTU_MC37_MSTATUS 0xF0063506          MC 37 Status Register
MTU_MC37_RANGE  0xF0063508          MC 37 Range Register, single address mode
MTU_MC37_REVID  0xF006350C          MC 37 Revision ID Register
MTU_MC37_ECCS   0xF006350E          MC 37 ECC Safety Register
MTU_MC37_ECCD   0xF0063510          MC 37 Memory ECC Detection Register
MTU_MC37_ETRR0  0xF0063512          MC 37 Error Tracking Register 0
MTU_MC37_ETRR1  0xF0063514          MC 37 Error Tracking Register 1
MTU_MC37_ETRR2  0xF0063516          MC 37 Error Tracking Register 2
MTU_MC37_ETRR3  0xF0063518          MC 37 Error Tracking Register 3
MTU_MC37_ETRR4  0xF006351A          MC 37 Error Tracking Register 4
MTU_MC37_RDBFL0 0xF0063560          MC 37 Read Data and Bit Flip Register 0
MTU_MC37_RDBFL1 0xF0063562          MC 37 Read Data and Bit Flip Register 1
MTU_MC37_RDBFL2 0xF0063564          MC 37 Read Data and Bit Flip Register 2
MTU_MC37_RDBFL3 0xF0063566          MC 37 Read Data and Bit Flip Register 3
MTU_MC37_RDBFL4 0xF0063568          MC 37 Read Data and Bit Flip Register 4
MTU_MC37_RDBFL5 0xF006356A          MC 37 Read Data and Bit Flip Register 5
MTU_MC37_RDBFL6 0xF006356C          MC 37 Read Data and Bit Flip Register 6
MTU_MC37_RDBFL7 0xF006356E          MC 37 Read Data and Bit Flip Register 7
MTU_MC37_RDBFL8 0xF0063570          MC 37 Read Data and Bit Flip Register 8
MTU_MC37_RDBFL9 0xF0063572          MC 37 Read Data and Bit Flip Register 9
MTU_MC37_RDBFL10 0xF0063574          MC 37 Read Data and Bit Flip Register 10
MTU_MC37_RDBFL11 0xF0063576          MC 37 Read Data and Bit Flip Register 11
MTU_MC37_RDBFL12 0xF0063578          MC 37 Read Data and Bit Flip Register 12
MTU_MC37_RDBFL13 0xF006357A          MC 37 Read Data and Bit Flip Register 13
MTU_MC37_RDBFL14 0xF006357C          MC 37 Read Data and Bit Flip Register 14
MTU_MC37_RDBFL15 0xF006357E          MC 37 Read Data and Bit Flip Register 15
MTU_MC37_RDBFL16 0xF0063580          MC 37 Read Data and Bit Flip Register 16
MTU_MC37_RDBFL17 0xF0063582          MC 37 Read Data and Bit Flip Register 17
MTU_MC37_RDBFL18 0xF0063584          MC 37 Read Data and Bit Flip Register 18
MTU_MC37_RDBFL19 0xF0063586          MC 37 Read Data and Bit Flip Register 19
MTU_MC37_RDBFL20 0xF0063588          MC 37 Read Data and Bit Flip Register 20
MTU_MC37_RDBFL21 0xF006358A          MC 37 Read Data and Bit Flip Register 21
MTU_MC37_RDBFL22 0xF006358C          MC 37 Read Data and Bit Flip Register 22
MTU_MC37_RDBFL23 0xF006358E          MC 37 Read Data and Bit Flip Register 23
MTU_MC37_RDBFL24 0xF0063590          MC 37 Read Data and Bit Flip Register 24
MTU_MC37_RDBFL25 0xF0063592          MC 37 Read Data and Bit Flip Register 25
MTU_MC37_RDBFL26 0xF0063594          MC 37 Read Data and Bit Flip Register 26
MTU_MC37_RDBFL27 0xF0063596          MC 37 Read Data and Bit Flip Register 27
MTU_MC37_RDBFL28 0xF0063598          MC 37 Read Data and Bit Flip Register 28
MTU_MC37_RDBFL29 0xF006359A          MC 37 Read Data and Bit Flip Register 29
MTU_MC37_RDBFL30 0xF006359C          MC 37 Read Data and Bit Flip Register 30
MTU_MC37_RDBFL31 0xF006359E          MC 37 Read Data and Bit Flip Register 31
MTU_MC37_RDBFL32 0xF00635A0          MC 37 Read Data and Bit Flip Register 32
MTU_MC37_RDBFL33 0xF00635A2          MC 37 Read Data and Bit Flip Register 33
MTU_MC37_RDBFL34 0xF00635A4          MC 37 Read Data and Bit Flip Register 34
MTU_MC37_RDBFL35 0xF00635A6          MC 37 Read Data and Bit Flip Register 35
MTU_MC37_RDBFL36 0xF00635A8          MC 37 Read Data and Bit Flip Register 36
MTU_MC37_RDBFL37 0xF00635AA          MC 37 Read Data and Bit Flip Register 37
MTU_MC37_RDBFL38 0xF00635AC          MC 37 Read Data and Bit Flip Register 38
MTU_MC37_RDBFL39 0xF00635AE          MC 37 Read Data and Bit Flip Register 39
MTU_MC37_RDBFL40 0xF00635B0          MC 37 Read Data and Bit Flip Register 40
MTU_MC37_RDBFL41 0xF00635B2          MC 37 Read Data and Bit Flip Register 41
MTU_MC37_RDBFL42 0xF00635B4          MC 37 Read Data and Bit Flip Register 42
MTU_MC37_RDBFL43 0xF00635B6          MC 37 Read Data and Bit Flip Register 43
MTU_MC37_RDBFL44 0xF00635B8          MC 37 Read Data and Bit Flip Register 44
MTU_MC37_RDBFL45 0xF00635BA          MC 37 Read Data and Bit Flip Register 45
MTU_MC37_RDBFL46 0xF00635BC          MC 37 Read Data and Bit Flip Register 46
MTU_MC37_RDBFL47 0xF00635BE          MC 37 Read Data and Bit Flip Register 47
MTU_MC37_RDBFL48 0xF00635C0          MC 37 Read Data and Bit Flip Register 48
MTU_MC37_RDBFL49 0xF00635C2          MC 37 Read Data and Bit Flip Register 49
MTU_MC37_RDBFL50 0xF00635C4          MC 37 Read Data and Bit Flip Register 50
MTU_MC37_RDBFL51 0xF00635C6          MC 37 Read Data and Bit Flip Register 51
MTU_MC37_RDBFL52 0xF00635C8          MC 37 Read Data and Bit Flip Register 52
MTU_MC37_RDBFL53 0xF00635CA          MC 37 Read Data and Bit Flip Register 53
MTU_MC37_RDBFL54 0xF00635CC          MC 37 Read Data and Bit Flip Register 54
MTU_MC37_RDBFL55 0xF00635CE          MC 37 Read Data and Bit Flip Register 55
MTU_MC37_RDBFL56 0xF00635D0          MC 37 Read Data and Bit Flip Register 56
MTU_MC37_RDBFL57 0xF00635D2          MC 37 Read Data and Bit Flip Register 57
MTU_MC37_RDBFL58 0xF00635D4          MC 37 Read Data and Bit Flip Register 58
MTU_MC37_RDBFL59 0xF00635D6          MC 37 Read Data and Bit Flip Register 59
MTU_MC37_RDBFL60 0xF00635D8          MC 37 Read Data and Bit Flip Register 60
MTU_MC37_RDBFL61 0xF00635DA          MC 37 Read Data and Bit Flip Register 61
MTU_MC37_RDBFL62 0xF00635DC          MC 37 Read Data and Bit Flip Register 62
MTU_MC37_RDBFL63 0xF00635DE          MC 37 Read Data and Bit Flip Register 63
MTU_MC37_RDBFL64 0xF00635E0          MC 37 Read Data and Bit Flip Register 64
MTU_MC37_RDBFL65 0xF00635E2          MC 37 Read Data and Bit Flip Register 65
MTU_MC37_RDBFL66 0xF00635E4          MC 37 Read Data and Bit Flip Register 66
MTU_MC37_ALMSRCS 0xF00635EE          MC 37 Alarm Sources Configuration Register
MTU_MC37_FAULTSTS 0xF00635F0          MC 37 SSH Safety Faults Status Register
MTU_MC37_ERRINFO0 0xF00635F2          MC 37 Error Information Register 0
MTU_MC37_ERRINFO1 0xF00635F4          MC 37 Error Information Register 1
MTU_MC37_ERRINFO2 0xF00635F6          MC 37 Error Information Register 2
MTU_MC37_ERRINFO3 0xF00635F8          MC 37 Error Information Register 3
MTU_MC37_ERRINFO4 0xF00635FA          MC 37 Error Information Register 4
MTU_MC38_CONFIG0 0xF0063600          MC 38 Configuration Register 0
MTU_MC38_CONFIG1 0xF0063602          MC 38 Configuration Register 1
MTU_MC38_MCONTROL 0xF0063604          MC 38 MBIST Control Register
MTU_MC38_MSTATUS 0xF0063606          MC 38 Status Register
MTU_MC38_RANGE  0xF0063608          MC 38 Range Register, single address mode
MTU_MC38_REVID  0xF006360C          MC 38 Revision ID Register
MTU_MC38_ECCS   0xF006360E          MC 38 ECC Safety Register
MTU_MC38_ECCD   0xF0063610          MC 38 Memory ECC Detection Register
MTU_MC38_ETRR0  0xF0063612          MC 38 Error Tracking Register 0
MTU_MC38_ETRR1  0xF0063614          MC 38 Error Tracking Register 1
MTU_MC38_ETRR2  0xF0063616          MC 38 Error Tracking Register 2
MTU_MC38_ETRR3  0xF0063618          MC 38 Error Tracking Register 3
MTU_MC38_ETRR4  0xF006361A          MC 38 Error Tracking Register 4
MTU_MC38_RDBFL0 0xF0063660          MC 38 Read Data and Bit Flip Register 0
MTU_MC38_RDBFL1 0xF0063662          MC 38 Read Data and Bit Flip Register 1
MTU_MC38_RDBFL2 0xF0063664          MC 38 Read Data and Bit Flip Register 2
MTU_MC38_RDBFL3 0xF0063666          MC 38 Read Data and Bit Flip Register 3
MTU_MC38_RDBFL4 0xF0063668          MC 38 Read Data and Bit Flip Register 4
MTU_MC38_RDBFL5 0xF006366A          MC 38 Read Data and Bit Flip Register 5
MTU_MC38_RDBFL6 0xF006366C          MC 38 Read Data and Bit Flip Register 6
MTU_MC38_RDBFL7 0xF006366E          MC 38 Read Data and Bit Flip Register 7
MTU_MC38_RDBFL8 0xF0063670          MC 38 Read Data and Bit Flip Register 8
MTU_MC38_RDBFL9 0xF0063672          MC 38 Read Data and Bit Flip Register 9
MTU_MC38_RDBFL10 0xF0063674          MC 38 Read Data and Bit Flip Register 10
MTU_MC38_RDBFL11 0xF0063676          MC 38 Read Data and Bit Flip Register 11
MTU_MC38_RDBFL12 0xF0063678          MC 38 Read Data and Bit Flip Register 12
MTU_MC38_RDBFL13 0xF006367A          MC 38 Read Data and Bit Flip Register 13
MTU_MC38_RDBFL14 0xF006367C          MC 38 Read Data and Bit Flip Register 14
MTU_MC38_RDBFL15 0xF006367E          MC 38 Read Data and Bit Flip Register 15
MTU_MC38_RDBFL16 0xF0063680          MC 38 Read Data and Bit Flip Register 16
MTU_MC38_RDBFL17 0xF0063682          MC 38 Read Data and Bit Flip Register 17
MTU_MC38_RDBFL18 0xF0063684          MC 38 Read Data and Bit Flip Register 18
MTU_MC38_RDBFL19 0xF0063686          MC 38 Read Data and Bit Flip Register 19
MTU_MC38_RDBFL20 0xF0063688          MC 38 Read Data and Bit Flip Register 20
MTU_MC38_RDBFL21 0xF006368A          MC 38 Read Data and Bit Flip Register 21
MTU_MC38_RDBFL22 0xF006368C          MC 38 Read Data and Bit Flip Register 22
MTU_MC38_RDBFL23 0xF006368E          MC 38 Read Data and Bit Flip Register 23
MTU_MC38_RDBFL24 0xF0063690          MC 38 Read Data and Bit Flip Register 24
MTU_MC38_RDBFL25 0xF0063692          MC 38 Read Data and Bit Flip Register 25
MTU_MC38_RDBFL26 0xF0063694          MC 38 Read Data and Bit Flip Register 26
MTU_MC38_RDBFL27 0xF0063696          MC 38 Read Data and Bit Flip Register 27
MTU_MC38_RDBFL28 0xF0063698          MC 38 Read Data and Bit Flip Register 28
MTU_MC38_RDBFL29 0xF006369A          MC 38 Read Data and Bit Flip Register 29
MTU_MC38_RDBFL30 0xF006369C          MC 38 Read Data and Bit Flip Register 30
MTU_MC38_RDBFL31 0xF006369E          MC 38 Read Data and Bit Flip Register 31
MTU_MC38_RDBFL32 0xF00636A0          MC 38 Read Data and Bit Flip Register 32
MTU_MC38_RDBFL33 0xF00636A2          MC 38 Read Data and Bit Flip Register 33
MTU_MC38_RDBFL34 0xF00636A4          MC 38 Read Data and Bit Flip Register 34
MTU_MC38_RDBFL35 0xF00636A6          MC 38 Read Data and Bit Flip Register 35
MTU_MC38_RDBFL36 0xF00636A8          MC 38 Read Data and Bit Flip Register 36
MTU_MC38_RDBFL37 0xF00636AA          MC 38 Read Data and Bit Flip Register 37
MTU_MC38_RDBFL38 0xF00636AC          MC 38 Read Data and Bit Flip Register 38
MTU_MC38_RDBFL39 0xF00636AE          MC 38 Read Data and Bit Flip Register 39
MTU_MC38_RDBFL40 0xF00636B0          MC 38 Read Data and Bit Flip Register 40
MTU_MC38_RDBFL41 0xF00636B2          MC 38 Read Data and Bit Flip Register 41
MTU_MC38_RDBFL42 0xF00636B4          MC 38 Read Data and Bit Flip Register 42
MTU_MC38_RDBFL43 0xF00636B6          MC 38 Read Data and Bit Flip Register 43
MTU_MC38_RDBFL44 0xF00636B8          MC 38 Read Data and Bit Flip Register 44
MTU_MC38_RDBFL45 0xF00636BA          MC 38 Read Data and Bit Flip Register 45
MTU_MC38_RDBFL46 0xF00636BC          MC 38 Read Data and Bit Flip Register 46
MTU_MC38_RDBFL47 0xF00636BE          MC 38 Read Data and Bit Flip Register 47
MTU_MC38_RDBFL48 0xF00636C0          MC 38 Read Data and Bit Flip Register 48
MTU_MC38_RDBFL49 0xF00636C2          MC 38 Read Data and Bit Flip Register 49
MTU_MC38_RDBFL50 0xF00636C4          MC 38 Read Data and Bit Flip Register 50
MTU_MC38_RDBFL51 0xF00636C6          MC 38 Read Data and Bit Flip Register 51
MTU_MC38_RDBFL52 0xF00636C8          MC 38 Read Data and Bit Flip Register 52
MTU_MC38_RDBFL53 0xF00636CA          MC 38 Read Data and Bit Flip Register 53
MTU_MC38_RDBFL54 0xF00636CC          MC 38 Read Data and Bit Flip Register 54
MTU_MC38_RDBFL55 0xF00636CE          MC 38 Read Data and Bit Flip Register 55
MTU_MC38_RDBFL56 0xF00636D0          MC 38 Read Data and Bit Flip Register 56
MTU_MC38_RDBFL57 0xF00636D2          MC 38 Read Data and Bit Flip Register 57
MTU_MC38_RDBFL58 0xF00636D4          MC 38 Read Data and Bit Flip Register 58
MTU_MC38_RDBFL59 0xF00636D6          MC 38 Read Data and Bit Flip Register 59
MTU_MC38_RDBFL60 0xF00636D8          MC 38 Read Data and Bit Flip Register 60
MTU_MC38_RDBFL61 0xF00636DA          MC 38 Read Data and Bit Flip Register 61
MTU_MC38_RDBFL62 0xF00636DC          MC 38 Read Data and Bit Flip Register 62
MTU_MC38_RDBFL63 0xF00636DE          MC 38 Read Data and Bit Flip Register 63
MTU_MC38_RDBFL64 0xF00636E0          MC 38 Read Data and Bit Flip Register 64
MTU_MC38_RDBFL65 0xF00636E2          MC 38 Read Data and Bit Flip Register 65
MTU_MC38_RDBFL66 0xF00636E4          MC 38 Read Data and Bit Flip Register 66
MTU_MC38_ALMSRCS 0xF00636EE          MC 38 Alarm Sources Configuration Register
MTU_MC38_FAULTSTS 0xF00636F0          MC 38 SSH Safety Faults Status Register
MTU_MC38_ERRINFO0 0xF00636F2          MC 38 Error Information Register 0
MTU_MC38_ERRINFO1 0xF00636F4          MC 38 Error Information Register 1
MTU_MC38_ERRINFO2 0xF00636F6          MC 38 Error Information Register 2
MTU_MC38_ERRINFO3 0xF00636F8          MC 38 Error Information Register 3
MTU_MC38_ERRINFO4 0xF00636FA          MC 38 Error Information Register 4
MTU_MC39_CONFIG0 0xF0063700          MC 39 Configuration Register 0
MTU_MC39_CONFIG1 0xF0063702          MC 39 Configuration Register 1
MTU_MC39_MCONTROL 0xF0063704          MC 39 MBIST Control Register
MTU_MC39_MSTATUS 0xF0063706          MC 39 Status Register
MTU_MC39_RANGE  0xF0063708          MC 39 Range Register, single address mode
MTU_MC39_REVID  0xF006370C          MC 39 Revision ID Register
MTU_MC39_ECCS   0xF006370E          MC 39 ECC Safety Register
MTU_MC39_ECCD   0xF0063710          MC 39 Memory ECC Detection Register
MTU_MC39_ETRR0  0xF0063712          MC 39 Error Tracking Register 0
MTU_MC39_ETRR1  0xF0063714          MC 39 Error Tracking Register 1
MTU_MC39_ETRR2  0xF0063716          MC 39 Error Tracking Register 2
MTU_MC39_ETRR3  0xF0063718          MC 39 Error Tracking Register 3
MTU_MC39_ETRR4  0xF006371A          MC 39 Error Tracking Register 4
MTU_MC39_RDBFL0 0xF0063760          MC 39 Read Data and Bit Flip Register 0
MTU_MC39_RDBFL1 0xF0063762          MC 39 Read Data and Bit Flip Register 1
MTU_MC39_RDBFL2 0xF0063764          MC 39 Read Data and Bit Flip Register 2
MTU_MC39_RDBFL3 0xF0063766          MC 39 Read Data and Bit Flip Register 3
MTU_MC39_RDBFL4 0xF0063768          MC 39 Read Data and Bit Flip Register 4
MTU_MC39_RDBFL5 0xF006376A          MC 39 Read Data and Bit Flip Register 5
MTU_MC39_RDBFL6 0xF006376C          MC 39 Read Data and Bit Flip Register 6
MTU_MC39_RDBFL7 0xF006376E          MC 39 Read Data and Bit Flip Register 7
MTU_MC39_RDBFL8 0xF0063770          MC 39 Read Data and Bit Flip Register 8
MTU_MC39_RDBFL9 0xF0063772          MC 39 Read Data and Bit Flip Register 9
MTU_MC39_RDBFL10 0xF0063774          MC 39 Read Data and Bit Flip Register 10
MTU_MC39_RDBFL11 0xF0063776          MC 39 Read Data and Bit Flip Register 11
MTU_MC39_RDBFL12 0xF0063778          MC 39 Read Data and Bit Flip Register 12
MTU_MC39_RDBFL13 0xF006377A          MC 39 Read Data and Bit Flip Register 13
MTU_MC39_RDBFL14 0xF006377C          MC 39 Read Data and Bit Flip Register 14
MTU_MC39_RDBFL15 0xF006377E          MC 39 Read Data and Bit Flip Register 15
MTU_MC39_RDBFL16 0xF0063780          MC 39 Read Data and Bit Flip Register 16
MTU_MC39_RDBFL17 0xF0063782          MC 39 Read Data and Bit Flip Register 17
MTU_MC39_RDBFL18 0xF0063784          MC 39 Read Data and Bit Flip Register 18
MTU_MC39_RDBFL19 0xF0063786          MC 39 Read Data and Bit Flip Register 19
MTU_MC39_RDBFL20 0xF0063788          MC 39 Read Data and Bit Flip Register 20
MTU_MC39_RDBFL21 0xF006378A          MC 39 Read Data and Bit Flip Register 21
MTU_MC39_RDBFL22 0xF006378C          MC 39 Read Data and Bit Flip Register 22
MTU_MC39_RDBFL23 0xF006378E          MC 39 Read Data and Bit Flip Register 23
MTU_MC39_RDBFL24 0xF0063790          MC 39 Read Data and Bit Flip Register 24
MTU_MC39_RDBFL25 0xF0063792          MC 39 Read Data and Bit Flip Register 25
MTU_MC39_RDBFL26 0xF0063794          MC 39 Read Data and Bit Flip Register 26
MTU_MC39_RDBFL27 0xF0063796          MC 39 Read Data and Bit Flip Register 27
MTU_MC39_RDBFL28 0xF0063798          MC 39 Read Data and Bit Flip Register 28
MTU_MC39_RDBFL29 0xF006379A          MC 39 Read Data and Bit Flip Register 29
MTU_MC39_RDBFL30 0xF006379C          MC 39 Read Data and Bit Flip Register 30
MTU_MC39_RDBFL31 0xF006379E          MC 39 Read Data and Bit Flip Register 31
MTU_MC39_RDBFL32 0xF00637A0          MC 39 Read Data and Bit Flip Register 32
MTU_MC39_RDBFL33 0xF00637A2          MC 39 Read Data and Bit Flip Register 33
MTU_MC39_RDBFL34 0xF00637A4          MC 39 Read Data and Bit Flip Register 34
MTU_MC39_RDBFL35 0xF00637A6          MC 39 Read Data and Bit Flip Register 35
MTU_MC39_RDBFL36 0xF00637A8          MC 39 Read Data and Bit Flip Register 36
MTU_MC39_RDBFL37 0xF00637AA          MC 39 Read Data and Bit Flip Register 37
MTU_MC39_RDBFL38 0xF00637AC          MC 39 Read Data and Bit Flip Register 38
MTU_MC39_RDBFL39 0xF00637AE          MC 39 Read Data and Bit Flip Register 39
MTU_MC39_RDBFL40 0xF00637B0          MC 39 Read Data and Bit Flip Register 40
MTU_MC39_RDBFL41 0xF00637B2          MC 39 Read Data and Bit Flip Register 41
MTU_MC39_RDBFL42 0xF00637B4          MC 39 Read Data and Bit Flip Register 42
MTU_MC39_RDBFL43 0xF00637B6          MC 39 Read Data and Bit Flip Register 43
MTU_MC39_RDBFL44 0xF00637B8          MC 39 Read Data and Bit Flip Register 44
MTU_MC39_RDBFL45 0xF00637BA          MC 39 Read Data and Bit Flip Register 45
MTU_MC39_RDBFL46 0xF00637BC          MC 39 Read Data and Bit Flip Register 46
MTU_MC39_RDBFL47 0xF00637BE          MC 39 Read Data and Bit Flip Register 47
MTU_MC39_RDBFL48 0xF00637C0          MC 39 Read Data and Bit Flip Register 48
MTU_MC39_RDBFL49 0xF00637C2          MC 39 Read Data and Bit Flip Register 49
MTU_MC39_RDBFL50 0xF00637C4          MC 39 Read Data and Bit Flip Register 50
MTU_MC39_RDBFL51 0xF00637C6          MC 39 Read Data and Bit Flip Register 51
MTU_MC39_RDBFL52 0xF00637C8          MC 39 Read Data and Bit Flip Register 52
MTU_MC39_RDBFL53 0xF00637CA          MC 39 Read Data and Bit Flip Register 53
MTU_MC39_RDBFL54 0xF00637CC          MC 39 Read Data and Bit Flip Register 54
MTU_MC39_RDBFL55 0xF00637CE          MC 39 Read Data and Bit Flip Register 55
MTU_MC39_RDBFL56 0xF00637D0          MC 39 Read Data and Bit Flip Register 56
MTU_MC39_RDBFL57 0xF00637D2          MC 39 Read Data and Bit Flip Register 57
MTU_MC39_RDBFL58 0xF00637D4          MC 39 Read Data and Bit Flip Register 58
MTU_MC39_RDBFL59 0xF00637D6          MC 39 Read Data and Bit Flip Register 59
MTU_MC39_RDBFL60 0xF00637D8          MC 39 Read Data and Bit Flip Register 60
MTU_MC39_RDBFL61 0xF00637DA          MC 39 Read Data and Bit Flip Register 61
MTU_MC39_RDBFL62 0xF00637DC          MC 39 Read Data and Bit Flip Register 62
MTU_MC39_RDBFL63 0xF00637DE          MC 39 Read Data and Bit Flip Register 63
MTU_MC39_RDBFL64 0xF00637E0          MC 39 Read Data and Bit Flip Register 64
MTU_MC39_RDBFL65 0xF00637E2          MC 39 Read Data and Bit Flip Register 65
MTU_MC39_RDBFL66 0xF00637E4          MC 39 Read Data and Bit Flip Register 66
MTU_MC39_ALMSRCS 0xF00637EE          MC 39 Alarm Sources Configuration Register
MTU_MC39_FAULTSTS 0xF00637F0          MC 39 SSH Safety Faults Status Register
MTU_MC39_ERRINFO0 0xF00637F2          MC 39 Error Information Register 0
MTU_MC39_ERRINFO1 0xF00637F4          MC 39 Error Information Register 1
MTU_MC39_ERRINFO2 0xF00637F6          MC 39 Error Information Register 2
MTU_MC39_ERRINFO3 0xF00637F8          MC 39 Error Information Register 3
MTU_MC39_ERRINFO4 0xF00637FA          MC 39 Error Information Register 4
MTU_MC40_CONFIG0 0xF0063800          MC 40 Configuration Register 0
MTU_MC40_CONFIG1 0xF0063802          MC 40 Configuration Register 1
MTU_MC40_MCONTROL 0xF0063804          MC 40 MBIST Control Register
MTU_MC40_MSTATUS 0xF0063806          MC 40 Status Register
MTU_MC40_RANGE  0xF0063808          MC 40 Range Register, single address mode
MTU_MC40_REVID  0xF006380C          MC 40 Revision ID Register
MTU_MC40_ECCS   0xF006380E          MC 40 ECC Safety Register
MTU_MC40_ECCD   0xF0063810          MC 40 Memory ECC Detection Register
MTU_MC40_ETRR0  0xF0063812          MC 40 Error Tracking Register 0
MTU_MC40_ETRR1  0xF0063814          MC 40 Error Tracking Register 1
MTU_MC40_ETRR2  0xF0063816          MC 40 Error Tracking Register 2
MTU_MC40_ETRR3  0xF0063818          MC 40 Error Tracking Register 3
MTU_MC40_ETRR4  0xF006381A          MC 40 Error Tracking Register 4
MTU_MC40_RDBFL0 0xF0063860          MC 40 Read Data and Bit Flip Register 0
MTU_MC40_RDBFL1 0xF0063862          MC 40 Read Data and Bit Flip Register 1
MTU_MC40_RDBFL2 0xF0063864          MC 40 Read Data and Bit Flip Register 2
MTU_MC40_RDBFL3 0xF0063866          MC 40 Read Data and Bit Flip Register 3
MTU_MC40_RDBFL4 0xF0063868          MC 40 Read Data and Bit Flip Register 4
MTU_MC40_RDBFL5 0xF006386A          MC 40 Read Data and Bit Flip Register 5
MTU_MC40_RDBFL6 0xF006386C          MC 40 Read Data and Bit Flip Register 6
MTU_MC40_RDBFL7 0xF006386E          MC 40 Read Data and Bit Flip Register 7
MTU_MC40_RDBFL8 0xF0063870          MC 40 Read Data and Bit Flip Register 8
MTU_MC40_RDBFL9 0xF0063872          MC 40 Read Data and Bit Flip Register 9
MTU_MC40_RDBFL10 0xF0063874          MC 40 Read Data and Bit Flip Register 10
MTU_MC40_RDBFL11 0xF0063876          MC 40 Read Data and Bit Flip Register 11
MTU_MC40_RDBFL12 0xF0063878          MC 40 Read Data and Bit Flip Register 12
MTU_MC40_RDBFL13 0xF006387A          MC 40 Read Data and Bit Flip Register 13
MTU_MC40_RDBFL14 0xF006387C          MC 40 Read Data and Bit Flip Register 14
MTU_MC40_RDBFL15 0xF006387E          MC 40 Read Data and Bit Flip Register 15
MTU_MC40_RDBFL16 0xF0063880          MC 40 Read Data and Bit Flip Register 16
MTU_MC40_RDBFL17 0xF0063882          MC 40 Read Data and Bit Flip Register 17
MTU_MC40_RDBFL18 0xF0063884          MC 40 Read Data and Bit Flip Register 18
MTU_MC40_RDBFL19 0xF0063886          MC 40 Read Data and Bit Flip Register 19
MTU_MC40_RDBFL20 0xF0063888          MC 40 Read Data and Bit Flip Register 20
MTU_MC40_RDBFL21 0xF006388A          MC 40 Read Data and Bit Flip Register 21
MTU_MC40_RDBFL22 0xF006388C          MC 40 Read Data and Bit Flip Register 22
MTU_MC40_RDBFL23 0xF006388E          MC 40 Read Data and Bit Flip Register 23
MTU_MC40_RDBFL24 0xF0063890          MC 40 Read Data and Bit Flip Register 24
MTU_MC40_RDBFL25 0xF0063892          MC 40 Read Data and Bit Flip Register 25
MTU_MC40_RDBFL26 0xF0063894          MC 40 Read Data and Bit Flip Register 26
MTU_MC40_RDBFL27 0xF0063896          MC 40 Read Data and Bit Flip Register 27
MTU_MC40_RDBFL28 0xF0063898          MC 40 Read Data and Bit Flip Register 28
MTU_MC40_RDBFL29 0xF006389A          MC 40 Read Data and Bit Flip Register 29
MTU_MC40_RDBFL30 0xF006389C          MC 40 Read Data and Bit Flip Register 30
MTU_MC40_RDBFL31 0xF006389E          MC 40 Read Data and Bit Flip Register 31
MTU_MC40_RDBFL32 0xF00638A0          MC 40 Read Data and Bit Flip Register 32
MTU_MC40_RDBFL33 0xF00638A2          MC 40 Read Data and Bit Flip Register 33
MTU_MC40_RDBFL34 0xF00638A4          MC 40 Read Data and Bit Flip Register 34
MTU_MC40_RDBFL35 0xF00638A6          MC 40 Read Data and Bit Flip Register 35
MTU_MC40_RDBFL36 0xF00638A8          MC 40 Read Data and Bit Flip Register 36
MTU_MC40_RDBFL37 0xF00638AA          MC 40 Read Data and Bit Flip Register 37
MTU_MC40_RDBFL38 0xF00638AC          MC 40 Read Data and Bit Flip Register 38
MTU_MC40_RDBFL39 0xF00638AE          MC 40 Read Data and Bit Flip Register 39
MTU_MC40_RDBFL40 0xF00638B0          MC 40 Read Data and Bit Flip Register 40
MTU_MC40_RDBFL41 0xF00638B2          MC 40 Read Data and Bit Flip Register 41
MTU_MC40_RDBFL42 0xF00638B4          MC 40 Read Data and Bit Flip Register 42
MTU_MC40_RDBFL43 0xF00638B6          MC 40 Read Data and Bit Flip Register 43
MTU_MC40_RDBFL44 0xF00638B8          MC 40 Read Data and Bit Flip Register 44
MTU_MC40_RDBFL45 0xF00638BA          MC 40 Read Data and Bit Flip Register 45
MTU_MC40_RDBFL46 0xF00638BC          MC 40 Read Data and Bit Flip Register 46
MTU_MC40_RDBFL47 0xF00638BE          MC 40 Read Data and Bit Flip Register 47
MTU_MC40_RDBFL48 0xF00638C0          MC 40 Read Data and Bit Flip Register 48
MTU_MC40_RDBFL49 0xF00638C2          MC 40 Read Data and Bit Flip Register 49
MTU_MC40_RDBFL50 0xF00638C4          MC 40 Read Data and Bit Flip Register 50
MTU_MC40_RDBFL51 0xF00638C6          MC 40 Read Data and Bit Flip Register 51
MTU_MC40_RDBFL52 0xF00638C8          MC 40 Read Data and Bit Flip Register 52
MTU_MC40_RDBFL53 0xF00638CA          MC 40 Read Data and Bit Flip Register 53
MTU_MC40_RDBFL54 0xF00638CC          MC 40 Read Data and Bit Flip Register 54
MTU_MC40_RDBFL55 0xF00638CE          MC 40 Read Data and Bit Flip Register 55
MTU_MC40_RDBFL56 0xF00638D0          MC 40 Read Data and Bit Flip Register 56
MTU_MC40_RDBFL57 0xF00638D2          MC 40 Read Data and Bit Flip Register 57
MTU_MC40_RDBFL58 0xF00638D4          MC 40 Read Data and Bit Flip Register 58
MTU_MC40_RDBFL59 0xF00638D6          MC 40 Read Data and Bit Flip Register 59
MTU_MC40_RDBFL60 0xF00638D8          MC 40 Read Data and Bit Flip Register 60
MTU_MC40_RDBFL61 0xF00638DA          MC 40 Read Data and Bit Flip Register 61
MTU_MC40_RDBFL62 0xF00638DC          MC 40 Read Data and Bit Flip Register 62
MTU_MC40_RDBFL63 0xF00638DE          MC 40 Read Data and Bit Flip Register 63
MTU_MC40_RDBFL64 0xF00638E0          MC 40 Read Data and Bit Flip Register 64
MTU_MC40_RDBFL65 0xF00638E2          MC 40 Read Data and Bit Flip Register 65
MTU_MC40_RDBFL66 0xF00638E4          MC 40 Read Data and Bit Flip Register 66
MTU_MC40_ALMSRCS 0xF00638EE          MC 40 Alarm Sources Configuration Register
MTU_MC40_FAULTSTS 0xF00638F0          MC 40 SSH Safety Faults Status Register
MTU_MC40_ERRINFO0 0xF00638F2          MC 40 Error Information Register 0
MTU_MC40_ERRINFO1 0xF00638F4          MC 40 Error Information Register 1
MTU_MC40_ERRINFO2 0xF00638F6          MC 40 Error Information Register 2
MTU_MC40_ERRINFO3 0xF00638F8          MC 40 Error Information Register 3
MTU_MC40_ERRINFO4 0xF00638FA          MC 40 Error Information Register 4
MTU_MC41_CONFIG0 0xF0063900          MC 41 Configuration Register 0
MTU_MC41_CONFIG1 0xF0063902          MC 41 Configuration Register 1
MTU_MC41_MCONTROL 0xF0063904          MC 41 MBIST Control Register
MTU_MC41_MSTATUS 0xF0063906          MC 41 Status Register
MTU_MC41_RANGE  0xF0063908          MC 41 Range Register, single address mode
MTU_MC41_REVID  0xF006390C          MC 41 Revision ID Register
MTU_MC41_ECCS   0xF006390E          MC 41 ECC Safety Register
MTU_MC41_ECCD   0xF0063910          MC 41 Memory ECC Detection Register
MTU_MC41_ETRR0  0xF0063912          MC 41 Error Tracking Register 0
MTU_MC41_ETRR1  0xF0063914          MC 41 Error Tracking Register 1
MTU_MC41_ETRR2  0xF0063916          MC 41 Error Tracking Register 2
MTU_MC41_ETRR3  0xF0063918          MC 41 Error Tracking Register 3
MTU_MC41_ETRR4  0xF006391A          MC 41 Error Tracking Register 4
MTU_MC41_RDBFL0 0xF0063960          MC 41 Read Data and Bit Flip Register 0
MTU_MC41_RDBFL1 0xF0063962          MC 41 Read Data and Bit Flip Register 1
MTU_MC41_RDBFL2 0xF0063964          MC 41 Read Data and Bit Flip Register 2
MTU_MC41_RDBFL3 0xF0063966          MC 41 Read Data and Bit Flip Register 3
MTU_MC41_RDBFL4 0xF0063968          MC 41 Read Data and Bit Flip Register 4
MTU_MC41_RDBFL5 0xF006396A          MC 41 Read Data and Bit Flip Register 5
MTU_MC41_RDBFL6 0xF006396C          MC 41 Read Data and Bit Flip Register 6
MTU_MC41_RDBFL7 0xF006396E          MC 41 Read Data and Bit Flip Register 7
MTU_MC41_RDBFL8 0xF0063970          MC 41 Read Data and Bit Flip Register 8
MTU_MC41_RDBFL9 0xF0063972          MC 41 Read Data and Bit Flip Register 9
MTU_MC41_RDBFL10 0xF0063974          MC 41 Read Data and Bit Flip Register 10
MTU_MC41_RDBFL11 0xF0063976          MC 41 Read Data and Bit Flip Register 11
MTU_MC41_RDBFL12 0xF0063978          MC 41 Read Data and Bit Flip Register 12
MTU_MC41_RDBFL13 0xF006397A          MC 41 Read Data and Bit Flip Register 13
MTU_MC41_RDBFL14 0xF006397C          MC 41 Read Data and Bit Flip Register 14
MTU_MC41_RDBFL15 0xF006397E          MC 41 Read Data and Bit Flip Register 15
MTU_MC41_RDBFL16 0xF0063980          MC 41 Read Data and Bit Flip Register 16
MTU_MC41_RDBFL17 0xF0063982          MC 41 Read Data and Bit Flip Register 17
MTU_MC41_RDBFL18 0xF0063984          MC 41 Read Data and Bit Flip Register 18
MTU_MC41_RDBFL19 0xF0063986          MC 41 Read Data and Bit Flip Register 19
MTU_MC41_RDBFL20 0xF0063988          MC 41 Read Data and Bit Flip Register 20
MTU_MC41_RDBFL21 0xF006398A          MC 41 Read Data and Bit Flip Register 21
MTU_MC41_RDBFL22 0xF006398C          MC 41 Read Data and Bit Flip Register 22
MTU_MC41_RDBFL23 0xF006398E          MC 41 Read Data and Bit Flip Register 23
MTU_MC41_RDBFL24 0xF0063990          MC 41 Read Data and Bit Flip Register 24
MTU_MC41_RDBFL25 0xF0063992          MC 41 Read Data and Bit Flip Register 25
MTU_MC41_RDBFL26 0xF0063994          MC 41 Read Data and Bit Flip Register 26
MTU_MC41_RDBFL27 0xF0063996          MC 41 Read Data and Bit Flip Register 27
MTU_MC41_RDBFL28 0xF0063998          MC 41 Read Data and Bit Flip Register 28
MTU_MC41_RDBFL29 0xF006399A          MC 41 Read Data and Bit Flip Register 29
MTU_MC41_RDBFL30 0xF006399C          MC 41 Read Data and Bit Flip Register 30
MTU_MC41_RDBFL31 0xF006399E          MC 41 Read Data and Bit Flip Register 31
MTU_MC41_RDBFL32 0xF00639A0          MC 41 Read Data and Bit Flip Register 32
MTU_MC41_RDBFL33 0xF00639A2          MC 41 Read Data and Bit Flip Register 33
MTU_MC41_RDBFL34 0xF00639A4          MC 41 Read Data and Bit Flip Register 34
MTU_MC41_RDBFL35 0xF00639A6          MC 41 Read Data and Bit Flip Register 35
MTU_MC41_RDBFL36 0xF00639A8          MC 41 Read Data and Bit Flip Register 36
MTU_MC41_RDBFL37 0xF00639AA          MC 41 Read Data and Bit Flip Register 37
MTU_MC41_RDBFL38 0xF00639AC          MC 41 Read Data and Bit Flip Register 38
MTU_MC41_RDBFL39 0xF00639AE          MC 41 Read Data and Bit Flip Register 39
MTU_MC41_RDBFL40 0xF00639B0          MC 41 Read Data and Bit Flip Register 40
MTU_MC41_RDBFL41 0xF00639B2          MC 41 Read Data and Bit Flip Register 41
MTU_MC41_RDBFL42 0xF00639B4          MC 41 Read Data and Bit Flip Register 42
MTU_MC41_RDBFL43 0xF00639B6          MC 41 Read Data and Bit Flip Register 43
MTU_MC41_RDBFL44 0xF00639B8          MC 41 Read Data and Bit Flip Register 44
MTU_MC41_RDBFL45 0xF00639BA          MC 41 Read Data and Bit Flip Register 45
MTU_MC41_RDBFL46 0xF00639BC          MC 41 Read Data and Bit Flip Register 46
MTU_MC41_RDBFL47 0xF00639BE          MC 41 Read Data and Bit Flip Register 47
MTU_MC41_RDBFL48 0xF00639C0          MC 41 Read Data and Bit Flip Register 48
MTU_MC41_RDBFL49 0xF00639C2          MC 41 Read Data and Bit Flip Register 49
MTU_MC41_RDBFL50 0xF00639C4          MC 41 Read Data and Bit Flip Register 50
MTU_MC41_RDBFL51 0xF00639C6          MC 41 Read Data and Bit Flip Register 51
MTU_MC41_RDBFL52 0xF00639C8          MC 41 Read Data and Bit Flip Register 52
MTU_MC41_RDBFL53 0xF00639CA          MC 41 Read Data and Bit Flip Register 53
MTU_MC41_RDBFL54 0xF00639CC          MC 41 Read Data and Bit Flip Register 54
MTU_MC41_RDBFL55 0xF00639CE          MC 41 Read Data and Bit Flip Register 55
MTU_MC41_RDBFL56 0xF00639D0          MC 41 Read Data and Bit Flip Register 56
MTU_MC41_RDBFL57 0xF00639D2          MC 41 Read Data and Bit Flip Register 57
MTU_MC41_RDBFL58 0xF00639D4          MC 41 Read Data and Bit Flip Register 58
MTU_MC41_RDBFL59 0xF00639D6          MC 41 Read Data and Bit Flip Register 59
MTU_MC41_RDBFL60 0xF00639D8          MC 41 Read Data and Bit Flip Register 60
MTU_MC41_RDBFL61 0xF00639DA          MC 41 Read Data and Bit Flip Register 61
MTU_MC41_RDBFL62 0xF00639DC          MC 41 Read Data and Bit Flip Register 62
MTU_MC41_RDBFL63 0xF00639DE          MC 41 Read Data and Bit Flip Register 63
MTU_MC41_RDBFL64 0xF00639E0          MC 41 Read Data and Bit Flip Register 64
MTU_MC41_RDBFL65 0xF00639E2          MC 41 Read Data and Bit Flip Register 65
MTU_MC41_RDBFL66 0xF00639E4          MC 41 Read Data and Bit Flip Register 66
MTU_MC41_ALMSRCS 0xF00639EE          MC 41 Alarm Sources Configuration Register
MTU_MC41_FAULTSTS 0xF00639F0          MC 41 SSH Safety Faults Status Register
MTU_MC41_ERRINFO0 0xF00639F2          MC 41 Error Information Register 0
MTU_MC41_ERRINFO1 0xF00639F4          MC 41 Error Information Register 1
MTU_MC41_ERRINFO2 0xF00639F6          MC 41 Error Information Register 2
MTU_MC41_ERRINFO3 0xF00639F8          MC 41 Error Information Register 3
MTU_MC41_ERRINFO4 0xF00639FA          MC 41 Error Information Register 4
MTU_MC42_CONFIG0 0xF0063A00          MC 42 Configuration Register 0
MTU_MC42_CONFIG1 0xF0063A02          MC 42 Configuration Register 1
MTU_MC42_MCONTROL 0xF0063A04          MC 42 MBIST Control Register
MTU_MC42_MSTATUS 0xF0063A06          MC 42 Status Register
MTU_MC42_RANGE  0xF0063A08          MC 42 Range Register, single address mode
MTU_MC42_REVID  0xF0063A0C          MC 42 Revision ID Register
MTU_MC42_ECCS   0xF0063A0E          MC 42 ECC Safety Register
MTU_MC42_ECCD   0xF0063A10          MC 42 Memory ECC Detection Register
MTU_MC42_ETRR0  0xF0063A12          MC 42 Error Tracking Register 0
MTU_MC42_ETRR1  0xF0063A14          MC 42 Error Tracking Register 1
MTU_MC42_ETRR2  0xF0063A16          MC 42 Error Tracking Register 2
MTU_MC42_ETRR3  0xF0063A18          MC 42 Error Tracking Register 3
MTU_MC42_ETRR4  0xF0063A1A          MC 42 Error Tracking Register 4
MTU_MC42_RDBFL0 0xF0063A60          MC 42 Read Data and Bit Flip Register 0
MTU_MC42_RDBFL1 0xF0063A62          MC 42 Read Data and Bit Flip Register 1
MTU_MC42_RDBFL2 0xF0063A64          MC 42 Read Data and Bit Flip Register 2
MTU_MC42_RDBFL3 0xF0063A66          MC 42 Read Data and Bit Flip Register 3
MTU_MC42_RDBFL4 0xF0063A68          MC 42 Read Data and Bit Flip Register 4
MTU_MC42_RDBFL5 0xF0063A6A          MC 42 Read Data and Bit Flip Register 5
MTU_MC42_RDBFL6 0xF0063A6C          MC 42 Read Data and Bit Flip Register 6
MTU_MC42_RDBFL7 0xF0063A6E          MC 42 Read Data and Bit Flip Register 7
MTU_MC42_RDBFL8 0xF0063A70          MC 42 Read Data and Bit Flip Register 8
MTU_MC42_RDBFL9 0xF0063A72          MC 42 Read Data and Bit Flip Register 9
MTU_MC42_RDBFL10 0xF0063A74          MC 42 Read Data and Bit Flip Register 10
MTU_MC42_RDBFL11 0xF0063A76          MC 42 Read Data and Bit Flip Register 11
MTU_MC42_RDBFL12 0xF0063A78          MC 42 Read Data and Bit Flip Register 12
MTU_MC42_RDBFL13 0xF0063A7A          MC 42 Read Data and Bit Flip Register 13
MTU_MC42_RDBFL14 0xF0063A7C          MC 42 Read Data and Bit Flip Register 14
MTU_MC42_RDBFL15 0xF0063A7E          MC 42 Read Data and Bit Flip Register 15
MTU_MC42_RDBFL16 0xF0063A80          MC 42 Read Data and Bit Flip Register 16
MTU_MC42_RDBFL17 0xF0063A82          MC 42 Read Data and Bit Flip Register 17
MTU_MC42_RDBFL18 0xF0063A84          MC 42 Read Data and Bit Flip Register 18
MTU_MC42_RDBFL19 0xF0063A86          MC 42 Read Data and Bit Flip Register 19
MTU_MC42_RDBFL20 0xF0063A88          MC 42 Read Data and Bit Flip Register 20
MTU_MC42_RDBFL21 0xF0063A8A          MC 42 Read Data and Bit Flip Register 21
MTU_MC42_RDBFL22 0xF0063A8C          MC 42 Read Data and Bit Flip Register 22
MTU_MC42_RDBFL23 0xF0063A8E          MC 42 Read Data and Bit Flip Register 23
MTU_MC42_RDBFL24 0xF0063A90          MC 42 Read Data and Bit Flip Register 24
MTU_MC42_RDBFL25 0xF0063A92          MC 42 Read Data and Bit Flip Register 25
MTU_MC42_RDBFL26 0xF0063A94          MC 42 Read Data and Bit Flip Register 26
MTU_MC42_RDBFL27 0xF0063A96          MC 42 Read Data and Bit Flip Register 27
MTU_MC42_RDBFL28 0xF0063A98          MC 42 Read Data and Bit Flip Register 28
MTU_MC42_RDBFL29 0xF0063A9A          MC 42 Read Data and Bit Flip Register 29
MTU_MC42_RDBFL30 0xF0063A9C          MC 42 Read Data and Bit Flip Register 30
MTU_MC42_RDBFL31 0xF0063A9E          MC 42 Read Data and Bit Flip Register 31
MTU_MC42_RDBFL32 0xF0063AA0          MC 42 Read Data and Bit Flip Register 32
MTU_MC42_RDBFL33 0xF0063AA2          MC 42 Read Data and Bit Flip Register 33
MTU_MC42_RDBFL34 0xF0063AA4          MC 42 Read Data and Bit Flip Register 34
MTU_MC42_RDBFL35 0xF0063AA6          MC 42 Read Data and Bit Flip Register 35
MTU_MC42_RDBFL36 0xF0063AA8          MC 42 Read Data and Bit Flip Register 36
MTU_MC42_RDBFL37 0xF0063AAA          MC 42 Read Data and Bit Flip Register 37
MTU_MC42_RDBFL38 0xF0063AAC          MC 42 Read Data and Bit Flip Register 38
MTU_MC42_RDBFL39 0xF0063AAE          MC 42 Read Data and Bit Flip Register 39
MTU_MC42_RDBFL40 0xF0063AB0          MC 42 Read Data and Bit Flip Register 40
MTU_MC42_RDBFL41 0xF0063AB2          MC 42 Read Data and Bit Flip Register 41
MTU_MC42_RDBFL42 0xF0063AB4          MC 42 Read Data and Bit Flip Register 42
MTU_MC42_RDBFL43 0xF0063AB6          MC 42 Read Data and Bit Flip Register 43
MTU_MC42_RDBFL44 0xF0063AB8          MC 42 Read Data and Bit Flip Register 44
MTU_MC42_RDBFL45 0xF0063ABA          MC 42 Read Data and Bit Flip Register 45
MTU_MC42_RDBFL46 0xF0063ABC          MC 42 Read Data and Bit Flip Register 46
MTU_MC42_RDBFL47 0xF0063ABE          MC 42 Read Data and Bit Flip Register 47
MTU_MC42_RDBFL48 0xF0063AC0          MC 42 Read Data and Bit Flip Register 48
MTU_MC42_RDBFL49 0xF0063AC2          MC 42 Read Data and Bit Flip Register 49
MTU_MC42_RDBFL50 0xF0063AC4          MC 42 Read Data and Bit Flip Register 50
MTU_MC42_RDBFL51 0xF0063AC6          MC 42 Read Data and Bit Flip Register 51
MTU_MC42_RDBFL52 0xF0063AC8          MC 42 Read Data and Bit Flip Register 52
MTU_MC42_RDBFL53 0xF0063ACA          MC 42 Read Data and Bit Flip Register 53
MTU_MC42_RDBFL54 0xF0063ACC          MC 42 Read Data and Bit Flip Register 54
MTU_MC42_RDBFL55 0xF0063ACE          MC 42 Read Data and Bit Flip Register 55
MTU_MC42_RDBFL56 0xF0063AD0          MC 42 Read Data and Bit Flip Register 56
MTU_MC42_RDBFL57 0xF0063AD2          MC 42 Read Data and Bit Flip Register 57
MTU_MC42_RDBFL58 0xF0063AD4          MC 42 Read Data and Bit Flip Register 58
MTU_MC42_RDBFL59 0xF0063AD6          MC 42 Read Data and Bit Flip Register 59
MTU_MC42_RDBFL60 0xF0063AD8          MC 42 Read Data and Bit Flip Register 60
MTU_MC42_RDBFL61 0xF0063ADA          MC 42 Read Data and Bit Flip Register 61
MTU_MC42_RDBFL62 0xF0063ADC          MC 42 Read Data and Bit Flip Register 62
MTU_MC42_RDBFL63 0xF0063ADE          MC 42 Read Data and Bit Flip Register 63
MTU_MC42_RDBFL64 0xF0063AE0          MC 42 Read Data and Bit Flip Register 64
MTU_MC42_RDBFL65 0xF0063AE2          MC 42 Read Data and Bit Flip Register 65
MTU_MC42_RDBFL66 0xF0063AE4          MC 42 Read Data and Bit Flip Register 66
MTU_MC42_ALMSRCS 0xF0063AEE          MC 42 Alarm Sources Configuration Register
MTU_MC42_FAULTSTS 0xF0063AF0          MC 42 SSH Safety Faults Status Register
MTU_MC42_ERRINFO0 0xF0063AF2          MC 42 Error Information Register 0
MTU_MC42_ERRINFO1 0xF0063AF4          MC 42 Error Information Register 1
MTU_MC42_ERRINFO2 0xF0063AF6          MC 42 Error Information Register 2
MTU_MC42_ERRINFO3 0xF0063AF8          MC 42 Error Information Register 3
MTU_MC42_ERRINFO4 0xF0063AFA          MC 42 Error Information Register 4
MTU_MC43_CONFIG0 0xF0063B00          MC 43 Configuration Register 0
MTU_MC43_CONFIG1 0xF0063B02          MC 43 Configuration Register 1
MTU_MC43_MCONTROL 0xF0063B04          MC 43 MBIST Control Register
MTU_MC43_MSTATUS 0xF0063B06          MC 43 Status Register
MTU_MC43_RANGE  0xF0063B08          MC 43 Range Register, single address mode
MTU_MC43_REVID  0xF0063B0C          MC 43 Revision ID Register
MTU_MC43_ECCS   0xF0063B0E          MC 43 ECC Safety Register
MTU_MC43_ECCD   0xF0063B10          MC 43 Memory ECC Detection Register
MTU_MC43_ETRR0  0xF0063B12          MC 43 Error Tracking Register 0
MTU_MC43_ETRR1  0xF0063B14          MC 43 Error Tracking Register 1
MTU_MC43_ETRR2  0xF0063B16          MC 43 Error Tracking Register 2
MTU_MC43_ETRR3  0xF0063B18          MC 43 Error Tracking Register 3
MTU_MC43_ETRR4  0xF0063B1A          MC 43 Error Tracking Register 4
MTU_MC43_RDBFL0 0xF0063B60          MC 43 Read Data and Bit Flip Register 0
MTU_MC43_RDBFL1 0xF0063B62          MC 43 Read Data and Bit Flip Register 1
MTU_MC43_RDBFL2 0xF0063B64          MC 43 Read Data and Bit Flip Register 2
MTU_MC43_RDBFL3 0xF0063B66          MC 43 Read Data and Bit Flip Register 3
MTU_MC43_RDBFL4 0xF0063B68          MC 43 Read Data and Bit Flip Register 4
MTU_MC43_RDBFL5 0xF0063B6A          MC 43 Read Data and Bit Flip Register 5
MTU_MC43_RDBFL6 0xF0063B6C          MC 43 Read Data and Bit Flip Register 6
MTU_MC43_RDBFL7 0xF0063B6E          MC 43 Read Data and Bit Flip Register 7
MTU_MC43_RDBFL8 0xF0063B70          MC 43 Read Data and Bit Flip Register 8
MTU_MC43_RDBFL9 0xF0063B72          MC 43 Read Data and Bit Flip Register 9
MTU_MC43_RDBFL10 0xF0063B74          MC 43 Read Data and Bit Flip Register 10
MTU_MC43_RDBFL11 0xF0063B76          MC 43 Read Data and Bit Flip Register 11
MTU_MC43_RDBFL12 0xF0063B78          MC 43 Read Data and Bit Flip Register 12
MTU_MC43_RDBFL13 0xF0063B7A          MC 43 Read Data and Bit Flip Register 13
MTU_MC43_RDBFL14 0xF0063B7C          MC 43 Read Data and Bit Flip Register 14
MTU_MC43_RDBFL15 0xF0063B7E          MC 43 Read Data and Bit Flip Register 15
MTU_MC43_RDBFL16 0xF0063B80          MC 43 Read Data and Bit Flip Register 16
MTU_MC43_RDBFL17 0xF0063B82          MC 43 Read Data and Bit Flip Register 17
MTU_MC43_RDBFL18 0xF0063B84          MC 43 Read Data and Bit Flip Register 18
MTU_MC43_RDBFL19 0xF0063B86          MC 43 Read Data and Bit Flip Register 19
MTU_MC43_RDBFL20 0xF0063B88          MC 43 Read Data and Bit Flip Register 20
MTU_MC43_RDBFL21 0xF0063B8A          MC 43 Read Data and Bit Flip Register 21
MTU_MC43_RDBFL22 0xF0063B8C          MC 43 Read Data and Bit Flip Register 22
MTU_MC43_RDBFL23 0xF0063B8E          MC 43 Read Data and Bit Flip Register 23
MTU_MC43_RDBFL24 0xF0063B90          MC 43 Read Data and Bit Flip Register 24
MTU_MC43_RDBFL25 0xF0063B92          MC 43 Read Data and Bit Flip Register 25
MTU_MC43_RDBFL26 0xF0063B94          MC 43 Read Data and Bit Flip Register 26
MTU_MC43_RDBFL27 0xF0063B96          MC 43 Read Data and Bit Flip Register 27
MTU_MC43_RDBFL28 0xF0063B98          MC 43 Read Data and Bit Flip Register 28
MTU_MC43_RDBFL29 0xF0063B9A          MC 43 Read Data and Bit Flip Register 29
MTU_MC43_RDBFL30 0xF0063B9C          MC 43 Read Data and Bit Flip Register 30
MTU_MC43_RDBFL31 0xF0063B9E          MC 43 Read Data and Bit Flip Register 31
MTU_MC43_RDBFL32 0xF0063BA0          MC 43 Read Data and Bit Flip Register 32
MTU_MC43_RDBFL33 0xF0063BA2          MC 43 Read Data and Bit Flip Register 33
MTU_MC43_RDBFL34 0xF0063BA4          MC 43 Read Data and Bit Flip Register 34
MTU_MC43_RDBFL35 0xF0063BA6          MC 43 Read Data and Bit Flip Register 35
MTU_MC43_RDBFL36 0xF0063BA8          MC 43 Read Data and Bit Flip Register 36
MTU_MC43_RDBFL37 0xF0063BAA          MC 43 Read Data and Bit Flip Register 37
MTU_MC43_RDBFL38 0xF0063BAC          MC 43 Read Data and Bit Flip Register 38
MTU_MC43_RDBFL39 0xF0063BAE          MC 43 Read Data and Bit Flip Register 39
MTU_MC43_RDBFL40 0xF0063BB0          MC 43 Read Data and Bit Flip Register 40
MTU_MC43_RDBFL41 0xF0063BB2          MC 43 Read Data and Bit Flip Register 41
MTU_MC43_RDBFL42 0xF0063BB4          MC 43 Read Data and Bit Flip Register 42
MTU_MC43_RDBFL43 0xF0063BB6          MC 43 Read Data and Bit Flip Register 43
MTU_MC43_RDBFL44 0xF0063BB8          MC 43 Read Data and Bit Flip Register 44
MTU_MC43_RDBFL45 0xF0063BBA          MC 43 Read Data and Bit Flip Register 45
MTU_MC43_RDBFL46 0xF0063BBC          MC 43 Read Data and Bit Flip Register 46
MTU_MC43_RDBFL47 0xF0063BBE          MC 43 Read Data and Bit Flip Register 47
MTU_MC43_RDBFL48 0xF0063BC0          MC 43 Read Data and Bit Flip Register 48
MTU_MC43_RDBFL49 0xF0063BC2          MC 43 Read Data and Bit Flip Register 49
MTU_MC43_RDBFL50 0xF0063BC4          MC 43 Read Data and Bit Flip Register 50
MTU_MC43_RDBFL51 0xF0063BC6          MC 43 Read Data and Bit Flip Register 51
MTU_MC43_RDBFL52 0xF0063BC8          MC 43 Read Data and Bit Flip Register 52
MTU_MC43_RDBFL53 0xF0063BCA          MC 43 Read Data and Bit Flip Register 53
MTU_MC43_RDBFL54 0xF0063BCC          MC 43 Read Data and Bit Flip Register 54
MTU_MC43_RDBFL55 0xF0063BCE          MC 43 Read Data and Bit Flip Register 55
MTU_MC43_RDBFL56 0xF0063BD0          MC 43 Read Data and Bit Flip Register 56
MTU_MC43_RDBFL57 0xF0063BD2          MC 43 Read Data and Bit Flip Register 57
MTU_MC43_RDBFL58 0xF0063BD4          MC 43 Read Data and Bit Flip Register 58
MTU_MC43_RDBFL59 0xF0063BD6          MC 43 Read Data and Bit Flip Register 59
MTU_MC43_RDBFL60 0xF0063BD8          MC 43 Read Data and Bit Flip Register 60
MTU_MC43_RDBFL61 0xF0063BDA          MC 43 Read Data and Bit Flip Register 61
MTU_MC43_RDBFL62 0xF0063BDC          MC 43 Read Data and Bit Flip Register 62
MTU_MC43_RDBFL63 0xF0063BDE          MC 43 Read Data and Bit Flip Register 63
MTU_MC43_RDBFL64 0xF0063BE0          MC 43 Read Data and Bit Flip Register 64
MTU_MC43_RDBFL65 0xF0063BE2          MC 43 Read Data and Bit Flip Register 65
MTU_MC43_RDBFL66 0xF0063BE4          MC 43 Read Data and Bit Flip Register 66
MTU_MC43_ALMSRCS 0xF0063BEE          MC 43 Alarm Sources Configuration Register
MTU_MC43_FAULTSTS 0xF0063BF0          MC 43 SSH Safety Faults Status Register
MTU_MC43_ERRINFO0 0xF0063BF2          MC 43 Error Information Register 0
MTU_MC43_ERRINFO1 0xF0063BF4          MC 43 Error Information Register 1
MTU_MC43_ERRINFO2 0xF0063BF6          MC 43 Error Information Register 2
MTU_MC43_ERRINFO3 0xF0063BF8          MC 43 Error Information Register 3
MTU_MC43_ERRINFO4 0xF0063BFA          MC 43 Error Information Register 4
MTU_MC44_CONFIG0 0xF0063C00          MC 44 Configuration Register 0
MTU_MC44_CONFIG1 0xF0063C02          MC 44 Configuration Register 1
MTU_MC44_MCONTROL 0xF0063C04          MC 44 MBIST Control Register
MTU_MC44_MSTATUS 0xF0063C06          MC 44 Status Register
MTU_MC44_RANGE  0xF0063C08          MC 44 Range Register, single address mode
MTU_MC44_REVID  0xF0063C0C          MC 44 Revision ID Register
MTU_MC44_ECCS   0xF0063C0E          MC 44 ECC Safety Register
MTU_MC44_ECCD   0xF0063C10          MC 44 Memory ECC Detection Register
MTU_MC44_ETRR0  0xF0063C12          MC 44 Error Tracking Register 0
MTU_MC44_ETRR1  0xF0063C14          MC 44 Error Tracking Register 1
MTU_MC44_ETRR2  0xF0063C16          MC 44 Error Tracking Register 2
MTU_MC44_ETRR3  0xF0063C18          MC 44 Error Tracking Register 3
MTU_MC44_ETRR4  0xF0063C1A          MC 44 Error Tracking Register 4
MTU_MC44_RDBFL0 0xF0063C60          MC 44 Read Data and Bit Flip Register 0
MTU_MC44_RDBFL1 0xF0063C62          MC 44 Read Data and Bit Flip Register 1
MTU_MC44_RDBFL2 0xF0063C64          MC 44 Read Data and Bit Flip Register 2
MTU_MC44_RDBFL3 0xF0063C66          MC 44 Read Data and Bit Flip Register 3
MTU_MC44_RDBFL4 0xF0063C68          MC 44 Read Data and Bit Flip Register 4
MTU_MC44_RDBFL5 0xF0063C6A          MC 44 Read Data and Bit Flip Register 5
MTU_MC44_RDBFL6 0xF0063C6C          MC 44 Read Data and Bit Flip Register 6
MTU_MC44_RDBFL7 0xF0063C6E          MC 44 Read Data and Bit Flip Register 7
MTU_MC44_RDBFL8 0xF0063C70          MC 44 Read Data and Bit Flip Register 8
MTU_MC44_RDBFL9 0xF0063C72          MC 44 Read Data and Bit Flip Register 9
MTU_MC44_RDBFL10 0xF0063C74          MC 44 Read Data and Bit Flip Register 10
MTU_MC44_RDBFL11 0xF0063C76          MC 44 Read Data and Bit Flip Register 11
MTU_MC44_RDBFL12 0xF0063C78          MC 44 Read Data and Bit Flip Register 12
MTU_MC44_RDBFL13 0xF0063C7A          MC 44 Read Data and Bit Flip Register 13
MTU_MC44_RDBFL14 0xF0063C7C          MC 44 Read Data and Bit Flip Register 14
MTU_MC44_RDBFL15 0xF0063C7E          MC 44 Read Data and Bit Flip Register 15
MTU_MC44_RDBFL16 0xF0063C80          MC 44 Read Data and Bit Flip Register 16
MTU_MC44_RDBFL17 0xF0063C82          MC 44 Read Data and Bit Flip Register 17
MTU_MC44_RDBFL18 0xF0063C84          MC 44 Read Data and Bit Flip Register 18
MTU_MC44_RDBFL19 0xF0063C86          MC 44 Read Data and Bit Flip Register 19
MTU_MC44_RDBFL20 0xF0063C88          MC 44 Read Data and Bit Flip Register 20
MTU_MC44_RDBFL21 0xF0063C8A          MC 44 Read Data and Bit Flip Register 21
MTU_MC44_RDBFL22 0xF0063C8C          MC 44 Read Data and Bit Flip Register 22
MTU_MC44_RDBFL23 0xF0063C8E          MC 44 Read Data and Bit Flip Register 23
MTU_MC44_RDBFL24 0xF0063C90          MC 44 Read Data and Bit Flip Register 24
MTU_MC44_RDBFL25 0xF0063C92          MC 44 Read Data and Bit Flip Register 25
MTU_MC44_RDBFL26 0xF0063C94          MC 44 Read Data and Bit Flip Register 26
MTU_MC44_RDBFL27 0xF0063C96          MC 44 Read Data and Bit Flip Register 27
MTU_MC44_RDBFL28 0xF0063C98          MC 44 Read Data and Bit Flip Register 28
MTU_MC44_RDBFL29 0xF0063C9A          MC 44 Read Data and Bit Flip Register 29
MTU_MC44_RDBFL30 0xF0063C9C          MC 44 Read Data and Bit Flip Register 30
MTU_MC44_RDBFL31 0xF0063C9E          MC 44 Read Data and Bit Flip Register 31
MTU_MC44_RDBFL32 0xF0063CA0          MC 44 Read Data and Bit Flip Register 32
MTU_MC44_RDBFL33 0xF0063CA2          MC 44 Read Data and Bit Flip Register 33
MTU_MC44_RDBFL34 0xF0063CA4          MC 44 Read Data and Bit Flip Register 34
MTU_MC44_RDBFL35 0xF0063CA6          MC 44 Read Data and Bit Flip Register 35
MTU_MC44_RDBFL36 0xF0063CA8          MC 44 Read Data and Bit Flip Register 36
MTU_MC44_RDBFL37 0xF0063CAA          MC 44 Read Data and Bit Flip Register 37
MTU_MC44_RDBFL38 0xF0063CAC          MC 44 Read Data and Bit Flip Register 38
MTU_MC44_RDBFL39 0xF0063CAE          MC 44 Read Data and Bit Flip Register 39
MTU_MC44_RDBFL40 0xF0063CB0          MC 44 Read Data and Bit Flip Register 40
MTU_MC44_RDBFL41 0xF0063CB2          MC 44 Read Data and Bit Flip Register 41
MTU_MC44_RDBFL42 0xF0063CB4          MC 44 Read Data and Bit Flip Register 42
MTU_MC44_RDBFL43 0xF0063CB6          MC 44 Read Data and Bit Flip Register 43
MTU_MC44_RDBFL44 0xF0063CB8          MC 44 Read Data and Bit Flip Register 44
MTU_MC44_RDBFL45 0xF0063CBA          MC 44 Read Data and Bit Flip Register 45
MTU_MC44_RDBFL46 0xF0063CBC          MC 44 Read Data and Bit Flip Register 46
MTU_MC44_RDBFL47 0xF0063CBE          MC 44 Read Data and Bit Flip Register 47
MTU_MC44_RDBFL48 0xF0063CC0          MC 44 Read Data and Bit Flip Register 48
MTU_MC44_RDBFL49 0xF0063CC2          MC 44 Read Data and Bit Flip Register 49
MTU_MC44_RDBFL50 0xF0063CC4          MC 44 Read Data and Bit Flip Register 50
MTU_MC44_RDBFL51 0xF0063CC6          MC 44 Read Data and Bit Flip Register 51
MTU_MC44_RDBFL52 0xF0063CC8          MC 44 Read Data and Bit Flip Register 52
MTU_MC44_RDBFL53 0xF0063CCA          MC 44 Read Data and Bit Flip Register 53
MTU_MC44_RDBFL54 0xF0063CCC          MC 44 Read Data and Bit Flip Register 54
MTU_MC44_RDBFL55 0xF0063CCE          MC 44 Read Data and Bit Flip Register 55
MTU_MC44_RDBFL56 0xF0063CD0          MC 44 Read Data and Bit Flip Register 56
MTU_MC44_RDBFL57 0xF0063CD2          MC 44 Read Data and Bit Flip Register 57
MTU_MC44_RDBFL58 0xF0063CD4          MC 44 Read Data and Bit Flip Register 58
MTU_MC44_RDBFL59 0xF0063CD6          MC 44 Read Data and Bit Flip Register 59
MTU_MC44_RDBFL60 0xF0063CD8          MC 44 Read Data and Bit Flip Register 60
MTU_MC44_RDBFL61 0xF0063CDA          MC 44 Read Data and Bit Flip Register 61
MTU_MC44_RDBFL62 0xF0063CDC          MC 44 Read Data and Bit Flip Register 62
MTU_MC44_RDBFL63 0xF0063CDE          MC 44 Read Data and Bit Flip Register 63
MTU_MC44_RDBFL64 0xF0063CE0          MC 44 Read Data and Bit Flip Register 64
MTU_MC44_RDBFL65 0xF0063CE2          MC 44 Read Data and Bit Flip Register 65
MTU_MC44_RDBFL66 0xF0063CE4          MC 44 Read Data and Bit Flip Register 66
MTU_MC44_ALMSRCS 0xF0063CEE          MC 44 Alarm Sources Configuration Register
MTU_MC44_FAULTSTS 0xF0063CF0          MC 44 SSH Safety Faults Status Register
MTU_MC44_ERRINFO0 0xF0063CF2          MC 44 Error Information Register 0
MTU_MC44_ERRINFO1 0xF0063CF4          MC 44 Error Information Register 1
MTU_MC44_ERRINFO2 0xF0063CF6          MC 44 Error Information Register 2
MTU_MC44_ERRINFO3 0xF0063CF8          MC 44 Error Information Register 3
MTU_MC44_ERRINFO4 0xF0063CFA          MC 44 Error Information Register 4
MTU_MC45_CONFIG0 0xF0063D00          MC 45 Configuration Register 0
MTU_MC45_CONFIG1 0xF0063D02          MC 45 Configuration Register 1
MTU_MC45_MCONTROL 0xF0063D04          MC 45 MBIST Control Register
MTU_MC45_MSTATUS 0xF0063D06          MC 45 Status Register
MTU_MC45_RANGE  0xF0063D08          MC 45 Range Register, single address mode
MTU_MC45_REVID  0xF0063D0C          MC 45 Revision ID Register
MTU_MC45_ECCS   0xF0063D0E          MC 45 ECC Safety Register
MTU_MC45_ECCD   0xF0063D10          MC 45 Memory ECC Detection Register
MTU_MC45_ETRR0  0xF0063D12          MC 45 Error Tracking Register 0
MTU_MC45_ETRR1  0xF0063D14          MC 45 Error Tracking Register 1
MTU_MC45_ETRR2  0xF0063D16          MC 45 Error Tracking Register 2
MTU_MC45_ETRR3  0xF0063D18          MC 45 Error Tracking Register 3
MTU_MC45_ETRR4  0xF0063D1A          MC 45 Error Tracking Register 4
MTU_MC45_RDBFL0 0xF0063D60          MC 45 Read Data and Bit Flip Register 0
MTU_MC45_RDBFL1 0xF0063D62          MC 45 Read Data and Bit Flip Register 1
MTU_MC45_RDBFL2 0xF0063D64          MC 45 Read Data and Bit Flip Register 2
MTU_MC45_RDBFL3 0xF0063D66          MC 45 Read Data and Bit Flip Register 3
MTU_MC45_RDBFL4 0xF0063D68          MC 45 Read Data and Bit Flip Register 4
MTU_MC45_RDBFL5 0xF0063D6A          MC 45 Read Data and Bit Flip Register 5
MTU_MC45_RDBFL6 0xF0063D6C          MC 45 Read Data and Bit Flip Register 6
MTU_MC45_RDBFL7 0xF0063D6E          MC 45 Read Data and Bit Flip Register 7
MTU_MC45_RDBFL8 0xF0063D70          MC 45 Read Data and Bit Flip Register 8
MTU_MC45_RDBFL9 0xF0063D72          MC 45 Read Data and Bit Flip Register 9
MTU_MC45_RDBFL10 0xF0063D74          MC 45 Read Data and Bit Flip Register 10
MTU_MC45_RDBFL11 0xF0063D76          MC 45 Read Data and Bit Flip Register 11
MTU_MC45_RDBFL12 0xF0063D78          MC 45 Read Data and Bit Flip Register 12
MTU_MC45_RDBFL13 0xF0063D7A          MC 45 Read Data and Bit Flip Register 13
MTU_MC45_RDBFL14 0xF0063D7C          MC 45 Read Data and Bit Flip Register 14
MTU_MC45_RDBFL15 0xF0063D7E          MC 45 Read Data and Bit Flip Register 15
MTU_MC45_RDBFL16 0xF0063D80          MC 45 Read Data and Bit Flip Register 16
MTU_MC45_RDBFL17 0xF0063D82          MC 45 Read Data and Bit Flip Register 17
MTU_MC45_RDBFL18 0xF0063D84          MC 45 Read Data and Bit Flip Register 18
MTU_MC45_RDBFL19 0xF0063D86          MC 45 Read Data and Bit Flip Register 19
MTU_MC45_RDBFL20 0xF0063D88          MC 45 Read Data and Bit Flip Register 20
MTU_MC45_RDBFL21 0xF0063D8A          MC 45 Read Data and Bit Flip Register 21
MTU_MC45_RDBFL22 0xF0063D8C          MC 45 Read Data and Bit Flip Register 22
MTU_MC45_RDBFL23 0xF0063D8E          MC 45 Read Data and Bit Flip Register 23
MTU_MC45_RDBFL24 0xF0063D90          MC 45 Read Data and Bit Flip Register 24
MTU_MC45_RDBFL25 0xF0063D92          MC 45 Read Data and Bit Flip Register 25
MTU_MC45_RDBFL26 0xF0063D94          MC 45 Read Data and Bit Flip Register 26
MTU_MC45_RDBFL27 0xF0063D96          MC 45 Read Data and Bit Flip Register 27
MTU_MC45_RDBFL28 0xF0063D98          MC 45 Read Data and Bit Flip Register 28
MTU_MC45_RDBFL29 0xF0063D9A          MC 45 Read Data and Bit Flip Register 29
MTU_MC45_RDBFL30 0xF0063D9C          MC 45 Read Data and Bit Flip Register 30
MTU_MC45_RDBFL31 0xF0063D9E          MC 45 Read Data and Bit Flip Register 31
MTU_MC45_RDBFL32 0xF0063DA0          MC 45 Read Data and Bit Flip Register 32
MTU_MC45_RDBFL33 0xF0063DA2          MC 45 Read Data and Bit Flip Register 33
MTU_MC45_RDBFL34 0xF0063DA4          MC 45 Read Data and Bit Flip Register 34
MTU_MC45_RDBFL35 0xF0063DA6          MC 45 Read Data and Bit Flip Register 35
MTU_MC45_RDBFL36 0xF0063DA8          MC 45 Read Data and Bit Flip Register 36
MTU_MC45_RDBFL37 0xF0063DAA          MC 45 Read Data and Bit Flip Register 37
MTU_MC45_RDBFL38 0xF0063DAC          MC 45 Read Data and Bit Flip Register 38
MTU_MC45_RDBFL39 0xF0063DAE          MC 45 Read Data and Bit Flip Register 39
MTU_MC45_RDBFL40 0xF0063DB0          MC 45 Read Data and Bit Flip Register 40
MTU_MC45_RDBFL41 0xF0063DB2          MC 45 Read Data and Bit Flip Register 41
MTU_MC45_RDBFL42 0xF0063DB4          MC 45 Read Data and Bit Flip Register 42
MTU_MC45_RDBFL43 0xF0063DB6          MC 45 Read Data and Bit Flip Register 43
MTU_MC45_RDBFL44 0xF0063DB8          MC 45 Read Data and Bit Flip Register 44
MTU_MC45_RDBFL45 0xF0063DBA          MC 45 Read Data and Bit Flip Register 45
MTU_MC45_RDBFL46 0xF0063DBC          MC 45 Read Data and Bit Flip Register 46
MTU_MC45_RDBFL47 0xF0063DBE          MC 45 Read Data and Bit Flip Register 47
MTU_MC45_RDBFL48 0xF0063DC0          MC 45 Read Data and Bit Flip Register 48
MTU_MC45_RDBFL49 0xF0063DC2          MC 45 Read Data and Bit Flip Register 49
MTU_MC45_RDBFL50 0xF0063DC4          MC 45 Read Data and Bit Flip Register 50
MTU_MC45_RDBFL51 0xF0063DC6          MC 45 Read Data and Bit Flip Register 51
MTU_MC45_RDBFL52 0xF0063DC8          MC 45 Read Data and Bit Flip Register 52
MTU_MC45_RDBFL53 0xF0063DCA          MC 45 Read Data and Bit Flip Register 53
MTU_MC45_RDBFL54 0xF0063DCC          MC 45 Read Data and Bit Flip Register 54
MTU_MC45_RDBFL55 0xF0063DCE          MC 45 Read Data and Bit Flip Register 55
MTU_MC45_RDBFL56 0xF0063DD0          MC 45 Read Data and Bit Flip Register 56
MTU_MC45_RDBFL57 0xF0063DD2          MC 45 Read Data and Bit Flip Register 57
MTU_MC45_RDBFL58 0xF0063DD4          MC 45 Read Data and Bit Flip Register 58
MTU_MC45_RDBFL59 0xF0063DD6          MC 45 Read Data and Bit Flip Register 59
MTU_MC45_RDBFL60 0xF0063DD8          MC 45 Read Data and Bit Flip Register 60
MTU_MC45_RDBFL61 0xF0063DDA          MC 45 Read Data and Bit Flip Register 61
MTU_MC45_RDBFL62 0xF0063DDC          MC 45 Read Data and Bit Flip Register 62
MTU_MC45_RDBFL63 0xF0063DDE          MC 45 Read Data and Bit Flip Register 63
MTU_MC45_RDBFL64 0xF0063DE0          MC 45 Read Data and Bit Flip Register 64
MTU_MC45_RDBFL65 0xF0063DE2          MC 45 Read Data and Bit Flip Register 65
MTU_MC45_RDBFL66 0xF0063DE4          MC 45 Read Data and Bit Flip Register 66
MTU_MC45_ALMSRCS 0xF0063DEE          MC 45 Alarm Sources Configuration Register
MTU_MC45_FAULTSTS 0xF0063DF0          MC 45 SSH Safety Faults Status Register
MTU_MC45_ERRINFO0 0xF0063DF2          MC 45 Error Information Register 0
MTU_MC45_ERRINFO1 0xF0063DF4          MC 45 Error Information Register 1
MTU_MC45_ERRINFO2 0xF0063DF6          MC 45 Error Information Register 2
MTU_MC45_ERRINFO3 0xF0063DF8          MC 45 Error Information Register 3
MTU_MC45_ERRINFO4 0xF0063DFA          MC 45 Error Information Register 4
MTU_MC46_CONFIG0 0xF0063E00          MC 46 Configuration Register 0
MTU_MC46_CONFIG1 0xF0063E02          MC 46 Configuration Register 1
MTU_MC46_MCONTROL 0xF0063E04          MC 46 MBIST Control Register
MTU_MC46_MSTATUS 0xF0063E06          MC 46 Status Register
MTU_MC46_RANGE  0xF0063E08          MC 46 Range Register, single address mode
MTU_MC46_REVID  0xF0063E0C          MC 46 Revision ID Register
MTU_MC46_ECCS   0xF0063E0E          MC 46 ECC Safety Register
MTU_MC46_ECCD   0xF0063E10          MC 46 Memory ECC Detection Register
MTU_MC46_ETRR0  0xF0063E12          MC 46 Error Tracking Register 0
MTU_MC46_ETRR1  0xF0063E14          MC 46 Error Tracking Register 1
MTU_MC46_ETRR2  0xF0063E16          MC 46 Error Tracking Register 2
MTU_MC46_ETRR3  0xF0063E18          MC 46 Error Tracking Register 3
MTU_MC46_ETRR4  0xF0063E1A          MC 46 Error Tracking Register 4
MTU_MC46_RDBFL0 0xF0063E60          MC 46 Read Data and Bit Flip Register 0
MTU_MC46_RDBFL1 0xF0063E62          MC 46 Read Data and Bit Flip Register 1
MTU_MC46_RDBFL2 0xF0063E64          MC 46 Read Data and Bit Flip Register 2
MTU_MC46_RDBFL3 0xF0063E66          MC 46 Read Data and Bit Flip Register 3
MTU_MC46_RDBFL4 0xF0063E68          MC 46 Read Data and Bit Flip Register 4
MTU_MC46_RDBFL5 0xF0063E6A          MC 46 Read Data and Bit Flip Register 5
MTU_MC46_RDBFL6 0xF0063E6C          MC 46 Read Data and Bit Flip Register 6
MTU_MC46_RDBFL7 0xF0063E6E          MC 46 Read Data and Bit Flip Register 7
MTU_MC46_RDBFL8 0xF0063E70          MC 46 Read Data and Bit Flip Register 8
MTU_MC46_RDBFL9 0xF0063E72          MC 46 Read Data and Bit Flip Register 9
MTU_MC46_RDBFL10 0xF0063E74          MC 46 Read Data and Bit Flip Register 10
MTU_MC46_RDBFL11 0xF0063E76          MC 46 Read Data and Bit Flip Register 11
MTU_MC46_RDBFL12 0xF0063E78          MC 46 Read Data and Bit Flip Register 12
MTU_MC46_RDBFL13 0xF0063E7A          MC 46 Read Data and Bit Flip Register 13
MTU_MC46_RDBFL14 0xF0063E7C          MC 46 Read Data and Bit Flip Register 14
MTU_MC46_RDBFL15 0xF0063E7E          MC 46 Read Data and Bit Flip Register 15
MTU_MC46_RDBFL16 0xF0063E80          MC 46 Read Data and Bit Flip Register 16
MTU_MC46_RDBFL17 0xF0063E82          MC 46 Read Data and Bit Flip Register 17
MTU_MC46_RDBFL18 0xF0063E84          MC 46 Read Data and Bit Flip Register 18
MTU_MC46_RDBFL19 0xF0063E86          MC 46 Read Data and Bit Flip Register 19
MTU_MC46_RDBFL20 0xF0063E88          MC 46 Read Data and Bit Flip Register 20
MTU_MC46_RDBFL21 0xF0063E8A          MC 46 Read Data and Bit Flip Register 21
MTU_MC46_RDBFL22 0xF0063E8C          MC 46 Read Data and Bit Flip Register 22
MTU_MC46_RDBFL23 0xF0063E8E          MC 46 Read Data and Bit Flip Register 23
MTU_MC46_RDBFL24 0xF0063E90          MC 46 Read Data and Bit Flip Register 24
MTU_MC46_RDBFL25 0xF0063E92          MC 46 Read Data and Bit Flip Register 25
MTU_MC46_RDBFL26 0xF0063E94          MC 46 Read Data and Bit Flip Register 26
MTU_MC46_RDBFL27 0xF0063E96          MC 46 Read Data and Bit Flip Register 27
MTU_MC46_RDBFL28 0xF0063E98          MC 46 Read Data and Bit Flip Register 28
MTU_MC46_RDBFL29 0xF0063E9A          MC 46 Read Data and Bit Flip Register 29
MTU_MC46_RDBFL30 0xF0063E9C          MC 46 Read Data and Bit Flip Register 30
MTU_MC46_RDBFL31 0xF0063E9E          MC 46 Read Data and Bit Flip Register 31
MTU_MC46_RDBFL32 0xF0063EA0          MC 46 Read Data and Bit Flip Register 32
MTU_MC46_RDBFL33 0xF0063EA2          MC 46 Read Data and Bit Flip Register 33
MTU_MC46_RDBFL34 0xF0063EA4          MC 46 Read Data and Bit Flip Register 34
MTU_MC46_RDBFL35 0xF0063EA6          MC 46 Read Data and Bit Flip Register 35
MTU_MC46_RDBFL36 0xF0063EA8          MC 46 Read Data and Bit Flip Register 36
MTU_MC46_RDBFL37 0xF0063EAA          MC 46 Read Data and Bit Flip Register 37
MTU_MC46_RDBFL38 0xF0063EAC          MC 46 Read Data and Bit Flip Register 38
MTU_MC46_RDBFL39 0xF0063EAE          MC 46 Read Data and Bit Flip Register 39
MTU_MC46_RDBFL40 0xF0063EB0          MC 46 Read Data and Bit Flip Register 40
MTU_MC46_RDBFL41 0xF0063EB2          MC 46 Read Data and Bit Flip Register 41
MTU_MC46_RDBFL42 0xF0063EB4          MC 46 Read Data and Bit Flip Register 42
MTU_MC46_RDBFL43 0xF0063EB6          MC 46 Read Data and Bit Flip Register 43
MTU_MC46_RDBFL44 0xF0063EB8          MC 46 Read Data and Bit Flip Register 44
MTU_MC46_RDBFL45 0xF0063EBA          MC 46 Read Data and Bit Flip Register 45
MTU_MC46_RDBFL46 0xF0063EBC          MC 46 Read Data and Bit Flip Register 46
MTU_MC46_RDBFL47 0xF0063EBE          MC 46 Read Data and Bit Flip Register 47
MTU_MC46_RDBFL48 0xF0063EC0          MC 46 Read Data and Bit Flip Register 48
MTU_MC46_RDBFL49 0xF0063EC2          MC 46 Read Data and Bit Flip Register 49
MTU_MC46_RDBFL50 0xF0063EC4          MC 46 Read Data and Bit Flip Register 50
MTU_MC46_RDBFL51 0xF0063EC6          MC 46 Read Data and Bit Flip Register 51
MTU_MC46_RDBFL52 0xF0063EC8          MC 46 Read Data and Bit Flip Register 52
MTU_MC46_RDBFL53 0xF0063ECA          MC 46 Read Data and Bit Flip Register 53
MTU_MC46_RDBFL54 0xF0063ECC          MC 46 Read Data and Bit Flip Register 54
MTU_MC46_RDBFL55 0xF0063ECE          MC 46 Read Data and Bit Flip Register 55
MTU_MC46_RDBFL56 0xF0063ED0          MC 46 Read Data and Bit Flip Register 56
MTU_MC46_RDBFL57 0xF0063ED2          MC 46 Read Data and Bit Flip Register 57
MTU_MC46_RDBFL58 0xF0063ED4          MC 46 Read Data and Bit Flip Register 58
MTU_MC46_RDBFL59 0xF0063ED6          MC 46 Read Data and Bit Flip Register 59
MTU_MC46_RDBFL60 0xF0063ED8          MC 46 Read Data and Bit Flip Register 60
MTU_MC46_RDBFL61 0xF0063EDA          MC 46 Read Data and Bit Flip Register 61
MTU_MC46_RDBFL62 0xF0063EDC          MC 46 Read Data and Bit Flip Register 62
MTU_MC46_RDBFL63 0xF0063EDE          MC 46 Read Data and Bit Flip Register 63
MTU_MC46_RDBFL64 0xF0063EE0          MC 46 Read Data and Bit Flip Register 64
MTU_MC46_RDBFL65 0xF0063EE2          MC 46 Read Data and Bit Flip Register 65
MTU_MC46_RDBFL66 0xF0063EE4          MC 46 Read Data and Bit Flip Register 66
MTU_MC46_ALMSRCS 0xF0063EEE          MC 46 Alarm Sources Configuration Register
MTU_MC46_FAULTSTS 0xF0063EF0          MC 46 SSH Safety Faults Status Register
MTU_MC46_ERRINFO0 0xF0063EF2          MC 46 Error Information Register 0
MTU_MC46_ERRINFO1 0xF0063EF4          MC 46 Error Information Register 1
MTU_MC46_ERRINFO2 0xF0063EF6          MC 46 Error Information Register 2
MTU_MC46_ERRINFO3 0xF0063EF8          MC 46 Error Information Register 3
MTU_MC46_ERRINFO4 0xF0063EFA          MC 46 Error Information Register 4
MTU_MC47_CONFIG0 0xF0063F00          MC 47 Configuration Register 0
MTU_MC47_CONFIG1 0xF0063F02          MC 47 Configuration Register 1
MTU_MC47_MCONTROL 0xF0063F04          MC 47 MBIST Control Register
MTU_MC47_MSTATUS 0xF0063F06          MC 47 Status Register
MTU_MC47_RANGE  0xF0063F08          MC 47 Range Register, single address mode
MTU_MC47_REVID  0xF0063F0C          MC 47 Revision ID Register
MTU_MC47_ECCS   0xF0063F0E          MC 47 ECC Safety Register
MTU_MC47_ECCD   0xF0063F10          MC 47 Memory ECC Detection Register
MTU_MC47_ETRR0  0xF0063F12          MC 47 Error Tracking Register 0
MTU_MC47_ETRR1  0xF0063F14          MC 47 Error Tracking Register 1
MTU_MC47_ETRR2  0xF0063F16          MC 47 Error Tracking Register 2
MTU_MC47_ETRR3  0xF0063F18          MC 47 Error Tracking Register 3
MTU_MC47_ETRR4  0xF0063F1A          MC 47 Error Tracking Register 4
MTU_MC47_RDBFL0 0xF0063F60          MC 47 Read Data and Bit Flip Register 0
MTU_MC47_RDBFL1 0xF0063F62          MC 47 Read Data and Bit Flip Register 1
MTU_MC47_RDBFL2 0xF0063F64          MC 47 Read Data and Bit Flip Register 2
MTU_MC47_RDBFL3 0xF0063F66          MC 47 Read Data and Bit Flip Register 3
MTU_MC47_RDBFL4 0xF0063F68          MC 47 Read Data and Bit Flip Register 4
MTU_MC47_RDBFL5 0xF0063F6A          MC 47 Read Data and Bit Flip Register 5
MTU_MC47_RDBFL6 0xF0063F6C          MC 47 Read Data and Bit Flip Register 6
MTU_MC47_RDBFL7 0xF0063F6E          MC 47 Read Data and Bit Flip Register 7
MTU_MC47_RDBFL8 0xF0063F70          MC 47 Read Data and Bit Flip Register 8
MTU_MC47_RDBFL9 0xF0063F72          MC 47 Read Data and Bit Flip Register 9
MTU_MC47_RDBFL10 0xF0063F74          MC 47 Read Data and Bit Flip Register 10
MTU_MC47_RDBFL11 0xF0063F76          MC 47 Read Data and Bit Flip Register 11
MTU_MC47_RDBFL12 0xF0063F78          MC 47 Read Data and Bit Flip Register 12
MTU_MC47_RDBFL13 0xF0063F7A          MC 47 Read Data and Bit Flip Register 13
MTU_MC47_RDBFL14 0xF0063F7C          MC 47 Read Data and Bit Flip Register 14
MTU_MC47_RDBFL15 0xF0063F7E          MC 47 Read Data and Bit Flip Register 15
MTU_MC47_RDBFL16 0xF0063F80          MC 47 Read Data and Bit Flip Register 16
MTU_MC47_RDBFL17 0xF0063F82          MC 47 Read Data and Bit Flip Register 17
MTU_MC47_RDBFL18 0xF0063F84          MC 47 Read Data and Bit Flip Register 18
MTU_MC47_RDBFL19 0xF0063F86          MC 47 Read Data and Bit Flip Register 19
MTU_MC47_RDBFL20 0xF0063F88          MC 47 Read Data and Bit Flip Register 20
MTU_MC47_RDBFL21 0xF0063F8A          MC 47 Read Data and Bit Flip Register 21
MTU_MC47_RDBFL22 0xF0063F8C          MC 47 Read Data and Bit Flip Register 22
MTU_MC47_RDBFL23 0xF0063F8E          MC 47 Read Data and Bit Flip Register 23
MTU_MC47_RDBFL24 0xF0063F90          MC 47 Read Data and Bit Flip Register 24
MTU_MC47_RDBFL25 0xF0063F92          MC 47 Read Data and Bit Flip Register 25
MTU_MC47_RDBFL26 0xF0063F94          MC 47 Read Data and Bit Flip Register 26
MTU_MC47_RDBFL27 0xF0063F96          MC 47 Read Data and Bit Flip Register 27
MTU_MC47_RDBFL28 0xF0063F98          MC 47 Read Data and Bit Flip Register 28
MTU_MC47_RDBFL29 0xF0063F9A          MC 47 Read Data and Bit Flip Register 29
MTU_MC47_RDBFL30 0xF0063F9C          MC 47 Read Data and Bit Flip Register 30
MTU_MC47_RDBFL31 0xF0063F9E          MC 47 Read Data and Bit Flip Register 31
MTU_MC47_RDBFL32 0xF0063FA0          MC 47 Read Data and Bit Flip Register 32
MTU_MC47_RDBFL33 0xF0063FA2          MC 47 Read Data and Bit Flip Register 33
MTU_MC47_RDBFL34 0xF0063FA4          MC 47 Read Data and Bit Flip Register 34
MTU_MC47_RDBFL35 0xF0063FA6          MC 47 Read Data and Bit Flip Register 35
MTU_MC47_RDBFL36 0xF0063FA8          MC 47 Read Data and Bit Flip Register 36
MTU_MC47_RDBFL37 0xF0063FAA          MC 47 Read Data and Bit Flip Register 37
MTU_MC47_RDBFL38 0xF0063FAC          MC 47 Read Data and Bit Flip Register 38
MTU_MC47_RDBFL39 0xF0063FAE          MC 47 Read Data and Bit Flip Register 39
MTU_MC47_RDBFL40 0xF0063FB0          MC 47 Read Data and Bit Flip Register 40
MTU_MC47_RDBFL41 0xF0063FB2          MC 47 Read Data and Bit Flip Register 41
MTU_MC47_RDBFL42 0xF0063FB4          MC 47 Read Data and Bit Flip Register 42
MTU_MC47_RDBFL43 0xF0063FB6          MC 47 Read Data and Bit Flip Register 43
MTU_MC47_RDBFL44 0xF0063FB8          MC 47 Read Data and Bit Flip Register 44
MTU_MC47_RDBFL45 0xF0063FBA          MC 47 Read Data and Bit Flip Register 45
MTU_MC47_RDBFL46 0xF0063FBC          MC 47 Read Data and Bit Flip Register 46
MTU_MC47_RDBFL47 0xF0063FBE          MC 47 Read Data and Bit Flip Register 47
MTU_MC47_RDBFL48 0xF0063FC0          MC 47 Read Data and Bit Flip Register 48
MTU_MC47_RDBFL49 0xF0063FC2          MC 47 Read Data and Bit Flip Register 49
MTU_MC47_RDBFL50 0xF0063FC4          MC 47 Read Data and Bit Flip Register 50
MTU_MC47_RDBFL51 0xF0063FC6          MC 47 Read Data and Bit Flip Register 51
MTU_MC47_RDBFL52 0xF0063FC8          MC 47 Read Data and Bit Flip Register 52
MTU_MC47_RDBFL53 0xF0063FCA          MC 47 Read Data and Bit Flip Register 53
MTU_MC47_RDBFL54 0xF0063FCC          MC 47 Read Data and Bit Flip Register 54
MTU_MC47_RDBFL55 0xF0063FCE          MC 47 Read Data and Bit Flip Register 55
MTU_MC47_RDBFL56 0xF0063FD0          MC 47 Read Data and Bit Flip Register 56
MTU_MC47_RDBFL57 0xF0063FD2          MC 47 Read Data and Bit Flip Register 57
MTU_MC47_RDBFL58 0xF0063FD4          MC 47 Read Data and Bit Flip Register 58
MTU_MC47_RDBFL59 0xF0063FD6          MC 47 Read Data and Bit Flip Register 59
MTU_MC47_RDBFL60 0xF0063FD8          MC 47 Read Data and Bit Flip Register 60
MTU_MC47_RDBFL61 0xF0063FDA          MC 47 Read Data and Bit Flip Register 61
MTU_MC47_RDBFL62 0xF0063FDC          MC 47 Read Data and Bit Flip Register 62
MTU_MC47_RDBFL63 0xF0063FDE          MC 47 Read Data and Bit Flip Register 63
MTU_MC47_RDBFL64 0xF0063FE0          MC 47 Read Data and Bit Flip Register 64
MTU_MC47_RDBFL65 0xF0063FE2          MC 47 Read Data and Bit Flip Register 65
MTU_MC47_RDBFL66 0xF0063FE4          MC 47 Read Data and Bit Flip Register 66
MTU_MC47_ALMSRCS 0xF0063FEE          MC 47 Alarm Sources Configuration Register
MTU_MC47_FAULTSTS 0xF0063FF0          MC 47 SSH Safety Faults Status Register
MTU_MC47_ERRINFO0 0xF0063FF2          MC 47 Error Information Register 0
MTU_MC47_ERRINFO1 0xF0063FF4          MC 47 Error Information Register 1
MTU_MC47_ERRINFO2 0xF0063FF6          MC 47 Error Information Register 2
MTU_MC47_ERRINFO3 0xF0063FF8          MC 47 Error Information Register 3
MTU_MC47_ERRINFO4 0xF0063FFA          MC 47 Error Information Register 4
MTU_MC48_CONFIG0 0xF0064000          MC 48 Configuration Register 0
MTU_MC48_CONFIG1 0xF0064002          MC 48 Configuration Register 1
MTU_MC48_MCONTROL 0xF0064004          MC 48 MBIST Control Register
MTU_MC48_MSTATUS 0xF0064006          MC 48 Status Register
MTU_MC48_RANGE  0xF0064008          MC 48 Range Register, single address mode
MTU_MC48_REVID  0xF006400C          MC 48 Revision ID Register
MTU_MC48_ECCS   0xF006400E          MC 48 ECC Safety Register
MTU_MC48_ECCD   0xF0064010          MC 48 Memory ECC Detection Register
MTU_MC48_ETRR0  0xF0064012          MC 48 Error Tracking Register 0
MTU_MC48_ETRR1  0xF0064014          MC 48 Error Tracking Register 1
MTU_MC48_ETRR2  0xF0064016          MC 48 Error Tracking Register 2
MTU_MC48_ETRR3  0xF0064018          MC 48 Error Tracking Register 3
MTU_MC48_ETRR4  0xF006401A          MC 48 Error Tracking Register 4
MTU_MC48_RDBFL0 0xF0064060          MC 48 Read Data and Bit Flip Register 0
MTU_MC48_RDBFL1 0xF0064062          MC 48 Read Data and Bit Flip Register 1
MTU_MC48_RDBFL2 0xF0064064          MC 48 Read Data and Bit Flip Register 2
MTU_MC48_RDBFL3 0xF0064066          MC 48 Read Data and Bit Flip Register 3
MTU_MC48_RDBFL4 0xF0064068          MC 48 Read Data and Bit Flip Register 4
MTU_MC48_RDBFL5 0xF006406A          MC 48 Read Data and Bit Flip Register 5
MTU_MC48_RDBFL6 0xF006406C          MC 48 Read Data and Bit Flip Register 6
MTU_MC48_RDBFL7 0xF006406E          MC 48 Read Data and Bit Flip Register 7
MTU_MC48_RDBFL8 0xF0064070          MC 48 Read Data and Bit Flip Register 8
MTU_MC48_RDBFL9 0xF0064072          MC 48 Read Data and Bit Flip Register 9
MTU_MC48_RDBFL10 0xF0064074          MC 48 Read Data and Bit Flip Register 10
MTU_MC48_RDBFL11 0xF0064076          MC 48 Read Data and Bit Flip Register 11
MTU_MC48_RDBFL12 0xF0064078          MC 48 Read Data and Bit Flip Register 12
MTU_MC48_RDBFL13 0xF006407A          MC 48 Read Data and Bit Flip Register 13
MTU_MC48_RDBFL14 0xF006407C          MC 48 Read Data and Bit Flip Register 14
MTU_MC48_RDBFL15 0xF006407E          MC 48 Read Data and Bit Flip Register 15
MTU_MC48_RDBFL16 0xF0064080          MC 48 Read Data and Bit Flip Register 16
MTU_MC48_RDBFL17 0xF0064082          MC 48 Read Data and Bit Flip Register 17
MTU_MC48_RDBFL18 0xF0064084          MC 48 Read Data and Bit Flip Register 18
MTU_MC48_RDBFL19 0xF0064086          MC 48 Read Data and Bit Flip Register 19
MTU_MC48_RDBFL20 0xF0064088          MC 48 Read Data and Bit Flip Register 20
MTU_MC48_RDBFL21 0xF006408A          MC 48 Read Data and Bit Flip Register 21
MTU_MC48_RDBFL22 0xF006408C          MC 48 Read Data and Bit Flip Register 22
MTU_MC48_RDBFL23 0xF006408E          MC 48 Read Data and Bit Flip Register 23
MTU_MC48_RDBFL24 0xF0064090          MC 48 Read Data and Bit Flip Register 24
MTU_MC48_RDBFL25 0xF0064092          MC 48 Read Data and Bit Flip Register 25
MTU_MC48_RDBFL26 0xF0064094          MC 48 Read Data and Bit Flip Register 26
MTU_MC48_RDBFL27 0xF0064096          MC 48 Read Data and Bit Flip Register 27
MTU_MC48_RDBFL28 0xF0064098          MC 48 Read Data and Bit Flip Register 28
MTU_MC48_RDBFL29 0xF006409A          MC 48 Read Data and Bit Flip Register 29
MTU_MC48_RDBFL30 0xF006409C          MC 48 Read Data and Bit Flip Register 30
MTU_MC48_RDBFL31 0xF006409E          MC 48 Read Data and Bit Flip Register 31
MTU_MC48_RDBFL32 0xF00640A0          MC 48 Read Data and Bit Flip Register 32
MTU_MC48_RDBFL33 0xF00640A2          MC 48 Read Data and Bit Flip Register 33
MTU_MC48_RDBFL34 0xF00640A4          MC 48 Read Data and Bit Flip Register 34
MTU_MC48_RDBFL35 0xF00640A6          MC 48 Read Data and Bit Flip Register 35
MTU_MC48_RDBFL36 0xF00640A8          MC 48 Read Data and Bit Flip Register 36
MTU_MC48_RDBFL37 0xF00640AA          MC 48 Read Data and Bit Flip Register 37
MTU_MC48_RDBFL38 0xF00640AC          MC 48 Read Data and Bit Flip Register 38
MTU_MC48_RDBFL39 0xF00640AE          MC 48 Read Data and Bit Flip Register 39
MTU_MC48_RDBFL40 0xF00640B0          MC 48 Read Data and Bit Flip Register 40
MTU_MC48_RDBFL41 0xF00640B2          MC 48 Read Data and Bit Flip Register 41
MTU_MC48_RDBFL42 0xF00640B4          MC 48 Read Data and Bit Flip Register 42
MTU_MC48_RDBFL43 0xF00640B6          MC 48 Read Data and Bit Flip Register 43
MTU_MC48_RDBFL44 0xF00640B8          MC 48 Read Data and Bit Flip Register 44
MTU_MC48_RDBFL45 0xF00640BA          MC 48 Read Data and Bit Flip Register 45
MTU_MC48_RDBFL46 0xF00640BC          MC 48 Read Data and Bit Flip Register 46
MTU_MC48_RDBFL47 0xF00640BE          MC 48 Read Data and Bit Flip Register 47
MTU_MC48_RDBFL48 0xF00640C0          MC 48 Read Data and Bit Flip Register 48
MTU_MC48_RDBFL49 0xF00640C2          MC 48 Read Data and Bit Flip Register 49
MTU_MC48_RDBFL50 0xF00640C4          MC 48 Read Data and Bit Flip Register 50
MTU_MC48_RDBFL51 0xF00640C6          MC 48 Read Data and Bit Flip Register 51
MTU_MC48_RDBFL52 0xF00640C8          MC 48 Read Data and Bit Flip Register 52
MTU_MC48_RDBFL53 0xF00640CA          MC 48 Read Data and Bit Flip Register 53
MTU_MC48_RDBFL54 0xF00640CC          MC 48 Read Data and Bit Flip Register 54
MTU_MC48_RDBFL55 0xF00640CE          MC 48 Read Data and Bit Flip Register 55
MTU_MC48_RDBFL56 0xF00640D0          MC 48 Read Data and Bit Flip Register 56
MTU_MC48_RDBFL57 0xF00640D2          MC 48 Read Data and Bit Flip Register 57
MTU_MC48_RDBFL58 0xF00640D4          MC 48 Read Data and Bit Flip Register 58
MTU_MC48_RDBFL59 0xF00640D6          MC 48 Read Data and Bit Flip Register 59
MTU_MC48_RDBFL60 0xF00640D8          MC 48 Read Data and Bit Flip Register 60
MTU_MC48_RDBFL61 0xF00640DA          MC 48 Read Data and Bit Flip Register 61
MTU_MC48_RDBFL62 0xF00640DC          MC 48 Read Data and Bit Flip Register 62
MTU_MC48_RDBFL63 0xF00640DE          MC 48 Read Data and Bit Flip Register 63
MTU_MC48_RDBFL64 0xF00640E0          MC 48 Read Data and Bit Flip Register 64
MTU_MC48_RDBFL65 0xF00640E2          MC 48 Read Data and Bit Flip Register 65
MTU_MC48_RDBFL66 0xF00640E4          MC 48 Read Data and Bit Flip Register 66
MTU_MC48_ALMSRCS 0xF00640EE          MC 48 Alarm Sources Configuration Register
MTU_MC48_FAULTSTS 0xF00640F0          MC 48 SSH Safety Faults Status Register
MTU_MC48_ERRINFO0 0xF00640F2          MC 48 Error Information Register 0
MTU_MC48_ERRINFO1 0xF00640F4          MC 48 Error Information Register 1
MTU_MC48_ERRINFO2 0xF00640F6          MC 48 Error Information Register 2
MTU_MC48_ERRINFO3 0xF00640F8          MC 48 Error Information Register 3
MTU_MC48_ERRINFO4 0xF00640FA          MC 48 Error Information Register 4
MTU_MC49_CONFIG0 0xF0064100          MC 49 Configuration Register 0
MTU_MC49_CONFIG1 0xF0064102          MC 49 Configuration Register 1
MTU_MC49_MCONTROL 0xF0064104          MC 49 MBIST Control Register
MTU_MC49_MSTATUS 0xF0064106          MC 49 Status Register
MTU_MC49_RANGE  0xF0064108          MC 49 Range Register, single address mode
MTU_MC49_REVID  0xF006410C          MC 49 Revision ID Register
MTU_MC49_ECCS   0xF006410E          MC 49 ECC Safety Register
MTU_MC49_ECCD   0xF0064110          MC 49 Memory ECC Detection Register
MTU_MC49_ETRR0  0xF0064112          MC 49 Error Tracking Register 0
MTU_MC49_ETRR1  0xF0064114          MC 49 Error Tracking Register 1
MTU_MC49_ETRR2  0xF0064116          MC 49 Error Tracking Register 2
MTU_MC49_ETRR3  0xF0064118          MC 49 Error Tracking Register 3
MTU_MC49_ETRR4  0xF006411A          MC 49 Error Tracking Register 4
MTU_MC49_RDBFL0 0xF0064160          MC 49 Read Data and Bit Flip Register 0
MTU_MC49_RDBFL1 0xF0064162          MC 49 Read Data and Bit Flip Register 1
MTU_MC49_RDBFL2 0xF0064164          MC 49 Read Data and Bit Flip Register 2
MTU_MC49_RDBFL3 0xF0064166          MC 49 Read Data and Bit Flip Register 3
MTU_MC49_RDBFL4 0xF0064168          MC 49 Read Data and Bit Flip Register 4
MTU_MC49_RDBFL5 0xF006416A          MC 49 Read Data and Bit Flip Register 5
MTU_MC49_RDBFL6 0xF006416C          MC 49 Read Data and Bit Flip Register 6
MTU_MC49_RDBFL7 0xF006416E          MC 49 Read Data and Bit Flip Register 7
MTU_MC49_RDBFL8 0xF0064170          MC 49 Read Data and Bit Flip Register 8
MTU_MC49_RDBFL9 0xF0064172          MC 49 Read Data and Bit Flip Register 9
MTU_MC49_RDBFL10 0xF0064174          MC 49 Read Data and Bit Flip Register 10
MTU_MC49_RDBFL11 0xF0064176          MC 49 Read Data and Bit Flip Register 11
MTU_MC49_RDBFL12 0xF0064178          MC 49 Read Data and Bit Flip Register 12
MTU_MC49_RDBFL13 0xF006417A          MC 49 Read Data and Bit Flip Register 13
MTU_MC49_RDBFL14 0xF006417C          MC 49 Read Data and Bit Flip Register 14
MTU_MC49_RDBFL15 0xF006417E          MC 49 Read Data and Bit Flip Register 15
MTU_MC49_RDBFL16 0xF0064180          MC 49 Read Data and Bit Flip Register 16
MTU_MC49_RDBFL17 0xF0064182          MC 49 Read Data and Bit Flip Register 17
MTU_MC49_RDBFL18 0xF0064184          MC 49 Read Data and Bit Flip Register 18
MTU_MC49_RDBFL19 0xF0064186          MC 49 Read Data and Bit Flip Register 19
MTU_MC49_RDBFL20 0xF0064188          MC 49 Read Data and Bit Flip Register 20
MTU_MC49_RDBFL21 0xF006418A          MC 49 Read Data and Bit Flip Register 21
MTU_MC49_RDBFL22 0xF006418C          MC 49 Read Data and Bit Flip Register 22
MTU_MC49_RDBFL23 0xF006418E          MC 49 Read Data and Bit Flip Register 23
MTU_MC49_RDBFL24 0xF0064190          MC 49 Read Data and Bit Flip Register 24
MTU_MC49_RDBFL25 0xF0064192          MC 49 Read Data and Bit Flip Register 25
MTU_MC49_RDBFL26 0xF0064194          MC 49 Read Data and Bit Flip Register 26
MTU_MC49_RDBFL27 0xF0064196          MC 49 Read Data and Bit Flip Register 27
MTU_MC49_RDBFL28 0xF0064198          MC 49 Read Data and Bit Flip Register 28
MTU_MC49_RDBFL29 0xF006419A          MC 49 Read Data and Bit Flip Register 29
MTU_MC49_RDBFL30 0xF006419C          MC 49 Read Data and Bit Flip Register 30
MTU_MC49_RDBFL31 0xF006419E          MC 49 Read Data and Bit Flip Register 31
MTU_MC49_RDBFL32 0xF00641A0          MC 49 Read Data and Bit Flip Register 32
MTU_MC49_RDBFL33 0xF00641A2          MC 49 Read Data and Bit Flip Register 33
MTU_MC49_RDBFL34 0xF00641A4          MC 49 Read Data and Bit Flip Register 34
MTU_MC49_RDBFL35 0xF00641A6          MC 49 Read Data and Bit Flip Register 35
MTU_MC49_RDBFL36 0xF00641A8          MC 49 Read Data and Bit Flip Register 36
MTU_MC49_RDBFL37 0xF00641AA          MC 49 Read Data and Bit Flip Register 37
MTU_MC49_RDBFL38 0xF00641AC          MC 49 Read Data and Bit Flip Register 38
MTU_MC49_RDBFL39 0xF00641AE          MC 49 Read Data and Bit Flip Register 39
MTU_MC49_RDBFL40 0xF00641B0          MC 49 Read Data and Bit Flip Register 40
MTU_MC49_RDBFL41 0xF00641B2          MC 49 Read Data and Bit Flip Register 41
MTU_MC49_RDBFL42 0xF00641B4          MC 49 Read Data and Bit Flip Register 42
MTU_MC49_RDBFL43 0xF00641B6          MC 49 Read Data and Bit Flip Register 43
MTU_MC49_RDBFL44 0xF00641B8          MC 49 Read Data and Bit Flip Register 44
MTU_MC49_RDBFL45 0xF00641BA          MC 49 Read Data and Bit Flip Register 45
MTU_MC49_RDBFL46 0xF00641BC          MC 49 Read Data and Bit Flip Register 46
MTU_MC49_RDBFL47 0xF00641BE          MC 49 Read Data and Bit Flip Register 47
MTU_MC49_RDBFL48 0xF00641C0          MC 49 Read Data and Bit Flip Register 48
MTU_MC49_RDBFL49 0xF00641C2          MC 49 Read Data and Bit Flip Register 49
MTU_MC49_RDBFL50 0xF00641C4          MC 49 Read Data and Bit Flip Register 50
MTU_MC49_RDBFL51 0xF00641C6          MC 49 Read Data and Bit Flip Register 51
MTU_MC49_RDBFL52 0xF00641C8          MC 49 Read Data and Bit Flip Register 52
MTU_MC49_RDBFL53 0xF00641CA          MC 49 Read Data and Bit Flip Register 53
MTU_MC49_RDBFL54 0xF00641CC          MC 49 Read Data and Bit Flip Register 54
MTU_MC49_RDBFL55 0xF00641CE          MC 49 Read Data and Bit Flip Register 55
MTU_MC49_RDBFL56 0xF00641D0          MC 49 Read Data and Bit Flip Register 56
MTU_MC49_RDBFL57 0xF00641D2          MC 49 Read Data and Bit Flip Register 57
MTU_MC49_RDBFL58 0xF00641D4          MC 49 Read Data and Bit Flip Register 58
MTU_MC49_RDBFL59 0xF00641D6          MC 49 Read Data and Bit Flip Register 59
MTU_MC49_RDBFL60 0xF00641D8          MC 49 Read Data and Bit Flip Register 60
MTU_MC49_RDBFL61 0xF00641DA          MC 49 Read Data and Bit Flip Register 61
MTU_MC49_RDBFL62 0xF00641DC          MC 49 Read Data and Bit Flip Register 62
MTU_MC49_RDBFL63 0xF00641DE          MC 49 Read Data and Bit Flip Register 63
MTU_MC49_RDBFL64 0xF00641E0          MC 49 Read Data and Bit Flip Register 64
MTU_MC49_RDBFL65 0xF00641E2          MC 49 Read Data and Bit Flip Register 65
MTU_MC49_RDBFL66 0xF00641E4          MC 49 Read Data and Bit Flip Register 66
MTU_MC49_ALMSRCS 0xF00641EE          MC 49 Alarm Sources Configuration Register
MTU_MC49_FAULTSTS 0xF00641F0          MC 49 SSH Safety Faults Status Register
MTU_MC49_ERRINFO0 0xF00641F2          MC 49 Error Information Register 0
MTU_MC49_ERRINFO1 0xF00641F4          MC 49 Error Information Register 1
MTU_MC49_ERRINFO2 0xF00641F6          MC 49 Error Information Register 2
MTU_MC49_ERRINFO3 0xF00641F8          MC 49 Error Information Register 3
MTU_MC49_ERRINFO4 0xF00641FA          MC 49 Error Information Register 4
MTU_MC50_CONFIG0 0xF0064200          MC 50 Configuration Register 0
MTU_MC50_CONFIG1 0xF0064202          MC 50 Configuration Register 1
MTU_MC50_MCONTROL 0xF0064204          MC 50 MBIST Control Register
MTU_MC50_MSTATUS 0xF0064206          MC 50 Status Register
MTU_MC50_RANGE  0xF0064208          MC 50 Range Register, single address mode
MTU_MC50_REVID  0xF006420C          MC 50 Revision ID Register
MTU_MC50_ECCS   0xF006420E          MC 50 ECC Safety Register
MTU_MC50_ECCD   0xF0064210          MC 50 Memory ECC Detection Register
MTU_MC50_ETRR0  0xF0064212          MC 50 Error Tracking Register 0
MTU_MC50_ETRR1  0xF0064214          MC 50 Error Tracking Register 1
MTU_MC50_ETRR2  0xF0064216          MC 50 Error Tracking Register 2
MTU_MC50_ETRR3  0xF0064218          MC 50 Error Tracking Register 3
MTU_MC50_ETRR4  0xF006421A          MC 50 Error Tracking Register 4
MTU_MC50_RDBFL0 0xF0064260          MC 50 Read Data and Bit Flip Register 0
MTU_MC50_RDBFL1 0xF0064262          MC 50 Read Data and Bit Flip Register 1
MTU_MC50_RDBFL2 0xF0064264          MC 50 Read Data and Bit Flip Register 2
MTU_MC50_RDBFL3 0xF0064266          MC 50 Read Data and Bit Flip Register 3
MTU_MC50_RDBFL4 0xF0064268          MC 50 Read Data and Bit Flip Register 4
MTU_MC50_RDBFL5 0xF006426A          MC 50 Read Data and Bit Flip Register 5
MTU_MC50_RDBFL6 0xF006426C          MC 50 Read Data and Bit Flip Register 6
MTU_MC50_RDBFL7 0xF006426E          MC 50 Read Data and Bit Flip Register 7
MTU_MC50_RDBFL8 0xF0064270          MC 50 Read Data and Bit Flip Register 8
MTU_MC50_RDBFL9 0xF0064272          MC 50 Read Data and Bit Flip Register 9
MTU_MC50_RDBFL10 0xF0064274          MC 50 Read Data and Bit Flip Register 10
MTU_MC50_RDBFL11 0xF0064276          MC 50 Read Data and Bit Flip Register 11
MTU_MC50_RDBFL12 0xF0064278          MC 50 Read Data and Bit Flip Register 12
MTU_MC50_RDBFL13 0xF006427A          MC 50 Read Data and Bit Flip Register 13
MTU_MC50_RDBFL14 0xF006427C          MC 50 Read Data and Bit Flip Register 14
MTU_MC50_RDBFL15 0xF006427E          MC 50 Read Data and Bit Flip Register 15
MTU_MC50_RDBFL16 0xF0064280          MC 50 Read Data and Bit Flip Register 16
MTU_MC50_RDBFL17 0xF0064282          MC 50 Read Data and Bit Flip Register 17
MTU_MC50_RDBFL18 0xF0064284          MC 50 Read Data and Bit Flip Register 18
MTU_MC50_RDBFL19 0xF0064286          MC 50 Read Data and Bit Flip Register 19
MTU_MC50_RDBFL20 0xF0064288          MC 50 Read Data and Bit Flip Register 20
MTU_MC50_RDBFL21 0xF006428A          MC 50 Read Data and Bit Flip Register 21
MTU_MC50_RDBFL22 0xF006428C          MC 50 Read Data and Bit Flip Register 22
MTU_MC50_RDBFL23 0xF006428E          MC 50 Read Data and Bit Flip Register 23
MTU_MC50_RDBFL24 0xF0064290          MC 50 Read Data and Bit Flip Register 24
MTU_MC50_RDBFL25 0xF0064292          MC 50 Read Data and Bit Flip Register 25
MTU_MC50_RDBFL26 0xF0064294          MC 50 Read Data and Bit Flip Register 26
MTU_MC50_RDBFL27 0xF0064296          MC 50 Read Data and Bit Flip Register 27
MTU_MC50_RDBFL28 0xF0064298          MC 50 Read Data and Bit Flip Register 28
MTU_MC50_RDBFL29 0xF006429A          MC 50 Read Data and Bit Flip Register 29
MTU_MC50_RDBFL30 0xF006429C          MC 50 Read Data and Bit Flip Register 30
MTU_MC50_RDBFL31 0xF006429E          MC 50 Read Data and Bit Flip Register 31
MTU_MC50_RDBFL32 0xF00642A0          MC 50 Read Data and Bit Flip Register 32
MTU_MC50_RDBFL33 0xF00642A2          MC 50 Read Data and Bit Flip Register 33
MTU_MC50_RDBFL34 0xF00642A4          MC 50 Read Data and Bit Flip Register 34
MTU_MC50_RDBFL35 0xF00642A6          MC 50 Read Data and Bit Flip Register 35
MTU_MC50_RDBFL36 0xF00642A8          MC 50 Read Data and Bit Flip Register 36
MTU_MC50_RDBFL37 0xF00642AA          MC 50 Read Data and Bit Flip Register 37
MTU_MC50_RDBFL38 0xF00642AC          MC 50 Read Data and Bit Flip Register 38
MTU_MC50_RDBFL39 0xF00642AE          MC 50 Read Data and Bit Flip Register 39
MTU_MC50_RDBFL40 0xF00642B0          MC 50 Read Data and Bit Flip Register 40
MTU_MC50_RDBFL41 0xF00642B2          MC 50 Read Data and Bit Flip Register 41
MTU_MC50_RDBFL42 0xF00642B4          MC 50 Read Data and Bit Flip Register 42
MTU_MC50_RDBFL43 0xF00642B6          MC 50 Read Data and Bit Flip Register 43
MTU_MC50_RDBFL44 0xF00642B8          MC 50 Read Data and Bit Flip Register 44
MTU_MC50_RDBFL45 0xF00642BA          MC 50 Read Data and Bit Flip Register 45
MTU_MC50_RDBFL46 0xF00642BC          MC 50 Read Data and Bit Flip Register 46
MTU_MC50_RDBFL47 0xF00642BE          MC 50 Read Data and Bit Flip Register 47
MTU_MC50_RDBFL48 0xF00642C0          MC 50 Read Data and Bit Flip Register 48
MTU_MC50_RDBFL49 0xF00642C2          MC 50 Read Data and Bit Flip Register 49
MTU_MC50_RDBFL50 0xF00642C4          MC 50 Read Data and Bit Flip Register 50
MTU_MC50_RDBFL51 0xF00642C6          MC 50 Read Data and Bit Flip Register 51
MTU_MC50_RDBFL52 0xF00642C8          MC 50 Read Data and Bit Flip Register 52
MTU_MC50_RDBFL53 0xF00642CA          MC 50 Read Data and Bit Flip Register 53
MTU_MC50_RDBFL54 0xF00642CC          MC 50 Read Data and Bit Flip Register 54
MTU_MC50_RDBFL55 0xF00642CE          MC 50 Read Data and Bit Flip Register 55
MTU_MC50_RDBFL56 0xF00642D0          MC 50 Read Data and Bit Flip Register 56
MTU_MC50_RDBFL57 0xF00642D2          MC 50 Read Data and Bit Flip Register 57
MTU_MC50_RDBFL58 0xF00642D4          MC 50 Read Data and Bit Flip Register 58
MTU_MC50_RDBFL59 0xF00642D6          MC 50 Read Data and Bit Flip Register 59
MTU_MC50_RDBFL60 0xF00642D8          MC 50 Read Data and Bit Flip Register 60
MTU_MC50_RDBFL61 0xF00642DA          MC 50 Read Data and Bit Flip Register 61
MTU_MC50_RDBFL62 0xF00642DC          MC 50 Read Data and Bit Flip Register 62
MTU_MC50_RDBFL63 0xF00642DE          MC 50 Read Data and Bit Flip Register 63
MTU_MC50_RDBFL64 0xF00642E0          MC 50 Read Data and Bit Flip Register 64
MTU_MC50_RDBFL65 0xF00642E2          MC 50 Read Data and Bit Flip Register 65
MTU_MC50_RDBFL66 0xF00642E4          MC 50 Read Data and Bit Flip Register 66
MTU_MC50_ALMSRCS 0xF00642EE          MC 50 Alarm Sources Configuration Register
MTU_MC50_FAULTSTS 0xF00642F0          MC 50 SSH Safety Faults Status Register
MTU_MC50_ERRINFO0 0xF00642F2          MC 50 Error Information Register 0
MTU_MC50_ERRINFO1 0xF00642F4          MC 50 Error Information Register 1
MTU_MC50_ERRINFO2 0xF00642F6          MC 50 Error Information Register 2
MTU_MC50_ERRINFO3 0xF00642F8          MC 50 Error Information Register 3
MTU_MC50_ERRINFO4 0xF00642FA          MC 50 Error Information Register 4
MTU_MC51_CONFIG0 0xF0064300          MC 51 Configuration Register 0
MTU_MC51_CONFIG1 0xF0064302          MC 51 Configuration Register 1
MTU_MC51_MCONTROL 0xF0064304          MC 51 MBIST Control Register
MTU_MC51_MSTATUS 0xF0064306          MC 51 Status Register
MTU_MC51_RANGE  0xF0064308          MC 51 Range Register, single address mode
MTU_MC51_REVID  0xF006430C          MC 51 Revision ID Register
MTU_MC51_ECCS   0xF006430E          MC 51 ECC Safety Register
MTU_MC51_ECCD   0xF0064310          MC 51 Memory ECC Detection Register
MTU_MC51_ETRR0  0xF0064312          MC 51 Error Tracking Register 0
MTU_MC51_ETRR1  0xF0064314          MC 51 Error Tracking Register 1
MTU_MC51_ETRR2  0xF0064316          MC 51 Error Tracking Register 2
MTU_MC51_ETRR3  0xF0064318          MC 51 Error Tracking Register 3
MTU_MC51_ETRR4  0xF006431A          MC 51 Error Tracking Register 4
MTU_MC51_RDBFL0 0xF0064360          MC 51 Read Data and Bit Flip Register 0
MTU_MC51_RDBFL1 0xF0064362          MC 51 Read Data and Bit Flip Register 1
MTU_MC51_RDBFL2 0xF0064364          MC 51 Read Data and Bit Flip Register 2
MTU_MC51_RDBFL3 0xF0064366          MC 51 Read Data and Bit Flip Register 3
MTU_MC51_RDBFL4 0xF0064368          MC 51 Read Data and Bit Flip Register 4
MTU_MC51_RDBFL5 0xF006436A          MC 51 Read Data and Bit Flip Register 5
MTU_MC51_RDBFL6 0xF006436C          MC 51 Read Data and Bit Flip Register 6
MTU_MC51_RDBFL7 0xF006436E          MC 51 Read Data and Bit Flip Register 7
MTU_MC51_RDBFL8 0xF0064370          MC 51 Read Data and Bit Flip Register 8
MTU_MC51_RDBFL9 0xF0064372          MC 51 Read Data and Bit Flip Register 9
MTU_MC51_RDBFL10 0xF0064374          MC 51 Read Data and Bit Flip Register 10
MTU_MC51_RDBFL11 0xF0064376          MC 51 Read Data and Bit Flip Register 11
MTU_MC51_RDBFL12 0xF0064378          MC 51 Read Data and Bit Flip Register 12
MTU_MC51_RDBFL13 0xF006437A          MC 51 Read Data and Bit Flip Register 13
MTU_MC51_RDBFL14 0xF006437C          MC 51 Read Data and Bit Flip Register 14
MTU_MC51_RDBFL15 0xF006437E          MC 51 Read Data and Bit Flip Register 15
MTU_MC51_RDBFL16 0xF0064380          MC 51 Read Data and Bit Flip Register 16
MTU_MC51_RDBFL17 0xF0064382          MC 51 Read Data and Bit Flip Register 17
MTU_MC51_RDBFL18 0xF0064384          MC 51 Read Data and Bit Flip Register 18
MTU_MC51_RDBFL19 0xF0064386          MC 51 Read Data and Bit Flip Register 19
MTU_MC51_RDBFL20 0xF0064388          MC 51 Read Data and Bit Flip Register 20
MTU_MC51_RDBFL21 0xF006438A          MC 51 Read Data and Bit Flip Register 21
MTU_MC51_RDBFL22 0xF006438C          MC 51 Read Data and Bit Flip Register 22
MTU_MC51_RDBFL23 0xF006438E          MC 51 Read Data and Bit Flip Register 23
MTU_MC51_RDBFL24 0xF0064390          MC 51 Read Data and Bit Flip Register 24
MTU_MC51_RDBFL25 0xF0064392          MC 51 Read Data and Bit Flip Register 25
MTU_MC51_RDBFL26 0xF0064394          MC 51 Read Data and Bit Flip Register 26
MTU_MC51_RDBFL27 0xF0064396          MC 51 Read Data and Bit Flip Register 27
MTU_MC51_RDBFL28 0xF0064398          MC 51 Read Data and Bit Flip Register 28
MTU_MC51_RDBFL29 0xF006439A          MC 51 Read Data and Bit Flip Register 29
MTU_MC51_RDBFL30 0xF006439C          MC 51 Read Data and Bit Flip Register 30
MTU_MC51_RDBFL31 0xF006439E          MC 51 Read Data and Bit Flip Register 31
MTU_MC51_RDBFL32 0xF00643A0          MC 51 Read Data and Bit Flip Register 32
MTU_MC51_RDBFL33 0xF00643A2          MC 51 Read Data and Bit Flip Register 33
MTU_MC51_RDBFL34 0xF00643A4          MC 51 Read Data and Bit Flip Register 34
MTU_MC51_RDBFL35 0xF00643A6          MC 51 Read Data and Bit Flip Register 35
MTU_MC51_RDBFL36 0xF00643A8          MC 51 Read Data and Bit Flip Register 36
MTU_MC51_RDBFL37 0xF00643AA          MC 51 Read Data and Bit Flip Register 37
MTU_MC51_RDBFL38 0xF00643AC          MC 51 Read Data and Bit Flip Register 38
MTU_MC51_RDBFL39 0xF00643AE          MC 51 Read Data and Bit Flip Register 39
MTU_MC51_RDBFL40 0xF00643B0          MC 51 Read Data and Bit Flip Register 40
MTU_MC51_RDBFL41 0xF00643B2          MC 51 Read Data and Bit Flip Register 41
MTU_MC51_RDBFL42 0xF00643B4          MC 51 Read Data and Bit Flip Register 42
MTU_MC51_RDBFL43 0xF00643B6          MC 51 Read Data and Bit Flip Register 43
MTU_MC51_RDBFL44 0xF00643B8          MC 51 Read Data and Bit Flip Register 44
MTU_MC51_RDBFL45 0xF00643BA          MC 51 Read Data and Bit Flip Register 45
MTU_MC51_RDBFL46 0xF00643BC          MC 51 Read Data and Bit Flip Register 46
MTU_MC51_RDBFL47 0xF00643BE          MC 51 Read Data and Bit Flip Register 47
MTU_MC51_RDBFL48 0xF00643C0          MC 51 Read Data and Bit Flip Register 48
MTU_MC51_RDBFL49 0xF00643C2          MC 51 Read Data and Bit Flip Register 49
MTU_MC51_RDBFL50 0xF00643C4          MC 51 Read Data and Bit Flip Register 50
MTU_MC51_RDBFL51 0xF00643C6          MC 51 Read Data and Bit Flip Register 51
MTU_MC51_RDBFL52 0xF00643C8          MC 51 Read Data and Bit Flip Register 52
MTU_MC51_RDBFL53 0xF00643CA          MC 51 Read Data and Bit Flip Register 53
MTU_MC51_RDBFL54 0xF00643CC          MC 51 Read Data and Bit Flip Register 54
MTU_MC51_RDBFL55 0xF00643CE          MC 51 Read Data and Bit Flip Register 55
MTU_MC51_RDBFL56 0xF00643D0          MC 51 Read Data and Bit Flip Register 56
MTU_MC51_RDBFL57 0xF00643D2          MC 51 Read Data and Bit Flip Register 57
MTU_MC51_RDBFL58 0xF00643D4          MC 51 Read Data and Bit Flip Register 58
MTU_MC51_RDBFL59 0xF00643D6          MC 51 Read Data and Bit Flip Register 59
MTU_MC51_RDBFL60 0xF00643D8          MC 51 Read Data and Bit Flip Register 60
MTU_MC51_RDBFL61 0xF00643DA          MC 51 Read Data and Bit Flip Register 61
MTU_MC51_RDBFL62 0xF00643DC          MC 51 Read Data and Bit Flip Register 62
MTU_MC51_RDBFL63 0xF00643DE          MC 51 Read Data and Bit Flip Register 63
MTU_MC51_RDBFL64 0xF00643E0          MC 51 Read Data and Bit Flip Register 64
MTU_MC51_RDBFL65 0xF00643E2          MC 51 Read Data and Bit Flip Register 65
MTU_MC51_RDBFL66 0xF00643E4          MC 51 Read Data and Bit Flip Register 66
MTU_MC51_ALMSRCS 0xF00643EE          MC 51 Alarm Sources Configuration Register
MTU_MC51_FAULTSTS 0xF00643F0          MC 51 SSH Safety Faults Status Register
MTU_MC51_ERRINFO0 0xF00643F2          MC 51 Error Information Register 0
MTU_MC51_ERRINFO1 0xF00643F4          MC 51 Error Information Register 1
MTU_MC51_ERRINFO2 0xF00643F6          MC 51 Error Information Register 2
MTU_MC51_ERRINFO3 0xF00643F8          MC 51 Error Information Register 3
MTU_MC51_ERRINFO4 0xF00643FA          MC 51 Error Information Register 4
MTU_MC52_CONFIG0 0xF0064400          MC 52 Configuration Register 0
MTU_MC52_CONFIG1 0xF0064402          MC 52 Configuration Register 1
MTU_MC52_MCONTROL 0xF0064404          MC 52 MBIST Control Register
MTU_MC52_MSTATUS 0xF0064406          MC 52 Status Register
MTU_MC52_RANGE  0xF0064408          MC 52 Range Register, single address mode
MTU_MC52_REVID  0xF006440C          MC 52 Revision ID Register
MTU_MC52_ECCS   0xF006440E          MC 52 ECC Safety Register
MTU_MC52_ECCD   0xF0064410          MC 52 Memory ECC Detection Register
MTU_MC52_ETRR0  0xF0064412          MC 52 Error Tracking Register 0
MTU_MC52_ETRR1  0xF0064414          MC 52 Error Tracking Register 1
MTU_MC52_ETRR2  0xF0064416          MC 52 Error Tracking Register 2
MTU_MC52_ETRR3  0xF0064418          MC 52 Error Tracking Register 3
MTU_MC52_ETRR4  0xF006441A          MC 52 Error Tracking Register 4
MTU_MC52_RDBFL0 0xF0064460          MC 52 Read Data and Bit Flip Register 0
MTU_MC52_RDBFL1 0xF0064462          MC 52 Read Data and Bit Flip Register 1
MTU_MC52_RDBFL2 0xF0064464          MC 52 Read Data and Bit Flip Register 2
MTU_MC52_RDBFL3 0xF0064466          MC 52 Read Data and Bit Flip Register 3
MTU_MC52_RDBFL4 0xF0064468          MC 52 Read Data and Bit Flip Register 4
MTU_MC52_RDBFL5 0xF006446A          MC 52 Read Data and Bit Flip Register 5
MTU_MC52_RDBFL6 0xF006446C          MC 52 Read Data and Bit Flip Register 6
MTU_MC52_RDBFL7 0xF006446E          MC 52 Read Data and Bit Flip Register 7
MTU_MC52_RDBFL8 0xF0064470          MC 52 Read Data and Bit Flip Register 8
MTU_MC52_RDBFL9 0xF0064472          MC 52 Read Data and Bit Flip Register 9
MTU_MC52_RDBFL10 0xF0064474          MC 52 Read Data and Bit Flip Register 10
MTU_MC52_RDBFL11 0xF0064476          MC 52 Read Data and Bit Flip Register 11
MTU_MC52_RDBFL12 0xF0064478          MC 52 Read Data and Bit Flip Register 12
MTU_MC52_RDBFL13 0xF006447A          MC 52 Read Data and Bit Flip Register 13
MTU_MC52_RDBFL14 0xF006447C          MC 52 Read Data and Bit Flip Register 14
MTU_MC52_RDBFL15 0xF006447E          MC 52 Read Data and Bit Flip Register 15
MTU_MC52_RDBFL16 0xF0064480          MC 52 Read Data and Bit Flip Register 16
MTU_MC52_RDBFL17 0xF0064482          MC 52 Read Data and Bit Flip Register 17
MTU_MC52_RDBFL18 0xF0064484          MC 52 Read Data and Bit Flip Register 18
MTU_MC52_RDBFL19 0xF0064486          MC 52 Read Data and Bit Flip Register 19
MTU_MC52_RDBFL20 0xF0064488          MC 52 Read Data and Bit Flip Register 20
MTU_MC52_RDBFL21 0xF006448A          MC 52 Read Data and Bit Flip Register 21
MTU_MC52_RDBFL22 0xF006448C          MC 52 Read Data and Bit Flip Register 22
MTU_MC52_RDBFL23 0xF006448E          MC 52 Read Data and Bit Flip Register 23
MTU_MC52_RDBFL24 0xF0064490          MC 52 Read Data and Bit Flip Register 24
MTU_MC52_RDBFL25 0xF0064492          MC 52 Read Data and Bit Flip Register 25
MTU_MC52_RDBFL26 0xF0064494          MC 52 Read Data and Bit Flip Register 26
MTU_MC52_RDBFL27 0xF0064496          MC 52 Read Data and Bit Flip Register 27
MTU_MC52_RDBFL28 0xF0064498          MC 52 Read Data and Bit Flip Register 28
MTU_MC52_RDBFL29 0xF006449A          MC 52 Read Data and Bit Flip Register 29
MTU_MC52_RDBFL30 0xF006449C          MC 52 Read Data and Bit Flip Register 30
MTU_MC52_RDBFL31 0xF006449E          MC 52 Read Data and Bit Flip Register 31
MTU_MC52_RDBFL32 0xF00644A0          MC 52 Read Data and Bit Flip Register 32
MTU_MC52_RDBFL33 0xF00644A2          MC 52 Read Data and Bit Flip Register 33
MTU_MC52_RDBFL34 0xF00644A4          MC 52 Read Data and Bit Flip Register 34
MTU_MC52_RDBFL35 0xF00644A6          MC 52 Read Data and Bit Flip Register 35
MTU_MC52_RDBFL36 0xF00644A8          MC 52 Read Data and Bit Flip Register 36
MTU_MC52_RDBFL37 0xF00644AA          MC 52 Read Data and Bit Flip Register 37
MTU_MC52_RDBFL38 0xF00644AC          MC 52 Read Data and Bit Flip Register 38
MTU_MC52_RDBFL39 0xF00644AE          MC 52 Read Data and Bit Flip Register 39
MTU_MC52_RDBFL40 0xF00644B0          MC 52 Read Data and Bit Flip Register 40
MTU_MC52_RDBFL41 0xF00644B2          MC 52 Read Data and Bit Flip Register 41
MTU_MC52_RDBFL42 0xF00644B4          MC 52 Read Data and Bit Flip Register 42
MTU_MC52_RDBFL43 0xF00644B6          MC 52 Read Data and Bit Flip Register 43
MTU_MC52_RDBFL44 0xF00644B8          MC 52 Read Data and Bit Flip Register 44
MTU_MC52_RDBFL45 0xF00644BA          MC 52 Read Data and Bit Flip Register 45
MTU_MC52_RDBFL46 0xF00644BC          MC 52 Read Data and Bit Flip Register 46
MTU_MC52_RDBFL47 0xF00644BE          MC 52 Read Data and Bit Flip Register 47
MTU_MC52_RDBFL48 0xF00644C0          MC 52 Read Data and Bit Flip Register 48
MTU_MC52_RDBFL49 0xF00644C2          MC 52 Read Data and Bit Flip Register 49
MTU_MC52_RDBFL50 0xF00644C4          MC 52 Read Data and Bit Flip Register 50
MTU_MC52_RDBFL51 0xF00644C6          MC 52 Read Data and Bit Flip Register 51
MTU_MC52_RDBFL52 0xF00644C8          MC 52 Read Data and Bit Flip Register 52
MTU_MC52_RDBFL53 0xF00644CA          MC 52 Read Data and Bit Flip Register 53
MTU_MC52_RDBFL54 0xF00644CC          MC 52 Read Data and Bit Flip Register 54
MTU_MC52_RDBFL55 0xF00644CE          MC 52 Read Data and Bit Flip Register 55
MTU_MC52_RDBFL56 0xF00644D0          MC 52 Read Data and Bit Flip Register 56
MTU_MC52_RDBFL57 0xF00644D2          MC 52 Read Data and Bit Flip Register 57
MTU_MC52_RDBFL58 0xF00644D4          MC 52 Read Data and Bit Flip Register 58
MTU_MC52_RDBFL59 0xF00644D6          MC 52 Read Data and Bit Flip Register 59
MTU_MC52_RDBFL60 0xF00644D8          MC 52 Read Data and Bit Flip Register 60
MTU_MC52_RDBFL61 0xF00644DA          MC 52 Read Data and Bit Flip Register 61
MTU_MC52_RDBFL62 0xF00644DC          MC 52 Read Data and Bit Flip Register 62
MTU_MC52_RDBFL63 0xF00644DE          MC 52 Read Data and Bit Flip Register 63
MTU_MC52_RDBFL64 0xF00644E0          MC 52 Read Data and Bit Flip Register 64
MTU_MC52_RDBFL65 0xF00644E2          MC 52 Read Data and Bit Flip Register 65
MTU_MC52_RDBFL66 0xF00644E4          MC 52 Read Data and Bit Flip Register 66
MTU_MC52_ALMSRCS 0xF00644EE          MC 52 Alarm Sources Configuration Register
MTU_MC52_FAULTSTS 0xF00644F0          MC 52 SSH Safety Faults Status Register
MTU_MC52_ERRINFO0 0xF00644F2          MC 52 Error Information Register 0
MTU_MC52_ERRINFO1 0xF00644F4          MC 52 Error Information Register 1
MTU_MC52_ERRINFO2 0xF00644F6          MC 52 Error Information Register 2
MTU_MC52_ERRINFO3 0xF00644F8          MC 52 Error Information Register 3
MTU_MC52_ERRINFO4 0xF00644FA          MC 52 Error Information Register 4
MTU_MC53_CONFIG0 0xF0064500          MC 53 Configuration Register 0
MTU_MC53_CONFIG1 0xF0064502          MC 53 Configuration Register 1
MTU_MC53_MCONTROL 0xF0064504          MC 53 MBIST Control Register
MTU_MC53_MSTATUS 0xF0064506          MC 53 Status Register
MTU_MC53_RANGE  0xF0064508          MC 53 Range Register, single address mode
MTU_MC53_REVID  0xF006450C          MC 53 Revision ID Register
MTU_MC53_ECCS   0xF006450E          MC 53 ECC Safety Register
MTU_MC53_ECCD   0xF0064510          MC 53 Memory ECC Detection Register
MTU_MC53_ETRR0  0xF0064512          MC 53 Error Tracking Register 0
MTU_MC53_ETRR1  0xF0064514          MC 53 Error Tracking Register 1
MTU_MC53_ETRR2  0xF0064516          MC 53 Error Tracking Register 2
MTU_MC53_ETRR3  0xF0064518          MC 53 Error Tracking Register 3
MTU_MC53_ETRR4  0xF006451A          MC 53 Error Tracking Register 4
MTU_MC53_RDBFL0 0xF0064560          MC 53 Read Data and Bit Flip Register 0
MTU_MC53_RDBFL1 0xF0064562          MC 53 Read Data and Bit Flip Register 1
MTU_MC53_RDBFL2 0xF0064564          MC 53 Read Data and Bit Flip Register 2
MTU_MC53_RDBFL3 0xF0064566          MC 53 Read Data and Bit Flip Register 3
MTU_MC53_RDBFL4 0xF0064568          MC 53 Read Data and Bit Flip Register 4
MTU_MC53_RDBFL5 0xF006456A          MC 53 Read Data and Bit Flip Register 5
MTU_MC53_RDBFL6 0xF006456C          MC 53 Read Data and Bit Flip Register 6
MTU_MC53_RDBFL7 0xF006456E          MC 53 Read Data and Bit Flip Register 7
MTU_MC53_RDBFL8 0xF0064570          MC 53 Read Data and Bit Flip Register 8
MTU_MC53_RDBFL9 0xF0064572          MC 53 Read Data and Bit Flip Register 9
MTU_MC53_RDBFL10 0xF0064574          MC 53 Read Data and Bit Flip Register 10
MTU_MC53_RDBFL11 0xF0064576          MC 53 Read Data and Bit Flip Register 11
MTU_MC53_RDBFL12 0xF0064578          MC 53 Read Data and Bit Flip Register 12
MTU_MC53_RDBFL13 0xF006457A          MC 53 Read Data and Bit Flip Register 13
MTU_MC53_RDBFL14 0xF006457C          MC 53 Read Data and Bit Flip Register 14
MTU_MC53_RDBFL15 0xF006457E          MC 53 Read Data and Bit Flip Register 15
MTU_MC53_RDBFL16 0xF0064580          MC 53 Read Data and Bit Flip Register 16
MTU_MC53_RDBFL17 0xF0064582          MC 53 Read Data and Bit Flip Register 17
MTU_MC53_RDBFL18 0xF0064584          MC 53 Read Data and Bit Flip Register 18
MTU_MC53_RDBFL19 0xF0064586          MC 53 Read Data and Bit Flip Register 19
MTU_MC53_RDBFL20 0xF0064588          MC 53 Read Data and Bit Flip Register 20
MTU_MC53_RDBFL21 0xF006458A          MC 53 Read Data and Bit Flip Register 21
MTU_MC53_RDBFL22 0xF006458C          MC 53 Read Data and Bit Flip Register 22
MTU_MC53_RDBFL23 0xF006458E          MC 53 Read Data and Bit Flip Register 23
MTU_MC53_RDBFL24 0xF0064590          MC 53 Read Data and Bit Flip Register 24
MTU_MC53_RDBFL25 0xF0064592          MC 53 Read Data and Bit Flip Register 25
MTU_MC53_RDBFL26 0xF0064594          MC 53 Read Data and Bit Flip Register 26
MTU_MC53_RDBFL27 0xF0064596          MC 53 Read Data and Bit Flip Register 27
MTU_MC53_RDBFL28 0xF0064598          MC 53 Read Data and Bit Flip Register 28
MTU_MC53_RDBFL29 0xF006459A          MC 53 Read Data and Bit Flip Register 29
MTU_MC53_RDBFL30 0xF006459C          MC 53 Read Data and Bit Flip Register 30
MTU_MC53_RDBFL31 0xF006459E          MC 53 Read Data and Bit Flip Register 31
MTU_MC53_RDBFL32 0xF00645A0          MC 53 Read Data and Bit Flip Register 32
MTU_MC53_RDBFL33 0xF00645A2          MC 53 Read Data and Bit Flip Register 33
MTU_MC53_RDBFL34 0xF00645A4          MC 53 Read Data and Bit Flip Register 34
MTU_MC53_RDBFL35 0xF00645A6          MC 53 Read Data and Bit Flip Register 35
MTU_MC53_RDBFL36 0xF00645A8          MC 53 Read Data and Bit Flip Register 36
MTU_MC53_RDBFL37 0xF00645AA          MC 53 Read Data and Bit Flip Register 37
MTU_MC53_RDBFL38 0xF00645AC          MC 53 Read Data and Bit Flip Register 38
MTU_MC53_RDBFL39 0xF00645AE          MC 53 Read Data and Bit Flip Register 39
MTU_MC53_RDBFL40 0xF00645B0          MC 53 Read Data and Bit Flip Register 40
MTU_MC53_RDBFL41 0xF00645B2          MC 53 Read Data and Bit Flip Register 41
MTU_MC53_RDBFL42 0xF00645B4          MC 53 Read Data and Bit Flip Register 42
MTU_MC53_RDBFL43 0xF00645B6          MC 53 Read Data and Bit Flip Register 43
MTU_MC53_RDBFL44 0xF00645B8          MC 53 Read Data and Bit Flip Register 44
MTU_MC53_RDBFL45 0xF00645BA          MC 53 Read Data and Bit Flip Register 45
MTU_MC53_RDBFL46 0xF00645BC          MC 53 Read Data and Bit Flip Register 46
MTU_MC53_RDBFL47 0xF00645BE          MC 53 Read Data and Bit Flip Register 47
MTU_MC53_RDBFL48 0xF00645C0          MC 53 Read Data and Bit Flip Register 48
MTU_MC53_RDBFL49 0xF00645C2          MC 53 Read Data and Bit Flip Register 49
MTU_MC53_RDBFL50 0xF00645C4          MC 53 Read Data and Bit Flip Register 50
MTU_MC53_RDBFL51 0xF00645C6          MC 53 Read Data and Bit Flip Register 51
MTU_MC53_RDBFL52 0xF00645C8          MC 53 Read Data and Bit Flip Register 52
MTU_MC53_RDBFL53 0xF00645CA          MC 53 Read Data and Bit Flip Register 53
MTU_MC53_RDBFL54 0xF00645CC          MC 53 Read Data and Bit Flip Register 54
MTU_MC53_RDBFL55 0xF00645CE          MC 53 Read Data and Bit Flip Register 55
MTU_MC53_RDBFL56 0xF00645D0          MC 53 Read Data and Bit Flip Register 56
MTU_MC53_RDBFL57 0xF00645D2          MC 53 Read Data and Bit Flip Register 57
MTU_MC53_RDBFL58 0xF00645D4          MC 53 Read Data and Bit Flip Register 58
MTU_MC53_RDBFL59 0xF00645D6          MC 53 Read Data and Bit Flip Register 59
MTU_MC53_RDBFL60 0xF00645D8          MC 53 Read Data and Bit Flip Register 60
MTU_MC53_RDBFL61 0xF00645DA          MC 53 Read Data and Bit Flip Register 61
MTU_MC53_RDBFL62 0xF00645DC          MC 53 Read Data and Bit Flip Register 62
MTU_MC53_RDBFL63 0xF00645DE          MC 53 Read Data and Bit Flip Register 63
MTU_MC53_RDBFL64 0xF00645E0          MC 53 Read Data and Bit Flip Register 64
MTU_MC53_RDBFL65 0xF00645E2          MC 53 Read Data and Bit Flip Register 65
MTU_MC53_RDBFL66 0xF00645E4          MC 53 Read Data and Bit Flip Register 66
MTU_MC53_ALMSRCS 0xF00645EE          MC 53 Alarm Sources Configuration Register
MTU_MC53_FAULTSTS 0xF00645F0          MC 53 SSH Safety Faults Status Register
MTU_MC53_ERRINFO0 0xF00645F2          MC 53 Error Information Register 0
MTU_MC53_ERRINFO1 0xF00645F4          MC 53 Error Information Register 1
MTU_MC53_ERRINFO2 0xF00645F6          MC 53 Error Information Register 2
MTU_MC53_ERRINFO3 0xF00645F8          MC 53 Error Information Register 3
MTU_MC53_ERRINFO4 0xF00645FA          MC 53 Error Information Register 4
MTU_MC54_CONFIG0 0xF0064600          MC 54 Configuration Register 0
MTU_MC54_CONFIG1 0xF0064602          MC 54 Configuration Register 1
MTU_MC54_MCONTROL 0xF0064604          MC 54 MBIST Control Register
MTU_MC54_MSTATUS 0xF0064606          MC 54 Status Register
MTU_MC54_RANGE  0xF0064608          MC 54 Range Register, single address mode
MTU_MC54_REVID  0xF006460C          MC 54 Revision ID Register
MTU_MC54_ECCS   0xF006460E          MC 54 ECC Safety Register
MTU_MC54_ECCD   0xF0064610          MC 54 Memory ECC Detection Register
MTU_MC54_ETRR0  0xF0064612          MC 54 Error Tracking Register 0
MTU_MC54_ETRR1  0xF0064614          MC 54 Error Tracking Register 1
MTU_MC54_ETRR2  0xF0064616          MC 54 Error Tracking Register 2
MTU_MC54_ETRR3  0xF0064618          MC 54 Error Tracking Register 3
MTU_MC54_ETRR4  0xF006461A          MC 54 Error Tracking Register 4
MTU_MC54_RDBFL0 0xF0064660          MC 54 Read Data and Bit Flip Register 0
MTU_MC54_RDBFL1 0xF0064662          MC 54 Read Data and Bit Flip Register 1
MTU_MC54_RDBFL2 0xF0064664          MC 54 Read Data and Bit Flip Register 2
MTU_MC54_RDBFL3 0xF0064666          MC 54 Read Data and Bit Flip Register 3
MTU_MC54_RDBFL4 0xF0064668          MC 54 Read Data and Bit Flip Register 4
MTU_MC54_RDBFL5 0xF006466A          MC 54 Read Data and Bit Flip Register 5
MTU_MC54_RDBFL6 0xF006466C          MC 54 Read Data and Bit Flip Register 6
MTU_MC54_RDBFL7 0xF006466E          MC 54 Read Data and Bit Flip Register 7
MTU_MC54_RDBFL8 0xF0064670          MC 54 Read Data and Bit Flip Register 8
MTU_MC54_RDBFL9 0xF0064672          MC 54 Read Data and Bit Flip Register 9
MTU_MC54_RDBFL10 0xF0064674          MC 54 Read Data and Bit Flip Register 10
MTU_MC54_RDBFL11 0xF0064676          MC 54 Read Data and Bit Flip Register 11
MTU_MC54_RDBFL12 0xF0064678          MC 54 Read Data and Bit Flip Register 12
MTU_MC54_RDBFL13 0xF006467A          MC 54 Read Data and Bit Flip Register 13
MTU_MC54_RDBFL14 0xF006467C          MC 54 Read Data and Bit Flip Register 14
MTU_MC54_RDBFL15 0xF006467E          MC 54 Read Data and Bit Flip Register 15
MTU_MC54_RDBFL16 0xF0064680          MC 54 Read Data and Bit Flip Register 16
MTU_MC54_RDBFL17 0xF0064682          MC 54 Read Data and Bit Flip Register 17
MTU_MC54_RDBFL18 0xF0064684          MC 54 Read Data and Bit Flip Register 18
MTU_MC54_RDBFL19 0xF0064686          MC 54 Read Data and Bit Flip Register 19
MTU_MC54_RDBFL20 0xF0064688          MC 54 Read Data and Bit Flip Register 20
MTU_MC54_RDBFL21 0xF006468A          MC 54 Read Data and Bit Flip Register 21
MTU_MC54_RDBFL22 0xF006468C          MC 54 Read Data and Bit Flip Register 22
MTU_MC54_RDBFL23 0xF006468E          MC 54 Read Data and Bit Flip Register 23
MTU_MC54_RDBFL24 0xF0064690          MC 54 Read Data and Bit Flip Register 24
MTU_MC54_RDBFL25 0xF0064692          MC 54 Read Data and Bit Flip Register 25
MTU_MC54_RDBFL26 0xF0064694          MC 54 Read Data and Bit Flip Register 26
MTU_MC54_RDBFL27 0xF0064696          MC 54 Read Data and Bit Flip Register 27
MTU_MC54_RDBFL28 0xF0064698          MC 54 Read Data and Bit Flip Register 28
MTU_MC54_RDBFL29 0xF006469A          MC 54 Read Data and Bit Flip Register 29
MTU_MC54_RDBFL30 0xF006469C          MC 54 Read Data and Bit Flip Register 30
MTU_MC54_RDBFL31 0xF006469E          MC 54 Read Data and Bit Flip Register 31
MTU_MC54_RDBFL32 0xF00646A0          MC 54 Read Data and Bit Flip Register 32
MTU_MC54_RDBFL33 0xF00646A2          MC 54 Read Data and Bit Flip Register 33
MTU_MC54_RDBFL34 0xF00646A4          MC 54 Read Data and Bit Flip Register 34
MTU_MC54_RDBFL35 0xF00646A6          MC 54 Read Data and Bit Flip Register 35
MTU_MC54_RDBFL36 0xF00646A8          MC 54 Read Data and Bit Flip Register 36
MTU_MC54_RDBFL37 0xF00646AA          MC 54 Read Data and Bit Flip Register 37
MTU_MC54_RDBFL38 0xF00646AC          MC 54 Read Data and Bit Flip Register 38
MTU_MC54_RDBFL39 0xF00646AE          MC 54 Read Data and Bit Flip Register 39
MTU_MC54_RDBFL40 0xF00646B0          MC 54 Read Data and Bit Flip Register 40
MTU_MC54_RDBFL41 0xF00646B2          MC 54 Read Data and Bit Flip Register 41
MTU_MC54_RDBFL42 0xF00646B4          MC 54 Read Data and Bit Flip Register 42
MTU_MC54_RDBFL43 0xF00646B6          MC 54 Read Data and Bit Flip Register 43
MTU_MC54_RDBFL44 0xF00646B8          MC 54 Read Data and Bit Flip Register 44
MTU_MC54_RDBFL45 0xF00646BA          MC 54 Read Data and Bit Flip Register 45
MTU_MC54_RDBFL46 0xF00646BC          MC 54 Read Data and Bit Flip Register 46
MTU_MC54_RDBFL47 0xF00646BE          MC 54 Read Data and Bit Flip Register 47
MTU_MC54_RDBFL48 0xF00646C0          MC 54 Read Data and Bit Flip Register 48
MTU_MC54_RDBFL49 0xF00646C2          MC 54 Read Data and Bit Flip Register 49
MTU_MC54_RDBFL50 0xF00646C4          MC 54 Read Data and Bit Flip Register 50
MTU_MC54_RDBFL51 0xF00646C6          MC 54 Read Data and Bit Flip Register 51
MTU_MC54_RDBFL52 0xF00646C8          MC 54 Read Data and Bit Flip Register 52
MTU_MC54_RDBFL53 0xF00646CA          MC 54 Read Data and Bit Flip Register 53
MTU_MC54_RDBFL54 0xF00646CC          MC 54 Read Data and Bit Flip Register 54
MTU_MC54_RDBFL55 0xF00646CE          MC 54 Read Data and Bit Flip Register 55
MTU_MC54_RDBFL56 0xF00646D0          MC 54 Read Data and Bit Flip Register 56
MTU_MC54_RDBFL57 0xF00646D2          MC 54 Read Data and Bit Flip Register 57
MTU_MC54_RDBFL58 0xF00646D4          MC 54 Read Data and Bit Flip Register 58
MTU_MC54_RDBFL59 0xF00646D6          MC 54 Read Data and Bit Flip Register 59
MTU_MC54_RDBFL60 0xF00646D8          MC 54 Read Data and Bit Flip Register 60
MTU_MC54_RDBFL61 0xF00646DA          MC 54 Read Data and Bit Flip Register 61
MTU_MC54_RDBFL62 0xF00646DC          MC 54 Read Data and Bit Flip Register 62
MTU_MC54_RDBFL63 0xF00646DE          MC 54 Read Data and Bit Flip Register 63
MTU_MC54_RDBFL64 0xF00646E0          MC 54 Read Data and Bit Flip Register 64
MTU_MC54_RDBFL65 0xF00646E2          MC 54 Read Data and Bit Flip Register 65
MTU_MC54_RDBFL66 0xF00646E4          MC 54 Read Data and Bit Flip Register 66
MTU_MC54_ALMSRCS 0xF00646EE          MC 54 Alarm Sources Configuration Register
MTU_MC54_FAULTSTS 0xF00646F0          MC 54 SSH Safety Faults Status Register
MTU_MC54_ERRINFO0 0xF00646F2          MC 54 Error Information Register 0
MTU_MC54_ERRINFO1 0xF00646F4          MC 54 Error Information Register 1
MTU_MC54_ERRINFO2 0xF00646F6          MC 54 Error Information Register 2
MTU_MC54_ERRINFO3 0xF00646F8          MC 54 Error Information Register 3
MTU_MC54_ERRINFO4 0xF00646FA          MC 54 Error Information Register 4
MTU_MC55_CONFIG0 0xF0064700          MC 55 Configuration Register 0
MTU_MC55_CONFIG1 0xF0064702          MC 55 Configuration Register 1
MTU_MC55_MCONTROL 0xF0064704          MC 55 MBIST Control Register
MTU_MC55_MSTATUS 0xF0064706          MC 55 Status Register
MTU_MC55_RANGE  0xF0064708          MC 55 Range Register, single address mode
MTU_MC55_REVID  0xF006470C          MC 55 Revision ID Register
MTU_MC55_ECCS   0xF006470E          MC 55 ECC Safety Register
MTU_MC55_ECCD   0xF0064710          MC 55 Memory ECC Detection Register
MTU_MC55_ETRR0  0xF0064712          MC 55 Error Tracking Register 0
MTU_MC55_ETRR1  0xF0064714          MC 55 Error Tracking Register 1
MTU_MC55_ETRR2  0xF0064716          MC 55 Error Tracking Register 2
MTU_MC55_ETRR3  0xF0064718          MC 55 Error Tracking Register 3
MTU_MC55_ETRR4  0xF006471A          MC 55 Error Tracking Register 4
MTU_MC55_RDBFL0 0xF0064760          MC 55 Read Data and Bit Flip Register 0
MTU_MC55_RDBFL1 0xF0064762          MC 55 Read Data and Bit Flip Register 1
MTU_MC55_RDBFL2 0xF0064764          MC 55 Read Data and Bit Flip Register 2
MTU_MC55_RDBFL3 0xF0064766          MC 55 Read Data and Bit Flip Register 3
MTU_MC55_RDBFL4 0xF0064768          MC 55 Read Data and Bit Flip Register 4
MTU_MC55_RDBFL5 0xF006476A          MC 55 Read Data and Bit Flip Register 5
MTU_MC55_RDBFL6 0xF006476C          MC 55 Read Data and Bit Flip Register 6
MTU_MC55_RDBFL7 0xF006476E          MC 55 Read Data and Bit Flip Register 7
MTU_MC55_RDBFL8 0xF0064770          MC 55 Read Data and Bit Flip Register 8
MTU_MC55_RDBFL9 0xF0064772          MC 55 Read Data and Bit Flip Register 9
MTU_MC55_RDBFL10 0xF0064774          MC 55 Read Data and Bit Flip Register 10
MTU_MC55_RDBFL11 0xF0064776          MC 55 Read Data and Bit Flip Register 11
MTU_MC55_RDBFL12 0xF0064778          MC 55 Read Data and Bit Flip Register 12
MTU_MC55_RDBFL13 0xF006477A          MC 55 Read Data and Bit Flip Register 13
MTU_MC55_RDBFL14 0xF006477C          MC 55 Read Data and Bit Flip Register 14
MTU_MC55_RDBFL15 0xF006477E          MC 55 Read Data and Bit Flip Register 15
MTU_MC55_RDBFL16 0xF0064780          MC 55 Read Data and Bit Flip Register 16
MTU_MC55_RDBFL17 0xF0064782          MC 55 Read Data and Bit Flip Register 17
MTU_MC55_RDBFL18 0xF0064784          MC 55 Read Data and Bit Flip Register 18
MTU_MC55_RDBFL19 0xF0064786          MC 55 Read Data and Bit Flip Register 19
MTU_MC55_RDBFL20 0xF0064788          MC 55 Read Data and Bit Flip Register 20
MTU_MC55_RDBFL21 0xF006478A          MC 55 Read Data and Bit Flip Register 21
MTU_MC55_RDBFL22 0xF006478C          MC 55 Read Data and Bit Flip Register 22
MTU_MC55_RDBFL23 0xF006478E          MC 55 Read Data and Bit Flip Register 23
MTU_MC55_RDBFL24 0xF0064790          MC 55 Read Data and Bit Flip Register 24
MTU_MC55_RDBFL25 0xF0064792          MC 55 Read Data and Bit Flip Register 25
MTU_MC55_RDBFL26 0xF0064794          MC 55 Read Data and Bit Flip Register 26
MTU_MC55_RDBFL27 0xF0064796          MC 55 Read Data and Bit Flip Register 27
MTU_MC55_RDBFL28 0xF0064798          MC 55 Read Data and Bit Flip Register 28
MTU_MC55_RDBFL29 0xF006479A          MC 55 Read Data and Bit Flip Register 29
MTU_MC55_RDBFL30 0xF006479C          MC 55 Read Data and Bit Flip Register 30
MTU_MC55_RDBFL31 0xF006479E          MC 55 Read Data and Bit Flip Register 31
MTU_MC55_RDBFL32 0xF00647A0          MC 55 Read Data and Bit Flip Register 32
MTU_MC55_RDBFL33 0xF00647A2          MC 55 Read Data and Bit Flip Register 33
MTU_MC55_RDBFL34 0xF00647A4          MC 55 Read Data and Bit Flip Register 34
MTU_MC55_RDBFL35 0xF00647A6          MC 55 Read Data and Bit Flip Register 35
MTU_MC55_RDBFL36 0xF00647A8          MC 55 Read Data and Bit Flip Register 36
MTU_MC55_RDBFL37 0xF00647AA          MC 55 Read Data and Bit Flip Register 37
MTU_MC55_RDBFL38 0xF00647AC          MC 55 Read Data and Bit Flip Register 38
MTU_MC55_RDBFL39 0xF00647AE          MC 55 Read Data and Bit Flip Register 39
MTU_MC55_RDBFL40 0xF00647B0          MC 55 Read Data and Bit Flip Register 40
MTU_MC55_RDBFL41 0xF00647B2          MC 55 Read Data and Bit Flip Register 41
MTU_MC55_RDBFL42 0xF00647B4          MC 55 Read Data and Bit Flip Register 42
MTU_MC55_RDBFL43 0xF00647B6          MC 55 Read Data and Bit Flip Register 43
MTU_MC55_RDBFL44 0xF00647B8          MC 55 Read Data and Bit Flip Register 44
MTU_MC55_RDBFL45 0xF00647BA          MC 55 Read Data and Bit Flip Register 45
MTU_MC55_RDBFL46 0xF00647BC          MC 55 Read Data and Bit Flip Register 46
MTU_MC55_RDBFL47 0xF00647BE          MC 55 Read Data and Bit Flip Register 47
MTU_MC55_RDBFL48 0xF00647C0          MC 55 Read Data and Bit Flip Register 48
MTU_MC55_RDBFL49 0xF00647C2          MC 55 Read Data and Bit Flip Register 49
MTU_MC55_RDBFL50 0xF00647C4          MC 55 Read Data and Bit Flip Register 50
MTU_MC55_RDBFL51 0xF00647C6          MC 55 Read Data and Bit Flip Register 51
MTU_MC55_RDBFL52 0xF00647C8          MC 55 Read Data and Bit Flip Register 52
MTU_MC55_RDBFL53 0xF00647CA          MC 55 Read Data and Bit Flip Register 53
MTU_MC55_RDBFL54 0xF00647CC          MC 55 Read Data and Bit Flip Register 54
MTU_MC55_RDBFL55 0xF00647CE          MC 55 Read Data and Bit Flip Register 55
MTU_MC55_RDBFL56 0xF00647D0          MC 55 Read Data and Bit Flip Register 56
MTU_MC55_RDBFL57 0xF00647D2          MC 55 Read Data and Bit Flip Register 57
MTU_MC55_RDBFL58 0xF00647D4          MC 55 Read Data and Bit Flip Register 58
MTU_MC55_RDBFL59 0xF00647D6          MC 55 Read Data and Bit Flip Register 59
MTU_MC55_RDBFL60 0xF00647D8          MC 55 Read Data and Bit Flip Register 60
MTU_MC55_RDBFL61 0xF00647DA          MC 55 Read Data and Bit Flip Register 61
MTU_MC55_RDBFL62 0xF00647DC          MC 55 Read Data and Bit Flip Register 62
MTU_MC55_RDBFL63 0xF00647DE          MC 55 Read Data and Bit Flip Register 63
MTU_MC55_RDBFL64 0xF00647E0          MC 55 Read Data and Bit Flip Register 64
MTU_MC55_RDBFL65 0xF00647E2          MC 55 Read Data and Bit Flip Register 65
MTU_MC55_RDBFL66 0xF00647E4          MC 55 Read Data and Bit Flip Register 66
MTU_MC55_ALMSRCS 0xF00647EE          MC 55 Alarm Sources Configuration Register
MTU_MC55_FAULTSTS 0xF00647F0          MC 55 SSH Safety Faults Status Register
MTU_MC55_ERRINFO0 0xF00647F2          MC 55 Error Information Register 0
MTU_MC55_ERRINFO1 0xF00647F4          MC 55 Error Information Register 1
MTU_MC55_ERRINFO2 0xF00647F6          MC 55 Error Information Register 2
MTU_MC55_ERRINFO3 0xF00647F8          MC 55 Error Information Register 3
MTU_MC55_ERRINFO4 0xF00647FA          MC 55 Error Information Register 4
MTU_MC56_CONFIG0 0xF0064800          MC 56 Configuration Register 0
MTU_MC56_CONFIG1 0xF0064802          MC 56 Configuration Register 1
MTU_MC56_MCONTROL 0xF0064804          MC 56 MBIST Control Register
MTU_MC56_MSTATUS 0xF0064806          MC 56 Status Register
MTU_MC56_RANGE  0xF0064808          MC 56 Range Register, single address mode
MTU_MC56_REVID  0xF006480C          MC 56 Revision ID Register
MTU_MC56_ECCS   0xF006480E          MC 56 ECC Safety Register
MTU_MC56_ECCD   0xF0064810          MC 56 Memory ECC Detection Register
MTU_MC56_ETRR0  0xF0064812          MC 56 Error Tracking Register 0
MTU_MC56_ETRR1  0xF0064814          MC 56 Error Tracking Register 1
MTU_MC56_ETRR2  0xF0064816          MC 56 Error Tracking Register 2
MTU_MC56_ETRR3  0xF0064818          MC 56 Error Tracking Register 3
MTU_MC56_ETRR4  0xF006481A          MC 56 Error Tracking Register 4
MTU_MC56_RDBFL0 0xF0064860          MC 56 Read Data and Bit Flip Register 0
MTU_MC56_RDBFL1 0xF0064862          MC 56 Read Data and Bit Flip Register 1
MTU_MC56_RDBFL2 0xF0064864          MC 56 Read Data and Bit Flip Register 2
MTU_MC56_RDBFL3 0xF0064866          MC 56 Read Data and Bit Flip Register 3
MTU_MC56_RDBFL4 0xF0064868          MC 56 Read Data and Bit Flip Register 4
MTU_MC56_RDBFL5 0xF006486A          MC 56 Read Data and Bit Flip Register 5
MTU_MC56_RDBFL6 0xF006486C          MC 56 Read Data and Bit Flip Register 6
MTU_MC56_RDBFL7 0xF006486E          MC 56 Read Data and Bit Flip Register 7
MTU_MC56_RDBFL8 0xF0064870          MC 56 Read Data and Bit Flip Register 8
MTU_MC56_RDBFL9 0xF0064872          MC 56 Read Data and Bit Flip Register 9
MTU_MC56_RDBFL10 0xF0064874          MC 56 Read Data and Bit Flip Register 10
MTU_MC56_RDBFL11 0xF0064876          MC 56 Read Data and Bit Flip Register 11
MTU_MC56_RDBFL12 0xF0064878          MC 56 Read Data and Bit Flip Register 12
MTU_MC56_RDBFL13 0xF006487A          MC 56 Read Data and Bit Flip Register 13
MTU_MC56_RDBFL14 0xF006487C          MC 56 Read Data and Bit Flip Register 14
MTU_MC56_RDBFL15 0xF006487E          MC 56 Read Data and Bit Flip Register 15
MTU_MC56_RDBFL16 0xF0064880          MC 56 Read Data and Bit Flip Register 16
MTU_MC56_RDBFL17 0xF0064882          MC 56 Read Data and Bit Flip Register 17
MTU_MC56_RDBFL18 0xF0064884          MC 56 Read Data and Bit Flip Register 18
MTU_MC56_RDBFL19 0xF0064886          MC 56 Read Data and Bit Flip Register 19
MTU_MC56_RDBFL20 0xF0064888          MC 56 Read Data and Bit Flip Register 20
MTU_MC56_RDBFL21 0xF006488A          MC 56 Read Data and Bit Flip Register 21
MTU_MC56_RDBFL22 0xF006488C          MC 56 Read Data and Bit Flip Register 22
MTU_MC56_RDBFL23 0xF006488E          MC 56 Read Data and Bit Flip Register 23
MTU_MC56_RDBFL24 0xF0064890          MC 56 Read Data and Bit Flip Register 24
MTU_MC56_RDBFL25 0xF0064892          MC 56 Read Data and Bit Flip Register 25
MTU_MC56_RDBFL26 0xF0064894          MC 56 Read Data and Bit Flip Register 26
MTU_MC56_RDBFL27 0xF0064896          MC 56 Read Data and Bit Flip Register 27
MTU_MC56_RDBFL28 0xF0064898          MC 56 Read Data and Bit Flip Register 28
MTU_MC56_RDBFL29 0xF006489A          MC 56 Read Data and Bit Flip Register 29
MTU_MC56_RDBFL30 0xF006489C          MC 56 Read Data and Bit Flip Register 30
MTU_MC56_RDBFL31 0xF006489E          MC 56 Read Data and Bit Flip Register 31
MTU_MC56_RDBFL32 0xF00648A0          MC 56 Read Data and Bit Flip Register 32
MTU_MC56_RDBFL33 0xF00648A2          MC 56 Read Data and Bit Flip Register 33
MTU_MC56_RDBFL34 0xF00648A4          MC 56 Read Data and Bit Flip Register 34
MTU_MC56_RDBFL35 0xF00648A6          MC 56 Read Data and Bit Flip Register 35
MTU_MC56_RDBFL36 0xF00648A8          MC 56 Read Data and Bit Flip Register 36
MTU_MC56_RDBFL37 0xF00648AA          MC 56 Read Data and Bit Flip Register 37
MTU_MC56_RDBFL38 0xF00648AC          MC 56 Read Data and Bit Flip Register 38
MTU_MC56_RDBFL39 0xF00648AE          MC 56 Read Data and Bit Flip Register 39
MTU_MC56_RDBFL40 0xF00648B0          MC 56 Read Data and Bit Flip Register 40
MTU_MC56_RDBFL41 0xF00648B2          MC 56 Read Data and Bit Flip Register 41
MTU_MC56_RDBFL42 0xF00648B4          MC 56 Read Data and Bit Flip Register 42
MTU_MC56_RDBFL43 0xF00648B6          MC 56 Read Data and Bit Flip Register 43
MTU_MC56_RDBFL44 0xF00648B8          MC 56 Read Data and Bit Flip Register 44
MTU_MC56_RDBFL45 0xF00648BA          MC 56 Read Data and Bit Flip Register 45
MTU_MC56_RDBFL46 0xF00648BC          MC 56 Read Data and Bit Flip Register 46
MTU_MC56_RDBFL47 0xF00648BE          MC 56 Read Data and Bit Flip Register 47
MTU_MC56_RDBFL48 0xF00648C0          MC 56 Read Data and Bit Flip Register 48
MTU_MC56_RDBFL49 0xF00648C2          MC 56 Read Data and Bit Flip Register 49
MTU_MC56_RDBFL50 0xF00648C4          MC 56 Read Data and Bit Flip Register 50
MTU_MC56_RDBFL51 0xF00648C6          MC 56 Read Data and Bit Flip Register 51
MTU_MC56_RDBFL52 0xF00648C8          MC 56 Read Data and Bit Flip Register 52
MTU_MC56_RDBFL53 0xF00648CA          MC 56 Read Data and Bit Flip Register 53
MTU_MC56_RDBFL54 0xF00648CC          MC 56 Read Data and Bit Flip Register 54
MTU_MC56_RDBFL55 0xF00648CE          MC 56 Read Data and Bit Flip Register 55
MTU_MC56_RDBFL56 0xF00648D0          MC 56 Read Data and Bit Flip Register 56
MTU_MC56_RDBFL57 0xF00648D2          MC 56 Read Data and Bit Flip Register 57
MTU_MC56_RDBFL58 0xF00648D4          MC 56 Read Data and Bit Flip Register 58
MTU_MC56_RDBFL59 0xF00648D6          MC 56 Read Data and Bit Flip Register 59
MTU_MC56_RDBFL60 0xF00648D8          MC 56 Read Data and Bit Flip Register 60
MTU_MC56_RDBFL61 0xF00648DA          MC 56 Read Data and Bit Flip Register 61
MTU_MC56_RDBFL62 0xF00648DC          MC 56 Read Data and Bit Flip Register 62
MTU_MC56_RDBFL63 0xF00648DE          MC 56 Read Data and Bit Flip Register 63
MTU_MC56_RDBFL64 0xF00648E0          MC 56 Read Data and Bit Flip Register 64
MTU_MC56_RDBFL65 0xF00648E2          MC 56 Read Data and Bit Flip Register 65
MTU_MC56_RDBFL66 0xF00648E4          MC 56 Read Data and Bit Flip Register 66
MTU_MC56_ALMSRCS 0xF00648EE          MC 56 Alarm Sources Configuration Register
MTU_MC56_FAULTSTS 0xF00648F0          MC 56 SSH Safety Faults Status Register
MTU_MC56_ERRINFO0 0xF00648F2          MC 56 Error Information Register 0
MTU_MC56_ERRINFO1 0xF00648F4          MC 56 Error Information Register 1
MTU_MC56_ERRINFO2 0xF00648F6          MC 56 Error Information Register 2
MTU_MC56_ERRINFO3 0xF00648F8          MC 56 Error Information Register 3
MTU_MC56_ERRINFO4 0xF00648FA          MC 56 Error Information Register 4
MTU_MC57_CONFIG0 0xF0064900          MC 57 Configuration Register 0
MTU_MC57_CONFIG1 0xF0064902          MC 57 Configuration Register 1
MTU_MC57_MCONTROL 0xF0064904          MC 57 MBIST Control Register
MTU_MC57_MSTATUS 0xF0064906          MC 57 Status Register
MTU_MC57_RANGE  0xF0064908          MC 57 Range Register, single address mode
MTU_MC57_REVID  0xF006490C          MC 57 Revision ID Register
MTU_MC57_ECCS   0xF006490E          MC 57 ECC Safety Register
MTU_MC57_ECCD   0xF0064910          MC 57 Memory ECC Detection Register
MTU_MC57_ETRR0  0xF0064912          MC 57 Error Tracking Register 0
MTU_MC57_ETRR1  0xF0064914          MC 57 Error Tracking Register 1
MTU_MC57_ETRR2  0xF0064916          MC 57 Error Tracking Register 2
MTU_MC57_ETRR3  0xF0064918          MC 57 Error Tracking Register 3
MTU_MC57_ETRR4  0xF006491A          MC 57 Error Tracking Register 4
MTU_MC57_RDBFL0 0xF0064960          MC 57 Read Data and Bit Flip Register 0
MTU_MC57_RDBFL1 0xF0064962          MC 57 Read Data and Bit Flip Register 1
MTU_MC57_RDBFL2 0xF0064964          MC 57 Read Data and Bit Flip Register 2
MTU_MC57_RDBFL3 0xF0064966          MC 57 Read Data and Bit Flip Register 3
MTU_MC57_RDBFL4 0xF0064968          MC 57 Read Data and Bit Flip Register 4
MTU_MC57_RDBFL5 0xF006496A          MC 57 Read Data and Bit Flip Register 5
MTU_MC57_RDBFL6 0xF006496C          MC 57 Read Data and Bit Flip Register 6
MTU_MC57_RDBFL7 0xF006496E          MC 57 Read Data and Bit Flip Register 7
MTU_MC57_RDBFL8 0xF0064970          MC 57 Read Data and Bit Flip Register 8
MTU_MC57_RDBFL9 0xF0064972          MC 57 Read Data and Bit Flip Register 9
MTU_MC57_RDBFL10 0xF0064974          MC 57 Read Data and Bit Flip Register 10
MTU_MC57_RDBFL11 0xF0064976          MC 57 Read Data and Bit Flip Register 11
MTU_MC57_RDBFL12 0xF0064978          MC 57 Read Data and Bit Flip Register 12
MTU_MC57_RDBFL13 0xF006497A          MC 57 Read Data and Bit Flip Register 13
MTU_MC57_RDBFL14 0xF006497C          MC 57 Read Data and Bit Flip Register 14
MTU_MC57_RDBFL15 0xF006497E          MC 57 Read Data and Bit Flip Register 15
MTU_MC57_RDBFL16 0xF0064980          MC 57 Read Data and Bit Flip Register 16
MTU_MC57_RDBFL17 0xF0064982          MC 57 Read Data and Bit Flip Register 17
MTU_MC57_RDBFL18 0xF0064984          MC 57 Read Data and Bit Flip Register 18
MTU_MC57_RDBFL19 0xF0064986          MC 57 Read Data and Bit Flip Register 19
MTU_MC57_RDBFL20 0xF0064988          MC 57 Read Data and Bit Flip Register 20
MTU_MC57_RDBFL21 0xF006498A          MC 57 Read Data and Bit Flip Register 21
MTU_MC57_RDBFL22 0xF006498C          MC 57 Read Data and Bit Flip Register 22
MTU_MC57_RDBFL23 0xF006498E          MC 57 Read Data and Bit Flip Register 23
MTU_MC57_RDBFL24 0xF0064990          MC 57 Read Data and Bit Flip Register 24
MTU_MC57_RDBFL25 0xF0064992          MC 57 Read Data and Bit Flip Register 25
MTU_MC57_RDBFL26 0xF0064994          MC 57 Read Data and Bit Flip Register 26
MTU_MC57_RDBFL27 0xF0064996          MC 57 Read Data and Bit Flip Register 27
MTU_MC57_RDBFL28 0xF0064998          MC 57 Read Data and Bit Flip Register 28
MTU_MC57_RDBFL29 0xF006499A          MC 57 Read Data and Bit Flip Register 29
MTU_MC57_RDBFL30 0xF006499C          MC 57 Read Data and Bit Flip Register 30
MTU_MC57_RDBFL31 0xF006499E          MC 57 Read Data and Bit Flip Register 31
MTU_MC57_RDBFL32 0xF00649A0          MC 57 Read Data and Bit Flip Register 32
MTU_MC57_RDBFL33 0xF00649A2          MC 57 Read Data and Bit Flip Register 33
MTU_MC57_RDBFL34 0xF00649A4          MC 57 Read Data and Bit Flip Register 34
MTU_MC57_RDBFL35 0xF00649A6          MC 57 Read Data and Bit Flip Register 35
MTU_MC57_RDBFL36 0xF00649A8          MC 57 Read Data and Bit Flip Register 36
MTU_MC57_RDBFL37 0xF00649AA          MC 57 Read Data and Bit Flip Register 37
MTU_MC57_RDBFL38 0xF00649AC          MC 57 Read Data and Bit Flip Register 38
MTU_MC57_RDBFL39 0xF00649AE          MC 57 Read Data and Bit Flip Register 39
MTU_MC57_RDBFL40 0xF00649B0          MC 57 Read Data and Bit Flip Register 40
MTU_MC57_RDBFL41 0xF00649B2          MC 57 Read Data and Bit Flip Register 41
MTU_MC57_RDBFL42 0xF00649B4          MC 57 Read Data and Bit Flip Register 42
MTU_MC57_RDBFL43 0xF00649B6          MC 57 Read Data and Bit Flip Register 43
MTU_MC57_RDBFL44 0xF00649B8          MC 57 Read Data and Bit Flip Register 44
MTU_MC57_RDBFL45 0xF00649BA          MC 57 Read Data and Bit Flip Register 45
MTU_MC57_RDBFL46 0xF00649BC          MC 57 Read Data and Bit Flip Register 46
MTU_MC57_RDBFL47 0xF00649BE          MC 57 Read Data and Bit Flip Register 47
MTU_MC57_RDBFL48 0xF00649C0          MC 57 Read Data and Bit Flip Register 48
MTU_MC57_RDBFL49 0xF00649C2          MC 57 Read Data and Bit Flip Register 49
MTU_MC57_RDBFL50 0xF00649C4          MC 57 Read Data and Bit Flip Register 50
MTU_MC57_RDBFL51 0xF00649C6          MC 57 Read Data and Bit Flip Register 51
MTU_MC57_RDBFL52 0xF00649C8          MC 57 Read Data and Bit Flip Register 52
MTU_MC57_RDBFL53 0xF00649CA          MC 57 Read Data and Bit Flip Register 53
MTU_MC57_RDBFL54 0xF00649CC          MC 57 Read Data and Bit Flip Register 54
MTU_MC57_RDBFL55 0xF00649CE          MC 57 Read Data and Bit Flip Register 55
MTU_MC57_RDBFL56 0xF00649D0          MC 57 Read Data and Bit Flip Register 56
MTU_MC57_RDBFL57 0xF00649D2          MC 57 Read Data and Bit Flip Register 57
MTU_MC57_RDBFL58 0xF00649D4          MC 57 Read Data and Bit Flip Register 58
MTU_MC57_RDBFL59 0xF00649D6          MC 57 Read Data and Bit Flip Register 59
MTU_MC57_RDBFL60 0xF00649D8          MC 57 Read Data and Bit Flip Register 60
MTU_MC57_RDBFL61 0xF00649DA          MC 57 Read Data and Bit Flip Register 61
MTU_MC57_RDBFL62 0xF00649DC          MC 57 Read Data and Bit Flip Register 62
MTU_MC57_RDBFL63 0xF00649DE          MC 57 Read Data and Bit Flip Register 63
MTU_MC57_RDBFL64 0xF00649E0          MC 57 Read Data and Bit Flip Register 64
MTU_MC57_RDBFL65 0xF00649E2          MC 57 Read Data and Bit Flip Register 65
MTU_MC57_RDBFL66 0xF00649E4          MC 57 Read Data and Bit Flip Register 66
MTU_MC57_ALMSRCS 0xF00649EE          MC 57 Alarm Sources Configuration Register
MTU_MC57_FAULTSTS 0xF00649F0          MC 57 SSH Safety Faults Status Register
MTU_MC57_ERRINFO0 0xF00649F2          MC 57 Error Information Register 0
MTU_MC57_ERRINFO1 0xF00649F4          MC 57 Error Information Register 1
MTU_MC57_ERRINFO2 0xF00649F6          MC 57 Error Information Register 2
MTU_MC57_ERRINFO3 0xF00649F8          MC 57 Error Information Register 3
MTU_MC57_ERRINFO4 0xF00649FA          MC 57 Error Information Register 4
MTU_MC58_CONFIG0 0xF0064A00          MC 58 Configuration Register 0
MTU_MC58_CONFIG1 0xF0064A02          MC 58 Configuration Register 1
MTU_MC58_MCONTROL 0xF0064A04          MC 58 MBIST Control Register
MTU_MC58_MSTATUS 0xF0064A06          MC 58 Status Register
MTU_MC58_RANGE  0xF0064A08          MC 58 Range Register, single address mode
MTU_MC58_REVID  0xF0064A0C          MC 58 Revision ID Register
MTU_MC58_ECCS   0xF0064A0E          MC 58 ECC Safety Register
MTU_MC58_ECCD   0xF0064A10          MC 58 Memory ECC Detection Register
MTU_MC58_ETRR0  0xF0064A12          MC 58 Error Tracking Register 0
MTU_MC58_ETRR1  0xF0064A14          MC 58 Error Tracking Register 1
MTU_MC58_ETRR2  0xF0064A16          MC 58 Error Tracking Register 2
MTU_MC58_ETRR3  0xF0064A18          MC 58 Error Tracking Register 3
MTU_MC58_ETRR4  0xF0064A1A          MC 58 Error Tracking Register 4
MTU_MC58_RDBFL0 0xF0064A60          MC 58 Read Data and Bit Flip Register 0
MTU_MC58_RDBFL1 0xF0064A62          MC 58 Read Data and Bit Flip Register 1
MTU_MC58_RDBFL2 0xF0064A64          MC 58 Read Data and Bit Flip Register 2
MTU_MC58_RDBFL3 0xF0064A66          MC 58 Read Data and Bit Flip Register 3
MTU_MC58_RDBFL4 0xF0064A68          MC 58 Read Data and Bit Flip Register 4
MTU_MC58_RDBFL5 0xF0064A6A          MC 58 Read Data and Bit Flip Register 5
MTU_MC58_RDBFL6 0xF0064A6C          MC 58 Read Data and Bit Flip Register 6
MTU_MC58_RDBFL7 0xF0064A6E          MC 58 Read Data and Bit Flip Register 7
MTU_MC58_RDBFL8 0xF0064A70          MC 58 Read Data and Bit Flip Register 8
MTU_MC58_RDBFL9 0xF0064A72          MC 58 Read Data and Bit Flip Register 9
MTU_MC58_RDBFL10 0xF0064A74          MC 58 Read Data and Bit Flip Register 10
MTU_MC58_RDBFL11 0xF0064A76          MC 58 Read Data and Bit Flip Register 11
MTU_MC58_RDBFL12 0xF0064A78          MC 58 Read Data and Bit Flip Register 12
MTU_MC58_RDBFL13 0xF0064A7A          MC 58 Read Data and Bit Flip Register 13
MTU_MC58_RDBFL14 0xF0064A7C          MC 58 Read Data and Bit Flip Register 14
MTU_MC58_RDBFL15 0xF0064A7E          MC 58 Read Data and Bit Flip Register 15
MTU_MC58_RDBFL16 0xF0064A80          MC 58 Read Data and Bit Flip Register 16
MTU_MC58_RDBFL17 0xF0064A82          MC 58 Read Data and Bit Flip Register 17
MTU_MC58_RDBFL18 0xF0064A84          MC 58 Read Data and Bit Flip Register 18
MTU_MC58_RDBFL19 0xF0064A86          MC 58 Read Data and Bit Flip Register 19
MTU_MC58_RDBFL20 0xF0064A88          MC 58 Read Data and Bit Flip Register 20
MTU_MC58_RDBFL21 0xF0064A8A          MC 58 Read Data and Bit Flip Register 21
MTU_MC58_RDBFL22 0xF0064A8C          MC 58 Read Data and Bit Flip Register 22
MTU_MC58_RDBFL23 0xF0064A8E          MC 58 Read Data and Bit Flip Register 23
MTU_MC58_RDBFL24 0xF0064A90          MC 58 Read Data and Bit Flip Register 24
MTU_MC58_RDBFL25 0xF0064A92          MC 58 Read Data and Bit Flip Register 25
MTU_MC58_RDBFL26 0xF0064A94          MC 58 Read Data and Bit Flip Register 26
MTU_MC58_RDBFL27 0xF0064A96          MC 58 Read Data and Bit Flip Register 27
MTU_MC58_RDBFL28 0xF0064A98          MC 58 Read Data and Bit Flip Register 28
MTU_MC58_RDBFL29 0xF0064A9A          MC 58 Read Data and Bit Flip Register 29
MTU_MC58_RDBFL30 0xF0064A9C          MC 58 Read Data and Bit Flip Register 30
MTU_MC58_RDBFL31 0xF0064A9E          MC 58 Read Data and Bit Flip Register 31
MTU_MC58_RDBFL32 0xF0064AA0          MC 58 Read Data and Bit Flip Register 32
MTU_MC58_RDBFL33 0xF0064AA2          MC 58 Read Data and Bit Flip Register 33
MTU_MC58_RDBFL34 0xF0064AA4          MC 58 Read Data and Bit Flip Register 34
MTU_MC58_RDBFL35 0xF0064AA6          MC 58 Read Data and Bit Flip Register 35
MTU_MC58_RDBFL36 0xF0064AA8          MC 58 Read Data and Bit Flip Register 36
MTU_MC58_RDBFL37 0xF0064AAA          MC 58 Read Data and Bit Flip Register 37
MTU_MC58_RDBFL38 0xF0064AAC          MC 58 Read Data and Bit Flip Register 38
MTU_MC58_RDBFL39 0xF0064AAE          MC 58 Read Data and Bit Flip Register 39
MTU_MC58_RDBFL40 0xF0064AB0          MC 58 Read Data and Bit Flip Register 40
MTU_MC58_RDBFL41 0xF0064AB2          MC 58 Read Data and Bit Flip Register 41
MTU_MC58_RDBFL42 0xF0064AB4          MC 58 Read Data and Bit Flip Register 42
MTU_MC58_RDBFL43 0xF0064AB6          MC 58 Read Data and Bit Flip Register 43
MTU_MC58_RDBFL44 0xF0064AB8          MC 58 Read Data and Bit Flip Register 44
MTU_MC58_RDBFL45 0xF0064ABA          MC 58 Read Data and Bit Flip Register 45
MTU_MC58_RDBFL46 0xF0064ABC          MC 58 Read Data and Bit Flip Register 46
MTU_MC58_RDBFL47 0xF0064ABE          MC 58 Read Data and Bit Flip Register 47
MTU_MC58_RDBFL48 0xF0064AC0          MC 58 Read Data and Bit Flip Register 48
MTU_MC58_RDBFL49 0xF0064AC2          MC 58 Read Data and Bit Flip Register 49
MTU_MC58_RDBFL50 0xF0064AC4          MC 58 Read Data and Bit Flip Register 50
MTU_MC58_RDBFL51 0xF0064AC6          MC 58 Read Data and Bit Flip Register 51
MTU_MC58_RDBFL52 0xF0064AC8          MC 58 Read Data and Bit Flip Register 52
MTU_MC58_RDBFL53 0xF0064ACA          MC 58 Read Data and Bit Flip Register 53
MTU_MC58_RDBFL54 0xF0064ACC          MC 58 Read Data and Bit Flip Register 54
MTU_MC58_RDBFL55 0xF0064ACE          MC 58 Read Data and Bit Flip Register 55
MTU_MC58_RDBFL56 0xF0064AD0          MC 58 Read Data and Bit Flip Register 56
MTU_MC58_RDBFL57 0xF0064AD2          MC 58 Read Data and Bit Flip Register 57
MTU_MC58_RDBFL58 0xF0064AD4          MC 58 Read Data and Bit Flip Register 58
MTU_MC58_RDBFL59 0xF0064AD6          MC 58 Read Data and Bit Flip Register 59
MTU_MC58_RDBFL60 0xF0064AD8          MC 58 Read Data and Bit Flip Register 60
MTU_MC58_RDBFL61 0xF0064ADA          MC 58 Read Data and Bit Flip Register 61
MTU_MC58_RDBFL62 0xF0064ADC          MC 58 Read Data and Bit Flip Register 62
MTU_MC58_RDBFL63 0xF0064ADE          MC 58 Read Data and Bit Flip Register 63
MTU_MC58_RDBFL64 0xF0064AE0          MC 58 Read Data and Bit Flip Register 64
MTU_MC58_RDBFL65 0xF0064AE2          MC 58 Read Data and Bit Flip Register 65
MTU_MC58_RDBFL66 0xF0064AE4          MC 58 Read Data and Bit Flip Register 66
MTU_MC58_ALMSRCS 0xF0064AEE          MC 58 Alarm Sources Configuration Register
MTU_MC58_FAULTSTS 0xF0064AF0          MC 58 SSH Safety Faults Status Register
MTU_MC58_ERRINFO0 0xF0064AF2          MC 58 Error Information Register 0
MTU_MC58_ERRINFO1 0xF0064AF4          MC 58 Error Information Register 1
MTU_MC58_ERRINFO2 0xF0064AF6          MC 58 Error Information Register 2
MTU_MC58_ERRINFO3 0xF0064AF8          MC 58 Error Information Register 3
MTU_MC58_ERRINFO4 0xF0064AFA          MC 58 Error Information Register 4
MTU_MC59_CONFIG0 0xF0064B00          MC 59 Configuration Register 0
MTU_MC59_CONFIG1 0xF0064B02          MC 59 Configuration Register 1
MTU_MC59_MCONTROL 0xF0064B04          MC 59 MBIST Control Register
MTU_MC59_MSTATUS 0xF0064B06          MC 59 Status Register
MTU_MC59_RANGE  0xF0064B08          MC 59 Range Register, single address mode
MTU_MC59_REVID  0xF0064B0C          MC 59 Revision ID Register
MTU_MC59_ECCS   0xF0064B0E          MC 59 ECC Safety Register
MTU_MC59_ECCD   0xF0064B10          MC 59 Memory ECC Detection Register
MTU_MC59_ETRR0  0xF0064B12          MC 59 Error Tracking Register 0
MTU_MC59_ETRR1  0xF0064B14          MC 59 Error Tracking Register 1
MTU_MC59_ETRR2  0xF0064B16          MC 59 Error Tracking Register 2
MTU_MC59_ETRR3  0xF0064B18          MC 59 Error Tracking Register 3
MTU_MC59_ETRR4  0xF0064B1A          MC 59 Error Tracking Register 4
MTU_MC59_RDBFL0 0xF0064B60          MC 59 Read Data and Bit Flip Register 0
MTU_MC59_RDBFL1 0xF0064B62          MC 59 Read Data and Bit Flip Register 1
MTU_MC59_RDBFL2 0xF0064B64          MC 59 Read Data and Bit Flip Register 2
MTU_MC59_RDBFL3 0xF0064B66          MC 59 Read Data and Bit Flip Register 3
MTU_MC59_RDBFL4 0xF0064B68          MC 59 Read Data and Bit Flip Register 4
MTU_MC59_RDBFL5 0xF0064B6A          MC 59 Read Data and Bit Flip Register 5
MTU_MC59_RDBFL6 0xF0064B6C          MC 59 Read Data and Bit Flip Register 6
MTU_MC59_RDBFL7 0xF0064B6E          MC 59 Read Data and Bit Flip Register 7
MTU_MC59_RDBFL8 0xF0064B70          MC 59 Read Data and Bit Flip Register 8
MTU_MC59_RDBFL9 0xF0064B72          MC 59 Read Data and Bit Flip Register 9
MTU_MC59_RDBFL10 0xF0064B74          MC 59 Read Data and Bit Flip Register 10
MTU_MC59_RDBFL11 0xF0064B76          MC 59 Read Data and Bit Flip Register 11
MTU_MC59_RDBFL12 0xF0064B78          MC 59 Read Data and Bit Flip Register 12
MTU_MC59_RDBFL13 0xF0064B7A          MC 59 Read Data and Bit Flip Register 13
MTU_MC59_RDBFL14 0xF0064B7C          MC 59 Read Data and Bit Flip Register 14
MTU_MC59_RDBFL15 0xF0064B7E          MC 59 Read Data and Bit Flip Register 15
MTU_MC59_RDBFL16 0xF0064B80          MC 59 Read Data and Bit Flip Register 16
MTU_MC59_RDBFL17 0xF0064B82          MC 59 Read Data and Bit Flip Register 17
MTU_MC59_RDBFL18 0xF0064B84          MC 59 Read Data and Bit Flip Register 18
MTU_MC59_RDBFL19 0xF0064B86          MC 59 Read Data and Bit Flip Register 19
MTU_MC59_RDBFL20 0xF0064B88          MC 59 Read Data and Bit Flip Register 20
MTU_MC59_RDBFL21 0xF0064B8A          MC 59 Read Data and Bit Flip Register 21
MTU_MC59_RDBFL22 0xF0064B8C          MC 59 Read Data and Bit Flip Register 22
MTU_MC59_RDBFL23 0xF0064B8E          MC 59 Read Data and Bit Flip Register 23
MTU_MC59_RDBFL24 0xF0064B90          MC 59 Read Data and Bit Flip Register 24
MTU_MC59_RDBFL25 0xF0064B92          MC 59 Read Data and Bit Flip Register 25
MTU_MC59_RDBFL26 0xF0064B94          MC 59 Read Data and Bit Flip Register 26
MTU_MC59_RDBFL27 0xF0064B96          MC 59 Read Data and Bit Flip Register 27
MTU_MC59_RDBFL28 0xF0064B98          MC 59 Read Data and Bit Flip Register 28
MTU_MC59_RDBFL29 0xF0064B9A          MC 59 Read Data and Bit Flip Register 29
MTU_MC59_RDBFL30 0xF0064B9C          MC 59 Read Data and Bit Flip Register 30
MTU_MC59_RDBFL31 0xF0064B9E          MC 59 Read Data and Bit Flip Register 31
MTU_MC59_RDBFL32 0xF0064BA0          MC 59 Read Data and Bit Flip Register 32
MTU_MC59_RDBFL33 0xF0064BA2          MC 59 Read Data and Bit Flip Register 33
MTU_MC59_RDBFL34 0xF0064BA4          MC 59 Read Data and Bit Flip Register 34
MTU_MC59_RDBFL35 0xF0064BA6          MC 59 Read Data and Bit Flip Register 35
MTU_MC59_RDBFL36 0xF0064BA8          MC 59 Read Data and Bit Flip Register 36
MTU_MC59_RDBFL37 0xF0064BAA          MC 59 Read Data and Bit Flip Register 37
MTU_MC59_RDBFL38 0xF0064BAC          MC 59 Read Data and Bit Flip Register 38
MTU_MC59_RDBFL39 0xF0064BAE          MC 59 Read Data and Bit Flip Register 39
MTU_MC59_RDBFL40 0xF0064BB0          MC 59 Read Data and Bit Flip Register 40
MTU_MC59_RDBFL41 0xF0064BB2          MC 59 Read Data and Bit Flip Register 41
MTU_MC59_RDBFL42 0xF0064BB4          MC 59 Read Data and Bit Flip Register 42
MTU_MC59_RDBFL43 0xF0064BB6          MC 59 Read Data and Bit Flip Register 43
MTU_MC59_RDBFL44 0xF0064BB8          MC 59 Read Data and Bit Flip Register 44
MTU_MC59_RDBFL45 0xF0064BBA          MC 59 Read Data and Bit Flip Register 45
MTU_MC59_RDBFL46 0xF0064BBC          MC 59 Read Data and Bit Flip Register 46
MTU_MC59_RDBFL47 0xF0064BBE          MC 59 Read Data and Bit Flip Register 47
MTU_MC59_RDBFL48 0xF0064BC0          MC 59 Read Data and Bit Flip Register 48
MTU_MC59_RDBFL49 0xF0064BC2          MC 59 Read Data and Bit Flip Register 49
MTU_MC59_RDBFL50 0xF0064BC4          MC 59 Read Data and Bit Flip Register 50
MTU_MC59_RDBFL51 0xF0064BC6          MC 59 Read Data and Bit Flip Register 51
MTU_MC59_RDBFL52 0xF0064BC8          MC 59 Read Data and Bit Flip Register 52
MTU_MC59_RDBFL53 0xF0064BCA          MC 59 Read Data and Bit Flip Register 53
MTU_MC59_RDBFL54 0xF0064BCC          MC 59 Read Data and Bit Flip Register 54
MTU_MC59_RDBFL55 0xF0064BCE          MC 59 Read Data and Bit Flip Register 55
MTU_MC59_RDBFL56 0xF0064BD0          MC 59 Read Data and Bit Flip Register 56
MTU_MC59_RDBFL57 0xF0064BD2          MC 59 Read Data and Bit Flip Register 57
MTU_MC59_RDBFL58 0xF0064BD4          MC 59 Read Data and Bit Flip Register 58
MTU_MC59_RDBFL59 0xF0064BD6          MC 59 Read Data and Bit Flip Register 59
MTU_MC59_RDBFL60 0xF0064BD8          MC 59 Read Data and Bit Flip Register 60
MTU_MC59_RDBFL61 0xF0064BDA          MC 59 Read Data and Bit Flip Register 61
MTU_MC59_RDBFL62 0xF0064BDC          MC 59 Read Data and Bit Flip Register 62
MTU_MC59_RDBFL63 0xF0064BDE          MC 59 Read Data and Bit Flip Register 63
MTU_MC59_RDBFL64 0xF0064BE0          MC 59 Read Data and Bit Flip Register 64
MTU_MC59_RDBFL65 0xF0064BE2          MC 59 Read Data and Bit Flip Register 65
MTU_MC59_RDBFL66 0xF0064BE4          MC 59 Read Data and Bit Flip Register 66
MTU_MC59_ALMSRCS 0xF0064BEE          MC 59 Alarm Sources Configuration Register
MTU_MC59_FAULTSTS 0xF0064BF0          MC 59 SSH Safety Faults Status Register
MTU_MC59_ERRINFO0 0xF0064BF2          MC 59 Error Information Register 0
MTU_MC59_ERRINFO1 0xF0064BF4          MC 59 Error Information Register 1
MTU_MC59_ERRINFO2 0xF0064BF6          MC 59 Error Information Register 2
MTU_MC59_ERRINFO3 0xF0064BF8          MC 59 Error Information Register 3
MTU_MC59_ERRINFO4 0xF0064BFA          MC 59 Error Information Register 4
MTU_MC60_CONFIG0 0xF0064C00          MC 60 Configuration Register 0
MTU_MC60_CONFIG1 0xF0064C02          MC 60 Configuration Register 1
MTU_MC60_MCONTROL 0xF0064C04          MC 60 MBIST Control Register
MTU_MC60_MSTATUS 0xF0064C06          MC 60 Status Register
MTU_MC60_RANGE  0xF0064C08          MC 60 Range Register, single address mode
MTU_MC60_REVID  0xF0064C0C          MC 60 Revision ID Register
MTU_MC60_ECCS   0xF0064C0E          MC 60 ECC Safety Register
MTU_MC60_ECCD   0xF0064C10          MC 60 Memory ECC Detection Register
MTU_MC60_ETRR0  0xF0064C12          MC 60 Error Tracking Register 0
MTU_MC60_ETRR1  0xF0064C14          MC 60 Error Tracking Register 1
MTU_MC60_ETRR2  0xF0064C16          MC 60 Error Tracking Register 2
MTU_MC60_ETRR3  0xF0064C18          MC 60 Error Tracking Register 3
MTU_MC60_ETRR4  0xF0064C1A          MC 60 Error Tracking Register 4
MTU_MC60_RDBFL0 0xF0064C60          MC 60 Read Data and Bit Flip Register 0
MTU_MC60_RDBFL1 0xF0064C62          MC 60 Read Data and Bit Flip Register 1
MTU_MC60_RDBFL2 0xF0064C64          MC 60 Read Data and Bit Flip Register 2
MTU_MC60_RDBFL3 0xF0064C66          MC 60 Read Data and Bit Flip Register 3
MTU_MC60_RDBFL4 0xF0064C68          MC 60 Read Data and Bit Flip Register 4
MTU_MC60_RDBFL5 0xF0064C6A          MC 60 Read Data and Bit Flip Register 5
MTU_MC60_RDBFL6 0xF0064C6C          MC 60 Read Data and Bit Flip Register 6
MTU_MC60_RDBFL7 0xF0064C6E          MC 60 Read Data and Bit Flip Register 7
MTU_MC60_RDBFL8 0xF0064C70          MC 60 Read Data and Bit Flip Register 8
MTU_MC60_RDBFL9 0xF0064C72          MC 60 Read Data and Bit Flip Register 9
MTU_MC60_RDBFL10 0xF0064C74          MC 60 Read Data and Bit Flip Register 10
MTU_MC60_RDBFL11 0xF0064C76          MC 60 Read Data and Bit Flip Register 11
MTU_MC60_RDBFL12 0xF0064C78          MC 60 Read Data and Bit Flip Register 12
MTU_MC60_RDBFL13 0xF0064C7A          MC 60 Read Data and Bit Flip Register 13
MTU_MC60_RDBFL14 0xF0064C7C          MC 60 Read Data and Bit Flip Register 14
MTU_MC60_RDBFL15 0xF0064C7E          MC 60 Read Data and Bit Flip Register 15
MTU_MC60_RDBFL16 0xF0064C80          MC 60 Read Data and Bit Flip Register 16
MTU_MC60_RDBFL17 0xF0064C82          MC 60 Read Data and Bit Flip Register 17
MTU_MC60_RDBFL18 0xF0064C84          MC 60 Read Data and Bit Flip Register 18
MTU_MC60_RDBFL19 0xF0064C86          MC 60 Read Data and Bit Flip Register 19
MTU_MC60_RDBFL20 0xF0064C88          MC 60 Read Data and Bit Flip Register 20
MTU_MC60_RDBFL21 0xF0064C8A          MC 60 Read Data and Bit Flip Register 21
MTU_MC60_RDBFL22 0xF0064C8C          MC 60 Read Data and Bit Flip Register 22
MTU_MC60_RDBFL23 0xF0064C8E          MC 60 Read Data and Bit Flip Register 23
MTU_MC60_RDBFL24 0xF0064C90          MC 60 Read Data and Bit Flip Register 24
MTU_MC60_RDBFL25 0xF0064C92          MC 60 Read Data and Bit Flip Register 25
MTU_MC60_RDBFL26 0xF0064C94          MC 60 Read Data and Bit Flip Register 26
MTU_MC60_RDBFL27 0xF0064C96          MC 60 Read Data and Bit Flip Register 27
MTU_MC60_RDBFL28 0xF0064C98          MC 60 Read Data and Bit Flip Register 28
MTU_MC60_RDBFL29 0xF0064C9A          MC 60 Read Data and Bit Flip Register 29
MTU_MC60_RDBFL30 0xF0064C9C          MC 60 Read Data and Bit Flip Register 30
MTU_MC60_RDBFL31 0xF0064C9E          MC 60 Read Data and Bit Flip Register 31
MTU_MC60_RDBFL32 0xF0064CA0          MC 60 Read Data and Bit Flip Register 32
MTU_MC60_RDBFL33 0xF0064CA2          MC 60 Read Data and Bit Flip Register 33
MTU_MC60_RDBFL34 0xF0064CA4          MC 60 Read Data and Bit Flip Register 34
MTU_MC60_RDBFL35 0xF0064CA6          MC 60 Read Data and Bit Flip Register 35
MTU_MC60_RDBFL36 0xF0064CA8          MC 60 Read Data and Bit Flip Register 36
MTU_MC60_RDBFL37 0xF0064CAA          MC 60 Read Data and Bit Flip Register 37
MTU_MC60_RDBFL38 0xF0064CAC          MC 60 Read Data and Bit Flip Register 38
MTU_MC60_RDBFL39 0xF0064CAE          MC 60 Read Data and Bit Flip Register 39
MTU_MC60_RDBFL40 0xF0064CB0          MC 60 Read Data and Bit Flip Register 40
MTU_MC60_RDBFL41 0xF0064CB2          MC 60 Read Data and Bit Flip Register 41
MTU_MC60_RDBFL42 0xF0064CB4          MC 60 Read Data and Bit Flip Register 42
MTU_MC60_RDBFL43 0xF0064CB6          MC 60 Read Data and Bit Flip Register 43
MTU_MC60_RDBFL44 0xF0064CB8          MC 60 Read Data and Bit Flip Register 44
MTU_MC60_RDBFL45 0xF0064CBA          MC 60 Read Data and Bit Flip Register 45
MTU_MC60_RDBFL46 0xF0064CBC          MC 60 Read Data and Bit Flip Register 46
MTU_MC60_RDBFL47 0xF0064CBE          MC 60 Read Data and Bit Flip Register 47
MTU_MC60_RDBFL48 0xF0064CC0          MC 60 Read Data and Bit Flip Register 48
MTU_MC60_RDBFL49 0xF0064CC2          MC 60 Read Data and Bit Flip Register 49
MTU_MC60_RDBFL50 0xF0064CC4          MC 60 Read Data and Bit Flip Register 50
MTU_MC60_RDBFL51 0xF0064CC6          MC 60 Read Data and Bit Flip Register 51
MTU_MC60_RDBFL52 0xF0064CC8          MC 60 Read Data and Bit Flip Register 52
MTU_MC60_RDBFL53 0xF0064CCA          MC 60 Read Data and Bit Flip Register 53
MTU_MC60_RDBFL54 0xF0064CCC          MC 60 Read Data and Bit Flip Register 54
MTU_MC60_RDBFL55 0xF0064CCE          MC 60 Read Data and Bit Flip Register 55
MTU_MC60_RDBFL56 0xF0064CD0          MC 60 Read Data and Bit Flip Register 56
MTU_MC60_RDBFL57 0xF0064CD2          MC 60 Read Data and Bit Flip Register 57
MTU_MC60_RDBFL58 0xF0064CD4          MC 60 Read Data and Bit Flip Register 58
MTU_MC60_RDBFL59 0xF0064CD6          MC 60 Read Data and Bit Flip Register 59
MTU_MC60_RDBFL60 0xF0064CD8          MC 60 Read Data and Bit Flip Register 60
MTU_MC60_RDBFL61 0xF0064CDA          MC 60 Read Data and Bit Flip Register 61
MTU_MC60_RDBFL62 0xF0064CDC          MC 60 Read Data and Bit Flip Register 62
MTU_MC60_RDBFL63 0xF0064CDE          MC 60 Read Data and Bit Flip Register 63
MTU_MC60_RDBFL64 0xF0064CE0          MC 60 Read Data and Bit Flip Register 64
MTU_MC60_RDBFL65 0xF0064CE2          MC 60 Read Data and Bit Flip Register 65
MTU_MC60_RDBFL66 0xF0064CE4          MC 60 Read Data and Bit Flip Register 66
MTU_MC60_ALMSRCS 0xF0064CEE          MC 60 Alarm Sources Configuration Register
MTU_MC60_FAULTSTS 0xF0064CF0          MC 60 SSH Safety Faults Status Register
MTU_MC60_ERRINFO0 0xF0064CF2          MC 60 Error Information Register 0
MTU_MC60_ERRINFO1 0xF0064CF4          MC 60 Error Information Register 1
MTU_MC60_ERRINFO2 0xF0064CF6          MC 60 Error Information Register 2
MTU_MC60_ERRINFO3 0xF0064CF8          MC 60 Error Information Register 3
MTU_MC60_ERRINFO4 0xF0064CFA          MC 60 Error Information Register 4
MTU_MC61_CONFIG0 0xF0064D00          MC 61 Configuration Register 0
MTU_MC61_CONFIG1 0xF0064D02          MC 61 Configuration Register 1
MTU_MC61_MCONTROL 0xF0064D04          MC 61 MBIST Control Register
MTU_MC61_MSTATUS 0xF0064D06          MC 61 Status Register
MTU_MC61_RANGE  0xF0064D08          MC 61 Range Register, single address mode
MTU_MC61_REVID  0xF0064D0C          MC 61 Revision ID Register
MTU_MC61_ECCS   0xF0064D0E          MC 61 ECC Safety Register
MTU_MC61_ECCD   0xF0064D10          MC 61 Memory ECC Detection Register
MTU_MC61_ETRR0  0xF0064D12          MC 61 Error Tracking Register 0
MTU_MC61_ETRR1  0xF0064D14          MC 61 Error Tracking Register 1
MTU_MC61_ETRR2  0xF0064D16          MC 61 Error Tracking Register 2
MTU_MC61_ETRR3  0xF0064D18          MC 61 Error Tracking Register 3
MTU_MC61_ETRR4  0xF0064D1A          MC 61 Error Tracking Register 4
MTU_MC61_RDBFL0 0xF0064D60          MC 61 Read Data and Bit Flip Register 0
MTU_MC61_RDBFL1 0xF0064D62          MC 61 Read Data and Bit Flip Register 1
MTU_MC61_RDBFL2 0xF0064D64          MC 61 Read Data and Bit Flip Register 2
MTU_MC61_RDBFL3 0xF0064D66          MC 61 Read Data and Bit Flip Register 3
MTU_MC61_RDBFL4 0xF0064D68          MC 61 Read Data and Bit Flip Register 4
MTU_MC61_RDBFL5 0xF0064D6A          MC 61 Read Data and Bit Flip Register 5
MTU_MC61_RDBFL6 0xF0064D6C          MC 61 Read Data and Bit Flip Register 6
MTU_MC61_RDBFL7 0xF0064D6E          MC 61 Read Data and Bit Flip Register 7
MTU_MC61_RDBFL8 0xF0064D70          MC 61 Read Data and Bit Flip Register 8
MTU_MC61_RDBFL9 0xF0064D72          MC 61 Read Data and Bit Flip Register 9
MTU_MC61_RDBFL10 0xF0064D74          MC 61 Read Data and Bit Flip Register 10
MTU_MC61_RDBFL11 0xF0064D76          MC 61 Read Data and Bit Flip Register 11
MTU_MC61_RDBFL12 0xF0064D78          MC 61 Read Data and Bit Flip Register 12
MTU_MC61_RDBFL13 0xF0064D7A          MC 61 Read Data and Bit Flip Register 13
MTU_MC61_RDBFL14 0xF0064D7C          MC 61 Read Data and Bit Flip Register 14
MTU_MC61_RDBFL15 0xF0064D7E          MC 61 Read Data and Bit Flip Register 15
MTU_MC61_RDBFL16 0xF0064D80          MC 61 Read Data and Bit Flip Register 16
MTU_MC61_RDBFL17 0xF0064D82          MC 61 Read Data and Bit Flip Register 17
MTU_MC61_RDBFL18 0xF0064D84          MC 61 Read Data and Bit Flip Register 18
MTU_MC61_RDBFL19 0xF0064D86          MC 61 Read Data and Bit Flip Register 19
MTU_MC61_RDBFL20 0xF0064D88          MC 61 Read Data and Bit Flip Register 20
MTU_MC61_RDBFL21 0xF0064D8A          MC 61 Read Data and Bit Flip Register 21
MTU_MC61_RDBFL22 0xF0064D8C          MC 61 Read Data and Bit Flip Register 22
MTU_MC61_RDBFL23 0xF0064D8E          MC 61 Read Data and Bit Flip Register 23
MTU_MC61_RDBFL24 0xF0064D90          MC 61 Read Data and Bit Flip Register 24
MTU_MC61_RDBFL25 0xF0064D92          MC 61 Read Data and Bit Flip Register 25
MTU_MC61_RDBFL26 0xF0064D94          MC 61 Read Data and Bit Flip Register 26
MTU_MC61_RDBFL27 0xF0064D96          MC 61 Read Data and Bit Flip Register 27
MTU_MC61_RDBFL28 0xF0064D98          MC 61 Read Data and Bit Flip Register 28
MTU_MC61_RDBFL29 0xF0064D9A          MC 61 Read Data and Bit Flip Register 29
MTU_MC61_RDBFL30 0xF0064D9C          MC 61 Read Data and Bit Flip Register 30
MTU_MC61_RDBFL31 0xF0064D9E          MC 61 Read Data and Bit Flip Register 31
MTU_MC61_RDBFL32 0xF0064DA0          MC 61 Read Data and Bit Flip Register 32
MTU_MC61_RDBFL33 0xF0064DA2          MC 61 Read Data and Bit Flip Register 33
MTU_MC61_RDBFL34 0xF0064DA4          MC 61 Read Data and Bit Flip Register 34
MTU_MC61_RDBFL35 0xF0064DA6          MC 61 Read Data and Bit Flip Register 35
MTU_MC61_RDBFL36 0xF0064DA8          MC 61 Read Data and Bit Flip Register 36
MTU_MC61_RDBFL37 0xF0064DAA          MC 61 Read Data and Bit Flip Register 37
MTU_MC61_RDBFL38 0xF0064DAC          MC 61 Read Data and Bit Flip Register 38
MTU_MC61_RDBFL39 0xF0064DAE          MC 61 Read Data and Bit Flip Register 39
MTU_MC61_RDBFL40 0xF0064DB0          MC 61 Read Data and Bit Flip Register 40
MTU_MC61_RDBFL41 0xF0064DB2          MC 61 Read Data and Bit Flip Register 41
MTU_MC61_RDBFL42 0xF0064DB4          MC 61 Read Data and Bit Flip Register 42
MTU_MC61_RDBFL43 0xF0064DB6          MC 61 Read Data and Bit Flip Register 43
MTU_MC61_RDBFL44 0xF0064DB8          MC 61 Read Data and Bit Flip Register 44
MTU_MC61_RDBFL45 0xF0064DBA          MC 61 Read Data and Bit Flip Register 45
MTU_MC61_RDBFL46 0xF0064DBC          MC 61 Read Data and Bit Flip Register 46
MTU_MC61_RDBFL47 0xF0064DBE          MC 61 Read Data and Bit Flip Register 47
MTU_MC61_RDBFL48 0xF0064DC0          MC 61 Read Data and Bit Flip Register 48
MTU_MC61_RDBFL49 0xF0064DC2          MC 61 Read Data and Bit Flip Register 49
MTU_MC61_RDBFL50 0xF0064DC4          MC 61 Read Data and Bit Flip Register 50
MTU_MC61_RDBFL51 0xF0064DC6          MC 61 Read Data and Bit Flip Register 51
MTU_MC61_RDBFL52 0xF0064DC8          MC 61 Read Data and Bit Flip Register 52
MTU_MC61_RDBFL53 0xF0064DCA          MC 61 Read Data and Bit Flip Register 53
MTU_MC61_RDBFL54 0xF0064DCC          MC 61 Read Data and Bit Flip Register 54
MTU_MC61_RDBFL55 0xF0064DCE          MC 61 Read Data and Bit Flip Register 55
MTU_MC61_RDBFL56 0xF0064DD0          MC 61 Read Data and Bit Flip Register 56
MTU_MC61_RDBFL57 0xF0064DD2          MC 61 Read Data and Bit Flip Register 57
MTU_MC61_RDBFL58 0xF0064DD4          MC 61 Read Data and Bit Flip Register 58
MTU_MC61_RDBFL59 0xF0064DD6          MC 61 Read Data and Bit Flip Register 59
MTU_MC61_RDBFL60 0xF0064DD8          MC 61 Read Data and Bit Flip Register 60
MTU_MC61_RDBFL61 0xF0064DDA          MC 61 Read Data and Bit Flip Register 61
MTU_MC61_RDBFL62 0xF0064DDC          MC 61 Read Data and Bit Flip Register 62
MTU_MC61_RDBFL63 0xF0064DDE          MC 61 Read Data and Bit Flip Register 63
MTU_MC61_RDBFL64 0xF0064DE0          MC 61 Read Data and Bit Flip Register 64
MTU_MC61_RDBFL65 0xF0064DE2          MC 61 Read Data and Bit Flip Register 65
MTU_MC61_RDBFL66 0xF0064DE4          MC 61 Read Data and Bit Flip Register 66
MTU_MC61_ALMSRCS 0xF0064DEE          MC 61 Alarm Sources Configuration Register
MTU_MC61_FAULTSTS 0xF0064DF0          MC 61 SSH Safety Faults Status Register
MTU_MC61_ERRINFO0 0xF0064DF2          MC 61 Error Information Register 0
MTU_MC61_ERRINFO1 0xF0064DF4          MC 61 Error Information Register 1
MTU_MC61_ERRINFO2 0xF0064DF6          MC 61 Error Information Register 2
MTU_MC61_ERRINFO3 0xF0064DF8          MC 61 Error Information Register 3
MTU_MC61_ERRINFO4 0xF0064DFA          MC 61 Error Information Register 4
MTU_MC62_CONFIG0 0xF0064E00          MC 62 Configuration Register 0
MTU_MC62_CONFIG1 0xF0064E02          MC 62 Configuration Register 1
MTU_MC62_MCONTROL 0xF0064E04          MC 62 MBIST Control Register
MTU_MC62_MSTATUS 0xF0064E06          MC 62 Status Register
MTU_MC62_RANGE  0xF0064E08          MC 62 Range Register, single address mode
MTU_MC62_REVID  0xF0064E0C          MC 62 Revision ID Register
MTU_MC62_ECCS   0xF0064E0E          MC 62 ECC Safety Register
MTU_MC62_ECCD   0xF0064E10          MC 62 Memory ECC Detection Register
MTU_MC62_ETRR0  0xF0064E12          MC 62 Error Tracking Register 0
MTU_MC62_ETRR1  0xF0064E14          MC 62 Error Tracking Register 1
MTU_MC62_ETRR2  0xF0064E16          MC 62 Error Tracking Register 2
MTU_MC62_ETRR3  0xF0064E18          MC 62 Error Tracking Register 3
MTU_MC62_ETRR4  0xF0064E1A          MC 62 Error Tracking Register 4
MTU_MC62_RDBFL0 0xF0064E60          MC 62 Read Data and Bit Flip Register 0
MTU_MC62_RDBFL1 0xF0064E62          MC 62 Read Data and Bit Flip Register 1
MTU_MC62_RDBFL2 0xF0064E64          MC 62 Read Data and Bit Flip Register 2
MTU_MC62_RDBFL3 0xF0064E66          MC 62 Read Data and Bit Flip Register 3
MTU_MC62_RDBFL4 0xF0064E68          MC 62 Read Data and Bit Flip Register 4
MTU_MC62_RDBFL5 0xF0064E6A          MC 62 Read Data and Bit Flip Register 5
MTU_MC62_RDBFL6 0xF0064E6C          MC 62 Read Data and Bit Flip Register 6
MTU_MC62_RDBFL7 0xF0064E6E          MC 62 Read Data and Bit Flip Register 7
MTU_MC62_RDBFL8 0xF0064E70          MC 62 Read Data and Bit Flip Register 8
MTU_MC62_RDBFL9 0xF0064E72          MC 62 Read Data and Bit Flip Register 9
MTU_MC62_RDBFL10 0xF0064E74          MC 62 Read Data and Bit Flip Register 10
MTU_MC62_RDBFL11 0xF0064E76          MC 62 Read Data and Bit Flip Register 11
MTU_MC62_RDBFL12 0xF0064E78          MC 62 Read Data and Bit Flip Register 12
MTU_MC62_RDBFL13 0xF0064E7A          MC 62 Read Data and Bit Flip Register 13
MTU_MC62_RDBFL14 0xF0064E7C          MC 62 Read Data and Bit Flip Register 14
MTU_MC62_RDBFL15 0xF0064E7E          MC 62 Read Data and Bit Flip Register 15
MTU_MC62_RDBFL16 0xF0064E80          MC 62 Read Data and Bit Flip Register 16
MTU_MC62_RDBFL17 0xF0064E82          MC 62 Read Data and Bit Flip Register 17
MTU_MC62_RDBFL18 0xF0064E84          MC 62 Read Data and Bit Flip Register 18
MTU_MC62_RDBFL19 0xF0064E86          MC 62 Read Data and Bit Flip Register 19
MTU_MC62_RDBFL20 0xF0064E88          MC 62 Read Data and Bit Flip Register 20
MTU_MC62_RDBFL21 0xF0064E8A          MC 62 Read Data and Bit Flip Register 21
MTU_MC62_RDBFL22 0xF0064E8C          MC 62 Read Data and Bit Flip Register 22
MTU_MC62_RDBFL23 0xF0064E8E          MC 62 Read Data and Bit Flip Register 23
MTU_MC62_RDBFL24 0xF0064E90          MC 62 Read Data and Bit Flip Register 24
MTU_MC62_RDBFL25 0xF0064E92          MC 62 Read Data and Bit Flip Register 25
MTU_MC62_RDBFL26 0xF0064E94          MC 62 Read Data and Bit Flip Register 26
MTU_MC62_RDBFL27 0xF0064E96          MC 62 Read Data and Bit Flip Register 27
MTU_MC62_RDBFL28 0xF0064E98          MC 62 Read Data and Bit Flip Register 28
MTU_MC62_RDBFL29 0xF0064E9A          MC 62 Read Data and Bit Flip Register 29
MTU_MC62_RDBFL30 0xF0064E9C          MC 62 Read Data and Bit Flip Register 30
MTU_MC62_RDBFL31 0xF0064E9E          MC 62 Read Data and Bit Flip Register 31
MTU_MC62_RDBFL32 0xF0064EA0          MC 62 Read Data and Bit Flip Register 32
MTU_MC62_RDBFL33 0xF0064EA2          MC 62 Read Data and Bit Flip Register 33
MTU_MC62_RDBFL34 0xF0064EA4          MC 62 Read Data and Bit Flip Register 34
MTU_MC62_RDBFL35 0xF0064EA6          MC 62 Read Data and Bit Flip Register 35
MTU_MC62_RDBFL36 0xF0064EA8          MC 62 Read Data and Bit Flip Register 36
MTU_MC62_RDBFL37 0xF0064EAA          MC 62 Read Data and Bit Flip Register 37
MTU_MC62_RDBFL38 0xF0064EAC          MC 62 Read Data and Bit Flip Register 38
MTU_MC62_RDBFL39 0xF0064EAE          MC 62 Read Data and Bit Flip Register 39
MTU_MC62_RDBFL40 0xF0064EB0          MC 62 Read Data and Bit Flip Register 40
MTU_MC62_RDBFL41 0xF0064EB2          MC 62 Read Data and Bit Flip Register 41
MTU_MC62_RDBFL42 0xF0064EB4          MC 62 Read Data and Bit Flip Register 42
MTU_MC62_RDBFL43 0xF0064EB6          MC 62 Read Data and Bit Flip Register 43
MTU_MC62_RDBFL44 0xF0064EB8          MC 62 Read Data and Bit Flip Register 44
MTU_MC62_RDBFL45 0xF0064EBA          MC 62 Read Data and Bit Flip Register 45
MTU_MC62_RDBFL46 0xF0064EBC          MC 62 Read Data and Bit Flip Register 46
MTU_MC62_RDBFL47 0xF0064EBE          MC 62 Read Data and Bit Flip Register 47
MTU_MC62_RDBFL48 0xF0064EC0          MC 62 Read Data and Bit Flip Register 48
MTU_MC62_RDBFL49 0xF0064EC2          MC 62 Read Data and Bit Flip Register 49
MTU_MC62_RDBFL50 0xF0064EC4          MC 62 Read Data and Bit Flip Register 50
MTU_MC62_RDBFL51 0xF0064EC6          MC 62 Read Data and Bit Flip Register 51
MTU_MC62_RDBFL52 0xF0064EC8          MC 62 Read Data and Bit Flip Register 52
MTU_MC62_RDBFL53 0xF0064ECA          MC 62 Read Data and Bit Flip Register 53
MTU_MC62_RDBFL54 0xF0064ECC          MC 62 Read Data and Bit Flip Register 54
MTU_MC62_RDBFL55 0xF0064ECE          MC 62 Read Data and Bit Flip Register 55
MTU_MC62_RDBFL56 0xF0064ED0          MC 62 Read Data and Bit Flip Register 56
MTU_MC62_RDBFL57 0xF0064ED2          MC 62 Read Data and Bit Flip Register 57
MTU_MC62_RDBFL58 0xF0064ED4          MC 62 Read Data and Bit Flip Register 58
MTU_MC62_RDBFL59 0xF0064ED6          MC 62 Read Data and Bit Flip Register 59
MTU_MC62_RDBFL60 0xF0064ED8          MC 62 Read Data and Bit Flip Register 60
MTU_MC62_RDBFL61 0xF0064EDA          MC 62 Read Data and Bit Flip Register 61
MTU_MC62_RDBFL62 0xF0064EDC          MC 62 Read Data and Bit Flip Register 62
MTU_MC62_RDBFL63 0xF0064EDE          MC 62 Read Data and Bit Flip Register 63
MTU_MC62_RDBFL64 0xF0064EE0          MC 62 Read Data and Bit Flip Register 64
MTU_MC62_RDBFL65 0xF0064EE2          MC 62 Read Data and Bit Flip Register 65
MTU_MC62_RDBFL66 0xF0064EE4          MC 62 Read Data and Bit Flip Register 66
MTU_MC62_ALMSRCS 0xF0064EEE          MC 62 Alarm Sources Configuration Register
MTU_MC62_FAULTSTS 0xF0064EF0          MC 62 SSH Safety Faults Status Register
MTU_MC62_ERRINFO0 0xF0064EF2          MC 62 Error Information Register 0
MTU_MC62_ERRINFO1 0xF0064EF4          MC 62 Error Information Register 1
MTU_MC62_ERRINFO2 0xF0064EF6          MC 62 Error Information Register 2
MTU_MC62_ERRINFO3 0xF0064EF8          MC 62 Error Information Register 3
MTU_MC62_ERRINFO4 0xF0064EFA          MC 62 Error Information Register 4
MTU_MC63_CONFIG0 0xF0064F00          MC 63 Configuration Register 0
MTU_MC63_CONFIG1 0xF0064F02          MC 63 Configuration Register 1
MTU_MC63_MCONTROL 0xF0064F04          MC 63 MBIST Control Register
MTU_MC63_MSTATUS 0xF0064F06          MC 63 Status Register
MTU_MC63_RANGE  0xF0064F08          MC 63 Range Register, single address mode
MTU_MC63_REVID  0xF0064F0C          MC 63 Revision ID Register
MTU_MC63_ECCS   0xF0064F0E          MC 63 ECC Safety Register
MTU_MC63_ECCD   0xF0064F10          MC 63 Memory ECC Detection Register
MTU_MC63_ETRR0  0xF0064F12          MC 63 Error Tracking Register 0
MTU_MC63_ETRR1  0xF0064F14          MC 63 Error Tracking Register 1
MTU_MC63_ETRR2  0xF0064F16          MC 63 Error Tracking Register 2
MTU_MC63_ETRR3  0xF0064F18          MC 63 Error Tracking Register 3
MTU_MC63_ETRR4  0xF0064F1A          MC 63 Error Tracking Register 4
MTU_MC63_RDBFL0 0xF0064F60          MC 63 Read Data and Bit Flip Register 0
MTU_MC63_RDBFL1 0xF0064F62          MC 63 Read Data and Bit Flip Register 1
MTU_MC63_RDBFL2 0xF0064F64          MC 63 Read Data and Bit Flip Register 2
MTU_MC63_RDBFL3 0xF0064F66          MC 63 Read Data and Bit Flip Register 3
MTU_MC63_RDBFL4 0xF0064F68          MC 63 Read Data and Bit Flip Register 4
MTU_MC63_RDBFL5 0xF0064F6A          MC 63 Read Data and Bit Flip Register 5
MTU_MC63_RDBFL6 0xF0064F6C          MC 63 Read Data and Bit Flip Register 6
MTU_MC63_RDBFL7 0xF0064F6E          MC 63 Read Data and Bit Flip Register 7
MTU_MC63_RDBFL8 0xF0064F70          MC 63 Read Data and Bit Flip Register 8
MTU_MC63_RDBFL9 0xF0064F72          MC 63 Read Data and Bit Flip Register 9
MTU_MC63_RDBFL10 0xF0064F74          MC 63 Read Data and Bit Flip Register 10
MTU_MC63_RDBFL11 0xF0064F76          MC 63 Read Data and Bit Flip Register 11
MTU_MC63_RDBFL12 0xF0064F78          MC 63 Read Data and Bit Flip Register 12
MTU_MC63_RDBFL13 0xF0064F7A          MC 63 Read Data and Bit Flip Register 13
MTU_MC63_RDBFL14 0xF0064F7C          MC 63 Read Data and Bit Flip Register 14
MTU_MC63_RDBFL15 0xF0064F7E          MC 63 Read Data and Bit Flip Register 15
MTU_MC63_RDBFL16 0xF0064F80          MC 63 Read Data and Bit Flip Register 16
MTU_MC63_RDBFL17 0xF0064F82          MC 63 Read Data and Bit Flip Register 17
MTU_MC63_RDBFL18 0xF0064F84          MC 63 Read Data and Bit Flip Register 18
MTU_MC63_RDBFL19 0xF0064F86          MC 63 Read Data and Bit Flip Register 19
MTU_MC63_RDBFL20 0xF0064F88          MC 63 Read Data and Bit Flip Register 20
MTU_MC63_RDBFL21 0xF0064F8A          MC 63 Read Data and Bit Flip Register 21
MTU_MC63_RDBFL22 0xF0064F8C          MC 63 Read Data and Bit Flip Register 22
MTU_MC63_RDBFL23 0xF0064F8E          MC 63 Read Data and Bit Flip Register 23
MTU_MC63_RDBFL24 0xF0064F90          MC 63 Read Data and Bit Flip Register 24
MTU_MC63_RDBFL25 0xF0064F92          MC 63 Read Data and Bit Flip Register 25
MTU_MC63_RDBFL26 0xF0064F94          MC 63 Read Data and Bit Flip Register 26
MTU_MC63_RDBFL27 0xF0064F96          MC 63 Read Data and Bit Flip Register 27
MTU_MC63_RDBFL28 0xF0064F98          MC 63 Read Data and Bit Flip Register 28
MTU_MC63_RDBFL29 0xF0064F9A          MC 63 Read Data and Bit Flip Register 29
MTU_MC63_RDBFL30 0xF0064F9C          MC 63 Read Data and Bit Flip Register 30
MTU_MC63_RDBFL31 0xF0064F9E          MC 63 Read Data and Bit Flip Register 31
MTU_MC63_RDBFL32 0xF0064FA0          MC 63 Read Data and Bit Flip Register 32
MTU_MC63_RDBFL33 0xF0064FA2          MC 63 Read Data and Bit Flip Register 33
MTU_MC63_RDBFL34 0xF0064FA4          MC 63 Read Data and Bit Flip Register 34
MTU_MC63_RDBFL35 0xF0064FA6          MC 63 Read Data and Bit Flip Register 35
MTU_MC63_RDBFL36 0xF0064FA8          MC 63 Read Data and Bit Flip Register 36
MTU_MC63_RDBFL37 0xF0064FAA          MC 63 Read Data and Bit Flip Register 37
MTU_MC63_RDBFL38 0xF0064FAC          MC 63 Read Data and Bit Flip Register 38
MTU_MC63_RDBFL39 0xF0064FAE          MC 63 Read Data and Bit Flip Register 39
MTU_MC63_RDBFL40 0xF0064FB0          MC 63 Read Data and Bit Flip Register 40
MTU_MC63_RDBFL41 0xF0064FB2          MC 63 Read Data and Bit Flip Register 41
MTU_MC63_RDBFL42 0xF0064FB4          MC 63 Read Data and Bit Flip Register 42
MTU_MC63_RDBFL43 0xF0064FB6          MC 63 Read Data and Bit Flip Register 43
MTU_MC63_RDBFL44 0xF0064FB8          MC 63 Read Data and Bit Flip Register 44
MTU_MC63_RDBFL45 0xF0064FBA          MC 63 Read Data and Bit Flip Register 45
MTU_MC63_RDBFL46 0xF0064FBC          MC 63 Read Data and Bit Flip Register 46
MTU_MC63_RDBFL47 0xF0064FBE          MC 63 Read Data and Bit Flip Register 47
MTU_MC63_RDBFL48 0xF0064FC0          MC 63 Read Data and Bit Flip Register 48
MTU_MC63_RDBFL49 0xF0064FC2          MC 63 Read Data and Bit Flip Register 49
MTU_MC63_RDBFL50 0xF0064FC4          MC 63 Read Data and Bit Flip Register 50
MTU_MC63_RDBFL51 0xF0064FC6          MC 63 Read Data and Bit Flip Register 51
MTU_MC63_RDBFL52 0xF0064FC8          MC 63 Read Data and Bit Flip Register 52
MTU_MC63_RDBFL53 0xF0064FCA          MC 63 Read Data and Bit Flip Register 53
MTU_MC63_RDBFL54 0xF0064FCC          MC 63 Read Data and Bit Flip Register 54
MTU_MC63_RDBFL55 0xF0064FCE          MC 63 Read Data and Bit Flip Register 55
MTU_MC63_RDBFL56 0xF0064FD0          MC 63 Read Data and Bit Flip Register 56
MTU_MC63_RDBFL57 0xF0064FD2          MC 63 Read Data and Bit Flip Register 57
MTU_MC63_RDBFL58 0xF0064FD4          MC 63 Read Data and Bit Flip Register 58
MTU_MC63_RDBFL59 0xF0064FD6          MC 63 Read Data and Bit Flip Register 59
MTU_MC63_RDBFL60 0xF0064FD8          MC 63 Read Data and Bit Flip Register 60
MTU_MC63_RDBFL61 0xF0064FDA          MC 63 Read Data and Bit Flip Register 61
MTU_MC63_RDBFL62 0xF0064FDC          MC 63 Read Data and Bit Flip Register 62
MTU_MC63_RDBFL63 0xF0064FDE          MC 63 Read Data and Bit Flip Register 63
MTU_MC63_RDBFL64 0xF0064FE0          MC 63 Read Data and Bit Flip Register 64
MTU_MC63_RDBFL65 0xF0064FE2          MC 63 Read Data and Bit Flip Register 65
MTU_MC63_RDBFL66 0xF0064FE4          MC 63 Read Data and Bit Flip Register 66
MTU_MC63_ALMSRCS 0xF0064FEE          MC 63 Alarm Sources Configuration Register
MTU_MC63_FAULTSTS 0xF0064FF0          MC 63 SSH Safety Faults Status Register
MTU_MC63_ERRINFO0 0xF0064FF2          MC 63 Error Information Register 0
MTU_MC63_ERRINFO1 0xF0064FF4          MC 63 Error Information Register 1
MTU_MC63_ERRINFO2 0xF0064FF6          MC 63 Error Information Register 2
MTU_MC63_ERRINFO3 0xF0064FF8          MC 63 Error Information Register 3
MTU_MC63_ERRINFO4 0xF0064FFA          MC 63 Error Information Register 4
MTU_MC64_CONFIG0 0xF0065000          MC 64 Configuration Register 0
MTU_MC64_CONFIG1 0xF0065002          MC 64 Configuration Register 1
MTU_MC64_MCONTROL 0xF0065004          MC 64 MBIST Control Register
MTU_MC64_MSTATUS 0xF0065006          MC 64 Status Register
MTU_MC64_RANGE  0xF0065008          MC 64 Range Register, single address mode
MTU_MC64_REVID  0xF006500C          MC 64 Revision ID Register
MTU_MC64_ECCS   0xF006500E          MC 64 ECC Safety Register
MTU_MC64_ECCD   0xF0065010          MC 64 Memory ECC Detection Register
MTU_MC64_ETRR0  0xF0065012          MC 64 Error Tracking Register 0
MTU_MC64_ETRR1  0xF0065014          MC 64 Error Tracking Register 1
MTU_MC64_ETRR2  0xF0065016          MC 64 Error Tracking Register 2
MTU_MC64_ETRR3  0xF0065018          MC 64 Error Tracking Register 3
MTU_MC64_ETRR4  0xF006501A          MC 64 Error Tracking Register 4
MTU_MC64_RDBFL0 0xF0065060          MC 64 Read Data and Bit Flip Register 0
MTU_MC64_RDBFL1 0xF0065062          MC 64 Read Data and Bit Flip Register 1
MTU_MC64_RDBFL2 0xF0065064          MC 64 Read Data and Bit Flip Register 2
MTU_MC64_RDBFL3 0xF0065066          MC 64 Read Data and Bit Flip Register 3
MTU_MC64_RDBFL4 0xF0065068          MC 64 Read Data and Bit Flip Register 4
MTU_MC64_RDBFL5 0xF006506A          MC 64 Read Data and Bit Flip Register 5
MTU_MC64_RDBFL6 0xF006506C          MC 64 Read Data and Bit Flip Register 6
MTU_MC64_RDBFL7 0xF006506E          MC 64 Read Data and Bit Flip Register 7
MTU_MC64_RDBFL8 0xF0065070          MC 64 Read Data and Bit Flip Register 8
MTU_MC64_RDBFL9 0xF0065072          MC 64 Read Data and Bit Flip Register 9
MTU_MC64_RDBFL10 0xF0065074          MC 64 Read Data and Bit Flip Register 10
MTU_MC64_RDBFL11 0xF0065076          MC 64 Read Data and Bit Flip Register 11
MTU_MC64_RDBFL12 0xF0065078          MC 64 Read Data and Bit Flip Register 12
MTU_MC64_RDBFL13 0xF006507A          MC 64 Read Data and Bit Flip Register 13
MTU_MC64_RDBFL14 0xF006507C          MC 64 Read Data and Bit Flip Register 14
MTU_MC64_RDBFL15 0xF006507E          MC 64 Read Data and Bit Flip Register 15
MTU_MC64_RDBFL16 0xF0065080          MC 64 Read Data and Bit Flip Register 16
MTU_MC64_RDBFL17 0xF0065082          MC 64 Read Data and Bit Flip Register 17
MTU_MC64_RDBFL18 0xF0065084          MC 64 Read Data and Bit Flip Register 18
MTU_MC64_RDBFL19 0xF0065086          MC 64 Read Data and Bit Flip Register 19
MTU_MC64_RDBFL20 0xF0065088          MC 64 Read Data and Bit Flip Register 20
MTU_MC64_RDBFL21 0xF006508A          MC 64 Read Data and Bit Flip Register 21
MTU_MC64_RDBFL22 0xF006508C          MC 64 Read Data and Bit Flip Register 22
MTU_MC64_RDBFL23 0xF006508E          MC 64 Read Data and Bit Flip Register 23
MTU_MC64_RDBFL24 0xF0065090          MC 64 Read Data and Bit Flip Register 24
MTU_MC64_RDBFL25 0xF0065092          MC 64 Read Data and Bit Flip Register 25
MTU_MC64_RDBFL26 0xF0065094          MC 64 Read Data and Bit Flip Register 26
MTU_MC64_RDBFL27 0xF0065096          MC 64 Read Data and Bit Flip Register 27
MTU_MC64_RDBFL28 0xF0065098          MC 64 Read Data and Bit Flip Register 28
MTU_MC64_RDBFL29 0xF006509A          MC 64 Read Data and Bit Flip Register 29
MTU_MC64_RDBFL30 0xF006509C          MC 64 Read Data and Bit Flip Register 30
MTU_MC64_RDBFL31 0xF006509E          MC 64 Read Data and Bit Flip Register 31
MTU_MC64_RDBFL32 0xF00650A0          MC 64 Read Data and Bit Flip Register 32
MTU_MC64_RDBFL33 0xF00650A2          MC 64 Read Data and Bit Flip Register 33
MTU_MC64_RDBFL34 0xF00650A4          MC 64 Read Data and Bit Flip Register 34
MTU_MC64_RDBFL35 0xF00650A6          MC 64 Read Data and Bit Flip Register 35
MTU_MC64_RDBFL36 0xF00650A8          MC 64 Read Data and Bit Flip Register 36
MTU_MC64_RDBFL37 0xF00650AA          MC 64 Read Data and Bit Flip Register 37
MTU_MC64_RDBFL38 0xF00650AC          MC 64 Read Data and Bit Flip Register 38
MTU_MC64_RDBFL39 0xF00650AE          MC 64 Read Data and Bit Flip Register 39
MTU_MC64_RDBFL40 0xF00650B0          MC 64 Read Data and Bit Flip Register 40
MTU_MC64_RDBFL41 0xF00650B2          MC 64 Read Data and Bit Flip Register 41
MTU_MC64_RDBFL42 0xF00650B4          MC 64 Read Data and Bit Flip Register 42
MTU_MC64_RDBFL43 0xF00650B6          MC 64 Read Data and Bit Flip Register 43
MTU_MC64_RDBFL44 0xF00650B8          MC 64 Read Data and Bit Flip Register 44
MTU_MC64_RDBFL45 0xF00650BA          MC 64 Read Data and Bit Flip Register 45
MTU_MC64_RDBFL46 0xF00650BC          MC 64 Read Data and Bit Flip Register 46
MTU_MC64_RDBFL47 0xF00650BE          MC 64 Read Data and Bit Flip Register 47
MTU_MC64_RDBFL48 0xF00650C0          MC 64 Read Data and Bit Flip Register 48
MTU_MC64_RDBFL49 0xF00650C2          MC 64 Read Data and Bit Flip Register 49
MTU_MC64_RDBFL50 0xF00650C4          MC 64 Read Data and Bit Flip Register 50
MTU_MC64_RDBFL51 0xF00650C6          MC 64 Read Data and Bit Flip Register 51
MTU_MC64_RDBFL52 0xF00650C8          MC 64 Read Data and Bit Flip Register 52
MTU_MC64_RDBFL53 0xF00650CA          MC 64 Read Data and Bit Flip Register 53
MTU_MC64_RDBFL54 0xF00650CC          MC 64 Read Data and Bit Flip Register 54
MTU_MC64_RDBFL55 0xF00650CE          MC 64 Read Data and Bit Flip Register 55
MTU_MC64_RDBFL56 0xF00650D0          MC 64 Read Data and Bit Flip Register 56
MTU_MC64_RDBFL57 0xF00650D2          MC 64 Read Data and Bit Flip Register 57
MTU_MC64_RDBFL58 0xF00650D4          MC 64 Read Data and Bit Flip Register 58
MTU_MC64_RDBFL59 0xF00650D6          MC 64 Read Data and Bit Flip Register 59
MTU_MC64_RDBFL60 0xF00650D8          MC 64 Read Data and Bit Flip Register 60
MTU_MC64_RDBFL61 0xF00650DA          MC 64 Read Data and Bit Flip Register 61
MTU_MC64_RDBFL62 0xF00650DC          MC 64 Read Data and Bit Flip Register 62
MTU_MC64_RDBFL63 0xF00650DE          MC 64 Read Data and Bit Flip Register 63
MTU_MC64_RDBFL64 0xF00650E0          MC 64 Read Data and Bit Flip Register 64
MTU_MC64_RDBFL65 0xF00650E2          MC 64 Read Data and Bit Flip Register 65
MTU_MC64_RDBFL66 0xF00650E4          MC 64 Read Data and Bit Flip Register 66
MTU_MC64_ALMSRCS 0xF00650EE          MC 64 Alarm Sources Configuration Register
MTU_MC64_FAULTSTS 0xF00650F0          MC 64 SSH Safety Faults Status Register
MTU_MC64_ERRINFO0 0xF00650F2          MC 64 Error Information Register 0
MTU_MC64_ERRINFO1 0xF00650F4          MC 64 Error Information Register 1
MTU_MC64_ERRINFO2 0xF00650F6          MC 64 Error Information Register 2
MTU_MC64_ERRINFO3 0xF00650F8          MC 64 Error Information Register 3
MTU_MC64_ERRINFO4 0xF00650FA          MC 64 Error Information Register 4
MTU_MC65_CONFIG0 0xF0065100          MC 65 Configuration Register 0
MTU_MC65_CONFIG1 0xF0065102          MC 65 Configuration Register 1
MTU_MC65_MCONTROL 0xF0065104          MC 65 MBIST Control Register
MTU_MC65_MSTATUS 0xF0065106          MC 65 Status Register
MTU_MC65_RANGE  0xF0065108          MC 65 Range Register, single address mode
MTU_MC65_REVID  0xF006510C          MC 65 Revision ID Register
MTU_MC65_ECCS   0xF006510E          MC 65 ECC Safety Register
MTU_MC65_ECCD   0xF0065110          MC 65 Memory ECC Detection Register
MTU_MC65_ETRR0  0xF0065112          MC 65 Error Tracking Register 0
MTU_MC65_ETRR1  0xF0065114          MC 65 Error Tracking Register 1
MTU_MC65_ETRR2  0xF0065116          MC 65 Error Tracking Register 2
MTU_MC65_ETRR3  0xF0065118          MC 65 Error Tracking Register 3
MTU_MC65_ETRR4  0xF006511A          MC 65 Error Tracking Register 4
MTU_MC65_RDBFL0 0xF0065160          MC 65 Read Data and Bit Flip Register 0
MTU_MC65_RDBFL1 0xF0065162          MC 65 Read Data and Bit Flip Register 1
MTU_MC65_RDBFL2 0xF0065164          MC 65 Read Data and Bit Flip Register 2
MTU_MC65_RDBFL3 0xF0065166          MC 65 Read Data and Bit Flip Register 3
MTU_MC65_RDBFL4 0xF0065168          MC 65 Read Data and Bit Flip Register 4
MTU_MC65_RDBFL5 0xF006516A          MC 65 Read Data and Bit Flip Register 5
MTU_MC65_RDBFL6 0xF006516C          MC 65 Read Data and Bit Flip Register 6
MTU_MC65_RDBFL7 0xF006516E          MC 65 Read Data and Bit Flip Register 7
MTU_MC65_RDBFL8 0xF0065170          MC 65 Read Data and Bit Flip Register 8
MTU_MC65_RDBFL9 0xF0065172          MC 65 Read Data and Bit Flip Register 9
MTU_MC65_RDBFL10 0xF0065174          MC 65 Read Data and Bit Flip Register 10
MTU_MC65_RDBFL11 0xF0065176          MC 65 Read Data and Bit Flip Register 11
MTU_MC65_RDBFL12 0xF0065178          MC 65 Read Data and Bit Flip Register 12
MTU_MC65_RDBFL13 0xF006517A          MC 65 Read Data and Bit Flip Register 13
MTU_MC65_RDBFL14 0xF006517C          MC 65 Read Data and Bit Flip Register 14
MTU_MC65_RDBFL15 0xF006517E          MC 65 Read Data and Bit Flip Register 15
MTU_MC65_RDBFL16 0xF0065180          MC 65 Read Data and Bit Flip Register 16
MTU_MC65_RDBFL17 0xF0065182          MC 65 Read Data and Bit Flip Register 17
MTU_MC65_RDBFL18 0xF0065184          MC 65 Read Data and Bit Flip Register 18
MTU_MC65_RDBFL19 0xF0065186          MC 65 Read Data and Bit Flip Register 19
MTU_MC65_RDBFL20 0xF0065188          MC 65 Read Data and Bit Flip Register 20
MTU_MC65_RDBFL21 0xF006518A          MC 65 Read Data and Bit Flip Register 21
MTU_MC65_RDBFL22 0xF006518C          MC 65 Read Data and Bit Flip Register 22
MTU_MC65_RDBFL23 0xF006518E          MC 65 Read Data and Bit Flip Register 23
MTU_MC65_RDBFL24 0xF0065190          MC 65 Read Data and Bit Flip Register 24
MTU_MC65_RDBFL25 0xF0065192          MC 65 Read Data and Bit Flip Register 25
MTU_MC65_RDBFL26 0xF0065194          MC 65 Read Data and Bit Flip Register 26
MTU_MC65_RDBFL27 0xF0065196          MC 65 Read Data and Bit Flip Register 27
MTU_MC65_RDBFL28 0xF0065198          MC 65 Read Data and Bit Flip Register 28
MTU_MC65_RDBFL29 0xF006519A          MC 65 Read Data and Bit Flip Register 29
MTU_MC65_RDBFL30 0xF006519C          MC 65 Read Data and Bit Flip Register 30
MTU_MC65_RDBFL31 0xF006519E          MC 65 Read Data and Bit Flip Register 31
MTU_MC65_RDBFL32 0xF00651A0          MC 65 Read Data and Bit Flip Register 32
MTU_MC65_RDBFL33 0xF00651A2          MC 65 Read Data and Bit Flip Register 33
MTU_MC65_RDBFL34 0xF00651A4          MC 65 Read Data and Bit Flip Register 34
MTU_MC65_RDBFL35 0xF00651A6          MC 65 Read Data and Bit Flip Register 35
MTU_MC65_RDBFL36 0xF00651A8          MC 65 Read Data and Bit Flip Register 36
MTU_MC65_RDBFL37 0xF00651AA          MC 65 Read Data and Bit Flip Register 37
MTU_MC65_RDBFL38 0xF00651AC          MC 65 Read Data and Bit Flip Register 38
MTU_MC65_RDBFL39 0xF00651AE          MC 65 Read Data and Bit Flip Register 39
MTU_MC65_RDBFL40 0xF00651B0          MC 65 Read Data and Bit Flip Register 40
MTU_MC65_RDBFL41 0xF00651B2          MC 65 Read Data and Bit Flip Register 41
MTU_MC65_RDBFL42 0xF00651B4          MC 65 Read Data and Bit Flip Register 42
MTU_MC65_RDBFL43 0xF00651B6          MC 65 Read Data and Bit Flip Register 43
MTU_MC65_RDBFL44 0xF00651B8          MC 65 Read Data and Bit Flip Register 44
MTU_MC65_RDBFL45 0xF00651BA          MC 65 Read Data and Bit Flip Register 45
MTU_MC65_RDBFL46 0xF00651BC          MC 65 Read Data and Bit Flip Register 46
MTU_MC65_RDBFL47 0xF00651BE          MC 65 Read Data and Bit Flip Register 47
MTU_MC65_RDBFL48 0xF00651C0          MC 65 Read Data and Bit Flip Register 48
MTU_MC65_RDBFL49 0xF00651C2          MC 65 Read Data and Bit Flip Register 49
MTU_MC65_RDBFL50 0xF00651C4          MC 65 Read Data and Bit Flip Register 50
MTU_MC65_RDBFL51 0xF00651C6          MC 65 Read Data and Bit Flip Register 51
MTU_MC65_RDBFL52 0xF00651C8          MC 65 Read Data and Bit Flip Register 52
MTU_MC65_RDBFL53 0xF00651CA          MC 65 Read Data and Bit Flip Register 53
MTU_MC65_RDBFL54 0xF00651CC          MC 65 Read Data and Bit Flip Register 54
MTU_MC65_RDBFL55 0xF00651CE          MC 65 Read Data and Bit Flip Register 55
MTU_MC65_RDBFL56 0xF00651D0          MC 65 Read Data and Bit Flip Register 56
MTU_MC65_RDBFL57 0xF00651D2          MC 65 Read Data and Bit Flip Register 57
MTU_MC65_RDBFL58 0xF00651D4          MC 65 Read Data and Bit Flip Register 58
MTU_MC65_RDBFL59 0xF00651D6          MC 65 Read Data and Bit Flip Register 59
MTU_MC65_RDBFL60 0xF00651D8          MC 65 Read Data and Bit Flip Register 60
MTU_MC65_RDBFL61 0xF00651DA          MC 65 Read Data and Bit Flip Register 61
MTU_MC65_RDBFL62 0xF00651DC          MC 65 Read Data and Bit Flip Register 62
MTU_MC65_RDBFL63 0xF00651DE          MC 65 Read Data and Bit Flip Register 63
MTU_MC65_RDBFL64 0xF00651E0          MC 65 Read Data and Bit Flip Register 64
MTU_MC65_RDBFL65 0xF00651E2          MC 65 Read Data and Bit Flip Register 65
MTU_MC65_RDBFL66 0xF00651E4          MC 65 Read Data and Bit Flip Register 66
MTU_MC65_ALMSRCS 0xF00651EE          MC 65 Alarm Sources Configuration Register
MTU_MC65_FAULTSTS 0xF00651F0          MC 65 SSH Safety Faults Status Register
MTU_MC65_ERRINFO0 0xF00651F2          MC 65 Error Information Register 0
MTU_MC65_ERRINFO1 0xF00651F4          MC 65 Error Information Register 1
MTU_MC65_ERRINFO2 0xF00651F6          MC 65 Error Information Register 2
MTU_MC65_ERRINFO3 0xF00651F8          MC 65 Error Information Register 3
MTU_MC65_ERRINFO4 0xF00651FA          MC 65 Error Information Register 4
MTU_MC66_CONFIG0 0xF0065200          MC 66 Configuration Register 0
MTU_MC66_CONFIG1 0xF0065202          MC 66 Configuration Register 1
MTU_MC66_MCONTROL 0xF0065204          MC 66 MBIST Control Register
MTU_MC66_MSTATUS 0xF0065206          MC 66 Status Register
MTU_MC66_RANGE  0xF0065208          MC 66 Range Register, single address mode
MTU_MC66_REVID  0xF006520C          MC 66 Revision ID Register
MTU_MC66_ECCS   0xF006520E          MC 66 ECC Safety Register
MTU_MC66_ECCD   0xF0065210          MC 66 Memory ECC Detection Register
MTU_MC66_ETRR0  0xF0065212          MC 66 Error Tracking Register 0
MTU_MC66_ETRR1  0xF0065214          MC 66 Error Tracking Register 1
MTU_MC66_ETRR2  0xF0065216          MC 66 Error Tracking Register 2
MTU_MC66_ETRR3  0xF0065218          MC 66 Error Tracking Register 3
MTU_MC66_ETRR4  0xF006521A          MC 66 Error Tracking Register 4
MTU_MC66_RDBFL0 0xF0065260          MC 66 Read Data and Bit Flip Register 0
MTU_MC66_RDBFL1 0xF0065262          MC 66 Read Data and Bit Flip Register 1
MTU_MC66_RDBFL2 0xF0065264          MC 66 Read Data and Bit Flip Register 2
MTU_MC66_RDBFL3 0xF0065266          MC 66 Read Data and Bit Flip Register 3
MTU_MC66_RDBFL4 0xF0065268          MC 66 Read Data and Bit Flip Register 4
MTU_MC66_RDBFL5 0xF006526A          MC 66 Read Data and Bit Flip Register 5
MTU_MC66_RDBFL6 0xF006526C          MC 66 Read Data and Bit Flip Register 6
MTU_MC66_RDBFL7 0xF006526E          MC 66 Read Data and Bit Flip Register 7
MTU_MC66_RDBFL8 0xF0065270          MC 66 Read Data and Bit Flip Register 8
MTU_MC66_RDBFL9 0xF0065272          MC 66 Read Data and Bit Flip Register 9
MTU_MC66_RDBFL10 0xF0065274          MC 66 Read Data and Bit Flip Register 10
MTU_MC66_RDBFL11 0xF0065276          MC 66 Read Data and Bit Flip Register 11
MTU_MC66_RDBFL12 0xF0065278          MC 66 Read Data and Bit Flip Register 12
MTU_MC66_RDBFL13 0xF006527A          MC 66 Read Data and Bit Flip Register 13
MTU_MC66_RDBFL14 0xF006527C          MC 66 Read Data and Bit Flip Register 14
MTU_MC66_RDBFL15 0xF006527E          MC 66 Read Data and Bit Flip Register 15
MTU_MC66_RDBFL16 0xF0065280          MC 66 Read Data and Bit Flip Register 16
MTU_MC66_RDBFL17 0xF0065282          MC 66 Read Data and Bit Flip Register 17
MTU_MC66_RDBFL18 0xF0065284          MC 66 Read Data and Bit Flip Register 18
MTU_MC66_RDBFL19 0xF0065286          MC 66 Read Data and Bit Flip Register 19
MTU_MC66_RDBFL20 0xF0065288          MC 66 Read Data and Bit Flip Register 20
MTU_MC66_RDBFL21 0xF006528A          MC 66 Read Data and Bit Flip Register 21
MTU_MC66_RDBFL22 0xF006528C          MC 66 Read Data and Bit Flip Register 22
MTU_MC66_RDBFL23 0xF006528E          MC 66 Read Data and Bit Flip Register 23
MTU_MC66_RDBFL24 0xF0065290          MC 66 Read Data and Bit Flip Register 24
MTU_MC66_RDBFL25 0xF0065292          MC 66 Read Data and Bit Flip Register 25
MTU_MC66_RDBFL26 0xF0065294          MC 66 Read Data and Bit Flip Register 26
MTU_MC66_RDBFL27 0xF0065296          MC 66 Read Data and Bit Flip Register 27
MTU_MC66_RDBFL28 0xF0065298          MC 66 Read Data and Bit Flip Register 28
MTU_MC66_RDBFL29 0xF006529A          MC 66 Read Data and Bit Flip Register 29
MTU_MC66_RDBFL30 0xF006529C          MC 66 Read Data and Bit Flip Register 30
MTU_MC66_RDBFL31 0xF006529E          MC 66 Read Data and Bit Flip Register 31
MTU_MC66_RDBFL32 0xF00652A0          MC 66 Read Data and Bit Flip Register 32
MTU_MC66_RDBFL33 0xF00652A2          MC 66 Read Data and Bit Flip Register 33
MTU_MC66_RDBFL34 0xF00652A4          MC 66 Read Data and Bit Flip Register 34
MTU_MC66_RDBFL35 0xF00652A6          MC 66 Read Data and Bit Flip Register 35
MTU_MC66_RDBFL36 0xF00652A8          MC 66 Read Data and Bit Flip Register 36
MTU_MC66_RDBFL37 0xF00652AA          MC 66 Read Data and Bit Flip Register 37
MTU_MC66_RDBFL38 0xF00652AC          MC 66 Read Data and Bit Flip Register 38
MTU_MC66_RDBFL39 0xF00652AE          MC 66 Read Data and Bit Flip Register 39
MTU_MC66_RDBFL40 0xF00652B0          MC 66 Read Data and Bit Flip Register 40
MTU_MC66_RDBFL41 0xF00652B2          MC 66 Read Data and Bit Flip Register 41
MTU_MC66_RDBFL42 0xF00652B4          MC 66 Read Data and Bit Flip Register 42
MTU_MC66_RDBFL43 0xF00652B6          MC 66 Read Data and Bit Flip Register 43
MTU_MC66_RDBFL44 0xF00652B8          MC 66 Read Data and Bit Flip Register 44
MTU_MC66_RDBFL45 0xF00652BA          MC 66 Read Data and Bit Flip Register 45
MTU_MC66_RDBFL46 0xF00652BC          MC 66 Read Data and Bit Flip Register 46
MTU_MC66_RDBFL47 0xF00652BE          MC 66 Read Data and Bit Flip Register 47
MTU_MC66_RDBFL48 0xF00652C0          MC 66 Read Data and Bit Flip Register 48
MTU_MC66_RDBFL49 0xF00652C2          MC 66 Read Data and Bit Flip Register 49
MTU_MC66_RDBFL50 0xF00652C4          MC 66 Read Data and Bit Flip Register 50
MTU_MC66_RDBFL51 0xF00652C6          MC 66 Read Data and Bit Flip Register 51
MTU_MC66_RDBFL52 0xF00652C8          MC 66 Read Data and Bit Flip Register 52
MTU_MC66_RDBFL53 0xF00652CA          MC 66 Read Data and Bit Flip Register 53
MTU_MC66_RDBFL54 0xF00652CC          MC 66 Read Data and Bit Flip Register 54
MTU_MC66_RDBFL55 0xF00652CE          MC 66 Read Data and Bit Flip Register 55
MTU_MC66_RDBFL56 0xF00652D0          MC 66 Read Data and Bit Flip Register 56
MTU_MC66_RDBFL57 0xF00652D2          MC 66 Read Data and Bit Flip Register 57
MTU_MC66_RDBFL58 0xF00652D4          MC 66 Read Data and Bit Flip Register 58
MTU_MC66_RDBFL59 0xF00652D6          MC 66 Read Data and Bit Flip Register 59
MTU_MC66_RDBFL60 0xF00652D8          MC 66 Read Data and Bit Flip Register 60
MTU_MC66_RDBFL61 0xF00652DA          MC 66 Read Data and Bit Flip Register 61
MTU_MC66_RDBFL62 0xF00652DC          MC 66 Read Data and Bit Flip Register 62
MTU_MC66_RDBFL63 0xF00652DE          MC 66 Read Data and Bit Flip Register 63
MTU_MC66_RDBFL64 0xF00652E0          MC 66 Read Data and Bit Flip Register 64
MTU_MC66_RDBFL65 0xF00652E2          MC 66 Read Data and Bit Flip Register 65
MTU_MC66_RDBFL66 0xF00652E4          MC 66 Read Data and Bit Flip Register 66
MTU_MC66_ALMSRCS 0xF00652EE          MC 66 Alarm Sources Configuration Register
MTU_MC66_FAULTSTS 0xF00652F0          MC 66 SSH Safety Faults Status Register
MTU_MC66_ERRINFO0 0xF00652F2          MC 66 Error Information Register 0
MTU_MC66_ERRINFO1 0xF00652F4          MC 66 Error Information Register 1
MTU_MC66_ERRINFO2 0xF00652F6          MC 66 Error Information Register 2
MTU_MC66_ERRINFO3 0xF00652F8          MC 66 Error Information Register 3
MTU_MC66_ERRINFO4 0xF00652FA          MC 66 Error Information Register 4
MTU_MC67_CONFIG0 0xF0065300          MC 67 Configuration Register 0
MTU_MC67_CONFIG1 0xF0065302          MC 67 Configuration Register 1
MTU_MC67_MCONTROL 0xF0065304          MC 67 MBIST Control Register
MTU_MC67_MSTATUS 0xF0065306          MC 67 Status Register
MTU_MC67_RANGE  0xF0065308          MC 67 Range Register, single address mode
MTU_MC67_REVID  0xF006530C          MC 67 Revision ID Register
MTU_MC67_ECCS   0xF006530E          MC 67 ECC Safety Register
MTU_MC67_ECCD   0xF0065310          MC 67 Memory ECC Detection Register
MTU_MC67_ETRR0  0xF0065312          MC 67 Error Tracking Register 0
MTU_MC67_ETRR1  0xF0065314          MC 67 Error Tracking Register 1
MTU_MC67_ETRR2  0xF0065316          MC 67 Error Tracking Register 2
MTU_MC67_ETRR3  0xF0065318          MC 67 Error Tracking Register 3
MTU_MC67_ETRR4  0xF006531A          MC 67 Error Tracking Register 4
MTU_MC67_RDBFL0 0xF0065360          MC 67 Read Data and Bit Flip Register 0
MTU_MC67_RDBFL1 0xF0065362          MC 67 Read Data and Bit Flip Register 1
MTU_MC67_RDBFL2 0xF0065364          MC 67 Read Data and Bit Flip Register 2
MTU_MC67_RDBFL3 0xF0065366          MC 67 Read Data and Bit Flip Register 3
MTU_MC67_RDBFL4 0xF0065368          MC 67 Read Data and Bit Flip Register 4
MTU_MC67_RDBFL5 0xF006536A          MC 67 Read Data and Bit Flip Register 5
MTU_MC67_RDBFL6 0xF006536C          MC 67 Read Data and Bit Flip Register 6
MTU_MC67_RDBFL7 0xF006536E          MC 67 Read Data and Bit Flip Register 7
MTU_MC67_RDBFL8 0xF0065370          MC 67 Read Data and Bit Flip Register 8
MTU_MC67_RDBFL9 0xF0065372          MC 67 Read Data and Bit Flip Register 9
MTU_MC67_RDBFL10 0xF0065374          MC 67 Read Data and Bit Flip Register 10
MTU_MC67_RDBFL11 0xF0065376          MC 67 Read Data and Bit Flip Register 11
MTU_MC67_RDBFL12 0xF0065378          MC 67 Read Data and Bit Flip Register 12
MTU_MC67_RDBFL13 0xF006537A          MC 67 Read Data and Bit Flip Register 13
MTU_MC67_RDBFL14 0xF006537C          MC 67 Read Data and Bit Flip Register 14
MTU_MC67_RDBFL15 0xF006537E          MC 67 Read Data and Bit Flip Register 15
MTU_MC67_RDBFL16 0xF0065380          MC 67 Read Data and Bit Flip Register 16
MTU_MC67_RDBFL17 0xF0065382          MC 67 Read Data and Bit Flip Register 17
MTU_MC67_RDBFL18 0xF0065384          MC 67 Read Data and Bit Flip Register 18
MTU_MC67_RDBFL19 0xF0065386          MC 67 Read Data and Bit Flip Register 19
MTU_MC67_RDBFL20 0xF0065388          MC 67 Read Data and Bit Flip Register 20
MTU_MC67_RDBFL21 0xF006538A          MC 67 Read Data and Bit Flip Register 21
MTU_MC67_RDBFL22 0xF006538C          MC 67 Read Data and Bit Flip Register 22
MTU_MC67_RDBFL23 0xF006538E          MC 67 Read Data and Bit Flip Register 23
MTU_MC67_RDBFL24 0xF0065390          MC 67 Read Data and Bit Flip Register 24
MTU_MC67_RDBFL25 0xF0065392          MC 67 Read Data and Bit Flip Register 25
MTU_MC67_RDBFL26 0xF0065394          MC 67 Read Data and Bit Flip Register 26
MTU_MC67_RDBFL27 0xF0065396          MC 67 Read Data and Bit Flip Register 27
MTU_MC67_RDBFL28 0xF0065398          MC 67 Read Data and Bit Flip Register 28
MTU_MC67_RDBFL29 0xF006539A          MC 67 Read Data and Bit Flip Register 29
MTU_MC67_RDBFL30 0xF006539C          MC 67 Read Data and Bit Flip Register 30
MTU_MC67_RDBFL31 0xF006539E          MC 67 Read Data and Bit Flip Register 31
MTU_MC67_RDBFL32 0xF00653A0          MC 67 Read Data and Bit Flip Register 32
MTU_MC67_RDBFL33 0xF00653A2          MC 67 Read Data and Bit Flip Register 33
MTU_MC67_RDBFL34 0xF00653A4          MC 67 Read Data and Bit Flip Register 34
MTU_MC67_RDBFL35 0xF00653A6          MC 67 Read Data and Bit Flip Register 35
MTU_MC67_RDBFL36 0xF00653A8          MC 67 Read Data and Bit Flip Register 36
MTU_MC67_RDBFL37 0xF00653AA          MC 67 Read Data and Bit Flip Register 37
MTU_MC67_RDBFL38 0xF00653AC          MC 67 Read Data and Bit Flip Register 38
MTU_MC67_RDBFL39 0xF00653AE          MC 67 Read Data and Bit Flip Register 39
MTU_MC67_RDBFL40 0xF00653B0          MC 67 Read Data and Bit Flip Register 40
MTU_MC67_RDBFL41 0xF00653B2          MC 67 Read Data and Bit Flip Register 41
MTU_MC67_RDBFL42 0xF00653B4          MC 67 Read Data and Bit Flip Register 42
MTU_MC67_RDBFL43 0xF00653B6          MC 67 Read Data and Bit Flip Register 43
MTU_MC67_RDBFL44 0xF00653B8          MC 67 Read Data and Bit Flip Register 44
MTU_MC67_RDBFL45 0xF00653BA          MC 67 Read Data and Bit Flip Register 45
MTU_MC67_RDBFL46 0xF00653BC          MC 67 Read Data and Bit Flip Register 46
MTU_MC67_RDBFL47 0xF00653BE          MC 67 Read Data and Bit Flip Register 47
MTU_MC67_RDBFL48 0xF00653C0          MC 67 Read Data and Bit Flip Register 48
MTU_MC67_RDBFL49 0xF00653C2          MC 67 Read Data and Bit Flip Register 49
MTU_MC67_RDBFL50 0xF00653C4          MC 67 Read Data and Bit Flip Register 50
MTU_MC67_RDBFL51 0xF00653C6          MC 67 Read Data and Bit Flip Register 51
MTU_MC67_RDBFL52 0xF00653C8          MC 67 Read Data and Bit Flip Register 52
MTU_MC67_RDBFL53 0xF00653CA          MC 67 Read Data and Bit Flip Register 53
MTU_MC67_RDBFL54 0xF00653CC          MC 67 Read Data and Bit Flip Register 54
MTU_MC67_RDBFL55 0xF00653CE          MC 67 Read Data and Bit Flip Register 55
MTU_MC67_RDBFL56 0xF00653D0          MC 67 Read Data and Bit Flip Register 56
MTU_MC67_RDBFL57 0xF00653D2          MC 67 Read Data and Bit Flip Register 57
MTU_MC67_RDBFL58 0xF00653D4          MC 67 Read Data and Bit Flip Register 58
MTU_MC67_RDBFL59 0xF00653D6          MC 67 Read Data and Bit Flip Register 59
MTU_MC67_RDBFL60 0xF00653D8          MC 67 Read Data and Bit Flip Register 60
MTU_MC67_RDBFL61 0xF00653DA          MC 67 Read Data and Bit Flip Register 61
MTU_MC67_RDBFL62 0xF00653DC          MC 67 Read Data and Bit Flip Register 62
MTU_MC67_RDBFL63 0xF00653DE          MC 67 Read Data and Bit Flip Register 63
MTU_MC67_RDBFL64 0xF00653E0          MC 67 Read Data and Bit Flip Register 64
MTU_MC67_RDBFL65 0xF00653E2          MC 67 Read Data and Bit Flip Register 65
MTU_MC67_RDBFL66 0xF00653E4          MC 67 Read Data and Bit Flip Register 66
MTU_MC67_ALMSRCS 0xF00653EE          MC 67 Alarm Sources Configuration Register
MTU_MC67_FAULTSTS 0xF00653F0          MC 67 SSH Safety Faults Status Register
MTU_MC67_ERRINFO0 0xF00653F2          MC 67 Error Information Register 0
MTU_MC67_ERRINFO1 0xF00653F4          MC 67 Error Information Register 1
MTU_MC67_ERRINFO2 0xF00653F6          MC 67 Error Information Register 2
MTU_MC67_ERRINFO3 0xF00653F8          MC 67 Error Information Register 3
MTU_MC67_ERRINFO4 0xF00653FA          MC 67 Error Information Register 4
MTU_MC68_CONFIG0 0xF0065400          MC 68 Configuration Register 0
MTU_MC68_CONFIG1 0xF0065402          MC 68 Configuration Register 1
MTU_MC68_MCONTROL 0xF0065404          MC 68 MBIST Control Register
MTU_MC68_MSTATUS 0xF0065406          MC 68 Status Register
MTU_MC68_RANGE  0xF0065408          MC 68 Range Register, single address mode
MTU_MC68_REVID  0xF006540C          MC 68 Revision ID Register
MTU_MC68_ECCS   0xF006540E          MC 68 ECC Safety Register
MTU_MC68_ECCD   0xF0065410          MC 68 Memory ECC Detection Register
MTU_MC68_ETRR0  0xF0065412          MC 68 Error Tracking Register 0
MTU_MC68_ETRR1  0xF0065414          MC 68 Error Tracking Register 1
MTU_MC68_ETRR2  0xF0065416          MC 68 Error Tracking Register 2
MTU_MC68_ETRR3  0xF0065418          MC 68 Error Tracking Register 3
MTU_MC68_ETRR4  0xF006541A          MC 68 Error Tracking Register 4
MTU_MC68_RDBFL0 0xF0065460          MC 68 Read Data and Bit Flip Register 0
MTU_MC68_RDBFL1 0xF0065462          MC 68 Read Data and Bit Flip Register 1
MTU_MC68_RDBFL2 0xF0065464          MC 68 Read Data and Bit Flip Register 2
MTU_MC68_RDBFL3 0xF0065466          MC 68 Read Data and Bit Flip Register 3
MTU_MC68_RDBFL4 0xF0065468          MC 68 Read Data and Bit Flip Register 4
MTU_MC68_RDBFL5 0xF006546A          MC 68 Read Data and Bit Flip Register 5
MTU_MC68_RDBFL6 0xF006546C          MC 68 Read Data and Bit Flip Register 6
MTU_MC68_RDBFL7 0xF006546E          MC 68 Read Data and Bit Flip Register 7
MTU_MC68_RDBFL8 0xF0065470          MC 68 Read Data and Bit Flip Register 8
MTU_MC68_RDBFL9 0xF0065472          MC 68 Read Data and Bit Flip Register 9
MTU_MC68_RDBFL10 0xF0065474          MC 68 Read Data and Bit Flip Register 10
MTU_MC68_RDBFL11 0xF0065476          MC 68 Read Data and Bit Flip Register 11
MTU_MC68_RDBFL12 0xF0065478          MC 68 Read Data and Bit Flip Register 12
MTU_MC68_RDBFL13 0xF006547A          MC 68 Read Data and Bit Flip Register 13
MTU_MC68_RDBFL14 0xF006547C          MC 68 Read Data and Bit Flip Register 14
MTU_MC68_RDBFL15 0xF006547E          MC 68 Read Data and Bit Flip Register 15
MTU_MC68_RDBFL16 0xF0065480          MC 68 Read Data and Bit Flip Register 16
MTU_MC68_RDBFL17 0xF0065482          MC 68 Read Data and Bit Flip Register 17
MTU_MC68_RDBFL18 0xF0065484          MC 68 Read Data and Bit Flip Register 18
MTU_MC68_RDBFL19 0xF0065486          MC 68 Read Data and Bit Flip Register 19
MTU_MC68_RDBFL20 0xF0065488          MC 68 Read Data and Bit Flip Register 20
MTU_MC68_RDBFL21 0xF006548A          MC 68 Read Data and Bit Flip Register 21
MTU_MC68_RDBFL22 0xF006548C          MC 68 Read Data and Bit Flip Register 22
MTU_MC68_RDBFL23 0xF006548E          MC 68 Read Data and Bit Flip Register 23
MTU_MC68_RDBFL24 0xF0065490          MC 68 Read Data and Bit Flip Register 24
MTU_MC68_RDBFL25 0xF0065492          MC 68 Read Data and Bit Flip Register 25
MTU_MC68_RDBFL26 0xF0065494          MC 68 Read Data and Bit Flip Register 26
MTU_MC68_RDBFL27 0xF0065496          MC 68 Read Data and Bit Flip Register 27
MTU_MC68_RDBFL28 0xF0065498          MC 68 Read Data and Bit Flip Register 28
MTU_MC68_RDBFL29 0xF006549A          MC 68 Read Data and Bit Flip Register 29
MTU_MC68_RDBFL30 0xF006549C          MC 68 Read Data and Bit Flip Register 30
MTU_MC68_RDBFL31 0xF006549E          MC 68 Read Data and Bit Flip Register 31
MTU_MC68_RDBFL32 0xF00654A0          MC 68 Read Data and Bit Flip Register 32
MTU_MC68_RDBFL33 0xF00654A2          MC 68 Read Data and Bit Flip Register 33
MTU_MC68_RDBFL34 0xF00654A4          MC 68 Read Data and Bit Flip Register 34
MTU_MC68_RDBFL35 0xF00654A6          MC 68 Read Data and Bit Flip Register 35
MTU_MC68_RDBFL36 0xF00654A8          MC 68 Read Data and Bit Flip Register 36
MTU_MC68_RDBFL37 0xF00654AA          MC 68 Read Data and Bit Flip Register 37
MTU_MC68_RDBFL38 0xF00654AC          MC 68 Read Data and Bit Flip Register 38
MTU_MC68_RDBFL39 0xF00654AE          MC 68 Read Data and Bit Flip Register 39
MTU_MC68_RDBFL40 0xF00654B0          MC 68 Read Data and Bit Flip Register 40
MTU_MC68_RDBFL41 0xF00654B2          MC 68 Read Data and Bit Flip Register 41
MTU_MC68_RDBFL42 0xF00654B4          MC 68 Read Data and Bit Flip Register 42
MTU_MC68_RDBFL43 0xF00654B6          MC 68 Read Data and Bit Flip Register 43
MTU_MC68_RDBFL44 0xF00654B8          MC 68 Read Data and Bit Flip Register 44
MTU_MC68_RDBFL45 0xF00654BA          MC 68 Read Data and Bit Flip Register 45
MTU_MC68_RDBFL46 0xF00654BC          MC 68 Read Data and Bit Flip Register 46
MTU_MC68_RDBFL47 0xF00654BE          MC 68 Read Data and Bit Flip Register 47
MTU_MC68_RDBFL48 0xF00654C0          MC 68 Read Data and Bit Flip Register 48
MTU_MC68_RDBFL49 0xF00654C2          MC 68 Read Data and Bit Flip Register 49
MTU_MC68_RDBFL50 0xF00654C4          MC 68 Read Data and Bit Flip Register 50
MTU_MC68_RDBFL51 0xF00654C6          MC 68 Read Data and Bit Flip Register 51
MTU_MC68_RDBFL52 0xF00654C8          MC 68 Read Data and Bit Flip Register 52
MTU_MC68_RDBFL53 0xF00654CA          MC 68 Read Data and Bit Flip Register 53
MTU_MC68_RDBFL54 0xF00654CC          MC 68 Read Data and Bit Flip Register 54
MTU_MC68_RDBFL55 0xF00654CE          MC 68 Read Data and Bit Flip Register 55
MTU_MC68_RDBFL56 0xF00654D0          MC 68 Read Data and Bit Flip Register 56
MTU_MC68_RDBFL57 0xF00654D2          MC 68 Read Data and Bit Flip Register 57
MTU_MC68_RDBFL58 0xF00654D4          MC 68 Read Data and Bit Flip Register 58
MTU_MC68_RDBFL59 0xF00654D6          MC 68 Read Data and Bit Flip Register 59
MTU_MC68_RDBFL60 0xF00654D8          MC 68 Read Data and Bit Flip Register 60
MTU_MC68_RDBFL61 0xF00654DA          MC 68 Read Data and Bit Flip Register 61
MTU_MC68_RDBFL62 0xF00654DC          MC 68 Read Data and Bit Flip Register 62
MTU_MC68_RDBFL63 0xF00654DE          MC 68 Read Data and Bit Flip Register 63
MTU_MC68_RDBFL64 0xF00654E0          MC 68 Read Data and Bit Flip Register 64
MTU_MC68_RDBFL65 0xF00654E2          MC 68 Read Data and Bit Flip Register 65
MTU_MC68_RDBFL66 0xF00654E4          MC 68 Read Data and Bit Flip Register 66
MTU_MC68_ALMSRCS 0xF00654EE          MC 68 Alarm Sources Configuration Register
MTU_MC68_FAULTSTS 0xF00654F0          MC 68 SSH Safety Faults Status Register
MTU_MC68_ERRINFO0 0xF00654F2          MC 68 Error Information Register 0
MTU_MC68_ERRINFO1 0xF00654F4          MC 68 Error Information Register 1
MTU_MC68_ERRINFO2 0xF00654F6          MC 68 Error Information Register 2
MTU_MC68_ERRINFO3 0xF00654F8          MC 68 Error Information Register 3
MTU_MC68_ERRINFO4 0xF00654FA          MC 68 Error Information Register 4
MTU_MC69_CONFIG0 0xF0065500          MC 69 Configuration Register 0
MTU_MC69_CONFIG1 0xF0065502          MC 69 Configuration Register 1
MTU_MC69_MCONTROL 0xF0065504          MC 69 MBIST Control Register
MTU_MC69_MSTATUS 0xF0065506          MC 69 Status Register
MTU_MC69_RANGE  0xF0065508          MC 69 Range Register, single address mode
MTU_MC69_REVID  0xF006550C          MC 69 Revision ID Register
MTU_MC69_ECCS   0xF006550E          MC 69 ECC Safety Register
MTU_MC69_ECCD   0xF0065510          MC 69 Memory ECC Detection Register
MTU_MC69_ETRR0  0xF0065512          MC 69 Error Tracking Register 0
MTU_MC69_ETRR1  0xF0065514          MC 69 Error Tracking Register 1
MTU_MC69_ETRR2  0xF0065516          MC 69 Error Tracking Register 2
MTU_MC69_ETRR3  0xF0065518          MC 69 Error Tracking Register 3
MTU_MC69_ETRR4  0xF006551A          MC 69 Error Tracking Register 4
MTU_MC69_RDBFL0 0xF0065560          MC 69 Read Data and Bit Flip Register 0
MTU_MC69_RDBFL1 0xF0065562          MC 69 Read Data and Bit Flip Register 1
MTU_MC69_RDBFL2 0xF0065564          MC 69 Read Data and Bit Flip Register 2
MTU_MC69_RDBFL3 0xF0065566          MC 69 Read Data and Bit Flip Register 3
MTU_MC69_RDBFL4 0xF0065568          MC 69 Read Data and Bit Flip Register 4
MTU_MC69_RDBFL5 0xF006556A          MC 69 Read Data and Bit Flip Register 5
MTU_MC69_RDBFL6 0xF006556C          MC 69 Read Data and Bit Flip Register 6
MTU_MC69_RDBFL7 0xF006556E          MC 69 Read Data and Bit Flip Register 7
MTU_MC69_RDBFL8 0xF0065570          MC 69 Read Data and Bit Flip Register 8
MTU_MC69_RDBFL9 0xF0065572          MC 69 Read Data and Bit Flip Register 9
MTU_MC69_RDBFL10 0xF0065574          MC 69 Read Data and Bit Flip Register 10
MTU_MC69_RDBFL11 0xF0065576          MC 69 Read Data and Bit Flip Register 11
MTU_MC69_RDBFL12 0xF0065578          MC 69 Read Data and Bit Flip Register 12
MTU_MC69_RDBFL13 0xF006557A          MC 69 Read Data and Bit Flip Register 13
MTU_MC69_RDBFL14 0xF006557C          MC 69 Read Data and Bit Flip Register 14
MTU_MC69_RDBFL15 0xF006557E          MC 69 Read Data and Bit Flip Register 15
MTU_MC69_RDBFL16 0xF0065580          MC 69 Read Data and Bit Flip Register 16
MTU_MC69_RDBFL17 0xF0065582          MC 69 Read Data and Bit Flip Register 17
MTU_MC69_RDBFL18 0xF0065584          MC 69 Read Data and Bit Flip Register 18
MTU_MC69_RDBFL19 0xF0065586          MC 69 Read Data and Bit Flip Register 19
MTU_MC69_RDBFL20 0xF0065588          MC 69 Read Data and Bit Flip Register 20
MTU_MC69_RDBFL21 0xF006558A          MC 69 Read Data and Bit Flip Register 21
MTU_MC69_RDBFL22 0xF006558C          MC 69 Read Data and Bit Flip Register 22
MTU_MC69_RDBFL23 0xF006558E          MC 69 Read Data and Bit Flip Register 23
MTU_MC69_RDBFL24 0xF0065590          MC 69 Read Data and Bit Flip Register 24
MTU_MC69_RDBFL25 0xF0065592          MC 69 Read Data and Bit Flip Register 25
MTU_MC69_RDBFL26 0xF0065594          MC 69 Read Data and Bit Flip Register 26
MTU_MC69_RDBFL27 0xF0065596          MC 69 Read Data and Bit Flip Register 27
MTU_MC69_RDBFL28 0xF0065598          MC 69 Read Data and Bit Flip Register 28
MTU_MC69_RDBFL29 0xF006559A          MC 69 Read Data and Bit Flip Register 29
MTU_MC69_RDBFL30 0xF006559C          MC 69 Read Data and Bit Flip Register 30
MTU_MC69_RDBFL31 0xF006559E          MC 69 Read Data and Bit Flip Register 31
MTU_MC69_RDBFL32 0xF00655A0          MC 69 Read Data and Bit Flip Register 32
MTU_MC69_RDBFL33 0xF00655A2          MC 69 Read Data and Bit Flip Register 33
MTU_MC69_RDBFL34 0xF00655A4          MC 69 Read Data and Bit Flip Register 34
MTU_MC69_RDBFL35 0xF00655A6          MC 69 Read Data and Bit Flip Register 35
MTU_MC69_RDBFL36 0xF00655A8          MC 69 Read Data and Bit Flip Register 36
MTU_MC69_RDBFL37 0xF00655AA          MC 69 Read Data and Bit Flip Register 37
MTU_MC69_RDBFL38 0xF00655AC          MC 69 Read Data and Bit Flip Register 38
MTU_MC69_RDBFL39 0xF00655AE          MC 69 Read Data and Bit Flip Register 39
MTU_MC69_RDBFL40 0xF00655B0          MC 69 Read Data and Bit Flip Register 40
MTU_MC69_RDBFL41 0xF00655B2          MC 69 Read Data and Bit Flip Register 41
MTU_MC69_RDBFL42 0xF00655B4          MC 69 Read Data and Bit Flip Register 42
MTU_MC69_RDBFL43 0xF00655B6          MC 69 Read Data and Bit Flip Register 43
MTU_MC69_RDBFL44 0xF00655B8          MC 69 Read Data and Bit Flip Register 44
MTU_MC69_RDBFL45 0xF00655BA          MC 69 Read Data and Bit Flip Register 45
MTU_MC69_RDBFL46 0xF00655BC          MC 69 Read Data and Bit Flip Register 46
MTU_MC69_RDBFL47 0xF00655BE          MC 69 Read Data and Bit Flip Register 47
MTU_MC69_RDBFL48 0xF00655C0          MC 69 Read Data and Bit Flip Register 48
MTU_MC69_RDBFL49 0xF00655C2          MC 69 Read Data and Bit Flip Register 49
MTU_MC69_RDBFL50 0xF00655C4          MC 69 Read Data and Bit Flip Register 50
MTU_MC69_RDBFL51 0xF00655C6          MC 69 Read Data and Bit Flip Register 51
MTU_MC69_RDBFL52 0xF00655C8          MC 69 Read Data and Bit Flip Register 52
MTU_MC69_RDBFL53 0xF00655CA          MC 69 Read Data and Bit Flip Register 53
MTU_MC69_RDBFL54 0xF00655CC          MC 69 Read Data and Bit Flip Register 54
MTU_MC69_RDBFL55 0xF00655CE          MC 69 Read Data and Bit Flip Register 55
MTU_MC69_RDBFL56 0xF00655D0          MC 69 Read Data and Bit Flip Register 56
MTU_MC69_RDBFL57 0xF00655D2          MC 69 Read Data and Bit Flip Register 57
MTU_MC69_RDBFL58 0xF00655D4          MC 69 Read Data and Bit Flip Register 58
MTU_MC69_RDBFL59 0xF00655D6          MC 69 Read Data and Bit Flip Register 59
MTU_MC69_RDBFL60 0xF00655D8          MC 69 Read Data and Bit Flip Register 60
MTU_MC69_RDBFL61 0xF00655DA          MC 69 Read Data and Bit Flip Register 61
MTU_MC69_RDBFL62 0xF00655DC          MC 69 Read Data and Bit Flip Register 62
MTU_MC69_RDBFL63 0xF00655DE          MC 69 Read Data and Bit Flip Register 63
MTU_MC69_RDBFL64 0xF00655E0          MC 69 Read Data and Bit Flip Register 64
MTU_MC69_RDBFL65 0xF00655E2          MC 69 Read Data and Bit Flip Register 65
MTU_MC69_RDBFL66 0xF00655E4          MC 69 Read Data and Bit Flip Register 66
MTU_MC69_ALMSRCS 0xF00655EE          MC 69 Alarm Sources Configuration Register
MTU_MC69_FAULTSTS 0xF00655F0          MC 69 SSH Safety Faults Status Register
MTU_MC69_ERRINFO0 0xF00655F2          MC 69 Error Information Register 0
MTU_MC69_ERRINFO1 0xF00655F4          MC 69 Error Information Register 1
MTU_MC69_ERRINFO2 0xF00655F6          MC 69 Error Information Register 2
MTU_MC69_ERRINFO3 0xF00655F8          MC 69 Error Information Register 3
MTU_MC69_ERRINFO4 0xF00655FA          MC 69 Error Information Register 4
MTU_MC70_CONFIG0 0xF0065600          MC 70 Configuration Register 0
MTU_MC70_CONFIG1 0xF0065602          MC 70 Configuration Register 1
MTU_MC70_MCONTROL 0xF0065604          MC 70 MBIST Control Register
MTU_MC70_MSTATUS 0xF0065606          MC 70 Status Register
MTU_MC70_RANGE  0xF0065608          MC 70 Range Register, single address mode
MTU_MC70_REVID  0xF006560C          MC 70 Revision ID Register
MTU_MC70_ECCS   0xF006560E          MC 70 ECC Safety Register
MTU_MC70_ECCD   0xF0065610          MC 70 Memory ECC Detection Register
MTU_MC70_ETRR0  0xF0065612          MC 70 Error Tracking Register 0
MTU_MC70_ETRR1  0xF0065614          MC 70 Error Tracking Register 1
MTU_MC70_ETRR2  0xF0065616          MC 70 Error Tracking Register 2
MTU_MC70_ETRR3  0xF0065618          MC 70 Error Tracking Register 3
MTU_MC70_ETRR4  0xF006561A          MC 70 Error Tracking Register 4
MTU_MC70_RDBFL0 0xF0065660          MC 70 Read Data and Bit Flip Register 0
MTU_MC70_RDBFL1 0xF0065662          MC 70 Read Data and Bit Flip Register 1
MTU_MC70_RDBFL2 0xF0065664          MC 70 Read Data and Bit Flip Register 2
MTU_MC70_RDBFL3 0xF0065666          MC 70 Read Data and Bit Flip Register 3
MTU_MC70_RDBFL4 0xF0065668          MC 70 Read Data and Bit Flip Register 4
MTU_MC70_RDBFL5 0xF006566A          MC 70 Read Data and Bit Flip Register 5
MTU_MC70_RDBFL6 0xF006566C          MC 70 Read Data and Bit Flip Register 6
MTU_MC70_RDBFL7 0xF006566E          MC 70 Read Data and Bit Flip Register 7
MTU_MC70_RDBFL8 0xF0065670          MC 70 Read Data and Bit Flip Register 8
MTU_MC70_RDBFL9 0xF0065672          MC 70 Read Data and Bit Flip Register 9
MTU_MC70_RDBFL10 0xF0065674          MC 70 Read Data and Bit Flip Register 10
MTU_MC70_RDBFL11 0xF0065676          MC 70 Read Data and Bit Flip Register 11
MTU_MC70_RDBFL12 0xF0065678          MC 70 Read Data and Bit Flip Register 12
MTU_MC70_RDBFL13 0xF006567A          MC 70 Read Data and Bit Flip Register 13
MTU_MC70_RDBFL14 0xF006567C          MC 70 Read Data and Bit Flip Register 14
MTU_MC70_RDBFL15 0xF006567E          MC 70 Read Data and Bit Flip Register 15
MTU_MC70_RDBFL16 0xF0065680          MC 70 Read Data and Bit Flip Register 16
MTU_MC70_RDBFL17 0xF0065682          MC 70 Read Data and Bit Flip Register 17
MTU_MC70_RDBFL18 0xF0065684          MC 70 Read Data and Bit Flip Register 18
MTU_MC70_RDBFL19 0xF0065686          MC 70 Read Data and Bit Flip Register 19
MTU_MC70_RDBFL20 0xF0065688          MC 70 Read Data and Bit Flip Register 20
MTU_MC70_RDBFL21 0xF006568A          MC 70 Read Data and Bit Flip Register 21
MTU_MC70_RDBFL22 0xF006568C          MC 70 Read Data and Bit Flip Register 22
MTU_MC70_RDBFL23 0xF006568E          MC 70 Read Data and Bit Flip Register 23
MTU_MC70_RDBFL24 0xF0065690          MC 70 Read Data and Bit Flip Register 24
MTU_MC70_RDBFL25 0xF0065692          MC 70 Read Data and Bit Flip Register 25
MTU_MC70_RDBFL26 0xF0065694          MC 70 Read Data and Bit Flip Register 26
MTU_MC70_RDBFL27 0xF0065696          MC 70 Read Data and Bit Flip Register 27
MTU_MC70_RDBFL28 0xF0065698          MC 70 Read Data and Bit Flip Register 28
MTU_MC70_RDBFL29 0xF006569A          MC 70 Read Data and Bit Flip Register 29
MTU_MC70_RDBFL30 0xF006569C          MC 70 Read Data and Bit Flip Register 30
MTU_MC70_RDBFL31 0xF006569E          MC 70 Read Data and Bit Flip Register 31
MTU_MC70_RDBFL32 0xF00656A0          MC 70 Read Data and Bit Flip Register 32
MTU_MC70_RDBFL33 0xF00656A2          MC 70 Read Data and Bit Flip Register 33
MTU_MC70_RDBFL34 0xF00656A4          MC 70 Read Data and Bit Flip Register 34
MTU_MC70_RDBFL35 0xF00656A6          MC 70 Read Data and Bit Flip Register 35
MTU_MC70_RDBFL36 0xF00656A8          MC 70 Read Data and Bit Flip Register 36
MTU_MC70_RDBFL37 0xF00656AA          MC 70 Read Data and Bit Flip Register 37
MTU_MC70_RDBFL38 0xF00656AC          MC 70 Read Data and Bit Flip Register 38
MTU_MC70_RDBFL39 0xF00656AE          MC 70 Read Data and Bit Flip Register 39
MTU_MC70_RDBFL40 0xF00656B0          MC 70 Read Data and Bit Flip Register 40
MTU_MC70_RDBFL41 0xF00656B2          MC 70 Read Data and Bit Flip Register 41
MTU_MC70_RDBFL42 0xF00656B4          MC 70 Read Data and Bit Flip Register 42
MTU_MC70_RDBFL43 0xF00656B6          MC 70 Read Data and Bit Flip Register 43
MTU_MC70_RDBFL44 0xF00656B8          MC 70 Read Data and Bit Flip Register 44
MTU_MC70_RDBFL45 0xF00656BA          MC 70 Read Data and Bit Flip Register 45
MTU_MC70_RDBFL46 0xF00656BC          MC 70 Read Data and Bit Flip Register 46
MTU_MC70_RDBFL47 0xF00656BE          MC 70 Read Data and Bit Flip Register 47
MTU_MC70_RDBFL48 0xF00656C0          MC 70 Read Data and Bit Flip Register 48
MTU_MC70_RDBFL49 0xF00656C2          MC 70 Read Data and Bit Flip Register 49
MTU_MC70_RDBFL50 0xF00656C4          MC 70 Read Data and Bit Flip Register 50
MTU_MC70_RDBFL51 0xF00656C6          MC 70 Read Data and Bit Flip Register 51
MTU_MC70_RDBFL52 0xF00656C8          MC 70 Read Data and Bit Flip Register 52
MTU_MC70_RDBFL53 0xF00656CA          MC 70 Read Data and Bit Flip Register 53
MTU_MC70_RDBFL54 0xF00656CC          MC 70 Read Data and Bit Flip Register 54
MTU_MC70_RDBFL55 0xF00656CE          MC 70 Read Data and Bit Flip Register 55
MTU_MC70_RDBFL56 0xF00656D0          MC 70 Read Data and Bit Flip Register 56
MTU_MC70_RDBFL57 0xF00656D2          MC 70 Read Data and Bit Flip Register 57
MTU_MC70_RDBFL58 0xF00656D4          MC 70 Read Data and Bit Flip Register 58
MTU_MC70_RDBFL59 0xF00656D6          MC 70 Read Data and Bit Flip Register 59
MTU_MC70_RDBFL60 0xF00656D8          MC 70 Read Data and Bit Flip Register 60
MTU_MC70_RDBFL61 0xF00656DA          MC 70 Read Data and Bit Flip Register 61
MTU_MC70_RDBFL62 0xF00656DC          MC 70 Read Data and Bit Flip Register 62
MTU_MC70_RDBFL63 0xF00656DE          MC 70 Read Data and Bit Flip Register 63
MTU_MC70_RDBFL64 0xF00656E0          MC 70 Read Data and Bit Flip Register 64
MTU_MC70_RDBFL65 0xF00656E2          MC 70 Read Data and Bit Flip Register 65
MTU_MC70_RDBFL66 0xF00656E4          MC 70 Read Data and Bit Flip Register 66
MTU_MC70_ALMSRCS 0xF00656EE          MC 70 Alarm Sources Configuration Register
MTU_MC70_FAULTSTS 0xF00656F0          MC 70 SSH Safety Faults Status Register
MTU_MC70_ERRINFO0 0xF00656F2          MC 70 Error Information Register 0
MTU_MC70_ERRINFO1 0xF00656F4          MC 70 Error Information Register 1
MTU_MC70_ERRINFO2 0xF00656F6          MC 70 Error Information Register 2
MTU_MC70_ERRINFO3 0xF00656F8          MC 70 Error Information Register 3
MTU_MC70_ERRINFO4 0xF00656FA          MC 70 Error Information Register 4
MTU_MC71_CONFIG0 0xF0065700          MC 71 Configuration Register 0
MTU_MC71_CONFIG1 0xF0065702          MC 71 Configuration Register 1
MTU_MC71_MCONTROL 0xF0065704          MC 71 MBIST Control Register
MTU_MC71_MSTATUS 0xF0065706          MC 71 Status Register
MTU_MC71_RANGE  0xF0065708          MC 71 Range Register, single address mode
MTU_MC71_REVID  0xF006570C          MC 71 Revision ID Register
MTU_MC71_ECCS   0xF006570E          MC 71 ECC Safety Register
MTU_MC71_ECCD   0xF0065710          MC 71 Memory ECC Detection Register
MTU_MC71_ETRR0  0xF0065712          MC 71 Error Tracking Register 0
MTU_MC71_ETRR1  0xF0065714          MC 71 Error Tracking Register 1
MTU_MC71_ETRR2  0xF0065716          MC 71 Error Tracking Register 2
MTU_MC71_ETRR3  0xF0065718          MC 71 Error Tracking Register 3
MTU_MC71_ETRR4  0xF006571A          MC 71 Error Tracking Register 4
MTU_MC71_RDBFL0 0xF0065760          MC 71 Read Data and Bit Flip Register 0
MTU_MC71_RDBFL1 0xF0065762          MC 71 Read Data and Bit Flip Register 1
MTU_MC71_RDBFL2 0xF0065764          MC 71 Read Data and Bit Flip Register 2
MTU_MC71_RDBFL3 0xF0065766          MC 71 Read Data and Bit Flip Register 3
MTU_MC71_RDBFL4 0xF0065768          MC 71 Read Data and Bit Flip Register 4
MTU_MC71_RDBFL5 0xF006576A          MC 71 Read Data and Bit Flip Register 5
MTU_MC71_RDBFL6 0xF006576C          MC 71 Read Data and Bit Flip Register 6
MTU_MC71_RDBFL7 0xF006576E          MC 71 Read Data and Bit Flip Register 7
MTU_MC71_RDBFL8 0xF0065770          MC 71 Read Data and Bit Flip Register 8
MTU_MC71_RDBFL9 0xF0065772          MC 71 Read Data and Bit Flip Register 9
MTU_MC71_RDBFL10 0xF0065774          MC 71 Read Data and Bit Flip Register 10
MTU_MC71_RDBFL11 0xF0065776          MC 71 Read Data and Bit Flip Register 11
MTU_MC71_RDBFL12 0xF0065778          MC 71 Read Data and Bit Flip Register 12
MTU_MC71_RDBFL13 0xF006577A          MC 71 Read Data and Bit Flip Register 13
MTU_MC71_RDBFL14 0xF006577C          MC 71 Read Data and Bit Flip Register 14
MTU_MC71_RDBFL15 0xF006577E          MC 71 Read Data and Bit Flip Register 15
MTU_MC71_RDBFL16 0xF0065780          MC 71 Read Data and Bit Flip Register 16
MTU_MC71_RDBFL17 0xF0065782          MC 71 Read Data and Bit Flip Register 17
MTU_MC71_RDBFL18 0xF0065784          MC 71 Read Data and Bit Flip Register 18
MTU_MC71_RDBFL19 0xF0065786          MC 71 Read Data and Bit Flip Register 19
MTU_MC71_RDBFL20 0xF0065788          MC 71 Read Data and Bit Flip Register 20
MTU_MC71_RDBFL21 0xF006578A          MC 71 Read Data and Bit Flip Register 21
MTU_MC71_RDBFL22 0xF006578C          MC 71 Read Data and Bit Flip Register 22
MTU_MC71_RDBFL23 0xF006578E          MC 71 Read Data and Bit Flip Register 23
MTU_MC71_RDBFL24 0xF0065790          MC 71 Read Data and Bit Flip Register 24
MTU_MC71_RDBFL25 0xF0065792          MC 71 Read Data and Bit Flip Register 25
MTU_MC71_RDBFL26 0xF0065794          MC 71 Read Data and Bit Flip Register 26
MTU_MC71_RDBFL27 0xF0065796          MC 71 Read Data and Bit Flip Register 27
MTU_MC71_RDBFL28 0xF0065798          MC 71 Read Data and Bit Flip Register 28
MTU_MC71_RDBFL29 0xF006579A          MC 71 Read Data and Bit Flip Register 29
MTU_MC71_RDBFL30 0xF006579C          MC 71 Read Data and Bit Flip Register 30
MTU_MC71_RDBFL31 0xF006579E          MC 71 Read Data and Bit Flip Register 31
MTU_MC71_RDBFL32 0xF00657A0          MC 71 Read Data and Bit Flip Register 32
MTU_MC71_RDBFL33 0xF00657A2          MC 71 Read Data and Bit Flip Register 33
MTU_MC71_RDBFL34 0xF00657A4          MC 71 Read Data and Bit Flip Register 34
MTU_MC71_RDBFL35 0xF00657A6          MC 71 Read Data and Bit Flip Register 35
MTU_MC71_RDBFL36 0xF00657A8          MC 71 Read Data and Bit Flip Register 36
MTU_MC71_RDBFL37 0xF00657AA          MC 71 Read Data and Bit Flip Register 37
MTU_MC71_RDBFL38 0xF00657AC          MC 71 Read Data and Bit Flip Register 38
MTU_MC71_RDBFL39 0xF00657AE          MC 71 Read Data and Bit Flip Register 39
MTU_MC71_RDBFL40 0xF00657B0          MC 71 Read Data and Bit Flip Register 40
MTU_MC71_RDBFL41 0xF00657B2          MC 71 Read Data and Bit Flip Register 41
MTU_MC71_RDBFL42 0xF00657B4          MC 71 Read Data and Bit Flip Register 42
MTU_MC71_RDBFL43 0xF00657B6          MC 71 Read Data and Bit Flip Register 43
MTU_MC71_RDBFL44 0xF00657B8          MC 71 Read Data and Bit Flip Register 44
MTU_MC71_RDBFL45 0xF00657BA          MC 71 Read Data and Bit Flip Register 45
MTU_MC71_RDBFL46 0xF00657BC          MC 71 Read Data and Bit Flip Register 46
MTU_MC71_RDBFL47 0xF00657BE          MC 71 Read Data and Bit Flip Register 47
MTU_MC71_RDBFL48 0xF00657C0          MC 71 Read Data and Bit Flip Register 48
MTU_MC71_RDBFL49 0xF00657C2          MC 71 Read Data and Bit Flip Register 49
MTU_MC71_RDBFL50 0xF00657C4          MC 71 Read Data and Bit Flip Register 50
MTU_MC71_RDBFL51 0xF00657C6          MC 71 Read Data and Bit Flip Register 51
MTU_MC71_RDBFL52 0xF00657C8          MC 71 Read Data and Bit Flip Register 52
MTU_MC71_RDBFL53 0xF00657CA          MC 71 Read Data and Bit Flip Register 53
MTU_MC71_RDBFL54 0xF00657CC          MC 71 Read Data and Bit Flip Register 54
MTU_MC71_RDBFL55 0xF00657CE          MC 71 Read Data and Bit Flip Register 55
MTU_MC71_RDBFL56 0xF00657D0          MC 71 Read Data and Bit Flip Register 56
MTU_MC71_RDBFL57 0xF00657D2          MC 71 Read Data and Bit Flip Register 57
MTU_MC71_RDBFL58 0xF00657D4          MC 71 Read Data and Bit Flip Register 58
MTU_MC71_RDBFL59 0xF00657D6          MC 71 Read Data and Bit Flip Register 59
MTU_MC71_RDBFL60 0xF00657D8          MC 71 Read Data and Bit Flip Register 60
MTU_MC71_RDBFL61 0xF00657DA          MC 71 Read Data and Bit Flip Register 61
MTU_MC71_RDBFL62 0xF00657DC          MC 71 Read Data and Bit Flip Register 62
MTU_MC71_RDBFL63 0xF00657DE          MC 71 Read Data and Bit Flip Register 63
MTU_MC71_RDBFL64 0xF00657E0          MC 71 Read Data and Bit Flip Register 64
MTU_MC71_RDBFL65 0xF00657E2          MC 71 Read Data and Bit Flip Register 65
MTU_MC71_RDBFL66 0xF00657E4          MC 71 Read Data and Bit Flip Register 66
MTU_MC71_ALMSRCS 0xF00657EE          MC 71 Alarm Sources Configuration Register
MTU_MC71_FAULTSTS 0xF00657F0          MC 71 SSH Safety Faults Status Register
MTU_MC71_ERRINFO0 0xF00657F2          MC 71 Error Information Register 0
MTU_MC71_ERRINFO1 0xF00657F4          MC 71 Error Information Register 1
MTU_MC71_ERRINFO2 0xF00657F6          MC 71 Error Information Register 2
MTU_MC71_ERRINFO3 0xF00657F8          MC 71 Error Information Register 3
MTU_MC71_ERRINFO4 0xF00657FA          MC 71 Error Information Register 4
MTU_MC72_CONFIG0 0xF0065800          MC 72 Configuration Register 0
MTU_MC72_CONFIG1 0xF0065802          MC 72 Configuration Register 1
MTU_MC72_MCONTROL 0xF0065804          MC 72 MBIST Control Register
MTU_MC72_MSTATUS 0xF0065806          MC 72 Status Register
MTU_MC72_RANGE  0xF0065808          MC 72 Range Register, single address mode
MTU_MC72_REVID  0xF006580C          MC 72 Revision ID Register
MTU_MC72_ECCS   0xF006580E          MC 72 ECC Safety Register
MTU_MC72_ECCD   0xF0065810          MC 72 Memory ECC Detection Register
MTU_MC72_ETRR0  0xF0065812          MC 72 Error Tracking Register 0
MTU_MC72_ETRR1  0xF0065814          MC 72 Error Tracking Register 1
MTU_MC72_ETRR2  0xF0065816          MC 72 Error Tracking Register 2
MTU_MC72_ETRR3  0xF0065818          MC 72 Error Tracking Register 3
MTU_MC72_ETRR4  0xF006581A          MC 72 Error Tracking Register 4
MTU_MC72_RDBFL0 0xF0065860          MC 72 Read Data and Bit Flip Register 0
MTU_MC72_RDBFL1 0xF0065862          MC 72 Read Data and Bit Flip Register 1
MTU_MC72_RDBFL2 0xF0065864          MC 72 Read Data and Bit Flip Register 2
MTU_MC72_RDBFL3 0xF0065866          MC 72 Read Data and Bit Flip Register 3
MTU_MC72_RDBFL4 0xF0065868          MC 72 Read Data and Bit Flip Register 4
MTU_MC72_RDBFL5 0xF006586A          MC 72 Read Data and Bit Flip Register 5
MTU_MC72_RDBFL6 0xF006586C          MC 72 Read Data and Bit Flip Register 6
MTU_MC72_RDBFL7 0xF006586E          MC 72 Read Data and Bit Flip Register 7
MTU_MC72_RDBFL8 0xF0065870          MC 72 Read Data and Bit Flip Register 8
MTU_MC72_RDBFL9 0xF0065872          MC 72 Read Data and Bit Flip Register 9
MTU_MC72_RDBFL10 0xF0065874          MC 72 Read Data and Bit Flip Register 10
MTU_MC72_RDBFL11 0xF0065876          MC 72 Read Data and Bit Flip Register 11
MTU_MC72_RDBFL12 0xF0065878          MC 72 Read Data and Bit Flip Register 12
MTU_MC72_RDBFL13 0xF006587A          MC 72 Read Data and Bit Flip Register 13
MTU_MC72_RDBFL14 0xF006587C          MC 72 Read Data and Bit Flip Register 14
MTU_MC72_RDBFL15 0xF006587E          MC 72 Read Data and Bit Flip Register 15
MTU_MC72_RDBFL16 0xF0065880          MC 72 Read Data and Bit Flip Register 16
MTU_MC72_RDBFL17 0xF0065882          MC 72 Read Data and Bit Flip Register 17
MTU_MC72_RDBFL18 0xF0065884          MC 72 Read Data and Bit Flip Register 18
MTU_MC72_RDBFL19 0xF0065886          MC 72 Read Data and Bit Flip Register 19
MTU_MC72_RDBFL20 0xF0065888          MC 72 Read Data and Bit Flip Register 20
MTU_MC72_RDBFL21 0xF006588A          MC 72 Read Data and Bit Flip Register 21
MTU_MC72_RDBFL22 0xF006588C          MC 72 Read Data and Bit Flip Register 22
MTU_MC72_RDBFL23 0xF006588E          MC 72 Read Data and Bit Flip Register 23
MTU_MC72_RDBFL24 0xF0065890          MC 72 Read Data and Bit Flip Register 24
MTU_MC72_RDBFL25 0xF0065892          MC 72 Read Data and Bit Flip Register 25
MTU_MC72_RDBFL26 0xF0065894          MC 72 Read Data and Bit Flip Register 26
MTU_MC72_RDBFL27 0xF0065896          MC 72 Read Data and Bit Flip Register 27
MTU_MC72_RDBFL28 0xF0065898          MC 72 Read Data and Bit Flip Register 28
MTU_MC72_RDBFL29 0xF006589A          MC 72 Read Data and Bit Flip Register 29
MTU_MC72_RDBFL30 0xF006589C          MC 72 Read Data and Bit Flip Register 30
MTU_MC72_RDBFL31 0xF006589E          MC 72 Read Data and Bit Flip Register 31
MTU_MC72_RDBFL32 0xF00658A0          MC 72 Read Data and Bit Flip Register 32
MTU_MC72_RDBFL33 0xF00658A2          MC 72 Read Data and Bit Flip Register 33
MTU_MC72_RDBFL34 0xF00658A4          MC 72 Read Data and Bit Flip Register 34
MTU_MC72_RDBFL35 0xF00658A6          MC 72 Read Data and Bit Flip Register 35
MTU_MC72_RDBFL36 0xF00658A8          MC 72 Read Data and Bit Flip Register 36
MTU_MC72_RDBFL37 0xF00658AA          MC 72 Read Data and Bit Flip Register 37
MTU_MC72_RDBFL38 0xF00658AC          MC 72 Read Data and Bit Flip Register 38
MTU_MC72_RDBFL39 0xF00658AE          MC 72 Read Data and Bit Flip Register 39
MTU_MC72_RDBFL40 0xF00658B0          MC 72 Read Data and Bit Flip Register 40
MTU_MC72_RDBFL41 0xF00658B2          MC 72 Read Data and Bit Flip Register 41
MTU_MC72_RDBFL42 0xF00658B4          MC 72 Read Data and Bit Flip Register 42
MTU_MC72_RDBFL43 0xF00658B6          MC 72 Read Data and Bit Flip Register 43
MTU_MC72_RDBFL44 0xF00658B8          MC 72 Read Data and Bit Flip Register 44
MTU_MC72_RDBFL45 0xF00658BA          MC 72 Read Data and Bit Flip Register 45
MTU_MC72_RDBFL46 0xF00658BC          MC 72 Read Data and Bit Flip Register 46
MTU_MC72_RDBFL47 0xF00658BE          MC 72 Read Data and Bit Flip Register 47
MTU_MC72_RDBFL48 0xF00658C0          MC 72 Read Data and Bit Flip Register 48
MTU_MC72_RDBFL49 0xF00658C2          MC 72 Read Data and Bit Flip Register 49
MTU_MC72_RDBFL50 0xF00658C4          MC 72 Read Data and Bit Flip Register 50
MTU_MC72_RDBFL51 0xF00658C6          MC 72 Read Data and Bit Flip Register 51
MTU_MC72_RDBFL52 0xF00658C8          MC 72 Read Data and Bit Flip Register 52
MTU_MC72_RDBFL53 0xF00658CA          MC 72 Read Data and Bit Flip Register 53
MTU_MC72_RDBFL54 0xF00658CC          MC 72 Read Data and Bit Flip Register 54
MTU_MC72_RDBFL55 0xF00658CE          MC 72 Read Data and Bit Flip Register 55
MTU_MC72_RDBFL56 0xF00658D0          MC 72 Read Data and Bit Flip Register 56
MTU_MC72_RDBFL57 0xF00658D2          MC 72 Read Data and Bit Flip Register 57
MTU_MC72_RDBFL58 0xF00658D4          MC 72 Read Data and Bit Flip Register 58
MTU_MC72_RDBFL59 0xF00658D6          MC 72 Read Data and Bit Flip Register 59
MTU_MC72_RDBFL60 0xF00658D8          MC 72 Read Data and Bit Flip Register 60
MTU_MC72_RDBFL61 0xF00658DA          MC 72 Read Data and Bit Flip Register 61
MTU_MC72_RDBFL62 0xF00658DC          MC 72 Read Data and Bit Flip Register 62
MTU_MC72_RDBFL63 0xF00658DE          MC 72 Read Data and Bit Flip Register 63
MTU_MC72_RDBFL64 0xF00658E0          MC 72 Read Data and Bit Flip Register 64
MTU_MC72_RDBFL65 0xF00658E2          MC 72 Read Data and Bit Flip Register 65
MTU_MC72_RDBFL66 0xF00658E4          MC 72 Read Data and Bit Flip Register 66
MTU_MC72_ALMSRCS 0xF00658EE          MC 72 Alarm Sources Configuration Register
MTU_MC72_FAULTSTS 0xF00658F0          MC 72 SSH Safety Faults Status Register
MTU_MC72_ERRINFO0 0xF00658F2          MC 72 Error Information Register 0
MTU_MC72_ERRINFO1 0xF00658F4          MC 72 Error Information Register 1
MTU_MC72_ERRINFO2 0xF00658F6          MC 72 Error Information Register 2
MTU_MC72_ERRINFO3 0xF00658F8          MC 72 Error Information Register 3
MTU_MC72_ERRINFO4 0xF00658FA          MC 72 Error Information Register 4
MTU_MC73_CONFIG0 0xF0065900          MC 73 Configuration Register 0
MTU_MC73_CONFIG1 0xF0065902          MC 73 Configuration Register 1
MTU_MC73_MCONTROL 0xF0065904          MC 73 MBIST Control Register
MTU_MC73_MSTATUS 0xF0065906          MC 73 Status Register
MTU_MC73_RANGE  0xF0065908          MC 73 Range Register, single address mode
MTU_MC73_REVID  0xF006590C          MC 73 Revision ID Register
MTU_MC73_ECCS   0xF006590E          MC 73 ECC Safety Register
MTU_MC73_ECCD   0xF0065910          MC 73 Memory ECC Detection Register
MTU_MC73_ETRR0  0xF0065912          MC 73 Error Tracking Register 0
MTU_MC73_ETRR1  0xF0065914          MC 73 Error Tracking Register 1
MTU_MC73_ETRR2  0xF0065916          MC 73 Error Tracking Register 2
MTU_MC73_ETRR3  0xF0065918          MC 73 Error Tracking Register 3
MTU_MC73_ETRR4  0xF006591A          MC 73 Error Tracking Register 4
MTU_MC73_RDBFL0 0xF0065960          MC 73 Read Data and Bit Flip Register 0
MTU_MC73_RDBFL1 0xF0065962          MC 73 Read Data and Bit Flip Register 1
MTU_MC73_RDBFL2 0xF0065964          MC 73 Read Data and Bit Flip Register 2
MTU_MC73_RDBFL3 0xF0065966          MC 73 Read Data and Bit Flip Register 3
MTU_MC73_RDBFL4 0xF0065968          MC 73 Read Data and Bit Flip Register 4
MTU_MC73_RDBFL5 0xF006596A          MC 73 Read Data and Bit Flip Register 5
MTU_MC73_RDBFL6 0xF006596C          MC 73 Read Data and Bit Flip Register 6
MTU_MC73_RDBFL7 0xF006596E          MC 73 Read Data and Bit Flip Register 7
MTU_MC73_RDBFL8 0xF0065970          MC 73 Read Data and Bit Flip Register 8
MTU_MC73_RDBFL9 0xF0065972          MC 73 Read Data and Bit Flip Register 9
MTU_MC73_RDBFL10 0xF0065974          MC 73 Read Data and Bit Flip Register 10
MTU_MC73_RDBFL11 0xF0065976          MC 73 Read Data and Bit Flip Register 11
MTU_MC73_RDBFL12 0xF0065978          MC 73 Read Data and Bit Flip Register 12
MTU_MC73_RDBFL13 0xF006597A          MC 73 Read Data and Bit Flip Register 13
MTU_MC73_RDBFL14 0xF006597C          MC 73 Read Data and Bit Flip Register 14
MTU_MC73_RDBFL15 0xF006597E          MC 73 Read Data and Bit Flip Register 15
MTU_MC73_RDBFL16 0xF0065980          MC 73 Read Data and Bit Flip Register 16
MTU_MC73_RDBFL17 0xF0065982          MC 73 Read Data and Bit Flip Register 17
MTU_MC73_RDBFL18 0xF0065984          MC 73 Read Data and Bit Flip Register 18
MTU_MC73_RDBFL19 0xF0065986          MC 73 Read Data and Bit Flip Register 19
MTU_MC73_RDBFL20 0xF0065988          MC 73 Read Data and Bit Flip Register 20
MTU_MC73_RDBFL21 0xF006598A          MC 73 Read Data and Bit Flip Register 21
MTU_MC73_RDBFL22 0xF006598C          MC 73 Read Data and Bit Flip Register 22
MTU_MC73_RDBFL23 0xF006598E          MC 73 Read Data and Bit Flip Register 23
MTU_MC73_RDBFL24 0xF0065990          MC 73 Read Data and Bit Flip Register 24
MTU_MC73_RDBFL25 0xF0065992          MC 73 Read Data and Bit Flip Register 25
MTU_MC73_RDBFL26 0xF0065994          MC 73 Read Data and Bit Flip Register 26
MTU_MC73_RDBFL27 0xF0065996          MC 73 Read Data and Bit Flip Register 27
MTU_MC73_RDBFL28 0xF0065998          MC 73 Read Data and Bit Flip Register 28
MTU_MC73_RDBFL29 0xF006599A          MC 73 Read Data and Bit Flip Register 29
MTU_MC73_RDBFL30 0xF006599C          MC 73 Read Data and Bit Flip Register 30
MTU_MC73_RDBFL31 0xF006599E          MC 73 Read Data and Bit Flip Register 31
MTU_MC73_RDBFL32 0xF00659A0          MC 73 Read Data and Bit Flip Register 32
MTU_MC73_RDBFL33 0xF00659A2          MC 73 Read Data and Bit Flip Register 33
MTU_MC73_RDBFL34 0xF00659A4          MC 73 Read Data and Bit Flip Register 34
MTU_MC73_RDBFL35 0xF00659A6          MC 73 Read Data and Bit Flip Register 35
MTU_MC73_RDBFL36 0xF00659A8          MC 73 Read Data and Bit Flip Register 36
MTU_MC73_RDBFL37 0xF00659AA          MC 73 Read Data and Bit Flip Register 37
MTU_MC73_RDBFL38 0xF00659AC          MC 73 Read Data and Bit Flip Register 38
MTU_MC73_RDBFL39 0xF00659AE          MC 73 Read Data and Bit Flip Register 39
MTU_MC73_RDBFL40 0xF00659B0          MC 73 Read Data and Bit Flip Register 40
MTU_MC73_RDBFL41 0xF00659B2          MC 73 Read Data and Bit Flip Register 41
MTU_MC73_RDBFL42 0xF00659B4          MC 73 Read Data and Bit Flip Register 42
MTU_MC73_RDBFL43 0xF00659B6          MC 73 Read Data and Bit Flip Register 43
MTU_MC73_RDBFL44 0xF00659B8          MC 73 Read Data and Bit Flip Register 44
MTU_MC73_RDBFL45 0xF00659BA          MC 73 Read Data and Bit Flip Register 45
MTU_MC73_RDBFL46 0xF00659BC          MC 73 Read Data and Bit Flip Register 46
MTU_MC73_RDBFL47 0xF00659BE          MC 73 Read Data and Bit Flip Register 47
MTU_MC73_RDBFL48 0xF00659C0          MC 73 Read Data and Bit Flip Register 48
MTU_MC73_RDBFL49 0xF00659C2          MC 73 Read Data and Bit Flip Register 49
MTU_MC73_RDBFL50 0xF00659C4          MC 73 Read Data and Bit Flip Register 50
MTU_MC73_RDBFL51 0xF00659C6          MC 73 Read Data and Bit Flip Register 51
MTU_MC73_RDBFL52 0xF00659C8          MC 73 Read Data and Bit Flip Register 52
MTU_MC73_RDBFL53 0xF00659CA          MC 73 Read Data and Bit Flip Register 53
MTU_MC73_RDBFL54 0xF00659CC          MC 73 Read Data and Bit Flip Register 54
MTU_MC73_RDBFL55 0xF00659CE          MC 73 Read Data and Bit Flip Register 55
MTU_MC73_RDBFL56 0xF00659D0          MC 73 Read Data and Bit Flip Register 56
MTU_MC73_RDBFL57 0xF00659D2          MC 73 Read Data and Bit Flip Register 57
MTU_MC73_RDBFL58 0xF00659D4          MC 73 Read Data and Bit Flip Register 58
MTU_MC73_RDBFL59 0xF00659D6          MC 73 Read Data and Bit Flip Register 59
MTU_MC73_RDBFL60 0xF00659D8          MC 73 Read Data and Bit Flip Register 60
MTU_MC73_RDBFL61 0xF00659DA          MC 73 Read Data and Bit Flip Register 61
MTU_MC73_RDBFL62 0xF00659DC          MC 73 Read Data and Bit Flip Register 62
MTU_MC73_RDBFL63 0xF00659DE          MC 73 Read Data and Bit Flip Register 63
MTU_MC73_RDBFL64 0xF00659E0          MC 73 Read Data and Bit Flip Register 64
MTU_MC73_RDBFL65 0xF00659E2          MC 73 Read Data and Bit Flip Register 65
MTU_MC73_RDBFL66 0xF00659E4          MC 73 Read Data and Bit Flip Register 66
MTU_MC73_ALMSRCS 0xF00659EE          MC 73 Alarm Sources Configuration Register
MTU_MC73_FAULTSTS 0xF00659F0          MC 73 SSH Safety Faults Status Register
MTU_MC73_ERRINFO0 0xF00659F2          MC 73 Error Information Register 0
MTU_MC73_ERRINFO1 0xF00659F4          MC 73 Error Information Register 1
MTU_MC73_ERRINFO2 0xF00659F6          MC 73 Error Information Register 2
MTU_MC73_ERRINFO3 0xF00659F8          MC 73 Error Information Register 3
MTU_MC73_ERRINFO4 0xF00659FA          MC 73 Error Information Register 4
MTU_MC74_CONFIG0 0xF0065A00          MC 74 Configuration Register 0
MTU_MC74_CONFIG1 0xF0065A02          MC 74 Configuration Register 1
MTU_MC74_MCONTROL 0xF0065A04          MC 74 MBIST Control Register
MTU_MC74_MSTATUS 0xF0065A06          MC 74 Status Register
MTU_MC74_RANGE  0xF0065A08          MC 74 Range Register, single address mode
MTU_MC74_REVID  0xF0065A0C          MC 74 Revision ID Register
MTU_MC74_ECCS   0xF0065A0E          MC 74 ECC Safety Register
MTU_MC74_ECCD   0xF0065A10          MC 74 Memory ECC Detection Register
MTU_MC74_ETRR0  0xF0065A12          MC 74 Error Tracking Register 0
MTU_MC74_ETRR1  0xF0065A14          MC 74 Error Tracking Register 1
MTU_MC74_ETRR2  0xF0065A16          MC 74 Error Tracking Register 2
MTU_MC74_ETRR3  0xF0065A18          MC 74 Error Tracking Register 3
MTU_MC74_ETRR4  0xF0065A1A          MC 74 Error Tracking Register 4
MTU_MC74_RDBFL0 0xF0065A60          MC 74 Read Data and Bit Flip Register 0
MTU_MC74_RDBFL1 0xF0065A62          MC 74 Read Data and Bit Flip Register 1
MTU_MC74_RDBFL2 0xF0065A64          MC 74 Read Data and Bit Flip Register 2
MTU_MC74_RDBFL3 0xF0065A66          MC 74 Read Data and Bit Flip Register 3
MTU_MC74_RDBFL4 0xF0065A68          MC 74 Read Data and Bit Flip Register 4
MTU_MC74_RDBFL5 0xF0065A6A          MC 74 Read Data and Bit Flip Register 5
MTU_MC74_RDBFL6 0xF0065A6C          MC 74 Read Data and Bit Flip Register 6
MTU_MC74_RDBFL7 0xF0065A6E          MC 74 Read Data and Bit Flip Register 7
MTU_MC74_RDBFL8 0xF0065A70          MC 74 Read Data and Bit Flip Register 8
MTU_MC74_RDBFL9 0xF0065A72          MC 74 Read Data and Bit Flip Register 9
MTU_MC74_RDBFL10 0xF0065A74          MC 74 Read Data and Bit Flip Register 10
MTU_MC74_RDBFL11 0xF0065A76          MC 74 Read Data and Bit Flip Register 11
MTU_MC74_RDBFL12 0xF0065A78          MC 74 Read Data and Bit Flip Register 12
MTU_MC74_RDBFL13 0xF0065A7A          MC 74 Read Data and Bit Flip Register 13
MTU_MC74_RDBFL14 0xF0065A7C          MC 74 Read Data and Bit Flip Register 14
MTU_MC74_RDBFL15 0xF0065A7E          MC 74 Read Data and Bit Flip Register 15
MTU_MC74_RDBFL16 0xF0065A80          MC 74 Read Data and Bit Flip Register 16
MTU_MC74_RDBFL17 0xF0065A82          MC 74 Read Data and Bit Flip Register 17
MTU_MC74_RDBFL18 0xF0065A84          MC 74 Read Data and Bit Flip Register 18
MTU_MC74_RDBFL19 0xF0065A86          MC 74 Read Data and Bit Flip Register 19
MTU_MC74_RDBFL20 0xF0065A88          MC 74 Read Data and Bit Flip Register 20
MTU_MC74_RDBFL21 0xF0065A8A          MC 74 Read Data and Bit Flip Register 21
MTU_MC74_RDBFL22 0xF0065A8C          MC 74 Read Data and Bit Flip Register 22
MTU_MC74_RDBFL23 0xF0065A8E          MC 74 Read Data and Bit Flip Register 23
MTU_MC74_RDBFL24 0xF0065A90          MC 74 Read Data and Bit Flip Register 24
MTU_MC74_RDBFL25 0xF0065A92          MC 74 Read Data and Bit Flip Register 25
MTU_MC74_RDBFL26 0xF0065A94          MC 74 Read Data and Bit Flip Register 26
MTU_MC74_RDBFL27 0xF0065A96          MC 74 Read Data and Bit Flip Register 27
MTU_MC74_RDBFL28 0xF0065A98          MC 74 Read Data and Bit Flip Register 28
MTU_MC74_RDBFL29 0xF0065A9A          MC 74 Read Data and Bit Flip Register 29
MTU_MC74_RDBFL30 0xF0065A9C          MC 74 Read Data and Bit Flip Register 30
MTU_MC74_RDBFL31 0xF0065A9E          MC 74 Read Data and Bit Flip Register 31
MTU_MC74_RDBFL32 0xF0065AA0          MC 74 Read Data and Bit Flip Register 32
MTU_MC74_RDBFL33 0xF0065AA2          MC 74 Read Data and Bit Flip Register 33
MTU_MC74_RDBFL34 0xF0065AA4          MC 74 Read Data and Bit Flip Register 34
MTU_MC74_RDBFL35 0xF0065AA6          MC 74 Read Data and Bit Flip Register 35
MTU_MC74_RDBFL36 0xF0065AA8          MC 74 Read Data and Bit Flip Register 36
MTU_MC74_RDBFL37 0xF0065AAA          MC 74 Read Data and Bit Flip Register 37
MTU_MC74_RDBFL38 0xF0065AAC          MC 74 Read Data and Bit Flip Register 38
MTU_MC74_RDBFL39 0xF0065AAE          MC 74 Read Data and Bit Flip Register 39
MTU_MC74_RDBFL40 0xF0065AB0          MC 74 Read Data and Bit Flip Register 40
MTU_MC74_RDBFL41 0xF0065AB2          MC 74 Read Data and Bit Flip Register 41
MTU_MC74_RDBFL42 0xF0065AB4          MC 74 Read Data and Bit Flip Register 42
MTU_MC74_RDBFL43 0xF0065AB6          MC 74 Read Data and Bit Flip Register 43
MTU_MC74_RDBFL44 0xF0065AB8          MC 74 Read Data and Bit Flip Register 44
MTU_MC74_RDBFL45 0xF0065ABA          MC 74 Read Data and Bit Flip Register 45
MTU_MC74_RDBFL46 0xF0065ABC          MC 74 Read Data and Bit Flip Register 46
MTU_MC74_RDBFL47 0xF0065ABE          MC 74 Read Data and Bit Flip Register 47
MTU_MC74_RDBFL48 0xF0065AC0          MC 74 Read Data and Bit Flip Register 48
MTU_MC74_RDBFL49 0xF0065AC2          MC 74 Read Data and Bit Flip Register 49
MTU_MC74_RDBFL50 0xF0065AC4          MC 74 Read Data and Bit Flip Register 50
MTU_MC74_RDBFL51 0xF0065AC6          MC 74 Read Data and Bit Flip Register 51
MTU_MC74_RDBFL52 0xF0065AC8          MC 74 Read Data and Bit Flip Register 52
MTU_MC74_RDBFL53 0xF0065ACA          MC 74 Read Data and Bit Flip Register 53
MTU_MC74_RDBFL54 0xF0065ACC          MC 74 Read Data and Bit Flip Register 54
MTU_MC74_RDBFL55 0xF0065ACE          MC 74 Read Data and Bit Flip Register 55
MTU_MC74_RDBFL56 0xF0065AD0          MC 74 Read Data and Bit Flip Register 56
MTU_MC74_RDBFL57 0xF0065AD2          MC 74 Read Data and Bit Flip Register 57
MTU_MC74_RDBFL58 0xF0065AD4          MC 74 Read Data and Bit Flip Register 58
MTU_MC74_RDBFL59 0xF0065AD6          MC 74 Read Data and Bit Flip Register 59
MTU_MC74_RDBFL60 0xF0065AD8          MC 74 Read Data and Bit Flip Register 60
MTU_MC74_RDBFL61 0xF0065ADA          MC 74 Read Data and Bit Flip Register 61
MTU_MC74_RDBFL62 0xF0065ADC          MC 74 Read Data and Bit Flip Register 62
MTU_MC74_RDBFL63 0xF0065ADE          MC 74 Read Data and Bit Flip Register 63
MTU_MC74_RDBFL64 0xF0065AE0          MC 74 Read Data and Bit Flip Register 64
MTU_MC74_RDBFL65 0xF0065AE2          MC 74 Read Data and Bit Flip Register 65
MTU_MC74_RDBFL66 0xF0065AE4          MC 74 Read Data and Bit Flip Register 66
MTU_MC74_ALMSRCS 0xF0065AEE          MC 74 Alarm Sources Configuration Register
MTU_MC74_FAULTSTS 0xF0065AF0          MC 74 SSH Safety Faults Status Register
MTU_MC74_ERRINFO0 0xF0065AF2          MC 74 Error Information Register 0
MTU_MC74_ERRINFO1 0xF0065AF4          MC 74 Error Information Register 1
MTU_MC74_ERRINFO2 0xF0065AF6          MC 74 Error Information Register 2
MTU_MC74_ERRINFO3 0xF0065AF8          MC 74 Error Information Register 3
MTU_MC74_ERRINFO4 0xF0065AFA          MC 74 Error Information Register 4
MTU_MC75_CONFIG0 0xF0065B00          MC 75 Configuration Register 0
MTU_MC75_CONFIG1 0xF0065B02          MC 75 Configuration Register 1
MTU_MC75_MCONTROL 0xF0065B04          MC 75 MBIST Control Register
MTU_MC75_MSTATUS 0xF0065B06          MC 75 Status Register
MTU_MC75_RANGE  0xF0065B08          MC 75 Range Register, single address mode
MTU_MC75_REVID  0xF0065B0C          MC 75 Revision ID Register
MTU_MC75_ECCS   0xF0065B0E          MC 75 ECC Safety Register
MTU_MC75_ECCD   0xF0065B10          MC 75 Memory ECC Detection Register
MTU_MC75_ETRR0  0xF0065B12          MC 75 Error Tracking Register 0
MTU_MC75_ETRR1  0xF0065B14          MC 75 Error Tracking Register 1
MTU_MC75_ETRR2  0xF0065B16          MC 75 Error Tracking Register 2
MTU_MC75_ETRR3  0xF0065B18          MC 75 Error Tracking Register 3
MTU_MC75_ETRR4  0xF0065B1A          MC 75 Error Tracking Register 4
MTU_MC75_RDBFL0 0xF0065B60          MC 75 Read Data and Bit Flip Register 0
MTU_MC75_RDBFL1 0xF0065B62          MC 75 Read Data and Bit Flip Register 1
MTU_MC75_RDBFL2 0xF0065B64          MC 75 Read Data and Bit Flip Register 2
MTU_MC75_RDBFL3 0xF0065B66          MC 75 Read Data and Bit Flip Register 3
MTU_MC75_RDBFL4 0xF0065B68          MC 75 Read Data and Bit Flip Register 4
MTU_MC75_RDBFL5 0xF0065B6A          MC 75 Read Data and Bit Flip Register 5
MTU_MC75_RDBFL6 0xF0065B6C          MC 75 Read Data and Bit Flip Register 6
MTU_MC75_RDBFL7 0xF0065B6E          MC 75 Read Data and Bit Flip Register 7
MTU_MC75_RDBFL8 0xF0065B70          MC 75 Read Data and Bit Flip Register 8
MTU_MC75_RDBFL9 0xF0065B72          MC 75 Read Data and Bit Flip Register 9
MTU_MC75_RDBFL10 0xF0065B74          MC 75 Read Data and Bit Flip Register 10
MTU_MC75_RDBFL11 0xF0065B76          MC 75 Read Data and Bit Flip Register 11
MTU_MC75_RDBFL12 0xF0065B78          MC 75 Read Data and Bit Flip Register 12
MTU_MC75_RDBFL13 0xF0065B7A          MC 75 Read Data and Bit Flip Register 13
MTU_MC75_RDBFL14 0xF0065B7C          MC 75 Read Data and Bit Flip Register 14
MTU_MC75_RDBFL15 0xF0065B7E          MC 75 Read Data and Bit Flip Register 15
MTU_MC75_RDBFL16 0xF0065B80          MC 75 Read Data and Bit Flip Register 16
MTU_MC75_RDBFL17 0xF0065B82          MC 75 Read Data and Bit Flip Register 17
MTU_MC75_RDBFL18 0xF0065B84          MC 75 Read Data and Bit Flip Register 18
MTU_MC75_RDBFL19 0xF0065B86          MC 75 Read Data and Bit Flip Register 19
MTU_MC75_RDBFL20 0xF0065B88          MC 75 Read Data and Bit Flip Register 20
MTU_MC75_RDBFL21 0xF0065B8A          MC 75 Read Data and Bit Flip Register 21
MTU_MC75_RDBFL22 0xF0065B8C          MC 75 Read Data and Bit Flip Register 22
MTU_MC75_RDBFL23 0xF0065B8E          MC 75 Read Data and Bit Flip Register 23
MTU_MC75_RDBFL24 0xF0065B90          MC 75 Read Data and Bit Flip Register 24
MTU_MC75_RDBFL25 0xF0065B92          MC 75 Read Data and Bit Flip Register 25
MTU_MC75_RDBFL26 0xF0065B94          MC 75 Read Data and Bit Flip Register 26
MTU_MC75_RDBFL27 0xF0065B96          MC 75 Read Data and Bit Flip Register 27
MTU_MC75_RDBFL28 0xF0065B98          MC 75 Read Data and Bit Flip Register 28
MTU_MC75_RDBFL29 0xF0065B9A          MC 75 Read Data and Bit Flip Register 29
MTU_MC75_RDBFL30 0xF0065B9C          MC 75 Read Data and Bit Flip Register 30
MTU_MC75_RDBFL31 0xF0065B9E          MC 75 Read Data and Bit Flip Register 31
MTU_MC75_RDBFL32 0xF0065BA0          MC 75 Read Data and Bit Flip Register 32
MTU_MC75_RDBFL33 0xF0065BA2          MC 75 Read Data and Bit Flip Register 33
MTU_MC75_RDBFL34 0xF0065BA4          MC 75 Read Data and Bit Flip Register 34
MTU_MC75_RDBFL35 0xF0065BA6          MC 75 Read Data and Bit Flip Register 35
MTU_MC75_RDBFL36 0xF0065BA8          MC 75 Read Data and Bit Flip Register 36
MTU_MC75_RDBFL37 0xF0065BAA          MC 75 Read Data and Bit Flip Register 37
MTU_MC75_RDBFL38 0xF0065BAC          MC 75 Read Data and Bit Flip Register 38
MTU_MC75_RDBFL39 0xF0065BAE          MC 75 Read Data and Bit Flip Register 39
MTU_MC75_RDBFL40 0xF0065BB0          MC 75 Read Data and Bit Flip Register 40
MTU_MC75_RDBFL41 0xF0065BB2          MC 75 Read Data and Bit Flip Register 41
MTU_MC75_RDBFL42 0xF0065BB4          MC 75 Read Data and Bit Flip Register 42
MTU_MC75_RDBFL43 0xF0065BB6          MC 75 Read Data and Bit Flip Register 43
MTU_MC75_RDBFL44 0xF0065BB8          MC 75 Read Data and Bit Flip Register 44
MTU_MC75_RDBFL45 0xF0065BBA          MC 75 Read Data and Bit Flip Register 45
MTU_MC75_RDBFL46 0xF0065BBC          MC 75 Read Data and Bit Flip Register 46
MTU_MC75_RDBFL47 0xF0065BBE          MC 75 Read Data and Bit Flip Register 47
MTU_MC75_RDBFL48 0xF0065BC0          MC 75 Read Data and Bit Flip Register 48
MTU_MC75_RDBFL49 0xF0065BC2          MC 75 Read Data and Bit Flip Register 49
MTU_MC75_RDBFL50 0xF0065BC4          MC 75 Read Data and Bit Flip Register 50
MTU_MC75_RDBFL51 0xF0065BC6          MC 75 Read Data and Bit Flip Register 51
MTU_MC75_RDBFL52 0xF0065BC8          MC 75 Read Data and Bit Flip Register 52
MTU_MC75_RDBFL53 0xF0065BCA          MC 75 Read Data and Bit Flip Register 53
MTU_MC75_RDBFL54 0xF0065BCC          MC 75 Read Data and Bit Flip Register 54
MTU_MC75_RDBFL55 0xF0065BCE          MC 75 Read Data and Bit Flip Register 55
MTU_MC75_RDBFL56 0xF0065BD0          MC 75 Read Data and Bit Flip Register 56
MTU_MC75_RDBFL57 0xF0065BD2          MC 75 Read Data and Bit Flip Register 57
MTU_MC75_RDBFL58 0xF0065BD4          MC 75 Read Data and Bit Flip Register 58
MTU_MC75_RDBFL59 0xF0065BD6          MC 75 Read Data and Bit Flip Register 59
MTU_MC75_RDBFL60 0xF0065BD8          MC 75 Read Data and Bit Flip Register 60
MTU_MC75_RDBFL61 0xF0065BDA          MC 75 Read Data and Bit Flip Register 61
MTU_MC75_RDBFL62 0xF0065BDC          MC 75 Read Data and Bit Flip Register 62
MTU_MC75_RDBFL63 0xF0065BDE          MC 75 Read Data and Bit Flip Register 63
MTU_MC75_RDBFL64 0xF0065BE0          MC 75 Read Data and Bit Flip Register 64
MTU_MC75_RDBFL65 0xF0065BE2          MC 75 Read Data and Bit Flip Register 65
MTU_MC75_RDBFL66 0xF0065BE4          MC 75 Read Data and Bit Flip Register 66
MTU_MC75_ALMSRCS 0xF0065BEE          MC 75 Alarm Sources Configuration Register
MTU_MC75_FAULTSTS 0xF0065BF0          MC 75 SSH Safety Faults Status Register
MTU_MC75_ERRINFO0 0xF0065BF2          MC 75 Error Information Register 0
MTU_MC75_ERRINFO1 0xF0065BF4          MC 75 Error Information Register 1
MTU_MC75_ERRINFO2 0xF0065BF6          MC 75 Error Information Register 2
MTU_MC75_ERRINFO3 0xF0065BF8          MC 75 Error Information Register 3
MTU_MC75_ERRINFO4 0xF0065BFA          MC 75 Error Information Register 4
MTU_MC76_CONFIG0 0xF0065C00          MC 76 Configuration Register 0
MTU_MC76_CONFIG1 0xF0065C02          MC 76 Configuration Register 1
MTU_MC76_MCONTROL 0xF0065C04          MC 76 MBIST Control Register
MTU_MC76_MSTATUS 0xF0065C06          MC 76 Status Register
MTU_MC76_RANGE  0xF0065C08          MC 76 Range Register, single address mode
MTU_MC76_REVID  0xF0065C0C          MC 76 Revision ID Register
MTU_MC76_ECCS   0xF0065C0E          MC 76 ECC Safety Register
MTU_MC76_ECCD   0xF0065C10          MC 76 Memory ECC Detection Register
MTU_MC76_ETRR0  0xF0065C12          MC 76 Error Tracking Register 0
MTU_MC76_ETRR1  0xF0065C14          MC 76 Error Tracking Register 1
MTU_MC76_ETRR2  0xF0065C16          MC 76 Error Tracking Register 2
MTU_MC76_ETRR3  0xF0065C18          MC 76 Error Tracking Register 3
MTU_MC76_ETRR4  0xF0065C1A          MC 76 Error Tracking Register 4
MTU_MC76_RDBFL0 0xF0065C60          MC 76 Read Data and Bit Flip Register 0
MTU_MC76_RDBFL1 0xF0065C62          MC 76 Read Data and Bit Flip Register 1
MTU_MC76_RDBFL2 0xF0065C64          MC 76 Read Data and Bit Flip Register 2
MTU_MC76_RDBFL3 0xF0065C66          MC 76 Read Data and Bit Flip Register 3
MTU_MC76_RDBFL4 0xF0065C68          MC 76 Read Data and Bit Flip Register 4
MTU_MC76_RDBFL5 0xF0065C6A          MC 76 Read Data and Bit Flip Register 5
MTU_MC76_RDBFL6 0xF0065C6C          MC 76 Read Data and Bit Flip Register 6
MTU_MC76_RDBFL7 0xF0065C6E          MC 76 Read Data and Bit Flip Register 7
MTU_MC76_RDBFL8 0xF0065C70          MC 76 Read Data and Bit Flip Register 8
MTU_MC76_RDBFL9 0xF0065C72          MC 76 Read Data and Bit Flip Register 9
MTU_MC76_RDBFL10 0xF0065C74          MC 76 Read Data and Bit Flip Register 10
MTU_MC76_RDBFL11 0xF0065C76          MC 76 Read Data and Bit Flip Register 11
MTU_MC76_RDBFL12 0xF0065C78          MC 76 Read Data and Bit Flip Register 12
MTU_MC76_RDBFL13 0xF0065C7A          MC 76 Read Data and Bit Flip Register 13
MTU_MC76_RDBFL14 0xF0065C7C          MC 76 Read Data and Bit Flip Register 14
MTU_MC76_RDBFL15 0xF0065C7E          MC 76 Read Data and Bit Flip Register 15
MTU_MC76_RDBFL16 0xF0065C80          MC 76 Read Data and Bit Flip Register 16
MTU_MC76_RDBFL17 0xF0065C82          MC 76 Read Data and Bit Flip Register 17
MTU_MC76_RDBFL18 0xF0065C84          MC 76 Read Data and Bit Flip Register 18
MTU_MC76_RDBFL19 0xF0065C86          MC 76 Read Data and Bit Flip Register 19
MTU_MC76_RDBFL20 0xF0065C88          MC 76 Read Data and Bit Flip Register 20
MTU_MC76_RDBFL21 0xF0065C8A          MC 76 Read Data and Bit Flip Register 21
MTU_MC76_RDBFL22 0xF0065C8C          MC 76 Read Data and Bit Flip Register 22
MTU_MC76_RDBFL23 0xF0065C8E          MC 76 Read Data and Bit Flip Register 23
MTU_MC76_RDBFL24 0xF0065C90          MC 76 Read Data and Bit Flip Register 24
MTU_MC76_RDBFL25 0xF0065C92          MC 76 Read Data and Bit Flip Register 25
MTU_MC76_RDBFL26 0xF0065C94          MC 76 Read Data and Bit Flip Register 26
MTU_MC76_RDBFL27 0xF0065C96          MC 76 Read Data and Bit Flip Register 27
MTU_MC76_RDBFL28 0xF0065C98          MC 76 Read Data and Bit Flip Register 28
MTU_MC76_RDBFL29 0xF0065C9A          MC 76 Read Data and Bit Flip Register 29
MTU_MC76_RDBFL30 0xF0065C9C          MC 76 Read Data and Bit Flip Register 30
MTU_MC76_RDBFL31 0xF0065C9E          MC 76 Read Data and Bit Flip Register 31
MTU_MC76_RDBFL32 0xF0065CA0          MC 76 Read Data and Bit Flip Register 32
MTU_MC76_RDBFL33 0xF0065CA2          MC 76 Read Data and Bit Flip Register 33
MTU_MC76_RDBFL34 0xF0065CA4          MC 76 Read Data and Bit Flip Register 34
MTU_MC76_RDBFL35 0xF0065CA6          MC 76 Read Data and Bit Flip Register 35
MTU_MC76_RDBFL36 0xF0065CA8          MC 76 Read Data and Bit Flip Register 36
MTU_MC76_RDBFL37 0xF0065CAA          MC 76 Read Data and Bit Flip Register 37
MTU_MC76_RDBFL38 0xF0065CAC          MC 76 Read Data and Bit Flip Register 38
MTU_MC76_RDBFL39 0xF0065CAE          MC 76 Read Data and Bit Flip Register 39
MTU_MC76_RDBFL40 0xF0065CB0          MC 76 Read Data and Bit Flip Register 40
MTU_MC76_RDBFL41 0xF0065CB2          MC 76 Read Data and Bit Flip Register 41
MTU_MC76_RDBFL42 0xF0065CB4          MC 76 Read Data and Bit Flip Register 42
MTU_MC76_RDBFL43 0xF0065CB6          MC 76 Read Data and Bit Flip Register 43
MTU_MC76_RDBFL44 0xF0065CB8          MC 76 Read Data and Bit Flip Register 44
MTU_MC76_RDBFL45 0xF0065CBA          MC 76 Read Data and Bit Flip Register 45
MTU_MC76_RDBFL46 0xF0065CBC          MC 76 Read Data and Bit Flip Register 46
MTU_MC76_RDBFL47 0xF0065CBE          MC 76 Read Data and Bit Flip Register 47
MTU_MC76_RDBFL48 0xF0065CC0          MC 76 Read Data and Bit Flip Register 48
MTU_MC76_RDBFL49 0xF0065CC2          MC 76 Read Data and Bit Flip Register 49
MTU_MC76_RDBFL50 0xF0065CC4          MC 76 Read Data and Bit Flip Register 50
MTU_MC76_RDBFL51 0xF0065CC6          MC 76 Read Data and Bit Flip Register 51
MTU_MC76_RDBFL52 0xF0065CC8          MC 76 Read Data and Bit Flip Register 52
MTU_MC76_RDBFL53 0xF0065CCA          MC 76 Read Data and Bit Flip Register 53
MTU_MC76_RDBFL54 0xF0065CCC          MC 76 Read Data and Bit Flip Register 54
MTU_MC76_RDBFL55 0xF0065CCE          MC 76 Read Data and Bit Flip Register 55
MTU_MC76_RDBFL56 0xF0065CD0          MC 76 Read Data and Bit Flip Register 56
MTU_MC76_RDBFL57 0xF0065CD2          MC 76 Read Data and Bit Flip Register 57
MTU_MC76_RDBFL58 0xF0065CD4          MC 76 Read Data and Bit Flip Register 58
MTU_MC76_RDBFL59 0xF0065CD6          MC 76 Read Data and Bit Flip Register 59
MTU_MC76_RDBFL60 0xF0065CD8          MC 76 Read Data and Bit Flip Register 60
MTU_MC76_RDBFL61 0xF0065CDA          MC 76 Read Data and Bit Flip Register 61
MTU_MC76_RDBFL62 0xF0065CDC          MC 76 Read Data and Bit Flip Register 62
MTU_MC76_RDBFL63 0xF0065CDE          MC 76 Read Data and Bit Flip Register 63
MTU_MC76_RDBFL64 0xF0065CE0          MC 76 Read Data and Bit Flip Register 64
MTU_MC76_RDBFL65 0xF0065CE2          MC 76 Read Data and Bit Flip Register 65
MTU_MC76_RDBFL66 0xF0065CE4          MC 76 Read Data and Bit Flip Register 66
MTU_MC76_ALMSRCS 0xF0065CEE          MC 76 Alarm Sources Configuration Register
MTU_MC76_FAULTSTS 0xF0065CF0          MC 76 SSH Safety Faults Status Register
MTU_MC76_ERRINFO0 0xF0065CF2          MC 76 Error Information Register 0
MTU_MC76_ERRINFO1 0xF0065CF4          MC 76 Error Information Register 1
MTU_MC76_ERRINFO2 0xF0065CF6          MC 76 Error Information Register 2
MTU_MC76_ERRINFO3 0xF0065CF8          MC 76 Error Information Register 3
MTU_MC76_ERRINFO4 0xF0065CFA          MC 76 Error Information Register 4
MTU_MC77_CONFIG0 0xF0065D00          MC 77 Configuration Register 0
MTU_MC77_CONFIG1 0xF0065D02          MC 77 Configuration Register 1
MTU_MC77_MCONTROL 0xF0065D04          MC 77 MBIST Control Register
MTU_MC77_MSTATUS 0xF0065D06          MC 77 Status Register
MTU_MC77_RANGE  0xF0065D08          MC 77 Range Register, single address mode
MTU_MC77_REVID  0xF0065D0C          MC 77 Revision ID Register
MTU_MC77_ECCS   0xF0065D0E          MC 77 ECC Safety Register
MTU_MC77_ECCD   0xF0065D10          MC 77 Memory ECC Detection Register
MTU_MC77_ETRR0  0xF0065D12          MC 77 Error Tracking Register 0
MTU_MC77_ETRR1  0xF0065D14          MC 77 Error Tracking Register 1
MTU_MC77_ETRR2  0xF0065D16          MC 77 Error Tracking Register 2
MTU_MC77_ETRR3  0xF0065D18          MC 77 Error Tracking Register 3
MTU_MC77_ETRR4  0xF0065D1A          MC 77 Error Tracking Register 4
MTU_MC77_RDBFL0 0xF0065D60          MC 77 Read Data and Bit Flip Register 0
MTU_MC77_RDBFL1 0xF0065D62          MC 77 Read Data and Bit Flip Register 1
MTU_MC77_RDBFL2 0xF0065D64          MC 77 Read Data and Bit Flip Register 2
MTU_MC77_RDBFL3 0xF0065D66          MC 77 Read Data and Bit Flip Register 3
MTU_MC77_RDBFL4 0xF0065D68          MC 77 Read Data and Bit Flip Register 4
MTU_MC77_RDBFL5 0xF0065D6A          MC 77 Read Data and Bit Flip Register 5
MTU_MC77_RDBFL6 0xF0065D6C          MC 77 Read Data and Bit Flip Register 6
MTU_MC77_RDBFL7 0xF0065D6E          MC 77 Read Data and Bit Flip Register 7
MTU_MC77_RDBFL8 0xF0065D70          MC 77 Read Data and Bit Flip Register 8
MTU_MC77_RDBFL9 0xF0065D72          MC 77 Read Data and Bit Flip Register 9
MTU_MC77_RDBFL10 0xF0065D74          MC 77 Read Data and Bit Flip Register 10
MTU_MC77_RDBFL11 0xF0065D76          MC 77 Read Data and Bit Flip Register 11
MTU_MC77_RDBFL12 0xF0065D78          MC 77 Read Data and Bit Flip Register 12
MTU_MC77_RDBFL13 0xF0065D7A          MC 77 Read Data and Bit Flip Register 13
MTU_MC77_RDBFL14 0xF0065D7C          MC 77 Read Data and Bit Flip Register 14
MTU_MC77_RDBFL15 0xF0065D7E          MC 77 Read Data and Bit Flip Register 15
MTU_MC77_RDBFL16 0xF0065D80          MC 77 Read Data and Bit Flip Register 16
MTU_MC77_RDBFL17 0xF0065D82          MC 77 Read Data and Bit Flip Register 17
MTU_MC77_RDBFL18 0xF0065D84          MC 77 Read Data and Bit Flip Register 18
MTU_MC77_RDBFL19 0xF0065D86          MC 77 Read Data and Bit Flip Register 19
MTU_MC77_RDBFL20 0xF0065D88          MC 77 Read Data and Bit Flip Register 20
MTU_MC77_RDBFL21 0xF0065D8A          MC 77 Read Data and Bit Flip Register 21
MTU_MC77_RDBFL22 0xF0065D8C          MC 77 Read Data and Bit Flip Register 22
MTU_MC77_RDBFL23 0xF0065D8E          MC 77 Read Data and Bit Flip Register 23
MTU_MC77_RDBFL24 0xF0065D90          MC 77 Read Data and Bit Flip Register 24
MTU_MC77_RDBFL25 0xF0065D92          MC 77 Read Data and Bit Flip Register 25
MTU_MC77_RDBFL26 0xF0065D94          MC 77 Read Data and Bit Flip Register 26
MTU_MC77_RDBFL27 0xF0065D96          MC 77 Read Data and Bit Flip Register 27
MTU_MC77_RDBFL28 0xF0065D98          MC 77 Read Data and Bit Flip Register 28
MTU_MC77_RDBFL29 0xF0065D9A          MC 77 Read Data and Bit Flip Register 29
MTU_MC77_RDBFL30 0xF0065D9C          MC 77 Read Data and Bit Flip Register 30
MTU_MC77_RDBFL31 0xF0065D9E          MC 77 Read Data and Bit Flip Register 31
MTU_MC77_RDBFL32 0xF0065DA0          MC 77 Read Data and Bit Flip Register 32
MTU_MC77_RDBFL33 0xF0065DA2          MC 77 Read Data and Bit Flip Register 33
MTU_MC77_RDBFL34 0xF0065DA4          MC 77 Read Data and Bit Flip Register 34
MTU_MC77_RDBFL35 0xF0065DA6          MC 77 Read Data and Bit Flip Register 35
MTU_MC77_RDBFL36 0xF0065DA8          MC 77 Read Data and Bit Flip Register 36
MTU_MC77_RDBFL37 0xF0065DAA          MC 77 Read Data and Bit Flip Register 37
MTU_MC77_RDBFL38 0xF0065DAC          MC 77 Read Data and Bit Flip Register 38
MTU_MC77_RDBFL39 0xF0065DAE          MC 77 Read Data and Bit Flip Register 39
MTU_MC77_RDBFL40 0xF0065DB0          MC 77 Read Data and Bit Flip Register 40
MTU_MC77_RDBFL41 0xF0065DB2          MC 77 Read Data and Bit Flip Register 41
MTU_MC77_RDBFL42 0xF0065DB4          MC 77 Read Data and Bit Flip Register 42
MTU_MC77_RDBFL43 0xF0065DB6          MC 77 Read Data and Bit Flip Register 43
MTU_MC77_RDBFL44 0xF0065DB8          MC 77 Read Data and Bit Flip Register 44
MTU_MC77_RDBFL45 0xF0065DBA          MC 77 Read Data and Bit Flip Register 45
MTU_MC77_RDBFL46 0xF0065DBC          MC 77 Read Data and Bit Flip Register 46
MTU_MC77_RDBFL47 0xF0065DBE          MC 77 Read Data and Bit Flip Register 47
MTU_MC77_RDBFL48 0xF0065DC0          MC 77 Read Data and Bit Flip Register 48
MTU_MC77_RDBFL49 0xF0065DC2          MC 77 Read Data and Bit Flip Register 49
MTU_MC77_RDBFL50 0xF0065DC4          MC 77 Read Data and Bit Flip Register 50
MTU_MC77_RDBFL51 0xF0065DC6          MC 77 Read Data and Bit Flip Register 51
MTU_MC77_RDBFL52 0xF0065DC8          MC 77 Read Data and Bit Flip Register 52
MTU_MC77_RDBFL53 0xF0065DCA          MC 77 Read Data and Bit Flip Register 53
MTU_MC77_RDBFL54 0xF0065DCC          MC 77 Read Data and Bit Flip Register 54
MTU_MC77_RDBFL55 0xF0065DCE          MC 77 Read Data and Bit Flip Register 55
MTU_MC77_RDBFL56 0xF0065DD0          MC 77 Read Data and Bit Flip Register 56
MTU_MC77_RDBFL57 0xF0065DD2          MC 77 Read Data and Bit Flip Register 57
MTU_MC77_RDBFL58 0xF0065DD4          MC 77 Read Data and Bit Flip Register 58
MTU_MC77_RDBFL59 0xF0065DD6          MC 77 Read Data and Bit Flip Register 59
MTU_MC77_RDBFL60 0xF0065DD8          MC 77 Read Data and Bit Flip Register 60
MTU_MC77_RDBFL61 0xF0065DDA          MC 77 Read Data and Bit Flip Register 61
MTU_MC77_RDBFL62 0xF0065DDC          MC 77 Read Data and Bit Flip Register 62
MTU_MC77_RDBFL63 0xF0065DDE          MC 77 Read Data and Bit Flip Register 63
MTU_MC77_RDBFL64 0xF0065DE0          MC 77 Read Data and Bit Flip Register 64
MTU_MC77_RDBFL65 0xF0065DE2          MC 77 Read Data and Bit Flip Register 65
MTU_MC77_RDBFL66 0xF0065DE4          MC 77 Read Data and Bit Flip Register 66
MTU_MC77_ALMSRCS 0xF0065DEE          MC 77 Alarm Sources Configuration Register
MTU_MC77_FAULTSTS 0xF0065DF0          MC 77 SSH Safety Faults Status Register
MTU_MC77_ERRINFO0 0xF0065DF2          MC 77 Error Information Register 0
MTU_MC77_ERRINFO1 0xF0065DF4          MC 77 Error Information Register 1
MTU_MC77_ERRINFO2 0xF0065DF6          MC 77 Error Information Register 2
MTU_MC77_ERRINFO3 0xF0065DF8          MC 77 Error Information Register 3
MTU_MC77_ERRINFO4 0xF0065DFA          MC 77 Error Information Register 4
MTU_MC78_CONFIG0 0xF0065E00          MC 78 Configuration Register 0
MTU_MC78_CONFIG1 0xF0065E02          MC 78 Configuration Register 1
MTU_MC78_MCONTROL 0xF0065E04          MC 78 MBIST Control Register
MTU_MC78_MSTATUS 0xF0065E06          MC 78 Status Register
MTU_MC78_RANGE  0xF0065E08          MC 78 Range Register, single address mode
MTU_MC78_REVID  0xF0065E0C          MC 78 Revision ID Register
MTU_MC78_ECCS   0xF0065E0E          MC 78 ECC Safety Register
MTU_MC78_ECCD   0xF0065E10          MC 78 Memory ECC Detection Register
MTU_MC78_ETRR0  0xF0065E12          MC 78 Error Tracking Register 0
MTU_MC78_ETRR1  0xF0065E14          MC 78 Error Tracking Register 1
MTU_MC78_ETRR2  0xF0065E16          MC 78 Error Tracking Register 2
MTU_MC78_ETRR3  0xF0065E18          MC 78 Error Tracking Register 3
MTU_MC78_ETRR4  0xF0065E1A          MC 78 Error Tracking Register 4
MTU_MC78_RDBFL0 0xF0065E60          MC 78 Read Data and Bit Flip Register 0
MTU_MC78_RDBFL1 0xF0065E62          MC 78 Read Data and Bit Flip Register 1
MTU_MC78_RDBFL2 0xF0065E64          MC 78 Read Data and Bit Flip Register 2
MTU_MC78_RDBFL3 0xF0065E66          MC 78 Read Data and Bit Flip Register 3
MTU_MC78_RDBFL4 0xF0065E68          MC 78 Read Data and Bit Flip Register 4
MTU_MC78_RDBFL5 0xF0065E6A          MC 78 Read Data and Bit Flip Register 5
MTU_MC78_RDBFL6 0xF0065E6C          MC 78 Read Data and Bit Flip Register 6
MTU_MC78_RDBFL7 0xF0065E6E          MC 78 Read Data and Bit Flip Register 7
MTU_MC78_RDBFL8 0xF0065E70          MC 78 Read Data and Bit Flip Register 8
MTU_MC78_RDBFL9 0xF0065E72          MC 78 Read Data and Bit Flip Register 9
MTU_MC78_RDBFL10 0xF0065E74          MC 78 Read Data and Bit Flip Register 10
MTU_MC78_RDBFL11 0xF0065E76          MC 78 Read Data and Bit Flip Register 11
MTU_MC78_RDBFL12 0xF0065E78          MC 78 Read Data and Bit Flip Register 12
MTU_MC78_RDBFL13 0xF0065E7A          MC 78 Read Data and Bit Flip Register 13
MTU_MC78_RDBFL14 0xF0065E7C          MC 78 Read Data and Bit Flip Register 14
MTU_MC78_RDBFL15 0xF0065E7E          MC 78 Read Data and Bit Flip Register 15
MTU_MC78_RDBFL16 0xF0065E80          MC 78 Read Data and Bit Flip Register 16
MTU_MC78_RDBFL17 0xF0065E82          MC 78 Read Data and Bit Flip Register 17
MTU_MC78_RDBFL18 0xF0065E84          MC 78 Read Data and Bit Flip Register 18
MTU_MC78_RDBFL19 0xF0065E86          MC 78 Read Data and Bit Flip Register 19
MTU_MC78_RDBFL20 0xF0065E88          MC 78 Read Data and Bit Flip Register 20
MTU_MC78_RDBFL21 0xF0065E8A          MC 78 Read Data and Bit Flip Register 21
MTU_MC78_RDBFL22 0xF0065E8C          MC 78 Read Data and Bit Flip Register 22
MTU_MC78_RDBFL23 0xF0065E8E          MC 78 Read Data and Bit Flip Register 23
MTU_MC78_RDBFL24 0xF0065E90          MC 78 Read Data and Bit Flip Register 24
MTU_MC78_RDBFL25 0xF0065E92          MC 78 Read Data and Bit Flip Register 25
MTU_MC78_RDBFL26 0xF0065E94          MC 78 Read Data and Bit Flip Register 26
MTU_MC78_RDBFL27 0xF0065E96          MC 78 Read Data and Bit Flip Register 27
MTU_MC78_RDBFL28 0xF0065E98          MC 78 Read Data and Bit Flip Register 28
MTU_MC78_RDBFL29 0xF0065E9A          MC 78 Read Data and Bit Flip Register 29
MTU_MC78_RDBFL30 0xF0065E9C          MC 78 Read Data and Bit Flip Register 30
MTU_MC78_RDBFL31 0xF0065E9E          MC 78 Read Data and Bit Flip Register 31
MTU_MC78_RDBFL32 0xF0065EA0          MC 78 Read Data and Bit Flip Register 32
MTU_MC78_RDBFL33 0xF0065EA2          MC 78 Read Data and Bit Flip Register 33
MTU_MC78_RDBFL34 0xF0065EA4          MC 78 Read Data and Bit Flip Register 34
MTU_MC78_RDBFL35 0xF0065EA6          MC 78 Read Data and Bit Flip Register 35
MTU_MC78_RDBFL36 0xF0065EA8          MC 78 Read Data and Bit Flip Register 36
MTU_MC78_RDBFL37 0xF0065EAA          MC 78 Read Data and Bit Flip Register 37
MTU_MC78_RDBFL38 0xF0065EAC          MC 78 Read Data and Bit Flip Register 38
MTU_MC78_RDBFL39 0xF0065EAE          MC 78 Read Data and Bit Flip Register 39
MTU_MC78_RDBFL40 0xF0065EB0          MC 78 Read Data and Bit Flip Register 40
MTU_MC78_RDBFL41 0xF0065EB2          MC 78 Read Data and Bit Flip Register 41
MTU_MC78_RDBFL42 0xF0065EB4          MC 78 Read Data and Bit Flip Register 42
MTU_MC78_RDBFL43 0xF0065EB6          MC 78 Read Data and Bit Flip Register 43
MTU_MC78_RDBFL44 0xF0065EB8          MC 78 Read Data and Bit Flip Register 44
MTU_MC78_RDBFL45 0xF0065EBA          MC 78 Read Data and Bit Flip Register 45
MTU_MC78_RDBFL46 0xF0065EBC          MC 78 Read Data and Bit Flip Register 46
MTU_MC78_RDBFL47 0xF0065EBE          MC 78 Read Data and Bit Flip Register 47
MTU_MC78_RDBFL48 0xF0065EC0          MC 78 Read Data and Bit Flip Register 48
MTU_MC78_RDBFL49 0xF0065EC2          MC 78 Read Data and Bit Flip Register 49
MTU_MC78_RDBFL50 0xF0065EC4          MC 78 Read Data and Bit Flip Register 50
MTU_MC78_RDBFL51 0xF0065EC6          MC 78 Read Data and Bit Flip Register 51
MTU_MC78_RDBFL52 0xF0065EC8          MC 78 Read Data and Bit Flip Register 52
MTU_MC78_RDBFL53 0xF0065ECA          MC 78 Read Data and Bit Flip Register 53
MTU_MC78_RDBFL54 0xF0065ECC          MC 78 Read Data and Bit Flip Register 54
MTU_MC78_RDBFL55 0xF0065ECE          MC 78 Read Data and Bit Flip Register 55
MTU_MC78_RDBFL56 0xF0065ED0          MC 78 Read Data and Bit Flip Register 56
MTU_MC78_RDBFL57 0xF0065ED2          MC 78 Read Data and Bit Flip Register 57
MTU_MC78_RDBFL58 0xF0065ED4          MC 78 Read Data and Bit Flip Register 58
MTU_MC78_RDBFL59 0xF0065ED6          MC 78 Read Data and Bit Flip Register 59
MTU_MC78_RDBFL60 0xF0065ED8          MC 78 Read Data and Bit Flip Register 60
MTU_MC78_RDBFL61 0xF0065EDA          MC 78 Read Data and Bit Flip Register 61
MTU_MC78_RDBFL62 0xF0065EDC          MC 78 Read Data and Bit Flip Register 62
MTU_MC78_RDBFL63 0xF0065EDE          MC 78 Read Data and Bit Flip Register 63
MTU_MC78_RDBFL64 0xF0065EE0          MC 78 Read Data and Bit Flip Register 64
MTU_MC78_RDBFL65 0xF0065EE2          MC 78 Read Data and Bit Flip Register 65
MTU_MC78_RDBFL66 0xF0065EE4          MC 78 Read Data and Bit Flip Register 66
MTU_MC78_ALMSRCS 0xF0065EEE          MC 78 Alarm Sources Configuration Register
MTU_MC78_FAULTSTS 0xF0065EF0          MC 78 SSH Safety Faults Status Register
MTU_MC78_ERRINFO0 0xF0065EF2          MC 78 Error Information Register 0
MTU_MC78_ERRINFO1 0xF0065EF4          MC 78 Error Information Register 1
MTU_MC78_ERRINFO2 0xF0065EF6          MC 78 Error Information Register 2
MTU_MC78_ERRINFO3 0xF0065EF8          MC 78 Error Information Register 3
MTU_MC78_ERRINFO4 0xF0065EFA          MC 78 Error Information Register 4
MTU_MC79_CONFIG0 0xF0065F00          MC 79 Configuration Register 0
MTU_MC79_CONFIG1 0xF0065F02          MC 79 Configuration Register 1
MTU_MC79_MCONTROL 0xF0065F04          MC 79 MBIST Control Register
MTU_MC79_MSTATUS 0xF0065F06          MC 79 Status Register
MTU_MC79_RANGE  0xF0065F08          MC 79 Range Register, single address mode
MTU_MC79_REVID  0xF0065F0C          MC 79 Revision ID Register
MTU_MC79_ECCS   0xF0065F0E          MC 79 ECC Safety Register
MTU_MC79_ECCD   0xF0065F10          MC 79 Memory ECC Detection Register
MTU_MC79_ETRR0  0xF0065F12          MC 79 Error Tracking Register 0
MTU_MC79_ETRR1  0xF0065F14          MC 79 Error Tracking Register 1
MTU_MC79_ETRR2  0xF0065F16          MC 79 Error Tracking Register 2
MTU_MC79_ETRR3  0xF0065F18          MC 79 Error Tracking Register 3
MTU_MC79_ETRR4  0xF0065F1A          MC 79 Error Tracking Register 4
MTU_MC79_RDBFL0 0xF0065F60          MC 79 Read Data and Bit Flip Register 0
MTU_MC79_RDBFL1 0xF0065F62          MC 79 Read Data and Bit Flip Register 1
MTU_MC79_RDBFL2 0xF0065F64          MC 79 Read Data and Bit Flip Register 2
MTU_MC79_RDBFL3 0xF0065F66          MC 79 Read Data and Bit Flip Register 3
MTU_MC79_RDBFL4 0xF0065F68          MC 79 Read Data and Bit Flip Register 4
MTU_MC79_RDBFL5 0xF0065F6A          MC 79 Read Data and Bit Flip Register 5
MTU_MC79_RDBFL6 0xF0065F6C          MC 79 Read Data and Bit Flip Register 6
MTU_MC79_RDBFL7 0xF0065F6E          MC 79 Read Data and Bit Flip Register 7
MTU_MC79_RDBFL8 0xF0065F70          MC 79 Read Data and Bit Flip Register 8
MTU_MC79_RDBFL9 0xF0065F72          MC 79 Read Data and Bit Flip Register 9
MTU_MC79_RDBFL10 0xF0065F74          MC 79 Read Data and Bit Flip Register 10
MTU_MC79_RDBFL11 0xF0065F76          MC 79 Read Data and Bit Flip Register 11
MTU_MC79_RDBFL12 0xF0065F78          MC 79 Read Data and Bit Flip Register 12
MTU_MC79_RDBFL13 0xF0065F7A          MC 79 Read Data and Bit Flip Register 13
MTU_MC79_RDBFL14 0xF0065F7C          MC 79 Read Data and Bit Flip Register 14
MTU_MC79_RDBFL15 0xF0065F7E          MC 79 Read Data and Bit Flip Register 15
MTU_MC79_RDBFL16 0xF0065F80          MC 79 Read Data and Bit Flip Register 16
MTU_MC79_RDBFL17 0xF0065F82          MC 79 Read Data and Bit Flip Register 17
MTU_MC79_RDBFL18 0xF0065F84          MC 79 Read Data and Bit Flip Register 18
MTU_MC79_RDBFL19 0xF0065F86          MC 79 Read Data and Bit Flip Register 19
MTU_MC79_RDBFL20 0xF0065F88          MC 79 Read Data and Bit Flip Register 20
MTU_MC79_RDBFL21 0xF0065F8A          MC 79 Read Data and Bit Flip Register 21
MTU_MC79_RDBFL22 0xF0065F8C          MC 79 Read Data and Bit Flip Register 22
MTU_MC79_RDBFL23 0xF0065F8E          MC 79 Read Data and Bit Flip Register 23
MTU_MC79_RDBFL24 0xF0065F90          MC 79 Read Data and Bit Flip Register 24
MTU_MC79_RDBFL25 0xF0065F92          MC 79 Read Data and Bit Flip Register 25
MTU_MC79_RDBFL26 0xF0065F94          MC 79 Read Data and Bit Flip Register 26
MTU_MC79_RDBFL27 0xF0065F96          MC 79 Read Data and Bit Flip Register 27
MTU_MC79_RDBFL28 0xF0065F98          MC 79 Read Data and Bit Flip Register 28
MTU_MC79_RDBFL29 0xF0065F9A          MC 79 Read Data and Bit Flip Register 29
MTU_MC79_RDBFL30 0xF0065F9C          MC 79 Read Data and Bit Flip Register 30
MTU_MC79_RDBFL31 0xF0065F9E          MC 79 Read Data and Bit Flip Register 31
MTU_MC79_RDBFL32 0xF0065FA0          MC 79 Read Data and Bit Flip Register 32
MTU_MC79_RDBFL33 0xF0065FA2          MC 79 Read Data and Bit Flip Register 33
MTU_MC79_RDBFL34 0xF0065FA4          MC 79 Read Data and Bit Flip Register 34
MTU_MC79_RDBFL35 0xF0065FA6          MC 79 Read Data and Bit Flip Register 35
MTU_MC79_RDBFL36 0xF0065FA8          MC 79 Read Data and Bit Flip Register 36
MTU_MC79_RDBFL37 0xF0065FAA          MC 79 Read Data and Bit Flip Register 37
MTU_MC79_RDBFL38 0xF0065FAC          MC 79 Read Data and Bit Flip Register 38
MTU_MC79_RDBFL39 0xF0065FAE          MC 79 Read Data and Bit Flip Register 39
MTU_MC79_RDBFL40 0xF0065FB0          MC 79 Read Data and Bit Flip Register 40
MTU_MC79_RDBFL41 0xF0065FB2          MC 79 Read Data and Bit Flip Register 41
MTU_MC79_RDBFL42 0xF0065FB4          MC 79 Read Data and Bit Flip Register 42
MTU_MC79_RDBFL43 0xF0065FB6          MC 79 Read Data and Bit Flip Register 43
MTU_MC79_RDBFL44 0xF0065FB8          MC 79 Read Data and Bit Flip Register 44
MTU_MC79_RDBFL45 0xF0065FBA          MC 79 Read Data and Bit Flip Register 45
MTU_MC79_RDBFL46 0xF0065FBC          MC 79 Read Data and Bit Flip Register 46
MTU_MC79_RDBFL47 0xF0065FBE          MC 79 Read Data and Bit Flip Register 47
MTU_MC79_RDBFL48 0xF0065FC0          MC 79 Read Data and Bit Flip Register 48
MTU_MC79_RDBFL49 0xF0065FC2          MC 79 Read Data and Bit Flip Register 49
MTU_MC79_RDBFL50 0xF0065FC4          MC 79 Read Data and Bit Flip Register 50
MTU_MC79_RDBFL51 0xF0065FC6          MC 79 Read Data and Bit Flip Register 51
MTU_MC79_RDBFL52 0xF0065FC8          MC 79 Read Data and Bit Flip Register 52
MTU_MC79_RDBFL53 0xF0065FCA          MC 79 Read Data and Bit Flip Register 53
MTU_MC79_RDBFL54 0xF0065FCC          MC 79 Read Data and Bit Flip Register 54
MTU_MC79_RDBFL55 0xF0065FCE          MC 79 Read Data and Bit Flip Register 55
MTU_MC79_RDBFL56 0xF0065FD0          MC 79 Read Data and Bit Flip Register 56
MTU_MC79_RDBFL57 0xF0065FD2          MC 79 Read Data and Bit Flip Register 57
MTU_MC79_RDBFL58 0xF0065FD4          MC 79 Read Data and Bit Flip Register 58
MTU_MC79_RDBFL59 0xF0065FD6          MC 79 Read Data and Bit Flip Register 59
MTU_MC79_RDBFL60 0xF0065FD8          MC 79 Read Data and Bit Flip Register 60
MTU_MC79_RDBFL61 0xF0065FDA          MC 79 Read Data and Bit Flip Register 61
MTU_MC79_RDBFL62 0xF0065FDC          MC 79 Read Data and Bit Flip Register 62
MTU_MC79_RDBFL63 0xF0065FDE          MC 79 Read Data and Bit Flip Register 63
MTU_MC79_RDBFL64 0xF0065FE0          MC 79 Read Data and Bit Flip Register 64
MTU_MC79_RDBFL65 0xF0065FE2          MC 79 Read Data and Bit Flip Register 65
MTU_MC79_RDBFL66 0xF0065FE4          MC 79 Read Data and Bit Flip Register 66
MTU_MC79_ALMSRCS 0xF0065FEE          MC 79 Alarm Sources Configuration Register
MTU_MC79_FAULTSTS 0xF0065FF0          MC 79 SSH Safety Faults Status Register
MTU_MC79_ERRINFO0 0xF0065FF2          MC 79 Error Information Register 0
MTU_MC79_ERRINFO1 0xF0065FF4          MC 79 Error Information Register 1
MTU_MC79_ERRINFO2 0xF0065FF6          MC 79 Error Information Register 2
MTU_MC79_ERRINFO3 0xF0065FF8          MC 79 Error Information Register 3
MTU_MC79_ERRINFO4 0xF0065FFA          MC 79 Error Information Register 4
MTU_MC80_CONFIG0 0xF0066000          MC 80 Configuration Register 0
MTU_MC80_CONFIG1 0xF0066002          MC 80 Configuration Register 1
MTU_MC80_MCONTROL 0xF0066004          MC 80 MBIST Control Register
MTU_MC80_MSTATUS 0xF0066006          MC 80 Status Register
MTU_MC80_RANGE  0xF0066008          MC 80 Range Register, single address mode
MTU_MC80_REVID  0xF006600C          MC 80 Revision ID Register
MTU_MC80_ECCS   0xF006600E          MC 80 ECC Safety Register
MTU_MC80_ECCD   0xF0066010          MC 80 Memory ECC Detection Register
MTU_MC80_ETRR0  0xF0066012          MC 80 Error Tracking Register 0
MTU_MC80_ETRR1  0xF0066014          MC 80 Error Tracking Register 1
MTU_MC80_ETRR2  0xF0066016          MC 80 Error Tracking Register 2
MTU_MC80_ETRR3  0xF0066018          MC 80 Error Tracking Register 3
MTU_MC80_ETRR4  0xF006601A          MC 80 Error Tracking Register 4
MTU_MC80_RDBFL0 0xF0066060          MC 80 Read Data and Bit Flip Register 0
MTU_MC80_RDBFL1 0xF0066062          MC 80 Read Data and Bit Flip Register 1
MTU_MC80_RDBFL2 0xF0066064          MC 80 Read Data and Bit Flip Register 2
MTU_MC80_RDBFL3 0xF0066066          MC 80 Read Data and Bit Flip Register 3
MTU_MC80_RDBFL4 0xF0066068          MC 80 Read Data and Bit Flip Register 4
MTU_MC80_RDBFL5 0xF006606A          MC 80 Read Data and Bit Flip Register 5
MTU_MC80_RDBFL6 0xF006606C          MC 80 Read Data and Bit Flip Register 6
MTU_MC80_RDBFL7 0xF006606E          MC 80 Read Data and Bit Flip Register 7
MTU_MC80_RDBFL8 0xF0066070          MC 80 Read Data and Bit Flip Register 8
MTU_MC80_RDBFL9 0xF0066072          MC 80 Read Data and Bit Flip Register 9
MTU_MC80_RDBFL10 0xF0066074          MC 80 Read Data and Bit Flip Register 10
MTU_MC80_RDBFL11 0xF0066076          MC 80 Read Data and Bit Flip Register 11
MTU_MC80_RDBFL12 0xF0066078          MC 80 Read Data and Bit Flip Register 12
MTU_MC80_RDBFL13 0xF006607A          MC 80 Read Data and Bit Flip Register 13
MTU_MC80_RDBFL14 0xF006607C          MC 80 Read Data and Bit Flip Register 14
MTU_MC80_RDBFL15 0xF006607E          MC 80 Read Data and Bit Flip Register 15
MTU_MC80_RDBFL16 0xF0066080          MC 80 Read Data and Bit Flip Register 16
MTU_MC80_RDBFL17 0xF0066082          MC 80 Read Data and Bit Flip Register 17
MTU_MC80_RDBFL18 0xF0066084          MC 80 Read Data and Bit Flip Register 18
MTU_MC80_RDBFL19 0xF0066086          MC 80 Read Data and Bit Flip Register 19
MTU_MC80_RDBFL20 0xF0066088          MC 80 Read Data and Bit Flip Register 20
MTU_MC80_RDBFL21 0xF006608A          MC 80 Read Data and Bit Flip Register 21
MTU_MC80_RDBFL22 0xF006608C          MC 80 Read Data and Bit Flip Register 22
MTU_MC80_RDBFL23 0xF006608E          MC 80 Read Data and Bit Flip Register 23
MTU_MC80_RDBFL24 0xF0066090          MC 80 Read Data and Bit Flip Register 24
MTU_MC80_RDBFL25 0xF0066092          MC 80 Read Data and Bit Flip Register 25
MTU_MC80_RDBFL26 0xF0066094          MC 80 Read Data and Bit Flip Register 26
MTU_MC80_RDBFL27 0xF0066096          MC 80 Read Data and Bit Flip Register 27
MTU_MC80_RDBFL28 0xF0066098          MC 80 Read Data and Bit Flip Register 28
MTU_MC80_RDBFL29 0xF006609A          MC 80 Read Data and Bit Flip Register 29
MTU_MC80_RDBFL30 0xF006609C          MC 80 Read Data and Bit Flip Register 30
MTU_MC80_RDBFL31 0xF006609E          MC 80 Read Data and Bit Flip Register 31
MTU_MC80_RDBFL32 0xF00660A0          MC 80 Read Data and Bit Flip Register 32
MTU_MC80_RDBFL33 0xF00660A2          MC 80 Read Data and Bit Flip Register 33
MTU_MC80_RDBFL34 0xF00660A4          MC 80 Read Data and Bit Flip Register 34
MTU_MC80_RDBFL35 0xF00660A6          MC 80 Read Data and Bit Flip Register 35
MTU_MC80_RDBFL36 0xF00660A8          MC 80 Read Data and Bit Flip Register 36
MTU_MC80_RDBFL37 0xF00660AA          MC 80 Read Data and Bit Flip Register 37
MTU_MC80_RDBFL38 0xF00660AC          MC 80 Read Data and Bit Flip Register 38
MTU_MC80_RDBFL39 0xF00660AE          MC 80 Read Data and Bit Flip Register 39
MTU_MC80_RDBFL40 0xF00660B0          MC 80 Read Data and Bit Flip Register 40
MTU_MC80_RDBFL41 0xF00660B2          MC 80 Read Data and Bit Flip Register 41
MTU_MC80_RDBFL42 0xF00660B4          MC 80 Read Data and Bit Flip Register 42
MTU_MC80_RDBFL43 0xF00660B6          MC 80 Read Data and Bit Flip Register 43
MTU_MC80_RDBFL44 0xF00660B8          MC 80 Read Data and Bit Flip Register 44
MTU_MC80_RDBFL45 0xF00660BA          MC 80 Read Data and Bit Flip Register 45
MTU_MC80_RDBFL46 0xF00660BC          MC 80 Read Data and Bit Flip Register 46
MTU_MC80_RDBFL47 0xF00660BE          MC 80 Read Data and Bit Flip Register 47
MTU_MC80_RDBFL48 0xF00660C0          MC 80 Read Data and Bit Flip Register 48
MTU_MC80_RDBFL49 0xF00660C2          MC 80 Read Data and Bit Flip Register 49
MTU_MC80_RDBFL50 0xF00660C4          MC 80 Read Data and Bit Flip Register 50
MTU_MC80_RDBFL51 0xF00660C6          MC 80 Read Data and Bit Flip Register 51
MTU_MC80_RDBFL52 0xF00660C8          MC 80 Read Data and Bit Flip Register 52
MTU_MC80_RDBFL53 0xF00660CA          MC 80 Read Data and Bit Flip Register 53
MTU_MC80_RDBFL54 0xF00660CC          MC 80 Read Data and Bit Flip Register 54
MTU_MC80_RDBFL55 0xF00660CE          MC 80 Read Data and Bit Flip Register 55
MTU_MC80_RDBFL56 0xF00660D0          MC 80 Read Data and Bit Flip Register 56
MTU_MC80_RDBFL57 0xF00660D2          MC 80 Read Data and Bit Flip Register 57
MTU_MC80_RDBFL58 0xF00660D4          MC 80 Read Data and Bit Flip Register 58
MTU_MC80_RDBFL59 0xF00660D6          MC 80 Read Data and Bit Flip Register 59
MTU_MC80_RDBFL60 0xF00660D8          MC 80 Read Data and Bit Flip Register 60
MTU_MC80_RDBFL61 0xF00660DA          MC 80 Read Data and Bit Flip Register 61
MTU_MC80_RDBFL62 0xF00660DC          MC 80 Read Data and Bit Flip Register 62
MTU_MC80_RDBFL63 0xF00660DE          MC 80 Read Data and Bit Flip Register 63
MTU_MC80_RDBFL64 0xF00660E0          MC 80 Read Data and Bit Flip Register 64
MTU_MC80_RDBFL65 0xF00660E2          MC 80 Read Data and Bit Flip Register 65
MTU_MC80_RDBFL66 0xF00660E4          MC 80 Read Data and Bit Flip Register 66
MTU_MC80_ALMSRCS 0xF00660EE          MC 80 Alarm Sources Configuration Register
MTU_MC80_FAULTSTS 0xF00660F0          MC 80 SSH Safety Faults Status Register
MTU_MC80_ERRINFO0 0xF00660F2          MC 80 Error Information Register 0
MTU_MC80_ERRINFO1 0xF00660F4          MC 80 Error Information Register 1
MTU_MC80_ERRINFO2 0xF00660F6          MC 80 Error Information Register 2
MTU_MC80_ERRINFO3 0xF00660F8          MC 80 Error Information Register 3
MTU_MC80_ERRINFO4 0xF00660FA          MC 80 Error Information Register 4
MTU_MC81_CONFIG0 0xF0066100          MC 81 Configuration Register 0
MTU_MC81_CONFIG1 0xF0066102          MC 81 Configuration Register 1
MTU_MC81_MCONTROL 0xF0066104          MC 81 MBIST Control Register
MTU_MC81_MSTATUS 0xF0066106          MC 81 Status Register
MTU_MC81_RANGE  0xF0066108          MC 81 Range Register, single address mode
MTU_MC81_REVID  0xF006610C          MC 81 Revision ID Register
MTU_MC81_ECCS   0xF006610E          MC 81 ECC Safety Register
MTU_MC81_ECCD   0xF0066110          MC 81 Memory ECC Detection Register
MTU_MC81_ETRR0  0xF0066112          MC 81 Error Tracking Register 0
MTU_MC81_ETRR1  0xF0066114          MC 81 Error Tracking Register 1
MTU_MC81_ETRR2  0xF0066116          MC 81 Error Tracking Register 2
MTU_MC81_ETRR3  0xF0066118          MC 81 Error Tracking Register 3
MTU_MC81_ETRR4  0xF006611A          MC 81 Error Tracking Register 4
MTU_MC81_RDBFL0 0xF0066160          MC 81 Read Data and Bit Flip Register 0
MTU_MC81_RDBFL1 0xF0066162          MC 81 Read Data and Bit Flip Register 1
MTU_MC81_RDBFL2 0xF0066164          MC 81 Read Data and Bit Flip Register 2
MTU_MC81_RDBFL3 0xF0066166          MC 81 Read Data and Bit Flip Register 3
MTU_MC81_RDBFL4 0xF0066168          MC 81 Read Data and Bit Flip Register 4
MTU_MC81_RDBFL5 0xF006616A          MC 81 Read Data and Bit Flip Register 5
MTU_MC81_RDBFL6 0xF006616C          MC 81 Read Data and Bit Flip Register 6
MTU_MC81_RDBFL7 0xF006616E          MC 81 Read Data and Bit Flip Register 7
MTU_MC81_RDBFL8 0xF0066170          MC 81 Read Data and Bit Flip Register 8
MTU_MC81_RDBFL9 0xF0066172          MC 81 Read Data and Bit Flip Register 9
MTU_MC81_RDBFL10 0xF0066174          MC 81 Read Data and Bit Flip Register 10
MTU_MC81_RDBFL11 0xF0066176          MC 81 Read Data and Bit Flip Register 11
MTU_MC81_RDBFL12 0xF0066178          MC 81 Read Data and Bit Flip Register 12
MTU_MC81_RDBFL13 0xF006617A          MC 81 Read Data and Bit Flip Register 13
MTU_MC81_RDBFL14 0xF006617C          MC 81 Read Data and Bit Flip Register 14
MTU_MC81_RDBFL15 0xF006617E          MC 81 Read Data and Bit Flip Register 15
MTU_MC81_RDBFL16 0xF0066180          MC 81 Read Data and Bit Flip Register 16
MTU_MC81_RDBFL17 0xF0066182          MC 81 Read Data and Bit Flip Register 17
MTU_MC81_RDBFL18 0xF0066184          MC 81 Read Data and Bit Flip Register 18
MTU_MC81_RDBFL19 0xF0066186          MC 81 Read Data and Bit Flip Register 19
MTU_MC81_RDBFL20 0xF0066188          MC 81 Read Data and Bit Flip Register 20
MTU_MC81_RDBFL21 0xF006618A          MC 81 Read Data and Bit Flip Register 21
MTU_MC81_RDBFL22 0xF006618C          MC 81 Read Data and Bit Flip Register 22
MTU_MC81_RDBFL23 0xF006618E          MC 81 Read Data and Bit Flip Register 23
MTU_MC81_RDBFL24 0xF0066190          MC 81 Read Data and Bit Flip Register 24
MTU_MC81_RDBFL25 0xF0066192          MC 81 Read Data and Bit Flip Register 25
MTU_MC81_RDBFL26 0xF0066194          MC 81 Read Data and Bit Flip Register 26
MTU_MC81_RDBFL27 0xF0066196          MC 81 Read Data and Bit Flip Register 27
MTU_MC81_RDBFL28 0xF0066198          MC 81 Read Data and Bit Flip Register 28
MTU_MC81_RDBFL29 0xF006619A          MC 81 Read Data and Bit Flip Register 29
MTU_MC81_RDBFL30 0xF006619C          MC 81 Read Data and Bit Flip Register 30
MTU_MC81_RDBFL31 0xF006619E          MC 81 Read Data and Bit Flip Register 31
MTU_MC81_RDBFL32 0xF00661A0          MC 81 Read Data and Bit Flip Register 32
MTU_MC81_RDBFL33 0xF00661A2          MC 81 Read Data and Bit Flip Register 33
MTU_MC81_RDBFL34 0xF00661A4          MC 81 Read Data and Bit Flip Register 34
MTU_MC81_RDBFL35 0xF00661A6          MC 81 Read Data and Bit Flip Register 35
MTU_MC81_RDBFL36 0xF00661A8          MC 81 Read Data and Bit Flip Register 36
MTU_MC81_RDBFL37 0xF00661AA          MC 81 Read Data and Bit Flip Register 37
MTU_MC81_RDBFL38 0xF00661AC          MC 81 Read Data and Bit Flip Register 38
MTU_MC81_RDBFL39 0xF00661AE          MC 81 Read Data and Bit Flip Register 39
MTU_MC81_RDBFL40 0xF00661B0          MC 81 Read Data and Bit Flip Register 40
MTU_MC81_RDBFL41 0xF00661B2          MC 81 Read Data and Bit Flip Register 41
MTU_MC81_RDBFL42 0xF00661B4          MC 81 Read Data and Bit Flip Register 42
MTU_MC81_RDBFL43 0xF00661B6          MC 81 Read Data and Bit Flip Register 43
MTU_MC81_RDBFL44 0xF00661B8          MC 81 Read Data and Bit Flip Register 44
MTU_MC81_RDBFL45 0xF00661BA          MC 81 Read Data and Bit Flip Register 45
MTU_MC81_RDBFL46 0xF00661BC          MC 81 Read Data and Bit Flip Register 46
MTU_MC81_RDBFL47 0xF00661BE          MC 81 Read Data and Bit Flip Register 47
MTU_MC81_RDBFL48 0xF00661C0          MC 81 Read Data and Bit Flip Register 48
MTU_MC81_RDBFL49 0xF00661C2          MC 81 Read Data and Bit Flip Register 49
MTU_MC81_RDBFL50 0xF00661C4          MC 81 Read Data and Bit Flip Register 50
MTU_MC81_RDBFL51 0xF00661C6          MC 81 Read Data and Bit Flip Register 51
MTU_MC81_RDBFL52 0xF00661C8          MC 81 Read Data and Bit Flip Register 52
MTU_MC81_RDBFL53 0xF00661CA          MC 81 Read Data and Bit Flip Register 53
MTU_MC81_RDBFL54 0xF00661CC          MC 81 Read Data and Bit Flip Register 54
MTU_MC81_RDBFL55 0xF00661CE          MC 81 Read Data and Bit Flip Register 55
MTU_MC81_RDBFL56 0xF00661D0          MC 81 Read Data and Bit Flip Register 56
MTU_MC81_RDBFL57 0xF00661D2          MC 81 Read Data and Bit Flip Register 57
MTU_MC81_RDBFL58 0xF00661D4          MC 81 Read Data and Bit Flip Register 58
MTU_MC81_RDBFL59 0xF00661D6          MC 81 Read Data and Bit Flip Register 59
MTU_MC81_RDBFL60 0xF00661D8          MC 81 Read Data and Bit Flip Register 60
MTU_MC81_RDBFL61 0xF00661DA          MC 81 Read Data and Bit Flip Register 61
MTU_MC81_RDBFL62 0xF00661DC          MC 81 Read Data and Bit Flip Register 62
MTU_MC81_RDBFL63 0xF00661DE          MC 81 Read Data and Bit Flip Register 63
MTU_MC81_RDBFL64 0xF00661E0          MC 81 Read Data and Bit Flip Register 64
MTU_MC81_RDBFL65 0xF00661E2          MC 81 Read Data and Bit Flip Register 65
MTU_MC81_RDBFL66 0xF00661E4          MC 81 Read Data and Bit Flip Register 66
MTU_MC81_ALMSRCS 0xF00661EE          MC 81 Alarm Sources Configuration Register
MTU_MC81_FAULTSTS 0xF00661F0          MC 81 SSH Safety Faults Status Register
MTU_MC81_ERRINFO0 0xF00661F2          MC 81 Error Information Register 0
MTU_MC81_ERRINFO1 0xF00661F4          MC 81 Error Information Register 1
MTU_MC81_ERRINFO2 0xF00661F6          MC 81 Error Information Register 2
MTU_MC81_ERRINFO3 0xF00661F8          MC 81 Error Information Register 3
MTU_MC81_ERRINFO4 0xF00661FA          MC 81 Error Information Register 4
MTU_MC82_CONFIG0 0xF0066200          MC 82 Configuration Register 0
MTU_MC82_CONFIG1 0xF0066202          MC 82 Configuration Register 1
MTU_MC82_MCONTROL 0xF0066204          MC 82 MBIST Control Register
MTU_MC82_MSTATUS 0xF0066206          MC 82 Status Register
MTU_MC82_RANGE  0xF0066208          MC 82 Range Register, single address mode
MTU_MC82_REVID  0xF006620C          MC 82 Revision ID Register
MTU_MC82_ECCS   0xF006620E          MC 82 ECC Safety Register
MTU_MC82_ECCD   0xF0066210          MC 82 Memory ECC Detection Register
MTU_MC82_ETRR0  0xF0066212          MC 82 Error Tracking Register 0
MTU_MC82_ETRR1  0xF0066214          MC 82 Error Tracking Register 1
MTU_MC82_ETRR2  0xF0066216          MC 82 Error Tracking Register 2
MTU_MC82_ETRR3  0xF0066218          MC 82 Error Tracking Register 3
MTU_MC82_ETRR4  0xF006621A          MC 82 Error Tracking Register 4
MTU_MC82_RDBFL0 0xF0066260          MC 82 Read Data and Bit Flip Register 0
MTU_MC82_RDBFL1 0xF0066262          MC 82 Read Data and Bit Flip Register 1
MTU_MC82_RDBFL2 0xF0066264          MC 82 Read Data and Bit Flip Register 2
MTU_MC82_RDBFL3 0xF0066266          MC 82 Read Data and Bit Flip Register 3
MTU_MC82_RDBFL4 0xF0066268          MC 82 Read Data and Bit Flip Register 4
MTU_MC82_RDBFL5 0xF006626A          MC 82 Read Data and Bit Flip Register 5
MTU_MC82_RDBFL6 0xF006626C          MC 82 Read Data and Bit Flip Register 6
MTU_MC82_RDBFL7 0xF006626E          MC 82 Read Data and Bit Flip Register 7
MTU_MC82_RDBFL8 0xF0066270          MC 82 Read Data and Bit Flip Register 8
MTU_MC82_RDBFL9 0xF0066272          MC 82 Read Data and Bit Flip Register 9
MTU_MC82_RDBFL10 0xF0066274          MC 82 Read Data and Bit Flip Register 10
MTU_MC82_RDBFL11 0xF0066276          MC 82 Read Data and Bit Flip Register 11
MTU_MC82_RDBFL12 0xF0066278          MC 82 Read Data and Bit Flip Register 12
MTU_MC82_RDBFL13 0xF006627A          MC 82 Read Data and Bit Flip Register 13
MTU_MC82_RDBFL14 0xF006627C          MC 82 Read Data and Bit Flip Register 14
MTU_MC82_RDBFL15 0xF006627E          MC 82 Read Data and Bit Flip Register 15
MTU_MC82_RDBFL16 0xF0066280          MC 82 Read Data and Bit Flip Register 16
MTU_MC82_RDBFL17 0xF0066282          MC 82 Read Data and Bit Flip Register 17
MTU_MC82_RDBFL18 0xF0066284          MC 82 Read Data and Bit Flip Register 18
MTU_MC82_RDBFL19 0xF0066286          MC 82 Read Data and Bit Flip Register 19
MTU_MC82_RDBFL20 0xF0066288          MC 82 Read Data and Bit Flip Register 20
MTU_MC82_RDBFL21 0xF006628A          MC 82 Read Data and Bit Flip Register 21
MTU_MC82_RDBFL22 0xF006628C          MC 82 Read Data and Bit Flip Register 22
MTU_MC82_RDBFL23 0xF006628E          MC 82 Read Data and Bit Flip Register 23
MTU_MC82_RDBFL24 0xF0066290          MC 82 Read Data and Bit Flip Register 24
MTU_MC82_RDBFL25 0xF0066292          MC 82 Read Data and Bit Flip Register 25
MTU_MC82_RDBFL26 0xF0066294          MC 82 Read Data and Bit Flip Register 26
MTU_MC82_RDBFL27 0xF0066296          MC 82 Read Data and Bit Flip Register 27
MTU_MC82_RDBFL28 0xF0066298          MC 82 Read Data and Bit Flip Register 28
MTU_MC82_RDBFL29 0xF006629A          MC 82 Read Data and Bit Flip Register 29
MTU_MC82_RDBFL30 0xF006629C          MC 82 Read Data and Bit Flip Register 30
MTU_MC82_RDBFL31 0xF006629E          MC 82 Read Data and Bit Flip Register 31
MTU_MC82_RDBFL32 0xF00662A0          MC 82 Read Data and Bit Flip Register 32
MTU_MC82_RDBFL33 0xF00662A2          MC 82 Read Data and Bit Flip Register 33
MTU_MC82_RDBFL34 0xF00662A4          MC 82 Read Data and Bit Flip Register 34
MTU_MC82_RDBFL35 0xF00662A6          MC 82 Read Data and Bit Flip Register 35
MTU_MC82_RDBFL36 0xF00662A8          MC 82 Read Data and Bit Flip Register 36
MTU_MC82_RDBFL37 0xF00662AA          MC 82 Read Data and Bit Flip Register 37
MTU_MC82_RDBFL38 0xF00662AC          MC 82 Read Data and Bit Flip Register 38
MTU_MC82_RDBFL39 0xF00662AE          MC 82 Read Data and Bit Flip Register 39
MTU_MC82_RDBFL40 0xF00662B0          MC 82 Read Data and Bit Flip Register 40
MTU_MC82_RDBFL41 0xF00662B2          MC 82 Read Data and Bit Flip Register 41
MTU_MC82_RDBFL42 0xF00662B4          MC 82 Read Data and Bit Flip Register 42
MTU_MC82_RDBFL43 0xF00662B6          MC 82 Read Data and Bit Flip Register 43
MTU_MC82_RDBFL44 0xF00662B8          MC 82 Read Data and Bit Flip Register 44
MTU_MC82_RDBFL45 0xF00662BA          MC 82 Read Data and Bit Flip Register 45
MTU_MC82_RDBFL46 0xF00662BC          MC 82 Read Data and Bit Flip Register 46
MTU_MC82_RDBFL47 0xF00662BE          MC 82 Read Data and Bit Flip Register 47
MTU_MC82_RDBFL48 0xF00662C0          MC 82 Read Data and Bit Flip Register 48
MTU_MC82_RDBFL49 0xF00662C2          MC 82 Read Data and Bit Flip Register 49
MTU_MC82_RDBFL50 0xF00662C4          MC 82 Read Data and Bit Flip Register 50
MTU_MC82_RDBFL51 0xF00662C6          MC 82 Read Data and Bit Flip Register 51
MTU_MC82_RDBFL52 0xF00662C8          MC 82 Read Data and Bit Flip Register 52
MTU_MC82_RDBFL53 0xF00662CA          MC 82 Read Data and Bit Flip Register 53
MTU_MC82_RDBFL54 0xF00662CC          MC 82 Read Data and Bit Flip Register 54
MTU_MC82_RDBFL55 0xF00662CE          MC 82 Read Data and Bit Flip Register 55
MTU_MC82_RDBFL56 0xF00662D0          MC 82 Read Data and Bit Flip Register 56
MTU_MC82_RDBFL57 0xF00662D2          MC 82 Read Data and Bit Flip Register 57
MTU_MC82_RDBFL58 0xF00662D4          MC 82 Read Data and Bit Flip Register 58
MTU_MC82_RDBFL59 0xF00662D6          MC 82 Read Data and Bit Flip Register 59
MTU_MC82_RDBFL60 0xF00662D8          MC 82 Read Data and Bit Flip Register 60
MTU_MC82_RDBFL61 0xF00662DA          MC 82 Read Data and Bit Flip Register 61
MTU_MC82_RDBFL62 0xF00662DC          MC 82 Read Data and Bit Flip Register 62
MTU_MC82_RDBFL63 0xF00662DE          MC 82 Read Data and Bit Flip Register 63
MTU_MC82_RDBFL64 0xF00662E0          MC 82 Read Data and Bit Flip Register 64
MTU_MC82_RDBFL65 0xF00662E2          MC 82 Read Data and Bit Flip Register 65
MTU_MC82_RDBFL66 0xF00662E4          MC 82 Read Data and Bit Flip Register 66
MTU_MC82_ALMSRCS 0xF00662EE          MC 82 Alarm Sources Configuration Register
MTU_MC82_FAULTSTS 0xF00662F0          MC 82 SSH Safety Faults Status Register
MTU_MC82_ERRINFO0 0xF00662F2          MC 82 Error Information Register 0
MTU_MC82_ERRINFO1 0xF00662F4          MC 82 Error Information Register 1
MTU_MC82_ERRINFO2 0xF00662F6          MC 82 Error Information Register 2
MTU_MC82_ERRINFO3 0xF00662F8          MC 82 Error Information Register 3
MTU_MC82_ERRINFO4 0xF00662FA          MC 82 Error Information Register 4
MTU_MC83_CONFIG0 0xF0066300          MC 83 Configuration Register 0
MTU_MC83_CONFIG1 0xF0066302          MC 83 Configuration Register 1
MTU_MC83_MCONTROL 0xF0066304          MC 83 MBIST Control Register
MTU_MC83_MSTATUS 0xF0066306          MC 83 Status Register
MTU_MC83_RANGE  0xF0066308          MC 83 Range Register, single address mode
MTU_MC83_REVID  0xF006630C          MC 83 Revision ID Register
MTU_MC83_ECCS   0xF006630E          MC 83 ECC Safety Register
MTU_MC83_ECCD   0xF0066310          MC 83 Memory ECC Detection Register
MTU_MC83_ETRR0  0xF0066312          MC 83 Error Tracking Register 0
MTU_MC83_ETRR1  0xF0066314          MC 83 Error Tracking Register 1
MTU_MC83_ETRR2  0xF0066316          MC 83 Error Tracking Register 2
MTU_MC83_ETRR3  0xF0066318          MC 83 Error Tracking Register 3
MTU_MC83_ETRR4  0xF006631A          MC 83 Error Tracking Register 4
MTU_MC83_RDBFL0 0xF0066360          MC 83 Read Data and Bit Flip Register 0
MTU_MC83_RDBFL1 0xF0066362          MC 83 Read Data and Bit Flip Register 1
MTU_MC83_RDBFL2 0xF0066364          MC 83 Read Data and Bit Flip Register 2
MTU_MC83_RDBFL3 0xF0066366          MC 83 Read Data and Bit Flip Register 3
MTU_MC83_RDBFL4 0xF0066368          MC 83 Read Data and Bit Flip Register 4
MTU_MC83_RDBFL5 0xF006636A          MC 83 Read Data and Bit Flip Register 5
MTU_MC83_RDBFL6 0xF006636C          MC 83 Read Data and Bit Flip Register 6
MTU_MC83_RDBFL7 0xF006636E          MC 83 Read Data and Bit Flip Register 7
MTU_MC83_RDBFL8 0xF0066370          MC 83 Read Data and Bit Flip Register 8
MTU_MC83_RDBFL9 0xF0066372          MC 83 Read Data and Bit Flip Register 9
MTU_MC83_RDBFL10 0xF0066374          MC 83 Read Data and Bit Flip Register 10
MTU_MC83_RDBFL11 0xF0066376          MC 83 Read Data and Bit Flip Register 11
MTU_MC83_RDBFL12 0xF0066378          MC 83 Read Data and Bit Flip Register 12
MTU_MC83_RDBFL13 0xF006637A          MC 83 Read Data and Bit Flip Register 13
MTU_MC83_RDBFL14 0xF006637C          MC 83 Read Data and Bit Flip Register 14
MTU_MC83_RDBFL15 0xF006637E          MC 83 Read Data and Bit Flip Register 15
MTU_MC83_RDBFL16 0xF0066380          MC 83 Read Data and Bit Flip Register 16
MTU_MC83_RDBFL17 0xF0066382          MC 83 Read Data and Bit Flip Register 17
MTU_MC83_RDBFL18 0xF0066384          MC 83 Read Data and Bit Flip Register 18
MTU_MC83_RDBFL19 0xF0066386          MC 83 Read Data and Bit Flip Register 19
MTU_MC83_RDBFL20 0xF0066388          MC 83 Read Data and Bit Flip Register 20
MTU_MC83_RDBFL21 0xF006638A          MC 83 Read Data and Bit Flip Register 21
MTU_MC83_RDBFL22 0xF006638C          MC 83 Read Data and Bit Flip Register 22
MTU_MC83_RDBFL23 0xF006638E          MC 83 Read Data and Bit Flip Register 23
MTU_MC83_RDBFL24 0xF0066390          MC 83 Read Data and Bit Flip Register 24
MTU_MC83_RDBFL25 0xF0066392          MC 83 Read Data and Bit Flip Register 25
MTU_MC83_RDBFL26 0xF0066394          MC 83 Read Data and Bit Flip Register 26
MTU_MC83_RDBFL27 0xF0066396          MC 83 Read Data and Bit Flip Register 27
MTU_MC83_RDBFL28 0xF0066398          MC 83 Read Data and Bit Flip Register 28
MTU_MC83_RDBFL29 0xF006639A          MC 83 Read Data and Bit Flip Register 29
MTU_MC83_RDBFL30 0xF006639C          MC 83 Read Data and Bit Flip Register 30
MTU_MC83_RDBFL31 0xF006639E          MC 83 Read Data and Bit Flip Register 31
MTU_MC83_RDBFL32 0xF00663A0          MC 83 Read Data and Bit Flip Register 32
MTU_MC83_RDBFL33 0xF00663A2          MC 83 Read Data and Bit Flip Register 33
MTU_MC83_RDBFL34 0xF00663A4          MC 83 Read Data and Bit Flip Register 34
MTU_MC83_RDBFL35 0xF00663A6          MC 83 Read Data and Bit Flip Register 35
MTU_MC83_RDBFL36 0xF00663A8          MC 83 Read Data and Bit Flip Register 36
MTU_MC83_RDBFL37 0xF00663AA          MC 83 Read Data and Bit Flip Register 37
MTU_MC83_RDBFL38 0xF00663AC          MC 83 Read Data and Bit Flip Register 38
MTU_MC83_RDBFL39 0xF00663AE          MC 83 Read Data and Bit Flip Register 39
MTU_MC83_RDBFL40 0xF00663B0          MC 83 Read Data and Bit Flip Register 40
MTU_MC83_RDBFL41 0xF00663B2          MC 83 Read Data and Bit Flip Register 41
MTU_MC83_RDBFL42 0xF00663B4          MC 83 Read Data and Bit Flip Register 42
MTU_MC83_RDBFL43 0xF00663B6          MC 83 Read Data and Bit Flip Register 43
MTU_MC83_RDBFL44 0xF00663B8          MC 83 Read Data and Bit Flip Register 44
MTU_MC83_RDBFL45 0xF00663BA          MC 83 Read Data and Bit Flip Register 45
MTU_MC83_RDBFL46 0xF00663BC          MC 83 Read Data and Bit Flip Register 46
MTU_MC83_RDBFL47 0xF00663BE          MC 83 Read Data and Bit Flip Register 47
MTU_MC83_RDBFL48 0xF00663C0          MC 83 Read Data and Bit Flip Register 48
MTU_MC83_RDBFL49 0xF00663C2          MC 83 Read Data and Bit Flip Register 49
MTU_MC83_RDBFL50 0xF00663C4          MC 83 Read Data and Bit Flip Register 50
MTU_MC83_RDBFL51 0xF00663C6          MC 83 Read Data and Bit Flip Register 51
MTU_MC83_RDBFL52 0xF00663C8          MC 83 Read Data and Bit Flip Register 52
MTU_MC83_RDBFL53 0xF00663CA          MC 83 Read Data and Bit Flip Register 53
MTU_MC83_RDBFL54 0xF00663CC          MC 83 Read Data and Bit Flip Register 54
MTU_MC83_RDBFL55 0xF00663CE          MC 83 Read Data and Bit Flip Register 55
MTU_MC83_RDBFL56 0xF00663D0          MC 83 Read Data and Bit Flip Register 56
MTU_MC83_RDBFL57 0xF00663D2          MC 83 Read Data and Bit Flip Register 57
MTU_MC83_RDBFL58 0xF00663D4          MC 83 Read Data and Bit Flip Register 58
MTU_MC83_RDBFL59 0xF00663D6          MC 83 Read Data and Bit Flip Register 59
MTU_MC83_RDBFL60 0xF00663D8          MC 83 Read Data and Bit Flip Register 60
MTU_MC83_RDBFL61 0xF00663DA          MC 83 Read Data and Bit Flip Register 61
MTU_MC83_RDBFL62 0xF00663DC          MC 83 Read Data and Bit Flip Register 62
MTU_MC83_RDBFL63 0xF00663DE          MC 83 Read Data and Bit Flip Register 63
MTU_MC83_RDBFL64 0xF00663E0          MC 83 Read Data and Bit Flip Register 64
MTU_MC83_RDBFL65 0xF00663E2          MC 83 Read Data and Bit Flip Register 65
MTU_MC83_RDBFL66 0xF00663E4          MC 83 Read Data and Bit Flip Register 66
MTU_MC83_ALMSRCS 0xF00663EE          MC 83 Alarm Sources Configuration Register
MTU_MC83_FAULTSTS 0xF00663F0          MC 83 SSH Safety Faults Status Register
MTU_MC83_ERRINFO0 0xF00663F2          MC 83 Error Information Register 0
MTU_MC83_ERRINFO1 0xF00663F4          MC 83 Error Information Register 1
MTU_MC83_ERRINFO2 0xF00663F6          MC 83 Error Information Register 2
MTU_MC83_ERRINFO3 0xF00663F8          MC 83 Error Information Register 3
MTU_MC83_ERRINFO4 0xF00663FA          MC 83 Error Information Register 4
MTU_MC84_CONFIG0 0xF0066400          MC 84 Configuration Register 0
MTU_MC84_CONFIG1 0xF0066402          MC 84 Configuration Register 1
MTU_MC84_MCONTROL 0xF0066404          MC 84 MBIST Control Register
MTU_MC84_MSTATUS 0xF0066406          MC 84 Status Register
MTU_MC84_RANGE  0xF0066408          MC 84 Range Register, single address mode
MTU_MC84_REVID  0xF006640C          MC 84 Revision ID Register
MTU_MC84_ECCS   0xF006640E          MC 84 ECC Safety Register
MTU_MC84_ECCD   0xF0066410          MC 84 Memory ECC Detection Register
MTU_MC84_ETRR0  0xF0066412          MC 84 Error Tracking Register 0
MTU_MC84_ETRR1  0xF0066414          MC 84 Error Tracking Register 1
MTU_MC84_ETRR2  0xF0066416          MC 84 Error Tracking Register 2
MTU_MC84_ETRR3  0xF0066418          MC 84 Error Tracking Register 3
MTU_MC84_ETRR4  0xF006641A          MC 84 Error Tracking Register 4
MTU_MC84_RDBFL0 0xF0066460          MC 84 Read Data and Bit Flip Register 0
MTU_MC84_RDBFL1 0xF0066462          MC 84 Read Data and Bit Flip Register 1
MTU_MC84_RDBFL2 0xF0066464          MC 84 Read Data and Bit Flip Register 2
MTU_MC84_RDBFL3 0xF0066466          MC 84 Read Data and Bit Flip Register 3
MTU_MC84_RDBFL4 0xF0066468          MC 84 Read Data and Bit Flip Register 4
MTU_MC84_RDBFL5 0xF006646A          MC 84 Read Data and Bit Flip Register 5
MTU_MC84_RDBFL6 0xF006646C          MC 84 Read Data and Bit Flip Register 6
MTU_MC84_RDBFL7 0xF006646E          MC 84 Read Data and Bit Flip Register 7
MTU_MC84_RDBFL8 0xF0066470          MC 84 Read Data and Bit Flip Register 8
MTU_MC84_RDBFL9 0xF0066472          MC 84 Read Data and Bit Flip Register 9
MTU_MC84_RDBFL10 0xF0066474          MC 84 Read Data and Bit Flip Register 10
MTU_MC84_RDBFL11 0xF0066476          MC 84 Read Data and Bit Flip Register 11
MTU_MC84_RDBFL12 0xF0066478          MC 84 Read Data and Bit Flip Register 12
MTU_MC84_RDBFL13 0xF006647A          MC 84 Read Data and Bit Flip Register 13
MTU_MC84_RDBFL14 0xF006647C          MC 84 Read Data and Bit Flip Register 14
MTU_MC84_RDBFL15 0xF006647E          MC 84 Read Data and Bit Flip Register 15
MTU_MC84_RDBFL16 0xF0066480          MC 84 Read Data and Bit Flip Register 16
MTU_MC84_RDBFL17 0xF0066482          MC 84 Read Data and Bit Flip Register 17
MTU_MC84_RDBFL18 0xF0066484          MC 84 Read Data and Bit Flip Register 18
MTU_MC84_RDBFL19 0xF0066486          MC 84 Read Data and Bit Flip Register 19
MTU_MC84_RDBFL20 0xF0066488          MC 84 Read Data and Bit Flip Register 20
MTU_MC84_RDBFL21 0xF006648A          MC 84 Read Data and Bit Flip Register 21
MTU_MC84_RDBFL22 0xF006648C          MC 84 Read Data and Bit Flip Register 22
MTU_MC84_RDBFL23 0xF006648E          MC 84 Read Data and Bit Flip Register 23
MTU_MC84_RDBFL24 0xF0066490          MC 84 Read Data and Bit Flip Register 24
MTU_MC84_RDBFL25 0xF0066492          MC 84 Read Data and Bit Flip Register 25
MTU_MC84_RDBFL26 0xF0066494          MC 84 Read Data and Bit Flip Register 26
MTU_MC84_RDBFL27 0xF0066496          MC 84 Read Data and Bit Flip Register 27
MTU_MC84_RDBFL28 0xF0066498          MC 84 Read Data and Bit Flip Register 28
MTU_MC84_RDBFL29 0xF006649A          MC 84 Read Data and Bit Flip Register 29
MTU_MC84_RDBFL30 0xF006649C          MC 84 Read Data and Bit Flip Register 30
MTU_MC84_RDBFL31 0xF006649E          MC 84 Read Data and Bit Flip Register 31
MTU_MC84_RDBFL32 0xF00664A0          MC 84 Read Data and Bit Flip Register 32
MTU_MC84_RDBFL33 0xF00664A2          MC 84 Read Data and Bit Flip Register 33
MTU_MC84_RDBFL34 0xF00664A4          MC 84 Read Data and Bit Flip Register 34
MTU_MC84_RDBFL35 0xF00664A6          MC 84 Read Data and Bit Flip Register 35
MTU_MC84_RDBFL36 0xF00664A8          MC 84 Read Data and Bit Flip Register 36
MTU_MC84_RDBFL37 0xF00664AA          MC 84 Read Data and Bit Flip Register 37
MTU_MC84_RDBFL38 0xF00664AC          MC 84 Read Data and Bit Flip Register 38
MTU_MC84_RDBFL39 0xF00664AE          MC 84 Read Data and Bit Flip Register 39
MTU_MC84_RDBFL40 0xF00664B0          MC 84 Read Data and Bit Flip Register 40
MTU_MC84_RDBFL41 0xF00664B2          MC 84 Read Data and Bit Flip Register 41
MTU_MC84_RDBFL42 0xF00664B4          MC 84 Read Data and Bit Flip Register 42
MTU_MC84_RDBFL43 0xF00664B6          MC 84 Read Data and Bit Flip Register 43
MTU_MC84_RDBFL44 0xF00664B8          MC 84 Read Data and Bit Flip Register 44
MTU_MC84_RDBFL45 0xF00664BA          MC 84 Read Data and Bit Flip Register 45
MTU_MC84_RDBFL46 0xF00664BC          MC 84 Read Data and Bit Flip Register 46
MTU_MC84_RDBFL47 0xF00664BE          MC 84 Read Data and Bit Flip Register 47
MTU_MC84_RDBFL48 0xF00664C0          MC 84 Read Data and Bit Flip Register 48
MTU_MC84_RDBFL49 0xF00664C2          MC 84 Read Data and Bit Flip Register 49
MTU_MC84_RDBFL50 0xF00664C4          MC 84 Read Data and Bit Flip Register 50
MTU_MC84_RDBFL51 0xF00664C6          MC 84 Read Data and Bit Flip Register 51
MTU_MC84_RDBFL52 0xF00664C8          MC 84 Read Data and Bit Flip Register 52
MTU_MC84_RDBFL53 0xF00664CA          MC 84 Read Data and Bit Flip Register 53
MTU_MC84_RDBFL54 0xF00664CC          MC 84 Read Data and Bit Flip Register 54
MTU_MC84_RDBFL55 0xF00664CE          MC 84 Read Data and Bit Flip Register 55
MTU_MC84_RDBFL56 0xF00664D0          MC 84 Read Data and Bit Flip Register 56
MTU_MC84_RDBFL57 0xF00664D2          MC 84 Read Data and Bit Flip Register 57
MTU_MC84_RDBFL58 0xF00664D4          MC 84 Read Data and Bit Flip Register 58
MTU_MC84_RDBFL59 0xF00664D6          MC 84 Read Data and Bit Flip Register 59
MTU_MC84_RDBFL60 0xF00664D8          MC 84 Read Data and Bit Flip Register 60
MTU_MC84_RDBFL61 0xF00664DA          MC 84 Read Data and Bit Flip Register 61
MTU_MC84_RDBFL62 0xF00664DC          MC 84 Read Data and Bit Flip Register 62
MTU_MC84_RDBFL63 0xF00664DE          MC 84 Read Data and Bit Flip Register 63
MTU_MC84_RDBFL64 0xF00664E0          MC 84 Read Data and Bit Flip Register 64
MTU_MC84_RDBFL65 0xF00664E2          MC 84 Read Data and Bit Flip Register 65
MTU_MC84_RDBFL66 0xF00664E4          MC 84 Read Data and Bit Flip Register 66
MTU_MC84_ALMSRCS 0xF00664EE          MC 84 Alarm Sources Configuration Register
MTU_MC84_FAULTSTS 0xF00664F0          MC 84 SSH Safety Faults Status Register
MTU_MC84_ERRINFO0 0xF00664F2          MC 84 Error Information Register 0
MTU_MC84_ERRINFO1 0xF00664F4          MC 84 Error Information Register 1
MTU_MC84_ERRINFO2 0xF00664F6          MC 84 Error Information Register 2
MTU_MC84_ERRINFO3 0xF00664F8          MC 84 Error Information Register 3
MTU_MC84_ERRINFO4 0xF00664FA          MC 84 Error Information Register 4
MTU_MC85_CONFIG0 0xF0066500          MC 85 Configuration Register 0
MTU_MC85_CONFIG1 0xF0066502          MC 85 Configuration Register 1
MTU_MC85_MCONTROL 0xF0066504          MC 85 MBIST Control Register
MTU_MC85_MSTATUS 0xF0066506          MC 85 Status Register
MTU_MC85_RANGE  0xF0066508          MC 85 Range Register, single address mode
MTU_MC85_REVID  0xF006650C          MC 85 Revision ID Register
MTU_MC85_ECCS   0xF006650E          MC 85 ECC Safety Register
MTU_MC85_ECCD   0xF0066510          MC 85 Memory ECC Detection Register
MTU_MC85_ETRR0  0xF0066512          MC 85 Error Tracking Register 0
MTU_MC85_ETRR1  0xF0066514          MC 85 Error Tracking Register 1
MTU_MC85_ETRR2  0xF0066516          MC 85 Error Tracking Register 2
MTU_MC85_ETRR3  0xF0066518          MC 85 Error Tracking Register 3
MTU_MC85_ETRR4  0xF006651A          MC 85 Error Tracking Register 4
MTU_MC85_RDBFL0 0xF0066560          MC 85 Read Data and Bit Flip Register 0
MTU_MC85_RDBFL1 0xF0066562          MC 85 Read Data and Bit Flip Register 1
MTU_MC85_RDBFL2 0xF0066564          MC 85 Read Data and Bit Flip Register 2
MTU_MC85_RDBFL3 0xF0066566          MC 85 Read Data and Bit Flip Register 3
MTU_MC85_RDBFL4 0xF0066568          MC 85 Read Data and Bit Flip Register 4
MTU_MC85_RDBFL5 0xF006656A          MC 85 Read Data and Bit Flip Register 5
MTU_MC85_RDBFL6 0xF006656C          MC 85 Read Data and Bit Flip Register 6
MTU_MC85_RDBFL7 0xF006656E          MC 85 Read Data and Bit Flip Register 7
MTU_MC85_RDBFL8 0xF0066570          MC 85 Read Data and Bit Flip Register 8
MTU_MC85_RDBFL9 0xF0066572          MC 85 Read Data and Bit Flip Register 9
MTU_MC85_RDBFL10 0xF0066574          MC 85 Read Data and Bit Flip Register 10
MTU_MC85_RDBFL11 0xF0066576          MC 85 Read Data and Bit Flip Register 11
MTU_MC85_RDBFL12 0xF0066578          MC 85 Read Data and Bit Flip Register 12
MTU_MC85_RDBFL13 0xF006657A          MC 85 Read Data and Bit Flip Register 13
MTU_MC85_RDBFL14 0xF006657C          MC 85 Read Data and Bit Flip Register 14
MTU_MC85_RDBFL15 0xF006657E          MC 85 Read Data and Bit Flip Register 15
MTU_MC85_RDBFL16 0xF0066580          MC 85 Read Data and Bit Flip Register 16
MTU_MC85_RDBFL17 0xF0066582          MC 85 Read Data and Bit Flip Register 17
MTU_MC85_RDBFL18 0xF0066584          MC 85 Read Data and Bit Flip Register 18
MTU_MC85_RDBFL19 0xF0066586          MC 85 Read Data and Bit Flip Register 19
MTU_MC85_RDBFL20 0xF0066588          MC 85 Read Data and Bit Flip Register 20
MTU_MC85_RDBFL21 0xF006658A          MC 85 Read Data and Bit Flip Register 21
MTU_MC85_RDBFL22 0xF006658C          MC 85 Read Data and Bit Flip Register 22
MTU_MC85_RDBFL23 0xF006658E          MC 85 Read Data and Bit Flip Register 23
MTU_MC85_RDBFL24 0xF0066590          MC 85 Read Data and Bit Flip Register 24
MTU_MC85_RDBFL25 0xF0066592          MC 85 Read Data and Bit Flip Register 25
MTU_MC85_RDBFL26 0xF0066594          MC 85 Read Data and Bit Flip Register 26
MTU_MC85_RDBFL27 0xF0066596          MC 85 Read Data and Bit Flip Register 27
MTU_MC85_RDBFL28 0xF0066598          MC 85 Read Data and Bit Flip Register 28
MTU_MC85_RDBFL29 0xF006659A          MC 85 Read Data and Bit Flip Register 29
MTU_MC85_RDBFL30 0xF006659C          MC 85 Read Data and Bit Flip Register 30
MTU_MC85_RDBFL31 0xF006659E          MC 85 Read Data and Bit Flip Register 31
MTU_MC85_RDBFL32 0xF00665A0          MC 85 Read Data and Bit Flip Register 32
MTU_MC85_RDBFL33 0xF00665A2          MC 85 Read Data and Bit Flip Register 33
MTU_MC85_RDBFL34 0xF00665A4          MC 85 Read Data and Bit Flip Register 34
MTU_MC85_RDBFL35 0xF00665A6          MC 85 Read Data and Bit Flip Register 35
MTU_MC85_RDBFL36 0xF00665A8          MC 85 Read Data and Bit Flip Register 36
MTU_MC85_RDBFL37 0xF00665AA          MC 85 Read Data and Bit Flip Register 37
MTU_MC85_RDBFL38 0xF00665AC          MC 85 Read Data and Bit Flip Register 38
MTU_MC85_RDBFL39 0xF00665AE          MC 85 Read Data and Bit Flip Register 39
MTU_MC85_RDBFL40 0xF00665B0          MC 85 Read Data and Bit Flip Register 40
MTU_MC85_RDBFL41 0xF00665B2          MC 85 Read Data and Bit Flip Register 41
MTU_MC85_RDBFL42 0xF00665B4          MC 85 Read Data and Bit Flip Register 42
MTU_MC85_RDBFL43 0xF00665B6          MC 85 Read Data and Bit Flip Register 43
MTU_MC85_RDBFL44 0xF00665B8          MC 85 Read Data and Bit Flip Register 44
MTU_MC85_RDBFL45 0xF00665BA          MC 85 Read Data and Bit Flip Register 45
MTU_MC85_RDBFL46 0xF00665BC          MC 85 Read Data and Bit Flip Register 46
MTU_MC85_RDBFL47 0xF00665BE          MC 85 Read Data and Bit Flip Register 47
MTU_MC85_RDBFL48 0xF00665C0          MC 85 Read Data and Bit Flip Register 48
MTU_MC85_RDBFL49 0xF00665C2          MC 85 Read Data and Bit Flip Register 49
MTU_MC85_RDBFL50 0xF00665C4          MC 85 Read Data and Bit Flip Register 50
MTU_MC85_RDBFL51 0xF00665C6          MC 85 Read Data and Bit Flip Register 51
MTU_MC85_RDBFL52 0xF00665C8          MC 85 Read Data and Bit Flip Register 52
MTU_MC85_RDBFL53 0xF00665CA          MC 85 Read Data and Bit Flip Register 53
MTU_MC85_RDBFL54 0xF00665CC          MC 85 Read Data and Bit Flip Register 54
MTU_MC85_RDBFL55 0xF00665CE          MC 85 Read Data and Bit Flip Register 55
MTU_MC85_RDBFL56 0xF00665D0          MC 85 Read Data and Bit Flip Register 56
MTU_MC85_RDBFL57 0xF00665D2          MC 85 Read Data and Bit Flip Register 57
MTU_MC85_RDBFL58 0xF00665D4          MC 85 Read Data and Bit Flip Register 58
MTU_MC85_RDBFL59 0xF00665D6          MC 85 Read Data and Bit Flip Register 59
MTU_MC85_RDBFL60 0xF00665D8          MC 85 Read Data and Bit Flip Register 60
MTU_MC85_RDBFL61 0xF00665DA          MC 85 Read Data and Bit Flip Register 61
MTU_MC85_RDBFL62 0xF00665DC          MC 85 Read Data and Bit Flip Register 62
MTU_MC85_RDBFL63 0xF00665DE          MC 85 Read Data and Bit Flip Register 63
MTU_MC85_RDBFL64 0xF00665E0          MC 85 Read Data and Bit Flip Register 64
MTU_MC85_RDBFL65 0xF00665E2          MC 85 Read Data and Bit Flip Register 65
MTU_MC85_RDBFL66 0xF00665E4          MC 85 Read Data and Bit Flip Register 66
MTU_MC85_ALMSRCS 0xF00665EE          MC 85 Alarm Sources Configuration Register
MTU_MC85_FAULTSTS 0xF00665F0          MC 85 SSH Safety Faults Status Register
MTU_MC85_ERRINFO0 0xF00665F2          MC 85 Error Information Register 0
MTU_MC85_ERRINFO1 0xF00665F4          MC 85 Error Information Register 1
MTU_MC85_ERRINFO2 0xF00665F6          MC 85 Error Information Register 2
MTU_MC85_ERRINFO3 0xF00665F8          MC 85 Error Information Register 3
MTU_MC85_ERRINFO4 0xF00665FA          MC 85 Error Information Register 4
MTU_MC86_CONFIG0 0xF0066600          MC 86 Configuration Register 0
MTU_MC86_CONFIG1 0xF0066602          MC 86 Configuration Register 1
MTU_MC86_MCONTROL 0xF0066604          MC 86 MBIST Control Register
MTU_MC86_MSTATUS 0xF0066606          MC 86 Status Register
MTU_MC86_RANGE  0xF0066608          MC 86 Range Register, single address mode
MTU_MC86_REVID  0xF006660C          MC 86 Revision ID Register
MTU_MC86_ECCS   0xF006660E          MC 86 ECC Safety Register
MTU_MC86_ECCD   0xF0066610          MC 86 Memory ECC Detection Register
MTU_MC86_ETRR0  0xF0066612          MC 86 Error Tracking Register 0
MTU_MC86_ETRR1  0xF0066614          MC 86 Error Tracking Register 1
MTU_MC86_ETRR2  0xF0066616          MC 86 Error Tracking Register 2
MTU_MC86_ETRR3  0xF0066618          MC 86 Error Tracking Register 3
MTU_MC86_ETRR4  0xF006661A          MC 86 Error Tracking Register 4
MTU_MC86_RDBFL0 0xF0066660          MC 86 Read Data and Bit Flip Register 0
MTU_MC86_RDBFL1 0xF0066662          MC 86 Read Data and Bit Flip Register 1
MTU_MC86_RDBFL2 0xF0066664          MC 86 Read Data and Bit Flip Register 2
MTU_MC86_RDBFL3 0xF0066666          MC 86 Read Data and Bit Flip Register 3
MTU_MC86_RDBFL4 0xF0066668          MC 86 Read Data and Bit Flip Register 4
MTU_MC86_RDBFL5 0xF006666A          MC 86 Read Data and Bit Flip Register 5
MTU_MC86_RDBFL6 0xF006666C          MC 86 Read Data and Bit Flip Register 6
MTU_MC86_RDBFL7 0xF006666E          MC 86 Read Data and Bit Flip Register 7
MTU_MC86_RDBFL8 0xF0066670          MC 86 Read Data and Bit Flip Register 8
MTU_MC86_RDBFL9 0xF0066672          MC 86 Read Data and Bit Flip Register 9
MTU_MC86_RDBFL10 0xF0066674          MC 86 Read Data and Bit Flip Register 10
MTU_MC86_RDBFL11 0xF0066676          MC 86 Read Data and Bit Flip Register 11
MTU_MC86_RDBFL12 0xF0066678          MC 86 Read Data and Bit Flip Register 12
MTU_MC86_RDBFL13 0xF006667A          MC 86 Read Data and Bit Flip Register 13
MTU_MC86_RDBFL14 0xF006667C          MC 86 Read Data and Bit Flip Register 14
MTU_MC86_RDBFL15 0xF006667E          MC 86 Read Data and Bit Flip Register 15
MTU_MC86_RDBFL16 0xF0066680          MC 86 Read Data and Bit Flip Register 16
MTU_MC86_RDBFL17 0xF0066682          MC 86 Read Data and Bit Flip Register 17
MTU_MC86_RDBFL18 0xF0066684          MC 86 Read Data and Bit Flip Register 18
MTU_MC86_RDBFL19 0xF0066686          MC 86 Read Data and Bit Flip Register 19
MTU_MC86_RDBFL20 0xF0066688          MC 86 Read Data and Bit Flip Register 20
MTU_MC86_RDBFL21 0xF006668A          MC 86 Read Data and Bit Flip Register 21
MTU_MC86_RDBFL22 0xF006668C          MC 86 Read Data and Bit Flip Register 22
MTU_MC86_RDBFL23 0xF006668E          MC 86 Read Data and Bit Flip Register 23
MTU_MC86_RDBFL24 0xF0066690          MC 86 Read Data and Bit Flip Register 24
MTU_MC86_RDBFL25 0xF0066692          MC 86 Read Data and Bit Flip Register 25
MTU_MC86_RDBFL26 0xF0066694          MC 86 Read Data and Bit Flip Register 26
MTU_MC86_RDBFL27 0xF0066696          MC 86 Read Data and Bit Flip Register 27
MTU_MC86_RDBFL28 0xF0066698          MC 86 Read Data and Bit Flip Register 28
MTU_MC86_RDBFL29 0xF006669A          MC 86 Read Data and Bit Flip Register 29
MTU_MC86_RDBFL30 0xF006669C          MC 86 Read Data and Bit Flip Register 30
MTU_MC86_RDBFL31 0xF006669E          MC 86 Read Data and Bit Flip Register 31
MTU_MC86_RDBFL32 0xF00666A0          MC 86 Read Data and Bit Flip Register 32
MTU_MC86_RDBFL33 0xF00666A2          MC 86 Read Data and Bit Flip Register 33
MTU_MC86_RDBFL34 0xF00666A4          MC 86 Read Data and Bit Flip Register 34
MTU_MC86_RDBFL35 0xF00666A6          MC 86 Read Data and Bit Flip Register 35
MTU_MC86_RDBFL36 0xF00666A8          MC 86 Read Data and Bit Flip Register 36
MTU_MC86_RDBFL37 0xF00666AA          MC 86 Read Data and Bit Flip Register 37
MTU_MC86_RDBFL38 0xF00666AC          MC 86 Read Data and Bit Flip Register 38
MTU_MC86_RDBFL39 0xF00666AE          MC 86 Read Data and Bit Flip Register 39
MTU_MC86_RDBFL40 0xF00666B0          MC 86 Read Data and Bit Flip Register 40
MTU_MC86_RDBFL41 0xF00666B2          MC 86 Read Data and Bit Flip Register 41
MTU_MC86_RDBFL42 0xF00666B4          MC 86 Read Data and Bit Flip Register 42
MTU_MC86_RDBFL43 0xF00666B6          MC 86 Read Data and Bit Flip Register 43
MTU_MC86_RDBFL44 0xF00666B8          MC 86 Read Data and Bit Flip Register 44
MTU_MC86_RDBFL45 0xF00666BA          MC 86 Read Data and Bit Flip Register 45
MTU_MC86_RDBFL46 0xF00666BC          MC 86 Read Data and Bit Flip Register 46
MTU_MC86_RDBFL47 0xF00666BE          MC 86 Read Data and Bit Flip Register 47
MTU_MC86_RDBFL48 0xF00666C0          MC 86 Read Data and Bit Flip Register 48
MTU_MC86_RDBFL49 0xF00666C2          MC 86 Read Data and Bit Flip Register 49
MTU_MC86_RDBFL50 0xF00666C4          MC 86 Read Data and Bit Flip Register 50
MTU_MC86_RDBFL51 0xF00666C6          MC 86 Read Data and Bit Flip Register 51
MTU_MC86_RDBFL52 0xF00666C8          MC 86 Read Data and Bit Flip Register 52
MTU_MC86_RDBFL53 0xF00666CA          MC 86 Read Data and Bit Flip Register 53
MTU_MC86_RDBFL54 0xF00666CC          MC 86 Read Data and Bit Flip Register 54
MTU_MC86_RDBFL55 0xF00666CE          MC 86 Read Data and Bit Flip Register 55
MTU_MC86_RDBFL56 0xF00666D0          MC 86 Read Data and Bit Flip Register 56
MTU_MC86_RDBFL57 0xF00666D2          MC 86 Read Data and Bit Flip Register 57
MTU_MC86_RDBFL58 0xF00666D4          MC 86 Read Data and Bit Flip Register 58
MTU_MC86_RDBFL59 0xF00666D6          MC 86 Read Data and Bit Flip Register 59
MTU_MC86_RDBFL60 0xF00666D8          MC 86 Read Data and Bit Flip Register 60
MTU_MC86_RDBFL61 0xF00666DA          MC 86 Read Data and Bit Flip Register 61
MTU_MC86_RDBFL62 0xF00666DC          MC 86 Read Data and Bit Flip Register 62
MTU_MC86_RDBFL63 0xF00666DE          MC 86 Read Data and Bit Flip Register 63
MTU_MC86_RDBFL64 0xF00666E0          MC 86 Read Data and Bit Flip Register 64
MTU_MC86_RDBFL65 0xF00666E2          MC 86 Read Data and Bit Flip Register 65
MTU_MC86_RDBFL66 0xF00666E4          MC 86 Read Data and Bit Flip Register 66
MTU_MC86_ALMSRCS 0xF00666EE          MC 86 Alarm Sources Configuration Register
MTU_MC86_FAULTSTS 0xF00666F0          MC 86 SSH Safety Faults Status Register
MTU_MC86_ERRINFO0 0xF00666F2          MC 86 Error Information Register 0
MTU_MC86_ERRINFO1 0xF00666F4          MC 86 Error Information Register 1
MTU_MC86_ERRINFO2 0xF00666F6          MC 86 Error Information Register 2
MTU_MC86_ERRINFO3 0xF00666F8          MC 86 Error Information Register 3
MTU_MC86_ERRINFO4 0xF00666FA          MC 86 Error Information Register 4
MTU_MC87_CONFIG0 0xF0066700          MC 87 Configuration Register 0
MTU_MC87_CONFIG1 0xF0066702          MC 87 Configuration Register 1
MTU_MC87_MCONTROL 0xF0066704          MC 87 MBIST Control Register
MTU_MC87_MSTATUS 0xF0066706          MC 87 Status Register
MTU_MC87_RANGE  0xF0066708          MC 87 Range Register, single address mode
MTU_MC87_REVID  0xF006670C          MC 87 Revision ID Register
MTU_MC87_ECCS   0xF006670E          MC 87 ECC Safety Register
MTU_MC87_ECCD   0xF0066710          MC 87 Memory ECC Detection Register
MTU_MC87_ETRR0  0xF0066712          MC 87 Error Tracking Register 0
MTU_MC87_ETRR1  0xF0066714          MC 87 Error Tracking Register 1
MTU_MC87_ETRR2  0xF0066716          MC 87 Error Tracking Register 2
MTU_MC87_ETRR3  0xF0066718          MC 87 Error Tracking Register 3
MTU_MC87_ETRR4  0xF006671A          MC 87 Error Tracking Register 4
MTU_MC87_RDBFL0 0xF0066760          MC 87 Read Data and Bit Flip Register 0
MTU_MC87_RDBFL1 0xF0066762          MC 87 Read Data and Bit Flip Register 1
MTU_MC87_RDBFL2 0xF0066764          MC 87 Read Data and Bit Flip Register 2
MTU_MC87_RDBFL3 0xF0066766          MC 87 Read Data and Bit Flip Register 3
MTU_MC87_RDBFL4 0xF0066768          MC 87 Read Data and Bit Flip Register 4
MTU_MC87_RDBFL5 0xF006676A          MC 87 Read Data and Bit Flip Register 5
MTU_MC87_RDBFL6 0xF006676C          MC 87 Read Data and Bit Flip Register 6
MTU_MC87_RDBFL7 0xF006676E          MC 87 Read Data and Bit Flip Register 7
MTU_MC87_RDBFL8 0xF0066770          MC 87 Read Data and Bit Flip Register 8
MTU_MC87_RDBFL9 0xF0066772          MC 87 Read Data and Bit Flip Register 9
MTU_MC87_RDBFL10 0xF0066774          MC 87 Read Data and Bit Flip Register 10
MTU_MC87_RDBFL11 0xF0066776          MC 87 Read Data and Bit Flip Register 11
MTU_MC87_RDBFL12 0xF0066778          MC 87 Read Data and Bit Flip Register 12
MTU_MC87_RDBFL13 0xF006677A          MC 87 Read Data and Bit Flip Register 13
MTU_MC87_RDBFL14 0xF006677C          MC 87 Read Data and Bit Flip Register 14
MTU_MC87_RDBFL15 0xF006677E          MC 87 Read Data and Bit Flip Register 15
MTU_MC87_RDBFL16 0xF0066780          MC 87 Read Data and Bit Flip Register 16
MTU_MC87_RDBFL17 0xF0066782          MC 87 Read Data and Bit Flip Register 17
MTU_MC87_RDBFL18 0xF0066784          MC 87 Read Data and Bit Flip Register 18
MTU_MC87_RDBFL19 0xF0066786          MC 87 Read Data and Bit Flip Register 19
MTU_MC87_RDBFL20 0xF0066788          MC 87 Read Data and Bit Flip Register 20
MTU_MC87_RDBFL21 0xF006678A          MC 87 Read Data and Bit Flip Register 21
MTU_MC87_RDBFL22 0xF006678C          MC 87 Read Data and Bit Flip Register 22
MTU_MC87_RDBFL23 0xF006678E          MC 87 Read Data and Bit Flip Register 23
MTU_MC87_RDBFL24 0xF0066790          MC 87 Read Data and Bit Flip Register 24
MTU_MC87_RDBFL25 0xF0066792          MC 87 Read Data and Bit Flip Register 25
MTU_MC87_RDBFL26 0xF0066794          MC 87 Read Data and Bit Flip Register 26
MTU_MC87_RDBFL27 0xF0066796          MC 87 Read Data and Bit Flip Register 27
MTU_MC87_RDBFL28 0xF0066798          MC 87 Read Data and Bit Flip Register 28
MTU_MC87_RDBFL29 0xF006679A          MC 87 Read Data and Bit Flip Register 29
MTU_MC87_RDBFL30 0xF006679C          MC 87 Read Data and Bit Flip Register 30
MTU_MC87_RDBFL31 0xF006679E          MC 87 Read Data and Bit Flip Register 31
MTU_MC87_RDBFL32 0xF00667A0          MC 87 Read Data and Bit Flip Register 32
MTU_MC87_RDBFL33 0xF00667A2          MC 87 Read Data and Bit Flip Register 33
MTU_MC87_RDBFL34 0xF00667A4          MC 87 Read Data and Bit Flip Register 34
MTU_MC87_RDBFL35 0xF00667A6          MC 87 Read Data and Bit Flip Register 35
MTU_MC87_RDBFL36 0xF00667A8          MC 87 Read Data and Bit Flip Register 36
MTU_MC87_RDBFL37 0xF00667AA          MC 87 Read Data and Bit Flip Register 37
MTU_MC87_RDBFL38 0xF00667AC          MC 87 Read Data and Bit Flip Register 38
MTU_MC87_RDBFL39 0xF00667AE          MC 87 Read Data and Bit Flip Register 39
MTU_MC87_RDBFL40 0xF00667B0          MC 87 Read Data and Bit Flip Register 40
MTU_MC87_RDBFL41 0xF00667B2          MC 87 Read Data and Bit Flip Register 41
MTU_MC87_RDBFL42 0xF00667B4          MC 87 Read Data and Bit Flip Register 42
MTU_MC87_RDBFL43 0xF00667B6          MC 87 Read Data and Bit Flip Register 43
MTU_MC87_RDBFL44 0xF00667B8          MC 87 Read Data and Bit Flip Register 44
MTU_MC87_RDBFL45 0xF00667BA          MC 87 Read Data and Bit Flip Register 45
MTU_MC87_RDBFL46 0xF00667BC          MC 87 Read Data and Bit Flip Register 46
MTU_MC87_RDBFL47 0xF00667BE          MC 87 Read Data and Bit Flip Register 47
MTU_MC87_RDBFL48 0xF00667C0          MC 87 Read Data and Bit Flip Register 48
MTU_MC87_RDBFL49 0xF00667C2          MC 87 Read Data and Bit Flip Register 49
MTU_MC87_RDBFL50 0xF00667C4          MC 87 Read Data and Bit Flip Register 50
MTU_MC87_RDBFL51 0xF00667C6          MC 87 Read Data and Bit Flip Register 51
MTU_MC87_RDBFL52 0xF00667C8          MC 87 Read Data and Bit Flip Register 52
MTU_MC87_RDBFL53 0xF00667CA          MC 87 Read Data and Bit Flip Register 53
MTU_MC87_RDBFL54 0xF00667CC          MC 87 Read Data and Bit Flip Register 54
MTU_MC87_RDBFL55 0xF00667CE          MC 87 Read Data and Bit Flip Register 55
MTU_MC87_RDBFL56 0xF00667D0          MC 87 Read Data and Bit Flip Register 56
MTU_MC87_RDBFL57 0xF00667D2          MC 87 Read Data and Bit Flip Register 57
MTU_MC87_RDBFL58 0xF00667D4          MC 87 Read Data and Bit Flip Register 58
MTU_MC87_RDBFL59 0xF00667D6          MC 87 Read Data and Bit Flip Register 59
MTU_MC87_RDBFL60 0xF00667D8          MC 87 Read Data and Bit Flip Register 60
MTU_MC87_RDBFL61 0xF00667DA          MC 87 Read Data and Bit Flip Register 61
MTU_MC87_RDBFL62 0xF00667DC          MC 87 Read Data and Bit Flip Register 62
MTU_MC87_RDBFL63 0xF00667DE          MC 87 Read Data and Bit Flip Register 63
MTU_MC87_RDBFL64 0xF00667E0          MC 87 Read Data and Bit Flip Register 64
MTU_MC87_RDBFL65 0xF00667E2          MC 87 Read Data and Bit Flip Register 65
MTU_MC87_RDBFL66 0xF00667E4          MC 87 Read Data and Bit Flip Register 66
MTU_MC87_ALMSRCS 0xF00667EE          MC 87 Alarm Sources Configuration Register
MTU_MC87_FAULTSTS 0xF00667F0          MC 87 SSH Safety Faults Status Register
MTU_MC87_ERRINFO0 0xF00667F2          MC 87 Error Information Register 0
MTU_MC87_ERRINFO1 0xF00667F4          MC 87 Error Information Register 1
MTU_MC87_ERRINFO2 0xF00667F6          MC 87 Error Information Register 2
MTU_MC87_ERRINFO3 0xF00667F8          MC 87 Error Information Register 3
MTU_MC87_ERRINFO4 0xF00667FA          MC 87 Error Information Register 4
MTU_MC88_CONFIG0 0xF0066800          MC 88 Configuration Register 0
MTU_MC88_CONFIG1 0xF0066802          MC 88 Configuration Register 1
MTU_MC88_MCONTROL 0xF0066804          MC 88 MBIST Control Register
MTU_MC88_MSTATUS 0xF0066806          MC 88 Status Register
MTU_MC88_RANGE  0xF0066808          MC 88 Range Register, single address mode
MTU_MC88_REVID  0xF006680C          MC 88 Revision ID Register
MTU_MC88_ECCS   0xF006680E          MC 88 ECC Safety Register
MTU_MC88_ECCD   0xF0066810          MC 88 Memory ECC Detection Register
MTU_MC88_ETRR0  0xF0066812          MC 88 Error Tracking Register 0
MTU_MC88_ETRR1  0xF0066814          MC 88 Error Tracking Register 1
MTU_MC88_ETRR2  0xF0066816          MC 88 Error Tracking Register 2
MTU_MC88_ETRR3  0xF0066818          MC 88 Error Tracking Register 3
MTU_MC88_ETRR4  0xF006681A          MC 88 Error Tracking Register 4
MTU_MC88_RDBFL0 0xF0066860          MC 88 Read Data and Bit Flip Register 0
MTU_MC88_RDBFL1 0xF0066862          MC 88 Read Data and Bit Flip Register 1
MTU_MC88_RDBFL2 0xF0066864          MC 88 Read Data and Bit Flip Register 2
MTU_MC88_RDBFL3 0xF0066866          MC 88 Read Data and Bit Flip Register 3
MTU_MC88_RDBFL4 0xF0066868          MC 88 Read Data and Bit Flip Register 4
MTU_MC88_RDBFL5 0xF006686A          MC 88 Read Data and Bit Flip Register 5
MTU_MC88_RDBFL6 0xF006686C          MC 88 Read Data and Bit Flip Register 6
MTU_MC88_RDBFL7 0xF006686E          MC 88 Read Data and Bit Flip Register 7
MTU_MC88_RDBFL8 0xF0066870          MC 88 Read Data and Bit Flip Register 8
MTU_MC88_RDBFL9 0xF0066872          MC 88 Read Data and Bit Flip Register 9
MTU_MC88_RDBFL10 0xF0066874          MC 88 Read Data and Bit Flip Register 10
MTU_MC88_RDBFL11 0xF0066876          MC 88 Read Data and Bit Flip Register 11
MTU_MC88_RDBFL12 0xF0066878          MC 88 Read Data and Bit Flip Register 12
MTU_MC88_RDBFL13 0xF006687A          MC 88 Read Data and Bit Flip Register 13
MTU_MC88_RDBFL14 0xF006687C          MC 88 Read Data and Bit Flip Register 14
MTU_MC88_RDBFL15 0xF006687E          MC 88 Read Data and Bit Flip Register 15
MTU_MC88_RDBFL16 0xF0066880          MC 88 Read Data and Bit Flip Register 16
MTU_MC88_RDBFL17 0xF0066882          MC 88 Read Data and Bit Flip Register 17
MTU_MC88_RDBFL18 0xF0066884          MC 88 Read Data and Bit Flip Register 18
MTU_MC88_RDBFL19 0xF0066886          MC 88 Read Data and Bit Flip Register 19
MTU_MC88_RDBFL20 0xF0066888          MC 88 Read Data and Bit Flip Register 20
MTU_MC88_RDBFL21 0xF006688A          MC 88 Read Data and Bit Flip Register 21
MTU_MC88_RDBFL22 0xF006688C          MC 88 Read Data and Bit Flip Register 22
MTU_MC88_RDBFL23 0xF006688E          MC 88 Read Data and Bit Flip Register 23
MTU_MC88_RDBFL24 0xF0066890          MC 88 Read Data and Bit Flip Register 24
MTU_MC88_RDBFL25 0xF0066892          MC 88 Read Data and Bit Flip Register 25
MTU_MC88_RDBFL26 0xF0066894          MC 88 Read Data and Bit Flip Register 26
MTU_MC88_RDBFL27 0xF0066896          MC 88 Read Data and Bit Flip Register 27
MTU_MC88_RDBFL28 0xF0066898          MC 88 Read Data and Bit Flip Register 28
MTU_MC88_RDBFL29 0xF006689A          MC 88 Read Data and Bit Flip Register 29
MTU_MC88_RDBFL30 0xF006689C          MC 88 Read Data and Bit Flip Register 30
MTU_MC88_RDBFL31 0xF006689E          MC 88 Read Data and Bit Flip Register 31
MTU_MC88_RDBFL32 0xF00668A0          MC 88 Read Data and Bit Flip Register 32
MTU_MC88_RDBFL33 0xF00668A2          MC 88 Read Data and Bit Flip Register 33
MTU_MC88_RDBFL34 0xF00668A4          MC 88 Read Data and Bit Flip Register 34
MTU_MC88_RDBFL35 0xF00668A6          MC 88 Read Data and Bit Flip Register 35
MTU_MC88_RDBFL36 0xF00668A8          MC 88 Read Data and Bit Flip Register 36
MTU_MC88_RDBFL37 0xF00668AA          MC 88 Read Data and Bit Flip Register 37
MTU_MC88_RDBFL38 0xF00668AC          MC 88 Read Data and Bit Flip Register 38
MTU_MC88_RDBFL39 0xF00668AE          MC 88 Read Data and Bit Flip Register 39
MTU_MC88_RDBFL40 0xF00668B0          MC 88 Read Data and Bit Flip Register 40
MTU_MC88_RDBFL41 0xF00668B2          MC 88 Read Data and Bit Flip Register 41
MTU_MC88_RDBFL42 0xF00668B4          MC 88 Read Data and Bit Flip Register 42
MTU_MC88_RDBFL43 0xF00668B6          MC 88 Read Data and Bit Flip Register 43
MTU_MC88_RDBFL44 0xF00668B8          MC 88 Read Data and Bit Flip Register 44
MTU_MC88_RDBFL45 0xF00668BA          MC 88 Read Data and Bit Flip Register 45
MTU_MC88_RDBFL46 0xF00668BC          MC 88 Read Data and Bit Flip Register 46
MTU_MC88_RDBFL47 0xF00668BE          MC 88 Read Data and Bit Flip Register 47
MTU_MC88_RDBFL48 0xF00668C0          MC 88 Read Data and Bit Flip Register 48
MTU_MC88_RDBFL49 0xF00668C2          MC 88 Read Data and Bit Flip Register 49
MTU_MC88_RDBFL50 0xF00668C4          MC 88 Read Data and Bit Flip Register 50
MTU_MC88_RDBFL51 0xF00668C6          MC 88 Read Data and Bit Flip Register 51
MTU_MC88_RDBFL52 0xF00668C8          MC 88 Read Data and Bit Flip Register 52
MTU_MC88_RDBFL53 0xF00668CA          MC 88 Read Data and Bit Flip Register 53
MTU_MC88_RDBFL54 0xF00668CC          MC 88 Read Data and Bit Flip Register 54
MTU_MC88_RDBFL55 0xF00668CE          MC 88 Read Data and Bit Flip Register 55
MTU_MC88_RDBFL56 0xF00668D0          MC 88 Read Data and Bit Flip Register 56
MTU_MC88_RDBFL57 0xF00668D2          MC 88 Read Data and Bit Flip Register 57
MTU_MC88_RDBFL58 0xF00668D4          MC 88 Read Data and Bit Flip Register 58
MTU_MC88_RDBFL59 0xF00668D6          MC 88 Read Data and Bit Flip Register 59
MTU_MC88_RDBFL60 0xF00668D8          MC 88 Read Data and Bit Flip Register 60
MTU_MC88_RDBFL61 0xF00668DA          MC 88 Read Data and Bit Flip Register 61
MTU_MC88_RDBFL62 0xF00668DC          MC 88 Read Data and Bit Flip Register 62
MTU_MC88_RDBFL63 0xF00668DE          MC 88 Read Data and Bit Flip Register 63
MTU_MC88_RDBFL64 0xF00668E0          MC 88 Read Data and Bit Flip Register 64
MTU_MC88_RDBFL65 0xF00668E2          MC 88 Read Data and Bit Flip Register 65
MTU_MC88_RDBFL66 0xF00668E4          MC 88 Read Data and Bit Flip Register 66
MTU_MC88_ALMSRCS 0xF00668EE          MC 88 Alarm Sources Configuration Register
MTU_MC88_FAULTSTS 0xF00668F0          MC 88 SSH Safety Faults Status Register
MTU_MC88_ERRINFO0 0xF00668F2          MC 88 Error Information Register 0
MTU_MC88_ERRINFO1 0xF00668F4          MC 88 Error Information Register 1
MTU_MC88_ERRINFO2 0xF00668F6          MC 88 Error Information Register 2
MTU_MC88_ERRINFO3 0xF00668F8          MC 88 Error Information Register 3
MTU_MC88_ERRINFO4 0xF00668FA          MC 88 Error Information Register 4
MTU_MC89_CONFIG0 0xF0066900          MC 89 Configuration Register 0
MTU_MC89_CONFIG1 0xF0066902          MC 89 Configuration Register 1
MTU_MC89_MCONTROL 0xF0066904          MC 89 MBIST Control Register
MTU_MC89_MSTATUS 0xF0066906          MC 89 Status Register
MTU_MC89_RANGE  0xF0066908          MC 89 Range Register, single address mode
MTU_MC89_REVID  0xF006690C          MC 89 Revision ID Register
MTU_MC89_ECCS   0xF006690E          MC 89 ECC Safety Register
MTU_MC89_ECCD   0xF0066910          MC 89 Memory ECC Detection Register
MTU_MC89_ETRR0  0xF0066912          MC 89 Error Tracking Register 0
MTU_MC89_ETRR1  0xF0066914          MC 89 Error Tracking Register 1
MTU_MC89_ETRR2  0xF0066916          MC 89 Error Tracking Register 2
MTU_MC89_ETRR3  0xF0066918          MC 89 Error Tracking Register 3
MTU_MC89_ETRR4  0xF006691A          MC 89 Error Tracking Register 4
MTU_MC89_RDBFL0 0xF0066960          MC 89 Read Data and Bit Flip Register 0
MTU_MC89_RDBFL1 0xF0066962          MC 89 Read Data and Bit Flip Register 1
MTU_MC89_RDBFL2 0xF0066964          MC 89 Read Data and Bit Flip Register 2
MTU_MC89_RDBFL3 0xF0066966          MC 89 Read Data and Bit Flip Register 3
MTU_MC89_RDBFL4 0xF0066968          MC 89 Read Data and Bit Flip Register 4
MTU_MC89_RDBFL5 0xF006696A          MC 89 Read Data and Bit Flip Register 5
MTU_MC89_RDBFL6 0xF006696C          MC 89 Read Data and Bit Flip Register 6
MTU_MC89_RDBFL7 0xF006696E          MC 89 Read Data and Bit Flip Register 7
MTU_MC89_RDBFL8 0xF0066970          MC 89 Read Data and Bit Flip Register 8
MTU_MC89_RDBFL9 0xF0066972          MC 89 Read Data and Bit Flip Register 9
MTU_MC89_RDBFL10 0xF0066974          MC 89 Read Data and Bit Flip Register 10
MTU_MC89_RDBFL11 0xF0066976          MC 89 Read Data and Bit Flip Register 11
MTU_MC89_RDBFL12 0xF0066978          MC 89 Read Data and Bit Flip Register 12
MTU_MC89_RDBFL13 0xF006697A          MC 89 Read Data and Bit Flip Register 13
MTU_MC89_RDBFL14 0xF006697C          MC 89 Read Data and Bit Flip Register 14
MTU_MC89_RDBFL15 0xF006697E          MC 89 Read Data and Bit Flip Register 15
MTU_MC89_RDBFL16 0xF0066980          MC 89 Read Data and Bit Flip Register 16
MTU_MC89_RDBFL17 0xF0066982          MC 89 Read Data and Bit Flip Register 17
MTU_MC89_RDBFL18 0xF0066984          MC 89 Read Data and Bit Flip Register 18
MTU_MC89_RDBFL19 0xF0066986          MC 89 Read Data and Bit Flip Register 19
MTU_MC89_RDBFL20 0xF0066988          MC 89 Read Data and Bit Flip Register 20
MTU_MC89_RDBFL21 0xF006698A          MC 89 Read Data and Bit Flip Register 21
MTU_MC89_RDBFL22 0xF006698C          MC 89 Read Data and Bit Flip Register 22
MTU_MC89_RDBFL23 0xF006698E          MC 89 Read Data and Bit Flip Register 23
MTU_MC89_RDBFL24 0xF0066990          MC 89 Read Data and Bit Flip Register 24
MTU_MC89_RDBFL25 0xF0066992          MC 89 Read Data and Bit Flip Register 25
MTU_MC89_RDBFL26 0xF0066994          MC 89 Read Data and Bit Flip Register 26
MTU_MC89_RDBFL27 0xF0066996          MC 89 Read Data and Bit Flip Register 27
MTU_MC89_RDBFL28 0xF0066998          MC 89 Read Data and Bit Flip Register 28
MTU_MC89_RDBFL29 0xF006699A          MC 89 Read Data and Bit Flip Register 29
MTU_MC89_RDBFL30 0xF006699C          MC 89 Read Data and Bit Flip Register 30
MTU_MC89_RDBFL31 0xF006699E          MC 89 Read Data and Bit Flip Register 31
MTU_MC89_RDBFL32 0xF00669A0          MC 89 Read Data and Bit Flip Register 32
MTU_MC89_RDBFL33 0xF00669A2          MC 89 Read Data and Bit Flip Register 33
MTU_MC89_RDBFL34 0xF00669A4          MC 89 Read Data and Bit Flip Register 34
MTU_MC89_RDBFL35 0xF00669A6          MC 89 Read Data and Bit Flip Register 35
MTU_MC89_RDBFL36 0xF00669A8          MC 89 Read Data and Bit Flip Register 36
MTU_MC89_RDBFL37 0xF00669AA          MC 89 Read Data and Bit Flip Register 37
MTU_MC89_RDBFL38 0xF00669AC          MC 89 Read Data and Bit Flip Register 38
MTU_MC89_RDBFL39 0xF00669AE          MC 89 Read Data and Bit Flip Register 39
MTU_MC89_RDBFL40 0xF00669B0          MC 89 Read Data and Bit Flip Register 40
MTU_MC89_RDBFL41 0xF00669B2          MC 89 Read Data and Bit Flip Register 41
MTU_MC89_RDBFL42 0xF00669B4          MC 89 Read Data and Bit Flip Register 42
MTU_MC89_RDBFL43 0xF00669B6          MC 89 Read Data and Bit Flip Register 43
MTU_MC89_RDBFL44 0xF00669B8          MC 89 Read Data and Bit Flip Register 44
MTU_MC89_RDBFL45 0xF00669BA          MC 89 Read Data and Bit Flip Register 45
MTU_MC89_RDBFL46 0xF00669BC          MC 89 Read Data and Bit Flip Register 46
MTU_MC89_RDBFL47 0xF00669BE          MC 89 Read Data and Bit Flip Register 47
MTU_MC89_RDBFL48 0xF00669C0          MC 89 Read Data and Bit Flip Register 48
MTU_MC89_RDBFL49 0xF00669C2          MC 89 Read Data and Bit Flip Register 49
MTU_MC89_RDBFL50 0xF00669C4          MC 89 Read Data and Bit Flip Register 50
MTU_MC89_RDBFL51 0xF00669C6          MC 89 Read Data and Bit Flip Register 51
MTU_MC89_RDBFL52 0xF00669C8          MC 89 Read Data and Bit Flip Register 52
MTU_MC89_RDBFL53 0xF00669CA          MC 89 Read Data and Bit Flip Register 53
MTU_MC89_RDBFL54 0xF00669CC          MC 89 Read Data and Bit Flip Register 54
MTU_MC89_RDBFL55 0xF00669CE          MC 89 Read Data and Bit Flip Register 55
MTU_MC89_RDBFL56 0xF00669D0          MC 89 Read Data and Bit Flip Register 56
MTU_MC89_RDBFL57 0xF00669D2          MC 89 Read Data and Bit Flip Register 57
MTU_MC89_RDBFL58 0xF00669D4          MC 89 Read Data and Bit Flip Register 58
MTU_MC89_RDBFL59 0xF00669D6          MC 89 Read Data and Bit Flip Register 59
MTU_MC89_RDBFL60 0xF00669D8          MC 89 Read Data and Bit Flip Register 60
MTU_MC89_RDBFL61 0xF00669DA          MC 89 Read Data and Bit Flip Register 61
MTU_MC89_RDBFL62 0xF00669DC          MC 89 Read Data and Bit Flip Register 62
MTU_MC89_RDBFL63 0xF00669DE          MC 89 Read Data and Bit Flip Register 63
MTU_MC89_RDBFL64 0xF00669E0          MC 89 Read Data and Bit Flip Register 64
MTU_MC89_RDBFL65 0xF00669E2          MC 89 Read Data and Bit Flip Register 65
MTU_MC89_RDBFL66 0xF00669E4          MC 89 Read Data and Bit Flip Register 66
MTU_MC89_ALMSRCS 0xF00669EE          MC 89 Alarm Sources Configuration Register
MTU_MC89_FAULTSTS 0xF00669F0          MC 89 SSH Safety Faults Status Register
MTU_MC89_ERRINFO0 0xF00669F2          MC 89 Error Information Register 0
MTU_MC89_ERRINFO1 0xF00669F4          MC 89 Error Information Register 1
MTU_MC89_ERRINFO2 0xF00669F6          MC 89 Error Information Register 2
MTU_MC89_ERRINFO3 0xF00669F8          MC 89 Error Information Register 3
MTU_MC89_ERRINFO4 0xF00669FA          MC 89 Error Information Register 4
MTU_MC90_CONFIG0 0xF0066A00          MC 90 Configuration Register 0
MTU_MC90_CONFIG1 0xF0066A02          MC 90 Configuration Register 1
MTU_MC90_MCONTROL 0xF0066A04          MC 90 MBIST Control Register
MTU_MC90_MSTATUS 0xF0066A06          MC 90 Status Register
MTU_MC90_RANGE  0xF0066A08          MC 90 Range Register, single address mode
MTU_MC90_REVID  0xF0066A0C          MC 90 Revision ID Register
MTU_MC90_ECCS   0xF0066A0E          MC 90 ECC Safety Register
MTU_MC90_ECCD   0xF0066A10          MC 90 Memory ECC Detection Register
MTU_MC90_ETRR0  0xF0066A12          MC 90 Error Tracking Register 0
MTU_MC90_ETRR1  0xF0066A14          MC 90 Error Tracking Register 1
MTU_MC90_ETRR2  0xF0066A16          MC 90 Error Tracking Register 2
MTU_MC90_ETRR3  0xF0066A18          MC 90 Error Tracking Register 3
MTU_MC90_ETRR4  0xF0066A1A          MC 90 Error Tracking Register 4
MTU_MC90_RDBFL0 0xF0066A60          MC 90 Read Data and Bit Flip Register 0
MTU_MC90_RDBFL1 0xF0066A62          MC 90 Read Data and Bit Flip Register 1
MTU_MC90_RDBFL2 0xF0066A64          MC 90 Read Data and Bit Flip Register 2
MTU_MC90_RDBFL3 0xF0066A66          MC 90 Read Data and Bit Flip Register 3
MTU_MC90_RDBFL4 0xF0066A68          MC 90 Read Data and Bit Flip Register 4
MTU_MC90_RDBFL5 0xF0066A6A          MC 90 Read Data and Bit Flip Register 5
MTU_MC90_RDBFL6 0xF0066A6C          MC 90 Read Data and Bit Flip Register 6
MTU_MC90_RDBFL7 0xF0066A6E          MC 90 Read Data and Bit Flip Register 7
MTU_MC90_RDBFL8 0xF0066A70          MC 90 Read Data and Bit Flip Register 8
MTU_MC90_RDBFL9 0xF0066A72          MC 90 Read Data and Bit Flip Register 9
MTU_MC90_RDBFL10 0xF0066A74          MC 90 Read Data and Bit Flip Register 10
MTU_MC90_RDBFL11 0xF0066A76          MC 90 Read Data and Bit Flip Register 11
MTU_MC90_RDBFL12 0xF0066A78          MC 90 Read Data and Bit Flip Register 12
MTU_MC90_RDBFL13 0xF0066A7A          MC 90 Read Data and Bit Flip Register 13
MTU_MC90_RDBFL14 0xF0066A7C          MC 90 Read Data and Bit Flip Register 14
MTU_MC90_RDBFL15 0xF0066A7E          MC 90 Read Data and Bit Flip Register 15
MTU_MC90_RDBFL16 0xF0066A80          MC 90 Read Data and Bit Flip Register 16
MTU_MC90_RDBFL17 0xF0066A82          MC 90 Read Data and Bit Flip Register 17
MTU_MC90_RDBFL18 0xF0066A84          MC 90 Read Data and Bit Flip Register 18
MTU_MC90_RDBFL19 0xF0066A86          MC 90 Read Data and Bit Flip Register 19
MTU_MC90_RDBFL20 0xF0066A88          MC 90 Read Data and Bit Flip Register 20
MTU_MC90_RDBFL21 0xF0066A8A          MC 90 Read Data and Bit Flip Register 21
MTU_MC90_RDBFL22 0xF0066A8C          MC 90 Read Data and Bit Flip Register 22
MTU_MC90_RDBFL23 0xF0066A8E          MC 90 Read Data and Bit Flip Register 23
MTU_MC90_RDBFL24 0xF0066A90          MC 90 Read Data and Bit Flip Register 24
MTU_MC90_RDBFL25 0xF0066A92          MC 90 Read Data and Bit Flip Register 25
MTU_MC90_RDBFL26 0xF0066A94          MC 90 Read Data and Bit Flip Register 26
MTU_MC90_RDBFL27 0xF0066A96          MC 90 Read Data and Bit Flip Register 27
MTU_MC90_RDBFL28 0xF0066A98          MC 90 Read Data and Bit Flip Register 28
MTU_MC90_RDBFL29 0xF0066A9A          MC 90 Read Data and Bit Flip Register 29
MTU_MC90_RDBFL30 0xF0066A9C          MC 90 Read Data and Bit Flip Register 30
MTU_MC90_RDBFL31 0xF0066A9E          MC 90 Read Data and Bit Flip Register 31
MTU_MC90_RDBFL32 0xF0066AA0          MC 90 Read Data and Bit Flip Register 32
MTU_MC90_RDBFL33 0xF0066AA2          MC 90 Read Data and Bit Flip Register 33
MTU_MC90_RDBFL34 0xF0066AA4          MC 90 Read Data and Bit Flip Register 34
MTU_MC90_RDBFL35 0xF0066AA6          MC 90 Read Data and Bit Flip Register 35
MTU_MC90_RDBFL36 0xF0066AA8          MC 90 Read Data and Bit Flip Register 36
MTU_MC90_RDBFL37 0xF0066AAA          MC 90 Read Data and Bit Flip Register 37
MTU_MC90_RDBFL38 0xF0066AAC          MC 90 Read Data and Bit Flip Register 38
MTU_MC90_RDBFL39 0xF0066AAE          MC 90 Read Data and Bit Flip Register 39
MTU_MC90_RDBFL40 0xF0066AB0          MC 90 Read Data and Bit Flip Register 40
MTU_MC90_RDBFL41 0xF0066AB2          MC 90 Read Data and Bit Flip Register 41
MTU_MC90_RDBFL42 0xF0066AB4          MC 90 Read Data and Bit Flip Register 42
MTU_MC90_RDBFL43 0xF0066AB6          MC 90 Read Data and Bit Flip Register 43
MTU_MC90_RDBFL44 0xF0066AB8          MC 90 Read Data and Bit Flip Register 44
MTU_MC90_RDBFL45 0xF0066ABA          MC 90 Read Data and Bit Flip Register 45
MTU_MC90_RDBFL46 0xF0066ABC          MC 90 Read Data and Bit Flip Register 46
MTU_MC90_RDBFL47 0xF0066ABE          MC 90 Read Data and Bit Flip Register 47
MTU_MC90_RDBFL48 0xF0066AC0          MC 90 Read Data and Bit Flip Register 48
MTU_MC90_RDBFL49 0xF0066AC2          MC 90 Read Data and Bit Flip Register 49
MTU_MC90_RDBFL50 0xF0066AC4          MC 90 Read Data and Bit Flip Register 50
MTU_MC90_RDBFL51 0xF0066AC6          MC 90 Read Data and Bit Flip Register 51
MTU_MC90_RDBFL52 0xF0066AC8          MC 90 Read Data and Bit Flip Register 52
MTU_MC90_RDBFL53 0xF0066ACA          MC 90 Read Data and Bit Flip Register 53
MTU_MC90_RDBFL54 0xF0066ACC          MC 90 Read Data and Bit Flip Register 54
MTU_MC90_RDBFL55 0xF0066ACE          MC 90 Read Data and Bit Flip Register 55
MTU_MC90_RDBFL56 0xF0066AD0          MC 90 Read Data and Bit Flip Register 56
MTU_MC90_RDBFL57 0xF0066AD2          MC 90 Read Data and Bit Flip Register 57
MTU_MC90_RDBFL58 0xF0066AD4          MC 90 Read Data and Bit Flip Register 58
MTU_MC90_RDBFL59 0xF0066AD6          MC 90 Read Data and Bit Flip Register 59
MTU_MC90_RDBFL60 0xF0066AD8          MC 90 Read Data and Bit Flip Register 60
MTU_MC90_RDBFL61 0xF0066ADA          MC 90 Read Data and Bit Flip Register 61
MTU_MC90_RDBFL62 0xF0066ADC          MC 90 Read Data and Bit Flip Register 62
MTU_MC90_RDBFL63 0xF0066ADE          MC 90 Read Data and Bit Flip Register 63
MTU_MC90_RDBFL64 0xF0066AE0          MC 90 Read Data and Bit Flip Register 64
MTU_MC90_RDBFL65 0xF0066AE2          MC 90 Read Data and Bit Flip Register 65
MTU_MC90_RDBFL66 0xF0066AE4          MC 90 Read Data and Bit Flip Register 66
MTU_MC90_ALMSRCS 0xF0066AEE          MC 90 Alarm Sources Configuration Register
MTU_MC90_FAULTSTS 0xF0066AF0          MC 90 SSH Safety Faults Status Register
MTU_MC90_ERRINFO0 0xF0066AF2          MC 90 Error Information Register 0
MTU_MC90_ERRINFO1 0xF0066AF4          MC 90 Error Information Register 1
MTU_MC90_ERRINFO2 0xF0066AF6          MC 90 Error Information Register 2
MTU_MC90_ERRINFO3 0xF0066AF8          MC 90 Error Information Register 3
MTU_MC90_ERRINFO4 0xF0066AFA          MC 90 Error Information Register 4
MTU_MC91_CONFIG0 0xF0066B00          MC 91 Configuration Register 0
MTU_MC91_CONFIG1 0xF0066B02          MC 91 Configuration Register 1
MTU_MC91_MCONTROL 0xF0066B04          MC 91 MBIST Control Register
MTU_MC91_MSTATUS 0xF0066B06          MC 91 Status Register
MTU_MC91_RANGE  0xF0066B08          MC 91 Range Register, single address mode
MTU_MC91_REVID  0xF0066B0C          MC 91 Revision ID Register
MTU_MC91_ECCS   0xF0066B0E          MC 91 ECC Safety Register
MTU_MC91_ECCD   0xF0066B10          MC 91 Memory ECC Detection Register
MTU_MC91_ETRR0  0xF0066B12          MC 91 Error Tracking Register 0
MTU_MC91_ETRR1  0xF0066B14          MC 91 Error Tracking Register 1
MTU_MC91_ETRR2  0xF0066B16          MC 91 Error Tracking Register 2
MTU_MC91_ETRR3  0xF0066B18          MC 91 Error Tracking Register 3
MTU_MC91_ETRR4  0xF0066B1A          MC 91 Error Tracking Register 4
MTU_MC91_RDBFL0 0xF0066B60          MC 91 Read Data and Bit Flip Register 0
MTU_MC91_RDBFL1 0xF0066B62          MC 91 Read Data and Bit Flip Register 1
MTU_MC91_RDBFL2 0xF0066B64          MC 91 Read Data and Bit Flip Register 2
MTU_MC91_RDBFL3 0xF0066B66          MC 91 Read Data and Bit Flip Register 3
MTU_MC91_RDBFL4 0xF0066B68          MC 91 Read Data and Bit Flip Register 4
MTU_MC91_RDBFL5 0xF0066B6A          MC 91 Read Data and Bit Flip Register 5
MTU_MC91_RDBFL6 0xF0066B6C          MC 91 Read Data and Bit Flip Register 6
MTU_MC91_RDBFL7 0xF0066B6E          MC 91 Read Data and Bit Flip Register 7
MTU_MC91_RDBFL8 0xF0066B70          MC 91 Read Data and Bit Flip Register 8
MTU_MC91_RDBFL9 0xF0066B72          MC 91 Read Data and Bit Flip Register 9
MTU_MC91_RDBFL10 0xF0066B74          MC 91 Read Data and Bit Flip Register 10
MTU_MC91_RDBFL11 0xF0066B76          MC 91 Read Data and Bit Flip Register 11
MTU_MC91_RDBFL12 0xF0066B78          MC 91 Read Data and Bit Flip Register 12
MTU_MC91_RDBFL13 0xF0066B7A          MC 91 Read Data and Bit Flip Register 13
MTU_MC91_RDBFL14 0xF0066B7C          MC 91 Read Data and Bit Flip Register 14
MTU_MC91_RDBFL15 0xF0066B7E          MC 91 Read Data and Bit Flip Register 15
MTU_MC91_RDBFL16 0xF0066B80          MC 91 Read Data and Bit Flip Register 16
MTU_MC91_RDBFL17 0xF0066B82          MC 91 Read Data and Bit Flip Register 17
MTU_MC91_RDBFL18 0xF0066B84          MC 91 Read Data and Bit Flip Register 18
MTU_MC91_RDBFL19 0xF0066B86          MC 91 Read Data and Bit Flip Register 19
MTU_MC91_RDBFL20 0xF0066B88          MC 91 Read Data and Bit Flip Register 20
MTU_MC91_RDBFL21 0xF0066B8A          MC 91 Read Data and Bit Flip Register 21
MTU_MC91_RDBFL22 0xF0066B8C          MC 91 Read Data and Bit Flip Register 22
MTU_MC91_RDBFL23 0xF0066B8E          MC 91 Read Data and Bit Flip Register 23
MTU_MC91_RDBFL24 0xF0066B90          MC 91 Read Data and Bit Flip Register 24
MTU_MC91_RDBFL25 0xF0066B92          MC 91 Read Data and Bit Flip Register 25
MTU_MC91_RDBFL26 0xF0066B94          MC 91 Read Data and Bit Flip Register 26
MTU_MC91_RDBFL27 0xF0066B96          MC 91 Read Data and Bit Flip Register 27
MTU_MC91_RDBFL28 0xF0066B98          MC 91 Read Data and Bit Flip Register 28
MTU_MC91_RDBFL29 0xF0066B9A          MC 91 Read Data and Bit Flip Register 29
MTU_MC91_RDBFL30 0xF0066B9C          MC 91 Read Data and Bit Flip Register 30
MTU_MC91_RDBFL31 0xF0066B9E          MC 91 Read Data and Bit Flip Register 31
MTU_MC91_RDBFL32 0xF0066BA0          MC 91 Read Data and Bit Flip Register 32
MTU_MC91_RDBFL33 0xF0066BA2          MC 91 Read Data and Bit Flip Register 33
MTU_MC91_RDBFL34 0xF0066BA4          MC 91 Read Data and Bit Flip Register 34
MTU_MC91_RDBFL35 0xF0066BA6          MC 91 Read Data and Bit Flip Register 35
MTU_MC91_RDBFL36 0xF0066BA8          MC 91 Read Data and Bit Flip Register 36
MTU_MC91_RDBFL37 0xF0066BAA          MC 91 Read Data and Bit Flip Register 37
MTU_MC91_RDBFL38 0xF0066BAC          MC 91 Read Data and Bit Flip Register 38
MTU_MC91_RDBFL39 0xF0066BAE          MC 91 Read Data and Bit Flip Register 39
MTU_MC91_RDBFL40 0xF0066BB0          MC 91 Read Data and Bit Flip Register 40
MTU_MC91_RDBFL41 0xF0066BB2          MC 91 Read Data and Bit Flip Register 41
MTU_MC91_RDBFL42 0xF0066BB4          MC 91 Read Data and Bit Flip Register 42
MTU_MC91_RDBFL43 0xF0066BB6          MC 91 Read Data and Bit Flip Register 43
MTU_MC91_RDBFL44 0xF0066BB8          MC 91 Read Data and Bit Flip Register 44
MTU_MC91_RDBFL45 0xF0066BBA          MC 91 Read Data and Bit Flip Register 45
MTU_MC91_RDBFL46 0xF0066BBC          MC 91 Read Data and Bit Flip Register 46
MTU_MC91_RDBFL47 0xF0066BBE          MC 91 Read Data and Bit Flip Register 47
MTU_MC91_RDBFL48 0xF0066BC0          MC 91 Read Data and Bit Flip Register 48
MTU_MC91_RDBFL49 0xF0066BC2          MC 91 Read Data and Bit Flip Register 49
MTU_MC91_RDBFL50 0xF0066BC4          MC 91 Read Data and Bit Flip Register 50
MTU_MC91_RDBFL51 0xF0066BC6          MC 91 Read Data and Bit Flip Register 51
MTU_MC91_RDBFL52 0xF0066BC8          MC 91 Read Data and Bit Flip Register 52
MTU_MC91_RDBFL53 0xF0066BCA          MC 91 Read Data and Bit Flip Register 53
MTU_MC91_RDBFL54 0xF0066BCC          MC 91 Read Data and Bit Flip Register 54
MTU_MC91_RDBFL55 0xF0066BCE          MC 91 Read Data and Bit Flip Register 55
MTU_MC91_RDBFL56 0xF0066BD0          MC 91 Read Data and Bit Flip Register 56
MTU_MC91_RDBFL57 0xF0066BD2          MC 91 Read Data and Bit Flip Register 57
MTU_MC91_RDBFL58 0xF0066BD4          MC 91 Read Data and Bit Flip Register 58
MTU_MC91_RDBFL59 0xF0066BD6          MC 91 Read Data and Bit Flip Register 59
MTU_MC91_RDBFL60 0xF0066BD8          MC 91 Read Data and Bit Flip Register 60
MTU_MC91_RDBFL61 0xF0066BDA          MC 91 Read Data and Bit Flip Register 61
MTU_MC91_RDBFL62 0xF0066BDC          MC 91 Read Data and Bit Flip Register 62
MTU_MC91_RDBFL63 0xF0066BDE          MC 91 Read Data and Bit Flip Register 63
MTU_MC91_RDBFL64 0xF0066BE0          MC 91 Read Data and Bit Flip Register 64
MTU_MC91_RDBFL65 0xF0066BE2          MC 91 Read Data and Bit Flip Register 65
MTU_MC91_RDBFL66 0xF0066BE4          MC 91 Read Data and Bit Flip Register 66
MTU_MC91_ALMSRCS 0xF0066BEE          MC 91 Alarm Sources Configuration Register
MTU_MC91_FAULTSTS 0xF0066BF0          MC 91 SSH Safety Faults Status Register
MTU_MC91_ERRINFO0 0xF0066BF2          MC 91 Error Information Register 0
MTU_MC91_ERRINFO1 0xF0066BF4          MC 91 Error Information Register 1
MTU_MC91_ERRINFO2 0xF0066BF6          MC 91 Error Information Register 2
MTU_MC91_ERRINFO3 0xF0066BF8          MC 91 Error Information Register 3
MTU_MC91_ERRINFO4 0xF0066BFA          MC 91 Error Information Register 4
MTU_MC92_CONFIG0 0xF0066C00          MC 92 Configuration Register 0
MTU_MC92_CONFIG1 0xF0066C02          MC 92 Configuration Register 1
MTU_MC92_MCONTROL 0xF0066C04          MC 92 MBIST Control Register
MTU_MC92_MSTATUS 0xF0066C06          MC 92 Status Register
MTU_MC92_RANGE  0xF0066C08          MC 92 Range Register, single address mode
MTU_MC92_REVID  0xF0066C0C          MC 92 Revision ID Register
MTU_MC92_ECCS   0xF0066C0E          MC 92 ECC Safety Register
MTU_MC92_ECCD   0xF0066C10          MC 92 Memory ECC Detection Register
MTU_MC92_ETRR0  0xF0066C12          MC 92 Error Tracking Register 0
MTU_MC92_ETRR1  0xF0066C14          MC 92 Error Tracking Register 1
MTU_MC92_ETRR2  0xF0066C16          MC 92 Error Tracking Register 2
MTU_MC92_ETRR3  0xF0066C18          MC 92 Error Tracking Register 3
MTU_MC92_ETRR4  0xF0066C1A          MC 92 Error Tracking Register 4
MTU_MC92_RDBFL0 0xF0066C60          MC 92 Read Data and Bit Flip Register 0
MTU_MC92_RDBFL1 0xF0066C62          MC 92 Read Data and Bit Flip Register 1
MTU_MC92_RDBFL2 0xF0066C64          MC 92 Read Data and Bit Flip Register 2
MTU_MC92_RDBFL3 0xF0066C66          MC 92 Read Data and Bit Flip Register 3
MTU_MC92_RDBFL4 0xF0066C68          MC 92 Read Data and Bit Flip Register 4
MTU_MC92_RDBFL5 0xF0066C6A          MC 92 Read Data and Bit Flip Register 5
MTU_MC92_RDBFL6 0xF0066C6C          MC 92 Read Data and Bit Flip Register 6
MTU_MC92_RDBFL7 0xF0066C6E          MC 92 Read Data and Bit Flip Register 7
MTU_MC92_RDBFL8 0xF0066C70          MC 92 Read Data and Bit Flip Register 8
MTU_MC92_RDBFL9 0xF0066C72          MC 92 Read Data and Bit Flip Register 9
MTU_MC92_RDBFL10 0xF0066C74          MC 92 Read Data and Bit Flip Register 10
MTU_MC92_RDBFL11 0xF0066C76          MC 92 Read Data and Bit Flip Register 11
MTU_MC92_RDBFL12 0xF0066C78          MC 92 Read Data and Bit Flip Register 12
MTU_MC92_RDBFL13 0xF0066C7A          MC 92 Read Data and Bit Flip Register 13
MTU_MC92_RDBFL14 0xF0066C7C          MC 92 Read Data and Bit Flip Register 14
MTU_MC92_RDBFL15 0xF0066C7E          MC 92 Read Data and Bit Flip Register 15
MTU_MC92_RDBFL16 0xF0066C80          MC 92 Read Data and Bit Flip Register 16
MTU_MC92_RDBFL17 0xF0066C82          MC 92 Read Data and Bit Flip Register 17
MTU_MC92_RDBFL18 0xF0066C84          MC 92 Read Data and Bit Flip Register 18
MTU_MC92_RDBFL19 0xF0066C86          MC 92 Read Data and Bit Flip Register 19
MTU_MC92_RDBFL20 0xF0066C88          MC 92 Read Data and Bit Flip Register 20
MTU_MC92_RDBFL21 0xF0066C8A          MC 92 Read Data and Bit Flip Register 21
MTU_MC92_RDBFL22 0xF0066C8C          MC 92 Read Data and Bit Flip Register 22
MTU_MC92_RDBFL23 0xF0066C8E          MC 92 Read Data and Bit Flip Register 23
MTU_MC92_RDBFL24 0xF0066C90          MC 92 Read Data and Bit Flip Register 24
MTU_MC92_RDBFL25 0xF0066C92          MC 92 Read Data and Bit Flip Register 25
MTU_MC92_RDBFL26 0xF0066C94          MC 92 Read Data and Bit Flip Register 26
MTU_MC92_RDBFL27 0xF0066C96          MC 92 Read Data and Bit Flip Register 27
MTU_MC92_RDBFL28 0xF0066C98          MC 92 Read Data and Bit Flip Register 28
MTU_MC92_RDBFL29 0xF0066C9A          MC 92 Read Data and Bit Flip Register 29
MTU_MC92_RDBFL30 0xF0066C9C          MC 92 Read Data and Bit Flip Register 30
MTU_MC92_RDBFL31 0xF0066C9E          MC 92 Read Data and Bit Flip Register 31
MTU_MC92_RDBFL32 0xF0066CA0          MC 92 Read Data and Bit Flip Register 32
MTU_MC92_RDBFL33 0xF0066CA2          MC 92 Read Data and Bit Flip Register 33
MTU_MC92_RDBFL34 0xF0066CA4          MC 92 Read Data and Bit Flip Register 34
MTU_MC92_RDBFL35 0xF0066CA6          MC 92 Read Data and Bit Flip Register 35
MTU_MC92_RDBFL36 0xF0066CA8          MC 92 Read Data and Bit Flip Register 36
MTU_MC92_RDBFL37 0xF0066CAA          MC 92 Read Data and Bit Flip Register 37
MTU_MC92_RDBFL38 0xF0066CAC          MC 92 Read Data and Bit Flip Register 38
MTU_MC92_RDBFL39 0xF0066CAE          MC 92 Read Data and Bit Flip Register 39
MTU_MC92_RDBFL40 0xF0066CB0          MC 92 Read Data and Bit Flip Register 40
MTU_MC92_RDBFL41 0xF0066CB2          MC 92 Read Data and Bit Flip Register 41
MTU_MC92_RDBFL42 0xF0066CB4          MC 92 Read Data and Bit Flip Register 42
MTU_MC92_RDBFL43 0xF0066CB6          MC 92 Read Data and Bit Flip Register 43
MTU_MC92_RDBFL44 0xF0066CB8          MC 92 Read Data and Bit Flip Register 44
MTU_MC92_RDBFL45 0xF0066CBA          MC 92 Read Data and Bit Flip Register 45
MTU_MC92_RDBFL46 0xF0066CBC          MC 92 Read Data and Bit Flip Register 46
MTU_MC92_RDBFL47 0xF0066CBE          MC 92 Read Data and Bit Flip Register 47
MTU_MC92_RDBFL48 0xF0066CC0          MC 92 Read Data and Bit Flip Register 48
MTU_MC92_RDBFL49 0xF0066CC2          MC 92 Read Data and Bit Flip Register 49
MTU_MC92_RDBFL50 0xF0066CC4          MC 92 Read Data and Bit Flip Register 50
MTU_MC92_RDBFL51 0xF0066CC6          MC 92 Read Data and Bit Flip Register 51
MTU_MC92_RDBFL52 0xF0066CC8          MC 92 Read Data and Bit Flip Register 52
MTU_MC92_RDBFL53 0xF0066CCA          MC 92 Read Data and Bit Flip Register 53
MTU_MC92_RDBFL54 0xF0066CCC          MC 92 Read Data and Bit Flip Register 54
MTU_MC92_RDBFL55 0xF0066CCE          MC 92 Read Data and Bit Flip Register 55
MTU_MC92_RDBFL56 0xF0066CD0          MC 92 Read Data and Bit Flip Register 56
MTU_MC92_RDBFL57 0xF0066CD2          MC 92 Read Data and Bit Flip Register 57
MTU_MC92_RDBFL58 0xF0066CD4          MC 92 Read Data and Bit Flip Register 58
MTU_MC92_RDBFL59 0xF0066CD6          MC 92 Read Data and Bit Flip Register 59
MTU_MC92_RDBFL60 0xF0066CD8          MC 92 Read Data and Bit Flip Register 60
MTU_MC92_RDBFL61 0xF0066CDA          MC 92 Read Data and Bit Flip Register 61
MTU_MC92_RDBFL62 0xF0066CDC          MC 92 Read Data and Bit Flip Register 62
MTU_MC92_RDBFL63 0xF0066CDE          MC 92 Read Data and Bit Flip Register 63
MTU_MC92_RDBFL64 0xF0066CE0          MC 92 Read Data and Bit Flip Register 64
MTU_MC92_RDBFL65 0xF0066CE2          MC 92 Read Data and Bit Flip Register 65
MTU_MC92_RDBFL66 0xF0066CE4          MC 92 Read Data and Bit Flip Register 66
MTU_MC92_ALMSRCS 0xF0066CEE          MC 92 Alarm Sources Configuration Register
MTU_MC92_FAULTSTS 0xF0066CF0          MC 92 SSH Safety Faults Status Register
MTU_MC92_ERRINFO0 0xF0066CF2          MC 92 Error Information Register 0
MTU_MC92_ERRINFO1 0xF0066CF4          MC 92 Error Information Register 1
MTU_MC92_ERRINFO2 0xF0066CF6          MC 92 Error Information Register 2
MTU_MC92_ERRINFO3 0xF0066CF8          MC 92 Error Information Register 3
MTU_MC92_ERRINFO4 0xF0066CFA          MC 92 Error Information Register 4
MTU_MC93_CONFIG0 0xF0066D00          MC 93 Configuration Register 0
MTU_MC93_CONFIG1 0xF0066D02          MC 93 Configuration Register 1
MTU_MC93_MCONTROL 0xF0066D04          MC 93 MBIST Control Register
MTU_MC93_MSTATUS 0xF0066D06          MC 93 Status Register
MTU_MC93_RANGE  0xF0066D08          MC 93 Range Register, single address mode
MTU_MC93_REVID  0xF0066D0C          MC 93 Revision ID Register
MTU_MC93_ECCS   0xF0066D0E          MC 93 ECC Safety Register
MTU_MC93_ECCD   0xF0066D10          MC 93 Memory ECC Detection Register
MTU_MC93_ETRR0  0xF0066D12          MC 93 Error Tracking Register 0
MTU_MC93_ETRR1  0xF0066D14          MC 93 Error Tracking Register 1
MTU_MC93_ETRR2  0xF0066D16          MC 93 Error Tracking Register 2
MTU_MC93_ETRR3  0xF0066D18          MC 93 Error Tracking Register 3
MTU_MC93_ETRR4  0xF0066D1A          MC 93 Error Tracking Register 4
MTU_MC93_RDBFL0 0xF0066D60          MC 93 Read Data and Bit Flip Register 0
MTU_MC93_RDBFL1 0xF0066D62          MC 93 Read Data and Bit Flip Register 1
MTU_MC93_RDBFL2 0xF0066D64          MC 93 Read Data and Bit Flip Register 2
MTU_MC93_RDBFL3 0xF0066D66          MC 93 Read Data and Bit Flip Register 3
MTU_MC93_RDBFL4 0xF0066D68          MC 93 Read Data and Bit Flip Register 4
MTU_MC93_RDBFL5 0xF0066D6A          MC 93 Read Data and Bit Flip Register 5
MTU_MC93_RDBFL6 0xF0066D6C          MC 93 Read Data and Bit Flip Register 6
MTU_MC93_RDBFL7 0xF0066D6E          MC 93 Read Data and Bit Flip Register 7
MTU_MC93_RDBFL8 0xF0066D70          MC 93 Read Data and Bit Flip Register 8
MTU_MC93_RDBFL9 0xF0066D72          MC 93 Read Data and Bit Flip Register 9
MTU_MC93_RDBFL10 0xF0066D74          MC 93 Read Data and Bit Flip Register 10
MTU_MC93_RDBFL11 0xF0066D76          MC 93 Read Data and Bit Flip Register 11
MTU_MC93_RDBFL12 0xF0066D78          MC 93 Read Data and Bit Flip Register 12
MTU_MC93_RDBFL13 0xF0066D7A          MC 93 Read Data and Bit Flip Register 13
MTU_MC93_RDBFL14 0xF0066D7C          MC 93 Read Data and Bit Flip Register 14
MTU_MC93_RDBFL15 0xF0066D7E          MC 93 Read Data and Bit Flip Register 15
MTU_MC93_RDBFL16 0xF0066D80          MC 93 Read Data and Bit Flip Register 16
MTU_MC93_RDBFL17 0xF0066D82          MC 93 Read Data and Bit Flip Register 17
MTU_MC93_RDBFL18 0xF0066D84          MC 93 Read Data and Bit Flip Register 18
MTU_MC93_RDBFL19 0xF0066D86          MC 93 Read Data and Bit Flip Register 19
MTU_MC93_RDBFL20 0xF0066D88          MC 93 Read Data and Bit Flip Register 20
MTU_MC93_RDBFL21 0xF0066D8A          MC 93 Read Data and Bit Flip Register 21
MTU_MC93_RDBFL22 0xF0066D8C          MC 93 Read Data and Bit Flip Register 22
MTU_MC93_RDBFL23 0xF0066D8E          MC 93 Read Data and Bit Flip Register 23
MTU_MC93_RDBFL24 0xF0066D90          MC 93 Read Data and Bit Flip Register 24
MTU_MC93_RDBFL25 0xF0066D92          MC 93 Read Data and Bit Flip Register 25
MTU_MC93_RDBFL26 0xF0066D94          MC 93 Read Data and Bit Flip Register 26
MTU_MC93_RDBFL27 0xF0066D96          MC 93 Read Data and Bit Flip Register 27
MTU_MC93_RDBFL28 0xF0066D98          MC 93 Read Data and Bit Flip Register 28
MTU_MC93_RDBFL29 0xF0066D9A          MC 93 Read Data and Bit Flip Register 29
MTU_MC93_RDBFL30 0xF0066D9C          MC 93 Read Data and Bit Flip Register 30
MTU_MC93_RDBFL31 0xF0066D9E          MC 93 Read Data and Bit Flip Register 31
MTU_MC93_RDBFL32 0xF0066DA0          MC 93 Read Data and Bit Flip Register 32
MTU_MC93_RDBFL33 0xF0066DA2          MC 93 Read Data and Bit Flip Register 33
MTU_MC93_RDBFL34 0xF0066DA4          MC 93 Read Data and Bit Flip Register 34
MTU_MC93_RDBFL35 0xF0066DA6          MC 93 Read Data and Bit Flip Register 35
MTU_MC93_RDBFL36 0xF0066DA8          MC 93 Read Data and Bit Flip Register 36
MTU_MC93_RDBFL37 0xF0066DAA          MC 93 Read Data and Bit Flip Register 37
MTU_MC93_RDBFL38 0xF0066DAC          MC 93 Read Data and Bit Flip Register 38
MTU_MC93_RDBFL39 0xF0066DAE          MC 93 Read Data and Bit Flip Register 39
MTU_MC93_RDBFL40 0xF0066DB0          MC 93 Read Data and Bit Flip Register 40
MTU_MC93_RDBFL41 0xF0066DB2          MC 93 Read Data and Bit Flip Register 41
MTU_MC93_RDBFL42 0xF0066DB4          MC 93 Read Data and Bit Flip Register 42
MTU_MC93_RDBFL43 0xF0066DB6          MC 93 Read Data and Bit Flip Register 43
MTU_MC93_RDBFL44 0xF0066DB8          MC 93 Read Data and Bit Flip Register 44
MTU_MC93_RDBFL45 0xF0066DBA          MC 93 Read Data and Bit Flip Register 45
MTU_MC93_RDBFL46 0xF0066DBC          MC 93 Read Data and Bit Flip Register 46
MTU_MC93_RDBFL47 0xF0066DBE          MC 93 Read Data and Bit Flip Register 47
MTU_MC93_RDBFL48 0xF0066DC0          MC 93 Read Data and Bit Flip Register 48
MTU_MC93_RDBFL49 0xF0066DC2          MC 93 Read Data and Bit Flip Register 49
MTU_MC93_RDBFL50 0xF0066DC4          MC 93 Read Data and Bit Flip Register 50
MTU_MC93_RDBFL51 0xF0066DC6          MC 93 Read Data and Bit Flip Register 51
MTU_MC93_RDBFL52 0xF0066DC8          MC 93 Read Data and Bit Flip Register 52
MTU_MC93_RDBFL53 0xF0066DCA          MC 93 Read Data and Bit Flip Register 53
MTU_MC93_RDBFL54 0xF0066DCC          MC 93 Read Data and Bit Flip Register 54
MTU_MC93_RDBFL55 0xF0066DCE          MC 93 Read Data and Bit Flip Register 55
MTU_MC93_RDBFL56 0xF0066DD0          MC 93 Read Data and Bit Flip Register 56
MTU_MC93_RDBFL57 0xF0066DD2          MC 93 Read Data and Bit Flip Register 57
MTU_MC93_RDBFL58 0xF0066DD4          MC 93 Read Data and Bit Flip Register 58
MTU_MC93_RDBFL59 0xF0066DD6          MC 93 Read Data and Bit Flip Register 59
MTU_MC93_RDBFL60 0xF0066DD8          MC 93 Read Data and Bit Flip Register 60
MTU_MC93_RDBFL61 0xF0066DDA          MC 93 Read Data and Bit Flip Register 61
MTU_MC93_RDBFL62 0xF0066DDC          MC 93 Read Data and Bit Flip Register 62
MTU_MC93_RDBFL63 0xF0066DDE          MC 93 Read Data and Bit Flip Register 63
MTU_MC93_RDBFL64 0xF0066DE0          MC 93 Read Data and Bit Flip Register 64
MTU_MC93_RDBFL65 0xF0066DE2          MC 93 Read Data and Bit Flip Register 65
MTU_MC93_RDBFL66 0xF0066DE4          MC 93 Read Data and Bit Flip Register 66
MTU_MC93_ALMSRCS 0xF0066DEE          MC 93 Alarm Sources Configuration Register
MTU_MC93_FAULTSTS 0xF0066DF0          MC 93 SSH Safety Faults Status Register
MTU_MC93_ERRINFO0 0xF0066DF2          MC 93 Error Information Register 0
MTU_MC93_ERRINFO1 0xF0066DF4          MC 93 Error Information Register 1
MTU_MC93_ERRINFO2 0xF0066DF6          MC 93 Error Information Register 2
MTU_MC93_ERRINFO3 0xF0066DF8          MC 93 Error Information Register 3
MTU_MC93_ERRINFO4 0xF0066DFA          MC 93 Error Information Register 4
MTU_MC94_CONFIG0 0xF0066E00          MC 94 Configuration Register 0
MTU_MC94_CONFIG1 0xF0066E02          MC 94 Configuration Register 1
MTU_MC94_MCONTROL 0xF0066E04          MC 94 MBIST Control Register
MTU_MC94_MSTATUS 0xF0066E06          MC 94 Status Register
MTU_MC94_RANGE  0xF0066E08          MC 94 Range Register, single address mode
MTU_MC94_REVID  0xF0066E0C          MC 94 Revision ID Register
MTU_MC94_ECCS   0xF0066E0E          MC 94 ECC Safety Register
MTU_MC94_ECCD   0xF0066E10          MC 94 Memory ECC Detection Register
MTU_MC94_ETRR0  0xF0066E12          MC 94 Error Tracking Register 0
MTU_MC94_ETRR1  0xF0066E14          MC 94 Error Tracking Register 1
MTU_MC94_ETRR2  0xF0066E16          MC 94 Error Tracking Register 2
MTU_MC94_ETRR3  0xF0066E18          MC 94 Error Tracking Register 3
MTU_MC94_ETRR4  0xF0066E1A          MC 94 Error Tracking Register 4
MTU_MC94_RDBFL0 0xF0066E60          MC 94 Read Data and Bit Flip Register 0
MTU_MC94_RDBFL1 0xF0066E62          MC 94 Read Data and Bit Flip Register 1
MTU_MC94_RDBFL2 0xF0066E64          MC 94 Read Data and Bit Flip Register 2
MTU_MC94_RDBFL3 0xF0066E66          MC 94 Read Data and Bit Flip Register 3
MTU_MC94_RDBFL4 0xF0066E68          MC 94 Read Data and Bit Flip Register 4
MTU_MC94_RDBFL5 0xF0066E6A          MC 94 Read Data and Bit Flip Register 5
MTU_MC94_RDBFL6 0xF0066E6C          MC 94 Read Data and Bit Flip Register 6
MTU_MC94_RDBFL7 0xF0066E6E          MC 94 Read Data and Bit Flip Register 7
MTU_MC94_RDBFL8 0xF0066E70          MC 94 Read Data and Bit Flip Register 8
MTU_MC94_RDBFL9 0xF0066E72          MC 94 Read Data and Bit Flip Register 9
MTU_MC94_RDBFL10 0xF0066E74          MC 94 Read Data and Bit Flip Register 10
MTU_MC94_RDBFL11 0xF0066E76          MC 94 Read Data and Bit Flip Register 11
MTU_MC94_RDBFL12 0xF0066E78          MC 94 Read Data and Bit Flip Register 12
MTU_MC94_RDBFL13 0xF0066E7A          MC 94 Read Data and Bit Flip Register 13
MTU_MC94_RDBFL14 0xF0066E7C          MC 94 Read Data and Bit Flip Register 14
MTU_MC94_RDBFL15 0xF0066E7E          MC 94 Read Data and Bit Flip Register 15
MTU_MC94_RDBFL16 0xF0066E80          MC 94 Read Data and Bit Flip Register 16
MTU_MC94_RDBFL17 0xF0066E82          MC 94 Read Data and Bit Flip Register 17
MTU_MC94_RDBFL18 0xF0066E84          MC 94 Read Data and Bit Flip Register 18
MTU_MC94_RDBFL19 0xF0066E86          MC 94 Read Data and Bit Flip Register 19
MTU_MC94_RDBFL20 0xF0066E88          MC 94 Read Data and Bit Flip Register 20
MTU_MC94_RDBFL21 0xF0066E8A          MC 94 Read Data and Bit Flip Register 21
MTU_MC94_RDBFL22 0xF0066E8C          MC 94 Read Data and Bit Flip Register 22
MTU_MC94_RDBFL23 0xF0066E8E          MC 94 Read Data and Bit Flip Register 23
MTU_MC94_RDBFL24 0xF0066E90          MC 94 Read Data and Bit Flip Register 24
MTU_MC94_RDBFL25 0xF0066E92          MC 94 Read Data and Bit Flip Register 25
MTU_MC94_RDBFL26 0xF0066E94          MC 94 Read Data and Bit Flip Register 26
MTU_MC94_RDBFL27 0xF0066E96          MC 94 Read Data and Bit Flip Register 27
MTU_MC94_RDBFL28 0xF0066E98          MC 94 Read Data and Bit Flip Register 28
MTU_MC94_RDBFL29 0xF0066E9A          MC 94 Read Data and Bit Flip Register 29
MTU_MC94_RDBFL30 0xF0066E9C          MC 94 Read Data and Bit Flip Register 30
MTU_MC94_RDBFL31 0xF0066E9E          MC 94 Read Data and Bit Flip Register 31
MTU_MC94_RDBFL32 0xF0066EA0          MC 94 Read Data and Bit Flip Register 32
MTU_MC94_RDBFL33 0xF0066EA2          MC 94 Read Data and Bit Flip Register 33
MTU_MC94_RDBFL34 0xF0066EA4          MC 94 Read Data and Bit Flip Register 34
MTU_MC94_RDBFL35 0xF0066EA6          MC 94 Read Data and Bit Flip Register 35
MTU_MC94_RDBFL36 0xF0066EA8          MC 94 Read Data and Bit Flip Register 36
MTU_MC94_RDBFL37 0xF0066EAA          MC 94 Read Data and Bit Flip Register 37
MTU_MC94_RDBFL38 0xF0066EAC          MC 94 Read Data and Bit Flip Register 38
MTU_MC94_RDBFL39 0xF0066EAE          MC 94 Read Data and Bit Flip Register 39
MTU_MC94_RDBFL40 0xF0066EB0          MC 94 Read Data and Bit Flip Register 40
MTU_MC94_RDBFL41 0xF0066EB2          MC 94 Read Data and Bit Flip Register 41
MTU_MC94_RDBFL42 0xF0066EB4          MC 94 Read Data and Bit Flip Register 42
MTU_MC94_RDBFL43 0xF0066EB6          MC 94 Read Data and Bit Flip Register 43
MTU_MC94_RDBFL44 0xF0066EB8          MC 94 Read Data and Bit Flip Register 44
MTU_MC94_RDBFL45 0xF0066EBA          MC 94 Read Data and Bit Flip Register 45
MTU_MC94_RDBFL46 0xF0066EBC          MC 94 Read Data and Bit Flip Register 46
MTU_MC94_RDBFL47 0xF0066EBE          MC 94 Read Data and Bit Flip Register 47
MTU_MC94_RDBFL48 0xF0066EC0          MC 94 Read Data and Bit Flip Register 48
MTU_MC94_RDBFL49 0xF0066EC2          MC 94 Read Data and Bit Flip Register 49
MTU_MC94_RDBFL50 0xF0066EC4          MC 94 Read Data and Bit Flip Register 50
MTU_MC94_RDBFL51 0xF0066EC6          MC 94 Read Data and Bit Flip Register 51
MTU_MC94_RDBFL52 0xF0066EC8          MC 94 Read Data and Bit Flip Register 52
MTU_MC94_RDBFL53 0xF0066ECA          MC 94 Read Data and Bit Flip Register 53
MTU_MC94_RDBFL54 0xF0066ECC          MC 94 Read Data and Bit Flip Register 54
MTU_MC94_RDBFL55 0xF0066ECE          MC 94 Read Data and Bit Flip Register 55
MTU_MC94_RDBFL56 0xF0066ED0          MC 94 Read Data and Bit Flip Register 56
MTU_MC94_RDBFL57 0xF0066ED2          MC 94 Read Data and Bit Flip Register 57
MTU_MC94_RDBFL58 0xF0066ED4          MC 94 Read Data and Bit Flip Register 58
MTU_MC94_RDBFL59 0xF0066ED6          MC 94 Read Data and Bit Flip Register 59
MTU_MC94_RDBFL60 0xF0066ED8          MC 94 Read Data and Bit Flip Register 60
MTU_MC94_RDBFL61 0xF0066EDA          MC 94 Read Data and Bit Flip Register 61
MTU_MC94_RDBFL62 0xF0066EDC          MC 94 Read Data and Bit Flip Register 62
MTU_MC94_RDBFL63 0xF0066EDE          MC 94 Read Data and Bit Flip Register 63
MTU_MC94_RDBFL64 0xF0066EE0          MC 94 Read Data and Bit Flip Register 64
MTU_MC94_RDBFL65 0xF0066EE2          MC 94 Read Data and Bit Flip Register 65
MTU_MC94_RDBFL66 0xF0066EE4          MC 94 Read Data and Bit Flip Register 66
MTU_MC94_ALMSRCS 0xF0066EEE          MC 94 Alarm Sources Configuration Register
MTU_MC94_FAULTSTS 0xF0066EF0          MC 94 SSH Safety Faults Status Register
MTU_MC94_ERRINFO0 0xF0066EF2          MC 94 Error Information Register 0
MTU_MC94_ERRINFO1 0xF0066EF4          MC 94 Error Information Register 1
MTU_MC94_ERRINFO2 0xF0066EF6          MC 94 Error Information Register 2
MTU_MC94_ERRINFO3 0xF0066EF8          MC 94 Error Information Register 3
MTU_MC94_ERRINFO4 0xF0066EFA          MC 94 Error Information Register 4
MTU_MC95_CONFIG0 0xF0066F00          MC 95 Configuration Register 0
MTU_MC95_CONFIG1 0xF0066F02          MC 95 Configuration Register 1
MTU_MC95_MCONTROL 0xF0066F04          MC 95 MBIST Control Register
MTU_MC95_MSTATUS 0xF0066F06          MC 95 Status Register
MTU_MC95_RANGE  0xF0066F08          MC 95 Range Register, single address mode
MTU_MC95_REVID  0xF0066F0C          MC 95 Revision ID Register
MTU_MC95_ECCS   0xF0066F0E          MC 95 ECC Safety Register
MTU_MC95_ECCD   0xF0066F10          MC 95 Memory ECC Detection Register
MTU_MC95_ETRR0  0xF0066F12          MC 95 Error Tracking Register 0
MTU_MC95_ETRR1  0xF0066F14          MC 95 Error Tracking Register 1
MTU_MC95_ETRR2  0xF0066F16          MC 95 Error Tracking Register 2
MTU_MC95_ETRR3  0xF0066F18          MC 95 Error Tracking Register 3
MTU_MC95_ETRR4  0xF0066F1A          MC 95 Error Tracking Register 4
MTU_MC95_RDBFL0 0xF0066F60          MC 95 Read Data and Bit Flip Register 0
MTU_MC95_RDBFL1 0xF0066F62          MC 95 Read Data and Bit Flip Register 1
MTU_MC95_RDBFL2 0xF0066F64          MC 95 Read Data and Bit Flip Register 2
MTU_MC95_RDBFL3 0xF0066F66          MC 95 Read Data and Bit Flip Register 3
MTU_MC95_RDBFL4 0xF0066F68          MC 95 Read Data and Bit Flip Register 4
MTU_MC95_RDBFL5 0xF0066F6A          MC 95 Read Data and Bit Flip Register 5
MTU_MC95_RDBFL6 0xF0066F6C          MC 95 Read Data and Bit Flip Register 6
MTU_MC95_RDBFL7 0xF0066F6E          MC 95 Read Data and Bit Flip Register 7
MTU_MC95_RDBFL8 0xF0066F70          MC 95 Read Data and Bit Flip Register 8
MTU_MC95_RDBFL9 0xF0066F72          MC 95 Read Data and Bit Flip Register 9
MTU_MC95_RDBFL10 0xF0066F74          MC 95 Read Data and Bit Flip Register 10
MTU_MC95_RDBFL11 0xF0066F76          MC 95 Read Data and Bit Flip Register 11
MTU_MC95_RDBFL12 0xF0066F78          MC 95 Read Data and Bit Flip Register 12
MTU_MC95_RDBFL13 0xF0066F7A          MC 95 Read Data and Bit Flip Register 13
MTU_MC95_RDBFL14 0xF0066F7C          MC 95 Read Data and Bit Flip Register 14
MTU_MC95_RDBFL15 0xF0066F7E          MC 95 Read Data and Bit Flip Register 15
MTU_MC95_RDBFL16 0xF0066F80          MC 95 Read Data and Bit Flip Register 16
MTU_MC95_RDBFL17 0xF0066F82          MC 95 Read Data and Bit Flip Register 17
MTU_MC95_RDBFL18 0xF0066F84          MC 95 Read Data and Bit Flip Register 18
MTU_MC95_RDBFL19 0xF0066F86          MC 95 Read Data and Bit Flip Register 19
MTU_MC95_RDBFL20 0xF0066F88          MC 95 Read Data and Bit Flip Register 20
MTU_MC95_RDBFL21 0xF0066F8A          MC 95 Read Data and Bit Flip Register 21
MTU_MC95_RDBFL22 0xF0066F8C          MC 95 Read Data and Bit Flip Register 22
MTU_MC95_RDBFL23 0xF0066F8E          MC 95 Read Data and Bit Flip Register 23
MTU_MC95_RDBFL24 0xF0066F90          MC 95 Read Data and Bit Flip Register 24
MTU_MC95_RDBFL25 0xF0066F92          MC 95 Read Data and Bit Flip Register 25
MTU_MC95_RDBFL26 0xF0066F94          MC 95 Read Data and Bit Flip Register 26
MTU_MC95_RDBFL27 0xF0066F96          MC 95 Read Data and Bit Flip Register 27
MTU_MC95_RDBFL28 0xF0066F98          MC 95 Read Data and Bit Flip Register 28
MTU_MC95_RDBFL29 0xF0066F9A          MC 95 Read Data and Bit Flip Register 29
MTU_MC95_RDBFL30 0xF0066F9C          MC 95 Read Data and Bit Flip Register 30
MTU_MC95_RDBFL31 0xF0066F9E          MC 95 Read Data and Bit Flip Register 31
MTU_MC95_RDBFL32 0xF0066FA0          MC 95 Read Data and Bit Flip Register 32
MTU_MC95_RDBFL33 0xF0066FA2          MC 95 Read Data and Bit Flip Register 33
MTU_MC95_RDBFL34 0xF0066FA4          MC 95 Read Data and Bit Flip Register 34
MTU_MC95_RDBFL35 0xF0066FA6          MC 95 Read Data and Bit Flip Register 35
MTU_MC95_RDBFL36 0xF0066FA8          MC 95 Read Data and Bit Flip Register 36
MTU_MC95_RDBFL37 0xF0066FAA          MC 95 Read Data and Bit Flip Register 37
MTU_MC95_RDBFL38 0xF0066FAC          MC 95 Read Data and Bit Flip Register 38
MTU_MC95_RDBFL39 0xF0066FAE          MC 95 Read Data and Bit Flip Register 39
MTU_MC95_RDBFL40 0xF0066FB0          MC 95 Read Data and Bit Flip Register 40
MTU_MC95_RDBFL41 0xF0066FB2          MC 95 Read Data and Bit Flip Register 41
MTU_MC95_RDBFL42 0xF0066FB4          MC 95 Read Data and Bit Flip Register 42
MTU_MC95_RDBFL43 0xF0066FB6          MC 95 Read Data and Bit Flip Register 43
MTU_MC95_RDBFL44 0xF0066FB8          MC 95 Read Data and Bit Flip Register 44
MTU_MC95_RDBFL45 0xF0066FBA          MC 95 Read Data and Bit Flip Register 45
MTU_MC95_RDBFL46 0xF0066FBC          MC 95 Read Data and Bit Flip Register 46
MTU_MC95_RDBFL47 0xF0066FBE          MC 95 Read Data and Bit Flip Register 47
MTU_MC95_RDBFL48 0xF0066FC0          MC 95 Read Data and Bit Flip Register 48
MTU_MC95_RDBFL49 0xF0066FC2          MC 95 Read Data and Bit Flip Register 49
MTU_MC95_RDBFL50 0xF0066FC4          MC 95 Read Data and Bit Flip Register 50
MTU_MC95_RDBFL51 0xF0066FC6          MC 95 Read Data and Bit Flip Register 51
MTU_MC95_RDBFL52 0xF0066FC8          MC 95 Read Data and Bit Flip Register 52
MTU_MC95_RDBFL53 0xF0066FCA          MC 95 Read Data and Bit Flip Register 53
MTU_MC95_RDBFL54 0xF0066FCC          MC 95 Read Data and Bit Flip Register 54
MTU_MC95_RDBFL55 0xF0066FCE          MC 95 Read Data and Bit Flip Register 55
MTU_MC95_RDBFL56 0xF0066FD0          MC 95 Read Data and Bit Flip Register 56
MTU_MC95_RDBFL57 0xF0066FD2          MC 95 Read Data and Bit Flip Register 57
MTU_MC95_RDBFL58 0xF0066FD4          MC 95 Read Data and Bit Flip Register 58
MTU_MC95_RDBFL59 0xF0066FD6          MC 95 Read Data and Bit Flip Register 59
MTU_MC95_RDBFL60 0xF0066FD8          MC 95 Read Data and Bit Flip Register 60
MTU_MC95_RDBFL61 0xF0066FDA          MC 95 Read Data and Bit Flip Register 61
MTU_MC95_RDBFL62 0xF0066FDC          MC 95 Read Data and Bit Flip Register 62
MTU_MC95_RDBFL63 0xF0066FDE          MC 95 Read Data and Bit Flip Register 63
MTU_MC95_RDBFL64 0xF0066FE0          MC 95 Read Data and Bit Flip Register 64
MTU_MC95_RDBFL65 0xF0066FE2          MC 95 Read Data and Bit Flip Register 65
MTU_MC95_RDBFL66 0xF0066FE4          MC 95 Read Data and Bit Flip Register 66
MTU_MC95_ALMSRCS 0xF0066FEE          MC 95 Alarm Sources Configuration Register
MTU_MC95_FAULTSTS 0xF0066FF0          MC 95 SSH Safety Faults Status Register
MTU_MC95_ERRINFO0 0xF0066FF2          MC 95 Error Information Register 0
MTU_MC95_ERRINFO1 0xF0066FF4          MC 95 Error Information Register 1
MTU_MC95_ERRINFO2 0xF0066FF6          MC 95 Error Information Register 2
MTU_MC95_ERRINFO3 0xF0066FF8          MC 95 Error Information Register 3
MTU_MC95_ERRINFO4 0xF0066FFA          MC 95 Error Information Register 4
GTM_REV         0xF0100000          GTM Version Control Register
GTM_RST         0xF0100004          GTM Global Reset Register
GTM_CTRL        0xF0100008          GTM Global Control Register
GTM_AEI_ADDR_XPT 0xF010000C          GTM AEI Timeout Exception Address Register
GTM_IRQ_NOTIFY  0xF0100010          GTM Interrupt Notification Register
GTM_IRQ_EN      0xF0100014          GTM Interrupt Enable Register
GTM_IRQ_FORCINT 0xF0100018          GTM Software Interrupt Generation Register
GTM_IRQ_MODE    0xF010001C          GTM Top Level Interrupts Mode Selection Register
GTM_EIRQ_EN     0xF0100020          GTM Error Interrupt Enable Register
GTM_HW_CONF     0xF0100024          GTM Hardware Configuration Register
GTM_CFG         0xF0100028          GTM Configuration Register
GTM_AEI_STA_XPT 0xF010002C          GTM AEI Non Zero Status Register
GTM_BRIDGE_MODE 0xF0100030          GTM AEI Bridge Mode Register
GTM_BRIDGE_PTR1 0xF0100034          GTM AEI Bridge Pointer 1 Register
GTM_BRIDGE_PTR2 0xF0100038          GTM AEI Bridge Pointer 2 Register
GTM_TIM0_AUX_IN_SRC 0xF0100040          GTM TIM 0 Module AUX_IN Source Selection Register
GTM_TIM1_AUX_IN_SRC 0xF0100044          GTM TIM 1 Module AUX_IN Source Selection Register
GTM_TOM0_OUT    0xF0100080          GTM TOM 0 Output Level
GTM_TOM1_OUT    0xF0100084          GTM TOM 1 Output Level
GTM_ATOM0_OUT   0xF0100098          GTM ATOM 0 Output Level
GTM_CLS_CLK_CFG 0xF01000B0          GTM Cluster Clock Configuration
GTM_TBU_CHEN    0xF0100100          TBU Global Channel Enable
GTM_TBU_CH0_CTRL 0xF0100104          TBU Channel 0 Control Register
GTM_TBU_CH0_BASE 0xF0100108          TBU Channel 0 Base Register
GTM_TBU_CH1_CTRL 0xF010010C          TBU Channel 1 Control Register
GTM_TBU_CH1_BASE 0xF0100110          TBU Channel 1 Base Register
GTM_TBU_CH2_CTRL 0xF0100114          TBU Channel 2 Control Register
GTM_TBU_CH2_BASE 0xF0100118          TBU Channel 2 Base Register
GTM_MON_STATUS  0xF0100180          Monitor Status Register
GTM_CMP_EN      0xF0100200          CMP Comparator Enable Register
GTM_CMP_IRQ_NOTIFY 0xF0100204          CMP Event Notification Register
GTM_CMP_IRQ_EN  0xF0100208          CMP Interrupt Enable Register
GTM_CMP_IRQ_FORCINT 0xF010020C          CMP Interrupt Force Register
GTM_CMP_IRQ_MODE 0xF0100210          CMP Interrupt Mode Configuration Register
GTM_CMP_EIRQ_EN 0xF0100214          CMP error interrupt enable register
GTM_ARU_ACCESS  0xF0100280          ARU Access Register
GTM_ARU_DATA_H  0xF0100284          ARU Access Register Upper Data Word
GTM_ARU_DATA_L  0xF0100288          ARU Access Register Lower Data Word
GTM_ARU_DBG_ACCESS0 0xF010028C          ARU Debug Access Channel 0
GTM_ARU_DBG_DATA0_H 0xF0100290          ARU Debug Access 0 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA0_L 0xF0100294          ARU Debug Access 0 Transfer Register Lower Data Word
GTM_ARU_DBG_ACCESS1 0xF0100298          ARU Debug Access Channel 1
GTM_ARU_DBG_DATA1_H 0xF010029C          ARU Debug Access 1 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA1_L 0xF01002A0          ARU Debug Access 1 Transfer Register Lower Data Word
GTM_ARU_IRQ_NOTIFY 0xF01002A4          ARU Interrupt Notification Register
GTM_ARU_IRQ_EN  0xF01002A8          ARU Interrupt Enable Register
GTM_ARU_IRQ_FORCINT 0xF01002AC          ARU Force Interrupt Register
GTM_ARU_IRQ_MODE 0xF01002B0          ARU Interrupt Mode Register
GTM_ARU_CADDR_END 0xF01002B4          ARU caddr Counter End Value Register
GTM_ARU_CTRL    0xF01002BC          ARU Enable Dynamic Routing Register
GTM_ARU_0_DYN_CTRL 0xF01002C0          ARU 0 Dynamic Routing Control Register
GTM_ARU_1_DYN_CTRL 0xF01002C4          ARU 1 Dynamic Routing Control Register
GTM_ARU_0_DYN_ROUTE_LOW 0xF01002C8          ARU 0 Lower Bits of DYN_ROUTE Register
GTM_ARU_1_DYN_ROUTE_LOW 0xF01002CC          ARU 1 Lower Bits of DYN_ROUTE Register
GTM_ARU_0_DYN_ROUTE_HIGH 0xF01002D0          ARU 0 Higher Bits of DYN_ROUTE Register
GTM_ARU_1_DYN_ROUTE_HIGH 0xF01002D4          ARU 1 Higher Bits of DYN_ROUTE Register
GTM_ARU_0_DYN_ROUTE_SR_LOW 0xF01002D8          ARU 0 Shadow Register for ARU_z_DYN_ROUTE_LOW
GTM_ARU_1_DYN_ROUTE_SR_LOW 0xF01002DC          ARU 1 Shadow Register for ARU_z_DYN_ROUTE_LOW
GTM_ARU_0_DYN_ROUTE_SR_HIGH 0xF01002E0          ARU 0 Shadow Register for ARU_z_DYN_ROUTE_HIGH
GTM_ARU_1_DYN_ROUTE_SR_HIGH 0xF01002E4          ARU 1 Shadow Register for ARU_z_DYN_ROUTE_HIGH
GTM_ARU_0_DYN_RDADDR 0xF01002E8          ARU 0 Read ID for Dynamic Routing
GTM_ARU_1_DYN_RDADDR 0xF01002EC          ARU 1 Read ID for Dynamic Routing
GTM_ARU_CADDR   0xF01002FC          ARU caddr Counter Value
GTM_CMU_CLK_EN  0xF0100300          CMU Clock Enable Register
GTM_CMU_GCLK_NUM 0xF0100304          CMU Global Clock Control Numerator
GTM_CMU_GCLK_DEN 0xF0100308          CMU Global Clock Control Denominator
GTM_CMU_CLK_0_CTRL 0xF010030C          CMU Control for Clock Source 0
GTM_CMU_CLK_1_CTRL 0xF0100310          CMU Control for Clock Source 1
GTM_CMU_CLK_2_CTRL 0xF0100314          CMU Control for Clock Source 2
GTM_CMU_CLK_3_CTRL 0xF0100318          CMU Control for Clock Source 3
GTM_CMU_CLK_4_CTRL 0xF010031C          CMU Control for Clock Source 4
GTM_CMU_CLK_5_CTRL 0xF0100320          CMU Control for Clock Source 5
GTM_CMU_CLK_6_CTRL 0xF0100324          CMU Control for Clock Source 6
GTM_CMU_CLK_7_CTRL 0xF0100328          CMU Control for Clock Source 7
GTM_CMU_ECLK_0_NUM 0xF010032C          CMU External Clock 0 Control Numerator
GTM_CMU_ECLK_0_DEN 0xF0100330          CMU External Clock 0 Control Denominator
GTM_CMU_ECLK_1_NUM 0xF0100334          CMU External Clock 1 Control Numerator
GTM_CMU_ECLK_1_DEN 0xF0100338          CMU External Clock 1 Control Denominator
GTM_CMU_ECLK_2_NUM 0xF010033C          CMU External Clock 2 Control Numerator
GTM_CMU_ECLK_2_DEN 0xF0100340          CMU External Clock 2 Control Denominator
GTM_CMU_FXCLK_CTRL 0xF0100344          CMU Control FXCLK Sub-Unit Input Clock
GTM_CMU_GLB_CTRL 0xF0100348          CMU Synchronizing ARU and Clock Source
GTM_CMU_CLK_CTRL 0xF010034C          CMU Control for Clock Source Selection
GTM_BRC_SRC_0_ADDR 0xF0100400          BRC Read Address for Input Channel 0
GTM_BRC_SRC_0_DEST 0xF0100404          BRC Destination Channels for Input Channel 0
GTM_BRC_SRC_1_ADDR 0xF0100408          BRC Read Address for Input Channel 1
GTM_BRC_SRC_1_DEST 0xF010040C          BRC Destination Channels for Input Channel 1
GTM_BRC_SRC_2_ADDR 0xF0100410          BRC Read Address for Input Channel 2
GTM_BRC_SRC_2_DEST 0xF0100414          BRC Destination Channels for Input Channel 2
GTM_BRC_SRC_3_ADDR 0xF0100418          BRC Read Address for Input Channel 3
GTM_BRC_SRC_3_DEST 0xF010041C          BRC Destination Channels for Input Channel 3
GTM_BRC_SRC_4_ADDR 0xF0100420          BRC Read Address for Input Channel 4
GTM_BRC_SRC_4_DEST 0xF0100424          BRC Destination Channels for Input Channel 4
GTM_BRC_SRC_5_ADDR 0xF0100428          BRC Read Address for Input Channel 5
GTM_BRC_SRC_5_DEST 0xF010042C          BRC Destination Channels for Input Channel 5
GTM_BRC_SRC_6_ADDR 0xF0100430          BRC Read Address for Input Channel 6
GTM_BRC_SRC_6_DEST 0xF0100434          BRC Destination Channels for Input Channel 6
GTM_BRC_SRC_7_ADDR 0xF0100438          BRC Read Address for Input Channel 7
GTM_BRC_SRC_7_DEST 0xF010043C          BRC Destination Channels for Input Channel 7
GTM_BRC_SRC_8_ADDR 0xF0100440          BRC Read Address for Input Channel 8
GTM_BRC_SRC_8_DEST 0xF0100444          BRC Destination Channels for Input Channel 8
GTM_BRC_SRC_9_ADDR 0xF0100448          BRC Read Address for Input Channel 9
GTM_BRC_SRC_9_DEST 0xF010044C          BRC Destination Channels for Input Channel 9
GTM_BRC_SRC_10_ADDR 0xF0100450          BRC Read Address for Input Channel 10
GTM_BRC_SRC_10_DEST 0xF0100454          BRC Destination Channels for Input Channel 10
GTM_BRC_SRC_11_ADDR 0xF0100458          BRC Read Address for Input Channel 11
GTM_BRC_SRC_11_DEST 0xF010045C          BRC Destination Channels for Input Channel 11
GTM_BRC_IRQ_NOTIFY 0xF0100460          BRC Interrupt Notification Register
GTM_BRC_IRQ_EN  0xF0100464          BRC Interrupt Enable Register
GTM_BRC_IRQ_FORCINT 0xF0100468          BRC Force Interrupt Register
GTM_BRC_IRQ_MODE 0xF010046C          BRC Interrupt Mode Configuration Register
GTM_BRC_RST     0xF0100470          BRC Software Reset Register
GTM_BRC_EIRQ_EN 0xF0100474          BRC Error Interrupt Enable Register
GTM_ICM_IRQG_0  0xF0100600          ICM Interrupt Group Register Covering Infrastructural and Safety Components ARU, BRC, AEI, PSM0, PSM1, MAP, CMP, SPE
GTM_ICM_IRQG_2  0xF0100608          ICM Interrupt Group Register Covering TIM0, TIM1, TIM2, TIM3
GTM_ICM_IRQG_6  0xF0100618          ICM Interrupt Group Register Covering GTM Output Sub-Modules TOM0 to TOM1
GTM_ICM_IRQG_9  0xF0100624          ICM Interrupt Group Register Covering GTM Output Sub-Modules ATOM0, ATOM1, ATOM2 and ATOM3
GTM_ICM_IRQG_MEI 0xF0100630          ICM Interrupt Group Register for Module Error Interrupt Information
GTM_ICM_IRQG_CEI1 0xF0100638          ICM Interrupt Group Register 1 for Channel Error Interrupt Information
GTM_ICM_IRQG_SPE_CEI 0xF01006B4          ICM Interrupt Group SPE for Module Error Interrupt Information
GTM_ICM_IRQG_CLS_0_MEI 0xF0100710          ICM Interrupt Group 0 for Module Error Interrupt Information for each TIMm, MCSm, SPEm, FIFOm
GTM_ICM_IRQG_SPE_CI 0xF0100770          ICM Interrupt Group SPE for Module Interrupt Information
GTM_ICM_IRQG_ATOM_0_CI 0xF0100790          ICM Interrupt Group ATOM 0 for Channel Interrupt Information of ATOMm
GTM_ICM_IRQG_TOM_0_CI 0xF01007A0          ICM Interrupt Group TOM 0 for Channel Interrupt Information of TOMm
GTM_SPE0_CTRL_STAT 0xF0100800          SPE0 Control Status Register
GTM_SPE0_PAT    0xF0100804          SPE0 Input Pattern Definition Register
GTM_SPE0_OUT_PAT0 0xF0100808          SPE0 Output Definition Register 0
GTM_SPE0_OUT_PAT1 0xF010080C          SPE0 Output Definition Register 1
GTM_SPE0_OUT_PAT2 0xF0100810          SPE0 Output Definition Register 2
GTM_SPE0_OUT_PAT3 0xF0100814          SPE0 Output Definition Register 3
GTM_SPE0_OUT_PAT4 0xF0100818          SPE0 Output Definition Register 4
GTM_SPE0_OUT_PAT5 0xF010081C          SPE0 Output Definition Register 5
GTM_SPE0_OUT_PAT6 0xF0100820          SPE0 Output Definition Register 6
GTM_SPE0_OUT_PAT7 0xF0100824          SPE0 Output Definition Register 7
GTM_SPE0_OUT_CTRL 0xF0100828          SPE0 Output Control Register
GTM_SPE0_IRQ_NOTIFY 0xF010082C          SPE0 Interrupt Notification Register
GTM_SPE0_IRQ_EN 0xF0100830          SPE0 Interrupt Enable Register
GTM_SPE0_IRQ_FORCINT 0xF0100834          SPE0 Interrupt Generation by Software
GTM_SPE0_IRQ_MODE 0xF0100838          SPE0 Interrupt Mode Configuration Register
GTM_SPE0_EIRQ_EN 0xF010083C          SPE0 Error Interrupt Enable Register
GTM_SPE0_REV_CNT 0xF0100840          SPE0 Input Revolution Counter
GTM_SPE0_REV_CMP 0xF0100844          SPE0 Revolution Counter Compare Value
GTM_SPE0_CTRL_STAT2 0xF0100848          SPE0 Control Status Register 2
GTM_SPE0_CMD    0xF010084C          SPE0 Command register
GTM_SPE1_CTRL_STAT 0xF0100880          SPE1 Control Status Register
GTM_SPE1_PAT    0xF0100884          SPE1 Input Pattern Definition Register
GTM_SPE1_OUT_PAT0 0xF0100888          SPE1 Output Definition Register 0
GTM_SPE1_OUT_PAT1 0xF010088C          SPE1 Output Definition Register 1
GTM_SPE1_OUT_PAT2 0xF0100890          SPE1 Output Definition Register 2
GTM_SPE1_OUT_PAT3 0xF0100894          SPE1 Output Definition Register 3
GTM_SPE1_OUT_PAT4 0xF0100898          SPE1 Output Definition Register 4
GTM_SPE1_OUT_PAT5 0xF010089C          SPE1 Output Definition Register 5
GTM_SPE1_OUT_PAT6 0xF01008A0          SPE1 Output Definition Register 6
GTM_SPE1_OUT_PAT7 0xF01008A4          SPE1 Output Definition Register 7
GTM_SPE1_OUT_CTRL 0xF01008A8          SPE1 Output Control Register
GTM_SPE1_IRQ_NOTIFY 0xF01008AC          SPE1 Interrupt Notification Register
GTM_SPE1_IRQ_EN 0xF01008B0          SPE1 Interrupt Enable Register
GTM_SPE1_IRQ_FORCINT 0xF01008B4          SPE1 Interrupt Generation by Software
GTM_SPE1_IRQ_MODE 0xF01008B8          SPE1 Interrupt Mode Configuration Register
GTM_SPE1_EIRQ_EN 0xF01008BC          SPE1 Error Interrupt Enable Register
GTM_SPE1_REV_CNT 0xF01008C0          SPE1 Input Revolution Counter
GTM_SPE1_REV_CMP 0xF01008C4          SPE1 Revolution Counter Compare Value
GTM_SPE1_CTRL_STAT2 0xF01008C8          SPE1 Control Status Register 2
GTM_SPE1_CMD    0xF01008CC          SPE1 Command register
GTM_TIM0_CH0_GPR0 0xF0101000          TIM0 Channel 0 General Purpose 0 Register
GTM_TIM0_CH0_GPR1 0xF0101004          TIM0 Channel 0 General Purpose 1 Register
GTM_TIM0_CH0_CNT 0xF0101008          TIM0 Channel 0 SMU Counter Register
GTM_TIM0_CH0_ECNT 0xF010100C          TIM0 Channel 0 SMU Edge Counter Register
GTM_TIM0_CH0_CNTS 0xF0101010          TIM0 Channel 0 SMU Shadow Counter Register
GTM_TIM0_CH0_TDUC 0xF0101014          TIM0 Channel 0 TDU Counter Register
GTM_TIM0_CH0_TDUV 0xF0101018          TIM0 Channel 0 TDU Control Register
GTM_TIM0_CH0_FLT_RE 0xF010101C          TIM0 Channel 0 Filter Parameter 0 Register
GTM_TIM0_CH0_FLT_FE 0xF0101020          TIM0 Channel 0 Filter Parameter 1 Register
GTM_TIM0_CH0_CTRL 0xF0101024          TIM0 Channel 0 Control Register
GTM_TIM0_CH0_ECTRL 0xF0101028          TIM0 Channel 0 Extended Control Register
GTM_TIM0_CH0_IRQ_NOTIFY 0xF010102C          TIM0 Channel 0 Interrupt Notification Register
GTM_TIM0_CH0_IRQ_EN 0xF0101030          TIM0 Channel 0 Interrupt Enable Register
GTM_TIM0_CH0_IRQ_FORCINT 0xF0101034          TIM0 Channel 0 Force Interrupt Register
GTM_TIM0_CH0_IRQ_MODE 0xF0101038          TIM0 Channel 0 Interrupt Mode Configuration Register
GTM_TIM0_CH0_EIRQ_EN 0xF010103C          TIM0 Channel 0 Error Interrupt Enable Register
GTM_TIM0_INP_VAL 0xF0101074          TIM0 Input Value Observation Register
GTM_TIM0_IN_SRC 0xF0101078          TIM0 AUX IN Source Selection Register
GTM_TIM0_RST    0xF010107C          TIM0 Global Software Reset Register
GTM_TIM0_CH1_GPR0 0xF0101080          TIM0 Channel 1 General Purpose 0 Register
GTM_TIM0_CH1_GPR1 0xF0101084          TIM0 Channel 1 General Purpose 1 Register
GTM_TIM0_CH1_CNT 0xF0101088          TIM0 Channel 1 SMU Counter Register
GTM_TIM0_CH1_ECNT 0xF010108C          TIM0 Channel 1 SMU Edge Counter Register
GTM_TIM0_CH1_CNTS 0xF0101090          TIM0 Channel 1 SMU Shadow Counter Register
GTM_TIM0_CH1_TDUC 0xF0101094          TIM0 Channel 1 TDU Counter Register
GTM_TIM0_CH1_TDUV 0xF0101098          TIM0 Channel 1 TDU Control Register
GTM_TIM0_CH1_FLT_RE 0xF010109C          TIM0 Channel 1 Filter Parameter 0 Register
GTM_TIM0_CH1_FLT_FE 0xF01010A0          TIM0 Channel 1 Filter Parameter 1 Register
GTM_TIM0_CH1_CTRL 0xF01010A4          TIM0 Channel 1 Control Register
GTM_TIM0_CH1_ECTRL 0xF01010A8          TIM0 Channel 1 Extended Control Register
GTM_TIM0_CH1_IRQ_NOTIFY 0xF01010AC          TIM0 Channel 1 Interrupt Notification Register
GTM_TIM0_CH1_IRQ_EN 0xF01010B0          TIM0 Channel 1 Interrupt Enable Register
GTM_TIM0_CH1_IRQ_FORCINT 0xF01010B4          TIM0 Channel 1 Force Interrupt Register
GTM_TIM0_CH1_IRQ_MODE 0xF01010B8          TIM0 Channel 1 Interrupt Mode Configuration Register
GTM_TIM0_CH1_EIRQ_EN 0xF01010BC          TIM0 Channel 1 Error Interrupt Enable Register
GTM_TIM0_CH2_GPR0 0xF0101100          TIM0 Channel 2 General Purpose 0 Register
GTM_TIM0_CH2_GPR1 0xF0101104          TIM0 Channel 2 General Purpose 1 Register
GTM_TIM0_CH2_CNT 0xF0101108          TIM0 Channel 2 SMU Counter Register
GTM_TIM0_CH2_ECNT 0xF010110C          TIM0 Channel 2 SMU Edge Counter Register
GTM_TIM0_CH2_CNTS 0xF0101110          TIM0 Channel 2 SMU Shadow Counter Register
GTM_TIM0_CH2_TDUC 0xF0101114          TIM0 Channel 2 TDU Counter Register
GTM_TIM0_CH2_TDUV 0xF0101118          TIM0 Channel 2 TDU Control Register
GTM_TIM0_CH2_FLT_RE 0xF010111C          TIM0 Channel 2 Filter Parameter 0 Register
GTM_TIM0_CH2_FLT_FE 0xF0101120          TIM0 Channel 2 Filter Parameter 1 Register
GTM_TIM0_CH2_CTRL 0xF0101124          TIM0 Channel 2 Control Register
GTM_TIM0_CH2_ECTRL 0xF0101128          TIM0 Channel 2 Extended Control Register
GTM_TIM0_CH2_IRQ_NOTIFY 0xF010112C          TIM0 Channel 2 Interrupt Notification Register
GTM_TIM0_CH2_IRQ_EN 0xF0101130          TIM0 Channel 2 Interrupt Enable Register
GTM_TIM0_CH2_IRQ_FORCINT 0xF0101134          TIM0 Channel 2 Force Interrupt Register
GTM_TIM0_CH2_IRQ_MODE 0xF0101138          TIM0 Channel 2 Interrupt Mode Configuration Register
GTM_TIM0_CH2_EIRQ_EN 0xF010113C          TIM0 Channel 2 Error Interrupt Enable Register
GTM_TIM0_CH3_GPR0 0xF0101180          TIM0 Channel 3 General Purpose 0 Register
GTM_TIM0_CH3_GPR1 0xF0101184          TIM0 Channel 3 General Purpose 1 Register
GTM_TIM0_CH3_CNT 0xF0101188          TIM0 Channel 3 SMU Counter Register
GTM_TIM0_CH3_ECNT 0xF010118C          TIM0 Channel 3 SMU Edge Counter Register
GTM_TIM0_CH3_CNTS 0xF0101190          TIM0 Channel 3 SMU Shadow Counter Register
GTM_TIM0_CH3_TDUC 0xF0101194          TIM0 Channel 3 TDU Counter Register
GTM_TIM0_CH3_TDUV 0xF0101198          TIM0 Channel 3 TDU Control Register
GTM_TIM0_CH3_FLT_RE 0xF010119C          TIM0 Channel 3 Filter Parameter 0 Register
GTM_TIM0_CH3_FLT_FE 0xF01011A0          TIM0 Channel 3 Filter Parameter 1 Register
GTM_TIM0_CH3_CTRL 0xF01011A4          TIM0 Channel 3 Control Register
GTM_TIM0_CH3_ECTRL 0xF01011A8          TIM0 Channel 3 Extended Control Register
GTM_TIM0_CH3_IRQ_NOTIFY 0xF01011AC          TIM0 Channel 3 Interrupt Notification Register
GTM_TIM0_CH3_IRQ_EN 0xF01011B0          TIM0 Channel 3 Interrupt Enable Register
GTM_TIM0_CH3_IRQ_FORCINT 0xF01011B4          TIM0 Channel 3 Force Interrupt Register
GTM_TIM0_CH3_IRQ_MODE 0xF01011B8          TIM0 Channel 3 Interrupt Mode Configuration Register
GTM_TIM0_CH3_EIRQ_EN 0xF01011BC          TIM0 Channel 3 Error Interrupt Enable Register
GTM_TIM0_CH4_GPR0 0xF0101200          TIM0 Channel 4 General Purpose 0 Register
GTM_TIM0_CH4_GPR1 0xF0101204          TIM0 Channel 4 General Purpose 1 Register
GTM_TIM0_CH4_CNT 0xF0101208          TIM0 Channel 4 SMU Counter Register
GTM_TIM0_CH4_ECNT 0xF010120C          TIM0 Channel 4 SMU Edge Counter Register
GTM_TIM0_CH4_CNTS 0xF0101210          TIM0 Channel 4 SMU Shadow Counter Register
GTM_TIM0_CH4_TDUC 0xF0101214          TIM0 Channel 4 TDU Counter Register
GTM_TIM0_CH4_TDUV 0xF0101218          TIM0 Channel 4 TDU Control Register
GTM_TIM0_CH4_FLT_RE 0xF010121C          TIM0 Channel 4 Filter Parameter 0 Register
GTM_TIM0_CH4_FLT_FE 0xF0101220          TIM0 Channel 4 Filter Parameter 1 Register
GTM_TIM0_CH4_CTRL 0xF0101224          TIM0 Channel 4 Control Register
GTM_TIM0_CH4_ECTRL 0xF0101228          TIM0 Channel 4 Extended Control Register
GTM_TIM0_CH4_IRQ_NOTIFY 0xF010122C          TIM0 Channel 4 Interrupt Notification Register
GTM_TIM0_CH4_IRQ_EN 0xF0101230          TIM0 Channel 4 Interrupt Enable Register
GTM_TIM0_CH4_IRQ_FORCINT 0xF0101234          TIM0 Channel 4 Force Interrupt Register
GTM_TIM0_CH4_IRQ_MODE 0xF0101238          TIM0 Channel 4 Interrupt Mode Configuration Register
GTM_TIM0_CH4_EIRQ_EN 0xF010123C          TIM0 Channel 4 Error Interrupt Enable Register
GTM_TIM0_CH5_GPR0 0xF0101280          TIM0 Channel 5 General Purpose 0 Register
GTM_TIM0_CH5_GPR1 0xF0101284          TIM0 Channel 5 General Purpose 1 Register
GTM_TIM0_CH5_CNT 0xF0101288          TIM0 Channel 5 SMU Counter Register
GTM_TIM0_CH5_ECNT 0xF010128C          TIM0 Channel 5 SMU Edge Counter Register
GTM_TIM0_CH5_CNTS 0xF0101290          TIM0 Channel 5 SMU Shadow Counter Register
GTM_TIM0_CH5_TDUC 0xF0101294          TIM0 Channel 5 TDU Counter Register
GTM_TIM0_CH5_TDUV 0xF0101298          TIM0 Channel 5 TDU Control Register
GTM_TIM0_CH5_FLT_RE 0xF010129C          TIM0 Channel 5 Filter Parameter 0 Register
GTM_TIM0_CH5_FLT_FE 0xF01012A0          TIM0 Channel 5 Filter Parameter 1 Register
GTM_TIM0_CH5_CTRL 0xF01012A4          TIM0 Channel 5 Control Register
GTM_TIM0_CH5_ECTRL 0xF01012A8          TIM0 Channel 5 Extended Control Register
GTM_TIM0_CH5_IRQ_NOTIFY 0xF01012AC          TIM0 Channel 5 Interrupt Notification Register
GTM_TIM0_CH5_IRQ_EN 0xF01012B0          TIM0 Channel 5 Interrupt Enable Register
GTM_TIM0_CH5_IRQ_FORCINT 0xF01012B4          TIM0 Channel 5 Force Interrupt Register
GTM_TIM0_CH5_IRQ_MODE 0xF01012B8          TIM0 Channel 5 Interrupt Mode Configuration Register
GTM_TIM0_CH5_EIRQ_EN 0xF01012BC          TIM0 Channel 5 Error Interrupt Enable Register
GTM_TIM0_CH6_GPR0 0xF0101300          TIM0 Channel 6 General Purpose 0 Register
GTM_TIM0_CH6_GPR1 0xF0101304          TIM0 Channel 6 General Purpose 1 Register
GTM_TIM0_CH6_CNT 0xF0101308          TIM0 Channel 6 SMU Counter Register
GTM_TIM0_CH6_ECNT 0xF010130C          TIM0 Channel 6 SMU Edge Counter Register
GTM_TIM0_CH6_CNTS 0xF0101310          TIM0 Channel 6 SMU Shadow Counter Register
GTM_TIM0_CH6_TDUC 0xF0101314          TIM0 Channel 6 TDU Counter Register
GTM_TIM0_CH6_TDUV 0xF0101318          TIM0 Channel 6 TDU Control Register
GTM_TIM0_CH6_FLT_RE 0xF010131C          TIM0 Channel 6 Filter Parameter 0 Register
GTM_TIM0_CH6_FLT_FE 0xF0101320          TIM0 Channel 6 Filter Parameter 1 Register
GTM_TIM0_CH6_CTRL 0xF0101324          TIM0 Channel 6 Control Register
GTM_TIM0_CH6_ECTRL 0xF0101328          TIM0 Channel 6 Extended Control Register
GTM_TIM0_CH6_IRQ_NOTIFY 0xF010132C          TIM0 Channel 6 Interrupt Notification Register
GTM_TIM0_CH6_IRQ_EN 0xF0101330          TIM0 Channel 6 Interrupt Enable Register
GTM_TIM0_CH6_IRQ_FORCINT 0xF0101334          TIM0 Channel 6 Force Interrupt Register
GTM_TIM0_CH6_IRQ_MODE 0xF0101338          TIM0 Channel 6 Interrupt Mode Configuration Register
GTM_TIM0_CH6_EIRQ_EN 0xF010133C          TIM0 Channel 6 Error Interrupt Enable Register
GTM_TIM0_CH7_GPR0 0xF0101380          TIM0 Channel 7 General Purpose 0 Register
GTM_TIM0_CH7_GPR1 0xF0101384          TIM0 Channel 7 General Purpose 1 Register
GTM_TIM0_CH7_CNT 0xF0101388          TIM0 Channel 7 SMU Counter Register
GTM_TIM0_CH7_ECNT 0xF010138C          TIM0 Channel 7 SMU Edge Counter Register
GTM_TIM0_CH7_CNTS 0xF0101390          TIM0 Channel 7 SMU Shadow Counter Register
GTM_TIM0_CH7_TDUC 0xF0101394          TIM0 Channel 7 TDU Counter Register
GTM_TIM0_CH7_TDUV 0xF0101398          TIM0 Channel 7 TDU Control Register
GTM_TIM0_CH7_FLT_RE 0xF010139C          TIM0 Channel 7 Filter Parameter 0 Register
GTM_TIM0_CH7_FLT_FE 0xF01013A0          TIM0 Channel 7 Filter Parameter 1 Register
GTM_TIM0_CH7_CTRL 0xF01013A4          TIM0 Channel 7 Control Register
GTM_TIM0_CH7_ECTRL 0xF01013A8          TIM0 Channel 7 Extended Control Register
GTM_TIM0_CH7_IRQ_NOTIFY 0xF01013AC          TIM0 Channel 7 Interrupt Notification Register
GTM_TIM0_CH7_IRQ_EN 0xF01013B0          TIM0 Channel 7 Interrupt Enable Register
GTM_TIM0_CH7_IRQ_FORCINT 0xF01013B4          TIM0 Channel 7 Force Interrupt Register
GTM_TIM0_CH7_IRQ_MODE 0xF01013B8          TIM0 Channel 7 Interrupt Mode Configuration Register
GTM_TIM0_CH7_EIRQ_EN 0xF01013BC          TIM0 Channel 7 Error Interrupt Enable Register
GTM_TIM1_CH0_GPR0 0xF0101800          TIM1 Channel 0 General Purpose 0 Register
GTM_TIM1_CH0_GPR1 0xF0101804          TIM1 Channel 0 General Purpose 1 Register
GTM_TIM1_CH0_CNT 0xF0101808          TIM1 Channel 0 SMU Counter Register
GTM_TIM1_CH0_ECNT 0xF010180C          TIM1 Channel 0 SMU Edge Counter Register
GTM_TIM1_CH0_CNTS 0xF0101810          TIM1 Channel 0 SMU Shadow Counter Register
GTM_TIM1_CH0_TDUC 0xF0101814          TIM1 Channel 0 TDU Counter Register
GTM_TIM1_CH0_TDUV 0xF0101818          TIM1 Channel 0 TDU Control Register
GTM_TIM1_CH0_FLT_RE 0xF010181C          TIM1 Channel 0 Filter Parameter 0 Register
GTM_TIM1_CH0_FLT_FE 0xF0101820          TIM1 Channel 0 Filter Parameter 1 Register
GTM_TIM1_CH0_CTRL 0xF0101824          TIM1 Channel 0 Control Register
GTM_TIM1_CH0_ECTRL 0xF0101828          TIM1 Channel 0 Extended Control Register
GTM_TIM1_CH0_IRQ_NOTIFY 0xF010182C          TIM1 Channel 0 Interrupt Notification Register
GTM_TIM1_CH0_IRQ_EN 0xF0101830          TIM1 Channel 0 Interrupt Enable Register
GTM_TIM1_CH0_IRQ_FORCINT 0xF0101834          TIM1 Channel 0 Force Interrupt Register
GTM_TIM1_CH0_IRQ_MODE 0xF0101838          TIM1 Channel 0 Interrupt Mode Configuration Register
GTM_TIM1_CH0_EIRQ_EN 0xF010183C          TIM1 Channel 0 Error Interrupt Enable Register
GTM_TIM1_INP_VAL 0xF0101874          TIM1 Input Value Observation Register
GTM_TIM1_IN_SRC 0xF0101878          TIM1 AUX IN Source Selection Register
GTM_TIM1_RST    0xF010187C          TIM1 Global Software Reset Register
GTM_TIM1_CH1_GPR0 0xF0101880          TIM1 Channel 1 General Purpose 0 Register
GTM_TIM1_CH1_GPR1 0xF0101884          TIM1 Channel 1 General Purpose 1 Register
GTM_TIM1_CH1_CNT 0xF0101888          TIM1 Channel 1 SMU Counter Register
GTM_TIM1_CH1_ECNT 0xF010188C          TIM1 Channel 1 SMU Edge Counter Register
GTM_TIM1_CH1_CNTS 0xF0101890          TIM1 Channel 1 SMU Shadow Counter Register
GTM_TIM1_CH1_TDUC 0xF0101894          TIM1 Channel 1 TDU Counter Register
GTM_TIM1_CH1_TDUV 0xF0101898          TIM1 Channel 1 TDU Control Register
GTM_TIM1_CH1_FLT_RE 0xF010189C          TIM1 Channel 1 Filter Parameter 0 Register
GTM_TIM1_CH1_FLT_FE 0xF01018A0          TIM1 Channel 1 Filter Parameter 1 Register
GTM_TIM1_CH1_CTRL 0xF01018A4          TIM1 Channel 1 Control Register
GTM_TIM1_CH1_ECTRL 0xF01018A8          TIM1 Channel 1 Extended Control Register
GTM_TIM1_CH1_IRQ_NOTIFY 0xF01018AC          TIM1 Channel 1 Interrupt Notification Register
GTM_TIM1_CH1_IRQ_EN 0xF01018B0          TIM1 Channel 1 Interrupt Enable Register
GTM_TIM1_CH1_IRQ_FORCINT 0xF01018B4          TIM1 Channel 1 Force Interrupt Register
GTM_TIM1_CH1_IRQ_MODE 0xF01018B8          TIM1 Channel 1 Interrupt Mode Configuration Register
GTM_TIM1_CH1_EIRQ_EN 0xF01018BC          TIM1 Channel 1 Error Interrupt Enable Register
GTM_TIM1_CH2_GPR0 0xF0101900          TIM1 Channel 2 General Purpose 0 Register
GTM_TIM1_CH2_GPR1 0xF0101904          TIM1 Channel 2 General Purpose 1 Register
GTM_TIM1_CH2_CNT 0xF0101908          TIM1 Channel 2 SMU Counter Register
GTM_TIM1_CH2_ECNT 0xF010190C          TIM1 Channel 2 SMU Edge Counter Register
GTM_TIM1_CH2_CNTS 0xF0101910          TIM1 Channel 2 SMU Shadow Counter Register
GTM_TIM1_CH2_TDUC 0xF0101914          TIM1 Channel 2 TDU Counter Register
GTM_TIM1_CH2_TDUV 0xF0101918          TIM1 Channel 2 TDU Control Register
GTM_TIM1_CH2_FLT_RE 0xF010191C          TIM1 Channel 2 Filter Parameter 0 Register
GTM_TIM1_CH2_FLT_FE 0xF0101920          TIM1 Channel 2 Filter Parameter 1 Register
GTM_TIM1_CH2_CTRL 0xF0101924          TIM1 Channel 2 Control Register
GTM_TIM1_CH2_ECTRL 0xF0101928          TIM1 Channel 2 Extended Control Register
GTM_TIM1_CH2_IRQ_NOTIFY 0xF010192C          TIM1 Channel 2 Interrupt Notification Register
GTM_TIM1_CH2_IRQ_EN 0xF0101930          TIM1 Channel 2 Interrupt Enable Register
GTM_TIM1_CH2_IRQ_FORCINT 0xF0101934          TIM1 Channel 2 Force Interrupt Register
GTM_TIM1_CH2_IRQ_MODE 0xF0101938          TIM1 Channel 2 Interrupt Mode Configuration Register
GTM_TIM1_CH2_EIRQ_EN 0xF010193C          TIM1 Channel 2 Error Interrupt Enable Register
GTM_TIM1_CH3_GPR0 0xF0101980          TIM1 Channel 3 General Purpose 0 Register
GTM_TIM1_CH3_GPR1 0xF0101984          TIM1 Channel 3 General Purpose 1 Register
GTM_TIM1_CH3_CNT 0xF0101988          TIM1 Channel 3 SMU Counter Register
GTM_TIM1_CH3_ECNT 0xF010198C          TIM1 Channel 3 SMU Edge Counter Register
GTM_TIM1_CH3_CNTS 0xF0101990          TIM1 Channel 3 SMU Shadow Counter Register
GTM_TIM1_CH3_TDUC 0xF0101994          TIM1 Channel 3 TDU Counter Register
GTM_TIM1_CH3_TDUV 0xF0101998          TIM1 Channel 3 TDU Control Register
GTM_TIM1_CH3_FLT_RE 0xF010199C          TIM1 Channel 3 Filter Parameter 0 Register
GTM_TIM1_CH3_FLT_FE 0xF01019A0          TIM1 Channel 3 Filter Parameter 1 Register
GTM_TIM1_CH3_CTRL 0xF01019A4          TIM1 Channel 3 Control Register
GTM_TIM1_CH3_ECTRL 0xF01019A8          TIM1 Channel 3 Extended Control Register
GTM_TIM1_CH3_IRQ_NOTIFY 0xF01019AC          TIM1 Channel 3 Interrupt Notification Register
GTM_TIM1_CH3_IRQ_EN 0xF01019B0          TIM1 Channel 3 Interrupt Enable Register
GTM_TIM1_CH3_IRQ_FORCINT 0xF01019B4          TIM1 Channel 3 Force Interrupt Register
GTM_TIM1_CH3_IRQ_MODE 0xF01019B8          TIM1 Channel 3 Interrupt Mode Configuration Register
GTM_TIM1_CH3_EIRQ_EN 0xF01019BC          TIM1 Channel 3 Error Interrupt Enable Register
GTM_TIM1_CH4_GPR0 0xF0101A00          TIM1 Channel 4 General Purpose 0 Register
GTM_TIM1_CH4_GPR1 0xF0101A04          TIM1 Channel 4 General Purpose 1 Register
GTM_TIM1_CH4_CNT 0xF0101A08          TIM1 Channel 4 SMU Counter Register
GTM_TIM1_CH4_ECNT 0xF0101A0C          TIM1 Channel 4 SMU Edge Counter Register
GTM_TIM1_CH4_CNTS 0xF0101A10          TIM1 Channel 4 SMU Shadow Counter Register
GTM_TIM1_CH4_TDUC 0xF0101A14          TIM1 Channel 4 TDU Counter Register
GTM_TIM1_CH4_TDUV 0xF0101A18          TIM1 Channel 4 TDU Control Register
GTM_TIM1_CH4_FLT_RE 0xF0101A1C          TIM1 Channel 4 Filter Parameter 0 Register
GTM_TIM1_CH4_FLT_FE 0xF0101A20          TIM1 Channel 4 Filter Parameter 1 Register
GTM_TIM1_CH4_CTRL 0xF0101A24          TIM1 Channel 4 Control Register
GTM_TIM1_CH4_ECTRL 0xF0101A28          TIM1 Channel 4 Extended Control Register
GTM_TIM1_CH4_IRQ_NOTIFY 0xF0101A2C          TIM1 Channel 4 Interrupt Notification Register
GTM_TIM1_CH4_IRQ_EN 0xF0101A30          TIM1 Channel 4 Interrupt Enable Register
GTM_TIM1_CH4_IRQ_FORCINT 0xF0101A34          TIM1 Channel 4 Force Interrupt Register
GTM_TIM1_CH4_IRQ_MODE 0xF0101A38          TIM1 Channel 4 Interrupt Mode Configuration Register
GTM_TIM1_CH4_EIRQ_EN 0xF0101A3C          TIM1 Channel 4 Error Interrupt Enable Register
GTM_TIM1_CH5_GPR0 0xF0101A80          TIM1 Channel 5 General Purpose 0 Register
GTM_TIM1_CH5_GPR1 0xF0101A84          TIM1 Channel 5 General Purpose 1 Register
GTM_TIM1_CH5_CNT 0xF0101A88          TIM1 Channel 5 SMU Counter Register
GTM_TIM1_CH5_ECNT 0xF0101A8C          TIM1 Channel 5 SMU Edge Counter Register
GTM_TIM1_CH5_CNTS 0xF0101A90          TIM1 Channel 5 SMU Shadow Counter Register
GTM_TIM1_CH5_TDUC 0xF0101A94          TIM1 Channel 5 TDU Counter Register
GTM_TIM1_CH5_TDUV 0xF0101A98          TIM1 Channel 5 TDU Control Register
GTM_TIM1_CH5_FLT_RE 0xF0101A9C          TIM1 Channel 5 Filter Parameter 0 Register
GTM_TIM1_CH5_FLT_FE 0xF0101AA0          TIM1 Channel 5 Filter Parameter 1 Register
GTM_TIM1_CH5_CTRL 0xF0101AA4          TIM1 Channel 5 Control Register
GTM_TIM1_CH5_ECTRL 0xF0101AA8          TIM1 Channel 5 Extended Control Register
GTM_TIM1_CH5_IRQ_NOTIFY 0xF0101AAC          TIM1 Channel 5 Interrupt Notification Register
GTM_TIM1_CH5_IRQ_EN 0xF0101AB0          TIM1 Channel 5 Interrupt Enable Register
GTM_TIM1_CH5_IRQ_FORCINT 0xF0101AB4          TIM1 Channel 5 Force Interrupt Register
GTM_TIM1_CH5_IRQ_MODE 0xF0101AB8          TIM1 Channel 5 Interrupt Mode Configuration Register
GTM_TIM1_CH5_EIRQ_EN 0xF0101ABC          TIM1 Channel 5 Error Interrupt Enable Register
GTM_TIM1_CH6_GPR0 0xF0101B00          TIM1 Channel 6 General Purpose 0 Register
GTM_TIM1_CH6_GPR1 0xF0101B04          TIM1 Channel 6 General Purpose 1 Register
GTM_TIM1_CH6_CNT 0xF0101B08          TIM1 Channel 6 SMU Counter Register
GTM_TIM1_CH6_ECNT 0xF0101B0C          TIM1 Channel 6 SMU Edge Counter Register
GTM_TIM1_CH6_CNTS 0xF0101B10          TIM1 Channel 6 SMU Shadow Counter Register
GTM_TIM1_CH6_TDUC 0xF0101B14          TIM1 Channel 6 TDU Counter Register
GTM_TIM1_CH6_TDUV 0xF0101B18          TIM1 Channel 6 TDU Control Register
GTM_TIM1_CH6_FLT_RE 0xF0101B1C          TIM1 Channel 6 Filter Parameter 0 Register
GTM_TIM1_CH6_FLT_FE 0xF0101B20          TIM1 Channel 6 Filter Parameter 1 Register
GTM_TIM1_CH6_CTRL 0xF0101B24          TIM1 Channel 6 Control Register
GTM_TIM1_CH6_ECTRL 0xF0101B28          TIM1 Channel 6 Extended Control Register
GTM_TIM1_CH6_IRQ_NOTIFY 0xF0101B2C          TIM1 Channel 6 Interrupt Notification Register
GTM_TIM1_CH6_IRQ_EN 0xF0101B30          TIM1 Channel 6 Interrupt Enable Register
GTM_TIM1_CH6_IRQ_FORCINT 0xF0101B34          TIM1 Channel 6 Force Interrupt Register
GTM_TIM1_CH6_IRQ_MODE 0xF0101B38          TIM1 Channel 6 Interrupt Mode Configuration Register
GTM_TIM1_CH6_EIRQ_EN 0xF0101B3C          TIM1 Channel 6 Error Interrupt Enable Register
GTM_TIM1_CH7_GPR0 0xF0101B80          TIM1 Channel 7 General Purpose 0 Register
GTM_TIM1_CH7_GPR1 0xF0101B84          TIM1 Channel 7 General Purpose 1 Register
GTM_TIM1_CH7_CNT 0xF0101B88          TIM1 Channel 7 SMU Counter Register
GTM_TIM1_CH7_ECNT 0xF0101B8C          TIM1 Channel 7 SMU Edge Counter Register
GTM_TIM1_CH7_CNTS 0xF0101B90          TIM1 Channel 7 SMU Shadow Counter Register
GTM_TIM1_CH7_TDUC 0xF0101B94          TIM1 Channel 7 TDU Counter Register
GTM_TIM1_CH7_TDUV 0xF0101B98          TIM1 Channel 7 TDU Control Register
GTM_TIM1_CH7_FLT_RE 0xF0101B9C          TIM1 Channel 7 Filter Parameter 0 Register
GTM_TIM1_CH7_FLT_FE 0xF0101BA0          TIM1 Channel 7 Filter Parameter 1 Register
GTM_TIM1_CH7_CTRL 0xF0101BA4          TIM1 Channel 7 Control Register
GTM_TIM1_CH7_ECTRL 0xF0101BA8          TIM1 Channel 7 Extended Control Register
GTM_TIM1_CH7_IRQ_NOTIFY 0xF0101BAC          TIM1 Channel 7 Interrupt Notification Register
GTM_TIM1_CH7_IRQ_EN 0xF0101BB0          TIM1 Channel 7 Interrupt Enable Register
GTM_TIM1_CH7_IRQ_FORCINT 0xF0101BB4          TIM1 Channel 7 Force Interrupt Register
GTM_TIM1_CH7_IRQ_MODE 0xF0101BB8          TIM1 Channel 7 Interrupt Mode Configuration Register
GTM_TIM1_CH7_EIRQ_EN 0xF0101BBC          TIM1 Channel 7 Error Interrupt Enable Register
GTM_TOM0_CH0_CTRL 0xF0108000          TOM0 Channel 0 Control Register
GTM_TOM0_CH0_SR0 0xF0108004          TOM0 Channel 0 CCU0 Compare Shadow Register
GTM_TOM0_CH0_SR1 0xF0108008          TOM0 Channel 0 CCU1 Compare Shadow Register
GTM_TOM0_CH0_CM0 0xF010800C          TOM0 Channel 0 CCU0 Compare Register
GTM_TOM0_CH0_CM1 0xF0108010          TOM0 Channel 0 CCU1 Compare Register
GTM_TOM0_CH0_CN0 0xF0108014          TOM0 Channel 0 CCU0 Counter Register
GTM_TOM0_CH0_STAT 0xF0108018          TOM0 Channel 0 Status Register
GTM_TOM0_CH0_IRQ_NOTIFY 0xF010801C          TOM0 Channel 0 Interrupt Notification Register
GTM_TOM0_CH0_IRQ_EN 0xF0108020          TOM0 Channel 0 Interrupt Enable Register
GTM_TOM0_CH0_IRQ_FORCINT 0xF0108024          TOM0 Channel 0 Force Interrupt Register
GTM_TOM0_CH0_IRQ_MODE 0xF0108028          TOM0 Channel 0 Interrupt Mode Register
GTM_TOM0_TGC0_GLB_CTRL 0xF0108030          TOM0 TGC0 Global Control Register
GTM_TOM0_TGC0_ACT_TB 0xF0108034          TOM0 TGC0 Action Time Base Register
GTM_TOM0_TGC0_FUPD_CTRL 0xF0108038          TOM0 TGC0 Force Update Control Register
GTM_TOM0_TGC0_INT_TRIG 0xF010803C          TOM0 TGC0 Internal Trigger Control Register
GTM_TOM0_CH1_CTRL 0xF0108040          TOM0 Channel 1 Control Register
GTM_TOM0_CH1_SR0 0xF0108044          TOM0 Channel 1 CCU0 Compare Shadow Register
GTM_TOM0_CH1_SR1 0xF0108048          TOM0 Channel 1 CCU1 Compare Shadow Register
GTM_TOM0_CH1_CM0 0xF010804C          TOM0 Channel 1 CCU0 Compare Register
GTM_TOM0_CH1_CM1 0xF0108050          TOM0 Channel 1 CCU1 Compare Register
GTM_TOM0_CH1_CN0 0xF0108054          TOM0 Channel 1 CCU0 Counter Register
GTM_TOM0_CH1_STAT 0xF0108058          TOM0 Channel 1 Status Register
GTM_TOM0_CH1_IRQ_NOTIFY 0xF010805C          TOM0 Channel 1 Interrupt Notification Register
GTM_TOM0_CH1_IRQ_EN 0xF0108060          TOM0 Channel 1 Interrupt Enable Register
GTM_TOM0_CH1_IRQ_FORCINT 0xF0108064          TOM0 Channel 1 Force Interrupt Register
GTM_TOM0_CH1_IRQ_MODE 0xF0108068          TOM0 Channel 1 Interrupt Mode Register
GTM_TOM0_TGC0_ENDIS_CTRL 0xF0108070          TOM0 TGC0 Enable/Disable Control Register
GTM_TOM0_TGC0_ENDIS_STAT 0xF0108074          TOM0 TGC0 Enable/Disable Status Register
GTM_TOM0_TGC0_OUTEN_CTRL 0xF0108078          TOM0 TGC0 Output Enable Control Register
GTM_TOM0_TGC0_OUTEN_STAT 0xF010807C          TOM0 TGC0 Output Enable Status Register
GTM_TOM0_CH2_CTRL 0xF0108080          TOM0 Channel 2 Control Register
GTM_TOM0_CH2_SR0 0xF0108084          TOM0 Channel 2 CCU0 Compare Shadow Register
GTM_TOM0_CH2_SR1 0xF0108088          TOM0 Channel 2 CCU1 Compare Shadow Register
GTM_TOM0_CH2_CM0 0xF010808C          TOM0 Channel 2 CCU0 Compare Register
GTM_TOM0_CH2_CM1 0xF0108090          TOM0 Channel 2 CCU1 Compare Register
GTM_TOM0_CH2_CN0 0xF0108094          TOM0 Channel 2 CCU0 Counter Register
GTM_TOM0_CH2_STAT 0xF0108098          TOM0 Channel 2 Status Register
GTM_TOM0_CH2_IRQ_NOTIFY 0xF010809C          TOM0 Channel 2 Interrupt Notification Register
GTM_TOM0_CH2_IRQ_EN 0xF01080A0          TOM0 Channel 2 Interrupt Enable Register
GTM_TOM0_CH2_IRQ_FORCINT 0xF01080A4          TOM0 Channel 2 Force Interrupt Register
GTM_TOM0_CH2_IRQ_MODE 0xF01080A8          TOM0 Channel 2 Interrupt Mode Register
GTM_TOM0_CH3_CTRL 0xF01080C0          TOM0 Channel 3 Control Register
GTM_TOM0_CH3_SR0 0xF01080C4          TOM0 Channel 3 CCU0 Compare Shadow Register
GTM_TOM0_CH3_SR1 0xF01080C8          TOM0 Channel 3 CCU1 Compare Shadow Register
GTM_TOM0_CH3_CM0 0xF01080CC          TOM0 Channel 3 CCU0 Compare Register
GTM_TOM0_CH3_CM1 0xF01080D0          TOM0 Channel 3 CCU1 Compare Register
GTM_TOM0_CH3_CN0 0xF01080D4          TOM0 Channel 3 CCU0 Counter Register
GTM_TOM0_CH3_STAT 0xF01080D8          TOM0 Channel 3 Status Register
GTM_TOM0_CH3_IRQ_NOTIFY 0xF01080DC          TOM0 Channel 3 Interrupt Notification Register
GTM_TOM0_CH3_IRQ_EN 0xF01080E0          TOM0 Channel 3 Interrupt Enable Register
GTM_TOM0_CH3_IRQ_FORCINT 0xF01080E4          TOM0 Channel 3 Force Interrupt Register
GTM_TOM0_CH3_IRQ_MODE 0xF01080E8          TOM0 Channel 3 Interrupt Mode Register
GTM_TOM0_CH4_CTRL 0xF0108100          TOM0 Channel 4 Control Register
GTM_TOM0_CH4_SR0 0xF0108104          TOM0 Channel 4 CCU0 Compare Shadow Register
GTM_TOM0_CH4_SR1 0xF0108108          TOM0 Channel 4 CCU1 Compare Shadow Register
GTM_TOM0_CH4_CM0 0xF010810C          TOM0 Channel 4 CCU0 Compare Register
GTM_TOM0_CH4_CM1 0xF0108110          TOM0 Channel 4 CCU1 Compare Register
GTM_TOM0_CH4_CN0 0xF0108114          TOM0 Channel 4 CCU0 Counter Register
GTM_TOM0_CH4_STAT 0xF0108118          TOM0 Channel 4 Status Register
GTM_TOM0_CH4_IRQ_NOTIFY 0xF010811C          TOM0 Channel 4 Interrupt Notification Register
GTM_TOM0_CH4_IRQ_EN 0xF0108120          TOM0 Channel 4 Interrupt Enable Register
GTM_TOM0_CH4_IRQ_FORCINT 0xF0108124          TOM0 Channel 4 Force Interrupt Register
GTM_TOM0_CH4_IRQ_MODE 0xF0108128          TOM0 Channel 4 Interrupt Mode Register
GTM_TOM0_CH5_CTRL 0xF0108140          TOM0 Channel 5 Control Register
GTM_TOM0_CH5_SR0 0xF0108144          TOM0 Channel 5 CCU0 Compare Shadow Register
GTM_TOM0_CH5_SR1 0xF0108148          TOM0 Channel 5 CCU1 Compare Shadow Register
GTM_TOM0_CH5_CM0 0xF010814C          TOM0 Channel 5 CCU0 Compare Register
GTM_TOM0_CH5_CM1 0xF0108150          TOM0 Channel 5 CCU1 Compare Register
GTM_TOM0_CH5_CN0 0xF0108154          TOM0 Channel 5 CCU0 Counter Register
GTM_TOM0_CH5_STAT 0xF0108158          TOM0 Channel 5 Status Register
GTM_TOM0_CH5_IRQ_NOTIFY 0xF010815C          TOM0 Channel 5 Interrupt Notification Register
GTM_TOM0_CH5_IRQ_EN 0xF0108160          TOM0 Channel 5 Interrupt Enable Register
GTM_TOM0_CH5_IRQ_FORCINT 0xF0108164          TOM0 Channel 5 Force Interrupt Register
GTM_TOM0_CH5_IRQ_MODE 0xF0108168          TOM0 Channel 5 Interrupt Mode Register
GTM_TOM0_CH6_CTRL 0xF0108180          TOM0 Channel 6 Control Register
GTM_TOM0_CH6_SR0 0xF0108184          TOM0 Channel 6 CCU0 Compare Shadow Register
GTM_TOM0_CH6_SR1 0xF0108188          TOM0 Channel 6 CCU1 Compare Shadow Register
GTM_TOM0_CH6_CM0 0xF010818C          TOM0 Channel 6 CCU0 Compare Register
GTM_TOM0_CH6_CM1 0xF0108190          TOM0 Channel 6 CCU1 Compare Register
GTM_TOM0_CH6_CN0 0xF0108194          TOM0 Channel 6 CCU0 Counter Register
GTM_TOM0_CH6_STAT 0xF0108198          TOM0 Channel 6 Status Register
GTM_TOM0_CH6_IRQ_NOTIFY 0xF010819C          TOM0 Channel 6 Interrupt Notification Register
GTM_TOM0_CH6_IRQ_EN 0xF01081A0          TOM0 Channel 6 Interrupt Enable Register
GTM_TOM0_CH6_IRQ_FORCINT 0xF01081A4          TOM0 Channel 6 Force Interrupt Register
GTM_TOM0_CH6_IRQ_MODE 0xF01081A8          TOM0 Channel 6 Interrupt Mode Register
GTM_TOM0_CH7_CTRL 0xF01081C0          TOM0 Channel 7 Control Register
GTM_TOM0_CH7_SR0 0xF01081C4          TOM0 Channel 7 CCU0 Compare Shadow Register
GTM_TOM0_CH7_SR1 0xF01081C8          TOM0 Channel 7 CCU1 Compare Shadow Register
GTM_TOM0_CH7_CM0 0xF01081CC          TOM0 Channel 7 CCU0 Compare Register
GTM_TOM0_CH7_CM1 0xF01081D0          TOM0 Channel 7 CCU1 Compare Register
GTM_TOM0_CH7_CN0 0xF01081D4          TOM0 Channel 7 CCU0 Counter Register
GTM_TOM0_CH7_STAT 0xF01081D8          TOM0 Channel 7 Status Register
GTM_TOM0_CH7_IRQ_NOTIFY 0xF01081DC          TOM0 Channel 7 Interrupt Notification Register
GTM_TOM0_CH7_IRQ_EN 0xF01081E0          TOM0 Channel 7 Interrupt Enable Register
GTM_TOM0_CH7_IRQ_FORCINT 0xF01081E4          TOM0 Channel 7 Force Interrupt Register
GTM_TOM0_CH7_IRQ_MODE 0xF01081E8          TOM0 Channel 7 Interrupt Mode Register
GTM_TOM0_CH8_CTRL 0xF0108200          TOM0 Channel 8 Control Register
GTM_TOM0_CH8_SR0 0xF0108204          TOM0 Channel 8 CCU0 Compare Shadow Register
GTM_TOM0_CH8_SR1 0xF0108208          TOM0 Channel 8 CCU1 Compare Shadow Register
GTM_TOM0_CH8_CM0 0xF010820C          TOM0 Channel 8 CCU0 Compare Register
GTM_TOM0_CH8_CM1 0xF0108210          TOM0 Channel 8 CCU1 Compare Register
GTM_TOM0_CH8_CN0 0xF0108214          TOM0 Channel 8 CCU0 Counter Register
GTM_TOM0_CH8_STAT 0xF0108218          TOM0 Channel 8 Status Register
GTM_TOM0_CH8_IRQ_NOTIFY 0xF010821C          TOM0 Channel 8 Interrupt Notification Register
GTM_TOM0_CH8_IRQ_EN 0xF0108220          TOM0 Channel 8 Interrupt Enable Register
GTM_TOM0_CH8_IRQ_FORCINT 0xF0108224          TOM0 Channel 8 Force Interrupt Register
GTM_TOM0_CH8_IRQ_MODE 0xF0108228          TOM0 Channel 8 Interrupt Mode Register
GTM_TOM0_TGC1_GLB_CTRL 0xF0108230          TOM0 TGC1 Global Control Register
GTM_TOM0_TGC1_ACT_TB 0xF0108234          TOM0 TGC1 Action Time Base Register
GTM_TOM0_TGC1_FUPD_CTRL 0xF0108238          TOM0 TGC1 Force Update Control Register
GTM_TOM0_TGC1_INT_TRIG 0xF010823C          TOM0 TGC1 Internal Trigger Control Register
GTM_TOM0_CH9_CTRL 0xF0108240          TOM0 Channel 9 Control Register
GTM_TOM0_CH9_SR0 0xF0108244          TOM0 Channel 9 CCU0 Compare Shadow Register
GTM_TOM0_CH9_SR1 0xF0108248          TOM0 Channel 9 CCU1 Compare Shadow Register
GTM_TOM0_CH9_CM0 0xF010824C          TOM0 Channel 9 CCU0 Compare Register
GTM_TOM0_CH9_CM1 0xF0108250          TOM0 Channel 9 CCU1 Compare Register
GTM_TOM0_CH9_CN0 0xF0108254          TOM0 Channel 9 CCU0 Counter Register
GTM_TOM0_CH9_STAT 0xF0108258          TOM0 Channel 9 Status Register
GTM_TOM0_CH9_IRQ_NOTIFY 0xF010825C          TOM0 Channel 9 Interrupt Notification Register
GTM_TOM0_CH9_IRQ_EN 0xF0108260          TOM0 Channel 9 Interrupt Enable Register
GTM_TOM0_CH9_IRQ_FORCINT 0xF0108264          TOM0 Channel 9 Force Interrupt Register
GTM_TOM0_CH9_IRQ_MODE 0xF0108268          TOM0 Channel 9 Interrupt Mode Register
GTM_TOM0_TGC1_ENDIS_CTRL 0xF0108270          TOM0 TGC1 Enable/Disable Control Register
GTM_TOM0_TGC1_ENDIS_STAT 0xF0108274          TOM0 TGC1 Enable/Disable Status Register
GTM_TOM0_TGC1_OUTEN_CTRL 0xF0108278          TOM0 TGC1 Output Enable Control Register
GTM_TOM0_TGC1_OUTEN_STAT 0xF010827C          TOM0 TGC1 Output Enable Status Register
GTM_TOM0_CH10_CTRL 0xF0108280          TOM0 Channel 10 Control Register
GTM_TOM0_CH10_SR0 0xF0108284          TOM0 Channel 10 CCU0 Compare Shadow Register
GTM_TOM0_CH10_SR1 0xF0108288          TOM0 Channel 10 CCU1 Compare Shadow Register
GTM_TOM0_CH10_CM0 0xF010828C          TOM0 Channel 10 CCU0 Compare Register
GTM_TOM0_CH10_CM1 0xF0108290          TOM0 Channel 10 CCU1 Compare Register
GTM_TOM0_CH10_CN0 0xF0108294          TOM0 Channel 10 CCU0 Counter Register
GTM_TOM0_CH10_STAT 0xF0108298          TOM0 Channel 10 Status Register
GTM_TOM0_CH10_IRQ_NOTIFY 0xF010829C          TOM0 Channel 10 Interrupt Notification Register
GTM_TOM0_CH10_IRQ_EN 0xF01082A0          TOM0 Channel 10 Interrupt Enable Register
GTM_TOM0_CH10_IRQ_FORCINT 0xF01082A4          TOM0 Channel 10 Force Interrupt Register
GTM_TOM0_CH10_IRQ_MODE 0xF01082A8          TOM0 Channel 10 Interrupt Mode Register
GTM_TOM0_CH11_CTRL 0xF01082C0          TOM0 Channel 11 Control Register
GTM_TOM0_CH11_SR0 0xF01082C4          TOM0 Channel 11 CCU0 Compare Shadow Register
GTM_TOM0_CH11_SR1 0xF01082C8          TOM0 Channel 11 CCU1 Compare Shadow Register
GTM_TOM0_CH11_CM0 0xF01082CC          TOM0 Channel 11 CCU0 Compare Register
GTM_TOM0_CH11_CM1 0xF01082D0          TOM0 Channel 11 CCU1 Compare Register
GTM_TOM0_CH11_CN0 0xF01082D4          TOM0 Channel 11 CCU0 Counter Register
GTM_TOM0_CH11_STAT 0xF01082D8          TOM0 Channel 11 Status Register
GTM_TOM0_CH11_IRQ_NOTIFY 0xF01082DC          TOM0 Channel 11 Interrupt Notification Register
GTM_TOM0_CH11_IRQ_EN 0xF01082E0          TOM0 Channel 11 Interrupt Enable Register
GTM_TOM0_CH11_IRQ_FORCINT 0xF01082E4          TOM0 Channel 11 Force Interrupt Register
GTM_TOM0_CH11_IRQ_MODE 0xF01082E8          TOM0 Channel 11 Interrupt Mode Register
GTM_TOM0_CH12_CTRL 0xF0108300          TOM0 Channel 12 Control Register
GTM_TOM0_CH12_SR0 0xF0108304          TOM0 Channel 12 CCU0 Compare Shadow Register
GTM_TOM0_CH12_SR1 0xF0108308          TOM0 Channel 12 CCU1 Compare Shadow Register
GTM_TOM0_CH12_CM0 0xF010830C          TOM0 Channel 12 CCU0 Compare Register
GTM_TOM0_CH12_CM1 0xF0108310          TOM0 Channel 12 CCU1 Compare Register
GTM_TOM0_CH12_CN0 0xF0108314          TOM0 Channel 12 CCU0 Counter Register
GTM_TOM0_CH12_STAT 0xF0108318          TOM0 Channel 12 Status Register
GTM_TOM0_CH12_IRQ_NOTIFY 0xF010831C          TOM0 Channel 12 Interrupt Notification Register
GTM_TOM0_CH12_IRQ_EN 0xF0108320          TOM0 Channel 12 Interrupt Enable Register
GTM_TOM0_CH12_IRQ_FORCINT 0xF0108324          TOM0 Channel 12 Force Interrupt Register
GTM_TOM0_CH12_IRQ_MODE 0xF0108328          TOM0 Channel 12 Interrupt Mode Register
GTM_TOM0_CH13_CTRL 0xF0108340          TOM0 Channel 13 Control Register
GTM_TOM0_CH13_SR0 0xF0108344          TOM0 Channel 13 CCU0 Compare Shadow Register
GTM_TOM0_CH13_SR1 0xF0108348          TOM0 Channel 13 CCU1 Compare Shadow Register
GTM_TOM0_CH13_CM0 0xF010834C          TOM0 Channel 13 CCU0 Compare Register
GTM_TOM0_CH13_CM1 0xF0108350          TOM0 Channel 13 CCU1 Compare Register
GTM_TOM0_CH13_CN0 0xF0108354          TOM0 Channel 13 CCU0 Counter Register
GTM_TOM0_CH13_STAT 0xF0108358          TOM0 Channel 13 Status Register
GTM_TOM0_CH13_IRQ_NOTIFY 0xF010835C          TOM0 Channel 13 Interrupt Notification Register
GTM_TOM0_CH13_IRQ_EN 0xF0108360          TOM0 Channel 13 Interrupt Enable Register
GTM_TOM0_CH13_IRQ_FORCINT 0xF0108364          TOM0 Channel 13 Force Interrupt Register
GTM_TOM0_CH13_IRQ_MODE 0xF0108368          TOM0 Channel 13 Interrupt Mode Register
GTM_TOM0_CH14_CTRL 0xF0108380          TOM0 Channel 14 Control Register
GTM_TOM0_CH14_SR0 0xF0108384          TOM0 Channel 14 CCU0 Compare Shadow Register
GTM_TOM0_CH14_SR1 0xF0108388          TOM0 Channel 14 CCU1 Compare Shadow Register
GTM_TOM0_CH14_CM0 0xF010838C          TOM0 Channel 14 CCU0 Compare Register
GTM_TOM0_CH14_CM1 0xF0108390          TOM0 Channel 14 CCU1 Compare Register
GTM_TOM0_CH14_CN0 0xF0108394          TOM0 Channel 14 CCU0 Counter Register
GTM_TOM0_CH14_STAT 0xF0108398          TOM0 Channel 14 Status Register
GTM_TOM0_CH14_IRQ_NOTIFY 0xF010839C          TOM0 Channel 14 Interrupt Notification Register
GTM_TOM0_CH14_IRQ_EN 0xF01083A0          TOM0 Channel 14 Interrupt Enable Register
GTM_TOM0_CH14_IRQ_FORCINT 0xF01083A4          TOM0 Channel 14 Force Interrupt Register
GTM_TOM0_CH14_IRQ_MODE 0xF01083A8          TOM0 Channel 14 Interrupt Mode Register
GTM_TOM0_CH15_CTRL 0xF01083C0          TOM0 Channel 15 Control Register
GTM_TOM0_CH15_SR0 0xF01083C4          TOM0 Channel 15 CCU0 Compare Shadow Register
GTM_TOM0_CH15_SR1 0xF01083C8          TOM0 Channel 15 CCU1 Compare Shadow Register
GTM_TOM0_CH15_CM0 0xF01083CC          TOM0 Channel 15 CCU0 Compare Register
GTM_TOM0_CH15_CM1 0xF01083D0          TOM0 Channel 15 CCU1 Compare Register
GTM_TOM0_CH15_CN0 0xF01083D4          TOM0 Channel 15 CCU0 Counter Register
GTM_TOM0_CH15_STAT 0xF01083D8          TOM0 Channel 15 Status Register
GTM_TOM0_CH15_IRQ_NOTIFY 0xF01083DC          TOM0 Channel 15 Interrupt Notification Register
GTM_TOM0_CH15_IRQ_EN 0xF01083E0          TOM0 Channel 15 Interrupt Enable Register
GTM_TOM0_CH15_IRQ_FORCINT 0xF01083E4          TOM0 Channel 15 Force Interrupt Register
GTM_TOM0_CH15_IRQ_MODE 0xF01083E8          TOM0 Channel 15 Interrupt Mode Register
GTM_TOM1_CH0_CTRL 0xF0108800          TOM1 Channel 0 Control Register
GTM_TOM1_CH0_SR0 0xF0108804          TOM1 Channel 0 CCU0 Compare Shadow Register
GTM_TOM1_CH0_SR1 0xF0108808          TOM1 Channel 0 CCU1 Compare Shadow Register
GTM_TOM1_CH0_CM0 0xF010880C          TOM1 Channel 0 CCU0 Compare Register
GTM_TOM1_CH0_CM1 0xF0108810          TOM1 Channel 0 CCU1 Compare Register
GTM_TOM1_CH0_CN0 0xF0108814          TOM1 Channel 0 CCU0 Counter Register
GTM_TOM1_CH0_STAT 0xF0108818          TOM1 Channel 0 Status Register
GTM_TOM1_CH0_IRQ_NOTIFY 0xF010881C          TOM1 Channel 0 Interrupt Notification Register
GTM_TOM1_CH0_IRQ_EN 0xF0108820          TOM1 Channel 0 Interrupt Enable Register
GTM_TOM1_CH0_IRQ_FORCINT 0xF0108824          TOM1 Channel 0 Force Interrupt Register
GTM_TOM1_CH0_IRQ_MODE 0xF0108828          TOM1 Channel 0 Interrupt Mode Register
GTM_TOM1_TGC0_GLB_CTRL 0xF0108830          TOM1 TGC0 Global Control Register
GTM_TOM1_TGC0_ACT_TB 0xF0108834          TOM1 TGC0 Action Time Base Register
GTM_TOM1_TGC0_FUPD_CTRL 0xF0108838          TOM1 TGC0 Force Update Control Register
GTM_TOM1_TGC0_INT_TRIG 0xF010883C          TOM1 TGC0 Internal Trigger Control Register
GTM_TOM1_CH1_CTRL 0xF0108840          TOM1 Channel 1 Control Register
GTM_TOM1_CH1_SR0 0xF0108844          TOM1 Channel 1 CCU0 Compare Shadow Register
GTM_TOM1_CH1_SR1 0xF0108848          TOM1 Channel 1 CCU1 Compare Shadow Register
GTM_TOM1_CH1_CM0 0xF010884C          TOM1 Channel 1 CCU0 Compare Register
GTM_TOM1_CH1_CM1 0xF0108850          TOM1 Channel 1 CCU1 Compare Register
GTM_TOM1_CH1_CN0 0xF0108854          TOM1 Channel 1 CCU0 Counter Register
GTM_TOM1_CH1_STAT 0xF0108858          TOM1 Channel 1 Status Register
GTM_TOM1_CH1_IRQ_NOTIFY 0xF010885C          TOM1 Channel 1 Interrupt Notification Register
GTM_TOM1_CH1_IRQ_EN 0xF0108860          TOM1 Channel 1 Interrupt Enable Register
GTM_TOM1_CH1_IRQ_FORCINT 0xF0108864          TOM1 Channel 1 Force Interrupt Register
GTM_TOM1_CH1_IRQ_MODE 0xF0108868          TOM1 Channel 1 Interrupt Mode Register
GTM_TOM1_TGC0_ENDIS_CTRL 0xF0108870          TOM1 TGC0 Enable/Disable Control Register
GTM_TOM1_TGC0_ENDIS_STAT 0xF0108874          TOM1 TGC0 Enable/Disable Status Register
GTM_TOM1_TGC0_OUTEN_CTRL 0xF0108878          TOM1 TGC0 Output Enable Control Register
GTM_TOM1_TGC0_OUTEN_STAT 0xF010887C          TOM1 TGC0 Output Enable Status Register
GTM_TOM1_CH2_CTRL 0xF0108880          TOM1 Channel 2 Control Register
GTM_TOM1_CH2_SR0 0xF0108884          TOM1 Channel 2 CCU0 Compare Shadow Register
GTM_TOM1_CH2_SR1 0xF0108888          TOM1 Channel 2 CCU1 Compare Shadow Register
GTM_TOM1_CH2_CM0 0xF010888C          TOM1 Channel 2 CCU0 Compare Register
GTM_TOM1_CH2_CM1 0xF0108890          TOM1 Channel 2 CCU1 Compare Register
GTM_TOM1_CH2_CN0 0xF0108894          TOM1 Channel 2 CCU0 Counter Register
GTM_TOM1_CH2_STAT 0xF0108898          TOM1 Channel 2 Status Register
GTM_TOM1_CH2_IRQ_NOTIFY 0xF010889C          TOM1 Channel 2 Interrupt Notification Register
GTM_TOM1_CH2_IRQ_EN 0xF01088A0          TOM1 Channel 2 Interrupt Enable Register
GTM_TOM1_CH2_IRQ_FORCINT 0xF01088A4          TOM1 Channel 2 Force Interrupt Register
GTM_TOM1_CH2_IRQ_MODE 0xF01088A8          TOM1 Channel 2 Interrupt Mode Register
GTM_TOM1_CH3_CTRL 0xF01088C0          TOM1 Channel 3 Control Register
GTM_TOM1_CH3_SR0 0xF01088C4          TOM1 Channel 3 CCU0 Compare Shadow Register
GTM_TOM1_CH3_SR1 0xF01088C8          TOM1 Channel 3 CCU1 Compare Shadow Register
GTM_TOM1_CH3_CM0 0xF01088CC          TOM1 Channel 3 CCU0 Compare Register
GTM_TOM1_CH3_CM1 0xF01088D0          TOM1 Channel 3 CCU1 Compare Register
GTM_TOM1_CH3_CN0 0xF01088D4          TOM1 Channel 3 CCU0 Counter Register
GTM_TOM1_CH3_STAT 0xF01088D8          TOM1 Channel 3 Status Register
GTM_TOM1_CH3_IRQ_NOTIFY 0xF01088DC          TOM1 Channel 3 Interrupt Notification Register
GTM_TOM1_CH3_IRQ_EN 0xF01088E0          TOM1 Channel 3 Interrupt Enable Register
GTM_TOM1_CH3_IRQ_FORCINT 0xF01088E4          TOM1 Channel 3 Force Interrupt Register
GTM_TOM1_CH3_IRQ_MODE 0xF01088E8          TOM1 Channel 3 Interrupt Mode Register
GTM_TOM1_CH4_CTRL 0xF0108900          TOM1 Channel 4 Control Register
GTM_TOM1_CH4_SR0 0xF0108904          TOM1 Channel 4 CCU0 Compare Shadow Register
GTM_TOM1_CH4_SR1 0xF0108908          TOM1 Channel 4 CCU1 Compare Shadow Register
GTM_TOM1_CH4_CM0 0xF010890C          TOM1 Channel 4 CCU0 Compare Register
GTM_TOM1_CH4_CM1 0xF0108910          TOM1 Channel 4 CCU1 Compare Register
GTM_TOM1_CH4_CN0 0xF0108914          TOM1 Channel 4 CCU0 Counter Register
GTM_TOM1_CH4_STAT 0xF0108918          TOM1 Channel 4 Status Register
GTM_TOM1_CH4_IRQ_NOTIFY 0xF010891C          TOM1 Channel 4 Interrupt Notification Register
GTM_TOM1_CH4_IRQ_EN 0xF0108920          TOM1 Channel 4 Interrupt Enable Register
GTM_TOM1_CH4_IRQ_FORCINT 0xF0108924          TOM1 Channel 4 Force Interrupt Register
GTM_TOM1_CH4_IRQ_MODE 0xF0108928          TOM1 Channel 4 Interrupt Mode Register
GTM_TOM1_CH5_CTRL 0xF0108940          TOM1 Channel 5 Control Register
GTM_TOM1_CH5_SR0 0xF0108944          TOM1 Channel 5 CCU0 Compare Shadow Register
GTM_TOM1_CH5_SR1 0xF0108948          TOM1 Channel 5 CCU1 Compare Shadow Register
GTM_TOM1_CH5_CM0 0xF010894C          TOM1 Channel 5 CCU0 Compare Register
GTM_TOM1_CH5_CM1 0xF0108950          TOM1 Channel 5 CCU1 Compare Register
GTM_TOM1_CH5_CN0 0xF0108954          TOM1 Channel 5 CCU0 Counter Register
GTM_TOM1_CH5_STAT 0xF0108958          TOM1 Channel 5 Status Register
GTM_TOM1_CH5_IRQ_NOTIFY 0xF010895C          TOM1 Channel 5 Interrupt Notification Register
GTM_TOM1_CH5_IRQ_EN 0xF0108960          TOM1 Channel 5 Interrupt Enable Register
GTM_TOM1_CH5_IRQ_FORCINT 0xF0108964          TOM1 Channel 5 Force Interrupt Register
GTM_TOM1_CH5_IRQ_MODE 0xF0108968          TOM1 Channel 5 Interrupt Mode Register
GTM_TOM1_CH6_CTRL 0xF0108980          TOM1 Channel 6 Control Register
GTM_TOM1_CH6_SR0 0xF0108984          TOM1 Channel 6 CCU0 Compare Shadow Register
GTM_TOM1_CH6_SR1 0xF0108988          TOM1 Channel 6 CCU1 Compare Shadow Register
GTM_TOM1_CH6_CM0 0xF010898C          TOM1 Channel 6 CCU0 Compare Register
GTM_TOM1_CH6_CM1 0xF0108990          TOM1 Channel 6 CCU1 Compare Register
GTM_TOM1_CH6_CN0 0xF0108994          TOM1 Channel 6 CCU0 Counter Register
GTM_TOM1_CH6_STAT 0xF0108998          TOM1 Channel 6 Status Register
GTM_TOM1_CH6_IRQ_NOTIFY 0xF010899C          TOM1 Channel 6 Interrupt Notification Register
GTM_TOM1_CH6_IRQ_EN 0xF01089A0          TOM1 Channel 6 Interrupt Enable Register
GTM_TOM1_CH6_IRQ_FORCINT 0xF01089A4          TOM1 Channel 6 Force Interrupt Register
GTM_TOM1_CH6_IRQ_MODE 0xF01089A8          TOM1 Channel 6 Interrupt Mode Register
GTM_TOM1_CH7_CTRL 0xF01089C0          TOM1 Channel 7 Control Register
GTM_TOM1_CH7_SR0 0xF01089C4          TOM1 Channel 7 CCU0 Compare Shadow Register
GTM_TOM1_CH7_SR1 0xF01089C8          TOM1 Channel 7 CCU1 Compare Shadow Register
GTM_TOM1_CH7_CM0 0xF01089CC          TOM1 Channel 7 CCU0 Compare Register
GTM_TOM1_CH7_CM1 0xF01089D0          TOM1 Channel 7 CCU1 Compare Register
GTM_TOM1_CH7_CN0 0xF01089D4          TOM1 Channel 7 CCU0 Counter Register
GTM_TOM1_CH7_STAT 0xF01089D8          TOM1 Channel 7 Status Register
GTM_TOM1_CH7_IRQ_NOTIFY 0xF01089DC          TOM1 Channel 7 Interrupt Notification Register
GTM_TOM1_CH7_IRQ_EN 0xF01089E0          TOM1 Channel 7 Interrupt Enable Register
GTM_TOM1_CH7_IRQ_FORCINT 0xF01089E4          TOM1 Channel 7 Force Interrupt Register
GTM_TOM1_CH7_IRQ_MODE 0xF01089E8          TOM1 Channel 7 Interrupt Mode Register
GTM_TOM1_CH8_CTRL 0xF0108A00          TOM1 Channel 8 Control Register
GTM_TOM1_CH8_SR0 0xF0108A04          TOM1 Channel 8 CCU0 Compare Shadow Register
GTM_TOM1_CH8_SR1 0xF0108A08          TOM1 Channel 8 CCU1 Compare Shadow Register
GTM_TOM1_CH8_CM0 0xF0108A0C          TOM1 Channel 8 CCU0 Compare Register
GTM_TOM1_CH8_CM1 0xF0108A10          TOM1 Channel 8 CCU1 Compare Register
GTM_TOM1_CH8_CN0 0xF0108A14          TOM1 Channel 8 CCU0 Counter Register
GTM_TOM1_CH8_STAT 0xF0108A18          TOM1 Channel 8 Status Register
GTM_TOM1_CH8_IRQ_NOTIFY 0xF0108A1C          TOM1 Channel 8 Interrupt Notification Register
GTM_TOM1_CH8_IRQ_EN 0xF0108A20          TOM1 Channel 8 Interrupt Enable Register
GTM_TOM1_CH8_IRQ_FORCINT 0xF0108A24          TOM1 Channel 8 Force Interrupt Register
GTM_TOM1_CH8_IRQ_MODE 0xF0108A28          TOM1 Channel 8 Interrupt Mode Register
GTM_TOM1_TGC1_GLB_CTRL 0xF0108A30          TOM1 TGC1 Global Control Register
GTM_TOM1_TGC1_ACT_TB 0xF0108A34          TOM1 TGC1 Action Time Base Register
GTM_TOM1_TGC1_FUPD_CTRL 0xF0108A38          TOM1 TGC1 Force Update Control Register
GTM_TOM1_TGC1_INT_TRIG 0xF0108A3C          TOM1 TGC1 Internal Trigger Control Register
GTM_TOM1_CH9_CTRL 0xF0108A40          TOM1 Channel 9 Control Register
GTM_TOM1_CH9_SR0 0xF0108A44          TOM1 Channel 9 CCU0 Compare Shadow Register
GTM_TOM1_CH9_SR1 0xF0108A48          TOM1 Channel 9 CCU1 Compare Shadow Register
GTM_TOM1_CH9_CM0 0xF0108A4C          TOM1 Channel 9 CCU0 Compare Register
GTM_TOM1_CH9_CM1 0xF0108A50          TOM1 Channel 9 CCU1 Compare Register
GTM_TOM1_CH9_CN0 0xF0108A54          TOM1 Channel 9 CCU0 Counter Register
GTM_TOM1_CH9_STAT 0xF0108A58          TOM1 Channel 9 Status Register
GTM_TOM1_CH9_IRQ_NOTIFY 0xF0108A5C          TOM1 Channel 9 Interrupt Notification Register
GTM_TOM1_CH9_IRQ_EN 0xF0108A60          TOM1 Channel 9 Interrupt Enable Register
GTM_TOM1_CH9_IRQ_FORCINT 0xF0108A64          TOM1 Channel 9 Force Interrupt Register
GTM_TOM1_CH9_IRQ_MODE 0xF0108A68          TOM1 Channel 9 Interrupt Mode Register
GTM_TOM1_TGC1_ENDIS_CTRL 0xF0108A70          TOM1 TGC1 Enable/Disable Control Register
GTM_TOM1_TGC1_ENDIS_STAT 0xF0108A74          TOM1 TGC1 Enable/Disable Status Register
GTM_TOM1_TGC1_OUTEN_CTRL 0xF0108A78          TOM1 TGC1 Output Enable Control Register
GTM_TOM1_TGC1_OUTEN_STAT 0xF0108A7C          TOM1 TGC1 Output Enable Status Register
GTM_TOM1_CH10_CTRL 0xF0108A80          TOM1 Channel 10 Control Register
GTM_TOM1_CH10_SR0 0xF0108A84          TOM1 Channel 10 CCU0 Compare Shadow Register
GTM_TOM1_CH10_SR1 0xF0108A88          TOM1 Channel 10 CCU1 Compare Shadow Register
GTM_TOM1_CH10_CM0 0xF0108A8C          TOM1 Channel 10 CCU0 Compare Register
GTM_TOM1_CH10_CM1 0xF0108A90          TOM1 Channel 10 CCU1 Compare Register
GTM_TOM1_CH10_CN0 0xF0108A94          TOM1 Channel 10 CCU0 Counter Register
GTM_TOM1_CH10_STAT 0xF0108A98          TOM1 Channel 10 Status Register
GTM_TOM1_CH10_IRQ_NOTIFY 0xF0108A9C          TOM1 Channel 10 Interrupt Notification Register
GTM_TOM1_CH10_IRQ_EN 0xF0108AA0          TOM1 Channel 10 Interrupt Enable Register
GTM_TOM1_CH10_IRQ_FORCINT 0xF0108AA4          TOM1 Channel 10 Force Interrupt Register
GTM_TOM1_CH10_IRQ_MODE 0xF0108AA8          TOM1 Channel 10 Interrupt Mode Register
GTM_TOM1_CH11_CTRL 0xF0108AC0          TOM1 Channel 11 Control Register
GTM_TOM1_CH11_SR0 0xF0108AC4          TOM1 Channel 11 CCU0 Compare Shadow Register
GTM_TOM1_CH11_SR1 0xF0108AC8          TOM1 Channel 11 CCU1 Compare Shadow Register
GTM_TOM1_CH11_CM0 0xF0108ACC          TOM1 Channel 11 CCU0 Compare Register
GTM_TOM1_CH11_CM1 0xF0108AD0          TOM1 Channel 11 CCU1 Compare Register
GTM_TOM1_CH11_CN0 0xF0108AD4          TOM1 Channel 11 CCU0 Counter Register
GTM_TOM1_CH11_STAT 0xF0108AD8          TOM1 Channel 11 Status Register
GTM_TOM1_CH11_IRQ_NOTIFY 0xF0108ADC          TOM1 Channel 11 Interrupt Notification Register
GTM_TOM1_CH11_IRQ_EN 0xF0108AE0          TOM1 Channel 11 Interrupt Enable Register
GTM_TOM1_CH11_IRQ_FORCINT 0xF0108AE4          TOM1 Channel 11 Force Interrupt Register
GTM_TOM1_CH11_IRQ_MODE 0xF0108AE8          TOM1 Channel 11 Interrupt Mode Register
GTM_TOM1_CH12_CTRL 0xF0108B00          TOM1 Channel 12 Control Register
GTM_TOM1_CH12_SR0 0xF0108B04          TOM1 Channel 12 CCU0 Compare Shadow Register
GTM_TOM1_CH12_SR1 0xF0108B08          TOM1 Channel 12 CCU1 Compare Shadow Register
GTM_TOM1_CH12_CM0 0xF0108B0C          TOM1 Channel 12 CCU0 Compare Register
GTM_TOM1_CH12_CM1 0xF0108B10          TOM1 Channel 12 CCU1 Compare Register
GTM_TOM1_CH12_CN0 0xF0108B14          TOM1 Channel 12 CCU0 Counter Register
GTM_TOM1_CH12_STAT 0xF0108B18          TOM1 Channel 12 Status Register
GTM_TOM1_CH12_IRQ_NOTIFY 0xF0108B1C          TOM1 Channel 12 Interrupt Notification Register
GTM_TOM1_CH12_IRQ_EN 0xF0108B20          TOM1 Channel 12 Interrupt Enable Register
GTM_TOM1_CH12_IRQ_FORCINT 0xF0108B24          TOM1 Channel 12 Force Interrupt Register
GTM_TOM1_CH12_IRQ_MODE 0xF0108B28          TOM1 Channel 12 Interrupt Mode Register
GTM_TOM1_CH13_CTRL 0xF0108B40          TOM1 Channel 13 Control Register
GTM_TOM1_CH13_SR0 0xF0108B44          TOM1 Channel 13 CCU0 Compare Shadow Register
GTM_TOM1_CH13_SR1 0xF0108B48          TOM1 Channel 13 CCU1 Compare Shadow Register
GTM_TOM1_CH13_CM0 0xF0108B4C          TOM1 Channel 13 CCU0 Compare Register
GTM_TOM1_CH13_CM1 0xF0108B50          TOM1 Channel 13 CCU1 Compare Register
GTM_TOM1_CH13_CN0 0xF0108B54          TOM1 Channel 13 CCU0 Counter Register
GTM_TOM1_CH13_STAT 0xF0108B58          TOM1 Channel 13 Status Register
GTM_TOM1_CH13_IRQ_NOTIFY 0xF0108B5C          TOM1 Channel 13 Interrupt Notification Register
GTM_TOM1_CH13_IRQ_EN 0xF0108B60          TOM1 Channel 13 Interrupt Enable Register
GTM_TOM1_CH13_IRQ_FORCINT 0xF0108B64          TOM1 Channel 13 Force Interrupt Register
GTM_TOM1_CH13_IRQ_MODE 0xF0108B68          TOM1 Channel 13 Interrupt Mode Register
GTM_TOM1_CH14_CTRL 0xF0108B80          TOM1 Channel 14 Control Register
GTM_TOM1_CH14_SR0 0xF0108B84          TOM1 Channel 14 CCU0 Compare Shadow Register
GTM_TOM1_CH14_SR1 0xF0108B88          TOM1 Channel 14 CCU1 Compare Shadow Register
GTM_TOM1_CH14_CM0 0xF0108B8C          TOM1 Channel 14 CCU0 Compare Register
GTM_TOM1_CH14_CM1 0xF0108B90          TOM1 Channel 14 CCU1 Compare Register
GTM_TOM1_CH14_CN0 0xF0108B94          TOM1 Channel 14 CCU0 Counter Register
GTM_TOM1_CH14_STAT 0xF0108B98          TOM1 Channel 14 Status Register
GTM_TOM1_CH14_IRQ_NOTIFY 0xF0108B9C          TOM1 Channel 14 Interrupt Notification Register
GTM_TOM1_CH14_IRQ_EN 0xF0108BA0          TOM1 Channel 14 Interrupt Enable Register
GTM_TOM1_CH14_IRQ_FORCINT 0xF0108BA4          TOM1 Channel 14 Force Interrupt Register
GTM_TOM1_CH14_IRQ_MODE 0xF0108BA8          TOM1 Channel 14 Interrupt Mode Register
GTM_TOM1_CH15_CTRL 0xF0108BC0          TOM1 Channel 15 Control Register
GTM_TOM1_CH15_SR0 0xF0108BC4          TOM1 Channel 15 CCU0 Compare Shadow Register
GTM_TOM1_CH15_SR1 0xF0108BC8          TOM1 Channel 15 CCU1 Compare Shadow Register
GTM_TOM1_CH15_CM0 0xF0108BCC          TOM1 Channel 15 CCU0 Compare Register
GTM_TOM1_CH15_CM1 0xF0108BD0          TOM1 Channel 15 CCU1 Compare Register
GTM_TOM1_CH15_CN0 0xF0108BD4          TOM1 Channel 15 CCU0 Counter Register
GTM_TOM1_CH15_STAT 0xF0108BD8          TOM1 Channel 15 Status Register
GTM_TOM1_CH15_IRQ_NOTIFY 0xF0108BDC          TOM1 Channel 15 Interrupt Notification Register
GTM_TOM1_CH15_IRQ_EN 0xF0108BE0          TOM1 Channel 15 Interrupt Enable Register
GTM_TOM1_CH15_IRQ_FORCINT 0xF0108BE4          TOM1 Channel 15 Force Interrupt Register
GTM_TOM1_CH15_IRQ_MODE 0xF0108BE8          TOM1 Channel 15 Interrupt Mode Register
GTM_CLC         0xF019FD00          Clock Control Register
GTM_RESET_CLR   0xF019FD04          Kernel Reset Status Clear Register
GTM_RESET1      0xF019FD08          Kernel Reset Register 0
GTM_RESET2      0xF019FD0C          Kernel Reset Register 1
GTM_ACCEN0      0xF019FD10          Access Enable Register 0
GTM_ACCEN1      0xF019FD14          Access Enable Register 1
GTM_OTBU0T      0xF019FD18          OCDS TBU0 Trigger Register
GTM_OTBU1T      0xF019FD1C          OCDS TBU1 Trigger Register
GTM_OTBU2T      0xF019FD20          OCDS TBU2 Trigger Register
GTM_OTSS        0xF019FD28          OCDS Trigger Set Select Register
GTM_OTSC0       0xF019FD2C          OCDS Trigger Set Control 0 Register
GTM_ODA         0xF019FD34          OCDS Debug Access Register
GTM_OCS         0xF019FD38          OCDS Control and Status
GTM_TIM0INSEL   0xF019FD40          TIM0 Input Select Register
GTM_TIM1INSEL   0xF019FD44          TIM1 Input Select Register
GTM_TOUTSEL0    0xF019FD60          Timer Output Select Register
GTM_TOUTSEL1    0xF019FD64          Timer Output Select Register
GTM_TOUTSEL2    0xF019FD68          Timer Output Select Register
GTM_TOUTSEL3    0xF019FD6C          Timer Output Select Register
GTM_TOUTSEL4    0xF019FD70          Timer Output Select Register
GTM_TOUTSEL5    0xF019FD74          Timer Output Select Register
GTM_TOUTSEL6    0xF019FD78          Timer Output Select Register
GTM_TOUTSEL7    0xF019FD7C          Timer Output Select Register
GTM_TOUTSEL8    0xF019FD80          Timer Output Select Register
GTM_TOUTSEL9    0xF019FD84          Timer Output Select Register
GTM_TOUTSEL10   0xF019FD88          Timer Output Select Register
GTM_TOUTSEL11   0xF019FD8C          Timer Output Select Register
GTM_TOUTSEL12   0xF019FD90          Timer Output Select Register
GTM_TOUTSEL13   0xF019FD94          Timer Output Select Register
GTM_TOUTSEL14   0xF019FD98          Timer Output Select Register
GTM_TOUTSEL15   0xF019FD9C          Timer Output Select Register
GTM_TOUTSEL16   0xF019FDA0          Timer Output Select Register
GTM_ADCTRIG0OUT0 0xF019FE40          ADC Trigger 0 Output Select 0 Register
GTM_ADCTRIG0OUT1 0xF019FE44          ADC Trigger 0 Output Select 1 Register
GTM_ADCTRIG1OUT0 0xF019FE48          ADC Trigger 1 Output Select 0 Register
GTM_ADCTRIG1OUT1 0xF019FE4C          ADC Trigger 1 Output Select 1 Register
GTM_ADCTRIG2OUT0 0xF019FE50          ADC Trigger 2 Output Select 0 Register
GTM_ADCTRIG2OUT1 0xF019FE54          ADC Trigger 2 Output Select 1 Register
GTM_ADCTRIG3OUT0 0xF019FE58          ADC Trigger 3 Output Select 0 Register
GTM_ADCTRIG3OUT1 0xF019FE5C          ADC Trigger 3 Output Select 1 Register
GTM_ADCTRIG4OUT0 0xF019FE60          ADC Trigger 4 Output Select 0 Register
GTM_ADCTRIG4OUT1 0xF019FE64          ADC Trigger 4 Output Select 1 Register
GTM_LCDCDCOUTSEL 0xF019FFD4          LCDCDC Output Select Register
GTM_DTMAUXINSEL 0xF019FFD8          DTM_AUX Input Selection Register
GTM_CANOUTSEL0  0xF019FFDC          CAN0/CAN1 Output Select Register
GTM_CCM0_HW_CONF 0xF01E21DC          CCM0 Hardware Configuration Register
GTM_CCM0_TIM_AUX_IN_SRC 0xF01E21E0          CCM0 TIM Module AUX_IN Source Selection Register
GTM_CCM0_TOM_OUT 0xF01E21E8          CCM0 TOM Output Level Register
GTM_CCM0_ATOM_OUT 0xF01E21EC          CCM0 ATOM Output Level Register
GTM_CCM0_CMU_CLK_CFG 0xF01E21F0          CCM0 CMU Clock Configuration Register
GTM_CCM0_CMU_FXCLK_CFG 0xF01E21F4          CCM0 CMU Fixed Clock Configuration Register
GTM_CCM0_CFG    0xF01E21F8          CCM0 Configuration Register
GTM_CCM0_PROT   0xF01E21FC          CCM0 Protection Register
GTM_CCM1_HW_CONF 0xF01E23DC          CCM1 Hardware Configuration Register
GTM_CCM1_TIM_AUX_IN_SRC 0xF01E23E0          CCM1 TIM Module AUX_IN Source Selection Register
GTM_CCM1_TOM_OUT 0xF01E23E8          CCM1 TOM Output Level Register
GTM_CCM1_CMU_CLK_CFG 0xF01E23F0          CCM1 CMU Clock Configuration Register
GTM_CCM1_CMU_FXCLK_CFG 0xF01E23F4          CCM1 CMU Fixed Clock Configuration Register
GTM_CCM1_CFG    0xF01E23F8          CCM1 Configuration Register
GTM_CCM1_PROT   0xF01E23FC          CCM1 Protection Register
GTM_CDTM0_DTM0_CTRL 0xF01E4000          CDTM0 DTM0 Global Configuration and Control Register
GTM_CDTM0_DTM0_CH_CTRL1 0xF01E4004          CDTM0 DTM0 Channel Control Register 1
GTM_CDTM0_DTM0_CH_CTRL2 0xF01E4008          CDTM0 DTM0 Channel Control Register 2
GTM_CDTM0_DTM0_CH_CTRL2_SR 0xF01E400C          CDTM0 DTM0 Channel Control Register 2 Shadow
GTM_CDTM0_DTM0_PS_CTRL 0xF01E4010          CDTM0 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM0_CH0_DTV 0xF01E4014          CDTM0 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM0_CH1_DTV 0xF01E4018          CDTM0 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM0_CH2_DTV 0xF01E401C          CDTM0 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM0_CH3_DTV 0xF01E4020          CDTM0 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM0_CH_SR 0xF01E4024          CDTM0 DTM0 Channel Shadow Register
GTM_CDTM0_DTM0_CH_CTRL3 0xF01E4028          CDTM0 DTM0 Channel Control Register 3
GTM_CDTM0_DTM1_CTRL 0xF01E4040          CDTM0 DTM1 Global Configuration and Control Register
GTM_CDTM0_DTM1_CH_CTRL1 0xF01E4044          CDTM0 DTM1 Channel Control Register 1
GTM_CDTM0_DTM1_CH_CTRL2 0xF01E4048          CDTM0 DTM1 Channel Control Register 2
GTM_CDTM0_DTM1_CH_CTRL2_SR 0xF01E404C          CDTM0 DTM1 Channel Control Register 2 Shadow
GTM_CDTM0_DTM1_PS_CTRL 0xF01E4050          CDTM0 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM1_CH0_DTV 0xF01E4054          CDTM0 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM1_CH1_DTV 0xF01E4058          CDTM0 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM1_CH2_DTV 0xF01E405C          CDTM0 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM1_CH3_DTV 0xF01E4060          CDTM0 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM1_CH_SR 0xF01E4064          CDTM0 DTM1 Channel Shadow Register
GTM_CDTM0_DTM1_CH_CTRL3 0xF01E4068          CDTM0 DTM1 Channel Control Register 3
GTM_CDTM0_DTM4_CTRL 0xF01E4100          CDTM0 DTM4 Global Configuration and Control Register
GTM_CDTM0_DTM4_CH_CTRL1 0xF01E4104          CDTM0 DTM4 Channel Control Register 1
GTM_CDTM0_DTM4_CH_CTRL2 0xF01E4108          CDTM0 DTM4 Channel Control Register 2
GTM_CDTM0_DTM4_CH_CTRL2_SR 0xF01E410C          CDTM0 DTM4 Channel Control Register 2 Shadow
GTM_CDTM0_DTM4_PS_CTRL 0xF01E4110          CDTM0 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM4_CH0_DTV 0xF01E4114          CDTM0 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM4_CH1_DTV 0xF01E4118          CDTM0 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM4_CH2_DTV 0xF01E411C          CDTM0 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM4_CH3_DTV 0xF01E4120          CDTM0 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM4_CH_SR 0xF01E4124          CDTM0 DTM4 Channel Shadow Register
GTM_CDTM0_DTM4_CH_CTRL3 0xF01E4128          CDTM0 DTM4 Channel Control Register 3
GTM_CDTM0_DTM5_CTRL 0xF01E4140          CDTM0 DTM5 Global Configuration and Control Register
GTM_CDTM0_DTM5_CH_CTRL1 0xF01E4144          CDTM0 DTM5 Channel Control Register 1
GTM_CDTM0_DTM5_CH_CTRL2 0xF01E4148          CDTM0 DTM5 Channel Control Register 2
GTM_CDTM0_DTM5_CH_CTRL2_SR 0xF01E414C          CDTM0 DTM5 Channel Control Register 2 Shadow
GTM_CDTM0_DTM5_PS_CTRL 0xF01E4150          CDTM0 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM5_CH0_DTV 0xF01E4154          CDTM0 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM5_CH1_DTV 0xF01E4158          CDTM0 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM5_CH2_DTV 0xF01E415C          CDTM0 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM5_CH3_DTV 0xF01E4160          CDTM0 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM5_CH_SR 0xF01E4164          CDTM0 DTM5 Channel Shadow Register
GTM_CDTM0_DTM5_CH_CTRL3 0xF01E4168          CDTM0 DTM5 Channel Control Register 3
GTM_CDTM1_DTM0_CTRL 0xF01E4400          CDTM1 DTM0 Global Configuration and Control Register
GTM_CDTM1_DTM0_CH_CTRL1 0xF01E4404          CDTM1 DTM0 Channel Control Register 1
GTM_CDTM1_DTM0_CH_CTRL2 0xF01E4408          CDTM1 DTM0 Channel Control Register 2
GTM_CDTM1_DTM0_CH_CTRL2_SR 0xF01E440C          CDTM1 DTM0 Channel Control Register 2 Shadow
GTM_CDTM1_DTM0_PS_CTRL 0xF01E4410          CDTM1 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM0_CH0_DTV 0xF01E4414          CDTM1 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM0_CH1_DTV 0xF01E4418          CDTM1 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM0_CH2_DTV 0xF01E441C          CDTM1 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM0_CH3_DTV 0xF01E4420          CDTM1 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM0_CH_SR 0xF01E4424          CDTM1 DTM0 Channel Shadow Register
GTM_CDTM1_DTM0_CH_CTRL3 0xF01E4428          CDTM1 DTM0 Channel Control Register 3
GTM_CDTM1_DTM1_CTRL 0xF01E4440          CDTM1 DTM1 Global Configuration and Control Register
GTM_CDTM1_DTM1_CH_CTRL1 0xF01E4444          CDTM1 DTM1 Channel Control Register 1
GTM_CDTM1_DTM1_CH_CTRL2 0xF01E4448          CDTM1 DTM1 Channel Control Register 2
GTM_CDTM1_DTM1_CH_CTRL2_SR 0xF01E444C          CDTM1 DTM1 Channel Control Register 2 Shadow
GTM_CDTM1_DTM1_PS_CTRL 0xF01E4450          CDTM1 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM1_CH0_DTV 0xF01E4454          CDTM1 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM1_CH1_DTV 0xF01E4458          CDTM1 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM1_CH2_DTV 0xF01E445C          CDTM1 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM1_CH3_DTV 0xF01E4460          CDTM1 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM1_CH_SR 0xF01E4464          CDTM1 DTM1 Channel Shadow Register
GTM_CDTM1_DTM1_CH_CTRL3 0xF01E4468          CDTM1 DTM1 Channel Control Register 3
GTM_ATOM0_CH0_RDADDR 0xF01E8000          ATOM0 Channel 0 ARU read address Register
GTM_ATOM0_CH0_CTRL 0xF01E8004          ATOM0 Channel 0 Control Register
GTM_ATOM0_CH0_SR0 0xF01E8008          ATOM0 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM0_CH0_SR1 0xF01E800C          ATOM0 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM0_CH0_CM0 0xF01E8010          ATOM0 Channel 0 CCU0 Compare Register
GTM_ATOM0_CH0_CM1 0xF01E8014          ATOM0 Channel 0 CCU1 Compare Register
GTM_ATOM0_CH0_CN0 0xF01E8018          ATOM0 Channel 0 CCU0 Counter Register
GTM_ATOM0_CH0_STAT 0xF01E801C          ATOM0 Channel 0 Status Register
GTM_ATOM0_CH0_IRQ_NOTIFY 0xF01E8020          ATOM0 Channel 0 Interrupt Notification Register
GTM_ATOM0_CH0_IRQ_EN 0xF01E8024          ATOM0 Channel 0 Interrupt Enable Register
GTM_ATOM0_CH0_IRQ_FORCINT 0xF01E8028          ATOM0 Channel 0 Software Interrupt Generation Register
GTM_ATOM0_CH0_IRQ_MODE 0xF01E802C          ATOM0 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM0_AGC_GLB_CTRL 0xF01E8040          ATOM0 AGC Global Control Register
GTM_ATOM0_AGC_ENDIS_CTRL 0xF01E8044          ATOM0 AGC Enable/Disable Control Register
GTM_ATOM0_AGC_ENDIS_STAT 0xF01E8048          ATOM0 AGC Enable/Disable Status Register
GTM_ATOM0_AGC_ACT_TB 0xF01E804C          ATOM0 AGC Action Time Base Register
GTM_ATOM0_AGC_OUTEN_CTRL 0xF01E8050          ATOM0 AGC Output Enable Control Register
GTM_ATOM0_AGC_OUTEN_STAT 0xF01E8054          ATOM0 AGC Output Enable Status Register
GTM_ATOM0_AGC_FUPD_CTRL 0xF01E8058          ATOM0 AGC Force Update Control Register
GTM_ATOM0_AGC_INT_TRIG 0xF01E805C          ATOM0 AGC Internal Trigger Control Register
GTM_ATOM0_CH1_RDADDR 0xF01E8080          ATOM0 Channel 1 ARU read address Register
GTM_ATOM0_CH1_CTRL 0xF01E8084          ATOM0 Channel 1 Control Register
GTM_ATOM0_CH1_SR0 0xF01E8088          ATOM0 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM0_CH1_SR1 0xF01E808C          ATOM0 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM0_CH1_CM0 0xF01E8090          ATOM0 Channel 1 CCU0 Compare Register
GTM_ATOM0_CH1_CM1 0xF01E8094          ATOM0 Channel 1 CCU1 Compare Register
GTM_ATOM0_CH1_CN0 0xF01E8098          ATOM0 Channel 1 CCU0 Counter Register
GTM_ATOM0_CH1_STAT 0xF01E809C          ATOM0 Channel 1 Status Register
GTM_ATOM0_CH1_IRQ_NOTIFY 0xF01E80A0          ATOM0 Channel 1 Interrupt Notification Register
GTM_ATOM0_CH1_IRQ_EN 0xF01E80A4          ATOM0 Channel 1 Interrupt Enable Register
GTM_ATOM0_CH1_IRQ_FORCINT 0xF01E80A8          ATOM0 Channel 1 Software Interrupt Generation Register
GTM_ATOM0_CH1_IRQ_MODE 0xF01E80AC          ATOM0 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM0_CH2_RDADDR 0xF01E8100          ATOM0 Channel 2 ARU read address Register
GTM_ATOM0_CH2_CTRL 0xF01E8104          ATOM0 Channel 2 Control Register
GTM_ATOM0_CH2_SR0 0xF01E8108          ATOM0 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM0_CH2_SR1 0xF01E810C          ATOM0 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM0_CH2_CM0 0xF01E8110          ATOM0 Channel 2 CCU0 Compare Register
GTM_ATOM0_CH2_CM1 0xF01E8114          ATOM0 Channel 2 CCU1 Compare Register
GTM_ATOM0_CH2_CN0 0xF01E8118          ATOM0 Channel 2 CCU0 Counter Register
GTM_ATOM0_CH2_STAT 0xF01E811C          ATOM0 Channel 2 Status Register
GTM_ATOM0_CH2_IRQ_NOTIFY 0xF01E8120          ATOM0 Channel 2 Interrupt Notification Register
GTM_ATOM0_CH2_IRQ_EN 0xF01E8124          ATOM0 Channel 2 Interrupt Enable Register
GTM_ATOM0_CH2_IRQ_FORCINT 0xF01E8128          ATOM0 Channel 2 Software Interrupt Generation Register
GTM_ATOM0_CH2_IRQ_MODE 0xF01E812C          ATOM0 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM0_CH3_RDADDR 0xF01E8180          ATOM0 Channel 3 ARU read address Register
GTM_ATOM0_CH3_CTRL 0xF01E8184          ATOM0 Channel 3 Control Register
GTM_ATOM0_CH3_SR0 0xF01E8188          ATOM0 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM0_CH3_SR1 0xF01E818C          ATOM0 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM0_CH3_CM0 0xF01E8190          ATOM0 Channel 3 CCU0 Compare Register
GTM_ATOM0_CH3_CM1 0xF01E8194          ATOM0 Channel 3 CCU1 Compare Register
GTM_ATOM0_CH3_CN0 0xF01E8198          ATOM0 Channel 3 CCU0 Counter Register
GTM_ATOM0_CH3_STAT 0xF01E819C          ATOM0 Channel 3 Status Register
GTM_ATOM0_CH3_IRQ_NOTIFY 0xF01E81A0          ATOM0 Channel 3 Interrupt Notification Register
GTM_ATOM0_CH3_IRQ_EN 0xF01E81A4          ATOM0 Channel 3 Interrupt Enable Register
GTM_ATOM0_CH3_IRQ_FORCINT 0xF01E81A8          ATOM0 Channel 3 Software Interrupt Generation Register
GTM_ATOM0_CH3_IRQ_MODE 0xF01E81AC          ATOM0 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM0_CH4_RDADDR 0xF01E8200          ATOM0 Channel 4 ARU read address Register
GTM_ATOM0_CH4_CTRL 0xF01E8204          ATOM0 Channel 4 Control Register
GTM_ATOM0_CH4_SR0 0xF01E8208          ATOM0 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM0_CH4_SR1 0xF01E820C          ATOM0 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM0_CH4_CM0 0xF01E8210          ATOM0 Channel 4 CCU0 Compare Register
GTM_ATOM0_CH4_CM1 0xF01E8214          ATOM0 Channel 4 CCU1 Compare Register
GTM_ATOM0_CH4_CN0 0xF01E8218          ATOM0 Channel 4 CCU0 Counter Register
GTM_ATOM0_CH4_STAT 0xF01E821C          ATOM0 Channel 4 Status Register
GTM_ATOM0_CH4_IRQ_NOTIFY 0xF01E8220          ATOM0 Channel 4 Interrupt Notification Register
GTM_ATOM0_CH4_IRQ_EN 0xF01E8224          ATOM0 Channel 4 Interrupt Enable Register
GTM_ATOM0_CH4_IRQ_FORCINT 0xF01E8228          ATOM0 Channel 4 Software Interrupt Generation Register
GTM_ATOM0_CH4_IRQ_MODE 0xF01E822C          ATOM0 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM0_CH5_RDADDR 0xF01E8280          ATOM0 Channel 5 ARU read address Register
GTM_ATOM0_CH5_CTRL 0xF01E8284          ATOM0 Channel 5 Control Register
GTM_ATOM0_CH5_SR0 0xF01E8288          ATOM0 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM0_CH5_SR1 0xF01E828C          ATOM0 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM0_CH5_CM0 0xF01E8290          ATOM0 Channel 5 CCU0 Compare Register
GTM_ATOM0_CH5_CM1 0xF01E8294          ATOM0 Channel 5 CCU1 Compare Register
GTM_ATOM0_CH5_CN0 0xF01E8298          ATOM0 Channel 5 CCU0 Counter Register
GTM_ATOM0_CH5_STAT 0xF01E829C          ATOM0 Channel 5 Status Register
GTM_ATOM0_CH5_IRQ_NOTIFY 0xF01E82A0          ATOM0 Channel 5 Interrupt Notification Register
GTM_ATOM0_CH5_IRQ_EN 0xF01E82A4          ATOM0 Channel 5 Interrupt Enable Register
GTM_ATOM0_CH5_IRQ_FORCINT 0xF01E82A8          ATOM0 Channel 5 Software Interrupt Generation Register
GTM_ATOM0_CH5_IRQ_MODE 0xF01E82AC          ATOM0 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM0_CH6_RDADDR 0xF01E8300          ATOM0 Channel 6 ARU read address Register
GTM_ATOM0_CH6_CTRL 0xF01E8304          ATOM0 Channel 6 Control Register
GTM_ATOM0_CH6_SR0 0xF01E8308          ATOM0 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM0_CH6_SR1 0xF01E830C          ATOM0 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM0_CH6_CM0 0xF01E8310          ATOM0 Channel 6 CCU0 Compare Register
GTM_ATOM0_CH6_CM1 0xF01E8314          ATOM0 Channel 6 CCU1 Compare Register
GTM_ATOM0_CH6_CN0 0xF01E8318          ATOM0 Channel 6 CCU0 Counter Register
GTM_ATOM0_CH6_STAT 0xF01E831C          ATOM0 Channel 6 Status Register
GTM_ATOM0_CH6_IRQ_NOTIFY 0xF01E8320          ATOM0 Channel 6 Interrupt Notification Register
GTM_ATOM0_CH6_IRQ_EN 0xF01E8324          ATOM0 Channel 6 Interrupt Enable Register
GTM_ATOM0_CH6_IRQ_FORCINT 0xF01E8328          ATOM0 Channel 6 Software Interrupt Generation Register
GTM_ATOM0_CH6_IRQ_MODE 0xF01E832C          ATOM0 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM0_CH7_RDADDR 0xF01E8380          ATOM0 Channel 7 ARU read address Register
GTM_ATOM0_CH7_CTRL 0xF01E8384          ATOM0 Channel 7 Control Register
GTM_ATOM0_CH7_SR0 0xF01E8388          ATOM0 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM0_CH7_SR1 0xF01E838C          ATOM0 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM0_CH7_CM0 0xF01E8390          ATOM0 Channel 7 CCU0 Compare Register
GTM_ATOM0_CH7_CM1 0xF01E8394          ATOM0 Channel 7 CCU1 Compare Register
GTM_ATOM0_CH7_CN0 0xF01E8398          ATOM0 Channel 7 CCU0 Counter Register
GTM_ATOM0_CH7_STAT 0xF01E839C          ATOM0 Channel 7 Status Register
GTM_ATOM0_CH7_IRQ_NOTIFY 0xF01E83A0          ATOM0 Channel 7 Interrupt Notification Register
GTM_ATOM0_CH7_IRQ_EN 0xF01E83A4          ATOM0 Channel 7 Interrupt Enable Register
GTM_ATOM0_CH7_IRQ_FORCINT 0xF01E83A8          ATOM0 Channel 7 Software Interrupt Generation Register
GTM_ATOM0_CH7_IRQ_MODE 0xF01E83AC          ATOM0 Channel 7 Interrupt Mode Configuration Register
CAN0_CLC        0xF0208000          CAN Clock Control Register
CAN0_ID         0xF0208008          Module Identification Register
CAN0_MCR        0xF0208030          Module Control Register
CAN0_BUFADR     0xF0208034          Buffer receive address and transmit address
CAN0_MECR       0xF0208040          Measure Control Register
CAN0_MESTAT     0xF0208044          Measure Status Register
CAN0_ACCENCTR0  0xF02080DC          Access Enable Register Control 0
CAN0_OCS        0xF02080E8          OCDS Control and Status
CAN0_KRSTCLR    0xF02080EC          Kernel Reset Status Clear Register
CAN0_KRST1      0xF02080F0          Kernel Reset Register 1
CAN0_KRST0      0xF02080F4          Kernel Reset Register 0
CAN0_ACCEN0     0xF02080FC          Access Enable Register 0
CAN0_ACCENNODE00 0xF0208100          Access Enable Register CAN Node 0 0
CAN0_STARTADR0  0xF0208108          Start Address Node 0
CAN0_ENDADR0    0xF020810C          End Address Node 0
CAN0_ISREG0     0xF0208110          Interrupt Signalling Register 0
CAN0_GRINT10    0xF0208114          Interrupt routing for Groups 1 0
CAN0_GRINT20    0xF0208118          Interrupt routing for Groups 2 0
CAN0_NTCCR0     0xF0208120          Node 0 Timer Clock Control Register
CAN0_NTATTR0    0xF0208124          Node 0 Timer A Transmit Trigger Register
CAN0_NTBTTR0    0xF0208128          Node 0 Timer B Transmit Trigger Register
CAN0_NTCTTR0    0xF020812C          Node 0 Timer C Transmit Trigger Register
CAN0_NTRTR0     0xF0208130          Node 0 Timer Receive Timeout Register
CAN0_NPCR0      0xF0208140          Node 0 Port Control Register
CAN0_CREL0      0xF0208200          Core Release Register 0
CAN0_ENDN0      0xF0208204          Endian Register 0
CAN0_DBTP0      0xF020820C          Data Bit Timing 'and' Prescaler Register 0
CAN0_TEST0      0xF0208210          Test Register 0
CAN0_RWD0       0xF0208214          RAM Watchdog 0
CAN0_CCCR0      0xF0208218          CC Control Register 0
CAN0_NBTP0      0xF020821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN0_TSCC0      0xF0208220          Timestamp Counter Configuration 0
CAN0_TSCV0      0xF0208224          Timestamp Counter Value 0
CAN0_TOCC0      0xF0208228          Timeout Counter Configuration 0
CAN0_TOCV0      0xF020822C          Timeout Counter Value 0
CAN0_ECR0       0xF0208240          Error Counter Register 0
CAN0_PSR0       0xF0208244          Protocol Status Register 0
CAN0_TDCR0      0xF0208248          Transmitter Delay Compensation Register 0
CAN0_IR0        0xF0208250          Interrupt Register 0
CAN0_IE0        0xF0208254          Interrupt Enable 0
CAN0_GFC0       0xF0208280          Global Filter Configuration 0
CAN0_SIDFC0     0xF0208284          Standard ID Filter Configuration 0
CAN0_XIDFC0     0xF0208288          Extended ID Filter Configuration 0
CAN0_XIDAM0     0xF0208290          Extended ID AND Mask 0
CAN0_HPMS0      0xF0208294          High Priority Message Status 0
CAN0_NDAT10     0xF0208298          New Data 1 0
CAN0_NDAT20     0xF020829C          New Data 2 0
CAN0_RXF0C0     0xF02082A0          Rx FIFO 0 Configuration 0
CAN0_RXF0S0     0xF02082A4          Rx FIFO 0 Status 0
CAN0_RXF0A0     0xF02082A8          Rx FIFO 0 Acknowledge 0
CAN0_RXBC0      0xF02082AC          Rx Buffer Configuration 0
CAN0_RXF1C0     0xF02082B0          Rx FIFO 1 Configuration 0
CAN0_RXF1S0     0xF02082B4          Rx FIFO 1 Status 0
CAN0_RXF1A0     0xF02082B8          Rx FIFO 1 Acknowledge 0
CAN0_RXESC0     0xF02082BC          Rx Buffer/FIFO Element Size Configuration 0
CAN0_TXBC0      0xF02082C0          Tx Buffer Configuration 0
CAN0_TXFQS0     0xF02082C4          Tx FIFO/Queue Status 0
CAN0_TXESC0     0xF02082C8          Tx Buffer Element Size Configuration 0
CAN0_TXBRP0     0xF02082CC          Tx Buffer Request Pending 0
CAN0_TXBAR0     0xF02082D0          Tx Buffer Add Request 0
CAN0_TXBCR0     0xF02082D4          Tx Buffer Cancellation Request 0
CAN0_TXBTO0     0xF02082D8          Tx Buffer Transmission Occurred 0
CAN0_TXBCF0     0xF02082DC          Tx Buffer Cancellation Finished 0
CAN0_TXBTIE0    0xF02082E0          Tx Buffer Transmission Interrupt Enable 0
CAN0_TXBCIE0    0xF02082E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN0_TXEFC0     0xF02082F0          Tx Event FIFO Configuration 0
CAN0_TXEFS0     0xF02082F4          Tx Event FIFO Status 0
CAN0_TXEFA0     0xF02082F8          Tx Event FIFO Acknowledge 0
CAN0_ACCENNODE10 0xF0208500          Access Enable Register CAN Node 1 0
CAN0_STARTADR1  0xF0208508          Start Address Node 1
CAN0_ENDADR1    0xF020850C          End Address Node 1
CAN0_ISREG1     0xF0208510          Interrupt Signalling Register 1
CAN0_GRINT11    0xF0208514          Interrupt routing for Groups 1 1
CAN0_GRINT21    0xF0208518          Interrupt routing for Groups 2 1
CAN0_NTCCR1     0xF0208520          Node 1 Timer Clock Control Register
CAN0_NTATTR1    0xF0208524          Node 1 Timer A Transmit Trigger Register
CAN0_NTBTTR1    0xF0208528          Node 1 Timer B Transmit Trigger Register
CAN0_NTCTTR1    0xF020852C          Node 1 Timer C Transmit Trigger Register
CAN0_NTRTR1     0xF0208530          Node 1 Timer Receive Timeout Register
CAN0_NPCR1      0xF0208540          Node 1 Port Control Register
CAN0_CREL1      0xF0208600          Core Release Register 1
CAN0_ENDN1      0xF0208604          Endian Register 1
CAN0_DBTP1      0xF020860C          Data Bit Timing 'and' Prescaler Register 1
CAN0_TEST1      0xF0208610          Test Register 1
CAN0_RWD1       0xF0208614          RAM Watchdog 1
CAN0_CCCR1      0xF0208618          CC Control Register 1
CAN0_NBTP1      0xF020861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN0_TSCC1      0xF0208620          Timestamp Counter Configuration 1
CAN0_TSCV1      0xF0208624          Timestamp Counter Value 1
CAN0_TOCC1      0xF0208628          Timeout Counter Configuration 1
CAN0_TOCV1      0xF020862C          Timeout Counter Value 1
CAN0_ECR1       0xF0208640          Error Counter Register 1
CAN0_PSR1       0xF0208644          Protocol Status Register 1
CAN0_TDCR1      0xF0208648          Transmitter Delay Compensation Register 1
CAN0_IR1        0xF0208650          Interrupt Register 1
CAN0_IE1        0xF0208654          Interrupt Enable 1
CAN0_GFC1       0xF0208680          Global Filter Configuration 1
CAN0_SIDFC1     0xF0208684          Standard ID Filter Configuration 1
CAN0_XIDFC1     0xF0208688          Extended ID Filter Configuration 1
CAN0_XIDAM1     0xF0208690          Extended ID AND Mask 1
CAN0_HPMS1      0xF0208694          High Priority Message Status 1
CAN0_NDAT11     0xF0208698          New Data 1 1
CAN0_NDAT21     0xF020869C          New Data 2 1
CAN0_RXF0C1     0xF02086A0          Rx FIFO 0 Configuration 1
CAN0_RXF0S1     0xF02086A4          Rx FIFO 0 Status 1
CAN0_RXF0A1     0xF02086A8          Rx FIFO 0 Acknowledge 1
CAN0_RXBC1      0xF02086AC          Rx Buffer Configuration 1
CAN0_RXF1C1     0xF02086B0          Rx FIFO 1 Configuration 1
CAN0_RXF1S1     0xF02086B4          Rx FIFO 1 Status 1
CAN0_RXF1A1     0xF02086B8          Rx FIFO 1 Acknowledge 1
CAN0_RXESC1     0xF02086BC          Rx Buffer/FIFO Element Size Configuration 1
CAN0_TXBC1      0xF02086C0          Tx Buffer Configuration 1
CAN0_TXFQS1     0xF02086C4          Tx FIFO/Queue Status 1
CAN0_TXESC1     0xF02086C8          Tx Buffer Element Size Configuration 1
CAN0_TXBRP1     0xF02086CC          Tx Buffer Request Pending 1
CAN0_TXBAR1     0xF02086D0          Tx Buffer Add Request 1
CAN0_TXBCR1     0xF02086D4          Tx Buffer Cancellation Request 1
CAN0_TXBTO1     0xF02086D8          Tx Buffer Transmission Occurred 1
CAN0_TXBCF1     0xF02086DC          Tx Buffer Cancellation Finished 1
CAN0_TXBTIE1    0xF02086E0          Tx Buffer Transmission Interrupt Enable 1
CAN0_TXBCIE1    0xF02086E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN0_TXEFC1     0xF02086F0          Tx Event FIFO Configuration 1
CAN0_TXEFS1     0xF02086F4          Tx Event FIFO Status 1
CAN0_TXEFA1     0xF02086F8          Tx Event FIFO Acknowledge 1
CAN0_ACCENNODE20 0xF0208900          Access Enable Register CAN Node 2 0
CAN0_STARTADR2  0xF0208908          Start Address Node 2
CAN0_ENDADR2    0xF020890C          End Address Node 2
CAN0_ISREG2     0xF0208910          Interrupt Signalling Register 2
CAN0_GRINT12    0xF0208914          Interrupt routing for Groups 1 2
CAN0_GRINT22    0xF0208918          Interrupt routing for Groups 2 2
CAN0_NTCCR2     0xF0208920          Node 2 Timer Clock Control Register
CAN0_NTATTR2    0xF0208924          Node 2 Timer A Transmit Trigger Register
CAN0_NTBTTR2    0xF0208928          Node 2 Timer B Transmit Trigger Register
CAN0_NTCTTR2    0xF020892C          Node 2 Timer C Transmit Trigger Register
CAN0_NTRTR2     0xF0208930          Node 2 Timer Receive Timeout Register
CAN0_NPCR2      0xF0208940          Node 2 Port Control Register
CAN0_CREL2      0xF0208A00          Core Release Register 2
CAN0_ENDN2      0xF0208A04          Endian Register 2
CAN0_DBTP2      0xF0208A0C          Data Bit Timing 'and' Prescaler Register 2
CAN0_TEST2      0xF0208A10          Test Register 2
CAN0_RWD2       0xF0208A14          RAM Watchdog 2
CAN0_CCCR2      0xF0208A18          CC Control Register 2
CAN0_NBTP2      0xF0208A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN0_TSCC2      0xF0208A20          Timestamp Counter Configuration 2
CAN0_TSCV2      0xF0208A24          Timestamp Counter Value 2
CAN0_TOCC2      0xF0208A28          Timeout Counter Configuration 2
CAN0_TOCV2      0xF0208A2C          Timeout Counter Value 2
CAN0_ECR2       0xF0208A40          Error Counter Register 2
CAN0_PSR2       0xF0208A44          Protocol Status Register 2
CAN0_TDCR2      0xF0208A48          Transmitter Delay Compensation Register 2
CAN0_IR2        0xF0208A50          Interrupt Register 2
CAN0_IE2        0xF0208A54          Interrupt Enable 2
CAN0_GFC2       0xF0208A80          Global Filter Configuration 2
CAN0_SIDFC2     0xF0208A84          Standard ID Filter Configuration 2
CAN0_XIDFC2     0xF0208A88          Extended ID Filter Configuration 2
CAN0_XIDAM2     0xF0208A90          Extended ID AND Mask 2
CAN0_HPMS2      0xF0208A94          High Priority Message Status 2
CAN0_NDAT12     0xF0208A98          New Data 1 2
CAN0_NDAT22     0xF0208A9C          New Data 2 2
CAN0_RXF0C2     0xF0208AA0          Rx FIFO 0 Configuration 2
CAN0_RXF0S2     0xF0208AA4          Rx FIFO 0 Status 2
CAN0_RXF0A2     0xF0208AA8          Rx FIFO 0 Acknowledge 2
CAN0_RXBC2      0xF0208AAC          Rx Buffer Configuration 2
CAN0_RXF1C2     0xF0208AB0          Rx FIFO 1 Configuration 2
CAN0_RXF1S2     0xF0208AB4          Rx FIFO 1 Status 2
CAN0_RXF1A2     0xF0208AB8          Rx FIFO 1 Acknowledge 2
CAN0_RXESC2     0xF0208ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN0_TXBC2      0xF0208AC0          Tx Buffer Configuration 2
CAN0_TXFQS2     0xF0208AC4          Tx FIFO/Queue Status 2
CAN0_TXESC2     0xF0208AC8          Tx Buffer Element Size Configuration 2
CAN0_TXBRP2     0xF0208ACC          Tx Buffer Request Pending 2
CAN0_TXBAR2     0xF0208AD0          Tx Buffer Add Request 2
CAN0_TXBCR2     0xF0208AD4          Tx Buffer Cancellation Request 2
CAN0_TXBTO2     0xF0208AD8          Tx Buffer Transmission Occurred 2
CAN0_TXBCF2     0xF0208ADC          Tx Buffer Cancellation Finished 2
CAN0_TXBTIE2    0xF0208AE0          Tx Buffer Transmission Interrupt Enable 2
CAN0_TXBCIE2    0xF0208AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN0_TXEFC2     0xF0208AF0          Tx Event FIFO Configuration 2
CAN0_TXEFS2     0xF0208AF4          Tx Event FIFO Status 2
CAN0_TXEFA2     0xF0208AF8          Tx Event FIFO Acknowledge 2
CAN0_ACCENNODE30 0xF0208D00          Access Enable Register CAN Node 3 0
CAN0_STARTADR3  0xF0208D08          Start Address Node 3
CAN0_ENDADR3    0xF0208D0C          End Address Node 3
CAN0_ISREG3     0xF0208D10          Interrupt Signalling Register 3
CAN0_GRINT13    0xF0208D14          Interrupt routing for Groups 1 3
CAN0_GRINT23    0xF0208D18          Interrupt routing for Groups 2 3
CAN0_NTCCR3     0xF0208D20          Node 3 Timer Clock Control Register
CAN0_NTATTR3    0xF0208D24          Node 3 Timer A Transmit Trigger Register
CAN0_NTBTTR3    0xF0208D28          Node 3 Timer B Transmit Trigger Register
CAN0_NTCTTR3    0xF0208D2C          Node 3 Timer C Transmit Trigger Register
CAN0_NTRTR3     0xF0208D30          Node 3 Timer Receive Timeout Register
CAN0_NPCR3      0xF0208D40          Node 3 Port Control Register
CAN0_CREL3      0xF0208E00          Core Release Register 3
CAN0_ENDN3      0xF0208E04          Endian Register 3
CAN0_DBTP3      0xF0208E0C          Data Bit Timing 'and' Prescaler Register 3
CAN0_TEST3      0xF0208E10          Test Register 3
CAN0_RWD3       0xF0208E14          RAM Watchdog 3
CAN0_CCCR3      0xF0208E18          CC Control Register 3
CAN0_NBTP3      0xF0208E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN0_TSCC3      0xF0208E20          Timestamp Counter Configuration 3
CAN0_TSCV3      0xF0208E24          Timestamp Counter Value 3
CAN0_TOCC3      0xF0208E28          Timeout Counter Configuration 3
CAN0_TOCV3      0xF0208E2C          Timeout Counter Value 3
CAN0_ECR3       0xF0208E40          Error Counter Register 3
CAN0_PSR3       0xF0208E44          Protocol Status Register 3
CAN0_TDCR3      0xF0208E48          Transmitter Delay Compensation Register 3
CAN0_IR3        0xF0208E50          Interrupt Register 3
CAN0_IE3        0xF0208E54          Interrupt Enable 3
CAN0_GFC3       0xF0208E80          Global Filter Configuration 3
CAN0_SIDFC3     0xF0208E84          Standard ID Filter Configuration 3
CAN0_XIDFC3     0xF0208E88          Extended ID Filter Configuration 3
CAN0_XIDAM3     0xF0208E90          Extended ID AND Mask 3
CAN0_HPMS3      0xF0208E94          High Priority Message Status 3
CAN0_NDAT13     0xF0208E98          New Data 1 3
CAN0_NDAT23     0xF0208E9C          New Data 2 3
CAN0_RXF0C3     0xF0208EA0          Rx FIFO 0 Configuration 3
CAN0_RXF0S3     0xF0208EA4          Rx FIFO 0 Status 3
CAN0_RXF0A3     0xF0208EA8          Rx FIFO 0 Acknowledge 3
CAN0_RXBC3      0xF0208EAC          Rx Buffer Configuration 3
CAN0_RXF1C3     0xF0208EB0          Rx FIFO 1 Configuration 3
CAN0_RXF1S3     0xF0208EB4          Rx FIFO 1 Status 3
CAN0_RXF1A3     0xF0208EB8          Rx FIFO 1 Acknowledge 3
CAN0_RXESC3     0xF0208EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN0_TXBC3      0xF0208EC0          Tx Buffer Configuration 3
CAN0_TXFQS3     0xF0208EC4          Tx FIFO/Queue Status 3
CAN0_TXESC3     0xF0208EC8          Tx Buffer Element Size Configuration 3
CAN0_TXBRP3     0xF0208ECC          Tx Buffer Request Pending 3
CAN0_TXBAR3     0xF0208ED0          Tx Buffer Add Request 3
CAN0_TXBCR3     0xF0208ED4          Tx Buffer Cancellation Request 3
CAN0_TXBTO3     0xF0208ED8          Tx Buffer Transmission Occurred 3
CAN0_TXBCF3     0xF0208EDC          Tx Buffer Cancellation Finished 3
CAN0_TXBTIE3    0xF0208EE0          Tx Buffer Transmission Interrupt Enable 3
CAN0_TXBCIE3    0xF0208EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN0_TXEFC3     0xF0208EF0          Tx Event FIFO Configuration 3
CAN0_TXEFS3     0xF0208EF4          Tx Event FIFO Status 3
CAN0_TXEFA3     0xF0208EF8          Tx Event FIFO Acknowledge 3
CAN1_CLC        0xF0218000          CAN Clock Control Register
CAN1_ID         0xF0218008          Module Identification Register
CAN1_MCR        0xF0218030          Module Control Register
CAN1_ACCENCTR0  0xF02180DC          Access Enable Register Control 0
CAN1_OCS        0xF02180E8          OCDS Control and Status
CAN1_KRSTCLR    0xF02180EC          Kernel Reset Status Clear Register
CAN1_KRST1      0xF02180F0          Kernel Reset Register 1
CAN1_KRST0      0xF02180F4          Kernel Reset Register 0
CAN1_ACCEN0     0xF02180FC          Access Enable Register 0
CAN1_ACCENNODE00 0xF0218100          Access Enable Register CAN Node 0 0
CAN1_STARTADR0  0xF0218108          Start Address Node 0
CAN1_ENDADR0    0xF021810C          End Address Node 0
CAN1_ISREG0     0xF0218110          Interrupt Signalling Register 0
CAN1_GRINT10    0xF0218114          Interrupt routing for Groups 1 0
CAN1_GRINT20    0xF0218118          Interrupt routing for Groups 2 0
CAN1_NTCCR0     0xF0218120          Node 0 Timer Clock Control Register
CAN1_NTATTR0    0xF0218124          Node 0 Timer A Transmit Trigger Register
CAN1_NTBTTR0    0xF0218128          Node 0 Timer B Transmit Trigger Register
CAN1_NTCTTR0    0xF021812C          Node 0 Timer C Transmit Trigger Register
CAN1_NTRTR0     0xF0218130          Node 0 Timer Receive Timeout Register
CAN1_NPCR0      0xF0218140          Node 0 Port Control Register
CAN1_CREL0      0xF0218200          Core Release Register 0
CAN1_ENDN0      0xF0218204          Endian Register 0
CAN1_DBTP0      0xF021820C          Data Bit Timing 'and' Prescaler Register 0
CAN1_TEST0      0xF0218210          Test Register 0
CAN1_RWD0       0xF0218214          RAM Watchdog 0
CAN1_CCCR0      0xF0218218          CC Control Register 0
CAN1_NBTP0      0xF021821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN1_TSCC0      0xF0218220          Timestamp Counter Configuration 0
CAN1_TSCV0      0xF0218224          Timestamp Counter Value 0
CAN1_TOCC0      0xF0218228          Timeout Counter Configuration 0
CAN1_TOCV0      0xF021822C          Timeout Counter Value 0
CAN1_ECR0       0xF0218240          Error Counter Register 0
CAN1_PSR0       0xF0218244          Protocol Status Register 0
CAN1_TDCR0      0xF0218248          Transmitter Delay Compensation Register 0
CAN1_IR0        0xF0218250          Interrupt Register 0
CAN1_IE0        0xF0218254          Interrupt Enable 0
CAN1_GFC0       0xF0218280          Global Filter Configuration 0
CAN1_SIDFC0     0xF0218284          Standard ID Filter Configuration 0
CAN1_XIDFC0     0xF0218288          Extended ID Filter Configuration 0
CAN1_XIDAM0     0xF0218290          Extended ID AND Mask 0
CAN1_HPMS0      0xF0218294          High Priority Message Status 0
CAN1_NDAT10     0xF0218298          New Data 1 0
CAN1_NDAT20     0xF021829C          New Data 2 0
CAN1_RXF0C0     0xF02182A0          Rx FIFO 0 Configuration 0
CAN1_RXF0S0     0xF02182A4          Rx FIFO 0 Status 0
CAN1_RXF0A0     0xF02182A8          Rx FIFO 0 Acknowledge 0
CAN1_RXBC0      0xF02182AC          Rx Buffer Configuration 0
CAN1_RXF1C0     0xF02182B0          Rx FIFO 1 Configuration 0
CAN1_RXF1S0     0xF02182B4          Rx FIFO 1 Status 0
CAN1_RXF1A0     0xF02182B8          Rx FIFO 1 Acknowledge 0
CAN1_RXESC0     0xF02182BC          Rx Buffer/FIFO Element Size Configuration 0
CAN1_TXBC0      0xF02182C0          Tx Buffer Configuration 0
CAN1_TXFQS0     0xF02182C4          Tx FIFO/Queue Status 0
CAN1_TXESC0     0xF02182C8          Tx Buffer Element Size Configuration 0
CAN1_TXBRP0     0xF02182CC          Tx Buffer Request Pending 0
CAN1_TXBAR0     0xF02182D0          Tx Buffer Add Request 0
CAN1_TXBCR0     0xF02182D4          Tx Buffer Cancellation Request 0
CAN1_TXBTO0     0xF02182D8          Tx Buffer Transmission Occurred 0
CAN1_TXBCF0     0xF02182DC          Tx Buffer Cancellation Finished 0
CAN1_TXBTIE0    0xF02182E0          Tx Buffer Transmission Interrupt Enable 0
CAN1_TXBCIE0    0xF02182E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN1_TXEFC0     0xF02182F0          Tx Event FIFO Configuration 0
CAN1_TXEFS0     0xF02182F4          Tx Event FIFO Status 0
CAN1_TXEFA0     0xF02182F8          Tx Event FIFO Acknowledge 0
CAN1_ACCENNODE10 0xF0218500          Access Enable Register CAN Node 1 0
CAN1_STARTADR1  0xF0218508          Start Address Node 1
CAN1_ENDADR1    0xF021850C          End Address Node 1
CAN1_ISREG1     0xF0218510          Interrupt Signalling Register 1
CAN1_GRINT11    0xF0218514          Interrupt routing for Groups 1 1
CAN1_GRINT21    0xF0218518          Interrupt routing for Groups 2 1
CAN1_NTCCR1     0xF0218520          Node 1 Timer Clock Control Register
CAN1_NTATTR1    0xF0218524          Node 1 Timer A Transmit Trigger Register
CAN1_NTBTTR1    0xF0218528          Node 1 Timer B Transmit Trigger Register
CAN1_NTCTTR1    0xF021852C          Node 1 Timer C Transmit Trigger Register
CAN1_NTRTR1     0xF0218530          Node 1 Timer Receive Timeout Register
CAN1_NPCR1      0xF0218540          Node 1 Port Control Register
CAN1_CREL1      0xF0218600          Core Release Register 1
CAN1_ENDN1      0xF0218604          Endian Register 1
CAN1_DBTP1      0xF021860C          Data Bit Timing 'and' Prescaler Register 1
CAN1_TEST1      0xF0218610          Test Register 1
CAN1_RWD1       0xF0218614          RAM Watchdog 1
CAN1_CCCR1      0xF0218618          CC Control Register 1
CAN1_NBTP1      0xF021861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN1_TSCC1      0xF0218620          Timestamp Counter Configuration 1
CAN1_TSCV1      0xF0218624          Timestamp Counter Value 1
CAN1_TOCC1      0xF0218628          Timeout Counter Configuration 1
CAN1_TOCV1      0xF021862C          Timeout Counter Value 1
CAN1_ECR1       0xF0218640          Error Counter Register 1
CAN1_PSR1       0xF0218644          Protocol Status Register 1
CAN1_TDCR1      0xF0218648          Transmitter Delay Compensation Register 1
CAN1_IR1        0xF0218650          Interrupt Register 1
CAN1_IE1        0xF0218654          Interrupt Enable 1
CAN1_GFC1       0xF0218680          Global Filter Configuration 1
CAN1_SIDFC1     0xF0218684          Standard ID Filter Configuration 1
CAN1_XIDFC1     0xF0218688          Extended ID Filter Configuration 1
CAN1_XIDAM1     0xF0218690          Extended ID AND Mask 1
CAN1_HPMS1      0xF0218694          High Priority Message Status 1
CAN1_NDAT11     0xF0218698          New Data 1 1
CAN1_NDAT21     0xF021869C          New Data 2 1
CAN1_RXF0C1     0xF02186A0          Rx FIFO 0 Configuration 1
CAN1_RXF0S1     0xF02186A4          Rx FIFO 0 Status 1
CAN1_RXF0A1     0xF02186A8          Rx FIFO 0 Acknowledge 1
CAN1_RXBC1      0xF02186AC          Rx Buffer Configuration 1
CAN1_RXF1C1     0xF02186B0          Rx FIFO 1 Configuration 1
CAN1_RXF1S1     0xF02186B4          Rx FIFO 1 Status 1
CAN1_RXF1A1     0xF02186B8          Rx FIFO 1 Acknowledge 1
CAN1_RXESC1     0xF02186BC          Rx Buffer/FIFO Element Size Configuration 1
CAN1_TXBC1      0xF02186C0          Tx Buffer Configuration 1
CAN1_TXFQS1     0xF02186C4          Tx FIFO/Queue Status 1
CAN1_TXESC1     0xF02186C8          Tx Buffer Element Size Configuration 1
CAN1_TXBRP1     0xF02186CC          Tx Buffer Request Pending 1
CAN1_TXBAR1     0xF02186D0          Tx Buffer Add Request 1
CAN1_TXBCR1     0xF02186D4          Tx Buffer Cancellation Request 1
CAN1_TXBTO1     0xF02186D8          Tx Buffer Transmission Occurred 1
CAN1_TXBCF1     0xF02186DC          Tx Buffer Cancellation Finished 1
CAN1_TXBTIE1    0xF02186E0          Tx Buffer Transmission Interrupt Enable 1
CAN1_TXBCIE1    0xF02186E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN1_TXEFC1     0xF02186F0          Tx Event FIFO Configuration 1
CAN1_TXEFS1     0xF02186F4          Tx Event FIFO Status 1
CAN1_TXEFA1     0xF02186F8          Tx Event FIFO Acknowledge 1
CAN1_ACCENNODE20 0xF0218900          Access Enable Register CAN Node 2 0
CAN1_STARTADR2  0xF0218908          Start Address Node 2
CAN1_ENDADR2    0xF021890C          End Address Node 2
CAN1_ISREG2     0xF0218910          Interrupt Signalling Register 2
CAN1_GRINT12    0xF0218914          Interrupt routing for Groups 1 2
CAN1_GRINT22    0xF0218918          Interrupt routing for Groups 2 2
CAN1_NTCCR2     0xF0218920          Node 2 Timer Clock Control Register
CAN1_NTATTR2    0xF0218924          Node 2 Timer A Transmit Trigger Register
CAN1_NTBTTR2    0xF0218928          Node 2 Timer B Transmit Trigger Register
CAN1_NTCTTR2    0xF021892C          Node 2 Timer C Transmit Trigger Register
CAN1_NTRTR2     0xF0218930          Node 2 Timer Receive Timeout Register
CAN1_NPCR2      0xF0218940          Node 2 Port Control Register
CAN1_CREL2      0xF0218A00          Core Release Register 2
CAN1_ENDN2      0xF0218A04          Endian Register 2
CAN1_DBTP2      0xF0218A0C          Data Bit Timing 'and' Prescaler Register 2
CAN1_TEST2      0xF0218A10          Test Register 2
CAN1_RWD2       0xF0218A14          RAM Watchdog 2
CAN1_CCCR2      0xF0218A18          CC Control Register 2
CAN1_NBTP2      0xF0218A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN1_TSCC2      0xF0218A20          Timestamp Counter Configuration 2
CAN1_TSCV2      0xF0218A24          Timestamp Counter Value 2
CAN1_TOCC2      0xF0218A28          Timeout Counter Configuration 2
CAN1_TOCV2      0xF0218A2C          Timeout Counter Value 2
CAN1_ECR2       0xF0218A40          Error Counter Register 2
CAN1_PSR2       0xF0218A44          Protocol Status Register 2
CAN1_TDCR2      0xF0218A48          Transmitter Delay Compensation Register 2
CAN1_IR2        0xF0218A50          Interrupt Register 2
CAN1_IE2        0xF0218A54          Interrupt Enable 2
CAN1_GFC2       0xF0218A80          Global Filter Configuration 2
CAN1_SIDFC2     0xF0218A84          Standard ID Filter Configuration 2
CAN1_XIDFC2     0xF0218A88          Extended ID Filter Configuration 2
CAN1_XIDAM2     0xF0218A90          Extended ID AND Mask 2
CAN1_HPMS2      0xF0218A94          High Priority Message Status 2
CAN1_NDAT12     0xF0218A98          New Data 1 2
CAN1_NDAT22     0xF0218A9C          New Data 2 2
CAN1_RXF0C2     0xF0218AA0          Rx FIFO 0 Configuration 2
CAN1_RXF0S2     0xF0218AA4          Rx FIFO 0 Status 2
CAN1_RXF0A2     0xF0218AA8          Rx FIFO 0 Acknowledge 2
CAN1_RXBC2      0xF0218AAC          Rx Buffer Configuration 2
CAN1_RXF1C2     0xF0218AB0          Rx FIFO 1 Configuration 2
CAN1_RXF1S2     0xF0218AB4          Rx FIFO 1 Status 2
CAN1_RXF1A2     0xF0218AB8          Rx FIFO 1 Acknowledge 2
CAN1_RXESC2     0xF0218ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN1_TXBC2      0xF0218AC0          Tx Buffer Configuration 2
CAN1_TXFQS2     0xF0218AC4          Tx FIFO/Queue Status 2
CAN1_TXESC2     0xF0218AC8          Tx Buffer Element Size Configuration 2
CAN1_TXBRP2     0xF0218ACC          Tx Buffer Request Pending 2
CAN1_TXBAR2     0xF0218AD0          Tx Buffer Add Request 2
CAN1_TXBCR2     0xF0218AD4          Tx Buffer Cancellation Request 2
CAN1_TXBTO2     0xF0218AD8          Tx Buffer Transmission Occurred 2
CAN1_TXBCF2     0xF0218ADC          Tx Buffer Cancellation Finished 2
CAN1_TXBTIE2    0xF0218AE0          Tx Buffer Transmission Interrupt Enable 2
CAN1_TXBCIE2    0xF0218AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN1_TXEFC2     0xF0218AF0          Tx Event FIFO Configuration 2
CAN1_TXEFS2     0xF0218AF4          Tx Event FIFO Status 2
CAN1_TXEFA2     0xF0218AF8          Tx Event FIFO Acknowledge 2
CAN1_ACCENNODE30 0xF0218D00          Access Enable Register CAN Node 3 0
CAN1_STARTADR3  0xF0218D08          Start Address Node 3
CAN1_ENDADR3    0xF0218D0C          End Address Node 3
CAN1_ISREG3     0xF0218D10          Interrupt Signalling Register 3
CAN1_GRINT13    0xF0218D14          Interrupt routing for Groups 1 3
CAN1_GRINT23    0xF0218D18          Interrupt routing for Groups 2 3
CAN1_NTCCR3     0xF0218D20          Node 3 Timer Clock Control Register
CAN1_NTATTR3    0xF0218D24          Node 3 Timer A Transmit Trigger Register
CAN1_NTBTTR3    0xF0218D28          Node 3 Timer B Transmit Trigger Register
CAN1_NTCTTR3    0xF0218D2C          Node 3 Timer C Transmit Trigger Register
CAN1_NTRTR3     0xF0218D30          Node 3 Timer Receive Timeout Register
CAN1_NPCR3      0xF0218D40          Node 3 Port Control Register
CAN1_CREL3      0xF0218E00          Core Release Register 3
CAN1_ENDN3      0xF0218E04          Endian Register 3
CAN1_DBTP3      0xF0218E0C          Data Bit Timing 'and' Prescaler Register 3
CAN1_TEST3      0xF0218E10          Test Register 3
CAN1_RWD3       0xF0218E14          RAM Watchdog 3
CAN1_CCCR3      0xF0218E18          CC Control Register 3
CAN1_NBTP3      0xF0218E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN1_TSCC3      0xF0218E20          Timestamp Counter Configuration 3
CAN1_TSCV3      0xF0218E24          Timestamp Counter Value 3
CAN1_TOCC3      0xF0218E28          Timeout Counter Configuration 3
CAN1_TOCV3      0xF0218E2C          Timeout Counter Value 3
CAN1_ECR3       0xF0218E40          Error Counter Register 3
CAN1_PSR3       0xF0218E44          Protocol Status Register 3
CAN1_TDCR3      0xF0218E48          Transmitter Delay Compensation Register 3
CAN1_IR3        0xF0218E50          Interrupt Register 3
CAN1_IE3        0xF0218E54          Interrupt Enable 3
CAN1_GFC3       0xF0218E80          Global Filter Configuration 3
CAN1_SIDFC3     0xF0218E84          Standard ID Filter Configuration 3
CAN1_XIDFC3     0xF0218E88          Extended ID Filter Configuration 3
CAN1_XIDAM3     0xF0218E90          Extended ID AND Mask 3
CAN1_HPMS3      0xF0218E94          High Priority Message Status 3
CAN1_NDAT13     0xF0218E98          New Data 1 3
CAN1_NDAT23     0xF0218E9C          New Data 2 3
CAN1_RXF0C3     0xF0218EA0          Rx FIFO 0 Configuration 3
CAN1_RXF0S3     0xF0218EA4          Rx FIFO 0 Status 3
CAN1_RXF0A3     0xF0218EA8          Rx FIFO 0 Acknowledge 3
CAN1_RXBC3      0xF0218EAC          Rx Buffer Configuration 3
CAN1_RXF1C3     0xF0218EB0          Rx FIFO 1 Configuration 3
CAN1_RXF1S3     0xF0218EB4          Rx FIFO 1 Status 3
CAN1_RXF1A3     0xF0218EB8          Rx FIFO 1 Acknowledge 3
CAN1_RXESC3     0xF0218EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN1_TXBC3      0xF0218EC0          Tx Buffer Configuration 3
CAN1_TXFQS3     0xF0218EC4          Tx FIFO/Queue Status 3
CAN1_TXESC3     0xF0218EC8          Tx Buffer Element Size Configuration 3
CAN1_TXBRP3     0xF0218ECC          Tx Buffer Request Pending 3
CAN1_TXBAR3     0xF0218ED0          Tx Buffer Add Request 3
CAN1_TXBCR3     0xF0218ED4          Tx Buffer Cancellation Request 3
CAN1_TXBTO3     0xF0218ED8          Tx Buffer Transmission Occurred 3
CAN1_TXBCF3     0xF0218EDC          Tx Buffer Cancellation Finished 3
CAN1_TXBTIE3    0xF0218EE0          Tx Buffer Transmission Interrupt Enable 3
CAN1_TXBCIE3    0xF0218EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN1_TXEFC3     0xF0218EF0          Tx Event FIFO Configuration 3
CAN1_TXEFS3     0xF0218EF4          Tx Event FIFO Status 3
CAN1_TXEFA3     0xF0218EF8          Tx Event FIFO Acknowledge 3
PMS_ID          0xF0248008          Identification Register
PMS_EVRSTAT     0xF024802C          EVR Status Register
PMS_EVRADCSTAT  0xF0248034          EVR Primary ADC Status Register
PMS_EVRRSTCON   0xF024803C          EVR Reset Control Register
PMS_EVRRSTSTAT  0xF0248044          EVR Reset Status Register
PMS_EVRTRIM     0xF024804C          EVR Trim Control Register
PMS_EVRTRIMSTAT 0xF0248050          EVR Trim Status Register
PMS_EVRMONSTAT1 0xF0248060          EVR Secondary ADC Status Register 1
PMS_EVRMONSTAT2 0xF0248064          EVR Secondary ADC Status Register 2
PMS_EVRMONCTRL  0xF0248068          EVR Secondary Monitor Control Register
PMS_EVRMONFILT  0xF0248070          EVR Secondary Monitor Filter Register
PMS_PMSIEN      0xF0248074          PMS Interrupt Enable Register
PMS_EVRUVMON    0xF0248078          EVR Secondary Under-voltage Monitor Register
PMS_EVROVMON    0xF024807C          EVR Secondary Over-voltage Monitor Register
PMS_EVRUVMON2   0xF0248080          EVR Secondary Under-voltage Monitor Register 2
PMS_EVROVMON2   0xF0248084          EVR Secondary Over-voltage Monitor Register 2
PMS_HSMUVMON    0xF0248088          EVR Primary HSM Under-voltage Monitor Register
PMS_HSMOVMON    0xF024808C          EVR Primary HSM Over-voltage Monitor Register
PMS_EVROSCCTRL  0xF02480A0          EVR Oscillator Control Register
PMS_PMSWCR0     0xF02480B4          Standby and Wake-up Control Register 0
PMS_PMSWCR2     0xF02480B8          Standby and Wake-up Control Register 2
PMS_PMSWCR3     0xF02480C0          Standby and Wake-up Control Register 3
PMS_PMSWCR4     0xF02480C4          Standby and Wake-up Control Register 4
PMS_PMSWCR5     0xF02480C8          Standby and Wake-up Control Register 5
PMS_PMSWSTAT    0xF02480D4          Standby and Wake-up Status Register
PMS_PMSWSTAT2   0xF02480D8          Standby and Wake-up Status Register 2
PMS_PMSWUTCNT   0xF02480DC          Standby WUT Counter Register
PMS_PMSWSTATCLR 0xF02480E8          Standby and Wake-up Status Clear Register
PMS_EVRSDSTAT0  0xF02480FC          EVR SD Status Register 0
PMS_EVRSDCTRL0  0xF0248108          EVRC SD Control Register 0
PMS_EVRSDCTRL1  0xF024810C          EVRC SD Control Register 1
PMS_EVRSDCTRL2  0xF0248110          EVRC SD Control Register 2
PMS_EVRSDCTRL3  0xF0248114          EVRC SD Control Register 3
PMS_EVRSDCTRL4  0xF0248118          EVRC SD Control Register 4
PMS_EVRSDCTRL5  0xF024811C          EVRC SD Control Register 5
PMS_EVRSDCTRL6  0xF0248120          EVRC SD Control Register 6
PMS_EVRSDCTRL7  0xF0248124          EVRC SD Control Register 7
PMS_EVRSDCTRL8  0xF0248128          EVRC SD Control Register 8
PMS_EVRSDCTRL9  0xF024812C          EVRC SD Control Register 9
PMS_EVRSDCTRL10 0xF0248130          EVRC SD Control Register 10
PMS_EVRSDCOEFF0 0xF0248148          EVRC SD Coefficient Register 0
PMS_EVRSDCOEFF1 0xF024814C          EVRC SD Coefficient Register 1
PMS_EVRSDCOEFF2 0xF0248150          EVRC SD Coefficient Register 2
PMS_EVRSDCOEFF3 0xF0248154          EVRC SD Coefficient Register 3
PMS_AG20_STDBY  0xF0248188          Alarm 0 Status Register
PMS_AG21_STDBY  0xF024818C          Alarm 1 Status Register
PMS_MONBISTSTAT 0xF0248190          SMU_stdby BIST Status Register
PMS_MONBISTCTRL 0xF0248198          SMU_stdby BIST Control Register
PMS_CMD_STDBY   0xF024819C          SMU_stdby Command Register
PMS_AG20FSP_STDBY 0xF02481A4          SMU_stdby 0 FSP Configuration Register
PMS_AG21FSP_STDBY 0xF02481A8          SMU_stdby 1 FSP Configuration Register
PMS_DTSSTAT     0xF02481C0          Die Temperature Sensor Status Register
PMS_DTSLIM      0xF02481C8          Die Temperature Sensor Limit Register
PMS_OTSS        0xF02481E0          OCDS Trigger Set Select Register
PMS_OTSC0       0xF02481E4          OCDS Trigger Set Control 0 Register
PMS_OTSC1       0xF02481E8          OCDS Trigger Set Control 1 Register
PMS_ACCEN0      0xF02481F8          Access Enable Register 0
PMS_ACCEN1      0xF02481FC          Access Enable Register 1
ASCLIN10_CLC    0xF02C0A00          Clock Control Register
ASCLIN10_IOCR   0xF02C0A04          Input and Output Control Register
ASCLIN10_ID     0xF02C0A08          Module Identification Register
ASCLIN10_TXFIFOCON 0xF02C0A0C          TX FIFO Configuration Register
ASCLIN10_RXFIFOCON 0xF02C0A10          RX FIFO Configuration Register
ASCLIN10_BITCON 0xF02C0A14          Bit Configuration Register
ASCLIN10_FRAMECON 0xF02C0A18          Frame Control Register
ASCLIN10_DATCON 0xF02C0A1C          Data Configuration Register
ASCLIN10_BRG    0xF02C0A20          Baud Rate Generation Register
ASCLIN10_BRD    0xF02C0A24          Baud Rate Detection Register
ASCLIN10_LINCON 0xF02C0A28          LIN Control Register
ASCLIN10_LINBTIMER 0xF02C0A2C          LIN Break Timer Register
ASCLIN10_LINHTIMER 0xF02C0A30          LIN Header Timer Register
ASCLIN10_FLAGS  0xF02C0A34          Flags Register
ASCLIN10_FLAGSSET 0xF02C0A38          Flags Set Register
ASCLIN10_FLAGSCLEAR 0xF02C0A3C          Flags Clear Register
ASCLIN10_FLAGSENABLE 0xF02C0A40          Flags Enable Register
ASCLIN10_TXDATA 0xF02C0A44          Transmit Data Register
ASCLIN10_RXDATA 0xF02C0A48          Receive Data Register
ASCLIN10_CSR    0xF02C0A4C          Clock Selection Register
ASCLIN10_RXDATAD 0xF02C0A50          Receive Data Debug Register
ASCLIN10_OCS    0xF02C0AE8          OCDS Control and Status
ASCLIN10_KRSTCLR 0xF02C0AEC          Kernel Reset Status Clear Register
ASCLIN10_KRST1  0xF02C0AF0          Kernel Reset Register 1
ASCLIN10_KRST0  0xF02C0AF4          Kernel Reset Register 0
ASCLIN10_ACCEN1 0xF02C0AF8          Access Enable Register 1
ASCLIN10_ACCEN0 0xF02C0AFC          Access Enable Register 0
ASCLIN11_CLC    0xF02C0B00          Clock Control Register
ASCLIN11_IOCR   0xF02C0B04          Input and Output Control Register
ASCLIN11_ID     0xF02C0B08          Module Identification Register
ASCLIN11_TXFIFOCON 0xF02C0B0C          TX FIFO Configuration Register
ASCLIN11_RXFIFOCON 0xF02C0B10          RX FIFO Configuration Register
ASCLIN11_BITCON 0xF02C0B14          Bit Configuration Register
ASCLIN11_FRAMECON 0xF02C0B18          Frame Control Register
ASCLIN11_DATCON 0xF02C0B1C          Data Configuration Register
ASCLIN11_BRG    0xF02C0B20          Baud Rate Generation Register
ASCLIN11_BRD    0xF02C0B24          Baud Rate Detection Register
ASCLIN11_LINCON 0xF02C0B28          LIN Control Register
ASCLIN11_LINBTIMER 0xF02C0B2C          LIN Break Timer Register
ASCLIN11_LINHTIMER 0xF02C0B30          LIN Header Timer Register
ASCLIN11_FLAGS  0xF02C0B34          Flags Register
ASCLIN11_FLAGSSET 0xF02C0B38          Flags Set Register
ASCLIN11_FLAGSCLEAR 0xF02C0B3C          Flags Clear Register
ASCLIN11_FLAGSENABLE 0xF02C0B40          Flags Enable Register
ASCLIN11_TXDATA 0xF02C0B44          Transmit Data Register
ASCLIN11_RXDATA 0xF02C0B48          Receive Data Register
ASCLIN11_CSR    0xF02C0B4C          Clock Selection Register
ASCLIN11_RXDATAD 0xF02C0B50          Receive Data Debug Register
ASCLIN11_OCS    0xF02C0BE8          OCDS Control and Status
ASCLIN11_KRSTCLR 0xF02C0BEC          Kernel Reset Status Clear Register
ASCLIN11_KRST1  0xF02C0BF0          Kernel Reset Register 1
ASCLIN11_KRST0  0xF02C0BF4          Kernel Reset Register 0
ASCLIN11_ACCEN1 0xF02C0BF8          Access Enable Register 1
ASCLIN11_ACCEN0 0xF02C0BFC          Access Enable Register 0
FSI_COMM_1      0xF8030004          Communication Register 1
FSI_COMM_2      0xF8030005          Communication Register 2
FSI_HSMCOMM_1   0xF8030006          HSM Communication Register 1
FSI_HSMCOMM_2   0xF8030007          HSM Communication Register 2
PMU_ID          0xF8038508          Module Identification Register
DMU_HF_ID       0xF8040008          Module Identification Register
DMU_HF_STATUS   0xF8040010          Flash Status Register
DMU_HF_CONTROL  0xF8040014          Flash Control Register
DMU_HF_OPERATION 0xF8040018          Flash Operation Register
DMU_HF_PROTECT  0xF804001C          Flash Protection Status Register
DMU_HF_CONFIRM0 0xF8040020          Flash Confirm Status Register 0
DMU_HF_CONFIRM1 0xF8040024          Flash Confirm Status Register 1
DMU_HF_CONFIRM2 0xF8040028          Flash Confirm Status Register 2
DMU_HF_EER      0xF8040030          Enable Error Interrupt Control Register
DMU_HF_ERRSR    0xF8040034          Error Status Register
DMU_HF_CLRE     0xF8040038          Clear Error Register
DMU_HF_ECCR     0xF8040040          DF0 ECC Read Register
DMU_HF_ECCS     0xF8040044          DF0 ECC Status Register
DMU_HF_ECCC     0xF8040048          DF0 ECC Control Register
DMU_HF_ECCW     0xF804004C          DF0 ECC Write Register
DMU_HF_CCONTROL 0xF8040050          Cranking Control Register
DMU_HF_PSTATUS  0xF8040060          Power Status Register
DMU_HF_PCONTROL 0xF8040064          Power Control Register
DMU_HF_PWAIT    0xF8040068          PFLASH Wait Cycle Register
DMU_HF_DWAIT    0xF804006C          DFLASH Wait Cycle Register
DMU_HF_PROCONUSR 0xF8040074          DF0 User Mode Control
DMU_HF_PROCONPF 0xF8040080          PFLASH Protection Configuration
DMU_HF_PROCONTP 0xF8040084          Tuning Protection Configuration
DMU_HF_PROCONDF 0xF8040088          DFLASH Protection Configuration
DMU_HF_PROCONRAM 0xF804008C          RAM Configuration
DMU_HF_PROCONDBG 0xF8040090          Debug Interface Protection Configuration
DMU_HF_SUSPEND  0xF80400F0          Suspend Control Register
DMU_HF_MARGIN   0xF80400F4          Margin Control Register
DMU_HF_ACCEN1   0xF80400F8          Access Enable Register 1
DMU_HF_ACCEN0   0xF80400FC          Access Enable Register 0
DMU_HP_PROCONP00 0xF8050000          PFLASH Bank 0 Protection Configuration 0
DMU_HP_PROCONP01 0xF8050004          PFLASH Bank 0 Protection Configuration 1
DMU_HP_PROCONP02 0xF8050008          PFLASH Bank 0 Protection Configuration 2
DMU_HP_PROCONP03 0xF805000C          PFLASH Bank 0 Protection Configuration 3
DMU_HP_PROCONP04 0xF8050010          PFLASH Bank 0 Protection Configuration 4
DMU_HP_PROCONP05 0xF8050014          PFLASH Bank 0 Protection Configuration 5
DMU_HP_PROCONOTP00 0xF8050040          PFLASH Bank 0 OTP Protection Configuration 0
DMU_HP_PROCONOTP01 0xF8050044          PFLASH Bank 0 OTP Protection Configuration 1
DMU_HP_PROCONOTP02 0xF8050048          PFLASH Bank 0 OTP Protection Configuration 2
DMU_HP_PROCONOTP03 0xF805004C          PFLASH Bank 0 OTP Protection Configuration 3
DMU_HP_PROCONOTP04 0xF8050050          PFLASH Bank 0 OTP Protection Configuration 4
DMU_HP_PROCONOTP05 0xF8050054          PFLASH Bank 0 OTP Protection Configuration 5
DMU_HP_PROCONWOP00 0xF8050080          PFLASH Bank 0 WOP Configuration 0
DMU_HP_PROCONWOP01 0xF8050084          PFLASH Bank 0 WOP Configuration 1
DMU_HP_PROCONWOP02 0xF8050088          PFLASH Bank 0 WOP Configuration 2
DMU_HP_PROCONWOP03 0xF805008C          PFLASH Bank 0 WOP Configuration 3
DMU_HP_PROCONWOP04 0xF8050090          PFLASH Bank 0 WOP Configuration 4
DMU_HP_PROCONWOP05 0xF8050094          PFLASH Bank 0 WOP Configuration 5
DMU_HP_ECPRIO00 0xF80500A0          PFLASH Bank 0 Erase Counter Priority configuration 0
DMU_HP_ECPRIO01 0xF80500A4          PFLASH Bank 0 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO02 0xF80500A8          PFLASH Bank 0 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO03 0xF80500AC          PFLASH Bank 0 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO04 0xF80500B0          PFLASH Bank 0 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO05 0xF80500B4          PFLASH Bank 0 Erase Counter Priority Configuration 5
DMU_SF_STATUS   0xF8060010          HSM Flash Status Register
DMU_SF_CONTROL  0xF8060014          HSM Flash Configuration Register
DMU_SF_OPERATION 0xF8060018          HSM Flash Operation Register
DMU_SF_EER      0xF8060030          HSM Enable Error Interrupt Control Register
DMU_SF_ERRSR    0xF8060034          HSM Error Status Register
DMU_SF_CLRE     0xF8060038          HSM Clear Error Register
DMU_SF_ECCR     0xF8060040          HSM DF1 ECC Read Register
DMU_SF_ECCS     0xF8060044          HSM DF1 ECC Status Register
DMU_SF_ECCC     0xF8060048          HSM DF1 ECC Control Register
DMU_SF_ECCW     0xF806004C          HSM DF1 ECC Write Register
DMU_SF_PROCONUSR 0xF8060074          HSM DF1 User Mode Control
DMU_SF_SUSPEND  0xF80600E8          HSM Suspend Control Register
DMU_SF_MARGIN   0xF80600EC          HSM DF1 Margin Control Register
DMU_SP_PROCONHSMCFG 0xF8070000          HSM Protection Configuration
DMU_SP_PROCONHSMCBS 0xF8070004          HSM Code Boot Sector
DMU_SP_PROCONHSMCX0 0xF8070008          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCX1 0xF807000C          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCOTP0 0xF8070010          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSMCOTP1 0xF8070014          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSM 0xF8070040          HSM Interface Protection Configuration
DOM0_PECON0     0xF8700000          Protocol Error Control Register 0
DOM0_PRIORITY0  0xF8700008          SCI0 Arbiter Priority Register
DOM0_ERRADDR0   0xF8700010          SCI 0 Error Address Capture Register
DOM0_ERR0       0xF8700018          SCI 0 Error Capture Register
DOM0_PECON1     0xF8700020          Protocol Error Control Register 1
DOM0_PRIORITY1  0xF8700028          SCI1 Arbiter Priority Register
DOM0_ERRADDR1   0xF8700030          SCI 1 Error Address Capture Register
DOM0_ERR1       0xF8700038          SCI 1 Error Capture Register
DOM0_PECON2     0xF8700040          Protocol Error Control Register 2
DOM0_PRIORITY2  0xF8700048          SCI2 Arbiter Priority Register
DOM0_ERRADDR2   0xF8700050          SCI 2 Error Address Capture Register
DOM0_ERR2       0xF8700058          SCI 2 Error Capture Register
DOM0_PECON3     0xF8700060          Protocol Error Control Register 3
DOM0_PRIORITY3  0xF8700068          SCI3 Arbiter Priority Register
DOM0_ERRADDR3   0xF8700070          SCI 3 Error Address Capture Register
DOM0_ERR3       0xF8700078          SCI 3 Error Capture Register
DOM0_PECON4     0xF8700080          Protocol Error Control Register 4
DOM0_PRIORITY4  0xF8700088          SCI4 Arbiter Priority Register
DOM0_ERRADDR4   0xF8700090          SCI 4 Error Address Capture Register
DOM0_ERR4       0xF8700098          SCI 4 Error Capture Register
DOM0_PECON5     0xF87000A0          Protocol Error Control Register 5
DOM0_PRIORITY5  0xF87000A8          SCI5 Arbiter Priority Register
DOM0_ERRADDR5   0xF87000B0          SCI 5 Error Address Capture Register
DOM0_ERR5       0xF87000B8          SCI 5 Error Capture Register
DOM0_PECON6     0xF87000C0          Protocol Error Control Register 6
DOM0_PRIORITY6  0xF87000C8          SCI6 Arbiter Priority Register
DOM0_ERRADDR6   0xF87000D0          SCI 6 Error Address Capture Register
DOM0_ERR6       0xF87000D8          SCI 6 Error Capture Register
DOM0_PECON7     0xF87000E0          Protocol Error Control Register 7
DOM0_PRIORITY7  0xF87000E8          SCI7 Arbiter Priority Register
DOM0_ERRADDR7   0xF87000F0          SCI 7 Error Address Capture Register
DOM0_ERR7       0xF87000F8          SCI 7 Error Capture Register
DOM0_PECON8     0xF8700100          Protocol Error Control Register 8
DOM0_PRIORITY8  0xF8700108          SCI8 Arbiter Priority Register
DOM0_ERRADDR8   0xF8700110          SCI 8 Error Address Capture Register
DOM0_ERR8       0xF8700118          SCI 8 Error Capture Register
DOM0_PECON9     0xF8700120          Protocol Error Control Register 9
DOM0_PRIORITY9  0xF8700128          SCI9 Arbiter Priority Register
DOM0_ERRADDR9   0xF8700130          SCI 9 Error Address Capture Register
DOM0_ERR9       0xF8700138          SCI 9 Error Capture Register
DOM0_PECON10    0xF8700140          Protocol Error Control Register 10
DOM0_PRIORITY10 0xF8700148          SCI10 Arbiter Priority Register
DOM0_ERRADDR10  0xF8700150          SCI 10 Error Address Capture Register
DOM0_ERR10      0xF8700158          SCI 10 Error Capture Register
DOM0_PECON11    0xF8700160          Protocol Error Control Register 11
DOM0_PRIORITY11 0xF8700168          SCI11 Arbiter Priority Register
DOM0_ERRADDR11  0xF8700170          SCI 11 Error Address Capture Register
DOM0_ERR11      0xF8700178          SCI 11 Error Capture Register
DOM0_PECON12    0xF8700180          Protocol Error Control Register 12
DOM0_PRIORITY12 0xF8700188          SCI12 Arbiter Priority Register
DOM0_ERRADDR12  0xF8700190          SCI 12 Error Address Capture Register
DOM0_ERR12      0xF8700198          SCI 12 Error Capture Register
DOM0_PECON13    0xF87001A0          Protocol Error Control Register 13
DOM0_PRIORITY13 0xF87001A8          SCI13 Arbiter Priority Register
DOM0_ERRADDR13  0xF87001B0          SCI 13 Error Address Capture Register
DOM0_ERR13      0xF87001B8          SCI 13 Error Capture Register
DOM0_PECON14    0xF87001C0          Protocol Error Control Register 14
DOM0_PRIORITY14 0xF87001C8          SCI14 Arbiter Priority Register
DOM0_ERRADDR14  0xF87001D0          SCI 14 Error Address Capture Register
DOM0_ERR14      0xF87001D8          SCI 14 Error Capture Register
DOM0_PECON15    0xF87001E0          Protocol Error Control Register 15
DOM0_PRIORITY15 0xF87001E8          SCI15 Arbiter Priority Register
DOM0_ERRADDR15  0xF87001F0          SCI 15 Error Address Capture Register
DOM0_ERR15      0xF87001F8          SCI 15 Error Capture Register
DOM0_ID         0xF8700408          Identification Register
DOM0_PESTAT     0xF8700410          Protocol Error Status Register
DOM0_TIDSTAT    0xF8700418          Transaction ID Status Register
DOM0_TIDEN      0xF8700420          Transaction ID Enable Register
DOM0_BRCON      0xF8700430          Domain 0 Bridge Control Register
DOM0_ACCEN0     0xF87004F0          Access Enable Register 0
DOM0_ACCEN1     0xF87004F8          Access Enable Register 1
CPU0_FLASHCON0  0xF8801100          CPUx Flash Configuration Register 0
CPU0_FLASHCON1  0xF8801104          CPUx Flash Configuration Register 1
CPU0_FLASHCON2  0xF8801108          CPUx Flash Configuration Register 2
CPU0_FLASHCON3  0xF880110C          CPUx Flash Configuration Register 3
CPU0_FLASHCON4  0xF8801110          CPUx Flash Configuration Register 4
CPU0_KRST0      0xF880D000          CPUx Reset Register 0
CPU0_KRST1      0xF880D004          CPUx Reset Register 1
CPU0_KRSTCLR    0xF880D008          CPUx Reset Clear Register
CPU0_SPR_SPROT_RGNLA0 0xF880E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU0_SPR_SPROT_RGNUA0 0xF880E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU0_SPR_SPROT_RGNACCENA0_W 0xF880E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_W 0xF880E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU0_SPR_SPROT_RGNLA1 0xF880E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU0_SPR_SPROT_RGNUA1 0xF880E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU0_SPR_SPROT_RGNACCENA1_W 0xF880E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_W 0xF880E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU0_SPR_SPROT_RGNLA2 0xF880E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU0_SPR_SPROT_RGNUA2 0xF880E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU0_SPR_SPROT_RGNACCENA2_W 0xF880E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_W 0xF880E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU0_SPR_SPROT_RGNLA3 0xF880E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU0_SPR_SPROT_RGNUA3 0xF880E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU0_SPR_SPROT_RGNACCENA3_W 0xF880E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_W 0xF880E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU0_SPR_SPROT_RGNLA4 0xF880E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU0_SPR_SPROT_RGNUA4 0xF880E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU0_SPR_SPROT_RGNACCENA4_W 0xF880E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_W 0xF880E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU0_SPR_SPROT_RGNLA5 0xF880E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU0_SPR_SPROT_RGNUA5 0xF880E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU0_SPR_SPROT_RGNACCENA5_W 0xF880E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_W 0xF880E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU0_SPR_SPROT_RGNLA6 0xF880E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU0_SPR_SPROT_RGNUA6 0xF880E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU0_SPR_SPROT_RGNACCENA6_W 0xF880E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_W 0xF880E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU0_SPR_SPROT_RGNLA7 0xF880E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU0_SPR_SPROT_RGNUA7 0xF880E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU0_SPR_SPROT_RGNACCENA7_W 0xF880E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_W 0xF880E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU0_SPR_SPROT_RGNACCENA0_R 0xF880E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_R 0xF880E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU0_SPR_SPROT_RGNACCENA1_R 0xF880E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_R 0xF880E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU0_SPR_SPROT_RGNACCENA2_R 0xF880E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_R 0xF880E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU0_SPR_SPROT_RGNACCENA3_R 0xF880E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_R 0xF880E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU0_SPR_SPROT_RGNACCENA4_R 0xF880E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_R 0xF880E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU0_SPR_SPROT_RGNACCENA5_R 0xF880E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_R 0xF880E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU0_SPR_SPROT_RGNACCENA6_R 0xF880E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_R 0xF880E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU0_SPR_SPROT_RGNACCENA7_R 0xF880E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_R 0xF880E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU0_SFR_SPROT_ACCENA_W 0xF880E100          CPUx Safety Protection Register Access Enable Register A
CPU0_SFR_SPROT_ACCENB_W 0xF880E104          CPUx Safety Protection Region Access Enable Register B
CPU0_LPB_SPROT_ACCENA_R 0xF880E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU0_LPB_SPROT_ACCENB_R 0xF880E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU0_DLMU_SPROT_RGNLA0 0xF880E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU0_DLMU_SPROT_RGNUA0 0xF880E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU0_DLMU_SPROT_RGNACCENA0_W 0xF880E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_W 0xF880E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU0_DLMU_SPROT_RGNLA1 0xF880E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU0_DLMU_SPROT_RGNUA1 0xF880E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU0_DLMU_SPROT_RGNACCENA1_W 0xF880E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_W 0xF880E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU0_DLMU_SPROT_RGNLA2 0xF880E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU0_DLMU_SPROT_RGNUA2 0xF880E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU0_DLMU_SPROT_RGNACCENA2_W 0xF880E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_W 0xF880E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU0_DLMU_SPROT_RGNLA3 0xF880E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU0_DLMU_SPROT_RGNUA3 0xF880E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU0_DLMU_SPROT_RGNACCENA3_W 0xF880E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_W 0xF880E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU0_DLMU_SPROT_RGNLA4 0xF880E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU0_DLMU_SPROT_RGNUA4 0xF880E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU0_DLMU_SPROT_RGNACCENA4_W 0xF880E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_W 0xF880E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU0_DLMU_SPROT_RGNLA5 0xF880E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU0_DLMU_SPROT_RGNUA5 0xF880E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU0_DLMU_SPROT_RGNACCENA5_W 0xF880E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_W 0xF880E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU0_DLMU_SPROT_RGNLA6 0xF880E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU0_DLMU_SPROT_RGNUA6 0xF880E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU0_DLMU_SPROT_RGNACCENA6_W 0xF880E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_W 0xF880E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU0_DLMU_SPROT_RGNLA7 0xF880E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU0_DLMU_SPROT_RGNUA7 0xF880E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU0_DLMU_SPROT_RGNACCENA7_W 0xF880E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_W 0xF880E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU0_DLMU_SPROT_RGNACCENA0_R 0xF880E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_R 0xF880E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU0_DLMU_SPROT_RGNACCENA1_R 0xF880E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_R 0xF880E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU0_DLMU_SPROT_RGNACCENA2_R 0xF880E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_R 0xF880E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU0_DLMU_SPROT_RGNACCENA3_R 0xF880E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_R 0xF880E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU0_DLMU_SPROT_RGNACCENA4_R 0xF880E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_R 0xF880E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU0_DLMU_SPROT_RGNACCENA5_R 0xF880E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_R 0xF880E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU0_DLMU_SPROT_RGNACCENA6_R 0xF880E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_R 0xF880E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU0_DLMU_SPROT_RGNACCENA7_R 0xF880E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_R 0xF880E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU0_OSEL       0xF880FB00          CPUx Overlay Range Select Register
CPU0_RABR0      0xF880FB10          CPUx Redirected Address Base Register 0
CPU0_OTAR0      0xF880FB14          CPUx Overlay Target Address Register 0
CPU0_OMASK0     0xF880FB18          CPUx Overlay Mask Register 0
CPU0_RABR1      0xF880FB1C          CPUx Redirected Address Base Register 1
CPU0_OTAR1      0xF880FB20          CPUx Overlay Target Address Register 1
CPU0_OMASK1     0xF880FB24          CPUx Overlay Mask Register 1
CPU0_RABR2      0xF880FB28          CPUx Redirected Address Base Register 2
CPU0_OTAR2      0xF880FB2C          CPUx Overlay Target Address Register 2
CPU0_OMASK2     0xF880FB30          CPUx Overlay Mask Register 2
CPU0_RABR3      0xF880FB34          CPUx Redirected Address Base Register 3
CPU0_OTAR3      0xF880FB38          CPUx Overlay Target Address Register 3
CPU0_OMASK3     0xF880FB3C          CPUx Overlay Mask Register 3
CPU0_RABR4      0xF880FB40          CPUx Redirected Address Base Register 4
CPU0_OTAR4      0xF880FB44          CPUx Overlay Target Address Register 4
CPU0_OMASK4     0xF880FB48          CPUx Overlay Mask Register 4
CPU0_RABR5      0xF880FB4C          CPUx Redirected Address Base Register 5
CPU0_OTAR5      0xF880FB50          CPUx Overlay Target Address Register 5
CPU0_OMASK5     0xF880FB54          CPUx Overlay Mask Register 5
CPU0_RABR6      0xF880FB58          CPUx Redirected Address Base Register 6
CPU0_OTAR6      0xF880FB5C          CPUx Overlay Target Address Register 6
CPU0_OMASK6     0xF880FB60          CPUx Overlay Mask Register 6
CPU0_RABR7      0xF880FB64          CPUx Redirected Address Base Register 7
CPU0_OTAR7      0xF880FB68          CPUx Overlay Target Address Register 7
CPU0_OMASK7     0xF880FB6C          CPUx Overlay Mask Register 7
CPU0_RABR8      0xF880FB70          CPUx Redirected Address Base Register 8
CPU0_OTAR8      0xF880FB74          CPUx Overlay Target Address Register 8
CPU0_OMASK8     0xF880FB78          CPUx Overlay Mask Register 8
CPU0_RABR9      0xF880FB7C          CPUx Redirected Address Base Register 9
CPU0_OTAR9      0xF880FB80          CPUx Overlay Target Address Register 9
CPU0_OMASK9     0xF880FB84          CPUx Overlay Mask Register 9
CPU0_RABR10     0xF880FB88          CPUx Redirected Address Base Register 10
CPU0_OTAR10     0xF880FB8C          CPUx Overlay Target Address Register 10
CPU0_OMASK10    0xF880FB90          CPUx Overlay Mask Register 10
CPU0_RABR11     0xF880FB94          CPUx Redirected Address Base Register 11
CPU0_OTAR11     0xF880FB98          CPUx Overlay Target Address Register 11
CPU0_OMASK11    0xF880FB9C          CPUx Overlay Mask Register 11
CPU0_RABR12     0xF880FBA0          CPUx Redirected Address Base Register 12
CPU0_OTAR12     0xF880FBA4          CPUx Overlay Target Address Register 12
CPU0_OMASK12    0xF880FBA8          CPUx Overlay Mask Register 12
CPU0_RABR13     0xF880FBAC          CPUx Redirected Address Base Register 13
CPU0_OTAR13     0xF880FBB0          CPUx Overlay Target Address Register 13
CPU0_OMASK13    0xF880FBB4          CPUx Overlay Mask Register 13
CPU0_RABR14     0xF880FBB8          CPUx Redirected Address Base Register 14
CPU0_OTAR14     0xF880FBBC          CPUx Overlay Target Address Register 14
CPU0_OMASK14    0xF880FBC0          CPUx Overlay Mask Register 14
CPU0_RABR15     0xF880FBC4          CPUx Redirected Address Base Register 15
CPU0_OTAR15     0xF880FBC8          CPUx Overlay Target Address Register 15
CPU0_OMASK15    0xF880FBCC          CPUx Overlay Mask Register 15
CPU0_RABR16     0xF880FBD0          CPUx Redirected Address Base Register 16
CPU0_OTAR16     0xF880FBD4          CPUx Overlay Target Address Register 16
CPU0_OMASK16    0xF880FBD8          CPUx Overlay Mask Register 16
CPU0_RABR17     0xF880FBDC          CPUx Redirected Address Base Register 17
CPU0_OTAR17     0xF880FBE0          CPUx Overlay Target Address Register 17
CPU0_OMASK17    0xF880FBE4          CPUx Overlay Mask Register 17
CPU0_RABR18     0xF880FBE8          CPUx Redirected Address Base Register 18
CPU0_OTAR18     0xF880FBEC          CPUx Overlay Target Address Register 18
CPU0_OMASK18    0xF880FBF0          CPUx Overlay Mask Register 18
CPU0_RABR19     0xF880FBF4          CPUx Redirected Address Base Register 19
CPU0_OTAR19     0xF880FBF8          CPUx Overlay Target Address Register 19
CPU0_OMASK19    0xF880FBFC          CPUx Overlay Mask Register 19
CPU0_RABR20     0xF880FC00          CPUx Redirected Address Base Register 20
CPU0_OTAR20     0xF880FC04          CPUx Overlay Target Address Register 20
CPU0_OMASK20    0xF880FC08          CPUx Overlay Mask Register 20
CPU0_RABR21     0xF880FC0C          CPUx Redirected Address Base Register 21
CPU0_OTAR21     0xF880FC10          CPUx Overlay Target Address Register 21
CPU0_OMASK21    0xF880FC14          CPUx Overlay Mask Register 21
CPU0_RABR22     0xF880FC18          CPUx Redirected Address Base Register 22
CPU0_OTAR22     0xF880FC1C          CPUx Overlay Target Address Register 22
CPU0_OMASK22    0xF880FC20          CPUx Overlay Mask Register 22
CPU0_RABR23     0xF880FC24          CPUx Redirected Address Base Register 23
CPU0_OTAR23     0xF880FC28          CPUx Overlay Target Address Register 23
CPU0_OMASK23    0xF880FC2C          CPUx Overlay Mask Register 23
CPU0_RABR24     0xF880FC30          CPUx Redirected Address Base Register 24
CPU0_OTAR24     0xF880FC34          CPUx Overlay Target Address Register 24
CPU0_OMASK24    0xF880FC38          CPUx Overlay Mask Register 24
CPU0_RABR25     0xF880FC3C          CPUx Redirected Address Base Register 25
CPU0_OTAR25     0xF880FC40          CPUx Overlay Target Address Register 25
CPU0_OMASK25    0xF880FC44          CPUx Overlay Mask Register 25
CPU0_RABR26     0xF880FC48          CPUx Redirected Address Base Register 26
CPU0_OTAR26     0xF880FC4C          CPUx Overlay Target Address Register 26
CPU0_OMASK26    0xF880FC50          CPUx Overlay Mask Register 26
CPU0_RABR27     0xF880FC54          CPUx Redirected Address Base Register 27
CPU0_OTAR27     0xF880FC58          CPUx Overlay Target Address Register 27
CPU0_OMASK27    0xF880FC5C          CPUx Overlay Mask Register 27
CPU0_RABR28     0xF880FC60          CPUx Redirected Address Base Register 28
CPU0_OTAR28     0xF880FC64          CPUx Overlay Target Address Register 28
CPU0_OMASK28    0xF880FC68          CPUx Overlay Mask Register 28
CPU0_RABR29     0xF880FC6C          CPUx Redirected Address Base Register 29
CPU0_OTAR29     0xF880FC70          CPUx Overlay Target Address Register 29
CPU0_OMASK29    0xF880FC74          CPUx Overlay Mask Register 29
CPU0_RABR30     0xF880FC78          CPUx Redirected Address Base Register 30
CPU0_OTAR30     0xF880FC7C          CPUx Overlay Target Address Register 30
CPU0_OMASK30    0xF880FC80          CPUx Overlay Mask Register 30
CPU0_RABR31     0xF880FC84          CPUx Redirected Address Base Register 31
CPU0_OTAR31     0xF880FC88          CPUx Overlay Target Address Register 31
CPU0_OMASK31    0xF880FC8C          CPUx Overlay Mask Register 31
CSFR_BASE       0xF8810000          Core Special Function Registers base (CPU0)
CPU0_SEGEN      0xF8811030          CPUx SRI Error Generation Register
CPU0_TASK_ASI   0xF8818004          CPUx Task Address Space Identifier Register
CPU0_PMA0       0xF8818100          CPUx Data Access CacheabilityRegister
CPU0_PMA1       0xF8818104          CPUx Code Access CacheabilityRegister
CPU0_PMA2       0xF8818108          CPUx Peripheral Space Identifier register
CPU0_DCON2      0xF8819000          CPUx Data Control Register 2
CPU0_SMACON     0xF881900C          CPUx SIST Mode Access Control Register
CPU0_DSTR       0xF8819010          CPUx Data Synchronous Trap Register
CPU0_DATR       0xF8819018          CPUx Data Asynchronous Trap Register
CPU0_DEADD      0xF881901C          CPUx Data Error Address Register
CPU0_DIEAR      0xF8819020          CPUx Data Integrity Error Address Register
CPU0_DIETR      0xF8819024          CPUx Data Integrity Error Trap Register
CPU0_DCON0      0xF8819040          CPUx Data Memory Control Register
CPU0_PSTR       0xF8819200          CPUx Program Synchronous Trap Register
CPU0_PCON1      0xF8819204          CPUx Program Control 1
CPU0_PCON2      0xF8819208          CPUx Program Control 2
CPU0_PCON0      0xF881920C          CPUx Program Control 0
CPU0_PIEAR      0xF8819210          CPUx Program Integrity Error Address Register
CPU0_PIETR      0xF8819214          CPUx Program Integrity Error Trap Register
CPU0_COMPAT     0xF8819400          CPUx Compatibility Control Register
CPU0_FPU_TRAP_CON 0xF881A000          CPUx Trap Control Register
CPU0_FPU_TRAP_PC 0xF881A004          CPUx Trapping Instruction Program Counter Register
CPU0_FPU_TRAP_OPC 0xF881A008          CPUx Trapping Instruction Opcode Register
CPU0_FPU_TRAP_SRC1 0xF881A010          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC2 0xF881A014          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC3 0xF881A018          CPUx Trapping Instruction Operand Register
CPU0_DPR0_L     0xF881C000          CPUx Data Protection Range 0, Lower Bound Register
CPU0_DPR0_U     0xF881C004          CPUx Data Protection Range 0, Upper Bound Register
CPU0_DPR1_L     0xF881C008          CPUx Data Protection Range 1, Lower Bound Register
CPU0_DPR1_U     0xF881C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU0_DPR2_L     0xF881C010          CPUx Data Protection Range 2, Lower Bound Register
CPU0_DPR2_U     0xF881C014          CPUx Data Protection Range 2, Upper Bound Register
CPU0_DPR3_L     0xF881C018          CPUx Data Protection Range 3, Lower Bound Register
CPU0_DPR3_U     0xF881C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU0_DPR4_L     0xF881C020          CPUx Data Protection Range 4, Lower Bound Register
CPU0_DPR4_U     0xF881C024          CPUx Data Protection Range 4, Upper Bound Register
CPU0_DPR5_L     0xF881C028          CPUx Data Protection Range 5, Lower Bound Register
CPU0_DPR5_U     0xF881C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU0_DPR6_L     0xF881C030          CPUx Data Protection Range 6, Lower Bound Register
CPU0_DPR6_U     0xF881C034          CPUx Data Protection Range 6, Upper Bound Register
CPU0_DPR7_L     0xF881C038          CPUx Data Protection Range 7, Lower Bound Register
CPU0_DPR7_U     0xF881C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU0_DPR8_L     0xF881C040          CPUx Data Protection Range 8, Lower Bound Register
CPU0_DPR8_U     0xF881C044          CPUx Data Protection Range 8, Upper Bound Register
CPU0_DPR9_L     0xF881C048          CPUx Data Protection Range 9, Lower Bound Register
CPU0_DPR9_U     0xF881C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU0_DPR10_L    0xF881C050          CPUx Data Protection Range 10, Lower Bound Register
CPU0_DPR10_U    0xF881C054          CPUx Data Protection Range 10, Upper Bound Register
CPU0_DPR11_L    0xF881C058          CPUx Data Protection Range 11, Lower Bound Register
CPU0_DPR11_U    0xF881C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU0_DPR12_L    0xF881C060          CPUx Data Protection Range 12, Lower Bound Register
CPU0_DPR12_U    0xF881C064          CPUx Data Protection Range 12, Upper Bound Register
CPU0_DPR13_L    0xF881C068          CPUx Data Protection Range 13, Lower Bound Register
CPU0_DPR13_U    0xF881C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU0_DPR14_L    0xF881C070          CPUx Data Protection Range 14, Lower Bound Register
CPU0_DPR14_U    0xF881C074          CPUx Data Protection Range 14, Upper Bound Register
CPU0_DPR15_L    0xF881C078          CPUx Data Protection Range 15, Lower Bound Register
CPU0_DPR15_U    0xF881C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU0_DPR16_L    0xF881C080          CPUx Data Protection Range 16, Lower Bound Register
CPU0_DPR16_U    0xF881C084          CPUx Data Protection Range 16, Upper Bound Register
CPU0_DPR17_L    0xF881C088          CPUx Data Protection Range 17, Lower Bound Register
CPU0_DPR17_U    0xF881C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU0_CPR0_L     0xF881D000          CPUx Code Protection Range 0 Lower Bound Register
CPU0_CPR0_U     0xF881D004          CPUx Code Protection Range 0 Upper Bound Register
CPU0_CPR1_L     0xF881D008          CPUx Code Protection Range 1 Lower Bound Register
CPU0_CPR1_U     0xF881D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU0_CPR2_L     0xF881D010          CPUx Code Protection Range 2 Lower Bound Register
CPU0_CPR2_U     0xF881D014          CPUx Code Protection Range 2 Upper Bound Register
CPU0_CPR3_L     0xF881D018          CPUx Code Protection Range 3 Lower Bound Register
CPU0_CPR3_U     0xF881D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU0_CPR4_L     0xF881D020          CPUx Code Protection Range 4 Lower Bound Register
CPU0_CPR4_U     0xF881D024          CPUx Code Protection Range 4 Upper Bound Register
CPU0_CPR5_L     0xF881D028          CPUx Code Protection Range 5 Lower Bound Register
CPU0_CPR5_U     0xF881D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU0_CPR6_L     0xF881D030          CPUx Code Protection Range 6 Lower Bound Register
CPU0_CPR6_U     0xF881D034          CPUx Code Protection Range 6 Upper Bound Register
CPU0_CPR7_L     0xF881D038          CPUx Code Protection Range 7 Lower Bound Register
CPU0_CPR7_U     0xF881D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU0_CPR8_L     0xF881D040          CPUx Code Protection Range 8 Lower Bound Register
CPU0_CPR8_U     0xF881D044          CPUx Code Protection Range 8 Upper Bound Register
CPU0_CPR9_L     0xF881D048          CPUx Code Protection Range 9 Lower Bound Register
CPU0_CPR9_U     0xF881D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU0_CPXE_0     0xF881E000          CPUx Code Protection Execute Enable Register Set 0
CPU0_CPXE_1     0xF881E004          CPUx Code Protection Execute Enable Register Set 1
CPU0_CPXE_2     0xF881E008          CPUx Code Protection Execute Enable Register Set 2
CPU0_CPXE_3     0xF881E00C          CPUx Code Protection Execute Enable Register Set 3
CPU0_DPRE_0     0xF881E010          CPUx Data Protection Read Enable Register Set 0
CPU0_DPRE_1     0xF881E014          CPUx Data Protection Read Enable Register Set 1
CPU0_DPRE_2     0xF881E018          CPUx Data Protection Read Enable Register Set 2
CPU0_DPRE_3     0xF881E01C          CPUx Data Protection Read Enable Register Set 3
CPU0_DPWE_0     0xF881E020          CPUx Data Protection Write Enable Register Set 0
CPU0_DPWE_1     0xF881E024          CPUx Data Protection Write Enable Register Set 1
CPU0_DPWE_2     0xF881E028          CPUx Data Protection Write Enable Register Set 2
CPU0_DPWE_3     0xF881E02C          CPUx Data Protection Write Enable Register Set 3
CPU0_CPXE_4     0xF881E040          CPUx Code Protection Execute Enable Register Set 4
CPU0_CPXE_5     0xF881E044          CPUx Code Protection Execute Enable Register Set 5
CPU0_DPRE_4     0xF881E050          CPUx Data Protection Read Enable Register Set 4
CPU0_DPRE_5     0xF881E054          CPUx Data Protection Read Enable Register Set 5
CPU0_DPWE_4     0xF881E060          CPUx Data Protection Write Enable Register Set 4
CPU0_DPWE_5     0xF881E064          CPUx Data Protection Write Enable Register Set 5
CPU0_TPS_CON    0xF881E400          CPUx Temporal Protection System Control Register
CPU0_TPS_TIMER0 0xF881E404          CPUx Temporal Protection System Timer Register 0
CPU0_TPS_TIMER1 0xF881E408          CPUx Temporal Protection System Timer Register 1
CPU0_TPS_TIMER2 0xF881E40C          CPUx Temporal Protection System Timer Register 2
CPU0_TPS_EXTIM_ENTRY_LVAL 0xF881E440          CPUx Exception Entry Timer Load Value
CPU0_TPS_EXTIM_ENTRY_CVAL 0xF881E444          CPUx Exception Entry Timer Current Value
CPU0_TPS_EXTIM_EXIT_LVAL 0xF881E448          CPUx Exception Exit Timer Load Value
CPU0_TPS_EXTIM_EXIT_CVAL 0xF881E44C          CPUx Exception Exit Timer Current Value
CPU0_TPS_EXTIM_CLASS_EN 0xF881E450          CPUx Exception Timer Class Enable Register
CPU0_TPS_EXTIM_STAT 0xF881E454          CPUx Exception Timer Status Register
CPU0_TPS_EXTIM_FCX 0xF881E458          CPUx Exception Timer FCX Register
CPU0_TR0EVT     0xF881F000          CPUx Trigger Event 0
CPU0_TR0ADR     0xF881F004          CPUx Trigger Address 0
CPU0_TR1EVT     0xF881F008          CPUx Trigger Event 1
CPU0_TR1ADR     0xF881F00C          CPUx Trigger Address 1
CPU0_TR2EVT     0xF881F010          CPUx Trigger Event 2
CPU0_TR2ADR     0xF881F014          CPUx Trigger Address 2
CPU0_TR3EVT     0xF881F018          CPUx Trigger Event 3
CPU0_TR3ADR     0xF881F01C          CPUx Trigger Address 3
CPU0_TR4EVT     0xF881F020          CPUx Trigger Event 4
CPU0_TR4ADR     0xF881F024          CPUx Trigger Address 4
CPU0_TR5EVT     0xF881F028          CPUx Trigger Event 5
CPU0_TR5ADR     0xF881F02C          CPUx Trigger Address 5
CPU0_TR6EVT     0xF881F030          CPUx Trigger Event 6
CPU0_TR6ADR     0xF881F034          CPUx Trigger Address 6
CPU0_TR7EVT     0xF881F038          CPUx Trigger Event 7
CPU0_TR7ADR     0xF881F03C          CPUx Trigger Address 7
CPU0_CCTRL      0xF881FC00          CPUx Counter Control
CPU0_CCNT       0xF881FC04          CPUx CPU Clock Cycle Count
CPU0_ICNT       0xF881FC08          CPUx Instruction Count
CPU0_M1CNT      0xF881FC0C          CPUx Multi-Count Register 1
CPU0_M2CNT      0xF881FC10          CPUx Multi-Count Register 2
CPU0_M3CNT      0xF881FC14          CPUx Multi-Count Register 3
CPU0_DBGSR      0xF881FD00          CPUx Debug Status Register
CPU0_EXEVT      0xF881FD08          CPUx External Event Register
CPU0_CREVT      0xF881FD0C          CPUx Core Register Access Event
CPU0_SWEVT      0xF881FD10          CPUx Software Debug Event
CPU0_TRIG_ACC   0xF881FD30          CPUx TriggerAddressx
CPU0_DMS        0xF881FD40          CPUx Debug Monitor Start Address
CPU0_DCX        0xF881FD44          CPUx Debug Context Save Area Pointer
CPU0_DBGTCR     0xF881FD48          CPUx Debug Trap Control Register
CPU0_PCXI       0xF881FE00          CPUx Previous Context Information Register
CPU0_PSW        0xF881FE04          CPUx Program Status Word
CPU0_PC         0xF881FE08          CPUx Program Counter
CPU0_SYSCON     0xF881FE14          CPUx System Configuration Register
CPU0_CPU_ID     0xF881FE18          CPUx Identification Register TC1.6.2P
CPU0_CORE_ID    0xF881FE1C          CPUx Core Identification Register
CPU0_BIV        0xF881FE20          CPUx Base Interrupt Vector Table Pointer
CPU0_BTV        0xF881FE24          CPUx Base Trap Vector Table Pointer
CPU0_ISP        0xF881FE28          CPUx Interrupt Stack Pointer
CPU0_ICR        0xF881FE2C          CPUx Interrupt Control Register
CPU0_FCX        0xF881FE38          CPUx Free CSA List Head Pointer
CPU0_LCX        0xF881FE3C          CPUx Free CSA List Limit Pointer
CPU0_CUS_ID     0xF881FE50          CPUx Customer ID register
CPU0_D0         0xF881FF00          Data Register 0
CPU0_D1         0xF881FF04          Data Register 1
CPU0_D2         0xF881FF08          Data Register 2
CPU0_D3         0xF881FF0C          Data Register 3
CPU0_D4         0xF881FF10          Data Register 4
CPU0_D5         0xF881FF14          Data Register 5
CPU0_D6         0xF881FF18          Data Register 6
CPU0_D7         0xF881FF1C          Data Register 7
CPU0_D8         0xF881FF20          Data Register 8
CPU0_D9         0xF881FF24          Data Register 9
CPU0_D10        0xF881FF28          Data Register 10
CPU0_D11        0xF881FF2C          Data Register 11
CPU0_D12        0xF881FF30          Data Register 12
CPU0_D13        0xF881FF34          Data Register 13
CPU0_D14        0xF881FF38          Data Register 14
CPU0_D15        0xF881FF3C          Data Register 15
CPU0_A0         0xF881FF80          Address Register 0
CPU0_A1         0xF881FF84          Address Register 1
CPU0_A2         0xF881FF88          Address Register 2
CPU0_A3         0xF881FF8C          Address Register 3
CPU0_A4         0xF881FF90          Address Register 4
CPU0_A5         0xF881FF94          Address Register 5
CPU0_A6         0xF881FF98          Address Register 6
CPU0_A7         0xF881FF9C          Address Register 7
CPU0_A8         0xF881FFA0          Address Register 8
CPU0_A9         0xF881FFA4          Address Register 9
CPU0_A10        0xF881FFA8          Address Register 10
CPU0_A11        0xF881FFAC          Address Register 11
CPU0_A12        0xF881FFB0          Address Register 12
CPU0_A13        0xF881FFB4          Address Register 13
CPU0_A14        0xF881FFB8          Address Register 14
CPU0_A15        0xF881FFBC          Address Register 15

; this chip implements TriCore v1.6.2 instruction set
.tc3xx/tc33xDA
; MEMORY MAP
area DATA CPU1_DSPR       0x60000000:0x6003C000   CPU1 Data Scratch Pad SRAM
area DATA CPU1_DCACHE     0x6003C000:0x60040000   CPU1 Data Cache SRAM
area DATA CPU1_DTAG       0x600C0000:0x600C1800   CPU1 Data Cache TAG SRAM
area CODE CPU1_PSPR       0x60100000:0x60110000   CPU1 Program Scratch Pad SRAM
area CODE CPU1_PCACHE     0x60110000:0x60118000   CPU1 Program Cache SRAM
area CODE CPU1_PTAG       0x601C0000:0x601C3000   CPU1 Program Cache TAG SRAM
area DATA CPU0_DSPR       0x70000000:0x7003C000   CPU0 Data Scratch Pad SRAM
area DATA CPU0_DCACHE     0x7003C000:0x70040000   CPU0 Data Cache SRAM
area DATA CPU0_DTAG       0x700C0000:0x700C1800   CPU0 Data Cache TAG SRAM
area CODE CPU0_PSPR       0x70100000:0x70110000   CPU0 Program Scratch Pad SRAM
area CODE CPU0_PCACHE     0x70110000:0x70118000   CPU0 Program Cache SRAM
area CODE CPU0_PTAG       0x701C0000:0x701C3000   CPU0 Program Cache TAG SRAM
area DATA EBU             0x82000000:0x88000000   External EBU Space, cached
area DATA OLDA            0x8FE00000:0x8FE80000   Online Data Acquisition, cached
area CODE BROM            0x8FFF0000:0x90000000   Boot ROM, cached
area DATA LMURAM          0x90000000:0x90120000   LMU SRAM, cached
area DATA DAM             0x90400000:0x90420000   DAM, cached
area DATA TRAM            0x98000000:0x98002000   miniMCDS Trace SRAM, cached
area DATA EMEM            0x98E00000:0x99400000   EMEM, cached
area CODE PFLASH0_NC      0xA0000000:0xA0300000   Program Flash 0, non-cached
area CODE PFLASH1_NC      0xA0300000:0xA0600000   Program Flash 1, non-cached
area CODE PFLASH2_NC      0xA0600000:0xA0900000   Program Flash 2, non-cached
area CODE PFLASH3_NC      0xA0900000:0xA0C00000   Program Flash 3, non-cached
area CODE PFLASH4_NC      0xA0C00000:0xA0F00000   Program Flash 4, non-cached
area CODE PFLASH5_NC      0xA0F00000:0xA1000000   Program Flash 5, non-cached
area DATA EBU_NC          0xA2000000:0xA8000000   External EBU Space, non-cached
area DATA EC0             0xA8000000:0xA8004000   Erase Counter 0, non-cached
area DATA PFI0            0xA8080000:0xA80C0000   PFI User Registers 0, non-cached
area DATA EC1             0xA8300000:0xA8304000   Erase Counter 1, non-cached
area DATA PFI1            0xA8380000:0xA83C0000   PFI User Registers 1, non-cached
area DATA EC2             0xA8600000:0xA8604000   Erase Counter 2, non-cached
area DATA PFI2            0xA8680000:0xA86C0000   PFI User Registers 2, non-cached
area DATA EC3             0xA8900000:0xA8904000   Erase Counter 3, non-cached
area DATA PFI3            0xA8980000:0xA89C0000   PFI User Registers 3, non-cached
area DATA EC4             0xA8C00000:0xA8C04000   Erase Counter 4, non-cached
area DATA PFI4            0xA8C80000:0xA8CC0000   PFI User Registers 4, non-cached
area DATA EC5             0xA8F00000:0xA8F04000   Erase Counter 5, non-cached
area DATA PFI5            0xA8F80000:0xA8FC0000   PFI User Registers 5, non-cached
area DATA DFLASH0_EEPROM_NC 0xAF000000:0xAF100000   Data Flash 0 EEPROM, non-cached
area DATA DFLASH0_UCB_NC  0xAF400000:0xAF406000   Data Flash 0 UCB, non-cached
area DATA DFLASH0_CFS_NC  0xAF800000:0xAF810000   Data Flash 0 CFS, non-cached
area DATA DFLASH1_EEPROM_NC 0xAFC00000:0xAFC20000   Data Flash 1 EEPROM, non-cached
area DATA OLDA_NC         0xAFE00000:0xAFE80000   Online Data Acquisition, non-cached
area CODE BROM_NC         0xAFFF0000:0xB0000000   Boot ROM, non-cached
area DATA LMU_NC          0xB0000000:0xB0120000   LMU, non-cached
area DATA DAM_NC          0xB0400000:0xB0420000   DAM, non-cached
area DATA TRAM_NC         0xB8000000:0xB8002000   miniMCDS Trace SRAM, non-cached
area DATA EMEM_NC         0xB8E00000:0xB9400000   EMEM, non-cached
area DATA XTM_NC          0xB9400000:0xB9480000   Extra Trace Memory, non-cached
area DATA REGISTERS       0xF0000000:0xFF120000   Core SFRs and GPRs
; REGISTERS
PFI0_ECCR       0xA8080000          ECC Read Register
PFI0_ECCS       0xA8080020          ECC Status Register
PFI0_SBABRECORD0 0xA8082000          SBAB Record 0
PFI0_SBABRECORD1 0xA8082020          SBAB Record 1
PFI0_SBABRECORD2 0xA8082040          SBAB Record 2
PFI0_SBABRECORD3 0xA8082060          SBAB Record 3
PFI0_SBABRECORD4 0xA8082080          SBAB Record 4
PFI0_SBABRECORD5 0xA80820A0          SBAB Record 5
PFI0_SBABRECORD6 0xA80820C0          SBAB Record 6
PFI0_SBABRECORD7 0xA80820E0          SBAB Record 7
PFI0_SBABRECORD8 0xA8082100          SBAB Record 8
PFI0_SBABRECORD9 0xA8082120          SBAB Record 9
PFI0_SBABRECORD10 0xA8082140          SBAB Record 10
PFI0_SBABRECORD11 0xA8082160          SBAB Record 11
PFI0_SBABRECORD12 0xA8082180          SBAB Record 12
PFI0_SBABRECORD13 0xA80821A0          SBAB Record 13
PFI0_SBABRECORD14 0xA80821C0          SBAB Record 14
PFI0_SBABRECORD15 0xA80821E0          SBAB Record 15
PFI0_SBABRECORD16 0xA8082200          SBAB Record 16
PFI0_DBABRECORD0 0xA8084000          DBAB Record 0
PFI0_DBABRECORD1 0xA8084020          DBAB Record 1
PFI0_MBABRECORD0 0xA8088000          MBAB Record 0
PFI0_ZBABRECORD0 0xA808C000          ZBAB Record 0
PFI0_ZBABRECORD1 0xA808C020          ZBAB Record 1
PFI0_ZBABRECORD2 0xA808C040          ZBAB Record 2
PFI0_ZBABRECORD3 0xA808C060          ZBAB Record 3
FCE_CLC         0xF0000000          Clock Control Register
FCE_ID          0xF0000008          Module Identification Register
FCE_CHSTS       0xF0000020          Channels Status Register
FCE_KRSTCLR     0xF00000EC          Kernel Reset Status Clear Register
FCE_KRST1       0xF00000F0          Kernel Reset Register 1
FCE_KRST0       0xF00000F4          Kernel Reset Register 0
FCE_ACCEN1      0xF00000F8          Access Enable Register 1
FCE_ACCEN0      0xF00000FC          Access Enable Register 0
FCE_IR0         0xF0000100          Input Register 0
FCE_RES0        0xF0000104          CRC Result Register 0
FCE_CFG0        0xF0000108          CRC Configuration Register 0
FCE_STS0        0xF000010C          CRC Status Register 0
FCE_LENGTH0     0xF0000110          CRC Length Register 0
FCE_CHECK0      0xF0000114          CRC Check Register 0
FCE_CRC0        0xF0000118          CRC Regsister 0
FCE_CTR0        0xF000011C          CRC Test Register 0
FCE_IR1         0xF0000120          Input Register 1
FCE_RES1        0xF0000124          CRC Result Register 1
FCE_CFG1        0xF0000128          CRC Configuration Register 1
FCE_STS1        0xF000012C          CRC Status Register 1
FCE_LENGTH1     0xF0000130          CRC Length Register 1
FCE_CHECK1      0xF0000134          CRC Check Register 1
FCE_CRC1        0xF0000138          CRC Regsister 1
FCE_CTR1        0xF000013C          CRC Test Register 1
FCE_IR2         0xF0000140          Input Register 2
FCE_RES2        0xF0000144          CRC Result Register 2
FCE_CFG2        0xF0000148          CRC Configuration Register 2
FCE_STS2        0xF000014C          CRC Status Register 2
FCE_LENGTH2     0xF0000150          CRC Length Register 2
FCE_CHECK2      0xF0000154          CRC Check Register 2
FCE_CRC2        0xF0000158          CRC Regsister 2
FCE_CTR2        0xF000015C          CRC Test Register 2
FCE_IR3         0xF0000160          Input Register 3
FCE_RES3        0xF0000164          CRC Result Register 3
FCE_CFG3        0xF0000168          CRC Configuration Register 3
FCE_STS3        0xF000016C          CRC Status Register 3
FCE_LENGTH3     0xF0000170          CRC Length Register 3
FCE_CHECK3      0xF0000174          CRC Check Register 3
FCE_CRC3        0xF0000178          CRC Regsister 3
FCE_CTR3        0xF000017C          CRC Test Register 3
FCE_IR4         0xF0000180          Input Register 4
FCE_RES4        0xF0000184          CRC Result Register 4
FCE_CFG4        0xF0000188          CRC Configuration Register 4
FCE_STS4        0xF000018C          CRC Status Register 4
FCE_LENGTH4     0xF0000190          CRC Length Register 4
FCE_CHECK4      0xF0000194          CRC Check Register 4
FCE_CRC4        0xF0000198          CRC Regsister 4
FCE_CTR4        0xF000019C          CRC Test Register 4
FCE_IR5         0xF00001A0          Input Register 5
FCE_RES5        0xF00001A4          CRC Result Register 5
FCE_CFG5        0xF00001A8          CRC Configuration Register 5
FCE_STS5        0xF00001AC          CRC Status Register 5
FCE_LENGTH5     0xF00001B0          CRC Length Register 5
FCE_CHECK5      0xF00001B4          CRC Check Register 5
FCE_CRC5        0xF00001B8          CRC Regsister 5
FCE_CTR5        0xF00001BC          CRC Test Register 5
FCE_IR6         0xF00001C0          Input Register 6
FCE_RES6        0xF00001C4          CRC Result Register 6
FCE_CFG6        0xF00001C8          CRC Configuration Register 6
FCE_STS6        0xF00001CC          CRC Status Register 6
FCE_LENGTH6     0xF00001D0          CRC Length Register 6
FCE_CHECK6      0xF00001D4          CRC Check Register 6
FCE_CRC6        0xF00001D8          CRC Regsister 6
FCE_CTR6        0xF00001DC          CRC Test Register 6
FCE_IR7         0xF00001E0          Input Register 7
FCE_RES7        0xF00001E4          CRC Result Register 7
FCE_CFG7        0xF00001E8          CRC Configuration Register 7
FCE_STS7        0xF00001EC          CRC Status Register 7
FCE_LENGTH7     0xF00001F0          CRC Length Register 7
FCE_CHECK7      0xF00001F4          CRC Check Register 7
FCE_CRC7        0xF00001F8          CRC Regsister 7
FCE_CTR7        0xF00001FC          CRC Test Register 7
CBS_JDPID       0xF0000408          Module Identification Register
CBS_OIFM        0xF000040C          OCDS Interface Mode Register
CBS_TIPR        0xF0000410          TG Input Pins Routing
CBS_TOPR        0xF0000414          TG Output Pins Routing
CBS_TOPPS       0xF0000418          TG Output Pins Pulse Stretcher
CBS_TCIP        0xF000041C          TG Capture for TG Input Pins
CBS_TRC0        0xF0000420          TG Routing for CPU0
CBS_TRC1        0xF0000424          TG Routing for CPU1
CBS_TRC2        0xF0000428          TG Routing for CPU2
CBS_TRC3        0xF000042C          TG Routing for CPU3
CBS_TRC4        0xF0000430          TG Routing for CPU4
CBS_TRC5        0xF0000434          TG Routing for CPU5
CBS_TRHSM       0xF0000438          TG Routing for HSMControl
CBS_TRMC        0xF000043C          TG Routing for MCDS Control
CBS_TLCC0       0xF0000440          TG Line Counter Control
CBS_TLCC1       0xF0000444          TG Line Counter Control
CBS_TLCV0       0xF0000450          TG Line Counter Value
CBS_TLCV1       0xF0000454          TG Line Counter Value
CBS_TRSS        0xF0000460          TG Routing for Special Signals
CBS_JTAGID      0xF0000464          JTAGDevice Identification Register
CBS_COMDATA     0xF0000468          Communication Mode Data Register
CBS_IOSR        0xF000046C          IOClientStatus and Control Register
CBS_TLS         0xF0000470          TG Line State
CBS_TCTL        0xF0000474          TG Capture for TG Lines
CBS_OEC         0xF0000478          OCDS Enable Control Register
CBS_OCNTRL      0xF000047C          OSCU Control Register
CBS_OSTATE      0xF0000480          OSCUStatus Register
CBS_INTMOD      0xF0000484          Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488          Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C          Internally Controlled Trace Destination Register
CBS_TLC         0xF0000490          TG Line Control
CBS_TL1ST       0xF0000494          TG Line 1 Suspend Targets
CBS_TLCHE       0xF0000498          TG Line Capture and Hold Enable
CBS_TLCHS       0xF000049C          TG Line Capture and Hold Clear
CBS_TRIGS       0xF00004A0          Set Trigger to Host Register
CBS_TRIGC       0xF00004A4          Clear Trigger to Host Register
CBS_TLT         0xF00004A8          TG Line Timer
CBS_TLTTH       0xF00004AC          TG Lines for Trigger to Host
CBS_TCCB        0xF00004B0          TG Capture for Cores - BRKOUT
CBS_TCCH        0xF00004B4          TG Capture for Cores - HALT
CBS_TCTGB       0xF00004B8          TG Capture for OTGB0/1
CBS_TCM         0xF00004BC          TG Capture for MCDS
CBS_TREC0       0xF00004C0          TG Routing Events of CPU0
CBS_TREC1       0xF00004C4          TG Routing Events of CPU1
CBS_TREC2       0xF00004C8          TG Routing Events of CPU2
CBS_TREC3       0xF00004CC          TG Routing Events of CPU3
CBS_TREC4       0xF00004D0          TG Routing Events of CPU4
CBS_TREC5       0xF00004D4          TG Routing Events of CPU5
CBS_TRMT        0xF00004DC          TG Routing for MCDS Triggers
CBS_TRTGB0L     0xF00004E0          TG Routing for OTGB0 Bits [7:0]
CBS_TRTGB0H     0xF00004E4          TG Routing for OTGB0 Bits [15:8]
CBS_TRTGB1L     0xF00004E8          TG Routing for OTGB1 Bits [7:0]
CBS_TRTGB1H     0xF00004EC          TG Routing for OTGB1 Bits [15:8]
CBS_IFSA        0xF00004F0          IFS Address Register
CBS_IFSC        0xF00004F4          IFS Control Register
CBS_TRIG0       0xF0000500          Trigger to Host Register 0
CBS_TRIG1       0xF0000504          Trigger to Host Register 1
CBS_TRIG2       0xF0000508          Trigger to Host Register 2
CBS_TRIG3       0xF000050C          Trigger to Host Register 3
CBS_TRIG4       0xF0000510          Trigger to Host Register 4
CBS_TRIG5       0xF0000514          Trigger to Host Register 5
CBS_ACCEN1      0xF00005F8          Access Enable Register 1
CBS_ACCEN0      0xF00005FC          Access Enable Register 0
ASCLIN0_CLC     0xF0000600          Clock Control Register
ASCLIN0_IOCR    0xF0000604          Input and Output Control Register
ASCLIN0_ID      0xF0000608          Module Identification Register
ASCLIN0_TXFIFOCON 0xF000060C          TX FIFO Configuration Register
ASCLIN0_RXFIFOCON 0xF0000610          RX FIFO Configuration Register
ASCLIN0_BITCON  0xF0000614          Bit Configuration Register
ASCLIN0_FRAMECON 0xF0000618          Frame Control Register
ASCLIN0_DATCON  0xF000061C          Data Configuration Register
ASCLIN0_BRG     0xF0000620          Baud Rate Generation Register
ASCLIN0_BRD     0xF0000624          Baud Rate Detection Register
ASCLIN0_LINCON  0xF0000628          LIN Control Register
ASCLIN0_LINBTIMER 0xF000062C          LIN Break Timer Register
ASCLIN0_LINHTIMER 0xF0000630          LIN Header Timer Register
ASCLIN0_FLAGS   0xF0000634          Flags Register
ASCLIN0_FLAGSSET 0xF0000638          Flags Set Register
ASCLIN0_FLAGSCLEAR 0xF000063C          Flags Clear Register
ASCLIN0_FLAGSENABLE 0xF0000640          Flags Enable Register
ASCLIN0_TXDATA  0xF0000644          Transmit Data Register
ASCLIN0_RXDATA  0xF0000648          Receive Data Register
ASCLIN0_CSR     0xF000064C          Clock Selection Register
ASCLIN0_RXDATAD 0xF0000650          Receive Data Debug Register
ASCLIN0_OCS     0xF00006E8          OCDS Control and Status
ASCLIN0_KRSTCLR 0xF00006EC          Kernel Reset Status Clear Register
ASCLIN0_KRST1   0xF00006F0          Kernel Reset Register 1
ASCLIN0_KRST0   0xF00006F4          Kernel Reset Register 0
ASCLIN0_ACCEN1  0xF00006F8          Access Enable Register 1
ASCLIN0_ACCEN0  0xF00006FC          Access Enable Register 0
ASCLIN1_CLC     0xF0000700          Clock Control Register
ASCLIN1_IOCR    0xF0000704          Input and Output Control Register
ASCLIN1_ID      0xF0000708          Module Identification Register
ASCLIN1_TXFIFOCON 0xF000070C          TX FIFO Configuration Register
ASCLIN1_RXFIFOCON 0xF0000710          RX FIFO Configuration Register
ASCLIN1_BITCON  0xF0000714          Bit Configuration Register
ASCLIN1_FRAMECON 0xF0000718          Frame Control Register
ASCLIN1_DATCON  0xF000071C          Data Configuration Register
ASCLIN1_BRG     0xF0000720          Baud Rate Generation Register
ASCLIN1_BRD     0xF0000724          Baud Rate Detection Register
ASCLIN1_LINCON  0xF0000728          LIN Control Register
ASCLIN1_LINBTIMER 0xF000072C          LIN Break Timer Register
ASCLIN1_LINHTIMER 0xF0000730          LIN Header Timer Register
ASCLIN1_FLAGS   0xF0000734          Flags Register
ASCLIN1_FLAGSSET 0xF0000738          Flags Set Register
ASCLIN1_FLAGSCLEAR 0xF000073C          Flags Clear Register
ASCLIN1_FLAGSENABLE 0xF0000740          Flags Enable Register
ASCLIN1_TXDATA  0xF0000744          Transmit Data Register
ASCLIN1_RXDATA  0xF0000748          Receive Data Register
ASCLIN1_CSR     0xF000074C          Clock Selection Register
ASCLIN1_RXDATAD 0xF0000750          Receive Data Debug Register
ASCLIN1_OCS     0xF00007E8          OCDS Control and Status
ASCLIN1_KRSTCLR 0xF00007EC          Kernel Reset Status Clear Register
ASCLIN1_KRST1   0xF00007F0          Kernel Reset Register 1
ASCLIN1_KRST0   0xF00007F4          Kernel Reset Register 0
ASCLIN1_ACCEN1  0xF00007F8          Access Enable Register 1
ASCLIN1_ACCEN0  0xF00007FC          Access Enable Register 0
ASCLIN2_CLC     0xF0000800          Clock Control Register
ASCLIN2_IOCR    0xF0000804          Input and Output Control Register
ASCLIN2_ID      0xF0000808          Module Identification Register
ASCLIN2_TXFIFOCON 0xF000080C          TX FIFO Configuration Register
ASCLIN2_RXFIFOCON 0xF0000810          RX FIFO Configuration Register
ASCLIN2_BITCON  0xF0000814          Bit Configuration Register
ASCLIN2_FRAMECON 0xF0000818          Frame Control Register
ASCLIN2_DATCON  0xF000081C          Data Configuration Register
ASCLIN2_BRG     0xF0000820          Baud Rate Generation Register
ASCLIN2_BRD     0xF0000824          Baud Rate Detection Register
ASCLIN2_LINCON  0xF0000828          LIN Control Register
ASCLIN2_LINBTIMER 0xF000082C          LIN Break Timer Register
ASCLIN2_LINHTIMER 0xF0000830          LIN Header Timer Register
ASCLIN2_FLAGS   0xF0000834          Flags Register
ASCLIN2_FLAGSSET 0xF0000838          Flags Set Register
ASCLIN2_FLAGSCLEAR 0xF000083C          Flags Clear Register
ASCLIN2_FLAGSENABLE 0xF0000840          Flags Enable Register
ASCLIN2_TXDATA  0xF0000844          Transmit Data Register
ASCLIN2_RXDATA  0xF0000848          Receive Data Register
ASCLIN2_CSR     0xF000084C          Clock Selection Register
ASCLIN2_RXDATAD 0xF0000850          Receive Data Debug Register
ASCLIN2_OCS     0xF00008E8          OCDS Control and Status
ASCLIN2_KRSTCLR 0xF00008EC          Kernel Reset Status Clear Register
ASCLIN2_KRST1   0xF00008F0          Kernel Reset Register 1
ASCLIN2_KRST0   0xF00008F4          Kernel Reset Register 0
ASCLIN2_ACCEN1  0xF00008F8          Access Enable Register 1
ASCLIN2_ACCEN0  0xF00008FC          Access Enable Register 0
ASCLIN3_CLC     0xF0000900          Clock Control Register
ASCLIN3_IOCR    0xF0000904          Input and Output Control Register
ASCLIN3_ID      0xF0000908          Module Identification Register
ASCLIN3_TXFIFOCON 0xF000090C          TX FIFO Configuration Register
ASCLIN3_RXFIFOCON 0xF0000910          RX FIFO Configuration Register
ASCLIN3_BITCON  0xF0000914          Bit Configuration Register
ASCLIN3_FRAMECON 0xF0000918          Frame Control Register
ASCLIN3_DATCON  0xF000091C          Data Configuration Register
ASCLIN3_BRG     0xF0000920          Baud Rate Generation Register
ASCLIN3_BRD     0xF0000924          Baud Rate Detection Register
ASCLIN3_LINCON  0xF0000928          LIN Control Register
ASCLIN3_LINBTIMER 0xF000092C          LIN Break Timer Register
ASCLIN3_LINHTIMER 0xF0000930          LIN Header Timer Register
ASCLIN3_FLAGS   0xF0000934          Flags Register
ASCLIN3_FLAGSSET 0xF0000938          Flags Set Register
ASCLIN3_FLAGSCLEAR 0xF000093C          Flags Clear Register
ASCLIN3_FLAGSENABLE 0xF0000940          Flags Enable Register
ASCLIN3_TXDATA  0xF0000944          Transmit Data Register
ASCLIN3_RXDATA  0xF0000948          Receive Data Register
ASCLIN3_CSR     0xF000094C          Clock Selection Register
ASCLIN3_RXDATAD 0xF0000950          Receive Data Debug Register
ASCLIN3_OCS     0xF00009E8          OCDS Control and Status
ASCLIN3_KRSTCLR 0xF00009EC          Kernel Reset Status Clear Register
ASCLIN3_KRST1   0xF00009F0          Kernel Reset Register 1
ASCLIN3_KRST0   0xF00009F4          Kernel Reset Register 0
ASCLIN3_ACCEN1  0xF00009F8          Access Enable Register 1
ASCLIN3_ACCEN0  0xF00009FC          Access Enable Register 0
ASCLIN4_CLC     0xF0000A00          Clock Control Register
ASCLIN4_IOCR    0xF0000A04          Input and Output Control Register
ASCLIN4_ID      0xF0000A08          Module Identification Register
ASCLIN4_TXFIFOCON 0xF0000A0C          TX FIFO Configuration Register
ASCLIN4_RXFIFOCON 0xF0000A10          RX FIFO Configuration Register
ASCLIN4_BITCON  0xF0000A14          Bit Configuration Register
ASCLIN4_FRAMECON 0xF0000A18          Frame Control Register
ASCLIN4_DATCON  0xF0000A1C          Data Configuration Register
ASCLIN4_BRG     0xF0000A20          Baud Rate Generation Register
ASCLIN4_BRD     0xF0000A24          Baud Rate Detection Register
ASCLIN4_LINCON  0xF0000A28          LIN Control Register
ASCLIN4_LINBTIMER 0xF0000A2C          LIN Break Timer Register
ASCLIN4_LINHTIMER 0xF0000A30          LIN Header Timer Register
ASCLIN4_FLAGS   0xF0000A34          Flags Register
ASCLIN4_FLAGSSET 0xF0000A38          Flags Set Register
ASCLIN4_FLAGSCLEAR 0xF0000A3C          Flags Clear Register
ASCLIN4_FLAGSENABLE 0xF0000A40          Flags Enable Register
ASCLIN4_TXDATA  0xF0000A44          Transmit Data Register
ASCLIN4_RXDATA  0xF0000A48          Receive Data Register
ASCLIN4_CSR     0xF0000A4C          Clock Selection Register
ASCLIN4_RXDATAD 0xF0000A50          Receive Data Debug Register
ASCLIN4_OCS     0xF0000AE8          OCDS Control and Status
ASCLIN4_KRSTCLR 0xF0000AEC          Kernel Reset Status Clear Register
ASCLIN4_KRST1   0xF0000AF0          Kernel Reset Register 1
ASCLIN4_KRST0   0xF0000AF4          Kernel Reset Register 0
ASCLIN4_ACCEN1  0xF0000AF8          Access Enable Register 1
ASCLIN4_ACCEN0  0xF0000AFC          Access Enable Register 0
ASCLIN5_CLC     0xF0000B00          Clock Control Register
ASCLIN5_IOCR    0xF0000B04          Input and Output Control Register
ASCLIN5_ID      0xF0000B08          Module Identification Register
ASCLIN5_TXFIFOCON 0xF0000B0C          TX FIFO Configuration Register
ASCLIN5_RXFIFOCON 0xF0000B10          RX FIFO Configuration Register
ASCLIN5_BITCON  0xF0000B14          Bit Configuration Register
ASCLIN5_FRAMECON 0xF0000B18          Frame Control Register
ASCLIN5_DATCON  0xF0000B1C          Data Configuration Register
ASCLIN5_BRG     0xF0000B20          Baud Rate Generation Register
ASCLIN5_BRD     0xF0000B24          Baud Rate Detection Register
ASCLIN5_LINCON  0xF0000B28          LIN Control Register
ASCLIN5_LINBTIMER 0xF0000B2C          LIN Break Timer Register
ASCLIN5_LINHTIMER 0xF0000B30          LIN Header Timer Register
ASCLIN5_FLAGS   0xF0000B34          Flags Register
ASCLIN5_FLAGSSET 0xF0000B38          Flags Set Register
ASCLIN5_FLAGSCLEAR 0xF0000B3C          Flags Clear Register
ASCLIN5_FLAGSENABLE 0xF0000B40          Flags Enable Register
ASCLIN5_TXDATA  0xF0000B44          Transmit Data Register
ASCLIN5_RXDATA  0xF0000B48          Receive Data Register
ASCLIN5_CSR     0xF0000B4C          Clock Selection Register
ASCLIN5_RXDATAD 0xF0000B50          Receive Data Debug Register
ASCLIN5_OCS     0xF0000BE8          OCDS Control and Status
ASCLIN5_KRSTCLR 0xF0000BEC          Kernel Reset Status Clear Register
ASCLIN5_KRST1   0xF0000BF0          Kernel Reset Register 1
ASCLIN5_KRST0   0xF0000BF4          Kernel Reset Register 0
ASCLIN5_ACCEN1  0xF0000BF8          Access Enable Register 1
ASCLIN5_ACCEN0  0xF0000BFC          Access Enable Register 0
ASCLIN6_CLC     0xF0000C00          Clock Control Register
ASCLIN6_IOCR    0xF0000C04          Input and Output Control Register
ASCLIN6_ID      0xF0000C08          Module Identification Register
ASCLIN6_TXFIFOCON 0xF0000C0C          TX FIFO Configuration Register
ASCLIN6_RXFIFOCON 0xF0000C10          RX FIFO Configuration Register
ASCLIN6_BITCON  0xF0000C14          Bit Configuration Register
ASCLIN6_FRAMECON 0xF0000C18          Frame Control Register
ASCLIN6_DATCON  0xF0000C1C          Data Configuration Register
ASCLIN6_BRG     0xF0000C20          Baud Rate Generation Register
ASCLIN6_BRD     0xF0000C24          Baud Rate Detection Register
ASCLIN6_LINCON  0xF0000C28          LIN Control Register
ASCLIN6_LINBTIMER 0xF0000C2C          LIN Break Timer Register
ASCLIN6_LINHTIMER 0xF0000C30          LIN Header Timer Register
ASCLIN6_FLAGS   0xF0000C34          Flags Register
ASCLIN6_FLAGSSET 0xF0000C38          Flags Set Register
ASCLIN6_FLAGSCLEAR 0xF0000C3C          Flags Clear Register
ASCLIN6_FLAGSENABLE 0xF0000C40          Flags Enable Register
ASCLIN6_TXDATA  0xF0000C44          Transmit Data Register
ASCLIN6_RXDATA  0xF0000C48          Receive Data Register
ASCLIN6_CSR     0xF0000C4C          Clock Selection Register
ASCLIN6_RXDATAD 0xF0000C50          Receive Data Debug Register
ASCLIN6_OCS     0xF0000CE8          OCDS Control and Status
ASCLIN6_KRSTCLR 0xF0000CEC          Kernel Reset Status Clear Register
ASCLIN6_KRST1   0xF0000CF0          Kernel Reset Register 1
ASCLIN6_KRST0   0xF0000CF4          Kernel Reset Register 0
ASCLIN6_ACCEN1  0xF0000CF8          Access Enable Register 1
ASCLIN6_ACCEN0  0xF0000CFC          Access Enable Register 0
ASCLIN7_CLC     0xF0000D00          Clock Control Register
ASCLIN7_IOCR    0xF0000D04          Input and Output Control Register
ASCLIN7_ID      0xF0000D08          Module Identification Register
ASCLIN7_TXFIFOCON 0xF0000D0C          TX FIFO Configuration Register
ASCLIN7_RXFIFOCON 0xF0000D10          RX FIFO Configuration Register
ASCLIN7_BITCON  0xF0000D14          Bit Configuration Register
ASCLIN7_FRAMECON 0xF0000D18          Frame Control Register
ASCLIN7_DATCON  0xF0000D1C          Data Configuration Register
ASCLIN7_BRG     0xF0000D20          Baud Rate Generation Register
ASCLIN7_BRD     0xF0000D24          Baud Rate Detection Register
ASCLIN7_LINCON  0xF0000D28          LIN Control Register
ASCLIN7_LINBTIMER 0xF0000D2C          LIN Break Timer Register
ASCLIN7_LINHTIMER 0xF0000D30          LIN Header Timer Register
ASCLIN7_FLAGS   0xF0000D34          Flags Register
ASCLIN7_FLAGSSET 0xF0000D38          Flags Set Register
ASCLIN7_FLAGSCLEAR 0xF0000D3C          Flags Clear Register
ASCLIN7_FLAGSENABLE 0xF0000D40          Flags Enable Register
ASCLIN7_TXDATA  0xF0000D44          Transmit Data Register
ASCLIN7_RXDATA  0xF0000D48          Receive Data Register
ASCLIN7_CSR     0xF0000D4C          Clock Selection Register
ASCLIN7_RXDATAD 0xF0000D50          Receive Data Debug Register
ASCLIN7_OCS     0xF0000DE8          OCDS Control and Status
ASCLIN7_KRSTCLR 0xF0000DEC          Kernel Reset Status Clear Register
ASCLIN7_KRST1   0xF0000DF0          Kernel Reset Register 1
ASCLIN7_KRST0   0xF0000DF4          Kernel Reset Register 0
ASCLIN7_ACCEN1  0xF0000DF8          Access Enable Register 1
ASCLIN7_ACCEN0  0xF0000DFC          Access Enable Register 0
ASCLIN8_CLC     0xF0000E00          Clock Control Register
ASCLIN8_IOCR    0xF0000E04          Input and Output Control Register
ASCLIN8_ID      0xF0000E08          Module Identification Register
ASCLIN8_TXFIFOCON 0xF0000E0C          TX FIFO Configuration Register
ASCLIN8_RXFIFOCON 0xF0000E10          RX FIFO Configuration Register
ASCLIN8_BITCON  0xF0000E14          Bit Configuration Register
ASCLIN8_FRAMECON 0xF0000E18          Frame Control Register
ASCLIN8_DATCON  0xF0000E1C          Data Configuration Register
ASCLIN8_BRG     0xF0000E20          Baud Rate Generation Register
ASCLIN8_BRD     0xF0000E24          Baud Rate Detection Register
ASCLIN8_LINCON  0xF0000E28          LIN Control Register
ASCLIN8_LINBTIMER 0xF0000E2C          LIN Break Timer Register
ASCLIN8_LINHTIMER 0xF0000E30          LIN Header Timer Register
ASCLIN8_FLAGS   0xF0000E34          Flags Register
ASCLIN8_FLAGSSET 0xF0000E38          Flags Set Register
ASCLIN8_FLAGSCLEAR 0xF0000E3C          Flags Clear Register
ASCLIN8_FLAGSENABLE 0xF0000E40          Flags Enable Register
ASCLIN8_TXDATA  0xF0000E44          Transmit Data Register
ASCLIN8_RXDATA  0xF0000E48          Receive Data Register
ASCLIN8_CSR     0xF0000E4C          Clock Selection Register
ASCLIN8_RXDATAD 0xF0000E50          Receive Data Debug Register
ASCLIN8_OCS     0xF0000EE8          OCDS Control and Status
ASCLIN8_KRSTCLR 0xF0000EEC          Kernel Reset Status Clear Register
ASCLIN8_KRST1   0xF0000EF0          Kernel Reset Register 1
ASCLIN8_KRST0   0xF0000EF4          Kernel Reset Register 0
ASCLIN8_ACCEN1  0xF0000EF8          Access Enable Register 1
ASCLIN8_ACCEN0  0xF0000EFC          Access Enable Register 0
ASCLIN9_CLC     0xF0000F00          Clock Control Register
ASCLIN9_IOCR    0xF0000F04          Input and Output Control Register
ASCLIN9_ID      0xF0000F08          Module Identification Register
ASCLIN9_TXFIFOCON 0xF0000F0C          TX FIFO Configuration Register
ASCLIN9_RXFIFOCON 0xF0000F10          RX FIFO Configuration Register
ASCLIN9_BITCON  0xF0000F14          Bit Configuration Register
ASCLIN9_FRAMECON 0xF0000F18          Frame Control Register
ASCLIN9_DATCON  0xF0000F1C          Data Configuration Register
ASCLIN9_BRG     0xF0000F20          Baud Rate Generation Register
ASCLIN9_BRD     0xF0000F24          Baud Rate Detection Register
ASCLIN9_LINCON  0xF0000F28          LIN Control Register
ASCLIN9_LINBTIMER 0xF0000F2C          LIN Break Timer Register
ASCLIN9_LINHTIMER 0xF0000F30          LIN Header Timer Register
ASCLIN9_FLAGS   0xF0000F34          Flags Register
ASCLIN9_FLAGSSET 0xF0000F38          Flags Set Register
ASCLIN9_FLAGSCLEAR 0xF0000F3C          Flags Clear Register
ASCLIN9_FLAGSENABLE 0xF0000F40          Flags Enable Register
ASCLIN9_TXDATA  0xF0000F44          Transmit Data Register
ASCLIN9_RXDATA  0xF0000F48          Receive Data Register
ASCLIN9_CSR     0xF0000F4C          Clock Selection Register
ASCLIN9_RXDATAD 0xF0000F50          Receive Data Debug Register
ASCLIN9_OCS     0xF0000FE8          OCDS Control and Status
ASCLIN9_KRSTCLR 0xF0000FEC          Kernel Reset Status Clear Register
ASCLIN9_KRST1   0xF0000FF0          Kernel Reset Register 1
ASCLIN9_KRST0   0xF0000FF4          Kernel Reset Register 0
ASCLIN9_ACCEN1  0xF0000FF8          Access Enable Register 1
ASCLIN9_ACCEN0  0xF0000FFC          Access Enable Register 0
STM0_CLC        0xF0001000          Clock Control Register
STM0_ID         0xF0001008          Module Identification Register
STM0_TIM0       0xF0001010          Timer Register 0
STM0_TIM1       0xF0001014          Timer Register 1
STM0_TIM2       0xF0001018          Timer Register 2
STM0_TIM3       0xF000101C          Timer Register 3
STM0_TIM4       0xF0001020          Timer Register 4
STM0_TIM5       0xF0001024          Timer Register 5
STM0_TIM6       0xF0001028          Timer Register 6
STM0_CAP        0xF000102C          Timer Capture Register
STM0_CMP0       0xF0001030          Compare Register 0
STM0_CMP1       0xF0001034          Compare Register 1
STM0_CMCON      0xF0001038          Compare Match Control Register
STM0_ICR        0xF000103C          Interrupt Control Register
STM0_ISCR       0xF0001040          Interrupt Set/Clear Register
STM0_TIM0SV     0xF0001050          Timer Register 0 Second View
STM0_CAPSV      0xF0001054          Timer Capture Register Second View
STM0_OCS        0xF00010E8          OCDS Control and Status Register
STM0_KRSTCLR    0xF00010EC          Kernel Reset Status Clear Register
STM0_KRST1      0xF00010F0          Kernel Reset Register 1
STM0_KRST0      0xF00010F4          Kernel Reset Register 0
STM0_ACCEN1     0xF00010F8          Access Enable Register 1
STM0_ACCEN0     0xF00010FC          Access Enable Register 0
GPT120_CLC      0xF0001800          Clock Control Register
GPT120_PISEL    0xF0001804          Port Input Select Register
GPT120_ID       0xF0001808          Identification Register
GPT120_T2CON    0xF0001810          Timer T2 Control Register
GPT120_T3CON    0xF0001814          Timer T3 Control Register
GPT120_T4CON    0xF0001818          Timer T4 Control Register
GPT120_T5CON    0xF000181C          Timer T5 Control Register
GPT120_T6CON    0xF0001820          Timer T6 Control Register
GPT120_CAPREL   0xF0001830          Capture and Reload Register
GPT120_T2       0xF0001834          Timer T2 Register
GPT120_T3       0xF0001838          Timer T3 Register
GPT120_T4       0xF000183C          Timer T4 Register
GPT120_T5       0xF0001840          Timer T5 Register
GPT120_T6       0xF0001844          Timer T6 Register
GPT120_OCS      0xF00018E8          OCDS Control and Status Register
GPT120_KRSTCLR  0xF00018EC          Kernel Reset Status Clear Register
GPT120_KRST1    0xF00018F0          Kernel Reset Register 1
GPT120_KRST0    0xF00018F4          Kernel Reset Register 0
GPT120_ACCEN0   0xF00018FC          Access Enable Register 0
QSPI0_CLC       0xF0001C00          Clock Control Register
QSPI0_PISEL     0xF0001C04          Port Input Select Register
QSPI0_ID        0xF0001C08          Module Identification Register
QSPI0_GLOBALCON 0xF0001C10          Global Configuration Register
QSPI0_GLOBALCON1 0xF0001C14          Global Configuration Register 1
QSPI0_BACON     0xF0001C18          Basic Configuration Register
QSPI0_ECON0     0xF0001C20          Configuration Extension 0
QSPI0_ECON1     0xF0001C24          Configuration Extension 1
QSPI0_ECON2     0xF0001C28          Configuration Extension 2
QSPI0_ECON3     0xF0001C2C          Configuration Extension 3
QSPI0_ECON4     0xF0001C30          Configuration Extension 4
QSPI0_ECON5     0xF0001C34          Configuration Extension 5
QSPI0_ECON6     0xF0001C38          Configuration Extension 6
QSPI0_ECON7     0xF0001C3C          Configuration Extension 7
QSPI0_STATUS    0xF0001C40          Status Register
QSPI0_STATUS1   0xF0001C44          Status Register 1
QSPI0_SSOC      0xF0001C48          Slave Select Output Control Register
QSPI0_FLAGSCLEAR 0xF0001C54          Flags Clear Register
QSPI0_XXLCON    0xF0001C58          Extra Large Data Configuration Register
QSPI0_MIXENTRY  0xF0001C5C          MIX_ENTRY Register
QSPI0_BACONENTRY 0xF0001C60          BACON_ENTRY Register
QSPI0_DATAENTRY0 0xF0001C64          DATA_ENTRY Register 0
QSPI0_DATAENTRY1 0xF0001C68          DATA_ENTRY Register 1
QSPI0_DATAENTRY2 0xF0001C6C          DATA_ENTRY Register 2
QSPI0_DATAENTRY3 0xF0001C70          DATA_ENTRY Register 3
QSPI0_DATAENTRY4 0xF0001C74          DATA_ENTRY Register 4
QSPI0_DATAENTRY5 0xF0001C78          DATA_ENTRY Register 5
QSPI0_DATAENTRY6 0xF0001C7C          DATA_ENTRY Register 6
QSPI0_DATAENTRY7 0xF0001C80          DATA_ENTRY Register 7
QSPI0_RXEXIT    0xF0001C90          RX_EXIT Register
QSPI0_RXEXITD   0xF0001C94          RX_EXIT Debug Register
QSPI0_MC        0xF0001CA4          Move Counter Register
QSPI0_MCCON     0xF0001CA8          Move Counter control Register
QSPI0_OCS       0xF0001CE8          OCDS Control and Status
QSPI0_KRSTCLR   0xF0001CEC          Kernel Reset Status Clear Register
QSPI0_KRST1     0xF0001CF0          Kernel Reset Register 1
QSPI0_KRST0     0xF0001CF4          Kernel Reset Register 0
QSPI0_ACCEN1    0xF0001CF8          Access Enable Register 1
QSPI0_ACCEN0    0xF0001CFC          Access Enable Register 0
QSPI1_CLC       0xF0001D00          Clock Control Register
QSPI1_PISEL     0xF0001D04          Port Input Select Register
QSPI1_ID        0xF0001D08          Module Identification Register
QSPI1_GLOBALCON 0xF0001D10          Global Configuration Register
QSPI1_GLOBALCON1 0xF0001D14          Global Configuration Register 1
QSPI1_BACON     0xF0001D18          Basic Configuration Register
QSPI1_ECON0     0xF0001D20          Configuration Extension 0
QSPI1_ECON1     0xF0001D24          Configuration Extension 1
QSPI1_ECON2     0xF0001D28          Configuration Extension 2
QSPI1_ECON3     0xF0001D2C          Configuration Extension 3
QSPI1_ECON4     0xF0001D30          Configuration Extension 4
QSPI1_ECON5     0xF0001D34          Configuration Extension 5
QSPI1_ECON6     0xF0001D38          Configuration Extension 6
QSPI1_ECON7     0xF0001D3C          Configuration Extension 7
QSPI1_STATUS    0xF0001D40          Status Register
QSPI1_STATUS1   0xF0001D44          Status Register 1
QSPI1_SSOC      0xF0001D48          Slave Select Output Control Register
QSPI1_FLAGSCLEAR 0xF0001D54          Flags Clear Register
QSPI1_XXLCON    0xF0001D58          Extra Large Data Configuration Register
QSPI1_MIXENTRY  0xF0001D5C          MIX_ENTRY Register
QSPI1_BACONENTRY 0xF0001D60          BACON_ENTRY Register
QSPI1_DATAENTRY0 0xF0001D64          DATA_ENTRY Register 0
QSPI1_DATAENTRY1 0xF0001D68          DATA_ENTRY Register 1
QSPI1_DATAENTRY2 0xF0001D6C          DATA_ENTRY Register 2
QSPI1_DATAENTRY3 0xF0001D70          DATA_ENTRY Register 3
QSPI1_DATAENTRY4 0xF0001D74          DATA_ENTRY Register 4
QSPI1_DATAENTRY5 0xF0001D78          DATA_ENTRY Register 5
QSPI1_DATAENTRY6 0xF0001D7C          DATA_ENTRY Register 6
QSPI1_DATAENTRY7 0xF0001D80          DATA_ENTRY Register 7
QSPI1_RXEXIT    0xF0001D90          RX_EXIT Register
QSPI1_RXEXITD   0xF0001D94          RX_EXIT Debug Register
QSPI1_MC        0xF0001DA4          Move Counter Register
QSPI1_MCCON     0xF0001DA8          Move Counter control Register
QSPI1_OCS       0xF0001DE8          OCDS Control and Status
QSPI1_KRSTCLR   0xF0001DEC          Kernel Reset Status Clear Register
QSPI1_KRST1     0xF0001DF0          Kernel Reset Register 1
QSPI1_KRST0     0xF0001DF4          Kernel Reset Register 0
QSPI1_ACCEN1    0xF0001DF8          Access Enable Register 1
QSPI1_ACCEN0    0xF0001DFC          Access Enable Register 0
QSPI2_CLC       0xF0001E00          Clock Control Register
QSPI2_PISEL     0xF0001E04          Port Input Select Register
QSPI2_ID        0xF0001E08          Module Identification Register
QSPI2_GLOBALCON 0xF0001E10          Global Configuration Register
QSPI2_GLOBALCON1 0xF0001E14          Global Configuration Register 1
QSPI2_BACON     0xF0001E18          Basic Configuration Register
QSPI2_ECON0     0xF0001E20          Configuration Extension 0
QSPI2_ECON1     0xF0001E24          Configuration Extension 1
QSPI2_ECON2     0xF0001E28          Configuration Extension 2
QSPI2_ECON3     0xF0001E2C          Configuration Extension 3
QSPI2_ECON4     0xF0001E30          Configuration Extension 4
QSPI2_ECON5     0xF0001E34          Configuration Extension 5
QSPI2_ECON6     0xF0001E38          Configuration Extension 6
QSPI2_ECON7     0xF0001E3C          Configuration Extension 7
QSPI2_STATUS    0xF0001E40          Status Register
QSPI2_STATUS1   0xF0001E44          Status Register 1
QSPI2_SSOC      0xF0001E48          Slave Select Output Control Register
QSPI2_FLAGSCLEAR 0xF0001E54          Flags Clear Register
QSPI2_XXLCON    0xF0001E58          Extra Large Data Configuration Register
QSPI2_MIXENTRY  0xF0001E5C          MIX_ENTRY Register
QSPI2_BACONENTRY 0xF0001E60          BACON_ENTRY Register
QSPI2_DATAENTRY0 0xF0001E64          DATA_ENTRY Register 0
QSPI2_DATAENTRY1 0xF0001E68          DATA_ENTRY Register 1
QSPI2_DATAENTRY2 0xF0001E6C          DATA_ENTRY Register 2
QSPI2_DATAENTRY3 0xF0001E70          DATA_ENTRY Register 3
QSPI2_DATAENTRY4 0xF0001E74          DATA_ENTRY Register 4
QSPI2_DATAENTRY5 0xF0001E78          DATA_ENTRY Register 5
QSPI2_DATAENTRY6 0xF0001E7C          DATA_ENTRY Register 6
QSPI2_DATAENTRY7 0xF0001E80          DATA_ENTRY Register 7
QSPI2_RXEXIT    0xF0001E90          RX_EXIT Register
QSPI2_RXEXITD   0xF0001E94          RX_EXIT Debug Register
QSPI2_CAPCON    0xF0001EA0          Capture Control Register
QSPI2_MC        0xF0001EA4          Move Counter Register
QSPI2_MCCON     0xF0001EA8          Move Counter control Register
QSPI2_OCS       0xF0001EE8          OCDS Control and Status
QSPI2_KRSTCLR   0xF0001EEC          Kernel Reset Status Clear Register
QSPI2_KRST1     0xF0001EF0          Kernel Reset Register 1
QSPI2_KRST0     0xF0001EF4          Kernel Reset Register 0
QSPI2_ACCEN1    0xF0001EF8          Access Enable Register 1
QSPI2_ACCEN0    0xF0001EFC          Access Enable Register 0
QSPI3_CLC       0xF0001F00          Clock Control Register
QSPI3_PISEL     0xF0001F04          Port Input Select Register
QSPI3_ID        0xF0001F08          Module Identification Register
QSPI3_GLOBALCON 0xF0001F10          Global Configuration Register
QSPI3_GLOBALCON1 0xF0001F14          Global Configuration Register 1
QSPI3_BACON     0xF0001F18          Basic Configuration Register
QSPI3_ECON0     0xF0001F20          Configuration Extension 0
QSPI3_ECON1     0xF0001F24          Configuration Extension 1
QSPI3_ECON2     0xF0001F28          Configuration Extension 2
QSPI3_ECON3     0xF0001F2C          Configuration Extension 3
QSPI3_ECON4     0xF0001F30          Configuration Extension 4
QSPI3_ECON5     0xF0001F34          Configuration Extension 5
QSPI3_ECON6     0xF0001F38          Configuration Extension 6
QSPI3_ECON7     0xF0001F3C          Configuration Extension 7
QSPI3_STATUS    0xF0001F40          Status Register
QSPI3_STATUS1   0xF0001F44          Status Register 1
QSPI3_SSOC      0xF0001F48          Slave Select Output Control Register
QSPI3_FLAGSCLEAR 0xF0001F54          Flags Clear Register
QSPI3_XXLCON    0xF0001F58          Extra Large Data Configuration Register
QSPI3_MIXENTRY  0xF0001F5C          MIX_ENTRY Register
QSPI3_BACONENTRY 0xF0001F60          BACON_ENTRY Register
QSPI3_DATAENTRY0 0xF0001F64          DATA_ENTRY Register 0
QSPI3_DATAENTRY1 0xF0001F68          DATA_ENTRY Register 1
QSPI3_DATAENTRY2 0xF0001F6C          DATA_ENTRY Register 2
QSPI3_DATAENTRY3 0xF0001F70          DATA_ENTRY Register 3
QSPI3_DATAENTRY4 0xF0001F74          DATA_ENTRY Register 4
QSPI3_DATAENTRY5 0xF0001F78          DATA_ENTRY Register 5
QSPI3_DATAENTRY6 0xF0001F7C          DATA_ENTRY Register 6
QSPI3_DATAENTRY7 0xF0001F80          DATA_ENTRY Register 7
QSPI3_RXEXIT    0xF0001F90          RX_EXIT Register
QSPI3_RXEXITD   0xF0001F94          RX_EXIT Debug Register
QSPI3_CAPCON    0xF0001FA0          Capture Control Register
QSPI3_MC        0xF0001FA4          Move Counter Register
QSPI3_MCCON     0xF0001FA8          Move Counter control Register
QSPI3_OCS       0xF0001FE8          OCDS Control and Status
QSPI3_KRSTCLR   0xF0001FEC          Kernel Reset Status Clear Register
QSPI3_KRST1     0xF0001FF0          Kernel Reset Register 1
QSPI3_KRST0     0xF0001FF4          Kernel Reset Register 0
QSPI3_ACCEN1    0xF0001FF8          Access Enable Register 1
QSPI3_ACCEN0    0xF0001FFC          Access Enable Register 0
CCU60_CLC       0xF0002A00          Clock Control Register
CCU60_MCFG      0xF0002A04          Module Configuration Register
CCU60_ID        0xF0002A08          Module Identification Register
CCU60_MOSEL     0xF0002A0C          CCU60 Module Output Select Register
CCU60_PISEL0    0xF0002A10          Port Input Select Register 0
CCU60_PISEL2    0xF0002A14          Port Input Select Register 2
CCU60_KSCSR     0xF0002A1C          Kernel State Control Sensitivity Register
CCU60_T12       0xF0002A20          Timer T12 Counter Register
CCU60_T12PR     0xF0002A24          Timer 12 Period Register
CCU60_T12DTC    0xF0002A28          Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0002A30          Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0002A34          Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0002A38          Capture/Compare Register for Channel CC62
CCU60_CC60SR    0xF0002A40          Capture/Compare Shadow Reg. for Channel CC60
CCU60_CC61SR    0xF0002A44          Capture/Compare Shadow Reg. for Channel CC61
CCU60_CC62SR    0xF0002A48          Capture/Compare Shadow Reg. for Channel CC62
CCU60_T13       0xF0002A50          Timer T13 Counter Register
CCU60_T13PR     0xF0002A54          Timer 13 Period Register
CCU60_CC63R     0xF0002A58          Compare Register for T13
CCU60_CC63SR    0xF0002A5C          Compare Shadow Register for T13
CCU60_CMPSTAT   0xF0002A60          Compare State Register
CCU60_CMPMODIF  0xF0002A64          Compare State Modification Register
CCU60_T12MSEL   0xF0002A68          T12 Mode Select Register
CCU60_TCTR0     0xF0002A70          Timer Control Register 0
CCU60_TCTR2     0xF0002A74          Timer Control Register 2
CCU60_TCTR4     0xF0002A78          Timer Control Register 4
CCU60_MODCTR    0xF0002A80          Modulation Control Register
CCU60_TRPCTR    0xF0002A84          Trap Control Register
CCU60_PSLR      0xF0002A88          Passive State Level Register
CCU60_MCMOUTS   0xF0002A8C          Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0002A90          Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0002A94          Multi-Channel Mode Control Register
CCU60_IMON      0xF0002A98          Input Monitoring Register
CCU60_LI        0xF0002A9C          Lost Indicator Register
CCU60_IS        0xF0002AA0          Interrupt Status Register
CCU60_ISS       0xF0002AA4          Interrupt Status Set Register
CCU60_ISR       0xF0002AA8          Interrupt Status Reset Register
CCU60_INP       0xF0002AAC          Interrupt Node Pointer Register
CCU60_IEN       0xF0002AB0          Interrupt Enable Register
CCU60_OCS       0xF0002AE8          OCDS Control and Status Register
CCU60_KRSTCLR   0xF0002AEC          Kernel Reset Status Clear Register
CCU60_KRST1     0xF0002AF0          Kernel Reset Register 1
CCU60_KRST0     0xF0002AF4          Kernel Reset Register 0
CCU60_ACCEN0    0xF0002AFC          Access Enable Register 0
CCU61_CLC       0xF0002B00          Clock Control Register
CCU61_MCFG      0xF0002B04          Module Configuration Register
CCU61_ID        0xF0002B08          Module Identification Register
CCU61_PISEL0    0xF0002B10          Port Input Select Register 0
CCU61_PISEL2    0xF0002B14          Port Input Select Register 2
CCU61_KSCSR     0xF0002B1C          Kernel State Control Sensitivity Register
CCU61_T12       0xF0002B20          Timer T12 Counter Register
CCU61_T12PR     0xF0002B24          Timer 12 Period Register
CCU61_T12DTC    0xF0002B28          Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0002B30          Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0002B34          Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0002B38          Capture/Compare Register for Channel CC62
CCU61_CC60SR    0xF0002B40          Capture/Compare Shadow Reg. for Channel CC60
CCU61_CC61SR    0xF0002B44          Capture/Compare Shadow Reg. for Channel CC61
CCU61_CC62SR    0xF0002B48          Capture/Compare Shadow Reg. for Channel CC62
CCU61_T13       0xF0002B50          Timer T13 Counter Register
CCU61_T13PR     0xF0002B54          Timer 13 Period Register
CCU61_CC63R     0xF0002B58          Compare Register for T13
CCU61_CC63SR    0xF0002B5C          Compare Shadow Register for T13
CCU61_CMPSTAT   0xF0002B60          Compare State Register
CCU61_CMPMODIF  0xF0002B64          Compare State Modification Register
CCU61_T12MSEL   0xF0002B68          T12 Mode Select Register
CCU61_TCTR0     0xF0002B70          Timer Control Register 0
CCU61_TCTR2     0xF0002B74          Timer Control Register 2
CCU61_TCTR4     0xF0002B78          Timer Control Register 4
CCU61_MODCTR    0xF0002B80          Modulation Control Register
CCU61_TRPCTR    0xF0002B84          Trap Control Register
CCU61_PSLR      0xF0002B88          Passive State Level Register
CCU61_MCMOUTS   0xF0002B8C          Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0002B90          Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0002B94          Multi-Channel Mode Control Register
CCU61_IMON      0xF0002B98          Input Monitoring Register
CCU61_LI        0xF0002B9C          Lost Indicator Register
CCU61_IS        0xF0002BA0          Interrupt Status Register
CCU61_ISS       0xF0002BA4          Interrupt Status Set Register
CCU61_ISR       0xF0002BA8          Interrupt Status Reset Register
CCU61_INP       0xF0002BAC          Interrupt Node Pointer Register
CCU61_IEN       0xF0002BB0          Interrupt Enable Register
CCU61_OCS       0xF0002BE8          OCDS Control and Status Register
CCU61_KRSTCLR   0xF0002BEC          Kernel Reset Status Clear Register
CCU61_KRST1     0xF0002BF0          Kernel Reset Register 1
CCU61_KRST0     0xF0002BF4          Kernel Reset Register 0
CCU61_ACCEN0    0xF0002BFC          Access Enable Register 0
SENT_CLC        0xF0003000          Clock Control Register
SENT_ID         0xF0003008          Module Identification Register
SENT_FDR        0xF000300C          SENT Fractional Divider Register
SENT_INTOV      0xF0003014          Interrupt Overview Register
SENT_TSR        0xF0003018          Module Time Stamp Register
SENT_TPD        0xF000301C          Time Stamp Predivider Register
SENT_RDR0       0xF0003080          Receive Data Register 0
SENT_RDR1       0xF0003084          Receive Data Register 1
SENT_RDR2       0xF0003088          Receive Data Register 2
SENT_RDR3       0xF000308C          Receive Data Register 3
SENT_RDR4       0xF0003090          Receive Data Register 4
SENT_RDR5       0xF0003094          Receive Data Register 5
SENT_OCS        0xF00030E8          OCDS Control and Status
SENT_KRSTCLR    0xF00030EC          Kernel Reset Status Clear Register
SENT_KRST1      0xF00030F0          Kernel Reset Register 1
SENT_KRST0      0xF00030F4          Kernel Reset Register 0
SENT_ACCEN1     0xF00030F8          Access Enable Register 1
SENT_ACCEN0     0xF00030FC          Access Enable Register 0
SENT_CPDR0      0xF0003100          Channel Pre Divider Register 0
SENT_CFDR0      0xF0003104          Channel Fractional Divider Register 0
SENT_RCR0       0xF0003108          Receiver Control Register 0
SENT_RSR0       0xF000310C          Receive Status Register 0
SENT_SDS0       0xF0003110          Serial Data and Status Register 0
SENT_IOCR0      0xF0003114          Input and Output Control Register 0
SENT_SCR0       0xF0003118          SPC Control Register 0
SENT_VIEW0      0xF000311C          Receive Data View Register 0
SENT_INTSTAT0   0xF0003120          Interrupt Status Register 0
SENT_INTSET0    0xF0003124          Interrupt Set Register 0
SENT_INTCLR0    0xF0003128          Interrupt Clear Register 0
SENT_INTEN0     0xF000312C          Interrupt Enable Register 0
SENT_INP0       0xF0003130          Interrupt Node Pointer Register 0
SENT_WDT0       0xF0003134          Watch Dog Timer Register 0
SENT_CPDR1      0xF0003140          Channel Pre Divider Register 1
SENT_CFDR1      0xF0003144          Channel Fractional Divider Register 1
SENT_RCR1       0xF0003148          Receiver Control Register 1
SENT_RSR1       0xF000314C          Receive Status Register 1
SENT_SDS1       0xF0003150          Serial Data and Status Register 1
SENT_IOCR1      0xF0003154          Input and Output Control Register 1
SENT_SCR1       0xF0003158          SPC Control Register 1
SENT_VIEW1      0xF000315C          Receive Data View Register 1
SENT_INTSTAT1   0xF0003160          Interrupt Status Register 1
SENT_INTSET1    0xF0003164          Interrupt Set Register 1
SENT_INTCLR1    0xF0003168          Interrupt Clear Register 1
SENT_INTEN1     0xF000316C          Interrupt Enable Register 1
SENT_INP1       0xF0003170          Interrupt Node Pointer Register 1
SENT_WDT1       0xF0003174          Watch Dog Timer Register 1
SENT_CPDR2      0xF0003180          Channel Pre Divider Register 2
SENT_CFDR2      0xF0003184          Channel Fractional Divider Register 2
SENT_RCR2       0xF0003188          Receiver Control Register 2
SENT_RSR2       0xF000318C          Receive Status Register 2
SENT_SDS2       0xF0003190          Serial Data and Status Register 2
SENT_IOCR2      0xF0003194          Input and Output Control Register 2
SENT_SCR2       0xF0003198          SPC Control Register 2
SENT_VIEW2      0xF000319C          Receive Data View Register 2
SENT_INTSTAT2   0xF00031A0          Interrupt Status Register 2
SENT_INTSET2    0xF00031A4          Interrupt Set Register 2
SENT_INTCLR2    0xF00031A8          Interrupt Clear Register 2
SENT_INTEN2     0xF00031AC          Interrupt Enable Register 2
SENT_INP2       0xF00031B0          Interrupt Node Pointer Register 2
SENT_WDT2       0xF00031B4          Watch Dog Timer Register 2
SENT_CPDR3      0xF00031C0          Channel Pre Divider Register 3
SENT_CFDR3      0xF00031C4          Channel Fractional Divider Register 3
SENT_RCR3       0xF00031C8          Receiver Control Register 3
SENT_RSR3       0xF00031CC          Receive Status Register 3
SENT_SDS3       0xF00031D0          Serial Data and Status Register 3
SENT_IOCR3      0xF00031D4          Input and Output Control Register 3
SENT_SCR3       0xF00031D8          SPC Control Register 3
SENT_VIEW3      0xF00031DC          Receive Data View Register 3
SENT_INTSTAT3   0xF00031E0          Interrupt Status Register 3
SENT_INTSET3    0xF00031E4          Interrupt Set Register 3
SENT_INTCLR3    0xF00031E8          Interrupt Clear Register 3
SENT_INTEN3     0xF00031EC          Interrupt Enable Register 3
SENT_INP3       0xF00031F0          Interrupt Node Pointer Register 3
SENT_WDT3       0xF00031F4          Watch Dog Timer Register 3
SENT_CPDR4      0xF0003200          Channel Pre Divider Register 4
SENT_CFDR4      0xF0003204          Channel Fractional Divider Register 4
SENT_RCR4       0xF0003208          Receiver Control Register 4
SENT_RSR4       0xF000320C          Receive Status Register 4
SENT_SDS4       0xF0003210          Serial Data and Status Register 4
SENT_IOCR4      0xF0003214          Input and Output Control Register 4
SENT_SCR4       0xF0003218          SPC Control Register 4
SENT_VIEW4      0xF000321C          Receive Data View Register 4
SENT_INTSTAT4   0xF0003220          Interrupt Status Register 4
SENT_INTSET4    0xF0003224          Interrupt Set Register 4
SENT_INTCLR4    0xF0003228          Interrupt Clear Register 4
SENT_INTEN4     0xF000322C          Interrupt Enable Register 4
SENT_INP4       0xF0003230          Interrupt Node Pointer Register 4
SENT_WDT4       0xF0003234          Watch Dog Timer Register 4
SENT_CPDR5      0xF0003240          Channel Pre Divider Register 5
SENT_CFDR5      0xF0003244          Channel Fractional Divider Register 5
SENT_RCR5       0xF0003248          Receiver Control Register 5
SENT_RSR5       0xF000324C          Receive Status Register 5
SENT_SDS5       0xF0003250          Serial Data and Status Register 5
SENT_IOCR5      0xF0003254          Input and Output Control Register 5
SENT_SCR5       0xF0003258          SPC Control Register 5
SENT_VIEW5      0xF000325C          Receive Data View Register 5
SENT_INTSTAT5   0xF0003260          Interrupt Status Register 5
SENT_INTSET5    0xF0003264          Interrupt Set Register 5
SENT_INTCLR5    0xF0003268          Interrupt Clear Register 5
SENT_INTEN5     0xF000326C          Interrupt Enable Register 5
SENT_INP5       0xF0003270          Interrupt Node Pointer Register 5
SENT_WDT5       0xF0003274          Watch Dog Timer Register 5
SENT_RTS0       0xF0003A80          Receive Time Stamp Register 0
SENT_RTS1       0xF0003A84          Receive Time Stamp Register 1
SENT_RTS2       0xF0003A88          Receive Time Stamp Register 2
SENT_RTS3       0xF0003A8C          Receive Time Stamp Register 3
SENT_RTS4       0xF0003A90          Receive Time Stamp Register 4
SENT_RTS5       0xF0003A94          Receive Time Stamp Register 5
DMA_CLC         0xF0010000          DMA Clock Control Register
DMA_ID          0xF0010008          DMA Identification Register
DMA_ACCEN00     0xF0010040          RP 0 Access Enable Register 0
DMA_ACCEN01     0xF0010044          RP 0 Access Enable Register 1
DMA_ACCEN10     0xF0010048          RP 1 Access Enable Register 0
DMA_ACCEN11     0xF001004C          RP 1 Access Enable Register 1
DMA_ACCEN20     0xF0010050          RP 2 Access Enable Register 0
DMA_ACCEN21     0xF0010054          RP 2 Access Enable Register 1
DMA_ACCEN30     0xF0010058          RP 3 Access Enable Register 0
DMA_ACCEN31     0xF001005C          RP 3 Access Enable Register 1
DMA_EER0        0xF0010120          ME 0 Enable Error Register
DMA_ERRSR0      0xF0010124          ME 0 Error Status Register
DMA_CLRE0       0xF0010128          ME 0 Clear Error Register
DMA_ME0SR       0xF0010130          ME 0 Status Register
DMA_ME00R       0xF0010140          ME 0 Read Register 0
DMA_ME01R       0xF0010144          ME 0 Read Register 1
DMA_ME02R       0xF0010148          ME 0 Read Register 2
DMA_ME03R       0xF001014C          ME 0 Read Register 3
DMA_ME04R       0xF0010150          ME 0 Read Register 4
DMA_ME05R       0xF0010154          ME 0 Read Register 5
DMA_ME06R       0xF0010158          ME 0 Read Register 6
DMA_ME07R       0xF001015C          ME 0 Read Register 7
DMA_ME0RDCRC    0xF0010180          ME 0 Channel Read Data CRC Register
DMA_ME0SDCRC    0xF0010184          ME 0 Channel Source and Destination Address CRC Register
DMA_ME0SADR     0xF0010188          ME 0 Channel Source Address Register
DMA_ME0DADR     0xF001018C          ME 0 Channel Destination Address Register
DMA_ME0ADICR    0xF0010190          ME 0 Channel Address and Interrupt Control Register
DMA_ME0CHCR     0xF0010194          ME 0 Channel Control Register
DMA_ME0SHADR    0xF0010198          ME 0 Channel Shadow Address Register
DMA_ME0CHSR     0xF001019C          ME 0 Channel Status Register
DMA_EER1        0xF0011120          ME 1 Enable Error Register
DMA_ERRSR1      0xF0011124          ME 1 Error Status Register
DMA_CLRE1       0xF0011128          ME 1 Clear Error Register
DMA_ME1SR       0xF0011130          ME 1 Status Register
DMA_ME10R       0xF0011140          ME 1 Read Register 0
DMA_ME11R       0xF0011144          ME 1 Read Register 1
DMA_ME12R       0xF0011148          ME 1 Read Register 2
DMA_ME13R       0xF001114C          ME 1 Read Register 3
DMA_ME14R       0xF0011150          ME 1 Read Register 4
DMA_ME15R       0xF0011154          ME 1 Read Register 5
DMA_ME16R       0xF0011158          ME 1 Read Register 6
DMA_ME17R       0xF001115C          ME 1 Read Register 7
DMA_ME1RDCRC    0xF0011180          ME 1 Channel Read Data CRC Register
DMA_ME1SDCRC    0xF0011184          ME 1 Channel Source and Destination Address CRC Register
DMA_ME1SADR     0xF0011188          ME 1 Channel Source Address Register
DMA_ME1DADR     0xF001118C          ME 1 Channel Destination Address Register
DMA_ME1ADICR    0xF0011190          ME 1 Channel Address and Interrupt Control Register
DMA_ME1CHCR     0xF0011194          ME 1 Channel Control Register
DMA_ME1SHADR    0xF0011198          ME 1 Channel Shadow Address Register
DMA_ME1CHSR     0xF001119C          ME 1 Channel Status Register
DMA_OTSS        0xF0011200          DMA OCDS Trigger Set Select
DMA_PRR0        0xF0011208          DMA Pattern Read Register 0
DMA_PRR1        0xF001120C          DMA Pattern Read Register 1
DMA_TIME        0xF0011210          DMA Time Register
DMA_MODE0       0xF0011300          RP 0 Mode Register
DMA_MODE1       0xF0011304          RP 1 Mode Register
DMA_MODE2       0xF0011308          RP 2 Mode Register
DMA_MODE3       0xF001130C          RP 3 Mode Register
DMA_ERRINTR0    0xF0011320          RP 0 Error Interrupt Set Register
DMA_ERRINTR1    0xF0011324          RP 1 Error Interrupt Set Register
DMA_ERRINTR2    0xF0011328          RP 2 Error Interrupt Set Register
DMA_ERRINTR3    0xF001132C          RP 3 Error Interrupt Set Register
DMA_HRR000      0xF0011800          DMA Channel 0 Resource Partition Register
DMA_HRR001      0xF0011804          DMA Channel 1 Resource Partition Register
DMA_HRR002      0xF0011808          DMA Channel 2 Resource Partition Register
DMA_HRR003      0xF001180C          DMA Channel 3 Resource Partition Register
DMA_HRR004      0xF0011810          DMA Channel 4 Resource Partition Register
DMA_HRR005      0xF0011814          DMA Channel 5 Resource Partition Register
DMA_HRR006      0xF0011818          DMA Channel 6 Resource Partition Register
DMA_HRR007      0xF001181C          DMA Channel 7 Resource Partition Register
DMA_HRR008      0xF0011820          DMA Channel 8 Resource Partition Register
DMA_HRR009      0xF0011824          DMA Channel 9 Resource Partition Register
DMA_HRR010      0xF0011828          DMA Channel 10 Resource Partition Register
DMA_HRR011      0xF001182C          DMA Channel 11 Resource Partition Register
DMA_HRR012      0xF0011830          DMA Channel 12 Resource Partition Register
DMA_HRR013      0xF0011834          DMA Channel 13 Resource Partition Register
DMA_HRR014      0xF0011838          DMA Channel 14 Resource Partition Register
DMA_HRR015      0xF001183C          DMA Channel 15 Resource Partition Register
DMA_HRR016      0xF0011840          DMA Channel 16 Resource Partition Register
DMA_HRR017      0xF0011844          DMA Channel 17 Resource Partition Register
DMA_HRR018      0xF0011848          DMA Channel 18 Resource Partition Register
DMA_HRR019      0xF001184C          DMA Channel 19 Resource Partition Register
DMA_HRR020      0xF0011850          DMA Channel 20 Resource Partition Register
DMA_HRR021      0xF0011854          DMA Channel 21 Resource Partition Register
DMA_HRR022      0xF0011858          DMA Channel 22 Resource Partition Register
DMA_HRR023      0xF001185C          DMA Channel 23 Resource Partition Register
DMA_HRR024      0xF0011860          DMA Channel 24 Resource Partition Register
DMA_HRR025      0xF0011864          DMA Channel 25 Resource Partition Register
DMA_HRR026      0xF0011868          DMA Channel 26 Resource Partition Register
DMA_HRR027      0xF001186C          DMA Channel 27 Resource Partition Register
DMA_HRR028      0xF0011870          DMA Channel 28 Resource Partition Register
DMA_HRR029      0xF0011874          DMA Channel 29 Resource Partition Register
DMA_HRR030      0xF0011878          DMA Channel 30 Resource Partition Register
DMA_HRR031      0xF001187C          DMA Channel 31 Resource Partition Register
DMA_HRR032      0xF0011880          DMA Channel 32 Resource Partition Register
DMA_HRR033      0xF0011884          DMA Channel 33 Resource Partition Register
DMA_HRR034      0xF0011888          DMA Channel 34 Resource Partition Register
DMA_HRR035      0xF001188C          DMA Channel 35 Resource Partition Register
DMA_HRR036      0xF0011890          DMA Channel 36 Resource Partition Register
DMA_HRR037      0xF0011894          DMA Channel 37 Resource Partition Register
DMA_HRR038      0xF0011898          DMA Channel 38 Resource Partition Register
DMA_HRR039      0xF001189C          DMA Channel 39 Resource Partition Register
DMA_HRR040      0xF00118A0          DMA Channel 40 Resource Partition Register
DMA_HRR041      0xF00118A4          DMA Channel 41 Resource Partition Register
DMA_HRR042      0xF00118A8          DMA Channel 42 Resource Partition Register
DMA_HRR043      0xF00118AC          DMA Channel 43 Resource Partition Register
DMA_HRR044      0xF00118B0          DMA Channel 44 Resource Partition Register
DMA_HRR045      0xF00118B4          DMA Channel 45 Resource Partition Register
DMA_HRR046      0xF00118B8          DMA Channel 46 Resource Partition Register
DMA_HRR047      0xF00118BC          DMA Channel 47 Resource Partition Register
DMA_HRR048      0xF00118C0          DMA Channel 48 Resource Partition Register
DMA_HRR049      0xF00118C4          DMA Channel 49 Resource Partition Register
DMA_HRR050      0xF00118C8          DMA Channel 50 Resource Partition Register
DMA_HRR051      0xF00118CC          DMA Channel 51 Resource Partition Register
DMA_HRR052      0xF00118D0          DMA Channel 52 Resource Partition Register
DMA_HRR053      0xF00118D4          DMA Channel 53 Resource Partition Register
DMA_HRR054      0xF00118D8          DMA Channel 54 Resource Partition Register
DMA_HRR055      0xF00118DC          DMA Channel 55 Resource Partition Register
DMA_HRR056      0xF00118E0          DMA Channel 56 Resource Partition Register
DMA_HRR057      0xF00118E4          DMA Channel 57 Resource Partition Register
DMA_HRR058      0xF00118E8          DMA Channel 58 Resource Partition Register
DMA_HRR059      0xF00118EC          DMA Channel 59 Resource Partition Register
DMA_HRR060      0xF00118F0          DMA Channel 60 Resource Partition Register
DMA_HRR061      0xF00118F4          DMA Channel 61 Resource Partition Register
DMA_HRR062      0xF00118F8          DMA Channel 62 Resource Partition Register
DMA_HRR063      0xF00118FC          DMA Channel 63 Resource Partition Register
DMA_SUSENR000   0xF0011A00          DMA Channel 0 Suspend Enable Register
DMA_SUSENR001   0xF0011A04          DMA Channel 1 Suspend Enable Register
DMA_SUSENR002   0xF0011A08          DMA Channel 2 Suspend Enable Register
DMA_SUSENR003   0xF0011A0C          DMA Channel 3 Suspend Enable Register
DMA_SUSENR004   0xF0011A10          DMA Channel 4 Suspend Enable Register
DMA_SUSENR005   0xF0011A14          DMA Channel 5 Suspend Enable Register
DMA_SUSENR006   0xF0011A18          DMA Channel 6 Suspend Enable Register
DMA_SUSENR007   0xF0011A1C          DMA Channel 7 Suspend Enable Register
DMA_SUSENR008   0xF0011A20          DMA Channel 8 Suspend Enable Register
DMA_SUSENR009   0xF0011A24          DMA Channel 9 Suspend Enable Register
DMA_SUSENR010   0xF0011A28          DMA Channel 10 Suspend Enable Register
DMA_SUSENR011   0xF0011A2C          DMA Channel 11 Suspend Enable Register
DMA_SUSENR012   0xF0011A30          DMA Channel 12 Suspend Enable Register
DMA_SUSENR013   0xF0011A34          DMA Channel 13 Suspend Enable Register
DMA_SUSENR014   0xF0011A38          DMA Channel 14 Suspend Enable Register
DMA_SUSENR015   0xF0011A3C          DMA Channel 15 Suspend Enable Register
DMA_SUSENR016   0xF0011A40          DMA Channel 16 Suspend Enable Register
DMA_SUSENR017   0xF0011A44          DMA Channel 17 Suspend Enable Register
DMA_SUSENR018   0xF0011A48          DMA Channel 18 Suspend Enable Register
DMA_SUSENR019   0xF0011A4C          DMA Channel 19 Suspend Enable Register
DMA_SUSENR020   0xF0011A50          DMA Channel 20 Suspend Enable Register
DMA_SUSENR021   0xF0011A54          DMA Channel 21 Suspend Enable Register
DMA_SUSENR022   0xF0011A58          DMA Channel 22 Suspend Enable Register
DMA_SUSENR023   0xF0011A5C          DMA Channel 23 Suspend Enable Register
DMA_SUSENR024   0xF0011A60          DMA Channel 24 Suspend Enable Register
DMA_SUSENR025   0xF0011A64          DMA Channel 25 Suspend Enable Register
DMA_SUSENR026   0xF0011A68          DMA Channel 26 Suspend Enable Register
DMA_SUSENR027   0xF0011A6C          DMA Channel 27 Suspend Enable Register
DMA_SUSENR028   0xF0011A70          DMA Channel 28 Suspend Enable Register
DMA_SUSENR029   0xF0011A74          DMA Channel 29 Suspend Enable Register
DMA_SUSENR030   0xF0011A78          DMA Channel 30 Suspend Enable Register
DMA_SUSENR031   0xF0011A7C          DMA Channel 31 Suspend Enable Register
DMA_SUSENR032   0xF0011A80          DMA Channel 32 Suspend Enable Register
DMA_SUSENR033   0xF0011A84          DMA Channel 33 Suspend Enable Register
DMA_SUSENR034   0xF0011A88          DMA Channel 34 Suspend Enable Register
DMA_SUSENR035   0xF0011A8C          DMA Channel 35 Suspend Enable Register
DMA_SUSENR036   0xF0011A90          DMA Channel 36 Suspend Enable Register
DMA_SUSENR037   0xF0011A94          DMA Channel 37 Suspend Enable Register
DMA_SUSENR038   0xF0011A98          DMA Channel 38 Suspend Enable Register
DMA_SUSENR039   0xF0011A9C          DMA Channel 39 Suspend Enable Register
DMA_SUSENR040   0xF0011AA0          DMA Channel 40 Suspend Enable Register
DMA_SUSENR041   0xF0011AA4          DMA Channel 41 Suspend Enable Register
DMA_SUSENR042   0xF0011AA8          DMA Channel 42 Suspend Enable Register
DMA_SUSENR043   0xF0011AAC          DMA Channel 43 Suspend Enable Register
DMA_SUSENR044   0xF0011AB0          DMA Channel 44 Suspend Enable Register
DMA_SUSENR045   0xF0011AB4          DMA Channel 45 Suspend Enable Register
DMA_SUSENR046   0xF0011AB8          DMA Channel 46 Suspend Enable Register
DMA_SUSENR047   0xF0011ABC          DMA Channel 47 Suspend Enable Register
DMA_SUSENR048   0xF0011AC0          DMA Channel 48 Suspend Enable Register
DMA_SUSENR049   0xF0011AC4          DMA Channel 49 Suspend Enable Register
DMA_SUSENR050   0xF0011AC8          DMA Channel 50 Suspend Enable Register
DMA_SUSENR051   0xF0011ACC          DMA Channel 51 Suspend Enable Register
DMA_SUSENR052   0xF0011AD0          DMA Channel 52 Suspend Enable Register
DMA_SUSENR053   0xF0011AD4          DMA Channel 53 Suspend Enable Register
DMA_SUSENR054   0xF0011AD8          DMA Channel 54 Suspend Enable Register
DMA_SUSENR055   0xF0011ADC          DMA Channel 55 Suspend Enable Register
DMA_SUSENR056   0xF0011AE0          DMA Channel 56 Suspend Enable Register
DMA_SUSENR057   0xF0011AE4          DMA Channel 57 Suspend Enable Register
DMA_SUSENR058   0xF0011AE8          DMA Channel 58 Suspend Enable Register
DMA_SUSENR059   0xF0011AEC          DMA Channel 59 Suspend Enable Register
DMA_SUSENR060   0xF0011AF0          DMA Channel 60 Suspend Enable Register
DMA_SUSENR061   0xF0011AF4          DMA Channel 61 Suspend Enable Register
DMA_SUSENR062   0xF0011AF8          DMA Channel 62 Suspend Enable Register
DMA_SUSENR063   0xF0011AFC          DMA Channel 63 Suspend Enable Register
DMA_SUSACR000   0xF0011C00          DMA Channel 0 Suspend Acknowledge Register
DMA_SUSACR001   0xF0011C04          DMA Channel 1 Suspend Acknowledge Register
DMA_SUSACR002   0xF0011C08          DMA Channel 2 Suspend Acknowledge Register
DMA_SUSACR003   0xF0011C0C          DMA Channel 3 Suspend Acknowledge Register
DMA_SUSACR004   0xF0011C10          DMA Channel 4 Suspend Acknowledge Register
DMA_SUSACR005   0xF0011C14          DMA Channel 5 Suspend Acknowledge Register
DMA_SUSACR006   0xF0011C18          DMA Channel 6 Suspend Acknowledge Register
DMA_SUSACR007   0xF0011C1C          DMA Channel 7 Suspend Acknowledge Register
DMA_SUSACR008   0xF0011C20          DMA Channel 8 Suspend Acknowledge Register
DMA_SUSACR009   0xF0011C24          DMA Channel 9 Suspend Acknowledge Register
DMA_SUSACR010   0xF0011C28          DMA Channel 10 Suspend Acknowledge Register
DMA_SUSACR011   0xF0011C2C          DMA Channel 11 Suspend Acknowledge Register
DMA_SUSACR012   0xF0011C30          DMA Channel 12 Suspend Acknowledge Register
DMA_SUSACR013   0xF0011C34          DMA Channel 13 Suspend Acknowledge Register
DMA_SUSACR014   0xF0011C38          DMA Channel 14 Suspend Acknowledge Register
DMA_SUSACR015   0xF0011C3C          DMA Channel 15 Suspend Acknowledge Register
DMA_SUSACR016   0xF0011C40          DMA Channel 16 Suspend Acknowledge Register
DMA_SUSACR017   0xF0011C44          DMA Channel 17 Suspend Acknowledge Register
DMA_SUSACR018   0xF0011C48          DMA Channel 18 Suspend Acknowledge Register
DMA_SUSACR019   0xF0011C4C          DMA Channel 19 Suspend Acknowledge Register
DMA_SUSACR020   0xF0011C50          DMA Channel 20 Suspend Acknowledge Register
DMA_SUSACR021   0xF0011C54          DMA Channel 21 Suspend Acknowledge Register
DMA_SUSACR022   0xF0011C58          DMA Channel 22 Suspend Acknowledge Register
DMA_SUSACR023   0xF0011C5C          DMA Channel 23 Suspend Acknowledge Register
DMA_SUSACR024   0xF0011C60          DMA Channel 24 Suspend Acknowledge Register
DMA_SUSACR025   0xF0011C64          DMA Channel 25 Suspend Acknowledge Register
DMA_SUSACR026   0xF0011C68          DMA Channel 26 Suspend Acknowledge Register
DMA_SUSACR027   0xF0011C6C          DMA Channel 27 Suspend Acknowledge Register
DMA_SUSACR028   0xF0011C70          DMA Channel 28 Suspend Acknowledge Register
DMA_SUSACR029   0xF0011C74          DMA Channel 29 Suspend Acknowledge Register
DMA_SUSACR030   0xF0011C78          DMA Channel 30 Suspend Acknowledge Register
DMA_SUSACR031   0xF0011C7C          DMA Channel 31 Suspend Acknowledge Register
DMA_SUSACR032   0xF0011C80          DMA Channel 32 Suspend Acknowledge Register
DMA_SUSACR033   0xF0011C84          DMA Channel 33 Suspend Acknowledge Register
DMA_SUSACR034   0xF0011C88          DMA Channel 34 Suspend Acknowledge Register
DMA_SUSACR035   0xF0011C8C          DMA Channel 35 Suspend Acknowledge Register
DMA_SUSACR036   0xF0011C90          DMA Channel 36 Suspend Acknowledge Register
DMA_SUSACR037   0xF0011C94          DMA Channel 37 Suspend Acknowledge Register
DMA_SUSACR038   0xF0011C98          DMA Channel 38 Suspend Acknowledge Register
DMA_SUSACR039   0xF0011C9C          DMA Channel 39 Suspend Acknowledge Register
DMA_SUSACR040   0xF0011CA0          DMA Channel 40 Suspend Acknowledge Register
DMA_SUSACR041   0xF0011CA4          DMA Channel 41 Suspend Acknowledge Register
DMA_SUSACR042   0xF0011CA8          DMA Channel 42 Suspend Acknowledge Register
DMA_SUSACR043   0xF0011CAC          DMA Channel 43 Suspend Acknowledge Register
DMA_SUSACR044   0xF0011CB0          DMA Channel 44 Suspend Acknowledge Register
DMA_SUSACR045   0xF0011CB4          DMA Channel 45 Suspend Acknowledge Register
DMA_SUSACR046   0xF0011CB8          DMA Channel 46 Suspend Acknowledge Register
DMA_SUSACR047   0xF0011CBC          DMA Channel 47 Suspend Acknowledge Register
DMA_SUSACR048   0xF0011CC0          DMA Channel 48 Suspend Acknowledge Register
DMA_SUSACR049   0xF0011CC4          DMA Channel 49 Suspend Acknowledge Register
DMA_SUSACR050   0xF0011CC8          DMA Channel 50 Suspend Acknowledge Register
DMA_SUSACR051   0xF0011CCC          DMA Channel 51 Suspend Acknowledge Register
DMA_SUSACR052   0xF0011CD0          DMA Channel 52 Suspend Acknowledge Register
DMA_SUSACR053   0xF0011CD4          DMA Channel 53 Suspend Acknowledge Register
DMA_SUSACR054   0xF0011CD8          DMA Channel 54 Suspend Acknowledge Register
DMA_SUSACR055   0xF0011CDC          DMA Channel 55 Suspend Acknowledge Register
DMA_SUSACR056   0xF0011CE0          DMA Channel 56 Suspend Acknowledge Register
DMA_SUSACR057   0xF0011CE4          DMA Channel 57 Suspend Acknowledge Register
DMA_SUSACR058   0xF0011CE8          DMA Channel 58 Suspend Acknowledge Register
DMA_SUSACR059   0xF0011CEC          DMA Channel 59 Suspend Acknowledge Register
DMA_SUSACR060   0xF0011CF0          DMA Channel 60 Suspend Acknowledge Register
DMA_SUSACR061   0xF0011CF4          DMA Channel 61 Suspend Acknowledge Register
DMA_SUSACR062   0xF0011CF8          DMA Channel 62 Suspend Acknowledge Register
DMA_SUSACR063   0xF0011CFC          DMA Channel 63 Suspend Acknowledge Register
DMA_TSR000      0xF0011E00          DMA Channel 0 Transaction State Register
DMA_TSR001      0xF0011E04          DMA Channel 1 Transaction State Register
DMA_TSR002      0xF0011E08          DMA Channel 2 Transaction State Register
DMA_TSR003      0xF0011E0C          DMA Channel 3 Transaction State Register
DMA_TSR004      0xF0011E10          DMA Channel 4 Transaction State Register
DMA_TSR005      0xF0011E14          DMA Channel 5 Transaction State Register
DMA_TSR006      0xF0011E18          DMA Channel 6 Transaction State Register
DMA_TSR007      0xF0011E1C          DMA Channel 7 Transaction State Register
DMA_TSR008      0xF0011E20          DMA Channel 8 Transaction State Register
DMA_TSR009      0xF0011E24          DMA Channel 9 Transaction State Register
DMA_TSR010      0xF0011E28          DMA Channel 10 Transaction State Register
DMA_TSR011      0xF0011E2C          DMA Channel 11 Transaction State Register
DMA_TSR012      0xF0011E30          DMA Channel 12 Transaction State Register
DMA_TSR013      0xF0011E34          DMA Channel 13 Transaction State Register
DMA_TSR014      0xF0011E38          DMA Channel 14 Transaction State Register
DMA_TSR015      0xF0011E3C          DMA Channel 15 Transaction State Register
DMA_TSR016      0xF0011E40          DMA Channel 16 Transaction State Register
DMA_TSR017      0xF0011E44          DMA Channel 17 Transaction State Register
DMA_TSR018      0xF0011E48          DMA Channel 18 Transaction State Register
DMA_TSR019      0xF0011E4C          DMA Channel 19 Transaction State Register
DMA_TSR020      0xF0011E50          DMA Channel 20 Transaction State Register
DMA_TSR021      0xF0011E54          DMA Channel 21 Transaction State Register
DMA_TSR022      0xF0011E58          DMA Channel 22 Transaction State Register
DMA_TSR023      0xF0011E5C          DMA Channel 23 Transaction State Register
DMA_TSR024      0xF0011E60          DMA Channel 24 Transaction State Register
DMA_TSR025      0xF0011E64          DMA Channel 25 Transaction State Register
DMA_TSR026      0xF0011E68          DMA Channel 26 Transaction State Register
DMA_TSR027      0xF0011E6C          DMA Channel 27 Transaction State Register
DMA_TSR028      0xF0011E70          DMA Channel 28 Transaction State Register
DMA_TSR029      0xF0011E74          DMA Channel 29 Transaction State Register
DMA_TSR030      0xF0011E78          DMA Channel 30 Transaction State Register
DMA_TSR031      0xF0011E7C          DMA Channel 31 Transaction State Register
DMA_TSR032      0xF0011E80          DMA Channel 32 Transaction State Register
DMA_TSR033      0xF0011E84          DMA Channel 33 Transaction State Register
DMA_TSR034      0xF0011E88          DMA Channel 34 Transaction State Register
DMA_TSR035      0xF0011E8C          DMA Channel 35 Transaction State Register
DMA_TSR036      0xF0011E90          DMA Channel 36 Transaction State Register
DMA_TSR037      0xF0011E94          DMA Channel 37 Transaction State Register
DMA_TSR038      0xF0011E98          DMA Channel 38 Transaction State Register
DMA_TSR039      0xF0011E9C          DMA Channel 39 Transaction State Register
DMA_TSR040      0xF0011EA0          DMA Channel 40 Transaction State Register
DMA_TSR041      0xF0011EA4          DMA Channel 41 Transaction State Register
DMA_TSR042      0xF0011EA8          DMA Channel 42 Transaction State Register
DMA_TSR043      0xF0011EAC          DMA Channel 43 Transaction State Register
DMA_TSR044      0xF0011EB0          DMA Channel 44 Transaction State Register
DMA_TSR045      0xF0011EB4          DMA Channel 45 Transaction State Register
DMA_TSR046      0xF0011EB8          DMA Channel 46 Transaction State Register
DMA_TSR047      0xF0011EBC          DMA Channel 47 Transaction State Register
DMA_TSR048      0xF0011EC0          DMA Channel 48 Transaction State Register
DMA_TSR049      0xF0011EC4          DMA Channel 49 Transaction State Register
DMA_TSR050      0xF0011EC8          DMA Channel 50 Transaction State Register
DMA_TSR051      0xF0011ECC          DMA Channel 51 Transaction State Register
DMA_TSR052      0xF0011ED0          DMA Channel 52 Transaction State Register
DMA_TSR053      0xF0011ED4          DMA Channel 53 Transaction State Register
DMA_TSR054      0xF0011ED8          DMA Channel 54 Transaction State Register
DMA_TSR055      0xF0011EDC          DMA Channel 55 Transaction State Register
DMA_TSR056      0xF0011EE0          DMA Channel 56 Transaction State Register
DMA_TSR057      0xF0011EE4          DMA Channel 57 Transaction State Register
DMA_TSR058      0xF0011EE8          DMA Channel 58 Transaction State Register
DMA_TSR059      0xF0011EEC          DMA Channel 59 Transaction State Register
DMA_TSR060      0xF0011EF0          DMA Channel 60 Transaction State Register
DMA_TSR061      0xF0011EF4          DMA Channel 61 Transaction State Register
DMA_TSR062      0xF0011EF8          DMA Channel 62 Transaction State Register
DMA_TSR063      0xF0011EFC          DMA Channel 63 Transaction State Register
DMA_RDCRCR000   0xF0012000          DMARAM Channel 0 Read Data CRC Register
DMA_SDCRCR000   0xF0012004          DMARAM Channel 0 Source and Destination Address CRC Register
DMA_SADR000     0xF0012008          DMARAM Channel 0 Source Address Register
DMA_DADR000     0xF001200C          DMARAM Channel 0 Destination Address Register
DMA_ADICR000    0xF0012010          DMARAM Channel 0 Address and Interrupt Control Register
DMA_CHCFGR000   0xF0012014          DMARAM Channel 0 Configuration Register
DMA_SHADR000    0xF0012018          DMARAM Channel 0 Shadow Address Register
DMA_CHCSR000    0xF001201C          DMARAM Channel 0 Control and Status Register
DMA_RDCRCR001   0xF0012020          DMARAM Channel 1 Read Data CRC Register
DMA_SDCRCR001   0xF0012024          DMARAM Channel 1 Source and Destination Address CRC Register
DMA_SADR001     0xF0012028          DMARAM Channel 1 Source Address Register
DMA_DADR001     0xF001202C          DMARAM Channel 1 Destination Address Register
DMA_ADICR001    0xF0012030          DMARAM Channel 1 Address and Interrupt Control Register
DMA_CHCFGR001   0xF0012034          DMARAM Channel 1 Configuration Register
DMA_SHADR001    0xF0012038          DMARAM Channel 1 Shadow Address Register
DMA_CHCSR001    0xF001203C          DMARAM Channel 1 Control and Status Register
DMA_RDCRCR002   0xF0012040          DMARAM Channel 2 Read Data CRC Register
DMA_SDCRCR002   0xF0012044          DMARAM Channel 2 Source and Destination Address CRC Register
DMA_SADR002     0xF0012048          DMARAM Channel 2 Source Address Register
DMA_DADR002     0xF001204C          DMARAM Channel 2 Destination Address Register
DMA_ADICR002    0xF0012050          DMARAM Channel 2 Address and Interrupt Control Register
DMA_CHCFGR002   0xF0012054          DMARAM Channel 2 Configuration Register
DMA_SHADR002    0xF0012058          DMARAM Channel 2 Shadow Address Register
DMA_CHCSR002    0xF001205C          DMARAM Channel 2 Control and Status Register
DMA_RDCRCR003   0xF0012060          DMARAM Channel 3 Read Data CRC Register
DMA_SDCRCR003   0xF0012064          DMARAM Channel 3 Source and Destination Address CRC Register
DMA_SADR003     0xF0012068          DMARAM Channel 3 Source Address Register
DMA_DADR003     0xF001206C          DMARAM Channel 3 Destination Address Register
DMA_ADICR003    0xF0012070          DMARAM Channel 3 Address and Interrupt Control Register
DMA_CHCFGR003   0xF0012074          DMARAM Channel 3 Configuration Register
DMA_SHADR003    0xF0012078          DMARAM Channel 3 Shadow Address Register
DMA_CHCSR003    0xF001207C          DMARAM Channel 3 Control and Status Register
DMA_RDCRCR004   0xF0012080          DMARAM Channel 4 Read Data CRC Register
DMA_SDCRCR004   0xF0012084          DMARAM Channel 4 Source and Destination Address CRC Register
DMA_SADR004     0xF0012088          DMARAM Channel 4 Source Address Register
DMA_DADR004     0xF001208C          DMARAM Channel 4 Destination Address Register
DMA_ADICR004    0xF0012090          DMARAM Channel 4 Address and Interrupt Control Register
DMA_CHCFGR004   0xF0012094          DMARAM Channel 4 Configuration Register
DMA_SHADR004    0xF0012098          DMARAM Channel 4 Shadow Address Register
DMA_CHCSR004    0xF001209C          DMARAM Channel 4 Control and Status Register
DMA_RDCRCR005   0xF00120A0          DMARAM Channel 5 Read Data CRC Register
DMA_SDCRCR005   0xF00120A4          DMARAM Channel 5 Source and Destination Address CRC Register
DMA_SADR005     0xF00120A8          DMARAM Channel 5 Source Address Register
DMA_DADR005     0xF00120AC          DMARAM Channel 5 Destination Address Register
DMA_ADICR005    0xF00120B0          DMARAM Channel 5 Address and Interrupt Control Register
DMA_CHCFGR005   0xF00120B4          DMARAM Channel 5 Configuration Register
DMA_SHADR005    0xF00120B8          DMARAM Channel 5 Shadow Address Register
DMA_CHCSR005    0xF00120BC          DMARAM Channel 5 Control and Status Register
DMA_RDCRCR006   0xF00120C0          DMARAM Channel 6 Read Data CRC Register
DMA_SDCRCR006   0xF00120C4          DMARAM Channel 6 Source and Destination Address CRC Register
DMA_SADR006     0xF00120C8          DMARAM Channel 6 Source Address Register
DMA_DADR006     0xF00120CC          DMARAM Channel 6 Destination Address Register
DMA_ADICR006    0xF00120D0          DMARAM Channel 6 Address and Interrupt Control Register
DMA_CHCFGR006   0xF00120D4          DMARAM Channel 6 Configuration Register
DMA_SHADR006    0xF00120D8          DMARAM Channel 6 Shadow Address Register
DMA_CHCSR006    0xF00120DC          DMARAM Channel 6 Control and Status Register
DMA_RDCRCR007   0xF00120E0          DMARAM Channel 7 Read Data CRC Register
DMA_SDCRCR007   0xF00120E4          DMARAM Channel 7 Source and Destination Address CRC Register
DMA_SADR007     0xF00120E8          DMARAM Channel 7 Source Address Register
DMA_DADR007     0xF00120EC          DMARAM Channel 7 Destination Address Register
DMA_ADICR007    0xF00120F0          DMARAM Channel 7 Address and Interrupt Control Register
DMA_CHCFGR007   0xF00120F4          DMARAM Channel 7 Configuration Register
DMA_SHADR007    0xF00120F8          DMARAM Channel 7 Shadow Address Register
DMA_CHCSR007    0xF00120FC          DMARAM Channel 7 Control and Status Register
DMA_RDCRCR008   0xF0012100          DMARAM Channel 8 Read Data CRC Register
DMA_SDCRCR008   0xF0012104          DMARAM Channel 8 Source and Destination Address CRC Register
DMA_SADR008     0xF0012108          DMARAM Channel 8 Source Address Register
DMA_DADR008     0xF001210C          DMARAM Channel 8 Destination Address Register
DMA_ADICR008    0xF0012110          DMARAM Channel 8 Address and Interrupt Control Register
DMA_CHCFGR008   0xF0012114          DMARAM Channel 8 Configuration Register
DMA_SHADR008    0xF0012118          DMARAM Channel 8 Shadow Address Register
DMA_CHCSR008    0xF001211C          DMARAM Channel 8 Control and Status Register
DMA_RDCRCR009   0xF0012120          DMARAM Channel 9 Read Data CRC Register
DMA_SDCRCR009   0xF0012124          DMARAM Channel 9 Source and Destination Address CRC Register
DMA_SADR009     0xF0012128          DMARAM Channel 9 Source Address Register
DMA_DADR009     0xF001212C          DMARAM Channel 9 Destination Address Register
DMA_ADICR009    0xF0012130          DMARAM Channel 9 Address and Interrupt Control Register
DMA_CHCFGR009   0xF0012134          DMARAM Channel 9 Configuration Register
DMA_SHADR009    0xF0012138          DMARAM Channel 9 Shadow Address Register
DMA_CHCSR009    0xF001213C          DMARAM Channel 9 Control and Status Register
DMA_RDCRCR010   0xF0012140          DMARAM Channel 10 Read Data CRC Register
DMA_SDCRCR010   0xF0012144          DMARAM Channel 10 Source and Destination Address CRC Register
DMA_SADR010     0xF0012148          DMARAM Channel 10 Source Address Register
DMA_DADR010     0xF001214C          DMARAM Channel 10 Destination Address Register
DMA_ADICR010    0xF0012150          DMARAM Channel 10 Address and Interrupt Control Register
DMA_CHCFGR010   0xF0012154          DMARAM Channel 10 Configuration Register
DMA_SHADR010    0xF0012158          DMARAM Channel 10 Shadow Address Register
DMA_CHCSR010    0xF001215C          DMARAM Channel 10 Control and Status Register
DMA_RDCRCR011   0xF0012160          DMARAM Channel 11 Read Data CRC Register
DMA_SDCRCR011   0xF0012164          DMARAM Channel 11 Source and Destination Address CRC Register
DMA_SADR011     0xF0012168          DMARAM Channel 11 Source Address Register
DMA_DADR011     0xF001216C          DMARAM Channel 11 Destination Address Register
DMA_ADICR011    0xF0012170          DMARAM Channel 11 Address and Interrupt Control Register
DMA_CHCFGR011   0xF0012174          DMARAM Channel 11 Configuration Register
DMA_SHADR011    0xF0012178          DMARAM Channel 11 Shadow Address Register
DMA_CHCSR011    0xF001217C          DMARAM Channel 11 Control and Status Register
DMA_RDCRCR012   0xF0012180          DMARAM Channel 12 Read Data CRC Register
DMA_SDCRCR012   0xF0012184          DMARAM Channel 12 Source and Destination Address CRC Register
DMA_SADR012     0xF0012188          DMARAM Channel 12 Source Address Register
DMA_DADR012     0xF001218C          DMARAM Channel 12 Destination Address Register
DMA_ADICR012    0xF0012190          DMARAM Channel 12 Address and Interrupt Control Register
DMA_CHCFGR012   0xF0012194          DMARAM Channel 12 Configuration Register
DMA_SHADR012    0xF0012198          DMARAM Channel 12 Shadow Address Register
DMA_CHCSR012    0xF001219C          DMARAM Channel 12 Control and Status Register
DMA_RDCRCR013   0xF00121A0          DMARAM Channel 13 Read Data CRC Register
DMA_SDCRCR013   0xF00121A4          DMARAM Channel 13 Source and Destination Address CRC Register
DMA_SADR013     0xF00121A8          DMARAM Channel 13 Source Address Register
DMA_DADR013     0xF00121AC          DMARAM Channel 13 Destination Address Register
DMA_ADICR013    0xF00121B0          DMARAM Channel 13 Address and Interrupt Control Register
DMA_CHCFGR013   0xF00121B4          DMARAM Channel 13 Configuration Register
DMA_SHADR013    0xF00121B8          DMARAM Channel 13 Shadow Address Register
DMA_CHCSR013    0xF00121BC          DMARAM Channel 13 Control and Status Register
DMA_RDCRCR014   0xF00121C0          DMARAM Channel 14 Read Data CRC Register
DMA_SDCRCR014   0xF00121C4          DMARAM Channel 14 Source and Destination Address CRC Register
DMA_SADR014     0xF00121C8          DMARAM Channel 14 Source Address Register
DMA_DADR014     0xF00121CC          DMARAM Channel 14 Destination Address Register
DMA_ADICR014    0xF00121D0          DMARAM Channel 14 Address and Interrupt Control Register
DMA_CHCFGR014   0xF00121D4          DMARAM Channel 14 Configuration Register
DMA_SHADR014    0xF00121D8          DMARAM Channel 14 Shadow Address Register
DMA_CHCSR014    0xF00121DC          DMARAM Channel 14 Control and Status Register
DMA_RDCRCR015   0xF00121E0          DMARAM Channel 15 Read Data CRC Register
DMA_SDCRCR015   0xF00121E4          DMARAM Channel 15 Source and Destination Address CRC Register
DMA_SADR015     0xF00121E8          DMARAM Channel 15 Source Address Register
DMA_DADR015     0xF00121EC          DMARAM Channel 15 Destination Address Register
DMA_ADICR015    0xF00121F0          DMARAM Channel 15 Address and Interrupt Control Register
DMA_CHCFGR015   0xF00121F4          DMARAM Channel 15 Configuration Register
DMA_SHADR015    0xF00121F8          DMARAM Channel 15 Shadow Address Register
DMA_CHCSR015    0xF00121FC          DMARAM Channel 15 Control and Status Register
DMA_RDCRCR016   0xF0012200          DMARAM Channel 16 Read Data CRC Register
DMA_SDCRCR016   0xF0012204          DMARAM Channel 16 Source and Destination Address CRC Register
DMA_SADR016     0xF0012208          DMARAM Channel 16 Source Address Register
DMA_DADR016     0xF001220C          DMARAM Channel 16 Destination Address Register
DMA_ADICR016    0xF0012210          DMARAM Channel 16 Address and Interrupt Control Register
DMA_CHCFGR016   0xF0012214          DMARAM Channel 16 Configuration Register
DMA_SHADR016    0xF0012218          DMARAM Channel 16 Shadow Address Register
DMA_CHCSR016    0xF001221C          DMARAM Channel 16 Control and Status Register
DMA_RDCRCR017   0xF0012220          DMARAM Channel 17 Read Data CRC Register
DMA_SDCRCR017   0xF0012224          DMARAM Channel 17 Source and Destination Address CRC Register
DMA_SADR017     0xF0012228          DMARAM Channel 17 Source Address Register
DMA_DADR017     0xF001222C          DMARAM Channel 17 Destination Address Register
DMA_ADICR017    0xF0012230          DMARAM Channel 17 Address and Interrupt Control Register
DMA_CHCFGR017   0xF0012234          DMARAM Channel 17 Configuration Register
DMA_SHADR017    0xF0012238          DMARAM Channel 17 Shadow Address Register
DMA_CHCSR017    0xF001223C          DMARAM Channel 17 Control and Status Register
DMA_RDCRCR018   0xF0012240          DMARAM Channel 18 Read Data CRC Register
DMA_SDCRCR018   0xF0012244          DMARAM Channel 18 Source and Destination Address CRC Register
DMA_SADR018     0xF0012248          DMARAM Channel 18 Source Address Register
DMA_DADR018     0xF001224C          DMARAM Channel 18 Destination Address Register
DMA_ADICR018    0xF0012250          DMARAM Channel 18 Address and Interrupt Control Register
DMA_CHCFGR018   0xF0012254          DMARAM Channel 18 Configuration Register
DMA_SHADR018    0xF0012258          DMARAM Channel 18 Shadow Address Register
DMA_CHCSR018    0xF001225C          DMARAM Channel 18 Control and Status Register
DMA_RDCRCR019   0xF0012260          DMARAM Channel 19 Read Data CRC Register
DMA_SDCRCR019   0xF0012264          DMARAM Channel 19 Source and Destination Address CRC Register
DMA_SADR019     0xF0012268          DMARAM Channel 19 Source Address Register
DMA_DADR019     0xF001226C          DMARAM Channel 19 Destination Address Register
DMA_ADICR019    0xF0012270          DMARAM Channel 19 Address and Interrupt Control Register
DMA_CHCFGR019   0xF0012274          DMARAM Channel 19 Configuration Register
DMA_SHADR019    0xF0012278          DMARAM Channel 19 Shadow Address Register
DMA_CHCSR019    0xF001227C          DMARAM Channel 19 Control and Status Register
DMA_RDCRCR020   0xF0012280          DMARAM Channel 20 Read Data CRC Register
DMA_SDCRCR020   0xF0012284          DMARAM Channel 20 Source and Destination Address CRC Register
DMA_SADR020     0xF0012288          DMARAM Channel 20 Source Address Register
DMA_DADR020     0xF001228C          DMARAM Channel 20 Destination Address Register
DMA_ADICR020    0xF0012290          DMARAM Channel 20 Address and Interrupt Control Register
DMA_CHCFGR020   0xF0012294          DMARAM Channel 20 Configuration Register
DMA_SHADR020    0xF0012298          DMARAM Channel 20 Shadow Address Register
DMA_CHCSR020    0xF001229C          DMARAM Channel 20 Control and Status Register
DMA_RDCRCR021   0xF00122A0          DMARAM Channel 21 Read Data CRC Register
DMA_SDCRCR021   0xF00122A4          DMARAM Channel 21 Source and Destination Address CRC Register
DMA_SADR021     0xF00122A8          DMARAM Channel 21 Source Address Register
DMA_DADR021     0xF00122AC          DMARAM Channel 21 Destination Address Register
DMA_ADICR021    0xF00122B0          DMARAM Channel 21 Address and Interrupt Control Register
DMA_CHCFGR021   0xF00122B4          DMARAM Channel 21 Configuration Register
DMA_SHADR021    0xF00122B8          DMARAM Channel 21 Shadow Address Register
DMA_CHCSR021    0xF00122BC          DMARAM Channel 21 Control and Status Register
DMA_RDCRCR022   0xF00122C0          DMARAM Channel 22 Read Data CRC Register
DMA_SDCRCR022   0xF00122C4          DMARAM Channel 22 Source and Destination Address CRC Register
DMA_SADR022     0xF00122C8          DMARAM Channel 22 Source Address Register
DMA_DADR022     0xF00122CC          DMARAM Channel 22 Destination Address Register
DMA_ADICR022    0xF00122D0          DMARAM Channel 22 Address and Interrupt Control Register
DMA_CHCFGR022   0xF00122D4          DMARAM Channel 22 Configuration Register
DMA_SHADR022    0xF00122D8          DMARAM Channel 22 Shadow Address Register
DMA_CHCSR022    0xF00122DC          DMARAM Channel 22 Control and Status Register
DMA_RDCRCR023   0xF00122E0          DMARAM Channel 23 Read Data CRC Register
DMA_SDCRCR023   0xF00122E4          DMARAM Channel 23 Source and Destination Address CRC Register
DMA_SADR023     0xF00122E8          DMARAM Channel 23 Source Address Register
DMA_DADR023     0xF00122EC          DMARAM Channel 23 Destination Address Register
DMA_ADICR023    0xF00122F0          DMARAM Channel 23 Address and Interrupt Control Register
DMA_CHCFGR023   0xF00122F4          DMARAM Channel 23 Configuration Register
DMA_SHADR023    0xF00122F8          DMARAM Channel 23 Shadow Address Register
DMA_CHCSR023    0xF00122FC          DMARAM Channel 23 Control and Status Register
DMA_RDCRCR024   0xF0012300          DMARAM Channel 24 Read Data CRC Register
DMA_SDCRCR024   0xF0012304          DMARAM Channel 24 Source and Destination Address CRC Register
DMA_SADR024     0xF0012308          DMARAM Channel 24 Source Address Register
DMA_DADR024     0xF001230C          DMARAM Channel 24 Destination Address Register
DMA_ADICR024    0xF0012310          DMARAM Channel 24 Address and Interrupt Control Register
DMA_CHCFGR024   0xF0012314          DMARAM Channel 24 Configuration Register
DMA_SHADR024    0xF0012318          DMARAM Channel 24 Shadow Address Register
DMA_CHCSR024    0xF001231C          DMARAM Channel 24 Control and Status Register
DMA_RDCRCR025   0xF0012320          DMARAM Channel 25 Read Data CRC Register
DMA_SDCRCR025   0xF0012324          DMARAM Channel 25 Source and Destination Address CRC Register
DMA_SADR025     0xF0012328          DMARAM Channel 25 Source Address Register
DMA_DADR025     0xF001232C          DMARAM Channel 25 Destination Address Register
DMA_ADICR025    0xF0012330          DMARAM Channel 25 Address and Interrupt Control Register
DMA_CHCFGR025   0xF0012334          DMARAM Channel 25 Configuration Register
DMA_SHADR025    0xF0012338          DMARAM Channel 25 Shadow Address Register
DMA_CHCSR025    0xF001233C          DMARAM Channel 25 Control and Status Register
DMA_RDCRCR026   0xF0012340          DMARAM Channel 26 Read Data CRC Register
DMA_SDCRCR026   0xF0012344          DMARAM Channel 26 Source and Destination Address CRC Register
DMA_SADR026     0xF0012348          DMARAM Channel 26 Source Address Register
DMA_DADR026     0xF001234C          DMARAM Channel 26 Destination Address Register
DMA_ADICR026    0xF0012350          DMARAM Channel 26 Address and Interrupt Control Register
DMA_CHCFGR026   0xF0012354          DMARAM Channel 26 Configuration Register
DMA_SHADR026    0xF0012358          DMARAM Channel 26 Shadow Address Register
DMA_CHCSR026    0xF001235C          DMARAM Channel 26 Control and Status Register
DMA_RDCRCR027   0xF0012360          DMARAM Channel 27 Read Data CRC Register
DMA_SDCRCR027   0xF0012364          DMARAM Channel 27 Source and Destination Address CRC Register
DMA_SADR027     0xF0012368          DMARAM Channel 27 Source Address Register
DMA_DADR027     0xF001236C          DMARAM Channel 27 Destination Address Register
DMA_ADICR027    0xF0012370          DMARAM Channel 27 Address and Interrupt Control Register
DMA_CHCFGR027   0xF0012374          DMARAM Channel 27 Configuration Register
DMA_SHADR027    0xF0012378          DMARAM Channel 27 Shadow Address Register
DMA_CHCSR027    0xF001237C          DMARAM Channel 27 Control and Status Register
DMA_RDCRCR028   0xF0012380          DMARAM Channel 28 Read Data CRC Register
DMA_SDCRCR028   0xF0012384          DMARAM Channel 28 Source and Destination Address CRC Register
DMA_SADR028     0xF0012388          DMARAM Channel 28 Source Address Register
DMA_DADR028     0xF001238C          DMARAM Channel 28 Destination Address Register
DMA_ADICR028    0xF0012390          DMARAM Channel 28 Address and Interrupt Control Register
DMA_CHCFGR028   0xF0012394          DMARAM Channel 28 Configuration Register
DMA_SHADR028    0xF0012398          DMARAM Channel 28 Shadow Address Register
DMA_CHCSR028    0xF001239C          DMARAM Channel 28 Control and Status Register
DMA_RDCRCR029   0xF00123A0          DMARAM Channel 29 Read Data CRC Register
DMA_SDCRCR029   0xF00123A4          DMARAM Channel 29 Source and Destination Address CRC Register
DMA_SADR029     0xF00123A8          DMARAM Channel 29 Source Address Register
DMA_DADR029     0xF00123AC          DMARAM Channel 29 Destination Address Register
DMA_ADICR029    0xF00123B0          DMARAM Channel 29 Address and Interrupt Control Register
DMA_CHCFGR029   0xF00123B4          DMARAM Channel 29 Configuration Register
DMA_SHADR029    0xF00123B8          DMARAM Channel 29 Shadow Address Register
DMA_CHCSR029    0xF00123BC          DMARAM Channel 29 Control and Status Register
DMA_RDCRCR030   0xF00123C0          DMARAM Channel 30 Read Data CRC Register
DMA_SDCRCR030   0xF00123C4          DMARAM Channel 30 Source and Destination Address CRC Register
DMA_SADR030     0xF00123C8          DMARAM Channel 30 Source Address Register
DMA_DADR030     0xF00123CC          DMARAM Channel 30 Destination Address Register
DMA_ADICR030    0xF00123D0          DMARAM Channel 30 Address and Interrupt Control Register
DMA_CHCFGR030   0xF00123D4          DMARAM Channel 30 Configuration Register
DMA_SHADR030    0xF00123D8          DMARAM Channel 30 Shadow Address Register
DMA_CHCSR030    0xF00123DC          DMARAM Channel 30 Control and Status Register
DMA_RDCRCR031   0xF00123E0          DMARAM Channel 31 Read Data CRC Register
DMA_SDCRCR031   0xF00123E4          DMARAM Channel 31 Source and Destination Address CRC Register
DMA_SADR031     0xF00123E8          DMARAM Channel 31 Source Address Register
DMA_DADR031     0xF00123EC          DMARAM Channel 31 Destination Address Register
DMA_ADICR031    0xF00123F0          DMARAM Channel 31 Address and Interrupt Control Register
DMA_CHCFGR031   0xF00123F4          DMARAM Channel 31 Configuration Register
DMA_SHADR031    0xF00123F8          DMARAM Channel 31 Shadow Address Register
DMA_CHCSR031    0xF00123FC          DMARAM Channel 31 Control and Status Register
DMA_RDCRCR032   0xF0012400          DMARAM Channel 32 Read Data CRC Register
DMA_SDCRCR032   0xF0012404          DMARAM Channel 32 Source and Destination Address CRC Register
DMA_SADR032     0xF0012408          DMARAM Channel 32 Source Address Register
DMA_DADR032     0xF001240C          DMARAM Channel 32 Destination Address Register
DMA_ADICR032    0xF0012410          DMARAM Channel 32 Address and Interrupt Control Register
DMA_CHCFGR032   0xF0012414          DMARAM Channel 32 Configuration Register
DMA_SHADR032    0xF0012418          DMARAM Channel 32 Shadow Address Register
DMA_CHCSR032    0xF001241C          DMARAM Channel 32 Control and Status Register
DMA_RDCRCR033   0xF0012420          DMARAM Channel 33 Read Data CRC Register
DMA_SDCRCR033   0xF0012424          DMARAM Channel 33 Source and Destination Address CRC Register
DMA_SADR033     0xF0012428          DMARAM Channel 33 Source Address Register
DMA_DADR033     0xF001242C          DMARAM Channel 33 Destination Address Register
DMA_ADICR033    0xF0012430          DMARAM Channel 33 Address and Interrupt Control Register
DMA_CHCFGR033   0xF0012434          DMARAM Channel 33 Configuration Register
DMA_SHADR033    0xF0012438          DMARAM Channel 33 Shadow Address Register
DMA_CHCSR033    0xF001243C          DMARAM Channel 33 Control and Status Register
DMA_RDCRCR034   0xF0012440          DMARAM Channel 34 Read Data CRC Register
DMA_SDCRCR034   0xF0012444          DMARAM Channel 34 Source and Destination Address CRC Register
DMA_SADR034     0xF0012448          DMARAM Channel 34 Source Address Register
DMA_DADR034     0xF001244C          DMARAM Channel 34 Destination Address Register
DMA_ADICR034    0xF0012450          DMARAM Channel 34 Address and Interrupt Control Register
DMA_CHCFGR034   0xF0012454          DMARAM Channel 34 Configuration Register
DMA_SHADR034    0xF0012458          DMARAM Channel 34 Shadow Address Register
DMA_CHCSR034    0xF001245C          DMARAM Channel 34 Control and Status Register
DMA_RDCRCR035   0xF0012460          DMARAM Channel 35 Read Data CRC Register
DMA_SDCRCR035   0xF0012464          DMARAM Channel 35 Source and Destination Address CRC Register
DMA_SADR035     0xF0012468          DMARAM Channel 35 Source Address Register
DMA_DADR035     0xF001246C          DMARAM Channel 35 Destination Address Register
DMA_ADICR035    0xF0012470          DMARAM Channel 35 Address and Interrupt Control Register
DMA_CHCFGR035   0xF0012474          DMARAM Channel 35 Configuration Register
DMA_SHADR035    0xF0012478          DMARAM Channel 35 Shadow Address Register
DMA_CHCSR035    0xF001247C          DMARAM Channel 35 Control and Status Register
DMA_RDCRCR036   0xF0012480          DMARAM Channel 36 Read Data CRC Register
DMA_SDCRCR036   0xF0012484          DMARAM Channel 36 Source and Destination Address CRC Register
DMA_SADR036     0xF0012488          DMARAM Channel 36 Source Address Register
DMA_DADR036     0xF001248C          DMARAM Channel 36 Destination Address Register
DMA_ADICR036    0xF0012490          DMARAM Channel 36 Address and Interrupt Control Register
DMA_CHCFGR036   0xF0012494          DMARAM Channel 36 Configuration Register
DMA_SHADR036    0xF0012498          DMARAM Channel 36 Shadow Address Register
DMA_CHCSR036    0xF001249C          DMARAM Channel 36 Control and Status Register
DMA_RDCRCR037   0xF00124A0          DMARAM Channel 37 Read Data CRC Register
DMA_SDCRCR037   0xF00124A4          DMARAM Channel 37 Source and Destination Address CRC Register
DMA_SADR037     0xF00124A8          DMARAM Channel 37 Source Address Register
DMA_DADR037     0xF00124AC          DMARAM Channel 37 Destination Address Register
DMA_ADICR037    0xF00124B0          DMARAM Channel 37 Address and Interrupt Control Register
DMA_CHCFGR037   0xF00124B4          DMARAM Channel 37 Configuration Register
DMA_SHADR037    0xF00124B8          DMARAM Channel 37 Shadow Address Register
DMA_CHCSR037    0xF00124BC          DMARAM Channel 37 Control and Status Register
DMA_RDCRCR038   0xF00124C0          DMARAM Channel 38 Read Data CRC Register
DMA_SDCRCR038   0xF00124C4          DMARAM Channel 38 Source and Destination Address CRC Register
DMA_SADR038     0xF00124C8          DMARAM Channel 38 Source Address Register
DMA_DADR038     0xF00124CC          DMARAM Channel 38 Destination Address Register
DMA_ADICR038    0xF00124D0          DMARAM Channel 38 Address and Interrupt Control Register
DMA_CHCFGR038   0xF00124D4          DMARAM Channel 38 Configuration Register
DMA_SHADR038    0xF00124D8          DMARAM Channel 38 Shadow Address Register
DMA_CHCSR038    0xF00124DC          DMARAM Channel 38 Control and Status Register
DMA_RDCRCR039   0xF00124E0          DMARAM Channel 39 Read Data CRC Register
DMA_SDCRCR039   0xF00124E4          DMARAM Channel 39 Source and Destination Address CRC Register
DMA_SADR039     0xF00124E8          DMARAM Channel 39 Source Address Register
DMA_DADR039     0xF00124EC          DMARAM Channel 39 Destination Address Register
DMA_ADICR039    0xF00124F0          DMARAM Channel 39 Address and Interrupt Control Register
DMA_CHCFGR039   0xF00124F4          DMARAM Channel 39 Configuration Register
DMA_SHADR039    0xF00124F8          DMARAM Channel 39 Shadow Address Register
DMA_CHCSR039    0xF00124FC          DMARAM Channel 39 Control and Status Register
DMA_RDCRCR040   0xF0012500          DMARAM Channel 40 Read Data CRC Register
DMA_SDCRCR040   0xF0012504          DMARAM Channel 40 Source and Destination Address CRC Register
DMA_SADR040     0xF0012508          DMARAM Channel 40 Source Address Register
DMA_DADR040     0xF001250C          DMARAM Channel 40 Destination Address Register
DMA_ADICR040    0xF0012510          DMARAM Channel 40 Address and Interrupt Control Register
DMA_CHCFGR040   0xF0012514          DMARAM Channel 40 Configuration Register
DMA_SHADR040    0xF0012518          DMARAM Channel 40 Shadow Address Register
DMA_CHCSR040    0xF001251C          DMARAM Channel 40 Control and Status Register
DMA_RDCRCR041   0xF0012520          DMARAM Channel 41 Read Data CRC Register
DMA_SDCRCR041   0xF0012524          DMARAM Channel 41 Source and Destination Address CRC Register
DMA_SADR041     0xF0012528          DMARAM Channel 41 Source Address Register
DMA_DADR041     0xF001252C          DMARAM Channel 41 Destination Address Register
DMA_ADICR041    0xF0012530          DMARAM Channel 41 Address and Interrupt Control Register
DMA_CHCFGR041   0xF0012534          DMARAM Channel 41 Configuration Register
DMA_SHADR041    0xF0012538          DMARAM Channel 41 Shadow Address Register
DMA_CHCSR041    0xF001253C          DMARAM Channel 41 Control and Status Register
DMA_RDCRCR042   0xF0012540          DMARAM Channel 42 Read Data CRC Register
DMA_SDCRCR042   0xF0012544          DMARAM Channel 42 Source and Destination Address CRC Register
DMA_SADR042     0xF0012548          DMARAM Channel 42 Source Address Register
DMA_DADR042     0xF001254C          DMARAM Channel 42 Destination Address Register
DMA_ADICR042    0xF0012550          DMARAM Channel 42 Address and Interrupt Control Register
DMA_CHCFGR042   0xF0012554          DMARAM Channel 42 Configuration Register
DMA_SHADR042    0xF0012558          DMARAM Channel 42 Shadow Address Register
DMA_CHCSR042    0xF001255C          DMARAM Channel 42 Control and Status Register
DMA_RDCRCR043   0xF0012560          DMARAM Channel 43 Read Data CRC Register
DMA_SDCRCR043   0xF0012564          DMARAM Channel 43 Source and Destination Address CRC Register
DMA_SADR043     0xF0012568          DMARAM Channel 43 Source Address Register
DMA_DADR043     0xF001256C          DMARAM Channel 43 Destination Address Register
DMA_ADICR043    0xF0012570          DMARAM Channel 43 Address and Interrupt Control Register
DMA_CHCFGR043   0xF0012574          DMARAM Channel 43 Configuration Register
DMA_SHADR043    0xF0012578          DMARAM Channel 43 Shadow Address Register
DMA_CHCSR043    0xF001257C          DMARAM Channel 43 Control and Status Register
DMA_RDCRCR044   0xF0012580          DMARAM Channel 44 Read Data CRC Register
DMA_SDCRCR044   0xF0012584          DMARAM Channel 44 Source and Destination Address CRC Register
DMA_SADR044     0xF0012588          DMARAM Channel 44 Source Address Register
DMA_DADR044     0xF001258C          DMARAM Channel 44 Destination Address Register
DMA_ADICR044    0xF0012590          DMARAM Channel 44 Address and Interrupt Control Register
DMA_CHCFGR044   0xF0012594          DMARAM Channel 44 Configuration Register
DMA_SHADR044    0xF0012598          DMARAM Channel 44 Shadow Address Register
DMA_CHCSR044    0xF001259C          DMARAM Channel 44 Control and Status Register
DMA_RDCRCR045   0xF00125A0          DMARAM Channel 45 Read Data CRC Register
DMA_SDCRCR045   0xF00125A4          DMARAM Channel 45 Source and Destination Address CRC Register
DMA_SADR045     0xF00125A8          DMARAM Channel 45 Source Address Register
DMA_DADR045     0xF00125AC          DMARAM Channel 45 Destination Address Register
DMA_ADICR045    0xF00125B0          DMARAM Channel 45 Address and Interrupt Control Register
DMA_CHCFGR045   0xF00125B4          DMARAM Channel 45 Configuration Register
DMA_SHADR045    0xF00125B8          DMARAM Channel 45 Shadow Address Register
DMA_CHCSR045    0xF00125BC          DMARAM Channel 45 Control and Status Register
DMA_RDCRCR046   0xF00125C0          DMARAM Channel 46 Read Data CRC Register
DMA_SDCRCR046   0xF00125C4          DMARAM Channel 46 Source and Destination Address CRC Register
DMA_SADR046     0xF00125C8          DMARAM Channel 46 Source Address Register
DMA_DADR046     0xF00125CC          DMARAM Channel 46 Destination Address Register
DMA_ADICR046    0xF00125D0          DMARAM Channel 46 Address and Interrupt Control Register
DMA_CHCFGR046   0xF00125D4          DMARAM Channel 46 Configuration Register
DMA_SHADR046    0xF00125D8          DMARAM Channel 46 Shadow Address Register
DMA_CHCSR046    0xF00125DC          DMARAM Channel 46 Control and Status Register
DMA_RDCRCR047   0xF00125E0          DMARAM Channel 47 Read Data CRC Register
DMA_SDCRCR047   0xF00125E4          DMARAM Channel 47 Source and Destination Address CRC Register
DMA_SADR047     0xF00125E8          DMARAM Channel 47 Source Address Register
DMA_DADR047     0xF00125EC          DMARAM Channel 47 Destination Address Register
DMA_ADICR047    0xF00125F0          DMARAM Channel 47 Address and Interrupt Control Register
DMA_CHCFGR047   0xF00125F4          DMARAM Channel 47 Configuration Register
DMA_SHADR047    0xF00125F8          DMARAM Channel 47 Shadow Address Register
DMA_CHCSR047    0xF00125FC          DMARAM Channel 47 Control and Status Register
DMA_RDCRCR048   0xF0012600          DMARAM Channel 48 Read Data CRC Register
DMA_SDCRCR048   0xF0012604          DMARAM Channel 48 Source and Destination Address CRC Register
DMA_SADR048     0xF0012608          DMARAM Channel 48 Source Address Register
DMA_DADR048     0xF001260C          DMARAM Channel 48 Destination Address Register
DMA_ADICR048    0xF0012610          DMARAM Channel 48 Address and Interrupt Control Register
DMA_CHCFGR048   0xF0012614          DMARAM Channel 48 Configuration Register
DMA_SHADR048    0xF0012618          DMARAM Channel 48 Shadow Address Register
DMA_CHCSR048    0xF001261C          DMARAM Channel 48 Control and Status Register
DMA_RDCRCR049   0xF0012620          DMARAM Channel 49 Read Data CRC Register
DMA_SDCRCR049   0xF0012624          DMARAM Channel 49 Source and Destination Address CRC Register
DMA_SADR049     0xF0012628          DMARAM Channel 49 Source Address Register
DMA_DADR049     0xF001262C          DMARAM Channel 49 Destination Address Register
DMA_ADICR049    0xF0012630          DMARAM Channel 49 Address and Interrupt Control Register
DMA_CHCFGR049   0xF0012634          DMARAM Channel 49 Configuration Register
DMA_SHADR049    0xF0012638          DMARAM Channel 49 Shadow Address Register
DMA_CHCSR049    0xF001263C          DMARAM Channel 49 Control and Status Register
DMA_RDCRCR050   0xF0012640          DMARAM Channel 50 Read Data CRC Register
DMA_SDCRCR050   0xF0012644          DMARAM Channel 50 Source and Destination Address CRC Register
DMA_SADR050     0xF0012648          DMARAM Channel 50 Source Address Register
DMA_DADR050     0xF001264C          DMARAM Channel 50 Destination Address Register
DMA_ADICR050    0xF0012650          DMARAM Channel 50 Address and Interrupt Control Register
DMA_CHCFGR050   0xF0012654          DMARAM Channel 50 Configuration Register
DMA_SHADR050    0xF0012658          DMARAM Channel 50 Shadow Address Register
DMA_CHCSR050    0xF001265C          DMARAM Channel 50 Control and Status Register
DMA_RDCRCR051   0xF0012660          DMARAM Channel 51 Read Data CRC Register
DMA_SDCRCR051   0xF0012664          DMARAM Channel 51 Source and Destination Address CRC Register
DMA_SADR051     0xF0012668          DMARAM Channel 51 Source Address Register
DMA_DADR051     0xF001266C          DMARAM Channel 51 Destination Address Register
DMA_ADICR051    0xF0012670          DMARAM Channel 51 Address and Interrupt Control Register
DMA_CHCFGR051   0xF0012674          DMARAM Channel 51 Configuration Register
DMA_SHADR051    0xF0012678          DMARAM Channel 51 Shadow Address Register
DMA_CHCSR051    0xF001267C          DMARAM Channel 51 Control and Status Register
DMA_RDCRCR052   0xF0012680          DMARAM Channel 52 Read Data CRC Register
DMA_SDCRCR052   0xF0012684          DMARAM Channel 52 Source and Destination Address CRC Register
DMA_SADR052     0xF0012688          DMARAM Channel 52 Source Address Register
DMA_DADR052     0xF001268C          DMARAM Channel 52 Destination Address Register
DMA_ADICR052    0xF0012690          DMARAM Channel 52 Address and Interrupt Control Register
DMA_CHCFGR052   0xF0012694          DMARAM Channel 52 Configuration Register
DMA_SHADR052    0xF0012698          DMARAM Channel 52 Shadow Address Register
DMA_CHCSR052    0xF001269C          DMARAM Channel 52 Control and Status Register
DMA_RDCRCR053   0xF00126A0          DMARAM Channel 53 Read Data CRC Register
DMA_SDCRCR053   0xF00126A4          DMARAM Channel 53 Source and Destination Address CRC Register
DMA_SADR053     0xF00126A8          DMARAM Channel 53 Source Address Register
DMA_DADR053     0xF00126AC          DMARAM Channel 53 Destination Address Register
DMA_ADICR053    0xF00126B0          DMARAM Channel 53 Address and Interrupt Control Register
DMA_CHCFGR053   0xF00126B4          DMARAM Channel 53 Configuration Register
DMA_SHADR053    0xF00126B8          DMARAM Channel 53 Shadow Address Register
DMA_CHCSR053    0xF00126BC          DMARAM Channel 53 Control and Status Register
DMA_RDCRCR054   0xF00126C0          DMARAM Channel 54 Read Data CRC Register
DMA_SDCRCR054   0xF00126C4          DMARAM Channel 54 Source and Destination Address CRC Register
DMA_SADR054     0xF00126C8          DMARAM Channel 54 Source Address Register
DMA_DADR054     0xF00126CC          DMARAM Channel 54 Destination Address Register
DMA_ADICR054    0xF00126D0          DMARAM Channel 54 Address and Interrupt Control Register
DMA_CHCFGR054   0xF00126D4          DMARAM Channel 54 Configuration Register
DMA_SHADR054    0xF00126D8          DMARAM Channel 54 Shadow Address Register
DMA_CHCSR054    0xF00126DC          DMARAM Channel 54 Control and Status Register
DMA_RDCRCR055   0xF00126E0          DMARAM Channel 55 Read Data CRC Register
DMA_SDCRCR055   0xF00126E4          DMARAM Channel 55 Source and Destination Address CRC Register
DMA_SADR055     0xF00126E8          DMARAM Channel 55 Source Address Register
DMA_DADR055     0xF00126EC          DMARAM Channel 55 Destination Address Register
DMA_ADICR055    0xF00126F0          DMARAM Channel 55 Address and Interrupt Control Register
DMA_CHCFGR055   0xF00126F4          DMARAM Channel 55 Configuration Register
DMA_SHADR055    0xF00126F8          DMARAM Channel 55 Shadow Address Register
DMA_CHCSR055    0xF00126FC          DMARAM Channel 55 Control and Status Register
DMA_RDCRCR056   0xF0012700          DMARAM Channel 56 Read Data CRC Register
DMA_SDCRCR056   0xF0012704          DMARAM Channel 56 Source and Destination Address CRC Register
DMA_SADR056     0xF0012708          DMARAM Channel 56 Source Address Register
DMA_DADR056     0xF001270C          DMARAM Channel 56 Destination Address Register
DMA_ADICR056    0xF0012710          DMARAM Channel 56 Address and Interrupt Control Register
DMA_CHCFGR056   0xF0012714          DMARAM Channel 56 Configuration Register
DMA_SHADR056    0xF0012718          DMARAM Channel 56 Shadow Address Register
DMA_CHCSR056    0xF001271C          DMARAM Channel 56 Control and Status Register
DMA_RDCRCR057   0xF0012720          DMARAM Channel 57 Read Data CRC Register
DMA_SDCRCR057   0xF0012724          DMARAM Channel 57 Source and Destination Address CRC Register
DMA_SADR057     0xF0012728          DMARAM Channel 57 Source Address Register
DMA_DADR057     0xF001272C          DMARAM Channel 57 Destination Address Register
DMA_ADICR057    0xF0012730          DMARAM Channel 57 Address and Interrupt Control Register
DMA_CHCFGR057   0xF0012734          DMARAM Channel 57 Configuration Register
DMA_SHADR057    0xF0012738          DMARAM Channel 57 Shadow Address Register
DMA_CHCSR057    0xF001273C          DMARAM Channel 57 Control and Status Register
DMA_RDCRCR058   0xF0012740          DMARAM Channel 58 Read Data CRC Register
DMA_SDCRCR058   0xF0012744          DMARAM Channel 58 Source and Destination Address CRC Register
DMA_SADR058     0xF0012748          DMARAM Channel 58 Source Address Register
DMA_DADR058     0xF001274C          DMARAM Channel 58 Destination Address Register
DMA_ADICR058    0xF0012750          DMARAM Channel 58 Address and Interrupt Control Register
DMA_CHCFGR058   0xF0012754          DMARAM Channel 58 Configuration Register
DMA_SHADR058    0xF0012758          DMARAM Channel 58 Shadow Address Register
DMA_CHCSR058    0xF001275C          DMARAM Channel 58 Control and Status Register
DMA_RDCRCR059   0xF0012760          DMARAM Channel 59 Read Data CRC Register
DMA_SDCRCR059   0xF0012764          DMARAM Channel 59 Source and Destination Address CRC Register
DMA_SADR059     0xF0012768          DMARAM Channel 59 Source Address Register
DMA_DADR059     0xF001276C          DMARAM Channel 59 Destination Address Register
DMA_ADICR059    0xF0012770          DMARAM Channel 59 Address and Interrupt Control Register
DMA_CHCFGR059   0xF0012774          DMARAM Channel 59 Configuration Register
DMA_SHADR059    0xF0012778          DMARAM Channel 59 Shadow Address Register
DMA_CHCSR059    0xF001277C          DMARAM Channel 59 Control and Status Register
DMA_RDCRCR060   0xF0012780          DMARAM Channel 60 Read Data CRC Register
DMA_SDCRCR060   0xF0012784          DMARAM Channel 60 Source and Destination Address CRC Register
DMA_SADR060     0xF0012788          DMARAM Channel 60 Source Address Register
DMA_DADR060     0xF001278C          DMARAM Channel 60 Destination Address Register
DMA_ADICR060    0xF0012790          DMARAM Channel 60 Address and Interrupt Control Register
DMA_CHCFGR060   0xF0012794          DMARAM Channel 60 Configuration Register
DMA_SHADR060    0xF0012798          DMARAM Channel 60 Shadow Address Register
DMA_CHCSR060    0xF001279C          DMARAM Channel 60 Control and Status Register
DMA_RDCRCR061   0xF00127A0          DMARAM Channel 61 Read Data CRC Register
DMA_SDCRCR061   0xF00127A4          DMARAM Channel 61 Source and Destination Address CRC Register
DMA_SADR061     0xF00127A8          DMARAM Channel 61 Source Address Register
DMA_DADR061     0xF00127AC          DMARAM Channel 61 Destination Address Register
DMA_ADICR061    0xF00127B0          DMARAM Channel 61 Address and Interrupt Control Register
DMA_CHCFGR061   0xF00127B4          DMARAM Channel 61 Configuration Register
DMA_SHADR061    0xF00127B8          DMARAM Channel 61 Shadow Address Register
DMA_CHCSR061    0xF00127BC          DMARAM Channel 61 Control and Status Register
DMA_RDCRCR062   0xF00127C0          DMARAM Channel 62 Read Data CRC Register
DMA_SDCRCR062   0xF00127C4          DMARAM Channel 62 Source and Destination Address CRC Register
DMA_SADR062     0xF00127C8          DMARAM Channel 62 Source Address Register
DMA_DADR062     0xF00127CC          DMARAM Channel 62 Destination Address Register
DMA_ADICR062    0xF00127D0          DMARAM Channel 62 Address and Interrupt Control Register
DMA_CHCFGR062   0xF00127D4          DMARAM Channel 62 Configuration Register
DMA_SHADR062    0xF00127D8          DMARAM Channel 62 Shadow Address Register
DMA_CHCSR062    0xF00127DC          DMARAM Channel 62 Control and Status Register
DMA_RDCRCR063   0xF00127E0          DMARAM Channel 63 Read Data CRC Register
DMA_SDCRCR063   0xF00127E4          DMARAM Channel 63 Source and Destination Address CRC Register
DMA_SADR063     0xF00127E8          DMARAM Channel 63 Source Address Register
DMA_DADR063     0xF00127EC          DMARAM Channel 63 Destination Address Register
DMA_ADICR063    0xF00127F0          DMARAM Channel 63 Address and Interrupt Control Register
DMA_CHCFGR063   0xF00127F4          DMARAM Channel 63 Configuration Register
DMA_SHADR063    0xF00127F8          DMARAM Channel 63 Shadow Address Register
DMA_CHCSR063    0xF00127FC          DMARAM Channel 63 Control and Status Register
ERAY0_CLC       0xF001C000          Clock Control Register
ERAY0_CUST1     0xF001C004          Busy and Input Buffer Control Register
ERAY0_ID        0xF001C008          Module Identification Register
ERAY0_CUST3     0xF001C00C          Customer Interface Timeout Counter Register
ERAY0_TEST1     0xF001C010          Test Register 1
ERAY0_TEST2     0xF001C014          Test Register 2
ERAY0_LCK       0xF001C01C          Lock Register
ERAY0_EIR       0xF001C020          Error Service Request Select Register
ERAY0_SIR       0xF001C024          Status Service Request Register
ERAY0_EILS      0xF001C028          Error Service Request Line Select
ERAY0_SILS      0xF001C02C          Status Service Request Line Select
ERAY0_EIES      0xF001C030          Error Service Request Enable Set
ERAY0_EIER      0xF001C034          Error Service Request Enable Reset
ERAY0_SIES      0xF001C038          Status Service Request Enable Set
ERAY0_SIER      0xF001C03C          Status Service Request Enable Reset
ERAY0_ILE       0xF001C040          Service Request Line Enable
ERAY0_T0C       0xF001C044          Timer 0 Configuration
ERAY0_T1C       0xF001C048          Timer 1 Configuration
ERAY0_STPW1     0xF001C04C          Stop Watch Register 1
ERAY0_STPW2     0xF001C050          Stop Watch Register 2
ERAY0_SUCC1     0xF001C080          SUC Configuration Register 1
ERAY0_SUCC2     0xF001C084          SUC Configuration Register 2
ERAY0_SUCC3     0xF001C088          SUC Configuration Register 3
ERAY0_NEMC      0xF001C08C          NEM Configuration Register
ERAY0_PRTC1     0xF001C090          PRT Configuration Register 1
ERAY0_PRTC2     0xF001C094          PRT Configuration Register 2
ERAY0_MHDC      0xF001C098          MHD Configuration Register
ERAY0_GTUC01    0xF001C0A0          GTU Configuration Register 1
ERAY0_GTUC02    0xF001C0A4          GTU Configuration Register 2
ERAY0_GTUC03    0xF001C0A8          GTU Configuration Register 3
ERAY0_GTUC04    0xF001C0AC          GTU Configuration Register 4
ERAY0_GTUC05    0xF001C0B0          GTU Configuration Register 5
ERAY0_GTUC06    0xF001C0B4          GTU Configuration Register 6
ERAY0_GTUC07    0xF001C0B8          GTU Configuration Register 7
ERAY0_GTUC08    0xF001C0BC          GTU Configuration Register 8
ERAY0_GTUC09    0xF001C0C0          GTU Configuration Register 9
ERAY0_GTUC10    0xF001C0C4          GTU Configuration Register 10
ERAY0_GTUC11    0xF001C0C8          GTU Configuration Register 11
ERAY0_CCSV      0xF001C100          Communication Controller Status Vector
ERAY0_CCEV      0xF001C104          Communication Controller Error Vector
ERAY0_SCV       0xF001C110          Slot Counter Value
ERAY0_MTCCV     0xF001C114          Macrotick and Cycle Counter Value
ERAY0_RCV       0xF001C118          Rate Correction Value
ERAY0_OCV       0xF001C11C          Offset Correction Value
ERAY0_SFS       0xF001C120          SYNC Frame Status
ERAY0_SWNIT     0xF001C124          Symbol Window and Network Idle Time Status
ERAY0_ACS       0xF001C128          Aggregated Channel Status
ERAY0_ESID01    0xF001C130          Even Sync ID Symbol Window 1
ERAY0_ESID02    0xF001C134          Even Sync ID Symbol Window 2
ERAY0_ESID03    0xF001C138          Even Sync ID Symbol Window 3
ERAY0_ESID04    0xF001C13C          Even Sync ID Symbol Window 4
ERAY0_ESID05    0xF001C140          Even Sync ID Symbol Window 5
ERAY0_ESID06    0xF001C144          Even Sync ID Symbol Window 6
ERAY0_ESID07    0xF001C148          Even Sync ID Symbol Window 7
ERAY0_ESID08    0xF001C14C          Even Sync ID Symbol Window 8
ERAY0_ESID09    0xF001C150          Even Sync ID Symbol Window 9
ERAY0_ESID10    0xF001C154          Even Sync ID Symbol Window 10
ERAY0_ESID11    0xF001C158          Even Sync ID Symbol Window 11
ERAY0_ESID12    0xF001C15C          Even Sync ID Symbol Window 12
ERAY0_ESID13    0xF001C160          Even Sync ID Symbol Window 13
ERAY0_ESID14    0xF001C164          Even Sync ID Symbol Window 14
ERAY0_ESID15    0xF001C168          Even Sync ID Symbol Window 15
ERAY0_OSID01    0xF001C170          Odd Sync ID Symbol Window 1
ERAY0_OSID02    0xF001C174          Odd Sync ID Symbol Window 2
ERAY0_OSID03    0xF001C178          Odd Sync ID Symbol Window 3
ERAY0_OSID04    0xF001C17C          Odd Sync ID Symbol Window 4
ERAY0_OSID05    0xF001C180          Odd Sync ID Symbol Window 5
ERAY0_OSID06    0xF001C184          Odd Sync ID Symbol Window 6
ERAY0_OSID07    0xF001C188          Odd Sync ID Symbol Window 7
ERAY0_OSID08    0xF001C18C          Odd Sync ID Symbol Window 8
ERAY0_OSID09    0xF001C190          Odd Sync ID Symbol Window 9
ERAY0_OSID10    0xF001C194          Odd Sync ID Symbol Window 10
ERAY0_OSID11    0xF001C198          Odd Sync ID Symbol Window 11
ERAY0_OSID12    0xF001C19C          Odd Sync ID Symbol Window 12
ERAY0_OSID13    0xF001C1A0          Odd Sync ID Symbol Window 13
ERAY0_OSID14    0xF001C1A4          Odd Sync ID Symbol Window 14
ERAY0_OSID15    0xF001C1A8          Odd Sync ID Symbol Window 15
ERAY0_NMV1      0xF001C1B0          Network Management Vector 1
ERAY0_NMV2      0xF001C1B4          Network Management Vector 2
ERAY0_NMV3      0xF001C1B8          Network Management Vector 3
ERAY0_MRC       0xF001C300          Message RAM Configuration
ERAY0_FRF       0xF001C304          FIFO Rejection Filter
ERAY0_FRFM      0xF001C308          FIFO Rejection Filter Mask
ERAY0_FCL       0xF001C30C          FIFO Critical Level
ERAY0_MHDS      0xF001C310          Message Handler Status
ERAY0_LDTS      0xF001C314          Last Dynamic Transmit Slot
ERAY0_FSR       0xF001C318          FIFO Status Register
ERAY0_MHDF      0xF001C31C          Message Handler Constraints Flags
ERAY0_TXRQ1     0xF001C320          Transmission Request Register 1
ERAY0_TXRQ2     0xF001C324          Transmission Request Register 2
ERAY0_TXRQ3     0xF001C328          Transmission Request Register 3
ERAY0_TXRQ4     0xF001C32C          Transmission Request Register 4
ERAY0_NDAT1     0xF001C330          New Data Register 1
ERAY0_NDAT2     0xF001C334          New Data Register 2
ERAY0_NDAT3     0xF001C338          New Data Register 3
ERAY0_NDAT4     0xF001C33C          New Data Register 4
ERAY0_MBSC1     0xF001C340          Message Buffer Status Changed 1
ERAY0_MBSC2     0xF001C344          Message Buffer Status Changed 2
ERAY0_MBSC3     0xF001C348          Message Buffer Status Changed 3
ERAY0_MBSC4     0xF001C34C          Message Buffer Status Changed 4
ERAY0_NDIC1     0xF001C3A8          New Data Interrupt Control 1
ERAY0_NDIC2     0xF001C3AC          New Data Interrupt Control 2
ERAY0_NDIC3     0xF001C3B0          New Data Interrupt Control 3
ERAY0_NDIC4     0xF001C3B4          New Data Interrupt Control 4
ERAY0_MSIC1     0xF001C3B8          Message Buffer Status Changed Interrupt Control 1
ERAY0_MSIC2     0xF001C3BC          Message Buffer Status Changed Interrupt Control 2
ERAY0_MSIC3     0xF001C3C0          Message Buffer Status Changed Interrupt Control 3
ERAY0_MSIC4     0xF001C3C4          Message Buffer Status Changed Interrupt Control 4
ERAY0_CREL      0xF001C3F0          Core Release Register
ERAY0_ENDN      0xF001C3F4          Endian Register
ERAY0_WRDS01    0xF001C400          Write Data Section 1
ERAY0_WRDS02    0xF001C404          Write Data Section 2
ERAY0_WRDS03    0xF001C408          Write Data Section 3
ERAY0_WRDS04    0xF001C40C          Write Data Section 4
ERAY0_WRDS05    0xF001C410          Write Data Section 5
ERAY0_WRDS06    0xF001C414          Write Data Section 6
ERAY0_WRDS07    0xF001C418          Write Data Section 7
ERAY0_WRDS08    0xF001C41C          Write Data Section 8
ERAY0_WRDS09    0xF001C420          Write Data Section 9
ERAY0_WRDS10    0xF001C424          Write Data Section 10
ERAY0_WRDS11    0xF001C428          Write Data Section 11
ERAY0_WRDS12    0xF001C42C          Write Data Section 12
ERAY0_WRDS13    0xF001C430          Write Data Section 13
ERAY0_WRDS14    0xF001C434          Write Data Section 14
ERAY0_WRDS15    0xF001C438          Write Data Section 15
ERAY0_WRDS16    0xF001C43C          Write Data Section 16
ERAY0_WRDS17    0xF001C440          Write Data Section 17
ERAY0_WRDS18    0xF001C444          Write Data Section 18
ERAY0_WRDS19    0xF001C448          Write Data Section 19
ERAY0_WRDS20    0xF001C44C          Write Data Section 20
ERAY0_WRDS21    0xF001C450          Write Data Section 21
ERAY0_WRDS22    0xF001C454          Write Data Section 22
ERAY0_WRDS23    0xF001C458          Write Data Section 23
ERAY0_WRDS24    0xF001C45C          Write Data Section 24
ERAY0_WRDS25    0xF001C460          Write Data Section 25
ERAY0_WRDS26    0xF001C464          Write Data Section 26
ERAY0_WRDS27    0xF001C468          Write Data Section 27
ERAY0_WRDS28    0xF001C46C          Write Data Section 28
ERAY0_WRDS29    0xF001C470          Write Data Section 29
ERAY0_WRDS30    0xF001C474          Write Data Section 30
ERAY0_WRDS31    0xF001C478          Write Data Section 31
ERAY0_WRDS32    0xF001C47C          Write Data Section 32
ERAY0_WRDS33    0xF001C480          Write Data Section 33
ERAY0_WRDS34    0xF001C484          Write Data Section 34
ERAY0_WRDS35    0xF001C488          Write Data Section 35
ERAY0_WRDS36    0xF001C48C          Write Data Section 36
ERAY0_WRDS37    0xF001C490          Write Data Section 37
ERAY0_WRDS38    0xF001C494          Write Data Section 38
ERAY0_WRDS39    0xF001C498          Write Data Section 39
ERAY0_WRDS40    0xF001C49C          Write Data Section 40
ERAY0_WRDS41    0xF001C4A0          Write Data Section 41
ERAY0_WRDS42    0xF001C4A4          Write Data Section 42
ERAY0_WRDS43    0xF001C4A8          Write Data Section 43
ERAY0_WRDS44    0xF001C4AC          Write Data Section 44
ERAY0_WRDS45    0xF001C4B0          Write Data Section 45
ERAY0_WRDS46    0xF001C4B4          Write Data Section 46
ERAY0_WRDS47    0xF001C4B8          Write Data Section 47
ERAY0_WRDS48    0xF001C4BC          Write Data Section 48
ERAY0_WRDS49    0xF001C4C0          Write Data Section 49
ERAY0_WRDS50    0xF001C4C4          Write Data Section 50
ERAY0_WRDS51    0xF001C4C8          Write Data Section 51
ERAY0_WRDS52    0xF001C4CC          Write Data Section 52
ERAY0_WRDS53    0xF001C4D0          Write Data Section 53
ERAY0_WRDS54    0xF001C4D4          Write Data Section 54
ERAY0_WRDS55    0xF001C4D8          Write Data Section 55
ERAY0_WRDS56    0xF001C4DC          Write Data Section 56
ERAY0_WRDS57    0xF001C4E0          Write Data Section 57
ERAY0_WRDS58    0xF001C4E4          Write Data Section 58
ERAY0_WRDS59    0xF001C4E8          Write Data Section 59
ERAY0_WRDS60    0xF001C4EC          Write Data Section 60
ERAY0_WRDS61    0xF001C4F0          Write Data Section 61
ERAY0_WRDS62    0xF001C4F4          Write Data Section 62
ERAY0_WRDS63    0xF001C4F8          Write Data Section 63
ERAY0_WRDS64    0xF001C4FC          Write Data Section 64
ERAY0_WRHS1     0xF001C500          Write Header Section 1
ERAY0_WRHS2     0xF001C504          Write Header Section 2
ERAY0_WRHS3     0xF001C508          Write Header Section 3
ERAY0_IBCM      0xF001C510          Input Buffer Command Mask
ERAY0_IBCR      0xF001C514          Input Buffer Command Request
ERAY0_RDDS01    0xF001C600          Read Data Section 1
ERAY0_RDDS02    0xF001C604          Read Data Section 2
ERAY0_RDDS03    0xF001C608          Read Data Section 3
ERAY0_RDDS04    0xF001C60C          Read Data Section 4
ERAY0_RDDS05    0xF001C610          Read Data Section 5
ERAY0_RDDS06    0xF001C614          Read Data Section 6
ERAY0_RDDS07    0xF001C618          Read Data Section 7
ERAY0_RDDS08    0xF001C61C          Read Data Section 8
ERAY0_RDDS09    0xF001C620          Read Data Section 9
ERAY0_RDDS10    0xF001C624          Read Data Section 10
ERAY0_RDDS11    0xF001C628          Read Data Section 11
ERAY0_RDDS12    0xF001C62C          Read Data Section 12
ERAY0_RDDS13    0xF001C630          Read Data Section 13
ERAY0_RDDS14    0xF001C634          Read Data Section 14
ERAY0_RDDS15    0xF001C638          Read Data Section 15
ERAY0_RDDS16    0xF001C63C          Read Data Section 16
ERAY0_RDDS17    0xF001C640          Read Data Section 17
ERAY0_RDDS18    0xF001C644          Read Data Section 18
ERAY0_RDDS19    0xF001C648          Read Data Section 19
ERAY0_RDDS20    0xF001C64C          Read Data Section 20
ERAY0_RDDS21    0xF001C650          Read Data Section 21
ERAY0_RDDS22    0xF001C654          Read Data Section 22
ERAY0_RDDS23    0xF001C658          Read Data Section 23
ERAY0_RDDS24    0xF001C65C          Read Data Section 24
ERAY0_RDDS25    0xF001C660          Read Data Section 25
ERAY0_RDDS26    0xF001C664          Read Data Section 26
ERAY0_RDDS27    0xF001C668          Read Data Section 27
ERAY0_RDDS28    0xF001C66C          Read Data Section 28
ERAY0_RDDS29    0xF001C670          Read Data Section 29
ERAY0_RDDS30    0xF001C674          Read Data Section 30
ERAY0_RDDS31    0xF001C678          Read Data Section 31
ERAY0_RDDS32    0xF001C67C          Read Data Section 32
ERAY0_RDDS33    0xF001C680          Read Data Section 33
ERAY0_RDDS34    0xF001C684          Read Data Section 34
ERAY0_RDDS35    0xF001C688          Read Data Section 35
ERAY0_RDDS36    0xF001C68C          Read Data Section 36
ERAY0_RDDS37    0xF001C690          Read Data Section 37
ERAY0_RDDS38    0xF001C694          Read Data Section 38
ERAY0_RDDS39    0xF001C698          Read Data Section 39
ERAY0_RDDS40    0xF001C69C          Read Data Section 40
ERAY0_RDDS41    0xF001C6A0          Read Data Section 41
ERAY0_RDDS42    0xF001C6A4          Read Data Section 42
ERAY0_RDDS43    0xF001C6A8          Read Data Section 43
ERAY0_RDDS44    0xF001C6AC          Read Data Section 44
ERAY0_RDDS45    0xF001C6B0          Read Data Section 45
ERAY0_RDDS46    0xF001C6B4          Read Data Section 46
ERAY0_RDDS47    0xF001C6B8          Read Data Section 47
ERAY0_RDDS48    0xF001C6BC          Read Data Section 48
ERAY0_RDDS49    0xF001C6C0          Read Data Section 49
ERAY0_RDDS50    0xF001C6C4          Read Data Section 50
ERAY0_RDDS51    0xF001C6C8          Read Data Section 51
ERAY0_RDDS52    0xF001C6CC          Read Data Section 52
ERAY0_RDDS53    0xF001C6D0          Read Data Section 53
ERAY0_RDDS54    0xF001C6D4          Read Data Section 54
ERAY0_RDDS55    0xF001C6D8          Read Data Section 55
ERAY0_RDDS56    0xF001C6DC          Read Data Section 56
ERAY0_RDDS57    0xF001C6E0          Read Data Section 57
ERAY0_RDDS58    0xF001C6E4          Read Data Section 58
ERAY0_RDDS59    0xF001C6E8          Read Data Section 59
ERAY0_RDDS60    0xF001C6EC          Read Data Section 60
ERAY0_RDDS61    0xF001C6F0          Read Data Section 61
ERAY0_RDDS62    0xF001C6F4          Read Data Section 62
ERAY0_RDDS63    0xF001C6F8          Read Data Section 63
ERAY0_RDDS64    0xF001C6FC          Read Data Section 64
ERAY0_RDHS1     0xF001C700          Read Header Section 1
ERAY0_RDHS2     0xF001C704          Read Header Section 2
ERAY0_RDHS3     0xF001C708          Read Header Section 3
ERAY0_MBS       0xF001C70C          Message Buffer Status
ERAY0_OBCM      0xF001C710          Output Buffer Command Mask
ERAY0_OBCR      0xF001C714          Output Buffer Command Request
ERAY0_OTSS      0xF001C870          OCDS Trigger Set Select
ERAY0_OCS       0xF001C8E8          OCDS Control and Status
ERAY0_KRSTCLR   0xF001C8EC          Kernel Reset Status Clear Register
ERAY0_KRST1     0xF001C8F0          Kernel Reset Register 1
ERAY0_KRST0     0xF001C8F4          Kernel Reset Register 0
ERAY0_ACCEN0    0xF001C8FC          Access Enable Register 0
EVADC_CLC       0xF0020000          Clock Control Register
EVADC_ID        0xF0020008          Module Identification Register
EVADC_OCS       0xF0020028          OCDS Control and Status Register
EVADC_KRSTCLR   0xF002002C          Kernel Reset Status Clear Register
EVADC_KRST1     0xF0020030          Kernel Reset Register 1
EVADC_KRST0     0xF0020034          Kernel Reset Register 0
EVADC_ACCEN0    0xF002003C          Access Enable Register 0
EVADC_GLOBCFG   0xF0020080          Global Configuration Register
EVADC_ACCPROT0  0xF0020088          Access Protection Register 0
EVADC_ACCPROT1  0xF002008C          Access Protection Register 1
EVADC_ACCPROT2  0xF0020090          Access Protection Register 2
EVADC_GLOBICLASS0 0xF00200A0          Input Class Register 0, Global
EVADC_GLOBICLASS1 0xF00200A4          Input Class Register 1, Global
EVADC_GLOBBOUND 0xF00200B8          Global Boundary Select Register
EVADC_GLOBEFLAG 0xF00200E0          Global Event Flag Register
EVADC_GLOBEVNP  0xF0020140          Global Event Node Pointer Register
EVADC_GLOBTF    0xF0020160          Global Test Functions Register
EVADC_GLOBTE    0xF0020164          Global Test Enable Register
EVADC_GLOBRCR   0xF0020280          Global Result Control Register
EVADC_GLOBRES   0xF0020300          Global Result Register
EVADC_GLOBRESD  0xF0020380          Global Result Register, Debug
EVADC_EMUXSEL   0xF00203F0          External Multiplexer Interface Select Register
EVADC_G0TRCTR   0xF0020410          Trigger Control Register, Group 0
EVADC_G0ARBCFG  0xF0020480          Arbitration Config. Register, Group 0
EVADC_G0ARBPR   0xF0020484          Arbitration Priority Register, Group 0
EVADC_G0ANCFG   0xF0020488          Analog Fct. Config. Register, Group 0
EVADC_G0ICLASS0 0xF00204A0          Input Class Register 0, Group 0
EVADC_G0ICLASS1 0xF00204A4          Input Class Register 1, Group 0
EVADC_G0ALIAS   0xF00204B0          Alias Register, Group 0
EVADC_G0BOUND   0xF00204B8          Boundary Select Register, Group 0
EVADC_G0SYNCTR  0xF00204C0          Synchronization Control Register, Group 0
EVADC_G0QCTRL0  0xF0020500          Queue 0 Source Contr. Register, Group 0
EVADC_G0QMR0    0xF0020504          Queue 0 Mode Register, Group 0
EVADC_G0QSR0    0xF0020508          Queue 0 Status Register, Group 0
EVADC_G0Q0R0    0xF002050C          Queue 0 Register 0, Group 0
EVADC_G0QINR0   0xF0020510          Queue 0 Input Register, Group 0
EVADC_G0QBUR0   0xF0020514          Queue 0 Backup Register, Group 0
EVADC_G0REQTM0  0xF0020518          Queue 0 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS0  0xF002051C          Queue 0 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL1  0xF0020520          Queue 1 Source Contr. Register, Group 0
EVADC_G0QMR1    0xF0020524          Queue 1 Mode Register, Group 0
EVADC_G0QSR1    0xF0020528          Queue 1 Status Register, Group 0
EVADC_G0Q0R1    0xF002052C          Queue 1 Register 0, Group 0
EVADC_G0QINR1   0xF0020530          Queue 1 Input Register, Group 0
EVADC_G0QBUR1   0xF0020534          Queue 1 Backup Register, Group 0
EVADC_G0REQTM1  0xF0020538          Queue 1 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS1  0xF002053C          Queue 1 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL2  0xF0020540          Queue 2 Source Contr. Register, Group 0
EVADC_G0QMR2    0xF0020544          Queue 2 Mode Register, Group 0
EVADC_G0QSR2    0xF0020548          Queue 2 Status Register, Group 0
EVADC_G0Q0R2    0xF002054C          Queue 2 Register 0, Group 0
EVADC_G0QINR2   0xF0020550          Queue 2 Input Register, Group 0
EVADC_G0QBUR2   0xF0020554          Queue 2 Backup Register, Group 0
EVADC_G0REQTM2  0xF0020558          Queue 2 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS2  0xF002055C          Queue 2 Requ. Timer Status Reg., Group 0
EVADC_G0CEFLAG  0xF0020580          Channel Event Flag Register, Group 0
EVADC_G0REFLAG  0xF0020584          Result Event Flag Register, Group 0
EVADC_G0SEFLAG  0xF0020588          Source Event Flag Register, Group 0
EVADC_G0CEFCLR  0xF0020590          Channel Event Flag Clear Register, Group 0
EVADC_G0REFCLR  0xF0020594          Result Event Flag Clear Register, Group 0
EVADC_G0SEFCLR  0xF0020598          Source Event Flag Clear Reg., Group 0
EVADC_G0CEVNP0  0xF00205A0          Channel Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP0  0xF00205B0          Result Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP1  0xF00205B4          Result Event Node Pointer Reg. 1, Group 0
EVADC_G0SEVNP   0xF00205C0          Source Event Node Pointer Reg., Group 0
EVADC_G0SRACT   0xF00205C8          Service Request Software Activation Trigger, Group 0
EVADC_G0EMUXCTR 0xF00205F0          External Multiplexer Control Reg., Group 0
EVADC_G0EMUXCS  0xF00205F4          Ext. Multiplexer Channel Select Reg., Group 0
EVADC_G0VFR     0xF00205F8          Valid Flag Register, Group 0
EVADC_G0CHCTR0  0xF0020600          Group 0, Channel 0 Control Register
EVADC_G0CHCTR1  0xF0020604          Group 0, Channel 1 Control Register
EVADC_G0CHCTR2  0xF0020608          Group 0, Channel 2 Control Register
EVADC_G0CHCTR3  0xF002060C          Group 0, Channel 3 Control Register
EVADC_G0CHCTR4  0xF0020610          Group 0, Channel 4 Control Register
EVADC_G0CHCTR5  0xF0020614          Group 0, Channel 5 Control Register
EVADC_G0CHCTR6  0xF0020618          Group 0, Channel 6 Control Register
EVADC_G0CHCTR7  0xF002061C          Group 0, Channel 7 Control Register
EVADC_G0RCR0    0xF0020680          Group 0 Result Control Register 0
EVADC_G0RCR1    0xF0020684          Group 0 Result Control Register 1
EVADC_G0RCR2    0xF0020688          Group 0 Result Control Register 2
EVADC_G0RCR3    0xF002068C          Group 0 Result Control Register 3
EVADC_G0RCR4    0xF0020690          Group 0 Result Control Register 4
EVADC_G0RCR5    0xF0020694          Group 0 Result Control Register 5
EVADC_G0RCR6    0xF0020698          Group 0 Result Control Register 6
EVADC_G0RCR7    0xF002069C          Group 0 Result Control Register 7
EVADC_G0RCR8    0xF00206A0          Group 0 Result Control Register 8
EVADC_G0RCR9    0xF00206A4          Group 0 Result Control Register 9
EVADC_G0RCR10   0xF00206A8          Group 0 Result Control Register 10
EVADC_G0RCR11   0xF00206AC          Group 0 Result Control Register 11
EVADC_G0RCR12   0xF00206B0          Group 0 Result Control Register 12
EVADC_G0RCR13   0xF00206B4          Group 0 Result Control Register 13
EVADC_G0RCR14   0xF00206B8          Group 0 Result Control Register 14
EVADC_G0RCR15   0xF00206BC          Group 0 Result Control Register 15
EVADC_G0RES0    0xF0020700          Group 0 Result Register 0
EVADC_G0RES1    0xF0020704          Group 0 Result Register 1
EVADC_G0RES2    0xF0020708          Group 0 Result Register 2
EVADC_G0RES3    0xF002070C          Group 0 Result Register 3
EVADC_G0RES4    0xF0020710          Group 0 Result Register 4
EVADC_G0RES5    0xF0020714          Group 0 Result Register 5
EVADC_G0RES6    0xF0020718          Group 0 Result Register 6
EVADC_G0RES7    0xF002071C          Group 0 Result Register 7
EVADC_G0RES8    0xF0020720          Group 0 Result Register 8
EVADC_G0RES9    0xF0020724          Group 0 Result Register 9
EVADC_G0RES10   0xF0020728          Group 0 Result Register 10
EVADC_G0RES11   0xF002072C          Group 0 Result Register 11
EVADC_G0RES12   0xF0020730          Group 0 Result Register 12
EVADC_G0RES13   0xF0020734          Group 0 Result Register 13
EVADC_G0RES14   0xF0020738          Group 0 Result Register 14
EVADC_G0RES15   0xF002073C          Group 0 Result Register 15
EVADC_G0RESD0   0xF0020780          Group 0 Result Reg. 0, Debug
EVADC_G0RESD1   0xF0020784          Group 0 Result Reg. 1, Debug
EVADC_G0RESD2   0xF0020788          Group 0 Result Reg. 2, Debug
EVADC_G0RESD3   0xF002078C          Group 0 Result Reg. 3, Debug
EVADC_G0RESD4   0xF0020790          Group 0 Result Reg. 4, Debug
EVADC_G0RESD5   0xF0020794          Group 0 Result Reg. 5, Debug
EVADC_G0RESD6   0xF0020798          Group 0 Result Reg. 6, Debug
EVADC_G0RESD7   0xF002079C          Group 0 Result Reg. 7, Debug
EVADC_G0RESD8   0xF00207A0          Group 0 Result Reg. 8, Debug
EVADC_G0RESD9   0xF00207A4          Group 0 Result Reg. 9, Debug
EVADC_G0RESD10  0xF00207A8          Group 0 Result Reg. 10, Debug
EVADC_G0RESD11  0xF00207AC          Group 0 Result Reg. 11, Debug
EVADC_G0RESD12  0xF00207B0          Group 0 Result Reg. 12, Debug
EVADC_G0RESD13  0xF00207B4          Group 0 Result Reg. 13, Debug
EVADC_G0RESD14  0xF00207B8          Group 0 Result Reg. 14, Debug
EVADC_G0RESD15  0xF00207BC          Group 0 Result Reg. 15, Debug
EVADC_G1TRCTR   0xF0020810          Trigger Control Register, Group 1
EVADC_G1ARBCFG  0xF0020880          Arbitration Config. Register, Group 1
EVADC_G1ARBPR   0xF0020884          Arbitration Priority Register, Group 1
EVADC_G1ANCFG   0xF0020888          Analog Fct. Config. Register, Group 1
EVADC_G1ICLASS0 0xF00208A0          Input Class Register 0, Group 1
EVADC_G1ICLASS1 0xF00208A4          Input Class Register 1, Group 1
EVADC_G1ALIAS   0xF00208B0          Alias Register, Group 1
EVADC_G1BOUND   0xF00208B8          Boundary Select Register, Group 1
EVADC_G1SYNCTR  0xF00208C0          Synchronization Control Register, Group 1
EVADC_G1QCTRL0  0xF0020900          Queue 0 Source Contr. Register, Group 1
EVADC_G1QMR0    0xF0020904          Queue 0 Mode Register, Group 1
EVADC_G1QSR0    0xF0020908          Queue 0 Status Register, Group 1
EVADC_G1Q0R0    0xF002090C          Queue 0 Register 0, Group 1
EVADC_G1QINR0   0xF0020910          Queue 0 Input Register, Group 1
EVADC_G1QBUR0   0xF0020914          Queue 0 Backup Register, Group 1
EVADC_G1REQTM0  0xF0020918          Queue 0 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS0  0xF002091C          Queue 0 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL1  0xF0020920          Queue 1 Source Contr. Register, Group 1
EVADC_G1QMR1    0xF0020924          Queue 1 Mode Register, Group 1
EVADC_G1QSR1    0xF0020928          Queue 1 Status Register, Group 1
EVADC_G1Q0R1    0xF002092C          Queue 1 Register 0, Group 1
EVADC_G1QINR1   0xF0020930          Queue 1 Input Register, Group 1
EVADC_G1QBUR1   0xF0020934          Queue 1 Backup Register, Group 1
EVADC_G1REQTM1  0xF0020938          Queue 1 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS1  0xF002093C          Queue 1 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL2  0xF0020940          Queue 2 Source Contr. Register, Group 1
EVADC_G1QMR2    0xF0020944          Queue 2 Mode Register, Group 1
EVADC_G1QSR2    0xF0020948          Queue 2 Status Register, Group 1
EVADC_G1Q0R2    0xF002094C          Queue 2 Register 0, Group 1
EVADC_G1QINR2   0xF0020950          Queue 2 Input Register, Group 1
EVADC_G1QBUR2   0xF0020954          Queue 2 Backup Register, Group 1
EVADC_G1REQTM2  0xF0020958          Queue 2 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS2  0xF002095C          Queue 2 Requ. Timer Status Reg., Group 1
EVADC_G1CEFLAG  0xF0020980          Channel Event Flag Register, Group 1
EVADC_G1REFLAG  0xF0020984          Result Event Flag Register, Group 1
EVADC_G1SEFLAG  0xF0020988          Source Event Flag Register, Group 1
EVADC_G1CEFCLR  0xF0020990          Channel Event Flag Clear Register, Group 1
EVADC_G1REFCLR  0xF0020994          Result Event Flag Clear Register, Group 1
EVADC_G1SEFCLR  0xF0020998          Source Event Flag Clear Reg., Group 1
EVADC_G1CEVNP0  0xF00209A0          Channel Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP0  0xF00209B0          Result Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP1  0xF00209B4          Result Event Node Pointer Reg. 1, Group 1
EVADC_G1SEVNP   0xF00209C0          Source Event Node Pointer Reg., Group 1
EVADC_G1SRACT   0xF00209C8          Service Request Software Activation Trigger, Group 1
EVADC_G1EMUXCTR 0xF00209F0          External Multiplexer Control Reg., Group 1
EVADC_G1EMUXCS  0xF00209F4          Ext. Multiplexer Channel Select Reg., Group 1
EVADC_G1VFR     0xF00209F8          Valid Flag Register, Group 1
EVADC_G1CHCTR0  0xF0020A00          Group 1, Channel 0 Control Register
EVADC_G1CHCTR1  0xF0020A04          Group 1, Channel 1 Control Register
EVADC_G1CHCTR2  0xF0020A08          Group 1, Channel 2 Control Register
EVADC_G1CHCTR3  0xF0020A0C          Group 1, Channel 3 Control Register
EVADC_G1CHCTR4  0xF0020A10          Group 1, Channel 4 Control Register
EVADC_G1CHCTR5  0xF0020A14          Group 1, Channel 5 Control Register
EVADC_G1CHCTR6  0xF0020A18          Group 1, Channel 6 Control Register
EVADC_G1CHCTR7  0xF0020A1C          Group 1, Channel 7 Control Register
EVADC_G1RCR0    0xF0020A80          Group 1 Result Control Register 0
EVADC_G1RCR1    0xF0020A84          Group 1 Result Control Register 1
EVADC_G1RCR2    0xF0020A88          Group 1 Result Control Register 2
EVADC_G1RCR3    0xF0020A8C          Group 1 Result Control Register 3
EVADC_G1RCR4    0xF0020A90          Group 1 Result Control Register 4
EVADC_G1RCR5    0xF0020A94          Group 1 Result Control Register 5
EVADC_G1RCR6    0xF0020A98          Group 1 Result Control Register 6
EVADC_G1RCR7    0xF0020A9C          Group 1 Result Control Register 7
EVADC_G1RCR8    0xF0020AA0          Group 1 Result Control Register 8
EVADC_G1RCR9    0xF0020AA4          Group 1 Result Control Register 9
EVADC_G1RCR10   0xF0020AA8          Group 1 Result Control Register 10
EVADC_G1RCR11   0xF0020AAC          Group 1 Result Control Register 11
EVADC_G1RCR12   0xF0020AB0          Group 1 Result Control Register 12
EVADC_G1RCR13   0xF0020AB4          Group 1 Result Control Register 13
EVADC_G1RCR14   0xF0020AB8          Group 1 Result Control Register 14
EVADC_G1RCR15   0xF0020ABC          Group 1 Result Control Register 15
EVADC_G1RES0    0xF0020B00          Group 1 Result Register 0
EVADC_G1RES1    0xF0020B04          Group 1 Result Register 1
EVADC_G1RES2    0xF0020B08          Group 1 Result Register 2
EVADC_G1RES3    0xF0020B0C          Group 1 Result Register 3
EVADC_G1RES4    0xF0020B10          Group 1 Result Register 4
EVADC_G1RES5    0xF0020B14          Group 1 Result Register 5
EVADC_G1RES6    0xF0020B18          Group 1 Result Register 6
EVADC_G1RES7    0xF0020B1C          Group 1 Result Register 7
EVADC_G1RES8    0xF0020B20          Group 1 Result Register 8
EVADC_G1RES9    0xF0020B24          Group 1 Result Register 9
EVADC_G1RES10   0xF0020B28          Group 1 Result Register 10
EVADC_G1RES11   0xF0020B2C          Group 1 Result Register 11
EVADC_G1RES12   0xF0020B30          Group 1 Result Register 12
EVADC_G1RES13   0xF0020B34          Group 1 Result Register 13
EVADC_G1RES14   0xF0020B38          Group 1 Result Register 14
EVADC_G1RES15   0xF0020B3C          Group 1 Result Register 15
EVADC_G1RESD0   0xF0020B80          Group 1 Result Reg. 0, Debug
EVADC_G1RESD1   0xF0020B84          Group 1 Result Reg. 1, Debug
EVADC_G1RESD2   0xF0020B88          Group 1 Result Reg. 2, Debug
EVADC_G1RESD3   0xF0020B8C          Group 1 Result Reg. 3, Debug
EVADC_G1RESD4   0xF0020B90          Group 1 Result Reg. 4, Debug
EVADC_G1RESD5   0xF0020B94          Group 1 Result Reg. 5, Debug
EVADC_G1RESD6   0xF0020B98          Group 1 Result Reg. 6, Debug
EVADC_G1RESD7   0xF0020B9C          Group 1 Result Reg. 7, Debug
EVADC_G1RESD8   0xF0020BA0          Group 1 Result Reg. 8, Debug
EVADC_G1RESD9   0xF0020BA4          Group 1 Result Reg. 9, Debug
EVADC_G1RESD10  0xF0020BA8          Group 1 Result Reg. 10, Debug
EVADC_G1RESD11  0xF0020BAC          Group 1 Result Reg. 11, Debug
EVADC_G1RESD12  0xF0020BB0          Group 1 Result Reg. 12, Debug
EVADC_G1RESD13  0xF0020BB4          Group 1 Result Reg. 13, Debug
EVADC_G1RESD14  0xF0020BB8          Group 1 Result Reg. 14, Debug
EVADC_G1RESD15  0xF0020BBC          Group 1 Result Reg. 15, Debug
EVADC_G8TRCTR   0xF0022410          Trigger Control Register, Group 8
EVADC_G8ARBCFG  0xF0022480          Arbitration Config. Register, Group 8
EVADC_G8ARBPR   0xF0022484          Arbitration Priority Register, Group 8
EVADC_G8ANCFG   0xF0022488          Analog Fct. Config. Register, Group 8
EVADC_G8ICLASS0 0xF00224A0          Input Class Register 0, Group 8
EVADC_G8ICLASS1 0xF00224A4          Input Class Register 1, Group 8
EVADC_G8ALIAS   0xF00224B0          Alias Register, Group 8
EVADC_G8BOUND   0xF00224B8          Boundary Select Register, Group 8
EVADC_G8SYNCTR  0xF00224C0          Synchronization Control Register, Group 8
EVADC_G8QCTRL0  0xF0022500          Queue 0 Source Contr. Register, Group 8
EVADC_G8QMR0    0xF0022504          Queue 0 Mode Register, Group 8
EVADC_G8QSR0    0xF0022508          Queue 0 Status Register, Group 8
EVADC_G8Q0R0    0xF002250C          Queue 0 Register 0, Group 8
EVADC_G8QINR0   0xF0022510          Queue 0 Input Register, Group 8
EVADC_G8QBUR0   0xF0022514          Queue 0 Backup Register, Group 8
EVADC_G8REQTM0  0xF0022518          Queue 0 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS0  0xF002251C          Queue 0 Requ. Timer Status Reg., Group 8
EVADC_G8QCTRL1  0xF0022520          Queue 1 Source Contr. Register, Group 8
EVADC_G8QMR1    0xF0022524          Queue 1 Mode Register, Group 8
EVADC_G8QSR1    0xF0022528          Queue 1 Status Register, Group 8
EVADC_G8Q0R1    0xF002252C          Queue 1 Register 0, Group 8
EVADC_G8QINR1   0xF0022530          Queue 1 Input Register, Group 8
EVADC_G8QBUR1   0xF0022534          Queue 1 Backup Register, Group 8
EVADC_G8REQTM1  0xF0022538          Queue 1 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS1  0xF002253C          Queue 1 Requ. Timer Status Reg., Group 8
EVADC_G8QCTRL2  0xF0022540          Queue 2 Source Contr. Register, Group 8
EVADC_G8QMR2    0xF0022544          Queue 2 Mode Register, Group 8
EVADC_G8QSR2    0xF0022548          Queue 2 Status Register, Group 8
EVADC_G8Q0R2    0xF002254C          Queue 2 Register 0, Group 8
EVADC_G8QINR2   0xF0022550          Queue 2 Input Register, Group 8
EVADC_G8QBUR2   0xF0022554          Queue 2 Backup Register, Group 8
EVADC_G8REQTM2  0xF0022558          Queue 2 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS2  0xF002255C          Queue 2 Requ. Timer Status Reg., Group 8
EVADC_G8CEFLAG  0xF0022580          Channel Event Flag Register, Group 8
EVADC_G8REFLAG  0xF0022584          Result Event Flag Register, Group 8
EVADC_G8SEFLAG  0xF0022588          Source Event Flag Register, Group 8
EVADC_G8CEFCLR  0xF0022590          Channel Event Flag Clear Register, Group 8
EVADC_G8REFCLR  0xF0022594          Result Event Flag Clear Register, Group 8
EVADC_G8SEFCLR  0xF0022598          Source Event Flag Clear Reg., Group 8
EVADC_G8CEVNP0  0xF00225A0          Channel Event Node Pointer Reg. 0, Group 8
EVADC_G8CEVNP1  0xF00225A4          Channel Event Node Pointer Reg. 1, Group 8
EVADC_G8REVNP0  0xF00225B0          Result Event Node Pointer Reg. 0, Group 8
EVADC_G8REVNP1  0xF00225B4          Result Event Node Pointer Reg. 1, Group 8
EVADC_G8SEVNP   0xF00225C0          Source Event Node Pointer Reg., Group 8
EVADC_G8SRACT   0xF00225C8          Service Request Software Activation Trigger, Group 8
EVADC_G8EMUXCTR 0xF00225F0          External Multiplexer Control Reg., Group 8
EVADC_G8EMUXCS  0xF00225F4          Ext. Multiplexer Channel Select Reg., Group 8
EVADC_G8VFR     0xF00225F8          Valid Flag Register, Group 8
EVADC_G8CHCTR0  0xF0022600          Group 8, Channel 0 Control Register
EVADC_G8CHCTR1  0xF0022604          Group 8, Channel 1 Control Register
EVADC_G8CHCTR2  0xF0022608          Group 8, Channel 2 Control Register
EVADC_G8CHCTR3  0xF002260C          Group 8, Channel 3 Control Register
EVADC_G8CHCTR4  0xF0022610          Group 8, Channel 4 Control Register
EVADC_G8CHCTR5  0xF0022614          Group 8, Channel 5 Control Register
EVADC_G8CHCTR6  0xF0022618          Group 8, Channel 6 Control Register
EVADC_G8CHCTR7  0xF002261C          Group 8, Channel 7 Control Register
EVADC_G8CHCTR8  0xF0022620          Group 8, Channel 8 Control Register
EVADC_G8CHCTR9  0xF0022624          Group 8, Channel 9 Control Register
EVADC_G8CHCTR10 0xF0022628          Group 8, Channel 10 Control Register
EVADC_G8CHCTR11 0xF002262C          Group 8, Channel 11 Control Register
EVADC_G8CHCTR12 0xF0022630          Group 8, Channel 12 Control Register
EVADC_G8CHCTR13 0xF0022634          Group 8, Channel 13 Control Register
EVADC_G8CHCTR14 0xF0022638          Group 8, Channel 14 Control Register
EVADC_G8CHCTR15 0xF002263C          Group 8, Channel 15 Control Register
EVADC_G8RCR0    0xF0022680          Group 8 Result Control Register 0
EVADC_G8RCR1    0xF0022684          Group 8 Result Control Register 1
EVADC_G8RCR2    0xF0022688          Group 8 Result Control Register 2
EVADC_G8RCR3    0xF002268C          Group 8 Result Control Register 3
EVADC_G8RCR4    0xF0022690          Group 8 Result Control Register 4
EVADC_G8RCR5    0xF0022694          Group 8 Result Control Register 5
EVADC_G8RCR6    0xF0022698          Group 8 Result Control Register 6
EVADC_G8RCR7    0xF002269C          Group 8 Result Control Register 7
EVADC_G8RCR8    0xF00226A0          Group 8 Result Control Register 8
EVADC_G8RCR9    0xF00226A4          Group 8 Result Control Register 9
EVADC_G8RCR10   0xF00226A8          Group 8 Result Control Register 10
EVADC_G8RCR11   0xF00226AC          Group 8 Result Control Register 11
EVADC_G8RCR12   0xF00226B0          Group 8 Result Control Register 12
EVADC_G8RCR13   0xF00226B4          Group 8 Result Control Register 13
EVADC_G8RCR14   0xF00226B8          Group 8 Result Control Register 14
EVADC_G8RCR15   0xF00226BC          Group 8 Result Control Register 15
EVADC_G8RES0    0xF0022700          Group 8 Result Register 0
EVADC_G8RES1    0xF0022704          Group 8 Result Register 1
EVADC_G8RES2    0xF0022708          Group 8 Result Register 2
EVADC_G8RES3    0xF002270C          Group 8 Result Register 3
EVADC_G8RES4    0xF0022710          Group 8 Result Register 4
EVADC_G8RES5    0xF0022714          Group 8 Result Register 5
EVADC_G8RES6    0xF0022718          Group 8 Result Register 6
EVADC_G8RES7    0xF002271C          Group 8 Result Register 7
EVADC_G8RES8    0xF0022720          Group 8 Result Register 8
EVADC_G8RES9    0xF0022724          Group 8 Result Register 9
EVADC_G8RES10   0xF0022728          Group 8 Result Register 10
EVADC_G8RES11   0xF002272C          Group 8 Result Register 11
EVADC_G8RES12   0xF0022730          Group 8 Result Register 12
EVADC_G8RES13   0xF0022734          Group 8 Result Register 13
EVADC_G8RES14   0xF0022738          Group 8 Result Register 14
EVADC_G8RES15   0xF002273C          Group 8 Result Register 15
EVADC_G8RESD0   0xF0022780          Group 8 Result Reg. 0, Debug
EVADC_G8RESD1   0xF0022784          Group 8 Result Reg. 1, Debug
EVADC_G8RESD2   0xF0022788          Group 8 Result Reg. 2, Debug
EVADC_G8RESD3   0xF002278C          Group 8 Result Reg. 3, Debug
EVADC_G8RESD4   0xF0022790          Group 8 Result Reg. 4, Debug
EVADC_G8RESD5   0xF0022794          Group 8 Result Reg. 5, Debug
EVADC_G8RESD6   0xF0022798          Group 8 Result Reg. 6, Debug
EVADC_G8RESD7   0xF002279C          Group 8 Result Reg. 7, Debug
EVADC_G8RESD8   0xF00227A0          Group 8 Result Reg. 8, Debug
EVADC_G8RESD9   0xF00227A4          Group 8 Result Reg. 9, Debug
EVADC_G8RESD10  0xF00227A8          Group 8 Result Reg. 10, Debug
EVADC_G8RESD11  0xF00227AC          Group 8 Result Reg. 11, Debug
EVADC_G8RESD12  0xF00227B0          Group 8 Result Reg. 12, Debug
EVADC_G8RESD13  0xF00227B4          Group 8 Result Reg. 13, Debug
EVADC_G8RESD14  0xF00227B8          Group 8 Result Reg. 14, Debug
EVADC_G8RESD15  0xF00227BC          Group 8 Result Reg. 15, Debug
EVADC_G9TRCTR   0xF0022810          Trigger Control Register, Group 9
EVADC_G9ARBCFG  0xF0022880          Arbitration Config. Register, Group 9
EVADC_G9ARBPR   0xF0022884          Arbitration Priority Register, Group 9
EVADC_G9ANCFG   0xF0022888          Analog Fct. Config. Register, Group 9
EVADC_G9ICLASS0 0xF00228A0          Input Class Register 0, Group 9
EVADC_G9ICLASS1 0xF00228A4          Input Class Register 1, Group 9
EVADC_G9ALIAS   0xF00228B0          Alias Register, Group 9
EVADC_G9BOUND   0xF00228B8          Boundary Select Register, Group 9
EVADC_G9SYNCTR  0xF00228C0          Synchronization Control Register, Group 9
EVADC_G9QCTRL0  0xF0022900          Queue 0 Source Contr. Register, Group 9
EVADC_G9QMR0    0xF0022904          Queue 0 Mode Register, Group 9
EVADC_G9QSR0    0xF0022908          Queue 0 Status Register, Group 9
EVADC_G9Q0R0    0xF002290C          Queue 0 Register 0, Group 9
EVADC_G9QINR0   0xF0022910          Queue 0 Input Register, Group 9
EVADC_G9QBUR0   0xF0022914          Queue 0 Backup Register, Group 9
EVADC_G9REQTM0  0xF0022918          Queue 0 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS0  0xF002291C          Queue 0 Requ. Timer Status Reg., Group 9
EVADC_G9QCTRL1  0xF0022920          Queue 1 Source Contr. Register, Group 9
EVADC_G9QMR1    0xF0022924          Queue 1 Mode Register, Group 9
EVADC_G9QSR1    0xF0022928          Queue 1 Status Register, Group 9
EVADC_G9Q0R1    0xF002292C          Queue 1 Register 0, Group 9
EVADC_G9QINR1   0xF0022930          Queue 1 Input Register, Group 9
EVADC_G9QBUR1   0xF0022934          Queue 1 Backup Register, Group 9
EVADC_G9REQTM1  0xF0022938          Queue 1 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS1  0xF002293C          Queue 1 Requ. Timer Status Reg., Group 9
EVADC_G9QCTRL2  0xF0022940          Queue 2 Source Contr. Register, Group 9
EVADC_G9QMR2    0xF0022944          Queue 2 Mode Register, Group 9
EVADC_G9QSR2    0xF0022948          Queue 2 Status Register, Group 9
EVADC_G9Q0R2    0xF002294C          Queue 2 Register 0, Group 9
EVADC_G9QINR2   0xF0022950          Queue 2 Input Register, Group 9
EVADC_G9QBUR2   0xF0022954          Queue 2 Backup Register, Group 9
EVADC_G9REQTM2  0xF0022958          Queue 2 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS2  0xF002295C          Queue 2 Requ. Timer Status Reg., Group 9
EVADC_G9CEFLAG  0xF0022980          Channel Event Flag Register, Group 9
EVADC_G9REFLAG  0xF0022984          Result Event Flag Register, Group 9
EVADC_G9SEFLAG  0xF0022988          Source Event Flag Register, Group 9
EVADC_G9CEFCLR  0xF0022990          Channel Event Flag Clear Register, Group 9
EVADC_G9REFCLR  0xF0022994          Result Event Flag Clear Register, Group 9
EVADC_G9SEFCLR  0xF0022998          Source Event Flag Clear Reg., Group 9
EVADC_G9CEVNP0  0xF00229A0          Channel Event Node Pointer Reg. 0, Group 9
EVADC_G9CEVNP1  0xF00229A4          Channel Event Node Pointer Reg. 1, Group 9
EVADC_G9REVNP0  0xF00229B0          Result Event Node Pointer Reg. 0, Group 9
EVADC_G9REVNP1  0xF00229B4          Result Event Node Pointer Reg. 1, Group 9
EVADC_G9SEVNP   0xF00229C0          Source Event Node Pointer Reg., Group 9
EVADC_G9SRACT   0xF00229C8          Service Request Software Activation Trigger, Group 9
EVADC_G9EMUXCTR 0xF00229F0          External Multiplexer Control Reg., Group 9
EVADC_G9EMUXCS  0xF00229F4          Ext. Multiplexer Channel Select Reg., Group 9
EVADC_G9VFR     0xF00229F8          Valid Flag Register, Group 9
EVADC_G9CHCTR0  0xF0022A00          Group 9, Channel 0 Control Register
EVADC_G9CHCTR1  0xF0022A04          Group 9, Channel 1 Control Register
EVADC_G9CHCTR2  0xF0022A08          Group 9, Channel 2 Control Register
EVADC_G9CHCTR3  0xF0022A0C          Group 9, Channel 3 Control Register
EVADC_G9CHCTR4  0xF0022A10          Group 9, Channel 4 Control Register
EVADC_G9CHCTR5  0xF0022A14          Group 9, Channel 5 Control Register
EVADC_G9CHCTR6  0xF0022A18          Group 9, Channel 6 Control Register
EVADC_G9CHCTR7  0xF0022A1C          Group 9, Channel 7 Control Register
EVADC_G9CHCTR8  0xF0022A20          Group 9, Channel 8 Control Register
EVADC_G9CHCTR9  0xF0022A24          Group 9, Channel 9 Control Register
EVADC_G9CHCTR10 0xF0022A28          Group 9, Channel 10 Control Register
EVADC_G9CHCTR11 0xF0022A2C          Group 9, Channel 11 Control Register
EVADC_G9CHCTR12 0xF0022A30          Group 9, Channel 12 Control Register
EVADC_G9CHCTR13 0xF0022A34          Group 9, Channel 13 Control Register
EVADC_G9CHCTR14 0xF0022A38          Group 9, Channel 14 Control Register
EVADC_G9CHCTR15 0xF0022A3C          Group 9, Channel 15 Control Register
EVADC_G9RCR0    0xF0022A80          Group 9 Result Control Register 0
EVADC_G9RCR1    0xF0022A84          Group 9 Result Control Register 1
EVADC_G9RCR2    0xF0022A88          Group 9 Result Control Register 2
EVADC_G9RCR3    0xF0022A8C          Group 9 Result Control Register 3
EVADC_G9RCR4    0xF0022A90          Group 9 Result Control Register 4
EVADC_G9RCR5    0xF0022A94          Group 9 Result Control Register 5
EVADC_G9RCR6    0xF0022A98          Group 9 Result Control Register 6
EVADC_G9RCR7    0xF0022A9C          Group 9 Result Control Register 7
EVADC_G9RCR8    0xF0022AA0          Group 9 Result Control Register 8
EVADC_G9RCR9    0xF0022AA4          Group 9 Result Control Register 9
EVADC_G9RCR10   0xF0022AA8          Group 9 Result Control Register 10
EVADC_G9RCR11   0xF0022AAC          Group 9 Result Control Register 11
EVADC_G9RCR12   0xF0022AB0          Group 9 Result Control Register 12
EVADC_G9RCR13   0xF0022AB4          Group 9 Result Control Register 13
EVADC_G9RCR14   0xF0022AB8          Group 9 Result Control Register 14
EVADC_G9RCR15   0xF0022ABC          Group 9 Result Control Register 15
EVADC_G9RES0    0xF0022B00          Group 9 Result Register 0
EVADC_G9RES1    0xF0022B04          Group 9 Result Register 1
EVADC_G9RES2    0xF0022B08          Group 9 Result Register 2
EVADC_G9RES3    0xF0022B0C          Group 9 Result Register 3
EVADC_G9RES4    0xF0022B10          Group 9 Result Register 4
EVADC_G9RES5    0xF0022B14          Group 9 Result Register 5
EVADC_G9RES6    0xF0022B18          Group 9 Result Register 6
EVADC_G9RES7    0xF0022B1C          Group 9 Result Register 7
EVADC_G9RES8    0xF0022B20          Group 9 Result Register 8
EVADC_G9RES9    0xF0022B24          Group 9 Result Register 9
EVADC_G9RES10   0xF0022B28          Group 9 Result Register 10
EVADC_G9RES11   0xF0022B2C          Group 9 Result Register 11
EVADC_G9RES12   0xF0022B30          Group 9 Result Register 12
EVADC_G9RES13   0xF0022B34          Group 9 Result Register 13
EVADC_G9RES14   0xF0022B38          Group 9 Result Register 14
EVADC_G9RES15   0xF0022B3C          Group 9 Result Register 15
EVADC_G9RESD0   0xF0022B80          Group 9 Result Reg. 0, Debug
EVADC_G9RESD1   0xF0022B84          Group 9 Result Reg. 1, Debug
EVADC_G9RESD2   0xF0022B88          Group 9 Result Reg. 2, Debug
EVADC_G9RESD3   0xF0022B8C          Group 9 Result Reg. 3, Debug
EVADC_G9RESD4   0xF0022B90          Group 9 Result Reg. 4, Debug
EVADC_G9RESD5   0xF0022B94          Group 9 Result Reg. 5, Debug
EVADC_G9RESD6   0xF0022B98          Group 9 Result Reg. 6, Debug
EVADC_G9RESD7   0xF0022B9C          Group 9 Result Reg. 7, Debug
EVADC_G9RESD8   0xF0022BA0          Group 9 Result Reg. 8, Debug
EVADC_G9RESD9   0xF0022BA4          Group 9 Result Reg. 9, Debug
EVADC_G9RESD10  0xF0022BA8          Group 9 Result Reg. 10, Debug
EVADC_G9RESD11  0xF0022BAC          Group 9 Result Reg. 11, Debug
EVADC_G9RESD12  0xF0022BB0          Group 9 Result Reg. 12, Debug
EVADC_G9RESD13  0xF0022BB4          Group 9 Result Reg. 13, Debug
EVADC_G9RESD14  0xF0022BB8          Group 9 Result Reg. 14, Debug
EVADC_G9RESD15  0xF0022BBC          Group 9 Result Reg. 15, Debug
CONVCTRL_CLC    0xF0025000          Clock Control Register
CONVCTRL_ID     0xF0025008          Module Identification Register
CONVCTRL_OCS    0xF0025028          OCDS Control and Status Register
CONVCTRL_KRSTCLR 0xF002502C          Kernel Reset Status Clear Register
CONVCTRL_KRST1  0xF0025030          Kernel Reset Register 1
CONVCTRL_KRST0  0xF0025034          Kernel Reset Register 0
CONVCTRL_ACCEN0 0xF002503C          Access Enable Register 0
CONVCTRL_CCCTRL 0xF002507C          Converter Control Block Control Register
CONVCTRL_PHSCFG 0xF0025080          Phase Synchronizer Configuration Register
CONVCTRL_PHSSFTY 0xF0025084          Phase Synchronizer Safety Control Register
SBCU_ID         0xF0030008          Module Identification Register
SBCU_CON        0xF0030010          BCU Control Register
SBCU_PRIOH      0xF0030014          Arbiter Priority Register High
SBCU_PRIOL      0xF0030018          Arbiter Priority Register Low
SBCU_ECON       0xF0030020          BCU Error Control Capture Register
SBCU_EADD       0xF0030024          BCU Error Address Capture Register
SBCU_EDAT       0xF0030028          BCU Error Data Capture Register
SBCU_DBCNTL     0xF0030030          BCU Debug Control Register
SBCU_DBGRNT     0xF0030034          SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0030038          BCU Debug Address 1 Register
SBCU_DBADR2     0xF003003C          BCU Debug Address 2 Register
SBCU_DBBOS      0xF0030040          BCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0030044          SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0030048          BCU Debug Trapped Address Register
SBCU_DBBOST     0xF003004C          BCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0030050          BCU Debug Data Status Register
SBCU_ALSTAT0    0xF0030060          BCU EDC Alarm Status Register 0
SBCU_ALSTAT1    0xF0030064          BCU EDC Alarm Status Register 1
SBCU_ALSTAT2    0xF0030068          BCU EDC Alarm Status Register 2
SBCU_ALSTAT3    0xF003006C          BCU EDC Alarm Status Register 3
SBCU_ALCLR0     0xF0030070          BCU EDC Alarm Clear Register 0
SBCU_ALCLR1     0xF0030074          BCU EDC Alarm Clear Register 1
SBCU_ALCLR2     0xF0030078          BCU EDC Alarm Clear Register 2
SBCU_ALCLR3     0xF003007C          BCU EDC Alarm Clear Register 3
SBCU_ALCTRL     0xF0030080          BCU EDC Alarm Control Register
SBCU_FEGEN      0xF0030084          FPI Error Generation Control Register
SBCU_ACCEN1     0xF00300F8          Access Enable Register 1
SBCU_ACCEN0     0xF00300FC          Access Enable Register 0
IOM_CLC         0xF0035000          IOM Clock Control Register
IOM_ID          0xF0035008          IOM Identification Register
IOM_KRSTCLR     0xF003501C          IOM Kernel Reset Status Clear Register
IOM_KRST1       0xF0035020          IOM Kernel Reset Register 1
IOM_KRST0       0xF0035024          IOM Kernel Reset Register 0
IOM_ACCEN1      0xF0035028          IOM Access Enable Register 1
IOM_ACCEN0      0xF003502C          IOM Access Enable Register 0
IOM_ECMCCFG     0xF0035030          IOM Event Combiner Module Counter Configuration Register
IOM_ECMSELR     0xF0035034          IOM Event Combiner Module Global Event Selection Register
IOM_ECMETH0     0xF0035038          IOM Event Combiner Module Event Trigger History Register 0
IOM_ECMETH1     0xF003503C          IOM Event Combiner Module Event Trigger History Register 1
IOM_GTMEXR      0xF0035040          IOM GTM Input EXOR Combiner Selection Register
IOM_FPCESR      0xF0035078          IOM Filter and Prescaler Channels Rising 'and' Falling Edge Status Register
IOM_FPCCTR0     0xF0035080          IOM Filter and Prescaler Channel Control Register 0
IOM_FPCCTR1     0xF0035084          IOM Filter and Prescaler Channel Control Register 1
IOM_FPCCTR2     0xF0035088          IOM Filter and Prescaler Channel Control Register 2
IOM_FPCCTR3     0xF003508C          IOM Filter and Prescaler Channel Control Register 3
IOM_FPCCTR4     0xF0035090          IOM Filter and Prescaler Channel Control Register 4
IOM_FPCCTR5     0xF0035094          IOM Filter and Prescaler Channel Control Register 5
IOM_FPCCTR6     0xF0035098          IOM Filter and Prescaler Channel Control Register 6
IOM_FPCCTR7     0xF003509C          IOM Filter and Prescaler Channel Control Register 7
IOM_FPCCTR8     0xF00350A0          IOM Filter and Prescaler Channel Control Register 8
IOM_FPCCTR9     0xF00350A4          IOM Filter and Prescaler Channel Control Register 9
IOM_FPCCTR10    0xF00350A8          IOM Filter and Prescaler Channel Control Register 10
IOM_FPCCTR11    0xF00350AC          IOM Filter and Prescaler Channel Control Register 11
IOM_FPCCTR12    0xF00350B0          IOM Filter and Prescaler Channel Control Register 12
IOM_FPCCTR13    0xF00350B4          IOM Filter and Prescaler Channel Control Register 13
IOM_FPCCTR14    0xF00350B8          IOM Filter and Prescaler Channel Control Register 14
IOM_FPCCTR15    0xF00350BC          IOM Filter and Prescaler Channel Control Register 15
IOM_FPCTIM0     0xF00350C0          IOM Filter and Prescaler Channel Timer Register 0
IOM_FPCTIM1     0xF00350C4          IOM Filter and Prescaler Channel Timer Register 1
IOM_FPCTIM2     0xF00350C8          IOM Filter and Prescaler Channel Timer Register 2
IOM_FPCTIM3     0xF00350CC          IOM Filter and Prescaler Channel Timer Register 3
IOM_FPCTIM4     0xF00350D0          IOM Filter and Prescaler Channel Timer Register 4
IOM_FPCTIM5     0xF00350D4          IOM Filter and Prescaler Channel Timer Register 5
IOM_FPCTIM6     0xF00350D8          IOM Filter and Prescaler Channel Timer Register 6
IOM_FPCTIM7     0xF00350DC          IOM Filter and Prescaler Channel Timer Register 7
IOM_FPCTIM8     0xF00350E0          IOM Filter and Prescaler Channel Timer Register 8
IOM_FPCTIM9     0xF00350E4          IOM Filter and Prescaler Channel Timer Register 9
IOM_FPCTIM10    0xF00350E8          IOM Filter and Prescaler Channel Timer Register 10
IOM_FPCTIM11    0xF00350EC          IOM Filter and Prescaler Channel Timer Register 11
IOM_FPCTIM12    0xF00350F0          IOM Filter and Prescaler Channel Timer Register 12
IOM_FPCTIM13    0xF00350F4          IOM Filter and Prescaler Channel Timer Register 13
IOM_FPCTIM14    0xF00350F8          IOM Filter and Prescaler Channel Timer Register 14
IOM_FPCTIM15    0xF00350FC          IOM Filter and Prescaler Channel Timer Register 15
IOM_LAMEWC0     0xF0035100          IOM Logic Analyzer Module Event Window Count Status Register 0
IOM_LAMEWC1     0xF0035104          IOM Logic Analyzer Module Event Window Count Status Register 1
IOM_LAMEWC2     0xF0035108          IOM Logic Analyzer Module Event Window Count Status Register 2
IOM_LAMEWC3     0xF003510C          IOM Logic Analyzer Module Event Window Count Status Register 3
IOM_LAMEWC4     0xF0035110          IOM Logic Analyzer Module Event Window Count Status Register 4
IOM_LAMEWC5     0xF0035114          IOM Logic Analyzer Module Event Window Count Status Register 5
IOM_LAMEWC6     0xF0035118          IOM Logic Analyzer Module Event Window Count Status Register 6
IOM_LAMEWC7     0xF003511C          IOM Logic Analyzer Module Event Window Count Status Register 7
IOM_LAMEWC8     0xF0035120          IOM Logic Analyzer Module Event Window Count Status Register 8
IOM_LAMEWC9     0xF0035124          IOM Logic Analyzer Module Event Window Count Status Register 9
IOM_LAMEWC10    0xF0035128          IOM Logic Analyzer Module Event Window Count Status Register 10
IOM_LAMEWC11    0xF003512C          IOM Logic Analyzer Module Event Window Count Status Register 11
IOM_LAMEWC12    0xF0035130          IOM Logic Analyzer Module Event Window Count Status Register 12
IOM_LAMEWC13    0xF0035134          IOM Logic Analyzer Module Event Window Count Status Register 13
IOM_LAMEWC14    0xF0035138          IOM Logic Analyzer Module Event Window Count Status Register 14
IOM_LAMEWC15    0xF003513C          IOM Logic Analyzer Module Event Window Count Status Register 15
IOM_LAMCFG0     0xF0035180          IOM Logic Analyzer Module Configuration Register 0
IOM_LAMCFG1     0xF0035184          IOM Logic Analyzer Module Configuration Register 1
IOM_LAMCFG2     0xF0035188          IOM Logic Analyzer Module Configuration Register 2
IOM_LAMCFG3     0xF003518C          IOM Logic Analyzer Module Configuration Register 3
IOM_LAMCFG4     0xF0035190          IOM Logic Analyzer Module Configuration Register 4
IOM_LAMCFG5     0xF0035194          IOM Logic Analyzer Module Configuration Register 5
IOM_LAMCFG6     0xF0035198          IOM Logic Analyzer Module Configuration Register 6
IOM_LAMCFG7     0xF003519C          IOM Logic Analyzer Module Configuration Register 7
IOM_LAMCFG8     0xF00351A0          IOM Logic Analyzer Module Configuration Register 8
IOM_LAMCFG9     0xF00351A4          IOM Logic Analyzer Module Configuration Register 9
IOM_LAMCFG10    0xF00351A8          IOM Logic Analyzer Module Configuration Register 10
IOM_LAMCFG11    0xF00351AC          IOM Logic Analyzer Module Configuration Register 11
IOM_LAMCFG12    0xF00351B0          IOM Logic Analyzer Module Configuration Register 12
IOM_LAMCFG13    0xF00351B4          IOM Logic Analyzer Module Configuration Register 13
IOM_LAMCFG14    0xF00351B8          IOM Logic Analyzer Module Configuration Register 14
IOM_LAMCFG15    0xF00351BC          IOM Logic Analyzer Module Configuration Register 15
IOM_LAMEWS0     0xF00351C0          IOM Logic Analyzer Module Event Window Configuration Register 0
IOM_LAMEWS1     0xF00351C4          IOM Logic Analyzer Module Event Window Configuration Register 1
IOM_LAMEWS2     0xF00351C8          IOM Logic Analyzer Module Event Window Configuration Register 2
IOM_LAMEWS3     0xF00351CC          IOM Logic Analyzer Module Event Window Configuration Register 3
IOM_LAMEWS4     0xF00351D0          IOM Logic Analyzer Module Event Window Configuration Register 4
IOM_LAMEWS5     0xF00351D4          IOM Logic Analyzer Module Event Window Configuration Register 5
IOM_LAMEWS6     0xF00351D8          IOM Logic Analyzer Module Event Window Configuration Register 6
IOM_LAMEWS7     0xF00351DC          IOM Logic Analyzer Module Event Window Configuration Register 7
IOM_LAMEWS8     0xF00351E0          IOM Logic Analyzer Module Event Window Configuration Register 8
IOM_LAMEWS9     0xF00351E4          IOM Logic Analyzer Module Event Window Configuration Register 9
IOM_LAMEWS10    0xF00351E8          IOM Logic Analyzer Module Event Window Configuration Register 10
IOM_LAMEWS11    0xF00351EC          IOM Logic Analyzer Module Event Window Configuration Register 11
IOM_LAMEWS12    0xF00351F0          IOM Logic Analyzer Module Event Window Configuration Register 12
IOM_LAMEWS13    0xF00351F4          IOM Logic Analyzer Module Event Window Configuration Register 13
IOM_LAMEWS14    0xF00351F8          IOM Logic Analyzer Module Event Window Configuration Register 14
IOM_LAMEWS15    0xF00351FC          IOM Logic Analyzer Module Event Window Configuration Register 15
SCU_ID          0xF0036008          Identification Register
SCU_OSCCON      0xF0036010          OSC Control Register
SCU_SYSPLLSTAT  0xF0036014          System PLL Status Register
SCU_SYSPLLCON0  0xF0036018          System PLL Configuration 0 Register
SCU_SYSPLLCON1  0xF003601C          System PLL Configuration 1 Register
SCU_SYSPLLCON2  0xF0036020          System PLL Configuration 2 Register
SCU_PERPLLSTAT  0xF0036024          Peripheral PLL Status Register
SCU_PERPLLCON0  0xF0036028          Peripheral PLL Configuration 0 Register
SCU_PERPLLCON1  0xF003602C          Peripheral PLL Configuration 1 Register
SCU_CCUCON0     0xF0036030          CCU Clock Control Register 0
SCU_CCUCON1     0xF0036034          CCU Clock Control Register 1
SCU_FDR         0xF0036038          Fractional Divider Register
SCU_EXTCON      0xF003603C          External Clock Control Register
SCU_CCUCON2     0xF0036040          CCU Clock Control Register 2
SCU_CCUCON3     0xF0036044          CCU Clock Control Register 3
SCU_CCUCON4     0xF0036048          CCU Clock Control Register 4
SCU_CCUCON5     0xF003604C          CCU Clock Control Register 5
SCU_RSTSTAT     0xF0036050          Reset Status Register
SCU_RSTCON      0xF0036058          Reset Configuration Register
SCU_ARSTDIS     0xF003605C          Application Reset Disable Register
SCU_SWRSTCON    0xF0036060          Software Reset Configuration Register
SCU_RSTCON2     0xF0036064          Additional Reset Control Register
SCU_RSTCON3     0xF0036068          Reset Configuration Register 3
SCU_ESRCFG0     0xF0036070          ESR0 Input Configuration Register
SCU_ESRCFG1     0xF0036074          ESR1 Input Configuration Register
SCU_ESROCFG     0xF0036078          ESR Output Configuration Register
SCU_SYSCON      0xF003607C          System Control Register
SCU_CCUCON6     0xF0036080          CCU Clock Control Register 6
SCU_CCUCON7     0xF0036084          CCU Clock Control Register 7
SCU_PDR         0xF003609C          ESR Pad Driver Mode Register
SCU_IOCR        0xF00360A0          Input/Output Control Register
SCU_OUT         0xF00360A4          ESR Output Register
SCU_OMR         0xF00360A8          ESR Output Modification Register
SCU_IN          0xF00360AC          ESR Input Register
SCU_STSTAT      0xF00360C0          Start-up Status Register
SCU_STCON       0xF00360C4          Start-up Configuration Register
SCU_PMCSR0      0xF00360C8          Power Management Control and Status Register
SCU_PMCSR1      0xF00360CC          Power Management Control and Status Register
SCU_PMCSR2      0xF00360D0          Power Management Control and Status Register
SCU_PMCSR3      0xF00360D4          Power Management Control and Status Register
SCU_PMCSR4      0xF00360D8          Power Management Control and Status Register
SCU_PMCSR5      0xF00360DC          Power Management Control and Status Register
SCU_PMSTAT0     0xF00360E4          Power Management Status Register 0
SCU_PMSWCR1     0xF00360E8          Standby and Wake-up Control Register 1
SCU_EMSR        0xF00360FC          Emergency Stop Register
SCU_EMSSW       0xF0036100          Emergency Stop Software set and clear register
SCU_DTSCSTAT    0xF0036104          Core Die Temperature Sensor Status Register
SCU_DTSCLIM     0xF0036108          Core Die Temperature Sensor Limit Register
SCU_TRAPDIS1    0xF0036120          Trap Disable Register 1
SCU_TRAPSTAT    0xF0036124          Trap Status Register
SCU_TRAPSET     0xF0036128          Trap Set Register
SCU_TRAPCLR     0xF003612C          Trap Clear Register
SCU_TRAPDIS0    0xF0036130          Trap Disable Register 0
SCU_LCLCON0     0xF0036134          LCL CPU0 and CPU2 Control Register
SCU_LCLCON1     0xF0036138          LCL CPU1 and CPU3 Control Register
SCU_LCLTEST     0xF003613C          LCL Test Register
SCU_CHIPID      0xF0036140          Chip Identification Register
SCU_MANID       0xF0036144          Manufacturer Identification Register
SCU_SWAPCTRL    0xF003614C          Address Map Control Register
SCU_LBISTCTRL0  0xF0036164          Logic BIST Control 0 Register
SCU_LBISTCTRL1  0xF0036168          Logic BIST Control 1 Register
SCU_LBISTCTRL2  0xF003616C          Logic BIST Control 2 Register
SCU_LBISTCTRL3  0xF0036170          Logic BIST Control 3 Register
SCU_STMEM1      0xF0036184          Start-up Memory Register 1
SCU_STMEM2      0xF0036188          Start-up Memory Register 2
SCU_PDISC       0xF003618C          Pad Disable Control Register
SCU_PMTRCSR0    0xF0036198          Power Management Transition Control and Status Register 0
SCU_PMTRCSR1    0xF003619C          Power Management Transition Control and Status Register 1
SCU_PMTRCSR2    0xF00361A0          Power Management Transition Control and Status Register 2
SCU_PMTRCSR3    0xF00361A4          Power Management Transition Control and Status Register 3
SCU_STMEM3      0xF00361C0          Start-up Memory Register 3
SCU_STMEM4      0xF00361C4          Start-up Memory Register 4
SCU_STMEM5      0xF00361C8          Start-up Memory Register 5
SCU_STMEM6      0xF00361CC          Start-up Memory Register 6
SCU_OVCENABLE   0xF00361E0          Overlay Enable Register
SCU_OVCCON      0xF00361E4          Overlay Control Register
SCU_EIFILT      0xF003620C          External Input Filter Register
SCU_EICR0       0xF0036210          External Input Channel Register 0
SCU_EICR1       0xF0036214          External Input Channel Register 1
SCU_EICR2       0xF0036218          External Input Channel Register 2
SCU_EICR3       0xF003621C          External Input Channel Register 3
SCU_EIFR        0xF0036220          External Input Flag Register
SCU_FMR         0xF0036224          Flag Modification Register
SCU_PDRR        0xF0036228          Pattern Detection Result Register
SCU_IGCR0       0xF003622C          Flag Gating Register 0
SCU_IGCR1       0xF0036230          Flag Gating Register 1
SCU_IGCR2       0xF0036234          Flag Gating Register 2
SCU_IGCR3       0xF0036238          Flag Gating Register 3
SCU_WDTCPU0CON0 0xF003624C          CPU0 WDT Control Register 0
SCU_WDTCPU0CON1 0xF0036250          CPU0 WDT Control Register 1
SCU_WDTCPU0SR   0xF0036254          CPU0 WDT Status Register
SCU_EICON0      0xF003629C          ENDINIT Global Control Register 0
SCU_EICON1      0xF00362A0          ENDINIT Global Control Register 1
SCU_EISR        0xF00362A4          ENDINIT Timeout Counter Status Register
SCU_WDTSCON0    0xF00362A8          Safety WDT Control Register 0
SCU_WDTSCON1    0xF00362AC          Safety WDT Control Register 1
SCU_WDTSSR      0xF00362B0          Safety WDT Status Register
SCU_SEICON0     0xF00362B4          Safety ENDINIT Control Register 0
SCU_SEICON1     0xF00362B8          Safety ENDINIT Control Register 1
SCU_SEISR       0xF00362BC          Safety ENDINIT Timeout Status Register
SCU_ACCEN11     0xF00363F0          Access Enable Register 11
SCU_ACCEN10     0xF00363F4          Access Enable Register 10
SCU_ACCEN01     0xF00363F8          Access Enable Register 01
SCU_ACCEN00     0xF00363FC          Access Enable Register 00
SMU_CLC         0xF0036800          Clock Control Register
SMU_ID          0xF0036808          Module Identification Register
SMU_CMD         0xF0036820          Command Register
SMU_STS         0xF0036824          Status Register
SMU_FSP         0xF0036828          Fault Signaling Protocol
SMU_AGC         0xF003682C          Alarm Global Configuration
SMU_RTC         0xF0036830          Recovery Timer Configuration
SMU_KEYS        0xF0036834          Key Register
SMU_DBG         0xF0036838          Debug Register
SMU_PCTL        0xF003683C          Port Control
SMU_AFCNT       0xF0036840          Alarm and Fault Counter
SMU_RTAC00      0xF0036860          Recovery Timer 0 Alarm Configuration 0
SMU_RTAC01      0xF0036864          Recovery Timer 0 Alarm Configuration 1
SMU_RTAC10      0xF0036868          Recovery Timer 1 Alarm Configuration 0
SMU_RTAC11      0xF003686C          Recovery Timer 1 Alarm Configuration 1
SMU_AEX         0xF0036870          Alarm Executed Status Register
SMU_AEXCLR      0xF0036874          Alarm Executed Status Clear Register
SMU_AG0CF0      0xF0036900          Alarm 0 Configuration Register
SMU_AG0CF1      0xF0036904          Alarm 0 Configuration Register
SMU_AG0CF2      0xF0036908          Alarm 0 Configuration Register
SMU_AG1CF0      0xF003690C          Alarm 1 Configuration Register
SMU_AG1CF1      0xF0036910          Alarm 1 Configuration Register
SMU_AG1CF2      0xF0036914          Alarm 1 Configuration Register
SMU_AG2CF0      0xF0036918          Alarm 2 Configuration Register
SMU_AG2CF1      0xF003691C          Alarm 2 Configuration Register
SMU_AG2CF2      0xF0036920          Alarm 2 Configuration Register
SMU_AG3CF0      0xF0036924          Alarm 3 Configuration Register
SMU_AG3CF1      0xF0036928          Alarm 3 Configuration Register
SMU_AG3CF2      0xF003692C          Alarm 3 Configuration Register
SMU_AG4CF0      0xF0036930          Alarm 4 Configuration Register
SMU_AG4CF1      0xF0036934          Alarm 4 Configuration Register
SMU_AG4CF2      0xF0036938          Alarm 4 Configuration Register
SMU_AG5CF0      0xF003693C          Alarm 5 Configuration Register
SMU_AG5CF1      0xF0036940          Alarm 5 Configuration Register
SMU_AG5CF2      0xF0036944          Alarm 5 Configuration Register
SMU_AG6CF0      0xF0036948          Alarm 6 Configuration Register
SMU_AG6CF1      0xF003694C          Alarm 6 Configuration Register
SMU_AG6CF2      0xF0036950          Alarm 6 Configuration Register
SMU_AG7CF0      0xF0036954          Alarm 7 Configuration Register
SMU_AG7CF1      0xF0036958          Alarm 7 Configuration Register
SMU_AG7CF2      0xF003695C          Alarm 7 Configuration Register
SMU_AG8CF0      0xF0036960          Alarm 8 Configuration Register
SMU_AG8CF1      0xF0036964          Alarm 8 Configuration Register
SMU_AG8CF2      0xF0036968          Alarm 8 Configuration Register
SMU_AG9CF0      0xF003696C          Alarm 9 Configuration Register
SMU_AG9CF1      0xF0036970          Alarm 9 Configuration Register
SMU_AG9CF2      0xF0036974          Alarm 9 Configuration Register
SMU_AG10CF0     0xF0036978          Alarm 10 Configuration Register
SMU_AG10CF1     0xF003697C          Alarm 10 Configuration Register
SMU_AG10CF2     0xF0036980          Alarm 10 Configuration Register
SMU_AG11CF0     0xF0036984          Alarm 11 Configuration Register
SMU_AG11CF1     0xF0036988          Alarm 11 Configuration Register
SMU_AG11CF2     0xF003698C          Alarm 11 Configuration Register
SMU_AG0FSP      0xF0036990          SMU_core 0 FSP Configuration Register
SMU_AG1FSP      0xF0036994          SMU_core 1 FSP Configuration Register
SMU_AG2FSP      0xF0036998          SMU_core 2 FSP Configuration Register
SMU_AG3FSP      0xF003699C          SMU_core 3 FSP Configuration Register
SMU_AG4FSP      0xF00369A0          SMU_core 4 FSP Configuration Register
SMU_AG5FSP      0xF00369A4          SMU_core 5 FSP Configuration Register
SMU_AG6FSP      0xF00369A8          SMU_core 6 FSP Configuration Register
SMU_AG7FSP      0xF00369AC          SMU_core 7 FSP Configuration Register
SMU_AG8FSP      0xF00369B0          SMU_core 8 FSP Configuration Register
SMU_AG9FSP      0xF00369B4          SMU_core 9 FSP Configuration Register
SMU_AG10FSP     0xF00369B8          SMU_core 10 FSP Configuration Register
SMU_AG11FSP     0xF00369BC          SMU_core 11 FSP Configuration Register
SMU_AG0         0xF00369C0          Alarm 0 Status Register
SMU_AG1         0xF00369C4          Alarm 1 Status Register
SMU_AG2         0xF00369C8          Alarm 2 Status Register
SMU_AG3         0xF00369CC          Alarm 3 Status Register
SMU_AG4         0xF00369D0          Alarm 4 Status Register
SMU_AG5         0xF00369D4          Alarm 5 Status Register
SMU_AG6         0xF00369D8          Alarm 6 Status Register
SMU_AG7         0xF00369DC          Alarm 7 Status Register
SMU_AG8         0xF00369E0          Alarm 8 Status Register
SMU_AG9         0xF00369E4          Alarm 9 Status Register
SMU_AG10        0xF00369E8          Alarm 10 Status Register
SMU_AG11        0xF00369EC          Alarm 11 Status Register
SMU_AD0         0xF0036A00          Alarm 0 Debug Register
SMU_AD1         0xF0036A04          Alarm 1 Debug Register
SMU_AD2         0xF0036A08          Alarm 2 Debug Register
SMU_AD3         0xF0036A0C          Alarm 3 Debug Register
SMU_AD4         0xF0036A10          Alarm 4 Debug Register
SMU_AD5         0xF0036A14          Alarm 5 Debug Register
SMU_AD6         0xF0036A18          Alarm 6 Debug Register
SMU_AD7         0xF0036A1C          Alarm 7 Debug Register
SMU_AD8         0xF0036A20          Alarm 8 Debug Register
SMU_AD9         0xF0036A24          Alarm 9 Debug Register
SMU_AD10        0xF0036A28          Alarm 10 Debug Register
SMU_AD11        0xF0036A2C          Alarm 11 Debug Register
SMU_RMCTL       0xF0036B00          Register Monitor Control
SMU_RMEF        0xF0036B04          Register Monitor Error Flags
SMU_RMSTS       0xF0036B08          Register Monitor Self Test Status
SMU_OCS         0xF0036FE8          OCDS Control and Status
SMU_ACCEN1      0xF0036FF8          SMU_core Access Enable Register 1
SMU_ACCEN0      0xF0036FFC          SMU_core Access Enable Register 0
INT_ID          0xF0037008          Module Identification Register
INT_SRB0        0xF0037010          Service Request Broadcast Register 0
INT_SRB1        0xF0037014          Service Request Broadcast Register 1
INT_OOBS        0xF0037080          OTGM OTGB0/1 Status
INT_OSSIC       0xF0037084          OTGM SSI Control
INT_OIXTS       0xF0037088          OTGM IRQ MUX Trigger Set Select
INT_OIXMS       0xF003708C          OTGM IRQ MUX Missed IRQ Select
INT_OIXS0       0xF0037090          OTGM IRQ MUX Select 0
INT_OIXS1       0xF0037094          OTGM IRQ MUX Select 1
INT_OIT         0xF00370A0          OTGM IRQ Trace
INT_OMISP       0xF00370A4          OTGM MCDS I/F Sensitivity Posedge
INT_OMISN       0xF00370A8          OTGM MCDS I/F Sensitivity Negedge
INT_ACCEN_CONFIG0 0xF00370F0          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 0
INT_ACCEN_CONFIG1 0xF00370F4          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 1
INT_ACCEN_SRB00 0xF0037100          Access Enable covering SRB0, Register 0
INT_ACCEN_SRB01 0xF0037104          Access Enable covering SRB0, Register 1
INT_ACCEN_SRB10 0xF0037108          Access Enable covering SRB1, Register 0
INT_ACCEN_SRB11 0xF003710C          Access Enable covering SRB1, Register 1
INT_ACCEN_SRC_TOS00 0xF0037180          Access Enable covering all SRCx[31:16] mapped to ICU0, Register 0
INT_ACCEN_SRC_TOS01 0xF0037184          Access Enable covering all SRCx[31:16] mapped to ICU0, Register 1
INT_ACCEN_SRC_TOS10 0xF0037188          Access Enable covering all SRCx[31:16] mapped to ICU1, Register 0
INT_ACCEN_SRC_TOS11 0xF003718C          Access Enable covering all SRCx[31:16] mapped to ICU1, Register 1
INT_LWSR0       0xF0037200          Latest Winning Service Request Register 0, related to ICUx
INT_LASR0       0xF0037204          Last Acknowledged Service Request Register 0, related to ICUx
INT_ECR0        0xF0037208          Error Capture Register 0, related to ICUx
INT_LWSR1       0xF0037210          Latest Winning Service Request Register 1, related to ICUx
INT_LASR1       0xF0037214          Last Acknowledged Service Request Register 1, related to ICUx
INT_ECR1        0xF0037218          Error Capture Register 1, related to ICUx
SRC_CPU0SB      0xF0038000          CPU0 Software Breakpoint Service Request
SRC_BCUSPB      0xF0038020          SBCU Service Request [SPB Bus Control Unit)
SRC_XBAR0       0xF0038030          SRI Domain 0 Service Request
SRC_CERBERUS0   0xF0038040          Cerberus Service Request 0
SRC_CERBERUS1   0xF0038044          Cerberus Service Request 1
SRC_ASCLIN0TX   0xF0038050          ASCLIN0 Transmit Service Request
SRC_ASCLIN0RX   0xF0038054          ASCLIN0 Receive Service Request
SRC_ASCLIN0ERR  0xF0038058          ASCLIN0 Error Service Request
SRC_ASCLIN1TX   0xF003805C          ASCLIN1 Transmit Service Request
SRC_ASCLIN1RX   0xF0038060          ASCLIN1 Receive Service Request
SRC_ASCLIN1ERR  0xF0038064          ASCLIN1 Error Service Request
SRC_ASCLIN2TX   0xF0038068          ASCLIN2 Transmit Service Request
SRC_ASCLIN2RX   0xF003806C          ASCLIN2 Receive Service Request
SRC_ASCLIN2ERR  0xF0038070          ASCLIN2 Error Service Request
SRC_ASCLIN3TX   0xF0038074          ASCLIN3 Transmit Service Request
SRC_ASCLIN3RX   0xF0038078          ASCLIN3 Receive Service Request
SRC_ASCLIN3ERR  0xF003807C          ASCLIN3 Error Service Request
SRC_ASCLIN4TX   0xF0038080          ASCLIN4 Transmit Service Request
SRC_ASCLIN4RX   0xF0038084          ASCLIN4 Receive Service Request
SRC_ASCLIN4ERR  0xF0038088          ASCLIN4 Error Service Request
SRC_ASCLIN5TX   0xF003808C          ASCLIN5 Transmit Service Request
SRC_ASCLIN5RX   0xF0038090          ASCLIN5 Receive Service Request
SRC_ASCLIN5ERR  0xF0038094          ASCLIN5 Error Service Request
SRC_ASCLIN6TX   0xF0038098          ASCLIN6 Transmit Service Request
SRC_ASCLIN6RX   0xF003809C          ASCLIN6 Receive Service Request
SRC_ASCLIN6ERR  0xF00380A0          ASCLIN6 Error Service Request
SRC_ASCLIN7TX   0xF00380A4          ASCLIN7 Transmit Service Request
SRC_ASCLIN7RX   0xF00380A8          ASCLIN7 Receive Service Request
SRC_ASCLIN7ERR  0xF00380AC          ASCLIN7 Error Service Request
SRC_ASCLIN8TX   0xF00380B0          ASCLIN8 Transmit Service Request
SRC_ASCLIN8RX   0xF00380B4          ASCLIN8 Receive Service Request
SRC_ASCLIN8ERR  0xF00380B8          ASCLIN8 Error Service Request
SRC_ASCLIN9TX   0xF00380BC          ASCLIN9 Transmit Service Request
SRC_ASCLIN9RX   0xF00380C0          ASCLIN9 Receive Service Request
SRC_ASCLIN9ERR  0xF00380C4          ASCLIN9 Error Service Request
SRC_ASCLIN10TX  0xF00380C8          ASCLIN10 Transmit Service Request
SRC_ASCLIN10RX  0xF00380CC          ASCLIN10 Receive Service Request
SRC_ASCLIN10ERR 0xF00380D0          ASCLIN10 Error Service Request
SRC_ASCLIN11TX  0xF00380D4          ASCLIN11 Transmit Service Request
SRC_ASCLIN11RX  0xF00380D8          ASCLIN11 Receive Service Request
SRC_ASCLIN11ERR 0xF00380DC          ASCLIN11 Error Service Request
SRC_MTUDONE     0xF00380EC          MTU Done Service Request
SRC_QSPI0TX     0xF00380F0          QSPI0 Transmit Service Request
SRC_QSPI0RX     0xF00380F4          QSPI0 Receive Service Request
SRC_QSPI0ERR    0xF00380F8          QSPI0 Error Service Request
SRC_QSPI0PT     0xF00380FC          QSPI0 Phase Transition Service Request
SRC_QSPI0U      0xF0038100          QSPI0 User Defined Service Request
SRC_QSPI1TX     0xF0038104          QSPI1 Transmit Service Request
SRC_QSPI1RX     0xF0038108          QSPI1 Receive Service Request
SRC_QSPI1ERR    0xF003810C          QSPI1 Error Service Request
SRC_QSPI1PT     0xF0038110          QSPI1 Phase Transition Service Request
SRC_QSPI1U      0xF0038114          QSPI1 User Defined Service Request
SRC_QSPI2TX     0xF0038118          QSPI2 Transmit Service Request
SRC_QSPI2RX     0xF003811C          QSPI2 Receive Service Request
SRC_QSPI2ERR    0xF0038120          QSPI2 Error Service Request
SRC_QSPI2PT     0xF0038124          QSPI2 Phase Transition Service Request
SRC_QSPI2U      0xF0038128          QSPI2 User Defined Service Request
SRC_QSPI3TX     0xF003812C          QSPI3 Transmit Service Request
SRC_QSPI3RX     0xF0038130          QSPI3 Receive Service Request
SRC_QSPI3ERR    0xF0038134          QSPI3 Error Service Request
SRC_QSPI3PT     0xF0038138          QSPI3 Phase Transition Service Request
SRC_QSPI3U      0xF003813C          QSPI3 User Defined Service Request
SRC_QSPI2HC     0xF0038178          QSPI2 High Speed Capture Service Request
SRC_QSPI3HC     0xF003817C          QSPI3 High Speed Capture Service Request
SRC_SENT0       0xF0038240          SENT TRIG0 Service Request
SRC_SENT1       0xF0038244          SENT TRIG1 Service Request
SRC_SENT2       0xF0038248          SENT TRIG2 Service Request
SRC_SENT3       0xF003824C          SENT TRIG3 Service Request
SRC_SENT4       0xF0038250          SENT TRIG4 Service Request
SRC_SENT5       0xF0038254          SENT TRIG5 Service Request
SRC_SENT6       0xF0038258          SENT TRIG6 Service Request
SRC_SENT7       0xF003825C          SENT TRIG7 Service Request
SRC_SENT8       0xF0038260          SENT TRIG8 Service Request
SRC_SENT9       0xF0038264          SENT TRIG9 Service Request
SRC_CCU60SR0    0xF00382C0          CCU0 Service Request 0
SRC_CCU60SR1    0xF00382C4          CCU0 Service Request 1
SRC_CCU60SR2    0xF00382C8          CCU0 Service Request 2
SRC_CCU60SR3    0xF00382CC          CCU0 Service Request 3
SRC_CCU61SR0    0xF00382D0          CCU1 Service Request 0
SRC_CCU61SR1    0xF00382D4          CCU1 Service Request 1
SRC_CCU61SR2    0xF00382D8          CCU1 Service Request 2
SRC_CCU61SR3    0xF00382DC          CCU1 Service Request 3
SRC_GPT120CIRQ  0xF00382E0          GPT120 CAPREL Service Request
SRC_GPT120T2    0xF00382E4          GPT120 Timer 2 Service Request
SRC_GPT120T3    0xF00382E8          GPT120 Timer 3 Service Request
SRC_GPT120T4    0xF00382EC          GPT120 Timer 4 Service Request
SRC_GPT120T5    0xF00382F0          GPT120 Timer 5 Service Request
SRC_GPT120T6    0xF00382F4          GPT120 Timer 6 Service Request
SRC_STM0SR0     0xF0038300          System Timer 0 Service Request 0
SRC_STM0SR1     0xF0038304          System Timer 0 Service Request 1
SRC_FCE0        0xF0038330          FCE0 Error Service Request
SRC_DMAERR0     0xF0038340          DMA Error Service Request 0
SRC_DMAERR1     0xF0038344          DMA Error Service Request 1
SRC_DMAERR2     0xF0038348          DMA Error Service Request 2
SRC_DMAERR3     0xF003834C          DMA Error Service Request 3
SRC_DMACH0      0xF0038370          DMA Channel 0 Service Request
SRC_DMACH1      0xF0038374          DMA Channel 1 Service Request
SRC_DMACH2      0xF0038378          DMA Channel 2 Service Request
SRC_DMACH3      0xF003837C          DMA Channel 3 Service Request
SRC_DMACH4      0xF0038380          DMA Channel 4 Service Request
SRC_DMACH5      0xF0038384          DMA Channel 5 Service Request
SRC_DMACH6      0xF0038388          DMA Channel 6 Service Request
SRC_DMACH7      0xF003838C          DMA Channel 7 Service Request
SRC_DMACH8      0xF0038390          DMA Channel 8 Service Request
SRC_DMACH9      0xF0038394          DMA Channel 9 Service Request
SRC_DMACH10     0xF0038398          DMA Channel 10 Service Request
SRC_DMACH11     0xF003839C          DMA Channel 11 Service Request
SRC_DMACH12     0xF00383A0          DMA Channel 12 Service Request
SRC_DMACH13     0xF00383A4          DMA Channel 13 Service Request
SRC_DMACH14     0xF00383A8          DMA Channel 14 Service Request
SRC_DMACH15     0xF00383AC          DMA Channel 15 Service Request
SRC_DMACH16     0xF00383B0          DMA Channel 16 Service Request
SRC_DMACH17     0xF00383B4          DMA Channel 17 Service Request
SRC_DMACH18     0xF00383B8          DMA Channel 18 Service Request
SRC_DMACH19     0xF00383BC          DMA Channel 19 Service Request
SRC_DMACH20     0xF00383C0          DMA Channel 20 Service Request
SRC_DMACH21     0xF00383C4          DMA Channel 21 Service Request
SRC_DMACH22     0xF00383C8          DMA Channel 22 Service Request
SRC_DMACH23     0xF00383CC          DMA Channel 23 Service Request
SRC_DMACH24     0xF00383D0          DMA Channel 24 Service Request
SRC_DMACH25     0xF00383D4          DMA Channel 25 Service Request
SRC_DMACH26     0xF00383D8          DMA Channel 26 Service Request
SRC_DMACH27     0xF00383DC          DMA Channel 27 Service Request
SRC_DMACH28     0xF00383E0          DMA Channel 28 Service Request
SRC_DMACH29     0xF00383E4          DMA Channel 29 Service Request
SRC_DMACH30     0xF00383E8          DMA Channel 30 Service Request
SRC_DMACH31     0xF00383EC          DMA Channel 31 Service Request
SRC_DMACH32     0xF00383F0          DMA Channel 32 Service Request
SRC_DMACH33     0xF00383F4          DMA Channel 33 Service Request
SRC_DMACH34     0xF00383F8          DMA Channel 34 Service Request
SRC_DMACH35     0xF00383FC          DMA Channel 35 Service Request
SRC_DMACH36     0xF0038400          DMA Channel 36 Service Request
SRC_DMACH37     0xF0038404          DMA Channel 37 Service Request
SRC_DMACH38     0xF0038408          DMA Channel 38 Service Request
SRC_DMACH39     0xF003840C          DMA Channel 39 Service Request
SRC_DMACH40     0xF0038410          DMA Channel 40 Service Request
SRC_DMACH41     0xF0038414          DMA Channel 41 Service Request
SRC_DMACH42     0xF0038418          DMA Channel 42 Service Request
SRC_DMACH43     0xF003841C          DMA Channel 43 Service Request
SRC_DMACH44     0xF0038420          DMA Channel 44 Service Request
SRC_DMACH45     0xF0038424          DMA Channel 45 Service Request
SRC_DMACH46     0xF0038428          DMA Channel 46 Service Request
SRC_DMACH47     0xF003842C          DMA Channel 47 Service Request
SRC_DMACH48     0xF0038430          DMA Channel 48 Service Request
SRC_DMACH49     0xF0038434          DMA Channel 49 Service Request
SRC_DMACH50     0xF0038438          DMA Channel 50 Service Request
SRC_DMACH51     0xF003843C          DMA Channel 51 Service Request
SRC_DMACH52     0xF0038440          DMA Channel 52 Service Request
SRC_DMACH53     0xF0038444          DMA Channel 53 Service Request
SRC_DMACH54     0xF0038448          DMA Channel 54 Service Request
SRC_DMACH55     0xF003844C          DMA Channel 55 Service Request
SRC_DMACH56     0xF0038450          DMA Channel 56 Service Request
SRC_DMACH57     0xF0038454          DMA Channel 57 Service Request
SRC_DMACH58     0xF0038458          DMA Channel 58 Service Request
SRC_DMACH59     0xF003845C          DMA Channel 59 Service Request
SRC_DMACH60     0xF0038460          DMA Channel 60 Service Request
SRC_DMACH61     0xF0038464          DMA Channel 61 Service Request
SRC_DMACH62     0xF0038468          DMA Channel 62 Service Request
SRC_DMACH63     0xF003846C          DMA Channel 63 Service Request
SRC_CAN0INT0    0xF00385B0          CAN0 Service Request 0
SRC_CAN0INT1    0xF00385B4          CAN0 Service Request 1
SRC_CAN0INT2    0xF00385B8          CAN0 Service Request 2
SRC_CAN0INT3    0xF00385BC          CAN0 Service Request 3
SRC_CAN0INT4    0xF00385C0          CAN0 Service Request 4
SRC_CAN0INT5    0xF00385C4          CAN0 Service Request 5
SRC_CAN0INT6    0xF00385C8          CAN0 Service Request 6
SRC_CAN0INT7    0xF00385CC          CAN0 Service Request 7
SRC_CAN0INT8    0xF00385D0          CAN0 Service Request 8
SRC_CAN0INT9    0xF00385D4          CAN0 Service Request 9
SRC_CAN0INT10   0xF00385D8          CAN0 Service Request 10
SRC_CAN0INT11   0xF00385DC          CAN0 Service Request 11
SRC_CAN0INT12   0xF00385E0          CAN0 Service Request 12
SRC_CAN0INT13   0xF00385E4          CAN0 Service Request 13
SRC_CAN0INT14   0xF00385E8          CAN0 Service Request 14
SRC_CAN0INT15   0xF00385EC          CAN0 Service Request 15
SRC_CAN1INT0    0xF00385F0          CAN1 Service Request 0
SRC_CAN1INT1    0xF00385F4          CAN1 Service Request 1
SRC_CAN1INT2    0xF00385F8          CAN1 Service Request 2
SRC_CAN1INT3    0xF00385FC          CAN1 Service Request 3
SRC_CAN1INT4    0xF0038600          CAN1 Service Request 4
SRC_CAN1INT5    0xF0038604          CAN1 Service Request 5
SRC_CAN1INT6    0xF0038608          CAN1 Service Request 6
SRC_CAN1INT7    0xF003860C          CAN1 Service Request 7
SRC_CAN1INT8    0xF0038610          CAN1 Service Request 8
SRC_CAN1INT9    0xF0038614          CAN1 Service Request 9
SRC_CAN1INT10   0xF0038618          CAN1 Service Request 10
SRC_CAN1INT11   0xF003861C          CAN1 Service Request 11
SRC_CAN1INT12   0xF0038620          CAN1 Service Request 12
SRC_CAN1INT13   0xF0038624          CAN1 Service Request 13
SRC_CAN1INT14   0xF0038628          CAN1 Service Request 14
SRC_CAN1INT15   0xF003862C          CAN1 Service Request 15
SRC_VADCG0SR0   0xF0038670          EVADC Group 0 Service Request 0
SRC_VADCG0SR1   0xF0038674          EVADC Group 0 Service Request 1
SRC_VADCG0SR2   0xF0038678          EVADC Group 0 Service Request 2
SRC_VADCG0SR3   0xF003867C          EVADC Group 0 Service Request 3
SRC_VADCG1SR0   0xF0038680          EVADC Group 1 Service Request 0
SRC_VADCG1SR1   0xF0038684          EVADC Group 1 Service Request 1
SRC_VADCG1SR2   0xF0038688          EVADC Group 1 Service Request 2
SRC_VADCG1SR3   0xF003868C          EVADC Group 1 Service Request 3
SRC_VADCG8SR0   0xF00386F0          EVADC Group 8 Service Request 0
SRC_VADCG8SR1   0xF00386F4          EVADC Group 8 Service Request 1
SRC_VADCG8SR2   0xF00386F8          EVADC Group 8 Service Request 2
SRC_VADCG8SR3   0xF00386FC          EVADC Group 8 Service Request 3
SRC_VADCG9SR0   0xF0038700          EVADC Group 9 Service Request 0
SRC_VADCG9SR1   0xF0038704          EVADC Group 9 Service Request 1
SRC_VADCG9SR2   0xF0038708          EVADC Group 9 Service Request 2
SRC_VADCG9SR3   0xF003870C          EVADC Group 9 Service Request 3
SRC_VADCCG0SR0  0xF0038750          EVADC Common Group 0 Service Request 0
SRC_VADCCG0SR1  0xF0038754          EVADC Common Group 0 Service Request 1
SRC_VADCCG0SR2  0xF0038758          EVADC Common Group 0 Service Request 2
SRC_VADCCG0SR3  0xF003875C          EVADC Common Group 0 Service Request 3
SRC_VADCCG1SR0  0xF0038760          EVADC Common Group 1 Service Request 0
SRC_VADCCG1SR1  0xF0038764          EVADC Common Group 1 Service Request 1
SRC_VADCCG1SR2  0xF0038768          EVADC Common Group 1 Service Request 2
SRC_VADCCG1SR3  0xF003876C          EVADC Common Group 1 Service Request 3
SRC_ERAY0INT0   0xF0038800          E-RAY 0 Service Request 0
SRC_ERAY0INT1   0xF0038804          E-RAY 0 Service Request 1
SRC_ERAY0TINT0  0xF0038808          E-RAY 0 Timer Interrupt 0 Service Request
SRC_ERAY0TINT1  0xF003880C          E-RAY 0 Timer Interrupt 1 Service Request
SRC_ERAY0NDAT0  0xF0038810          E-RAY 0 New Data 0 Service Request
SRC_ERAY0NDAT1  0xF0038814          E-RAY 0 New Data 1 Service Request
SRC_ERAY0MBSC0  0xF0038818          E-RAY 0 Message Buffer Status Changed 0 Service Request
SRC_ERAY0MBSC1  0xF003881C          E-RAY 0 Message Buffer Status Changed 1 Service Request
SRC_ERAY0OBUSY  0xF0038820          E-RAY 0 Output Buffer Busy
SRC_ERAY0IBUSY  0xF0038824          E-RAY 0 Input Buffer Busy
SRC_DMUHOST     0xF0038860          DMU Host Service Request
SRC_DMUFSI      0xF0038864          DMU FSI Service Request
SRC_HSM0        0xF0038870          HSM Service Request 0
SRC_HSM1        0xF0038874          HSM Service Request 1
SRC_SCUERU0     0xF0038880          SCU ERU Service Request 0
SRC_SCUERU1     0xF0038884          SCU ERU Service Request 1
SRC_SCUERU2     0xF0038888          SCU ERU Service Request 2
SRC_SCUERU3     0xF003888C          SCU ERU Service Request 3
SRC_PMSDTS      0xF00388AC          PMS DTS Service Request
SRC_PMS0        0xF00388B0          Power Management System Service Request 0
SRC_PMS1        0xF00388B4          Power Management System Service Request 1
SRC_PMS2        0xF00388B8          Power Management System Service Request 2
SRC_PMS3        0xF00388BC          Power Management System Service Request 3
SRC_SCR         0xF00388C0          Stand By Controller Service Request
SRC_SMU0        0xF00388D0          SMU Service Request 0
SRC_SMU1        0xF00388D4          SMU Service Request 1
SRC_SMU2        0xF00388D8          SMU Service Request 2
SRC_GPSR00      0xF0038990          General Purpose Group 0 Service Request 0
SRC_GPSR01      0xF0038994          General Purpose Group 0 Service Request 1
SRC_GPSR02      0xF0038998          General Purpose Group 0 Service Request 2
SRC_GPSR03      0xF003899C          General Purpose Group 0 Service Request 3
SRC_GPSR04      0xF00389A0          General Purpose Group 0 Service Request 4
SRC_GPSR05      0xF00389A4          General Purpose Group 0 Service Request 5
SRC_GPSR06      0xF00389A8          General Purpose Group 0 Service Request 6
SRC_GPSR07      0xF00389AC          General Purpose Group 0 Service Request 7
SRC_GTMAEIIRQ   0xF0038A70          AEI Shared Service Request
SRC_GTMARUIRQ0  0xF0038A74          ARU Shared Service Request 0
SRC_GTMARUIRQ1  0xF0038A78          ARU Shared Service Request 1
SRC_GTMARUIRQ2  0xF0038A7C          ARU Shared Service Request 2
SRC_GTMBRCIRQ   0xF0038A80          BRC Shared Service Request
SRC_GTMCMPIRQ   0xF0038A84          CMP Shared Service Request
SRC_GTMSPE0IRQ  0xF0038A88          SPE0 Shared Service Request
SRC_GTMSPE1IRQ  0xF0038A8C          SPE1 Shared Service Request
SRC_GTMERR      0xF0038B70          Error Service Request
SRC_GTMTIM00    0xF0038B90          TIM0 Shared Service Request 0
SRC_GTMTIM01    0xF0038B94          TIM0 Shared Service Request 1
SRC_GTMTIM02    0xF0038B98          TIM0 Shared Service Request 2
SRC_GTMTIM03    0xF0038B9C          TIM0 Shared Service Request 3
SRC_GTMTIM04    0xF0038BA0          TIM0 Shared Service Request 4
SRC_GTMTIM05    0xF0038BA4          TIM0 Shared Service Request 5
SRC_GTMTIM06    0xF0038BA8          TIM0 Shared Service Request 6
SRC_GTMTIM07    0xF0038BAC          TIM0 Shared Service Request 7
SRC_GTMTIM10    0xF0038BB0          TIM1 Shared Service Request 0
SRC_GTMTIM11    0xF0038BB4          TIM1 Shared Service Request 1
SRC_GTMTIM12    0xF0038BB8          TIM1 Shared Service Request 2
SRC_GTMTIM13    0xF0038BBC          TIM1 Shared Service Request 3
SRC_GTMTIM14    0xF0038BC0          TIM1 Shared Service Request 4
SRC_GTMTIM15    0xF0038BC4          TIM1 Shared Service Request 5
SRC_GTMTIM16    0xF0038BC8          TIM1 Shared Service Request 6
SRC_GTMTIM17    0xF0038BCC          TIM1 Shared Service Request 7
SRC_GTMTOM00    0xF0038E10          TOM0 Shared Service Request 0
SRC_GTMTOM01    0xF0038E14          TOM0 Shared Service Request 1
SRC_GTMTOM02    0xF0038E18          TOM0 Shared Service Request 2
SRC_GTMTOM03    0xF0038E1C          TOM0 Shared Service Request 3
SRC_GTMTOM04    0xF0038E20          TOM0 Shared Service Request 4
SRC_GTMTOM05    0xF0038E24          TOM0 Shared Service Request 5
SRC_GTMTOM06    0xF0038E28          TOM0 Shared Service Request 6
SRC_GTMTOM07    0xF0038E2C          TOM0 Shared Service Request 7
SRC_GTMTOM10    0xF0038E30          TOM1 Shared Service Request 0
SRC_GTMTOM11    0xF0038E34          TOM1 Shared Service Request 1
SRC_GTMTOM12    0xF0038E38          TOM1 Shared Service Request 2
SRC_GTMTOM13    0xF0038E3C          TOM1 Shared Service Request 3
SRC_GTMTOM14    0xF0038E40          TOM1 Shared Service Request 4
SRC_GTMTOM15    0xF0038E44          TOM1 Shared Service Request 5
SRC_GTMTOM16    0xF0038E48          TOM1 Shared Service Request 6
SRC_GTMTOM17    0xF0038E4C          TOM1 Shared Service Request 7
SRC_GTMATOM00   0xF0038EF0          ATOM0 Shared Service Request 0
SRC_GTMATOM01   0xF0038EF4          ATOM0 Shared Service Request 1
SRC_GTMATOM02   0xF0038EF8          ATOM0 Shared Service Request 2
SRC_GTMATOM03   0xF0038EFC          ATOM0 Shared Service Request 3
P00_OUT         0xF003A000          Port 00 Output Register
P00_OMR         0xF003A004          Port 00 Output Modification Register
P00_ID          0xF003A008          Port 00 Identification Register
P00_IOCR0       0xF003A010          Port 00 Input/Output Control Register 0
P00_IOCR4       0xF003A014          Port 00 Input/Output Control Register 4
P00_IOCR8       0xF003A018          Port 00 Input/Output Control Register 8
P00_IOCR12      0xF003A01C          Port 00 Input/Output Control Register 12
P00_IN          0xF003A024          Port 00 Input Register
P00_PDR0        0xF003A040          Port 00 Pad Driver Mode Register 0
P00_PDR1        0xF003A044          Port 00 Pad Driver Mode Register 1
P00_ESR         0xF003A050          Port 00 Emergency Stop Register
P00_PDISC       0xF003A060          Port 00 Pin Function Decision Control Register
P00_PCSR        0xF003A064          Port 00 Pin Controller Select Register
P00_OMSR0       0xF003A070          Port 00 Output Modification Set Register 0
P00_OMSR4       0xF003A074          Port 00 Output Modification Set Register 4
P00_OMSR8       0xF003A078          Port 00 Output Modification Set Register 8
P00_OMSR12      0xF003A07C          Port 00 Output Modification Set Register 12
P00_OMCR0       0xF003A080          Port 00 Output Modification Clear Register 0
P00_OMCR4       0xF003A084          Port 00 Output Modification Clear Register 4
P00_OMCR8       0xF003A088          Port 00 Output Modification Clear Register 8
P00_OMCR12      0xF003A08C          Port 00 Output Modification Clear Register 12
P00_OMSR        0xF003A090          Port 00 Output Modification Set Register
P00_OMCR        0xF003A094          Port 00 Output Modification Clear Register
P00_ACCEN1      0xF003A0F8          Port 00 Access Enable Register 1
P00_ACCEN0      0xF003A0FC          Port 00 Access Enable Register 0
P02_OUT         0xF003A200          Port 02 Output Register
P02_OMR         0xF003A204          Port 02 Output Modification Register
P02_ID          0xF003A208          Port 02 Identification Register
P02_IOCR0       0xF003A210          Port 02 Input/Output Control Register 0
P02_IOCR4       0xF003A214          Port 02 Input/Output Control Register 4
P02_IOCR8       0xF003A218          Port 02 Input/Output Control Register 8
P02_IN          0xF003A224          Port 02 Input Register
P02_PDR0        0xF003A240          Port 02 Pad Driver Mode Register 0
P02_PDR1        0xF003A244          Port 02 Pad Driver Mode Register 1
P02_ESR         0xF003A250          Port 02 Emergency Stop Register
P02_PDISC       0xF003A260          Port 02 Pin Function Decision Control Register
P02_PCSR        0xF003A264          Port 02 Pin Controller Select Register
P02_OMSR0       0xF003A270          Port 02 Output Modification Set Register 0
P02_OMSR4       0xF003A274          Port 02 Output Modification Set Register 4
P02_OMSR8       0xF003A278          Port 02 Output Modification Set Register 8
P02_OMCR0       0xF003A280          Port 02 Output Modification Clear Register 0
P02_OMCR4       0xF003A284          Port 02 Output Modification Clear Register 4
P02_OMCR8       0xF003A288          Port 02 Output Modification Clear Register 8
P02_OMSR        0xF003A290          Port 02 Output Modification Set Register
P02_OMCR        0xF003A294          Port 02 Output Modification Clear Register
P02_ACCEN1      0xF003A2F8          Port 02 Access Enable Register 1
P02_ACCEN0      0xF003A2FC          Port 02 Access Enable Register 0
P10_OUT         0xF003AA00          Port 10 Output Register
P10_OMR         0xF003AA04          Port 10 Output Modification Register
P10_ID          0xF003AA08          Port 10 Identification Register
P10_IOCR0       0xF003AA10          Port 10 Input/Output Control Register 0
P10_IOCR4       0xF003AA14          Port 10 Input/Output Control Register 4
P10_IOCR8       0xF003AA18          Port 10 Input/Output Control Register 8
P10_IN          0xF003AA24          Port 10 Input Register
P10_PDR0        0xF003AA40          Port 10 Pad Driver Mode Register 0
P10_PDR1        0xF003AA44          Port 10 Pad Driver Mode Register 1
P10_ESR         0xF003AA50          Port 10 Emergency Stop Register
P10_PDISC       0xF003AA60          Port 10 Pin Function Decision Control Register
P10_PCSR        0xF003AA64          Port 10 Pin Controller Select Register
P10_OMSR0       0xF003AA70          Port 10 Output Modification Set Register 0
P10_OMSR4       0xF003AA74          Port 10 Output Modification Set Register 4
P10_OMSR8       0xF003AA78          Port 10 Output Modification Set Register 8
P10_OMCR0       0xF003AA80          Port 10 Output Modification Clear Register 0
P10_OMCR4       0xF003AA84          Port 10 Output Modification Clear Register 4
P10_OMCR8       0xF003AA88          Port 10 Output Modification Clear Register 8
P10_OMSR        0xF003AA90          Port 10 Output Modification Set Register
P10_OMCR        0xF003AA94          Port 10 Output Modification Clear Register
P10_ACCEN1      0xF003AAF8          Port 10 Access Enable Register 1
P10_ACCEN0      0xF003AAFC          Port 10 Access Enable Register 0
P11_OUT         0xF003AB00          Port 11 Output Register
P11_OMR         0xF003AB04          Port 11 Output Modification Register
P11_ID          0xF003AB08          Port 11 Identification Register
P11_IOCR0       0xF003AB10          Port 11 Input/Output Control Register 0
P11_IOCR4       0xF003AB14          Port 11 Input/Output Control Register 4
P11_IOCR8       0xF003AB18          Port 11 Input/Output Control Register 8
P11_IOCR12      0xF003AB1C          Port 11 Input/Output Control Register 12
P11_IN          0xF003AB24          Port 11 Input Register
P11_PDR0        0xF003AB40          Port 11 Pad Driver Mode Register 0
P11_PDR1        0xF003AB44          Port 11 Pad Driver Mode Register 1
P11_ESR         0xF003AB50          Port 11 Emergency Stop Register
P11_PDISC       0xF003AB60          Port 11 Pin Function Decision Control Register
P11_PCSR        0xF003AB64          Port 11 Pin Controller Select Register
P11_OMSR0       0xF003AB70          Port 11 Output Modification Set Register 0
P11_OMSR4       0xF003AB74          Port 11 Output Modification Set Register 4
P11_OMSR8       0xF003AB78          Port 11 Output Modification Set Register 8
P11_OMSR12      0xF003AB7C          Port 11 Output Modification Set Register 12
P11_OMCR0       0xF003AB80          Port 11 Output Modification Clear Register 0
P11_OMCR4       0xF003AB84          Port 11 Output Modification Clear Register 4
P11_OMCR8       0xF003AB88          Port 11 Output Modification Clear Register 8
P11_OMCR12      0xF003AB8C          Port 11 Output Modification Clear Register 12
P11_OMSR        0xF003AB90          Port 11 Output Modification Set Register
P11_OMCR        0xF003AB94          Port 11 Output Modification Clear Register
P11_ACCEN1      0xF003ABF8          Port 11 Access Enable Register 1
P11_ACCEN0      0xF003ABFC          Port 11 Access Enable Register 0
P13_OUT         0xF003AD00          Port 13 Output Register
P13_OMR         0xF003AD04          Port 13 Output Modification Register
P13_ID          0xF003AD08          Port 13 Identification Register
P13_IOCR0       0xF003AD10          Port 13 Input/Output Control Register 0
P13_IN          0xF003AD24          Port 13 Input Register
P13_PDR0        0xF003AD40          Port 13 Pad Driver Mode Register 0
P13_ESR         0xF003AD50          Port 13 Emergency Stop Register
P13_PDISC       0xF003AD60          Port 13 Pin Function Decision Control Register
P13_PCSR        0xF003AD64          Port 13 Pin Controller Select Register
P13_OMSR0       0xF003AD70          Port 13 Output Modification Set Register 0
P13_OMCR0       0xF003AD80          Port 13 Output Modification Clear Register 0
P13_OMSR        0xF003AD90          Port 13 Output Modification Set Register
P13_OMCR        0xF003AD94          Port 13 Output Modification Clear Register
P13_ACCEN1      0xF003ADF8          Port 13 Access Enable Register 1
P13_ACCEN0      0xF003ADFC          Port 13 Access Enable Register 0
P14_OUT         0xF003AE00          Port 14 Output Register
P14_OMR         0xF003AE04          Port 14 Output Modification Register
P14_ID          0xF003AE08          Port 14 Identification Register
P14_IOCR0       0xF003AE10          Port 14 Input/Output Control Register 0
P14_IOCR4       0xF003AE14          Port 14 Input/Output Control Register 4
P14_IOCR8       0xF003AE18          Port 14 Input/Output Control Register 8
P14_IN          0xF003AE24          Port 14 Input Register
P14_PDR0        0xF003AE40          Port 14 Pad Driver Mode Register 0
P14_PDR1        0xF003AE44          Port 14 Pad Driver Mode Register 1
P14_ESR         0xF003AE50          Port 14 Emergency Stop Register
P14_PDISC       0xF003AE60          Port 14 Pin Function Decision Control Register
P14_PCSR        0xF003AE64          Port 14 Pin Controller Select Register
P14_OMSR0       0xF003AE70          Port 14 Output Modification Set Register 0
P14_OMSR4       0xF003AE74          Port 14 Output Modification Set Register 4
P14_OMSR8       0xF003AE78          Port 14 Output Modification Set Register 8
P14_OMCR0       0xF003AE80          Port 14 Output Modification Clear Register 0
P14_OMCR4       0xF003AE84          Port 14 Output Modification Clear Register 4
P14_OMCR8       0xF003AE88          Port 14 Output Modification Clear Register 8
P14_OMSR        0xF003AE90          Port 14 Output Modification Set Register
P14_OMCR        0xF003AE94          Port 14 Output Modification Clear Register
P14_ACCEN1      0xF003AEF8          Port 14 Access Enable Register 1
P14_ACCEN0      0xF003AEFC          Port 14 Access Enable Register 0
P15_OUT         0xF003AF00          Port 15 Output Register
P15_OMR         0xF003AF04          Port 15 Output Modification Register
P15_ID          0xF003AF08          Port 15 Identification Register
P15_IOCR0       0xF003AF10          Port 15 Input/Output Control Register 0
P15_IOCR4       0xF003AF14          Port 15 Input/Output Control Register 4
P15_IOCR8       0xF003AF18          Port 15 Input/Output Control Register 8
P15_IN          0xF003AF24          Port 15 Input Register
P15_PDR0        0xF003AF40          Port 15 Pad Driver Mode Register 0
P15_PDR1        0xF003AF44          Port 15 Pad Driver Mode Register 1
P15_ESR         0xF003AF50          Port 15 Emergency Stop Register
P15_PDISC       0xF003AF60          Port 15 Pin Function Decision Control Register
P15_PCSR        0xF003AF64          Port 15 Pin Controller Select Register
P15_OMSR0       0xF003AF70          Port 15 Output Modification Set Register 0
P15_OMSR4       0xF003AF74          Port 15 Output Modification Set Register 4
P15_OMSR8       0xF003AF78          Port 15 Output Modification Set Register 8
P15_OMCR0       0xF003AF80          Port 15 Output Modification Clear Register 0
P15_OMCR4       0xF003AF84          Port 15 Output Modification Clear Register 4
P15_OMCR8       0xF003AF88          Port 15 Output Modification Clear Register 8
P15_OMSR        0xF003AF90          Port 15 Output Modification Set Register
P15_OMCR        0xF003AF94          Port 15 Output Modification Clear Register
P15_ACCEN1      0xF003AFF8          Port 15 Access Enable Register 1
P15_ACCEN0      0xF003AFFC          Port 15 Access Enable Register 0
P20_OUT         0xF003B400          Port 20 Output Register
P20_OMR         0xF003B404          Port 20 Output Modification Register
P20_ID          0xF003B408          Port 20 Identification Register
P20_IOCR0       0xF003B410          Port 20 Input/Output Control Register 0
P20_IOCR4       0xF003B414          Port 20 Input/Output Control Register 4
P20_IOCR8       0xF003B418          Port 20 Input/Output Control Register 8
P20_IOCR12      0xF003B41C          Port 20 Input/Output Control Register 12
P20_IN          0xF003B424          Port 20 Input Register
P20_PDR0        0xF003B440          Port 20 Pad Driver Mode Register 0
P20_PDR1        0xF003B444          Port 20 Pad Driver Mode Register 1
P20_ESR         0xF003B450          Port 20 Emergency Stop Register
P20_PDISC       0xF003B460          Port 20 Pin Function Decision Control Register
P20_PCSR        0xF003B464          Port 20 Pin Controller Select Register
P20_OMSR0       0xF003B470          Port 20 Output Modification Set Register 0
P20_OMSR4       0xF003B474          Port 20 Output Modification Set Register 4
P20_OMSR8       0xF003B478          Port 20 Output Modification Set Register 8
P20_OMSR12      0xF003B47C          Port 20 Output Modification Set Register 12
P20_OMCR0       0xF003B480          Port 20 Output Modification Clear Register 0
P20_OMCR4       0xF003B484          Port 20 Output Modification Clear Register 4
P20_OMCR8       0xF003B488          Port 20 Output Modification Clear Register 8
P20_OMCR12      0xF003B48C          Port 20 Output Modification Clear Register 12
P20_OMSR        0xF003B490          Port 20 Output Modification Set Register
P20_OMCR        0xF003B494          Port 20 Output Modification Clear Register
P20_ACCEN1      0xF003B4F8          Port 20 Access Enable Register 1
P20_ACCEN0      0xF003B4FC          Port 20 Access Enable Register 0
P21_OUT         0xF003B500          Port 21 Output Register
P21_OMR         0xF003B504          Port 21 Output Modification Register
P21_ID          0xF003B508          Port 21 Identification Register
P21_IOCR0       0xF003B510          Port 21 Input/Output Control Register 0
P21_IOCR4       0xF003B514          Port 21 Input/Output Control Register 4
P21_IN          0xF003B524          Port 21 Input Register
P21_PDR0        0xF003B540          Port 21 Pad Driver Mode Register 0
P21_ESR         0xF003B550          Port 21 Emergency Stop Register
P21_PDISC       0xF003B560          Port 21 Pin Function Decision Control Register
P21_PCSR        0xF003B564          Port 21 Pin Controller Select Register
P21_OMSR0       0xF003B570          Port 21 Output Modification Set Register 0
P21_OMSR4       0xF003B574          Port 21 Output Modification Set Register 4
P21_OMCR0       0xF003B580          Port 21 Output Modification Clear Register 0
P21_OMCR4       0xF003B584          Port 21 Output Modification Clear Register 4
P21_OMSR        0xF003B590          Port 21 Output Modification Set Register
P21_OMCR        0xF003B594          Port 21 Output Modification Clear Register
P21_LPCR2       0xF003B5A8          Port 21 LVDS Pad Control Register 2
P21_ACCEN1      0xF003B5F8          Port 21 Access Enable Register 1
P21_ACCEN0      0xF003B5FC          Port 21 Access Enable Register 0
P22_OUT         0xF003B600          Port 22 Output Register
P22_OMR         0xF003B604          Port 22 Output Modification Register
P22_ID          0xF003B608          Port 22 Identification Register
P22_IOCR0       0xF003B610          Port 22 Input/Output Control Register 0
P22_IOCR4       0xF003B614          Port 22 Input/Output Control Register 4
P22_IN          0xF003B624          Port 22 Input Register
P22_PDR0        0xF003B640          Port 22 Pad Driver Mode Register 0
P22_ESR         0xF003B650          Port 22 Emergency Stop Register
P22_PDISC       0xF003B660          Port 22 Pin Function Decision Control Register
P22_PCSR        0xF003B664          Port 22 Pin Controller Select Register
P22_OMSR0       0xF003B670          Port 22 Output Modification Set Register 0
P22_OMSR4       0xF003B674          Port 22 Output Modification Set Register 4
P22_OMCR0       0xF003B680          Port 22 Output Modification Clear Register 0
P22_OMCR4       0xF003B684          Port 22 Output Modification Clear Register 4
P22_OMSR        0xF003B690          Port 22 Output Modification Set Register
P22_OMCR        0xF003B694          Port 22 Output Modification Clear Register
P22_ACCEN1      0xF003B6F8          Port 22 Access Enable Register 1
P22_ACCEN0      0xF003B6FC          Port 22 Access Enable Register 0
P23_OUT         0xF003B700          Port 23 Output Register
P23_OMR         0xF003B704          Port 23 Output Modification Register
P23_ID          0xF003B708          Port 23 Identification Register
P23_IOCR0       0xF003B710          Port 23 Input/Output Control Register 0
P23_IOCR4       0xF003B714          Port 23 Input/Output Control Register 4
P23_IN          0xF003B724          Port 23 Input Register
P23_PDR0        0xF003B740          Port 23 Pad Driver Mode Register 0
P23_ESR         0xF003B750          Port 23 Emergency Stop Register
P23_PDISC       0xF003B760          Port 23 Pin Function Decision Control Register
P23_PCSR        0xF003B764          Port 23 Pin Controller Select Register
P23_OMSR0       0xF003B770          Port 23 Output Modification Set Register 0
P23_OMSR4       0xF003B774          Port 23 Output Modification Set Register 4
P23_OMCR0       0xF003B780          Port 23 Output Modification Clear Register 0
P23_OMCR4       0xF003B784          Port 23 Output Modification Clear Register 4
P23_OMSR        0xF003B790          Port 23 Output Modification Set Register
P23_OMCR        0xF003B794          Port 23 Output Modification Clear Register
P23_ACCEN1      0xF003B7F8          Port 23 Access Enable Register 1
P23_ACCEN0      0xF003B7FC          Port 23 Access Enable Register 0
P32_OUT         0xF003C000          Port 32 Output Register
P32_OMR         0xF003C004          Port 32 Output Modification Register
P32_ID          0xF003C008          Port 32 Identification Register
P32_IOCR0       0xF003C010          Port 32 Input/Output Control Register 0
P32_IOCR4       0xF003C014          Port 32 Input/Output Control Register 4
P32_IN          0xF003C024          Port 32 Input Register
P32_PDR0        0xF003C040          Port 32 Pad Driver Mode Register 0
P32_ESR         0xF003C050          Port 32 Emergency Stop Register
P32_PDISC       0xF003C060          Port 32 Pin Function Decision Control Register
P32_PCSR        0xF003C064          Port 32 Pin Controller Select Register
P32_OMSR0       0xF003C070          Port 32 Output Modification Set Register 0
P32_OMSR4       0xF003C074          Port 32 Output Modification Set Register 4
P32_OMCR0       0xF003C080          Port 32 Output Modification Clear Register 0
P32_OMCR4       0xF003C084          Port 32 Output Modification Clear Register 4
P32_OMSR        0xF003C090          Port 32 Output Modification Set Register
P32_OMCR        0xF003C094          Port 32 Output Modification Clear Register
P32_ACCEN1      0xF003C0F8          Port 32 Access Enable Register 1
P32_ACCEN0      0xF003C0FC          Port 32 Access Enable Register 0
P33_OUT         0xF003C100          Port 33 Output Register
P33_OMR         0xF003C104          Port 33 Output Modification Register
P33_ID          0xF003C108          Port 33 Identification Register
P33_IOCR0       0xF003C110          Port 33 Input/Output Control Register 0
P33_IOCR4       0xF003C114          Port 33 Input/Output Control Register 4
P33_IOCR8       0xF003C118          Port 33 Input/Output Control Register 8
P33_IOCR12      0xF003C11C          Port 33 Input/Output Control Register 12
P33_IN          0xF003C124          Port 33 Input Register
P33_PDR0        0xF003C140          Port 33 Pad Driver Mode Register 0
P33_PDR1        0xF003C144          Port 33 Pad Driver Mode Register 1
P33_ESR         0xF003C150          Port 33 Emergency Stop Register
P33_PDISC       0xF003C160          Port 33 Pin Function Decision Control Register
P33_PCSR        0xF003C164          Port 33 Pin Controller Select Register
P33_OMSR0       0xF003C170          Port 33 Output Modification Set Register 0
P33_OMSR4       0xF003C174          Port 33 Output Modification Set Register 4
P33_OMSR8       0xF003C178          Port 33 Output Modification Set Register 8
P33_OMSR12      0xF003C17C          Port 33 Output Modification Set Register 12
P33_OMCR0       0xF003C180          Port 33 Output Modification Clear Register 0
P33_OMCR4       0xF003C184          Port 33 Output Modification Clear Register 4
P33_OMCR8       0xF003C188          Port 33 Output Modification Clear Register 8
P33_OMCR12      0xF003C18C          Port 33 Output Modification Clear Register 12
P33_OMSR        0xF003C190          Port 33 Output Modification Set Register
P33_OMCR        0xF003C194          Port 33 Output Modification Clear Register
P33_ACCEN1      0xF003C1F8          Port 33 Access Enable Register 1
P33_ACCEN0      0xF003C1FC          Port 33 Access Enable Register 0
P34_OUT         0xF003C200          Port 34 Output Register
P34_OMR         0xF003C204          Port 34 Output Modification Register
P34_ID          0xF003C208          Port 34 Identification Register
P34_IOCR0       0xF003C210          Port 34 Input/Output Control Register 0
P34_IN          0xF003C224          Port 34 Input Register
P34_PDR0        0xF003C240          Port 34 Pad Driver Mode Register 0
P34_ESR         0xF003C250          Port 34 Emergency Stop Register
P34_PDISC       0xF003C260          Port 34 Pin Function Decision Control Register
P34_PCSR        0xF003C264          Port 34 Pin Controller Select Register
P34_OMSR0       0xF003C270          Port 34 Output Modification Set Register 0
P34_OMCR0       0xF003C280          Port 34 Output Modification Clear Register 0
P34_OMSR        0xF003C290          Port 34 Output Modification Set Register
P34_OMCR        0xF003C294          Port 34 Output Modification Clear Register
P34_ACCEN1      0xF003C2F8          Port 34 Access Enable Register 1
P34_ACCEN0      0xF003C2FC          Port 34 Access Enable Register 0
P40_OUT         0xF003C800          Port 40 Output Register
P40_OMR         0xF003C804          Port 40 Output Modification Register
P40_ID          0xF003C808          Port 40 Identification Register
P40_IOCR0       0xF003C810          Port 40 Input/Output Control Register 0
P40_IOCR4       0xF003C814          Port 40 Input/Output Control Register 4
P40_IOCR8       0xF003C818          Port 40 Input/Output Control Register 8
P40_IN          0xF003C824          Port 40 Input Register
P40_PDR0        0xF003C840          Port 40 Pad Driver Mode Register 0
P40_PDR1        0xF003C844          Port 40 Pad Driver Mode Register 1
P40_ESR         0xF003C850          Port 40 Emergency Stop Register
P40_PDISC       0xF003C860          Port 40 Pin Function Decision Control Register
P40_PCSR        0xF003C864          Port 40 Pin Controller Select Register
P40_OMSR0       0xF003C870          Port 40 Output Modification Set Register 0
P40_OMSR4       0xF003C874          Port 40 Output Modification Set Register 4
P40_OMSR8       0xF003C878          Port 40 Output Modification Set Register 8
P40_OMCR0       0xF003C880          Port 40 Output Modification Clear Register 0
P40_OMCR4       0xF003C884          Port 40 Output Modification Clear Register 4
P40_OMCR8       0xF003C888          Port 40 Output Modification Clear Register 8
P40_OMSR        0xF003C890          Port 40 Output Modification Set Register
P40_OMCR        0xF003C894          Port 40 Output Modification Clear Register
P40_ACCEN1      0xF003C8F8          Port 40 Access Enable Register 1
P40_ACCEN0      0xF003C8FC          Port 40 Access Enable Register 0
MTU_CLC         0xF0060000          Clock Control Register
MTU_ID          0xF0060008          Identification Register
MTU_MEMTEST0    0xF0060010          Memory MBIST Enable Register 0
MTU_MEMTEST1    0xF0060014          Memory MBIST Enable Register 1
MTU_MEMTEST2    0xF0060018          Memory MBIST Enable Register 2
MTU_MEMMAP      0xF006001C          Memory Mapping Enable Register
MTU_MEMSTAT0    0xF0060038          Memory Status Register 0
MTU_MEMSTAT1    0xF006003C          Memory Status Register 1
MTU_MEMSTAT2    0xF0060040          Memory Status Register 2
MTU_MEMDONE0    0xF0060050          Memory Test Done Status Register 0
MTU_MEMDONE1    0xF0060054          Memory Test Done Status Register 1
MTU_MEMDONE2    0xF0060058          Memory Test Done Status Register 2
MTU_MEMFDA0     0xF0060060          Memory Test FDA Status Register 0
MTU_MEMFDA1     0xF0060064          Memory Test FDA Status Register 1
MTU_MEMFDA2     0xF0060068          Memory Test FDA Status Register 2
MTU_ACCEN1      0xF00600F8          Access Enable Register 1
MTU_ACCEN0      0xF00600FC          Access Enable Register 0
MTU_MC0_CONFIG0 0xF0061000          MC 0 Configuration Register 0
MTU_MC0_CONFIG1 0xF0061002          MC 0 Configuration Register 1
MTU_MC0_MCONTROL 0xF0061004          MC 0 MBIST Control Register
MTU_MC0_MSTATUS 0xF0061006          MC 0 Status Register
MTU_MC0_RANGE   0xF0061008          MC 0 Range Register, single address mode
MTU_MC0_REVID   0xF006100C          MC 0 Revision ID Register
MTU_MC0_ECCS    0xF006100E          MC 0 ECC Safety Register
MTU_MC0_ECCD    0xF0061010          MC 0 Memory ECC Detection Register
MTU_MC0_ETRR0   0xF0061012          MC 0 Error Tracking Register 0
MTU_MC0_ETRR1   0xF0061014          MC 0 Error Tracking Register 1
MTU_MC0_ETRR2   0xF0061016          MC 0 Error Tracking Register 2
MTU_MC0_ETRR3   0xF0061018          MC 0 Error Tracking Register 3
MTU_MC0_ETRR4   0xF006101A          MC 0 Error Tracking Register 4
MTU_MC0_RDBFL0  0xF0061060          MC 0 Read Data and Bit Flip Register 0
MTU_MC0_RDBFL1  0xF0061062          MC 0 Read Data and Bit Flip Register 1
MTU_MC0_RDBFL2  0xF0061064          MC 0 Read Data and Bit Flip Register 2
MTU_MC0_RDBFL3  0xF0061066          MC 0 Read Data and Bit Flip Register 3
MTU_MC0_RDBFL4  0xF0061068          MC 0 Read Data and Bit Flip Register 4
MTU_MC0_RDBFL5  0xF006106A          MC 0 Read Data and Bit Flip Register 5
MTU_MC0_RDBFL6  0xF006106C          MC 0 Read Data and Bit Flip Register 6
MTU_MC0_RDBFL7  0xF006106E          MC 0 Read Data and Bit Flip Register 7
MTU_MC0_RDBFL8  0xF0061070          MC 0 Read Data and Bit Flip Register 8
MTU_MC0_RDBFL9  0xF0061072          MC 0 Read Data and Bit Flip Register 9
MTU_MC0_RDBFL10 0xF0061074          MC 0 Read Data and Bit Flip Register 10
MTU_MC0_RDBFL11 0xF0061076          MC 0 Read Data and Bit Flip Register 11
MTU_MC0_RDBFL12 0xF0061078          MC 0 Read Data and Bit Flip Register 12
MTU_MC0_RDBFL13 0xF006107A          MC 0 Read Data and Bit Flip Register 13
MTU_MC0_RDBFL14 0xF006107C          MC 0 Read Data and Bit Flip Register 14
MTU_MC0_RDBFL15 0xF006107E          MC 0 Read Data and Bit Flip Register 15
MTU_MC0_RDBFL16 0xF0061080          MC 0 Read Data and Bit Flip Register 16
MTU_MC0_RDBFL17 0xF0061082          MC 0 Read Data and Bit Flip Register 17
MTU_MC0_RDBFL18 0xF0061084          MC 0 Read Data and Bit Flip Register 18
MTU_MC0_RDBFL19 0xF0061086          MC 0 Read Data and Bit Flip Register 19
MTU_MC0_RDBFL20 0xF0061088          MC 0 Read Data and Bit Flip Register 20
MTU_MC0_RDBFL21 0xF006108A          MC 0 Read Data and Bit Flip Register 21
MTU_MC0_RDBFL22 0xF006108C          MC 0 Read Data and Bit Flip Register 22
MTU_MC0_RDBFL23 0xF006108E          MC 0 Read Data and Bit Flip Register 23
MTU_MC0_RDBFL24 0xF0061090          MC 0 Read Data and Bit Flip Register 24
MTU_MC0_RDBFL25 0xF0061092          MC 0 Read Data and Bit Flip Register 25
MTU_MC0_RDBFL26 0xF0061094          MC 0 Read Data and Bit Flip Register 26
MTU_MC0_RDBFL27 0xF0061096          MC 0 Read Data and Bit Flip Register 27
MTU_MC0_RDBFL28 0xF0061098          MC 0 Read Data and Bit Flip Register 28
MTU_MC0_RDBFL29 0xF006109A          MC 0 Read Data and Bit Flip Register 29
MTU_MC0_RDBFL30 0xF006109C          MC 0 Read Data and Bit Flip Register 30
MTU_MC0_RDBFL31 0xF006109E          MC 0 Read Data and Bit Flip Register 31
MTU_MC0_RDBFL32 0xF00610A0          MC 0 Read Data and Bit Flip Register 32
MTU_MC0_RDBFL33 0xF00610A2          MC 0 Read Data and Bit Flip Register 33
MTU_MC0_RDBFL34 0xF00610A4          MC 0 Read Data and Bit Flip Register 34
MTU_MC0_RDBFL35 0xF00610A6          MC 0 Read Data and Bit Flip Register 35
MTU_MC0_RDBFL36 0xF00610A8          MC 0 Read Data and Bit Flip Register 36
MTU_MC0_RDBFL37 0xF00610AA          MC 0 Read Data and Bit Flip Register 37
MTU_MC0_RDBFL38 0xF00610AC          MC 0 Read Data and Bit Flip Register 38
MTU_MC0_RDBFL39 0xF00610AE          MC 0 Read Data and Bit Flip Register 39
MTU_MC0_RDBFL40 0xF00610B0          MC 0 Read Data and Bit Flip Register 40
MTU_MC0_RDBFL41 0xF00610B2          MC 0 Read Data and Bit Flip Register 41
MTU_MC0_RDBFL42 0xF00610B4          MC 0 Read Data and Bit Flip Register 42
MTU_MC0_RDBFL43 0xF00610B6          MC 0 Read Data and Bit Flip Register 43
MTU_MC0_RDBFL44 0xF00610B8          MC 0 Read Data and Bit Flip Register 44
MTU_MC0_RDBFL45 0xF00610BA          MC 0 Read Data and Bit Flip Register 45
MTU_MC0_RDBFL46 0xF00610BC          MC 0 Read Data and Bit Flip Register 46
MTU_MC0_RDBFL47 0xF00610BE          MC 0 Read Data and Bit Flip Register 47
MTU_MC0_RDBFL48 0xF00610C0          MC 0 Read Data and Bit Flip Register 48
MTU_MC0_RDBFL49 0xF00610C2          MC 0 Read Data and Bit Flip Register 49
MTU_MC0_RDBFL50 0xF00610C4          MC 0 Read Data and Bit Flip Register 50
MTU_MC0_RDBFL51 0xF00610C6          MC 0 Read Data and Bit Flip Register 51
MTU_MC0_RDBFL52 0xF00610C8          MC 0 Read Data and Bit Flip Register 52
MTU_MC0_RDBFL53 0xF00610CA          MC 0 Read Data and Bit Flip Register 53
MTU_MC0_RDBFL54 0xF00610CC          MC 0 Read Data and Bit Flip Register 54
MTU_MC0_RDBFL55 0xF00610CE          MC 0 Read Data and Bit Flip Register 55
MTU_MC0_RDBFL56 0xF00610D0          MC 0 Read Data and Bit Flip Register 56
MTU_MC0_RDBFL57 0xF00610D2          MC 0 Read Data and Bit Flip Register 57
MTU_MC0_RDBFL58 0xF00610D4          MC 0 Read Data and Bit Flip Register 58
MTU_MC0_RDBFL59 0xF00610D6          MC 0 Read Data and Bit Flip Register 59
MTU_MC0_RDBFL60 0xF00610D8          MC 0 Read Data and Bit Flip Register 60
MTU_MC0_RDBFL61 0xF00610DA          MC 0 Read Data and Bit Flip Register 61
MTU_MC0_RDBFL62 0xF00610DC          MC 0 Read Data and Bit Flip Register 62
MTU_MC0_RDBFL63 0xF00610DE          MC 0 Read Data and Bit Flip Register 63
MTU_MC0_RDBFL64 0xF00610E0          MC 0 Read Data and Bit Flip Register 64
MTU_MC0_RDBFL65 0xF00610E2          MC 0 Read Data and Bit Flip Register 65
MTU_MC0_RDBFL66 0xF00610E4          MC 0 Read Data and Bit Flip Register 66
MTU_MC0_ALMSRCS 0xF00610EE          MC 0 Alarm Sources Configuration Register
MTU_MC0_FAULTSTS 0xF00610F0          MC 0 SSH Safety Faults Status Register
MTU_MC0_ERRINFO0 0xF00610F2          MC 0 Error Information Register 0
MTU_MC0_ERRINFO1 0xF00610F4          MC 0 Error Information Register 1
MTU_MC0_ERRINFO2 0xF00610F6          MC 0 Error Information Register 2
MTU_MC0_ERRINFO3 0xF00610F8          MC 0 Error Information Register 3
MTU_MC0_ERRINFO4 0xF00610FA          MC 0 Error Information Register 4
MTU_MC1_CONFIG0 0xF0061100          MC 1 Configuration Register 0
MTU_MC1_CONFIG1 0xF0061102          MC 1 Configuration Register 1
MTU_MC1_MCONTROL 0xF0061104          MC 1 MBIST Control Register
MTU_MC1_MSTATUS 0xF0061106          MC 1 Status Register
MTU_MC1_RANGE   0xF0061108          MC 1 Range Register, single address mode
MTU_MC1_REVID   0xF006110C          MC 1 Revision ID Register
MTU_MC1_ECCS    0xF006110E          MC 1 ECC Safety Register
MTU_MC1_ECCD    0xF0061110          MC 1 Memory ECC Detection Register
MTU_MC1_ETRR0   0xF0061112          MC 1 Error Tracking Register 0
MTU_MC1_ETRR1   0xF0061114          MC 1 Error Tracking Register 1
MTU_MC1_ETRR2   0xF0061116          MC 1 Error Tracking Register 2
MTU_MC1_ETRR3   0xF0061118          MC 1 Error Tracking Register 3
MTU_MC1_ETRR4   0xF006111A          MC 1 Error Tracking Register 4
MTU_MC1_RDBFL0  0xF0061160          MC 1 Read Data and Bit Flip Register 0
MTU_MC1_RDBFL1  0xF0061162          MC 1 Read Data and Bit Flip Register 1
MTU_MC1_RDBFL2  0xF0061164          MC 1 Read Data and Bit Flip Register 2
MTU_MC1_RDBFL3  0xF0061166          MC 1 Read Data and Bit Flip Register 3
MTU_MC1_RDBFL4  0xF0061168          MC 1 Read Data and Bit Flip Register 4
MTU_MC1_RDBFL5  0xF006116A          MC 1 Read Data and Bit Flip Register 5
MTU_MC1_RDBFL6  0xF006116C          MC 1 Read Data and Bit Flip Register 6
MTU_MC1_RDBFL7  0xF006116E          MC 1 Read Data and Bit Flip Register 7
MTU_MC1_RDBFL8  0xF0061170          MC 1 Read Data and Bit Flip Register 8
MTU_MC1_RDBFL9  0xF0061172          MC 1 Read Data and Bit Flip Register 9
MTU_MC1_RDBFL10 0xF0061174          MC 1 Read Data and Bit Flip Register 10
MTU_MC1_RDBFL11 0xF0061176          MC 1 Read Data and Bit Flip Register 11
MTU_MC1_RDBFL12 0xF0061178          MC 1 Read Data and Bit Flip Register 12
MTU_MC1_RDBFL13 0xF006117A          MC 1 Read Data and Bit Flip Register 13
MTU_MC1_RDBFL14 0xF006117C          MC 1 Read Data and Bit Flip Register 14
MTU_MC1_RDBFL15 0xF006117E          MC 1 Read Data and Bit Flip Register 15
MTU_MC1_RDBFL16 0xF0061180          MC 1 Read Data and Bit Flip Register 16
MTU_MC1_RDBFL17 0xF0061182          MC 1 Read Data and Bit Flip Register 17
MTU_MC1_RDBFL18 0xF0061184          MC 1 Read Data and Bit Flip Register 18
MTU_MC1_RDBFL19 0xF0061186          MC 1 Read Data and Bit Flip Register 19
MTU_MC1_RDBFL20 0xF0061188          MC 1 Read Data and Bit Flip Register 20
MTU_MC1_RDBFL21 0xF006118A          MC 1 Read Data and Bit Flip Register 21
MTU_MC1_RDBFL22 0xF006118C          MC 1 Read Data and Bit Flip Register 22
MTU_MC1_RDBFL23 0xF006118E          MC 1 Read Data and Bit Flip Register 23
MTU_MC1_RDBFL24 0xF0061190          MC 1 Read Data and Bit Flip Register 24
MTU_MC1_RDBFL25 0xF0061192          MC 1 Read Data and Bit Flip Register 25
MTU_MC1_RDBFL26 0xF0061194          MC 1 Read Data and Bit Flip Register 26
MTU_MC1_RDBFL27 0xF0061196          MC 1 Read Data and Bit Flip Register 27
MTU_MC1_RDBFL28 0xF0061198          MC 1 Read Data and Bit Flip Register 28
MTU_MC1_RDBFL29 0xF006119A          MC 1 Read Data and Bit Flip Register 29
MTU_MC1_RDBFL30 0xF006119C          MC 1 Read Data and Bit Flip Register 30
MTU_MC1_RDBFL31 0xF006119E          MC 1 Read Data and Bit Flip Register 31
MTU_MC1_RDBFL32 0xF00611A0          MC 1 Read Data and Bit Flip Register 32
MTU_MC1_RDBFL33 0xF00611A2          MC 1 Read Data and Bit Flip Register 33
MTU_MC1_RDBFL34 0xF00611A4          MC 1 Read Data and Bit Flip Register 34
MTU_MC1_RDBFL35 0xF00611A6          MC 1 Read Data and Bit Flip Register 35
MTU_MC1_RDBFL36 0xF00611A8          MC 1 Read Data and Bit Flip Register 36
MTU_MC1_RDBFL37 0xF00611AA          MC 1 Read Data and Bit Flip Register 37
MTU_MC1_RDBFL38 0xF00611AC          MC 1 Read Data and Bit Flip Register 38
MTU_MC1_RDBFL39 0xF00611AE          MC 1 Read Data and Bit Flip Register 39
MTU_MC1_RDBFL40 0xF00611B0          MC 1 Read Data and Bit Flip Register 40
MTU_MC1_RDBFL41 0xF00611B2          MC 1 Read Data and Bit Flip Register 41
MTU_MC1_RDBFL42 0xF00611B4          MC 1 Read Data and Bit Flip Register 42
MTU_MC1_RDBFL43 0xF00611B6          MC 1 Read Data and Bit Flip Register 43
MTU_MC1_RDBFL44 0xF00611B8          MC 1 Read Data and Bit Flip Register 44
MTU_MC1_RDBFL45 0xF00611BA          MC 1 Read Data and Bit Flip Register 45
MTU_MC1_RDBFL46 0xF00611BC          MC 1 Read Data and Bit Flip Register 46
MTU_MC1_RDBFL47 0xF00611BE          MC 1 Read Data and Bit Flip Register 47
MTU_MC1_RDBFL48 0xF00611C0          MC 1 Read Data and Bit Flip Register 48
MTU_MC1_RDBFL49 0xF00611C2          MC 1 Read Data and Bit Flip Register 49
MTU_MC1_RDBFL50 0xF00611C4          MC 1 Read Data and Bit Flip Register 50
MTU_MC1_RDBFL51 0xF00611C6          MC 1 Read Data and Bit Flip Register 51
MTU_MC1_RDBFL52 0xF00611C8          MC 1 Read Data and Bit Flip Register 52
MTU_MC1_RDBFL53 0xF00611CA          MC 1 Read Data and Bit Flip Register 53
MTU_MC1_RDBFL54 0xF00611CC          MC 1 Read Data and Bit Flip Register 54
MTU_MC1_RDBFL55 0xF00611CE          MC 1 Read Data and Bit Flip Register 55
MTU_MC1_RDBFL56 0xF00611D0          MC 1 Read Data and Bit Flip Register 56
MTU_MC1_RDBFL57 0xF00611D2          MC 1 Read Data and Bit Flip Register 57
MTU_MC1_RDBFL58 0xF00611D4          MC 1 Read Data and Bit Flip Register 58
MTU_MC1_RDBFL59 0xF00611D6          MC 1 Read Data and Bit Flip Register 59
MTU_MC1_RDBFL60 0xF00611D8          MC 1 Read Data and Bit Flip Register 60
MTU_MC1_RDBFL61 0xF00611DA          MC 1 Read Data and Bit Flip Register 61
MTU_MC1_RDBFL62 0xF00611DC          MC 1 Read Data and Bit Flip Register 62
MTU_MC1_RDBFL63 0xF00611DE          MC 1 Read Data and Bit Flip Register 63
MTU_MC1_RDBFL64 0xF00611E0          MC 1 Read Data and Bit Flip Register 64
MTU_MC1_RDBFL65 0xF00611E2          MC 1 Read Data and Bit Flip Register 65
MTU_MC1_RDBFL66 0xF00611E4          MC 1 Read Data and Bit Flip Register 66
MTU_MC1_ALMSRCS 0xF00611EE          MC 1 Alarm Sources Configuration Register
MTU_MC1_FAULTSTS 0xF00611F0          MC 1 SSH Safety Faults Status Register
MTU_MC1_ERRINFO0 0xF00611F2          MC 1 Error Information Register 0
MTU_MC1_ERRINFO1 0xF00611F4          MC 1 Error Information Register 1
MTU_MC1_ERRINFO2 0xF00611F6          MC 1 Error Information Register 2
MTU_MC1_ERRINFO3 0xF00611F8          MC 1 Error Information Register 3
MTU_MC1_ERRINFO4 0xF00611FA          MC 1 Error Information Register 4
MTU_MC2_CONFIG0 0xF0061200          MC 2 Configuration Register 0
MTU_MC2_CONFIG1 0xF0061202          MC 2 Configuration Register 1
MTU_MC2_MCONTROL 0xF0061204          MC 2 MBIST Control Register
MTU_MC2_MSTATUS 0xF0061206          MC 2 Status Register
MTU_MC2_RANGE   0xF0061208          MC 2 Range Register, single address mode
MTU_MC2_REVID   0xF006120C          MC 2 Revision ID Register
MTU_MC2_ECCS    0xF006120E          MC 2 ECC Safety Register
MTU_MC2_ECCD    0xF0061210          MC 2 Memory ECC Detection Register
MTU_MC2_ETRR0   0xF0061212          MC 2 Error Tracking Register 0
MTU_MC2_ETRR1   0xF0061214          MC 2 Error Tracking Register 1
MTU_MC2_ETRR2   0xF0061216          MC 2 Error Tracking Register 2
MTU_MC2_ETRR3   0xF0061218          MC 2 Error Tracking Register 3
MTU_MC2_ETRR4   0xF006121A          MC 2 Error Tracking Register 4
MTU_MC2_RDBFL0  0xF0061260          MC 2 Read Data and Bit Flip Register 0
MTU_MC2_RDBFL1  0xF0061262          MC 2 Read Data and Bit Flip Register 1
MTU_MC2_RDBFL2  0xF0061264          MC 2 Read Data and Bit Flip Register 2
MTU_MC2_RDBFL3  0xF0061266          MC 2 Read Data and Bit Flip Register 3
MTU_MC2_RDBFL4  0xF0061268          MC 2 Read Data and Bit Flip Register 4
MTU_MC2_RDBFL5  0xF006126A          MC 2 Read Data and Bit Flip Register 5
MTU_MC2_RDBFL6  0xF006126C          MC 2 Read Data and Bit Flip Register 6
MTU_MC2_RDBFL7  0xF006126E          MC 2 Read Data and Bit Flip Register 7
MTU_MC2_RDBFL8  0xF0061270          MC 2 Read Data and Bit Flip Register 8
MTU_MC2_RDBFL9  0xF0061272          MC 2 Read Data and Bit Flip Register 9
MTU_MC2_RDBFL10 0xF0061274          MC 2 Read Data and Bit Flip Register 10
MTU_MC2_RDBFL11 0xF0061276          MC 2 Read Data and Bit Flip Register 11
MTU_MC2_RDBFL12 0xF0061278          MC 2 Read Data and Bit Flip Register 12
MTU_MC2_RDBFL13 0xF006127A          MC 2 Read Data and Bit Flip Register 13
MTU_MC2_RDBFL14 0xF006127C          MC 2 Read Data and Bit Flip Register 14
MTU_MC2_RDBFL15 0xF006127E          MC 2 Read Data and Bit Flip Register 15
MTU_MC2_RDBFL16 0xF0061280          MC 2 Read Data and Bit Flip Register 16
MTU_MC2_RDBFL17 0xF0061282          MC 2 Read Data and Bit Flip Register 17
MTU_MC2_RDBFL18 0xF0061284          MC 2 Read Data and Bit Flip Register 18
MTU_MC2_RDBFL19 0xF0061286          MC 2 Read Data and Bit Flip Register 19
MTU_MC2_RDBFL20 0xF0061288          MC 2 Read Data and Bit Flip Register 20
MTU_MC2_RDBFL21 0xF006128A          MC 2 Read Data and Bit Flip Register 21
MTU_MC2_RDBFL22 0xF006128C          MC 2 Read Data and Bit Flip Register 22
MTU_MC2_RDBFL23 0xF006128E          MC 2 Read Data and Bit Flip Register 23
MTU_MC2_RDBFL24 0xF0061290          MC 2 Read Data and Bit Flip Register 24
MTU_MC2_RDBFL25 0xF0061292          MC 2 Read Data and Bit Flip Register 25
MTU_MC2_RDBFL26 0xF0061294          MC 2 Read Data and Bit Flip Register 26
MTU_MC2_RDBFL27 0xF0061296          MC 2 Read Data and Bit Flip Register 27
MTU_MC2_RDBFL28 0xF0061298          MC 2 Read Data and Bit Flip Register 28
MTU_MC2_RDBFL29 0xF006129A          MC 2 Read Data and Bit Flip Register 29
MTU_MC2_RDBFL30 0xF006129C          MC 2 Read Data and Bit Flip Register 30
MTU_MC2_RDBFL31 0xF006129E          MC 2 Read Data and Bit Flip Register 31
MTU_MC2_RDBFL32 0xF00612A0          MC 2 Read Data and Bit Flip Register 32
MTU_MC2_RDBFL33 0xF00612A2          MC 2 Read Data and Bit Flip Register 33
MTU_MC2_RDBFL34 0xF00612A4          MC 2 Read Data and Bit Flip Register 34
MTU_MC2_RDBFL35 0xF00612A6          MC 2 Read Data and Bit Flip Register 35
MTU_MC2_RDBFL36 0xF00612A8          MC 2 Read Data and Bit Flip Register 36
MTU_MC2_RDBFL37 0xF00612AA          MC 2 Read Data and Bit Flip Register 37
MTU_MC2_RDBFL38 0xF00612AC          MC 2 Read Data and Bit Flip Register 38
MTU_MC2_RDBFL39 0xF00612AE          MC 2 Read Data and Bit Flip Register 39
MTU_MC2_RDBFL40 0xF00612B0          MC 2 Read Data and Bit Flip Register 40
MTU_MC2_RDBFL41 0xF00612B2          MC 2 Read Data and Bit Flip Register 41
MTU_MC2_RDBFL42 0xF00612B4          MC 2 Read Data and Bit Flip Register 42
MTU_MC2_RDBFL43 0xF00612B6          MC 2 Read Data and Bit Flip Register 43
MTU_MC2_RDBFL44 0xF00612B8          MC 2 Read Data and Bit Flip Register 44
MTU_MC2_RDBFL45 0xF00612BA          MC 2 Read Data and Bit Flip Register 45
MTU_MC2_RDBFL46 0xF00612BC          MC 2 Read Data and Bit Flip Register 46
MTU_MC2_RDBFL47 0xF00612BE          MC 2 Read Data and Bit Flip Register 47
MTU_MC2_RDBFL48 0xF00612C0          MC 2 Read Data and Bit Flip Register 48
MTU_MC2_RDBFL49 0xF00612C2          MC 2 Read Data and Bit Flip Register 49
MTU_MC2_RDBFL50 0xF00612C4          MC 2 Read Data and Bit Flip Register 50
MTU_MC2_RDBFL51 0xF00612C6          MC 2 Read Data and Bit Flip Register 51
MTU_MC2_RDBFL52 0xF00612C8          MC 2 Read Data and Bit Flip Register 52
MTU_MC2_RDBFL53 0xF00612CA          MC 2 Read Data and Bit Flip Register 53
MTU_MC2_RDBFL54 0xF00612CC          MC 2 Read Data and Bit Flip Register 54
MTU_MC2_RDBFL55 0xF00612CE          MC 2 Read Data and Bit Flip Register 55
MTU_MC2_RDBFL56 0xF00612D0          MC 2 Read Data and Bit Flip Register 56
MTU_MC2_RDBFL57 0xF00612D2          MC 2 Read Data and Bit Flip Register 57
MTU_MC2_RDBFL58 0xF00612D4          MC 2 Read Data and Bit Flip Register 58
MTU_MC2_RDBFL59 0xF00612D6          MC 2 Read Data and Bit Flip Register 59
MTU_MC2_RDBFL60 0xF00612D8          MC 2 Read Data and Bit Flip Register 60
MTU_MC2_RDBFL61 0xF00612DA          MC 2 Read Data and Bit Flip Register 61
MTU_MC2_RDBFL62 0xF00612DC          MC 2 Read Data and Bit Flip Register 62
MTU_MC2_RDBFL63 0xF00612DE          MC 2 Read Data and Bit Flip Register 63
MTU_MC2_RDBFL64 0xF00612E0          MC 2 Read Data and Bit Flip Register 64
MTU_MC2_RDBFL65 0xF00612E2          MC 2 Read Data and Bit Flip Register 65
MTU_MC2_RDBFL66 0xF00612E4          MC 2 Read Data and Bit Flip Register 66
MTU_MC2_ALMSRCS 0xF00612EE          MC 2 Alarm Sources Configuration Register
MTU_MC2_FAULTSTS 0xF00612F0          MC 2 SSH Safety Faults Status Register
MTU_MC2_ERRINFO0 0xF00612F2          MC 2 Error Information Register 0
MTU_MC2_ERRINFO1 0xF00612F4          MC 2 Error Information Register 1
MTU_MC2_ERRINFO2 0xF00612F6          MC 2 Error Information Register 2
MTU_MC2_ERRINFO3 0xF00612F8          MC 2 Error Information Register 3
MTU_MC2_ERRINFO4 0xF00612FA          MC 2 Error Information Register 4
MTU_MC3_CONFIG0 0xF0061300          MC 3 Configuration Register 0
MTU_MC3_CONFIG1 0xF0061302          MC 3 Configuration Register 1
MTU_MC3_MCONTROL 0xF0061304          MC 3 MBIST Control Register
MTU_MC3_MSTATUS 0xF0061306          MC 3 Status Register
MTU_MC3_RANGE   0xF0061308          MC 3 Range Register, single address mode
MTU_MC3_REVID   0xF006130C          MC 3 Revision ID Register
MTU_MC3_ECCS    0xF006130E          MC 3 ECC Safety Register
MTU_MC3_ECCD    0xF0061310          MC 3 Memory ECC Detection Register
MTU_MC3_ETRR0   0xF0061312          MC 3 Error Tracking Register 0
MTU_MC3_ETRR1   0xF0061314          MC 3 Error Tracking Register 1
MTU_MC3_ETRR2   0xF0061316          MC 3 Error Tracking Register 2
MTU_MC3_ETRR3   0xF0061318          MC 3 Error Tracking Register 3
MTU_MC3_ETRR4   0xF006131A          MC 3 Error Tracking Register 4
MTU_MC3_RDBFL0  0xF0061360          MC 3 Read Data and Bit Flip Register 0
MTU_MC3_RDBFL1  0xF0061362          MC 3 Read Data and Bit Flip Register 1
MTU_MC3_RDBFL2  0xF0061364          MC 3 Read Data and Bit Flip Register 2
MTU_MC3_RDBFL3  0xF0061366          MC 3 Read Data and Bit Flip Register 3
MTU_MC3_RDBFL4  0xF0061368          MC 3 Read Data and Bit Flip Register 4
MTU_MC3_RDBFL5  0xF006136A          MC 3 Read Data and Bit Flip Register 5
MTU_MC3_RDBFL6  0xF006136C          MC 3 Read Data and Bit Flip Register 6
MTU_MC3_RDBFL7  0xF006136E          MC 3 Read Data and Bit Flip Register 7
MTU_MC3_RDBFL8  0xF0061370          MC 3 Read Data and Bit Flip Register 8
MTU_MC3_RDBFL9  0xF0061372          MC 3 Read Data and Bit Flip Register 9
MTU_MC3_RDBFL10 0xF0061374          MC 3 Read Data and Bit Flip Register 10
MTU_MC3_RDBFL11 0xF0061376          MC 3 Read Data and Bit Flip Register 11
MTU_MC3_RDBFL12 0xF0061378          MC 3 Read Data and Bit Flip Register 12
MTU_MC3_RDBFL13 0xF006137A          MC 3 Read Data and Bit Flip Register 13
MTU_MC3_RDBFL14 0xF006137C          MC 3 Read Data and Bit Flip Register 14
MTU_MC3_RDBFL15 0xF006137E          MC 3 Read Data and Bit Flip Register 15
MTU_MC3_RDBFL16 0xF0061380          MC 3 Read Data and Bit Flip Register 16
MTU_MC3_RDBFL17 0xF0061382          MC 3 Read Data and Bit Flip Register 17
MTU_MC3_RDBFL18 0xF0061384          MC 3 Read Data and Bit Flip Register 18
MTU_MC3_RDBFL19 0xF0061386          MC 3 Read Data and Bit Flip Register 19
MTU_MC3_RDBFL20 0xF0061388          MC 3 Read Data and Bit Flip Register 20
MTU_MC3_RDBFL21 0xF006138A          MC 3 Read Data and Bit Flip Register 21
MTU_MC3_RDBFL22 0xF006138C          MC 3 Read Data and Bit Flip Register 22
MTU_MC3_RDBFL23 0xF006138E          MC 3 Read Data and Bit Flip Register 23
MTU_MC3_RDBFL24 0xF0061390          MC 3 Read Data and Bit Flip Register 24
MTU_MC3_RDBFL25 0xF0061392          MC 3 Read Data and Bit Flip Register 25
MTU_MC3_RDBFL26 0xF0061394          MC 3 Read Data and Bit Flip Register 26
MTU_MC3_RDBFL27 0xF0061396          MC 3 Read Data and Bit Flip Register 27
MTU_MC3_RDBFL28 0xF0061398          MC 3 Read Data and Bit Flip Register 28
MTU_MC3_RDBFL29 0xF006139A          MC 3 Read Data and Bit Flip Register 29
MTU_MC3_RDBFL30 0xF006139C          MC 3 Read Data and Bit Flip Register 30
MTU_MC3_RDBFL31 0xF006139E          MC 3 Read Data and Bit Flip Register 31
MTU_MC3_RDBFL32 0xF00613A0          MC 3 Read Data and Bit Flip Register 32
MTU_MC3_RDBFL33 0xF00613A2          MC 3 Read Data and Bit Flip Register 33
MTU_MC3_RDBFL34 0xF00613A4          MC 3 Read Data and Bit Flip Register 34
MTU_MC3_RDBFL35 0xF00613A6          MC 3 Read Data and Bit Flip Register 35
MTU_MC3_RDBFL36 0xF00613A8          MC 3 Read Data and Bit Flip Register 36
MTU_MC3_RDBFL37 0xF00613AA          MC 3 Read Data and Bit Flip Register 37
MTU_MC3_RDBFL38 0xF00613AC          MC 3 Read Data and Bit Flip Register 38
MTU_MC3_RDBFL39 0xF00613AE          MC 3 Read Data and Bit Flip Register 39
MTU_MC3_RDBFL40 0xF00613B0          MC 3 Read Data and Bit Flip Register 40
MTU_MC3_RDBFL41 0xF00613B2          MC 3 Read Data and Bit Flip Register 41
MTU_MC3_RDBFL42 0xF00613B4          MC 3 Read Data and Bit Flip Register 42
MTU_MC3_RDBFL43 0xF00613B6          MC 3 Read Data and Bit Flip Register 43
MTU_MC3_RDBFL44 0xF00613B8          MC 3 Read Data and Bit Flip Register 44
MTU_MC3_RDBFL45 0xF00613BA          MC 3 Read Data and Bit Flip Register 45
MTU_MC3_RDBFL46 0xF00613BC          MC 3 Read Data and Bit Flip Register 46
MTU_MC3_RDBFL47 0xF00613BE          MC 3 Read Data and Bit Flip Register 47
MTU_MC3_RDBFL48 0xF00613C0          MC 3 Read Data and Bit Flip Register 48
MTU_MC3_RDBFL49 0xF00613C2          MC 3 Read Data and Bit Flip Register 49
MTU_MC3_RDBFL50 0xF00613C4          MC 3 Read Data and Bit Flip Register 50
MTU_MC3_RDBFL51 0xF00613C6          MC 3 Read Data and Bit Flip Register 51
MTU_MC3_RDBFL52 0xF00613C8          MC 3 Read Data and Bit Flip Register 52
MTU_MC3_RDBFL53 0xF00613CA          MC 3 Read Data and Bit Flip Register 53
MTU_MC3_RDBFL54 0xF00613CC          MC 3 Read Data and Bit Flip Register 54
MTU_MC3_RDBFL55 0xF00613CE          MC 3 Read Data and Bit Flip Register 55
MTU_MC3_RDBFL56 0xF00613D0          MC 3 Read Data and Bit Flip Register 56
MTU_MC3_RDBFL57 0xF00613D2          MC 3 Read Data and Bit Flip Register 57
MTU_MC3_RDBFL58 0xF00613D4          MC 3 Read Data and Bit Flip Register 58
MTU_MC3_RDBFL59 0xF00613D6          MC 3 Read Data and Bit Flip Register 59
MTU_MC3_RDBFL60 0xF00613D8          MC 3 Read Data and Bit Flip Register 60
MTU_MC3_RDBFL61 0xF00613DA          MC 3 Read Data and Bit Flip Register 61
MTU_MC3_RDBFL62 0xF00613DC          MC 3 Read Data and Bit Flip Register 62
MTU_MC3_RDBFL63 0xF00613DE          MC 3 Read Data and Bit Flip Register 63
MTU_MC3_RDBFL64 0xF00613E0          MC 3 Read Data and Bit Flip Register 64
MTU_MC3_RDBFL65 0xF00613E2          MC 3 Read Data and Bit Flip Register 65
MTU_MC3_RDBFL66 0xF00613E4          MC 3 Read Data and Bit Flip Register 66
MTU_MC3_ALMSRCS 0xF00613EE          MC 3 Alarm Sources Configuration Register
MTU_MC3_FAULTSTS 0xF00613F0          MC 3 SSH Safety Faults Status Register
MTU_MC3_ERRINFO0 0xF00613F2          MC 3 Error Information Register 0
MTU_MC3_ERRINFO1 0xF00613F4          MC 3 Error Information Register 1
MTU_MC3_ERRINFO2 0xF00613F6          MC 3 Error Information Register 2
MTU_MC3_ERRINFO3 0xF00613F8          MC 3 Error Information Register 3
MTU_MC3_ERRINFO4 0xF00613FA          MC 3 Error Information Register 4
MTU_MC4_CONFIG0 0xF0061400          MC 4 Configuration Register 0
MTU_MC4_CONFIG1 0xF0061402          MC 4 Configuration Register 1
MTU_MC4_MCONTROL 0xF0061404          MC 4 MBIST Control Register
MTU_MC4_MSTATUS 0xF0061406          MC 4 Status Register
MTU_MC4_RANGE   0xF0061408          MC 4 Range Register, single address mode
MTU_MC4_REVID   0xF006140C          MC 4 Revision ID Register
MTU_MC4_ECCS    0xF006140E          MC 4 ECC Safety Register
MTU_MC4_ECCD    0xF0061410          MC 4 Memory ECC Detection Register
MTU_MC4_ETRR0   0xF0061412          MC 4 Error Tracking Register 0
MTU_MC4_ETRR1   0xF0061414          MC 4 Error Tracking Register 1
MTU_MC4_ETRR2   0xF0061416          MC 4 Error Tracking Register 2
MTU_MC4_ETRR3   0xF0061418          MC 4 Error Tracking Register 3
MTU_MC4_ETRR4   0xF006141A          MC 4 Error Tracking Register 4
MTU_MC4_RDBFL0  0xF0061460          MC 4 Read Data and Bit Flip Register 0
MTU_MC4_RDBFL1  0xF0061462          MC 4 Read Data and Bit Flip Register 1
MTU_MC4_RDBFL2  0xF0061464          MC 4 Read Data and Bit Flip Register 2
MTU_MC4_RDBFL3  0xF0061466          MC 4 Read Data and Bit Flip Register 3
MTU_MC4_RDBFL4  0xF0061468          MC 4 Read Data and Bit Flip Register 4
MTU_MC4_RDBFL5  0xF006146A          MC 4 Read Data and Bit Flip Register 5
MTU_MC4_RDBFL6  0xF006146C          MC 4 Read Data and Bit Flip Register 6
MTU_MC4_RDBFL7  0xF006146E          MC 4 Read Data and Bit Flip Register 7
MTU_MC4_RDBFL8  0xF0061470          MC 4 Read Data and Bit Flip Register 8
MTU_MC4_RDBFL9  0xF0061472          MC 4 Read Data and Bit Flip Register 9
MTU_MC4_RDBFL10 0xF0061474          MC 4 Read Data and Bit Flip Register 10
MTU_MC4_RDBFL11 0xF0061476          MC 4 Read Data and Bit Flip Register 11
MTU_MC4_RDBFL12 0xF0061478          MC 4 Read Data and Bit Flip Register 12
MTU_MC4_RDBFL13 0xF006147A          MC 4 Read Data and Bit Flip Register 13
MTU_MC4_RDBFL14 0xF006147C          MC 4 Read Data and Bit Flip Register 14
MTU_MC4_RDBFL15 0xF006147E          MC 4 Read Data and Bit Flip Register 15
MTU_MC4_RDBFL16 0xF0061480          MC 4 Read Data and Bit Flip Register 16
MTU_MC4_RDBFL17 0xF0061482          MC 4 Read Data and Bit Flip Register 17
MTU_MC4_RDBFL18 0xF0061484          MC 4 Read Data and Bit Flip Register 18
MTU_MC4_RDBFL19 0xF0061486          MC 4 Read Data and Bit Flip Register 19
MTU_MC4_RDBFL20 0xF0061488          MC 4 Read Data and Bit Flip Register 20
MTU_MC4_RDBFL21 0xF006148A          MC 4 Read Data and Bit Flip Register 21
MTU_MC4_RDBFL22 0xF006148C          MC 4 Read Data and Bit Flip Register 22
MTU_MC4_RDBFL23 0xF006148E          MC 4 Read Data and Bit Flip Register 23
MTU_MC4_RDBFL24 0xF0061490          MC 4 Read Data and Bit Flip Register 24
MTU_MC4_RDBFL25 0xF0061492          MC 4 Read Data and Bit Flip Register 25
MTU_MC4_RDBFL26 0xF0061494          MC 4 Read Data and Bit Flip Register 26
MTU_MC4_RDBFL27 0xF0061496          MC 4 Read Data and Bit Flip Register 27
MTU_MC4_RDBFL28 0xF0061498          MC 4 Read Data and Bit Flip Register 28
MTU_MC4_RDBFL29 0xF006149A          MC 4 Read Data and Bit Flip Register 29
MTU_MC4_RDBFL30 0xF006149C          MC 4 Read Data and Bit Flip Register 30
MTU_MC4_RDBFL31 0xF006149E          MC 4 Read Data and Bit Flip Register 31
MTU_MC4_RDBFL32 0xF00614A0          MC 4 Read Data and Bit Flip Register 32
MTU_MC4_RDBFL33 0xF00614A2          MC 4 Read Data and Bit Flip Register 33
MTU_MC4_RDBFL34 0xF00614A4          MC 4 Read Data and Bit Flip Register 34
MTU_MC4_RDBFL35 0xF00614A6          MC 4 Read Data and Bit Flip Register 35
MTU_MC4_RDBFL36 0xF00614A8          MC 4 Read Data and Bit Flip Register 36
MTU_MC4_RDBFL37 0xF00614AA          MC 4 Read Data and Bit Flip Register 37
MTU_MC4_RDBFL38 0xF00614AC          MC 4 Read Data and Bit Flip Register 38
MTU_MC4_RDBFL39 0xF00614AE          MC 4 Read Data and Bit Flip Register 39
MTU_MC4_RDBFL40 0xF00614B0          MC 4 Read Data and Bit Flip Register 40
MTU_MC4_RDBFL41 0xF00614B2          MC 4 Read Data and Bit Flip Register 41
MTU_MC4_RDBFL42 0xF00614B4          MC 4 Read Data and Bit Flip Register 42
MTU_MC4_RDBFL43 0xF00614B6          MC 4 Read Data and Bit Flip Register 43
MTU_MC4_RDBFL44 0xF00614B8          MC 4 Read Data and Bit Flip Register 44
MTU_MC4_RDBFL45 0xF00614BA          MC 4 Read Data and Bit Flip Register 45
MTU_MC4_RDBFL46 0xF00614BC          MC 4 Read Data and Bit Flip Register 46
MTU_MC4_RDBFL47 0xF00614BE          MC 4 Read Data and Bit Flip Register 47
MTU_MC4_RDBFL48 0xF00614C0          MC 4 Read Data and Bit Flip Register 48
MTU_MC4_RDBFL49 0xF00614C2          MC 4 Read Data and Bit Flip Register 49
MTU_MC4_RDBFL50 0xF00614C4          MC 4 Read Data and Bit Flip Register 50
MTU_MC4_RDBFL51 0xF00614C6          MC 4 Read Data and Bit Flip Register 51
MTU_MC4_RDBFL52 0xF00614C8          MC 4 Read Data and Bit Flip Register 52
MTU_MC4_RDBFL53 0xF00614CA          MC 4 Read Data and Bit Flip Register 53
MTU_MC4_RDBFL54 0xF00614CC          MC 4 Read Data and Bit Flip Register 54
MTU_MC4_RDBFL55 0xF00614CE          MC 4 Read Data and Bit Flip Register 55
MTU_MC4_RDBFL56 0xF00614D0          MC 4 Read Data and Bit Flip Register 56
MTU_MC4_RDBFL57 0xF00614D2          MC 4 Read Data and Bit Flip Register 57
MTU_MC4_RDBFL58 0xF00614D4          MC 4 Read Data and Bit Flip Register 58
MTU_MC4_RDBFL59 0xF00614D6          MC 4 Read Data and Bit Flip Register 59
MTU_MC4_RDBFL60 0xF00614D8          MC 4 Read Data and Bit Flip Register 60
MTU_MC4_RDBFL61 0xF00614DA          MC 4 Read Data and Bit Flip Register 61
MTU_MC4_RDBFL62 0xF00614DC          MC 4 Read Data and Bit Flip Register 62
MTU_MC4_RDBFL63 0xF00614DE          MC 4 Read Data and Bit Flip Register 63
MTU_MC4_RDBFL64 0xF00614E0          MC 4 Read Data and Bit Flip Register 64
MTU_MC4_RDBFL65 0xF00614E2          MC 4 Read Data and Bit Flip Register 65
MTU_MC4_RDBFL66 0xF00614E4          MC 4 Read Data and Bit Flip Register 66
MTU_MC4_ALMSRCS 0xF00614EE          MC 4 Alarm Sources Configuration Register
MTU_MC4_FAULTSTS 0xF00614F0          MC 4 SSH Safety Faults Status Register
MTU_MC4_ERRINFO0 0xF00614F2          MC 4 Error Information Register 0
MTU_MC4_ERRINFO1 0xF00614F4          MC 4 Error Information Register 1
MTU_MC4_ERRINFO2 0xF00614F6          MC 4 Error Information Register 2
MTU_MC4_ERRINFO3 0xF00614F8          MC 4 Error Information Register 3
MTU_MC4_ERRINFO4 0xF00614FA          MC 4 Error Information Register 4
MTU_MC5_CONFIG0 0xF0061500          MC 5 Configuration Register 0
MTU_MC5_CONFIG1 0xF0061502          MC 5 Configuration Register 1
MTU_MC5_MCONTROL 0xF0061504          MC 5 MBIST Control Register
MTU_MC5_MSTATUS 0xF0061506          MC 5 Status Register
MTU_MC5_RANGE   0xF0061508          MC 5 Range Register, single address mode
MTU_MC5_REVID   0xF006150C          MC 5 Revision ID Register
MTU_MC5_ECCS    0xF006150E          MC 5 ECC Safety Register
MTU_MC5_ECCD    0xF0061510          MC 5 Memory ECC Detection Register
MTU_MC5_ETRR0   0xF0061512          MC 5 Error Tracking Register 0
MTU_MC5_ETRR1   0xF0061514          MC 5 Error Tracking Register 1
MTU_MC5_ETRR2   0xF0061516          MC 5 Error Tracking Register 2
MTU_MC5_ETRR3   0xF0061518          MC 5 Error Tracking Register 3
MTU_MC5_ETRR4   0xF006151A          MC 5 Error Tracking Register 4
MTU_MC5_RDBFL0  0xF0061560          MC 5 Read Data and Bit Flip Register 0
MTU_MC5_RDBFL1  0xF0061562          MC 5 Read Data and Bit Flip Register 1
MTU_MC5_RDBFL2  0xF0061564          MC 5 Read Data and Bit Flip Register 2
MTU_MC5_RDBFL3  0xF0061566          MC 5 Read Data and Bit Flip Register 3
MTU_MC5_RDBFL4  0xF0061568          MC 5 Read Data and Bit Flip Register 4
MTU_MC5_RDBFL5  0xF006156A          MC 5 Read Data and Bit Flip Register 5
MTU_MC5_RDBFL6  0xF006156C          MC 5 Read Data and Bit Flip Register 6
MTU_MC5_RDBFL7  0xF006156E          MC 5 Read Data and Bit Flip Register 7
MTU_MC5_RDBFL8  0xF0061570          MC 5 Read Data and Bit Flip Register 8
MTU_MC5_RDBFL9  0xF0061572          MC 5 Read Data and Bit Flip Register 9
MTU_MC5_RDBFL10 0xF0061574          MC 5 Read Data and Bit Flip Register 10
MTU_MC5_RDBFL11 0xF0061576          MC 5 Read Data and Bit Flip Register 11
MTU_MC5_RDBFL12 0xF0061578          MC 5 Read Data and Bit Flip Register 12
MTU_MC5_RDBFL13 0xF006157A          MC 5 Read Data and Bit Flip Register 13
MTU_MC5_RDBFL14 0xF006157C          MC 5 Read Data and Bit Flip Register 14
MTU_MC5_RDBFL15 0xF006157E          MC 5 Read Data and Bit Flip Register 15
MTU_MC5_RDBFL16 0xF0061580          MC 5 Read Data and Bit Flip Register 16
MTU_MC5_RDBFL17 0xF0061582          MC 5 Read Data and Bit Flip Register 17
MTU_MC5_RDBFL18 0xF0061584          MC 5 Read Data and Bit Flip Register 18
MTU_MC5_RDBFL19 0xF0061586          MC 5 Read Data and Bit Flip Register 19
MTU_MC5_RDBFL20 0xF0061588          MC 5 Read Data and Bit Flip Register 20
MTU_MC5_RDBFL21 0xF006158A          MC 5 Read Data and Bit Flip Register 21
MTU_MC5_RDBFL22 0xF006158C          MC 5 Read Data and Bit Flip Register 22
MTU_MC5_RDBFL23 0xF006158E          MC 5 Read Data and Bit Flip Register 23
MTU_MC5_RDBFL24 0xF0061590          MC 5 Read Data and Bit Flip Register 24
MTU_MC5_RDBFL25 0xF0061592          MC 5 Read Data and Bit Flip Register 25
MTU_MC5_RDBFL26 0xF0061594          MC 5 Read Data and Bit Flip Register 26
MTU_MC5_RDBFL27 0xF0061596          MC 5 Read Data and Bit Flip Register 27
MTU_MC5_RDBFL28 0xF0061598          MC 5 Read Data and Bit Flip Register 28
MTU_MC5_RDBFL29 0xF006159A          MC 5 Read Data and Bit Flip Register 29
MTU_MC5_RDBFL30 0xF006159C          MC 5 Read Data and Bit Flip Register 30
MTU_MC5_RDBFL31 0xF006159E          MC 5 Read Data and Bit Flip Register 31
MTU_MC5_RDBFL32 0xF00615A0          MC 5 Read Data and Bit Flip Register 32
MTU_MC5_RDBFL33 0xF00615A2          MC 5 Read Data and Bit Flip Register 33
MTU_MC5_RDBFL34 0xF00615A4          MC 5 Read Data and Bit Flip Register 34
MTU_MC5_RDBFL35 0xF00615A6          MC 5 Read Data and Bit Flip Register 35
MTU_MC5_RDBFL36 0xF00615A8          MC 5 Read Data and Bit Flip Register 36
MTU_MC5_RDBFL37 0xF00615AA          MC 5 Read Data and Bit Flip Register 37
MTU_MC5_RDBFL38 0xF00615AC          MC 5 Read Data and Bit Flip Register 38
MTU_MC5_RDBFL39 0xF00615AE          MC 5 Read Data and Bit Flip Register 39
MTU_MC5_RDBFL40 0xF00615B0          MC 5 Read Data and Bit Flip Register 40
MTU_MC5_RDBFL41 0xF00615B2          MC 5 Read Data and Bit Flip Register 41
MTU_MC5_RDBFL42 0xF00615B4          MC 5 Read Data and Bit Flip Register 42
MTU_MC5_RDBFL43 0xF00615B6          MC 5 Read Data and Bit Flip Register 43
MTU_MC5_RDBFL44 0xF00615B8          MC 5 Read Data and Bit Flip Register 44
MTU_MC5_RDBFL45 0xF00615BA          MC 5 Read Data and Bit Flip Register 45
MTU_MC5_RDBFL46 0xF00615BC          MC 5 Read Data and Bit Flip Register 46
MTU_MC5_RDBFL47 0xF00615BE          MC 5 Read Data and Bit Flip Register 47
MTU_MC5_RDBFL48 0xF00615C0          MC 5 Read Data and Bit Flip Register 48
MTU_MC5_RDBFL49 0xF00615C2          MC 5 Read Data and Bit Flip Register 49
MTU_MC5_RDBFL50 0xF00615C4          MC 5 Read Data and Bit Flip Register 50
MTU_MC5_RDBFL51 0xF00615C6          MC 5 Read Data and Bit Flip Register 51
MTU_MC5_RDBFL52 0xF00615C8          MC 5 Read Data and Bit Flip Register 52
MTU_MC5_RDBFL53 0xF00615CA          MC 5 Read Data and Bit Flip Register 53
MTU_MC5_RDBFL54 0xF00615CC          MC 5 Read Data and Bit Flip Register 54
MTU_MC5_RDBFL55 0xF00615CE          MC 5 Read Data and Bit Flip Register 55
MTU_MC5_RDBFL56 0xF00615D0          MC 5 Read Data and Bit Flip Register 56
MTU_MC5_RDBFL57 0xF00615D2          MC 5 Read Data and Bit Flip Register 57
MTU_MC5_RDBFL58 0xF00615D4          MC 5 Read Data and Bit Flip Register 58
MTU_MC5_RDBFL59 0xF00615D6          MC 5 Read Data and Bit Flip Register 59
MTU_MC5_RDBFL60 0xF00615D8          MC 5 Read Data and Bit Flip Register 60
MTU_MC5_RDBFL61 0xF00615DA          MC 5 Read Data and Bit Flip Register 61
MTU_MC5_RDBFL62 0xF00615DC          MC 5 Read Data and Bit Flip Register 62
MTU_MC5_RDBFL63 0xF00615DE          MC 5 Read Data and Bit Flip Register 63
MTU_MC5_RDBFL64 0xF00615E0          MC 5 Read Data and Bit Flip Register 64
MTU_MC5_RDBFL65 0xF00615E2          MC 5 Read Data and Bit Flip Register 65
MTU_MC5_RDBFL66 0xF00615E4          MC 5 Read Data and Bit Flip Register 66
MTU_MC5_ALMSRCS 0xF00615EE          MC 5 Alarm Sources Configuration Register
MTU_MC5_FAULTSTS 0xF00615F0          MC 5 SSH Safety Faults Status Register
MTU_MC5_ERRINFO0 0xF00615F2          MC 5 Error Information Register 0
MTU_MC5_ERRINFO1 0xF00615F4          MC 5 Error Information Register 1
MTU_MC5_ERRINFO2 0xF00615F6          MC 5 Error Information Register 2
MTU_MC5_ERRINFO3 0xF00615F8          MC 5 Error Information Register 3
MTU_MC5_ERRINFO4 0xF00615FA          MC 5 Error Information Register 4
MTU_MC6_CONFIG0 0xF0061600          MC 6 Configuration Register 0
MTU_MC6_CONFIG1 0xF0061602          MC 6 Configuration Register 1
MTU_MC6_MCONTROL 0xF0061604          MC 6 MBIST Control Register
MTU_MC6_MSTATUS 0xF0061606          MC 6 Status Register
MTU_MC6_RANGE   0xF0061608          MC 6 Range Register, single address mode
MTU_MC6_REVID   0xF006160C          MC 6 Revision ID Register
MTU_MC6_ECCS    0xF006160E          MC 6 ECC Safety Register
MTU_MC6_ECCD    0xF0061610          MC 6 Memory ECC Detection Register
MTU_MC6_ETRR0   0xF0061612          MC 6 Error Tracking Register 0
MTU_MC6_ETRR1   0xF0061614          MC 6 Error Tracking Register 1
MTU_MC6_ETRR2   0xF0061616          MC 6 Error Tracking Register 2
MTU_MC6_ETRR3   0xF0061618          MC 6 Error Tracking Register 3
MTU_MC6_ETRR4   0xF006161A          MC 6 Error Tracking Register 4
MTU_MC6_RDBFL0  0xF0061660          MC 6 Read Data and Bit Flip Register 0
MTU_MC6_RDBFL1  0xF0061662          MC 6 Read Data and Bit Flip Register 1
MTU_MC6_RDBFL2  0xF0061664          MC 6 Read Data and Bit Flip Register 2
MTU_MC6_RDBFL3  0xF0061666          MC 6 Read Data and Bit Flip Register 3
MTU_MC6_RDBFL4  0xF0061668          MC 6 Read Data and Bit Flip Register 4
MTU_MC6_RDBFL5  0xF006166A          MC 6 Read Data and Bit Flip Register 5
MTU_MC6_RDBFL6  0xF006166C          MC 6 Read Data and Bit Flip Register 6
MTU_MC6_RDBFL7  0xF006166E          MC 6 Read Data and Bit Flip Register 7
MTU_MC6_RDBFL8  0xF0061670          MC 6 Read Data and Bit Flip Register 8
MTU_MC6_RDBFL9  0xF0061672          MC 6 Read Data and Bit Flip Register 9
MTU_MC6_RDBFL10 0xF0061674          MC 6 Read Data and Bit Flip Register 10
MTU_MC6_RDBFL11 0xF0061676          MC 6 Read Data and Bit Flip Register 11
MTU_MC6_RDBFL12 0xF0061678          MC 6 Read Data and Bit Flip Register 12
MTU_MC6_RDBFL13 0xF006167A          MC 6 Read Data and Bit Flip Register 13
MTU_MC6_RDBFL14 0xF006167C          MC 6 Read Data and Bit Flip Register 14
MTU_MC6_RDBFL15 0xF006167E          MC 6 Read Data and Bit Flip Register 15
MTU_MC6_RDBFL16 0xF0061680          MC 6 Read Data and Bit Flip Register 16
MTU_MC6_RDBFL17 0xF0061682          MC 6 Read Data and Bit Flip Register 17
MTU_MC6_RDBFL18 0xF0061684          MC 6 Read Data and Bit Flip Register 18
MTU_MC6_RDBFL19 0xF0061686          MC 6 Read Data and Bit Flip Register 19
MTU_MC6_RDBFL20 0xF0061688          MC 6 Read Data and Bit Flip Register 20
MTU_MC6_RDBFL21 0xF006168A          MC 6 Read Data and Bit Flip Register 21
MTU_MC6_RDBFL22 0xF006168C          MC 6 Read Data and Bit Flip Register 22
MTU_MC6_RDBFL23 0xF006168E          MC 6 Read Data and Bit Flip Register 23
MTU_MC6_RDBFL24 0xF0061690          MC 6 Read Data and Bit Flip Register 24
MTU_MC6_RDBFL25 0xF0061692          MC 6 Read Data and Bit Flip Register 25
MTU_MC6_RDBFL26 0xF0061694          MC 6 Read Data and Bit Flip Register 26
MTU_MC6_RDBFL27 0xF0061696          MC 6 Read Data and Bit Flip Register 27
MTU_MC6_RDBFL28 0xF0061698          MC 6 Read Data and Bit Flip Register 28
MTU_MC6_RDBFL29 0xF006169A          MC 6 Read Data and Bit Flip Register 29
MTU_MC6_RDBFL30 0xF006169C          MC 6 Read Data and Bit Flip Register 30
MTU_MC6_RDBFL31 0xF006169E          MC 6 Read Data and Bit Flip Register 31
MTU_MC6_RDBFL32 0xF00616A0          MC 6 Read Data and Bit Flip Register 32
MTU_MC6_RDBFL33 0xF00616A2          MC 6 Read Data and Bit Flip Register 33
MTU_MC6_RDBFL34 0xF00616A4          MC 6 Read Data and Bit Flip Register 34
MTU_MC6_RDBFL35 0xF00616A6          MC 6 Read Data and Bit Flip Register 35
MTU_MC6_RDBFL36 0xF00616A8          MC 6 Read Data and Bit Flip Register 36
MTU_MC6_RDBFL37 0xF00616AA          MC 6 Read Data and Bit Flip Register 37
MTU_MC6_RDBFL38 0xF00616AC          MC 6 Read Data and Bit Flip Register 38
MTU_MC6_RDBFL39 0xF00616AE          MC 6 Read Data and Bit Flip Register 39
MTU_MC6_RDBFL40 0xF00616B0          MC 6 Read Data and Bit Flip Register 40
MTU_MC6_RDBFL41 0xF00616B2          MC 6 Read Data and Bit Flip Register 41
MTU_MC6_RDBFL42 0xF00616B4          MC 6 Read Data and Bit Flip Register 42
MTU_MC6_RDBFL43 0xF00616B6          MC 6 Read Data and Bit Flip Register 43
MTU_MC6_RDBFL44 0xF00616B8          MC 6 Read Data and Bit Flip Register 44
MTU_MC6_RDBFL45 0xF00616BA          MC 6 Read Data and Bit Flip Register 45
MTU_MC6_RDBFL46 0xF00616BC          MC 6 Read Data and Bit Flip Register 46
MTU_MC6_RDBFL47 0xF00616BE          MC 6 Read Data and Bit Flip Register 47
MTU_MC6_RDBFL48 0xF00616C0          MC 6 Read Data and Bit Flip Register 48
MTU_MC6_RDBFL49 0xF00616C2          MC 6 Read Data and Bit Flip Register 49
MTU_MC6_RDBFL50 0xF00616C4          MC 6 Read Data and Bit Flip Register 50
MTU_MC6_RDBFL51 0xF00616C6          MC 6 Read Data and Bit Flip Register 51
MTU_MC6_RDBFL52 0xF00616C8          MC 6 Read Data and Bit Flip Register 52
MTU_MC6_RDBFL53 0xF00616CA          MC 6 Read Data and Bit Flip Register 53
MTU_MC6_RDBFL54 0xF00616CC          MC 6 Read Data and Bit Flip Register 54
MTU_MC6_RDBFL55 0xF00616CE          MC 6 Read Data and Bit Flip Register 55
MTU_MC6_RDBFL56 0xF00616D0          MC 6 Read Data and Bit Flip Register 56
MTU_MC6_RDBFL57 0xF00616D2          MC 6 Read Data and Bit Flip Register 57
MTU_MC6_RDBFL58 0xF00616D4          MC 6 Read Data and Bit Flip Register 58
MTU_MC6_RDBFL59 0xF00616D6          MC 6 Read Data and Bit Flip Register 59
MTU_MC6_RDBFL60 0xF00616D8          MC 6 Read Data and Bit Flip Register 60
MTU_MC6_RDBFL61 0xF00616DA          MC 6 Read Data and Bit Flip Register 61
MTU_MC6_RDBFL62 0xF00616DC          MC 6 Read Data and Bit Flip Register 62
MTU_MC6_RDBFL63 0xF00616DE          MC 6 Read Data and Bit Flip Register 63
MTU_MC6_RDBFL64 0xF00616E0          MC 6 Read Data and Bit Flip Register 64
MTU_MC6_RDBFL65 0xF00616E2          MC 6 Read Data and Bit Flip Register 65
MTU_MC6_RDBFL66 0xF00616E4          MC 6 Read Data and Bit Flip Register 66
MTU_MC6_ALMSRCS 0xF00616EE          MC 6 Alarm Sources Configuration Register
MTU_MC6_FAULTSTS 0xF00616F0          MC 6 SSH Safety Faults Status Register
MTU_MC6_ERRINFO0 0xF00616F2          MC 6 Error Information Register 0
MTU_MC6_ERRINFO1 0xF00616F4          MC 6 Error Information Register 1
MTU_MC6_ERRINFO2 0xF00616F6          MC 6 Error Information Register 2
MTU_MC6_ERRINFO3 0xF00616F8          MC 6 Error Information Register 3
MTU_MC6_ERRINFO4 0xF00616FA          MC 6 Error Information Register 4
MTU_MC7_CONFIG0 0xF0061700          MC 7 Configuration Register 0
MTU_MC7_CONFIG1 0xF0061702          MC 7 Configuration Register 1
MTU_MC7_MCONTROL 0xF0061704          MC 7 MBIST Control Register
MTU_MC7_MSTATUS 0xF0061706          MC 7 Status Register
MTU_MC7_RANGE   0xF0061708          MC 7 Range Register, single address mode
MTU_MC7_REVID   0xF006170C          MC 7 Revision ID Register
MTU_MC7_ECCS    0xF006170E          MC 7 ECC Safety Register
MTU_MC7_ECCD    0xF0061710          MC 7 Memory ECC Detection Register
MTU_MC7_ETRR0   0xF0061712          MC 7 Error Tracking Register 0
MTU_MC7_ETRR1   0xF0061714          MC 7 Error Tracking Register 1
MTU_MC7_ETRR2   0xF0061716          MC 7 Error Tracking Register 2
MTU_MC7_ETRR3   0xF0061718          MC 7 Error Tracking Register 3
MTU_MC7_ETRR4   0xF006171A          MC 7 Error Tracking Register 4
MTU_MC7_RDBFL0  0xF0061760          MC 7 Read Data and Bit Flip Register 0
MTU_MC7_RDBFL1  0xF0061762          MC 7 Read Data and Bit Flip Register 1
MTU_MC7_RDBFL2  0xF0061764          MC 7 Read Data and Bit Flip Register 2
MTU_MC7_RDBFL3  0xF0061766          MC 7 Read Data and Bit Flip Register 3
MTU_MC7_RDBFL4  0xF0061768          MC 7 Read Data and Bit Flip Register 4
MTU_MC7_RDBFL5  0xF006176A          MC 7 Read Data and Bit Flip Register 5
MTU_MC7_RDBFL6  0xF006176C          MC 7 Read Data and Bit Flip Register 6
MTU_MC7_RDBFL7  0xF006176E          MC 7 Read Data and Bit Flip Register 7
MTU_MC7_RDBFL8  0xF0061770          MC 7 Read Data and Bit Flip Register 8
MTU_MC7_RDBFL9  0xF0061772          MC 7 Read Data and Bit Flip Register 9
MTU_MC7_RDBFL10 0xF0061774          MC 7 Read Data and Bit Flip Register 10
MTU_MC7_RDBFL11 0xF0061776          MC 7 Read Data and Bit Flip Register 11
MTU_MC7_RDBFL12 0xF0061778          MC 7 Read Data and Bit Flip Register 12
MTU_MC7_RDBFL13 0xF006177A          MC 7 Read Data and Bit Flip Register 13
MTU_MC7_RDBFL14 0xF006177C          MC 7 Read Data and Bit Flip Register 14
MTU_MC7_RDBFL15 0xF006177E          MC 7 Read Data and Bit Flip Register 15
MTU_MC7_RDBFL16 0xF0061780          MC 7 Read Data and Bit Flip Register 16
MTU_MC7_RDBFL17 0xF0061782          MC 7 Read Data and Bit Flip Register 17
MTU_MC7_RDBFL18 0xF0061784          MC 7 Read Data and Bit Flip Register 18
MTU_MC7_RDBFL19 0xF0061786          MC 7 Read Data and Bit Flip Register 19
MTU_MC7_RDBFL20 0xF0061788          MC 7 Read Data and Bit Flip Register 20
MTU_MC7_RDBFL21 0xF006178A          MC 7 Read Data and Bit Flip Register 21
MTU_MC7_RDBFL22 0xF006178C          MC 7 Read Data and Bit Flip Register 22
MTU_MC7_RDBFL23 0xF006178E          MC 7 Read Data and Bit Flip Register 23
MTU_MC7_RDBFL24 0xF0061790          MC 7 Read Data and Bit Flip Register 24
MTU_MC7_RDBFL25 0xF0061792          MC 7 Read Data and Bit Flip Register 25
MTU_MC7_RDBFL26 0xF0061794          MC 7 Read Data and Bit Flip Register 26
MTU_MC7_RDBFL27 0xF0061796          MC 7 Read Data and Bit Flip Register 27
MTU_MC7_RDBFL28 0xF0061798          MC 7 Read Data and Bit Flip Register 28
MTU_MC7_RDBFL29 0xF006179A          MC 7 Read Data and Bit Flip Register 29
MTU_MC7_RDBFL30 0xF006179C          MC 7 Read Data and Bit Flip Register 30
MTU_MC7_RDBFL31 0xF006179E          MC 7 Read Data and Bit Flip Register 31
MTU_MC7_RDBFL32 0xF00617A0          MC 7 Read Data and Bit Flip Register 32
MTU_MC7_RDBFL33 0xF00617A2          MC 7 Read Data and Bit Flip Register 33
MTU_MC7_RDBFL34 0xF00617A4          MC 7 Read Data and Bit Flip Register 34
MTU_MC7_RDBFL35 0xF00617A6          MC 7 Read Data and Bit Flip Register 35
MTU_MC7_RDBFL36 0xF00617A8          MC 7 Read Data and Bit Flip Register 36
MTU_MC7_RDBFL37 0xF00617AA          MC 7 Read Data and Bit Flip Register 37
MTU_MC7_RDBFL38 0xF00617AC          MC 7 Read Data and Bit Flip Register 38
MTU_MC7_RDBFL39 0xF00617AE          MC 7 Read Data and Bit Flip Register 39
MTU_MC7_RDBFL40 0xF00617B0          MC 7 Read Data and Bit Flip Register 40
MTU_MC7_RDBFL41 0xF00617B2          MC 7 Read Data and Bit Flip Register 41
MTU_MC7_RDBFL42 0xF00617B4          MC 7 Read Data and Bit Flip Register 42
MTU_MC7_RDBFL43 0xF00617B6          MC 7 Read Data and Bit Flip Register 43
MTU_MC7_RDBFL44 0xF00617B8          MC 7 Read Data and Bit Flip Register 44
MTU_MC7_RDBFL45 0xF00617BA          MC 7 Read Data and Bit Flip Register 45
MTU_MC7_RDBFL46 0xF00617BC          MC 7 Read Data and Bit Flip Register 46
MTU_MC7_RDBFL47 0xF00617BE          MC 7 Read Data and Bit Flip Register 47
MTU_MC7_RDBFL48 0xF00617C0          MC 7 Read Data and Bit Flip Register 48
MTU_MC7_RDBFL49 0xF00617C2          MC 7 Read Data and Bit Flip Register 49
MTU_MC7_RDBFL50 0xF00617C4          MC 7 Read Data and Bit Flip Register 50
MTU_MC7_RDBFL51 0xF00617C6          MC 7 Read Data and Bit Flip Register 51
MTU_MC7_RDBFL52 0xF00617C8          MC 7 Read Data and Bit Flip Register 52
MTU_MC7_RDBFL53 0xF00617CA          MC 7 Read Data and Bit Flip Register 53
MTU_MC7_RDBFL54 0xF00617CC          MC 7 Read Data and Bit Flip Register 54
MTU_MC7_RDBFL55 0xF00617CE          MC 7 Read Data and Bit Flip Register 55
MTU_MC7_RDBFL56 0xF00617D0          MC 7 Read Data and Bit Flip Register 56
MTU_MC7_RDBFL57 0xF00617D2          MC 7 Read Data and Bit Flip Register 57
MTU_MC7_RDBFL58 0xF00617D4          MC 7 Read Data and Bit Flip Register 58
MTU_MC7_RDBFL59 0xF00617D6          MC 7 Read Data and Bit Flip Register 59
MTU_MC7_RDBFL60 0xF00617D8          MC 7 Read Data and Bit Flip Register 60
MTU_MC7_RDBFL61 0xF00617DA          MC 7 Read Data and Bit Flip Register 61
MTU_MC7_RDBFL62 0xF00617DC          MC 7 Read Data and Bit Flip Register 62
MTU_MC7_RDBFL63 0xF00617DE          MC 7 Read Data and Bit Flip Register 63
MTU_MC7_RDBFL64 0xF00617E0          MC 7 Read Data and Bit Flip Register 64
MTU_MC7_RDBFL65 0xF00617E2          MC 7 Read Data and Bit Flip Register 65
MTU_MC7_RDBFL66 0xF00617E4          MC 7 Read Data and Bit Flip Register 66
MTU_MC7_ALMSRCS 0xF00617EE          MC 7 Alarm Sources Configuration Register
MTU_MC7_FAULTSTS 0xF00617F0          MC 7 SSH Safety Faults Status Register
MTU_MC7_ERRINFO0 0xF00617F2          MC 7 Error Information Register 0
MTU_MC7_ERRINFO1 0xF00617F4          MC 7 Error Information Register 1
MTU_MC7_ERRINFO2 0xF00617F6          MC 7 Error Information Register 2
MTU_MC7_ERRINFO3 0xF00617F8          MC 7 Error Information Register 3
MTU_MC7_ERRINFO4 0xF00617FA          MC 7 Error Information Register 4
MTU_MC8_CONFIG0 0xF0061800          MC 8 Configuration Register 0
MTU_MC8_CONFIG1 0xF0061802          MC 8 Configuration Register 1
MTU_MC8_MCONTROL 0xF0061804          MC 8 MBIST Control Register
MTU_MC8_MSTATUS 0xF0061806          MC 8 Status Register
MTU_MC8_RANGE   0xF0061808          MC 8 Range Register, single address mode
MTU_MC8_REVID   0xF006180C          MC 8 Revision ID Register
MTU_MC8_ECCS    0xF006180E          MC 8 ECC Safety Register
MTU_MC8_ECCD    0xF0061810          MC 8 Memory ECC Detection Register
MTU_MC8_ETRR0   0xF0061812          MC 8 Error Tracking Register 0
MTU_MC8_ETRR1   0xF0061814          MC 8 Error Tracking Register 1
MTU_MC8_ETRR2   0xF0061816          MC 8 Error Tracking Register 2
MTU_MC8_ETRR3   0xF0061818          MC 8 Error Tracking Register 3
MTU_MC8_ETRR4   0xF006181A          MC 8 Error Tracking Register 4
MTU_MC8_RDBFL0  0xF0061860          MC 8 Read Data and Bit Flip Register 0
MTU_MC8_RDBFL1  0xF0061862          MC 8 Read Data and Bit Flip Register 1
MTU_MC8_RDBFL2  0xF0061864          MC 8 Read Data and Bit Flip Register 2
MTU_MC8_RDBFL3  0xF0061866          MC 8 Read Data and Bit Flip Register 3
MTU_MC8_RDBFL4  0xF0061868          MC 8 Read Data and Bit Flip Register 4
MTU_MC8_RDBFL5  0xF006186A          MC 8 Read Data and Bit Flip Register 5
MTU_MC8_RDBFL6  0xF006186C          MC 8 Read Data and Bit Flip Register 6
MTU_MC8_RDBFL7  0xF006186E          MC 8 Read Data and Bit Flip Register 7
MTU_MC8_RDBFL8  0xF0061870          MC 8 Read Data and Bit Flip Register 8
MTU_MC8_RDBFL9  0xF0061872          MC 8 Read Data and Bit Flip Register 9
MTU_MC8_RDBFL10 0xF0061874          MC 8 Read Data and Bit Flip Register 10
MTU_MC8_RDBFL11 0xF0061876          MC 8 Read Data and Bit Flip Register 11
MTU_MC8_RDBFL12 0xF0061878          MC 8 Read Data and Bit Flip Register 12
MTU_MC8_RDBFL13 0xF006187A          MC 8 Read Data and Bit Flip Register 13
MTU_MC8_RDBFL14 0xF006187C          MC 8 Read Data and Bit Flip Register 14
MTU_MC8_RDBFL15 0xF006187E          MC 8 Read Data and Bit Flip Register 15
MTU_MC8_RDBFL16 0xF0061880          MC 8 Read Data and Bit Flip Register 16
MTU_MC8_RDBFL17 0xF0061882          MC 8 Read Data and Bit Flip Register 17
MTU_MC8_RDBFL18 0xF0061884          MC 8 Read Data and Bit Flip Register 18
MTU_MC8_RDBFL19 0xF0061886          MC 8 Read Data and Bit Flip Register 19
MTU_MC8_RDBFL20 0xF0061888          MC 8 Read Data and Bit Flip Register 20
MTU_MC8_RDBFL21 0xF006188A          MC 8 Read Data and Bit Flip Register 21
MTU_MC8_RDBFL22 0xF006188C          MC 8 Read Data and Bit Flip Register 22
MTU_MC8_RDBFL23 0xF006188E          MC 8 Read Data and Bit Flip Register 23
MTU_MC8_RDBFL24 0xF0061890          MC 8 Read Data and Bit Flip Register 24
MTU_MC8_RDBFL25 0xF0061892          MC 8 Read Data and Bit Flip Register 25
MTU_MC8_RDBFL26 0xF0061894          MC 8 Read Data and Bit Flip Register 26
MTU_MC8_RDBFL27 0xF0061896          MC 8 Read Data and Bit Flip Register 27
MTU_MC8_RDBFL28 0xF0061898          MC 8 Read Data and Bit Flip Register 28
MTU_MC8_RDBFL29 0xF006189A          MC 8 Read Data and Bit Flip Register 29
MTU_MC8_RDBFL30 0xF006189C          MC 8 Read Data and Bit Flip Register 30
MTU_MC8_RDBFL31 0xF006189E          MC 8 Read Data and Bit Flip Register 31
MTU_MC8_RDBFL32 0xF00618A0          MC 8 Read Data and Bit Flip Register 32
MTU_MC8_RDBFL33 0xF00618A2          MC 8 Read Data and Bit Flip Register 33
MTU_MC8_RDBFL34 0xF00618A4          MC 8 Read Data and Bit Flip Register 34
MTU_MC8_RDBFL35 0xF00618A6          MC 8 Read Data and Bit Flip Register 35
MTU_MC8_RDBFL36 0xF00618A8          MC 8 Read Data and Bit Flip Register 36
MTU_MC8_RDBFL37 0xF00618AA          MC 8 Read Data and Bit Flip Register 37
MTU_MC8_RDBFL38 0xF00618AC          MC 8 Read Data and Bit Flip Register 38
MTU_MC8_RDBFL39 0xF00618AE          MC 8 Read Data and Bit Flip Register 39
MTU_MC8_RDBFL40 0xF00618B0          MC 8 Read Data and Bit Flip Register 40
MTU_MC8_RDBFL41 0xF00618B2          MC 8 Read Data and Bit Flip Register 41
MTU_MC8_RDBFL42 0xF00618B4          MC 8 Read Data and Bit Flip Register 42
MTU_MC8_RDBFL43 0xF00618B6          MC 8 Read Data and Bit Flip Register 43
MTU_MC8_RDBFL44 0xF00618B8          MC 8 Read Data and Bit Flip Register 44
MTU_MC8_RDBFL45 0xF00618BA          MC 8 Read Data and Bit Flip Register 45
MTU_MC8_RDBFL46 0xF00618BC          MC 8 Read Data and Bit Flip Register 46
MTU_MC8_RDBFL47 0xF00618BE          MC 8 Read Data and Bit Flip Register 47
MTU_MC8_RDBFL48 0xF00618C0          MC 8 Read Data and Bit Flip Register 48
MTU_MC8_RDBFL49 0xF00618C2          MC 8 Read Data and Bit Flip Register 49
MTU_MC8_RDBFL50 0xF00618C4          MC 8 Read Data and Bit Flip Register 50
MTU_MC8_RDBFL51 0xF00618C6          MC 8 Read Data and Bit Flip Register 51
MTU_MC8_RDBFL52 0xF00618C8          MC 8 Read Data and Bit Flip Register 52
MTU_MC8_RDBFL53 0xF00618CA          MC 8 Read Data and Bit Flip Register 53
MTU_MC8_RDBFL54 0xF00618CC          MC 8 Read Data and Bit Flip Register 54
MTU_MC8_RDBFL55 0xF00618CE          MC 8 Read Data and Bit Flip Register 55
MTU_MC8_RDBFL56 0xF00618D0          MC 8 Read Data and Bit Flip Register 56
MTU_MC8_RDBFL57 0xF00618D2          MC 8 Read Data and Bit Flip Register 57
MTU_MC8_RDBFL58 0xF00618D4          MC 8 Read Data and Bit Flip Register 58
MTU_MC8_RDBFL59 0xF00618D6          MC 8 Read Data and Bit Flip Register 59
MTU_MC8_RDBFL60 0xF00618D8          MC 8 Read Data and Bit Flip Register 60
MTU_MC8_RDBFL61 0xF00618DA          MC 8 Read Data and Bit Flip Register 61
MTU_MC8_RDBFL62 0xF00618DC          MC 8 Read Data and Bit Flip Register 62
MTU_MC8_RDBFL63 0xF00618DE          MC 8 Read Data and Bit Flip Register 63
MTU_MC8_RDBFL64 0xF00618E0          MC 8 Read Data and Bit Flip Register 64
MTU_MC8_RDBFL65 0xF00618E2          MC 8 Read Data and Bit Flip Register 65
MTU_MC8_RDBFL66 0xF00618E4          MC 8 Read Data and Bit Flip Register 66
MTU_MC8_ALMSRCS 0xF00618EE          MC 8 Alarm Sources Configuration Register
MTU_MC8_FAULTSTS 0xF00618F0          MC 8 SSH Safety Faults Status Register
MTU_MC8_ERRINFO0 0xF00618F2          MC 8 Error Information Register 0
MTU_MC8_ERRINFO1 0xF00618F4          MC 8 Error Information Register 1
MTU_MC8_ERRINFO2 0xF00618F6          MC 8 Error Information Register 2
MTU_MC8_ERRINFO3 0xF00618F8          MC 8 Error Information Register 3
MTU_MC8_ERRINFO4 0xF00618FA          MC 8 Error Information Register 4
MTU_MC9_CONFIG0 0xF0061900          MC 9 Configuration Register 0
MTU_MC9_CONFIG1 0xF0061902          MC 9 Configuration Register 1
MTU_MC9_MCONTROL 0xF0061904          MC 9 MBIST Control Register
MTU_MC9_MSTATUS 0xF0061906          MC 9 Status Register
MTU_MC9_RANGE   0xF0061908          MC 9 Range Register, single address mode
MTU_MC9_REVID   0xF006190C          MC 9 Revision ID Register
MTU_MC9_ECCS    0xF006190E          MC 9 ECC Safety Register
MTU_MC9_ECCD    0xF0061910          MC 9 Memory ECC Detection Register
MTU_MC9_ETRR0   0xF0061912          MC 9 Error Tracking Register 0
MTU_MC9_ETRR1   0xF0061914          MC 9 Error Tracking Register 1
MTU_MC9_ETRR2   0xF0061916          MC 9 Error Tracking Register 2
MTU_MC9_ETRR3   0xF0061918          MC 9 Error Tracking Register 3
MTU_MC9_ETRR4   0xF006191A          MC 9 Error Tracking Register 4
MTU_MC9_RDBFL0  0xF0061960          MC 9 Read Data and Bit Flip Register 0
MTU_MC9_RDBFL1  0xF0061962          MC 9 Read Data and Bit Flip Register 1
MTU_MC9_RDBFL2  0xF0061964          MC 9 Read Data and Bit Flip Register 2
MTU_MC9_RDBFL3  0xF0061966          MC 9 Read Data and Bit Flip Register 3
MTU_MC9_RDBFL4  0xF0061968          MC 9 Read Data and Bit Flip Register 4
MTU_MC9_RDBFL5  0xF006196A          MC 9 Read Data and Bit Flip Register 5
MTU_MC9_RDBFL6  0xF006196C          MC 9 Read Data and Bit Flip Register 6
MTU_MC9_RDBFL7  0xF006196E          MC 9 Read Data and Bit Flip Register 7
MTU_MC9_RDBFL8  0xF0061970          MC 9 Read Data and Bit Flip Register 8
MTU_MC9_RDBFL9  0xF0061972          MC 9 Read Data and Bit Flip Register 9
MTU_MC9_RDBFL10 0xF0061974          MC 9 Read Data and Bit Flip Register 10
MTU_MC9_RDBFL11 0xF0061976          MC 9 Read Data and Bit Flip Register 11
MTU_MC9_RDBFL12 0xF0061978          MC 9 Read Data and Bit Flip Register 12
MTU_MC9_RDBFL13 0xF006197A          MC 9 Read Data and Bit Flip Register 13
MTU_MC9_RDBFL14 0xF006197C          MC 9 Read Data and Bit Flip Register 14
MTU_MC9_RDBFL15 0xF006197E          MC 9 Read Data and Bit Flip Register 15
MTU_MC9_RDBFL16 0xF0061980          MC 9 Read Data and Bit Flip Register 16
MTU_MC9_RDBFL17 0xF0061982          MC 9 Read Data and Bit Flip Register 17
MTU_MC9_RDBFL18 0xF0061984          MC 9 Read Data and Bit Flip Register 18
MTU_MC9_RDBFL19 0xF0061986          MC 9 Read Data and Bit Flip Register 19
MTU_MC9_RDBFL20 0xF0061988          MC 9 Read Data and Bit Flip Register 20
MTU_MC9_RDBFL21 0xF006198A          MC 9 Read Data and Bit Flip Register 21
MTU_MC9_RDBFL22 0xF006198C          MC 9 Read Data and Bit Flip Register 22
MTU_MC9_RDBFL23 0xF006198E          MC 9 Read Data and Bit Flip Register 23
MTU_MC9_RDBFL24 0xF0061990          MC 9 Read Data and Bit Flip Register 24
MTU_MC9_RDBFL25 0xF0061992          MC 9 Read Data and Bit Flip Register 25
MTU_MC9_RDBFL26 0xF0061994          MC 9 Read Data and Bit Flip Register 26
MTU_MC9_RDBFL27 0xF0061996          MC 9 Read Data and Bit Flip Register 27
MTU_MC9_RDBFL28 0xF0061998          MC 9 Read Data and Bit Flip Register 28
MTU_MC9_RDBFL29 0xF006199A          MC 9 Read Data and Bit Flip Register 29
MTU_MC9_RDBFL30 0xF006199C          MC 9 Read Data and Bit Flip Register 30
MTU_MC9_RDBFL31 0xF006199E          MC 9 Read Data and Bit Flip Register 31
MTU_MC9_RDBFL32 0xF00619A0          MC 9 Read Data and Bit Flip Register 32
MTU_MC9_RDBFL33 0xF00619A2          MC 9 Read Data and Bit Flip Register 33
MTU_MC9_RDBFL34 0xF00619A4          MC 9 Read Data and Bit Flip Register 34
MTU_MC9_RDBFL35 0xF00619A6          MC 9 Read Data and Bit Flip Register 35
MTU_MC9_RDBFL36 0xF00619A8          MC 9 Read Data and Bit Flip Register 36
MTU_MC9_RDBFL37 0xF00619AA          MC 9 Read Data and Bit Flip Register 37
MTU_MC9_RDBFL38 0xF00619AC          MC 9 Read Data and Bit Flip Register 38
MTU_MC9_RDBFL39 0xF00619AE          MC 9 Read Data and Bit Flip Register 39
MTU_MC9_RDBFL40 0xF00619B0          MC 9 Read Data and Bit Flip Register 40
MTU_MC9_RDBFL41 0xF00619B2          MC 9 Read Data and Bit Flip Register 41
MTU_MC9_RDBFL42 0xF00619B4          MC 9 Read Data and Bit Flip Register 42
MTU_MC9_RDBFL43 0xF00619B6          MC 9 Read Data and Bit Flip Register 43
MTU_MC9_RDBFL44 0xF00619B8          MC 9 Read Data and Bit Flip Register 44
MTU_MC9_RDBFL45 0xF00619BA          MC 9 Read Data and Bit Flip Register 45
MTU_MC9_RDBFL46 0xF00619BC          MC 9 Read Data and Bit Flip Register 46
MTU_MC9_RDBFL47 0xF00619BE          MC 9 Read Data and Bit Flip Register 47
MTU_MC9_RDBFL48 0xF00619C0          MC 9 Read Data and Bit Flip Register 48
MTU_MC9_RDBFL49 0xF00619C2          MC 9 Read Data and Bit Flip Register 49
MTU_MC9_RDBFL50 0xF00619C4          MC 9 Read Data and Bit Flip Register 50
MTU_MC9_RDBFL51 0xF00619C6          MC 9 Read Data and Bit Flip Register 51
MTU_MC9_RDBFL52 0xF00619C8          MC 9 Read Data and Bit Flip Register 52
MTU_MC9_RDBFL53 0xF00619CA          MC 9 Read Data and Bit Flip Register 53
MTU_MC9_RDBFL54 0xF00619CC          MC 9 Read Data and Bit Flip Register 54
MTU_MC9_RDBFL55 0xF00619CE          MC 9 Read Data and Bit Flip Register 55
MTU_MC9_RDBFL56 0xF00619D0          MC 9 Read Data and Bit Flip Register 56
MTU_MC9_RDBFL57 0xF00619D2          MC 9 Read Data and Bit Flip Register 57
MTU_MC9_RDBFL58 0xF00619D4          MC 9 Read Data and Bit Flip Register 58
MTU_MC9_RDBFL59 0xF00619D6          MC 9 Read Data and Bit Flip Register 59
MTU_MC9_RDBFL60 0xF00619D8          MC 9 Read Data and Bit Flip Register 60
MTU_MC9_RDBFL61 0xF00619DA          MC 9 Read Data and Bit Flip Register 61
MTU_MC9_RDBFL62 0xF00619DC          MC 9 Read Data and Bit Flip Register 62
MTU_MC9_RDBFL63 0xF00619DE          MC 9 Read Data and Bit Flip Register 63
MTU_MC9_RDBFL64 0xF00619E0          MC 9 Read Data and Bit Flip Register 64
MTU_MC9_RDBFL65 0xF00619E2          MC 9 Read Data and Bit Flip Register 65
MTU_MC9_RDBFL66 0xF00619E4          MC 9 Read Data and Bit Flip Register 66
MTU_MC9_ALMSRCS 0xF00619EE          MC 9 Alarm Sources Configuration Register
MTU_MC9_FAULTSTS 0xF00619F0          MC 9 SSH Safety Faults Status Register
MTU_MC9_ERRINFO0 0xF00619F2          MC 9 Error Information Register 0
MTU_MC9_ERRINFO1 0xF00619F4          MC 9 Error Information Register 1
MTU_MC9_ERRINFO2 0xF00619F6          MC 9 Error Information Register 2
MTU_MC9_ERRINFO3 0xF00619F8          MC 9 Error Information Register 3
MTU_MC9_ERRINFO4 0xF00619FA          MC 9 Error Information Register 4
MTU_MC10_CONFIG0 0xF0061A00          MC 10 Configuration Register 0
MTU_MC10_CONFIG1 0xF0061A02          MC 10 Configuration Register 1
MTU_MC10_MCONTROL 0xF0061A04          MC 10 MBIST Control Register
MTU_MC10_MSTATUS 0xF0061A06          MC 10 Status Register
MTU_MC10_RANGE  0xF0061A08          MC 10 Range Register, single address mode
MTU_MC10_REVID  0xF0061A0C          MC 10 Revision ID Register
MTU_MC10_ECCS   0xF0061A0E          MC 10 ECC Safety Register
MTU_MC10_ECCD   0xF0061A10          MC 10 Memory ECC Detection Register
MTU_MC10_ETRR0  0xF0061A12          MC 10 Error Tracking Register 0
MTU_MC10_ETRR1  0xF0061A14          MC 10 Error Tracking Register 1
MTU_MC10_ETRR2  0xF0061A16          MC 10 Error Tracking Register 2
MTU_MC10_ETRR3  0xF0061A18          MC 10 Error Tracking Register 3
MTU_MC10_ETRR4  0xF0061A1A          MC 10 Error Tracking Register 4
MTU_MC10_RDBFL0 0xF0061A60          MC 10 Read Data and Bit Flip Register 0
MTU_MC10_RDBFL1 0xF0061A62          MC 10 Read Data and Bit Flip Register 1
MTU_MC10_RDBFL2 0xF0061A64          MC 10 Read Data and Bit Flip Register 2
MTU_MC10_RDBFL3 0xF0061A66          MC 10 Read Data and Bit Flip Register 3
MTU_MC10_RDBFL4 0xF0061A68          MC 10 Read Data and Bit Flip Register 4
MTU_MC10_RDBFL5 0xF0061A6A          MC 10 Read Data and Bit Flip Register 5
MTU_MC10_RDBFL6 0xF0061A6C          MC 10 Read Data and Bit Flip Register 6
MTU_MC10_RDBFL7 0xF0061A6E          MC 10 Read Data and Bit Flip Register 7
MTU_MC10_RDBFL8 0xF0061A70          MC 10 Read Data and Bit Flip Register 8
MTU_MC10_RDBFL9 0xF0061A72          MC 10 Read Data and Bit Flip Register 9
MTU_MC10_RDBFL10 0xF0061A74          MC 10 Read Data and Bit Flip Register 10
MTU_MC10_RDBFL11 0xF0061A76          MC 10 Read Data and Bit Flip Register 11
MTU_MC10_RDBFL12 0xF0061A78          MC 10 Read Data and Bit Flip Register 12
MTU_MC10_RDBFL13 0xF0061A7A          MC 10 Read Data and Bit Flip Register 13
MTU_MC10_RDBFL14 0xF0061A7C          MC 10 Read Data and Bit Flip Register 14
MTU_MC10_RDBFL15 0xF0061A7E          MC 10 Read Data and Bit Flip Register 15
MTU_MC10_RDBFL16 0xF0061A80          MC 10 Read Data and Bit Flip Register 16
MTU_MC10_RDBFL17 0xF0061A82          MC 10 Read Data and Bit Flip Register 17
MTU_MC10_RDBFL18 0xF0061A84          MC 10 Read Data and Bit Flip Register 18
MTU_MC10_RDBFL19 0xF0061A86          MC 10 Read Data and Bit Flip Register 19
MTU_MC10_RDBFL20 0xF0061A88          MC 10 Read Data and Bit Flip Register 20
MTU_MC10_RDBFL21 0xF0061A8A          MC 10 Read Data and Bit Flip Register 21
MTU_MC10_RDBFL22 0xF0061A8C          MC 10 Read Data and Bit Flip Register 22
MTU_MC10_RDBFL23 0xF0061A8E          MC 10 Read Data and Bit Flip Register 23
MTU_MC10_RDBFL24 0xF0061A90          MC 10 Read Data and Bit Flip Register 24
MTU_MC10_RDBFL25 0xF0061A92          MC 10 Read Data and Bit Flip Register 25
MTU_MC10_RDBFL26 0xF0061A94          MC 10 Read Data and Bit Flip Register 26
MTU_MC10_RDBFL27 0xF0061A96          MC 10 Read Data and Bit Flip Register 27
MTU_MC10_RDBFL28 0xF0061A98          MC 10 Read Data and Bit Flip Register 28
MTU_MC10_RDBFL29 0xF0061A9A          MC 10 Read Data and Bit Flip Register 29
MTU_MC10_RDBFL30 0xF0061A9C          MC 10 Read Data and Bit Flip Register 30
MTU_MC10_RDBFL31 0xF0061A9E          MC 10 Read Data and Bit Flip Register 31
MTU_MC10_RDBFL32 0xF0061AA0          MC 10 Read Data and Bit Flip Register 32
MTU_MC10_RDBFL33 0xF0061AA2          MC 10 Read Data and Bit Flip Register 33
MTU_MC10_RDBFL34 0xF0061AA4          MC 10 Read Data and Bit Flip Register 34
MTU_MC10_RDBFL35 0xF0061AA6          MC 10 Read Data and Bit Flip Register 35
MTU_MC10_RDBFL36 0xF0061AA8          MC 10 Read Data and Bit Flip Register 36
MTU_MC10_RDBFL37 0xF0061AAA          MC 10 Read Data and Bit Flip Register 37
MTU_MC10_RDBFL38 0xF0061AAC          MC 10 Read Data and Bit Flip Register 38
MTU_MC10_RDBFL39 0xF0061AAE          MC 10 Read Data and Bit Flip Register 39
MTU_MC10_RDBFL40 0xF0061AB0          MC 10 Read Data and Bit Flip Register 40
MTU_MC10_RDBFL41 0xF0061AB2          MC 10 Read Data and Bit Flip Register 41
MTU_MC10_RDBFL42 0xF0061AB4          MC 10 Read Data and Bit Flip Register 42
MTU_MC10_RDBFL43 0xF0061AB6          MC 10 Read Data and Bit Flip Register 43
MTU_MC10_RDBFL44 0xF0061AB8          MC 10 Read Data and Bit Flip Register 44
MTU_MC10_RDBFL45 0xF0061ABA          MC 10 Read Data and Bit Flip Register 45
MTU_MC10_RDBFL46 0xF0061ABC          MC 10 Read Data and Bit Flip Register 46
MTU_MC10_RDBFL47 0xF0061ABE          MC 10 Read Data and Bit Flip Register 47
MTU_MC10_RDBFL48 0xF0061AC0          MC 10 Read Data and Bit Flip Register 48
MTU_MC10_RDBFL49 0xF0061AC2          MC 10 Read Data and Bit Flip Register 49
MTU_MC10_RDBFL50 0xF0061AC4          MC 10 Read Data and Bit Flip Register 50
MTU_MC10_RDBFL51 0xF0061AC6          MC 10 Read Data and Bit Flip Register 51
MTU_MC10_RDBFL52 0xF0061AC8          MC 10 Read Data and Bit Flip Register 52
MTU_MC10_RDBFL53 0xF0061ACA          MC 10 Read Data and Bit Flip Register 53
MTU_MC10_RDBFL54 0xF0061ACC          MC 10 Read Data and Bit Flip Register 54
MTU_MC10_RDBFL55 0xF0061ACE          MC 10 Read Data and Bit Flip Register 55
MTU_MC10_RDBFL56 0xF0061AD0          MC 10 Read Data and Bit Flip Register 56
MTU_MC10_RDBFL57 0xF0061AD2          MC 10 Read Data and Bit Flip Register 57
MTU_MC10_RDBFL58 0xF0061AD4          MC 10 Read Data and Bit Flip Register 58
MTU_MC10_RDBFL59 0xF0061AD6          MC 10 Read Data and Bit Flip Register 59
MTU_MC10_RDBFL60 0xF0061AD8          MC 10 Read Data and Bit Flip Register 60
MTU_MC10_RDBFL61 0xF0061ADA          MC 10 Read Data and Bit Flip Register 61
MTU_MC10_RDBFL62 0xF0061ADC          MC 10 Read Data and Bit Flip Register 62
MTU_MC10_RDBFL63 0xF0061ADE          MC 10 Read Data and Bit Flip Register 63
MTU_MC10_RDBFL64 0xF0061AE0          MC 10 Read Data and Bit Flip Register 64
MTU_MC10_RDBFL65 0xF0061AE2          MC 10 Read Data and Bit Flip Register 65
MTU_MC10_RDBFL66 0xF0061AE4          MC 10 Read Data and Bit Flip Register 66
MTU_MC10_ALMSRCS 0xF0061AEE          MC 10 Alarm Sources Configuration Register
MTU_MC10_FAULTSTS 0xF0061AF0          MC 10 SSH Safety Faults Status Register
MTU_MC10_ERRINFO0 0xF0061AF2          MC 10 Error Information Register 0
MTU_MC10_ERRINFO1 0xF0061AF4          MC 10 Error Information Register 1
MTU_MC10_ERRINFO2 0xF0061AF6          MC 10 Error Information Register 2
MTU_MC10_ERRINFO3 0xF0061AF8          MC 10 Error Information Register 3
MTU_MC10_ERRINFO4 0xF0061AFA          MC 10 Error Information Register 4
MTU_MC11_CONFIG0 0xF0061B00          MC 11 Configuration Register 0
MTU_MC11_CONFIG1 0xF0061B02          MC 11 Configuration Register 1
MTU_MC11_MCONTROL 0xF0061B04          MC 11 MBIST Control Register
MTU_MC11_MSTATUS 0xF0061B06          MC 11 Status Register
MTU_MC11_RANGE  0xF0061B08          MC 11 Range Register, single address mode
MTU_MC11_REVID  0xF0061B0C          MC 11 Revision ID Register
MTU_MC11_ECCS   0xF0061B0E          MC 11 ECC Safety Register
MTU_MC11_ECCD   0xF0061B10          MC 11 Memory ECC Detection Register
MTU_MC11_ETRR0  0xF0061B12          MC 11 Error Tracking Register 0
MTU_MC11_ETRR1  0xF0061B14          MC 11 Error Tracking Register 1
MTU_MC11_ETRR2  0xF0061B16          MC 11 Error Tracking Register 2
MTU_MC11_ETRR3  0xF0061B18          MC 11 Error Tracking Register 3
MTU_MC11_ETRR4  0xF0061B1A          MC 11 Error Tracking Register 4
MTU_MC11_RDBFL0 0xF0061B60          MC 11 Read Data and Bit Flip Register 0
MTU_MC11_RDBFL1 0xF0061B62          MC 11 Read Data and Bit Flip Register 1
MTU_MC11_RDBFL2 0xF0061B64          MC 11 Read Data and Bit Flip Register 2
MTU_MC11_RDBFL3 0xF0061B66          MC 11 Read Data and Bit Flip Register 3
MTU_MC11_RDBFL4 0xF0061B68          MC 11 Read Data and Bit Flip Register 4
MTU_MC11_RDBFL5 0xF0061B6A          MC 11 Read Data and Bit Flip Register 5
MTU_MC11_RDBFL6 0xF0061B6C          MC 11 Read Data and Bit Flip Register 6
MTU_MC11_RDBFL7 0xF0061B6E          MC 11 Read Data and Bit Flip Register 7
MTU_MC11_RDBFL8 0xF0061B70          MC 11 Read Data and Bit Flip Register 8
MTU_MC11_RDBFL9 0xF0061B72          MC 11 Read Data and Bit Flip Register 9
MTU_MC11_RDBFL10 0xF0061B74          MC 11 Read Data and Bit Flip Register 10
MTU_MC11_RDBFL11 0xF0061B76          MC 11 Read Data and Bit Flip Register 11
MTU_MC11_RDBFL12 0xF0061B78          MC 11 Read Data and Bit Flip Register 12
MTU_MC11_RDBFL13 0xF0061B7A          MC 11 Read Data and Bit Flip Register 13
MTU_MC11_RDBFL14 0xF0061B7C          MC 11 Read Data and Bit Flip Register 14
MTU_MC11_RDBFL15 0xF0061B7E          MC 11 Read Data and Bit Flip Register 15
MTU_MC11_RDBFL16 0xF0061B80          MC 11 Read Data and Bit Flip Register 16
MTU_MC11_RDBFL17 0xF0061B82          MC 11 Read Data and Bit Flip Register 17
MTU_MC11_RDBFL18 0xF0061B84          MC 11 Read Data and Bit Flip Register 18
MTU_MC11_RDBFL19 0xF0061B86          MC 11 Read Data and Bit Flip Register 19
MTU_MC11_RDBFL20 0xF0061B88          MC 11 Read Data and Bit Flip Register 20
MTU_MC11_RDBFL21 0xF0061B8A          MC 11 Read Data and Bit Flip Register 21
MTU_MC11_RDBFL22 0xF0061B8C          MC 11 Read Data and Bit Flip Register 22
MTU_MC11_RDBFL23 0xF0061B8E          MC 11 Read Data and Bit Flip Register 23
MTU_MC11_RDBFL24 0xF0061B90          MC 11 Read Data and Bit Flip Register 24
MTU_MC11_RDBFL25 0xF0061B92          MC 11 Read Data and Bit Flip Register 25
MTU_MC11_RDBFL26 0xF0061B94          MC 11 Read Data and Bit Flip Register 26
MTU_MC11_RDBFL27 0xF0061B96          MC 11 Read Data and Bit Flip Register 27
MTU_MC11_RDBFL28 0xF0061B98          MC 11 Read Data and Bit Flip Register 28
MTU_MC11_RDBFL29 0xF0061B9A          MC 11 Read Data and Bit Flip Register 29
MTU_MC11_RDBFL30 0xF0061B9C          MC 11 Read Data and Bit Flip Register 30
MTU_MC11_RDBFL31 0xF0061B9E          MC 11 Read Data and Bit Flip Register 31
MTU_MC11_RDBFL32 0xF0061BA0          MC 11 Read Data and Bit Flip Register 32
MTU_MC11_RDBFL33 0xF0061BA2          MC 11 Read Data and Bit Flip Register 33
MTU_MC11_RDBFL34 0xF0061BA4          MC 11 Read Data and Bit Flip Register 34
MTU_MC11_RDBFL35 0xF0061BA6          MC 11 Read Data and Bit Flip Register 35
MTU_MC11_RDBFL36 0xF0061BA8          MC 11 Read Data and Bit Flip Register 36
MTU_MC11_RDBFL37 0xF0061BAA          MC 11 Read Data and Bit Flip Register 37
MTU_MC11_RDBFL38 0xF0061BAC          MC 11 Read Data and Bit Flip Register 38
MTU_MC11_RDBFL39 0xF0061BAE          MC 11 Read Data and Bit Flip Register 39
MTU_MC11_RDBFL40 0xF0061BB0          MC 11 Read Data and Bit Flip Register 40
MTU_MC11_RDBFL41 0xF0061BB2          MC 11 Read Data and Bit Flip Register 41
MTU_MC11_RDBFL42 0xF0061BB4          MC 11 Read Data and Bit Flip Register 42
MTU_MC11_RDBFL43 0xF0061BB6          MC 11 Read Data and Bit Flip Register 43
MTU_MC11_RDBFL44 0xF0061BB8          MC 11 Read Data and Bit Flip Register 44
MTU_MC11_RDBFL45 0xF0061BBA          MC 11 Read Data and Bit Flip Register 45
MTU_MC11_RDBFL46 0xF0061BBC          MC 11 Read Data and Bit Flip Register 46
MTU_MC11_RDBFL47 0xF0061BBE          MC 11 Read Data and Bit Flip Register 47
MTU_MC11_RDBFL48 0xF0061BC0          MC 11 Read Data and Bit Flip Register 48
MTU_MC11_RDBFL49 0xF0061BC2          MC 11 Read Data and Bit Flip Register 49
MTU_MC11_RDBFL50 0xF0061BC4          MC 11 Read Data and Bit Flip Register 50
MTU_MC11_RDBFL51 0xF0061BC6          MC 11 Read Data and Bit Flip Register 51
MTU_MC11_RDBFL52 0xF0061BC8          MC 11 Read Data and Bit Flip Register 52
MTU_MC11_RDBFL53 0xF0061BCA          MC 11 Read Data and Bit Flip Register 53
MTU_MC11_RDBFL54 0xF0061BCC          MC 11 Read Data and Bit Flip Register 54
MTU_MC11_RDBFL55 0xF0061BCE          MC 11 Read Data and Bit Flip Register 55
MTU_MC11_RDBFL56 0xF0061BD0          MC 11 Read Data and Bit Flip Register 56
MTU_MC11_RDBFL57 0xF0061BD2          MC 11 Read Data and Bit Flip Register 57
MTU_MC11_RDBFL58 0xF0061BD4          MC 11 Read Data and Bit Flip Register 58
MTU_MC11_RDBFL59 0xF0061BD6          MC 11 Read Data and Bit Flip Register 59
MTU_MC11_RDBFL60 0xF0061BD8          MC 11 Read Data and Bit Flip Register 60
MTU_MC11_RDBFL61 0xF0061BDA          MC 11 Read Data and Bit Flip Register 61
MTU_MC11_RDBFL62 0xF0061BDC          MC 11 Read Data and Bit Flip Register 62
MTU_MC11_RDBFL63 0xF0061BDE          MC 11 Read Data and Bit Flip Register 63
MTU_MC11_RDBFL64 0xF0061BE0          MC 11 Read Data and Bit Flip Register 64
MTU_MC11_RDBFL65 0xF0061BE2          MC 11 Read Data and Bit Flip Register 65
MTU_MC11_RDBFL66 0xF0061BE4          MC 11 Read Data and Bit Flip Register 66
MTU_MC11_ALMSRCS 0xF0061BEE          MC 11 Alarm Sources Configuration Register
MTU_MC11_FAULTSTS 0xF0061BF0          MC 11 SSH Safety Faults Status Register
MTU_MC11_ERRINFO0 0xF0061BF2          MC 11 Error Information Register 0
MTU_MC11_ERRINFO1 0xF0061BF4          MC 11 Error Information Register 1
MTU_MC11_ERRINFO2 0xF0061BF6          MC 11 Error Information Register 2
MTU_MC11_ERRINFO3 0xF0061BF8          MC 11 Error Information Register 3
MTU_MC11_ERRINFO4 0xF0061BFA          MC 11 Error Information Register 4
MTU_MC12_CONFIG0 0xF0061C00          MC 12 Configuration Register 0
MTU_MC12_CONFIG1 0xF0061C02          MC 12 Configuration Register 1
MTU_MC12_MCONTROL 0xF0061C04          MC 12 MBIST Control Register
MTU_MC12_MSTATUS 0xF0061C06          MC 12 Status Register
MTU_MC12_RANGE  0xF0061C08          MC 12 Range Register, single address mode
MTU_MC12_REVID  0xF0061C0C          MC 12 Revision ID Register
MTU_MC12_ECCS   0xF0061C0E          MC 12 ECC Safety Register
MTU_MC12_ECCD   0xF0061C10          MC 12 Memory ECC Detection Register
MTU_MC12_ETRR0  0xF0061C12          MC 12 Error Tracking Register 0
MTU_MC12_ETRR1  0xF0061C14          MC 12 Error Tracking Register 1
MTU_MC12_ETRR2  0xF0061C16          MC 12 Error Tracking Register 2
MTU_MC12_ETRR3  0xF0061C18          MC 12 Error Tracking Register 3
MTU_MC12_ETRR4  0xF0061C1A          MC 12 Error Tracking Register 4
MTU_MC12_RDBFL0 0xF0061C60          MC 12 Read Data and Bit Flip Register 0
MTU_MC12_RDBFL1 0xF0061C62          MC 12 Read Data and Bit Flip Register 1
MTU_MC12_RDBFL2 0xF0061C64          MC 12 Read Data and Bit Flip Register 2
MTU_MC12_RDBFL3 0xF0061C66          MC 12 Read Data and Bit Flip Register 3
MTU_MC12_RDBFL4 0xF0061C68          MC 12 Read Data and Bit Flip Register 4
MTU_MC12_RDBFL5 0xF0061C6A          MC 12 Read Data and Bit Flip Register 5
MTU_MC12_RDBFL6 0xF0061C6C          MC 12 Read Data and Bit Flip Register 6
MTU_MC12_RDBFL7 0xF0061C6E          MC 12 Read Data and Bit Flip Register 7
MTU_MC12_RDBFL8 0xF0061C70          MC 12 Read Data and Bit Flip Register 8
MTU_MC12_RDBFL9 0xF0061C72          MC 12 Read Data and Bit Flip Register 9
MTU_MC12_RDBFL10 0xF0061C74          MC 12 Read Data and Bit Flip Register 10
MTU_MC12_RDBFL11 0xF0061C76          MC 12 Read Data and Bit Flip Register 11
MTU_MC12_RDBFL12 0xF0061C78          MC 12 Read Data and Bit Flip Register 12
MTU_MC12_RDBFL13 0xF0061C7A          MC 12 Read Data and Bit Flip Register 13
MTU_MC12_RDBFL14 0xF0061C7C          MC 12 Read Data and Bit Flip Register 14
MTU_MC12_RDBFL15 0xF0061C7E          MC 12 Read Data and Bit Flip Register 15
MTU_MC12_RDBFL16 0xF0061C80          MC 12 Read Data and Bit Flip Register 16
MTU_MC12_RDBFL17 0xF0061C82          MC 12 Read Data and Bit Flip Register 17
MTU_MC12_RDBFL18 0xF0061C84          MC 12 Read Data and Bit Flip Register 18
MTU_MC12_RDBFL19 0xF0061C86          MC 12 Read Data and Bit Flip Register 19
MTU_MC12_RDBFL20 0xF0061C88          MC 12 Read Data and Bit Flip Register 20
MTU_MC12_RDBFL21 0xF0061C8A          MC 12 Read Data and Bit Flip Register 21
MTU_MC12_RDBFL22 0xF0061C8C          MC 12 Read Data and Bit Flip Register 22
MTU_MC12_RDBFL23 0xF0061C8E          MC 12 Read Data and Bit Flip Register 23
MTU_MC12_RDBFL24 0xF0061C90          MC 12 Read Data and Bit Flip Register 24
MTU_MC12_RDBFL25 0xF0061C92          MC 12 Read Data and Bit Flip Register 25
MTU_MC12_RDBFL26 0xF0061C94          MC 12 Read Data and Bit Flip Register 26
MTU_MC12_RDBFL27 0xF0061C96          MC 12 Read Data and Bit Flip Register 27
MTU_MC12_RDBFL28 0xF0061C98          MC 12 Read Data and Bit Flip Register 28
MTU_MC12_RDBFL29 0xF0061C9A          MC 12 Read Data and Bit Flip Register 29
MTU_MC12_RDBFL30 0xF0061C9C          MC 12 Read Data and Bit Flip Register 30
MTU_MC12_RDBFL31 0xF0061C9E          MC 12 Read Data and Bit Flip Register 31
MTU_MC12_RDBFL32 0xF0061CA0          MC 12 Read Data and Bit Flip Register 32
MTU_MC12_RDBFL33 0xF0061CA2          MC 12 Read Data and Bit Flip Register 33
MTU_MC12_RDBFL34 0xF0061CA4          MC 12 Read Data and Bit Flip Register 34
MTU_MC12_RDBFL35 0xF0061CA6          MC 12 Read Data and Bit Flip Register 35
MTU_MC12_RDBFL36 0xF0061CA8          MC 12 Read Data and Bit Flip Register 36
MTU_MC12_RDBFL37 0xF0061CAA          MC 12 Read Data and Bit Flip Register 37
MTU_MC12_RDBFL38 0xF0061CAC          MC 12 Read Data and Bit Flip Register 38
MTU_MC12_RDBFL39 0xF0061CAE          MC 12 Read Data and Bit Flip Register 39
MTU_MC12_RDBFL40 0xF0061CB0          MC 12 Read Data and Bit Flip Register 40
MTU_MC12_RDBFL41 0xF0061CB2          MC 12 Read Data and Bit Flip Register 41
MTU_MC12_RDBFL42 0xF0061CB4          MC 12 Read Data and Bit Flip Register 42
MTU_MC12_RDBFL43 0xF0061CB6          MC 12 Read Data and Bit Flip Register 43
MTU_MC12_RDBFL44 0xF0061CB8          MC 12 Read Data and Bit Flip Register 44
MTU_MC12_RDBFL45 0xF0061CBA          MC 12 Read Data and Bit Flip Register 45
MTU_MC12_RDBFL46 0xF0061CBC          MC 12 Read Data and Bit Flip Register 46
MTU_MC12_RDBFL47 0xF0061CBE          MC 12 Read Data and Bit Flip Register 47
MTU_MC12_RDBFL48 0xF0061CC0          MC 12 Read Data and Bit Flip Register 48
MTU_MC12_RDBFL49 0xF0061CC2          MC 12 Read Data and Bit Flip Register 49
MTU_MC12_RDBFL50 0xF0061CC4          MC 12 Read Data and Bit Flip Register 50
MTU_MC12_RDBFL51 0xF0061CC6          MC 12 Read Data and Bit Flip Register 51
MTU_MC12_RDBFL52 0xF0061CC8          MC 12 Read Data and Bit Flip Register 52
MTU_MC12_RDBFL53 0xF0061CCA          MC 12 Read Data and Bit Flip Register 53
MTU_MC12_RDBFL54 0xF0061CCC          MC 12 Read Data and Bit Flip Register 54
MTU_MC12_RDBFL55 0xF0061CCE          MC 12 Read Data and Bit Flip Register 55
MTU_MC12_RDBFL56 0xF0061CD0          MC 12 Read Data and Bit Flip Register 56
MTU_MC12_RDBFL57 0xF0061CD2          MC 12 Read Data and Bit Flip Register 57
MTU_MC12_RDBFL58 0xF0061CD4          MC 12 Read Data and Bit Flip Register 58
MTU_MC12_RDBFL59 0xF0061CD6          MC 12 Read Data and Bit Flip Register 59
MTU_MC12_RDBFL60 0xF0061CD8          MC 12 Read Data and Bit Flip Register 60
MTU_MC12_RDBFL61 0xF0061CDA          MC 12 Read Data and Bit Flip Register 61
MTU_MC12_RDBFL62 0xF0061CDC          MC 12 Read Data and Bit Flip Register 62
MTU_MC12_RDBFL63 0xF0061CDE          MC 12 Read Data and Bit Flip Register 63
MTU_MC12_RDBFL64 0xF0061CE0          MC 12 Read Data and Bit Flip Register 64
MTU_MC12_RDBFL65 0xF0061CE2          MC 12 Read Data and Bit Flip Register 65
MTU_MC12_RDBFL66 0xF0061CE4          MC 12 Read Data and Bit Flip Register 66
MTU_MC12_ALMSRCS 0xF0061CEE          MC 12 Alarm Sources Configuration Register
MTU_MC12_FAULTSTS 0xF0061CF0          MC 12 SSH Safety Faults Status Register
MTU_MC12_ERRINFO0 0xF0061CF2          MC 12 Error Information Register 0
MTU_MC12_ERRINFO1 0xF0061CF4          MC 12 Error Information Register 1
MTU_MC12_ERRINFO2 0xF0061CF6          MC 12 Error Information Register 2
MTU_MC12_ERRINFO3 0xF0061CF8          MC 12 Error Information Register 3
MTU_MC12_ERRINFO4 0xF0061CFA          MC 12 Error Information Register 4
MTU_MC13_CONFIG0 0xF0061D00          MC 13 Configuration Register 0
MTU_MC13_CONFIG1 0xF0061D02          MC 13 Configuration Register 1
MTU_MC13_MCONTROL 0xF0061D04          MC 13 MBIST Control Register
MTU_MC13_MSTATUS 0xF0061D06          MC 13 Status Register
MTU_MC13_RANGE  0xF0061D08          MC 13 Range Register, single address mode
MTU_MC13_REVID  0xF0061D0C          MC 13 Revision ID Register
MTU_MC13_ECCS   0xF0061D0E          MC 13 ECC Safety Register
MTU_MC13_ECCD   0xF0061D10          MC 13 Memory ECC Detection Register
MTU_MC13_ETRR0  0xF0061D12          MC 13 Error Tracking Register 0
MTU_MC13_ETRR1  0xF0061D14          MC 13 Error Tracking Register 1
MTU_MC13_ETRR2  0xF0061D16          MC 13 Error Tracking Register 2
MTU_MC13_ETRR3  0xF0061D18          MC 13 Error Tracking Register 3
MTU_MC13_ETRR4  0xF0061D1A          MC 13 Error Tracking Register 4
MTU_MC13_RDBFL0 0xF0061D60          MC 13 Read Data and Bit Flip Register 0
MTU_MC13_RDBFL1 0xF0061D62          MC 13 Read Data and Bit Flip Register 1
MTU_MC13_RDBFL2 0xF0061D64          MC 13 Read Data and Bit Flip Register 2
MTU_MC13_RDBFL3 0xF0061D66          MC 13 Read Data and Bit Flip Register 3
MTU_MC13_RDBFL4 0xF0061D68          MC 13 Read Data and Bit Flip Register 4
MTU_MC13_RDBFL5 0xF0061D6A          MC 13 Read Data and Bit Flip Register 5
MTU_MC13_RDBFL6 0xF0061D6C          MC 13 Read Data and Bit Flip Register 6
MTU_MC13_RDBFL7 0xF0061D6E          MC 13 Read Data and Bit Flip Register 7
MTU_MC13_RDBFL8 0xF0061D70          MC 13 Read Data and Bit Flip Register 8
MTU_MC13_RDBFL9 0xF0061D72          MC 13 Read Data and Bit Flip Register 9
MTU_MC13_RDBFL10 0xF0061D74          MC 13 Read Data and Bit Flip Register 10
MTU_MC13_RDBFL11 0xF0061D76          MC 13 Read Data and Bit Flip Register 11
MTU_MC13_RDBFL12 0xF0061D78          MC 13 Read Data and Bit Flip Register 12
MTU_MC13_RDBFL13 0xF0061D7A          MC 13 Read Data and Bit Flip Register 13
MTU_MC13_RDBFL14 0xF0061D7C          MC 13 Read Data and Bit Flip Register 14
MTU_MC13_RDBFL15 0xF0061D7E          MC 13 Read Data and Bit Flip Register 15
MTU_MC13_RDBFL16 0xF0061D80          MC 13 Read Data and Bit Flip Register 16
MTU_MC13_RDBFL17 0xF0061D82          MC 13 Read Data and Bit Flip Register 17
MTU_MC13_RDBFL18 0xF0061D84          MC 13 Read Data and Bit Flip Register 18
MTU_MC13_RDBFL19 0xF0061D86          MC 13 Read Data and Bit Flip Register 19
MTU_MC13_RDBFL20 0xF0061D88          MC 13 Read Data and Bit Flip Register 20
MTU_MC13_RDBFL21 0xF0061D8A          MC 13 Read Data and Bit Flip Register 21
MTU_MC13_RDBFL22 0xF0061D8C          MC 13 Read Data and Bit Flip Register 22
MTU_MC13_RDBFL23 0xF0061D8E          MC 13 Read Data and Bit Flip Register 23
MTU_MC13_RDBFL24 0xF0061D90          MC 13 Read Data and Bit Flip Register 24
MTU_MC13_RDBFL25 0xF0061D92          MC 13 Read Data and Bit Flip Register 25
MTU_MC13_RDBFL26 0xF0061D94          MC 13 Read Data and Bit Flip Register 26
MTU_MC13_RDBFL27 0xF0061D96          MC 13 Read Data and Bit Flip Register 27
MTU_MC13_RDBFL28 0xF0061D98          MC 13 Read Data and Bit Flip Register 28
MTU_MC13_RDBFL29 0xF0061D9A          MC 13 Read Data and Bit Flip Register 29
MTU_MC13_RDBFL30 0xF0061D9C          MC 13 Read Data and Bit Flip Register 30
MTU_MC13_RDBFL31 0xF0061D9E          MC 13 Read Data and Bit Flip Register 31
MTU_MC13_RDBFL32 0xF0061DA0          MC 13 Read Data and Bit Flip Register 32
MTU_MC13_RDBFL33 0xF0061DA2          MC 13 Read Data and Bit Flip Register 33
MTU_MC13_RDBFL34 0xF0061DA4          MC 13 Read Data and Bit Flip Register 34
MTU_MC13_RDBFL35 0xF0061DA6          MC 13 Read Data and Bit Flip Register 35
MTU_MC13_RDBFL36 0xF0061DA8          MC 13 Read Data and Bit Flip Register 36
MTU_MC13_RDBFL37 0xF0061DAA          MC 13 Read Data and Bit Flip Register 37
MTU_MC13_RDBFL38 0xF0061DAC          MC 13 Read Data and Bit Flip Register 38
MTU_MC13_RDBFL39 0xF0061DAE          MC 13 Read Data and Bit Flip Register 39
MTU_MC13_RDBFL40 0xF0061DB0          MC 13 Read Data and Bit Flip Register 40
MTU_MC13_RDBFL41 0xF0061DB2          MC 13 Read Data and Bit Flip Register 41
MTU_MC13_RDBFL42 0xF0061DB4          MC 13 Read Data and Bit Flip Register 42
MTU_MC13_RDBFL43 0xF0061DB6          MC 13 Read Data and Bit Flip Register 43
MTU_MC13_RDBFL44 0xF0061DB8          MC 13 Read Data and Bit Flip Register 44
MTU_MC13_RDBFL45 0xF0061DBA          MC 13 Read Data and Bit Flip Register 45
MTU_MC13_RDBFL46 0xF0061DBC          MC 13 Read Data and Bit Flip Register 46
MTU_MC13_RDBFL47 0xF0061DBE          MC 13 Read Data and Bit Flip Register 47
MTU_MC13_RDBFL48 0xF0061DC0          MC 13 Read Data and Bit Flip Register 48
MTU_MC13_RDBFL49 0xF0061DC2          MC 13 Read Data and Bit Flip Register 49
MTU_MC13_RDBFL50 0xF0061DC4          MC 13 Read Data and Bit Flip Register 50
MTU_MC13_RDBFL51 0xF0061DC6          MC 13 Read Data and Bit Flip Register 51
MTU_MC13_RDBFL52 0xF0061DC8          MC 13 Read Data and Bit Flip Register 52
MTU_MC13_RDBFL53 0xF0061DCA          MC 13 Read Data and Bit Flip Register 53
MTU_MC13_RDBFL54 0xF0061DCC          MC 13 Read Data and Bit Flip Register 54
MTU_MC13_RDBFL55 0xF0061DCE          MC 13 Read Data and Bit Flip Register 55
MTU_MC13_RDBFL56 0xF0061DD0          MC 13 Read Data and Bit Flip Register 56
MTU_MC13_RDBFL57 0xF0061DD2          MC 13 Read Data and Bit Flip Register 57
MTU_MC13_RDBFL58 0xF0061DD4          MC 13 Read Data and Bit Flip Register 58
MTU_MC13_RDBFL59 0xF0061DD6          MC 13 Read Data and Bit Flip Register 59
MTU_MC13_RDBFL60 0xF0061DD8          MC 13 Read Data and Bit Flip Register 60
MTU_MC13_RDBFL61 0xF0061DDA          MC 13 Read Data and Bit Flip Register 61
MTU_MC13_RDBFL62 0xF0061DDC          MC 13 Read Data and Bit Flip Register 62
MTU_MC13_RDBFL63 0xF0061DDE          MC 13 Read Data and Bit Flip Register 63
MTU_MC13_RDBFL64 0xF0061DE0          MC 13 Read Data and Bit Flip Register 64
MTU_MC13_RDBFL65 0xF0061DE2          MC 13 Read Data and Bit Flip Register 65
MTU_MC13_RDBFL66 0xF0061DE4          MC 13 Read Data and Bit Flip Register 66
MTU_MC13_ALMSRCS 0xF0061DEE          MC 13 Alarm Sources Configuration Register
MTU_MC13_FAULTSTS 0xF0061DF0          MC 13 SSH Safety Faults Status Register
MTU_MC13_ERRINFO0 0xF0061DF2          MC 13 Error Information Register 0
MTU_MC13_ERRINFO1 0xF0061DF4          MC 13 Error Information Register 1
MTU_MC13_ERRINFO2 0xF0061DF6          MC 13 Error Information Register 2
MTU_MC13_ERRINFO3 0xF0061DF8          MC 13 Error Information Register 3
MTU_MC13_ERRINFO4 0xF0061DFA          MC 13 Error Information Register 4
MTU_MC14_CONFIG0 0xF0061E00          MC 14 Configuration Register 0
MTU_MC14_CONFIG1 0xF0061E02          MC 14 Configuration Register 1
MTU_MC14_MCONTROL 0xF0061E04          MC 14 MBIST Control Register
MTU_MC14_MSTATUS 0xF0061E06          MC 14 Status Register
MTU_MC14_RANGE  0xF0061E08          MC 14 Range Register, single address mode
MTU_MC14_REVID  0xF0061E0C          MC 14 Revision ID Register
MTU_MC14_ECCS   0xF0061E0E          MC 14 ECC Safety Register
MTU_MC14_ECCD   0xF0061E10          MC 14 Memory ECC Detection Register
MTU_MC14_ETRR0  0xF0061E12          MC 14 Error Tracking Register 0
MTU_MC14_ETRR1  0xF0061E14          MC 14 Error Tracking Register 1
MTU_MC14_ETRR2  0xF0061E16          MC 14 Error Tracking Register 2
MTU_MC14_ETRR3  0xF0061E18          MC 14 Error Tracking Register 3
MTU_MC14_ETRR4  0xF0061E1A          MC 14 Error Tracking Register 4
MTU_MC14_RDBFL0 0xF0061E60          MC 14 Read Data and Bit Flip Register 0
MTU_MC14_RDBFL1 0xF0061E62          MC 14 Read Data and Bit Flip Register 1
MTU_MC14_RDBFL2 0xF0061E64          MC 14 Read Data and Bit Flip Register 2
MTU_MC14_RDBFL3 0xF0061E66          MC 14 Read Data and Bit Flip Register 3
MTU_MC14_RDBFL4 0xF0061E68          MC 14 Read Data and Bit Flip Register 4
MTU_MC14_RDBFL5 0xF0061E6A          MC 14 Read Data and Bit Flip Register 5
MTU_MC14_RDBFL6 0xF0061E6C          MC 14 Read Data and Bit Flip Register 6
MTU_MC14_RDBFL7 0xF0061E6E          MC 14 Read Data and Bit Flip Register 7
MTU_MC14_RDBFL8 0xF0061E70          MC 14 Read Data and Bit Flip Register 8
MTU_MC14_RDBFL9 0xF0061E72          MC 14 Read Data and Bit Flip Register 9
MTU_MC14_RDBFL10 0xF0061E74          MC 14 Read Data and Bit Flip Register 10
MTU_MC14_RDBFL11 0xF0061E76          MC 14 Read Data and Bit Flip Register 11
MTU_MC14_RDBFL12 0xF0061E78          MC 14 Read Data and Bit Flip Register 12
MTU_MC14_RDBFL13 0xF0061E7A          MC 14 Read Data and Bit Flip Register 13
MTU_MC14_RDBFL14 0xF0061E7C          MC 14 Read Data and Bit Flip Register 14
MTU_MC14_RDBFL15 0xF0061E7E          MC 14 Read Data and Bit Flip Register 15
MTU_MC14_RDBFL16 0xF0061E80          MC 14 Read Data and Bit Flip Register 16
MTU_MC14_RDBFL17 0xF0061E82          MC 14 Read Data and Bit Flip Register 17
MTU_MC14_RDBFL18 0xF0061E84          MC 14 Read Data and Bit Flip Register 18
MTU_MC14_RDBFL19 0xF0061E86          MC 14 Read Data and Bit Flip Register 19
MTU_MC14_RDBFL20 0xF0061E88          MC 14 Read Data and Bit Flip Register 20
MTU_MC14_RDBFL21 0xF0061E8A          MC 14 Read Data and Bit Flip Register 21
MTU_MC14_RDBFL22 0xF0061E8C          MC 14 Read Data and Bit Flip Register 22
MTU_MC14_RDBFL23 0xF0061E8E          MC 14 Read Data and Bit Flip Register 23
MTU_MC14_RDBFL24 0xF0061E90          MC 14 Read Data and Bit Flip Register 24
MTU_MC14_RDBFL25 0xF0061E92          MC 14 Read Data and Bit Flip Register 25
MTU_MC14_RDBFL26 0xF0061E94          MC 14 Read Data and Bit Flip Register 26
MTU_MC14_RDBFL27 0xF0061E96          MC 14 Read Data and Bit Flip Register 27
MTU_MC14_RDBFL28 0xF0061E98          MC 14 Read Data and Bit Flip Register 28
MTU_MC14_RDBFL29 0xF0061E9A          MC 14 Read Data and Bit Flip Register 29
MTU_MC14_RDBFL30 0xF0061E9C          MC 14 Read Data and Bit Flip Register 30
MTU_MC14_RDBFL31 0xF0061E9E          MC 14 Read Data and Bit Flip Register 31
MTU_MC14_RDBFL32 0xF0061EA0          MC 14 Read Data and Bit Flip Register 32
MTU_MC14_RDBFL33 0xF0061EA2          MC 14 Read Data and Bit Flip Register 33
MTU_MC14_RDBFL34 0xF0061EA4          MC 14 Read Data and Bit Flip Register 34
MTU_MC14_RDBFL35 0xF0061EA6          MC 14 Read Data and Bit Flip Register 35
MTU_MC14_RDBFL36 0xF0061EA8          MC 14 Read Data and Bit Flip Register 36
MTU_MC14_RDBFL37 0xF0061EAA          MC 14 Read Data and Bit Flip Register 37
MTU_MC14_RDBFL38 0xF0061EAC          MC 14 Read Data and Bit Flip Register 38
MTU_MC14_RDBFL39 0xF0061EAE          MC 14 Read Data and Bit Flip Register 39
MTU_MC14_RDBFL40 0xF0061EB0          MC 14 Read Data and Bit Flip Register 40
MTU_MC14_RDBFL41 0xF0061EB2          MC 14 Read Data and Bit Flip Register 41
MTU_MC14_RDBFL42 0xF0061EB4          MC 14 Read Data and Bit Flip Register 42
MTU_MC14_RDBFL43 0xF0061EB6          MC 14 Read Data and Bit Flip Register 43
MTU_MC14_RDBFL44 0xF0061EB8          MC 14 Read Data and Bit Flip Register 44
MTU_MC14_RDBFL45 0xF0061EBA          MC 14 Read Data and Bit Flip Register 45
MTU_MC14_RDBFL46 0xF0061EBC          MC 14 Read Data and Bit Flip Register 46
MTU_MC14_RDBFL47 0xF0061EBE          MC 14 Read Data and Bit Flip Register 47
MTU_MC14_RDBFL48 0xF0061EC0          MC 14 Read Data and Bit Flip Register 48
MTU_MC14_RDBFL49 0xF0061EC2          MC 14 Read Data and Bit Flip Register 49
MTU_MC14_RDBFL50 0xF0061EC4          MC 14 Read Data and Bit Flip Register 50
MTU_MC14_RDBFL51 0xF0061EC6          MC 14 Read Data and Bit Flip Register 51
MTU_MC14_RDBFL52 0xF0061EC8          MC 14 Read Data and Bit Flip Register 52
MTU_MC14_RDBFL53 0xF0061ECA          MC 14 Read Data and Bit Flip Register 53
MTU_MC14_RDBFL54 0xF0061ECC          MC 14 Read Data and Bit Flip Register 54
MTU_MC14_RDBFL55 0xF0061ECE          MC 14 Read Data and Bit Flip Register 55
MTU_MC14_RDBFL56 0xF0061ED0          MC 14 Read Data and Bit Flip Register 56
MTU_MC14_RDBFL57 0xF0061ED2          MC 14 Read Data and Bit Flip Register 57
MTU_MC14_RDBFL58 0xF0061ED4          MC 14 Read Data and Bit Flip Register 58
MTU_MC14_RDBFL59 0xF0061ED6          MC 14 Read Data and Bit Flip Register 59
MTU_MC14_RDBFL60 0xF0061ED8          MC 14 Read Data and Bit Flip Register 60
MTU_MC14_RDBFL61 0xF0061EDA          MC 14 Read Data and Bit Flip Register 61
MTU_MC14_RDBFL62 0xF0061EDC          MC 14 Read Data and Bit Flip Register 62
MTU_MC14_RDBFL63 0xF0061EDE          MC 14 Read Data and Bit Flip Register 63
MTU_MC14_RDBFL64 0xF0061EE0          MC 14 Read Data and Bit Flip Register 64
MTU_MC14_RDBFL65 0xF0061EE2          MC 14 Read Data and Bit Flip Register 65
MTU_MC14_RDBFL66 0xF0061EE4          MC 14 Read Data and Bit Flip Register 66
MTU_MC14_ALMSRCS 0xF0061EEE          MC 14 Alarm Sources Configuration Register
MTU_MC14_FAULTSTS 0xF0061EF0          MC 14 SSH Safety Faults Status Register
MTU_MC14_ERRINFO0 0xF0061EF2          MC 14 Error Information Register 0
MTU_MC14_ERRINFO1 0xF0061EF4          MC 14 Error Information Register 1
MTU_MC14_ERRINFO2 0xF0061EF6          MC 14 Error Information Register 2
MTU_MC14_ERRINFO3 0xF0061EF8          MC 14 Error Information Register 3
MTU_MC14_ERRINFO4 0xF0061EFA          MC 14 Error Information Register 4
MTU_MC15_CONFIG0 0xF0061F00          MC 15 Configuration Register 0
MTU_MC15_CONFIG1 0xF0061F02          MC 15 Configuration Register 1
MTU_MC15_MCONTROL 0xF0061F04          MC 15 MBIST Control Register
MTU_MC15_MSTATUS 0xF0061F06          MC 15 Status Register
MTU_MC15_RANGE  0xF0061F08          MC 15 Range Register, single address mode
MTU_MC15_REVID  0xF0061F0C          MC 15 Revision ID Register
MTU_MC15_ECCS   0xF0061F0E          MC 15 ECC Safety Register
MTU_MC15_ECCD   0xF0061F10          MC 15 Memory ECC Detection Register
MTU_MC15_ETRR0  0xF0061F12          MC 15 Error Tracking Register 0
MTU_MC15_ETRR1  0xF0061F14          MC 15 Error Tracking Register 1
MTU_MC15_ETRR2  0xF0061F16          MC 15 Error Tracking Register 2
MTU_MC15_ETRR3  0xF0061F18          MC 15 Error Tracking Register 3
MTU_MC15_ETRR4  0xF0061F1A          MC 15 Error Tracking Register 4
MTU_MC15_RDBFL0 0xF0061F60          MC 15 Read Data and Bit Flip Register 0
MTU_MC15_RDBFL1 0xF0061F62          MC 15 Read Data and Bit Flip Register 1
MTU_MC15_RDBFL2 0xF0061F64          MC 15 Read Data and Bit Flip Register 2
MTU_MC15_RDBFL3 0xF0061F66          MC 15 Read Data and Bit Flip Register 3
MTU_MC15_RDBFL4 0xF0061F68          MC 15 Read Data and Bit Flip Register 4
MTU_MC15_RDBFL5 0xF0061F6A          MC 15 Read Data and Bit Flip Register 5
MTU_MC15_RDBFL6 0xF0061F6C          MC 15 Read Data and Bit Flip Register 6
MTU_MC15_RDBFL7 0xF0061F6E          MC 15 Read Data and Bit Flip Register 7
MTU_MC15_RDBFL8 0xF0061F70          MC 15 Read Data and Bit Flip Register 8
MTU_MC15_RDBFL9 0xF0061F72          MC 15 Read Data and Bit Flip Register 9
MTU_MC15_RDBFL10 0xF0061F74          MC 15 Read Data and Bit Flip Register 10
MTU_MC15_RDBFL11 0xF0061F76          MC 15 Read Data and Bit Flip Register 11
MTU_MC15_RDBFL12 0xF0061F78          MC 15 Read Data and Bit Flip Register 12
MTU_MC15_RDBFL13 0xF0061F7A          MC 15 Read Data and Bit Flip Register 13
MTU_MC15_RDBFL14 0xF0061F7C          MC 15 Read Data and Bit Flip Register 14
MTU_MC15_RDBFL15 0xF0061F7E          MC 15 Read Data and Bit Flip Register 15
MTU_MC15_RDBFL16 0xF0061F80          MC 15 Read Data and Bit Flip Register 16
MTU_MC15_RDBFL17 0xF0061F82          MC 15 Read Data and Bit Flip Register 17
MTU_MC15_RDBFL18 0xF0061F84          MC 15 Read Data and Bit Flip Register 18
MTU_MC15_RDBFL19 0xF0061F86          MC 15 Read Data and Bit Flip Register 19
MTU_MC15_RDBFL20 0xF0061F88          MC 15 Read Data and Bit Flip Register 20
MTU_MC15_RDBFL21 0xF0061F8A          MC 15 Read Data and Bit Flip Register 21
MTU_MC15_RDBFL22 0xF0061F8C          MC 15 Read Data and Bit Flip Register 22
MTU_MC15_RDBFL23 0xF0061F8E          MC 15 Read Data and Bit Flip Register 23
MTU_MC15_RDBFL24 0xF0061F90          MC 15 Read Data and Bit Flip Register 24
MTU_MC15_RDBFL25 0xF0061F92          MC 15 Read Data and Bit Flip Register 25
MTU_MC15_RDBFL26 0xF0061F94          MC 15 Read Data and Bit Flip Register 26
MTU_MC15_RDBFL27 0xF0061F96          MC 15 Read Data and Bit Flip Register 27
MTU_MC15_RDBFL28 0xF0061F98          MC 15 Read Data and Bit Flip Register 28
MTU_MC15_RDBFL29 0xF0061F9A          MC 15 Read Data and Bit Flip Register 29
MTU_MC15_RDBFL30 0xF0061F9C          MC 15 Read Data and Bit Flip Register 30
MTU_MC15_RDBFL31 0xF0061F9E          MC 15 Read Data and Bit Flip Register 31
MTU_MC15_RDBFL32 0xF0061FA0          MC 15 Read Data and Bit Flip Register 32
MTU_MC15_RDBFL33 0xF0061FA2          MC 15 Read Data and Bit Flip Register 33
MTU_MC15_RDBFL34 0xF0061FA4          MC 15 Read Data and Bit Flip Register 34
MTU_MC15_RDBFL35 0xF0061FA6          MC 15 Read Data and Bit Flip Register 35
MTU_MC15_RDBFL36 0xF0061FA8          MC 15 Read Data and Bit Flip Register 36
MTU_MC15_RDBFL37 0xF0061FAA          MC 15 Read Data and Bit Flip Register 37
MTU_MC15_RDBFL38 0xF0061FAC          MC 15 Read Data and Bit Flip Register 38
MTU_MC15_RDBFL39 0xF0061FAE          MC 15 Read Data and Bit Flip Register 39
MTU_MC15_RDBFL40 0xF0061FB0          MC 15 Read Data and Bit Flip Register 40
MTU_MC15_RDBFL41 0xF0061FB2          MC 15 Read Data and Bit Flip Register 41
MTU_MC15_RDBFL42 0xF0061FB4          MC 15 Read Data and Bit Flip Register 42
MTU_MC15_RDBFL43 0xF0061FB6          MC 15 Read Data and Bit Flip Register 43
MTU_MC15_RDBFL44 0xF0061FB8          MC 15 Read Data and Bit Flip Register 44
MTU_MC15_RDBFL45 0xF0061FBA          MC 15 Read Data and Bit Flip Register 45
MTU_MC15_RDBFL46 0xF0061FBC          MC 15 Read Data and Bit Flip Register 46
MTU_MC15_RDBFL47 0xF0061FBE          MC 15 Read Data and Bit Flip Register 47
MTU_MC15_RDBFL48 0xF0061FC0          MC 15 Read Data and Bit Flip Register 48
MTU_MC15_RDBFL49 0xF0061FC2          MC 15 Read Data and Bit Flip Register 49
MTU_MC15_RDBFL50 0xF0061FC4          MC 15 Read Data and Bit Flip Register 50
MTU_MC15_RDBFL51 0xF0061FC6          MC 15 Read Data and Bit Flip Register 51
MTU_MC15_RDBFL52 0xF0061FC8          MC 15 Read Data and Bit Flip Register 52
MTU_MC15_RDBFL53 0xF0061FCA          MC 15 Read Data and Bit Flip Register 53
MTU_MC15_RDBFL54 0xF0061FCC          MC 15 Read Data and Bit Flip Register 54
MTU_MC15_RDBFL55 0xF0061FCE          MC 15 Read Data and Bit Flip Register 55
MTU_MC15_RDBFL56 0xF0061FD0          MC 15 Read Data and Bit Flip Register 56
MTU_MC15_RDBFL57 0xF0061FD2          MC 15 Read Data and Bit Flip Register 57
MTU_MC15_RDBFL58 0xF0061FD4          MC 15 Read Data and Bit Flip Register 58
MTU_MC15_RDBFL59 0xF0061FD6          MC 15 Read Data and Bit Flip Register 59
MTU_MC15_RDBFL60 0xF0061FD8          MC 15 Read Data and Bit Flip Register 60
MTU_MC15_RDBFL61 0xF0061FDA          MC 15 Read Data and Bit Flip Register 61
MTU_MC15_RDBFL62 0xF0061FDC          MC 15 Read Data and Bit Flip Register 62
MTU_MC15_RDBFL63 0xF0061FDE          MC 15 Read Data and Bit Flip Register 63
MTU_MC15_RDBFL64 0xF0061FE0          MC 15 Read Data and Bit Flip Register 64
MTU_MC15_RDBFL65 0xF0061FE2          MC 15 Read Data and Bit Flip Register 65
MTU_MC15_RDBFL66 0xF0061FE4          MC 15 Read Data and Bit Flip Register 66
MTU_MC15_ALMSRCS 0xF0061FEE          MC 15 Alarm Sources Configuration Register
MTU_MC15_FAULTSTS 0xF0061FF0          MC 15 SSH Safety Faults Status Register
MTU_MC15_ERRINFO0 0xF0061FF2          MC 15 Error Information Register 0
MTU_MC15_ERRINFO1 0xF0061FF4          MC 15 Error Information Register 1
MTU_MC15_ERRINFO2 0xF0061FF6          MC 15 Error Information Register 2
MTU_MC15_ERRINFO3 0xF0061FF8          MC 15 Error Information Register 3
MTU_MC15_ERRINFO4 0xF0061FFA          MC 15 Error Information Register 4
MTU_MC16_CONFIG0 0xF0062000          MC 16 Configuration Register 0
MTU_MC16_CONFIG1 0xF0062002          MC 16 Configuration Register 1
MTU_MC16_MCONTROL 0xF0062004          MC 16 MBIST Control Register
MTU_MC16_MSTATUS 0xF0062006          MC 16 Status Register
MTU_MC16_RANGE  0xF0062008          MC 16 Range Register, single address mode
MTU_MC16_REVID  0xF006200C          MC 16 Revision ID Register
MTU_MC16_ECCS   0xF006200E          MC 16 ECC Safety Register
MTU_MC16_ECCD   0xF0062010          MC 16 Memory ECC Detection Register
MTU_MC16_ETRR0  0xF0062012          MC 16 Error Tracking Register 0
MTU_MC16_ETRR1  0xF0062014          MC 16 Error Tracking Register 1
MTU_MC16_ETRR2  0xF0062016          MC 16 Error Tracking Register 2
MTU_MC16_ETRR3  0xF0062018          MC 16 Error Tracking Register 3
MTU_MC16_ETRR4  0xF006201A          MC 16 Error Tracking Register 4
MTU_MC16_RDBFL0 0xF0062060          MC 16 Read Data and Bit Flip Register 0
MTU_MC16_RDBFL1 0xF0062062          MC 16 Read Data and Bit Flip Register 1
MTU_MC16_RDBFL2 0xF0062064          MC 16 Read Data and Bit Flip Register 2
MTU_MC16_RDBFL3 0xF0062066          MC 16 Read Data and Bit Flip Register 3
MTU_MC16_RDBFL4 0xF0062068          MC 16 Read Data and Bit Flip Register 4
MTU_MC16_RDBFL5 0xF006206A          MC 16 Read Data and Bit Flip Register 5
MTU_MC16_RDBFL6 0xF006206C          MC 16 Read Data and Bit Flip Register 6
MTU_MC16_RDBFL7 0xF006206E          MC 16 Read Data and Bit Flip Register 7
MTU_MC16_RDBFL8 0xF0062070          MC 16 Read Data and Bit Flip Register 8
MTU_MC16_RDBFL9 0xF0062072          MC 16 Read Data and Bit Flip Register 9
MTU_MC16_RDBFL10 0xF0062074          MC 16 Read Data and Bit Flip Register 10
MTU_MC16_RDBFL11 0xF0062076          MC 16 Read Data and Bit Flip Register 11
MTU_MC16_RDBFL12 0xF0062078          MC 16 Read Data and Bit Flip Register 12
MTU_MC16_RDBFL13 0xF006207A          MC 16 Read Data and Bit Flip Register 13
MTU_MC16_RDBFL14 0xF006207C          MC 16 Read Data and Bit Flip Register 14
MTU_MC16_RDBFL15 0xF006207E          MC 16 Read Data and Bit Flip Register 15
MTU_MC16_RDBFL16 0xF0062080          MC 16 Read Data and Bit Flip Register 16
MTU_MC16_RDBFL17 0xF0062082          MC 16 Read Data and Bit Flip Register 17
MTU_MC16_RDBFL18 0xF0062084          MC 16 Read Data and Bit Flip Register 18
MTU_MC16_RDBFL19 0xF0062086          MC 16 Read Data and Bit Flip Register 19
MTU_MC16_RDBFL20 0xF0062088          MC 16 Read Data and Bit Flip Register 20
MTU_MC16_RDBFL21 0xF006208A          MC 16 Read Data and Bit Flip Register 21
MTU_MC16_RDBFL22 0xF006208C          MC 16 Read Data and Bit Flip Register 22
MTU_MC16_RDBFL23 0xF006208E          MC 16 Read Data and Bit Flip Register 23
MTU_MC16_RDBFL24 0xF0062090          MC 16 Read Data and Bit Flip Register 24
MTU_MC16_RDBFL25 0xF0062092          MC 16 Read Data and Bit Flip Register 25
MTU_MC16_RDBFL26 0xF0062094          MC 16 Read Data and Bit Flip Register 26
MTU_MC16_RDBFL27 0xF0062096          MC 16 Read Data and Bit Flip Register 27
MTU_MC16_RDBFL28 0xF0062098          MC 16 Read Data and Bit Flip Register 28
MTU_MC16_RDBFL29 0xF006209A          MC 16 Read Data and Bit Flip Register 29
MTU_MC16_RDBFL30 0xF006209C          MC 16 Read Data and Bit Flip Register 30
MTU_MC16_RDBFL31 0xF006209E          MC 16 Read Data and Bit Flip Register 31
MTU_MC16_RDBFL32 0xF00620A0          MC 16 Read Data and Bit Flip Register 32
MTU_MC16_RDBFL33 0xF00620A2          MC 16 Read Data and Bit Flip Register 33
MTU_MC16_RDBFL34 0xF00620A4          MC 16 Read Data and Bit Flip Register 34
MTU_MC16_RDBFL35 0xF00620A6          MC 16 Read Data and Bit Flip Register 35
MTU_MC16_RDBFL36 0xF00620A8          MC 16 Read Data and Bit Flip Register 36
MTU_MC16_RDBFL37 0xF00620AA          MC 16 Read Data and Bit Flip Register 37
MTU_MC16_RDBFL38 0xF00620AC          MC 16 Read Data and Bit Flip Register 38
MTU_MC16_RDBFL39 0xF00620AE          MC 16 Read Data and Bit Flip Register 39
MTU_MC16_RDBFL40 0xF00620B0          MC 16 Read Data and Bit Flip Register 40
MTU_MC16_RDBFL41 0xF00620B2          MC 16 Read Data and Bit Flip Register 41
MTU_MC16_RDBFL42 0xF00620B4          MC 16 Read Data and Bit Flip Register 42
MTU_MC16_RDBFL43 0xF00620B6          MC 16 Read Data and Bit Flip Register 43
MTU_MC16_RDBFL44 0xF00620B8          MC 16 Read Data and Bit Flip Register 44
MTU_MC16_RDBFL45 0xF00620BA          MC 16 Read Data and Bit Flip Register 45
MTU_MC16_RDBFL46 0xF00620BC          MC 16 Read Data and Bit Flip Register 46
MTU_MC16_RDBFL47 0xF00620BE          MC 16 Read Data and Bit Flip Register 47
MTU_MC16_RDBFL48 0xF00620C0          MC 16 Read Data and Bit Flip Register 48
MTU_MC16_RDBFL49 0xF00620C2          MC 16 Read Data and Bit Flip Register 49
MTU_MC16_RDBFL50 0xF00620C4          MC 16 Read Data and Bit Flip Register 50
MTU_MC16_RDBFL51 0xF00620C6          MC 16 Read Data and Bit Flip Register 51
MTU_MC16_RDBFL52 0xF00620C8          MC 16 Read Data and Bit Flip Register 52
MTU_MC16_RDBFL53 0xF00620CA          MC 16 Read Data and Bit Flip Register 53
MTU_MC16_RDBFL54 0xF00620CC          MC 16 Read Data and Bit Flip Register 54
MTU_MC16_RDBFL55 0xF00620CE          MC 16 Read Data and Bit Flip Register 55
MTU_MC16_RDBFL56 0xF00620D0          MC 16 Read Data and Bit Flip Register 56
MTU_MC16_RDBFL57 0xF00620D2          MC 16 Read Data and Bit Flip Register 57
MTU_MC16_RDBFL58 0xF00620D4          MC 16 Read Data and Bit Flip Register 58
MTU_MC16_RDBFL59 0xF00620D6          MC 16 Read Data and Bit Flip Register 59
MTU_MC16_RDBFL60 0xF00620D8          MC 16 Read Data and Bit Flip Register 60
MTU_MC16_RDBFL61 0xF00620DA          MC 16 Read Data and Bit Flip Register 61
MTU_MC16_RDBFL62 0xF00620DC          MC 16 Read Data and Bit Flip Register 62
MTU_MC16_RDBFL63 0xF00620DE          MC 16 Read Data and Bit Flip Register 63
MTU_MC16_RDBFL64 0xF00620E0          MC 16 Read Data and Bit Flip Register 64
MTU_MC16_RDBFL65 0xF00620E2          MC 16 Read Data and Bit Flip Register 65
MTU_MC16_RDBFL66 0xF00620E4          MC 16 Read Data and Bit Flip Register 66
MTU_MC16_ALMSRCS 0xF00620EE          MC 16 Alarm Sources Configuration Register
MTU_MC16_FAULTSTS 0xF00620F0          MC 16 SSH Safety Faults Status Register
MTU_MC16_ERRINFO0 0xF00620F2          MC 16 Error Information Register 0
MTU_MC16_ERRINFO1 0xF00620F4          MC 16 Error Information Register 1
MTU_MC16_ERRINFO2 0xF00620F6          MC 16 Error Information Register 2
MTU_MC16_ERRINFO3 0xF00620F8          MC 16 Error Information Register 3
MTU_MC16_ERRINFO4 0xF00620FA          MC 16 Error Information Register 4
MTU_MC17_CONFIG0 0xF0062100          MC 17 Configuration Register 0
MTU_MC17_CONFIG1 0xF0062102          MC 17 Configuration Register 1
MTU_MC17_MCONTROL 0xF0062104          MC 17 MBIST Control Register
MTU_MC17_MSTATUS 0xF0062106          MC 17 Status Register
MTU_MC17_RANGE  0xF0062108          MC 17 Range Register, single address mode
MTU_MC17_REVID  0xF006210C          MC 17 Revision ID Register
MTU_MC17_ECCS   0xF006210E          MC 17 ECC Safety Register
MTU_MC17_ECCD   0xF0062110          MC 17 Memory ECC Detection Register
MTU_MC17_ETRR0  0xF0062112          MC 17 Error Tracking Register 0
MTU_MC17_ETRR1  0xF0062114          MC 17 Error Tracking Register 1
MTU_MC17_ETRR2  0xF0062116          MC 17 Error Tracking Register 2
MTU_MC17_ETRR3  0xF0062118          MC 17 Error Tracking Register 3
MTU_MC17_ETRR4  0xF006211A          MC 17 Error Tracking Register 4
MTU_MC17_RDBFL0 0xF0062160          MC 17 Read Data and Bit Flip Register 0
MTU_MC17_RDBFL1 0xF0062162          MC 17 Read Data and Bit Flip Register 1
MTU_MC17_RDBFL2 0xF0062164          MC 17 Read Data and Bit Flip Register 2
MTU_MC17_RDBFL3 0xF0062166          MC 17 Read Data and Bit Flip Register 3
MTU_MC17_RDBFL4 0xF0062168          MC 17 Read Data and Bit Flip Register 4
MTU_MC17_RDBFL5 0xF006216A          MC 17 Read Data and Bit Flip Register 5
MTU_MC17_RDBFL6 0xF006216C          MC 17 Read Data and Bit Flip Register 6
MTU_MC17_RDBFL7 0xF006216E          MC 17 Read Data and Bit Flip Register 7
MTU_MC17_RDBFL8 0xF0062170          MC 17 Read Data and Bit Flip Register 8
MTU_MC17_RDBFL9 0xF0062172          MC 17 Read Data and Bit Flip Register 9
MTU_MC17_RDBFL10 0xF0062174          MC 17 Read Data and Bit Flip Register 10
MTU_MC17_RDBFL11 0xF0062176          MC 17 Read Data and Bit Flip Register 11
MTU_MC17_RDBFL12 0xF0062178          MC 17 Read Data and Bit Flip Register 12
MTU_MC17_RDBFL13 0xF006217A          MC 17 Read Data and Bit Flip Register 13
MTU_MC17_RDBFL14 0xF006217C          MC 17 Read Data and Bit Flip Register 14
MTU_MC17_RDBFL15 0xF006217E          MC 17 Read Data and Bit Flip Register 15
MTU_MC17_RDBFL16 0xF0062180          MC 17 Read Data and Bit Flip Register 16
MTU_MC17_RDBFL17 0xF0062182          MC 17 Read Data and Bit Flip Register 17
MTU_MC17_RDBFL18 0xF0062184          MC 17 Read Data and Bit Flip Register 18
MTU_MC17_RDBFL19 0xF0062186          MC 17 Read Data and Bit Flip Register 19
MTU_MC17_RDBFL20 0xF0062188          MC 17 Read Data and Bit Flip Register 20
MTU_MC17_RDBFL21 0xF006218A          MC 17 Read Data and Bit Flip Register 21
MTU_MC17_RDBFL22 0xF006218C          MC 17 Read Data and Bit Flip Register 22
MTU_MC17_RDBFL23 0xF006218E          MC 17 Read Data and Bit Flip Register 23
MTU_MC17_RDBFL24 0xF0062190          MC 17 Read Data and Bit Flip Register 24
MTU_MC17_RDBFL25 0xF0062192          MC 17 Read Data and Bit Flip Register 25
MTU_MC17_RDBFL26 0xF0062194          MC 17 Read Data and Bit Flip Register 26
MTU_MC17_RDBFL27 0xF0062196          MC 17 Read Data and Bit Flip Register 27
MTU_MC17_RDBFL28 0xF0062198          MC 17 Read Data and Bit Flip Register 28
MTU_MC17_RDBFL29 0xF006219A          MC 17 Read Data and Bit Flip Register 29
MTU_MC17_RDBFL30 0xF006219C          MC 17 Read Data and Bit Flip Register 30
MTU_MC17_RDBFL31 0xF006219E          MC 17 Read Data and Bit Flip Register 31
MTU_MC17_RDBFL32 0xF00621A0          MC 17 Read Data and Bit Flip Register 32
MTU_MC17_RDBFL33 0xF00621A2          MC 17 Read Data and Bit Flip Register 33
MTU_MC17_RDBFL34 0xF00621A4          MC 17 Read Data and Bit Flip Register 34
MTU_MC17_RDBFL35 0xF00621A6          MC 17 Read Data and Bit Flip Register 35
MTU_MC17_RDBFL36 0xF00621A8          MC 17 Read Data and Bit Flip Register 36
MTU_MC17_RDBFL37 0xF00621AA          MC 17 Read Data and Bit Flip Register 37
MTU_MC17_RDBFL38 0xF00621AC          MC 17 Read Data and Bit Flip Register 38
MTU_MC17_RDBFL39 0xF00621AE          MC 17 Read Data and Bit Flip Register 39
MTU_MC17_RDBFL40 0xF00621B0          MC 17 Read Data and Bit Flip Register 40
MTU_MC17_RDBFL41 0xF00621B2          MC 17 Read Data and Bit Flip Register 41
MTU_MC17_RDBFL42 0xF00621B4          MC 17 Read Data and Bit Flip Register 42
MTU_MC17_RDBFL43 0xF00621B6          MC 17 Read Data and Bit Flip Register 43
MTU_MC17_RDBFL44 0xF00621B8          MC 17 Read Data and Bit Flip Register 44
MTU_MC17_RDBFL45 0xF00621BA          MC 17 Read Data and Bit Flip Register 45
MTU_MC17_RDBFL46 0xF00621BC          MC 17 Read Data and Bit Flip Register 46
MTU_MC17_RDBFL47 0xF00621BE          MC 17 Read Data and Bit Flip Register 47
MTU_MC17_RDBFL48 0xF00621C0          MC 17 Read Data and Bit Flip Register 48
MTU_MC17_RDBFL49 0xF00621C2          MC 17 Read Data and Bit Flip Register 49
MTU_MC17_RDBFL50 0xF00621C4          MC 17 Read Data and Bit Flip Register 50
MTU_MC17_RDBFL51 0xF00621C6          MC 17 Read Data and Bit Flip Register 51
MTU_MC17_RDBFL52 0xF00621C8          MC 17 Read Data and Bit Flip Register 52
MTU_MC17_RDBFL53 0xF00621CA          MC 17 Read Data and Bit Flip Register 53
MTU_MC17_RDBFL54 0xF00621CC          MC 17 Read Data and Bit Flip Register 54
MTU_MC17_RDBFL55 0xF00621CE          MC 17 Read Data and Bit Flip Register 55
MTU_MC17_RDBFL56 0xF00621D0          MC 17 Read Data and Bit Flip Register 56
MTU_MC17_RDBFL57 0xF00621D2          MC 17 Read Data and Bit Flip Register 57
MTU_MC17_RDBFL58 0xF00621D4          MC 17 Read Data and Bit Flip Register 58
MTU_MC17_RDBFL59 0xF00621D6          MC 17 Read Data and Bit Flip Register 59
MTU_MC17_RDBFL60 0xF00621D8          MC 17 Read Data and Bit Flip Register 60
MTU_MC17_RDBFL61 0xF00621DA          MC 17 Read Data and Bit Flip Register 61
MTU_MC17_RDBFL62 0xF00621DC          MC 17 Read Data and Bit Flip Register 62
MTU_MC17_RDBFL63 0xF00621DE          MC 17 Read Data and Bit Flip Register 63
MTU_MC17_RDBFL64 0xF00621E0          MC 17 Read Data and Bit Flip Register 64
MTU_MC17_RDBFL65 0xF00621E2          MC 17 Read Data and Bit Flip Register 65
MTU_MC17_RDBFL66 0xF00621E4          MC 17 Read Data and Bit Flip Register 66
MTU_MC17_ALMSRCS 0xF00621EE          MC 17 Alarm Sources Configuration Register
MTU_MC17_FAULTSTS 0xF00621F0          MC 17 SSH Safety Faults Status Register
MTU_MC17_ERRINFO0 0xF00621F2          MC 17 Error Information Register 0
MTU_MC17_ERRINFO1 0xF00621F4          MC 17 Error Information Register 1
MTU_MC17_ERRINFO2 0xF00621F6          MC 17 Error Information Register 2
MTU_MC17_ERRINFO3 0xF00621F8          MC 17 Error Information Register 3
MTU_MC17_ERRINFO4 0xF00621FA          MC 17 Error Information Register 4
MTU_MC18_CONFIG0 0xF0062200          MC 18 Configuration Register 0
MTU_MC18_CONFIG1 0xF0062202          MC 18 Configuration Register 1
MTU_MC18_MCONTROL 0xF0062204          MC 18 MBIST Control Register
MTU_MC18_MSTATUS 0xF0062206          MC 18 Status Register
MTU_MC18_RANGE  0xF0062208          MC 18 Range Register, single address mode
MTU_MC18_REVID  0xF006220C          MC 18 Revision ID Register
MTU_MC18_ECCS   0xF006220E          MC 18 ECC Safety Register
MTU_MC18_ECCD   0xF0062210          MC 18 Memory ECC Detection Register
MTU_MC18_ETRR0  0xF0062212          MC 18 Error Tracking Register 0
MTU_MC18_ETRR1  0xF0062214          MC 18 Error Tracking Register 1
MTU_MC18_ETRR2  0xF0062216          MC 18 Error Tracking Register 2
MTU_MC18_ETRR3  0xF0062218          MC 18 Error Tracking Register 3
MTU_MC18_ETRR4  0xF006221A          MC 18 Error Tracking Register 4
MTU_MC18_RDBFL0 0xF0062260          MC 18 Read Data and Bit Flip Register 0
MTU_MC18_RDBFL1 0xF0062262          MC 18 Read Data and Bit Flip Register 1
MTU_MC18_RDBFL2 0xF0062264          MC 18 Read Data and Bit Flip Register 2
MTU_MC18_RDBFL3 0xF0062266          MC 18 Read Data and Bit Flip Register 3
MTU_MC18_RDBFL4 0xF0062268          MC 18 Read Data and Bit Flip Register 4
MTU_MC18_RDBFL5 0xF006226A          MC 18 Read Data and Bit Flip Register 5
MTU_MC18_RDBFL6 0xF006226C          MC 18 Read Data and Bit Flip Register 6
MTU_MC18_RDBFL7 0xF006226E          MC 18 Read Data and Bit Flip Register 7
MTU_MC18_RDBFL8 0xF0062270          MC 18 Read Data and Bit Flip Register 8
MTU_MC18_RDBFL9 0xF0062272          MC 18 Read Data and Bit Flip Register 9
MTU_MC18_RDBFL10 0xF0062274          MC 18 Read Data and Bit Flip Register 10
MTU_MC18_RDBFL11 0xF0062276          MC 18 Read Data and Bit Flip Register 11
MTU_MC18_RDBFL12 0xF0062278          MC 18 Read Data and Bit Flip Register 12
MTU_MC18_RDBFL13 0xF006227A          MC 18 Read Data and Bit Flip Register 13
MTU_MC18_RDBFL14 0xF006227C          MC 18 Read Data and Bit Flip Register 14
MTU_MC18_RDBFL15 0xF006227E          MC 18 Read Data and Bit Flip Register 15
MTU_MC18_RDBFL16 0xF0062280          MC 18 Read Data and Bit Flip Register 16
MTU_MC18_RDBFL17 0xF0062282          MC 18 Read Data and Bit Flip Register 17
MTU_MC18_RDBFL18 0xF0062284          MC 18 Read Data and Bit Flip Register 18
MTU_MC18_RDBFL19 0xF0062286          MC 18 Read Data and Bit Flip Register 19
MTU_MC18_RDBFL20 0xF0062288          MC 18 Read Data and Bit Flip Register 20
MTU_MC18_RDBFL21 0xF006228A          MC 18 Read Data and Bit Flip Register 21
MTU_MC18_RDBFL22 0xF006228C          MC 18 Read Data and Bit Flip Register 22
MTU_MC18_RDBFL23 0xF006228E          MC 18 Read Data and Bit Flip Register 23
MTU_MC18_RDBFL24 0xF0062290          MC 18 Read Data and Bit Flip Register 24
MTU_MC18_RDBFL25 0xF0062292          MC 18 Read Data and Bit Flip Register 25
MTU_MC18_RDBFL26 0xF0062294          MC 18 Read Data and Bit Flip Register 26
MTU_MC18_RDBFL27 0xF0062296          MC 18 Read Data and Bit Flip Register 27
MTU_MC18_RDBFL28 0xF0062298          MC 18 Read Data and Bit Flip Register 28
MTU_MC18_RDBFL29 0xF006229A          MC 18 Read Data and Bit Flip Register 29
MTU_MC18_RDBFL30 0xF006229C          MC 18 Read Data and Bit Flip Register 30
MTU_MC18_RDBFL31 0xF006229E          MC 18 Read Data and Bit Flip Register 31
MTU_MC18_RDBFL32 0xF00622A0          MC 18 Read Data and Bit Flip Register 32
MTU_MC18_RDBFL33 0xF00622A2          MC 18 Read Data and Bit Flip Register 33
MTU_MC18_RDBFL34 0xF00622A4          MC 18 Read Data and Bit Flip Register 34
MTU_MC18_RDBFL35 0xF00622A6          MC 18 Read Data and Bit Flip Register 35
MTU_MC18_RDBFL36 0xF00622A8          MC 18 Read Data and Bit Flip Register 36
MTU_MC18_RDBFL37 0xF00622AA          MC 18 Read Data and Bit Flip Register 37
MTU_MC18_RDBFL38 0xF00622AC          MC 18 Read Data and Bit Flip Register 38
MTU_MC18_RDBFL39 0xF00622AE          MC 18 Read Data and Bit Flip Register 39
MTU_MC18_RDBFL40 0xF00622B0          MC 18 Read Data and Bit Flip Register 40
MTU_MC18_RDBFL41 0xF00622B2          MC 18 Read Data and Bit Flip Register 41
MTU_MC18_RDBFL42 0xF00622B4          MC 18 Read Data and Bit Flip Register 42
MTU_MC18_RDBFL43 0xF00622B6          MC 18 Read Data and Bit Flip Register 43
MTU_MC18_RDBFL44 0xF00622B8          MC 18 Read Data and Bit Flip Register 44
MTU_MC18_RDBFL45 0xF00622BA          MC 18 Read Data and Bit Flip Register 45
MTU_MC18_RDBFL46 0xF00622BC          MC 18 Read Data and Bit Flip Register 46
MTU_MC18_RDBFL47 0xF00622BE          MC 18 Read Data and Bit Flip Register 47
MTU_MC18_RDBFL48 0xF00622C0          MC 18 Read Data and Bit Flip Register 48
MTU_MC18_RDBFL49 0xF00622C2          MC 18 Read Data and Bit Flip Register 49
MTU_MC18_RDBFL50 0xF00622C4          MC 18 Read Data and Bit Flip Register 50
MTU_MC18_RDBFL51 0xF00622C6          MC 18 Read Data and Bit Flip Register 51
MTU_MC18_RDBFL52 0xF00622C8          MC 18 Read Data and Bit Flip Register 52
MTU_MC18_RDBFL53 0xF00622CA          MC 18 Read Data and Bit Flip Register 53
MTU_MC18_RDBFL54 0xF00622CC          MC 18 Read Data and Bit Flip Register 54
MTU_MC18_RDBFL55 0xF00622CE          MC 18 Read Data and Bit Flip Register 55
MTU_MC18_RDBFL56 0xF00622D0          MC 18 Read Data and Bit Flip Register 56
MTU_MC18_RDBFL57 0xF00622D2          MC 18 Read Data and Bit Flip Register 57
MTU_MC18_RDBFL58 0xF00622D4          MC 18 Read Data and Bit Flip Register 58
MTU_MC18_RDBFL59 0xF00622D6          MC 18 Read Data and Bit Flip Register 59
MTU_MC18_RDBFL60 0xF00622D8          MC 18 Read Data and Bit Flip Register 60
MTU_MC18_RDBFL61 0xF00622DA          MC 18 Read Data and Bit Flip Register 61
MTU_MC18_RDBFL62 0xF00622DC          MC 18 Read Data and Bit Flip Register 62
MTU_MC18_RDBFL63 0xF00622DE          MC 18 Read Data and Bit Flip Register 63
MTU_MC18_RDBFL64 0xF00622E0          MC 18 Read Data and Bit Flip Register 64
MTU_MC18_RDBFL65 0xF00622E2          MC 18 Read Data and Bit Flip Register 65
MTU_MC18_RDBFL66 0xF00622E4          MC 18 Read Data and Bit Flip Register 66
MTU_MC18_ALMSRCS 0xF00622EE          MC 18 Alarm Sources Configuration Register
MTU_MC18_FAULTSTS 0xF00622F0          MC 18 SSH Safety Faults Status Register
MTU_MC18_ERRINFO0 0xF00622F2          MC 18 Error Information Register 0
MTU_MC18_ERRINFO1 0xF00622F4          MC 18 Error Information Register 1
MTU_MC18_ERRINFO2 0xF00622F6          MC 18 Error Information Register 2
MTU_MC18_ERRINFO3 0xF00622F8          MC 18 Error Information Register 3
MTU_MC18_ERRINFO4 0xF00622FA          MC 18 Error Information Register 4
MTU_MC19_CONFIG0 0xF0062300          MC 19 Configuration Register 0
MTU_MC19_CONFIG1 0xF0062302          MC 19 Configuration Register 1
MTU_MC19_MCONTROL 0xF0062304          MC 19 MBIST Control Register
MTU_MC19_MSTATUS 0xF0062306          MC 19 Status Register
MTU_MC19_RANGE  0xF0062308          MC 19 Range Register, single address mode
MTU_MC19_REVID  0xF006230C          MC 19 Revision ID Register
MTU_MC19_ECCS   0xF006230E          MC 19 ECC Safety Register
MTU_MC19_ECCD   0xF0062310          MC 19 Memory ECC Detection Register
MTU_MC19_ETRR0  0xF0062312          MC 19 Error Tracking Register 0
MTU_MC19_ETRR1  0xF0062314          MC 19 Error Tracking Register 1
MTU_MC19_ETRR2  0xF0062316          MC 19 Error Tracking Register 2
MTU_MC19_ETRR3  0xF0062318          MC 19 Error Tracking Register 3
MTU_MC19_ETRR4  0xF006231A          MC 19 Error Tracking Register 4
MTU_MC19_RDBFL0 0xF0062360          MC 19 Read Data and Bit Flip Register 0
MTU_MC19_RDBFL1 0xF0062362          MC 19 Read Data and Bit Flip Register 1
MTU_MC19_RDBFL2 0xF0062364          MC 19 Read Data and Bit Flip Register 2
MTU_MC19_RDBFL3 0xF0062366          MC 19 Read Data and Bit Flip Register 3
MTU_MC19_RDBFL4 0xF0062368          MC 19 Read Data and Bit Flip Register 4
MTU_MC19_RDBFL5 0xF006236A          MC 19 Read Data and Bit Flip Register 5
MTU_MC19_RDBFL6 0xF006236C          MC 19 Read Data and Bit Flip Register 6
MTU_MC19_RDBFL7 0xF006236E          MC 19 Read Data and Bit Flip Register 7
MTU_MC19_RDBFL8 0xF0062370          MC 19 Read Data and Bit Flip Register 8
MTU_MC19_RDBFL9 0xF0062372          MC 19 Read Data and Bit Flip Register 9
MTU_MC19_RDBFL10 0xF0062374          MC 19 Read Data and Bit Flip Register 10
MTU_MC19_RDBFL11 0xF0062376          MC 19 Read Data and Bit Flip Register 11
MTU_MC19_RDBFL12 0xF0062378          MC 19 Read Data and Bit Flip Register 12
MTU_MC19_RDBFL13 0xF006237A          MC 19 Read Data and Bit Flip Register 13
MTU_MC19_RDBFL14 0xF006237C          MC 19 Read Data and Bit Flip Register 14
MTU_MC19_RDBFL15 0xF006237E          MC 19 Read Data and Bit Flip Register 15
MTU_MC19_RDBFL16 0xF0062380          MC 19 Read Data and Bit Flip Register 16
MTU_MC19_RDBFL17 0xF0062382          MC 19 Read Data and Bit Flip Register 17
MTU_MC19_RDBFL18 0xF0062384          MC 19 Read Data and Bit Flip Register 18
MTU_MC19_RDBFL19 0xF0062386          MC 19 Read Data and Bit Flip Register 19
MTU_MC19_RDBFL20 0xF0062388          MC 19 Read Data and Bit Flip Register 20
MTU_MC19_RDBFL21 0xF006238A          MC 19 Read Data and Bit Flip Register 21
MTU_MC19_RDBFL22 0xF006238C          MC 19 Read Data and Bit Flip Register 22
MTU_MC19_RDBFL23 0xF006238E          MC 19 Read Data and Bit Flip Register 23
MTU_MC19_RDBFL24 0xF0062390          MC 19 Read Data and Bit Flip Register 24
MTU_MC19_RDBFL25 0xF0062392          MC 19 Read Data and Bit Flip Register 25
MTU_MC19_RDBFL26 0xF0062394          MC 19 Read Data and Bit Flip Register 26
MTU_MC19_RDBFL27 0xF0062396          MC 19 Read Data and Bit Flip Register 27
MTU_MC19_RDBFL28 0xF0062398          MC 19 Read Data and Bit Flip Register 28
MTU_MC19_RDBFL29 0xF006239A          MC 19 Read Data and Bit Flip Register 29
MTU_MC19_RDBFL30 0xF006239C          MC 19 Read Data and Bit Flip Register 30
MTU_MC19_RDBFL31 0xF006239E          MC 19 Read Data and Bit Flip Register 31
MTU_MC19_RDBFL32 0xF00623A0          MC 19 Read Data and Bit Flip Register 32
MTU_MC19_RDBFL33 0xF00623A2          MC 19 Read Data and Bit Flip Register 33
MTU_MC19_RDBFL34 0xF00623A4          MC 19 Read Data and Bit Flip Register 34
MTU_MC19_RDBFL35 0xF00623A6          MC 19 Read Data and Bit Flip Register 35
MTU_MC19_RDBFL36 0xF00623A8          MC 19 Read Data and Bit Flip Register 36
MTU_MC19_RDBFL37 0xF00623AA          MC 19 Read Data and Bit Flip Register 37
MTU_MC19_RDBFL38 0xF00623AC          MC 19 Read Data and Bit Flip Register 38
MTU_MC19_RDBFL39 0xF00623AE          MC 19 Read Data and Bit Flip Register 39
MTU_MC19_RDBFL40 0xF00623B0          MC 19 Read Data and Bit Flip Register 40
MTU_MC19_RDBFL41 0xF00623B2          MC 19 Read Data and Bit Flip Register 41
MTU_MC19_RDBFL42 0xF00623B4          MC 19 Read Data and Bit Flip Register 42
MTU_MC19_RDBFL43 0xF00623B6          MC 19 Read Data and Bit Flip Register 43
MTU_MC19_RDBFL44 0xF00623B8          MC 19 Read Data and Bit Flip Register 44
MTU_MC19_RDBFL45 0xF00623BA          MC 19 Read Data and Bit Flip Register 45
MTU_MC19_RDBFL46 0xF00623BC          MC 19 Read Data and Bit Flip Register 46
MTU_MC19_RDBFL47 0xF00623BE          MC 19 Read Data and Bit Flip Register 47
MTU_MC19_RDBFL48 0xF00623C0          MC 19 Read Data and Bit Flip Register 48
MTU_MC19_RDBFL49 0xF00623C2          MC 19 Read Data and Bit Flip Register 49
MTU_MC19_RDBFL50 0xF00623C4          MC 19 Read Data and Bit Flip Register 50
MTU_MC19_RDBFL51 0xF00623C6          MC 19 Read Data and Bit Flip Register 51
MTU_MC19_RDBFL52 0xF00623C8          MC 19 Read Data and Bit Flip Register 52
MTU_MC19_RDBFL53 0xF00623CA          MC 19 Read Data and Bit Flip Register 53
MTU_MC19_RDBFL54 0xF00623CC          MC 19 Read Data and Bit Flip Register 54
MTU_MC19_RDBFL55 0xF00623CE          MC 19 Read Data and Bit Flip Register 55
MTU_MC19_RDBFL56 0xF00623D0          MC 19 Read Data and Bit Flip Register 56
MTU_MC19_RDBFL57 0xF00623D2          MC 19 Read Data and Bit Flip Register 57
MTU_MC19_RDBFL58 0xF00623D4          MC 19 Read Data and Bit Flip Register 58
MTU_MC19_RDBFL59 0xF00623D6          MC 19 Read Data and Bit Flip Register 59
MTU_MC19_RDBFL60 0xF00623D8          MC 19 Read Data and Bit Flip Register 60
MTU_MC19_RDBFL61 0xF00623DA          MC 19 Read Data and Bit Flip Register 61
MTU_MC19_RDBFL62 0xF00623DC          MC 19 Read Data and Bit Flip Register 62
MTU_MC19_RDBFL63 0xF00623DE          MC 19 Read Data and Bit Flip Register 63
MTU_MC19_RDBFL64 0xF00623E0          MC 19 Read Data and Bit Flip Register 64
MTU_MC19_RDBFL65 0xF00623E2          MC 19 Read Data and Bit Flip Register 65
MTU_MC19_RDBFL66 0xF00623E4          MC 19 Read Data and Bit Flip Register 66
MTU_MC19_ALMSRCS 0xF00623EE          MC 19 Alarm Sources Configuration Register
MTU_MC19_FAULTSTS 0xF00623F0          MC 19 SSH Safety Faults Status Register
MTU_MC19_ERRINFO0 0xF00623F2          MC 19 Error Information Register 0
MTU_MC19_ERRINFO1 0xF00623F4          MC 19 Error Information Register 1
MTU_MC19_ERRINFO2 0xF00623F6          MC 19 Error Information Register 2
MTU_MC19_ERRINFO3 0xF00623F8          MC 19 Error Information Register 3
MTU_MC19_ERRINFO4 0xF00623FA          MC 19 Error Information Register 4
MTU_MC20_CONFIG0 0xF0062400          MC 20 Configuration Register 0
MTU_MC20_CONFIG1 0xF0062402          MC 20 Configuration Register 1
MTU_MC20_MCONTROL 0xF0062404          MC 20 MBIST Control Register
MTU_MC20_MSTATUS 0xF0062406          MC 20 Status Register
MTU_MC20_RANGE  0xF0062408          MC 20 Range Register, single address mode
MTU_MC20_REVID  0xF006240C          MC 20 Revision ID Register
MTU_MC20_ECCS   0xF006240E          MC 20 ECC Safety Register
MTU_MC20_ECCD   0xF0062410          MC 20 Memory ECC Detection Register
MTU_MC20_ETRR0  0xF0062412          MC 20 Error Tracking Register 0
MTU_MC20_ETRR1  0xF0062414          MC 20 Error Tracking Register 1
MTU_MC20_ETRR2  0xF0062416          MC 20 Error Tracking Register 2
MTU_MC20_ETRR3  0xF0062418          MC 20 Error Tracking Register 3
MTU_MC20_ETRR4  0xF006241A          MC 20 Error Tracking Register 4
MTU_MC20_RDBFL0 0xF0062460          MC 20 Read Data and Bit Flip Register 0
MTU_MC20_RDBFL1 0xF0062462          MC 20 Read Data and Bit Flip Register 1
MTU_MC20_RDBFL2 0xF0062464          MC 20 Read Data and Bit Flip Register 2
MTU_MC20_RDBFL3 0xF0062466          MC 20 Read Data and Bit Flip Register 3
MTU_MC20_RDBFL4 0xF0062468          MC 20 Read Data and Bit Flip Register 4
MTU_MC20_RDBFL5 0xF006246A          MC 20 Read Data and Bit Flip Register 5
MTU_MC20_RDBFL6 0xF006246C          MC 20 Read Data and Bit Flip Register 6
MTU_MC20_RDBFL7 0xF006246E          MC 20 Read Data and Bit Flip Register 7
MTU_MC20_RDBFL8 0xF0062470          MC 20 Read Data and Bit Flip Register 8
MTU_MC20_RDBFL9 0xF0062472          MC 20 Read Data and Bit Flip Register 9
MTU_MC20_RDBFL10 0xF0062474          MC 20 Read Data and Bit Flip Register 10
MTU_MC20_RDBFL11 0xF0062476          MC 20 Read Data and Bit Flip Register 11
MTU_MC20_RDBFL12 0xF0062478          MC 20 Read Data and Bit Flip Register 12
MTU_MC20_RDBFL13 0xF006247A          MC 20 Read Data and Bit Flip Register 13
MTU_MC20_RDBFL14 0xF006247C          MC 20 Read Data and Bit Flip Register 14
MTU_MC20_RDBFL15 0xF006247E          MC 20 Read Data and Bit Flip Register 15
MTU_MC20_RDBFL16 0xF0062480          MC 20 Read Data and Bit Flip Register 16
MTU_MC20_RDBFL17 0xF0062482          MC 20 Read Data and Bit Flip Register 17
MTU_MC20_RDBFL18 0xF0062484          MC 20 Read Data and Bit Flip Register 18
MTU_MC20_RDBFL19 0xF0062486          MC 20 Read Data and Bit Flip Register 19
MTU_MC20_RDBFL20 0xF0062488          MC 20 Read Data and Bit Flip Register 20
MTU_MC20_RDBFL21 0xF006248A          MC 20 Read Data and Bit Flip Register 21
MTU_MC20_RDBFL22 0xF006248C          MC 20 Read Data and Bit Flip Register 22
MTU_MC20_RDBFL23 0xF006248E          MC 20 Read Data and Bit Flip Register 23
MTU_MC20_RDBFL24 0xF0062490          MC 20 Read Data and Bit Flip Register 24
MTU_MC20_RDBFL25 0xF0062492          MC 20 Read Data and Bit Flip Register 25
MTU_MC20_RDBFL26 0xF0062494          MC 20 Read Data and Bit Flip Register 26
MTU_MC20_RDBFL27 0xF0062496          MC 20 Read Data and Bit Flip Register 27
MTU_MC20_RDBFL28 0xF0062498          MC 20 Read Data and Bit Flip Register 28
MTU_MC20_RDBFL29 0xF006249A          MC 20 Read Data and Bit Flip Register 29
MTU_MC20_RDBFL30 0xF006249C          MC 20 Read Data and Bit Flip Register 30
MTU_MC20_RDBFL31 0xF006249E          MC 20 Read Data and Bit Flip Register 31
MTU_MC20_RDBFL32 0xF00624A0          MC 20 Read Data and Bit Flip Register 32
MTU_MC20_RDBFL33 0xF00624A2          MC 20 Read Data and Bit Flip Register 33
MTU_MC20_RDBFL34 0xF00624A4          MC 20 Read Data and Bit Flip Register 34
MTU_MC20_RDBFL35 0xF00624A6          MC 20 Read Data and Bit Flip Register 35
MTU_MC20_RDBFL36 0xF00624A8          MC 20 Read Data and Bit Flip Register 36
MTU_MC20_RDBFL37 0xF00624AA          MC 20 Read Data and Bit Flip Register 37
MTU_MC20_RDBFL38 0xF00624AC          MC 20 Read Data and Bit Flip Register 38
MTU_MC20_RDBFL39 0xF00624AE          MC 20 Read Data and Bit Flip Register 39
MTU_MC20_RDBFL40 0xF00624B0          MC 20 Read Data and Bit Flip Register 40
MTU_MC20_RDBFL41 0xF00624B2          MC 20 Read Data and Bit Flip Register 41
MTU_MC20_RDBFL42 0xF00624B4          MC 20 Read Data and Bit Flip Register 42
MTU_MC20_RDBFL43 0xF00624B6          MC 20 Read Data and Bit Flip Register 43
MTU_MC20_RDBFL44 0xF00624B8          MC 20 Read Data and Bit Flip Register 44
MTU_MC20_RDBFL45 0xF00624BA          MC 20 Read Data and Bit Flip Register 45
MTU_MC20_RDBFL46 0xF00624BC          MC 20 Read Data and Bit Flip Register 46
MTU_MC20_RDBFL47 0xF00624BE          MC 20 Read Data and Bit Flip Register 47
MTU_MC20_RDBFL48 0xF00624C0          MC 20 Read Data and Bit Flip Register 48
MTU_MC20_RDBFL49 0xF00624C2          MC 20 Read Data and Bit Flip Register 49
MTU_MC20_RDBFL50 0xF00624C4          MC 20 Read Data and Bit Flip Register 50
MTU_MC20_RDBFL51 0xF00624C6          MC 20 Read Data and Bit Flip Register 51
MTU_MC20_RDBFL52 0xF00624C8          MC 20 Read Data and Bit Flip Register 52
MTU_MC20_RDBFL53 0xF00624CA          MC 20 Read Data and Bit Flip Register 53
MTU_MC20_RDBFL54 0xF00624CC          MC 20 Read Data and Bit Flip Register 54
MTU_MC20_RDBFL55 0xF00624CE          MC 20 Read Data and Bit Flip Register 55
MTU_MC20_RDBFL56 0xF00624D0          MC 20 Read Data and Bit Flip Register 56
MTU_MC20_RDBFL57 0xF00624D2          MC 20 Read Data and Bit Flip Register 57
MTU_MC20_RDBFL58 0xF00624D4          MC 20 Read Data and Bit Flip Register 58
MTU_MC20_RDBFL59 0xF00624D6          MC 20 Read Data and Bit Flip Register 59
MTU_MC20_RDBFL60 0xF00624D8          MC 20 Read Data and Bit Flip Register 60
MTU_MC20_RDBFL61 0xF00624DA          MC 20 Read Data and Bit Flip Register 61
MTU_MC20_RDBFL62 0xF00624DC          MC 20 Read Data and Bit Flip Register 62
MTU_MC20_RDBFL63 0xF00624DE          MC 20 Read Data and Bit Flip Register 63
MTU_MC20_RDBFL64 0xF00624E0          MC 20 Read Data and Bit Flip Register 64
MTU_MC20_RDBFL65 0xF00624E2          MC 20 Read Data and Bit Flip Register 65
MTU_MC20_RDBFL66 0xF00624E4          MC 20 Read Data and Bit Flip Register 66
MTU_MC20_ALMSRCS 0xF00624EE          MC 20 Alarm Sources Configuration Register
MTU_MC20_FAULTSTS 0xF00624F0          MC 20 SSH Safety Faults Status Register
MTU_MC20_ERRINFO0 0xF00624F2          MC 20 Error Information Register 0
MTU_MC20_ERRINFO1 0xF00624F4          MC 20 Error Information Register 1
MTU_MC20_ERRINFO2 0xF00624F6          MC 20 Error Information Register 2
MTU_MC20_ERRINFO3 0xF00624F8          MC 20 Error Information Register 3
MTU_MC20_ERRINFO4 0xF00624FA          MC 20 Error Information Register 4
MTU_MC21_CONFIG0 0xF0062500          MC 21 Configuration Register 0
MTU_MC21_CONFIG1 0xF0062502          MC 21 Configuration Register 1
MTU_MC21_MCONTROL 0xF0062504          MC 21 MBIST Control Register
MTU_MC21_MSTATUS 0xF0062506          MC 21 Status Register
MTU_MC21_RANGE  0xF0062508          MC 21 Range Register, single address mode
MTU_MC21_REVID  0xF006250C          MC 21 Revision ID Register
MTU_MC21_ECCS   0xF006250E          MC 21 ECC Safety Register
MTU_MC21_ECCD   0xF0062510          MC 21 Memory ECC Detection Register
MTU_MC21_ETRR0  0xF0062512          MC 21 Error Tracking Register 0
MTU_MC21_ETRR1  0xF0062514          MC 21 Error Tracking Register 1
MTU_MC21_ETRR2  0xF0062516          MC 21 Error Tracking Register 2
MTU_MC21_ETRR3  0xF0062518          MC 21 Error Tracking Register 3
MTU_MC21_ETRR4  0xF006251A          MC 21 Error Tracking Register 4
MTU_MC21_RDBFL0 0xF0062560          MC 21 Read Data and Bit Flip Register 0
MTU_MC21_RDBFL1 0xF0062562          MC 21 Read Data and Bit Flip Register 1
MTU_MC21_RDBFL2 0xF0062564          MC 21 Read Data and Bit Flip Register 2
MTU_MC21_RDBFL3 0xF0062566          MC 21 Read Data and Bit Flip Register 3
MTU_MC21_RDBFL4 0xF0062568          MC 21 Read Data and Bit Flip Register 4
MTU_MC21_RDBFL5 0xF006256A          MC 21 Read Data and Bit Flip Register 5
MTU_MC21_RDBFL6 0xF006256C          MC 21 Read Data and Bit Flip Register 6
MTU_MC21_RDBFL7 0xF006256E          MC 21 Read Data and Bit Flip Register 7
MTU_MC21_RDBFL8 0xF0062570          MC 21 Read Data and Bit Flip Register 8
MTU_MC21_RDBFL9 0xF0062572          MC 21 Read Data and Bit Flip Register 9
MTU_MC21_RDBFL10 0xF0062574          MC 21 Read Data and Bit Flip Register 10
MTU_MC21_RDBFL11 0xF0062576          MC 21 Read Data and Bit Flip Register 11
MTU_MC21_RDBFL12 0xF0062578          MC 21 Read Data and Bit Flip Register 12
MTU_MC21_RDBFL13 0xF006257A          MC 21 Read Data and Bit Flip Register 13
MTU_MC21_RDBFL14 0xF006257C          MC 21 Read Data and Bit Flip Register 14
MTU_MC21_RDBFL15 0xF006257E          MC 21 Read Data and Bit Flip Register 15
MTU_MC21_RDBFL16 0xF0062580          MC 21 Read Data and Bit Flip Register 16
MTU_MC21_RDBFL17 0xF0062582          MC 21 Read Data and Bit Flip Register 17
MTU_MC21_RDBFL18 0xF0062584          MC 21 Read Data and Bit Flip Register 18
MTU_MC21_RDBFL19 0xF0062586          MC 21 Read Data and Bit Flip Register 19
MTU_MC21_RDBFL20 0xF0062588          MC 21 Read Data and Bit Flip Register 20
MTU_MC21_RDBFL21 0xF006258A          MC 21 Read Data and Bit Flip Register 21
MTU_MC21_RDBFL22 0xF006258C          MC 21 Read Data and Bit Flip Register 22
MTU_MC21_RDBFL23 0xF006258E          MC 21 Read Data and Bit Flip Register 23
MTU_MC21_RDBFL24 0xF0062590          MC 21 Read Data and Bit Flip Register 24
MTU_MC21_RDBFL25 0xF0062592          MC 21 Read Data and Bit Flip Register 25
MTU_MC21_RDBFL26 0xF0062594          MC 21 Read Data and Bit Flip Register 26
MTU_MC21_RDBFL27 0xF0062596          MC 21 Read Data and Bit Flip Register 27
MTU_MC21_RDBFL28 0xF0062598          MC 21 Read Data and Bit Flip Register 28
MTU_MC21_RDBFL29 0xF006259A          MC 21 Read Data and Bit Flip Register 29
MTU_MC21_RDBFL30 0xF006259C          MC 21 Read Data and Bit Flip Register 30
MTU_MC21_RDBFL31 0xF006259E          MC 21 Read Data and Bit Flip Register 31
MTU_MC21_RDBFL32 0xF00625A0          MC 21 Read Data and Bit Flip Register 32
MTU_MC21_RDBFL33 0xF00625A2          MC 21 Read Data and Bit Flip Register 33
MTU_MC21_RDBFL34 0xF00625A4          MC 21 Read Data and Bit Flip Register 34
MTU_MC21_RDBFL35 0xF00625A6          MC 21 Read Data and Bit Flip Register 35
MTU_MC21_RDBFL36 0xF00625A8          MC 21 Read Data and Bit Flip Register 36
MTU_MC21_RDBFL37 0xF00625AA          MC 21 Read Data and Bit Flip Register 37
MTU_MC21_RDBFL38 0xF00625AC          MC 21 Read Data and Bit Flip Register 38
MTU_MC21_RDBFL39 0xF00625AE          MC 21 Read Data and Bit Flip Register 39
MTU_MC21_RDBFL40 0xF00625B0          MC 21 Read Data and Bit Flip Register 40
MTU_MC21_RDBFL41 0xF00625B2          MC 21 Read Data and Bit Flip Register 41
MTU_MC21_RDBFL42 0xF00625B4          MC 21 Read Data and Bit Flip Register 42
MTU_MC21_RDBFL43 0xF00625B6          MC 21 Read Data and Bit Flip Register 43
MTU_MC21_RDBFL44 0xF00625B8          MC 21 Read Data and Bit Flip Register 44
MTU_MC21_RDBFL45 0xF00625BA          MC 21 Read Data and Bit Flip Register 45
MTU_MC21_RDBFL46 0xF00625BC          MC 21 Read Data and Bit Flip Register 46
MTU_MC21_RDBFL47 0xF00625BE          MC 21 Read Data and Bit Flip Register 47
MTU_MC21_RDBFL48 0xF00625C0          MC 21 Read Data and Bit Flip Register 48
MTU_MC21_RDBFL49 0xF00625C2          MC 21 Read Data and Bit Flip Register 49
MTU_MC21_RDBFL50 0xF00625C4          MC 21 Read Data and Bit Flip Register 50
MTU_MC21_RDBFL51 0xF00625C6          MC 21 Read Data and Bit Flip Register 51
MTU_MC21_RDBFL52 0xF00625C8          MC 21 Read Data and Bit Flip Register 52
MTU_MC21_RDBFL53 0xF00625CA          MC 21 Read Data and Bit Flip Register 53
MTU_MC21_RDBFL54 0xF00625CC          MC 21 Read Data and Bit Flip Register 54
MTU_MC21_RDBFL55 0xF00625CE          MC 21 Read Data and Bit Flip Register 55
MTU_MC21_RDBFL56 0xF00625D0          MC 21 Read Data and Bit Flip Register 56
MTU_MC21_RDBFL57 0xF00625D2          MC 21 Read Data and Bit Flip Register 57
MTU_MC21_RDBFL58 0xF00625D4          MC 21 Read Data and Bit Flip Register 58
MTU_MC21_RDBFL59 0xF00625D6          MC 21 Read Data and Bit Flip Register 59
MTU_MC21_RDBFL60 0xF00625D8          MC 21 Read Data and Bit Flip Register 60
MTU_MC21_RDBFL61 0xF00625DA          MC 21 Read Data and Bit Flip Register 61
MTU_MC21_RDBFL62 0xF00625DC          MC 21 Read Data and Bit Flip Register 62
MTU_MC21_RDBFL63 0xF00625DE          MC 21 Read Data and Bit Flip Register 63
MTU_MC21_RDBFL64 0xF00625E0          MC 21 Read Data and Bit Flip Register 64
MTU_MC21_RDBFL65 0xF00625E2          MC 21 Read Data and Bit Flip Register 65
MTU_MC21_RDBFL66 0xF00625E4          MC 21 Read Data and Bit Flip Register 66
MTU_MC21_ALMSRCS 0xF00625EE          MC 21 Alarm Sources Configuration Register
MTU_MC21_FAULTSTS 0xF00625F0          MC 21 SSH Safety Faults Status Register
MTU_MC21_ERRINFO0 0xF00625F2          MC 21 Error Information Register 0
MTU_MC21_ERRINFO1 0xF00625F4          MC 21 Error Information Register 1
MTU_MC21_ERRINFO2 0xF00625F6          MC 21 Error Information Register 2
MTU_MC21_ERRINFO3 0xF00625F8          MC 21 Error Information Register 3
MTU_MC21_ERRINFO4 0xF00625FA          MC 21 Error Information Register 4
MTU_MC22_CONFIG0 0xF0062600          MC 22 Configuration Register 0
MTU_MC22_CONFIG1 0xF0062602          MC 22 Configuration Register 1
MTU_MC22_MCONTROL 0xF0062604          MC 22 MBIST Control Register
MTU_MC22_MSTATUS 0xF0062606          MC 22 Status Register
MTU_MC22_RANGE  0xF0062608          MC 22 Range Register, single address mode
MTU_MC22_REVID  0xF006260C          MC 22 Revision ID Register
MTU_MC22_ECCS   0xF006260E          MC 22 ECC Safety Register
MTU_MC22_ECCD   0xF0062610          MC 22 Memory ECC Detection Register
MTU_MC22_ETRR0  0xF0062612          MC 22 Error Tracking Register 0
MTU_MC22_ETRR1  0xF0062614          MC 22 Error Tracking Register 1
MTU_MC22_ETRR2  0xF0062616          MC 22 Error Tracking Register 2
MTU_MC22_ETRR3  0xF0062618          MC 22 Error Tracking Register 3
MTU_MC22_ETRR4  0xF006261A          MC 22 Error Tracking Register 4
MTU_MC22_RDBFL0 0xF0062660          MC 22 Read Data and Bit Flip Register 0
MTU_MC22_RDBFL1 0xF0062662          MC 22 Read Data and Bit Flip Register 1
MTU_MC22_RDBFL2 0xF0062664          MC 22 Read Data and Bit Flip Register 2
MTU_MC22_RDBFL3 0xF0062666          MC 22 Read Data and Bit Flip Register 3
MTU_MC22_RDBFL4 0xF0062668          MC 22 Read Data and Bit Flip Register 4
MTU_MC22_RDBFL5 0xF006266A          MC 22 Read Data and Bit Flip Register 5
MTU_MC22_RDBFL6 0xF006266C          MC 22 Read Data and Bit Flip Register 6
MTU_MC22_RDBFL7 0xF006266E          MC 22 Read Data and Bit Flip Register 7
MTU_MC22_RDBFL8 0xF0062670          MC 22 Read Data and Bit Flip Register 8
MTU_MC22_RDBFL9 0xF0062672          MC 22 Read Data and Bit Flip Register 9
MTU_MC22_RDBFL10 0xF0062674          MC 22 Read Data and Bit Flip Register 10
MTU_MC22_RDBFL11 0xF0062676          MC 22 Read Data and Bit Flip Register 11
MTU_MC22_RDBFL12 0xF0062678          MC 22 Read Data and Bit Flip Register 12
MTU_MC22_RDBFL13 0xF006267A          MC 22 Read Data and Bit Flip Register 13
MTU_MC22_RDBFL14 0xF006267C          MC 22 Read Data and Bit Flip Register 14
MTU_MC22_RDBFL15 0xF006267E          MC 22 Read Data and Bit Flip Register 15
MTU_MC22_RDBFL16 0xF0062680          MC 22 Read Data and Bit Flip Register 16
MTU_MC22_RDBFL17 0xF0062682          MC 22 Read Data and Bit Flip Register 17
MTU_MC22_RDBFL18 0xF0062684          MC 22 Read Data and Bit Flip Register 18
MTU_MC22_RDBFL19 0xF0062686          MC 22 Read Data and Bit Flip Register 19
MTU_MC22_RDBFL20 0xF0062688          MC 22 Read Data and Bit Flip Register 20
MTU_MC22_RDBFL21 0xF006268A          MC 22 Read Data and Bit Flip Register 21
MTU_MC22_RDBFL22 0xF006268C          MC 22 Read Data and Bit Flip Register 22
MTU_MC22_RDBFL23 0xF006268E          MC 22 Read Data and Bit Flip Register 23
MTU_MC22_RDBFL24 0xF0062690          MC 22 Read Data and Bit Flip Register 24
MTU_MC22_RDBFL25 0xF0062692          MC 22 Read Data and Bit Flip Register 25
MTU_MC22_RDBFL26 0xF0062694          MC 22 Read Data and Bit Flip Register 26
MTU_MC22_RDBFL27 0xF0062696          MC 22 Read Data and Bit Flip Register 27
MTU_MC22_RDBFL28 0xF0062698          MC 22 Read Data and Bit Flip Register 28
MTU_MC22_RDBFL29 0xF006269A          MC 22 Read Data and Bit Flip Register 29
MTU_MC22_RDBFL30 0xF006269C          MC 22 Read Data and Bit Flip Register 30
MTU_MC22_RDBFL31 0xF006269E          MC 22 Read Data and Bit Flip Register 31
MTU_MC22_RDBFL32 0xF00626A0          MC 22 Read Data and Bit Flip Register 32
MTU_MC22_RDBFL33 0xF00626A2          MC 22 Read Data and Bit Flip Register 33
MTU_MC22_RDBFL34 0xF00626A4          MC 22 Read Data and Bit Flip Register 34
MTU_MC22_RDBFL35 0xF00626A6          MC 22 Read Data and Bit Flip Register 35
MTU_MC22_RDBFL36 0xF00626A8          MC 22 Read Data and Bit Flip Register 36
MTU_MC22_RDBFL37 0xF00626AA          MC 22 Read Data and Bit Flip Register 37
MTU_MC22_RDBFL38 0xF00626AC          MC 22 Read Data and Bit Flip Register 38
MTU_MC22_RDBFL39 0xF00626AE          MC 22 Read Data and Bit Flip Register 39
MTU_MC22_RDBFL40 0xF00626B0          MC 22 Read Data and Bit Flip Register 40
MTU_MC22_RDBFL41 0xF00626B2          MC 22 Read Data and Bit Flip Register 41
MTU_MC22_RDBFL42 0xF00626B4          MC 22 Read Data and Bit Flip Register 42
MTU_MC22_RDBFL43 0xF00626B6          MC 22 Read Data and Bit Flip Register 43
MTU_MC22_RDBFL44 0xF00626B8          MC 22 Read Data and Bit Flip Register 44
MTU_MC22_RDBFL45 0xF00626BA          MC 22 Read Data and Bit Flip Register 45
MTU_MC22_RDBFL46 0xF00626BC          MC 22 Read Data and Bit Flip Register 46
MTU_MC22_RDBFL47 0xF00626BE          MC 22 Read Data and Bit Flip Register 47
MTU_MC22_RDBFL48 0xF00626C0          MC 22 Read Data and Bit Flip Register 48
MTU_MC22_RDBFL49 0xF00626C2          MC 22 Read Data and Bit Flip Register 49
MTU_MC22_RDBFL50 0xF00626C4          MC 22 Read Data and Bit Flip Register 50
MTU_MC22_RDBFL51 0xF00626C6          MC 22 Read Data and Bit Flip Register 51
MTU_MC22_RDBFL52 0xF00626C8          MC 22 Read Data and Bit Flip Register 52
MTU_MC22_RDBFL53 0xF00626CA          MC 22 Read Data and Bit Flip Register 53
MTU_MC22_RDBFL54 0xF00626CC          MC 22 Read Data and Bit Flip Register 54
MTU_MC22_RDBFL55 0xF00626CE          MC 22 Read Data and Bit Flip Register 55
MTU_MC22_RDBFL56 0xF00626D0          MC 22 Read Data and Bit Flip Register 56
MTU_MC22_RDBFL57 0xF00626D2          MC 22 Read Data and Bit Flip Register 57
MTU_MC22_RDBFL58 0xF00626D4          MC 22 Read Data and Bit Flip Register 58
MTU_MC22_RDBFL59 0xF00626D6          MC 22 Read Data and Bit Flip Register 59
MTU_MC22_RDBFL60 0xF00626D8          MC 22 Read Data and Bit Flip Register 60
MTU_MC22_RDBFL61 0xF00626DA          MC 22 Read Data and Bit Flip Register 61
MTU_MC22_RDBFL62 0xF00626DC          MC 22 Read Data and Bit Flip Register 62
MTU_MC22_RDBFL63 0xF00626DE          MC 22 Read Data and Bit Flip Register 63
MTU_MC22_RDBFL64 0xF00626E0          MC 22 Read Data and Bit Flip Register 64
MTU_MC22_RDBFL65 0xF00626E2          MC 22 Read Data and Bit Flip Register 65
MTU_MC22_RDBFL66 0xF00626E4          MC 22 Read Data and Bit Flip Register 66
MTU_MC22_ALMSRCS 0xF00626EE          MC 22 Alarm Sources Configuration Register
MTU_MC22_FAULTSTS 0xF00626F0          MC 22 SSH Safety Faults Status Register
MTU_MC22_ERRINFO0 0xF00626F2          MC 22 Error Information Register 0
MTU_MC22_ERRINFO1 0xF00626F4          MC 22 Error Information Register 1
MTU_MC22_ERRINFO2 0xF00626F6          MC 22 Error Information Register 2
MTU_MC22_ERRINFO3 0xF00626F8          MC 22 Error Information Register 3
MTU_MC22_ERRINFO4 0xF00626FA          MC 22 Error Information Register 4
MTU_MC23_CONFIG0 0xF0062700          MC 23 Configuration Register 0
MTU_MC23_CONFIG1 0xF0062702          MC 23 Configuration Register 1
MTU_MC23_MCONTROL 0xF0062704          MC 23 MBIST Control Register
MTU_MC23_MSTATUS 0xF0062706          MC 23 Status Register
MTU_MC23_RANGE  0xF0062708          MC 23 Range Register, single address mode
MTU_MC23_REVID  0xF006270C          MC 23 Revision ID Register
MTU_MC23_ECCS   0xF006270E          MC 23 ECC Safety Register
MTU_MC23_ECCD   0xF0062710          MC 23 Memory ECC Detection Register
MTU_MC23_ETRR0  0xF0062712          MC 23 Error Tracking Register 0
MTU_MC23_ETRR1  0xF0062714          MC 23 Error Tracking Register 1
MTU_MC23_ETRR2  0xF0062716          MC 23 Error Tracking Register 2
MTU_MC23_ETRR3  0xF0062718          MC 23 Error Tracking Register 3
MTU_MC23_ETRR4  0xF006271A          MC 23 Error Tracking Register 4
MTU_MC23_RDBFL0 0xF0062760          MC 23 Read Data and Bit Flip Register 0
MTU_MC23_RDBFL1 0xF0062762          MC 23 Read Data and Bit Flip Register 1
MTU_MC23_RDBFL2 0xF0062764          MC 23 Read Data and Bit Flip Register 2
MTU_MC23_RDBFL3 0xF0062766          MC 23 Read Data and Bit Flip Register 3
MTU_MC23_RDBFL4 0xF0062768          MC 23 Read Data and Bit Flip Register 4
MTU_MC23_RDBFL5 0xF006276A          MC 23 Read Data and Bit Flip Register 5
MTU_MC23_RDBFL6 0xF006276C          MC 23 Read Data and Bit Flip Register 6
MTU_MC23_RDBFL7 0xF006276E          MC 23 Read Data and Bit Flip Register 7
MTU_MC23_RDBFL8 0xF0062770          MC 23 Read Data and Bit Flip Register 8
MTU_MC23_RDBFL9 0xF0062772          MC 23 Read Data and Bit Flip Register 9
MTU_MC23_RDBFL10 0xF0062774          MC 23 Read Data and Bit Flip Register 10
MTU_MC23_RDBFL11 0xF0062776          MC 23 Read Data and Bit Flip Register 11
MTU_MC23_RDBFL12 0xF0062778          MC 23 Read Data and Bit Flip Register 12
MTU_MC23_RDBFL13 0xF006277A          MC 23 Read Data and Bit Flip Register 13
MTU_MC23_RDBFL14 0xF006277C          MC 23 Read Data and Bit Flip Register 14
MTU_MC23_RDBFL15 0xF006277E          MC 23 Read Data and Bit Flip Register 15
MTU_MC23_RDBFL16 0xF0062780          MC 23 Read Data and Bit Flip Register 16
MTU_MC23_RDBFL17 0xF0062782          MC 23 Read Data and Bit Flip Register 17
MTU_MC23_RDBFL18 0xF0062784          MC 23 Read Data and Bit Flip Register 18
MTU_MC23_RDBFL19 0xF0062786          MC 23 Read Data and Bit Flip Register 19
MTU_MC23_RDBFL20 0xF0062788          MC 23 Read Data and Bit Flip Register 20
MTU_MC23_RDBFL21 0xF006278A          MC 23 Read Data and Bit Flip Register 21
MTU_MC23_RDBFL22 0xF006278C          MC 23 Read Data and Bit Flip Register 22
MTU_MC23_RDBFL23 0xF006278E          MC 23 Read Data and Bit Flip Register 23
MTU_MC23_RDBFL24 0xF0062790          MC 23 Read Data and Bit Flip Register 24
MTU_MC23_RDBFL25 0xF0062792          MC 23 Read Data and Bit Flip Register 25
MTU_MC23_RDBFL26 0xF0062794          MC 23 Read Data and Bit Flip Register 26
MTU_MC23_RDBFL27 0xF0062796          MC 23 Read Data and Bit Flip Register 27
MTU_MC23_RDBFL28 0xF0062798          MC 23 Read Data and Bit Flip Register 28
MTU_MC23_RDBFL29 0xF006279A          MC 23 Read Data and Bit Flip Register 29
MTU_MC23_RDBFL30 0xF006279C          MC 23 Read Data and Bit Flip Register 30
MTU_MC23_RDBFL31 0xF006279E          MC 23 Read Data and Bit Flip Register 31
MTU_MC23_RDBFL32 0xF00627A0          MC 23 Read Data and Bit Flip Register 32
MTU_MC23_RDBFL33 0xF00627A2          MC 23 Read Data and Bit Flip Register 33
MTU_MC23_RDBFL34 0xF00627A4          MC 23 Read Data and Bit Flip Register 34
MTU_MC23_RDBFL35 0xF00627A6          MC 23 Read Data and Bit Flip Register 35
MTU_MC23_RDBFL36 0xF00627A8          MC 23 Read Data and Bit Flip Register 36
MTU_MC23_RDBFL37 0xF00627AA          MC 23 Read Data and Bit Flip Register 37
MTU_MC23_RDBFL38 0xF00627AC          MC 23 Read Data and Bit Flip Register 38
MTU_MC23_RDBFL39 0xF00627AE          MC 23 Read Data and Bit Flip Register 39
MTU_MC23_RDBFL40 0xF00627B0          MC 23 Read Data and Bit Flip Register 40
MTU_MC23_RDBFL41 0xF00627B2          MC 23 Read Data and Bit Flip Register 41
MTU_MC23_RDBFL42 0xF00627B4          MC 23 Read Data and Bit Flip Register 42
MTU_MC23_RDBFL43 0xF00627B6          MC 23 Read Data and Bit Flip Register 43
MTU_MC23_RDBFL44 0xF00627B8          MC 23 Read Data and Bit Flip Register 44
MTU_MC23_RDBFL45 0xF00627BA          MC 23 Read Data and Bit Flip Register 45
MTU_MC23_RDBFL46 0xF00627BC          MC 23 Read Data and Bit Flip Register 46
MTU_MC23_RDBFL47 0xF00627BE          MC 23 Read Data and Bit Flip Register 47
MTU_MC23_RDBFL48 0xF00627C0          MC 23 Read Data and Bit Flip Register 48
MTU_MC23_RDBFL49 0xF00627C2          MC 23 Read Data and Bit Flip Register 49
MTU_MC23_RDBFL50 0xF00627C4          MC 23 Read Data and Bit Flip Register 50
MTU_MC23_RDBFL51 0xF00627C6          MC 23 Read Data and Bit Flip Register 51
MTU_MC23_RDBFL52 0xF00627C8          MC 23 Read Data and Bit Flip Register 52
MTU_MC23_RDBFL53 0xF00627CA          MC 23 Read Data and Bit Flip Register 53
MTU_MC23_RDBFL54 0xF00627CC          MC 23 Read Data and Bit Flip Register 54
MTU_MC23_RDBFL55 0xF00627CE          MC 23 Read Data and Bit Flip Register 55
MTU_MC23_RDBFL56 0xF00627D0          MC 23 Read Data and Bit Flip Register 56
MTU_MC23_RDBFL57 0xF00627D2          MC 23 Read Data and Bit Flip Register 57
MTU_MC23_RDBFL58 0xF00627D4          MC 23 Read Data and Bit Flip Register 58
MTU_MC23_RDBFL59 0xF00627D6          MC 23 Read Data and Bit Flip Register 59
MTU_MC23_RDBFL60 0xF00627D8          MC 23 Read Data and Bit Flip Register 60
MTU_MC23_RDBFL61 0xF00627DA          MC 23 Read Data and Bit Flip Register 61
MTU_MC23_RDBFL62 0xF00627DC          MC 23 Read Data and Bit Flip Register 62
MTU_MC23_RDBFL63 0xF00627DE          MC 23 Read Data and Bit Flip Register 63
MTU_MC23_RDBFL64 0xF00627E0          MC 23 Read Data and Bit Flip Register 64
MTU_MC23_RDBFL65 0xF00627E2          MC 23 Read Data and Bit Flip Register 65
MTU_MC23_RDBFL66 0xF00627E4          MC 23 Read Data and Bit Flip Register 66
MTU_MC23_ALMSRCS 0xF00627EE          MC 23 Alarm Sources Configuration Register
MTU_MC23_FAULTSTS 0xF00627F0          MC 23 SSH Safety Faults Status Register
MTU_MC23_ERRINFO0 0xF00627F2          MC 23 Error Information Register 0
MTU_MC23_ERRINFO1 0xF00627F4          MC 23 Error Information Register 1
MTU_MC23_ERRINFO2 0xF00627F6          MC 23 Error Information Register 2
MTU_MC23_ERRINFO3 0xF00627F8          MC 23 Error Information Register 3
MTU_MC23_ERRINFO4 0xF00627FA          MC 23 Error Information Register 4
MTU_MC24_CONFIG0 0xF0062800          MC 24 Configuration Register 0
MTU_MC24_CONFIG1 0xF0062802          MC 24 Configuration Register 1
MTU_MC24_MCONTROL 0xF0062804          MC 24 MBIST Control Register
MTU_MC24_MSTATUS 0xF0062806          MC 24 Status Register
MTU_MC24_RANGE  0xF0062808          MC 24 Range Register, single address mode
MTU_MC24_REVID  0xF006280C          MC 24 Revision ID Register
MTU_MC24_ECCS   0xF006280E          MC 24 ECC Safety Register
MTU_MC24_ECCD   0xF0062810          MC 24 Memory ECC Detection Register
MTU_MC24_ETRR0  0xF0062812          MC 24 Error Tracking Register 0
MTU_MC24_ETRR1  0xF0062814          MC 24 Error Tracking Register 1
MTU_MC24_ETRR2  0xF0062816          MC 24 Error Tracking Register 2
MTU_MC24_ETRR3  0xF0062818          MC 24 Error Tracking Register 3
MTU_MC24_ETRR4  0xF006281A          MC 24 Error Tracking Register 4
MTU_MC24_RDBFL0 0xF0062860          MC 24 Read Data and Bit Flip Register 0
MTU_MC24_RDBFL1 0xF0062862          MC 24 Read Data and Bit Flip Register 1
MTU_MC24_RDBFL2 0xF0062864          MC 24 Read Data and Bit Flip Register 2
MTU_MC24_RDBFL3 0xF0062866          MC 24 Read Data and Bit Flip Register 3
MTU_MC24_RDBFL4 0xF0062868          MC 24 Read Data and Bit Flip Register 4
MTU_MC24_RDBFL5 0xF006286A          MC 24 Read Data and Bit Flip Register 5
MTU_MC24_RDBFL6 0xF006286C          MC 24 Read Data and Bit Flip Register 6
MTU_MC24_RDBFL7 0xF006286E          MC 24 Read Data and Bit Flip Register 7
MTU_MC24_RDBFL8 0xF0062870          MC 24 Read Data and Bit Flip Register 8
MTU_MC24_RDBFL9 0xF0062872          MC 24 Read Data and Bit Flip Register 9
MTU_MC24_RDBFL10 0xF0062874          MC 24 Read Data and Bit Flip Register 10
MTU_MC24_RDBFL11 0xF0062876          MC 24 Read Data and Bit Flip Register 11
MTU_MC24_RDBFL12 0xF0062878          MC 24 Read Data and Bit Flip Register 12
MTU_MC24_RDBFL13 0xF006287A          MC 24 Read Data and Bit Flip Register 13
MTU_MC24_RDBFL14 0xF006287C          MC 24 Read Data and Bit Flip Register 14
MTU_MC24_RDBFL15 0xF006287E          MC 24 Read Data and Bit Flip Register 15
MTU_MC24_RDBFL16 0xF0062880          MC 24 Read Data and Bit Flip Register 16
MTU_MC24_RDBFL17 0xF0062882          MC 24 Read Data and Bit Flip Register 17
MTU_MC24_RDBFL18 0xF0062884          MC 24 Read Data and Bit Flip Register 18
MTU_MC24_RDBFL19 0xF0062886          MC 24 Read Data and Bit Flip Register 19
MTU_MC24_RDBFL20 0xF0062888          MC 24 Read Data and Bit Flip Register 20
MTU_MC24_RDBFL21 0xF006288A          MC 24 Read Data and Bit Flip Register 21
MTU_MC24_RDBFL22 0xF006288C          MC 24 Read Data and Bit Flip Register 22
MTU_MC24_RDBFL23 0xF006288E          MC 24 Read Data and Bit Flip Register 23
MTU_MC24_RDBFL24 0xF0062890          MC 24 Read Data and Bit Flip Register 24
MTU_MC24_RDBFL25 0xF0062892          MC 24 Read Data and Bit Flip Register 25
MTU_MC24_RDBFL26 0xF0062894          MC 24 Read Data and Bit Flip Register 26
MTU_MC24_RDBFL27 0xF0062896          MC 24 Read Data and Bit Flip Register 27
MTU_MC24_RDBFL28 0xF0062898          MC 24 Read Data and Bit Flip Register 28
MTU_MC24_RDBFL29 0xF006289A          MC 24 Read Data and Bit Flip Register 29
MTU_MC24_RDBFL30 0xF006289C          MC 24 Read Data and Bit Flip Register 30
MTU_MC24_RDBFL31 0xF006289E          MC 24 Read Data and Bit Flip Register 31
MTU_MC24_RDBFL32 0xF00628A0          MC 24 Read Data and Bit Flip Register 32
MTU_MC24_RDBFL33 0xF00628A2          MC 24 Read Data and Bit Flip Register 33
MTU_MC24_RDBFL34 0xF00628A4          MC 24 Read Data and Bit Flip Register 34
MTU_MC24_RDBFL35 0xF00628A6          MC 24 Read Data and Bit Flip Register 35
MTU_MC24_RDBFL36 0xF00628A8          MC 24 Read Data and Bit Flip Register 36
MTU_MC24_RDBFL37 0xF00628AA          MC 24 Read Data and Bit Flip Register 37
MTU_MC24_RDBFL38 0xF00628AC          MC 24 Read Data and Bit Flip Register 38
MTU_MC24_RDBFL39 0xF00628AE          MC 24 Read Data and Bit Flip Register 39
MTU_MC24_RDBFL40 0xF00628B0          MC 24 Read Data and Bit Flip Register 40
MTU_MC24_RDBFL41 0xF00628B2          MC 24 Read Data and Bit Flip Register 41
MTU_MC24_RDBFL42 0xF00628B4          MC 24 Read Data and Bit Flip Register 42
MTU_MC24_RDBFL43 0xF00628B6          MC 24 Read Data and Bit Flip Register 43
MTU_MC24_RDBFL44 0xF00628B8          MC 24 Read Data and Bit Flip Register 44
MTU_MC24_RDBFL45 0xF00628BA          MC 24 Read Data and Bit Flip Register 45
MTU_MC24_RDBFL46 0xF00628BC          MC 24 Read Data and Bit Flip Register 46
MTU_MC24_RDBFL47 0xF00628BE          MC 24 Read Data and Bit Flip Register 47
MTU_MC24_RDBFL48 0xF00628C0          MC 24 Read Data and Bit Flip Register 48
MTU_MC24_RDBFL49 0xF00628C2          MC 24 Read Data and Bit Flip Register 49
MTU_MC24_RDBFL50 0xF00628C4          MC 24 Read Data and Bit Flip Register 50
MTU_MC24_RDBFL51 0xF00628C6          MC 24 Read Data and Bit Flip Register 51
MTU_MC24_RDBFL52 0xF00628C8          MC 24 Read Data and Bit Flip Register 52
MTU_MC24_RDBFL53 0xF00628CA          MC 24 Read Data and Bit Flip Register 53
MTU_MC24_RDBFL54 0xF00628CC          MC 24 Read Data and Bit Flip Register 54
MTU_MC24_RDBFL55 0xF00628CE          MC 24 Read Data and Bit Flip Register 55
MTU_MC24_RDBFL56 0xF00628D0          MC 24 Read Data and Bit Flip Register 56
MTU_MC24_RDBFL57 0xF00628D2          MC 24 Read Data and Bit Flip Register 57
MTU_MC24_RDBFL58 0xF00628D4          MC 24 Read Data and Bit Flip Register 58
MTU_MC24_RDBFL59 0xF00628D6          MC 24 Read Data and Bit Flip Register 59
MTU_MC24_RDBFL60 0xF00628D8          MC 24 Read Data and Bit Flip Register 60
MTU_MC24_RDBFL61 0xF00628DA          MC 24 Read Data and Bit Flip Register 61
MTU_MC24_RDBFL62 0xF00628DC          MC 24 Read Data and Bit Flip Register 62
MTU_MC24_RDBFL63 0xF00628DE          MC 24 Read Data and Bit Flip Register 63
MTU_MC24_RDBFL64 0xF00628E0          MC 24 Read Data and Bit Flip Register 64
MTU_MC24_RDBFL65 0xF00628E2          MC 24 Read Data and Bit Flip Register 65
MTU_MC24_RDBFL66 0xF00628E4          MC 24 Read Data and Bit Flip Register 66
MTU_MC24_ALMSRCS 0xF00628EE          MC 24 Alarm Sources Configuration Register
MTU_MC24_FAULTSTS 0xF00628F0          MC 24 SSH Safety Faults Status Register
MTU_MC24_ERRINFO0 0xF00628F2          MC 24 Error Information Register 0
MTU_MC24_ERRINFO1 0xF00628F4          MC 24 Error Information Register 1
MTU_MC24_ERRINFO2 0xF00628F6          MC 24 Error Information Register 2
MTU_MC24_ERRINFO3 0xF00628F8          MC 24 Error Information Register 3
MTU_MC24_ERRINFO4 0xF00628FA          MC 24 Error Information Register 4
MTU_MC25_CONFIG0 0xF0062900          MC 25 Configuration Register 0
MTU_MC25_CONFIG1 0xF0062902          MC 25 Configuration Register 1
MTU_MC25_MCONTROL 0xF0062904          MC 25 MBIST Control Register
MTU_MC25_MSTATUS 0xF0062906          MC 25 Status Register
MTU_MC25_RANGE  0xF0062908          MC 25 Range Register, single address mode
MTU_MC25_REVID  0xF006290C          MC 25 Revision ID Register
MTU_MC25_ECCS   0xF006290E          MC 25 ECC Safety Register
MTU_MC25_ECCD   0xF0062910          MC 25 Memory ECC Detection Register
MTU_MC25_ETRR0  0xF0062912          MC 25 Error Tracking Register 0
MTU_MC25_ETRR1  0xF0062914          MC 25 Error Tracking Register 1
MTU_MC25_ETRR2  0xF0062916          MC 25 Error Tracking Register 2
MTU_MC25_ETRR3  0xF0062918          MC 25 Error Tracking Register 3
MTU_MC25_ETRR4  0xF006291A          MC 25 Error Tracking Register 4
MTU_MC25_RDBFL0 0xF0062960          MC 25 Read Data and Bit Flip Register 0
MTU_MC25_RDBFL1 0xF0062962          MC 25 Read Data and Bit Flip Register 1
MTU_MC25_RDBFL2 0xF0062964          MC 25 Read Data and Bit Flip Register 2
MTU_MC25_RDBFL3 0xF0062966          MC 25 Read Data and Bit Flip Register 3
MTU_MC25_RDBFL4 0xF0062968          MC 25 Read Data and Bit Flip Register 4
MTU_MC25_RDBFL5 0xF006296A          MC 25 Read Data and Bit Flip Register 5
MTU_MC25_RDBFL6 0xF006296C          MC 25 Read Data and Bit Flip Register 6
MTU_MC25_RDBFL7 0xF006296E          MC 25 Read Data and Bit Flip Register 7
MTU_MC25_RDBFL8 0xF0062970          MC 25 Read Data and Bit Flip Register 8
MTU_MC25_RDBFL9 0xF0062972          MC 25 Read Data and Bit Flip Register 9
MTU_MC25_RDBFL10 0xF0062974          MC 25 Read Data and Bit Flip Register 10
MTU_MC25_RDBFL11 0xF0062976          MC 25 Read Data and Bit Flip Register 11
MTU_MC25_RDBFL12 0xF0062978          MC 25 Read Data and Bit Flip Register 12
MTU_MC25_RDBFL13 0xF006297A          MC 25 Read Data and Bit Flip Register 13
MTU_MC25_RDBFL14 0xF006297C          MC 25 Read Data and Bit Flip Register 14
MTU_MC25_RDBFL15 0xF006297E          MC 25 Read Data and Bit Flip Register 15
MTU_MC25_RDBFL16 0xF0062980          MC 25 Read Data and Bit Flip Register 16
MTU_MC25_RDBFL17 0xF0062982          MC 25 Read Data and Bit Flip Register 17
MTU_MC25_RDBFL18 0xF0062984          MC 25 Read Data and Bit Flip Register 18
MTU_MC25_RDBFL19 0xF0062986          MC 25 Read Data and Bit Flip Register 19
MTU_MC25_RDBFL20 0xF0062988          MC 25 Read Data and Bit Flip Register 20
MTU_MC25_RDBFL21 0xF006298A          MC 25 Read Data and Bit Flip Register 21
MTU_MC25_RDBFL22 0xF006298C          MC 25 Read Data and Bit Flip Register 22
MTU_MC25_RDBFL23 0xF006298E          MC 25 Read Data and Bit Flip Register 23
MTU_MC25_RDBFL24 0xF0062990          MC 25 Read Data and Bit Flip Register 24
MTU_MC25_RDBFL25 0xF0062992          MC 25 Read Data and Bit Flip Register 25
MTU_MC25_RDBFL26 0xF0062994          MC 25 Read Data and Bit Flip Register 26
MTU_MC25_RDBFL27 0xF0062996          MC 25 Read Data and Bit Flip Register 27
MTU_MC25_RDBFL28 0xF0062998          MC 25 Read Data and Bit Flip Register 28
MTU_MC25_RDBFL29 0xF006299A          MC 25 Read Data and Bit Flip Register 29
MTU_MC25_RDBFL30 0xF006299C          MC 25 Read Data and Bit Flip Register 30
MTU_MC25_RDBFL31 0xF006299E          MC 25 Read Data and Bit Flip Register 31
MTU_MC25_RDBFL32 0xF00629A0          MC 25 Read Data and Bit Flip Register 32
MTU_MC25_RDBFL33 0xF00629A2          MC 25 Read Data and Bit Flip Register 33
MTU_MC25_RDBFL34 0xF00629A4          MC 25 Read Data and Bit Flip Register 34
MTU_MC25_RDBFL35 0xF00629A6          MC 25 Read Data and Bit Flip Register 35
MTU_MC25_RDBFL36 0xF00629A8          MC 25 Read Data and Bit Flip Register 36
MTU_MC25_RDBFL37 0xF00629AA          MC 25 Read Data and Bit Flip Register 37
MTU_MC25_RDBFL38 0xF00629AC          MC 25 Read Data and Bit Flip Register 38
MTU_MC25_RDBFL39 0xF00629AE          MC 25 Read Data and Bit Flip Register 39
MTU_MC25_RDBFL40 0xF00629B0          MC 25 Read Data and Bit Flip Register 40
MTU_MC25_RDBFL41 0xF00629B2          MC 25 Read Data and Bit Flip Register 41
MTU_MC25_RDBFL42 0xF00629B4          MC 25 Read Data and Bit Flip Register 42
MTU_MC25_RDBFL43 0xF00629B6          MC 25 Read Data and Bit Flip Register 43
MTU_MC25_RDBFL44 0xF00629B8          MC 25 Read Data and Bit Flip Register 44
MTU_MC25_RDBFL45 0xF00629BA          MC 25 Read Data and Bit Flip Register 45
MTU_MC25_RDBFL46 0xF00629BC          MC 25 Read Data and Bit Flip Register 46
MTU_MC25_RDBFL47 0xF00629BE          MC 25 Read Data and Bit Flip Register 47
MTU_MC25_RDBFL48 0xF00629C0          MC 25 Read Data and Bit Flip Register 48
MTU_MC25_RDBFL49 0xF00629C2          MC 25 Read Data and Bit Flip Register 49
MTU_MC25_RDBFL50 0xF00629C4          MC 25 Read Data and Bit Flip Register 50
MTU_MC25_RDBFL51 0xF00629C6          MC 25 Read Data and Bit Flip Register 51
MTU_MC25_RDBFL52 0xF00629C8          MC 25 Read Data and Bit Flip Register 52
MTU_MC25_RDBFL53 0xF00629CA          MC 25 Read Data and Bit Flip Register 53
MTU_MC25_RDBFL54 0xF00629CC          MC 25 Read Data and Bit Flip Register 54
MTU_MC25_RDBFL55 0xF00629CE          MC 25 Read Data and Bit Flip Register 55
MTU_MC25_RDBFL56 0xF00629D0          MC 25 Read Data and Bit Flip Register 56
MTU_MC25_RDBFL57 0xF00629D2          MC 25 Read Data and Bit Flip Register 57
MTU_MC25_RDBFL58 0xF00629D4          MC 25 Read Data and Bit Flip Register 58
MTU_MC25_RDBFL59 0xF00629D6          MC 25 Read Data and Bit Flip Register 59
MTU_MC25_RDBFL60 0xF00629D8          MC 25 Read Data and Bit Flip Register 60
MTU_MC25_RDBFL61 0xF00629DA          MC 25 Read Data and Bit Flip Register 61
MTU_MC25_RDBFL62 0xF00629DC          MC 25 Read Data and Bit Flip Register 62
MTU_MC25_RDBFL63 0xF00629DE          MC 25 Read Data and Bit Flip Register 63
MTU_MC25_RDBFL64 0xF00629E0          MC 25 Read Data and Bit Flip Register 64
MTU_MC25_RDBFL65 0xF00629E2          MC 25 Read Data and Bit Flip Register 65
MTU_MC25_RDBFL66 0xF00629E4          MC 25 Read Data and Bit Flip Register 66
MTU_MC25_ALMSRCS 0xF00629EE          MC 25 Alarm Sources Configuration Register
MTU_MC25_FAULTSTS 0xF00629F0          MC 25 SSH Safety Faults Status Register
MTU_MC25_ERRINFO0 0xF00629F2          MC 25 Error Information Register 0
MTU_MC25_ERRINFO1 0xF00629F4          MC 25 Error Information Register 1
MTU_MC25_ERRINFO2 0xF00629F6          MC 25 Error Information Register 2
MTU_MC25_ERRINFO3 0xF00629F8          MC 25 Error Information Register 3
MTU_MC25_ERRINFO4 0xF00629FA          MC 25 Error Information Register 4
MTU_MC26_CONFIG0 0xF0062A00          MC 26 Configuration Register 0
MTU_MC26_CONFIG1 0xF0062A02          MC 26 Configuration Register 1
MTU_MC26_MCONTROL 0xF0062A04          MC 26 MBIST Control Register
MTU_MC26_MSTATUS 0xF0062A06          MC 26 Status Register
MTU_MC26_RANGE  0xF0062A08          MC 26 Range Register, single address mode
MTU_MC26_REVID  0xF0062A0C          MC 26 Revision ID Register
MTU_MC26_ECCS   0xF0062A0E          MC 26 ECC Safety Register
MTU_MC26_ECCD   0xF0062A10          MC 26 Memory ECC Detection Register
MTU_MC26_ETRR0  0xF0062A12          MC 26 Error Tracking Register 0
MTU_MC26_ETRR1  0xF0062A14          MC 26 Error Tracking Register 1
MTU_MC26_ETRR2  0xF0062A16          MC 26 Error Tracking Register 2
MTU_MC26_ETRR3  0xF0062A18          MC 26 Error Tracking Register 3
MTU_MC26_ETRR4  0xF0062A1A          MC 26 Error Tracking Register 4
MTU_MC26_RDBFL0 0xF0062A60          MC 26 Read Data and Bit Flip Register 0
MTU_MC26_RDBFL1 0xF0062A62          MC 26 Read Data and Bit Flip Register 1
MTU_MC26_RDBFL2 0xF0062A64          MC 26 Read Data and Bit Flip Register 2
MTU_MC26_RDBFL3 0xF0062A66          MC 26 Read Data and Bit Flip Register 3
MTU_MC26_RDBFL4 0xF0062A68          MC 26 Read Data and Bit Flip Register 4
MTU_MC26_RDBFL5 0xF0062A6A          MC 26 Read Data and Bit Flip Register 5
MTU_MC26_RDBFL6 0xF0062A6C          MC 26 Read Data and Bit Flip Register 6
MTU_MC26_RDBFL7 0xF0062A6E          MC 26 Read Data and Bit Flip Register 7
MTU_MC26_RDBFL8 0xF0062A70          MC 26 Read Data and Bit Flip Register 8
MTU_MC26_RDBFL9 0xF0062A72          MC 26 Read Data and Bit Flip Register 9
MTU_MC26_RDBFL10 0xF0062A74          MC 26 Read Data and Bit Flip Register 10
MTU_MC26_RDBFL11 0xF0062A76          MC 26 Read Data and Bit Flip Register 11
MTU_MC26_RDBFL12 0xF0062A78          MC 26 Read Data and Bit Flip Register 12
MTU_MC26_RDBFL13 0xF0062A7A          MC 26 Read Data and Bit Flip Register 13
MTU_MC26_RDBFL14 0xF0062A7C          MC 26 Read Data and Bit Flip Register 14
MTU_MC26_RDBFL15 0xF0062A7E          MC 26 Read Data and Bit Flip Register 15
MTU_MC26_RDBFL16 0xF0062A80          MC 26 Read Data and Bit Flip Register 16
MTU_MC26_RDBFL17 0xF0062A82          MC 26 Read Data and Bit Flip Register 17
MTU_MC26_RDBFL18 0xF0062A84          MC 26 Read Data and Bit Flip Register 18
MTU_MC26_RDBFL19 0xF0062A86          MC 26 Read Data and Bit Flip Register 19
MTU_MC26_RDBFL20 0xF0062A88          MC 26 Read Data and Bit Flip Register 20
MTU_MC26_RDBFL21 0xF0062A8A          MC 26 Read Data and Bit Flip Register 21
MTU_MC26_RDBFL22 0xF0062A8C          MC 26 Read Data and Bit Flip Register 22
MTU_MC26_RDBFL23 0xF0062A8E          MC 26 Read Data and Bit Flip Register 23
MTU_MC26_RDBFL24 0xF0062A90          MC 26 Read Data and Bit Flip Register 24
MTU_MC26_RDBFL25 0xF0062A92          MC 26 Read Data and Bit Flip Register 25
MTU_MC26_RDBFL26 0xF0062A94          MC 26 Read Data and Bit Flip Register 26
MTU_MC26_RDBFL27 0xF0062A96          MC 26 Read Data and Bit Flip Register 27
MTU_MC26_RDBFL28 0xF0062A98          MC 26 Read Data and Bit Flip Register 28
MTU_MC26_RDBFL29 0xF0062A9A          MC 26 Read Data and Bit Flip Register 29
MTU_MC26_RDBFL30 0xF0062A9C          MC 26 Read Data and Bit Flip Register 30
MTU_MC26_RDBFL31 0xF0062A9E          MC 26 Read Data and Bit Flip Register 31
MTU_MC26_RDBFL32 0xF0062AA0          MC 26 Read Data and Bit Flip Register 32
MTU_MC26_RDBFL33 0xF0062AA2          MC 26 Read Data and Bit Flip Register 33
MTU_MC26_RDBFL34 0xF0062AA4          MC 26 Read Data and Bit Flip Register 34
MTU_MC26_RDBFL35 0xF0062AA6          MC 26 Read Data and Bit Flip Register 35
MTU_MC26_RDBFL36 0xF0062AA8          MC 26 Read Data and Bit Flip Register 36
MTU_MC26_RDBFL37 0xF0062AAA          MC 26 Read Data and Bit Flip Register 37
MTU_MC26_RDBFL38 0xF0062AAC          MC 26 Read Data and Bit Flip Register 38
MTU_MC26_RDBFL39 0xF0062AAE          MC 26 Read Data and Bit Flip Register 39
MTU_MC26_RDBFL40 0xF0062AB0          MC 26 Read Data and Bit Flip Register 40
MTU_MC26_RDBFL41 0xF0062AB2          MC 26 Read Data and Bit Flip Register 41
MTU_MC26_RDBFL42 0xF0062AB4          MC 26 Read Data and Bit Flip Register 42
MTU_MC26_RDBFL43 0xF0062AB6          MC 26 Read Data and Bit Flip Register 43
MTU_MC26_RDBFL44 0xF0062AB8          MC 26 Read Data and Bit Flip Register 44
MTU_MC26_RDBFL45 0xF0062ABA          MC 26 Read Data and Bit Flip Register 45
MTU_MC26_RDBFL46 0xF0062ABC          MC 26 Read Data and Bit Flip Register 46
MTU_MC26_RDBFL47 0xF0062ABE          MC 26 Read Data and Bit Flip Register 47
MTU_MC26_RDBFL48 0xF0062AC0          MC 26 Read Data and Bit Flip Register 48
MTU_MC26_RDBFL49 0xF0062AC2          MC 26 Read Data and Bit Flip Register 49
MTU_MC26_RDBFL50 0xF0062AC4          MC 26 Read Data and Bit Flip Register 50
MTU_MC26_RDBFL51 0xF0062AC6          MC 26 Read Data and Bit Flip Register 51
MTU_MC26_RDBFL52 0xF0062AC8          MC 26 Read Data and Bit Flip Register 52
MTU_MC26_RDBFL53 0xF0062ACA          MC 26 Read Data and Bit Flip Register 53
MTU_MC26_RDBFL54 0xF0062ACC          MC 26 Read Data and Bit Flip Register 54
MTU_MC26_RDBFL55 0xF0062ACE          MC 26 Read Data and Bit Flip Register 55
MTU_MC26_RDBFL56 0xF0062AD0          MC 26 Read Data and Bit Flip Register 56
MTU_MC26_RDBFL57 0xF0062AD2          MC 26 Read Data and Bit Flip Register 57
MTU_MC26_RDBFL58 0xF0062AD4          MC 26 Read Data and Bit Flip Register 58
MTU_MC26_RDBFL59 0xF0062AD6          MC 26 Read Data and Bit Flip Register 59
MTU_MC26_RDBFL60 0xF0062AD8          MC 26 Read Data and Bit Flip Register 60
MTU_MC26_RDBFL61 0xF0062ADA          MC 26 Read Data and Bit Flip Register 61
MTU_MC26_RDBFL62 0xF0062ADC          MC 26 Read Data and Bit Flip Register 62
MTU_MC26_RDBFL63 0xF0062ADE          MC 26 Read Data and Bit Flip Register 63
MTU_MC26_RDBFL64 0xF0062AE0          MC 26 Read Data and Bit Flip Register 64
MTU_MC26_RDBFL65 0xF0062AE2          MC 26 Read Data and Bit Flip Register 65
MTU_MC26_RDBFL66 0xF0062AE4          MC 26 Read Data and Bit Flip Register 66
MTU_MC26_ALMSRCS 0xF0062AEE          MC 26 Alarm Sources Configuration Register
MTU_MC26_FAULTSTS 0xF0062AF0          MC 26 SSH Safety Faults Status Register
MTU_MC26_ERRINFO0 0xF0062AF2          MC 26 Error Information Register 0
MTU_MC26_ERRINFO1 0xF0062AF4          MC 26 Error Information Register 1
MTU_MC26_ERRINFO2 0xF0062AF6          MC 26 Error Information Register 2
MTU_MC26_ERRINFO3 0xF0062AF8          MC 26 Error Information Register 3
MTU_MC26_ERRINFO4 0xF0062AFA          MC 26 Error Information Register 4
MTU_MC27_CONFIG0 0xF0062B00          MC 27 Configuration Register 0
MTU_MC27_CONFIG1 0xF0062B02          MC 27 Configuration Register 1
MTU_MC27_MCONTROL 0xF0062B04          MC 27 MBIST Control Register
MTU_MC27_MSTATUS 0xF0062B06          MC 27 Status Register
MTU_MC27_RANGE  0xF0062B08          MC 27 Range Register, single address mode
MTU_MC27_REVID  0xF0062B0C          MC 27 Revision ID Register
MTU_MC27_ECCS   0xF0062B0E          MC 27 ECC Safety Register
MTU_MC27_ECCD   0xF0062B10          MC 27 Memory ECC Detection Register
MTU_MC27_ETRR0  0xF0062B12          MC 27 Error Tracking Register 0
MTU_MC27_ETRR1  0xF0062B14          MC 27 Error Tracking Register 1
MTU_MC27_ETRR2  0xF0062B16          MC 27 Error Tracking Register 2
MTU_MC27_ETRR3  0xF0062B18          MC 27 Error Tracking Register 3
MTU_MC27_ETRR4  0xF0062B1A          MC 27 Error Tracking Register 4
MTU_MC27_RDBFL0 0xF0062B60          MC 27 Read Data and Bit Flip Register 0
MTU_MC27_RDBFL1 0xF0062B62          MC 27 Read Data and Bit Flip Register 1
MTU_MC27_RDBFL2 0xF0062B64          MC 27 Read Data and Bit Flip Register 2
MTU_MC27_RDBFL3 0xF0062B66          MC 27 Read Data and Bit Flip Register 3
MTU_MC27_RDBFL4 0xF0062B68          MC 27 Read Data and Bit Flip Register 4
MTU_MC27_RDBFL5 0xF0062B6A          MC 27 Read Data and Bit Flip Register 5
MTU_MC27_RDBFL6 0xF0062B6C          MC 27 Read Data and Bit Flip Register 6
MTU_MC27_RDBFL7 0xF0062B6E          MC 27 Read Data and Bit Flip Register 7
MTU_MC27_RDBFL8 0xF0062B70          MC 27 Read Data and Bit Flip Register 8
MTU_MC27_RDBFL9 0xF0062B72          MC 27 Read Data and Bit Flip Register 9
MTU_MC27_RDBFL10 0xF0062B74          MC 27 Read Data and Bit Flip Register 10
MTU_MC27_RDBFL11 0xF0062B76          MC 27 Read Data and Bit Flip Register 11
MTU_MC27_RDBFL12 0xF0062B78          MC 27 Read Data and Bit Flip Register 12
MTU_MC27_RDBFL13 0xF0062B7A          MC 27 Read Data and Bit Flip Register 13
MTU_MC27_RDBFL14 0xF0062B7C          MC 27 Read Data and Bit Flip Register 14
MTU_MC27_RDBFL15 0xF0062B7E          MC 27 Read Data and Bit Flip Register 15
MTU_MC27_RDBFL16 0xF0062B80          MC 27 Read Data and Bit Flip Register 16
MTU_MC27_RDBFL17 0xF0062B82          MC 27 Read Data and Bit Flip Register 17
MTU_MC27_RDBFL18 0xF0062B84          MC 27 Read Data and Bit Flip Register 18
MTU_MC27_RDBFL19 0xF0062B86          MC 27 Read Data and Bit Flip Register 19
MTU_MC27_RDBFL20 0xF0062B88          MC 27 Read Data and Bit Flip Register 20
MTU_MC27_RDBFL21 0xF0062B8A          MC 27 Read Data and Bit Flip Register 21
MTU_MC27_RDBFL22 0xF0062B8C          MC 27 Read Data and Bit Flip Register 22
MTU_MC27_RDBFL23 0xF0062B8E          MC 27 Read Data and Bit Flip Register 23
MTU_MC27_RDBFL24 0xF0062B90          MC 27 Read Data and Bit Flip Register 24
MTU_MC27_RDBFL25 0xF0062B92          MC 27 Read Data and Bit Flip Register 25
MTU_MC27_RDBFL26 0xF0062B94          MC 27 Read Data and Bit Flip Register 26
MTU_MC27_RDBFL27 0xF0062B96          MC 27 Read Data and Bit Flip Register 27
MTU_MC27_RDBFL28 0xF0062B98          MC 27 Read Data and Bit Flip Register 28
MTU_MC27_RDBFL29 0xF0062B9A          MC 27 Read Data and Bit Flip Register 29
MTU_MC27_RDBFL30 0xF0062B9C          MC 27 Read Data and Bit Flip Register 30
MTU_MC27_RDBFL31 0xF0062B9E          MC 27 Read Data and Bit Flip Register 31
MTU_MC27_RDBFL32 0xF0062BA0          MC 27 Read Data and Bit Flip Register 32
MTU_MC27_RDBFL33 0xF0062BA2          MC 27 Read Data and Bit Flip Register 33
MTU_MC27_RDBFL34 0xF0062BA4          MC 27 Read Data and Bit Flip Register 34
MTU_MC27_RDBFL35 0xF0062BA6          MC 27 Read Data and Bit Flip Register 35
MTU_MC27_RDBFL36 0xF0062BA8          MC 27 Read Data and Bit Flip Register 36
MTU_MC27_RDBFL37 0xF0062BAA          MC 27 Read Data and Bit Flip Register 37
MTU_MC27_RDBFL38 0xF0062BAC          MC 27 Read Data and Bit Flip Register 38
MTU_MC27_RDBFL39 0xF0062BAE          MC 27 Read Data and Bit Flip Register 39
MTU_MC27_RDBFL40 0xF0062BB0          MC 27 Read Data and Bit Flip Register 40
MTU_MC27_RDBFL41 0xF0062BB2          MC 27 Read Data and Bit Flip Register 41
MTU_MC27_RDBFL42 0xF0062BB4          MC 27 Read Data and Bit Flip Register 42
MTU_MC27_RDBFL43 0xF0062BB6          MC 27 Read Data and Bit Flip Register 43
MTU_MC27_RDBFL44 0xF0062BB8          MC 27 Read Data and Bit Flip Register 44
MTU_MC27_RDBFL45 0xF0062BBA          MC 27 Read Data and Bit Flip Register 45
MTU_MC27_RDBFL46 0xF0062BBC          MC 27 Read Data and Bit Flip Register 46
MTU_MC27_RDBFL47 0xF0062BBE          MC 27 Read Data and Bit Flip Register 47
MTU_MC27_RDBFL48 0xF0062BC0          MC 27 Read Data and Bit Flip Register 48
MTU_MC27_RDBFL49 0xF0062BC2          MC 27 Read Data and Bit Flip Register 49
MTU_MC27_RDBFL50 0xF0062BC4          MC 27 Read Data and Bit Flip Register 50
MTU_MC27_RDBFL51 0xF0062BC6          MC 27 Read Data and Bit Flip Register 51
MTU_MC27_RDBFL52 0xF0062BC8          MC 27 Read Data and Bit Flip Register 52
MTU_MC27_RDBFL53 0xF0062BCA          MC 27 Read Data and Bit Flip Register 53
MTU_MC27_RDBFL54 0xF0062BCC          MC 27 Read Data and Bit Flip Register 54
MTU_MC27_RDBFL55 0xF0062BCE          MC 27 Read Data and Bit Flip Register 55
MTU_MC27_RDBFL56 0xF0062BD0          MC 27 Read Data and Bit Flip Register 56
MTU_MC27_RDBFL57 0xF0062BD2          MC 27 Read Data and Bit Flip Register 57
MTU_MC27_RDBFL58 0xF0062BD4          MC 27 Read Data and Bit Flip Register 58
MTU_MC27_RDBFL59 0xF0062BD6          MC 27 Read Data and Bit Flip Register 59
MTU_MC27_RDBFL60 0xF0062BD8          MC 27 Read Data and Bit Flip Register 60
MTU_MC27_RDBFL61 0xF0062BDA          MC 27 Read Data and Bit Flip Register 61
MTU_MC27_RDBFL62 0xF0062BDC          MC 27 Read Data and Bit Flip Register 62
MTU_MC27_RDBFL63 0xF0062BDE          MC 27 Read Data and Bit Flip Register 63
MTU_MC27_RDBFL64 0xF0062BE0          MC 27 Read Data and Bit Flip Register 64
MTU_MC27_RDBFL65 0xF0062BE2          MC 27 Read Data and Bit Flip Register 65
MTU_MC27_RDBFL66 0xF0062BE4          MC 27 Read Data and Bit Flip Register 66
MTU_MC27_ALMSRCS 0xF0062BEE          MC 27 Alarm Sources Configuration Register
MTU_MC27_FAULTSTS 0xF0062BF0          MC 27 SSH Safety Faults Status Register
MTU_MC27_ERRINFO0 0xF0062BF2          MC 27 Error Information Register 0
MTU_MC27_ERRINFO1 0xF0062BF4          MC 27 Error Information Register 1
MTU_MC27_ERRINFO2 0xF0062BF6          MC 27 Error Information Register 2
MTU_MC27_ERRINFO3 0xF0062BF8          MC 27 Error Information Register 3
MTU_MC27_ERRINFO4 0xF0062BFA          MC 27 Error Information Register 4
MTU_MC28_CONFIG0 0xF0062C00          MC 28 Configuration Register 0
MTU_MC28_CONFIG1 0xF0062C02          MC 28 Configuration Register 1
MTU_MC28_MCONTROL 0xF0062C04          MC 28 MBIST Control Register
MTU_MC28_MSTATUS 0xF0062C06          MC 28 Status Register
MTU_MC28_RANGE  0xF0062C08          MC 28 Range Register, single address mode
MTU_MC28_REVID  0xF0062C0C          MC 28 Revision ID Register
MTU_MC28_ECCS   0xF0062C0E          MC 28 ECC Safety Register
MTU_MC28_ECCD   0xF0062C10          MC 28 Memory ECC Detection Register
MTU_MC28_ETRR0  0xF0062C12          MC 28 Error Tracking Register 0
MTU_MC28_ETRR1  0xF0062C14          MC 28 Error Tracking Register 1
MTU_MC28_ETRR2  0xF0062C16          MC 28 Error Tracking Register 2
MTU_MC28_ETRR3  0xF0062C18          MC 28 Error Tracking Register 3
MTU_MC28_ETRR4  0xF0062C1A          MC 28 Error Tracking Register 4
MTU_MC28_RDBFL0 0xF0062C60          MC 28 Read Data and Bit Flip Register 0
MTU_MC28_RDBFL1 0xF0062C62          MC 28 Read Data and Bit Flip Register 1
MTU_MC28_RDBFL2 0xF0062C64          MC 28 Read Data and Bit Flip Register 2
MTU_MC28_RDBFL3 0xF0062C66          MC 28 Read Data and Bit Flip Register 3
MTU_MC28_RDBFL4 0xF0062C68          MC 28 Read Data and Bit Flip Register 4
MTU_MC28_RDBFL5 0xF0062C6A          MC 28 Read Data and Bit Flip Register 5
MTU_MC28_RDBFL6 0xF0062C6C          MC 28 Read Data and Bit Flip Register 6
MTU_MC28_RDBFL7 0xF0062C6E          MC 28 Read Data and Bit Flip Register 7
MTU_MC28_RDBFL8 0xF0062C70          MC 28 Read Data and Bit Flip Register 8
MTU_MC28_RDBFL9 0xF0062C72          MC 28 Read Data and Bit Flip Register 9
MTU_MC28_RDBFL10 0xF0062C74          MC 28 Read Data and Bit Flip Register 10
MTU_MC28_RDBFL11 0xF0062C76          MC 28 Read Data and Bit Flip Register 11
MTU_MC28_RDBFL12 0xF0062C78          MC 28 Read Data and Bit Flip Register 12
MTU_MC28_RDBFL13 0xF0062C7A          MC 28 Read Data and Bit Flip Register 13
MTU_MC28_RDBFL14 0xF0062C7C          MC 28 Read Data and Bit Flip Register 14
MTU_MC28_RDBFL15 0xF0062C7E          MC 28 Read Data and Bit Flip Register 15
MTU_MC28_RDBFL16 0xF0062C80          MC 28 Read Data and Bit Flip Register 16
MTU_MC28_RDBFL17 0xF0062C82          MC 28 Read Data and Bit Flip Register 17
MTU_MC28_RDBFL18 0xF0062C84          MC 28 Read Data and Bit Flip Register 18
MTU_MC28_RDBFL19 0xF0062C86          MC 28 Read Data and Bit Flip Register 19
MTU_MC28_RDBFL20 0xF0062C88          MC 28 Read Data and Bit Flip Register 20
MTU_MC28_RDBFL21 0xF0062C8A          MC 28 Read Data and Bit Flip Register 21
MTU_MC28_RDBFL22 0xF0062C8C          MC 28 Read Data and Bit Flip Register 22
MTU_MC28_RDBFL23 0xF0062C8E          MC 28 Read Data and Bit Flip Register 23
MTU_MC28_RDBFL24 0xF0062C90          MC 28 Read Data and Bit Flip Register 24
MTU_MC28_RDBFL25 0xF0062C92          MC 28 Read Data and Bit Flip Register 25
MTU_MC28_RDBFL26 0xF0062C94          MC 28 Read Data and Bit Flip Register 26
MTU_MC28_RDBFL27 0xF0062C96          MC 28 Read Data and Bit Flip Register 27
MTU_MC28_RDBFL28 0xF0062C98          MC 28 Read Data and Bit Flip Register 28
MTU_MC28_RDBFL29 0xF0062C9A          MC 28 Read Data and Bit Flip Register 29
MTU_MC28_RDBFL30 0xF0062C9C          MC 28 Read Data and Bit Flip Register 30
MTU_MC28_RDBFL31 0xF0062C9E          MC 28 Read Data and Bit Flip Register 31
MTU_MC28_RDBFL32 0xF0062CA0          MC 28 Read Data and Bit Flip Register 32
MTU_MC28_RDBFL33 0xF0062CA2          MC 28 Read Data and Bit Flip Register 33
MTU_MC28_RDBFL34 0xF0062CA4          MC 28 Read Data and Bit Flip Register 34
MTU_MC28_RDBFL35 0xF0062CA6          MC 28 Read Data and Bit Flip Register 35
MTU_MC28_RDBFL36 0xF0062CA8          MC 28 Read Data and Bit Flip Register 36
MTU_MC28_RDBFL37 0xF0062CAA          MC 28 Read Data and Bit Flip Register 37
MTU_MC28_RDBFL38 0xF0062CAC          MC 28 Read Data and Bit Flip Register 38
MTU_MC28_RDBFL39 0xF0062CAE          MC 28 Read Data and Bit Flip Register 39
MTU_MC28_RDBFL40 0xF0062CB0          MC 28 Read Data and Bit Flip Register 40
MTU_MC28_RDBFL41 0xF0062CB2          MC 28 Read Data and Bit Flip Register 41
MTU_MC28_RDBFL42 0xF0062CB4          MC 28 Read Data and Bit Flip Register 42
MTU_MC28_RDBFL43 0xF0062CB6          MC 28 Read Data and Bit Flip Register 43
MTU_MC28_RDBFL44 0xF0062CB8          MC 28 Read Data and Bit Flip Register 44
MTU_MC28_RDBFL45 0xF0062CBA          MC 28 Read Data and Bit Flip Register 45
MTU_MC28_RDBFL46 0xF0062CBC          MC 28 Read Data and Bit Flip Register 46
MTU_MC28_RDBFL47 0xF0062CBE          MC 28 Read Data and Bit Flip Register 47
MTU_MC28_RDBFL48 0xF0062CC0          MC 28 Read Data and Bit Flip Register 48
MTU_MC28_RDBFL49 0xF0062CC2          MC 28 Read Data and Bit Flip Register 49
MTU_MC28_RDBFL50 0xF0062CC4          MC 28 Read Data and Bit Flip Register 50
MTU_MC28_RDBFL51 0xF0062CC6          MC 28 Read Data and Bit Flip Register 51
MTU_MC28_RDBFL52 0xF0062CC8          MC 28 Read Data and Bit Flip Register 52
MTU_MC28_RDBFL53 0xF0062CCA          MC 28 Read Data and Bit Flip Register 53
MTU_MC28_RDBFL54 0xF0062CCC          MC 28 Read Data and Bit Flip Register 54
MTU_MC28_RDBFL55 0xF0062CCE          MC 28 Read Data and Bit Flip Register 55
MTU_MC28_RDBFL56 0xF0062CD0          MC 28 Read Data and Bit Flip Register 56
MTU_MC28_RDBFL57 0xF0062CD2          MC 28 Read Data and Bit Flip Register 57
MTU_MC28_RDBFL58 0xF0062CD4          MC 28 Read Data and Bit Flip Register 58
MTU_MC28_RDBFL59 0xF0062CD6          MC 28 Read Data and Bit Flip Register 59
MTU_MC28_RDBFL60 0xF0062CD8          MC 28 Read Data and Bit Flip Register 60
MTU_MC28_RDBFL61 0xF0062CDA          MC 28 Read Data and Bit Flip Register 61
MTU_MC28_RDBFL62 0xF0062CDC          MC 28 Read Data and Bit Flip Register 62
MTU_MC28_RDBFL63 0xF0062CDE          MC 28 Read Data and Bit Flip Register 63
MTU_MC28_RDBFL64 0xF0062CE0          MC 28 Read Data and Bit Flip Register 64
MTU_MC28_RDBFL65 0xF0062CE2          MC 28 Read Data and Bit Flip Register 65
MTU_MC28_RDBFL66 0xF0062CE4          MC 28 Read Data and Bit Flip Register 66
MTU_MC28_ALMSRCS 0xF0062CEE          MC 28 Alarm Sources Configuration Register
MTU_MC28_FAULTSTS 0xF0062CF0          MC 28 SSH Safety Faults Status Register
MTU_MC28_ERRINFO0 0xF0062CF2          MC 28 Error Information Register 0
MTU_MC28_ERRINFO1 0xF0062CF4          MC 28 Error Information Register 1
MTU_MC28_ERRINFO2 0xF0062CF6          MC 28 Error Information Register 2
MTU_MC28_ERRINFO3 0xF0062CF8          MC 28 Error Information Register 3
MTU_MC28_ERRINFO4 0xF0062CFA          MC 28 Error Information Register 4
MTU_MC29_CONFIG0 0xF0062D00          MC 29 Configuration Register 0
MTU_MC29_CONFIG1 0xF0062D02          MC 29 Configuration Register 1
MTU_MC29_MCONTROL 0xF0062D04          MC 29 MBIST Control Register
MTU_MC29_MSTATUS 0xF0062D06          MC 29 Status Register
MTU_MC29_RANGE  0xF0062D08          MC 29 Range Register, single address mode
MTU_MC29_REVID  0xF0062D0C          MC 29 Revision ID Register
MTU_MC29_ECCS   0xF0062D0E          MC 29 ECC Safety Register
MTU_MC29_ECCD   0xF0062D10          MC 29 Memory ECC Detection Register
MTU_MC29_ETRR0  0xF0062D12          MC 29 Error Tracking Register 0
MTU_MC29_ETRR1  0xF0062D14          MC 29 Error Tracking Register 1
MTU_MC29_ETRR2  0xF0062D16          MC 29 Error Tracking Register 2
MTU_MC29_ETRR3  0xF0062D18          MC 29 Error Tracking Register 3
MTU_MC29_ETRR4  0xF0062D1A          MC 29 Error Tracking Register 4
MTU_MC29_RDBFL0 0xF0062D60          MC 29 Read Data and Bit Flip Register 0
MTU_MC29_RDBFL1 0xF0062D62          MC 29 Read Data and Bit Flip Register 1
MTU_MC29_RDBFL2 0xF0062D64          MC 29 Read Data and Bit Flip Register 2
MTU_MC29_RDBFL3 0xF0062D66          MC 29 Read Data and Bit Flip Register 3
MTU_MC29_RDBFL4 0xF0062D68          MC 29 Read Data and Bit Flip Register 4
MTU_MC29_RDBFL5 0xF0062D6A          MC 29 Read Data and Bit Flip Register 5
MTU_MC29_RDBFL6 0xF0062D6C          MC 29 Read Data and Bit Flip Register 6
MTU_MC29_RDBFL7 0xF0062D6E          MC 29 Read Data and Bit Flip Register 7
MTU_MC29_RDBFL8 0xF0062D70          MC 29 Read Data and Bit Flip Register 8
MTU_MC29_RDBFL9 0xF0062D72          MC 29 Read Data and Bit Flip Register 9
MTU_MC29_RDBFL10 0xF0062D74          MC 29 Read Data and Bit Flip Register 10
MTU_MC29_RDBFL11 0xF0062D76          MC 29 Read Data and Bit Flip Register 11
MTU_MC29_RDBFL12 0xF0062D78          MC 29 Read Data and Bit Flip Register 12
MTU_MC29_RDBFL13 0xF0062D7A          MC 29 Read Data and Bit Flip Register 13
MTU_MC29_RDBFL14 0xF0062D7C          MC 29 Read Data and Bit Flip Register 14
MTU_MC29_RDBFL15 0xF0062D7E          MC 29 Read Data and Bit Flip Register 15
MTU_MC29_RDBFL16 0xF0062D80          MC 29 Read Data and Bit Flip Register 16
MTU_MC29_RDBFL17 0xF0062D82          MC 29 Read Data and Bit Flip Register 17
MTU_MC29_RDBFL18 0xF0062D84          MC 29 Read Data and Bit Flip Register 18
MTU_MC29_RDBFL19 0xF0062D86          MC 29 Read Data and Bit Flip Register 19
MTU_MC29_RDBFL20 0xF0062D88          MC 29 Read Data and Bit Flip Register 20
MTU_MC29_RDBFL21 0xF0062D8A          MC 29 Read Data and Bit Flip Register 21
MTU_MC29_RDBFL22 0xF0062D8C          MC 29 Read Data and Bit Flip Register 22
MTU_MC29_RDBFL23 0xF0062D8E          MC 29 Read Data and Bit Flip Register 23
MTU_MC29_RDBFL24 0xF0062D90          MC 29 Read Data and Bit Flip Register 24
MTU_MC29_RDBFL25 0xF0062D92          MC 29 Read Data and Bit Flip Register 25
MTU_MC29_RDBFL26 0xF0062D94          MC 29 Read Data and Bit Flip Register 26
MTU_MC29_RDBFL27 0xF0062D96          MC 29 Read Data and Bit Flip Register 27
MTU_MC29_RDBFL28 0xF0062D98          MC 29 Read Data and Bit Flip Register 28
MTU_MC29_RDBFL29 0xF0062D9A          MC 29 Read Data and Bit Flip Register 29
MTU_MC29_RDBFL30 0xF0062D9C          MC 29 Read Data and Bit Flip Register 30
MTU_MC29_RDBFL31 0xF0062D9E          MC 29 Read Data and Bit Flip Register 31
MTU_MC29_RDBFL32 0xF0062DA0          MC 29 Read Data and Bit Flip Register 32
MTU_MC29_RDBFL33 0xF0062DA2          MC 29 Read Data and Bit Flip Register 33
MTU_MC29_RDBFL34 0xF0062DA4          MC 29 Read Data and Bit Flip Register 34
MTU_MC29_RDBFL35 0xF0062DA6          MC 29 Read Data and Bit Flip Register 35
MTU_MC29_RDBFL36 0xF0062DA8          MC 29 Read Data and Bit Flip Register 36
MTU_MC29_RDBFL37 0xF0062DAA          MC 29 Read Data and Bit Flip Register 37
MTU_MC29_RDBFL38 0xF0062DAC          MC 29 Read Data and Bit Flip Register 38
MTU_MC29_RDBFL39 0xF0062DAE          MC 29 Read Data and Bit Flip Register 39
MTU_MC29_RDBFL40 0xF0062DB0          MC 29 Read Data and Bit Flip Register 40
MTU_MC29_RDBFL41 0xF0062DB2          MC 29 Read Data and Bit Flip Register 41
MTU_MC29_RDBFL42 0xF0062DB4          MC 29 Read Data and Bit Flip Register 42
MTU_MC29_RDBFL43 0xF0062DB6          MC 29 Read Data and Bit Flip Register 43
MTU_MC29_RDBFL44 0xF0062DB8          MC 29 Read Data and Bit Flip Register 44
MTU_MC29_RDBFL45 0xF0062DBA          MC 29 Read Data and Bit Flip Register 45
MTU_MC29_RDBFL46 0xF0062DBC          MC 29 Read Data and Bit Flip Register 46
MTU_MC29_RDBFL47 0xF0062DBE          MC 29 Read Data and Bit Flip Register 47
MTU_MC29_RDBFL48 0xF0062DC0          MC 29 Read Data and Bit Flip Register 48
MTU_MC29_RDBFL49 0xF0062DC2          MC 29 Read Data and Bit Flip Register 49
MTU_MC29_RDBFL50 0xF0062DC4          MC 29 Read Data and Bit Flip Register 50
MTU_MC29_RDBFL51 0xF0062DC6          MC 29 Read Data and Bit Flip Register 51
MTU_MC29_RDBFL52 0xF0062DC8          MC 29 Read Data and Bit Flip Register 52
MTU_MC29_RDBFL53 0xF0062DCA          MC 29 Read Data and Bit Flip Register 53
MTU_MC29_RDBFL54 0xF0062DCC          MC 29 Read Data and Bit Flip Register 54
MTU_MC29_RDBFL55 0xF0062DCE          MC 29 Read Data and Bit Flip Register 55
MTU_MC29_RDBFL56 0xF0062DD0          MC 29 Read Data and Bit Flip Register 56
MTU_MC29_RDBFL57 0xF0062DD2          MC 29 Read Data and Bit Flip Register 57
MTU_MC29_RDBFL58 0xF0062DD4          MC 29 Read Data and Bit Flip Register 58
MTU_MC29_RDBFL59 0xF0062DD6          MC 29 Read Data and Bit Flip Register 59
MTU_MC29_RDBFL60 0xF0062DD8          MC 29 Read Data and Bit Flip Register 60
MTU_MC29_RDBFL61 0xF0062DDA          MC 29 Read Data and Bit Flip Register 61
MTU_MC29_RDBFL62 0xF0062DDC          MC 29 Read Data and Bit Flip Register 62
MTU_MC29_RDBFL63 0xF0062DDE          MC 29 Read Data and Bit Flip Register 63
MTU_MC29_RDBFL64 0xF0062DE0          MC 29 Read Data and Bit Flip Register 64
MTU_MC29_RDBFL65 0xF0062DE2          MC 29 Read Data and Bit Flip Register 65
MTU_MC29_RDBFL66 0xF0062DE4          MC 29 Read Data and Bit Flip Register 66
MTU_MC29_ALMSRCS 0xF0062DEE          MC 29 Alarm Sources Configuration Register
MTU_MC29_FAULTSTS 0xF0062DF0          MC 29 SSH Safety Faults Status Register
MTU_MC29_ERRINFO0 0xF0062DF2          MC 29 Error Information Register 0
MTU_MC29_ERRINFO1 0xF0062DF4          MC 29 Error Information Register 1
MTU_MC29_ERRINFO2 0xF0062DF6          MC 29 Error Information Register 2
MTU_MC29_ERRINFO3 0xF0062DF8          MC 29 Error Information Register 3
MTU_MC29_ERRINFO4 0xF0062DFA          MC 29 Error Information Register 4
MTU_MC30_CONFIG0 0xF0062E00          MC 30 Configuration Register 0
MTU_MC30_CONFIG1 0xF0062E02          MC 30 Configuration Register 1
MTU_MC30_MCONTROL 0xF0062E04          MC 30 MBIST Control Register
MTU_MC30_MSTATUS 0xF0062E06          MC 30 Status Register
MTU_MC30_RANGE  0xF0062E08          MC 30 Range Register, single address mode
MTU_MC30_REVID  0xF0062E0C          MC 30 Revision ID Register
MTU_MC30_ECCS   0xF0062E0E          MC 30 ECC Safety Register
MTU_MC30_ECCD   0xF0062E10          MC 30 Memory ECC Detection Register
MTU_MC30_ETRR0  0xF0062E12          MC 30 Error Tracking Register 0
MTU_MC30_ETRR1  0xF0062E14          MC 30 Error Tracking Register 1
MTU_MC30_ETRR2  0xF0062E16          MC 30 Error Tracking Register 2
MTU_MC30_ETRR3  0xF0062E18          MC 30 Error Tracking Register 3
MTU_MC30_ETRR4  0xF0062E1A          MC 30 Error Tracking Register 4
MTU_MC30_RDBFL0 0xF0062E60          MC 30 Read Data and Bit Flip Register 0
MTU_MC30_RDBFL1 0xF0062E62          MC 30 Read Data and Bit Flip Register 1
MTU_MC30_RDBFL2 0xF0062E64          MC 30 Read Data and Bit Flip Register 2
MTU_MC30_RDBFL3 0xF0062E66          MC 30 Read Data and Bit Flip Register 3
MTU_MC30_RDBFL4 0xF0062E68          MC 30 Read Data and Bit Flip Register 4
MTU_MC30_RDBFL5 0xF0062E6A          MC 30 Read Data and Bit Flip Register 5
MTU_MC30_RDBFL6 0xF0062E6C          MC 30 Read Data and Bit Flip Register 6
MTU_MC30_RDBFL7 0xF0062E6E          MC 30 Read Data and Bit Flip Register 7
MTU_MC30_RDBFL8 0xF0062E70          MC 30 Read Data and Bit Flip Register 8
MTU_MC30_RDBFL9 0xF0062E72          MC 30 Read Data and Bit Flip Register 9
MTU_MC30_RDBFL10 0xF0062E74          MC 30 Read Data and Bit Flip Register 10
MTU_MC30_RDBFL11 0xF0062E76          MC 30 Read Data and Bit Flip Register 11
MTU_MC30_RDBFL12 0xF0062E78          MC 30 Read Data and Bit Flip Register 12
MTU_MC30_RDBFL13 0xF0062E7A          MC 30 Read Data and Bit Flip Register 13
MTU_MC30_RDBFL14 0xF0062E7C          MC 30 Read Data and Bit Flip Register 14
MTU_MC30_RDBFL15 0xF0062E7E          MC 30 Read Data and Bit Flip Register 15
MTU_MC30_RDBFL16 0xF0062E80          MC 30 Read Data and Bit Flip Register 16
MTU_MC30_RDBFL17 0xF0062E82          MC 30 Read Data and Bit Flip Register 17
MTU_MC30_RDBFL18 0xF0062E84          MC 30 Read Data and Bit Flip Register 18
MTU_MC30_RDBFL19 0xF0062E86          MC 30 Read Data and Bit Flip Register 19
MTU_MC30_RDBFL20 0xF0062E88          MC 30 Read Data and Bit Flip Register 20
MTU_MC30_RDBFL21 0xF0062E8A          MC 30 Read Data and Bit Flip Register 21
MTU_MC30_RDBFL22 0xF0062E8C          MC 30 Read Data and Bit Flip Register 22
MTU_MC30_RDBFL23 0xF0062E8E          MC 30 Read Data and Bit Flip Register 23
MTU_MC30_RDBFL24 0xF0062E90          MC 30 Read Data and Bit Flip Register 24
MTU_MC30_RDBFL25 0xF0062E92          MC 30 Read Data and Bit Flip Register 25
MTU_MC30_RDBFL26 0xF0062E94          MC 30 Read Data and Bit Flip Register 26
MTU_MC30_RDBFL27 0xF0062E96          MC 30 Read Data and Bit Flip Register 27
MTU_MC30_RDBFL28 0xF0062E98          MC 30 Read Data and Bit Flip Register 28
MTU_MC30_RDBFL29 0xF0062E9A          MC 30 Read Data and Bit Flip Register 29
MTU_MC30_RDBFL30 0xF0062E9C          MC 30 Read Data and Bit Flip Register 30
MTU_MC30_RDBFL31 0xF0062E9E          MC 30 Read Data and Bit Flip Register 31
MTU_MC30_RDBFL32 0xF0062EA0          MC 30 Read Data and Bit Flip Register 32
MTU_MC30_RDBFL33 0xF0062EA2          MC 30 Read Data and Bit Flip Register 33
MTU_MC30_RDBFL34 0xF0062EA4          MC 30 Read Data and Bit Flip Register 34
MTU_MC30_RDBFL35 0xF0062EA6          MC 30 Read Data and Bit Flip Register 35
MTU_MC30_RDBFL36 0xF0062EA8          MC 30 Read Data and Bit Flip Register 36
MTU_MC30_RDBFL37 0xF0062EAA          MC 30 Read Data and Bit Flip Register 37
MTU_MC30_RDBFL38 0xF0062EAC          MC 30 Read Data and Bit Flip Register 38
MTU_MC30_RDBFL39 0xF0062EAE          MC 30 Read Data and Bit Flip Register 39
MTU_MC30_RDBFL40 0xF0062EB0          MC 30 Read Data and Bit Flip Register 40
MTU_MC30_RDBFL41 0xF0062EB2          MC 30 Read Data and Bit Flip Register 41
MTU_MC30_RDBFL42 0xF0062EB4          MC 30 Read Data and Bit Flip Register 42
MTU_MC30_RDBFL43 0xF0062EB6          MC 30 Read Data and Bit Flip Register 43
MTU_MC30_RDBFL44 0xF0062EB8          MC 30 Read Data and Bit Flip Register 44
MTU_MC30_RDBFL45 0xF0062EBA          MC 30 Read Data and Bit Flip Register 45
MTU_MC30_RDBFL46 0xF0062EBC          MC 30 Read Data and Bit Flip Register 46
MTU_MC30_RDBFL47 0xF0062EBE          MC 30 Read Data and Bit Flip Register 47
MTU_MC30_RDBFL48 0xF0062EC0          MC 30 Read Data and Bit Flip Register 48
MTU_MC30_RDBFL49 0xF0062EC2          MC 30 Read Data and Bit Flip Register 49
MTU_MC30_RDBFL50 0xF0062EC4          MC 30 Read Data and Bit Flip Register 50
MTU_MC30_RDBFL51 0xF0062EC6          MC 30 Read Data and Bit Flip Register 51
MTU_MC30_RDBFL52 0xF0062EC8          MC 30 Read Data and Bit Flip Register 52
MTU_MC30_RDBFL53 0xF0062ECA          MC 30 Read Data and Bit Flip Register 53
MTU_MC30_RDBFL54 0xF0062ECC          MC 30 Read Data and Bit Flip Register 54
MTU_MC30_RDBFL55 0xF0062ECE          MC 30 Read Data and Bit Flip Register 55
MTU_MC30_RDBFL56 0xF0062ED0          MC 30 Read Data and Bit Flip Register 56
MTU_MC30_RDBFL57 0xF0062ED2          MC 30 Read Data and Bit Flip Register 57
MTU_MC30_RDBFL58 0xF0062ED4          MC 30 Read Data and Bit Flip Register 58
MTU_MC30_RDBFL59 0xF0062ED6          MC 30 Read Data and Bit Flip Register 59
MTU_MC30_RDBFL60 0xF0062ED8          MC 30 Read Data and Bit Flip Register 60
MTU_MC30_RDBFL61 0xF0062EDA          MC 30 Read Data and Bit Flip Register 61
MTU_MC30_RDBFL62 0xF0062EDC          MC 30 Read Data and Bit Flip Register 62
MTU_MC30_RDBFL63 0xF0062EDE          MC 30 Read Data and Bit Flip Register 63
MTU_MC30_RDBFL64 0xF0062EE0          MC 30 Read Data and Bit Flip Register 64
MTU_MC30_RDBFL65 0xF0062EE2          MC 30 Read Data and Bit Flip Register 65
MTU_MC30_RDBFL66 0xF0062EE4          MC 30 Read Data and Bit Flip Register 66
MTU_MC30_ALMSRCS 0xF0062EEE          MC 30 Alarm Sources Configuration Register
MTU_MC30_FAULTSTS 0xF0062EF0          MC 30 SSH Safety Faults Status Register
MTU_MC30_ERRINFO0 0xF0062EF2          MC 30 Error Information Register 0
MTU_MC30_ERRINFO1 0xF0062EF4          MC 30 Error Information Register 1
MTU_MC30_ERRINFO2 0xF0062EF6          MC 30 Error Information Register 2
MTU_MC30_ERRINFO3 0xF0062EF8          MC 30 Error Information Register 3
MTU_MC30_ERRINFO4 0xF0062EFA          MC 30 Error Information Register 4
MTU_MC31_CONFIG0 0xF0062F00          MC 31 Configuration Register 0
MTU_MC31_CONFIG1 0xF0062F02          MC 31 Configuration Register 1
MTU_MC31_MCONTROL 0xF0062F04          MC 31 MBIST Control Register
MTU_MC31_MSTATUS 0xF0062F06          MC 31 Status Register
MTU_MC31_RANGE  0xF0062F08          MC 31 Range Register, single address mode
MTU_MC31_REVID  0xF0062F0C          MC 31 Revision ID Register
MTU_MC31_ECCS   0xF0062F0E          MC 31 ECC Safety Register
MTU_MC31_ECCD   0xF0062F10          MC 31 Memory ECC Detection Register
MTU_MC31_ETRR0  0xF0062F12          MC 31 Error Tracking Register 0
MTU_MC31_ETRR1  0xF0062F14          MC 31 Error Tracking Register 1
MTU_MC31_ETRR2  0xF0062F16          MC 31 Error Tracking Register 2
MTU_MC31_ETRR3  0xF0062F18          MC 31 Error Tracking Register 3
MTU_MC31_ETRR4  0xF0062F1A          MC 31 Error Tracking Register 4
MTU_MC31_RDBFL0 0xF0062F60          MC 31 Read Data and Bit Flip Register 0
MTU_MC31_RDBFL1 0xF0062F62          MC 31 Read Data and Bit Flip Register 1
MTU_MC31_RDBFL2 0xF0062F64          MC 31 Read Data and Bit Flip Register 2
MTU_MC31_RDBFL3 0xF0062F66          MC 31 Read Data and Bit Flip Register 3
MTU_MC31_RDBFL4 0xF0062F68          MC 31 Read Data and Bit Flip Register 4
MTU_MC31_RDBFL5 0xF0062F6A          MC 31 Read Data and Bit Flip Register 5
MTU_MC31_RDBFL6 0xF0062F6C          MC 31 Read Data and Bit Flip Register 6
MTU_MC31_RDBFL7 0xF0062F6E          MC 31 Read Data and Bit Flip Register 7
MTU_MC31_RDBFL8 0xF0062F70          MC 31 Read Data and Bit Flip Register 8
MTU_MC31_RDBFL9 0xF0062F72          MC 31 Read Data and Bit Flip Register 9
MTU_MC31_RDBFL10 0xF0062F74          MC 31 Read Data and Bit Flip Register 10
MTU_MC31_RDBFL11 0xF0062F76          MC 31 Read Data and Bit Flip Register 11
MTU_MC31_RDBFL12 0xF0062F78          MC 31 Read Data and Bit Flip Register 12
MTU_MC31_RDBFL13 0xF0062F7A          MC 31 Read Data and Bit Flip Register 13
MTU_MC31_RDBFL14 0xF0062F7C          MC 31 Read Data and Bit Flip Register 14
MTU_MC31_RDBFL15 0xF0062F7E          MC 31 Read Data and Bit Flip Register 15
MTU_MC31_RDBFL16 0xF0062F80          MC 31 Read Data and Bit Flip Register 16
MTU_MC31_RDBFL17 0xF0062F82          MC 31 Read Data and Bit Flip Register 17
MTU_MC31_RDBFL18 0xF0062F84          MC 31 Read Data and Bit Flip Register 18
MTU_MC31_RDBFL19 0xF0062F86          MC 31 Read Data and Bit Flip Register 19
MTU_MC31_RDBFL20 0xF0062F88          MC 31 Read Data and Bit Flip Register 20
MTU_MC31_RDBFL21 0xF0062F8A          MC 31 Read Data and Bit Flip Register 21
MTU_MC31_RDBFL22 0xF0062F8C          MC 31 Read Data and Bit Flip Register 22
MTU_MC31_RDBFL23 0xF0062F8E          MC 31 Read Data and Bit Flip Register 23
MTU_MC31_RDBFL24 0xF0062F90          MC 31 Read Data and Bit Flip Register 24
MTU_MC31_RDBFL25 0xF0062F92          MC 31 Read Data and Bit Flip Register 25
MTU_MC31_RDBFL26 0xF0062F94          MC 31 Read Data and Bit Flip Register 26
MTU_MC31_RDBFL27 0xF0062F96          MC 31 Read Data and Bit Flip Register 27
MTU_MC31_RDBFL28 0xF0062F98          MC 31 Read Data and Bit Flip Register 28
MTU_MC31_RDBFL29 0xF0062F9A          MC 31 Read Data and Bit Flip Register 29
MTU_MC31_RDBFL30 0xF0062F9C          MC 31 Read Data and Bit Flip Register 30
MTU_MC31_RDBFL31 0xF0062F9E          MC 31 Read Data and Bit Flip Register 31
MTU_MC31_RDBFL32 0xF0062FA0          MC 31 Read Data and Bit Flip Register 32
MTU_MC31_RDBFL33 0xF0062FA2          MC 31 Read Data and Bit Flip Register 33
MTU_MC31_RDBFL34 0xF0062FA4          MC 31 Read Data and Bit Flip Register 34
MTU_MC31_RDBFL35 0xF0062FA6          MC 31 Read Data and Bit Flip Register 35
MTU_MC31_RDBFL36 0xF0062FA8          MC 31 Read Data and Bit Flip Register 36
MTU_MC31_RDBFL37 0xF0062FAA          MC 31 Read Data and Bit Flip Register 37
MTU_MC31_RDBFL38 0xF0062FAC          MC 31 Read Data and Bit Flip Register 38
MTU_MC31_RDBFL39 0xF0062FAE          MC 31 Read Data and Bit Flip Register 39
MTU_MC31_RDBFL40 0xF0062FB0          MC 31 Read Data and Bit Flip Register 40
MTU_MC31_RDBFL41 0xF0062FB2          MC 31 Read Data and Bit Flip Register 41
MTU_MC31_RDBFL42 0xF0062FB4          MC 31 Read Data and Bit Flip Register 42
MTU_MC31_RDBFL43 0xF0062FB6          MC 31 Read Data and Bit Flip Register 43
MTU_MC31_RDBFL44 0xF0062FB8          MC 31 Read Data and Bit Flip Register 44
MTU_MC31_RDBFL45 0xF0062FBA          MC 31 Read Data and Bit Flip Register 45
MTU_MC31_RDBFL46 0xF0062FBC          MC 31 Read Data and Bit Flip Register 46
MTU_MC31_RDBFL47 0xF0062FBE          MC 31 Read Data and Bit Flip Register 47
MTU_MC31_RDBFL48 0xF0062FC0          MC 31 Read Data and Bit Flip Register 48
MTU_MC31_RDBFL49 0xF0062FC2          MC 31 Read Data and Bit Flip Register 49
MTU_MC31_RDBFL50 0xF0062FC4          MC 31 Read Data and Bit Flip Register 50
MTU_MC31_RDBFL51 0xF0062FC6          MC 31 Read Data and Bit Flip Register 51
MTU_MC31_RDBFL52 0xF0062FC8          MC 31 Read Data and Bit Flip Register 52
MTU_MC31_RDBFL53 0xF0062FCA          MC 31 Read Data and Bit Flip Register 53
MTU_MC31_RDBFL54 0xF0062FCC          MC 31 Read Data and Bit Flip Register 54
MTU_MC31_RDBFL55 0xF0062FCE          MC 31 Read Data and Bit Flip Register 55
MTU_MC31_RDBFL56 0xF0062FD0          MC 31 Read Data and Bit Flip Register 56
MTU_MC31_RDBFL57 0xF0062FD2          MC 31 Read Data and Bit Flip Register 57
MTU_MC31_RDBFL58 0xF0062FD4          MC 31 Read Data and Bit Flip Register 58
MTU_MC31_RDBFL59 0xF0062FD6          MC 31 Read Data and Bit Flip Register 59
MTU_MC31_RDBFL60 0xF0062FD8          MC 31 Read Data and Bit Flip Register 60
MTU_MC31_RDBFL61 0xF0062FDA          MC 31 Read Data and Bit Flip Register 61
MTU_MC31_RDBFL62 0xF0062FDC          MC 31 Read Data and Bit Flip Register 62
MTU_MC31_RDBFL63 0xF0062FDE          MC 31 Read Data and Bit Flip Register 63
MTU_MC31_RDBFL64 0xF0062FE0          MC 31 Read Data and Bit Flip Register 64
MTU_MC31_RDBFL65 0xF0062FE2          MC 31 Read Data and Bit Flip Register 65
MTU_MC31_RDBFL66 0xF0062FE4          MC 31 Read Data and Bit Flip Register 66
MTU_MC31_ALMSRCS 0xF0062FEE          MC 31 Alarm Sources Configuration Register
MTU_MC31_FAULTSTS 0xF0062FF0          MC 31 SSH Safety Faults Status Register
MTU_MC31_ERRINFO0 0xF0062FF2          MC 31 Error Information Register 0
MTU_MC31_ERRINFO1 0xF0062FF4          MC 31 Error Information Register 1
MTU_MC31_ERRINFO2 0xF0062FF6          MC 31 Error Information Register 2
MTU_MC31_ERRINFO3 0xF0062FF8          MC 31 Error Information Register 3
MTU_MC31_ERRINFO4 0xF0062FFA          MC 31 Error Information Register 4
MTU_MC32_CONFIG0 0xF0063000          MC 32 Configuration Register 0
MTU_MC32_CONFIG1 0xF0063002          MC 32 Configuration Register 1
MTU_MC32_MCONTROL 0xF0063004          MC 32 MBIST Control Register
MTU_MC32_MSTATUS 0xF0063006          MC 32 Status Register
MTU_MC32_RANGE  0xF0063008          MC 32 Range Register, single address mode
MTU_MC32_REVID  0xF006300C          MC 32 Revision ID Register
MTU_MC32_ECCS   0xF006300E          MC 32 ECC Safety Register
MTU_MC32_ECCD   0xF0063010          MC 32 Memory ECC Detection Register
MTU_MC32_ETRR0  0xF0063012          MC 32 Error Tracking Register 0
MTU_MC32_ETRR1  0xF0063014          MC 32 Error Tracking Register 1
MTU_MC32_ETRR2  0xF0063016          MC 32 Error Tracking Register 2
MTU_MC32_ETRR3  0xF0063018          MC 32 Error Tracking Register 3
MTU_MC32_ETRR4  0xF006301A          MC 32 Error Tracking Register 4
MTU_MC32_RDBFL0 0xF0063060          MC 32 Read Data and Bit Flip Register 0
MTU_MC32_RDBFL1 0xF0063062          MC 32 Read Data and Bit Flip Register 1
MTU_MC32_RDBFL2 0xF0063064          MC 32 Read Data and Bit Flip Register 2
MTU_MC32_RDBFL3 0xF0063066          MC 32 Read Data and Bit Flip Register 3
MTU_MC32_RDBFL4 0xF0063068          MC 32 Read Data and Bit Flip Register 4
MTU_MC32_RDBFL5 0xF006306A          MC 32 Read Data and Bit Flip Register 5
MTU_MC32_RDBFL6 0xF006306C          MC 32 Read Data and Bit Flip Register 6
MTU_MC32_RDBFL7 0xF006306E          MC 32 Read Data and Bit Flip Register 7
MTU_MC32_RDBFL8 0xF0063070          MC 32 Read Data and Bit Flip Register 8
MTU_MC32_RDBFL9 0xF0063072          MC 32 Read Data and Bit Flip Register 9
MTU_MC32_RDBFL10 0xF0063074          MC 32 Read Data and Bit Flip Register 10
MTU_MC32_RDBFL11 0xF0063076          MC 32 Read Data and Bit Flip Register 11
MTU_MC32_RDBFL12 0xF0063078          MC 32 Read Data and Bit Flip Register 12
MTU_MC32_RDBFL13 0xF006307A          MC 32 Read Data and Bit Flip Register 13
MTU_MC32_RDBFL14 0xF006307C          MC 32 Read Data and Bit Flip Register 14
MTU_MC32_RDBFL15 0xF006307E          MC 32 Read Data and Bit Flip Register 15
MTU_MC32_RDBFL16 0xF0063080          MC 32 Read Data and Bit Flip Register 16
MTU_MC32_RDBFL17 0xF0063082          MC 32 Read Data and Bit Flip Register 17
MTU_MC32_RDBFL18 0xF0063084          MC 32 Read Data and Bit Flip Register 18
MTU_MC32_RDBFL19 0xF0063086          MC 32 Read Data and Bit Flip Register 19
MTU_MC32_RDBFL20 0xF0063088          MC 32 Read Data and Bit Flip Register 20
MTU_MC32_RDBFL21 0xF006308A          MC 32 Read Data and Bit Flip Register 21
MTU_MC32_RDBFL22 0xF006308C          MC 32 Read Data and Bit Flip Register 22
MTU_MC32_RDBFL23 0xF006308E          MC 32 Read Data and Bit Flip Register 23
MTU_MC32_RDBFL24 0xF0063090          MC 32 Read Data and Bit Flip Register 24
MTU_MC32_RDBFL25 0xF0063092          MC 32 Read Data and Bit Flip Register 25
MTU_MC32_RDBFL26 0xF0063094          MC 32 Read Data and Bit Flip Register 26
MTU_MC32_RDBFL27 0xF0063096          MC 32 Read Data and Bit Flip Register 27
MTU_MC32_RDBFL28 0xF0063098          MC 32 Read Data and Bit Flip Register 28
MTU_MC32_RDBFL29 0xF006309A          MC 32 Read Data and Bit Flip Register 29
MTU_MC32_RDBFL30 0xF006309C          MC 32 Read Data and Bit Flip Register 30
MTU_MC32_RDBFL31 0xF006309E          MC 32 Read Data and Bit Flip Register 31
MTU_MC32_RDBFL32 0xF00630A0          MC 32 Read Data and Bit Flip Register 32
MTU_MC32_RDBFL33 0xF00630A2          MC 32 Read Data and Bit Flip Register 33
MTU_MC32_RDBFL34 0xF00630A4          MC 32 Read Data and Bit Flip Register 34
MTU_MC32_RDBFL35 0xF00630A6          MC 32 Read Data and Bit Flip Register 35
MTU_MC32_RDBFL36 0xF00630A8          MC 32 Read Data and Bit Flip Register 36
MTU_MC32_RDBFL37 0xF00630AA          MC 32 Read Data and Bit Flip Register 37
MTU_MC32_RDBFL38 0xF00630AC          MC 32 Read Data and Bit Flip Register 38
MTU_MC32_RDBFL39 0xF00630AE          MC 32 Read Data and Bit Flip Register 39
MTU_MC32_RDBFL40 0xF00630B0          MC 32 Read Data and Bit Flip Register 40
MTU_MC32_RDBFL41 0xF00630B2          MC 32 Read Data and Bit Flip Register 41
MTU_MC32_RDBFL42 0xF00630B4          MC 32 Read Data and Bit Flip Register 42
MTU_MC32_RDBFL43 0xF00630B6          MC 32 Read Data and Bit Flip Register 43
MTU_MC32_RDBFL44 0xF00630B8          MC 32 Read Data and Bit Flip Register 44
MTU_MC32_RDBFL45 0xF00630BA          MC 32 Read Data and Bit Flip Register 45
MTU_MC32_RDBFL46 0xF00630BC          MC 32 Read Data and Bit Flip Register 46
MTU_MC32_RDBFL47 0xF00630BE          MC 32 Read Data and Bit Flip Register 47
MTU_MC32_RDBFL48 0xF00630C0          MC 32 Read Data and Bit Flip Register 48
MTU_MC32_RDBFL49 0xF00630C2          MC 32 Read Data and Bit Flip Register 49
MTU_MC32_RDBFL50 0xF00630C4          MC 32 Read Data and Bit Flip Register 50
MTU_MC32_RDBFL51 0xF00630C6          MC 32 Read Data and Bit Flip Register 51
MTU_MC32_RDBFL52 0xF00630C8          MC 32 Read Data and Bit Flip Register 52
MTU_MC32_RDBFL53 0xF00630CA          MC 32 Read Data and Bit Flip Register 53
MTU_MC32_RDBFL54 0xF00630CC          MC 32 Read Data and Bit Flip Register 54
MTU_MC32_RDBFL55 0xF00630CE          MC 32 Read Data and Bit Flip Register 55
MTU_MC32_RDBFL56 0xF00630D0          MC 32 Read Data and Bit Flip Register 56
MTU_MC32_RDBFL57 0xF00630D2          MC 32 Read Data and Bit Flip Register 57
MTU_MC32_RDBFL58 0xF00630D4          MC 32 Read Data and Bit Flip Register 58
MTU_MC32_RDBFL59 0xF00630D6          MC 32 Read Data and Bit Flip Register 59
MTU_MC32_RDBFL60 0xF00630D8          MC 32 Read Data and Bit Flip Register 60
MTU_MC32_RDBFL61 0xF00630DA          MC 32 Read Data and Bit Flip Register 61
MTU_MC32_RDBFL62 0xF00630DC          MC 32 Read Data and Bit Flip Register 62
MTU_MC32_RDBFL63 0xF00630DE          MC 32 Read Data and Bit Flip Register 63
MTU_MC32_RDBFL64 0xF00630E0          MC 32 Read Data and Bit Flip Register 64
MTU_MC32_RDBFL65 0xF00630E2          MC 32 Read Data and Bit Flip Register 65
MTU_MC32_RDBFL66 0xF00630E4          MC 32 Read Data and Bit Flip Register 66
MTU_MC32_ALMSRCS 0xF00630EE          MC 32 Alarm Sources Configuration Register
MTU_MC32_FAULTSTS 0xF00630F0          MC 32 SSH Safety Faults Status Register
MTU_MC32_ERRINFO0 0xF00630F2          MC 32 Error Information Register 0
MTU_MC32_ERRINFO1 0xF00630F4          MC 32 Error Information Register 1
MTU_MC32_ERRINFO2 0xF00630F6          MC 32 Error Information Register 2
MTU_MC32_ERRINFO3 0xF00630F8          MC 32 Error Information Register 3
MTU_MC32_ERRINFO4 0xF00630FA          MC 32 Error Information Register 4
MTU_MC33_CONFIG0 0xF0063100          MC 33 Configuration Register 0
MTU_MC33_CONFIG1 0xF0063102          MC 33 Configuration Register 1
MTU_MC33_MCONTROL 0xF0063104          MC 33 MBIST Control Register
MTU_MC33_MSTATUS 0xF0063106          MC 33 Status Register
MTU_MC33_RANGE  0xF0063108          MC 33 Range Register, single address mode
MTU_MC33_REVID  0xF006310C          MC 33 Revision ID Register
MTU_MC33_ECCS   0xF006310E          MC 33 ECC Safety Register
MTU_MC33_ECCD   0xF0063110          MC 33 Memory ECC Detection Register
MTU_MC33_ETRR0  0xF0063112          MC 33 Error Tracking Register 0
MTU_MC33_ETRR1  0xF0063114          MC 33 Error Tracking Register 1
MTU_MC33_ETRR2  0xF0063116          MC 33 Error Tracking Register 2
MTU_MC33_ETRR3  0xF0063118          MC 33 Error Tracking Register 3
MTU_MC33_ETRR4  0xF006311A          MC 33 Error Tracking Register 4
MTU_MC33_RDBFL0 0xF0063160          MC 33 Read Data and Bit Flip Register 0
MTU_MC33_RDBFL1 0xF0063162          MC 33 Read Data and Bit Flip Register 1
MTU_MC33_RDBFL2 0xF0063164          MC 33 Read Data and Bit Flip Register 2
MTU_MC33_RDBFL3 0xF0063166          MC 33 Read Data and Bit Flip Register 3
MTU_MC33_RDBFL4 0xF0063168          MC 33 Read Data and Bit Flip Register 4
MTU_MC33_RDBFL5 0xF006316A          MC 33 Read Data and Bit Flip Register 5
MTU_MC33_RDBFL6 0xF006316C          MC 33 Read Data and Bit Flip Register 6
MTU_MC33_RDBFL7 0xF006316E          MC 33 Read Data and Bit Flip Register 7
MTU_MC33_RDBFL8 0xF0063170          MC 33 Read Data and Bit Flip Register 8
MTU_MC33_RDBFL9 0xF0063172          MC 33 Read Data and Bit Flip Register 9
MTU_MC33_RDBFL10 0xF0063174          MC 33 Read Data and Bit Flip Register 10
MTU_MC33_RDBFL11 0xF0063176          MC 33 Read Data and Bit Flip Register 11
MTU_MC33_RDBFL12 0xF0063178          MC 33 Read Data and Bit Flip Register 12
MTU_MC33_RDBFL13 0xF006317A          MC 33 Read Data and Bit Flip Register 13
MTU_MC33_RDBFL14 0xF006317C          MC 33 Read Data and Bit Flip Register 14
MTU_MC33_RDBFL15 0xF006317E          MC 33 Read Data and Bit Flip Register 15
MTU_MC33_RDBFL16 0xF0063180          MC 33 Read Data and Bit Flip Register 16
MTU_MC33_RDBFL17 0xF0063182          MC 33 Read Data and Bit Flip Register 17
MTU_MC33_RDBFL18 0xF0063184          MC 33 Read Data and Bit Flip Register 18
MTU_MC33_RDBFL19 0xF0063186          MC 33 Read Data and Bit Flip Register 19
MTU_MC33_RDBFL20 0xF0063188          MC 33 Read Data and Bit Flip Register 20
MTU_MC33_RDBFL21 0xF006318A          MC 33 Read Data and Bit Flip Register 21
MTU_MC33_RDBFL22 0xF006318C          MC 33 Read Data and Bit Flip Register 22
MTU_MC33_RDBFL23 0xF006318E          MC 33 Read Data and Bit Flip Register 23
MTU_MC33_RDBFL24 0xF0063190          MC 33 Read Data and Bit Flip Register 24
MTU_MC33_RDBFL25 0xF0063192          MC 33 Read Data and Bit Flip Register 25
MTU_MC33_RDBFL26 0xF0063194          MC 33 Read Data and Bit Flip Register 26
MTU_MC33_RDBFL27 0xF0063196          MC 33 Read Data and Bit Flip Register 27
MTU_MC33_RDBFL28 0xF0063198          MC 33 Read Data and Bit Flip Register 28
MTU_MC33_RDBFL29 0xF006319A          MC 33 Read Data and Bit Flip Register 29
MTU_MC33_RDBFL30 0xF006319C          MC 33 Read Data and Bit Flip Register 30
MTU_MC33_RDBFL31 0xF006319E          MC 33 Read Data and Bit Flip Register 31
MTU_MC33_RDBFL32 0xF00631A0          MC 33 Read Data and Bit Flip Register 32
MTU_MC33_RDBFL33 0xF00631A2          MC 33 Read Data and Bit Flip Register 33
MTU_MC33_RDBFL34 0xF00631A4          MC 33 Read Data and Bit Flip Register 34
MTU_MC33_RDBFL35 0xF00631A6          MC 33 Read Data and Bit Flip Register 35
MTU_MC33_RDBFL36 0xF00631A8          MC 33 Read Data and Bit Flip Register 36
MTU_MC33_RDBFL37 0xF00631AA          MC 33 Read Data and Bit Flip Register 37
MTU_MC33_RDBFL38 0xF00631AC          MC 33 Read Data and Bit Flip Register 38
MTU_MC33_RDBFL39 0xF00631AE          MC 33 Read Data and Bit Flip Register 39
MTU_MC33_RDBFL40 0xF00631B0          MC 33 Read Data and Bit Flip Register 40
MTU_MC33_RDBFL41 0xF00631B2          MC 33 Read Data and Bit Flip Register 41
MTU_MC33_RDBFL42 0xF00631B4          MC 33 Read Data and Bit Flip Register 42
MTU_MC33_RDBFL43 0xF00631B6          MC 33 Read Data and Bit Flip Register 43
MTU_MC33_RDBFL44 0xF00631B8          MC 33 Read Data and Bit Flip Register 44
MTU_MC33_RDBFL45 0xF00631BA          MC 33 Read Data and Bit Flip Register 45
MTU_MC33_RDBFL46 0xF00631BC          MC 33 Read Data and Bit Flip Register 46
MTU_MC33_RDBFL47 0xF00631BE          MC 33 Read Data and Bit Flip Register 47
MTU_MC33_RDBFL48 0xF00631C0          MC 33 Read Data and Bit Flip Register 48
MTU_MC33_RDBFL49 0xF00631C2          MC 33 Read Data and Bit Flip Register 49
MTU_MC33_RDBFL50 0xF00631C4          MC 33 Read Data and Bit Flip Register 50
MTU_MC33_RDBFL51 0xF00631C6          MC 33 Read Data and Bit Flip Register 51
MTU_MC33_RDBFL52 0xF00631C8          MC 33 Read Data and Bit Flip Register 52
MTU_MC33_RDBFL53 0xF00631CA          MC 33 Read Data and Bit Flip Register 53
MTU_MC33_RDBFL54 0xF00631CC          MC 33 Read Data and Bit Flip Register 54
MTU_MC33_RDBFL55 0xF00631CE          MC 33 Read Data and Bit Flip Register 55
MTU_MC33_RDBFL56 0xF00631D0          MC 33 Read Data and Bit Flip Register 56
MTU_MC33_RDBFL57 0xF00631D2          MC 33 Read Data and Bit Flip Register 57
MTU_MC33_RDBFL58 0xF00631D4          MC 33 Read Data and Bit Flip Register 58
MTU_MC33_RDBFL59 0xF00631D6          MC 33 Read Data and Bit Flip Register 59
MTU_MC33_RDBFL60 0xF00631D8          MC 33 Read Data and Bit Flip Register 60
MTU_MC33_RDBFL61 0xF00631DA          MC 33 Read Data and Bit Flip Register 61
MTU_MC33_RDBFL62 0xF00631DC          MC 33 Read Data and Bit Flip Register 62
MTU_MC33_RDBFL63 0xF00631DE          MC 33 Read Data and Bit Flip Register 63
MTU_MC33_RDBFL64 0xF00631E0          MC 33 Read Data and Bit Flip Register 64
MTU_MC33_RDBFL65 0xF00631E2          MC 33 Read Data and Bit Flip Register 65
MTU_MC33_RDBFL66 0xF00631E4          MC 33 Read Data and Bit Flip Register 66
MTU_MC33_ALMSRCS 0xF00631EE          MC 33 Alarm Sources Configuration Register
MTU_MC33_FAULTSTS 0xF00631F0          MC 33 SSH Safety Faults Status Register
MTU_MC33_ERRINFO0 0xF00631F2          MC 33 Error Information Register 0
MTU_MC33_ERRINFO1 0xF00631F4          MC 33 Error Information Register 1
MTU_MC33_ERRINFO2 0xF00631F6          MC 33 Error Information Register 2
MTU_MC33_ERRINFO3 0xF00631F8          MC 33 Error Information Register 3
MTU_MC33_ERRINFO4 0xF00631FA          MC 33 Error Information Register 4
MTU_MC34_CONFIG0 0xF0063200          MC 34 Configuration Register 0
MTU_MC34_CONFIG1 0xF0063202          MC 34 Configuration Register 1
MTU_MC34_MCONTROL 0xF0063204          MC 34 MBIST Control Register
MTU_MC34_MSTATUS 0xF0063206          MC 34 Status Register
MTU_MC34_RANGE  0xF0063208          MC 34 Range Register, single address mode
MTU_MC34_REVID  0xF006320C          MC 34 Revision ID Register
MTU_MC34_ECCS   0xF006320E          MC 34 ECC Safety Register
MTU_MC34_ECCD   0xF0063210          MC 34 Memory ECC Detection Register
MTU_MC34_ETRR0  0xF0063212          MC 34 Error Tracking Register 0
MTU_MC34_ETRR1  0xF0063214          MC 34 Error Tracking Register 1
MTU_MC34_ETRR2  0xF0063216          MC 34 Error Tracking Register 2
MTU_MC34_ETRR3  0xF0063218          MC 34 Error Tracking Register 3
MTU_MC34_ETRR4  0xF006321A          MC 34 Error Tracking Register 4
MTU_MC34_RDBFL0 0xF0063260          MC 34 Read Data and Bit Flip Register 0
MTU_MC34_RDBFL1 0xF0063262          MC 34 Read Data and Bit Flip Register 1
MTU_MC34_RDBFL2 0xF0063264          MC 34 Read Data and Bit Flip Register 2
MTU_MC34_RDBFL3 0xF0063266          MC 34 Read Data and Bit Flip Register 3
MTU_MC34_RDBFL4 0xF0063268          MC 34 Read Data and Bit Flip Register 4
MTU_MC34_RDBFL5 0xF006326A          MC 34 Read Data and Bit Flip Register 5
MTU_MC34_RDBFL6 0xF006326C          MC 34 Read Data and Bit Flip Register 6
MTU_MC34_RDBFL7 0xF006326E          MC 34 Read Data and Bit Flip Register 7
MTU_MC34_RDBFL8 0xF0063270          MC 34 Read Data and Bit Flip Register 8
MTU_MC34_RDBFL9 0xF0063272          MC 34 Read Data and Bit Flip Register 9
MTU_MC34_RDBFL10 0xF0063274          MC 34 Read Data and Bit Flip Register 10
MTU_MC34_RDBFL11 0xF0063276          MC 34 Read Data and Bit Flip Register 11
MTU_MC34_RDBFL12 0xF0063278          MC 34 Read Data and Bit Flip Register 12
MTU_MC34_RDBFL13 0xF006327A          MC 34 Read Data and Bit Flip Register 13
MTU_MC34_RDBFL14 0xF006327C          MC 34 Read Data and Bit Flip Register 14
MTU_MC34_RDBFL15 0xF006327E          MC 34 Read Data and Bit Flip Register 15
MTU_MC34_RDBFL16 0xF0063280          MC 34 Read Data and Bit Flip Register 16
MTU_MC34_RDBFL17 0xF0063282          MC 34 Read Data and Bit Flip Register 17
MTU_MC34_RDBFL18 0xF0063284          MC 34 Read Data and Bit Flip Register 18
MTU_MC34_RDBFL19 0xF0063286          MC 34 Read Data and Bit Flip Register 19
MTU_MC34_RDBFL20 0xF0063288          MC 34 Read Data and Bit Flip Register 20
MTU_MC34_RDBFL21 0xF006328A          MC 34 Read Data and Bit Flip Register 21
MTU_MC34_RDBFL22 0xF006328C          MC 34 Read Data and Bit Flip Register 22
MTU_MC34_RDBFL23 0xF006328E          MC 34 Read Data and Bit Flip Register 23
MTU_MC34_RDBFL24 0xF0063290          MC 34 Read Data and Bit Flip Register 24
MTU_MC34_RDBFL25 0xF0063292          MC 34 Read Data and Bit Flip Register 25
MTU_MC34_RDBFL26 0xF0063294          MC 34 Read Data and Bit Flip Register 26
MTU_MC34_RDBFL27 0xF0063296          MC 34 Read Data and Bit Flip Register 27
MTU_MC34_RDBFL28 0xF0063298          MC 34 Read Data and Bit Flip Register 28
MTU_MC34_RDBFL29 0xF006329A          MC 34 Read Data and Bit Flip Register 29
MTU_MC34_RDBFL30 0xF006329C          MC 34 Read Data and Bit Flip Register 30
MTU_MC34_RDBFL31 0xF006329E          MC 34 Read Data and Bit Flip Register 31
MTU_MC34_RDBFL32 0xF00632A0          MC 34 Read Data and Bit Flip Register 32
MTU_MC34_RDBFL33 0xF00632A2          MC 34 Read Data and Bit Flip Register 33
MTU_MC34_RDBFL34 0xF00632A4          MC 34 Read Data and Bit Flip Register 34
MTU_MC34_RDBFL35 0xF00632A6          MC 34 Read Data and Bit Flip Register 35
MTU_MC34_RDBFL36 0xF00632A8          MC 34 Read Data and Bit Flip Register 36
MTU_MC34_RDBFL37 0xF00632AA          MC 34 Read Data and Bit Flip Register 37
MTU_MC34_RDBFL38 0xF00632AC          MC 34 Read Data and Bit Flip Register 38
MTU_MC34_RDBFL39 0xF00632AE          MC 34 Read Data and Bit Flip Register 39
MTU_MC34_RDBFL40 0xF00632B0          MC 34 Read Data and Bit Flip Register 40
MTU_MC34_RDBFL41 0xF00632B2          MC 34 Read Data and Bit Flip Register 41
MTU_MC34_RDBFL42 0xF00632B4          MC 34 Read Data and Bit Flip Register 42
MTU_MC34_RDBFL43 0xF00632B6          MC 34 Read Data and Bit Flip Register 43
MTU_MC34_RDBFL44 0xF00632B8          MC 34 Read Data and Bit Flip Register 44
MTU_MC34_RDBFL45 0xF00632BA          MC 34 Read Data and Bit Flip Register 45
MTU_MC34_RDBFL46 0xF00632BC          MC 34 Read Data and Bit Flip Register 46
MTU_MC34_RDBFL47 0xF00632BE          MC 34 Read Data and Bit Flip Register 47
MTU_MC34_RDBFL48 0xF00632C0          MC 34 Read Data and Bit Flip Register 48
MTU_MC34_RDBFL49 0xF00632C2          MC 34 Read Data and Bit Flip Register 49
MTU_MC34_RDBFL50 0xF00632C4          MC 34 Read Data and Bit Flip Register 50
MTU_MC34_RDBFL51 0xF00632C6          MC 34 Read Data and Bit Flip Register 51
MTU_MC34_RDBFL52 0xF00632C8          MC 34 Read Data and Bit Flip Register 52
MTU_MC34_RDBFL53 0xF00632CA          MC 34 Read Data and Bit Flip Register 53
MTU_MC34_RDBFL54 0xF00632CC          MC 34 Read Data and Bit Flip Register 54
MTU_MC34_RDBFL55 0xF00632CE          MC 34 Read Data and Bit Flip Register 55
MTU_MC34_RDBFL56 0xF00632D0          MC 34 Read Data and Bit Flip Register 56
MTU_MC34_RDBFL57 0xF00632D2          MC 34 Read Data and Bit Flip Register 57
MTU_MC34_RDBFL58 0xF00632D4          MC 34 Read Data and Bit Flip Register 58
MTU_MC34_RDBFL59 0xF00632D6          MC 34 Read Data and Bit Flip Register 59
MTU_MC34_RDBFL60 0xF00632D8          MC 34 Read Data and Bit Flip Register 60
MTU_MC34_RDBFL61 0xF00632DA          MC 34 Read Data and Bit Flip Register 61
MTU_MC34_RDBFL62 0xF00632DC          MC 34 Read Data and Bit Flip Register 62
MTU_MC34_RDBFL63 0xF00632DE          MC 34 Read Data and Bit Flip Register 63
MTU_MC34_RDBFL64 0xF00632E0          MC 34 Read Data and Bit Flip Register 64
MTU_MC34_RDBFL65 0xF00632E2          MC 34 Read Data and Bit Flip Register 65
MTU_MC34_RDBFL66 0xF00632E4          MC 34 Read Data and Bit Flip Register 66
MTU_MC34_ALMSRCS 0xF00632EE          MC 34 Alarm Sources Configuration Register
MTU_MC34_FAULTSTS 0xF00632F0          MC 34 SSH Safety Faults Status Register
MTU_MC34_ERRINFO0 0xF00632F2          MC 34 Error Information Register 0
MTU_MC34_ERRINFO1 0xF00632F4          MC 34 Error Information Register 1
MTU_MC34_ERRINFO2 0xF00632F6          MC 34 Error Information Register 2
MTU_MC34_ERRINFO3 0xF00632F8          MC 34 Error Information Register 3
MTU_MC34_ERRINFO4 0xF00632FA          MC 34 Error Information Register 4
MTU_MC35_CONFIG0 0xF0063300          MC 35 Configuration Register 0
MTU_MC35_CONFIG1 0xF0063302          MC 35 Configuration Register 1
MTU_MC35_MCONTROL 0xF0063304          MC 35 MBIST Control Register
MTU_MC35_MSTATUS 0xF0063306          MC 35 Status Register
MTU_MC35_RANGE  0xF0063308          MC 35 Range Register, single address mode
MTU_MC35_REVID  0xF006330C          MC 35 Revision ID Register
MTU_MC35_ECCS   0xF006330E          MC 35 ECC Safety Register
MTU_MC35_ECCD   0xF0063310          MC 35 Memory ECC Detection Register
MTU_MC35_ETRR0  0xF0063312          MC 35 Error Tracking Register 0
MTU_MC35_ETRR1  0xF0063314          MC 35 Error Tracking Register 1
MTU_MC35_ETRR2  0xF0063316          MC 35 Error Tracking Register 2
MTU_MC35_ETRR3  0xF0063318          MC 35 Error Tracking Register 3
MTU_MC35_ETRR4  0xF006331A          MC 35 Error Tracking Register 4
MTU_MC35_RDBFL0 0xF0063360          MC 35 Read Data and Bit Flip Register 0
MTU_MC35_RDBFL1 0xF0063362          MC 35 Read Data and Bit Flip Register 1
MTU_MC35_RDBFL2 0xF0063364          MC 35 Read Data and Bit Flip Register 2
MTU_MC35_RDBFL3 0xF0063366          MC 35 Read Data and Bit Flip Register 3
MTU_MC35_RDBFL4 0xF0063368          MC 35 Read Data and Bit Flip Register 4
MTU_MC35_RDBFL5 0xF006336A          MC 35 Read Data and Bit Flip Register 5
MTU_MC35_RDBFL6 0xF006336C          MC 35 Read Data and Bit Flip Register 6
MTU_MC35_RDBFL7 0xF006336E          MC 35 Read Data and Bit Flip Register 7
MTU_MC35_RDBFL8 0xF0063370          MC 35 Read Data and Bit Flip Register 8
MTU_MC35_RDBFL9 0xF0063372          MC 35 Read Data and Bit Flip Register 9
MTU_MC35_RDBFL10 0xF0063374          MC 35 Read Data and Bit Flip Register 10
MTU_MC35_RDBFL11 0xF0063376          MC 35 Read Data and Bit Flip Register 11
MTU_MC35_RDBFL12 0xF0063378          MC 35 Read Data and Bit Flip Register 12
MTU_MC35_RDBFL13 0xF006337A          MC 35 Read Data and Bit Flip Register 13
MTU_MC35_RDBFL14 0xF006337C          MC 35 Read Data and Bit Flip Register 14
MTU_MC35_RDBFL15 0xF006337E          MC 35 Read Data and Bit Flip Register 15
MTU_MC35_RDBFL16 0xF0063380          MC 35 Read Data and Bit Flip Register 16
MTU_MC35_RDBFL17 0xF0063382          MC 35 Read Data and Bit Flip Register 17
MTU_MC35_RDBFL18 0xF0063384          MC 35 Read Data and Bit Flip Register 18
MTU_MC35_RDBFL19 0xF0063386          MC 35 Read Data and Bit Flip Register 19
MTU_MC35_RDBFL20 0xF0063388          MC 35 Read Data and Bit Flip Register 20
MTU_MC35_RDBFL21 0xF006338A          MC 35 Read Data and Bit Flip Register 21
MTU_MC35_RDBFL22 0xF006338C          MC 35 Read Data and Bit Flip Register 22
MTU_MC35_RDBFL23 0xF006338E          MC 35 Read Data and Bit Flip Register 23
MTU_MC35_RDBFL24 0xF0063390          MC 35 Read Data and Bit Flip Register 24
MTU_MC35_RDBFL25 0xF0063392          MC 35 Read Data and Bit Flip Register 25
MTU_MC35_RDBFL26 0xF0063394          MC 35 Read Data and Bit Flip Register 26
MTU_MC35_RDBFL27 0xF0063396          MC 35 Read Data and Bit Flip Register 27
MTU_MC35_RDBFL28 0xF0063398          MC 35 Read Data and Bit Flip Register 28
MTU_MC35_RDBFL29 0xF006339A          MC 35 Read Data and Bit Flip Register 29
MTU_MC35_RDBFL30 0xF006339C          MC 35 Read Data and Bit Flip Register 30
MTU_MC35_RDBFL31 0xF006339E          MC 35 Read Data and Bit Flip Register 31
MTU_MC35_RDBFL32 0xF00633A0          MC 35 Read Data and Bit Flip Register 32
MTU_MC35_RDBFL33 0xF00633A2          MC 35 Read Data and Bit Flip Register 33
MTU_MC35_RDBFL34 0xF00633A4          MC 35 Read Data and Bit Flip Register 34
MTU_MC35_RDBFL35 0xF00633A6          MC 35 Read Data and Bit Flip Register 35
MTU_MC35_RDBFL36 0xF00633A8          MC 35 Read Data and Bit Flip Register 36
MTU_MC35_RDBFL37 0xF00633AA          MC 35 Read Data and Bit Flip Register 37
MTU_MC35_RDBFL38 0xF00633AC          MC 35 Read Data and Bit Flip Register 38
MTU_MC35_RDBFL39 0xF00633AE          MC 35 Read Data and Bit Flip Register 39
MTU_MC35_RDBFL40 0xF00633B0          MC 35 Read Data and Bit Flip Register 40
MTU_MC35_RDBFL41 0xF00633B2          MC 35 Read Data and Bit Flip Register 41
MTU_MC35_RDBFL42 0xF00633B4          MC 35 Read Data and Bit Flip Register 42
MTU_MC35_RDBFL43 0xF00633B6          MC 35 Read Data and Bit Flip Register 43
MTU_MC35_RDBFL44 0xF00633B8          MC 35 Read Data and Bit Flip Register 44
MTU_MC35_RDBFL45 0xF00633BA          MC 35 Read Data and Bit Flip Register 45
MTU_MC35_RDBFL46 0xF00633BC          MC 35 Read Data and Bit Flip Register 46
MTU_MC35_RDBFL47 0xF00633BE          MC 35 Read Data and Bit Flip Register 47
MTU_MC35_RDBFL48 0xF00633C0          MC 35 Read Data and Bit Flip Register 48
MTU_MC35_RDBFL49 0xF00633C2          MC 35 Read Data and Bit Flip Register 49
MTU_MC35_RDBFL50 0xF00633C4          MC 35 Read Data and Bit Flip Register 50
MTU_MC35_RDBFL51 0xF00633C6          MC 35 Read Data and Bit Flip Register 51
MTU_MC35_RDBFL52 0xF00633C8          MC 35 Read Data and Bit Flip Register 52
MTU_MC35_RDBFL53 0xF00633CA          MC 35 Read Data and Bit Flip Register 53
MTU_MC35_RDBFL54 0xF00633CC          MC 35 Read Data and Bit Flip Register 54
MTU_MC35_RDBFL55 0xF00633CE          MC 35 Read Data and Bit Flip Register 55
MTU_MC35_RDBFL56 0xF00633D0          MC 35 Read Data and Bit Flip Register 56
MTU_MC35_RDBFL57 0xF00633D2          MC 35 Read Data and Bit Flip Register 57
MTU_MC35_RDBFL58 0xF00633D4          MC 35 Read Data and Bit Flip Register 58
MTU_MC35_RDBFL59 0xF00633D6          MC 35 Read Data and Bit Flip Register 59
MTU_MC35_RDBFL60 0xF00633D8          MC 35 Read Data and Bit Flip Register 60
MTU_MC35_RDBFL61 0xF00633DA          MC 35 Read Data and Bit Flip Register 61
MTU_MC35_RDBFL62 0xF00633DC          MC 35 Read Data and Bit Flip Register 62
MTU_MC35_RDBFL63 0xF00633DE          MC 35 Read Data and Bit Flip Register 63
MTU_MC35_RDBFL64 0xF00633E0          MC 35 Read Data and Bit Flip Register 64
MTU_MC35_RDBFL65 0xF00633E2          MC 35 Read Data and Bit Flip Register 65
MTU_MC35_RDBFL66 0xF00633E4          MC 35 Read Data and Bit Flip Register 66
MTU_MC35_ALMSRCS 0xF00633EE          MC 35 Alarm Sources Configuration Register
MTU_MC35_FAULTSTS 0xF00633F0          MC 35 SSH Safety Faults Status Register
MTU_MC35_ERRINFO0 0xF00633F2          MC 35 Error Information Register 0
MTU_MC35_ERRINFO1 0xF00633F4          MC 35 Error Information Register 1
MTU_MC35_ERRINFO2 0xF00633F6          MC 35 Error Information Register 2
MTU_MC35_ERRINFO3 0xF00633F8          MC 35 Error Information Register 3
MTU_MC35_ERRINFO4 0xF00633FA          MC 35 Error Information Register 4
MTU_MC36_CONFIG0 0xF0063400          MC 36 Configuration Register 0
MTU_MC36_CONFIG1 0xF0063402          MC 36 Configuration Register 1
MTU_MC36_MCONTROL 0xF0063404          MC 36 MBIST Control Register
MTU_MC36_MSTATUS 0xF0063406          MC 36 Status Register
MTU_MC36_RANGE  0xF0063408          MC 36 Range Register, single address mode
MTU_MC36_REVID  0xF006340C          MC 36 Revision ID Register
MTU_MC36_ECCS   0xF006340E          MC 36 ECC Safety Register
MTU_MC36_ECCD   0xF0063410          MC 36 Memory ECC Detection Register
MTU_MC36_ETRR0  0xF0063412          MC 36 Error Tracking Register 0
MTU_MC36_ETRR1  0xF0063414          MC 36 Error Tracking Register 1
MTU_MC36_ETRR2  0xF0063416          MC 36 Error Tracking Register 2
MTU_MC36_ETRR3  0xF0063418          MC 36 Error Tracking Register 3
MTU_MC36_ETRR4  0xF006341A          MC 36 Error Tracking Register 4
MTU_MC36_RDBFL0 0xF0063460          MC 36 Read Data and Bit Flip Register 0
MTU_MC36_RDBFL1 0xF0063462          MC 36 Read Data and Bit Flip Register 1
MTU_MC36_RDBFL2 0xF0063464          MC 36 Read Data and Bit Flip Register 2
MTU_MC36_RDBFL3 0xF0063466          MC 36 Read Data and Bit Flip Register 3
MTU_MC36_RDBFL4 0xF0063468          MC 36 Read Data and Bit Flip Register 4
MTU_MC36_RDBFL5 0xF006346A          MC 36 Read Data and Bit Flip Register 5
MTU_MC36_RDBFL6 0xF006346C          MC 36 Read Data and Bit Flip Register 6
MTU_MC36_RDBFL7 0xF006346E          MC 36 Read Data and Bit Flip Register 7
MTU_MC36_RDBFL8 0xF0063470          MC 36 Read Data and Bit Flip Register 8
MTU_MC36_RDBFL9 0xF0063472          MC 36 Read Data and Bit Flip Register 9
MTU_MC36_RDBFL10 0xF0063474          MC 36 Read Data and Bit Flip Register 10
MTU_MC36_RDBFL11 0xF0063476          MC 36 Read Data and Bit Flip Register 11
MTU_MC36_RDBFL12 0xF0063478          MC 36 Read Data and Bit Flip Register 12
MTU_MC36_RDBFL13 0xF006347A          MC 36 Read Data and Bit Flip Register 13
MTU_MC36_RDBFL14 0xF006347C          MC 36 Read Data and Bit Flip Register 14
MTU_MC36_RDBFL15 0xF006347E          MC 36 Read Data and Bit Flip Register 15
MTU_MC36_RDBFL16 0xF0063480          MC 36 Read Data and Bit Flip Register 16
MTU_MC36_RDBFL17 0xF0063482          MC 36 Read Data and Bit Flip Register 17
MTU_MC36_RDBFL18 0xF0063484          MC 36 Read Data and Bit Flip Register 18
MTU_MC36_RDBFL19 0xF0063486          MC 36 Read Data and Bit Flip Register 19
MTU_MC36_RDBFL20 0xF0063488          MC 36 Read Data and Bit Flip Register 20
MTU_MC36_RDBFL21 0xF006348A          MC 36 Read Data and Bit Flip Register 21
MTU_MC36_RDBFL22 0xF006348C          MC 36 Read Data and Bit Flip Register 22
MTU_MC36_RDBFL23 0xF006348E          MC 36 Read Data and Bit Flip Register 23
MTU_MC36_RDBFL24 0xF0063490          MC 36 Read Data and Bit Flip Register 24
MTU_MC36_RDBFL25 0xF0063492          MC 36 Read Data and Bit Flip Register 25
MTU_MC36_RDBFL26 0xF0063494          MC 36 Read Data and Bit Flip Register 26
MTU_MC36_RDBFL27 0xF0063496          MC 36 Read Data and Bit Flip Register 27
MTU_MC36_RDBFL28 0xF0063498          MC 36 Read Data and Bit Flip Register 28
MTU_MC36_RDBFL29 0xF006349A          MC 36 Read Data and Bit Flip Register 29
MTU_MC36_RDBFL30 0xF006349C          MC 36 Read Data and Bit Flip Register 30
MTU_MC36_RDBFL31 0xF006349E          MC 36 Read Data and Bit Flip Register 31
MTU_MC36_RDBFL32 0xF00634A0          MC 36 Read Data and Bit Flip Register 32
MTU_MC36_RDBFL33 0xF00634A2          MC 36 Read Data and Bit Flip Register 33
MTU_MC36_RDBFL34 0xF00634A4          MC 36 Read Data and Bit Flip Register 34
MTU_MC36_RDBFL35 0xF00634A6          MC 36 Read Data and Bit Flip Register 35
MTU_MC36_RDBFL36 0xF00634A8          MC 36 Read Data and Bit Flip Register 36
MTU_MC36_RDBFL37 0xF00634AA          MC 36 Read Data and Bit Flip Register 37
MTU_MC36_RDBFL38 0xF00634AC          MC 36 Read Data and Bit Flip Register 38
MTU_MC36_RDBFL39 0xF00634AE          MC 36 Read Data and Bit Flip Register 39
MTU_MC36_RDBFL40 0xF00634B0          MC 36 Read Data and Bit Flip Register 40
MTU_MC36_RDBFL41 0xF00634B2          MC 36 Read Data and Bit Flip Register 41
MTU_MC36_RDBFL42 0xF00634B4          MC 36 Read Data and Bit Flip Register 42
MTU_MC36_RDBFL43 0xF00634B6          MC 36 Read Data and Bit Flip Register 43
MTU_MC36_RDBFL44 0xF00634B8          MC 36 Read Data and Bit Flip Register 44
MTU_MC36_RDBFL45 0xF00634BA          MC 36 Read Data and Bit Flip Register 45
MTU_MC36_RDBFL46 0xF00634BC          MC 36 Read Data and Bit Flip Register 46
MTU_MC36_RDBFL47 0xF00634BE          MC 36 Read Data and Bit Flip Register 47
MTU_MC36_RDBFL48 0xF00634C0          MC 36 Read Data and Bit Flip Register 48
MTU_MC36_RDBFL49 0xF00634C2          MC 36 Read Data and Bit Flip Register 49
MTU_MC36_RDBFL50 0xF00634C4          MC 36 Read Data and Bit Flip Register 50
MTU_MC36_RDBFL51 0xF00634C6          MC 36 Read Data and Bit Flip Register 51
MTU_MC36_RDBFL52 0xF00634C8          MC 36 Read Data and Bit Flip Register 52
MTU_MC36_RDBFL53 0xF00634CA          MC 36 Read Data and Bit Flip Register 53
MTU_MC36_RDBFL54 0xF00634CC          MC 36 Read Data and Bit Flip Register 54
MTU_MC36_RDBFL55 0xF00634CE          MC 36 Read Data and Bit Flip Register 55
MTU_MC36_RDBFL56 0xF00634D0          MC 36 Read Data and Bit Flip Register 56
MTU_MC36_RDBFL57 0xF00634D2          MC 36 Read Data and Bit Flip Register 57
MTU_MC36_RDBFL58 0xF00634D4          MC 36 Read Data and Bit Flip Register 58
MTU_MC36_RDBFL59 0xF00634D6          MC 36 Read Data and Bit Flip Register 59
MTU_MC36_RDBFL60 0xF00634D8          MC 36 Read Data and Bit Flip Register 60
MTU_MC36_RDBFL61 0xF00634DA          MC 36 Read Data and Bit Flip Register 61
MTU_MC36_RDBFL62 0xF00634DC          MC 36 Read Data and Bit Flip Register 62
MTU_MC36_RDBFL63 0xF00634DE          MC 36 Read Data and Bit Flip Register 63
MTU_MC36_RDBFL64 0xF00634E0          MC 36 Read Data and Bit Flip Register 64
MTU_MC36_RDBFL65 0xF00634E2          MC 36 Read Data and Bit Flip Register 65
MTU_MC36_RDBFL66 0xF00634E4          MC 36 Read Data and Bit Flip Register 66
MTU_MC36_ALMSRCS 0xF00634EE          MC 36 Alarm Sources Configuration Register
MTU_MC36_FAULTSTS 0xF00634F0          MC 36 SSH Safety Faults Status Register
MTU_MC36_ERRINFO0 0xF00634F2          MC 36 Error Information Register 0
MTU_MC36_ERRINFO1 0xF00634F4          MC 36 Error Information Register 1
MTU_MC36_ERRINFO2 0xF00634F6          MC 36 Error Information Register 2
MTU_MC36_ERRINFO3 0xF00634F8          MC 36 Error Information Register 3
MTU_MC36_ERRINFO4 0xF00634FA          MC 36 Error Information Register 4
MTU_MC37_CONFIG0 0xF0063500          MC 37 Configuration Register 0
MTU_MC37_CONFIG1 0xF0063502          MC 37 Configuration Register 1
MTU_MC37_MCONTROL 0xF0063504          MC 37 MBIST Control Register
MTU_MC37_MSTATUS 0xF0063506          MC 37 Status Register
MTU_MC37_RANGE  0xF0063508          MC 37 Range Register, single address mode
MTU_MC37_REVID  0xF006350C          MC 37 Revision ID Register
MTU_MC37_ECCS   0xF006350E          MC 37 ECC Safety Register
MTU_MC37_ECCD   0xF0063510          MC 37 Memory ECC Detection Register
MTU_MC37_ETRR0  0xF0063512          MC 37 Error Tracking Register 0
MTU_MC37_ETRR1  0xF0063514          MC 37 Error Tracking Register 1
MTU_MC37_ETRR2  0xF0063516          MC 37 Error Tracking Register 2
MTU_MC37_ETRR3  0xF0063518          MC 37 Error Tracking Register 3
MTU_MC37_ETRR4  0xF006351A          MC 37 Error Tracking Register 4
MTU_MC37_RDBFL0 0xF0063560          MC 37 Read Data and Bit Flip Register 0
MTU_MC37_RDBFL1 0xF0063562          MC 37 Read Data and Bit Flip Register 1
MTU_MC37_RDBFL2 0xF0063564          MC 37 Read Data and Bit Flip Register 2
MTU_MC37_RDBFL3 0xF0063566          MC 37 Read Data and Bit Flip Register 3
MTU_MC37_RDBFL4 0xF0063568          MC 37 Read Data and Bit Flip Register 4
MTU_MC37_RDBFL5 0xF006356A          MC 37 Read Data and Bit Flip Register 5
MTU_MC37_RDBFL6 0xF006356C          MC 37 Read Data and Bit Flip Register 6
MTU_MC37_RDBFL7 0xF006356E          MC 37 Read Data and Bit Flip Register 7
MTU_MC37_RDBFL8 0xF0063570          MC 37 Read Data and Bit Flip Register 8
MTU_MC37_RDBFL9 0xF0063572          MC 37 Read Data and Bit Flip Register 9
MTU_MC37_RDBFL10 0xF0063574          MC 37 Read Data and Bit Flip Register 10
MTU_MC37_RDBFL11 0xF0063576          MC 37 Read Data and Bit Flip Register 11
MTU_MC37_RDBFL12 0xF0063578          MC 37 Read Data and Bit Flip Register 12
MTU_MC37_RDBFL13 0xF006357A          MC 37 Read Data and Bit Flip Register 13
MTU_MC37_RDBFL14 0xF006357C          MC 37 Read Data and Bit Flip Register 14
MTU_MC37_RDBFL15 0xF006357E          MC 37 Read Data and Bit Flip Register 15
MTU_MC37_RDBFL16 0xF0063580          MC 37 Read Data and Bit Flip Register 16
MTU_MC37_RDBFL17 0xF0063582          MC 37 Read Data and Bit Flip Register 17
MTU_MC37_RDBFL18 0xF0063584          MC 37 Read Data and Bit Flip Register 18
MTU_MC37_RDBFL19 0xF0063586          MC 37 Read Data and Bit Flip Register 19
MTU_MC37_RDBFL20 0xF0063588          MC 37 Read Data and Bit Flip Register 20
MTU_MC37_RDBFL21 0xF006358A          MC 37 Read Data and Bit Flip Register 21
MTU_MC37_RDBFL22 0xF006358C          MC 37 Read Data and Bit Flip Register 22
MTU_MC37_RDBFL23 0xF006358E          MC 37 Read Data and Bit Flip Register 23
MTU_MC37_RDBFL24 0xF0063590          MC 37 Read Data and Bit Flip Register 24
MTU_MC37_RDBFL25 0xF0063592          MC 37 Read Data and Bit Flip Register 25
MTU_MC37_RDBFL26 0xF0063594          MC 37 Read Data and Bit Flip Register 26
MTU_MC37_RDBFL27 0xF0063596          MC 37 Read Data and Bit Flip Register 27
MTU_MC37_RDBFL28 0xF0063598          MC 37 Read Data and Bit Flip Register 28
MTU_MC37_RDBFL29 0xF006359A          MC 37 Read Data and Bit Flip Register 29
MTU_MC37_RDBFL30 0xF006359C          MC 37 Read Data and Bit Flip Register 30
MTU_MC37_RDBFL31 0xF006359E          MC 37 Read Data and Bit Flip Register 31
MTU_MC37_RDBFL32 0xF00635A0          MC 37 Read Data and Bit Flip Register 32
MTU_MC37_RDBFL33 0xF00635A2          MC 37 Read Data and Bit Flip Register 33
MTU_MC37_RDBFL34 0xF00635A4          MC 37 Read Data and Bit Flip Register 34
MTU_MC37_RDBFL35 0xF00635A6          MC 37 Read Data and Bit Flip Register 35
MTU_MC37_RDBFL36 0xF00635A8          MC 37 Read Data and Bit Flip Register 36
MTU_MC37_RDBFL37 0xF00635AA          MC 37 Read Data and Bit Flip Register 37
MTU_MC37_RDBFL38 0xF00635AC          MC 37 Read Data and Bit Flip Register 38
MTU_MC37_RDBFL39 0xF00635AE          MC 37 Read Data and Bit Flip Register 39
MTU_MC37_RDBFL40 0xF00635B0          MC 37 Read Data and Bit Flip Register 40
MTU_MC37_RDBFL41 0xF00635B2          MC 37 Read Data and Bit Flip Register 41
MTU_MC37_RDBFL42 0xF00635B4          MC 37 Read Data and Bit Flip Register 42
MTU_MC37_RDBFL43 0xF00635B6          MC 37 Read Data and Bit Flip Register 43
MTU_MC37_RDBFL44 0xF00635B8          MC 37 Read Data and Bit Flip Register 44
MTU_MC37_RDBFL45 0xF00635BA          MC 37 Read Data and Bit Flip Register 45
MTU_MC37_RDBFL46 0xF00635BC          MC 37 Read Data and Bit Flip Register 46
MTU_MC37_RDBFL47 0xF00635BE          MC 37 Read Data and Bit Flip Register 47
MTU_MC37_RDBFL48 0xF00635C0          MC 37 Read Data and Bit Flip Register 48
MTU_MC37_RDBFL49 0xF00635C2          MC 37 Read Data and Bit Flip Register 49
MTU_MC37_RDBFL50 0xF00635C4          MC 37 Read Data and Bit Flip Register 50
MTU_MC37_RDBFL51 0xF00635C6          MC 37 Read Data and Bit Flip Register 51
MTU_MC37_RDBFL52 0xF00635C8          MC 37 Read Data and Bit Flip Register 52
MTU_MC37_RDBFL53 0xF00635CA          MC 37 Read Data and Bit Flip Register 53
MTU_MC37_RDBFL54 0xF00635CC          MC 37 Read Data and Bit Flip Register 54
MTU_MC37_RDBFL55 0xF00635CE          MC 37 Read Data and Bit Flip Register 55
MTU_MC37_RDBFL56 0xF00635D0          MC 37 Read Data and Bit Flip Register 56
MTU_MC37_RDBFL57 0xF00635D2          MC 37 Read Data and Bit Flip Register 57
MTU_MC37_RDBFL58 0xF00635D4          MC 37 Read Data and Bit Flip Register 58
MTU_MC37_RDBFL59 0xF00635D6          MC 37 Read Data and Bit Flip Register 59
MTU_MC37_RDBFL60 0xF00635D8          MC 37 Read Data and Bit Flip Register 60
MTU_MC37_RDBFL61 0xF00635DA          MC 37 Read Data and Bit Flip Register 61
MTU_MC37_RDBFL62 0xF00635DC          MC 37 Read Data and Bit Flip Register 62
MTU_MC37_RDBFL63 0xF00635DE          MC 37 Read Data and Bit Flip Register 63
MTU_MC37_RDBFL64 0xF00635E0          MC 37 Read Data and Bit Flip Register 64
MTU_MC37_RDBFL65 0xF00635E2          MC 37 Read Data and Bit Flip Register 65
MTU_MC37_RDBFL66 0xF00635E4          MC 37 Read Data and Bit Flip Register 66
MTU_MC37_ALMSRCS 0xF00635EE          MC 37 Alarm Sources Configuration Register
MTU_MC37_FAULTSTS 0xF00635F0          MC 37 SSH Safety Faults Status Register
MTU_MC37_ERRINFO0 0xF00635F2          MC 37 Error Information Register 0
MTU_MC37_ERRINFO1 0xF00635F4          MC 37 Error Information Register 1
MTU_MC37_ERRINFO2 0xF00635F6          MC 37 Error Information Register 2
MTU_MC37_ERRINFO3 0xF00635F8          MC 37 Error Information Register 3
MTU_MC37_ERRINFO4 0xF00635FA          MC 37 Error Information Register 4
MTU_MC38_CONFIG0 0xF0063600          MC 38 Configuration Register 0
MTU_MC38_CONFIG1 0xF0063602          MC 38 Configuration Register 1
MTU_MC38_MCONTROL 0xF0063604          MC 38 MBIST Control Register
MTU_MC38_MSTATUS 0xF0063606          MC 38 Status Register
MTU_MC38_RANGE  0xF0063608          MC 38 Range Register, single address mode
MTU_MC38_REVID  0xF006360C          MC 38 Revision ID Register
MTU_MC38_ECCS   0xF006360E          MC 38 ECC Safety Register
MTU_MC38_ECCD   0xF0063610          MC 38 Memory ECC Detection Register
MTU_MC38_ETRR0  0xF0063612          MC 38 Error Tracking Register 0
MTU_MC38_ETRR1  0xF0063614          MC 38 Error Tracking Register 1
MTU_MC38_ETRR2  0xF0063616          MC 38 Error Tracking Register 2
MTU_MC38_ETRR3  0xF0063618          MC 38 Error Tracking Register 3
MTU_MC38_ETRR4  0xF006361A          MC 38 Error Tracking Register 4
MTU_MC38_RDBFL0 0xF0063660          MC 38 Read Data and Bit Flip Register 0
MTU_MC38_RDBFL1 0xF0063662          MC 38 Read Data and Bit Flip Register 1
MTU_MC38_RDBFL2 0xF0063664          MC 38 Read Data and Bit Flip Register 2
MTU_MC38_RDBFL3 0xF0063666          MC 38 Read Data and Bit Flip Register 3
MTU_MC38_RDBFL4 0xF0063668          MC 38 Read Data and Bit Flip Register 4
MTU_MC38_RDBFL5 0xF006366A          MC 38 Read Data and Bit Flip Register 5
MTU_MC38_RDBFL6 0xF006366C          MC 38 Read Data and Bit Flip Register 6
MTU_MC38_RDBFL7 0xF006366E          MC 38 Read Data and Bit Flip Register 7
MTU_MC38_RDBFL8 0xF0063670          MC 38 Read Data and Bit Flip Register 8
MTU_MC38_RDBFL9 0xF0063672          MC 38 Read Data and Bit Flip Register 9
MTU_MC38_RDBFL10 0xF0063674          MC 38 Read Data and Bit Flip Register 10
MTU_MC38_RDBFL11 0xF0063676          MC 38 Read Data and Bit Flip Register 11
MTU_MC38_RDBFL12 0xF0063678          MC 38 Read Data and Bit Flip Register 12
MTU_MC38_RDBFL13 0xF006367A          MC 38 Read Data and Bit Flip Register 13
MTU_MC38_RDBFL14 0xF006367C          MC 38 Read Data and Bit Flip Register 14
MTU_MC38_RDBFL15 0xF006367E          MC 38 Read Data and Bit Flip Register 15
MTU_MC38_RDBFL16 0xF0063680          MC 38 Read Data and Bit Flip Register 16
MTU_MC38_RDBFL17 0xF0063682          MC 38 Read Data and Bit Flip Register 17
MTU_MC38_RDBFL18 0xF0063684          MC 38 Read Data and Bit Flip Register 18
MTU_MC38_RDBFL19 0xF0063686          MC 38 Read Data and Bit Flip Register 19
MTU_MC38_RDBFL20 0xF0063688          MC 38 Read Data and Bit Flip Register 20
MTU_MC38_RDBFL21 0xF006368A          MC 38 Read Data and Bit Flip Register 21
MTU_MC38_RDBFL22 0xF006368C          MC 38 Read Data and Bit Flip Register 22
MTU_MC38_RDBFL23 0xF006368E          MC 38 Read Data and Bit Flip Register 23
MTU_MC38_RDBFL24 0xF0063690          MC 38 Read Data and Bit Flip Register 24
MTU_MC38_RDBFL25 0xF0063692          MC 38 Read Data and Bit Flip Register 25
MTU_MC38_RDBFL26 0xF0063694          MC 38 Read Data and Bit Flip Register 26
MTU_MC38_RDBFL27 0xF0063696          MC 38 Read Data and Bit Flip Register 27
MTU_MC38_RDBFL28 0xF0063698          MC 38 Read Data and Bit Flip Register 28
MTU_MC38_RDBFL29 0xF006369A          MC 38 Read Data and Bit Flip Register 29
MTU_MC38_RDBFL30 0xF006369C          MC 38 Read Data and Bit Flip Register 30
MTU_MC38_RDBFL31 0xF006369E          MC 38 Read Data and Bit Flip Register 31
MTU_MC38_RDBFL32 0xF00636A0          MC 38 Read Data and Bit Flip Register 32
MTU_MC38_RDBFL33 0xF00636A2          MC 38 Read Data and Bit Flip Register 33
MTU_MC38_RDBFL34 0xF00636A4          MC 38 Read Data and Bit Flip Register 34
MTU_MC38_RDBFL35 0xF00636A6          MC 38 Read Data and Bit Flip Register 35
MTU_MC38_RDBFL36 0xF00636A8          MC 38 Read Data and Bit Flip Register 36
MTU_MC38_RDBFL37 0xF00636AA          MC 38 Read Data and Bit Flip Register 37
MTU_MC38_RDBFL38 0xF00636AC          MC 38 Read Data and Bit Flip Register 38
MTU_MC38_RDBFL39 0xF00636AE          MC 38 Read Data and Bit Flip Register 39
MTU_MC38_RDBFL40 0xF00636B0          MC 38 Read Data and Bit Flip Register 40
MTU_MC38_RDBFL41 0xF00636B2          MC 38 Read Data and Bit Flip Register 41
MTU_MC38_RDBFL42 0xF00636B4          MC 38 Read Data and Bit Flip Register 42
MTU_MC38_RDBFL43 0xF00636B6          MC 38 Read Data and Bit Flip Register 43
MTU_MC38_RDBFL44 0xF00636B8          MC 38 Read Data and Bit Flip Register 44
MTU_MC38_RDBFL45 0xF00636BA          MC 38 Read Data and Bit Flip Register 45
MTU_MC38_RDBFL46 0xF00636BC          MC 38 Read Data and Bit Flip Register 46
MTU_MC38_RDBFL47 0xF00636BE          MC 38 Read Data and Bit Flip Register 47
MTU_MC38_RDBFL48 0xF00636C0          MC 38 Read Data and Bit Flip Register 48
MTU_MC38_RDBFL49 0xF00636C2          MC 38 Read Data and Bit Flip Register 49
MTU_MC38_RDBFL50 0xF00636C4          MC 38 Read Data and Bit Flip Register 50
MTU_MC38_RDBFL51 0xF00636C6          MC 38 Read Data and Bit Flip Register 51
MTU_MC38_RDBFL52 0xF00636C8          MC 38 Read Data and Bit Flip Register 52
MTU_MC38_RDBFL53 0xF00636CA          MC 38 Read Data and Bit Flip Register 53
MTU_MC38_RDBFL54 0xF00636CC          MC 38 Read Data and Bit Flip Register 54
MTU_MC38_RDBFL55 0xF00636CE          MC 38 Read Data and Bit Flip Register 55
MTU_MC38_RDBFL56 0xF00636D0          MC 38 Read Data and Bit Flip Register 56
MTU_MC38_RDBFL57 0xF00636D2          MC 38 Read Data and Bit Flip Register 57
MTU_MC38_RDBFL58 0xF00636D4          MC 38 Read Data and Bit Flip Register 58
MTU_MC38_RDBFL59 0xF00636D6          MC 38 Read Data and Bit Flip Register 59
MTU_MC38_RDBFL60 0xF00636D8          MC 38 Read Data and Bit Flip Register 60
MTU_MC38_RDBFL61 0xF00636DA          MC 38 Read Data and Bit Flip Register 61
MTU_MC38_RDBFL62 0xF00636DC          MC 38 Read Data and Bit Flip Register 62
MTU_MC38_RDBFL63 0xF00636DE          MC 38 Read Data and Bit Flip Register 63
MTU_MC38_RDBFL64 0xF00636E0          MC 38 Read Data and Bit Flip Register 64
MTU_MC38_RDBFL65 0xF00636E2          MC 38 Read Data and Bit Flip Register 65
MTU_MC38_RDBFL66 0xF00636E4          MC 38 Read Data and Bit Flip Register 66
MTU_MC38_ALMSRCS 0xF00636EE          MC 38 Alarm Sources Configuration Register
MTU_MC38_FAULTSTS 0xF00636F0          MC 38 SSH Safety Faults Status Register
MTU_MC38_ERRINFO0 0xF00636F2          MC 38 Error Information Register 0
MTU_MC38_ERRINFO1 0xF00636F4          MC 38 Error Information Register 1
MTU_MC38_ERRINFO2 0xF00636F6          MC 38 Error Information Register 2
MTU_MC38_ERRINFO3 0xF00636F8          MC 38 Error Information Register 3
MTU_MC38_ERRINFO4 0xF00636FA          MC 38 Error Information Register 4
MTU_MC39_CONFIG0 0xF0063700          MC 39 Configuration Register 0
MTU_MC39_CONFIG1 0xF0063702          MC 39 Configuration Register 1
MTU_MC39_MCONTROL 0xF0063704          MC 39 MBIST Control Register
MTU_MC39_MSTATUS 0xF0063706          MC 39 Status Register
MTU_MC39_RANGE  0xF0063708          MC 39 Range Register, single address mode
MTU_MC39_REVID  0xF006370C          MC 39 Revision ID Register
MTU_MC39_ECCS   0xF006370E          MC 39 ECC Safety Register
MTU_MC39_ECCD   0xF0063710          MC 39 Memory ECC Detection Register
MTU_MC39_ETRR0  0xF0063712          MC 39 Error Tracking Register 0
MTU_MC39_ETRR1  0xF0063714          MC 39 Error Tracking Register 1
MTU_MC39_ETRR2  0xF0063716          MC 39 Error Tracking Register 2
MTU_MC39_ETRR3  0xF0063718          MC 39 Error Tracking Register 3
MTU_MC39_ETRR4  0xF006371A          MC 39 Error Tracking Register 4
MTU_MC39_RDBFL0 0xF0063760          MC 39 Read Data and Bit Flip Register 0
MTU_MC39_RDBFL1 0xF0063762          MC 39 Read Data and Bit Flip Register 1
MTU_MC39_RDBFL2 0xF0063764          MC 39 Read Data and Bit Flip Register 2
MTU_MC39_RDBFL3 0xF0063766          MC 39 Read Data and Bit Flip Register 3
MTU_MC39_RDBFL4 0xF0063768          MC 39 Read Data and Bit Flip Register 4
MTU_MC39_RDBFL5 0xF006376A          MC 39 Read Data and Bit Flip Register 5
MTU_MC39_RDBFL6 0xF006376C          MC 39 Read Data and Bit Flip Register 6
MTU_MC39_RDBFL7 0xF006376E          MC 39 Read Data and Bit Flip Register 7
MTU_MC39_RDBFL8 0xF0063770          MC 39 Read Data and Bit Flip Register 8
MTU_MC39_RDBFL9 0xF0063772          MC 39 Read Data and Bit Flip Register 9
MTU_MC39_RDBFL10 0xF0063774          MC 39 Read Data and Bit Flip Register 10
MTU_MC39_RDBFL11 0xF0063776          MC 39 Read Data and Bit Flip Register 11
MTU_MC39_RDBFL12 0xF0063778          MC 39 Read Data and Bit Flip Register 12
MTU_MC39_RDBFL13 0xF006377A          MC 39 Read Data and Bit Flip Register 13
MTU_MC39_RDBFL14 0xF006377C          MC 39 Read Data and Bit Flip Register 14
MTU_MC39_RDBFL15 0xF006377E          MC 39 Read Data and Bit Flip Register 15
MTU_MC39_RDBFL16 0xF0063780          MC 39 Read Data and Bit Flip Register 16
MTU_MC39_RDBFL17 0xF0063782          MC 39 Read Data and Bit Flip Register 17
MTU_MC39_RDBFL18 0xF0063784          MC 39 Read Data and Bit Flip Register 18
MTU_MC39_RDBFL19 0xF0063786          MC 39 Read Data and Bit Flip Register 19
MTU_MC39_RDBFL20 0xF0063788          MC 39 Read Data and Bit Flip Register 20
MTU_MC39_RDBFL21 0xF006378A          MC 39 Read Data and Bit Flip Register 21
MTU_MC39_RDBFL22 0xF006378C          MC 39 Read Data and Bit Flip Register 22
MTU_MC39_RDBFL23 0xF006378E          MC 39 Read Data and Bit Flip Register 23
MTU_MC39_RDBFL24 0xF0063790          MC 39 Read Data and Bit Flip Register 24
MTU_MC39_RDBFL25 0xF0063792          MC 39 Read Data and Bit Flip Register 25
MTU_MC39_RDBFL26 0xF0063794          MC 39 Read Data and Bit Flip Register 26
MTU_MC39_RDBFL27 0xF0063796          MC 39 Read Data and Bit Flip Register 27
MTU_MC39_RDBFL28 0xF0063798          MC 39 Read Data and Bit Flip Register 28
MTU_MC39_RDBFL29 0xF006379A          MC 39 Read Data and Bit Flip Register 29
MTU_MC39_RDBFL30 0xF006379C          MC 39 Read Data and Bit Flip Register 30
MTU_MC39_RDBFL31 0xF006379E          MC 39 Read Data and Bit Flip Register 31
MTU_MC39_RDBFL32 0xF00637A0          MC 39 Read Data and Bit Flip Register 32
MTU_MC39_RDBFL33 0xF00637A2          MC 39 Read Data and Bit Flip Register 33
MTU_MC39_RDBFL34 0xF00637A4          MC 39 Read Data and Bit Flip Register 34
MTU_MC39_RDBFL35 0xF00637A6          MC 39 Read Data and Bit Flip Register 35
MTU_MC39_RDBFL36 0xF00637A8          MC 39 Read Data and Bit Flip Register 36
MTU_MC39_RDBFL37 0xF00637AA          MC 39 Read Data and Bit Flip Register 37
MTU_MC39_RDBFL38 0xF00637AC          MC 39 Read Data and Bit Flip Register 38
MTU_MC39_RDBFL39 0xF00637AE          MC 39 Read Data and Bit Flip Register 39
MTU_MC39_RDBFL40 0xF00637B0          MC 39 Read Data and Bit Flip Register 40
MTU_MC39_RDBFL41 0xF00637B2          MC 39 Read Data and Bit Flip Register 41
MTU_MC39_RDBFL42 0xF00637B4          MC 39 Read Data and Bit Flip Register 42
MTU_MC39_RDBFL43 0xF00637B6          MC 39 Read Data and Bit Flip Register 43
MTU_MC39_RDBFL44 0xF00637B8          MC 39 Read Data and Bit Flip Register 44
MTU_MC39_RDBFL45 0xF00637BA          MC 39 Read Data and Bit Flip Register 45
MTU_MC39_RDBFL46 0xF00637BC          MC 39 Read Data and Bit Flip Register 46
MTU_MC39_RDBFL47 0xF00637BE          MC 39 Read Data and Bit Flip Register 47
MTU_MC39_RDBFL48 0xF00637C0          MC 39 Read Data and Bit Flip Register 48
MTU_MC39_RDBFL49 0xF00637C2          MC 39 Read Data and Bit Flip Register 49
MTU_MC39_RDBFL50 0xF00637C4          MC 39 Read Data and Bit Flip Register 50
MTU_MC39_RDBFL51 0xF00637C6          MC 39 Read Data and Bit Flip Register 51
MTU_MC39_RDBFL52 0xF00637C8          MC 39 Read Data and Bit Flip Register 52
MTU_MC39_RDBFL53 0xF00637CA          MC 39 Read Data and Bit Flip Register 53
MTU_MC39_RDBFL54 0xF00637CC          MC 39 Read Data and Bit Flip Register 54
MTU_MC39_RDBFL55 0xF00637CE          MC 39 Read Data and Bit Flip Register 55
MTU_MC39_RDBFL56 0xF00637D0          MC 39 Read Data and Bit Flip Register 56
MTU_MC39_RDBFL57 0xF00637D2          MC 39 Read Data and Bit Flip Register 57
MTU_MC39_RDBFL58 0xF00637D4          MC 39 Read Data and Bit Flip Register 58
MTU_MC39_RDBFL59 0xF00637D6          MC 39 Read Data and Bit Flip Register 59
MTU_MC39_RDBFL60 0xF00637D8          MC 39 Read Data and Bit Flip Register 60
MTU_MC39_RDBFL61 0xF00637DA          MC 39 Read Data and Bit Flip Register 61
MTU_MC39_RDBFL62 0xF00637DC          MC 39 Read Data and Bit Flip Register 62
MTU_MC39_RDBFL63 0xF00637DE          MC 39 Read Data and Bit Flip Register 63
MTU_MC39_RDBFL64 0xF00637E0          MC 39 Read Data and Bit Flip Register 64
MTU_MC39_RDBFL65 0xF00637E2          MC 39 Read Data and Bit Flip Register 65
MTU_MC39_RDBFL66 0xF00637E4          MC 39 Read Data and Bit Flip Register 66
MTU_MC39_ALMSRCS 0xF00637EE          MC 39 Alarm Sources Configuration Register
MTU_MC39_FAULTSTS 0xF00637F0          MC 39 SSH Safety Faults Status Register
MTU_MC39_ERRINFO0 0xF00637F2          MC 39 Error Information Register 0
MTU_MC39_ERRINFO1 0xF00637F4          MC 39 Error Information Register 1
MTU_MC39_ERRINFO2 0xF00637F6          MC 39 Error Information Register 2
MTU_MC39_ERRINFO3 0xF00637F8          MC 39 Error Information Register 3
MTU_MC39_ERRINFO4 0xF00637FA          MC 39 Error Information Register 4
MTU_MC40_CONFIG0 0xF0063800          MC 40 Configuration Register 0
MTU_MC40_CONFIG1 0xF0063802          MC 40 Configuration Register 1
MTU_MC40_MCONTROL 0xF0063804          MC 40 MBIST Control Register
MTU_MC40_MSTATUS 0xF0063806          MC 40 Status Register
MTU_MC40_RANGE  0xF0063808          MC 40 Range Register, single address mode
MTU_MC40_REVID  0xF006380C          MC 40 Revision ID Register
MTU_MC40_ECCS   0xF006380E          MC 40 ECC Safety Register
MTU_MC40_ECCD   0xF0063810          MC 40 Memory ECC Detection Register
MTU_MC40_ETRR0  0xF0063812          MC 40 Error Tracking Register 0
MTU_MC40_ETRR1  0xF0063814          MC 40 Error Tracking Register 1
MTU_MC40_ETRR2  0xF0063816          MC 40 Error Tracking Register 2
MTU_MC40_ETRR3  0xF0063818          MC 40 Error Tracking Register 3
MTU_MC40_ETRR4  0xF006381A          MC 40 Error Tracking Register 4
MTU_MC40_RDBFL0 0xF0063860          MC 40 Read Data and Bit Flip Register 0
MTU_MC40_RDBFL1 0xF0063862          MC 40 Read Data and Bit Flip Register 1
MTU_MC40_RDBFL2 0xF0063864          MC 40 Read Data and Bit Flip Register 2
MTU_MC40_RDBFL3 0xF0063866          MC 40 Read Data and Bit Flip Register 3
MTU_MC40_RDBFL4 0xF0063868          MC 40 Read Data and Bit Flip Register 4
MTU_MC40_RDBFL5 0xF006386A          MC 40 Read Data and Bit Flip Register 5
MTU_MC40_RDBFL6 0xF006386C          MC 40 Read Data and Bit Flip Register 6
MTU_MC40_RDBFL7 0xF006386E          MC 40 Read Data and Bit Flip Register 7
MTU_MC40_RDBFL8 0xF0063870          MC 40 Read Data and Bit Flip Register 8
MTU_MC40_RDBFL9 0xF0063872          MC 40 Read Data and Bit Flip Register 9
MTU_MC40_RDBFL10 0xF0063874          MC 40 Read Data and Bit Flip Register 10
MTU_MC40_RDBFL11 0xF0063876          MC 40 Read Data and Bit Flip Register 11
MTU_MC40_RDBFL12 0xF0063878          MC 40 Read Data and Bit Flip Register 12
MTU_MC40_RDBFL13 0xF006387A          MC 40 Read Data and Bit Flip Register 13
MTU_MC40_RDBFL14 0xF006387C          MC 40 Read Data and Bit Flip Register 14
MTU_MC40_RDBFL15 0xF006387E          MC 40 Read Data and Bit Flip Register 15
MTU_MC40_RDBFL16 0xF0063880          MC 40 Read Data and Bit Flip Register 16
MTU_MC40_RDBFL17 0xF0063882          MC 40 Read Data and Bit Flip Register 17
MTU_MC40_RDBFL18 0xF0063884          MC 40 Read Data and Bit Flip Register 18
MTU_MC40_RDBFL19 0xF0063886          MC 40 Read Data and Bit Flip Register 19
MTU_MC40_RDBFL20 0xF0063888          MC 40 Read Data and Bit Flip Register 20
MTU_MC40_RDBFL21 0xF006388A          MC 40 Read Data and Bit Flip Register 21
MTU_MC40_RDBFL22 0xF006388C          MC 40 Read Data and Bit Flip Register 22
MTU_MC40_RDBFL23 0xF006388E          MC 40 Read Data and Bit Flip Register 23
MTU_MC40_RDBFL24 0xF0063890          MC 40 Read Data and Bit Flip Register 24
MTU_MC40_RDBFL25 0xF0063892          MC 40 Read Data and Bit Flip Register 25
MTU_MC40_RDBFL26 0xF0063894          MC 40 Read Data and Bit Flip Register 26
MTU_MC40_RDBFL27 0xF0063896          MC 40 Read Data and Bit Flip Register 27
MTU_MC40_RDBFL28 0xF0063898          MC 40 Read Data and Bit Flip Register 28
MTU_MC40_RDBFL29 0xF006389A          MC 40 Read Data and Bit Flip Register 29
MTU_MC40_RDBFL30 0xF006389C          MC 40 Read Data and Bit Flip Register 30
MTU_MC40_RDBFL31 0xF006389E          MC 40 Read Data and Bit Flip Register 31
MTU_MC40_RDBFL32 0xF00638A0          MC 40 Read Data and Bit Flip Register 32
MTU_MC40_RDBFL33 0xF00638A2          MC 40 Read Data and Bit Flip Register 33
MTU_MC40_RDBFL34 0xF00638A4          MC 40 Read Data and Bit Flip Register 34
MTU_MC40_RDBFL35 0xF00638A6          MC 40 Read Data and Bit Flip Register 35
MTU_MC40_RDBFL36 0xF00638A8          MC 40 Read Data and Bit Flip Register 36
MTU_MC40_RDBFL37 0xF00638AA          MC 40 Read Data and Bit Flip Register 37
MTU_MC40_RDBFL38 0xF00638AC          MC 40 Read Data and Bit Flip Register 38
MTU_MC40_RDBFL39 0xF00638AE          MC 40 Read Data and Bit Flip Register 39
MTU_MC40_RDBFL40 0xF00638B0          MC 40 Read Data and Bit Flip Register 40
MTU_MC40_RDBFL41 0xF00638B2          MC 40 Read Data and Bit Flip Register 41
MTU_MC40_RDBFL42 0xF00638B4          MC 40 Read Data and Bit Flip Register 42
MTU_MC40_RDBFL43 0xF00638B6          MC 40 Read Data and Bit Flip Register 43
MTU_MC40_RDBFL44 0xF00638B8          MC 40 Read Data and Bit Flip Register 44
MTU_MC40_RDBFL45 0xF00638BA          MC 40 Read Data and Bit Flip Register 45
MTU_MC40_RDBFL46 0xF00638BC          MC 40 Read Data and Bit Flip Register 46
MTU_MC40_RDBFL47 0xF00638BE          MC 40 Read Data and Bit Flip Register 47
MTU_MC40_RDBFL48 0xF00638C0          MC 40 Read Data and Bit Flip Register 48
MTU_MC40_RDBFL49 0xF00638C2          MC 40 Read Data and Bit Flip Register 49
MTU_MC40_RDBFL50 0xF00638C4          MC 40 Read Data and Bit Flip Register 50
MTU_MC40_RDBFL51 0xF00638C6          MC 40 Read Data and Bit Flip Register 51
MTU_MC40_RDBFL52 0xF00638C8          MC 40 Read Data and Bit Flip Register 52
MTU_MC40_RDBFL53 0xF00638CA          MC 40 Read Data and Bit Flip Register 53
MTU_MC40_RDBFL54 0xF00638CC          MC 40 Read Data and Bit Flip Register 54
MTU_MC40_RDBFL55 0xF00638CE          MC 40 Read Data and Bit Flip Register 55
MTU_MC40_RDBFL56 0xF00638D0          MC 40 Read Data and Bit Flip Register 56
MTU_MC40_RDBFL57 0xF00638D2          MC 40 Read Data and Bit Flip Register 57
MTU_MC40_RDBFL58 0xF00638D4          MC 40 Read Data and Bit Flip Register 58
MTU_MC40_RDBFL59 0xF00638D6          MC 40 Read Data and Bit Flip Register 59
MTU_MC40_RDBFL60 0xF00638D8          MC 40 Read Data and Bit Flip Register 60
MTU_MC40_RDBFL61 0xF00638DA          MC 40 Read Data and Bit Flip Register 61
MTU_MC40_RDBFL62 0xF00638DC          MC 40 Read Data and Bit Flip Register 62
MTU_MC40_RDBFL63 0xF00638DE          MC 40 Read Data and Bit Flip Register 63
MTU_MC40_RDBFL64 0xF00638E0          MC 40 Read Data and Bit Flip Register 64
MTU_MC40_RDBFL65 0xF00638E2          MC 40 Read Data and Bit Flip Register 65
MTU_MC40_RDBFL66 0xF00638E4          MC 40 Read Data and Bit Flip Register 66
MTU_MC40_ALMSRCS 0xF00638EE          MC 40 Alarm Sources Configuration Register
MTU_MC40_FAULTSTS 0xF00638F0          MC 40 SSH Safety Faults Status Register
MTU_MC40_ERRINFO0 0xF00638F2          MC 40 Error Information Register 0
MTU_MC40_ERRINFO1 0xF00638F4          MC 40 Error Information Register 1
MTU_MC40_ERRINFO2 0xF00638F6          MC 40 Error Information Register 2
MTU_MC40_ERRINFO3 0xF00638F8          MC 40 Error Information Register 3
MTU_MC40_ERRINFO4 0xF00638FA          MC 40 Error Information Register 4
MTU_MC41_CONFIG0 0xF0063900          MC 41 Configuration Register 0
MTU_MC41_CONFIG1 0xF0063902          MC 41 Configuration Register 1
MTU_MC41_MCONTROL 0xF0063904          MC 41 MBIST Control Register
MTU_MC41_MSTATUS 0xF0063906          MC 41 Status Register
MTU_MC41_RANGE  0xF0063908          MC 41 Range Register, single address mode
MTU_MC41_REVID  0xF006390C          MC 41 Revision ID Register
MTU_MC41_ECCS   0xF006390E          MC 41 ECC Safety Register
MTU_MC41_ECCD   0xF0063910          MC 41 Memory ECC Detection Register
MTU_MC41_ETRR0  0xF0063912          MC 41 Error Tracking Register 0
MTU_MC41_ETRR1  0xF0063914          MC 41 Error Tracking Register 1
MTU_MC41_ETRR2  0xF0063916          MC 41 Error Tracking Register 2
MTU_MC41_ETRR3  0xF0063918          MC 41 Error Tracking Register 3
MTU_MC41_ETRR4  0xF006391A          MC 41 Error Tracking Register 4
MTU_MC41_RDBFL0 0xF0063960          MC 41 Read Data and Bit Flip Register 0
MTU_MC41_RDBFL1 0xF0063962          MC 41 Read Data and Bit Flip Register 1
MTU_MC41_RDBFL2 0xF0063964          MC 41 Read Data and Bit Flip Register 2
MTU_MC41_RDBFL3 0xF0063966          MC 41 Read Data and Bit Flip Register 3
MTU_MC41_RDBFL4 0xF0063968          MC 41 Read Data and Bit Flip Register 4
MTU_MC41_RDBFL5 0xF006396A          MC 41 Read Data and Bit Flip Register 5
MTU_MC41_RDBFL6 0xF006396C          MC 41 Read Data and Bit Flip Register 6
MTU_MC41_RDBFL7 0xF006396E          MC 41 Read Data and Bit Flip Register 7
MTU_MC41_RDBFL8 0xF0063970          MC 41 Read Data and Bit Flip Register 8
MTU_MC41_RDBFL9 0xF0063972          MC 41 Read Data and Bit Flip Register 9
MTU_MC41_RDBFL10 0xF0063974          MC 41 Read Data and Bit Flip Register 10
MTU_MC41_RDBFL11 0xF0063976          MC 41 Read Data and Bit Flip Register 11
MTU_MC41_RDBFL12 0xF0063978          MC 41 Read Data and Bit Flip Register 12
MTU_MC41_RDBFL13 0xF006397A          MC 41 Read Data and Bit Flip Register 13
MTU_MC41_RDBFL14 0xF006397C          MC 41 Read Data and Bit Flip Register 14
MTU_MC41_RDBFL15 0xF006397E          MC 41 Read Data and Bit Flip Register 15
MTU_MC41_RDBFL16 0xF0063980          MC 41 Read Data and Bit Flip Register 16
MTU_MC41_RDBFL17 0xF0063982          MC 41 Read Data and Bit Flip Register 17
MTU_MC41_RDBFL18 0xF0063984          MC 41 Read Data and Bit Flip Register 18
MTU_MC41_RDBFL19 0xF0063986          MC 41 Read Data and Bit Flip Register 19
MTU_MC41_RDBFL20 0xF0063988          MC 41 Read Data and Bit Flip Register 20
MTU_MC41_RDBFL21 0xF006398A          MC 41 Read Data and Bit Flip Register 21
MTU_MC41_RDBFL22 0xF006398C          MC 41 Read Data and Bit Flip Register 22
MTU_MC41_RDBFL23 0xF006398E          MC 41 Read Data and Bit Flip Register 23
MTU_MC41_RDBFL24 0xF0063990          MC 41 Read Data and Bit Flip Register 24
MTU_MC41_RDBFL25 0xF0063992          MC 41 Read Data and Bit Flip Register 25
MTU_MC41_RDBFL26 0xF0063994          MC 41 Read Data and Bit Flip Register 26
MTU_MC41_RDBFL27 0xF0063996          MC 41 Read Data and Bit Flip Register 27
MTU_MC41_RDBFL28 0xF0063998          MC 41 Read Data and Bit Flip Register 28
MTU_MC41_RDBFL29 0xF006399A          MC 41 Read Data and Bit Flip Register 29
MTU_MC41_RDBFL30 0xF006399C          MC 41 Read Data and Bit Flip Register 30
MTU_MC41_RDBFL31 0xF006399E          MC 41 Read Data and Bit Flip Register 31
MTU_MC41_RDBFL32 0xF00639A0          MC 41 Read Data and Bit Flip Register 32
MTU_MC41_RDBFL33 0xF00639A2          MC 41 Read Data and Bit Flip Register 33
MTU_MC41_RDBFL34 0xF00639A4          MC 41 Read Data and Bit Flip Register 34
MTU_MC41_RDBFL35 0xF00639A6          MC 41 Read Data and Bit Flip Register 35
MTU_MC41_RDBFL36 0xF00639A8          MC 41 Read Data and Bit Flip Register 36
MTU_MC41_RDBFL37 0xF00639AA          MC 41 Read Data and Bit Flip Register 37
MTU_MC41_RDBFL38 0xF00639AC          MC 41 Read Data and Bit Flip Register 38
MTU_MC41_RDBFL39 0xF00639AE          MC 41 Read Data and Bit Flip Register 39
MTU_MC41_RDBFL40 0xF00639B0          MC 41 Read Data and Bit Flip Register 40
MTU_MC41_RDBFL41 0xF00639B2          MC 41 Read Data and Bit Flip Register 41
MTU_MC41_RDBFL42 0xF00639B4          MC 41 Read Data and Bit Flip Register 42
MTU_MC41_RDBFL43 0xF00639B6          MC 41 Read Data and Bit Flip Register 43
MTU_MC41_RDBFL44 0xF00639B8          MC 41 Read Data and Bit Flip Register 44
MTU_MC41_RDBFL45 0xF00639BA          MC 41 Read Data and Bit Flip Register 45
MTU_MC41_RDBFL46 0xF00639BC          MC 41 Read Data and Bit Flip Register 46
MTU_MC41_RDBFL47 0xF00639BE          MC 41 Read Data and Bit Flip Register 47
MTU_MC41_RDBFL48 0xF00639C0          MC 41 Read Data and Bit Flip Register 48
MTU_MC41_RDBFL49 0xF00639C2          MC 41 Read Data and Bit Flip Register 49
MTU_MC41_RDBFL50 0xF00639C4          MC 41 Read Data and Bit Flip Register 50
MTU_MC41_RDBFL51 0xF00639C6          MC 41 Read Data and Bit Flip Register 51
MTU_MC41_RDBFL52 0xF00639C8          MC 41 Read Data and Bit Flip Register 52
MTU_MC41_RDBFL53 0xF00639CA          MC 41 Read Data and Bit Flip Register 53
MTU_MC41_RDBFL54 0xF00639CC          MC 41 Read Data and Bit Flip Register 54
MTU_MC41_RDBFL55 0xF00639CE          MC 41 Read Data and Bit Flip Register 55
MTU_MC41_RDBFL56 0xF00639D0          MC 41 Read Data and Bit Flip Register 56
MTU_MC41_RDBFL57 0xF00639D2          MC 41 Read Data and Bit Flip Register 57
MTU_MC41_RDBFL58 0xF00639D4          MC 41 Read Data and Bit Flip Register 58
MTU_MC41_RDBFL59 0xF00639D6          MC 41 Read Data and Bit Flip Register 59
MTU_MC41_RDBFL60 0xF00639D8          MC 41 Read Data and Bit Flip Register 60
MTU_MC41_RDBFL61 0xF00639DA          MC 41 Read Data and Bit Flip Register 61
MTU_MC41_RDBFL62 0xF00639DC          MC 41 Read Data and Bit Flip Register 62
MTU_MC41_RDBFL63 0xF00639DE          MC 41 Read Data and Bit Flip Register 63
MTU_MC41_RDBFL64 0xF00639E0          MC 41 Read Data and Bit Flip Register 64
MTU_MC41_RDBFL65 0xF00639E2          MC 41 Read Data and Bit Flip Register 65
MTU_MC41_RDBFL66 0xF00639E4          MC 41 Read Data and Bit Flip Register 66
MTU_MC41_ALMSRCS 0xF00639EE          MC 41 Alarm Sources Configuration Register
MTU_MC41_FAULTSTS 0xF00639F0          MC 41 SSH Safety Faults Status Register
MTU_MC41_ERRINFO0 0xF00639F2          MC 41 Error Information Register 0
MTU_MC41_ERRINFO1 0xF00639F4          MC 41 Error Information Register 1
MTU_MC41_ERRINFO2 0xF00639F6          MC 41 Error Information Register 2
MTU_MC41_ERRINFO3 0xF00639F8          MC 41 Error Information Register 3
MTU_MC41_ERRINFO4 0xF00639FA          MC 41 Error Information Register 4
MTU_MC42_CONFIG0 0xF0063A00          MC 42 Configuration Register 0
MTU_MC42_CONFIG1 0xF0063A02          MC 42 Configuration Register 1
MTU_MC42_MCONTROL 0xF0063A04          MC 42 MBIST Control Register
MTU_MC42_MSTATUS 0xF0063A06          MC 42 Status Register
MTU_MC42_RANGE  0xF0063A08          MC 42 Range Register, single address mode
MTU_MC42_REVID  0xF0063A0C          MC 42 Revision ID Register
MTU_MC42_ECCS   0xF0063A0E          MC 42 ECC Safety Register
MTU_MC42_ECCD   0xF0063A10          MC 42 Memory ECC Detection Register
MTU_MC42_ETRR0  0xF0063A12          MC 42 Error Tracking Register 0
MTU_MC42_ETRR1  0xF0063A14          MC 42 Error Tracking Register 1
MTU_MC42_ETRR2  0xF0063A16          MC 42 Error Tracking Register 2
MTU_MC42_ETRR3  0xF0063A18          MC 42 Error Tracking Register 3
MTU_MC42_ETRR4  0xF0063A1A          MC 42 Error Tracking Register 4
MTU_MC42_RDBFL0 0xF0063A60          MC 42 Read Data and Bit Flip Register 0
MTU_MC42_RDBFL1 0xF0063A62          MC 42 Read Data and Bit Flip Register 1
MTU_MC42_RDBFL2 0xF0063A64          MC 42 Read Data and Bit Flip Register 2
MTU_MC42_RDBFL3 0xF0063A66          MC 42 Read Data and Bit Flip Register 3
MTU_MC42_RDBFL4 0xF0063A68          MC 42 Read Data and Bit Flip Register 4
MTU_MC42_RDBFL5 0xF0063A6A          MC 42 Read Data and Bit Flip Register 5
MTU_MC42_RDBFL6 0xF0063A6C          MC 42 Read Data and Bit Flip Register 6
MTU_MC42_RDBFL7 0xF0063A6E          MC 42 Read Data and Bit Flip Register 7
MTU_MC42_RDBFL8 0xF0063A70          MC 42 Read Data and Bit Flip Register 8
MTU_MC42_RDBFL9 0xF0063A72          MC 42 Read Data and Bit Flip Register 9
MTU_MC42_RDBFL10 0xF0063A74          MC 42 Read Data and Bit Flip Register 10
MTU_MC42_RDBFL11 0xF0063A76          MC 42 Read Data and Bit Flip Register 11
MTU_MC42_RDBFL12 0xF0063A78          MC 42 Read Data and Bit Flip Register 12
MTU_MC42_RDBFL13 0xF0063A7A          MC 42 Read Data and Bit Flip Register 13
MTU_MC42_RDBFL14 0xF0063A7C          MC 42 Read Data and Bit Flip Register 14
MTU_MC42_RDBFL15 0xF0063A7E          MC 42 Read Data and Bit Flip Register 15
MTU_MC42_RDBFL16 0xF0063A80          MC 42 Read Data and Bit Flip Register 16
MTU_MC42_RDBFL17 0xF0063A82          MC 42 Read Data and Bit Flip Register 17
MTU_MC42_RDBFL18 0xF0063A84          MC 42 Read Data and Bit Flip Register 18
MTU_MC42_RDBFL19 0xF0063A86          MC 42 Read Data and Bit Flip Register 19
MTU_MC42_RDBFL20 0xF0063A88          MC 42 Read Data and Bit Flip Register 20
MTU_MC42_RDBFL21 0xF0063A8A          MC 42 Read Data and Bit Flip Register 21
MTU_MC42_RDBFL22 0xF0063A8C          MC 42 Read Data and Bit Flip Register 22
MTU_MC42_RDBFL23 0xF0063A8E          MC 42 Read Data and Bit Flip Register 23
MTU_MC42_RDBFL24 0xF0063A90          MC 42 Read Data and Bit Flip Register 24
MTU_MC42_RDBFL25 0xF0063A92          MC 42 Read Data and Bit Flip Register 25
MTU_MC42_RDBFL26 0xF0063A94          MC 42 Read Data and Bit Flip Register 26
MTU_MC42_RDBFL27 0xF0063A96          MC 42 Read Data and Bit Flip Register 27
MTU_MC42_RDBFL28 0xF0063A98          MC 42 Read Data and Bit Flip Register 28
MTU_MC42_RDBFL29 0xF0063A9A          MC 42 Read Data and Bit Flip Register 29
MTU_MC42_RDBFL30 0xF0063A9C          MC 42 Read Data and Bit Flip Register 30
MTU_MC42_RDBFL31 0xF0063A9E          MC 42 Read Data and Bit Flip Register 31
MTU_MC42_RDBFL32 0xF0063AA0          MC 42 Read Data and Bit Flip Register 32
MTU_MC42_RDBFL33 0xF0063AA2          MC 42 Read Data and Bit Flip Register 33
MTU_MC42_RDBFL34 0xF0063AA4          MC 42 Read Data and Bit Flip Register 34
MTU_MC42_RDBFL35 0xF0063AA6          MC 42 Read Data and Bit Flip Register 35
MTU_MC42_RDBFL36 0xF0063AA8          MC 42 Read Data and Bit Flip Register 36
MTU_MC42_RDBFL37 0xF0063AAA          MC 42 Read Data and Bit Flip Register 37
MTU_MC42_RDBFL38 0xF0063AAC          MC 42 Read Data and Bit Flip Register 38
MTU_MC42_RDBFL39 0xF0063AAE          MC 42 Read Data and Bit Flip Register 39
MTU_MC42_RDBFL40 0xF0063AB0          MC 42 Read Data and Bit Flip Register 40
MTU_MC42_RDBFL41 0xF0063AB2          MC 42 Read Data and Bit Flip Register 41
MTU_MC42_RDBFL42 0xF0063AB4          MC 42 Read Data and Bit Flip Register 42
MTU_MC42_RDBFL43 0xF0063AB6          MC 42 Read Data and Bit Flip Register 43
MTU_MC42_RDBFL44 0xF0063AB8          MC 42 Read Data and Bit Flip Register 44
MTU_MC42_RDBFL45 0xF0063ABA          MC 42 Read Data and Bit Flip Register 45
MTU_MC42_RDBFL46 0xF0063ABC          MC 42 Read Data and Bit Flip Register 46
MTU_MC42_RDBFL47 0xF0063ABE          MC 42 Read Data and Bit Flip Register 47
MTU_MC42_RDBFL48 0xF0063AC0          MC 42 Read Data and Bit Flip Register 48
MTU_MC42_RDBFL49 0xF0063AC2          MC 42 Read Data and Bit Flip Register 49
MTU_MC42_RDBFL50 0xF0063AC4          MC 42 Read Data and Bit Flip Register 50
MTU_MC42_RDBFL51 0xF0063AC6          MC 42 Read Data and Bit Flip Register 51
MTU_MC42_RDBFL52 0xF0063AC8          MC 42 Read Data and Bit Flip Register 52
MTU_MC42_RDBFL53 0xF0063ACA          MC 42 Read Data and Bit Flip Register 53
MTU_MC42_RDBFL54 0xF0063ACC          MC 42 Read Data and Bit Flip Register 54
MTU_MC42_RDBFL55 0xF0063ACE          MC 42 Read Data and Bit Flip Register 55
MTU_MC42_RDBFL56 0xF0063AD0          MC 42 Read Data and Bit Flip Register 56
MTU_MC42_RDBFL57 0xF0063AD2          MC 42 Read Data and Bit Flip Register 57
MTU_MC42_RDBFL58 0xF0063AD4          MC 42 Read Data and Bit Flip Register 58
MTU_MC42_RDBFL59 0xF0063AD6          MC 42 Read Data and Bit Flip Register 59
MTU_MC42_RDBFL60 0xF0063AD8          MC 42 Read Data and Bit Flip Register 60
MTU_MC42_RDBFL61 0xF0063ADA          MC 42 Read Data and Bit Flip Register 61
MTU_MC42_RDBFL62 0xF0063ADC          MC 42 Read Data and Bit Flip Register 62
MTU_MC42_RDBFL63 0xF0063ADE          MC 42 Read Data and Bit Flip Register 63
MTU_MC42_RDBFL64 0xF0063AE0          MC 42 Read Data and Bit Flip Register 64
MTU_MC42_RDBFL65 0xF0063AE2          MC 42 Read Data and Bit Flip Register 65
MTU_MC42_RDBFL66 0xF0063AE4          MC 42 Read Data and Bit Flip Register 66
MTU_MC42_ALMSRCS 0xF0063AEE          MC 42 Alarm Sources Configuration Register
MTU_MC42_FAULTSTS 0xF0063AF0          MC 42 SSH Safety Faults Status Register
MTU_MC42_ERRINFO0 0xF0063AF2          MC 42 Error Information Register 0
MTU_MC42_ERRINFO1 0xF0063AF4          MC 42 Error Information Register 1
MTU_MC42_ERRINFO2 0xF0063AF6          MC 42 Error Information Register 2
MTU_MC42_ERRINFO3 0xF0063AF8          MC 42 Error Information Register 3
MTU_MC42_ERRINFO4 0xF0063AFA          MC 42 Error Information Register 4
MTU_MC43_CONFIG0 0xF0063B00          MC 43 Configuration Register 0
MTU_MC43_CONFIG1 0xF0063B02          MC 43 Configuration Register 1
MTU_MC43_MCONTROL 0xF0063B04          MC 43 MBIST Control Register
MTU_MC43_MSTATUS 0xF0063B06          MC 43 Status Register
MTU_MC43_RANGE  0xF0063B08          MC 43 Range Register, single address mode
MTU_MC43_REVID  0xF0063B0C          MC 43 Revision ID Register
MTU_MC43_ECCS   0xF0063B0E          MC 43 ECC Safety Register
MTU_MC43_ECCD   0xF0063B10          MC 43 Memory ECC Detection Register
MTU_MC43_ETRR0  0xF0063B12          MC 43 Error Tracking Register 0
MTU_MC43_ETRR1  0xF0063B14          MC 43 Error Tracking Register 1
MTU_MC43_ETRR2  0xF0063B16          MC 43 Error Tracking Register 2
MTU_MC43_ETRR3  0xF0063B18          MC 43 Error Tracking Register 3
MTU_MC43_ETRR4  0xF0063B1A          MC 43 Error Tracking Register 4
MTU_MC43_RDBFL0 0xF0063B60          MC 43 Read Data and Bit Flip Register 0
MTU_MC43_RDBFL1 0xF0063B62          MC 43 Read Data and Bit Flip Register 1
MTU_MC43_RDBFL2 0xF0063B64          MC 43 Read Data and Bit Flip Register 2
MTU_MC43_RDBFL3 0xF0063B66          MC 43 Read Data and Bit Flip Register 3
MTU_MC43_RDBFL4 0xF0063B68          MC 43 Read Data and Bit Flip Register 4
MTU_MC43_RDBFL5 0xF0063B6A          MC 43 Read Data and Bit Flip Register 5
MTU_MC43_RDBFL6 0xF0063B6C          MC 43 Read Data and Bit Flip Register 6
MTU_MC43_RDBFL7 0xF0063B6E          MC 43 Read Data and Bit Flip Register 7
MTU_MC43_RDBFL8 0xF0063B70          MC 43 Read Data and Bit Flip Register 8
MTU_MC43_RDBFL9 0xF0063B72          MC 43 Read Data and Bit Flip Register 9
MTU_MC43_RDBFL10 0xF0063B74          MC 43 Read Data and Bit Flip Register 10
MTU_MC43_RDBFL11 0xF0063B76          MC 43 Read Data and Bit Flip Register 11
MTU_MC43_RDBFL12 0xF0063B78          MC 43 Read Data and Bit Flip Register 12
MTU_MC43_RDBFL13 0xF0063B7A          MC 43 Read Data and Bit Flip Register 13
MTU_MC43_RDBFL14 0xF0063B7C          MC 43 Read Data and Bit Flip Register 14
MTU_MC43_RDBFL15 0xF0063B7E          MC 43 Read Data and Bit Flip Register 15
MTU_MC43_RDBFL16 0xF0063B80          MC 43 Read Data and Bit Flip Register 16
MTU_MC43_RDBFL17 0xF0063B82          MC 43 Read Data and Bit Flip Register 17
MTU_MC43_RDBFL18 0xF0063B84          MC 43 Read Data and Bit Flip Register 18
MTU_MC43_RDBFL19 0xF0063B86          MC 43 Read Data and Bit Flip Register 19
MTU_MC43_RDBFL20 0xF0063B88          MC 43 Read Data and Bit Flip Register 20
MTU_MC43_RDBFL21 0xF0063B8A          MC 43 Read Data and Bit Flip Register 21
MTU_MC43_RDBFL22 0xF0063B8C          MC 43 Read Data and Bit Flip Register 22
MTU_MC43_RDBFL23 0xF0063B8E          MC 43 Read Data and Bit Flip Register 23
MTU_MC43_RDBFL24 0xF0063B90          MC 43 Read Data and Bit Flip Register 24
MTU_MC43_RDBFL25 0xF0063B92          MC 43 Read Data and Bit Flip Register 25
MTU_MC43_RDBFL26 0xF0063B94          MC 43 Read Data and Bit Flip Register 26
MTU_MC43_RDBFL27 0xF0063B96          MC 43 Read Data and Bit Flip Register 27
MTU_MC43_RDBFL28 0xF0063B98          MC 43 Read Data and Bit Flip Register 28
MTU_MC43_RDBFL29 0xF0063B9A          MC 43 Read Data and Bit Flip Register 29
MTU_MC43_RDBFL30 0xF0063B9C          MC 43 Read Data and Bit Flip Register 30
MTU_MC43_RDBFL31 0xF0063B9E          MC 43 Read Data and Bit Flip Register 31
MTU_MC43_RDBFL32 0xF0063BA0          MC 43 Read Data and Bit Flip Register 32
MTU_MC43_RDBFL33 0xF0063BA2          MC 43 Read Data and Bit Flip Register 33
MTU_MC43_RDBFL34 0xF0063BA4          MC 43 Read Data and Bit Flip Register 34
MTU_MC43_RDBFL35 0xF0063BA6          MC 43 Read Data and Bit Flip Register 35
MTU_MC43_RDBFL36 0xF0063BA8          MC 43 Read Data and Bit Flip Register 36
MTU_MC43_RDBFL37 0xF0063BAA          MC 43 Read Data and Bit Flip Register 37
MTU_MC43_RDBFL38 0xF0063BAC          MC 43 Read Data and Bit Flip Register 38
MTU_MC43_RDBFL39 0xF0063BAE          MC 43 Read Data and Bit Flip Register 39
MTU_MC43_RDBFL40 0xF0063BB0          MC 43 Read Data and Bit Flip Register 40
MTU_MC43_RDBFL41 0xF0063BB2          MC 43 Read Data and Bit Flip Register 41
MTU_MC43_RDBFL42 0xF0063BB4          MC 43 Read Data and Bit Flip Register 42
MTU_MC43_RDBFL43 0xF0063BB6          MC 43 Read Data and Bit Flip Register 43
MTU_MC43_RDBFL44 0xF0063BB8          MC 43 Read Data and Bit Flip Register 44
MTU_MC43_RDBFL45 0xF0063BBA          MC 43 Read Data and Bit Flip Register 45
MTU_MC43_RDBFL46 0xF0063BBC          MC 43 Read Data and Bit Flip Register 46
MTU_MC43_RDBFL47 0xF0063BBE          MC 43 Read Data and Bit Flip Register 47
MTU_MC43_RDBFL48 0xF0063BC0          MC 43 Read Data and Bit Flip Register 48
MTU_MC43_RDBFL49 0xF0063BC2          MC 43 Read Data and Bit Flip Register 49
MTU_MC43_RDBFL50 0xF0063BC4          MC 43 Read Data and Bit Flip Register 50
MTU_MC43_RDBFL51 0xF0063BC6          MC 43 Read Data and Bit Flip Register 51
MTU_MC43_RDBFL52 0xF0063BC8          MC 43 Read Data and Bit Flip Register 52
MTU_MC43_RDBFL53 0xF0063BCA          MC 43 Read Data and Bit Flip Register 53
MTU_MC43_RDBFL54 0xF0063BCC          MC 43 Read Data and Bit Flip Register 54
MTU_MC43_RDBFL55 0xF0063BCE          MC 43 Read Data and Bit Flip Register 55
MTU_MC43_RDBFL56 0xF0063BD0          MC 43 Read Data and Bit Flip Register 56
MTU_MC43_RDBFL57 0xF0063BD2          MC 43 Read Data and Bit Flip Register 57
MTU_MC43_RDBFL58 0xF0063BD4          MC 43 Read Data and Bit Flip Register 58
MTU_MC43_RDBFL59 0xF0063BD6          MC 43 Read Data and Bit Flip Register 59
MTU_MC43_RDBFL60 0xF0063BD8          MC 43 Read Data and Bit Flip Register 60
MTU_MC43_RDBFL61 0xF0063BDA          MC 43 Read Data and Bit Flip Register 61
MTU_MC43_RDBFL62 0xF0063BDC          MC 43 Read Data and Bit Flip Register 62
MTU_MC43_RDBFL63 0xF0063BDE          MC 43 Read Data and Bit Flip Register 63
MTU_MC43_RDBFL64 0xF0063BE0          MC 43 Read Data and Bit Flip Register 64
MTU_MC43_RDBFL65 0xF0063BE2          MC 43 Read Data and Bit Flip Register 65
MTU_MC43_RDBFL66 0xF0063BE4          MC 43 Read Data and Bit Flip Register 66
MTU_MC43_ALMSRCS 0xF0063BEE          MC 43 Alarm Sources Configuration Register
MTU_MC43_FAULTSTS 0xF0063BF0          MC 43 SSH Safety Faults Status Register
MTU_MC43_ERRINFO0 0xF0063BF2          MC 43 Error Information Register 0
MTU_MC43_ERRINFO1 0xF0063BF4          MC 43 Error Information Register 1
MTU_MC43_ERRINFO2 0xF0063BF6          MC 43 Error Information Register 2
MTU_MC43_ERRINFO3 0xF0063BF8          MC 43 Error Information Register 3
MTU_MC43_ERRINFO4 0xF0063BFA          MC 43 Error Information Register 4
MTU_MC44_CONFIG0 0xF0063C00          MC 44 Configuration Register 0
MTU_MC44_CONFIG1 0xF0063C02          MC 44 Configuration Register 1
MTU_MC44_MCONTROL 0xF0063C04          MC 44 MBIST Control Register
MTU_MC44_MSTATUS 0xF0063C06          MC 44 Status Register
MTU_MC44_RANGE  0xF0063C08          MC 44 Range Register, single address mode
MTU_MC44_REVID  0xF0063C0C          MC 44 Revision ID Register
MTU_MC44_ECCS   0xF0063C0E          MC 44 ECC Safety Register
MTU_MC44_ECCD   0xF0063C10          MC 44 Memory ECC Detection Register
MTU_MC44_ETRR0  0xF0063C12          MC 44 Error Tracking Register 0
MTU_MC44_ETRR1  0xF0063C14          MC 44 Error Tracking Register 1
MTU_MC44_ETRR2  0xF0063C16          MC 44 Error Tracking Register 2
MTU_MC44_ETRR3  0xF0063C18          MC 44 Error Tracking Register 3
MTU_MC44_ETRR4  0xF0063C1A          MC 44 Error Tracking Register 4
MTU_MC44_RDBFL0 0xF0063C60          MC 44 Read Data and Bit Flip Register 0
MTU_MC44_RDBFL1 0xF0063C62          MC 44 Read Data and Bit Flip Register 1
MTU_MC44_RDBFL2 0xF0063C64          MC 44 Read Data and Bit Flip Register 2
MTU_MC44_RDBFL3 0xF0063C66          MC 44 Read Data and Bit Flip Register 3
MTU_MC44_RDBFL4 0xF0063C68          MC 44 Read Data and Bit Flip Register 4
MTU_MC44_RDBFL5 0xF0063C6A          MC 44 Read Data and Bit Flip Register 5
MTU_MC44_RDBFL6 0xF0063C6C          MC 44 Read Data and Bit Flip Register 6
MTU_MC44_RDBFL7 0xF0063C6E          MC 44 Read Data and Bit Flip Register 7
MTU_MC44_RDBFL8 0xF0063C70          MC 44 Read Data and Bit Flip Register 8
MTU_MC44_RDBFL9 0xF0063C72          MC 44 Read Data and Bit Flip Register 9
MTU_MC44_RDBFL10 0xF0063C74          MC 44 Read Data and Bit Flip Register 10
MTU_MC44_RDBFL11 0xF0063C76          MC 44 Read Data and Bit Flip Register 11
MTU_MC44_RDBFL12 0xF0063C78          MC 44 Read Data and Bit Flip Register 12
MTU_MC44_RDBFL13 0xF0063C7A          MC 44 Read Data and Bit Flip Register 13
MTU_MC44_RDBFL14 0xF0063C7C          MC 44 Read Data and Bit Flip Register 14
MTU_MC44_RDBFL15 0xF0063C7E          MC 44 Read Data and Bit Flip Register 15
MTU_MC44_RDBFL16 0xF0063C80          MC 44 Read Data and Bit Flip Register 16
MTU_MC44_RDBFL17 0xF0063C82          MC 44 Read Data and Bit Flip Register 17
MTU_MC44_RDBFL18 0xF0063C84          MC 44 Read Data and Bit Flip Register 18
MTU_MC44_RDBFL19 0xF0063C86          MC 44 Read Data and Bit Flip Register 19
MTU_MC44_RDBFL20 0xF0063C88          MC 44 Read Data and Bit Flip Register 20
MTU_MC44_RDBFL21 0xF0063C8A          MC 44 Read Data and Bit Flip Register 21
MTU_MC44_RDBFL22 0xF0063C8C          MC 44 Read Data and Bit Flip Register 22
MTU_MC44_RDBFL23 0xF0063C8E          MC 44 Read Data and Bit Flip Register 23
MTU_MC44_RDBFL24 0xF0063C90          MC 44 Read Data and Bit Flip Register 24
MTU_MC44_RDBFL25 0xF0063C92          MC 44 Read Data and Bit Flip Register 25
MTU_MC44_RDBFL26 0xF0063C94          MC 44 Read Data and Bit Flip Register 26
MTU_MC44_RDBFL27 0xF0063C96          MC 44 Read Data and Bit Flip Register 27
MTU_MC44_RDBFL28 0xF0063C98          MC 44 Read Data and Bit Flip Register 28
MTU_MC44_RDBFL29 0xF0063C9A          MC 44 Read Data and Bit Flip Register 29
MTU_MC44_RDBFL30 0xF0063C9C          MC 44 Read Data and Bit Flip Register 30
MTU_MC44_RDBFL31 0xF0063C9E          MC 44 Read Data and Bit Flip Register 31
MTU_MC44_RDBFL32 0xF0063CA0          MC 44 Read Data and Bit Flip Register 32
MTU_MC44_RDBFL33 0xF0063CA2          MC 44 Read Data and Bit Flip Register 33
MTU_MC44_RDBFL34 0xF0063CA4          MC 44 Read Data and Bit Flip Register 34
MTU_MC44_RDBFL35 0xF0063CA6          MC 44 Read Data and Bit Flip Register 35
MTU_MC44_RDBFL36 0xF0063CA8          MC 44 Read Data and Bit Flip Register 36
MTU_MC44_RDBFL37 0xF0063CAA          MC 44 Read Data and Bit Flip Register 37
MTU_MC44_RDBFL38 0xF0063CAC          MC 44 Read Data and Bit Flip Register 38
MTU_MC44_RDBFL39 0xF0063CAE          MC 44 Read Data and Bit Flip Register 39
MTU_MC44_RDBFL40 0xF0063CB0          MC 44 Read Data and Bit Flip Register 40
MTU_MC44_RDBFL41 0xF0063CB2          MC 44 Read Data and Bit Flip Register 41
MTU_MC44_RDBFL42 0xF0063CB4          MC 44 Read Data and Bit Flip Register 42
MTU_MC44_RDBFL43 0xF0063CB6          MC 44 Read Data and Bit Flip Register 43
MTU_MC44_RDBFL44 0xF0063CB8          MC 44 Read Data and Bit Flip Register 44
MTU_MC44_RDBFL45 0xF0063CBA          MC 44 Read Data and Bit Flip Register 45
MTU_MC44_RDBFL46 0xF0063CBC          MC 44 Read Data and Bit Flip Register 46
MTU_MC44_RDBFL47 0xF0063CBE          MC 44 Read Data and Bit Flip Register 47
MTU_MC44_RDBFL48 0xF0063CC0          MC 44 Read Data and Bit Flip Register 48
MTU_MC44_RDBFL49 0xF0063CC2          MC 44 Read Data and Bit Flip Register 49
MTU_MC44_RDBFL50 0xF0063CC4          MC 44 Read Data and Bit Flip Register 50
MTU_MC44_RDBFL51 0xF0063CC6          MC 44 Read Data and Bit Flip Register 51
MTU_MC44_RDBFL52 0xF0063CC8          MC 44 Read Data and Bit Flip Register 52
MTU_MC44_RDBFL53 0xF0063CCA          MC 44 Read Data and Bit Flip Register 53
MTU_MC44_RDBFL54 0xF0063CCC          MC 44 Read Data and Bit Flip Register 54
MTU_MC44_RDBFL55 0xF0063CCE          MC 44 Read Data and Bit Flip Register 55
MTU_MC44_RDBFL56 0xF0063CD0          MC 44 Read Data and Bit Flip Register 56
MTU_MC44_RDBFL57 0xF0063CD2          MC 44 Read Data and Bit Flip Register 57
MTU_MC44_RDBFL58 0xF0063CD4          MC 44 Read Data and Bit Flip Register 58
MTU_MC44_RDBFL59 0xF0063CD6          MC 44 Read Data and Bit Flip Register 59
MTU_MC44_RDBFL60 0xF0063CD8          MC 44 Read Data and Bit Flip Register 60
MTU_MC44_RDBFL61 0xF0063CDA          MC 44 Read Data and Bit Flip Register 61
MTU_MC44_RDBFL62 0xF0063CDC          MC 44 Read Data and Bit Flip Register 62
MTU_MC44_RDBFL63 0xF0063CDE          MC 44 Read Data and Bit Flip Register 63
MTU_MC44_RDBFL64 0xF0063CE0          MC 44 Read Data and Bit Flip Register 64
MTU_MC44_RDBFL65 0xF0063CE2          MC 44 Read Data and Bit Flip Register 65
MTU_MC44_RDBFL66 0xF0063CE4          MC 44 Read Data and Bit Flip Register 66
MTU_MC44_ALMSRCS 0xF0063CEE          MC 44 Alarm Sources Configuration Register
MTU_MC44_FAULTSTS 0xF0063CF0          MC 44 SSH Safety Faults Status Register
MTU_MC44_ERRINFO0 0xF0063CF2          MC 44 Error Information Register 0
MTU_MC44_ERRINFO1 0xF0063CF4          MC 44 Error Information Register 1
MTU_MC44_ERRINFO2 0xF0063CF6          MC 44 Error Information Register 2
MTU_MC44_ERRINFO3 0xF0063CF8          MC 44 Error Information Register 3
MTU_MC44_ERRINFO4 0xF0063CFA          MC 44 Error Information Register 4
MTU_MC45_CONFIG0 0xF0063D00          MC 45 Configuration Register 0
MTU_MC45_CONFIG1 0xF0063D02          MC 45 Configuration Register 1
MTU_MC45_MCONTROL 0xF0063D04          MC 45 MBIST Control Register
MTU_MC45_MSTATUS 0xF0063D06          MC 45 Status Register
MTU_MC45_RANGE  0xF0063D08          MC 45 Range Register, single address mode
MTU_MC45_REVID  0xF0063D0C          MC 45 Revision ID Register
MTU_MC45_ECCS   0xF0063D0E          MC 45 ECC Safety Register
MTU_MC45_ECCD   0xF0063D10          MC 45 Memory ECC Detection Register
MTU_MC45_ETRR0  0xF0063D12          MC 45 Error Tracking Register 0
MTU_MC45_ETRR1  0xF0063D14          MC 45 Error Tracking Register 1
MTU_MC45_ETRR2  0xF0063D16          MC 45 Error Tracking Register 2
MTU_MC45_ETRR3  0xF0063D18          MC 45 Error Tracking Register 3
MTU_MC45_ETRR4  0xF0063D1A          MC 45 Error Tracking Register 4
MTU_MC45_RDBFL0 0xF0063D60          MC 45 Read Data and Bit Flip Register 0
MTU_MC45_RDBFL1 0xF0063D62          MC 45 Read Data and Bit Flip Register 1
MTU_MC45_RDBFL2 0xF0063D64          MC 45 Read Data and Bit Flip Register 2
MTU_MC45_RDBFL3 0xF0063D66          MC 45 Read Data and Bit Flip Register 3
MTU_MC45_RDBFL4 0xF0063D68          MC 45 Read Data and Bit Flip Register 4
MTU_MC45_RDBFL5 0xF0063D6A          MC 45 Read Data and Bit Flip Register 5
MTU_MC45_RDBFL6 0xF0063D6C          MC 45 Read Data and Bit Flip Register 6
MTU_MC45_RDBFL7 0xF0063D6E          MC 45 Read Data and Bit Flip Register 7
MTU_MC45_RDBFL8 0xF0063D70          MC 45 Read Data and Bit Flip Register 8
MTU_MC45_RDBFL9 0xF0063D72          MC 45 Read Data and Bit Flip Register 9
MTU_MC45_RDBFL10 0xF0063D74          MC 45 Read Data and Bit Flip Register 10
MTU_MC45_RDBFL11 0xF0063D76          MC 45 Read Data and Bit Flip Register 11
MTU_MC45_RDBFL12 0xF0063D78          MC 45 Read Data and Bit Flip Register 12
MTU_MC45_RDBFL13 0xF0063D7A          MC 45 Read Data and Bit Flip Register 13
MTU_MC45_RDBFL14 0xF0063D7C          MC 45 Read Data and Bit Flip Register 14
MTU_MC45_RDBFL15 0xF0063D7E          MC 45 Read Data and Bit Flip Register 15
MTU_MC45_RDBFL16 0xF0063D80          MC 45 Read Data and Bit Flip Register 16
MTU_MC45_RDBFL17 0xF0063D82          MC 45 Read Data and Bit Flip Register 17
MTU_MC45_RDBFL18 0xF0063D84          MC 45 Read Data and Bit Flip Register 18
MTU_MC45_RDBFL19 0xF0063D86          MC 45 Read Data and Bit Flip Register 19
MTU_MC45_RDBFL20 0xF0063D88          MC 45 Read Data and Bit Flip Register 20
MTU_MC45_RDBFL21 0xF0063D8A          MC 45 Read Data and Bit Flip Register 21
MTU_MC45_RDBFL22 0xF0063D8C          MC 45 Read Data and Bit Flip Register 22
MTU_MC45_RDBFL23 0xF0063D8E          MC 45 Read Data and Bit Flip Register 23
MTU_MC45_RDBFL24 0xF0063D90          MC 45 Read Data and Bit Flip Register 24
MTU_MC45_RDBFL25 0xF0063D92          MC 45 Read Data and Bit Flip Register 25
MTU_MC45_RDBFL26 0xF0063D94          MC 45 Read Data and Bit Flip Register 26
MTU_MC45_RDBFL27 0xF0063D96          MC 45 Read Data and Bit Flip Register 27
MTU_MC45_RDBFL28 0xF0063D98          MC 45 Read Data and Bit Flip Register 28
MTU_MC45_RDBFL29 0xF0063D9A          MC 45 Read Data and Bit Flip Register 29
MTU_MC45_RDBFL30 0xF0063D9C          MC 45 Read Data and Bit Flip Register 30
MTU_MC45_RDBFL31 0xF0063D9E          MC 45 Read Data and Bit Flip Register 31
MTU_MC45_RDBFL32 0xF0063DA0          MC 45 Read Data and Bit Flip Register 32
MTU_MC45_RDBFL33 0xF0063DA2          MC 45 Read Data and Bit Flip Register 33
MTU_MC45_RDBFL34 0xF0063DA4          MC 45 Read Data and Bit Flip Register 34
MTU_MC45_RDBFL35 0xF0063DA6          MC 45 Read Data and Bit Flip Register 35
MTU_MC45_RDBFL36 0xF0063DA8          MC 45 Read Data and Bit Flip Register 36
MTU_MC45_RDBFL37 0xF0063DAA          MC 45 Read Data and Bit Flip Register 37
MTU_MC45_RDBFL38 0xF0063DAC          MC 45 Read Data and Bit Flip Register 38
MTU_MC45_RDBFL39 0xF0063DAE          MC 45 Read Data and Bit Flip Register 39
MTU_MC45_RDBFL40 0xF0063DB0          MC 45 Read Data and Bit Flip Register 40
MTU_MC45_RDBFL41 0xF0063DB2          MC 45 Read Data and Bit Flip Register 41
MTU_MC45_RDBFL42 0xF0063DB4          MC 45 Read Data and Bit Flip Register 42
MTU_MC45_RDBFL43 0xF0063DB6          MC 45 Read Data and Bit Flip Register 43
MTU_MC45_RDBFL44 0xF0063DB8          MC 45 Read Data and Bit Flip Register 44
MTU_MC45_RDBFL45 0xF0063DBA          MC 45 Read Data and Bit Flip Register 45
MTU_MC45_RDBFL46 0xF0063DBC          MC 45 Read Data and Bit Flip Register 46
MTU_MC45_RDBFL47 0xF0063DBE          MC 45 Read Data and Bit Flip Register 47
MTU_MC45_RDBFL48 0xF0063DC0          MC 45 Read Data and Bit Flip Register 48
MTU_MC45_RDBFL49 0xF0063DC2          MC 45 Read Data and Bit Flip Register 49
MTU_MC45_RDBFL50 0xF0063DC4          MC 45 Read Data and Bit Flip Register 50
MTU_MC45_RDBFL51 0xF0063DC6          MC 45 Read Data and Bit Flip Register 51
MTU_MC45_RDBFL52 0xF0063DC8          MC 45 Read Data and Bit Flip Register 52
MTU_MC45_RDBFL53 0xF0063DCA          MC 45 Read Data and Bit Flip Register 53
MTU_MC45_RDBFL54 0xF0063DCC          MC 45 Read Data and Bit Flip Register 54
MTU_MC45_RDBFL55 0xF0063DCE          MC 45 Read Data and Bit Flip Register 55
MTU_MC45_RDBFL56 0xF0063DD0          MC 45 Read Data and Bit Flip Register 56
MTU_MC45_RDBFL57 0xF0063DD2          MC 45 Read Data and Bit Flip Register 57
MTU_MC45_RDBFL58 0xF0063DD4          MC 45 Read Data and Bit Flip Register 58
MTU_MC45_RDBFL59 0xF0063DD6          MC 45 Read Data and Bit Flip Register 59
MTU_MC45_RDBFL60 0xF0063DD8          MC 45 Read Data and Bit Flip Register 60
MTU_MC45_RDBFL61 0xF0063DDA          MC 45 Read Data and Bit Flip Register 61
MTU_MC45_RDBFL62 0xF0063DDC          MC 45 Read Data and Bit Flip Register 62
MTU_MC45_RDBFL63 0xF0063DDE          MC 45 Read Data and Bit Flip Register 63
MTU_MC45_RDBFL64 0xF0063DE0          MC 45 Read Data and Bit Flip Register 64
MTU_MC45_RDBFL65 0xF0063DE2          MC 45 Read Data and Bit Flip Register 65
MTU_MC45_RDBFL66 0xF0063DE4          MC 45 Read Data and Bit Flip Register 66
MTU_MC45_ALMSRCS 0xF0063DEE          MC 45 Alarm Sources Configuration Register
MTU_MC45_FAULTSTS 0xF0063DF0          MC 45 SSH Safety Faults Status Register
MTU_MC45_ERRINFO0 0xF0063DF2          MC 45 Error Information Register 0
MTU_MC45_ERRINFO1 0xF0063DF4          MC 45 Error Information Register 1
MTU_MC45_ERRINFO2 0xF0063DF6          MC 45 Error Information Register 2
MTU_MC45_ERRINFO3 0xF0063DF8          MC 45 Error Information Register 3
MTU_MC45_ERRINFO4 0xF0063DFA          MC 45 Error Information Register 4
MTU_MC46_CONFIG0 0xF0063E00          MC 46 Configuration Register 0
MTU_MC46_CONFIG1 0xF0063E02          MC 46 Configuration Register 1
MTU_MC46_MCONTROL 0xF0063E04          MC 46 MBIST Control Register
MTU_MC46_MSTATUS 0xF0063E06          MC 46 Status Register
MTU_MC46_RANGE  0xF0063E08          MC 46 Range Register, single address mode
MTU_MC46_REVID  0xF0063E0C          MC 46 Revision ID Register
MTU_MC46_ECCS   0xF0063E0E          MC 46 ECC Safety Register
MTU_MC46_ECCD   0xF0063E10          MC 46 Memory ECC Detection Register
MTU_MC46_ETRR0  0xF0063E12          MC 46 Error Tracking Register 0
MTU_MC46_ETRR1  0xF0063E14          MC 46 Error Tracking Register 1
MTU_MC46_ETRR2  0xF0063E16          MC 46 Error Tracking Register 2
MTU_MC46_ETRR3  0xF0063E18          MC 46 Error Tracking Register 3
MTU_MC46_ETRR4  0xF0063E1A          MC 46 Error Tracking Register 4
MTU_MC46_RDBFL0 0xF0063E60          MC 46 Read Data and Bit Flip Register 0
MTU_MC46_RDBFL1 0xF0063E62          MC 46 Read Data and Bit Flip Register 1
MTU_MC46_RDBFL2 0xF0063E64          MC 46 Read Data and Bit Flip Register 2
MTU_MC46_RDBFL3 0xF0063E66          MC 46 Read Data and Bit Flip Register 3
MTU_MC46_RDBFL4 0xF0063E68          MC 46 Read Data and Bit Flip Register 4
MTU_MC46_RDBFL5 0xF0063E6A          MC 46 Read Data and Bit Flip Register 5
MTU_MC46_RDBFL6 0xF0063E6C          MC 46 Read Data and Bit Flip Register 6
MTU_MC46_RDBFL7 0xF0063E6E          MC 46 Read Data and Bit Flip Register 7
MTU_MC46_RDBFL8 0xF0063E70          MC 46 Read Data and Bit Flip Register 8
MTU_MC46_RDBFL9 0xF0063E72          MC 46 Read Data and Bit Flip Register 9
MTU_MC46_RDBFL10 0xF0063E74          MC 46 Read Data and Bit Flip Register 10
MTU_MC46_RDBFL11 0xF0063E76          MC 46 Read Data and Bit Flip Register 11
MTU_MC46_RDBFL12 0xF0063E78          MC 46 Read Data and Bit Flip Register 12
MTU_MC46_RDBFL13 0xF0063E7A          MC 46 Read Data and Bit Flip Register 13
MTU_MC46_RDBFL14 0xF0063E7C          MC 46 Read Data and Bit Flip Register 14
MTU_MC46_RDBFL15 0xF0063E7E          MC 46 Read Data and Bit Flip Register 15
MTU_MC46_RDBFL16 0xF0063E80          MC 46 Read Data and Bit Flip Register 16
MTU_MC46_RDBFL17 0xF0063E82          MC 46 Read Data and Bit Flip Register 17
MTU_MC46_RDBFL18 0xF0063E84          MC 46 Read Data and Bit Flip Register 18
MTU_MC46_RDBFL19 0xF0063E86          MC 46 Read Data and Bit Flip Register 19
MTU_MC46_RDBFL20 0xF0063E88          MC 46 Read Data and Bit Flip Register 20
MTU_MC46_RDBFL21 0xF0063E8A          MC 46 Read Data and Bit Flip Register 21
MTU_MC46_RDBFL22 0xF0063E8C          MC 46 Read Data and Bit Flip Register 22
MTU_MC46_RDBFL23 0xF0063E8E          MC 46 Read Data and Bit Flip Register 23
MTU_MC46_RDBFL24 0xF0063E90          MC 46 Read Data and Bit Flip Register 24
MTU_MC46_RDBFL25 0xF0063E92          MC 46 Read Data and Bit Flip Register 25
MTU_MC46_RDBFL26 0xF0063E94          MC 46 Read Data and Bit Flip Register 26
MTU_MC46_RDBFL27 0xF0063E96          MC 46 Read Data and Bit Flip Register 27
MTU_MC46_RDBFL28 0xF0063E98          MC 46 Read Data and Bit Flip Register 28
MTU_MC46_RDBFL29 0xF0063E9A          MC 46 Read Data and Bit Flip Register 29
MTU_MC46_RDBFL30 0xF0063E9C          MC 46 Read Data and Bit Flip Register 30
MTU_MC46_RDBFL31 0xF0063E9E          MC 46 Read Data and Bit Flip Register 31
MTU_MC46_RDBFL32 0xF0063EA0          MC 46 Read Data and Bit Flip Register 32
MTU_MC46_RDBFL33 0xF0063EA2          MC 46 Read Data and Bit Flip Register 33
MTU_MC46_RDBFL34 0xF0063EA4          MC 46 Read Data and Bit Flip Register 34
MTU_MC46_RDBFL35 0xF0063EA6          MC 46 Read Data and Bit Flip Register 35
MTU_MC46_RDBFL36 0xF0063EA8          MC 46 Read Data and Bit Flip Register 36
MTU_MC46_RDBFL37 0xF0063EAA          MC 46 Read Data and Bit Flip Register 37
MTU_MC46_RDBFL38 0xF0063EAC          MC 46 Read Data and Bit Flip Register 38
MTU_MC46_RDBFL39 0xF0063EAE          MC 46 Read Data and Bit Flip Register 39
MTU_MC46_RDBFL40 0xF0063EB0          MC 46 Read Data and Bit Flip Register 40
MTU_MC46_RDBFL41 0xF0063EB2          MC 46 Read Data and Bit Flip Register 41
MTU_MC46_RDBFL42 0xF0063EB4          MC 46 Read Data and Bit Flip Register 42
MTU_MC46_RDBFL43 0xF0063EB6          MC 46 Read Data and Bit Flip Register 43
MTU_MC46_RDBFL44 0xF0063EB8          MC 46 Read Data and Bit Flip Register 44
MTU_MC46_RDBFL45 0xF0063EBA          MC 46 Read Data and Bit Flip Register 45
MTU_MC46_RDBFL46 0xF0063EBC          MC 46 Read Data and Bit Flip Register 46
MTU_MC46_RDBFL47 0xF0063EBE          MC 46 Read Data and Bit Flip Register 47
MTU_MC46_RDBFL48 0xF0063EC0          MC 46 Read Data and Bit Flip Register 48
MTU_MC46_RDBFL49 0xF0063EC2          MC 46 Read Data and Bit Flip Register 49
MTU_MC46_RDBFL50 0xF0063EC4          MC 46 Read Data and Bit Flip Register 50
MTU_MC46_RDBFL51 0xF0063EC6          MC 46 Read Data and Bit Flip Register 51
MTU_MC46_RDBFL52 0xF0063EC8          MC 46 Read Data and Bit Flip Register 52
MTU_MC46_RDBFL53 0xF0063ECA          MC 46 Read Data and Bit Flip Register 53
MTU_MC46_RDBFL54 0xF0063ECC          MC 46 Read Data and Bit Flip Register 54
MTU_MC46_RDBFL55 0xF0063ECE          MC 46 Read Data and Bit Flip Register 55
MTU_MC46_RDBFL56 0xF0063ED0          MC 46 Read Data and Bit Flip Register 56
MTU_MC46_RDBFL57 0xF0063ED2          MC 46 Read Data and Bit Flip Register 57
MTU_MC46_RDBFL58 0xF0063ED4          MC 46 Read Data and Bit Flip Register 58
MTU_MC46_RDBFL59 0xF0063ED6          MC 46 Read Data and Bit Flip Register 59
MTU_MC46_RDBFL60 0xF0063ED8          MC 46 Read Data and Bit Flip Register 60
MTU_MC46_RDBFL61 0xF0063EDA          MC 46 Read Data and Bit Flip Register 61
MTU_MC46_RDBFL62 0xF0063EDC          MC 46 Read Data and Bit Flip Register 62
MTU_MC46_RDBFL63 0xF0063EDE          MC 46 Read Data and Bit Flip Register 63
MTU_MC46_RDBFL64 0xF0063EE0          MC 46 Read Data and Bit Flip Register 64
MTU_MC46_RDBFL65 0xF0063EE2          MC 46 Read Data and Bit Flip Register 65
MTU_MC46_RDBFL66 0xF0063EE4          MC 46 Read Data and Bit Flip Register 66
MTU_MC46_ALMSRCS 0xF0063EEE          MC 46 Alarm Sources Configuration Register
MTU_MC46_FAULTSTS 0xF0063EF0          MC 46 SSH Safety Faults Status Register
MTU_MC46_ERRINFO0 0xF0063EF2          MC 46 Error Information Register 0
MTU_MC46_ERRINFO1 0xF0063EF4          MC 46 Error Information Register 1
MTU_MC46_ERRINFO2 0xF0063EF6          MC 46 Error Information Register 2
MTU_MC46_ERRINFO3 0xF0063EF8          MC 46 Error Information Register 3
MTU_MC46_ERRINFO4 0xF0063EFA          MC 46 Error Information Register 4
MTU_MC47_CONFIG0 0xF0063F00          MC 47 Configuration Register 0
MTU_MC47_CONFIG1 0xF0063F02          MC 47 Configuration Register 1
MTU_MC47_MCONTROL 0xF0063F04          MC 47 MBIST Control Register
MTU_MC47_MSTATUS 0xF0063F06          MC 47 Status Register
MTU_MC47_RANGE  0xF0063F08          MC 47 Range Register, single address mode
MTU_MC47_REVID  0xF0063F0C          MC 47 Revision ID Register
MTU_MC47_ECCS   0xF0063F0E          MC 47 ECC Safety Register
MTU_MC47_ECCD   0xF0063F10          MC 47 Memory ECC Detection Register
MTU_MC47_ETRR0  0xF0063F12          MC 47 Error Tracking Register 0
MTU_MC47_ETRR1  0xF0063F14          MC 47 Error Tracking Register 1
MTU_MC47_ETRR2  0xF0063F16          MC 47 Error Tracking Register 2
MTU_MC47_ETRR3  0xF0063F18          MC 47 Error Tracking Register 3
MTU_MC47_ETRR4  0xF0063F1A          MC 47 Error Tracking Register 4
MTU_MC47_RDBFL0 0xF0063F60          MC 47 Read Data and Bit Flip Register 0
MTU_MC47_RDBFL1 0xF0063F62          MC 47 Read Data and Bit Flip Register 1
MTU_MC47_RDBFL2 0xF0063F64          MC 47 Read Data and Bit Flip Register 2
MTU_MC47_RDBFL3 0xF0063F66          MC 47 Read Data and Bit Flip Register 3
MTU_MC47_RDBFL4 0xF0063F68          MC 47 Read Data and Bit Flip Register 4
MTU_MC47_RDBFL5 0xF0063F6A          MC 47 Read Data and Bit Flip Register 5
MTU_MC47_RDBFL6 0xF0063F6C          MC 47 Read Data and Bit Flip Register 6
MTU_MC47_RDBFL7 0xF0063F6E          MC 47 Read Data and Bit Flip Register 7
MTU_MC47_RDBFL8 0xF0063F70          MC 47 Read Data and Bit Flip Register 8
MTU_MC47_RDBFL9 0xF0063F72          MC 47 Read Data and Bit Flip Register 9
MTU_MC47_RDBFL10 0xF0063F74          MC 47 Read Data and Bit Flip Register 10
MTU_MC47_RDBFL11 0xF0063F76          MC 47 Read Data and Bit Flip Register 11
MTU_MC47_RDBFL12 0xF0063F78          MC 47 Read Data and Bit Flip Register 12
MTU_MC47_RDBFL13 0xF0063F7A          MC 47 Read Data and Bit Flip Register 13
MTU_MC47_RDBFL14 0xF0063F7C          MC 47 Read Data and Bit Flip Register 14
MTU_MC47_RDBFL15 0xF0063F7E          MC 47 Read Data and Bit Flip Register 15
MTU_MC47_RDBFL16 0xF0063F80          MC 47 Read Data and Bit Flip Register 16
MTU_MC47_RDBFL17 0xF0063F82          MC 47 Read Data and Bit Flip Register 17
MTU_MC47_RDBFL18 0xF0063F84          MC 47 Read Data and Bit Flip Register 18
MTU_MC47_RDBFL19 0xF0063F86          MC 47 Read Data and Bit Flip Register 19
MTU_MC47_RDBFL20 0xF0063F88          MC 47 Read Data and Bit Flip Register 20
MTU_MC47_RDBFL21 0xF0063F8A          MC 47 Read Data and Bit Flip Register 21
MTU_MC47_RDBFL22 0xF0063F8C          MC 47 Read Data and Bit Flip Register 22
MTU_MC47_RDBFL23 0xF0063F8E          MC 47 Read Data and Bit Flip Register 23
MTU_MC47_RDBFL24 0xF0063F90          MC 47 Read Data and Bit Flip Register 24
MTU_MC47_RDBFL25 0xF0063F92          MC 47 Read Data and Bit Flip Register 25
MTU_MC47_RDBFL26 0xF0063F94          MC 47 Read Data and Bit Flip Register 26
MTU_MC47_RDBFL27 0xF0063F96          MC 47 Read Data and Bit Flip Register 27
MTU_MC47_RDBFL28 0xF0063F98          MC 47 Read Data and Bit Flip Register 28
MTU_MC47_RDBFL29 0xF0063F9A          MC 47 Read Data and Bit Flip Register 29
MTU_MC47_RDBFL30 0xF0063F9C          MC 47 Read Data and Bit Flip Register 30
MTU_MC47_RDBFL31 0xF0063F9E          MC 47 Read Data and Bit Flip Register 31
MTU_MC47_RDBFL32 0xF0063FA0          MC 47 Read Data and Bit Flip Register 32
MTU_MC47_RDBFL33 0xF0063FA2          MC 47 Read Data and Bit Flip Register 33
MTU_MC47_RDBFL34 0xF0063FA4          MC 47 Read Data and Bit Flip Register 34
MTU_MC47_RDBFL35 0xF0063FA6          MC 47 Read Data and Bit Flip Register 35
MTU_MC47_RDBFL36 0xF0063FA8          MC 47 Read Data and Bit Flip Register 36
MTU_MC47_RDBFL37 0xF0063FAA          MC 47 Read Data and Bit Flip Register 37
MTU_MC47_RDBFL38 0xF0063FAC          MC 47 Read Data and Bit Flip Register 38
MTU_MC47_RDBFL39 0xF0063FAE          MC 47 Read Data and Bit Flip Register 39
MTU_MC47_RDBFL40 0xF0063FB0          MC 47 Read Data and Bit Flip Register 40
MTU_MC47_RDBFL41 0xF0063FB2          MC 47 Read Data and Bit Flip Register 41
MTU_MC47_RDBFL42 0xF0063FB4          MC 47 Read Data and Bit Flip Register 42
MTU_MC47_RDBFL43 0xF0063FB6          MC 47 Read Data and Bit Flip Register 43
MTU_MC47_RDBFL44 0xF0063FB8          MC 47 Read Data and Bit Flip Register 44
MTU_MC47_RDBFL45 0xF0063FBA          MC 47 Read Data and Bit Flip Register 45
MTU_MC47_RDBFL46 0xF0063FBC          MC 47 Read Data and Bit Flip Register 46
MTU_MC47_RDBFL47 0xF0063FBE          MC 47 Read Data and Bit Flip Register 47
MTU_MC47_RDBFL48 0xF0063FC0          MC 47 Read Data and Bit Flip Register 48
MTU_MC47_RDBFL49 0xF0063FC2          MC 47 Read Data and Bit Flip Register 49
MTU_MC47_RDBFL50 0xF0063FC4          MC 47 Read Data and Bit Flip Register 50
MTU_MC47_RDBFL51 0xF0063FC6          MC 47 Read Data and Bit Flip Register 51
MTU_MC47_RDBFL52 0xF0063FC8          MC 47 Read Data and Bit Flip Register 52
MTU_MC47_RDBFL53 0xF0063FCA          MC 47 Read Data and Bit Flip Register 53
MTU_MC47_RDBFL54 0xF0063FCC          MC 47 Read Data and Bit Flip Register 54
MTU_MC47_RDBFL55 0xF0063FCE          MC 47 Read Data and Bit Flip Register 55
MTU_MC47_RDBFL56 0xF0063FD0          MC 47 Read Data and Bit Flip Register 56
MTU_MC47_RDBFL57 0xF0063FD2          MC 47 Read Data and Bit Flip Register 57
MTU_MC47_RDBFL58 0xF0063FD4          MC 47 Read Data and Bit Flip Register 58
MTU_MC47_RDBFL59 0xF0063FD6          MC 47 Read Data and Bit Flip Register 59
MTU_MC47_RDBFL60 0xF0063FD8          MC 47 Read Data and Bit Flip Register 60
MTU_MC47_RDBFL61 0xF0063FDA          MC 47 Read Data and Bit Flip Register 61
MTU_MC47_RDBFL62 0xF0063FDC          MC 47 Read Data and Bit Flip Register 62
MTU_MC47_RDBFL63 0xF0063FDE          MC 47 Read Data and Bit Flip Register 63
MTU_MC47_RDBFL64 0xF0063FE0          MC 47 Read Data and Bit Flip Register 64
MTU_MC47_RDBFL65 0xF0063FE2          MC 47 Read Data and Bit Flip Register 65
MTU_MC47_RDBFL66 0xF0063FE4          MC 47 Read Data and Bit Flip Register 66
MTU_MC47_ALMSRCS 0xF0063FEE          MC 47 Alarm Sources Configuration Register
MTU_MC47_FAULTSTS 0xF0063FF0          MC 47 SSH Safety Faults Status Register
MTU_MC47_ERRINFO0 0xF0063FF2          MC 47 Error Information Register 0
MTU_MC47_ERRINFO1 0xF0063FF4          MC 47 Error Information Register 1
MTU_MC47_ERRINFO2 0xF0063FF6          MC 47 Error Information Register 2
MTU_MC47_ERRINFO3 0xF0063FF8          MC 47 Error Information Register 3
MTU_MC47_ERRINFO4 0xF0063FFA          MC 47 Error Information Register 4
MTU_MC48_CONFIG0 0xF0064000          MC 48 Configuration Register 0
MTU_MC48_CONFIG1 0xF0064002          MC 48 Configuration Register 1
MTU_MC48_MCONTROL 0xF0064004          MC 48 MBIST Control Register
MTU_MC48_MSTATUS 0xF0064006          MC 48 Status Register
MTU_MC48_RANGE  0xF0064008          MC 48 Range Register, single address mode
MTU_MC48_REVID  0xF006400C          MC 48 Revision ID Register
MTU_MC48_ECCS   0xF006400E          MC 48 ECC Safety Register
MTU_MC48_ECCD   0xF0064010          MC 48 Memory ECC Detection Register
MTU_MC48_ETRR0  0xF0064012          MC 48 Error Tracking Register 0
MTU_MC48_ETRR1  0xF0064014          MC 48 Error Tracking Register 1
MTU_MC48_ETRR2  0xF0064016          MC 48 Error Tracking Register 2
MTU_MC48_ETRR3  0xF0064018          MC 48 Error Tracking Register 3
MTU_MC48_ETRR4  0xF006401A          MC 48 Error Tracking Register 4
MTU_MC48_RDBFL0 0xF0064060          MC 48 Read Data and Bit Flip Register 0
MTU_MC48_RDBFL1 0xF0064062          MC 48 Read Data and Bit Flip Register 1
MTU_MC48_RDBFL2 0xF0064064          MC 48 Read Data and Bit Flip Register 2
MTU_MC48_RDBFL3 0xF0064066          MC 48 Read Data and Bit Flip Register 3
MTU_MC48_RDBFL4 0xF0064068          MC 48 Read Data and Bit Flip Register 4
MTU_MC48_RDBFL5 0xF006406A          MC 48 Read Data and Bit Flip Register 5
MTU_MC48_RDBFL6 0xF006406C          MC 48 Read Data and Bit Flip Register 6
MTU_MC48_RDBFL7 0xF006406E          MC 48 Read Data and Bit Flip Register 7
MTU_MC48_RDBFL8 0xF0064070          MC 48 Read Data and Bit Flip Register 8
MTU_MC48_RDBFL9 0xF0064072          MC 48 Read Data and Bit Flip Register 9
MTU_MC48_RDBFL10 0xF0064074          MC 48 Read Data and Bit Flip Register 10
MTU_MC48_RDBFL11 0xF0064076          MC 48 Read Data and Bit Flip Register 11
MTU_MC48_RDBFL12 0xF0064078          MC 48 Read Data and Bit Flip Register 12
MTU_MC48_RDBFL13 0xF006407A          MC 48 Read Data and Bit Flip Register 13
MTU_MC48_RDBFL14 0xF006407C          MC 48 Read Data and Bit Flip Register 14
MTU_MC48_RDBFL15 0xF006407E          MC 48 Read Data and Bit Flip Register 15
MTU_MC48_RDBFL16 0xF0064080          MC 48 Read Data and Bit Flip Register 16
MTU_MC48_RDBFL17 0xF0064082          MC 48 Read Data and Bit Flip Register 17
MTU_MC48_RDBFL18 0xF0064084          MC 48 Read Data and Bit Flip Register 18
MTU_MC48_RDBFL19 0xF0064086          MC 48 Read Data and Bit Flip Register 19
MTU_MC48_RDBFL20 0xF0064088          MC 48 Read Data and Bit Flip Register 20
MTU_MC48_RDBFL21 0xF006408A          MC 48 Read Data and Bit Flip Register 21
MTU_MC48_RDBFL22 0xF006408C          MC 48 Read Data and Bit Flip Register 22
MTU_MC48_RDBFL23 0xF006408E          MC 48 Read Data and Bit Flip Register 23
MTU_MC48_RDBFL24 0xF0064090          MC 48 Read Data and Bit Flip Register 24
MTU_MC48_RDBFL25 0xF0064092          MC 48 Read Data and Bit Flip Register 25
MTU_MC48_RDBFL26 0xF0064094          MC 48 Read Data and Bit Flip Register 26
MTU_MC48_RDBFL27 0xF0064096          MC 48 Read Data and Bit Flip Register 27
MTU_MC48_RDBFL28 0xF0064098          MC 48 Read Data and Bit Flip Register 28
MTU_MC48_RDBFL29 0xF006409A          MC 48 Read Data and Bit Flip Register 29
MTU_MC48_RDBFL30 0xF006409C          MC 48 Read Data and Bit Flip Register 30
MTU_MC48_RDBFL31 0xF006409E          MC 48 Read Data and Bit Flip Register 31
MTU_MC48_RDBFL32 0xF00640A0          MC 48 Read Data and Bit Flip Register 32
MTU_MC48_RDBFL33 0xF00640A2          MC 48 Read Data and Bit Flip Register 33
MTU_MC48_RDBFL34 0xF00640A4          MC 48 Read Data and Bit Flip Register 34
MTU_MC48_RDBFL35 0xF00640A6          MC 48 Read Data and Bit Flip Register 35
MTU_MC48_RDBFL36 0xF00640A8          MC 48 Read Data and Bit Flip Register 36
MTU_MC48_RDBFL37 0xF00640AA          MC 48 Read Data and Bit Flip Register 37
MTU_MC48_RDBFL38 0xF00640AC          MC 48 Read Data and Bit Flip Register 38
MTU_MC48_RDBFL39 0xF00640AE          MC 48 Read Data and Bit Flip Register 39
MTU_MC48_RDBFL40 0xF00640B0          MC 48 Read Data and Bit Flip Register 40
MTU_MC48_RDBFL41 0xF00640B2          MC 48 Read Data and Bit Flip Register 41
MTU_MC48_RDBFL42 0xF00640B4          MC 48 Read Data and Bit Flip Register 42
MTU_MC48_RDBFL43 0xF00640B6          MC 48 Read Data and Bit Flip Register 43
MTU_MC48_RDBFL44 0xF00640B8          MC 48 Read Data and Bit Flip Register 44
MTU_MC48_RDBFL45 0xF00640BA          MC 48 Read Data and Bit Flip Register 45
MTU_MC48_RDBFL46 0xF00640BC          MC 48 Read Data and Bit Flip Register 46
MTU_MC48_RDBFL47 0xF00640BE          MC 48 Read Data and Bit Flip Register 47
MTU_MC48_RDBFL48 0xF00640C0          MC 48 Read Data and Bit Flip Register 48
MTU_MC48_RDBFL49 0xF00640C2          MC 48 Read Data and Bit Flip Register 49
MTU_MC48_RDBFL50 0xF00640C4          MC 48 Read Data and Bit Flip Register 50
MTU_MC48_RDBFL51 0xF00640C6          MC 48 Read Data and Bit Flip Register 51
MTU_MC48_RDBFL52 0xF00640C8          MC 48 Read Data and Bit Flip Register 52
MTU_MC48_RDBFL53 0xF00640CA          MC 48 Read Data and Bit Flip Register 53
MTU_MC48_RDBFL54 0xF00640CC          MC 48 Read Data and Bit Flip Register 54
MTU_MC48_RDBFL55 0xF00640CE          MC 48 Read Data and Bit Flip Register 55
MTU_MC48_RDBFL56 0xF00640D0          MC 48 Read Data and Bit Flip Register 56
MTU_MC48_RDBFL57 0xF00640D2          MC 48 Read Data and Bit Flip Register 57
MTU_MC48_RDBFL58 0xF00640D4          MC 48 Read Data and Bit Flip Register 58
MTU_MC48_RDBFL59 0xF00640D6          MC 48 Read Data and Bit Flip Register 59
MTU_MC48_RDBFL60 0xF00640D8          MC 48 Read Data and Bit Flip Register 60
MTU_MC48_RDBFL61 0xF00640DA          MC 48 Read Data and Bit Flip Register 61
MTU_MC48_RDBFL62 0xF00640DC          MC 48 Read Data and Bit Flip Register 62
MTU_MC48_RDBFL63 0xF00640DE          MC 48 Read Data and Bit Flip Register 63
MTU_MC48_RDBFL64 0xF00640E0          MC 48 Read Data and Bit Flip Register 64
MTU_MC48_RDBFL65 0xF00640E2          MC 48 Read Data and Bit Flip Register 65
MTU_MC48_RDBFL66 0xF00640E4          MC 48 Read Data and Bit Flip Register 66
MTU_MC48_ALMSRCS 0xF00640EE          MC 48 Alarm Sources Configuration Register
MTU_MC48_FAULTSTS 0xF00640F0          MC 48 SSH Safety Faults Status Register
MTU_MC48_ERRINFO0 0xF00640F2          MC 48 Error Information Register 0
MTU_MC48_ERRINFO1 0xF00640F4          MC 48 Error Information Register 1
MTU_MC48_ERRINFO2 0xF00640F6          MC 48 Error Information Register 2
MTU_MC48_ERRINFO3 0xF00640F8          MC 48 Error Information Register 3
MTU_MC48_ERRINFO4 0xF00640FA          MC 48 Error Information Register 4
MTU_MC49_CONFIG0 0xF0064100          MC 49 Configuration Register 0
MTU_MC49_CONFIG1 0xF0064102          MC 49 Configuration Register 1
MTU_MC49_MCONTROL 0xF0064104          MC 49 MBIST Control Register
MTU_MC49_MSTATUS 0xF0064106          MC 49 Status Register
MTU_MC49_RANGE  0xF0064108          MC 49 Range Register, single address mode
MTU_MC49_REVID  0xF006410C          MC 49 Revision ID Register
MTU_MC49_ECCS   0xF006410E          MC 49 ECC Safety Register
MTU_MC49_ECCD   0xF0064110          MC 49 Memory ECC Detection Register
MTU_MC49_ETRR0  0xF0064112          MC 49 Error Tracking Register 0
MTU_MC49_ETRR1  0xF0064114          MC 49 Error Tracking Register 1
MTU_MC49_ETRR2  0xF0064116          MC 49 Error Tracking Register 2
MTU_MC49_ETRR3  0xF0064118          MC 49 Error Tracking Register 3
MTU_MC49_ETRR4  0xF006411A          MC 49 Error Tracking Register 4
MTU_MC49_RDBFL0 0xF0064160          MC 49 Read Data and Bit Flip Register 0
MTU_MC49_RDBFL1 0xF0064162          MC 49 Read Data and Bit Flip Register 1
MTU_MC49_RDBFL2 0xF0064164          MC 49 Read Data and Bit Flip Register 2
MTU_MC49_RDBFL3 0xF0064166          MC 49 Read Data and Bit Flip Register 3
MTU_MC49_RDBFL4 0xF0064168          MC 49 Read Data and Bit Flip Register 4
MTU_MC49_RDBFL5 0xF006416A          MC 49 Read Data and Bit Flip Register 5
MTU_MC49_RDBFL6 0xF006416C          MC 49 Read Data and Bit Flip Register 6
MTU_MC49_RDBFL7 0xF006416E          MC 49 Read Data and Bit Flip Register 7
MTU_MC49_RDBFL8 0xF0064170          MC 49 Read Data and Bit Flip Register 8
MTU_MC49_RDBFL9 0xF0064172          MC 49 Read Data and Bit Flip Register 9
MTU_MC49_RDBFL10 0xF0064174          MC 49 Read Data and Bit Flip Register 10
MTU_MC49_RDBFL11 0xF0064176          MC 49 Read Data and Bit Flip Register 11
MTU_MC49_RDBFL12 0xF0064178          MC 49 Read Data and Bit Flip Register 12
MTU_MC49_RDBFL13 0xF006417A          MC 49 Read Data and Bit Flip Register 13
MTU_MC49_RDBFL14 0xF006417C          MC 49 Read Data and Bit Flip Register 14
MTU_MC49_RDBFL15 0xF006417E          MC 49 Read Data and Bit Flip Register 15
MTU_MC49_RDBFL16 0xF0064180          MC 49 Read Data and Bit Flip Register 16
MTU_MC49_RDBFL17 0xF0064182          MC 49 Read Data and Bit Flip Register 17
MTU_MC49_RDBFL18 0xF0064184          MC 49 Read Data and Bit Flip Register 18
MTU_MC49_RDBFL19 0xF0064186          MC 49 Read Data and Bit Flip Register 19
MTU_MC49_RDBFL20 0xF0064188          MC 49 Read Data and Bit Flip Register 20
MTU_MC49_RDBFL21 0xF006418A          MC 49 Read Data and Bit Flip Register 21
MTU_MC49_RDBFL22 0xF006418C          MC 49 Read Data and Bit Flip Register 22
MTU_MC49_RDBFL23 0xF006418E          MC 49 Read Data and Bit Flip Register 23
MTU_MC49_RDBFL24 0xF0064190          MC 49 Read Data and Bit Flip Register 24
MTU_MC49_RDBFL25 0xF0064192          MC 49 Read Data and Bit Flip Register 25
MTU_MC49_RDBFL26 0xF0064194          MC 49 Read Data and Bit Flip Register 26
MTU_MC49_RDBFL27 0xF0064196          MC 49 Read Data and Bit Flip Register 27
MTU_MC49_RDBFL28 0xF0064198          MC 49 Read Data and Bit Flip Register 28
MTU_MC49_RDBFL29 0xF006419A          MC 49 Read Data and Bit Flip Register 29
MTU_MC49_RDBFL30 0xF006419C          MC 49 Read Data and Bit Flip Register 30
MTU_MC49_RDBFL31 0xF006419E          MC 49 Read Data and Bit Flip Register 31
MTU_MC49_RDBFL32 0xF00641A0          MC 49 Read Data and Bit Flip Register 32
MTU_MC49_RDBFL33 0xF00641A2          MC 49 Read Data and Bit Flip Register 33
MTU_MC49_RDBFL34 0xF00641A4          MC 49 Read Data and Bit Flip Register 34
MTU_MC49_RDBFL35 0xF00641A6          MC 49 Read Data and Bit Flip Register 35
MTU_MC49_RDBFL36 0xF00641A8          MC 49 Read Data and Bit Flip Register 36
MTU_MC49_RDBFL37 0xF00641AA          MC 49 Read Data and Bit Flip Register 37
MTU_MC49_RDBFL38 0xF00641AC          MC 49 Read Data and Bit Flip Register 38
MTU_MC49_RDBFL39 0xF00641AE          MC 49 Read Data and Bit Flip Register 39
MTU_MC49_RDBFL40 0xF00641B0          MC 49 Read Data and Bit Flip Register 40
MTU_MC49_RDBFL41 0xF00641B2          MC 49 Read Data and Bit Flip Register 41
MTU_MC49_RDBFL42 0xF00641B4          MC 49 Read Data and Bit Flip Register 42
MTU_MC49_RDBFL43 0xF00641B6          MC 49 Read Data and Bit Flip Register 43
MTU_MC49_RDBFL44 0xF00641B8          MC 49 Read Data and Bit Flip Register 44
MTU_MC49_RDBFL45 0xF00641BA          MC 49 Read Data and Bit Flip Register 45
MTU_MC49_RDBFL46 0xF00641BC          MC 49 Read Data and Bit Flip Register 46
MTU_MC49_RDBFL47 0xF00641BE          MC 49 Read Data and Bit Flip Register 47
MTU_MC49_RDBFL48 0xF00641C0          MC 49 Read Data and Bit Flip Register 48
MTU_MC49_RDBFL49 0xF00641C2          MC 49 Read Data and Bit Flip Register 49
MTU_MC49_RDBFL50 0xF00641C4          MC 49 Read Data and Bit Flip Register 50
MTU_MC49_RDBFL51 0xF00641C6          MC 49 Read Data and Bit Flip Register 51
MTU_MC49_RDBFL52 0xF00641C8          MC 49 Read Data and Bit Flip Register 52
MTU_MC49_RDBFL53 0xF00641CA          MC 49 Read Data and Bit Flip Register 53
MTU_MC49_RDBFL54 0xF00641CC          MC 49 Read Data and Bit Flip Register 54
MTU_MC49_RDBFL55 0xF00641CE          MC 49 Read Data and Bit Flip Register 55
MTU_MC49_RDBFL56 0xF00641D0          MC 49 Read Data and Bit Flip Register 56
MTU_MC49_RDBFL57 0xF00641D2          MC 49 Read Data and Bit Flip Register 57
MTU_MC49_RDBFL58 0xF00641D4          MC 49 Read Data and Bit Flip Register 58
MTU_MC49_RDBFL59 0xF00641D6          MC 49 Read Data and Bit Flip Register 59
MTU_MC49_RDBFL60 0xF00641D8          MC 49 Read Data and Bit Flip Register 60
MTU_MC49_RDBFL61 0xF00641DA          MC 49 Read Data and Bit Flip Register 61
MTU_MC49_RDBFL62 0xF00641DC          MC 49 Read Data and Bit Flip Register 62
MTU_MC49_RDBFL63 0xF00641DE          MC 49 Read Data and Bit Flip Register 63
MTU_MC49_RDBFL64 0xF00641E0          MC 49 Read Data and Bit Flip Register 64
MTU_MC49_RDBFL65 0xF00641E2          MC 49 Read Data and Bit Flip Register 65
MTU_MC49_RDBFL66 0xF00641E4          MC 49 Read Data and Bit Flip Register 66
MTU_MC49_ALMSRCS 0xF00641EE          MC 49 Alarm Sources Configuration Register
MTU_MC49_FAULTSTS 0xF00641F0          MC 49 SSH Safety Faults Status Register
MTU_MC49_ERRINFO0 0xF00641F2          MC 49 Error Information Register 0
MTU_MC49_ERRINFO1 0xF00641F4          MC 49 Error Information Register 1
MTU_MC49_ERRINFO2 0xF00641F6          MC 49 Error Information Register 2
MTU_MC49_ERRINFO3 0xF00641F8          MC 49 Error Information Register 3
MTU_MC49_ERRINFO4 0xF00641FA          MC 49 Error Information Register 4
MTU_MC50_CONFIG0 0xF0064200          MC 50 Configuration Register 0
MTU_MC50_CONFIG1 0xF0064202          MC 50 Configuration Register 1
MTU_MC50_MCONTROL 0xF0064204          MC 50 MBIST Control Register
MTU_MC50_MSTATUS 0xF0064206          MC 50 Status Register
MTU_MC50_RANGE  0xF0064208          MC 50 Range Register, single address mode
MTU_MC50_REVID  0xF006420C          MC 50 Revision ID Register
MTU_MC50_ECCS   0xF006420E          MC 50 ECC Safety Register
MTU_MC50_ECCD   0xF0064210          MC 50 Memory ECC Detection Register
MTU_MC50_ETRR0  0xF0064212          MC 50 Error Tracking Register 0
MTU_MC50_ETRR1  0xF0064214          MC 50 Error Tracking Register 1
MTU_MC50_ETRR2  0xF0064216          MC 50 Error Tracking Register 2
MTU_MC50_ETRR3  0xF0064218          MC 50 Error Tracking Register 3
MTU_MC50_ETRR4  0xF006421A          MC 50 Error Tracking Register 4
MTU_MC50_RDBFL0 0xF0064260          MC 50 Read Data and Bit Flip Register 0
MTU_MC50_RDBFL1 0xF0064262          MC 50 Read Data and Bit Flip Register 1
MTU_MC50_RDBFL2 0xF0064264          MC 50 Read Data and Bit Flip Register 2
MTU_MC50_RDBFL3 0xF0064266          MC 50 Read Data and Bit Flip Register 3
MTU_MC50_RDBFL4 0xF0064268          MC 50 Read Data and Bit Flip Register 4
MTU_MC50_RDBFL5 0xF006426A          MC 50 Read Data and Bit Flip Register 5
MTU_MC50_RDBFL6 0xF006426C          MC 50 Read Data and Bit Flip Register 6
MTU_MC50_RDBFL7 0xF006426E          MC 50 Read Data and Bit Flip Register 7
MTU_MC50_RDBFL8 0xF0064270          MC 50 Read Data and Bit Flip Register 8
MTU_MC50_RDBFL9 0xF0064272          MC 50 Read Data and Bit Flip Register 9
MTU_MC50_RDBFL10 0xF0064274          MC 50 Read Data and Bit Flip Register 10
MTU_MC50_RDBFL11 0xF0064276          MC 50 Read Data and Bit Flip Register 11
MTU_MC50_RDBFL12 0xF0064278          MC 50 Read Data and Bit Flip Register 12
MTU_MC50_RDBFL13 0xF006427A          MC 50 Read Data and Bit Flip Register 13
MTU_MC50_RDBFL14 0xF006427C          MC 50 Read Data and Bit Flip Register 14
MTU_MC50_RDBFL15 0xF006427E          MC 50 Read Data and Bit Flip Register 15
MTU_MC50_RDBFL16 0xF0064280          MC 50 Read Data and Bit Flip Register 16
MTU_MC50_RDBFL17 0xF0064282          MC 50 Read Data and Bit Flip Register 17
MTU_MC50_RDBFL18 0xF0064284          MC 50 Read Data and Bit Flip Register 18
MTU_MC50_RDBFL19 0xF0064286          MC 50 Read Data and Bit Flip Register 19
MTU_MC50_RDBFL20 0xF0064288          MC 50 Read Data and Bit Flip Register 20
MTU_MC50_RDBFL21 0xF006428A          MC 50 Read Data and Bit Flip Register 21
MTU_MC50_RDBFL22 0xF006428C          MC 50 Read Data and Bit Flip Register 22
MTU_MC50_RDBFL23 0xF006428E          MC 50 Read Data and Bit Flip Register 23
MTU_MC50_RDBFL24 0xF0064290          MC 50 Read Data and Bit Flip Register 24
MTU_MC50_RDBFL25 0xF0064292          MC 50 Read Data and Bit Flip Register 25
MTU_MC50_RDBFL26 0xF0064294          MC 50 Read Data and Bit Flip Register 26
MTU_MC50_RDBFL27 0xF0064296          MC 50 Read Data and Bit Flip Register 27
MTU_MC50_RDBFL28 0xF0064298          MC 50 Read Data and Bit Flip Register 28
MTU_MC50_RDBFL29 0xF006429A          MC 50 Read Data and Bit Flip Register 29
MTU_MC50_RDBFL30 0xF006429C          MC 50 Read Data and Bit Flip Register 30
MTU_MC50_RDBFL31 0xF006429E          MC 50 Read Data and Bit Flip Register 31
MTU_MC50_RDBFL32 0xF00642A0          MC 50 Read Data and Bit Flip Register 32
MTU_MC50_RDBFL33 0xF00642A2          MC 50 Read Data and Bit Flip Register 33
MTU_MC50_RDBFL34 0xF00642A4          MC 50 Read Data and Bit Flip Register 34
MTU_MC50_RDBFL35 0xF00642A6          MC 50 Read Data and Bit Flip Register 35
MTU_MC50_RDBFL36 0xF00642A8          MC 50 Read Data and Bit Flip Register 36
MTU_MC50_RDBFL37 0xF00642AA          MC 50 Read Data and Bit Flip Register 37
MTU_MC50_RDBFL38 0xF00642AC          MC 50 Read Data and Bit Flip Register 38
MTU_MC50_RDBFL39 0xF00642AE          MC 50 Read Data and Bit Flip Register 39
MTU_MC50_RDBFL40 0xF00642B0          MC 50 Read Data and Bit Flip Register 40
MTU_MC50_RDBFL41 0xF00642B2          MC 50 Read Data and Bit Flip Register 41
MTU_MC50_RDBFL42 0xF00642B4          MC 50 Read Data and Bit Flip Register 42
MTU_MC50_RDBFL43 0xF00642B6          MC 50 Read Data and Bit Flip Register 43
MTU_MC50_RDBFL44 0xF00642B8          MC 50 Read Data and Bit Flip Register 44
MTU_MC50_RDBFL45 0xF00642BA          MC 50 Read Data and Bit Flip Register 45
MTU_MC50_RDBFL46 0xF00642BC          MC 50 Read Data and Bit Flip Register 46
MTU_MC50_RDBFL47 0xF00642BE          MC 50 Read Data and Bit Flip Register 47
MTU_MC50_RDBFL48 0xF00642C0          MC 50 Read Data and Bit Flip Register 48
MTU_MC50_RDBFL49 0xF00642C2          MC 50 Read Data and Bit Flip Register 49
MTU_MC50_RDBFL50 0xF00642C4          MC 50 Read Data and Bit Flip Register 50
MTU_MC50_RDBFL51 0xF00642C6          MC 50 Read Data and Bit Flip Register 51
MTU_MC50_RDBFL52 0xF00642C8          MC 50 Read Data and Bit Flip Register 52
MTU_MC50_RDBFL53 0xF00642CA          MC 50 Read Data and Bit Flip Register 53
MTU_MC50_RDBFL54 0xF00642CC          MC 50 Read Data and Bit Flip Register 54
MTU_MC50_RDBFL55 0xF00642CE          MC 50 Read Data and Bit Flip Register 55
MTU_MC50_RDBFL56 0xF00642D0          MC 50 Read Data and Bit Flip Register 56
MTU_MC50_RDBFL57 0xF00642D2          MC 50 Read Data and Bit Flip Register 57
MTU_MC50_RDBFL58 0xF00642D4          MC 50 Read Data and Bit Flip Register 58
MTU_MC50_RDBFL59 0xF00642D6          MC 50 Read Data and Bit Flip Register 59
MTU_MC50_RDBFL60 0xF00642D8          MC 50 Read Data and Bit Flip Register 60
MTU_MC50_RDBFL61 0xF00642DA          MC 50 Read Data and Bit Flip Register 61
MTU_MC50_RDBFL62 0xF00642DC          MC 50 Read Data and Bit Flip Register 62
MTU_MC50_RDBFL63 0xF00642DE          MC 50 Read Data and Bit Flip Register 63
MTU_MC50_RDBFL64 0xF00642E0          MC 50 Read Data and Bit Flip Register 64
MTU_MC50_RDBFL65 0xF00642E2          MC 50 Read Data and Bit Flip Register 65
MTU_MC50_RDBFL66 0xF00642E4          MC 50 Read Data and Bit Flip Register 66
MTU_MC50_ALMSRCS 0xF00642EE          MC 50 Alarm Sources Configuration Register
MTU_MC50_FAULTSTS 0xF00642F0          MC 50 SSH Safety Faults Status Register
MTU_MC50_ERRINFO0 0xF00642F2          MC 50 Error Information Register 0
MTU_MC50_ERRINFO1 0xF00642F4          MC 50 Error Information Register 1
MTU_MC50_ERRINFO2 0xF00642F6          MC 50 Error Information Register 2
MTU_MC50_ERRINFO3 0xF00642F8          MC 50 Error Information Register 3
MTU_MC50_ERRINFO4 0xF00642FA          MC 50 Error Information Register 4
MTU_MC51_CONFIG0 0xF0064300          MC 51 Configuration Register 0
MTU_MC51_CONFIG1 0xF0064302          MC 51 Configuration Register 1
MTU_MC51_MCONTROL 0xF0064304          MC 51 MBIST Control Register
MTU_MC51_MSTATUS 0xF0064306          MC 51 Status Register
MTU_MC51_RANGE  0xF0064308          MC 51 Range Register, single address mode
MTU_MC51_REVID  0xF006430C          MC 51 Revision ID Register
MTU_MC51_ECCS   0xF006430E          MC 51 ECC Safety Register
MTU_MC51_ECCD   0xF0064310          MC 51 Memory ECC Detection Register
MTU_MC51_ETRR0  0xF0064312          MC 51 Error Tracking Register 0
MTU_MC51_ETRR1  0xF0064314          MC 51 Error Tracking Register 1
MTU_MC51_ETRR2  0xF0064316          MC 51 Error Tracking Register 2
MTU_MC51_ETRR3  0xF0064318          MC 51 Error Tracking Register 3
MTU_MC51_ETRR4  0xF006431A          MC 51 Error Tracking Register 4
MTU_MC51_RDBFL0 0xF0064360          MC 51 Read Data and Bit Flip Register 0
MTU_MC51_RDBFL1 0xF0064362          MC 51 Read Data and Bit Flip Register 1
MTU_MC51_RDBFL2 0xF0064364          MC 51 Read Data and Bit Flip Register 2
MTU_MC51_RDBFL3 0xF0064366          MC 51 Read Data and Bit Flip Register 3
MTU_MC51_RDBFL4 0xF0064368          MC 51 Read Data and Bit Flip Register 4
MTU_MC51_RDBFL5 0xF006436A          MC 51 Read Data and Bit Flip Register 5
MTU_MC51_RDBFL6 0xF006436C          MC 51 Read Data and Bit Flip Register 6
MTU_MC51_RDBFL7 0xF006436E          MC 51 Read Data and Bit Flip Register 7
MTU_MC51_RDBFL8 0xF0064370          MC 51 Read Data and Bit Flip Register 8
MTU_MC51_RDBFL9 0xF0064372          MC 51 Read Data and Bit Flip Register 9
MTU_MC51_RDBFL10 0xF0064374          MC 51 Read Data and Bit Flip Register 10
MTU_MC51_RDBFL11 0xF0064376          MC 51 Read Data and Bit Flip Register 11
MTU_MC51_RDBFL12 0xF0064378          MC 51 Read Data and Bit Flip Register 12
MTU_MC51_RDBFL13 0xF006437A          MC 51 Read Data and Bit Flip Register 13
MTU_MC51_RDBFL14 0xF006437C          MC 51 Read Data and Bit Flip Register 14
MTU_MC51_RDBFL15 0xF006437E          MC 51 Read Data and Bit Flip Register 15
MTU_MC51_RDBFL16 0xF0064380          MC 51 Read Data and Bit Flip Register 16
MTU_MC51_RDBFL17 0xF0064382          MC 51 Read Data and Bit Flip Register 17
MTU_MC51_RDBFL18 0xF0064384          MC 51 Read Data and Bit Flip Register 18
MTU_MC51_RDBFL19 0xF0064386          MC 51 Read Data and Bit Flip Register 19
MTU_MC51_RDBFL20 0xF0064388          MC 51 Read Data and Bit Flip Register 20
MTU_MC51_RDBFL21 0xF006438A          MC 51 Read Data and Bit Flip Register 21
MTU_MC51_RDBFL22 0xF006438C          MC 51 Read Data and Bit Flip Register 22
MTU_MC51_RDBFL23 0xF006438E          MC 51 Read Data and Bit Flip Register 23
MTU_MC51_RDBFL24 0xF0064390          MC 51 Read Data and Bit Flip Register 24
MTU_MC51_RDBFL25 0xF0064392          MC 51 Read Data and Bit Flip Register 25
MTU_MC51_RDBFL26 0xF0064394          MC 51 Read Data and Bit Flip Register 26
MTU_MC51_RDBFL27 0xF0064396          MC 51 Read Data and Bit Flip Register 27
MTU_MC51_RDBFL28 0xF0064398          MC 51 Read Data and Bit Flip Register 28
MTU_MC51_RDBFL29 0xF006439A          MC 51 Read Data and Bit Flip Register 29
MTU_MC51_RDBFL30 0xF006439C          MC 51 Read Data and Bit Flip Register 30
MTU_MC51_RDBFL31 0xF006439E          MC 51 Read Data and Bit Flip Register 31
MTU_MC51_RDBFL32 0xF00643A0          MC 51 Read Data and Bit Flip Register 32
MTU_MC51_RDBFL33 0xF00643A2          MC 51 Read Data and Bit Flip Register 33
MTU_MC51_RDBFL34 0xF00643A4          MC 51 Read Data and Bit Flip Register 34
MTU_MC51_RDBFL35 0xF00643A6          MC 51 Read Data and Bit Flip Register 35
MTU_MC51_RDBFL36 0xF00643A8          MC 51 Read Data and Bit Flip Register 36
MTU_MC51_RDBFL37 0xF00643AA          MC 51 Read Data and Bit Flip Register 37
MTU_MC51_RDBFL38 0xF00643AC          MC 51 Read Data and Bit Flip Register 38
MTU_MC51_RDBFL39 0xF00643AE          MC 51 Read Data and Bit Flip Register 39
MTU_MC51_RDBFL40 0xF00643B0          MC 51 Read Data and Bit Flip Register 40
MTU_MC51_RDBFL41 0xF00643B2          MC 51 Read Data and Bit Flip Register 41
MTU_MC51_RDBFL42 0xF00643B4          MC 51 Read Data and Bit Flip Register 42
MTU_MC51_RDBFL43 0xF00643B6          MC 51 Read Data and Bit Flip Register 43
MTU_MC51_RDBFL44 0xF00643B8          MC 51 Read Data and Bit Flip Register 44
MTU_MC51_RDBFL45 0xF00643BA          MC 51 Read Data and Bit Flip Register 45
MTU_MC51_RDBFL46 0xF00643BC          MC 51 Read Data and Bit Flip Register 46
MTU_MC51_RDBFL47 0xF00643BE          MC 51 Read Data and Bit Flip Register 47
MTU_MC51_RDBFL48 0xF00643C0          MC 51 Read Data and Bit Flip Register 48
MTU_MC51_RDBFL49 0xF00643C2          MC 51 Read Data and Bit Flip Register 49
MTU_MC51_RDBFL50 0xF00643C4          MC 51 Read Data and Bit Flip Register 50
MTU_MC51_RDBFL51 0xF00643C6          MC 51 Read Data and Bit Flip Register 51
MTU_MC51_RDBFL52 0xF00643C8          MC 51 Read Data and Bit Flip Register 52
MTU_MC51_RDBFL53 0xF00643CA          MC 51 Read Data and Bit Flip Register 53
MTU_MC51_RDBFL54 0xF00643CC          MC 51 Read Data and Bit Flip Register 54
MTU_MC51_RDBFL55 0xF00643CE          MC 51 Read Data and Bit Flip Register 55
MTU_MC51_RDBFL56 0xF00643D0          MC 51 Read Data and Bit Flip Register 56
MTU_MC51_RDBFL57 0xF00643D2          MC 51 Read Data and Bit Flip Register 57
MTU_MC51_RDBFL58 0xF00643D4          MC 51 Read Data and Bit Flip Register 58
MTU_MC51_RDBFL59 0xF00643D6          MC 51 Read Data and Bit Flip Register 59
MTU_MC51_RDBFL60 0xF00643D8          MC 51 Read Data and Bit Flip Register 60
MTU_MC51_RDBFL61 0xF00643DA          MC 51 Read Data and Bit Flip Register 61
MTU_MC51_RDBFL62 0xF00643DC          MC 51 Read Data and Bit Flip Register 62
MTU_MC51_RDBFL63 0xF00643DE          MC 51 Read Data and Bit Flip Register 63
MTU_MC51_RDBFL64 0xF00643E0          MC 51 Read Data and Bit Flip Register 64
MTU_MC51_RDBFL65 0xF00643E2          MC 51 Read Data and Bit Flip Register 65
MTU_MC51_RDBFL66 0xF00643E4          MC 51 Read Data and Bit Flip Register 66
MTU_MC51_ALMSRCS 0xF00643EE          MC 51 Alarm Sources Configuration Register
MTU_MC51_FAULTSTS 0xF00643F0          MC 51 SSH Safety Faults Status Register
MTU_MC51_ERRINFO0 0xF00643F2          MC 51 Error Information Register 0
MTU_MC51_ERRINFO1 0xF00643F4          MC 51 Error Information Register 1
MTU_MC51_ERRINFO2 0xF00643F6          MC 51 Error Information Register 2
MTU_MC51_ERRINFO3 0xF00643F8          MC 51 Error Information Register 3
MTU_MC51_ERRINFO4 0xF00643FA          MC 51 Error Information Register 4
MTU_MC52_CONFIG0 0xF0064400          MC 52 Configuration Register 0
MTU_MC52_CONFIG1 0xF0064402          MC 52 Configuration Register 1
MTU_MC52_MCONTROL 0xF0064404          MC 52 MBIST Control Register
MTU_MC52_MSTATUS 0xF0064406          MC 52 Status Register
MTU_MC52_RANGE  0xF0064408          MC 52 Range Register, single address mode
MTU_MC52_REVID  0xF006440C          MC 52 Revision ID Register
MTU_MC52_ECCS   0xF006440E          MC 52 ECC Safety Register
MTU_MC52_ECCD   0xF0064410          MC 52 Memory ECC Detection Register
MTU_MC52_ETRR0  0xF0064412          MC 52 Error Tracking Register 0
MTU_MC52_ETRR1  0xF0064414          MC 52 Error Tracking Register 1
MTU_MC52_ETRR2  0xF0064416          MC 52 Error Tracking Register 2
MTU_MC52_ETRR3  0xF0064418          MC 52 Error Tracking Register 3
MTU_MC52_ETRR4  0xF006441A          MC 52 Error Tracking Register 4
MTU_MC52_RDBFL0 0xF0064460          MC 52 Read Data and Bit Flip Register 0
MTU_MC52_RDBFL1 0xF0064462          MC 52 Read Data and Bit Flip Register 1
MTU_MC52_RDBFL2 0xF0064464          MC 52 Read Data and Bit Flip Register 2
MTU_MC52_RDBFL3 0xF0064466          MC 52 Read Data and Bit Flip Register 3
MTU_MC52_RDBFL4 0xF0064468          MC 52 Read Data and Bit Flip Register 4
MTU_MC52_RDBFL5 0xF006446A          MC 52 Read Data and Bit Flip Register 5
MTU_MC52_RDBFL6 0xF006446C          MC 52 Read Data and Bit Flip Register 6
MTU_MC52_RDBFL7 0xF006446E          MC 52 Read Data and Bit Flip Register 7
MTU_MC52_RDBFL8 0xF0064470          MC 52 Read Data and Bit Flip Register 8
MTU_MC52_RDBFL9 0xF0064472          MC 52 Read Data and Bit Flip Register 9
MTU_MC52_RDBFL10 0xF0064474          MC 52 Read Data and Bit Flip Register 10
MTU_MC52_RDBFL11 0xF0064476          MC 52 Read Data and Bit Flip Register 11
MTU_MC52_RDBFL12 0xF0064478          MC 52 Read Data and Bit Flip Register 12
MTU_MC52_RDBFL13 0xF006447A          MC 52 Read Data and Bit Flip Register 13
MTU_MC52_RDBFL14 0xF006447C          MC 52 Read Data and Bit Flip Register 14
MTU_MC52_RDBFL15 0xF006447E          MC 52 Read Data and Bit Flip Register 15
MTU_MC52_RDBFL16 0xF0064480          MC 52 Read Data and Bit Flip Register 16
MTU_MC52_RDBFL17 0xF0064482          MC 52 Read Data and Bit Flip Register 17
MTU_MC52_RDBFL18 0xF0064484          MC 52 Read Data and Bit Flip Register 18
MTU_MC52_RDBFL19 0xF0064486          MC 52 Read Data and Bit Flip Register 19
MTU_MC52_RDBFL20 0xF0064488          MC 52 Read Data and Bit Flip Register 20
MTU_MC52_RDBFL21 0xF006448A          MC 52 Read Data and Bit Flip Register 21
MTU_MC52_RDBFL22 0xF006448C          MC 52 Read Data and Bit Flip Register 22
MTU_MC52_RDBFL23 0xF006448E          MC 52 Read Data and Bit Flip Register 23
MTU_MC52_RDBFL24 0xF0064490          MC 52 Read Data and Bit Flip Register 24
MTU_MC52_RDBFL25 0xF0064492          MC 52 Read Data and Bit Flip Register 25
MTU_MC52_RDBFL26 0xF0064494          MC 52 Read Data and Bit Flip Register 26
MTU_MC52_RDBFL27 0xF0064496          MC 52 Read Data and Bit Flip Register 27
MTU_MC52_RDBFL28 0xF0064498          MC 52 Read Data and Bit Flip Register 28
MTU_MC52_RDBFL29 0xF006449A          MC 52 Read Data and Bit Flip Register 29
MTU_MC52_RDBFL30 0xF006449C          MC 52 Read Data and Bit Flip Register 30
MTU_MC52_RDBFL31 0xF006449E          MC 52 Read Data and Bit Flip Register 31
MTU_MC52_RDBFL32 0xF00644A0          MC 52 Read Data and Bit Flip Register 32
MTU_MC52_RDBFL33 0xF00644A2          MC 52 Read Data and Bit Flip Register 33
MTU_MC52_RDBFL34 0xF00644A4          MC 52 Read Data and Bit Flip Register 34
MTU_MC52_RDBFL35 0xF00644A6          MC 52 Read Data and Bit Flip Register 35
MTU_MC52_RDBFL36 0xF00644A8          MC 52 Read Data and Bit Flip Register 36
MTU_MC52_RDBFL37 0xF00644AA          MC 52 Read Data and Bit Flip Register 37
MTU_MC52_RDBFL38 0xF00644AC          MC 52 Read Data and Bit Flip Register 38
MTU_MC52_RDBFL39 0xF00644AE          MC 52 Read Data and Bit Flip Register 39
MTU_MC52_RDBFL40 0xF00644B0          MC 52 Read Data and Bit Flip Register 40
MTU_MC52_RDBFL41 0xF00644B2          MC 52 Read Data and Bit Flip Register 41
MTU_MC52_RDBFL42 0xF00644B4          MC 52 Read Data and Bit Flip Register 42
MTU_MC52_RDBFL43 0xF00644B6          MC 52 Read Data and Bit Flip Register 43
MTU_MC52_RDBFL44 0xF00644B8          MC 52 Read Data and Bit Flip Register 44
MTU_MC52_RDBFL45 0xF00644BA          MC 52 Read Data and Bit Flip Register 45
MTU_MC52_RDBFL46 0xF00644BC          MC 52 Read Data and Bit Flip Register 46
MTU_MC52_RDBFL47 0xF00644BE          MC 52 Read Data and Bit Flip Register 47
MTU_MC52_RDBFL48 0xF00644C0          MC 52 Read Data and Bit Flip Register 48
MTU_MC52_RDBFL49 0xF00644C2          MC 52 Read Data and Bit Flip Register 49
MTU_MC52_RDBFL50 0xF00644C4          MC 52 Read Data and Bit Flip Register 50
MTU_MC52_RDBFL51 0xF00644C6          MC 52 Read Data and Bit Flip Register 51
MTU_MC52_RDBFL52 0xF00644C8          MC 52 Read Data and Bit Flip Register 52
MTU_MC52_RDBFL53 0xF00644CA          MC 52 Read Data and Bit Flip Register 53
MTU_MC52_RDBFL54 0xF00644CC          MC 52 Read Data and Bit Flip Register 54
MTU_MC52_RDBFL55 0xF00644CE          MC 52 Read Data and Bit Flip Register 55
MTU_MC52_RDBFL56 0xF00644D0          MC 52 Read Data and Bit Flip Register 56
MTU_MC52_RDBFL57 0xF00644D2          MC 52 Read Data and Bit Flip Register 57
MTU_MC52_RDBFL58 0xF00644D4          MC 52 Read Data and Bit Flip Register 58
MTU_MC52_RDBFL59 0xF00644D6          MC 52 Read Data and Bit Flip Register 59
MTU_MC52_RDBFL60 0xF00644D8          MC 52 Read Data and Bit Flip Register 60
MTU_MC52_RDBFL61 0xF00644DA          MC 52 Read Data and Bit Flip Register 61
MTU_MC52_RDBFL62 0xF00644DC          MC 52 Read Data and Bit Flip Register 62
MTU_MC52_RDBFL63 0xF00644DE          MC 52 Read Data and Bit Flip Register 63
MTU_MC52_RDBFL64 0xF00644E0          MC 52 Read Data and Bit Flip Register 64
MTU_MC52_RDBFL65 0xF00644E2          MC 52 Read Data and Bit Flip Register 65
MTU_MC52_RDBFL66 0xF00644E4          MC 52 Read Data and Bit Flip Register 66
MTU_MC52_ALMSRCS 0xF00644EE          MC 52 Alarm Sources Configuration Register
MTU_MC52_FAULTSTS 0xF00644F0          MC 52 SSH Safety Faults Status Register
MTU_MC52_ERRINFO0 0xF00644F2          MC 52 Error Information Register 0
MTU_MC52_ERRINFO1 0xF00644F4          MC 52 Error Information Register 1
MTU_MC52_ERRINFO2 0xF00644F6          MC 52 Error Information Register 2
MTU_MC52_ERRINFO3 0xF00644F8          MC 52 Error Information Register 3
MTU_MC52_ERRINFO4 0xF00644FA          MC 52 Error Information Register 4
MTU_MC53_CONFIG0 0xF0064500          MC 53 Configuration Register 0
MTU_MC53_CONFIG1 0xF0064502          MC 53 Configuration Register 1
MTU_MC53_MCONTROL 0xF0064504          MC 53 MBIST Control Register
MTU_MC53_MSTATUS 0xF0064506          MC 53 Status Register
MTU_MC53_RANGE  0xF0064508          MC 53 Range Register, single address mode
MTU_MC53_REVID  0xF006450C          MC 53 Revision ID Register
MTU_MC53_ECCS   0xF006450E          MC 53 ECC Safety Register
MTU_MC53_ECCD   0xF0064510          MC 53 Memory ECC Detection Register
MTU_MC53_ETRR0  0xF0064512          MC 53 Error Tracking Register 0
MTU_MC53_ETRR1  0xF0064514          MC 53 Error Tracking Register 1
MTU_MC53_ETRR2  0xF0064516          MC 53 Error Tracking Register 2
MTU_MC53_ETRR3  0xF0064518          MC 53 Error Tracking Register 3
MTU_MC53_ETRR4  0xF006451A          MC 53 Error Tracking Register 4
MTU_MC53_RDBFL0 0xF0064560          MC 53 Read Data and Bit Flip Register 0
MTU_MC53_RDBFL1 0xF0064562          MC 53 Read Data and Bit Flip Register 1
MTU_MC53_RDBFL2 0xF0064564          MC 53 Read Data and Bit Flip Register 2
MTU_MC53_RDBFL3 0xF0064566          MC 53 Read Data and Bit Flip Register 3
MTU_MC53_RDBFL4 0xF0064568          MC 53 Read Data and Bit Flip Register 4
MTU_MC53_RDBFL5 0xF006456A          MC 53 Read Data and Bit Flip Register 5
MTU_MC53_RDBFL6 0xF006456C          MC 53 Read Data and Bit Flip Register 6
MTU_MC53_RDBFL7 0xF006456E          MC 53 Read Data and Bit Flip Register 7
MTU_MC53_RDBFL8 0xF0064570          MC 53 Read Data and Bit Flip Register 8
MTU_MC53_RDBFL9 0xF0064572          MC 53 Read Data and Bit Flip Register 9
MTU_MC53_RDBFL10 0xF0064574          MC 53 Read Data and Bit Flip Register 10
MTU_MC53_RDBFL11 0xF0064576          MC 53 Read Data and Bit Flip Register 11
MTU_MC53_RDBFL12 0xF0064578          MC 53 Read Data and Bit Flip Register 12
MTU_MC53_RDBFL13 0xF006457A          MC 53 Read Data and Bit Flip Register 13
MTU_MC53_RDBFL14 0xF006457C          MC 53 Read Data and Bit Flip Register 14
MTU_MC53_RDBFL15 0xF006457E          MC 53 Read Data and Bit Flip Register 15
MTU_MC53_RDBFL16 0xF0064580          MC 53 Read Data and Bit Flip Register 16
MTU_MC53_RDBFL17 0xF0064582          MC 53 Read Data and Bit Flip Register 17
MTU_MC53_RDBFL18 0xF0064584          MC 53 Read Data and Bit Flip Register 18
MTU_MC53_RDBFL19 0xF0064586          MC 53 Read Data and Bit Flip Register 19
MTU_MC53_RDBFL20 0xF0064588          MC 53 Read Data and Bit Flip Register 20
MTU_MC53_RDBFL21 0xF006458A          MC 53 Read Data and Bit Flip Register 21
MTU_MC53_RDBFL22 0xF006458C          MC 53 Read Data and Bit Flip Register 22
MTU_MC53_RDBFL23 0xF006458E          MC 53 Read Data and Bit Flip Register 23
MTU_MC53_RDBFL24 0xF0064590          MC 53 Read Data and Bit Flip Register 24
MTU_MC53_RDBFL25 0xF0064592          MC 53 Read Data and Bit Flip Register 25
MTU_MC53_RDBFL26 0xF0064594          MC 53 Read Data and Bit Flip Register 26
MTU_MC53_RDBFL27 0xF0064596          MC 53 Read Data and Bit Flip Register 27
MTU_MC53_RDBFL28 0xF0064598          MC 53 Read Data and Bit Flip Register 28
MTU_MC53_RDBFL29 0xF006459A          MC 53 Read Data and Bit Flip Register 29
MTU_MC53_RDBFL30 0xF006459C          MC 53 Read Data and Bit Flip Register 30
MTU_MC53_RDBFL31 0xF006459E          MC 53 Read Data and Bit Flip Register 31
MTU_MC53_RDBFL32 0xF00645A0          MC 53 Read Data and Bit Flip Register 32
MTU_MC53_RDBFL33 0xF00645A2          MC 53 Read Data and Bit Flip Register 33
MTU_MC53_RDBFL34 0xF00645A4          MC 53 Read Data and Bit Flip Register 34
MTU_MC53_RDBFL35 0xF00645A6          MC 53 Read Data and Bit Flip Register 35
MTU_MC53_RDBFL36 0xF00645A8          MC 53 Read Data and Bit Flip Register 36
MTU_MC53_RDBFL37 0xF00645AA          MC 53 Read Data and Bit Flip Register 37
MTU_MC53_RDBFL38 0xF00645AC          MC 53 Read Data and Bit Flip Register 38
MTU_MC53_RDBFL39 0xF00645AE          MC 53 Read Data and Bit Flip Register 39
MTU_MC53_RDBFL40 0xF00645B0          MC 53 Read Data and Bit Flip Register 40
MTU_MC53_RDBFL41 0xF00645B2          MC 53 Read Data and Bit Flip Register 41
MTU_MC53_RDBFL42 0xF00645B4          MC 53 Read Data and Bit Flip Register 42
MTU_MC53_RDBFL43 0xF00645B6          MC 53 Read Data and Bit Flip Register 43
MTU_MC53_RDBFL44 0xF00645B8          MC 53 Read Data and Bit Flip Register 44
MTU_MC53_RDBFL45 0xF00645BA          MC 53 Read Data and Bit Flip Register 45
MTU_MC53_RDBFL46 0xF00645BC          MC 53 Read Data and Bit Flip Register 46
MTU_MC53_RDBFL47 0xF00645BE          MC 53 Read Data and Bit Flip Register 47
MTU_MC53_RDBFL48 0xF00645C0          MC 53 Read Data and Bit Flip Register 48
MTU_MC53_RDBFL49 0xF00645C2          MC 53 Read Data and Bit Flip Register 49
MTU_MC53_RDBFL50 0xF00645C4          MC 53 Read Data and Bit Flip Register 50
MTU_MC53_RDBFL51 0xF00645C6          MC 53 Read Data and Bit Flip Register 51
MTU_MC53_RDBFL52 0xF00645C8          MC 53 Read Data and Bit Flip Register 52
MTU_MC53_RDBFL53 0xF00645CA          MC 53 Read Data and Bit Flip Register 53
MTU_MC53_RDBFL54 0xF00645CC          MC 53 Read Data and Bit Flip Register 54
MTU_MC53_RDBFL55 0xF00645CE          MC 53 Read Data and Bit Flip Register 55
MTU_MC53_RDBFL56 0xF00645D0          MC 53 Read Data and Bit Flip Register 56
MTU_MC53_RDBFL57 0xF00645D2          MC 53 Read Data and Bit Flip Register 57
MTU_MC53_RDBFL58 0xF00645D4          MC 53 Read Data and Bit Flip Register 58
MTU_MC53_RDBFL59 0xF00645D6          MC 53 Read Data and Bit Flip Register 59
MTU_MC53_RDBFL60 0xF00645D8          MC 53 Read Data and Bit Flip Register 60
MTU_MC53_RDBFL61 0xF00645DA          MC 53 Read Data and Bit Flip Register 61
MTU_MC53_RDBFL62 0xF00645DC          MC 53 Read Data and Bit Flip Register 62
MTU_MC53_RDBFL63 0xF00645DE          MC 53 Read Data and Bit Flip Register 63
MTU_MC53_RDBFL64 0xF00645E0          MC 53 Read Data and Bit Flip Register 64
MTU_MC53_RDBFL65 0xF00645E2          MC 53 Read Data and Bit Flip Register 65
MTU_MC53_RDBFL66 0xF00645E4          MC 53 Read Data and Bit Flip Register 66
MTU_MC53_ALMSRCS 0xF00645EE          MC 53 Alarm Sources Configuration Register
MTU_MC53_FAULTSTS 0xF00645F0          MC 53 SSH Safety Faults Status Register
MTU_MC53_ERRINFO0 0xF00645F2          MC 53 Error Information Register 0
MTU_MC53_ERRINFO1 0xF00645F4          MC 53 Error Information Register 1
MTU_MC53_ERRINFO2 0xF00645F6          MC 53 Error Information Register 2
MTU_MC53_ERRINFO3 0xF00645F8          MC 53 Error Information Register 3
MTU_MC53_ERRINFO4 0xF00645FA          MC 53 Error Information Register 4
MTU_MC54_CONFIG0 0xF0064600          MC 54 Configuration Register 0
MTU_MC54_CONFIG1 0xF0064602          MC 54 Configuration Register 1
MTU_MC54_MCONTROL 0xF0064604          MC 54 MBIST Control Register
MTU_MC54_MSTATUS 0xF0064606          MC 54 Status Register
MTU_MC54_RANGE  0xF0064608          MC 54 Range Register, single address mode
MTU_MC54_REVID  0xF006460C          MC 54 Revision ID Register
MTU_MC54_ECCS   0xF006460E          MC 54 ECC Safety Register
MTU_MC54_ECCD   0xF0064610          MC 54 Memory ECC Detection Register
MTU_MC54_ETRR0  0xF0064612          MC 54 Error Tracking Register 0
MTU_MC54_ETRR1  0xF0064614          MC 54 Error Tracking Register 1
MTU_MC54_ETRR2  0xF0064616          MC 54 Error Tracking Register 2
MTU_MC54_ETRR3  0xF0064618          MC 54 Error Tracking Register 3
MTU_MC54_ETRR4  0xF006461A          MC 54 Error Tracking Register 4
MTU_MC54_RDBFL0 0xF0064660          MC 54 Read Data and Bit Flip Register 0
MTU_MC54_RDBFL1 0xF0064662          MC 54 Read Data and Bit Flip Register 1
MTU_MC54_RDBFL2 0xF0064664          MC 54 Read Data and Bit Flip Register 2
MTU_MC54_RDBFL3 0xF0064666          MC 54 Read Data and Bit Flip Register 3
MTU_MC54_RDBFL4 0xF0064668          MC 54 Read Data and Bit Flip Register 4
MTU_MC54_RDBFL5 0xF006466A          MC 54 Read Data and Bit Flip Register 5
MTU_MC54_RDBFL6 0xF006466C          MC 54 Read Data and Bit Flip Register 6
MTU_MC54_RDBFL7 0xF006466E          MC 54 Read Data and Bit Flip Register 7
MTU_MC54_RDBFL8 0xF0064670          MC 54 Read Data and Bit Flip Register 8
MTU_MC54_RDBFL9 0xF0064672          MC 54 Read Data and Bit Flip Register 9
MTU_MC54_RDBFL10 0xF0064674          MC 54 Read Data and Bit Flip Register 10
MTU_MC54_RDBFL11 0xF0064676          MC 54 Read Data and Bit Flip Register 11
MTU_MC54_RDBFL12 0xF0064678          MC 54 Read Data and Bit Flip Register 12
MTU_MC54_RDBFL13 0xF006467A          MC 54 Read Data and Bit Flip Register 13
MTU_MC54_RDBFL14 0xF006467C          MC 54 Read Data and Bit Flip Register 14
MTU_MC54_RDBFL15 0xF006467E          MC 54 Read Data and Bit Flip Register 15
MTU_MC54_RDBFL16 0xF0064680          MC 54 Read Data and Bit Flip Register 16
MTU_MC54_RDBFL17 0xF0064682          MC 54 Read Data and Bit Flip Register 17
MTU_MC54_RDBFL18 0xF0064684          MC 54 Read Data and Bit Flip Register 18
MTU_MC54_RDBFL19 0xF0064686          MC 54 Read Data and Bit Flip Register 19
MTU_MC54_RDBFL20 0xF0064688          MC 54 Read Data and Bit Flip Register 20
MTU_MC54_RDBFL21 0xF006468A          MC 54 Read Data and Bit Flip Register 21
MTU_MC54_RDBFL22 0xF006468C          MC 54 Read Data and Bit Flip Register 22
MTU_MC54_RDBFL23 0xF006468E          MC 54 Read Data and Bit Flip Register 23
MTU_MC54_RDBFL24 0xF0064690          MC 54 Read Data and Bit Flip Register 24
MTU_MC54_RDBFL25 0xF0064692          MC 54 Read Data and Bit Flip Register 25
MTU_MC54_RDBFL26 0xF0064694          MC 54 Read Data and Bit Flip Register 26
MTU_MC54_RDBFL27 0xF0064696          MC 54 Read Data and Bit Flip Register 27
MTU_MC54_RDBFL28 0xF0064698          MC 54 Read Data and Bit Flip Register 28
MTU_MC54_RDBFL29 0xF006469A          MC 54 Read Data and Bit Flip Register 29
MTU_MC54_RDBFL30 0xF006469C          MC 54 Read Data and Bit Flip Register 30
MTU_MC54_RDBFL31 0xF006469E          MC 54 Read Data and Bit Flip Register 31
MTU_MC54_RDBFL32 0xF00646A0          MC 54 Read Data and Bit Flip Register 32
MTU_MC54_RDBFL33 0xF00646A2          MC 54 Read Data and Bit Flip Register 33
MTU_MC54_RDBFL34 0xF00646A4          MC 54 Read Data and Bit Flip Register 34
MTU_MC54_RDBFL35 0xF00646A6          MC 54 Read Data and Bit Flip Register 35
MTU_MC54_RDBFL36 0xF00646A8          MC 54 Read Data and Bit Flip Register 36
MTU_MC54_RDBFL37 0xF00646AA          MC 54 Read Data and Bit Flip Register 37
MTU_MC54_RDBFL38 0xF00646AC          MC 54 Read Data and Bit Flip Register 38
MTU_MC54_RDBFL39 0xF00646AE          MC 54 Read Data and Bit Flip Register 39
MTU_MC54_RDBFL40 0xF00646B0          MC 54 Read Data and Bit Flip Register 40
MTU_MC54_RDBFL41 0xF00646B2          MC 54 Read Data and Bit Flip Register 41
MTU_MC54_RDBFL42 0xF00646B4          MC 54 Read Data and Bit Flip Register 42
MTU_MC54_RDBFL43 0xF00646B6          MC 54 Read Data and Bit Flip Register 43
MTU_MC54_RDBFL44 0xF00646B8          MC 54 Read Data and Bit Flip Register 44
MTU_MC54_RDBFL45 0xF00646BA          MC 54 Read Data and Bit Flip Register 45
MTU_MC54_RDBFL46 0xF00646BC          MC 54 Read Data and Bit Flip Register 46
MTU_MC54_RDBFL47 0xF00646BE          MC 54 Read Data and Bit Flip Register 47
MTU_MC54_RDBFL48 0xF00646C0          MC 54 Read Data and Bit Flip Register 48
MTU_MC54_RDBFL49 0xF00646C2          MC 54 Read Data and Bit Flip Register 49
MTU_MC54_RDBFL50 0xF00646C4          MC 54 Read Data and Bit Flip Register 50
MTU_MC54_RDBFL51 0xF00646C6          MC 54 Read Data and Bit Flip Register 51
MTU_MC54_RDBFL52 0xF00646C8          MC 54 Read Data and Bit Flip Register 52
MTU_MC54_RDBFL53 0xF00646CA          MC 54 Read Data and Bit Flip Register 53
MTU_MC54_RDBFL54 0xF00646CC          MC 54 Read Data and Bit Flip Register 54
MTU_MC54_RDBFL55 0xF00646CE          MC 54 Read Data and Bit Flip Register 55
MTU_MC54_RDBFL56 0xF00646D0          MC 54 Read Data and Bit Flip Register 56
MTU_MC54_RDBFL57 0xF00646D2          MC 54 Read Data and Bit Flip Register 57
MTU_MC54_RDBFL58 0xF00646D4          MC 54 Read Data and Bit Flip Register 58
MTU_MC54_RDBFL59 0xF00646D6          MC 54 Read Data and Bit Flip Register 59
MTU_MC54_RDBFL60 0xF00646D8          MC 54 Read Data and Bit Flip Register 60
MTU_MC54_RDBFL61 0xF00646DA          MC 54 Read Data and Bit Flip Register 61
MTU_MC54_RDBFL62 0xF00646DC          MC 54 Read Data and Bit Flip Register 62
MTU_MC54_RDBFL63 0xF00646DE          MC 54 Read Data and Bit Flip Register 63
MTU_MC54_RDBFL64 0xF00646E0          MC 54 Read Data and Bit Flip Register 64
MTU_MC54_RDBFL65 0xF00646E2          MC 54 Read Data and Bit Flip Register 65
MTU_MC54_RDBFL66 0xF00646E4          MC 54 Read Data and Bit Flip Register 66
MTU_MC54_ALMSRCS 0xF00646EE          MC 54 Alarm Sources Configuration Register
MTU_MC54_FAULTSTS 0xF00646F0          MC 54 SSH Safety Faults Status Register
MTU_MC54_ERRINFO0 0xF00646F2          MC 54 Error Information Register 0
MTU_MC54_ERRINFO1 0xF00646F4          MC 54 Error Information Register 1
MTU_MC54_ERRINFO2 0xF00646F6          MC 54 Error Information Register 2
MTU_MC54_ERRINFO3 0xF00646F8          MC 54 Error Information Register 3
MTU_MC54_ERRINFO4 0xF00646FA          MC 54 Error Information Register 4
MTU_MC55_CONFIG0 0xF0064700          MC 55 Configuration Register 0
MTU_MC55_CONFIG1 0xF0064702          MC 55 Configuration Register 1
MTU_MC55_MCONTROL 0xF0064704          MC 55 MBIST Control Register
MTU_MC55_MSTATUS 0xF0064706          MC 55 Status Register
MTU_MC55_RANGE  0xF0064708          MC 55 Range Register, single address mode
MTU_MC55_REVID  0xF006470C          MC 55 Revision ID Register
MTU_MC55_ECCS   0xF006470E          MC 55 ECC Safety Register
MTU_MC55_ECCD   0xF0064710          MC 55 Memory ECC Detection Register
MTU_MC55_ETRR0  0xF0064712          MC 55 Error Tracking Register 0
MTU_MC55_ETRR1  0xF0064714          MC 55 Error Tracking Register 1
MTU_MC55_ETRR2  0xF0064716          MC 55 Error Tracking Register 2
MTU_MC55_ETRR3  0xF0064718          MC 55 Error Tracking Register 3
MTU_MC55_ETRR4  0xF006471A          MC 55 Error Tracking Register 4
MTU_MC55_RDBFL0 0xF0064760          MC 55 Read Data and Bit Flip Register 0
MTU_MC55_RDBFL1 0xF0064762          MC 55 Read Data and Bit Flip Register 1
MTU_MC55_RDBFL2 0xF0064764          MC 55 Read Data and Bit Flip Register 2
MTU_MC55_RDBFL3 0xF0064766          MC 55 Read Data and Bit Flip Register 3
MTU_MC55_RDBFL4 0xF0064768          MC 55 Read Data and Bit Flip Register 4
MTU_MC55_RDBFL5 0xF006476A          MC 55 Read Data and Bit Flip Register 5
MTU_MC55_RDBFL6 0xF006476C          MC 55 Read Data and Bit Flip Register 6
MTU_MC55_RDBFL7 0xF006476E          MC 55 Read Data and Bit Flip Register 7
MTU_MC55_RDBFL8 0xF0064770          MC 55 Read Data and Bit Flip Register 8
MTU_MC55_RDBFL9 0xF0064772          MC 55 Read Data and Bit Flip Register 9
MTU_MC55_RDBFL10 0xF0064774          MC 55 Read Data and Bit Flip Register 10
MTU_MC55_RDBFL11 0xF0064776          MC 55 Read Data and Bit Flip Register 11
MTU_MC55_RDBFL12 0xF0064778          MC 55 Read Data and Bit Flip Register 12
MTU_MC55_RDBFL13 0xF006477A          MC 55 Read Data and Bit Flip Register 13
MTU_MC55_RDBFL14 0xF006477C          MC 55 Read Data and Bit Flip Register 14
MTU_MC55_RDBFL15 0xF006477E          MC 55 Read Data and Bit Flip Register 15
MTU_MC55_RDBFL16 0xF0064780          MC 55 Read Data and Bit Flip Register 16
MTU_MC55_RDBFL17 0xF0064782          MC 55 Read Data and Bit Flip Register 17
MTU_MC55_RDBFL18 0xF0064784          MC 55 Read Data and Bit Flip Register 18
MTU_MC55_RDBFL19 0xF0064786          MC 55 Read Data and Bit Flip Register 19
MTU_MC55_RDBFL20 0xF0064788          MC 55 Read Data and Bit Flip Register 20
MTU_MC55_RDBFL21 0xF006478A          MC 55 Read Data and Bit Flip Register 21
MTU_MC55_RDBFL22 0xF006478C          MC 55 Read Data and Bit Flip Register 22
MTU_MC55_RDBFL23 0xF006478E          MC 55 Read Data and Bit Flip Register 23
MTU_MC55_RDBFL24 0xF0064790          MC 55 Read Data and Bit Flip Register 24
MTU_MC55_RDBFL25 0xF0064792          MC 55 Read Data and Bit Flip Register 25
MTU_MC55_RDBFL26 0xF0064794          MC 55 Read Data and Bit Flip Register 26
MTU_MC55_RDBFL27 0xF0064796          MC 55 Read Data and Bit Flip Register 27
MTU_MC55_RDBFL28 0xF0064798          MC 55 Read Data and Bit Flip Register 28
MTU_MC55_RDBFL29 0xF006479A          MC 55 Read Data and Bit Flip Register 29
MTU_MC55_RDBFL30 0xF006479C          MC 55 Read Data and Bit Flip Register 30
MTU_MC55_RDBFL31 0xF006479E          MC 55 Read Data and Bit Flip Register 31
MTU_MC55_RDBFL32 0xF00647A0          MC 55 Read Data and Bit Flip Register 32
MTU_MC55_RDBFL33 0xF00647A2          MC 55 Read Data and Bit Flip Register 33
MTU_MC55_RDBFL34 0xF00647A4          MC 55 Read Data and Bit Flip Register 34
MTU_MC55_RDBFL35 0xF00647A6          MC 55 Read Data and Bit Flip Register 35
MTU_MC55_RDBFL36 0xF00647A8          MC 55 Read Data and Bit Flip Register 36
MTU_MC55_RDBFL37 0xF00647AA          MC 55 Read Data and Bit Flip Register 37
MTU_MC55_RDBFL38 0xF00647AC          MC 55 Read Data and Bit Flip Register 38
MTU_MC55_RDBFL39 0xF00647AE          MC 55 Read Data and Bit Flip Register 39
MTU_MC55_RDBFL40 0xF00647B0          MC 55 Read Data and Bit Flip Register 40
MTU_MC55_RDBFL41 0xF00647B2          MC 55 Read Data and Bit Flip Register 41
MTU_MC55_RDBFL42 0xF00647B4          MC 55 Read Data and Bit Flip Register 42
MTU_MC55_RDBFL43 0xF00647B6          MC 55 Read Data and Bit Flip Register 43
MTU_MC55_RDBFL44 0xF00647B8          MC 55 Read Data and Bit Flip Register 44
MTU_MC55_RDBFL45 0xF00647BA          MC 55 Read Data and Bit Flip Register 45
MTU_MC55_RDBFL46 0xF00647BC          MC 55 Read Data and Bit Flip Register 46
MTU_MC55_RDBFL47 0xF00647BE          MC 55 Read Data and Bit Flip Register 47
MTU_MC55_RDBFL48 0xF00647C0          MC 55 Read Data and Bit Flip Register 48
MTU_MC55_RDBFL49 0xF00647C2          MC 55 Read Data and Bit Flip Register 49
MTU_MC55_RDBFL50 0xF00647C4          MC 55 Read Data and Bit Flip Register 50
MTU_MC55_RDBFL51 0xF00647C6          MC 55 Read Data and Bit Flip Register 51
MTU_MC55_RDBFL52 0xF00647C8          MC 55 Read Data and Bit Flip Register 52
MTU_MC55_RDBFL53 0xF00647CA          MC 55 Read Data and Bit Flip Register 53
MTU_MC55_RDBFL54 0xF00647CC          MC 55 Read Data and Bit Flip Register 54
MTU_MC55_RDBFL55 0xF00647CE          MC 55 Read Data and Bit Flip Register 55
MTU_MC55_RDBFL56 0xF00647D0          MC 55 Read Data and Bit Flip Register 56
MTU_MC55_RDBFL57 0xF00647D2          MC 55 Read Data and Bit Flip Register 57
MTU_MC55_RDBFL58 0xF00647D4          MC 55 Read Data and Bit Flip Register 58
MTU_MC55_RDBFL59 0xF00647D6          MC 55 Read Data and Bit Flip Register 59
MTU_MC55_RDBFL60 0xF00647D8          MC 55 Read Data and Bit Flip Register 60
MTU_MC55_RDBFL61 0xF00647DA          MC 55 Read Data and Bit Flip Register 61
MTU_MC55_RDBFL62 0xF00647DC          MC 55 Read Data and Bit Flip Register 62
MTU_MC55_RDBFL63 0xF00647DE          MC 55 Read Data and Bit Flip Register 63
MTU_MC55_RDBFL64 0xF00647E0          MC 55 Read Data and Bit Flip Register 64
MTU_MC55_RDBFL65 0xF00647E2          MC 55 Read Data and Bit Flip Register 65
MTU_MC55_RDBFL66 0xF00647E4          MC 55 Read Data and Bit Flip Register 66
MTU_MC55_ALMSRCS 0xF00647EE          MC 55 Alarm Sources Configuration Register
MTU_MC55_FAULTSTS 0xF00647F0          MC 55 SSH Safety Faults Status Register
MTU_MC55_ERRINFO0 0xF00647F2          MC 55 Error Information Register 0
MTU_MC55_ERRINFO1 0xF00647F4          MC 55 Error Information Register 1
MTU_MC55_ERRINFO2 0xF00647F6          MC 55 Error Information Register 2
MTU_MC55_ERRINFO3 0xF00647F8          MC 55 Error Information Register 3
MTU_MC55_ERRINFO4 0xF00647FA          MC 55 Error Information Register 4
MTU_MC56_CONFIG0 0xF0064800          MC 56 Configuration Register 0
MTU_MC56_CONFIG1 0xF0064802          MC 56 Configuration Register 1
MTU_MC56_MCONTROL 0xF0064804          MC 56 MBIST Control Register
MTU_MC56_MSTATUS 0xF0064806          MC 56 Status Register
MTU_MC56_RANGE  0xF0064808          MC 56 Range Register, single address mode
MTU_MC56_REVID  0xF006480C          MC 56 Revision ID Register
MTU_MC56_ECCS   0xF006480E          MC 56 ECC Safety Register
MTU_MC56_ECCD   0xF0064810          MC 56 Memory ECC Detection Register
MTU_MC56_ETRR0  0xF0064812          MC 56 Error Tracking Register 0
MTU_MC56_ETRR1  0xF0064814          MC 56 Error Tracking Register 1
MTU_MC56_ETRR2  0xF0064816          MC 56 Error Tracking Register 2
MTU_MC56_ETRR3  0xF0064818          MC 56 Error Tracking Register 3
MTU_MC56_ETRR4  0xF006481A          MC 56 Error Tracking Register 4
MTU_MC56_RDBFL0 0xF0064860          MC 56 Read Data and Bit Flip Register 0
MTU_MC56_RDBFL1 0xF0064862          MC 56 Read Data and Bit Flip Register 1
MTU_MC56_RDBFL2 0xF0064864          MC 56 Read Data and Bit Flip Register 2
MTU_MC56_RDBFL3 0xF0064866          MC 56 Read Data and Bit Flip Register 3
MTU_MC56_RDBFL4 0xF0064868          MC 56 Read Data and Bit Flip Register 4
MTU_MC56_RDBFL5 0xF006486A          MC 56 Read Data and Bit Flip Register 5
MTU_MC56_RDBFL6 0xF006486C          MC 56 Read Data and Bit Flip Register 6
MTU_MC56_RDBFL7 0xF006486E          MC 56 Read Data and Bit Flip Register 7
MTU_MC56_RDBFL8 0xF0064870          MC 56 Read Data and Bit Flip Register 8
MTU_MC56_RDBFL9 0xF0064872          MC 56 Read Data and Bit Flip Register 9
MTU_MC56_RDBFL10 0xF0064874          MC 56 Read Data and Bit Flip Register 10
MTU_MC56_RDBFL11 0xF0064876          MC 56 Read Data and Bit Flip Register 11
MTU_MC56_RDBFL12 0xF0064878          MC 56 Read Data and Bit Flip Register 12
MTU_MC56_RDBFL13 0xF006487A          MC 56 Read Data and Bit Flip Register 13
MTU_MC56_RDBFL14 0xF006487C          MC 56 Read Data and Bit Flip Register 14
MTU_MC56_RDBFL15 0xF006487E          MC 56 Read Data and Bit Flip Register 15
MTU_MC56_RDBFL16 0xF0064880          MC 56 Read Data and Bit Flip Register 16
MTU_MC56_RDBFL17 0xF0064882          MC 56 Read Data and Bit Flip Register 17
MTU_MC56_RDBFL18 0xF0064884          MC 56 Read Data and Bit Flip Register 18
MTU_MC56_RDBFL19 0xF0064886          MC 56 Read Data and Bit Flip Register 19
MTU_MC56_RDBFL20 0xF0064888          MC 56 Read Data and Bit Flip Register 20
MTU_MC56_RDBFL21 0xF006488A          MC 56 Read Data and Bit Flip Register 21
MTU_MC56_RDBFL22 0xF006488C          MC 56 Read Data and Bit Flip Register 22
MTU_MC56_RDBFL23 0xF006488E          MC 56 Read Data and Bit Flip Register 23
MTU_MC56_RDBFL24 0xF0064890          MC 56 Read Data and Bit Flip Register 24
MTU_MC56_RDBFL25 0xF0064892          MC 56 Read Data and Bit Flip Register 25
MTU_MC56_RDBFL26 0xF0064894          MC 56 Read Data and Bit Flip Register 26
MTU_MC56_RDBFL27 0xF0064896          MC 56 Read Data and Bit Flip Register 27
MTU_MC56_RDBFL28 0xF0064898          MC 56 Read Data and Bit Flip Register 28
MTU_MC56_RDBFL29 0xF006489A          MC 56 Read Data and Bit Flip Register 29
MTU_MC56_RDBFL30 0xF006489C          MC 56 Read Data and Bit Flip Register 30
MTU_MC56_RDBFL31 0xF006489E          MC 56 Read Data and Bit Flip Register 31
MTU_MC56_RDBFL32 0xF00648A0          MC 56 Read Data and Bit Flip Register 32
MTU_MC56_RDBFL33 0xF00648A2          MC 56 Read Data and Bit Flip Register 33
MTU_MC56_RDBFL34 0xF00648A4          MC 56 Read Data and Bit Flip Register 34
MTU_MC56_RDBFL35 0xF00648A6          MC 56 Read Data and Bit Flip Register 35
MTU_MC56_RDBFL36 0xF00648A8          MC 56 Read Data and Bit Flip Register 36
MTU_MC56_RDBFL37 0xF00648AA          MC 56 Read Data and Bit Flip Register 37
MTU_MC56_RDBFL38 0xF00648AC          MC 56 Read Data and Bit Flip Register 38
MTU_MC56_RDBFL39 0xF00648AE          MC 56 Read Data and Bit Flip Register 39
MTU_MC56_RDBFL40 0xF00648B0          MC 56 Read Data and Bit Flip Register 40
MTU_MC56_RDBFL41 0xF00648B2          MC 56 Read Data and Bit Flip Register 41
MTU_MC56_RDBFL42 0xF00648B4          MC 56 Read Data and Bit Flip Register 42
MTU_MC56_RDBFL43 0xF00648B6          MC 56 Read Data and Bit Flip Register 43
MTU_MC56_RDBFL44 0xF00648B8          MC 56 Read Data and Bit Flip Register 44
MTU_MC56_RDBFL45 0xF00648BA          MC 56 Read Data and Bit Flip Register 45
MTU_MC56_RDBFL46 0xF00648BC          MC 56 Read Data and Bit Flip Register 46
MTU_MC56_RDBFL47 0xF00648BE          MC 56 Read Data and Bit Flip Register 47
MTU_MC56_RDBFL48 0xF00648C0          MC 56 Read Data and Bit Flip Register 48
MTU_MC56_RDBFL49 0xF00648C2          MC 56 Read Data and Bit Flip Register 49
MTU_MC56_RDBFL50 0xF00648C4          MC 56 Read Data and Bit Flip Register 50
MTU_MC56_RDBFL51 0xF00648C6          MC 56 Read Data and Bit Flip Register 51
MTU_MC56_RDBFL52 0xF00648C8          MC 56 Read Data and Bit Flip Register 52
MTU_MC56_RDBFL53 0xF00648CA          MC 56 Read Data and Bit Flip Register 53
MTU_MC56_RDBFL54 0xF00648CC          MC 56 Read Data and Bit Flip Register 54
MTU_MC56_RDBFL55 0xF00648CE          MC 56 Read Data and Bit Flip Register 55
MTU_MC56_RDBFL56 0xF00648D0          MC 56 Read Data and Bit Flip Register 56
MTU_MC56_RDBFL57 0xF00648D2          MC 56 Read Data and Bit Flip Register 57
MTU_MC56_RDBFL58 0xF00648D4          MC 56 Read Data and Bit Flip Register 58
MTU_MC56_RDBFL59 0xF00648D6          MC 56 Read Data and Bit Flip Register 59
MTU_MC56_RDBFL60 0xF00648D8          MC 56 Read Data and Bit Flip Register 60
MTU_MC56_RDBFL61 0xF00648DA          MC 56 Read Data and Bit Flip Register 61
MTU_MC56_RDBFL62 0xF00648DC          MC 56 Read Data and Bit Flip Register 62
MTU_MC56_RDBFL63 0xF00648DE          MC 56 Read Data and Bit Flip Register 63
MTU_MC56_RDBFL64 0xF00648E0          MC 56 Read Data and Bit Flip Register 64
MTU_MC56_RDBFL65 0xF00648E2          MC 56 Read Data and Bit Flip Register 65
MTU_MC56_RDBFL66 0xF00648E4          MC 56 Read Data and Bit Flip Register 66
MTU_MC56_ALMSRCS 0xF00648EE          MC 56 Alarm Sources Configuration Register
MTU_MC56_FAULTSTS 0xF00648F0          MC 56 SSH Safety Faults Status Register
MTU_MC56_ERRINFO0 0xF00648F2          MC 56 Error Information Register 0
MTU_MC56_ERRINFO1 0xF00648F4          MC 56 Error Information Register 1
MTU_MC56_ERRINFO2 0xF00648F6          MC 56 Error Information Register 2
MTU_MC56_ERRINFO3 0xF00648F8          MC 56 Error Information Register 3
MTU_MC56_ERRINFO4 0xF00648FA          MC 56 Error Information Register 4
MTU_MC57_CONFIG0 0xF0064900          MC 57 Configuration Register 0
MTU_MC57_CONFIG1 0xF0064902          MC 57 Configuration Register 1
MTU_MC57_MCONTROL 0xF0064904          MC 57 MBIST Control Register
MTU_MC57_MSTATUS 0xF0064906          MC 57 Status Register
MTU_MC57_RANGE  0xF0064908          MC 57 Range Register, single address mode
MTU_MC57_REVID  0xF006490C          MC 57 Revision ID Register
MTU_MC57_ECCS   0xF006490E          MC 57 ECC Safety Register
MTU_MC57_ECCD   0xF0064910          MC 57 Memory ECC Detection Register
MTU_MC57_ETRR0  0xF0064912          MC 57 Error Tracking Register 0
MTU_MC57_ETRR1  0xF0064914          MC 57 Error Tracking Register 1
MTU_MC57_ETRR2  0xF0064916          MC 57 Error Tracking Register 2
MTU_MC57_ETRR3  0xF0064918          MC 57 Error Tracking Register 3
MTU_MC57_ETRR4  0xF006491A          MC 57 Error Tracking Register 4
MTU_MC57_RDBFL0 0xF0064960          MC 57 Read Data and Bit Flip Register 0
MTU_MC57_RDBFL1 0xF0064962          MC 57 Read Data and Bit Flip Register 1
MTU_MC57_RDBFL2 0xF0064964          MC 57 Read Data and Bit Flip Register 2
MTU_MC57_RDBFL3 0xF0064966          MC 57 Read Data and Bit Flip Register 3
MTU_MC57_RDBFL4 0xF0064968          MC 57 Read Data and Bit Flip Register 4
MTU_MC57_RDBFL5 0xF006496A          MC 57 Read Data and Bit Flip Register 5
MTU_MC57_RDBFL6 0xF006496C          MC 57 Read Data and Bit Flip Register 6
MTU_MC57_RDBFL7 0xF006496E          MC 57 Read Data and Bit Flip Register 7
MTU_MC57_RDBFL8 0xF0064970          MC 57 Read Data and Bit Flip Register 8
MTU_MC57_RDBFL9 0xF0064972          MC 57 Read Data and Bit Flip Register 9
MTU_MC57_RDBFL10 0xF0064974          MC 57 Read Data and Bit Flip Register 10
MTU_MC57_RDBFL11 0xF0064976          MC 57 Read Data and Bit Flip Register 11
MTU_MC57_RDBFL12 0xF0064978          MC 57 Read Data and Bit Flip Register 12
MTU_MC57_RDBFL13 0xF006497A          MC 57 Read Data and Bit Flip Register 13
MTU_MC57_RDBFL14 0xF006497C          MC 57 Read Data and Bit Flip Register 14
MTU_MC57_RDBFL15 0xF006497E          MC 57 Read Data and Bit Flip Register 15
MTU_MC57_RDBFL16 0xF0064980          MC 57 Read Data and Bit Flip Register 16
MTU_MC57_RDBFL17 0xF0064982          MC 57 Read Data and Bit Flip Register 17
MTU_MC57_RDBFL18 0xF0064984          MC 57 Read Data and Bit Flip Register 18
MTU_MC57_RDBFL19 0xF0064986          MC 57 Read Data and Bit Flip Register 19
MTU_MC57_RDBFL20 0xF0064988          MC 57 Read Data and Bit Flip Register 20
MTU_MC57_RDBFL21 0xF006498A          MC 57 Read Data and Bit Flip Register 21
MTU_MC57_RDBFL22 0xF006498C          MC 57 Read Data and Bit Flip Register 22
MTU_MC57_RDBFL23 0xF006498E          MC 57 Read Data and Bit Flip Register 23
MTU_MC57_RDBFL24 0xF0064990          MC 57 Read Data and Bit Flip Register 24
MTU_MC57_RDBFL25 0xF0064992          MC 57 Read Data and Bit Flip Register 25
MTU_MC57_RDBFL26 0xF0064994          MC 57 Read Data and Bit Flip Register 26
MTU_MC57_RDBFL27 0xF0064996          MC 57 Read Data and Bit Flip Register 27
MTU_MC57_RDBFL28 0xF0064998          MC 57 Read Data and Bit Flip Register 28
MTU_MC57_RDBFL29 0xF006499A          MC 57 Read Data and Bit Flip Register 29
MTU_MC57_RDBFL30 0xF006499C          MC 57 Read Data and Bit Flip Register 30
MTU_MC57_RDBFL31 0xF006499E          MC 57 Read Data and Bit Flip Register 31
MTU_MC57_RDBFL32 0xF00649A0          MC 57 Read Data and Bit Flip Register 32
MTU_MC57_RDBFL33 0xF00649A2          MC 57 Read Data and Bit Flip Register 33
MTU_MC57_RDBFL34 0xF00649A4          MC 57 Read Data and Bit Flip Register 34
MTU_MC57_RDBFL35 0xF00649A6          MC 57 Read Data and Bit Flip Register 35
MTU_MC57_RDBFL36 0xF00649A8          MC 57 Read Data and Bit Flip Register 36
MTU_MC57_RDBFL37 0xF00649AA          MC 57 Read Data and Bit Flip Register 37
MTU_MC57_RDBFL38 0xF00649AC          MC 57 Read Data and Bit Flip Register 38
MTU_MC57_RDBFL39 0xF00649AE          MC 57 Read Data and Bit Flip Register 39
MTU_MC57_RDBFL40 0xF00649B0          MC 57 Read Data and Bit Flip Register 40
MTU_MC57_RDBFL41 0xF00649B2          MC 57 Read Data and Bit Flip Register 41
MTU_MC57_RDBFL42 0xF00649B4          MC 57 Read Data and Bit Flip Register 42
MTU_MC57_RDBFL43 0xF00649B6          MC 57 Read Data and Bit Flip Register 43
MTU_MC57_RDBFL44 0xF00649B8          MC 57 Read Data and Bit Flip Register 44
MTU_MC57_RDBFL45 0xF00649BA          MC 57 Read Data and Bit Flip Register 45
MTU_MC57_RDBFL46 0xF00649BC          MC 57 Read Data and Bit Flip Register 46
MTU_MC57_RDBFL47 0xF00649BE          MC 57 Read Data and Bit Flip Register 47
MTU_MC57_RDBFL48 0xF00649C0          MC 57 Read Data and Bit Flip Register 48
MTU_MC57_RDBFL49 0xF00649C2          MC 57 Read Data and Bit Flip Register 49
MTU_MC57_RDBFL50 0xF00649C4          MC 57 Read Data and Bit Flip Register 50
MTU_MC57_RDBFL51 0xF00649C6          MC 57 Read Data and Bit Flip Register 51
MTU_MC57_RDBFL52 0xF00649C8          MC 57 Read Data and Bit Flip Register 52
MTU_MC57_RDBFL53 0xF00649CA          MC 57 Read Data and Bit Flip Register 53
MTU_MC57_RDBFL54 0xF00649CC          MC 57 Read Data and Bit Flip Register 54
MTU_MC57_RDBFL55 0xF00649CE          MC 57 Read Data and Bit Flip Register 55
MTU_MC57_RDBFL56 0xF00649D0          MC 57 Read Data and Bit Flip Register 56
MTU_MC57_RDBFL57 0xF00649D2          MC 57 Read Data and Bit Flip Register 57
MTU_MC57_RDBFL58 0xF00649D4          MC 57 Read Data and Bit Flip Register 58
MTU_MC57_RDBFL59 0xF00649D6          MC 57 Read Data and Bit Flip Register 59
MTU_MC57_RDBFL60 0xF00649D8          MC 57 Read Data and Bit Flip Register 60
MTU_MC57_RDBFL61 0xF00649DA          MC 57 Read Data and Bit Flip Register 61
MTU_MC57_RDBFL62 0xF00649DC          MC 57 Read Data and Bit Flip Register 62
MTU_MC57_RDBFL63 0xF00649DE          MC 57 Read Data and Bit Flip Register 63
MTU_MC57_RDBFL64 0xF00649E0          MC 57 Read Data and Bit Flip Register 64
MTU_MC57_RDBFL65 0xF00649E2          MC 57 Read Data and Bit Flip Register 65
MTU_MC57_RDBFL66 0xF00649E4          MC 57 Read Data and Bit Flip Register 66
MTU_MC57_ALMSRCS 0xF00649EE          MC 57 Alarm Sources Configuration Register
MTU_MC57_FAULTSTS 0xF00649F0          MC 57 SSH Safety Faults Status Register
MTU_MC57_ERRINFO0 0xF00649F2          MC 57 Error Information Register 0
MTU_MC57_ERRINFO1 0xF00649F4          MC 57 Error Information Register 1
MTU_MC57_ERRINFO2 0xF00649F6          MC 57 Error Information Register 2
MTU_MC57_ERRINFO3 0xF00649F8          MC 57 Error Information Register 3
MTU_MC57_ERRINFO4 0xF00649FA          MC 57 Error Information Register 4
MTU_MC58_CONFIG0 0xF0064A00          MC 58 Configuration Register 0
MTU_MC58_CONFIG1 0xF0064A02          MC 58 Configuration Register 1
MTU_MC58_MCONTROL 0xF0064A04          MC 58 MBIST Control Register
MTU_MC58_MSTATUS 0xF0064A06          MC 58 Status Register
MTU_MC58_RANGE  0xF0064A08          MC 58 Range Register, single address mode
MTU_MC58_REVID  0xF0064A0C          MC 58 Revision ID Register
MTU_MC58_ECCS   0xF0064A0E          MC 58 ECC Safety Register
MTU_MC58_ECCD   0xF0064A10          MC 58 Memory ECC Detection Register
MTU_MC58_ETRR0  0xF0064A12          MC 58 Error Tracking Register 0
MTU_MC58_ETRR1  0xF0064A14          MC 58 Error Tracking Register 1
MTU_MC58_ETRR2  0xF0064A16          MC 58 Error Tracking Register 2
MTU_MC58_ETRR3  0xF0064A18          MC 58 Error Tracking Register 3
MTU_MC58_ETRR4  0xF0064A1A          MC 58 Error Tracking Register 4
MTU_MC58_RDBFL0 0xF0064A60          MC 58 Read Data and Bit Flip Register 0
MTU_MC58_RDBFL1 0xF0064A62          MC 58 Read Data and Bit Flip Register 1
MTU_MC58_RDBFL2 0xF0064A64          MC 58 Read Data and Bit Flip Register 2
MTU_MC58_RDBFL3 0xF0064A66          MC 58 Read Data and Bit Flip Register 3
MTU_MC58_RDBFL4 0xF0064A68          MC 58 Read Data and Bit Flip Register 4
MTU_MC58_RDBFL5 0xF0064A6A          MC 58 Read Data and Bit Flip Register 5
MTU_MC58_RDBFL6 0xF0064A6C          MC 58 Read Data and Bit Flip Register 6
MTU_MC58_RDBFL7 0xF0064A6E          MC 58 Read Data and Bit Flip Register 7
MTU_MC58_RDBFL8 0xF0064A70          MC 58 Read Data and Bit Flip Register 8
MTU_MC58_RDBFL9 0xF0064A72          MC 58 Read Data and Bit Flip Register 9
MTU_MC58_RDBFL10 0xF0064A74          MC 58 Read Data and Bit Flip Register 10
MTU_MC58_RDBFL11 0xF0064A76          MC 58 Read Data and Bit Flip Register 11
MTU_MC58_RDBFL12 0xF0064A78          MC 58 Read Data and Bit Flip Register 12
MTU_MC58_RDBFL13 0xF0064A7A          MC 58 Read Data and Bit Flip Register 13
MTU_MC58_RDBFL14 0xF0064A7C          MC 58 Read Data and Bit Flip Register 14
MTU_MC58_RDBFL15 0xF0064A7E          MC 58 Read Data and Bit Flip Register 15
MTU_MC58_RDBFL16 0xF0064A80          MC 58 Read Data and Bit Flip Register 16
MTU_MC58_RDBFL17 0xF0064A82          MC 58 Read Data and Bit Flip Register 17
MTU_MC58_RDBFL18 0xF0064A84          MC 58 Read Data and Bit Flip Register 18
MTU_MC58_RDBFL19 0xF0064A86          MC 58 Read Data and Bit Flip Register 19
MTU_MC58_RDBFL20 0xF0064A88          MC 58 Read Data and Bit Flip Register 20
MTU_MC58_RDBFL21 0xF0064A8A          MC 58 Read Data and Bit Flip Register 21
MTU_MC58_RDBFL22 0xF0064A8C          MC 58 Read Data and Bit Flip Register 22
MTU_MC58_RDBFL23 0xF0064A8E          MC 58 Read Data and Bit Flip Register 23
MTU_MC58_RDBFL24 0xF0064A90          MC 58 Read Data and Bit Flip Register 24
MTU_MC58_RDBFL25 0xF0064A92          MC 58 Read Data and Bit Flip Register 25
MTU_MC58_RDBFL26 0xF0064A94          MC 58 Read Data and Bit Flip Register 26
MTU_MC58_RDBFL27 0xF0064A96          MC 58 Read Data and Bit Flip Register 27
MTU_MC58_RDBFL28 0xF0064A98          MC 58 Read Data and Bit Flip Register 28
MTU_MC58_RDBFL29 0xF0064A9A          MC 58 Read Data and Bit Flip Register 29
MTU_MC58_RDBFL30 0xF0064A9C          MC 58 Read Data and Bit Flip Register 30
MTU_MC58_RDBFL31 0xF0064A9E          MC 58 Read Data and Bit Flip Register 31
MTU_MC58_RDBFL32 0xF0064AA0          MC 58 Read Data and Bit Flip Register 32
MTU_MC58_RDBFL33 0xF0064AA2          MC 58 Read Data and Bit Flip Register 33
MTU_MC58_RDBFL34 0xF0064AA4          MC 58 Read Data and Bit Flip Register 34
MTU_MC58_RDBFL35 0xF0064AA6          MC 58 Read Data and Bit Flip Register 35
MTU_MC58_RDBFL36 0xF0064AA8          MC 58 Read Data and Bit Flip Register 36
MTU_MC58_RDBFL37 0xF0064AAA          MC 58 Read Data and Bit Flip Register 37
MTU_MC58_RDBFL38 0xF0064AAC          MC 58 Read Data and Bit Flip Register 38
MTU_MC58_RDBFL39 0xF0064AAE          MC 58 Read Data and Bit Flip Register 39
MTU_MC58_RDBFL40 0xF0064AB0          MC 58 Read Data and Bit Flip Register 40
MTU_MC58_RDBFL41 0xF0064AB2          MC 58 Read Data and Bit Flip Register 41
MTU_MC58_RDBFL42 0xF0064AB4          MC 58 Read Data and Bit Flip Register 42
MTU_MC58_RDBFL43 0xF0064AB6          MC 58 Read Data and Bit Flip Register 43
MTU_MC58_RDBFL44 0xF0064AB8          MC 58 Read Data and Bit Flip Register 44
MTU_MC58_RDBFL45 0xF0064ABA          MC 58 Read Data and Bit Flip Register 45
MTU_MC58_RDBFL46 0xF0064ABC          MC 58 Read Data and Bit Flip Register 46
MTU_MC58_RDBFL47 0xF0064ABE          MC 58 Read Data and Bit Flip Register 47
MTU_MC58_RDBFL48 0xF0064AC0          MC 58 Read Data and Bit Flip Register 48
MTU_MC58_RDBFL49 0xF0064AC2          MC 58 Read Data and Bit Flip Register 49
MTU_MC58_RDBFL50 0xF0064AC4          MC 58 Read Data and Bit Flip Register 50
MTU_MC58_RDBFL51 0xF0064AC6          MC 58 Read Data and Bit Flip Register 51
MTU_MC58_RDBFL52 0xF0064AC8          MC 58 Read Data and Bit Flip Register 52
MTU_MC58_RDBFL53 0xF0064ACA          MC 58 Read Data and Bit Flip Register 53
MTU_MC58_RDBFL54 0xF0064ACC          MC 58 Read Data and Bit Flip Register 54
MTU_MC58_RDBFL55 0xF0064ACE          MC 58 Read Data and Bit Flip Register 55
MTU_MC58_RDBFL56 0xF0064AD0          MC 58 Read Data and Bit Flip Register 56
MTU_MC58_RDBFL57 0xF0064AD2          MC 58 Read Data and Bit Flip Register 57
MTU_MC58_RDBFL58 0xF0064AD4          MC 58 Read Data and Bit Flip Register 58
MTU_MC58_RDBFL59 0xF0064AD6          MC 58 Read Data and Bit Flip Register 59
MTU_MC58_RDBFL60 0xF0064AD8          MC 58 Read Data and Bit Flip Register 60
MTU_MC58_RDBFL61 0xF0064ADA          MC 58 Read Data and Bit Flip Register 61
MTU_MC58_RDBFL62 0xF0064ADC          MC 58 Read Data and Bit Flip Register 62
MTU_MC58_RDBFL63 0xF0064ADE          MC 58 Read Data and Bit Flip Register 63
MTU_MC58_RDBFL64 0xF0064AE0          MC 58 Read Data and Bit Flip Register 64
MTU_MC58_RDBFL65 0xF0064AE2          MC 58 Read Data and Bit Flip Register 65
MTU_MC58_RDBFL66 0xF0064AE4          MC 58 Read Data and Bit Flip Register 66
MTU_MC58_ALMSRCS 0xF0064AEE          MC 58 Alarm Sources Configuration Register
MTU_MC58_FAULTSTS 0xF0064AF0          MC 58 SSH Safety Faults Status Register
MTU_MC58_ERRINFO0 0xF0064AF2          MC 58 Error Information Register 0
MTU_MC58_ERRINFO1 0xF0064AF4          MC 58 Error Information Register 1
MTU_MC58_ERRINFO2 0xF0064AF6          MC 58 Error Information Register 2
MTU_MC58_ERRINFO3 0xF0064AF8          MC 58 Error Information Register 3
MTU_MC58_ERRINFO4 0xF0064AFA          MC 58 Error Information Register 4
MTU_MC59_CONFIG0 0xF0064B00          MC 59 Configuration Register 0
MTU_MC59_CONFIG1 0xF0064B02          MC 59 Configuration Register 1
MTU_MC59_MCONTROL 0xF0064B04          MC 59 MBIST Control Register
MTU_MC59_MSTATUS 0xF0064B06          MC 59 Status Register
MTU_MC59_RANGE  0xF0064B08          MC 59 Range Register, single address mode
MTU_MC59_REVID  0xF0064B0C          MC 59 Revision ID Register
MTU_MC59_ECCS   0xF0064B0E          MC 59 ECC Safety Register
MTU_MC59_ECCD   0xF0064B10          MC 59 Memory ECC Detection Register
MTU_MC59_ETRR0  0xF0064B12          MC 59 Error Tracking Register 0
MTU_MC59_ETRR1  0xF0064B14          MC 59 Error Tracking Register 1
MTU_MC59_ETRR2  0xF0064B16          MC 59 Error Tracking Register 2
MTU_MC59_ETRR3  0xF0064B18          MC 59 Error Tracking Register 3
MTU_MC59_ETRR4  0xF0064B1A          MC 59 Error Tracking Register 4
MTU_MC59_RDBFL0 0xF0064B60          MC 59 Read Data and Bit Flip Register 0
MTU_MC59_RDBFL1 0xF0064B62          MC 59 Read Data and Bit Flip Register 1
MTU_MC59_RDBFL2 0xF0064B64          MC 59 Read Data and Bit Flip Register 2
MTU_MC59_RDBFL3 0xF0064B66          MC 59 Read Data and Bit Flip Register 3
MTU_MC59_RDBFL4 0xF0064B68          MC 59 Read Data and Bit Flip Register 4
MTU_MC59_RDBFL5 0xF0064B6A          MC 59 Read Data and Bit Flip Register 5
MTU_MC59_RDBFL6 0xF0064B6C          MC 59 Read Data and Bit Flip Register 6
MTU_MC59_RDBFL7 0xF0064B6E          MC 59 Read Data and Bit Flip Register 7
MTU_MC59_RDBFL8 0xF0064B70          MC 59 Read Data and Bit Flip Register 8
MTU_MC59_RDBFL9 0xF0064B72          MC 59 Read Data and Bit Flip Register 9
MTU_MC59_RDBFL10 0xF0064B74          MC 59 Read Data and Bit Flip Register 10
MTU_MC59_RDBFL11 0xF0064B76          MC 59 Read Data and Bit Flip Register 11
MTU_MC59_RDBFL12 0xF0064B78          MC 59 Read Data and Bit Flip Register 12
MTU_MC59_RDBFL13 0xF0064B7A          MC 59 Read Data and Bit Flip Register 13
MTU_MC59_RDBFL14 0xF0064B7C          MC 59 Read Data and Bit Flip Register 14
MTU_MC59_RDBFL15 0xF0064B7E          MC 59 Read Data and Bit Flip Register 15
MTU_MC59_RDBFL16 0xF0064B80          MC 59 Read Data and Bit Flip Register 16
MTU_MC59_RDBFL17 0xF0064B82          MC 59 Read Data and Bit Flip Register 17
MTU_MC59_RDBFL18 0xF0064B84          MC 59 Read Data and Bit Flip Register 18
MTU_MC59_RDBFL19 0xF0064B86          MC 59 Read Data and Bit Flip Register 19
MTU_MC59_RDBFL20 0xF0064B88          MC 59 Read Data and Bit Flip Register 20
MTU_MC59_RDBFL21 0xF0064B8A          MC 59 Read Data and Bit Flip Register 21
MTU_MC59_RDBFL22 0xF0064B8C          MC 59 Read Data and Bit Flip Register 22
MTU_MC59_RDBFL23 0xF0064B8E          MC 59 Read Data and Bit Flip Register 23
MTU_MC59_RDBFL24 0xF0064B90          MC 59 Read Data and Bit Flip Register 24
MTU_MC59_RDBFL25 0xF0064B92          MC 59 Read Data and Bit Flip Register 25
MTU_MC59_RDBFL26 0xF0064B94          MC 59 Read Data and Bit Flip Register 26
MTU_MC59_RDBFL27 0xF0064B96          MC 59 Read Data and Bit Flip Register 27
MTU_MC59_RDBFL28 0xF0064B98          MC 59 Read Data and Bit Flip Register 28
MTU_MC59_RDBFL29 0xF0064B9A          MC 59 Read Data and Bit Flip Register 29
MTU_MC59_RDBFL30 0xF0064B9C          MC 59 Read Data and Bit Flip Register 30
MTU_MC59_RDBFL31 0xF0064B9E          MC 59 Read Data and Bit Flip Register 31
MTU_MC59_RDBFL32 0xF0064BA0          MC 59 Read Data and Bit Flip Register 32
MTU_MC59_RDBFL33 0xF0064BA2          MC 59 Read Data and Bit Flip Register 33
MTU_MC59_RDBFL34 0xF0064BA4          MC 59 Read Data and Bit Flip Register 34
MTU_MC59_RDBFL35 0xF0064BA6          MC 59 Read Data and Bit Flip Register 35
MTU_MC59_RDBFL36 0xF0064BA8          MC 59 Read Data and Bit Flip Register 36
MTU_MC59_RDBFL37 0xF0064BAA          MC 59 Read Data and Bit Flip Register 37
MTU_MC59_RDBFL38 0xF0064BAC          MC 59 Read Data and Bit Flip Register 38
MTU_MC59_RDBFL39 0xF0064BAE          MC 59 Read Data and Bit Flip Register 39
MTU_MC59_RDBFL40 0xF0064BB0          MC 59 Read Data and Bit Flip Register 40
MTU_MC59_RDBFL41 0xF0064BB2          MC 59 Read Data and Bit Flip Register 41
MTU_MC59_RDBFL42 0xF0064BB4          MC 59 Read Data and Bit Flip Register 42
MTU_MC59_RDBFL43 0xF0064BB6          MC 59 Read Data and Bit Flip Register 43
MTU_MC59_RDBFL44 0xF0064BB8          MC 59 Read Data and Bit Flip Register 44
MTU_MC59_RDBFL45 0xF0064BBA          MC 59 Read Data and Bit Flip Register 45
MTU_MC59_RDBFL46 0xF0064BBC          MC 59 Read Data and Bit Flip Register 46
MTU_MC59_RDBFL47 0xF0064BBE          MC 59 Read Data and Bit Flip Register 47
MTU_MC59_RDBFL48 0xF0064BC0          MC 59 Read Data and Bit Flip Register 48
MTU_MC59_RDBFL49 0xF0064BC2          MC 59 Read Data and Bit Flip Register 49
MTU_MC59_RDBFL50 0xF0064BC4          MC 59 Read Data and Bit Flip Register 50
MTU_MC59_RDBFL51 0xF0064BC6          MC 59 Read Data and Bit Flip Register 51
MTU_MC59_RDBFL52 0xF0064BC8          MC 59 Read Data and Bit Flip Register 52
MTU_MC59_RDBFL53 0xF0064BCA          MC 59 Read Data and Bit Flip Register 53
MTU_MC59_RDBFL54 0xF0064BCC          MC 59 Read Data and Bit Flip Register 54
MTU_MC59_RDBFL55 0xF0064BCE          MC 59 Read Data and Bit Flip Register 55
MTU_MC59_RDBFL56 0xF0064BD0          MC 59 Read Data and Bit Flip Register 56
MTU_MC59_RDBFL57 0xF0064BD2          MC 59 Read Data and Bit Flip Register 57
MTU_MC59_RDBFL58 0xF0064BD4          MC 59 Read Data and Bit Flip Register 58
MTU_MC59_RDBFL59 0xF0064BD6          MC 59 Read Data and Bit Flip Register 59
MTU_MC59_RDBFL60 0xF0064BD8          MC 59 Read Data and Bit Flip Register 60
MTU_MC59_RDBFL61 0xF0064BDA          MC 59 Read Data and Bit Flip Register 61
MTU_MC59_RDBFL62 0xF0064BDC          MC 59 Read Data and Bit Flip Register 62
MTU_MC59_RDBFL63 0xF0064BDE          MC 59 Read Data and Bit Flip Register 63
MTU_MC59_RDBFL64 0xF0064BE0          MC 59 Read Data and Bit Flip Register 64
MTU_MC59_RDBFL65 0xF0064BE2          MC 59 Read Data and Bit Flip Register 65
MTU_MC59_RDBFL66 0xF0064BE4          MC 59 Read Data and Bit Flip Register 66
MTU_MC59_ALMSRCS 0xF0064BEE          MC 59 Alarm Sources Configuration Register
MTU_MC59_FAULTSTS 0xF0064BF0          MC 59 SSH Safety Faults Status Register
MTU_MC59_ERRINFO0 0xF0064BF2          MC 59 Error Information Register 0
MTU_MC59_ERRINFO1 0xF0064BF4          MC 59 Error Information Register 1
MTU_MC59_ERRINFO2 0xF0064BF6          MC 59 Error Information Register 2
MTU_MC59_ERRINFO3 0xF0064BF8          MC 59 Error Information Register 3
MTU_MC59_ERRINFO4 0xF0064BFA          MC 59 Error Information Register 4
MTU_MC60_CONFIG0 0xF0064C00          MC 60 Configuration Register 0
MTU_MC60_CONFIG1 0xF0064C02          MC 60 Configuration Register 1
MTU_MC60_MCONTROL 0xF0064C04          MC 60 MBIST Control Register
MTU_MC60_MSTATUS 0xF0064C06          MC 60 Status Register
MTU_MC60_RANGE  0xF0064C08          MC 60 Range Register, single address mode
MTU_MC60_REVID  0xF0064C0C          MC 60 Revision ID Register
MTU_MC60_ECCS   0xF0064C0E          MC 60 ECC Safety Register
MTU_MC60_ECCD   0xF0064C10          MC 60 Memory ECC Detection Register
MTU_MC60_ETRR0  0xF0064C12          MC 60 Error Tracking Register 0
MTU_MC60_ETRR1  0xF0064C14          MC 60 Error Tracking Register 1
MTU_MC60_ETRR2  0xF0064C16          MC 60 Error Tracking Register 2
MTU_MC60_ETRR3  0xF0064C18          MC 60 Error Tracking Register 3
MTU_MC60_ETRR4  0xF0064C1A          MC 60 Error Tracking Register 4
MTU_MC60_RDBFL0 0xF0064C60          MC 60 Read Data and Bit Flip Register 0
MTU_MC60_RDBFL1 0xF0064C62          MC 60 Read Data and Bit Flip Register 1
MTU_MC60_RDBFL2 0xF0064C64          MC 60 Read Data and Bit Flip Register 2
MTU_MC60_RDBFL3 0xF0064C66          MC 60 Read Data and Bit Flip Register 3
MTU_MC60_RDBFL4 0xF0064C68          MC 60 Read Data and Bit Flip Register 4
MTU_MC60_RDBFL5 0xF0064C6A          MC 60 Read Data and Bit Flip Register 5
MTU_MC60_RDBFL6 0xF0064C6C          MC 60 Read Data and Bit Flip Register 6
MTU_MC60_RDBFL7 0xF0064C6E          MC 60 Read Data and Bit Flip Register 7
MTU_MC60_RDBFL8 0xF0064C70          MC 60 Read Data and Bit Flip Register 8
MTU_MC60_RDBFL9 0xF0064C72          MC 60 Read Data and Bit Flip Register 9
MTU_MC60_RDBFL10 0xF0064C74          MC 60 Read Data and Bit Flip Register 10
MTU_MC60_RDBFL11 0xF0064C76          MC 60 Read Data and Bit Flip Register 11
MTU_MC60_RDBFL12 0xF0064C78          MC 60 Read Data and Bit Flip Register 12
MTU_MC60_RDBFL13 0xF0064C7A          MC 60 Read Data and Bit Flip Register 13
MTU_MC60_RDBFL14 0xF0064C7C          MC 60 Read Data and Bit Flip Register 14
MTU_MC60_RDBFL15 0xF0064C7E          MC 60 Read Data and Bit Flip Register 15
MTU_MC60_RDBFL16 0xF0064C80          MC 60 Read Data and Bit Flip Register 16
MTU_MC60_RDBFL17 0xF0064C82          MC 60 Read Data and Bit Flip Register 17
MTU_MC60_RDBFL18 0xF0064C84          MC 60 Read Data and Bit Flip Register 18
MTU_MC60_RDBFL19 0xF0064C86          MC 60 Read Data and Bit Flip Register 19
MTU_MC60_RDBFL20 0xF0064C88          MC 60 Read Data and Bit Flip Register 20
MTU_MC60_RDBFL21 0xF0064C8A          MC 60 Read Data and Bit Flip Register 21
MTU_MC60_RDBFL22 0xF0064C8C          MC 60 Read Data and Bit Flip Register 22
MTU_MC60_RDBFL23 0xF0064C8E          MC 60 Read Data and Bit Flip Register 23
MTU_MC60_RDBFL24 0xF0064C90          MC 60 Read Data and Bit Flip Register 24
MTU_MC60_RDBFL25 0xF0064C92          MC 60 Read Data and Bit Flip Register 25
MTU_MC60_RDBFL26 0xF0064C94          MC 60 Read Data and Bit Flip Register 26
MTU_MC60_RDBFL27 0xF0064C96          MC 60 Read Data and Bit Flip Register 27
MTU_MC60_RDBFL28 0xF0064C98          MC 60 Read Data and Bit Flip Register 28
MTU_MC60_RDBFL29 0xF0064C9A          MC 60 Read Data and Bit Flip Register 29
MTU_MC60_RDBFL30 0xF0064C9C          MC 60 Read Data and Bit Flip Register 30
MTU_MC60_RDBFL31 0xF0064C9E          MC 60 Read Data and Bit Flip Register 31
MTU_MC60_RDBFL32 0xF0064CA0          MC 60 Read Data and Bit Flip Register 32
MTU_MC60_RDBFL33 0xF0064CA2          MC 60 Read Data and Bit Flip Register 33
MTU_MC60_RDBFL34 0xF0064CA4          MC 60 Read Data and Bit Flip Register 34
MTU_MC60_RDBFL35 0xF0064CA6          MC 60 Read Data and Bit Flip Register 35
MTU_MC60_RDBFL36 0xF0064CA8          MC 60 Read Data and Bit Flip Register 36
MTU_MC60_RDBFL37 0xF0064CAA          MC 60 Read Data and Bit Flip Register 37
MTU_MC60_RDBFL38 0xF0064CAC          MC 60 Read Data and Bit Flip Register 38
MTU_MC60_RDBFL39 0xF0064CAE          MC 60 Read Data and Bit Flip Register 39
MTU_MC60_RDBFL40 0xF0064CB0          MC 60 Read Data and Bit Flip Register 40
MTU_MC60_RDBFL41 0xF0064CB2          MC 60 Read Data and Bit Flip Register 41
MTU_MC60_RDBFL42 0xF0064CB4          MC 60 Read Data and Bit Flip Register 42
MTU_MC60_RDBFL43 0xF0064CB6          MC 60 Read Data and Bit Flip Register 43
MTU_MC60_RDBFL44 0xF0064CB8          MC 60 Read Data and Bit Flip Register 44
MTU_MC60_RDBFL45 0xF0064CBA          MC 60 Read Data and Bit Flip Register 45
MTU_MC60_RDBFL46 0xF0064CBC          MC 60 Read Data and Bit Flip Register 46
MTU_MC60_RDBFL47 0xF0064CBE          MC 60 Read Data and Bit Flip Register 47
MTU_MC60_RDBFL48 0xF0064CC0          MC 60 Read Data and Bit Flip Register 48
MTU_MC60_RDBFL49 0xF0064CC2          MC 60 Read Data and Bit Flip Register 49
MTU_MC60_RDBFL50 0xF0064CC4          MC 60 Read Data and Bit Flip Register 50
MTU_MC60_RDBFL51 0xF0064CC6          MC 60 Read Data and Bit Flip Register 51
MTU_MC60_RDBFL52 0xF0064CC8          MC 60 Read Data and Bit Flip Register 52
MTU_MC60_RDBFL53 0xF0064CCA          MC 60 Read Data and Bit Flip Register 53
MTU_MC60_RDBFL54 0xF0064CCC          MC 60 Read Data and Bit Flip Register 54
MTU_MC60_RDBFL55 0xF0064CCE          MC 60 Read Data and Bit Flip Register 55
MTU_MC60_RDBFL56 0xF0064CD0          MC 60 Read Data and Bit Flip Register 56
MTU_MC60_RDBFL57 0xF0064CD2          MC 60 Read Data and Bit Flip Register 57
MTU_MC60_RDBFL58 0xF0064CD4          MC 60 Read Data and Bit Flip Register 58
MTU_MC60_RDBFL59 0xF0064CD6          MC 60 Read Data and Bit Flip Register 59
MTU_MC60_RDBFL60 0xF0064CD8          MC 60 Read Data and Bit Flip Register 60
MTU_MC60_RDBFL61 0xF0064CDA          MC 60 Read Data and Bit Flip Register 61
MTU_MC60_RDBFL62 0xF0064CDC          MC 60 Read Data and Bit Flip Register 62
MTU_MC60_RDBFL63 0xF0064CDE          MC 60 Read Data and Bit Flip Register 63
MTU_MC60_RDBFL64 0xF0064CE0          MC 60 Read Data and Bit Flip Register 64
MTU_MC60_RDBFL65 0xF0064CE2          MC 60 Read Data and Bit Flip Register 65
MTU_MC60_RDBFL66 0xF0064CE4          MC 60 Read Data and Bit Flip Register 66
MTU_MC60_ALMSRCS 0xF0064CEE          MC 60 Alarm Sources Configuration Register
MTU_MC60_FAULTSTS 0xF0064CF0          MC 60 SSH Safety Faults Status Register
MTU_MC60_ERRINFO0 0xF0064CF2          MC 60 Error Information Register 0
MTU_MC60_ERRINFO1 0xF0064CF4          MC 60 Error Information Register 1
MTU_MC60_ERRINFO2 0xF0064CF6          MC 60 Error Information Register 2
MTU_MC60_ERRINFO3 0xF0064CF8          MC 60 Error Information Register 3
MTU_MC60_ERRINFO4 0xF0064CFA          MC 60 Error Information Register 4
MTU_MC61_CONFIG0 0xF0064D00          MC 61 Configuration Register 0
MTU_MC61_CONFIG1 0xF0064D02          MC 61 Configuration Register 1
MTU_MC61_MCONTROL 0xF0064D04          MC 61 MBIST Control Register
MTU_MC61_MSTATUS 0xF0064D06          MC 61 Status Register
MTU_MC61_RANGE  0xF0064D08          MC 61 Range Register, single address mode
MTU_MC61_REVID  0xF0064D0C          MC 61 Revision ID Register
MTU_MC61_ECCS   0xF0064D0E          MC 61 ECC Safety Register
MTU_MC61_ECCD   0xF0064D10          MC 61 Memory ECC Detection Register
MTU_MC61_ETRR0  0xF0064D12          MC 61 Error Tracking Register 0
MTU_MC61_ETRR1  0xF0064D14          MC 61 Error Tracking Register 1
MTU_MC61_ETRR2  0xF0064D16          MC 61 Error Tracking Register 2
MTU_MC61_ETRR3  0xF0064D18          MC 61 Error Tracking Register 3
MTU_MC61_ETRR4  0xF0064D1A          MC 61 Error Tracking Register 4
MTU_MC61_RDBFL0 0xF0064D60          MC 61 Read Data and Bit Flip Register 0
MTU_MC61_RDBFL1 0xF0064D62          MC 61 Read Data and Bit Flip Register 1
MTU_MC61_RDBFL2 0xF0064D64          MC 61 Read Data and Bit Flip Register 2
MTU_MC61_RDBFL3 0xF0064D66          MC 61 Read Data and Bit Flip Register 3
MTU_MC61_RDBFL4 0xF0064D68          MC 61 Read Data and Bit Flip Register 4
MTU_MC61_RDBFL5 0xF0064D6A          MC 61 Read Data and Bit Flip Register 5
MTU_MC61_RDBFL6 0xF0064D6C          MC 61 Read Data and Bit Flip Register 6
MTU_MC61_RDBFL7 0xF0064D6E          MC 61 Read Data and Bit Flip Register 7
MTU_MC61_RDBFL8 0xF0064D70          MC 61 Read Data and Bit Flip Register 8
MTU_MC61_RDBFL9 0xF0064D72          MC 61 Read Data and Bit Flip Register 9
MTU_MC61_RDBFL10 0xF0064D74          MC 61 Read Data and Bit Flip Register 10
MTU_MC61_RDBFL11 0xF0064D76          MC 61 Read Data and Bit Flip Register 11
MTU_MC61_RDBFL12 0xF0064D78          MC 61 Read Data and Bit Flip Register 12
MTU_MC61_RDBFL13 0xF0064D7A          MC 61 Read Data and Bit Flip Register 13
MTU_MC61_RDBFL14 0xF0064D7C          MC 61 Read Data and Bit Flip Register 14
MTU_MC61_RDBFL15 0xF0064D7E          MC 61 Read Data and Bit Flip Register 15
MTU_MC61_RDBFL16 0xF0064D80          MC 61 Read Data and Bit Flip Register 16
MTU_MC61_RDBFL17 0xF0064D82          MC 61 Read Data and Bit Flip Register 17
MTU_MC61_RDBFL18 0xF0064D84          MC 61 Read Data and Bit Flip Register 18
MTU_MC61_RDBFL19 0xF0064D86          MC 61 Read Data and Bit Flip Register 19
MTU_MC61_RDBFL20 0xF0064D88          MC 61 Read Data and Bit Flip Register 20
MTU_MC61_RDBFL21 0xF0064D8A          MC 61 Read Data and Bit Flip Register 21
MTU_MC61_RDBFL22 0xF0064D8C          MC 61 Read Data and Bit Flip Register 22
MTU_MC61_RDBFL23 0xF0064D8E          MC 61 Read Data and Bit Flip Register 23
MTU_MC61_RDBFL24 0xF0064D90          MC 61 Read Data and Bit Flip Register 24
MTU_MC61_RDBFL25 0xF0064D92          MC 61 Read Data and Bit Flip Register 25
MTU_MC61_RDBFL26 0xF0064D94          MC 61 Read Data and Bit Flip Register 26
MTU_MC61_RDBFL27 0xF0064D96          MC 61 Read Data and Bit Flip Register 27
MTU_MC61_RDBFL28 0xF0064D98          MC 61 Read Data and Bit Flip Register 28
MTU_MC61_RDBFL29 0xF0064D9A          MC 61 Read Data and Bit Flip Register 29
MTU_MC61_RDBFL30 0xF0064D9C          MC 61 Read Data and Bit Flip Register 30
MTU_MC61_RDBFL31 0xF0064D9E          MC 61 Read Data and Bit Flip Register 31
MTU_MC61_RDBFL32 0xF0064DA0          MC 61 Read Data and Bit Flip Register 32
MTU_MC61_RDBFL33 0xF0064DA2          MC 61 Read Data and Bit Flip Register 33
MTU_MC61_RDBFL34 0xF0064DA4          MC 61 Read Data and Bit Flip Register 34
MTU_MC61_RDBFL35 0xF0064DA6          MC 61 Read Data and Bit Flip Register 35
MTU_MC61_RDBFL36 0xF0064DA8          MC 61 Read Data and Bit Flip Register 36
MTU_MC61_RDBFL37 0xF0064DAA          MC 61 Read Data and Bit Flip Register 37
MTU_MC61_RDBFL38 0xF0064DAC          MC 61 Read Data and Bit Flip Register 38
MTU_MC61_RDBFL39 0xF0064DAE          MC 61 Read Data and Bit Flip Register 39
MTU_MC61_RDBFL40 0xF0064DB0          MC 61 Read Data and Bit Flip Register 40
MTU_MC61_RDBFL41 0xF0064DB2          MC 61 Read Data and Bit Flip Register 41
MTU_MC61_RDBFL42 0xF0064DB4          MC 61 Read Data and Bit Flip Register 42
MTU_MC61_RDBFL43 0xF0064DB6          MC 61 Read Data and Bit Flip Register 43
MTU_MC61_RDBFL44 0xF0064DB8          MC 61 Read Data and Bit Flip Register 44
MTU_MC61_RDBFL45 0xF0064DBA          MC 61 Read Data and Bit Flip Register 45
MTU_MC61_RDBFL46 0xF0064DBC          MC 61 Read Data and Bit Flip Register 46
MTU_MC61_RDBFL47 0xF0064DBE          MC 61 Read Data and Bit Flip Register 47
MTU_MC61_RDBFL48 0xF0064DC0          MC 61 Read Data and Bit Flip Register 48
MTU_MC61_RDBFL49 0xF0064DC2          MC 61 Read Data and Bit Flip Register 49
MTU_MC61_RDBFL50 0xF0064DC4          MC 61 Read Data and Bit Flip Register 50
MTU_MC61_RDBFL51 0xF0064DC6          MC 61 Read Data and Bit Flip Register 51
MTU_MC61_RDBFL52 0xF0064DC8          MC 61 Read Data and Bit Flip Register 52
MTU_MC61_RDBFL53 0xF0064DCA          MC 61 Read Data and Bit Flip Register 53
MTU_MC61_RDBFL54 0xF0064DCC          MC 61 Read Data and Bit Flip Register 54
MTU_MC61_RDBFL55 0xF0064DCE          MC 61 Read Data and Bit Flip Register 55
MTU_MC61_RDBFL56 0xF0064DD0          MC 61 Read Data and Bit Flip Register 56
MTU_MC61_RDBFL57 0xF0064DD2          MC 61 Read Data and Bit Flip Register 57
MTU_MC61_RDBFL58 0xF0064DD4          MC 61 Read Data and Bit Flip Register 58
MTU_MC61_RDBFL59 0xF0064DD6          MC 61 Read Data and Bit Flip Register 59
MTU_MC61_RDBFL60 0xF0064DD8          MC 61 Read Data and Bit Flip Register 60
MTU_MC61_RDBFL61 0xF0064DDA          MC 61 Read Data and Bit Flip Register 61
MTU_MC61_RDBFL62 0xF0064DDC          MC 61 Read Data and Bit Flip Register 62
MTU_MC61_RDBFL63 0xF0064DDE          MC 61 Read Data and Bit Flip Register 63
MTU_MC61_RDBFL64 0xF0064DE0          MC 61 Read Data and Bit Flip Register 64
MTU_MC61_RDBFL65 0xF0064DE2          MC 61 Read Data and Bit Flip Register 65
MTU_MC61_RDBFL66 0xF0064DE4          MC 61 Read Data and Bit Flip Register 66
MTU_MC61_ALMSRCS 0xF0064DEE          MC 61 Alarm Sources Configuration Register
MTU_MC61_FAULTSTS 0xF0064DF0          MC 61 SSH Safety Faults Status Register
MTU_MC61_ERRINFO0 0xF0064DF2          MC 61 Error Information Register 0
MTU_MC61_ERRINFO1 0xF0064DF4          MC 61 Error Information Register 1
MTU_MC61_ERRINFO2 0xF0064DF6          MC 61 Error Information Register 2
MTU_MC61_ERRINFO3 0xF0064DF8          MC 61 Error Information Register 3
MTU_MC61_ERRINFO4 0xF0064DFA          MC 61 Error Information Register 4
MTU_MC62_CONFIG0 0xF0064E00          MC 62 Configuration Register 0
MTU_MC62_CONFIG1 0xF0064E02          MC 62 Configuration Register 1
MTU_MC62_MCONTROL 0xF0064E04          MC 62 MBIST Control Register
MTU_MC62_MSTATUS 0xF0064E06          MC 62 Status Register
MTU_MC62_RANGE  0xF0064E08          MC 62 Range Register, single address mode
MTU_MC62_REVID  0xF0064E0C          MC 62 Revision ID Register
MTU_MC62_ECCS   0xF0064E0E          MC 62 ECC Safety Register
MTU_MC62_ECCD   0xF0064E10          MC 62 Memory ECC Detection Register
MTU_MC62_ETRR0  0xF0064E12          MC 62 Error Tracking Register 0
MTU_MC62_ETRR1  0xF0064E14          MC 62 Error Tracking Register 1
MTU_MC62_ETRR2  0xF0064E16          MC 62 Error Tracking Register 2
MTU_MC62_ETRR3  0xF0064E18          MC 62 Error Tracking Register 3
MTU_MC62_ETRR4  0xF0064E1A          MC 62 Error Tracking Register 4
MTU_MC62_RDBFL0 0xF0064E60          MC 62 Read Data and Bit Flip Register 0
MTU_MC62_RDBFL1 0xF0064E62          MC 62 Read Data and Bit Flip Register 1
MTU_MC62_RDBFL2 0xF0064E64          MC 62 Read Data and Bit Flip Register 2
MTU_MC62_RDBFL3 0xF0064E66          MC 62 Read Data and Bit Flip Register 3
MTU_MC62_RDBFL4 0xF0064E68          MC 62 Read Data and Bit Flip Register 4
MTU_MC62_RDBFL5 0xF0064E6A          MC 62 Read Data and Bit Flip Register 5
MTU_MC62_RDBFL6 0xF0064E6C          MC 62 Read Data and Bit Flip Register 6
MTU_MC62_RDBFL7 0xF0064E6E          MC 62 Read Data and Bit Flip Register 7
MTU_MC62_RDBFL8 0xF0064E70          MC 62 Read Data and Bit Flip Register 8
MTU_MC62_RDBFL9 0xF0064E72          MC 62 Read Data and Bit Flip Register 9
MTU_MC62_RDBFL10 0xF0064E74          MC 62 Read Data and Bit Flip Register 10
MTU_MC62_RDBFL11 0xF0064E76          MC 62 Read Data and Bit Flip Register 11
MTU_MC62_RDBFL12 0xF0064E78          MC 62 Read Data and Bit Flip Register 12
MTU_MC62_RDBFL13 0xF0064E7A          MC 62 Read Data and Bit Flip Register 13
MTU_MC62_RDBFL14 0xF0064E7C          MC 62 Read Data and Bit Flip Register 14
MTU_MC62_RDBFL15 0xF0064E7E          MC 62 Read Data and Bit Flip Register 15
MTU_MC62_RDBFL16 0xF0064E80          MC 62 Read Data and Bit Flip Register 16
MTU_MC62_RDBFL17 0xF0064E82          MC 62 Read Data and Bit Flip Register 17
MTU_MC62_RDBFL18 0xF0064E84          MC 62 Read Data and Bit Flip Register 18
MTU_MC62_RDBFL19 0xF0064E86          MC 62 Read Data and Bit Flip Register 19
MTU_MC62_RDBFL20 0xF0064E88          MC 62 Read Data and Bit Flip Register 20
MTU_MC62_RDBFL21 0xF0064E8A          MC 62 Read Data and Bit Flip Register 21
MTU_MC62_RDBFL22 0xF0064E8C          MC 62 Read Data and Bit Flip Register 22
MTU_MC62_RDBFL23 0xF0064E8E          MC 62 Read Data and Bit Flip Register 23
MTU_MC62_RDBFL24 0xF0064E90          MC 62 Read Data and Bit Flip Register 24
MTU_MC62_RDBFL25 0xF0064E92          MC 62 Read Data and Bit Flip Register 25
MTU_MC62_RDBFL26 0xF0064E94          MC 62 Read Data and Bit Flip Register 26
MTU_MC62_RDBFL27 0xF0064E96          MC 62 Read Data and Bit Flip Register 27
MTU_MC62_RDBFL28 0xF0064E98          MC 62 Read Data and Bit Flip Register 28
MTU_MC62_RDBFL29 0xF0064E9A          MC 62 Read Data and Bit Flip Register 29
MTU_MC62_RDBFL30 0xF0064E9C          MC 62 Read Data and Bit Flip Register 30
MTU_MC62_RDBFL31 0xF0064E9E          MC 62 Read Data and Bit Flip Register 31
MTU_MC62_RDBFL32 0xF0064EA0          MC 62 Read Data and Bit Flip Register 32
MTU_MC62_RDBFL33 0xF0064EA2          MC 62 Read Data and Bit Flip Register 33
MTU_MC62_RDBFL34 0xF0064EA4          MC 62 Read Data and Bit Flip Register 34
MTU_MC62_RDBFL35 0xF0064EA6          MC 62 Read Data and Bit Flip Register 35
MTU_MC62_RDBFL36 0xF0064EA8          MC 62 Read Data and Bit Flip Register 36
MTU_MC62_RDBFL37 0xF0064EAA          MC 62 Read Data and Bit Flip Register 37
MTU_MC62_RDBFL38 0xF0064EAC          MC 62 Read Data and Bit Flip Register 38
MTU_MC62_RDBFL39 0xF0064EAE          MC 62 Read Data and Bit Flip Register 39
MTU_MC62_RDBFL40 0xF0064EB0          MC 62 Read Data and Bit Flip Register 40
MTU_MC62_RDBFL41 0xF0064EB2          MC 62 Read Data and Bit Flip Register 41
MTU_MC62_RDBFL42 0xF0064EB4          MC 62 Read Data and Bit Flip Register 42
MTU_MC62_RDBFL43 0xF0064EB6          MC 62 Read Data and Bit Flip Register 43
MTU_MC62_RDBFL44 0xF0064EB8          MC 62 Read Data and Bit Flip Register 44
MTU_MC62_RDBFL45 0xF0064EBA          MC 62 Read Data and Bit Flip Register 45
MTU_MC62_RDBFL46 0xF0064EBC          MC 62 Read Data and Bit Flip Register 46
MTU_MC62_RDBFL47 0xF0064EBE          MC 62 Read Data and Bit Flip Register 47
MTU_MC62_RDBFL48 0xF0064EC0          MC 62 Read Data and Bit Flip Register 48
MTU_MC62_RDBFL49 0xF0064EC2          MC 62 Read Data and Bit Flip Register 49
MTU_MC62_RDBFL50 0xF0064EC4          MC 62 Read Data and Bit Flip Register 50
MTU_MC62_RDBFL51 0xF0064EC6          MC 62 Read Data and Bit Flip Register 51
MTU_MC62_RDBFL52 0xF0064EC8          MC 62 Read Data and Bit Flip Register 52
MTU_MC62_RDBFL53 0xF0064ECA          MC 62 Read Data and Bit Flip Register 53
MTU_MC62_RDBFL54 0xF0064ECC          MC 62 Read Data and Bit Flip Register 54
MTU_MC62_RDBFL55 0xF0064ECE          MC 62 Read Data and Bit Flip Register 55
MTU_MC62_RDBFL56 0xF0064ED0          MC 62 Read Data and Bit Flip Register 56
MTU_MC62_RDBFL57 0xF0064ED2          MC 62 Read Data and Bit Flip Register 57
MTU_MC62_RDBFL58 0xF0064ED4          MC 62 Read Data and Bit Flip Register 58
MTU_MC62_RDBFL59 0xF0064ED6          MC 62 Read Data and Bit Flip Register 59
MTU_MC62_RDBFL60 0xF0064ED8          MC 62 Read Data and Bit Flip Register 60
MTU_MC62_RDBFL61 0xF0064EDA          MC 62 Read Data and Bit Flip Register 61
MTU_MC62_RDBFL62 0xF0064EDC          MC 62 Read Data and Bit Flip Register 62
MTU_MC62_RDBFL63 0xF0064EDE          MC 62 Read Data and Bit Flip Register 63
MTU_MC62_RDBFL64 0xF0064EE0          MC 62 Read Data and Bit Flip Register 64
MTU_MC62_RDBFL65 0xF0064EE2          MC 62 Read Data and Bit Flip Register 65
MTU_MC62_RDBFL66 0xF0064EE4          MC 62 Read Data and Bit Flip Register 66
MTU_MC62_ALMSRCS 0xF0064EEE          MC 62 Alarm Sources Configuration Register
MTU_MC62_FAULTSTS 0xF0064EF0          MC 62 SSH Safety Faults Status Register
MTU_MC62_ERRINFO0 0xF0064EF2          MC 62 Error Information Register 0
MTU_MC62_ERRINFO1 0xF0064EF4          MC 62 Error Information Register 1
MTU_MC62_ERRINFO2 0xF0064EF6          MC 62 Error Information Register 2
MTU_MC62_ERRINFO3 0xF0064EF8          MC 62 Error Information Register 3
MTU_MC62_ERRINFO4 0xF0064EFA          MC 62 Error Information Register 4
MTU_MC63_CONFIG0 0xF0064F00          MC 63 Configuration Register 0
MTU_MC63_CONFIG1 0xF0064F02          MC 63 Configuration Register 1
MTU_MC63_MCONTROL 0xF0064F04          MC 63 MBIST Control Register
MTU_MC63_MSTATUS 0xF0064F06          MC 63 Status Register
MTU_MC63_RANGE  0xF0064F08          MC 63 Range Register, single address mode
MTU_MC63_REVID  0xF0064F0C          MC 63 Revision ID Register
MTU_MC63_ECCS   0xF0064F0E          MC 63 ECC Safety Register
MTU_MC63_ECCD   0xF0064F10          MC 63 Memory ECC Detection Register
MTU_MC63_ETRR0  0xF0064F12          MC 63 Error Tracking Register 0
MTU_MC63_ETRR1  0xF0064F14          MC 63 Error Tracking Register 1
MTU_MC63_ETRR2  0xF0064F16          MC 63 Error Tracking Register 2
MTU_MC63_ETRR3  0xF0064F18          MC 63 Error Tracking Register 3
MTU_MC63_ETRR4  0xF0064F1A          MC 63 Error Tracking Register 4
MTU_MC63_RDBFL0 0xF0064F60          MC 63 Read Data and Bit Flip Register 0
MTU_MC63_RDBFL1 0xF0064F62          MC 63 Read Data and Bit Flip Register 1
MTU_MC63_RDBFL2 0xF0064F64          MC 63 Read Data and Bit Flip Register 2
MTU_MC63_RDBFL3 0xF0064F66          MC 63 Read Data and Bit Flip Register 3
MTU_MC63_RDBFL4 0xF0064F68          MC 63 Read Data and Bit Flip Register 4
MTU_MC63_RDBFL5 0xF0064F6A          MC 63 Read Data and Bit Flip Register 5
MTU_MC63_RDBFL6 0xF0064F6C          MC 63 Read Data and Bit Flip Register 6
MTU_MC63_RDBFL7 0xF0064F6E          MC 63 Read Data and Bit Flip Register 7
MTU_MC63_RDBFL8 0xF0064F70          MC 63 Read Data and Bit Flip Register 8
MTU_MC63_RDBFL9 0xF0064F72          MC 63 Read Data and Bit Flip Register 9
MTU_MC63_RDBFL10 0xF0064F74          MC 63 Read Data and Bit Flip Register 10
MTU_MC63_RDBFL11 0xF0064F76          MC 63 Read Data and Bit Flip Register 11
MTU_MC63_RDBFL12 0xF0064F78          MC 63 Read Data and Bit Flip Register 12
MTU_MC63_RDBFL13 0xF0064F7A          MC 63 Read Data and Bit Flip Register 13
MTU_MC63_RDBFL14 0xF0064F7C          MC 63 Read Data and Bit Flip Register 14
MTU_MC63_RDBFL15 0xF0064F7E          MC 63 Read Data and Bit Flip Register 15
MTU_MC63_RDBFL16 0xF0064F80          MC 63 Read Data and Bit Flip Register 16
MTU_MC63_RDBFL17 0xF0064F82          MC 63 Read Data and Bit Flip Register 17
MTU_MC63_RDBFL18 0xF0064F84          MC 63 Read Data and Bit Flip Register 18
MTU_MC63_RDBFL19 0xF0064F86          MC 63 Read Data and Bit Flip Register 19
MTU_MC63_RDBFL20 0xF0064F88          MC 63 Read Data and Bit Flip Register 20
MTU_MC63_RDBFL21 0xF0064F8A          MC 63 Read Data and Bit Flip Register 21
MTU_MC63_RDBFL22 0xF0064F8C          MC 63 Read Data and Bit Flip Register 22
MTU_MC63_RDBFL23 0xF0064F8E          MC 63 Read Data and Bit Flip Register 23
MTU_MC63_RDBFL24 0xF0064F90          MC 63 Read Data and Bit Flip Register 24
MTU_MC63_RDBFL25 0xF0064F92          MC 63 Read Data and Bit Flip Register 25
MTU_MC63_RDBFL26 0xF0064F94          MC 63 Read Data and Bit Flip Register 26
MTU_MC63_RDBFL27 0xF0064F96          MC 63 Read Data and Bit Flip Register 27
MTU_MC63_RDBFL28 0xF0064F98          MC 63 Read Data and Bit Flip Register 28
MTU_MC63_RDBFL29 0xF0064F9A          MC 63 Read Data and Bit Flip Register 29
MTU_MC63_RDBFL30 0xF0064F9C          MC 63 Read Data and Bit Flip Register 30
MTU_MC63_RDBFL31 0xF0064F9E          MC 63 Read Data and Bit Flip Register 31
MTU_MC63_RDBFL32 0xF0064FA0          MC 63 Read Data and Bit Flip Register 32
MTU_MC63_RDBFL33 0xF0064FA2          MC 63 Read Data and Bit Flip Register 33
MTU_MC63_RDBFL34 0xF0064FA4          MC 63 Read Data and Bit Flip Register 34
MTU_MC63_RDBFL35 0xF0064FA6          MC 63 Read Data and Bit Flip Register 35
MTU_MC63_RDBFL36 0xF0064FA8          MC 63 Read Data and Bit Flip Register 36
MTU_MC63_RDBFL37 0xF0064FAA          MC 63 Read Data and Bit Flip Register 37
MTU_MC63_RDBFL38 0xF0064FAC          MC 63 Read Data and Bit Flip Register 38
MTU_MC63_RDBFL39 0xF0064FAE          MC 63 Read Data and Bit Flip Register 39
MTU_MC63_RDBFL40 0xF0064FB0          MC 63 Read Data and Bit Flip Register 40
MTU_MC63_RDBFL41 0xF0064FB2          MC 63 Read Data and Bit Flip Register 41
MTU_MC63_RDBFL42 0xF0064FB4          MC 63 Read Data and Bit Flip Register 42
MTU_MC63_RDBFL43 0xF0064FB6          MC 63 Read Data and Bit Flip Register 43
MTU_MC63_RDBFL44 0xF0064FB8          MC 63 Read Data and Bit Flip Register 44
MTU_MC63_RDBFL45 0xF0064FBA          MC 63 Read Data and Bit Flip Register 45
MTU_MC63_RDBFL46 0xF0064FBC          MC 63 Read Data and Bit Flip Register 46
MTU_MC63_RDBFL47 0xF0064FBE          MC 63 Read Data and Bit Flip Register 47
MTU_MC63_RDBFL48 0xF0064FC0          MC 63 Read Data and Bit Flip Register 48
MTU_MC63_RDBFL49 0xF0064FC2          MC 63 Read Data and Bit Flip Register 49
MTU_MC63_RDBFL50 0xF0064FC4          MC 63 Read Data and Bit Flip Register 50
MTU_MC63_RDBFL51 0xF0064FC6          MC 63 Read Data and Bit Flip Register 51
MTU_MC63_RDBFL52 0xF0064FC8          MC 63 Read Data and Bit Flip Register 52
MTU_MC63_RDBFL53 0xF0064FCA          MC 63 Read Data and Bit Flip Register 53
MTU_MC63_RDBFL54 0xF0064FCC          MC 63 Read Data and Bit Flip Register 54
MTU_MC63_RDBFL55 0xF0064FCE          MC 63 Read Data and Bit Flip Register 55
MTU_MC63_RDBFL56 0xF0064FD0          MC 63 Read Data and Bit Flip Register 56
MTU_MC63_RDBFL57 0xF0064FD2          MC 63 Read Data and Bit Flip Register 57
MTU_MC63_RDBFL58 0xF0064FD4          MC 63 Read Data and Bit Flip Register 58
MTU_MC63_RDBFL59 0xF0064FD6          MC 63 Read Data and Bit Flip Register 59
MTU_MC63_RDBFL60 0xF0064FD8          MC 63 Read Data and Bit Flip Register 60
MTU_MC63_RDBFL61 0xF0064FDA          MC 63 Read Data and Bit Flip Register 61
MTU_MC63_RDBFL62 0xF0064FDC          MC 63 Read Data and Bit Flip Register 62
MTU_MC63_RDBFL63 0xF0064FDE          MC 63 Read Data and Bit Flip Register 63
MTU_MC63_RDBFL64 0xF0064FE0          MC 63 Read Data and Bit Flip Register 64
MTU_MC63_RDBFL65 0xF0064FE2          MC 63 Read Data and Bit Flip Register 65
MTU_MC63_RDBFL66 0xF0064FE4          MC 63 Read Data and Bit Flip Register 66
MTU_MC63_ALMSRCS 0xF0064FEE          MC 63 Alarm Sources Configuration Register
MTU_MC63_FAULTSTS 0xF0064FF0          MC 63 SSH Safety Faults Status Register
MTU_MC63_ERRINFO0 0xF0064FF2          MC 63 Error Information Register 0
MTU_MC63_ERRINFO1 0xF0064FF4          MC 63 Error Information Register 1
MTU_MC63_ERRINFO2 0xF0064FF6          MC 63 Error Information Register 2
MTU_MC63_ERRINFO3 0xF0064FF8          MC 63 Error Information Register 3
MTU_MC63_ERRINFO4 0xF0064FFA          MC 63 Error Information Register 4
MTU_MC64_CONFIG0 0xF0065000          MC 64 Configuration Register 0
MTU_MC64_CONFIG1 0xF0065002          MC 64 Configuration Register 1
MTU_MC64_MCONTROL 0xF0065004          MC 64 MBIST Control Register
MTU_MC64_MSTATUS 0xF0065006          MC 64 Status Register
MTU_MC64_RANGE  0xF0065008          MC 64 Range Register, single address mode
MTU_MC64_REVID  0xF006500C          MC 64 Revision ID Register
MTU_MC64_ECCS   0xF006500E          MC 64 ECC Safety Register
MTU_MC64_ECCD   0xF0065010          MC 64 Memory ECC Detection Register
MTU_MC64_ETRR0  0xF0065012          MC 64 Error Tracking Register 0
MTU_MC64_ETRR1  0xF0065014          MC 64 Error Tracking Register 1
MTU_MC64_ETRR2  0xF0065016          MC 64 Error Tracking Register 2
MTU_MC64_ETRR3  0xF0065018          MC 64 Error Tracking Register 3
MTU_MC64_ETRR4  0xF006501A          MC 64 Error Tracking Register 4
MTU_MC64_RDBFL0 0xF0065060          MC 64 Read Data and Bit Flip Register 0
MTU_MC64_RDBFL1 0xF0065062          MC 64 Read Data and Bit Flip Register 1
MTU_MC64_RDBFL2 0xF0065064          MC 64 Read Data and Bit Flip Register 2
MTU_MC64_RDBFL3 0xF0065066          MC 64 Read Data and Bit Flip Register 3
MTU_MC64_RDBFL4 0xF0065068          MC 64 Read Data and Bit Flip Register 4
MTU_MC64_RDBFL5 0xF006506A          MC 64 Read Data and Bit Flip Register 5
MTU_MC64_RDBFL6 0xF006506C          MC 64 Read Data and Bit Flip Register 6
MTU_MC64_RDBFL7 0xF006506E          MC 64 Read Data and Bit Flip Register 7
MTU_MC64_RDBFL8 0xF0065070          MC 64 Read Data and Bit Flip Register 8
MTU_MC64_RDBFL9 0xF0065072          MC 64 Read Data and Bit Flip Register 9
MTU_MC64_RDBFL10 0xF0065074          MC 64 Read Data and Bit Flip Register 10
MTU_MC64_RDBFL11 0xF0065076          MC 64 Read Data and Bit Flip Register 11
MTU_MC64_RDBFL12 0xF0065078          MC 64 Read Data and Bit Flip Register 12
MTU_MC64_RDBFL13 0xF006507A          MC 64 Read Data and Bit Flip Register 13
MTU_MC64_RDBFL14 0xF006507C          MC 64 Read Data and Bit Flip Register 14
MTU_MC64_RDBFL15 0xF006507E          MC 64 Read Data and Bit Flip Register 15
MTU_MC64_RDBFL16 0xF0065080          MC 64 Read Data and Bit Flip Register 16
MTU_MC64_RDBFL17 0xF0065082          MC 64 Read Data and Bit Flip Register 17
MTU_MC64_RDBFL18 0xF0065084          MC 64 Read Data and Bit Flip Register 18
MTU_MC64_RDBFL19 0xF0065086          MC 64 Read Data and Bit Flip Register 19
MTU_MC64_RDBFL20 0xF0065088          MC 64 Read Data and Bit Flip Register 20
MTU_MC64_RDBFL21 0xF006508A          MC 64 Read Data and Bit Flip Register 21
MTU_MC64_RDBFL22 0xF006508C          MC 64 Read Data and Bit Flip Register 22
MTU_MC64_RDBFL23 0xF006508E          MC 64 Read Data and Bit Flip Register 23
MTU_MC64_RDBFL24 0xF0065090          MC 64 Read Data and Bit Flip Register 24
MTU_MC64_RDBFL25 0xF0065092          MC 64 Read Data and Bit Flip Register 25
MTU_MC64_RDBFL26 0xF0065094          MC 64 Read Data and Bit Flip Register 26
MTU_MC64_RDBFL27 0xF0065096          MC 64 Read Data and Bit Flip Register 27
MTU_MC64_RDBFL28 0xF0065098          MC 64 Read Data and Bit Flip Register 28
MTU_MC64_RDBFL29 0xF006509A          MC 64 Read Data and Bit Flip Register 29
MTU_MC64_RDBFL30 0xF006509C          MC 64 Read Data and Bit Flip Register 30
MTU_MC64_RDBFL31 0xF006509E          MC 64 Read Data and Bit Flip Register 31
MTU_MC64_RDBFL32 0xF00650A0          MC 64 Read Data and Bit Flip Register 32
MTU_MC64_RDBFL33 0xF00650A2          MC 64 Read Data and Bit Flip Register 33
MTU_MC64_RDBFL34 0xF00650A4          MC 64 Read Data and Bit Flip Register 34
MTU_MC64_RDBFL35 0xF00650A6          MC 64 Read Data and Bit Flip Register 35
MTU_MC64_RDBFL36 0xF00650A8          MC 64 Read Data and Bit Flip Register 36
MTU_MC64_RDBFL37 0xF00650AA          MC 64 Read Data and Bit Flip Register 37
MTU_MC64_RDBFL38 0xF00650AC          MC 64 Read Data and Bit Flip Register 38
MTU_MC64_RDBFL39 0xF00650AE          MC 64 Read Data and Bit Flip Register 39
MTU_MC64_RDBFL40 0xF00650B0          MC 64 Read Data and Bit Flip Register 40
MTU_MC64_RDBFL41 0xF00650B2          MC 64 Read Data and Bit Flip Register 41
MTU_MC64_RDBFL42 0xF00650B4          MC 64 Read Data and Bit Flip Register 42
MTU_MC64_RDBFL43 0xF00650B6          MC 64 Read Data and Bit Flip Register 43
MTU_MC64_RDBFL44 0xF00650B8          MC 64 Read Data and Bit Flip Register 44
MTU_MC64_RDBFL45 0xF00650BA          MC 64 Read Data and Bit Flip Register 45
MTU_MC64_RDBFL46 0xF00650BC          MC 64 Read Data and Bit Flip Register 46
MTU_MC64_RDBFL47 0xF00650BE          MC 64 Read Data and Bit Flip Register 47
MTU_MC64_RDBFL48 0xF00650C0          MC 64 Read Data and Bit Flip Register 48
MTU_MC64_RDBFL49 0xF00650C2          MC 64 Read Data and Bit Flip Register 49
MTU_MC64_RDBFL50 0xF00650C4          MC 64 Read Data and Bit Flip Register 50
MTU_MC64_RDBFL51 0xF00650C6          MC 64 Read Data and Bit Flip Register 51
MTU_MC64_RDBFL52 0xF00650C8          MC 64 Read Data and Bit Flip Register 52
MTU_MC64_RDBFL53 0xF00650CA          MC 64 Read Data and Bit Flip Register 53
MTU_MC64_RDBFL54 0xF00650CC          MC 64 Read Data and Bit Flip Register 54
MTU_MC64_RDBFL55 0xF00650CE          MC 64 Read Data and Bit Flip Register 55
MTU_MC64_RDBFL56 0xF00650D0          MC 64 Read Data and Bit Flip Register 56
MTU_MC64_RDBFL57 0xF00650D2          MC 64 Read Data and Bit Flip Register 57
MTU_MC64_RDBFL58 0xF00650D4          MC 64 Read Data and Bit Flip Register 58
MTU_MC64_RDBFL59 0xF00650D6          MC 64 Read Data and Bit Flip Register 59
MTU_MC64_RDBFL60 0xF00650D8          MC 64 Read Data and Bit Flip Register 60
MTU_MC64_RDBFL61 0xF00650DA          MC 64 Read Data and Bit Flip Register 61
MTU_MC64_RDBFL62 0xF00650DC          MC 64 Read Data and Bit Flip Register 62
MTU_MC64_RDBFL63 0xF00650DE          MC 64 Read Data and Bit Flip Register 63
MTU_MC64_RDBFL64 0xF00650E0          MC 64 Read Data and Bit Flip Register 64
MTU_MC64_RDBFL65 0xF00650E2          MC 64 Read Data and Bit Flip Register 65
MTU_MC64_RDBFL66 0xF00650E4          MC 64 Read Data and Bit Flip Register 66
MTU_MC64_ALMSRCS 0xF00650EE          MC 64 Alarm Sources Configuration Register
MTU_MC64_FAULTSTS 0xF00650F0          MC 64 SSH Safety Faults Status Register
MTU_MC64_ERRINFO0 0xF00650F2          MC 64 Error Information Register 0
MTU_MC64_ERRINFO1 0xF00650F4          MC 64 Error Information Register 1
MTU_MC64_ERRINFO2 0xF00650F6          MC 64 Error Information Register 2
MTU_MC64_ERRINFO3 0xF00650F8          MC 64 Error Information Register 3
MTU_MC64_ERRINFO4 0xF00650FA          MC 64 Error Information Register 4
MTU_MC65_CONFIG0 0xF0065100          MC 65 Configuration Register 0
MTU_MC65_CONFIG1 0xF0065102          MC 65 Configuration Register 1
MTU_MC65_MCONTROL 0xF0065104          MC 65 MBIST Control Register
MTU_MC65_MSTATUS 0xF0065106          MC 65 Status Register
MTU_MC65_RANGE  0xF0065108          MC 65 Range Register, single address mode
MTU_MC65_REVID  0xF006510C          MC 65 Revision ID Register
MTU_MC65_ECCS   0xF006510E          MC 65 ECC Safety Register
MTU_MC65_ECCD   0xF0065110          MC 65 Memory ECC Detection Register
MTU_MC65_ETRR0  0xF0065112          MC 65 Error Tracking Register 0
MTU_MC65_ETRR1  0xF0065114          MC 65 Error Tracking Register 1
MTU_MC65_ETRR2  0xF0065116          MC 65 Error Tracking Register 2
MTU_MC65_ETRR3  0xF0065118          MC 65 Error Tracking Register 3
MTU_MC65_ETRR4  0xF006511A          MC 65 Error Tracking Register 4
MTU_MC65_RDBFL0 0xF0065160          MC 65 Read Data and Bit Flip Register 0
MTU_MC65_RDBFL1 0xF0065162          MC 65 Read Data and Bit Flip Register 1
MTU_MC65_RDBFL2 0xF0065164          MC 65 Read Data and Bit Flip Register 2
MTU_MC65_RDBFL3 0xF0065166          MC 65 Read Data and Bit Flip Register 3
MTU_MC65_RDBFL4 0xF0065168          MC 65 Read Data and Bit Flip Register 4
MTU_MC65_RDBFL5 0xF006516A          MC 65 Read Data and Bit Flip Register 5
MTU_MC65_RDBFL6 0xF006516C          MC 65 Read Data and Bit Flip Register 6
MTU_MC65_RDBFL7 0xF006516E          MC 65 Read Data and Bit Flip Register 7
MTU_MC65_RDBFL8 0xF0065170          MC 65 Read Data and Bit Flip Register 8
MTU_MC65_RDBFL9 0xF0065172          MC 65 Read Data and Bit Flip Register 9
MTU_MC65_RDBFL10 0xF0065174          MC 65 Read Data and Bit Flip Register 10
MTU_MC65_RDBFL11 0xF0065176          MC 65 Read Data and Bit Flip Register 11
MTU_MC65_RDBFL12 0xF0065178          MC 65 Read Data and Bit Flip Register 12
MTU_MC65_RDBFL13 0xF006517A          MC 65 Read Data and Bit Flip Register 13
MTU_MC65_RDBFL14 0xF006517C          MC 65 Read Data and Bit Flip Register 14
MTU_MC65_RDBFL15 0xF006517E          MC 65 Read Data and Bit Flip Register 15
MTU_MC65_RDBFL16 0xF0065180          MC 65 Read Data and Bit Flip Register 16
MTU_MC65_RDBFL17 0xF0065182          MC 65 Read Data and Bit Flip Register 17
MTU_MC65_RDBFL18 0xF0065184          MC 65 Read Data and Bit Flip Register 18
MTU_MC65_RDBFL19 0xF0065186          MC 65 Read Data and Bit Flip Register 19
MTU_MC65_RDBFL20 0xF0065188          MC 65 Read Data and Bit Flip Register 20
MTU_MC65_RDBFL21 0xF006518A          MC 65 Read Data and Bit Flip Register 21
MTU_MC65_RDBFL22 0xF006518C          MC 65 Read Data and Bit Flip Register 22
MTU_MC65_RDBFL23 0xF006518E          MC 65 Read Data and Bit Flip Register 23
MTU_MC65_RDBFL24 0xF0065190          MC 65 Read Data and Bit Flip Register 24
MTU_MC65_RDBFL25 0xF0065192          MC 65 Read Data and Bit Flip Register 25
MTU_MC65_RDBFL26 0xF0065194          MC 65 Read Data and Bit Flip Register 26
MTU_MC65_RDBFL27 0xF0065196          MC 65 Read Data and Bit Flip Register 27
MTU_MC65_RDBFL28 0xF0065198          MC 65 Read Data and Bit Flip Register 28
MTU_MC65_RDBFL29 0xF006519A          MC 65 Read Data and Bit Flip Register 29
MTU_MC65_RDBFL30 0xF006519C          MC 65 Read Data and Bit Flip Register 30
MTU_MC65_RDBFL31 0xF006519E          MC 65 Read Data and Bit Flip Register 31
MTU_MC65_RDBFL32 0xF00651A0          MC 65 Read Data and Bit Flip Register 32
MTU_MC65_RDBFL33 0xF00651A2          MC 65 Read Data and Bit Flip Register 33
MTU_MC65_RDBFL34 0xF00651A4          MC 65 Read Data and Bit Flip Register 34
MTU_MC65_RDBFL35 0xF00651A6          MC 65 Read Data and Bit Flip Register 35
MTU_MC65_RDBFL36 0xF00651A8          MC 65 Read Data and Bit Flip Register 36
MTU_MC65_RDBFL37 0xF00651AA          MC 65 Read Data and Bit Flip Register 37
MTU_MC65_RDBFL38 0xF00651AC          MC 65 Read Data and Bit Flip Register 38
MTU_MC65_RDBFL39 0xF00651AE          MC 65 Read Data and Bit Flip Register 39
MTU_MC65_RDBFL40 0xF00651B0          MC 65 Read Data and Bit Flip Register 40
MTU_MC65_RDBFL41 0xF00651B2          MC 65 Read Data and Bit Flip Register 41
MTU_MC65_RDBFL42 0xF00651B4          MC 65 Read Data and Bit Flip Register 42
MTU_MC65_RDBFL43 0xF00651B6          MC 65 Read Data and Bit Flip Register 43
MTU_MC65_RDBFL44 0xF00651B8          MC 65 Read Data and Bit Flip Register 44
MTU_MC65_RDBFL45 0xF00651BA          MC 65 Read Data and Bit Flip Register 45
MTU_MC65_RDBFL46 0xF00651BC          MC 65 Read Data and Bit Flip Register 46
MTU_MC65_RDBFL47 0xF00651BE          MC 65 Read Data and Bit Flip Register 47
MTU_MC65_RDBFL48 0xF00651C0          MC 65 Read Data and Bit Flip Register 48
MTU_MC65_RDBFL49 0xF00651C2          MC 65 Read Data and Bit Flip Register 49
MTU_MC65_RDBFL50 0xF00651C4          MC 65 Read Data and Bit Flip Register 50
MTU_MC65_RDBFL51 0xF00651C6          MC 65 Read Data and Bit Flip Register 51
MTU_MC65_RDBFL52 0xF00651C8          MC 65 Read Data and Bit Flip Register 52
MTU_MC65_RDBFL53 0xF00651CA          MC 65 Read Data and Bit Flip Register 53
MTU_MC65_RDBFL54 0xF00651CC          MC 65 Read Data and Bit Flip Register 54
MTU_MC65_RDBFL55 0xF00651CE          MC 65 Read Data and Bit Flip Register 55
MTU_MC65_RDBFL56 0xF00651D0          MC 65 Read Data and Bit Flip Register 56
MTU_MC65_RDBFL57 0xF00651D2          MC 65 Read Data and Bit Flip Register 57
MTU_MC65_RDBFL58 0xF00651D4          MC 65 Read Data and Bit Flip Register 58
MTU_MC65_RDBFL59 0xF00651D6          MC 65 Read Data and Bit Flip Register 59
MTU_MC65_RDBFL60 0xF00651D8          MC 65 Read Data and Bit Flip Register 60
MTU_MC65_RDBFL61 0xF00651DA          MC 65 Read Data and Bit Flip Register 61
MTU_MC65_RDBFL62 0xF00651DC          MC 65 Read Data and Bit Flip Register 62
MTU_MC65_RDBFL63 0xF00651DE          MC 65 Read Data and Bit Flip Register 63
MTU_MC65_RDBFL64 0xF00651E0          MC 65 Read Data and Bit Flip Register 64
MTU_MC65_RDBFL65 0xF00651E2          MC 65 Read Data and Bit Flip Register 65
MTU_MC65_RDBFL66 0xF00651E4          MC 65 Read Data and Bit Flip Register 66
MTU_MC65_ALMSRCS 0xF00651EE          MC 65 Alarm Sources Configuration Register
MTU_MC65_FAULTSTS 0xF00651F0          MC 65 SSH Safety Faults Status Register
MTU_MC65_ERRINFO0 0xF00651F2          MC 65 Error Information Register 0
MTU_MC65_ERRINFO1 0xF00651F4          MC 65 Error Information Register 1
MTU_MC65_ERRINFO2 0xF00651F6          MC 65 Error Information Register 2
MTU_MC65_ERRINFO3 0xF00651F8          MC 65 Error Information Register 3
MTU_MC65_ERRINFO4 0xF00651FA          MC 65 Error Information Register 4
MTU_MC66_CONFIG0 0xF0065200          MC 66 Configuration Register 0
MTU_MC66_CONFIG1 0xF0065202          MC 66 Configuration Register 1
MTU_MC66_MCONTROL 0xF0065204          MC 66 MBIST Control Register
MTU_MC66_MSTATUS 0xF0065206          MC 66 Status Register
MTU_MC66_RANGE  0xF0065208          MC 66 Range Register, single address mode
MTU_MC66_REVID  0xF006520C          MC 66 Revision ID Register
MTU_MC66_ECCS   0xF006520E          MC 66 ECC Safety Register
MTU_MC66_ECCD   0xF0065210          MC 66 Memory ECC Detection Register
MTU_MC66_ETRR0  0xF0065212          MC 66 Error Tracking Register 0
MTU_MC66_ETRR1  0xF0065214          MC 66 Error Tracking Register 1
MTU_MC66_ETRR2  0xF0065216          MC 66 Error Tracking Register 2
MTU_MC66_ETRR3  0xF0065218          MC 66 Error Tracking Register 3
MTU_MC66_ETRR4  0xF006521A          MC 66 Error Tracking Register 4
MTU_MC66_RDBFL0 0xF0065260          MC 66 Read Data and Bit Flip Register 0
MTU_MC66_RDBFL1 0xF0065262          MC 66 Read Data and Bit Flip Register 1
MTU_MC66_RDBFL2 0xF0065264          MC 66 Read Data and Bit Flip Register 2
MTU_MC66_RDBFL3 0xF0065266          MC 66 Read Data and Bit Flip Register 3
MTU_MC66_RDBFL4 0xF0065268          MC 66 Read Data and Bit Flip Register 4
MTU_MC66_RDBFL5 0xF006526A          MC 66 Read Data and Bit Flip Register 5
MTU_MC66_RDBFL6 0xF006526C          MC 66 Read Data and Bit Flip Register 6
MTU_MC66_RDBFL7 0xF006526E          MC 66 Read Data and Bit Flip Register 7
MTU_MC66_RDBFL8 0xF0065270          MC 66 Read Data and Bit Flip Register 8
MTU_MC66_RDBFL9 0xF0065272          MC 66 Read Data and Bit Flip Register 9
MTU_MC66_RDBFL10 0xF0065274          MC 66 Read Data and Bit Flip Register 10
MTU_MC66_RDBFL11 0xF0065276          MC 66 Read Data and Bit Flip Register 11
MTU_MC66_RDBFL12 0xF0065278          MC 66 Read Data and Bit Flip Register 12
MTU_MC66_RDBFL13 0xF006527A          MC 66 Read Data and Bit Flip Register 13
MTU_MC66_RDBFL14 0xF006527C          MC 66 Read Data and Bit Flip Register 14
MTU_MC66_RDBFL15 0xF006527E          MC 66 Read Data and Bit Flip Register 15
MTU_MC66_RDBFL16 0xF0065280          MC 66 Read Data and Bit Flip Register 16
MTU_MC66_RDBFL17 0xF0065282          MC 66 Read Data and Bit Flip Register 17
MTU_MC66_RDBFL18 0xF0065284          MC 66 Read Data and Bit Flip Register 18
MTU_MC66_RDBFL19 0xF0065286          MC 66 Read Data and Bit Flip Register 19
MTU_MC66_RDBFL20 0xF0065288          MC 66 Read Data and Bit Flip Register 20
MTU_MC66_RDBFL21 0xF006528A          MC 66 Read Data and Bit Flip Register 21
MTU_MC66_RDBFL22 0xF006528C          MC 66 Read Data and Bit Flip Register 22
MTU_MC66_RDBFL23 0xF006528E          MC 66 Read Data and Bit Flip Register 23
MTU_MC66_RDBFL24 0xF0065290          MC 66 Read Data and Bit Flip Register 24
MTU_MC66_RDBFL25 0xF0065292          MC 66 Read Data and Bit Flip Register 25
MTU_MC66_RDBFL26 0xF0065294          MC 66 Read Data and Bit Flip Register 26
MTU_MC66_RDBFL27 0xF0065296          MC 66 Read Data and Bit Flip Register 27
MTU_MC66_RDBFL28 0xF0065298          MC 66 Read Data and Bit Flip Register 28
MTU_MC66_RDBFL29 0xF006529A          MC 66 Read Data and Bit Flip Register 29
MTU_MC66_RDBFL30 0xF006529C          MC 66 Read Data and Bit Flip Register 30
MTU_MC66_RDBFL31 0xF006529E          MC 66 Read Data and Bit Flip Register 31
MTU_MC66_RDBFL32 0xF00652A0          MC 66 Read Data and Bit Flip Register 32
MTU_MC66_RDBFL33 0xF00652A2          MC 66 Read Data and Bit Flip Register 33
MTU_MC66_RDBFL34 0xF00652A4          MC 66 Read Data and Bit Flip Register 34
MTU_MC66_RDBFL35 0xF00652A6          MC 66 Read Data and Bit Flip Register 35
MTU_MC66_RDBFL36 0xF00652A8          MC 66 Read Data and Bit Flip Register 36
MTU_MC66_RDBFL37 0xF00652AA          MC 66 Read Data and Bit Flip Register 37
MTU_MC66_RDBFL38 0xF00652AC          MC 66 Read Data and Bit Flip Register 38
MTU_MC66_RDBFL39 0xF00652AE          MC 66 Read Data and Bit Flip Register 39
MTU_MC66_RDBFL40 0xF00652B0          MC 66 Read Data and Bit Flip Register 40
MTU_MC66_RDBFL41 0xF00652B2          MC 66 Read Data and Bit Flip Register 41
MTU_MC66_RDBFL42 0xF00652B4          MC 66 Read Data and Bit Flip Register 42
MTU_MC66_RDBFL43 0xF00652B6          MC 66 Read Data and Bit Flip Register 43
MTU_MC66_RDBFL44 0xF00652B8          MC 66 Read Data and Bit Flip Register 44
MTU_MC66_RDBFL45 0xF00652BA          MC 66 Read Data and Bit Flip Register 45
MTU_MC66_RDBFL46 0xF00652BC          MC 66 Read Data and Bit Flip Register 46
MTU_MC66_RDBFL47 0xF00652BE          MC 66 Read Data and Bit Flip Register 47
MTU_MC66_RDBFL48 0xF00652C0          MC 66 Read Data and Bit Flip Register 48
MTU_MC66_RDBFL49 0xF00652C2          MC 66 Read Data and Bit Flip Register 49
MTU_MC66_RDBFL50 0xF00652C4          MC 66 Read Data and Bit Flip Register 50
MTU_MC66_RDBFL51 0xF00652C6          MC 66 Read Data and Bit Flip Register 51
MTU_MC66_RDBFL52 0xF00652C8          MC 66 Read Data and Bit Flip Register 52
MTU_MC66_RDBFL53 0xF00652CA          MC 66 Read Data and Bit Flip Register 53
MTU_MC66_RDBFL54 0xF00652CC          MC 66 Read Data and Bit Flip Register 54
MTU_MC66_RDBFL55 0xF00652CE          MC 66 Read Data and Bit Flip Register 55
MTU_MC66_RDBFL56 0xF00652D0          MC 66 Read Data and Bit Flip Register 56
MTU_MC66_RDBFL57 0xF00652D2          MC 66 Read Data and Bit Flip Register 57
MTU_MC66_RDBFL58 0xF00652D4          MC 66 Read Data and Bit Flip Register 58
MTU_MC66_RDBFL59 0xF00652D6          MC 66 Read Data and Bit Flip Register 59
MTU_MC66_RDBFL60 0xF00652D8          MC 66 Read Data and Bit Flip Register 60
MTU_MC66_RDBFL61 0xF00652DA          MC 66 Read Data and Bit Flip Register 61
MTU_MC66_RDBFL62 0xF00652DC          MC 66 Read Data and Bit Flip Register 62
MTU_MC66_RDBFL63 0xF00652DE          MC 66 Read Data and Bit Flip Register 63
MTU_MC66_RDBFL64 0xF00652E0          MC 66 Read Data and Bit Flip Register 64
MTU_MC66_RDBFL65 0xF00652E2          MC 66 Read Data and Bit Flip Register 65
MTU_MC66_RDBFL66 0xF00652E4          MC 66 Read Data and Bit Flip Register 66
MTU_MC66_ALMSRCS 0xF00652EE          MC 66 Alarm Sources Configuration Register
MTU_MC66_FAULTSTS 0xF00652F0          MC 66 SSH Safety Faults Status Register
MTU_MC66_ERRINFO0 0xF00652F2          MC 66 Error Information Register 0
MTU_MC66_ERRINFO1 0xF00652F4          MC 66 Error Information Register 1
MTU_MC66_ERRINFO2 0xF00652F6          MC 66 Error Information Register 2
MTU_MC66_ERRINFO3 0xF00652F8          MC 66 Error Information Register 3
MTU_MC66_ERRINFO4 0xF00652FA          MC 66 Error Information Register 4
MTU_MC67_CONFIG0 0xF0065300          MC 67 Configuration Register 0
MTU_MC67_CONFIG1 0xF0065302          MC 67 Configuration Register 1
MTU_MC67_MCONTROL 0xF0065304          MC 67 MBIST Control Register
MTU_MC67_MSTATUS 0xF0065306          MC 67 Status Register
MTU_MC67_RANGE  0xF0065308          MC 67 Range Register, single address mode
MTU_MC67_REVID  0xF006530C          MC 67 Revision ID Register
MTU_MC67_ECCS   0xF006530E          MC 67 ECC Safety Register
MTU_MC67_ECCD   0xF0065310          MC 67 Memory ECC Detection Register
MTU_MC67_ETRR0  0xF0065312          MC 67 Error Tracking Register 0
MTU_MC67_ETRR1  0xF0065314          MC 67 Error Tracking Register 1
MTU_MC67_ETRR2  0xF0065316          MC 67 Error Tracking Register 2
MTU_MC67_ETRR3  0xF0065318          MC 67 Error Tracking Register 3
MTU_MC67_ETRR4  0xF006531A          MC 67 Error Tracking Register 4
MTU_MC67_RDBFL0 0xF0065360          MC 67 Read Data and Bit Flip Register 0
MTU_MC67_RDBFL1 0xF0065362          MC 67 Read Data and Bit Flip Register 1
MTU_MC67_RDBFL2 0xF0065364          MC 67 Read Data and Bit Flip Register 2
MTU_MC67_RDBFL3 0xF0065366          MC 67 Read Data and Bit Flip Register 3
MTU_MC67_RDBFL4 0xF0065368          MC 67 Read Data and Bit Flip Register 4
MTU_MC67_RDBFL5 0xF006536A          MC 67 Read Data and Bit Flip Register 5
MTU_MC67_RDBFL6 0xF006536C          MC 67 Read Data and Bit Flip Register 6
MTU_MC67_RDBFL7 0xF006536E          MC 67 Read Data and Bit Flip Register 7
MTU_MC67_RDBFL8 0xF0065370          MC 67 Read Data and Bit Flip Register 8
MTU_MC67_RDBFL9 0xF0065372          MC 67 Read Data and Bit Flip Register 9
MTU_MC67_RDBFL10 0xF0065374          MC 67 Read Data and Bit Flip Register 10
MTU_MC67_RDBFL11 0xF0065376          MC 67 Read Data and Bit Flip Register 11
MTU_MC67_RDBFL12 0xF0065378          MC 67 Read Data and Bit Flip Register 12
MTU_MC67_RDBFL13 0xF006537A          MC 67 Read Data and Bit Flip Register 13
MTU_MC67_RDBFL14 0xF006537C          MC 67 Read Data and Bit Flip Register 14
MTU_MC67_RDBFL15 0xF006537E          MC 67 Read Data and Bit Flip Register 15
MTU_MC67_RDBFL16 0xF0065380          MC 67 Read Data and Bit Flip Register 16
MTU_MC67_RDBFL17 0xF0065382          MC 67 Read Data and Bit Flip Register 17
MTU_MC67_RDBFL18 0xF0065384          MC 67 Read Data and Bit Flip Register 18
MTU_MC67_RDBFL19 0xF0065386          MC 67 Read Data and Bit Flip Register 19
MTU_MC67_RDBFL20 0xF0065388          MC 67 Read Data and Bit Flip Register 20
MTU_MC67_RDBFL21 0xF006538A          MC 67 Read Data and Bit Flip Register 21
MTU_MC67_RDBFL22 0xF006538C          MC 67 Read Data and Bit Flip Register 22
MTU_MC67_RDBFL23 0xF006538E          MC 67 Read Data and Bit Flip Register 23
MTU_MC67_RDBFL24 0xF0065390          MC 67 Read Data and Bit Flip Register 24
MTU_MC67_RDBFL25 0xF0065392          MC 67 Read Data and Bit Flip Register 25
MTU_MC67_RDBFL26 0xF0065394          MC 67 Read Data and Bit Flip Register 26
MTU_MC67_RDBFL27 0xF0065396          MC 67 Read Data and Bit Flip Register 27
MTU_MC67_RDBFL28 0xF0065398          MC 67 Read Data and Bit Flip Register 28
MTU_MC67_RDBFL29 0xF006539A          MC 67 Read Data and Bit Flip Register 29
MTU_MC67_RDBFL30 0xF006539C          MC 67 Read Data and Bit Flip Register 30
MTU_MC67_RDBFL31 0xF006539E          MC 67 Read Data and Bit Flip Register 31
MTU_MC67_RDBFL32 0xF00653A0          MC 67 Read Data and Bit Flip Register 32
MTU_MC67_RDBFL33 0xF00653A2          MC 67 Read Data and Bit Flip Register 33
MTU_MC67_RDBFL34 0xF00653A4          MC 67 Read Data and Bit Flip Register 34
MTU_MC67_RDBFL35 0xF00653A6          MC 67 Read Data and Bit Flip Register 35
MTU_MC67_RDBFL36 0xF00653A8          MC 67 Read Data and Bit Flip Register 36
MTU_MC67_RDBFL37 0xF00653AA          MC 67 Read Data and Bit Flip Register 37
MTU_MC67_RDBFL38 0xF00653AC          MC 67 Read Data and Bit Flip Register 38
MTU_MC67_RDBFL39 0xF00653AE          MC 67 Read Data and Bit Flip Register 39
MTU_MC67_RDBFL40 0xF00653B0          MC 67 Read Data and Bit Flip Register 40
MTU_MC67_RDBFL41 0xF00653B2          MC 67 Read Data and Bit Flip Register 41
MTU_MC67_RDBFL42 0xF00653B4          MC 67 Read Data and Bit Flip Register 42
MTU_MC67_RDBFL43 0xF00653B6          MC 67 Read Data and Bit Flip Register 43
MTU_MC67_RDBFL44 0xF00653B8          MC 67 Read Data and Bit Flip Register 44
MTU_MC67_RDBFL45 0xF00653BA          MC 67 Read Data and Bit Flip Register 45
MTU_MC67_RDBFL46 0xF00653BC          MC 67 Read Data and Bit Flip Register 46
MTU_MC67_RDBFL47 0xF00653BE          MC 67 Read Data and Bit Flip Register 47
MTU_MC67_RDBFL48 0xF00653C0          MC 67 Read Data and Bit Flip Register 48
MTU_MC67_RDBFL49 0xF00653C2          MC 67 Read Data and Bit Flip Register 49
MTU_MC67_RDBFL50 0xF00653C4          MC 67 Read Data and Bit Flip Register 50
MTU_MC67_RDBFL51 0xF00653C6          MC 67 Read Data and Bit Flip Register 51
MTU_MC67_RDBFL52 0xF00653C8          MC 67 Read Data and Bit Flip Register 52
MTU_MC67_RDBFL53 0xF00653CA          MC 67 Read Data and Bit Flip Register 53
MTU_MC67_RDBFL54 0xF00653CC          MC 67 Read Data and Bit Flip Register 54
MTU_MC67_RDBFL55 0xF00653CE          MC 67 Read Data and Bit Flip Register 55
MTU_MC67_RDBFL56 0xF00653D0          MC 67 Read Data and Bit Flip Register 56
MTU_MC67_RDBFL57 0xF00653D2          MC 67 Read Data and Bit Flip Register 57
MTU_MC67_RDBFL58 0xF00653D4          MC 67 Read Data and Bit Flip Register 58
MTU_MC67_RDBFL59 0xF00653D6          MC 67 Read Data and Bit Flip Register 59
MTU_MC67_RDBFL60 0xF00653D8          MC 67 Read Data and Bit Flip Register 60
MTU_MC67_RDBFL61 0xF00653DA          MC 67 Read Data and Bit Flip Register 61
MTU_MC67_RDBFL62 0xF00653DC          MC 67 Read Data and Bit Flip Register 62
MTU_MC67_RDBFL63 0xF00653DE          MC 67 Read Data and Bit Flip Register 63
MTU_MC67_RDBFL64 0xF00653E0          MC 67 Read Data and Bit Flip Register 64
MTU_MC67_RDBFL65 0xF00653E2          MC 67 Read Data and Bit Flip Register 65
MTU_MC67_RDBFL66 0xF00653E4          MC 67 Read Data and Bit Flip Register 66
MTU_MC67_ALMSRCS 0xF00653EE          MC 67 Alarm Sources Configuration Register
MTU_MC67_FAULTSTS 0xF00653F0          MC 67 SSH Safety Faults Status Register
MTU_MC67_ERRINFO0 0xF00653F2          MC 67 Error Information Register 0
MTU_MC67_ERRINFO1 0xF00653F4          MC 67 Error Information Register 1
MTU_MC67_ERRINFO2 0xF00653F6          MC 67 Error Information Register 2
MTU_MC67_ERRINFO3 0xF00653F8          MC 67 Error Information Register 3
MTU_MC67_ERRINFO4 0xF00653FA          MC 67 Error Information Register 4
MTU_MC68_CONFIG0 0xF0065400          MC 68 Configuration Register 0
MTU_MC68_CONFIG1 0xF0065402          MC 68 Configuration Register 1
MTU_MC68_MCONTROL 0xF0065404          MC 68 MBIST Control Register
MTU_MC68_MSTATUS 0xF0065406          MC 68 Status Register
MTU_MC68_RANGE  0xF0065408          MC 68 Range Register, single address mode
MTU_MC68_REVID  0xF006540C          MC 68 Revision ID Register
MTU_MC68_ECCS   0xF006540E          MC 68 ECC Safety Register
MTU_MC68_ECCD   0xF0065410          MC 68 Memory ECC Detection Register
MTU_MC68_ETRR0  0xF0065412          MC 68 Error Tracking Register 0
MTU_MC68_ETRR1  0xF0065414          MC 68 Error Tracking Register 1
MTU_MC68_ETRR2  0xF0065416          MC 68 Error Tracking Register 2
MTU_MC68_ETRR3  0xF0065418          MC 68 Error Tracking Register 3
MTU_MC68_ETRR4  0xF006541A          MC 68 Error Tracking Register 4
MTU_MC68_RDBFL0 0xF0065460          MC 68 Read Data and Bit Flip Register 0
MTU_MC68_RDBFL1 0xF0065462          MC 68 Read Data and Bit Flip Register 1
MTU_MC68_RDBFL2 0xF0065464          MC 68 Read Data and Bit Flip Register 2
MTU_MC68_RDBFL3 0xF0065466          MC 68 Read Data and Bit Flip Register 3
MTU_MC68_RDBFL4 0xF0065468          MC 68 Read Data and Bit Flip Register 4
MTU_MC68_RDBFL5 0xF006546A          MC 68 Read Data and Bit Flip Register 5
MTU_MC68_RDBFL6 0xF006546C          MC 68 Read Data and Bit Flip Register 6
MTU_MC68_RDBFL7 0xF006546E          MC 68 Read Data and Bit Flip Register 7
MTU_MC68_RDBFL8 0xF0065470          MC 68 Read Data and Bit Flip Register 8
MTU_MC68_RDBFL9 0xF0065472          MC 68 Read Data and Bit Flip Register 9
MTU_MC68_RDBFL10 0xF0065474          MC 68 Read Data and Bit Flip Register 10
MTU_MC68_RDBFL11 0xF0065476          MC 68 Read Data and Bit Flip Register 11
MTU_MC68_RDBFL12 0xF0065478          MC 68 Read Data and Bit Flip Register 12
MTU_MC68_RDBFL13 0xF006547A          MC 68 Read Data and Bit Flip Register 13
MTU_MC68_RDBFL14 0xF006547C          MC 68 Read Data and Bit Flip Register 14
MTU_MC68_RDBFL15 0xF006547E          MC 68 Read Data and Bit Flip Register 15
MTU_MC68_RDBFL16 0xF0065480          MC 68 Read Data and Bit Flip Register 16
MTU_MC68_RDBFL17 0xF0065482          MC 68 Read Data and Bit Flip Register 17
MTU_MC68_RDBFL18 0xF0065484          MC 68 Read Data and Bit Flip Register 18
MTU_MC68_RDBFL19 0xF0065486          MC 68 Read Data and Bit Flip Register 19
MTU_MC68_RDBFL20 0xF0065488          MC 68 Read Data and Bit Flip Register 20
MTU_MC68_RDBFL21 0xF006548A          MC 68 Read Data and Bit Flip Register 21
MTU_MC68_RDBFL22 0xF006548C          MC 68 Read Data and Bit Flip Register 22
MTU_MC68_RDBFL23 0xF006548E          MC 68 Read Data and Bit Flip Register 23
MTU_MC68_RDBFL24 0xF0065490          MC 68 Read Data and Bit Flip Register 24
MTU_MC68_RDBFL25 0xF0065492          MC 68 Read Data and Bit Flip Register 25
MTU_MC68_RDBFL26 0xF0065494          MC 68 Read Data and Bit Flip Register 26
MTU_MC68_RDBFL27 0xF0065496          MC 68 Read Data and Bit Flip Register 27
MTU_MC68_RDBFL28 0xF0065498          MC 68 Read Data and Bit Flip Register 28
MTU_MC68_RDBFL29 0xF006549A          MC 68 Read Data and Bit Flip Register 29
MTU_MC68_RDBFL30 0xF006549C          MC 68 Read Data and Bit Flip Register 30
MTU_MC68_RDBFL31 0xF006549E          MC 68 Read Data and Bit Flip Register 31
MTU_MC68_RDBFL32 0xF00654A0          MC 68 Read Data and Bit Flip Register 32
MTU_MC68_RDBFL33 0xF00654A2          MC 68 Read Data and Bit Flip Register 33
MTU_MC68_RDBFL34 0xF00654A4          MC 68 Read Data and Bit Flip Register 34
MTU_MC68_RDBFL35 0xF00654A6          MC 68 Read Data and Bit Flip Register 35
MTU_MC68_RDBFL36 0xF00654A8          MC 68 Read Data and Bit Flip Register 36
MTU_MC68_RDBFL37 0xF00654AA          MC 68 Read Data and Bit Flip Register 37
MTU_MC68_RDBFL38 0xF00654AC          MC 68 Read Data and Bit Flip Register 38
MTU_MC68_RDBFL39 0xF00654AE          MC 68 Read Data and Bit Flip Register 39
MTU_MC68_RDBFL40 0xF00654B0          MC 68 Read Data and Bit Flip Register 40
MTU_MC68_RDBFL41 0xF00654B2          MC 68 Read Data and Bit Flip Register 41
MTU_MC68_RDBFL42 0xF00654B4          MC 68 Read Data and Bit Flip Register 42
MTU_MC68_RDBFL43 0xF00654B6          MC 68 Read Data and Bit Flip Register 43
MTU_MC68_RDBFL44 0xF00654B8          MC 68 Read Data and Bit Flip Register 44
MTU_MC68_RDBFL45 0xF00654BA          MC 68 Read Data and Bit Flip Register 45
MTU_MC68_RDBFL46 0xF00654BC          MC 68 Read Data and Bit Flip Register 46
MTU_MC68_RDBFL47 0xF00654BE          MC 68 Read Data and Bit Flip Register 47
MTU_MC68_RDBFL48 0xF00654C0          MC 68 Read Data and Bit Flip Register 48
MTU_MC68_RDBFL49 0xF00654C2          MC 68 Read Data and Bit Flip Register 49
MTU_MC68_RDBFL50 0xF00654C4          MC 68 Read Data and Bit Flip Register 50
MTU_MC68_RDBFL51 0xF00654C6          MC 68 Read Data and Bit Flip Register 51
MTU_MC68_RDBFL52 0xF00654C8          MC 68 Read Data and Bit Flip Register 52
MTU_MC68_RDBFL53 0xF00654CA          MC 68 Read Data and Bit Flip Register 53
MTU_MC68_RDBFL54 0xF00654CC          MC 68 Read Data and Bit Flip Register 54
MTU_MC68_RDBFL55 0xF00654CE          MC 68 Read Data and Bit Flip Register 55
MTU_MC68_RDBFL56 0xF00654D0          MC 68 Read Data and Bit Flip Register 56
MTU_MC68_RDBFL57 0xF00654D2          MC 68 Read Data and Bit Flip Register 57
MTU_MC68_RDBFL58 0xF00654D4          MC 68 Read Data and Bit Flip Register 58
MTU_MC68_RDBFL59 0xF00654D6          MC 68 Read Data and Bit Flip Register 59
MTU_MC68_RDBFL60 0xF00654D8          MC 68 Read Data and Bit Flip Register 60
MTU_MC68_RDBFL61 0xF00654DA          MC 68 Read Data and Bit Flip Register 61
MTU_MC68_RDBFL62 0xF00654DC          MC 68 Read Data and Bit Flip Register 62
MTU_MC68_RDBFL63 0xF00654DE          MC 68 Read Data and Bit Flip Register 63
MTU_MC68_RDBFL64 0xF00654E0          MC 68 Read Data and Bit Flip Register 64
MTU_MC68_RDBFL65 0xF00654E2          MC 68 Read Data and Bit Flip Register 65
MTU_MC68_RDBFL66 0xF00654E4          MC 68 Read Data and Bit Flip Register 66
MTU_MC68_ALMSRCS 0xF00654EE          MC 68 Alarm Sources Configuration Register
MTU_MC68_FAULTSTS 0xF00654F0          MC 68 SSH Safety Faults Status Register
MTU_MC68_ERRINFO0 0xF00654F2          MC 68 Error Information Register 0
MTU_MC68_ERRINFO1 0xF00654F4          MC 68 Error Information Register 1
MTU_MC68_ERRINFO2 0xF00654F6          MC 68 Error Information Register 2
MTU_MC68_ERRINFO3 0xF00654F8          MC 68 Error Information Register 3
MTU_MC68_ERRINFO4 0xF00654FA          MC 68 Error Information Register 4
MTU_MC69_CONFIG0 0xF0065500          MC 69 Configuration Register 0
MTU_MC69_CONFIG1 0xF0065502          MC 69 Configuration Register 1
MTU_MC69_MCONTROL 0xF0065504          MC 69 MBIST Control Register
MTU_MC69_MSTATUS 0xF0065506          MC 69 Status Register
MTU_MC69_RANGE  0xF0065508          MC 69 Range Register, single address mode
MTU_MC69_REVID  0xF006550C          MC 69 Revision ID Register
MTU_MC69_ECCS   0xF006550E          MC 69 ECC Safety Register
MTU_MC69_ECCD   0xF0065510          MC 69 Memory ECC Detection Register
MTU_MC69_ETRR0  0xF0065512          MC 69 Error Tracking Register 0
MTU_MC69_ETRR1  0xF0065514          MC 69 Error Tracking Register 1
MTU_MC69_ETRR2  0xF0065516          MC 69 Error Tracking Register 2
MTU_MC69_ETRR3  0xF0065518          MC 69 Error Tracking Register 3
MTU_MC69_ETRR4  0xF006551A          MC 69 Error Tracking Register 4
MTU_MC69_RDBFL0 0xF0065560          MC 69 Read Data and Bit Flip Register 0
MTU_MC69_RDBFL1 0xF0065562          MC 69 Read Data and Bit Flip Register 1
MTU_MC69_RDBFL2 0xF0065564          MC 69 Read Data and Bit Flip Register 2
MTU_MC69_RDBFL3 0xF0065566          MC 69 Read Data and Bit Flip Register 3
MTU_MC69_RDBFL4 0xF0065568          MC 69 Read Data and Bit Flip Register 4
MTU_MC69_RDBFL5 0xF006556A          MC 69 Read Data and Bit Flip Register 5
MTU_MC69_RDBFL6 0xF006556C          MC 69 Read Data and Bit Flip Register 6
MTU_MC69_RDBFL7 0xF006556E          MC 69 Read Data and Bit Flip Register 7
MTU_MC69_RDBFL8 0xF0065570          MC 69 Read Data and Bit Flip Register 8
MTU_MC69_RDBFL9 0xF0065572          MC 69 Read Data and Bit Flip Register 9
MTU_MC69_RDBFL10 0xF0065574          MC 69 Read Data and Bit Flip Register 10
MTU_MC69_RDBFL11 0xF0065576          MC 69 Read Data and Bit Flip Register 11
MTU_MC69_RDBFL12 0xF0065578          MC 69 Read Data and Bit Flip Register 12
MTU_MC69_RDBFL13 0xF006557A          MC 69 Read Data and Bit Flip Register 13
MTU_MC69_RDBFL14 0xF006557C          MC 69 Read Data and Bit Flip Register 14
MTU_MC69_RDBFL15 0xF006557E          MC 69 Read Data and Bit Flip Register 15
MTU_MC69_RDBFL16 0xF0065580          MC 69 Read Data and Bit Flip Register 16
MTU_MC69_RDBFL17 0xF0065582          MC 69 Read Data and Bit Flip Register 17
MTU_MC69_RDBFL18 0xF0065584          MC 69 Read Data and Bit Flip Register 18
MTU_MC69_RDBFL19 0xF0065586          MC 69 Read Data and Bit Flip Register 19
MTU_MC69_RDBFL20 0xF0065588          MC 69 Read Data and Bit Flip Register 20
MTU_MC69_RDBFL21 0xF006558A          MC 69 Read Data and Bit Flip Register 21
MTU_MC69_RDBFL22 0xF006558C          MC 69 Read Data and Bit Flip Register 22
MTU_MC69_RDBFL23 0xF006558E          MC 69 Read Data and Bit Flip Register 23
MTU_MC69_RDBFL24 0xF0065590          MC 69 Read Data and Bit Flip Register 24
MTU_MC69_RDBFL25 0xF0065592          MC 69 Read Data and Bit Flip Register 25
MTU_MC69_RDBFL26 0xF0065594          MC 69 Read Data and Bit Flip Register 26
MTU_MC69_RDBFL27 0xF0065596          MC 69 Read Data and Bit Flip Register 27
MTU_MC69_RDBFL28 0xF0065598          MC 69 Read Data and Bit Flip Register 28
MTU_MC69_RDBFL29 0xF006559A          MC 69 Read Data and Bit Flip Register 29
MTU_MC69_RDBFL30 0xF006559C          MC 69 Read Data and Bit Flip Register 30
MTU_MC69_RDBFL31 0xF006559E          MC 69 Read Data and Bit Flip Register 31
MTU_MC69_RDBFL32 0xF00655A0          MC 69 Read Data and Bit Flip Register 32
MTU_MC69_RDBFL33 0xF00655A2          MC 69 Read Data and Bit Flip Register 33
MTU_MC69_RDBFL34 0xF00655A4          MC 69 Read Data and Bit Flip Register 34
MTU_MC69_RDBFL35 0xF00655A6          MC 69 Read Data and Bit Flip Register 35
MTU_MC69_RDBFL36 0xF00655A8          MC 69 Read Data and Bit Flip Register 36
MTU_MC69_RDBFL37 0xF00655AA          MC 69 Read Data and Bit Flip Register 37
MTU_MC69_RDBFL38 0xF00655AC          MC 69 Read Data and Bit Flip Register 38
MTU_MC69_RDBFL39 0xF00655AE          MC 69 Read Data and Bit Flip Register 39
MTU_MC69_RDBFL40 0xF00655B0          MC 69 Read Data and Bit Flip Register 40
MTU_MC69_RDBFL41 0xF00655B2          MC 69 Read Data and Bit Flip Register 41
MTU_MC69_RDBFL42 0xF00655B4          MC 69 Read Data and Bit Flip Register 42
MTU_MC69_RDBFL43 0xF00655B6          MC 69 Read Data and Bit Flip Register 43
MTU_MC69_RDBFL44 0xF00655B8          MC 69 Read Data and Bit Flip Register 44
MTU_MC69_RDBFL45 0xF00655BA          MC 69 Read Data and Bit Flip Register 45
MTU_MC69_RDBFL46 0xF00655BC          MC 69 Read Data and Bit Flip Register 46
MTU_MC69_RDBFL47 0xF00655BE          MC 69 Read Data and Bit Flip Register 47
MTU_MC69_RDBFL48 0xF00655C0          MC 69 Read Data and Bit Flip Register 48
MTU_MC69_RDBFL49 0xF00655C2          MC 69 Read Data and Bit Flip Register 49
MTU_MC69_RDBFL50 0xF00655C4          MC 69 Read Data and Bit Flip Register 50
MTU_MC69_RDBFL51 0xF00655C6          MC 69 Read Data and Bit Flip Register 51
MTU_MC69_RDBFL52 0xF00655C8          MC 69 Read Data and Bit Flip Register 52
MTU_MC69_RDBFL53 0xF00655CA          MC 69 Read Data and Bit Flip Register 53
MTU_MC69_RDBFL54 0xF00655CC          MC 69 Read Data and Bit Flip Register 54
MTU_MC69_RDBFL55 0xF00655CE          MC 69 Read Data and Bit Flip Register 55
MTU_MC69_RDBFL56 0xF00655D0          MC 69 Read Data and Bit Flip Register 56
MTU_MC69_RDBFL57 0xF00655D2          MC 69 Read Data and Bit Flip Register 57
MTU_MC69_RDBFL58 0xF00655D4          MC 69 Read Data and Bit Flip Register 58
MTU_MC69_RDBFL59 0xF00655D6          MC 69 Read Data and Bit Flip Register 59
MTU_MC69_RDBFL60 0xF00655D8          MC 69 Read Data and Bit Flip Register 60
MTU_MC69_RDBFL61 0xF00655DA          MC 69 Read Data and Bit Flip Register 61
MTU_MC69_RDBFL62 0xF00655DC          MC 69 Read Data and Bit Flip Register 62
MTU_MC69_RDBFL63 0xF00655DE          MC 69 Read Data and Bit Flip Register 63
MTU_MC69_RDBFL64 0xF00655E0          MC 69 Read Data and Bit Flip Register 64
MTU_MC69_RDBFL65 0xF00655E2          MC 69 Read Data and Bit Flip Register 65
MTU_MC69_RDBFL66 0xF00655E4          MC 69 Read Data and Bit Flip Register 66
MTU_MC69_ALMSRCS 0xF00655EE          MC 69 Alarm Sources Configuration Register
MTU_MC69_FAULTSTS 0xF00655F0          MC 69 SSH Safety Faults Status Register
MTU_MC69_ERRINFO0 0xF00655F2          MC 69 Error Information Register 0
MTU_MC69_ERRINFO1 0xF00655F4          MC 69 Error Information Register 1
MTU_MC69_ERRINFO2 0xF00655F6          MC 69 Error Information Register 2
MTU_MC69_ERRINFO3 0xF00655F8          MC 69 Error Information Register 3
MTU_MC69_ERRINFO4 0xF00655FA          MC 69 Error Information Register 4
MTU_MC70_CONFIG0 0xF0065600          MC 70 Configuration Register 0
MTU_MC70_CONFIG1 0xF0065602          MC 70 Configuration Register 1
MTU_MC70_MCONTROL 0xF0065604          MC 70 MBIST Control Register
MTU_MC70_MSTATUS 0xF0065606          MC 70 Status Register
MTU_MC70_RANGE  0xF0065608          MC 70 Range Register, single address mode
MTU_MC70_REVID  0xF006560C          MC 70 Revision ID Register
MTU_MC70_ECCS   0xF006560E          MC 70 ECC Safety Register
MTU_MC70_ECCD   0xF0065610          MC 70 Memory ECC Detection Register
MTU_MC70_ETRR0  0xF0065612          MC 70 Error Tracking Register 0
MTU_MC70_ETRR1  0xF0065614          MC 70 Error Tracking Register 1
MTU_MC70_ETRR2  0xF0065616          MC 70 Error Tracking Register 2
MTU_MC70_ETRR3  0xF0065618          MC 70 Error Tracking Register 3
MTU_MC70_ETRR4  0xF006561A          MC 70 Error Tracking Register 4
MTU_MC70_RDBFL0 0xF0065660          MC 70 Read Data and Bit Flip Register 0
MTU_MC70_RDBFL1 0xF0065662          MC 70 Read Data and Bit Flip Register 1
MTU_MC70_RDBFL2 0xF0065664          MC 70 Read Data and Bit Flip Register 2
MTU_MC70_RDBFL3 0xF0065666          MC 70 Read Data and Bit Flip Register 3
MTU_MC70_RDBFL4 0xF0065668          MC 70 Read Data and Bit Flip Register 4
MTU_MC70_RDBFL5 0xF006566A          MC 70 Read Data and Bit Flip Register 5
MTU_MC70_RDBFL6 0xF006566C          MC 70 Read Data and Bit Flip Register 6
MTU_MC70_RDBFL7 0xF006566E          MC 70 Read Data and Bit Flip Register 7
MTU_MC70_RDBFL8 0xF0065670          MC 70 Read Data and Bit Flip Register 8
MTU_MC70_RDBFL9 0xF0065672          MC 70 Read Data and Bit Flip Register 9
MTU_MC70_RDBFL10 0xF0065674          MC 70 Read Data and Bit Flip Register 10
MTU_MC70_RDBFL11 0xF0065676          MC 70 Read Data and Bit Flip Register 11
MTU_MC70_RDBFL12 0xF0065678          MC 70 Read Data and Bit Flip Register 12
MTU_MC70_RDBFL13 0xF006567A          MC 70 Read Data and Bit Flip Register 13
MTU_MC70_RDBFL14 0xF006567C          MC 70 Read Data and Bit Flip Register 14
MTU_MC70_RDBFL15 0xF006567E          MC 70 Read Data and Bit Flip Register 15
MTU_MC70_RDBFL16 0xF0065680          MC 70 Read Data and Bit Flip Register 16
MTU_MC70_RDBFL17 0xF0065682          MC 70 Read Data and Bit Flip Register 17
MTU_MC70_RDBFL18 0xF0065684          MC 70 Read Data and Bit Flip Register 18
MTU_MC70_RDBFL19 0xF0065686          MC 70 Read Data and Bit Flip Register 19
MTU_MC70_RDBFL20 0xF0065688          MC 70 Read Data and Bit Flip Register 20
MTU_MC70_RDBFL21 0xF006568A          MC 70 Read Data and Bit Flip Register 21
MTU_MC70_RDBFL22 0xF006568C          MC 70 Read Data and Bit Flip Register 22
MTU_MC70_RDBFL23 0xF006568E          MC 70 Read Data and Bit Flip Register 23
MTU_MC70_RDBFL24 0xF0065690          MC 70 Read Data and Bit Flip Register 24
MTU_MC70_RDBFL25 0xF0065692          MC 70 Read Data and Bit Flip Register 25
MTU_MC70_RDBFL26 0xF0065694          MC 70 Read Data and Bit Flip Register 26
MTU_MC70_RDBFL27 0xF0065696          MC 70 Read Data and Bit Flip Register 27
MTU_MC70_RDBFL28 0xF0065698          MC 70 Read Data and Bit Flip Register 28
MTU_MC70_RDBFL29 0xF006569A          MC 70 Read Data and Bit Flip Register 29
MTU_MC70_RDBFL30 0xF006569C          MC 70 Read Data and Bit Flip Register 30
MTU_MC70_RDBFL31 0xF006569E          MC 70 Read Data and Bit Flip Register 31
MTU_MC70_RDBFL32 0xF00656A0          MC 70 Read Data and Bit Flip Register 32
MTU_MC70_RDBFL33 0xF00656A2          MC 70 Read Data and Bit Flip Register 33
MTU_MC70_RDBFL34 0xF00656A4          MC 70 Read Data and Bit Flip Register 34
MTU_MC70_RDBFL35 0xF00656A6          MC 70 Read Data and Bit Flip Register 35
MTU_MC70_RDBFL36 0xF00656A8          MC 70 Read Data and Bit Flip Register 36
MTU_MC70_RDBFL37 0xF00656AA          MC 70 Read Data and Bit Flip Register 37
MTU_MC70_RDBFL38 0xF00656AC          MC 70 Read Data and Bit Flip Register 38
MTU_MC70_RDBFL39 0xF00656AE          MC 70 Read Data and Bit Flip Register 39
MTU_MC70_RDBFL40 0xF00656B0          MC 70 Read Data and Bit Flip Register 40
MTU_MC70_RDBFL41 0xF00656B2          MC 70 Read Data and Bit Flip Register 41
MTU_MC70_RDBFL42 0xF00656B4          MC 70 Read Data and Bit Flip Register 42
MTU_MC70_RDBFL43 0xF00656B6          MC 70 Read Data and Bit Flip Register 43
MTU_MC70_RDBFL44 0xF00656B8          MC 70 Read Data and Bit Flip Register 44
MTU_MC70_RDBFL45 0xF00656BA          MC 70 Read Data and Bit Flip Register 45
MTU_MC70_RDBFL46 0xF00656BC          MC 70 Read Data and Bit Flip Register 46
MTU_MC70_RDBFL47 0xF00656BE          MC 70 Read Data and Bit Flip Register 47
MTU_MC70_RDBFL48 0xF00656C0          MC 70 Read Data and Bit Flip Register 48
MTU_MC70_RDBFL49 0xF00656C2          MC 70 Read Data and Bit Flip Register 49
MTU_MC70_RDBFL50 0xF00656C4          MC 70 Read Data and Bit Flip Register 50
MTU_MC70_RDBFL51 0xF00656C6          MC 70 Read Data and Bit Flip Register 51
MTU_MC70_RDBFL52 0xF00656C8          MC 70 Read Data and Bit Flip Register 52
MTU_MC70_RDBFL53 0xF00656CA          MC 70 Read Data and Bit Flip Register 53
MTU_MC70_RDBFL54 0xF00656CC          MC 70 Read Data and Bit Flip Register 54
MTU_MC70_RDBFL55 0xF00656CE          MC 70 Read Data and Bit Flip Register 55
MTU_MC70_RDBFL56 0xF00656D0          MC 70 Read Data and Bit Flip Register 56
MTU_MC70_RDBFL57 0xF00656D2          MC 70 Read Data and Bit Flip Register 57
MTU_MC70_RDBFL58 0xF00656D4          MC 70 Read Data and Bit Flip Register 58
MTU_MC70_RDBFL59 0xF00656D6          MC 70 Read Data and Bit Flip Register 59
MTU_MC70_RDBFL60 0xF00656D8          MC 70 Read Data and Bit Flip Register 60
MTU_MC70_RDBFL61 0xF00656DA          MC 70 Read Data and Bit Flip Register 61
MTU_MC70_RDBFL62 0xF00656DC          MC 70 Read Data and Bit Flip Register 62
MTU_MC70_RDBFL63 0xF00656DE          MC 70 Read Data and Bit Flip Register 63
MTU_MC70_RDBFL64 0xF00656E0          MC 70 Read Data and Bit Flip Register 64
MTU_MC70_RDBFL65 0xF00656E2          MC 70 Read Data and Bit Flip Register 65
MTU_MC70_RDBFL66 0xF00656E4          MC 70 Read Data and Bit Flip Register 66
MTU_MC70_ALMSRCS 0xF00656EE          MC 70 Alarm Sources Configuration Register
MTU_MC70_FAULTSTS 0xF00656F0          MC 70 SSH Safety Faults Status Register
MTU_MC70_ERRINFO0 0xF00656F2          MC 70 Error Information Register 0
MTU_MC70_ERRINFO1 0xF00656F4          MC 70 Error Information Register 1
MTU_MC70_ERRINFO2 0xF00656F6          MC 70 Error Information Register 2
MTU_MC70_ERRINFO3 0xF00656F8          MC 70 Error Information Register 3
MTU_MC70_ERRINFO4 0xF00656FA          MC 70 Error Information Register 4
MTU_MC71_CONFIG0 0xF0065700          MC 71 Configuration Register 0
MTU_MC71_CONFIG1 0xF0065702          MC 71 Configuration Register 1
MTU_MC71_MCONTROL 0xF0065704          MC 71 MBIST Control Register
MTU_MC71_MSTATUS 0xF0065706          MC 71 Status Register
MTU_MC71_RANGE  0xF0065708          MC 71 Range Register, single address mode
MTU_MC71_REVID  0xF006570C          MC 71 Revision ID Register
MTU_MC71_ECCS   0xF006570E          MC 71 ECC Safety Register
MTU_MC71_ECCD   0xF0065710          MC 71 Memory ECC Detection Register
MTU_MC71_ETRR0  0xF0065712          MC 71 Error Tracking Register 0
MTU_MC71_ETRR1  0xF0065714          MC 71 Error Tracking Register 1
MTU_MC71_ETRR2  0xF0065716          MC 71 Error Tracking Register 2
MTU_MC71_ETRR3  0xF0065718          MC 71 Error Tracking Register 3
MTU_MC71_ETRR4  0xF006571A          MC 71 Error Tracking Register 4
MTU_MC71_RDBFL0 0xF0065760          MC 71 Read Data and Bit Flip Register 0
MTU_MC71_RDBFL1 0xF0065762          MC 71 Read Data and Bit Flip Register 1
MTU_MC71_RDBFL2 0xF0065764          MC 71 Read Data and Bit Flip Register 2
MTU_MC71_RDBFL3 0xF0065766          MC 71 Read Data and Bit Flip Register 3
MTU_MC71_RDBFL4 0xF0065768          MC 71 Read Data and Bit Flip Register 4
MTU_MC71_RDBFL5 0xF006576A          MC 71 Read Data and Bit Flip Register 5
MTU_MC71_RDBFL6 0xF006576C          MC 71 Read Data and Bit Flip Register 6
MTU_MC71_RDBFL7 0xF006576E          MC 71 Read Data and Bit Flip Register 7
MTU_MC71_RDBFL8 0xF0065770          MC 71 Read Data and Bit Flip Register 8
MTU_MC71_RDBFL9 0xF0065772          MC 71 Read Data and Bit Flip Register 9
MTU_MC71_RDBFL10 0xF0065774          MC 71 Read Data and Bit Flip Register 10
MTU_MC71_RDBFL11 0xF0065776          MC 71 Read Data and Bit Flip Register 11
MTU_MC71_RDBFL12 0xF0065778          MC 71 Read Data and Bit Flip Register 12
MTU_MC71_RDBFL13 0xF006577A          MC 71 Read Data and Bit Flip Register 13
MTU_MC71_RDBFL14 0xF006577C          MC 71 Read Data and Bit Flip Register 14
MTU_MC71_RDBFL15 0xF006577E          MC 71 Read Data and Bit Flip Register 15
MTU_MC71_RDBFL16 0xF0065780          MC 71 Read Data and Bit Flip Register 16
MTU_MC71_RDBFL17 0xF0065782          MC 71 Read Data and Bit Flip Register 17
MTU_MC71_RDBFL18 0xF0065784          MC 71 Read Data and Bit Flip Register 18
MTU_MC71_RDBFL19 0xF0065786          MC 71 Read Data and Bit Flip Register 19
MTU_MC71_RDBFL20 0xF0065788          MC 71 Read Data and Bit Flip Register 20
MTU_MC71_RDBFL21 0xF006578A          MC 71 Read Data and Bit Flip Register 21
MTU_MC71_RDBFL22 0xF006578C          MC 71 Read Data and Bit Flip Register 22
MTU_MC71_RDBFL23 0xF006578E          MC 71 Read Data and Bit Flip Register 23
MTU_MC71_RDBFL24 0xF0065790          MC 71 Read Data and Bit Flip Register 24
MTU_MC71_RDBFL25 0xF0065792          MC 71 Read Data and Bit Flip Register 25
MTU_MC71_RDBFL26 0xF0065794          MC 71 Read Data and Bit Flip Register 26
MTU_MC71_RDBFL27 0xF0065796          MC 71 Read Data and Bit Flip Register 27
MTU_MC71_RDBFL28 0xF0065798          MC 71 Read Data and Bit Flip Register 28
MTU_MC71_RDBFL29 0xF006579A          MC 71 Read Data and Bit Flip Register 29
MTU_MC71_RDBFL30 0xF006579C          MC 71 Read Data and Bit Flip Register 30
MTU_MC71_RDBFL31 0xF006579E          MC 71 Read Data and Bit Flip Register 31
MTU_MC71_RDBFL32 0xF00657A0          MC 71 Read Data and Bit Flip Register 32
MTU_MC71_RDBFL33 0xF00657A2          MC 71 Read Data and Bit Flip Register 33
MTU_MC71_RDBFL34 0xF00657A4          MC 71 Read Data and Bit Flip Register 34
MTU_MC71_RDBFL35 0xF00657A6          MC 71 Read Data and Bit Flip Register 35
MTU_MC71_RDBFL36 0xF00657A8          MC 71 Read Data and Bit Flip Register 36
MTU_MC71_RDBFL37 0xF00657AA          MC 71 Read Data and Bit Flip Register 37
MTU_MC71_RDBFL38 0xF00657AC          MC 71 Read Data and Bit Flip Register 38
MTU_MC71_RDBFL39 0xF00657AE          MC 71 Read Data and Bit Flip Register 39
MTU_MC71_RDBFL40 0xF00657B0          MC 71 Read Data and Bit Flip Register 40
MTU_MC71_RDBFL41 0xF00657B2          MC 71 Read Data and Bit Flip Register 41
MTU_MC71_RDBFL42 0xF00657B4          MC 71 Read Data and Bit Flip Register 42
MTU_MC71_RDBFL43 0xF00657B6          MC 71 Read Data and Bit Flip Register 43
MTU_MC71_RDBFL44 0xF00657B8          MC 71 Read Data and Bit Flip Register 44
MTU_MC71_RDBFL45 0xF00657BA          MC 71 Read Data and Bit Flip Register 45
MTU_MC71_RDBFL46 0xF00657BC          MC 71 Read Data and Bit Flip Register 46
MTU_MC71_RDBFL47 0xF00657BE          MC 71 Read Data and Bit Flip Register 47
MTU_MC71_RDBFL48 0xF00657C0          MC 71 Read Data and Bit Flip Register 48
MTU_MC71_RDBFL49 0xF00657C2          MC 71 Read Data and Bit Flip Register 49
MTU_MC71_RDBFL50 0xF00657C4          MC 71 Read Data and Bit Flip Register 50
MTU_MC71_RDBFL51 0xF00657C6          MC 71 Read Data and Bit Flip Register 51
MTU_MC71_RDBFL52 0xF00657C8          MC 71 Read Data and Bit Flip Register 52
MTU_MC71_RDBFL53 0xF00657CA          MC 71 Read Data and Bit Flip Register 53
MTU_MC71_RDBFL54 0xF00657CC          MC 71 Read Data and Bit Flip Register 54
MTU_MC71_RDBFL55 0xF00657CE          MC 71 Read Data and Bit Flip Register 55
MTU_MC71_RDBFL56 0xF00657D0          MC 71 Read Data and Bit Flip Register 56
MTU_MC71_RDBFL57 0xF00657D2          MC 71 Read Data and Bit Flip Register 57
MTU_MC71_RDBFL58 0xF00657D4          MC 71 Read Data and Bit Flip Register 58
MTU_MC71_RDBFL59 0xF00657D6          MC 71 Read Data and Bit Flip Register 59
MTU_MC71_RDBFL60 0xF00657D8          MC 71 Read Data and Bit Flip Register 60
MTU_MC71_RDBFL61 0xF00657DA          MC 71 Read Data and Bit Flip Register 61
MTU_MC71_RDBFL62 0xF00657DC          MC 71 Read Data and Bit Flip Register 62
MTU_MC71_RDBFL63 0xF00657DE          MC 71 Read Data and Bit Flip Register 63
MTU_MC71_RDBFL64 0xF00657E0          MC 71 Read Data and Bit Flip Register 64
MTU_MC71_RDBFL65 0xF00657E2          MC 71 Read Data and Bit Flip Register 65
MTU_MC71_RDBFL66 0xF00657E4          MC 71 Read Data and Bit Flip Register 66
MTU_MC71_ALMSRCS 0xF00657EE          MC 71 Alarm Sources Configuration Register
MTU_MC71_FAULTSTS 0xF00657F0          MC 71 SSH Safety Faults Status Register
MTU_MC71_ERRINFO0 0xF00657F2          MC 71 Error Information Register 0
MTU_MC71_ERRINFO1 0xF00657F4          MC 71 Error Information Register 1
MTU_MC71_ERRINFO2 0xF00657F6          MC 71 Error Information Register 2
MTU_MC71_ERRINFO3 0xF00657F8          MC 71 Error Information Register 3
MTU_MC71_ERRINFO4 0xF00657FA          MC 71 Error Information Register 4
MTU_MC72_CONFIG0 0xF0065800          MC 72 Configuration Register 0
MTU_MC72_CONFIG1 0xF0065802          MC 72 Configuration Register 1
MTU_MC72_MCONTROL 0xF0065804          MC 72 MBIST Control Register
MTU_MC72_MSTATUS 0xF0065806          MC 72 Status Register
MTU_MC72_RANGE  0xF0065808          MC 72 Range Register, single address mode
MTU_MC72_REVID  0xF006580C          MC 72 Revision ID Register
MTU_MC72_ECCS   0xF006580E          MC 72 ECC Safety Register
MTU_MC72_ECCD   0xF0065810          MC 72 Memory ECC Detection Register
MTU_MC72_ETRR0  0xF0065812          MC 72 Error Tracking Register 0
MTU_MC72_ETRR1  0xF0065814          MC 72 Error Tracking Register 1
MTU_MC72_ETRR2  0xF0065816          MC 72 Error Tracking Register 2
MTU_MC72_ETRR3  0xF0065818          MC 72 Error Tracking Register 3
MTU_MC72_ETRR4  0xF006581A          MC 72 Error Tracking Register 4
MTU_MC72_RDBFL0 0xF0065860          MC 72 Read Data and Bit Flip Register 0
MTU_MC72_RDBFL1 0xF0065862          MC 72 Read Data and Bit Flip Register 1
MTU_MC72_RDBFL2 0xF0065864          MC 72 Read Data and Bit Flip Register 2
MTU_MC72_RDBFL3 0xF0065866          MC 72 Read Data and Bit Flip Register 3
MTU_MC72_RDBFL4 0xF0065868          MC 72 Read Data and Bit Flip Register 4
MTU_MC72_RDBFL5 0xF006586A          MC 72 Read Data and Bit Flip Register 5
MTU_MC72_RDBFL6 0xF006586C          MC 72 Read Data and Bit Flip Register 6
MTU_MC72_RDBFL7 0xF006586E          MC 72 Read Data and Bit Flip Register 7
MTU_MC72_RDBFL8 0xF0065870          MC 72 Read Data and Bit Flip Register 8
MTU_MC72_RDBFL9 0xF0065872          MC 72 Read Data and Bit Flip Register 9
MTU_MC72_RDBFL10 0xF0065874          MC 72 Read Data and Bit Flip Register 10
MTU_MC72_RDBFL11 0xF0065876          MC 72 Read Data and Bit Flip Register 11
MTU_MC72_RDBFL12 0xF0065878          MC 72 Read Data and Bit Flip Register 12
MTU_MC72_RDBFL13 0xF006587A          MC 72 Read Data and Bit Flip Register 13
MTU_MC72_RDBFL14 0xF006587C          MC 72 Read Data and Bit Flip Register 14
MTU_MC72_RDBFL15 0xF006587E          MC 72 Read Data and Bit Flip Register 15
MTU_MC72_RDBFL16 0xF0065880          MC 72 Read Data and Bit Flip Register 16
MTU_MC72_RDBFL17 0xF0065882          MC 72 Read Data and Bit Flip Register 17
MTU_MC72_RDBFL18 0xF0065884          MC 72 Read Data and Bit Flip Register 18
MTU_MC72_RDBFL19 0xF0065886          MC 72 Read Data and Bit Flip Register 19
MTU_MC72_RDBFL20 0xF0065888          MC 72 Read Data and Bit Flip Register 20
MTU_MC72_RDBFL21 0xF006588A          MC 72 Read Data and Bit Flip Register 21
MTU_MC72_RDBFL22 0xF006588C          MC 72 Read Data and Bit Flip Register 22
MTU_MC72_RDBFL23 0xF006588E          MC 72 Read Data and Bit Flip Register 23
MTU_MC72_RDBFL24 0xF0065890          MC 72 Read Data and Bit Flip Register 24
MTU_MC72_RDBFL25 0xF0065892          MC 72 Read Data and Bit Flip Register 25
MTU_MC72_RDBFL26 0xF0065894          MC 72 Read Data and Bit Flip Register 26
MTU_MC72_RDBFL27 0xF0065896          MC 72 Read Data and Bit Flip Register 27
MTU_MC72_RDBFL28 0xF0065898          MC 72 Read Data and Bit Flip Register 28
MTU_MC72_RDBFL29 0xF006589A          MC 72 Read Data and Bit Flip Register 29
MTU_MC72_RDBFL30 0xF006589C          MC 72 Read Data and Bit Flip Register 30
MTU_MC72_RDBFL31 0xF006589E          MC 72 Read Data and Bit Flip Register 31
MTU_MC72_RDBFL32 0xF00658A0          MC 72 Read Data and Bit Flip Register 32
MTU_MC72_RDBFL33 0xF00658A2          MC 72 Read Data and Bit Flip Register 33
MTU_MC72_RDBFL34 0xF00658A4          MC 72 Read Data and Bit Flip Register 34
MTU_MC72_RDBFL35 0xF00658A6          MC 72 Read Data and Bit Flip Register 35
MTU_MC72_RDBFL36 0xF00658A8          MC 72 Read Data and Bit Flip Register 36
MTU_MC72_RDBFL37 0xF00658AA          MC 72 Read Data and Bit Flip Register 37
MTU_MC72_RDBFL38 0xF00658AC          MC 72 Read Data and Bit Flip Register 38
MTU_MC72_RDBFL39 0xF00658AE          MC 72 Read Data and Bit Flip Register 39
MTU_MC72_RDBFL40 0xF00658B0          MC 72 Read Data and Bit Flip Register 40
MTU_MC72_RDBFL41 0xF00658B2          MC 72 Read Data and Bit Flip Register 41
MTU_MC72_RDBFL42 0xF00658B4          MC 72 Read Data and Bit Flip Register 42
MTU_MC72_RDBFL43 0xF00658B6          MC 72 Read Data and Bit Flip Register 43
MTU_MC72_RDBFL44 0xF00658B8          MC 72 Read Data and Bit Flip Register 44
MTU_MC72_RDBFL45 0xF00658BA          MC 72 Read Data and Bit Flip Register 45
MTU_MC72_RDBFL46 0xF00658BC          MC 72 Read Data and Bit Flip Register 46
MTU_MC72_RDBFL47 0xF00658BE          MC 72 Read Data and Bit Flip Register 47
MTU_MC72_RDBFL48 0xF00658C0          MC 72 Read Data and Bit Flip Register 48
MTU_MC72_RDBFL49 0xF00658C2          MC 72 Read Data and Bit Flip Register 49
MTU_MC72_RDBFL50 0xF00658C4          MC 72 Read Data and Bit Flip Register 50
MTU_MC72_RDBFL51 0xF00658C6          MC 72 Read Data and Bit Flip Register 51
MTU_MC72_RDBFL52 0xF00658C8          MC 72 Read Data and Bit Flip Register 52
MTU_MC72_RDBFL53 0xF00658CA          MC 72 Read Data and Bit Flip Register 53
MTU_MC72_RDBFL54 0xF00658CC          MC 72 Read Data and Bit Flip Register 54
MTU_MC72_RDBFL55 0xF00658CE          MC 72 Read Data and Bit Flip Register 55
MTU_MC72_RDBFL56 0xF00658D0          MC 72 Read Data and Bit Flip Register 56
MTU_MC72_RDBFL57 0xF00658D2          MC 72 Read Data and Bit Flip Register 57
MTU_MC72_RDBFL58 0xF00658D4          MC 72 Read Data and Bit Flip Register 58
MTU_MC72_RDBFL59 0xF00658D6          MC 72 Read Data and Bit Flip Register 59
MTU_MC72_RDBFL60 0xF00658D8          MC 72 Read Data and Bit Flip Register 60
MTU_MC72_RDBFL61 0xF00658DA          MC 72 Read Data and Bit Flip Register 61
MTU_MC72_RDBFL62 0xF00658DC          MC 72 Read Data and Bit Flip Register 62
MTU_MC72_RDBFL63 0xF00658DE          MC 72 Read Data and Bit Flip Register 63
MTU_MC72_RDBFL64 0xF00658E0          MC 72 Read Data and Bit Flip Register 64
MTU_MC72_RDBFL65 0xF00658E2          MC 72 Read Data and Bit Flip Register 65
MTU_MC72_RDBFL66 0xF00658E4          MC 72 Read Data and Bit Flip Register 66
MTU_MC72_ALMSRCS 0xF00658EE          MC 72 Alarm Sources Configuration Register
MTU_MC72_FAULTSTS 0xF00658F0          MC 72 SSH Safety Faults Status Register
MTU_MC72_ERRINFO0 0xF00658F2          MC 72 Error Information Register 0
MTU_MC72_ERRINFO1 0xF00658F4          MC 72 Error Information Register 1
MTU_MC72_ERRINFO2 0xF00658F6          MC 72 Error Information Register 2
MTU_MC72_ERRINFO3 0xF00658F8          MC 72 Error Information Register 3
MTU_MC72_ERRINFO4 0xF00658FA          MC 72 Error Information Register 4
MTU_MC73_CONFIG0 0xF0065900          MC 73 Configuration Register 0
MTU_MC73_CONFIG1 0xF0065902          MC 73 Configuration Register 1
MTU_MC73_MCONTROL 0xF0065904          MC 73 MBIST Control Register
MTU_MC73_MSTATUS 0xF0065906          MC 73 Status Register
MTU_MC73_RANGE  0xF0065908          MC 73 Range Register, single address mode
MTU_MC73_REVID  0xF006590C          MC 73 Revision ID Register
MTU_MC73_ECCS   0xF006590E          MC 73 ECC Safety Register
MTU_MC73_ECCD   0xF0065910          MC 73 Memory ECC Detection Register
MTU_MC73_ETRR0  0xF0065912          MC 73 Error Tracking Register 0
MTU_MC73_ETRR1  0xF0065914          MC 73 Error Tracking Register 1
MTU_MC73_ETRR2  0xF0065916          MC 73 Error Tracking Register 2
MTU_MC73_ETRR3  0xF0065918          MC 73 Error Tracking Register 3
MTU_MC73_ETRR4  0xF006591A          MC 73 Error Tracking Register 4
MTU_MC73_RDBFL0 0xF0065960          MC 73 Read Data and Bit Flip Register 0
MTU_MC73_RDBFL1 0xF0065962          MC 73 Read Data and Bit Flip Register 1
MTU_MC73_RDBFL2 0xF0065964          MC 73 Read Data and Bit Flip Register 2
MTU_MC73_RDBFL3 0xF0065966          MC 73 Read Data and Bit Flip Register 3
MTU_MC73_RDBFL4 0xF0065968          MC 73 Read Data and Bit Flip Register 4
MTU_MC73_RDBFL5 0xF006596A          MC 73 Read Data and Bit Flip Register 5
MTU_MC73_RDBFL6 0xF006596C          MC 73 Read Data and Bit Flip Register 6
MTU_MC73_RDBFL7 0xF006596E          MC 73 Read Data and Bit Flip Register 7
MTU_MC73_RDBFL8 0xF0065970          MC 73 Read Data and Bit Flip Register 8
MTU_MC73_RDBFL9 0xF0065972          MC 73 Read Data and Bit Flip Register 9
MTU_MC73_RDBFL10 0xF0065974          MC 73 Read Data and Bit Flip Register 10
MTU_MC73_RDBFL11 0xF0065976          MC 73 Read Data and Bit Flip Register 11
MTU_MC73_RDBFL12 0xF0065978          MC 73 Read Data and Bit Flip Register 12
MTU_MC73_RDBFL13 0xF006597A          MC 73 Read Data and Bit Flip Register 13
MTU_MC73_RDBFL14 0xF006597C          MC 73 Read Data and Bit Flip Register 14
MTU_MC73_RDBFL15 0xF006597E          MC 73 Read Data and Bit Flip Register 15
MTU_MC73_RDBFL16 0xF0065980          MC 73 Read Data and Bit Flip Register 16
MTU_MC73_RDBFL17 0xF0065982          MC 73 Read Data and Bit Flip Register 17
MTU_MC73_RDBFL18 0xF0065984          MC 73 Read Data and Bit Flip Register 18
MTU_MC73_RDBFL19 0xF0065986          MC 73 Read Data and Bit Flip Register 19
MTU_MC73_RDBFL20 0xF0065988          MC 73 Read Data and Bit Flip Register 20
MTU_MC73_RDBFL21 0xF006598A          MC 73 Read Data and Bit Flip Register 21
MTU_MC73_RDBFL22 0xF006598C          MC 73 Read Data and Bit Flip Register 22
MTU_MC73_RDBFL23 0xF006598E          MC 73 Read Data and Bit Flip Register 23
MTU_MC73_RDBFL24 0xF0065990          MC 73 Read Data and Bit Flip Register 24
MTU_MC73_RDBFL25 0xF0065992          MC 73 Read Data and Bit Flip Register 25
MTU_MC73_RDBFL26 0xF0065994          MC 73 Read Data and Bit Flip Register 26
MTU_MC73_RDBFL27 0xF0065996          MC 73 Read Data and Bit Flip Register 27
MTU_MC73_RDBFL28 0xF0065998          MC 73 Read Data and Bit Flip Register 28
MTU_MC73_RDBFL29 0xF006599A          MC 73 Read Data and Bit Flip Register 29
MTU_MC73_RDBFL30 0xF006599C          MC 73 Read Data and Bit Flip Register 30
MTU_MC73_RDBFL31 0xF006599E          MC 73 Read Data and Bit Flip Register 31
MTU_MC73_RDBFL32 0xF00659A0          MC 73 Read Data and Bit Flip Register 32
MTU_MC73_RDBFL33 0xF00659A2          MC 73 Read Data and Bit Flip Register 33
MTU_MC73_RDBFL34 0xF00659A4          MC 73 Read Data and Bit Flip Register 34
MTU_MC73_RDBFL35 0xF00659A6          MC 73 Read Data and Bit Flip Register 35
MTU_MC73_RDBFL36 0xF00659A8          MC 73 Read Data and Bit Flip Register 36
MTU_MC73_RDBFL37 0xF00659AA          MC 73 Read Data and Bit Flip Register 37
MTU_MC73_RDBFL38 0xF00659AC          MC 73 Read Data and Bit Flip Register 38
MTU_MC73_RDBFL39 0xF00659AE          MC 73 Read Data and Bit Flip Register 39
MTU_MC73_RDBFL40 0xF00659B0          MC 73 Read Data and Bit Flip Register 40
MTU_MC73_RDBFL41 0xF00659B2          MC 73 Read Data and Bit Flip Register 41
MTU_MC73_RDBFL42 0xF00659B4          MC 73 Read Data and Bit Flip Register 42
MTU_MC73_RDBFL43 0xF00659B6          MC 73 Read Data and Bit Flip Register 43
MTU_MC73_RDBFL44 0xF00659B8          MC 73 Read Data and Bit Flip Register 44
MTU_MC73_RDBFL45 0xF00659BA          MC 73 Read Data and Bit Flip Register 45
MTU_MC73_RDBFL46 0xF00659BC          MC 73 Read Data and Bit Flip Register 46
MTU_MC73_RDBFL47 0xF00659BE          MC 73 Read Data and Bit Flip Register 47
MTU_MC73_RDBFL48 0xF00659C0          MC 73 Read Data and Bit Flip Register 48
MTU_MC73_RDBFL49 0xF00659C2          MC 73 Read Data and Bit Flip Register 49
MTU_MC73_RDBFL50 0xF00659C4          MC 73 Read Data and Bit Flip Register 50
MTU_MC73_RDBFL51 0xF00659C6          MC 73 Read Data and Bit Flip Register 51
MTU_MC73_RDBFL52 0xF00659C8          MC 73 Read Data and Bit Flip Register 52
MTU_MC73_RDBFL53 0xF00659CA          MC 73 Read Data and Bit Flip Register 53
MTU_MC73_RDBFL54 0xF00659CC          MC 73 Read Data and Bit Flip Register 54
MTU_MC73_RDBFL55 0xF00659CE          MC 73 Read Data and Bit Flip Register 55
MTU_MC73_RDBFL56 0xF00659D0          MC 73 Read Data and Bit Flip Register 56
MTU_MC73_RDBFL57 0xF00659D2          MC 73 Read Data and Bit Flip Register 57
MTU_MC73_RDBFL58 0xF00659D4          MC 73 Read Data and Bit Flip Register 58
MTU_MC73_RDBFL59 0xF00659D6          MC 73 Read Data and Bit Flip Register 59
MTU_MC73_RDBFL60 0xF00659D8          MC 73 Read Data and Bit Flip Register 60
MTU_MC73_RDBFL61 0xF00659DA          MC 73 Read Data and Bit Flip Register 61
MTU_MC73_RDBFL62 0xF00659DC          MC 73 Read Data and Bit Flip Register 62
MTU_MC73_RDBFL63 0xF00659DE          MC 73 Read Data and Bit Flip Register 63
MTU_MC73_RDBFL64 0xF00659E0          MC 73 Read Data and Bit Flip Register 64
MTU_MC73_RDBFL65 0xF00659E2          MC 73 Read Data and Bit Flip Register 65
MTU_MC73_RDBFL66 0xF00659E4          MC 73 Read Data and Bit Flip Register 66
MTU_MC73_ALMSRCS 0xF00659EE          MC 73 Alarm Sources Configuration Register
MTU_MC73_FAULTSTS 0xF00659F0          MC 73 SSH Safety Faults Status Register
MTU_MC73_ERRINFO0 0xF00659F2          MC 73 Error Information Register 0
MTU_MC73_ERRINFO1 0xF00659F4          MC 73 Error Information Register 1
MTU_MC73_ERRINFO2 0xF00659F6          MC 73 Error Information Register 2
MTU_MC73_ERRINFO3 0xF00659F8          MC 73 Error Information Register 3
MTU_MC73_ERRINFO4 0xF00659FA          MC 73 Error Information Register 4
MTU_MC74_CONFIG0 0xF0065A00          MC 74 Configuration Register 0
MTU_MC74_CONFIG1 0xF0065A02          MC 74 Configuration Register 1
MTU_MC74_MCONTROL 0xF0065A04          MC 74 MBIST Control Register
MTU_MC74_MSTATUS 0xF0065A06          MC 74 Status Register
MTU_MC74_RANGE  0xF0065A08          MC 74 Range Register, single address mode
MTU_MC74_REVID  0xF0065A0C          MC 74 Revision ID Register
MTU_MC74_ECCS   0xF0065A0E          MC 74 ECC Safety Register
MTU_MC74_ECCD   0xF0065A10          MC 74 Memory ECC Detection Register
MTU_MC74_ETRR0  0xF0065A12          MC 74 Error Tracking Register 0
MTU_MC74_ETRR1  0xF0065A14          MC 74 Error Tracking Register 1
MTU_MC74_ETRR2  0xF0065A16          MC 74 Error Tracking Register 2
MTU_MC74_ETRR3  0xF0065A18          MC 74 Error Tracking Register 3
MTU_MC74_ETRR4  0xF0065A1A          MC 74 Error Tracking Register 4
MTU_MC74_RDBFL0 0xF0065A60          MC 74 Read Data and Bit Flip Register 0
MTU_MC74_RDBFL1 0xF0065A62          MC 74 Read Data and Bit Flip Register 1
MTU_MC74_RDBFL2 0xF0065A64          MC 74 Read Data and Bit Flip Register 2
MTU_MC74_RDBFL3 0xF0065A66          MC 74 Read Data and Bit Flip Register 3
MTU_MC74_RDBFL4 0xF0065A68          MC 74 Read Data and Bit Flip Register 4
MTU_MC74_RDBFL5 0xF0065A6A          MC 74 Read Data and Bit Flip Register 5
MTU_MC74_RDBFL6 0xF0065A6C          MC 74 Read Data and Bit Flip Register 6
MTU_MC74_RDBFL7 0xF0065A6E          MC 74 Read Data and Bit Flip Register 7
MTU_MC74_RDBFL8 0xF0065A70          MC 74 Read Data and Bit Flip Register 8
MTU_MC74_RDBFL9 0xF0065A72          MC 74 Read Data and Bit Flip Register 9
MTU_MC74_RDBFL10 0xF0065A74          MC 74 Read Data and Bit Flip Register 10
MTU_MC74_RDBFL11 0xF0065A76          MC 74 Read Data and Bit Flip Register 11
MTU_MC74_RDBFL12 0xF0065A78          MC 74 Read Data and Bit Flip Register 12
MTU_MC74_RDBFL13 0xF0065A7A          MC 74 Read Data and Bit Flip Register 13
MTU_MC74_RDBFL14 0xF0065A7C          MC 74 Read Data and Bit Flip Register 14
MTU_MC74_RDBFL15 0xF0065A7E          MC 74 Read Data and Bit Flip Register 15
MTU_MC74_RDBFL16 0xF0065A80          MC 74 Read Data and Bit Flip Register 16
MTU_MC74_RDBFL17 0xF0065A82          MC 74 Read Data and Bit Flip Register 17
MTU_MC74_RDBFL18 0xF0065A84          MC 74 Read Data and Bit Flip Register 18
MTU_MC74_RDBFL19 0xF0065A86          MC 74 Read Data and Bit Flip Register 19
MTU_MC74_RDBFL20 0xF0065A88          MC 74 Read Data and Bit Flip Register 20
MTU_MC74_RDBFL21 0xF0065A8A          MC 74 Read Data and Bit Flip Register 21
MTU_MC74_RDBFL22 0xF0065A8C          MC 74 Read Data and Bit Flip Register 22
MTU_MC74_RDBFL23 0xF0065A8E          MC 74 Read Data and Bit Flip Register 23
MTU_MC74_RDBFL24 0xF0065A90          MC 74 Read Data and Bit Flip Register 24
MTU_MC74_RDBFL25 0xF0065A92          MC 74 Read Data and Bit Flip Register 25
MTU_MC74_RDBFL26 0xF0065A94          MC 74 Read Data and Bit Flip Register 26
MTU_MC74_RDBFL27 0xF0065A96          MC 74 Read Data and Bit Flip Register 27
MTU_MC74_RDBFL28 0xF0065A98          MC 74 Read Data and Bit Flip Register 28
MTU_MC74_RDBFL29 0xF0065A9A          MC 74 Read Data and Bit Flip Register 29
MTU_MC74_RDBFL30 0xF0065A9C          MC 74 Read Data and Bit Flip Register 30
MTU_MC74_RDBFL31 0xF0065A9E          MC 74 Read Data and Bit Flip Register 31
MTU_MC74_RDBFL32 0xF0065AA0          MC 74 Read Data and Bit Flip Register 32
MTU_MC74_RDBFL33 0xF0065AA2          MC 74 Read Data and Bit Flip Register 33
MTU_MC74_RDBFL34 0xF0065AA4          MC 74 Read Data and Bit Flip Register 34
MTU_MC74_RDBFL35 0xF0065AA6          MC 74 Read Data and Bit Flip Register 35
MTU_MC74_RDBFL36 0xF0065AA8          MC 74 Read Data and Bit Flip Register 36
MTU_MC74_RDBFL37 0xF0065AAA          MC 74 Read Data and Bit Flip Register 37
MTU_MC74_RDBFL38 0xF0065AAC          MC 74 Read Data and Bit Flip Register 38
MTU_MC74_RDBFL39 0xF0065AAE          MC 74 Read Data and Bit Flip Register 39
MTU_MC74_RDBFL40 0xF0065AB0          MC 74 Read Data and Bit Flip Register 40
MTU_MC74_RDBFL41 0xF0065AB2          MC 74 Read Data and Bit Flip Register 41
MTU_MC74_RDBFL42 0xF0065AB4          MC 74 Read Data and Bit Flip Register 42
MTU_MC74_RDBFL43 0xF0065AB6          MC 74 Read Data and Bit Flip Register 43
MTU_MC74_RDBFL44 0xF0065AB8          MC 74 Read Data and Bit Flip Register 44
MTU_MC74_RDBFL45 0xF0065ABA          MC 74 Read Data and Bit Flip Register 45
MTU_MC74_RDBFL46 0xF0065ABC          MC 74 Read Data and Bit Flip Register 46
MTU_MC74_RDBFL47 0xF0065ABE          MC 74 Read Data and Bit Flip Register 47
MTU_MC74_RDBFL48 0xF0065AC0          MC 74 Read Data and Bit Flip Register 48
MTU_MC74_RDBFL49 0xF0065AC2          MC 74 Read Data and Bit Flip Register 49
MTU_MC74_RDBFL50 0xF0065AC4          MC 74 Read Data and Bit Flip Register 50
MTU_MC74_RDBFL51 0xF0065AC6          MC 74 Read Data and Bit Flip Register 51
MTU_MC74_RDBFL52 0xF0065AC8          MC 74 Read Data and Bit Flip Register 52
MTU_MC74_RDBFL53 0xF0065ACA          MC 74 Read Data and Bit Flip Register 53
MTU_MC74_RDBFL54 0xF0065ACC          MC 74 Read Data and Bit Flip Register 54
MTU_MC74_RDBFL55 0xF0065ACE          MC 74 Read Data and Bit Flip Register 55
MTU_MC74_RDBFL56 0xF0065AD0          MC 74 Read Data and Bit Flip Register 56
MTU_MC74_RDBFL57 0xF0065AD2          MC 74 Read Data and Bit Flip Register 57
MTU_MC74_RDBFL58 0xF0065AD4          MC 74 Read Data and Bit Flip Register 58
MTU_MC74_RDBFL59 0xF0065AD6          MC 74 Read Data and Bit Flip Register 59
MTU_MC74_RDBFL60 0xF0065AD8          MC 74 Read Data and Bit Flip Register 60
MTU_MC74_RDBFL61 0xF0065ADA          MC 74 Read Data and Bit Flip Register 61
MTU_MC74_RDBFL62 0xF0065ADC          MC 74 Read Data and Bit Flip Register 62
MTU_MC74_RDBFL63 0xF0065ADE          MC 74 Read Data and Bit Flip Register 63
MTU_MC74_RDBFL64 0xF0065AE0          MC 74 Read Data and Bit Flip Register 64
MTU_MC74_RDBFL65 0xF0065AE2          MC 74 Read Data and Bit Flip Register 65
MTU_MC74_RDBFL66 0xF0065AE4          MC 74 Read Data and Bit Flip Register 66
MTU_MC74_ALMSRCS 0xF0065AEE          MC 74 Alarm Sources Configuration Register
MTU_MC74_FAULTSTS 0xF0065AF0          MC 74 SSH Safety Faults Status Register
MTU_MC74_ERRINFO0 0xF0065AF2          MC 74 Error Information Register 0
MTU_MC74_ERRINFO1 0xF0065AF4          MC 74 Error Information Register 1
MTU_MC74_ERRINFO2 0xF0065AF6          MC 74 Error Information Register 2
MTU_MC74_ERRINFO3 0xF0065AF8          MC 74 Error Information Register 3
MTU_MC74_ERRINFO4 0xF0065AFA          MC 74 Error Information Register 4
MTU_MC75_CONFIG0 0xF0065B00          MC 75 Configuration Register 0
MTU_MC75_CONFIG1 0xF0065B02          MC 75 Configuration Register 1
MTU_MC75_MCONTROL 0xF0065B04          MC 75 MBIST Control Register
MTU_MC75_MSTATUS 0xF0065B06          MC 75 Status Register
MTU_MC75_RANGE  0xF0065B08          MC 75 Range Register, single address mode
MTU_MC75_REVID  0xF0065B0C          MC 75 Revision ID Register
MTU_MC75_ECCS   0xF0065B0E          MC 75 ECC Safety Register
MTU_MC75_ECCD   0xF0065B10          MC 75 Memory ECC Detection Register
MTU_MC75_ETRR0  0xF0065B12          MC 75 Error Tracking Register 0
MTU_MC75_ETRR1  0xF0065B14          MC 75 Error Tracking Register 1
MTU_MC75_ETRR2  0xF0065B16          MC 75 Error Tracking Register 2
MTU_MC75_ETRR3  0xF0065B18          MC 75 Error Tracking Register 3
MTU_MC75_ETRR4  0xF0065B1A          MC 75 Error Tracking Register 4
MTU_MC75_RDBFL0 0xF0065B60          MC 75 Read Data and Bit Flip Register 0
MTU_MC75_RDBFL1 0xF0065B62          MC 75 Read Data and Bit Flip Register 1
MTU_MC75_RDBFL2 0xF0065B64          MC 75 Read Data and Bit Flip Register 2
MTU_MC75_RDBFL3 0xF0065B66          MC 75 Read Data and Bit Flip Register 3
MTU_MC75_RDBFL4 0xF0065B68          MC 75 Read Data and Bit Flip Register 4
MTU_MC75_RDBFL5 0xF0065B6A          MC 75 Read Data and Bit Flip Register 5
MTU_MC75_RDBFL6 0xF0065B6C          MC 75 Read Data and Bit Flip Register 6
MTU_MC75_RDBFL7 0xF0065B6E          MC 75 Read Data and Bit Flip Register 7
MTU_MC75_RDBFL8 0xF0065B70          MC 75 Read Data and Bit Flip Register 8
MTU_MC75_RDBFL9 0xF0065B72          MC 75 Read Data and Bit Flip Register 9
MTU_MC75_RDBFL10 0xF0065B74          MC 75 Read Data and Bit Flip Register 10
MTU_MC75_RDBFL11 0xF0065B76          MC 75 Read Data and Bit Flip Register 11
MTU_MC75_RDBFL12 0xF0065B78          MC 75 Read Data and Bit Flip Register 12
MTU_MC75_RDBFL13 0xF0065B7A          MC 75 Read Data and Bit Flip Register 13
MTU_MC75_RDBFL14 0xF0065B7C          MC 75 Read Data and Bit Flip Register 14
MTU_MC75_RDBFL15 0xF0065B7E          MC 75 Read Data and Bit Flip Register 15
MTU_MC75_RDBFL16 0xF0065B80          MC 75 Read Data and Bit Flip Register 16
MTU_MC75_RDBFL17 0xF0065B82          MC 75 Read Data and Bit Flip Register 17
MTU_MC75_RDBFL18 0xF0065B84          MC 75 Read Data and Bit Flip Register 18
MTU_MC75_RDBFL19 0xF0065B86          MC 75 Read Data and Bit Flip Register 19
MTU_MC75_RDBFL20 0xF0065B88          MC 75 Read Data and Bit Flip Register 20
MTU_MC75_RDBFL21 0xF0065B8A          MC 75 Read Data and Bit Flip Register 21
MTU_MC75_RDBFL22 0xF0065B8C          MC 75 Read Data and Bit Flip Register 22
MTU_MC75_RDBFL23 0xF0065B8E          MC 75 Read Data and Bit Flip Register 23
MTU_MC75_RDBFL24 0xF0065B90          MC 75 Read Data and Bit Flip Register 24
MTU_MC75_RDBFL25 0xF0065B92          MC 75 Read Data and Bit Flip Register 25
MTU_MC75_RDBFL26 0xF0065B94          MC 75 Read Data and Bit Flip Register 26
MTU_MC75_RDBFL27 0xF0065B96          MC 75 Read Data and Bit Flip Register 27
MTU_MC75_RDBFL28 0xF0065B98          MC 75 Read Data and Bit Flip Register 28
MTU_MC75_RDBFL29 0xF0065B9A          MC 75 Read Data and Bit Flip Register 29
MTU_MC75_RDBFL30 0xF0065B9C          MC 75 Read Data and Bit Flip Register 30
MTU_MC75_RDBFL31 0xF0065B9E          MC 75 Read Data and Bit Flip Register 31
MTU_MC75_RDBFL32 0xF0065BA0          MC 75 Read Data and Bit Flip Register 32
MTU_MC75_RDBFL33 0xF0065BA2          MC 75 Read Data and Bit Flip Register 33
MTU_MC75_RDBFL34 0xF0065BA4          MC 75 Read Data and Bit Flip Register 34
MTU_MC75_RDBFL35 0xF0065BA6          MC 75 Read Data and Bit Flip Register 35
MTU_MC75_RDBFL36 0xF0065BA8          MC 75 Read Data and Bit Flip Register 36
MTU_MC75_RDBFL37 0xF0065BAA          MC 75 Read Data and Bit Flip Register 37
MTU_MC75_RDBFL38 0xF0065BAC          MC 75 Read Data and Bit Flip Register 38
MTU_MC75_RDBFL39 0xF0065BAE          MC 75 Read Data and Bit Flip Register 39
MTU_MC75_RDBFL40 0xF0065BB0          MC 75 Read Data and Bit Flip Register 40
MTU_MC75_RDBFL41 0xF0065BB2          MC 75 Read Data and Bit Flip Register 41
MTU_MC75_RDBFL42 0xF0065BB4          MC 75 Read Data and Bit Flip Register 42
MTU_MC75_RDBFL43 0xF0065BB6          MC 75 Read Data and Bit Flip Register 43
MTU_MC75_RDBFL44 0xF0065BB8          MC 75 Read Data and Bit Flip Register 44
MTU_MC75_RDBFL45 0xF0065BBA          MC 75 Read Data and Bit Flip Register 45
MTU_MC75_RDBFL46 0xF0065BBC          MC 75 Read Data and Bit Flip Register 46
MTU_MC75_RDBFL47 0xF0065BBE          MC 75 Read Data and Bit Flip Register 47
MTU_MC75_RDBFL48 0xF0065BC0          MC 75 Read Data and Bit Flip Register 48
MTU_MC75_RDBFL49 0xF0065BC2          MC 75 Read Data and Bit Flip Register 49
MTU_MC75_RDBFL50 0xF0065BC4          MC 75 Read Data and Bit Flip Register 50
MTU_MC75_RDBFL51 0xF0065BC6          MC 75 Read Data and Bit Flip Register 51
MTU_MC75_RDBFL52 0xF0065BC8          MC 75 Read Data and Bit Flip Register 52
MTU_MC75_RDBFL53 0xF0065BCA          MC 75 Read Data and Bit Flip Register 53
MTU_MC75_RDBFL54 0xF0065BCC          MC 75 Read Data and Bit Flip Register 54
MTU_MC75_RDBFL55 0xF0065BCE          MC 75 Read Data and Bit Flip Register 55
MTU_MC75_RDBFL56 0xF0065BD0          MC 75 Read Data and Bit Flip Register 56
MTU_MC75_RDBFL57 0xF0065BD2          MC 75 Read Data and Bit Flip Register 57
MTU_MC75_RDBFL58 0xF0065BD4          MC 75 Read Data and Bit Flip Register 58
MTU_MC75_RDBFL59 0xF0065BD6          MC 75 Read Data and Bit Flip Register 59
MTU_MC75_RDBFL60 0xF0065BD8          MC 75 Read Data and Bit Flip Register 60
MTU_MC75_RDBFL61 0xF0065BDA          MC 75 Read Data and Bit Flip Register 61
MTU_MC75_RDBFL62 0xF0065BDC          MC 75 Read Data and Bit Flip Register 62
MTU_MC75_RDBFL63 0xF0065BDE          MC 75 Read Data and Bit Flip Register 63
MTU_MC75_RDBFL64 0xF0065BE0          MC 75 Read Data and Bit Flip Register 64
MTU_MC75_RDBFL65 0xF0065BE2          MC 75 Read Data and Bit Flip Register 65
MTU_MC75_RDBFL66 0xF0065BE4          MC 75 Read Data and Bit Flip Register 66
MTU_MC75_ALMSRCS 0xF0065BEE          MC 75 Alarm Sources Configuration Register
MTU_MC75_FAULTSTS 0xF0065BF0          MC 75 SSH Safety Faults Status Register
MTU_MC75_ERRINFO0 0xF0065BF2          MC 75 Error Information Register 0
MTU_MC75_ERRINFO1 0xF0065BF4          MC 75 Error Information Register 1
MTU_MC75_ERRINFO2 0xF0065BF6          MC 75 Error Information Register 2
MTU_MC75_ERRINFO3 0xF0065BF8          MC 75 Error Information Register 3
MTU_MC75_ERRINFO4 0xF0065BFA          MC 75 Error Information Register 4
MTU_MC76_CONFIG0 0xF0065C00          MC 76 Configuration Register 0
MTU_MC76_CONFIG1 0xF0065C02          MC 76 Configuration Register 1
MTU_MC76_MCONTROL 0xF0065C04          MC 76 MBIST Control Register
MTU_MC76_MSTATUS 0xF0065C06          MC 76 Status Register
MTU_MC76_RANGE  0xF0065C08          MC 76 Range Register, single address mode
MTU_MC76_REVID  0xF0065C0C          MC 76 Revision ID Register
MTU_MC76_ECCS   0xF0065C0E          MC 76 ECC Safety Register
MTU_MC76_ECCD   0xF0065C10          MC 76 Memory ECC Detection Register
MTU_MC76_ETRR0  0xF0065C12          MC 76 Error Tracking Register 0
MTU_MC76_ETRR1  0xF0065C14          MC 76 Error Tracking Register 1
MTU_MC76_ETRR2  0xF0065C16          MC 76 Error Tracking Register 2
MTU_MC76_ETRR3  0xF0065C18          MC 76 Error Tracking Register 3
MTU_MC76_ETRR4  0xF0065C1A          MC 76 Error Tracking Register 4
MTU_MC76_RDBFL0 0xF0065C60          MC 76 Read Data and Bit Flip Register 0
MTU_MC76_RDBFL1 0xF0065C62          MC 76 Read Data and Bit Flip Register 1
MTU_MC76_RDBFL2 0xF0065C64          MC 76 Read Data and Bit Flip Register 2
MTU_MC76_RDBFL3 0xF0065C66          MC 76 Read Data and Bit Flip Register 3
MTU_MC76_RDBFL4 0xF0065C68          MC 76 Read Data and Bit Flip Register 4
MTU_MC76_RDBFL5 0xF0065C6A          MC 76 Read Data and Bit Flip Register 5
MTU_MC76_RDBFL6 0xF0065C6C          MC 76 Read Data and Bit Flip Register 6
MTU_MC76_RDBFL7 0xF0065C6E          MC 76 Read Data and Bit Flip Register 7
MTU_MC76_RDBFL8 0xF0065C70          MC 76 Read Data and Bit Flip Register 8
MTU_MC76_RDBFL9 0xF0065C72          MC 76 Read Data and Bit Flip Register 9
MTU_MC76_RDBFL10 0xF0065C74          MC 76 Read Data and Bit Flip Register 10
MTU_MC76_RDBFL11 0xF0065C76          MC 76 Read Data and Bit Flip Register 11
MTU_MC76_RDBFL12 0xF0065C78          MC 76 Read Data and Bit Flip Register 12
MTU_MC76_RDBFL13 0xF0065C7A          MC 76 Read Data and Bit Flip Register 13
MTU_MC76_RDBFL14 0xF0065C7C          MC 76 Read Data and Bit Flip Register 14
MTU_MC76_RDBFL15 0xF0065C7E          MC 76 Read Data and Bit Flip Register 15
MTU_MC76_RDBFL16 0xF0065C80          MC 76 Read Data and Bit Flip Register 16
MTU_MC76_RDBFL17 0xF0065C82          MC 76 Read Data and Bit Flip Register 17
MTU_MC76_RDBFL18 0xF0065C84          MC 76 Read Data and Bit Flip Register 18
MTU_MC76_RDBFL19 0xF0065C86          MC 76 Read Data and Bit Flip Register 19
MTU_MC76_RDBFL20 0xF0065C88          MC 76 Read Data and Bit Flip Register 20
MTU_MC76_RDBFL21 0xF0065C8A          MC 76 Read Data and Bit Flip Register 21
MTU_MC76_RDBFL22 0xF0065C8C          MC 76 Read Data and Bit Flip Register 22
MTU_MC76_RDBFL23 0xF0065C8E          MC 76 Read Data and Bit Flip Register 23
MTU_MC76_RDBFL24 0xF0065C90          MC 76 Read Data and Bit Flip Register 24
MTU_MC76_RDBFL25 0xF0065C92          MC 76 Read Data and Bit Flip Register 25
MTU_MC76_RDBFL26 0xF0065C94          MC 76 Read Data and Bit Flip Register 26
MTU_MC76_RDBFL27 0xF0065C96          MC 76 Read Data and Bit Flip Register 27
MTU_MC76_RDBFL28 0xF0065C98          MC 76 Read Data and Bit Flip Register 28
MTU_MC76_RDBFL29 0xF0065C9A          MC 76 Read Data and Bit Flip Register 29
MTU_MC76_RDBFL30 0xF0065C9C          MC 76 Read Data and Bit Flip Register 30
MTU_MC76_RDBFL31 0xF0065C9E          MC 76 Read Data and Bit Flip Register 31
MTU_MC76_RDBFL32 0xF0065CA0          MC 76 Read Data and Bit Flip Register 32
MTU_MC76_RDBFL33 0xF0065CA2          MC 76 Read Data and Bit Flip Register 33
MTU_MC76_RDBFL34 0xF0065CA4          MC 76 Read Data and Bit Flip Register 34
MTU_MC76_RDBFL35 0xF0065CA6          MC 76 Read Data and Bit Flip Register 35
MTU_MC76_RDBFL36 0xF0065CA8          MC 76 Read Data and Bit Flip Register 36
MTU_MC76_RDBFL37 0xF0065CAA          MC 76 Read Data and Bit Flip Register 37
MTU_MC76_RDBFL38 0xF0065CAC          MC 76 Read Data and Bit Flip Register 38
MTU_MC76_RDBFL39 0xF0065CAE          MC 76 Read Data and Bit Flip Register 39
MTU_MC76_RDBFL40 0xF0065CB0          MC 76 Read Data and Bit Flip Register 40
MTU_MC76_RDBFL41 0xF0065CB2          MC 76 Read Data and Bit Flip Register 41
MTU_MC76_RDBFL42 0xF0065CB4          MC 76 Read Data and Bit Flip Register 42
MTU_MC76_RDBFL43 0xF0065CB6          MC 76 Read Data and Bit Flip Register 43
MTU_MC76_RDBFL44 0xF0065CB8          MC 76 Read Data and Bit Flip Register 44
MTU_MC76_RDBFL45 0xF0065CBA          MC 76 Read Data and Bit Flip Register 45
MTU_MC76_RDBFL46 0xF0065CBC          MC 76 Read Data and Bit Flip Register 46
MTU_MC76_RDBFL47 0xF0065CBE          MC 76 Read Data and Bit Flip Register 47
MTU_MC76_RDBFL48 0xF0065CC0          MC 76 Read Data and Bit Flip Register 48
MTU_MC76_RDBFL49 0xF0065CC2          MC 76 Read Data and Bit Flip Register 49
MTU_MC76_RDBFL50 0xF0065CC4          MC 76 Read Data and Bit Flip Register 50
MTU_MC76_RDBFL51 0xF0065CC6          MC 76 Read Data and Bit Flip Register 51
MTU_MC76_RDBFL52 0xF0065CC8          MC 76 Read Data and Bit Flip Register 52
MTU_MC76_RDBFL53 0xF0065CCA          MC 76 Read Data and Bit Flip Register 53
MTU_MC76_RDBFL54 0xF0065CCC          MC 76 Read Data and Bit Flip Register 54
MTU_MC76_RDBFL55 0xF0065CCE          MC 76 Read Data and Bit Flip Register 55
MTU_MC76_RDBFL56 0xF0065CD0          MC 76 Read Data and Bit Flip Register 56
MTU_MC76_RDBFL57 0xF0065CD2          MC 76 Read Data and Bit Flip Register 57
MTU_MC76_RDBFL58 0xF0065CD4          MC 76 Read Data and Bit Flip Register 58
MTU_MC76_RDBFL59 0xF0065CD6          MC 76 Read Data and Bit Flip Register 59
MTU_MC76_RDBFL60 0xF0065CD8          MC 76 Read Data and Bit Flip Register 60
MTU_MC76_RDBFL61 0xF0065CDA          MC 76 Read Data and Bit Flip Register 61
MTU_MC76_RDBFL62 0xF0065CDC          MC 76 Read Data and Bit Flip Register 62
MTU_MC76_RDBFL63 0xF0065CDE          MC 76 Read Data and Bit Flip Register 63
MTU_MC76_RDBFL64 0xF0065CE0          MC 76 Read Data and Bit Flip Register 64
MTU_MC76_RDBFL65 0xF0065CE2          MC 76 Read Data and Bit Flip Register 65
MTU_MC76_RDBFL66 0xF0065CE4          MC 76 Read Data and Bit Flip Register 66
MTU_MC76_ALMSRCS 0xF0065CEE          MC 76 Alarm Sources Configuration Register
MTU_MC76_FAULTSTS 0xF0065CF0          MC 76 SSH Safety Faults Status Register
MTU_MC76_ERRINFO0 0xF0065CF2          MC 76 Error Information Register 0
MTU_MC76_ERRINFO1 0xF0065CF4          MC 76 Error Information Register 1
MTU_MC76_ERRINFO2 0xF0065CF6          MC 76 Error Information Register 2
MTU_MC76_ERRINFO3 0xF0065CF8          MC 76 Error Information Register 3
MTU_MC76_ERRINFO4 0xF0065CFA          MC 76 Error Information Register 4
MTU_MC77_CONFIG0 0xF0065D00          MC 77 Configuration Register 0
MTU_MC77_CONFIG1 0xF0065D02          MC 77 Configuration Register 1
MTU_MC77_MCONTROL 0xF0065D04          MC 77 MBIST Control Register
MTU_MC77_MSTATUS 0xF0065D06          MC 77 Status Register
MTU_MC77_RANGE  0xF0065D08          MC 77 Range Register, single address mode
MTU_MC77_REVID  0xF0065D0C          MC 77 Revision ID Register
MTU_MC77_ECCS   0xF0065D0E          MC 77 ECC Safety Register
MTU_MC77_ECCD   0xF0065D10          MC 77 Memory ECC Detection Register
MTU_MC77_ETRR0  0xF0065D12          MC 77 Error Tracking Register 0
MTU_MC77_ETRR1  0xF0065D14          MC 77 Error Tracking Register 1
MTU_MC77_ETRR2  0xF0065D16          MC 77 Error Tracking Register 2
MTU_MC77_ETRR3  0xF0065D18          MC 77 Error Tracking Register 3
MTU_MC77_ETRR4  0xF0065D1A          MC 77 Error Tracking Register 4
MTU_MC77_RDBFL0 0xF0065D60          MC 77 Read Data and Bit Flip Register 0
MTU_MC77_RDBFL1 0xF0065D62          MC 77 Read Data and Bit Flip Register 1
MTU_MC77_RDBFL2 0xF0065D64          MC 77 Read Data and Bit Flip Register 2
MTU_MC77_RDBFL3 0xF0065D66          MC 77 Read Data and Bit Flip Register 3
MTU_MC77_RDBFL4 0xF0065D68          MC 77 Read Data and Bit Flip Register 4
MTU_MC77_RDBFL5 0xF0065D6A          MC 77 Read Data and Bit Flip Register 5
MTU_MC77_RDBFL6 0xF0065D6C          MC 77 Read Data and Bit Flip Register 6
MTU_MC77_RDBFL7 0xF0065D6E          MC 77 Read Data and Bit Flip Register 7
MTU_MC77_RDBFL8 0xF0065D70          MC 77 Read Data and Bit Flip Register 8
MTU_MC77_RDBFL9 0xF0065D72          MC 77 Read Data and Bit Flip Register 9
MTU_MC77_RDBFL10 0xF0065D74          MC 77 Read Data and Bit Flip Register 10
MTU_MC77_RDBFL11 0xF0065D76          MC 77 Read Data and Bit Flip Register 11
MTU_MC77_RDBFL12 0xF0065D78          MC 77 Read Data and Bit Flip Register 12
MTU_MC77_RDBFL13 0xF0065D7A          MC 77 Read Data and Bit Flip Register 13
MTU_MC77_RDBFL14 0xF0065D7C          MC 77 Read Data and Bit Flip Register 14
MTU_MC77_RDBFL15 0xF0065D7E          MC 77 Read Data and Bit Flip Register 15
MTU_MC77_RDBFL16 0xF0065D80          MC 77 Read Data and Bit Flip Register 16
MTU_MC77_RDBFL17 0xF0065D82          MC 77 Read Data and Bit Flip Register 17
MTU_MC77_RDBFL18 0xF0065D84          MC 77 Read Data and Bit Flip Register 18
MTU_MC77_RDBFL19 0xF0065D86          MC 77 Read Data and Bit Flip Register 19
MTU_MC77_RDBFL20 0xF0065D88          MC 77 Read Data and Bit Flip Register 20
MTU_MC77_RDBFL21 0xF0065D8A          MC 77 Read Data and Bit Flip Register 21
MTU_MC77_RDBFL22 0xF0065D8C          MC 77 Read Data and Bit Flip Register 22
MTU_MC77_RDBFL23 0xF0065D8E          MC 77 Read Data and Bit Flip Register 23
MTU_MC77_RDBFL24 0xF0065D90          MC 77 Read Data and Bit Flip Register 24
MTU_MC77_RDBFL25 0xF0065D92          MC 77 Read Data and Bit Flip Register 25
MTU_MC77_RDBFL26 0xF0065D94          MC 77 Read Data and Bit Flip Register 26
MTU_MC77_RDBFL27 0xF0065D96          MC 77 Read Data and Bit Flip Register 27
MTU_MC77_RDBFL28 0xF0065D98          MC 77 Read Data and Bit Flip Register 28
MTU_MC77_RDBFL29 0xF0065D9A          MC 77 Read Data and Bit Flip Register 29
MTU_MC77_RDBFL30 0xF0065D9C          MC 77 Read Data and Bit Flip Register 30
MTU_MC77_RDBFL31 0xF0065D9E          MC 77 Read Data and Bit Flip Register 31
MTU_MC77_RDBFL32 0xF0065DA0          MC 77 Read Data and Bit Flip Register 32
MTU_MC77_RDBFL33 0xF0065DA2          MC 77 Read Data and Bit Flip Register 33
MTU_MC77_RDBFL34 0xF0065DA4          MC 77 Read Data and Bit Flip Register 34
MTU_MC77_RDBFL35 0xF0065DA6          MC 77 Read Data and Bit Flip Register 35
MTU_MC77_RDBFL36 0xF0065DA8          MC 77 Read Data and Bit Flip Register 36
MTU_MC77_RDBFL37 0xF0065DAA          MC 77 Read Data and Bit Flip Register 37
MTU_MC77_RDBFL38 0xF0065DAC          MC 77 Read Data and Bit Flip Register 38
MTU_MC77_RDBFL39 0xF0065DAE          MC 77 Read Data and Bit Flip Register 39
MTU_MC77_RDBFL40 0xF0065DB0          MC 77 Read Data and Bit Flip Register 40
MTU_MC77_RDBFL41 0xF0065DB2          MC 77 Read Data and Bit Flip Register 41
MTU_MC77_RDBFL42 0xF0065DB4          MC 77 Read Data and Bit Flip Register 42
MTU_MC77_RDBFL43 0xF0065DB6          MC 77 Read Data and Bit Flip Register 43
MTU_MC77_RDBFL44 0xF0065DB8          MC 77 Read Data and Bit Flip Register 44
MTU_MC77_RDBFL45 0xF0065DBA          MC 77 Read Data and Bit Flip Register 45
MTU_MC77_RDBFL46 0xF0065DBC          MC 77 Read Data and Bit Flip Register 46
MTU_MC77_RDBFL47 0xF0065DBE          MC 77 Read Data and Bit Flip Register 47
MTU_MC77_RDBFL48 0xF0065DC0          MC 77 Read Data and Bit Flip Register 48
MTU_MC77_RDBFL49 0xF0065DC2          MC 77 Read Data and Bit Flip Register 49
MTU_MC77_RDBFL50 0xF0065DC4          MC 77 Read Data and Bit Flip Register 50
MTU_MC77_RDBFL51 0xF0065DC6          MC 77 Read Data and Bit Flip Register 51
MTU_MC77_RDBFL52 0xF0065DC8          MC 77 Read Data and Bit Flip Register 52
MTU_MC77_RDBFL53 0xF0065DCA          MC 77 Read Data and Bit Flip Register 53
MTU_MC77_RDBFL54 0xF0065DCC          MC 77 Read Data and Bit Flip Register 54
MTU_MC77_RDBFL55 0xF0065DCE          MC 77 Read Data and Bit Flip Register 55
MTU_MC77_RDBFL56 0xF0065DD0          MC 77 Read Data and Bit Flip Register 56
MTU_MC77_RDBFL57 0xF0065DD2          MC 77 Read Data and Bit Flip Register 57
MTU_MC77_RDBFL58 0xF0065DD4          MC 77 Read Data and Bit Flip Register 58
MTU_MC77_RDBFL59 0xF0065DD6          MC 77 Read Data and Bit Flip Register 59
MTU_MC77_RDBFL60 0xF0065DD8          MC 77 Read Data and Bit Flip Register 60
MTU_MC77_RDBFL61 0xF0065DDA          MC 77 Read Data and Bit Flip Register 61
MTU_MC77_RDBFL62 0xF0065DDC          MC 77 Read Data and Bit Flip Register 62
MTU_MC77_RDBFL63 0xF0065DDE          MC 77 Read Data and Bit Flip Register 63
MTU_MC77_RDBFL64 0xF0065DE0          MC 77 Read Data and Bit Flip Register 64
MTU_MC77_RDBFL65 0xF0065DE2          MC 77 Read Data and Bit Flip Register 65
MTU_MC77_RDBFL66 0xF0065DE4          MC 77 Read Data and Bit Flip Register 66
MTU_MC77_ALMSRCS 0xF0065DEE          MC 77 Alarm Sources Configuration Register
MTU_MC77_FAULTSTS 0xF0065DF0          MC 77 SSH Safety Faults Status Register
MTU_MC77_ERRINFO0 0xF0065DF2          MC 77 Error Information Register 0
MTU_MC77_ERRINFO1 0xF0065DF4          MC 77 Error Information Register 1
MTU_MC77_ERRINFO2 0xF0065DF6          MC 77 Error Information Register 2
MTU_MC77_ERRINFO3 0xF0065DF8          MC 77 Error Information Register 3
MTU_MC77_ERRINFO4 0xF0065DFA          MC 77 Error Information Register 4
MTU_MC78_CONFIG0 0xF0065E00          MC 78 Configuration Register 0
MTU_MC78_CONFIG1 0xF0065E02          MC 78 Configuration Register 1
MTU_MC78_MCONTROL 0xF0065E04          MC 78 MBIST Control Register
MTU_MC78_MSTATUS 0xF0065E06          MC 78 Status Register
MTU_MC78_RANGE  0xF0065E08          MC 78 Range Register, single address mode
MTU_MC78_REVID  0xF0065E0C          MC 78 Revision ID Register
MTU_MC78_ECCS   0xF0065E0E          MC 78 ECC Safety Register
MTU_MC78_ECCD   0xF0065E10          MC 78 Memory ECC Detection Register
MTU_MC78_ETRR0  0xF0065E12          MC 78 Error Tracking Register 0
MTU_MC78_ETRR1  0xF0065E14          MC 78 Error Tracking Register 1
MTU_MC78_ETRR2  0xF0065E16          MC 78 Error Tracking Register 2
MTU_MC78_ETRR3  0xF0065E18          MC 78 Error Tracking Register 3
MTU_MC78_ETRR4  0xF0065E1A          MC 78 Error Tracking Register 4
MTU_MC78_RDBFL0 0xF0065E60          MC 78 Read Data and Bit Flip Register 0
MTU_MC78_RDBFL1 0xF0065E62          MC 78 Read Data and Bit Flip Register 1
MTU_MC78_RDBFL2 0xF0065E64          MC 78 Read Data and Bit Flip Register 2
MTU_MC78_RDBFL3 0xF0065E66          MC 78 Read Data and Bit Flip Register 3
MTU_MC78_RDBFL4 0xF0065E68          MC 78 Read Data and Bit Flip Register 4
MTU_MC78_RDBFL5 0xF0065E6A          MC 78 Read Data and Bit Flip Register 5
MTU_MC78_RDBFL6 0xF0065E6C          MC 78 Read Data and Bit Flip Register 6
MTU_MC78_RDBFL7 0xF0065E6E          MC 78 Read Data and Bit Flip Register 7
MTU_MC78_RDBFL8 0xF0065E70          MC 78 Read Data and Bit Flip Register 8
MTU_MC78_RDBFL9 0xF0065E72          MC 78 Read Data and Bit Flip Register 9
MTU_MC78_RDBFL10 0xF0065E74          MC 78 Read Data and Bit Flip Register 10
MTU_MC78_RDBFL11 0xF0065E76          MC 78 Read Data and Bit Flip Register 11
MTU_MC78_RDBFL12 0xF0065E78          MC 78 Read Data and Bit Flip Register 12
MTU_MC78_RDBFL13 0xF0065E7A          MC 78 Read Data and Bit Flip Register 13
MTU_MC78_RDBFL14 0xF0065E7C          MC 78 Read Data and Bit Flip Register 14
MTU_MC78_RDBFL15 0xF0065E7E          MC 78 Read Data and Bit Flip Register 15
MTU_MC78_RDBFL16 0xF0065E80          MC 78 Read Data and Bit Flip Register 16
MTU_MC78_RDBFL17 0xF0065E82          MC 78 Read Data and Bit Flip Register 17
MTU_MC78_RDBFL18 0xF0065E84          MC 78 Read Data and Bit Flip Register 18
MTU_MC78_RDBFL19 0xF0065E86          MC 78 Read Data and Bit Flip Register 19
MTU_MC78_RDBFL20 0xF0065E88          MC 78 Read Data and Bit Flip Register 20
MTU_MC78_RDBFL21 0xF0065E8A          MC 78 Read Data and Bit Flip Register 21
MTU_MC78_RDBFL22 0xF0065E8C          MC 78 Read Data and Bit Flip Register 22
MTU_MC78_RDBFL23 0xF0065E8E          MC 78 Read Data and Bit Flip Register 23
MTU_MC78_RDBFL24 0xF0065E90          MC 78 Read Data and Bit Flip Register 24
MTU_MC78_RDBFL25 0xF0065E92          MC 78 Read Data and Bit Flip Register 25
MTU_MC78_RDBFL26 0xF0065E94          MC 78 Read Data and Bit Flip Register 26
MTU_MC78_RDBFL27 0xF0065E96          MC 78 Read Data and Bit Flip Register 27
MTU_MC78_RDBFL28 0xF0065E98          MC 78 Read Data and Bit Flip Register 28
MTU_MC78_RDBFL29 0xF0065E9A          MC 78 Read Data and Bit Flip Register 29
MTU_MC78_RDBFL30 0xF0065E9C          MC 78 Read Data and Bit Flip Register 30
MTU_MC78_RDBFL31 0xF0065E9E          MC 78 Read Data and Bit Flip Register 31
MTU_MC78_RDBFL32 0xF0065EA0          MC 78 Read Data and Bit Flip Register 32
MTU_MC78_RDBFL33 0xF0065EA2          MC 78 Read Data and Bit Flip Register 33
MTU_MC78_RDBFL34 0xF0065EA4          MC 78 Read Data and Bit Flip Register 34
MTU_MC78_RDBFL35 0xF0065EA6          MC 78 Read Data and Bit Flip Register 35
MTU_MC78_RDBFL36 0xF0065EA8          MC 78 Read Data and Bit Flip Register 36
MTU_MC78_RDBFL37 0xF0065EAA          MC 78 Read Data and Bit Flip Register 37
MTU_MC78_RDBFL38 0xF0065EAC          MC 78 Read Data and Bit Flip Register 38
MTU_MC78_RDBFL39 0xF0065EAE          MC 78 Read Data and Bit Flip Register 39
MTU_MC78_RDBFL40 0xF0065EB0          MC 78 Read Data and Bit Flip Register 40
MTU_MC78_RDBFL41 0xF0065EB2          MC 78 Read Data and Bit Flip Register 41
MTU_MC78_RDBFL42 0xF0065EB4          MC 78 Read Data and Bit Flip Register 42
MTU_MC78_RDBFL43 0xF0065EB6          MC 78 Read Data and Bit Flip Register 43
MTU_MC78_RDBFL44 0xF0065EB8          MC 78 Read Data and Bit Flip Register 44
MTU_MC78_RDBFL45 0xF0065EBA          MC 78 Read Data and Bit Flip Register 45
MTU_MC78_RDBFL46 0xF0065EBC          MC 78 Read Data and Bit Flip Register 46
MTU_MC78_RDBFL47 0xF0065EBE          MC 78 Read Data and Bit Flip Register 47
MTU_MC78_RDBFL48 0xF0065EC0          MC 78 Read Data and Bit Flip Register 48
MTU_MC78_RDBFL49 0xF0065EC2          MC 78 Read Data and Bit Flip Register 49
MTU_MC78_RDBFL50 0xF0065EC4          MC 78 Read Data and Bit Flip Register 50
MTU_MC78_RDBFL51 0xF0065EC6          MC 78 Read Data and Bit Flip Register 51
MTU_MC78_RDBFL52 0xF0065EC8          MC 78 Read Data and Bit Flip Register 52
MTU_MC78_RDBFL53 0xF0065ECA          MC 78 Read Data and Bit Flip Register 53
MTU_MC78_RDBFL54 0xF0065ECC          MC 78 Read Data and Bit Flip Register 54
MTU_MC78_RDBFL55 0xF0065ECE          MC 78 Read Data and Bit Flip Register 55
MTU_MC78_RDBFL56 0xF0065ED0          MC 78 Read Data and Bit Flip Register 56
MTU_MC78_RDBFL57 0xF0065ED2          MC 78 Read Data and Bit Flip Register 57
MTU_MC78_RDBFL58 0xF0065ED4          MC 78 Read Data and Bit Flip Register 58
MTU_MC78_RDBFL59 0xF0065ED6          MC 78 Read Data and Bit Flip Register 59
MTU_MC78_RDBFL60 0xF0065ED8          MC 78 Read Data and Bit Flip Register 60
MTU_MC78_RDBFL61 0xF0065EDA          MC 78 Read Data and Bit Flip Register 61
MTU_MC78_RDBFL62 0xF0065EDC          MC 78 Read Data and Bit Flip Register 62
MTU_MC78_RDBFL63 0xF0065EDE          MC 78 Read Data and Bit Flip Register 63
MTU_MC78_RDBFL64 0xF0065EE0          MC 78 Read Data and Bit Flip Register 64
MTU_MC78_RDBFL65 0xF0065EE2          MC 78 Read Data and Bit Flip Register 65
MTU_MC78_RDBFL66 0xF0065EE4          MC 78 Read Data and Bit Flip Register 66
MTU_MC78_ALMSRCS 0xF0065EEE          MC 78 Alarm Sources Configuration Register
MTU_MC78_FAULTSTS 0xF0065EF0          MC 78 SSH Safety Faults Status Register
MTU_MC78_ERRINFO0 0xF0065EF2          MC 78 Error Information Register 0
MTU_MC78_ERRINFO1 0xF0065EF4          MC 78 Error Information Register 1
MTU_MC78_ERRINFO2 0xF0065EF6          MC 78 Error Information Register 2
MTU_MC78_ERRINFO3 0xF0065EF8          MC 78 Error Information Register 3
MTU_MC78_ERRINFO4 0xF0065EFA          MC 78 Error Information Register 4
MTU_MC79_CONFIG0 0xF0065F00          MC 79 Configuration Register 0
MTU_MC79_CONFIG1 0xF0065F02          MC 79 Configuration Register 1
MTU_MC79_MCONTROL 0xF0065F04          MC 79 MBIST Control Register
MTU_MC79_MSTATUS 0xF0065F06          MC 79 Status Register
MTU_MC79_RANGE  0xF0065F08          MC 79 Range Register, single address mode
MTU_MC79_REVID  0xF0065F0C          MC 79 Revision ID Register
MTU_MC79_ECCS   0xF0065F0E          MC 79 ECC Safety Register
MTU_MC79_ECCD   0xF0065F10          MC 79 Memory ECC Detection Register
MTU_MC79_ETRR0  0xF0065F12          MC 79 Error Tracking Register 0
MTU_MC79_ETRR1  0xF0065F14          MC 79 Error Tracking Register 1
MTU_MC79_ETRR2  0xF0065F16          MC 79 Error Tracking Register 2
MTU_MC79_ETRR3  0xF0065F18          MC 79 Error Tracking Register 3
MTU_MC79_ETRR4  0xF0065F1A          MC 79 Error Tracking Register 4
MTU_MC79_RDBFL0 0xF0065F60          MC 79 Read Data and Bit Flip Register 0
MTU_MC79_RDBFL1 0xF0065F62          MC 79 Read Data and Bit Flip Register 1
MTU_MC79_RDBFL2 0xF0065F64          MC 79 Read Data and Bit Flip Register 2
MTU_MC79_RDBFL3 0xF0065F66          MC 79 Read Data and Bit Flip Register 3
MTU_MC79_RDBFL4 0xF0065F68          MC 79 Read Data and Bit Flip Register 4
MTU_MC79_RDBFL5 0xF0065F6A          MC 79 Read Data and Bit Flip Register 5
MTU_MC79_RDBFL6 0xF0065F6C          MC 79 Read Data and Bit Flip Register 6
MTU_MC79_RDBFL7 0xF0065F6E          MC 79 Read Data and Bit Flip Register 7
MTU_MC79_RDBFL8 0xF0065F70          MC 79 Read Data and Bit Flip Register 8
MTU_MC79_RDBFL9 0xF0065F72          MC 79 Read Data and Bit Flip Register 9
MTU_MC79_RDBFL10 0xF0065F74          MC 79 Read Data and Bit Flip Register 10
MTU_MC79_RDBFL11 0xF0065F76          MC 79 Read Data and Bit Flip Register 11
MTU_MC79_RDBFL12 0xF0065F78          MC 79 Read Data and Bit Flip Register 12
MTU_MC79_RDBFL13 0xF0065F7A          MC 79 Read Data and Bit Flip Register 13
MTU_MC79_RDBFL14 0xF0065F7C          MC 79 Read Data and Bit Flip Register 14
MTU_MC79_RDBFL15 0xF0065F7E          MC 79 Read Data and Bit Flip Register 15
MTU_MC79_RDBFL16 0xF0065F80          MC 79 Read Data and Bit Flip Register 16
MTU_MC79_RDBFL17 0xF0065F82          MC 79 Read Data and Bit Flip Register 17
MTU_MC79_RDBFL18 0xF0065F84          MC 79 Read Data and Bit Flip Register 18
MTU_MC79_RDBFL19 0xF0065F86          MC 79 Read Data and Bit Flip Register 19
MTU_MC79_RDBFL20 0xF0065F88          MC 79 Read Data and Bit Flip Register 20
MTU_MC79_RDBFL21 0xF0065F8A          MC 79 Read Data and Bit Flip Register 21
MTU_MC79_RDBFL22 0xF0065F8C          MC 79 Read Data and Bit Flip Register 22
MTU_MC79_RDBFL23 0xF0065F8E          MC 79 Read Data and Bit Flip Register 23
MTU_MC79_RDBFL24 0xF0065F90          MC 79 Read Data and Bit Flip Register 24
MTU_MC79_RDBFL25 0xF0065F92          MC 79 Read Data and Bit Flip Register 25
MTU_MC79_RDBFL26 0xF0065F94          MC 79 Read Data and Bit Flip Register 26
MTU_MC79_RDBFL27 0xF0065F96          MC 79 Read Data and Bit Flip Register 27
MTU_MC79_RDBFL28 0xF0065F98          MC 79 Read Data and Bit Flip Register 28
MTU_MC79_RDBFL29 0xF0065F9A          MC 79 Read Data and Bit Flip Register 29
MTU_MC79_RDBFL30 0xF0065F9C          MC 79 Read Data and Bit Flip Register 30
MTU_MC79_RDBFL31 0xF0065F9E          MC 79 Read Data and Bit Flip Register 31
MTU_MC79_RDBFL32 0xF0065FA0          MC 79 Read Data and Bit Flip Register 32
MTU_MC79_RDBFL33 0xF0065FA2          MC 79 Read Data and Bit Flip Register 33
MTU_MC79_RDBFL34 0xF0065FA4          MC 79 Read Data and Bit Flip Register 34
MTU_MC79_RDBFL35 0xF0065FA6          MC 79 Read Data and Bit Flip Register 35
MTU_MC79_RDBFL36 0xF0065FA8          MC 79 Read Data and Bit Flip Register 36
MTU_MC79_RDBFL37 0xF0065FAA          MC 79 Read Data and Bit Flip Register 37
MTU_MC79_RDBFL38 0xF0065FAC          MC 79 Read Data and Bit Flip Register 38
MTU_MC79_RDBFL39 0xF0065FAE          MC 79 Read Data and Bit Flip Register 39
MTU_MC79_RDBFL40 0xF0065FB0          MC 79 Read Data and Bit Flip Register 40
MTU_MC79_RDBFL41 0xF0065FB2          MC 79 Read Data and Bit Flip Register 41
MTU_MC79_RDBFL42 0xF0065FB4          MC 79 Read Data and Bit Flip Register 42
MTU_MC79_RDBFL43 0xF0065FB6          MC 79 Read Data and Bit Flip Register 43
MTU_MC79_RDBFL44 0xF0065FB8          MC 79 Read Data and Bit Flip Register 44
MTU_MC79_RDBFL45 0xF0065FBA          MC 79 Read Data and Bit Flip Register 45
MTU_MC79_RDBFL46 0xF0065FBC          MC 79 Read Data and Bit Flip Register 46
MTU_MC79_RDBFL47 0xF0065FBE          MC 79 Read Data and Bit Flip Register 47
MTU_MC79_RDBFL48 0xF0065FC0          MC 79 Read Data and Bit Flip Register 48
MTU_MC79_RDBFL49 0xF0065FC2          MC 79 Read Data and Bit Flip Register 49
MTU_MC79_RDBFL50 0xF0065FC4          MC 79 Read Data and Bit Flip Register 50
MTU_MC79_RDBFL51 0xF0065FC6          MC 79 Read Data and Bit Flip Register 51
MTU_MC79_RDBFL52 0xF0065FC8          MC 79 Read Data and Bit Flip Register 52
MTU_MC79_RDBFL53 0xF0065FCA          MC 79 Read Data and Bit Flip Register 53
MTU_MC79_RDBFL54 0xF0065FCC          MC 79 Read Data and Bit Flip Register 54
MTU_MC79_RDBFL55 0xF0065FCE          MC 79 Read Data and Bit Flip Register 55
MTU_MC79_RDBFL56 0xF0065FD0          MC 79 Read Data and Bit Flip Register 56
MTU_MC79_RDBFL57 0xF0065FD2          MC 79 Read Data and Bit Flip Register 57
MTU_MC79_RDBFL58 0xF0065FD4          MC 79 Read Data and Bit Flip Register 58
MTU_MC79_RDBFL59 0xF0065FD6          MC 79 Read Data and Bit Flip Register 59
MTU_MC79_RDBFL60 0xF0065FD8          MC 79 Read Data and Bit Flip Register 60
MTU_MC79_RDBFL61 0xF0065FDA          MC 79 Read Data and Bit Flip Register 61
MTU_MC79_RDBFL62 0xF0065FDC          MC 79 Read Data and Bit Flip Register 62
MTU_MC79_RDBFL63 0xF0065FDE          MC 79 Read Data and Bit Flip Register 63
MTU_MC79_RDBFL64 0xF0065FE0          MC 79 Read Data and Bit Flip Register 64
MTU_MC79_RDBFL65 0xF0065FE2          MC 79 Read Data and Bit Flip Register 65
MTU_MC79_RDBFL66 0xF0065FE4          MC 79 Read Data and Bit Flip Register 66
MTU_MC79_ALMSRCS 0xF0065FEE          MC 79 Alarm Sources Configuration Register
MTU_MC79_FAULTSTS 0xF0065FF0          MC 79 SSH Safety Faults Status Register
MTU_MC79_ERRINFO0 0xF0065FF2          MC 79 Error Information Register 0
MTU_MC79_ERRINFO1 0xF0065FF4          MC 79 Error Information Register 1
MTU_MC79_ERRINFO2 0xF0065FF6          MC 79 Error Information Register 2
MTU_MC79_ERRINFO3 0xF0065FF8          MC 79 Error Information Register 3
MTU_MC79_ERRINFO4 0xF0065FFA          MC 79 Error Information Register 4
MTU_MC80_CONFIG0 0xF0066000          MC 80 Configuration Register 0
MTU_MC80_CONFIG1 0xF0066002          MC 80 Configuration Register 1
MTU_MC80_MCONTROL 0xF0066004          MC 80 MBIST Control Register
MTU_MC80_MSTATUS 0xF0066006          MC 80 Status Register
MTU_MC80_RANGE  0xF0066008          MC 80 Range Register, single address mode
MTU_MC80_REVID  0xF006600C          MC 80 Revision ID Register
MTU_MC80_ECCS   0xF006600E          MC 80 ECC Safety Register
MTU_MC80_ECCD   0xF0066010          MC 80 Memory ECC Detection Register
MTU_MC80_ETRR0  0xF0066012          MC 80 Error Tracking Register 0
MTU_MC80_ETRR1  0xF0066014          MC 80 Error Tracking Register 1
MTU_MC80_ETRR2  0xF0066016          MC 80 Error Tracking Register 2
MTU_MC80_ETRR3  0xF0066018          MC 80 Error Tracking Register 3
MTU_MC80_ETRR4  0xF006601A          MC 80 Error Tracking Register 4
MTU_MC80_RDBFL0 0xF0066060          MC 80 Read Data and Bit Flip Register 0
MTU_MC80_RDBFL1 0xF0066062          MC 80 Read Data and Bit Flip Register 1
MTU_MC80_RDBFL2 0xF0066064          MC 80 Read Data and Bit Flip Register 2
MTU_MC80_RDBFL3 0xF0066066          MC 80 Read Data and Bit Flip Register 3
MTU_MC80_RDBFL4 0xF0066068          MC 80 Read Data and Bit Flip Register 4
MTU_MC80_RDBFL5 0xF006606A          MC 80 Read Data and Bit Flip Register 5
MTU_MC80_RDBFL6 0xF006606C          MC 80 Read Data and Bit Flip Register 6
MTU_MC80_RDBFL7 0xF006606E          MC 80 Read Data and Bit Flip Register 7
MTU_MC80_RDBFL8 0xF0066070          MC 80 Read Data and Bit Flip Register 8
MTU_MC80_RDBFL9 0xF0066072          MC 80 Read Data and Bit Flip Register 9
MTU_MC80_RDBFL10 0xF0066074          MC 80 Read Data and Bit Flip Register 10
MTU_MC80_RDBFL11 0xF0066076          MC 80 Read Data and Bit Flip Register 11
MTU_MC80_RDBFL12 0xF0066078          MC 80 Read Data and Bit Flip Register 12
MTU_MC80_RDBFL13 0xF006607A          MC 80 Read Data and Bit Flip Register 13
MTU_MC80_RDBFL14 0xF006607C          MC 80 Read Data and Bit Flip Register 14
MTU_MC80_RDBFL15 0xF006607E          MC 80 Read Data and Bit Flip Register 15
MTU_MC80_RDBFL16 0xF0066080          MC 80 Read Data and Bit Flip Register 16
MTU_MC80_RDBFL17 0xF0066082          MC 80 Read Data and Bit Flip Register 17
MTU_MC80_RDBFL18 0xF0066084          MC 80 Read Data and Bit Flip Register 18
MTU_MC80_RDBFL19 0xF0066086          MC 80 Read Data and Bit Flip Register 19
MTU_MC80_RDBFL20 0xF0066088          MC 80 Read Data and Bit Flip Register 20
MTU_MC80_RDBFL21 0xF006608A          MC 80 Read Data and Bit Flip Register 21
MTU_MC80_RDBFL22 0xF006608C          MC 80 Read Data and Bit Flip Register 22
MTU_MC80_RDBFL23 0xF006608E          MC 80 Read Data and Bit Flip Register 23
MTU_MC80_RDBFL24 0xF0066090          MC 80 Read Data and Bit Flip Register 24
MTU_MC80_RDBFL25 0xF0066092          MC 80 Read Data and Bit Flip Register 25
MTU_MC80_RDBFL26 0xF0066094          MC 80 Read Data and Bit Flip Register 26
MTU_MC80_RDBFL27 0xF0066096          MC 80 Read Data and Bit Flip Register 27
MTU_MC80_RDBFL28 0xF0066098          MC 80 Read Data and Bit Flip Register 28
MTU_MC80_RDBFL29 0xF006609A          MC 80 Read Data and Bit Flip Register 29
MTU_MC80_RDBFL30 0xF006609C          MC 80 Read Data and Bit Flip Register 30
MTU_MC80_RDBFL31 0xF006609E          MC 80 Read Data and Bit Flip Register 31
MTU_MC80_RDBFL32 0xF00660A0          MC 80 Read Data and Bit Flip Register 32
MTU_MC80_RDBFL33 0xF00660A2          MC 80 Read Data and Bit Flip Register 33
MTU_MC80_RDBFL34 0xF00660A4          MC 80 Read Data and Bit Flip Register 34
MTU_MC80_RDBFL35 0xF00660A6          MC 80 Read Data and Bit Flip Register 35
MTU_MC80_RDBFL36 0xF00660A8          MC 80 Read Data and Bit Flip Register 36
MTU_MC80_RDBFL37 0xF00660AA          MC 80 Read Data and Bit Flip Register 37
MTU_MC80_RDBFL38 0xF00660AC          MC 80 Read Data and Bit Flip Register 38
MTU_MC80_RDBFL39 0xF00660AE          MC 80 Read Data and Bit Flip Register 39
MTU_MC80_RDBFL40 0xF00660B0          MC 80 Read Data and Bit Flip Register 40
MTU_MC80_RDBFL41 0xF00660B2          MC 80 Read Data and Bit Flip Register 41
MTU_MC80_RDBFL42 0xF00660B4          MC 80 Read Data and Bit Flip Register 42
MTU_MC80_RDBFL43 0xF00660B6          MC 80 Read Data and Bit Flip Register 43
MTU_MC80_RDBFL44 0xF00660B8          MC 80 Read Data and Bit Flip Register 44
MTU_MC80_RDBFL45 0xF00660BA          MC 80 Read Data and Bit Flip Register 45
MTU_MC80_RDBFL46 0xF00660BC          MC 80 Read Data and Bit Flip Register 46
MTU_MC80_RDBFL47 0xF00660BE          MC 80 Read Data and Bit Flip Register 47
MTU_MC80_RDBFL48 0xF00660C0          MC 80 Read Data and Bit Flip Register 48
MTU_MC80_RDBFL49 0xF00660C2          MC 80 Read Data and Bit Flip Register 49
MTU_MC80_RDBFL50 0xF00660C4          MC 80 Read Data and Bit Flip Register 50
MTU_MC80_RDBFL51 0xF00660C6          MC 80 Read Data and Bit Flip Register 51
MTU_MC80_RDBFL52 0xF00660C8          MC 80 Read Data and Bit Flip Register 52
MTU_MC80_RDBFL53 0xF00660CA          MC 80 Read Data and Bit Flip Register 53
MTU_MC80_RDBFL54 0xF00660CC          MC 80 Read Data and Bit Flip Register 54
MTU_MC80_RDBFL55 0xF00660CE          MC 80 Read Data and Bit Flip Register 55
MTU_MC80_RDBFL56 0xF00660D0          MC 80 Read Data and Bit Flip Register 56
MTU_MC80_RDBFL57 0xF00660D2          MC 80 Read Data and Bit Flip Register 57
MTU_MC80_RDBFL58 0xF00660D4          MC 80 Read Data and Bit Flip Register 58
MTU_MC80_RDBFL59 0xF00660D6          MC 80 Read Data and Bit Flip Register 59
MTU_MC80_RDBFL60 0xF00660D8          MC 80 Read Data and Bit Flip Register 60
MTU_MC80_RDBFL61 0xF00660DA          MC 80 Read Data and Bit Flip Register 61
MTU_MC80_RDBFL62 0xF00660DC          MC 80 Read Data and Bit Flip Register 62
MTU_MC80_RDBFL63 0xF00660DE          MC 80 Read Data and Bit Flip Register 63
MTU_MC80_RDBFL64 0xF00660E0          MC 80 Read Data and Bit Flip Register 64
MTU_MC80_RDBFL65 0xF00660E2          MC 80 Read Data and Bit Flip Register 65
MTU_MC80_RDBFL66 0xF00660E4          MC 80 Read Data and Bit Flip Register 66
MTU_MC80_ALMSRCS 0xF00660EE          MC 80 Alarm Sources Configuration Register
MTU_MC80_FAULTSTS 0xF00660F0          MC 80 SSH Safety Faults Status Register
MTU_MC80_ERRINFO0 0xF00660F2          MC 80 Error Information Register 0
MTU_MC80_ERRINFO1 0xF00660F4          MC 80 Error Information Register 1
MTU_MC80_ERRINFO2 0xF00660F6          MC 80 Error Information Register 2
MTU_MC80_ERRINFO3 0xF00660F8          MC 80 Error Information Register 3
MTU_MC80_ERRINFO4 0xF00660FA          MC 80 Error Information Register 4
MTU_MC81_CONFIG0 0xF0066100          MC 81 Configuration Register 0
MTU_MC81_CONFIG1 0xF0066102          MC 81 Configuration Register 1
MTU_MC81_MCONTROL 0xF0066104          MC 81 MBIST Control Register
MTU_MC81_MSTATUS 0xF0066106          MC 81 Status Register
MTU_MC81_RANGE  0xF0066108          MC 81 Range Register, single address mode
MTU_MC81_REVID  0xF006610C          MC 81 Revision ID Register
MTU_MC81_ECCS   0xF006610E          MC 81 ECC Safety Register
MTU_MC81_ECCD   0xF0066110          MC 81 Memory ECC Detection Register
MTU_MC81_ETRR0  0xF0066112          MC 81 Error Tracking Register 0
MTU_MC81_ETRR1  0xF0066114          MC 81 Error Tracking Register 1
MTU_MC81_ETRR2  0xF0066116          MC 81 Error Tracking Register 2
MTU_MC81_ETRR3  0xF0066118          MC 81 Error Tracking Register 3
MTU_MC81_ETRR4  0xF006611A          MC 81 Error Tracking Register 4
MTU_MC81_RDBFL0 0xF0066160          MC 81 Read Data and Bit Flip Register 0
MTU_MC81_RDBFL1 0xF0066162          MC 81 Read Data and Bit Flip Register 1
MTU_MC81_RDBFL2 0xF0066164          MC 81 Read Data and Bit Flip Register 2
MTU_MC81_RDBFL3 0xF0066166          MC 81 Read Data and Bit Flip Register 3
MTU_MC81_RDBFL4 0xF0066168          MC 81 Read Data and Bit Flip Register 4
MTU_MC81_RDBFL5 0xF006616A          MC 81 Read Data and Bit Flip Register 5
MTU_MC81_RDBFL6 0xF006616C          MC 81 Read Data and Bit Flip Register 6
MTU_MC81_RDBFL7 0xF006616E          MC 81 Read Data and Bit Flip Register 7
MTU_MC81_RDBFL8 0xF0066170          MC 81 Read Data and Bit Flip Register 8
MTU_MC81_RDBFL9 0xF0066172          MC 81 Read Data and Bit Flip Register 9
MTU_MC81_RDBFL10 0xF0066174          MC 81 Read Data and Bit Flip Register 10
MTU_MC81_RDBFL11 0xF0066176          MC 81 Read Data and Bit Flip Register 11
MTU_MC81_RDBFL12 0xF0066178          MC 81 Read Data and Bit Flip Register 12
MTU_MC81_RDBFL13 0xF006617A          MC 81 Read Data and Bit Flip Register 13
MTU_MC81_RDBFL14 0xF006617C          MC 81 Read Data and Bit Flip Register 14
MTU_MC81_RDBFL15 0xF006617E          MC 81 Read Data and Bit Flip Register 15
MTU_MC81_RDBFL16 0xF0066180          MC 81 Read Data and Bit Flip Register 16
MTU_MC81_RDBFL17 0xF0066182          MC 81 Read Data and Bit Flip Register 17
MTU_MC81_RDBFL18 0xF0066184          MC 81 Read Data and Bit Flip Register 18
MTU_MC81_RDBFL19 0xF0066186          MC 81 Read Data and Bit Flip Register 19
MTU_MC81_RDBFL20 0xF0066188          MC 81 Read Data and Bit Flip Register 20
MTU_MC81_RDBFL21 0xF006618A          MC 81 Read Data and Bit Flip Register 21
MTU_MC81_RDBFL22 0xF006618C          MC 81 Read Data and Bit Flip Register 22
MTU_MC81_RDBFL23 0xF006618E          MC 81 Read Data and Bit Flip Register 23
MTU_MC81_RDBFL24 0xF0066190          MC 81 Read Data and Bit Flip Register 24
MTU_MC81_RDBFL25 0xF0066192          MC 81 Read Data and Bit Flip Register 25
MTU_MC81_RDBFL26 0xF0066194          MC 81 Read Data and Bit Flip Register 26
MTU_MC81_RDBFL27 0xF0066196          MC 81 Read Data and Bit Flip Register 27
MTU_MC81_RDBFL28 0xF0066198          MC 81 Read Data and Bit Flip Register 28
MTU_MC81_RDBFL29 0xF006619A          MC 81 Read Data and Bit Flip Register 29
MTU_MC81_RDBFL30 0xF006619C          MC 81 Read Data and Bit Flip Register 30
MTU_MC81_RDBFL31 0xF006619E          MC 81 Read Data and Bit Flip Register 31
MTU_MC81_RDBFL32 0xF00661A0          MC 81 Read Data and Bit Flip Register 32
MTU_MC81_RDBFL33 0xF00661A2          MC 81 Read Data and Bit Flip Register 33
MTU_MC81_RDBFL34 0xF00661A4          MC 81 Read Data and Bit Flip Register 34
MTU_MC81_RDBFL35 0xF00661A6          MC 81 Read Data and Bit Flip Register 35
MTU_MC81_RDBFL36 0xF00661A8          MC 81 Read Data and Bit Flip Register 36
MTU_MC81_RDBFL37 0xF00661AA          MC 81 Read Data and Bit Flip Register 37
MTU_MC81_RDBFL38 0xF00661AC          MC 81 Read Data and Bit Flip Register 38
MTU_MC81_RDBFL39 0xF00661AE          MC 81 Read Data and Bit Flip Register 39
MTU_MC81_RDBFL40 0xF00661B0          MC 81 Read Data and Bit Flip Register 40
MTU_MC81_RDBFL41 0xF00661B2          MC 81 Read Data and Bit Flip Register 41
MTU_MC81_RDBFL42 0xF00661B4          MC 81 Read Data and Bit Flip Register 42
MTU_MC81_RDBFL43 0xF00661B6          MC 81 Read Data and Bit Flip Register 43
MTU_MC81_RDBFL44 0xF00661B8          MC 81 Read Data and Bit Flip Register 44
MTU_MC81_RDBFL45 0xF00661BA          MC 81 Read Data and Bit Flip Register 45
MTU_MC81_RDBFL46 0xF00661BC          MC 81 Read Data and Bit Flip Register 46
MTU_MC81_RDBFL47 0xF00661BE          MC 81 Read Data and Bit Flip Register 47
MTU_MC81_RDBFL48 0xF00661C0          MC 81 Read Data and Bit Flip Register 48
MTU_MC81_RDBFL49 0xF00661C2          MC 81 Read Data and Bit Flip Register 49
MTU_MC81_RDBFL50 0xF00661C4          MC 81 Read Data and Bit Flip Register 50
MTU_MC81_RDBFL51 0xF00661C6          MC 81 Read Data and Bit Flip Register 51
MTU_MC81_RDBFL52 0xF00661C8          MC 81 Read Data and Bit Flip Register 52
MTU_MC81_RDBFL53 0xF00661CA          MC 81 Read Data and Bit Flip Register 53
MTU_MC81_RDBFL54 0xF00661CC          MC 81 Read Data and Bit Flip Register 54
MTU_MC81_RDBFL55 0xF00661CE          MC 81 Read Data and Bit Flip Register 55
MTU_MC81_RDBFL56 0xF00661D0          MC 81 Read Data and Bit Flip Register 56
MTU_MC81_RDBFL57 0xF00661D2          MC 81 Read Data and Bit Flip Register 57
MTU_MC81_RDBFL58 0xF00661D4          MC 81 Read Data and Bit Flip Register 58
MTU_MC81_RDBFL59 0xF00661D6          MC 81 Read Data and Bit Flip Register 59
MTU_MC81_RDBFL60 0xF00661D8          MC 81 Read Data and Bit Flip Register 60
MTU_MC81_RDBFL61 0xF00661DA          MC 81 Read Data and Bit Flip Register 61
MTU_MC81_RDBFL62 0xF00661DC          MC 81 Read Data and Bit Flip Register 62
MTU_MC81_RDBFL63 0xF00661DE          MC 81 Read Data and Bit Flip Register 63
MTU_MC81_RDBFL64 0xF00661E0          MC 81 Read Data and Bit Flip Register 64
MTU_MC81_RDBFL65 0xF00661E2          MC 81 Read Data and Bit Flip Register 65
MTU_MC81_RDBFL66 0xF00661E4          MC 81 Read Data and Bit Flip Register 66
MTU_MC81_ALMSRCS 0xF00661EE          MC 81 Alarm Sources Configuration Register
MTU_MC81_FAULTSTS 0xF00661F0          MC 81 SSH Safety Faults Status Register
MTU_MC81_ERRINFO0 0xF00661F2          MC 81 Error Information Register 0
MTU_MC81_ERRINFO1 0xF00661F4          MC 81 Error Information Register 1
MTU_MC81_ERRINFO2 0xF00661F6          MC 81 Error Information Register 2
MTU_MC81_ERRINFO3 0xF00661F8          MC 81 Error Information Register 3
MTU_MC81_ERRINFO4 0xF00661FA          MC 81 Error Information Register 4
MTU_MC82_CONFIG0 0xF0066200          MC 82 Configuration Register 0
MTU_MC82_CONFIG1 0xF0066202          MC 82 Configuration Register 1
MTU_MC82_MCONTROL 0xF0066204          MC 82 MBIST Control Register
MTU_MC82_MSTATUS 0xF0066206          MC 82 Status Register
MTU_MC82_RANGE  0xF0066208          MC 82 Range Register, single address mode
MTU_MC82_REVID  0xF006620C          MC 82 Revision ID Register
MTU_MC82_ECCS   0xF006620E          MC 82 ECC Safety Register
MTU_MC82_ECCD   0xF0066210          MC 82 Memory ECC Detection Register
MTU_MC82_ETRR0  0xF0066212          MC 82 Error Tracking Register 0
MTU_MC82_ETRR1  0xF0066214          MC 82 Error Tracking Register 1
MTU_MC82_ETRR2  0xF0066216          MC 82 Error Tracking Register 2
MTU_MC82_ETRR3  0xF0066218          MC 82 Error Tracking Register 3
MTU_MC82_ETRR4  0xF006621A          MC 82 Error Tracking Register 4
MTU_MC82_RDBFL0 0xF0066260          MC 82 Read Data and Bit Flip Register 0
MTU_MC82_RDBFL1 0xF0066262          MC 82 Read Data and Bit Flip Register 1
MTU_MC82_RDBFL2 0xF0066264          MC 82 Read Data and Bit Flip Register 2
MTU_MC82_RDBFL3 0xF0066266          MC 82 Read Data and Bit Flip Register 3
MTU_MC82_RDBFL4 0xF0066268          MC 82 Read Data and Bit Flip Register 4
MTU_MC82_RDBFL5 0xF006626A          MC 82 Read Data and Bit Flip Register 5
MTU_MC82_RDBFL6 0xF006626C          MC 82 Read Data and Bit Flip Register 6
MTU_MC82_RDBFL7 0xF006626E          MC 82 Read Data and Bit Flip Register 7
MTU_MC82_RDBFL8 0xF0066270          MC 82 Read Data and Bit Flip Register 8
MTU_MC82_RDBFL9 0xF0066272          MC 82 Read Data and Bit Flip Register 9
MTU_MC82_RDBFL10 0xF0066274          MC 82 Read Data and Bit Flip Register 10
MTU_MC82_RDBFL11 0xF0066276          MC 82 Read Data and Bit Flip Register 11
MTU_MC82_RDBFL12 0xF0066278          MC 82 Read Data and Bit Flip Register 12
MTU_MC82_RDBFL13 0xF006627A          MC 82 Read Data and Bit Flip Register 13
MTU_MC82_RDBFL14 0xF006627C          MC 82 Read Data and Bit Flip Register 14
MTU_MC82_RDBFL15 0xF006627E          MC 82 Read Data and Bit Flip Register 15
MTU_MC82_RDBFL16 0xF0066280          MC 82 Read Data and Bit Flip Register 16
MTU_MC82_RDBFL17 0xF0066282          MC 82 Read Data and Bit Flip Register 17
MTU_MC82_RDBFL18 0xF0066284          MC 82 Read Data and Bit Flip Register 18
MTU_MC82_RDBFL19 0xF0066286          MC 82 Read Data and Bit Flip Register 19
MTU_MC82_RDBFL20 0xF0066288          MC 82 Read Data and Bit Flip Register 20
MTU_MC82_RDBFL21 0xF006628A          MC 82 Read Data and Bit Flip Register 21
MTU_MC82_RDBFL22 0xF006628C          MC 82 Read Data and Bit Flip Register 22
MTU_MC82_RDBFL23 0xF006628E          MC 82 Read Data and Bit Flip Register 23
MTU_MC82_RDBFL24 0xF0066290          MC 82 Read Data and Bit Flip Register 24
MTU_MC82_RDBFL25 0xF0066292          MC 82 Read Data and Bit Flip Register 25
MTU_MC82_RDBFL26 0xF0066294          MC 82 Read Data and Bit Flip Register 26
MTU_MC82_RDBFL27 0xF0066296          MC 82 Read Data and Bit Flip Register 27
MTU_MC82_RDBFL28 0xF0066298          MC 82 Read Data and Bit Flip Register 28
MTU_MC82_RDBFL29 0xF006629A          MC 82 Read Data and Bit Flip Register 29
MTU_MC82_RDBFL30 0xF006629C          MC 82 Read Data and Bit Flip Register 30
MTU_MC82_RDBFL31 0xF006629E          MC 82 Read Data and Bit Flip Register 31
MTU_MC82_RDBFL32 0xF00662A0          MC 82 Read Data and Bit Flip Register 32
MTU_MC82_RDBFL33 0xF00662A2          MC 82 Read Data and Bit Flip Register 33
MTU_MC82_RDBFL34 0xF00662A4          MC 82 Read Data and Bit Flip Register 34
MTU_MC82_RDBFL35 0xF00662A6          MC 82 Read Data and Bit Flip Register 35
MTU_MC82_RDBFL36 0xF00662A8          MC 82 Read Data and Bit Flip Register 36
MTU_MC82_RDBFL37 0xF00662AA          MC 82 Read Data and Bit Flip Register 37
MTU_MC82_RDBFL38 0xF00662AC          MC 82 Read Data and Bit Flip Register 38
MTU_MC82_RDBFL39 0xF00662AE          MC 82 Read Data and Bit Flip Register 39
MTU_MC82_RDBFL40 0xF00662B0          MC 82 Read Data and Bit Flip Register 40
MTU_MC82_RDBFL41 0xF00662B2          MC 82 Read Data and Bit Flip Register 41
MTU_MC82_RDBFL42 0xF00662B4          MC 82 Read Data and Bit Flip Register 42
MTU_MC82_RDBFL43 0xF00662B6          MC 82 Read Data and Bit Flip Register 43
MTU_MC82_RDBFL44 0xF00662B8          MC 82 Read Data and Bit Flip Register 44
MTU_MC82_RDBFL45 0xF00662BA          MC 82 Read Data and Bit Flip Register 45
MTU_MC82_RDBFL46 0xF00662BC          MC 82 Read Data and Bit Flip Register 46
MTU_MC82_RDBFL47 0xF00662BE          MC 82 Read Data and Bit Flip Register 47
MTU_MC82_RDBFL48 0xF00662C0          MC 82 Read Data and Bit Flip Register 48
MTU_MC82_RDBFL49 0xF00662C2          MC 82 Read Data and Bit Flip Register 49
MTU_MC82_RDBFL50 0xF00662C4          MC 82 Read Data and Bit Flip Register 50
MTU_MC82_RDBFL51 0xF00662C6          MC 82 Read Data and Bit Flip Register 51
MTU_MC82_RDBFL52 0xF00662C8          MC 82 Read Data and Bit Flip Register 52
MTU_MC82_RDBFL53 0xF00662CA          MC 82 Read Data and Bit Flip Register 53
MTU_MC82_RDBFL54 0xF00662CC          MC 82 Read Data and Bit Flip Register 54
MTU_MC82_RDBFL55 0xF00662CE          MC 82 Read Data and Bit Flip Register 55
MTU_MC82_RDBFL56 0xF00662D0          MC 82 Read Data and Bit Flip Register 56
MTU_MC82_RDBFL57 0xF00662D2          MC 82 Read Data and Bit Flip Register 57
MTU_MC82_RDBFL58 0xF00662D4          MC 82 Read Data and Bit Flip Register 58
MTU_MC82_RDBFL59 0xF00662D6          MC 82 Read Data and Bit Flip Register 59
MTU_MC82_RDBFL60 0xF00662D8          MC 82 Read Data and Bit Flip Register 60
MTU_MC82_RDBFL61 0xF00662DA          MC 82 Read Data and Bit Flip Register 61
MTU_MC82_RDBFL62 0xF00662DC          MC 82 Read Data and Bit Flip Register 62
MTU_MC82_RDBFL63 0xF00662DE          MC 82 Read Data and Bit Flip Register 63
MTU_MC82_RDBFL64 0xF00662E0          MC 82 Read Data and Bit Flip Register 64
MTU_MC82_RDBFL65 0xF00662E2          MC 82 Read Data and Bit Flip Register 65
MTU_MC82_RDBFL66 0xF00662E4          MC 82 Read Data and Bit Flip Register 66
MTU_MC82_ALMSRCS 0xF00662EE          MC 82 Alarm Sources Configuration Register
MTU_MC82_FAULTSTS 0xF00662F0          MC 82 SSH Safety Faults Status Register
MTU_MC82_ERRINFO0 0xF00662F2          MC 82 Error Information Register 0
MTU_MC82_ERRINFO1 0xF00662F4          MC 82 Error Information Register 1
MTU_MC82_ERRINFO2 0xF00662F6          MC 82 Error Information Register 2
MTU_MC82_ERRINFO3 0xF00662F8          MC 82 Error Information Register 3
MTU_MC82_ERRINFO4 0xF00662FA          MC 82 Error Information Register 4
MTU_MC83_CONFIG0 0xF0066300          MC 83 Configuration Register 0
MTU_MC83_CONFIG1 0xF0066302          MC 83 Configuration Register 1
MTU_MC83_MCONTROL 0xF0066304          MC 83 MBIST Control Register
MTU_MC83_MSTATUS 0xF0066306          MC 83 Status Register
MTU_MC83_RANGE  0xF0066308          MC 83 Range Register, single address mode
MTU_MC83_REVID  0xF006630C          MC 83 Revision ID Register
MTU_MC83_ECCS   0xF006630E          MC 83 ECC Safety Register
MTU_MC83_ECCD   0xF0066310          MC 83 Memory ECC Detection Register
MTU_MC83_ETRR0  0xF0066312          MC 83 Error Tracking Register 0
MTU_MC83_ETRR1  0xF0066314          MC 83 Error Tracking Register 1
MTU_MC83_ETRR2  0xF0066316          MC 83 Error Tracking Register 2
MTU_MC83_ETRR3  0xF0066318          MC 83 Error Tracking Register 3
MTU_MC83_ETRR4  0xF006631A          MC 83 Error Tracking Register 4
MTU_MC83_RDBFL0 0xF0066360          MC 83 Read Data and Bit Flip Register 0
MTU_MC83_RDBFL1 0xF0066362          MC 83 Read Data and Bit Flip Register 1
MTU_MC83_RDBFL2 0xF0066364          MC 83 Read Data and Bit Flip Register 2
MTU_MC83_RDBFL3 0xF0066366          MC 83 Read Data and Bit Flip Register 3
MTU_MC83_RDBFL4 0xF0066368          MC 83 Read Data and Bit Flip Register 4
MTU_MC83_RDBFL5 0xF006636A          MC 83 Read Data and Bit Flip Register 5
MTU_MC83_RDBFL6 0xF006636C          MC 83 Read Data and Bit Flip Register 6
MTU_MC83_RDBFL7 0xF006636E          MC 83 Read Data and Bit Flip Register 7
MTU_MC83_RDBFL8 0xF0066370          MC 83 Read Data and Bit Flip Register 8
MTU_MC83_RDBFL9 0xF0066372          MC 83 Read Data and Bit Flip Register 9
MTU_MC83_RDBFL10 0xF0066374          MC 83 Read Data and Bit Flip Register 10
MTU_MC83_RDBFL11 0xF0066376          MC 83 Read Data and Bit Flip Register 11
MTU_MC83_RDBFL12 0xF0066378          MC 83 Read Data and Bit Flip Register 12
MTU_MC83_RDBFL13 0xF006637A          MC 83 Read Data and Bit Flip Register 13
MTU_MC83_RDBFL14 0xF006637C          MC 83 Read Data and Bit Flip Register 14
MTU_MC83_RDBFL15 0xF006637E          MC 83 Read Data and Bit Flip Register 15
MTU_MC83_RDBFL16 0xF0066380          MC 83 Read Data and Bit Flip Register 16
MTU_MC83_RDBFL17 0xF0066382          MC 83 Read Data and Bit Flip Register 17
MTU_MC83_RDBFL18 0xF0066384          MC 83 Read Data and Bit Flip Register 18
MTU_MC83_RDBFL19 0xF0066386          MC 83 Read Data and Bit Flip Register 19
MTU_MC83_RDBFL20 0xF0066388          MC 83 Read Data and Bit Flip Register 20
MTU_MC83_RDBFL21 0xF006638A          MC 83 Read Data and Bit Flip Register 21
MTU_MC83_RDBFL22 0xF006638C          MC 83 Read Data and Bit Flip Register 22
MTU_MC83_RDBFL23 0xF006638E          MC 83 Read Data and Bit Flip Register 23
MTU_MC83_RDBFL24 0xF0066390          MC 83 Read Data and Bit Flip Register 24
MTU_MC83_RDBFL25 0xF0066392          MC 83 Read Data and Bit Flip Register 25
MTU_MC83_RDBFL26 0xF0066394          MC 83 Read Data and Bit Flip Register 26
MTU_MC83_RDBFL27 0xF0066396          MC 83 Read Data and Bit Flip Register 27
MTU_MC83_RDBFL28 0xF0066398          MC 83 Read Data and Bit Flip Register 28
MTU_MC83_RDBFL29 0xF006639A          MC 83 Read Data and Bit Flip Register 29
MTU_MC83_RDBFL30 0xF006639C          MC 83 Read Data and Bit Flip Register 30
MTU_MC83_RDBFL31 0xF006639E          MC 83 Read Data and Bit Flip Register 31
MTU_MC83_RDBFL32 0xF00663A0          MC 83 Read Data and Bit Flip Register 32
MTU_MC83_RDBFL33 0xF00663A2          MC 83 Read Data and Bit Flip Register 33
MTU_MC83_RDBFL34 0xF00663A4          MC 83 Read Data and Bit Flip Register 34
MTU_MC83_RDBFL35 0xF00663A6          MC 83 Read Data and Bit Flip Register 35
MTU_MC83_RDBFL36 0xF00663A8          MC 83 Read Data and Bit Flip Register 36
MTU_MC83_RDBFL37 0xF00663AA          MC 83 Read Data and Bit Flip Register 37
MTU_MC83_RDBFL38 0xF00663AC          MC 83 Read Data and Bit Flip Register 38
MTU_MC83_RDBFL39 0xF00663AE          MC 83 Read Data and Bit Flip Register 39
MTU_MC83_RDBFL40 0xF00663B0          MC 83 Read Data and Bit Flip Register 40
MTU_MC83_RDBFL41 0xF00663B2          MC 83 Read Data and Bit Flip Register 41
MTU_MC83_RDBFL42 0xF00663B4          MC 83 Read Data and Bit Flip Register 42
MTU_MC83_RDBFL43 0xF00663B6          MC 83 Read Data and Bit Flip Register 43
MTU_MC83_RDBFL44 0xF00663B8          MC 83 Read Data and Bit Flip Register 44
MTU_MC83_RDBFL45 0xF00663BA          MC 83 Read Data and Bit Flip Register 45
MTU_MC83_RDBFL46 0xF00663BC          MC 83 Read Data and Bit Flip Register 46
MTU_MC83_RDBFL47 0xF00663BE          MC 83 Read Data and Bit Flip Register 47
MTU_MC83_RDBFL48 0xF00663C0          MC 83 Read Data and Bit Flip Register 48
MTU_MC83_RDBFL49 0xF00663C2          MC 83 Read Data and Bit Flip Register 49
MTU_MC83_RDBFL50 0xF00663C4          MC 83 Read Data and Bit Flip Register 50
MTU_MC83_RDBFL51 0xF00663C6          MC 83 Read Data and Bit Flip Register 51
MTU_MC83_RDBFL52 0xF00663C8          MC 83 Read Data and Bit Flip Register 52
MTU_MC83_RDBFL53 0xF00663CA          MC 83 Read Data and Bit Flip Register 53
MTU_MC83_RDBFL54 0xF00663CC          MC 83 Read Data and Bit Flip Register 54
MTU_MC83_RDBFL55 0xF00663CE          MC 83 Read Data and Bit Flip Register 55
MTU_MC83_RDBFL56 0xF00663D0          MC 83 Read Data and Bit Flip Register 56
MTU_MC83_RDBFL57 0xF00663D2          MC 83 Read Data and Bit Flip Register 57
MTU_MC83_RDBFL58 0xF00663D4          MC 83 Read Data and Bit Flip Register 58
MTU_MC83_RDBFL59 0xF00663D6          MC 83 Read Data and Bit Flip Register 59
MTU_MC83_RDBFL60 0xF00663D8          MC 83 Read Data and Bit Flip Register 60
MTU_MC83_RDBFL61 0xF00663DA          MC 83 Read Data and Bit Flip Register 61
MTU_MC83_RDBFL62 0xF00663DC          MC 83 Read Data and Bit Flip Register 62
MTU_MC83_RDBFL63 0xF00663DE          MC 83 Read Data and Bit Flip Register 63
MTU_MC83_RDBFL64 0xF00663E0          MC 83 Read Data and Bit Flip Register 64
MTU_MC83_RDBFL65 0xF00663E2          MC 83 Read Data and Bit Flip Register 65
MTU_MC83_RDBFL66 0xF00663E4          MC 83 Read Data and Bit Flip Register 66
MTU_MC83_ALMSRCS 0xF00663EE          MC 83 Alarm Sources Configuration Register
MTU_MC83_FAULTSTS 0xF00663F0          MC 83 SSH Safety Faults Status Register
MTU_MC83_ERRINFO0 0xF00663F2          MC 83 Error Information Register 0
MTU_MC83_ERRINFO1 0xF00663F4          MC 83 Error Information Register 1
MTU_MC83_ERRINFO2 0xF00663F6          MC 83 Error Information Register 2
MTU_MC83_ERRINFO3 0xF00663F8          MC 83 Error Information Register 3
MTU_MC83_ERRINFO4 0xF00663FA          MC 83 Error Information Register 4
MTU_MC84_CONFIG0 0xF0066400          MC 84 Configuration Register 0
MTU_MC84_CONFIG1 0xF0066402          MC 84 Configuration Register 1
MTU_MC84_MCONTROL 0xF0066404          MC 84 MBIST Control Register
MTU_MC84_MSTATUS 0xF0066406          MC 84 Status Register
MTU_MC84_RANGE  0xF0066408          MC 84 Range Register, single address mode
MTU_MC84_REVID  0xF006640C          MC 84 Revision ID Register
MTU_MC84_ECCS   0xF006640E          MC 84 ECC Safety Register
MTU_MC84_ECCD   0xF0066410          MC 84 Memory ECC Detection Register
MTU_MC84_ETRR0  0xF0066412          MC 84 Error Tracking Register 0
MTU_MC84_ETRR1  0xF0066414          MC 84 Error Tracking Register 1
MTU_MC84_ETRR2  0xF0066416          MC 84 Error Tracking Register 2
MTU_MC84_ETRR3  0xF0066418          MC 84 Error Tracking Register 3
MTU_MC84_ETRR4  0xF006641A          MC 84 Error Tracking Register 4
MTU_MC84_RDBFL0 0xF0066460          MC 84 Read Data and Bit Flip Register 0
MTU_MC84_RDBFL1 0xF0066462          MC 84 Read Data and Bit Flip Register 1
MTU_MC84_RDBFL2 0xF0066464          MC 84 Read Data and Bit Flip Register 2
MTU_MC84_RDBFL3 0xF0066466          MC 84 Read Data and Bit Flip Register 3
MTU_MC84_RDBFL4 0xF0066468          MC 84 Read Data and Bit Flip Register 4
MTU_MC84_RDBFL5 0xF006646A          MC 84 Read Data and Bit Flip Register 5
MTU_MC84_RDBFL6 0xF006646C          MC 84 Read Data and Bit Flip Register 6
MTU_MC84_RDBFL7 0xF006646E          MC 84 Read Data and Bit Flip Register 7
MTU_MC84_RDBFL8 0xF0066470          MC 84 Read Data and Bit Flip Register 8
MTU_MC84_RDBFL9 0xF0066472          MC 84 Read Data and Bit Flip Register 9
MTU_MC84_RDBFL10 0xF0066474          MC 84 Read Data and Bit Flip Register 10
MTU_MC84_RDBFL11 0xF0066476          MC 84 Read Data and Bit Flip Register 11
MTU_MC84_RDBFL12 0xF0066478          MC 84 Read Data and Bit Flip Register 12
MTU_MC84_RDBFL13 0xF006647A          MC 84 Read Data and Bit Flip Register 13
MTU_MC84_RDBFL14 0xF006647C          MC 84 Read Data and Bit Flip Register 14
MTU_MC84_RDBFL15 0xF006647E          MC 84 Read Data and Bit Flip Register 15
MTU_MC84_RDBFL16 0xF0066480          MC 84 Read Data and Bit Flip Register 16
MTU_MC84_RDBFL17 0xF0066482          MC 84 Read Data and Bit Flip Register 17
MTU_MC84_RDBFL18 0xF0066484          MC 84 Read Data and Bit Flip Register 18
MTU_MC84_RDBFL19 0xF0066486          MC 84 Read Data and Bit Flip Register 19
MTU_MC84_RDBFL20 0xF0066488          MC 84 Read Data and Bit Flip Register 20
MTU_MC84_RDBFL21 0xF006648A          MC 84 Read Data and Bit Flip Register 21
MTU_MC84_RDBFL22 0xF006648C          MC 84 Read Data and Bit Flip Register 22
MTU_MC84_RDBFL23 0xF006648E          MC 84 Read Data and Bit Flip Register 23
MTU_MC84_RDBFL24 0xF0066490          MC 84 Read Data and Bit Flip Register 24
MTU_MC84_RDBFL25 0xF0066492          MC 84 Read Data and Bit Flip Register 25
MTU_MC84_RDBFL26 0xF0066494          MC 84 Read Data and Bit Flip Register 26
MTU_MC84_RDBFL27 0xF0066496          MC 84 Read Data and Bit Flip Register 27
MTU_MC84_RDBFL28 0xF0066498          MC 84 Read Data and Bit Flip Register 28
MTU_MC84_RDBFL29 0xF006649A          MC 84 Read Data and Bit Flip Register 29
MTU_MC84_RDBFL30 0xF006649C          MC 84 Read Data and Bit Flip Register 30
MTU_MC84_RDBFL31 0xF006649E          MC 84 Read Data and Bit Flip Register 31
MTU_MC84_RDBFL32 0xF00664A0          MC 84 Read Data and Bit Flip Register 32
MTU_MC84_RDBFL33 0xF00664A2          MC 84 Read Data and Bit Flip Register 33
MTU_MC84_RDBFL34 0xF00664A4          MC 84 Read Data and Bit Flip Register 34
MTU_MC84_RDBFL35 0xF00664A6          MC 84 Read Data and Bit Flip Register 35
MTU_MC84_RDBFL36 0xF00664A8          MC 84 Read Data and Bit Flip Register 36
MTU_MC84_RDBFL37 0xF00664AA          MC 84 Read Data and Bit Flip Register 37
MTU_MC84_RDBFL38 0xF00664AC          MC 84 Read Data and Bit Flip Register 38
MTU_MC84_RDBFL39 0xF00664AE          MC 84 Read Data and Bit Flip Register 39
MTU_MC84_RDBFL40 0xF00664B0          MC 84 Read Data and Bit Flip Register 40
MTU_MC84_RDBFL41 0xF00664B2          MC 84 Read Data and Bit Flip Register 41
MTU_MC84_RDBFL42 0xF00664B4          MC 84 Read Data and Bit Flip Register 42
MTU_MC84_RDBFL43 0xF00664B6          MC 84 Read Data and Bit Flip Register 43
MTU_MC84_RDBFL44 0xF00664B8          MC 84 Read Data and Bit Flip Register 44
MTU_MC84_RDBFL45 0xF00664BA          MC 84 Read Data and Bit Flip Register 45
MTU_MC84_RDBFL46 0xF00664BC          MC 84 Read Data and Bit Flip Register 46
MTU_MC84_RDBFL47 0xF00664BE          MC 84 Read Data and Bit Flip Register 47
MTU_MC84_RDBFL48 0xF00664C0          MC 84 Read Data and Bit Flip Register 48
MTU_MC84_RDBFL49 0xF00664C2          MC 84 Read Data and Bit Flip Register 49
MTU_MC84_RDBFL50 0xF00664C4          MC 84 Read Data and Bit Flip Register 50
MTU_MC84_RDBFL51 0xF00664C6          MC 84 Read Data and Bit Flip Register 51
MTU_MC84_RDBFL52 0xF00664C8          MC 84 Read Data and Bit Flip Register 52
MTU_MC84_RDBFL53 0xF00664CA          MC 84 Read Data and Bit Flip Register 53
MTU_MC84_RDBFL54 0xF00664CC          MC 84 Read Data and Bit Flip Register 54
MTU_MC84_RDBFL55 0xF00664CE          MC 84 Read Data and Bit Flip Register 55
MTU_MC84_RDBFL56 0xF00664D0          MC 84 Read Data and Bit Flip Register 56
MTU_MC84_RDBFL57 0xF00664D2          MC 84 Read Data and Bit Flip Register 57
MTU_MC84_RDBFL58 0xF00664D4          MC 84 Read Data and Bit Flip Register 58
MTU_MC84_RDBFL59 0xF00664D6          MC 84 Read Data and Bit Flip Register 59
MTU_MC84_RDBFL60 0xF00664D8          MC 84 Read Data and Bit Flip Register 60
MTU_MC84_RDBFL61 0xF00664DA          MC 84 Read Data and Bit Flip Register 61
MTU_MC84_RDBFL62 0xF00664DC          MC 84 Read Data and Bit Flip Register 62
MTU_MC84_RDBFL63 0xF00664DE          MC 84 Read Data and Bit Flip Register 63
MTU_MC84_RDBFL64 0xF00664E0          MC 84 Read Data and Bit Flip Register 64
MTU_MC84_RDBFL65 0xF00664E2          MC 84 Read Data and Bit Flip Register 65
MTU_MC84_RDBFL66 0xF00664E4          MC 84 Read Data and Bit Flip Register 66
MTU_MC84_ALMSRCS 0xF00664EE          MC 84 Alarm Sources Configuration Register
MTU_MC84_FAULTSTS 0xF00664F0          MC 84 SSH Safety Faults Status Register
MTU_MC84_ERRINFO0 0xF00664F2          MC 84 Error Information Register 0
MTU_MC84_ERRINFO1 0xF00664F4          MC 84 Error Information Register 1
MTU_MC84_ERRINFO2 0xF00664F6          MC 84 Error Information Register 2
MTU_MC84_ERRINFO3 0xF00664F8          MC 84 Error Information Register 3
MTU_MC84_ERRINFO4 0xF00664FA          MC 84 Error Information Register 4
MTU_MC85_CONFIG0 0xF0066500          MC 85 Configuration Register 0
MTU_MC85_CONFIG1 0xF0066502          MC 85 Configuration Register 1
MTU_MC85_MCONTROL 0xF0066504          MC 85 MBIST Control Register
MTU_MC85_MSTATUS 0xF0066506          MC 85 Status Register
MTU_MC85_RANGE  0xF0066508          MC 85 Range Register, single address mode
MTU_MC85_REVID  0xF006650C          MC 85 Revision ID Register
MTU_MC85_ECCS   0xF006650E          MC 85 ECC Safety Register
MTU_MC85_ECCD   0xF0066510          MC 85 Memory ECC Detection Register
MTU_MC85_ETRR0  0xF0066512          MC 85 Error Tracking Register 0
MTU_MC85_ETRR1  0xF0066514          MC 85 Error Tracking Register 1
MTU_MC85_ETRR2  0xF0066516          MC 85 Error Tracking Register 2
MTU_MC85_ETRR3  0xF0066518          MC 85 Error Tracking Register 3
MTU_MC85_ETRR4  0xF006651A          MC 85 Error Tracking Register 4
MTU_MC85_RDBFL0 0xF0066560          MC 85 Read Data and Bit Flip Register 0
MTU_MC85_RDBFL1 0xF0066562          MC 85 Read Data and Bit Flip Register 1
MTU_MC85_RDBFL2 0xF0066564          MC 85 Read Data and Bit Flip Register 2
MTU_MC85_RDBFL3 0xF0066566          MC 85 Read Data and Bit Flip Register 3
MTU_MC85_RDBFL4 0xF0066568          MC 85 Read Data and Bit Flip Register 4
MTU_MC85_RDBFL5 0xF006656A          MC 85 Read Data and Bit Flip Register 5
MTU_MC85_RDBFL6 0xF006656C          MC 85 Read Data and Bit Flip Register 6
MTU_MC85_RDBFL7 0xF006656E          MC 85 Read Data and Bit Flip Register 7
MTU_MC85_RDBFL8 0xF0066570          MC 85 Read Data and Bit Flip Register 8
MTU_MC85_RDBFL9 0xF0066572          MC 85 Read Data and Bit Flip Register 9
MTU_MC85_RDBFL10 0xF0066574          MC 85 Read Data and Bit Flip Register 10
MTU_MC85_RDBFL11 0xF0066576          MC 85 Read Data and Bit Flip Register 11
MTU_MC85_RDBFL12 0xF0066578          MC 85 Read Data and Bit Flip Register 12
MTU_MC85_RDBFL13 0xF006657A          MC 85 Read Data and Bit Flip Register 13
MTU_MC85_RDBFL14 0xF006657C          MC 85 Read Data and Bit Flip Register 14
MTU_MC85_RDBFL15 0xF006657E          MC 85 Read Data and Bit Flip Register 15
MTU_MC85_RDBFL16 0xF0066580          MC 85 Read Data and Bit Flip Register 16
MTU_MC85_RDBFL17 0xF0066582          MC 85 Read Data and Bit Flip Register 17
MTU_MC85_RDBFL18 0xF0066584          MC 85 Read Data and Bit Flip Register 18
MTU_MC85_RDBFL19 0xF0066586          MC 85 Read Data and Bit Flip Register 19
MTU_MC85_RDBFL20 0xF0066588          MC 85 Read Data and Bit Flip Register 20
MTU_MC85_RDBFL21 0xF006658A          MC 85 Read Data and Bit Flip Register 21
MTU_MC85_RDBFL22 0xF006658C          MC 85 Read Data and Bit Flip Register 22
MTU_MC85_RDBFL23 0xF006658E          MC 85 Read Data and Bit Flip Register 23
MTU_MC85_RDBFL24 0xF0066590          MC 85 Read Data and Bit Flip Register 24
MTU_MC85_RDBFL25 0xF0066592          MC 85 Read Data and Bit Flip Register 25
MTU_MC85_RDBFL26 0xF0066594          MC 85 Read Data and Bit Flip Register 26
MTU_MC85_RDBFL27 0xF0066596          MC 85 Read Data and Bit Flip Register 27
MTU_MC85_RDBFL28 0xF0066598          MC 85 Read Data and Bit Flip Register 28
MTU_MC85_RDBFL29 0xF006659A          MC 85 Read Data and Bit Flip Register 29
MTU_MC85_RDBFL30 0xF006659C          MC 85 Read Data and Bit Flip Register 30
MTU_MC85_RDBFL31 0xF006659E          MC 85 Read Data and Bit Flip Register 31
MTU_MC85_RDBFL32 0xF00665A0          MC 85 Read Data and Bit Flip Register 32
MTU_MC85_RDBFL33 0xF00665A2          MC 85 Read Data and Bit Flip Register 33
MTU_MC85_RDBFL34 0xF00665A4          MC 85 Read Data and Bit Flip Register 34
MTU_MC85_RDBFL35 0xF00665A6          MC 85 Read Data and Bit Flip Register 35
MTU_MC85_RDBFL36 0xF00665A8          MC 85 Read Data and Bit Flip Register 36
MTU_MC85_RDBFL37 0xF00665AA          MC 85 Read Data and Bit Flip Register 37
MTU_MC85_RDBFL38 0xF00665AC          MC 85 Read Data and Bit Flip Register 38
MTU_MC85_RDBFL39 0xF00665AE          MC 85 Read Data and Bit Flip Register 39
MTU_MC85_RDBFL40 0xF00665B0          MC 85 Read Data and Bit Flip Register 40
MTU_MC85_RDBFL41 0xF00665B2          MC 85 Read Data and Bit Flip Register 41
MTU_MC85_RDBFL42 0xF00665B4          MC 85 Read Data and Bit Flip Register 42
MTU_MC85_RDBFL43 0xF00665B6          MC 85 Read Data and Bit Flip Register 43
MTU_MC85_RDBFL44 0xF00665B8          MC 85 Read Data and Bit Flip Register 44
MTU_MC85_RDBFL45 0xF00665BA          MC 85 Read Data and Bit Flip Register 45
MTU_MC85_RDBFL46 0xF00665BC          MC 85 Read Data and Bit Flip Register 46
MTU_MC85_RDBFL47 0xF00665BE          MC 85 Read Data and Bit Flip Register 47
MTU_MC85_RDBFL48 0xF00665C0          MC 85 Read Data and Bit Flip Register 48
MTU_MC85_RDBFL49 0xF00665C2          MC 85 Read Data and Bit Flip Register 49
MTU_MC85_RDBFL50 0xF00665C4          MC 85 Read Data and Bit Flip Register 50
MTU_MC85_RDBFL51 0xF00665C6          MC 85 Read Data and Bit Flip Register 51
MTU_MC85_RDBFL52 0xF00665C8          MC 85 Read Data and Bit Flip Register 52
MTU_MC85_RDBFL53 0xF00665CA          MC 85 Read Data and Bit Flip Register 53
MTU_MC85_RDBFL54 0xF00665CC          MC 85 Read Data and Bit Flip Register 54
MTU_MC85_RDBFL55 0xF00665CE          MC 85 Read Data and Bit Flip Register 55
MTU_MC85_RDBFL56 0xF00665D0          MC 85 Read Data and Bit Flip Register 56
MTU_MC85_RDBFL57 0xF00665D2          MC 85 Read Data and Bit Flip Register 57
MTU_MC85_RDBFL58 0xF00665D4          MC 85 Read Data and Bit Flip Register 58
MTU_MC85_RDBFL59 0xF00665D6          MC 85 Read Data and Bit Flip Register 59
MTU_MC85_RDBFL60 0xF00665D8          MC 85 Read Data and Bit Flip Register 60
MTU_MC85_RDBFL61 0xF00665DA          MC 85 Read Data and Bit Flip Register 61
MTU_MC85_RDBFL62 0xF00665DC          MC 85 Read Data and Bit Flip Register 62
MTU_MC85_RDBFL63 0xF00665DE          MC 85 Read Data and Bit Flip Register 63
MTU_MC85_RDBFL64 0xF00665E0          MC 85 Read Data and Bit Flip Register 64
MTU_MC85_RDBFL65 0xF00665E2          MC 85 Read Data and Bit Flip Register 65
MTU_MC85_RDBFL66 0xF00665E4          MC 85 Read Data and Bit Flip Register 66
MTU_MC85_ALMSRCS 0xF00665EE          MC 85 Alarm Sources Configuration Register
MTU_MC85_FAULTSTS 0xF00665F0          MC 85 SSH Safety Faults Status Register
MTU_MC85_ERRINFO0 0xF00665F2          MC 85 Error Information Register 0
MTU_MC85_ERRINFO1 0xF00665F4          MC 85 Error Information Register 1
MTU_MC85_ERRINFO2 0xF00665F6          MC 85 Error Information Register 2
MTU_MC85_ERRINFO3 0xF00665F8          MC 85 Error Information Register 3
MTU_MC85_ERRINFO4 0xF00665FA          MC 85 Error Information Register 4
MTU_MC86_CONFIG0 0xF0066600          MC 86 Configuration Register 0
MTU_MC86_CONFIG1 0xF0066602          MC 86 Configuration Register 1
MTU_MC86_MCONTROL 0xF0066604          MC 86 MBIST Control Register
MTU_MC86_MSTATUS 0xF0066606          MC 86 Status Register
MTU_MC86_RANGE  0xF0066608          MC 86 Range Register, single address mode
MTU_MC86_REVID  0xF006660C          MC 86 Revision ID Register
MTU_MC86_ECCS   0xF006660E          MC 86 ECC Safety Register
MTU_MC86_ECCD   0xF0066610          MC 86 Memory ECC Detection Register
MTU_MC86_ETRR0  0xF0066612          MC 86 Error Tracking Register 0
MTU_MC86_ETRR1  0xF0066614          MC 86 Error Tracking Register 1
MTU_MC86_ETRR2  0xF0066616          MC 86 Error Tracking Register 2
MTU_MC86_ETRR3  0xF0066618          MC 86 Error Tracking Register 3
MTU_MC86_ETRR4  0xF006661A          MC 86 Error Tracking Register 4
MTU_MC86_RDBFL0 0xF0066660          MC 86 Read Data and Bit Flip Register 0
MTU_MC86_RDBFL1 0xF0066662          MC 86 Read Data and Bit Flip Register 1
MTU_MC86_RDBFL2 0xF0066664          MC 86 Read Data and Bit Flip Register 2
MTU_MC86_RDBFL3 0xF0066666          MC 86 Read Data and Bit Flip Register 3
MTU_MC86_RDBFL4 0xF0066668          MC 86 Read Data and Bit Flip Register 4
MTU_MC86_RDBFL5 0xF006666A          MC 86 Read Data and Bit Flip Register 5
MTU_MC86_RDBFL6 0xF006666C          MC 86 Read Data and Bit Flip Register 6
MTU_MC86_RDBFL7 0xF006666E          MC 86 Read Data and Bit Flip Register 7
MTU_MC86_RDBFL8 0xF0066670          MC 86 Read Data and Bit Flip Register 8
MTU_MC86_RDBFL9 0xF0066672          MC 86 Read Data and Bit Flip Register 9
MTU_MC86_RDBFL10 0xF0066674          MC 86 Read Data and Bit Flip Register 10
MTU_MC86_RDBFL11 0xF0066676          MC 86 Read Data and Bit Flip Register 11
MTU_MC86_RDBFL12 0xF0066678          MC 86 Read Data and Bit Flip Register 12
MTU_MC86_RDBFL13 0xF006667A          MC 86 Read Data and Bit Flip Register 13
MTU_MC86_RDBFL14 0xF006667C          MC 86 Read Data and Bit Flip Register 14
MTU_MC86_RDBFL15 0xF006667E          MC 86 Read Data and Bit Flip Register 15
MTU_MC86_RDBFL16 0xF0066680          MC 86 Read Data and Bit Flip Register 16
MTU_MC86_RDBFL17 0xF0066682          MC 86 Read Data and Bit Flip Register 17
MTU_MC86_RDBFL18 0xF0066684          MC 86 Read Data and Bit Flip Register 18
MTU_MC86_RDBFL19 0xF0066686          MC 86 Read Data and Bit Flip Register 19
MTU_MC86_RDBFL20 0xF0066688          MC 86 Read Data and Bit Flip Register 20
MTU_MC86_RDBFL21 0xF006668A          MC 86 Read Data and Bit Flip Register 21
MTU_MC86_RDBFL22 0xF006668C          MC 86 Read Data and Bit Flip Register 22
MTU_MC86_RDBFL23 0xF006668E          MC 86 Read Data and Bit Flip Register 23
MTU_MC86_RDBFL24 0xF0066690          MC 86 Read Data and Bit Flip Register 24
MTU_MC86_RDBFL25 0xF0066692          MC 86 Read Data and Bit Flip Register 25
MTU_MC86_RDBFL26 0xF0066694          MC 86 Read Data and Bit Flip Register 26
MTU_MC86_RDBFL27 0xF0066696          MC 86 Read Data and Bit Flip Register 27
MTU_MC86_RDBFL28 0xF0066698          MC 86 Read Data and Bit Flip Register 28
MTU_MC86_RDBFL29 0xF006669A          MC 86 Read Data and Bit Flip Register 29
MTU_MC86_RDBFL30 0xF006669C          MC 86 Read Data and Bit Flip Register 30
MTU_MC86_RDBFL31 0xF006669E          MC 86 Read Data and Bit Flip Register 31
MTU_MC86_RDBFL32 0xF00666A0          MC 86 Read Data and Bit Flip Register 32
MTU_MC86_RDBFL33 0xF00666A2          MC 86 Read Data and Bit Flip Register 33
MTU_MC86_RDBFL34 0xF00666A4          MC 86 Read Data and Bit Flip Register 34
MTU_MC86_RDBFL35 0xF00666A6          MC 86 Read Data and Bit Flip Register 35
MTU_MC86_RDBFL36 0xF00666A8          MC 86 Read Data and Bit Flip Register 36
MTU_MC86_RDBFL37 0xF00666AA          MC 86 Read Data and Bit Flip Register 37
MTU_MC86_RDBFL38 0xF00666AC          MC 86 Read Data and Bit Flip Register 38
MTU_MC86_RDBFL39 0xF00666AE          MC 86 Read Data and Bit Flip Register 39
MTU_MC86_RDBFL40 0xF00666B0          MC 86 Read Data and Bit Flip Register 40
MTU_MC86_RDBFL41 0xF00666B2          MC 86 Read Data and Bit Flip Register 41
MTU_MC86_RDBFL42 0xF00666B4          MC 86 Read Data and Bit Flip Register 42
MTU_MC86_RDBFL43 0xF00666B6          MC 86 Read Data and Bit Flip Register 43
MTU_MC86_RDBFL44 0xF00666B8          MC 86 Read Data and Bit Flip Register 44
MTU_MC86_RDBFL45 0xF00666BA          MC 86 Read Data and Bit Flip Register 45
MTU_MC86_RDBFL46 0xF00666BC          MC 86 Read Data and Bit Flip Register 46
MTU_MC86_RDBFL47 0xF00666BE          MC 86 Read Data and Bit Flip Register 47
MTU_MC86_RDBFL48 0xF00666C0          MC 86 Read Data and Bit Flip Register 48
MTU_MC86_RDBFL49 0xF00666C2          MC 86 Read Data and Bit Flip Register 49
MTU_MC86_RDBFL50 0xF00666C4          MC 86 Read Data and Bit Flip Register 50
MTU_MC86_RDBFL51 0xF00666C6          MC 86 Read Data and Bit Flip Register 51
MTU_MC86_RDBFL52 0xF00666C8          MC 86 Read Data and Bit Flip Register 52
MTU_MC86_RDBFL53 0xF00666CA          MC 86 Read Data and Bit Flip Register 53
MTU_MC86_RDBFL54 0xF00666CC          MC 86 Read Data and Bit Flip Register 54
MTU_MC86_RDBFL55 0xF00666CE          MC 86 Read Data and Bit Flip Register 55
MTU_MC86_RDBFL56 0xF00666D0          MC 86 Read Data and Bit Flip Register 56
MTU_MC86_RDBFL57 0xF00666D2          MC 86 Read Data and Bit Flip Register 57
MTU_MC86_RDBFL58 0xF00666D4          MC 86 Read Data and Bit Flip Register 58
MTU_MC86_RDBFL59 0xF00666D6          MC 86 Read Data and Bit Flip Register 59
MTU_MC86_RDBFL60 0xF00666D8          MC 86 Read Data and Bit Flip Register 60
MTU_MC86_RDBFL61 0xF00666DA          MC 86 Read Data and Bit Flip Register 61
MTU_MC86_RDBFL62 0xF00666DC          MC 86 Read Data and Bit Flip Register 62
MTU_MC86_RDBFL63 0xF00666DE          MC 86 Read Data and Bit Flip Register 63
MTU_MC86_RDBFL64 0xF00666E0          MC 86 Read Data and Bit Flip Register 64
MTU_MC86_RDBFL65 0xF00666E2          MC 86 Read Data and Bit Flip Register 65
MTU_MC86_RDBFL66 0xF00666E4          MC 86 Read Data and Bit Flip Register 66
MTU_MC86_ALMSRCS 0xF00666EE          MC 86 Alarm Sources Configuration Register
MTU_MC86_FAULTSTS 0xF00666F0          MC 86 SSH Safety Faults Status Register
MTU_MC86_ERRINFO0 0xF00666F2          MC 86 Error Information Register 0
MTU_MC86_ERRINFO1 0xF00666F4          MC 86 Error Information Register 1
MTU_MC86_ERRINFO2 0xF00666F6          MC 86 Error Information Register 2
MTU_MC86_ERRINFO3 0xF00666F8          MC 86 Error Information Register 3
MTU_MC86_ERRINFO4 0xF00666FA          MC 86 Error Information Register 4
MTU_MC87_CONFIG0 0xF0066700          MC 87 Configuration Register 0
MTU_MC87_CONFIG1 0xF0066702          MC 87 Configuration Register 1
MTU_MC87_MCONTROL 0xF0066704          MC 87 MBIST Control Register
MTU_MC87_MSTATUS 0xF0066706          MC 87 Status Register
MTU_MC87_RANGE  0xF0066708          MC 87 Range Register, single address mode
MTU_MC87_REVID  0xF006670C          MC 87 Revision ID Register
MTU_MC87_ECCS   0xF006670E          MC 87 ECC Safety Register
MTU_MC87_ECCD   0xF0066710          MC 87 Memory ECC Detection Register
MTU_MC87_ETRR0  0xF0066712          MC 87 Error Tracking Register 0
MTU_MC87_ETRR1  0xF0066714          MC 87 Error Tracking Register 1
MTU_MC87_ETRR2  0xF0066716          MC 87 Error Tracking Register 2
MTU_MC87_ETRR3  0xF0066718          MC 87 Error Tracking Register 3
MTU_MC87_ETRR4  0xF006671A          MC 87 Error Tracking Register 4
MTU_MC87_RDBFL0 0xF0066760          MC 87 Read Data and Bit Flip Register 0
MTU_MC87_RDBFL1 0xF0066762          MC 87 Read Data and Bit Flip Register 1
MTU_MC87_RDBFL2 0xF0066764          MC 87 Read Data and Bit Flip Register 2
MTU_MC87_RDBFL3 0xF0066766          MC 87 Read Data and Bit Flip Register 3
MTU_MC87_RDBFL4 0xF0066768          MC 87 Read Data and Bit Flip Register 4
MTU_MC87_RDBFL5 0xF006676A          MC 87 Read Data and Bit Flip Register 5
MTU_MC87_RDBFL6 0xF006676C          MC 87 Read Data and Bit Flip Register 6
MTU_MC87_RDBFL7 0xF006676E          MC 87 Read Data and Bit Flip Register 7
MTU_MC87_RDBFL8 0xF0066770          MC 87 Read Data and Bit Flip Register 8
MTU_MC87_RDBFL9 0xF0066772          MC 87 Read Data and Bit Flip Register 9
MTU_MC87_RDBFL10 0xF0066774          MC 87 Read Data and Bit Flip Register 10
MTU_MC87_RDBFL11 0xF0066776          MC 87 Read Data and Bit Flip Register 11
MTU_MC87_RDBFL12 0xF0066778          MC 87 Read Data and Bit Flip Register 12
MTU_MC87_RDBFL13 0xF006677A          MC 87 Read Data and Bit Flip Register 13
MTU_MC87_RDBFL14 0xF006677C          MC 87 Read Data and Bit Flip Register 14
MTU_MC87_RDBFL15 0xF006677E          MC 87 Read Data and Bit Flip Register 15
MTU_MC87_RDBFL16 0xF0066780          MC 87 Read Data and Bit Flip Register 16
MTU_MC87_RDBFL17 0xF0066782          MC 87 Read Data and Bit Flip Register 17
MTU_MC87_RDBFL18 0xF0066784          MC 87 Read Data and Bit Flip Register 18
MTU_MC87_RDBFL19 0xF0066786          MC 87 Read Data and Bit Flip Register 19
MTU_MC87_RDBFL20 0xF0066788          MC 87 Read Data and Bit Flip Register 20
MTU_MC87_RDBFL21 0xF006678A          MC 87 Read Data and Bit Flip Register 21
MTU_MC87_RDBFL22 0xF006678C          MC 87 Read Data and Bit Flip Register 22
MTU_MC87_RDBFL23 0xF006678E          MC 87 Read Data and Bit Flip Register 23
MTU_MC87_RDBFL24 0xF0066790          MC 87 Read Data and Bit Flip Register 24
MTU_MC87_RDBFL25 0xF0066792          MC 87 Read Data and Bit Flip Register 25
MTU_MC87_RDBFL26 0xF0066794          MC 87 Read Data and Bit Flip Register 26
MTU_MC87_RDBFL27 0xF0066796          MC 87 Read Data and Bit Flip Register 27
MTU_MC87_RDBFL28 0xF0066798          MC 87 Read Data and Bit Flip Register 28
MTU_MC87_RDBFL29 0xF006679A          MC 87 Read Data and Bit Flip Register 29
MTU_MC87_RDBFL30 0xF006679C          MC 87 Read Data and Bit Flip Register 30
MTU_MC87_RDBFL31 0xF006679E          MC 87 Read Data and Bit Flip Register 31
MTU_MC87_RDBFL32 0xF00667A0          MC 87 Read Data and Bit Flip Register 32
MTU_MC87_RDBFL33 0xF00667A2          MC 87 Read Data and Bit Flip Register 33
MTU_MC87_RDBFL34 0xF00667A4          MC 87 Read Data and Bit Flip Register 34
MTU_MC87_RDBFL35 0xF00667A6          MC 87 Read Data and Bit Flip Register 35
MTU_MC87_RDBFL36 0xF00667A8          MC 87 Read Data and Bit Flip Register 36
MTU_MC87_RDBFL37 0xF00667AA          MC 87 Read Data and Bit Flip Register 37
MTU_MC87_RDBFL38 0xF00667AC          MC 87 Read Data and Bit Flip Register 38
MTU_MC87_RDBFL39 0xF00667AE          MC 87 Read Data and Bit Flip Register 39
MTU_MC87_RDBFL40 0xF00667B0          MC 87 Read Data and Bit Flip Register 40
MTU_MC87_RDBFL41 0xF00667B2          MC 87 Read Data and Bit Flip Register 41
MTU_MC87_RDBFL42 0xF00667B4          MC 87 Read Data and Bit Flip Register 42
MTU_MC87_RDBFL43 0xF00667B6          MC 87 Read Data and Bit Flip Register 43
MTU_MC87_RDBFL44 0xF00667B8          MC 87 Read Data and Bit Flip Register 44
MTU_MC87_RDBFL45 0xF00667BA          MC 87 Read Data and Bit Flip Register 45
MTU_MC87_RDBFL46 0xF00667BC          MC 87 Read Data and Bit Flip Register 46
MTU_MC87_RDBFL47 0xF00667BE          MC 87 Read Data and Bit Flip Register 47
MTU_MC87_RDBFL48 0xF00667C0          MC 87 Read Data and Bit Flip Register 48
MTU_MC87_RDBFL49 0xF00667C2          MC 87 Read Data and Bit Flip Register 49
MTU_MC87_RDBFL50 0xF00667C4          MC 87 Read Data and Bit Flip Register 50
MTU_MC87_RDBFL51 0xF00667C6          MC 87 Read Data and Bit Flip Register 51
MTU_MC87_RDBFL52 0xF00667C8          MC 87 Read Data and Bit Flip Register 52
MTU_MC87_RDBFL53 0xF00667CA          MC 87 Read Data and Bit Flip Register 53
MTU_MC87_RDBFL54 0xF00667CC          MC 87 Read Data and Bit Flip Register 54
MTU_MC87_RDBFL55 0xF00667CE          MC 87 Read Data and Bit Flip Register 55
MTU_MC87_RDBFL56 0xF00667D0          MC 87 Read Data and Bit Flip Register 56
MTU_MC87_RDBFL57 0xF00667D2          MC 87 Read Data and Bit Flip Register 57
MTU_MC87_RDBFL58 0xF00667D4          MC 87 Read Data and Bit Flip Register 58
MTU_MC87_RDBFL59 0xF00667D6          MC 87 Read Data and Bit Flip Register 59
MTU_MC87_RDBFL60 0xF00667D8          MC 87 Read Data and Bit Flip Register 60
MTU_MC87_RDBFL61 0xF00667DA          MC 87 Read Data and Bit Flip Register 61
MTU_MC87_RDBFL62 0xF00667DC          MC 87 Read Data and Bit Flip Register 62
MTU_MC87_RDBFL63 0xF00667DE          MC 87 Read Data and Bit Flip Register 63
MTU_MC87_RDBFL64 0xF00667E0          MC 87 Read Data and Bit Flip Register 64
MTU_MC87_RDBFL65 0xF00667E2          MC 87 Read Data and Bit Flip Register 65
MTU_MC87_RDBFL66 0xF00667E4          MC 87 Read Data and Bit Flip Register 66
MTU_MC87_ALMSRCS 0xF00667EE          MC 87 Alarm Sources Configuration Register
MTU_MC87_FAULTSTS 0xF00667F0          MC 87 SSH Safety Faults Status Register
MTU_MC87_ERRINFO0 0xF00667F2          MC 87 Error Information Register 0
MTU_MC87_ERRINFO1 0xF00667F4          MC 87 Error Information Register 1
MTU_MC87_ERRINFO2 0xF00667F6          MC 87 Error Information Register 2
MTU_MC87_ERRINFO3 0xF00667F8          MC 87 Error Information Register 3
MTU_MC87_ERRINFO4 0xF00667FA          MC 87 Error Information Register 4
MTU_MC88_CONFIG0 0xF0066800          MC 88 Configuration Register 0
MTU_MC88_CONFIG1 0xF0066802          MC 88 Configuration Register 1
MTU_MC88_MCONTROL 0xF0066804          MC 88 MBIST Control Register
MTU_MC88_MSTATUS 0xF0066806          MC 88 Status Register
MTU_MC88_RANGE  0xF0066808          MC 88 Range Register, single address mode
MTU_MC88_REVID  0xF006680C          MC 88 Revision ID Register
MTU_MC88_ECCS   0xF006680E          MC 88 ECC Safety Register
MTU_MC88_ECCD   0xF0066810          MC 88 Memory ECC Detection Register
MTU_MC88_ETRR0  0xF0066812          MC 88 Error Tracking Register 0
MTU_MC88_ETRR1  0xF0066814          MC 88 Error Tracking Register 1
MTU_MC88_ETRR2  0xF0066816          MC 88 Error Tracking Register 2
MTU_MC88_ETRR3  0xF0066818          MC 88 Error Tracking Register 3
MTU_MC88_ETRR4  0xF006681A          MC 88 Error Tracking Register 4
MTU_MC88_RDBFL0 0xF0066860          MC 88 Read Data and Bit Flip Register 0
MTU_MC88_RDBFL1 0xF0066862          MC 88 Read Data and Bit Flip Register 1
MTU_MC88_RDBFL2 0xF0066864          MC 88 Read Data and Bit Flip Register 2
MTU_MC88_RDBFL3 0xF0066866          MC 88 Read Data and Bit Flip Register 3
MTU_MC88_RDBFL4 0xF0066868          MC 88 Read Data and Bit Flip Register 4
MTU_MC88_RDBFL5 0xF006686A          MC 88 Read Data and Bit Flip Register 5
MTU_MC88_RDBFL6 0xF006686C          MC 88 Read Data and Bit Flip Register 6
MTU_MC88_RDBFL7 0xF006686E          MC 88 Read Data and Bit Flip Register 7
MTU_MC88_RDBFL8 0xF0066870          MC 88 Read Data and Bit Flip Register 8
MTU_MC88_RDBFL9 0xF0066872          MC 88 Read Data and Bit Flip Register 9
MTU_MC88_RDBFL10 0xF0066874          MC 88 Read Data and Bit Flip Register 10
MTU_MC88_RDBFL11 0xF0066876          MC 88 Read Data and Bit Flip Register 11
MTU_MC88_RDBFL12 0xF0066878          MC 88 Read Data and Bit Flip Register 12
MTU_MC88_RDBFL13 0xF006687A          MC 88 Read Data and Bit Flip Register 13
MTU_MC88_RDBFL14 0xF006687C          MC 88 Read Data and Bit Flip Register 14
MTU_MC88_RDBFL15 0xF006687E          MC 88 Read Data and Bit Flip Register 15
MTU_MC88_RDBFL16 0xF0066880          MC 88 Read Data and Bit Flip Register 16
MTU_MC88_RDBFL17 0xF0066882          MC 88 Read Data and Bit Flip Register 17
MTU_MC88_RDBFL18 0xF0066884          MC 88 Read Data and Bit Flip Register 18
MTU_MC88_RDBFL19 0xF0066886          MC 88 Read Data and Bit Flip Register 19
MTU_MC88_RDBFL20 0xF0066888          MC 88 Read Data and Bit Flip Register 20
MTU_MC88_RDBFL21 0xF006688A          MC 88 Read Data and Bit Flip Register 21
MTU_MC88_RDBFL22 0xF006688C          MC 88 Read Data and Bit Flip Register 22
MTU_MC88_RDBFL23 0xF006688E          MC 88 Read Data and Bit Flip Register 23
MTU_MC88_RDBFL24 0xF0066890          MC 88 Read Data and Bit Flip Register 24
MTU_MC88_RDBFL25 0xF0066892          MC 88 Read Data and Bit Flip Register 25
MTU_MC88_RDBFL26 0xF0066894          MC 88 Read Data and Bit Flip Register 26
MTU_MC88_RDBFL27 0xF0066896          MC 88 Read Data and Bit Flip Register 27
MTU_MC88_RDBFL28 0xF0066898          MC 88 Read Data and Bit Flip Register 28
MTU_MC88_RDBFL29 0xF006689A          MC 88 Read Data and Bit Flip Register 29
MTU_MC88_RDBFL30 0xF006689C          MC 88 Read Data and Bit Flip Register 30
MTU_MC88_RDBFL31 0xF006689E          MC 88 Read Data and Bit Flip Register 31
MTU_MC88_RDBFL32 0xF00668A0          MC 88 Read Data and Bit Flip Register 32
MTU_MC88_RDBFL33 0xF00668A2          MC 88 Read Data and Bit Flip Register 33
MTU_MC88_RDBFL34 0xF00668A4          MC 88 Read Data and Bit Flip Register 34
MTU_MC88_RDBFL35 0xF00668A6          MC 88 Read Data and Bit Flip Register 35
MTU_MC88_RDBFL36 0xF00668A8          MC 88 Read Data and Bit Flip Register 36
MTU_MC88_RDBFL37 0xF00668AA          MC 88 Read Data and Bit Flip Register 37
MTU_MC88_RDBFL38 0xF00668AC          MC 88 Read Data and Bit Flip Register 38
MTU_MC88_RDBFL39 0xF00668AE          MC 88 Read Data and Bit Flip Register 39
MTU_MC88_RDBFL40 0xF00668B0          MC 88 Read Data and Bit Flip Register 40
MTU_MC88_RDBFL41 0xF00668B2          MC 88 Read Data and Bit Flip Register 41
MTU_MC88_RDBFL42 0xF00668B4          MC 88 Read Data and Bit Flip Register 42
MTU_MC88_RDBFL43 0xF00668B6          MC 88 Read Data and Bit Flip Register 43
MTU_MC88_RDBFL44 0xF00668B8          MC 88 Read Data and Bit Flip Register 44
MTU_MC88_RDBFL45 0xF00668BA          MC 88 Read Data and Bit Flip Register 45
MTU_MC88_RDBFL46 0xF00668BC          MC 88 Read Data and Bit Flip Register 46
MTU_MC88_RDBFL47 0xF00668BE          MC 88 Read Data and Bit Flip Register 47
MTU_MC88_RDBFL48 0xF00668C0          MC 88 Read Data and Bit Flip Register 48
MTU_MC88_RDBFL49 0xF00668C2          MC 88 Read Data and Bit Flip Register 49
MTU_MC88_RDBFL50 0xF00668C4          MC 88 Read Data and Bit Flip Register 50
MTU_MC88_RDBFL51 0xF00668C6          MC 88 Read Data and Bit Flip Register 51
MTU_MC88_RDBFL52 0xF00668C8          MC 88 Read Data and Bit Flip Register 52
MTU_MC88_RDBFL53 0xF00668CA          MC 88 Read Data and Bit Flip Register 53
MTU_MC88_RDBFL54 0xF00668CC          MC 88 Read Data and Bit Flip Register 54
MTU_MC88_RDBFL55 0xF00668CE          MC 88 Read Data and Bit Flip Register 55
MTU_MC88_RDBFL56 0xF00668D0          MC 88 Read Data and Bit Flip Register 56
MTU_MC88_RDBFL57 0xF00668D2          MC 88 Read Data and Bit Flip Register 57
MTU_MC88_RDBFL58 0xF00668D4          MC 88 Read Data and Bit Flip Register 58
MTU_MC88_RDBFL59 0xF00668D6          MC 88 Read Data and Bit Flip Register 59
MTU_MC88_RDBFL60 0xF00668D8          MC 88 Read Data and Bit Flip Register 60
MTU_MC88_RDBFL61 0xF00668DA          MC 88 Read Data and Bit Flip Register 61
MTU_MC88_RDBFL62 0xF00668DC          MC 88 Read Data and Bit Flip Register 62
MTU_MC88_RDBFL63 0xF00668DE          MC 88 Read Data and Bit Flip Register 63
MTU_MC88_RDBFL64 0xF00668E0          MC 88 Read Data and Bit Flip Register 64
MTU_MC88_RDBFL65 0xF00668E2          MC 88 Read Data and Bit Flip Register 65
MTU_MC88_RDBFL66 0xF00668E4          MC 88 Read Data and Bit Flip Register 66
MTU_MC88_ALMSRCS 0xF00668EE          MC 88 Alarm Sources Configuration Register
MTU_MC88_FAULTSTS 0xF00668F0          MC 88 SSH Safety Faults Status Register
MTU_MC88_ERRINFO0 0xF00668F2          MC 88 Error Information Register 0
MTU_MC88_ERRINFO1 0xF00668F4          MC 88 Error Information Register 1
MTU_MC88_ERRINFO2 0xF00668F6          MC 88 Error Information Register 2
MTU_MC88_ERRINFO3 0xF00668F8          MC 88 Error Information Register 3
MTU_MC88_ERRINFO4 0xF00668FA          MC 88 Error Information Register 4
MTU_MC89_CONFIG0 0xF0066900          MC 89 Configuration Register 0
MTU_MC89_CONFIG1 0xF0066902          MC 89 Configuration Register 1
MTU_MC89_MCONTROL 0xF0066904          MC 89 MBIST Control Register
MTU_MC89_MSTATUS 0xF0066906          MC 89 Status Register
MTU_MC89_RANGE  0xF0066908          MC 89 Range Register, single address mode
MTU_MC89_REVID  0xF006690C          MC 89 Revision ID Register
MTU_MC89_ECCS   0xF006690E          MC 89 ECC Safety Register
MTU_MC89_ECCD   0xF0066910          MC 89 Memory ECC Detection Register
MTU_MC89_ETRR0  0xF0066912          MC 89 Error Tracking Register 0
MTU_MC89_ETRR1  0xF0066914          MC 89 Error Tracking Register 1
MTU_MC89_ETRR2  0xF0066916          MC 89 Error Tracking Register 2
MTU_MC89_ETRR3  0xF0066918          MC 89 Error Tracking Register 3
MTU_MC89_ETRR4  0xF006691A          MC 89 Error Tracking Register 4
MTU_MC89_RDBFL0 0xF0066960          MC 89 Read Data and Bit Flip Register 0
MTU_MC89_RDBFL1 0xF0066962          MC 89 Read Data and Bit Flip Register 1
MTU_MC89_RDBFL2 0xF0066964          MC 89 Read Data and Bit Flip Register 2
MTU_MC89_RDBFL3 0xF0066966          MC 89 Read Data and Bit Flip Register 3
MTU_MC89_RDBFL4 0xF0066968          MC 89 Read Data and Bit Flip Register 4
MTU_MC89_RDBFL5 0xF006696A          MC 89 Read Data and Bit Flip Register 5
MTU_MC89_RDBFL6 0xF006696C          MC 89 Read Data and Bit Flip Register 6
MTU_MC89_RDBFL7 0xF006696E          MC 89 Read Data and Bit Flip Register 7
MTU_MC89_RDBFL8 0xF0066970          MC 89 Read Data and Bit Flip Register 8
MTU_MC89_RDBFL9 0xF0066972          MC 89 Read Data and Bit Flip Register 9
MTU_MC89_RDBFL10 0xF0066974          MC 89 Read Data and Bit Flip Register 10
MTU_MC89_RDBFL11 0xF0066976          MC 89 Read Data and Bit Flip Register 11
MTU_MC89_RDBFL12 0xF0066978          MC 89 Read Data and Bit Flip Register 12
MTU_MC89_RDBFL13 0xF006697A          MC 89 Read Data and Bit Flip Register 13
MTU_MC89_RDBFL14 0xF006697C          MC 89 Read Data and Bit Flip Register 14
MTU_MC89_RDBFL15 0xF006697E          MC 89 Read Data and Bit Flip Register 15
MTU_MC89_RDBFL16 0xF0066980          MC 89 Read Data and Bit Flip Register 16
MTU_MC89_RDBFL17 0xF0066982          MC 89 Read Data and Bit Flip Register 17
MTU_MC89_RDBFL18 0xF0066984          MC 89 Read Data and Bit Flip Register 18
MTU_MC89_RDBFL19 0xF0066986          MC 89 Read Data and Bit Flip Register 19
MTU_MC89_RDBFL20 0xF0066988          MC 89 Read Data and Bit Flip Register 20
MTU_MC89_RDBFL21 0xF006698A          MC 89 Read Data and Bit Flip Register 21
MTU_MC89_RDBFL22 0xF006698C          MC 89 Read Data and Bit Flip Register 22
MTU_MC89_RDBFL23 0xF006698E          MC 89 Read Data and Bit Flip Register 23
MTU_MC89_RDBFL24 0xF0066990          MC 89 Read Data and Bit Flip Register 24
MTU_MC89_RDBFL25 0xF0066992          MC 89 Read Data and Bit Flip Register 25
MTU_MC89_RDBFL26 0xF0066994          MC 89 Read Data and Bit Flip Register 26
MTU_MC89_RDBFL27 0xF0066996          MC 89 Read Data and Bit Flip Register 27
MTU_MC89_RDBFL28 0xF0066998          MC 89 Read Data and Bit Flip Register 28
MTU_MC89_RDBFL29 0xF006699A          MC 89 Read Data and Bit Flip Register 29
MTU_MC89_RDBFL30 0xF006699C          MC 89 Read Data and Bit Flip Register 30
MTU_MC89_RDBFL31 0xF006699E          MC 89 Read Data and Bit Flip Register 31
MTU_MC89_RDBFL32 0xF00669A0          MC 89 Read Data and Bit Flip Register 32
MTU_MC89_RDBFL33 0xF00669A2          MC 89 Read Data and Bit Flip Register 33
MTU_MC89_RDBFL34 0xF00669A4          MC 89 Read Data and Bit Flip Register 34
MTU_MC89_RDBFL35 0xF00669A6          MC 89 Read Data and Bit Flip Register 35
MTU_MC89_RDBFL36 0xF00669A8          MC 89 Read Data and Bit Flip Register 36
MTU_MC89_RDBFL37 0xF00669AA          MC 89 Read Data and Bit Flip Register 37
MTU_MC89_RDBFL38 0xF00669AC          MC 89 Read Data and Bit Flip Register 38
MTU_MC89_RDBFL39 0xF00669AE          MC 89 Read Data and Bit Flip Register 39
MTU_MC89_RDBFL40 0xF00669B0          MC 89 Read Data and Bit Flip Register 40
MTU_MC89_RDBFL41 0xF00669B2          MC 89 Read Data and Bit Flip Register 41
MTU_MC89_RDBFL42 0xF00669B4          MC 89 Read Data and Bit Flip Register 42
MTU_MC89_RDBFL43 0xF00669B6          MC 89 Read Data and Bit Flip Register 43
MTU_MC89_RDBFL44 0xF00669B8          MC 89 Read Data and Bit Flip Register 44
MTU_MC89_RDBFL45 0xF00669BA          MC 89 Read Data and Bit Flip Register 45
MTU_MC89_RDBFL46 0xF00669BC          MC 89 Read Data and Bit Flip Register 46
MTU_MC89_RDBFL47 0xF00669BE          MC 89 Read Data and Bit Flip Register 47
MTU_MC89_RDBFL48 0xF00669C0          MC 89 Read Data and Bit Flip Register 48
MTU_MC89_RDBFL49 0xF00669C2          MC 89 Read Data and Bit Flip Register 49
MTU_MC89_RDBFL50 0xF00669C4          MC 89 Read Data and Bit Flip Register 50
MTU_MC89_RDBFL51 0xF00669C6          MC 89 Read Data and Bit Flip Register 51
MTU_MC89_RDBFL52 0xF00669C8          MC 89 Read Data and Bit Flip Register 52
MTU_MC89_RDBFL53 0xF00669CA          MC 89 Read Data and Bit Flip Register 53
MTU_MC89_RDBFL54 0xF00669CC          MC 89 Read Data and Bit Flip Register 54
MTU_MC89_RDBFL55 0xF00669CE          MC 89 Read Data and Bit Flip Register 55
MTU_MC89_RDBFL56 0xF00669D0          MC 89 Read Data and Bit Flip Register 56
MTU_MC89_RDBFL57 0xF00669D2          MC 89 Read Data and Bit Flip Register 57
MTU_MC89_RDBFL58 0xF00669D4          MC 89 Read Data and Bit Flip Register 58
MTU_MC89_RDBFL59 0xF00669D6          MC 89 Read Data and Bit Flip Register 59
MTU_MC89_RDBFL60 0xF00669D8          MC 89 Read Data and Bit Flip Register 60
MTU_MC89_RDBFL61 0xF00669DA          MC 89 Read Data and Bit Flip Register 61
MTU_MC89_RDBFL62 0xF00669DC          MC 89 Read Data and Bit Flip Register 62
MTU_MC89_RDBFL63 0xF00669DE          MC 89 Read Data and Bit Flip Register 63
MTU_MC89_RDBFL64 0xF00669E0          MC 89 Read Data and Bit Flip Register 64
MTU_MC89_RDBFL65 0xF00669E2          MC 89 Read Data and Bit Flip Register 65
MTU_MC89_RDBFL66 0xF00669E4          MC 89 Read Data and Bit Flip Register 66
MTU_MC89_ALMSRCS 0xF00669EE          MC 89 Alarm Sources Configuration Register
MTU_MC89_FAULTSTS 0xF00669F0          MC 89 SSH Safety Faults Status Register
MTU_MC89_ERRINFO0 0xF00669F2          MC 89 Error Information Register 0
MTU_MC89_ERRINFO1 0xF00669F4          MC 89 Error Information Register 1
MTU_MC89_ERRINFO2 0xF00669F6          MC 89 Error Information Register 2
MTU_MC89_ERRINFO3 0xF00669F8          MC 89 Error Information Register 3
MTU_MC89_ERRINFO4 0xF00669FA          MC 89 Error Information Register 4
MTU_MC90_CONFIG0 0xF0066A00          MC 90 Configuration Register 0
MTU_MC90_CONFIG1 0xF0066A02          MC 90 Configuration Register 1
MTU_MC90_MCONTROL 0xF0066A04          MC 90 MBIST Control Register
MTU_MC90_MSTATUS 0xF0066A06          MC 90 Status Register
MTU_MC90_RANGE  0xF0066A08          MC 90 Range Register, single address mode
MTU_MC90_REVID  0xF0066A0C          MC 90 Revision ID Register
MTU_MC90_ECCS   0xF0066A0E          MC 90 ECC Safety Register
MTU_MC90_ECCD   0xF0066A10          MC 90 Memory ECC Detection Register
MTU_MC90_ETRR0  0xF0066A12          MC 90 Error Tracking Register 0
MTU_MC90_ETRR1  0xF0066A14          MC 90 Error Tracking Register 1
MTU_MC90_ETRR2  0xF0066A16          MC 90 Error Tracking Register 2
MTU_MC90_ETRR3  0xF0066A18          MC 90 Error Tracking Register 3
MTU_MC90_ETRR4  0xF0066A1A          MC 90 Error Tracking Register 4
MTU_MC90_RDBFL0 0xF0066A60          MC 90 Read Data and Bit Flip Register 0
MTU_MC90_RDBFL1 0xF0066A62          MC 90 Read Data and Bit Flip Register 1
MTU_MC90_RDBFL2 0xF0066A64          MC 90 Read Data and Bit Flip Register 2
MTU_MC90_RDBFL3 0xF0066A66          MC 90 Read Data and Bit Flip Register 3
MTU_MC90_RDBFL4 0xF0066A68          MC 90 Read Data and Bit Flip Register 4
MTU_MC90_RDBFL5 0xF0066A6A          MC 90 Read Data and Bit Flip Register 5
MTU_MC90_RDBFL6 0xF0066A6C          MC 90 Read Data and Bit Flip Register 6
MTU_MC90_RDBFL7 0xF0066A6E          MC 90 Read Data and Bit Flip Register 7
MTU_MC90_RDBFL8 0xF0066A70          MC 90 Read Data and Bit Flip Register 8
MTU_MC90_RDBFL9 0xF0066A72          MC 90 Read Data and Bit Flip Register 9
MTU_MC90_RDBFL10 0xF0066A74          MC 90 Read Data and Bit Flip Register 10
MTU_MC90_RDBFL11 0xF0066A76          MC 90 Read Data and Bit Flip Register 11
MTU_MC90_RDBFL12 0xF0066A78          MC 90 Read Data and Bit Flip Register 12
MTU_MC90_RDBFL13 0xF0066A7A          MC 90 Read Data and Bit Flip Register 13
MTU_MC90_RDBFL14 0xF0066A7C          MC 90 Read Data and Bit Flip Register 14
MTU_MC90_RDBFL15 0xF0066A7E          MC 90 Read Data and Bit Flip Register 15
MTU_MC90_RDBFL16 0xF0066A80          MC 90 Read Data and Bit Flip Register 16
MTU_MC90_RDBFL17 0xF0066A82          MC 90 Read Data and Bit Flip Register 17
MTU_MC90_RDBFL18 0xF0066A84          MC 90 Read Data and Bit Flip Register 18
MTU_MC90_RDBFL19 0xF0066A86          MC 90 Read Data and Bit Flip Register 19
MTU_MC90_RDBFL20 0xF0066A88          MC 90 Read Data and Bit Flip Register 20
MTU_MC90_RDBFL21 0xF0066A8A          MC 90 Read Data and Bit Flip Register 21
MTU_MC90_RDBFL22 0xF0066A8C          MC 90 Read Data and Bit Flip Register 22
MTU_MC90_RDBFL23 0xF0066A8E          MC 90 Read Data and Bit Flip Register 23
MTU_MC90_RDBFL24 0xF0066A90          MC 90 Read Data and Bit Flip Register 24
MTU_MC90_RDBFL25 0xF0066A92          MC 90 Read Data and Bit Flip Register 25
MTU_MC90_RDBFL26 0xF0066A94          MC 90 Read Data and Bit Flip Register 26
MTU_MC90_RDBFL27 0xF0066A96          MC 90 Read Data and Bit Flip Register 27
MTU_MC90_RDBFL28 0xF0066A98          MC 90 Read Data and Bit Flip Register 28
MTU_MC90_RDBFL29 0xF0066A9A          MC 90 Read Data and Bit Flip Register 29
MTU_MC90_RDBFL30 0xF0066A9C          MC 90 Read Data and Bit Flip Register 30
MTU_MC90_RDBFL31 0xF0066A9E          MC 90 Read Data and Bit Flip Register 31
MTU_MC90_RDBFL32 0xF0066AA0          MC 90 Read Data and Bit Flip Register 32
MTU_MC90_RDBFL33 0xF0066AA2          MC 90 Read Data and Bit Flip Register 33
MTU_MC90_RDBFL34 0xF0066AA4          MC 90 Read Data and Bit Flip Register 34
MTU_MC90_RDBFL35 0xF0066AA6          MC 90 Read Data and Bit Flip Register 35
MTU_MC90_RDBFL36 0xF0066AA8          MC 90 Read Data and Bit Flip Register 36
MTU_MC90_RDBFL37 0xF0066AAA          MC 90 Read Data and Bit Flip Register 37
MTU_MC90_RDBFL38 0xF0066AAC          MC 90 Read Data and Bit Flip Register 38
MTU_MC90_RDBFL39 0xF0066AAE          MC 90 Read Data and Bit Flip Register 39
MTU_MC90_RDBFL40 0xF0066AB0          MC 90 Read Data and Bit Flip Register 40
MTU_MC90_RDBFL41 0xF0066AB2          MC 90 Read Data and Bit Flip Register 41
MTU_MC90_RDBFL42 0xF0066AB4          MC 90 Read Data and Bit Flip Register 42
MTU_MC90_RDBFL43 0xF0066AB6          MC 90 Read Data and Bit Flip Register 43
MTU_MC90_RDBFL44 0xF0066AB8          MC 90 Read Data and Bit Flip Register 44
MTU_MC90_RDBFL45 0xF0066ABA          MC 90 Read Data and Bit Flip Register 45
MTU_MC90_RDBFL46 0xF0066ABC          MC 90 Read Data and Bit Flip Register 46
MTU_MC90_RDBFL47 0xF0066ABE          MC 90 Read Data and Bit Flip Register 47
MTU_MC90_RDBFL48 0xF0066AC0          MC 90 Read Data and Bit Flip Register 48
MTU_MC90_RDBFL49 0xF0066AC2          MC 90 Read Data and Bit Flip Register 49
MTU_MC90_RDBFL50 0xF0066AC4          MC 90 Read Data and Bit Flip Register 50
MTU_MC90_RDBFL51 0xF0066AC6          MC 90 Read Data and Bit Flip Register 51
MTU_MC90_RDBFL52 0xF0066AC8          MC 90 Read Data and Bit Flip Register 52
MTU_MC90_RDBFL53 0xF0066ACA          MC 90 Read Data and Bit Flip Register 53
MTU_MC90_RDBFL54 0xF0066ACC          MC 90 Read Data and Bit Flip Register 54
MTU_MC90_RDBFL55 0xF0066ACE          MC 90 Read Data and Bit Flip Register 55
MTU_MC90_RDBFL56 0xF0066AD0          MC 90 Read Data and Bit Flip Register 56
MTU_MC90_RDBFL57 0xF0066AD2          MC 90 Read Data and Bit Flip Register 57
MTU_MC90_RDBFL58 0xF0066AD4          MC 90 Read Data and Bit Flip Register 58
MTU_MC90_RDBFL59 0xF0066AD6          MC 90 Read Data and Bit Flip Register 59
MTU_MC90_RDBFL60 0xF0066AD8          MC 90 Read Data and Bit Flip Register 60
MTU_MC90_RDBFL61 0xF0066ADA          MC 90 Read Data and Bit Flip Register 61
MTU_MC90_RDBFL62 0xF0066ADC          MC 90 Read Data and Bit Flip Register 62
MTU_MC90_RDBFL63 0xF0066ADE          MC 90 Read Data and Bit Flip Register 63
MTU_MC90_RDBFL64 0xF0066AE0          MC 90 Read Data and Bit Flip Register 64
MTU_MC90_RDBFL65 0xF0066AE2          MC 90 Read Data and Bit Flip Register 65
MTU_MC90_RDBFL66 0xF0066AE4          MC 90 Read Data and Bit Flip Register 66
MTU_MC90_ALMSRCS 0xF0066AEE          MC 90 Alarm Sources Configuration Register
MTU_MC90_FAULTSTS 0xF0066AF0          MC 90 SSH Safety Faults Status Register
MTU_MC90_ERRINFO0 0xF0066AF2          MC 90 Error Information Register 0
MTU_MC90_ERRINFO1 0xF0066AF4          MC 90 Error Information Register 1
MTU_MC90_ERRINFO2 0xF0066AF6          MC 90 Error Information Register 2
MTU_MC90_ERRINFO3 0xF0066AF8          MC 90 Error Information Register 3
MTU_MC90_ERRINFO4 0xF0066AFA          MC 90 Error Information Register 4
MTU_MC91_CONFIG0 0xF0066B00          MC 91 Configuration Register 0
MTU_MC91_CONFIG1 0xF0066B02          MC 91 Configuration Register 1
MTU_MC91_MCONTROL 0xF0066B04          MC 91 MBIST Control Register
MTU_MC91_MSTATUS 0xF0066B06          MC 91 Status Register
MTU_MC91_RANGE  0xF0066B08          MC 91 Range Register, single address mode
MTU_MC91_REVID  0xF0066B0C          MC 91 Revision ID Register
MTU_MC91_ECCS   0xF0066B0E          MC 91 ECC Safety Register
MTU_MC91_ECCD   0xF0066B10          MC 91 Memory ECC Detection Register
MTU_MC91_ETRR0  0xF0066B12          MC 91 Error Tracking Register 0
MTU_MC91_ETRR1  0xF0066B14          MC 91 Error Tracking Register 1
MTU_MC91_ETRR2  0xF0066B16          MC 91 Error Tracking Register 2
MTU_MC91_ETRR3  0xF0066B18          MC 91 Error Tracking Register 3
MTU_MC91_ETRR4  0xF0066B1A          MC 91 Error Tracking Register 4
MTU_MC91_RDBFL0 0xF0066B60          MC 91 Read Data and Bit Flip Register 0
MTU_MC91_RDBFL1 0xF0066B62          MC 91 Read Data and Bit Flip Register 1
MTU_MC91_RDBFL2 0xF0066B64          MC 91 Read Data and Bit Flip Register 2
MTU_MC91_RDBFL3 0xF0066B66          MC 91 Read Data and Bit Flip Register 3
MTU_MC91_RDBFL4 0xF0066B68          MC 91 Read Data and Bit Flip Register 4
MTU_MC91_RDBFL5 0xF0066B6A          MC 91 Read Data and Bit Flip Register 5
MTU_MC91_RDBFL6 0xF0066B6C          MC 91 Read Data and Bit Flip Register 6
MTU_MC91_RDBFL7 0xF0066B6E          MC 91 Read Data and Bit Flip Register 7
MTU_MC91_RDBFL8 0xF0066B70          MC 91 Read Data and Bit Flip Register 8
MTU_MC91_RDBFL9 0xF0066B72          MC 91 Read Data and Bit Flip Register 9
MTU_MC91_RDBFL10 0xF0066B74          MC 91 Read Data and Bit Flip Register 10
MTU_MC91_RDBFL11 0xF0066B76          MC 91 Read Data and Bit Flip Register 11
MTU_MC91_RDBFL12 0xF0066B78          MC 91 Read Data and Bit Flip Register 12
MTU_MC91_RDBFL13 0xF0066B7A          MC 91 Read Data and Bit Flip Register 13
MTU_MC91_RDBFL14 0xF0066B7C          MC 91 Read Data and Bit Flip Register 14
MTU_MC91_RDBFL15 0xF0066B7E          MC 91 Read Data and Bit Flip Register 15
MTU_MC91_RDBFL16 0xF0066B80          MC 91 Read Data and Bit Flip Register 16
MTU_MC91_RDBFL17 0xF0066B82          MC 91 Read Data and Bit Flip Register 17
MTU_MC91_RDBFL18 0xF0066B84          MC 91 Read Data and Bit Flip Register 18
MTU_MC91_RDBFL19 0xF0066B86          MC 91 Read Data and Bit Flip Register 19
MTU_MC91_RDBFL20 0xF0066B88          MC 91 Read Data and Bit Flip Register 20
MTU_MC91_RDBFL21 0xF0066B8A          MC 91 Read Data and Bit Flip Register 21
MTU_MC91_RDBFL22 0xF0066B8C          MC 91 Read Data and Bit Flip Register 22
MTU_MC91_RDBFL23 0xF0066B8E          MC 91 Read Data and Bit Flip Register 23
MTU_MC91_RDBFL24 0xF0066B90          MC 91 Read Data and Bit Flip Register 24
MTU_MC91_RDBFL25 0xF0066B92          MC 91 Read Data and Bit Flip Register 25
MTU_MC91_RDBFL26 0xF0066B94          MC 91 Read Data and Bit Flip Register 26
MTU_MC91_RDBFL27 0xF0066B96          MC 91 Read Data and Bit Flip Register 27
MTU_MC91_RDBFL28 0xF0066B98          MC 91 Read Data and Bit Flip Register 28
MTU_MC91_RDBFL29 0xF0066B9A          MC 91 Read Data and Bit Flip Register 29
MTU_MC91_RDBFL30 0xF0066B9C          MC 91 Read Data and Bit Flip Register 30
MTU_MC91_RDBFL31 0xF0066B9E          MC 91 Read Data and Bit Flip Register 31
MTU_MC91_RDBFL32 0xF0066BA0          MC 91 Read Data and Bit Flip Register 32
MTU_MC91_RDBFL33 0xF0066BA2          MC 91 Read Data and Bit Flip Register 33
MTU_MC91_RDBFL34 0xF0066BA4          MC 91 Read Data and Bit Flip Register 34
MTU_MC91_RDBFL35 0xF0066BA6          MC 91 Read Data and Bit Flip Register 35
MTU_MC91_RDBFL36 0xF0066BA8          MC 91 Read Data and Bit Flip Register 36
MTU_MC91_RDBFL37 0xF0066BAA          MC 91 Read Data and Bit Flip Register 37
MTU_MC91_RDBFL38 0xF0066BAC          MC 91 Read Data and Bit Flip Register 38
MTU_MC91_RDBFL39 0xF0066BAE          MC 91 Read Data and Bit Flip Register 39
MTU_MC91_RDBFL40 0xF0066BB0          MC 91 Read Data and Bit Flip Register 40
MTU_MC91_RDBFL41 0xF0066BB2          MC 91 Read Data and Bit Flip Register 41
MTU_MC91_RDBFL42 0xF0066BB4          MC 91 Read Data and Bit Flip Register 42
MTU_MC91_RDBFL43 0xF0066BB6          MC 91 Read Data and Bit Flip Register 43
MTU_MC91_RDBFL44 0xF0066BB8          MC 91 Read Data and Bit Flip Register 44
MTU_MC91_RDBFL45 0xF0066BBA          MC 91 Read Data and Bit Flip Register 45
MTU_MC91_RDBFL46 0xF0066BBC          MC 91 Read Data and Bit Flip Register 46
MTU_MC91_RDBFL47 0xF0066BBE          MC 91 Read Data and Bit Flip Register 47
MTU_MC91_RDBFL48 0xF0066BC0          MC 91 Read Data and Bit Flip Register 48
MTU_MC91_RDBFL49 0xF0066BC2          MC 91 Read Data and Bit Flip Register 49
MTU_MC91_RDBFL50 0xF0066BC4          MC 91 Read Data and Bit Flip Register 50
MTU_MC91_RDBFL51 0xF0066BC6          MC 91 Read Data and Bit Flip Register 51
MTU_MC91_RDBFL52 0xF0066BC8          MC 91 Read Data and Bit Flip Register 52
MTU_MC91_RDBFL53 0xF0066BCA          MC 91 Read Data and Bit Flip Register 53
MTU_MC91_RDBFL54 0xF0066BCC          MC 91 Read Data and Bit Flip Register 54
MTU_MC91_RDBFL55 0xF0066BCE          MC 91 Read Data and Bit Flip Register 55
MTU_MC91_RDBFL56 0xF0066BD0          MC 91 Read Data and Bit Flip Register 56
MTU_MC91_RDBFL57 0xF0066BD2          MC 91 Read Data and Bit Flip Register 57
MTU_MC91_RDBFL58 0xF0066BD4          MC 91 Read Data and Bit Flip Register 58
MTU_MC91_RDBFL59 0xF0066BD6          MC 91 Read Data and Bit Flip Register 59
MTU_MC91_RDBFL60 0xF0066BD8          MC 91 Read Data and Bit Flip Register 60
MTU_MC91_RDBFL61 0xF0066BDA          MC 91 Read Data and Bit Flip Register 61
MTU_MC91_RDBFL62 0xF0066BDC          MC 91 Read Data and Bit Flip Register 62
MTU_MC91_RDBFL63 0xF0066BDE          MC 91 Read Data and Bit Flip Register 63
MTU_MC91_RDBFL64 0xF0066BE0          MC 91 Read Data and Bit Flip Register 64
MTU_MC91_RDBFL65 0xF0066BE2          MC 91 Read Data and Bit Flip Register 65
MTU_MC91_RDBFL66 0xF0066BE4          MC 91 Read Data and Bit Flip Register 66
MTU_MC91_ALMSRCS 0xF0066BEE          MC 91 Alarm Sources Configuration Register
MTU_MC91_FAULTSTS 0xF0066BF0          MC 91 SSH Safety Faults Status Register
MTU_MC91_ERRINFO0 0xF0066BF2          MC 91 Error Information Register 0
MTU_MC91_ERRINFO1 0xF0066BF4          MC 91 Error Information Register 1
MTU_MC91_ERRINFO2 0xF0066BF6          MC 91 Error Information Register 2
MTU_MC91_ERRINFO3 0xF0066BF8          MC 91 Error Information Register 3
MTU_MC91_ERRINFO4 0xF0066BFA          MC 91 Error Information Register 4
MTU_MC92_CONFIG0 0xF0066C00          MC 92 Configuration Register 0
MTU_MC92_CONFIG1 0xF0066C02          MC 92 Configuration Register 1
MTU_MC92_MCONTROL 0xF0066C04          MC 92 MBIST Control Register
MTU_MC92_MSTATUS 0xF0066C06          MC 92 Status Register
MTU_MC92_RANGE  0xF0066C08          MC 92 Range Register, single address mode
MTU_MC92_REVID  0xF0066C0C          MC 92 Revision ID Register
MTU_MC92_ECCS   0xF0066C0E          MC 92 ECC Safety Register
MTU_MC92_ECCD   0xF0066C10          MC 92 Memory ECC Detection Register
MTU_MC92_ETRR0  0xF0066C12          MC 92 Error Tracking Register 0
MTU_MC92_ETRR1  0xF0066C14          MC 92 Error Tracking Register 1
MTU_MC92_ETRR2  0xF0066C16          MC 92 Error Tracking Register 2
MTU_MC92_ETRR3  0xF0066C18          MC 92 Error Tracking Register 3
MTU_MC92_ETRR4  0xF0066C1A          MC 92 Error Tracking Register 4
MTU_MC92_RDBFL0 0xF0066C60          MC 92 Read Data and Bit Flip Register 0
MTU_MC92_RDBFL1 0xF0066C62          MC 92 Read Data and Bit Flip Register 1
MTU_MC92_RDBFL2 0xF0066C64          MC 92 Read Data and Bit Flip Register 2
MTU_MC92_RDBFL3 0xF0066C66          MC 92 Read Data and Bit Flip Register 3
MTU_MC92_RDBFL4 0xF0066C68          MC 92 Read Data and Bit Flip Register 4
MTU_MC92_RDBFL5 0xF0066C6A          MC 92 Read Data and Bit Flip Register 5
MTU_MC92_RDBFL6 0xF0066C6C          MC 92 Read Data and Bit Flip Register 6
MTU_MC92_RDBFL7 0xF0066C6E          MC 92 Read Data and Bit Flip Register 7
MTU_MC92_RDBFL8 0xF0066C70          MC 92 Read Data and Bit Flip Register 8
MTU_MC92_RDBFL9 0xF0066C72          MC 92 Read Data and Bit Flip Register 9
MTU_MC92_RDBFL10 0xF0066C74          MC 92 Read Data and Bit Flip Register 10
MTU_MC92_RDBFL11 0xF0066C76          MC 92 Read Data and Bit Flip Register 11
MTU_MC92_RDBFL12 0xF0066C78          MC 92 Read Data and Bit Flip Register 12
MTU_MC92_RDBFL13 0xF0066C7A          MC 92 Read Data and Bit Flip Register 13
MTU_MC92_RDBFL14 0xF0066C7C          MC 92 Read Data and Bit Flip Register 14
MTU_MC92_RDBFL15 0xF0066C7E          MC 92 Read Data and Bit Flip Register 15
MTU_MC92_RDBFL16 0xF0066C80          MC 92 Read Data and Bit Flip Register 16
MTU_MC92_RDBFL17 0xF0066C82          MC 92 Read Data and Bit Flip Register 17
MTU_MC92_RDBFL18 0xF0066C84          MC 92 Read Data and Bit Flip Register 18
MTU_MC92_RDBFL19 0xF0066C86          MC 92 Read Data and Bit Flip Register 19
MTU_MC92_RDBFL20 0xF0066C88          MC 92 Read Data and Bit Flip Register 20
MTU_MC92_RDBFL21 0xF0066C8A          MC 92 Read Data and Bit Flip Register 21
MTU_MC92_RDBFL22 0xF0066C8C          MC 92 Read Data and Bit Flip Register 22
MTU_MC92_RDBFL23 0xF0066C8E          MC 92 Read Data and Bit Flip Register 23
MTU_MC92_RDBFL24 0xF0066C90          MC 92 Read Data and Bit Flip Register 24
MTU_MC92_RDBFL25 0xF0066C92          MC 92 Read Data and Bit Flip Register 25
MTU_MC92_RDBFL26 0xF0066C94          MC 92 Read Data and Bit Flip Register 26
MTU_MC92_RDBFL27 0xF0066C96          MC 92 Read Data and Bit Flip Register 27
MTU_MC92_RDBFL28 0xF0066C98          MC 92 Read Data and Bit Flip Register 28
MTU_MC92_RDBFL29 0xF0066C9A          MC 92 Read Data and Bit Flip Register 29
MTU_MC92_RDBFL30 0xF0066C9C          MC 92 Read Data and Bit Flip Register 30
MTU_MC92_RDBFL31 0xF0066C9E          MC 92 Read Data and Bit Flip Register 31
MTU_MC92_RDBFL32 0xF0066CA0          MC 92 Read Data and Bit Flip Register 32
MTU_MC92_RDBFL33 0xF0066CA2          MC 92 Read Data and Bit Flip Register 33
MTU_MC92_RDBFL34 0xF0066CA4          MC 92 Read Data and Bit Flip Register 34
MTU_MC92_RDBFL35 0xF0066CA6          MC 92 Read Data and Bit Flip Register 35
MTU_MC92_RDBFL36 0xF0066CA8          MC 92 Read Data and Bit Flip Register 36
MTU_MC92_RDBFL37 0xF0066CAA          MC 92 Read Data and Bit Flip Register 37
MTU_MC92_RDBFL38 0xF0066CAC          MC 92 Read Data and Bit Flip Register 38
MTU_MC92_RDBFL39 0xF0066CAE          MC 92 Read Data and Bit Flip Register 39
MTU_MC92_RDBFL40 0xF0066CB0          MC 92 Read Data and Bit Flip Register 40
MTU_MC92_RDBFL41 0xF0066CB2          MC 92 Read Data and Bit Flip Register 41
MTU_MC92_RDBFL42 0xF0066CB4          MC 92 Read Data and Bit Flip Register 42
MTU_MC92_RDBFL43 0xF0066CB6          MC 92 Read Data and Bit Flip Register 43
MTU_MC92_RDBFL44 0xF0066CB8          MC 92 Read Data and Bit Flip Register 44
MTU_MC92_RDBFL45 0xF0066CBA          MC 92 Read Data and Bit Flip Register 45
MTU_MC92_RDBFL46 0xF0066CBC          MC 92 Read Data and Bit Flip Register 46
MTU_MC92_RDBFL47 0xF0066CBE          MC 92 Read Data and Bit Flip Register 47
MTU_MC92_RDBFL48 0xF0066CC0          MC 92 Read Data and Bit Flip Register 48
MTU_MC92_RDBFL49 0xF0066CC2          MC 92 Read Data and Bit Flip Register 49
MTU_MC92_RDBFL50 0xF0066CC4          MC 92 Read Data and Bit Flip Register 50
MTU_MC92_RDBFL51 0xF0066CC6          MC 92 Read Data and Bit Flip Register 51
MTU_MC92_RDBFL52 0xF0066CC8          MC 92 Read Data and Bit Flip Register 52
MTU_MC92_RDBFL53 0xF0066CCA          MC 92 Read Data and Bit Flip Register 53
MTU_MC92_RDBFL54 0xF0066CCC          MC 92 Read Data and Bit Flip Register 54
MTU_MC92_RDBFL55 0xF0066CCE          MC 92 Read Data and Bit Flip Register 55
MTU_MC92_RDBFL56 0xF0066CD0          MC 92 Read Data and Bit Flip Register 56
MTU_MC92_RDBFL57 0xF0066CD2          MC 92 Read Data and Bit Flip Register 57
MTU_MC92_RDBFL58 0xF0066CD4          MC 92 Read Data and Bit Flip Register 58
MTU_MC92_RDBFL59 0xF0066CD6          MC 92 Read Data and Bit Flip Register 59
MTU_MC92_RDBFL60 0xF0066CD8          MC 92 Read Data and Bit Flip Register 60
MTU_MC92_RDBFL61 0xF0066CDA          MC 92 Read Data and Bit Flip Register 61
MTU_MC92_RDBFL62 0xF0066CDC          MC 92 Read Data and Bit Flip Register 62
MTU_MC92_RDBFL63 0xF0066CDE          MC 92 Read Data and Bit Flip Register 63
MTU_MC92_RDBFL64 0xF0066CE0          MC 92 Read Data and Bit Flip Register 64
MTU_MC92_RDBFL65 0xF0066CE2          MC 92 Read Data and Bit Flip Register 65
MTU_MC92_RDBFL66 0xF0066CE4          MC 92 Read Data and Bit Flip Register 66
MTU_MC92_ALMSRCS 0xF0066CEE          MC 92 Alarm Sources Configuration Register
MTU_MC92_FAULTSTS 0xF0066CF0          MC 92 SSH Safety Faults Status Register
MTU_MC92_ERRINFO0 0xF0066CF2          MC 92 Error Information Register 0
MTU_MC92_ERRINFO1 0xF0066CF4          MC 92 Error Information Register 1
MTU_MC92_ERRINFO2 0xF0066CF6          MC 92 Error Information Register 2
MTU_MC92_ERRINFO3 0xF0066CF8          MC 92 Error Information Register 3
MTU_MC92_ERRINFO4 0xF0066CFA          MC 92 Error Information Register 4
MTU_MC93_CONFIG0 0xF0066D00          MC 93 Configuration Register 0
MTU_MC93_CONFIG1 0xF0066D02          MC 93 Configuration Register 1
MTU_MC93_MCONTROL 0xF0066D04          MC 93 MBIST Control Register
MTU_MC93_MSTATUS 0xF0066D06          MC 93 Status Register
MTU_MC93_RANGE  0xF0066D08          MC 93 Range Register, single address mode
MTU_MC93_REVID  0xF0066D0C          MC 93 Revision ID Register
MTU_MC93_ECCS   0xF0066D0E          MC 93 ECC Safety Register
MTU_MC93_ECCD   0xF0066D10          MC 93 Memory ECC Detection Register
MTU_MC93_ETRR0  0xF0066D12          MC 93 Error Tracking Register 0
MTU_MC93_ETRR1  0xF0066D14          MC 93 Error Tracking Register 1
MTU_MC93_ETRR2  0xF0066D16          MC 93 Error Tracking Register 2
MTU_MC93_ETRR3  0xF0066D18          MC 93 Error Tracking Register 3
MTU_MC93_ETRR4  0xF0066D1A          MC 93 Error Tracking Register 4
MTU_MC93_RDBFL0 0xF0066D60          MC 93 Read Data and Bit Flip Register 0
MTU_MC93_RDBFL1 0xF0066D62          MC 93 Read Data and Bit Flip Register 1
MTU_MC93_RDBFL2 0xF0066D64          MC 93 Read Data and Bit Flip Register 2
MTU_MC93_RDBFL3 0xF0066D66          MC 93 Read Data and Bit Flip Register 3
MTU_MC93_RDBFL4 0xF0066D68          MC 93 Read Data and Bit Flip Register 4
MTU_MC93_RDBFL5 0xF0066D6A          MC 93 Read Data and Bit Flip Register 5
MTU_MC93_RDBFL6 0xF0066D6C          MC 93 Read Data and Bit Flip Register 6
MTU_MC93_RDBFL7 0xF0066D6E          MC 93 Read Data and Bit Flip Register 7
MTU_MC93_RDBFL8 0xF0066D70          MC 93 Read Data and Bit Flip Register 8
MTU_MC93_RDBFL9 0xF0066D72          MC 93 Read Data and Bit Flip Register 9
MTU_MC93_RDBFL10 0xF0066D74          MC 93 Read Data and Bit Flip Register 10
MTU_MC93_RDBFL11 0xF0066D76          MC 93 Read Data and Bit Flip Register 11
MTU_MC93_RDBFL12 0xF0066D78          MC 93 Read Data and Bit Flip Register 12
MTU_MC93_RDBFL13 0xF0066D7A          MC 93 Read Data and Bit Flip Register 13
MTU_MC93_RDBFL14 0xF0066D7C          MC 93 Read Data and Bit Flip Register 14
MTU_MC93_RDBFL15 0xF0066D7E          MC 93 Read Data and Bit Flip Register 15
MTU_MC93_RDBFL16 0xF0066D80          MC 93 Read Data and Bit Flip Register 16
MTU_MC93_RDBFL17 0xF0066D82          MC 93 Read Data and Bit Flip Register 17
MTU_MC93_RDBFL18 0xF0066D84          MC 93 Read Data and Bit Flip Register 18
MTU_MC93_RDBFL19 0xF0066D86          MC 93 Read Data and Bit Flip Register 19
MTU_MC93_RDBFL20 0xF0066D88          MC 93 Read Data and Bit Flip Register 20
MTU_MC93_RDBFL21 0xF0066D8A          MC 93 Read Data and Bit Flip Register 21
MTU_MC93_RDBFL22 0xF0066D8C          MC 93 Read Data and Bit Flip Register 22
MTU_MC93_RDBFL23 0xF0066D8E          MC 93 Read Data and Bit Flip Register 23
MTU_MC93_RDBFL24 0xF0066D90          MC 93 Read Data and Bit Flip Register 24
MTU_MC93_RDBFL25 0xF0066D92          MC 93 Read Data and Bit Flip Register 25
MTU_MC93_RDBFL26 0xF0066D94          MC 93 Read Data and Bit Flip Register 26
MTU_MC93_RDBFL27 0xF0066D96          MC 93 Read Data and Bit Flip Register 27
MTU_MC93_RDBFL28 0xF0066D98          MC 93 Read Data and Bit Flip Register 28
MTU_MC93_RDBFL29 0xF0066D9A          MC 93 Read Data and Bit Flip Register 29
MTU_MC93_RDBFL30 0xF0066D9C          MC 93 Read Data and Bit Flip Register 30
MTU_MC93_RDBFL31 0xF0066D9E          MC 93 Read Data and Bit Flip Register 31
MTU_MC93_RDBFL32 0xF0066DA0          MC 93 Read Data and Bit Flip Register 32
MTU_MC93_RDBFL33 0xF0066DA2          MC 93 Read Data and Bit Flip Register 33
MTU_MC93_RDBFL34 0xF0066DA4          MC 93 Read Data and Bit Flip Register 34
MTU_MC93_RDBFL35 0xF0066DA6          MC 93 Read Data and Bit Flip Register 35
MTU_MC93_RDBFL36 0xF0066DA8          MC 93 Read Data and Bit Flip Register 36
MTU_MC93_RDBFL37 0xF0066DAA          MC 93 Read Data and Bit Flip Register 37
MTU_MC93_RDBFL38 0xF0066DAC          MC 93 Read Data and Bit Flip Register 38
MTU_MC93_RDBFL39 0xF0066DAE          MC 93 Read Data and Bit Flip Register 39
MTU_MC93_RDBFL40 0xF0066DB0          MC 93 Read Data and Bit Flip Register 40
MTU_MC93_RDBFL41 0xF0066DB2          MC 93 Read Data and Bit Flip Register 41
MTU_MC93_RDBFL42 0xF0066DB4          MC 93 Read Data and Bit Flip Register 42
MTU_MC93_RDBFL43 0xF0066DB6          MC 93 Read Data and Bit Flip Register 43
MTU_MC93_RDBFL44 0xF0066DB8          MC 93 Read Data and Bit Flip Register 44
MTU_MC93_RDBFL45 0xF0066DBA          MC 93 Read Data and Bit Flip Register 45
MTU_MC93_RDBFL46 0xF0066DBC          MC 93 Read Data and Bit Flip Register 46
MTU_MC93_RDBFL47 0xF0066DBE          MC 93 Read Data and Bit Flip Register 47
MTU_MC93_RDBFL48 0xF0066DC0          MC 93 Read Data and Bit Flip Register 48
MTU_MC93_RDBFL49 0xF0066DC2          MC 93 Read Data and Bit Flip Register 49
MTU_MC93_RDBFL50 0xF0066DC4          MC 93 Read Data and Bit Flip Register 50
MTU_MC93_RDBFL51 0xF0066DC6          MC 93 Read Data and Bit Flip Register 51
MTU_MC93_RDBFL52 0xF0066DC8          MC 93 Read Data and Bit Flip Register 52
MTU_MC93_RDBFL53 0xF0066DCA          MC 93 Read Data and Bit Flip Register 53
MTU_MC93_RDBFL54 0xF0066DCC          MC 93 Read Data and Bit Flip Register 54
MTU_MC93_RDBFL55 0xF0066DCE          MC 93 Read Data and Bit Flip Register 55
MTU_MC93_RDBFL56 0xF0066DD0          MC 93 Read Data and Bit Flip Register 56
MTU_MC93_RDBFL57 0xF0066DD2          MC 93 Read Data and Bit Flip Register 57
MTU_MC93_RDBFL58 0xF0066DD4          MC 93 Read Data and Bit Flip Register 58
MTU_MC93_RDBFL59 0xF0066DD6          MC 93 Read Data and Bit Flip Register 59
MTU_MC93_RDBFL60 0xF0066DD8          MC 93 Read Data and Bit Flip Register 60
MTU_MC93_RDBFL61 0xF0066DDA          MC 93 Read Data and Bit Flip Register 61
MTU_MC93_RDBFL62 0xF0066DDC          MC 93 Read Data and Bit Flip Register 62
MTU_MC93_RDBFL63 0xF0066DDE          MC 93 Read Data and Bit Flip Register 63
MTU_MC93_RDBFL64 0xF0066DE0          MC 93 Read Data and Bit Flip Register 64
MTU_MC93_RDBFL65 0xF0066DE2          MC 93 Read Data and Bit Flip Register 65
MTU_MC93_RDBFL66 0xF0066DE4          MC 93 Read Data and Bit Flip Register 66
MTU_MC93_ALMSRCS 0xF0066DEE          MC 93 Alarm Sources Configuration Register
MTU_MC93_FAULTSTS 0xF0066DF0          MC 93 SSH Safety Faults Status Register
MTU_MC93_ERRINFO0 0xF0066DF2          MC 93 Error Information Register 0
MTU_MC93_ERRINFO1 0xF0066DF4          MC 93 Error Information Register 1
MTU_MC93_ERRINFO2 0xF0066DF6          MC 93 Error Information Register 2
MTU_MC93_ERRINFO3 0xF0066DF8          MC 93 Error Information Register 3
MTU_MC93_ERRINFO4 0xF0066DFA          MC 93 Error Information Register 4
MTU_MC94_CONFIG0 0xF0066E00          MC 94 Configuration Register 0
MTU_MC94_CONFIG1 0xF0066E02          MC 94 Configuration Register 1
MTU_MC94_MCONTROL 0xF0066E04          MC 94 MBIST Control Register
MTU_MC94_MSTATUS 0xF0066E06          MC 94 Status Register
MTU_MC94_RANGE  0xF0066E08          MC 94 Range Register, single address mode
MTU_MC94_REVID  0xF0066E0C          MC 94 Revision ID Register
MTU_MC94_ECCS   0xF0066E0E          MC 94 ECC Safety Register
MTU_MC94_ECCD   0xF0066E10          MC 94 Memory ECC Detection Register
MTU_MC94_ETRR0  0xF0066E12          MC 94 Error Tracking Register 0
MTU_MC94_ETRR1  0xF0066E14          MC 94 Error Tracking Register 1
MTU_MC94_ETRR2  0xF0066E16          MC 94 Error Tracking Register 2
MTU_MC94_ETRR3  0xF0066E18          MC 94 Error Tracking Register 3
MTU_MC94_ETRR4  0xF0066E1A          MC 94 Error Tracking Register 4
MTU_MC94_RDBFL0 0xF0066E60          MC 94 Read Data and Bit Flip Register 0
MTU_MC94_RDBFL1 0xF0066E62          MC 94 Read Data and Bit Flip Register 1
MTU_MC94_RDBFL2 0xF0066E64          MC 94 Read Data and Bit Flip Register 2
MTU_MC94_RDBFL3 0xF0066E66          MC 94 Read Data and Bit Flip Register 3
MTU_MC94_RDBFL4 0xF0066E68          MC 94 Read Data and Bit Flip Register 4
MTU_MC94_RDBFL5 0xF0066E6A          MC 94 Read Data and Bit Flip Register 5
MTU_MC94_RDBFL6 0xF0066E6C          MC 94 Read Data and Bit Flip Register 6
MTU_MC94_RDBFL7 0xF0066E6E          MC 94 Read Data and Bit Flip Register 7
MTU_MC94_RDBFL8 0xF0066E70          MC 94 Read Data and Bit Flip Register 8
MTU_MC94_RDBFL9 0xF0066E72          MC 94 Read Data and Bit Flip Register 9
MTU_MC94_RDBFL10 0xF0066E74          MC 94 Read Data and Bit Flip Register 10
MTU_MC94_RDBFL11 0xF0066E76          MC 94 Read Data and Bit Flip Register 11
MTU_MC94_RDBFL12 0xF0066E78          MC 94 Read Data and Bit Flip Register 12
MTU_MC94_RDBFL13 0xF0066E7A          MC 94 Read Data and Bit Flip Register 13
MTU_MC94_RDBFL14 0xF0066E7C          MC 94 Read Data and Bit Flip Register 14
MTU_MC94_RDBFL15 0xF0066E7E          MC 94 Read Data and Bit Flip Register 15
MTU_MC94_RDBFL16 0xF0066E80          MC 94 Read Data and Bit Flip Register 16
MTU_MC94_RDBFL17 0xF0066E82          MC 94 Read Data and Bit Flip Register 17
MTU_MC94_RDBFL18 0xF0066E84          MC 94 Read Data and Bit Flip Register 18
MTU_MC94_RDBFL19 0xF0066E86          MC 94 Read Data and Bit Flip Register 19
MTU_MC94_RDBFL20 0xF0066E88          MC 94 Read Data and Bit Flip Register 20
MTU_MC94_RDBFL21 0xF0066E8A          MC 94 Read Data and Bit Flip Register 21
MTU_MC94_RDBFL22 0xF0066E8C          MC 94 Read Data and Bit Flip Register 22
MTU_MC94_RDBFL23 0xF0066E8E          MC 94 Read Data and Bit Flip Register 23
MTU_MC94_RDBFL24 0xF0066E90          MC 94 Read Data and Bit Flip Register 24
MTU_MC94_RDBFL25 0xF0066E92          MC 94 Read Data and Bit Flip Register 25
MTU_MC94_RDBFL26 0xF0066E94          MC 94 Read Data and Bit Flip Register 26
MTU_MC94_RDBFL27 0xF0066E96          MC 94 Read Data and Bit Flip Register 27
MTU_MC94_RDBFL28 0xF0066E98          MC 94 Read Data and Bit Flip Register 28
MTU_MC94_RDBFL29 0xF0066E9A          MC 94 Read Data and Bit Flip Register 29
MTU_MC94_RDBFL30 0xF0066E9C          MC 94 Read Data and Bit Flip Register 30
MTU_MC94_RDBFL31 0xF0066E9E          MC 94 Read Data and Bit Flip Register 31
MTU_MC94_RDBFL32 0xF0066EA0          MC 94 Read Data and Bit Flip Register 32
MTU_MC94_RDBFL33 0xF0066EA2          MC 94 Read Data and Bit Flip Register 33
MTU_MC94_RDBFL34 0xF0066EA4          MC 94 Read Data and Bit Flip Register 34
MTU_MC94_RDBFL35 0xF0066EA6          MC 94 Read Data and Bit Flip Register 35
MTU_MC94_RDBFL36 0xF0066EA8          MC 94 Read Data and Bit Flip Register 36
MTU_MC94_RDBFL37 0xF0066EAA          MC 94 Read Data and Bit Flip Register 37
MTU_MC94_RDBFL38 0xF0066EAC          MC 94 Read Data and Bit Flip Register 38
MTU_MC94_RDBFL39 0xF0066EAE          MC 94 Read Data and Bit Flip Register 39
MTU_MC94_RDBFL40 0xF0066EB0          MC 94 Read Data and Bit Flip Register 40
MTU_MC94_RDBFL41 0xF0066EB2          MC 94 Read Data and Bit Flip Register 41
MTU_MC94_RDBFL42 0xF0066EB4          MC 94 Read Data and Bit Flip Register 42
MTU_MC94_RDBFL43 0xF0066EB6          MC 94 Read Data and Bit Flip Register 43
MTU_MC94_RDBFL44 0xF0066EB8          MC 94 Read Data and Bit Flip Register 44
MTU_MC94_RDBFL45 0xF0066EBA          MC 94 Read Data and Bit Flip Register 45
MTU_MC94_RDBFL46 0xF0066EBC          MC 94 Read Data and Bit Flip Register 46
MTU_MC94_RDBFL47 0xF0066EBE          MC 94 Read Data and Bit Flip Register 47
MTU_MC94_RDBFL48 0xF0066EC0          MC 94 Read Data and Bit Flip Register 48
MTU_MC94_RDBFL49 0xF0066EC2          MC 94 Read Data and Bit Flip Register 49
MTU_MC94_RDBFL50 0xF0066EC4          MC 94 Read Data and Bit Flip Register 50
MTU_MC94_RDBFL51 0xF0066EC6          MC 94 Read Data and Bit Flip Register 51
MTU_MC94_RDBFL52 0xF0066EC8          MC 94 Read Data and Bit Flip Register 52
MTU_MC94_RDBFL53 0xF0066ECA          MC 94 Read Data and Bit Flip Register 53
MTU_MC94_RDBFL54 0xF0066ECC          MC 94 Read Data and Bit Flip Register 54
MTU_MC94_RDBFL55 0xF0066ECE          MC 94 Read Data and Bit Flip Register 55
MTU_MC94_RDBFL56 0xF0066ED0          MC 94 Read Data and Bit Flip Register 56
MTU_MC94_RDBFL57 0xF0066ED2          MC 94 Read Data and Bit Flip Register 57
MTU_MC94_RDBFL58 0xF0066ED4          MC 94 Read Data and Bit Flip Register 58
MTU_MC94_RDBFL59 0xF0066ED6          MC 94 Read Data and Bit Flip Register 59
MTU_MC94_RDBFL60 0xF0066ED8          MC 94 Read Data and Bit Flip Register 60
MTU_MC94_RDBFL61 0xF0066EDA          MC 94 Read Data and Bit Flip Register 61
MTU_MC94_RDBFL62 0xF0066EDC          MC 94 Read Data and Bit Flip Register 62
MTU_MC94_RDBFL63 0xF0066EDE          MC 94 Read Data and Bit Flip Register 63
MTU_MC94_RDBFL64 0xF0066EE0          MC 94 Read Data and Bit Flip Register 64
MTU_MC94_RDBFL65 0xF0066EE2          MC 94 Read Data and Bit Flip Register 65
MTU_MC94_RDBFL66 0xF0066EE4          MC 94 Read Data and Bit Flip Register 66
MTU_MC94_ALMSRCS 0xF0066EEE          MC 94 Alarm Sources Configuration Register
MTU_MC94_FAULTSTS 0xF0066EF0          MC 94 SSH Safety Faults Status Register
MTU_MC94_ERRINFO0 0xF0066EF2          MC 94 Error Information Register 0
MTU_MC94_ERRINFO1 0xF0066EF4          MC 94 Error Information Register 1
MTU_MC94_ERRINFO2 0xF0066EF6          MC 94 Error Information Register 2
MTU_MC94_ERRINFO3 0xF0066EF8          MC 94 Error Information Register 3
MTU_MC94_ERRINFO4 0xF0066EFA          MC 94 Error Information Register 4
MTU_MC95_CONFIG0 0xF0066F00          MC 95 Configuration Register 0
MTU_MC95_CONFIG1 0xF0066F02          MC 95 Configuration Register 1
MTU_MC95_MCONTROL 0xF0066F04          MC 95 MBIST Control Register
MTU_MC95_MSTATUS 0xF0066F06          MC 95 Status Register
MTU_MC95_RANGE  0xF0066F08          MC 95 Range Register, single address mode
MTU_MC95_REVID  0xF0066F0C          MC 95 Revision ID Register
MTU_MC95_ECCS   0xF0066F0E          MC 95 ECC Safety Register
MTU_MC95_ECCD   0xF0066F10          MC 95 Memory ECC Detection Register
MTU_MC95_ETRR0  0xF0066F12          MC 95 Error Tracking Register 0
MTU_MC95_ETRR1  0xF0066F14          MC 95 Error Tracking Register 1
MTU_MC95_ETRR2  0xF0066F16          MC 95 Error Tracking Register 2
MTU_MC95_ETRR3  0xF0066F18          MC 95 Error Tracking Register 3
MTU_MC95_ETRR4  0xF0066F1A          MC 95 Error Tracking Register 4
MTU_MC95_RDBFL0 0xF0066F60          MC 95 Read Data and Bit Flip Register 0
MTU_MC95_RDBFL1 0xF0066F62          MC 95 Read Data and Bit Flip Register 1
MTU_MC95_RDBFL2 0xF0066F64          MC 95 Read Data and Bit Flip Register 2
MTU_MC95_RDBFL3 0xF0066F66          MC 95 Read Data and Bit Flip Register 3
MTU_MC95_RDBFL4 0xF0066F68          MC 95 Read Data and Bit Flip Register 4
MTU_MC95_RDBFL5 0xF0066F6A          MC 95 Read Data and Bit Flip Register 5
MTU_MC95_RDBFL6 0xF0066F6C          MC 95 Read Data and Bit Flip Register 6
MTU_MC95_RDBFL7 0xF0066F6E          MC 95 Read Data and Bit Flip Register 7
MTU_MC95_RDBFL8 0xF0066F70          MC 95 Read Data and Bit Flip Register 8
MTU_MC95_RDBFL9 0xF0066F72          MC 95 Read Data and Bit Flip Register 9
MTU_MC95_RDBFL10 0xF0066F74          MC 95 Read Data and Bit Flip Register 10
MTU_MC95_RDBFL11 0xF0066F76          MC 95 Read Data and Bit Flip Register 11
MTU_MC95_RDBFL12 0xF0066F78          MC 95 Read Data and Bit Flip Register 12
MTU_MC95_RDBFL13 0xF0066F7A          MC 95 Read Data and Bit Flip Register 13
MTU_MC95_RDBFL14 0xF0066F7C          MC 95 Read Data and Bit Flip Register 14
MTU_MC95_RDBFL15 0xF0066F7E          MC 95 Read Data and Bit Flip Register 15
MTU_MC95_RDBFL16 0xF0066F80          MC 95 Read Data and Bit Flip Register 16
MTU_MC95_RDBFL17 0xF0066F82          MC 95 Read Data and Bit Flip Register 17
MTU_MC95_RDBFL18 0xF0066F84          MC 95 Read Data and Bit Flip Register 18
MTU_MC95_RDBFL19 0xF0066F86          MC 95 Read Data and Bit Flip Register 19
MTU_MC95_RDBFL20 0xF0066F88          MC 95 Read Data and Bit Flip Register 20
MTU_MC95_RDBFL21 0xF0066F8A          MC 95 Read Data and Bit Flip Register 21
MTU_MC95_RDBFL22 0xF0066F8C          MC 95 Read Data and Bit Flip Register 22
MTU_MC95_RDBFL23 0xF0066F8E          MC 95 Read Data and Bit Flip Register 23
MTU_MC95_RDBFL24 0xF0066F90          MC 95 Read Data and Bit Flip Register 24
MTU_MC95_RDBFL25 0xF0066F92          MC 95 Read Data and Bit Flip Register 25
MTU_MC95_RDBFL26 0xF0066F94          MC 95 Read Data and Bit Flip Register 26
MTU_MC95_RDBFL27 0xF0066F96          MC 95 Read Data and Bit Flip Register 27
MTU_MC95_RDBFL28 0xF0066F98          MC 95 Read Data and Bit Flip Register 28
MTU_MC95_RDBFL29 0xF0066F9A          MC 95 Read Data and Bit Flip Register 29
MTU_MC95_RDBFL30 0xF0066F9C          MC 95 Read Data and Bit Flip Register 30
MTU_MC95_RDBFL31 0xF0066F9E          MC 95 Read Data and Bit Flip Register 31
MTU_MC95_RDBFL32 0xF0066FA0          MC 95 Read Data and Bit Flip Register 32
MTU_MC95_RDBFL33 0xF0066FA2          MC 95 Read Data and Bit Flip Register 33
MTU_MC95_RDBFL34 0xF0066FA4          MC 95 Read Data and Bit Flip Register 34
MTU_MC95_RDBFL35 0xF0066FA6          MC 95 Read Data and Bit Flip Register 35
MTU_MC95_RDBFL36 0xF0066FA8          MC 95 Read Data and Bit Flip Register 36
MTU_MC95_RDBFL37 0xF0066FAA          MC 95 Read Data and Bit Flip Register 37
MTU_MC95_RDBFL38 0xF0066FAC          MC 95 Read Data and Bit Flip Register 38
MTU_MC95_RDBFL39 0xF0066FAE          MC 95 Read Data and Bit Flip Register 39
MTU_MC95_RDBFL40 0xF0066FB0          MC 95 Read Data and Bit Flip Register 40
MTU_MC95_RDBFL41 0xF0066FB2          MC 95 Read Data and Bit Flip Register 41
MTU_MC95_RDBFL42 0xF0066FB4          MC 95 Read Data and Bit Flip Register 42
MTU_MC95_RDBFL43 0xF0066FB6          MC 95 Read Data and Bit Flip Register 43
MTU_MC95_RDBFL44 0xF0066FB8          MC 95 Read Data and Bit Flip Register 44
MTU_MC95_RDBFL45 0xF0066FBA          MC 95 Read Data and Bit Flip Register 45
MTU_MC95_RDBFL46 0xF0066FBC          MC 95 Read Data and Bit Flip Register 46
MTU_MC95_RDBFL47 0xF0066FBE          MC 95 Read Data and Bit Flip Register 47
MTU_MC95_RDBFL48 0xF0066FC0          MC 95 Read Data and Bit Flip Register 48
MTU_MC95_RDBFL49 0xF0066FC2          MC 95 Read Data and Bit Flip Register 49
MTU_MC95_RDBFL50 0xF0066FC4          MC 95 Read Data and Bit Flip Register 50
MTU_MC95_RDBFL51 0xF0066FC6          MC 95 Read Data and Bit Flip Register 51
MTU_MC95_RDBFL52 0xF0066FC8          MC 95 Read Data and Bit Flip Register 52
MTU_MC95_RDBFL53 0xF0066FCA          MC 95 Read Data and Bit Flip Register 53
MTU_MC95_RDBFL54 0xF0066FCC          MC 95 Read Data and Bit Flip Register 54
MTU_MC95_RDBFL55 0xF0066FCE          MC 95 Read Data and Bit Flip Register 55
MTU_MC95_RDBFL56 0xF0066FD0          MC 95 Read Data and Bit Flip Register 56
MTU_MC95_RDBFL57 0xF0066FD2          MC 95 Read Data and Bit Flip Register 57
MTU_MC95_RDBFL58 0xF0066FD4          MC 95 Read Data and Bit Flip Register 58
MTU_MC95_RDBFL59 0xF0066FD6          MC 95 Read Data and Bit Flip Register 59
MTU_MC95_RDBFL60 0xF0066FD8          MC 95 Read Data and Bit Flip Register 60
MTU_MC95_RDBFL61 0xF0066FDA          MC 95 Read Data and Bit Flip Register 61
MTU_MC95_RDBFL62 0xF0066FDC          MC 95 Read Data and Bit Flip Register 62
MTU_MC95_RDBFL63 0xF0066FDE          MC 95 Read Data and Bit Flip Register 63
MTU_MC95_RDBFL64 0xF0066FE0          MC 95 Read Data and Bit Flip Register 64
MTU_MC95_RDBFL65 0xF0066FE2          MC 95 Read Data and Bit Flip Register 65
MTU_MC95_RDBFL66 0xF0066FE4          MC 95 Read Data and Bit Flip Register 66
MTU_MC95_ALMSRCS 0xF0066FEE          MC 95 Alarm Sources Configuration Register
MTU_MC95_FAULTSTS 0xF0066FF0          MC 95 SSH Safety Faults Status Register
MTU_MC95_ERRINFO0 0xF0066FF2          MC 95 Error Information Register 0
MTU_MC95_ERRINFO1 0xF0066FF4          MC 95 Error Information Register 1
MTU_MC95_ERRINFO2 0xF0066FF6          MC 95 Error Information Register 2
MTU_MC95_ERRINFO3 0xF0066FF8          MC 95 Error Information Register 3
MTU_MC95_ERRINFO4 0xF0066FFA          MC 95 Error Information Register 4
GTM_REV         0xF0100000          GTM Version Control Register
GTM_RST         0xF0100004          GTM Global Reset Register
GTM_CTRL        0xF0100008          GTM Global Control Register
GTM_AEI_ADDR_XPT 0xF010000C          GTM AEI Timeout Exception Address Register
GTM_IRQ_NOTIFY  0xF0100010          GTM Interrupt Notification Register
GTM_IRQ_EN      0xF0100014          GTM Interrupt Enable Register
GTM_IRQ_FORCINT 0xF0100018          GTM Software Interrupt Generation Register
GTM_IRQ_MODE    0xF010001C          GTM Top Level Interrupts Mode Selection Register
GTM_EIRQ_EN     0xF0100020          GTM Error Interrupt Enable Register
GTM_HW_CONF     0xF0100024          GTM Hardware Configuration Register
GTM_CFG         0xF0100028          GTM Configuration Register
GTM_AEI_STA_XPT 0xF010002C          GTM AEI Non Zero Status Register
GTM_BRIDGE_MODE 0xF0100030          GTM AEI Bridge Mode Register
GTM_BRIDGE_PTR1 0xF0100034          GTM AEI Bridge Pointer 1 Register
GTM_BRIDGE_PTR2 0xF0100038          GTM AEI Bridge Pointer 2 Register
GTM_TIM0_AUX_IN_SRC 0xF0100040          GTM TIM 0 Module AUX_IN Source Selection Register
GTM_TIM1_AUX_IN_SRC 0xF0100044          GTM TIM 1 Module AUX_IN Source Selection Register
GTM_TOM0_OUT    0xF0100080          GTM TOM 0 Output Level
GTM_TOM1_OUT    0xF0100084          GTM TOM 1 Output Level
GTM_ATOM0_OUT   0xF0100098          GTM ATOM 0 Output Level
GTM_CLS_CLK_CFG 0xF01000B0          GTM Cluster Clock Configuration
GTM_TBU_CHEN    0xF0100100          TBU Global Channel Enable
GTM_TBU_CH0_CTRL 0xF0100104          TBU Channel 0 Control Register
GTM_TBU_CH0_BASE 0xF0100108          TBU Channel 0 Base Register
GTM_TBU_CH1_CTRL 0xF010010C          TBU Channel 1 Control Register
GTM_TBU_CH1_BASE 0xF0100110          TBU Channel 1 Base Register
GTM_TBU_CH2_CTRL 0xF0100114          TBU Channel 2 Control Register
GTM_TBU_CH2_BASE 0xF0100118          TBU Channel 2 Base Register
GTM_MON_STATUS  0xF0100180          Monitor Status Register
GTM_CMP_EN      0xF0100200          CMP Comparator Enable Register
GTM_CMP_IRQ_NOTIFY 0xF0100204          CMP Event Notification Register
GTM_CMP_IRQ_EN  0xF0100208          CMP Interrupt Enable Register
GTM_CMP_IRQ_FORCINT 0xF010020C          CMP Interrupt Force Register
GTM_CMP_IRQ_MODE 0xF0100210          CMP Interrupt Mode Configuration Register
GTM_CMP_EIRQ_EN 0xF0100214          CMP error interrupt enable register
GTM_ARU_ACCESS  0xF0100280          ARU Access Register
GTM_ARU_DATA_H  0xF0100284          ARU Access Register Upper Data Word
GTM_ARU_DATA_L  0xF0100288          ARU Access Register Lower Data Word
GTM_ARU_DBG_ACCESS0 0xF010028C          ARU Debug Access Channel 0
GTM_ARU_DBG_DATA0_H 0xF0100290          ARU Debug Access 0 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA0_L 0xF0100294          ARU Debug Access 0 Transfer Register Lower Data Word
GTM_ARU_DBG_ACCESS1 0xF0100298          ARU Debug Access Channel 1
GTM_ARU_DBG_DATA1_H 0xF010029C          ARU Debug Access 1 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA1_L 0xF01002A0          ARU Debug Access 1 Transfer Register Lower Data Word
GTM_ARU_IRQ_NOTIFY 0xF01002A4          ARU Interrupt Notification Register
GTM_ARU_IRQ_EN  0xF01002A8          ARU Interrupt Enable Register
GTM_ARU_IRQ_FORCINT 0xF01002AC          ARU Force Interrupt Register
GTM_ARU_IRQ_MODE 0xF01002B0          ARU Interrupt Mode Register
GTM_ARU_CADDR_END 0xF01002B4          ARU caddr Counter End Value Register
GTM_ARU_CTRL    0xF01002BC          ARU Enable Dynamic Routing Register
GTM_ARU_0_DYN_CTRL 0xF01002C0          ARU 0 Dynamic Routing Control Register
GTM_ARU_1_DYN_CTRL 0xF01002C4          ARU 1 Dynamic Routing Control Register
GTM_ARU_0_DYN_ROUTE_LOW 0xF01002C8          ARU 0 Lower Bits of DYN_ROUTE Register
GTM_ARU_1_DYN_ROUTE_LOW 0xF01002CC          ARU 1 Lower Bits of DYN_ROUTE Register
GTM_ARU_0_DYN_ROUTE_HIGH 0xF01002D0          ARU 0 Higher Bits of DYN_ROUTE Register
GTM_ARU_1_DYN_ROUTE_HIGH 0xF01002D4          ARU 1 Higher Bits of DYN_ROUTE Register
GTM_ARU_0_DYN_ROUTE_SR_LOW 0xF01002D8          ARU 0 Shadow Register for ARU_z_DYN_ROUTE_LOW
GTM_ARU_1_DYN_ROUTE_SR_LOW 0xF01002DC          ARU 1 Shadow Register for ARU_z_DYN_ROUTE_LOW
GTM_ARU_0_DYN_ROUTE_SR_HIGH 0xF01002E0          ARU 0 Shadow Register for ARU_z_DYN_ROUTE_HIGH
GTM_ARU_1_DYN_ROUTE_SR_HIGH 0xF01002E4          ARU 1 Shadow Register for ARU_z_DYN_ROUTE_HIGH
GTM_ARU_0_DYN_RDADDR 0xF01002E8          ARU 0 Read ID for Dynamic Routing
GTM_ARU_1_DYN_RDADDR 0xF01002EC          ARU 1 Read ID for Dynamic Routing
GTM_ARU_CADDR   0xF01002FC          ARU caddr Counter Value
GTM_CMU_CLK_EN  0xF0100300          CMU Clock Enable Register
GTM_CMU_GCLK_NUM 0xF0100304          CMU Global Clock Control Numerator
GTM_CMU_GCLK_DEN 0xF0100308          CMU Global Clock Control Denominator
GTM_CMU_CLK_0_CTRL 0xF010030C          CMU Control for Clock Source 0
GTM_CMU_CLK_1_CTRL 0xF0100310          CMU Control for Clock Source 1
GTM_CMU_CLK_2_CTRL 0xF0100314          CMU Control for Clock Source 2
GTM_CMU_CLK_3_CTRL 0xF0100318          CMU Control for Clock Source 3
GTM_CMU_CLK_4_CTRL 0xF010031C          CMU Control for Clock Source 4
GTM_CMU_CLK_5_CTRL 0xF0100320          CMU Control for Clock Source 5
GTM_CMU_CLK_6_CTRL 0xF0100324          CMU Control for Clock Source 6
GTM_CMU_CLK_7_CTRL 0xF0100328          CMU Control for Clock Source 7
GTM_CMU_ECLK_0_NUM 0xF010032C          CMU External Clock 0 Control Numerator
GTM_CMU_ECLK_0_DEN 0xF0100330          CMU External Clock 0 Control Denominator
GTM_CMU_ECLK_1_NUM 0xF0100334          CMU External Clock 1 Control Numerator
GTM_CMU_ECLK_1_DEN 0xF0100338          CMU External Clock 1 Control Denominator
GTM_CMU_ECLK_2_NUM 0xF010033C          CMU External Clock 2 Control Numerator
GTM_CMU_ECLK_2_DEN 0xF0100340          CMU External Clock 2 Control Denominator
GTM_CMU_FXCLK_CTRL 0xF0100344          CMU Control FXCLK Sub-Unit Input Clock
GTM_CMU_GLB_CTRL 0xF0100348          CMU Synchronizing ARU and Clock Source
GTM_CMU_CLK_CTRL 0xF010034C          CMU Control for Clock Source Selection
GTM_BRC_SRC_0_ADDR 0xF0100400          BRC Read Address for Input Channel 0
GTM_BRC_SRC_0_DEST 0xF0100404          BRC Destination Channels for Input Channel 0
GTM_BRC_SRC_1_ADDR 0xF0100408          BRC Read Address for Input Channel 1
GTM_BRC_SRC_1_DEST 0xF010040C          BRC Destination Channels for Input Channel 1
GTM_BRC_SRC_2_ADDR 0xF0100410          BRC Read Address for Input Channel 2
GTM_BRC_SRC_2_DEST 0xF0100414          BRC Destination Channels for Input Channel 2
GTM_BRC_SRC_3_ADDR 0xF0100418          BRC Read Address for Input Channel 3
GTM_BRC_SRC_3_DEST 0xF010041C          BRC Destination Channels for Input Channel 3
GTM_BRC_SRC_4_ADDR 0xF0100420          BRC Read Address for Input Channel 4
GTM_BRC_SRC_4_DEST 0xF0100424          BRC Destination Channels for Input Channel 4
GTM_BRC_SRC_5_ADDR 0xF0100428          BRC Read Address for Input Channel 5
GTM_BRC_SRC_5_DEST 0xF010042C          BRC Destination Channels for Input Channel 5
GTM_BRC_SRC_6_ADDR 0xF0100430          BRC Read Address for Input Channel 6
GTM_BRC_SRC_6_DEST 0xF0100434          BRC Destination Channels for Input Channel 6
GTM_BRC_SRC_7_ADDR 0xF0100438          BRC Read Address for Input Channel 7
GTM_BRC_SRC_7_DEST 0xF010043C          BRC Destination Channels for Input Channel 7
GTM_BRC_SRC_8_ADDR 0xF0100440          BRC Read Address for Input Channel 8
GTM_BRC_SRC_8_DEST 0xF0100444          BRC Destination Channels for Input Channel 8
GTM_BRC_SRC_9_ADDR 0xF0100448          BRC Read Address for Input Channel 9
GTM_BRC_SRC_9_DEST 0xF010044C          BRC Destination Channels for Input Channel 9
GTM_BRC_SRC_10_ADDR 0xF0100450          BRC Read Address for Input Channel 10
GTM_BRC_SRC_10_DEST 0xF0100454          BRC Destination Channels for Input Channel 10
GTM_BRC_SRC_11_ADDR 0xF0100458          BRC Read Address for Input Channel 11
GTM_BRC_SRC_11_DEST 0xF010045C          BRC Destination Channels for Input Channel 11
GTM_BRC_IRQ_NOTIFY 0xF0100460          BRC Interrupt Notification Register
GTM_BRC_IRQ_EN  0xF0100464          BRC Interrupt Enable Register
GTM_BRC_IRQ_FORCINT 0xF0100468          BRC Force Interrupt Register
GTM_BRC_IRQ_MODE 0xF010046C          BRC Interrupt Mode Configuration Register
GTM_BRC_RST     0xF0100470          BRC Software Reset Register
GTM_BRC_EIRQ_EN 0xF0100474          BRC Error Interrupt Enable Register
GTM_ICM_IRQG_0  0xF0100600          ICM Interrupt Group Register Covering Infrastructural and Safety Components ARU, BRC, AEI, PSM0, PSM1, MAP, CMP, SPE
GTM_ICM_IRQG_2  0xF0100608          ICM Interrupt Group Register Covering TIM0, TIM1, TIM2, TIM3
GTM_ICM_IRQG_6  0xF0100618          ICM Interrupt Group Register Covering GTM Output Sub-Modules TOM0 to TOM1
GTM_ICM_IRQG_9  0xF0100624          ICM Interrupt Group Register Covering GTM Output Sub-Modules ATOM0, ATOM1, ATOM2 and ATOM3
GTM_ICM_IRQG_MEI 0xF0100630          ICM Interrupt Group Register for Module Error Interrupt Information
GTM_ICM_IRQG_CEI1 0xF0100638          ICM Interrupt Group Register 1 for Channel Error Interrupt Information
GTM_ICM_IRQG_SPE_CEI 0xF01006B4          ICM Interrupt Group SPE for Module Error Interrupt Information
GTM_ICM_IRQG_CLS_0_MEI 0xF0100710          ICM Interrupt Group 0 for Module Error Interrupt Information for each TIMm, MCSm, SPEm, FIFOm
GTM_ICM_IRQG_SPE_CI 0xF0100770          ICM Interrupt Group SPE for Module Interrupt Information
GTM_ICM_IRQG_ATOM_0_CI 0xF0100790          ICM Interrupt Group ATOM 0 for Channel Interrupt Information of ATOMm
GTM_ICM_IRQG_TOM_0_CI 0xF01007A0          ICM Interrupt Group TOM 0 for Channel Interrupt Information of TOMm
GTM_SPE0_CTRL_STAT 0xF0100800          SPE0 Control Status Register
GTM_SPE0_PAT    0xF0100804          SPE0 Input Pattern Definition Register
GTM_SPE0_OUT_PAT0 0xF0100808          SPE0 Output Definition Register 0
GTM_SPE0_OUT_PAT1 0xF010080C          SPE0 Output Definition Register 1
GTM_SPE0_OUT_PAT2 0xF0100810          SPE0 Output Definition Register 2
GTM_SPE0_OUT_PAT3 0xF0100814          SPE0 Output Definition Register 3
GTM_SPE0_OUT_PAT4 0xF0100818          SPE0 Output Definition Register 4
GTM_SPE0_OUT_PAT5 0xF010081C          SPE0 Output Definition Register 5
GTM_SPE0_OUT_PAT6 0xF0100820          SPE0 Output Definition Register 6
GTM_SPE0_OUT_PAT7 0xF0100824          SPE0 Output Definition Register 7
GTM_SPE0_OUT_CTRL 0xF0100828          SPE0 Output Control Register
GTM_SPE0_IRQ_NOTIFY 0xF010082C          SPE0 Interrupt Notification Register
GTM_SPE0_IRQ_EN 0xF0100830          SPE0 Interrupt Enable Register
GTM_SPE0_IRQ_FORCINT 0xF0100834          SPE0 Interrupt Generation by Software
GTM_SPE0_IRQ_MODE 0xF0100838          SPE0 Interrupt Mode Configuration Register
GTM_SPE0_EIRQ_EN 0xF010083C          SPE0 Error Interrupt Enable Register
GTM_SPE0_REV_CNT 0xF0100840          SPE0 Input Revolution Counter
GTM_SPE0_REV_CMP 0xF0100844          SPE0 Revolution Counter Compare Value
GTM_SPE0_CTRL_STAT2 0xF0100848          SPE0 Control Status Register 2
GTM_SPE0_CMD    0xF010084C          SPE0 Command register
GTM_SPE1_CTRL_STAT 0xF0100880          SPE1 Control Status Register
GTM_SPE1_PAT    0xF0100884          SPE1 Input Pattern Definition Register
GTM_SPE1_OUT_PAT0 0xF0100888          SPE1 Output Definition Register 0
GTM_SPE1_OUT_PAT1 0xF010088C          SPE1 Output Definition Register 1
GTM_SPE1_OUT_PAT2 0xF0100890          SPE1 Output Definition Register 2
GTM_SPE1_OUT_PAT3 0xF0100894          SPE1 Output Definition Register 3
GTM_SPE1_OUT_PAT4 0xF0100898          SPE1 Output Definition Register 4
GTM_SPE1_OUT_PAT5 0xF010089C          SPE1 Output Definition Register 5
GTM_SPE1_OUT_PAT6 0xF01008A0          SPE1 Output Definition Register 6
GTM_SPE1_OUT_PAT7 0xF01008A4          SPE1 Output Definition Register 7
GTM_SPE1_OUT_CTRL 0xF01008A8          SPE1 Output Control Register
GTM_SPE1_IRQ_NOTIFY 0xF01008AC          SPE1 Interrupt Notification Register
GTM_SPE1_IRQ_EN 0xF01008B0          SPE1 Interrupt Enable Register
GTM_SPE1_IRQ_FORCINT 0xF01008B4          SPE1 Interrupt Generation by Software
GTM_SPE1_IRQ_MODE 0xF01008B8          SPE1 Interrupt Mode Configuration Register
GTM_SPE1_EIRQ_EN 0xF01008BC          SPE1 Error Interrupt Enable Register
GTM_SPE1_REV_CNT 0xF01008C0          SPE1 Input Revolution Counter
GTM_SPE1_REV_CMP 0xF01008C4          SPE1 Revolution Counter Compare Value
GTM_SPE1_CTRL_STAT2 0xF01008C8          SPE1 Control Status Register 2
GTM_SPE1_CMD    0xF01008CC          SPE1 Command register
GTM_TIM0_CH0_GPR0 0xF0101000          TIM0 Channel 0 General Purpose 0 Register
GTM_TIM0_CH0_GPR1 0xF0101004          TIM0 Channel 0 General Purpose 1 Register
GTM_TIM0_CH0_CNT 0xF0101008          TIM0 Channel 0 SMU Counter Register
GTM_TIM0_CH0_ECNT 0xF010100C          TIM0 Channel 0 SMU Edge Counter Register
GTM_TIM0_CH0_CNTS 0xF0101010          TIM0 Channel 0 SMU Shadow Counter Register
GTM_TIM0_CH0_TDUC 0xF0101014          TIM0 Channel 0 TDU Counter Register
GTM_TIM0_CH0_TDUV 0xF0101018          TIM0 Channel 0 TDU Control Register
GTM_TIM0_CH0_FLT_RE 0xF010101C          TIM0 Channel 0 Filter Parameter 0 Register
GTM_TIM0_CH0_FLT_FE 0xF0101020          TIM0 Channel 0 Filter Parameter 1 Register
GTM_TIM0_CH0_CTRL 0xF0101024          TIM0 Channel 0 Control Register
GTM_TIM0_CH0_ECTRL 0xF0101028          TIM0 Channel 0 Extended Control Register
GTM_TIM0_CH0_IRQ_NOTIFY 0xF010102C          TIM0 Channel 0 Interrupt Notification Register
GTM_TIM0_CH0_IRQ_EN 0xF0101030          TIM0 Channel 0 Interrupt Enable Register
GTM_TIM0_CH0_IRQ_FORCINT 0xF0101034          TIM0 Channel 0 Force Interrupt Register
GTM_TIM0_CH0_IRQ_MODE 0xF0101038          TIM0 Channel 0 Interrupt Mode Configuration Register
GTM_TIM0_CH0_EIRQ_EN 0xF010103C          TIM0 Channel 0 Error Interrupt Enable Register
GTM_TIM0_INP_VAL 0xF0101074          TIM0 Input Value Observation Register
GTM_TIM0_IN_SRC 0xF0101078          TIM0 AUX IN Source Selection Register
GTM_TIM0_RST    0xF010107C          TIM0 Global Software Reset Register
GTM_TIM0_CH1_GPR0 0xF0101080          TIM0 Channel 1 General Purpose 0 Register
GTM_TIM0_CH1_GPR1 0xF0101084          TIM0 Channel 1 General Purpose 1 Register
GTM_TIM0_CH1_CNT 0xF0101088          TIM0 Channel 1 SMU Counter Register
GTM_TIM0_CH1_ECNT 0xF010108C          TIM0 Channel 1 SMU Edge Counter Register
GTM_TIM0_CH1_CNTS 0xF0101090          TIM0 Channel 1 SMU Shadow Counter Register
GTM_TIM0_CH1_TDUC 0xF0101094          TIM0 Channel 1 TDU Counter Register
GTM_TIM0_CH1_TDUV 0xF0101098          TIM0 Channel 1 TDU Control Register
GTM_TIM0_CH1_FLT_RE 0xF010109C          TIM0 Channel 1 Filter Parameter 0 Register
GTM_TIM0_CH1_FLT_FE 0xF01010A0          TIM0 Channel 1 Filter Parameter 1 Register
GTM_TIM0_CH1_CTRL 0xF01010A4          TIM0 Channel 1 Control Register
GTM_TIM0_CH1_ECTRL 0xF01010A8          TIM0 Channel 1 Extended Control Register
GTM_TIM0_CH1_IRQ_NOTIFY 0xF01010AC          TIM0 Channel 1 Interrupt Notification Register
GTM_TIM0_CH1_IRQ_EN 0xF01010B0          TIM0 Channel 1 Interrupt Enable Register
GTM_TIM0_CH1_IRQ_FORCINT 0xF01010B4          TIM0 Channel 1 Force Interrupt Register
GTM_TIM0_CH1_IRQ_MODE 0xF01010B8          TIM0 Channel 1 Interrupt Mode Configuration Register
GTM_TIM0_CH1_EIRQ_EN 0xF01010BC          TIM0 Channel 1 Error Interrupt Enable Register
GTM_TIM0_CH2_GPR0 0xF0101100          TIM0 Channel 2 General Purpose 0 Register
GTM_TIM0_CH2_GPR1 0xF0101104          TIM0 Channel 2 General Purpose 1 Register
GTM_TIM0_CH2_CNT 0xF0101108          TIM0 Channel 2 SMU Counter Register
GTM_TIM0_CH2_ECNT 0xF010110C          TIM0 Channel 2 SMU Edge Counter Register
GTM_TIM0_CH2_CNTS 0xF0101110          TIM0 Channel 2 SMU Shadow Counter Register
GTM_TIM0_CH2_TDUC 0xF0101114          TIM0 Channel 2 TDU Counter Register
GTM_TIM0_CH2_TDUV 0xF0101118          TIM0 Channel 2 TDU Control Register
GTM_TIM0_CH2_FLT_RE 0xF010111C          TIM0 Channel 2 Filter Parameter 0 Register
GTM_TIM0_CH2_FLT_FE 0xF0101120          TIM0 Channel 2 Filter Parameter 1 Register
GTM_TIM0_CH2_CTRL 0xF0101124          TIM0 Channel 2 Control Register
GTM_TIM0_CH2_ECTRL 0xF0101128          TIM0 Channel 2 Extended Control Register
GTM_TIM0_CH2_IRQ_NOTIFY 0xF010112C          TIM0 Channel 2 Interrupt Notification Register
GTM_TIM0_CH2_IRQ_EN 0xF0101130          TIM0 Channel 2 Interrupt Enable Register
GTM_TIM0_CH2_IRQ_FORCINT 0xF0101134          TIM0 Channel 2 Force Interrupt Register
GTM_TIM0_CH2_IRQ_MODE 0xF0101138          TIM0 Channel 2 Interrupt Mode Configuration Register
GTM_TIM0_CH2_EIRQ_EN 0xF010113C          TIM0 Channel 2 Error Interrupt Enable Register
GTM_TIM0_CH3_GPR0 0xF0101180          TIM0 Channel 3 General Purpose 0 Register
GTM_TIM0_CH3_GPR1 0xF0101184          TIM0 Channel 3 General Purpose 1 Register
GTM_TIM0_CH3_CNT 0xF0101188          TIM0 Channel 3 SMU Counter Register
GTM_TIM0_CH3_ECNT 0xF010118C          TIM0 Channel 3 SMU Edge Counter Register
GTM_TIM0_CH3_CNTS 0xF0101190          TIM0 Channel 3 SMU Shadow Counter Register
GTM_TIM0_CH3_TDUC 0xF0101194          TIM0 Channel 3 TDU Counter Register
GTM_TIM0_CH3_TDUV 0xF0101198          TIM0 Channel 3 TDU Control Register
GTM_TIM0_CH3_FLT_RE 0xF010119C          TIM0 Channel 3 Filter Parameter 0 Register
GTM_TIM0_CH3_FLT_FE 0xF01011A0          TIM0 Channel 3 Filter Parameter 1 Register
GTM_TIM0_CH3_CTRL 0xF01011A4          TIM0 Channel 3 Control Register
GTM_TIM0_CH3_ECTRL 0xF01011A8          TIM0 Channel 3 Extended Control Register
GTM_TIM0_CH3_IRQ_NOTIFY 0xF01011AC          TIM0 Channel 3 Interrupt Notification Register
GTM_TIM0_CH3_IRQ_EN 0xF01011B0          TIM0 Channel 3 Interrupt Enable Register
GTM_TIM0_CH3_IRQ_FORCINT 0xF01011B4          TIM0 Channel 3 Force Interrupt Register
GTM_TIM0_CH3_IRQ_MODE 0xF01011B8          TIM0 Channel 3 Interrupt Mode Configuration Register
GTM_TIM0_CH3_EIRQ_EN 0xF01011BC          TIM0 Channel 3 Error Interrupt Enable Register
GTM_TIM0_CH4_GPR0 0xF0101200          TIM0 Channel 4 General Purpose 0 Register
GTM_TIM0_CH4_GPR1 0xF0101204          TIM0 Channel 4 General Purpose 1 Register
GTM_TIM0_CH4_CNT 0xF0101208          TIM0 Channel 4 SMU Counter Register
GTM_TIM0_CH4_ECNT 0xF010120C          TIM0 Channel 4 SMU Edge Counter Register
GTM_TIM0_CH4_CNTS 0xF0101210          TIM0 Channel 4 SMU Shadow Counter Register
GTM_TIM0_CH4_TDUC 0xF0101214          TIM0 Channel 4 TDU Counter Register
GTM_TIM0_CH4_TDUV 0xF0101218          TIM0 Channel 4 TDU Control Register
GTM_TIM0_CH4_FLT_RE 0xF010121C          TIM0 Channel 4 Filter Parameter 0 Register
GTM_TIM0_CH4_FLT_FE 0xF0101220          TIM0 Channel 4 Filter Parameter 1 Register
GTM_TIM0_CH4_CTRL 0xF0101224          TIM0 Channel 4 Control Register
GTM_TIM0_CH4_ECTRL 0xF0101228          TIM0 Channel 4 Extended Control Register
GTM_TIM0_CH4_IRQ_NOTIFY 0xF010122C          TIM0 Channel 4 Interrupt Notification Register
GTM_TIM0_CH4_IRQ_EN 0xF0101230          TIM0 Channel 4 Interrupt Enable Register
GTM_TIM0_CH4_IRQ_FORCINT 0xF0101234          TIM0 Channel 4 Force Interrupt Register
GTM_TIM0_CH4_IRQ_MODE 0xF0101238          TIM0 Channel 4 Interrupt Mode Configuration Register
GTM_TIM0_CH4_EIRQ_EN 0xF010123C          TIM0 Channel 4 Error Interrupt Enable Register
GTM_TIM0_CH5_GPR0 0xF0101280          TIM0 Channel 5 General Purpose 0 Register
GTM_TIM0_CH5_GPR1 0xF0101284          TIM0 Channel 5 General Purpose 1 Register
GTM_TIM0_CH5_CNT 0xF0101288          TIM0 Channel 5 SMU Counter Register
GTM_TIM0_CH5_ECNT 0xF010128C          TIM0 Channel 5 SMU Edge Counter Register
GTM_TIM0_CH5_CNTS 0xF0101290          TIM0 Channel 5 SMU Shadow Counter Register
GTM_TIM0_CH5_TDUC 0xF0101294          TIM0 Channel 5 TDU Counter Register
GTM_TIM0_CH5_TDUV 0xF0101298          TIM0 Channel 5 TDU Control Register
GTM_TIM0_CH5_FLT_RE 0xF010129C          TIM0 Channel 5 Filter Parameter 0 Register
GTM_TIM0_CH5_FLT_FE 0xF01012A0          TIM0 Channel 5 Filter Parameter 1 Register
GTM_TIM0_CH5_CTRL 0xF01012A4          TIM0 Channel 5 Control Register
GTM_TIM0_CH5_ECTRL 0xF01012A8          TIM0 Channel 5 Extended Control Register
GTM_TIM0_CH5_IRQ_NOTIFY 0xF01012AC          TIM0 Channel 5 Interrupt Notification Register
GTM_TIM0_CH5_IRQ_EN 0xF01012B0          TIM0 Channel 5 Interrupt Enable Register
GTM_TIM0_CH5_IRQ_FORCINT 0xF01012B4          TIM0 Channel 5 Force Interrupt Register
GTM_TIM0_CH5_IRQ_MODE 0xF01012B8          TIM0 Channel 5 Interrupt Mode Configuration Register
GTM_TIM0_CH5_EIRQ_EN 0xF01012BC          TIM0 Channel 5 Error Interrupt Enable Register
GTM_TIM0_CH6_GPR0 0xF0101300          TIM0 Channel 6 General Purpose 0 Register
GTM_TIM0_CH6_GPR1 0xF0101304          TIM0 Channel 6 General Purpose 1 Register
GTM_TIM0_CH6_CNT 0xF0101308          TIM0 Channel 6 SMU Counter Register
GTM_TIM0_CH6_ECNT 0xF010130C          TIM0 Channel 6 SMU Edge Counter Register
GTM_TIM0_CH6_CNTS 0xF0101310          TIM0 Channel 6 SMU Shadow Counter Register
GTM_TIM0_CH6_TDUC 0xF0101314          TIM0 Channel 6 TDU Counter Register
GTM_TIM0_CH6_TDUV 0xF0101318          TIM0 Channel 6 TDU Control Register
GTM_TIM0_CH6_FLT_RE 0xF010131C          TIM0 Channel 6 Filter Parameter 0 Register
GTM_TIM0_CH6_FLT_FE 0xF0101320          TIM0 Channel 6 Filter Parameter 1 Register
GTM_TIM0_CH6_CTRL 0xF0101324          TIM0 Channel 6 Control Register
GTM_TIM0_CH6_ECTRL 0xF0101328          TIM0 Channel 6 Extended Control Register
GTM_TIM0_CH6_IRQ_NOTIFY 0xF010132C          TIM0 Channel 6 Interrupt Notification Register
GTM_TIM0_CH6_IRQ_EN 0xF0101330          TIM0 Channel 6 Interrupt Enable Register
GTM_TIM0_CH6_IRQ_FORCINT 0xF0101334          TIM0 Channel 6 Force Interrupt Register
GTM_TIM0_CH6_IRQ_MODE 0xF0101338          TIM0 Channel 6 Interrupt Mode Configuration Register
GTM_TIM0_CH6_EIRQ_EN 0xF010133C          TIM0 Channel 6 Error Interrupt Enable Register
GTM_TIM0_CH7_GPR0 0xF0101380          TIM0 Channel 7 General Purpose 0 Register
GTM_TIM0_CH7_GPR1 0xF0101384          TIM0 Channel 7 General Purpose 1 Register
GTM_TIM0_CH7_CNT 0xF0101388          TIM0 Channel 7 SMU Counter Register
GTM_TIM0_CH7_ECNT 0xF010138C          TIM0 Channel 7 SMU Edge Counter Register
GTM_TIM0_CH7_CNTS 0xF0101390          TIM0 Channel 7 SMU Shadow Counter Register
GTM_TIM0_CH7_TDUC 0xF0101394          TIM0 Channel 7 TDU Counter Register
GTM_TIM0_CH7_TDUV 0xF0101398          TIM0 Channel 7 TDU Control Register
GTM_TIM0_CH7_FLT_RE 0xF010139C          TIM0 Channel 7 Filter Parameter 0 Register
GTM_TIM0_CH7_FLT_FE 0xF01013A0          TIM0 Channel 7 Filter Parameter 1 Register
GTM_TIM0_CH7_CTRL 0xF01013A4          TIM0 Channel 7 Control Register
GTM_TIM0_CH7_ECTRL 0xF01013A8          TIM0 Channel 7 Extended Control Register
GTM_TIM0_CH7_IRQ_NOTIFY 0xF01013AC          TIM0 Channel 7 Interrupt Notification Register
GTM_TIM0_CH7_IRQ_EN 0xF01013B0          TIM0 Channel 7 Interrupt Enable Register
GTM_TIM0_CH7_IRQ_FORCINT 0xF01013B4          TIM0 Channel 7 Force Interrupt Register
GTM_TIM0_CH7_IRQ_MODE 0xF01013B8          TIM0 Channel 7 Interrupt Mode Configuration Register
GTM_TIM0_CH7_EIRQ_EN 0xF01013BC          TIM0 Channel 7 Error Interrupt Enable Register
GTM_TIM1_CH0_GPR0 0xF0101800          TIM1 Channel 0 General Purpose 0 Register
GTM_TIM1_CH0_GPR1 0xF0101804          TIM1 Channel 0 General Purpose 1 Register
GTM_TIM1_CH0_CNT 0xF0101808          TIM1 Channel 0 SMU Counter Register
GTM_TIM1_CH0_ECNT 0xF010180C          TIM1 Channel 0 SMU Edge Counter Register
GTM_TIM1_CH0_CNTS 0xF0101810          TIM1 Channel 0 SMU Shadow Counter Register
GTM_TIM1_CH0_TDUC 0xF0101814          TIM1 Channel 0 TDU Counter Register
GTM_TIM1_CH0_TDUV 0xF0101818          TIM1 Channel 0 TDU Control Register
GTM_TIM1_CH0_FLT_RE 0xF010181C          TIM1 Channel 0 Filter Parameter 0 Register
GTM_TIM1_CH0_FLT_FE 0xF0101820          TIM1 Channel 0 Filter Parameter 1 Register
GTM_TIM1_CH0_CTRL 0xF0101824          TIM1 Channel 0 Control Register
GTM_TIM1_CH0_ECTRL 0xF0101828          TIM1 Channel 0 Extended Control Register
GTM_TIM1_CH0_IRQ_NOTIFY 0xF010182C          TIM1 Channel 0 Interrupt Notification Register
GTM_TIM1_CH0_IRQ_EN 0xF0101830          TIM1 Channel 0 Interrupt Enable Register
GTM_TIM1_CH0_IRQ_FORCINT 0xF0101834          TIM1 Channel 0 Force Interrupt Register
GTM_TIM1_CH0_IRQ_MODE 0xF0101838          TIM1 Channel 0 Interrupt Mode Configuration Register
GTM_TIM1_CH0_EIRQ_EN 0xF010183C          TIM1 Channel 0 Error Interrupt Enable Register
GTM_TIM1_INP_VAL 0xF0101874          TIM1 Input Value Observation Register
GTM_TIM1_IN_SRC 0xF0101878          TIM1 AUX IN Source Selection Register
GTM_TIM1_RST    0xF010187C          TIM1 Global Software Reset Register
GTM_TIM1_CH1_GPR0 0xF0101880          TIM1 Channel 1 General Purpose 0 Register
GTM_TIM1_CH1_GPR1 0xF0101884          TIM1 Channel 1 General Purpose 1 Register
GTM_TIM1_CH1_CNT 0xF0101888          TIM1 Channel 1 SMU Counter Register
GTM_TIM1_CH1_ECNT 0xF010188C          TIM1 Channel 1 SMU Edge Counter Register
GTM_TIM1_CH1_CNTS 0xF0101890          TIM1 Channel 1 SMU Shadow Counter Register
GTM_TIM1_CH1_TDUC 0xF0101894          TIM1 Channel 1 TDU Counter Register
GTM_TIM1_CH1_TDUV 0xF0101898          TIM1 Channel 1 TDU Control Register
GTM_TIM1_CH1_FLT_RE 0xF010189C          TIM1 Channel 1 Filter Parameter 0 Register
GTM_TIM1_CH1_FLT_FE 0xF01018A0          TIM1 Channel 1 Filter Parameter 1 Register
GTM_TIM1_CH1_CTRL 0xF01018A4          TIM1 Channel 1 Control Register
GTM_TIM1_CH1_ECTRL 0xF01018A8          TIM1 Channel 1 Extended Control Register
GTM_TIM1_CH1_IRQ_NOTIFY 0xF01018AC          TIM1 Channel 1 Interrupt Notification Register
GTM_TIM1_CH1_IRQ_EN 0xF01018B0          TIM1 Channel 1 Interrupt Enable Register
GTM_TIM1_CH1_IRQ_FORCINT 0xF01018B4          TIM1 Channel 1 Force Interrupt Register
GTM_TIM1_CH1_IRQ_MODE 0xF01018B8          TIM1 Channel 1 Interrupt Mode Configuration Register
GTM_TIM1_CH1_EIRQ_EN 0xF01018BC          TIM1 Channel 1 Error Interrupt Enable Register
GTM_TIM1_CH2_GPR0 0xF0101900          TIM1 Channel 2 General Purpose 0 Register
GTM_TIM1_CH2_GPR1 0xF0101904          TIM1 Channel 2 General Purpose 1 Register
GTM_TIM1_CH2_CNT 0xF0101908          TIM1 Channel 2 SMU Counter Register
GTM_TIM1_CH2_ECNT 0xF010190C          TIM1 Channel 2 SMU Edge Counter Register
GTM_TIM1_CH2_CNTS 0xF0101910          TIM1 Channel 2 SMU Shadow Counter Register
GTM_TIM1_CH2_TDUC 0xF0101914          TIM1 Channel 2 TDU Counter Register
GTM_TIM1_CH2_TDUV 0xF0101918          TIM1 Channel 2 TDU Control Register
GTM_TIM1_CH2_FLT_RE 0xF010191C          TIM1 Channel 2 Filter Parameter 0 Register
GTM_TIM1_CH2_FLT_FE 0xF0101920          TIM1 Channel 2 Filter Parameter 1 Register
GTM_TIM1_CH2_CTRL 0xF0101924          TIM1 Channel 2 Control Register
GTM_TIM1_CH2_ECTRL 0xF0101928          TIM1 Channel 2 Extended Control Register
GTM_TIM1_CH2_IRQ_NOTIFY 0xF010192C          TIM1 Channel 2 Interrupt Notification Register
GTM_TIM1_CH2_IRQ_EN 0xF0101930          TIM1 Channel 2 Interrupt Enable Register
GTM_TIM1_CH2_IRQ_FORCINT 0xF0101934          TIM1 Channel 2 Force Interrupt Register
GTM_TIM1_CH2_IRQ_MODE 0xF0101938          TIM1 Channel 2 Interrupt Mode Configuration Register
GTM_TIM1_CH2_EIRQ_EN 0xF010193C          TIM1 Channel 2 Error Interrupt Enable Register
GTM_TIM1_CH3_GPR0 0xF0101980          TIM1 Channel 3 General Purpose 0 Register
GTM_TIM1_CH3_GPR1 0xF0101984          TIM1 Channel 3 General Purpose 1 Register
GTM_TIM1_CH3_CNT 0xF0101988          TIM1 Channel 3 SMU Counter Register
GTM_TIM1_CH3_ECNT 0xF010198C          TIM1 Channel 3 SMU Edge Counter Register
GTM_TIM1_CH3_CNTS 0xF0101990          TIM1 Channel 3 SMU Shadow Counter Register
GTM_TIM1_CH3_TDUC 0xF0101994          TIM1 Channel 3 TDU Counter Register
GTM_TIM1_CH3_TDUV 0xF0101998          TIM1 Channel 3 TDU Control Register
GTM_TIM1_CH3_FLT_RE 0xF010199C          TIM1 Channel 3 Filter Parameter 0 Register
GTM_TIM1_CH3_FLT_FE 0xF01019A0          TIM1 Channel 3 Filter Parameter 1 Register
GTM_TIM1_CH3_CTRL 0xF01019A4          TIM1 Channel 3 Control Register
GTM_TIM1_CH3_ECTRL 0xF01019A8          TIM1 Channel 3 Extended Control Register
GTM_TIM1_CH3_IRQ_NOTIFY 0xF01019AC          TIM1 Channel 3 Interrupt Notification Register
GTM_TIM1_CH3_IRQ_EN 0xF01019B0          TIM1 Channel 3 Interrupt Enable Register
GTM_TIM1_CH3_IRQ_FORCINT 0xF01019B4          TIM1 Channel 3 Force Interrupt Register
GTM_TIM1_CH3_IRQ_MODE 0xF01019B8          TIM1 Channel 3 Interrupt Mode Configuration Register
GTM_TIM1_CH3_EIRQ_EN 0xF01019BC          TIM1 Channel 3 Error Interrupt Enable Register
GTM_TIM1_CH4_GPR0 0xF0101A00          TIM1 Channel 4 General Purpose 0 Register
GTM_TIM1_CH4_GPR1 0xF0101A04          TIM1 Channel 4 General Purpose 1 Register
GTM_TIM1_CH4_CNT 0xF0101A08          TIM1 Channel 4 SMU Counter Register
GTM_TIM1_CH4_ECNT 0xF0101A0C          TIM1 Channel 4 SMU Edge Counter Register
GTM_TIM1_CH4_CNTS 0xF0101A10          TIM1 Channel 4 SMU Shadow Counter Register
GTM_TIM1_CH4_TDUC 0xF0101A14          TIM1 Channel 4 TDU Counter Register
GTM_TIM1_CH4_TDUV 0xF0101A18          TIM1 Channel 4 TDU Control Register
GTM_TIM1_CH4_FLT_RE 0xF0101A1C          TIM1 Channel 4 Filter Parameter 0 Register
GTM_TIM1_CH4_FLT_FE 0xF0101A20          TIM1 Channel 4 Filter Parameter 1 Register
GTM_TIM1_CH4_CTRL 0xF0101A24          TIM1 Channel 4 Control Register
GTM_TIM1_CH4_ECTRL 0xF0101A28          TIM1 Channel 4 Extended Control Register
GTM_TIM1_CH4_IRQ_NOTIFY 0xF0101A2C          TIM1 Channel 4 Interrupt Notification Register
GTM_TIM1_CH4_IRQ_EN 0xF0101A30          TIM1 Channel 4 Interrupt Enable Register
GTM_TIM1_CH4_IRQ_FORCINT 0xF0101A34          TIM1 Channel 4 Force Interrupt Register
GTM_TIM1_CH4_IRQ_MODE 0xF0101A38          TIM1 Channel 4 Interrupt Mode Configuration Register
GTM_TIM1_CH4_EIRQ_EN 0xF0101A3C          TIM1 Channel 4 Error Interrupt Enable Register
GTM_TIM1_CH5_GPR0 0xF0101A80          TIM1 Channel 5 General Purpose 0 Register
GTM_TIM1_CH5_GPR1 0xF0101A84          TIM1 Channel 5 General Purpose 1 Register
GTM_TIM1_CH5_CNT 0xF0101A88          TIM1 Channel 5 SMU Counter Register
GTM_TIM1_CH5_ECNT 0xF0101A8C          TIM1 Channel 5 SMU Edge Counter Register
GTM_TIM1_CH5_CNTS 0xF0101A90          TIM1 Channel 5 SMU Shadow Counter Register
GTM_TIM1_CH5_TDUC 0xF0101A94          TIM1 Channel 5 TDU Counter Register
GTM_TIM1_CH5_TDUV 0xF0101A98          TIM1 Channel 5 TDU Control Register
GTM_TIM1_CH5_FLT_RE 0xF0101A9C          TIM1 Channel 5 Filter Parameter 0 Register
GTM_TIM1_CH5_FLT_FE 0xF0101AA0          TIM1 Channel 5 Filter Parameter 1 Register
GTM_TIM1_CH5_CTRL 0xF0101AA4          TIM1 Channel 5 Control Register
GTM_TIM1_CH5_ECTRL 0xF0101AA8          TIM1 Channel 5 Extended Control Register
GTM_TIM1_CH5_IRQ_NOTIFY 0xF0101AAC          TIM1 Channel 5 Interrupt Notification Register
GTM_TIM1_CH5_IRQ_EN 0xF0101AB0          TIM1 Channel 5 Interrupt Enable Register
GTM_TIM1_CH5_IRQ_FORCINT 0xF0101AB4          TIM1 Channel 5 Force Interrupt Register
GTM_TIM1_CH5_IRQ_MODE 0xF0101AB8          TIM1 Channel 5 Interrupt Mode Configuration Register
GTM_TIM1_CH5_EIRQ_EN 0xF0101ABC          TIM1 Channel 5 Error Interrupt Enable Register
GTM_TIM1_CH6_GPR0 0xF0101B00          TIM1 Channel 6 General Purpose 0 Register
GTM_TIM1_CH6_GPR1 0xF0101B04          TIM1 Channel 6 General Purpose 1 Register
GTM_TIM1_CH6_CNT 0xF0101B08          TIM1 Channel 6 SMU Counter Register
GTM_TIM1_CH6_ECNT 0xF0101B0C          TIM1 Channel 6 SMU Edge Counter Register
GTM_TIM1_CH6_CNTS 0xF0101B10          TIM1 Channel 6 SMU Shadow Counter Register
GTM_TIM1_CH6_TDUC 0xF0101B14          TIM1 Channel 6 TDU Counter Register
GTM_TIM1_CH6_TDUV 0xF0101B18          TIM1 Channel 6 TDU Control Register
GTM_TIM1_CH6_FLT_RE 0xF0101B1C          TIM1 Channel 6 Filter Parameter 0 Register
GTM_TIM1_CH6_FLT_FE 0xF0101B20          TIM1 Channel 6 Filter Parameter 1 Register
GTM_TIM1_CH6_CTRL 0xF0101B24          TIM1 Channel 6 Control Register
GTM_TIM1_CH6_ECTRL 0xF0101B28          TIM1 Channel 6 Extended Control Register
GTM_TIM1_CH6_IRQ_NOTIFY 0xF0101B2C          TIM1 Channel 6 Interrupt Notification Register
GTM_TIM1_CH6_IRQ_EN 0xF0101B30          TIM1 Channel 6 Interrupt Enable Register
GTM_TIM1_CH6_IRQ_FORCINT 0xF0101B34          TIM1 Channel 6 Force Interrupt Register
GTM_TIM1_CH6_IRQ_MODE 0xF0101B38          TIM1 Channel 6 Interrupt Mode Configuration Register
GTM_TIM1_CH6_EIRQ_EN 0xF0101B3C          TIM1 Channel 6 Error Interrupt Enable Register
GTM_TIM1_CH7_GPR0 0xF0101B80          TIM1 Channel 7 General Purpose 0 Register
GTM_TIM1_CH7_GPR1 0xF0101B84          TIM1 Channel 7 General Purpose 1 Register
GTM_TIM1_CH7_CNT 0xF0101B88          TIM1 Channel 7 SMU Counter Register
GTM_TIM1_CH7_ECNT 0xF0101B8C          TIM1 Channel 7 SMU Edge Counter Register
GTM_TIM1_CH7_CNTS 0xF0101B90          TIM1 Channel 7 SMU Shadow Counter Register
GTM_TIM1_CH7_TDUC 0xF0101B94          TIM1 Channel 7 TDU Counter Register
GTM_TIM1_CH7_TDUV 0xF0101B98          TIM1 Channel 7 TDU Control Register
GTM_TIM1_CH7_FLT_RE 0xF0101B9C          TIM1 Channel 7 Filter Parameter 0 Register
GTM_TIM1_CH7_FLT_FE 0xF0101BA0          TIM1 Channel 7 Filter Parameter 1 Register
GTM_TIM1_CH7_CTRL 0xF0101BA4          TIM1 Channel 7 Control Register
GTM_TIM1_CH7_ECTRL 0xF0101BA8          TIM1 Channel 7 Extended Control Register
GTM_TIM1_CH7_IRQ_NOTIFY 0xF0101BAC          TIM1 Channel 7 Interrupt Notification Register
GTM_TIM1_CH7_IRQ_EN 0xF0101BB0          TIM1 Channel 7 Interrupt Enable Register
GTM_TIM1_CH7_IRQ_FORCINT 0xF0101BB4          TIM1 Channel 7 Force Interrupt Register
GTM_TIM1_CH7_IRQ_MODE 0xF0101BB8          TIM1 Channel 7 Interrupt Mode Configuration Register
GTM_TIM1_CH7_EIRQ_EN 0xF0101BBC          TIM1 Channel 7 Error Interrupt Enable Register
GTM_TOM0_CH0_CTRL 0xF0108000          TOM0 Channel 0 Control Register
GTM_TOM0_CH0_SR0 0xF0108004          TOM0 Channel 0 CCU0 Compare Shadow Register
GTM_TOM0_CH0_SR1 0xF0108008          TOM0 Channel 0 CCU1 Compare Shadow Register
GTM_TOM0_CH0_CM0 0xF010800C          TOM0 Channel 0 CCU0 Compare Register
GTM_TOM0_CH0_CM1 0xF0108010          TOM0 Channel 0 CCU1 Compare Register
GTM_TOM0_CH0_CN0 0xF0108014          TOM0 Channel 0 CCU0 Counter Register
GTM_TOM0_CH0_STAT 0xF0108018          TOM0 Channel 0 Status Register
GTM_TOM0_CH0_IRQ_NOTIFY 0xF010801C          TOM0 Channel 0 Interrupt Notification Register
GTM_TOM0_CH0_IRQ_EN 0xF0108020          TOM0 Channel 0 Interrupt Enable Register
GTM_TOM0_CH0_IRQ_FORCINT 0xF0108024          TOM0 Channel 0 Force Interrupt Register
GTM_TOM0_CH0_IRQ_MODE 0xF0108028          TOM0 Channel 0 Interrupt Mode Register
GTM_TOM0_TGC0_GLB_CTRL 0xF0108030          TOM0 TGC0 Global Control Register
GTM_TOM0_TGC0_ACT_TB 0xF0108034          TOM0 TGC0 Action Time Base Register
GTM_TOM0_TGC0_FUPD_CTRL 0xF0108038          TOM0 TGC0 Force Update Control Register
GTM_TOM0_TGC0_INT_TRIG 0xF010803C          TOM0 TGC0 Internal Trigger Control Register
GTM_TOM0_CH1_CTRL 0xF0108040          TOM0 Channel 1 Control Register
GTM_TOM0_CH1_SR0 0xF0108044          TOM0 Channel 1 CCU0 Compare Shadow Register
GTM_TOM0_CH1_SR1 0xF0108048          TOM0 Channel 1 CCU1 Compare Shadow Register
GTM_TOM0_CH1_CM0 0xF010804C          TOM0 Channel 1 CCU0 Compare Register
GTM_TOM0_CH1_CM1 0xF0108050          TOM0 Channel 1 CCU1 Compare Register
GTM_TOM0_CH1_CN0 0xF0108054          TOM0 Channel 1 CCU0 Counter Register
GTM_TOM0_CH1_STAT 0xF0108058          TOM0 Channel 1 Status Register
GTM_TOM0_CH1_IRQ_NOTIFY 0xF010805C          TOM0 Channel 1 Interrupt Notification Register
GTM_TOM0_CH1_IRQ_EN 0xF0108060          TOM0 Channel 1 Interrupt Enable Register
GTM_TOM0_CH1_IRQ_FORCINT 0xF0108064          TOM0 Channel 1 Force Interrupt Register
GTM_TOM0_CH1_IRQ_MODE 0xF0108068          TOM0 Channel 1 Interrupt Mode Register
GTM_TOM0_TGC0_ENDIS_CTRL 0xF0108070          TOM0 TGC0 Enable/Disable Control Register
GTM_TOM0_TGC0_ENDIS_STAT 0xF0108074          TOM0 TGC0 Enable/Disable Status Register
GTM_TOM0_TGC0_OUTEN_CTRL 0xF0108078          TOM0 TGC0 Output Enable Control Register
GTM_TOM0_TGC0_OUTEN_STAT 0xF010807C          TOM0 TGC0 Output Enable Status Register
GTM_TOM0_CH2_CTRL 0xF0108080          TOM0 Channel 2 Control Register
GTM_TOM0_CH2_SR0 0xF0108084          TOM0 Channel 2 CCU0 Compare Shadow Register
GTM_TOM0_CH2_SR1 0xF0108088          TOM0 Channel 2 CCU1 Compare Shadow Register
GTM_TOM0_CH2_CM0 0xF010808C          TOM0 Channel 2 CCU0 Compare Register
GTM_TOM0_CH2_CM1 0xF0108090          TOM0 Channel 2 CCU1 Compare Register
GTM_TOM0_CH2_CN0 0xF0108094          TOM0 Channel 2 CCU0 Counter Register
GTM_TOM0_CH2_STAT 0xF0108098          TOM0 Channel 2 Status Register
GTM_TOM0_CH2_IRQ_NOTIFY 0xF010809C          TOM0 Channel 2 Interrupt Notification Register
GTM_TOM0_CH2_IRQ_EN 0xF01080A0          TOM0 Channel 2 Interrupt Enable Register
GTM_TOM0_CH2_IRQ_FORCINT 0xF01080A4          TOM0 Channel 2 Force Interrupt Register
GTM_TOM0_CH2_IRQ_MODE 0xF01080A8          TOM0 Channel 2 Interrupt Mode Register
GTM_TOM0_CH3_CTRL 0xF01080C0          TOM0 Channel 3 Control Register
GTM_TOM0_CH3_SR0 0xF01080C4          TOM0 Channel 3 CCU0 Compare Shadow Register
GTM_TOM0_CH3_SR1 0xF01080C8          TOM0 Channel 3 CCU1 Compare Shadow Register
GTM_TOM0_CH3_CM0 0xF01080CC          TOM0 Channel 3 CCU0 Compare Register
GTM_TOM0_CH3_CM1 0xF01080D0          TOM0 Channel 3 CCU1 Compare Register
GTM_TOM0_CH3_CN0 0xF01080D4          TOM0 Channel 3 CCU0 Counter Register
GTM_TOM0_CH3_STAT 0xF01080D8          TOM0 Channel 3 Status Register
GTM_TOM0_CH3_IRQ_NOTIFY 0xF01080DC          TOM0 Channel 3 Interrupt Notification Register
GTM_TOM0_CH3_IRQ_EN 0xF01080E0          TOM0 Channel 3 Interrupt Enable Register
GTM_TOM0_CH3_IRQ_FORCINT 0xF01080E4          TOM0 Channel 3 Force Interrupt Register
GTM_TOM0_CH3_IRQ_MODE 0xF01080E8          TOM0 Channel 3 Interrupt Mode Register
GTM_TOM0_CH4_CTRL 0xF0108100          TOM0 Channel 4 Control Register
GTM_TOM0_CH4_SR0 0xF0108104          TOM0 Channel 4 CCU0 Compare Shadow Register
GTM_TOM0_CH4_SR1 0xF0108108          TOM0 Channel 4 CCU1 Compare Shadow Register
GTM_TOM0_CH4_CM0 0xF010810C          TOM0 Channel 4 CCU0 Compare Register
GTM_TOM0_CH4_CM1 0xF0108110          TOM0 Channel 4 CCU1 Compare Register
GTM_TOM0_CH4_CN0 0xF0108114          TOM0 Channel 4 CCU0 Counter Register
GTM_TOM0_CH4_STAT 0xF0108118          TOM0 Channel 4 Status Register
GTM_TOM0_CH4_IRQ_NOTIFY 0xF010811C          TOM0 Channel 4 Interrupt Notification Register
GTM_TOM0_CH4_IRQ_EN 0xF0108120          TOM0 Channel 4 Interrupt Enable Register
GTM_TOM0_CH4_IRQ_FORCINT 0xF0108124          TOM0 Channel 4 Force Interrupt Register
GTM_TOM0_CH4_IRQ_MODE 0xF0108128          TOM0 Channel 4 Interrupt Mode Register
GTM_TOM0_CH5_CTRL 0xF0108140          TOM0 Channel 5 Control Register
GTM_TOM0_CH5_SR0 0xF0108144          TOM0 Channel 5 CCU0 Compare Shadow Register
GTM_TOM0_CH5_SR1 0xF0108148          TOM0 Channel 5 CCU1 Compare Shadow Register
GTM_TOM0_CH5_CM0 0xF010814C          TOM0 Channel 5 CCU0 Compare Register
GTM_TOM0_CH5_CM1 0xF0108150          TOM0 Channel 5 CCU1 Compare Register
GTM_TOM0_CH5_CN0 0xF0108154          TOM0 Channel 5 CCU0 Counter Register
GTM_TOM0_CH5_STAT 0xF0108158          TOM0 Channel 5 Status Register
GTM_TOM0_CH5_IRQ_NOTIFY 0xF010815C          TOM0 Channel 5 Interrupt Notification Register
GTM_TOM0_CH5_IRQ_EN 0xF0108160          TOM0 Channel 5 Interrupt Enable Register
GTM_TOM0_CH5_IRQ_FORCINT 0xF0108164          TOM0 Channel 5 Force Interrupt Register
GTM_TOM0_CH5_IRQ_MODE 0xF0108168          TOM0 Channel 5 Interrupt Mode Register
GTM_TOM0_CH6_CTRL 0xF0108180          TOM0 Channel 6 Control Register
GTM_TOM0_CH6_SR0 0xF0108184          TOM0 Channel 6 CCU0 Compare Shadow Register
GTM_TOM0_CH6_SR1 0xF0108188          TOM0 Channel 6 CCU1 Compare Shadow Register
GTM_TOM0_CH6_CM0 0xF010818C          TOM0 Channel 6 CCU0 Compare Register
GTM_TOM0_CH6_CM1 0xF0108190          TOM0 Channel 6 CCU1 Compare Register
GTM_TOM0_CH6_CN0 0xF0108194          TOM0 Channel 6 CCU0 Counter Register
GTM_TOM0_CH6_STAT 0xF0108198          TOM0 Channel 6 Status Register
GTM_TOM0_CH6_IRQ_NOTIFY 0xF010819C          TOM0 Channel 6 Interrupt Notification Register
GTM_TOM0_CH6_IRQ_EN 0xF01081A0          TOM0 Channel 6 Interrupt Enable Register
GTM_TOM0_CH6_IRQ_FORCINT 0xF01081A4          TOM0 Channel 6 Force Interrupt Register
GTM_TOM0_CH6_IRQ_MODE 0xF01081A8          TOM0 Channel 6 Interrupt Mode Register
GTM_TOM0_CH7_CTRL 0xF01081C0          TOM0 Channel 7 Control Register
GTM_TOM0_CH7_SR0 0xF01081C4          TOM0 Channel 7 CCU0 Compare Shadow Register
GTM_TOM0_CH7_SR1 0xF01081C8          TOM0 Channel 7 CCU1 Compare Shadow Register
GTM_TOM0_CH7_CM0 0xF01081CC          TOM0 Channel 7 CCU0 Compare Register
GTM_TOM0_CH7_CM1 0xF01081D0          TOM0 Channel 7 CCU1 Compare Register
GTM_TOM0_CH7_CN0 0xF01081D4          TOM0 Channel 7 CCU0 Counter Register
GTM_TOM0_CH7_STAT 0xF01081D8          TOM0 Channel 7 Status Register
GTM_TOM0_CH7_IRQ_NOTIFY 0xF01081DC          TOM0 Channel 7 Interrupt Notification Register
GTM_TOM0_CH7_IRQ_EN 0xF01081E0          TOM0 Channel 7 Interrupt Enable Register
GTM_TOM0_CH7_IRQ_FORCINT 0xF01081E4          TOM0 Channel 7 Force Interrupt Register
GTM_TOM0_CH7_IRQ_MODE 0xF01081E8          TOM0 Channel 7 Interrupt Mode Register
GTM_TOM0_CH8_CTRL 0xF0108200          TOM0 Channel 8 Control Register
GTM_TOM0_CH8_SR0 0xF0108204          TOM0 Channel 8 CCU0 Compare Shadow Register
GTM_TOM0_CH8_SR1 0xF0108208          TOM0 Channel 8 CCU1 Compare Shadow Register
GTM_TOM0_CH8_CM0 0xF010820C          TOM0 Channel 8 CCU0 Compare Register
GTM_TOM0_CH8_CM1 0xF0108210          TOM0 Channel 8 CCU1 Compare Register
GTM_TOM0_CH8_CN0 0xF0108214          TOM0 Channel 8 CCU0 Counter Register
GTM_TOM0_CH8_STAT 0xF0108218          TOM0 Channel 8 Status Register
GTM_TOM0_CH8_IRQ_NOTIFY 0xF010821C          TOM0 Channel 8 Interrupt Notification Register
GTM_TOM0_CH8_IRQ_EN 0xF0108220          TOM0 Channel 8 Interrupt Enable Register
GTM_TOM0_CH8_IRQ_FORCINT 0xF0108224          TOM0 Channel 8 Force Interrupt Register
GTM_TOM0_CH8_IRQ_MODE 0xF0108228          TOM0 Channel 8 Interrupt Mode Register
GTM_TOM0_TGC1_GLB_CTRL 0xF0108230          TOM0 TGC1 Global Control Register
GTM_TOM0_TGC1_ACT_TB 0xF0108234          TOM0 TGC1 Action Time Base Register
GTM_TOM0_TGC1_FUPD_CTRL 0xF0108238          TOM0 TGC1 Force Update Control Register
GTM_TOM0_TGC1_INT_TRIG 0xF010823C          TOM0 TGC1 Internal Trigger Control Register
GTM_TOM0_CH9_CTRL 0xF0108240          TOM0 Channel 9 Control Register
GTM_TOM0_CH9_SR0 0xF0108244          TOM0 Channel 9 CCU0 Compare Shadow Register
GTM_TOM0_CH9_SR1 0xF0108248          TOM0 Channel 9 CCU1 Compare Shadow Register
GTM_TOM0_CH9_CM0 0xF010824C          TOM0 Channel 9 CCU0 Compare Register
GTM_TOM0_CH9_CM1 0xF0108250          TOM0 Channel 9 CCU1 Compare Register
GTM_TOM0_CH9_CN0 0xF0108254          TOM0 Channel 9 CCU0 Counter Register
GTM_TOM0_CH9_STAT 0xF0108258          TOM0 Channel 9 Status Register
GTM_TOM0_CH9_IRQ_NOTIFY 0xF010825C          TOM0 Channel 9 Interrupt Notification Register
GTM_TOM0_CH9_IRQ_EN 0xF0108260          TOM0 Channel 9 Interrupt Enable Register
GTM_TOM0_CH9_IRQ_FORCINT 0xF0108264          TOM0 Channel 9 Force Interrupt Register
GTM_TOM0_CH9_IRQ_MODE 0xF0108268          TOM0 Channel 9 Interrupt Mode Register
GTM_TOM0_TGC1_ENDIS_CTRL 0xF0108270          TOM0 TGC1 Enable/Disable Control Register
GTM_TOM0_TGC1_ENDIS_STAT 0xF0108274          TOM0 TGC1 Enable/Disable Status Register
GTM_TOM0_TGC1_OUTEN_CTRL 0xF0108278          TOM0 TGC1 Output Enable Control Register
GTM_TOM0_TGC1_OUTEN_STAT 0xF010827C          TOM0 TGC1 Output Enable Status Register
GTM_TOM0_CH10_CTRL 0xF0108280          TOM0 Channel 10 Control Register
GTM_TOM0_CH10_SR0 0xF0108284          TOM0 Channel 10 CCU0 Compare Shadow Register
GTM_TOM0_CH10_SR1 0xF0108288          TOM0 Channel 10 CCU1 Compare Shadow Register
GTM_TOM0_CH10_CM0 0xF010828C          TOM0 Channel 10 CCU0 Compare Register
GTM_TOM0_CH10_CM1 0xF0108290          TOM0 Channel 10 CCU1 Compare Register
GTM_TOM0_CH10_CN0 0xF0108294          TOM0 Channel 10 CCU0 Counter Register
GTM_TOM0_CH10_STAT 0xF0108298          TOM0 Channel 10 Status Register
GTM_TOM0_CH10_IRQ_NOTIFY 0xF010829C          TOM0 Channel 10 Interrupt Notification Register
GTM_TOM0_CH10_IRQ_EN 0xF01082A0          TOM0 Channel 10 Interrupt Enable Register
GTM_TOM0_CH10_IRQ_FORCINT 0xF01082A4          TOM0 Channel 10 Force Interrupt Register
GTM_TOM0_CH10_IRQ_MODE 0xF01082A8          TOM0 Channel 10 Interrupt Mode Register
GTM_TOM0_CH11_CTRL 0xF01082C0          TOM0 Channel 11 Control Register
GTM_TOM0_CH11_SR0 0xF01082C4          TOM0 Channel 11 CCU0 Compare Shadow Register
GTM_TOM0_CH11_SR1 0xF01082C8          TOM0 Channel 11 CCU1 Compare Shadow Register
GTM_TOM0_CH11_CM0 0xF01082CC          TOM0 Channel 11 CCU0 Compare Register
GTM_TOM0_CH11_CM1 0xF01082D0          TOM0 Channel 11 CCU1 Compare Register
GTM_TOM0_CH11_CN0 0xF01082D4          TOM0 Channel 11 CCU0 Counter Register
GTM_TOM0_CH11_STAT 0xF01082D8          TOM0 Channel 11 Status Register
GTM_TOM0_CH11_IRQ_NOTIFY 0xF01082DC          TOM0 Channel 11 Interrupt Notification Register
GTM_TOM0_CH11_IRQ_EN 0xF01082E0          TOM0 Channel 11 Interrupt Enable Register
GTM_TOM0_CH11_IRQ_FORCINT 0xF01082E4          TOM0 Channel 11 Force Interrupt Register
GTM_TOM0_CH11_IRQ_MODE 0xF01082E8          TOM0 Channel 11 Interrupt Mode Register
GTM_TOM0_CH12_CTRL 0xF0108300          TOM0 Channel 12 Control Register
GTM_TOM0_CH12_SR0 0xF0108304          TOM0 Channel 12 CCU0 Compare Shadow Register
GTM_TOM0_CH12_SR1 0xF0108308          TOM0 Channel 12 CCU1 Compare Shadow Register
GTM_TOM0_CH12_CM0 0xF010830C          TOM0 Channel 12 CCU0 Compare Register
GTM_TOM0_CH12_CM1 0xF0108310          TOM0 Channel 12 CCU1 Compare Register
GTM_TOM0_CH12_CN0 0xF0108314          TOM0 Channel 12 CCU0 Counter Register
GTM_TOM0_CH12_STAT 0xF0108318          TOM0 Channel 12 Status Register
GTM_TOM0_CH12_IRQ_NOTIFY 0xF010831C          TOM0 Channel 12 Interrupt Notification Register
GTM_TOM0_CH12_IRQ_EN 0xF0108320          TOM0 Channel 12 Interrupt Enable Register
GTM_TOM0_CH12_IRQ_FORCINT 0xF0108324          TOM0 Channel 12 Force Interrupt Register
GTM_TOM0_CH12_IRQ_MODE 0xF0108328          TOM0 Channel 12 Interrupt Mode Register
GTM_TOM0_CH13_CTRL 0xF0108340          TOM0 Channel 13 Control Register
GTM_TOM0_CH13_SR0 0xF0108344          TOM0 Channel 13 CCU0 Compare Shadow Register
GTM_TOM0_CH13_SR1 0xF0108348          TOM0 Channel 13 CCU1 Compare Shadow Register
GTM_TOM0_CH13_CM0 0xF010834C          TOM0 Channel 13 CCU0 Compare Register
GTM_TOM0_CH13_CM1 0xF0108350          TOM0 Channel 13 CCU1 Compare Register
GTM_TOM0_CH13_CN0 0xF0108354          TOM0 Channel 13 CCU0 Counter Register
GTM_TOM0_CH13_STAT 0xF0108358          TOM0 Channel 13 Status Register
GTM_TOM0_CH13_IRQ_NOTIFY 0xF010835C          TOM0 Channel 13 Interrupt Notification Register
GTM_TOM0_CH13_IRQ_EN 0xF0108360          TOM0 Channel 13 Interrupt Enable Register
GTM_TOM0_CH13_IRQ_FORCINT 0xF0108364          TOM0 Channel 13 Force Interrupt Register
GTM_TOM0_CH13_IRQ_MODE 0xF0108368          TOM0 Channel 13 Interrupt Mode Register
GTM_TOM0_CH14_CTRL 0xF0108380          TOM0 Channel 14 Control Register
GTM_TOM0_CH14_SR0 0xF0108384          TOM0 Channel 14 CCU0 Compare Shadow Register
GTM_TOM0_CH14_SR1 0xF0108388          TOM0 Channel 14 CCU1 Compare Shadow Register
GTM_TOM0_CH14_CM0 0xF010838C          TOM0 Channel 14 CCU0 Compare Register
GTM_TOM0_CH14_CM1 0xF0108390          TOM0 Channel 14 CCU1 Compare Register
GTM_TOM0_CH14_CN0 0xF0108394          TOM0 Channel 14 CCU0 Counter Register
GTM_TOM0_CH14_STAT 0xF0108398          TOM0 Channel 14 Status Register
GTM_TOM0_CH14_IRQ_NOTIFY 0xF010839C          TOM0 Channel 14 Interrupt Notification Register
GTM_TOM0_CH14_IRQ_EN 0xF01083A0          TOM0 Channel 14 Interrupt Enable Register
GTM_TOM0_CH14_IRQ_FORCINT 0xF01083A4          TOM0 Channel 14 Force Interrupt Register
GTM_TOM0_CH14_IRQ_MODE 0xF01083A8          TOM0 Channel 14 Interrupt Mode Register
GTM_TOM0_CH15_CTRL 0xF01083C0          TOM0 Channel 15 Control Register
GTM_TOM0_CH15_SR0 0xF01083C4          TOM0 Channel 15 CCU0 Compare Shadow Register
GTM_TOM0_CH15_SR1 0xF01083C8          TOM0 Channel 15 CCU1 Compare Shadow Register
GTM_TOM0_CH15_CM0 0xF01083CC          TOM0 Channel 15 CCU0 Compare Register
GTM_TOM0_CH15_CM1 0xF01083D0          TOM0 Channel 15 CCU1 Compare Register
GTM_TOM0_CH15_CN0 0xF01083D4          TOM0 Channel 15 CCU0 Counter Register
GTM_TOM0_CH15_STAT 0xF01083D8          TOM0 Channel 15 Status Register
GTM_TOM0_CH15_IRQ_NOTIFY 0xF01083DC          TOM0 Channel 15 Interrupt Notification Register
GTM_TOM0_CH15_IRQ_EN 0xF01083E0          TOM0 Channel 15 Interrupt Enable Register
GTM_TOM0_CH15_IRQ_FORCINT 0xF01083E4          TOM0 Channel 15 Force Interrupt Register
GTM_TOM0_CH15_IRQ_MODE 0xF01083E8          TOM0 Channel 15 Interrupt Mode Register
GTM_TOM1_CH0_CTRL 0xF0108800          TOM1 Channel 0 Control Register
GTM_TOM1_CH0_SR0 0xF0108804          TOM1 Channel 0 CCU0 Compare Shadow Register
GTM_TOM1_CH0_SR1 0xF0108808          TOM1 Channel 0 CCU1 Compare Shadow Register
GTM_TOM1_CH0_CM0 0xF010880C          TOM1 Channel 0 CCU0 Compare Register
GTM_TOM1_CH0_CM1 0xF0108810          TOM1 Channel 0 CCU1 Compare Register
GTM_TOM1_CH0_CN0 0xF0108814          TOM1 Channel 0 CCU0 Counter Register
GTM_TOM1_CH0_STAT 0xF0108818          TOM1 Channel 0 Status Register
GTM_TOM1_CH0_IRQ_NOTIFY 0xF010881C          TOM1 Channel 0 Interrupt Notification Register
GTM_TOM1_CH0_IRQ_EN 0xF0108820          TOM1 Channel 0 Interrupt Enable Register
GTM_TOM1_CH0_IRQ_FORCINT 0xF0108824          TOM1 Channel 0 Force Interrupt Register
GTM_TOM1_CH0_IRQ_MODE 0xF0108828          TOM1 Channel 0 Interrupt Mode Register
GTM_TOM1_TGC0_GLB_CTRL 0xF0108830          TOM1 TGC0 Global Control Register
GTM_TOM1_TGC0_ACT_TB 0xF0108834          TOM1 TGC0 Action Time Base Register
GTM_TOM1_TGC0_FUPD_CTRL 0xF0108838          TOM1 TGC0 Force Update Control Register
GTM_TOM1_TGC0_INT_TRIG 0xF010883C          TOM1 TGC0 Internal Trigger Control Register
GTM_TOM1_CH1_CTRL 0xF0108840          TOM1 Channel 1 Control Register
GTM_TOM1_CH1_SR0 0xF0108844          TOM1 Channel 1 CCU0 Compare Shadow Register
GTM_TOM1_CH1_SR1 0xF0108848          TOM1 Channel 1 CCU1 Compare Shadow Register
GTM_TOM1_CH1_CM0 0xF010884C          TOM1 Channel 1 CCU0 Compare Register
GTM_TOM1_CH1_CM1 0xF0108850          TOM1 Channel 1 CCU1 Compare Register
GTM_TOM1_CH1_CN0 0xF0108854          TOM1 Channel 1 CCU0 Counter Register
GTM_TOM1_CH1_STAT 0xF0108858          TOM1 Channel 1 Status Register
GTM_TOM1_CH1_IRQ_NOTIFY 0xF010885C          TOM1 Channel 1 Interrupt Notification Register
GTM_TOM1_CH1_IRQ_EN 0xF0108860          TOM1 Channel 1 Interrupt Enable Register
GTM_TOM1_CH1_IRQ_FORCINT 0xF0108864          TOM1 Channel 1 Force Interrupt Register
GTM_TOM1_CH1_IRQ_MODE 0xF0108868          TOM1 Channel 1 Interrupt Mode Register
GTM_TOM1_TGC0_ENDIS_CTRL 0xF0108870          TOM1 TGC0 Enable/Disable Control Register
GTM_TOM1_TGC0_ENDIS_STAT 0xF0108874          TOM1 TGC0 Enable/Disable Status Register
GTM_TOM1_TGC0_OUTEN_CTRL 0xF0108878          TOM1 TGC0 Output Enable Control Register
GTM_TOM1_TGC0_OUTEN_STAT 0xF010887C          TOM1 TGC0 Output Enable Status Register
GTM_TOM1_CH2_CTRL 0xF0108880          TOM1 Channel 2 Control Register
GTM_TOM1_CH2_SR0 0xF0108884          TOM1 Channel 2 CCU0 Compare Shadow Register
GTM_TOM1_CH2_SR1 0xF0108888          TOM1 Channel 2 CCU1 Compare Shadow Register
GTM_TOM1_CH2_CM0 0xF010888C          TOM1 Channel 2 CCU0 Compare Register
GTM_TOM1_CH2_CM1 0xF0108890          TOM1 Channel 2 CCU1 Compare Register
GTM_TOM1_CH2_CN0 0xF0108894          TOM1 Channel 2 CCU0 Counter Register
GTM_TOM1_CH2_STAT 0xF0108898          TOM1 Channel 2 Status Register
GTM_TOM1_CH2_IRQ_NOTIFY 0xF010889C          TOM1 Channel 2 Interrupt Notification Register
GTM_TOM1_CH2_IRQ_EN 0xF01088A0          TOM1 Channel 2 Interrupt Enable Register
GTM_TOM1_CH2_IRQ_FORCINT 0xF01088A4          TOM1 Channel 2 Force Interrupt Register
GTM_TOM1_CH2_IRQ_MODE 0xF01088A8          TOM1 Channel 2 Interrupt Mode Register
GTM_TOM1_CH3_CTRL 0xF01088C0          TOM1 Channel 3 Control Register
GTM_TOM1_CH3_SR0 0xF01088C4          TOM1 Channel 3 CCU0 Compare Shadow Register
GTM_TOM1_CH3_SR1 0xF01088C8          TOM1 Channel 3 CCU1 Compare Shadow Register
GTM_TOM1_CH3_CM0 0xF01088CC          TOM1 Channel 3 CCU0 Compare Register
GTM_TOM1_CH3_CM1 0xF01088D0          TOM1 Channel 3 CCU1 Compare Register
GTM_TOM1_CH3_CN0 0xF01088D4          TOM1 Channel 3 CCU0 Counter Register
GTM_TOM1_CH3_STAT 0xF01088D8          TOM1 Channel 3 Status Register
GTM_TOM1_CH3_IRQ_NOTIFY 0xF01088DC          TOM1 Channel 3 Interrupt Notification Register
GTM_TOM1_CH3_IRQ_EN 0xF01088E0          TOM1 Channel 3 Interrupt Enable Register
GTM_TOM1_CH3_IRQ_FORCINT 0xF01088E4          TOM1 Channel 3 Force Interrupt Register
GTM_TOM1_CH3_IRQ_MODE 0xF01088E8          TOM1 Channel 3 Interrupt Mode Register
GTM_TOM1_CH4_CTRL 0xF0108900          TOM1 Channel 4 Control Register
GTM_TOM1_CH4_SR0 0xF0108904          TOM1 Channel 4 CCU0 Compare Shadow Register
GTM_TOM1_CH4_SR1 0xF0108908          TOM1 Channel 4 CCU1 Compare Shadow Register
GTM_TOM1_CH4_CM0 0xF010890C          TOM1 Channel 4 CCU0 Compare Register
GTM_TOM1_CH4_CM1 0xF0108910          TOM1 Channel 4 CCU1 Compare Register
GTM_TOM1_CH4_CN0 0xF0108914          TOM1 Channel 4 CCU0 Counter Register
GTM_TOM1_CH4_STAT 0xF0108918          TOM1 Channel 4 Status Register
GTM_TOM1_CH4_IRQ_NOTIFY 0xF010891C          TOM1 Channel 4 Interrupt Notification Register
GTM_TOM1_CH4_IRQ_EN 0xF0108920          TOM1 Channel 4 Interrupt Enable Register
GTM_TOM1_CH4_IRQ_FORCINT 0xF0108924          TOM1 Channel 4 Force Interrupt Register
GTM_TOM1_CH4_IRQ_MODE 0xF0108928          TOM1 Channel 4 Interrupt Mode Register
GTM_TOM1_CH5_CTRL 0xF0108940          TOM1 Channel 5 Control Register
GTM_TOM1_CH5_SR0 0xF0108944          TOM1 Channel 5 CCU0 Compare Shadow Register
GTM_TOM1_CH5_SR1 0xF0108948          TOM1 Channel 5 CCU1 Compare Shadow Register
GTM_TOM1_CH5_CM0 0xF010894C          TOM1 Channel 5 CCU0 Compare Register
GTM_TOM1_CH5_CM1 0xF0108950          TOM1 Channel 5 CCU1 Compare Register
GTM_TOM1_CH5_CN0 0xF0108954          TOM1 Channel 5 CCU0 Counter Register
GTM_TOM1_CH5_STAT 0xF0108958          TOM1 Channel 5 Status Register
GTM_TOM1_CH5_IRQ_NOTIFY 0xF010895C          TOM1 Channel 5 Interrupt Notification Register
GTM_TOM1_CH5_IRQ_EN 0xF0108960          TOM1 Channel 5 Interrupt Enable Register
GTM_TOM1_CH5_IRQ_FORCINT 0xF0108964          TOM1 Channel 5 Force Interrupt Register
GTM_TOM1_CH5_IRQ_MODE 0xF0108968          TOM1 Channel 5 Interrupt Mode Register
GTM_TOM1_CH6_CTRL 0xF0108980          TOM1 Channel 6 Control Register
GTM_TOM1_CH6_SR0 0xF0108984          TOM1 Channel 6 CCU0 Compare Shadow Register
GTM_TOM1_CH6_SR1 0xF0108988          TOM1 Channel 6 CCU1 Compare Shadow Register
GTM_TOM1_CH6_CM0 0xF010898C          TOM1 Channel 6 CCU0 Compare Register
GTM_TOM1_CH6_CM1 0xF0108990          TOM1 Channel 6 CCU1 Compare Register
GTM_TOM1_CH6_CN0 0xF0108994          TOM1 Channel 6 CCU0 Counter Register
GTM_TOM1_CH6_STAT 0xF0108998          TOM1 Channel 6 Status Register
GTM_TOM1_CH6_IRQ_NOTIFY 0xF010899C          TOM1 Channel 6 Interrupt Notification Register
GTM_TOM1_CH6_IRQ_EN 0xF01089A0          TOM1 Channel 6 Interrupt Enable Register
GTM_TOM1_CH6_IRQ_FORCINT 0xF01089A4          TOM1 Channel 6 Force Interrupt Register
GTM_TOM1_CH6_IRQ_MODE 0xF01089A8          TOM1 Channel 6 Interrupt Mode Register
GTM_TOM1_CH7_CTRL 0xF01089C0          TOM1 Channel 7 Control Register
GTM_TOM1_CH7_SR0 0xF01089C4          TOM1 Channel 7 CCU0 Compare Shadow Register
GTM_TOM1_CH7_SR1 0xF01089C8          TOM1 Channel 7 CCU1 Compare Shadow Register
GTM_TOM1_CH7_CM0 0xF01089CC          TOM1 Channel 7 CCU0 Compare Register
GTM_TOM1_CH7_CM1 0xF01089D0          TOM1 Channel 7 CCU1 Compare Register
GTM_TOM1_CH7_CN0 0xF01089D4          TOM1 Channel 7 CCU0 Counter Register
GTM_TOM1_CH7_STAT 0xF01089D8          TOM1 Channel 7 Status Register
GTM_TOM1_CH7_IRQ_NOTIFY 0xF01089DC          TOM1 Channel 7 Interrupt Notification Register
GTM_TOM1_CH7_IRQ_EN 0xF01089E0          TOM1 Channel 7 Interrupt Enable Register
GTM_TOM1_CH7_IRQ_FORCINT 0xF01089E4          TOM1 Channel 7 Force Interrupt Register
GTM_TOM1_CH7_IRQ_MODE 0xF01089E8          TOM1 Channel 7 Interrupt Mode Register
GTM_TOM1_CH8_CTRL 0xF0108A00          TOM1 Channel 8 Control Register
GTM_TOM1_CH8_SR0 0xF0108A04          TOM1 Channel 8 CCU0 Compare Shadow Register
GTM_TOM1_CH8_SR1 0xF0108A08          TOM1 Channel 8 CCU1 Compare Shadow Register
GTM_TOM1_CH8_CM0 0xF0108A0C          TOM1 Channel 8 CCU0 Compare Register
GTM_TOM1_CH8_CM1 0xF0108A10          TOM1 Channel 8 CCU1 Compare Register
GTM_TOM1_CH8_CN0 0xF0108A14          TOM1 Channel 8 CCU0 Counter Register
GTM_TOM1_CH8_STAT 0xF0108A18          TOM1 Channel 8 Status Register
GTM_TOM1_CH8_IRQ_NOTIFY 0xF0108A1C          TOM1 Channel 8 Interrupt Notification Register
GTM_TOM1_CH8_IRQ_EN 0xF0108A20          TOM1 Channel 8 Interrupt Enable Register
GTM_TOM1_CH8_IRQ_FORCINT 0xF0108A24          TOM1 Channel 8 Force Interrupt Register
GTM_TOM1_CH8_IRQ_MODE 0xF0108A28          TOM1 Channel 8 Interrupt Mode Register
GTM_TOM1_TGC1_GLB_CTRL 0xF0108A30          TOM1 TGC1 Global Control Register
GTM_TOM1_TGC1_ACT_TB 0xF0108A34          TOM1 TGC1 Action Time Base Register
GTM_TOM1_TGC1_FUPD_CTRL 0xF0108A38          TOM1 TGC1 Force Update Control Register
GTM_TOM1_TGC1_INT_TRIG 0xF0108A3C          TOM1 TGC1 Internal Trigger Control Register
GTM_TOM1_CH9_CTRL 0xF0108A40          TOM1 Channel 9 Control Register
GTM_TOM1_CH9_SR0 0xF0108A44          TOM1 Channel 9 CCU0 Compare Shadow Register
GTM_TOM1_CH9_SR1 0xF0108A48          TOM1 Channel 9 CCU1 Compare Shadow Register
GTM_TOM1_CH9_CM0 0xF0108A4C          TOM1 Channel 9 CCU0 Compare Register
GTM_TOM1_CH9_CM1 0xF0108A50          TOM1 Channel 9 CCU1 Compare Register
GTM_TOM1_CH9_CN0 0xF0108A54          TOM1 Channel 9 CCU0 Counter Register
GTM_TOM1_CH9_STAT 0xF0108A58          TOM1 Channel 9 Status Register
GTM_TOM1_CH9_IRQ_NOTIFY 0xF0108A5C          TOM1 Channel 9 Interrupt Notification Register
GTM_TOM1_CH9_IRQ_EN 0xF0108A60          TOM1 Channel 9 Interrupt Enable Register
GTM_TOM1_CH9_IRQ_FORCINT 0xF0108A64          TOM1 Channel 9 Force Interrupt Register
GTM_TOM1_CH9_IRQ_MODE 0xF0108A68          TOM1 Channel 9 Interrupt Mode Register
GTM_TOM1_TGC1_ENDIS_CTRL 0xF0108A70          TOM1 TGC1 Enable/Disable Control Register
GTM_TOM1_TGC1_ENDIS_STAT 0xF0108A74          TOM1 TGC1 Enable/Disable Status Register
GTM_TOM1_TGC1_OUTEN_CTRL 0xF0108A78          TOM1 TGC1 Output Enable Control Register
GTM_TOM1_TGC1_OUTEN_STAT 0xF0108A7C          TOM1 TGC1 Output Enable Status Register
GTM_TOM1_CH10_CTRL 0xF0108A80          TOM1 Channel 10 Control Register
GTM_TOM1_CH10_SR0 0xF0108A84          TOM1 Channel 10 CCU0 Compare Shadow Register
GTM_TOM1_CH10_SR1 0xF0108A88          TOM1 Channel 10 CCU1 Compare Shadow Register
GTM_TOM1_CH10_CM0 0xF0108A8C          TOM1 Channel 10 CCU0 Compare Register
GTM_TOM1_CH10_CM1 0xF0108A90          TOM1 Channel 10 CCU1 Compare Register
GTM_TOM1_CH10_CN0 0xF0108A94          TOM1 Channel 10 CCU0 Counter Register
GTM_TOM1_CH10_STAT 0xF0108A98          TOM1 Channel 10 Status Register
GTM_TOM1_CH10_IRQ_NOTIFY 0xF0108A9C          TOM1 Channel 10 Interrupt Notification Register
GTM_TOM1_CH10_IRQ_EN 0xF0108AA0          TOM1 Channel 10 Interrupt Enable Register
GTM_TOM1_CH10_IRQ_FORCINT 0xF0108AA4          TOM1 Channel 10 Force Interrupt Register
GTM_TOM1_CH10_IRQ_MODE 0xF0108AA8          TOM1 Channel 10 Interrupt Mode Register
GTM_TOM1_CH11_CTRL 0xF0108AC0          TOM1 Channel 11 Control Register
GTM_TOM1_CH11_SR0 0xF0108AC4          TOM1 Channel 11 CCU0 Compare Shadow Register
GTM_TOM1_CH11_SR1 0xF0108AC8          TOM1 Channel 11 CCU1 Compare Shadow Register
GTM_TOM1_CH11_CM0 0xF0108ACC          TOM1 Channel 11 CCU0 Compare Register
GTM_TOM1_CH11_CM1 0xF0108AD0          TOM1 Channel 11 CCU1 Compare Register
GTM_TOM1_CH11_CN0 0xF0108AD4          TOM1 Channel 11 CCU0 Counter Register
GTM_TOM1_CH11_STAT 0xF0108AD8          TOM1 Channel 11 Status Register
GTM_TOM1_CH11_IRQ_NOTIFY 0xF0108ADC          TOM1 Channel 11 Interrupt Notification Register
GTM_TOM1_CH11_IRQ_EN 0xF0108AE0          TOM1 Channel 11 Interrupt Enable Register
GTM_TOM1_CH11_IRQ_FORCINT 0xF0108AE4          TOM1 Channel 11 Force Interrupt Register
GTM_TOM1_CH11_IRQ_MODE 0xF0108AE8          TOM1 Channel 11 Interrupt Mode Register
GTM_TOM1_CH12_CTRL 0xF0108B00          TOM1 Channel 12 Control Register
GTM_TOM1_CH12_SR0 0xF0108B04          TOM1 Channel 12 CCU0 Compare Shadow Register
GTM_TOM1_CH12_SR1 0xF0108B08          TOM1 Channel 12 CCU1 Compare Shadow Register
GTM_TOM1_CH12_CM0 0xF0108B0C          TOM1 Channel 12 CCU0 Compare Register
GTM_TOM1_CH12_CM1 0xF0108B10          TOM1 Channel 12 CCU1 Compare Register
GTM_TOM1_CH12_CN0 0xF0108B14          TOM1 Channel 12 CCU0 Counter Register
GTM_TOM1_CH12_STAT 0xF0108B18          TOM1 Channel 12 Status Register
GTM_TOM1_CH12_IRQ_NOTIFY 0xF0108B1C          TOM1 Channel 12 Interrupt Notification Register
GTM_TOM1_CH12_IRQ_EN 0xF0108B20          TOM1 Channel 12 Interrupt Enable Register
GTM_TOM1_CH12_IRQ_FORCINT 0xF0108B24          TOM1 Channel 12 Force Interrupt Register
GTM_TOM1_CH12_IRQ_MODE 0xF0108B28          TOM1 Channel 12 Interrupt Mode Register
GTM_TOM1_CH13_CTRL 0xF0108B40          TOM1 Channel 13 Control Register
GTM_TOM1_CH13_SR0 0xF0108B44          TOM1 Channel 13 CCU0 Compare Shadow Register
GTM_TOM1_CH13_SR1 0xF0108B48          TOM1 Channel 13 CCU1 Compare Shadow Register
GTM_TOM1_CH13_CM0 0xF0108B4C          TOM1 Channel 13 CCU0 Compare Register
GTM_TOM1_CH13_CM1 0xF0108B50          TOM1 Channel 13 CCU1 Compare Register
GTM_TOM1_CH13_CN0 0xF0108B54          TOM1 Channel 13 CCU0 Counter Register
GTM_TOM1_CH13_STAT 0xF0108B58          TOM1 Channel 13 Status Register
GTM_TOM1_CH13_IRQ_NOTIFY 0xF0108B5C          TOM1 Channel 13 Interrupt Notification Register
GTM_TOM1_CH13_IRQ_EN 0xF0108B60          TOM1 Channel 13 Interrupt Enable Register
GTM_TOM1_CH13_IRQ_FORCINT 0xF0108B64          TOM1 Channel 13 Force Interrupt Register
GTM_TOM1_CH13_IRQ_MODE 0xF0108B68          TOM1 Channel 13 Interrupt Mode Register
GTM_TOM1_CH14_CTRL 0xF0108B80          TOM1 Channel 14 Control Register
GTM_TOM1_CH14_SR0 0xF0108B84          TOM1 Channel 14 CCU0 Compare Shadow Register
GTM_TOM1_CH14_SR1 0xF0108B88          TOM1 Channel 14 CCU1 Compare Shadow Register
GTM_TOM1_CH14_CM0 0xF0108B8C          TOM1 Channel 14 CCU0 Compare Register
GTM_TOM1_CH14_CM1 0xF0108B90          TOM1 Channel 14 CCU1 Compare Register
GTM_TOM1_CH14_CN0 0xF0108B94          TOM1 Channel 14 CCU0 Counter Register
GTM_TOM1_CH14_STAT 0xF0108B98          TOM1 Channel 14 Status Register
GTM_TOM1_CH14_IRQ_NOTIFY 0xF0108B9C          TOM1 Channel 14 Interrupt Notification Register
GTM_TOM1_CH14_IRQ_EN 0xF0108BA0          TOM1 Channel 14 Interrupt Enable Register
GTM_TOM1_CH14_IRQ_FORCINT 0xF0108BA4          TOM1 Channel 14 Force Interrupt Register
GTM_TOM1_CH14_IRQ_MODE 0xF0108BA8          TOM1 Channel 14 Interrupt Mode Register
GTM_TOM1_CH15_CTRL 0xF0108BC0          TOM1 Channel 15 Control Register
GTM_TOM1_CH15_SR0 0xF0108BC4          TOM1 Channel 15 CCU0 Compare Shadow Register
GTM_TOM1_CH15_SR1 0xF0108BC8          TOM1 Channel 15 CCU1 Compare Shadow Register
GTM_TOM1_CH15_CM0 0xF0108BCC          TOM1 Channel 15 CCU0 Compare Register
GTM_TOM1_CH15_CM1 0xF0108BD0          TOM1 Channel 15 CCU1 Compare Register
GTM_TOM1_CH15_CN0 0xF0108BD4          TOM1 Channel 15 CCU0 Counter Register
GTM_TOM1_CH15_STAT 0xF0108BD8          TOM1 Channel 15 Status Register
GTM_TOM1_CH15_IRQ_NOTIFY 0xF0108BDC          TOM1 Channel 15 Interrupt Notification Register
GTM_TOM1_CH15_IRQ_EN 0xF0108BE0          TOM1 Channel 15 Interrupt Enable Register
GTM_TOM1_CH15_IRQ_FORCINT 0xF0108BE4          TOM1 Channel 15 Force Interrupt Register
GTM_TOM1_CH15_IRQ_MODE 0xF0108BE8          TOM1 Channel 15 Interrupt Mode Register
GTM_CLC         0xF019FD00          Clock Control Register
GTM_RESET_CLR   0xF019FD04          Kernel Reset Status Clear Register
GTM_RESET1      0xF019FD08          Kernel Reset Register 0
GTM_RESET2      0xF019FD0C          Kernel Reset Register 1
GTM_ACCEN0      0xF019FD10          Access Enable Register 0
GTM_ACCEN1      0xF019FD14          Access Enable Register 1
GTM_OTBU0T      0xF019FD18          OCDS TBU0 Trigger Register
GTM_OTBU1T      0xF019FD1C          OCDS TBU1 Trigger Register
GTM_OTBU2T      0xF019FD20          OCDS TBU2 Trigger Register
GTM_OTSS        0xF019FD28          OCDS Trigger Set Select Register
GTM_OTSC0       0xF019FD2C          OCDS Trigger Set Control 0 Register
GTM_ODA         0xF019FD34          OCDS Debug Access Register
GTM_OCS         0xF019FD38          OCDS Control and Status
GTM_TIM0INSEL   0xF019FD40          TIM0 Input Select Register
GTM_TIM1INSEL   0xF019FD44          TIM1 Input Select Register
GTM_TOUTSEL0    0xF019FD60          Timer Output Select Register
GTM_TOUTSEL1    0xF019FD64          Timer Output Select Register
GTM_TOUTSEL2    0xF019FD68          Timer Output Select Register
GTM_TOUTSEL3    0xF019FD6C          Timer Output Select Register
GTM_TOUTSEL4    0xF019FD70          Timer Output Select Register
GTM_TOUTSEL5    0xF019FD74          Timer Output Select Register
GTM_TOUTSEL6    0xF019FD78          Timer Output Select Register
GTM_TOUTSEL7    0xF019FD7C          Timer Output Select Register
GTM_TOUTSEL8    0xF019FD80          Timer Output Select Register
GTM_TOUTSEL9    0xF019FD84          Timer Output Select Register
GTM_TOUTSEL10   0xF019FD88          Timer Output Select Register
GTM_TOUTSEL11   0xF019FD8C          Timer Output Select Register
GTM_TOUTSEL12   0xF019FD90          Timer Output Select Register
GTM_TOUTSEL13   0xF019FD94          Timer Output Select Register
GTM_TOUTSEL14   0xF019FD98          Timer Output Select Register
GTM_TOUTSEL15   0xF019FD9C          Timer Output Select Register
GTM_TOUTSEL16   0xF019FDA0          Timer Output Select Register
GTM_ADCTRIG0OUT0 0xF019FE40          ADC Trigger 0 Output Select 0 Register
GTM_ADCTRIG0OUT1 0xF019FE44          ADC Trigger 0 Output Select 1 Register
GTM_ADCTRIG1OUT0 0xF019FE48          ADC Trigger 1 Output Select 0 Register
GTM_ADCTRIG1OUT1 0xF019FE4C          ADC Trigger 1 Output Select 1 Register
GTM_ADCTRIG2OUT0 0xF019FE50          ADC Trigger 2 Output Select 0 Register
GTM_ADCTRIG2OUT1 0xF019FE54          ADC Trigger 2 Output Select 1 Register
GTM_ADCTRIG3OUT0 0xF019FE58          ADC Trigger 3 Output Select 0 Register
GTM_ADCTRIG3OUT1 0xF019FE5C          ADC Trigger 3 Output Select 1 Register
GTM_ADCTRIG4OUT0 0xF019FE60          ADC Trigger 4 Output Select 0 Register
GTM_ADCTRIG4OUT1 0xF019FE64          ADC Trigger 4 Output Select 1 Register
GTM_LCDCDCOUTSEL 0xF019FFD4          LCDCDC Output Select Register
GTM_DTMAUXINSEL 0xF019FFD8          DTM_AUX Input Selection Register
GTM_CANOUTSEL0  0xF019FFDC          CAN0/CAN1 Output Select Register
GTM_CCM0_HW_CONF 0xF01E21DC          CCM0 Hardware Configuration Register
GTM_CCM0_TIM_AUX_IN_SRC 0xF01E21E0          CCM0 TIM Module AUX_IN Source Selection Register
GTM_CCM0_TOM_OUT 0xF01E21E8          CCM0 TOM Output Level Register
GTM_CCM0_ATOM_OUT 0xF01E21EC          CCM0 ATOM Output Level Register
GTM_CCM0_CMU_CLK_CFG 0xF01E21F0          CCM0 CMU Clock Configuration Register
GTM_CCM0_CMU_FXCLK_CFG 0xF01E21F4          CCM0 CMU Fixed Clock Configuration Register
GTM_CCM0_CFG    0xF01E21F8          CCM0 Configuration Register
GTM_CCM0_PROT   0xF01E21FC          CCM0 Protection Register
GTM_CCM1_HW_CONF 0xF01E23DC          CCM1 Hardware Configuration Register
GTM_CCM1_TIM_AUX_IN_SRC 0xF01E23E0          CCM1 TIM Module AUX_IN Source Selection Register
GTM_CCM1_TOM_OUT 0xF01E23E8          CCM1 TOM Output Level Register
GTM_CCM1_CMU_CLK_CFG 0xF01E23F0          CCM1 CMU Clock Configuration Register
GTM_CCM1_CMU_FXCLK_CFG 0xF01E23F4          CCM1 CMU Fixed Clock Configuration Register
GTM_CCM1_CFG    0xF01E23F8          CCM1 Configuration Register
GTM_CCM1_PROT   0xF01E23FC          CCM1 Protection Register
GTM_CDTM0_DTM0_CTRL 0xF01E4000          CDTM0 DTM0 Global Configuration and Control Register
GTM_CDTM0_DTM0_CH_CTRL1 0xF01E4004          CDTM0 DTM0 Channel Control Register 1
GTM_CDTM0_DTM0_CH_CTRL2 0xF01E4008          CDTM0 DTM0 Channel Control Register 2
GTM_CDTM0_DTM0_CH_CTRL2_SR 0xF01E400C          CDTM0 DTM0 Channel Control Register 2 Shadow
GTM_CDTM0_DTM0_PS_CTRL 0xF01E4010          CDTM0 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM0_CH0_DTV 0xF01E4014          CDTM0 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM0_CH1_DTV 0xF01E4018          CDTM0 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM0_CH2_DTV 0xF01E401C          CDTM0 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM0_CH3_DTV 0xF01E4020          CDTM0 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM0_CH_SR 0xF01E4024          CDTM0 DTM0 Channel Shadow Register
GTM_CDTM0_DTM0_CH_CTRL3 0xF01E4028          CDTM0 DTM0 Channel Control Register 3
GTM_CDTM0_DTM1_CTRL 0xF01E4040          CDTM0 DTM1 Global Configuration and Control Register
GTM_CDTM0_DTM1_CH_CTRL1 0xF01E4044          CDTM0 DTM1 Channel Control Register 1
GTM_CDTM0_DTM1_CH_CTRL2 0xF01E4048          CDTM0 DTM1 Channel Control Register 2
GTM_CDTM0_DTM1_CH_CTRL2_SR 0xF01E404C          CDTM0 DTM1 Channel Control Register 2 Shadow
GTM_CDTM0_DTM1_PS_CTRL 0xF01E4050          CDTM0 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM1_CH0_DTV 0xF01E4054          CDTM0 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM1_CH1_DTV 0xF01E4058          CDTM0 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM1_CH2_DTV 0xF01E405C          CDTM0 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM1_CH3_DTV 0xF01E4060          CDTM0 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM1_CH_SR 0xF01E4064          CDTM0 DTM1 Channel Shadow Register
GTM_CDTM0_DTM1_CH_CTRL3 0xF01E4068          CDTM0 DTM1 Channel Control Register 3
GTM_CDTM0_DTM4_CTRL 0xF01E4100          CDTM0 DTM4 Global Configuration and Control Register
GTM_CDTM0_DTM4_CH_CTRL1 0xF01E4104          CDTM0 DTM4 Channel Control Register 1
GTM_CDTM0_DTM4_CH_CTRL2 0xF01E4108          CDTM0 DTM4 Channel Control Register 2
GTM_CDTM0_DTM4_CH_CTRL2_SR 0xF01E410C          CDTM0 DTM4 Channel Control Register 2 Shadow
GTM_CDTM0_DTM4_PS_CTRL 0xF01E4110          CDTM0 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM4_CH0_DTV 0xF01E4114          CDTM0 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM4_CH1_DTV 0xF01E4118          CDTM0 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM4_CH2_DTV 0xF01E411C          CDTM0 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM4_CH3_DTV 0xF01E4120          CDTM0 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM4_CH_SR 0xF01E4124          CDTM0 DTM4 Channel Shadow Register
GTM_CDTM0_DTM4_CH_CTRL3 0xF01E4128          CDTM0 DTM4 Channel Control Register 3
GTM_CDTM0_DTM5_CTRL 0xF01E4140          CDTM0 DTM5 Global Configuration and Control Register
GTM_CDTM0_DTM5_CH_CTRL1 0xF01E4144          CDTM0 DTM5 Channel Control Register 1
GTM_CDTM0_DTM5_CH_CTRL2 0xF01E4148          CDTM0 DTM5 Channel Control Register 2
GTM_CDTM0_DTM5_CH_CTRL2_SR 0xF01E414C          CDTM0 DTM5 Channel Control Register 2 Shadow
GTM_CDTM0_DTM5_PS_CTRL 0xF01E4150          CDTM0 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM5_CH0_DTV 0xF01E4154          CDTM0 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM5_CH1_DTV 0xF01E4158          CDTM0 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM5_CH2_DTV 0xF01E415C          CDTM0 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM5_CH3_DTV 0xF01E4160          CDTM0 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM5_CH_SR 0xF01E4164          CDTM0 DTM5 Channel Shadow Register
GTM_CDTM0_DTM5_CH_CTRL3 0xF01E4168          CDTM0 DTM5 Channel Control Register 3
GTM_CDTM1_DTM0_CTRL 0xF01E4400          CDTM1 DTM0 Global Configuration and Control Register
GTM_CDTM1_DTM0_CH_CTRL1 0xF01E4404          CDTM1 DTM0 Channel Control Register 1
GTM_CDTM1_DTM0_CH_CTRL2 0xF01E4408          CDTM1 DTM0 Channel Control Register 2
GTM_CDTM1_DTM0_CH_CTRL2_SR 0xF01E440C          CDTM1 DTM0 Channel Control Register 2 Shadow
GTM_CDTM1_DTM0_PS_CTRL 0xF01E4410          CDTM1 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM0_CH0_DTV 0xF01E4414          CDTM1 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM0_CH1_DTV 0xF01E4418          CDTM1 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM0_CH2_DTV 0xF01E441C          CDTM1 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM0_CH3_DTV 0xF01E4420          CDTM1 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM0_CH_SR 0xF01E4424          CDTM1 DTM0 Channel Shadow Register
GTM_CDTM1_DTM0_CH_CTRL3 0xF01E4428          CDTM1 DTM0 Channel Control Register 3
GTM_CDTM1_DTM1_CTRL 0xF01E4440          CDTM1 DTM1 Global Configuration and Control Register
GTM_CDTM1_DTM1_CH_CTRL1 0xF01E4444          CDTM1 DTM1 Channel Control Register 1
GTM_CDTM1_DTM1_CH_CTRL2 0xF01E4448          CDTM1 DTM1 Channel Control Register 2
GTM_CDTM1_DTM1_CH_CTRL2_SR 0xF01E444C          CDTM1 DTM1 Channel Control Register 2 Shadow
GTM_CDTM1_DTM1_PS_CTRL 0xF01E4450          CDTM1 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM1_CH0_DTV 0xF01E4454          CDTM1 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM1_CH1_DTV 0xF01E4458          CDTM1 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM1_CH2_DTV 0xF01E445C          CDTM1 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM1_CH3_DTV 0xF01E4460          CDTM1 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM1_CH_SR 0xF01E4464          CDTM1 DTM1 Channel Shadow Register
GTM_CDTM1_DTM1_CH_CTRL3 0xF01E4468          CDTM1 DTM1 Channel Control Register 3
GTM_ATOM0_CH0_RDADDR 0xF01E8000          ATOM0 Channel 0 ARU read address Register
GTM_ATOM0_CH0_CTRL 0xF01E8004          ATOM0 Channel 0 Control Register
GTM_ATOM0_CH0_SR0 0xF01E8008          ATOM0 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM0_CH0_SR1 0xF01E800C          ATOM0 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM0_CH0_CM0 0xF01E8010          ATOM0 Channel 0 CCU0 Compare Register
GTM_ATOM0_CH0_CM1 0xF01E8014          ATOM0 Channel 0 CCU1 Compare Register
GTM_ATOM0_CH0_CN0 0xF01E8018          ATOM0 Channel 0 CCU0 Counter Register
GTM_ATOM0_CH0_STAT 0xF01E801C          ATOM0 Channel 0 Status Register
GTM_ATOM0_CH0_IRQ_NOTIFY 0xF01E8020          ATOM0 Channel 0 Interrupt Notification Register
GTM_ATOM0_CH0_IRQ_EN 0xF01E8024          ATOM0 Channel 0 Interrupt Enable Register
GTM_ATOM0_CH0_IRQ_FORCINT 0xF01E8028          ATOM0 Channel 0 Software Interrupt Generation Register
GTM_ATOM0_CH0_IRQ_MODE 0xF01E802C          ATOM0 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM0_AGC_GLB_CTRL 0xF01E8040          ATOM0 AGC Global Control Register
GTM_ATOM0_AGC_ENDIS_CTRL 0xF01E8044          ATOM0 AGC Enable/Disable Control Register
GTM_ATOM0_AGC_ENDIS_STAT 0xF01E8048          ATOM0 AGC Enable/Disable Status Register
GTM_ATOM0_AGC_ACT_TB 0xF01E804C          ATOM0 AGC Action Time Base Register
GTM_ATOM0_AGC_OUTEN_CTRL 0xF01E8050          ATOM0 AGC Output Enable Control Register
GTM_ATOM0_AGC_OUTEN_STAT 0xF01E8054          ATOM0 AGC Output Enable Status Register
GTM_ATOM0_AGC_FUPD_CTRL 0xF01E8058          ATOM0 AGC Force Update Control Register
GTM_ATOM0_AGC_INT_TRIG 0xF01E805C          ATOM0 AGC Internal Trigger Control Register
GTM_ATOM0_CH1_RDADDR 0xF01E8080          ATOM0 Channel 1 ARU read address Register
GTM_ATOM0_CH1_CTRL 0xF01E8084          ATOM0 Channel 1 Control Register
GTM_ATOM0_CH1_SR0 0xF01E8088          ATOM0 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM0_CH1_SR1 0xF01E808C          ATOM0 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM0_CH1_CM0 0xF01E8090          ATOM0 Channel 1 CCU0 Compare Register
GTM_ATOM0_CH1_CM1 0xF01E8094          ATOM0 Channel 1 CCU1 Compare Register
GTM_ATOM0_CH1_CN0 0xF01E8098          ATOM0 Channel 1 CCU0 Counter Register
GTM_ATOM0_CH1_STAT 0xF01E809C          ATOM0 Channel 1 Status Register
GTM_ATOM0_CH1_IRQ_NOTIFY 0xF01E80A0          ATOM0 Channel 1 Interrupt Notification Register
GTM_ATOM0_CH1_IRQ_EN 0xF01E80A4          ATOM0 Channel 1 Interrupt Enable Register
GTM_ATOM0_CH1_IRQ_FORCINT 0xF01E80A8          ATOM0 Channel 1 Software Interrupt Generation Register
GTM_ATOM0_CH1_IRQ_MODE 0xF01E80AC          ATOM0 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM0_CH2_RDADDR 0xF01E8100          ATOM0 Channel 2 ARU read address Register
GTM_ATOM0_CH2_CTRL 0xF01E8104          ATOM0 Channel 2 Control Register
GTM_ATOM0_CH2_SR0 0xF01E8108          ATOM0 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM0_CH2_SR1 0xF01E810C          ATOM0 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM0_CH2_CM0 0xF01E8110          ATOM0 Channel 2 CCU0 Compare Register
GTM_ATOM0_CH2_CM1 0xF01E8114          ATOM0 Channel 2 CCU1 Compare Register
GTM_ATOM0_CH2_CN0 0xF01E8118          ATOM0 Channel 2 CCU0 Counter Register
GTM_ATOM0_CH2_STAT 0xF01E811C          ATOM0 Channel 2 Status Register
GTM_ATOM0_CH2_IRQ_NOTIFY 0xF01E8120          ATOM0 Channel 2 Interrupt Notification Register
GTM_ATOM0_CH2_IRQ_EN 0xF01E8124          ATOM0 Channel 2 Interrupt Enable Register
GTM_ATOM0_CH2_IRQ_FORCINT 0xF01E8128          ATOM0 Channel 2 Software Interrupt Generation Register
GTM_ATOM0_CH2_IRQ_MODE 0xF01E812C          ATOM0 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM0_CH3_RDADDR 0xF01E8180          ATOM0 Channel 3 ARU read address Register
GTM_ATOM0_CH3_CTRL 0xF01E8184          ATOM0 Channel 3 Control Register
GTM_ATOM0_CH3_SR0 0xF01E8188          ATOM0 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM0_CH3_SR1 0xF01E818C          ATOM0 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM0_CH3_CM0 0xF01E8190          ATOM0 Channel 3 CCU0 Compare Register
GTM_ATOM0_CH3_CM1 0xF01E8194          ATOM0 Channel 3 CCU1 Compare Register
GTM_ATOM0_CH3_CN0 0xF01E8198          ATOM0 Channel 3 CCU0 Counter Register
GTM_ATOM0_CH3_STAT 0xF01E819C          ATOM0 Channel 3 Status Register
GTM_ATOM0_CH3_IRQ_NOTIFY 0xF01E81A0          ATOM0 Channel 3 Interrupt Notification Register
GTM_ATOM0_CH3_IRQ_EN 0xF01E81A4          ATOM0 Channel 3 Interrupt Enable Register
GTM_ATOM0_CH3_IRQ_FORCINT 0xF01E81A8          ATOM0 Channel 3 Software Interrupt Generation Register
GTM_ATOM0_CH3_IRQ_MODE 0xF01E81AC          ATOM0 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM0_CH4_RDADDR 0xF01E8200          ATOM0 Channel 4 ARU read address Register
GTM_ATOM0_CH4_CTRL 0xF01E8204          ATOM0 Channel 4 Control Register
GTM_ATOM0_CH4_SR0 0xF01E8208          ATOM0 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM0_CH4_SR1 0xF01E820C          ATOM0 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM0_CH4_CM0 0xF01E8210          ATOM0 Channel 4 CCU0 Compare Register
GTM_ATOM0_CH4_CM1 0xF01E8214          ATOM0 Channel 4 CCU1 Compare Register
GTM_ATOM0_CH4_CN0 0xF01E8218          ATOM0 Channel 4 CCU0 Counter Register
GTM_ATOM0_CH4_STAT 0xF01E821C          ATOM0 Channel 4 Status Register
GTM_ATOM0_CH4_IRQ_NOTIFY 0xF01E8220          ATOM0 Channel 4 Interrupt Notification Register
GTM_ATOM0_CH4_IRQ_EN 0xF01E8224          ATOM0 Channel 4 Interrupt Enable Register
GTM_ATOM0_CH4_IRQ_FORCINT 0xF01E8228          ATOM0 Channel 4 Software Interrupt Generation Register
GTM_ATOM0_CH4_IRQ_MODE 0xF01E822C          ATOM0 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM0_CH5_RDADDR 0xF01E8280          ATOM0 Channel 5 ARU read address Register
GTM_ATOM0_CH5_CTRL 0xF01E8284          ATOM0 Channel 5 Control Register
GTM_ATOM0_CH5_SR0 0xF01E8288          ATOM0 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM0_CH5_SR1 0xF01E828C          ATOM0 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM0_CH5_CM0 0xF01E8290          ATOM0 Channel 5 CCU0 Compare Register
GTM_ATOM0_CH5_CM1 0xF01E8294          ATOM0 Channel 5 CCU1 Compare Register
GTM_ATOM0_CH5_CN0 0xF01E8298          ATOM0 Channel 5 CCU0 Counter Register
GTM_ATOM0_CH5_STAT 0xF01E829C          ATOM0 Channel 5 Status Register
GTM_ATOM0_CH5_IRQ_NOTIFY 0xF01E82A0          ATOM0 Channel 5 Interrupt Notification Register
GTM_ATOM0_CH5_IRQ_EN 0xF01E82A4          ATOM0 Channel 5 Interrupt Enable Register
GTM_ATOM0_CH5_IRQ_FORCINT 0xF01E82A8          ATOM0 Channel 5 Software Interrupt Generation Register
GTM_ATOM0_CH5_IRQ_MODE 0xF01E82AC          ATOM0 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM0_CH6_RDADDR 0xF01E8300          ATOM0 Channel 6 ARU read address Register
GTM_ATOM0_CH6_CTRL 0xF01E8304          ATOM0 Channel 6 Control Register
GTM_ATOM0_CH6_SR0 0xF01E8308          ATOM0 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM0_CH6_SR1 0xF01E830C          ATOM0 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM0_CH6_CM0 0xF01E8310          ATOM0 Channel 6 CCU0 Compare Register
GTM_ATOM0_CH6_CM1 0xF01E8314          ATOM0 Channel 6 CCU1 Compare Register
GTM_ATOM0_CH6_CN0 0xF01E8318          ATOM0 Channel 6 CCU0 Counter Register
GTM_ATOM0_CH6_STAT 0xF01E831C          ATOM0 Channel 6 Status Register
GTM_ATOM0_CH6_IRQ_NOTIFY 0xF01E8320          ATOM0 Channel 6 Interrupt Notification Register
GTM_ATOM0_CH6_IRQ_EN 0xF01E8324          ATOM0 Channel 6 Interrupt Enable Register
GTM_ATOM0_CH6_IRQ_FORCINT 0xF01E8328          ATOM0 Channel 6 Software Interrupt Generation Register
GTM_ATOM0_CH6_IRQ_MODE 0xF01E832C          ATOM0 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM0_CH7_RDADDR 0xF01E8380          ATOM0 Channel 7 ARU read address Register
GTM_ATOM0_CH7_CTRL 0xF01E8384          ATOM0 Channel 7 Control Register
GTM_ATOM0_CH7_SR0 0xF01E8388          ATOM0 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM0_CH7_SR1 0xF01E838C          ATOM0 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM0_CH7_CM0 0xF01E8390          ATOM0 Channel 7 CCU0 Compare Register
GTM_ATOM0_CH7_CM1 0xF01E8394          ATOM0 Channel 7 CCU1 Compare Register
GTM_ATOM0_CH7_CN0 0xF01E8398          ATOM0 Channel 7 CCU0 Counter Register
GTM_ATOM0_CH7_STAT 0xF01E839C          ATOM0 Channel 7 Status Register
GTM_ATOM0_CH7_IRQ_NOTIFY 0xF01E83A0          ATOM0 Channel 7 Interrupt Notification Register
GTM_ATOM0_CH7_IRQ_EN 0xF01E83A4          ATOM0 Channel 7 Interrupt Enable Register
GTM_ATOM0_CH7_IRQ_FORCINT 0xF01E83A8          ATOM0 Channel 7 Software Interrupt Generation Register
GTM_ATOM0_CH7_IRQ_MODE 0xF01E83AC          ATOM0 Channel 7 Interrupt Mode Configuration Register
CAN0_CLC        0xF0208000          CAN Clock Control Register
CAN0_ID         0xF0208008          Module Identification Register
CAN0_MCR        0xF0208030          Module Control Register
CAN0_BUFADR     0xF0208034          Buffer receive address and transmit address
CAN0_MECR       0xF0208040          Measure Control Register
CAN0_MESTAT     0xF0208044          Measure Status Register
CAN0_ACCENCTR0  0xF02080DC          Access Enable Register Control 0
CAN0_OCS        0xF02080E8          OCDS Control and Status
CAN0_KRSTCLR    0xF02080EC          Kernel Reset Status Clear Register
CAN0_KRST1      0xF02080F0          Kernel Reset Register 1
CAN0_KRST0      0xF02080F4          Kernel Reset Register 0
CAN0_ACCEN0     0xF02080FC          Access Enable Register 0
CAN0_ACCENNODE00 0xF0208100          Access Enable Register CAN Node 0 0
CAN0_STARTADR0  0xF0208108          Start Address Node 0
CAN0_ENDADR0    0xF020810C          End Address Node 0
CAN0_ISREG0     0xF0208110          Interrupt Signalling Register 0
CAN0_GRINT10    0xF0208114          Interrupt routing for Groups 1 0
CAN0_GRINT20    0xF0208118          Interrupt routing for Groups 2 0
CAN0_NTCCR0     0xF0208120          Node 0 Timer Clock Control Register
CAN0_NTATTR0    0xF0208124          Node 0 Timer A Transmit Trigger Register
CAN0_NTBTTR0    0xF0208128          Node 0 Timer B Transmit Trigger Register
CAN0_NTCTTR0    0xF020812C          Node 0 Timer C Transmit Trigger Register
CAN0_NTRTR0     0xF0208130          Node 0 Timer Receive Timeout Register
CAN0_NPCR0      0xF0208140          Node 0 Port Control Register
CAN0_CREL0      0xF0208200          Core Release Register 0
CAN0_ENDN0      0xF0208204          Endian Register 0
CAN0_DBTP0      0xF020820C          Data Bit Timing 'and' Prescaler Register 0
CAN0_TEST0      0xF0208210          Test Register 0
CAN0_RWD0       0xF0208214          RAM Watchdog 0
CAN0_CCCR0      0xF0208218          CC Control Register 0
CAN0_NBTP0      0xF020821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN0_TSCC0      0xF0208220          Timestamp Counter Configuration 0
CAN0_TSCV0      0xF0208224          Timestamp Counter Value 0
CAN0_TOCC0      0xF0208228          Timeout Counter Configuration 0
CAN0_TOCV0      0xF020822C          Timeout Counter Value 0
CAN0_ECR0       0xF0208240          Error Counter Register 0
CAN0_PSR0       0xF0208244          Protocol Status Register 0
CAN0_TDCR0      0xF0208248          Transmitter Delay Compensation Register 0
CAN0_IR0        0xF0208250          Interrupt Register 0
CAN0_IE0        0xF0208254          Interrupt Enable 0
CAN0_GFC0       0xF0208280          Global Filter Configuration 0
CAN0_SIDFC0     0xF0208284          Standard ID Filter Configuration 0
CAN0_XIDFC0     0xF0208288          Extended ID Filter Configuration 0
CAN0_XIDAM0     0xF0208290          Extended ID AND Mask 0
CAN0_HPMS0      0xF0208294          High Priority Message Status 0
CAN0_NDAT10     0xF0208298          New Data 1 0
CAN0_NDAT20     0xF020829C          New Data 2 0
CAN0_RXF0C0     0xF02082A0          Rx FIFO 0 Configuration 0
CAN0_RXF0S0     0xF02082A4          Rx FIFO 0 Status 0
CAN0_RXF0A0     0xF02082A8          Rx FIFO 0 Acknowledge 0
CAN0_RXBC0      0xF02082AC          Rx Buffer Configuration 0
CAN0_RXF1C0     0xF02082B0          Rx FIFO 1 Configuration 0
CAN0_RXF1S0     0xF02082B4          Rx FIFO 1 Status 0
CAN0_RXF1A0     0xF02082B8          Rx FIFO 1 Acknowledge 0
CAN0_RXESC0     0xF02082BC          Rx Buffer/FIFO Element Size Configuration 0
CAN0_TXBC0      0xF02082C0          Tx Buffer Configuration 0
CAN0_TXFQS0     0xF02082C4          Tx FIFO/Queue Status 0
CAN0_TXESC0     0xF02082C8          Tx Buffer Element Size Configuration 0
CAN0_TXBRP0     0xF02082CC          Tx Buffer Request Pending 0
CAN0_TXBAR0     0xF02082D0          Tx Buffer Add Request 0
CAN0_TXBCR0     0xF02082D4          Tx Buffer Cancellation Request 0
CAN0_TXBTO0     0xF02082D8          Tx Buffer Transmission Occurred 0
CAN0_TXBCF0     0xF02082DC          Tx Buffer Cancellation Finished 0
CAN0_TXBTIE0    0xF02082E0          Tx Buffer Transmission Interrupt Enable 0
CAN0_TXBCIE0    0xF02082E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN0_TXEFC0     0xF02082F0          Tx Event FIFO Configuration 0
CAN0_TXEFS0     0xF02082F4          Tx Event FIFO Status 0
CAN0_TXEFA0     0xF02082F8          Tx Event FIFO Acknowledge 0
CAN0_ACCENNODE10 0xF0208500          Access Enable Register CAN Node 1 0
CAN0_STARTADR1  0xF0208508          Start Address Node 1
CAN0_ENDADR1    0xF020850C          End Address Node 1
CAN0_ISREG1     0xF0208510          Interrupt Signalling Register 1
CAN0_GRINT11    0xF0208514          Interrupt routing for Groups 1 1
CAN0_GRINT21    0xF0208518          Interrupt routing for Groups 2 1
CAN0_NTCCR1     0xF0208520          Node 1 Timer Clock Control Register
CAN0_NTATTR1    0xF0208524          Node 1 Timer A Transmit Trigger Register
CAN0_NTBTTR1    0xF0208528          Node 1 Timer B Transmit Trigger Register
CAN0_NTCTTR1    0xF020852C          Node 1 Timer C Transmit Trigger Register
CAN0_NTRTR1     0xF0208530          Node 1 Timer Receive Timeout Register
CAN0_NPCR1      0xF0208540          Node 1 Port Control Register
CAN0_CREL1      0xF0208600          Core Release Register 1
CAN0_ENDN1      0xF0208604          Endian Register 1
CAN0_DBTP1      0xF020860C          Data Bit Timing 'and' Prescaler Register 1
CAN0_TEST1      0xF0208610          Test Register 1
CAN0_RWD1       0xF0208614          RAM Watchdog 1
CAN0_CCCR1      0xF0208618          CC Control Register 1
CAN0_NBTP1      0xF020861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN0_TSCC1      0xF0208620          Timestamp Counter Configuration 1
CAN0_TSCV1      0xF0208624          Timestamp Counter Value 1
CAN0_TOCC1      0xF0208628          Timeout Counter Configuration 1
CAN0_TOCV1      0xF020862C          Timeout Counter Value 1
CAN0_ECR1       0xF0208640          Error Counter Register 1
CAN0_PSR1       0xF0208644          Protocol Status Register 1
CAN0_TDCR1      0xF0208648          Transmitter Delay Compensation Register 1
CAN0_IR1        0xF0208650          Interrupt Register 1
CAN0_IE1        0xF0208654          Interrupt Enable 1
CAN0_GFC1       0xF0208680          Global Filter Configuration 1
CAN0_SIDFC1     0xF0208684          Standard ID Filter Configuration 1
CAN0_XIDFC1     0xF0208688          Extended ID Filter Configuration 1
CAN0_XIDAM1     0xF0208690          Extended ID AND Mask 1
CAN0_HPMS1      0xF0208694          High Priority Message Status 1
CAN0_NDAT11     0xF0208698          New Data 1 1
CAN0_NDAT21     0xF020869C          New Data 2 1
CAN0_RXF0C1     0xF02086A0          Rx FIFO 0 Configuration 1
CAN0_RXF0S1     0xF02086A4          Rx FIFO 0 Status 1
CAN0_RXF0A1     0xF02086A8          Rx FIFO 0 Acknowledge 1
CAN0_RXBC1      0xF02086AC          Rx Buffer Configuration 1
CAN0_RXF1C1     0xF02086B0          Rx FIFO 1 Configuration 1
CAN0_RXF1S1     0xF02086B4          Rx FIFO 1 Status 1
CAN0_RXF1A1     0xF02086B8          Rx FIFO 1 Acknowledge 1
CAN0_RXESC1     0xF02086BC          Rx Buffer/FIFO Element Size Configuration 1
CAN0_TXBC1      0xF02086C0          Tx Buffer Configuration 1
CAN0_TXFQS1     0xF02086C4          Tx FIFO/Queue Status 1
CAN0_TXESC1     0xF02086C8          Tx Buffer Element Size Configuration 1
CAN0_TXBRP1     0xF02086CC          Tx Buffer Request Pending 1
CAN0_TXBAR1     0xF02086D0          Tx Buffer Add Request 1
CAN0_TXBCR1     0xF02086D4          Tx Buffer Cancellation Request 1
CAN0_TXBTO1     0xF02086D8          Tx Buffer Transmission Occurred 1
CAN0_TXBCF1     0xF02086DC          Tx Buffer Cancellation Finished 1
CAN0_TXBTIE1    0xF02086E0          Tx Buffer Transmission Interrupt Enable 1
CAN0_TXBCIE1    0xF02086E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN0_TXEFC1     0xF02086F0          Tx Event FIFO Configuration 1
CAN0_TXEFS1     0xF02086F4          Tx Event FIFO Status 1
CAN0_TXEFA1     0xF02086F8          Tx Event FIFO Acknowledge 1
CAN0_ACCENNODE20 0xF0208900          Access Enable Register CAN Node 2 0
CAN0_STARTADR2  0xF0208908          Start Address Node 2
CAN0_ENDADR2    0xF020890C          End Address Node 2
CAN0_ISREG2     0xF0208910          Interrupt Signalling Register 2
CAN0_GRINT12    0xF0208914          Interrupt routing for Groups 1 2
CAN0_GRINT22    0xF0208918          Interrupt routing for Groups 2 2
CAN0_NTCCR2     0xF0208920          Node 2 Timer Clock Control Register
CAN0_NTATTR2    0xF0208924          Node 2 Timer A Transmit Trigger Register
CAN0_NTBTTR2    0xF0208928          Node 2 Timer B Transmit Trigger Register
CAN0_NTCTTR2    0xF020892C          Node 2 Timer C Transmit Trigger Register
CAN0_NTRTR2     0xF0208930          Node 2 Timer Receive Timeout Register
CAN0_NPCR2      0xF0208940          Node 2 Port Control Register
CAN0_CREL2      0xF0208A00          Core Release Register 2
CAN0_ENDN2      0xF0208A04          Endian Register 2
CAN0_DBTP2      0xF0208A0C          Data Bit Timing 'and' Prescaler Register 2
CAN0_TEST2      0xF0208A10          Test Register 2
CAN0_RWD2       0xF0208A14          RAM Watchdog 2
CAN0_CCCR2      0xF0208A18          CC Control Register 2
CAN0_NBTP2      0xF0208A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN0_TSCC2      0xF0208A20          Timestamp Counter Configuration 2
CAN0_TSCV2      0xF0208A24          Timestamp Counter Value 2
CAN0_TOCC2      0xF0208A28          Timeout Counter Configuration 2
CAN0_TOCV2      0xF0208A2C          Timeout Counter Value 2
CAN0_ECR2       0xF0208A40          Error Counter Register 2
CAN0_PSR2       0xF0208A44          Protocol Status Register 2
CAN0_TDCR2      0xF0208A48          Transmitter Delay Compensation Register 2
CAN0_IR2        0xF0208A50          Interrupt Register 2
CAN0_IE2        0xF0208A54          Interrupt Enable 2
CAN0_GFC2       0xF0208A80          Global Filter Configuration 2
CAN0_SIDFC2     0xF0208A84          Standard ID Filter Configuration 2
CAN0_XIDFC2     0xF0208A88          Extended ID Filter Configuration 2
CAN0_XIDAM2     0xF0208A90          Extended ID AND Mask 2
CAN0_HPMS2      0xF0208A94          High Priority Message Status 2
CAN0_NDAT12     0xF0208A98          New Data 1 2
CAN0_NDAT22     0xF0208A9C          New Data 2 2
CAN0_RXF0C2     0xF0208AA0          Rx FIFO 0 Configuration 2
CAN0_RXF0S2     0xF0208AA4          Rx FIFO 0 Status 2
CAN0_RXF0A2     0xF0208AA8          Rx FIFO 0 Acknowledge 2
CAN0_RXBC2      0xF0208AAC          Rx Buffer Configuration 2
CAN0_RXF1C2     0xF0208AB0          Rx FIFO 1 Configuration 2
CAN0_RXF1S2     0xF0208AB4          Rx FIFO 1 Status 2
CAN0_RXF1A2     0xF0208AB8          Rx FIFO 1 Acknowledge 2
CAN0_RXESC2     0xF0208ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN0_TXBC2      0xF0208AC0          Tx Buffer Configuration 2
CAN0_TXFQS2     0xF0208AC4          Tx FIFO/Queue Status 2
CAN0_TXESC2     0xF0208AC8          Tx Buffer Element Size Configuration 2
CAN0_TXBRP2     0xF0208ACC          Tx Buffer Request Pending 2
CAN0_TXBAR2     0xF0208AD0          Tx Buffer Add Request 2
CAN0_TXBCR2     0xF0208AD4          Tx Buffer Cancellation Request 2
CAN0_TXBTO2     0xF0208AD8          Tx Buffer Transmission Occurred 2
CAN0_TXBCF2     0xF0208ADC          Tx Buffer Cancellation Finished 2
CAN0_TXBTIE2    0xF0208AE0          Tx Buffer Transmission Interrupt Enable 2
CAN0_TXBCIE2    0xF0208AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN0_TXEFC2     0xF0208AF0          Tx Event FIFO Configuration 2
CAN0_TXEFS2     0xF0208AF4          Tx Event FIFO Status 2
CAN0_TXEFA2     0xF0208AF8          Tx Event FIFO Acknowledge 2
CAN0_ACCENNODE30 0xF0208D00          Access Enable Register CAN Node 3 0
CAN0_STARTADR3  0xF0208D08          Start Address Node 3
CAN0_ENDADR3    0xF0208D0C          End Address Node 3
CAN0_ISREG3     0xF0208D10          Interrupt Signalling Register 3
CAN0_GRINT13    0xF0208D14          Interrupt routing for Groups 1 3
CAN0_GRINT23    0xF0208D18          Interrupt routing for Groups 2 3
CAN0_NTCCR3     0xF0208D20          Node 3 Timer Clock Control Register
CAN0_NTATTR3    0xF0208D24          Node 3 Timer A Transmit Trigger Register
CAN0_NTBTTR3    0xF0208D28          Node 3 Timer B Transmit Trigger Register
CAN0_NTCTTR3    0xF0208D2C          Node 3 Timer C Transmit Trigger Register
CAN0_NTRTR3     0xF0208D30          Node 3 Timer Receive Timeout Register
CAN0_NPCR3      0xF0208D40          Node 3 Port Control Register
CAN0_CREL3      0xF0208E00          Core Release Register 3
CAN0_ENDN3      0xF0208E04          Endian Register 3
CAN0_DBTP3      0xF0208E0C          Data Bit Timing 'and' Prescaler Register 3
CAN0_TEST3      0xF0208E10          Test Register 3
CAN0_RWD3       0xF0208E14          RAM Watchdog 3
CAN0_CCCR3      0xF0208E18          CC Control Register 3
CAN0_NBTP3      0xF0208E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN0_TSCC3      0xF0208E20          Timestamp Counter Configuration 3
CAN0_TSCV3      0xF0208E24          Timestamp Counter Value 3
CAN0_TOCC3      0xF0208E28          Timeout Counter Configuration 3
CAN0_TOCV3      0xF0208E2C          Timeout Counter Value 3
CAN0_ECR3       0xF0208E40          Error Counter Register 3
CAN0_PSR3       0xF0208E44          Protocol Status Register 3
CAN0_TDCR3      0xF0208E48          Transmitter Delay Compensation Register 3
CAN0_IR3        0xF0208E50          Interrupt Register 3
CAN0_IE3        0xF0208E54          Interrupt Enable 3
CAN0_GFC3       0xF0208E80          Global Filter Configuration 3
CAN0_SIDFC3     0xF0208E84          Standard ID Filter Configuration 3
CAN0_XIDFC3     0xF0208E88          Extended ID Filter Configuration 3
CAN0_XIDAM3     0xF0208E90          Extended ID AND Mask 3
CAN0_HPMS3      0xF0208E94          High Priority Message Status 3
CAN0_NDAT13     0xF0208E98          New Data 1 3
CAN0_NDAT23     0xF0208E9C          New Data 2 3
CAN0_RXF0C3     0xF0208EA0          Rx FIFO 0 Configuration 3
CAN0_RXF0S3     0xF0208EA4          Rx FIFO 0 Status 3
CAN0_RXF0A3     0xF0208EA8          Rx FIFO 0 Acknowledge 3
CAN0_RXBC3      0xF0208EAC          Rx Buffer Configuration 3
CAN0_RXF1C3     0xF0208EB0          Rx FIFO 1 Configuration 3
CAN0_RXF1S3     0xF0208EB4          Rx FIFO 1 Status 3
CAN0_RXF1A3     0xF0208EB8          Rx FIFO 1 Acknowledge 3
CAN0_RXESC3     0xF0208EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN0_TXBC3      0xF0208EC0          Tx Buffer Configuration 3
CAN0_TXFQS3     0xF0208EC4          Tx FIFO/Queue Status 3
CAN0_TXESC3     0xF0208EC8          Tx Buffer Element Size Configuration 3
CAN0_TXBRP3     0xF0208ECC          Tx Buffer Request Pending 3
CAN0_TXBAR3     0xF0208ED0          Tx Buffer Add Request 3
CAN0_TXBCR3     0xF0208ED4          Tx Buffer Cancellation Request 3
CAN0_TXBTO3     0xF0208ED8          Tx Buffer Transmission Occurred 3
CAN0_TXBCF3     0xF0208EDC          Tx Buffer Cancellation Finished 3
CAN0_TXBTIE3    0xF0208EE0          Tx Buffer Transmission Interrupt Enable 3
CAN0_TXBCIE3    0xF0208EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN0_TXEFC3     0xF0208EF0          Tx Event FIFO Configuration 3
CAN0_TXEFS3     0xF0208EF4          Tx Event FIFO Status 3
CAN0_TXEFA3     0xF0208EF8          Tx Event FIFO Acknowledge 3
CAN1_CLC        0xF0218000          CAN Clock Control Register
CAN1_ID         0xF0218008          Module Identification Register
CAN1_MCR        0xF0218030          Module Control Register
CAN1_ACCENCTR0  0xF02180DC          Access Enable Register Control 0
CAN1_OCS        0xF02180E8          OCDS Control and Status
CAN1_KRSTCLR    0xF02180EC          Kernel Reset Status Clear Register
CAN1_KRST1      0xF02180F0          Kernel Reset Register 1
CAN1_KRST0      0xF02180F4          Kernel Reset Register 0
CAN1_ACCEN0     0xF02180FC          Access Enable Register 0
CAN1_ACCENNODE00 0xF0218100          Access Enable Register CAN Node 0 0
CAN1_STARTADR0  0xF0218108          Start Address Node 0
CAN1_ENDADR0    0xF021810C          End Address Node 0
CAN1_ISREG0     0xF0218110          Interrupt Signalling Register 0
CAN1_GRINT10    0xF0218114          Interrupt routing for Groups 1 0
CAN1_GRINT20    0xF0218118          Interrupt routing for Groups 2 0
CAN1_NTCCR0     0xF0218120          Node 0 Timer Clock Control Register
CAN1_NTATTR0    0xF0218124          Node 0 Timer A Transmit Trigger Register
CAN1_NTBTTR0    0xF0218128          Node 0 Timer B Transmit Trigger Register
CAN1_NTCTTR0    0xF021812C          Node 0 Timer C Transmit Trigger Register
CAN1_NTRTR0     0xF0218130          Node 0 Timer Receive Timeout Register
CAN1_NPCR0      0xF0218140          Node 0 Port Control Register
CAN1_CREL0      0xF0218200          Core Release Register 0
CAN1_ENDN0      0xF0218204          Endian Register 0
CAN1_DBTP0      0xF021820C          Data Bit Timing 'and' Prescaler Register 0
CAN1_TEST0      0xF0218210          Test Register 0
CAN1_RWD0       0xF0218214          RAM Watchdog 0
CAN1_CCCR0      0xF0218218          CC Control Register 0
CAN1_NBTP0      0xF021821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN1_TSCC0      0xF0218220          Timestamp Counter Configuration 0
CAN1_TSCV0      0xF0218224          Timestamp Counter Value 0
CAN1_TOCC0      0xF0218228          Timeout Counter Configuration 0
CAN1_TOCV0      0xF021822C          Timeout Counter Value 0
CAN1_ECR0       0xF0218240          Error Counter Register 0
CAN1_PSR0       0xF0218244          Protocol Status Register 0
CAN1_TDCR0      0xF0218248          Transmitter Delay Compensation Register 0
CAN1_IR0        0xF0218250          Interrupt Register 0
CAN1_IE0        0xF0218254          Interrupt Enable 0
CAN1_GFC0       0xF0218280          Global Filter Configuration 0
CAN1_SIDFC0     0xF0218284          Standard ID Filter Configuration 0
CAN1_XIDFC0     0xF0218288          Extended ID Filter Configuration 0
CAN1_XIDAM0     0xF0218290          Extended ID AND Mask 0
CAN1_HPMS0      0xF0218294          High Priority Message Status 0
CAN1_NDAT10     0xF0218298          New Data 1 0
CAN1_NDAT20     0xF021829C          New Data 2 0
CAN1_RXF0C0     0xF02182A0          Rx FIFO 0 Configuration 0
CAN1_RXF0S0     0xF02182A4          Rx FIFO 0 Status 0
CAN1_RXF0A0     0xF02182A8          Rx FIFO 0 Acknowledge 0
CAN1_RXBC0      0xF02182AC          Rx Buffer Configuration 0
CAN1_RXF1C0     0xF02182B0          Rx FIFO 1 Configuration 0
CAN1_RXF1S0     0xF02182B4          Rx FIFO 1 Status 0
CAN1_RXF1A0     0xF02182B8          Rx FIFO 1 Acknowledge 0
CAN1_RXESC0     0xF02182BC          Rx Buffer/FIFO Element Size Configuration 0
CAN1_TXBC0      0xF02182C0          Tx Buffer Configuration 0
CAN1_TXFQS0     0xF02182C4          Tx FIFO/Queue Status 0
CAN1_TXESC0     0xF02182C8          Tx Buffer Element Size Configuration 0
CAN1_TXBRP0     0xF02182CC          Tx Buffer Request Pending 0
CAN1_TXBAR0     0xF02182D0          Tx Buffer Add Request 0
CAN1_TXBCR0     0xF02182D4          Tx Buffer Cancellation Request 0
CAN1_TXBTO0     0xF02182D8          Tx Buffer Transmission Occurred 0
CAN1_TXBCF0     0xF02182DC          Tx Buffer Cancellation Finished 0
CAN1_TXBTIE0    0xF02182E0          Tx Buffer Transmission Interrupt Enable 0
CAN1_TXBCIE0    0xF02182E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN1_TXEFC0     0xF02182F0          Tx Event FIFO Configuration 0
CAN1_TXEFS0     0xF02182F4          Tx Event FIFO Status 0
CAN1_TXEFA0     0xF02182F8          Tx Event FIFO Acknowledge 0
CAN1_ACCENNODE10 0xF0218500          Access Enable Register CAN Node 1 0
CAN1_STARTADR1  0xF0218508          Start Address Node 1
CAN1_ENDADR1    0xF021850C          End Address Node 1
CAN1_ISREG1     0xF0218510          Interrupt Signalling Register 1
CAN1_GRINT11    0xF0218514          Interrupt routing for Groups 1 1
CAN1_GRINT21    0xF0218518          Interrupt routing for Groups 2 1
CAN1_NTCCR1     0xF0218520          Node 1 Timer Clock Control Register
CAN1_NTATTR1    0xF0218524          Node 1 Timer A Transmit Trigger Register
CAN1_NTBTTR1    0xF0218528          Node 1 Timer B Transmit Trigger Register
CAN1_NTCTTR1    0xF021852C          Node 1 Timer C Transmit Trigger Register
CAN1_NTRTR1     0xF0218530          Node 1 Timer Receive Timeout Register
CAN1_NPCR1      0xF0218540          Node 1 Port Control Register
CAN1_CREL1      0xF0218600          Core Release Register 1
CAN1_ENDN1      0xF0218604          Endian Register 1
CAN1_DBTP1      0xF021860C          Data Bit Timing 'and' Prescaler Register 1
CAN1_TEST1      0xF0218610          Test Register 1
CAN1_RWD1       0xF0218614          RAM Watchdog 1
CAN1_CCCR1      0xF0218618          CC Control Register 1
CAN1_NBTP1      0xF021861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN1_TSCC1      0xF0218620          Timestamp Counter Configuration 1
CAN1_TSCV1      0xF0218624          Timestamp Counter Value 1
CAN1_TOCC1      0xF0218628          Timeout Counter Configuration 1
CAN1_TOCV1      0xF021862C          Timeout Counter Value 1
CAN1_ECR1       0xF0218640          Error Counter Register 1
CAN1_PSR1       0xF0218644          Protocol Status Register 1
CAN1_TDCR1      0xF0218648          Transmitter Delay Compensation Register 1
CAN1_IR1        0xF0218650          Interrupt Register 1
CAN1_IE1        0xF0218654          Interrupt Enable 1
CAN1_GFC1       0xF0218680          Global Filter Configuration 1
CAN1_SIDFC1     0xF0218684          Standard ID Filter Configuration 1
CAN1_XIDFC1     0xF0218688          Extended ID Filter Configuration 1
CAN1_XIDAM1     0xF0218690          Extended ID AND Mask 1
CAN1_HPMS1      0xF0218694          High Priority Message Status 1
CAN1_NDAT11     0xF0218698          New Data 1 1
CAN1_NDAT21     0xF021869C          New Data 2 1
CAN1_RXF0C1     0xF02186A0          Rx FIFO 0 Configuration 1
CAN1_RXF0S1     0xF02186A4          Rx FIFO 0 Status 1
CAN1_RXF0A1     0xF02186A8          Rx FIFO 0 Acknowledge 1
CAN1_RXBC1      0xF02186AC          Rx Buffer Configuration 1
CAN1_RXF1C1     0xF02186B0          Rx FIFO 1 Configuration 1
CAN1_RXF1S1     0xF02186B4          Rx FIFO 1 Status 1
CAN1_RXF1A1     0xF02186B8          Rx FIFO 1 Acknowledge 1
CAN1_RXESC1     0xF02186BC          Rx Buffer/FIFO Element Size Configuration 1
CAN1_TXBC1      0xF02186C0          Tx Buffer Configuration 1
CAN1_TXFQS1     0xF02186C4          Tx FIFO/Queue Status 1
CAN1_TXESC1     0xF02186C8          Tx Buffer Element Size Configuration 1
CAN1_TXBRP1     0xF02186CC          Tx Buffer Request Pending 1
CAN1_TXBAR1     0xF02186D0          Tx Buffer Add Request 1
CAN1_TXBCR1     0xF02186D4          Tx Buffer Cancellation Request 1
CAN1_TXBTO1     0xF02186D8          Tx Buffer Transmission Occurred 1
CAN1_TXBCF1     0xF02186DC          Tx Buffer Cancellation Finished 1
CAN1_TXBTIE1    0xF02186E0          Tx Buffer Transmission Interrupt Enable 1
CAN1_TXBCIE1    0xF02186E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN1_TXEFC1     0xF02186F0          Tx Event FIFO Configuration 1
CAN1_TXEFS1     0xF02186F4          Tx Event FIFO Status 1
CAN1_TXEFA1     0xF02186F8          Tx Event FIFO Acknowledge 1
CAN1_ACCENNODE20 0xF0218900          Access Enable Register CAN Node 2 0
CAN1_STARTADR2  0xF0218908          Start Address Node 2
CAN1_ENDADR2    0xF021890C          End Address Node 2
CAN1_ISREG2     0xF0218910          Interrupt Signalling Register 2
CAN1_GRINT12    0xF0218914          Interrupt routing for Groups 1 2
CAN1_GRINT22    0xF0218918          Interrupt routing for Groups 2 2
CAN1_NTCCR2     0xF0218920          Node 2 Timer Clock Control Register
CAN1_NTATTR2    0xF0218924          Node 2 Timer A Transmit Trigger Register
CAN1_NTBTTR2    0xF0218928          Node 2 Timer B Transmit Trigger Register
CAN1_NTCTTR2    0xF021892C          Node 2 Timer C Transmit Trigger Register
CAN1_NTRTR2     0xF0218930          Node 2 Timer Receive Timeout Register
CAN1_NPCR2      0xF0218940          Node 2 Port Control Register
CAN1_CREL2      0xF0218A00          Core Release Register 2
CAN1_ENDN2      0xF0218A04          Endian Register 2
CAN1_DBTP2      0xF0218A0C          Data Bit Timing 'and' Prescaler Register 2
CAN1_TEST2      0xF0218A10          Test Register 2
CAN1_RWD2       0xF0218A14          RAM Watchdog 2
CAN1_CCCR2      0xF0218A18          CC Control Register 2
CAN1_NBTP2      0xF0218A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN1_TSCC2      0xF0218A20          Timestamp Counter Configuration 2
CAN1_TSCV2      0xF0218A24          Timestamp Counter Value 2
CAN1_TOCC2      0xF0218A28          Timeout Counter Configuration 2
CAN1_TOCV2      0xF0218A2C          Timeout Counter Value 2
CAN1_ECR2       0xF0218A40          Error Counter Register 2
CAN1_PSR2       0xF0218A44          Protocol Status Register 2
CAN1_TDCR2      0xF0218A48          Transmitter Delay Compensation Register 2
CAN1_IR2        0xF0218A50          Interrupt Register 2
CAN1_IE2        0xF0218A54          Interrupt Enable 2
CAN1_GFC2       0xF0218A80          Global Filter Configuration 2
CAN1_SIDFC2     0xF0218A84          Standard ID Filter Configuration 2
CAN1_XIDFC2     0xF0218A88          Extended ID Filter Configuration 2
CAN1_XIDAM2     0xF0218A90          Extended ID AND Mask 2
CAN1_HPMS2      0xF0218A94          High Priority Message Status 2
CAN1_NDAT12     0xF0218A98          New Data 1 2
CAN1_NDAT22     0xF0218A9C          New Data 2 2
CAN1_RXF0C2     0xF0218AA0          Rx FIFO 0 Configuration 2
CAN1_RXF0S2     0xF0218AA4          Rx FIFO 0 Status 2
CAN1_RXF0A2     0xF0218AA8          Rx FIFO 0 Acknowledge 2
CAN1_RXBC2      0xF0218AAC          Rx Buffer Configuration 2
CAN1_RXF1C2     0xF0218AB0          Rx FIFO 1 Configuration 2
CAN1_RXF1S2     0xF0218AB4          Rx FIFO 1 Status 2
CAN1_RXF1A2     0xF0218AB8          Rx FIFO 1 Acknowledge 2
CAN1_RXESC2     0xF0218ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN1_TXBC2      0xF0218AC0          Tx Buffer Configuration 2
CAN1_TXFQS2     0xF0218AC4          Tx FIFO/Queue Status 2
CAN1_TXESC2     0xF0218AC8          Tx Buffer Element Size Configuration 2
CAN1_TXBRP2     0xF0218ACC          Tx Buffer Request Pending 2
CAN1_TXBAR2     0xF0218AD0          Tx Buffer Add Request 2
CAN1_TXBCR2     0xF0218AD4          Tx Buffer Cancellation Request 2
CAN1_TXBTO2     0xF0218AD8          Tx Buffer Transmission Occurred 2
CAN1_TXBCF2     0xF0218ADC          Tx Buffer Cancellation Finished 2
CAN1_TXBTIE2    0xF0218AE0          Tx Buffer Transmission Interrupt Enable 2
CAN1_TXBCIE2    0xF0218AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN1_TXEFC2     0xF0218AF0          Tx Event FIFO Configuration 2
CAN1_TXEFS2     0xF0218AF4          Tx Event FIFO Status 2
CAN1_TXEFA2     0xF0218AF8          Tx Event FIFO Acknowledge 2
CAN1_ACCENNODE30 0xF0218D00          Access Enable Register CAN Node 3 0
CAN1_STARTADR3  0xF0218D08          Start Address Node 3
CAN1_ENDADR3    0xF0218D0C          End Address Node 3
CAN1_ISREG3     0xF0218D10          Interrupt Signalling Register 3
CAN1_GRINT13    0xF0218D14          Interrupt routing for Groups 1 3
CAN1_GRINT23    0xF0218D18          Interrupt routing for Groups 2 3
CAN1_NTCCR3     0xF0218D20          Node 3 Timer Clock Control Register
CAN1_NTATTR3    0xF0218D24          Node 3 Timer A Transmit Trigger Register
CAN1_NTBTTR3    0xF0218D28          Node 3 Timer B Transmit Trigger Register
CAN1_NTCTTR3    0xF0218D2C          Node 3 Timer C Transmit Trigger Register
CAN1_NTRTR3     0xF0218D30          Node 3 Timer Receive Timeout Register
CAN1_NPCR3      0xF0218D40          Node 3 Port Control Register
CAN1_CREL3      0xF0218E00          Core Release Register 3
CAN1_ENDN3      0xF0218E04          Endian Register 3
CAN1_DBTP3      0xF0218E0C          Data Bit Timing 'and' Prescaler Register 3
CAN1_TEST3      0xF0218E10          Test Register 3
CAN1_RWD3       0xF0218E14          RAM Watchdog 3
CAN1_CCCR3      0xF0218E18          CC Control Register 3
CAN1_NBTP3      0xF0218E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN1_TSCC3      0xF0218E20          Timestamp Counter Configuration 3
CAN1_TSCV3      0xF0218E24          Timestamp Counter Value 3
CAN1_TOCC3      0xF0218E28          Timeout Counter Configuration 3
CAN1_TOCV3      0xF0218E2C          Timeout Counter Value 3
CAN1_ECR3       0xF0218E40          Error Counter Register 3
CAN1_PSR3       0xF0218E44          Protocol Status Register 3
CAN1_TDCR3      0xF0218E48          Transmitter Delay Compensation Register 3
CAN1_IR3        0xF0218E50          Interrupt Register 3
CAN1_IE3        0xF0218E54          Interrupt Enable 3
CAN1_GFC3       0xF0218E80          Global Filter Configuration 3
CAN1_SIDFC3     0xF0218E84          Standard ID Filter Configuration 3
CAN1_XIDFC3     0xF0218E88          Extended ID Filter Configuration 3
CAN1_XIDAM3     0xF0218E90          Extended ID AND Mask 3
CAN1_HPMS3      0xF0218E94          High Priority Message Status 3
CAN1_NDAT13     0xF0218E98          New Data 1 3
CAN1_NDAT23     0xF0218E9C          New Data 2 3
CAN1_RXF0C3     0xF0218EA0          Rx FIFO 0 Configuration 3
CAN1_RXF0S3     0xF0218EA4          Rx FIFO 0 Status 3
CAN1_RXF0A3     0xF0218EA8          Rx FIFO 0 Acknowledge 3
CAN1_RXBC3      0xF0218EAC          Rx Buffer Configuration 3
CAN1_RXF1C3     0xF0218EB0          Rx FIFO 1 Configuration 3
CAN1_RXF1S3     0xF0218EB4          Rx FIFO 1 Status 3
CAN1_RXF1A3     0xF0218EB8          Rx FIFO 1 Acknowledge 3
CAN1_RXESC3     0xF0218EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN1_TXBC3      0xF0218EC0          Tx Buffer Configuration 3
CAN1_TXFQS3     0xF0218EC4          Tx FIFO/Queue Status 3
CAN1_TXESC3     0xF0218EC8          Tx Buffer Element Size Configuration 3
CAN1_TXBRP3     0xF0218ECC          Tx Buffer Request Pending 3
CAN1_TXBAR3     0xF0218ED0          Tx Buffer Add Request 3
CAN1_TXBCR3     0xF0218ED4          Tx Buffer Cancellation Request 3
CAN1_TXBTO3     0xF0218ED8          Tx Buffer Transmission Occurred 3
CAN1_TXBCF3     0xF0218EDC          Tx Buffer Cancellation Finished 3
CAN1_TXBTIE3    0xF0218EE0          Tx Buffer Transmission Interrupt Enable 3
CAN1_TXBCIE3    0xF0218EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN1_TXEFC3     0xF0218EF0          Tx Event FIFO Configuration 3
CAN1_TXEFS3     0xF0218EF4          Tx Event FIFO Status 3
CAN1_TXEFA3     0xF0218EF8          Tx Event FIFO Acknowledge 3
PMS_ID          0xF0248008          Identification Register
PMS_EVRSTAT     0xF024802C          EVR Status Register
PMS_EVRADCSTAT  0xF0248034          EVR Primary ADC Status Register
PMS_EVRRSTCON   0xF024803C          EVR Reset Control Register
PMS_EVRRSTSTAT  0xF0248044          EVR Reset Status Register
PMS_EVRTRIM     0xF024804C          EVR Trim Control Register
PMS_EVRTRIMSTAT 0xF0248050          EVR Trim Status Register
PMS_EVRMONSTAT1 0xF0248060          EVR Secondary ADC Status Register 1
PMS_EVRMONSTAT2 0xF0248064          EVR Secondary ADC Status Register 2
PMS_EVRMONCTRL  0xF0248068          EVR Secondary Monitor Control Register
PMS_EVRMONFILT  0xF0248070          EVR Secondary Monitor Filter Register
PMS_PMSIEN      0xF0248074          PMS Interrupt Enable Register
PMS_EVRUVMON    0xF0248078          EVR Secondary Under-voltage Monitor Register
PMS_EVROVMON    0xF024807C          EVR Secondary Over-voltage Monitor Register
PMS_EVRUVMON2   0xF0248080          EVR Secondary Under-voltage Monitor Register 2
PMS_EVROVMON2   0xF0248084          EVR Secondary Over-voltage Monitor Register 2
PMS_HSMUVMON    0xF0248088          EVR Primary HSM Under-voltage Monitor Register
PMS_HSMOVMON    0xF024808C          EVR Primary HSM Over-voltage Monitor Register
PMS_EVROSCCTRL  0xF02480A0          EVR Oscillator Control Register
PMS_PMSWCR0     0xF02480B4          Standby and Wake-up Control Register 0
PMS_PMSWCR2     0xF02480B8          Standby and Wake-up Control Register 2
PMS_PMSWCR3     0xF02480C0          Standby and Wake-up Control Register 3
PMS_PMSWCR4     0xF02480C4          Standby and Wake-up Control Register 4
PMS_PMSWCR5     0xF02480C8          Standby and Wake-up Control Register 5
PMS_PMSWSTAT    0xF02480D4          Standby and Wake-up Status Register
PMS_PMSWSTAT2   0xF02480D8          Standby and Wake-up Status Register 2
PMS_PMSWUTCNT   0xF02480DC          Standby WUT Counter Register
PMS_PMSWSTATCLR 0xF02480E8          Standby and Wake-up Status Clear Register
PMS_EVRSDSTAT0  0xF02480FC          EVR SD Status Register 0
PMS_EVRSDCTRL0  0xF0248108          EVRC SD Control Register 0
PMS_EVRSDCTRL1  0xF024810C          EVRC SD Control Register 1
PMS_EVRSDCTRL2  0xF0248110          EVRC SD Control Register 2
PMS_EVRSDCTRL3  0xF0248114          EVRC SD Control Register 3
PMS_EVRSDCTRL4  0xF0248118          EVRC SD Control Register 4
PMS_EVRSDCTRL5  0xF024811C          EVRC SD Control Register 5
PMS_EVRSDCTRL6  0xF0248120          EVRC SD Control Register 6
PMS_EVRSDCTRL7  0xF0248124          EVRC SD Control Register 7
PMS_EVRSDCTRL8  0xF0248128          EVRC SD Control Register 8
PMS_EVRSDCTRL9  0xF024812C          EVRC SD Control Register 9
PMS_EVRSDCTRL10 0xF0248130          EVRC SD Control Register 10
PMS_EVRSDCOEFF0 0xF0248148          EVRC SD Coefficient Register 0
PMS_EVRSDCOEFF1 0xF024814C          EVRC SD Coefficient Register 1
PMS_EVRSDCOEFF2 0xF0248150          EVRC SD Coefficient Register 2
PMS_EVRSDCOEFF3 0xF0248154          EVRC SD Coefficient Register 3
PMS_AG20_STDBY  0xF0248188          Alarm 0 Status Register
PMS_AG21_STDBY  0xF024818C          Alarm 1 Status Register
PMS_MONBISTSTAT 0xF0248190          SMU_stdby BIST Status Register
PMS_MONBISTCTRL 0xF0248198          SMU_stdby BIST Control Register
PMS_CMD_STDBY   0xF024819C          SMU_stdby Command Register
PMS_AG20FSP_STDBY 0xF02481A4          SMU_stdby 0 FSP Configuration Register
PMS_AG21FSP_STDBY 0xF02481A8          SMU_stdby 1 FSP Configuration Register
PMS_DTSSTAT     0xF02481C0          Die Temperature Sensor Status Register
PMS_DTSLIM      0xF02481C8          Die Temperature Sensor Limit Register
PMS_OTSS        0xF02481E0          OCDS Trigger Set Select Register
PMS_OTSC0       0xF02481E4          OCDS Trigger Set Control 0 Register
PMS_OTSC1       0xF02481E8          OCDS Trigger Set Control 1 Register
PMS_ACCEN0      0xF02481F8          Access Enable Register 0
PMS_ACCEN1      0xF02481FC          Access Enable Register 1
ASCLIN10_CLC    0xF02C0A00          Clock Control Register
ASCLIN10_IOCR   0xF02C0A04          Input and Output Control Register
ASCLIN10_ID     0xF02C0A08          Module Identification Register
ASCLIN10_TXFIFOCON 0xF02C0A0C          TX FIFO Configuration Register
ASCLIN10_RXFIFOCON 0xF02C0A10          RX FIFO Configuration Register
ASCLIN10_BITCON 0xF02C0A14          Bit Configuration Register
ASCLIN10_FRAMECON 0xF02C0A18          Frame Control Register
ASCLIN10_DATCON 0xF02C0A1C          Data Configuration Register
ASCLIN10_BRG    0xF02C0A20          Baud Rate Generation Register
ASCLIN10_BRD    0xF02C0A24          Baud Rate Detection Register
ASCLIN10_LINCON 0xF02C0A28          LIN Control Register
ASCLIN10_LINBTIMER 0xF02C0A2C          LIN Break Timer Register
ASCLIN10_LINHTIMER 0xF02C0A30          LIN Header Timer Register
ASCLIN10_FLAGS  0xF02C0A34          Flags Register
ASCLIN10_FLAGSSET 0xF02C0A38          Flags Set Register
ASCLIN10_FLAGSCLEAR 0xF02C0A3C          Flags Clear Register
ASCLIN10_FLAGSENABLE 0xF02C0A40          Flags Enable Register
ASCLIN10_TXDATA 0xF02C0A44          Transmit Data Register
ASCLIN10_RXDATA 0xF02C0A48          Receive Data Register
ASCLIN10_CSR    0xF02C0A4C          Clock Selection Register
ASCLIN10_RXDATAD 0xF02C0A50          Receive Data Debug Register
ASCLIN10_OCS    0xF02C0AE8          OCDS Control and Status
ASCLIN10_KRSTCLR 0xF02C0AEC          Kernel Reset Status Clear Register
ASCLIN10_KRST1  0xF02C0AF0          Kernel Reset Register 1
ASCLIN10_KRST0  0xF02C0AF4          Kernel Reset Register 0
ASCLIN10_ACCEN1 0xF02C0AF8          Access Enable Register 1
ASCLIN10_ACCEN0 0xF02C0AFC          Access Enable Register 0
ASCLIN11_CLC    0xF02C0B00          Clock Control Register
ASCLIN11_IOCR   0xF02C0B04          Input and Output Control Register
ASCLIN11_ID     0xF02C0B08          Module Identification Register
ASCLIN11_TXFIFOCON 0xF02C0B0C          TX FIFO Configuration Register
ASCLIN11_RXFIFOCON 0xF02C0B10          RX FIFO Configuration Register
ASCLIN11_BITCON 0xF02C0B14          Bit Configuration Register
ASCLIN11_FRAMECON 0xF02C0B18          Frame Control Register
ASCLIN11_DATCON 0xF02C0B1C          Data Configuration Register
ASCLIN11_BRG    0xF02C0B20          Baud Rate Generation Register
ASCLIN11_BRD    0xF02C0B24          Baud Rate Detection Register
ASCLIN11_LINCON 0xF02C0B28          LIN Control Register
ASCLIN11_LINBTIMER 0xF02C0B2C          LIN Break Timer Register
ASCLIN11_LINHTIMER 0xF02C0B30          LIN Header Timer Register
ASCLIN11_FLAGS  0xF02C0B34          Flags Register
ASCLIN11_FLAGSSET 0xF02C0B38          Flags Set Register
ASCLIN11_FLAGSCLEAR 0xF02C0B3C          Flags Clear Register
ASCLIN11_FLAGSENABLE 0xF02C0B40          Flags Enable Register
ASCLIN11_TXDATA 0xF02C0B44          Transmit Data Register
ASCLIN11_RXDATA 0xF02C0B48          Receive Data Register
ASCLIN11_CSR    0xF02C0B4C          Clock Selection Register
ASCLIN11_RXDATAD 0xF02C0B50          Receive Data Debug Register
ASCLIN11_OCS    0xF02C0BE8          OCDS Control and Status
ASCLIN11_KRSTCLR 0xF02C0BEC          Kernel Reset Status Clear Register
ASCLIN11_KRST1  0xF02C0BF0          Kernel Reset Register 1
ASCLIN11_KRST0  0xF02C0BF4          Kernel Reset Register 0
ASCLIN11_ACCEN1 0xF02C0BF8          Access Enable Register 1
ASCLIN11_ACCEN0 0xF02C0BFC          Access Enable Register 0
FSI_COMM_1      0xF8030004          Communication Register 1
FSI_COMM_2      0xF8030005          Communication Register 2
FSI_HSMCOMM_1   0xF8030006          HSM Communication Register 1
FSI_HSMCOMM_2   0xF8030007          HSM Communication Register 2
PMU_ID          0xF8038508          Module Identification Register
DMU_HF_ID       0xF8040008          Module Identification Register
DMU_HF_STATUS   0xF8040010          Flash Status Register
DMU_HF_CONTROL  0xF8040014          Flash Control Register
DMU_HF_OPERATION 0xF8040018          Flash Operation Register
DMU_HF_PROTECT  0xF804001C          Flash Protection Status Register
DMU_HF_CONFIRM0 0xF8040020          Flash Confirm Status Register 0
DMU_HF_CONFIRM1 0xF8040024          Flash Confirm Status Register 1
DMU_HF_CONFIRM2 0xF8040028          Flash Confirm Status Register 2
DMU_HF_EER      0xF8040030          Enable Error Interrupt Control Register
DMU_HF_ERRSR    0xF8040034          Error Status Register
DMU_HF_CLRE     0xF8040038          Clear Error Register
DMU_HF_ECCR     0xF8040040          DF0 ECC Read Register
DMU_HF_ECCS     0xF8040044          DF0 ECC Status Register
DMU_HF_ECCC     0xF8040048          DF0 ECC Control Register
DMU_HF_ECCW     0xF804004C          DF0 ECC Write Register
DMU_HF_CCONTROL 0xF8040050          Cranking Control Register
DMU_HF_PSTATUS  0xF8040060          Power Status Register
DMU_HF_PCONTROL 0xF8040064          Power Control Register
DMU_HF_PWAIT    0xF8040068          PFLASH Wait Cycle Register
DMU_HF_DWAIT    0xF804006C          DFLASH Wait Cycle Register
DMU_HF_PROCONUSR 0xF8040074          DF0 User Mode Control
DMU_HF_PROCONPF 0xF8040080          PFLASH Protection Configuration
DMU_HF_PROCONTP 0xF8040084          Tuning Protection Configuration
DMU_HF_PROCONDF 0xF8040088          DFLASH Protection Configuration
DMU_HF_PROCONRAM 0xF804008C          RAM Configuration
DMU_HF_PROCONDBG 0xF8040090          Debug Interface Protection Configuration
DMU_HF_SUSPEND  0xF80400F0          Suspend Control Register
DMU_HF_MARGIN   0xF80400F4          Margin Control Register
DMU_HF_ACCEN1   0xF80400F8          Access Enable Register 1
DMU_HF_ACCEN0   0xF80400FC          Access Enable Register 0
DMU_HP_PROCONP00 0xF8050000          PFLASH Bank 0 Protection Configuration 0
DMU_HP_PROCONP01 0xF8050004          PFLASH Bank 0 Protection Configuration 1
DMU_HP_PROCONP02 0xF8050008          PFLASH Bank 0 Protection Configuration 2
DMU_HP_PROCONP03 0xF805000C          PFLASH Bank 0 Protection Configuration 3
DMU_HP_PROCONP04 0xF8050010          PFLASH Bank 0 Protection Configuration 4
DMU_HP_PROCONP05 0xF8050014          PFLASH Bank 0 Protection Configuration 5
DMU_HP_PROCONOTP00 0xF8050040          PFLASH Bank 0 OTP Protection Configuration 0
DMU_HP_PROCONOTP01 0xF8050044          PFLASH Bank 0 OTP Protection Configuration 1
DMU_HP_PROCONOTP02 0xF8050048          PFLASH Bank 0 OTP Protection Configuration 2
DMU_HP_PROCONOTP03 0xF805004C          PFLASH Bank 0 OTP Protection Configuration 3
DMU_HP_PROCONOTP04 0xF8050050          PFLASH Bank 0 OTP Protection Configuration 4
DMU_HP_PROCONOTP05 0xF8050054          PFLASH Bank 0 OTP Protection Configuration 5
DMU_HP_PROCONWOP00 0xF8050080          PFLASH Bank 0 WOP Configuration 0
DMU_HP_PROCONWOP01 0xF8050084          PFLASH Bank 0 WOP Configuration 1
DMU_HP_PROCONWOP02 0xF8050088          PFLASH Bank 0 WOP Configuration 2
DMU_HP_PROCONWOP03 0xF805008C          PFLASH Bank 0 WOP Configuration 3
DMU_HP_PROCONWOP04 0xF8050090          PFLASH Bank 0 WOP Configuration 4
DMU_HP_PROCONWOP05 0xF8050094          PFLASH Bank 0 WOP Configuration 5
DMU_HP_ECPRIO00 0xF80500A0          PFLASH Bank 0 Erase Counter Priority configuration 0
DMU_HP_ECPRIO01 0xF80500A4          PFLASH Bank 0 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO02 0xF80500A8          PFLASH Bank 0 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO03 0xF80500AC          PFLASH Bank 0 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO04 0xF80500B0          PFLASH Bank 0 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO05 0xF80500B4          PFLASH Bank 0 Erase Counter Priority Configuration 5
DMU_SF_STATUS   0xF8060010          HSM Flash Status Register
DMU_SF_CONTROL  0xF8060014          HSM Flash Configuration Register
DMU_SF_OPERATION 0xF8060018          HSM Flash Operation Register
DMU_SF_EER      0xF8060030          HSM Enable Error Interrupt Control Register
DMU_SF_ERRSR    0xF8060034          HSM Error Status Register
DMU_SF_CLRE     0xF8060038          HSM Clear Error Register
DMU_SF_ECCR     0xF8060040          HSM DF1 ECC Read Register
DMU_SF_ECCS     0xF8060044          HSM DF1 ECC Status Register
DMU_SF_ECCC     0xF8060048          HSM DF1 ECC Control Register
DMU_SF_ECCW     0xF806004C          HSM DF1 ECC Write Register
DMU_SF_PROCONUSR 0xF8060074          HSM DF1 User Mode Control
DMU_SF_SUSPEND  0xF80600E8          HSM Suspend Control Register
DMU_SF_MARGIN   0xF80600EC          HSM DF1 Margin Control Register
DMU_SP_PROCONHSMCFG 0xF8070000          HSM Protection Configuration
DMU_SP_PROCONHSMCBS 0xF8070004          HSM Code Boot Sector
DMU_SP_PROCONHSMCX0 0xF8070008          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCX1 0xF807000C          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCOTP0 0xF8070010          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSMCOTP1 0xF8070014          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSM 0xF8070040          HSM Interface Protection Configuration
DOM0_PECON0     0xF8700000          Protocol Error Control Register 0
DOM0_PRIORITY0  0xF8700008          SCI0 Arbiter Priority Register
DOM0_ERRADDR0   0xF8700010          SCI 0 Error Address Capture Register
DOM0_ERR0       0xF8700018          SCI 0 Error Capture Register
DOM0_PECON1     0xF8700020          Protocol Error Control Register 1
DOM0_PRIORITY1  0xF8700028          SCI1 Arbiter Priority Register
DOM0_ERRADDR1   0xF8700030          SCI 1 Error Address Capture Register
DOM0_ERR1       0xF8700038          SCI 1 Error Capture Register
DOM0_PECON2     0xF8700040          Protocol Error Control Register 2
DOM0_PRIORITY2  0xF8700048          SCI2 Arbiter Priority Register
DOM0_ERRADDR2   0xF8700050          SCI 2 Error Address Capture Register
DOM0_ERR2       0xF8700058          SCI 2 Error Capture Register
DOM0_PECON3     0xF8700060          Protocol Error Control Register 3
DOM0_PRIORITY3  0xF8700068          SCI3 Arbiter Priority Register
DOM0_ERRADDR3   0xF8700070          SCI 3 Error Address Capture Register
DOM0_ERR3       0xF8700078          SCI 3 Error Capture Register
DOM0_PECON4     0xF8700080          Protocol Error Control Register 4
DOM0_PRIORITY4  0xF8700088          SCI4 Arbiter Priority Register
DOM0_ERRADDR4   0xF8700090          SCI 4 Error Address Capture Register
DOM0_ERR4       0xF8700098          SCI 4 Error Capture Register
DOM0_PECON5     0xF87000A0          Protocol Error Control Register 5
DOM0_PRIORITY5  0xF87000A8          SCI5 Arbiter Priority Register
DOM0_ERRADDR5   0xF87000B0          SCI 5 Error Address Capture Register
DOM0_ERR5       0xF87000B8          SCI 5 Error Capture Register
DOM0_PECON6     0xF87000C0          Protocol Error Control Register 6
DOM0_PRIORITY6  0xF87000C8          SCI6 Arbiter Priority Register
DOM0_ERRADDR6   0xF87000D0          SCI 6 Error Address Capture Register
DOM0_ERR6       0xF87000D8          SCI 6 Error Capture Register
DOM0_PECON7     0xF87000E0          Protocol Error Control Register 7
DOM0_PRIORITY7  0xF87000E8          SCI7 Arbiter Priority Register
DOM0_ERRADDR7   0xF87000F0          SCI 7 Error Address Capture Register
DOM0_ERR7       0xF87000F8          SCI 7 Error Capture Register
DOM0_PECON8     0xF8700100          Protocol Error Control Register 8
DOM0_PRIORITY8  0xF8700108          SCI8 Arbiter Priority Register
DOM0_ERRADDR8   0xF8700110          SCI 8 Error Address Capture Register
DOM0_ERR8       0xF8700118          SCI 8 Error Capture Register
DOM0_PECON9     0xF8700120          Protocol Error Control Register 9
DOM0_PRIORITY9  0xF8700128          SCI9 Arbiter Priority Register
DOM0_ERRADDR9   0xF8700130          SCI 9 Error Address Capture Register
DOM0_ERR9       0xF8700138          SCI 9 Error Capture Register
DOM0_PECON10    0xF8700140          Protocol Error Control Register 10
DOM0_PRIORITY10 0xF8700148          SCI10 Arbiter Priority Register
DOM0_ERRADDR10  0xF8700150          SCI 10 Error Address Capture Register
DOM0_ERR10      0xF8700158          SCI 10 Error Capture Register
DOM0_PECON11    0xF8700160          Protocol Error Control Register 11
DOM0_PRIORITY11 0xF8700168          SCI11 Arbiter Priority Register
DOM0_ERRADDR11  0xF8700170          SCI 11 Error Address Capture Register
DOM0_ERR11      0xF8700178          SCI 11 Error Capture Register
DOM0_PECON12    0xF8700180          Protocol Error Control Register 12
DOM0_PRIORITY12 0xF8700188          SCI12 Arbiter Priority Register
DOM0_ERRADDR12  0xF8700190          SCI 12 Error Address Capture Register
DOM0_ERR12      0xF8700198          SCI 12 Error Capture Register
DOM0_PECON13    0xF87001A0          Protocol Error Control Register 13
DOM0_PRIORITY13 0xF87001A8          SCI13 Arbiter Priority Register
DOM0_ERRADDR13  0xF87001B0          SCI 13 Error Address Capture Register
DOM0_ERR13      0xF87001B8          SCI 13 Error Capture Register
DOM0_PECON14    0xF87001C0          Protocol Error Control Register 14
DOM0_PRIORITY14 0xF87001C8          SCI14 Arbiter Priority Register
DOM0_ERRADDR14  0xF87001D0          SCI 14 Error Address Capture Register
DOM0_ERR14      0xF87001D8          SCI 14 Error Capture Register
DOM0_PECON15    0xF87001E0          Protocol Error Control Register 15
DOM0_PRIORITY15 0xF87001E8          SCI15 Arbiter Priority Register
DOM0_ERRADDR15  0xF87001F0          SCI 15 Error Address Capture Register
DOM0_ERR15      0xF87001F8          SCI 15 Error Capture Register
DOM0_ID         0xF8700408          Identification Register
DOM0_PESTAT     0xF8700410          Protocol Error Status Register
DOM0_TIDSTAT    0xF8700418          Transaction ID Status Register
DOM0_TIDEN      0xF8700420          Transaction ID Enable Register
DOM0_BRCON      0xF8700430          Domain 0 Bridge Control Register
DOM0_ACCEN0     0xF87004F0          Access Enable Register 0
DOM0_ACCEN1     0xF87004F8          Access Enable Register 1
CPU0_FLASHCON0  0xF8801100          CPUx Flash Configuration Register 0
CPU0_FLASHCON1  0xF8801104          CPUx Flash Configuration Register 1
CPU0_FLASHCON2  0xF8801108          CPUx Flash Configuration Register 2
CPU0_FLASHCON3  0xF880110C          CPUx Flash Configuration Register 3
CPU0_FLASHCON4  0xF8801110          CPUx Flash Configuration Register 4
CPU0_KRST0      0xF880D000          CPUx Reset Register 0
CPU0_KRST1      0xF880D004          CPUx Reset Register 1
CPU0_KRSTCLR    0xF880D008          CPUx Reset Clear Register
CPU0_SPR_SPROT_RGNLA0 0xF880E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU0_SPR_SPROT_RGNUA0 0xF880E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU0_SPR_SPROT_RGNACCENA0_W 0xF880E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_W 0xF880E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU0_SPR_SPROT_RGNLA1 0xF880E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU0_SPR_SPROT_RGNUA1 0xF880E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU0_SPR_SPROT_RGNACCENA1_W 0xF880E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_W 0xF880E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU0_SPR_SPROT_RGNLA2 0xF880E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU0_SPR_SPROT_RGNUA2 0xF880E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU0_SPR_SPROT_RGNACCENA2_W 0xF880E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_W 0xF880E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU0_SPR_SPROT_RGNLA3 0xF880E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU0_SPR_SPROT_RGNUA3 0xF880E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU0_SPR_SPROT_RGNACCENA3_W 0xF880E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_W 0xF880E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU0_SPR_SPROT_RGNLA4 0xF880E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU0_SPR_SPROT_RGNUA4 0xF880E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU0_SPR_SPROT_RGNACCENA4_W 0xF880E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_W 0xF880E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU0_SPR_SPROT_RGNLA5 0xF880E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU0_SPR_SPROT_RGNUA5 0xF880E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU0_SPR_SPROT_RGNACCENA5_W 0xF880E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_W 0xF880E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU0_SPR_SPROT_RGNLA6 0xF880E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU0_SPR_SPROT_RGNUA6 0xF880E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU0_SPR_SPROT_RGNACCENA6_W 0xF880E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_W 0xF880E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU0_SPR_SPROT_RGNLA7 0xF880E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU0_SPR_SPROT_RGNUA7 0xF880E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU0_SPR_SPROT_RGNACCENA7_W 0xF880E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_W 0xF880E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU0_SPR_SPROT_RGNACCENA0_R 0xF880E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_R 0xF880E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU0_SPR_SPROT_RGNACCENA1_R 0xF880E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_R 0xF880E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU0_SPR_SPROT_RGNACCENA2_R 0xF880E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_R 0xF880E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU0_SPR_SPROT_RGNACCENA3_R 0xF880E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_R 0xF880E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU0_SPR_SPROT_RGNACCENA4_R 0xF880E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_R 0xF880E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU0_SPR_SPROT_RGNACCENA5_R 0xF880E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_R 0xF880E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU0_SPR_SPROT_RGNACCENA6_R 0xF880E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_R 0xF880E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU0_SPR_SPROT_RGNACCENA7_R 0xF880E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_R 0xF880E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU0_SFR_SPROT_ACCENA_W 0xF880E100          CPUx Safety Protection Register Access Enable Register A
CPU0_SFR_SPROT_ACCENB_W 0xF880E104          CPUx Safety Protection Region Access Enable Register B
CPU0_LPB_SPROT_ACCENA_R 0xF880E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU0_LPB_SPROT_ACCENB_R 0xF880E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU0_DLMU_SPROT_RGNLA0 0xF880E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU0_DLMU_SPROT_RGNUA0 0xF880E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU0_DLMU_SPROT_RGNACCENA0_W 0xF880E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_W 0xF880E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU0_DLMU_SPROT_RGNLA1 0xF880E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU0_DLMU_SPROT_RGNUA1 0xF880E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU0_DLMU_SPROT_RGNACCENA1_W 0xF880E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_W 0xF880E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU0_DLMU_SPROT_RGNLA2 0xF880E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU0_DLMU_SPROT_RGNUA2 0xF880E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU0_DLMU_SPROT_RGNACCENA2_W 0xF880E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_W 0xF880E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU0_DLMU_SPROT_RGNLA3 0xF880E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU0_DLMU_SPROT_RGNUA3 0xF880E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU0_DLMU_SPROT_RGNACCENA3_W 0xF880E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_W 0xF880E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU0_DLMU_SPROT_RGNLA4 0xF880E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU0_DLMU_SPROT_RGNUA4 0xF880E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU0_DLMU_SPROT_RGNACCENA4_W 0xF880E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_W 0xF880E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU0_DLMU_SPROT_RGNLA5 0xF880E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU0_DLMU_SPROT_RGNUA5 0xF880E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU0_DLMU_SPROT_RGNACCENA5_W 0xF880E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_W 0xF880E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU0_DLMU_SPROT_RGNLA6 0xF880E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU0_DLMU_SPROT_RGNUA6 0xF880E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU0_DLMU_SPROT_RGNACCENA6_W 0xF880E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_W 0xF880E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU0_DLMU_SPROT_RGNLA7 0xF880E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU0_DLMU_SPROT_RGNUA7 0xF880E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU0_DLMU_SPROT_RGNACCENA7_W 0xF880E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_W 0xF880E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU0_DLMU_SPROT_RGNACCENA0_R 0xF880E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_R 0xF880E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU0_DLMU_SPROT_RGNACCENA1_R 0xF880E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_R 0xF880E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU0_DLMU_SPROT_RGNACCENA2_R 0xF880E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_R 0xF880E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU0_DLMU_SPROT_RGNACCENA3_R 0xF880E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_R 0xF880E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU0_DLMU_SPROT_RGNACCENA4_R 0xF880E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_R 0xF880E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU0_DLMU_SPROT_RGNACCENA5_R 0xF880E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_R 0xF880E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU0_DLMU_SPROT_RGNACCENA6_R 0xF880E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_R 0xF880E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU0_DLMU_SPROT_RGNACCENA7_R 0xF880E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_R 0xF880E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU0_OSEL       0xF880FB00          CPUx Overlay Range Select Register
CPU0_RABR0      0xF880FB10          CPUx Redirected Address Base Register 0
CPU0_OTAR0      0xF880FB14          CPUx Overlay Target Address Register 0
CPU0_OMASK0     0xF880FB18          CPUx Overlay Mask Register 0
CPU0_RABR1      0xF880FB1C          CPUx Redirected Address Base Register 1
CPU0_OTAR1      0xF880FB20          CPUx Overlay Target Address Register 1
CPU0_OMASK1     0xF880FB24          CPUx Overlay Mask Register 1
CPU0_RABR2      0xF880FB28          CPUx Redirected Address Base Register 2
CPU0_OTAR2      0xF880FB2C          CPUx Overlay Target Address Register 2
CPU0_OMASK2     0xF880FB30          CPUx Overlay Mask Register 2
CPU0_RABR3      0xF880FB34          CPUx Redirected Address Base Register 3
CPU0_OTAR3      0xF880FB38          CPUx Overlay Target Address Register 3
CPU0_OMASK3     0xF880FB3C          CPUx Overlay Mask Register 3
CPU0_RABR4      0xF880FB40          CPUx Redirected Address Base Register 4
CPU0_OTAR4      0xF880FB44          CPUx Overlay Target Address Register 4
CPU0_OMASK4     0xF880FB48          CPUx Overlay Mask Register 4
CPU0_RABR5      0xF880FB4C          CPUx Redirected Address Base Register 5
CPU0_OTAR5      0xF880FB50          CPUx Overlay Target Address Register 5
CPU0_OMASK5     0xF880FB54          CPUx Overlay Mask Register 5
CPU0_RABR6      0xF880FB58          CPUx Redirected Address Base Register 6
CPU0_OTAR6      0xF880FB5C          CPUx Overlay Target Address Register 6
CPU0_OMASK6     0xF880FB60          CPUx Overlay Mask Register 6
CPU0_RABR7      0xF880FB64          CPUx Redirected Address Base Register 7
CPU0_OTAR7      0xF880FB68          CPUx Overlay Target Address Register 7
CPU0_OMASK7     0xF880FB6C          CPUx Overlay Mask Register 7
CPU0_RABR8      0xF880FB70          CPUx Redirected Address Base Register 8
CPU0_OTAR8      0xF880FB74          CPUx Overlay Target Address Register 8
CPU0_OMASK8     0xF880FB78          CPUx Overlay Mask Register 8
CPU0_RABR9      0xF880FB7C          CPUx Redirected Address Base Register 9
CPU0_OTAR9      0xF880FB80          CPUx Overlay Target Address Register 9
CPU0_OMASK9     0xF880FB84          CPUx Overlay Mask Register 9
CPU0_RABR10     0xF880FB88          CPUx Redirected Address Base Register 10
CPU0_OTAR10     0xF880FB8C          CPUx Overlay Target Address Register 10
CPU0_OMASK10    0xF880FB90          CPUx Overlay Mask Register 10
CPU0_RABR11     0xF880FB94          CPUx Redirected Address Base Register 11
CPU0_OTAR11     0xF880FB98          CPUx Overlay Target Address Register 11
CPU0_OMASK11    0xF880FB9C          CPUx Overlay Mask Register 11
CPU0_RABR12     0xF880FBA0          CPUx Redirected Address Base Register 12
CPU0_OTAR12     0xF880FBA4          CPUx Overlay Target Address Register 12
CPU0_OMASK12    0xF880FBA8          CPUx Overlay Mask Register 12
CPU0_RABR13     0xF880FBAC          CPUx Redirected Address Base Register 13
CPU0_OTAR13     0xF880FBB0          CPUx Overlay Target Address Register 13
CPU0_OMASK13    0xF880FBB4          CPUx Overlay Mask Register 13
CPU0_RABR14     0xF880FBB8          CPUx Redirected Address Base Register 14
CPU0_OTAR14     0xF880FBBC          CPUx Overlay Target Address Register 14
CPU0_OMASK14    0xF880FBC0          CPUx Overlay Mask Register 14
CPU0_RABR15     0xF880FBC4          CPUx Redirected Address Base Register 15
CPU0_OTAR15     0xF880FBC8          CPUx Overlay Target Address Register 15
CPU0_OMASK15    0xF880FBCC          CPUx Overlay Mask Register 15
CPU0_RABR16     0xF880FBD0          CPUx Redirected Address Base Register 16
CPU0_OTAR16     0xF880FBD4          CPUx Overlay Target Address Register 16
CPU0_OMASK16    0xF880FBD8          CPUx Overlay Mask Register 16
CPU0_RABR17     0xF880FBDC          CPUx Redirected Address Base Register 17
CPU0_OTAR17     0xF880FBE0          CPUx Overlay Target Address Register 17
CPU0_OMASK17    0xF880FBE4          CPUx Overlay Mask Register 17
CPU0_RABR18     0xF880FBE8          CPUx Redirected Address Base Register 18
CPU0_OTAR18     0xF880FBEC          CPUx Overlay Target Address Register 18
CPU0_OMASK18    0xF880FBF0          CPUx Overlay Mask Register 18
CPU0_RABR19     0xF880FBF4          CPUx Redirected Address Base Register 19
CPU0_OTAR19     0xF880FBF8          CPUx Overlay Target Address Register 19
CPU0_OMASK19    0xF880FBFC          CPUx Overlay Mask Register 19
CPU0_RABR20     0xF880FC00          CPUx Redirected Address Base Register 20
CPU0_OTAR20     0xF880FC04          CPUx Overlay Target Address Register 20
CPU0_OMASK20    0xF880FC08          CPUx Overlay Mask Register 20
CPU0_RABR21     0xF880FC0C          CPUx Redirected Address Base Register 21
CPU0_OTAR21     0xF880FC10          CPUx Overlay Target Address Register 21
CPU0_OMASK21    0xF880FC14          CPUx Overlay Mask Register 21
CPU0_RABR22     0xF880FC18          CPUx Redirected Address Base Register 22
CPU0_OTAR22     0xF880FC1C          CPUx Overlay Target Address Register 22
CPU0_OMASK22    0xF880FC20          CPUx Overlay Mask Register 22
CPU0_RABR23     0xF880FC24          CPUx Redirected Address Base Register 23
CPU0_OTAR23     0xF880FC28          CPUx Overlay Target Address Register 23
CPU0_OMASK23    0xF880FC2C          CPUx Overlay Mask Register 23
CPU0_RABR24     0xF880FC30          CPUx Redirected Address Base Register 24
CPU0_OTAR24     0xF880FC34          CPUx Overlay Target Address Register 24
CPU0_OMASK24    0xF880FC38          CPUx Overlay Mask Register 24
CPU0_RABR25     0xF880FC3C          CPUx Redirected Address Base Register 25
CPU0_OTAR25     0xF880FC40          CPUx Overlay Target Address Register 25
CPU0_OMASK25    0xF880FC44          CPUx Overlay Mask Register 25
CPU0_RABR26     0xF880FC48          CPUx Redirected Address Base Register 26
CPU0_OTAR26     0xF880FC4C          CPUx Overlay Target Address Register 26
CPU0_OMASK26    0xF880FC50          CPUx Overlay Mask Register 26
CPU0_RABR27     0xF880FC54          CPUx Redirected Address Base Register 27
CPU0_OTAR27     0xF880FC58          CPUx Overlay Target Address Register 27
CPU0_OMASK27    0xF880FC5C          CPUx Overlay Mask Register 27
CPU0_RABR28     0xF880FC60          CPUx Redirected Address Base Register 28
CPU0_OTAR28     0xF880FC64          CPUx Overlay Target Address Register 28
CPU0_OMASK28    0xF880FC68          CPUx Overlay Mask Register 28
CPU0_RABR29     0xF880FC6C          CPUx Redirected Address Base Register 29
CPU0_OTAR29     0xF880FC70          CPUx Overlay Target Address Register 29
CPU0_OMASK29    0xF880FC74          CPUx Overlay Mask Register 29
CPU0_RABR30     0xF880FC78          CPUx Redirected Address Base Register 30
CPU0_OTAR30     0xF880FC7C          CPUx Overlay Target Address Register 30
CPU0_OMASK30    0xF880FC80          CPUx Overlay Mask Register 30
CPU0_RABR31     0xF880FC84          CPUx Redirected Address Base Register 31
CPU0_OTAR31     0xF880FC88          CPUx Overlay Target Address Register 31
CPU0_OMASK31    0xF880FC8C          CPUx Overlay Mask Register 31
CSFR_BASE       0xF8810000          Core Special Function Registers base (CPU0)
CPU0_SEGEN      0xF8811030          CPUx SRI Error Generation Register
CPU0_TASK_ASI   0xF8818004          CPUx Task Address Space Identifier Register
CPU0_PMA0       0xF8818100          CPUx Data Access CacheabilityRegister
CPU0_PMA1       0xF8818104          CPUx Code Access CacheabilityRegister
CPU0_PMA2       0xF8818108          CPUx Peripheral Space Identifier register
CPU0_DCON2      0xF8819000          CPUx Data Control Register 2
CPU0_SMACON     0xF881900C          CPUx SIST Mode Access Control Register
CPU0_DSTR       0xF8819010          CPUx Data Synchronous Trap Register
CPU0_DATR       0xF8819018          CPUx Data Asynchronous Trap Register
CPU0_DEADD      0xF881901C          CPUx Data Error Address Register
CPU0_DIEAR      0xF8819020          CPUx Data Integrity Error Address Register
CPU0_DIETR      0xF8819024          CPUx Data Integrity Error Trap Register
CPU0_DCON0      0xF8819040          CPUx Data Memory Control Register
CPU0_PSTR       0xF8819200          CPUx Program Synchronous Trap Register
CPU0_PCON1      0xF8819204          CPUx Program Control 1
CPU0_PCON2      0xF8819208          CPUx Program Control 2
CPU0_PCON0      0xF881920C          CPUx Program Control 0
CPU0_PIEAR      0xF8819210          CPUx Program Integrity Error Address Register
CPU0_PIETR      0xF8819214          CPUx Program Integrity Error Trap Register
CPU0_COMPAT     0xF8819400          CPUx Compatibility Control Register
CPU0_FPU_TRAP_CON 0xF881A000          CPUx Trap Control Register
CPU0_FPU_TRAP_PC 0xF881A004          CPUx Trapping Instruction Program Counter Register
CPU0_FPU_TRAP_OPC 0xF881A008          CPUx Trapping Instruction Opcode Register
CPU0_FPU_TRAP_SRC1 0xF881A010          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC2 0xF881A014          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC3 0xF881A018          CPUx Trapping Instruction Operand Register
CPU0_DPR0_L     0xF881C000          CPUx Data Protection Range 0, Lower Bound Register
CPU0_DPR0_U     0xF881C004          CPUx Data Protection Range 0, Upper Bound Register
CPU0_DPR1_L     0xF881C008          CPUx Data Protection Range 1, Lower Bound Register
CPU0_DPR1_U     0xF881C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU0_DPR2_L     0xF881C010          CPUx Data Protection Range 2, Lower Bound Register
CPU0_DPR2_U     0xF881C014          CPUx Data Protection Range 2, Upper Bound Register
CPU0_DPR3_L     0xF881C018          CPUx Data Protection Range 3, Lower Bound Register
CPU0_DPR3_U     0xF881C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU0_DPR4_L     0xF881C020          CPUx Data Protection Range 4, Lower Bound Register
CPU0_DPR4_U     0xF881C024          CPUx Data Protection Range 4, Upper Bound Register
CPU0_DPR5_L     0xF881C028          CPUx Data Protection Range 5, Lower Bound Register
CPU0_DPR5_U     0xF881C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU0_DPR6_L     0xF881C030          CPUx Data Protection Range 6, Lower Bound Register
CPU0_DPR6_U     0xF881C034          CPUx Data Protection Range 6, Upper Bound Register
CPU0_DPR7_L     0xF881C038          CPUx Data Protection Range 7, Lower Bound Register
CPU0_DPR7_U     0xF881C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU0_DPR8_L     0xF881C040          CPUx Data Protection Range 8, Lower Bound Register
CPU0_DPR8_U     0xF881C044          CPUx Data Protection Range 8, Upper Bound Register
CPU0_DPR9_L     0xF881C048          CPUx Data Protection Range 9, Lower Bound Register
CPU0_DPR9_U     0xF881C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU0_DPR10_L    0xF881C050          CPUx Data Protection Range 10, Lower Bound Register
CPU0_DPR10_U    0xF881C054          CPUx Data Protection Range 10, Upper Bound Register
CPU0_DPR11_L    0xF881C058          CPUx Data Protection Range 11, Lower Bound Register
CPU0_DPR11_U    0xF881C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU0_DPR12_L    0xF881C060          CPUx Data Protection Range 12, Lower Bound Register
CPU0_DPR12_U    0xF881C064          CPUx Data Protection Range 12, Upper Bound Register
CPU0_DPR13_L    0xF881C068          CPUx Data Protection Range 13, Lower Bound Register
CPU0_DPR13_U    0xF881C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU0_DPR14_L    0xF881C070          CPUx Data Protection Range 14, Lower Bound Register
CPU0_DPR14_U    0xF881C074          CPUx Data Protection Range 14, Upper Bound Register
CPU0_DPR15_L    0xF881C078          CPUx Data Protection Range 15, Lower Bound Register
CPU0_DPR15_U    0xF881C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU0_DPR16_L    0xF881C080          CPUx Data Protection Range 16, Lower Bound Register
CPU0_DPR16_U    0xF881C084          CPUx Data Protection Range 16, Upper Bound Register
CPU0_DPR17_L    0xF881C088          CPUx Data Protection Range 17, Lower Bound Register
CPU0_DPR17_U    0xF881C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU0_CPR0_L     0xF881D000          CPUx Code Protection Range 0 Lower Bound Register
CPU0_CPR0_U     0xF881D004          CPUx Code Protection Range 0 Upper Bound Register
CPU0_CPR1_L     0xF881D008          CPUx Code Protection Range 1 Lower Bound Register
CPU0_CPR1_U     0xF881D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU0_CPR2_L     0xF881D010          CPUx Code Protection Range 2 Lower Bound Register
CPU0_CPR2_U     0xF881D014          CPUx Code Protection Range 2 Upper Bound Register
CPU0_CPR3_L     0xF881D018          CPUx Code Protection Range 3 Lower Bound Register
CPU0_CPR3_U     0xF881D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU0_CPR4_L     0xF881D020          CPUx Code Protection Range 4 Lower Bound Register
CPU0_CPR4_U     0xF881D024          CPUx Code Protection Range 4 Upper Bound Register
CPU0_CPR5_L     0xF881D028          CPUx Code Protection Range 5 Lower Bound Register
CPU0_CPR5_U     0xF881D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU0_CPR6_L     0xF881D030          CPUx Code Protection Range 6 Lower Bound Register
CPU0_CPR6_U     0xF881D034          CPUx Code Protection Range 6 Upper Bound Register
CPU0_CPR7_L     0xF881D038          CPUx Code Protection Range 7 Lower Bound Register
CPU0_CPR7_U     0xF881D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU0_CPR8_L     0xF881D040          CPUx Code Protection Range 8 Lower Bound Register
CPU0_CPR8_U     0xF881D044          CPUx Code Protection Range 8 Upper Bound Register
CPU0_CPR9_L     0xF881D048          CPUx Code Protection Range 9 Lower Bound Register
CPU0_CPR9_U     0xF881D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU0_CPXE_0     0xF881E000          CPUx Code Protection Execute Enable Register Set 0
CPU0_CPXE_1     0xF881E004          CPUx Code Protection Execute Enable Register Set 1
CPU0_CPXE_2     0xF881E008          CPUx Code Protection Execute Enable Register Set 2
CPU0_CPXE_3     0xF881E00C          CPUx Code Protection Execute Enable Register Set 3
CPU0_DPRE_0     0xF881E010          CPUx Data Protection Read Enable Register Set 0
CPU0_DPRE_1     0xF881E014          CPUx Data Protection Read Enable Register Set 1
CPU0_DPRE_2     0xF881E018          CPUx Data Protection Read Enable Register Set 2
CPU0_DPRE_3     0xF881E01C          CPUx Data Protection Read Enable Register Set 3
CPU0_DPWE_0     0xF881E020          CPUx Data Protection Write Enable Register Set 0
CPU0_DPWE_1     0xF881E024          CPUx Data Protection Write Enable Register Set 1
CPU0_DPWE_2     0xF881E028          CPUx Data Protection Write Enable Register Set 2
CPU0_DPWE_3     0xF881E02C          CPUx Data Protection Write Enable Register Set 3
CPU0_CPXE_4     0xF881E040          CPUx Code Protection Execute Enable Register Set 4
CPU0_CPXE_5     0xF881E044          CPUx Code Protection Execute Enable Register Set 5
CPU0_DPRE_4     0xF881E050          CPUx Data Protection Read Enable Register Set 4
CPU0_DPRE_5     0xF881E054          CPUx Data Protection Read Enable Register Set 5
CPU0_DPWE_4     0xF881E060          CPUx Data Protection Write Enable Register Set 4
CPU0_DPWE_5     0xF881E064          CPUx Data Protection Write Enable Register Set 5
CPU0_TPS_CON    0xF881E400          CPUx Temporal Protection System Control Register
CPU0_TPS_TIMER0 0xF881E404          CPUx Temporal Protection System Timer Register 0
CPU0_TPS_TIMER1 0xF881E408          CPUx Temporal Protection System Timer Register 1
CPU0_TPS_TIMER2 0xF881E40C          CPUx Temporal Protection System Timer Register 2
CPU0_TPS_EXTIM_ENTRY_LVAL 0xF881E440          CPUx Exception Entry Timer Load Value
CPU0_TPS_EXTIM_ENTRY_CVAL 0xF881E444          CPUx Exception Entry Timer Current Value
CPU0_TPS_EXTIM_EXIT_LVAL 0xF881E448          CPUx Exception Exit Timer Load Value
CPU0_TPS_EXTIM_EXIT_CVAL 0xF881E44C          CPUx Exception Exit Timer Current Value
CPU0_TPS_EXTIM_CLASS_EN 0xF881E450          CPUx Exception Timer Class Enable Register
CPU0_TPS_EXTIM_STAT 0xF881E454          CPUx Exception Timer Status Register
CPU0_TPS_EXTIM_FCX 0xF881E458          CPUx Exception Timer FCX Register
CPU0_TR0EVT     0xF881F000          CPUx Trigger Event 0
CPU0_TR0ADR     0xF881F004          CPUx Trigger Address 0
CPU0_TR1EVT     0xF881F008          CPUx Trigger Event 1
CPU0_TR1ADR     0xF881F00C          CPUx Trigger Address 1
CPU0_TR2EVT     0xF881F010          CPUx Trigger Event 2
CPU0_TR2ADR     0xF881F014          CPUx Trigger Address 2
CPU0_TR3EVT     0xF881F018          CPUx Trigger Event 3
CPU0_TR3ADR     0xF881F01C          CPUx Trigger Address 3
CPU0_TR4EVT     0xF881F020          CPUx Trigger Event 4
CPU0_TR4ADR     0xF881F024          CPUx Trigger Address 4
CPU0_TR5EVT     0xF881F028          CPUx Trigger Event 5
CPU0_TR5ADR     0xF881F02C          CPUx Trigger Address 5
CPU0_TR6EVT     0xF881F030          CPUx Trigger Event 6
CPU0_TR6ADR     0xF881F034          CPUx Trigger Address 6
CPU0_TR7EVT     0xF881F038          CPUx Trigger Event 7
CPU0_TR7ADR     0xF881F03C          CPUx Trigger Address 7
CPU0_CCTRL      0xF881FC00          CPUx Counter Control
CPU0_CCNT       0xF881FC04          CPUx CPU Clock Cycle Count
CPU0_ICNT       0xF881FC08          CPUx Instruction Count
CPU0_M1CNT      0xF881FC0C          CPUx Multi-Count Register 1
CPU0_M2CNT      0xF881FC10          CPUx Multi-Count Register 2
CPU0_M3CNT      0xF881FC14          CPUx Multi-Count Register 3
CPU0_DBGSR      0xF881FD00          CPUx Debug Status Register
CPU0_EXEVT      0xF881FD08          CPUx External Event Register
CPU0_CREVT      0xF881FD0C          CPUx Core Register Access Event
CPU0_SWEVT      0xF881FD10          CPUx Software Debug Event
CPU0_TRIG_ACC   0xF881FD30          CPUx TriggerAddressx
CPU0_DMS        0xF881FD40          CPUx Debug Monitor Start Address
CPU0_DCX        0xF881FD44          CPUx Debug Context Save Area Pointer
CPU0_DBGTCR     0xF881FD48          CPUx Debug Trap Control Register
CPU0_PCXI       0xF881FE00          CPUx Previous Context Information Register
CPU0_PSW        0xF881FE04          CPUx Program Status Word
CPU0_PC         0xF881FE08          CPUx Program Counter
CPU0_SYSCON     0xF881FE14          CPUx System Configuration Register
CPU0_CPU_ID     0xF881FE18          CPUx Identification Register TC1.6.2P
CPU0_CORE_ID    0xF881FE1C          CPUx Core Identification Register
CPU0_BIV        0xF881FE20          CPUx Base Interrupt Vector Table Pointer
CPU0_BTV        0xF881FE24          CPUx Base Trap Vector Table Pointer
CPU0_ISP        0xF881FE28          CPUx Interrupt Stack Pointer
CPU0_ICR        0xF881FE2C          CPUx Interrupt Control Register
CPU0_FCX        0xF881FE38          CPUx Free CSA List Head Pointer
CPU0_LCX        0xF881FE3C          CPUx Free CSA List Limit Pointer
CPU0_CUS_ID     0xF881FE50          CPUx Customer ID register
CPU0_D0         0xF881FF00          Data Register 0
CPU0_D1         0xF881FF04          Data Register 1
CPU0_D2         0xF881FF08          Data Register 2
CPU0_D3         0xF881FF0C          Data Register 3
CPU0_D4         0xF881FF10          Data Register 4
CPU0_D5         0xF881FF14          Data Register 5
CPU0_D6         0xF881FF18          Data Register 6
CPU0_D7         0xF881FF1C          Data Register 7
CPU0_D8         0xF881FF20          Data Register 8
CPU0_D9         0xF881FF24          Data Register 9
CPU0_D10        0xF881FF28          Data Register 10
CPU0_D11        0xF881FF2C          Data Register 11
CPU0_D12        0xF881FF30          Data Register 12
CPU0_D13        0xF881FF34          Data Register 13
CPU0_D14        0xF881FF38          Data Register 14
CPU0_D15        0xF881FF3C          Data Register 15
CPU0_A0         0xF881FF80          Address Register 0
CPU0_A1         0xF881FF84          Address Register 1
CPU0_A2         0xF881FF88          Address Register 2
CPU0_A3         0xF881FF8C          Address Register 3
CPU0_A4         0xF881FF90          Address Register 4
CPU0_A5         0xF881FF94          Address Register 5
CPU0_A6         0xF881FF98          Address Register 6
CPU0_A7         0xF881FF9C          Address Register 7
CPU0_A8         0xF881FFA0          Address Register 8
CPU0_A9         0xF881FFA4          Address Register 9
CPU0_A10        0xF881FFA8          Address Register 10
CPU0_A11        0xF881FFAC          Address Register 11
CPU0_A12        0xF881FFB0          Address Register 12
CPU0_A13        0xF881FFB4          Address Register 13
CPU0_A14        0xF881FFB8          Address Register 14
CPU0_A15        0xF881FFBC          Address Register 15
CSFR_BASE_1     0xF8830000          Core Special Function Registers base (CPU1)
CPU1_D0         0xF883FF00          Data Register 0
CPU1_D1         0xF883FF04          Data Register 1
CPU1_D2         0xF883FF08          Data Register 2
CPU1_D3         0xF883FF0C          Data Register 3
CPU1_D4         0xF883FF10          Data Register 4
CPU1_D5         0xF883FF14          Data Register 5
CPU1_D6         0xF883FF18          Data Register 6
CPU1_D7         0xF883FF1C          Data Register 7
CPU1_D8         0xF883FF20          Data Register 8
CPU1_D9         0xF883FF24          Data Register 9
CPU1_D10        0xF883FF28          Data Register 10
CPU1_D11        0xF883FF2C          Data Register 11
CPU1_D12        0xF883FF30          Data Register 12
CPU1_D13        0xF883FF34          Data Register 13
CPU1_D14        0xF883FF38          Data Register 14
CPU1_D15        0xF883FF3C          Data Register 15
CPU1_A0         0xF883FF80          Address Register 0
CPU1_A1         0xF883FF84          Address Register 1
CPU1_A2         0xF883FF88          Address Register 2
CPU1_A3         0xF883FF8C          Address Register 3
CPU1_A4         0xF883FF90          Address Register 4
CPU1_A5         0xF883FF94          Address Register 5
CPU1_A6         0xF883FF98          Address Register 6
CPU1_A7         0xF883FF9C          Address Register 7
CPU1_A8         0xF883FFA0          Address Register 8
CPU1_A9         0xF883FFA4          Address Register 9
CPU1_A10        0xF883FFA8          Address Register 10
CPU1_A11        0xF883FFAC          Address Register 11
CPU1_A12        0xF883FFB0          Address Register 12
CPU1_A13        0xF883FFB4          Address Register 13
CPU1_A14        0xF883FFB8          Address Register 14
CPU1_A15        0xF883FFBC          Address Register 15

; this chip implements TriCore v1.6.2 instruction set
.tc3xx/tc35x
; MEMORY MAP
area DATA CPU2_DSPR       0x50000000:0x50018000   CPU2 Data Scratch Pad SRAM
area DATA CPU2_DCACHE     0x50018000:0x5001C000   CPU2 Data Cache SRAM
area DATA CPU2_DTAG       0x500C0000:0x500C1800   CPU2 Data Cache TAG SRAM
area CODE CPU2_PSPR       0x50100000:0x50110000   CPU2 Program Scratch Pad SRAM
area CODE CPU2_PCACHE     0x50110000:0x50118000   CPU2 Program Cache SRAM
area CODE CPU2_PTAG       0x501C0000:0x501C3000   CPU2 Program Cache TAG SRAM
area DATA CPU1_DSPR       0x60000000:0x6003C000   CPU1 Data Scratch Pad SRAM
area DATA CPU1_DCACHE     0x6003C000:0x60040000   CPU1 Data Cache SRAM
area DATA CPU1_DTAG       0x600C0000:0x600C1800   CPU1 Data Cache TAG SRAM
area CODE CPU1_PSPR       0x60100000:0x60110000   CPU1 Program Scratch Pad SRAM
area CODE CPU1_PCACHE     0x60110000:0x60118000   CPU1 Program Cache SRAM
area CODE CPU1_PTAG       0x601C0000:0x601C3000   CPU1 Program Cache TAG SRAM
area DATA CPU0_DSPR       0x70000000:0x7003C000   CPU0 Data Scratch Pad SRAM
area DATA CPU0_DCACHE     0x7003C000:0x70040000   CPU0 Data Cache SRAM
area DATA CPU0_DTAG       0x700C0000:0x700C1800   CPU0 Data Cache TAG SRAM
area CODE CPU0_PSPR       0x70100000:0x70110000   CPU0 Program Scratch Pad SRAM
area CODE CPU0_PCACHE     0x70110000:0x70118000   CPU0 Program Cache SRAM
area CODE CPU0_PTAG       0x701C0000:0x701C3000   CPU0 Program Cache TAG SRAM
area DATA EBU             0x82000000:0x88000000   External EBU Space, cached
area DATA OLDA            0x8FE00000:0x8FE80000   Online Data Acquisition, cached
area CODE BROM            0x8FFF0000:0x90000000   Boot ROM, cached
area DATA LMURAM          0x90000000:0x90120000   LMU SRAM, cached
area DATA DAM             0x90400000:0x90420000   DAM, cached
area DATA TRAM            0x98000000:0x98002000   miniMCDS Trace SRAM, cached
area DATA EMEM            0x98E00000:0x99400000   EMEM, cached
area CODE PFLASH0_NC      0xA0000000:0xA0300000   Program Flash 0, non-cached
area CODE PFLASH1_NC      0xA0300000:0xA0600000   Program Flash 1, non-cached
area CODE PFLASH2_NC      0xA0600000:0xA0900000   Program Flash 2, non-cached
area CODE PFLASH3_NC      0xA0900000:0xA0C00000   Program Flash 3, non-cached
area CODE PFLASH4_NC      0xA0C00000:0xA0F00000   Program Flash 4, non-cached
area CODE PFLASH5_NC      0xA0F00000:0xA1000000   Program Flash 5, non-cached
area DATA EBU_NC          0xA2000000:0xA8000000   External EBU Space, non-cached
area DATA EC0             0xA8000000:0xA8004000   Erase Counter 0, non-cached
area DATA PFI0            0xA8080000:0xA80C0000   PFI User Registers 0, non-cached
area DATA EC1             0xA8300000:0xA8304000   Erase Counter 1, non-cached
area DATA PFI1            0xA8380000:0xA83C0000   PFI User Registers 1, non-cached
area DATA EC2             0xA8600000:0xA8604000   Erase Counter 2, non-cached
area DATA PFI2            0xA8680000:0xA86C0000   PFI User Registers 2, non-cached
area DATA EC3             0xA8900000:0xA8904000   Erase Counter 3, non-cached
area DATA PFI3            0xA8980000:0xA89C0000   PFI User Registers 3, non-cached
area DATA EC4             0xA8C00000:0xA8C04000   Erase Counter 4, non-cached
area DATA PFI4            0xA8C80000:0xA8CC0000   PFI User Registers 4, non-cached
area DATA EC5             0xA8F00000:0xA8F04000   Erase Counter 5, non-cached
area DATA PFI5            0xA8F80000:0xA8FC0000   PFI User Registers 5, non-cached
area DATA DFLASH0_EEPROM_NC 0xAF000000:0xAF100000   Data Flash 0 EEPROM, non-cached
area DATA DFLASH0_UCB_NC  0xAF400000:0xAF406000   Data Flash 0 UCB, non-cached
area DATA DFLASH0_CFS_NC  0xAF800000:0xAF810000   Data Flash 0 CFS, non-cached
area DATA DFLASH1_EEPROM_NC 0xAFC00000:0xAFC20000   Data Flash 1 EEPROM, non-cached
area DATA OLDA_NC         0xAFE00000:0xAFE80000   Online Data Acquisition, non-cached
area CODE BROM_NC         0xAFFF0000:0xB0000000   Boot ROM, non-cached
area DATA LMU_NC          0xB0000000:0xB0120000   LMU, non-cached
area DATA DAM_NC          0xB0400000:0xB0420000   DAM, non-cached
area DATA TRAM_NC         0xB8000000:0xB8002000   miniMCDS Trace SRAM, non-cached
area DATA EMEM_NC         0xB8E00000:0xB9400000   EMEM, non-cached
area DATA XTM_NC          0xB9400000:0xB9480000   Extra Trace Memory, non-cached
area DATA REGISTERS       0xF0000000:0xFF120000   Core SFRs and GPRs
; REGISTERS
PFI0_ECCR       0xA8080000          ECC Read Register
PFI0_ECCS       0xA8080020          ECC Status Register
PFI0_SBABRECORD0 0xA8082000          SBAB Record 0
PFI0_SBABRECORD1 0xA8082020          SBAB Record 1
PFI0_SBABRECORD2 0xA8082040          SBAB Record 2
PFI0_SBABRECORD3 0xA8082060          SBAB Record 3
PFI0_SBABRECORD4 0xA8082080          SBAB Record 4
PFI0_SBABRECORD5 0xA80820A0          SBAB Record 5
PFI0_SBABRECORD6 0xA80820C0          SBAB Record 6
PFI0_SBABRECORD7 0xA80820E0          SBAB Record 7
PFI0_SBABRECORD8 0xA8082100          SBAB Record 8
PFI0_SBABRECORD9 0xA8082120          SBAB Record 9
PFI0_SBABRECORD10 0xA8082140          SBAB Record 10
PFI0_SBABRECORD11 0xA8082160          SBAB Record 11
PFI0_SBABRECORD12 0xA8082180          SBAB Record 12
PFI0_SBABRECORD13 0xA80821A0          SBAB Record 13
PFI0_SBABRECORD14 0xA80821C0          SBAB Record 14
PFI0_SBABRECORD15 0xA80821E0          SBAB Record 15
PFI0_SBABRECORD16 0xA8082200          SBAB Record 16
PFI0_DBABRECORD0 0xA8084000          DBAB Record 0
PFI0_DBABRECORD1 0xA8084020          DBAB Record 1
PFI0_MBABRECORD0 0xA8088000          MBAB Record 0
PFI0_ZBABRECORD0 0xA808C000          ZBAB Record 0
PFI0_ZBABRECORD1 0xA808C020          ZBAB Record 1
PFI0_ZBABRECORD2 0xA808C040          ZBAB Record 2
PFI0_ZBABRECORD3 0xA808C060          ZBAB Record 3
PFI1_ECCR       0xA8380000          ECC Read Register
PFI1_ECCS       0xA8380020          ECC Status Register
PFI1_SBABRECORD0 0xA8382000          SBAB Record 0
PFI1_SBABRECORD1 0xA8382020          SBAB Record 1
PFI1_SBABRECORD2 0xA8382040          SBAB Record 2
PFI1_SBABRECORD3 0xA8382060          SBAB Record 3
PFI1_SBABRECORD4 0xA8382080          SBAB Record 4
PFI1_SBABRECORD5 0xA83820A0          SBAB Record 5
PFI1_SBABRECORD6 0xA83820C0          SBAB Record 6
PFI1_SBABRECORD7 0xA83820E0          SBAB Record 7
PFI1_SBABRECORD8 0xA8382100          SBAB Record 8
PFI1_SBABRECORD9 0xA8382120          SBAB Record 9
PFI1_SBABRECORD10 0xA8382140          SBAB Record 10
PFI1_SBABRECORD11 0xA8382160          SBAB Record 11
PFI1_SBABRECORD12 0xA8382180          SBAB Record 12
PFI1_SBABRECORD13 0xA83821A0          SBAB Record 13
PFI1_SBABRECORD14 0xA83821C0          SBAB Record 14
PFI1_SBABRECORD15 0xA83821E0          SBAB Record 15
PFI1_SBABRECORD16 0xA8382200          SBAB Record 16
PFI1_DBABRECORD0 0xA8384000          DBAB Record 0
PFI1_DBABRECORD1 0xA8384020          DBAB Record 1
PFI1_MBABRECORD0 0xA8388000          MBAB Record 0
PFI1_ZBABRECORD0 0xA838C000          ZBAB Record 0
PFI1_ZBABRECORD1 0xA838C020          ZBAB Record 1
PFI1_ZBABRECORD2 0xA838C040          ZBAB Record 2
PFI1_ZBABRECORD3 0xA838C060          ZBAB Record 3
FCE_CLC         0xF0000000          Clock Control Register
FCE_ID          0xF0000008          Module Identification Register
FCE_CHSTS       0xF0000020          Channels Status Register
FCE_KRSTCLR     0xF00000EC          Kernel Reset Status Clear Register
FCE_KRST1       0xF00000F0          Kernel Reset Register 1
FCE_KRST0       0xF00000F4          Kernel Reset Register 0
FCE_ACCEN1      0xF00000F8          Access Enable Register 1
FCE_ACCEN0      0xF00000FC          Access Enable Register 0
FCE_IR0         0xF0000100          Input Register 0
FCE_RES0        0xF0000104          CRC Result Register 0
FCE_CFG0        0xF0000108          CRC Configuration Register 0
FCE_STS0        0xF000010C          CRC Status Register 0
FCE_LENGTH0     0xF0000110          CRC Length Register 0
FCE_CHECK0      0xF0000114          CRC Check Register 0
FCE_CRC0        0xF0000118          CRC Regsister 0
FCE_CTR0        0xF000011C          CRC Test Register 0
FCE_IR1         0xF0000120          Input Register 1
FCE_RES1        0xF0000124          CRC Result Register 1
FCE_CFG1        0xF0000128          CRC Configuration Register 1
FCE_STS1        0xF000012C          CRC Status Register 1
FCE_LENGTH1     0xF0000130          CRC Length Register 1
FCE_CHECK1      0xF0000134          CRC Check Register 1
FCE_CRC1        0xF0000138          CRC Regsister 1
FCE_CTR1        0xF000013C          CRC Test Register 1
FCE_IR2         0xF0000140          Input Register 2
FCE_RES2        0xF0000144          CRC Result Register 2
FCE_CFG2        0xF0000148          CRC Configuration Register 2
FCE_STS2        0xF000014C          CRC Status Register 2
FCE_LENGTH2     0xF0000150          CRC Length Register 2
FCE_CHECK2      0xF0000154          CRC Check Register 2
FCE_CRC2        0xF0000158          CRC Regsister 2
FCE_CTR2        0xF000015C          CRC Test Register 2
FCE_IR3         0xF0000160          Input Register 3
FCE_RES3        0xF0000164          CRC Result Register 3
FCE_CFG3        0xF0000168          CRC Configuration Register 3
FCE_STS3        0xF000016C          CRC Status Register 3
FCE_LENGTH3     0xF0000170          CRC Length Register 3
FCE_CHECK3      0xF0000174          CRC Check Register 3
FCE_CRC3        0xF0000178          CRC Regsister 3
FCE_CTR3        0xF000017C          CRC Test Register 3
FCE_IR4         0xF0000180          Input Register 4
FCE_RES4        0xF0000184          CRC Result Register 4
FCE_CFG4        0xF0000188          CRC Configuration Register 4
FCE_STS4        0xF000018C          CRC Status Register 4
FCE_LENGTH4     0xF0000190          CRC Length Register 4
FCE_CHECK4      0xF0000194          CRC Check Register 4
FCE_CRC4        0xF0000198          CRC Regsister 4
FCE_CTR4        0xF000019C          CRC Test Register 4
FCE_IR5         0xF00001A0          Input Register 5
FCE_RES5        0xF00001A4          CRC Result Register 5
FCE_CFG5        0xF00001A8          CRC Configuration Register 5
FCE_STS5        0xF00001AC          CRC Status Register 5
FCE_LENGTH5     0xF00001B0          CRC Length Register 5
FCE_CHECK5      0xF00001B4          CRC Check Register 5
FCE_CRC5        0xF00001B8          CRC Regsister 5
FCE_CTR5        0xF00001BC          CRC Test Register 5
FCE_IR6         0xF00001C0          Input Register 6
FCE_RES6        0xF00001C4          CRC Result Register 6
FCE_CFG6        0xF00001C8          CRC Configuration Register 6
FCE_STS6        0xF00001CC          CRC Status Register 6
FCE_LENGTH6     0xF00001D0          CRC Length Register 6
FCE_CHECK6      0xF00001D4          CRC Check Register 6
FCE_CRC6        0xF00001D8          CRC Regsister 6
FCE_CTR6        0xF00001DC          CRC Test Register 6
FCE_IR7         0xF00001E0          Input Register 7
FCE_RES7        0xF00001E4          CRC Result Register 7
FCE_CFG7        0xF00001E8          CRC Configuration Register 7
FCE_STS7        0xF00001EC          CRC Status Register 7
FCE_LENGTH7     0xF00001F0          CRC Length Register 7
FCE_CHECK7      0xF00001F4          CRC Check Register 7
FCE_CRC7        0xF00001F8          CRC Regsister 7
FCE_CTR7        0xF00001FC          CRC Test Register 7
CBS_JDPID       0xF0000408          Module Identification Register
CBS_OIFM        0xF000040C          OCDS Interface Mode Register
CBS_TIPR        0xF0000410          TG Input Pins Routing
CBS_TOPR        0xF0000414          TG Output Pins Routing
CBS_TOPPS       0xF0000418          TG Output Pins Pulse Stretcher
CBS_TCIP        0xF000041C          TG Capture for TG Input Pins
CBS_TRC0        0xF0000420          TG Routing for CPU0
CBS_TRC1        0xF0000424          TG Routing for CPU1
CBS_TRC2        0xF0000428          TG Routing for CPU2
CBS_TRC3        0xF000042C          TG Routing for CPU3
CBS_TRC4        0xF0000430          TG Routing for CPU4
CBS_TRC5        0xF0000434          TG Routing for CPU5
CBS_TRHSM       0xF0000438          TG Routing for HSMControl
CBS_TRMC        0xF000043C          TG Routing for MCDS Control
CBS_TLCC0       0xF0000440          TG Line Counter Control
CBS_TLCC1       0xF0000444          TG Line Counter Control
CBS_TLCV0       0xF0000450          TG Line Counter Value
CBS_TLCV1       0xF0000454          TG Line Counter Value
CBS_TRSS        0xF0000460          TG Routing for Special Signals
CBS_JTAGID      0xF0000464          JTAGDevice Identification Register
CBS_COMDATA     0xF0000468          Communication Mode Data Register
CBS_IOSR        0xF000046C          IOClientStatus and Control Register
CBS_TLS         0xF0000470          TG Line State
CBS_TCTL        0xF0000474          TG Capture for TG Lines
CBS_OEC         0xF0000478          OCDS Enable Control Register
CBS_OCNTRL      0xF000047C          OSCU Control Register
CBS_OSTATE      0xF0000480          OSCUStatus Register
CBS_INTMOD      0xF0000484          Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488          Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C          Internally Controlled Trace Destination Register
CBS_TLC         0xF0000490          TG Line Control
CBS_TL1ST       0xF0000494          TG Line 1 Suspend Targets
CBS_TLCHE       0xF0000498          TG Line Capture and Hold Enable
CBS_TLCHS       0xF000049C          TG Line Capture and Hold Clear
CBS_TRIGS       0xF00004A0          Set Trigger to Host Register
CBS_TRIGC       0xF00004A4          Clear Trigger to Host Register
CBS_TLT         0xF00004A8          TG Line Timer
CBS_TLTTH       0xF00004AC          TG Lines for Trigger to Host
CBS_TCCB        0xF00004B0          TG Capture for Cores - BRKOUT
CBS_TCCH        0xF00004B4          TG Capture for Cores - HALT
CBS_TCTGB       0xF00004B8          TG Capture for OTGB0/1
CBS_TCM         0xF00004BC          TG Capture for MCDS
CBS_TREC0       0xF00004C0          TG Routing Events of CPU0
CBS_TREC1       0xF00004C4          TG Routing Events of CPU1
CBS_TREC2       0xF00004C8          TG Routing Events of CPU2
CBS_TREC3       0xF00004CC          TG Routing Events of CPU3
CBS_TREC4       0xF00004D0          TG Routing Events of CPU4
CBS_TREC5       0xF00004D4          TG Routing Events of CPU5
CBS_TRMT        0xF00004DC          TG Routing for MCDS Triggers
CBS_TRTGB0L     0xF00004E0          TG Routing for OTGB0 Bits [7:0]
CBS_TRTGB0H     0xF00004E4          TG Routing for OTGB0 Bits [15:8]
CBS_TRTGB1L     0xF00004E8          TG Routing for OTGB1 Bits [7:0]
CBS_TRTGB1H     0xF00004EC          TG Routing for OTGB1 Bits [15:8]
CBS_IFSA        0xF00004F0          IFS Address Register
CBS_IFSC        0xF00004F4          IFS Control Register
CBS_TRIG0       0xF0000500          Trigger to Host Register 0
CBS_TRIG1       0xF0000504          Trigger to Host Register 1
CBS_TRIG2       0xF0000508          Trigger to Host Register 2
CBS_TRIG3       0xF000050C          Trigger to Host Register 3
CBS_TRIG4       0xF0000510          Trigger to Host Register 4
CBS_TRIG5       0xF0000514          Trigger to Host Register 5
CBS_ACCEN1      0xF00005F8          Access Enable Register 1
CBS_ACCEN0      0xF00005FC          Access Enable Register 0
ASCLIN0_CLC     0xF0000600          Clock Control Register
ASCLIN0_IOCR    0xF0000604          Input and Output Control Register
ASCLIN0_ID      0xF0000608          Module Identification Register
ASCLIN0_TXFIFOCON 0xF000060C          TX FIFO Configuration Register
ASCLIN0_RXFIFOCON 0xF0000610          RX FIFO Configuration Register
ASCLIN0_BITCON  0xF0000614          Bit Configuration Register
ASCLIN0_FRAMECON 0xF0000618          Frame Control Register
ASCLIN0_DATCON  0xF000061C          Data Configuration Register
ASCLIN0_BRG     0xF0000620          Baud Rate Generation Register
ASCLIN0_BRD     0xF0000624          Baud Rate Detection Register
ASCLIN0_LINCON  0xF0000628          LIN Control Register
ASCLIN0_LINBTIMER 0xF000062C          LIN Break Timer Register
ASCLIN0_LINHTIMER 0xF0000630          LIN Header Timer Register
ASCLIN0_FLAGS   0xF0000634          Flags Register
ASCLIN0_FLAGSSET 0xF0000638          Flags Set Register
ASCLIN0_FLAGSCLEAR 0xF000063C          Flags Clear Register
ASCLIN0_FLAGSENABLE 0xF0000640          Flags Enable Register
ASCLIN0_TXDATA  0xF0000644          Transmit Data Register
ASCLIN0_RXDATA  0xF0000648          Receive Data Register
ASCLIN0_CSR     0xF000064C          Clock Selection Register
ASCLIN0_RXDATAD 0xF0000650          Receive Data Debug Register
ASCLIN0_OCS     0xF00006E8          OCDS Control and Status
ASCLIN0_KRSTCLR 0xF00006EC          Kernel Reset Status Clear Register
ASCLIN0_KRST1   0xF00006F0          Kernel Reset Register 1
ASCLIN0_KRST0   0xF00006F4          Kernel Reset Register 0
ASCLIN0_ACCEN0  0xF00006FC          Access Enable Register 0
ASCLIN1_CLC     0xF0000700          Clock Control Register
ASCLIN1_IOCR    0xF0000704          Input and Output Control Register
ASCLIN1_ID      0xF0000708          Module Identification Register
ASCLIN1_TXFIFOCON 0xF000070C          TX FIFO Configuration Register
ASCLIN1_RXFIFOCON 0xF0000710          RX FIFO Configuration Register
ASCLIN1_BITCON  0xF0000714          Bit Configuration Register
ASCLIN1_FRAMECON 0xF0000718          Frame Control Register
ASCLIN1_DATCON  0xF000071C          Data Configuration Register
ASCLIN1_BRG     0xF0000720          Baud Rate Generation Register
ASCLIN1_BRD     0xF0000724          Baud Rate Detection Register
ASCLIN1_LINCON  0xF0000728          LIN Control Register
ASCLIN1_LINBTIMER 0xF000072C          LIN Break Timer Register
ASCLIN1_LINHTIMER 0xF0000730          LIN Header Timer Register
ASCLIN1_FLAGS   0xF0000734          Flags Register
ASCLIN1_FLAGSSET 0xF0000738          Flags Set Register
ASCLIN1_FLAGSCLEAR 0xF000073C          Flags Clear Register
ASCLIN1_FLAGSENABLE 0xF0000740          Flags Enable Register
ASCLIN1_TXDATA  0xF0000744          Transmit Data Register
ASCLIN1_RXDATA  0xF0000748          Receive Data Register
ASCLIN1_CSR     0xF000074C          Clock Selection Register
ASCLIN1_RXDATAD 0xF0000750          Receive Data Debug Register
ASCLIN1_OCS     0xF00007E8          OCDS Control and Status
ASCLIN1_KRSTCLR 0xF00007EC          Kernel Reset Status Clear Register
ASCLIN1_KRST1   0xF00007F0          Kernel Reset Register 1
ASCLIN1_KRST0   0xF00007F4          Kernel Reset Register 0
ASCLIN1_ACCEN0  0xF00007FC          Access Enable Register 0
ASCLIN2_CLC     0xF0000800          Clock Control Register
ASCLIN2_IOCR    0xF0000804          Input and Output Control Register
ASCLIN2_ID      0xF0000808          Module Identification Register
ASCLIN2_TXFIFOCON 0xF000080C          TX FIFO Configuration Register
ASCLIN2_RXFIFOCON 0xF0000810          RX FIFO Configuration Register
ASCLIN2_BITCON  0xF0000814          Bit Configuration Register
ASCLIN2_FRAMECON 0xF0000818          Frame Control Register
ASCLIN2_DATCON  0xF000081C          Data Configuration Register
ASCLIN2_BRG     0xF0000820          Baud Rate Generation Register
ASCLIN2_BRD     0xF0000824          Baud Rate Detection Register
ASCLIN2_LINCON  0xF0000828          LIN Control Register
ASCLIN2_LINBTIMER 0xF000082C          LIN Break Timer Register
ASCLIN2_LINHTIMER 0xF0000830          LIN Header Timer Register
ASCLIN2_FLAGS   0xF0000834          Flags Register
ASCLIN2_FLAGSSET 0xF0000838          Flags Set Register
ASCLIN2_FLAGSCLEAR 0xF000083C          Flags Clear Register
ASCLIN2_FLAGSENABLE 0xF0000840          Flags Enable Register
ASCLIN2_TXDATA  0xF0000844          Transmit Data Register
ASCLIN2_RXDATA  0xF0000848          Receive Data Register
ASCLIN2_CSR     0xF000084C          Clock Selection Register
ASCLIN2_RXDATAD 0xF0000850          Receive Data Debug Register
ASCLIN2_OCS     0xF00008E8          OCDS Control and Status
ASCLIN2_KRSTCLR 0xF00008EC          Kernel Reset Status Clear Register
ASCLIN2_KRST1   0xF00008F0          Kernel Reset Register 1
ASCLIN2_KRST0   0xF00008F4          Kernel Reset Register 0
ASCLIN2_ACCEN0  0xF00008FC          Access Enable Register 0
ASCLIN3_CLC     0xF0000900          Clock Control Register
ASCLIN3_IOCR    0xF0000904          Input and Output Control Register
ASCLIN3_ID      0xF0000908          Module Identification Register
ASCLIN3_TXFIFOCON 0xF000090C          TX FIFO Configuration Register
ASCLIN3_RXFIFOCON 0xF0000910          RX FIFO Configuration Register
ASCLIN3_BITCON  0xF0000914          Bit Configuration Register
ASCLIN3_FRAMECON 0xF0000918          Frame Control Register
ASCLIN3_DATCON  0xF000091C          Data Configuration Register
ASCLIN3_BRG     0xF0000920          Baud Rate Generation Register
ASCLIN3_BRD     0xF0000924          Baud Rate Detection Register
ASCLIN3_LINCON  0xF0000928          LIN Control Register
ASCLIN3_LINBTIMER 0xF000092C          LIN Break Timer Register
ASCLIN3_LINHTIMER 0xF0000930          LIN Header Timer Register
ASCLIN3_FLAGS   0xF0000934          Flags Register
ASCLIN3_FLAGSSET 0xF0000938          Flags Set Register
ASCLIN3_FLAGSCLEAR 0xF000093C          Flags Clear Register
ASCLIN3_FLAGSENABLE 0xF0000940          Flags Enable Register
ASCLIN3_TXDATA  0xF0000944          Transmit Data Register
ASCLIN3_RXDATA  0xF0000948          Receive Data Register
ASCLIN3_CSR     0xF000094C          Clock Selection Register
ASCLIN3_RXDATAD 0xF0000950          Receive Data Debug Register
ASCLIN3_OCS     0xF00009E8          OCDS Control and Status
ASCLIN3_KRSTCLR 0xF00009EC          Kernel Reset Status Clear Register
ASCLIN3_KRST1   0xF00009F0          Kernel Reset Register 1
ASCLIN3_KRST0   0xF00009F4          Kernel Reset Register 0
ASCLIN3_ACCEN0  0xF00009FC          Access Enable Register 0
STM0_CLC        0xF0001000          Clock Control Register
STM0_ID         0xF0001008          Module Identification Register
STM0_TIM0       0xF0001010          Timer Register 0
STM0_TIM1       0xF0001014          Timer Register 1
STM0_TIM2       0xF0001018          Timer Register 2
STM0_TIM3       0xF000101C          Timer Register 3
STM0_TIM4       0xF0001020          Timer Register 4
STM0_TIM5       0xF0001024          Timer Register 5
STM0_TIM6       0xF0001028          Timer Register 6
STM0_CAP        0xF000102C          Timer Capture Register
STM0_CMP0       0xF0001030          Compare Register 0
STM0_CMP1       0xF0001034          Compare Register 1
STM0_CMCON      0xF0001038          Compare Match Control Register
STM0_ICR        0xF000103C          Interrupt Control Register
STM0_ISCR       0xF0001040          Interrupt Set/Clear Register
STM0_TIM0SV     0xF0001050          Timer Register 0 Second View
STM0_CAPSV      0xF0001054          Timer Capture Register Second View
STM0_OCS        0xF00010E8          OCDS Control and Status Register
STM0_KRSTCLR    0xF00010EC          Kernel Reset Status Clear Register
STM0_KRST1      0xF00010F0          Kernel Reset Register 1
STM0_KRST0      0xF00010F4          Kernel Reset Register 0
STM0_ACCEN1     0xF00010F8          Access Enable Register 1
STM0_ACCEN0     0xF00010FC          Access Enable Register 0
STM1_CLC        0xF0001100          Clock Control Register
STM1_ID         0xF0001108          Module Identification Register
STM1_TIM0       0xF0001110          Timer Register 0
STM1_TIM1       0xF0001114          Timer Register 1
STM1_TIM2       0xF0001118          Timer Register 2
STM1_TIM3       0xF000111C          Timer Register 3
STM1_TIM4       0xF0001120          Timer Register 4
STM1_TIM5       0xF0001124          Timer Register 5
STM1_TIM6       0xF0001128          Timer Register 6
STM1_CAP        0xF000112C          Timer Capture Register
STM1_CMP0       0xF0001130          Compare Register 0
STM1_CMP1       0xF0001134          Compare Register 1
STM1_CMCON      0xF0001138          Compare Match Control Register
STM1_ICR        0xF000113C          Interrupt Control Register
STM1_ISCR       0xF0001140          Interrupt Set/Clear Register
STM1_TIM0SV     0xF0001150          Timer Register 0 Second View
STM1_CAPSV      0xF0001154          Timer Capture Register Second View
STM1_OCS        0xF00011E8          OCDS Control and Status Register
STM1_KRSTCLR    0xF00011EC          Kernel Reset Status Clear Register
STM1_KRST1      0xF00011F0          Kernel Reset Register 1
STM1_KRST0      0xF00011F4          Kernel Reset Register 0
STM1_ACCEN1     0xF00011F8          Access Enable Register 1
STM1_ACCEN0     0xF00011FC          Access Enable Register 0
STM2_CLC        0xF0001200          Clock Control Register
STM2_ID         0xF0001208          Module Identification Register
STM2_TIM0       0xF0001210          Timer Register 0
STM2_TIM1       0xF0001214          Timer Register 1
STM2_TIM2       0xF0001218          Timer Register 2
STM2_TIM3       0xF000121C          Timer Register 3
STM2_TIM4       0xF0001220          Timer Register 4
STM2_TIM5       0xF0001224          Timer Register 5
STM2_TIM6       0xF0001228          Timer Register 6
STM2_CAP        0xF000122C          Timer Capture Register
STM2_CMP0       0xF0001230          Compare Register 0
STM2_CMP1       0xF0001234          Compare Register 1
STM2_CMCON      0xF0001238          Compare Match Control Register
STM2_ICR        0xF000123C          Interrupt Control Register
STM2_ISCR       0xF0001240          Interrupt Set/Clear Register
STM2_TIM0SV     0xF0001250          Timer Register 0 Second View
STM2_CAPSV      0xF0001254          Timer Capture Register Second View
STM2_OCS        0xF00012E8          OCDS Control and Status Register
STM2_KRSTCLR    0xF00012EC          Kernel Reset Status Clear Register
STM2_KRST1      0xF00012F0          Kernel Reset Register 1
STM2_KRST0      0xF00012F4          Kernel Reset Register 0
STM2_ACCEN1     0xF00012F8          Access Enable Register 1
STM2_ACCEN0     0xF00012FC          Access Enable Register 0
GPT120_CLC      0xF0001800          Clock Control Register
GPT120_PISEL    0xF0001804          Port Input Select Register
GPT120_ID       0xF0001808          Identification Register
GPT120_T2CON    0xF0001810          Timer T2 Control Register
GPT120_T3CON    0xF0001814          Timer T3 Control Register
GPT120_T4CON    0xF0001818          Timer T4 Control Register
GPT120_T5CON    0xF000181C          Timer T5 Control Register
GPT120_T6CON    0xF0001820          Timer T6 Control Register
GPT120_CAPREL   0xF0001830          Capture and Reload Register
GPT120_T2       0xF0001834          Timer T2 Register
GPT120_T3       0xF0001838          Timer T3 Register
GPT120_T4       0xF000183C          Timer T4 Register
GPT120_T5       0xF0001840          Timer T5 Register
GPT120_T6       0xF0001844          Timer T6 Register
GPT120_OCS      0xF00018E8          OCDS Control and Status Register
GPT120_KRSTCLR  0xF00018EC          Kernel Reset Status Clear Register
GPT120_KRST1    0xF00018F0          Kernel Reset Register 1
GPT120_KRST0    0xF00018F4          Kernel Reset Register 0
GPT120_ACCEN0   0xF00018FC          Access Enable Register 0
QSPI0_CLC       0xF0001C00          Clock Control Register
QSPI0_PISEL     0xF0001C04          Port Input Select Register
QSPI0_ID        0xF0001C08          Module Identification Register
QSPI0_GLOBALCON 0xF0001C10          Global Configuration Register
QSPI0_GLOBALCON1 0xF0001C14          Global Configuration Register 1
QSPI0_BACON     0xF0001C18          Basic Configuration Register
QSPI0_ECON0     0xF0001C20          Configuration Extension 0
QSPI0_ECON1     0xF0001C24          Configuration Extension 1
QSPI0_ECON2     0xF0001C28          Configuration Extension 2
QSPI0_ECON3     0xF0001C2C          Configuration Extension 3
QSPI0_ECON4     0xF0001C30          Configuration Extension 4
QSPI0_ECON5     0xF0001C34          Configuration Extension 5
QSPI0_ECON6     0xF0001C38          Configuration Extension 6
QSPI0_ECON7     0xF0001C3C          Configuration Extension 7
QSPI0_STATUS    0xF0001C40          Status Register
QSPI0_STATUS1   0xF0001C44          Status Register 1
QSPI0_SSOC      0xF0001C48          Slave Select Output Control Register
QSPI0_FLAGSCLEAR 0xF0001C54          Flags Clear Register
QSPI0_XXLCON    0xF0001C58          Extra Large Data Configuration Register
QSPI0_MIXENTRY  0xF0001C5C          MIX_ENTRY Register
QSPI0_BACONENTRY 0xF0001C60          BACON_ENTRY Register
QSPI0_DATAENTRY0 0xF0001C64          DATA_ENTRY Register 0
QSPI0_DATAENTRY1 0xF0001C68          DATA_ENTRY Register 1
QSPI0_DATAENTRY2 0xF0001C6C          DATA_ENTRY Register 2
QSPI0_DATAENTRY3 0xF0001C70          DATA_ENTRY Register 3
QSPI0_DATAENTRY4 0xF0001C74          DATA_ENTRY Register 4
QSPI0_DATAENTRY5 0xF0001C78          DATA_ENTRY Register 5
QSPI0_DATAENTRY6 0xF0001C7C          DATA_ENTRY Register 6
QSPI0_DATAENTRY7 0xF0001C80          DATA_ENTRY Register 7
QSPI0_RXEXIT    0xF0001C90          RX_EXIT Register
QSPI0_RXEXITD   0xF0001C94          RX_EXIT Debug Register
QSPI0_MC        0xF0001CA4          Move Counter Register
QSPI0_MCCON     0xF0001CA8          Move Counter control Register
QSPI0_OCS       0xF0001CE8          OCDS Control and Status
QSPI0_KRSTCLR   0xF0001CEC          Kernel Reset Status Clear Register
QSPI0_KRST1     0xF0001CF0          Kernel Reset Register 1
QSPI0_KRST0     0xF0001CF4          Kernel Reset Register 0
QSPI0_ACCEN1    0xF0001CF8          Access Enable Register 1
QSPI0_ACCEN0    0xF0001CFC          Access Enable Register 0
QSPI1_CLC       0xF0001D00          Clock Control Register
QSPI1_PISEL     0xF0001D04          Port Input Select Register
QSPI1_ID        0xF0001D08          Module Identification Register
QSPI1_GLOBALCON 0xF0001D10          Global Configuration Register
QSPI1_GLOBALCON1 0xF0001D14          Global Configuration Register 1
QSPI1_BACON     0xF0001D18          Basic Configuration Register
QSPI1_ECON0     0xF0001D20          Configuration Extension 0
QSPI1_ECON1     0xF0001D24          Configuration Extension 1
QSPI1_ECON2     0xF0001D28          Configuration Extension 2
QSPI1_ECON3     0xF0001D2C          Configuration Extension 3
QSPI1_ECON4     0xF0001D30          Configuration Extension 4
QSPI1_ECON5     0xF0001D34          Configuration Extension 5
QSPI1_ECON6     0xF0001D38          Configuration Extension 6
QSPI1_ECON7     0xF0001D3C          Configuration Extension 7
QSPI1_STATUS    0xF0001D40          Status Register
QSPI1_STATUS1   0xF0001D44          Status Register 1
QSPI1_SSOC      0xF0001D48          Slave Select Output Control Register
QSPI1_FLAGSCLEAR 0xF0001D54          Flags Clear Register
QSPI1_XXLCON    0xF0001D58          Extra Large Data Configuration Register
QSPI1_MIXENTRY  0xF0001D5C          MIX_ENTRY Register
QSPI1_BACONENTRY 0xF0001D60          BACON_ENTRY Register
QSPI1_DATAENTRY0 0xF0001D64          DATA_ENTRY Register 0
QSPI1_DATAENTRY1 0xF0001D68          DATA_ENTRY Register 1
QSPI1_DATAENTRY2 0xF0001D6C          DATA_ENTRY Register 2
QSPI1_DATAENTRY3 0xF0001D70          DATA_ENTRY Register 3
QSPI1_DATAENTRY4 0xF0001D74          DATA_ENTRY Register 4
QSPI1_DATAENTRY5 0xF0001D78          DATA_ENTRY Register 5
QSPI1_DATAENTRY6 0xF0001D7C          DATA_ENTRY Register 6
QSPI1_DATAENTRY7 0xF0001D80          DATA_ENTRY Register 7
QSPI1_RXEXIT    0xF0001D90          RX_EXIT Register
QSPI1_RXEXITD   0xF0001D94          RX_EXIT Debug Register
QSPI1_MC        0xF0001DA4          Move Counter Register
QSPI1_MCCON     0xF0001DA8          Move Counter control Register
QSPI1_OCS       0xF0001DE8          OCDS Control and Status
QSPI1_KRSTCLR   0xF0001DEC          Kernel Reset Status Clear Register
QSPI1_KRST1     0xF0001DF0          Kernel Reset Register 1
QSPI1_KRST0     0xF0001DF4          Kernel Reset Register 0
QSPI1_ACCEN1    0xF0001DF8          Access Enable Register 1
QSPI1_ACCEN0    0xF0001DFC          Access Enable Register 0
QSPI2_CLC       0xF0001E00          Clock Control Register
QSPI2_PISEL     0xF0001E04          Port Input Select Register
QSPI2_ID        0xF0001E08          Module Identification Register
QSPI2_GLOBALCON 0xF0001E10          Global Configuration Register
QSPI2_GLOBALCON1 0xF0001E14          Global Configuration Register 1
QSPI2_BACON     0xF0001E18          Basic Configuration Register
QSPI2_ECON0     0xF0001E20          Configuration Extension 0
QSPI2_ECON1     0xF0001E24          Configuration Extension 1
QSPI2_ECON2     0xF0001E28          Configuration Extension 2
QSPI2_ECON3     0xF0001E2C          Configuration Extension 3
QSPI2_ECON4     0xF0001E30          Configuration Extension 4
QSPI2_ECON5     0xF0001E34          Configuration Extension 5
QSPI2_ECON6     0xF0001E38          Configuration Extension 6
QSPI2_ECON7     0xF0001E3C          Configuration Extension 7
QSPI2_STATUS    0xF0001E40          Status Register
QSPI2_STATUS1   0xF0001E44          Status Register 1
QSPI2_SSOC      0xF0001E48          Slave Select Output Control Register
QSPI2_FLAGSCLEAR 0xF0001E54          Flags Clear Register
QSPI2_XXLCON    0xF0001E58          Extra Large Data Configuration Register
QSPI2_MIXENTRY  0xF0001E5C          MIX_ENTRY Register
QSPI2_BACONENTRY 0xF0001E60          BACON_ENTRY Register
QSPI2_DATAENTRY0 0xF0001E64          DATA_ENTRY Register 0
QSPI2_DATAENTRY1 0xF0001E68          DATA_ENTRY Register 1
QSPI2_DATAENTRY2 0xF0001E6C          DATA_ENTRY Register 2
QSPI2_DATAENTRY3 0xF0001E70          DATA_ENTRY Register 3
QSPI2_DATAENTRY4 0xF0001E74          DATA_ENTRY Register 4
QSPI2_DATAENTRY5 0xF0001E78          DATA_ENTRY Register 5
QSPI2_DATAENTRY6 0xF0001E7C          DATA_ENTRY Register 6
QSPI2_DATAENTRY7 0xF0001E80          DATA_ENTRY Register 7
QSPI2_RXEXIT    0xF0001E90          RX_EXIT Register
QSPI2_RXEXITD   0xF0001E94          RX_EXIT Debug Register
QSPI2_CAPCON    0xF0001EA0          Capture Control Register
QSPI2_MC        0xF0001EA4          Move Counter Register
QSPI2_MCCON     0xF0001EA8          Move Counter control Register
QSPI2_OCS       0xF0001EE8          OCDS Control and Status
QSPI2_KRSTCLR   0xF0001EEC          Kernel Reset Status Clear Register
QSPI2_KRST1     0xF0001EF0          Kernel Reset Register 1
QSPI2_KRST0     0xF0001EF4          Kernel Reset Register 0
QSPI2_ACCEN1    0xF0001EF8          Access Enable Register 1
QSPI2_ACCEN0    0xF0001EFC          Access Enable Register 0
QSPI3_CLC       0xF0001F00          Clock Control Register
QSPI3_PISEL     0xF0001F04          Port Input Select Register
QSPI3_ID        0xF0001F08          Module Identification Register
QSPI3_GLOBALCON 0xF0001F10          Global Configuration Register
QSPI3_GLOBALCON1 0xF0001F14          Global Configuration Register 1
QSPI3_BACON     0xF0001F18          Basic Configuration Register
QSPI3_ECON0     0xF0001F20          Configuration Extension 0
QSPI3_ECON1     0xF0001F24          Configuration Extension 1
QSPI3_ECON2     0xF0001F28          Configuration Extension 2
QSPI3_ECON3     0xF0001F2C          Configuration Extension 3
QSPI3_ECON4     0xF0001F30          Configuration Extension 4
QSPI3_ECON5     0xF0001F34          Configuration Extension 5
QSPI3_ECON6     0xF0001F38          Configuration Extension 6
QSPI3_ECON7     0xF0001F3C          Configuration Extension 7
QSPI3_STATUS    0xF0001F40          Status Register
QSPI3_STATUS1   0xF0001F44          Status Register 1
QSPI3_SSOC      0xF0001F48          Slave Select Output Control Register
QSPI3_FLAGSCLEAR 0xF0001F54          Flags Clear Register
QSPI3_XXLCON    0xF0001F58          Extra Large Data Configuration Register
QSPI3_MIXENTRY  0xF0001F5C          MIX_ENTRY Register
QSPI3_BACONENTRY 0xF0001F60          BACON_ENTRY Register
QSPI3_DATAENTRY0 0xF0001F64          DATA_ENTRY Register 0
QSPI3_DATAENTRY1 0xF0001F68          DATA_ENTRY Register 1
QSPI3_DATAENTRY2 0xF0001F6C          DATA_ENTRY Register 2
QSPI3_DATAENTRY3 0xF0001F70          DATA_ENTRY Register 3
QSPI3_DATAENTRY4 0xF0001F74          DATA_ENTRY Register 4
QSPI3_DATAENTRY5 0xF0001F78          DATA_ENTRY Register 5
QSPI3_DATAENTRY6 0xF0001F7C          DATA_ENTRY Register 6
QSPI3_DATAENTRY7 0xF0001F80          DATA_ENTRY Register 7
QSPI3_RXEXIT    0xF0001F90          RX_EXIT Register
QSPI3_RXEXITD   0xF0001F94          RX_EXIT Debug Register
QSPI3_CAPCON    0xF0001FA0          Capture Control Register
QSPI3_MC        0xF0001FA4          Move Counter Register
QSPI3_MCCON     0xF0001FA8          Move Counter control Register
QSPI3_OCS       0xF0001FE8          OCDS Control and Status
QSPI3_KRSTCLR   0xF0001FEC          Kernel Reset Status Clear Register
QSPI3_KRST1     0xF0001FF0          Kernel Reset Register 1
QSPI3_KRST0     0xF0001FF4          Kernel Reset Register 0
QSPI3_ACCEN1    0xF0001FF8          Access Enable Register 1
QSPI3_ACCEN0    0xF0001FFC          Access Enable Register 0
CCU60_CLC       0xF0002A00          Clock Control Register
CCU60_MCFG      0xF0002A04          Module Configuration Register
CCU60_ID        0xF0002A08          Module Identification Register
CCU60_MOSEL     0xF0002A0C          CCU60 Module Output Select Register
CCU60_PISEL0    0xF0002A10          Port Input Select Register 0
CCU60_PISEL2    0xF0002A14          Port Input Select Register 2
CCU60_KSCSR     0xF0002A1C          Kernel State Control Sensitivity Register
CCU60_T12       0xF0002A20          Timer T12 Counter Register
CCU60_T12PR     0xF0002A24          Timer 12 Period Register
CCU60_T12DTC    0xF0002A28          Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0002A30          Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0002A34          Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0002A38          Capture/Compare Register for Channel CC62
CCU60_CC60SR    0xF0002A40          Capture/Compare Shadow Reg. for Channel CC60
CCU60_CC61SR    0xF0002A44          Capture/Compare Shadow Reg. for Channel CC61
CCU60_CC62SR    0xF0002A48          Capture/Compare Shadow Reg. for Channel CC62
CCU60_T13       0xF0002A50          Timer T13 Counter Register
CCU60_T13PR     0xF0002A54          Timer 13 Period Register
CCU60_CC63R     0xF0002A58          Compare Register for T13
CCU60_CC63SR    0xF0002A5C          Compare Shadow Register for T13
CCU60_CMPSTAT   0xF0002A60          Compare State Register
CCU60_CMPMODIF  0xF0002A64          Compare State Modification Register
CCU60_T12MSEL   0xF0002A68          T12 Mode Select Register
CCU60_TCTR0     0xF0002A70          Timer Control Register 0
CCU60_TCTR2     0xF0002A74          Timer Control Register 2
CCU60_TCTR4     0xF0002A78          Timer Control Register 4
CCU60_MODCTR    0xF0002A80          Modulation Control Register
CCU60_TRPCTR    0xF0002A84          Trap Control Register
CCU60_PSLR      0xF0002A88          Passive State Level Register
CCU60_MCMOUTS   0xF0002A8C          Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0002A90          Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0002A94          Multi-Channel Mode Control Register
CCU60_IMON      0xF0002A98          Input Monitoring Register
CCU60_LI        0xF0002A9C          Lost Indicator Register
CCU60_IS        0xF0002AA0          Interrupt Status Register
CCU60_ISS       0xF0002AA4          Interrupt Status Set Register
CCU60_ISR       0xF0002AA8          Interrupt Status Reset Register
CCU60_INP       0xF0002AAC          Interrupt Node Pointer Register
CCU60_IEN       0xF0002AB0          Interrupt Enable Register
CCU60_OCS       0xF0002AE8          OCDS Control and Status Register
CCU60_KRSTCLR   0xF0002AEC          Kernel Reset Status Clear Register
CCU60_KRST1     0xF0002AF0          Kernel Reset Register 1
CCU60_KRST0     0xF0002AF4          Kernel Reset Register 0
CCU60_ACCEN0    0xF0002AFC          Access Enable Register 0
CCU61_CLC       0xF0002B00          Clock Control Register
CCU61_MCFG      0xF0002B04          Module Configuration Register
CCU61_ID        0xF0002B08          Module Identification Register
CCU61_PISEL0    0xF0002B10          Port Input Select Register 0
CCU61_PISEL2    0xF0002B14          Port Input Select Register 2
CCU61_KSCSR     0xF0002B1C          Kernel State Control Sensitivity Register
CCU61_T12       0xF0002B20          Timer T12 Counter Register
CCU61_T12PR     0xF0002B24          Timer 12 Period Register
CCU61_T12DTC    0xF0002B28          Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0002B30          Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0002B34          Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0002B38          Capture/Compare Register for Channel CC62
CCU61_CC60SR    0xF0002B40          Capture/Compare Shadow Reg. for Channel CC60
CCU61_CC61SR    0xF0002B44          Capture/Compare Shadow Reg. for Channel CC61
CCU61_CC62SR    0xF0002B48          Capture/Compare Shadow Reg. for Channel CC62
CCU61_T13       0xF0002B50          Timer T13 Counter Register
CCU61_T13PR     0xF0002B54          Timer 13 Period Register
CCU61_CC63R     0xF0002B58          Compare Register for T13
CCU61_CC63SR    0xF0002B5C          Compare Shadow Register for T13
CCU61_CMPSTAT   0xF0002B60          Compare State Register
CCU61_CMPMODIF  0xF0002B64          Compare State Modification Register
CCU61_T12MSEL   0xF0002B68          T12 Mode Select Register
CCU61_TCTR0     0xF0002B70          Timer Control Register 0
CCU61_TCTR2     0xF0002B74          Timer Control Register 2
CCU61_TCTR4     0xF0002B78          Timer Control Register 4
CCU61_MODCTR    0xF0002B80          Modulation Control Register
CCU61_TRPCTR    0xF0002B84          Trap Control Register
CCU61_PSLR      0xF0002B88          Passive State Level Register
CCU61_MCMOUTS   0xF0002B8C          Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0002B90          Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0002B94          Multi-Channel Mode Control Register
CCU61_IMON      0xF0002B98          Input Monitoring Register
CCU61_LI        0xF0002B9C          Lost Indicator Register
CCU61_IS        0xF0002BA0          Interrupt Status Register
CCU61_ISS       0xF0002BA4          Interrupt Status Set Register
CCU61_ISR       0xF0002BA8          Interrupt Status Reset Register
CCU61_INP       0xF0002BAC          Interrupt Node Pointer Register
CCU61_IEN       0xF0002BB0          Interrupt Enable Register
CCU61_OCS       0xF0002BE8          OCDS Control and Status Register
CCU61_KRSTCLR   0xF0002BEC          Kernel Reset Status Clear Register
CCU61_KRST1     0xF0002BF0          Kernel Reset Register 1
CCU61_KRST0     0xF0002BF4          Kernel Reset Register 0
CCU61_ACCEN0    0xF0002BFC          Access Enable Register 0
DMA_CLC         0xF0010000          DMA Clock Control Register
DMA_ID          0xF0010008          DMA Identification Register
DMA_ACCEN00     0xF0010040          RP 0 Access Enable Register 0
DMA_ACCEN01     0xF0010044          RP 0 Access Enable Register 1
DMA_ACCEN10     0xF0010048          RP 1 Access Enable Register 0
DMA_ACCEN11     0xF001004C          RP 1 Access Enable Register 1
DMA_ACCEN20     0xF0010050          RP 2 Access Enable Register 0
DMA_ACCEN21     0xF0010054          RP 2 Access Enable Register 1
DMA_ACCEN30     0xF0010058          RP 3 Access Enable Register 0
DMA_ACCEN31     0xF001005C          RP 3 Access Enable Register 1
DMA_EER0        0xF0010120          ME 0 Enable Error Register
DMA_ERRSR0      0xF0010124          ME 0 Error Status Register
DMA_CLRE0       0xF0010128          ME 0 Clear Error Register
DMA_ME0SR       0xF0010130          ME 0 Status Register
DMA_ME00R       0xF0010140          ME 0 Read Register 0
DMA_ME01R       0xF0010144          ME 0 Read Register 1
DMA_ME02R       0xF0010148          ME 0 Read Register 2
DMA_ME03R       0xF001014C          ME 0 Read Register 3
DMA_ME04R       0xF0010150          ME 0 Read Register 4
DMA_ME05R       0xF0010154          ME 0 Read Register 5
DMA_ME06R       0xF0010158          ME 0 Read Register 6
DMA_ME07R       0xF001015C          ME 0 Read Register 7
DMA_ME0RDCRC    0xF0010180          ME 0 Channel Read Data CRC Register
DMA_ME0SDCRC    0xF0010184          ME 0 Channel Source and Destination Address CRC Register
DMA_ME0SADR     0xF0010188          ME 0 Channel Source Address Register
DMA_ME0DADR     0xF001018C          ME 0 Channel Destination Address Register
DMA_ME0ADICR    0xF0010190          ME 0 Channel Address and Interrupt Control Register
DMA_ME0CHCR     0xF0010194          ME 0 Channel Control Register
DMA_ME0SHADR    0xF0010198          ME 0 Channel Shadow Address Register
DMA_ME0CHSR     0xF001019C          ME 0 Channel Status Register
DMA_EER1        0xF0011120          ME 1 Enable Error Register
DMA_ERRSR1      0xF0011124          ME 1 Error Status Register
DMA_CLRE1       0xF0011128          ME 1 Clear Error Register
DMA_ME1SR       0xF0011130          ME 1 Status Register
DMA_ME10R       0xF0011140          ME 1 Read Register 0
DMA_ME11R       0xF0011144          ME 1 Read Register 1
DMA_ME12R       0xF0011148          ME 1 Read Register 2
DMA_ME13R       0xF001114C          ME 1 Read Register 3
DMA_ME14R       0xF0011150          ME 1 Read Register 4
DMA_ME15R       0xF0011154          ME 1 Read Register 5
DMA_ME16R       0xF0011158          ME 1 Read Register 6
DMA_ME17R       0xF001115C          ME 1 Read Register 7
DMA_ME1RDCRC    0xF0011180          ME 1 Channel Read Data CRC Register
DMA_ME1SDCRC    0xF0011184          ME 1 Channel Source and Destination Address CRC Register
DMA_ME1SADR     0xF0011188          ME 1 Channel Source Address Register
DMA_ME1DADR     0xF001118C          ME 1 Channel Destination Address Register
DMA_ME1ADICR    0xF0011190          ME 1 Channel Address and Interrupt Control Register
DMA_ME1CHCR     0xF0011194          ME 1 Channel Control Register
DMA_ME1SHADR    0xF0011198          ME 1 Channel Shadow Address Register
DMA_ME1CHSR     0xF001119C          ME 1 Channel Status Register
DMA_OTSS        0xF0011200          DMA OCDS Trigger Set Select
DMA_PRR0        0xF0011208          DMA Pattern Read Register 0
DMA_PRR1        0xF001120C          DMA Pattern Read Register 1
DMA_TIME        0xF0011210          DMA Time Register
DMA_MODE0       0xF0011300          RP 0 Mode Register
DMA_MODE1       0xF0011304          RP 1 Mode Register
DMA_MODE2       0xF0011308          RP 2 Mode Register
DMA_MODE3       0xF001130C          RP 3 Mode Register
DMA_ERRINTR0    0xF0011320          RP 0 Error Interrupt Set Register
DMA_ERRINTR1    0xF0011324          RP 1 Error Interrupt Set Register
DMA_ERRINTR2    0xF0011328          RP 2 Error Interrupt Set Register
DMA_ERRINTR3    0xF001132C          RP 3 Error Interrupt Set Register
DMA_HRR000      0xF0011800          DMA Channel 0 Resource Partition Register
DMA_HRR001      0xF0011804          DMA Channel 1 Resource Partition Register
DMA_HRR002      0xF0011808          DMA Channel 2 Resource Partition Register
DMA_HRR003      0xF001180C          DMA Channel 3 Resource Partition Register
DMA_HRR004      0xF0011810          DMA Channel 4 Resource Partition Register
DMA_HRR005      0xF0011814          DMA Channel 5 Resource Partition Register
DMA_HRR006      0xF0011818          DMA Channel 6 Resource Partition Register
DMA_HRR007      0xF001181C          DMA Channel 7 Resource Partition Register
DMA_HRR008      0xF0011820          DMA Channel 8 Resource Partition Register
DMA_HRR009      0xF0011824          DMA Channel 9 Resource Partition Register
DMA_HRR010      0xF0011828          DMA Channel 10 Resource Partition Register
DMA_HRR011      0xF001182C          DMA Channel 11 Resource Partition Register
DMA_HRR012      0xF0011830          DMA Channel 12 Resource Partition Register
DMA_HRR013      0xF0011834          DMA Channel 13 Resource Partition Register
DMA_HRR014      0xF0011838          DMA Channel 14 Resource Partition Register
DMA_HRR015      0xF001183C          DMA Channel 15 Resource Partition Register
DMA_HRR016      0xF0011840          DMA Channel 16 Resource Partition Register
DMA_HRR017      0xF0011844          DMA Channel 17 Resource Partition Register
DMA_HRR018      0xF0011848          DMA Channel 18 Resource Partition Register
DMA_HRR019      0xF001184C          DMA Channel 19 Resource Partition Register
DMA_HRR020      0xF0011850          DMA Channel 20 Resource Partition Register
DMA_HRR021      0xF0011854          DMA Channel 21 Resource Partition Register
DMA_HRR022      0xF0011858          DMA Channel 22 Resource Partition Register
DMA_HRR023      0xF001185C          DMA Channel 23 Resource Partition Register
DMA_HRR024      0xF0011860          DMA Channel 24 Resource Partition Register
DMA_HRR025      0xF0011864          DMA Channel 25 Resource Partition Register
DMA_HRR026      0xF0011868          DMA Channel 26 Resource Partition Register
DMA_HRR027      0xF001186C          DMA Channel 27 Resource Partition Register
DMA_HRR028      0xF0011870          DMA Channel 28 Resource Partition Register
DMA_HRR029      0xF0011874          DMA Channel 29 Resource Partition Register
DMA_HRR030      0xF0011878          DMA Channel 30 Resource Partition Register
DMA_HRR031      0xF001187C          DMA Channel 31 Resource Partition Register
DMA_HRR032      0xF0011880          DMA Channel 32 Resource Partition Register
DMA_HRR033      0xF0011884          DMA Channel 33 Resource Partition Register
DMA_HRR034      0xF0011888          DMA Channel 34 Resource Partition Register
DMA_HRR035      0xF001188C          DMA Channel 35 Resource Partition Register
DMA_HRR036      0xF0011890          DMA Channel 36 Resource Partition Register
DMA_HRR037      0xF0011894          DMA Channel 37 Resource Partition Register
DMA_HRR038      0xF0011898          DMA Channel 38 Resource Partition Register
DMA_HRR039      0xF001189C          DMA Channel 39 Resource Partition Register
DMA_HRR040      0xF00118A0          DMA Channel 40 Resource Partition Register
DMA_HRR041      0xF00118A4          DMA Channel 41 Resource Partition Register
DMA_HRR042      0xF00118A8          DMA Channel 42 Resource Partition Register
DMA_HRR043      0xF00118AC          DMA Channel 43 Resource Partition Register
DMA_HRR044      0xF00118B0          DMA Channel 44 Resource Partition Register
DMA_HRR045      0xF00118B4          DMA Channel 45 Resource Partition Register
DMA_HRR046      0xF00118B8          DMA Channel 46 Resource Partition Register
DMA_HRR047      0xF00118BC          DMA Channel 47 Resource Partition Register
DMA_HRR048      0xF00118C0          DMA Channel 48 Resource Partition Register
DMA_HRR049      0xF00118C4          DMA Channel 49 Resource Partition Register
DMA_HRR050      0xF00118C8          DMA Channel 50 Resource Partition Register
DMA_HRR051      0xF00118CC          DMA Channel 51 Resource Partition Register
DMA_HRR052      0xF00118D0          DMA Channel 52 Resource Partition Register
DMA_HRR053      0xF00118D4          DMA Channel 53 Resource Partition Register
DMA_HRR054      0xF00118D8          DMA Channel 54 Resource Partition Register
DMA_HRR055      0xF00118DC          DMA Channel 55 Resource Partition Register
DMA_HRR056      0xF00118E0          DMA Channel 56 Resource Partition Register
DMA_HRR057      0xF00118E4          DMA Channel 57 Resource Partition Register
DMA_HRR058      0xF00118E8          DMA Channel 58 Resource Partition Register
DMA_HRR059      0xF00118EC          DMA Channel 59 Resource Partition Register
DMA_HRR060      0xF00118F0          DMA Channel 60 Resource Partition Register
DMA_HRR061      0xF00118F4          DMA Channel 61 Resource Partition Register
DMA_HRR062      0xF00118F8          DMA Channel 62 Resource Partition Register
DMA_HRR063      0xF00118FC          DMA Channel 63 Resource Partition Register
DMA_SUSENR000   0xF0011A00          DMA Channel 0 Suspend Enable Register
DMA_SUSENR001   0xF0011A04          DMA Channel 1 Suspend Enable Register
DMA_SUSENR002   0xF0011A08          DMA Channel 2 Suspend Enable Register
DMA_SUSENR003   0xF0011A0C          DMA Channel 3 Suspend Enable Register
DMA_SUSENR004   0xF0011A10          DMA Channel 4 Suspend Enable Register
DMA_SUSENR005   0xF0011A14          DMA Channel 5 Suspend Enable Register
DMA_SUSENR006   0xF0011A18          DMA Channel 6 Suspend Enable Register
DMA_SUSENR007   0xF0011A1C          DMA Channel 7 Suspend Enable Register
DMA_SUSENR008   0xF0011A20          DMA Channel 8 Suspend Enable Register
DMA_SUSENR009   0xF0011A24          DMA Channel 9 Suspend Enable Register
DMA_SUSENR010   0xF0011A28          DMA Channel 10 Suspend Enable Register
DMA_SUSENR011   0xF0011A2C          DMA Channel 11 Suspend Enable Register
DMA_SUSENR012   0xF0011A30          DMA Channel 12 Suspend Enable Register
DMA_SUSENR013   0xF0011A34          DMA Channel 13 Suspend Enable Register
DMA_SUSENR014   0xF0011A38          DMA Channel 14 Suspend Enable Register
DMA_SUSENR015   0xF0011A3C          DMA Channel 15 Suspend Enable Register
DMA_SUSENR016   0xF0011A40          DMA Channel 16 Suspend Enable Register
DMA_SUSENR017   0xF0011A44          DMA Channel 17 Suspend Enable Register
DMA_SUSENR018   0xF0011A48          DMA Channel 18 Suspend Enable Register
DMA_SUSENR019   0xF0011A4C          DMA Channel 19 Suspend Enable Register
DMA_SUSENR020   0xF0011A50          DMA Channel 20 Suspend Enable Register
DMA_SUSENR021   0xF0011A54          DMA Channel 21 Suspend Enable Register
DMA_SUSENR022   0xF0011A58          DMA Channel 22 Suspend Enable Register
DMA_SUSENR023   0xF0011A5C          DMA Channel 23 Suspend Enable Register
DMA_SUSENR024   0xF0011A60          DMA Channel 24 Suspend Enable Register
DMA_SUSENR025   0xF0011A64          DMA Channel 25 Suspend Enable Register
DMA_SUSENR026   0xF0011A68          DMA Channel 26 Suspend Enable Register
DMA_SUSENR027   0xF0011A6C          DMA Channel 27 Suspend Enable Register
DMA_SUSENR028   0xF0011A70          DMA Channel 28 Suspend Enable Register
DMA_SUSENR029   0xF0011A74          DMA Channel 29 Suspend Enable Register
DMA_SUSENR030   0xF0011A78          DMA Channel 30 Suspend Enable Register
DMA_SUSENR031   0xF0011A7C          DMA Channel 31 Suspend Enable Register
DMA_SUSENR032   0xF0011A80          DMA Channel 32 Suspend Enable Register
DMA_SUSENR033   0xF0011A84          DMA Channel 33 Suspend Enable Register
DMA_SUSENR034   0xF0011A88          DMA Channel 34 Suspend Enable Register
DMA_SUSENR035   0xF0011A8C          DMA Channel 35 Suspend Enable Register
DMA_SUSENR036   0xF0011A90          DMA Channel 36 Suspend Enable Register
DMA_SUSENR037   0xF0011A94          DMA Channel 37 Suspend Enable Register
DMA_SUSENR038   0xF0011A98          DMA Channel 38 Suspend Enable Register
DMA_SUSENR039   0xF0011A9C          DMA Channel 39 Suspend Enable Register
DMA_SUSENR040   0xF0011AA0          DMA Channel 40 Suspend Enable Register
DMA_SUSENR041   0xF0011AA4          DMA Channel 41 Suspend Enable Register
DMA_SUSENR042   0xF0011AA8          DMA Channel 42 Suspend Enable Register
DMA_SUSENR043   0xF0011AAC          DMA Channel 43 Suspend Enable Register
DMA_SUSENR044   0xF0011AB0          DMA Channel 44 Suspend Enable Register
DMA_SUSENR045   0xF0011AB4          DMA Channel 45 Suspend Enable Register
DMA_SUSENR046   0xF0011AB8          DMA Channel 46 Suspend Enable Register
DMA_SUSENR047   0xF0011ABC          DMA Channel 47 Suspend Enable Register
DMA_SUSENR048   0xF0011AC0          DMA Channel 48 Suspend Enable Register
DMA_SUSENR049   0xF0011AC4          DMA Channel 49 Suspend Enable Register
DMA_SUSENR050   0xF0011AC8          DMA Channel 50 Suspend Enable Register
DMA_SUSENR051   0xF0011ACC          DMA Channel 51 Suspend Enable Register
DMA_SUSENR052   0xF0011AD0          DMA Channel 52 Suspend Enable Register
DMA_SUSENR053   0xF0011AD4          DMA Channel 53 Suspend Enable Register
DMA_SUSENR054   0xF0011AD8          DMA Channel 54 Suspend Enable Register
DMA_SUSENR055   0xF0011ADC          DMA Channel 55 Suspend Enable Register
DMA_SUSENR056   0xF0011AE0          DMA Channel 56 Suspend Enable Register
DMA_SUSENR057   0xF0011AE4          DMA Channel 57 Suspend Enable Register
DMA_SUSENR058   0xF0011AE8          DMA Channel 58 Suspend Enable Register
DMA_SUSENR059   0xF0011AEC          DMA Channel 59 Suspend Enable Register
DMA_SUSENR060   0xF0011AF0          DMA Channel 60 Suspend Enable Register
DMA_SUSENR061   0xF0011AF4          DMA Channel 61 Suspend Enable Register
DMA_SUSENR062   0xF0011AF8          DMA Channel 62 Suspend Enable Register
DMA_SUSENR063   0xF0011AFC          DMA Channel 63 Suspend Enable Register
DMA_SUSACR000   0xF0011C00          DMA Channel 0 Suspend Acknowledge Register
DMA_SUSACR001   0xF0011C04          DMA Channel 1 Suspend Acknowledge Register
DMA_SUSACR002   0xF0011C08          DMA Channel 2 Suspend Acknowledge Register
DMA_SUSACR003   0xF0011C0C          DMA Channel 3 Suspend Acknowledge Register
DMA_SUSACR004   0xF0011C10          DMA Channel 4 Suspend Acknowledge Register
DMA_SUSACR005   0xF0011C14          DMA Channel 5 Suspend Acknowledge Register
DMA_SUSACR006   0xF0011C18          DMA Channel 6 Suspend Acknowledge Register
DMA_SUSACR007   0xF0011C1C          DMA Channel 7 Suspend Acknowledge Register
DMA_SUSACR008   0xF0011C20          DMA Channel 8 Suspend Acknowledge Register
DMA_SUSACR009   0xF0011C24          DMA Channel 9 Suspend Acknowledge Register
DMA_SUSACR010   0xF0011C28          DMA Channel 10 Suspend Acknowledge Register
DMA_SUSACR011   0xF0011C2C          DMA Channel 11 Suspend Acknowledge Register
DMA_SUSACR012   0xF0011C30          DMA Channel 12 Suspend Acknowledge Register
DMA_SUSACR013   0xF0011C34          DMA Channel 13 Suspend Acknowledge Register
DMA_SUSACR014   0xF0011C38          DMA Channel 14 Suspend Acknowledge Register
DMA_SUSACR015   0xF0011C3C          DMA Channel 15 Suspend Acknowledge Register
DMA_SUSACR016   0xF0011C40          DMA Channel 16 Suspend Acknowledge Register
DMA_SUSACR017   0xF0011C44          DMA Channel 17 Suspend Acknowledge Register
DMA_SUSACR018   0xF0011C48          DMA Channel 18 Suspend Acknowledge Register
DMA_SUSACR019   0xF0011C4C          DMA Channel 19 Suspend Acknowledge Register
DMA_SUSACR020   0xF0011C50          DMA Channel 20 Suspend Acknowledge Register
DMA_SUSACR021   0xF0011C54          DMA Channel 21 Suspend Acknowledge Register
DMA_SUSACR022   0xF0011C58          DMA Channel 22 Suspend Acknowledge Register
DMA_SUSACR023   0xF0011C5C          DMA Channel 23 Suspend Acknowledge Register
DMA_SUSACR024   0xF0011C60          DMA Channel 24 Suspend Acknowledge Register
DMA_SUSACR025   0xF0011C64          DMA Channel 25 Suspend Acknowledge Register
DMA_SUSACR026   0xF0011C68          DMA Channel 26 Suspend Acknowledge Register
DMA_SUSACR027   0xF0011C6C          DMA Channel 27 Suspend Acknowledge Register
DMA_SUSACR028   0xF0011C70          DMA Channel 28 Suspend Acknowledge Register
DMA_SUSACR029   0xF0011C74          DMA Channel 29 Suspend Acknowledge Register
DMA_SUSACR030   0xF0011C78          DMA Channel 30 Suspend Acknowledge Register
DMA_SUSACR031   0xF0011C7C          DMA Channel 31 Suspend Acknowledge Register
DMA_SUSACR032   0xF0011C80          DMA Channel 32 Suspend Acknowledge Register
DMA_SUSACR033   0xF0011C84          DMA Channel 33 Suspend Acknowledge Register
DMA_SUSACR034   0xF0011C88          DMA Channel 34 Suspend Acknowledge Register
DMA_SUSACR035   0xF0011C8C          DMA Channel 35 Suspend Acknowledge Register
DMA_SUSACR036   0xF0011C90          DMA Channel 36 Suspend Acknowledge Register
DMA_SUSACR037   0xF0011C94          DMA Channel 37 Suspend Acknowledge Register
DMA_SUSACR038   0xF0011C98          DMA Channel 38 Suspend Acknowledge Register
DMA_SUSACR039   0xF0011C9C          DMA Channel 39 Suspend Acknowledge Register
DMA_SUSACR040   0xF0011CA0          DMA Channel 40 Suspend Acknowledge Register
DMA_SUSACR041   0xF0011CA4          DMA Channel 41 Suspend Acknowledge Register
DMA_SUSACR042   0xF0011CA8          DMA Channel 42 Suspend Acknowledge Register
DMA_SUSACR043   0xF0011CAC          DMA Channel 43 Suspend Acknowledge Register
DMA_SUSACR044   0xF0011CB0          DMA Channel 44 Suspend Acknowledge Register
DMA_SUSACR045   0xF0011CB4          DMA Channel 45 Suspend Acknowledge Register
DMA_SUSACR046   0xF0011CB8          DMA Channel 46 Suspend Acknowledge Register
DMA_SUSACR047   0xF0011CBC          DMA Channel 47 Suspend Acknowledge Register
DMA_SUSACR048   0xF0011CC0          DMA Channel 48 Suspend Acknowledge Register
DMA_SUSACR049   0xF0011CC4          DMA Channel 49 Suspend Acknowledge Register
DMA_SUSACR050   0xF0011CC8          DMA Channel 50 Suspend Acknowledge Register
DMA_SUSACR051   0xF0011CCC          DMA Channel 51 Suspend Acknowledge Register
DMA_SUSACR052   0xF0011CD0          DMA Channel 52 Suspend Acknowledge Register
DMA_SUSACR053   0xF0011CD4          DMA Channel 53 Suspend Acknowledge Register
DMA_SUSACR054   0xF0011CD8          DMA Channel 54 Suspend Acknowledge Register
DMA_SUSACR055   0xF0011CDC          DMA Channel 55 Suspend Acknowledge Register
DMA_SUSACR056   0xF0011CE0          DMA Channel 56 Suspend Acknowledge Register
DMA_SUSACR057   0xF0011CE4          DMA Channel 57 Suspend Acknowledge Register
DMA_SUSACR058   0xF0011CE8          DMA Channel 58 Suspend Acknowledge Register
DMA_SUSACR059   0xF0011CEC          DMA Channel 59 Suspend Acknowledge Register
DMA_SUSACR060   0xF0011CF0          DMA Channel 60 Suspend Acknowledge Register
DMA_SUSACR061   0xF0011CF4          DMA Channel 61 Suspend Acknowledge Register
DMA_SUSACR062   0xF0011CF8          DMA Channel 62 Suspend Acknowledge Register
DMA_SUSACR063   0xF0011CFC          DMA Channel 63 Suspend Acknowledge Register
DMA_TSR000      0xF0011E00          DMA Channel 0 Transaction State Register
DMA_TSR001      0xF0011E04          DMA Channel 1 Transaction State Register
DMA_TSR002      0xF0011E08          DMA Channel 2 Transaction State Register
DMA_TSR003      0xF0011E0C          DMA Channel 3 Transaction State Register
DMA_TSR004      0xF0011E10          DMA Channel 4 Transaction State Register
DMA_TSR005      0xF0011E14          DMA Channel 5 Transaction State Register
DMA_TSR006      0xF0011E18          DMA Channel 6 Transaction State Register
DMA_TSR007      0xF0011E1C          DMA Channel 7 Transaction State Register
DMA_TSR008      0xF0011E20          DMA Channel 8 Transaction State Register
DMA_TSR009      0xF0011E24          DMA Channel 9 Transaction State Register
DMA_TSR010      0xF0011E28          DMA Channel 10 Transaction State Register
DMA_TSR011      0xF0011E2C          DMA Channel 11 Transaction State Register
DMA_TSR012      0xF0011E30          DMA Channel 12 Transaction State Register
DMA_TSR013      0xF0011E34          DMA Channel 13 Transaction State Register
DMA_TSR014      0xF0011E38          DMA Channel 14 Transaction State Register
DMA_TSR015      0xF0011E3C          DMA Channel 15 Transaction State Register
DMA_TSR016      0xF0011E40          DMA Channel 16 Transaction State Register
DMA_TSR017      0xF0011E44          DMA Channel 17 Transaction State Register
DMA_TSR018      0xF0011E48          DMA Channel 18 Transaction State Register
DMA_TSR019      0xF0011E4C          DMA Channel 19 Transaction State Register
DMA_TSR020      0xF0011E50          DMA Channel 20 Transaction State Register
DMA_TSR021      0xF0011E54          DMA Channel 21 Transaction State Register
DMA_TSR022      0xF0011E58          DMA Channel 22 Transaction State Register
DMA_TSR023      0xF0011E5C          DMA Channel 23 Transaction State Register
DMA_TSR024      0xF0011E60          DMA Channel 24 Transaction State Register
DMA_TSR025      0xF0011E64          DMA Channel 25 Transaction State Register
DMA_TSR026      0xF0011E68          DMA Channel 26 Transaction State Register
DMA_TSR027      0xF0011E6C          DMA Channel 27 Transaction State Register
DMA_TSR028      0xF0011E70          DMA Channel 28 Transaction State Register
DMA_TSR029      0xF0011E74          DMA Channel 29 Transaction State Register
DMA_TSR030      0xF0011E78          DMA Channel 30 Transaction State Register
DMA_TSR031      0xF0011E7C          DMA Channel 31 Transaction State Register
DMA_TSR032      0xF0011E80          DMA Channel 32 Transaction State Register
DMA_TSR033      0xF0011E84          DMA Channel 33 Transaction State Register
DMA_TSR034      0xF0011E88          DMA Channel 34 Transaction State Register
DMA_TSR035      0xF0011E8C          DMA Channel 35 Transaction State Register
DMA_TSR036      0xF0011E90          DMA Channel 36 Transaction State Register
DMA_TSR037      0xF0011E94          DMA Channel 37 Transaction State Register
DMA_TSR038      0xF0011E98          DMA Channel 38 Transaction State Register
DMA_TSR039      0xF0011E9C          DMA Channel 39 Transaction State Register
DMA_TSR040      0xF0011EA0          DMA Channel 40 Transaction State Register
DMA_TSR041      0xF0011EA4          DMA Channel 41 Transaction State Register
DMA_TSR042      0xF0011EA8          DMA Channel 42 Transaction State Register
DMA_TSR043      0xF0011EAC          DMA Channel 43 Transaction State Register
DMA_TSR044      0xF0011EB0          DMA Channel 44 Transaction State Register
DMA_TSR045      0xF0011EB4          DMA Channel 45 Transaction State Register
DMA_TSR046      0xF0011EB8          DMA Channel 46 Transaction State Register
DMA_TSR047      0xF0011EBC          DMA Channel 47 Transaction State Register
DMA_TSR048      0xF0011EC0          DMA Channel 48 Transaction State Register
DMA_TSR049      0xF0011EC4          DMA Channel 49 Transaction State Register
DMA_TSR050      0xF0011EC8          DMA Channel 50 Transaction State Register
DMA_TSR051      0xF0011ECC          DMA Channel 51 Transaction State Register
DMA_TSR052      0xF0011ED0          DMA Channel 52 Transaction State Register
DMA_TSR053      0xF0011ED4          DMA Channel 53 Transaction State Register
DMA_TSR054      0xF0011ED8          DMA Channel 54 Transaction State Register
DMA_TSR055      0xF0011EDC          DMA Channel 55 Transaction State Register
DMA_TSR056      0xF0011EE0          DMA Channel 56 Transaction State Register
DMA_TSR057      0xF0011EE4          DMA Channel 57 Transaction State Register
DMA_TSR058      0xF0011EE8          DMA Channel 58 Transaction State Register
DMA_TSR059      0xF0011EEC          DMA Channel 59 Transaction State Register
DMA_TSR060      0xF0011EF0          DMA Channel 60 Transaction State Register
DMA_TSR061      0xF0011EF4          DMA Channel 61 Transaction State Register
DMA_TSR062      0xF0011EF8          DMA Channel 62 Transaction State Register
DMA_TSR063      0xF0011EFC          DMA Channel 63 Transaction State Register
DMA_RDCRCR000   0xF0012000          DMARAM Channel 0 Read Data CRC Register
DMA_SDCRCR000   0xF0012004          DMARAM Channel 0 Source and Destination Address CRC Register
DMA_SADR000     0xF0012008          DMARAM Channel 0 Source Address Register
DMA_DADR000     0xF001200C          DMARAM Channel 0 Destination Address Register
DMA_ADICR000    0xF0012010          DMARAM Channel 0 Address and Interrupt Control Register
DMA_CHCFGR000   0xF0012014          DMARAM Channel 0 Configuration Register
DMA_SHADR000    0xF0012018          DMARAM Channel 0 Shadow Address Register
DMA_CHCSR000    0xF001201C          DMARAM Channel 0 Control and Status Register
DMA_RDCRCR001   0xF0012020          DMARAM Channel 1 Read Data CRC Register
DMA_SDCRCR001   0xF0012024          DMARAM Channel 1 Source and Destination Address CRC Register
DMA_SADR001     0xF0012028          DMARAM Channel 1 Source Address Register
DMA_DADR001     0xF001202C          DMARAM Channel 1 Destination Address Register
DMA_ADICR001    0xF0012030          DMARAM Channel 1 Address and Interrupt Control Register
DMA_CHCFGR001   0xF0012034          DMARAM Channel 1 Configuration Register
DMA_SHADR001    0xF0012038          DMARAM Channel 1 Shadow Address Register
DMA_CHCSR001    0xF001203C          DMARAM Channel 1 Control and Status Register
DMA_RDCRCR002   0xF0012040          DMARAM Channel 2 Read Data CRC Register
DMA_SDCRCR002   0xF0012044          DMARAM Channel 2 Source and Destination Address CRC Register
DMA_SADR002     0xF0012048          DMARAM Channel 2 Source Address Register
DMA_DADR002     0xF001204C          DMARAM Channel 2 Destination Address Register
DMA_ADICR002    0xF0012050          DMARAM Channel 2 Address and Interrupt Control Register
DMA_CHCFGR002   0xF0012054          DMARAM Channel 2 Configuration Register
DMA_SHADR002    0xF0012058          DMARAM Channel 2 Shadow Address Register
DMA_CHCSR002    0xF001205C          DMARAM Channel 2 Control and Status Register
DMA_RDCRCR003   0xF0012060          DMARAM Channel 3 Read Data CRC Register
DMA_SDCRCR003   0xF0012064          DMARAM Channel 3 Source and Destination Address CRC Register
DMA_SADR003     0xF0012068          DMARAM Channel 3 Source Address Register
DMA_DADR003     0xF001206C          DMARAM Channel 3 Destination Address Register
DMA_ADICR003    0xF0012070          DMARAM Channel 3 Address and Interrupt Control Register
DMA_CHCFGR003   0xF0012074          DMARAM Channel 3 Configuration Register
DMA_SHADR003    0xF0012078          DMARAM Channel 3 Shadow Address Register
DMA_CHCSR003    0xF001207C          DMARAM Channel 3 Control and Status Register
DMA_RDCRCR004   0xF0012080          DMARAM Channel 4 Read Data CRC Register
DMA_SDCRCR004   0xF0012084          DMARAM Channel 4 Source and Destination Address CRC Register
DMA_SADR004     0xF0012088          DMARAM Channel 4 Source Address Register
DMA_DADR004     0xF001208C          DMARAM Channel 4 Destination Address Register
DMA_ADICR004    0xF0012090          DMARAM Channel 4 Address and Interrupt Control Register
DMA_CHCFGR004   0xF0012094          DMARAM Channel 4 Configuration Register
DMA_SHADR004    0xF0012098          DMARAM Channel 4 Shadow Address Register
DMA_CHCSR004    0xF001209C          DMARAM Channel 4 Control and Status Register
DMA_RDCRCR005   0xF00120A0          DMARAM Channel 5 Read Data CRC Register
DMA_SDCRCR005   0xF00120A4          DMARAM Channel 5 Source and Destination Address CRC Register
DMA_SADR005     0xF00120A8          DMARAM Channel 5 Source Address Register
DMA_DADR005     0xF00120AC          DMARAM Channel 5 Destination Address Register
DMA_ADICR005    0xF00120B0          DMARAM Channel 5 Address and Interrupt Control Register
DMA_CHCFGR005   0xF00120B4          DMARAM Channel 5 Configuration Register
DMA_SHADR005    0xF00120B8          DMARAM Channel 5 Shadow Address Register
DMA_CHCSR005    0xF00120BC          DMARAM Channel 5 Control and Status Register
DMA_RDCRCR006   0xF00120C0          DMARAM Channel 6 Read Data CRC Register
DMA_SDCRCR006   0xF00120C4          DMARAM Channel 6 Source and Destination Address CRC Register
DMA_SADR006     0xF00120C8          DMARAM Channel 6 Source Address Register
DMA_DADR006     0xF00120CC          DMARAM Channel 6 Destination Address Register
DMA_ADICR006    0xF00120D0          DMARAM Channel 6 Address and Interrupt Control Register
DMA_CHCFGR006   0xF00120D4          DMARAM Channel 6 Configuration Register
DMA_SHADR006    0xF00120D8          DMARAM Channel 6 Shadow Address Register
DMA_CHCSR006    0xF00120DC          DMARAM Channel 6 Control and Status Register
DMA_RDCRCR007   0xF00120E0          DMARAM Channel 7 Read Data CRC Register
DMA_SDCRCR007   0xF00120E4          DMARAM Channel 7 Source and Destination Address CRC Register
DMA_SADR007     0xF00120E8          DMARAM Channel 7 Source Address Register
DMA_DADR007     0xF00120EC          DMARAM Channel 7 Destination Address Register
DMA_ADICR007    0xF00120F0          DMARAM Channel 7 Address and Interrupt Control Register
DMA_CHCFGR007   0xF00120F4          DMARAM Channel 7 Configuration Register
DMA_SHADR007    0xF00120F8          DMARAM Channel 7 Shadow Address Register
DMA_CHCSR007    0xF00120FC          DMARAM Channel 7 Control and Status Register
DMA_RDCRCR008   0xF0012100          DMARAM Channel 8 Read Data CRC Register
DMA_SDCRCR008   0xF0012104          DMARAM Channel 8 Source and Destination Address CRC Register
DMA_SADR008     0xF0012108          DMARAM Channel 8 Source Address Register
DMA_DADR008     0xF001210C          DMARAM Channel 8 Destination Address Register
DMA_ADICR008    0xF0012110          DMARAM Channel 8 Address and Interrupt Control Register
DMA_CHCFGR008   0xF0012114          DMARAM Channel 8 Configuration Register
DMA_SHADR008    0xF0012118          DMARAM Channel 8 Shadow Address Register
DMA_CHCSR008    0xF001211C          DMARAM Channel 8 Control and Status Register
DMA_RDCRCR009   0xF0012120          DMARAM Channel 9 Read Data CRC Register
DMA_SDCRCR009   0xF0012124          DMARAM Channel 9 Source and Destination Address CRC Register
DMA_SADR009     0xF0012128          DMARAM Channel 9 Source Address Register
DMA_DADR009     0xF001212C          DMARAM Channel 9 Destination Address Register
DMA_ADICR009    0xF0012130          DMARAM Channel 9 Address and Interrupt Control Register
DMA_CHCFGR009   0xF0012134          DMARAM Channel 9 Configuration Register
DMA_SHADR009    0xF0012138          DMARAM Channel 9 Shadow Address Register
DMA_CHCSR009    0xF001213C          DMARAM Channel 9 Control and Status Register
DMA_RDCRCR010   0xF0012140          DMARAM Channel 10 Read Data CRC Register
DMA_SDCRCR010   0xF0012144          DMARAM Channel 10 Source and Destination Address CRC Register
DMA_SADR010     0xF0012148          DMARAM Channel 10 Source Address Register
DMA_DADR010     0xF001214C          DMARAM Channel 10 Destination Address Register
DMA_ADICR010    0xF0012150          DMARAM Channel 10 Address and Interrupt Control Register
DMA_CHCFGR010   0xF0012154          DMARAM Channel 10 Configuration Register
DMA_SHADR010    0xF0012158          DMARAM Channel 10 Shadow Address Register
DMA_CHCSR010    0xF001215C          DMARAM Channel 10 Control and Status Register
DMA_RDCRCR011   0xF0012160          DMARAM Channel 11 Read Data CRC Register
DMA_SDCRCR011   0xF0012164          DMARAM Channel 11 Source and Destination Address CRC Register
DMA_SADR011     0xF0012168          DMARAM Channel 11 Source Address Register
DMA_DADR011     0xF001216C          DMARAM Channel 11 Destination Address Register
DMA_ADICR011    0xF0012170          DMARAM Channel 11 Address and Interrupt Control Register
DMA_CHCFGR011   0xF0012174          DMARAM Channel 11 Configuration Register
DMA_SHADR011    0xF0012178          DMARAM Channel 11 Shadow Address Register
DMA_CHCSR011    0xF001217C          DMARAM Channel 11 Control and Status Register
DMA_RDCRCR012   0xF0012180          DMARAM Channel 12 Read Data CRC Register
DMA_SDCRCR012   0xF0012184          DMARAM Channel 12 Source and Destination Address CRC Register
DMA_SADR012     0xF0012188          DMARAM Channel 12 Source Address Register
DMA_DADR012     0xF001218C          DMARAM Channel 12 Destination Address Register
DMA_ADICR012    0xF0012190          DMARAM Channel 12 Address and Interrupt Control Register
DMA_CHCFGR012   0xF0012194          DMARAM Channel 12 Configuration Register
DMA_SHADR012    0xF0012198          DMARAM Channel 12 Shadow Address Register
DMA_CHCSR012    0xF001219C          DMARAM Channel 12 Control and Status Register
DMA_RDCRCR013   0xF00121A0          DMARAM Channel 13 Read Data CRC Register
DMA_SDCRCR013   0xF00121A4          DMARAM Channel 13 Source and Destination Address CRC Register
DMA_SADR013     0xF00121A8          DMARAM Channel 13 Source Address Register
DMA_DADR013     0xF00121AC          DMARAM Channel 13 Destination Address Register
DMA_ADICR013    0xF00121B0          DMARAM Channel 13 Address and Interrupt Control Register
DMA_CHCFGR013   0xF00121B4          DMARAM Channel 13 Configuration Register
DMA_SHADR013    0xF00121B8          DMARAM Channel 13 Shadow Address Register
DMA_CHCSR013    0xF00121BC          DMARAM Channel 13 Control and Status Register
DMA_RDCRCR014   0xF00121C0          DMARAM Channel 14 Read Data CRC Register
DMA_SDCRCR014   0xF00121C4          DMARAM Channel 14 Source and Destination Address CRC Register
DMA_SADR014     0xF00121C8          DMARAM Channel 14 Source Address Register
DMA_DADR014     0xF00121CC          DMARAM Channel 14 Destination Address Register
DMA_ADICR014    0xF00121D0          DMARAM Channel 14 Address and Interrupt Control Register
DMA_CHCFGR014   0xF00121D4          DMARAM Channel 14 Configuration Register
DMA_SHADR014    0xF00121D8          DMARAM Channel 14 Shadow Address Register
DMA_CHCSR014    0xF00121DC          DMARAM Channel 14 Control and Status Register
DMA_RDCRCR015   0xF00121E0          DMARAM Channel 15 Read Data CRC Register
DMA_SDCRCR015   0xF00121E4          DMARAM Channel 15 Source and Destination Address CRC Register
DMA_SADR015     0xF00121E8          DMARAM Channel 15 Source Address Register
DMA_DADR015     0xF00121EC          DMARAM Channel 15 Destination Address Register
DMA_ADICR015    0xF00121F0          DMARAM Channel 15 Address and Interrupt Control Register
DMA_CHCFGR015   0xF00121F4          DMARAM Channel 15 Configuration Register
DMA_SHADR015    0xF00121F8          DMARAM Channel 15 Shadow Address Register
DMA_CHCSR015    0xF00121FC          DMARAM Channel 15 Control and Status Register
DMA_RDCRCR016   0xF0012200          DMARAM Channel 16 Read Data CRC Register
DMA_SDCRCR016   0xF0012204          DMARAM Channel 16 Source and Destination Address CRC Register
DMA_SADR016     0xF0012208          DMARAM Channel 16 Source Address Register
DMA_DADR016     0xF001220C          DMARAM Channel 16 Destination Address Register
DMA_ADICR016    0xF0012210          DMARAM Channel 16 Address and Interrupt Control Register
DMA_CHCFGR016   0xF0012214          DMARAM Channel 16 Configuration Register
DMA_SHADR016    0xF0012218          DMARAM Channel 16 Shadow Address Register
DMA_CHCSR016    0xF001221C          DMARAM Channel 16 Control and Status Register
DMA_RDCRCR017   0xF0012220          DMARAM Channel 17 Read Data CRC Register
DMA_SDCRCR017   0xF0012224          DMARAM Channel 17 Source and Destination Address CRC Register
DMA_SADR017     0xF0012228          DMARAM Channel 17 Source Address Register
DMA_DADR017     0xF001222C          DMARAM Channel 17 Destination Address Register
DMA_ADICR017    0xF0012230          DMARAM Channel 17 Address and Interrupt Control Register
DMA_CHCFGR017   0xF0012234          DMARAM Channel 17 Configuration Register
DMA_SHADR017    0xF0012238          DMARAM Channel 17 Shadow Address Register
DMA_CHCSR017    0xF001223C          DMARAM Channel 17 Control and Status Register
DMA_RDCRCR018   0xF0012240          DMARAM Channel 18 Read Data CRC Register
DMA_SDCRCR018   0xF0012244          DMARAM Channel 18 Source and Destination Address CRC Register
DMA_SADR018     0xF0012248          DMARAM Channel 18 Source Address Register
DMA_DADR018     0xF001224C          DMARAM Channel 18 Destination Address Register
DMA_ADICR018    0xF0012250          DMARAM Channel 18 Address and Interrupt Control Register
DMA_CHCFGR018   0xF0012254          DMARAM Channel 18 Configuration Register
DMA_SHADR018    0xF0012258          DMARAM Channel 18 Shadow Address Register
DMA_CHCSR018    0xF001225C          DMARAM Channel 18 Control and Status Register
DMA_RDCRCR019   0xF0012260          DMARAM Channel 19 Read Data CRC Register
DMA_SDCRCR019   0xF0012264          DMARAM Channel 19 Source and Destination Address CRC Register
DMA_SADR019     0xF0012268          DMARAM Channel 19 Source Address Register
DMA_DADR019     0xF001226C          DMARAM Channel 19 Destination Address Register
DMA_ADICR019    0xF0012270          DMARAM Channel 19 Address and Interrupt Control Register
DMA_CHCFGR019   0xF0012274          DMARAM Channel 19 Configuration Register
DMA_SHADR019    0xF0012278          DMARAM Channel 19 Shadow Address Register
DMA_CHCSR019    0xF001227C          DMARAM Channel 19 Control and Status Register
DMA_RDCRCR020   0xF0012280          DMARAM Channel 20 Read Data CRC Register
DMA_SDCRCR020   0xF0012284          DMARAM Channel 20 Source and Destination Address CRC Register
DMA_SADR020     0xF0012288          DMARAM Channel 20 Source Address Register
DMA_DADR020     0xF001228C          DMARAM Channel 20 Destination Address Register
DMA_ADICR020    0xF0012290          DMARAM Channel 20 Address and Interrupt Control Register
DMA_CHCFGR020   0xF0012294          DMARAM Channel 20 Configuration Register
DMA_SHADR020    0xF0012298          DMARAM Channel 20 Shadow Address Register
DMA_CHCSR020    0xF001229C          DMARAM Channel 20 Control and Status Register
DMA_RDCRCR021   0xF00122A0          DMARAM Channel 21 Read Data CRC Register
DMA_SDCRCR021   0xF00122A4          DMARAM Channel 21 Source and Destination Address CRC Register
DMA_SADR021     0xF00122A8          DMARAM Channel 21 Source Address Register
DMA_DADR021     0xF00122AC          DMARAM Channel 21 Destination Address Register
DMA_ADICR021    0xF00122B0          DMARAM Channel 21 Address and Interrupt Control Register
DMA_CHCFGR021   0xF00122B4          DMARAM Channel 21 Configuration Register
DMA_SHADR021    0xF00122B8          DMARAM Channel 21 Shadow Address Register
DMA_CHCSR021    0xF00122BC          DMARAM Channel 21 Control and Status Register
DMA_RDCRCR022   0xF00122C0          DMARAM Channel 22 Read Data CRC Register
DMA_SDCRCR022   0xF00122C4          DMARAM Channel 22 Source and Destination Address CRC Register
DMA_SADR022     0xF00122C8          DMARAM Channel 22 Source Address Register
DMA_DADR022     0xF00122CC          DMARAM Channel 22 Destination Address Register
DMA_ADICR022    0xF00122D0          DMARAM Channel 22 Address and Interrupt Control Register
DMA_CHCFGR022   0xF00122D4          DMARAM Channel 22 Configuration Register
DMA_SHADR022    0xF00122D8          DMARAM Channel 22 Shadow Address Register
DMA_CHCSR022    0xF00122DC          DMARAM Channel 22 Control and Status Register
DMA_RDCRCR023   0xF00122E0          DMARAM Channel 23 Read Data CRC Register
DMA_SDCRCR023   0xF00122E4          DMARAM Channel 23 Source and Destination Address CRC Register
DMA_SADR023     0xF00122E8          DMARAM Channel 23 Source Address Register
DMA_DADR023     0xF00122EC          DMARAM Channel 23 Destination Address Register
DMA_ADICR023    0xF00122F0          DMARAM Channel 23 Address and Interrupt Control Register
DMA_CHCFGR023   0xF00122F4          DMARAM Channel 23 Configuration Register
DMA_SHADR023    0xF00122F8          DMARAM Channel 23 Shadow Address Register
DMA_CHCSR023    0xF00122FC          DMARAM Channel 23 Control and Status Register
DMA_RDCRCR024   0xF0012300          DMARAM Channel 24 Read Data CRC Register
DMA_SDCRCR024   0xF0012304          DMARAM Channel 24 Source and Destination Address CRC Register
DMA_SADR024     0xF0012308          DMARAM Channel 24 Source Address Register
DMA_DADR024     0xF001230C          DMARAM Channel 24 Destination Address Register
DMA_ADICR024    0xF0012310          DMARAM Channel 24 Address and Interrupt Control Register
DMA_CHCFGR024   0xF0012314          DMARAM Channel 24 Configuration Register
DMA_SHADR024    0xF0012318          DMARAM Channel 24 Shadow Address Register
DMA_CHCSR024    0xF001231C          DMARAM Channel 24 Control and Status Register
DMA_RDCRCR025   0xF0012320          DMARAM Channel 25 Read Data CRC Register
DMA_SDCRCR025   0xF0012324          DMARAM Channel 25 Source and Destination Address CRC Register
DMA_SADR025     0xF0012328          DMARAM Channel 25 Source Address Register
DMA_DADR025     0xF001232C          DMARAM Channel 25 Destination Address Register
DMA_ADICR025    0xF0012330          DMARAM Channel 25 Address and Interrupt Control Register
DMA_CHCFGR025   0xF0012334          DMARAM Channel 25 Configuration Register
DMA_SHADR025    0xF0012338          DMARAM Channel 25 Shadow Address Register
DMA_CHCSR025    0xF001233C          DMARAM Channel 25 Control and Status Register
DMA_RDCRCR026   0xF0012340          DMARAM Channel 26 Read Data CRC Register
DMA_SDCRCR026   0xF0012344          DMARAM Channel 26 Source and Destination Address CRC Register
DMA_SADR026     0xF0012348          DMARAM Channel 26 Source Address Register
DMA_DADR026     0xF001234C          DMARAM Channel 26 Destination Address Register
DMA_ADICR026    0xF0012350          DMARAM Channel 26 Address and Interrupt Control Register
DMA_CHCFGR026   0xF0012354          DMARAM Channel 26 Configuration Register
DMA_SHADR026    0xF0012358          DMARAM Channel 26 Shadow Address Register
DMA_CHCSR026    0xF001235C          DMARAM Channel 26 Control and Status Register
DMA_RDCRCR027   0xF0012360          DMARAM Channel 27 Read Data CRC Register
DMA_SDCRCR027   0xF0012364          DMARAM Channel 27 Source and Destination Address CRC Register
DMA_SADR027     0xF0012368          DMARAM Channel 27 Source Address Register
DMA_DADR027     0xF001236C          DMARAM Channel 27 Destination Address Register
DMA_ADICR027    0xF0012370          DMARAM Channel 27 Address and Interrupt Control Register
DMA_CHCFGR027   0xF0012374          DMARAM Channel 27 Configuration Register
DMA_SHADR027    0xF0012378          DMARAM Channel 27 Shadow Address Register
DMA_CHCSR027    0xF001237C          DMARAM Channel 27 Control and Status Register
DMA_RDCRCR028   0xF0012380          DMARAM Channel 28 Read Data CRC Register
DMA_SDCRCR028   0xF0012384          DMARAM Channel 28 Source and Destination Address CRC Register
DMA_SADR028     0xF0012388          DMARAM Channel 28 Source Address Register
DMA_DADR028     0xF001238C          DMARAM Channel 28 Destination Address Register
DMA_ADICR028    0xF0012390          DMARAM Channel 28 Address and Interrupt Control Register
DMA_CHCFGR028   0xF0012394          DMARAM Channel 28 Configuration Register
DMA_SHADR028    0xF0012398          DMARAM Channel 28 Shadow Address Register
DMA_CHCSR028    0xF001239C          DMARAM Channel 28 Control and Status Register
DMA_RDCRCR029   0xF00123A0          DMARAM Channel 29 Read Data CRC Register
DMA_SDCRCR029   0xF00123A4          DMARAM Channel 29 Source and Destination Address CRC Register
DMA_SADR029     0xF00123A8          DMARAM Channel 29 Source Address Register
DMA_DADR029     0xF00123AC          DMARAM Channel 29 Destination Address Register
DMA_ADICR029    0xF00123B0          DMARAM Channel 29 Address and Interrupt Control Register
DMA_CHCFGR029   0xF00123B4          DMARAM Channel 29 Configuration Register
DMA_SHADR029    0xF00123B8          DMARAM Channel 29 Shadow Address Register
DMA_CHCSR029    0xF00123BC          DMARAM Channel 29 Control and Status Register
DMA_RDCRCR030   0xF00123C0          DMARAM Channel 30 Read Data CRC Register
DMA_SDCRCR030   0xF00123C4          DMARAM Channel 30 Source and Destination Address CRC Register
DMA_SADR030     0xF00123C8          DMARAM Channel 30 Source Address Register
DMA_DADR030     0xF00123CC          DMARAM Channel 30 Destination Address Register
DMA_ADICR030    0xF00123D0          DMARAM Channel 30 Address and Interrupt Control Register
DMA_CHCFGR030   0xF00123D4          DMARAM Channel 30 Configuration Register
DMA_SHADR030    0xF00123D8          DMARAM Channel 30 Shadow Address Register
DMA_CHCSR030    0xF00123DC          DMARAM Channel 30 Control and Status Register
DMA_RDCRCR031   0xF00123E0          DMARAM Channel 31 Read Data CRC Register
DMA_SDCRCR031   0xF00123E4          DMARAM Channel 31 Source and Destination Address CRC Register
DMA_SADR031     0xF00123E8          DMARAM Channel 31 Source Address Register
DMA_DADR031     0xF00123EC          DMARAM Channel 31 Destination Address Register
DMA_ADICR031    0xF00123F0          DMARAM Channel 31 Address and Interrupt Control Register
DMA_CHCFGR031   0xF00123F4          DMARAM Channel 31 Configuration Register
DMA_SHADR031    0xF00123F8          DMARAM Channel 31 Shadow Address Register
DMA_CHCSR031    0xF00123FC          DMARAM Channel 31 Control and Status Register
DMA_RDCRCR032   0xF0012400          DMARAM Channel 32 Read Data CRC Register
DMA_SDCRCR032   0xF0012404          DMARAM Channel 32 Source and Destination Address CRC Register
DMA_SADR032     0xF0012408          DMARAM Channel 32 Source Address Register
DMA_DADR032     0xF001240C          DMARAM Channel 32 Destination Address Register
DMA_ADICR032    0xF0012410          DMARAM Channel 32 Address and Interrupt Control Register
DMA_CHCFGR032   0xF0012414          DMARAM Channel 32 Configuration Register
DMA_SHADR032    0xF0012418          DMARAM Channel 32 Shadow Address Register
DMA_CHCSR032    0xF001241C          DMARAM Channel 32 Control and Status Register
DMA_RDCRCR033   0xF0012420          DMARAM Channel 33 Read Data CRC Register
DMA_SDCRCR033   0xF0012424          DMARAM Channel 33 Source and Destination Address CRC Register
DMA_SADR033     0xF0012428          DMARAM Channel 33 Source Address Register
DMA_DADR033     0xF001242C          DMARAM Channel 33 Destination Address Register
DMA_ADICR033    0xF0012430          DMARAM Channel 33 Address and Interrupt Control Register
DMA_CHCFGR033   0xF0012434          DMARAM Channel 33 Configuration Register
DMA_SHADR033    0xF0012438          DMARAM Channel 33 Shadow Address Register
DMA_CHCSR033    0xF001243C          DMARAM Channel 33 Control and Status Register
DMA_RDCRCR034   0xF0012440          DMARAM Channel 34 Read Data CRC Register
DMA_SDCRCR034   0xF0012444          DMARAM Channel 34 Source and Destination Address CRC Register
DMA_SADR034     0xF0012448          DMARAM Channel 34 Source Address Register
DMA_DADR034     0xF001244C          DMARAM Channel 34 Destination Address Register
DMA_ADICR034    0xF0012450          DMARAM Channel 34 Address and Interrupt Control Register
DMA_CHCFGR034   0xF0012454          DMARAM Channel 34 Configuration Register
DMA_SHADR034    0xF0012458          DMARAM Channel 34 Shadow Address Register
DMA_CHCSR034    0xF001245C          DMARAM Channel 34 Control and Status Register
DMA_RDCRCR035   0xF0012460          DMARAM Channel 35 Read Data CRC Register
DMA_SDCRCR035   0xF0012464          DMARAM Channel 35 Source and Destination Address CRC Register
DMA_SADR035     0xF0012468          DMARAM Channel 35 Source Address Register
DMA_DADR035     0xF001246C          DMARAM Channel 35 Destination Address Register
DMA_ADICR035    0xF0012470          DMARAM Channel 35 Address and Interrupt Control Register
DMA_CHCFGR035   0xF0012474          DMARAM Channel 35 Configuration Register
DMA_SHADR035    0xF0012478          DMARAM Channel 35 Shadow Address Register
DMA_CHCSR035    0xF001247C          DMARAM Channel 35 Control and Status Register
DMA_RDCRCR036   0xF0012480          DMARAM Channel 36 Read Data CRC Register
DMA_SDCRCR036   0xF0012484          DMARAM Channel 36 Source and Destination Address CRC Register
DMA_SADR036     0xF0012488          DMARAM Channel 36 Source Address Register
DMA_DADR036     0xF001248C          DMARAM Channel 36 Destination Address Register
DMA_ADICR036    0xF0012490          DMARAM Channel 36 Address and Interrupt Control Register
DMA_CHCFGR036   0xF0012494          DMARAM Channel 36 Configuration Register
DMA_SHADR036    0xF0012498          DMARAM Channel 36 Shadow Address Register
DMA_CHCSR036    0xF001249C          DMARAM Channel 36 Control and Status Register
DMA_RDCRCR037   0xF00124A0          DMARAM Channel 37 Read Data CRC Register
DMA_SDCRCR037   0xF00124A4          DMARAM Channel 37 Source and Destination Address CRC Register
DMA_SADR037     0xF00124A8          DMARAM Channel 37 Source Address Register
DMA_DADR037     0xF00124AC          DMARAM Channel 37 Destination Address Register
DMA_ADICR037    0xF00124B0          DMARAM Channel 37 Address and Interrupt Control Register
DMA_CHCFGR037   0xF00124B4          DMARAM Channel 37 Configuration Register
DMA_SHADR037    0xF00124B8          DMARAM Channel 37 Shadow Address Register
DMA_CHCSR037    0xF00124BC          DMARAM Channel 37 Control and Status Register
DMA_RDCRCR038   0xF00124C0          DMARAM Channel 38 Read Data CRC Register
DMA_SDCRCR038   0xF00124C4          DMARAM Channel 38 Source and Destination Address CRC Register
DMA_SADR038     0xF00124C8          DMARAM Channel 38 Source Address Register
DMA_DADR038     0xF00124CC          DMARAM Channel 38 Destination Address Register
DMA_ADICR038    0xF00124D0          DMARAM Channel 38 Address and Interrupt Control Register
DMA_CHCFGR038   0xF00124D4          DMARAM Channel 38 Configuration Register
DMA_SHADR038    0xF00124D8          DMARAM Channel 38 Shadow Address Register
DMA_CHCSR038    0xF00124DC          DMARAM Channel 38 Control and Status Register
DMA_RDCRCR039   0xF00124E0          DMARAM Channel 39 Read Data CRC Register
DMA_SDCRCR039   0xF00124E4          DMARAM Channel 39 Source and Destination Address CRC Register
DMA_SADR039     0xF00124E8          DMARAM Channel 39 Source Address Register
DMA_DADR039     0xF00124EC          DMARAM Channel 39 Destination Address Register
DMA_ADICR039    0xF00124F0          DMARAM Channel 39 Address and Interrupt Control Register
DMA_CHCFGR039   0xF00124F4          DMARAM Channel 39 Configuration Register
DMA_SHADR039    0xF00124F8          DMARAM Channel 39 Shadow Address Register
DMA_CHCSR039    0xF00124FC          DMARAM Channel 39 Control and Status Register
DMA_RDCRCR040   0xF0012500          DMARAM Channel 40 Read Data CRC Register
DMA_SDCRCR040   0xF0012504          DMARAM Channel 40 Source and Destination Address CRC Register
DMA_SADR040     0xF0012508          DMARAM Channel 40 Source Address Register
DMA_DADR040     0xF001250C          DMARAM Channel 40 Destination Address Register
DMA_ADICR040    0xF0012510          DMARAM Channel 40 Address and Interrupt Control Register
DMA_CHCFGR040   0xF0012514          DMARAM Channel 40 Configuration Register
DMA_SHADR040    0xF0012518          DMARAM Channel 40 Shadow Address Register
DMA_CHCSR040    0xF001251C          DMARAM Channel 40 Control and Status Register
DMA_RDCRCR041   0xF0012520          DMARAM Channel 41 Read Data CRC Register
DMA_SDCRCR041   0xF0012524          DMARAM Channel 41 Source and Destination Address CRC Register
DMA_SADR041     0xF0012528          DMARAM Channel 41 Source Address Register
DMA_DADR041     0xF001252C          DMARAM Channel 41 Destination Address Register
DMA_ADICR041    0xF0012530          DMARAM Channel 41 Address and Interrupt Control Register
DMA_CHCFGR041   0xF0012534          DMARAM Channel 41 Configuration Register
DMA_SHADR041    0xF0012538          DMARAM Channel 41 Shadow Address Register
DMA_CHCSR041    0xF001253C          DMARAM Channel 41 Control and Status Register
DMA_RDCRCR042   0xF0012540          DMARAM Channel 42 Read Data CRC Register
DMA_SDCRCR042   0xF0012544          DMARAM Channel 42 Source and Destination Address CRC Register
DMA_SADR042     0xF0012548          DMARAM Channel 42 Source Address Register
DMA_DADR042     0xF001254C          DMARAM Channel 42 Destination Address Register
DMA_ADICR042    0xF0012550          DMARAM Channel 42 Address and Interrupt Control Register
DMA_CHCFGR042   0xF0012554          DMARAM Channel 42 Configuration Register
DMA_SHADR042    0xF0012558          DMARAM Channel 42 Shadow Address Register
DMA_CHCSR042    0xF001255C          DMARAM Channel 42 Control and Status Register
DMA_RDCRCR043   0xF0012560          DMARAM Channel 43 Read Data CRC Register
DMA_SDCRCR043   0xF0012564          DMARAM Channel 43 Source and Destination Address CRC Register
DMA_SADR043     0xF0012568          DMARAM Channel 43 Source Address Register
DMA_DADR043     0xF001256C          DMARAM Channel 43 Destination Address Register
DMA_ADICR043    0xF0012570          DMARAM Channel 43 Address and Interrupt Control Register
DMA_CHCFGR043   0xF0012574          DMARAM Channel 43 Configuration Register
DMA_SHADR043    0xF0012578          DMARAM Channel 43 Shadow Address Register
DMA_CHCSR043    0xF001257C          DMARAM Channel 43 Control and Status Register
DMA_RDCRCR044   0xF0012580          DMARAM Channel 44 Read Data CRC Register
DMA_SDCRCR044   0xF0012584          DMARAM Channel 44 Source and Destination Address CRC Register
DMA_SADR044     0xF0012588          DMARAM Channel 44 Source Address Register
DMA_DADR044     0xF001258C          DMARAM Channel 44 Destination Address Register
DMA_ADICR044    0xF0012590          DMARAM Channel 44 Address and Interrupt Control Register
DMA_CHCFGR044   0xF0012594          DMARAM Channel 44 Configuration Register
DMA_SHADR044    0xF0012598          DMARAM Channel 44 Shadow Address Register
DMA_CHCSR044    0xF001259C          DMARAM Channel 44 Control and Status Register
DMA_RDCRCR045   0xF00125A0          DMARAM Channel 45 Read Data CRC Register
DMA_SDCRCR045   0xF00125A4          DMARAM Channel 45 Source and Destination Address CRC Register
DMA_SADR045     0xF00125A8          DMARAM Channel 45 Source Address Register
DMA_DADR045     0xF00125AC          DMARAM Channel 45 Destination Address Register
DMA_ADICR045    0xF00125B0          DMARAM Channel 45 Address and Interrupt Control Register
DMA_CHCFGR045   0xF00125B4          DMARAM Channel 45 Configuration Register
DMA_SHADR045    0xF00125B8          DMARAM Channel 45 Shadow Address Register
DMA_CHCSR045    0xF00125BC          DMARAM Channel 45 Control and Status Register
DMA_RDCRCR046   0xF00125C0          DMARAM Channel 46 Read Data CRC Register
DMA_SDCRCR046   0xF00125C4          DMARAM Channel 46 Source and Destination Address CRC Register
DMA_SADR046     0xF00125C8          DMARAM Channel 46 Source Address Register
DMA_DADR046     0xF00125CC          DMARAM Channel 46 Destination Address Register
DMA_ADICR046    0xF00125D0          DMARAM Channel 46 Address and Interrupt Control Register
DMA_CHCFGR046   0xF00125D4          DMARAM Channel 46 Configuration Register
DMA_SHADR046    0xF00125D8          DMARAM Channel 46 Shadow Address Register
DMA_CHCSR046    0xF00125DC          DMARAM Channel 46 Control and Status Register
DMA_RDCRCR047   0xF00125E0          DMARAM Channel 47 Read Data CRC Register
DMA_SDCRCR047   0xF00125E4          DMARAM Channel 47 Source and Destination Address CRC Register
DMA_SADR047     0xF00125E8          DMARAM Channel 47 Source Address Register
DMA_DADR047     0xF00125EC          DMARAM Channel 47 Destination Address Register
DMA_ADICR047    0xF00125F0          DMARAM Channel 47 Address and Interrupt Control Register
DMA_CHCFGR047   0xF00125F4          DMARAM Channel 47 Configuration Register
DMA_SHADR047    0xF00125F8          DMARAM Channel 47 Shadow Address Register
DMA_CHCSR047    0xF00125FC          DMARAM Channel 47 Control and Status Register
DMA_RDCRCR048   0xF0012600          DMARAM Channel 48 Read Data CRC Register
DMA_SDCRCR048   0xF0012604          DMARAM Channel 48 Source and Destination Address CRC Register
DMA_SADR048     0xF0012608          DMARAM Channel 48 Source Address Register
DMA_DADR048     0xF001260C          DMARAM Channel 48 Destination Address Register
DMA_ADICR048    0xF0012610          DMARAM Channel 48 Address and Interrupt Control Register
DMA_CHCFGR048   0xF0012614          DMARAM Channel 48 Configuration Register
DMA_SHADR048    0xF0012618          DMARAM Channel 48 Shadow Address Register
DMA_CHCSR048    0xF001261C          DMARAM Channel 48 Control and Status Register
DMA_RDCRCR049   0xF0012620          DMARAM Channel 49 Read Data CRC Register
DMA_SDCRCR049   0xF0012624          DMARAM Channel 49 Source and Destination Address CRC Register
DMA_SADR049     0xF0012628          DMARAM Channel 49 Source Address Register
DMA_DADR049     0xF001262C          DMARAM Channel 49 Destination Address Register
DMA_ADICR049    0xF0012630          DMARAM Channel 49 Address and Interrupt Control Register
DMA_CHCFGR049   0xF0012634          DMARAM Channel 49 Configuration Register
DMA_SHADR049    0xF0012638          DMARAM Channel 49 Shadow Address Register
DMA_CHCSR049    0xF001263C          DMARAM Channel 49 Control and Status Register
DMA_RDCRCR050   0xF0012640          DMARAM Channel 50 Read Data CRC Register
DMA_SDCRCR050   0xF0012644          DMARAM Channel 50 Source and Destination Address CRC Register
DMA_SADR050     0xF0012648          DMARAM Channel 50 Source Address Register
DMA_DADR050     0xF001264C          DMARAM Channel 50 Destination Address Register
DMA_ADICR050    0xF0012650          DMARAM Channel 50 Address and Interrupt Control Register
DMA_CHCFGR050   0xF0012654          DMARAM Channel 50 Configuration Register
DMA_SHADR050    0xF0012658          DMARAM Channel 50 Shadow Address Register
DMA_CHCSR050    0xF001265C          DMARAM Channel 50 Control and Status Register
DMA_RDCRCR051   0xF0012660          DMARAM Channel 51 Read Data CRC Register
DMA_SDCRCR051   0xF0012664          DMARAM Channel 51 Source and Destination Address CRC Register
DMA_SADR051     0xF0012668          DMARAM Channel 51 Source Address Register
DMA_DADR051     0xF001266C          DMARAM Channel 51 Destination Address Register
DMA_ADICR051    0xF0012670          DMARAM Channel 51 Address and Interrupt Control Register
DMA_CHCFGR051   0xF0012674          DMARAM Channel 51 Configuration Register
DMA_SHADR051    0xF0012678          DMARAM Channel 51 Shadow Address Register
DMA_CHCSR051    0xF001267C          DMARAM Channel 51 Control and Status Register
DMA_RDCRCR052   0xF0012680          DMARAM Channel 52 Read Data CRC Register
DMA_SDCRCR052   0xF0012684          DMARAM Channel 52 Source and Destination Address CRC Register
DMA_SADR052     0xF0012688          DMARAM Channel 52 Source Address Register
DMA_DADR052     0xF001268C          DMARAM Channel 52 Destination Address Register
DMA_ADICR052    0xF0012690          DMARAM Channel 52 Address and Interrupt Control Register
DMA_CHCFGR052   0xF0012694          DMARAM Channel 52 Configuration Register
DMA_SHADR052    0xF0012698          DMARAM Channel 52 Shadow Address Register
DMA_CHCSR052    0xF001269C          DMARAM Channel 52 Control and Status Register
DMA_RDCRCR053   0xF00126A0          DMARAM Channel 53 Read Data CRC Register
DMA_SDCRCR053   0xF00126A4          DMARAM Channel 53 Source and Destination Address CRC Register
DMA_SADR053     0xF00126A8          DMARAM Channel 53 Source Address Register
DMA_DADR053     0xF00126AC          DMARAM Channel 53 Destination Address Register
DMA_ADICR053    0xF00126B0          DMARAM Channel 53 Address and Interrupt Control Register
DMA_CHCFGR053   0xF00126B4          DMARAM Channel 53 Configuration Register
DMA_SHADR053    0xF00126B8          DMARAM Channel 53 Shadow Address Register
DMA_CHCSR053    0xF00126BC          DMARAM Channel 53 Control and Status Register
DMA_RDCRCR054   0xF00126C0          DMARAM Channel 54 Read Data CRC Register
DMA_SDCRCR054   0xF00126C4          DMARAM Channel 54 Source and Destination Address CRC Register
DMA_SADR054     0xF00126C8          DMARAM Channel 54 Source Address Register
DMA_DADR054     0xF00126CC          DMARAM Channel 54 Destination Address Register
DMA_ADICR054    0xF00126D0          DMARAM Channel 54 Address and Interrupt Control Register
DMA_CHCFGR054   0xF00126D4          DMARAM Channel 54 Configuration Register
DMA_SHADR054    0xF00126D8          DMARAM Channel 54 Shadow Address Register
DMA_CHCSR054    0xF00126DC          DMARAM Channel 54 Control and Status Register
DMA_RDCRCR055   0xF00126E0          DMARAM Channel 55 Read Data CRC Register
DMA_SDCRCR055   0xF00126E4          DMARAM Channel 55 Source and Destination Address CRC Register
DMA_SADR055     0xF00126E8          DMARAM Channel 55 Source Address Register
DMA_DADR055     0xF00126EC          DMARAM Channel 55 Destination Address Register
DMA_ADICR055    0xF00126F0          DMARAM Channel 55 Address and Interrupt Control Register
DMA_CHCFGR055   0xF00126F4          DMARAM Channel 55 Configuration Register
DMA_SHADR055    0xF00126F8          DMARAM Channel 55 Shadow Address Register
DMA_CHCSR055    0xF00126FC          DMARAM Channel 55 Control and Status Register
DMA_RDCRCR056   0xF0012700          DMARAM Channel 56 Read Data CRC Register
DMA_SDCRCR056   0xF0012704          DMARAM Channel 56 Source and Destination Address CRC Register
DMA_SADR056     0xF0012708          DMARAM Channel 56 Source Address Register
DMA_DADR056     0xF001270C          DMARAM Channel 56 Destination Address Register
DMA_ADICR056    0xF0012710          DMARAM Channel 56 Address and Interrupt Control Register
DMA_CHCFGR056   0xF0012714          DMARAM Channel 56 Configuration Register
DMA_SHADR056    0xF0012718          DMARAM Channel 56 Shadow Address Register
DMA_CHCSR056    0xF001271C          DMARAM Channel 56 Control and Status Register
DMA_RDCRCR057   0xF0012720          DMARAM Channel 57 Read Data CRC Register
DMA_SDCRCR057   0xF0012724          DMARAM Channel 57 Source and Destination Address CRC Register
DMA_SADR057     0xF0012728          DMARAM Channel 57 Source Address Register
DMA_DADR057     0xF001272C          DMARAM Channel 57 Destination Address Register
DMA_ADICR057    0xF0012730          DMARAM Channel 57 Address and Interrupt Control Register
DMA_CHCFGR057   0xF0012734          DMARAM Channel 57 Configuration Register
DMA_SHADR057    0xF0012738          DMARAM Channel 57 Shadow Address Register
DMA_CHCSR057    0xF001273C          DMARAM Channel 57 Control and Status Register
DMA_RDCRCR058   0xF0012740          DMARAM Channel 58 Read Data CRC Register
DMA_SDCRCR058   0xF0012744          DMARAM Channel 58 Source and Destination Address CRC Register
DMA_SADR058     0xF0012748          DMARAM Channel 58 Source Address Register
DMA_DADR058     0xF001274C          DMARAM Channel 58 Destination Address Register
DMA_ADICR058    0xF0012750          DMARAM Channel 58 Address and Interrupt Control Register
DMA_CHCFGR058   0xF0012754          DMARAM Channel 58 Configuration Register
DMA_SHADR058    0xF0012758          DMARAM Channel 58 Shadow Address Register
DMA_CHCSR058    0xF001275C          DMARAM Channel 58 Control and Status Register
DMA_RDCRCR059   0xF0012760          DMARAM Channel 59 Read Data CRC Register
DMA_SDCRCR059   0xF0012764          DMARAM Channel 59 Source and Destination Address CRC Register
DMA_SADR059     0xF0012768          DMARAM Channel 59 Source Address Register
DMA_DADR059     0xF001276C          DMARAM Channel 59 Destination Address Register
DMA_ADICR059    0xF0012770          DMARAM Channel 59 Address and Interrupt Control Register
DMA_CHCFGR059   0xF0012774          DMARAM Channel 59 Configuration Register
DMA_SHADR059    0xF0012778          DMARAM Channel 59 Shadow Address Register
DMA_CHCSR059    0xF001277C          DMARAM Channel 59 Control and Status Register
DMA_RDCRCR060   0xF0012780          DMARAM Channel 60 Read Data CRC Register
DMA_SDCRCR060   0xF0012784          DMARAM Channel 60 Source and Destination Address CRC Register
DMA_SADR060     0xF0012788          DMARAM Channel 60 Source Address Register
DMA_DADR060     0xF001278C          DMARAM Channel 60 Destination Address Register
DMA_ADICR060    0xF0012790          DMARAM Channel 60 Address and Interrupt Control Register
DMA_CHCFGR060   0xF0012794          DMARAM Channel 60 Configuration Register
DMA_SHADR060    0xF0012798          DMARAM Channel 60 Shadow Address Register
DMA_CHCSR060    0xF001279C          DMARAM Channel 60 Control and Status Register
DMA_RDCRCR061   0xF00127A0          DMARAM Channel 61 Read Data CRC Register
DMA_SDCRCR061   0xF00127A4          DMARAM Channel 61 Source and Destination Address CRC Register
DMA_SADR061     0xF00127A8          DMARAM Channel 61 Source Address Register
DMA_DADR061     0xF00127AC          DMARAM Channel 61 Destination Address Register
DMA_ADICR061    0xF00127B0          DMARAM Channel 61 Address and Interrupt Control Register
DMA_CHCFGR061   0xF00127B4          DMARAM Channel 61 Configuration Register
DMA_SHADR061    0xF00127B8          DMARAM Channel 61 Shadow Address Register
DMA_CHCSR061    0xF00127BC          DMARAM Channel 61 Control and Status Register
DMA_RDCRCR062   0xF00127C0          DMARAM Channel 62 Read Data CRC Register
DMA_SDCRCR062   0xF00127C4          DMARAM Channel 62 Source and Destination Address CRC Register
DMA_SADR062     0xF00127C8          DMARAM Channel 62 Source Address Register
DMA_DADR062     0xF00127CC          DMARAM Channel 62 Destination Address Register
DMA_ADICR062    0xF00127D0          DMARAM Channel 62 Address and Interrupt Control Register
DMA_CHCFGR062   0xF00127D4          DMARAM Channel 62 Configuration Register
DMA_SHADR062    0xF00127D8          DMARAM Channel 62 Shadow Address Register
DMA_CHCSR062    0xF00127DC          DMARAM Channel 62 Control and Status Register
DMA_RDCRCR063   0xF00127E0          DMARAM Channel 63 Read Data CRC Register
DMA_SDCRCR063   0xF00127E4          DMARAM Channel 63 Source and Destination Address CRC Register
DMA_SADR063     0xF00127E8          DMARAM Channel 63 Source Address Register
DMA_DADR063     0xF00127EC          DMARAM Channel 63 Destination Address Register
DMA_ADICR063    0xF00127F0          DMARAM Channel 63 Address and Interrupt Control Register
DMA_CHCFGR063   0xF00127F4          DMARAM Channel 63 Configuration Register
DMA_SHADR063    0xF00127F8          DMARAM Channel 63 Shadow Address Register
DMA_CHCSR063    0xF00127FC          DMARAM Channel 63 Control and Status Register
ERAY0_CLC       0xF001C000          Clock Control Register
ERAY0_CUST1     0xF001C004          Busy and Input Buffer Control Register
ERAY0_ID        0xF001C008          Module Identification Register
ERAY0_CUST3     0xF001C00C          Customer Interface Timeout Counter Register
ERAY0_TEST1     0xF001C010          Test Register 1
ERAY0_TEST2     0xF001C014          Test Register 2
ERAY0_LCK       0xF001C01C          Lock Register
ERAY0_EIR       0xF001C020          Error Service Request Select Register
ERAY0_SIR       0xF001C024          Status Service Request Register
ERAY0_EILS      0xF001C028          Error Service Request Line Select
ERAY0_SILS      0xF001C02C          Status Service Request Line Select
ERAY0_EIES      0xF001C030          Error Service Request Enable Set
ERAY0_EIER      0xF001C034          Error Service Request Enable Reset
ERAY0_SIES      0xF001C038          Status Service Request Enable Set
ERAY0_SIER      0xF001C03C          Status Service Request Enable Reset
ERAY0_ILE       0xF001C040          Service Request Line Enable
ERAY0_T0C       0xF001C044          Timer 0 Configuration
ERAY0_T1C       0xF001C048          Timer 1 Configuration
ERAY0_STPW1     0xF001C04C          Stop Watch Register 1
ERAY0_STPW2     0xF001C050          Stop Watch Register 2
ERAY0_SUCC1     0xF001C080          SUC Configuration Register 1
ERAY0_SUCC2     0xF001C084          SUC Configuration Register 2
ERAY0_SUCC3     0xF001C088          SUC Configuration Register 3
ERAY0_NEMC      0xF001C08C          NEM Configuration Register
ERAY0_PRTC1     0xF001C090          PRT Configuration Register 1
ERAY0_PRTC2     0xF001C094          PRT Configuration Register 2
ERAY0_MHDC      0xF001C098          MHD Configuration Register
ERAY0_GTUC01    0xF001C0A0          GTU Configuration Register 1
ERAY0_GTUC02    0xF001C0A4          GTU Configuration Register 2
ERAY0_GTUC03    0xF001C0A8          GTU Configuration Register 3
ERAY0_GTUC04    0xF001C0AC          GTU Configuration Register 4
ERAY0_GTUC05    0xF001C0B0          GTU Configuration Register 5
ERAY0_GTUC06    0xF001C0B4          GTU Configuration Register 6
ERAY0_GTUC07    0xF001C0B8          GTU Configuration Register 7
ERAY0_GTUC08    0xF001C0BC          GTU Configuration Register 8
ERAY0_GTUC09    0xF001C0C0          GTU Configuration Register 9
ERAY0_GTUC10    0xF001C0C4          GTU Configuration Register 10
ERAY0_GTUC11    0xF001C0C8          GTU Configuration Register 11
ERAY0_CCSV      0xF001C100          Communication Controller Status Vector
ERAY0_CCEV      0xF001C104          Communication Controller Error Vector
ERAY0_SCV       0xF001C110          Slot Counter Value
ERAY0_MTCCV     0xF001C114          Macrotick and Cycle Counter Value
ERAY0_RCV       0xF001C118          Rate Correction Value
ERAY0_OCV       0xF001C11C          Offset Correction Value
ERAY0_SFS       0xF001C120          SYNC Frame Status
ERAY0_SWNIT     0xF001C124          Symbol Window and Network Idle Time Status
ERAY0_ACS       0xF001C128          Aggregated Channel Status
ERAY0_ESID01    0xF001C130          Even Sync ID Symbol Window 1
ERAY0_ESID02    0xF001C134          Even Sync ID Symbol Window 2
ERAY0_ESID03    0xF001C138          Even Sync ID Symbol Window 3
ERAY0_ESID04    0xF001C13C          Even Sync ID Symbol Window 4
ERAY0_ESID05    0xF001C140          Even Sync ID Symbol Window 5
ERAY0_ESID06    0xF001C144          Even Sync ID Symbol Window 6
ERAY0_ESID07    0xF001C148          Even Sync ID Symbol Window 7
ERAY0_ESID08    0xF001C14C          Even Sync ID Symbol Window 8
ERAY0_ESID09    0xF001C150          Even Sync ID Symbol Window 9
ERAY0_ESID10    0xF001C154          Even Sync ID Symbol Window 10
ERAY0_ESID11    0xF001C158          Even Sync ID Symbol Window 11
ERAY0_ESID12    0xF001C15C          Even Sync ID Symbol Window 12
ERAY0_ESID13    0xF001C160          Even Sync ID Symbol Window 13
ERAY0_ESID14    0xF001C164          Even Sync ID Symbol Window 14
ERAY0_ESID15    0xF001C168          Even Sync ID Symbol Window 15
ERAY0_OSID01    0xF001C170          Odd Sync ID Symbol Window 1
ERAY0_OSID02    0xF001C174          Odd Sync ID Symbol Window 2
ERAY0_OSID03    0xF001C178          Odd Sync ID Symbol Window 3
ERAY0_OSID04    0xF001C17C          Odd Sync ID Symbol Window 4
ERAY0_OSID05    0xF001C180          Odd Sync ID Symbol Window 5
ERAY0_OSID06    0xF001C184          Odd Sync ID Symbol Window 6
ERAY0_OSID07    0xF001C188          Odd Sync ID Symbol Window 7
ERAY0_OSID08    0xF001C18C          Odd Sync ID Symbol Window 8
ERAY0_OSID09    0xF001C190          Odd Sync ID Symbol Window 9
ERAY0_OSID10    0xF001C194          Odd Sync ID Symbol Window 10
ERAY0_OSID11    0xF001C198          Odd Sync ID Symbol Window 11
ERAY0_OSID12    0xF001C19C          Odd Sync ID Symbol Window 12
ERAY0_OSID13    0xF001C1A0          Odd Sync ID Symbol Window 13
ERAY0_OSID14    0xF001C1A4          Odd Sync ID Symbol Window 14
ERAY0_OSID15    0xF001C1A8          Odd Sync ID Symbol Window 15
ERAY0_NMV1      0xF001C1B0          Network Management Vector 1
ERAY0_NMV2      0xF001C1B4          Network Management Vector 2
ERAY0_NMV3      0xF001C1B8          Network Management Vector 3
ERAY0_MRC       0xF001C300          Message RAM Configuration
ERAY0_FRF       0xF001C304          FIFO Rejection Filter
ERAY0_FRFM      0xF001C308          FIFO Rejection Filter Mask
ERAY0_FCL       0xF001C30C          FIFO Critical Level
ERAY0_MHDS      0xF001C310          Message Handler Status
ERAY0_LDTS      0xF001C314          Last Dynamic Transmit Slot
ERAY0_FSR       0xF001C318          FIFO Status Register
ERAY0_MHDF      0xF001C31C          Message Handler Constraints Flags
ERAY0_TXRQ1     0xF001C320          Transmission Request Register 1
ERAY0_TXRQ2     0xF001C324          Transmission Request Register 2
ERAY0_TXRQ3     0xF001C328          Transmission Request Register 3
ERAY0_TXRQ4     0xF001C32C          Transmission Request Register 4
ERAY0_NDAT1     0xF001C330          New Data Register 1
ERAY0_NDAT2     0xF001C334          New Data Register 2
ERAY0_NDAT3     0xF001C338          New Data Register 3
ERAY0_NDAT4     0xF001C33C          New Data Register 4
ERAY0_MBSC1     0xF001C340          Message Buffer Status Changed 1
ERAY0_MBSC2     0xF001C344          Message Buffer Status Changed 2
ERAY0_MBSC3     0xF001C348          Message Buffer Status Changed 3
ERAY0_MBSC4     0xF001C34C          Message Buffer Status Changed 4
ERAY0_NDIC1     0xF001C3A8          New Data Interrupt Control 1
ERAY0_NDIC2     0xF001C3AC          New Data Interrupt Control 2
ERAY0_NDIC3     0xF001C3B0          New Data Interrupt Control 3
ERAY0_NDIC4     0xF001C3B4          New Data Interrupt Control 4
ERAY0_MSIC1     0xF001C3B8          Message Buffer Status Changed Interrupt Control 1
ERAY0_MSIC2     0xF001C3BC          Message Buffer Status Changed Interrupt Control 2
ERAY0_MSIC3     0xF001C3C0          Message Buffer Status Changed Interrupt Control 3
ERAY0_MSIC4     0xF001C3C4          Message Buffer Status Changed Interrupt Control 4
ERAY0_CREL      0xF001C3F0          Core Release Register
ERAY0_ENDN      0xF001C3F4          Endian Register
ERAY0_WRDS01    0xF001C400          Write Data Section 1
ERAY0_WRDS02    0xF001C404          Write Data Section 2
ERAY0_WRDS03    0xF001C408          Write Data Section 3
ERAY0_WRDS04    0xF001C40C          Write Data Section 4
ERAY0_WRDS05    0xF001C410          Write Data Section 5
ERAY0_WRDS06    0xF001C414          Write Data Section 6
ERAY0_WRDS07    0xF001C418          Write Data Section 7
ERAY0_WRDS08    0xF001C41C          Write Data Section 8
ERAY0_WRDS09    0xF001C420          Write Data Section 9
ERAY0_WRDS10    0xF001C424          Write Data Section 10
ERAY0_WRDS11    0xF001C428          Write Data Section 11
ERAY0_WRDS12    0xF001C42C          Write Data Section 12
ERAY0_WRDS13    0xF001C430          Write Data Section 13
ERAY0_WRDS14    0xF001C434          Write Data Section 14
ERAY0_WRDS15    0xF001C438          Write Data Section 15
ERAY0_WRDS16    0xF001C43C          Write Data Section 16
ERAY0_WRDS17    0xF001C440          Write Data Section 17
ERAY0_WRDS18    0xF001C444          Write Data Section 18
ERAY0_WRDS19    0xF001C448          Write Data Section 19
ERAY0_WRDS20    0xF001C44C          Write Data Section 20
ERAY0_WRDS21    0xF001C450          Write Data Section 21
ERAY0_WRDS22    0xF001C454          Write Data Section 22
ERAY0_WRDS23    0xF001C458          Write Data Section 23
ERAY0_WRDS24    0xF001C45C          Write Data Section 24
ERAY0_WRDS25    0xF001C460          Write Data Section 25
ERAY0_WRDS26    0xF001C464          Write Data Section 26
ERAY0_WRDS27    0xF001C468          Write Data Section 27
ERAY0_WRDS28    0xF001C46C          Write Data Section 28
ERAY0_WRDS29    0xF001C470          Write Data Section 29
ERAY0_WRDS30    0xF001C474          Write Data Section 30
ERAY0_WRDS31    0xF001C478          Write Data Section 31
ERAY0_WRDS32    0xF001C47C          Write Data Section 32
ERAY0_WRDS33    0xF001C480          Write Data Section 33
ERAY0_WRDS34    0xF001C484          Write Data Section 34
ERAY0_WRDS35    0xF001C488          Write Data Section 35
ERAY0_WRDS36    0xF001C48C          Write Data Section 36
ERAY0_WRDS37    0xF001C490          Write Data Section 37
ERAY0_WRDS38    0xF001C494          Write Data Section 38
ERAY0_WRDS39    0xF001C498          Write Data Section 39
ERAY0_WRDS40    0xF001C49C          Write Data Section 40
ERAY0_WRDS41    0xF001C4A0          Write Data Section 41
ERAY0_WRDS42    0xF001C4A4          Write Data Section 42
ERAY0_WRDS43    0xF001C4A8          Write Data Section 43
ERAY0_WRDS44    0xF001C4AC          Write Data Section 44
ERAY0_WRDS45    0xF001C4B0          Write Data Section 45
ERAY0_WRDS46    0xF001C4B4          Write Data Section 46
ERAY0_WRDS47    0xF001C4B8          Write Data Section 47
ERAY0_WRDS48    0xF001C4BC          Write Data Section 48
ERAY0_WRDS49    0xF001C4C0          Write Data Section 49
ERAY0_WRDS50    0xF001C4C4          Write Data Section 50
ERAY0_WRDS51    0xF001C4C8          Write Data Section 51
ERAY0_WRDS52    0xF001C4CC          Write Data Section 52
ERAY0_WRDS53    0xF001C4D0          Write Data Section 53
ERAY0_WRDS54    0xF001C4D4          Write Data Section 54
ERAY0_WRDS55    0xF001C4D8          Write Data Section 55
ERAY0_WRDS56    0xF001C4DC          Write Data Section 56
ERAY0_WRDS57    0xF001C4E0          Write Data Section 57
ERAY0_WRDS58    0xF001C4E4          Write Data Section 58
ERAY0_WRDS59    0xF001C4E8          Write Data Section 59
ERAY0_WRDS60    0xF001C4EC          Write Data Section 60
ERAY0_WRDS61    0xF001C4F0          Write Data Section 61
ERAY0_WRDS62    0xF001C4F4          Write Data Section 62
ERAY0_WRDS63    0xF001C4F8          Write Data Section 63
ERAY0_WRDS64    0xF001C4FC          Write Data Section 64
ERAY0_WRHS1     0xF001C500          Write Header Section 1
ERAY0_WRHS2     0xF001C504          Write Header Section 2
ERAY0_WRHS3     0xF001C508          Write Header Section 3
ERAY0_IBCM      0xF001C510          Input Buffer Command Mask
ERAY0_IBCR      0xF001C514          Input Buffer Command Request
ERAY0_RDDS01    0xF001C600          Read Data Section 1
ERAY0_RDDS02    0xF001C604          Read Data Section 2
ERAY0_RDDS03    0xF001C608          Read Data Section 3
ERAY0_RDDS04    0xF001C60C          Read Data Section 4
ERAY0_RDDS05    0xF001C610          Read Data Section 5
ERAY0_RDDS06    0xF001C614          Read Data Section 6
ERAY0_RDDS07    0xF001C618          Read Data Section 7
ERAY0_RDDS08    0xF001C61C          Read Data Section 8
ERAY0_RDDS09    0xF001C620          Read Data Section 9
ERAY0_RDDS10    0xF001C624          Read Data Section 10
ERAY0_RDDS11    0xF001C628          Read Data Section 11
ERAY0_RDDS12    0xF001C62C          Read Data Section 12
ERAY0_RDDS13    0xF001C630          Read Data Section 13
ERAY0_RDDS14    0xF001C634          Read Data Section 14
ERAY0_RDDS15    0xF001C638          Read Data Section 15
ERAY0_RDDS16    0xF001C63C          Read Data Section 16
ERAY0_RDDS17    0xF001C640          Read Data Section 17
ERAY0_RDDS18    0xF001C644          Read Data Section 18
ERAY0_RDDS19    0xF001C648          Read Data Section 19
ERAY0_RDDS20    0xF001C64C          Read Data Section 20
ERAY0_RDDS21    0xF001C650          Read Data Section 21
ERAY0_RDDS22    0xF001C654          Read Data Section 22
ERAY0_RDDS23    0xF001C658          Read Data Section 23
ERAY0_RDDS24    0xF001C65C          Read Data Section 24
ERAY0_RDDS25    0xF001C660          Read Data Section 25
ERAY0_RDDS26    0xF001C664          Read Data Section 26
ERAY0_RDDS27    0xF001C668          Read Data Section 27
ERAY0_RDDS28    0xF001C66C          Read Data Section 28
ERAY0_RDDS29    0xF001C670          Read Data Section 29
ERAY0_RDDS30    0xF001C674          Read Data Section 30
ERAY0_RDDS31    0xF001C678          Read Data Section 31
ERAY0_RDDS32    0xF001C67C          Read Data Section 32
ERAY0_RDDS33    0xF001C680          Read Data Section 33
ERAY0_RDDS34    0xF001C684          Read Data Section 34
ERAY0_RDDS35    0xF001C688          Read Data Section 35
ERAY0_RDDS36    0xF001C68C          Read Data Section 36
ERAY0_RDDS37    0xF001C690          Read Data Section 37
ERAY0_RDDS38    0xF001C694          Read Data Section 38
ERAY0_RDDS39    0xF001C698          Read Data Section 39
ERAY0_RDDS40    0xF001C69C          Read Data Section 40
ERAY0_RDDS41    0xF001C6A0          Read Data Section 41
ERAY0_RDDS42    0xF001C6A4          Read Data Section 42
ERAY0_RDDS43    0xF001C6A8          Read Data Section 43
ERAY0_RDDS44    0xF001C6AC          Read Data Section 44
ERAY0_RDDS45    0xF001C6B0          Read Data Section 45
ERAY0_RDDS46    0xF001C6B4          Read Data Section 46
ERAY0_RDDS47    0xF001C6B8          Read Data Section 47
ERAY0_RDDS48    0xF001C6BC          Read Data Section 48
ERAY0_RDDS49    0xF001C6C0          Read Data Section 49
ERAY0_RDDS50    0xF001C6C4          Read Data Section 50
ERAY0_RDDS51    0xF001C6C8          Read Data Section 51
ERAY0_RDDS52    0xF001C6CC          Read Data Section 52
ERAY0_RDDS53    0xF001C6D0          Read Data Section 53
ERAY0_RDDS54    0xF001C6D4          Read Data Section 54
ERAY0_RDDS55    0xF001C6D8          Read Data Section 55
ERAY0_RDDS56    0xF001C6DC          Read Data Section 56
ERAY0_RDDS57    0xF001C6E0          Read Data Section 57
ERAY0_RDDS58    0xF001C6E4          Read Data Section 58
ERAY0_RDDS59    0xF001C6E8          Read Data Section 59
ERAY0_RDDS60    0xF001C6EC          Read Data Section 60
ERAY0_RDDS61    0xF001C6F0          Read Data Section 61
ERAY0_RDDS62    0xF001C6F4          Read Data Section 62
ERAY0_RDDS63    0xF001C6F8          Read Data Section 63
ERAY0_RDDS64    0xF001C6FC          Read Data Section 64
ERAY0_RDHS1     0xF001C700          Read Header Section 1
ERAY0_RDHS2     0xF001C704          Read Header Section 2
ERAY0_RDHS3     0xF001C708          Read Header Section 3
ERAY0_MBS       0xF001C70C          Message Buffer Status
ERAY0_OBCM      0xF001C710          Output Buffer Command Mask
ERAY0_OBCR      0xF001C714          Output Buffer Command Request
ERAY0_OTSS      0xF001C870          OCDS Trigger Set Select
ERAY0_OCS       0xF001C8E8          OCDS Control and Status
ERAY0_KRSTCLR   0xF001C8EC          Kernel Reset Status Clear Register
ERAY0_KRST1     0xF001C8F0          Kernel Reset Register 1
ERAY0_KRST0     0xF001C8F4          Kernel Reset Register 0
ERAY0_ACCEN0    0xF001C8FC          Access Enable Register 0
GETH_MAC_CONFIGURATION 0xF001D000          MAC Configuration Register
GETH_MAC_EXT_CONFIGURATION 0xF001D004          MAC Extended Configuration Register
GETH_MAC_PACKET_FILTER 0xF001D008          MAC Packet Filter Register
GETH_MAC_WATCHDOG_TIMEOUT 0xF001D00C          MAC Watchdog Timeout Register
GETH_MAC_VLAN_TAG_CTRL 0xF001D050          MAC VLAN Tag Control Register
GETH_MAC_VLAN_TAG_DATA 0xF001D054          MAC VLAN Tag Data Register
GETH_MAC_VLAN_HASH_TABLE 0xF001D058          MAC VLAN Hash Table Register
GETH_MAC_VLAN_INCL_Q_3 0xF001D060          MAC VLAN Tag Inclus3on or Replacement Register per Queue
GETH_MAC_Q0_TX_FLOW_CTRL 0xF001D070          MAC Queue 0 TX Flow Control Register
GETH_MAC_RX_FLOW_CTRL 0xF001D090          MAC Receive Flow Control Register
GETH_MAC_RxQ_CTRL4 0xF001D094          MAC Receive Queue Control 4 register
GETH_MAC_RXQ_CTRL0 0xF001D0A0          MAC Receive Queue Control 0 Register
GETH_MAC_RXQ_CTRL1 0xF001D0A4          MAC Receive Queue Control 1 Register
GETH_MAC_RXQ_CTRL2 0xF001D0A8          MAC Receive Queue Control 2 Register
GETH_MAC_INTERRUPT_STATUS 0xF001D0B0          MAC Interrupt Status Register
GETH_MAC_INTERRUPT_ENABLE 0xF001D0B4          MAC Interrupt Enable Register
GETH_MAC_RX_TX_STATUS 0xF001D0B8          MAC Receive Transmit Status Register
GETH_MAC_PMT_CONTROL_STATUS 0xF001D0C0          MAC PMT Control and Status Register
GETH_MAC_LPI_CONTROL_STATUS 0xF001D0D0          MAC LPI Control and Status Register
GETH_MAC_LPI_TIMERS_CONTROL 0xF001D0D4          MAC LPI Timers Control Register
GETH_MAC_LPI_ENTRY_TIMER 0xF001D0D8          MAC LPI Entry Timer Register
GETH_MAC_1US_TIC_COUNTER 0xF001D0DC          MAC One Microsecond Tic Counter Register
GETH_MAC_PHYIF_CONTROL_STATUS 0xF001D0F8          MAC PHY Interface Control and Status Register
GETH_MAC_VERSION 0xF001D110          MAC Version Register
GETH_MAC_DEBUG  0xF001D114          MAC Debug Register
GETH_MAC_HW_FEATURE0 0xF001D11C          MAC Hardware Feature Register 0
GETH_MAC_HW_FEATURE1 0xF001D120          MAC Hardware Feature Register 1
GETH_MAC_HW_FEATURE2 0xF001D124          MAC Hardware Feature Register 2
GETH_MAC_HW_FEATURE3 0xF001D128          MAC Hardware Feature Register 3
GETH_MAC_MDIO_ADDRESS 0xF001D200          MAC MDIO Address Register
GETH_MAC_MDIO_DATA 0xF001D204          MAC MDIO Data Register
GETH_MAC_CSR_SW_CTRL 0xF001D230          MAC CSR Software Controls Register
GETH_MAC_EXT_CFG1 0xF001D238          MAC Extended Configuration Register 1
GETH_MAC_ADDRESS0_HIGH 0xF001D300          MAC Address 0 High Register
GETH_MAC_ADDRESS0_LOW 0xF001D304          MAC Address 0 Low Register
GETH_MAC_ADDRESS1_HIGH 0xF001D308          MAC Address 1 High Register
GETH_MAC_ADDRESS1_LOW 0xF001D30C          MAC Address 1 Low Register
GETH_MAC_ADDRESS2_HIGH 0xF001D310          MAC Address 2 High Register
GETH_MAC_ADDRESS2_LOW 0xF001D314          MAC Address 2 Low Register
GETH_MAC_ADDRESS3_HIGH 0xF001D318          MAC Address 3 High Register
GETH_MAC_ADDRESS3_LOW 0xF001D31C          MAC Address 3 Low Register
GETH_MAC_ADDRESS4_HIGH 0xF001D320          MAC Address 4 High Register
GETH_MAC_ADDRESS4_LOW 0xF001D324          MAC Address 4 Low Register
GETH_MAC_ADDRESS5_HIGH 0xF001D328          MAC Address 5 High Register
GETH_MAC_ADDRESS5_LOW 0xF001D32C          MAC Address 5 Low Register
GETH_MAC_ADDRESS6_HIGH 0xF001D330          MAC Address 6 High Register
GETH_MAC_ADDRESS6_LOW 0xF001D334          MAC Address 6 Low Register
GETH_MAC_ADDRESS7_HIGH 0xF001D338          MAC Address 7 High Register
GETH_MAC_ADDRESS7_LOW 0xF001D33C          MAC Address 7 Low Register
GETH_MAC_ADDRESS8_HIGH 0xF001D340          MAC Address 8 High Register
GETH_MAC_ADDRESS8_LOW 0xF001D344          MAC Address 8 Low Register
GETH_MAC_ADDRESS9_HIGH 0xF001D348          MAC Address 9 High Register
GETH_MAC_ADDRESS9_LOW 0xF001D34C          MAC Address 9 Low Register
GETH_MAC_ADDRESS10_HIGH 0xF001D350          MAC Address 10 High Register
GETH_MAC_ADDRESS10_LOW 0xF001D354          MAC Address 10 Low Register
GETH_MAC_ADDRESS11_HIGH 0xF001D358          MAC Address 11 High Register
GETH_MAC_ADDRESS11_LOW 0xF001D35C          MAC Address 11 Low Register
GETH_MAC_ADDRESS12_HIGH 0xF001D360          MAC Address 12 High Register
GETH_MAC_ADDRESS12_LOW 0xF001D364          MAC Address 12 Low Register
GETH_MAC_ADDRESS13_HIGH 0xF001D368          MAC Address 13 High Register
GETH_MAC_ADDRESS13_LOW 0xF001D36C          MAC Address 13 Low Register
GETH_MAC_ADDRESS14_HIGH 0xF001D370          MAC Address 14 High Register
GETH_MAC_ADDRESS14_LOW 0xF001D374          MAC Address 14 Low Register
GETH_MAC_ADDRESS15_HIGH 0xF001D378          MAC Address 15 High Register
GETH_MAC_ADDRESS15_LOW 0xF001D37C          MAC Address 15 Low Register
GETH_MAC_ADDRESS16_HIGH 0xF001D380          MAC Address 16 High Register
GETH_MAC_ADDRESS16_LOW 0xF001D384          MAC Address 16 Low Register
GETH_MAC_ADDRESS17_HIGH 0xF001D388          MAC Address 17 High Register
GETH_MAC_ADDRESS17_LOW 0xF001D38C          MAC Address 17 Low Register
GETH_MAC_ADDRESS18_HIGH 0xF001D390          MAC Address 18 High Register
GETH_MAC_ADDRESS18_LOW 0xF001D394          MAC Address 18 Low Register
GETH_MAC_ADDRESS19_HIGH 0xF001D398          MAC Address 19 High Register
GETH_MAC_ADDRESS19_LOW 0xF001D39C          MAC Address 19 Low Register
GETH_MAC_ADDRESS20_HIGH 0xF001D3A0          MAC Address 20 High Register
GETH_MAC_ADDRESS20_LOW 0xF001D3A4          MAC Address 20 Low Register
GETH_MAC_ADDRESS21_HIGH 0xF001D3A8          MAC Address 21 High Register
GETH_MAC_ADDRESS21_LOW 0xF001D3AC          MAC Address 21 Low Register
GETH_MAC_ADDRESS22_HIGH 0xF001D3B0          MAC Address 22 High Register
GETH_MAC_ADDRESS22_LOW 0xF001D3B4          MAC Address 22 Low Register
GETH_MAC_ADDRESS23_HIGH 0xF001D3B8          MAC Address 23 High Register
GETH_MAC_ADDRESS23_LOW 0xF001D3BC          MAC Address 23 Low Register
GETH_MAC_ADDRESS24_HIGH 0xF001D3C0          MAC Address 24 High Register
GETH_MAC_ADDRESS24_LOW 0xF001D3C4          MAC Address 24 Low Register
GETH_MAC_ADDRESS25_HIGH 0xF001D3C8          MAC Address 25 High Register
GETH_MAC_ADDRESS25_LOW 0xF001D3CC          MAC Address 25 Low Register
GETH_MAC_ADDRESS26_HIGH 0xF001D3D0          MAC Address 26 High Register
GETH_MAC_ADDRESS26_LOW 0xF001D3D4          MAC Address 26 Low Register
GETH_MAC_ADDRESS27_HIGH 0xF001D3D8          MAC Address 27 High Register
GETH_MAC_ADDRESS27_LOW 0xF001D3DC          MAC Address 27 Low Register
GETH_MAC_ADDRESS28_HIGH 0xF001D3E0          MAC Address 28 High Register
GETH_MAC_ADDRESS28_LOW 0xF001D3E4          MAC Address 28 Low Register
GETH_MAC_ADDRESS29_HIGH 0xF001D3E8          MAC Address 29 High Register
GETH_MAC_ADDRESS29_LOW 0xF001D3EC          MAC Address 29 Low Register
GETH_MAC_ADDRESS30_HIGH 0xF001D3F0          MAC Address 30 High Register
GETH_MAC_ADDRESS30_LOW 0xF001D3F4          MAC Address 30 Low Register
GETH_MAC_ADDRESS31_HIGH 0xF001D3F8          MAC Address 31 High Register
GETH_MAC_ADDRESS31_LOW 0xF001D3FC          MAC Address 31 Low Register
GETH_MMC_CONTROL 0xF001D700          MMC Control Register
GETH_MMC_RX_INTERRUPT 0xF001D704          MMC Receive Interrupts Register
GETH_MMC_TX_INTERRUPT 0xF001D708          MMC Transmit Interrupts Register
GETH_MMC_RX_INTERRUPT_MASK 0xF001D70C          MMC Receive Interrupts Mask Register
GETH_MMC_TX_INTERRUPT_MASK 0xF001D710          MMC Transmit Interrupts Mask Register
GETH_TX_OCTET_COUNT_GOOD_BAD 0xF001D714          Good And Bad Transmitted Octet Count Register
GETH_TX_PACKET_COUNT_GOOD_BAD 0xF001D718          Good And Bad Transmitted Packets Count Register
GETH_TX_BROADCAST_PACKETS_GOOD 0xF001D71C          Good Transmitted Broadcast Packets Count Register
GETH_TX_MULTICAST_PACKETS_GOOD 0xF001D720          Good Transmitted Multicast Packets Count Register
GETH_TX_64OCTETS_PACKETS_GOOD_BAD 0xF001D724          Good And Bad 64 Octets Packets Transmitted Count Register
GETH_TX_65TO127OCTETS_PACKETS_GOOD_BAD 0xF001D728          Good And Bad 65to127 Octets Packets Transmitted Count Register
GETH_TX_128TO255OCTETS_PACKETS_GOOD_BAD 0xF001D72C          Good And Bad 128to255 Octets Packets Transmitted Count Register
GETH_TX_256TO511OCTETS_PACKETS_GOOD_BAD 0xF001D730          Good And Bad 256to511 Octets Packets Transmitted Count Register
GETH_TX_512TO1023OCTETS_PACKETS_GOOD_BAD 0xF001D734          Good And Bad 512to1023 Octets Packets Transmitted Count Register
GETH_TX_1024TOMAXOCTETS_PACKETS_GOOD_BAD 0xF001D738          Good And Bad 1024toMax Octets Packets Transmitted Count Register
GETH_TX_UNICAST_PACKETS_GOOD_BAD 0xF001D73C          Good Transmitted Unicat Packets Count Register
GETH_TX_MULTICAST_PACKETS_GOOD_BAD 0xF001D740          Good And Bad Transmitted Multicast Packets Count Register
GETH_TX_BROADCAST_PACKETS_GOOD_BAD 0xF001D744          Good And Bad Transmitted Broadcast Packets Count Register
GETH_TX_UNDERFLOW_ERROR_PACKETS 0xF001D748          Transmitted Underflow Error Packets Count Register
GETH_TX_SINGLE_COLLISION_GOOD_PACKETS 0xF001D74C          Good Transmitted Single Collision Count Register
GETH_TX_MULTIPLE_COLLISION_GOOD_PACKETS 0xF001D750          Transmitted Multiple Collision Count Register
GETH_TX_DEFERRED_PACKETS 0xF001D754          Transmitted Deferred Packets Count Register
GETH_TX_LATE_COLLISION_PACKETS 0xF001D758          Transmitted Late Collision Packets Count Register
GETH_TX_EXCESSIVE_COLLISION_PACKETS 0xF001D75C          Transmitted Excessive Collision Packets Count Register
GETH_TX_CARRIER_ERROR_PACKETS 0xF001D760          Transmitted Carrier Error Packets Count Register
GETH_TX_OCTET_COUNT_GOOD 0xF001D764          Good Transmitted Octet Count Register
GETH_TX_PACKET_COUNT_GOOD 0xF001D768          Good Transmitted Packet Count Register
GETH_TX_EXCESSIVE_DEFERRAL_ERROR 0xF001D76C          Transmitted Excessive Deferral Error Count Register
GETH_TX_PAUSE_PACKETS 0xF001D770          Transmitted Pause Packets Count Register
GETH_TX_VLAN_PACKETS_GOOD 0xF001D774          Good Transmitted VLAN Packets Count Register
GETH_TX_OSIZE_PACKETS_GOOD 0xF001D778          Good Transmitted Osize Packets Count Register
GETH_RX_PACKETS_COUNT_GOOD_BAD 0xF001D780          Good And Bad Received Packets Count Register
GETH_RX_OCTET_COUNT_GOOD_BAD 0xF001D784          Good And Bad Received Octet Count Register
GETH_RX_OCTET_COUNT_GOOD 0xF001D788          Good Received Octet Count Register
GETH_RX_BROADCAST_PACKETS_GOOD 0xF001D78C          Good Received Broadcast Packets Count Register
GETH_RX_MULTICAST_PACKETS_GOOD 0xF001D790          Good Received Multicast Packets Count Register
GETH_RX_CRC_ERROR_PACKETS 0xF001D794          Received CRC Error Packets Count Register
GETH_RX_ALIGNMENT_ERROR_PACKETS 0xF001D798          Received Alignment Error Count Register
GETH_RX_RUNT_ERROR_PACKETS 0xF001D79C          Received Runtime Error Count Register
GETH_RX_JABBER_ERROR_PACKETS 0xF001D7A0          Received Jabber Error Count Register
GETH_RX_UNDERSIZE_PACKETS_GOOD 0xF001D7A4          Good Received Undersized Packets Count Register
GETH_RX_OVERSIZE_PACKETS_GOOD 0xF001D7A8          Good Received Oversized Packets Count Register
GETH_RX_64OCTETS_PACKETS_GOOD_BAD 0xF001D7AC          Good And Bad 64 Octets Packets Received Count Register
GETH_RX_65TO127OCTETS_PACKETS_GOOD_BAD 0xF001D7B0          Good And Bad 65to127 Octets Packets Received Count Register
GETH_RX_128TO255OCTETS_PACKETS_GOOD_BAD 0xF001D7B4          Good And Bad 128to255 Octets Packets Received Count Register
GETH_RX_256TO511OCTETS_PACKETS_GOOD_BAD 0xF001D7B8          Good And Bad 256to511 Octets Packets Received Count Register
GETH_RX_512TO1023OCTETS_PACKETS_GOOD_BAD 0xF001D7BC          Good And Bad 512to1023 Octets Packets Received Count Register
GETH_RX_1024TOMAXOCTETS_PACKETS_GOOD_BAD 0xF001D7C0          Good And Bad 1024toMax Octets Packets Received Count Register
GETH_RX_UNICAST_PACKETS_GOOD 0xF001D7C4          Good Received Unicat Packets Count Register
GETH_RX_LENGTH_ERROR_PACKETS 0xF001D7C8          Received Length Error Packets Count Register
GETH_RX_OUT_OF_RANGE_TYPE_PACKETS 0xF001D7CC          Received Out Of Range Type Count Register
GETH_RX_PAUSE_PACKETS 0xF001D7D0          Received Pause Packets Count Register
GETH_RX_FIFO_OVERFLOW_PACKETS 0xF001D7D4          Received FIFO Overflow Count Register
GETH_RX_VLAN_PACKETS_GOOD_BAD 0xF001D7D8          Good And Bad Received VLAN Packets Count Registerv
GETH_RX_WATCHDOG_ERROR_PACKETS 0xF001D7DC          Received Watchdog Error Count Register
GETH_RX_RECEIVE_ERROR_PACKETS 0xF001D7E0          Received Receive Error Count Register
GETH_RX_CONTROL_PACKETS_GOOD 0xF001D7E4          Good Received Control Packets Count Register
GETH_TX_LPI_USEC_CNTR 0xF001D7EC          Transmitted LPI Microseconds Count Register
GETH_TX_LPI_TRAN_CNTR 0xF001D7F0          Transmitted LPI Transition Count Register
GETH_RX_LPI_USEC_CNTR 0xF001D7F4          Received Microseconds LPI Count Register
GETH_RX_LPI_TRAN_CNTR 0xF001D7F8          Received LPI Transition Count Register
GETH_MMC_IPC_RX_INTERRUPT_MASK 0xF001D800          MMC IPC Receive Interrupts Mask Register
GETH_MMC_IPC_RX_INTERRUPT 0xF001D808          MMC IPC Receive Interrupts Register
GETH_RXIPV4_GOOD_PACKETS 0xF001D810          Good Received RxIPv4 Packets Count Register
GETH_RXIPV4_HEADER_ERROR_PACKETS 0xF001D814          Received IPv4 Header Error Packets Count Register
GETH_RXIPV4_NO_PAYLOAD_PACKETS 0xF001D818          Received IPv4 No Payload Packets Count Register
GETH_RXIPV4_FRAGMENTED_PACKETS 0xF001D81C          Received IPv4 Fragmented Packets Count Register
GETH_RXIPV4_UDP_CHECKSUM_DISABLED_PACKETS 0xF001D820          Received IPv4 UPD Checksum Disabled Packets Count Register
GETH_RXIPV6_GOOD_PACKETS 0xF001D824          Good Received RxIPv6 Packets Count Register
GETH_RXIPV6_HEADER_ERROR_PACKETS 0xF001D828          Received IPv6 Header Error Packets Count Register
GETH_RXIPV6_NO_PAYLOAD_PACKETS 0xF001D82C          Received IPv6 No Payload Packets Count Register
GETH_RXUDP_GOOD_PACKETS 0xF001D830          Good Received UDP Packets Count Register
GETH_RXUDP_ERROR_PACKETS 0xF001D834          Received UDP Error Packets Count Register
GETH_RXTCP_GOOD_PACKETS 0xF001D838          Good Received TCP Packets Count Register
GETH_RXTCP_ERROR_PACKETS 0xF001D83C          Received TCP Error Packets Count Register
GETH_RXICMP_GOOD_PACKETS 0xF001D840          Good Received ICMP Packets Count Register
GETH_RXICMP_ERROR_PACKETS 0xF001D844          Received ICMP Error Packets Count Register
GETH_RXIPV4_GOOD_OCTETS 0xF001D850          Good Received IPV4 Octets Count Register
GETH_RXIPV4_HEADER_ERROR_OCTETS 0xF001D854          Received IPV4 Header Error Octets Count Register
GETH_RXIPV4_NO_PAYLOAD_OCTETS 0xF001D858          Received IPV4 No Payload Octets Count Register
GETH_RXIPV4_FRAGMENTED_OCTETS 0xF001D85C          Received IPV4 Fragmented Octets Count Register
GETH_RXIPV4_UDP_CHECKSUM_DISABLE_OCTETS 0xF001D860          Received IPV4 UPD Checksum Disabled Octets Count Register
GETH_RXIPV6_GOOD_OCTETS 0xF001D864          Good Received IPV6 Octets Count Register
GETH_RXIPV6_HEADER_ERROR_OCTETS 0xF001D868          Received IPV6 Header Error Octets Count Register
GETH_RXIPV6_NO_PAYLOAD_OCTETS 0xF001D86C          Received IPV6 No Payload Octets Count Register
GETH_RXUDP_GOOD_OCTETS 0xF001D870          Good Received UDP Octets Count Register
GETH_RXUDP_ERROR_OCTETS 0xF001D874          Received UDP Error Octets Count Register
GETH_RXTCP_GOOD_OCTETS 0xF001D878          Good Received TCP Octets Count Register
GETH_RXTCP_ERROR_OCTETS 0xF001D87C          Received TCP Error Octets Count Register
GETH_RXICMP_GOOD_OCTETS 0xF001D880          Good Received ICMP Octets Count Register
GETH_RXICMP_ERROR_OCTETS 0xF001D884          Received ICMP Error Octets Count Register
GETH_MAC_TIMESTAMP_CONTROL 0xF001DB00          MAC Timestamp Control Register
GETH_MAC_SUB_SECOND_INCREMENT 0xF001DB04          MAC Sub-Second Increment Register
GETH_MAC_SYSTEM_TIME_SECONDS 0xF001DB08          MAC System Time Seconds Register
GETH_MAC_SYSTEM_TIME_NANOSECONDS 0xF001DB0C          MAC System Time Nanoseconds Register
GETH_MAC_SYSTEM_TIME_SECONDS_UPDATE 0xF001DB10          MAC System Time Seconds Update Register
GETH_MAC_SYSTEM_TIME_NANOSECONDS_UPDATE 0xF001DB14          MAC System Time Nanoseconds Update Register
GETH_MAC_TIMESTAMP_ADDEND 0xF001DB18          MAC Timestamp Addend Register
GETH_MAC_SYSTEM_TIME_HIGHER_WORD_SECONDS 0xF001DB1C          MAC System Time Higher Word Seconds Register
GETH_MAC_TIMESTAMP_STATUS 0xF001DB20          MAC Timestamp Status Register
GETH_MAC_TX_TIMESTAMP_STATUS_NANOSECONDS 0xF001DB30          MAC Transmit Timestamp Nanoseconds Status Register
GETH_MAC_TX_TIMESTAMP_STATUS_SECONDS 0xF001DB34          MAC Transmit Timestamp Seconds Status Register
GETH_MAC_TIMESTAMP_INGRESS_ASYM_CORR 0xF001DB50          MAC Timestamp Ingress Asymmetry Correction Register
GETH_MAC_TIMESTAMP_EGRESS_ASYM_CORR 0xF001DB54          MAC Timestamp Egress Asymmetry Correction Register
GETH_MAC_TIMESTAMP_INGRESS_CORR_NANOSECOND 0xF001DB58          MAC Timestamp Ingress Correction Nanoseconds Register
GETH_MAC_TIMESTAMP_EGRESS_CORR_NANOSECOND 0xF001DB5C          MAC Timestamp Egress Correction Nanoseconds Register
GETH_MAC_TIMESTAMP_INGRESS_CORR_SUBNANOSEC 0xF001DB60          MAC Timestamp Ingress Correction Subnanoseconds Register
GETH_MAC_TIMESTAMP_EGRESS_CORR_SUBNANOSEC 0xF001DB64          MAC Timestamp Egress Correction Subnanoseconds Register
GETH_MAC_PPS_CONTROL 0xF001DB70          MAC PPS Control Register
GETH_MAC_PPS0_TARGET_TIME_SECONDS 0xF001DB80          MAC PPS 0 Target Time Seconds Register
GETH_MAC_PPS0_TARGET_TIME_NANOSECONDS 0xF001DB84          MAC PPS 0 Target Time Nanoeconds Register
GETH_MAC_PPS0_INTERVAL 0xF001DB88          MAC PPS 0 Interval Register
GETH_MAC_PPS0_WIDTH 0xF001DB8C          MAC PPS 0 Width Register
GETH_MTL_OPERATION_MODE 0xF001DC00          MTL Operation Mode Register
GETH_MTL_INTERRUPT_STATUS 0xF001DC20          MTL Interrupt Status Register
GETH_MTL_RXQ_DMA_MAP0 0xF001DC30          MTL Receive Queue and DMA Channel Mapping 0 Register
GETH_MTL_TXQ0_OPERATION_MODE 0xF001DD00          MTL Queue 0 Transmit Operation Mode Register
GETH_MTL_TXQ0_UNDERFLOW 0xF001DD04          MTL Queue 0 Transmit Underflow Counter Register
GETH_MTL_TXQ0_DEBUG 0xF001DD08          MTL Queue 0 Transmit Debug Register
GETH_MTL_TXQ0_ETS_STATUS 0xF001DD14          MTL Queue 0 Transmit Status Register
GETH_MTL_TXQ0_QUANTUM_WEIGHT 0xF001DD18          MTL Queue 0 Transmit Quantum or Weights Register
GETH_MTL_Q0_INTERRUPT_CONTROL_STATUS 0xF001DD2C          MTL Queue 0 Interrupt Control Status Register
GETH_MTL_RXQ0_OPERATION_MODE 0xF001DD30          MTL Queue 0 Receive Operation Mode Register
GETH_MTL_RXQ0_MISSED_PACKET_OVERFLOW_CNT 0xF001DD34          MTL Queue 0 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ0_DEBUG 0xF001DD38          MTL Queue 0 Receive Debug Register
GETH_MTL_RXQ0_CONTROL 0xF001DD3C          MTL Queue 0 Receive Control Register
GETH_MTL_TXQ1_OPERATION_MODE 0xF001DD40          MTL Queue 1 Transmit Operation Mode Register
GETH_MTL_TXQ1_UNDERFLOW 0xF001DD44          MTL Queue 1 Transmit Underflow Counter Register
GETH_MTL_TXQ1_DEBUG 0xF001DD48          MTL Queue 1 Transmit Debug Register
GETH_MTL_TXQ1_ETS_CONTROL 0xF001DD50          MTL Queue 1 Transmit ETS Control Register
GETH_MTL_TXQ1_ETS_STATUS 0xF001DD54          MTL Queue 1 Transmit ETS Status Register
GETH_MTL_TXQ1_QUANTUM_WEIGHT 0xF001DD58          MTL Queue 1 Transmit Quantum or Weights Register
GETH_MTL_TXQ1_SENDSLOPECREDIT 0xF001DD5C          MTL Queue 1 Transmit SendSlopeCredit Register
GETH_MTL_TXQ1_HICREDIT 0xF001DD60          MTL Queue 1 Transmit HiCredit Register
GETH_MTL_TXQ1_LOCREDIT 0xF001DD64          MTL Queue 1 Transmit LoCredit Register
GETH_MTL_Q1_INTERRUPT_CONTROL_STATUS 0xF001DD6C          MTL Queue 1 Interrupt Status Register
GETH_MTL_RXQ1_OPERATION_MODE 0xF001DD70          MTL Queue 1 Receive Operation Mode Register
GETH_MTL_RXQ1_MISSED_PACKET_OVERFLOW_CNT 0xF001DD74          MTL Queue 1 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ1_DEBUG 0xF001DD78          MTL Queue 1 Receive Debug Register
GETH_MTL_RXQ1_CONTROL 0xF001DD7C          MTL Queue 1 Receive Control Register
GETH_MTL_TXQ2_OPERATION_MODE 0xF001DD80          MTL Queue 2 Transmit Operation Mode Register
GETH_MTL_TXQ2_UNDERFLOW 0xF001DD84          MTL Queue 2 Transmit Underflow Counter Register
GETH_MTL_TXQ2_DEBUG 0xF001DD88          MTL Queue 2 Transmit Debug Register
GETH_MTL_TXQ2_ETS_CONTROL 0xF001DD90          MTL Queue 2 Transmit ETS Control Register
GETH_MTL_TXQ2_ETS_STATUS 0xF001DD94          MTL Queue 2 Transmit ETS Status Register
GETH_MTL_TXQ2_QUANTUM_WEIGHT 0xF001DD98          MTL Queue 2 Transmit Quantum or Weights Register
GETH_MTL_TXQ2_SENDSLOPECREDIT 0xF001DD9C          MTL Queue 2 Transmit SendSlopeCredit Register
GETH_MTL_TXQ2_HICREDIT 0xF001DDA0          MTL Queue 2 Transmit HiCredit Register
GETH_MTL_TXQ2_LOCREDIT 0xF001DDA4          MTL Queue 2 Transmit LoCredit Register
GETH_MTL_Q2_INTERRUPT_CONTROL_STATUS 0xF001DDAC          MTL Queue 2 Interrupt Status Register
GETH_MTL_RXQ2_OPERATION_MODE 0xF001DDB0          MTL Queue 2 Receive Operation Mode Register
GETH_MTL_RXQ2_MISSED_PACKET_OVERFLOW_CNT 0xF001DDB4          MTL Queue 2 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ2_DEBUG 0xF001DDB8          MTL Queue 2 Receive Debug Register
GETH_MTL_RXQ2_CONTROL 0xF001DDBC          MTL Queue 2 Receive Control Register
GETH_MTL_TXQ3_OPERATION_MODE 0xF001DDC0          MTL Queue 3 Transmit Operation Mode Register
GETH_MTL_TXQ3_UNDERFLOW 0xF001DDC4          MTL Queue 3 Transmit Underflow Counter Register
GETH_MTL_TXQ3_DEBUG 0xF001DDC8          MTL Queue 3 Transmit Debug Register
GETH_MTL_TXQ3_ETS_CONTROL 0xF001DDD0          MTL Queue 3 Transmit ETS Control Register
GETH_MTL_TXQ3_ETS_STATUS 0xF001DDD4          MTL Queue 3 Transmit ETS Status Register
GETH_MTL_TXQ3_QUANTUM_WEIGHT 0xF001DDD8          MTL Queue 3 Transmit Quantum or Weights Register
GETH_MTL_TXQ3_SENDSLOPECREDIT 0xF001DDDC          MTL Queue 3 Transmit SendSlopeCredit Register
GETH_MTL_TXQ3_HICREDIT 0xF001DDE0          MTL Queue 3 Transmit HiCredit Register
GETH_MTL_TXQ3_LOCREDIT 0xF001DDE4          MTL Queue 3 Transmit LoCredit Register
GETH_MTL_Q3_INTERRUPT_CONTROL_STATUS 0xF001DDEC          MTL Queue 3 Interrupt Status Register
GETH_MTL_RXQ3_OPERATION_MODE 0xF001DDF0          MTL Queue 3 Receive Operation Mode Register
GETH_MTL_RXQ3_MISSED_PACKET_OVERFLOW_CNT 0xF001DDF4          MTL Queue 3 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ3_DEBUG 0xF001DDF8          MTL Queue 3 Receive Debug Register
GETH_MTL_RXQ3_CONTROL 0xF001DDFC          MTL Queue 3 Receive Control Register
GETH_DMA_MODE   0xF001E000          DMA Bus Mode Register
GETH_DMA_SYSBUS_MODE 0xF001E004          DMA System Bus Mode Register
GETH_DMA_INTERRUPT_STATUS 0xF001E008          DMA Interrupt Status Register
GETH_DMA_DEBUG_STATUS0 0xF001E00C          DMA Debug Status 0 Register
GETH_DMA_DEBUG_STATUS1 0xF001E010          DMA Debug Status 1 Register
GETH_DMA_CH0_CONTROL 0xF001E100          DMA Channel 0 Control Register
GETH_DMA_CH0_TX_CONTROL 0xF001E104          DMA Channel 0 Transmit Control Register
GETH_DMA_CH0_RX_CONTROL 0xF001E108          DMA Channel 0 Receive Control Register
GETH_DMA_CH0_TXDESC_LIST_ADDRESS 0xF001E114          DMA Channel 0 Transmit Descriptor List Address Register
GETH_DMA_CH0_RXDESC_LIST_ADDRESS 0xF001E11C          DMA Channel 0 Receive Descriptor List Address Register
GETH_DMA_CH0_TXDESC_TAIL_POINTER 0xF001E120          DMA Channel 0 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH0_RXDESC_TAIL_POINTER 0xF001E128          DMA Channel 0 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH0_TXDESC_RING_LENGTH 0xF001E12C          DMA Channel 0 Transmit Descriptor Ring Length Register
GETH_DMA_CH0_RXDESC_RING_LENGTH 0xF001E130          DMA Channel 0 Recieve Descriptor Ring Length Register
GETH_DMA_CH0_INTERRUPT_ENABLE 0xF001E134          DMA Channel 0 Interrupt Enable Register
GETH_DMA_CH0_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E138          DMA Channel 0 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH0_SLOT_FUNCTION_CONTROL_STATUS 0xF001E13C          DMA Channel 0 Slot Function Control and Status Register
GETH_DMA_CH0_CURRENT_APP_TXDESC 0xF001E144          DMA Channel 0 Current Application Transmit Descriptor Register
GETH_DMA_CH0_CURRENT_APP_RXDESC 0xF001E14C          DMA Channel 0 Current Application Receive Descriptor Register
GETH_DMA_CH0_CURRENT_APP_TXBUFFER 0xF001E154          DMA Channel 0 Current Application Transmit Buffer Address Register
GETH_DMA_CH0_CURRENT_APP_RXBUFFER 0xF001E15C          DMA Channel 0 Current Application Receive Buffer Address Register
GETH_DMA_CH0_STATUS 0xF001E160          DMA Channel 0 Status Register
GETH_DMA_CH0_MISS_FRAME_CNT 0xF001E164          DMA Channel 0 Missed Frames Count Register
GETH_DMA_CH1_CONTROL 0xF001E180          DMA Channel 1 Control Register
GETH_DMA_CH1_TX_CONTROL 0xF001E184          DMA Channel 1 Transmit Control Register
GETH_DMA_CH1_RX_CONTROL 0xF001E188          DMA Channel 1 Receive Control Register
GETH_DMA_CH1_TXDESC_LIST_ADDRESS 0xF001E194          DMA Channel 1 Transmit Descriptor List Address Register
GETH_DMA_CH1_RXDESC_LIST_ADDRESS 0xF001E19C          DMA Channel 1 Receive Descriptor List Address Register
GETH_DMA_CH1_TXDESC_TAIL_POINTER 0xF001E1A0          DMA Channel 1 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH1_RXDESC_TAIL_POINTER 0xF001E1A8          DMA Channel 1 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH1_TXDESC_RING_LENGTH 0xF001E1AC          DMA Channel 1 Transmit Descriptor Ring Length Register
GETH_DMA_CH1_RXDESC_RING_LENGTH 0xF001E1B0          DMA Channel 1 Recieve Descriptor Ring Length Register
GETH_DMA_CH1_INTERRUPT_ENABLE 0xF001E1B4          DMA Channel 1 Interrupt Enable Register
GETH_DMA_CH1_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E1B8          DMA Channel 1 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH1_SLOT_FUNCTION_CONTROL_STATUS 0xF001E1BC          DMA Channel 1 Slot Function Control and Status Register
GETH_DMA_CH1_CURRENT_APP_TXDESC 0xF001E1C4          DMA Channel 1 Current Application Transmit Descriptor Register
GETH_DMA_CH1_CURRENT_APP_RXDESC 0xF001E1CC          DMA Channel 1 Current Application Receive Descriptor Register
GETH_DMA_CH1_CURRENT_APP_TXBUFFER 0xF001E1D4          DMA Channel 1 Current Application Transmit Buffer Address Register
GETH_DMA_CH1_CURRENT_APP_RXBUFFER 0xF001E1DC          DMA Channel 1 Current Application Receive Buffer Address Register
GETH_DMA_CH1_STATUS 0xF001E1E0          DMA Channel 1 Status Register
GETH_DMA_CH1_MISS_FRAME_CNT 0xF001E1E4          DMA Channel 1 Missed Frames Count Register
GETH_DMA_CH2_CONTROL 0xF001E200          DMA Channel 2 Control Register
GETH_DMA_CH2_TX_CONTROL 0xF001E204          DMA Channel 2 Transmit Control Register
GETH_DMA_CH2_RX_CONTROL 0xF001E208          DMA Channel 2 Receive Control Register
GETH_DMA_CH2_TXDESC_LIST_ADDRESS 0xF001E214          DMA Channel 2 Transmit Descriptor List Address Register
GETH_DMA_CH2_RXDESC_LIST_ADDRESS 0xF001E21C          DMA Channel 2 Receive Descriptor List Address Register
GETH_DMA_CH2_TXDESC_TAIL_POINTER 0xF001E220          DMA Channel 2 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH2_RXDESC_TAIL_POINTER 0xF001E228          DMA Channel 2 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH2_TXDESC_RING_LENGTH 0xF001E22C          DMA Channel 2 Transmit Descriptor Ring Length Register
GETH_DMA_CH2_RXDESC_RING_LENGTH 0xF001E230          DMA Channel 2 Recieve Descriptor Ring Length Register
GETH_DMA_CH2_INTERRUPT_ENABLE 0xF001E234          DMA Channel 2 Interrupt Enable Register
GETH_DMA_CH2_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E238          DMA Channel 2 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH2_SLOT_FUNCTION_CONTROL_STATUS 0xF001E23C          DMA Channel 2 Slot Function Control and Status Register
GETH_DMA_CH2_CURRENT_APP_TXDESC 0xF001E244          DMA Channel 2 Current Application Transmit Descriptor Register
GETH_DMA_CH2_CURRENT_APP_RXDESC 0xF001E24C          DMA Channel 2 Current Application Receive Descriptor Register
GETH_DMA_CH2_CURRENT_APP_TXBUFFER 0xF001E254          DMA Channel 2 Current Application Transmit Buffer Address Register
GETH_DMA_CH2_CURRENT_APP_RXBUFFER 0xF001E25C          DMA Channel 2 Current Application Receive Buffer Address Register
GETH_DMA_CH2_STATUS 0xF001E260          DMA Channel 2 Status Register
GETH_DMA_CH2_MISS_FRAME_CNT 0xF001E264          DMA Channel 2 Missed Frames Count Register
GETH_DMA_CH3_CONTROL 0xF001E280          DMA Channel 3 Control Register
GETH_DMA_CH3_TX_CONTROL 0xF001E284          DMA Channel 3 Transmit Control Register
GETH_DMA_CH3_RX_CONTROL 0xF001E288          DMA Channel 3 Receive Control Register
GETH_DMA_CH3_TXDESC_LIST_ADDRESS 0xF001E294          DMA Channel 3 Transmit Descriptor List Address Register
GETH_DMA_CH3_RXDESC_LIST_ADDRESS 0xF001E29C          DMA Channel 3 Receive Descriptor List Address Register
GETH_DMA_CH3_TXDESC_TAIL_POINTER 0xF001E2A0          DMA Channel 3 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH3_RXDESC_TAIL_POINTER 0xF001E2A8          DMA Channel 3 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH3_TXDESC_RING_LENGTH 0xF001E2AC          DMA Channel 3 Transmit Descriptor Ring Length Register
GETH_DMA_CH3_RXDESC_RING_LENGTH 0xF001E2B0          DMA Channel 3 Recieve Descriptor Ring Length Register
GETH_DMA_CH3_INTERRUPT_ENABLE 0xF001E2B4          DMA Channel 3 Interrupt Enable Register
GETH_DMA_CH3_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E2B8          DMA Channel 3 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH3_SLOT_FUNCTION_CONTROL_STATUS 0xF001E2BC          DMA Channel 3 Slot Function Control and Status Register
GETH_DMA_CH3_CURRENT_APP_TXDESC 0xF001E2C4          DMA Channel 3 Current Application Transmit Descriptor Register
GETH_DMA_CH3_CURRENT_APP_RXDESC 0xF001E2CC          DMA Channel 3 Current Application Receive Descriptor Register
GETH_DMA_CH3_CURRENT_APP_TXBUFFER 0xF001E2D4          DMA Channel 3 Current Application Transmit Buffer Address Register
GETH_DMA_CH3_CURRENT_APP_RXBUFFER 0xF001E2DC          DMA Channel 3 Current Application Receive Buffer Address Register
GETH_DMA_CH3_STATUS 0xF001E2E0          DMA Channel 3 Status Register
GETH_DMA_CH3_MISS_FRAME_CNT 0xF001E2E4          DMA Channel 3 Missed Frames Count Register
GETH_CLC        0xF001F000          Clock Control Register
GETH_ID         0xF001F004          Module Identification Register
GETH_GPCTL      0xF001F008          General Purpose Control Register
GETH_ACCEN0     0xF001F00C          Access Enable Register 0
GETH_ACCEN1     0xF001F010          Access Enable Register 1
GETH_KRST0      0xF001F014          Kernel Reset Register 0
GETH_KRST1      0xF001F018          Kernel Reset Register 1
GETH_KRSTCLR    0xF001F01C          Kernel Reset Status Clear Register
GETH_ACCEN0D0   0xF001F020          Access Enable Register 0 for DMA0
GETH_ACCEN1D0   0xF001F024          Access Enable Register 1 for DMA0
GETH_ACCEN0D1   0xF001F028          Access Enable Register 0 for DMA1
GETH_ACCEN1D1   0xF001F02C          Access Enable Register 1 for DMA1
GETH_ACCEN0D2   0xF001F030          Access Enable Register 0 for DMA2
GETH_ACCEN1D2   0xF001F034          Access Enable Register 1 for DMA2
GETH_ACCEN0D3   0xF001F038          Access Enable Register 0 for DMA3
GETH_ACCEN1D3   0xF001F03C          Access Enable Register 1 for DMA3
GETH_SKEWCTL    0xF001F040          Skew Control Register
EVADC_CLC       0xF0020000          Clock Control Register
EVADC_ID        0xF0020008          Module Identification Register
EVADC_OCS       0xF0020028          OCDS Control and Status Register
EVADC_KRSTCLR   0xF002002C          Kernel Reset Status Clear Register
EVADC_KRST1     0xF0020030          Kernel Reset Register 1
EVADC_KRST0     0xF0020034          Kernel Reset Register 0
EVADC_ACCEN0    0xF002003C          Access Enable Register 0
EVADC_GLOBCFG   0xF0020080          Global Configuration Register
EVADC_ACCPROT0  0xF0020088          Access Protection Register 0
EVADC_ACCPROT1  0xF002008C          Access Protection Register 1
EVADC_ACCPROT2  0xF0020090          Access Protection Register 2
EVADC_GLOBICLASS0 0xF00200A0          Input Class Register 0, Global
EVADC_GLOBICLASS1 0xF00200A4          Input Class Register 1, Global
EVADC_GLOBBOUND 0xF00200B8          Global Boundary Select Register
EVADC_GLOBEFLAG 0xF00200E0          Global Event Flag Register
EVADC_GLOBEVNP  0xF0020140          Global Event Node Pointer Register
EVADC_GLOBTF    0xF0020160          Global Test Functions Register
EVADC_GLOBTE    0xF0020164          Global Test Enable Register
EVADC_GLOBRCR   0xF0020280          Global Result Control Register
EVADC_GLOBRES   0xF0020300          Global Result Register
EVADC_GLOBRESD  0xF0020380          Global Result Register, Debug
EVADC_EMUXSEL   0xF00203F0          External Multiplexer Interface Select Register
EVADC_G0TRCTR   0xF0020410          Trigger Control Register, Group 0
EVADC_G0ARBCFG  0xF0020480          Arbitration Config. Register, Group 0
EVADC_G0ARBPR   0xF0020484          Arbitration Priority Register, Group 0
EVADC_G0ANCFG   0xF0020488          Analog Fct. Config. Register, Group 0
EVADC_G0ICLASS0 0xF00204A0          Input Class Register 0, Group 0
EVADC_G0ICLASS1 0xF00204A4          Input Class Register 1, Group 0
EVADC_G0ALIAS   0xF00204B0          Alias Register, Group 0
EVADC_G0BOUND   0xF00204B8          Boundary Select Register, Group 0
EVADC_G0SYNCTR  0xF00204C0          Synchronization Control Register, Group 0
EVADC_G0QCTRL0  0xF0020500          Queue 0 Source Contr. Register, Group 0
EVADC_G0QMR0    0xF0020504          Queue 0 Mode Register, Group 0
EVADC_G0QSR0    0xF0020508          Queue 0 Status Register, Group 0
EVADC_G0Q0R0    0xF002050C          Queue 0 Register 0, Group 0
EVADC_G0QINR0   0xF0020510          Queue 0 Input Register, Group 0
EVADC_G0QBUR0   0xF0020514          Queue 0 Backup Register, Group 0
EVADC_G0REQTM0  0xF0020518          Queue 0 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS0  0xF002051C          Queue 0 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL1  0xF0020520          Queue 1 Source Contr. Register, Group 0
EVADC_G0QMR1    0xF0020524          Queue 1 Mode Register, Group 0
EVADC_G0QSR1    0xF0020528          Queue 1 Status Register, Group 0
EVADC_G0Q0R1    0xF002052C          Queue 1 Register 0, Group 0
EVADC_G0QINR1   0xF0020530          Queue 1 Input Register, Group 0
EVADC_G0QBUR1   0xF0020534          Queue 1 Backup Register, Group 0
EVADC_G0REQTM1  0xF0020538          Queue 1 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS1  0xF002053C          Queue 1 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL2  0xF0020540          Queue 2 Source Contr. Register, Group 0
EVADC_G0QMR2    0xF0020544          Queue 2 Mode Register, Group 0
EVADC_G0QSR2    0xF0020548          Queue 2 Status Register, Group 0
EVADC_G0Q0R2    0xF002054C          Queue 2 Register 0, Group 0
EVADC_G0QINR2   0xF0020550          Queue 2 Input Register, Group 0
EVADC_G0QBUR2   0xF0020554          Queue 2 Backup Register, Group 0
EVADC_G0REQTM2  0xF0020558          Queue 2 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS2  0xF002055C          Queue 2 Requ. Timer Status Reg., Group 0
EVADC_G0CEFLAG  0xF0020580          Channel Event Flag Register, Group 0
EVADC_G0REFLAG  0xF0020584          Result Event Flag Register, Group 0
EVADC_G0SEFLAG  0xF0020588          Source Event Flag Register, Group 0
EVADC_G0CEFCLR  0xF0020590          Channel Event Flag Clear Register, Group 0
EVADC_G0REFCLR  0xF0020594          Result Event Flag Clear Register, Group 0
EVADC_G0SEFCLR  0xF0020598          Source Event Flag Clear Reg., Group 0
EVADC_G0CEVNP0  0xF00205A0          Channel Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP0  0xF00205B0          Result Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP1  0xF00205B4          Result Event Node Pointer Reg. 1, Group 0
EVADC_G0SEVNP   0xF00205C0          Source Event Node Pointer Reg., Group 0
EVADC_G0SRACT   0xF00205C8          Service Request Software Activation Trigger, Group 0
EVADC_G0EMUXCTR 0xF00205F0          External Multiplexer Control Reg., Group 0
EVADC_G0EMUXCS  0xF00205F4          Ext. Multiplexer Channel Select Reg., Group 0
EVADC_G0VFR     0xF00205F8          Valid Flag Register, Group 0
EVADC_G0CHCTR0  0xF0020600          Group 0, Channel 0 Control Register
EVADC_G0CHCTR1  0xF0020604          Group 0, Channel 1 Control Register
EVADC_G0CHCTR2  0xF0020608          Group 0, Channel 2 Control Register
EVADC_G0CHCTR3  0xF002060C          Group 0, Channel 3 Control Register
EVADC_G0CHCTR4  0xF0020610          Group 0, Channel 4 Control Register
EVADC_G0CHCTR5  0xF0020614          Group 0, Channel 5 Control Register
EVADC_G0CHCTR6  0xF0020618          Group 0, Channel 6 Control Register
EVADC_G0CHCTR7  0xF002061C          Group 0, Channel 7 Control Register
EVADC_G0RCR0    0xF0020680          Group 0 Result Control Register 0
EVADC_G0RCR1    0xF0020684          Group 0 Result Control Register 1
EVADC_G0RCR2    0xF0020688          Group 0 Result Control Register 2
EVADC_G0RCR3    0xF002068C          Group 0 Result Control Register 3
EVADC_G0RCR4    0xF0020690          Group 0 Result Control Register 4
EVADC_G0RCR5    0xF0020694          Group 0 Result Control Register 5
EVADC_G0RCR6    0xF0020698          Group 0 Result Control Register 6
EVADC_G0RCR7    0xF002069C          Group 0 Result Control Register 7
EVADC_G0RCR8    0xF00206A0          Group 0 Result Control Register 8
EVADC_G0RCR9    0xF00206A4          Group 0 Result Control Register 9
EVADC_G0RCR10   0xF00206A8          Group 0 Result Control Register 10
EVADC_G0RCR11   0xF00206AC          Group 0 Result Control Register 11
EVADC_G0RCR12   0xF00206B0          Group 0 Result Control Register 12
EVADC_G0RCR13   0xF00206B4          Group 0 Result Control Register 13
EVADC_G0RCR14   0xF00206B8          Group 0 Result Control Register 14
EVADC_G0RCR15   0xF00206BC          Group 0 Result Control Register 15
EVADC_G0RES0    0xF0020700          Group 0 Result Register 0
EVADC_G0RES1    0xF0020704          Group 0 Result Register 1
EVADC_G0RES2    0xF0020708          Group 0 Result Register 2
EVADC_G0RES3    0xF002070C          Group 0 Result Register 3
EVADC_G0RES4    0xF0020710          Group 0 Result Register 4
EVADC_G0RES5    0xF0020714          Group 0 Result Register 5
EVADC_G0RES6    0xF0020718          Group 0 Result Register 6
EVADC_G0RES7    0xF002071C          Group 0 Result Register 7
EVADC_G0RES8    0xF0020720          Group 0 Result Register 8
EVADC_G0RES9    0xF0020724          Group 0 Result Register 9
EVADC_G0RES10   0xF0020728          Group 0 Result Register 10
EVADC_G0RES11   0xF002072C          Group 0 Result Register 11
EVADC_G0RES12   0xF0020730          Group 0 Result Register 12
EVADC_G0RES13   0xF0020734          Group 0 Result Register 13
EVADC_G0RES14   0xF0020738          Group 0 Result Register 14
EVADC_G0RES15   0xF002073C          Group 0 Result Register 15
EVADC_G0RESD0   0xF0020780          Group 0 Result Reg. 0, Debug
EVADC_G0RESD1   0xF0020784          Group 0 Result Reg. 1, Debug
EVADC_G0RESD2   0xF0020788          Group 0 Result Reg. 2, Debug
EVADC_G0RESD3   0xF002078C          Group 0 Result Reg. 3, Debug
EVADC_G0RESD4   0xF0020790          Group 0 Result Reg. 4, Debug
EVADC_G0RESD5   0xF0020794          Group 0 Result Reg. 5, Debug
EVADC_G0RESD6   0xF0020798          Group 0 Result Reg. 6, Debug
EVADC_G0RESD7   0xF002079C          Group 0 Result Reg. 7, Debug
EVADC_G0RESD8   0xF00207A0          Group 0 Result Reg. 8, Debug
EVADC_G0RESD9   0xF00207A4          Group 0 Result Reg. 9, Debug
EVADC_G0RESD10  0xF00207A8          Group 0 Result Reg. 10, Debug
EVADC_G0RESD11  0xF00207AC          Group 0 Result Reg. 11, Debug
EVADC_G0RESD12  0xF00207B0          Group 0 Result Reg. 12, Debug
EVADC_G0RESD13  0xF00207B4          Group 0 Result Reg. 13, Debug
EVADC_G0RESD14  0xF00207B8          Group 0 Result Reg. 14, Debug
EVADC_G0RESD15  0xF00207BC          Group 0 Result Reg. 15, Debug
EVADC_G1TRCTR   0xF0020810          Trigger Control Register, Group 1
EVADC_G1ARBCFG  0xF0020880          Arbitration Config. Register, Group 1
EVADC_G1ARBPR   0xF0020884          Arbitration Priority Register, Group 1
EVADC_G1ANCFG   0xF0020888          Analog Fct. Config. Register, Group 1
EVADC_G1ICLASS0 0xF00208A0          Input Class Register 0, Group 1
EVADC_G1ICLASS1 0xF00208A4          Input Class Register 1, Group 1
EVADC_G1ALIAS   0xF00208B0          Alias Register, Group 1
EVADC_G1BOUND   0xF00208B8          Boundary Select Register, Group 1
EVADC_G1SYNCTR  0xF00208C0          Synchronization Control Register, Group 1
EVADC_G1QCTRL0  0xF0020900          Queue 0 Source Contr. Register, Group 1
EVADC_G1QMR0    0xF0020904          Queue 0 Mode Register, Group 1
EVADC_G1QSR0    0xF0020908          Queue 0 Status Register, Group 1
EVADC_G1Q0R0    0xF002090C          Queue 0 Register 0, Group 1
EVADC_G1QINR0   0xF0020910          Queue 0 Input Register, Group 1
EVADC_G1QBUR0   0xF0020914          Queue 0 Backup Register, Group 1
EVADC_G1REQTM0  0xF0020918          Queue 0 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS0  0xF002091C          Queue 0 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL1  0xF0020920          Queue 1 Source Contr. Register, Group 1
EVADC_G1QMR1    0xF0020924          Queue 1 Mode Register, Group 1
EVADC_G1QSR1    0xF0020928          Queue 1 Status Register, Group 1
EVADC_G1Q0R1    0xF002092C          Queue 1 Register 0, Group 1
EVADC_G1QINR1   0xF0020930          Queue 1 Input Register, Group 1
EVADC_G1QBUR1   0xF0020934          Queue 1 Backup Register, Group 1
EVADC_G1REQTM1  0xF0020938          Queue 1 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS1  0xF002093C          Queue 1 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL2  0xF0020940          Queue 2 Source Contr. Register, Group 1
EVADC_G1QMR2    0xF0020944          Queue 2 Mode Register, Group 1
EVADC_G1QSR2    0xF0020948          Queue 2 Status Register, Group 1
EVADC_G1Q0R2    0xF002094C          Queue 2 Register 0, Group 1
EVADC_G1QINR2   0xF0020950          Queue 2 Input Register, Group 1
EVADC_G1QBUR2   0xF0020954          Queue 2 Backup Register, Group 1
EVADC_G1REQTM2  0xF0020958          Queue 2 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS2  0xF002095C          Queue 2 Requ. Timer Status Reg., Group 1
EVADC_G1CEFLAG  0xF0020980          Channel Event Flag Register, Group 1
EVADC_G1REFLAG  0xF0020984          Result Event Flag Register, Group 1
EVADC_G1SEFLAG  0xF0020988          Source Event Flag Register, Group 1
EVADC_G1CEFCLR  0xF0020990          Channel Event Flag Clear Register, Group 1
EVADC_G1REFCLR  0xF0020994          Result Event Flag Clear Register, Group 1
EVADC_G1SEFCLR  0xF0020998          Source Event Flag Clear Reg., Group 1
EVADC_G1CEVNP0  0xF00209A0          Channel Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP0  0xF00209B0          Result Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP1  0xF00209B4          Result Event Node Pointer Reg. 1, Group 1
EVADC_G1SEVNP   0xF00209C0          Source Event Node Pointer Reg., Group 1
EVADC_G1SRACT   0xF00209C8          Service Request Software Activation Trigger, Group 1
EVADC_G1EMUXCTR 0xF00209F0          External Multiplexer Control Reg., Group 1
EVADC_G1EMUXCS  0xF00209F4          Ext. Multiplexer Channel Select Reg., Group 1
EVADC_G1VFR     0xF00209F8          Valid Flag Register, Group 1
EVADC_G1CHCTR0  0xF0020A00          Group 1, Channel 0 Control Register
EVADC_G1CHCTR1  0xF0020A04          Group 1, Channel 1 Control Register
EVADC_G1CHCTR2  0xF0020A08          Group 1, Channel 2 Control Register
EVADC_G1CHCTR3  0xF0020A0C          Group 1, Channel 3 Control Register
EVADC_G1CHCTR4  0xF0020A10          Group 1, Channel 4 Control Register
EVADC_G1CHCTR5  0xF0020A14          Group 1, Channel 5 Control Register
EVADC_G1CHCTR6  0xF0020A18          Group 1, Channel 6 Control Register
EVADC_G1CHCTR7  0xF0020A1C          Group 1, Channel 7 Control Register
EVADC_G1RCR0    0xF0020A80          Group 1 Result Control Register 0
EVADC_G1RCR1    0xF0020A84          Group 1 Result Control Register 1
EVADC_G1RCR2    0xF0020A88          Group 1 Result Control Register 2
EVADC_G1RCR3    0xF0020A8C          Group 1 Result Control Register 3
EVADC_G1RCR4    0xF0020A90          Group 1 Result Control Register 4
EVADC_G1RCR5    0xF0020A94          Group 1 Result Control Register 5
EVADC_G1RCR6    0xF0020A98          Group 1 Result Control Register 6
EVADC_G1RCR7    0xF0020A9C          Group 1 Result Control Register 7
EVADC_G1RCR8    0xF0020AA0          Group 1 Result Control Register 8
EVADC_G1RCR9    0xF0020AA4          Group 1 Result Control Register 9
EVADC_G1RCR10   0xF0020AA8          Group 1 Result Control Register 10
EVADC_G1RCR11   0xF0020AAC          Group 1 Result Control Register 11
EVADC_G1RCR12   0xF0020AB0          Group 1 Result Control Register 12
EVADC_G1RCR13   0xF0020AB4          Group 1 Result Control Register 13
EVADC_G1RCR14   0xF0020AB8          Group 1 Result Control Register 14
EVADC_G1RCR15   0xF0020ABC          Group 1 Result Control Register 15
EVADC_G1RES0    0xF0020B00          Group 1 Result Register 0
EVADC_G1RES1    0xF0020B04          Group 1 Result Register 1
EVADC_G1RES2    0xF0020B08          Group 1 Result Register 2
EVADC_G1RES3    0xF0020B0C          Group 1 Result Register 3
EVADC_G1RES4    0xF0020B10          Group 1 Result Register 4
EVADC_G1RES5    0xF0020B14          Group 1 Result Register 5
EVADC_G1RES6    0xF0020B18          Group 1 Result Register 6
EVADC_G1RES7    0xF0020B1C          Group 1 Result Register 7
EVADC_G1RES8    0xF0020B20          Group 1 Result Register 8
EVADC_G1RES9    0xF0020B24          Group 1 Result Register 9
EVADC_G1RES10   0xF0020B28          Group 1 Result Register 10
EVADC_G1RES11   0xF0020B2C          Group 1 Result Register 11
EVADC_G1RES12   0xF0020B30          Group 1 Result Register 12
EVADC_G1RES13   0xF0020B34          Group 1 Result Register 13
EVADC_G1RES14   0xF0020B38          Group 1 Result Register 14
EVADC_G1RES15   0xF0020B3C          Group 1 Result Register 15
EVADC_G1RESD0   0xF0020B80          Group 1 Result Reg. 0, Debug
EVADC_G1RESD1   0xF0020B84          Group 1 Result Reg. 1, Debug
EVADC_G1RESD2   0xF0020B88          Group 1 Result Reg. 2, Debug
EVADC_G1RESD3   0xF0020B8C          Group 1 Result Reg. 3, Debug
EVADC_G1RESD4   0xF0020B90          Group 1 Result Reg. 4, Debug
EVADC_G1RESD5   0xF0020B94          Group 1 Result Reg. 5, Debug
EVADC_G1RESD6   0xF0020B98          Group 1 Result Reg. 6, Debug
EVADC_G1RESD7   0xF0020B9C          Group 1 Result Reg. 7, Debug
EVADC_G1RESD8   0xF0020BA0          Group 1 Result Reg. 8, Debug
EVADC_G1RESD9   0xF0020BA4          Group 1 Result Reg. 9, Debug
EVADC_G1RESD10  0xF0020BA8          Group 1 Result Reg. 10, Debug
EVADC_G1RESD11  0xF0020BAC          Group 1 Result Reg. 11, Debug
EVADC_G1RESD12  0xF0020BB0          Group 1 Result Reg. 12, Debug
EVADC_G1RESD13  0xF0020BB4          Group 1 Result Reg. 13, Debug
EVADC_G1RESD14  0xF0020BB8          Group 1 Result Reg. 14, Debug
EVADC_G1RESD15  0xF0020BBC          Group 1 Result Reg. 15, Debug
CONVCTRL_CLC    0xF0025000          Clock Control Register
CONVCTRL_ID     0xF0025008          Module Identification Register
CONVCTRL_OCS    0xF0025028          OCDS Control and Status Register
CONVCTRL_KRSTCLR 0xF002502C          Kernel Reset Status Clear Register
CONVCTRL_KRST1  0xF0025030          Kernel Reset Register 1
CONVCTRL_KRST0  0xF0025034          Kernel Reset Register 0
CONVCTRL_ACCEN0 0xF002503C          Access Enable Register 0
CONVCTRL_CCCTRL 0xF002507C          Converter Control Block Control Register
CONVCTRL_PHSCFG 0xF0025080          Phase Synchronizer Configuration Register
CONVCTRL_PHSSFTY 0xF0025084          Phase Synchronizer Safety Control Register
SBCU_ID         0xF0030008          Module Identification Register
SBCU_CON        0xF0030010          BCU Control Register
SBCU_PRIOH      0xF0030014          Arbiter Priority Register High
SBCU_PRIOL      0xF0030018          Arbiter Priority Register Low
SBCU_ECON       0xF0030020          BCU Error Control Capture Register
SBCU_EADD       0xF0030024          BCU Error Address Capture Register
SBCU_EDAT       0xF0030028          BCU Error Data Capture Register
SBCU_DBCNTL     0xF0030030          BCU Debug Control Register
SBCU_DBGRNT     0xF0030034          SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0030038          BCU Debug Address 1 Register
SBCU_DBADR2     0xF003003C          BCU Debug Address 2 Register
SBCU_DBBOS      0xF0030040          BCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0030044          SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0030048          BCU Debug Trapped Address Register
SBCU_DBBOST     0xF003004C          BCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0030050          BCU Debug Data Status Register
SBCU_ALSTAT0    0xF0030060          BCU EDC Alarm Status Register 0
SBCU_ALSTAT1    0xF0030064          BCU EDC Alarm Status Register 1
SBCU_ALSTAT2    0xF0030068          BCU EDC Alarm Status Register 2
SBCU_ALSTAT3    0xF003006C          BCU EDC Alarm Status Register 3
SBCU_ALCLR0     0xF0030070          BCU EDC Alarm Clear Register 0
SBCU_ALCLR1     0xF0030074          BCU EDC Alarm Clear Register 1
SBCU_ALCLR2     0xF0030078          BCU EDC Alarm Clear Register 2
SBCU_ALCLR3     0xF003007C          BCU EDC Alarm Clear Register 3
SBCU_ALCTRL     0xF0030080          BCU EDC Alarm Control Register
SBCU_FEGEN      0xF0030084          FPI Error Generation Control Register
SBCU_ACCEN1     0xF00300F8          Access Enable Register 1
SBCU_ACCEN0     0xF00300FC          Access Enable Register 0
IOM_CLC         0xF0035000          IOM Clock Control Register
IOM_ID          0xF0035008          IOM Identification Register
IOM_KRSTCLR     0xF003501C          IOM Kernel Reset Status Clear Register
IOM_KRST1       0xF0035020          IOM Kernel Reset Register 1
IOM_KRST0       0xF0035024          IOM Kernel Reset Register 0
IOM_ACCEN1      0xF0035028          IOM Access Enable Register 1
IOM_ACCEN0      0xF003502C          IOM Access Enable Register 0
IOM_ECMCCFG     0xF0035030          IOM Event Combiner Module Counter Configuration Register
IOM_ECMSELR     0xF0035034          IOM Event Combiner Module Global Event Selection Register
IOM_ECMETH0     0xF0035038          IOM Event Combiner Module Event Trigger History Register 0
IOM_ECMETH1     0xF003503C          IOM Event Combiner Module Event Trigger History Register 1
IOM_GTMEXR      0xF0035040          IOM GTM Input EXOR Combiner Selection Register
IOM_FPCESR      0xF0035078          IOM Filter and Prescaler Channels Rising 'and' Falling Edge Status Register
IOM_FPCCTR0     0xF0035080          IOM Filter and Prescaler Channel Control Register 0
IOM_FPCCTR1     0xF0035084          IOM Filter and Prescaler Channel Control Register 1
IOM_FPCCTR2     0xF0035088          IOM Filter and Prescaler Channel Control Register 2
IOM_FPCCTR3     0xF003508C          IOM Filter and Prescaler Channel Control Register 3
IOM_FPCCTR4     0xF0035090          IOM Filter and Prescaler Channel Control Register 4
IOM_FPCCTR5     0xF0035094          IOM Filter and Prescaler Channel Control Register 5
IOM_FPCCTR6     0xF0035098          IOM Filter and Prescaler Channel Control Register 6
IOM_FPCCTR7     0xF003509C          IOM Filter and Prescaler Channel Control Register 7
IOM_FPCCTR8     0xF00350A0          IOM Filter and Prescaler Channel Control Register 8
IOM_FPCCTR9     0xF00350A4          IOM Filter and Prescaler Channel Control Register 9
IOM_FPCCTR10    0xF00350A8          IOM Filter and Prescaler Channel Control Register 10
IOM_FPCCTR11    0xF00350AC          IOM Filter and Prescaler Channel Control Register 11
IOM_FPCCTR12    0xF00350B0          IOM Filter and Prescaler Channel Control Register 12
IOM_FPCCTR13    0xF00350B4          IOM Filter and Prescaler Channel Control Register 13
IOM_FPCCTR14    0xF00350B8          IOM Filter and Prescaler Channel Control Register 14
IOM_FPCCTR15    0xF00350BC          IOM Filter and Prescaler Channel Control Register 15
IOM_FPCTIM0     0xF00350C0          IOM Filter and Prescaler Channel Timer Register 0
IOM_FPCTIM1     0xF00350C4          IOM Filter and Prescaler Channel Timer Register 1
IOM_FPCTIM2     0xF00350C8          IOM Filter and Prescaler Channel Timer Register 2
IOM_FPCTIM3     0xF00350CC          IOM Filter and Prescaler Channel Timer Register 3
IOM_FPCTIM4     0xF00350D0          IOM Filter and Prescaler Channel Timer Register 4
IOM_FPCTIM5     0xF00350D4          IOM Filter and Prescaler Channel Timer Register 5
IOM_FPCTIM6     0xF00350D8          IOM Filter and Prescaler Channel Timer Register 6
IOM_FPCTIM7     0xF00350DC          IOM Filter and Prescaler Channel Timer Register 7
IOM_FPCTIM8     0xF00350E0          IOM Filter and Prescaler Channel Timer Register 8
IOM_FPCTIM9     0xF00350E4          IOM Filter and Prescaler Channel Timer Register 9
IOM_FPCTIM10    0xF00350E8          IOM Filter and Prescaler Channel Timer Register 10
IOM_FPCTIM11    0xF00350EC          IOM Filter and Prescaler Channel Timer Register 11
IOM_FPCTIM12    0xF00350F0          IOM Filter and Prescaler Channel Timer Register 12
IOM_FPCTIM13    0xF00350F4          IOM Filter and Prescaler Channel Timer Register 13
IOM_FPCTIM14    0xF00350F8          IOM Filter and Prescaler Channel Timer Register 14
IOM_FPCTIM15    0xF00350FC          IOM Filter and Prescaler Channel Timer Register 15
IOM_LAMEWC0     0xF0035100          IOM Logic Analyzer Module Event Window Count Status Register 0
IOM_LAMEWC1     0xF0035104          IOM Logic Analyzer Module Event Window Count Status Register 1
IOM_LAMEWC2     0xF0035108          IOM Logic Analyzer Module Event Window Count Status Register 2
IOM_LAMEWC3     0xF003510C          IOM Logic Analyzer Module Event Window Count Status Register 3
IOM_LAMEWC4     0xF0035110          IOM Logic Analyzer Module Event Window Count Status Register 4
IOM_LAMEWC5     0xF0035114          IOM Logic Analyzer Module Event Window Count Status Register 5
IOM_LAMEWC6     0xF0035118          IOM Logic Analyzer Module Event Window Count Status Register 6
IOM_LAMEWC7     0xF003511C          IOM Logic Analyzer Module Event Window Count Status Register 7
IOM_LAMEWC8     0xF0035120          IOM Logic Analyzer Module Event Window Count Status Register 8
IOM_LAMEWC9     0xF0035124          IOM Logic Analyzer Module Event Window Count Status Register 9
IOM_LAMEWC10    0xF0035128          IOM Logic Analyzer Module Event Window Count Status Register 10
IOM_LAMEWC11    0xF003512C          IOM Logic Analyzer Module Event Window Count Status Register 11
IOM_LAMEWC12    0xF0035130          IOM Logic Analyzer Module Event Window Count Status Register 12
IOM_LAMEWC13    0xF0035134          IOM Logic Analyzer Module Event Window Count Status Register 13
IOM_LAMEWC14    0xF0035138          IOM Logic Analyzer Module Event Window Count Status Register 14
IOM_LAMEWC15    0xF003513C          IOM Logic Analyzer Module Event Window Count Status Register 15
IOM_LAMCFG0     0xF0035180          IOM Logic Analyzer Module Configuration Register 0
IOM_LAMCFG1     0xF0035184          IOM Logic Analyzer Module Configuration Register 1
IOM_LAMCFG2     0xF0035188          IOM Logic Analyzer Module Configuration Register 2
IOM_LAMCFG3     0xF003518C          IOM Logic Analyzer Module Configuration Register 3
IOM_LAMCFG4     0xF0035190          IOM Logic Analyzer Module Configuration Register 4
IOM_LAMCFG5     0xF0035194          IOM Logic Analyzer Module Configuration Register 5
IOM_LAMCFG6     0xF0035198          IOM Logic Analyzer Module Configuration Register 6
IOM_LAMCFG7     0xF003519C          IOM Logic Analyzer Module Configuration Register 7
IOM_LAMCFG8     0xF00351A0          IOM Logic Analyzer Module Configuration Register 8
IOM_LAMCFG9     0xF00351A4          IOM Logic Analyzer Module Configuration Register 9
IOM_LAMCFG10    0xF00351A8          IOM Logic Analyzer Module Configuration Register 10
IOM_LAMCFG11    0xF00351AC          IOM Logic Analyzer Module Configuration Register 11
IOM_LAMCFG12    0xF00351B0          IOM Logic Analyzer Module Configuration Register 12
IOM_LAMCFG13    0xF00351B4          IOM Logic Analyzer Module Configuration Register 13
IOM_LAMCFG14    0xF00351B8          IOM Logic Analyzer Module Configuration Register 14
IOM_LAMCFG15    0xF00351BC          IOM Logic Analyzer Module Configuration Register 15
IOM_LAMEWS0     0xF00351C0          IOM Logic Analyzer Module Event Window Configuration Register 0
IOM_LAMEWS1     0xF00351C4          IOM Logic Analyzer Module Event Window Configuration Register 1
IOM_LAMEWS2     0xF00351C8          IOM Logic Analyzer Module Event Window Configuration Register 2
IOM_LAMEWS3     0xF00351CC          IOM Logic Analyzer Module Event Window Configuration Register 3
IOM_LAMEWS4     0xF00351D0          IOM Logic Analyzer Module Event Window Configuration Register 4
IOM_LAMEWS5     0xF00351D4          IOM Logic Analyzer Module Event Window Configuration Register 5
IOM_LAMEWS6     0xF00351D8          IOM Logic Analyzer Module Event Window Configuration Register 6
IOM_LAMEWS7     0xF00351DC          IOM Logic Analyzer Module Event Window Configuration Register 7
IOM_LAMEWS8     0xF00351E0          IOM Logic Analyzer Module Event Window Configuration Register 8
IOM_LAMEWS9     0xF00351E4          IOM Logic Analyzer Module Event Window Configuration Register 9
IOM_LAMEWS10    0xF00351E8          IOM Logic Analyzer Module Event Window Configuration Register 10
IOM_LAMEWS11    0xF00351EC          IOM Logic Analyzer Module Event Window Configuration Register 11
IOM_LAMEWS12    0xF00351F0          IOM Logic Analyzer Module Event Window Configuration Register 12
IOM_LAMEWS13    0xF00351F4          IOM Logic Analyzer Module Event Window Configuration Register 13
IOM_LAMEWS14    0xF00351F8          IOM Logic Analyzer Module Event Window Configuration Register 14
IOM_LAMEWS15    0xF00351FC          IOM Logic Analyzer Module Event Window Configuration Register 15
SCU_ID          0xF0036008          Identification Register
SCU_OSCCON      0xF0036010          OSC Control Register
SCU_SYSPLLSTAT  0xF0036014          System PLL Status Register
SCU_SYSPLLCON0  0xF0036018          System PLL Configuration 0 Register
SCU_SYSPLLCON1  0xF003601C          System PLL Configuration 1 Register
SCU_SYSPLLCON2  0xF0036020          System PLL Configuration 2 Register
SCU_PERPLLSTAT  0xF0036024          Peripheral PLL Status Register
SCU_PERPLLCON0  0xF0036028          Peripheral PLL Configuration 0 Register
SCU_PERPLLCON1  0xF003602C          Peripheral PLL Configuration 1 Register
SCU_CCUCON0     0xF0036030          CCU Clock Control Register 0
SCU_CCUCON1     0xF0036034          CCU Clock Control Register 1
SCU_FDR         0xF0036038          Fractional Divider Register
SCU_EXTCON      0xF003603C          External Clock Control Register
SCU_CCUCON2     0xF0036040          CCU Clock Control Register 2
SCU_CCUCON3     0xF0036044          CCU Clock Control Register 3
SCU_CCUCON4     0xF0036048          CCU Clock Control Register 4
SCU_CCUCON5     0xF003604C          CCU Clock Control Register 5
SCU_RSTSTAT     0xF0036050          Reset Status Register
SCU_RSTCON      0xF0036058          Reset Configuration Register
SCU_ARSTDIS     0xF003605C          Application Reset Disable Register
SCU_SWRSTCON    0xF0036060          Software Reset Configuration Register
SCU_RSTCON2     0xF0036064          Additional Reset Control Register
SCU_RSTCON3     0xF0036068          Reset Configuration Register 3
SCU_ESRCFG0     0xF0036070          ESR0 Input Configuration Register
SCU_ESRCFG1     0xF0036074          ESR1 Input Configuration Register
SCU_ESROCFG     0xF0036078          ESR Output Configuration Register
SCU_SYSCON      0xF003607C          System Control Register
SCU_CCUCON6     0xF0036080          CCU Clock Control Register 6
SCU_CCUCON7     0xF0036084          CCU Clock Control Register 7
SCU_CCUCON8     0xF0036088          CCU Clock Control Register 8
SCU_PDR         0xF003609C          ESR Pad Driver Mode Register
SCU_IOCR        0xF00360A0          Input/Output Control Register
SCU_OUT         0xF00360A4          ESR Output Register
SCU_OMR         0xF00360A8          ESR Output Modification Register
SCU_IN          0xF00360AC          ESR Input Register
SCU_STSTAT      0xF00360C0          Start-up Status Register
SCU_STCON       0xF00360C4          Start-up Configuration Register
SCU_PMCSR0      0xF00360C8          Power Management Control and Status Register
SCU_PMCSR1      0xF00360CC          Power Management Control and Status Register
SCU_PMCSR2      0xF00360D0          Power Management Control and Status Register
SCU_PMCSR3      0xF00360D4          Power Management Control and Status Register
SCU_PMCSR4      0xF00360D8          Power Management Control and Status Register
SCU_PMCSR5      0xF00360DC          Power Management Control and Status Register
SCU_PMSTAT0     0xF00360E4          Power Management Status Register 0
SCU_PMSWCR1     0xF00360E8          Standby and Wake-up Control Register 1
SCU_EMSR        0xF00360FC          Emergency Stop Register
SCU_EMSSW       0xF0036100          Emergency Stop Software set and clear register
SCU_DTSCSTAT    0xF0036104          Core Die Temperature Sensor Status Register
SCU_DTSCLIM     0xF0036108          Core Die Temperature Sensor Limit Register
SCU_TRAPDIS1    0xF0036120          Trap Disable Register 1
SCU_TRAPSTAT    0xF0036124          Trap Status Register
SCU_TRAPSET     0xF0036128          Trap Set Register
SCU_TRAPCLR     0xF003612C          Trap Clear Register
SCU_TRAPDIS0    0xF0036130          Trap Disable Register 0
SCU_LCLCON0     0xF0036134          LCL CPU0 and CPU2 Control Register
SCU_LCLCON1     0xF0036138          LCL CPU1 and CPU3 Control Register
SCU_LCLTEST     0xF003613C          LCL Test Register
SCU_CHIPID      0xF0036140          Chip Identification Register
SCU_MANID       0xF0036144          Manufacturer Identification Register
SCU_SWAPCTRL    0xF003614C          Alternate Address Control Register
SCU_LBISTCTRL0  0xF0036164          Logic BIST Control 0 Register
SCU_LBISTCTRL1  0xF0036168          Logic BIST Control 1 Register
SCU_LBISTCTRL2  0xF003616C          Logic BIST Control 2 Register
SCU_LBISTCTRL3  0xF0036170          Logic BIST Control 3 Register
SCU_STMEM1      0xF0036184          Start-up Memory Register 1
SCU_STMEM2      0xF0036188          Start-up Memory Register 2
SCU_PDISC       0xF003618C          Pad Disable Control Register
SCU_PMTRCSR0    0xF0036198          Power Management Transition Control and Status Register 0
SCU_PMTRCSR1    0xF003619C          Power Management Transition Control and Status Register 1
SCU_PMTRCSR2    0xF00361A0          Power Management Transition Control and Status Register 2
SCU_PMTRCSR3    0xF00361A4          Power Management Transition Control and Status Register 3
SCU_STMEM3      0xF00361C0          Start-up Memory Register 3
SCU_STMEM4      0xF00361C4          Start-up Memory Register 4
SCU_STMEM5      0xF00361C8          Start-up Memory Register 5
SCU_STMEM6      0xF00361CC          Start-up Memory Register 6
SCU_OVCENABLE   0xF00361E0          Overlay Enable Register
SCU_OVCCON      0xF00361E4          Overlay Control Register
SCU_EIFILT      0xF003620C          External Input Filter Register
SCU_EICR0       0xF0036210          External Input Channel Register 0
SCU_EICR1       0xF0036214          External Input Channel Register 1
SCU_EICR2       0xF0036218          External Input Channel Register 2
SCU_EICR3       0xF003621C          External Input Channel Register 3
SCU_EIFR        0xF0036220          External Input Flag Register
SCU_FMR         0xF0036224          Flag Modification Register
SCU_PDRR        0xF0036228          Pattern Detection Result Register
SCU_IGCR0       0xF003622C          Flag Gating Register 0
SCU_IGCR1       0xF0036230          Flag Gating Register 1
SCU_IGCR2       0xF0036234          Flag Gating Register 2
SCU_IGCR3       0xF0036238          Flag Gating Register 3
SCU_WDTCPU0CON0 0xF003624C          CPU0 WDT Control Register 0
SCU_WDTCPU0CON1 0xF0036250          CPU0 WDT Control Register 1
SCU_WDTCPU0SR   0xF0036254          CPU0 WDT Status Register
SCU_WDTCPU1CON0 0xF0036258          CPU1 WDT Control Register 0
SCU_WDTCPU1CON1 0xF003625C          CPU1 WDT Control Register 1
SCU_WDTCPU1SR   0xF0036260          CPU1 WDT Status Register
SCU_WDTCPU2CON0 0xF0036264          CPU2 WDT Control Register 0
SCU_WDTCPU2CON1 0xF0036268          CPU2 WDT Control Register 1
SCU_WDTCPU2SR   0xF003626C          CPU2 WDT Status Register
SCU_EICON0      0xF003629C          ENDINIT Global Control Register 0
SCU_EICON1      0xF00362A0          ENDINIT Global Control Register 1
SCU_EISR        0xF00362A4          ENDINIT Timeout Counter Status Register
SCU_WDTSCON0    0xF00362A8          Safety WDT Control Register 0
SCU_WDTSCON1    0xF00362AC          Safety WDT Control Register 1
SCU_WDTSSR      0xF00362B0          Safety WDT Status Register
SCU_SEICON0     0xF00362B4          Safety ENDINIT Control Register 0
SCU_SEICON1     0xF00362B8          Safety ENDINIT Control Register 1
SCU_SEISR       0xF00362BC          Safety ENDINIT Timeout Status Register
SCU_ACCEN11     0xF00363F0          Access Enable Register 11
SCU_ACCEN10     0xF00363F4          Access Enable Register 10
SCU_ACCEN01     0xF00363F8          Access Enable Register 01
SCU_ACCEN00     0xF00363FC          Access Enable Register 00
SMU_CLC         0xF0036800          Clock Control Register
SMU_ID          0xF0036808          Module Identification Register
SMU_CMD         0xF0036820          Command Register
SMU_STS         0xF0036824          Status Register
SMU_FSP         0xF0036828          Fault Signaling Protocol
SMU_AGC         0xF003682C          Alarm Global Configuration
SMU_RTC         0xF0036830          Recovery Timer Configuration
SMU_KEYS        0xF0036834          Key Register
SMU_DBG         0xF0036838          Debug Register
SMU_PCTL        0xF003683C          Port Control
SMU_AFCNT       0xF0036840          Alarm and Fault Counter
SMU_RTAC00      0xF0036860          Recovery Timer 0 Alarm Configuration 0
SMU_RTAC01      0xF0036864          Recovery Timer 0 Alarm Configuration 1
SMU_RTAC10      0xF0036868          Recovery Timer 1 Alarm Configuration 0
SMU_RTAC11      0xF003686C          Recovery Timer 1 Alarm Configuration 1
SMU_AEX         0xF0036870          Alarm Executed Status Register
SMU_AEXCLR      0xF0036874          Alarm Executed Status Clear Register
SMU_AG0CF0      0xF0036900          Alarm 0 Configuration Register
SMU_AG0CF1      0xF0036904          Alarm 0 Configuration Register
SMU_AG0CF2      0xF0036908          Alarm 0 Configuration Register
SMU_AG1CF0      0xF003690C          Alarm 1 Configuration Register
SMU_AG1CF1      0xF0036910          Alarm 1 Configuration Register
SMU_AG1CF2      0xF0036914          Alarm 1 Configuration Register
SMU_AG2CF0      0xF0036918          Alarm 2 Configuration Register
SMU_AG2CF1      0xF003691C          Alarm 2 Configuration Register
SMU_AG2CF2      0xF0036920          Alarm 2 Configuration Register
SMU_AG3CF0      0xF0036924          Alarm 3 Configuration Register
SMU_AG3CF1      0xF0036928          Alarm 3 Configuration Register
SMU_AG3CF2      0xF003692C          Alarm 3 Configuration Register
SMU_AG4CF0      0xF0036930          Alarm 4 Configuration Register
SMU_AG4CF1      0xF0036934          Alarm 4 Configuration Register
SMU_AG4CF2      0xF0036938          Alarm 4 Configuration Register
SMU_AG5CF0      0xF003693C          Alarm 5 Configuration Register
SMU_AG5CF1      0xF0036940          Alarm 5 Configuration Register
SMU_AG5CF2      0xF0036944          Alarm 5 Configuration Register
SMU_AG6CF0      0xF0036948          Alarm 6 Configuration Register
SMU_AG6CF1      0xF003694C          Alarm 6 Configuration Register
SMU_AG6CF2      0xF0036950          Alarm 6 Configuration Register
SMU_AG7CF0      0xF0036954          Alarm 7 Configuration Register
SMU_AG7CF1      0xF0036958          Alarm 7 Configuration Register
SMU_AG7CF2      0xF003695C          Alarm 7 Configuration Register
SMU_AG8CF0      0xF0036960          Alarm 8 Configuration Register
SMU_AG8CF1      0xF0036964          Alarm 8 Configuration Register
SMU_AG8CF2      0xF0036968          Alarm 8 Configuration Register
SMU_AG9CF0      0xF003696C          Alarm 9 Configuration Register
SMU_AG9CF1      0xF0036970          Alarm 9 Configuration Register
SMU_AG9CF2      0xF0036974          Alarm 9 Configuration Register
SMU_AG10CF0     0xF0036978          Alarm 10 Configuration Register
SMU_AG10CF1     0xF003697C          Alarm 10 Configuration Register
SMU_AG10CF2     0xF0036980          Alarm 10 Configuration Register
SMU_AG11CF0     0xF0036984          Alarm 11 Configuration Register
SMU_AG11CF1     0xF0036988          Alarm 11 Configuration Register
SMU_AG11CF2     0xF003698C          Alarm 11 Configuration Register
SMU_AG0FSP      0xF0036990          SMU_core 0 FSP Configuration Register
SMU_AG1FSP      0xF0036994          SMU_core 1 FSP Configuration Register
SMU_AG2FSP      0xF0036998          SMU_core 2 FSP Configuration Register
SMU_AG3FSP      0xF003699C          SMU_core 3 FSP Configuration Register
SMU_AG4FSP      0xF00369A0          SMU_core 4 FSP Configuration Register
SMU_AG5FSP      0xF00369A4          SMU_core 5 FSP Configuration Register
SMU_AG6FSP      0xF00369A8          SMU_core 6 FSP Configuration Register
SMU_AG7FSP      0xF00369AC          SMU_core 7 FSP Configuration Register
SMU_AG8FSP      0xF00369B0          SMU_core 8 FSP Configuration Register
SMU_AG9FSP      0xF00369B4          SMU_core 9 FSP Configuration Register
SMU_AG10FSP     0xF00369B8          SMU_core 10 FSP Configuration Register
SMU_AG11FSP     0xF00369BC          SMU_core 11 FSP Configuration Register
SMU_AG0         0xF00369C0          Alarm 0 Status Register
SMU_AG1         0xF00369C4          Alarm 1 Status Register
SMU_AG2         0xF00369C8          Alarm 2 Status Register
SMU_AG3         0xF00369CC          Alarm 3 Status Register
SMU_AG4         0xF00369D0          Alarm 4 Status Register
SMU_AG5         0xF00369D4          Alarm 5 Status Register
SMU_AG6         0xF00369D8          Alarm 6 Status Register
SMU_AG7         0xF00369DC          Alarm 7 Status Register
SMU_AG8         0xF00369E0          Alarm 8 Status Register
SMU_AG9         0xF00369E4          Alarm 9 Status Register
SMU_AG10        0xF00369E8          Alarm 10 Status Register
SMU_AG11        0xF00369EC          Alarm 11 Status Register
SMU_AD0         0xF0036A00          Alarm 0 Debug Register
SMU_AD1         0xF0036A04          Alarm 1 Debug Register
SMU_AD2         0xF0036A08          Alarm 2 Debug Register
SMU_AD3         0xF0036A0C          Alarm 3 Debug Register
SMU_AD4         0xF0036A10          Alarm 4 Debug Register
SMU_AD5         0xF0036A14          Alarm 5 Debug Register
SMU_AD6         0xF0036A18          Alarm 6 Debug Register
SMU_AD7         0xF0036A1C          Alarm 7 Debug Register
SMU_AD8         0xF0036A20          Alarm 8 Debug Register
SMU_AD9         0xF0036A24          Alarm 9 Debug Register
SMU_AD10        0xF0036A28          Alarm 10 Debug Register
SMU_AD11        0xF0036A2C          Alarm 11 Debug Register
SMU_RMCTL       0xF0036B00          Register Monitor Control
SMU_RMEF        0xF0036B04          Register Monitor Error Flags
SMU_RMSTS       0xF0036B08          Register Monitor Self Test Status
SMU_OCS         0xF0036FE8          OCDS Control and Status
SMU_ACCEN1      0xF0036FF8          SMU_core Access Enable Register 1
SMU_ACCEN0      0xF0036FFC          SMU_core Access Enable Register 0
INT_ID          0xF0037008          Module Identification Register
INT_SRB0        0xF0037010          Service Request Broadcast Register 0
INT_SRB1        0xF0037014          Service Request Broadcast Register 1
INT_SRB2        0xF0037018          Service Request Broadcast Register 2
INT_OOBS        0xF0037080          OTGM OTGB0/1 Status
INT_OSSIC       0xF0037084          OTGM SSI Control
INT_OIXTS       0xF0037088          OTGM IRQ MUX Trigger Set Select
INT_OIXMS       0xF003708C          OTGM IRQ MUX Missed IRQ Select
INT_OIXS0       0xF0037090          OTGM IRQ MUX Select 0
INT_OIXS1       0xF0037094          OTGM IRQ MUX Select 1
INT_OIT         0xF00370A0          OTGM IRQ Trace
INT_OMISP       0xF00370A4          OTGM MCDS I/F Sensitivity Posedge
INT_OMISN       0xF00370A8          OTGM MCDS I/F Sensitivity Negedge
INT_ACCEN_CONFIG0 0xF00370F0          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 0
INT_ACCEN_CONFIG1 0xF00370F4          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 1
INT_ACCEN_SRB00 0xF0037100          Access Enable covering SRB0, Register 0
INT_ACCEN_SRB01 0xF0037104          Access Enable covering SRB0, Register 1
INT_ACCEN_SRB10 0xF0037108          Access Enable covering SRB1, Register 0
INT_ACCEN_SRB11 0xF003710C          Access Enable covering SRB1, Register 1
INT_ACCEN_SRB20 0xF0037110          Access Enable covering SRB2, Register 0
INT_ACCEN_SRB21 0xF0037114          Access Enable covering SRB2, Register 1
INT_ACCEN_SRC_TOS00 0xF0037180          Access Enable covering all SRC0[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS01 0xF0037184          Access Enable covering all SRC0[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS10 0xF0037188          Access Enable covering all SRC1[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS11 0xF003718C          Access Enable covering all SRC1[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS20 0xF0037190          Access Enable covering all SRC2[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS21 0xF0037194          Access Enable covering all SRC2[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS30 0xF0037198          Access Enable covering all SRC3[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS31 0xF003719C          Access Enable covering all SRC3[31:16] mapped to ICUx, Register 1
INT_LWSR0       0xF0037200          Latest Winning Service Request Register x, related to ICU0
INT_LASR0       0xF0037204          Last Acknowledged Service Request Register x, related to ICU0
INT_ECR0        0xF0037208          Error Capture Register x, related to ICU0
INT_LWSR1       0xF0037210          Latest Winning Service Request Register x, related to ICU1
INT_LASR1       0xF0037214          Last Acknowledged Service Request Register x, related to ICU1
INT_ECR1        0xF0037218          Error Capture Register x, related to ICU1
INT_LWSR2       0xF0037220          Latest Winning Service Request Register x, related to ICU2
INT_LASR2       0xF0037224          Last Acknowledged Service Request Register x, related to ICU2
INT_ECR2        0xF0037228          Error Capture Register x, related to ICU2
INT_LWSR3       0xF0037230          Latest Winning Service Request Register x, related to ICU3
INT_LASR3       0xF0037234          Last Acknowledged Service Request Register x, related to ICU3
INT_ECR3        0xF0037238          Error Capture Register x, related to ICU3
SRC_CPU0SB      0xF0038000          CPU0 Software Breakpoint Service Request
SRC_CPU1SB      0xF0038004          CPU1 Software Breakpoint Service Request
SRC_CPU2SB      0xF0038008          CPU2 Software Breakpoint Service Request
SRC_BCUSPB      0xF0038020          SBCU Service Request [SPB Bus Control Unit)
SRC_BCUBBB      0xF0038024          EBCU Service Request [BBB Bus Control Unit, on ED and ADAS devices only)
SRC_AGBT        0xF003802C          AGBT Service Request [on ED devices only)
SRC_XBAR0       0xF0038030          SRI Domain 0 Service Request
SRC_CERBERUS0   0xF0038040          Cerberus Service Request 0
SRC_CERBERUS1   0xF0038044          Cerberus Service Request 1
SRC_ASCLIN0TX   0xF0038050          ASCLIN0 Transmit Service Request
SRC_ASCLIN0RX   0xF0038054          ASCLIN0 Receive Service Request
SRC_ASCLIN0ERR  0xF0038058          ASCLIN0 Error Service Request
SRC_ASCLIN1TX   0xF003805C          ASCLIN1 Transmit Service Request
SRC_ASCLIN1RX   0xF0038060          ASCLIN1 Receive Service Request
SRC_ASCLIN1ERR  0xF0038064          ASCLIN1 Error Service Request
SRC_ASCLIN2TX   0xF0038068          ASCLIN2 Transmit Service Request
SRC_ASCLIN2RX   0xF003806C          ASCLIN2 Receive Service Request
SRC_ASCLIN2ERR  0xF0038070          ASCLIN2 Error Service Request
SRC_ASCLIN3TX   0xF0038074          ASCLIN3 Transmit Service Request
SRC_ASCLIN3RX   0xF0038078          ASCLIN3 Receive Service Request
SRC_ASCLIN3ERR  0xF003807C          ASCLIN3 Error Service Request
SRC_MTUDONE     0xF00380EC          MTU Done Service Request
SRC_QSPI0TX     0xF00380F0          QSPI0 Transmit Service Request
SRC_QSPI0RX     0xF00380F4          QSPI0 Receive Service Request
SRC_QSPI0ERR    0xF00380F8          QSPI0 Error Service Request
SRC_QSPI0PT     0xF00380FC          QSPI0 Phase Transition Service Request
SRC_QSPI0U      0xF0038100          QSPI0 User Defined Service Request
SRC_QSPI1TX     0xF0038104          QSPI1 Transmit Service Request
SRC_QSPI1RX     0xF0038108          QSPI1 Receive Service Request
SRC_QSPI1ERR    0xF003810C          QSPI1 Error Service Request
SRC_QSPI1PT     0xF0038110          QSPI1 Phase Transition Service Request
SRC_QSPI1U      0xF0038114          QSPI1 User Defined Service Request
SRC_QSPI2TX     0xF0038118          QSPI2 Transmit Service Request
SRC_QSPI2RX     0xF003811C          QSPI2 Receive Service Request
SRC_QSPI2ERR    0xF0038120          QSPI2 Error Service Request
SRC_QSPI2PT     0xF0038124          QSPI2 Phase Transition Service Request
SRC_QSPI2U      0xF0038128          QSPI2 User Defined Service Request
SRC_QSPI3TX     0xF003812C          QSPI3 Transmit Service Request
SRC_QSPI3RX     0xF0038130          QSPI3 Receive Service Request
SRC_QSPI3ERR    0xF0038134          QSPI3 Error Service Request
SRC_QSPI3PT     0xF0038138          QSPI3 Phase Transition Service Request
SRC_QSPI3U      0xF003813C          QSPI3 User Defined Service Request
SRC_QSPI2HC     0xF0038178          QSPI2 High Speed Capture Service Request
SRC_QSPI3HC     0xF003817C          QSPI3 High Speed Capture Service Request
SRC_I2C0DTR     0xF0038220          I2C0 Data Transfer Request
SRC_I2C0ERR     0xF0038224          I2C0 Error Service Request
SRC_I2C0P       0xF0038228          I2C0 Protocol Service Request
SRC_CCU60SR0    0xF00382C0          CCU0 Service Request 0
SRC_CCU60SR1    0xF00382C4          CCU0 Service Request 1
SRC_CCU60SR2    0xF00382C8          CCU0 Service Request 2
SRC_CCU60SR3    0xF00382CC          CCU0 Service Request 3
SRC_CCU61SR0    0xF00382D0          CCU1 Service Request 0
SRC_CCU61SR1    0xF00382D4          CCU1 Service Request 1
SRC_CCU61SR2    0xF00382D8          CCU1 Service Request 2
SRC_CCU61SR3    0xF00382DC          CCU1 Service Request 3
SRC_GPT120CIRQ  0xF00382E0          GPT120 CAPREL Service Request
SRC_GPT120T2    0xF00382E4          GPT120 Timer 2 Service Request
SRC_GPT120T3    0xF00382E8          GPT120 Timer 3 Service Request
SRC_GPT120T4    0xF00382EC          GPT120 Timer 4 Service Request
SRC_GPT120T5    0xF00382F0          GPT120 Timer 5 Service Request
SRC_GPT120T6    0xF00382F4          GPT120 Timer 6 Service Request
SRC_STM0SR0     0xF0038300          System Timer 0 Service Request 0
SRC_STM0SR1     0xF0038304          System Timer 0 Service Request 1
SRC_STM1SR0     0xF0038308          System Timer 1 Service Request 0
SRC_STM1SR1     0xF003830C          System Timer 1 Service Request 1
SRC_STM2SR0     0xF0038310          System Timer 2 Service Request 0
SRC_STM2SR1     0xF0038314          System Timer 2 Service Request 1
SRC_FCE0        0xF0038330          FCE0 Error Service Request
SRC_DMAERR0     0xF0038340          DMA Error Service Request 0
SRC_DMAERR1     0xF0038344          DMA Error Service Request 1
SRC_DMAERR2     0xF0038348          DMA Error Service Request 2
SRC_DMAERR3     0xF003834C          DMA Error Service Request 3
SRC_DMACH0      0xF0038370          DMA Channel 0 Service Request
SRC_DMACH1      0xF0038374          DMA Channel 1 Service Request
SRC_DMACH2      0xF0038378          DMA Channel 2 Service Request
SRC_DMACH3      0xF003837C          DMA Channel 3 Service Request
SRC_DMACH4      0xF0038380          DMA Channel 4 Service Request
SRC_DMACH5      0xF0038384          DMA Channel 5 Service Request
SRC_DMACH6      0xF0038388          DMA Channel 6 Service Request
SRC_DMACH7      0xF003838C          DMA Channel 7 Service Request
SRC_DMACH8      0xF0038390          DMA Channel 8 Service Request
SRC_DMACH9      0xF0038394          DMA Channel 9 Service Request
SRC_DMACH10     0xF0038398          DMA Channel 10 Service Request
SRC_DMACH11     0xF003839C          DMA Channel 11 Service Request
SRC_DMACH12     0xF00383A0          DMA Channel 12 Service Request
SRC_DMACH13     0xF00383A4          DMA Channel 13 Service Request
SRC_DMACH14     0xF00383A8          DMA Channel 14 Service Request
SRC_DMACH15     0xF00383AC          DMA Channel 15 Service Request
SRC_DMACH16     0xF00383B0          DMA Channel 16 Service Request
SRC_DMACH17     0xF00383B4          DMA Channel 17 Service Request
SRC_DMACH18     0xF00383B8          DMA Channel 18 Service Request
SRC_DMACH19     0xF00383BC          DMA Channel 19 Service Request
SRC_DMACH20     0xF00383C0          DMA Channel 20 Service Request
SRC_DMACH21     0xF00383C4          DMA Channel 21 Service Request
SRC_DMACH22     0xF00383C8          DMA Channel 22 Service Request
SRC_DMACH23     0xF00383CC          DMA Channel 23 Service Request
SRC_DMACH24     0xF00383D0          DMA Channel 24 Service Request
SRC_DMACH25     0xF00383D4          DMA Channel 25 Service Request
SRC_DMACH26     0xF00383D8          DMA Channel 26 Service Request
SRC_DMACH27     0xF00383DC          DMA Channel 27 Service Request
SRC_DMACH28     0xF00383E0          DMA Channel 28 Service Request
SRC_DMACH29     0xF00383E4          DMA Channel 29 Service Request
SRC_DMACH30     0xF00383E8          DMA Channel 30 Service Request
SRC_DMACH31     0xF00383EC          DMA Channel 31 Service Request
SRC_DMACH32     0xF00383F0          DMA Channel 32 Service Request
SRC_DMACH33     0xF00383F4          DMA Channel 33 Service Request
SRC_DMACH34     0xF00383F8          DMA Channel 34 Service Request
SRC_DMACH35     0xF00383FC          DMA Channel 35 Service Request
SRC_DMACH36     0xF0038400          DMA Channel 36 Service Request
SRC_DMACH37     0xF0038404          DMA Channel 37 Service Request
SRC_DMACH38     0xF0038408          DMA Channel 38 Service Request
SRC_DMACH39     0xF003840C          DMA Channel 39 Service Request
SRC_DMACH40     0xF0038410          DMA Channel 40 Service Request
SRC_DMACH41     0xF0038414          DMA Channel 41 Service Request
SRC_DMACH42     0xF0038418          DMA Channel 42 Service Request
SRC_DMACH43     0xF003841C          DMA Channel 43 Service Request
SRC_DMACH44     0xF0038420          DMA Channel 44 Service Request
SRC_DMACH45     0xF0038424          DMA Channel 45 Service Request
SRC_DMACH46     0xF0038428          DMA Channel 46 Service Request
SRC_DMACH47     0xF003842C          DMA Channel 47 Service Request
SRC_DMACH48     0xF0038430          DMA Channel 48 Service Request
SRC_DMACH49     0xF0038434          DMA Channel 49 Service Request
SRC_DMACH50     0xF0038438          DMA Channel 50 Service Request
SRC_DMACH51     0xF003843C          DMA Channel 51 Service Request
SRC_DMACH52     0xF0038440          DMA Channel 52 Service Request
SRC_DMACH53     0xF0038444          DMA Channel 53 Service Request
SRC_DMACH54     0xF0038448          DMA Channel 54 Service Request
SRC_DMACH55     0xF003844C          DMA Channel 55 Service Request
SRC_DMACH56     0xF0038450          DMA Channel 56 Service Request
SRC_DMACH57     0xF0038454          DMA Channel 57 Service Request
SRC_DMACH58     0xF0038458          DMA Channel 58 Service Request
SRC_DMACH59     0xF003845C          DMA Channel 59 Service Request
SRC_DMACH60     0xF0038460          DMA Channel 60 Service Request
SRC_DMACH61     0xF0038464          DMA Channel 61 Service Request
SRC_DMACH62     0xF0038468          DMA Channel 62 Service Request
SRC_DMACH63     0xF003846C          DMA Channel 63 Service Request
SRC_GETH0       0xF0038580          GETH Service Request 0
SRC_GETH1       0xF0038584          GETH Service Request 1
SRC_GETH2       0xF0038588          GETH Service Request 2
SRC_GETH3       0xF003858C          GETH Service Request 3
SRC_GETH4       0xF0038590          GETH Service Request 4
SRC_GETH5       0xF0038594          GETH Service Request 5
SRC_GETH6       0xF0038598          GETH Service Request 6
SRC_GETH7       0xF003859C          GETH Service Request 7
SRC_GETH8       0xF00385A0          GETH Service Request 8
SRC_GETH9       0xF00385A4          GETH Service Request 9
SRC_CAN0INT0    0xF00385B0          CAN0 Service Request 0
SRC_CAN0INT1    0xF00385B4          CAN0 Service Request 1
SRC_CAN0INT2    0xF00385B8          CAN0 Service Request 2
SRC_CAN0INT3    0xF00385BC          CAN0 Service Request 3
SRC_CAN0INT4    0xF00385C0          CAN0 Service Request 4
SRC_CAN0INT5    0xF00385C4          CAN0 Service Request 5
SRC_CAN0INT6    0xF00385C8          CAN0 Service Request 6
SRC_CAN0INT7    0xF00385CC          CAN0 Service Request 7
SRC_CAN0INT8    0xF00385D0          CAN0 Service Request 8
SRC_CAN0INT9    0xF00385D4          CAN0 Service Request 9
SRC_CAN0INT10   0xF00385D8          CAN0 Service Request 10
SRC_CAN0INT11   0xF00385DC          CAN0 Service Request 11
SRC_CAN0INT12   0xF00385E0          CAN0 Service Request 12
SRC_CAN0INT13   0xF00385E4          CAN0 Service Request 13
SRC_CAN0INT14   0xF00385E8          CAN0 Service Request 14
SRC_CAN0INT15   0xF00385EC          CAN0 Service Request 15
SRC_CAN1INT0    0xF00385F0          CAN1 Service Request 0
SRC_CAN1INT1    0xF00385F4          CAN1 Service Request 1
SRC_CAN1INT2    0xF00385F8          CAN1 Service Request 2
SRC_CAN1INT3    0xF00385FC          CAN1 Service Request 3
SRC_CAN1INT4    0xF0038600          CAN1 Service Request 4
SRC_CAN1INT5    0xF0038604          CAN1 Service Request 5
SRC_CAN1INT6    0xF0038608          CAN1 Service Request 6
SRC_CAN1INT7    0xF003860C          CAN1 Service Request 7
SRC_CAN1INT8    0xF0038610          CAN1 Service Request 8
SRC_CAN1INT9    0xF0038614          CAN1 Service Request 9
SRC_CAN1INT10   0xF0038618          CAN1 Service Request 10
SRC_CAN1INT11   0xF003861C          CAN1 Service Request 11
SRC_CAN1INT12   0xF0038620          CAN1 Service Request 12
SRC_CAN1INT13   0xF0038624          CAN1 Service Request 13
SRC_CAN1INT14   0xF0038628          CAN1 Service Request 14
SRC_CAN1INT15   0xF003862C          CAN1 Service Request 15
SRC_VADCG0SR0   0xF0038670          EVADC Group 0 Service Request 0
SRC_VADCG0SR1   0xF0038674          EVADC Group 0 Service Request 1
SRC_VADCG0SR2   0xF0038678          EVADC Group 0 Service Request 2
SRC_VADCG0SR3   0xF003867C          EVADC Group 0 Service Request 3
SRC_VADCG1SR0   0xF0038680          EVADC Group 1 Service Request 0
SRC_VADCG1SR1   0xF0038684          EVADC Group 1 Service Request 1
SRC_VADCG1SR2   0xF0038688          EVADC Group 1 Service Request 2
SRC_VADCG1SR3   0xF003868C          EVADC Group 1 Service Request 3
SRC_VADCCG0SR0  0xF0038750          EVADC Common Group 0 Service Request 0
SRC_VADCCG0SR1  0xF0038754          EVADC Common Group 0 Service Request 1
SRC_VADCCG0SR2  0xF0038758          EVADC Common Group 0 Service Request 2
SRC_VADCCG0SR3  0xF003875C          EVADC Common Group 0 Service Request 3
SRC_VADCCG1SR0  0xF0038760          EVADC Common Group 1 Service Request 0
SRC_VADCCG1SR1  0xF0038764          EVADC Common Group 1 Service Request 1
SRC_VADCCG1SR2  0xF0038768          EVADC Common Group 1 Service Request 2
SRC_VADCCG1SR3  0xF003876C          EVADC Common Group 1 Service Request 3
SRC_ERAY0INT0   0xF0038800          E-RAY 0 Service Request 0
SRC_ERAY0INT1   0xF0038804          E-RAY 0 Service Request 1
SRC_ERAY0TINT0  0xF0038808          E-RAY 0 Timer Interrupt 0 Service Request
SRC_ERAY0TINT1  0xF003880C          E-RAY 0 Timer Interrupt 1 Service Request
SRC_ERAY0NDAT0  0xF0038810          E-RAY 0 New Data 0 Service Request
SRC_ERAY0NDAT1  0xF0038814          E-RAY 0 New Data 1 Service Request
SRC_ERAY0MBSC0  0xF0038818          E-RAY 0 Message Buffer Status Changed 0 Service Request
SRC_ERAY0MBSC1  0xF003881C          E-RAY 0 Message Buffer Status Changed 1 Service Request
SRC_ERAY0OBUSY  0xF0038820          E-RAY 0 Output Buffer Busy
SRC_ERAY0IBUSY  0xF0038824          E-RAY 0 Input Buffer Busy
SRC_DMUHOST     0xF0038860          DMU Host Service Request
SRC_DMUFSI      0xF0038864          DMU FSI Service Request
SRC_HSM0        0xF0038870          HSM Service Request 0
SRC_HSM1        0xF0038874          HSM Service Request 1
SRC_SCUERU0     0xF0038880          SCU ERU Service Request 0
SRC_SCUERU1     0xF0038884          SCU ERU Service Request 1
SRC_SCUERU2     0xF0038888          SCU ERU Service Request 2
SRC_SCUERU3     0xF003888C          SCU ERU Service Request 3
SRC_PMSDTS      0xF00388AC          PMS DTS Service Request
SRC_PMS0        0xF00388B0          Power Management System Service Request 0
SRC_PMS1        0xF00388B4          Power Management System Service Request 1
SRC_PMS2        0xF00388B8          Power Management System Service Request 2
SRC_PMS3        0xF00388BC          Power Management System Service Request 3
SRC_SCR         0xF00388C0          Stand By Controller Service Request
SRC_SMU0        0xF00388D0          SMU Service Request 0
SRC_SMU1        0xF00388D4          SMU Service Request 1
SRC_SMU2        0xF00388D8          SMU Service Request 2
SRC_HSPDM0BFR   0xF0038900          HSPDM0 Buffer Service Request
SRC_HSPDM0RAMP  0xF0038904          HSPDM0 RAMP Events Service Request
SRC_HSPDM0ERR   0xF0038908          HSPDM0 Error / RAM Overflow Service Request
SRC_RIF0ERR     0xF0038970          Radar Interface 0 Error Service Request
SRC_RIF0INT     0xF0038974          Radar Interface 0 Service Request
SRC_RIF1ERR     0xF0038978          Radar Interface 1 Error Service Request
SRC_RIF1INT     0xF003897C          Radar Interface 1 Service Request
SRC_SPU0INT     0xF0038980          SPU 0 Service Request
SRC_SPU0ERR     0xF0038984          SPU 0 Error Service Request
SRC_SPU1INT     0xF0038988          SPU 1 Service Request
SRC_SPU1ERR     0xF003898C          SPU 1 Error Service Request
SRC_GPSR00      0xF0038990          General Purpose Group 0 Service Request 0
SRC_GPSR01      0xF0038994          General Purpose Group 0 Service Request 1
SRC_GPSR02      0xF0038998          General Purpose Group 0 Service Request 2
SRC_GPSR03      0xF003899C          General Purpose Group 0 Service Request 3
SRC_GPSR04      0xF00389A0          General Purpose Group 0 Service Request 4
SRC_GPSR05      0xF00389A4          General Purpose Group 0 Service Request 5
SRC_GPSR06      0xF00389A8          General Purpose Group 0 Service Request 6
SRC_GPSR07      0xF00389AC          General Purpose Group 0 Service Request 7
SRC_GPSR10      0xF00389B0          General Purpose Group 1 Service Request 0
SRC_GPSR11      0xF00389B4          General Purpose Group 1 Service Request 1
SRC_GPSR12      0xF00389B8          General Purpose Group 1 Service Request 2
SRC_GPSR13      0xF00389BC          General Purpose Group 1 Service Request 3
SRC_GPSR14      0xF00389C0          General Purpose Group 1 Service Request 4
SRC_GPSR15      0xF00389C4          General Purpose Group 1 Service Request 5
SRC_GPSR16      0xF00389C8          General Purpose Group 1 Service Request 6
SRC_GPSR17      0xF00389CC          General Purpose Group 1 Service Request 7
SRC_GPSR20      0xF00389D0          General Purpose Group 2 Service Request 0
SRC_GPSR21      0xF00389D4          General Purpose Group 2 Service Request 1
SRC_GPSR22      0xF00389D8          General Purpose Group 2 Service Request 2
SRC_GPSR23      0xF00389DC          General Purpose Group 2 Service Request 3
SRC_GPSR24      0xF00389E0          General Purpose Group 2 Service Request 4
SRC_GPSR25      0xF00389E4          General Purpose Group 2 Service Request 5
SRC_GPSR26      0xF00389E8          General Purpose Group 2 Service Request 6
SRC_GPSR27      0xF00389EC          General Purpose Group 2 Service Request 7
P00_OUT         0xF003A000          Port 00 Output Register
P00_OMR         0xF003A004          Port 00 Output Modification Register
P00_ID          0xF003A008          Port 00 Identification Register
P00_IOCR0       0xF003A010          Port 00 Input/Output Control Register 0
P00_IOCR4       0xF003A014          Port 00 Input/Output Control Register 4
P00_IOCR8       0xF003A018          Port 00 Input/Output Control Register 8
P00_IOCR12      0xF003A01C          Port 00 Input/Output Control Register 12
P00_IN          0xF003A024          Port 00 Input Register
P00_PDR0        0xF003A040          Port 00 Pad Driver Mode Register 0
P00_PDR1        0xF003A044          Port 00 Pad Driver Mode Register 1
P00_ESR         0xF003A050          Port 00 Emergency Stop Register
P00_PDISC       0xF003A060          Port 00 Pin Function Decision Control Register
P00_PCSR        0xF003A064          Port 00 Pin Controller Select Register
P00_OMSR0       0xF003A070          Port 00 Output Modification Set Register 0
P00_OMSR4       0xF003A074          Port 00 Output Modification Set Register 4
P00_OMSR8       0xF003A078          Port 00 Output Modification Set Register 8
P00_OMSR12      0xF003A07C          Port 00 Output Modification Set Register 12
P00_OMCR0       0xF003A080          Port 00 Output Modification Clear Register 0
P00_OMCR4       0xF003A084          Port 00 Output Modification Clear Register 4
P00_OMCR8       0xF003A088          Port 00 Output Modification Clear Register 8
P00_OMCR12      0xF003A08C          Port 00 Output Modification Clear Register 12
P00_OMSR        0xF003A090          Port 00 Output Modification Set Register
P00_OMCR        0xF003A094          Port 00 Output Modification Clear Register
P00_ACCEN1      0xF003A0F8          Port 00 Access Enable Register 1
P00_ACCEN0      0xF003A0FC          Port 00 Access Enable Register 0
P02_OUT         0xF003A200          Port 02 Output Register
P02_OMR         0xF003A204          Port 02 Output Modification Register
P02_ID          0xF003A208          Port 02 Identification Register
P02_IOCR0       0xF003A210          Port 02 Input/Output Control Register 0
P02_IOCR4       0xF003A214          Port 02 Input/Output Control Register 4
P02_IOCR8       0xF003A218          Port 02 Input/Output Control Register 8
P02_IN          0xF003A224          Port 02 Input Register
P02_PDR0        0xF003A240          Port 02 Pad Driver Mode Register 0
P02_PDR1        0xF003A244          Port 02 Pad Driver Mode Register 1
P02_ESR         0xF003A250          Port 02 Emergency Stop Register
P02_PDISC       0xF003A260          Port 02 Pin Function Decision Control Register
P02_PCSR        0xF003A264          Port 02 Pin Controller Select Register
P02_OMSR0       0xF003A270          Port 02 Output Modification Set Register 0
P02_OMSR4       0xF003A274          Port 02 Output Modification Set Register 4
P02_OMSR8       0xF003A278          Port 02 Output Modification Set Register 8
P02_OMCR0       0xF003A280          Port 02 Output Modification Clear Register 0
P02_OMCR4       0xF003A284          Port 02 Output Modification Clear Register 4
P02_OMCR8       0xF003A288          Port 02 Output Modification Clear Register 8
P02_OMSR        0xF003A290          Port 02 Output Modification Set Register
P02_OMCR        0xF003A294          Port 02 Output Modification Clear Register
P02_ACCEN1      0xF003A2F8          Port 02 Access Enable Register 1
P02_ACCEN0      0xF003A2FC          Port 02 Access Enable Register 0
P10_OUT         0xF003AA00          Port 10 Output Register
P10_OMR         0xF003AA04          Port 10 Output Modification Register
P10_ID          0xF003AA08          Port 10 Identification Register
P10_IOCR0       0xF003AA10          Port 10 Input/Output Control Register 0
P10_IOCR4       0xF003AA14          Port 10 Input/Output Control Register 4
P10_IOCR8       0xF003AA18          Port 10 Input/Output Control Register 8
P10_IN          0xF003AA24          Port 10 Input Register
P10_PDR0        0xF003AA40          Port 10 Pad Driver Mode Register 0
P10_PDR1        0xF003AA44          Port 10 Pad Driver Mode Register 1
P10_ESR         0xF003AA50          Port 10 Emergency Stop Register
P10_PDISC       0xF003AA60          Port 10 Pin Function Decision Control Register
P10_PCSR        0xF003AA64          Port 10 Pin Controller Select Register
P10_OMSR0       0xF003AA70          Port 10 Output Modification Set Register 0
P10_OMSR4       0xF003AA74          Port 10 Output Modification Set Register 4
P10_OMSR8       0xF003AA78          Port 10 Output Modification Set Register 8
P10_OMCR0       0xF003AA80          Port 10 Output Modification Clear Register 0
P10_OMCR4       0xF003AA84          Port 10 Output Modification Clear Register 4
P10_OMCR8       0xF003AA88          Port 10 Output Modification Clear Register 8
P10_OMSR        0xF003AA90          Port 10 Output Modification Set Register
P10_OMCR        0xF003AA94          Port 10 Output Modification Clear Register
P10_ACCEN1      0xF003AAF8          Port 10 Access Enable Register 1
P10_ACCEN0      0xF003AAFC          Port 10 Access Enable Register 0
P11_OUT         0xF003AB00          Port 11 Output Register
P11_OMR         0xF003AB04          Port 11 Output Modification Register
P11_ID          0xF003AB08          Port 11 Identification Register
P11_IOCR0       0xF003AB10          Port 11 Input/Output Control Register 0
P11_IOCR4       0xF003AB14          Port 11 Input/Output Control Register 4
P11_IOCR8       0xF003AB18          Port 11 Input/Output Control Register 8
P11_IOCR12      0xF003AB1C          Port 11 Input/Output Control Register 12
P11_IN          0xF003AB24          Port 11 Input Register
P11_PDR0        0xF003AB40          Port 11 Pad Driver Mode Register 0
P11_PDR1        0xF003AB44          Port 11 Pad Driver Mode Register 1
P11_ESR         0xF003AB50          Port 11 Emergency Stop Register
P11_PDISC       0xF003AB60          Port 11 Pin Function Decision Control Register
P11_PCSR        0xF003AB64          Port 11 Pin Controller Select Register
P11_OMSR0       0xF003AB70          Port 11 Output Modification Set Register 0
P11_OMSR4       0xF003AB74          Port 11 Output Modification Set Register 4
P11_OMSR8       0xF003AB78          Port 11 Output Modification Set Register 8
P11_OMSR12      0xF003AB7C          Port 11 Output Modification Set Register 12
P11_OMCR0       0xF003AB80          Port 11 Output Modification Clear Register 0
P11_OMCR4       0xF003AB84          Port 11 Output Modification Clear Register 4
P11_OMCR8       0xF003AB88          Port 11 Output Modification Clear Register 8
P11_OMCR12      0xF003AB8C          Port 11 Output Modification Clear Register 12
P11_OMSR        0xF003AB90          Port 11 Output Modification Set Register
P11_OMCR        0xF003AB94          Port 11 Output Modification Clear Register
P11_ACCEN1      0xF003ABF8          Port 11 Access Enable Register 1
P11_ACCEN0      0xF003ABFC          Port 11 Access Enable Register 0
P12_OUT         0xF003AC00          Port 12 Output Register
P12_OMR         0xF003AC04          Port 12 Output Modification Register
P12_ID          0xF003AC08          Port 12 Identification Register
P12_IOCR0       0xF003AC10          Port 12 Input/Output Control Register 0
P12_IN          0xF003AC24          Port 12 Input Register
P12_PDR0        0xF003AC40          Port 12 Pad Driver Mode Register 0
P12_ESR         0xF003AC50          Port 12 Emergency Stop Register
P12_PDISC       0xF003AC60          Port 12 Pin Function Decision Control Register
P12_PCSR        0xF003AC64          Port 12 Pin Controller Select Register
P12_OMSR0       0xF003AC70          Port 12 Output Modification Set Register 0
P12_OMCR0       0xF003AC80          Port 12 Output Modification Clear Register 0
P12_OMSR        0xF003AC90          Port 12 Output Modification Set Register
P12_OMCR        0xF003AC94          Port 12 Output Modification Clear Register
P12_ACCEN1      0xF003ACF8          Port 12 Access Enable Register 1
P12_ACCEN0      0xF003ACFC          Port 12 Access Enable Register 0
P14_OUT         0xF003AE00          Port 14 Output Register
P14_OMR         0xF003AE04          Port 14 Output Modification Register
P14_ID          0xF003AE08          Port 14 Identification Register
P14_IOCR0       0xF003AE10          Port 14 Input/Output Control Register 0
P14_IOCR4       0xF003AE14          Port 14 Input/Output Control Register 4
P14_IOCR8       0xF003AE18          Port 14 Input/Output Control Register 8
P14_IN          0xF003AE24          Port 14 Input Register
P14_PDR0        0xF003AE40          Port 14 Pad Driver Mode Register 0
P14_PDR1        0xF003AE44          Port 14 Pad Driver Mode Register 1
P14_ESR         0xF003AE50          Port 14 Emergency Stop Register
P14_PDISC       0xF003AE60          Port 14 Pin Function Decision Control Register
P14_PCSR        0xF003AE64          Port 14 Pin Controller Select Register
P14_OMSR0       0xF003AE70          Port 14 Output Modification Set Register 0
P14_OMSR4       0xF003AE74          Port 14 Output Modification Set Register 4
P14_OMSR8       0xF003AE78          Port 14 Output Modification Set Register 8
P14_OMCR0       0xF003AE80          Port 14 Output Modification Clear Register 0
P14_OMCR4       0xF003AE84          Port 14 Output Modification Clear Register 4
P14_OMCR8       0xF003AE88          Port 14 Output Modification Clear Register 8
P14_OMSR        0xF003AE90          Port 14 Output Modification Set Register
P14_OMCR        0xF003AE94          Port 14 Output Modification Clear Register
P14_ACCEN1      0xF003AEF8          Port 14 Access Enable Register 1
P14_ACCEN0      0xF003AEFC          Port 14 Access Enable Register 0
P15_OUT         0xF003AF00          Port 15 Output Register
P15_OMR         0xF003AF04          Port 15 Output Modification Register
P15_ID          0xF003AF08          Port 15 Identification Register
P15_IOCR0       0xF003AF10          Port 15 Input/Output Control Register 0
P15_IOCR4       0xF003AF14          Port 15 Input/Output Control Register 4
P15_IOCR8       0xF003AF18          Port 15 Input/Output Control Register 8
P15_IN          0xF003AF24          Port 15 Input Register
P15_PDR0        0xF003AF40          Port 15 Pad Driver Mode Register 0
P15_PDR1        0xF003AF44          Port 15 Pad Driver Mode Register 1
P15_ESR         0xF003AF50          Port 15 Emergency Stop Register
P15_PDISC       0xF003AF60          Port 15 Pin Function Decision Control Register
P15_PCSR        0xF003AF64          Port 15 Pin Controller Select Register
P15_OMSR0       0xF003AF70          Port 15 Output Modification Set Register 0
P15_OMSR4       0xF003AF74          Port 15 Output Modification Set Register 4
P15_OMSR8       0xF003AF78          Port 15 Output Modification Set Register 8
P15_OMCR0       0xF003AF80          Port 15 Output Modification Clear Register 0
P15_OMCR4       0xF003AF84          Port 15 Output Modification Clear Register 4
P15_OMCR8       0xF003AF88          Port 15 Output Modification Clear Register 8
P15_OMSR        0xF003AF90          Port 15 Output Modification Set Register
P15_OMCR        0xF003AF94          Port 15 Output Modification Clear Register
P15_ACCEN1      0xF003AFF8          Port 15 Access Enable Register 1
P15_ACCEN0      0xF003AFFC          Port 15 Access Enable Register 0
P20_OUT         0xF003B400          Port 20 Output Register
P20_OMR         0xF003B404          Port 20 Output Modification Register
P20_ID          0xF003B408          Port 20 Identification Register
P20_IOCR0       0xF003B410          Port 20 Input/Output Control Register 0
P20_IOCR4       0xF003B414          Port 20 Input/Output Control Register 4
P20_IOCR8       0xF003B418          Port 20 Input/Output Control Register 8
P20_IOCR12      0xF003B41C          Port 20 Input/Output Control Register 12
P20_IN          0xF003B424          Port 20 Input Register
P20_PDR0        0xF003B440          Port 20 Pad Driver Mode Register 0
P20_PDR1        0xF003B444          Port 20 Pad Driver Mode Register 1
P20_ESR         0xF003B450          Port 20 Emergency Stop Register
P20_PDISC       0xF003B460          Port 20 Pin Function Decision Control Register
P20_PCSR        0xF003B464          Port 20 Pin Controller Select Register
P20_OMSR0       0xF003B470          Port 20 Output Modification Set Register 0
P20_OMSR4       0xF003B474          Port 20 Output Modification Set Register 4
P20_OMSR8       0xF003B478          Port 20 Output Modification Set Register 8
P20_OMSR12      0xF003B47C          Port 20 Output Modification Set Register 12
P20_OMCR0       0xF003B480          Port 20 Output Modification Clear Register 0
P20_OMCR4       0xF003B484          Port 20 Output Modification Clear Register 4
P20_OMCR8       0xF003B488          Port 20 Output Modification Clear Register 8
P20_OMCR12      0xF003B48C          Port 20 Output Modification Clear Register 12
P20_OMSR        0xF003B490          Port 20 Output Modification Set Register
P20_OMCR        0xF003B494          Port 20 Output Modification Clear Register
P20_ACCEN1      0xF003B4F8          Port 20 Access Enable Register 1
P20_ACCEN0      0xF003B4FC          Port 20 Access Enable Register 0
P21_OUT         0xF003B500          Port 21 Output Register
P21_OMR         0xF003B504          Port 21 Output Modification Register
P21_ID          0xF003B508          Port 21 Identification Register
P21_IOCR0       0xF003B510          Port 21 Input/Output Control Register 0
P21_IOCR4       0xF003B514          Port 21 Input/Output Control Register 4
P21_IN          0xF003B524          Port 21 Input Register
P21_PDR0        0xF003B540          Port 21 Pad Driver Mode Register 0
P21_ESR         0xF003B550          Port 21 Emergency Stop Register
P21_PDISC       0xF003B560          Port 21 Pin Function Decision Control Register
P21_PCSR        0xF003B564          Port 21 Pin Controller Select Register
P21_OMSR0       0xF003B570          Port 21 Output Modification Set Register 0
P21_OMSR4       0xF003B574          Port 21 Output Modification Set Register 4
P21_OMCR0       0xF003B580          Port 21 Output Modification Clear Register 0
P21_OMCR4       0xF003B584          Port 21 Output Modification Clear Register 4
P21_OMSR        0xF003B590          Port 21 Output Modification Set Register
P21_OMCR        0xF003B594          Port 21 Output Modification Clear Register
P21_LPCR2       0xF003B5A8          Port 21 LVDS Pad Control Register 2
P21_ACCEN1      0xF003B5F8          Port 21 Access Enable Register 1
P21_ACCEN0      0xF003B5FC          Port 21 Access Enable Register 0
P22_OUT         0xF003B600          Port 22 Output Register
P22_OMR         0xF003B604          Port 22 Output Modification Register
P22_ID          0xF003B608          Port 22 Identification Register
P22_IOCR0       0xF003B610          Port 22 Input/Output Control Register 0
P22_IOCR4       0xF003B614          Port 22 Input/Output Control Register 4
P22_IN          0xF003B624          Port 22 Input Register
P22_PDR0        0xF003B640          Port 22 Pad Driver Mode Register 0
P22_ESR         0xF003B650          Port 22 Emergency Stop Register
P22_PDISC       0xF003B660          Port 22 Pin Function Decision Control Register
P22_PCSR        0xF003B664          Port 22 Pin Controller Select Register
P22_OMSR0       0xF003B670          Port 22 Output Modification Set Register 0
P22_OMSR4       0xF003B674          Port 22 Output Modification Set Register 4
P22_OMCR0       0xF003B680          Port 22 Output Modification Clear Register 0
P22_OMCR4       0xF003B684          Port 22 Output Modification Clear Register 4
P22_OMSR        0xF003B690          Port 22 Output Modification Set Register
P22_OMCR        0xF003B694          Port 22 Output Modification Clear Register
P22_ACCEN1      0xF003B6F8          Port 22 Access Enable Register 1
P22_ACCEN0      0xF003B6FC          Port 22 Access Enable Register 0
P23_OUT         0xF003B700          Port 23 Output Register
P23_OMR         0xF003B704          Port 23 Output Modification Register
P23_ID          0xF003B708          Port 23 Identification Register
P23_IOCR0       0xF003B710          Port 23 Input/Output Control Register 0
P23_IOCR4       0xF003B714          Port 23 Input/Output Control Register 4
P23_IN          0xF003B724          Port 23 Input Register
P23_PDR0        0xF003B740          Port 23 Pad Driver Mode Register 0
P23_ESR         0xF003B750          Port 23 Emergency Stop Register
P23_PDISC       0xF003B760          Port 23 Pin Function Decision Control Register
P23_PCSR        0xF003B764          Port 23 Pin Controller Select Register
P23_OMSR0       0xF003B770          Port 23 Output Modification Set Register 0
P23_OMSR4       0xF003B774          Port 23 Output Modification Set Register 4
P23_OMCR0       0xF003B780          Port 23 Output Modification Clear Register 0
P23_OMCR4       0xF003B784          Port 23 Output Modification Clear Register 4
P23_OMSR        0xF003B790          Port 23 Output Modification Set Register
P23_OMCR        0xF003B794          Port 23 Output Modification Clear Register
P23_ACCEN1      0xF003B7F8          Port 23 Access Enable Register 1
P23_ACCEN0      0xF003B7FC          Port 23 Access Enable Register 0
P32_OUT         0xF003C000          Port 32 Output Register
P32_OMR         0xF003C004          Port 32 Output Modification Register
P32_ID          0xF003C008          Port 32 Identification Register
P32_IOCR0       0xF003C010          Port 32 Input/Output Control Register 0
P32_IOCR4       0xF003C014          Port 32 Input/Output Control Register 4
P32_IN          0xF003C024          Port 32 Input Register
P32_PDR0        0xF003C040          Port 32 Pad Driver Mode Register 0
P32_ESR         0xF003C050          Port 32 Emergency Stop Register
P32_PDISC       0xF003C060          Port 32 Pin Function Decision Control Register
P32_PCSR        0xF003C064          Port 32 Pin Controller Select Register
P32_OMSR0       0xF003C070          Port 32 Output Modification Set Register 0
P32_OMSR4       0xF003C074          Port 32 Output Modification Set Register 4
P32_OMCR0       0xF003C080          Port 32 Output Modification Clear Register 0
P32_OMCR4       0xF003C084          Port 32 Output Modification Clear Register 4
P32_OMSR        0xF003C090          Port 32 Output Modification Set Register
P32_OMCR        0xF003C094          Port 32 Output Modification Clear Register
P32_ACCEN1      0xF003C0F8          Port 32 Access Enable Register 1
P32_ACCEN0      0xF003C0FC          Port 32 Access Enable Register 0
P33_OUT         0xF003C100          Port 33 Output Register
P33_OMR         0xF003C104          Port 33 Output Modification Register
P33_ID          0xF003C108          Port 33 Identification Register
P33_IOCR0       0xF003C110          Port 33 Input/Output Control Register 0
P33_IOCR4       0xF003C114          Port 33 Input/Output Control Register 4
P33_IOCR8       0xF003C118          Port 33 Input/Output Control Register 8
P33_IOCR12      0xF003C11C          Port 33 Input/Output Control Register 12
P33_IN          0xF003C124          Port 33 Input Register
P33_PDR0        0xF003C140          Port 33 Pad Driver Mode Register 0
P33_PDR1        0xF003C144          Port 33 Pad Driver Mode Register 1
P33_ESR         0xF003C150          Port 33 Emergency Stop Register
P33_PDISC       0xF003C160          Port 33 Pin Function Decision Control Register
P33_PCSR        0xF003C164          Port 33 Pin Controller Select Register
P33_OMSR0       0xF003C170          Port 33 Output Modification Set Register 0
P33_OMSR4       0xF003C174          Port 33 Output Modification Set Register 4
P33_OMSR8       0xF003C178          Port 33 Output Modification Set Register 8
P33_OMSR12      0xF003C17C          Port 33 Output Modification Set Register 12
P33_OMCR0       0xF003C180          Port 33 Output Modification Clear Register 0
P33_OMCR4       0xF003C184          Port 33 Output Modification Clear Register 4
P33_OMCR8       0xF003C188          Port 33 Output Modification Clear Register 8
P33_OMCR12      0xF003C18C          Port 33 Output Modification Clear Register 12
P33_OMSR        0xF003C190          Port 33 Output Modification Set Register
P33_OMCR        0xF003C194          Port 33 Output Modification Clear Register
P33_ACCEN1      0xF003C1F8          Port 33 Access Enable Register 1
P33_ACCEN0      0xF003C1FC          Port 33 Access Enable Register 0
P34_OUT         0xF003C200          Port 34 Output Register
P34_OMR         0xF003C204          Port 34 Output Modification Register
P34_ID          0xF003C208          Port 34 Identification Register
P34_IOCR0       0xF003C210          Port 34 Input/Output Control Register 0
P34_IN          0xF003C224          Port 34 Input Register
P34_PDR0        0xF003C240          Port 34 Pad Driver Mode Register 0
P34_ESR         0xF003C250          Port 34 Emergency Stop Register
P34_PDISC       0xF003C260          Port 34 Pin Function Decision Control Register
P34_PCSR        0xF003C264          Port 34 Pin Controller Select Register
P34_OMSR0       0xF003C270          Port 34 Output Modification Set Register 0
P34_OMCR0       0xF003C280          Port 34 Output Modification Clear Register 0
P34_OMSR        0xF003C290          Port 34 Output Modification Set Register
P34_OMCR        0xF003C294          Port 34 Output Modification Clear Register
P34_ACCEN1      0xF003C2F8          Port 34 Access Enable Register 1
P34_ACCEN0      0xF003C2FC          Port 34 Access Enable Register 0
MTU_CLC         0xF0060000          Clock Control Register
MTU_ID          0xF0060008          Identification Register
MTU_MEMTEST0    0xF0060010          Memory MBIST Enable Register 0
MTU_MEMTEST1    0xF0060014          Memory MBIST Enable Register 1
MTU_MEMTEST2    0xF0060018          Memory MBIST Enable Register 2
MTU_MEMMAP      0xF006001C          Memory Mapping Enable Register
MTU_MEMSTAT0    0xF0060038          Memory Status Register 0
MTU_MEMSTAT1    0xF006003C          Memory Status Register 1
MTU_MEMSTAT2    0xF0060040          Memory Status Register 2
MTU_MEMDONE0    0xF0060050          Memory Test Done Status Register 0
MTU_MEMDONE1    0xF0060054          Memory Test Done Status Register 1
MTU_MEMDONE2    0xF0060058          Memory Test Done Status Register 2
MTU_MEMFDA0     0xF0060060          Memory Test FDA Status Register 0
MTU_MEMFDA1     0xF0060064          Memory Test FDA Status Register 1
MTU_MEMFDA2     0xF0060068          Memory Test FDA Status Register 2
MTU_ACCEN1      0xF00600F8          Access Enable Register 1
MTU_ACCEN0      0xF00600FC          Access Enable Register 0
MTU_MC0_CONFIG0 0xF0061000          MC 0 Configuration Register 0
MTU_MC0_CONFIG1 0xF0061002          MC 0 Configuration Register 1
MTU_MC0_MCONTROL 0xF0061004          MC 0 MBIST Control Register
MTU_MC0_MSTATUS 0xF0061006          MC 0 Status Register
MTU_MC0_RANGE   0xF0061008          MC 0 Range Register, single address mode
MTU_MC0_REVID   0xF006100C          MC 0 Revision ID Register
MTU_MC0_ECCS    0xF006100E          MC 0 ECC Safety Register
MTU_MC0_ECCD    0xF0061010          MC 0 Memory ECC Detection Register
MTU_MC0_ETRR0   0xF0061012          MC 0 Error Tracking Register 0
MTU_MC0_ETRR1   0xF0061014          MC 0 Error Tracking Register 1
MTU_MC0_ETRR2   0xF0061016          MC 0 Error Tracking Register 2
MTU_MC0_ETRR3   0xF0061018          MC 0 Error Tracking Register 3
MTU_MC0_ETRR4   0xF006101A          MC 0 Error Tracking Register 4
MTU_MC0_RDBFL0  0xF0061060          MC 0 Read Data and Bit Flip Register 0
MTU_MC0_RDBFL1  0xF0061062          MC 0 Read Data and Bit Flip Register 1
MTU_MC0_RDBFL2  0xF0061064          MC 0 Read Data and Bit Flip Register 2
MTU_MC0_RDBFL3  0xF0061066          MC 0 Read Data and Bit Flip Register 3
MTU_MC0_RDBFL4  0xF0061068          MC 0 Read Data and Bit Flip Register 4
MTU_MC0_RDBFL5  0xF006106A          MC 0 Read Data and Bit Flip Register 5
MTU_MC0_RDBFL6  0xF006106C          MC 0 Read Data and Bit Flip Register 6
MTU_MC0_RDBFL7  0xF006106E          MC 0 Read Data and Bit Flip Register 7
MTU_MC0_RDBFL8  0xF0061070          MC 0 Read Data and Bit Flip Register 8
MTU_MC0_RDBFL9  0xF0061072          MC 0 Read Data and Bit Flip Register 9
MTU_MC0_RDBFL10 0xF0061074          MC 0 Read Data and Bit Flip Register 10
MTU_MC0_RDBFL11 0xF0061076          MC 0 Read Data and Bit Flip Register 11
MTU_MC0_RDBFL12 0xF0061078          MC 0 Read Data and Bit Flip Register 12
MTU_MC0_RDBFL13 0xF006107A          MC 0 Read Data and Bit Flip Register 13
MTU_MC0_RDBFL14 0xF006107C          MC 0 Read Data and Bit Flip Register 14
MTU_MC0_RDBFL15 0xF006107E          MC 0 Read Data and Bit Flip Register 15
MTU_MC0_RDBFL16 0xF0061080          MC 0 Read Data and Bit Flip Register 16
MTU_MC0_RDBFL17 0xF0061082          MC 0 Read Data and Bit Flip Register 17
MTU_MC0_RDBFL18 0xF0061084          MC 0 Read Data and Bit Flip Register 18
MTU_MC0_RDBFL19 0xF0061086          MC 0 Read Data and Bit Flip Register 19
MTU_MC0_RDBFL20 0xF0061088          MC 0 Read Data and Bit Flip Register 20
MTU_MC0_RDBFL21 0xF006108A          MC 0 Read Data and Bit Flip Register 21
MTU_MC0_RDBFL22 0xF006108C          MC 0 Read Data and Bit Flip Register 22
MTU_MC0_RDBFL23 0xF006108E          MC 0 Read Data and Bit Flip Register 23
MTU_MC0_RDBFL24 0xF0061090          MC 0 Read Data and Bit Flip Register 24
MTU_MC0_RDBFL25 0xF0061092          MC 0 Read Data and Bit Flip Register 25
MTU_MC0_RDBFL26 0xF0061094          MC 0 Read Data and Bit Flip Register 26
MTU_MC0_RDBFL27 0xF0061096          MC 0 Read Data and Bit Flip Register 27
MTU_MC0_RDBFL28 0xF0061098          MC 0 Read Data and Bit Flip Register 28
MTU_MC0_RDBFL29 0xF006109A          MC 0 Read Data and Bit Flip Register 29
MTU_MC0_RDBFL30 0xF006109C          MC 0 Read Data and Bit Flip Register 30
MTU_MC0_RDBFL31 0xF006109E          MC 0 Read Data and Bit Flip Register 31
MTU_MC0_RDBFL32 0xF00610A0          MC 0 Read Data and Bit Flip Register 32
MTU_MC0_RDBFL33 0xF00610A2          MC 0 Read Data and Bit Flip Register 33
MTU_MC0_RDBFL34 0xF00610A4          MC 0 Read Data and Bit Flip Register 34
MTU_MC0_RDBFL35 0xF00610A6          MC 0 Read Data and Bit Flip Register 35
MTU_MC0_RDBFL36 0xF00610A8          MC 0 Read Data and Bit Flip Register 36
MTU_MC0_RDBFL37 0xF00610AA          MC 0 Read Data and Bit Flip Register 37
MTU_MC0_RDBFL38 0xF00610AC          MC 0 Read Data and Bit Flip Register 38
MTU_MC0_RDBFL39 0xF00610AE          MC 0 Read Data and Bit Flip Register 39
MTU_MC0_RDBFL40 0xF00610B0          MC 0 Read Data and Bit Flip Register 40
MTU_MC0_RDBFL41 0xF00610B2          MC 0 Read Data and Bit Flip Register 41
MTU_MC0_RDBFL42 0xF00610B4          MC 0 Read Data and Bit Flip Register 42
MTU_MC0_RDBFL43 0xF00610B6          MC 0 Read Data and Bit Flip Register 43
MTU_MC0_RDBFL44 0xF00610B8          MC 0 Read Data and Bit Flip Register 44
MTU_MC0_RDBFL45 0xF00610BA          MC 0 Read Data and Bit Flip Register 45
MTU_MC0_RDBFL46 0xF00610BC          MC 0 Read Data and Bit Flip Register 46
MTU_MC0_RDBFL47 0xF00610BE          MC 0 Read Data and Bit Flip Register 47
MTU_MC0_RDBFL48 0xF00610C0          MC 0 Read Data and Bit Flip Register 48
MTU_MC0_RDBFL49 0xF00610C2          MC 0 Read Data and Bit Flip Register 49
MTU_MC0_RDBFL50 0xF00610C4          MC 0 Read Data and Bit Flip Register 50
MTU_MC0_RDBFL51 0xF00610C6          MC 0 Read Data and Bit Flip Register 51
MTU_MC0_RDBFL52 0xF00610C8          MC 0 Read Data and Bit Flip Register 52
MTU_MC0_RDBFL53 0xF00610CA          MC 0 Read Data and Bit Flip Register 53
MTU_MC0_RDBFL54 0xF00610CC          MC 0 Read Data and Bit Flip Register 54
MTU_MC0_RDBFL55 0xF00610CE          MC 0 Read Data and Bit Flip Register 55
MTU_MC0_RDBFL56 0xF00610D0          MC 0 Read Data and Bit Flip Register 56
MTU_MC0_RDBFL57 0xF00610D2          MC 0 Read Data and Bit Flip Register 57
MTU_MC0_RDBFL58 0xF00610D4          MC 0 Read Data and Bit Flip Register 58
MTU_MC0_RDBFL59 0xF00610D6          MC 0 Read Data and Bit Flip Register 59
MTU_MC0_RDBFL60 0xF00610D8          MC 0 Read Data and Bit Flip Register 60
MTU_MC0_RDBFL61 0xF00610DA          MC 0 Read Data and Bit Flip Register 61
MTU_MC0_RDBFL62 0xF00610DC          MC 0 Read Data and Bit Flip Register 62
MTU_MC0_RDBFL63 0xF00610DE          MC 0 Read Data and Bit Flip Register 63
MTU_MC0_RDBFL64 0xF00610E0          MC 0 Read Data and Bit Flip Register 64
MTU_MC0_RDBFL65 0xF00610E2          MC 0 Read Data and Bit Flip Register 65
MTU_MC0_RDBFL66 0xF00610E4          MC 0 Read Data and Bit Flip Register 66
MTU_MC0_ALMSRCS 0xF00610EE          MC 0 Alarm Sources Configuration Register
MTU_MC0_FAULTSTS 0xF00610F0          MC 0 SSH Safety Faults Status Register
MTU_MC0_ERRINFO0 0xF00610F2          MC 0 Error Information Register 0
MTU_MC0_ERRINFO1 0xF00610F4          MC 0 Error Information Register 1
MTU_MC0_ERRINFO2 0xF00610F6          MC 0 Error Information Register 2
MTU_MC0_ERRINFO3 0xF00610F8          MC 0 Error Information Register 3
MTU_MC0_ERRINFO4 0xF00610FA          MC 0 Error Information Register 4
MTU_MC1_CONFIG0 0xF0061100          MC 1 Configuration Register 0
MTU_MC1_CONFIG1 0xF0061102          MC 1 Configuration Register 1
MTU_MC1_MCONTROL 0xF0061104          MC 1 MBIST Control Register
MTU_MC1_MSTATUS 0xF0061106          MC 1 Status Register
MTU_MC1_RANGE   0xF0061108          MC 1 Range Register, single address mode
MTU_MC1_REVID   0xF006110C          MC 1 Revision ID Register
MTU_MC1_ECCS    0xF006110E          MC 1 ECC Safety Register
MTU_MC1_ECCD    0xF0061110          MC 1 Memory ECC Detection Register
MTU_MC1_ETRR0   0xF0061112          MC 1 Error Tracking Register 0
MTU_MC1_ETRR1   0xF0061114          MC 1 Error Tracking Register 1
MTU_MC1_ETRR2   0xF0061116          MC 1 Error Tracking Register 2
MTU_MC1_ETRR3   0xF0061118          MC 1 Error Tracking Register 3
MTU_MC1_ETRR4   0xF006111A          MC 1 Error Tracking Register 4
MTU_MC1_RDBFL0  0xF0061160          MC 1 Read Data and Bit Flip Register 0
MTU_MC1_RDBFL1  0xF0061162          MC 1 Read Data and Bit Flip Register 1
MTU_MC1_RDBFL2  0xF0061164          MC 1 Read Data and Bit Flip Register 2
MTU_MC1_RDBFL3  0xF0061166          MC 1 Read Data and Bit Flip Register 3
MTU_MC1_RDBFL4  0xF0061168          MC 1 Read Data and Bit Flip Register 4
MTU_MC1_RDBFL5  0xF006116A          MC 1 Read Data and Bit Flip Register 5
MTU_MC1_RDBFL6  0xF006116C          MC 1 Read Data and Bit Flip Register 6
MTU_MC1_RDBFL7  0xF006116E          MC 1 Read Data and Bit Flip Register 7
MTU_MC1_RDBFL8  0xF0061170          MC 1 Read Data and Bit Flip Register 8
MTU_MC1_RDBFL9  0xF0061172          MC 1 Read Data and Bit Flip Register 9
MTU_MC1_RDBFL10 0xF0061174          MC 1 Read Data and Bit Flip Register 10
MTU_MC1_RDBFL11 0xF0061176          MC 1 Read Data and Bit Flip Register 11
MTU_MC1_RDBFL12 0xF0061178          MC 1 Read Data and Bit Flip Register 12
MTU_MC1_RDBFL13 0xF006117A          MC 1 Read Data and Bit Flip Register 13
MTU_MC1_RDBFL14 0xF006117C          MC 1 Read Data and Bit Flip Register 14
MTU_MC1_RDBFL15 0xF006117E          MC 1 Read Data and Bit Flip Register 15
MTU_MC1_RDBFL16 0xF0061180          MC 1 Read Data and Bit Flip Register 16
MTU_MC1_RDBFL17 0xF0061182          MC 1 Read Data and Bit Flip Register 17
MTU_MC1_RDBFL18 0xF0061184          MC 1 Read Data and Bit Flip Register 18
MTU_MC1_RDBFL19 0xF0061186          MC 1 Read Data and Bit Flip Register 19
MTU_MC1_RDBFL20 0xF0061188          MC 1 Read Data and Bit Flip Register 20
MTU_MC1_RDBFL21 0xF006118A          MC 1 Read Data and Bit Flip Register 21
MTU_MC1_RDBFL22 0xF006118C          MC 1 Read Data and Bit Flip Register 22
MTU_MC1_RDBFL23 0xF006118E          MC 1 Read Data and Bit Flip Register 23
MTU_MC1_RDBFL24 0xF0061190          MC 1 Read Data and Bit Flip Register 24
MTU_MC1_RDBFL25 0xF0061192          MC 1 Read Data and Bit Flip Register 25
MTU_MC1_RDBFL26 0xF0061194          MC 1 Read Data and Bit Flip Register 26
MTU_MC1_RDBFL27 0xF0061196          MC 1 Read Data and Bit Flip Register 27
MTU_MC1_RDBFL28 0xF0061198          MC 1 Read Data and Bit Flip Register 28
MTU_MC1_RDBFL29 0xF006119A          MC 1 Read Data and Bit Flip Register 29
MTU_MC1_RDBFL30 0xF006119C          MC 1 Read Data and Bit Flip Register 30
MTU_MC1_RDBFL31 0xF006119E          MC 1 Read Data and Bit Flip Register 31
MTU_MC1_RDBFL32 0xF00611A0          MC 1 Read Data and Bit Flip Register 32
MTU_MC1_RDBFL33 0xF00611A2          MC 1 Read Data and Bit Flip Register 33
MTU_MC1_RDBFL34 0xF00611A4          MC 1 Read Data and Bit Flip Register 34
MTU_MC1_RDBFL35 0xF00611A6          MC 1 Read Data and Bit Flip Register 35
MTU_MC1_RDBFL36 0xF00611A8          MC 1 Read Data and Bit Flip Register 36
MTU_MC1_RDBFL37 0xF00611AA          MC 1 Read Data and Bit Flip Register 37
MTU_MC1_RDBFL38 0xF00611AC          MC 1 Read Data and Bit Flip Register 38
MTU_MC1_RDBFL39 0xF00611AE          MC 1 Read Data and Bit Flip Register 39
MTU_MC1_RDBFL40 0xF00611B0          MC 1 Read Data and Bit Flip Register 40
MTU_MC1_RDBFL41 0xF00611B2          MC 1 Read Data and Bit Flip Register 41
MTU_MC1_RDBFL42 0xF00611B4          MC 1 Read Data and Bit Flip Register 42
MTU_MC1_RDBFL43 0xF00611B6          MC 1 Read Data and Bit Flip Register 43
MTU_MC1_RDBFL44 0xF00611B8          MC 1 Read Data and Bit Flip Register 44
MTU_MC1_RDBFL45 0xF00611BA          MC 1 Read Data and Bit Flip Register 45
MTU_MC1_RDBFL46 0xF00611BC          MC 1 Read Data and Bit Flip Register 46
MTU_MC1_RDBFL47 0xF00611BE          MC 1 Read Data and Bit Flip Register 47
MTU_MC1_RDBFL48 0xF00611C0          MC 1 Read Data and Bit Flip Register 48
MTU_MC1_RDBFL49 0xF00611C2          MC 1 Read Data and Bit Flip Register 49
MTU_MC1_RDBFL50 0xF00611C4          MC 1 Read Data and Bit Flip Register 50
MTU_MC1_RDBFL51 0xF00611C6          MC 1 Read Data and Bit Flip Register 51
MTU_MC1_RDBFL52 0xF00611C8          MC 1 Read Data and Bit Flip Register 52
MTU_MC1_RDBFL53 0xF00611CA          MC 1 Read Data and Bit Flip Register 53
MTU_MC1_RDBFL54 0xF00611CC          MC 1 Read Data and Bit Flip Register 54
MTU_MC1_RDBFL55 0xF00611CE          MC 1 Read Data and Bit Flip Register 55
MTU_MC1_RDBFL56 0xF00611D0          MC 1 Read Data and Bit Flip Register 56
MTU_MC1_RDBFL57 0xF00611D2          MC 1 Read Data and Bit Flip Register 57
MTU_MC1_RDBFL58 0xF00611D4          MC 1 Read Data and Bit Flip Register 58
MTU_MC1_RDBFL59 0xF00611D6          MC 1 Read Data and Bit Flip Register 59
MTU_MC1_RDBFL60 0xF00611D8          MC 1 Read Data and Bit Flip Register 60
MTU_MC1_RDBFL61 0xF00611DA          MC 1 Read Data and Bit Flip Register 61
MTU_MC1_RDBFL62 0xF00611DC          MC 1 Read Data and Bit Flip Register 62
MTU_MC1_RDBFL63 0xF00611DE          MC 1 Read Data and Bit Flip Register 63
MTU_MC1_RDBFL64 0xF00611E0          MC 1 Read Data and Bit Flip Register 64
MTU_MC1_RDBFL65 0xF00611E2          MC 1 Read Data and Bit Flip Register 65
MTU_MC1_RDBFL66 0xF00611E4          MC 1 Read Data and Bit Flip Register 66
MTU_MC1_ALMSRCS 0xF00611EE          MC 1 Alarm Sources Configuration Register
MTU_MC1_FAULTSTS 0xF00611F0          MC 1 SSH Safety Faults Status Register
MTU_MC1_ERRINFO0 0xF00611F2          MC 1 Error Information Register 0
MTU_MC1_ERRINFO1 0xF00611F4          MC 1 Error Information Register 1
MTU_MC1_ERRINFO2 0xF00611F6          MC 1 Error Information Register 2
MTU_MC1_ERRINFO3 0xF00611F8          MC 1 Error Information Register 3
MTU_MC1_ERRINFO4 0xF00611FA          MC 1 Error Information Register 4
MTU_MC2_CONFIG0 0xF0061200          MC 2 Configuration Register 0
MTU_MC2_CONFIG1 0xF0061202          MC 2 Configuration Register 1
MTU_MC2_MCONTROL 0xF0061204          MC 2 MBIST Control Register
MTU_MC2_MSTATUS 0xF0061206          MC 2 Status Register
MTU_MC2_RANGE   0xF0061208          MC 2 Range Register, single address mode
MTU_MC2_REVID   0xF006120C          MC 2 Revision ID Register
MTU_MC2_ECCS    0xF006120E          MC 2 ECC Safety Register
MTU_MC2_ECCD    0xF0061210          MC 2 Memory ECC Detection Register
MTU_MC2_ETRR0   0xF0061212          MC 2 Error Tracking Register 0
MTU_MC2_ETRR1   0xF0061214          MC 2 Error Tracking Register 1
MTU_MC2_ETRR2   0xF0061216          MC 2 Error Tracking Register 2
MTU_MC2_ETRR3   0xF0061218          MC 2 Error Tracking Register 3
MTU_MC2_ETRR4   0xF006121A          MC 2 Error Tracking Register 4
MTU_MC2_RDBFL0  0xF0061260          MC 2 Read Data and Bit Flip Register 0
MTU_MC2_RDBFL1  0xF0061262          MC 2 Read Data and Bit Flip Register 1
MTU_MC2_RDBFL2  0xF0061264          MC 2 Read Data and Bit Flip Register 2
MTU_MC2_RDBFL3  0xF0061266          MC 2 Read Data and Bit Flip Register 3
MTU_MC2_RDBFL4  0xF0061268          MC 2 Read Data and Bit Flip Register 4
MTU_MC2_RDBFL5  0xF006126A          MC 2 Read Data and Bit Flip Register 5
MTU_MC2_RDBFL6  0xF006126C          MC 2 Read Data and Bit Flip Register 6
MTU_MC2_RDBFL7  0xF006126E          MC 2 Read Data and Bit Flip Register 7
MTU_MC2_RDBFL8  0xF0061270          MC 2 Read Data and Bit Flip Register 8
MTU_MC2_RDBFL9  0xF0061272          MC 2 Read Data and Bit Flip Register 9
MTU_MC2_RDBFL10 0xF0061274          MC 2 Read Data and Bit Flip Register 10
MTU_MC2_RDBFL11 0xF0061276          MC 2 Read Data and Bit Flip Register 11
MTU_MC2_RDBFL12 0xF0061278          MC 2 Read Data and Bit Flip Register 12
MTU_MC2_RDBFL13 0xF006127A          MC 2 Read Data and Bit Flip Register 13
MTU_MC2_RDBFL14 0xF006127C          MC 2 Read Data and Bit Flip Register 14
MTU_MC2_RDBFL15 0xF006127E          MC 2 Read Data and Bit Flip Register 15
MTU_MC2_RDBFL16 0xF0061280          MC 2 Read Data and Bit Flip Register 16
MTU_MC2_RDBFL17 0xF0061282          MC 2 Read Data and Bit Flip Register 17
MTU_MC2_RDBFL18 0xF0061284          MC 2 Read Data and Bit Flip Register 18
MTU_MC2_RDBFL19 0xF0061286          MC 2 Read Data and Bit Flip Register 19
MTU_MC2_RDBFL20 0xF0061288          MC 2 Read Data and Bit Flip Register 20
MTU_MC2_RDBFL21 0xF006128A          MC 2 Read Data and Bit Flip Register 21
MTU_MC2_RDBFL22 0xF006128C          MC 2 Read Data and Bit Flip Register 22
MTU_MC2_RDBFL23 0xF006128E          MC 2 Read Data and Bit Flip Register 23
MTU_MC2_RDBFL24 0xF0061290          MC 2 Read Data and Bit Flip Register 24
MTU_MC2_RDBFL25 0xF0061292          MC 2 Read Data and Bit Flip Register 25
MTU_MC2_RDBFL26 0xF0061294          MC 2 Read Data and Bit Flip Register 26
MTU_MC2_RDBFL27 0xF0061296          MC 2 Read Data and Bit Flip Register 27
MTU_MC2_RDBFL28 0xF0061298          MC 2 Read Data and Bit Flip Register 28
MTU_MC2_RDBFL29 0xF006129A          MC 2 Read Data and Bit Flip Register 29
MTU_MC2_RDBFL30 0xF006129C          MC 2 Read Data and Bit Flip Register 30
MTU_MC2_RDBFL31 0xF006129E          MC 2 Read Data and Bit Flip Register 31
MTU_MC2_RDBFL32 0xF00612A0          MC 2 Read Data and Bit Flip Register 32
MTU_MC2_RDBFL33 0xF00612A2          MC 2 Read Data and Bit Flip Register 33
MTU_MC2_RDBFL34 0xF00612A4          MC 2 Read Data and Bit Flip Register 34
MTU_MC2_RDBFL35 0xF00612A6          MC 2 Read Data and Bit Flip Register 35
MTU_MC2_RDBFL36 0xF00612A8          MC 2 Read Data and Bit Flip Register 36
MTU_MC2_RDBFL37 0xF00612AA          MC 2 Read Data and Bit Flip Register 37
MTU_MC2_RDBFL38 0xF00612AC          MC 2 Read Data and Bit Flip Register 38
MTU_MC2_RDBFL39 0xF00612AE          MC 2 Read Data and Bit Flip Register 39
MTU_MC2_RDBFL40 0xF00612B0          MC 2 Read Data and Bit Flip Register 40
MTU_MC2_RDBFL41 0xF00612B2          MC 2 Read Data and Bit Flip Register 41
MTU_MC2_RDBFL42 0xF00612B4          MC 2 Read Data and Bit Flip Register 42
MTU_MC2_RDBFL43 0xF00612B6          MC 2 Read Data and Bit Flip Register 43
MTU_MC2_RDBFL44 0xF00612B8          MC 2 Read Data and Bit Flip Register 44
MTU_MC2_RDBFL45 0xF00612BA          MC 2 Read Data and Bit Flip Register 45
MTU_MC2_RDBFL46 0xF00612BC          MC 2 Read Data and Bit Flip Register 46
MTU_MC2_RDBFL47 0xF00612BE          MC 2 Read Data and Bit Flip Register 47
MTU_MC2_RDBFL48 0xF00612C0          MC 2 Read Data and Bit Flip Register 48
MTU_MC2_RDBFL49 0xF00612C2          MC 2 Read Data and Bit Flip Register 49
MTU_MC2_RDBFL50 0xF00612C4          MC 2 Read Data and Bit Flip Register 50
MTU_MC2_RDBFL51 0xF00612C6          MC 2 Read Data and Bit Flip Register 51
MTU_MC2_RDBFL52 0xF00612C8          MC 2 Read Data and Bit Flip Register 52
MTU_MC2_RDBFL53 0xF00612CA          MC 2 Read Data and Bit Flip Register 53
MTU_MC2_RDBFL54 0xF00612CC          MC 2 Read Data and Bit Flip Register 54
MTU_MC2_RDBFL55 0xF00612CE          MC 2 Read Data and Bit Flip Register 55
MTU_MC2_RDBFL56 0xF00612D0          MC 2 Read Data and Bit Flip Register 56
MTU_MC2_RDBFL57 0xF00612D2          MC 2 Read Data and Bit Flip Register 57
MTU_MC2_RDBFL58 0xF00612D4          MC 2 Read Data and Bit Flip Register 58
MTU_MC2_RDBFL59 0xF00612D6          MC 2 Read Data and Bit Flip Register 59
MTU_MC2_RDBFL60 0xF00612D8          MC 2 Read Data and Bit Flip Register 60
MTU_MC2_RDBFL61 0xF00612DA          MC 2 Read Data and Bit Flip Register 61
MTU_MC2_RDBFL62 0xF00612DC          MC 2 Read Data and Bit Flip Register 62
MTU_MC2_RDBFL63 0xF00612DE          MC 2 Read Data and Bit Flip Register 63
MTU_MC2_RDBFL64 0xF00612E0          MC 2 Read Data and Bit Flip Register 64
MTU_MC2_RDBFL65 0xF00612E2          MC 2 Read Data and Bit Flip Register 65
MTU_MC2_RDBFL66 0xF00612E4          MC 2 Read Data and Bit Flip Register 66
MTU_MC2_ALMSRCS 0xF00612EE          MC 2 Alarm Sources Configuration Register
MTU_MC2_FAULTSTS 0xF00612F0          MC 2 SSH Safety Faults Status Register
MTU_MC2_ERRINFO0 0xF00612F2          MC 2 Error Information Register 0
MTU_MC2_ERRINFO1 0xF00612F4          MC 2 Error Information Register 1
MTU_MC2_ERRINFO2 0xF00612F6          MC 2 Error Information Register 2
MTU_MC2_ERRINFO3 0xF00612F8          MC 2 Error Information Register 3
MTU_MC2_ERRINFO4 0xF00612FA          MC 2 Error Information Register 4
MTU_MC3_CONFIG0 0xF0061300          MC 3 Configuration Register 0
MTU_MC3_CONFIG1 0xF0061302          MC 3 Configuration Register 1
MTU_MC3_MCONTROL 0xF0061304          MC 3 MBIST Control Register
MTU_MC3_MSTATUS 0xF0061306          MC 3 Status Register
MTU_MC3_RANGE   0xF0061308          MC 3 Range Register, single address mode
MTU_MC3_REVID   0xF006130C          MC 3 Revision ID Register
MTU_MC3_ECCS    0xF006130E          MC 3 ECC Safety Register
MTU_MC3_ECCD    0xF0061310          MC 3 Memory ECC Detection Register
MTU_MC3_ETRR0   0xF0061312          MC 3 Error Tracking Register 0
MTU_MC3_ETRR1   0xF0061314          MC 3 Error Tracking Register 1
MTU_MC3_ETRR2   0xF0061316          MC 3 Error Tracking Register 2
MTU_MC3_ETRR3   0xF0061318          MC 3 Error Tracking Register 3
MTU_MC3_ETRR4   0xF006131A          MC 3 Error Tracking Register 4
MTU_MC3_RDBFL0  0xF0061360          MC 3 Read Data and Bit Flip Register 0
MTU_MC3_RDBFL1  0xF0061362          MC 3 Read Data and Bit Flip Register 1
MTU_MC3_RDBFL2  0xF0061364          MC 3 Read Data and Bit Flip Register 2
MTU_MC3_RDBFL3  0xF0061366          MC 3 Read Data and Bit Flip Register 3
MTU_MC3_RDBFL4  0xF0061368          MC 3 Read Data and Bit Flip Register 4
MTU_MC3_RDBFL5  0xF006136A          MC 3 Read Data and Bit Flip Register 5
MTU_MC3_RDBFL6  0xF006136C          MC 3 Read Data and Bit Flip Register 6
MTU_MC3_RDBFL7  0xF006136E          MC 3 Read Data and Bit Flip Register 7
MTU_MC3_RDBFL8  0xF0061370          MC 3 Read Data and Bit Flip Register 8
MTU_MC3_RDBFL9  0xF0061372          MC 3 Read Data and Bit Flip Register 9
MTU_MC3_RDBFL10 0xF0061374          MC 3 Read Data and Bit Flip Register 10
MTU_MC3_RDBFL11 0xF0061376          MC 3 Read Data and Bit Flip Register 11
MTU_MC3_RDBFL12 0xF0061378          MC 3 Read Data and Bit Flip Register 12
MTU_MC3_RDBFL13 0xF006137A          MC 3 Read Data and Bit Flip Register 13
MTU_MC3_RDBFL14 0xF006137C          MC 3 Read Data and Bit Flip Register 14
MTU_MC3_RDBFL15 0xF006137E          MC 3 Read Data and Bit Flip Register 15
MTU_MC3_RDBFL16 0xF0061380          MC 3 Read Data and Bit Flip Register 16
MTU_MC3_RDBFL17 0xF0061382          MC 3 Read Data and Bit Flip Register 17
MTU_MC3_RDBFL18 0xF0061384          MC 3 Read Data and Bit Flip Register 18
MTU_MC3_RDBFL19 0xF0061386          MC 3 Read Data and Bit Flip Register 19
MTU_MC3_RDBFL20 0xF0061388          MC 3 Read Data and Bit Flip Register 20
MTU_MC3_RDBFL21 0xF006138A          MC 3 Read Data and Bit Flip Register 21
MTU_MC3_RDBFL22 0xF006138C          MC 3 Read Data and Bit Flip Register 22
MTU_MC3_RDBFL23 0xF006138E          MC 3 Read Data and Bit Flip Register 23
MTU_MC3_RDBFL24 0xF0061390          MC 3 Read Data and Bit Flip Register 24
MTU_MC3_RDBFL25 0xF0061392          MC 3 Read Data and Bit Flip Register 25
MTU_MC3_RDBFL26 0xF0061394          MC 3 Read Data and Bit Flip Register 26
MTU_MC3_RDBFL27 0xF0061396          MC 3 Read Data and Bit Flip Register 27
MTU_MC3_RDBFL28 0xF0061398          MC 3 Read Data and Bit Flip Register 28
MTU_MC3_RDBFL29 0xF006139A          MC 3 Read Data and Bit Flip Register 29
MTU_MC3_RDBFL30 0xF006139C          MC 3 Read Data and Bit Flip Register 30
MTU_MC3_RDBFL31 0xF006139E          MC 3 Read Data and Bit Flip Register 31
MTU_MC3_RDBFL32 0xF00613A0          MC 3 Read Data and Bit Flip Register 32
MTU_MC3_RDBFL33 0xF00613A2          MC 3 Read Data and Bit Flip Register 33
MTU_MC3_RDBFL34 0xF00613A4          MC 3 Read Data and Bit Flip Register 34
MTU_MC3_RDBFL35 0xF00613A6          MC 3 Read Data and Bit Flip Register 35
MTU_MC3_RDBFL36 0xF00613A8          MC 3 Read Data and Bit Flip Register 36
MTU_MC3_RDBFL37 0xF00613AA          MC 3 Read Data and Bit Flip Register 37
MTU_MC3_RDBFL38 0xF00613AC          MC 3 Read Data and Bit Flip Register 38
MTU_MC3_RDBFL39 0xF00613AE          MC 3 Read Data and Bit Flip Register 39
MTU_MC3_RDBFL40 0xF00613B0          MC 3 Read Data and Bit Flip Register 40
MTU_MC3_RDBFL41 0xF00613B2          MC 3 Read Data and Bit Flip Register 41
MTU_MC3_RDBFL42 0xF00613B4          MC 3 Read Data and Bit Flip Register 42
MTU_MC3_RDBFL43 0xF00613B6          MC 3 Read Data and Bit Flip Register 43
MTU_MC3_RDBFL44 0xF00613B8          MC 3 Read Data and Bit Flip Register 44
MTU_MC3_RDBFL45 0xF00613BA          MC 3 Read Data and Bit Flip Register 45
MTU_MC3_RDBFL46 0xF00613BC          MC 3 Read Data and Bit Flip Register 46
MTU_MC3_RDBFL47 0xF00613BE          MC 3 Read Data and Bit Flip Register 47
MTU_MC3_RDBFL48 0xF00613C0          MC 3 Read Data and Bit Flip Register 48
MTU_MC3_RDBFL49 0xF00613C2          MC 3 Read Data and Bit Flip Register 49
MTU_MC3_RDBFL50 0xF00613C4          MC 3 Read Data and Bit Flip Register 50
MTU_MC3_RDBFL51 0xF00613C6          MC 3 Read Data and Bit Flip Register 51
MTU_MC3_RDBFL52 0xF00613C8          MC 3 Read Data and Bit Flip Register 52
MTU_MC3_RDBFL53 0xF00613CA          MC 3 Read Data and Bit Flip Register 53
MTU_MC3_RDBFL54 0xF00613CC          MC 3 Read Data and Bit Flip Register 54
MTU_MC3_RDBFL55 0xF00613CE          MC 3 Read Data and Bit Flip Register 55
MTU_MC3_RDBFL56 0xF00613D0          MC 3 Read Data and Bit Flip Register 56
MTU_MC3_RDBFL57 0xF00613D2          MC 3 Read Data and Bit Flip Register 57
MTU_MC3_RDBFL58 0xF00613D4          MC 3 Read Data and Bit Flip Register 58
MTU_MC3_RDBFL59 0xF00613D6          MC 3 Read Data and Bit Flip Register 59
MTU_MC3_RDBFL60 0xF00613D8          MC 3 Read Data and Bit Flip Register 60
MTU_MC3_RDBFL61 0xF00613DA          MC 3 Read Data and Bit Flip Register 61
MTU_MC3_RDBFL62 0xF00613DC          MC 3 Read Data and Bit Flip Register 62
MTU_MC3_RDBFL63 0xF00613DE          MC 3 Read Data and Bit Flip Register 63
MTU_MC3_RDBFL64 0xF00613E0          MC 3 Read Data and Bit Flip Register 64
MTU_MC3_RDBFL65 0xF00613E2          MC 3 Read Data and Bit Flip Register 65
MTU_MC3_RDBFL66 0xF00613E4          MC 3 Read Data and Bit Flip Register 66
MTU_MC3_ALMSRCS 0xF00613EE          MC 3 Alarm Sources Configuration Register
MTU_MC3_FAULTSTS 0xF00613F0          MC 3 SSH Safety Faults Status Register
MTU_MC3_ERRINFO0 0xF00613F2          MC 3 Error Information Register 0
MTU_MC3_ERRINFO1 0xF00613F4          MC 3 Error Information Register 1
MTU_MC3_ERRINFO2 0xF00613F6          MC 3 Error Information Register 2
MTU_MC3_ERRINFO3 0xF00613F8          MC 3 Error Information Register 3
MTU_MC3_ERRINFO4 0xF00613FA          MC 3 Error Information Register 4
MTU_MC4_CONFIG0 0xF0061400          MC 4 Configuration Register 0
MTU_MC4_CONFIG1 0xF0061402          MC 4 Configuration Register 1
MTU_MC4_MCONTROL 0xF0061404          MC 4 MBIST Control Register
MTU_MC4_MSTATUS 0xF0061406          MC 4 Status Register
MTU_MC4_RANGE   0xF0061408          MC 4 Range Register, single address mode
MTU_MC4_REVID   0xF006140C          MC 4 Revision ID Register
MTU_MC4_ECCS    0xF006140E          MC 4 ECC Safety Register
MTU_MC4_ECCD    0xF0061410          MC 4 Memory ECC Detection Register
MTU_MC4_ETRR0   0xF0061412          MC 4 Error Tracking Register 0
MTU_MC4_ETRR1   0xF0061414          MC 4 Error Tracking Register 1
MTU_MC4_ETRR2   0xF0061416          MC 4 Error Tracking Register 2
MTU_MC4_ETRR3   0xF0061418          MC 4 Error Tracking Register 3
MTU_MC4_ETRR4   0xF006141A          MC 4 Error Tracking Register 4
MTU_MC4_RDBFL0  0xF0061460          MC 4 Read Data and Bit Flip Register 0
MTU_MC4_RDBFL1  0xF0061462          MC 4 Read Data and Bit Flip Register 1
MTU_MC4_RDBFL2  0xF0061464          MC 4 Read Data and Bit Flip Register 2
MTU_MC4_RDBFL3  0xF0061466          MC 4 Read Data and Bit Flip Register 3
MTU_MC4_RDBFL4  0xF0061468          MC 4 Read Data and Bit Flip Register 4
MTU_MC4_RDBFL5  0xF006146A          MC 4 Read Data and Bit Flip Register 5
MTU_MC4_RDBFL6  0xF006146C          MC 4 Read Data and Bit Flip Register 6
MTU_MC4_RDBFL7  0xF006146E          MC 4 Read Data and Bit Flip Register 7
MTU_MC4_RDBFL8  0xF0061470          MC 4 Read Data and Bit Flip Register 8
MTU_MC4_RDBFL9  0xF0061472          MC 4 Read Data and Bit Flip Register 9
MTU_MC4_RDBFL10 0xF0061474          MC 4 Read Data and Bit Flip Register 10
MTU_MC4_RDBFL11 0xF0061476          MC 4 Read Data and Bit Flip Register 11
MTU_MC4_RDBFL12 0xF0061478          MC 4 Read Data and Bit Flip Register 12
MTU_MC4_RDBFL13 0xF006147A          MC 4 Read Data and Bit Flip Register 13
MTU_MC4_RDBFL14 0xF006147C          MC 4 Read Data and Bit Flip Register 14
MTU_MC4_RDBFL15 0xF006147E          MC 4 Read Data and Bit Flip Register 15
MTU_MC4_RDBFL16 0xF0061480          MC 4 Read Data and Bit Flip Register 16
MTU_MC4_RDBFL17 0xF0061482          MC 4 Read Data and Bit Flip Register 17
MTU_MC4_RDBFL18 0xF0061484          MC 4 Read Data and Bit Flip Register 18
MTU_MC4_RDBFL19 0xF0061486          MC 4 Read Data and Bit Flip Register 19
MTU_MC4_RDBFL20 0xF0061488          MC 4 Read Data and Bit Flip Register 20
MTU_MC4_RDBFL21 0xF006148A          MC 4 Read Data and Bit Flip Register 21
MTU_MC4_RDBFL22 0xF006148C          MC 4 Read Data and Bit Flip Register 22
MTU_MC4_RDBFL23 0xF006148E          MC 4 Read Data and Bit Flip Register 23
MTU_MC4_RDBFL24 0xF0061490          MC 4 Read Data and Bit Flip Register 24
MTU_MC4_RDBFL25 0xF0061492          MC 4 Read Data and Bit Flip Register 25
MTU_MC4_RDBFL26 0xF0061494          MC 4 Read Data and Bit Flip Register 26
MTU_MC4_RDBFL27 0xF0061496          MC 4 Read Data and Bit Flip Register 27
MTU_MC4_RDBFL28 0xF0061498          MC 4 Read Data and Bit Flip Register 28
MTU_MC4_RDBFL29 0xF006149A          MC 4 Read Data and Bit Flip Register 29
MTU_MC4_RDBFL30 0xF006149C          MC 4 Read Data and Bit Flip Register 30
MTU_MC4_RDBFL31 0xF006149E          MC 4 Read Data and Bit Flip Register 31
MTU_MC4_RDBFL32 0xF00614A0          MC 4 Read Data and Bit Flip Register 32
MTU_MC4_RDBFL33 0xF00614A2          MC 4 Read Data and Bit Flip Register 33
MTU_MC4_RDBFL34 0xF00614A4          MC 4 Read Data and Bit Flip Register 34
MTU_MC4_RDBFL35 0xF00614A6          MC 4 Read Data and Bit Flip Register 35
MTU_MC4_RDBFL36 0xF00614A8          MC 4 Read Data and Bit Flip Register 36
MTU_MC4_RDBFL37 0xF00614AA          MC 4 Read Data and Bit Flip Register 37
MTU_MC4_RDBFL38 0xF00614AC          MC 4 Read Data and Bit Flip Register 38
MTU_MC4_RDBFL39 0xF00614AE          MC 4 Read Data and Bit Flip Register 39
MTU_MC4_RDBFL40 0xF00614B0          MC 4 Read Data and Bit Flip Register 40
MTU_MC4_RDBFL41 0xF00614B2          MC 4 Read Data and Bit Flip Register 41
MTU_MC4_RDBFL42 0xF00614B4          MC 4 Read Data and Bit Flip Register 42
MTU_MC4_RDBFL43 0xF00614B6          MC 4 Read Data and Bit Flip Register 43
MTU_MC4_RDBFL44 0xF00614B8          MC 4 Read Data and Bit Flip Register 44
MTU_MC4_RDBFL45 0xF00614BA          MC 4 Read Data and Bit Flip Register 45
MTU_MC4_RDBFL46 0xF00614BC          MC 4 Read Data and Bit Flip Register 46
MTU_MC4_RDBFL47 0xF00614BE          MC 4 Read Data and Bit Flip Register 47
MTU_MC4_RDBFL48 0xF00614C0          MC 4 Read Data and Bit Flip Register 48
MTU_MC4_RDBFL49 0xF00614C2          MC 4 Read Data and Bit Flip Register 49
MTU_MC4_RDBFL50 0xF00614C4          MC 4 Read Data and Bit Flip Register 50
MTU_MC4_RDBFL51 0xF00614C6          MC 4 Read Data and Bit Flip Register 51
MTU_MC4_RDBFL52 0xF00614C8          MC 4 Read Data and Bit Flip Register 52
MTU_MC4_RDBFL53 0xF00614CA          MC 4 Read Data and Bit Flip Register 53
MTU_MC4_RDBFL54 0xF00614CC          MC 4 Read Data and Bit Flip Register 54
MTU_MC4_RDBFL55 0xF00614CE          MC 4 Read Data and Bit Flip Register 55
MTU_MC4_RDBFL56 0xF00614D0          MC 4 Read Data and Bit Flip Register 56
MTU_MC4_RDBFL57 0xF00614D2          MC 4 Read Data and Bit Flip Register 57
MTU_MC4_RDBFL58 0xF00614D4          MC 4 Read Data and Bit Flip Register 58
MTU_MC4_RDBFL59 0xF00614D6          MC 4 Read Data and Bit Flip Register 59
MTU_MC4_RDBFL60 0xF00614D8          MC 4 Read Data and Bit Flip Register 60
MTU_MC4_RDBFL61 0xF00614DA          MC 4 Read Data and Bit Flip Register 61
MTU_MC4_RDBFL62 0xF00614DC          MC 4 Read Data and Bit Flip Register 62
MTU_MC4_RDBFL63 0xF00614DE          MC 4 Read Data and Bit Flip Register 63
MTU_MC4_RDBFL64 0xF00614E0          MC 4 Read Data and Bit Flip Register 64
MTU_MC4_RDBFL65 0xF00614E2          MC 4 Read Data and Bit Flip Register 65
MTU_MC4_RDBFL66 0xF00614E4          MC 4 Read Data and Bit Flip Register 66
MTU_MC4_ALMSRCS 0xF00614EE          MC 4 Alarm Sources Configuration Register
MTU_MC4_FAULTSTS 0xF00614F0          MC 4 SSH Safety Faults Status Register
MTU_MC4_ERRINFO0 0xF00614F2          MC 4 Error Information Register 0
MTU_MC4_ERRINFO1 0xF00614F4          MC 4 Error Information Register 1
MTU_MC4_ERRINFO2 0xF00614F6          MC 4 Error Information Register 2
MTU_MC4_ERRINFO3 0xF00614F8          MC 4 Error Information Register 3
MTU_MC4_ERRINFO4 0xF00614FA          MC 4 Error Information Register 4
MTU_MC5_CONFIG0 0xF0061500          MC 5 Configuration Register 0
MTU_MC5_CONFIG1 0xF0061502          MC 5 Configuration Register 1
MTU_MC5_MCONTROL 0xF0061504          MC 5 MBIST Control Register
MTU_MC5_MSTATUS 0xF0061506          MC 5 Status Register
MTU_MC5_RANGE   0xF0061508          MC 5 Range Register, single address mode
MTU_MC5_REVID   0xF006150C          MC 5 Revision ID Register
MTU_MC5_ECCS    0xF006150E          MC 5 ECC Safety Register
MTU_MC5_ECCD    0xF0061510          MC 5 Memory ECC Detection Register
MTU_MC5_ETRR0   0xF0061512          MC 5 Error Tracking Register 0
MTU_MC5_ETRR1   0xF0061514          MC 5 Error Tracking Register 1
MTU_MC5_ETRR2   0xF0061516          MC 5 Error Tracking Register 2
MTU_MC5_ETRR3   0xF0061518          MC 5 Error Tracking Register 3
MTU_MC5_ETRR4   0xF006151A          MC 5 Error Tracking Register 4
MTU_MC5_RDBFL0  0xF0061560          MC 5 Read Data and Bit Flip Register 0
MTU_MC5_RDBFL1  0xF0061562          MC 5 Read Data and Bit Flip Register 1
MTU_MC5_RDBFL2  0xF0061564          MC 5 Read Data and Bit Flip Register 2
MTU_MC5_RDBFL3  0xF0061566          MC 5 Read Data and Bit Flip Register 3
MTU_MC5_RDBFL4  0xF0061568          MC 5 Read Data and Bit Flip Register 4
MTU_MC5_RDBFL5  0xF006156A          MC 5 Read Data and Bit Flip Register 5
MTU_MC5_RDBFL6  0xF006156C          MC 5 Read Data and Bit Flip Register 6
MTU_MC5_RDBFL7  0xF006156E          MC 5 Read Data and Bit Flip Register 7
MTU_MC5_RDBFL8  0xF0061570          MC 5 Read Data and Bit Flip Register 8
MTU_MC5_RDBFL9  0xF0061572          MC 5 Read Data and Bit Flip Register 9
MTU_MC5_RDBFL10 0xF0061574          MC 5 Read Data and Bit Flip Register 10
MTU_MC5_RDBFL11 0xF0061576          MC 5 Read Data and Bit Flip Register 11
MTU_MC5_RDBFL12 0xF0061578          MC 5 Read Data and Bit Flip Register 12
MTU_MC5_RDBFL13 0xF006157A          MC 5 Read Data and Bit Flip Register 13
MTU_MC5_RDBFL14 0xF006157C          MC 5 Read Data and Bit Flip Register 14
MTU_MC5_RDBFL15 0xF006157E          MC 5 Read Data and Bit Flip Register 15
MTU_MC5_RDBFL16 0xF0061580          MC 5 Read Data and Bit Flip Register 16
MTU_MC5_RDBFL17 0xF0061582          MC 5 Read Data and Bit Flip Register 17
MTU_MC5_RDBFL18 0xF0061584          MC 5 Read Data and Bit Flip Register 18
MTU_MC5_RDBFL19 0xF0061586          MC 5 Read Data and Bit Flip Register 19
MTU_MC5_RDBFL20 0xF0061588          MC 5 Read Data and Bit Flip Register 20
MTU_MC5_RDBFL21 0xF006158A          MC 5 Read Data and Bit Flip Register 21
MTU_MC5_RDBFL22 0xF006158C          MC 5 Read Data and Bit Flip Register 22
MTU_MC5_RDBFL23 0xF006158E          MC 5 Read Data and Bit Flip Register 23
MTU_MC5_RDBFL24 0xF0061590          MC 5 Read Data and Bit Flip Register 24
MTU_MC5_RDBFL25 0xF0061592          MC 5 Read Data and Bit Flip Register 25
MTU_MC5_RDBFL26 0xF0061594          MC 5 Read Data and Bit Flip Register 26
MTU_MC5_RDBFL27 0xF0061596          MC 5 Read Data and Bit Flip Register 27
MTU_MC5_RDBFL28 0xF0061598          MC 5 Read Data and Bit Flip Register 28
MTU_MC5_RDBFL29 0xF006159A          MC 5 Read Data and Bit Flip Register 29
MTU_MC5_RDBFL30 0xF006159C          MC 5 Read Data and Bit Flip Register 30
MTU_MC5_RDBFL31 0xF006159E          MC 5 Read Data and Bit Flip Register 31
MTU_MC5_RDBFL32 0xF00615A0          MC 5 Read Data and Bit Flip Register 32
MTU_MC5_RDBFL33 0xF00615A2          MC 5 Read Data and Bit Flip Register 33
MTU_MC5_RDBFL34 0xF00615A4          MC 5 Read Data and Bit Flip Register 34
MTU_MC5_RDBFL35 0xF00615A6          MC 5 Read Data and Bit Flip Register 35
MTU_MC5_RDBFL36 0xF00615A8          MC 5 Read Data and Bit Flip Register 36
MTU_MC5_RDBFL37 0xF00615AA          MC 5 Read Data and Bit Flip Register 37
MTU_MC5_RDBFL38 0xF00615AC          MC 5 Read Data and Bit Flip Register 38
MTU_MC5_RDBFL39 0xF00615AE          MC 5 Read Data and Bit Flip Register 39
MTU_MC5_RDBFL40 0xF00615B0          MC 5 Read Data and Bit Flip Register 40
MTU_MC5_RDBFL41 0xF00615B2          MC 5 Read Data and Bit Flip Register 41
MTU_MC5_RDBFL42 0xF00615B4          MC 5 Read Data and Bit Flip Register 42
MTU_MC5_RDBFL43 0xF00615B6          MC 5 Read Data and Bit Flip Register 43
MTU_MC5_RDBFL44 0xF00615B8          MC 5 Read Data and Bit Flip Register 44
MTU_MC5_RDBFL45 0xF00615BA          MC 5 Read Data and Bit Flip Register 45
MTU_MC5_RDBFL46 0xF00615BC          MC 5 Read Data and Bit Flip Register 46
MTU_MC5_RDBFL47 0xF00615BE          MC 5 Read Data and Bit Flip Register 47
MTU_MC5_RDBFL48 0xF00615C0          MC 5 Read Data and Bit Flip Register 48
MTU_MC5_RDBFL49 0xF00615C2          MC 5 Read Data and Bit Flip Register 49
MTU_MC5_RDBFL50 0xF00615C4          MC 5 Read Data and Bit Flip Register 50
MTU_MC5_RDBFL51 0xF00615C6          MC 5 Read Data and Bit Flip Register 51
MTU_MC5_RDBFL52 0xF00615C8          MC 5 Read Data and Bit Flip Register 52
MTU_MC5_RDBFL53 0xF00615CA          MC 5 Read Data and Bit Flip Register 53
MTU_MC5_RDBFL54 0xF00615CC          MC 5 Read Data and Bit Flip Register 54
MTU_MC5_RDBFL55 0xF00615CE          MC 5 Read Data and Bit Flip Register 55
MTU_MC5_RDBFL56 0xF00615D0          MC 5 Read Data and Bit Flip Register 56
MTU_MC5_RDBFL57 0xF00615D2          MC 5 Read Data and Bit Flip Register 57
MTU_MC5_RDBFL58 0xF00615D4          MC 5 Read Data and Bit Flip Register 58
MTU_MC5_RDBFL59 0xF00615D6          MC 5 Read Data and Bit Flip Register 59
MTU_MC5_RDBFL60 0xF00615D8          MC 5 Read Data and Bit Flip Register 60
MTU_MC5_RDBFL61 0xF00615DA          MC 5 Read Data and Bit Flip Register 61
MTU_MC5_RDBFL62 0xF00615DC          MC 5 Read Data and Bit Flip Register 62
MTU_MC5_RDBFL63 0xF00615DE          MC 5 Read Data and Bit Flip Register 63
MTU_MC5_RDBFL64 0xF00615E0          MC 5 Read Data and Bit Flip Register 64
MTU_MC5_RDBFL65 0xF00615E2          MC 5 Read Data and Bit Flip Register 65
MTU_MC5_RDBFL66 0xF00615E4          MC 5 Read Data and Bit Flip Register 66
MTU_MC5_ALMSRCS 0xF00615EE          MC 5 Alarm Sources Configuration Register
MTU_MC5_FAULTSTS 0xF00615F0          MC 5 SSH Safety Faults Status Register
MTU_MC5_ERRINFO0 0xF00615F2          MC 5 Error Information Register 0
MTU_MC5_ERRINFO1 0xF00615F4          MC 5 Error Information Register 1
MTU_MC5_ERRINFO2 0xF00615F6          MC 5 Error Information Register 2
MTU_MC5_ERRINFO3 0xF00615F8          MC 5 Error Information Register 3
MTU_MC5_ERRINFO4 0xF00615FA          MC 5 Error Information Register 4
MTU_MC6_CONFIG0 0xF0061600          MC 6 Configuration Register 0
MTU_MC6_CONFIG1 0xF0061602          MC 6 Configuration Register 1
MTU_MC6_MCONTROL 0xF0061604          MC 6 MBIST Control Register
MTU_MC6_MSTATUS 0xF0061606          MC 6 Status Register
MTU_MC6_RANGE   0xF0061608          MC 6 Range Register, single address mode
MTU_MC6_REVID   0xF006160C          MC 6 Revision ID Register
MTU_MC6_ECCS    0xF006160E          MC 6 ECC Safety Register
MTU_MC6_ECCD    0xF0061610          MC 6 Memory ECC Detection Register
MTU_MC6_ETRR0   0xF0061612          MC 6 Error Tracking Register 0
MTU_MC6_ETRR1   0xF0061614          MC 6 Error Tracking Register 1
MTU_MC6_ETRR2   0xF0061616          MC 6 Error Tracking Register 2
MTU_MC6_ETRR3   0xF0061618          MC 6 Error Tracking Register 3
MTU_MC6_ETRR4   0xF006161A          MC 6 Error Tracking Register 4
MTU_MC6_RDBFL0  0xF0061660          MC 6 Read Data and Bit Flip Register 0
MTU_MC6_RDBFL1  0xF0061662          MC 6 Read Data and Bit Flip Register 1
MTU_MC6_RDBFL2  0xF0061664          MC 6 Read Data and Bit Flip Register 2
MTU_MC6_RDBFL3  0xF0061666          MC 6 Read Data and Bit Flip Register 3
MTU_MC6_RDBFL4  0xF0061668          MC 6 Read Data and Bit Flip Register 4
MTU_MC6_RDBFL5  0xF006166A          MC 6 Read Data and Bit Flip Register 5
MTU_MC6_RDBFL6  0xF006166C          MC 6 Read Data and Bit Flip Register 6
MTU_MC6_RDBFL7  0xF006166E          MC 6 Read Data and Bit Flip Register 7
MTU_MC6_RDBFL8  0xF0061670          MC 6 Read Data and Bit Flip Register 8
MTU_MC6_RDBFL9  0xF0061672          MC 6 Read Data and Bit Flip Register 9
MTU_MC6_RDBFL10 0xF0061674          MC 6 Read Data and Bit Flip Register 10
MTU_MC6_RDBFL11 0xF0061676          MC 6 Read Data and Bit Flip Register 11
MTU_MC6_RDBFL12 0xF0061678          MC 6 Read Data and Bit Flip Register 12
MTU_MC6_RDBFL13 0xF006167A          MC 6 Read Data and Bit Flip Register 13
MTU_MC6_RDBFL14 0xF006167C          MC 6 Read Data and Bit Flip Register 14
MTU_MC6_RDBFL15 0xF006167E          MC 6 Read Data and Bit Flip Register 15
MTU_MC6_RDBFL16 0xF0061680          MC 6 Read Data and Bit Flip Register 16
MTU_MC6_RDBFL17 0xF0061682          MC 6 Read Data and Bit Flip Register 17
MTU_MC6_RDBFL18 0xF0061684          MC 6 Read Data and Bit Flip Register 18
MTU_MC6_RDBFL19 0xF0061686          MC 6 Read Data and Bit Flip Register 19
MTU_MC6_RDBFL20 0xF0061688          MC 6 Read Data and Bit Flip Register 20
MTU_MC6_RDBFL21 0xF006168A          MC 6 Read Data and Bit Flip Register 21
MTU_MC6_RDBFL22 0xF006168C          MC 6 Read Data and Bit Flip Register 22
MTU_MC6_RDBFL23 0xF006168E          MC 6 Read Data and Bit Flip Register 23
MTU_MC6_RDBFL24 0xF0061690          MC 6 Read Data and Bit Flip Register 24
MTU_MC6_RDBFL25 0xF0061692          MC 6 Read Data and Bit Flip Register 25
MTU_MC6_RDBFL26 0xF0061694          MC 6 Read Data and Bit Flip Register 26
MTU_MC6_RDBFL27 0xF0061696          MC 6 Read Data and Bit Flip Register 27
MTU_MC6_RDBFL28 0xF0061698          MC 6 Read Data and Bit Flip Register 28
MTU_MC6_RDBFL29 0xF006169A          MC 6 Read Data and Bit Flip Register 29
MTU_MC6_RDBFL30 0xF006169C          MC 6 Read Data and Bit Flip Register 30
MTU_MC6_RDBFL31 0xF006169E          MC 6 Read Data and Bit Flip Register 31
MTU_MC6_RDBFL32 0xF00616A0          MC 6 Read Data and Bit Flip Register 32
MTU_MC6_RDBFL33 0xF00616A2          MC 6 Read Data and Bit Flip Register 33
MTU_MC6_RDBFL34 0xF00616A4          MC 6 Read Data and Bit Flip Register 34
MTU_MC6_RDBFL35 0xF00616A6          MC 6 Read Data and Bit Flip Register 35
MTU_MC6_RDBFL36 0xF00616A8          MC 6 Read Data and Bit Flip Register 36
MTU_MC6_RDBFL37 0xF00616AA          MC 6 Read Data and Bit Flip Register 37
MTU_MC6_RDBFL38 0xF00616AC          MC 6 Read Data and Bit Flip Register 38
MTU_MC6_RDBFL39 0xF00616AE          MC 6 Read Data and Bit Flip Register 39
MTU_MC6_RDBFL40 0xF00616B0          MC 6 Read Data and Bit Flip Register 40
MTU_MC6_RDBFL41 0xF00616B2          MC 6 Read Data and Bit Flip Register 41
MTU_MC6_RDBFL42 0xF00616B4          MC 6 Read Data and Bit Flip Register 42
MTU_MC6_RDBFL43 0xF00616B6          MC 6 Read Data and Bit Flip Register 43
MTU_MC6_RDBFL44 0xF00616B8          MC 6 Read Data and Bit Flip Register 44
MTU_MC6_RDBFL45 0xF00616BA          MC 6 Read Data and Bit Flip Register 45
MTU_MC6_RDBFL46 0xF00616BC          MC 6 Read Data and Bit Flip Register 46
MTU_MC6_RDBFL47 0xF00616BE          MC 6 Read Data and Bit Flip Register 47
MTU_MC6_RDBFL48 0xF00616C0          MC 6 Read Data and Bit Flip Register 48
MTU_MC6_RDBFL49 0xF00616C2          MC 6 Read Data and Bit Flip Register 49
MTU_MC6_RDBFL50 0xF00616C4          MC 6 Read Data and Bit Flip Register 50
MTU_MC6_RDBFL51 0xF00616C6          MC 6 Read Data and Bit Flip Register 51
MTU_MC6_RDBFL52 0xF00616C8          MC 6 Read Data and Bit Flip Register 52
MTU_MC6_RDBFL53 0xF00616CA          MC 6 Read Data and Bit Flip Register 53
MTU_MC6_RDBFL54 0xF00616CC          MC 6 Read Data and Bit Flip Register 54
MTU_MC6_RDBFL55 0xF00616CE          MC 6 Read Data and Bit Flip Register 55
MTU_MC6_RDBFL56 0xF00616D0          MC 6 Read Data and Bit Flip Register 56
MTU_MC6_RDBFL57 0xF00616D2          MC 6 Read Data and Bit Flip Register 57
MTU_MC6_RDBFL58 0xF00616D4          MC 6 Read Data and Bit Flip Register 58
MTU_MC6_RDBFL59 0xF00616D6          MC 6 Read Data and Bit Flip Register 59
MTU_MC6_RDBFL60 0xF00616D8          MC 6 Read Data and Bit Flip Register 60
MTU_MC6_RDBFL61 0xF00616DA          MC 6 Read Data and Bit Flip Register 61
MTU_MC6_RDBFL62 0xF00616DC          MC 6 Read Data and Bit Flip Register 62
MTU_MC6_RDBFL63 0xF00616DE          MC 6 Read Data and Bit Flip Register 63
MTU_MC6_RDBFL64 0xF00616E0          MC 6 Read Data and Bit Flip Register 64
MTU_MC6_RDBFL65 0xF00616E2          MC 6 Read Data and Bit Flip Register 65
MTU_MC6_RDBFL66 0xF00616E4          MC 6 Read Data and Bit Flip Register 66
MTU_MC6_ALMSRCS 0xF00616EE          MC 6 Alarm Sources Configuration Register
MTU_MC6_FAULTSTS 0xF00616F0          MC 6 SSH Safety Faults Status Register
MTU_MC6_ERRINFO0 0xF00616F2          MC 6 Error Information Register 0
MTU_MC6_ERRINFO1 0xF00616F4          MC 6 Error Information Register 1
MTU_MC6_ERRINFO2 0xF00616F6          MC 6 Error Information Register 2
MTU_MC6_ERRINFO3 0xF00616F8          MC 6 Error Information Register 3
MTU_MC6_ERRINFO4 0xF00616FA          MC 6 Error Information Register 4
MTU_MC7_CONFIG0 0xF0061700          MC 7 Configuration Register 0
MTU_MC7_CONFIG1 0xF0061702          MC 7 Configuration Register 1
MTU_MC7_MCONTROL 0xF0061704          MC 7 MBIST Control Register
MTU_MC7_MSTATUS 0xF0061706          MC 7 Status Register
MTU_MC7_RANGE   0xF0061708          MC 7 Range Register, single address mode
MTU_MC7_REVID   0xF006170C          MC 7 Revision ID Register
MTU_MC7_ECCS    0xF006170E          MC 7 ECC Safety Register
MTU_MC7_ECCD    0xF0061710          MC 7 Memory ECC Detection Register
MTU_MC7_ETRR0   0xF0061712          MC 7 Error Tracking Register 0
MTU_MC7_ETRR1   0xF0061714          MC 7 Error Tracking Register 1
MTU_MC7_ETRR2   0xF0061716          MC 7 Error Tracking Register 2
MTU_MC7_ETRR3   0xF0061718          MC 7 Error Tracking Register 3
MTU_MC7_ETRR4   0xF006171A          MC 7 Error Tracking Register 4
MTU_MC7_RDBFL0  0xF0061760          MC 7 Read Data and Bit Flip Register 0
MTU_MC7_RDBFL1  0xF0061762          MC 7 Read Data and Bit Flip Register 1
MTU_MC7_RDBFL2  0xF0061764          MC 7 Read Data and Bit Flip Register 2
MTU_MC7_RDBFL3  0xF0061766          MC 7 Read Data and Bit Flip Register 3
MTU_MC7_RDBFL4  0xF0061768          MC 7 Read Data and Bit Flip Register 4
MTU_MC7_RDBFL5  0xF006176A          MC 7 Read Data and Bit Flip Register 5
MTU_MC7_RDBFL6  0xF006176C          MC 7 Read Data and Bit Flip Register 6
MTU_MC7_RDBFL7  0xF006176E          MC 7 Read Data and Bit Flip Register 7
MTU_MC7_RDBFL8  0xF0061770          MC 7 Read Data and Bit Flip Register 8
MTU_MC7_RDBFL9  0xF0061772          MC 7 Read Data and Bit Flip Register 9
MTU_MC7_RDBFL10 0xF0061774          MC 7 Read Data and Bit Flip Register 10
MTU_MC7_RDBFL11 0xF0061776          MC 7 Read Data and Bit Flip Register 11
MTU_MC7_RDBFL12 0xF0061778          MC 7 Read Data and Bit Flip Register 12
MTU_MC7_RDBFL13 0xF006177A          MC 7 Read Data and Bit Flip Register 13
MTU_MC7_RDBFL14 0xF006177C          MC 7 Read Data and Bit Flip Register 14
MTU_MC7_RDBFL15 0xF006177E          MC 7 Read Data and Bit Flip Register 15
MTU_MC7_RDBFL16 0xF0061780          MC 7 Read Data and Bit Flip Register 16
MTU_MC7_RDBFL17 0xF0061782          MC 7 Read Data and Bit Flip Register 17
MTU_MC7_RDBFL18 0xF0061784          MC 7 Read Data and Bit Flip Register 18
MTU_MC7_RDBFL19 0xF0061786          MC 7 Read Data and Bit Flip Register 19
MTU_MC7_RDBFL20 0xF0061788          MC 7 Read Data and Bit Flip Register 20
MTU_MC7_RDBFL21 0xF006178A          MC 7 Read Data and Bit Flip Register 21
MTU_MC7_RDBFL22 0xF006178C          MC 7 Read Data and Bit Flip Register 22
MTU_MC7_RDBFL23 0xF006178E          MC 7 Read Data and Bit Flip Register 23
MTU_MC7_RDBFL24 0xF0061790          MC 7 Read Data and Bit Flip Register 24
MTU_MC7_RDBFL25 0xF0061792          MC 7 Read Data and Bit Flip Register 25
MTU_MC7_RDBFL26 0xF0061794          MC 7 Read Data and Bit Flip Register 26
MTU_MC7_RDBFL27 0xF0061796          MC 7 Read Data and Bit Flip Register 27
MTU_MC7_RDBFL28 0xF0061798          MC 7 Read Data and Bit Flip Register 28
MTU_MC7_RDBFL29 0xF006179A          MC 7 Read Data and Bit Flip Register 29
MTU_MC7_RDBFL30 0xF006179C          MC 7 Read Data and Bit Flip Register 30
MTU_MC7_RDBFL31 0xF006179E          MC 7 Read Data and Bit Flip Register 31
MTU_MC7_RDBFL32 0xF00617A0          MC 7 Read Data and Bit Flip Register 32
MTU_MC7_RDBFL33 0xF00617A2          MC 7 Read Data and Bit Flip Register 33
MTU_MC7_RDBFL34 0xF00617A4          MC 7 Read Data and Bit Flip Register 34
MTU_MC7_RDBFL35 0xF00617A6          MC 7 Read Data and Bit Flip Register 35
MTU_MC7_RDBFL36 0xF00617A8          MC 7 Read Data and Bit Flip Register 36
MTU_MC7_RDBFL37 0xF00617AA          MC 7 Read Data and Bit Flip Register 37
MTU_MC7_RDBFL38 0xF00617AC          MC 7 Read Data and Bit Flip Register 38
MTU_MC7_RDBFL39 0xF00617AE          MC 7 Read Data and Bit Flip Register 39
MTU_MC7_RDBFL40 0xF00617B0          MC 7 Read Data and Bit Flip Register 40
MTU_MC7_RDBFL41 0xF00617B2          MC 7 Read Data and Bit Flip Register 41
MTU_MC7_RDBFL42 0xF00617B4          MC 7 Read Data and Bit Flip Register 42
MTU_MC7_RDBFL43 0xF00617B6          MC 7 Read Data and Bit Flip Register 43
MTU_MC7_RDBFL44 0xF00617B8          MC 7 Read Data and Bit Flip Register 44
MTU_MC7_RDBFL45 0xF00617BA          MC 7 Read Data and Bit Flip Register 45
MTU_MC7_RDBFL46 0xF00617BC          MC 7 Read Data and Bit Flip Register 46
MTU_MC7_RDBFL47 0xF00617BE          MC 7 Read Data and Bit Flip Register 47
MTU_MC7_RDBFL48 0xF00617C0          MC 7 Read Data and Bit Flip Register 48
MTU_MC7_RDBFL49 0xF00617C2          MC 7 Read Data and Bit Flip Register 49
MTU_MC7_RDBFL50 0xF00617C4          MC 7 Read Data and Bit Flip Register 50
MTU_MC7_RDBFL51 0xF00617C6          MC 7 Read Data and Bit Flip Register 51
MTU_MC7_RDBFL52 0xF00617C8          MC 7 Read Data and Bit Flip Register 52
MTU_MC7_RDBFL53 0xF00617CA          MC 7 Read Data and Bit Flip Register 53
MTU_MC7_RDBFL54 0xF00617CC          MC 7 Read Data and Bit Flip Register 54
MTU_MC7_RDBFL55 0xF00617CE          MC 7 Read Data and Bit Flip Register 55
MTU_MC7_RDBFL56 0xF00617D0          MC 7 Read Data and Bit Flip Register 56
MTU_MC7_RDBFL57 0xF00617D2          MC 7 Read Data and Bit Flip Register 57
MTU_MC7_RDBFL58 0xF00617D4          MC 7 Read Data and Bit Flip Register 58
MTU_MC7_RDBFL59 0xF00617D6          MC 7 Read Data and Bit Flip Register 59
MTU_MC7_RDBFL60 0xF00617D8          MC 7 Read Data and Bit Flip Register 60
MTU_MC7_RDBFL61 0xF00617DA          MC 7 Read Data and Bit Flip Register 61
MTU_MC7_RDBFL62 0xF00617DC          MC 7 Read Data and Bit Flip Register 62
MTU_MC7_RDBFL63 0xF00617DE          MC 7 Read Data and Bit Flip Register 63
MTU_MC7_RDBFL64 0xF00617E0          MC 7 Read Data and Bit Flip Register 64
MTU_MC7_RDBFL65 0xF00617E2          MC 7 Read Data and Bit Flip Register 65
MTU_MC7_RDBFL66 0xF00617E4          MC 7 Read Data and Bit Flip Register 66
MTU_MC7_ALMSRCS 0xF00617EE          MC 7 Alarm Sources Configuration Register
MTU_MC7_FAULTSTS 0xF00617F0          MC 7 SSH Safety Faults Status Register
MTU_MC7_ERRINFO0 0xF00617F2          MC 7 Error Information Register 0
MTU_MC7_ERRINFO1 0xF00617F4          MC 7 Error Information Register 1
MTU_MC7_ERRINFO2 0xF00617F6          MC 7 Error Information Register 2
MTU_MC7_ERRINFO3 0xF00617F8          MC 7 Error Information Register 3
MTU_MC7_ERRINFO4 0xF00617FA          MC 7 Error Information Register 4
MTU_MC8_CONFIG0 0xF0061800          MC 8 Configuration Register 0
MTU_MC8_CONFIG1 0xF0061802          MC 8 Configuration Register 1
MTU_MC8_MCONTROL 0xF0061804          MC 8 MBIST Control Register
MTU_MC8_MSTATUS 0xF0061806          MC 8 Status Register
MTU_MC8_RANGE   0xF0061808          MC 8 Range Register, single address mode
MTU_MC8_REVID   0xF006180C          MC 8 Revision ID Register
MTU_MC8_ECCS    0xF006180E          MC 8 ECC Safety Register
MTU_MC8_ECCD    0xF0061810          MC 8 Memory ECC Detection Register
MTU_MC8_ETRR0   0xF0061812          MC 8 Error Tracking Register 0
MTU_MC8_ETRR1   0xF0061814          MC 8 Error Tracking Register 1
MTU_MC8_ETRR2   0xF0061816          MC 8 Error Tracking Register 2
MTU_MC8_ETRR3   0xF0061818          MC 8 Error Tracking Register 3
MTU_MC8_ETRR4   0xF006181A          MC 8 Error Tracking Register 4
MTU_MC8_RDBFL0  0xF0061860          MC 8 Read Data and Bit Flip Register 0
MTU_MC8_RDBFL1  0xF0061862          MC 8 Read Data and Bit Flip Register 1
MTU_MC8_RDBFL2  0xF0061864          MC 8 Read Data and Bit Flip Register 2
MTU_MC8_RDBFL3  0xF0061866          MC 8 Read Data and Bit Flip Register 3
MTU_MC8_RDBFL4  0xF0061868          MC 8 Read Data and Bit Flip Register 4
MTU_MC8_RDBFL5  0xF006186A          MC 8 Read Data and Bit Flip Register 5
MTU_MC8_RDBFL6  0xF006186C          MC 8 Read Data and Bit Flip Register 6
MTU_MC8_RDBFL7  0xF006186E          MC 8 Read Data and Bit Flip Register 7
MTU_MC8_RDBFL8  0xF0061870          MC 8 Read Data and Bit Flip Register 8
MTU_MC8_RDBFL9  0xF0061872          MC 8 Read Data and Bit Flip Register 9
MTU_MC8_RDBFL10 0xF0061874          MC 8 Read Data and Bit Flip Register 10
MTU_MC8_RDBFL11 0xF0061876          MC 8 Read Data and Bit Flip Register 11
MTU_MC8_RDBFL12 0xF0061878          MC 8 Read Data and Bit Flip Register 12
MTU_MC8_RDBFL13 0xF006187A          MC 8 Read Data and Bit Flip Register 13
MTU_MC8_RDBFL14 0xF006187C          MC 8 Read Data and Bit Flip Register 14
MTU_MC8_RDBFL15 0xF006187E          MC 8 Read Data and Bit Flip Register 15
MTU_MC8_RDBFL16 0xF0061880          MC 8 Read Data and Bit Flip Register 16
MTU_MC8_RDBFL17 0xF0061882          MC 8 Read Data and Bit Flip Register 17
MTU_MC8_RDBFL18 0xF0061884          MC 8 Read Data and Bit Flip Register 18
MTU_MC8_RDBFL19 0xF0061886          MC 8 Read Data and Bit Flip Register 19
MTU_MC8_RDBFL20 0xF0061888          MC 8 Read Data and Bit Flip Register 20
MTU_MC8_RDBFL21 0xF006188A          MC 8 Read Data and Bit Flip Register 21
MTU_MC8_RDBFL22 0xF006188C          MC 8 Read Data and Bit Flip Register 22
MTU_MC8_RDBFL23 0xF006188E          MC 8 Read Data and Bit Flip Register 23
MTU_MC8_RDBFL24 0xF0061890          MC 8 Read Data and Bit Flip Register 24
MTU_MC8_RDBFL25 0xF0061892          MC 8 Read Data and Bit Flip Register 25
MTU_MC8_RDBFL26 0xF0061894          MC 8 Read Data and Bit Flip Register 26
MTU_MC8_RDBFL27 0xF0061896          MC 8 Read Data and Bit Flip Register 27
MTU_MC8_RDBFL28 0xF0061898          MC 8 Read Data and Bit Flip Register 28
MTU_MC8_RDBFL29 0xF006189A          MC 8 Read Data and Bit Flip Register 29
MTU_MC8_RDBFL30 0xF006189C          MC 8 Read Data and Bit Flip Register 30
MTU_MC8_RDBFL31 0xF006189E          MC 8 Read Data and Bit Flip Register 31
MTU_MC8_RDBFL32 0xF00618A0          MC 8 Read Data and Bit Flip Register 32
MTU_MC8_RDBFL33 0xF00618A2          MC 8 Read Data and Bit Flip Register 33
MTU_MC8_RDBFL34 0xF00618A4          MC 8 Read Data and Bit Flip Register 34
MTU_MC8_RDBFL35 0xF00618A6          MC 8 Read Data and Bit Flip Register 35
MTU_MC8_RDBFL36 0xF00618A8          MC 8 Read Data and Bit Flip Register 36
MTU_MC8_RDBFL37 0xF00618AA          MC 8 Read Data and Bit Flip Register 37
MTU_MC8_RDBFL38 0xF00618AC          MC 8 Read Data and Bit Flip Register 38
MTU_MC8_RDBFL39 0xF00618AE          MC 8 Read Data and Bit Flip Register 39
MTU_MC8_RDBFL40 0xF00618B0          MC 8 Read Data and Bit Flip Register 40
MTU_MC8_RDBFL41 0xF00618B2          MC 8 Read Data and Bit Flip Register 41
MTU_MC8_RDBFL42 0xF00618B4          MC 8 Read Data and Bit Flip Register 42
MTU_MC8_RDBFL43 0xF00618B6          MC 8 Read Data and Bit Flip Register 43
MTU_MC8_RDBFL44 0xF00618B8          MC 8 Read Data and Bit Flip Register 44
MTU_MC8_RDBFL45 0xF00618BA          MC 8 Read Data and Bit Flip Register 45
MTU_MC8_RDBFL46 0xF00618BC          MC 8 Read Data and Bit Flip Register 46
MTU_MC8_RDBFL47 0xF00618BE          MC 8 Read Data and Bit Flip Register 47
MTU_MC8_RDBFL48 0xF00618C0          MC 8 Read Data and Bit Flip Register 48
MTU_MC8_RDBFL49 0xF00618C2          MC 8 Read Data and Bit Flip Register 49
MTU_MC8_RDBFL50 0xF00618C4          MC 8 Read Data and Bit Flip Register 50
MTU_MC8_RDBFL51 0xF00618C6          MC 8 Read Data and Bit Flip Register 51
MTU_MC8_RDBFL52 0xF00618C8          MC 8 Read Data and Bit Flip Register 52
MTU_MC8_RDBFL53 0xF00618CA          MC 8 Read Data and Bit Flip Register 53
MTU_MC8_RDBFL54 0xF00618CC          MC 8 Read Data and Bit Flip Register 54
MTU_MC8_RDBFL55 0xF00618CE          MC 8 Read Data and Bit Flip Register 55
MTU_MC8_RDBFL56 0xF00618D0          MC 8 Read Data and Bit Flip Register 56
MTU_MC8_RDBFL57 0xF00618D2          MC 8 Read Data and Bit Flip Register 57
MTU_MC8_RDBFL58 0xF00618D4          MC 8 Read Data and Bit Flip Register 58
MTU_MC8_RDBFL59 0xF00618D6          MC 8 Read Data and Bit Flip Register 59
MTU_MC8_RDBFL60 0xF00618D8          MC 8 Read Data and Bit Flip Register 60
MTU_MC8_RDBFL61 0xF00618DA          MC 8 Read Data and Bit Flip Register 61
MTU_MC8_RDBFL62 0xF00618DC          MC 8 Read Data and Bit Flip Register 62
MTU_MC8_RDBFL63 0xF00618DE          MC 8 Read Data and Bit Flip Register 63
MTU_MC8_RDBFL64 0xF00618E0          MC 8 Read Data and Bit Flip Register 64
MTU_MC8_RDBFL65 0xF00618E2          MC 8 Read Data and Bit Flip Register 65
MTU_MC8_RDBFL66 0xF00618E4          MC 8 Read Data and Bit Flip Register 66
MTU_MC8_ALMSRCS 0xF00618EE          MC 8 Alarm Sources Configuration Register
MTU_MC8_FAULTSTS 0xF00618F0          MC 8 SSH Safety Faults Status Register
MTU_MC8_ERRINFO0 0xF00618F2          MC 8 Error Information Register 0
MTU_MC8_ERRINFO1 0xF00618F4          MC 8 Error Information Register 1
MTU_MC8_ERRINFO2 0xF00618F6          MC 8 Error Information Register 2
MTU_MC8_ERRINFO3 0xF00618F8          MC 8 Error Information Register 3
MTU_MC8_ERRINFO4 0xF00618FA          MC 8 Error Information Register 4
MTU_MC9_CONFIG0 0xF0061900          MC 9 Configuration Register 0
MTU_MC9_CONFIG1 0xF0061902          MC 9 Configuration Register 1
MTU_MC9_MCONTROL 0xF0061904          MC 9 MBIST Control Register
MTU_MC9_MSTATUS 0xF0061906          MC 9 Status Register
MTU_MC9_RANGE   0xF0061908          MC 9 Range Register, single address mode
MTU_MC9_REVID   0xF006190C          MC 9 Revision ID Register
MTU_MC9_ECCS    0xF006190E          MC 9 ECC Safety Register
MTU_MC9_ECCD    0xF0061910          MC 9 Memory ECC Detection Register
MTU_MC9_ETRR0   0xF0061912          MC 9 Error Tracking Register 0
MTU_MC9_ETRR1   0xF0061914          MC 9 Error Tracking Register 1
MTU_MC9_ETRR2   0xF0061916          MC 9 Error Tracking Register 2
MTU_MC9_ETRR3   0xF0061918          MC 9 Error Tracking Register 3
MTU_MC9_ETRR4   0xF006191A          MC 9 Error Tracking Register 4
MTU_MC9_RDBFL0  0xF0061960          MC 9 Read Data and Bit Flip Register 0
MTU_MC9_RDBFL1  0xF0061962          MC 9 Read Data and Bit Flip Register 1
MTU_MC9_RDBFL2  0xF0061964          MC 9 Read Data and Bit Flip Register 2
MTU_MC9_RDBFL3  0xF0061966          MC 9 Read Data and Bit Flip Register 3
MTU_MC9_RDBFL4  0xF0061968          MC 9 Read Data and Bit Flip Register 4
MTU_MC9_RDBFL5  0xF006196A          MC 9 Read Data and Bit Flip Register 5
MTU_MC9_RDBFL6  0xF006196C          MC 9 Read Data and Bit Flip Register 6
MTU_MC9_RDBFL7  0xF006196E          MC 9 Read Data and Bit Flip Register 7
MTU_MC9_RDBFL8  0xF0061970          MC 9 Read Data and Bit Flip Register 8
MTU_MC9_RDBFL9  0xF0061972          MC 9 Read Data and Bit Flip Register 9
MTU_MC9_RDBFL10 0xF0061974          MC 9 Read Data and Bit Flip Register 10
MTU_MC9_RDBFL11 0xF0061976          MC 9 Read Data and Bit Flip Register 11
MTU_MC9_RDBFL12 0xF0061978          MC 9 Read Data and Bit Flip Register 12
MTU_MC9_RDBFL13 0xF006197A          MC 9 Read Data and Bit Flip Register 13
MTU_MC9_RDBFL14 0xF006197C          MC 9 Read Data and Bit Flip Register 14
MTU_MC9_RDBFL15 0xF006197E          MC 9 Read Data and Bit Flip Register 15
MTU_MC9_RDBFL16 0xF0061980          MC 9 Read Data and Bit Flip Register 16
MTU_MC9_RDBFL17 0xF0061982          MC 9 Read Data and Bit Flip Register 17
MTU_MC9_RDBFL18 0xF0061984          MC 9 Read Data and Bit Flip Register 18
MTU_MC9_RDBFL19 0xF0061986          MC 9 Read Data and Bit Flip Register 19
MTU_MC9_RDBFL20 0xF0061988          MC 9 Read Data and Bit Flip Register 20
MTU_MC9_RDBFL21 0xF006198A          MC 9 Read Data and Bit Flip Register 21
MTU_MC9_RDBFL22 0xF006198C          MC 9 Read Data and Bit Flip Register 22
MTU_MC9_RDBFL23 0xF006198E          MC 9 Read Data and Bit Flip Register 23
MTU_MC9_RDBFL24 0xF0061990          MC 9 Read Data and Bit Flip Register 24
MTU_MC9_RDBFL25 0xF0061992          MC 9 Read Data and Bit Flip Register 25
MTU_MC9_RDBFL26 0xF0061994          MC 9 Read Data and Bit Flip Register 26
MTU_MC9_RDBFL27 0xF0061996          MC 9 Read Data and Bit Flip Register 27
MTU_MC9_RDBFL28 0xF0061998          MC 9 Read Data and Bit Flip Register 28
MTU_MC9_RDBFL29 0xF006199A          MC 9 Read Data and Bit Flip Register 29
MTU_MC9_RDBFL30 0xF006199C          MC 9 Read Data and Bit Flip Register 30
MTU_MC9_RDBFL31 0xF006199E          MC 9 Read Data and Bit Flip Register 31
MTU_MC9_RDBFL32 0xF00619A0          MC 9 Read Data and Bit Flip Register 32
MTU_MC9_RDBFL33 0xF00619A2          MC 9 Read Data and Bit Flip Register 33
MTU_MC9_RDBFL34 0xF00619A4          MC 9 Read Data and Bit Flip Register 34
MTU_MC9_RDBFL35 0xF00619A6          MC 9 Read Data and Bit Flip Register 35
MTU_MC9_RDBFL36 0xF00619A8          MC 9 Read Data and Bit Flip Register 36
MTU_MC9_RDBFL37 0xF00619AA          MC 9 Read Data and Bit Flip Register 37
MTU_MC9_RDBFL38 0xF00619AC          MC 9 Read Data and Bit Flip Register 38
MTU_MC9_RDBFL39 0xF00619AE          MC 9 Read Data and Bit Flip Register 39
MTU_MC9_RDBFL40 0xF00619B0          MC 9 Read Data and Bit Flip Register 40
MTU_MC9_RDBFL41 0xF00619B2          MC 9 Read Data and Bit Flip Register 41
MTU_MC9_RDBFL42 0xF00619B4          MC 9 Read Data and Bit Flip Register 42
MTU_MC9_RDBFL43 0xF00619B6          MC 9 Read Data and Bit Flip Register 43
MTU_MC9_RDBFL44 0xF00619B8          MC 9 Read Data and Bit Flip Register 44
MTU_MC9_RDBFL45 0xF00619BA          MC 9 Read Data and Bit Flip Register 45
MTU_MC9_RDBFL46 0xF00619BC          MC 9 Read Data and Bit Flip Register 46
MTU_MC9_RDBFL47 0xF00619BE          MC 9 Read Data and Bit Flip Register 47
MTU_MC9_RDBFL48 0xF00619C0          MC 9 Read Data and Bit Flip Register 48
MTU_MC9_RDBFL49 0xF00619C2          MC 9 Read Data and Bit Flip Register 49
MTU_MC9_RDBFL50 0xF00619C4          MC 9 Read Data and Bit Flip Register 50
MTU_MC9_RDBFL51 0xF00619C6          MC 9 Read Data and Bit Flip Register 51
MTU_MC9_RDBFL52 0xF00619C8          MC 9 Read Data and Bit Flip Register 52
MTU_MC9_RDBFL53 0xF00619CA          MC 9 Read Data and Bit Flip Register 53
MTU_MC9_RDBFL54 0xF00619CC          MC 9 Read Data and Bit Flip Register 54
MTU_MC9_RDBFL55 0xF00619CE          MC 9 Read Data and Bit Flip Register 55
MTU_MC9_RDBFL56 0xF00619D0          MC 9 Read Data and Bit Flip Register 56
MTU_MC9_RDBFL57 0xF00619D2          MC 9 Read Data and Bit Flip Register 57
MTU_MC9_RDBFL58 0xF00619D4          MC 9 Read Data and Bit Flip Register 58
MTU_MC9_RDBFL59 0xF00619D6          MC 9 Read Data and Bit Flip Register 59
MTU_MC9_RDBFL60 0xF00619D8          MC 9 Read Data and Bit Flip Register 60
MTU_MC9_RDBFL61 0xF00619DA          MC 9 Read Data and Bit Flip Register 61
MTU_MC9_RDBFL62 0xF00619DC          MC 9 Read Data and Bit Flip Register 62
MTU_MC9_RDBFL63 0xF00619DE          MC 9 Read Data and Bit Flip Register 63
MTU_MC9_RDBFL64 0xF00619E0          MC 9 Read Data and Bit Flip Register 64
MTU_MC9_RDBFL65 0xF00619E2          MC 9 Read Data and Bit Flip Register 65
MTU_MC9_RDBFL66 0xF00619E4          MC 9 Read Data and Bit Flip Register 66
MTU_MC9_ALMSRCS 0xF00619EE          MC 9 Alarm Sources Configuration Register
MTU_MC9_FAULTSTS 0xF00619F0          MC 9 SSH Safety Faults Status Register
MTU_MC9_ERRINFO0 0xF00619F2          MC 9 Error Information Register 0
MTU_MC9_ERRINFO1 0xF00619F4          MC 9 Error Information Register 1
MTU_MC9_ERRINFO2 0xF00619F6          MC 9 Error Information Register 2
MTU_MC9_ERRINFO3 0xF00619F8          MC 9 Error Information Register 3
MTU_MC9_ERRINFO4 0xF00619FA          MC 9 Error Information Register 4
MTU_MC10_CONFIG0 0xF0061A00          MC 10 Configuration Register 0
MTU_MC10_CONFIG1 0xF0061A02          MC 10 Configuration Register 1
MTU_MC10_MCONTROL 0xF0061A04          MC 10 MBIST Control Register
MTU_MC10_MSTATUS 0xF0061A06          MC 10 Status Register
MTU_MC10_RANGE  0xF0061A08          MC 10 Range Register, single address mode
MTU_MC10_REVID  0xF0061A0C          MC 10 Revision ID Register
MTU_MC10_ECCS   0xF0061A0E          MC 10 ECC Safety Register
MTU_MC10_ECCD   0xF0061A10          MC 10 Memory ECC Detection Register
MTU_MC10_ETRR0  0xF0061A12          MC 10 Error Tracking Register 0
MTU_MC10_ETRR1  0xF0061A14          MC 10 Error Tracking Register 1
MTU_MC10_ETRR2  0xF0061A16          MC 10 Error Tracking Register 2
MTU_MC10_ETRR3  0xF0061A18          MC 10 Error Tracking Register 3
MTU_MC10_ETRR4  0xF0061A1A          MC 10 Error Tracking Register 4
MTU_MC10_RDBFL0 0xF0061A60          MC 10 Read Data and Bit Flip Register 0
MTU_MC10_RDBFL1 0xF0061A62          MC 10 Read Data and Bit Flip Register 1
MTU_MC10_RDBFL2 0xF0061A64          MC 10 Read Data and Bit Flip Register 2
MTU_MC10_RDBFL3 0xF0061A66          MC 10 Read Data and Bit Flip Register 3
MTU_MC10_RDBFL4 0xF0061A68          MC 10 Read Data and Bit Flip Register 4
MTU_MC10_RDBFL5 0xF0061A6A          MC 10 Read Data and Bit Flip Register 5
MTU_MC10_RDBFL6 0xF0061A6C          MC 10 Read Data and Bit Flip Register 6
MTU_MC10_RDBFL7 0xF0061A6E          MC 10 Read Data and Bit Flip Register 7
MTU_MC10_RDBFL8 0xF0061A70          MC 10 Read Data and Bit Flip Register 8
MTU_MC10_RDBFL9 0xF0061A72          MC 10 Read Data and Bit Flip Register 9
MTU_MC10_RDBFL10 0xF0061A74          MC 10 Read Data and Bit Flip Register 10
MTU_MC10_RDBFL11 0xF0061A76          MC 10 Read Data and Bit Flip Register 11
MTU_MC10_RDBFL12 0xF0061A78          MC 10 Read Data and Bit Flip Register 12
MTU_MC10_RDBFL13 0xF0061A7A          MC 10 Read Data and Bit Flip Register 13
MTU_MC10_RDBFL14 0xF0061A7C          MC 10 Read Data and Bit Flip Register 14
MTU_MC10_RDBFL15 0xF0061A7E          MC 10 Read Data and Bit Flip Register 15
MTU_MC10_RDBFL16 0xF0061A80          MC 10 Read Data and Bit Flip Register 16
MTU_MC10_RDBFL17 0xF0061A82          MC 10 Read Data and Bit Flip Register 17
MTU_MC10_RDBFL18 0xF0061A84          MC 10 Read Data and Bit Flip Register 18
MTU_MC10_RDBFL19 0xF0061A86          MC 10 Read Data and Bit Flip Register 19
MTU_MC10_RDBFL20 0xF0061A88          MC 10 Read Data and Bit Flip Register 20
MTU_MC10_RDBFL21 0xF0061A8A          MC 10 Read Data and Bit Flip Register 21
MTU_MC10_RDBFL22 0xF0061A8C          MC 10 Read Data and Bit Flip Register 22
MTU_MC10_RDBFL23 0xF0061A8E          MC 10 Read Data and Bit Flip Register 23
MTU_MC10_RDBFL24 0xF0061A90          MC 10 Read Data and Bit Flip Register 24
MTU_MC10_RDBFL25 0xF0061A92          MC 10 Read Data and Bit Flip Register 25
MTU_MC10_RDBFL26 0xF0061A94          MC 10 Read Data and Bit Flip Register 26
MTU_MC10_RDBFL27 0xF0061A96          MC 10 Read Data and Bit Flip Register 27
MTU_MC10_RDBFL28 0xF0061A98          MC 10 Read Data and Bit Flip Register 28
MTU_MC10_RDBFL29 0xF0061A9A          MC 10 Read Data and Bit Flip Register 29
MTU_MC10_RDBFL30 0xF0061A9C          MC 10 Read Data and Bit Flip Register 30
MTU_MC10_RDBFL31 0xF0061A9E          MC 10 Read Data and Bit Flip Register 31
MTU_MC10_RDBFL32 0xF0061AA0          MC 10 Read Data and Bit Flip Register 32
MTU_MC10_RDBFL33 0xF0061AA2          MC 10 Read Data and Bit Flip Register 33
MTU_MC10_RDBFL34 0xF0061AA4          MC 10 Read Data and Bit Flip Register 34
MTU_MC10_RDBFL35 0xF0061AA6          MC 10 Read Data and Bit Flip Register 35
MTU_MC10_RDBFL36 0xF0061AA8          MC 10 Read Data and Bit Flip Register 36
MTU_MC10_RDBFL37 0xF0061AAA          MC 10 Read Data and Bit Flip Register 37
MTU_MC10_RDBFL38 0xF0061AAC          MC 10 Read Data and Bit Flip Register 38
MTU_MC10_RDBFL39 0xF0061AAE          MC 10 Read Data and Bit Flip Register 39
MTU_MC10_RDBFL40 0xF0061AB0          MC 10 Read Data and Bit Flip Register 40
MTU_MC10_RDBFL41 0xF0061AB2          MC 10 Read Data and Bit Flip Register 41
MTU_MC10_RDBFL42 0xF0061AB4          MC 10 Read Data and Bit Flip Register 42
MTU_MC10_RDBFL43 0xF0061AB6          MC 10 Read Data and Bit Flip Register 43
MTU_MC10_RDBFL44 0xF0061AB8          MC 10 Read Data and Bit Flip Register 44
MTU_MC10_RDBFL45 0xF0061ABA          MC 10 Read Data and Bit Flip Register 45
MTU_MC10_RDBFL46 0xF0061ABC          MC 10 Read Data and Bit Flip Register 46
MTU_MC10_RDBFL47 0xF0061ABE          MC 10 Read Data and Bit Flip Register 47
MTU_MC10_RDBFL48 0xF0061AC0          MC 10 Read Data and Bit Flip Register 48
MTU_MC10_RDBFL49 0xF0061AC2          MC 10 Read Data and Bit Flip Register 49
MTU_MC10_RDBFL50 0xF0061AC4          MC 10 Read Data and Bit Flip Register 50
MTU_MC10_RDBFL51 0xF0061AC6          MC 10 Read Data and Bit Flip Register 51
MTU_MC10_RDBFL52 0xF0061AC8          MC 10 Read Data and Bit Flip Register 52
MTU_MC10_RDBFL53 0xF0061ACA          MC 10 Read Data and Bit Flip Register 53
MTU_MC10_RDBFL54 0xF0061ACC          MC 10 Read Data and Bit Flip Register 54
MTU_MC10_RDBFL55 0xF0061ACE          MC 10 Read Data and Bit Flip Register 55
MTU_MC10_RDBFL56 0xF0061AD0          MC 10 Read Data and Bit Flip Register 56
MTU_MC10_RDBFL57 0xF0061AD2          MC 10 Read Data and Bit Flip Register 57
MTU_MC10_RDBFL58 0xF0061AD4          MC 10 Read Data and Bit Flip Register 58
MTU_MC10_RDBFL59 0xF0061AD6          MC 10 Read Data and Bit Flip Register 59
MTU_MC10_RDBFL60 0xF0061AD8          MC 10 Read Data and Bit Flip Register 60
MTU_MC10_RDBFL61 0xF0061ADA          MC 10 Read Data and Bit Flip Register 61
MTU_MC10_RDBFL62 0xF0061ADC          MC 10 Read Data and Bit Flip Register 62
MTU_MC10_RDBFL63 0xF0061ADE          MC 10 Read Data and Bit Flip Register 63
MTU_MC10_RDBFL64 0xF0061AE0          MC 10 Read Data and Bit Flip Register 64
MTU_MC10_RDBFL65 0xF0061AE2          MC 10 Read Data and Bit Flip Register 65
MTU_MC10_RDBFL66 0xF0061AE4          MC 10 Read Data and Bit Flip Register 66
MTU_MC10_ALMSRCS 0xF0061AEE          MC 10 Alarm Sources Configuration Register
MTU_MC10_FAULTSTS 0xF0061AF0          MC 10 SSH Safety Faults Status Register
MTU_MC10_ERRINFO0 0xF0061AF2          MC 10 Error Information Register 0
MTU_MC10_ERRINFO1 0xF0061AF4          MC 10 Error Information Register 1
MTU_MC10_ERRINFO2 0xF0061AF6          MC 10 Error Information Register 2
MTU_MC10_ERRINFO3 0xF0061AF8          MC 10 Error Information Register 3
MTU_MC10_ERRINFO4 0xF0061AFA          MC 10 Error Information Register 4
MTU_MC11_CONFIG0 0xF0061B00          MC 11 Configuration Register 0
MTU_MC11_CONFIG1 0xF0061B02          MC 11 Configuration Register 1
MTU_MC11_MCONTROL 0xF0061B04          MC 11 MBIST Control Register
MTU_MC11_MSTATUS 0xF0061B06          MC 11 Status Register
MTU_MC11_RANGE  0xF0061B08          MC 11 Range Register, single address mode
MTU_MC11_REVID  0xF0061B0C          MC 11 Revision ID Register
MTU_MC11_ECCS   0xF0061B0E          MC 11 ECC Safety Register
MTU_MC11_ECCD   0xF0061B10          MC 11 Memory ECC Detection Register
MTU_MC11_ETRR0  0xF0061B12          MC 11 Error Tracking Register 0
MTU_MC11_ETRR1  0xF0061B14          MC 11 Error Tracking Register 1
MTU_MC11_ETRR2  0xF0061B16          MC 11 Error Tracking Register 2
MTU_MC11_ETRR3  0xF0061B18          MC 11 Error Tracking Register 3
MTU_MC11_ETRR4  0xF0061B1A          MC 11 Error Tracking Register 4
MTU_MC11_RDBFL0 0xF0061B60          MC 11 Read Data and Bit Flip Register 0
MTU_MC11_RDBFL1 0xF0061B62          MC 11 Read Data and Bit Flip Register 1
MTU_MC11_RDBFL2 0xF0061B64          MC 11 Read Data and Bit Flip Register 2
MTU_MC11_RDBFL3 0xF0061B66          MC 11 Read Data and Bit Flip Register 3
MTU_MC11_RDBFL4 0xF0061B68          MC 11 Read Data and Bit Flip Register 4
MTU_MC11_RDBFL5 0xF0061B6A          MC 11 Read Data and Bit Flip Register 5
MTU_MC11_RDBFL6 0xF0061B6C          MC 11 Read Data and Bit Flip Register 6
MTU_MC11_RDBFL7 0xF0061B6E          MC 11 Read Data and Bit Flip Register 7
MTU_MC11_RDBFL8 0xF0061B70          MC 11 Read Data and Bit Flip Register 8
MTU_MC11_RDBFL9 0xF0061B72          MC 11 Read Data and Bit Flip Register 9
MTU_MC11_RDBFL10 0xF0061B74          MC 11 Read Data and Bit Flip Register 10
MTU_MC11_RDBFL11 0xF0061B76          MC 11 Read Data and Bit Flip Register 11
MTU_MC11_RDBFL12 0xF0061B78          MC 11 Read Data and Bit Flip Register 12
MTU_MC11_RDBFL13 0xF0061B7A          MC 11 Read Data and Bit Flip Register 13
MTU_MC11_RDBFL14 0xF0061B7C          MC 11 Read Data and Bit Flip Register 14
MTU_MC11_RDBFL15 0xF0061B7E          MC 11 Read Data and Bit Flip Register 15
MTU_MC11_RDBFL16 0xF0061B80          MC 11 Read Data and Bit Flip Register 16
MTU_MC11_RDBFL17 0xF0061B82          MC 11 Read Data and Bit Flip Register 17
MTU_MC11_RDBFL18 0xF0061B84          MC 11 Read Data and Bit Flip Register 18
MTU_MC11_RDBFL19 0xF0061B86          MC 11 Read Data and Bit Flip Register 19
MTU_MC11_RDBFL20 0xF0061B88          MC 11 Read Data and Bit Flip Register 20
MTU_MC11_RDBFL21 0xF0061B8A          MC 11 Read Data and Bit Flip Register 21
MTU_MC11_RDBFL22 0xF0061B8C          MC 11 Read Data and Bit Flip Register 22
MTU_MC11_RDBFL23 0xF0061B8E          MC 11 Read Data and Bit Flip Register 23
MTU_MC11_RDBFL24 0xF0061B90          MC 11 Read Data and Bit Flip Register 24
MTU_MC11_RDBFL25 0xF0061B92          MC 11 Read Data and Bit Flip Register 25
MTU_MC11_RDBFL26 0xF0061B94          MC 11 Read Data and Bit Flip Register 26
MTU_MC11_RDBFL27 0xF0061B96          MC 11 Read Data and Bit Flip Register 27
MTU_MC11_RDBFL28 0xF0061B98          MC 11 Read Data and Bit Flip Register 28
MTU_MC11_RDBFL29 0xF0061B9A          MC 11 Read Data and Bit Flip Register 29
MTU_MC11_RDBFL30 0xF0061B9C          MC 11 Read Data and Bit Flip Register 30
MTU_MC11_RDBFL31 0xF0061B9E          MC 11 Read Data and Bit Flip Register 31
MTU_MC11_RDBFL32 0xF0061BA0          MC 11 Read Data and Bit Flip Register 32
MTU_MC11_RDBFL33 0xF0061BA2          MC 11 Read Data and Bit Flip Register 33
MTU_MC11_RDBFL34 0xF0061BA4          MC 11 Read Data and Bit Flip Register 34
MTU_MC11_RDBFL35 0xF0061BA6          MC 11 Read Data and Bit Flip Register 35
MTU_MC11_RDBFL36 0xF0061BA8          MC 11 Read Data and Bit Flip Register 36
MTU_MC11_RDBFL37 0xF0061BAA          MC 11 Read Data and Bit Flip Register 37
MTU_MC11_RDBFL38 0xF0061BAC          MC 11 Read Data and Bit Flip Register 38
MTU_MC11_RDBFL39 0xF0061BAE          MC 11 Read Data and Bit Flip Register 39
MTU_MC11_RDBFL40 0xF0061BB0          MC 11 Read Data and Bit Flip Register 40
MTU_MC11_RDBFL41 0xF0061BB2          MC 11 Read Data and Bit Flip Register 41
MTU_MC11_RDBFL42 0xF0061BB4          MC 11 Read Data and Bit Flip Register 42
MTU_MC11_RDBFL43 0xF0061BB6          MC 11 Read Data and Bit Flip Register 43
MTU_MC11_RDBFL44 0xF0061BB8          MC 11 Read Data and Bit Flip Register 44
MTU_MC11_RDBFL45 0xF0061BBA          MC 11 Read Data and Bit Flip Register 45
MTU_MC11_RDBFL46 0xF0061BBC          MC 11 Read Data and Bit Flip Register 46
MTU_MC11_RDBFL47 0xF0061BBE          MC 11 Read Data and Bit Flip Register 47
MTU_MC11_RDBFL48 0xF0061BC0          MC 11 Read Data and Bit Flip Register 48
MTU_MC11_RDBFL49 0xF0061BC2          MC 11 Read Data and Bit Flip Register 49
MTU_MC11_RDBFL50 0xF0061BC4          MC 11 Read Data and Bit Flip Register 50
MTU_MC11_RDBFL51 0xF0061BC6          MC 11 Read Data and Bit Flip Register 51
MTU_MC11_RDBFL52 0xF0061BC8          MC 11 Read Data and Bit Flip Register 52
MTU_MC11_RDBFL53 0xF0061BCA          MC 11 Read Data and Bit Flip Register 53
MTU_MC11_RDBFL54 0xF0061BCC          MC 11 Read Data and Bit Flip Register 54
MTU_MC11_RDBFL55 0xF0061BCE          MC 11 Read Data and Bit Flip Register 55
MTU_MC11_RDBFL56 0xF0061BD0          MC 11 Read Data and Bit Flip Register 56
MTU_MC11_RDBFL57 0xF0061BD2          MC 11 Read Data and Bit Flip Register 57
MTU_MC11_RDBFL58 0xF0061BD4          MC 11 Read Data and Bit Flip Register 58
MTU_MC11_RDBFL59 0xF0061BD6          MC 11 Read Data and Bit Flip Register 59
MTU_MC11_RDBFL60 0xF0061BD8          MC 11 Read Data and Bit Flip Register 60
MTU_MC11_RDBFL61 0xF0061BDA          MC 11 Read Data and Bit Flip Register 61
MTU_MC11_RDBFL62 0xF0061BDC          MC 11 Read Data and Bit Flip Register 62
MTU_MC11_RDBFL63 0xF0061BDE          MC 11 Read Data and Bit Flip Register 63
MTU_MC11_RDBFL64 0xF0061BE0          MC 11 Read Data and Bit Flip Register 64
MTU_MC11_RDBFL65 0xF0061BE2          MC 11 Read Data and Bit Flip Register 65
MTU_MC11_RDBFL66 0xF0061BE4          MC 11 Read Data and Bit Flip Register 66
MTU_MC11_ALMSRCS 0xF0061BEE          MC 11 Alarm Sources Configuration Register
MTU_MC11_FAULTSTS 0xF0061BF0          MC 11 SSH Safety Faults Status Register
MTU_MC11_ERRINFO0 0xF0061BF2          MC 11 Error Information Register 0
MTU_MC11_ERRINFO1 0xF0061BF4          MC 11 Error Information Register 1
MTU_MC11_ERRINFO2 0xF0061BF6          MC 11 Error Information Register 2
MTU_MC11_ERRINFO3 0xF0061BF8          MC 11 Error Information Register 3
MTU_MC11_ERRINFO4 0xF0061BFA          MC 11 Error Information Register 4
MTU_MC12_CONFIG0 0xF0061C00          MC 12 Configuration Register 0
MTU_MC12_CONFIG1 0xF0061C02          MC 12 Configuration Register 1
MTU_MC12_MCONTROL 0xF0061C04          MC 12 MBIST Control Register
MTU_MC12_MSTATUS 0xF0061C06          MC 12 Status Register
MTU_MC12_RANGE  0xF0061C08          MC 12 Range Register, single address mode
MTU_MC12_REVID  0xF0061C0C          MC 12 Revision ID Register
MTU_MC12_ECCS   0xF0061C0E          MC 12 ECC Safety Register
MTU_MC12_ECCD   0xF0061C10          MC 12 Memory ECC Detection Register
MTU_MC12_ETRR0  0xF0061C12          MC 12 Error Tracking Register 0
MTU_MC12_ETRR1  0xF0061C14          MC 12 Error Tracking Register 1
MTU_MC12_ETRR2  0xF0061C16          MC 12 Error Tracking Register 2
MTU_MC12_ETRR3  0xF0061C18          MC 12 Error Tracking Register 3
MTU_MC12_ETRR4  0xF0061C1A          MC 12 Error Tracking Register 4
MTU_MC12_RDBFL0 0xF0061C60          MC 12 Read Data and Bit Flip Register 0
MTU_MC12_RDBFL1 0xF0061C62          MC 12 Read Data and Bit Flip Register 1
MTU_MC12_RDBFL2 0xF0061C64          MC 12 Read Data and Bit Flip Register 2
MTU_MC12_RDBFL3 0xF0061C66          MC 12 Read Data and Bit Flip Register 3
MTU_MC12_RDBFL4 0xF0061C68          MC 12 Read Data and Bit Flip Register 4
MTU_MC12_RDBFL5 0xF0061C6A          MC 12 Read Data and Bit Flip Register 5
MTU_MC12_RDBFL6 0xF0061C6C          MC 12 Read Data and Bit Flip Register 6
MTU_MC12_RDBFL7 0xF0061C6E          MC 12 Read Data and Bit Flip Register 7
MTU_MC12_RDBFL8 0xF0061C70          MC 12 Read Data and Bit Flip Register 8
MTU_MC12_RDBFL9 0xF0061C72          MC 12 Read Data and Bit Flip Register 9
MTU_MC12_RDBFL10 0xF0061C74          MC 12 Read Data and Bit Flip Register 10
MTU_MC12_RDBFL11 0xF0061C76          MC 12 Read Data and Bit Flip Register 11
MTU_MC12_RDBFL12 0xF0061C78          MC 12 Read Data and Bit Flip Register 12
MTU_MC12_RDBFL13 0xF0061C7A          MC 12 Read Data and Bit Flip Register 13
MTU_MC12_RDBFL14 0xF0061C7C          MC 12 Read Data and Bit Flip Register 14
MTU_MC12_RDBFL15 0xF0061C7E          MC 12 Read Data and Bit Flip Register 15
MTU_MC12_RDBFL16 0xF0061C80          MC 12 Read Data and Bit Flip Register 16
MTU_MC12_RDBFL17 0xF0061C82          MC 12 Read Data and Bit Flip Register 17
MTU_MC12_RDBFL18 0xF0061C84          MC 12 Read Data and Bit Flip Register 18
MTU_MC12_RDBFL19 0xF0061C86          MC 12 Read Data and Bit Flip Register 19
MTU_MC12_RDBFL20 0xF0061C88          MC 12 Read Data and Bit Flip Register 20
MTU_MC12_RDBFL21 0xF0061C8A          MC 12 Read Data and Bit Flip Register 21
MTU_MC12_RDBFL22 0xF0061C8C          MC 12 Read Data and Bit Flip Register 22
MTU_MC12_RDBFL23 0xF0061C8E          MC 12 Read Data and Bit Flip Register 23
MTU_MC12_RDBFL24 0xF0061C90          MC 12 Read Data and Bit Flip Register 24
MTU_MC12_RDBFL25 0xF0061C92          MC 12 Read Data and Bit Flip Register 25
MTU_MC12_RDBFL26 0xF0061C94          MC 12 Read Data and Bit Flip Register 26
MTU_MC12_RDBFL27 0xF0061C96          MC 12 Read Data and Bit Flip Register 27
MTU_MC12_RDBFL28 0xF0061C98          MC 12 Read Data and Bit Flip Register 28
MTU_MC12_RDBFL29 0xF0061C9A          MC 12 Read Data and Bit Flip Register 29
MTU_MC12_RDBFL30 0xF0061C9C          MC 12 Read Data and Bit Flip Register 30
MTU_MC12_RDBFL31 0xF0061C9E          MC 12 Read Data and Bit Flip Register 31
MTU_MC12_RDBFL32 0xF0061CA0          MC 12 Read Data and Bit Flip Register 32
MTU_MC12_RDBFL33 0xF0061CA2          MC 12 Read Data and Bit Flip Register 33
MTU_MC12_RDBFL34 0xF0061CA4          MC 12 Read Data and Bit Flip Register 34
MTU_MC12_RDBFL35 0xF0061CA6          MC 12 Read Data and Bit Flip Register 35
MTU_MC12_RDBFL36 0xF0061CA8          MC 12 Read Data and Bit Flip Register 36
MTU_MC12_RDBFL37 0xF0061CAA          MC 12 Read Data and Bit Flip Register 37
MTU_MC12_RDBFL38 0xF0061CAC          MC 12 Read Data and Bit Flip Register 38
MTU_MC12_RDBFL39 0xF0061CAE          MC 12 Read Data and Bit Flip Register 39
MTU_MC12_RDBFL40 0xF0061CB0          MC 12 Read Data and Bit Flip Register 40
MTU_MC12_RDBFL41 0xF0061CB2          MC 12 Read Data and Bit Flip Register 41
MTU_MC12_RDBFL42 0xF0061CB4          MC 12 Read Data and Bit Flip Register 42
MTU_MC12_RDBFL43 0xF0061CB6          MC 12 Read Data and Bit Flip Register 43
MTU_MC12_RDBFL44 0xF0061CB8          MC 12 Read Data and Bit Flip Register 44
MTU_MC12_RDBFL45 0xF0061CBA          MC 12 Read Data and Bit Flip Register 45
MTU_MC12_RDBFL46 0xF0061CBC          MC 12 Read Data and Bit Flip Register 46
MTU_MC12_RDBFL47 0xF0061CBE          MC 12 Read Data and Bit Flip Register 47
MTU_MC12_RDBFL48 0xF0061CC0          MC 12 Read Data and Bit Flip Register 48
MTU_MC12_RDBFL49 0xF0061CC2          MC 12 Read Data and Bit Flip Register 49
MTU_MC12_RDBFL50 0xF0061CC4          MC 12 Read Data and Bit Flip Register 50
MTU_MC12_RDBFL51 0xF0061CC6          MC 12 Read Data and Bit Flip Register 51
MTU_MC12_RDBFL52 0xF0061CC8          MC 12 Read Data and Bit Flip Register 52
MTU_MC12_RDBFL53 0xF0061CCA          MC 12 Read Data and Bit Flip Register 53
MTU_MC12_RDBFL54 0xF0061CCC          MC 12 Read Data and Bit Flip Register 54
MTU_MC12_RDBFL55 0xF0061CCE          MC 12 Read Data and Bit Flip Register 55
MTU_MC12_RDBFL56 0xF0061CD0          MC 12 Read Data and Bit Flip Register 56
MTU_MC12_RDBFL57 0xF0061CD2          MC 12 Read Data and Bit Flip Register 57
MTU_MC12_RDBFL58 0xF0061CD4          MC 12 Read Data and Bit Flip Register 58
MTU_MC12_RDBFL59 0xF0061CD6          MC 12 Read Data and Bit Flip Register 59
MTU_MC12_RDBFL60 0xF0061CD8          MC 12 Read Data and Bit Flip Register 60
MTU_MC12_RDBFL61 0xF0061CDA          MC 12 Read Data and Bit Flip Register 61
MTU_MC12_RDBFL62 0xF0061CDC          MC 12 Read Data and Bit Flip Register 62
MTU_MC12_RDBFL63 0xF0061CDE          MC 12 Read Data and Bit Flip Register 63
MTU_MC12_RDBFL64 0xF0061CE0          MC 12 Read Data and Bit Flip Register 64
MTU_MC12_RDBFL65 0xF0061CE2          MC 12 Read Data and Bit Flip Register 65
MTU_MC12_RDBFL66 0xF0061CE4          MC 12 Read Data and Bit Flip Register 66
MTU_MC12_ALMSRCS 0xF0061CEE          MC 12 Alarm Sources Configuration Register
MTU_MC12_FAULTSTS 0xF0061CF0          MC 12 SSH Safety Faults Status Register
MTU_MC12_ERRINFO0 0xF0061CF2          MC 12 Error Information Register 0
MTU_MC12_ERRINFO1 0xF0061CF4          MC 12 Error Information Register 1
MTU_MC12_ERRINFO2 0xF0061CF6          MC 12 Error Information Register 2
MTU_MC12_ERRINFO3 0xF0061CF8          MC 12 Error Information Register 3
MTU_MC12_ERRINFO4 0xF0061CFA          MC 12 Error Information Register 4
MTU_MC13_CONFIG0 0xF0061D00          MC 13 Configuration Register 0
MTU_MC13_CONFIG1 0xF0061D02          MC 13 Configuration Register 1
MTU_MC13_MCONTROL 0xF0061D04          MC 13 MBIST Control Register
MTU_MC13_MSTATUS 0xF0061D06          MC 13 Status Register
MTU_MC13_RANGE  0xF0061D08          MC 13 Range Register, single address mode
MTU_MC13_REVID  0xF0061D0C          MC 13 Revision ID Register
MTU_MC13_ECCS   0xF0061D0E          MC 13 ECC Safety Register
MTU_MC13_ECCD   0xF0061D10          MC 13 Memory ECC Detection Register
MTU_MC13_ETRR0  0xF0061D12          MC 13 Error Tracking Register 0
MTU_MC13_ETRR1  0xF0061D14          MC 13 Error Tracking Register 1
MTU_MC13_ETRR2  0xF0061D16          MC 13 Error Tracking Register 2
MTU_MC13_ETRR3  0xF0061D18          MC 13 Error Tracking Register 3
MTU_MC13_ETRR4  0xF0061D1A          MC 13 Error Tracking Register 4
MTU_MC13_RDBFL0 0xF0061D60          MC 13 Read Data and Bit Flip Register 0
MTU_MC13_RDBFL1 0xF0061D62          MC 13 Read Data and Bit Flip Register 1
MTU_MC13_RDBFL2 0xF0061D64          MC 13 Read Data and Bit Flip Register 2
MTU_MC13_RDBFL3 0xF0061D66          MC 13 Read Data and Bit Flip Register 3
MTU_MC13_RDBFL4 0xF0061D68          MC 13 Read Data and Bit Flip Register 4
MTU_MC13_RDBFL5 0xF0061D6A          MC 13 Read Data and Bit Flip Register 5
MTU_MC13_RDBFL6 0xF0061D6C          MC 13 Read Data and Bit Flip Register 6
MTU_MC13_RDBFL7 0xF0061D6E          MC 13 Read Data and Bit Flip Register 7
MTU_MC13_RDBFL8 0xF0061D70          MC 13 Read Data and Bit Flip Register 8
MTU_MC13_RDBFL9 0xF0061D72          MC 13 Read Data and Bit Flip Register 9
MTU_MC13_RDBFL10 0xF0061D74          MC 13 Read Data and Bit Flip Register 10
MTU_MC13_RDBFL11 0xF0061D76          MC 13 Read Data and Bit Flip Register 11
MTU_MC13_RDBFL12 0xF0061D78          MC 13 Read Data and Bit Flip Register 12
MTU_MC13_RDBFL13 0xF0061D7A          MC 13 Read Data and Bit Flip Register 13
MTU_MC13_RDBFL14 0xF0061D7C          MC 13 Read Data and Bit Flip Register 14
MTU_MC13_RDBFL15 0xF0061D7E          MC 13 Read Data and Bit Flip Register 15
MTU_MC13_RDBFL16 0xF0061D80          MC 13 Read Data and Bit Flip Register 16
MTU_MC13_RDBFL17 0xF0061D82          MC 13 Read Data and Bit Flip Register 17
MTU_MC13_RDBFL18 0xF0061D84          MC 13 Read Data and Bit Flip Register 18
MTU_MC13_RDBFL19 0xF0061D86          MC 13 Read Data and Bit Flip Register 19
MTU_MC13_RDBFL20 0xF0061D88          MC 13 Read Data and Bit Flip Register 20
MTU_MC13_RDBFL21 0xF0061D8A          MC 13 Read Data and Bit Flip Register 21
MTU_MC13_RDBFL22 0xF0061D8C          MC 13 Read Data and Bit Flip Register 22
MTU_MC13_RDBFL23 0xF0061D8E          MC 13 Read Data and Bit Flip Register 23
MTU_MC13_RDBFL24 0xF0061D90          MC 13 Read Data and Bit Flip Register 24
MTU_MC13_RDBFL25 0xF0061D92          MC 13 Read Data and Bit Flip Register 25
MTU_MC13_RDBFL26 0xF0061D94          MC 13 Read Data and Bit Flip Register 26
MTU_MC13_RDBFL27 0xF0061D96          MC 13 Read Data and Bit Flip Register 27
MTU_MC13_RDBFL28 0xF0061D98          MC 13 Read Data and Bit Flip Register 28
MTU_MC13_RDBFL29 0xF0061D9A          MC 13 Read Data and Bit Flip Register 29
MTU_MC13_RDBFL30 0xF0061D9C          MC 13 Read Data and Bit Flip Register 30
MTU_MC13_RDBFL31 0xF0061D9E          MC 13 Read Data and Bit Flip Register 31
MTU_MC13_RDBFL32 0xF0061DA0          MC 13 Read Data and Bit Flip Register 32
MTU_MC13_RDBFL33 0xF0061DA2          MC 13 Read Data and Bit Flip Register 33
MTU_MC13_RDBFL34 0xF0061DA4          MC 13 Read Data and Bit Flip Register 34
MTU_MC13_RDBFL35 0xF0061DA6          MC 13 Read Data and Bit Flip Register 35
MTU_MC13_RDBFL36 0xF0061DA8          MC 13 Read Data and Bit Flip Register 36
MTU_MC13_RDBFL37 0xF0061DAA          MC 13 Read Data and Bit Flip Register 37
MTU_MC13_RDBFL38 0xF0061DAC          MC 13 Read Data and Bit Flip Register 38
MTU_MC13_RDBFL39 0xF0061DAE          MC 13 Read Data and Bit Flip Register 39
MTU_MC13_RDBFL40 0xF0061DB0          MC 13 Read Data and Bit Flip Register 40
MTU_MC13_RDBFL41 0xF0061DB2          MC 13 Read Data and Bit Flip Register 41
MTU_MC13_RDBFL42 0xF0061DB4          MC 13 Read Data and Bit Flip Register 42
MTU_MC13_RDBFL43 0xF0061DB6          MC 13 Read Data and Bit Flip Register 43
MTU_MC13_RDBFL44 0xF0061DB8          MC 13 Read Data and Bit Flip Register 44
MTU_MC13_RDBFL45 0xF0061DBA          MC 13 Read Data and Bit Flip Register 45
MTU_MC13_RDBFL46 0xF0061DBC          MC 13 Read Data and Bit Flip Register 46
MTU_MC13_RDBFL47 0xF0061DBE          MC 13 Read Data and Bit Flip Register 47
MTU_MC13_RDBFL48 0xF0061DC0          MC 13 Read Data and Bit Flip Register 48
MTU_MC13_RDBFL49 0xF0061DC2          MC 13 Read Data and Bit Flip Register 49
MTU_MC13_RDBFL50 0xF0061DC4          MC 13 Read Data and Bit Flip Register 50
MTU_MC13_RDBFL51 0xF0061DC6          MC 13 Read Data and Bit Flip Register 51
MTU_MC13_RDBFL52 0xF0061DC8          MC 13 Read Data and Bit Flip Register 52
MTU_MC13_RDBFL53 0xF0061DCA          MC 13 Read Data and Bit Flip Register 53
MTU_MC13_RDBFL54 0xF0061DCC          MC 13 Read Data and Bit Flip Register 54
MTU_MC13_RDBFL55 0xF0061DCE          MC 13 Read Data and Bit Flip Register 55
MTU_MC13_RDBFL56 0xF0061DD0          MC 13 Read Data and Bit Flip Register 56
MTU_MC13_RDBFL57 0xF0061DD2          MC 13 Read Data and Bit Flip Register 57
MTU_MC13_RDBFL58 0xF0061DD4          MC 13 Read Data and Bit Flip Register 58
MTU_MC13_RDBFL59 0xF0061DD6          MC 13 Read Data and Bit Flip Register 59
MTU_MC13_RDBFL60 0xF0061DD8          MC 13 Read Data and Bit Flip Register 60
MTU_MC13_RDBFL61 0xF0061DDA          MC 13 Read Data and Bit Flip Register 61
MTU_MC13_RDBFL62 0xF0061DDC          MC 13 Read Data and Bit Flip Register 62
MTU_MC13_RDBFL63 0xF0061DDE          MC 13 Read Data and Bit Flip Register 63
MTU_MC13_RDBFL64 0xF0061DE0          MC 13 Read Data and Bit Flip Register 64
MTU_MC13_RDBFL65 0xF0061DE2          MC 13 Read Data and Bit Flip Register 65
MTU_MC13_RDBFL66 0xF0061DE4          MC 13 Read Data and Bit Flip Register 66
MTU_MC13_ALMSRCS 0xF0061DEE          MC 13 Alarm Sources Configuration Register
MTU_MC13_FAULTSTS 0xF0061DF0          MC 13 SSH Safety Faults Status Register
MTU_MC13_ERRINFO0 0xF0061DF2          MC 13 Error Information Register 0
MTU_MC13_ERRINFO1 0xF0061DF4          MC 13 Error Information Register 1
MTU_MC13_ERRINFO2 0xF0061DF6          MC 13 Error Information Register 2
MTU_MC13_ERRINFO3 0xF0061DF8          MC 13 Error Information Register 3
MTU_MC13_ERRINFO4 0xF0061DFA          MC 13 Error Information Register 4
MTU_MC14_CONFIG0 0xF0061E00          MC 14 Configuration Register 0
MTU_MC14_CONFIG1 0xF0061E02          MC 14 Configuration Register 1
MTU_MC14_MCONTROL 0xF0061E04          MC 14 MBIST Control Register
MTU_MC14_MSTATUS 0xF0061E06          MC 14 Status Register
MTU_MC14_RANGE  0xF0061E08          MC 14 Range Register, single address mode
MTU_MC14_REVID  0xF0061E0C          MC 14 Revision ID Register
MTU_MC14_ECCS   0xF0061E0E          MC 14 ECC Safety Register
MTU_MC14_ECCD   0xF0061E10          MC 14 Memory ECC Detection Register
MTU_MC14_ETRR0  0xF0061E12          MC 14 Error Tracking Register 0
MTU_MC14_ETRR1  0xF0061E14          MC 14 Error Tracking Register 1
MTU_MC14_ETRR2  0xF0061E16          MC 14 Error Tracking Register 2
MTU_MC14_ETRR3  0xF0061E18          MC 14 Error Tracking Register 3
MTU_MC14_ETRR4  0xF0061E1A          MC 14 Error Tracking Register 4
MTU_MC14_RDBFL0 0xF0061E60          MC 14 Read Data and Bit Flip Register 0
MTU_MC14_RDBFL1 0xF0061E62          MC 14 Read Data and Bit Flip Register 1
MTU_MC14_RDBFL2 0xF0061E64          MC 14 Read Data and Bit Flip Register 2
MTU_MC14_RDBFL3 0xF0061E66          MC 14 Read Data and Bit Flip Register 3
MTU_MC14_RDBFL4 0xF0061E68          MC 14 Read Data and Bit Flip Register 4
MTU_MC14_RDBFL5 0xF0061E6A          MC 14 Read Data and Bit Flip Register 5
MTU_MC14_RDBFL6 0xF0061E6C          MC 14 Read Data and Bit Flip Register 6
MTU_MC14_RDBFL7 0xF0061E6E          MC 14 Read Data and Bit Flip Register 7
MTU_MC14_RDBFL8 0xF0061E70          MC 14 Read Data and Bit Flip Register 8
MTU_MC14_RDBFL9 0xF0061E72          MC 14 Read Data and Bit Flip Register 9
MTU_MC14_RDBFL10 0xF0061E74          MC 14 Read Data and Bit Flip Register 10
MTU_MC14_RDBFL11 0xF0061E76          MC 14 Read Data and Bit Flip Register 11
MTU_MC14_RDBFL12 0xF0061E78          MC 14 Read Data and Bit Flip Register 12
MTU_MC14_RDBFL13 0xF0061E7A          MC 14 Read Data and Bit Flip Register 13
MTU_MC14_RDBFL14 0xF0061E7C          MC 14 Read Data and Bit Flip Register 14
MTU_MC14_RDBFL15 0xF0061E7E          MC 14 Read Data and Bit Flip Register 15
MTU_MC14_RDBFL16 0xF0061E80          MC 14 Read Data and Bit Flip Register 16
MTU_MC14_RDBFL17 0xF0061E82          MC 14 Read Data and Bit Flip Register 17
MTU_MC14_RDBFL18 0xF0061E84          MC 14 Read Data and Bit Flip Register 18
MTU_MC14_RDBFL19 0xF0061E86          MC 14 Read Data and Bit Flip Register 19
MTU_MC14_RDBFL20 0xF0061E88          MC 14 Read Data and Bit Flip Register 20
MTU_MC14_RDBFL21 0xF0061E8A          MC 14 Read Data and Bit Flip Register 21
MTU_MC14_RDBFL22 0xF0061E8C          MC 14 Read Data and Bit Flip Register 22
MTU_MC14_RDBFL23 0xF0061E8E          MC 14 Read Data and Bit Flip Register 23
MTU_MC14_RDBFL24 0xF0061E90          MC 14 Read Data and Bit Flip Register 24
MTU_MC14_RDBFL25 0xF0061E92          MC 14 Read Data and Bit Flip Register 25
MTU_MC14_RDBFL26 0xF0061E94          MC 14 Read Data and Bit Flip Register 26
MTU_MC14_RDBFL27 0xF0061E96          MC 14 Read Data and Bit Flip Register 27
MTU_MC14_RDBFL28 0xF0061E98          MC 14 Read Data and Bit Flip Register 28
MTU_MC14_RDBFL29 0xF0061E9A          MC 14 Read Data and Bit Flip Register 29
MTU_MC14_RDBFL30 0xF0061E9C          MC 14 Read Data and Bit Flip Register 30
MTU_MC14_RDBFL31 0xF0061E9E          MC 14 Read Data and Bit Flip Register 31
MTU_MC14_RDBFL32 0xF0061EA0          MC 14 Read Data and Bit Flip Register 32
MTU_MC14_RDBFL33 0xF0061EA2          MC 14 Read Data and Bit Flip Register 33
MTU_MC14_RDBFL34 0xF0061EA4          MC 14 Read Data and Bit Flip Register 34
MTU_MC14_RDBFL35 0xF0061EA6          MC 14 Read Data and Bit Flip Register 35
MTU_MC14_RDBFL36 0xF0061EA8          MC 14 Read Data and Bit Flip Register 36
MTU_MC14_RDBFL37 0xF0061EAA          MC 14 Read Data and Bit Flip Register 37
MTU_MC14_RDBFL38 0xF0061EAC          MC 14 Read Data and Bit Flip Register 38
MTU_MC14_RDBFL39 0xF0061EAE          MC 14 Read Data and Bit Flip Register 39
MTU_MC14_RDBFL40 0xF0061EB0          MC 14 Read Data and Bit Flip Register 40
MTU_MC14_RDBFL41 0xF0061EB2          MC 14 Read Data and Bit Flip Register 41
MTU_MC14_RDBFL42 0xF0061EB4          MC 14 Read Data and Bit Flip Register 42
MTU_MC14_RDBFL43 0xF0061EB6          MC 14 Read Data and Bit Flip Register 43
MTU_MC14_RDBFL44 0xF0061EB8          MC 14 Read Data and Bit Flip Register 44
MTU_MC14_RDBFL45 0xF0061EBA          MC 14 Read Data and Bit Flip Register 45
MTU_MC14_RDBFL46 0xF0061EBC          MC 14 Read Data and Bit Flip Register 46
MTU_MC14_RDBFL47 0xF0061EBE          MC 14 Read Data and Bit Flip Register 47
MTU_MC14_RDBFL48 0xF0061EC0          MC 14 Read Data and Bit Flip Register 48
MTU_MC14_RDBFL49 0xF0061EC2          MC 14 Read Data and Bit Flip Register 49
MTU_MC14_RDBFL50 0xF0061EC4          MC 14 Read Data and Bit Flip Register 50
MTU_MC14_RDBFL51 0xF0061EC6          MC 14 Read Data and Bit Flip Register 51
MTU_MC14_RDBFL52 0xF0061EC8          MC 14 Read Data and Bit Flip Register 52
MTU_MC14_RDBFL53 0xF0061ECA          MC 14 Read Data and Bit Flip Register 53
MTU_MC14_RDBFL54 0xF0061ECC          MC 14 Read Data and Bit Flip Register 54
MTU_MC14_RDBFL55 0xF0061ECE          MC 14 Read Data and Bit Flip Register 55
MTU_MC14_RDBFL56 0xF0061ED0          MC 14 Read Data and Bit Flip Register 56
MTU_MC14_RDBFL57 0xF0061ED2          MC 14 Read Data and Bit Flip Register 57
MTU_MC14_RDBFL58 0xF0061ED4          MC 14 Read Data and Bit Flip Register 58
MTU_MC14_RDBFL59 0xF0061ED6          MC 14 Read Data and Bit Flip Register 59
MTU_MC14_RDBFL60 0xF0061ED8          MC 14 Read Data and Bit Flip Register 60
MTU_MC14_RDBFL61 0xF0061EDA          MC 14 Read Data and Bit Flip Register 61
MTU_MC14_RDBFL62 0xF0061EDC          MC 14 Read Data and Bit Flip Register 62
MTU_MC14_RDBFL63 0xF0061EDE          MC 14 Read Data and Bit Flip Register 63
MTU_MC14_RDBFL64 0xF0061EE0          MC 14 Read Data and Bit Flip Register 64
MTU_MC14_RDBFL65 0xF0061EE2          MC 14 Read Data and Bit Flip Register 65
MTU_MC14_RDBFL66 0xF0061EE4          MC 14 Read Data and Bit Flip Register 66
MTU_MC14_ALMSRCS 0xF0061EEE          MC 14 Alarm Sources Configuration Register
MTU_MC14_FAULTSTS 0xF0061EF0          MC 14 SSH Safety Faults Status Register
MTU_MC14_ERRINFO0 0xF0061EF2          MC 14 Error Information Register 0
MTU_MC14_ERRINFO1 0xF0061EF4          MC 14 Error Information Register 1
MTU_MC14_ERRINFO2 0xF0061EF6          MC 14 Error Information Register 2
MTU_MC14_ERRINFO3 0xF0061EF8          MC 14 Error Information Register 3
MTU_MC14_ERRINFO4 0xF0061EFA          MC 14 Error Information Register 4
MTU_MC15_CONFIG0 0xF0061F00          MC 15 Configuration Register 0
MTU_MC15_CONFIG1 0xF0061F02          MC 15 Configuration Register 1
MTU_MC15_MCONTROL 0xF0061F04          MC 15 MBIST Control Register
MTU_MC15_MSTATUS 0xF0061F06          MC 15 Status Register
MTU_MC15_RANGE  0xF0061F08          MC 15 Range Register, single address mode
MTU_MC15_REVID  0xF0061F0C          MC 15 Revision ID Register
MTU_MC15_ECCS   0xF0061F0E          MC 15 ECC Safety Register
MTU_MC15_ECCD   0xF0061F10          MC 15 Memory ECC Detection Register
MTU_MC15_ETRR0  0xF0061F12          MC 15 Error Tracking Register 0
MTU_MC15_ETRR1  0xF0061F14          MC 15 Error Tracking Register 1
MTU_MC15_ETRR2  0xF0061F16          MC 15 Error Tracking Register 2
MTU_MC15_ETRR3  0xF0061F18          MC 15 Error Tracking Register 3
MTU_MC15_ETRR4  0xF0061F1A          MC 15 Error Tracking Register 4
MTU_MC15_RDBFL0 0xF0061F60          MC 15 Read Data and Bit Flip Register 0
MTU_MC15_RDBFL1 0xF0061F62          MC 15 Read Data and Bit Flip Register 1
MTU_MC15_RDBFL2 0xF0061F64          MC 15 Read Data and Bit Flip Register 2
MTU_MC15_RDBFL3 0xF0061F66          MC 15 Read Data and Bit Flip Register 3
MTU_MC15_RDBFL4 0xF0061F68          MC 15 Read Data and Bit Flip Register 4
MTU_MC15_RDBFL5 0xF0061F6A          MC 15 Read Data and Bit Flip Register 5
MTU_MC15_RDBFL6 0xF0061F6C          MC 15 Read Data and Bit Flip Register 6
MTU_MC15_RDBFL7 0xF0061F6E          MC 15 Read Data and Bit Flip Register 7
MTU_MC15_RDBFL8 0xF0061F70          MC 15 Read Data and Bit Flip Register 8
MTU_MC15_RDBFL9 0xF0061F72          MC 15 Read Data and Bit Flip Register 9
MTU_MC15_RDBFL10 0xF0061F74          MC 15 Read Data and Bit Flip Register 10
MTU_MC15_RDBFL11 0xF0061F76          MC 15 Read Data and Bit Flip Register 11
MTU_MC15_RDBFL12 0xF0061F78          MC 15 Read Data and Bit Flip Register 12
MTU_MC15_RDBFL13 0xF0061F7A          MC 15 Read Data and Bit Flip Register 13
MTU_MC15_RDBFL14 0xF0061F7C          MC 15 Read Data and Bit Flip Register 14
MTU_MC15_RDBFL15 0xF0061F7E          MC 15 Read Data and Bit Flip Register 15
MTU_MC15_RDBFL16 0xF0061F80          MC 15 Read Data and Bit Flip Register 16
MTU_MC15_RDBFL17 0xF0061F82          MC 15 Read Data and Bit Flip Register 17
MTU_MC15_RDBFL18 0xF0061F84          MC 15 Read Data and Bit Flip Register 18
MTU_MC15_RDBFL19 0xF0061F86          MC 15 Read Data and Bit Flip Register 19
MTU_MC15_RDBFL20 0xF0061F88          MC 15 Read Data and Bit Flip Register 20
MTU_MC15_RDBFL21 0xF0061F8A          MC 15 Read Data and Bit Flip Register 21
MTU_MC15_RDBFL22 0xF0061F8C          MC 15 Read Data and Bit Flip Register 22
MTU_MC15_RDBFL23 0xF0061F8E          MC 15 Read Data and Bit Flip Register 23
MTU_MC15_RDBFL24 0xF0061F90          MC 15 Read Data and Bit Flip Register 24
MTU_MC15_RDBFL25 0xF0061F92          MC 15 Read Data and Bit Flip Register 25
MTU_MC15_RDBFL26 0xF0061F94          MC 15 Read Data and Bit Flip Register 26
MTU_MC15_RDBFL27 0xF0061F96          MC 15 Read Data and Bit Flip Register 27
MTU_MC15_RDBFL28 0xF0061F98          MC 15 Read Data and Bit Flip Register 28
MTU_MC15_RDBFL29 0xF0061F9A          MC 15 Read Data and Bit Flip Register 29
MTU_MC15_RDBFL30 0xF0061F9C          MC 15 Read Data and Bit Flip Register 30
MTU_MC15_RDBFL31 0xF0061F9E          MC 15 Read Data and Bit Flip Register 31
MTU_MC15_RDBFL32 0xF0061FA0          MC 15 Read Data and Bit Flip Register 32
MTU_MC15_RDBFL33 0xF0061FA2          MC 15 Read Data and Bit Flip Register 33
MTU_MC15_RDBFL34 0xF0061FA4          MC 15 Read Data and Bit Flip Register 34
MTU_MC15_RDBFL35 0xF0061FA6          MC 15 Read Data and Bit Flip Register 35
MTU_MC15_RDBFL36 0xF0061FA8          MC 15 Read Data and Bit Flip Register 36
MTU_MC15_RDBFL37 0xF0061FAA          MC 15 Read Data and Bit Flip Register 37
MTU_MC15_RDBFL38 0xF0061FAC          MC 15 Read Data and Bit Flip Register 38
MTU_MC15_RDBFL39 0xF0061FAE          MC 15 Read Data and Bit Flip Register 39
MTU_MC15_RDBFL40 0xF0061FB0          MC 15 Read Data and Bit Flip Register 40
MTU_MC15_RDBFL41 0xF0061FB2          MC 15 Read Data and Bit Flip Register 41
MTU_MC15_RDBFL42 0xF0061FB4          MC 15 Read Data and Bit Flip Register 42
MTU_MC15_RDBFL43 0xF0061FB6          MC 15 Read Data and Bit Flip Register 43
MTU_MC15_RDBFL44 0xF0061FB8          MC 15 Read Data and Bit Flip Register 44
MTU_MC15_RDBFL45 0xF0061FBA          MC 15 Read Data and Bit Flip Register 45
MTU_MC15_RDBFL46 0xF0061FBC          MC 15 Read Data and Bit Flip Register 46
MTU_MC15_RDBFL47 0xF0061FBE          MC 15 Read Data and Bit Flip Register 47
MTU_MC15_RDBFL48 0xF0061FC0          MC 15 Read Data and Bit Flip Register 48
MTU_MC15_RDBFL49 0xF0061FC2          MC 15 Read Data and Bit Flip Register 49
MTU_MC15_RDBFL50 0xF0061FC4          MC 15 Read Data and Bit Flip Register 50
MTU_MC15_RDBFL51 0xF0061FC6          MC 15 Read Data and Bit Flip Register 51
MTU_MC15_RDBFL52 0xF0061FC8          MC 15 Read Data and Bit Flip Register 52
MTU_MC15_RDBFL53 0xF0061FCA          MC 15 Read Data and Bit Flip Register 53
MTU_MC15_RDBFL54 0xF0061FCC          MC 15 Read Data and Bit Flip Register 54
MTU_MC15_RDBFL55 0xF0061FCE          MC 15 Read Data and Bit Flip Register 55
MTU_MC15_RDBFL56 0xF0061FD0          MC 15 Read Data and Bit Flip Register 56
MTU_MC15_RDBFL57 0xF0061FD2          MC 15 Read Data and Bit Flip Register 57
MTU_MC15_RDBFL58 0xF0061FD4          MC 15 Read Data and Bit Flip Register 58
MTU_MC15_RDBFL59 0xF0061FD6          MC 15 Read Data and Bit Flip Register 59
MTU_MC15_RDBFL60 0xF0061FD8          MC 15 Read Data and Bit Flip Register 60
MTU_MC15_RDBFL61 0xF0061FDA          MC 15 Read Data and Bit Flip Register 61
MTU_MC15_RDBFL62 0xF0061FDC          MC 15 Read Data and Bit Flip Register 62
MTU_MC15_RDBFL63 0xF0061FDE          MC 15 Read Data and Bit Flip Register 63
MTU_MC15_RDBFL64 0xF0061FE0          MC 15 Read Data and Bit Flip Register 64
MTU_MC15_RDBFL65 0xF0061FE2          MC 15 Read Data and Bit Flip Register 65
MTU_MC15_RDBFL66 0xF0061FE4          MC 15 Read Data and Bit Flip Register 66
MTU_MC15_ALMSRCS 0xF0061FEE          MC 15 Alarm Sources Configuration Register
MTU_MC15_FAULTSTS 0xF0061FF0          MC 15 SSH Safety Faults Status Register
MTU_MC15_ERRINFO0 0xF0061FF2          MC 15 Error Information Register 0
MTU_MC15_ERRINFO1 0xF0061FF4          MC 15 Error Information Register 1
MTU_MC15_ERRINFO2 0xF0061FF6          MC 15 Error Information Register 2
MTU_MC15_ERRINFO3 0xF0061FF8          MC 15 Error Information Register 3
MTU_MC15_ERRINFO4 0xF0061FFA          MC 15 Error Information Register 4
MTU_MC16_CONFIG0 0xF0062000          MC 16 Configuration Register 0
MTU_MC16_CONFIG1 0xF0062002          MC 16 Configuration Register 1
MTU_MC16_MCONTROL 0xF0062004          MC 16 MBIST Control Register
MTU_MC16_MSTATUS 0xF0062006          MC 16 Status Register
MTU_MC16_RANGE  0xF0062008          MC 16 Range Register, single address mode
MTU_MC16_REVID  0xF006200C          MC 16 Revision ID Register
MTU_MC16_ECCS   0xF006200E          MC 16 ECC Safety Register
MTU_MC16_ECCD   0xF0062010          MC 16 Memory ECC Detection Register
MTU_MC16_ETRR0  0xF0062012          MC 16 Error Tracking Register 0
MTU_MC16_ETRR1  0xF0062014          MC 16 Error Tracking Register 1
MTU_MC16_ETRR2  0xF0062016          MC 16 Error Tracking Register 2
MTU_MC16_ETRR3  0xF0062018          MC 16 Error Tracking Register 3
MTU_MC16_ETRR4  0xF006201A          MC 16 Error Tracking Register 4
MTU_MC16_RDBFL0 0xF0062060          MC 16 Read Data and Bit Flip Register 0
MTU_MC16_RDBFL1 0xF0062062          MC 16 Read Data and Bit Flip Register 1
MTU_MC16_RDBFL2 0xF0062064          MC 16 Read Data and Bit Flip Register 2
MTU_MC16_RDBFL3 0xF0062066          MC 16 Read Data and Bit Flip Register 3
MTU_MC16_RDBFL4 0xF0062068          MC 16 Read Data and Bit Flip Register 4
MTU_MC16_RDBFL5 0xF006206A          MC 16 Read Data and Bit Flip Register 5
MTU_MC16_RDBFL6 0xF006206C          MC 16 Read Data and Bit Flip Register 6
MTU_MC16_RDBFL7 0xF006206E          MC 16 Read Data and Bit Flip Register 7
MTU_MC16_RDBFL8 0xF0062070          MC 16 Read Data and Bit Flip Register 8
MTU_MC16_RDBFL9 0xF0062072          MC 16 Read Data and Bit Flip Register 9
MTU_MC16_RDBFL10 0xF0062074          MC 16 Read Data and Bit Flip Register 10
MTU_MC16_RDBFL11 0xF0062076          MC 16 Read Data and Bit Flip Register 11
MTU_MC16_RDBFL12 0xF0062078          MC 16 Read Data and Bit Flip Register 12
MTU_MC16_RDBFL13 0xF006207A          MC 16 Read Data and Bit Flip Register 13
MTU_MC16_RDBFL14 0xF006207C          MC 16 Read Data and Bit Flip Register 14
MTU_MC16_RDBFL15 0xF006207E          MC 16 Read Data and Bit Flip Register 15
MTU_MC16_RDBFL16 0xF0062080          MC 16 Read Data and Bit Flip Register 16
MTU_MC16_RDBFL17 0xF0062082          MC 16 Read Data and Bit Flip Register 17
MTU_MC16_RDBFL18 0xF0062084          MC 16 Read Data and Bit Flip Register 18
MTU_MC16_RDBFL19 0xF0062086          MC 16 Read Data and Bit Flip Register 19
MTU_MC16_RDBFL20 0xF0062088          MC 16 Read Data and Bit Flip Register 20
MTU_MC16_RDBFL21 0xF006208A          MC 16 Read Data and Bit Flip Register 21
MTU_MC16_RDBFL22 0xF006208C          MC 16 Read Data and Bit Flip Register 22
MTU_MC16_RDBFL23 0xF006208E          MC 16 Read Data and Bit Flip Register 23
MTU_MC16_RDBFL24 0xF0062090          MC 16 Read Data and Bit Flip Register 24
MTU_MC16_RDBFL25 0xF0062092          MC 16 Read Data and Bit Flip Register 25
MTU_MC16_RDBFL26 0xF0062094          MC 16 Read Data and Bit Flip Register 26
MTU_MC16_RDBFL27 0xF0062096          MC 16 Read Data and Bit Flip Register 27
MTU_MC16_RDBFL28 0xF0062098          MC 16 Read Data and Bit Flip Register 28
MTU_MC16_RDBFL29 0xF006209A          MC 16 Read Data and Bit Flip Register 29
MTU_MC16_RDBFL30 0xF006209C          MC 16 Read Data and Bit Flip Register 30
MTU_MC16_RDBFL31 0xF006209E          MC 16 Read Data and Bit Flip Register 31
MTU_MC16_RDBFL32 0xF00620A0          MC 16 Read Data and Bit Flip Register 32
MTU_MC16_RDBFL33 0xF00620A2          MC 16 Read Data and Bit Flip Register 33
MTU_MC16_RDBFL34 0xF00620A4          MC 16 Read Data and Bit Flip Register 34
MTU_MC16_RDBFL35 0xF00620A6          MC 16 Read Data and Bit Flip Register 35
MTU_MC16_RDBFL36 0xF00620A8          MC 16 Read Data and Bit Flip Register 36
MTU_MC16_RDBFL37 0xF00620AA          MC 16 Read Data and Bit Flip Register 37
MTU_MC16_RDBFL38 0xF00620AC          MC 16 Read Data and Bit Flip Register 38
MTU_MC16_RDBFL39 0xF00620AE          MC 16 Read Data and Bit Flip Register 39
MTU_MC16_RDBFL40 0xF00620B0          MC 16 Read Data and Bit Flip Register 40
MTU_MC16_RDBFL41 0xF00620B2          MC 16 Read Data and Bit Flip Register 41
MTU_MC16_RDBFL42 0xF00620B4          MC 16 Read Data and Bit Flip Register 42
MTU_MC16_RDBFL43 0xF00620B6          MC 16 Read Data and Bit Flip Register 43
MTU_MC16_RDBFL44 0xF00620B8          MC 16 Read Data and Bit Flip Register 44
MTU_MC16_RDBFL45 0xF00620BA          MC 16 Read Data and Bit Flip Register 45
MTU_MC16_RDBFL46 0xF00620BC          MC 16 Read Data and Bit Flip Register 46
MTU_MC16_RDBFL47 0xF00620BE          MC 16 Read Data and Bit Flip Register 47
MTU_MC16_RDBFL48 0xF00620C0          MC 16 Read Data and Bit Flip Register 48
MTU_MC16_RDBFL49 0xF00620C2          MC 16 Read Data and Bit Flip Register 49
MTU_MC16_RDBFL50 0xF00620C4          MC 16 Read Data and Bit Flip Register 50
MTU_MC16_RDBFL51 0xF00620C6          MC 16 Read Data and Bit Flip Register 51
MTU_MC16_RDBFL52 0xF00620C8          MC 16 Read Data and Bit Flip Register 52
MTU_MC16_RDBFL53 0xF00620CA          MC 16 Read Data and Bit Flip Register 53
MTU_MC16_RDBFL54 0xF00620CC          MC 16 Read Data and Bit Flip Register 54
MTU_MC16_RDBFL55 0xF00620CE          MC 16 Read Data and Bit Flip Register 55
MTU_MC16_RDBFL56 0xF00620D0          MC 16 Read Data and Bit Flip Register 56
MTU_MC16_RDBFL57 0xF00620D2          MC 16 Read Data and Bit Flip Register 57
MTU_MC16_RDBFL58 0xF00620D4          MC 16 Read Data and Bit Flip Register 58
MTU_MC16_RDBFL59 0xF00620D6          MC 16 Read Data and Bit Flip Register 59
MTU_MC16_RDBFL60 0xF00620D8          MC 16 Read Data and Bit Flip Register 60
MTU_MC16_RDBFL61 0xF00620DA          MC 16 Read Data and Bit Flip Register 61
MTU_MC16_RDBFL62 0xF00620DC          MC 16 Read Data and Bit Flip Register 62
MTU_MC16_RDBFL63 0xF00620DE          MC 16 Read Data and Bit Flip Register 63
MTU_MC16_RDBFL64 0xF00620E0          MC 16 Read Data and Bit Flip Register 64
MTU_MC16_RDBFL65 0xF00620E2          MC 16 Read Data and Bit Flip Register 65
MTU_MC16_RDBFL66 0xF00620E4          MC 16 Read Data and Bit Flip Register 66
MTU_MC16_ALMSRCS 0xF00620EE          MC 16 Alarm Sources Configuration Register
MTU_MC16_FAULTSTS 0xF00620F0          MC 16 SSH Safety Faults Status Register
MTU_MC16_ERRINFO0 0xF00620F2          MC 16 Error Information Register 0
MTU_MC16_ERRINFO1 0xF00620F4          MC 16 Error Information Register 1
MTU_MC16_ERRINFO2 0xF00620F6          MC 16 Error Information Register 2
MTU_MC16_ERRINFO3 0xF00620F8          MC 16 Error Information Register 3
MTU_MC16_ERRINFO4 0xF00620FA          MC 16 Error Information Register 4
MTU_MC17_CONFIG0 0xF0062100          MC 17 Configuration Register 0
MTU_MC17_CONFIG1 0xF0062102          MC 17 Configuration Register 1
MTU_MC17_MCONTROL 0xF0062104          MC 17 MBIST Control Register
MTU_MC17_MSTATUS 0xF0062106          MC 17 Status Register
MTU_MC17_RANGE  0xF0062108          MC 17 Range Register, single address mode
MTU_MC17_REVID  0xF006210C          MC 17 Revision ID Register
MTU_MC17_ECCS   0xF006210E          MC 17 ECC Safety Register
MTU_MC17_ECCD   0xF0062110          MC 17 Memory ECC Detection Register
MTU_MC17_ETRR0  0xF0062112          MC 17 Error Tracking Register 0
MTU_MC17_ETRR1  0xF0062114          MC 17 Error Tracking Register 1
MTU_MC17_ETRR2  0xF0062116          MC 17 Error Tracking Register 2
MTU_MC17_ETRR3  0xF0062118          MC 17 Error Tracking Register 3
MTU_MC17_ETRR4  0xF006211A          MC 17 Error Tracking Register 4
MTU_MC17_RDBFL0 0xF0062160          MC 17 Read Data and Bit Flip Register 0
MTU_MC17_RDBFL1 0xF0062162          MC 17 Read Data and Bit Flip Register 1
MTU_MC17_RDBFL2 0xF0062164          MC 17 Read Data and Bit Flip Register 2
MTU_MC17_RDBFL3 0xF0062166          MC 17 Read Data and Bit Flip Register 3
MTU_MC17_RDBFL4 0xF0062168          MC 17 Read Data and Bit Flip Register 4
MTU_MC17_RDBFL5 0xF006216A          MC 17 Read Data and Bit Flip Register 5
MTU_MC17_RDBFL6 0xF006216C          MC 17 Read Data and Bit Flip Register 6
MTU_MC17_RDBFL7 0xF006216E          MC 17 Read Data and Bit Flip Register 7
MTU_MC17_RDBFL8 0xF0062170          MC 17 Read Data and Bit Flip Register 8
MTU_MC17_RDBFL9 0xF0062172          MC 17 Read Data and Bit Flip Register 9
MTU_MC17_RDBFL10 0xF0062174          MC 17 Read Data and Bit Flip Register 10
MTU_MC17_RDBFL11 0xF0062176          MC 17 Read Data and Bit Flip Register 11
MTU_MC17_RDBFL12 0xF0062178          MC 17 Read Data and Bit Flip Register 12
MTU_MC17_RDBFL13 0xF006217A          MC 17 Read Data and Bit Flip Register 13
MTU_MC17_RDBFL14 0xF006217C          MC 17 Read Data and Bit Flip Register 14
MTU_MC17_RDBFL15 0xF006217E          MC 17 Read Data and Bit Flip Register 15
MTU_MC17_RDBFL16 0xF0062180          MC 17 Read Data and Bit Flip Register 16
MTU_MC17_RDBFL17 0xF0062182          MC 17 Read Data and Bit Flip Register 17
MTU_MC17_RDBFL18 0xF0062184          MC 17 Read Data and Bit Flip Register 18
MTU_MC17_RDBFL19 0xF0062186          MC 17 Read Data and Bit Flip Register 19
MTU_MC17_RDBFL20 0xF0062188          MC 17 Read Data and Bit Flip Register 20
MTU_MC17_RDBFL21 0xF006218A          MC 17 Read Data and Bit Flip Register 21
MTU_MC17_RDBFL22 0xF006218C          MC 17 Read Data and Bit Flip Register 22
MTU_MC17_RDBFL23 0xF006218E          MC 17 Read Data and Bit Flip Register 23
MTU_MC17_RDBFL24 0xF0062190          MC 17 Read Data and Bit Flip Register 24
MTU_MC17_RDBFL25 0xF0062192          MC 17 Read Data and Bit Flip Register 25
MTU_MC17_RDBFL26 0xF0062194          MC 17 Read Data and Bit Flip Register 26
MTU_MC17_RDBFL27 0xF0062196          MC 17 Read Data and Bit Flip Register 27
MTU_MC17_RDBFL28 0xF0062198          MC 17 Read Data and Bit Flip Register 28
MTU_MC17_RDBFL29 0xF006219A          MC 17 Read Data and Bit Flip Register 29
MTU_MC17_RDBFL30 0xF006219C          MC 17 Read Data and Bit Flip Register 30
MTU_MC17_RDBFL31 0xF006219E          MC 17 Read Data and Bit Flip Register 31
MTU_MC17_RDBFL32 0xF00621A0          MC 17 Read Data and Bit Flip Register 32
MTU_MC17_RDBFL33 0xF00621A2          MC 17 Read Data and Bit Flip Register 33
MTU_MC17_RDBFL34 0xF00621A4          MC 17 Read Data and Bit Flip Register 34
MTU_MC17_RDBFL35 0xF00621A6          MC 17 Read Data and Bit Flip Register 35
MTU_MC17_RDBFL36 0xF00621A8          MC 17 Read Data and Bit Flip Register 36
MTU_MC17_RDBFL37 0xF00621AA          MC 17 Read Data and Bit Flip Register 37
MTU_MC17_RDBFL38 0xF00621AC          MC 17 Read Data and Bit Flip Register 38
MTU_MC17_RDBFL39 0xF00621AE          MC 17 Read Data and Bit Flip Register 39
MTU_MC17_RDBFL40 0xF00621B0          MC 17 Read Data and Bit Flip Register 40
MTU_MC17_RDBFL41 0xF00621B2          MC 17 Read Data and Bit Flip Register 41
MTU_MC17_RDBFL42 0xF00621B4          MC 17 Read Data and Bit Flip Register 42
MTU_MC17_RDBFL43 0xF00621B6          MC 17 Read Data and Bit Flip Register 43
MTU_MC17_RDBFL44 0xF00621B8          MC 17 Read Data and Bit Flip Register 44
MTU_MC17_RDBFL45 0xF00621BA          MC 17 Read Data and Bit Flip Register 45
MTU_MC17_RDBFL46 0xF00621BC          MC 17 Read Data and Bit Flip Register 46
MTU_MC17_RDBFL47 0xF00621BE          MC 17 Read Data and Bit Flip Register 47
MTU_MC17_RDBFL48 0xF00621C0          MC 17 Read Data and Bit Flip Register 48
MTU_MC17_RDBFL49 0xF00621C2          MC 17 Read Data and Bit Flip Register 49
MTU_MC17_RDBFL50 0xF00621C4          MC 17 Read Data and Bit Flip Register 50
MTU_MC17_RDBFL51 0xF00621C6          MC 17 Read Data and Bit Flip Register 51
MTU_MC17_RDBFL52 0xF00621C8          MC 17 Read Data and Bit Flip Register 52
MTU_MC17_RDBFL53 0xF00621CA          MC 17 Read Data and Bit Flip Register 53
MTU_MC17_RDBFL54 0xF00621CC          MC 17 Read Data and Bit Flip Register 54
MTU_MC17_RDBFL55 0xF00621CE          MC 17 Read Data and Bit Flip Register 55
MTU_MC17_RDBFL56 0xF00621D0          MC 17 Read Data and Bit Flip Register 56
MTU_MC17_RDBFL57 0xF00621D2          MC 17 Read Data and Bit Flip Register 57
MTU_MC17_RDBFL58 0xF00621D4          MC 17 Read Data and Bit Flip Register 58
MTU_MC17_RDBFL59 0xF00621D6          MC 17 Read Data and Bit Flip Register 59
MTU_MC17_RDBFL60 0xF00621D8          MC 17 Read Data and Bit Flip Register 60
MTU_MC17_RDBFL61 0xF00621DA          MC 17 Read Data and Bit Flip Register 61
MTU_MC17_RDBFL62 0xF00621DC          MC 17 Read Data and Bit Flip Register 62
MTU_MC17_RDBFL63 0xF00621DE          MC 17 Read Data and Bit Flip Register 63
MTU_MC17_RDBFL64 0xF00621E0          MC 17 Read Data and Bit Flip Register 64
MTU_MC17_RDBFL65 0xF00621E2          MC 17 Read Data and Bit Flip Register 65
MTU_MC17_RDBFL66 0xF00621E4          MC 17 Read Data and Bit Flip Register 66
MTU_MC17_ALMSRCS 0xF00621EE          MC 17 Alarm Sources Configuration Register
MTU_MC17_FAULTSTS 0xF00621F0          MC 17 SSH Safety Faults Status Register
MTU_MC17_ERRINFO0 0xF00621F2          MC 17 Error Information Register 0
MTU_MC17_ERRINFO1 0xF00621F4          MC 17 Error Information Register 1
MTU_MC17_ERRINFO2 0xF00621F6          MC 17 Error Information Register 2
MTU_MC17_ERRINFO3 0xF00621F8          MC 17 Error Information Register 3
MTU_MC17_ERRINFO4 0xF00621FA          MC 17 Error Information Register 4
MTU_MC18_CONFIG0 0xF0062200          MC 18 Configuration Register 0
MTU_MC18_CONFIG1 0xF0062202          MC 18 Configuration Register 1
MTU_MC18_MCONTROL 0xF0062204          MC 18 MBIST Control Register
MTU_MC18_MSTATUS 0xF0062206          MC 18 Status Register
MTU_MC18_RANGE  0xF0062208          MC 18 Range Register, single address mode
MTU_MC18_REVID  0xF006220C          MC 18 Revision ID Register
MTU_MC18_ECCS   0xF006220E          MC 18 ECC Safety Register
MTU_MC18_ECCD   0xF0062210          MC 18 Memory ECC Detection Register
MTU_MC18_ETRR0  0xF0062212          MC 18 Error Tracking Register 0
MTU_MC18_ETRR1  0xF0062214          MC 18 Error Tracking Register 1
MTU_MC18_ETRR2  0xF0062216          MC 18 Error Tracking Register 2
MTU_MC18_ETRR3  0xF0062218          MC 18 Error Tracking Register 3
MTU_MC18_ETRR4  0xF006221A          MC 18 Error Tracking Register 4
MTU_MC18_RDBFL0 0xF0062260          MC 18 Read Data and Bit Flip Register 0
MTU_MC18_RDBFL1 0xF0062262          MC 18 Read Data and Bit Flip Register 1
MTU_MC18_RDBFL2 0xF0062264          MC 18 Read Data and Bit Flip Register 2
MTU_MC18_RDBFL3 0xF0062266          MC 18 Read Data and Bit Flip Register 3
MTU_MC18_RDBFL4 0xF0062268          MC 18 Read Data and Bit Flip Register 4
MTU_MC18_RDBFL5 0xF006226A          MC 18 Read Data and Bit Flip Register 5
MTU_MC18_RDBFL6 0xF006226C          MC 18 Read Data and Bit Flip Register 6
MTU_MC18_RDBFL7 0xF006226E          MC 18 Read Data and Bit Flip Register 7
MTU_MC18_RDBFL8 0xF0062270          MC 18 Read Data and Bit Flip Register 8
MTU_MC18_RDBFL9 0xF0062272          MC 18 Read Data and Bit Flip Register 9
MTU_MC18_RDBFL10 0xF0062274          MC 18 Read Data and Bit Flip Register 10
MTU_MC18_RDBFL11 0xF0062276          MC 18 Read Data and Bit Flip Register 11
MTU_MC18_RDBFL12 0xF0062278          MC 18 Read Data and Bit Flip Register 12
MTU_MC18_RDBFL13 0xF006227A          MC 18 Read Data and Bit Flip Register 13
MTU_MC18_RDBFL14 0xF006227C          MC 18 Read Data and Bit Flip Register 14
MTU_MC18_RDBFL15 0xF006227E          MC 18 Read Data and Bit Flip Register 15
MTU_MC18_RDBFL16 0xF0062280          MC 18 Read Data and Bit Flip Register 16
MTU_MC18_RDBFL17 0xF0062282          MC 18 Read Data and Bit Flip Register 17
MTU_MC18_RDBFL18 0xF0062284          MC 18 Read Data and Bit Flip Register 18
MTU_MC18_RDBFL19 0xF0062286          MC 18 Read Data and Bit Flip Register 19
MTU_MC18_RDBFL20 0xF0062288          MC 18 Read Data and Bit Flip Register 20
MTU_MC18_RDBFL21 0xF006228A          MC 18 Read Data and Bit Flip Register 21
MTU_MC18_RDBFL22 0xF006228C          MC 18 Read Data and Bit Flip Register 22
MTU_MC18_RDBFL23 0xF006228E          MC 18 Read Data and Bit Flip Register 23
MTU_MC18_RDBFL24 0xF0062290          MC 18 Read Data and Bit Flip Register 24
MTU_MC18_RDBFL25 0xF0062292          MC 18 Read Data and Bit Flip Register 25
MTU_MC18_RDBFL26 0xF0062294          MC 18 Read Data and Bit Flip Register 26
MTU_MC18_RDBFL27 0xF0062296          MC 18 Read Data and Bit Flip Register 27
MTU_MC18_RDBFL28 0xF0062298          MC 18 Read Data and Bit Flip Register 28
MTU_MC18_RDBFL29 0xF006229A          MC 18 Read Data and Bit Flip Register 29
MTU_MC18_RDBFL30 0xF006229C          MC 18 Read Data and Bit Flip Register 30
MTU_MC18_RDBFL31 0xF006229E          MC 18 Read Data and Bit Flip Register 31
MTU_MC18_RDBFL32 0xF00622A0          MC 18 Read Data and Bit Flip Register 32
MTU_MC18_RDBFL33 0xF00622A2          MC 18 Read Data and Bit Flip Register 33
MTU_MC18_RDBFL34 0xF00622A4          MC 18 Read Data and Bit Flip Register 34
MTU_MC18_RDBFL35 0xF00622A6          MC 18 Read Data and Bit Flip Register 35
MTU_MC18_RDBFL36 0xF00622A8          MC 18 Read Data and Bit Flip Register 36
MTU_MC18_RDBFL37 0xF00622AA          MC 18 Read Data and Bit Flip Register 37
MTU_MC18_RDBFL38 0xF00622AC          MC 18 Read Data and Bit Flip Register 38
MTU_MC18_RDBFL39 0xF00622AE          MC 18 Read Data and Bit Flip Register 39
MTU_MC18_RDBFL40 0xF00622B0          MC 18 Read Data and Bit Flip Register 40
MTU_MC18_RDBFL41 0xF00622B2          MC 18 Read Data and Bit Flip Register 41
MTU_MC18_RDBFL42 0xF00622B4          MC 18 Read Data and Bit Flip Register 42
MTU_MC18_RDBFL43 0xF00622B6          MC 18 Read Data and Bit Flip Register 43
MTU_MC18_RDBFL44 0xF00622B8          MC 18 Read Data and Bit Flip Register 44
MTU_MC18_RDBFL45 0xF00622BA          MC 18 Read Data and Bit Flip Register 45
MTU_MC18_RDBFL46 0xF00622BC          MC 18 Read Data and Bit Flip Register 46
MTU_MC18_RDBFL47 0xF00622BE          MC 18 Read Data and Bit Flip Register 47
MTU_MC18_RDBFL48 0xF00622C0          MC 18 Read Data and Bit Flip Register 48
MTU_MC18_RDBFL49 0xF00622C2          MC 18 Read Data and Bit Flip Register 49
MTU_MC18_RDBFL50 0xF00622C4          MC 18 Read Data and Bit Flip Register 50
MTU_MC18_RDBFL51 0xF00622C6          MC 18 Read Data and Bit Flip Register 51
MTU_MC18_RDBFL52 0xF00622C8          MC 18 Read Data and Bit Flip Register 52
MTU_MC18_RDBFL53 0xF00622CA          MC 18 Read Data and Bit Flip Register 53
MTU_MC18_RDBFL54 0xF00622CC          MC 18 Read Data and Bit Flip Register 54
MTU_MC18_RDBFL55 0xF00622CE          MC 18 Read Data and Bit Flip Register 55
MTU_MC18_RDBFL56 0xF00622D0          MC 18 Read Data and Bit Flip Register 56
MTU_MC18_RDBFL57 0xF00622D2          MC 18 Read Data and Bit Flip Register 57
MTU_MC18_RDBFL58 0xF00622D4          MC 18 Read Data and Bit Flip Register 58
MTU_MC18_RDBFL59 0xF00622D6          MC 18 Read Data and Bit Flip Register 59
MTU_MC18_RDBFL60 0xF00622D8          MC 18 Read Data and Bit Flip Register 60
MTU_MC18_RDBFL61 0xF00622DA          MC 18 Read Data and Bit Flip Register 61
MTU_MC18_RDBFL62 0xF00622DC          MC 18 Read Data and Bit Flip Register 62
MTU_MC18_RDBFL63 0xF00622DE          MC 18 Read Data and Bit Flip Register 63
MTU_MC18_RDBFL64 0xF00622E0          MC 18 Read Data and Bit Flip Register 64
MTU_MC18_RDBFL65 0xF00622E2          MC 18 Read Data and Bit Flip Register 65
MTU_MC18_RDBFL66 0xF00622E4          MC 18 Read Data and Bit Flip Register 66
MTU_MC18_ALMSRCS 0xF00622EE          MC 18 Alarm Sources Configuration Register
MTU_MC18_FAULTSTS 0xF00622F0          MC 18 SSH Safety Faults Status Register
MTU_MC18_ERRINFO0 0xF00622F2          MC 18 Error Information Register 0
MTU_MC18_ERRINFO1 0xF00622F4          MC 18 Error Information Register 1
MTU_MC18_ERRINFO2 0xF00622F6          MC 18 Error Information Register 2
MTU_MC18_ERRINFO3 0xF00622F8          MC 18 Error Information Register 3
MTU_MC18_ERRINFO4 0xF00622FA          MC 18 Error Information Register 4
MTU_MC19_CONFIG0 0xF0062300          MC 19 Configuration Register 0
MTU_MC19_CONFIG1 0xF0062302          MC 19 Configuration Register 1
MTU_MC19_MCONTROL 0xF0062304          MC 19 MBIST Control Register
MTU_MC19_MSTATUS 0xF0062306          MC 19 Status Register
MTU_MC19_RANGE  0xF0062308          MC 19 Range Register, single address mode
MTU_MC19_REVID  0xF006230C          MC 19 Revision ID Register
MTU_MC19_ECCS   0xF006230E          MC 19 ECC Safety Register
MTU_MC19_ECCD   0xF0062310          MC 19 Memory ECC Detection Register
MTU_MC19_ETRR0  0xF0062312          MC 19 Error Tracking Register 0
MTU_MC19_ETRR1  0xF0062314          MC 19 Error Tracking Register 1
MTU_MC19_ETRR2  0xF0062316          MC 19 Error Tracking Register 2
MTU_MC19_ETRR3  0xF0062318          MC 19 Error Tracking Register 3
MTU_MC19_ETRR4  0xF006231A          MC 19 Error Tracking Register 4
MTU_MC19_RDBFL0 0xF0062360          MC 19 Read Data and Bit Flip Register 0
MTU_MC19_RDBFL1 0xF0062362          MC 19 Read Data and Bit Flip Register 1
MTU_MC19_RDBFL2 0xF0062364          MC 19 Read Data and Bit Flip Register 2
MTU_MC19_RDBFL3 0xF0062366          MC 19 Read Data and Bit Flip Register 3
MTU_MC19_RDBFL4 0xF0062368          MC 19 Read Data and Bit Flip Register 4
MTU_MC19_RDBFL5 0xF006236A          MC 19 Read Data and Bit Flip Register 5
MTU_MC19_RDBFL6 0xF006236C          MC 19 Read Data and Bit Flip Register 6
MTU_MC19_RDBFL7 0xF006236E          MC 19 Read Data and Bit Flip Register 7
MTU_MC19_RDBFL8 0xF0062370          MC 19 Read Data and Bit Flip Register 8
MTU_MC19_RDBFL9 0xF0062372          MC 19 Read Data and Bit Flip Register 9
MTU_MC19_RDBFL10 0xF0062374          MC 19 Read Data and Bit Flip Register 10
MTU_MC19_RDBFL11 0xF0062376          MC 19 Read Data and Bit Flip Register 11
MTU_MC19_RDBFL12 0xF0062378          MC 19 Read Data and Bit Flip Register 12
MTU_MC19_RDBFL13 0xF006237A          MC 19 Read Data and Bit Flip Register 13
MTU_MC19_RDBFL14 0xF006237C          MC 19 Read Data and Bit Flip Register 14
MTU_MC19_RDBFL15 0xF006237E          MC 19 Read Data and Bit Flip Register 15
MTU_MC19_RDBFL16 0xF0062380          MC 19 Read Data and Bit Flip Register 16
MTU_MC19_RDBFL17 0xF0062382          MC 19 Read Data and Bit Flip Register 17
MTU_MC19_RDBFL18 0xF0062384          MC 19 Read Data and Bit Flip Register 18
MTU_MC19_RDBFL19 0xF0062386          MC 19 Read Data and Bit Flip Register 19
MTU_MC19_RDBFL20 0xF0062388          MC 19 Read Data and Bit Flip Register 20
MTU_MC19_RDBFL21 0xF006238A          MC 19 Read Data and Bit Flip Register 21
MTU_MC19_RDBFL22 0xF006238C          MC 19 Read Data and Bit Flip Register 22
MTU_MC19_RDBFL23 0xF006238E          MC 19 Read Data and Bit Flip Register 23
MTU_MC19_RDBFL24 0xF0062390          MC 19 Read Data and Bit Flip Register 24
MTU_MC19_RDBFL25 0xF0062392          MC 19 Read Data and Bit Flip Register 25
MTU_MC19_RDBFL26 0xF0062394          MC 19 Read Data and Bit Flip Register 26
MTU_MC19_RDBFL27 0xF0062396          MC 19 Read Data and Bit Flip Register 27
MTU_MC19_RDBFL28 0xF0062398          MC 19 Read Data and Bit Flip Register 28
MTU_MC19_RDBFL29 0xF006239A          MC 19 Read Data and Bit Flip Register 29
MTU_MC19_RDBFL30 0xF006239C          MC 19 Read Data and Bit Flip Register 30
MTU_MC19_RDBFL31 0xF006239E          MC 19 Read Data and Bit Flip Register 31
MTU_MC19_RDBFL32 0xF00623A0          MC 19 Read Data and Bit Flip Register 32
MTU_MC19_RDBFL33 0xF00623A2          MC 19 Read Data and Bit Flip Register 33
MTU_MC19_RDBFL34 0xF00623A4          MC 19 Read Data and Bit Flip Register 34
MTU_MC19_RDBFL35 0xF00623A6          MC 19 Read Data and Bit Flip Register 35
MTU_MC19_RDBFL36 0xF00623A8          MC 19 Read Data and Bit Flip Register 36
MTU_MC19_RDBFL37 0xF00623AA          MC 19 Read Data and Bit Flip Register 37
MTU_MC19_RDBFL38 0xF00623AC          MC 19 Read Data and Bit Flip Register 38
MTU_MC19_RDBFL39 0xF00623AE          MC 19 Read Data and Bit Flip Register 39
MTU_MC19_RDBFL40 0xF00623B0          MC 19 Read Data and Bit Flip Register 40
MTU_MC19_RDBFL41 0xF00623B2          MC 19 Read Data and Bit Flip Register 41
MTU_MC19_RDBFL42 0xF00623B4          MC 19 Read Data and Bit Flip Register 42
MTU_MC19_RDBFL43 0xF00623B6          MC 19 Read Data and Bit Flip Register 43
MTU_MC19_RDBFL44 0xF00623B8          MC 19 Read Data and Bit Flip Register 44
MTU_MC19_RDBFL45 0xF00623BA          MC 19 Read Data and Bit Flip Register 45
MTU_MC19_RDBFL46 0xF00623BC          MC 19 Read Data and Bit Flip Register 46
MTU_MC19_RDBFL47 0xF00623BE          MC 19 Read Data and Bit Flip Register 47
MTU_MC19_RDBFL48 0xF00623C0          MC 19 Read Data and Bit Flip Register 48
MTU_MC19_RDBFL49 0xF00623C2          MC 19 Read Data and Bit Flip Register 49
MTU_MC19_RDBFL50 0xF00623C4          MC 19 Read Data and Bit Flip Register 50
MTU_MC19_RDBFL51 0xF00623C6          MC 19 Read Data and Bit Flip Register 51
MTU_MC19_RDBFL52 0xF00623C8          MC 19 Read Data and Bit Flip Register 52
MTU_MC19_RDBFL53 0xF00623CA          MC 19 Read Data and Bit Flip Register 53
MTU_MC19_RDBFL54 0xF00623CC          MC 19 Read Data and Bit Flip Register 54
MTU_MC19_RDBFL55 0xF00623CE          MC 19 Read Data and Bit Flip Register 55
MTU_MC19_RDBFL56 0xF00623D0          MC 19 Read Data and Bit Flip Register 56
MTU_MC19_RDBFL57 0xF00623D2          MC 19 Read Data and Bit Flip Register 57
MTU_MC19_RDBFL58 0xF00623D4          MC 19 Read Data and Bit Flip Register 58
MTU_MC19_RDBFL59 0xF00623D6          MC 19 Read Data and Bit Flip Register 59
MTU_MC19_RDBFL60 0xF00623D8          MC 19 Read Data and Bit Flip Register 60
MTU_MC19_RDBFL61 0xF00623DA          MC 19 Read Data and Bit Flip Register 61
MTU_MC19_RDBFL62 0xF00623DC          MC 19 Read Data and Bit Flip Register 62
MTU_MC19_RDBFL63 0xF00623DE          MC 19 Read Data and Bit Flip Register 63
MTU_MC19_RDBFL64 0xF00623E0          MC 19 Read Data and Bit Flip Register 64
MTU_MC19_RDBFL65 0xF00623E2          MC 19 Read Data and Bit Flip Register 65
MTU_MC19_RDBFL66 0xF00623E4          MC 19 Read Data and Bit Flip Register 66
MTU_MC19_ALMSRCS 0xF00623EE          MC 19 Alarm Sources Configuration Register
MTU_MC19_FAULTSTS 0xF00623F0          MC 19 SSH Safety Faults Status Register
MTU_MC19_ERRINFO0 0xF00623F2          MC 19 Error Information Register 0
MTU_MC19_ERRINFO1 0xF00623F4          MC 19 Error Information Register 1
MTU_MC19_ERRINFO2 0xF00623F6          MC 19 Error Information Register 2
MTU_MC19_ERRINFO3 0xF00623F8          MC 19 Error Information Register 3
MTU_MC19_ERRINFO4 0xF00623FA          MC 19 Error Information Register 4
MTU_MC20_CONFIG0 0xF0062400          MC 20 Configuration Register 0
MTU_MC20_CONFIG1 0xF0062402          MC 20 Configuration Register 1
MTU_MC20_MCONTROL 0xF0062404          MC 20 MBIST Control Register
MTU_MC20_MSTATUS 0xF0062406          MC 20 Status Register
MTU_MC20_RANGE  0xF0062408          MC 20 Range Register, single address mode
MTU_MC20_REVID  0xF006240C          MC 20 Revision ID Register
MTU_MC20_ECCS   0xF006240E          MC 20 ECC Safety Register
MTU_MC20_ECCD   0xF0062410          MC 20 Memory ECC Detection Register
MTU_MC20_ETRR0  0xF0062412          MC 20 Error Tracking Register 0
MTU_MC20_ETRR1  0xF0062414          MC 20 Error Tracking Register 1
MTU_MC20_ETRR2  0xF0062416          MC 20 Error Tracking Register 2
MTU_MC20_ETRR3  0xF0062418          MC 20 Error Tracking Register 3
MTU_MC20_ETRR4  0xF006241A          MC 20 Error Tracking Register 4
MTU_MC20_RDBFL0 0xF0062460          MC 20 Read Data and Bit Flip Register 0
MTU_MC20_RDBFL1 0xF0062462          MC 20 Read Data and Bit Flip Register 1
MTU_MC20_RDBFL2 0xF0062464          MC 20 Read Data and Bit Flip Register 2
MTU_MC20_RDBFL3 0xF0062466          MC 20 Read Data and Bit Flip Register 3
MTU_MC20_RDBFL4 0xF0062468          MC 20 Read Data and Bit Flip Register 4
MTU_MC20_RDBFL5 0xF006246A          MC 20 Read Data and Bit Flip Register 5
MTU_MC20_RDBFL6 0xF006246C          MC 20 Read Data and Bit Flip Register 6
MTU_MC20_RDBFL7 0xF006246E          MC 20 Read Data and Bit Flip Register 7
MTU_MC20_RDBFL8 0xF0062470          MC 20 Read Data and Bit Flip Register 8
MTU_MC20_RDBFL9 0xF0062472          MC 20 Read Data and Bit Flip Register 9
MTU_MC20_RDBFL10 0xF0062474          MC 20 Read Data and Bit Flip Register 10
MTU_MC20_RDBFL11 0xF0062476          MC 20 Read Data and Bit Flip Register 11
MTU_MC20_RDBFL12 0xF0062478          MC 20 Read Data and Bit Flip Register 12
MTU_MC20_RDBFL13 0xF006247A          MC 20 Read Data and Bit Flip Register 13
MTU_MC20_RDBFL14 0xF006247C          MC 20 Read Data and Bit Flip Register 14
MTU_MC20_RDBFL15 0xF006247E          MC 20 Read Data and Bit Flip Register 15
MTU_MC20_RDBFL16 0xF0062480          MC 20 Read Data and Bit Flip Register 16
MTU_MC20_RDBFL17 0xF0062482          MC 20 Read Data and Bit Flip Register 17
MTU_MC20_RDBFL18 0xF0062484          MC 20 Read Data and Bit Flip Register 18
MTU_MC20_RDBFL19 0xF0062486          MC 20 Read Data and Bit Flip Register 19
MTU_MC20_RDBFL20 0xF0062488          MC 20 Read Data and Bit Flip Register 20
MTU_MC20_RDBFL21 0xF006248A          MC 20 Read Data and Bit Flip Register 21
MTU_MC20_RDBFL22 0xF006248C          MC 20 Read Data and Bit Flip Register 22
MTU_MC20_RDBFL23 0xF006248E          MC 20 Read Data and Bit Flip Register 23
MTU_MC20_RDBFL24 0xF0062490          MC 20 Read Data and Bit Flip Register 24
MTU_MC20_RDBFL25 0xF0062492          MC 20 Read Data and Bit Flip Register 25
MTU_MC20_RDBFL26 0xF0062494          MC 20 Read Data and Bit Flip Register 26
MTU_MC20_RDBFL27 0xF0062496          MC 20 Read Data and Bit Flip Register 27
MTU_MC20_RDBFL28 0xF0062498          MC 20 Read Data and Bit Flip Register 28
MTU_MC20_RDBFL29 0xF006249A          MC 20 Read Data and Bit Flip Register 29
MTU_MC20_RDBFL30 0xF006249C          MC 20 Read Data and Bit Flip Register 30
MTU_MC20_RDBFL31 0xF006249E          MC 20 Read Data and Bit Flip Register 31
MTU_MC20_RDBFL32 0xF00624A0          MC 20 Read Data and Bit Flip Register 32
MTU_MC20_RDBFL33 0xF00624A2          MC 20 Read Data and Bit Flip Register 33
MTU_MC20_RDBFL34 0xF00624A4          MC 20 Read Data and Bit Flip Register 34
MTU_MC20_RDBFL35 0xF00624A6          MC 20 Read Data and Bit Flip Register 35
MTU_MC20_RDBFL36 0xF00624A8          MC 20 Read Data and Bit Flip Register 36
MTU_MC20_RDBFL37 0xF00624AA          MC 20 Read Data and Bit Flip Register 37
MTU_MC20_RDBFL38 0xF00624AC          MC 20 Read Data and Bit Flip Register 38
MTU_MC20_RDBFL39 0xF00624AE          MC 20 Read Data and Bit Flip Register 39
MTU_MC20_RDBFL40 0xF00624B0          MC 20 Read Data and Bit Flip Register 40
MTU_MC20_RDBFL41 0xF00624B2          MC 20 Read Data and Bit Flip Register 41
MTU_MC20_RDBFL42 0xF00624B4          MC 20 Read Data and Bit Flip Register 42
MTU_MC20_RDBFL43 0xF00624B6          MC 20 Read Data and Bit Flip Register 43
MTU_MC20_RDBFL44 0xF00624B8          MC 20 Read Data and Bit Flip Register 44
MTU_MC20_RDBFL45 0xF00624BA          MC 20 Read Data and Bit Flip Register 45
MTU_MC20_RDBFL46 0xF00624BC          MC 20 Read Data and Bit Flip Register 46
MTU_MC20_RDBFL47 0xF00624BE          MC 20 Read Data and Bit Flip Register 47
MTU_MC20_RDBFL48 0xF00624C0          MC 20 Read Data and Bit Flip Register 48
MTU_MC20_RDBFL49 0xF00624C2          MC 20 Read Data and Bit Flip Register 49
MTU_MC20_RDBFL50 0xF00624C4          MC 20 Read Data and Bit Flip Register 50
MTU_MC20_RDBFL51 0xF00624C6          MC 20 Read Data and Bit Flip Register 51
MTU_MC20_RDBFL52 0xF00624C8          MC 20 Read Data and Bit Flip Register 52
MTU_MC20_RDBFL53 0xF00624CA          MC 20 Read Data and Bit Flip Register 53
MTU_MC20_RDBFL54 0xF00624CC          MC 20 Read Data and Bit Flip Register 54
MTU_MC20_RDBFL55 0xF00624CE          MC 20 Read Data and Bit Flip Register 55
MTU_MC20_RDBFL56 0xF00624D0          MC 20 Read Data and Bit Flip Register 56
MTU_MC20_RDBFL57 0xF00624D2          MC 20 Read Data and Bit Flip Register 57
MTU_MC20_RDBFL58 0xF00624D4          MC 20 Read Data and Bit Flip Register 58
MTU_MC20_RDBFL59 0xF00624D6          MC 20 Read Data and Bit Flip Register 59
MTU_MC20_RDBFL60 0xF00624D8          MC 20 Read Data and Bit Flip Register 60
MTU_MC20_RDBFL61 0xF00624DA          MC 20 Read Data and Bit Flip Register 61
MTU_MC20_RDBFL62 0xF00624DC          MC 20 Read Data and Bit Flip Register 62
MTU_MC20_RDBFL63 0xF00624DE          MC 20 Read Data and Bit Flip Register 63
MTU_MC20_RDBFL64 0xF00624E0          MC 20 Read Data and Bit Flip Register 64
MTU_MC20_RDBFL65 0xF00624E2          MC 20 Read Data and Bit Flip Register 65
MTU_MC20_RDBFL66 0xF00624E4          MC 20 Read Data and Bit Flip Register 66
MTU_MC20_ALMSRCS 0xF00624EE          MC 20 Alarm Sources Configuration Register
MTU_MC20_FAULTSTS 0xF00624F0          MC 20 SSH Safety Faults Status Register
MTU_MC20_ERRINFO0 0xF00624F2          MC 20 Error Information Register 0
MTU_MC20_ERRINFO1 0xF00624F4          MC 20 Error Information Register 1
MTU_MC20_ERRINFO2 0xF00624F6          MC 20 Error Information Register 2
MTU_MC20_ERRINFO3 0xF00624F8          MC 20 Error Information Register 3
MTU_MC20_ERRINFO4 0xF00624FA          MC 20 Error Information Register 4
MTU_MC21_CONFIG0 0xF0062500          MC 21 Configuration Register 0
MTU_MC21_CONFIG1 0xF0062502          MC 21 Configuration Register 1
MTU_MC21_MCONTROL 0xF0062504          MC 21 MBIST Control Register
MTU_MC21_MSTATUS 0xF0062506          MC 21 Status Register
MTU_MC21_RANGE  0xF0062508          MC 21 Range Register, single address mode
MTU_MC21_REVID  0xF006250C          MC 21 Revision ID Register
MTU_MC21_ECCS   0xF006250E          MC 21 ECC Safety Register
MTU_MC21_ECCD   0xF0062510          MC 21 Memory ECC Detection Register
MTU_MC21_ETRR0  0xF0062512          MC 21 Error Tracking Register 0
MTU_MC21_ETRR1  0xF0062514          MC 21 Error Tracking Register 1
MTU_MC21_ETRR2  0xF0062516          MC 21 Error Tracking Register 2
MTU_MC21_ETRR3  0xF0062518          MC 21 Error Tracking Register 3
MTU_MC21_ETRR4  0xF006251A          MC 21 Error Tracking Register 4
MTU_MC21_RDBFL0 0xF0062560          MC 21 Read Data and Bit Flip Register 0
MTU_MC21_RDBFL1 0xF0062562          MC 21 Read Data and Bit Flip Register 1
MTU_MC21_RDBFL2 0xF0062564          MC 21 Read Data and Bit Flip Register 2
MTU_MC21_RDBFL3 0xF0062566          MC 21 Read Data and Bit Flip Register 3
MTU_MC21_RDBFL4 0xF0062568          MC 21 Read Data and Bit Flip Register 4
MTU_MC21_RDBFL5 0xF006256A          MC 21 Read Data and Bit Flip Register 5
MTU_MC21_RDBFL6 0xF006256C          MC 21 Read Data and Bit Flip Register 6
MTU_MC21_RDBFL7 0xF006256E          MC 21 Read Data and Bit Flip Register 7
MTU_MC21_RDBFL8 0xF0062570          MC 21 Read Data and Bit Flip Register 8
MTU_MC21_RDBFL9 0xF0062572          MC 21 Read Data and Bit Flip Register 9
MTU_MC21_RDBFL10 0xF0062574          MC 21 Read Data and Bit Flip Register 10
MTU_MC21_RDBFL11 0xF0062576          MC 21 Read Data and Bit Flip Register 11
MTU_MC21_RDBFL12 0xF0062578          MC 21 Read Data and Bit Flip Register 12
MTU_MC21_RDBFL13 0xF006257A          MC 21 Read Data and Bit Flip Register 13
MTU_MC21_RDBFL14 0xF006257C          MC 21 Read Data and Bit Flip Register 14
MTU_MC21_RDBFL15 0xF006257E          MC 21 Read Data and Bit Flip Register 15
MTU_MC21_RDBFL16 0xF0062580          MC 21 Read Data and Bit Flip Register 16
MTU_MC21_RDBFL17 0xF0062582          MC 21 Read Data and Bit Flip Register 17
MTU_MC21_RDBFL18 0xF0062584          MC 21 Read Data and Bit Flip Register 18
MTU_MC21_RDBFL19 0xF0062586          MC 21 Read Data and Bit Flip Register 19
MTU_MC21_RDBFL20 0xF0062588          MC 21 Read Data and Bit Flip Register 20
MTU_MC21_RDBFL21 0xF006258A          MC 21 Read Data and Bit Flip Register 21
MTU_MC21_RDBFL22 0xF006258C          MC 21 Read Data and Bit Flip Register 22
MTU_MC21_RDBFL23 0xF006258E          MC 21 Read Data and Bit Flip Register 23
MTU_MC21_RDBFL24 0xF0062590          MC 21 Read Data and Bit Flip Register 24
MTU_MC21_RDBFL25 0xF0062592          MC 21 Read Data and Bit Flip Register 25
MTU_MC21_RDBFL26 0xF0062594          MC 21 Read Data and Bit Flip Register 26
MTU_MC21_RDBFL27 0xF0062596          MC 21 Read Data and Bit Flip Register 27
MTU_MC21_RDBFL28 0xF0062598          MC 21 Read Data and Bit Flip Register 28
MTU_MC21_RDBFL29 0xF006259A          MC 21 Read Data and Bit Flip Register 29
MTU_MC21_RDBFL30 0xF006259C          MC 21 Read Data and Bit Flip Register 30
MTU_MC21_RDBFL31 0xF006259E          MC 21 Read Data and Bit Flip Register 31
MTU_MC21_RDBFL32 0xF00625A0          MC 21 Read Data and Bit Flip Register 32
MTU_MC21_RDBFL33 0xF00625A2          MC 21 Read Data and Bit Flip Register 33
MTU_MC21_RDBFL34 0xF00625A4          MC 21 Read Data and Bit Flip Register 34
MTU_MC21_RDBFL35 0xF00625A6          MC 21 Read Data and Bit Flip Register 35
MTU_MC21_RDBFL36 0xF00625A8          MC 21 Read Data and Bit Flip Register 36
MTU_MC21_RDBFL37 0xF00625AA          MC 21 Read Data and Bit Flip Register 37
MTU_MC21_RDBFL38 0xF00625AC          MC 21 Read Data and Bit Flip Register 38
MTU_MC21_RDBFL39 0xF00625AE          MC 21 Read Data and Bit Flip Register 39
MTU_MC21_RDBFL40 0xF00625B0          MC 21 Read Data and Bit Flip Register 40
MTU_MC21_RDBFL41 0xF00625B2          MC 21 Read Data and Bit Flip Register 41
MTU_MC21_RDBFL42 0xF00625B4          MC 21 Read Data and Bit Flip Register 42
MTU_MC21_RDBFL43 0xF00625B6          MC 21 Read Data and Bit Flip Register 43
MTU_MC21_RDBFL44 0xF00625B8          MC 21 Read Data and Bit Flip Register 44
MTU_MC21_RDBFL45 0xF00625BA          MC 21 Read Data and Bit Flip Register 45
MTU_MC21_RDBFL46 0xF00625BC          MC 21 Read Data and Bit Flip Register 46
MTU_MC21_RDBFL47 0xF00625BE          MC 21 Read Data and Bit Flip Register 47
MTU_MC21_RDBFL48 0xF00625C0          MC 21 Read Data and Bit Flip Register 48
MTU_MC21_RDBFL49 0xF00625C2          MC 21 Read Data and Bit Flip Register 49
MTU_MC21_RDBFL50 0xF00625C4          MC 21 Read Data and Bit Flip Register 50
MTU_MC21_RDBFL51 0xF00625C6          MC 21 Read Data and Bit Flip Register 51
MTU_MC21_RDBFL52 0xF00625C8          MC 21 Read Data and Bit Flip Register 52
MTU_MC21_RDBFL53 0xF00625CA          MC 21 Read Data and Bit Flip Register 53
MTU_MC21_RDBFL54 0xF00625CC          MC 21 Read Data and Bit Flip Register 54
MTU_MC21_RDBFL55 0xF00625CE          MC 21 Read Data and Bit Flip Register 55
MTU_MC21_RDBFL56 0xF00625D0          MC 21 Read Data and Bit Flip Register 56
MTU_MC21_RDBFL57 0xF00625D2          MC 21 Read Data and Bit Flip Register 57
MTU_MC21_RDBFL58 0xF00625D4          MC 21 Read Data and Bit Flip Register 58
MTU_MC21_RDBFL59 0xF00625D6          MC 21 Read Data and Bit Flip Register 59
MTU_MC21_RDBFL60 0xF00625D8          MC 21 Read Data and Bit Flip Register 60
MTU_MC21_RDBFL61 0xF00625DA          MC 21 Read Data and Bit Flip Register 61
MTU_MC21_RDBFL62 0xF00625DC          MC 21 Read Data and Bit Flip Register 62
MTU_MC21_RDBFL63 0xF00625DE          MC 21 Read Data and Bit Flip Register 63
MTU_MC21_RDBFL64 0xF00625E0          MC 21 Read Data and Bit Flip Register 64
MTU_MC21_RDBFL65 0xF00625E2          MC 21 Read Data and Bit Flip Register 65
MTU_MC21_RDBFL66 0xF00625E4          MC 21 Read Data and Bit Flip Register 66
MTU_MC21_ALMSRCS 0xF00625EE          MC 21 Alarm Sources Configuration Register
MTU_MC21_FAULTSTS 0xF00625F0          MC 21 SSH Safety Faults Status Register
MTU_MC21_ERRINFO0 0xF00625F2          MC 21 Error Information Register 0
MTU_MC21_ERRINFO1 0xF00625F4          MC 21 Error Information Register 1
MTU_MC21_ERRINFO2 0xF00625F6          MC 21 Error Information Register 2
MTU_MC21_ERRINFO3 0xF00625F8          MC 21 Error Information Register 3
MTU_MC21_ERRINFO4 0xF00625FA          MC 21 Error Information Register 4
MTU_MC22_CONFIG0 0xF0062600          MC 22 Configuration Register 0
MTU_MC22_CONFIG1 0xF0062602          MC 22 Configuration Register 1
MTU_MC22_MCONTROL 0xF0062604          MC 22 MBIST Control Register
MTU_MC22_MSTATUS 0xF0062606          MC 22 Status Register
MTU_MC22_RANGE  0xF0062608          MC 22 Range Register, single address mode
MTU_MC22_REVID  0xF006260C          MC 22 Revision ID Register
MTU_MC22_ECCS   0xF006260E          MC 22 ECC Safety Register
MTU_MC22_ECCD   0xF0062610          MC 22 Memory ECC Detection Register
MTU_MC22_ETRR0  0xF0062612          MC 22 Error Tracking Register 0
MTU_MC22_ETRR1  0xF0062614          MC 22 Error Tracking Register 1
MTU_MC22_ETRR2  0xF0062616          MC 22 Error Tracking Register 2
MTU_MC22_ETRR3  0xF0062618          MC 22 Error Tracking Register 3
MTU_MC22_ETRR4  0xF006261A          MC 22 Error Tracking Register 4
MTU_MC22_RDBFL0 0xF0062660          MC 22 Read Data and Bit Flip Register 0
MTU_MC22_RDBFL1 0xF0062662          MC 22 Read Data and Bit Flip Register 1
MTU_MC22_RDBFL2 0xF0062664          MC 22 Read Data and Bit Flip Register 2
MTU_MC22_RDBFL3 0xF0062666          MC 22 Read Data and Bit Flip Register 3
MTU_MC22_RDBFL4 0xF0062668          MC 22 Read Data and Bit Flip Register 4
MTU_MC22_RDBFL5 0xF006266A          MC 22 Read Data and Bit Flip Register 5
MTU_MC22_RDBFL6 0xF006266C          MC 22 Read Data and Bit Flip Register 6
MTU_MC22_RDBFL7 0xF006266E          MC 22 Read Data and Bit Flip Register 7
MTU_MC22_RDBFL8 0xF0062670          MC 22 Read Data and Bit Flip Register 8
MTU_MC22_RDBFL9 0xF0062672          MC 22 Read Data and Bit Flip Register 9
MTU_MC22_RDBFL10 0xF0062674          MC 22 Read Data and Bit Flip Register 10
MTU_MC22_RDBFL11 0xF0062676          MC 22 Read Data and Bit Flip Register 11
MTU_MC22_RDBFL12 0xF0062678          MC 22 Read Data and Bit Flip Register 12
MTU_MC22_RDBFL13 0xF006267A          MC 22 Read Data and Bit Flip Register 13
MTU_MC22_RDBFL14 0xF006267C          MC 22 Read Data and Bit Flip Register 14
MTU_MC22_RDBFL15 0xF006267E          MC 22 Read Data and Bit Flip Register 15
MTU_MC22_RDBFL16 0xF0062680          MC 22 Read Data and Bit Flip Register 16
MTU_MC22_RDBFL17 0xF0062682          MC 22 Read Data and Bit Flip Register 17
MTU_MC22_RDBFL18 0xF0062684          MC 22 Read Data and Bit Flip Register 18
MTU_MC22_RDBFL19 0xF0062686          MC 22 Read Data and Bit Flip Register 19
MTU_MC22_RDBFL20 0xF0062688          MC 22 Read Data and Bit Flip Register 20
MTU_MC22_RDBFL21 0xF006268A          MC 22 Read Data and Bit Flip Register 21
MTU_MC22_RDBFL22 0xF006268C          MC 22 Read Data and Bit Flip Register 22
MTU_MC22_RDBFL23 0xF006268E          MC 22 Read Data and Bit Flip Register 23
MTU_MC22_RDBFL24 0xF0062690          MC 22 Read Data and Bit Flip Register 24
MTU_MC22_RDBFL25 0xF0062692          MC 22 Read Data and Bit Flip Register 25
MTU_MC22_RDBFL26 0xF0062694          MC 22 Read Data and Bit Flip Register 26
MTU_MC22_RDBFL27 0xF0062696          MC 22 Read Data and Bit Flip Register 27
MTU_MC22_RDBFL28 0xF0062698          MC 22 Read Data and Bit Flip Register 28
MTU_MC22_RDBFL29 0xF006269A          MC 22 Read Data and Bit Flip Register 29
MTU_MC22_RDBFL30 0xF006269C          MC 22 Read Data and Bit Flip Register 30
MTU_MC22_RDBFL31 0xF006269E          MC 22 Read Data and Bit Flip Register 31
MTU_MC22_RDBFL32 0xF00626A0          MC 22 Read Data and Bit Flip Register 32
MTU_MC22_RDBFL33 0xF00626A2          MC 22 Read Data and Bit Flip Register 33
MTU_MC22_RDBFL34 0xF00626A4          MC 22 Read Data and Bit Flip Register 34
MTU_MC22_RDBFL35 0xF00626A6          MC 22 Read Data and Bit Flip Register 35
MTU_MC22_RDBFL36 0xF00626A8          MC 22 Read Data and Bit Flip Register 36
MTU_MC22_RDBFL37 0xF00626AA          MC 22 Read Data and Bit Flip Register 37
MTU_MC22_RDBFL38 0xF00626AC          MC 22 Read Data and Bit Flip Register 38
MTU_MC22_RDBFL39 0xF00626AE          MC 22 Read Data and Bit Flip Register 39
MTU_MC22_RDBFL40 0xF00626B0          MC 22 Read Data and Bit Flip Register 40
MTU_MC22_RDBFL41 0xF00626B2          MC 22 Read Data and Bit Flip Register 41
MTU_MC22_RDBFL42 0xF00626B4          MC 22 Read Data and Bit Flip Register 42
MTU_MC22_RDBFL43 0xF00626B6          MC 22 Read Data and Bit Flip Register 43
MTU_MC22_RDBFL44 0xF00626B8          MC 22 Read Data and Bit Flip Register 44
MTU_MC22_RDBFL45 0xF00626BA          MC 22 Read Data and Bit Flip Register 45
MTU_MC22_RDBFL46 0xF00626BC          MC 22 Read Data and Bit Flip Register 46
MTU_MC22_RDBFL47 0xF00626BE          MC 22 Read Data and Bit Flip Register 47
MTU_MC22_RDBFL48 0xF00626C0          MC 22 Read Data and Bit Flip Register 48
MTU_MC22_RDBFL49 0xF00626C2          MC 22 Read Data and Bit Flip Register 49
MTU_MC22_RDBFL50 0xF00626C4          MC 22 Read Data and Bit Flip Register 50
MTU_MC22_RDBFL51 0xF00626C6          MC 22 Read Data and Bit Flip Register 51
MTU_MC22_RDBFL52 0xF00626C8          MC 22 Read Data and Bit Flip Register 52
MTU_MC22_RDBFL53 0xF00626CA          MC 22 Read Data and Bit Flip Register 53
MTU_MC22_RDBFL54 0xF00626CC          MC 22 Read Data and Bit Flip Register 54
MTU_MC22_RDBFL55 0xF00626CE          MC 22 Read Data and Bit Flip Register 55
MTU_MC22_RDBFL56 0xF00626D0          MC 22 Read Data and Bit Flip Register 56
MTU_MC22_RDBFL57 0xF00626D2          MC 22 Read Data and Bit Flip Register 57
MTU_MC22_RDBFL58 0xF00626D4          MC 22 Read Data and Bit Flip Register 58
MTU_MC22_RDBFL59 0xF00626D6          MC 22 Read Data and Bit Flip Register 59
MTU_MC22_RDBFL60 0xF00626D8          MC 22 Read Data and Bit Flip Register 60
MTU_MC22_RDBFL61 0xF00626DA          MC 22 Read Data and Bit Flip Register 61
MTU_MC22_RDBFL62 0xF00626DC          MC 22 Read Data and Bit Flip Register 62
MTU_MC22_RDBFL63 0xF00626DE          MC 22 Read Data and Bit Flip Register 63
MTU_MC22_RDBFL64 0xF00626E0          MC 22 Read Data and Bit Flip Register 64
MTU_MC22_RDBFL65 0xF00626E2          MC 22 Read Data and Bit Flip Register 65
MTU_MC22_RDBFL66 0xF00626E4          MC 22 Read Data and Bit Flip Register 66
MTU_MC22_ALMSRCS 0xF00626EE          MC 22 Alarm Sources Configuration Register
MTU_MC22_FAULTSTS 0xF00626F0          MC 22 SSH Safety Faults Status Register
MTU_MC22_ERRINFO0 0xF00626F2          MC 22 Error Information Register 0
MTU_MC22_ERRINFO1 0xF00626F4          MC 22 Error Information Register 1
MTU_MC22_ERRINFO2 0xF00626F6          MC 22 Error Information Register 2
MTU_MC22_ERRINFO3 0xF00626F8          MC 22 Error Information Register 3
MTU_MC22_ERRINFO4 0xF00626FA          MC 22 Error Information Register 4
MTU_MC23_CONFIG0 0xF0062700          MC 23 Configuration Register 0
MTU_MC23_CONFIG1 0xF0062702          MC 23 Configuration Register 1
MTU_MC23_MCONTROL 0xF0062704          MC 23 MBIST Control Register
MTU_MC23_MSTATUS 0xF0062706          MC 23 Status Register
MTU_MC23_RANGE  0xF0062708          MC 23 Range Register, single address mode
MTU_MC23_REVID  0xF006270C          MC 23 Revision ID Register
MTU_MC23_ECCS   0xF006270E          MC 23 ECC Safety Register
MTU_MC23_ECCD   0xF0062710          MC 23 Memory ECC Detection Register
MTU_MC23_ETRR0  0xF0062712          MC 23 Error Tracking Register 0
MTU_MC23_ETRR1  0xF0062714          MC 23 Error Tracking Register 1
MTU_MC23_ETRR2  0xF0062716          MC 23 Error Tracking Register 2
MTU_MC23_ETRR3  0xF0062718          MC 23 Error Tracking Register 3
MTU_MC23_ETRR4  0xF006271A          MC 23 Error Tracking Register 4
MTU_MC23_RDBFL0 0xF0062760          MC 23 Read Data and Bit Flip Register 0
MTU_MC23_RDBFL1 0xF0062762          MC 23 Read Data and Bit Flip Register 1
MTU_MC23_RDBFL2 0xF0062764          MC 23 Read Data and Bit Flip Register 2
MTU_MC23_RDBFL3 0xF0062766          MC 23 Read Data and Bit Flip Register 3
MTU_MC23_RDBFL4 0xF0062768          MC 23 Read Data and Bit Flip Register 4
MTU_MC23_RDBFL5 0xF006276A          MC 23 Read Data and Bit Flip Register 5
MTU_MC23_RDBFL6 0xF006276C          MC 23 Read Data and Bit Flip Register 6
MTU_MC23_RDBFL7 0xF006276E          MC 23 Read Data and Bit Flip Register 7
MTU_MC23_RDBFL8 0xF0062770          MC 23 Read Data and Bit Flip Register 8
MTU_MC23_RDBFL9 0xF0062772          MC 23 Read Data and Bit Flip Register 9
MTU_MC23_RDBFL10 0xF0062774          MC 23 Read Data and Bit Flip Register 10
MTU_MC23_RDBFL11 0xF0062776          MC 23 Read Data and Bit Flip Register 11
MTU_MC23_RDBFL12 0xF0062778          MC 23 Read Data and Bit Flip Register 12
MTU_MC23_RDBFL13 0xF006277A          MC 23 Read Data and Bit Flip Register 13
MTU_MC23_RDBFL14 0xF006277C          MC 23 Read Data and Bit Flip Register 14
MTU_MC23_RDBFL15 0xF006277E          MC 23 Read Data and Bit Flip Register 15
MTU_MC23_RDBFL16 0xF0062780          MC 23 Read Data and Bit Flip Register 16
MTU_MC23_RDBFL17 0xF0062782          MC 23 Read Data and Bit Flip Register 17
MTU_MC23_RDBFL18 0xF0062784          MC 23 Read Data and Bit Flip Register 18
MTU_MC23_RDBFL19 0xF0062786          MC 23 Read Data and Bit Flip Register 19
MTU_MC23_RDBFL20 0xF0062788          MC 23 Read Data and Bit Flip Register 20
MTU_MC23_RDBFL21 0xF006278A          MC 23 Read Data and Bit Flip Register 21
MTU_MC23_RDBFL22 0xF006278C          MC 23 Read Data and Bit Flip Register 22
MTU_MC23_RDBFL23 0xF006278E          MC 23 Read Data and Bit Flip Register 23
MTU_MC23_RDBFL24 0xF0062790          MC 23 Read Data and Bit Flip Register 24
MTU_MC23_RDBFL25 0xF0062792          MC 23 Read Data and Bit Flip Register 25
MTU_MC23_RDBFL26 0xF0062794          MC 23 Read Data and Bit Flip Register 26
MTU_MC23_RDBFL27 0xF0062796          MC 23 Read Data and Bit Flip Register 27
MTU_MC23_RDBFL28 0xF0062798          MC 23 Read Data and Bit Flip Register 28
MTU_MC23_RDBFL29 0xF006279A          MC 23 Read Data and Bit Flip Register 29
MTU_MC23_RDBFL30 0xF006279C          MC 23 Read Data and Bit Flip Register 30
MTU_MC23_RDBFL31 0xF006279E          MC 23 Read Data and Bit Flip Register 31
MTU_MC23_RDBFL32 0xF00627A0          MC 23 Read Data and Bit Flip Register 32
MTU_MC23_RDBFL33 0xF00627A2          MC 23 Read Data and Bit Flip Register 33
MTU_MC23_RDBFL34 0xF00627A4          MC 23 Read Data and Bit Flip Register 34
MTU_MC23_RDBFL35 0xF00627A6          MC 23 Read Data and Bit Flip Register 35
MTU_MC23_RDBFL36 0xF00627A8          MC 23 Read Data and Bit Flip Register 36
MTU_MC23_RDBFL37 0xF00627AA          MC 23 Read Data and Bit Flip Register 37
MTU_MC23_RDBFL38 0xF00627AC          MC 23 Read Data and Bit Flip Register 38
MTU_MC23_RDBFL39 0xF00627AE          MC 23 Read Data and Bit Flip Register 39
MTU_MC23_RDBFL40 0xF00627B0          MC 23 Read Data and Bit Flip Register 40
MTU_MC23_RDBFL41 0xF00627B2          MC 23 Read Data and Bit Flip Register 41
MTU_MC23_RDBFL42 0xF00627B4          MC 23 Read Data and Bit Flip Register 42
MTU_MC23_RDBFL43 0xF00627B6          MC 23 Read Data and Bit Flip Register 43
MTU_MC23_RDBFL44 0xF00627B8          MC 23 Read Data and Bit Flip Register 44
MTU_MC23_RDBFL45 0xF00627BA          MC 23 Read Data and Bit Flip Register 45
MTU_MC23_RDBFL46 0xF00627BC          MC 23 Read Data and Bit Flip Register 46
MTU_MC23_RDBFL47 0xF00627BE          MC 23 Read Data and Bit Flip Register 47
MTU_MC23_RDBFL48 0xF00627C0          MC 23 Read Data and Bit Flip Register 48
MTU_MC23_RDBFL49 0xF00627C2          MC 23 Read Data and Bit Flip Register 49
MTU_MC23_RDBFL50 0xF00627C4          MC 23 Read Data and Bit Flip Register 50
MTU_MC23_RDBFL51 0xF00627C6          MC 23 Read Data and Bit Flip Register 51
MTU_MC23_RDBFL52 0xF00627C8          MC 23 Read Data and Bit Flip Register 52
MTU_MC23_RDBFL53 0xF00627CA          MC 23 Read Data and Bit Flip Register 53
MTU_MC23_RDBFL54 0xF00627CC          MC 23 Read Data and Bit Flip Register 54
MTU_MC23_RDBFL55 0xF00627CE          MC 23 Read Data and Bit Flip Register 55
MTU_MC23_RDBFL56 0xF00627D0          MC 23 Read Data and Bit Flip Register 56
MTU_MC23_RDBFL57 0xF00627D2          MC 23 Read Data and Bit Flip Register 57
MTU_MC23_RDBFL58 0xF00627D4          MC 23 Read Data and Bit Flip Register 58
MTU_MC23_RDBFL59 0xF00627D6          MC 23 Read Data and Bit Flip Register 59
MTU_MC23_RDBFL60 0xF00627D8          MC 23 Read Data and Bit Flip Register 60
MTU_MC23_RDBFL61 0xF00627DA          MC 23 Read Data and Bit Flip Register 61
MTU_MC23_RDBFL62 0xF00627DC          MC 23 Read Data and Bit Flip Register 62
MTU_MC23_RDBFL63 0xF00627DE          MC 23 Read Data and Bit Flip Register 63
MTU_MC23_RDBFL64 0xF00627E0          MC 23 Read Data and Bit Flip Register 64
MTU_MC23_RDBFL65 0xF00627E2          MC 23 Read Data and Bit Flip Register 65
MTU_MC23_RDBFL66 0xF00627E4          MC 23 Read Data and Bit Flip Register 66
MTU_MC23_ALMSRCS 0xF00627EE          MC 23 Alarm Sources Configuration Register
MTU_MC23_FAULTSTS 0xF00627F0          MC 23 SSH Safety Faults Status Register
MTU_MC23_ERRINFO0 0xF00627F2          MC 23 Error Information Register 0
MTU_MC23_ERRINFO1 0xF00627F4          MC 23 Error Information Register 1
MTU_MC23_ERRINFO2 0xF00627F6          MC 23 Error Information Register 2
MTU_MC23_ERRINFO3 0xF00627F8          MC 23 Error Information Register 3
MTU_MC23_ERRINFO4 0xF00627FA          MC 23 Error Information Register 4
MTU_MC24_CONFIG0 0xF0062800          MC 24 Configuration Register 0
MTU_MC24_CONFIG1 0xF0062802          MC 24 Configuration Register 1
MTU_MC24_MCONTROL 0xF0062804          MC 24 MBIST Control Register
MTU_MC24_MSTATUS 0xF0062806          MC 24 Status Register
MTU_MC24_RANGE  0xF0062808          MC 24 Range Register, single address mode
MTU_MC24_REVID  0xF006280C          MC 24 Revision ID Register
MTU_MC24_ECCS   0xF006280E          MC 24 ECC Safety Register
MTU_MC24_ECCD   0xF0062810          MC 24 Memory ECC Detection Register
MTU_MC24_ETRR0  0xF0062812          MC 24 Error Tracking Register 0
MTU_MC24_ETRR1  0xF0062814          MC 24 Error Tracking Register 1
MTU_MC24_ETRR2  0xF0062816          MC 24 Error Tracking Register 2
MTU_MC24_ETRR3  0xF0062818          MC 24 Error Tracking Register 3
MTU_MC24_ETRR4  0xF006281A          MC 24 Error Tracking Register 4
MTU_MC24_RDBFL0 0xF0062860          MC 24 Read Data and Bit Flip Register 0
MTU_MC24_RDBFL1 0xF0062862          MC 24 Read Data and Bit Flip Register 1
MTU_MC24_RDBFL2 0xF0062864          MC 24 Read Data and Bit Flip Register 2
MTU_MC24_RDBFL3 0xF0062866          MC 24 Read Data and Bit Flip Register 3
MTU_MC24_RDBFL4 0xF0062868          MC 24 Read Data and Bit Flip Register 4
MTU_MC24_RDBFL5 0xF006286A          MC 24 Read Data and Bit Flip Register 5
MTU_MC24_RDBFL6 0xF006286C          MC 24 Read Data and Bit Flip Register 6
MTU_MC24_RDBFL7 0xF006286E          MC 24 Read Data and Bit Flip Register 7
MTU_MC24_RDBFL8 0xF0062870          MC 24 Read Data and Bit Flip Register 8
MTU_MC24_RDBFL9 0xF0062872          MC 24 Read Data and Bit Flip Register 9
MTU_MC24_RDBFL10 0xF0062874          MC 24 Read Data and Bit Flip Register 10
MTU_MC24_RDBFL11 0xF0062876          MC 24 Read Data and Bit Flip Register 11
MTU_MC24_RDBFL12 0xF0062878          MC 24 Read Data and Bit Flip Register 12
MTU_MC24_RDBFL13 0xF006287A          MC 24 Read Data and Bit Flip Register 13
MTU_MC24_RDBFL14 0xF006287C          MC 24 Read Data and Bit Flip Register 14
MTU_MC24_RDBFL15 0xF006287E          MC 24 Read Data and Bit Flip Register 15
MTU_MC24_RDBFL16 0xF0062880          MC 24 Read Data and Bit Flip Register 16
MTU_MC24_RDBFL17 0xF0062882          MC 24 Read Data and Bit Flip Register 17
MTU_MC24_RDBFL18 0xF0062884          MC 24 Read Data and Bit Flip Register 18
MTU_MC24_RDBFL19 0xF0062886          MC 24 Read Data and Bit Flip Register 19
MTU_MC24_RDBFL20 0xF0062888          MC 24 Read Data and Bit Flip Register 20
MTU_MC24_RDBFL21 0xF006288A          MC 24 Read Data and Bit Flip Register 21
MTU_MC24_RDBFL22 0xF006288C          MC 24 Read Data and Bit Flip Register 22
MTU_MC24_RDBFL23 0xF006288E          MC 24 Read Data and Bit Flip Register 23
MTU_MC24_RDBFL24 0xF0062890          MC 24 Read Data and Bit Flip Register 24
MTU_MC24_RDBFL25 0xF0062892          MC 24 Read Data and Bit Flip Register 25
MTU_MC24_RDBFL26 0xF0062894          MC 24 Read Data and Bit Flip Register 26
MTU_MC24_RDBFL27 0xF0062896          MC 24 Read Data and Bit Flip Register 27
MTU_MC24_RDBFL28 0xF0062898          MC 24 Read Data and Bit Flip Register 28
MTU_MC24_RDBFL29 0xF006289A          MC 24 Read Data and Bit Flip Register 29
MTU_MC24_RDBFL30 0xF006289C          MC 24 Read Data and Bit Flip Register 30
MTU_MC24_RDBFL31 0xF006289E          MC 24 Read Data and Bit Flip Register 31
MTU_MC24_RDBFL32 0xF00628A0          MC 24 Read Data and Bit Flip Register 32
MTU_MC24_RDBFL33 0xF00628A2          MC 24 Read Data and Bit Flip Register 33
MTU_MC24_RDBFL34 0xF00628A4          MC 24 Read Data and Bit Flip Register 34
MTU_MC24_RDBFL35 0xF00628A6          MC 24 Read Data and Bit Flip Register 35
MTU_MC24_RDBFL36 0xF00628A8          MC 24 Read Data and Bit Flip Register 36
MTU_MC24_RDBFL37 0xF00628AA          MC 24 Read Data and Bit Flip Register 37
MTU_MC24_RDBFL38 0xF00628AC          MC 24 Read Data and Bit Flip Register 38
MTU_MC24_RDBFL39 0xF00628AE          MC 24 Read Data and Bit Flip Register 39
MTU_MC24_RDBFL40 0xF00628B0          MC 24 Read Data and Bit Flip Register 40
MTU_MC24_RDBFL41 0xF00628B2          MC 24 Read Data and Bit Flip Register 41
MTU_MC24_RDBFL42 0xF00628B4          MC 24 Read Data and Bit Flip Register 42
MTU_MC24_RDBFL43 0xF00628B6          MC 24 Read Data and Bit Flip Register 43
MTU_MC24_RDBFL44 0xF00628B8          MC 24 Read Data and Bit Flip Register 44
MTU_MC24_RDBFL45 0xF00628BA          MC 24 Read Data and Bit Flip Register 45
MTU_MC24_RDBFL46 0xF00628BC          MC 24 Read Data and Bit Flip Register 46
MTU_MC24_RDBFL47 0xF00628BE          MC 24 Read Data and Bit Flip Register 47
MTU_MC24_RDBFL48 0xF00628C0          MC 24 Read Data and Bit Flip Register 48
MTU_MC24_RDBFL49 0xF00628C2          MC 24 Read Data and Bit Flip Register 49
MTU_MC24_RDBFL50 0xF00628C4          MC 24 Read Data and Bit Flip Register 50
MTU_MC24_RDBFL51 0xF00628C6          MC 24 Read Data and Bit Flip Register 51
MTU_MC24_RDBFL52 0xF00628C8          MC 24 Read Data and Bit Flip Register 52
MTU_MC24_RDBFL53 0xF00628CA          MC 24 Read Data and Bit Flip Register 53
MTU_MC24_RDBFL54 0xF00628CC          MC 24 Read Data and Bit Flip Register 54
MTU_MC24_RDBFL55 0xF00628CE          MC 24 Read Data and Bit Flip Register 55
MTU_MC24_RDBFL56 0xF00628D0          MC 24 Read Data and Bit Flip Register 56
MTU_MC24_RDBFL57 0xF00628D2          MC 24 Read Data and Bit Flip Register 57
MTU_MC24_RDBFL58 0xF00628D4          MC 24 Read Data and Bit Flip Register 58
MTU_MC24_RDBFL59 0xF00628D6          MC 24 Read Data and Bit Flip Register 59
MTU_MC24_RDBFL60 0xF00628D8          MC 24 Read Data and Bit Flip Register 60
MTU_MC24_RDBFL61 0xF00628DA          MC 24 Read Data and Bit Flip Register 61
MTU_MC24_RDBFL62 0xF00628DC          MC 24 Read Data and Bit Flip Register 62
MTU_MC24_RDBFL63 0xF00628DE          MC 24 Read Data and Bit Flip Register 63
MTU_MC24_RDBFL64 0xF00628E0          MC 24 Read Data and Bit Flip Register 64
MTU_MC24_RDBFL65 0xF00628E2          MC 24 Read Data and Bit Flip Register 65
MTU_MC24_RDBFL66 0xF00628E4          MC 24 Read Data and Bit Flip Register 66
MTU_MC24_ALMSRCS 0xF00628EE          MC 24 Alarm Sources Configuration Register
MTU_MC24_FAULTSTS 0xF00628F0          MC 24 SSH Safety Faults Status Register
MTU_MC24_ERRINFO0 0xF00628F2          MC 24 Error Information Register 0
MTU_MC24_ERRINFO1 0xF00628F4          MC 24 Error Information Register 1
MTU_MC24_ERRINFO2 0xF00628F6          MC 24 Error Information Register 2
MTU_MC24_ERRINFO3 0xF00628F8          MC 24 Error Information Register 3
MTU_MC24_ERRINFO4 0xF00628FA          MC 24 Error Information Register 4
MTU_MC25_CONFIG0 0xF0062900          MC 25 Configuration Register 0
MTU_MC25_CONFIG1 0xF0062902          MC 25 Configuration Register 1
MTU_MC25_MCONTROL 0xF0062904          MC 25 MBIST Control Register
MTU_MC25_MSTATUS 0xF0062906          MC 25 Status Register
MTU_MC25_RANGE  0xF0062908          MC 25 Range Register, single address mode
MTU_MC25_REVID  0xF006290C          MC 25 Revision ID Register
MTU_MC25_ECCS   0xF006290E          MC 25 ECC Safety Register
MTU_MC25_ECCD   0xF0062910          MC 25 Memory ECC Detection Register
MTU_MC25_ETRR0  0xF0062912          MC 25 Error Tracking Register 0
MTU_MC25_ETRR1  0xF0062914          MC 25 Error Tracking Register 1
MTU_MC25_ETRR2  0xF0062916          MC 25 Error Tracking Register 2
MTU_MC25_ETRR3  0xF0062918          MC 25 Error Tracking Register 3
MTU_MC25_ETRR4  0xF006291A          MC 25 Error Tracking Register 4
MTU_MC25_RDBFL0 0xF0062960          MC 25 Read Data and Bit Flip Register 0
MTU_MC25_RDBFL1 0xF0062962          MC 25 Read Data and Bit Flip Register 1
MTU_MC25_RDBFL2 0xF0062964          MC 25 Read Data and Bit Flip Register 2
MTU_MC25_RDBFL3 0xF0062966          MC 25 Read Data and Bit Flip Register 3
MTU_MC25_RDBFL4 0xF0062968          MC 25 Read Data and Bit Flip Register 4
MTU_MC25_RDBFL5 0xF006296A          MC 25 Read Data and Bit Flip Register 5
MTU_MC25_RDBFL6 0xF006296C          MC 25 Read Data and Bit Flip Register 6
MTU_MC25_RDBFL7 0xF006296E          MC 25 Read Data and Bit Flip Register 7
MTU_MC25_RDBFL8 0xF0062970          MC 25 Read Data and Bit Flip Register 8
MTU_MC25_RDBFL9 0xF0062972          MC 25 Read Data and Bit Flip Register 9
MTU_MC25_RDBFL10 0xF0062974          MC 25 Read Data and Bit Flip Register 10
MTU_MC25_RDBFL11 0xF0062976          MC 25 Read Data and Bit Flip Register 11
MTU_MC25_RDBFL12 0xF0062978          MC 25 Read Data and Bit Flip Register 12
MTU_MC25_RDBFL13 0xF006297A          MC 25 Read Data and Bit Flip Register 13
MTU_MC25_RDBFL14 0xF006297C          MC 25 Read Data and Bit Flip Register 14
MTU_MC25_RDBFL15 0xF006297E          MC 25 Read Data and Bit Flip Register 15
MTU_MC25_RDBFL16 0xF0062980          MC 25 Read Data and Bit Flip Register 16
MTU_MC25_RDBFL17 0xF0062982          MC 25 Read Data and Bit Flip Register 17
MTU_MC25_RDBFL18 0xF0062984          MC 25 Read Data and Bit Flip Register 18
MTU_MC25_RDBFL19 0xF0062986          MC 25 Read Data and Bit Flip Register 19
MTU_MC25_RDBFL20 0xF0062988          MC 25 Read Data and Bit Flip Register 20
MTU_MC25_RDBFL21 0xF006298A          MC 25 Read Data and Bit Flip Register 21
MTU_MC25_RDBFL22 0xF006298C          MC 25 Read Data and Bit Flip Register 22
MTU_MC25_RDBFL23 0xF006298E          MC 25 Read Data and Bit Flip Register 23
MTU_MC25_RDBFL24 0xF0062990          MC 25 Read Data and Bit Flip Register 24
MTU_MC25_RDBFL25 0xF0062992          MC 25 Read Data and Bit Flip Register 25
MTU_MC25_RDBFL26 0xF0062994          MC 25 Read Data and Bit Flip Register 26
MTU_MC25_RDBFL27 0xF0062996          MC 25 Read Data and Bit Flip Register 27
MTU_MC25_RDBFL28 0xF0062998          MC 25 Read Data and Bit Flip Register 28
MTU_MC25_RDBFL29 0xF006299A          MC 25 Read Data and Bit Flip Register 29
MTU_MC25_RDBFL30 0xF006299C          MC 25 Read Data and Bit Flip Register 30
MTU_MC25_RDBFL31 0xF006299E          MC 25 Read Data and Bit Flip Register 31
MTU_MC25_RDBFL32 0xF00629A0          MC 25 Read Data and Bit Flip Register 32
MTU_MC25_RDBFL33 0xF00629A2          MC 25 Read Data and Bit Flip Register 33
MTU_MC25_RDBFL34 0xF00629A4          MC 25 Read Data and Bit Flip Register 34
MTU_MC25_RDBFL35 0xF00629A6          MC 25 Read Data and Bit Flip Register 35
MTU_MC25_RDBFL36 0xF00629A8          MC 25 Read Data and Bit Flip Register 36
MTU_MC25_RDBFL37 0xF00629AA          MC 25 Read Data and Bit Flip Register 37
MTU_MC25_RDBFL38 0xF00629AC          MC 25 Read Data and Bit Flip Register 38
MTU_MC25_RDBFL39 0xF00629AE          MC 25 Read Data and Bit Flip Register 39
MTU_MC25_RDBFL40 0xF00629B0          MC 25 Read Data and Bit Flip Register 40
MTU_MC25_RDBFL41 0xF00629B2          MC 25 Read Data and Bit Flip Register 41
MTU_MC25_RDBFL42 0xF00629B4          MC 25 Read Data and Bit Flip Register 42
MTU_MC25_RDBFL43 0xF00629B6          MC 25 Read Data and Bit Flip Register 43
MTU_MC25_RDBFL44 0xF00629B8          MC 25 Read Data and Bit Flip Register 44
MTU_MC25_RDBFL45 0xF00629BA          MC 25 Read Data and Bit Flip Register 45
MTU_MC25_RDBFL46 0xF00629BC          MC 25 Read Data and Bit Flip Register 46
MTU_MC25_RDBFL47 0xF00629BE          MC 25 Read Data and Bit Flip Register 47
MTU_MC25_RDBFL48 0xF00629C0          MC 25 Read Data and Bit Flip Register 48
MTU_MC25_RDBFL49 0xF00629C2          MC 25 Read Data and Bit Flip Register 49
MTU_MC25_RDBFL50 0xF00629C4          MC 25 Read Data and Bit Flip Register 50
MTU_MC25_RDBFL51 0xF00629C6          MC 25 Read Data and Bit Flip Register 51
MTU_MC25_RDBFL52 0xF00629C8          MC 25 Read Data and Bit Flip Register 52
MTU_MC25_RDBFL53 0xF00629CA          MC 25 Read Data and Bit Flip Register 53
MTU_MC25_RDBFL54 0xF00629CC          MC 25 Read Data and Bit Flip Register 54
MTU_MC25_RDBFL55 0xF00629CE          MC 25 Read Data and Bit Flip Register 55
MTU_MC25_RDBFL56 0xF00629D0          MC 25 Read Data and Bit Flip Register 56
MTU_MC25_RDBFL57 0xF00629D2          MC 25 Read Data and Bit Flip Register 57
MTU_MC25_RDBFL58 0xF00629D4          MC 25 Read Data and Bit Flip Register 58
MTU_MC25_RDBFL59 0xF00629D6          MC 25 Read Data and Bit Flip Register 59
MTU_MC25_RDBFL60 0xF00629D8          MC 25 Read Data and Bit Flip Register 60
MTU_MC25_RDBFL61 0xF00629DA          MC 25 Read Data and Bit Flip Register 61
MTU_MC25_RDBFL62 0xF00629DC          MC 25 Read Data and Bit Flip Register 62
MTU_MC25_RDBFL63 0xF00629DE          MC 25 Read Data and Bit Flip Register 63
MTU_MC25_RDBFL64 0xF00629E0          MC 25 Read Data and Bit Flip Register 64
MTU_MC25_RDBFL65 0xF00629E2          MC 25 Read Data and Bit Flip Register 65
MTU_MC25_RDBFL66 0xF00629E4          MC 25 Read Data and Bit Flip Register 66
MTU_MC25_ALMSRCS 0xF00629EE          MC 25 Alarm Sources Configuration Register
MTU_MC25_FAULTSTS 0xF00629F0          MC 25 SSH Safety Faults Status Register
MTU_MC25_ERRINFO0 0xF00629F2          MC 25 Error Information Register 0
MTU_MC25_ERRINFO1 0xF00629F4          MC 25 Error Information Register 1
MTU_MC25_ERRINFO2 0xF00629F6          MC 25 Error Information Register 2
MTU_MC25_ERRINFO3 0xF00629F8          MC 25 Error Information Register 3
MTU_MC25_ERRINFO4 0xF00629FA          MC 25 Error Information Register 4
MTU_MC26_CONFIG0 0xF0062A00          MC 26 Configuration Register 0
MTU_MC26_CONFIG1 0xF0062A02          MC 26 Configuration Register 1
MTU_MC26_MCONTROL 0xF0062A04          MC 26 MBIST Control Register
MTU_MC26_MSTATUS 0xF0062A06          MC 26 Status Register
MTU_MC26_RANGE  0xF0062A08          MC 26 Range Register, single address mode
MTU_MC26_REVID  0xF0062A0C          MC 26 Revision ID Register
MTU_MC26_ECCS   0xF0062A0E          MC 26 ECC Safety Register
MTU_MC26_ECCD   0xF0062A10          MC 26 Memory ECC Detection Register
MTU_MC26_ETRR0  0xF0062A12          MC 26 Error Tracking Register 0
MTU_MC26_ETRR1  0xF0062A14          MC 26 Error Tracking Register 1
MTU_MC26_ETRR2  0xF0062A16          MC 26 Error Tracking Register 2
MTU_MC26_ETRR3  0xF0062A18          MC 26 Error Tracking Register 3
MTU_MC26_ETRR4  0xF0062A1A          MC 26 Error Tracking Register 4
MTU_MC26_RDBFL0 0xF0062A60          MC 26 Read Data and Bit Flip Register 0
MTU_MC26_RDBFL1 0xF0062A62          MC 26 Read Data and Bit Flip Register 1
MTU_MC26_RDBFL2 0xF0062A64          MC 26 Read Data and Bit Flip Register 2
MTU_MC26_RDBFL3 0xF0062A66          MC 26 Read Data and Bit Flip Register 3
MTU_MC26_RDBFL4 0xF0062A68          MC 26 Read Data and Bit Flip Register 4
MTU_MC26_RDBFL5 0xF0062A6A          MC 26 Read Data and Bit Flip Register 5
MTU_MC26_RDBFL6 0xF0062A6C          MC 26 Read Data and Bit Flip Register 6
MTU_MC26_RDBFL7 0xF0062A6E          MC 26 Read Data and Bit Flip Register 7
MTU_MC26_RDBFL8 0xF0062A70          MC 26 Read Data and Bit Flip Register 8
MTU_MC26_RDBFL9 0xF0062A72          MC 26 Read Data and Bit Flip Register 9
MTU_MC26_RDBFL10 0xF0062A74          MC 26 Read Data and Bit Flip Register 10
MTU_MC26_RDBFL11 0xF0062A76          MC 26 Read Data and Bit Flip Register 11
MTU_MC26_RDBFL12 0xF0062A78          MC 26 Read Data and Bit Flip Register 12
MTU_MC26_RDBFL13 0xF0062A7A          MC 26 Read Data and Bit Flip Register 13
MTU_MC26_RDBFL14 0xF0062A7C          MC 26 Read Data and Bit Flip Register 14
MTU_MC26_RDBFL15 0xF0062A7E          MC 26 Read Data and Bit Flip Register 15
MTU_MC26_RDBFL16 0xF0062A80          MC 26 Read Data and Bit Flip Register 16
MTU_MC26_RDBFL17 0xF0062A82          MC 26 Read Data and Bit Flip Register 17
MTU_MC26_RDBFL18 0xF0062A84          MC 26 Read Data and Bit Flip Register 18
MTU_MC26_RDBFL19 0xF0062A86          MC 26 Read Data and Bit Flip Register 19
MTU_MC26_RDBFL20 0xF0062A88          MC 26 Read Data and Bit Flip Register 20
MTU_MC26_RDBFL21 0xF0062A8A          MC 26 Read Data and Bit Flip Register 21
MTU_MC26_RDBFL22 0xF0062A8C          MC 26 Read Data and Bit Flip Register 22
MTU_MC26_RDBFL23 0xF0062A8E          MC 26 Read Data and Bit Flip Register 23
MTU_MC26_RDBFL24 0xF0062A90          MC 26 Read Data and Bit Flip Register 24
MTU_MC26_RDBFL25 0xF0062A92          MC 26 Read Data and Bit Flip Register 25
MTU_MC26_RDBFL26 0xF0062A94          MC 26 Read Data and Bit Flip Register 26
MTU_MC26_RDBFL27 0xF0062A96          MC 26 Read Data and Bit Flip Register 27
MTU_MC26_RDBFL28 0xF0062A98          MC 26 Read Data and Bit Flip Register 28
MTU_MC26_RDBFL29 0xF0062A9A          MC 26 Read Data and Bit Flip Register 29
MTU_MC26_RDBFL30 0xF0062A9C          MC 26 Read Data and Bit Flip Register 30
MTU_MC26_RDBFL31 0xF0062A9E          MC 26 Read Data and Bit Flip Register 31
MTU_MC26_RDBFL32 0xF0062AA0          MC 26 Read Data and Bit Flip Register 32
MTU_MC26_RDBFL33 0xF0062AA2          MC 26 Read Data and Bit Flip Register 33
MTU_MC26_RDBFL34 0xF0062AA4          MC 26 Read Data and Bit Flip Register 34
MTU_MC26_RDBFL35 0xF0062AA6          MC 26 Read Data and Bit Flip Register 35
MTU_MC26_RDBFL36 0xF0062AA8          MC 26 Read Data and Bit Flip Register 36
MTU_MC26_RDBFL37 0xF0062AAA          MC 26 Read Data and Bit Flip Register 37
MTU_MC26_RDBFL38 0xF0062AAC          MC 26 Read Data and Bit Flip Register 38
MTU_MC26_RDBFL39 0xF0062AAE          MC 26 Read Data and Bit Flip Register 39
MTU_MC26_RDBFL40 0xF0062AB0          MC 26 Read Data and Bit Flip Register 40
MTU_MC26_RDBFL41 0xF0062AB2          MC 26 Read Data and Bit Flip Register 41
MTU_MC26_RDBFL42 0xF0062AB4          MC 26 Read Data and Bit Flip Register 42
MTU_MC26_RDBFL43 0xF0062AB6          MC 26 Read Data and Bit Flip Register 43
MTU_MC26_RDBFL44 0xF0062AB8          MC 26 Read Data and Bit Flip Register 44
MTU_MC26_RDBFL45 0xF0062ABA          MC 26 Read Data and Bit Flip Register 45
MTU_MC26_RDBFL46 0xF0062ABC          MC 26 Read Data and Bit Flip Register 46
MTU_MC26_RDBFL47 0xF0062ABE          MC 26 Read Data and Bit Flip Register 47
MTU_MC26_RDBFL48 0xF0062AC0          MC 26 Read Data and Bit Flip Register 48
MTU_MC26_RDBFL49 0xF0062AC2          MC 26 Read Data and Bit Flip Register 49
MTU_MC26_RDBFL50 0xF0062AC4          MC 26 Read Data and Bit Flip Register 50
MTU_MC26_RDBFL51 0xF0062AC6          MC 26 Read Data and Bit Flip Register 51
MTU_MC26_RDBFL52 0xF0062AC8          MC 26 Read Data and Bit Flip Register 52
MTU_MC26_RDBFL53 0xF0062ACA          MC 26 Read Data and Bit Flip Register 53
MTU_MC26_RDBFL54 0xF0062ACC          MC 26 Read Data and Bit Flip Register 54
MTU_MC26_RDBFL55 0xF0062ACE          MC 26 Read Data and Bit Flip Register 55
MTU_MC26_RDBFL56 0xF0062AD0          MC 26 Read Data and Bit Flip Register 56
MTU_MC26_RDBFL57 0xF0062AD2          MC 26 Read Data and Bit Flip Register 57
MTU_MC26_RDBFL58 0xF0062AD4          MC 26 Read Data and Bit Flip Register 58
MTU_MC26_RDBFL59 0xF0062AD6          MC 26 Read Data and Bit Flip Register 59
MTU_MC26_RDBFL60 0xF0062AD8          MC 26 Read Data and Bit Flip Register 60
MTU_MC26_RDBFL61 0xF0062ADA          MC 26 Read Data and Bit Flip Register 61
MTU_MC26_RDBFL62 0xF0062ADC          MC 26 Read Data and Bit Flip Register 62
MTU_MC26_RDBFL63 0xF0062ADE          MC 26 Read Data and Bit Flip Register 63
MTU_MC26_RDBFL64 0xF0062AE0          MC 26 Read Data and Bit Flip Register 64
MTU_MC26_RDBFL65 0xF0062AE2          MC 26 Read Data and Bit Flip Register 65
MTU_MC26_RDBFL66 0xF0062AE4          MC 26 Read Data and Bit Flip Register 66
MTU_MC26_ALMSRCS 0xF0062AEE          MC 26 Alarm Sources Configuration Register
MTU_MC26_FAULTSTS 0xF0062AF0          MC 26 SSH Safety Faults Status Register
MTU_MC26_ERRINFO0 0xF0062AF2          MC 26 Error Information Register 0
MTU_MC26_ERRINFO1 0xF0062AF4          MC 26 Error Information Register 1
MTU_MC26_ERRINFO2 0xF0062AF6          MC 26 Error Information Register 2
MTU_MC26_ERRINFO3 0xF0062AF8          MC 26 Error Information Register 3
MTU_MC26_ERRINFO4 0xF0062AFA          MC 26 Error Information Register 4
MTU_MC27_CONFIG0 0xF0062B00          MC 27 Configuration Register 0
MTU_MC27_CONFIG1 0xF0062B02          MC 27 Configuration Register 1
MTU_MC27_MCONTROL 0xF0062B04          MC 27 MBIST Control Register
MTU_MC27_MSTATUS 0xF0062B06          MC 27 Status Register
MTU_MC27_RANGE  0xF0062B08          MC 27 Range Register, single address mode
MTU_MC27_REVID  0xF0062B0C          MC 27 Revision ID Register
MTU_MC27_ECCS   0xF0062B0E          MC 27 ECC Safety Register
MTU_MC27_ECCD   0xF0062B10          MC 27 Memory ECC Detection Register
MTU_MC27_ETRR0  0xF0062B12          MC 27 Error Tracking Register 0
MTU_MC27_ETRR1  0xF0062B14          MC 27 Error Tracking Register 1
MTU_MC27_ETRR2  0xF0062B16          MC 27 Error Tracking Register 2
MTU_MC27_ETRR3  0xF0062B18          MC 27 Error Tracking Register 3
MTU_MC27_ETRR4  0xF0062B1A          MC 27 Error Tracking Register 4
MTU_MC27_RDBFL0 0xF0062B60          MC 27 Read Data and Bit Flip Register 0
MTU_MC27_RDBFL1 0xF0062B62          MC 27 Read Data and Bit Flip Register 1
MTU_MC27_RDBFL2 0xF0062B64          MC 27 Read Data and Bit Flip Register 2
MTU_MC27_RDBFL3 0xF0062B66          MC 27 Read Data and Bit Flip Register 3
MTU_MC27_RDBFL4 0xF0062B68          MC 27 Read Data and Bit Flip Register 4
MTU_MC27_RDBFL5 0xF0062B6A          MC 27 Read Data and Bit Flip Register 5
MTU_MC27_RDBFL6 0xF0062B6C          MC 27 Read Data and Bit Flip Register 6
MTU_MC27_RDBFL7 0xF0062B6E          MC 27 Read Data and Bit Flip Register 7
MTU_MC27_RDBFL8 0xF0062B70          MC 27 Read Data and Bit Flip Register 8
MTU_MC27_RDBFL9 0xF0062B72          MC 27 Read Data and Bit Flip Register 9
MTU_MC27_RDBFL10 0xF0062B74          MC 27 Read Data and Bit Flip Register 10
MTU_MC27_RDBFL11 0xF0062B76          MC 27 Read Data and Bit Flip Register 11
MTU_MC27_RDBFL12 0xF0062B78          MC 27 Read Data and Bit Flip Register 12
MTU_MC27_RDBFL13 0xF0062B7A          MC 27 Read Data and Bit Flip Register 13
MTU_MC27_RDBFL14 0xF0062B7C          MC 27 Read Data and Bit Flip Register 14
MTU_MC27_RDBFL15 0xF0062B7E          MC 27 Read Data and Bit Flip Register 15
MTU_MC27_RDBFL16 0xF0062B80          MC 27 Read Data and Bit Flip Register 16
MTU_MC27_RDBFL17 0xF0062B82          MC 27 Read Data and Bit Flip Register 17
MTU_MC27_RDBFL18 0xF0062B84          MC 27 Read Data and Bit Flip Register 18
MTU_MC27_RDBFL19 0xF0062B86          MC 27 Read Data and Bit Flip Register 19
MTU_MC27_RDBFL20 0xF0062B88          MC 27 Read Data and Bit Flip Register 20
MTU_MC27_RDBFL21 0xF0062B8A          MC 27 Read Data and Bit Flip Register 21
MTU_MC27_RDBFL22 0xF0062B8C          MC 27 Read Data and Bit Flip Register 22
MTU_MC27_RDBFL23 0xF0062B8E          MC 27 Read Data and Bit Flip Register 23
MTU_MC27_RDBFL24 0xF0062B90          MC 27 Read Data and Bit Flip Register 24
MTU_MC27_RDBFL25 0xF0062B92          MC 27 Read Data and Bit Flip Register 25
MTU_MC27_RDBFL26 0xF0062B94          MC 27 Read Data and Bit Flip Register 26
MTU_MC27_RDBFL27 0xF0062B96          MC 27 Read Data and Bit Flip Register 27
MTU_MC27_RDBFL28 0xF0062B98          MC 27 Read Data and Bit Flip Register 28
MTU_MC27_RDBFL29 0xF0062B9A          MC 27 Read Data and Bit Flip Register 29
MTU_MC27_RDBFL30 0xF0062B9C          MC 27 Read Data and Bit Flip Register 30
MTU_MC27_RDBFL31 0xF0062B9E          MC 27 Read Data and Bit Flip Register 31
MTU_MC27_RDBFL32 0xF0062BA0          MC 27 Read Data and Bit Flip Register 32
MTU_MC27_RDBFL33 0xF0062BA2          MC 27 Read Data and Bit Flip Register 33
MTU_MC27_RDBFL34 0xF0062BA4          MC 27 Read Data and Bit Flip Register 34
MTU_MC27_RDBFL35 0xF0062BA6          MC 27 Read Data and Bit Flip Register 35
MTU_MC27_RDBFL36 0xF0062BA8          MC 27 Read Data and Bit Flip Register 36
MTU_MC27_RDBFL37 0xF0062BAA          MC 27 Read Data and Bit Flip Register 37
MTU_MC27_RDBFL38 0xF0062BAC          MC 27 Read Data and Bit Flip Register 38
MTU_MC27_RDBFL39 0xF0062BAE          MC 27 Read Data and Bit Flip Register 39
MTU_MC27_RDBFL40 0xF0062BB0          MC 27 Read Data and Bit Flip Register 40
MTU_MC27_RDBFL41 0xF0062BB2          MC 27 Read Data and Bit Flip Register 41
MTU_MC27_RDBFL42 0xF0062BB4          MC 27 Read Data and Bit Flip Register 42
MTU_MC27_RDBFL43 0xF0062BB6          MC 27 Read Data and Bit Flip Register 43
MTU_MC27_RDBFL44 0xF0062BB8          MC 27 Read Data and Bit Flip Register 44
MTU_MC27_RDBFL45 0xF0062BBA          MC 27 Read Data and Bit Flip Register 45
MTU_MC27_RDBFL46 0xF0062BBC          MC 27 Read Data and Bit Flip Register 46
MTU_MC27_RDBFL47 0xF0062BBE          MC 27 Read Data and Bit Flip Register 47
MTU_MC27_RDBFL48 0xF0062BC0          MC 27 Read Data and Bit Flip Register 48
MTU_MC27_RDBFL49 0xF0062BC2          MC 27 Read Data and Bit Flip Register 49
MTU_MC27_RDBFL50 0xF0062BC4          MC 27 Read Data and Bit Flip Register 50
MTU_MC27_RDBFL51 0xF0062BC6          MC 27 Read Data and Bit Flip Register 51
MTU_MC27_RDBFL52 0xF0062BC8          MC 27 Read Data and Bit Flip Register 52
MTU_MC27_RDBFL53 0xF0062BCA          MC 27 Read Data and Bit Flip Register 53
MTU_MC27_RDBFL54 0xF0062BCC          MC 27 Read Data and Bit Flip Register 54
MTU_MC27_RDBFL55 0xF0062BCE          MC 27 Read Data and Bit Flip Register 55
MTU_MC27_RDBFL56 0xF0062BD0          MC 27 Read Data and Bit Flip Register 56
MTU_MC27_RDBFL57 0xF0062BD2          MC 27 Read Data and Bit Flip Register 57
MTU_MC27_RDBFL58 0xF0062BD4          MC 27 Read Data and Bit Flip Register 58
MTU_MC27_RDBFL59 0xF0062BD6          MC 27 Read Data and Bit Flip Register 59
MTU_MC27_RDBFL60 0xF0062BD8          MC 27 Read Data and Bit Flip Register 60
MTU_MC27_RDBFL61 0xF0062BDA          MC 27 Read Data and Bit Flip Register 61
MTU_MC27_RDBFL62 0xF0062BDC          MC 27 Read Data and Bit Flip Register 62
MTU_MC27_RDBFL63 0xF0062BDE          MC 27 Read Data and Bit Flip Register 63
MTU_MC27_RDBFL64 0xF0062BE0          MC 27 Read Data and Bit Flip Register 64
MTU_MC27_RDBFL65 0xF0062BE2          MC 27 Read Data and Bit Flip Register 65
MTU_MC27_RDBFL66 0xF0062BE4          MC 27 Read Data and Bit Flip Register 66
MTU_MC27_ALMSRCS 0xF0062BEE          MC 27 Alarm Sources Configuration Register
MTU_MC27_FAULTSTS 0xF0062BF0          MC 27 SSH Safety Faults Status Register
MTU_MC27_ERRINFO0 0xF0062BF2          MC 27 Error Information Register 0
MTU_MC27_ERRINFO1 0xF0062BF4          MC 27 Error Information Register 1
MTU_MC27_ERRINFO2 0xF0062BF6          MC 27 Error Information Register 2
MTU_MC27_ERRINFO3 0xF0062BF8          MC 27 Error Information Register 3
MTU_MC27_ERRINFO4 0xF0062BFA          MC 27 Error Information Register 4
MTU_MC28_CONFIG0 0xF0062C00          MC 28 Configuration Register 0
MTU_MC28_CONFIG1 0xF0062C02          MC 28 Configuration Register 1
MTU_MC28_MCONTROL 0xF0062C04          MC 28 MBIST Control Register
MTU_MC28_MSTATUS 0xF0062C06          MC 28 Status Register
MTU_MC28_RANGE  0xF0062C08          MC 28 Range Register, single address mode
MTU_MC28_REVID  0xF0062C0C          MC 28 Revision ID Register
MTU_MC28_ECCS   0xF0062C0E          MC 28 ECC Safety Register
MTU_MC28_ECCD   0xF0062C10          MC 28 Memory ECC Detection Register
MTU_MC28_ETRR0  0xF0062C12          MC 28 Error Tracking Register 0
MTU_MC28_ETRR1  0xF0062C14          MC 28 Error Tracking Register 1
MTU_MC28_ETRR2  0xF0062C16          MC 28 Error Tracking Register 2
MTU_MC28_ETRR3  0xF0062C18          MC 28 Error Tracking Register 3
MTU_MC28_ETRR4  0xF0062C1A          MC 28 Error Tracking Register 4
MTU_MC28_RDBFL0 0xF0062C60          MC 28 Read Data and Bit Flip Register 0
MTU_MC28_RDBFL1 0xF0062C62          MC 28 Read Data and Bit Flip Register 1
MTU_MC28_RDBFL2 0xF0062C64          MC 28 Read Data and Bit Flip Register 2
MTU_MC28_RDBFL3 0xF0062C66          MC 28 Read Data and Bit Flip Register 3
MTU_MC28_RDBFL4 0xF0062C68          MC 28 Read Data and Bit Flip Register 4
MTU_MC28_RDBFL5 0xF0062C6A          MC 28 Read Data and Bit Flip Register 5
MTU_MC28_RDBFL6 0xF0062C6C          MC 28 Read Data and Bit Flip Register 6
MTU_MC28_RDBFL7 0xF0062C6E          MC 28 Read Data and Bit Flip Register 7
MTU_MC28_RDBFL8 0xF0062C70          MC 28 Read Data and Bit Flip Register 8
MTU_MC28_RDBFL9 0xF0062C72          MC 28 Read Data and Bit Flip Register 9
MTU_MC28_RDBFL10 0xF0062C74          MC 28 Read Data and Bit Flip Register 10
MTU_MC28_RDBFL11 0xF0062C76          MC 28 Read Data and Bit Flip Register 11
MTU_MC28_RDBFL12 0xF0062C78          MC 28 Read Data and Bit Flip Register 12
MTU_MC28_RDBFL13 0xF0062C7A          MC 28 Read Data and Bit Flip Register 13
MTU_MC28_RDBFL14 0xF0062C7C          MC 28 Read Data and Bit Flip Register 14
MTU_MC28_RDBFL15 0xF0062C7E          MC 28 Read Data and Bit Flip Register 15
MTU_MC28_RDBFL16 0xF0062C80          MC 28 Read Data and Bit Flip Register 16
MTU_MC28_RDBFL17 0xF0062C82          MC 28 Read Data and Bit Flip Register 17
MTU_MC28_RDBFL18 0xF0062C84          MC 28 Read Data and Bit Flip Register 18
MTU_MC28_RDBFL19 0xF0062C86          MC 28 Read Data and Bit Flip Register 19
MTU_MC28_RDBFL20 0xF0062C88          MC 28 Read Data and Bit Flip Register 20
MTU_MC28_RDBFL21 0xF0062C8A          MC 28 Read Data and Bit Flip Register 21
MTU_MC28_RDBFL22 0xF0062C8C          MC 28 Read Data and Bit Flip Register 22
MTU_MC28_RDBFL23 0xF0062C8E          MC 28 Read Data and Bit Flip Register 23
MTU_MC28_RDBFL24 0xF0062C90          MC 28 Read Data and Bit Flip Register 24
MTU_MC28_RDBFL25 0xF0062C92          MC 28 Read Data and Bit Flip Register 25
MTU_MC28_RDBFL26 0xF0062C94          MC 28 Read Data and Bit Flip Register 26
MTU_MC28_RDBFL27 0xF0062C96          MC 28 Read Data and Bit Flip Register 27
MTU_MC28_RDBFL28 0xF0062C98          MC 28 Read Data and Bit Flip Register 28
MTU_MC28_RDBFL29 0xF0062C9A          MC 28 Read Data and Bit Flip Register 29
MTU_MC28_RDBFL30 0xF0062C9C          MC 28 Read Data and Bit Flip Register 30
MTU_MC28_RDBFL31 0xF0062C9E          MC 28 Read Data and Bit Flip Register 31
MTU_MC28_RDBFL32 0xF0062CA0          MC 28 Read Data and Bit Flip Register 32
MTU_MC28_RDBFL33 0xF0062CA2          MC 28 Read Data and Bit Flip Register 33
MTU_MC28_RDBFL34 0xF0062CA4          MC 28 Read Data and Bit Flip Register 34
MTU_MC28_RDBFL35 0xF0062CA6          MC 28 Read Data and Bit Flip Register 35
MTU_MC28_RDBFL36 0xF0062CA8          MC 28 Read Data and Bit Flip Register 36
MTU_MC28_RDBFL37 0xF0062CAA          MC 28 Read Data and Bit Flip Register 37
MTU_MC28_RDBFL38 0xF0062CAC          MC 28 Read Data and Bit Flip Register 38
MTU_MC28_RDBFL39 0xF0062CAE          MC 28 Read Data and Bit Flip Register 39
MTU_MC28_RDBFL40 0xF0062CB0          MC 28 Read Data and Bit Flip Register 40
MTU_MC28_RDBFL41 0xF0062CB2          MC 28 Read Data and Bit Flip Register 41
MTU_MC28_RDBFL42 0xF0062CB4          MC 28 Read Data and Bit Flip Register 42
MTU_MC28_RDBFL43 0xF0062CB6          MC 28 Read Data and Bit Flip Register 43
MTU_MC28_RDBFL44 0xF0062CB8          MC 28 Read Data and Bit Flip Register 44
MTU_MC28_RDBFL45 0xF0062CBA          MC 28 Read Data and Bit Flip Register 45
MTU_MC28_RDBFL46 0xF0062CBC          MC 28 Read Data and Bit Flip Register 46
MTU_MC28_RDBFL47 0xF0062CBE          MC 28 Read Data and Bit Flip Register 47
MTU_MC28_RDBFL48 0xF0062CC0          MC 28 Read Data and Bit Flip Register 48
MTU_MC28_RDBFL49 0xF0062CC2          MC 28 Read Data and Bit Flip Register 49
MTU_MC28_RDBFL50 0xF0062CC4          MC 28 Read Data and Bit Flip Register 50
MTU_MC28_RDBFL51 0xF0062CC6          MC 28 Read Data and Bit Flip Register 51
MTU_MC28_RDBFL52 0xF0062CC8          MC 28 Read Data and Bit Flip Register 52
MTU_MC28_RDBFL53 0xF0062CCA          MC 28 Read Data and Bit Flip Register 53
MTU_MC28_RDBFL54 0xF0062CCC          MC 28 Read Data and Bit Flip Register 54
MTU_MC28_RDBFL55 0xF0062CCE          MC 28 Read Data and Bit Flip Register 55
MTU_MC28_RDBFL56 0xF0062CD0          MC 28 Read Data and Bit Flip Register 56
MTU_MC28_RDBFL57 0xF0062CD2          MC 28 Read Data and Bit Flip Register 57
MTU_MC28_RDBFL58 0xF0062CD4          MC 28 Read Data and Bit Flip Register 58
MTU_MC28_RDBFL59 0xF0062CD6          MC 28 Read Data and Bit Flip Register 59
MTU_MC28_RDBFL60 0xF0062CD8          MC 28 Read Data and Bit Flip Register 60
MTU_MC28_RDBFL61 0xF0062CDA          MC 28 Read Data and Bit Flip Register 61
MTU_MC28_RDBFL62 0xF0062CDC          MC 28 Read Data and Bit Flip Register 62
MTU_MC28_RDBFL63 0xF0062CDE          MC 28 Read Data and Bit Flip Register 63
MTU_MC28_RDBFL64 0xF0062CE0          MC 28 Read Data and Bit Flip Register 64
MTU_MC28_RDBFL65 0xF0062CE2          MC 28 Read Data and Bit Flip Register 65
MTU_MC28_RDBFL66 0xF0062CE4          MC 28 Read Data and Bit Flip Register 66
MTU_MC28_ALMSRCS 0xF0062CEE          MC 28 Alarm Sources Configuration Register
MTU_MC28_FAULTSTS 0xF0062CF0          MC 28 SSH Safety Faults Status Register
MTU_MC28_ERRINFO0 0xF0062CF2          MC 28 Error Information Register 0
MTU_MC28_ERRINFO1 0xF0062CF4          MC 28 Error Information Register 1
MTU_MC28_ERRINFO2 0xF0062CF6          MC 28 Error Information Register 2
MTU_MC28_ERRINFO3 0xF0062CF8          MC 28 Error Information Register 3
MTU_MC28_ERRINFO4 0xF0062CFA          MC 28 Error Information Register 4
MTU_MC29_CONFIG0 0xF0062D00          MC 29 Configuration Register 0
MTU_MC29_CONFIG1 0xF0062D02          MC 29 Configuration Register 1
MTU_MC29_MCONTROL 0xF0062D04          MC 29 MBIST Control Register
MTU_MC29_MSTATUS 0xF0062D06          MC 29 Status Register
MTU_MC29_RANGE  0xF0062D08          MC 29 Range Register, single address mode
MTU_MC29_REVID  0xF0062D0C          MC 29 Revision ID Register
MTU_MC29_ECCS   0xF0062D0E          MC 29 ECC Safety Register
MTU_MC29_ECCD   0xF0062D10          MC 29 Memory ECC Detection Register
MTU_MC29_ETRR0  0xF0062D12          MC 29 Error Tracking Register 0
MTU_MC29_ETRR1  0xF0062D14          MC 29 Error Tracking Register 1
MTU_MC29_ETRR2  0xF0062D16          MC 29 Error Tracking Register 2
MTU_MC29_ETRR3  0xF0062D18          MC 29 Error Tracking Register 3
MTU_MC29_ETRR4  0xF0062D1A          MC 29 Error Tracking Register 4
MTU_MC29_RDBFL0 0xF0062D60          MC 29 Read Data and Bit Flip Register 0
MTU_MC29_RDBFL1 0xF0062D62          MC 29 Read Data and Bit Flip Register 1
MTU_MC29_RDBFL2 0xF0062D64          MC 29 Read Data and Bit Flip Register 2
MTU_MC29_RDBFL3 0xF0062D66          MC 29 Read Data and Bit Flip Register 3
MTU_MC29_RDBFL4 0xF0062D68          MC 29 Read Data and Bit Flip Register 4
MTU_MC29_RDBFL5 0xF0062D6A          MC 29 Read Data and Bit Flip Register 5
MTU_MC29_RDBFL6 0xF0062D6C          MC 29 Read Data and Bit Flip Register 6
MTU_MC29_RDBFL7 0xF0062D6E          MC 29 Read Data and Bit Flip Register 7
MTU_MC29_RDBFL8 0xF0062D70          MC 29 Read Data and Bit Flip Register 8
MTU_MC29_RDBFL9 0xF0062D72          MC 29 Read Data and Bit Flip Register 9
MTU_MC29_RDBFL10 0xF0062D74          MC 29 Read Data and Bit Flip Register 10
MTU_MC29_RDBFL11 0xF0062D76          MC 29 Read Data and Bit Flip Register 11
MTU_MC29_RDBFL12 0xF0062D78          MC 29 Read Data and Bit Flip Register 12
MTU_MC29_RDBFL13 0xF0062D7A          MC 29 Read Data and Bit Flip Register 13
MTU_MC29_RDBFL14 0xF0062D7C          MC 29 Read Data and Bit Flip Register 14
MTU_MC29_RDBFL15 0xF0062D7E          MC 29 Read Data and Bit Flip Register 15
MTU_MC29_RDBFL16 0xF0062D80          MC 29 Read Data and Bit Flip Register 16
MTU_MC29_RDBFL17 0xF0062D82          MC 29 Read Data and Bit Flip Register 17
MTU_MC29_RDBFL18 0xF0062D84          MC 29 Read Data and Bit Flip Register 18
MTU_MC29_RDBFL19 0xF0062D86          MC 29 Read Data and Bit Flip Register 19
MTU_MC29_RDBFL20 0xF0062D88          MC 29 Read Data and Bit Flip Register 20
MTU_MC29_RDBFL21 0xF0062D8A          MC 29 Read Data and Bit Flip Register 21
MTU_MC29_RDBFL22 0xF0062D8C          MC 29 Read Data and Bit Flip Register 22
MTU_MC29_RDBFL23 0xF0062D8E          MC 29 Read Data and Bit Flip Register 23
MTU_MC29_RDBFL24 0xF0062D90          MC 29 Read Data and Bit Flip Register 24
MTU_MC29_RDBFL25 0xF0062D92          MC 29 Read Data and Bit Flip Register 25
MTU_MC29_RDBFL26 0xF0062D94          MC 29 Read Data and Bit Flip Register 26
MTU_MC29_RDBFL27 0xF0062D96          MC 29 Read Data and Bit Flip Register 27
MTU_MC29_RDBFL28 0xF0062D98          MC 29 Read Data and Bit Flip Register 28
MTU_MC29_RDBFL29 0xF0062D9A          MC 29 Read Data and Bit Flip Register 29
MTU_MC29_RDBFL30 0xF0062D9C          MC 29 Read Data and Bit Flip Register 30
MTU_MC29_RDBFL31 0xF0062D9E          MC 29 Read Data and Bit Flip Register 31
MTU_MC29_RDBFL32 0xF0062DA0          MC 29 Read Data and Bit Flip Register 32
MTU_MC29_RDBFL33 0xF0062DA2          MC 29 Read Data and Bit Flip Register 33
MTU_MC29_RDBFL34 0xF0062DA4          MC 29 Read Data and Bit Flip Register 34
MTU_MC29_RDBFL35 0xF0062DA6          MC 29 Read Data and Bit Flip Register 35
MTU_MC29_RDBFL36 0xF0062DA8          MC 29 Read Data and Bit Flip Register 36
MTU_MC29_RDBFL37 0xF0062DAA          MC 29 Read Data and Bit Flip Register 37
MTU_MC29_RDBFL38 0xF0062DAC          MC 29 Read Data and Bit Flip Register 38
MTU_MC29_RDBFL39 0xF0062DAE          MC 29 Read Data and Bit Flip Register 39
MTU_MC29_RDBFL40 0xF0062DB0          MC 29 Read Data and Bit Flip Register 40
MTU_MC29_RDBFL41 0xF0062DB2          MC 29 Read Data and Bit Flip Register 41
MTU_MC29_RDBFL42 0xF0062DB4          MC 29 Read Data and Bit Flip Register 42
MTU_MC29_RDBFL43 0xF0062DB6          MC 29 Read Data and Bit Flip Register 43
MTU_MC29_RDBFL44 0xF0062DB8          MC 29 Read Data and Bit Flip Register 44
MTU_MC29_RDBFL45 0xF0062DBA          MC 29 Read Data and Bit Flip Register 45
MTU_MC29_RDBFL46 0xF0062DBC          MC 29 Read Data and Bit Flip Register 46
MTU_MC29_RDBFL47 0xF0062DBE          MC 29 Read Data and Bit Flip Register 47
MTU_MC29_RDBFL48 0xF0062DC0          MC 29 Read Data and Bit Flip Register 48
MTU_MC29_RDBFL49 0xF0062DC2          MC 29 Read Data and Bit Flip Register 49
MTU_MC29_RDBFL50 0xF0062DC4          MC 29 Read Data and Bit Flip Register 50
MTU_MC29_RDBFL51 0xF0062DC6          MC 29 Read Data and Bit Flip Register 51
MTU_MC29_RDBFL52 0xF0062DC8          MC 29 Read Data and Bit Flip Register 52
MTU_MC29_RDBFL53 0xF0062DCA          MC 29 Read Data and Bit Flip Register 53
MTU_MC29_RDBFL54 0xF0062DCC          MC 29 Read Data and Bit Flip Register 54
MTU_MC29_RDBFL55 0xF0062DCE          MC 29 Read Data and Bit Flip Register 55
MTU_MC29_RDBFL56 0xF0062DD0          MC 29 Read Data and Bit Flip Register 56
MTU_MC29_RDBFL57 0xF0062DD2          MC 29 Read Data and Bit Flip Register 57
MTU_MC29_RDBFL58 0xF0062DD4          MC 29 Read Data and Bit Flip Register 58
MTU_MC29_RDBFL59 0xF0062DD6          MC 29 Read Data and Bit Flip Register 59
MTU_MC29_RDBFL60 0xF0062DD8          MC 29 Read Data and Bit Flip Register 60
MTU_MC29_RDBFL61 0xF0062DDA          MC 29 Read Data and Bit Flip Register 61
MTU_MC29_RDBFL62 0xF0062DDC          MC 29 Read Data and Bit Flip Register 62
MTU_MC29_RDBFL63 0xF0062DDE          MC 29 Read Data and Bit Flip Register 63
MTU_MC29_RDBFL64 0xF0062DE0          MC 29 Read Data and Bit Flip Register 64
MTU_MC29_RDBFL65 0xF0062DE2          MC 29 Read Data and Bit Flip Register 65
MTU_MC29_RDBFL66 0xF0062DE4          MC 29 Read Data and Bit Flip Register 66
MTU_MC29_ALMSRCS 0xF0062DEE          MC 29 Alarm Sources Configuration Register
MTU_MC29_FAULTSTS 0xF0062DF0          MC 29 SSH Safety Faults Status Register
MTU_MC29_ERRINFO0 0xF0062DF2          MC 29 Error Information Register 0
MTU_MC29_ERRINFO1 0xF0062DF4          MC 29 Error Information Register 1
MTU_MC29_ERRINFO2 0xF0062DF6          MC 29 Error Information Register 2
MTU_MC29_ERRINFO3 0xF0062DF8          MC 29 Error Information Register 3
MTU_MC29_ERRINFO4 0xF0062DFA          MC 29 Error Information Register 4
MTU_MC30_CONFIG0 0xF0062E00          MC 30 Configuration Register 0
MTU_MC30_CONFIG1 0xF0062E02          MC 30 Configuration Register 1
MTU_MC30_MCONTROL 0xF0062E04          MC 30 MBIST Control Register
MTU_MC30_MSTATUS 0xF0062E06          MC 30 Status Register
MTU_MC30_RANGE  0xF0062E08          MC 30 Range Register, single address mode
MTU_MC30_REVID  0xF0062E0C          MC 30 Revision ID Register
MTU_MC30_ECCS   0xF0062E0E          MC 30 ECC Safety Register
MTU_MC30_ECCD   0xF0062E10          MC 30 Memory ECC Detection Register
MTU_MC30_ETRR0  0xF0062E12          MC 30 Error Tracking Register 0
MTU_MC30_ETRR1  0xF0062E14          MC 30 Error Tracking Register 1
MTU_MC30_ETRR2  0xF0062E16          MC 30 Error Tracking Register 2
MTU_MC30_ETRR3  0xF0062E18          MC 30 Error Tracking Register 3
MTU_MC30_ETRR4  0xF0062E1A          MC 30 Error Tracking Register 4
MTU_MC30_RDBFL0 0xF0062E60          MC 30 Read Data and Bit Flip Register 0
MTU_MC30_RDBFL1 0xF0062E62          MC 30 Read Data and Bit Flip Register 1
MTU_MC30_RDBFL2 0xF0062E64          MC 30 Read Data and Bit Flip Register 2
MTU_MC30_RDBFL3 0xF0062E66          MC 30 Read Data and Bit Flip Register 3
MTU_MC30_RDBFL4 0xF0062E68          MC 30 Read Data and Bit Flip Register 4
MTU_MC30_RDBFL5 0xF0062E6A          MC 30 Read Data and Bit Flip Register 5
MTU_MC30_RDBFL6 0xF0062E6C          MC 30 Read Data and Bit Flip Register 6
MTU_MC30_RDBFL7 0xF0062E6E          MC 30 Read Data and Bit Flip Register 7
MTU_MC30_RDBFL8 0xF0062E70          MC 30 Read Data and Bit Flip Register 8
MTU_MC30_RDBFL9 0xF0062E72          MC 30 Read Data and Bit Flip Register 9
MTU_MC30_RDBFL10 0xF0062E74          MC 30 Read Data and Bit Flip Register 10
MTU_MC30_RDBFL11 0xF0062E76          MC 30 Read Data and Bit Flip Register 11
MTU_MC30_RDBFL12 0xF0062E78          MC 30 Read Data and Bit Flip Register 12
MTU_MC30_RDBFL13 0xF0062E7A          MC 30 Read Data and Bit Flip Register 13
MTU_MC30_RDBFL14 0xF0062E7C          MC 30 Read Data and Bit Flip Register 14
MTU_MC30_RDBFL15 0xF0062E7E          MC 30 Read Data and Bit Flip Register 15
MTU_MC30_RDBFL16 0xF0062E80          MC 30 Read Data and Bit Flip Register 16
MTU_MC30_RDBFL17 0xF0062E82          MC 30 Read Data and Bit Flip Register 17
MTU_MC30_RDBFL18 0xF0062E84          MC 30 Read Data and Bit Flip Register 18
MTU_MC30_RDBFL19 0xF0062E86          MC 30 Read Data and Bit Flip Register 19
MTU_MC30_RDBFL20 0xF0062E88          MC 30 Read Data and Bit Flip Register 20
MTU_MC30_RDBFL21 0xF0062E8A          MC 30 Read Data and Bit Flip Register 21
MTU_MC30_RDBFL22 0xF0062E8C          MC 30 Read Data and Bit Flip Register 22
MTU_MC30_RDBFL23 0xF0062E8E          MC 30 Read Data and Bit Flip Register 23
MTU_MC30_RDBFL24 0xF0062E90          MC 30 Read Data and Bit Flip Register 24
MTU_MC30_RDBFL25 0xF0062E92          MC 30 Read Data and Bit Flip Register 25
MTU_MC30_RDBFL26 0xF0062E94          MC 30 Read Data and Bit Flip Register 26
MTU_MC30_RDBFL27 0xF0062E96          MC 30 Read Data and Bit Flip Register 27
MTU_MC30_RDBFL28 0xF0062E98          MC 30 Read Data and Bit Flip Register 28
MTU_MC30_RDBFL29 0xF0062E9A          MC 30 Read Data and Bit Flip Register 29
MTU_MC30_RDBFL30 0xF0062E9C          MC 30 Read Data and Bit Flip Register 30
MTU_MC30_RDBFL31 0xF0062E9E          MC 30 Read Data and Bit Flip Register 31
MTU_MC30_RDBFL32 0xF0062EA0          MC 30 Read Data and Bit Flip Register 32
MTU_MC30_RDBFL33 0xF0062EA2          MC 30 Read Data and Bit Flip Register 33
MTU_MC30_RDBFL34 0xF0062EA4          MC 30 Read Data and Bit Flip Register 34
MTU_MC30_RDBFL35 0xF0062EA6          MC 30 Read Data and Bit Flip Register 35
MTU_MC30_RDBFL36 0xF0062EA8          MC 30 Read Data and Bit Flip Register 36
MTU_MC30_RDBFL37 0xF0062EAA          MC 30 Read Data and Bit Flip Register 37
MTU_MC30_RDBFL38 0xF0062EAC          MC 30 Read Data and Bit Flip Register 38
MTU_MC30_RDBFL39 0xF0062EAE          MC 30 Read Data and Bit Flip Register 39
MTU_MC30_RDBFL40 0xF0062EB0          MC 30 Read Data and Bit Flip Register 40
MTU_MC30_RDBFL41 0xF0062EB2          MC 30 Read Data and Bit Flip Register 41
MTU_MC30_RDBFL42 0xF0062EB4          MC 30 Read Data and Bit Flip Register 42
MTU_MC30_RDBFL43 0xF0062EB6          MC 30 Read Data and Bit Flip Register 43
MTU_MC30_RDBFL44 0xF0062EB8          MC 30 Read Data and Bit Flip Register 44
MTU_MC30_RDBFL45 0xF0062EBA          MC 30 Read Data and Bit Flip Register 45
MTU_MC30_RDBFL46 0xF0062EBC          MC 30 Read Data and Bit Flip Register 46
MTU_MC30_RDBFL47 0xF0062EBE          MC 30 Read Data and Bit Flip Register 47
MTU_MC30_RDBFL48 0xF0062EC0          MC 30 Read Data and Bit Flip Register 48
MTU_MC30_RDBFL49 0xF0062EC2          MC 30 Read Data and Bit Flip Register 49
MTU_MC30_RDBFL50 0xF0062EC4          MC 30 Read Data and Bit Flip Register 50
MTU_MC30_RDBFL51 0xF0062EC6          MC 30 Read Data and Bit Flip Register 51
MTU_MC30_RDBFL52 0xF0062EC8          MC 30 Read Data and Bit Flip Register 52
MTU_MC30_RDBFL53 0xF0062ECA          MC 30 Read Data and Bit Flip Register 53
MTU_MC30_RDBFL54 0xF0062ECC          MC 30 Read Data and Bit Flip Register 54
MTU_MC30_RDBFL55 0xF0062ECE          MC 30 Read Data and Bit Flip Register 55
MTU_MC30_RDBFL56 0xF0062ED0          MC 30 Read Data and Bit Flip Register 56
MTU_MC30_RDBFL57 0xF0062ED2          MC 30 Read Data and Bit Flip Register 57
MTU_MC30_RDBFL58 0xF0062ED4          MC 30 Read Data and Bit Flip Register 58
MTU_MC30_RDBFL59 0xF0062ED6          MC 30 Read Data and Bit Flip Register 59
MTU_MC30_RDBFL60 0xF0062ED8          MC 30 Read Data and Bit Flip Register 60
MTU_MC30_RDBFL61 0xF0062EDA          MC 30 Read Data and Bit Flip Register 61
MTU_MC30_RDBFL62 0xF0062EDC          MC 30 Read Data and Bit Flip Register 62
MTU_MC30_RDBFL63 0xF0062EDE          MC 30 Read Data and Bit Flip Register 63
MTU_MC30_RDBFL64 0xF0062EE0          MC 30 Read Data and Bit Flip Register 64
MTU_MC30_RDBFL65 0xF0062EE2          MC 30 Read Data and Bit Flip Register 65
MTU_MC30_RDBFL66 0xF0062EE4          MC 30 Read Data and Bit Flip Register 66
MTU_MC30_ALMSRCS 0xF0062EEE          MC 30 Alarm Sources Configuration Register
MTU_MC30_FAULTSTS 0xF0062EF0          MC 30 SSH Safety Faults Status Register
MTU_MC30_ERRINFO0 0xF0062EF2          MC 30 Error Information Register 0
MTU_MC30_ERRINFO1 0xF0062EF4          MC 30 Error Information Register 1
MTU_MC30_ERRINFO2 0xF0062EF6          MC 30 Error Information Register 2
MTU_MC30_ERRINFO3 0xF0062EF8          MC 30 Error Information Register 3
MTU_MC30_ERRINFO4 0xF0062EFA          MC 30 Error Information Register 4
MTU_MC31_CONFIG0 0xF0062F00          MC 31 Configuration Register 0
MTU_MC31_CONFIG1 0xF0062F02          MC 31 Configuration Register 1
MTU_MC31_MCONTROL 0xF0062F04          MC 31 MBIST Control Register
MTU_MC31_MSTATUS 0xF0062F06          MC 31 Status Register
MTU_MC31_RANGE  0xF0062F08          MC 31 Range Register, single address mode
MTU_MC31_REVID  0xF0062F0C          MC 31 Revision ID Register
MTU_MC31_ECCS   0xF0062F0E          MC 31 ECC Safety Register
MTU_MC31_ECCD   0xF0062F10          MC 31 Memory ECC Detection Register
MTU_MC31_ETRR0  0xF0062F12          MC 31 Error Tracking Register 0
MTU_MC31_ETRR1  0xF0062F14          MC 31 Error Tracking Register 1
MTU_MC31_ETRR2  0xF0062F16          MC 31 Error Tracking Register 2
MTU_MC31_ETRR3  0xF0062F18          MC 31 Error Tracking Register 3
MTU_MC31_ETRR4  0xF0062F1A          MC 31 Error Tracking Register 4
MTU_MC31_RDBFL0 0xF0062F60          MC 31 Read Data and Bit Flip Register 0
MTU_MC31_RDBFL1 0xF0062F62          MC 31 Read Data and Bit Flip Register 1
MTU_MC31_RDBFL2 0xF0062F64          MC 31 Read Data and Bit Flip Register 2
MTU_MC31_RDBFL3 0xF0062F66          MC 31 Read Data and Bit Flip Register 3
MTU_MC31_RDBFL4 0xF0062F68          MC 31 Read Data and Bit Flip Register 4
MTU_MC31_RDBFL5 0xF0062F6A          MC 31 Read Data and Bit Flip Register 5
MTU_MC31_RDBFL6 0xF0062F6C          MC 31 Read Data and Bit Flip Register 6
MTU_MC31_RDBFL7 0xF0062F6E          MC 31 Read Data and Bit Flip Register 7
MTU_MC31_RDBFL8 0xF0062F70          MC 31 Read Data and Bit Flip Register 8
MTU_MC31_RDBFL9 0xF0062F72          MC 31 Read Data and Bit Flip Register 9
MTU_MC31_RDBFL10 0xF0062F74          MC 31 Read Data and Bit Flip Register 10
MTU_MC31_RDBFL11 0xF0062F76          MC 31 Read Data and Bit Flip Register 11
MTU_MC31_RDBFL12 0xF0062F78          MC 31 Read Data and Bit Flip Register 12
MTU_MC31_RDBFL13 0xF0062F7A          MC 31 Read Data and Bit Flip Register 13
MTU_MC31_RDBFL14 0xF0062F7C          MC 31 Read Data and Bit Flip Register 14
MTU_MC31_RDBFL15 0xF0062F7E          MC 31 Read Data and Bit Flip Register 15
MTU_MC31_RDBFL16 0xF0062F80          MC 31 Read Data and Bit Flip Register 16
MTU_MC31_RDBFL17 0xF0062F82          MC 31 Read Data and Bit Flip Register 17
MTU_MC31_RDBFL18 0xF0062F84          MC 31 Read Data and Bit Flip Register 18
MTU_MC31_RDBFL19 0xF0062F86          MC 31 Read Data and Bit Flip Register 19
MTU_MC31_RDBFL20 0xF0062F88          MC 31 Read Data and Bit Flip Register 20
MTU_MC31_RDBFL21 0xF0062F8A          MC 31 Read Data and Bit Flip Register 21
MTU_MC31_RDBFL22 0xF0062F8C          MC 31 Read Data and Bit Flip Register 22
MTU_MC31_RDBFL23 0xF0062F8E          MC 31 Read Data and Bit Flip Register 23
MTU_MC31_RDBFL24 0xF0062F90          MC 31 Read Data and Bit Flip Register 24
MTU_MC31_RDBFL25 0xF0062F92          MC 31 Read Data and Bit Flip Register 25
MTU_MC31_RDBFL26 0xF0062F94          MC 31 Read Data and Bit Flip Register 26
MTU_MC31_RDBFL27 0xF0062F96          MC 31 Read Data and Bit Flip Register 27
MTU_MC31_RDBFL28 0xF0062F98          MC 31 Read Data and Bit Flip Register 28
MTU_MC31_RDBFL29 0xF0062F9A          MC 31 Read Data and Bit Flip Register 29
MTU_MC31_RDBFL30 0xF0062F9C          MC 31 Read Data and Bit Flip Register 30
MTU_MC31_RDBFL31 0xF0062F9E          MC 31 Read Data and Bit Flip Register 31
MTU_MC31_RDBFL32 0xF0062FA0          MC 31 Read Data and Bit Flip Register 32
MTU_MC31_RDBFL33 0xF0062FA2          MC 31 Read Data and Bit Flip Register 33
MTU_MC31_RDBFL34 0xF0062FA4          MC 31 Read Data and Bit Flip Register 34
MTU_MC31_RDBFL35 0xF0062FA6          MC 31 Read Data and Bit Flip Register 35
MTU_MC31_RDBFL36 0xF0062FA8          MC 31 Read Data and Bit Flip Register 36
MTU_MC31_RDBFL37 0xF0062FAA          MC 31 Read Data and Bit Flip Register 37
MTU_MC31_RDBFL38 0xF0062FAC          MC 31 Read Data and Bit Flip Register 38
MTU_MC31_RDBFL39 0xF0062FAE          MC 31 Read Data and Bit Flip Register 39
MTU_MC31_RDBFL40 0xF0062FB0          MC 31 Read Data and Bit Flip Register 40
MTU_MC31_RDBFL41 0xF0062FB2          MC 31 Read Data and Bit Flip Register 41
MTU_MC31_RDBFL42 0xF0062FB4          MC 31 Read Data and Bit Flip Register 42
MTU_MC31_RDBFL43 0xF0062FB6          MC 31 Read Data and Bit Flip Register 43
MTU_MC31_RDBFL44 0xF0062FB8          MC 31 Read Data and Bit Flip Register 44
MTU_MC31_RDBFL45 0xF0062FBA          MC 31 Read Data and Bit Flip Register 45
MTU_MC31_RDBFL46 0xF0062FBC          MC 31 Read Data and Bit Flip Register 46
MTU_MC31_RDBFL47 0xF0062FBE          MC 31 Read Data and Bit Flip Register 47
MTU_MC31_RDBFL48 0xF0062FC0          MC 31 Read Data and Bit Flip Register 48
MTU_MC31_RDBFL49 0xF0062FC2          MC 31 Read Data and Bit Flip Register 49
MTU_MC31_RDBFL50 0xF0062FC4          MC 31 Read Data and Bit Flip Register 50
MTU_MC31_RDBFL51 0xF0062FC6          MC 31 Read Data and Bit Flip Register 51
MTU_MC31_RDBFL52 0xF0062FC8          MC 31 Read Data and Bit Flip Register 52
MTU_MC31_RDBFL53 0xF0062FCA          MC 31 Read Data and Bit Flip Register 53
MTU_MC31_RDBFL54 0xF0062FCC          MC 31 Read Data and Bit Flip Register 54
MTU_MC31_RDBFL55 0xF0062FCE          MC 31 Read Data and Bit Flip Register 55
MTU_MC31_RDBFL56 0xF0062FD0          MC 31 Read Data and Bit Flip Register 56
MTU_MC31_RDBFL57 0xF0062FD2          MC 31 Read Data and Bit Flip Register 57
MTU_MC31_RDBFL58 0xF0062FD4          MC 31 Read Data and Bit Flip Register 58
MTU_MC31_RDBFL59 0xF0062FD6          MC 31 Read Data and Bit Flip Register 59
MTU_MC31_RDBFL60 0xF0062FD8          MC 31 Read Data and Bit Flip Register 60
MTU_MC31_RDBFL61 0xF0062FDA          MC 31 Read Data and Bit Flip Register 61
MTU_MC31_RDBFL62 0xF0062FDC          MC 31 Read Data and Bit Flip Register 62
MTU_MC31_RDBFL63 0xF0062FDE          MC 31 Read Data and Bit Flip Register 63
MTU_MC31_RDBFL64 0xF0062FE0          MC 31 Read Data and Bit Flip Register 64
MTU_MC31_RDBFL65 0xF0062FE2          MC 31 Read Data and Bit Flip Register 65
MTU_MC31_RDBFL66 0xF0062FE4          MC 31 Read Data and Bit Flip Register 66
MTU_MC31_ALMSRCS 0xF0062FEE          MC 31 Alarm Sources Configuration Register
MTU_MC31_FAULTSTS 0xF0062FF0          MC 31 SSH Safety Faults Status Register
MTU_MC31_ERRINFO0 0xF0062FF2          MC 31 Error Information Register 0
MTU_MC31_ERRINFO1 0xF0062FF4          MC 31 Error Information Register 1
MTU_MC31_ERRINFO2 0xF0062FF6          MC 31 Error Information Register 2
MTU_MC31_ERRINFO3 0xF0062FF8          MC 31 Error Information Register 3
MTU_MC31_ERRINFO4 0xF0062FFA          MC 31 Error Information Register 4
MTU_MC32_CONFIG0 0xF0063000          MC 32 Configuration Register 0
MTU_MC32_CONFIG1 0xF0063002          MC 32 Configuration Register 1
MTU_MC32_MCONTROL 0xF0063004          MC 32 MBIST Control Register
MTU_MC32_MSTATUS 0xF0063006          MC 32 Status Register
MTU_MC32_RANGE  0xF0063008          MC 32 Range Register, single address mode
MTU_MC32_REVID  0xF006300C          MC 32 Revision ID Register
MTU_MC32_ECCS   0xF006300E          MC 32 ECC Safety Register
MTU_MC32_ECCD   0xF0063010          MC 32 Memory ECC Detection Register
MTU_MC32_ETRR0  0xF0063012          MC 32 Error Tracking Register 0
MTU_MC32_ETRR1  0xF0063014          MC 32 Error Tracking Register 1
MTU_MC32_ETRR2  0xF0063016          MC 32 Error Tracking Register 2
MTU_MC32_ETRR3  0xF0063018          MC 32 Error Tracking Register 3
MTU_MC32_ETRR4  0xF006301A          MC 32 Error Tracking Register 4
MTU_MC32_RDBFL0 0xF0063060          MC 32 Read Data and Bit Flip Register 0
MTU_MC32_RDBFL1 0xF0063062          MC 32 Read Data and Bit Flip Register 1
MTU_MC32_RDBFL2 0xF0063064          MC 32 Read Data and Bit Flip Register 2
MTU_MC32_RDBFL3 0xF0063066          MC 32 Read Data and Bit Flip Register 3
MTU_MC32_RDBFL4 0xF0063068          MC 32 Read Data and Bit Flip Register 4
MTU_MC32_RDBFL5 0xF006306A          MC 32 Read Data and Bit Flip Register 5
MTU_MC32_RDBFL6 0xF006306C          MC 32 Read Data and Bit Flip Register 6
MTU_MC32_RDBFL7 0xF006306E          MC 32 Read Data and Bit Flip Register 7
MTU_MC32_RDBFL8 0xF0063070          MC 32 Read Data and Bit Flip Register 8
MTU_MC32_RDBFL9 0xF0063072          MC 32 Read Data and Bit Flip Register 9
MTU_MC32_RDBFL10 0xF0063074          MC 32 Read Data and Bit Flip Register 10
MTU_MC32_RDBFL11 0xF0063076          MC 32 Read Data and Bit Flip Register 11
MTU_MC32_RDBFL12 0xF0063078          MC 32 Read Data and Bit Flip Register 12
MTU_MC32_RDBFL13 0xF006307A          MC 32 Read Data and Bit Flip Register 13
MTU_MC32_RDBFL14 0xF006307C          MC 32 Read Data and Bit Flip Register 14
MTU_MC32_RDBFL15 0xF006307E          MC 32 Read Data and Bit Flip Register 15
MTU_MC32_RDBFL16 0xF0063080          MC 32 Read Data and Bit Flip Register 16
MTU_MC32_RDBFL17 0xF0063082          MC 32 Read Data and Bit Flip Register 17
MTU_MC32_RDBFL18 0xF0063084          MC 32 Read Data and Bit Flip Register 18
MTU_MC32_RDBFL19 0xF0063086          MC 32 Read Data and Bit Flip Register 19
MTU_MC32_RDBFL20 0xF0063088          MC 32 Read Data and Bit Flip Register 20
MTU_MC32_RDBFL21 0xF006308A          MC 32 Read Data and Bit Flip Register 21
MTU_MC32_RDBFL22 0xF006308C          MC 32 Read Data and Bit Flip Register 22
MTU_MC32_RDBFL23 0xF006308E          MC 32 Read Data and Bit Flip Register 23
MTU_MC32_RDBFL24 0xF0063090          MC 32 Read Data and Bit Flip Register 24
MTU_MC32_RDBFL25 0xF0063092          MC 32 Read Data and Bit Flip Register 25
MTU_MC32_RDBFL26 0xF0063094          MC 32 Read Data and Bit Flip Register 26
MTU_MC32_RDBFL27 0xF0063096          MC 32 Read Data and Bit Flip Register 27
MTU_MC32_RDBFL28 0xF0063098          MC 32 Read Data and Bit Flip Register 28
MTU_MC32_RDBFL29 0xF006309A          MC 32 Read Data and Bit Flip Register 29
MTU_MC32_RDBFL30 0xF006309C          MC 32 Read Data and Bit Flip Register 30
MTU_MC32_RDBFL31 0xF006309E          MC 32 Read Data and Bit Flip Register 31
MTU_MC32_RDBFL32 0xF00630A0          MC 32 Read Data and Bit Flip Register 32
MTU_MC32_RDBFL33 0xF00630A2          MC 32 Read Data and Bit Flip Register 33
MTU_MC32_RDBFL34 0xF00630A4          MC 32 Read Data and Bit Flip Register 34
MTU_MC32_RDBFL35 0xF00630A6          MC 32 Read Data and Bit Flip Register 35
MTU_MC32_RDBFL36 0xF00630A8          MC 32 Read Data and Bit Flip Register 36
MTU_MC32_RDBFL37 0xF00630AA          MC 32 Read Data and Bit Flip Register 37
MTU_MC32_RDBFL38 0xF00630AC          MC 32 Read Data and Bit Flip Register 38
MTU_MC32_RDBFL39 0xF00630AE          MC 32 Read Data and Bit Flip Register 39
MTU_MC32_RDBFL40 0xF00630B0          MC 32 Read Data and Bit Flip Register 40
MTU_MC32_RDBFL41 0xF00630B2          MC 32 Read Data and Bit Flip Register 41
MTU_MC32_RDBFL42 0xF00630B4          MC 32 Read Data and Bit Flip Register 42
MTU_MC32_RDBFL43 0xF00630B6          MC 32 Read Data and Bit Flip Register 43
MTU_MC32_RDBFL44 0xF00630B8          MC 32 Read Data and Bit Flip Register 44
MTU_MC32_RDBFL45 0xF00630BA          MC 32 Read Data and Bit Flip Register 45
MTU_MC32_RDBFL46 0xF00630BC          MC 32 Read Data and Bit Flip Register 46
MTU_MC32_RDBFL47 0xF00630BE          MC 32 Read Data and Bit Flip Register 47
MTU_MC32_RDBFL48 0xF00630C0          MC 32 Read Data and Bit Flip Register 48
MTU_MC32_RDBFL49 0xF00630C2          MC 32 Read Data and Bit Flip Register 49
MTU_MC32_RDBFL50 0xF00630C4          MC 32 Read Data and Bit Flip Register 50
MTU_MC32_RDBFL51 0xF00630C6          MC 32 Read Data and Bit Flip Register 51
MTU_MC32_RDBFL52 0xF00630C8          MC 32 Read Data and Bit Flip Register 52
MTU_MC32_RDBFL53 0xF00630CA          MC 32 Read Data and Bit Flip Register 53
MTU_MC32_RDBFL54 0xF00630CC          MC 32 Read Data and Bit Flip Register 54
MTU_MC32_RDBFL55 0xF00630CE          MC 32 Read Data and Bit Flip Register 55
MTU_MC32_RDBFL56 0xF00630D0          MC 32 Read Data and Bit Flip Register 56
MTU_MC32_RDBFL57 0xF00630D2          MC 32 Read Data and Bit Flip Register 57
MTU_MC32_RDBFL58 0xF00630D4          MC 32 Read Data and Bit Flip Register 58
MTU_MC32_RDBFL59 0xF00630D6          MC 32 Read Data and Bit Flip Register 59
MTU_MC32_RDBFL60 0xF00630D8          MC 32 Read Data and Bit Flip Register 60
MTU_MC32_RDBFL61 0xF00630DA          MC 32 Read Data and Bit Flip Register 61
MTU_MC32_RDBFL62 0xF00630DC          MC 32 Read Data and Bit Flip Register 62
MTU_MC32_RDBFL63 0xF00630DE          MC 32 Read Data and Bit Flip Register 63
MTU_MC32_RDBFL64 0xF00630E0          MC 32 Read Data and Bit Flip Register 64
MTU_MC32_RDBFL65 0xF00630E2          MC 32 Read Data and Bit Flip Register 65
MTU_MC32_RDBFL66 0xF00630E4          MC 32 Read Data and Bit Flip Register 66
MTU_MC32_ALMSRCS 0xF00630EE          MC 32 Alarm Sources Configuration Register
MTU_MC32_FAULTSTS 0xF00630F0          MC 32 SSH Safety Faults Status Register
MTU_MC32_ERRINFO0 0xF00630F2          MC 32 Error Information Register 0
MTU_MC32_ERRINFO1 0xF00630F4          MC 32 Error Information Register 1
MTU_MC32_ERRINFO2 0xF00630F6          MC 32 Error Information Register 2
MTU_MC32_ERRINFO3 0xF00630F8          MC 32 Error Information Register 3
MTU_MC32_ERRINFO4 0xF00630FA          MC 32 Error Information Register 4
MTU_MC33_CONFIG0 0xF0063100          MC 33 Configuration Register 0
MTU_MC33_CONFIG1 0xF0063102          MC 33 Configuration Register 1
MTU_MC33_MCONTROL 0xF0063104          MC 33 MBIST Control Register
MTU_MC33_MSTATUS 0xF0063106          MC 33 Status Register
MTU_MC33_RANGE  0xF0063108          MC 33 Range Register, single address mode
MTU_MC33_REVID  0xF006310C          MC 33 Revision ID Register
MTU_MC33_ECCS   0xF006310E          MC 33 ECC Safety Register
MTU_MC33_ECCD   0xF0063110          MC 33 Memory ECC Detection Register
MTU_MC33_ETRR0  0xF0063112          MC 33 Error Tracking Register 0
MTU_MC33_ETRR1  0xF0063114          MC 33 Error Tracking Register 1
MTU_MC33_ETRR2  0xF0063116          MC 33 Error Tracking Register 2
MTU_MC33_ETRR3  0xF0063118          MC 33 Error Tracking Register 3
MTU_MC33_ETRR4  0xF006311A          MC 33 Error Tracking Register 4
MTU_MC33_RDBFL0 0xF0063160          MC 33 Read Data and Bit Flip Register 0
MTU_MC33_RDBFL1 0xF0063162          MC 33 Read Data and Bit Flip Register 1
MTU_MC33_RDBFL2 0xF0063164          MC 33 Read Data and Bit Flip Register 2
MTU_MC33_RDBFL3 0xF0063166          MC 33 Read Data and Bit Flip Register 3
MTU_MC33_RDBFL4 0xF0063168          MC 33 Read Data and Bit Flip Register 4
MTU_MC33_RDBFL5 0xF006316A          MC 33 Read Data and Bit Flip Register 5
MTU_MC33_RDBFL6 0xF006316C          MC 33 Read Data and Bit Flip Register 6
MTU_MC33_RDBFL7 0xF006316E          MC 33 Read Data and Bit Flip Register 7
MTU_MC33_RDBFL8 0xF0063170          MC 33 Read Data and Bit Flip Register 8
MTU_MC33_RDBFL9 0xF0063172          MC 33 Read Data and Bit Flip Register 9
MTU_MC33_RDBFL10 0xF0063174          MC 33 Read Data and Bit Flip Register 10
MTU_MC33_RDBFL11 0xF0063176          MC 33 Read Data and Bit Flip Register 11
MTU_MC33_RDBFL12 0xF0063178          MC 33 Read Data and Bit Flip Register 12
MTU_MC33_RDBFL13 0xF006317A          MC 33 Read Data and Bit Flip Register 13
MTU_MC33_RDBFL14 0xF006317C          MC 33 Read Data and Bit Flip Register 14
MTU_MC33_RDBFL15 0xF006317E          MC 33 Read Data and Bit Flip Register 15
MTU_MC33_RDBFL16 0xF0063180          MC 33 Read Data and Bit Flip Register 16
MTU_MC33_RDBFL17 0xF0063182          MC 33 Read Data and Bit Flip Register 17
MTU_MC33_RDBFL18 0xF0063184          MC 33 Read Data and Bit Flip Register 18
MTU_MC33_RDBFL19 0xF0063186          MC 33 Read Data and Bit Flip Register 19
MTU_MC33_RDBFL20 0xF0063188          MC 33 Read Data and Bit Flip Register 20
MTU_MC33_RDBFL21 0xF006318A          MC 33 Read Data and Bit Flip Register 21
MTU_MC33_RDBFL22 0xF006318C          MC 33 Read Data and Bit Flip Register 22
MTU_MC33_RDBFL23 0xF006318E          MC 33 Read Data and Bit Flip Register 23
MTU_MC33_RDBFL24 0xF0063190          MC 33 Read Data and Bit Flip Register 24
MTU_MC33_RDBFL25 0xF0063192          MC 33 Read Data and Bit Flip Register 25
MTU_MC33_RDBFL26 0xF0063194          MC 33 Read Data and Bit Flip Register 26
MTU_MC33_RDBFL27 0xF0063196          MC 33 Read Data and Bit Flip Register 27
MTU_MC33_RDBFL28 0xF0063198          MC 33 Read Data and Bit Flip Register 28
MTU_MC33_RDBFL29 0xF006319A          MC 33 Read Data and Bit Flip Register 29
MTU_MC33_RDBFL30 0xF006319C          MC 33 Read Data and Bit Flip Register 30
MTU_MC33_RDBFL31 0xF006319E          MC 33 Read Data and Bit Flip Register 31
MTU_MC33_RDBFL32 0xF00631A0          MC 33 Read Data and Bit Flip Register 32
MTU_MC33_RDBFL33 0xF00631A2          MC 33 Read Data and Bit Flip Register 33
MTU_MC33_RDBFL34 0xF00631A4          MC 33 Read Data and Bit Flip Register 34
MTU_MC33_RDBFL35 0xF00631A6          MC 33 Read Data and Bit Flip Register 35
MTU_MC33_RDBFL36 0xF00631A8          MC 33 Read Data and Bit Flip Register 36
MTU_MC33_RDBFL37 0xF00631AA          MC 33 Read Data and Bit Flip Register 37
MTU_MC33_RDBFL38 0xF00631AC          MC 33 Read Data and Bit Flip Register 38
MTU_MC33_RDBFL39 0xF00631AE          MC 33 Read Data and Bit Flip Register 39
MTU_MC33_RDBFL40 0xF00631B0          MC 33 Read Data and Bit Flip Register 40
MTU_MC33_RDBFL41 0xF00631B2          MC 33 Read Data and Bit Flip Register 41
MTU_MC33_RDBFL42 0xF00631B4          MC 33 Read Data and Bit Flip Register 42
MTU_MC33_RDBFL43 0xF00631B6          MC 33 Read Data and Bit Flip Register 43
MTU_MC33_RDBFL44 0xF00631B8          MC 33 Read Data and Bit Flip Register 44
MTU_MC33_RDBFL45 0xF00631BA          MC 33 Read Data and Bit Flip Register 45
MTU_MC33_RDBFL46 0xF00631BC          MC 33 Read Data and Bit Flip Register 46
MTU_MC33_RDBFL47 0xF00631BE          MC 33 Read Data and Bit Flip Register 47
MTU_MC33_RDBFL48 0xF00631C0          MC 33 Read Data and Bit Flip Register 48
MTU_MC33_RDBFL49 0xF00631C2          MC 33 Read Data and Bit Flip Register 49
MTU_MC33_RDBFL50 0xF00631C4          MC 33 Read Data and Bit Flip Register 50
MTU_MC33_RDBFL51 0xF00631C6          MC 33 Read Data and Bit Flip Register 51
MTU_MC33_RDBFL52 0xF00631C8          MC 33 Read Data and Bit Flip Register 52
MTU_MC33_RDBFL53 0xF00631CA          MC 33 Read Data and Bit Flip Register 53
MTU_MC33_RDBFL54 0xF00631CC          MC 33 Read Data and Bit Flip Register 54
MTU_MC33_RDBFL55 0xF00631CE          MC 33 Read Data and Bit Flip Register 55
MTU_MC33_RDBFL56 0xF00631D0          MC 33 Read Data and Bit Flip Register 56
MTU_MC33_RDBFL57 0xF00631D2          MC 33 Read Data and Bit Flip Register 57
MTU_MC33_RDBFL58 0xF00631D4          MC 33 Read Data and Bit Flip Register 58
MTU_MC33_RDBFL59 0xF00631D6          MC 33 Read Data and Bit Flip Register 59
MTU_MC33_RDBFL60 0xF00631D8          MC 33 Read Data and Bit Flip Register 60
MTU_MC33_RDBFL61 0xF00631DA          MC 33 Read Data and Bit Flip Register 61
MTU_MC33_RDBFL62 0xF00631DC          MC 33 Read Data and Bit Flip Register 62
MTU_MC33_RDBFL63 0xF00631DE          MC 33 Read Data and Bit Flip Register 63
MTU_MC33_RDBFL64 0xF00631E0          MC 33 Read Data and Bit Flip Register 64
MTU_MC33_RDBFL65 0xF00631E2          MC 33 Read Data and Bit Flip Register 65
MTU_MC33_RDBFL66 0xF00631E4          MC 33 Read Data and Bit Flip Register 66
MTU_MC33_ALMSRCS 0xF00631EE          MC 33 Alarm Sources Configuration Register
MTU_MC33_FAULTSTS 0xF00631F0          MC 33 SSH Safety Faults Status Register
MTU_MC33_ERRINFO0 0xF00631F2          MC 33 Error Information Register 0
MTU_MC33_ERRINFO1 0xF00631F4          MC 33 Error Information Register 1
MTU_MC33_ERRINFO2 0xF00631F6          MC 33 Error Information Register 2
MTU_MC33_ERRINFO3 0xF00631F8          MC 33 Error Information Register 3
MTU_MC33_ERRINFO4 0xF00631FA          MC 33 Error Information Register 4
MTU_MC34_CONFIG0 0xF0063200          MC 34 Configuration Register 0
MTU_MC34_CONFIG1 0xF0063202          MC 34 Configuration Register 1
MTU_MC34_MCONTROL 0xF0063204          MC 34 MBIST Control Register
MTU_MC34_MSTATUS 0xF0063206          MC 34 Status Register
MTU_MC34_RANGE  0xF0063208          MC 34 Range Register, single address mode
MTU_MC34_REVID  0xF006320C          MC 34 Revision ID Register
MTU_MC34_ECCS   0xF006320E          MC 34 ECC Safety Register
MTU_MC34_ECCD   0xF0063210          MC 34 Memory ECC Detection Register
MTU_MC34_ETRR0  0xF0063212          MC 34 Error Tracking Register 0
MTU_MC34_ETRR1  0xF0063214          MC 34 Error Tracking Register 1
MTU_MC34_ETRR2  0xF0063216          MC 34 Error Tracking Register 2
MTU_MC34_ETRR3  0xF0063218          MC 34 Error Tracking Register 3
MTU_MC34_ETRR4  0xF006321A          MC 34 Error Tracking Register 4
MTU_MC34_RDBFL0 0xF0063260          MC 34 Read Data and Bit Flip Register 0
MTU_MC34_RDBFL1 0xF0063262          MC 34 Read Data and Bit Flip Register 1
MTU_MC34_RDBFL2 0xF0063264          MC 34 Read Data and Bit Flip Register 2
MTU_MC34_RDBFL3 0xF0063266          MC 34 Read Data and Bit Flip Register 3
MTU_MC34_RDBFL4 0xF0063268          MC 34 Read Data and Bit Flip Register 4
MTU_MC34_RDBFL5 0xF006326A          MC 34 Read Data and Bit Flip Register 5
MTU_MC34_RDBFL6 0xF006326C          MC 34 Read Data and Bit Flip Register 6
MTU_MC34_RDBFL7 0xF006326E          MC 34 Read Data and Bit Flip Register 7
MTU_MC34_RDBFL8 0xF0063270          MC 34 Read Data and Bit Flip Register 8
MTU_MC34_RDBFL9 0xF0063272          MC 34 Read Data and Bit Flip Register 9
MTU_MC34_RDBFL10 0xF0063274          MC 34 Read Data and Bit Flip Register 10
MTU_MC34_RDBFL11 0xF0063276          MC 34 Read Data and Bit Flip Register 11
MTU_MC34_RDBFL12 0xF0063278          MC 34 Read Data and Bit Flip Register 12
MTU_MC34_RDBFL13 0xF006327A          MC 34 Read Data and Bit Flip Register 13
MTU_MC34_RDBFL14 0xF006327C          MC 34 Read Data and Bit Flip Register 14
MTU_MC34_RDBFL15 0xF006327E          MC 34 Read Data and Bit Flip Register 15
MTU_MC34_RDBFL16 0xF0063280          MC 34 Read Data and Bit Flip Register 16
MTU_MC34_RDBFL17 0xF0063282          MC 34 Read Data and Bit Flip Register 17
MTU_MC34_RDBFL18 0xF0063284          MC 34 Read Data and Bit Flip Register 18
MTU_MC34_RDBFL19 0xF0063286          MC 34 Read Data and Bit Flip Register 19
MTU_MC34_RDBFL20 0xF0063288          MC 34 Read Data and Bit Flip Register 20
MTU_MC34_RDBFL21 0xF006328A          MC 34 Read Data and Bit Flip Register 21
MTU_MC34_RDBFL22 0xF006328C          MC 34 Read Data and Bit Flip Register 22
MTU_MC34_RDBFL23 0xF006328E          MC 34 Read Data and Bit Flip Register 23
MTU_MC34_RDBFL24 0xF0063290          MC 34 Read Data and Bit Flip Register 24
MTU_MC34_RDBFL25 0xF0063292          MC 34 Read Data and Bit Flip Register 25
MTU_MC34_RDBFL26 0xF0063294          MC 34 Read Data and Bit Flip Register 26
MTU_MC34_RDBFL27 0xF0063296          MC 34 Read Data and Bit Flip Register 27
MTU_MC34_RDBFL28 0xF0063298          MC 34 Read Data and Bit Flip Register 28
MTU_MC34_RDBFL29 0xF006329A          MC 34 Read Data and Bit Flip Register 29
MTU_MC34_RDBFL30 0xF006329C          MC 34 Read Data and Bit Flip Register 30
MTU_MC34_RDBFL31 0xF006329E          MC 34 Read Data and Bit Flip Register 31
MTU_MC34_RDBFL32 0xF00632A0          MC 34 Read Data and Bit Flip Register 32
MTU_MC34_RDBFL33 0xF00632A2          MC 34 Read Data and Bit Flip Register 33
MTU_MC34_RDBFL34 0xF00632A4          MC 34 Read Data and Bit Flip Register 34
MTU_MC34_RDBFL35 0xF00632A6          MC 34 Read Data and Bit Flip Register 35
MTU_MC34_RDBFL36 0xF00632A8          MC 34 Read Data and Bit Flip Register 36
MTU_MC34_RDBFL37 0xF00632AA          MC 34 Read Data and Bit Flip Register 37
MTU_MC34_RDBFL38 0xF00632AC          MC 34 Read Data and Bit Flip Register 38
MTU_MC34_RDBFL39 0xF00632AE          MC 34 Read Data and Bit Flip Register 39
MTU_MC34_RDBFL40 0xF00632B0          MC 34 Read Data and Bit Flip Register 40
MTU_MC34_RDBFL41 0xF00632B2          MC 34 Read Data and Bit Flip Register 41
MTU_MC34_RDBFL42 0xF00632B4          MC 34 Read Data and Bit Flip Register 42
MTU_MC34_RDBFL43 0xF00632B6          MC 34 Read Data and Bit Flip Register 43
MTU_MC34_RDBFL44 0xF00632B8          MC 34 Read Data and Bit Flip Register 44
MTU_MC34_RDBFL45 0xF00632BA          MC 34 Read Data and Bit Flip Register 45
MTU_MC34_RDBFL46 0xF00632BC          MC 34 Read Data and Bit Flip Register 46
MTU_MC34_RDBFL47 0xF00632BE          MC 34 Read Data and Bit Flip Register 47
MTU_MC34_RDBFL48 0xF00632C0          MC 34 Read Data and Bit Flip Register 48
MTU_MC34_RDBFL49 0xF00632C2          MC 34 Read Data and Bit Flip Register 49
MTU_MC34_RDBFL50 0xF00632C4          MC 34 Read Data and Bit Flip Register 50
MTU_MC34_RDBFL51 0xF00632C6          MC 34 Read Data and Bit Flip Register 51
MTU_MC34_RDBFL52 0xF00632C8          MC 34 Read Data and Bit Flip Register 52
MTU_MC34_RDBFL53 0xF00632CA          MC 34 Read Data and Bit Flip Register 53
MTU_MC34_RDBFL54 0xF00632CC          MC 34 Read Data and Bit Flip Register 54
MTU_MC34_RDBFL55 0xF00632CE          MC 34 Read Data and Bit Flip Register 55
MTU_MC34_RDBFL56 0xF00632D0          MC 34 Read Data and Bit Flip Register 56
MTU_MC34_RDBFL57 0xF00632D2          MC 34 Read Data and Bit Flip Register 57
MTU_MC34_RDBFL58 0xF00632D4          MC 34 Read Data and Bit Flip Register 58
MTU_MC34_RDBFL59 0xF00632D6          MC 34 Read Data and Bit Flip Register 59
MTU_MC34_RDBFL60 0xF00632D8          MC 34 Read Data and Bit Flip Register 60
MTU_MC34_RDBFL61 0xF00632DA          MC 34 Read Data and Bit Flip Register 61
MTU_MC34_RDBFL62 0xF00632DC          MC 34 Read Data and Bit Flip Register 62
MTU_MC34_RDBFL63 0xF00632DE          MC 34 Read Data and Bit Flip Register 63
MTU_MC34_RDBFL64 0xF00632E0          MC 34 Read Data and Bit Flip Register 64
MTU_MC34_RDBFL65 0xF00632E2          MC 34 Read Data and Bit Flip Register 65
MTU_MC34_RDBFL66 0xF00632E4          MC 34 Read Data and Bit Flip Register 66
MTU_MC34_ALMSRCS 0xF00632EE          MC 34 Alarm Sources Configuration Register
MTU_MC34_FAULTSTS 0xF00632F0          MC 34 SSH Safety Faults Status Register
MTU_MC34_ERRINFO0 0xF00632F2          MC 34 Error Information Register 0
MTU_MC34_ERRINFO1 0xF00632F4          MC 34 Error Information Register 1
MTU_MC34_ERRINFO2 0xF00632F6          MC 34 Error Information Register 2
MTU_MC34_ERRINFO3 0xF00632F8          MC 34 Error Information Register 3
MTU_MC34_ERRINFO4 0xF00632FA          MC 34 Error Information Register 4
MTU_MC35_CONFIG0 0xF0063300          MC 35 Configuration Register 0
MTU_MC35_CONFIG1 0xF0063302          MC 35 Configuration Register 1
MTU_MC35_MCONTROL 0xF0063304          MC 35 MBIST Control Register
MTU_MC35_MSTATUS 0xF0063306          MC 35 Status Register
MTU_MC35_RANGE  0xF0063308          MC 35 Range Register, single address mode
MTU_MC35_REVID  0xF006330C          MC 35 Revision ID Register
MTU_MC35_ECCS   0xF006330E          MC 35 ECC Safety Register
MTU_MC35_ECCD   0xF0063310          MC 35 Memory ECC Detection Register
MTU_MC35_ETRR0  0xF0063312          MC 35 Error Tracking Register 0
MTU_MC35_ETRR1  0xF0063314          MC 35 Error Tracking Register 1
MTU_MC35_ETRR2  0xF0063316          MC 35 Error Tracking Register 2
MTU_MC35_ETRR3  0xF0063318          MC 35 Error Tracking Register 3
MTU_MC35_ETRR4  0xF006331A          MC 35 Error Tracking Register 4
MTU_MC35_RDBFL0 0xF0063360          MC 35 Read Data and Bit Flip Register 0
MTU_MC35_RDBFL1 0xF0063362          MC 35 Read Data and Bit Flip Register 1
MTU_MC35_RDBFL2 0xF0063364          MC 35 Read Data and Bit Flip Register 2
MTU_MC35_RDBFL3 0xF0063366          MC 35 Read Data and Bit Flip Register 3
MTU_MC35_RDBFL4 0xF0063368          MC 35 Read Data and Bit Flip Register 4
MTU_MC35_RDBFL5 0xF006336A          MC 35 Read Data and Bit Flip Register 5
MTU_MC35_RDBFL6 0xF006336C          MC 35 Read Data and Bit Flip Register 6
MTU_MC35_RDBFL7 0xF006336E          MC 35 Read Data and Bit Flip Register 7
MTU_MC35_RDBFL8 0xF0063370          MC 35 Read Data and Bit Flip Register 8
MTU_MC35_RDBFL9 0xF0063372          MC 35 Read Data and Bit Flip Register 9
MTU_MC35_RDBFL10 0xF0063374          MC 35 Read Data and Bit Flip Register 10
MTU_MC35_RDBFL11 0xF0063376          MC 35 Read Data and Bit Flip Register 11
MTU_MC35_RDBFL12 0xF0063378          MC 35 Read Data and Bit Flip Register 12
MTU_MC35_RDBFL13 0xF006337A          MC 35 Read Data and Bit Flip Register 13
MTU_MC35_RDBFL14 0xF006337C          MC 35 Read Data and Bit Flip Register 14
MTU_MC35_RDBFL15 0xF006337E          MC 35 Read Data and Bit Flip Register 15
MTU_MC35_RDBFL16 0xF0063380          MC 35 Read Data and Bit Flip Register 16
MTU_MC35_RDBFL17 0xF0063382          MC 35 Read Data and Bit Flip Register 17
MTU_MC35_RDBFL18 0xF0063384          MC 35 Read Data and Bit Flip Register 18
MTU_MC35_RDBFL19 0xF0063386          MC 35 Read Data and Bit Flip Register 19
MTU_MC35_RDBFL20 0xF0063388          MC 35 Read Data and Bit Flip Register 20
MTU_MC35_RDBFL21 0xF006338A          MC 35 Read Data and Bit Flip Register 21
MTU_MC35_RDBFL22 0xF006338C          MC 35 Read Data and Bit Flip Register 22
MTU_MC35_RDBFL23 0xF006338E          MC 35 Read Data and Bit Flip Register 23
MTU_MC35_RDBFL24 0xF0063390          MC 35 Read Data and Bit Flip Register 24
MTU_MC35_RDBFL25 0xF0063392          MC 35 Read Data and Bit Flip Register 25
MTU_MC35_RDBFL26 0xF0063394          MC 35 Read Data and Bit Flip Register 26
MTU_MC35_RDBFL27 0xF0063396          MC 35 Read Data and Bit Flip Register 27
MTU_MC35_RDBFL28 0xF0063398          MC 35 Read Data and Bit Flip Register 28
MTU_MC35_RDBFL29 0xF006339A          MC 35 Read Data and Bit Flip Register 29
MTU_MC35_RDBFL30 0xF006339C          MC 35 Read Data and Bit Flip Register 30
MTU_MC35_RDBFL31 0xF006339E          MC 35 Read Data and Bit Flip Register 31
MTU_MC35_RDBFL32 0xF00633A0          MC 35 Read Data and Bit Flip Register 32
MTU_MC35_RDBFL33 0xF00633A2          MC 35 Read Data and Bit Flip Register 33
MTU_MC35_RDBFL34 0xF00633A4          MC 35 Read Data and Bit Flip Register 34
MTU_MC35_RDBFL35 0xF00633A6          MC 35 Read Data and Bit Flip Register 35
MTU_MC35_RDBFL36 0xF00633A8          MC 35 Read Data and Bit Flip Register 36
MTU_MC35_RDBFL37 0xF00633AA          MC 35 Read Data and Bit Flip Register 37
MTU_MC35_RDBFL38 0xF00633AC          MC 35 Read Data and Bit Flip Register 38
MTU_MC35_RDBFL39 0xF00633AE          MC 35 Read Data and Bit Flip Register 39
MTU_MC35_RDBFL40 0xF00633B0          MC 35 Read Data and Bit Flip Register 40
MTU_MC35_RDBFL41 0xF00633B2          MC 35 Read Data and Bit Flip Register 41
MTU_MC35_RDBFL42 0xF00633B4          MC 35 Read Data and Bit Flip Register 42
MTU_MC35_RDBFL43 0xF00633B6          MC 35 Read Data and Bit Flip Register 43
MTU_MC35_RDBFL44 0xF00633B8          MC 35 Read Data and Bit Flip Register 44
MTU_MC35_RDBFL45 0xF00633BA          MC 35 Read Data and Bit Flip Register 45
MTU_MC35_RDBFL46 0xF00633BC          MC 35 Read Data and Bit Flip Register 46
MTU_MC35_RDBFL47 0xF00633BE          MC 35 Read Data and Bit Flip Register 47
MTU_MC35_RDBFL48 0xF00633C0          MC 35 Read Data and Bit Flip Register 48
MTU_MC35_RDBFL49 0xF00633C2          MC 35 Read Data and Bit Flip Register 49
MTU_MC35_RDBFL50 0xF00633C4          MC 35 Read Data and Bit Flip Register 50
MTU_MC35_RDBFL51 0xF00633C6          MC 35 Read Data and Bit Flip Register 51
MTU_MC35_RDBFL52 0xF00633C8          MC 35 Read Data and Bit Flip Register 52
MTU_MC35_RDBFL53 0xF00633CA          MC 35 Read Data and Bit Flip Register 53
MTU_MC35_RDBFL54 0xF00633CC          MC 35 Read Data and Bit Flip Register 54
MTU_MC35_RDBFL55 0xF00633CE          MC 35 Read Data and Bit Flip Register 55
MTU_MC35_RDBFL56 0xF00633D0          MC 35 Read Data and Bit Flip Register 56
MTU_MC35_RDBFL57 0xF00633D2          MC 35 Read Data and Bit Flip Register 57
MTU_MC35_RDBFL58 0xF00633D4          MC 35 Read Data and Bit Flip Register 58
MTU_MC35_RDBFL59 0xF00633D6          MC 35 Read Data and Bit Flip Register 59
MTU_MC35_RDBFL60 0xF00633D8          MC 35 Read Data and Bit Flip Register 60
MTU_MC35_RDBFL61 0xF00633DA          MC 35 Read Data and Bit Flip Register 61
MTU_MC35_RDBFL62 0xF00633DC          MC 35 Read Data and Bit Flip Register 62
MTU_MC35_RDBFL63 0xF00633DE          MC 35 Read Data and Bit Flip Register 63
MTU_MC35_RDBFL64 0xF00633E0          MC 35 Read Data and Bit Flip Register 64
MTU_MC35_RDBFL65 0xF00633E2          MC 35 Read Data and Bit Flip Register 65
MTU_MC35_RDBFL66 0xF00633E4          MC 35 Read Data and Bit Flip Register 66
MTU_MC35_ALMSRCS 0xF00633EE          MC 35 Alarm Sources Configuration Register
MTU_MC35_FAULTSTS 0xF00633F0          MC 35 SSH Safety Faults Status Register
MTU_MC35_ERRINFO0 0xF00633F2          MC 35 Error Information Register 0
MTU_MC35_ERRINFO1 0xF00633F4          MC 35 Error Information Register 1
MTU_MC35_ERRINFO2 0xF00633F6          MC 35 Error Information Register 2
MTU_MC35_ERRINFO3 0xF00633F8          MC 35 Error Information Register 3
MTU_MC35_ERRINFO4 0xF00633FA          MC 35 Error Information Register 4
MTU_MC36_CONFIG0 0xF0063400          MC 36 Configuration Register 0
MTU_MC36_CONFIG1 0xF0063402          MC 36 Configuration Register 1
MTU_MC36_MCONTROL 0xF0063404          MC 36 MBIST Control Register
MTU_MC36_MSTATUS 0xF0063406          MC 36 Status Register
MTU_MC36_RANGE  0xF0063408          MC 36 Range Register, single address mode
MTU_MC36_REVID  0xF006340C          MC 36 Revision ID Register
MTU_MC36_ECCS   0xF006340E          MC 36 ECC Safety Register
MTU_MC36_ECCD   0xF0063410          MC 36 Memory ECC Detection Register
MTU_MC36_ETRR0  0xF0063412          MC 36 Error Tracking Register 0
MTU_MC36_ETRR1  0xF0063414          MC 36 Error Tracking Register 1
MTU_MC36_ETRR2  0xF0063416          MC 36 Error Tracking Register 2
MTU_MC36_ETRR3  0xF0063418          MC 36 Error Tracking Register 3
MTU_MC36_ETRR4  0xF006341A          MC 36 Error Tracking Register 4
MTU_MC36_RDBFL0 0xF0063460          MC 36 Read Data and Bit Flip Register 0
MTU_MC36_RDBFL1 0xF0063462          MC 36 Read Data and Bit Flip Register 1
MTU_MC36_RDBFL2 0xF0063464          MC 36 Read Data and Bit Flip Register 2
MTU_MC36_RDBFL3 0xF0063466          MC 36 Read Data and Bit Flip Register 3
MTU_MC36_RDBFL4 0xF0063468          MC 36 Read Data and Bit Flip Register 4
MTU_MC36_RDBFL5 0xF006346A          MC 36 Read Data and Bit Flip Register 5
MTU_MC36_RDBFL6 0xF006346C          MC 36 Read Data and Bit Flip Register 6
MTU_MC36_RDBFL7 0xF006346E          MC 36 Read Data and Bit Flip Register 7
MTU_MC36_RDBFL8 0xF0063470          MC 36 Read Data and Bit Flip Register 8
MTU_MC36_RDBFL9 0xF0063472          MC 36 Read Data and Bit Flip Register 9
MTU_MC36_RDBFL10 0xF0063474          MC 36 Read Data and Bit Flip Register 10
MTU_MC36_RDBFL11 0xF0063476          MC 36 Read Data and Bit Flip Register 11
MTU_MC36_RDBFL12 0xF0063478          MC 36 Read Data and Bit Flip Register 12
MTU_MC36_RDBFL13 0xF006347A          MC 36 Read Data and Bit Flip Register 13
MTU_MC36_RDBFL14 0xF006347C          MC 36 Read Data and Bit Flip Register 14
MTU_MC36_RDBFL15 0xF006347E          MC 36 Read Data and Bit Flip Register 15
MTU_MC36_RDBFL16 0xF0063480          MC 36 Read Data and Bit Flip Register 16
MTU_MC36_RDBFL17 0xF0063482          MC 36 Read Data and Bit Flip Register 17
MTU_MC36_RDBFL18 0xF0063484          MC 36 Read Data and Bit Flip Register 18
MTU_MC36_RDBFL19 0xF0063486          MC 36 Read Data and Bit Flip Register 19
MTU_MC36_RDBFL20 0xF0063488          MC 36 Read Data and Bit Flip Register 20
MTU_MC36_RDBFL21 0xF006348A          MC 36 Read Data and Bit Flip Register 21
MTU_MC36_RDBFL22 0xF006348C          MC 36 Read Data and Bit Flip Register 22
MTU_MC36_RDBFL23 0xF006348E          MC 36 Read Data and Bit Flip Register 23
MTU_MC36_RDBFL24 0xF0063490          MC 36 Read Data and Bit Flip Register 24
MTU_MC36_RDBFL25 0xF0063492          MC 36 Read Data and Bit Flip Register 25
MTU_MC36_RDBFL26 0xF0063494          MC 36 Read Data and Bit Flip Register 26
MTU_MC36_RDBFL27 0xF0063496          MC 36 Read Data and Bit Flip Register 27
MTU_MC36_RDBFL28 0xF0063498          MC 36 Read Data and Bit Flip Register 28
MTU_MC36_RDBFL29 0xF006349A          MC 36 Read Data and Bit Flip Register 29
MTU_MC36_RDBFL30 0xF006349C          MC 36 Read Data and Bit Flip Register 30
MTU_MC36_RDBFL31 0xF006349E          MC 36 Read Data and Bit Flip Register 31
MTU_MC36_RDBFL32 0xF00634A0          MC 36 Read Data and Bit Flip Register 32
MTU_MC36_RDBFL33 0xF00634A2          MC 36 Read Data and Bit Flip Register 33
MTU_MC36_RDBFL34 0xF00634A4          MC 36 Read Data and Bit Flip Register 34
MTU_MC36_RDBFL35 0xF00634A6          MC 36 Read Data and Bit Flip Register 35
MTU_MC36_RDBFL36 0xF00634A8          MC 36 Read Data and Bit Flip Register 36
MTU_MC36_RDBFL37 0xF00634AA          MC 36 Read Data and Bit Flip Register 37
MTU_MC36_RDBFL38 0xF00634AC          MC 36 Read Data and Bit Flip Register 38
MTU_MC36_RDBFL39 0xF00634AE          MC 36 Read Data and Bit Flip Register 39
MTU_MC36_RDBFL40 0xF00634B0          MC 36 Read Data and Bit Flip Register 40
MTU_MC36_RDBFL41 0xF00634B2          MC 36 Read Data and Bit Flip Register 41
MTU_MC36_RDBFL42 0xF00634B4          MC 36 Read Data and Bit Flip Register 42
MTU_MC36_RDBFL43 0xF00634B6          MC 36 Read Data and Bit Flip Register 43
MTU_MC36_RDBFL44 0xF00634B8          MC 36 Read Data and Bit Flip Register 44
MTU_MC36_RDBFL45 0xF00634BA          MC 36 Read Data and Bit Flip Register 45
MTU_MC36_RDBFL46 0xF00634BC          MC 36 Read Data and Bit Flip Register 46
MTU_MC36_RDBFL47 0xF00634BE          MC 36 Read Data and Bit Flip Register 47
MTU_MC36_RDBFL48 0xF00634C0          MC 36 Read Data and Bit Flip Register 48
MTU_MC36_RDBFL49 0xF00634C2          MC 36 Read Data and Bit Flip Register 49
MTU_MC36_RDBFL50 0xF00634C4          MC 36 Read Data and Bit Flip Register 50
MTU_MC36_RDBFL51 0xF00634C6          MC 36 Read Data and Bit Flip Register 51
MTU_MC36_RDBFL52 0xF00634C8          MC 36 Read Data and Bit Flip Register 52
MTU_MC36_RDBFL53 0xF00634CA          MC 36 Read Data and Bit Flip Register 53
MTU_MC36_RDBFL54 0xF00634CC          MC 36 Read Data and Bit Flip Register 54
MTU_MC36_RDBFL55 0xF00634CE          MC 36 Read Data and Bit Flip Register 55
MTU_MC36_RDBFL56 0xF00634D0          MC 36 Read Data and Bit Flip Register 56
MTU_MC36_RDBFL57 0xF00634D2          MC 36 Read Data and Bit Flip Register 57
MTU_MC36_RDBFL58 0xF00634D4          MC 36 Read Data and Bit Flip Register 58
MTU_MC36_RDBFL59 0xF00634D6          MC 36 Read Data and Bit Flip Register 59
MTU_MC36_RDBFL60 0xF00634D8          MC 36 Read Data and Bit Flip Register 60
MTU_MC36_RDBFL61 0xF00634DA          MC 36 Read Data and Bit Flip Register 61
MTU_MC36_RDBFL62 0xF00634DC          MC 36 Read Data and Bit Flip Register 62
MTU_MC36_RDBFL63 0xF00634DE          MC 36 Read Data and Bit Flip Register 63
MTU_MC36_RDBFL64 0xF00634E0          MC 36 Read Data and Bit Flip Register 64
MTU_MC36_RDBFL65 0xF00634E2          MC 36 Read Data and Bit Flip Register 65
MTU_MC36_RDBFL66 0xF00634E4          MC 36 Read Data and Bit Flip Register 66
MTU_MC36_ALMSRCS 0xF00634EE          MC 36 Alarm Sources Configuration Register
MTU_MC36_FAULTSTS 0xF00634F0          MC 36 SSH Safety Faults Status Register
MTU_MC36_ERRINFO0 0xF00634F2          MC 36 Error Information Register 0
MTU_MC36_ERRINFO1 0xF00634F4          MC 36 Error Information Register 1
MTU_MC36_ERRINFO2 0xF00634F6          MC 36 Error Information Register 2
MTU_MC36_ERRINFO3 0xF00634F8          MC 36 Error Information Register 3
MTU_MC36_ERRINFO4 0xF00634FA          MC 36 Error Information Register 4
MTU_MC37_CONFIG0 0xF0063500          MC 37 Configuration Register 0
MTU_MC37_CONFIG1 0xF0063502          MC 37 Configuration Register 1
MTU_MC37_MCONTROL 0xF0063504          MC 37 MBIST Control Register
MTU_MC37_MSTATUS 0xF0063506          MC 37 Status Register
MTU_MC37_RANGE  0xF0063508          MC 37 Range Register, single address mode
MTU_MC37_REVID  0xF006350C          MC 37 Revision ID Register
MTU_MC37_ECCS   0xF006350E          MC 37 ECC Safety Register
MTU_MC37_ECCD   0xF0063510          MC 37 Memory ECC Detection Register
MTU_MC37_ETRR0  0xF0063512          MC 37 Error Tracking Register 0
MTU_MC37_ETRR1  0xF0063514          MC 37 Error Tracking Register 1
MTU_MC37_ETRR2  0xF0063516          MC 37 Error Tracking Register 2
MTU_MC37_ETRR3  0xF0063518          MC 37 Error Tracking Register 3
MTU_MC37_ETRR4  0xF006351A          MC 37 Error Tracking Register 4
MTU_MC37_RDBFL0 0xF0063560          MC 37 Read Data and Bit Flip Register 0
MTU_MC37_RDBFL1 0xF0063562          MC 37 Read Data and Bit Flip Register 1
MTU_MC37_RDBFL2 0xF0063564          MC 37 Read Data and Bit Flip Register 2
MTU_MC37_RDBFL3 0xF0063566          MC 37 Read Data and Bit Flip Register 3
MTU_MC37_RDBFL4 0xF0063568          MC 37 Read Data and Bit Flip Register 4
MTU_MC37_RDBFL5 0xF006356A          MC 37 Read Data and Bit Flip Register 5
MTU_MC37_RDBFL6 0xF006356C          MC 37 Read Data and Bit Flip Register 6
MTU_MC37_RDBFL7 0xF006356E          MC 37 Read Data and Bit Flip Register 7
MTU_MC37_RDBFL8 0xF0063570          MC 37 Read Data and Bit Flip Register 8
MTU_MC37_RDBFL9 0xF0063572          MC 37 Read Data and Bit Flip Register 9
MTU_MC37_RDBFL10 0xF0063574          MC 37 Read Data and Bit Flip Register 10
MTU_MC37_RDBFL11 0xF0063576          MC 37 Read Data and Bit Flip Register 11
MTU_MC37_RDBFL12 0xF0063578          MC 37 Read Data and Bit Flip Register 12
MTU_MC37_RDBFL13 0xF006357A          MC 37 Read Data and Bit Flip Register 13
MTU_MC37_RDBFL14 0xF006357C          MC 37 Read Data and Bit Flip Register 14
MTU_MC37_RDBFL15 0xF006357E          MC 37 Read Data and Bit Flip Register 15
MTU_MC37_RDBFL16 0xF0063580          MC 37 Read Data and Bit Flip Register 16
MTU_MC37_RDBFL17 0xF0063582          MC 37 Read Data and Bit Flip Register 17
MTU_MC37_RDBFL18 0xF0063584          MC 37 Read Data and Bit Flip Register 18
MTU_MC37_RDBFL19 0xF0063586          MC 37 Read Data and Bit Flip Register 19
MTU_MC37_RDBFL20 0xF0063588          MC 37 Read Data and Bit Flip Register 20
MTU_MC37_RDBFL21 0xF006358A          MC 37 Read Data and Bit Flip Register 21
MTU_MC37_RDBFL22 0xF006358C          MC 37 Read Data and Bit Flip Register 22
MTU_MC37_RDBFL23 0xF006358E          MC 37 Read Data and Bit Flip Register 23
MTU_MC37_RDBFL24 0xF0063590          MC 37 Read Data and Bit Flip Register 24
MTU_MC37_RDBFL25 0xF0063592          MC 37 Read Data and Bit Flip Register 25
MTU_MC37_RDBFL26 0xF0063594          MC 37 Read Data and Bit Flip Register 26
MTU_MC37_RDBFL27 0xF0063596          MC 37 Read Data and Bit Flip Register 27
MTU_MC37_RDBFL28 0xF0063598          MC 37 Read Data and Bit Flip Register 28
MTU_MC37_RDBFL29 0xF006359A          MC 37 Read Data and Bit Flip Register 29
MTU_MC37_RDBFL30 0xF006359C          MC 37 Read Data and Bit Flip Register 30
MTU_MC37_RDBFL31 0xF006359E          MC 37 Read Data and Bit Flip Register 31
MTU_MC37_RDBFL32 0xF00635A0          MC 37 Read Data and Bit Flip Register 32
MTU_MC37_RDBFL33 0xF00635A2          MC 37 Read Data and Bit Flip Register 33
MTU_MC37_RDBFL34 0xF00635A4          MC 37 Read Data and Bit Flip Register 34
MTU_MC37_RDBFL35 0xF00635A6          MC 37 Read Data and Bit Flip Register 35
MTU_MC37_RDBFL36 0xF00635A8          MC 37 Read Data and Bit Flip Register 36
MTU_MC37_RDBFL37 0xF00635AA          MC 37 Read Data and Bit Flip Register 37
MTU_MC37_RDBFL38 0xF00635AC          MC 37 Read Data and Bit Flip Register 38
MTU_MC37_RDBFL39 0xF00635AE          MC 37 Read Data and Bit Flip Register 39
MTU_MC37_RDBFL40 0xF00635B0          MC 37 Read Data and Bit Flip Register 40
MTU_MC37_RDBFL41 0xF00635B2          MC 37 Read Data and Bit Flip Register 41
MTU_MC37_RDBFL42 0xF00635B4          MC 37 Read Data and Bit Flip Register 42
MTU_MC37_RDBFL43 0xF00635B6          MC 37 Read Data and Bit Flip Register 43
MTU_MC37_RDBFL44 0xF00635B8          MC 37 Read Data and Bit Flip Register 44
MTU_MC37_RDBFL45 0xF00635BA          MC 37 Read Data and Bit Flip Register 45
MTU_MC37_RDBFL46 0xF00635BC          MC 37 Read Data and Bit Flip Register 46
MTU_MC37_RDBFL47 0xF00635BE          MC 37 Read Data and Bit Flip Register 47
MTU_MC37_RDBFL48 0xF00635C0          MC 37 Read Data and Bit Flip Register 48
MTU_MC37_RDBFL49 0xF00635C2          MC 37 Read Data and Bit Flip Register 49
MTU_MC37_RDBFL50 0xF00635C4          MC 37 Read Data and Bit Flip Register 50
MTU_MC37_RDBFL51 0xF00635C6          MC 37 Read Data and Bit Flip Register 51
MTU_MC37_RDBFL52 0xF00635C8          MC 37 Read Data and Bit Flip Register 52
MTU_MC37_RDBFL53 0xF00635CA          MC 37 Read Data and Bit Flip Register 53
MTU_MC37_RDBFL54 0xF00635CC          MC 37 Read Data and Bit Flip Register 54
MTU_MC37_RDBFL55 0xF00635CE          MC 37 Read Data and Bit Flip Register 55
MTU_MC37_RDBFL56 0xF00635D0          MC 37 Read Data and Bit Flip Register 56
MTU_MC37_RDBFL57 0xF00635D2          MC 37 Read Data and Bit Flip Register 57
MTU_MC37_RDBFL58 0xF00635D4          MC 37 Read Data and Bit Flip Register 58
MTU_MC37_RDBFL59 0xF00635D6          MC 37 Read Data and Bit Flip Register 59
MTU_MC37_RDBFL60 0xF00635D8          MC 37 Read Data and Bit Flip Register 60
MTU_MC37_RDBFL61 0xF00635DA          MC 37 Read Data and Bit Flip Register 61
MTU_MC37_RDBFL62 0xF00635DC          MC 37 Read Data and Bit Flip Register 62
MTU_MC37_RDBFL63 0xF00635DE          MC 37 Read Data and Bit Flip Register 63
MTU_MC37_RDBFL64 0xF00635E0          MC 37 Read Data and Bit Flip Register 64
MTU_MC37_RDBFL65 0xF00635E2          MC 37 Read Data and Bit Flip Register 65
MTU_MC37_RDBFL66 0xF00635E4          MC 37 Read Data and Bit Flip Register 66
MTU_MC37_ALMSRCS 0xF00635EE          MC 37 Alarm Sources Configuration Register
MTU_MC37_FAULTSTS 0xF00635F0          MC 37 SSH Safety Faults Status Register
MTU_MC37_ERRINFO0 0xF00635F2          MC 37 Error Information Register 0
MTU_MC37_ERRINFO1 0xF00635F4          MC 37 Error Information Register 1
MTU_MC37_ERRINFO2 0xF00635F6          MC 37 Error Information Register 2
MTU_MC37_ERRINFO3 0xF00635F8          MC 37 Error Information Register 3
MTU_MC37_ERRINFO4 0xF00635FA          MC 37 Error Information Register 4
MTU_MC38_CONFIG0 0xF0063600          MC 38 Configuration Register 0
MTU_MC38_CONFIG1 0xF0063602          MC 38 Configuration Register 1
MTU_MC38_MCONTROL 0xF0063604          MC 38 MBIST Control Register
MTU_MC38_MSTATUS 0xF0063606          MC 38 Status Register
MTU_MC38_RANGE  0xF0063608          MC 38 Range Register, single address mode
MTU_MC38_REVID  0xF006360C          MC 38 Revision ID Register
MTU_MC38_ECCS   0xF006360E          MC 38 ECC Safety Register
MTU_MC38_ECCD   0xF0063610          MC 38 Memory ECC Detection Register
MTU_MC38_ETRR0  0xF0063612          MC 38 Error Tracking Register 0
MTU_MC38_ETRR1  0xF0063614          MC 38 Error Tracking Register 1
MTU_MC38_ETRR2  0xF0063616          MC 38 Error Tracking Register 2
MTU_MC38_ETRR3  0xF0063618          MC 38 Error Tracking Register 3
MTU_MC38_ETRR4  0xF006361A          MC 38 Error Tracking Register 4
MTU_MC38_RDBFL0 0xF0063660          MC 38 Read Data and Bit Flip Register 0
MTU_MC38_RDBFL1 0xF0063662          MC 38 Read Data and Bit Flip Register 1
MTU_MC38_RDBFL2 0xF0063664          MC 38 Read Data and Bit Flip Register 2
MTU_MC38_RDBFL3 0xF0063666          MC 38 Read Data and Bit Flip Register 3
MTU_MC38_RDBFL4 0xF0063668          MC 38 Read Data and Bit Flip Register 4
MTU_MC38_RDBFL5 0xF006366A          MC 38 Read Data and Bit Flip Register 5
MTU_MC38_RDBFL6 0xF006366C          MC 38 Read Data and Bit Flip Register 6
MTU_MC38_RDBFL7 0xF006366E          MC 38 Read Data and Bit Flip Register 7
MTU_MC38_RDBFL8 0xF0063670          MC 38 Read Data and Bit Flip Register 8
MTU_MC38_RDBFL9 0xF0063672          MC 38 Read Data and Bit Flip Register 9
MTU_MC38_RDBFL10 0xF0063674          MC 38 Read Data and Bit Flip Register 10
MTU_MC38_RDBFL11 0xF0063676          MC 38 Read Data and Bit Flip Register 11
MTU_MC38_RDBFL12 0xF0063678          MC 38 Read Data and Bit Flip Register 12
MTU_MC38_RDBFL13 0xF006367A          MC 38 Read Data and Bit Flip Register 13
MTU_MC38_RDBFL14 0xF006367C          MC 38 Read Data and Bit Flip Register 14
MTU_MC38_RDBFL15 0xF006367E          MC 38 Read Data and Bit Flip Register 15
MTU_MC38_RDBFL16 0xF0063680          MC 38 Read Data and Bit Flip Register 16
MTU_MC38_RDBFL17 0xF0063682          MC 38 Read Data and Bit Flip Register 17
MTU_MC38_RDBFL18 0xF0063684          MC 38 Read Data and Bit Flip Register 18
MTU_MC38_RDBFL19 0xF0063686          MC 38 Read Data and Bit Flip Register 19
MTU_MC38_RDBFL20 0xF0063688          MC 38 Read Data and Bit Flip Register 20
MTU_MC38_RDBFL21 0xF006368A          MC 38 Read Data and Bit Flip Register 21
MTU_MC38_RDBFL22 0xF006368C          MC 38 Read Data and Bit Flip Register 22
MTU_MC38_RDBFL23 0xF006368E          MC 38 Read Data and Bit Flip Register 23
MTU_MC38_RDBFL24 0xF0063690          MC 38 Read Data and Bit Flip Register 24
MTU_MC38_RDBFL25 0xF0063692          MC 38 Read Data and Bit Flip Register 25
MTU_MC38_RDBFL26 0xF0063694          MC 38 Read Data and Bit Flip Register 26
MTU_MC38_RDBFL27 0xF0063696          MC 38 Read Data and Bit Flip Register 27
MTU_MC38_RDBFL28 0xF0063698          MC 38 Read Data and Bit Flip Register 28
MTU_MC38_RDBFL29 0xF006369A          MC 38 Read Data and Bit Flip Register 29
MTU_MC38_RDBFL30 0xF006369C          MC 38 Read Data and Bit Flip Register 30
MTU_MC38_RDBFL31 0xF006369E          MC 38 Read Data and Bit Flip Register 31
MTU_MC38_RDBFL32 0xF00636A0          MC 38 Read Data and Bit Flip Register 32
MTU_MC38_RDBFL33 0xF00636A2          MC 38 Read Data and Bit Flip Register 33
MTU_MC38_RDBFL34 0xF00636A4          MC 38 Read Data and Bit Flip Register 34
MTU_MC38_RDBFL35 0xF00636A6          MC 38 Read Data and Bit Flip Register 35
MTU_MC38_RDBFL36 0xF00636A8          MC 38 Read Data and Bit Flip Register 36
MTU_MC38_RDBFL37 0xF00636AA          MC 38 Read Data and Bit Flip Register 37
MTU_MC38_RDBFL38 0xF00636AC          MC 38 Read Data and Bit Flip Register 38
MTU_MC38_RDBFL39 0xF00636AE          MC 38 Read Data and Bit Flip Register 39
MTU_MC38_RDBFL40 0xF00636B0          MC 38 Read Data and Bit Flip Register 40
MTU_MC38_RDBFL41 0xF00636B2          MC 38 Read Data and Bit Flip Register 41
MTU_MC38_RDBFL42 0xF00636B4          MC 38 Read Data and Bit Flip Register 42
MTU_MC38_RDBFL43 0xF00636B6          MC 38 Read Data and Bit Flip Register 43
MTU_MC38_RDBFL44 0xF00636B8          MC 38 Read Data and Bit Flip Register 44
MTU_MC38_RDBFL45 0xF00636BA          MC 38 Read Data and Bit Flip Register 45
MTU_MC38_RDBFL46 0xF00636BC          MC 38 Read Data and Bit Flip Register 46
MTU_MC38_RDBFL47 0xF00636BE          MC 38 Read Data and Bit Flip Register 47
MTU_MC38_RDBFL48 0xF00636C0          MC 38 Read Data and Bit Flip Register 48
MTU_MC38_RDBFL49 0xF00636C2          MC 38 Read Data and Bit Flip Register 49
MTU_MC38_RDBFL50 0xF00636C4          MC 38 Read Data and Bit Flip Register 50
MTU_MC38_RDBFL51 0xF00636C6          MC 38 Read Data and Bit Flip Register 51
MTU_MC38_RDBFL52 0xF00636C8          MC 38 Read Data and Bit Flip Register 52
MTU_MC38_RDBFL53 0xF00636CA          MC 38 Read Data and Bit Flip Register 53
MTU_MC38_RDBFL54 0xF00636CC          MC 38 Read Data and Bit Flip Register 54
MTU_MC38_RDBFL55 0xF00636CE          MC 38 Read Data and Bit Flip Register 55
MTU_MC38_RDBFL56 0xF00636D0          MC 38 Read Data and Bit Flip Register 56
MTU_MC38_RDBFL57 0xF00636D2          MC 38 Read Data and Bit Flip Register 57
MTU_MC38_RDBFL58 0xF00636D4          MC 38 Read Data and Bit Flip Register 58
MTU_MC38_RDBFL59 0xF00636D6          MC 38 Read Data and Bit Flip Register 59
MTU_MC38_RDBFL60 0xF00636D8          MC 38 Read Data and Bit Flip Register 60
MTU_MC38_RDBFL61 0xF00636DA          MC 38 Read Data and Bit Flip Register 61
MTU_MC38_RDBFL62 0xF00636DC          MC 38 Read Data and Bit Flip Register 62
MTU_MC38_RDBFL63 0xF00636DE          MC 38 Read Data and Bit Flip Register 63
MTU_MC38_RDBFL64 0xF00636E0          MC 38 Read Data and Bit Flip Register 64
MTU_MC38_RDBFL65 0xF00636E2          MC 38 Read Data and Bit Flip Register 65
MTU_MC38_RDBFL66 0xF00636E4          MC 38 Read Data and Bit Flip Register 66
MTU_MC38_ALMSRCS 0xF00636EE          MC 38 Alarm Sources Configuration Register
MTU_MC38_FAULTSTS 0xF00636F0          MC 38 SSH Safety Faults Status Register
MTU_MC38_ERRINFO0 0xF00636F2          MC 38 Error Information Register 0
MTU_MC38_ERRINFO1 0xF00636F4          MC 38 Error Information Register 1
MTU_MC38_ERRINFO2 0xF00636F6          MC 38 Error Information Register 2
MTU_MC38_ERRINFO3 0xF00636F8          MC 38 Error Information Register 3
MTU_MC38_ERRINFO4 0xF00636FA          MC 38 Error Information Register 4
MTU_MC39_CONFIG0 0xF0063700          MC 39 Configuration Register 0
MTU_MC39_CONFIG1 0xF0063702          MC 39 Configuration Register 1
MTU_MC39_MCONTROL 0xF0063704          MC 39 MBIST Control Register
MTU_MC39_MSTATUS 0xF0063706          MC 39 Status Register
MTU_MC39_RANGE  0xF0063708          MC 39 Range Register, single address mode
MTU_MC39_REVID  0xF006370C          MC 39 Revision ID Register
MTU_MC39_ECCS   0xF006370E          MC 39 ECC Safety Register
MTU_MC39_ECCD   0xF0063710          MC 39 Memory ECC Detection Register
MTU_MC39_ETRR0  0xF0063712          MC 39 Error Tracking Register 0
MTU_MC39_ETRR1  0xF0063714          MC 39 Error Tracking Register 1
MTU_MC39_ETRR2  0xF0063716          MC 39 Error Tracking Register 2
MTU_MC39_ETRR3  0xF0063718          MC 39 Error Tracking Register 3
MTU_MC39_ETRR4  0xF006371A          MC 39 Error Tracking Register 4
MTU_MC39_RDBFL0 0xF0063760          MC 39 Read Data and Bit Flip Register 0
MTU_MC39_RDBFL1 0xF0063762          MC 39 Read Data and Bit Flip Register 1
MTU_MC39_RDBFL2 0xF0063764          MC 39 Read Data and Bit Flip Register 2
MTU_MC39_RDBFL3 0xF0063766          MC 39 Read Data and Bit Flip Register 3
MTU_MC39_RDBFL4 0xF0063768          MC 39 Read Data and Bit Flip Register 4
MTU_MC39_RDBFL5 0xF006376A          MC 39 Read Data and Bit Flip Register 5
MTU_MC39_RDBFL6 0xF006376C          MC 39 Read Data and Bit Flip Register 6
MTU_MC39_RDBFL7 0xF006376E          MC 39 Read Data and Bit Flip Register 7
MTU_MC39_RDBFL8 0xF0063770          MC 39 Read Data and Bit Flip Register 8
MTU_MC39_RDBFL9 0xF0063772          MC 39 Read Data and Bit Flip Register 9
MTU_MC39_RDBFL10 0xF0063774          MC 39 Read Data and Bit Flip Register 10
MTU_MC39_RDBFL11 0xF0063776          MC 39 Read Data and Bit Flip Register 11
MTU_MC39_RDBFL12 0xF0063778          MC 39 Read Data and Bit Flip Register 12
MTU_MC39_RDBFL13 0xF006377A          MC 39 Read Data and Bit Flip Register 13
MTU_MC39_RDBFL14 0xF006377C          MC 39 Read Data and Bit Flip Register 14
MTU_MC39_RDBFL15 0xF006377E          MC 39 Read Data and Bit Flip Register 15
MTU_MC39_RDBFL16 0xF0063780          MC 39 Read Data and Bit Flip Register 16
MTU_MC39_RDBFL17 0xF0063782          MC 39 Read Data and Bit Flip Register 17
MTU_MC39_RDBFL18 0xF0063784          MC 39 Read Data and Bit Flip Register 18
MTU_MC39_RDBFL19 0xF0063786          MC 39 Read Data and Bit Flip Register 19
MTU_MC39_RDBFL20 0xF0063788          MC 39 Read Data and Bit Flip Register 20
MTU_MC39_RDBFL21 0xF006378A          MC 39 Read Data and Bit Flip Register 21
MTU_MC39_RDBFL22 0xF006378C          MC 39 Read Data and Bit Flip Register 22
MTU_MC39_RDBFL23 0xF006378E          MC 39 Read Data and Bit Flip Register 23
MTU_MC39_RDBFL24 0xF0063790          MC 39 Read Data and Bit Flip Register 24
MTU_MC39_RDBFL25 0xF0063792          MC 39 Read Data and Bit Flip Register 25
MTU_MC39_RDBFL26 0xF0063794          MC 39 Read Data and Bit Flip Register 26
MTU_MC39_RDBFL27 0xF0063796          MC 39 Read Data and Bit Flip Register 27
MTU_MC39_RDBFL28 0xF0063798          MC 39 Read Data and Bit Flip Register 28
MTU_MC39_RDBFL29 0xF006379A          MC 39 Read Data and Bit Flip Register 29
MTU_MC39_RDBFL30 0xF006379C          MC 39 Read Data and Bit Flip Register 30
MTU_MC39_RDBFL31 0xF006379E          MC 39 Read Data and Bit Flip Register 31
MTU_MC39_RDBFL32 0xF00637A0          MC 39 Read Data and Bit Flip Register 32
MTU_MC39_RDBFL33 0xF00637A2          MC 39 Read Data and Bit Flip Register 33
MTU_MC39_RDBFL34 0xF00637A4          MC 39 Read Data and Bit Flip Register 34
MTU_MC39_RDBFL35 0xF00637A6          MC 39 Read Data and Bit Flip Register 35
MTU_MC39_RDBFL36 0xF00637A8          MC 39 Read Data and Bit Flip Register 36
MTU_MC39_RDBFL37 0xF00637AA          MC 39 Read Data and Bit Flip Register 37
MTU_MC39_RDBFL38 0xF00637AC          MC 39 Read Data and Bit Flip Register 38
MTU_MC39_RDBFL39 0xF00637AE          MC 39 Read Data and Bit Flip Register 39
MTU_MC39_RDBFL40 0xF00637B0          MC 39 Read Data and Bit Flip Register 40
MTU_MC39_RDBFL41 0xF00637B2          MC 39 Read Data and Bit Flip Register 41
MTU_MC39_RDBFL42 0xF00637B4          MC 39 Read Data and Bit Flip Register 42
MTU_MC39_RDBFL43 0xF00637B6          MC 39 Read Data and Bit Flip Register 43
MTU_MC39_RDBFL44 0xF00637B8          MC 39 Read Data and Bit Flip Register 44
MTU_MC39_RDBFL45 0xF00637BA          MC 39 Read Data and Bit Flip Register 45
MTU_MC39_RDBFL46 0xF00637BC          MC 39 Read Data and Bit Flip Register 46
MTU_MC39_RDBFL47 0xF00637BE          MC 39 Read Data and Bit Flip Register 47
MTU_MC39_RDBFL48 0xF00637C0          MC 39 Read Data and Bit Flip Register 48
MTU_MC39_RDBFL49 0xF00637C2          MC 39 Read Data and Bit Flip Register 49
MTU_MC39_RDBFL50 0xF00637C4          MC 39 Read Data and Bit Flip Register 50
MTU_MC39_RDBFL51 0xF00637C6          MC 39 Read Data and Bit Flip Register 51
MTU_MC39_RDBFL52 0xF00637C8          MC 39 Read Data and Bit Flip Register 52
MTU_MC39_RDBFL53 0xF00637CA          MC 39 Read Data and Bit Flip Register 53
MTU_MC39_RDBFL54 0xF00637CC          MC 39 Read Data and Bit Flip Register 54
MTU_MC39_RDBFL55 0xF00637CE          MC 39 Read Data and Bit Flip Register 55
MTU_MC39_RDBFL56 0xF00637D0          MC 39 Read Data and Bit Flip Register 56
MTU_MC39_RDBFL57 0xF00637D2          MC 39 Read Data and Bit Flip Register 57
MTU_MC39_RDBFL58 0xF00637D4          MC 39 Read Data and Bit Flip Register 58
MTU_MC39_RDBFL59 0xF00637D6          MC 39 Read Data and Bit Flip Register 59
MTU_MC39_RDBFL60 0xF00637D8          MC 39 Read Data and Bit Flip Register 60
MTU_MC39_RDBFL61 0xF00637DA          MC 39 Read Data and Bit Flip Register 61
MTU_MC39_RDBFL62 0xF00637DC          MC 39 Read Data and Bit Flip Register 62
MTU_MC39_RDBFL63 0xF00637DE          MC 39 Read Data and Bit Flip Register 63
MTU_MC39_RDBFL64 0xF00637E0          MC 39 Read Data and Bit Flip Register 64
MTU_MC39_RDBFL65 0xF00637E2          MC 39 Read Data and Bit Flip Register 65
MTU_MC39_RDBFL66 0xF00637E4          MC 39 Read Data and Bit Flip Register 66
MTU_MC39_ALMSRCS 0xF00637EE          MC 39 Alarm Sources Configuration Register
MTU_MC39_FAULTSTS 0xF00637F0          MC 39 SSH Safety Faults Status Register
MTU_MC39_ERRINFO0 0xF00637F2          MC 39 Error Information Register 0
MTU_MC39_ERRINFO1 0xF00637F4          MC 39 Error Information Register 1
MTU_MC39_ERRINFO2 0xF00637F6          MC 39 Error Information Register 2
MTU_MC39_ERRINFO3 0xF00637F8          MC 39 Error Information Register 3
MTU_MC39_ERRINFO4 0xF00637FA          MC 39 Error Information Register 4
MTU_MC40_CONFIG0 0xF0063800          MC 40 Configuration Register 0
MTU_MC40_CONFIG1 0xF0063802          MC 40 Configuration Register 1
MTU_MC40_MCONTROL 0xF0063804          MC 40 MBIST Control Register
MTU_MC40_MSTATUS 0xF0063806          MC 40 Status Register
MTU_MC40_RANGE  0xF0063808          MC 40 Range Register, single address mode
MTU_MC40_REVID  0xF006380C          MC 40 Revision ID Register
MTU_MC40_ECCS   0xF006380E          MC 40 ECC Safety Register
MTU_MC40_ECCD   0xF0063810          MC 40 Memory ECC Detection Register
MTU_MC40_ETRR0  0xF0063812          MC 40 Error Tracking Register 0
MTU_MC40_ETRR1  0xF0063814          MC 40 Error Tracking Register 1
MTU_MC40_ETRR2  0xF0063816          MC 40 Error Tracking Register 2
MTU_MC40_ETRR3  0xF0063818          MC 40 Error Tracking Register 3
MTU_MC40_ETRR4  0xF006381A          MC 40 Error Tracking Register 4
MTU_MC40_RDBFL0 0xF0063860          MC 40 Read Data and Bit Flip Register 0
MTU_MC40_RDBFL1 0xF0063862          MC 40 Read Data and Bit Flip Register 1
MTU_MC40_RDBFL2 0xF0063864          MC 40 Read Data and Bit Flip Register 2
MTU_MC40_RDBFL3 0xF0063866          MC 40 Read Data and Bit Flip Register 3
MTU_MC40_RDBFL4 0xF0063868          MC 40 Read Data and Bit Flip Register 4
MTU_MC40_RDBFL5 0xF006386A          MC 40 Read Data and Bit Flip Register 5
MTU_MC40_RDBFL6 0xF006386C          MC 40 Read Data and Bit Flip Register 6
MTU_MC40_RDBFL7 0xF006386E          MC 40 Read Data and Bit Flip Register 7
MTU_MC40_RDBFL8 0xF0063870          MC 40 Read Data and Bit Flip Register 8
MTU_MC40_RDBFL9 0xF0063872          MC 40 Read Data and Bit Flip Register 9
MTU_MC40_RDBFL10 0xF0063874          MC 40 Read Data and Bit Flip Register 10
MTU_MC40_RDBFL11 0xF0063876          MC 40 Read Data and Bit Flip Register 11
MTU_MC40_RDBFL12 0xF0063878          MC 40 Read Data and Bit Flip Register 12
MTU_MC40_RDBFL13 0xF006387A          MC 40 Read Data and Bit Flip Register 13
MTU_MC40_RDBFL14 0xF006387C          MC 40 Read Data and Bit Flip Register 14
MTU_MC40_RDBFL15 0xF006387E          MC 40 Read Data and Bit Flip Register 15
MTU_MC40_RDBFL16 0xF0063880          MC 40 Read Data and Bit Flip Register 16
MTU_MC40_RDBFL17 0xF0063882          MC 40 Read Data and Bit Flip Register 17
MTU_MC40_RDBFL18 0xF0063884          MC 40 Read Data and Bit Flip Register 18
MTU_MC40_RDBFL19 0xF0063886          MC 40 Read Data and Bit Flip Register 19
MTU_MC40_RDBFL20 0xF0063888          MC 40 Read Data and Bit Flip Register 20
MTU_MC40_RDBFL21 0xF006388A          MC 40 Read Data and Bit Flip Register 21
MTU_MC40_RDBFL22 0xF006388C          MC 40 Read Data and Bit Flip Register 22
MTU_MC40_RDBFL23 0xF006388E          MC 40 Read Data and Bit Flip Register 23
MTU_MC40_RDBFL24 0xF0063890          MC 40 Read Data and Bit Flip Register 24
MTU_MC40_RDBFL25 0xF0063892          MC 40 Read Data and Bit Flip Register 25
MTU_MC40_RDBFL26 0xF0063894          MC 40 Read Data and Bit Flip Register 26
MTU_MC40_RDBFL27 0xF0063896          MC 40 Read Data and Bit Flip Register 27
MTU_MC40_RDBFL28 0xF0063898          MC 40 Read Data and Bit Flip Register 28
MTU_MC40_RDBFL29 0xF006389A          MC 40 Read Data and Bit Flip Register 29
MTU_MC40_RDBFL30 0xF006389C          MC 40 Read Data and Bit Flip Register 30
MTU_MC40_RDBFL31 0xF006389E          MC 40 Read Data and Bit Flip Register 31
MTU_MC40_RDBFL32 0xF00638A0          MC 40 Read Data and Bit Flip Register 32
MTU_MC40_RDBFL33 0xF00638A2          MC 40 Read Data and Bit Flip Register 33
MTU_MC40_RDBFL34 0xF00638A4          MC 40 Read Data and Bit Flip Register 34
MTU_MC40_RDBFL35 0xF00638A6          MC 40 Read Data and Bit Flip Register 35
MTU_MC40_RDBFL36 0xF00638A8          MC 40 Read Data and Bit Flip Register 36
MTU_MC40_RDBFL37 0xF00638AA          MC 40 Read Data and Bit Flip Register 37
MTU_MC40_RDBFL38 0xF00638AC          MC 40 Read Data and Bit Flip Register 38
MTU_MC40_RDBFL39 0xF00638AE          MC 40 Read Data and Bit Flip Register 39
MTU_MC40_RDBFL40 0xF00638B0          MC 40 Read Data and Bit Flip Register 40
MTU_MC40_RDBFL41 0xF00638B2          MC 40 Read Data and Bit Flip Register 41
MTU_MC40_RDBFL42 0xF00638B4          MC 40 Read Data and Bit Flip Register 42
MTU_MC40_RDBFL43 0xF00638B6          MC 40 Read Data and Bit Flip Register 43
MTU_MC40_RDBFL44 0xF00638B8          MC 40 Read Data and Bit Flip Register 44
MTU_MC40_RDBFL45 0xF00638BA          MC 40 Read Data and Bit Flip Register 45
MTU_MC40_RDBFL46 0xF00638BC          MC 40 Read Data and Bit Flip Register 46
MTU_MC40_RDBFL47 0xF00638BE          MC 40 Read Data and Bit Flip Register 47
MTU_MC40_RDBFL48 0xF00638C0          MC 40 Read Data and Bit Flip Register 48
MTU_MC40_RDBFL49 0xF00638C2          MC 40 Read Data and Bit Flip Register 49
MTU_MC40_RDBFL50 0xF00638C4          MC 40 Read Data and Bit Flip Register 50
MTU_MC40_RDBFL51 0xF00638C6          MC 40 Read Data and Bit Flip Register 51
MTU_MC40_RDBFL52 0xF00638C8          MC 40 Read Data and Bit Flip Register 52
MTU_MC40_RDBFL53 0xF00638CA          MC 40 Read Data and Bit Flip Register 53
MTU_MC40_RDBFL54 0xF00638CC          MC 40 Read Data and Bit Flip Register 54
MTU_MC40_RDBFL55 0xF00638CE          MC 40 Read Data and Bit Flip Register 55
MTU_MC40_RDBFL56 0xF00638D0          MC 40 Read Data and Bit Flip Register 56
MTU_MC40_RDBFL57 0xF00638D2          MC 40 Read Data and Bit Flip Register 57
MTU_MC40_RDBFL58 0xF00638D4          MC 40 Read Data and Bit Flip Register 58
MTU_MC40_RDBFL59 0xF00638D6          MC 40 Read Data and Bit Flip Register 59
MTU_MC40_RDBFL60 0xF00638D8          MC 40 Read Data and Bit Flip Register 60
MTU_MC40_RDBFL61 0xF00638DA          MC 40 Read Data and Bit Flip Register 61
MTU_MC40_RDBFL62 0xF00638DC          MC 40 Read Data and Bit Flip Register 62
MTU_MC40_RDBFL63 0xF00638DE          MC 40 Read Data and Bit Flip Register 63
MTU_MC40_RDBFL64 0xF00638E0          MC 40 Read Data and Bit Flip Register 64
MTU_MC40_RDBFL65 0xF00638E2          MC 40 Read Data and Bit Flip Register 65
MTU_MC40_RDBFL66 0xF00638E4          MC 40 Read Data and Bit Flip Register 66
MTU_MC40_ALMSRCS 0xF00638EE          MC 40 Alarm Sources Configuration Register
MTU_MC40_FAULTSTS 0xF00638F0          MC 40 SSH Safety Faults Status Register
MTU_MC40_ERRINFO0 0xF00638F2          MC 40 Error Information Register 0
MTU_MC40_ERRINFO1 0xF00638F4          MC 40 Error Information Register 1
MTU_MC40_ERRINFO2 0xF00638F6          MC 40 Error Information Register 2
MTU_MC40_ERRINFO3 0xF00638F8          MC 40 Error Information Register 3
MTU_MC40_ERRINFO4 0xF00638FA          MC 40 Error Information Register 4
MTU_MC41_CONFIG0 0xF0063900          MC 41 Configuration Register 0
MTU_MC41_CONFIG1 0xF0063902          MC 41 Configuration Register 1
MTU_MC41_MCONTROL 0xF0063904          MC 41 MBIST Control Register
MTU_MC41_MSTATUS 0xF0063906          MC 41 Status Register
MTU_MC41_RANGE  0xF0063908          MC 41 Range Register, single address mode
MTU_MC41_REVID  0xF006390C          MC 41 Revision ID Register
MTU_MC41_ECCS   0xF006390E          MC 41 ECC Safety Register
MTU_MC41_ECCD   0xF0063910          MC 41 Memory ECC Detection Register
MTU_MC41_ETRR0  0xF0063912          MC 41 Error Tracking Register 0
MTU_MC41_ETRR1  0xF0063914          MC 41 Error Tracking Register 1
MTU_MC41_ETRR2  0xF0063916          MC 41 Error Tracking Register 2
MTU_MC41_ETRR3  0xF0063918          MC 41 Error Tracking Register 3
MTU_MC41_ETRR4  0xF006391A          MC 41 Error Tracking Register 4
MTU_MC41_RDBFL0 0xF0063960          MC 41 Read Data and Bit Flip Register 0
MTU_MC41_RDBFL1 0xF0063962          MC 41 Read Data and Bit Flip Register 1
MTU_MC41_RDBFL2 0xF0063964          MC 41 Read Data and Bit Flip Register 2
MTU_MC41_RDBFL3 0xF0063966          MC 41 Read Data and Bit Flip Register 3
MTU_MC41_RDBFL4 0xF0063968          MC 41 Read Data and Bit Flip Register 4
MTU_MC41_RDBFL5 0xF006396A          MC 41 Read Data and Bit Flip Register 5
MTU_MC41_RDBFL6 0xF006396C          MC 41 Read Data and Bit Flip Register 6
MTU_MC41_RDBFL7 0xF006396E          MC 41 Read Data and Bit Flip Register 7
MTU_MC41_RDBFL8 0xF0063970          MC 41 Read Data and Bit Flip Register 8
MTU_MC41_RDBFL9 0xF0063972          MC 41 Read Data and Bit Flip Register 9
MTU_MC41_RDBFL10 0xF0063974          MC 41 Read Data and Bit Flip Register 10
MTU_MC41_RDBFL11 0xF0063976          MC 41 Read Data and Bit Flip Register 11
MTU_MC41_RDBFL12 0xF0063978          MC 41 Read Data and Bit Flip Register 12
MTU_MC41_RDBFL13 0xF006397A          MC 41 Read Data and Bit Flip Register 13
MTU_MC41_RDBFL14 0xF006397C          MC 41 Read Data and Bit Flip Register 14
MTU_MC41_RDBFL15 0xF006397E          MC 41 Read Data and Bit Flip Register 15
MTU_MC41_RDBFL16 0xF0063980          MC 41 Read Data and Bit Flip Register 16
MTU_MC41_RDBFL17 0xF0063982          MC 41 Read Data and Bit Flip Register 17
MTU_MC41_RDBFL18 0xF0063984          MC 41 Read Data and Bit Flip Register 18
MTU_MC41_RDBFL19 0xF0063986          MC 41 Read Data and Bit Flip Register 19
MTU_MC41_RDBFL20 0xF0063988          MC 41 Read Data and Bit Flip Register 20
MTU_MC41_RDBFL21 0xF006398A          MC 41 Read Data and Bit Flip Register 21
MTU_MC41_RDBFL22 0xF006398C          MC 41 Read Data and Bit Flip Register 22
MTU_MC41_RDBFL23 0xF006398E          MC 41 Read Data and Bit Flip Register 23
MTU_MC41_RDBFL24 0xF0063990          MC 41 Read Data and Bit Flip Register 24
MTU_MC41_RDBFL25 0xF0063992          MC 41 Read Data and Bit Flip Register 25
MTU_MC41_RDBFL26 0xF0063994          MC 41 Read Data and Bit Flip Register 26
MTU_MC41_RDBFL27 0xF0063996          MC 41 Read Data and Bit Flip Register 27
MTU_MC41_RDBFL28 0xF0063998          MC 41 Read Data and Bit Flip Register 28
MTU_MC41_RDBFL29 0xF006399A          MC 41 Read Data and Bit Flip Register 29
MTU_MC41_RDBFL30 0xF006399C          MC 41 Read Data and Bit Flip Register 30
MTU_MC41_RDBFL31 0xF006399E          MC 41 Read Data and Bit Flip Register 31
MTU_MC41_RDBFL32 0xF00639A0          MC 41 Read Data and Bit Flip Register 32
MTU_MC41_RDBFL33 0xF00639A2          MC 41 Read Data and Bit Flip Register 33
MTU_MC41_RDBFL34 0xF00639A4          MC 41 Read Data and Bit Flip Register 34
MTU_MC41_RDBFL35 0xF00639A6          MC 41 Read Data and Bit Flip Register 35
MTU_MC41_RDBFL36 0xF00639A8          MC 41 Read Data and Bit Flip Register 36
MTU_MC41_RDBFL37 0xF00639AA          MC 41 Read Data and Bit Flip Register 37
MTU_MC41_RDBFL38 0xF00639AC          MC 41 Read Data and Bit Flip Register 38
MTU_MC41_RDBFL39 0xF00639AE          MC 41 Read Data and Bit Flip Register 39
MTU_MC41_RDBFL40 0xF00639B0          MC 41 Read Data and Bit Flip Register 40
MTU_MC41_RDBFL41 0xF00639B2          MC 41 Read Data and Bit Flip Register 41
MTU_MC41_RDBFL42 0xF00639B4          MC 41 Read Data and Bit Flip Register 42
MTU_MC41_RDBFL43 0xF00639B6          MC 41 Read Data and Bit Flip Register 43
MTU_MC41_RDBFL44 0xF00639B8          MC 41 Read Data and Bit Flip Register 44
MTU_MC41_RDBFL45 0xF00639BA          MC 41 Read Data and Bit Flip Register 45
MTU_MC41_RDBFL46 0xF00639BC          MC 41 Read Data and Bit Flip Register 46
MTU_MC41_RDBFL47 0xF00639BE          MC 41 Read Data and Bit Flip Register 47
MTU_MC41_RDBFL48 0xF00639C0          MC 41 Read Data and Bit Flip Register 48
MTU_MC41_RDBFL49 0xF00639C2          MC 41 Read Data and Bit Flip Register 49
MTU_MC41_RDBFL50 0xF00639C4          MC 41 Read Data and Bit Flip Register 50
MTU_MC41_RDBFL51 0xF00639C6          MC 41 Read Data and Bit Flip Register 51
MTU_MC41_RDBFL52 0xF00639C8          MC 41 Read Data and Bit Flip Register 52
MTU_MC41_RDBFL53 0xF00639CA          MC 41 Read Data and Bit Flip Register 53
MTU_MC41_RDBFL54 0xF00639CC          MC 41 Read Data and Bit Flip Register 54
MTU_MC41_RDBFL55 0xF00639CE          MC 41 Read Data and Bit Flip Register 55
MTU_MC41_RDBFL56 0xF00639D0          MC 41 Read Data and Bit Flip Register 56
MTU_MC41_RDBFL57 0xF00639D2          MC 41 Read Data and Bit Flip Register 57
MTU_MC41_RDBFL58 0xF00639D4          MC 41 Read Data and Bit Flip Register 58
MTU_MC41_RDBFL59 0xF00639D6          MC 41 Read Data and Bit Flip Register 59
MTU_MC41_RDBFL60 0xF00639D8          MC 41 Read Data and Bit Flip Register 60
MTU_MC41_RDBFL61 0xF00639DA          MC 41 Read Data and Bit Flip Register 61
MTU_MC41_RDBFL62 0xF00639DC          MC 41 Read Data and Bit Flip Register 62
MTU_MC41_RDBFL63 0xF00639DE          MC 41 Read Data and Bit Flip Register 63
MTU_MC41_RDBFL64 0xF00639E0          MC 41 Read Data and Bit Flip Register 64
MTU_MC41_RDBFL65 0xF00639E2          MC 41 Read Data and Bit Flip Register 65
MTU_MC41_RDBFL66 0xF00639E4          MC 41 Read Data and Bit Flip Register 66
MTU_MC41_ALMSRCS 0xF00639EE          MC 41 Alarm Sources Configuration Register
MTU_MC41_FAULTSTS 0xF00639F0          MC 41 SSH Safety Faults Status Register
MTU_MC41_ERRINFO0 0xF00639F2          MC 41 Error Information Register 0
MTU_MC41_ERRINFO1 0xF00639F4          MC 41 Error Information Register 1
MTU_MC41_ERRINFO2 0xF00639F6          MC 41 Error Information Register 2
MTU_MC41_ERRINFO3 0xF00639F8          MC 41 Error Information Register 3
MTU_MC41_ERRINFO4 0xF00639FA          MC 41 Error Information Register 4
MTU_MC42_CONFIG0 0xF0063A00          MC 42 Configuration Register 0
MTU_MC42_CONFIG1 0xF0063A02          MC 42 Configuration Register 1
MTU_MC42_MCONTROL 0xF0063A04          MC 42 MBIST Control Register
MTU_MC42_MSTATUS 0xF0063A06          MC 42 Status Register
MTU_MC42_RANGE  0xF0063A08          MC 42 Range Register, single address mode
MTU_MC42_REVID  0xF0063A0C          MC 42 Revision ID Register
MTU_MC42_ECCS   0xF0063A0E          MC 42 ECC Safety Register
MTU_MC42_ECCD   0xF0063A10          MC 42 Memory ECC Detection Register
MTU_MC42_ETRR0  0xF0063A12          MC 42 Error Tracking Register 0
MTU_MC42_ETRR1  0xF0063A14          MC 42 Error Tracking Register 1
MTU_MC42_ETRR2  0xF0063A16          MC 42 Error Tracking Register 2
MTU_MC42_ETRR3  0xF0063A18          MC 42 Error Tracking Register 3
MTU_MC42_ETRR4  0xF0063A1A          MC 42 Error Tracking Register 4
MTU_MC42_RDBFL0 0xF0063A60          MC 42 Read Data and Bit Flip Register 0
MTU_MC42_RDBFL1 0xF0063A62          MC 42 Read Data and Bit Flip Register 1
MTU_MC42_RDBFL2 0xF0063A64          MC 42 Read Data and Bit Flip Register 2
MTU_MC42_RDBFL3 0xF0063A66          MC 42 Read Data and Bit Flip Register 3
MTU_MC42_RDBFL4 0xF0063A68          MC 42 Read Data and Bit Flip Register 4
MTU_MC42_RDBFL5 0xF0063A6A          MC 42 Read Data and Bit Flip Register 5
MTU_MC42_RDBFL6 0xF0063A6C          MC 42 Read Data and Bit Flip Register 6
MTU_MC42_RDBFL7 0xF0063A6E          MC 42 Read Data and Bit Flip Register 7
MTU_MC42_RDBFL8 0xF0063A70          MC 42 Read Data and Bit Flip Register 8
MTU_MC42_RDBFL9 0xF0063A72          MC 42 Read Data and Bit Flip Register 9
MTU_MC42_RDBFL10 0xF0063A74          MC 42 Read Data and Bit Flip Register 10
MTU_MC42_RDBFL11 0xF0063A76          MC 42 Read Data and Bit Flip Register 11
MTU_MC42_RDBFL12 0xF0063A78          MC 42 Read Data and Bit Flip Register 12
MTU_MC42_RDBFL13 0xF0063A7A          MC 42 Read Data and Bit Flip Register 13
MTU_MC42_RDBFL14 0xF0063A7C          MC 42 Read Data and Bit Flip Register 14
MTU_MC42_RDBFL15 0xF0063A7E          MC 42 Read Data and Bit Flip Register 15
MTU_MC42_RDBFL16 0xF0063A80          MC 42 Read Data and Bit Flip Register 16
MTU_MC42_RDBFL17 0xF0063A82          MC 42 Read Data and Bit Flip Register 17
MTU_MC42_RDBFL18 0xF0063A84          MC 42 Read Data and Bit Flip Register 18
MTU_MC42_RDBFL19 0xF0063A86          MC 42 Read Data and Bit Flip Register 19
MTU_MC42_RDBFL20 0xF0063A88          MC 42 Read Data and Bit Flip Register 20
MTU_MC42_RDBFL21 0xF0063A8A          MC 42 Read Data and Bit Flip Register 21
MTU_MC42_RDBFL22 0xF0063A8C          MC 42 Read Data and Bit Flip Register 22
MTU_MC42_RDBFL23 0xF0063A8E          MC 42 Read Data and Bit Flip Register 23
MTU_MC42_RDBFL24 0xF0063A90          MC 42 Read Data and Bit Flip Register 24
MTU_MC42_RDBFL25 0xF0063A92          MC 42 Read Data and Bit Flip Register 25
MTU_MC42_RDBFL26 0xF0063A94          MC 42 Read Data and Bit Flip Register 26
MTU_MC42_RDBFL27 0xF0063A96          MC 42 Read Data and Bit Flip Register 27
MTU_MC42_RDBFL28 0xF0063A98          MC 42 Read Data and Bit Flip Register 28
MTU_MC42_RDBFL29 0xF0063A9A          MC 42 Read Data and Bit Flip Register 29
MTU_MC42_RDBFL30 0xF0063A9C          MC 42 Read Data and Bit Flip Register 30
MTU_MC42_RDBFL31 0xF0063A9E          MC 42 Read Data and Bit Flip Register 31
MTU_MC42_RDBFL32 0xF0063AA0          MC 42 Read Data and Bit Flip Register 32
MTU_MC42_RDBFL33 0xF0063AA2          MC 42 Read Data and Bit Flip Register 33
MTU_MC42_RDBFL34 0xF0063AA4          MC 42 Read Data and Bit Flip Register 34
MTU_MC42_RDBFL35 0xF0063AA6          MC 42 Read Data and Bit Flip Register 35
MTU_MC42_RDBFL36 0xF0063AA8          MC 42 Read Data and Bit Flip Register 36
MTU_MC42_RDBFL37 0xF0063AAA          MC 42 Read Data and Bit Flip Register 37
MTU_MC42_RDBFL38 0xF0063AAC          MC 42 Read Data and Bit Flip Register 38
MTU_MC42_RDBFL39 0xF0063AAE          MC 42 Read Data and Bit Flip Register 39
MTU_MC42_RDBFL40 0xF0063AB0          MC 42 Read Data and Bit Flip Register 40
MTU_MC42_RDBFL41 0xF0063AB2          MC 42 Read Data and Bit Flip Register 41
MTU_MC42_RDBFL42 0xF0063AB4          MC 42 Read Data and Bit Flip Register 42
MTU_MC42_RDBFL43 0xF0063AB6          MC 42 Read Data and Bit Flip Register 43
MTU_MC42_RDBFL44 0xF0063AB8          MC 42 Read Data and Bit Flip Register 44
MTU_MC42_RDBFL45 0xF0063ABA          MC 42 Read Data and Bit Flip Register 45
MTU_MC42_RDBFL46 0xF0063ABC          MC 42 Read Data and Bit Flip Register 46
MTU_MC42_RDBFL47 0xF0063ABE          MC 42 Read Data and Bit Flip Register 47
MTU_MC42_RDBFL48 0xF0063AC0          MC 42 Read Data and Bit Flip Register 48
MTU_MC42_RDBFL49 0xF0063AC2          MC 42 Read Data and Bit Flip Register 49
MTU_MC42_RDBFL50 0xF0063AC4          MC 42 Read Data and Bit Flip Register 50
MTU_MC42_RDBFL51 0xF0063AC6          MC 42 Read Data and Bit Flip Register 51
MTU_MC42_RDBFL52 0xF0063AC8          MC 42 Read Data and Bit Flip Register 52
MTU_MC42_RDBFL53 0xF0063ACA          MC 42 Read Data and Bit Flip Register 53
MTU_MC42_RDBFL54 0xF0063ACC          MC 42 Read Data and Bit Flip Register 54
MTU_MC42_RDBFL55 0xF0063ACE          MC 42 Read Data and Bit Flip Register 55
MTU_MC42_RDBFL56 0xF0063AD0          MC 42 Read Data and Bit Flip Register 56
MTU_MC42_RDBFL57 0xF0063AD2          MC 42 Read Data and Bit Flip Register 57
MTU_MC42_RDBFL58 0xF0063AD4          MC 42 Read Data and Bit Flip Register 58
MTU_MC42_RDBFL59 0xF0063AD6          MC 42 Read Data and Bit Flip Register 59
MTU_MC42_RDBFL60 0xF0063AD8          MC 42 Read Data and Bit Flip Register 60
MTU_MC42_RDBFL61 0xF0063ADA          MC 42 Read Data and Bit Flip Register 61
MTU_MC42_RDBFL62 0xF0063ADC          MC 42 Read Data and Bit Flip Register 62
MTU_MC42_RDBFL63 0xF0063ADE          MC 42 Read Data and Bit Flip Register 63
MTU_MC42_RDBFL64 0xF0063AE0          MC 42 Read Data and Bit Flip Register 64
MTU_MC42_RDBFL65 0xF0063AE2          MC 42 Read Data and Bit Flip Register 65
MTU_MC42_RDBFL66 0xF0063AE4          MC 42 Read Data and Bit Flip Register 66
MTU_MC42_ALMSRCS 0xF0063AEE          MC 42 Alarm Sources Configuration Register
MTU_MC42_FAULTSTS 0xF0063AF0          MC 42 SSH Safety Faults Status Register
MTU_MC42_ERRINFO0 0xF0063AF2          MC 42 Error Information Register 0
MTU_MC42_ERRINFO1 0xF0063AF4          MC 42 Error Information Register 1
MTU_MC42_ERRINFO2 0xF0063AF6          MC 42 Error Information Register 2
MTU_MC42_ERRINFO3 0xF0063AF8          MC 42 Error Information Register 3
MTU_MC42_ERRINFO4 0xF0063AFA          MC 42 Error Information Register 4
MTU_MC43_CONFIG0 0xF0063B00          MC 43 Configuration Register 0
MTU_MC43_CONFIG1 0xF0063B02          MC 43 Configuration Register 1
MTU_MC43_MCONTROL 0xF0063B04          MC 43 MBIST Control Register
MTU_MC43_MSTATUS 0xF0063B06          MC 43 Status Register
MTU_MC43_RANGE  0xF0063B08          MC 43 Range Register, single address mode
MTU_MC43_REVID  0xF0063B0C          MC 43 Revision ID Register
MTU_MC43_ECCS   0xF0063B0E          MC 43 ECC Safety Register
MTU_MC43_ECCD   0xF0063B10          MC 43 Memory ECC Detection Register
MTU_MC43_ETRR0  0xF0063B12          MC 43 Error Tracking Register 0
MTU_MC43_ETRR1  0xF0063B14          MC 43 Error Tracking Register 1
MTU_MC43_ETRR2  0xF0063B16          MC 43 Error Tracking Register 2
MTU_MC43_ETRR3  0xF0063B18          MC 43 Error Tracking Register 3
MTU_MC43_ETRR4  0xF0063B1A          MC 43 Error Tracking Register 4
MTU_MC43_RDBFL0 0xF0063B60          MC 43 Read Data and Bit Flip Register 0
MTU_MC43_RDBFL1 0xF0063B62          MC 43 Read Data and Bit Flip Register 1
MTU_MC43_RDBFL2 0xF0063B64          MC 43 Read Data and Bit Flip Register 2
MTU_MC43_RDBFL3 0xF0063B66          MC 43 Read Data and Bit Flip Register 3
MTU_MC43_RDBFL4 0xF0063B68          MC 43 Read Data and Bit Flip Register 4
MTU_MC43_RDBFL5 0xF0063B6A          MC 43 Read Data and Bit Flip Register 5
MTU_MC43_RDBFL6 0xF0063B6C          MC 43 Read Data and Bit Flip Register 6
MTU_MC43_RDBFL7 0xF0063B6E          MC 43 Read Data and Bit Flip Register 7
MTU_MC43_RDBFL8 0xF0063B70          MC 43 Read Data and Bit Flip Register 8
MTU_MC43_RDBFL9 0xF0063B72          MC 43 Read Data and Bit Flip Register 9
MTU_MC43_RDBFL10 0xF0063B74          MC 43 Read Data and Bit Flip Register 10
MTU_MC43_RDBFL11 0xF0063B76          MC 43 Read Data and Bit Flip Register 11
MTU_MC43_RDBFL12 0xF0063B78          MC 43 Read Data and Bit Flip Register 12
MTU_MC43_RDBFL13 0xF0063B7A          MC 43 Read Data and Bit Flip Register 13
MTU_MC43_RDBFL14 0xF0063B7C          MC 43 Read Data and Bit Flip Register 14
MTU_MC43_RDBFL15 0xF0063B7E          MC 43 Read Data and Bit Flip Register 15
MTU_MC43_RDBFL16 0xF0063B80          MC 43 Read Data and Bit Flip Register 16
MTU_MC43_RDBFL17 0xF0063B82          MC 43 Read Data and Bit Flip Register 17
MTU_MC43_RDBFL18 0xF0063B84          MC 43 Read Data and Bit Flip Register 18
MTU_MC43_RDBFL19 0xF0063B86          MC 43 Read Data and Bit Flip Register 19
MTU_MC43_RDBFL20 0xF0063B88          MC 43 Read Data and Bit Flip Register 20
MTU_MC43_RDBFL21 0xF0063B8A          MC 43 Read Data and Bit Flip Register 21
MTU_MC43_RDBFL22 0xF0063B8C          MC 43 Read Data and Bit Flip Register 22
MTU_MC43_RDBFL23 0xF0063B8E          MC 43 Read Data and Bit Flip Register 23
MTU_MC43_RDBFL24 0xF0063B90          MC 43 Read Data and Bit Flip Register 24
MTU_MC43_RDBFL25 0xF0063B92          MC 43 Read Data and Bit Flip Register 25
MTU_MC43_RDBFL26 0xF0063B94          MC 43 Read Data and Bit Flip Register 26
MTU_MC43_RDBFL27 0xF0063B96          MC 43 Read Data and Bit Flip Register 27
MTU_MC43_RDBFL28 0xF0063B98          MC 43 Read Data and Bit Flip Register 28
MTU_MC43_RDBFL29 0xF0063B9A          MC 43 Read Data and Bit Flip Register 29
MTU_MC43_RDBFL30 0xF0063B9C          MC 43 Read Data and Bit Flip Register 30
MTU_MC43_RDBFL31 0xF0063B9E          MC 43 Read Data and Bit Flip Register 31
MTU_MC43_RDBFL32 0xF0063BA0          MC 43 Read Data and Bit Flip Register 32
MTU_MC43_RDBFL33 0xF0063BA2          MC 43 Read Data and Bit Flip Register 33
MTU_MC43_RDBFL34 0xF0063BA4          MC 43 Read Data and Bit Flip Register 34
MTU_MC43_RDBFL35 0xF0063BA6          MC 43 Read Data and Bit Flip Register 35
MTU_MC43_RDBFL36 0xF0063BA8          MC 43 Read Data and Bit Flip Register 36
MTU_MC43_RDBFL37 0xF0063BAA          MC 43 Read Data and Bit Flip Register 37
MTU_MC43_RDBFL38 0xF0063BAC          MC 43 Read Data and Bit Flip Register 38
MTU_MC43_RDBFL39 0xF0063BAE          MC 43 Read Data and Bit Flip Register 39
MTU_MC43_RDBFL40 0xF0063BB0          MC 43 Read Data and Bit Flip Register 40
MTU_MC43_RDBFL41 0xF0063BB2          MC 43 Read Data and Bit Flip Register 41
MTU_MC43_RDBFL42 0xF0063BB4          MC 43 Read Data and Bit Flip Register 42
MTU_MC43_RDBFL43 0xF0063BB6          MC 43 Read Data and Bit Flip Register 43
MTU_MC43_RDBFL44 0xF0063BB8          MC 43 Read Data and Bit Flip Register 44
MTU_MC43_RDBFL45 0xF0063BBA          MC 43 Read Data and Bit Flip Register 45
MTU_MC43_RDBFL46 0xF0063BBC          MC 43 Read Data and Bit Flip Register 46
MTU_MC43_RDBFL47 0xF0063BBE          MC 43 Read Data and Bit Flip Register 47
MTU_MC43_RDBFL48 0xF0063BC0          MC 43 Read Data and Bit Flip Register 48
MTU_MC43_RDBFL49 0xF0063BC2          MC 43 Read Data and Bit Flip Register 49
MTU_MC43_RDBFL50 0xF0063BC4          MC 43 Read Data and Bit Flip Register 50
MTU_MC43_RDBFL51 0xF0063BC6          MC 43 Read Data and Bit Flip Register 51
MTU_MC43_RDBFL52 0xF0063BC8          MC 43 Read Data and Bit Flip Register 52
MTU_MC43_RDBFL53 0xF0063BCA          MC 43 Read Data and Bit Flip Register 53
MTU_MC43_RDBFL54 0xF0063BCC          MC 43 Read Data and Bit Flip Register 54
MTU_MC43_RDBFL55 0xF0063BCE          MC 43 Read Data and Bit Flip Register 55
MTU_MC43_RDBFL56 0xF0063BD0          MC 43 Read Data and Bit Flip Register 56
MTU_MC43_RDBFL57 0xF0063BD2          MC 43 Read Data and Bit Flip Register 57
MTU_MC43_RDBFL58 0xF0063BD4          MC 43 Read Data and Bit Flip Register 58
MTU_MC43_RDBFL59 0xF0063BD6          MC 43 Read Data and Bit Flip Register 59
MTU_MC43_RDBFL60 0xF0063BD8          MC 43 Read Data and Bit Flip Register 60
MTU_MC43_RDBFL61 0xF0063BDA          MC 43 Read Data and Bit Flip Register 61
MTU_MC43_RDBFL62 0xF0063BDC          MC 43 Read Data and Bit Flip Register 62
MTU_MC43_RDBFL63 0xF0063BDE          MC 43 Read Data and Bit Flip Register 63
MTU_MC43_RDBFL64 0xF0063BE0          MC 43 Read Data and Bit Flip Register 64
MTU_MC43_RDBFL65 0xF0063BE2          MC 43 Read Data and Bit Flip Register 65
MTU_MC43_RDBFL66 0xF0063BE4          MC 43 Read Data and Bit Flip Register 66
MTU_MC43_ALMSRCS 0xF0063BEE          MC 43 Alarm Sources Configuration Register
MTU_MC43_FAULTSTS 0xF0063BF0          MC 43 SSH Safety Faults Status Register
MTU_MC43_ERRINFO0 0xF0063BF2          MC 43 Error Information Register 0
MTU_MC43_ERRINFO1 0xF0063BF4          MC 43 Error Information Register 1
MTU_MC43_ERRINFO2 0xF0063BF6          MC 43 Error Information Register 2
MTU_MC43_ERRINFO3 0xF0063BF8          MC 43 Error Information Register 3
MTU_MC43_ERRINFO4 0xF0063BFA          MC 43 Error Information Register 4
MTU_MC44_CONFIG0 0xF0063C00          MC 44 Configuration Register 0
MTU_MC44_CONFIG1 0xF0063C02          MC 44 Configuration Register 1
MTU_MC44_MCONTROL 0xF0063C04          MC 44 MBIST Control Register
MTU_MC44_MSTATUS 0xF0063C06          MC 44 Status Register
MTU_MC44_RANGE  0xF0063C08          MC 44 Range Register, single address mode
MTU_MC44_REVID  0xF0063C0C          MC 44 Revision ID Register
MTU_MC44_ECCS   0xF0063C0E          MC 44 ECC Safety Register
MTU_MC44_ECCD   0xF0063C10          MC 44 Memory ECC Detection Register
MTU_MC44_ETRR0  0xF0063C12          MC 44 Error Tracking Register 0
MTU_MC44_ETRR1  0xF0063C14          MC 44 Error Tracking Register 1
MTU_MC44_ETRR2  0xF0063C16          MC 44 Error Tracking Register 2
MTU_MC44_ETRR3  0xF0063C18          MC 44 Error Tracking Register 3
MTU_MC44_ETRR4  0xF0063C1A          MC 44 Error Tracking Register 4
MTU_MC44_RDBFL0 0xF0063C60          MC 44 Read Data and Bit Flip Register 0
MTU_MC44_RDBFL1 0xF0063C62          MC 44 Read Data and Bit Flip Register 1
MTU_MC44_RDBFL2 0xF0063C64          MC 44 Read Data and Bit Flip Register 2
MTU_MC44_RDBFL3 0xF0063C66          MC 44 Read Data and Bit Flip Register 3
MTU_MC44_RDBFL4 0xF0063C68          MC 44 Read Data and Bit Flip Register 4
MTU_MC44_RDBFL5 0xF0063C6A          MC 44 Read Data and Bit Flip Register 5
MTU_MC44_RDBFL6 0xF0063C6C          MC 44 Read Data and Bit Flip Register 6
MTU_MC44_RDBFL7 0xF0063C6E          MC 44 Read Data and Bit Flip Register 7
MTU_MC44_RDBFL8 0xF0063C70          MC 44 Read Data and Bit Flip Register 8
MTU_MC44_RDBFL9 0xF0063C72          MC 44 Read Data and Bit Flip Register 9
MTU_MC44_RDBFL10 0xF0063C74          MC 44 Read Data and Bit Flip Register 10
MTU_MC44_RDBFL11 0xF0063C76          MC 44 Read Data and Bit Flip Register 11
MTU_MC44_RDBFL12 0xF0063C78          MC 44 Read Data and Bit Flip Register 12
MTU_MC44_RDBFL13 0xF0063C7A          MC 44 Read Data and Bit Flip Register 13
MTU_MC44_RDBFL14 0xF0063C7C          MC 44 Read Data and Bit Flip Register 14
MTU_MC44_RDBFL15 0xF0063C7E          MC 44 Read Data and Bit Flip Register 15
MTU_MC44_RDBFL16 0xF0063C80          MC 44 Read Data and Bit Flip Register 16
MTU_MC44_RDBFL17 0xF0063C82          MC 44 Read Data and Bit Flip Register 17
MTU_MC44_RDBFL18 0xF0063C84          MC 44 Read Data and Bit Flip Register 18
MTU_MC44_RDBFL19 0xF0063C86          MC 44 Read Data and Bit Flip Register 19
MTU_MC44_RDBFL20 0xF0063C88          MC 44 Read Data and Bit Flip Register 20
MTU_MC44_RDBFL21 0xF0063C8A          MC 44 Read Data and Bit Flip Register 21
MTU_MC44_RDBFL22 0xF0063C8C          MC 44 Read Data and Bit Flip Register 22
MTU_MC44_RDBFL23 0xF0063C8E          MC 44 Read Data and Bit Flip Register 23
MTU_MC44_RDBFL24 0xF0063C90          MC 44 Read Data and Bit Flip Register 24
MTU_MC44_RDBFL25 0xF0063C92          MC 44 Read Data and Bit Flip Register 25
MTU_MC44_RDBFL26 0xF0063C94          MC 44 Read Data and Bit Flip Register 26
MTU_MC44_RDBFL27 0xF0063C96          MC 44 Read Data and Bit Flip Register 27
MTU_MC44_RDBFL28 0xF0063C98          MC 44 Read Data and Bit Flip Register 28
MTU_MC44_RDBFL29 0xF0063C9A          MC 44 Read Data and Bit Flip Register 29
MTU_MC44_RDBFL30 0xF0063C9C          MC 44 Read Data and Bit Flip Register 30
MTU_MC44_RDBFL31 0xF0063C9E          MC 44 Read Data and Bit Flip Register 31
MTU_MC44_RDBFL32 0xF0063CA0          MC 44 Read Data and Bit Flip Register 32
MTU_MC44_RDBFL33 0xF0063CA2          MC 44 Read Data and Bit Flip Register 33
MTU_MC44_RDBFL34 0xF0063CA4          MC 44 Read Data and Bit Flip Register 34
MTU_MC44_RDBFL35 0xF0063CA6          MC 44 Read Data and Bit Flip Register 35
MTU_MC44_RDBFL36 0xF0063CA8          MC 44 Read Data and Bit Flip Register 36
MTU_MC44_RDBFL37 0xF0063CAA          MC 44 Read Data and Bit Flip Register 37
MTU_MC44_RDBFL38 0xF0063CAC          MC 44 Read Data and Bit Flip Register 38
MTU_MC44_RDBFL39 0xF0063CAE          MC 44 Read Data and Bit Flip Register 39
MTU_MC44_RDBFL40 0xF0063CB0          MC 44 Read Data and Bit Flip Register 40
MTU_MC44_RDBFL41 0xF0063CB2          MC 44 Read Data and Bit Flip Register 41
MTU_MC44_RDBFL42 0xF0063CB4          MC 44 Read Data and Bit Flip Register 42
MTU_MC44_RDBFL43 0xF0063CB6          MC 44 Read Data and Bit Flip Register 43
MTU_MC44_RDBFL44 0xF0063CB8          MC 44 Read Data and Bit Flip Register 44
MTU_MC44_RDBFL45 0xF0063CBA          MC 44 Read Data and Bit Flip Register 45
MTU_MC44_RDBFL46 0xF0063CBC          MC 44 Read Data and Bit Flip Register 46
MTU_MC44_RDBFL47 0xF0063CBE          MC 44 Read Data and Bit Flip Register 47
MTU_MC44_RDBFL48 0xF0063CC0          MC 44 Read Data and Bit Flip Register 48
MTU_MC44_RDBFL49 0xF0063CC2          MC 44 Read Data and Bit Flip Register 49
MTU_MC44_RDBFL50 0xF0063CC4          MC 44 Read Data and Bit Flip Register 50
MTU_MC44_RDBFL51 0xF0063CC6          MC 44 Read Data and Bit Flip Register 51
MTU_MC44_RDBFL52 0xF0063CC8          MC 44 Read Data and Bit Flip Register 52
MTU_MC44_RDBFL53 0xF0063CCA          MC 44 Read Data and Bit Flip Register 53
MTU_MC44_RDBFL54 0xF0063CCC          MC 44 Read Data and Bit Flip Register 54
MTU_MC44_RDBFL55 0xF0063CCE          MC 44 Read Data and Bit Flip Register 55
MTU_MC44_RDBFL56 0xF0063CD0          MC 44 Read Data and Bit Flip Register 56
MTU_MC44_RDBFL57 0xF0063CD2          MC 44 Read Data and Bit Flip Register 57
MTU_MC44_RDBFL58 0xF0063CD4          MC 44 Read Data and Bit Flip Register 58
MTU_MC44_RDBFL59 0xF0063CD6          MC 44 Read Data and Bit Flip Register 59
MTU_MC44_RDBFL60 0xF0063CD8          MC 44 Read Data and Bit Flip Register 60
MTU_MC44_RDBFL61 0xF0063CDA          MC 44 Read Data and Bit Flip Register 61
MTU_MC44_RDBFL62 0xF0063CDC          MC 44 Read Data and Bit Flip Register 62
MTU_MC44_RDBFL63 0xF0063CDE          MC 44 Read Data and Bit Flip Register 63
MTU_MC44_RDBFL64 0xF0063CE0          MC 44 Read Data and Bit Flip Register 64
MTU_MC44_RDBFL65 0xF0063CE2          MC 44 Read Data and Bit Flip Register 65
MTU_MC44_RDBFL66 0xF0063CE4          MC 44 Read Data and Bit Flip Register 66
MTU_MC44_ALMSRCS 0xF0063CEE          MC 44 Alarm Sources Configuration Register
MTU_MC44_FAULTSTS 0xF0063CF0          MC 44 SSH Safety Faults Status Register
MTU_MC44_ERRINFO0 0xF0063CF2          MC 44 Error Information Register 0
MTU_MC44_ERRINFO1 0xF0063CF4          MC 44 Error Information Register 1
MTU_MC44_ERRINFO2 0xF0063CF6          MC 44 Error Information Register 2
MTU_MC44_ERRINFO3 0xF0063CF8          MC 44 Error Information Register 3
MTU_MC44_ERRINFO4 0xF0063CFA          MC 44 Error Information Register 4
MTU_MC45_CONFIG0 0xF0063D00          MC 45 Configuration Register 0
MTU_MC45_CONFIG1 0xF0063D02          MC 45 Configuration Register 1
MTU_MC45_MCONTROL 0xF0063D04          MC 45 MBIST Control Register
MTU_MC45_MSTATUS 0xF0063D06          MC 45 Status Register
MTU_MC45_RANGE  0xF0063D08          MC 45 Range Register, single address mode
MTU_MC45_REVID  0xF0063D0C          MC 45 Revision ID Register
MTU_MC45_ECCS   0xF0063D0E          MC 45 ECC Safety Register
MTU_MC45_ECCD   0xF0063D10          MC 45 Memory ECC Detection Register
MTU_MC45_ETRR0  0xF0063D12          MC 45 Error Tracking Register 0
MTU_MC45_ETRR1  0xF0063D14          MC 45 Error Tracking Register 1
MTU_MC45_ETRR2  0xF0063D16          MC 45 Error Tracking Register 2
MTU_MC45_ETRR3  0xF0063D18          MC 45 Error Tracking Register 3
MTU_MC45_ETRR4  0xF0063D1A          MC 45 Error Tracking Register 4
MTU_MC45_RDBFL0 0xF0063D60          MC 45 Read Data and Bit Flip Register 0
MTU_MC45_RDBFL1 0xF0063D62          MC 45 Read Data and Bit Flip Register 1
MTU_MC45_RDBFL2 0xF0063D64          MC 45 Read Data and Bit Flip Register 2
MTU_MC45_RDBFL3 0xF0063D66          MC 45 Read Data and Bit Flip Register 3
MTU_MC45_RDBFL4 0xF0063D68          MC 45 Read Data and Bit Flip Register 4
MTU_MC45_RDBFL5 0xF0063D6A          MC 45 Read Data and Bit Flip Register 5
MTU_MC45_RDBFL6 0xF0063D6C          MC 45 Read Data and Bit Flip Register 6
MTU_MC45_RDBFL7 0xF0063D6E          MC 45 Read Data and Bit Flip Register 7
MTU_MC45_RDBFL8 0xF0063D70          MC 45 Read Data and Bit Flip Register 8
MTU_MC45_RDBFL9 0xF0063D72          MC 45 Read Data and Bit Flip Register 9
MTU_MC45_RDBFL10 0xF0063D74          MC 45 Read Data and Bit Flip Register 10
MTU_MC45_RDBFL11 0xF0063D76          MC 45 Read Data and Bit Flip Register 11
MTU_MC45_RDBFL12 0xF0063D78          MC 45 Read Data and Bit Flip Register 12
MTU_MC45_RDBFL13 0xF0063D7A          MC 45 Read Data and Bit Flip Register 13
MTU_MC45_RDBFL14 0xF0063D7C          MC 45 Read Data and Bit Flip Register 14
MTU_MC45_RDBFL15 0xF0063D7E          MC 45 Read Data and Bit Flip Register 15
MTU_MC45_RDBFL16 0xF0063D80          MC 45 Read Data and Bit Flip Register 16
MTU_MC45_RDBFL17 0xF0063D82          MC 45 Read Data and Bit Flip Register 17
MTU_MC45_RDBFL18 0xF0063D84          MC 45 Read Data and Bit Flip Register 18
MTU_MC45_RDBFL19 0xF0063D86          MC 45 Read Data and Bit Flip Register 19
MTU_MC45_RDBFL20 0xF0063D88          MC 45 Read Data and Bit Flip Register 20
MTU_MC45_RDBFL21 0xF0063D8A          MC 45 Read Data and Bit Flip Register 21
MTU_MC45_RDBFL22 0xF0063D8C          MC 45 Read Data and Bit Flip Register 22
MTU_MC45_RDBFL23 0xF0063D8E          MC 45 Read Data and Bit Flip Register 23
MTU_MC45_RDBFL24 0xF0063D90          MC 45 Read Data and Bit Flip Register 24
MTU_MC45_RDBFL25 0xF0063D92          MC 45 Read Data and Bit Flip Register 25
MTU_MC45_RDBFL26 0xF0063D94          MC 45 Read Data and Bit Flip Register 26
MTU_MC45_RDBFL27 0xF0063D96          MC 45 Read Data and Bit Flip Register 27
MTU_MC45_RDBFL28 0xF0063D98          MC 45 Read Data and Bit Flip Register 28
MTU_MC45_RDBFL29 0xF0063D9A          MC 45 Read Data and Bit Flip Register 29
MTU_MC45_RDBFL30 0xF0063D9C          MC 45 Read Data and Bit Flip Register 30
MTU_MC45_RDBFL31 0xF0063D9E          MC 45 Read Data and Bit Flip Register 31
MTU_MC45_RDBFL32 0xF0063DA0          MC 45 Read Data and Bit Flip Register 32
MTU_MC45_RDBFL33 0xF0063DA2          MC 45 Read Data and Bit Flip Register 33
MTU_MC45_RDBFL34 0xF0063DA4          MC 45 Read Data and Bit Flip Register 34
MTU_MC45_RDBFL35 0xF0063DA6          MC 45 Read Data and Bit Flip Register 35
MTU_MC45_RDBFL36 0xF0063DA8          MC 45 Read Data and Bit Flip Register 36
MTU_MC45_RDBFL37 0xF0063DAA          MC 45 Read Data and Bit Flip Register 37
MTU_MC45_RDBFL38 0xF0063DAC          MC 45 Read Data and Bit Flip Register 38
MTU_MC45_RDBFL39 0xF0063DAE          MC 45 Read Data and Bit Flip Register 39
MTU_MC45_RDBFL40 0xF0063DB0          MC 45 Read Data and Bit Flip Register 40
MTU_MC45_RDBFL41 0xF0063DB2          MC 45 Read Data and Bit Flip Register 41
MTU_MC45_RDBFL42 0xF0063DB4          MC 45 Read Data and Bit Flip Register 42
MTU_MC45_RDBFL43 0xF0063DB6          MC 45 Read Data and Bit Flip Register 43
MTU_MC45_RDBFL44 0xF0063DB8          MC 45 Read Data and Bit Flip Register 44
MTU_MC45_RDBFL45 0xF0063DBA          MC 45 Read Data and Bit Flip Register 45
MTU_MC45_RDBFL46 0xF0063DBC          MC 45 Read Data and Bit Flip Register 46
MTU_MC45_RDBFL47 0xF0063DBE          MC 45 Read Data and Bit Flip Register 47
MTU_MC45_RDBFL48 0xF0063DC0          MC 45 Read Data and Bit Flip Register 48
MTU_MC45_RDBFL49 0xF0063DC2          MC 45 Read Data and Bit Flip Register 49
MTU_MC45_RDBFL50 0xF0063DC4          MC 45 Read Data and Bit Flip Register 50
MTU_MC45_RDBFL51 0xF0063DC6          MC 45 Read Data and Bit Flip Register 51
MTU_MC45_RDBFL52 0xF0063DC8          MC 45 Read Data and Bit Flip Register 52
MTU_MC45_RDBFL53 0xF0063DCA          MC 45 Read Data and Bit Flip Register 53
MTU_MC45_RDBFL54 0xF0063DCC          MC 45 Read Data and Bit Flip Register 54
MTU_MC45_RDBFL55 0xF0063DCE          MC 45 Read Data and Bit Flip Register 55
MTU_MC45_RDBFL56 0xF0063DD0          MC 45 Read Data and Bit Flip Register 56
MTU_MC45_RDBFL57 0xF0063DD2          MC 45 Read Data and Bit Flip Register 57
MTU_MC45_RDBFL58 0xF0063DD4          MC 45 Read Data and Bit Flip Register 58
MTU_MC45_RDBFL59 0xF0063DD6          MC 45 Read Data and Bit Flip Register 59
MTU_MC45_RDBFL60 0xF0063DD8          MC 45 Read Data and Bit Flip Register 60
MTU_MC45_RDBFL61 0xF0063DDA          MC 45 Read Data and Bit Flip Register 61
MTU_MC45_RDBFL62 0xF0063DDC          MC 45 Read Data and Bit Flip Register 62
MTU_MC45_RDBFL63 0xF0063DDE          MC 45 Read Data and Bit Flip Register 63
MTU_MC45_RDBFL64 0xF0063DE0          MC 45 Read Data and Bit Flip Register 64
MTU_MC45_RDBFL65 0xF0063DE2          MC 45 Read Data and Bit Flip Register 65
MTU_MC45_RDBFL66 0xF0063DE4          MC 45 Read Data and Bit Flip Register 66
MTU_MC45_ALMSRCS 0xF0063DEE          MC 45 Alarm Sources Configuration Register
MTU_MC45_FAULTSTS 0xF0063DF0          MC 45 SSH Safety Faults Status Register
MTU_MC45_ERRINFO0 0xF0063DF2          MC 45 Error Information Register 0
MTU_MC45_ERRINFO1 0xF0063DF4          MC 45 Error Information Register 1
MTU_MC45_ERRINFO2 0xF0063DF6          MC 45 Error Information Register 2
MTU_MC45_ERRINFO3 0xF0063DF8          MC 45 Error Information Register 3
MTU_MC45_ERRINFO4 0xF0063DFA          MC 45 Error Information Register 4
MTU_MC46_CONFIG0 0xF0063E00          MC 46 Configuration Register 0
MTU_MC46_CONFIG1 0xF0063E02          MC 46 Configuration Register 1
MTU_MC46_MCONTROL 0xF0063E04          MC 46 MBIST Control Register
MTU_MC46_MSTATUS 0xF0063E06          MC 46 Status Register
MTU_MC46_RANGE  0xF0063E08          MC 46 Range Register, single address mode
MTU_MC46_REVID  0xF0063E0C          MC 46 Revision ID Register
MTU_MC46_ECCS   0xF0063E0E          MC 46 ECC Safety Register
MTU_MC46_ECCD   0xF0063E10          MC 46 Memory ECC Detection Register
MTU_MC46_ETRR0  0xF0063E12          MC 46 Error Tracking Register 0
MTU_MC46_ETRR1  0xF0063E14          MC 46 Error Tracking Register 1
MTU_MC46_ETRR2  0xF0063E16          MC 46 Error Tracking Register 2
MTU_MC46_ETRR3  0xF0063E18          MC 46 Error Tracking Register 3
MTU_MC46_ETRR4  0xF0063E1A          MC 46 Error Tracking Register 4
MTU_MC46_RDBFL0 0xF0063E60          MC 46 Read Data and Bit Flip Register 0
MTU_MC46_RDBFL1 0xF0063E62          MC 46 Read Data and Bit Flip Register 1
MTU_MC46_RDBFL2 0xF0063E64          MC 46 Read Data and Bit Flip Register 2
MTU_MC46_RDBFL3 0xF0063E66          MC 46 Read Data and Bit Flip Register 3
MTU_MC46_RDBFL4 0xF0063E68          MC 46 Read Data and Bit Flip Register 4
MTU_MC46_RDBFL5 0xF0063E6A          MC 46 Read Data and Bit Flip Register 5
MTU_MC46_RDBFL6 0xF0063E6C          MC 46 Read Data and Bit Flip Register 6
MTU_MC46_RDBFL7 0xF0063E6E          MC 46 Read Data and Bit Flip Register 7
MTU_MC46_RDBFL8 0xF0063E70          MC 46 Read Data and Bit Flip Register 8
MTU_MC46_RDBFL9 0xF0063E72          MC 46 Read Data and Bit Flip Register 9
MTU_MC46_RDBFL10 0xF0063E74          MC 46 Read Data and Bit Flip Register 10
MTU_MC46_RDBFL11 0xF0063E76          MC 46 Read Data and Bit Flip Register 11
MTU_MC46_RDBFL12 0xF0063E78          MC 46 Read Data and Bit Flip Register 12
MTU_MC46_RDBFL13 0xF0063E7A          MC 46 Read Data and Bit Flip Register 13
MTU_MC46_RDBFL14 0xF0063E7C          MC 46 Read Data and Bit Flip Register 14
MTU_MC46_RDBFL15 0xF0063E7E          MC 46 Read Data and Bit Flip Register 15
MTU_MC46_RDBFL16 0xF0063E80          MC 46 Read Data and Bit Flip Register 16
MTU_MC46_RDBFL17 0xF0063E82          MC 46 Read Data and Bit Flip Register 17
MTU_MC46_RDBFL18 0xF0063E84          MC 46 Read Data and Bit Flip Register 18
MTU_MC46_RDBFL19 0xF0063E86          MC 46 Read Data and Bit Flip Register 19
MTU_MC46_RDBFL20 0xF0063E88          MC 46 Read Data and Bit Flip Register 20
MTU_MC46_RDBFL21 0xF0063E8A          MC 46 Read Data and Bit Flip Register 21
MTU_MC46_RDBFL22 0xF0063E8C          MC 46 Read Data and Bit Flip Register 22
MTU_MC46_RDBFL23 0xF0063E8E          MC 46 Read Data and Bit Flip Register 23
MTU_MC46_RDBFL24 0xF0063E90          MC 46 Read Data and Bit Flip Register 24
MTU_MC46_RDBFL25 0xF0063E92          MC 46 Read Data and Bit Flip Register 25
MTU_MC46_RDBFL26 0xF0063E94          MC 46 Read Data and Bit Flip Register 26
MTU_MC46_RDBFL27 0xF0063E96          MC 46 Read Data and Bit Flip Register 27
MTU_MC46_RDBFL28 0xF0063E98          MC 46 Read Data and Bit Flip Register 28
MTU_MC46_RDBFL29 0xF0063E9A          MC 46 Read Data and Bit Flip Register 29
MTU_MC46_RDBFL30 0xF0063E9C          MC 46 Read Data and Bit Flip Register 30
MTU_MC46_RDBFL31 0xF0063E9E          MC 46 Read Data and Bit Flip Register 31
MTU_MC46_RDBFL32 0xF0063EA0          MC 46 Read Data and Bit Flip Register 32
MTU_MC46_RDBFL33 0xF0063EA2          MC 46 Read Data and Bit Flip Register 33
MTU_MC46_RDBFL34 0xF0063EA4          MC 46 Read Data and Bit Flip Register 34
MTU_MC46_RDBFL35 0xF0063EA6          MC 46 Read Data and Bit Flip Register 35
MTU_MC46_RDBFL36 0xF0063EA8          MC 46 Read Data and Bit Flip Register 36
MTU_MC46_RDBFL37 0xF0063EAA          MC 46 Read Data and Bit Flip Register 37
MTU_MC46_RDBFL38 0xF0063EAC          MC 46 Read Data and Bit Flip Register 38
MTU_MC46_RDBFL39 0xF0063EAE          MC 46 Read Data and Bit Flip Register 39
MTU_MC46_RDBFL40 0xF0063EB0          MC 46 Read Data and Bit Flip Register 40
MTU_MC46_RDBFL41 0xF0063EB2          MC 46 Read Data and Bit Flip Register 41
MTU_MC46_RDBFL42 0xF0063EB4          MC 46 Read Data and Bit Flip Register 42
MTU_MC46_RDBFL43 0xF0063EB6          MC 46 Read Data and Bit Flip Register 43
MTU_MC46_RDBFL44 0xF0063EB8          MC 46 Read Data and Bit Flip Register 44
MTU_MC46_RDBFL45 0xF0063EBA          MC 46 Read Data and Bit Flip Register 45
MTU_MC46_RDBFL46 0xF0063EBC          MC 46 Read Data and Bit Flip Register 46
MTU_MC46_RDBFL47 0xF0063EBE          MC 46 Read Data and Bit Flip Register 47
MTU_MC46_RDBFL48 0xF0063EC0          MC 46 Read Data and Bit Flip Register 48
MTU_MC46_RDBFL49 0xF0063EC2          MC 46 Read Data and Bit Flip Register 49
MTU_MC46_RDBFL50 0xF0063EC4          MC 46 Read Data and Bit Flip Register 50
MTU_MC46_RDBFL51 0xF0063EC6          MC 46 Read Data and Bit Flip Register 51
MTU_MC46_RDBFL52 0xF0063EC8          MC 46 Read Data and Bit Flip Register 52
MTU_MC46_RDBFL53 0xF0063ECA          MC 46 Read Data and Bit Flip Register 53
MTU_MC46_RDBFL54 0xF0063ECC          MC 46 Read Data and Bit Flip Register 54
MTU_MC46_RDBFL55 0xF0063ECE          MC 46 Read Data and Bit Flip Register 55
MTU_MC46_RDBFL56 0xF0063ED0          MC 46 Read Data and Bit Flip Register 56
MTU_MC46_RDBFL57 0xF0063ED2          MC 46 Read Data and Bit Flip Register 57
MTU_MC46_RDBFL58 0xF0063ED4          MC 46 Read Data and Bit Flip Register 58
MTU_MC46_RDBFL59 0xF0063ED6          MC 46 Read Data and Bit Flip Register 59
MTU_MC46_RDBFL60 0xF0063ED8          MC 46 Read Data and Bit Flip Register 60
MTU_MC46_RDBFL61 0xF0063EDA          MC 46 Read Data and Bit Flip Register 61
MTU_MC46_RDBFL62 0xF0063EDC          MC 46 Read Data and Bit Flip Register 62
MTU_MC46_RDBFL63 0xF0063EDE          MC 46 Read Data and Bit Flip Register 63
MTU_MC46_RDBFL64 0xF0063EE0          MC 46 Read Data and Bit Flip Register 64
MTU_MC46_RDBFL65 0xF0063EE2          MC 46 Read Data and Bit Flip Register 65
MTU_MC46_RDBFL66 0xF0063EE4          MC 46 Read Data and Bit Flip Register 66
MTU_MC46_ALMSRCS 0xF0063EEE          MC 46 Alarm Sources Configuration Register
MTU_MC46_FAULTSTS 0xF0063EF0          MC 46 SSH Safety Faults Status Register
MTU_MC46_ERRINFO0 0xF0063EF2          MC 46 Error Information Register 0
MTU_MC46_ERRINFO1 0xF0063EF4          MC 46 Error Information Register 1
MTU_MC46_ERRINFO2 0xF0063EF6          MC 46 Error Information Register 2
MTU_MC46_ERRINFO3 0xF0063EF8          MC 46 Error Information Register 3
MTU_MC46_ERRINFO4 0xF0063EFA          MC 46 Error Information Register 4
MTU_MC47_CONFIG0 0xF0063F00          MC 47 Configuration Register 0
MTU_MC47_CONFIG1 0xF0063F02          MC 47 Configuration Register 1
MTU_MC47_MCONTROL 0xF0063F04          MC 47 MBIST Control Register
MTU_MC47_MSTATUS 0xF0063F06          MC 47 Status Register
MTU_MC47_RANGE  0xF0063F08          MC 47 Range Register, single address mode
MTU_MC47_REVID  0xF0063F0C          MC 47 Revision ID Register
MTU_MC47_ECCS   0xF0063F0E          MC 47 ECC Safety Register
MTU_MC47_ECCD   0xF0063F10          MC 47 Memory ECC Detection Register
MTU_MC47_ETRR0  0xF0063F12          MC 47 Error Tracking Register 0
MTU_MC47_ETRR1  0xF0063F14          MC 47 Error Tracking Register 1
MTU_MC47_ETRR2  0xF0063F16          MC 47 Error Tracking Register 2
MTU_MC47_ETRR3  0xF0063F18          MC 47 Error Tracking Register 3
MTU_MC47_ETRR4  0xF0063F1A          MC 47 Error Tracking Register 4
MTU_MC47_RDBFL0 0xF0063F60          MC 47 Read Data and Bit Flip Register 0
MTU_MC47_RDBFL1 0xF0063F62          MC 47 Read Data and Bit Flip Register 1
MTU_MC47_RDBFL2 0xF0063F64          MC 47 Read Data and Bit Flip Register 2
MTU_MC47_RDBFL3 0xF0063F66          MC 47 Read Data and Bit Flip Register 3
MTU_MC47_RDBFL4 0xF0063F68          MC 47 Read Data and Bit Flip Register 4
MTU_MC47_RDBFL5 0xF0063F6A          MC 47 Read Data and Bit Flip Register 5
MTU_MC47_RDBFL6 0xF0063F6C          MC 47 Read Data and Bit Flip Register 6
MTU_MC47_RDBFL7 0xF0063F6E          MC 47 Read Data and Bit Flip Register 7
MTU_MC47_RDBFL8 0xF0063F70          MC 47 Read Data and Bit Flip Register 8
MTU_MC47_RDBFL9 0xF0063F72          MC 47 Read Data and Bit Flip Register 9
MTU_MC47_RDBFL10 0xF0063F74          MC 47 Read Data and Bit Flip Register 10
MTU_MC47_RDBFL11 0xF0063F76          MC 47 Read Data and Bit Flip Register 11
MTU_MC47_RDBFL12 0xF0063F78          MC 47 Read Data and Bit Flip Register 12
MTU_MC47_RDBFL13 0xF0063F7A          MC 47 Read Data and Bit Flip Register 13
MTU_MC47_RDBFL14 0xF0063F7C          MC 47 Read Data and Bit Flip Register 14
MTU_MC47_RDBFL15 0xF0063F7E          MC 47 Read Data and Bit Flip Register 15
MTU_MC47_RDBFL16 0xF0063F80          MC 47 Read Data and Bit Flip Register 16
MTU_MC47_RDBFL17 0xF0063F82          MC 47 Read Data and Bit Flip Register 17
MTU_MC47_RDBFL18 0xF0063F84          MC 47 Read Data and Bit Flip Register 18
MTU_MC47_RDBFL19 0xF0063F86          MC 47 Read Data and Bit Flip Register 19
MTU_MC47_RDBFL20 0xF0063F88          MC 47 Read Data and Bit Flip Register 20
MTU_MC47_RDBFL21 0xF0063F8A          MC 47 Read Data and Bit Flip Register 21
MTU_MC47_RDBFL22 0xF0063F8C          MC 47 Read Data and Bit Flip Register 22
MTU_MC47_RDBFL23 0xF0063F8E          MC 47 Read Data and Bit Flip Register 23
MTU_MC47_RDBFL24 0xF0063F90          MC 47 Read Data and Bit Flip Register 24
MTU_MC47_RDBFL25 0xF0063F92          MC 47 Read Data and Bit Flip Register 25
MTU_MC47_RDBFL26 0xF0063F94          MC 47 Read Data and Bit Flip Register 26
MTU_MC47_RDBFL27 0xF0063F96          MC 47 Read Data and Bit Flip Register 27
MTU_MC47_RDBFL28 0xF0063F98          MC 47 Read Data and Bit Flip Register 28
MTU_MC47_RDBFL29 0xF0063F9A          MC 47 Read Data and Bit Flip Register 29
MTU_MC47_RDBFL30 0xF0063F9C          MC 47 Read Data and Bit Flip Register 30
MTU_MC47_RDBFL31 0xF0063F9E          MC 47 Read Data and Bit Flip Register 31
MTU_MC47_RDBFL32 0xF0063FA0          MC 47 Read Data and Bit Flip Register 32
MTU_MC47_RDBFL33 0xF0063FA2          MC 47 Read Data and Bit Flip Register 33
MTU_MC47_RDBFL34 0xF0063FA4          MC 47 Read Data and Bit Flip Register 34
MTU_MC47_RDBFL35 0xF0063FA6          MC 47 Read Data and Bit Flip Register 35
MTU_MC47_RDBFL36 0xF0063FA8          MC 47 Read Data and Bit Flip Register 36
MTU_MC47_RDBFL37 0xF0063FAA          MC 47 Read Data and Bit Flip Register 37
MTU_MC47_RDBFL38 0xF0063FAC          MC 47 Read Data and Bit Flip Register 38
MTU_MC47_RDBFL39 0xF0063FAE          MC 47 Read Data and Bit Flip Register 39
MTU_MC47_RDBFL40 0xF0063FB0          MC 47 Read Data and Bit Flip Register 40
MTU_MC47_RDBFL41 0xF0063FB2          MC 47 Read Data and Bit Flip Register 41
MTU_MC47_RDBFL42 0xF0063FB4          MC 47 Read Data and Bit Flip Register 42
MTU_MC47_RDBFL43 0xF0063FB6          MC 47 Read Data and Bit Flip Register 43
MTU_MC47_RDBFL44 0xF0063FB8          MC 47 Read Data and Bit Flip Register 44
MTU_MC47_RDBFL45 0xF0063FBA          MC 47 Read Data and Bit Flip Register 45
MTU_MC47_RDBFL46 0xF0063FBC          MC 47 Read Data and Bit Flip Register 46
MTU_MC47_RDBFL47 0xF0063FBE          MC 47 Read Data and Bit Flip Register 47
MTU_MC47_RDBFL48 0xF0063FC0          MC 47 Read Data and Bit Flip Register 48
MTU_MC47_RDBFL49 0xF0063FC2          MC 47 Read Data and Bit Flip Register 49
MTU_MC47_RDBFL50 0xF0063FC4          MC 47 Read Data and Bit Flip Register 50
MTU_MC47_RDBFL51 0xF0063FC6          MC 47 Read Data and Bit Flip Register 51
MTU_MC47_RDBFL52 0xF0063FC8          MC 47 Read Data and Bit Flip Register 52
MTU_MC47_RDBFL53 0xF0063FCA          MC 47 Read Data and Bit Flip Register 53
MTU_MC47_RDBFL54 0xF0063FCC          MC 47 Read Data and Bit Flip Register 54
MTU_MC47_RDBFL55 0xF0063FCE          MC 47 Read Data and Bit Flip Register 55
MTU_MC47_RDBFL56 0xF0063FD0          MC 47 Read Data and Bit Flip Register 56
MTU_MC47_RDBFL57 0xF0063FD2          MC 47 Read Data and Bit Flip Register 57
MTU_MC47_RDBFL58 0xF0063FD4          MC 47 Read Data and Bit Flip Register 58
MTU_MC47_RDBFL59 0xF0063FD6          MC 47 Read Data and Bit Flip Register 59
MTU_MC47_RDBFL60 0xF0063FD8          MC 47 Read Data and Bit Flip Register 60
MTU_MC47_RDBFL61 0xF0063FDA          MC 47 Read Data and Bit Flip Register 61
MTU_MC47_RDBFL62 0xF0063FDC          MC 47 Read Data and Bit Flip Register 62
MTU_MC47_RDBFL63 0xF0063FDE          MC 47 Read Data and Bit Flip Register 63
MTU_MC47_RDBFL64 0xF0063FE0          MC 47 Read Data and Bit Flip Register 64
MTU_MC47_RDBFL65 0xF0063FE2          MC 47 Read Data and Bit Flip Register 65
MTU_MC47_RDBFL66 0xF0063FE4          MC 47 Read Data and Bit Flip Register 66
MTU_MC47_ALMSRCS 0xF0063FEE          MC 47 Alarm Sources Configuration Register
MTU_MC47_FAULTSTS 0xF0063FF0          MC 47 SSH Safety Faults Status Register
MTU_MC47_ERRINFO0 0xF0063FF2          MC 47 Error Information Register 0
MTU_MC47_ERRINFO1 0xF0063FF4          MC 47 Error Information Register 1
MTU_MC47_ERRINFO2 0xF0063FF6          MC 47 Error Information Register 2
MTU_MC47_ERRINFO3 0xF0063FF8          MC 47 Error Information Register 3
MTU_MC47_ERRINFO4 0xF0063FFA          MC 47 Error Information Register 4
MTU_MC48_CONFIG0 0xF0064000          MC 48 Configuration Register 0
MTU_MC48_CONFIG1 0xF0064002          MC 48 Configuration Register 1
MTU_MC48_MCONTROL 0xF0064004          MC 48 MBIST Control Register
MTU_MC48_MSTATUS 0xF0064006          MC 48 Status Register
MTU_MC48_RANGE  0xF0064008          MC 48 Range Register, single address mode
MTU_MC48_REVID  0xF006400C          MC 48 Revision ID Register
MTU_MC48_ECCS   0xF006400E          MC 48 ECC Safety Register
MTU_MC48_ECCD   0xF0064010          MC 48 Memory ECC Detection Register
MTU_MC48_ETRR0  0xF0064012          MC 48 Error Tracking Register 0
MTU_MC48_ETRR1  0xF0064014          MC 48 Error Tracking Register 1
MTU_MC48_ETRR2  0xF0064016          MC 48 Error Tracking Register 2
MTU_MC48_ETRR3  0xF0064018          MC 48 Error Tracking Register 3
MTU_MC48_ETRR4  0xF006401A          MC 48 Error Tracking Register 4
MTU_MC48_RDBFL0 0xF0064060          MC 48 Read Data and Bit Flip Register 0
MTU_MC48_RDBFL1 0xF0064062          MC 48 Read Data and Bit Flip Register 1
MTU_MC48_RDBFL2 0xF0064064          MC 48 Read Data and Bit Flip Register 2
MTU_MC48_RDBFL3 0xF0064066          MC 48 Read Data and Bit Flip Register 3
MTU_MC48_RDBFL4 0xF0064068          MC 48 Read Data and Bit Flip Register 4
MTU_MC48_RDBFL5 0xF006406A          MC 48 Read Data and Bit Flip Register 5
MTU_MC48_RDBFL6 0xF006406C          MC 48 Read Data and Bit Flip Register 6
MTU_MC48_RDBFL7 0xF006406E          MC 48 Read Data and Bit Flip Register 7
MTU_MC48_RDBFL8 0xF0064070          MC 48 Read Data and Bit Flip Register 8
MTU_MC48_RDBFL9 0xF0064072          MC 48 Read Data and Bit Flip Register 9
MTU_MC48_RDBFL10 0xF0064074          MC 48 Read Data and Bit Flip Register 10
MTU_MC48_RDBFL11 0xF0064076          MC 48 Read Data and Bit Flip Register 11
MTU_MC48_RDBFL12 0xF0064078          MC 48 Read Data and Bit Flip Register 12
MTU_MC48_RDBFL13 0xF006407A          MC 48 Read Data and Bit Flip Register 13
MTU_MC48_RDBFL14 0xF006407C          MC 48 Read Data and Bit Flip Register 14
MTU_MC48_RDBFL15 0xF006407E          MC 48 Read Data and Bit Flip Register 15
MTU_MC48_RDBFL16 0xF0064080          MC 48 Read Data and Bit Flip Register 16
MTU_MC48_RDBFL17 0xF0064082          MC 48 Read Data and Bit Flip Register 17
MTU_MC48_RDBFL18 0xF0064084          MC 48 Read Data and Bit Flip Register 18
MTU_MC48_RDBFL19 0xF0064086          MC 48 Read Data and Bit Flip Register 19
MTU_MC48_RDBFL20 0xF0064088          MC 48 Read Data and Bit Flip Register 20
MTU_MC48_RDBFL21 0xF006408A          MC 48 Read Data and Bit Flip Register 21
MTU_MC48_RDBFL22 0xF006408C          MC 48 Read Data and Bit Flip Register 22
MTU_MC48_RDBFL23 0xF006408E          MC 48 Read Data and Bit Flip Register 23
MTU_MC48_RDBFL24 0xF0064090          MC 48 Read Data and Bit Flip Register 24
MTU_MC48_RDBFL25 0xF0064092          MC 48 Read Data and Bit Flip Register 25
MTU_MC48_RDBFL26 0xF0064094          MC 48 Read Data and Bit Flip Register 26
MTU_MC48_RDBFL27 0xF0064096          MC 48 Read Data and Bit Flip Register 27
MTU_MC48_RDBFL28 0xF0064098          MC 48 Read Data and Bit Flip Register 28
MTU_MC48_RDBFL29 0xF006409A          MC 48 Read Data and Bit Flip Register 29
MTU_MC48_RDBFL30 0xF006409C          MC 48 Read Data and Bit Flip Register 30
MTU_MC48_RDBFL31 0xF006409E          MC 48 Read Data and Bit Flip Register 31
MTU_MC48_RDBFL32 0xF00640A0          MC 48 Read Data and Bit Flip Register 32
MTU_MC48_RDBFL33 0xF00640A2          MC 48 Read Data and Bit Flip Register 33
MTU_MC48_RDBFL34 0xF00640A4          MC 48 Read Data and Bit Flip Register 34
MTU_MC48_RDBFL35 0xF00640A6          MC 48 Read Data and Bit Flip Register 35
MTU_MC48_RDBFL36 0xF00640A8          MC 48 Read Data and Bit Flip Register 36
MTU_MC48_RDBFL37 0xF00640AA          MC 48 Read Data and Bit Flip Register 37
MTU_MC48_RDBFL38 0xF00640AC          MC 48 Read Data and Bit Flip Register 38
MTU_MC48_RDBFL39 0xF00640AE          MC 48 Read Data and Bit Flip Register 39
MTU_MC48_RDBFL40 0xF00640B0          MC 48 Read Data and Bit Flip Register 40
MTU_MC48_RDBFL41 0xF00640B2          MC 48 Read Data and Bit Flip Register 41
MTU_MC48_RDBFL42 0xF00640B4          MC 48 Read Data and Bit Flip Register 42
MTU_MC48_RDBFL43 0xF00640B6          MC 48 Read Data and Bit Flip Register 43
MTU_MC48_RDBFL44 0xF00640B8          MC 48 Read Data and Bit Flip Register 44
MTU_MC48_RDBFL45 0xF00640BA          MC 48 Read Data and Bit Flip Register 45
MTU_MC48_RDBFL46 0xF00640BC          MC 48 Read Data and Bit Flip Register 46
MTU_MC48_RDBFL47 0xF00640BE          MC 48 Read Data and Bit Flip Register 47
MTU_MC48_RDBFL48 0xF00640C0          MC 48 Read Data and Bit Flip Register 48
MTU_MC48_RDBFL49 0xF00640C2          MC 48 Read Data and Bit Flip Register 49
MTU_MC48_RDBFL50 0xF00640C4          MC 48 Read Data and Bit Flip Register 50
MTU_MC48_RDBFL51 0xF00640C6          MC 48 Read Data and Bit Flip Register 51
MTU_MC48_RDBFL52 0xF00640C8          MC 48 Read Data and Bit Flip Register 52
MTU_MC48_RDBFL53 0xF00640CA          MC 48 Read Data and Bit Flip Register 53
MTU_MC48_RDBFL54 0xF00640CC          MC 48 Read Data and Bit Flip Register 54
MTU_MC48_RDBFL55 0xF00640CE          MC 48 Read Data and Bit Flip Register 55
MTU_MC48_RDBFL56 0xF00640D0          MC 48 Read Data and Bit Flip Register 56
MTU_MC48_RDBFL57 0xF00640D2          MC 48 Read Data and Bit Flip Register 57
MTU_MC48_RDBFL58 0xF00640D4          MC 48 Read Data and Bit Flip Register 58
MTU_MC48_RDBFL59 0xF00640D6          MC 48 Read Data and Bit Flip Register 59
MTU_MC48_RDBFL60 0xF00640D8          MC 48 Read Data and Bit Flip Register 60
MTU_MC48_RDBFL61 0xF00640DA          MC 48 Read Data and Bit Flip Register 61
MTU_MC48_RDBFL62 0xF00640DC          MC 48 Read Data and Bit Flip Register 62
MTU_MC48_RDBFL63 0xF00640DE          MC 48 Read Data and Bit Flip Register 63
MTU_MC48_RDBFL64 0xF00640E0          MC 48 Read Data and Bit Flip Register 64
MTU_MC48_RDBFL65 0xF00640E2          MC 48 Read Data and Bit Flip Register 65
MTU_MC48_RDBFL66 0xF00640E4          MC 48 Read Data and Bit Flip Register 66
MTU_MC48_ALMSRCS 0xF00640EE          MC 48 Alarm Sources Configuration Register
MTU_MC48_FAULTSTS 0xF00640F0          MC 48 SSH Safety Faults Status Register
MTU_MC48_ERRINFO0 0xF00640F2          MC 48 Error Information Register 0
MTU_MC48_ERRINFO1 0xF00640F4          MC 48 Error Information Register 1
MTU_MC48_ERRINFO2 0xF00640F6          MC 48 Error Information Register 2
MTU_MC48_ERRINFO3 0xF00640F8          MC 48 Error Information Register 3
MTU_MC48_ERRINFO4 0xF00640FA          MC 48 Error Information Register 4
MTU_MC49_CONFIG0 0xF0064100          MC 49 Configuration Register 0
MTU_MC49_CONFIG1 0xF0064102          MC 49 Configuration Register 1
MTU_MC49_MCONTROL 0xF0064104          MC 49 MBIST Control Register
MTU_MC49_MSTATUS 0xF0064106          MC 49 Status Register
MTU_MC49_RANGE  0xF0064108          MC 49 Range Register, single address mode
MTU_MC49_REVID  0xF006410C          MC 49 Revision ID Register
MTU_MC49_ECCS   0xF006410E          MC 49 ECC Safety Register
MTU_MC49_ECCD   0xF0064110          MC 49 Memory ECC Detection Register
MTU_MC49_ETRR0  0xF0064112          MC 49 Error Tracking Register 0
MTU_MC49_ETRR1  0xF0064114          MC 49 Error Tracking Register 1
MTU_MC49_ETRR2  0xF0064116          MC 49 Error Tracking Register 2
MTU_MC49_ETRR3  0xF0064118          MC 49 Error Tracking Register 3
MTU_MC49_ETRR4  0xF006411A          MC 49 Error Tracking Register 4
MTU_MC49_RDBFL0 0xF0064160          MC 49 Read Data and Bit Flip Register 0
MTU_MC49_RDBFL1 0xF0064162          MC 49 Read Data and Bit Flip Register 1
MTU_MC49_RDBFL2 0xF0064164          MC 49 Read Data and Bit Flip Register 2
MTU_MC49_RDBFL3 0xF0064166          MC 49 Read Data and Bit Flip Register 3
MTU_MC49_RDBFL4 0xF0064168          MC 49 Read Data and Bit Flip Register 4
MTU_MC49_RDBFL5 0xF006416A          MC 49 Read Data and Bit Flip Register 5
MTU_MC49_RDBFL6 0xF006416C          MC 49 Read Data and Bit Flip Register 6
MTU_MC49_RDBFL7 0xF006416E          MC 49 Read Data and Bit Flip Register 7
MTU_MC49_RDBFL8 0xF0064170          MC 49 Read Data and Bit Flip Register 8
MTU_MC49_RDBFL9 0xF0064172          MC 49 Read Data and Bit Flip Register 9
MTU_MC49_RDBFL10 0xF0064174          MC 49 Read Data and Bit Flip Register 10
MTU_MC49_RDBFL11 0xF0064176          MC 49 Read Data and Bit Flip Register 11
MTU_MC49_RDBFL12 0xF0064178          MC 49 Read Data and Bit Flip Register 12
MTU_MC49_RDBFL13 0xF006417A          MC 49 Read Data and Bit Flip Register 13
MTU_MC49_RDBFL14 0xF006417C          MC 49 Read Data and Bit Flip Register 14
MTU_MC49_RDBFL15 0xF006417E          MC 49 Read Data and Bit Flip Register 15
MTU_MC49_RDBFL16 0xF0064180          MC 49 Read Data and Bit Flip Register 16
MTU_MC49_RDBFL17 0xF0064182          MC 49 Read Data and Bit Flip Register 17
MTU_MC49_RDBFL18 0xF0064184          MC 49 Read Data and Bit Flip Register 18
MTU_MC49_RDBFL19 0xF0064186          MC 49 Read Data and Bit Flip Register 19
MTU_MC49_RDBFL20 0xF0064188          MC 49 Read Data and Bit Flip Register 20
MTU_MC49_RDBFL21 0xF006418A          MC 49 Read Data and Bit Flip Register 21
MTU_MC49_RDBFL22 0xF006418C          MC 49 Read Data and Bit Flip Register 22
MTU_MC49_RDBFL23 0xF006418E          MC 49 Read Data and Bit Flip Register 23
MTU_MC49_RDBFL24 0xF0064190          MC 49 Read Data and Bit Flip Register 24
MTU_MC49_RDBFL25 0xF0064192          MC 49 Read Data and Bit Flip Register 25
MTU_MC49_RDBFL26 0xF0064194          MC 49 Read Data and Bit Flip Register 26
MTU_MC49_RDBFL27 0xF0064196          MC 49 Read Data and Bit Flip Register 27
MTU_MC49_RDBFL28 0xF0064198          MC 49 Read Data and Bit Flip Register 28
MTU_MC49_RDBFL29 0xF006419A          MC 49 Read Data and Bit Flip Register 29
MTU_MC49_RDBFL30 0xF006419C          MC 49 Read Data and Bit Flip Register 30
MTU_MC49_RDBFL31 0xF006419E          MC 49 Read Data and Bit Flip Register 31
MTU_MC49_RDBFL32 0xF00641A0          MC 49 Read Data and Bit Flip Register 32
MTU_MC49_RDBFL33 0xF00641A2          MC 49 Read Data and Bit Flip Register 33
MTU_MC49_RDBFL34 0xF00641A4          MC 49 Read Data and Bit Flip Register 34
MTU_MC49_RDBFL35 0xF00641A6          MC 49 Read Data and Bit Flip Register 35
MTU_MC49_RDBFL36 0xF00641A8          MC 49 Read Data and Bit Flip Register 36
MTU_MC49_RDBFL37 0xF00641AA          MC 49 Read Data and Bit Flip Register 37
MTU_MC49_RDBFL38 0xF00641AC          MC 49 Read Data and Bit Flip Register 38
MTU_MC49_RDBFL39 0xF00641AE          MC 49 Read Data and Bit Flip Register 39
MTU_MC49_RDBFL40 0xF00641B0          MC 49 Read Data and Bit Flip Register 40
MTU_MC49_RDBFL41 0xF00641B2          MC 49 Read Data and Bit Flip Register 41
MTU_MC49_RDBFL42 0xF00641B4          MC 49 Read Data and Bit Flip Register 42
MTU_MC49_RDBFL43 0xF00641B6          MC 49 Read Data and Bit Flip Register 43
MTU_MC49_RDBFL44 0xF00641B8          MC 49 Read Data and Bit Flip Register 44
MTU_MC49_RDBFL45 0xF00641BA          MC 49 Read Data and Bit Flip Register 45
MTU_MC49_RDBFL46 0xF00641BC          MC 49 Read Data and Bit Flip Register 46
MTU_MC49_RDBFL47 0xF00641BE          MC 49 Read Data and Bit Flip Register 47
MTU_MC49_RDBFL48 0xF00641C0          MC 49 Read Data and Bit Flip Register 48
MTU_MC49_RDBFL49 0xF00641C2          MC 49 Read Data and Bit Flip Register 49
MTU_MC49_RDBFL50 0xF00641C4          MC 49 Read Data and Bit Flip Register 50
MTU_MC49_RDBFL51 0xF00641C6          MC 49 Read Data and Bit Flip Register 51
MTU_MC49_RDBFL52 0xF00641C8          MC 49 Read Data and Bit Flip Register 52
MTU_MC49_RDBFL53 0xF00641CA          MC 49 Read Data and Bit Flip Register 53
MTU_MC49_RDBFL54 0xF00641CC          MC 49 Read Data and Bit Flip Register 54
MTU_MC49_RDBFL55 0xF00641CE          MC 49 Read Data and Bit Flip Register 55
MTU_MC49_RDBFL56 0xF00641D0          MC 49 Read Data and Bit Flip Register 56
MTU_MC49_RDBFL57 0xF00641D2          MC 49 Read Data and Bit Flip Register 57
MTU_MC49_RDBFL58 0xF00641D4          MC 49 Read Data and Bit Flip Register 58
MTU_MC49_RDBFL59 0xF00641D6          MC 49 Read Data and Bit Flip Register 59
MTU_MC49_RDBFL60 0xF00641D8          MC 49 Read Data and Bit Flip Register 60
MTU_MC49_RDBFL61 0xF00641DA          MC 49 Read Data and Bit Flip Register 61
MTU_MC49_RDBFL62 0xF00641DC          MC 49 Read Data and Bit Flip Register 62
MTU_MC49_RDBFL63 0xF00641DE          MC 49 Read Data and Bit Flip Register 63
MTU_MC49_RDBFL64 0xF00641E0          MC 49 Read Data and Bit Flip Register 64
MTU_MC49_RDBFL65 0xF00641E2          MC 49 Read Data and Bit Flip Register 65
MTU_MC49_RDBFL66 0xF00641E4          MC 49 Read Data and Bit Flip Register 66
MTU_MC49_ALMSRCS 0xF00641EE          MC 49 Alarm Sources Configuration Register
MTU_MC49_FAULTSTS 0xF00641F0          MC 49 SSH Safety Faults Status Register
MTU_MC49_ERRINFO0 0xF00641F2          MC 49 Error Information Register 0
MTU_MC49_ERRINFO1 0xF00641F4          MC 49 Error Information Register 1
MTU_MC49_ERRINFO2 0xF00641F6          MC 49 Error Information Register 2
MTU_MC49_ERRINFO3 0xF00641F8          MC 49 Error Information Register 3
MTU_MC49_ERRINFO4 0xF00641FA          MC 49 Error Information Register 4
MTU_MC50_CONFIG0 0xF0064200          MC 50 Configuration Register 0
MTU_MC50_CONFIG1 0xF0064202          MC 50 Configuration Register 1
MTU_MC50_MCONTROL 0xF0064204          MC 50 MBIST Control Register
MTU_MC50_MSTATUS 0xF0064206          MC 50 Status Register
MTU_MC50_RANGE  0xF0064208          MC 50 Range Register, single address mode
MTU_MC50_REVID  0xF006420C          MC 50 Revision ID Register
MTU_MC50_ECCS   0xF006420E          MC 50 ECC Safety Register
MTU_MC50_ECCD   0xF0064210          MC 50 Memory ECC Detection Register
MTU_MC50_ETRR0  0xF0064212          MC 50 Error Tracking Register 0
MTU_MC50_ETRR1  0xF0064214          MC 50 Error Tracking Register 1
MTU_MC50_ETRR2  0xF0064216          MC 50 Error Tracking Register 2
MTU_MC50_ETRR3  0xF0064218          MC 50 Error Tracking Register 3
MTU_MC50_ETRR4  0xF006421A          MC 50 Error Tracking Register 4
MTU_MC50_RDBFL0 0xF0064260          MC 50 Read Data and Bit Flip Register 0
MTU_MC50_RDBFL1 0xF0064262          MC 50 Read Data and Bit Flip Register 1
MTU_MC50_RDBFL2 0xF0064264          MC 50 Read Data and Bit Flip Register 2
MTU_MC50_RDBFL3 0xF0064266          MC 50 Read Data and Bit Flip Register 3
MTU_MC50_RDBFL4 0xF0064268          MC 50 Read Data and Bit Flip Register 4
MTU_MC50_RDBFL5 0xF006426A          MC 50 Read Data and Bit Flip Register 5
MTU_MC50_RDBFL6 0xF006426C          MC 50 Read Data and Bit Flip Register 6
MTU_MC50_RDBFL7 0xF006426E          MC 50 Read Data and Bit Flip Register 7
MTU_MC50_RDBFL8 0xF0064270          MC 50 Read Data and Bit Flip Register 8
MTU_MC50_RDBFL9 0xF0064272          MC 50 Read Data and Bit Flip Register 9
MTU_MC50_RDBFL10 0xF0064274          MC 50 Read Data and Bit Flip Register 10
MTU_MC50_RDBFL11 0xF0064276          MC 50 Read Data and Bit Flip Register 11
MTU_MC50_RDBFL12 0xF0064278          MC 50 Read Data and Bit Flip Register 12
MTU_MC50_RDBFL13 0xF006427A          MC 50 Read Data and Bit Flip Register 13
MTU_MC50_RDBFL14 0xF006427C          MC 50 Read Data and Bit Flip Register 14
MTU_MC50_RDBFL15 0xF006427E          MC 50 Read Data and Bit Flip Register 15
MTU_MC50_RDBFL16 0xF0064280          MC 50 Read Data and Bit Flip Register 16
MTU_MC50_RDBFL17 0xF0064282          MC 50 Read Data and Bit Flip Register 17
MTU_MC50_RDBFL18 0xF0064284          MC 50 Read Data and Bit Flip Register 18
MTU_MC50_RDBFL19 0xF0064286          MC 50 Read Data and Bit Flip Register 19
MTU_MC50_RDBFL20 0xF0064288          MC 50 Read Data and Bit Flip Register 20
MTU_MC50_RDBFL21 0xF006428A          MC 50 Read Data and Bit Flip Register 21
MTU_MC50_RDBFL22 0xF006428C          MC 50 Read Data and Bit Flip Register 22
MTU_MC50_RDBFL23 0xF006428E          MC 50 Read Data and Bit Flip Register 23
MTU_MC50_RDBFL24 0xF0064290          MC 50 Read Data and Bit Flip Register 24
MTU_MC50_RDBFL25 0xF0064292          MC 50 Read Data and Bit Flip Register 25
MTU_MC50_RDBFL26 0xF0064294          MC 50 Read Data and Bit Flip Register 26
MTU_MC50_RDBFL27 0xF0064296          MC 50 Read Data and Bit Flip Register 27
MTU_MC50_RDBFL28 0xF0064298          MC 50 Read Data and Bit Flip Register 28
MTU_MC50_RDBFL29 0xF006429A          MC 50 Read Data and Bit Flip Register 29
MTU_MC50_RDBFL30 0xF006429C          MC 50 Read Data and Bit Flip Register 30
MTU_MC50_RDBFL31 0xF006429E          MC 50 Read Data and Bit Flip Register 31
MTU_MC50_RDBFL32 0xF00642A0          MC 50 Read Data and Bit Flip Register 32
MTU_MC50_RDBFL33 0xF00642A2          MC 50 Read Data and Bit Flip Register 33
MTU_MC50_RDBFL34 0xF00642A4          MC 50 Read Data and Bit Flip Register 34
MTU_MC50_RDBFL35 0xF00642A6          MC 50 Read Data and Bit Flip Register 35
MTU_MC50_RDBFL36 0xF00642A8          MC 50 Read Data and Bit Flip Register 36
MTU_MC50_RDBFL37 0xF00642AA          MC 50 Read Data and Bit Flip Register 37
MTU_MC50_RDBFL38 0xF00642AC          MC 50 Read Data and Bit Flip Register 38
MTU_MC50_RDBFL39 0xF00642AE          MC 50 Read Data and Bit Flip Register 39
MTU_MC50_RDBFL40 0xF00642B0          MC 50 Read Data and Bit Flip Register 40
MTU_MC50_RDBFL41 0xF00642B2          MC 50 Read Data and Bit Flip Register 41
MTU_MC50_RDBFL42 0xF00642B4          MC 50 Read Data and Bit Flip Register 42
MTU_MC50_RDBFL43 0xF00642B6          MC 50 Read Data and Bit Flip Register 43
MTU_MC50_RDBFL44 0xF00642B8          MC 50 Read Data and Bit Flip Register 44
MTU_MC50_RDBFL45 0xF00642BA          MC 50 Read Data and Bit Flip Register 45
MTU_MC50_RDBFL46 0xF00642BC          MC 50 Read Data and Bit Flip Register 46
MTU_MC50_RDBFL47 0xF00642BE          MC 50 Read Data and Bit Flip Register 47
MTU_MC50_RDBFL48 0xF00642C0          MC 50 Read Data and Bit Flip Register 48
MTU_MC50_RDBFL49 0xF00642C2          MC 50 Read Data and Bit Flip Register 49
MTU_MC50_RDBFL50 0xF00642C4          MC 50 Read Data and Bit Flip Register 50
MTU_MC50_RDBFL51 0xF00642C6          MC 50 Read Data and Bit Flip Register 51
MTU_MC50_RDBFL52 0xF00642C8          MC 50 Read Data and Bit Flip Register 52
MTU_MC50_RDBFL53 0xF00642CA          MC 50 Read Data and Bit Flip Register 53
MTU_MC50_RDBFL54 0xF00642CC          MC 50 Read Data and Bit Flip Register 54
MTU_MC50_RDBFL55 0xF00642CE          MC 50 Read Data and Bit Flip Register 55
MTU_MC50_RDBFL56 0xF00642D0          MC 50 Read Data and Bit Flip Register 56
MTU_MC50_RDBFL57 0xF00642D2          MC 50 Read Data and Bit Flip Register 57
MTU_MC50_RDBFL58 0xF00642D4          MC 50 Read Data and Bit Flip Register 58
MTU_MC50_RDBFL59 0xF00642D6          MC 50 Read Data and Bit Flip Register 59
MTU_MC50_RDBFL60 0xF00642D8          MC 50 Read Data and Bit Flip Register 60
MTU_MC50_RDBFL61 0xF00642DA          MC 50 Read Data and Bit Flip Register 61
MTU_MC50_RDBFL62 0xF00642DC          MC 50 Read Data and Bit Flip Register 62
MTU_MC50_RDBFL63 0xF00642DE          MC 50 Read Data and Bit Flip Register 63
MTU_MC50_RDBFL64 0xF00642E0          MC 50 Read Data and Bit Flip Register 64
MTU_MC50_RDBFL65 0xF00642E2          MC 50 Read Data and Bit Flip Register 65
MTU_MC50_RDBFL66 0xF00642E4          MC 50 Read Data and Bit Flip Register 66
MTU_MC50_ALMSRCS 0xF00642EE          MC 50 Alarm Sources Configuration Register
MTU_MC50_FAULTSTS 0xF00642F0          MC 50 SSH Safety Faults Status Register
MTU_MC50_ERRINFO0 0xF00642F2          MC 50 Error Information Register 0
MTU_MC50_ERRINFO1 0xF00642F4          MC 50 Error Information Register 1
MTU_MC50_ERRINFO2 0xF00642F6          MC 50 Error Information Register 2
MTU_MC50_ERRINFO3 0xF00642F8          MC 50 Error Information Register 3
MTU_MC50_ERRINFO4 0xF00642FA          MC 50 Error Information Register 4
MTU_MC51_CONFIG0 0xF0064300          MC 51 Configuration Register 0
MTU_MC51_CONFIG1 0xF0064302          MC 51 Configuration Register 1
MTU_MC51_MCONTROL 0xF0064304          MC 51 MBIST Control Register
MTU_MC51_MSTATUS 0xF0064306          MC 51 Status Register
MTU_MC51_RANGE  0xF0064308          MC 51 Range Register, single address mode
MTU_MC51_REVID  0xF006430C          MC 51 Revision ID Register
MTU_MC51_ECCS   0xF006430E          MC 51 ECC Safety Register
MTU_MC51_ECCD   0xF0064310          MC 51 Memory ECC Detection Register
MTU_MC51_ETRR0  0xF0064312          MC 51 Error Tracking Register 0
MTU_MC51_ETRR1  0xF0064314          MC 51 Error Tracking Register 1
MTU_MC51_ETRR2  0xF0064316          MC 51 Error Tracking Register 2
MTU_MC51_ETRR3  0xF0064318          MC 51 Error Tracking Register 3
MTU_MC51_ETRR4  0xF006431A          MC 51 Error Tracking Register 4
MTU_MC51_RDBFL0 0xF0064360          MC 51 Read Data and Bit Flip Register 0
MTU_MC51_RDBFL1 0xF0064362          MC 51 Read Data and Bit Flip Register 1
MTU_MC51_RDBFL2 0xF0064364          MC 51 Read Data and Bit Flip Register 2
MTU_MC51_RDBFL3 0xF0064366          MC 51 Read Data and Bit Flip Register 3
MTU_MC51_RDBFL4 0xF0064368          MC 51 Read Data and Bit Flip Register 4
MTU_MC51_RDBFL5 0xF006436A          MC 51 Read Data and Bit Flip Register 5
MTU_MC51_RDBFL6 0xF006436C          MC 51 Read Data and Bit Flip Register 6
MTU_MC51_RDBFL7 0xF006436E          MC 51 Read Data and Bit Flip Register 7
MTU_MC51_RDBFL8 0xF0064370          MC 51 Read Data and Bit Flip Register 8
MTU_MC51_RDBFL9 0xF0064372          MC 51 Read Data and Bit Flip Register 9
MTU_MC51_RDBFL10 0xF0064374          MC 51 Read Data and Bit Flip Register 10
MTU_MC51_RDBFL11 0xF0064376          MC 51 Read Data and Bit Flip Register 11
MTU_MC51_RDBFL12 0xF0064378          MC 51 Read Data and Bit Flip Register 12
MTU_MC51_RDBFL13 0xF006437A          MC 51 Read Data and Bit Flip Register 13
MTU_MC51_RDBFL14 0xF006437C          MC 51 Read Data and Bit Flip Register 14
MTU_MC51_RDBFL15 0xF006437E          MC 51 Read Data and Bit Flip Register 15
MTU_MC51_RDBFL16 0xF0064380          MC 51 Read Data and Bit Flip Register 16
MTU_MC51_RDBFL17 0xF0064382          MC 51 Read Data and Bit Flip Register 17
MTU_MC51_RDBFL18 0xF0064384          MC 51 Read Data and Bit Flip Register 18
MTU_MC51_RDBFL19 0xF0064386          MC 51 Read Data and Bit Flip Register 19
MTU_MC51_RDBFL20 0xF0064388          MC 51 Read Data and Bit Flip Register 20
MTU_MC51_RDBFL21 0xF006438A          MC 51 Read Data and Bit Flip Register 21
MTU_MC51_RDBFL22 0xF006438C          MC 51 Read Data and Bit Flip Register 22
MTU_MC51_RDBFL23 0xF006438E          MC 51 Read Data and Bit Flip Register 23
MTU_MC51_RDBFL24 0xF0064390          MC 51 Read Data and Bit Flip Register 24
MTU_MC51_RDBFL25 0xF0064392          MC 51 Read Data and Bit Flip Register 25
MTU_MC51_RDBFL26 0xF0064394          MC 51 Read Data and Bit Flip Register 26
MTU_MC51_RDBFL27 0xF0064396          MC 51 Read Data and Bit Flip Register 27
MTU_MC51_RDBFL28 0xF0064398          MC 51 Read Data and Bit Flip Register 28
MTU_MC51_RDBFL29 0xF006439A          MC 51 Read Data and Bit Flip Register 29
MTU_MC51_RDBFL30 0xF006439C          MC 51 Read Data and Bit Flip Register 30
MTU_MC51_RDBFL31 0xF006439E          MC 51 Read Data and Bit Flip Register 31
MTU_MC51_RDBFL32 0xF00643A0          MC 51 Read Data and Bit Flip Register 32
MTU_MC51_RDBFL33 0xF00643A2          MC 51 Read Data and Bit Flip Register 33
MTU_MC51_RDBFL34 0xF00643A4          MC 51 Read Data and Bit Flip Register 34
MTU_MC51_RDBFL35 0xF00643A6          MC 51 Read Data and Bit Flip Register 35
MTU_MC51_RDBFL36 0xF00643A8          MC 51 Read Data and Bit Flip Register 36
MTU_MC51_RDBFL37 0xF00643AA          MC 51 Read Data and Bit Flip Register 37
MTU_MC51_RDBFL38 0xF00643AC          MC 51 Read Data and Bit Flip Register 38
MTU_MC51_RDBFL39 0xF00643AE          MC 51 Read Data and Bit Flip Register 39
MTU_MC51_RDBFL40 0xF00643B0          MC 51 Read Data and Bit Flip Register 40
MTU_MC51_RDBFL41 0xF00643B2          MC 51 Read Data and Bit Flip Register 41
MTU_MC51_RDBFL42 0xF00643B4          MC 51 Read Data and Bit Flip Register 42
MTU_MC51_RDBFL43 0xF00643B6          MC 51 Read Data and Bit Flip Register 43
MTU_MC51_RDBFL44 0xF00643B8          MC 51 Read Data and Bit Flip Register 44
MTU_MC51_RDBFL45 0xF00643BA          MC 51 Read Data and Bit Flip Register 45
MTU_MC51_RDBFL46 0xF00643BC          MC 51 Read Data and Bit Flip Register 46
MTU_MC51_RDBFL47 0xF00643BE          MC 51 Read Data and Bit Flip Register 47
MTU_MC51_RDBFL48 0xF00643C0          MC 51 Read Data and Bit Flip Register 48
MTU_MC51_RDBFL49 0xF00643C2          MC 51 Read Data and Bit Flip Register 49
MTU_MC51_RDBFL50 0xF00643C4          MC 51 Read Data and Bit Flip Register 50
MTU_MC51_RDBFL51 0xF00643C6          MC 51 Read Data and Bit Flip Register 51
MTU_MC51_RDBFL52 0xF00643C8          MC 51 Read Data and Bit Flip Register 52
MTU_MC51_RDBFL53 0xF00643CA          MC 51 Read Data and Bit Flip Register 53
MTU_MC51_RDBFL54 0xF00643CC          MC 51 Read Data and Bit Flip Register 54
MTU_MC51_RDBFL55 0xF00643CE          MC 51 Read Data and Bit Flip Register 55
MTU_MC51_RDBFL56 0xF00643D0          MC 51 Read Data and Bit Flip Register 56
MTU_MC51_RDBFL57 0xF00643D2          MC 51 Read Data and Bit Flip Register 57
MTU_MC51_RDBFL58 0xF00643D4          MC 51 Read Data and Bit Flip Register 58
MTU_MC51_RDBFL59 0xF00643D6          MC 51 Read Data and Bit Flip Register 59
MTU_MC51_RDBFL60 0xF00643D8          MC 51 Read Data and Bit Flip Register 60
MTU_MC51_RDBFL61 0xF00643DA          MC 51 Read Data and Bit Flip Register 61
MTU_MC51_RDBFL62 0xF00643DC          MC 51 Read Data and Bit Flip Register 62
MTU_MC51_RDBFL63 0xF00643DE          MC 51 Read Data and Bit Flip Register 63
MTU_MC51_RDBFL64 0xF00643E0          MC 51 Read Data and Bit Flip Register 64
MTU_MC51_RDBFL65 0xF00643E2          MC 51 Read Data and Bit Flip Register 65
MTU_MC51_RDBFL66 0xF00643E4          MC 51 Read Data and Bit Flip Register 66
MTU_MC51_ALMSRCS 0xF00643EE          MC 51 Alarm Sources Configuration Register
MTU_MC51_FAULTSTS 0xF00643F0          MC 51 SSH Safety Faults Status Register
MTU_MC51_ERRINFO0 0xF00643F2          MC 51 Error Information Register 0
MTU_MC51_ERRINFO1 0xF00643F4          MC 51 Error Information Register 1
MTU_MC51_ERRINFO2 0xF00643F6          MC 51 Error Information Register 2
MTU_MC51_ERRINFO3 0xF00643F8          MC 51 Error Information Register 3
MTU_MC51_ERRINFO4 0xF00643FA          MC 51 Error Information Register 4
MTU_MC52_CONFIG0 0xF0064400          MC 52 Configuration Register 0
MTU_MC52_CONFIG1 0xF0064402          MC 52 Configuration Register 1
MTU_MC52_MCONTROL 0xF0064404          MC 52 MBIST Control Register
MTU_MC52_MSTATUS 0xF0064406          MC 52 Status Register
MTU_MC52_RANGE  0xF0064408          MC 52 Range Register, single address mode
MTU_MC52_REVID  0xF006440C          MC 52 Revision ID Register
MTU_MC52_ECCS   0xF006440E          MC 52 ECC Safety Register
MTU_MC52_ECCD   0xF0064410          MC 52 Memory ECC Detection Register
MTU_MC52_ETRR0  0xF0064412          MC 52 Error Tracking Register 0
MTU_MC52_ETRR1  0xF0064414          MC 52 Error Tracking Register 1
MTU_MC52_ETRR2  0xF0064416          MC 52 Error Tracking Register 2
MTU_MC52_ETRR3  0xF0064418          MC 52 Error Tracking Register 3
MTU_MC52_ETRR4  0xF006441A          MC 52 Error Tracking Register 4
MTU_MC52_RDBFL0 0xF0064460          MC 52 Read Data and Bit Flip Register 0
MTU_MC52_RDBFL1 0xF0064462          MC 52 Read Data and Bit Flip Register 1
MTU_MC52_RDBFL2 0xF0064464          MC 52 Read Data and Bit Flip Register 2
MTU_MC52_RDBFL3 0xF0064466          MC 52 Read Data and Bit Flip Register 3
MTU_MC52_RDBFL4 0xF0064468          MC 52 Read Data and Bit Flip Register 4
MTU_MC52_RDBFL5 0xF006446A          MC 52 Read Data and Bit Flip Register 5
MTU_MC52_RDBFL6 0xF006446C          MC 52 Read Data and Bit Flip Register 6
MTU_MC52_RDBFL7 0xF006446E          MC 52 Read Data and Bit Flip Register 7
MTU_MC52_RDBFL8 0xF0064470          MC 52 Read Data and Bit Flip Register 8
MTU_MC52_RDBFL9 0xF0064472          MC 52 Read Data and Bit Flip Register 9
MTU_MC52_RDBFL10 0xF0064474          MC 52 Read Data and Bit Flip Register 10
MTU_MC52_RDBFL11 0xF0064476          MC 52 Read Data and Bit Flip Register 11
MTU_MC52_RDBFL12 0xF0064478          MC 52 Read Data and Bit Flip Register 12
MTU_MC52_RDBFL13 0xF006447A          MC 52 Read Data and Bit Flip Register 13
MTU_MC52_RDBFL14 0xF006447C          MC 52 Read Data and Bit Flip Register 14
MTU_MC52_RDBFL15 0xF006447E          MC 52 Read Data and Bit Flip Register 15
MTU_MC52_RDBFL16 0xF0064480          MC 52 Read Data and Bit Flip Register 16
MTU_MC52_RDBFL17 0xF0064482          MC 52 Read Data and Bit Flip Register 17
MTU_MC52_RDBFL18 0xF0064484          MC 52 Read Data and Bit Flip Register 18
MTU_MC52_RDBFL19 0xF0064486          MC 52 Read Data and Bit Flip Register 19
MTU_MC52_RDBFL20 0xF0064488          MC 52 Read Data and Bit Flip Register 20
MTU_MC52_RDBFL21 0xF006448A          MC 52 Read Data and Bit Flip Register 21
MTU_MC52_RDBFL22 0xF006448C          MC 52 Read Data and Bit Flip Register 22
MTU_MC52_RDBFL23 0xF006448E          MC 52 Read Data and Bit Flip Register 23
MTU_MC52_RDBFL24 0xF0064490          MC 52 Read Data and Bit Flip Register 24
MTU_MC52_RDBFL25 0xF0064492          MC 52 Read Data and Bit Flip Register 25
MTU_MC52_RDBFL26 0xF0064494          MC 52 Read Data and Bit Flip Register 26
MTU_MC52_RDBFL27 0xF0064496          MC 52 Read Data and Bit Flip Register 27
MTU_MC52_RDBFL28 0xF0064498          MC 52 Read Data and Bit Flip Register 28
MTU_MC52_RDBFL29 0xF006449A          MC 52 Read Data and Bit Flip Register 29
MTU_MC52_RDBFL30 0xF006449C          MC 52 Read Data and Bit Flip Register 30
MTU_MC52_RDBFL31 0xF006449E          MC 52 Read Data and Bit Flip Register 31
MTU_MC52_RDBFL32 0xF00644A0          MC 52 Read Data and Bit Flip Register 32
MTU_MC52_RDBFL33 0xF00644A2          MC 52 Read Data and Bit Flip Register 33
MTU_MC52_RDBFL34 0xF00644A4          MC 52 Read Data and Bit Flip Register 34
MTU_MC52_RDBFL35 0xF00644A6          MC 52 Read Data and Bit Flip Register 35
MTU_MC52_RDBFL36 0xF00644A8          MC 52 Read Data and Bit Flip Register 36
MTU_MC52_RDBFL37 0xF00644AA          MC 52 Read Data and Bit Flip Register 37
MTU_MC52_RDBFL38 0xF00644AC          MC 52 Read Data and Bit Flip Register 38
MTU_MC52_RDBFL39 0xF00644AE          MC 52 Read Data and Bit Flip Register 39
MTU_MC52_RDBFL40 0xF00644B0          MC 52 Read Data and Bit Flip Register 40
MTU_MC52_RDBFL41 0xF00644B2          MC 52 Read Data and Bit Flip Register 41
MTU_MC52_RDBFL42 0xF00644B4          MC 52 Read Data and Bit Flip Register 42
MTU_MC52_RDBFL43 0xF00644B6          MC 52 Read Data and Bit Flip Register 43
MTU_MC52_RDBFL44 0xF00644B8          MC 52 Read Data and Bit Flip Register 44
MTU_MC52_RDBFL45 0xF00644BA          MC 52 Read Data and Bit Flip Register 45
MTU_MC52_RDBFL46 0xF00644BC          MC 52 Read Data and Bit Flip Register 46
MTU_MC52_RDBFL47 0xF00644BE          MC 52 Read Data and Bit Flip Register 47
MTU_MC52_RDBFL48 0xF00644C0          MC 52 Read Data and Bit Flip Register 48
MTU_MC52_RDBFL49 0xF00644C2          MC 52 Read Data and Bit Flip Register 49
MTU_MC52_RDBFL50 0xF00644C4          MC 52 Read Data and Bit Flip Register 50
MTU_MC52_RDBFL51 0xF00644C6          MC 52 Read Data and Bit Flip Register 51
MTU_MC52_RDBFL52 0xF00644C8          MC 52 Read Data and Bit Flip Register 52
MTU_MC52_RDBFL53 0xF00644CA          MC 52 Read Data and Bit Flip Register 53
MTU_MC52_RDBFL54 0xF00644CC          MC 52 Read Data and Bit Flip Register 54
MTU_MC52_RDBFL55 0xF00644CE          MC 52 Read Data and Bit Flip Register 55
MTU_MC52_RDBFL56 0xF00644D0          MC 52 Read Data and Bit Flip Register 56
MTU_MC52_RDBFL57 0xF00644D2          MC 52 Read Data and Bit Flip Register 57
MTU_MC52_RDBFL58 0xF00644D4          MC 52 Read Data and Bit Flip Register 58
MTU_MC52_RDBFL59 0xF00644D6          MC 52 Read Data and Bit Flip Register 59
MTU_MC52_RDBFL60 0xF00644D8          MC 52 Read Data and Bit Flip Register 60
MTU_MC52_RDBFL61 0xF00644DA          MC 52 Read Data and Bit Flip Register 61
MTU_MC52_RDBFL62 0xF00644DC          MC 52 Read Data and Bit Flip Register 62
MTU_MC52_RDBFL63 0xF00644DE          MC 52 Read Data and Bit Flip Register 63
MTU_MC52_RDBFL64 0xF00644E0          MC 52 Read Data and Bit Flip Register 64
MTU_MC52_RDBFL65 0xF00644E2          MC 52 Read Data and Bit Flip Register 65
MTU_MC52_RDBFL66 0xF00644E4          MC 52 Read Data and Bit Flip Register 66
MTU_MC52_ALMSRCS 0xF00644EE          MC 52 Alarm Sources Configuration Register
MTU_MC52_FAULTSTS 0xF00644F0          MC 52 SSH Safety Faults Status Register
MTU_MC52_ERRINFO0 0xF00644F2          MC 52 Error Information Register 0
MTU_MC52_ERRINFO1 0xF00644F4          MC 52 Error Information Register 1
MTU_MC52_ERRINFO2 0xF00644F6          MC 52 Error Information Register 2
MTU_MC52_ERRINFO3 0xF00644F8          MC 52 Error Information Register 3
MTU_MC52_ERRINFO4 0xF00644FA          MC 52 Error Information Register 4
MTU_MC53_CONFIG0 0xF0064500          MC 53 Configuration Register 0
MTU_MC53_CONFIG1 0xF0064502          MC 53 Configuration Register 1
MTU_MC53_MCONTROL 0xF0064504          MC 53 MBIST Control Register
MTU_MC53_MSTATUS 0xF0064506          MC 53 Status Register
MTU_MC53_RANGE  0xF0064508          MC 53 Range Register, single address mode
MTU_MC53_REVID  0xF006450C          MC 53 Revision ID Register
MTU_MC53_ECCS   0xF006450E          MC 53 ECC Safety Register
MTU_MC53_ECCD   0xF0064510          MC 53 Memory ECC Detection Register
MTU_MC53_ETRR0  0xF0064512          MC 53 Error Tracking Register 0
MTU_MC53_ETRR1  0xF0064514          MC 53 Error Tracking Register 1
MTU_MC53_ETRR2  0xF0064516          MC 53 Error Tracking Register 2
MTU_MC53_ETRR3  0xF0064518          MC 53 Error Tracking Register 3
MTU_MC53_ETRR4  0xF006451A          MC 53 Error Tracking Register 4
MTU_MC53_RDBFL0 0xF0064560          MC 53 Read Data and Bit Flip Register 0
MTU_MC53_RDBFL1 0xF0064562          MC 53 Read Data and Bit Flip Register 1
MTU_MC53_RDBFL2 0xF0064564          MC 53 Read Data and Bit Flip Register 2
MTU_MC53_RDBFL3 0xF0064566          MC 53 Read Data and Bit Flip Register 3
MTU_MC53_RDBFL4 0xF0064568          MC 53 Read Data and Bit Flip Register 4
MTU_MC53_RDBFL5 0xF006456A          MC 53 Read Data and Bit Flip Register 5
MTU_MC53_RDBFL6 0xF006456C          MC 53 Read Data and Bit Flip Register 6
MTU_MC53_RDBFL7 0xF006456E          MC 53 Read Data and Bit Flip Register 7
MTU_MC53_RDBFL8 0xF0064570          MC 53 Read Data and Bit Flip Register 8
MTU_MC53_RDBFL9 0xF0064572          MC 53 Read Data and Bit Flip Register 9
MTU_MC53_RDBFL10 0xF0064574          MC 53 Read Data and Bit Flip Register 10
MTU_MC53_RDBFL11 0xF0064576          MC 53 Read Data and Bit Flip Register 11
MTU_MC53_RDBFL12 0xF0064578          MC 53 Read Data and Bit Flip Register 12
MTU_MC53_RDBFL13 0xF006457A          MC 53 Read Data and Bit Flip Register 13
MTU_MC53_RDBFL14 0xF006457C          MC 53 Read Data and Bit Flip Register 14
MTU_MC53_RDBFL15 0xF006457E          MC 53 Read Data and Bit Flip Register 15
MTU_MC53_RDBFL16 0xF0064580          MC 53 Read Data and Bit Flip Register 16
MTU_MC53_RDBFL17 0xF0064582          MC 53 Read Data and Bit Flip Register 17
MTU_MC53_RDBFL18 0xF0064584          MC 53 Read Data and Bit Flip Register 18
MTU_MC53_RDBFL19 0xF0064586          MC 53 Read Data and Bit Flip Register 19
MTU_MC53_RDBFL20 0xF0064588          MC 53 Read Data and Bit Flip Register 20
MTU_MC53_RDBFL21 0xF006458A          MC 53 Read Data and Bit Flip Register 21
MTU_MC53_RDBFL22 0xF006458C          MC 53 Read Data and Bit Flip Register 22
MTU_MC53_RDBFL23 0xF006458E          MC 53 Read Data and Bit Flip Register 23
MTU_MC53_RDBFL24 0xF0064590          MC 53 Read Data and Bit Flip Register 24
MTU_MC53_RDBFL25 0xF0064592          MC 53 Read Data and Bit Flip Register 25
MTU_MC53_RDBFL26 0xF0064594          MC 53 Read Data and Bit Flip Register 26
MTU_MC53_RDBFL27 0xF0064596          MC 53 Read Data and Bit Flip Register 27
MTU_MC53_RDBFL28 0xF0064598          MC 53 Read Data and Bit Flip Register 28
MTU_MC53_RDBFL29 0xF006459A          MC 53 Read Data and Bit Flip Register 29
MTU_MC53_RDBFL30 0xF006459C          MC 53 Read Data and Bit Flip Register 30
MTU_MC53_RDBFL31 0xF006459E          MC 53 Read Data and Bit Flip Register 31
MTU_MC53_RDBFL32 0xF00645A0          MC 53 Read Data and Bit Flip Register 32
MTU_MC53_RDBFL33 0xF00645A2          MC 53 Read Data and Bit Flip Register 33
MTU_MC53_RDBFL34 0xF00645A4          MC 53 Read Data and Bit Flip Register 34
MTU_MC53_RDBFL35 0xF00645A6          MC 53 Read Data and Bit Flip Register 35
MTU_MC53_RDBFL36 0xF00645A8          MC 53 Read Data and Bit Flip Register 36
MTU_MC53_RDBFL37 0xF00645AA          MC 53 Read Data and Bit Flip Register 37
MTU_MC53_RDBFL38 0xF00645AC          MC 53 Read Data and Bit Flip Register 38
MTU_MC53_RDBFL39 0xF00645AE          MC 53 Read Data and Bit Flip Register 39
MTU_MC53_RDBFL40 0xF00645B0          MC 53 Read Data and Bit Flip Register 40
MTU_MC53_RDBFL41 0xF00645B2          MC 53 Read Data and Bit Flip Register 41
MTU_MC53_RDBFL42 0xF00645B4          MC 53 Read Data and Bit Flip Register 42
MTU_MC53_RDBFL43 0xF00645B6          MC 53 Read Data and Bit Flip Register 43
MTU_MC53_RDBFL44 0xF00645B8          MC 53 Read Data and Bit Flip Register 44
MTU_MC53_RDBFL45 0xF00645BA          MC 53 Read Data and Bit Flip Register 45
MTU_MC53_RDBFL46 0xF00645BC          MC 53 Read Data and Bit Flip Register 46
MTU_MC53_RDBFL47 0xF00645BE          MC 53 Read Data and Bit Flip Register 47
MTU_MC53_RDBFL48 0xF00645C0          MC 53 Read Data and Bit Flip Register 48
MTU_MC53_RDBFL49 0xF00645C2          MC 53 Read Data and Bit Flip Register 49
MTU_MC53_RDBFL50 0xF00645C4          MC 53 Read Data and Bit Flip Register 50
MTU_MC53_RDBFL51 0xF00645C6          MC 53 Read Data and Bit Flip Register 51
MTU_MC53_RDBFL52 0xF00645C8          MC 53 Read Data and Bit Flip Register 52
MTU_MC53_RDBFL53 0xF00645CA          MC 53 Read Data and Bit Flip Register 53
MTU_MC53_RDBFL54 0xF00645CC          MC 53 Read Data and Bit Flip Register 54
MTU_MC53_RDBFL55 0xF00645CE          MC 53 Read Data and Bit Flip Register 55
MTU_MC53_RDBFL56 0xF00645D0          MC 53 Read Data and Bit Flip Register 56
MTU_MC53_RDBFL57 0xF00645D2          MC 53 Read Data and Bit Flip Register 57
MTU_MC53_RDBFL58 0xF00645D4          MC 53 Read Data and Bit Flip Register 58
MTU_MC53_RDBFL59 0xF00645D6          MC 53 Read Data and Bit Flip Register 59
MTU_MC53_RDBFL60 0xF00645D8          MC 53 Read Data and Bit Flip Register 60
MTU_MC53_RDBFL61 0xF00645DA          MC 53 Read Data and Bit Flip Register 61
MTU_MC53_RDBFL62 0xF00645DC          MC 53 Read Data and Bit Flip Register 62
MTU_MC53_RDBFL63 0xF00645DE          MC 53 Read Data and Bit Flip Register 63
MTU_MC53_RDBFL64 0xF00645E0          MC 53 Read Data and Bit Flip Register 64
MTU_MC53_RDBFL65 0xF00645E2          MC 53 Read Data and Bit Flip Register 65
MTU_MC53_RDBFL66 0xF00645E4          MC 53 Read Data and Bit Flip Register 66
MTU_MC53_ALMSRCS 0xF00645EE          MC 53 Alarm Sources Configuration Register
MTU_MC53_FAULTSTS 0xF00645F0          MC 53 SSH Safety Faults Status Register
MTU_MC53_ERRINFO0 0xF00645F2          MC 53 Error Information Register 0
MTU_MC53_ERRINFO1 0xF00645F4          MC 53 Error Information Register 1
MTU_MC53_ERRINFO2 0xF00645F6          MC 53 Error Information Register 2
MTU_MC53_ERRINFO3 0xF00645F8          MC 53 Error Information Register 3
MTU_MC53_ERRINFO4 0xF00645FA          MC 53 Error Information Register 4
MTU_MC54_CONFIG0 0xF0064600          MC 54 Configuration Register 0
MTU_MC54_CONFIG1 0xF0064602          MC 54 Configuration Register 1
MTU_MC54_MCONTROL 0xF0064604          MC 54 MBIST Control Register
MTU_MC54_MSTATUS 0xF0064606          MC 54 Status Register
MTU_MC54_RANGE  0xF0064608          MC 54 Range Register, single address mode
MTU_MC54_REVID  0xF006460C          MC 54 Revision ID Register
MTU_MC54_ECCS   0xF006460E          MC 54 ECC Safety Register
MTU_MC54_ECCD   0xF0064610          MC 54 Memory ECC Detection Register
MTU_MC54_ETRR0  0xF0064612          MC 54 Error Tracking Register 0
MTU_MC54_ETRR1  0xF0064614          MC 54 Error Tracking Register 1
MTU_MC54_ETRR2  0xF0064616          MC 54 Error Tracking Register 2
MTU_MC54_ETRR3  0xF0064618          MC 54 Error Tracking Register 3
MTU_MC54_ETRR4  0xF006461A          MC 54 Error Tracking Register 4
MTU_MC54_RDBFL0 0xF0064660          MC 54 Read Data and Bit Flip Register 0
MTU_MC54_RDBFL1 0xF0064662          MC 54 Read Data and Bit Flip Register 1
MTU_MC54_RDBFL2 0xF0064664          MC 54 Read Data and Bit Flip Register 2
MTU_MC54_RDBFL3 0xF0064666          MC 54 Read Data and Bit Flip Register 3
MTU_MC54_RDBFL4 0xF0064668          MC 54 Read Data and Bit Flip Register 4
MTU_MC54_RDBFL5 0xF006466A          MC 54 Read Data and Bit Flip Register 5
MTU_MC54_RDBFL6 0xF006466C          MC 54 Read Data and Bit Flip Register 6
MTU_MC54_RDBFL7 0xF006466E          MC 54 Read Data and Bit Flip Register 7
MTU_MC54_RDBFL8 0xF0064670          MC 54 Read Data and Bit Flip Register 8
MTU_MC54_RDBFL9 0xF0064672          MC 54 Read Data and Bit Flip Register 9
MTU_MC54_RDBFL10 0xF0064674          MC 54 Read Data and Bit Flip Register 10
MTU_MC54_RDBFL11 0xF0064676          MC 54 Read Data and Bit Flip Register 11
MTU_MC54_RDBFL12 0xF0064678          MC 54 Read Data and Bit Flip Register 12
MTU_MC54_RDBFL13 0xF006467A          MC 54 Read Data and Bit Flip Register 13
MTU_MC54_RDBFL14 0xF006467C          MC 54 Read Data and Bit Flip Register 14
MTU_MC54_RDBFL15 0xF006467E          MC 54 Read Data and Bit Flip Register 15
MTU_MC54_RDBFL16 0xF0064680          MC 54 Read Data and Bit Flip Register 16
MTU_MC54_RDBFL17 0xF0064682          MC 54 Read Data and Bit Flip Register 17
MTU_MC54_RDBFL18 0xF0064684          MC 54 Read Data and Bit Flip Register 18
MTU_MC54_RDBFL19 0xF0064686          MC 54 Read Data and Bit Flip Register 19
MTU_MC54_RDBFL20 0xF0064688          MC 54 Read Data and Bit Flip Register 20
MTU_MC54_RDBFL21 0xF006468A          MC 54 Read Data and Bit Flip Register 21
MTU_MC54_RDBFL22 0xF006468C          MC 54 Read Data and Bit Flip Register 22
MTU_MC54_RDBFL23 0xF006468E          MC 54 Read Data and Bit Flip Register 23
MTU_MC54_RDBFL24 0xF0064690          MC 54 Read Data and Bit Flip Register 24
MTU_MC54_RDBFL25 0xF0064692          MC 54 Read Data and Bit Flip Register 25
MTU_MC54_RDBFL26 0xF0064694          MC 54 Read Data and Bit Flip Register 26
MTU_MC54_RDBFL27 0xF0064696          MC 54 Read Data and Bit Flip Register 27
MTU_MC54_RDBFL28 0xF0064698          MC 54 Read Data and Bit Flip Register 28
MTU_MC54_RDBFL29 0xF006469A          MC 54 Read Data and Bit Flip Register 29
MTU_MC54_RDBFL30 0xF006469C          MC 54 Read Data and Bit Flip Register 30
MTU_MC54_RDBFL31 0xF006469E          MC 54 Read Data and Bit Flip Register 31
MTU_MC54_RDBFL32 0xF00646A0          MC 54 Read Data and Bit Flip Register 32
MTU_MC54_RDBFL33 0xF00646A2          MC 54 Read Data and Bit Flip Register 33
MTU_MC54_RDBFL34 0xF00646A4          MC 54 Read Data and Bit Flip Register 34
MTU_MC54_RDBFL35 0xF00646A6          MC 54 Read Data and Bit Flip Register 35
MTU_MC54_RDBFL36 0xF00646A8          MC 54 Read Data and Bit Flip Register 36
MTU_MC54_RDBFL37 0xF00646AA          MC 54 Read Data and Bit Flip Register 37
MTU_MC54_RDBFL38 0xF00646AC          MC 54 Read Data and Bit Flip Register 38
MTU_MC54_RDBFL39 0xF00646AE          MC 54 Read Data and Bit Flip Register 39
MTU_MC54_RDBFL40 0xF00646B0          MC 54 Read Data and Bit Flip Register 40
MTU_MC54_RDBFL41 0xF00646B2          MC 54 Read Data and Bit Flip Register 41
MTU_MC54_RDBFL42 0xF00646B4          MC 54 Read Data and Bit Flip Register 42
MTU_MC54_RDBFL43 0xF00646B6          MC 54 Read Data and Bit Flip Register 43
MTU_MC54_RDBFL44 0xF00646B8          MC 54 Read Data and Bit Flip Register 44
MTU_MC54_RDBFL45 0xF00646BA          MC 54 Read Data and Bit Flip Register 45
MTU_MC54_RDBFL46 0xF00646BC          MC 54 Read Data and Bit Flip Register 46
MTU_MC54_RDBFL47 0xF00646BE          MC 54 Read Data and Bit Flip Register 47
MTU_MC54_RDBFL48 0xF00646C0          MC 54 Read Data and Bit Flip Register 48
MTU_MC54_RDBFL49 0xF00646C2          MC 54 Read Data and Bit Flip Register 49
MTU_MC54_RDBFL50 0xF00646C4          MC 54 Read Data and Bit Flip Register 50
MTU_MC54_RDBFL51 0xF00646C6          MC 54 Read Data and Bit Flip Register 51
MTU_MC54_RDBFL52 0xF00646C8          MC 54 Read Data and Bit Flip Register 52
MTU_MC54_RDBFL53 0xF00646CA          MC 54 Read Data and Bit Flip Register 53
MTU_MC54_RDBFL54 0xF00646CC          MC 54 Read Data and Bit Flip Register 54
MTU_MC54_RDBFL55 0xF00646CE          MC 54 Read Data and Bit Flip Register 55
MTU_MC54_RDBFL56 0xF00646D0          MC 54 Read Data and Bit Flip Register 56
MTU_MC54_RDBFL57 0xF00646D2          MC 54 Read Data and Bit Flip Register 57
MTU_MC54_RDBFL58 0xF00646D4          MC 54 Read Data and Bit Flip Register 58
MTU_MC54_RDBFL59 0xF00646D6          MC 54 Read Data and Bit Flip Register 59
MTU_MC54_RDBFL60 0xF00646D8          MC 54 Read Data and Bit Flip Register 60
MTU_MC54_RDBFL61 0xF00646DA          MC 54 Read Data and Bit Flip Register 61
MTU_MC54_RDBFL62 0xF00646DC          MC 54 Read Data and Bit Flip Register 62
MTU_MC54_RDBFL63 0xF00646DE          MC 54 Read Data and Bit Flip Register 63
MTU_MC54_RDBFL64 0xF00646E0          MC 54 Read Data and Bit Flip Register 64
MTU_MC54_RDBFL65 0xF00646E2          MC 54 Read Data and Bit Flip Register 65
MTU_MC54_RDBFL66 0xF00646E4          MC 54 Read Data and Bit Flip Register 66
MTU_MC54_ALMSRCS 0xF00646EE          MC 54 Alarm Sources Configuration Register
MTU_MC54_FAULTSTS 0xF00646F0          MC 54 SSH Safety Faults Status Register
MTU_MC54_ERRINFO0 0xF00646F2          MC 54 Error Information Register 0
MTU_MC54_ERRINFO1 0xF00646F4          MC 54 Error Information Register 1
MTU_MC54_ERRINFO2 0xF00646F6          MC 54 Error Information Register 2
MTU_MC54_ERRINFO3 0xF00646F8          MC 54 Error Information Register 3
MTU_MC54_ERRINFO4 0xF00646FA          MC 54 Error Information Register 4
MTU_MC55_CONFIG0 0xF0064700          MC 55 Configuration Register 0
MTU_MC55_CONFIG1 0xF0064702          MC 55 Configuration Register 1
MTU_MC55_MCONTROL 0xF0064704          MC 55 MBIST Control Register
MTU_MC55_MSTATUS 0xF0064706          MC 55 Status Register
MTU_MC55_RANGE  0xF0064708          MC 55 Range Register, single address mode
MTU_MC55_REVID  0xF006470C          MC 55 Revision ID Register
MTU_MC55_ECCS   0xF006470E          MC 55 ECC Safety Register
MTU_MC55_ECCD   0xF0064710          MC 55 Memory ECC Detection Register
MTU_MC55_ETRR0  0xF0064712          MC 55 Error Tracking Register 0
MTU_MC55_ETRR1  0xF0064714          MC 55 Error Tracking Register 1
MTU_MC55_ETRR2  0xF0064716          MC 55 Error Tracking Register 2
MTU_MC55_ETRR3  0xF0064718          MC 55 Error Tracking Register 3
MTU_MC55_ETRR4  0xF006471A          MC 55 Error Tracking Register 4
MTU_MC55_RDBFL0 0xF0064760          MC 55 Read Data and Bit Flip Register 0
MTU_MC55_RDBFL1 0xF0064762          MC 55 Read Data and Bit Flip Register 1
MTU_MC55_RDBFL2 0xF0064764          MC 55 Read Data and Bit Flip Register 2
MTU_MC55_RDBFL3 0xF0064766          MC 55 Read Data and Bit Flip Register 3
MTU_MC55_RDBFL4 0xF0064768          MC 55 Read Data and Bit Flip Register 4
MTU_MC55_RDBFL5 0xF006476A          MC 55 Read Data and Bit Flip Register 5
MTU_MC55_RDBFL6 0xF006476C          MC 55 Read Data and Bit Flip Register 6
MTU_MC55_RDBFL7 0xF006476E          MC 55 Read Data and Bit Flip Register 7
MTU_MC55_RDBFL8 0xF0064770          MC 55 Read Data and Bit Flip Register 8
MTU_MC55_RDBFL9 0xF0064772          MC 55 Read Data and Bit Flip Register 9
MTU_MC55_RDBFL10 0xF0064774          MC 55 Read Data and Bit Flip Register 10
MTU_MC55_RDBFL11 0xF0064776          MC 55 Read Data and Bit Flip Register 11
MTU_MC55_RDBFL12 0xF0064778          MC 55 Read Data and Bit Flip Register 12
MTU_MC55_RDBFL13 0xF006477A          MC 55 Read Data and Bit Flip Register 13
MTU_MC55_RDBFL14 0xF006477C          MC 55 Read Data and Bit Flip Register 14
MTU_MC55_RDBFL15 0xF006477E          MC 55 Read Data and Bit Flip Register 15
MTU_MC55_RDBFL16 0xF0064780          MC 55 Read Data and Bit Flip Register 16
MTU_MC55_RDBFL17 0xF0064782          MC 55 Read Data and Bit Flip Register 17
MTU_MC55_RDBFL18 0xF0064784          MC 55 Read Data and Bit Flip Register 18
MTU_MC55_RDBFL19 0xF0064786          MC 55 Read Data and Bit Flip Register 19
MTU_MC55_RDBFL20 0xF0064788          MC 55 Read Data and Bit Flip Register 20
MTU_MC55_RDBFL21 0xF006478A          MC 55 Read Data and Bit Flip Register 21
MTU_MC55_RDBFL22 0xF006478C          MC 55 Read Data and Bit Flip Register 22
MTU_MC55_RDBFL23 0xF006478E          MC 55 Read Data and Bit Flip Register 23
MTU_MC55_RDBFL24 0xF0064790          MC 55 Read Data and Bit Flip Register 24
MTU_MC55_RDBFL25 0xF0064792          MC 55 Read Data and Bit Flip Register 25
MTU_MC55_RDBFL26 0xF0064794          MC 55 Read Data and Bit Flip Register 26
MTU_MC55_RDBFL27 0xF0064796          MC 55 Read Data and Bit Flip Register 27
MTU_MC55_RDBFL28 0xF0064798          MC 55 Read Data and Bit Flip Register 28
MTU_MC55_RDBFL29 0xF006479A          MC 55 Read Data and Bit Flip Register 29
MTU_MC55_RDBFL30 0xF006479C          MC 55 Read Data and Bit Flip Register 30
MTU_MC55_RDBFL31 0xF006479E          MC 55 Read Data and Bit Flip Register 31
MTU_MC55_RDBFL32 0xF00647A0          MC 55 Read Data and Bit Flip Register 32
MTU_MC55_RDBFL33 0xF00647A2          MC 55 Read Data and Bit Flip Register 33
MTU_MC55_RDBFL34 0xF00647A4          MC 55 Read Data and Bit Flip Register 34
MTU_MC55_RDBFL35 0xF00647A6          MC 55 Read Data and Bit Flip Register 35
MTU_MC55_RDBFL36 0xF00647A8          MC 55 Read Data and Bit Flip Register 36
MTU_MC55_RDBFL37 0xF00647AA          MC 55 Read Data and Bit Flip Register 37
MTU_MC55_RDBFL38 0xF00647AC          MC 55 Read Data and Bit Flip Register 38
MTU_MC55_RDBFL39 0xF00647AE          MC 55 Read Data and Bit Flip Register 39
MTU_MC55_RDBFL40 0xF00647B0          MC 55 Read Data and Bit Flip Register 40
MTU_MC55_RDBFL41 0xF00647B2          MC 55 Read Data and Bit Flip Register 41
MTU_MC55_RDBFL42 0xF00647B4          MC 55 Read Data and Bit Flip Register 42
MTU_MC55_RDBFL43 0xF00647B6          MC 55 Read Data and Bit Flip Register 43
MTU_MC55_RDBFL44 0xF00647B8          MC 55 Read Data and Bit Flip Register 44
MTU_MC55_RDBFL45 0xF00647BA          MC 55 Read Data and Bit Flip Register 45
MTU_MC55_RDBFL46 0xF00647BC          MC 55 Read Data and Bit Flip Register 46
MTU_MC55_RDBFL47 0xF00647BE          MC 55 Read Data and Bit Flip Register 47
MTU_MC55_RDBFL48 0xF00647C0          MC 55 Read Data and Bit Flip Register 48
MTU_MC55_RDBFL49 0xF00647C2          MC 55 Read Data and Bit Flip Register 49
MTU_MC55_RDBFL50 0xF00647C4          MC 55 Read Data and Bit Flip Register 50
MTU_MC55_RDBFL51 0xF00647C6          MC 55 Read Data and Bit Flip Register 51
MTU_MC55_RDBFL52 0xF00647C8          MC 55 Read Data and Bit Flip Register 52
MTU_MC55_RDBFL53 0xF00647CA          MC 55 Read Data and Bit Flip Register 53
MTU_MC55_RDBFL54 0xF00647CC          MC 55 Read Data and Bit Flip Register 54
MTU_MC55_RDBFL55 0xF00647CE          MC 55 Read Data and Bit Flip Register 55
MTU_MC55_RDBFL56 0xF00647D0          MC 55 Read Data and Bit Flip Register 56
MTU_MC55_RDBFL57 0xF00647D2          MC 55 Read Data and Bit Flip Register 57
MTU_MC55_RDBFL58 0xF00647D4          MC 55 Read Data and Bit Flip Register 58
MTU_MC55_RDBFL59 0xF00647D6          MC 55 Read Data and Bit Flip Register 59
MTU_MC55_RDBFL60 0xF00647D8          MC 55 Read Data and Bit Flip Register 60
MTU_MC55_RDBFL61 0xF00647DA          MC 55 Read Data and Bit Flip Register 61
MTU_MC55_RDBFL62 0xF00647DC          MC 55 Read Data and Bit Flip Register 62
MTU_MC55_RDBFL63 0xF00647DE          MC 55 Read Data and Bit Flip Register 63
MTU_MC55_RDBFL64 0xF00647E0          MC 55 Read Data and Bit Flip Register 64
MTU_MC55_RDBFL65 0xF00647E2          MC 55 Read Data and Bit Flip Register 65
MTU_MC55_RDBFL66 0xF00647E4          MC 55 Read Data and Bit Flip Register 66
MTU_MC55_ALMSRCS 0xF00647EE          MC 55 Alarm Sources Configuration Register
MTU_MC55_FAULTSTS 0xF00647F0          MC 55 SSH Safety Faults Status Register
MTU_MC55_ERRINFO0 0xF00647F2          MC 55 Error Information Register 0
MTU_MC55_ERRINFO1 0xF00647F4          MC 55 Error Information Register 1
MTU_MC55_ERRINFO2 0xF00647F6          MC 55 Error Information Register 2
MTU_MC55_ERRINFO3 0xF00647F8          MC 55 Error Information Register 3
MTU_MC55_ERRINFO4 0xF00647FA          MC 55 Error Information Register 4
MTU_MC56_CONFIG0 0xF0064800          MC 56 Configuration Register 0
MTU_MC56_CONFIG1 0xF0064802          MC 56 Configuration Register 1
MTU_MC56_MCONTROL 0xF0064804          MC 56 MBIST Control Register
MTU_MC56_MSTATUS 0xF0064806          MC 56 Status Register
MTU_MC56_RANGE  0xF0064808          MC 56 Range Register, single address mode
MTU_MC56_REVID  0xF006480C          MC 56 Revision ID Register
MTU_MC56_ECCS   0xF006480E          MC 56 ECC Safety Register
MTU_MC56_ECCD   0xF0064810          MC 56 Memory ECC Detection Register
MTU_MC56_ETRR0  0xF0064812          MC 56 Error Tracking Register 0
MTU_MC56_ETRR1  0xF0064814          MC 56 Error Tracking Register 1
MTU_MC56_ETRR2  0xF0064816          MC 56 Error Tracking Register 2
MTU_MC56_ETRR3  0xF0064818          MC 56 Error Tracking Register 3
MTU_MC56_ETRR4  0xF006481A          MC 56 Error Tracking Register 4
MTU_MC56_RDBFL0 0xF0064860          MC 56 Read Data and Bit Flip Register 0
MTU_MC56_RDBFL1 0xF0064862          MC 56 Read Data and Bit Flip Register 1
MTU_MC56_RDBFL2 0xF0064864          MC 56 Read Data and Bit Flip Register 2
MTU_MC56_RDBFL3 0xF0064866          MC 56 Read Data and Bit Flip Register 3
MTU_MC56_RDBFL4 0xF0064868          MC 56 Read Data and Bit Flip Register 4
MTU_MC56_RDBFL5 0xF006486A          MC 56 Read Data and Bit Flip Register 5
MTU_MC56_RDBFL6 0xF006486C          MC 56 Read Data and Bit Flip Register 6
MTU_MC56_RDBFL7 0xF006486E          MC 56 Read Data and Bit Flip Register 7
MTU_MC56_RDBFL8 0xF0064870          MC 56 Read Data and Bit Flip Register 8
MTU_MC56_RDBFL9 0xF0064872          MC 56 Read Data and Bit Flip Register 9
MTU_MC56_RDBFL10 0xF0064874          MC 56 Read Data and Bit Flip Register 10
MTU_MC56_RDBFL11 0xF0064876          MC 56 Read Data and Bit Flip Register 11
MTU_MC56_RDBFL12 0xF0064878          MC 56 Read Data and Bit Flip Register 12
MTU_MC56_RDBFL13 0xF006487A          MC 56 Read Data and Bit Flip Register 13
MTU_MC56_RDBFL14 0xF006487C          MC 56 Read Data and Bit Flip Register 14
MTU_MC56_RDBFL15 0xF006487E          MC 56 Read Data and Bit Flip Register 15
MTU_MC56_RDBFL16 0xF0064880          MC 56 Read Data and Bit Flip Register 16
MTU_MC56_RDBFL17 0xF0064882          MC 56 Read Data and Bit Flip Register 17
MTU_MC56_RDBFL18 0xF0064884          MC 56 Read Data and Bit Flip Register 18
MTU_MC56_RDBFL19 0xF0064886          MC 56 Read Data and Bit Flip Register 19
MTU_MC56_RDBFL20 0xF0064888          MC 56 Read Data and Bit Flip Register 20
MTU_MC56_RDBFL21 0xF006488A          MC 56 Read Data and Bit Flip Register 21
MTU_MC56_RDBFL22 0xF006488C          MC 56 Read Data and Bit Flip Register 22
MTU_MC56_RDBFL23 0xF006488E          MC 56 Read Data and Bit Flip Register 23
MTU_MC56_RDBFL24 0xF0064890          MC 56 Read Data and Bit Flip Register 24
MTU_MC56_RDBFL25 0xF0064892          MC 56 Read Data and Bit Flip Register 25
MTU_MC56_RDBFL26 0xF0064894          MC 56 Read Data and Bit Flip Register 26
MTU_MC56_RDBFL27 0xF0064896          MC 56 Read Data and Bit Flip Register 27
MTU_MC56_RDBFL28 0xF0064898          MC 56 Read Data and Bit Flip Register 28
MTU_MC56_RDBFL29 0xF006489A          MC 56 Read Data and Bit Flip Register 29
MTU_MC56_RDBFL30 0xF006489C          MC 56 Read Data and Bit Flip Register 30
MTU_MC56_RDBFL31 0xF006489E          MC 56 Read Data and Bit Flip Register 31
MTU_MC56_RDBFL32 0xF00648A0          MC 56 Read Data and Bit Flip Register 32
MTU_MC56_RDBFL33 0xF00648A2          MC 56 Read Data and Bit Flip Register 33
MTU_MC56_RDBFL34 0xF00648A4          MC 56 Read Data and Bit Flip Register 34
MTU_MC56_RDBFL35 0xF00648A6          MC 56 Read Data and Bit Flip Register 35
MTU_MC56_RDBFL36 0xF00648A8          MC 56 Read Data and Bit Flip Register 36
MTU_MC56_RDBFL37 0xF00648AA          MC 56 Read Data and Bit Flip Register 37
MTU_MC56_RDBFL38 0xF00648AC          MC 56 Read Data and Bit Flip Register 38
MTU_MC56_RDBFL39 0xF00648AE          MC 56 Read Data and Bit Flip Register 39
MTU_MC56_RDBFL40 0xF00648B0          MC 56 Read Data and Bit Flip Register 40
MTU_MC56_RDBFL41 0xF00648B2          MC 56 Read Data and Bit Flip Register 41
MTU_MC56_RDBFL42 0xF00648B4          MC 56 Read Data and Bit Flip Register 42
MTU_MC56_RDBFL43 0xF00648B6          MC 56 Read Data and Bit Flip Register 43
MTU_MC56_RDBFL44 0xF00648B8          MC 56 Read Data and Bit Flip Register 44
MTU_MC56_RDBFL45 0xF00648BA          MC 56 Read Data and Bit Flip Register 45
MTU_MC56_RDBFL46 0xF00648BC          MC 56 Read Data and Bit Flip Register 46
MTU_MC56_RDBFL47 0xF00648BE          MC 56 Read Data and Bit Flip Register 47
MTU_MC56_RDBFL48 0xF00648C0          MC 56 Read Data and Bit Flip Register 48
MTU_MC56_RDBFL49 0xF00648C2          MC 56 Read Data and Bit Flip Register 49
MTU_MC56_RDBFL50 0xF00648C4          MC 56 Read Data and Bit Flip Register 50
MTU_MC56_RDBFL51 0xF00648C6          MC 56 Read Data and Bit Flip Register 51
MTU_MC56_RDBFL52 0xF00648C8          MC 56 Read Data and Bit Flip Register 52
MTU_MC56_RDBFL53 0xF00648CA          MC 56 Read Data and Bit Flip Register 53
MTU_MC56_RDBFL54 0xF00648CC          MC 56 Read Data and Bit Flip Register 54
MTU_MC56_RDBFL55 0xF00648CE          MC 56 Read Data and Bit Flip Register 55
MTU_MC56_RDBFL56 0xF00648D0          MC 56 Read Data and Bit Flip Register 56
MTU_MC56_RDBFL57 0xF00648D2          MC 56 Read Data and Bit Flip Register 57
MTU_MC56_RDBFL58 0xF00648D4          MC 56 Read Data and Bit Flip Register 58
MTU_MC56_RDBFL59 0xF00648D6          MC 56 Read Data and Bit Flip Register 59
MTU_MC56_RDBFL60 0xF00648D8          MC 56 Read Data and Bit Flip Register 60
MTU_MC56_RDBFL61 0xF00648DA          MC 56 Read Data and Bit Flip Register 61
MTU_MC56_RDBFL62 0xF00648DC          MC 56 Read Data and Bit Flip Register 62
MTU_MC56_RDBFL63 0xF00648DE          MC 56 Read Data and Bit Flip Register 63
MTU_MC56_RDBFL64 0xF00648E0          MC 56 Read Data and Bit Flip Register 64
MTU_MC56_RDBFL65 0xF00648E2          MC 56 Read Data and Bit Flip Register 65
MTU_MC56_RDBFL66 0xF00648E4          MC 56 Read Data and Bit Flip Register 66
MTU_MC56_ALMSRCS 0xF00648EE          MC 56 Alarm Sources Configuration Register
MTU_MC56_FAULTSTS 0xF00648F0          MC 56 SSH Safety Faults Status Register
MTU_MC56_ERRINFO0 0xF00648F2          MC 56 Error Information Register 0
MTU_MC56_ERRINFO1 0xF00648F4          MC 56 Error Information Register 1
MTU_MC56_ERRINFO2 0xF00648F6          MC 56 Error Information Register 2
MTU_MC56_ERRINFO3 0xF00648F8          MC 56 Error Information Register 3
MTU_MC56_ERRINFO4 0xF00648FA          MC 56 Error Information Register 4
MTU_MC57_CONFIG0 0xF0064900          MC 57 Configuration Register 0
MTU_MC57_CONFIG1 0xF0064902          MC 57 Configuration Register 1
MTU_MC57_MCONTROL 0xF0064904          MC 57 MBIST Control Register
MTU_MC57_MSTATUS 0xF0064906          MC 57 Status Register
MTU_MC57_RANGE  0xF0064908          MC 57 Range Register, single address mode
MTU_MC57_REVID  0xF006490C          MC 57 Revision ID Register
MTU_MC57_ECCS   0xF006490E          MC 57 ECC Safety Register
MTU_MC57_ECCD   0xF0064910          MC 57 Memory ECC Detection Register
MTU_MC57_ETRR0  0xF0064912          MC 57 Error Tracking Register 0
MTU_MC57_ETRR1  0xF0064914          MC 57 Error Tracking Register 1
MTU_MC57_ETRR2  0xF0064916          MC 57 Error Tracking Register 2
MTU_MC57_ETRR3  0xF0064918          MC 57 Error Tracking Register 3
MTU_MC57_ETRR4  0xF006491A          MC 57 Error Tracking Register 4
MTU_MC57_RDBFL0 0xF0064960          MC 57 Read Data and Bit Flip Register 0
MTU_MC57_RDBFL1 0xF0064962          MC 57 Read Data and Bit Flip Register 1
MTU_MC57_RDBFL2 0xF0064964          MC 57 Read Data and Bit Flip Register 2
MTU_MC57_RDBFL3 0xF0064966          MC 57 Read Data and Bit Flip Register 3
MTU_MC57_RDBFL4 0xF0064968          MC 57 Read Data and Bit Flip Register 4
MTU_MC57_RDBFL5 0xF006496A          MC 57 Read Data and Bit Flip Register 5
MTU_MC57_RDBFL6 0xF006496C          MC 57 Read Data and Bit Flip Register 6
MTU_MC57_RDBFL7 0xF006496E          MC 57 Read Data and Bit Flip Register 7
MTU_MC57_RDBFL8 0xF0064970          MC 57 Read Data and Bit Flip Register 8
MTU_MC57_RDBFL9 0xF0064972          MC 57 Read Data and Bit Flip Register 9
MTU_MC57_RDBFL10 0xF0064974          MC 57 Read Data and Bit Flip Register 10
MTU_MC57_RDBFL11 0xF0064976          MC 57 Read Data and Bit Flip Register 11
MTU_MC57_RDBFL12 0xF0064978          MC 57 Read Data and Bit Flip Register 12
MTU_MC57_RDBFL13 0xF006497A          MC 57 Read Data and Bit Flip Register 13
MTU_MC57_RDBFL14 0xF006497C          MC 57 Read Data and Bit Flip Register 14
MTU_MC57_RDBFL15 0xF006497E          MC 57 Read Data and Bit Flip Register 15
MTU_MC57_RDBFL16 0xF0064980          MC 57 Read Data and Bit Flip Register 16
MTU_MC57_RDBFL17 0xF0064982          MC 57 Read Data and Bit Flip Register 17
MTU_MC57_RDBFL18 0xF0064984          MC 57 Read Data and Bit Flip Register 18
MTU_MC57_RDBFL19 0xF0064986          MC 57 Read Data and Bit Flip Register 19
MTU_MC57_RDBFL20 0xF0064988          MC 57 Read Data and Bit Flip Register 20
MTU_MC57_RDBFL21 0xF006498A          MC 57 Read Data and Bit Flip Register 21
MTU_MC57_RDBFL22 0xF006498C          MC 57 Read Data and Bit Flip Register 22
MTU_MC57_RDBFL23 0xF006498E          MC 57 Read Data and Bit Flip Register 23
MTU_MC57_RDBFL24 0xF0064990          MC 57 Read Data and Bit Flip Register 24
MTU_MC57_RDBFL25 0xF0064992          MC 57 Read Data and Bit Flip Register 25
MTU_MC57_RDBFL26 0xF0064994          MC 57 Read Data and Bit Flip Register 26
MTU_MC57_RDBFL27 0xF0064996          MC 57 Read Data and Bit Flip Register 27
MTU_MC57_RDBFL28 0xF0064998          MC 57 Read Data and Bit Flip Register 28
MTU_MC57_RDBFL29 0xF006499A          MC 57 Read Data and Bit Flip Register 29
MTU_MC57_RDBFL30 0xF006499C          MC 57 Read Data and Bit Flip Register 30
MTU_MC57_RDBFL31 0xF006499E          MC 57 Read Data and Bit Flip Register 31
MTU_MC57_RDBFL32 0xF00649A0          MC 57 Read Data and Bit Flip Register 32
MTU_MC57_RDBFL33 0xF00649A2          MC 57 Read Data and Bit Flip Register 33
MTU_MC57_RDBFL34 0xF00649A4          MC 57 Read Data and Bit Flip Register 34
MTU_MC57_RDBFL35 0xF00649A6          MC 57 Read Data and Bit Flip Register 35
MTU_MC57_RDBFL36 0xF00649A8          MC 57 Read Data and Bit Flip Register 36
MTU_MC57_RDBFL37 0xF00649AA          MC 57 Read Data and Bit Flip Register 37
MTU_MC57_RDBFL38 0xF00649AC          MC 57 Read Data and Bit Flip Register 38
MTU_MC57_RDBFL39 0xF00649AE          MC 57 Read Data and Bit Flip Register 39
MTU_MC57_RDBFL40 0xF00649B0          MC 57 Read Data and Bit Flip Register 40
MTU_MC57_RDBFL41 0xF00649B2          MC 57 Read Data and Bit Flip Register 41
MTU_MC57_RDBFL42 0xF00649B4          MC 57 Read Data and Bit Flip Register 42
MTU_MC57_RDBFL43 0xF00649B6          MC 57 Read Data and Bit Flip Register 43
MTU_MC57_RDBFL44 0xF00649B8          MC 57 Read Data and Bit Flip Register 44
MTU_MC57_RDBFL45 0xF00649BA          MC 57 Read Data and Bit Flip Register 45
MTU_MC57_RDBFL46 0xF00649BC          MC 57 Read Data and Bit Flip Register 46
MTU_MC57_RDBFL47 0xF00649BE          MC 57 Read Data and Bit Flip Register 47
MTU_MC57_RDBFL48 0xF00649C0          MC 57 Read Data and Bit Flip Register 48
MTU_MC57_RDBFL49 0xF00649C2          MC 57 Read Data and Bit Flip Register 49
MTU_MC57_RDBFL50 0xF00649C4          MC 57 Read Data and Bit Flip Register 50
MTU_MC57_RDBFL51 0xF00649C6          MC 57 Read Data and Bit Flip Register 51
MTU_MC57_RDBFL52 0xF00649C8          MC 57 Read Data and Bit Flip Register 52
MTU_MC57_RDBFL53 0xF00649CA          MC 57 Read Data and Bit Flip Register 53
MTU_MC57_RDBFL54 0xF00649CC          MC 57 Read Data and Bit Flip Register 54
MTU_MC57_RDBFL55 0xF00649CE          MC 57 Read Data and Bit Flip Register 55
MTU_MC57_RDBFL56 0xF00649D0          MC 57 Read Data and Bit Flip Register 56
MTU_MC57_RDBFL57 0xF00649D2          MC 57 Read Data and Bit Flip Register 57
MTU_MC57_RDBFL58 0xF00649D4          MC 57 Read Data and Bit Flip Register 58
MTU_MC57_RDBFL59 0xF00649D6          MC 57 Read Data and Bit Flip Register 59
MTU_MC57_RDBFL60 0xF00649D8          MC 57 Read Data and Bit Flip Register 60
MTU_MC57_RDBFL61 0xF00649DA          MC 57 Read Data and Bit Flip Register 61
MTU_MC57_RDBFL62 0xF00649DC          MC 57 Read Data and Bit Flip Register 62
MTU_MC57_RDBFL63 0xF00649DE          MC 57 Read Data and Bit Flip Register 63
MTU_MC57_RDBFL64 0xF00649E0          MC 57 Read Data and Bit Flip Register 64
MTU_MC57_RDBFL65 0xF00649E2          MC 57 Read Data and Bit Flip Register 65
MTU_MC57_RDBFL66 0xF00649E4          MC 57 Read Data and Bit Flip Register 66
MTU_MC57_ALMSRCS 0xF00649EE          MC 57 Alarm Sources Configuration Register
MTU_MC57_FAULTSTS 0xF00649F0          MC 57 SSH Safety Faults Status Register
MTU_MC57_ERRINFO0 0xF00649F2          MC 57 Error Information Register 0
MTU_MC57_ERRINFO1 0xF00649F4          MC 57 Error Information Register 1
MTU_MC57_ERRINFO2 0xF00649F6          MC 57 Error Information Register 2
MTU_MC57_ERRINFO3 0xF00649F8          MC 57 Error Information Register 3
MTU_MC57_ERRINFO4 0xF00649FA          MC 57 Error Information Register 4
MTU_MC58_CONFIG0 0xF0064A00          MC 58 Configuration Register 0
MTU_MC58_CONFIG1 0xF0064A02          MC 58 Configuration Register 1
MTU_MC58_MCONTROL 0xF0064A04          MC 58 MBIST Control Register
MTU_MC58_MSTATUS 0xF0064A06          MC 58 Status Register
MTU_MC58_RANGE  0xF0064A08          MC 58 Range Register, single address mode
MTU_MC58_REVID  0xF0064A0C          MC 58 Revision ID Register
MTU_MC58_ECCS   0xF0064A0E          MC 58 ECC Safety Register
MTU_MC58_ECCD   0xF0064A10          MC 58 Memory ECC Detection Register
MTU_MC58_ETRR0  0xF0064A12          MC 58 Error Tracking Register 0
MTU_MC58_ETRR1  0xF0064A14          MC 58 Error Tracking Register 1
MTU_MC58_ETRR2  0xF0064A16          MC 58 Error Tracking Register 2
MTU_MC58_ETRR3  0xF0064A18          MC 58 Error Tracking Register 3
MTU_MC58_ETRR4  0xF0064A1A          MC 58 Error Tracking Register 4
MTU_MC58_RDBFL0 0xF0064A60          MC 58 Read Data and Bit Flip Register 0
MTU_MC58_RDBFL1 0xF0064A62          MC 58 Read Data and Bit Flip Register 1
MTU_MC58_RDBFL2 0xF0064A64          MC 58 Read Data and Bit Flip Register 2
MTU_MC58_RDBFL3 0xF0064A66          MC 58 Read Data and Bit Flip Register 3
MTU_MC58_RDBFL4 0xF0064A68          MC 58 Read Data and Bit Flip Register 4
MTU_MC58_RDBFL5 0xF0064A6A          MC 58 Read Data and Bit Flip Register 5
MTU_MC58_RDBFL6 0xF0064A6C          MC 58 Read Data and Bit Flip Register 6
MTU_MC58_RDBFL7 0xF0064A6E          MC 58 Read Data and Bit Flip Register 7
MTU_MC58_RDBFL8 0xF0064A70          MC 58 Read Data and Bit Flip Register 8
MTU_MC58_RDBFL9 0xF0064A72          MC 58 Read Data and Bit Flip Register 9
MTU_MC58_RDBFL10 0xF0064A74          MC 58 Read Data and Bit Flip Register 10
MTU_MC58_RDBFL11 0xF0064A76          MC 58 Read Data and Bit Flip Register 11
MTU_MC58_RDBFL12 0xF0064A78          MC 58 Read Data and Bit Flip Register 12
MTU_MC58_RDBFL13 0xF0064A7A          MC 58 Read Data and Bit Flip Register 13
MTU_MC58_RDBFL14 0xF0064A7C          MC 58 Read Data and Bit Flip Register 14
MTU_MC58_RDBFL15 0xF0064A7E          MC 58 Read Data and Bit Flip Register 15
MTU_MC58_RDBFL16 0xF0064A80          MC 58 Read Data and Bit Flip Register 16
MTU_MC58_RDBFL17 0xF0064A82          MC 58 Read Data and Bit Flip Register 17
MTU_MC58_RDBFL18 0xF0064A84          MC 58 Read Data and Bit Flip Register 18
MTU_MC58_RDBFL19 0xF0064A86          MC 58 Read Data and Bit Flip Register 19
MTU_MC58_RDBFL20 0xF0064A88          MC 58 Read Data and Bit Flip Register 20
MTU_MC58_RDBFL21 0xF0064A8A          MC 58 Read Data and Bit Flip Register 21
MTU_MC58_RDBFL22 0xF0064A8C          MC 58 Read Data and Bit Flip Register 22
MTU_MC58_RDBFL23 0xF0064A8E          MC 58 Read Data and Bit Flip Register 23
MTU_MC58_RDBFL24 0xF0064A90          MC 58 Read Data and Bit Flip Register 24
MTU_MC58_RDBFL25 0xF0064A92          MC 58 Read Data and Bit Flip Register 25
MTU_MC58_RDBFL26 0xF0064A94          MC 58 Read Data and Bit Flip Register 26
MTU_MC58_RDBFL27 0xF0064A96          MC 58 Read Data and Bit Flip Register 27
MTU_MC58_RDBFL28 0xF0064A98          MC 58 Read Data and Bit Flip Register 28
MTU_MC58_RDBFL29 0xF0064A9A          MC 58 Read Data and Bit Flip Register 29
MTU_MC58_RDBFL30 0xF0064A9C          MC 58 Read Data and Bit Flip Register 30
MTU_MC58_RDBFL31 0xF0064A9E          MC 58 Read Data and Bit Flip Register 31
MTU_MC58_RDBFL32 0xF0064AA0          MC 58 Read Data and Bit Flip Register 32
MTU_MC58_RDBFL33 0xF0064AA2          MC 58 Read Data and Bit Flip Register 33
MTU_MC58_RDBFL34 0xF0064AA4          MC 58 Read Data and Bit Flip Register 34
MTU_MC58_RDBFL35 0xF0064AA6          MC 58 Read Data and Bit Flip Register 35
MTU_MC58_RDBFL36 0xF0064AA8          MC 58 Read Data and Bit Flip Register 36
MTU_MC58_RDBFL37 0xF0064AAA          MC 58 Read Data and Bit Flip Register 37
MTU_MC58_RDBFL38 0xF0064AAC          MC 58 Read Data and Bit Flip Register 38
MTU_MC58_RDBFL39 0xF0064AAE          MC 58 Read Data and Bit Flip Register 39
MTU_MC58_RDBFL40 0xF0064AB0          MC 58 Read Data and Bit Flip Register 40
MTU_MC58_RDBFL41 0xF0064AB2          MC 58 Read Data and Bit Flip Register 41
MTU_MC58_RDBFL42 0xF0064AB4          MC 58 Read Data and Bit Flip Register 42
MTU_MC58_RDBFL43 0xF0064AB6          MC 58 Read Data and Bit Flip Register 43
MTU_MC58_RDBFL44 0xF0064AB8          MC 58 Read Data and Bit Flip Register 44
MTU_MC58_RDBFL45 0xF0064ABA          MC 58 Read Data and Bit Flip Register 45
MTU_MC58_RDBFL46 0xF0064ABC          MC 58 Read Data and Bit Flip Register 46
MTU_MC58_RDBFL47 0xF0064ABE          MC 58 Read Data and Bit Flip Register 47
MTU_MC58_RDBFL48 0xF0064AC0          MC 58 Read Data and Bit Flip Register 48
MTU_MC58_RDBFL49 0xF0064AC2          MC 58 Read Data and Bit Flip Register 49
MTU_MC58_RDBFL50 0xF0064AC4          MC 58 Read Data and Bit Flip Register 50
MTU_MC58_RDBFL51 0xF0064AC6          MC 58 Read Data and Bit Flip Register 51
MTU_MC58_RDBFL52 0xF0064AC8          MC 58 Read Data and Bit Flip Register 52
MTU_MC58_RDBFL53 0xF0064ACA          MC 58 Read Data and Bit Flip Register 53
MTU_MC58_RDBFL54 0xF0064ACC          MC 58 Read Data and Bit Flip Register 54
MTU_MC58_RDBFL55 0xF0064ACE          MC 58 Read Data and Bit Flip Register 55
MTU_MC58_RDBFL56 0xF0064AD0          MC 58 Read Data and Bit Flip Register 56
MTU_MC58_RDBFL57 0xF0064AD2          MC 58 Read Data and Bit Flip Register 57
MTU_MC58_RDBFL58 0xF0064AD4          MC 58 Read Data and Bit Flip Register 58
MTU_MC58_RDBFL59 0xF0064AD6          MC 58 Read Data and Bit Flip Register 59
MTU_MC58_RDBFL60 0xF0064AD8          MC 58 Read Data and Bit Flip Register 60
MTU_MC58_RDBFL61 0xF0064ADA          MC 58 Read Data and Bit Flip Register 61
MTU_MC58_RDBFL62 0xF0064ADC          MC 58 Read Data and Bit Flip Register 62
MTU_MC58_RDBFL63 0xF0064ADE          MC 58 Read Data and Bit Flip Register 63
MTU_MC58_RDBFL64 0xF0064AE0          MC 58 Read Data and Bit Flip Register 64
MTU_MC58_RDBFL65 0xF0064AE2          MC 58 Read Data and Bit Flip Register 65
MTU_MC58_RDBFL66 0xF0064AE4          MC 58 Read Data and Bit Flip Register 66
MTU_MC58_ALMSRCS 0xF0064AEE          MC 58 Alarm Sources Configuration Register
MTU_MC58_FAULTSTS 0xF0064AF0          MC 58 SSH Safety Faults Status Register
MTU_MC58_ERRINFO0 0xF0064AF2          MC 58 Error Information Register 0
MTU_MC58_ERRINFO1 0xF0064AF4          MC 58 Error Information Register 1
MTU_MC58_ERRINFO2 0xF0064AF6          MC 58 Error Information Register 2
MTU_MC58_ERRINFO3 0xF0064AF8          MC 58 Error Information Register 3
MTU_MC58_ERRINFO4 0xF0064AFA          MC 58 Error Information Register 4
MTU_MC59_CONFIG0 0xF0064B00          MC 59 Configuration Register 0
MTU_MC59_CONFIG1 0xF0064B02          MC 59 Configuration Register 1
MTU_MC59_MCONTROL 0xF0064B04          MC 59 MBIST Control Register
MTU_MC59_MSTATUS 0xF0064B06          MC 59 Status Register
MTU_MC59_RANGE  0xF0064B08          MC 59 Range Register, single address mode
MTU_MC59_REVID  0xF0064B0C          MC 59 Revision ID Register
MTU_MC59_ECCS   0xF0064B0E          MC 59 ECC Safety Register
MTU_MC59_ECCD   0xF0064B10          MC 59 Memory ECC Detection Register
MTU_MC59_ETRR0  0xF0064B12          MC 59 Error Tracking Register 0
MTU_MC59_ETRR1  0xF0064B14          MC 59 Error Tracking Register 1
MTU_MC59_ETRR2  0xF0064B16          MC 59 Error Tracking Register 2
MTU_MC59_ETRR3  0xF0064B18          MC 59 Error Tracking Register 3
MTU_MC59_ETRR4  0xF0064B1A          MC 59 Error Tracking Register 4
MTU_MC59_RDBFL0 0xF0064B60          MC 59 Read Data and Bit Flip Register 0
MTU_MC59_RDBFL1 0xF0064B62          MC 59 Read Data and Bit Flip Register 1
MTU_MC59_RDBFL2 0xF0064B64          MC 59 Read Data and Bit Flip Register 2
MTU_MC59_RDBFL3 0xF0064B66          MC 59 Read Data and Bit Flip Register 3
MTU_MC59_RDBFL4 0xF0064B68          MC 59 Read Data and Bit Flip Register 4
MTU_MC59_RDBFL5 0xF0064B6A          MC 59 Read Data and Bit Flip Register 5
MTU_MC59_RDBFL6 0xF0064B6C          MC 59 Read Data and Bit Flip Register 6
MTU_MC59_RDBFL7 0xF0064B6E          MC 59 Read Data and Bit Flip Register 7
MTU_MC59_RDBFL8 0xF0064B70          MC 59 Read Data and Bit Flip Register 8
MTU_MC59_RDBFL9 0xF0064B72          MC 59 Read Data and Bit Flip Register 9
MTU_MC59_RDBFL10 0xF0064B74          MC 59 Read Data and Bit Flip Register 10
MTU_MC59_RDBFL11 0xF0064B76          MC 59 Read Data and Bit Flip Register 11
MTU_MC59_RDBFL12 0xF0064B78          MC 59 Read Data and Bit Flip Register 12
MTU_MC59_RDBFL13 0xF0064B7A          MC 59 Read Data and Bit Flip Register 13
MTU_MC59_RDBFL14 0xF0064B7C          MC 59 Read Data and Bit Flip Register 14
MTU_MC59_RDBFL15 0xF0064B7E          MC 59 Read Data and Bit Flip Register 15
MTU_MC59_RDBFL16 0xF0064B80          MC 59 Read Data and Bit Flip Register 16
MTU_MC59_RDBFL17 0xF0064B82          MC 59 Read Data and Bit Flip Register 17
MTU_MC59_RDBFL18 0xF0064B84          MC 59 Read Data and Bit Flip Register 18
MTU_MC59_RDBFL19 0xF0064B86          MC 59 Read Data and Bit Flip Register 19
MTU_MC59_RDBFL20 0xF0064B88          MC 59 Read Data and Bit Flip Register 20
MTU_MC59_RDBFL21 0xF0064B8A          MC 59 Read Data and Bit Flip Register 21
MTU_MC59_RDBFL22 0xF0064B8C          MC 59 Read Data and Bit Flip Register 22
MTU_MC59_RDBFL23 0xF0064B8E          MC 59 Read Data and Bit Flip Register 23
MTU_MC59_RDBFL24 0xF0064B90          MC 59 Read Data and Bit Flip Register 24
MTU_MC59_RDBFL25 0xF0064B92          MC 59 Read Data and Bit Flip Register 25
MTU_MC59_RDBFL26 0xF0064B94          MC 59 Read Data and Bit Flip Register 26
MTU_MC59_RDBFL27 0xF0064B96          MC 59 Read Data and Bit Flip Register 27
MTU_MC59_RDBFL28 0xF0064B98          MC 59 Read Data and Bit Flip Register 28
MTU_MC59_RDBFL29 0xF0064B9A          MC 59 Read Data and Bit Flip Register 29
MTU_MC59_RDBFL30 0xF0064B9C          MC 59 Read Data and Bit Flip Register 30
MTU_MC59_RDBFL31 0xF0064B9E          MC 59 Read Data and Bit Flip Register 31
MTU_MC59_RDBFL32 0xF0064BA0          MC 59 Read Data and Bit Flip Register 32
MTU_MC59_RDBFL33 0xF0064BA2          MC 59 Read Data and Bit Flip Register 33
MTU_MC59_RDBFL34 0xF0064BA4          MC 59 Read Data and Bit Flip Register 34
MTU_MC59_RDBFL35 0xF0064BA6          MC 59 Read Data and Bit Flip Register 35
MTU_MC59_RDBFL36 0xF0064BA8          MC 59 Read Data and Bit Flip Register 36
MTU_MC59_RDBFL37 0xF0064BAA          MC 59 Read Data and Bit Flip Register 37
MTU_MC59_RDBFL38 0xF0064BAC          MC 59 Read Data and Bit Flip Register 38
MTU_MC59_RDBFL39 0xF0064BAE          MC 59 Read Data and Bit Flip Register 39
MTU_MC59_RDBFL40 0xF0064BB0          MC 59 Read Data and Bit Flip Register 40
MTU_MC59_RDBFL41 0xF0064BB2          MC 59 Read Data and Bit Flip Register 41
MTU_MC59_RDBFL42 0xF0064BB4          MC 59 Read Data and Bit Flip Register 42
MTU_MC59_RDBFL43 0xF0064BB6          MC 59 Read Data and Bit Flip Register 43
MTU_MC59_RDBFL44 0xF0064BB8          MC 59 Read Data and Bit Flip Register 44
MTU_MC59_RDBFL45 0xF0064BBA          MC 59 Read Data and Bit Flip Register 45
MTU_MC59_RDBFL46 0xF0064BBC          MC 59 Read Data and Bit Flip Register 46
MTU_MC59_RDBFL47 0xF0064BBE          MC 59 Read Data and Bit Flip Register 47
MTU_MC59_RDBFL48 0xF0064BC0          MC 59 Read Data and Bit Flip Register 48
MTU_MC59_RDBFL49 0xF0064BC2          MC 59 Read Data and Bit Flip Register 49
MTU_MC59_RDBFL50 0xF0064BC4          MC 59 Read Data and Bit Flip Register 50
MTU_MC59_RDBFL51 0xF0064BC6          MC 59 Read Data and Bit Flip Register 51
MTU_MC59_RDBFL52 0xF0064BC8          MC 59 Read Data and Bit Flip Register 52
MTU_MC59_RDBFL53 0xF0064BCA          MC 59 Read Data and Bit Flip Register 53
MTU_MC59_RDBFL54 0xF0064BCC          MC 59 Read Data and Bit Flip Register 54
MTU_MC59_RDBFL55 0xF0064BCE          MC 59 Read Data and Bit Flip Register 55
MTU_MC59_RDBFL56 0xF0064BD0          MC 59 Read Data and Bit Flip Register 56
MTU_MC59_RDBFL57 0xF0064BD2          MC 59 Read Data and Bit Flip Register 57
MTU_MC59_RDBFL58 0xF0064BD4          MC 59 Read Data and Bit Flip Register 58
MTU_MC59_RDBFL59 0xF0064BD6          MC 59 Read Data and Bit Flip Register 59
MTU_MC59_RDBFL60 0xF0064BD8          MC 59 Read Data and Bit Flip Register 60
MTU_MC59_RDBFL61 0xF0064BDA          MC 59 Read Data and Bit Flip Register 61
MTU_MC59_RDBFL62 0xF0064BDC          MC 59 Read Data and Bit Flip Register 62
MTU_MC59_RDBFL63 0xF0064BDE          MC 59 Read Data and Bit Flip Register 63
MTU_MC59_RDBFL64 0xF0064BE0          MC 59 Read Data and Bit Flip Register 64
MTU_MC59_RDBFL65 0xF0064BE2          MC 59 Read Data and Bit Flip Register 65
MTU_MC59_RDBFL66 0xF0064BE4          MC 59 Read Data and Bit Flip Register 66
MTU_MC59_ALMSRCS 0xF0064BEE          MC 59 Alarm Sources Configuration Register
MTU_MC59_FAULTSTS 0xF0064BF0          MC 59 SSH Safety Faults Status Register
MTU_MC59_ERRINFO0 0xF0064BF2          MC 59 Error Information Register 0
MTU_MC59_ERRINFO1 0xF0064BF4          MC 59 Error Information Register 1
MTU_MC59_ERRINFO2 0xF0064BF6          MC 59 Error Information Register 2
MTU_MC59_ERRINFO3 0xF0064BF8          MC 59 Error Information Register 3
MTU_MC59_ERRINFO4 0xF0064BFA          MC 59 Error Information Register 4
MTU_MC60_CONFIG0 0xF0064C00          MC 60 Configuration Register 0
MTU_MC60_CONFIG1 0xF0064C02          MC 60 Configuration Register 1
MTU_MC60_MCONTROL 0xF0064C04          MC 60 MBIST Control Register
MTU_MC60_MSTATUS 0xF0064C06          MC 60 Status Register
MTU_MC60_RANGE  0xF0064C08          MC 60 Range Register, single address mode
MTU_MC60_REVID  0xF0064C0C          MC 60 Revision ID Register
MTU_MC60_ECCS   0xF0064C0E          MC 60 ECC Safety Register
MTU_MC60_ECCD   0xF0064C10          MC 60 Memory ECC Detection Register
MTU_MC60_ETRR0  0xF0064C12          MC 60 Error Tracking Register 0
MTU_MC60_ETRR1  0xF0064C14          MC 60 Error Tracking Register 1
MTU_MC60_ETRR2  0xF0064C16          MC 60 Error Tracking Register 2
MTU_MC60_ETRR3  0xF0064C18          MC 60 Error Tracking Register 3
MTU_MC60_ETRR4  0xF0064C1A          MC 60 Error Tracking Register 4
MTU_MC60_RDBFL0 0xF0064C60          MC 60 Read Data and Bit Flip Register 0
MTU_MC60_RDBFL1 0xF0064C62          MC 60 Read Data and Bit Flip Register 1
MTU_MC60_RDBFL2 0xF0064C64          MC 60 Read Data and Bit Flip Register 2
MTU_MC60_RDBFL3 0xF0064C66          MC 60 Read Data and Bit Flip Register 3
MTU_MC60_RDBFL4 0xF0064C68          MC 60 Read Data and Bit Flip Register 4
MTU_MC60_RDBFL5 0xF0064C6A          MC 60 Read Data and Bit Flip Register 5
MTU_MC60_RDBFL6 0xF0064C6C          MC 60 Read Data and Bit Flip Register 6
MTU_MC60_RDBFL7 0xF0064C6E          MC 60 Read Data and Bit Flip Register 7
MTU_MC60_RDBFL8 0xF0064C70          MC 60 Read Data and Bit Flip Register 8
MTU_MC60_RDBFL9 0xF0064C72          MC 60 Read Data and Bit Flip Register 9
MTU_MC60_RDBFL10 0xF0064C74          MC 60 Read Data and Bit Flip Register 10
MTU_MC60_RDBFL11 0xF0064C76          MC 60 Read Data and Bit Flip Register 11
MTU_MC60_RDBFL12 0xF0064C78          MC 60 Read Data and Bit Flip Register 12
MTU_MC60_RDBFL13 0xF0064C7A          MC 60 Read Data and Bit Flip Register 13
MTU_MC60_RDBFL14 0xF0064C7C          MC 60 Read Data and Bit Flip Register 14
MTU_MC60_RDBFL15 0xF0064C7E          MC 60 Read Data and Bit Flip Register 15
MTU_MC60_RDBFL16 0xF0064C80          MC 60 Read Data and Bit Flip Register 16
MTU_MC60_RDBFL17 0xF0064C82          MC 60 Read Data and Bit Flip Register 17
MTU_MC60_RDBFL18 0xF0064C84          MC 60 Read Data and Bit Flip Register 18
MTU_MC60_RDBFL19 0xF0064C86          MC 60 Read Data and Bit Flip Register 19
MTU_MC60_RDBFL20 0xF0064C88          MC 60 Read Data and Bit Flip Register 20
MTU_MC60_RDBFL21 0xF0064C8A          MC 60 Read Data and Bit Flip Register 21
MTU_MC60_RDBFL22 0xF0064C8C          MC 60 Read Data and Bit Flip Register 22
MTU_MC60_RDBFL23 0xF0064C8E          MC 60 Read Data and Bit Flip Register 23
MTU_MC60_RDBFL24 0xF0064C90          MC 60 Read Data and Bit Flip Register 24
MTU_MC60_RDBFL25 0xF0064C92          MC 60 Read Data and Bit Flip Register 25
MTU_MC60_RDBFL26 0xF0064C94          MC 60 Read Data and Bit Flip Register 26
MTU_MC60_RDBFL27 0xF0064C96          MC 60 Read Data and Bit Flip Register 27
MTU_MC60_RDBFL28 0xF0064C98          MC 60 Read Data and Bit Flip Register 28
MTU_MC60_RDBFL29 0xF0064C9A          MC 60 Read Data and Bit Flip Register 29
MTU_MC60_RDBFL30 0xF0064C9C          MC 60 Read Data and Bit Flip Register 30
MTU_MC60_RDBFL31 0xF0064C9E          MC 60 Read Data and Bit Flip Register 31
MTU_MC60_RDBFL32 0xF0064CA0          MC 60 Read Data and Bit Flip Register 32
MTU_MC60_RDBFL33 0xF0064CA2          MC 60 Read Data and Bit Flip Register 33
MTU_MC60_RDBFL34 0xF0064CA4          MC 60 Read Data and Bit Flip Register 34
MTU_MC60_RDBFL35 0xF0064CA6          MC 60 Read Data and Bit Flip Register 35
MTU_MC60_RDBFL36 0xF0064CA8          MC 60 Read Data and Bit Flip Register 36
MTU_MC60_RDBFL37 0xF0064CAA          MC 60 Read Data and Bit Flip Register 37
MTU_MC60_RDBFL38 0xF0064CAC          MC 60 Read Data and Bit Flip Register 38
MTU_MC60_RDBFL39 0xF0064CAE          MC 60 Read Data and Bit Flip Register 39
MTU_MC60_RDBFL40 0xF0064CB0          MC 60 Read Data and Bit Flip Register 40
MTU_MC60_RDBFL41 0xF0064CB2          MC 60 Read Data and Bit Flip Register 41
MTU_MC60_RDBFL42 0xF0064CB4          MC 60 Read Data and Bit Flip Register 42
MTU_MC60_RDBFL43 0xF0064CB6          MC 60 Read Data and Bit Flip Register 43
MTU_MC60_RDBFL44 0xF0064CB8          MC 60 Read Data and Bit Flip Register 44
MTU_MC60_RDBFL45 0xF0064CBA          MC 60 Read Data and Bit Flip Register 45
MTU_MC60_RDBFL46 0xF0064CBC          MC 60 Read Data and Bit Flip Register 46
MTU_MC60_RDBFL47 0xF0064CBE          MC 60 Read Data and Bit Flip Register 47
MTU_MC60_RDBFL48 0xF0064CC0          MC 60 Read Data and Bit Flip Register 48
MTU_MC60_RDBFL49 0xF0064CC2          MC 60 Read Data and Bit Flip Register 49
MTU_MC60_RDBFL50 0xF0064CC4          MC 60 Read Data and Bit Flip Register 50
MTU_MC60_RDBFL51 0xF0064CC6          MC 60 Read Data and Bit Flip Register 51
MTU_MC60_RDBFL52 0xF0064CC8          MC 60 Read Data and Bit Flip Register 52
MTU_MC60_RDBFL53 0xF0064CCA          MC 60 Read Data and Bit Flip Register 53
MTU_MC60_RDBFL54 0xF0064CCC          MC 60 Read Data and Bit Flip Register 54
MTU_MC60_RDBFL55 0xF0064CCE          MC 60 Read Data and Bit Flip Register 55
MTU_MC60_RDBFL56 0xF0064CD0          MC 60 Read Data and Bit Flip Register 56
MTU_MC60_RDBFL57 0xF0064CD2          MC 60 Read Data and Bit Flip Register 57
MTU_MC60_RDBFL58 0xF0064CD4          MC 60 Read Data and Bit Flip Register 58
MTU_MC60_RDBFL59 0xF0064CD6          MC 60 Read Data and Bit Flip Register 59
MTU_MC60_RDBFL60 0xF0064CD8          MC 60 Read Data and Bit Flip Register 60
MTU_MC60_RDBFL61 0xF0064CDA          MC 60 Read Data and Bit Flip Register 61
MTU_MC60_RDBFL62 0xF0064CDC          MC 60 Read Data and Bit Flip Register 62
MTU_MC60_RDBFL63 0xF0064CDE          MC 60 Read Data and Bit Flip Register 63
MTU_MC60_RDBFL64 0xF0064CE0          MC 60 Read Data and Bit Flip Register 64
MTU_MC60_RDBFL65 0xF0064CE2          MC 60 Read Data and Bit Flip Register 65
MTU_MC60_RDBFL66 0xF0064CE4          MC 60 Read Data and Bit Flip Register 66
MTU_MC60_ALMSRCS 0xF0064CEE          MC 60 Alarm Sources Configuration Register
MTU_MC60_FAULTSTS 0xF0064CF0          MC 60 SSH Safety Faults Status Register
MTU_MC60_ERRINFO0 0xF0064CF2          MC 60 Error Information Register 0
MTU_MC60_ERRINFO1 0xF0064CF4          MC 60 Error Information Register 1
MTU_MC60_ERRINFO2 0xF0064CF6          MC 60 Error Information Register 2
MTU_MC60_ERRINFO3 0xF0064CF8          MC 60 Error Information Register 3
MTU_MC60_ERRINFO4 0xF0064CFA          MC 60 Error Information Register 4
MTU_MC61_CONFIG0 0xF0064D00          MC 61 Configuration Register 0
MTU_MC61_CONFIG1 0xF0064D02          MC 61 Configuration Register 1
MTU_MC61_MCONTROL 0xF0064D04          MC 61 MBIST Control Register
MTU_MC61_MSTATUS 0xF0064D06          MC 61 Status Register
MTU_MC61_RANGE  0xF0064D08          MC 61 Range Register, single address mode
MTU_MC61_REVID  0xF0064D0C          MC 61 Revision ID Register
MTU_MC61_ECCS   0xF0064D0E          MC 61 ECC Safety Register
MTU_MC61_ECCD   0xF0064D10          MC 61 Memory ECC Detection Register
MTU_MC61_ETRR0  0xF0064D12          MC 61 Error Tracking Register 0
MTU_MC61_ETRR1  0xF0064D14          MC 61 Error Tracking Register 1
MTU_MC61_ETRR2  0xF0064D16          MC 61 Error Tracking Register 2
MTU_MC61_ETRR3  0xF0064D18          MC 61 Error Tracking Register 3
MTU_MC61_ETRR4  0xF0064D1A          MC 61 Error Tracking Register 4
MTU_MC61_RDBFL0 0xF0064D60          MC 61 Read Data and Bit Flip Register 0
MTU_MC61_RDBFL1 0xF0064D62          MC 61 Read Data and Bit Flip Register 1
MTU_MC61_RDBFL2 0xF0064D64          MC 61 Read Data and Bit Flip Register 2
MTU_MC61_RDBFL3 0xF0064D66          MC 61 Read Data and Bit Flip Register 3
MTU_MC61_RDBFL4 0xF0064D68          MC 61 Read Data and Bit Flip Register 4
MTU_MC61_RDBFL5 0xF0064D6A          MC 61 Read Data and Bit Flip Register 5
MTU_MC61_RDBFL6 0xF0064D6C          MC 61 Read Data and Bit Flip Register 6
MTU_MC61_RDBFL7 0xF0064D6E          MC 61 Read Data and Bit Flip Register 7
MTU_MC61_RDBFL8 0xF0064D70          MC 61 Read Data and Bit Flip Register 8
MTU_MC61_RDBFL9 0xF0064D72          MC 61 Read Data and Bit Flip Register 9
MTU_MC61_RDBFL10 0xF0064D74          MC 61 Read Data and Bit Flip Register 10
MTU_MC61_RDBFL11 0xF0064D76          MC 61 Read Data and Bit Flip Register 11
MTU_MC61_RDBFL12 0xF0064D78          MC 61 Read Data and Bit Flip Register 12
MTU_MC61_RDBFL13 0xF0064D7A          MC 61 Read Data and Bit Flip Register 13
MTU_MC61_RDBFL14 0xF0064D7C          MC 61 Read Data and Bit Flip Register 14
MTU_MC61_RDBFL15 0xF0064D7E          MC 61 Read Data and Bit Flip Register 15
MTU_MC61_RDBFL16 0xF0064D80          MC 61 Read Data and Bit Flip Register 16
MTU_MC61_RDBFL17 0xF0064D82          MC 61 Read Data and Bit Flip Register 17
MTU_MC61_RDBFL18 0xF0064D84          MC 61 Read Data and Bit Flip Register 18
MTU_MC61_RDBFL19 0xF0064D86          MC 61 Read Data and Bit Flip Register 19
MTU_MC61_RDBFL20 0xF0064D88          MC 61 Read Data and Bit Flip Register 20
MTU_MC61_RDBFL21 0xF0064D8A          MC 61 Read Data and Bit Flip Register 21
MTU_MC61_RDBFL22 0xF0064D8C          MC 61 Read Data and Bit Flip Register 22
MTU_MC61_RDBFL23 0xF0064D8E          MC 61 Read Data and Bit Flip Register 23
MTU_MC61_RDBFL24 0xF0064D90          MC 61 Read Data and Bit Flip Register 24
MTU_MC61_RDBFL25 0xF0064D92          MC 61 Read Data and Bit Flip Register 25
MTU_MC61_RDBFL26 0xF0064D94          MC 61 Read Data and Bit Flip Register 26
MTU_MC61_RDBFL27 0xF0064D96          MC 61 Read Data and Bit Flip Register 27
MTU_MC61_RDBFL28 0xF0064D98          MC 61 Read Data and Bit Flip Register 28
MTU_MC61_RDBFL29 0xF0064D9A          MC 61 Read Data and Bit Flip Register 29
MTU_MC61_RDBFL30 0xF0064D9C          MC 61 Read Data and Bit Flip Register 30
MTU_MC61_RDBFL31 0xF0064D9E          MC 61 Read Data and Bit Flip Register 31
MTU_MC61_RDBFL32 0xF0064DA0          MC 61 Read Data and Bit Flip Register 32
MTU_MC61_RDBFL33 0xF0064DA2          MC 61 Read Data and Bit Flip Register 33
MTU_MC61_RDBFL34 0xF0064DA4          MC 61 Read Data and Bit Flip Register 34
MTU_MC61_RDBFL35 0xF0064DA6          MC 61 Read Data and Bit Flip Register 35
MTU_MC61_RDBFL36 0xF0064DA8          MC 61 Read Data and Bit Flip Register 36
MTU_MC61_RDBFL37 0xF0064DAA          MC 61 Read Data and Bit Flip Register 37
MTU_MC61_RDBFL38 0xF0064DAC          MC 61 Read Data and Bit Flip Register 38
MTU_MC61_RDBFL39 0xF0064DAE          MC 61 Read Data and Bit Flip Register 39
MTU_MC61_RDBFL40 0xF0064DB0          MC 61 Read Data and Bit Flip Register 40
MTU_MC61_RDBFL41 0xF0064DB2          MC 61 Read Data and Bit Flip Register 41
MTU_MC61_RDBFL42 0xF0064DB4          MC 61 Read Data and Bit Flip Register 42
MTU_MC61_RDBFL43 0xF0064DB6          MC 61 Read Data and Bit Flip Register 43
MTU_MC61_RDBFL44 0xF0064DB8          MC 61 Read Data and Bit Flip Register 44
MTU_MC61_RDBFL45 0xF0064DBA          MC 61 Read Data and Bit Flip Register 45
MTU_MC61_RDBFL46 0xF0064DBC          MC 61 Read Data and Bit Flip Register 46
MTU_MC61_RDBFL47 0xF0064DBE          MC 61 Read Data and Bit Flip Register 47
MTU_MC61_RDBFL48 0xF0064DC0          MC 61 Read Data and Bit Flip Register 48
MTU_MC61_RDBFL49 0xF0064DC2          MC 61 Read Data and Bit Flip Register 49
MTU_MC61_RDBFL50 0xF0064DC4          MC 61 Read Data and Bit Flip Register 50
MTU_MC61_RDBFL51 0xF0064DC6          MC 61 Read Data and Bit Flip Register 51
MTU_MC61_RDBFL52 0xF0064DC8          MC 61 Read Data and Bit Flip Register 52
MTU_MC61_RDBFL53 0xF0064DCA          MC 61 Read Data and Bit Flip Register 53
MTU_MC61_RDBFL54 0xF0064DCC          MC 61 Read Data and Bit Flip Register 54
MTU_MC61_RDBFL55 0xF0064DCE          MC 61 Read Data and Bit Flip Register 55
MTU_MC61_RDBFL56 0xF0064DD0          MC 61 Read Data and Bit Flip Register 56
MTU_MC61_RDBFL57 0xF0064DD2          MC 61 Read Data and Bit Flip Register 57
MTU_MC61_RDBFL58 0xF0064DD4          MC 61 Read Data and Bit Flip Register 58
MTU_MC61_RDBFL59 0xF0064DD6          MC 61 Read Data and Bit Flip Register 59
MTU_MC61_RDBFL60 0xF0064DD8          MC 61 Read Data and Bit Flip Register 60
MTU_MC61_RDBFL61 0xF0064DDA          MC 61 Read Data and Bit Flip Register 61
MTU_MC61_RDBFL62 0xF0064DDC          MC 61 Read Data and Bit Flip Register 62
MTU_MC61_RDBFL63 0xF0064DDE          MC 61 Read Data and Bit Flip Register 63
MTU_MC61_RDBFL64 0xF0064DE0          MC 61 Read Data and Bit Flip Register 64
MTU_MC61_RDBFL65 0xF0064DE2          MC 61 Read Data and Bit Flip Register 65
MTU_MC61_RDBFL66 0xF0064DE4          MC 61 Read Data and Bit Flip Register 66
MTU_MC61_ALMSRCS 0xF0064DEE          MC 61 Alarm Sources Configuration Register
MTU_MC61_FAULTSTS 0xF0064DF0          MC 61 SSH Safety Faults Status Register
MTU_MC61_ERRINFO0 0xF0064DF2          MC 61 Error Information Register 0
MTU_MC61_ERRINFO1 0xF0064DF4          MC 61 Error Information Register 1
MTU_MC61_ERRINFO2 0xF0064DF6          MC 61 Error Information Register 2
MTU_MC61_ERRINFO3 0xF0064DF8          MC 61 Error Information Register 3
MTU_MC61_ERRINFO4 0xF0064DFA          MC 61 Error Information Register 4
MTU_MC62_CONFIG0 0xF0064E00          MC 62 Configuration Register 0
MTU_MC62_CONFIG1 0xF0064E02          MC 62 Configuration Register 1
MTU_MC62_MCONTROL 0xF0064E04          MC 62 MBIST Control Register
MTU_MC62_MSTATUS 0xF0064E06          MC 62 Status Register
MTU_MC62_RANGE  0xF0064E08          MC 62 Range Register, single address mode
MTU_MC62_REVID  0xF0064E0C          MC 62 Revision ID Register
MTU_MC62_ECCS   0xF0064E0E          MC 62 ECC Safety Register
MTU_MC62_ECCD   0xF0064E10          MC 62 Memory ECC Detection Register
MTU_MC62_ETRR0  0xF0064E12          MC 62 Error Tracking Register 0
MTU_MC62_ETRR1  0xF0064E14          MC 62 Error Tracking Register 1
MTU_MC62_ETRR2  0xF0064E16          MC 62 Error Tracking Register 2
MTU_MC62_ETRR3  0xF0064E18          MC 62 Error Tracking Register 3
MTU_MC62_ETRR4  0xF0064E1A          MC 62 Error Tracking Register 4
MTU_MC62_RDBFL0 0xF0064E60          MC 62 Read Data and Bit Flip Register 0
MTU_MC62_RDBFL1 0xF0064E62          MC 62 Read Data and Bit Flip Register 1
MTU_MC62_RDBFL2 0xF0064E64          MC 62 Read Data and Bit Flip Register 2
MTU_MC62_RDBFL3 0xF0064E66          MC 62 Read Data and Bit Flip Register 3
MTU_MC62_RDBFL4 0xF0064E68          MC 62 Read Data and Bit Flip Register 4
MTU_MC62_RDBFL5 0xF0064E6A          MC 62 Read Data and Bit Flip Register 5
MTU_MC62_RDBFL6 0xF0064E6C          MC 62 Read Data and Bit Flip Register 6
MTU_MC62_RDBFL7 0xF0064E6E          MC 62 Read Data and Bit Flip Register 7
MTU_MC62_RDBFL8 0xF0064E70          MC 62 Read Data and Bit Flip Register 8
MTU_MC62_RDBFL9 0xF0064E72          MC 62 Read Data and Bit Flip Register 9
MTU_MC62_RDBFL10 0xF0064E74          MC 62 Read Data and Bit Flip Register 10
MTU_MC62_RDBFL11 0xF0064E76          MC 62 Read Data and Bit Flip Register 11
MTU_MC62_RDBFL12 0xF0064E78          MC 62 Read Data and Bit Flip Register 12
MTU_MC62_RDBFL13 0xF0064E7A          MC 62 Read Data and Bit Flip Register 13
MTU_MC62_RDBFL14 0xF0064E7C          MC 62 Read Data and Bit Flip Register 14
MTU_MC62_RDBFL15 0xF0064E7E          MC 62 Read Data and Bit Flip Register 15
MTU_MC62_RDBFL16 0xF0064E80          MC 62 Read Data and Bit Flip Register 16
MTU_MC62_RDBFL17 0xF0064E82          MC 62 Read Data and Bit Flip Register 17
MTU_MC62_RDBFL18 0xF0064E84          MC 62 Read Data and Bit Flip Register 18
MTU_MC62_RDBFL19 0xF0064E86          MC 62 Read Data and Bit Flip Register 19
MTU_MC62_RDBFL20 0xF0064E88          MC 62 Read Data and Bit Flip Register 20
MTU_MC62_RDBFL21 0xF0064E8A          MC 62 Read Data and Bit Flip Register 21
MTU_MC62_RDBFL22 0xF0064E8C          MC 62 Read Data and Bit Flip Register 22
MTU_MC62_RDBFL23 0xF0064E8E          MC 62 Read Data and Bit Flip Register 23
MTU_MC62_RDBFL24 0xF0064E90          MC 62 Read Data and Bit Flip Register 24
MTU_MC62_RDBFL25 0xF0064E92          MC 62 Read Data and Bit Flip Register 25
MTU_MC62_RDBFL26 0xF0064E94          MC 62 Read Data and Bit Flip Register 26
MTU_MC62_RDBFL27 0xF0064E96          MC 62 Read Data and Bit Flip Register 27
MTU_MC62_RDBFL28 0xF0064E98          MC 62 Read Data and Bit Flip Register 28
MTU_MC62_RDBFL29 0xF0064E9A          MC 62 Read Data and Bit Flip Register 29
MTU_MC62_RDBFL30 0xF0064E9C          MC 62 Read Data and Bit Flip Register 30
MTU_MC62_RDBFL31 0xF0064E9E          MC 62 Read Data and Bit Flip Register 31
MTU_MC62_RDBFL32 0xF0064EA0          MC 62 Read Data and Bit Flip Register 32
MTU_MC62_RDBFL33 0xF0064EA2          MC 62 Read Data and Bit Flip Register 33
MTU_MC62_RDBFL34 0xF0064EA4          MC 62 Read Data and Bit Flip Register 34
MTU_MC62_RDBFL35 0xF0064EA6          MC 62 Read Data and Bit Flip Register 35
MTU_MC62_RDBFL36 0xF0064EA8          MC 62 Read Data and Bit Flip Register 36
MTU_MC62_RDBFL37 0xF0064EAA          MC 62 Read Data and Bit Flip Register 37
MTU_MC62_RDBFL38 0xF0064EAC          MC 62 Read Data and Bit Flip Register 38
MTU_MC62_RDBFL39 0xF0064EAE          MC 62 Read Data and Bit Flip Register 39
MTU_MC62_RDBFL40 0xF0064EB0          MC 62 Read Data and Bit Flip Register 40
MTU_MC62_RDBFL41 0xF0064EB2          MC 62 Read Data and Bit Flip Register 41
MTU_MC62_RDBFL42 0xF0064EB4          MC 62 Read Data and Bit Flip Register 42
MTU_MC62_RDBFL43 0xF0064EB6          MC 62 Read Data and Bit Flip Register 43
MTU_MC62_RDBFL44 0xF0064EB8          MC 62 Read Data and Bit Flip Register 44
MTU_MC62_RDBFL45 0xF0064EBA          MC 62 Read Data and Bit Flip Register 45
MTU_MC62_RDBFL46 0xF0064EBC          MC 62 Read Data and Bit Flip Register 46
MTU_MC62_RDBFL47 0xF0064EBE          MC 62 Read Data and Bit Flip Register 47
MTU_MC62_RDBFL48 0xF0064EC0          MC 62 Read Data and Bit Flip Register 48
MTU_MC62_RDBFL49 0xF0064EC2          MC 62 Read Data and Bit Flip Register 49
MTU_MC62_RDBFL50 0xF0064EC4          MC 62 Read Data and Bit Flip Register 50
MTU_MC62_RDBFL51 0xF0064EC6          MC 62 Read Data and Bit Flip Register 51
MTU_MC62_RDBFL52 0xF0064EC8          MC 62 Read Data and Bit Flip Register 52
MTU_MC62_RDBFL53 0xF0064ECA          MC 62 Read Data and Bit Flip Register 53
MTU_MC62_RDBFL54 0xF0064ECC          MC 62 Read Data and Bit Flip Register 54
MTU_MC62_RDBFL55 0xF0064ECE          MC 62 Read Data and Bit Flip Register 55
MTU_MC62_RDBFL56 0xF0064ED0          MC 62 Read Data and Bit Flip Register 56
MTU_MC62_RDBFL57 0xF0064ED2          MC 62 Read Data and Bit Flip Register 57
MTU_MC62_RDBFL58 0xF0064ED4          MC 62 Read Data and Bit Flip Register 58
MTU_MC62_RDBFL59 0xF0064ED6          MC 62 Read Data and Bit Flip Register 59
MTU_MC62_RDBFL60 0xF0064ED8          MC 62 Read Data and Bit Flip Register 60
MTU_MC62_RDBFL61 0xF0064EDA          MC 62 Read Data and Bit Flip Register 61
MTU_MC62_RDBFL62 0xF0064EDC          MC 62 Read Data and Bit Flip Register 62
MTU_MC62_RDBFL63 0xF0064EDE          MC 62 Read Data and Bit Flip Register 63
MTU_MC62_RDBFL64 0xF0064EE0          MC 62 Read Data and Bit Flip Register 64
MTU_MC62_RDBFL65 0xF0064EE2          MC 62 Read Data and Bit Flip Register 65
MTU_MC62_RDBFL66 0xF0064EE4          MC 62 Read Data and Bit Flip Register 66
MTU_MC62_ALMSRCS 0xF0064EEE          MC 62 Alarm Sources Configuration Register
MTU_MC62_FAULTSTS 0xF0064EF0          MC 62 SSH Safety Faults Status Register
MTU_MC62_ERRINFO0 0xF0064EF2          MC 62 Error Information Register 0
MTU_MC62_ERRINFO1 0xF0064EF4          MC 62 Error Information Register 1
MTU_MC62_ERRINFO2 0xF0064EF6          MC 62 Error Information Register 2
MTU_MC62_ERRINFO3 0xF0064EF8          MC 62 Error Information Register 3
MTU_MC62_ERRINFO4 0xF0064EFA          MC 62 Error Information Register 4
MTU_MC63_CONFIG0 0xF0064F00          MC 63 Configuration Register 0
MTU_MC63_CONFIG1 0xF0064F02          MC 63 Configuration Register 1
MTU_MC63_MCONTROL 0xF0064F04          MC 63 MBIST Control Register
MTU_MC63_MSTATUS 0xF0064F06          MC 63 Status Register
MTU_MC63_RANGE  0xF0064F08          MC 63 Range Register, single address mode
MTU_MC63_REVID  0xF0064F0C          MC 63 Revision ID Register
MTU_MC63_ECCS   0xF0064F0E          MC 63 ECC Safety Register
MTU_MC63_ECCD   0xF0064F10          MC 63 Memory ECC Detection Register
MTU_MC63_ETRR0  0xF0064F12          MC 63 Error Tracking Register 0
MTU_MC63_ETRR1  0xF0064F14          MC 63 Error Tracking Register 1
MTU_MC63_ETRR2  0xF0064F16          MC 63 Error Tracking Register 2
MTU_MC63_ETRR3  0xF0064F18          MC 63 Error Tracking Register 3
MTU_MC63_ETRR4  0xF0064F1A          MC 63 Error Tracking Register 4
MTU_MC63_RDBFL0 0xF0064F60          MC 63 Read Data and Bit Flip Register 0
MTU_MC63_RDBFL1 0xF0064F62          MC 63 Read Data and Bit Flip Register 1
MTU_MC63_RDBFL2 0xF0064F64          MC 63 Read Data and Bit Flip Register 2
MTU_MC63_RDBFL3 0xF0064F66          MC 63 Read Data and Bit Flip Register 3
MTU_MC63_RDBFL4 0xF0064F68          MC 63 Read Data and Bit Flip Register 4
MTU_MC63_RDBFL5 0xF0064F6A          MC 63 Read Data and Bit Flip Register 5
MTU_MC63_RDBFL6 0xF0064F6C          MC 63 Read Data and Bit Flip Register 6
MTU_MC63_RDBFL7 0xF0064F6E          MC 63 Read Data and Bit Flip Register 7
MTU_MC63_RDBFL8 0xF0064F70          MC 63 Read Data and Bit Flip Register 8
MTU_MC63_RDBFL9 0xF0064F72          MC 63 Read Data and Bit Flip Register 9
MTU_MC63_RDBFL10 0xF0064F74          MC 63 Read Data and Bit Flip Register 10
MTU_MC63_RDBFL11 0xF0064F76          MC 63 Read Data and Bit Flip Register 11
MTU_MC63_RDBFL12 0xF0064F78          MC 63 Read Data and Bit Flip Register 12
MTU_MC63_RDBFL13 0xF0064F7A          MC 63 Read Data and Bit Flip Register 13
MTU_MC63_RDBFL14 0xF0064F7C          MC 63 Read Data and Bit Flip Register 14
MTU_MC63_RDBFL15 0xF0064F7E          MC 63 Read Data and Bit Flip Register 15
MTU_MC63_RDBFL16 0xF0064F80          MC 63 Read Data and Bit Flip Register 16
MTU_MC63_RDBFL17 0xF0064F82          MC 63 Read Data and Bit Flip Register 17
MTU_MC63_RDBFL18 0xF0064F84          MC 63 Read Data and Bit Flip Register 18
MTU_MC63_RDBFL19 0xF0064F86          MC 63 Read Data and Bit Flip Register 19
MTU_MC63_RDBFL20 0xF0064F88          MC 63 Read Data and Bit Flip Register 20
MTU_MC63_RDBFL21 0xF0064F8A          MC 63 Read Data and Bit Flip Register 21
MTU_MC63_RDBFL22 0xF0064F8C          MC 63 Read Data and Bit Flip Register 22
MTU_MC63_RDBFL23 0xF0064F8E          MC 63 Read Data and Bit Flip Register 23
MTU_MC63_RDBFL24 0xF0064F90          MC 63 Read Data and Bit Flip Register 24
MTU_MC63_RDBFL25 0xF0064F92          MC 63 Read Data and Bit Flip Register 25
MTU_MC63_RDBFL26 0xF0064F94          MC 63 Read Data and Bit Flip Register 26
MTU_MC63_RDBFL27 0xF0064F96          MC 63 Read Data and Bit Flip Register 27
MTU_MC63_RDBFL28 0xF0064F98          MC 63 Read Data and Bit Flip Register 28
MTU_MC63_RDBFL29 0xF0064F9A          MC 63 Read Data and Bit Flip Register 29
MTU_MC63_RDBFL30 0xF0064F9C          MC 63 Read Data and Bit Flip Register 30
MTU_MC63_RDBFL31 0xF0064F9E          MC 63 Read Data and Bit Flip Register 31
MTU_MC63_RDBFL32 0xF0064FA0          MC 63 Read Data and Bit Flip Register 32
MTU_MC63_RDBFL33 0xF0064FA2          MC 63 Read Data and Bit Flip Register 33
MTU_MC63_RDBFL34 0xF0064FA4          MC 63 Read Data and Bit Flip Register 34
MTU_MC63_RDBFL35 0xF0064FA6          MC 63 Read Data and Bit Flip Register 35
MTU_MC63_RDBFL36 0xF0064FA8          MC 63 Read Data and Bit Flip Register 36
MTU_MC63_RDBFL37 0xF0064FAA          MC 63 Read Data and Bit Flip Register 37
MTU_MC63_RDBFL38 0xF0064FAC          MC 63 Read Data and Bit Flip Register 38
MTU_MC63_RDBFL39 0xF0064FAE          MC 63 Read Data and Bit Flip Register 39
MTU_MC63_RDBFL40 0xF0064FB0          MC 63 Read Data and Bit Flip Register 40
MTU_MC63_RDBFL41 0xF0064FB2          MC 63 Read Data and Bit Flip Register 41
MTU_MC63_RDBFL42 0xF0064FB4          MC 63 Read Data and Bit Flip Register 42
MTU_MC63_RDBFL43 0xF0064FB6          MC 63 Read Data and Bit Flip Register 43
MTU_MC63_RDBFL44 0xF0064FB8          MC 63 Read Data and Bit Flip Register 44
MTU_MC63_RDBFL45 0xF0064FBA          MC 63 Read Data and Bit Flip Register 45
MTU_MC63_RDBFL46 0xF0064FBC          MC 63 Read Data and Bit Flip Register 46
MTU_MC63_RDBFL47 0xF0064FBE          MC 63 Read Data and Bit Flip Register 47
MTU_MC63_RDBFL48 0xF0064FC0          MC 63 Read Data and Bit Flip Register 48
MTU_MC63_RDBFL49 0xF0064FC2          MC 63 Read Data and Bit Flip Register 49
MTU_MC63_RDBFL50 0xF0064FC4          MC 63 Read Data and Bit Flip Register 50
MTU_MC63_RDBFL51 0xF0064FC6          MC 63 Read Data and Bit Flip Register 51
MTU_MC63_RDBFL52 0xF0064FC8          MC 63 Read Data and Bit Flip Register 52
MTU_MC63_RDBFL53 0xF0064FCA          MC 63 Read Data and Bit Flip Register 53
MTU_MC63_RDBFL54 0xF0064FCC          MC 63 Read Data and Bit Flip Register 54
MTU_MC63_RDBFL55 0xF0064FCE          MC 63 Read Data and Bit Flip Register 55
MTU_MC63_RDBFL56 0xF0064FD0          MC 63 Read Data and Bit Flip Register 56
MTU_MC63_RDBFL57 0xF0064FD2          MC 63 Read Data and Bit Flip Register 57
MTU_MC63_RDBFL58 0xF0064FD4          MC 63 Read Data and Bit Flip Register 58
MTU_MC63_RDBFL59 0xF0064FD6          MC 63 Read Data and Bit Flip Register 59
MTU_MC63_RDBFL60 0xF0064FD8          MC 63 Read Data and Bit Flip Register 60
MTU_MC63_RDBFL61 0xF0064FDA          MC 63 Read Data and Bit Flip Register 61
MTU_MC63_RDBFL62 0xF0064FDC          MC 63 Read Data and Bit Flip Register 62
MTU_MC63_RDBFL63 0xF0064FDE          MC 63 Read Data and Bit Flip Register 63
MTU_MC63_RDBFL64 0xF0064FE0          MC 63 Read Data and Bit Flip Register 64
MTU_MC63_RDBFL65 0xF0064FE2          MC 63 Read Data and Bit Flip Register 65
MTU_MC63_RDBFL66 0xF0064FE4          MC 63 Read Data and Bit Flip Register 66
MTU_MC63_ALMSRCS 0xF0064FEE          MC 63 Alarm Sources Configuration Register
MTU_MC63_FAULTSTS 0xF0064FF0          MC 63 SSH Safety Faults Status Register
MTU_MC63_ERRINFO0 0xF0064FF2          MC 63 Error Information Register 0
MTU_MC63_ERRINFO1 0xF0064FF4          MC 63 Error Information Register 1
MTU_MC63_ERRINFO2 0xF0064FF6          MC 63 Error Information Register 2
MTU_MC63_ERRINFO3 0xF0064FF8          MC 63 Error Information Register 3
MTU_MC63_ERRINFO4 0xF0064FFA          MC 63 Error Information Register 4
MTU_MC64_CONFIG0 0xF0065000          MC 64 Configuration Register 0
MTU_MC64_CONFIG1 0xF0065002          MC 64 Configuration Register 1
MTU_MC64_MCONTROL 0xF0065004          MC 64 MBIST Control Register
MTU_MC64_MSTATUS 0xF0065006          MC 64 Status Register
MTU_MC64_RANGE  0xF0065008          MC 64 Range Register, single address mode
MTU_MC64_REVID  0xF006500C          MC 64 Revision ID Register
MTU_MC64_ECCS   0xF006500E          MC 64 ECC Safety Register
MTU_MC64_ECCD   0xF0065010          MC 64 Memory ECC Detection Register
MTU_MC64_ETRR0  0xF0065012          MC 64 Error Tracking Register 0
MTU_MC64_ETRR1  0xF0065014          MC 64 Error Tracking Register 1
MTU_MC64_ETRR2  0xF0065016          MC 64 Error Tracking Register 2
MTU_MC64_ETRR3  0xF0065018          MC 64 Error Tracking Register 3
MTU_MC64_ETRR4  0xF006501A          MC 64 Error Tracking Register 4
MTU_MC64_RDBFL0 0xF0065060          MC 64 Read Data and Bit Flip Register 0
MTU_MC64_RDBFL1 0xF0065062          MC 64 Read Data and Bit Flip Register 1
MTU_MC64_RDBFL2 0xF0065064          MC 64 Read Data and Bit Flip Register 2
MTU_MC64_RDBFL3 0xF0065066          MC 64 Read Data and Bit Flip Register 3
MTU_MC64_RDBFL4 0xF0065068          MC 64 Read Data and Bit Flip Register 4
MTU_MC64_RDBFL5 0xF006506A          MC 64 Read Data and Bit Flip Register 5
MTU_MC64_RDBFL6 0xF006506C          MC 64 Read Data and Bit Flip Register 6
MTU_MC64_RDBFL7 0xF006506E          MC 64 Read Data and Bit Flip Register 7
MTU_MC64_RDBFL8 0xF0065070          MC 64 Read Data and Bit Flip Register 8
MTU_MC64_RDBFL9 0xF0065072          MC 64 Read Data and Bit Flip Register 9
MTU_MC64_RDBFL10 0xF0065074          MC 64 Read Data and Bit Flip Register 10
MTU_MC64_RDBFL11 0xF0065076          MC 64 Read Data and Bit Flip Register 11
MTU_MC64_RDBFL12 0xF0065078          MC 64 Read Data and Bit Flip Register 12
MTU_MC64_RDBFL13 0xF006507A          MC 64 Read Data and Bit Flip Register 13
MTU_MC64_RDBFL14 0xF006507C          MC 64 Read Data and Bit Flip Register 14
MTU_MC64_RDBFL15 0xF006507E          MC 64 Read Data and Bit Flip Register 15
MTU_MC64_RDBFL16 0xF0065080          MC 64 Read Data and Bit Flip Register 16
MTU_MC64_RDBFL17 0xF0065082          MC 64 Read Data and Bit Flip Register 17
MTU_MC64_RDBFL18 0xF0065084          MC 64 Read Data and Bit Flip Register 18
MTU_MC64_RDBFL19 0xF0065086          MC 64 Read Data and Bit Flip Register 19
MTU_MC64_RDBFL20 0xF0065088          MC 64 Read Data and Bit Flip Register 20
MTU_MC64_RDBFL21 0xF006508A          MC 64 Read Data and Bit Flip Register 21
MTU_MC64_RDBFL22 0xF006508C          MC 64 Read Data and Bit Flip Register 22
MTU_MC64_RDBFL23 0xF006508E          MC 64 Read Data and Bit Flip Register 23
MTU_MC64_RDBFL24 0xF0065090          MC 64 Read Data and Bit Flip Register 24
MTU_MC64_RDBFL25 0xF0065092          MC 64 Read Data and Bit Flip Register 25
MTU_MC64_RDBFL26 0xF0065094          MC 64 Read Data and Bit Flip Register 26
MTU_MC64_RDBFL27 0xF0065096          MC 64 Read Data and Bit Flip Register 27
MTU_MC64_RDBFL28 0xF0065098          MC 64 Read Data and Bit Flip Register 28
MTU_MC64_RDBFL29 0xF006509A          MC 64 Read Data and Bit Flip Register 29
MTU_MC64_RDBFL30 0xF006509C          MC 64 Read Data and Bit Flip Register 30
MTU_MC64_RDBFL31 0xF006509E          MC 64 Read Data and Bit Flip Register 31
MTU_MC64_RDBFL32 0xF00650A0          MC 64 Read Data and Bit Flip Register 32
MTU_MC64_RDBFL33 0xF00650A2          MC 64 Read Data and Bit Flip Register 33
MTU_MC64_RDBFL34 0xF00650A4          MC 64 Read Data and Bit Flip Register 34
MTU_MC64_RDBFL35 0xF00650A6          MC 64 Read Data and Bit Flip Register 35
MTU_MC64_RDBFL36 0xF00650A8          MC 64 Read Data and Bit Flip Register 36
MTU_MC64_RDBFL37 0xF00650AA          MC 64 Read Data and Bit Flip Register 37
MTU_MC64_RDBFL38 0xF00650AC          MC 64 Read Data and Bit Flip Register 38
MTU_MC64_RDBFL39 0xF00650AE          MC 64 Read Data and Bit Flip Register 39
MTU_MC64_RDBFL40 0xF00650B0          MC 64 Read Data and Bit Flip Register 40
MTU_MC64_RDBFL41 0xF00650B2          MC 64 Read Data and Bit Flip Register 41
MTU_MC64_RDBFL42 0xF00650B4          MC 64 Read Data and Bit Flip Register 42
MTU_MC64_RDBFL43 0xF00650B6          MC 64 Read Data and Bit Flip Register 43
MTU_MC64_RDBFL44 0xF00650B8          MC 64 Read Data and Bit Flip Register 44
MTU_MC64_RDBFL45 0xF00650BA          MC 64 Read Data and Bit Flip Register 45
MTU_MC64_RDBFL46 0xF00650BC          MC 64 Read Data and Bit Flip Register 46
MTU_MC64_RDBFL47 0xF00650BE          MC 64 Read Data and Bit Flip Register 47
MTU_MC64_RDBFL48 0xF00650C0          MC 64 Read Data and Bit Flip Register 48
MTU_MC64_RDBFL49 0xF00650C2          MC 64 Read Data and Bit Flip Register 49
MTU_MC64_RDBFL50 0xF00650C4          MC 64 Read Data and Bit Flip Register 50
MTU_MC64_RDBFL51 0xF00650C6          MC 64 Read Data and Bit Flip Register 51
MTU_MC64_RDBFL52 0xF00650C8          MC 64 Read Data and Bit Flip Register 52
MTU_MC64_RDBFL53 0xF00650CA          MC 64 Read Data and Bit Flip Register 53
MTU_MC64_RDBFL54 0xF00650CC          MC 64 Read Data and Bit Flip Register 54
MTU_MC64_RDBFL55 0xF00650CE          MC 64 Read Data and Bit Flip Register 55
MTU_MC64_RDBFL56 0xF00650D0          MC 64 Read Data and Bit Flip Register 56
MTU_MC64_RDBFL57 0xF00650D2          MC 64 Read Data and Bit Flip Register 57
MTU_MC64_RDBFL58 0xF00650D4          MC 64 Read Data and Bit Flip Register 58
MTU_MC64_RDBFL59 0xF00650D6          MC 64 Read Data and Bit Flip Register 59
MTU_MC64_RDBFL60 0xF00650D8          MC 64 Read Data and Bit Flip Register 60
MTU_MC64_RDBFL61 0xF00650DA          MC 64 Read Data and Bit Flip Register 61
MTU_MC64_RDBFL62 0xF00650DC          MC 64 Read Data and Bit Flip Register 62
MTU_MC64_RDBFL63 0xF00650DE          MC 64 Read Data and Bit Flip Register 63
MTU_MC64_RDBFL64 0xF00650E0          MC 64 Read Data and Bit Flip Register 64
MTU_MC64_RDBFL65 0xF00650E2          MC 64 Read Data and Bit Flip Register 65
MTU_MC64_RDBFL66 0xF00650E4          MC 64 Read Data and Bit Flip Register 66
MTU_MC64_ALMSRCS 0xF00650EE          MC 64 Alarm Sources Configuration Register
MTU_MC64_FAULTSTS 0xF00650F0          MC 64 SSH Safety Faults Status Register
MTU_MC64_ERRINFO0 0xF00650F2          MC 64 Error Information Register 0
MTU_MC64_ERRINFO1 0xF00650F4          MC 64 Error Information Register 1
MTU_MC64_ERRINFO2 0xF00650F6          MC 64 Error Information Register 2
MTU_MC64_ERRINFO3 0xF00650F8          MC 64 Error Information Register 3
MTU_MC64_ERRINFO4 0xF00650FA          MC 64 Error Information Register 4
MTU_MC65_CONFIG0 0xF0065100          MC 65 Configuration Register 0
MTU_MC65_CONFIG1 0xF0065102          MC 65 Configuration Register 1
MTU_MC65_MCONTROL 0xF0065104          MC 65 MBIST Control Register
MTU_MC65_MSTATUS 0xF0065106          MC 65 Status Register
MTU_MC65_RANGE  0xF0065108          MC 65 Range Register, single address mode
MTU_MC65_REVID  0xF006510C          MC 65 Revision ID Register
MTU_MC65_ECCS   0xF006510E          MC 65 ECC Safety Register
MTU_MC65_ECCD   0xF0065110          MC 65 Memory ECC Detection Register
MTU_MC65_ETRR0  0xF0065112          MC 65 Error Tracking Register 0
MTU_MC65_ETRR1  0xF0065114          MC 65 Error Tracking Register 1
MTU_MC65_ETRR2  0xF0065116          MC 65 Error Tracking Register 2
MTU_MC65_ETRR3  0xF0065118          MC 65 Error Tracking Register 3
MTU_MC65_ETRR4  0xF006511A          MC 65 Error Tracking Register 4
MTU_MC65_RDBFL0 0xF0065160          MC 65 Read Data and Bit Flip Register 0
MTU_MC65_RDBFL1 0xF0065162          MC 65 Read Data and Bit Flip Register 1
MTU_MC65_RDBFL2 0xF0065164          MC 65 Read Data and Bit Flip Register 2
MTU_MC65_RDBFL3 0xF0065166          MC 65 Read Data and Bit Flip Register 3
MTU_MC65_RDBFL4 0xF0065168          MC 65 Read Data and Bit Flip Register 4
MTU_MC65_RDBFL5 0xF006516A          MC 65 Read Data and Bit Flip Register 5
MTU_MC65_RDBFL6 0xF006516C          MC 65 Read Data and Bit Flip Register 6
MTU_MC65_RDBFL7 0xF006516E          MC 65 Read Data and Bit Flip Register 7
MTU_MC65_RDBFL8 0xF0065170          MC 65 Read Data and Bit Flip Register 8
MTU_MC65_RDBFL9 0xF0065172          MC 65 Read Data and Bit Flip Register 9
MTU_MC65_RDBFL10 0xF0065174          MC 65 Read Data and Bit Flip Register 10
MTU_MC65_RDBFL11 0xF0065176          MC 65 Read Data and Bit Flip Register 11
MTU_MC65_RDBFL12 0xF0065178          MC 65 Read Data and Bit Flip Register 12
MTU_MC65_RDBFL13 0xF006517A          MC 65 Read Data and Bit Flip Register 13
MTU_MC65_RDBFL14 0xF006517C          MC 65 Read Data and Bit Flip Register 14
MTU_MC65_RDBFL15 0xF006517E          MC 65 Read Data and Bit Flip Register 15
MTU_MC65_RDBFL16 0xF0065180          MC 65 Read Data and Bit Flip Register 16
MTU_MC65_RDBFL17 0xF0065182          MC 65 Read Data and Bit Flip Register 17
MTU_MC65_RDBFL18 0xF0065184          MC 65 Read Data and Bit Flip Register 18
MTU_MC65_RDBFL19 0xF0065186          MC 65 Read Data and Bit Flip Register 19
MTU_MC65_RDBFL20 0xF0065188          MC 65 Read Data and Bit Flip Register 20
MTU_MC65_RDBFL21 0xF006518A          MC 65 Read Data and Bit Flip Register 21
MTU_MC65_RDBFL22 0xF006518C          MC 65 Read Data and Bit Flip Register 22
MTU_MC65_RDBFL23 0xF006518E          MC 65 Read Data and Bit Flip Register 23
MTU_MC65_RDBFL24 0xF0065190          MC 65 Read Data and Bit Flip Register 24
MTU_MC65_RDBFL25 0xF0065192          MC 65 Read Data and Bit Flip Register 25
MTU_MC65_RDBFL26 0xF0065194          MC 65 Read Data and Bit Flip Register 26
MTU_MC65_RDBFL27 0xF0065196          MC 65 Read Data and Bit Flip Register 27
MTU_MC65_RDBFL28 0xF0065198          MC 65 Read Data and Bit Flip Register 28
MTU_MC65_RDBFL29 0xF006519A          MC 65 Read Data and Bit Flip Register 29
MTU_MC65_RDBFL30 0xF006519C          MC 65 Read Data and Bit Flip Register 30
MTU_MC65_RDBFL31 0xF006519E          MC 65 Read Data and Bit Flip Register 31
MTU_MC65_RDBFL32 0xF00651A0          MC 65 Read Data and Bit Flip Register 32
MTU_MC65_RDBFL33 0xF00651A2          MC 65 Read Data and Bit Flip Register 33
MTU_MC65_RDBFL34 0xF00651A4          MC 65 Read Data and Bit Flip Register 34
MTU_MC65_RDBFL35 0xF00651A6          MC 65 Read Data and Bit Flip Register 35
MTU_MC65_RDBFL36 0xF00651A8          MC 65 Read Data and Bit Flip Register 36
MTU_MC65_RDBFL37 0xF00651AA          MC 65 Read Data and Bit Flip Register 37
MTU_MC65_RDBFL38 0xF00651AC          MC 65 Read Data and Bit Flip Register 38
MTU_MC65_RDBFL39 0xF00651AE          MC 65 Read Data and Bit Flip Register 39
MTU_MC65_RDBFL40 0xF00651B0          MC 65 Read Data and Bit Flip Register 40
MTU_MC65_RDBFL41 0xF00651B2          MC 65 Read Data and Bit Flip Register 41
MTU_MC65_RDBFL42 0xF00651B4          MC 65 Read Data and Bit Flip Register 42
MTU_MC65_RDBFL43 0xF00651B6          MC 65 Read Data and Bit Flip Register 43
MTU_MC65_RDBFL44 0xF00651B8          MC 65 Read Data and Bit Flip Register 44
MTU_MC65_RDBFL45 0xF00651BA          MC 65 Read Data and Bit Flip Register 45
MTU_MC65_RDBFL46 0xF00651BC          MC 65 Read Data and Bit Flip Register 46
MTU_MC65_RDBFL47 0xF00651BE          MC 65 Read Data and Bit Flip Register 47
MTU_MC65_RDBFL48 0xF00651C0          MC 65 Read Data and Bit Flip Register 48
MTU_MC65_RDBFL49 0xF00651C2          MC 65 Read Data and Bit Flip Register 49
MTU_MC65_RDBFL50 0xF00651C4          MC 65 Read Data and Bit Flip Register 50
MTU_MC65_RDBFL51 0xF00651C6          MC 65 Read Data and Bit Flip Register 51
MTU_MC65_RDBFL52 0xF00651C8          MC 65 Read Data and Bit Flip Register 52
MTU_MC65_RDBFL53 0xF00651CA          MC 65 Read Data and Bit Flip Register 53
MTU_MC65_RDBFL54 0xF00651CC          MC 65 Read Data and Bit Flip Register 54
MTU_MC65_RDBFL55 0xF00651CE          MC 65 Read Data and Bit Flip Register 55
MTU_MC65_RDBFL56 0xF00651D0          MC 65 Read Data and Bit Flip Register 56
MTU_MC65_RDBFL57 0xF00651D2          MC 65 Read Data and Bit Flip Register 57
MTU_MC65_RDBFL58 0xF00651D4          MC 65 Read Data and Bit Flip Register 58
MTU_MC65_RDBFL59 0xF00651D6          MC 65 Read Data and Bit Flip Register 59
MTU_MC65_RDBFL60 0xF00651D8          MC 65 Read Data and Bit Flip Register 60
MTU_MC65_RDBFL61 0xF00651DA          MC 65 Read Data and Bit Flip Register 61
MTU_MC65_RDBFL62 0xF00651DC          MC 65 Read Data and Bit Flip Register 62
MTU_MC65_RDBFL63 0xF00651DE          MC 65 Read Data and Bit Flip Register 63
MTU_MC65_RDBFL64 0xF00651E0          MC 65 Read Data and Bit Flip Register 64
MTU_MC65_RDBFL65 0xF00651E2          MC 65 Read Data and Bit Flip Register 65
MTU_MC65_RDBFL66 0xF00651E4          MC 65 Read Data and Bit Flip Register 66
MTU_MC65_ALMSRCS 0xF00651EE          MC 65 Alarm Sources Configuration Register
MTU_MC65_FAULTSTS 0xF00651F0          MC 65 SSH Safety Faults Status Register
MTU_MC65_ERRINFO0 0xF00651F2          MC 65 Error Information Register 0
MTU_MC65_ERRINFO1 0xF00651F4          MC 65 Error Information Register 1
MTU_MC65_ERRINFO2 0xF00651F6          MC 65 Error Information Register 2
MTU_MC65_ERRINFO3 0xF00651F8          MC 65 Error Information Register 3
MTU_MC65_ERRINFO4 0xF00651FA          MC 65 Error Information Register 4
MTU_MC66_CONFIG0 0xF0065200          MC 66 Configuration Register 0
MTU_MC66_CONFIG1 0xF0065202          MC 66 Configuration Register 1
MTU_MC66_MCONTROL 0xF0065204          MC 66 MBIST Control Register
MTU_MC66_MSTATUS 0xF0065206          MC 66 Status Register
MTU_MC66_RANGE  0xF0065208          MC 66 Range Register, single address mode
MTU_MC66_REVID  0xF006520C          MC 66 Revision ID Register
MTU_MC66_ECCS   0xF006520E          MC 66 ECC Safety Register
MTU_MC66_ECCD   0xF0065210          MC 66 Memory ECC Detection Register
MTU_MC66_ETRR0  0xF0065212          MC 66 Error Tracking Register 0
MTU_MC66_ETRR1  0xF0065214          MC 66 Error Tracking Register 1
MTU_MC66_ETRR2  0xF0065216          MC 66 Error Tracking Register 2
MTU_MC66_ETRR3  0xF0065218          MC 66 Error Tracking Register 3
MTU_MC66_ETRR4  0xF006521A          MC 66 Error Tracking Register 4
MTU_MC66_RDBFL0 0xF0065260          MC 66 Read Data and Bit Flip Register 0
MTU_MC66_RDBFL1 0xF0065262          MC 66 Read Data and Bit Flip Register 1
MTU_MC66_RDBFL2 0xF0065264          MC 66 Read Data and Bit Flip Register 2
MTU_MC66_RDBFL3 0xF0065266          MC 66 Read Data and Bit Flip Register 3
MTU_MC66_RDBFL4 0xF0065268          MC 66 Read Data and Bit Flip Register 4
MTU_MC66_RDBFL5 0xF006526A          MC 66 Read Data and Bit Flip Register 5
MTU_MC66_RDBFL6 0xF006526C          MC 66 Read Data and Bit Flip Register 6
MTU_MC66_RDBFL7 0xF006526E          MC 66 Read Data and Bit Flip Register 7
MTU_MC66_RDBFL8 0xF0065270          MC 66 Read Data and Bit Flip Register 8
MTU_MC66_RDBFL9 0xF0065272          MC 66 Read Data and Bit Flip Register 9
MTU_MC66_RDBFL10 0xF0065274          MC 66 Read Data and Bit Flip Register 10
MTU_MC66_RDBFL11 0xF0065276          MC 66 Read Data and Bit Flip Register 11
MTU_MC66_RDBFL12 0xF0065278          MC 66 Read Data and Bit Flip Register 12
MTU_MC66_RDBFL13 0xF006527A          MC 66 Read Data and Bit Flip Register 13
MTU_MC66_RDBFL14 0xF006527C          MC 66 Read Data and Bit Flip Register 14
MTU_MC66_RDBFL15 0xF006527E          MC 66 Read Data and Bit Flip Register 15
MTU_MC66_RDBFL16 0xF0065280          MC 66 Read Data and Bit Flip Register 16
MTU_MC66_RDBFL17 0xF0065282          MC 66 Read Data and Bit Flip Register 17
MTU_MC66_RDBFL18 0xF0065284          MC 66 Read Data and Bit Flip Register 18
MTU_MC66_RDBFL19 0xF0065286          MC 66 Read Data and Bit Flip Register 19
MTU_MC66_RDBFL20 0xF0065288          MC 66 Read Data and Bit Flip Register 20
MTU_MC66_RDBFL21 0xF006528A          MC 66 Read Data and Bit Flip Register 21
MTU_MC66_RDBFL22 0xF006528C          MC 66 Read Data and Bit Flip Register 22
MTU_MC66_RDBFL23 0xF006528E          MC 66 Read Data and Bit Flip Register 23
MTU_MC66_RDBFL24 0xF0065290          MC 66 Read Data and Bit Flip Register 24
MTU_MC66_RDBFL25 0xF0065292          MC 66 Read Data and Bit Flip Register 25
MTU_MC66_RDBFL26 0xF0065294          MC 66 Read Data and Bit Flip Register 26
MTU_MC66_RDBFL27 0xF0065296          MC 66 Read Data and Bit Flip Register 27
MTU_MC66_RDBFL28 0xF0065298          MC 66 Read Data and Bit Flip Register 28
MTU_MC66_RDBFL29 0xF006529A          MC 66 Read Data and Bit Flip Register 29
MTU_MC66_RDBFL30 0xF006529C          MC 66 Read Data and Bit Flip Register 30
MTU_MC66_RDBFL31 0xF006529E          MC 66 Read Data and Bit Flip Register 31
MTU_MC66_RDBFL32 0xF00652A0          MC 66 Read Data and Bit Flip Register 32
MTU_MC66_RDBFL33 0xF00652A2          MC 66 Read Data and Bit Flip Register 33
MTU_MC66_RDBFL34 0xF00652A4          MC 66 Read Data and Bit Flip Register 34
MTU_MC66_RDBFL35 0xF00652A6          MC 66 Read Data and Bit Flip Register 35
MTU_MC66_RDBFL36 0xF00652A8          MC 66 Read Data and Bit Flip Register 36
MTU_MC66_RDBFL37 0xF00652AA          MC 66 Read Data and Bit Flip Register 37
MTU_MC66_RDBFL38 0xF00652AC          MC 66 Read Data and Bit Flip Register 38
MTU_MC66_RDBFL39 0xF00652AE          MC 66 Read Data and Bit Flip Register 39
MTU_MC66_RDBFL40 0xF00652B0          MC 66 Read Data and Bit Flip Register 40
MTU_MC66_RDBFL41 0xF00652B2          MC 66 Read Data and Bit Flip Register 41
MTU_MC66_RDBFL42 0xF00652B4          MC 66 Read Data and Bit Flip Register 42
MTU_MC66_RDBFL43 0xF00652B6          MC 66 Read Data and Bit Flip Register 43
MTU_MC66_RDBFL44 0xF00652B8          MC 66 Read Data and Bit Flip Register 44
MTU_MC66_RDBFL45 0xF00652BA          MC 66 Read Data and Bit Flip Register 45
MTU_MC66_RDBFL46 0xF00652BC          MC 66 Read Data and Bit Flip Register 46
MTU_MC66_RDBFL47 0xF00652BE          MC 66 Read Data and Bit Flip Register 47
MTU_MC66_RDBFL48 0xF00652C0          MC 66 Read Data and Bit Flip Register 48
MTU_MC66_RDBFL49 0xF00652C2          MC 66 Read Data and Bit Flip Register 49
MTU_MC66_RDBFL50 0xF00652C4          MC 66 Read Data and Bit Flip Register 50
MTU_MC66_RDBFL51 0xF00652C6          MC 66 Read Data and Bit Flip Register 51
MTU_MC66_RDBFL52 0xF00652C8          MC 66 Read Data and Bit Flip Register 52
MTU_MC66_RDBFL53 0xF00652CA          MC 66 Read Data and Bit Flip Register 53
MTU_MC66_RDBFL54 0xF00652CC          MC 66 Read Data and Bit Flip Register 54
MTU_MC66_RDBFL55 0xF00652CE          MC 66 Read Data and Bit Flip Register 55
MTU_MC66_RDBFL56 0xF00652D0          MC 66 Read Data and Bit Flip Register 56
MTU_MC66_RDBFL57 0xF00652D2          MC 66 Read Data and Bit Flip Register 57
MTU_MC66_RDBFL58 0xF00652D4          MC 66 Read Data and Bit Flip Register 58
MTU_MC66_RDBFL59 0xF00652D6          MC 66 Read Data and Bit Flip Register 59
MTU_MC66_RDBFL60 0xF00652D8          MC 66 Read Data and Bit Flip Register 60
MTU_MC66_RDBFL61 0xF00652DA          MC 66 Read Data and Bit Flip Register 61
MTU_MC66_RDBFL62 0xF00652DC          MC 66 Read Data and Bit Flip Register 62
MTU_MC66_RDBFL63 0xF00652DE          MC 66 Read Data and Bit Flip Register 63
MTU_MC66_RDBFL64 0xF00652E0          MC 66 Read Data and Bit Flip Register 64
MTU_MC66_RDBFL65 0xF00652E2          MC 66 Read Data and Bit Flip Register 65
MTU_MC66_RDBFL66 0xF00652E4          MC 66 Read Data and Bit Flip Register 66
MTU_MC66_ALMSRCS 0xF00652EE          MC 66 Alarm Sources Configuration Register
MTU_MC66_FAULTSTS 0xF00652F0          MC 66 SSH Safety Faults Status Register
MTU_MC66_ERRINFO0 0xF00652F2          MC 66 Error Information Register 0
MTU_MC66_ERRINFO1 0xF00652F4          MC 66 Error Information Register 1
MTU_MC66_ERRINFO2 0xF00652F6          MC 66 Error Information Register 2
MTU_MC66_ERRINFO3 0xF00652F8          MC 66 Error Information Register 3
MTU_MC66_ERRINFO4 0xF00652FA          MC 66 Error Information Register 4
MTU_MC67_CONFIG0 0xF0065300          MC 67 Configuration Register 0
MTU_MC67_CONFIG1 0xF0065302          MC 67 Configuration Register 1
MTU_MC67_MCONTROL 0xF0065304          MC 67 MBIST Control Register
MTU_MC67_MSTATUS 0xF0065306          MC 67 Status Register
MTU_MC67_RANGE  0xF0065308          MC 67 Range Register, single address mode
MTU_MC67_REVID  0xF006530C          MC 67 Revision ID Register
MTU_MC67_ECCS   0xF006530E          MC 67 ECC Safety Register
MTU_MC67_ECCD   0xF0065310          MC 67 Memory ECC Detection Register
MTU_MC67_ETRR0  0xF0065312          MC 67 Error Tracking Register 0
MTU_MC67_ETRR1  0xF0065314          MC 67 Error Tracking Register 1
MTU_MC67_ETRR2  0xF0065316          MC 67 Error Tracking Register 2
MTU_MC67_ETRR3  0xF0065318          MC 67 Error Tracking Register 3
MTU_MC67_ETRR4  0xF006531A          MC 67 Error Tracking Register 4
MTU_MC67_RDBFL0 0xF0065360          MC 67 Read Data and Bit Flip Register 0
MTU_MC67_RDBFL1 0xF0065362          MC 67 Read Data and Bit Flip Register 1
MTU_MC67_RDBFL2 0xF0065364          MC 67 Read Data and Bit Flip Register 2
MTU_MC67_RDBFL3 0xF0065366          MC 67 Read Data and Bit Flip Register 3
MTU_MC67_RDBFL4 0xF0065368          MC 67 Read Data and Bit Flip Register 4
MTU_MC67_RDBFL5 0xF006536A          MC 67 Read Data and Bit Flip Register 5
MTU_MC67_RDBFL6 0xF006536C          MC 67 Read Data and Bit Flip Register 6
MTU_MC67_RDBFL7 0xF006536E          MC 67 Read Data and Bit Flip Register 7
MTU_MC67_RDBFL8 0xF0065370          MC 67 Read Data and Bit Flip Register 8
MTU_MC67_RDBFL9 0xF0065372          MC 67 Read Data and Bit Flip Register 9
MTU_MC67_RDBFL10 0xF0065374          MC 67 Read Data and Bit Flip Register 10
MTU_MC67_RDBFL11 0xF0065376          MC 67 Read Data and Bit Flip Register 11
MTU_MC67_RDBFL12 0xF0065378          MC 67 Read Data and Bit Flip Register 12
MTU_MC67_RDBFL13 0xF006537A          MC 67 Read Data and Bit Flip Register 13
MTU_MC67_RDBFL14 0xF006537C          MC 67 Read Data and Bit Flip Register 14
MTU_MC67_RDBFL15 0xF006537E          MC 67 Read Data and Bit Flip Register 15
MTU_MC67_RDBFL16 0xF0065380          MC 67 Read Data and Bit Flip Register 16
MTU_MC67_RDBFL17 0xF0065382          MC 67 Read Data and Bit Flip Register 17
MTU_MC67_RDBFL18 0xF0065384          MC 67 Read Data and Bit Flip Register 18
MTU_MC67_RDBFL19 0xF0065386          MC 67 Read Data and Bit Flip Register 19
MTU_MC67_RDBFL20 0xF0065388          MC 67 Read Data and Bit Flip Register 20
MTU_MC67_RDBFL21 0xF006538A          MC 67 Read Data and Bit Flip Register 21
MTU_MC67_RDBFL22 0xF006538C          MC 67 Read Data and Bit Flip Register 22
MTU_MC67_RDBFL23 0xF006538E          MC 67 Read Data and Bit Flip Register 23
MTU_MC67_RDBFL24 0xF0065390          MC 67 Read Data and Bit Flip Register 24
MTU_MC67_RDBFL25 0xF0065392          MC 67 Read Data and Bit Flip Register 25
MTU_MC67_RDBFL26 0xF0065394          MC 67 Read Data and Bit Flip Register 26
MTU_MC67_RDBFL27 0xF0065396          MC 67 Read Data and Bit Flip Register 27
MTU_MC67_RDBFL28 0xF0065398          MC 67 Read Data and Bit Flip Register 28
MTU_MC67_RDBFL29 0xF006539A          MC 67 Read Data and Bit Flip Register 29
MTU_MC67_RDBFL30 0xF006539C          MC 67 Read Data and Bit Flip Register 30
MTU_MC67_RDBFL31 0xF006539E          MC 67 Read Data and Bit Flip Register 31
MTU_MC67_RDBFL32 0xF00653A0          MC 67 Read Data and Bit Flip Register 32
MTU_MC67_RDBFL33 0xF00653A2          MC 67 Read Data and Bit Flip Register 33
MTU_MC67_RDBFL34 0xF00653A4          MC 67 Read Data and Bit Flip Register 34
MTU_MC67_RDBFL35 0xF00653A6          MC 67 Read Data and Bit Flip Register 35
MTU_MC67_RDBFL36 0xF00653A8          MC 67 Read Data and Bit Flip Register 36
MTU_MC67_RDBFL37 0xF00653AA          MC 67 Read Data and Bit Flip Register 37
MTU_MC67_RDBFL38 0xF00653AC          MC 67 Read Data and Bit Flip Register 38
MTU_MC67_RDBFL39 0xF00653AE          MC 67 Read Data and Bit Flip Register 39
MTU_MC67_RDBFL40 0xF00653B0          MC 67 Read Data and Bit Flip Register 40
MTU_MC67_RDBFL41 0xF00653B2          MC 67 Read Data and Bit Flip Register 41
MTU_MC67_RDBFL42 0xF00653B4          MC 67 Read Data and Bit Flip Register 42
MTU_MC67_RDBFL43 0xF00653B6          MC 67 Read Data and Bit Flip Register 43
MTU_MC67_RDBFL44 0xF00653B8          MC 67 Read Data and Bit Flip Register 44
MTU_MC67_RDBFL45 0xF00653BA          MC 67 Read Data and Bit Flip Register 45
MTU_MC67_RDBFL46 0xF00653BC          MC 67 Read Data and Bit Flip Register 46
MTU_MC67_RDBFL47 0xF00653BE          MC 67 Read Data and Bit Flip Register 47
MTU_MC67_RDBFL48 0xF00653C0          MC 67 Read Data and Bit Flip Register 48
MTU_MC67_RDBFL49 0xF00653C2          MC 67 Read Data and Bit Flip Register 49
MTU_MC67_RDBFL50 0xF00653C4          MC 67 Read Data and Bit Flip Register 50
MTU_MC67_RDBFL51 0xF00653C6          MC 67 Read Data and Bit Flip Register 51
MTU_MC67_RDBFL52 0xF00653C8          MC 67 Read Data and Bit Flip Register 52
MTU_MC67_RDBFL53 0xF00653CA          MC 67 Read Data and Bit Flip Register 53
MTU_MC67_RDBFL54 0xF00653CC          MC 67 Read Data and Bit Flip Register 54
MTU_MC67_RDBFL55 0xF00653CE          MC 67 Read Data and Bit Flip Register 55
MTU_MC67_RDBFL56 0xF00653D0          MC 67 Read Data and Bit Flip Register 56
MTU_MC67_RDBFL57 0xF00653D2          MC 67 Read Data and Bit Flip Register 57
MTU_MC67_RDBFL58 0xF00653D4          MC 67 Read Data and Bit Flip Register 58
MTU_MC67_RDBFL59 0xF00653D6          MC 67 Read Data and Bit Flip Register 59
MTU_MC67_RDBFL60 0xF00653D8          MC 67 Read Data and Bit Flip Register 60
MTU_MC67_RDBFL61 0xF00653DA          MC 67 Read Data and Bit Flip Register 61
MTU_MC67_RDBFL62 0xF00653DC          MC 67 Read Data and Bit Flip Register 62
MTU_MC67_RDBFL63 0xF00653DE          MC 67 Read Data and Bit Flip Register 63
MTU_MC67_RDBFL64 0xF00653E0          MC 67 Read Data and Bit Flip Register 64
MTU_MC67_RDBFL65 0xF00653E2          MC 67 Read Data and Bit Flip Register 65
MTU_MC67_RDBFL66 0xF00653E4          MC 67 Read Data and Bit Flip Register 66
MTU_MC67_ALMSRCS 0xF00653EE          MC 67 Alarm Sources Configuration Register
MTU_MC67_FAULTSTS 0xF00653F0          MC 67 SSH Safety Faults Status Register
MTU_MC67_ERRINFO0 0xF00653F2          MC 67 Error Information Register 0
MTU_MC67_ERRINFO1 0xF00653F4          MC 67 Error Information Register 1
MTU_MC67_ERRINFO2 0xF00653F6          MC 67 Error Information Register 2
MTU_MC67_ERRINFO3 0xF00653F8          MC 67 Error Information Register 3
MTU_MC67_ERRINFO4 0xF00653FA          MC 67 Error Information Register 4
MTU_MC68_CONFIG0 0xF0065400          MC 68 Configuration Register 0
MTU_MC68_CONFIG1 0xF0065402          MC 68 Configuration Register 1
MTU_MC68_MCONTROL 0xF0065404          MC 68 MBIST Control Register
MTU_MC68_MSTATUS 0xF0065406          MC 68 Status Register
MTU_MC68_RANGE  0xF0065408          MC 68 Range Register, single address mode
MTU_MC68_REVID  0xF006540C          MC 68 Revision ID Register
MTU_MC68_ECCS   0xF006540E          MC 68 ECC Safety Register
MTU_MC68_ECCD   0xF0065410          MC 68 Memory ECC Detection Register
MTU_MC68_ETRR0  0xF0065412          MC 68 Error Tracking Register 0
MTU_MC68_ETRR1  0xF0065414          MC 68 Error Tracking Register 1
MTU_MC68_ETRR2  0xF0065416          MC 68 Error Tracking Register 2
MTU_MC68_ETRR3  0xF0065418          MC 68 Error Tracking Register 3
MTU_MC68_ETRR4  0xF006541A          MC 68 Error Tracking Register 4
MTU_MC68_RDBFL0 0xF0065460          MC 68 Read Data and Bit Flip Register 0
MTU_MC68_RDBFL1 0xF0065462          MC 68 Read Data and Bit Flip Register 1
MTU_MC68_RDBFL2 0xF0065464          MC 68 Read Data and Bit Flip Register 2
MTU_MC68_RDBFL3 0xF0065466          MC 68 Read Data and Bit Flip Register 3
MTU_MC68_RDBFL4 0xF0065468          MC 68 Read Data and Bit Flip Register 4
MTU_MC68_RDBFL5 0xF006546A          MC 68 Read Data and Bit Flip Register 5
MTU_MC68_RDBFL6 0xF006546C          MC 68 Read Data and Bit Flip Register 6
MTU_MC68_RDBFL7 0xF006546E          MC 68 Read Data and Bit Flip Register 7
MTU_MC68_RDBFL8 0xF0065470          MC 68 Read Data and Bit Flip Register 8
MTU_MC68_RDBFL9 0xF0065472          MC 68 Read Data and Bit Flip Register 9
MTU_MC68_RDBFL10 0xF0065474          MC 68 Read Data and Bit Flip Register 10
MTU_MC68_RDBFL11 0xF0065476          MC 68 Read Data and Bit Flip Register 11
MTU_MC68_RDBFL12 0xF0065478          MC 68 Read Data and Bit Flip Register 12
MTU_MC68_RDBFL13 0xF006547A          MC 68 Read Data and Bit Flip Register 13
MTU_MC68_RDBFL14 0xF006547C          MC 68 Read Data and Bit Flip Register 14
MTU_MC68_RDBFL15 0xF006547E          MC 68 Read Data and Bit Flip Register 15
MTU_MC68_RDBFL16 0xF0065480          MC 68 Read Data and Bit Flip Register 16
MTU_MC68_RDBFL17 0xF0065482          MC 68 Read Data and Bit Flip Register 17
MTU_MC68_RDBFL18 0xF0065484          MC 68 Read Data and Bit Flip Register 18
MTU_MC68_RDBFL19 0xF0065486          MC 68 Read Data and Bit Flip Register 19
MTU_MC68_RDBFL20 0xF0065488          MC 68 Read Data and Bit Flip Register 20
MTU_MC68_RDBFL21 0xF006548A          MC 68 Read Data and Bit Flip Register 21
MTU_MC68_RDBFL22 0xF006548C          MC 68 Read Data and Bit Flip Register 22
MTU_MC68_RDBFL23 0xF006548E          MC 68 Read Data and Bit Flip Register 23
MTU_MC68_RDBFL24 0xF0065490          MC 68 Read Data and Bit Flip Register 24
MTU_MC68_RDBFL25 0xF0065492          MC 68 Read Data and Bit Flip Register 25
MTU_MC68_RDBFL26 0xF0065494          MC 68 Read Data and Bit Flip Register 26
MTU_MC68_RDBFL27 0xF0065496          MC 68 Read Data and Bit Flip Register 27
MTU_MC68_RDBFL28 0xF0065498          MC 68 Read Data and Bit Flip Register 28
MTU_MC68_RDBFL29 0xF006549A          MC 68 Read Data and Bit Flip Register 29
MTU_MC68_RDBFL30 0xF006549C          MC 68 Read Data and Bit Flip Register 30
MTU_MC68_RDBFL31 0xF006549E          MC 68 Read Data and Bit Flip Register 31
MTU_MC68_RDBFL32 0xF00654A0          MC 68 Read Data and Bit Flip Register 32
MTU_MC68_RDBFL33 0xF00654A2          MC 68 Read Data and Bit Flip Register 33
MTU_MC68_RDBFL34 0xF00654A4          MC 68 Read Data and Bit Flip Register 34
MTU_MC68_RDBFL35 0xF00654A6          MC 68 Read Data and Bit Flip Register 35
MTU_MC68_RDBFL36 0xF00654A8          MC 68 Read Data and Bit Flip Register 36
MTU_MC68_RDBFL37 0xF00654AA          MC 68 Read Data and Bit Flip Register 37
MTU_MC68_RDBFL38 0xF00654AC          MC 68 Read Data and Bit Flip Register 38
MTU_MC68_RDBFL39 0xF00654AE          MC 68 Read Data and Bit Flip Register 39
MTU_MC68_RDBFL40 0xF00654B0          MC 68 Read Data and Bit Flip Register 40
MTU_MC68_RDBFL41 0xF00654B2          MC 68 Read Data and Bit Flip Register 41
MTU_MC68_RDBFL42 0xF00654B4          MC 68 Read Data and Bit Flip Register 42
MTU_MC68_RDBFL43 0xF00654B6          MC 68 Read Data and Bit Flip Register 43
MTU_MC68_RDBFL44 0xF00654B8          MC 68 Read Data and Bit Flip Register 44
MTU_MC68_RDBFL45 0xF00654BA          MC 68 Read Data and Bit Flip Register 45
MTU_MC68_RDBFL46 0xF00654BC          MC 68 Read Data and Bit Flip Register 46
MTU_MC68_RDBFL47 0xF00654BE          MC 68 Read Data and Bit Flip Register 47
MTU_MC68_RDBFL48 0xF00654C0          MC 68 Read Data and Bit Flip Register 48
MTU_MC68_RDBFL49 0xF00654C2          MC 68 Read Data and Bit Flip Register 49
MTU_MC68_RDBFL50 0xF00654C4          MC 68 Read Data and Bit Flip Register 50
MTU_MC68_RDBFL51 0xF00654C6          MC 68 Read Data and Bit Flip Register 51
MTU_MC68_RDBFL52 0xF00654C8          MC 68 Read Data and Bit Flip Register 52
MTU_MC68_RDBFL53 0xF00654CA          MC 68 Read Data and Bit Flip Register 53
MTU_MC68_RDBFL54 0xF00654CC          MC 68 Read Data and Bit Flip Register 54
MTU_MC68_RDBFL55 0xF00654CE          MC 68 Read Data and Bit Flip Register 55
MTU_MC68_RDBFL56 0xF00654D0          MC 68 Read Data and Bit Flip Register 56
MTU_MC68_RDBFL57 0xF00654D2          MC 68 Read Data and Bit Flip Register 57
MTU_MC68_RDBFL58 0xF00654D4          MC 68 Read Data and Bit Flip Register 58
MTU_MC68_RDBFL59 0xF00654D6          MC 68 Read Data and Bit Flip Register 59
MTU_MC68_RDBFL60 0xF00654D8          MC 68 Read Data and Bit Flip Register 60
MTU_MC68_RDBFL61 0xF00654DA          MC 68 Read Data and Bit Flip Register 61
MTU_MC68_RDBFL62 0xF00654DC          MC 68 Read Data and Bit Flip Register 62
MTU_MC68_RDBFL63 0xF00654DE          MC 68 Read Data and Bit Flip Register 63
MTU_MC68_RDBFL64 0xF00654E0          MC 68 Read Data and Bit Flip Register 64
MTU_MC68_RDBFL65 0xF00654E2          MC 68 Read Data and Bit Flip Register 65
MTU_MC68_RDBFL66 0xF00654E4          MC 68 Read Data and Bit Flip Register 66
MTU_MC68_ALMSRCS 0xF00654EE          MC 68 Alarm Sources Configuration Register
MTU_MC68_FAULTSTS 0xF00654F0          MC 68 SSH Safety Faults Status Register
MTU_MC68_ERRINFO0 0xF00654F2          MC 68 Error Information Register 0
MTU_MC68_ERRINFO1 0xF00654F4          MC 68 Error Information Register 1
MTU_MC68_ERRINFO2 0xF00654F6          MC 68 Error Information Register 2
MTU_MC68_ERRINFO3 0xF00654F8          MC 68 Error Information Register 3
MTU_MC68_ERRINFO4 0xF00654FA          MC 68 Error Information Register 4
MTU_MC69_CONFIG0 0xF0065500          MC 69 Configuration Register 0
MTU_MC69_CONFIG1 0xF0065502          MC 69 Configuration Register 1
MTU_MC69_MCONTROL 0xF0065504          MC 69 MBIST Control Register
MTU_MC69_MSTATUS 0xF0065506          MC 69 Status Register
MTU_MC69_RANGE  0xF0065508          MC 69 Range Register, single address mode
MTU_MC69_REVID  0xF006550C          MC 69 Revision ID Register
MTU_MC69_ECCS   0xF006550E          MC 69 ECC Safety Register
MTU_MC69_ECCD   0xF0065510          MC 69 Memory ECC Detection Register
MTU_MC69_ETRR0  0xF0065512          MC 69 Error Tracking Register 0
MTU_MC69_ETRR1  0xF0065514          MC 69 Error Tracking Register 1
MTU_MC69_ETRR2  0xF0065516          MC 69 Error Tracking Register 2
MTU_MC69_ETRR3  0xF0065518          MC 69 Error Tracking Register 3
MTU_MC69_ETRR4  0xF006551A          MC 69 Error Tracking Register 4
MTU_MC69_RDBFL0 0xF0065560          MC 69 Read Data and Bit Flip Register 0
MTU_MC69_RDBFL1 0xF0065562          MC 69 Read Data and Bit Flip Register 1
MTU_MC69_RDBFL2 0xF0065564          MC 69 Read Data and Bit Flip Register 2
MTU_MC69_RDBFL3 0xF0065566          MC 69 Read Data and Bit Flip Register 3
MTU_MC69_RDBFL4 0xF0065568          MC 69 Read Data and Bit Flip Register 4
MTU_MC69_RDBFL5 0xF006556A          MC 69 Read Data and Bit Flip Register 5
MTU_MC69_RDBFL6 0xF006556C          MC 69 Read Data and Bit Flip Register 6
MTU_MC69_RDBFL7 0xF006556E          MC 69 Read Data and Bit Flip Register 7
MTU_MC69_RDBFL8 0xF0065570          MC 69 Read Data and Bit Flip Register 8
MTU_MC69_RDBFL9 0xF0065572          MC 69 Read Data and Bit Flip Register 9
MTU_MC69_RDBFL10 0xF0065574          MC 69 Read Data and Bit Flip Register 10
MTU_MC69_RDBFL11 0xF0065576          MC 69 Read Data and Bit Flip Register 11
MTU_MC69_RDBFL12 0xF0065578          MC 69 Read Data and Bit Flip Register 12
MTU_MC69_RDBFL13 0xF006557A          MC 69 Read Data and Bit Flip Register 13
MTU_MC69_RDBFL14 0xF006557C          MC 69 Read Data and Bit Flip Register 14
MTU_MC69_RDBFL15 0xF006557E          MC 69 Read Data and Bit Flip Register 15
MTU_MC69_RDBFL16 0xF0065580          MC 69 Read Data and Bit Flip Register 16
MTU_MC69_RDBFL17 0xF0065582          MC 69 Read Data and Bit Flip Register 17
MTU_MC69_RDBFL18 0xF0065584          MC 69 Read Data and Bit Flip Register 18
MTU_MC69_RDBFL19 0xF0065586          MC 69 Read Data and Bit Flip Register 19
MTU_MC69_RDBFL20 0xF0065588          MC 69 Read Data and Bit Flip Register 20
MTU_MC69_RDBFL21 0xF006558A          MC 69 Read Data and Bit Flip Register 21
MTU_MC69_RDBFL22 0xF006558C          MC 69 Read Data and Bit Flip Register 22
MTU_MC69_RDBFL23 0xF006558E          MC 69 Read Data and Bit Flip Register 23
MTU_MC69_RDBFL24 0xF0065590          MC 69 Read Data and Bit Flip Register 24
MTU_MC69_RDBFL25 0xF0065592          MC 69 Read Data and Bit Flip Register 25
MTU_MC69_RDBFL26 0xF0065594          MC 69 Read Data and Bit Flip Register 26
MTU_MC69_RDBFL27 0xF0065596          MC 69 Read Data and Bit Flip Register 27
MTU_MC69_RDBFL28 0xF0065598          MC 69 Read Data and Bit Flip Register 28
MTU_MC69_RDBFL29 0xF006559A          MC 69 Read Data and Bit Flip Register 29
MTU_MC69_RDBFL30 0xF006559C          MC 69 Read Data and Bit Flip Register 30
MTU_MC69_RDBFL31 0xF006559E          MC 69 Read Data and Bit Flip Register 31
MTU_MC69_RDBFL32 0xF00655A0          MC 69 Read Data and Bit Flip Register 32
MTU_MC69_RDBFL33 0xF00655A2          MC 69 Read Data and Bit Flip Register 33
MTU_MC69_RDBFL34 0xF00655A4          MC 69 Read Data and Bit Flip Register 34
MTU_MC69_RDBFL35 0xF00655A6          MC 69 Read Data and Bit Flip Register 35
MTU_MC69_RDBFL36 0xF00655A8          MC 69 Read Data and Bit Flip Register 36
MTU_MC69_RDBFL37 0xF00655AA          MC 69 Read Data and Bit Flip Register 37
MTU_MC69_RDBFL38 0xF00655AC          MC 69 Read Data and Bit Flip Register 38
MTU_MC69_RDBFL39 0xF00655AE          MC 69 Read Data and Bit Flip Register 39
MTU_MC69_RDBFL40 0xF00655B0          MC 69 Read Data and Bit Flip Register 40
MTU_MC69_RDBFL41 0xF00655B2          MC 69 Read Data and Bit Flip Register 41
MTU_MC69_RDBFL42 0xF00655B4          MC 69 Read Data and Bit Flip Register 42
MTU_MC69_RDBFL43 0xF00655B6          MC 69 Read Data and Bit Flip Register 43
MTU_MC69_RDBFL44 0xF00655B8          MC 69 Read Data and Bit Flip Register 44
MTU_MC69_RDBFL45 0xF00655BA          MC 69 Read Data and Bit Flip Register 45
MTU_MC69_RDBFL46 0xF00655BC          MC 69 Read Data and Bit Flip Register 46
MTU_MC69_RDBFL47 0xF00655BE          MC 69 Read Data and Bit Flip Register 47
MTU_MC69_RDBFL48 0xF00655C0          MC 69 Read Data and Bit Flip Register 48
MTU_MC69_RDBFL49 0xF00655C2          MC 69 Read Data and Bit Flip Register 49
MTU_MC69_RDBFL50 0xF00655C4          MC 69 Read Data and Bit Flip Register 50
MTU_MC69_RDBFL51 0xF00655C6          MC 69 Read Data and Bit Flip Register 51
MTU_MC69_RDBFL52 0xF00655C8          MC 69 Read Data and Bit Flip Register 52
MTU_MC69_RDBFL53 0xF00655CA          MC 69 Read Data and Bit Flip Register 53
MTU_MC69_RDBFL54 0xF00655CC          MC 69 Read Data and Bit Flip Register 54
MTU_MC69_RDBFL55 0xF00655CE          MC 69 Read Data and Bit Flip Register 55
MTU_MC69_RDBFL56 0xF00655D0          MC 69 Read Data and Bit Flip Register 56
MTU_MC69_RDBFL57 0xF00655D2          MC 69 Read Data and Bit Flip Register 57
MTU_MC69_RDBFL58 0xF00655D4          MC 69 Read Data and Bit Flip Register 58
MTU_MC69_RDBFL59 0xF00655D6          MC 69 Read Data and Bit Flip Register 59
MTU_MC69_RDBFL60 0xF00655D8          MC 69 Read Data and Bit Flip Register 60
MTU_MC69_RDBFL61 0xF00655DA          MC 69 Read Data and Bit Flip Register 61
MTU_MC69_RDBFL62 0xF00655DC          MC 69 Read Data and Bit Flip Register 62
MTU_MC69_RDBFL63 0xF00655DE          MC 69 Read Data and Bit Flip Register 63
MTU_MC69_RDBFL64 0xF00655E0          MC 69 Read Data and Bit Flip Register 64
MTU_MC69_RDBFL65 0xF00655E2          MC 69 Read Data and Bit Flip Register 65
MTU_MC69_RDBFL66 0xF00655E4          MC 69 Read Data and Bit Flip Register 66
MTU_MC69_ALMSRCS 0xF00655EE          MC 69 Alarm Sources Configuration Register
MTU_MC69_FAULTSTS 0xF00655F0          MC 69 SSH Safety Faults Status Register
MTU_MC69_ERRINFO0 0xF00655F2          MC 69 Error Information Register 0
MTU_MC69_ERRINFO1 0xF00655F4          MC 69 Error Information Register 1
MTU_MC69_ERRINFO2 0xF00655F6          MC 69 Error Information Register 2
MTU_MC69_ERRINFO3 0xF00655F8          MC 69 Error Information Register 3
MTU_MC69_ERRINFO4 0xF00655FA          MC 69 Error Information Register 4
MTU_MC70_CONFIG0 0xF0065600          MC 70 Configuration Register 0
MTU_MC70_CONFIG1 0xF0065602          MC 70 Configuration Register 1
MTU_MC70_MCONTROL 0xF0065604          MC 70 MBIST Control Register
MTU_MC70_MSTATUS 0xF0065606          MC 70 Status Register
MTU_MC70_RANGE  0xF0065608          MC 70 Range Register, single address mode
MTU_MC70_REVID  0xF006560C          MC 70 Revision ID Register
MTU_MC70_ECCS   0xF006560E          MC 70 ECC Safety Register
MTU_MC70_ECCD   0xF0065610          MC 70 Memory ECC Detection Register
MTU_MC70_ETRR0  0xF0065612          MC 70 Error Tracking Register 0
MTU_MC70_ETRR1  0xF0065614          MC 70 Error Tracking Register 1
MTU_MC70_ETRR2  0xF0065616          MC 70 Error Tracking Register 2
MTU_MC70_ETRR3  0xF0065618          MC 70 Error Tracking Register 3
MTU_MC70_ETRR4  0xF006561A          MC 70 Error Tracking Register 4
MTU_MC70_RDBFL0 0xF0065660          MC 70 Read Data and Bit Flip Register 0
MTU_MC70_RDBFL1 0xF0065662          MC 70 Read Data and Bit Flip Register 1
MTU_MC70_RDBFL2 0xF0065664          MC 70 Read Data and Bit Flip Register 2
MTU_MC70_RDBFL3 0xF0065666          MC 70 Read Data and Bit Flip Register 3
MTU_MC70_RDBFL4 0xF0065668          MC 70 Read Data and Bit Flip Register 4
MTU_MC70_RDBFL5 0xF006566A          MC 70 Read Data and Bit Flip Register 5
MTU_MC70_RDBFL6 0xF006566C          MC 70 Read Data and Bit Flip Register 6
MTU_MC70_RDBFL7 0xF006566E          MC 70 Read Data and Bit Flip Register 7
MTU_MC70_RDBFL8 0xF0065670          MC 70 Read Data and Bit Flip Register 8
MTU_MC70_RDBFL9 0xF0065672          MC 70 Read Data and Bit Flip Register 9
MTU_MC70_RDBFL10 0xF0065674          MC 70 Read Data and Bit Flip Register 10
MTU_MC70_RDBFL11 0xF0065676          MC 70 Read Data and Bit Flip Register 11
MTU_MC70_RDBFL12 0xF0065678          MC 70 Read Data and Bit Flip Register 12
MTU_MC70_RDBFL13 0xF006567A          MC 70 Read Data and Bit Flip Register 13
MTU_MC70_RDBFL14 0xF006567C          MC 70 Read Data and Bit Flip Register 14
MTU_MC70_RDBFL15 0xF006567E          MC 70 Read Data and Bit Flip Register 15
MTU_MC70_RDBFL16 0xF0065680          MC 70 Read Data and Bit Flip Register 16
MTU_MC70_RDBFL17 0xF0065682          MC 70 Read Data and Bit Flip Register 17
MTU_MC70_RDBFL18 0xF0065684          MC 70 Read Data and Bit Flip Register 18
MTU_MC70_RDBFL19 0xF0065686          MC 70 Read Data and Bit Flip Register 19
MTU_MC70_RDBFL20 0xF0065688          MC 70 Read Data and Bit Flip Register 20
MTU_MC70_RDBFL21 0xF006568A          MC 70 Read Data and Bit Flip Register 21
MTU_MC70_RDBFL22 0xF006568C          MC 70 Read Data and Bit Flip Register 22
MTU_MC70_RDBFL23 0xF006568E          MC 70 Read Data and Bit Flip Register 23
MTU_MC70_RDBFL24 0xF0065690          MC 70 Read Data and Bit Flip Register 24
MTU_MC70_RDBFL25 0xF0065692          MC 70 Read Data and Bit Flip Register 25
MTU_MC70_RDBFL26 0xF0065694          MC 70 Read Data and Bit Flip Register 26
MTU_MC70_RDBFL27 0xF0065696          MC 70 Read Data and Bit Flip Register 27
MTU_MC70_RDBFL28 0xF0065698          MC 70 Read Data and Bit Flip Register 28
MTU_MC70_RDBFL29 0xF006569A          MC 70 Read Data and Bit Flip Register 29
MTU_MC70_RDBFL30 0xF006569C          MC 70 Read Data and Bit Flip Register 30
MTU_MC70_RDBFL31 0xF006569E          MC 70 Read Data and Bit Flip Register 31
MTU_MC70_RDBFL32 0xF00656A0          MC 70 Read Data and Bit Flip Register 32
MTU_MC70_RDBFL33 0xF00656A2          MC 70 Read Data and Bit Flip Register 33
MTU_MC70_RDBFL34 0xF00656A4          MC 70 Read Data and Bit Flip Register 34
MTU_MC70_RDBFL35 0xF00656A6          MC 70 Read Data and Bit Flip Register 35
MTU_MC70_RDBFL36 0xF00656A8          MC 70 Read Data and Bit Flip Register 36
MTU_MC70_RDBFL37 0xF00656AA          MC 70 Read Data and Bit Flip Register 37
MTU_MC70_RDBFL38 0xF00656AC          MC 70 Read Data and Bit Flip Register 38
MTU_MC70_RDBFL39 0xF00656AE          MC 70 Read Data and Bit Flip Register 39
MTU_MC70_RDBFL40 0xF00656B0          MC 70 Read Data and Bit Flip Register 40
MTU_MC70_RDBFL41 0xF00656B2          MC 70 Read Data and Bit Flip Register 41
MTU_MC70_RDBFL42 0xF00656B4          MC 70 Read Data and Bit Flip Register 42
MTU_MC70_RDBFL43 0xF00656B6          MC 70 Read Data and Bit Flip Register 43
MTU_MC70_RDBFL44 0xF00656B8          MC 70 Read Data and Bit Flip Register 44
MTU_MC70_RDBFL45 0xF00656BA          MC 70 Read Data and Bit Flip Register 45
MTU_MC70_RDBFL46 0xF00656BC          MC 70 Read Data and Bit Flip Register 46
MTU_MC70_RDBFL47 0xF00656BE          MC 70 Read Data and Bit Flip Register 47
MTU_MC70_RDBFL48 0xF00656C0          MC 70 Read Data and Bit Flip Register 48
MTU_MC70_RDBFL49 0xF00656C2          MC 70 Read Data and Bit Flip Register 49
MTU_MC70_RDBFL50 0xF00656C4          MC 70 Read Data and Bit Flip Register 50
MTU_MC70_RDBFL51 0xF00656C6          MC 70 Read Data and Bit Flip Register 51
MTU_MC70_RDBFL52 0xF00656C8          MC 70 Read Data and Bit Flip Register 52
MTU_MC70_RDBFL53 0xF00656CA          MC 70 Read Data and Bit Flip Register 53
MTU_MC70_RDBFL54 0xF00656CC          MC 70 Read Data and Bit Flip Register 54
MTU_MC70_RDBFL55 0xF00656CE          MC 70 Read Data and Bit Flip Register 55
MTU_MC70_RDBFL56 0xF00656D0          MC 70 Read Data and Bit Flip Register 56
MTU_MC70_RDBFL57 0xF00656D2          MC 70 Read Data and Bit Flip Register 57
MTU_MC70_RDBFL58 0xF00656D4          MC 70 Read Data and Bit Flip Register 58
MTU_MC70_RDBFL59 0xF00656D6          MC 70 Read Data and Bit Flip Register 59
MTU_MC70_RDBFL60 0xF00656D8          MC 70 Read Data and Bit Flip Register 60
MTU_MC70_RDBFL61 0xF00656DA          MC 70 Read Data and Bit Flip Register 61
MTU_MC70_RDBFL62 0xF00656DC          MC 70 Read Data and Bit Flip Register 62
MTU_MC70_RDBFL63 0xF00656DE          MC 70 Read Data and Bit Flip Register 63
MTU_MC70_RDBFL64 0xF00656E0          MC 70 Read Data and Bit Flip Register 64
MTU_MC70_RDBFL65 0xF00656E2          MC 70 Read Data and Bit Flip Register 65
MTU_MC70_RDBFL66 0xF00656E4          MC 70 Read Data and Bit Flip Register 66
MTU_MC70_ALMSRCS 0xF00656EE          MC 70 Alarm Sources Configuration Register
MTU_MC70_FAULTSTS 0xF00656F0          MC 70 SSH Safety Faults Status Register
MTU_MC70_ERRINFO0 0xF00656F2          MC 70 Error Information Register 0
MTU_MC70_ERRINFO1 0xF00656F4          MC 70 Error Information Register 1
MTU_MC70_ERRINFO2 0xF00656F6          MC 70 Error Information Register 2
MTU_MC70_ERRINFO3 0xF00656F8          MC 70 Error Information Register 3
MTU_MC70_ERRINFO4 0xF00656FA          MC 70 Error Information Register 4
MTU_MC71_CONFIG0 0xF0065700          MC 71 Configuration Register 0
MTU_MC71_CONFIG1 0xF0065702          MC 71 Configuration Register 1
MTU_MC71_MCONTROL 0xF0065704          MC 71 MBIST Control Register
MTU_MC71_MSTATUS 0xF0065706          MC 71 Status Register
MTU_MC71_RANGE  0xF0065708          MC 71 Range Register, single address mode
MTU_MC71_REVID  0xF006570C          MC 71 Revision ID Register
MTU_MC71_ECCS   0xF006570E          MC 71 ECC Safety Register
MTU_MC71_ECCD   0xF0065710          MC 71 Memory ECC Detection Register
MTU_MC71_ETRR0  0xF0065712          MC 71 Error Tracking Register 0
MTU_MC71_ETRR1  0xF0065714          MC 71 Error Tracking Register 1
MTU_MC71_ETRR2  0xF0065716          MC 71 Error Tracking Register 2
MTU_MC71_ETRR3  0xF0065718          MC 71 Error Tracking Register 3
MTU_MC71_ETRR4  0xF006571A          MC 71 Error Tracking Register 4
MTU_MC71_RDBFL0 0xF0065760          MC 71 Read Data and Bit Flip Register 0
MTU_MC71_RDBFL1 0xF0065762          MC 71 Read Data and Bit Flip Register 1
MTU_MC71_RDBFL2 0xF0065764          MC 71 Read Data and Bit Flip Register 2
MTU_MC71_RDBFL3 0xF0065766          MC 71 Read Data and Bit Flip Register 3
MTU_MC71_RDBFL4 0xF0065768          MC 71 Read Data and Bit Flip Register 4
MTU_MC71_RDBFL5 0xF006576A          MC 71 Read Data and Bit Flip Register 5
MTU_MC71_RDBFL6 0xF006576C          MC 71 Read Data and Bit Flip Register 6
MTU_MC71_RDBFL7 0xF006576E          MC 71 Read Data and Bit Flip Register 7
MTU_MC71_RDBFL8 0xF0065770          MC 71 Read Data and Bit Flip Register 8
MTU_MC71_RDBFL9 0xF0065772          MC 71 Read Data and Bit Flip Register 9
MTU_MC71_RDBFL10 0xF0065774          MC 71 Read Data and Bit Flip Register 10
MTU_MC71_RDBFL11 0xF0065776          MC 71 Read Data and Bit Flip Register 11
MTU_MC71_RDBFL12 0xF0065778          MC 71 Read Data and Bit Flip Register 12
MTU_MC71_RDBFL13 0xF006577A          MC 71 Read Data and Bit Flip Register 13
MTU_MC71_RDBFL14 0xF006577C          MC 71 Read Data and Bit Flip Register 14
MTU_MC71_RDBFL15 0xF006577E          MC 71 Read Data and Bit Flip Register 15
MTU_MC71_RDBFL16 0xF0065780          MC 71 Read Data and Bit Flip Register 16
MTU_MC71_RDBFL17 0xF0065782          MC 71 Read Data and Bit Flip Register 17
MTU_MC71_RDBFL18 0xF0065784          MC 71 Read Data and Bit Flip Register 18
MTU_MC71_RDBFL19 0xF0065786          MC 71 Read Data and Bit Flip Register 19
MTU_MC71_RDBFL20 0xF0065788          MC 71 Read Data and Bit Flip Register 20
MTU_MC71_RDBFL21 0xF006578A          MC 71 Read Data and Bit Flip Register 21
MTU_MC71_RDBFL22 0xF006578C          MC 71 Read Data and Bit Flip Register 22
MTU_MC71_RDBFL23 0xF006578E          MC 71 Read Data and Bit Flip Register 23
MTU_MC71_RDBFL24 0xF0065790          MC 71 Read Data and Bit Flip Register 24
MTU_MC71_RDBFL25 0xF0065792          MC 71 Read Data and Bit Flip Register 25
MTU_MC71_RDBFL26 0xF0065794          MC 71 Read Data and Bit Flip Register 26
MTU_MC71_RDBFL27 0xF0065796          MC 71 Read Data and Bit Flip Register 27
MTU_MC71_RDBFL28 0xF0065798          MC 71 Read Data and Bit Flip Register 28
MTU_MC71_RDBFL29 0xF006579A          MC 71 Read Data and Bit Flip Register 29
MTU_MC71_RDBFL30 0xF006579C          MC 71 Read Data and Bit Flip Register 30
MTU_MC71_RDBFL31 0xF006579E          MC 71 Read Data and Bit Flip Register 31
MTU_MC71_RDBFL32 0xF00657A0          MC 71 Read Data and Bit Flip Register 32
MTU_MC71_RDBFL33 0xF00657A2          MC 71 Read Data and Bit Flip Register 33
MTU_MC71_RDBFL34 0xF00657A4          MC 71 Read Data and Bit Flip Register 34
MTU_MC71_RDBFL35 0xF00657A6          MC 71 Read Data and Bit Flip Register 35
MTU_MC71_RDBFL36 0xF00657A8          MC 71 Read Data and Bit Flip Register 36
MTU_MC71_RDBFL37 0xF00657AA          MC 71 Read Data and Bit Flip Register 37
MTU_MC71_RDBFL38 0xF00657AC          MC 71 Read Data and Bit Flip Register 38
MTU_MC71_RDBFL39 0xF00657AE          MC 71 Read Data and Bit Flip Register 39
MTU_MC71_RDBFL40 0xF00657B0          MC 71 Read Data and Bit Flip Register 40
MTU_MC71_RDBFL41 0xF00657B2          MC 71 Read Data and Bit Flip Register 41
MTU_MC71_RDBFL42 0xF00657B4          MC 71 Read Data and Bit Flip Register 42
MTU_MC71_RDBFL43 0xF00657B6          MC 71 Read Data and Bit Flip Register 43
MTU_MC71_RDBFL44 0xF00657B8          MC 71 Read Data and Bit Flip Register 44
MTU_MC71_RDBFL45 0xF00657BA          MC 71 Read Data and Bit Flip Register 45
MTU_MC71_RDBFL46 0xF00657BC          MC 71 Read Data and Bit Flip Register 46
MTU_MC71_RDBFL47 0xF00657BE          MC 71 Read Data and Bit Flip Register 47
MTU_MC71_RDBFL48 0xF00657C0          MC 71 Read Data and Bit Flip Register 48
MTU_MC71_RDBFL49 0xF00657C2          MC 71 Read Data and Bit Flip Register 49
MTU_MC71_RDBFL50 0xF00657C4          MC 71 Read Data and Bit Flip Register 50
MTU_MC71_RDBFL51 0xF00657C6          MC 71 Read Data and Bit Flip Register 51
MTU_MC71_RDBFL52 0xF00657C8          MC 71 Read Data and Bit Flip Register 52
MTU_MC71_RDBFL53 0xF00657CA          MC 71 Read Data and Bit Flip Register 53
MTU_MC71_RDBFL54 0xF00657CC          MC 71 Read Data and Bit Flip Register 54
MTU_MC71_RDBFL55 0xF00657CE          MC 71 Read Data and Bit Flip Register 55
MTU_MC71_RDBFL56 0xF00657D0          MC 71 Read Data and Bit Flip Register 56
MTU_MC71_RDBFL57 0xF00657D2          MC 71 Read Data and Bit Flip Register 57
MTU_MC71_RDBFL58 0xF00657D4          MC 71 Read Data and Bit Flip Register 58
MTU_MC71_RDBFL59 0xF00657D6          MC 71 Read Data and Bit Flip Register 59
MTU_MC71_RDBFL60 0xF00657D8          MC 71 Read Data and Bit Flip Register 60
MTU_MC71_RDBFL61 0xF00657DA          MC 71 Read Data and Bit Flip Register 61
MTU_MC71_RDBFL62 0xF00657DC          MC 71 Read Data and Bit Flip Register 62
MTU_MC71_RDBFL63 0xF00657DE          MC 71 Read Data and Bit Flip Register 63
MTU_MC71_RDBFL64 0xF00657E0          MC 71 Read Data and Bit Flip Register 64
MTU_MC71_RDBFL65 0xF00657E2          MC 71 Read Data and Bit Flip Register 65
MTU_MC71_RDBFL66 0xF00657E4          MC 71 Read Data and Bit Flip Register 66
MTU_MC71_ALMSRCS 0xF00657EE          MC 71 Alarm Sources Configuration Register
MTU_MC71_FAULTSTS 0xF00657F0          MC 71 SSH Safety Faults Status Register
MTU_MC71_ERRINFO0 0xF00657F2          MC 71 Error Information Register 0
MTU_MC71_ERRINFO1 0xF00657F4          MC 71 Error Information Register 1
MTU_MC71_ERRINFO2 0xF00657F6          MC 71 Error Information Register 2
MTU_MC71_ERRINFO3 0xF00657F8          MC 71 Error Information Register 3
MTU_MC71_ERRINFO4 0xF00657FA          MC 71 Error Information Register 4
MTU_MC72_CONFIG0 0xF0065800          MC 72 Configuration Register 0
MTU_MC72_CONFIG1 0xF0065802          MC 72 Configuration Register 1
MTU_MC72_MCONTROL 0xF0065804          MC 72 MBIST Control Register
MTU_MC72_MSTATUS 0xF0065806          MC 72 Status Register
MTU_MC72_RANGE  0xF0065808          MC 72 Range Register, single address mode
MTU_MC72_REVID  0xF006580C          MC 72 Revision ID Register
MTU_MC72_ECCS   0xF006580E          MC 72 ECC Safety Register
MTU_MC72_ECCD   0xF0065810          MC 72 Memory ECC Detection Register
MTU_MC72_ETRR0  0xF0065812          MC 72 Error Tracking Register 0
MTU_MC72_ETRR1  0xF0065814          MC 72 Error Tracking Register 1
MTU_MC72_ETRR2  0xF0065816          MC 72 Error Tracking Register 2
MTU_MC72_ETRR3  0xF0065818          MC 72 Error Tracking Register 3
MTU_MC72_ETRR4  0xF006581A          MC 72 Error Tracking Register 4
MTU_MC72_RDBFL0 0xF0065860          MC 72 Read Data and Bit Flip Register 0
MTU_MC72_RDBFL1 0xF0065862          MC 72 Read Data and Bit Flip Register 1
MTU_MC72_RDBFL2 0xF0065864          MC 72 Read Data and Bit Flip Register 2
MTU_MC72_RDBFL3 0xF0065866          MC 72 Read Data and Bit Flip Register 3
MTU_MC72_RDBFL4 0xF0065868          MC 72 Read Data and Bit Flip Register 4
MTU_MC72_RDBFL5 0xF006586A          MC 72 Read Data and Bit Flip Register 5
MTU_MC72_RDBFL6 0xF006586C          MC 72 Read Data and Bit Flip Register 6
MTU_MC72_RDBFL7 0xF006586E          MC 72 Read Data and Bit Flip Register 7
MTU_MC72_RDBFL8 0xF0065870          MC 72 Read Data and Bit Flip Register 8
MTU_MC72_RDBFL9 0xF0065872          MC 72 Read Data and Bit Flip Register 9
MTU_MC72_RDBFL10 0xF0065874          MC 72 Read Data and Bit Flip Register 10
MTU_MC72_RDBFL11 0xF0065876          MC 72 Read Data and Bit Flip Register 11
MTU_MC72_RDBFL12 0xF0065878          MC 72 Read Data and Bit Flip Register 12
MTU_MC72_RDBFL13 0xF006587A          MC 72 Read Data and Bit Flip Register 13
MTU_MC72_RDBFL14 0xF006587C          MC 72 Read Data and Bit Flip Register 14
MTU_MC72_RDBFL15 0xF006587E          MC 72 Read Data and Bit Flip Register 15
MTU_MC72_RDBFL16 0xF0065880          MC 72 Read Data and Bit Flip Register 16
MTU_MC72_RDBFL17 0xF0065882          MC 72 Read Data and Bit Flip Register 17
MTU_MC72_RDBFL18 0xF0065884          MC 72 Read Data and Bit Flip Register 18
MTU_MC72_RDBFL19 0xF0065886          MC 72 Read Data and Bit Flip Register 19
MTU_MC72_RDBFL20 0xF0065888          MC 72 Read Data and Bit Flip Register 20
MTU_MC72_RDBFL21 0xF006588A          MC 72 Read Data and Bit Flip Register 21
MTU_MC72_RDBFL22 0xF006588C          MC 72 Read Data and Bit Flip Register 22
MTU_MC72_RDBFL23 0xF006588E          MC 72 Read Data and Bit Flip Register 23
MTU_MC72_RDBFL24 0xF0065890          MC 72 Read Data and Bit Flip Register 24
MTU_MC72_RDBFL25 0xF0065892          MC 72 Read Data and Bit Flip Register 25
MTU_MC72_RDBFL26 0xF0065894          MC 72 Read Data and Bit Flip Register 26
MTU_MC72_RDBFL27 0xF0065896          MC 72 Read Data and Bit Flip Register 27
MTU_MC72_RDBFL28 0xF0065898          MC 72 Read Data and Bit Flip Register 28
MTU_MC72_RDBFL29 0xF006589A          MC 72 Read Data and Bit Flip Register 29
MTU_MC72_RDBFL30 0xF006589C          MC 72 Read Data and Bit Flip Register 30
MTU_MC72_RDBFL31 0xF006589E          MC 72 Read Data and Bit Flip Register 31
MTU_MC72_RDBFL32 0xF00658A0          MC 72 Read Data and Bit Flip Register 32
MTU_MC72_RDBFL33 0xF00658A2          MC 72 Read Data and Bit Flip Register 33
MTU_MC72_RDBFL34 0xF00658A4          MC 72 Read Data and Bit Flip Register 34
MTU_MC72_RDBFL35 0xF00658A6          MC 72 Read Data and Bit Flip Register 35
MTU_MC72_RDBFL36 0xF00658A8          MC 72 Read Data and Bit Flip Register 36
MTU_MC72_RDBFL37 0xF00658AA          MC 72 Read Data and Bit Flip Register 37
MTU_MC72_RDBFL38 0xF00658AC          MC 72 Read Data and Bit Flip Register 38
MTU_MC72_RDBFL39 0xF00658AE          MC 72 Read Data and Bit Flip Register 39
MTU_MC72_RDBFL40 0xF00658B0          MC 72 Read Data and Bit Flip Register 40
MTU_MC72_RDBFL41 0xF00658B2          MC 72 Read Data and Bit Flip Register 41
MTU_MC72_RDBFL42 0xF00658B4          MC 72 Read Data and Bit Flip Register 42
MTU_MC72_RDBFL43 0xF00658B6          MC 72 Read Data and Bit Flip Register 43
MTU_MC72_RDBFL44 0xF00658B8          MC 72 Read Data and Bit Flip Register 44
MTU_MC72_RDBFL45 0xF00658BA          MC 72 Read Data and Bit Flip Register 45
MTU_MC72_RDBFL46 0xF00658BC          MC 72 Read Data and Bit Flip Register 46
MTU_MC72_RDBFL47 0xF00658BE          MC 72 Read Data and Bit Flip Register 47
MTU_MC72_RDBFL48 0xF00658C0          MC 72 Read Data and Bit Flip Register 48
MTU_MC72_RDBFL49 0xF00658C2          MC 72 Read Data and Bit Flip Register 49
MTU_MC72_RDBFL50 0xF00658C4          MC 72 Read Data and Bit Flip Register 50
MTU_MC72_RDBFL51 0xF00658C6          MC 72 Read Data and Bit Flip Register 51
MTU_MC72_RDBFL52 0xF00658C8          MC 72 Read Data and Bit Flip Register 52
MTU_MC72_RDBFL53 0xF00658CA          MC 72 Read Data and Bit Flip Register 53
MTU_MC72_RDBFL54 0xF00658CC          MC 72 Read Data and Bit Flip Register 54
MTU_MC72_RDBFL55 0xF00658CE          MC 72 Read Data and Bit Flip Register 55
MTU_MC72_RDBFL56 0xF00658D0          MC 72 Read Data and Bit Flip Register 56
MTU_MC72_RDBFL57 0xF00658D2          MC 72 Read Data and Bit Flip Register 57
MTU_MC72_RDBFL58 0xF00658D4          MC 72 Read Data and Bit Flip Register 58
MTU_MC72_RDBFL59 0xF00658D6          MC 72 Read Data and Bit Flip Register 59
MTU_MC72_RDBFL60 0xF00658D8          MC 72 Read Data and Bit Flip Register 60
MTU_MC72_RDBFL61 0xF00658DA          MC 72 Read Data and Bit Flip Register 61
MTU_MC72_RDBFL62 0xF00658DC          MC 72 Read Data and Bit Flip Register 62
MTU_MC72_RDBFL63 0xF00658DE          MC 72 Read Data and Bit Flip Register 63
MTU_MC72_RDBFL64 0xF00658E0          MC 72 Read Data and Bit Flip Register 64
MTU_MC72_RDBFL65 0xF00658E2          MC 72 Read Data and Bit Flip Register 65
MTU_MC72_RDBFL66 0xF00658E4          MC 72 Read Data and Bit Flip Register 66
MTU_MC72_ALMSRCS 0xF00658EE          MC 72 Alarm Sources Configuration Register
MTU_MC72_FAULTSTS 0xF00658F0          MC 72 SSH Safety Faults Status Register
MTU_MC72_ERRINFO0 0xF00658F2          MC 72 Error Information Register 0
MTU_MC72_ERRINFO1 0xF00658F4          MC 72 Error Information Register 1
MTU_MC72_ERRINFO2 0xF00658F6          MC 72 Error Information Register 2
MTU_MC72_ERRINFO3 0xF00658F8          MC 72 Error Information Register 3
MTU_MC72_ERRINFO4 0xF00658FA          MC 72 Error Information Register 4
MTU_MC73_CONFIG0 0xF0065900          MC 73 Configuration Register 0
MTU_MC73_CONFIG1 0xF0065902          MC 73 Configuration Register 1
MTU_MC73_MCONTROL 0xF0065904          MC 73 MBIST Control Register
MTU_MC73_MSTATUS 0xF0065906          MC 73 Status Register
MTU_MC73_RANGE  0xF0065908          MC 73 Range Register, single address mode
MTU_MC73_REVID  0xF006590C          MC 73 Revision ID Register
MTU_MC73_ECCS   0xF006590E          MC 73 ECC Safety Register
MTU_MC73_ECCD   0xF0065910          MC 73 Memory ECC Detection Register
MTU_MC73_ETRR0  0xF0065912          MC 73 Error Tracking Register 0
MTU_MC73_ETRR1  0xF0065914          MC 73 Error Tracking Register 1
MTU_MC73_ETRR2  0xF0065916          MC 73 Error Tracking Register 2
MTU_MC73_ETRR3  0xF0065918          MC 73 Error Tracking Register 3
MTU_MC73_ETRR4  0xF006591A          MC 73 Error Tracking Register 4
MTU_MC73_RDBFL0 0xF0065960          MC 73 Read Data and Bit Flip Register 0
MTU_MC73_RDBFL1 0xF0065962          MC 73 Read Data and Bit Flip Register 1
MTU_MC73_RDBFL2 0xF0065964          MC 73 Read Data and Bit Flip Register 2
MTU_MC73_RDBFL3 0xF0065966          MC 73 Read Data and Bit Flip Register 3
MTU_MC73_RDBFL4 0xF0065968          MC 73 Read Data and Bit Flip Register 4
MTU_MC73_RDBFL5 0xF006596A          MC 73 Read Data and Bit Flip Register 5
MTU_MC73_RDBFL6 0xF006596C          MC 73 Read Data and Bit Flip Register 6
MTU_MC73_RDBFL7 0xF006596E          MC 73 Read Data and Bit Flip Register 7
MTU_MC73_RDBFL8 0xF0065970          MC 73 Read Data and Bit Flip Register 8
MTU_MC73_RDBFL9 0xF0065972          MC 73 Read Data and Bit Flip Register 9
MTU_MC73_RDBFL10 0xF0065974          MC 73 Read Data and Bit Flip Register 10
MTU_MC73_RDBFL11 0xF0065976          MC 73 Read Data and Bit Flip Register 11
MTU_MC73_RDBFL12 0xF0065978          MC 73 Read Data and Bit Flip Register 12
MTU_MC73_RDBFL13 0xF006597A          MC 73 Read Data and Bit Flip Register 13
MTU_MC73_RDBFL14 0xF006597C          MC 73 Read Data and Bit Flip Register 14
MTU_MC73_RDBFL15 0xF006597E          MC 73 Read Data and Bit Flip Register 15
MTU_MC73_RDBFL16 0xF0065980          MC 73 Read Data and Bit Flip Register 16
MTU_MC73_RDBFL17 0xF0065982          MC 73 Read Data and Bit Flip Register 17
MTU_MC73_RDBFL18 0xF0065984          MC 73 Read Data and Bit Flip Register 18
MTU_MC73_RDBFL19 0xF0065986          MC 73 Read Data and Bit Flip Register 19
MTU_MC73_RDBFL20 0xF0065988          MC 73 Read Data and Bit Flip Register 20
MTU_MC73_RDBFL21 0xF006598A          MC 73 Read Data and Bit Flip Register 21
MTU_MC73_RDBFL22 0xF006598C          MC 73 Read Data and Bit Flip Register 22
MTU_MC73_RDBFL23 0xF006598E          MC 73 Read Data and Bit Flip Register 23
MTU_MC73_RDBFL24 0xF0065990          MC 73 Read Data and Bit Flip Register 24
MTU_MC73_RDBFL25 0xF0065992          MC 73 Read Data and Bit Flip Register 25
MTU_MC73_RDBFL26 0xF0065994          MC 73 Read Data and Bit Flip Register 26
MTU_MC73_RDBFL27 0xF0065996          MC 73 Read Data and Bit Flip Register 27
MTU_MC73_RDBFL28 0xF0065998          MC 73 Read Data and Bit Flip Register 28
MTU_MC73_RDBFL29 0xF006599A          MC 73 Read Data and Bit Flip Register 29
MTU_MC73_RDBFL30 0xF006599C          MC 73 Read Data and Bit Flip Register 30
MTU_MC73_RDBFL31 0xF006599E          MC 73 Read Data and Bit Flip Register 31
MTU_MC73_RDBFL32 0xF00659A0          MC 73 Read Data and Bit Flip Register 32
MTU_MC73_RDBFL33 0xF00659A2          MC 73 Read Data and Bit Flip Register 33
MTU_MC73_RDBFL34 0xF00659A4          MC 73 Read Data and Bit Flip Register 34
MTU_MC73_RDBFL35 0xF00659A6          MC 73 Read Data and Bit Flip Register 35
MTU_MC73_RDBFL36 0xF00659A8          MC 73 Read Data and Bit Flip Register 36
MTU_MC73_RDBFL37 0xF00659AA          MC 73 Read Data and Bit Flip Register 37
MTU_MC73_RDBFL38 0xF00659AC          MC 73 Read Data and Bit Flip Register 38
MTU_MC73_RDBFL39 0xF00659AE          MC 73 Read Data and Bit Flip Register 39
MTU_MC73_RDBFL40 0xF00659B0          MC 73 Read Data and Bit Flip Register 40
MTU_MC73_RDBFL41 0xF00659B2          MC 73 Read Data and Bit Flip Register 41
MTU_MC73_RDBFL42 0xF00659B4          MC 73 Read Data and Bit Flip Register 42
MTU_MC73_RDBFL43 0xF00659B6          MC 73 Read Data and Bit Flip Register 43
MTU_MC73_RDBFL44 0xF00659B8          MC 73 Read Data and Bit Flip Register 44
MTU_MC73_RDBFL45 0xF00659BA          MC 73 Read Data and Bit Flip Register 45
MTU_MC73_RDBFL46 0xF00659BC          MC 73 Read Data and Bit Flip Register 46
MTU_MC73_RDBFL47 0xF00659BE          MC 73 Read Data and Bit Flip Register 47
MTU_MC73_RDBFL48 0xF00659C0          MC 73 Read Data and Bit Flip Register 48
MTU_MC73_RDBFL49 0xF00659C2          MC 73 Read Data and Bit Flip Register 49
MTU_MC73_RDBFL50 0xF00659C4          MC 73 Read Data and Bit Flip Register 50
MTU_MC73_RDBFL51 0xF00659C6          MC 73 Read Data and Bit Flip Register 51
MTU_MC73_RDBFL52 0xF00659C8          MC 73 Read Data and Bit Flip Register 52
MTU_MC73_RDBFL53 0xF00659CA          MC 73 Read Data and Bit Flip Register 53
MTU_MC73_RDBFL54 0xF00659CC          MC 73 Read Data and Bit Flip Register 54
MTU_MC73_RDBFL55 0xF00659CE          MC 73 Read Data and Bit Flip Register 55
MTU_MC73_RDBFL56 0xF00659D0          MC 73 Read Data and Bit Flip Register 56
MTU_MC73_RDBFL57 0xF00659D2          MC 73 Read Data and Bit Flip Register 57
MTU_MC73_RDBFL58 0xF00659D4          MC 73 Read Data and Bit Flip Register 58
MTU_MC73_RDBFL59 0xF00659D6          MC 73 Read Data and Bit Flip Register 59
MTU_MC73_RDBFL60 0xF00659D8          MC 73 Read Data and Bit Flip Register 60
MTU_MC73_RDBFL61 0xF00659DA          MC 73 Read Data and Bit Flip Register 61
MTU_MC73_RDBFL62 0xF00659DC          MC 73 Read Data and Bit Flip Register 62
MTU_MC73_RDBFL63 0xF00659DE          MC 73 Read Data and Bit Flip Register 63
MTU_MC73_RDBFL64 0xF00659E0          MC 73 Read Data and Bit Flip Register 64
MTU_MC73_RDBFL65 0xF00659E2          MC 73 Read Data and Bit Flip Register 65
MTU_MC73_RDBFL66 0xF00659E4          MC 73 Read Data and Bit Flip Register 66
MTU_MC73_ALMSRCS 0xF00659EE          MC 73 Alarm Sources Configuration Register
MTU_MC73_FAULTSTS 0xF00659F0          MC 73 SSH Safety Faults Status Register
MTU_MC73_ERRINFO0 0xF00659F2          MC 73 Error Information Register 0
MTU_MC73_ERRINFO1 0xF00659F4          MC 73 Error Information Register 1
MTU_MC73_ERRINFO2 0xF00659F6          MC 73 Error Information Register 2
MTU_MC73_ERRINFO3 0xF00659F8          MC 73 Error Information Register 3
MTU_MC73_ERRINFO4 0xF00659FA          MC 73 Error Information Register 4
MTU_MC74_CONFIG0 0xF0065A00          MC 74 Configuration Register 0
MTU_MC74_CONFIG1 0xF0065A02          MC 74 Configuration Register 1
MTU_MC74_MCONTROL 0xF0065A04          MC 74 MBIST Control Register
MTU_MC74_MSTATUS 0xF0065A06          MC 74 Status Register
MTU_MC74_RANGE  0xF0065A08          MC 74 Range Register, single address mode
MTU_MC74_REVID  0xF0065A0C          MC 74 Revision ID Register
MTU_MC74_ECCS   0xF0065A0E          MC 74 ECC Safety Register
MTU_MC74_ECCD   0xF0065A10          MC 74 Memory ECC Detection Register
MTU_MC74_ETRR0  0xF0065A12          MC 74 Error Tracking Register 0
MTU_MC74_ETRR1  0xF0065A14          MC 74 Error Tracking Register 1
MTU_MC74_ETRR2  0xF0065A16          MC 74 Error Tracking Register 2
MTU_MC74_ETRR3  0xF0065A18          MC 74 Error Tracking Register 3
MTU_MC74_ETRR4  0xF0065A1A          MC 74 Error Tracking Register 4
MTU_MC74_RDBFL0 0xF0065A60          MC 74 Read Data and Bit Flip Register 0
MTU_MC74_RDBFL1 0xF0065A62          MC 74 Read Data and Bit Flip Register 1
MTU_MC74_RDBFL2 0xF0065A64          MC 74 Read Data and Bit Flip Register 2
MTU_MC74_RDBFL3 0xF0065A66          MC 74 Read Data and Bit Flip Register 3
MTU_MC74_RDBFL4 0xF0065A68          MC 74 Read Data and Bit Flip Register 4
MTU_MC74_RDBFL5 0xF0065A6A          MC 74 Read Data and Bit Flip Register 5
MTU_MC74_RDBFL6 0xF0065A6C          MC 74 Read Data and Bit Flip Register 6
MTU_MC74_RDBFL7 0xF0065A6E          MC 74 Read Data and Bit Flip Register 7
MTU_MC74_RDBFL8 0xF0065A70          MC 74 Read Data and Bit Flip Register 8
MTU_MC74_RDBFL9 0xF0065A72          MC 74 Read Data and Bit Flip Register 9
MTU_MC74_RDBFL10 0xF0065A74          MC 74 Read Data and Bit Flip Register 10
MTU_MC74_RDBFL11 0xF0065A76          MC 74 Read Data and Bit Flip Register 11
MTU_MC74_RDBFL12 0xF0065A78          MC 74 Read Data and Bit Flip Register 12
MTU_MC74_RDBFL13 0xF0065A7A          MC 74 Read Data and Bit Flip Register 13
MTU_MC74_RDBFL14 0xF0065A7C          MC 74 Read Data and Bit Flip Register 14
MTU_MC74_RDBFL15 0xF0065A7E          MC 74 Read Data and Bit Flip Register 15
MTU_MC74_RDBFL16 0xF0065A80          MC 74 Read Data and Bit Flip Register 16
MTU_MC74_RDBFL17 0xF0065A82          MC 74 Read Data and Bit Flip Register 17
MTU_MC74_RDBFL18 0xF0065A84          MC 74 Read Data and Bit Flip Register 18
MTU_MC74_RDBFL19 0xF0065A86          MC 74 Read Data and Bit Flip Register 19
MTU_MC74_RDBFL20 0xF0065A88          MC 74 Read Data and Bit Flip Register 20
MTU_MC74_RDBFL21 0xF0065A8A          MC 74 Read Data and Bit Flip Register 21
MTU_MC74_RDBFL22 0xF0065A8C          MC 74 Read Data and Bit Flip Register 22
MTU_MC74_RDBFL23 0xF0065A8E          MC 74 Read Data and Bit Flip Register 23
MTU_MC74_RDBFL24 0xF0065A90          MC 74 Read Data and Bit Flip Register 24
MTU_MC74_RDBFL25 0xF0065A92          MC 74 Read Data and Bit Flip Register 25
MTU_MC74_RDBFL26 0xF0065A94          MC 74 Read Data and Bit Flip Register 26
MTU_MC74_RDBFL27 0xF0065A96          MC 74 Read Data and Bit Flip Register 27
MTU_MC74_RDBFL28 0xF0065A98          MC 74 Read Data and Bit Flip Register 28
MTU_MC74_RDBFL29 0xF0065A9A          MC 74 Read Data and Bit Flip Register 29
MTU_MC74_RDBFL30 0xF0065A9C          MC 74 Read Data and Bit Flip Register 30
MTU_MC74_RDBFL31 0xF0065A9E          MC 74 Read Data and Bit Flip Register 31
MTU_MC74_RDBFL32 0xF0065AA0          MC 74 Read Data and Bit Flip Register 32
MTU_MC74_RDBFL33 0xF0065AA2          MC 74 Read Data and Bit Flip Register 33
MTU_MC74_RDBFL34 0xF0065AA4          MC 74 Read Data and Bit Flip Register 34
MTU_MC74_RDBFL35 0xF0065AA6          MC 74 Read Data and Bit Flip Register 35
MTU_MC74_RDBFL36 0xF0065AA8          MC 74 Read Data and Bit Flip Register 36
MTU_MC74_RDBFL37 0xF0065AAA          MC 74 Read Data and Bit Flip Register 37
MTU_MC74_RDBFL38 0xF0065AAC          MC 74 Read Data and Bit Flip Register 38
MTU_MC74_RDBFL39 0xF0065AAE          MC 74 Read Data and Bit Flip Register 39
MTU_MC74_RDBFL40 0xF0065AB0          MC 74 Read Data and Bit Flip Register 40
MTU_MC74_RDBFL41 0xF0065AB2          MC 74 Read Data and Bit Flip Register 41
MTU_MC74_RDBFL42 0xF0065AB4          MC 74 Read Data and Bit Flip Register 42
MTU_MC74_RDBFL43 0xF0065AB6          MC 74 Read Data and Bit Flip Register 43
MTU_MC74_RDBFL44 0xF0065AB8          MC 74 Read Data and Bit Flip Register 44
MTU_MC74_RDBFL45 0xF0065ABA          MC 74 Read Data and Bit Flip Register 45
MTU_MC74_RDBFL46 0xF0065ABC          MC 74 Read Data and Bit Flip Register 46
MTU_MC74_RDBFL47 0xF0065ABE          MC 74 Read Data and Bit Flip Register 47
MTU_MC74_RDBFL48 0xF0065AC0          MC 74 Read Data and Bit Flip Register 48
MTU_MC74_RDBFL49 0xF0065AC2          MC 74 Read Data and Bit Flip Register 49
MTU_MC74_RDBFL50 0xF0065AC4          MC 74 Read Data and Bit Flip Register 50
MTU_MC74_RDBFL51 0xF0065AC6          MC 74 Read Data and Bit Flip Register 51
MTU_MC74_RDBFL52 0xF0065AC8          MC 74 Read Data and Bit Flip Register 52
MTU_MC74_RDBFL53 0xF0065ACA          MC 74 Read Data and Bit Flip Register 53
MTU_MC74_RDBFL54 0xF0065ACC          MC 74 Read Data and Bit Flip Register 54
MTU_MC74_RDBFL55 0xF0065ACE          MC 74 Read Data and Bit Flip Register 55
MTU_MC74_RDBFL56 0xF0065AD0          MC 74 Read Data and Bit Flip Register 56
MTU_MC74_RDBFL57 0xF0065AD2          MC 74 Read Data and Bit Flip Register 57
MTU_MC74_RDBFL58 0xF0065AD4          MC 74 Read Data and Bit Flip Register 58
MTU_MC74_RDBFL59 0xF0065AD6          MC 74 Read Data and Bit Flip Register 59
MTU_MC74_RDBFL60 0xF0065AD8          MC 74 Read Data and Bit Flip Register 60
MTU_MC74_RDBFL61 0xF0065ADA          MC 74 Read Data and Bit Flip Register 61
MTU_MC74_RDBFL62 0xF0065ADC          MC 74 Read Data and Bit Flip Register 62
MTU_MC74_RDBFL63 0xF0065ADE          MC 74 Read Data and Bit Flip Register 63
MTU_MC74_RDBFL64 0xF0065AE0          MC 74 Read Data and Bit Flip Register 64
MTU_MC74_RDBFL65 0xF0065AE2          MC 74 Read Data and Bit Flip Register 65
MTU_MC74_RDBFL66 0xF0065AE4          MC 74 Read Data and Bit Flip Register 66
MTU_MC74_ALMSRCS 0xF0065AEE          MC 74 Alarm Sources Configuration Register
MTU_MC74_FAULTSTS 0xF0065AF0          MC 74 SSH Safety Faults Status Register
MTU_MC74_ERRINFO0 0xF0065AF2          MC 74 Error Information Register 0
MTU_MC74_ERRINFO1 0xF0065AF4          MC 74 Error Information Register 1
MTU_MC74_ERRINFO2 0xF0065AF6          MC 74 Error Information Register 2
MTU_MC74_ERRINFO3 0xF0065AF8          MC 74 Error Information Register 3
MTU_MC74_ERRINFO4 0xF0065AFA          MC 74 Error Information Register 4
MTU_MC75_CONFIG0 0xF0065B00          MC 75 Configuration Register 0
MTU_MC75_CONFIG1 0xF0065B02          MC 75 Configuration Register 1
MTU_MC75_MCONTROL 0xF0065B04          MC 75 MBIST Control Register
MTU_MC75_MSTATUS 0xF0065B06          MC 75 Status Register
MTU_MC75_RANGE  0xF0065B08          MC 75 Range Register, single address mode
MTU_MC75_REVID  0xF0065B0C          MC 75 Revision ID Register
MTU_MC75_ECCS   0xF0065B0E          MC 75 ECC Safety Register
MTU_MC75_ECCD   0xF0065B10          MC 75 Memory ECC Detection Register
MTU_MC75_ETRR0  0xF0065B12          MC 75 Error Tracking Register 0
MTU_MC75_ETRR1  0xF0065B14          MC 75 Error Tracking Register 1
MTU_MC75_ETRR2  0xF0065B16          MC 75 Error Tracking Register 2
MTU_MC75_ETRR3  0xF0065B18          MC 75 Error Tracking Register 3
MTU_MC75_ETRR4  0xF0065B1A          MC 75 Error Tracking Register 4
MTU_MC75_RDBFL0 0xF0065B60          MC 75 Read Data and Bit Flip Register 0
MTU_MC75_RDBFL1 0xF0065B62          MC 75 Read Data and Bit Flip Register 1
MTU_MC75_RDBFL2 0xF0065B64          MC 75 Read Data and Bit Flip Register 2
MTU_MC75_RDBFL3 0xF0065B66          MC 75 Read Data and Bit Flip Register 3
MTU_MC75_RDBFL4 0xF0065B68          MC 75 Read Data and Bit Flip Register 4
MTU_MC75_RDBFL5 0xF0065B6A          MC 75 Read Data and Bit Flip Register 5
MTU_MC75_RDBFL6 0xF0065B6C          MC 75 Read Data and Bit Flip Register 6
MTU_MC75_RDBFL7 0xF0065B6E          MC 75 Read Data and Bit Flip Register 7
MTU_MC75_RDBFL8 0xF0065B70          MC 75 Read Data and Bit Flip Register 8
MTU_MC75_RDBFL9 0xF0065B72          MC 75 Read Data and Bit Flip Register 9
MTU_MC75_RDBFL10 0xF0065B74          MC 75 Read Data and Bit Flip Register 10
MTU_MC75_RDBFL11 0xF0065B76          MC 75 Read Data and Bit Flip Register 11
MTU_MC75_RDBFL12 0xF0065B78          MC 75 Read Data and Bit Flip Register 12
MTU_MC75_RDBFL13 0xF0065B7A          MC 75 Read Data and Bit Flip Register 13
MTU_MC75_RDBFL14 0xF0065B7C          MC 75 Read Data and Bit Flip Register 14
MTU_MC75_RDBFL15 0xF0065B7E          MC 75 Read Data and Bit Flip Register 15
MTU_MC75_RDBFL16 0xF0065B80          MC 75 Read Data and Bit Flip Register 16
MTU_MC75_RDBFL17 0xF0065B82          MC 75 Read Data and Bit Flip Register 17
MTU_MC75_RDBFL18 0xF0065B84          MC 75 Read Data and Bit Flip Register 18
MTU_MC75_RDBFL19 0xF0065B86          MC 75 Read Data and Bit Flip Register 19
MTU_MC75_RDBFL20 0xF0065B88          MC 75 Read Data and Bit Flip Register 20
MTU_MC75_RDBFL21 0xF0065B8A          MC 75 Read Data and Bit Flip Register 21
MTU_MC75_RDBFL22 0xF0065B8C          MC 75 Read Data and Bit Flip Register 22
MTU_MC75_RDBFL23 0xF0065B8E          MC 75 Read Data and Bit Flip Register 23
MTU_MC75_RDBFL24 0xF0065B90          MC 75 Read Data and Bit Flip Register 24
MTU_MC75_RDBFL25 0xF0065B92          MC 75 Read Data and Bit Flip Register 25
MTU_MC75_RDBFL26 0xF0065B94          MC 75 Read Data and Bit Flip Register 26
MTU_MC75_RDBFL27 0xF0065B96          MC 75 Read Data and Bit Flip Register 27
MTU_MC75_RDBFL28 0xF0065B98          MC 75 Read Data and Bit Flip Register 28
MTU_MC75_RDBFL29 0xF0065B9A          MC 75 Read Data and Bit Flip Register 29
MTU_MC75_RDBFL30 0xF0065B9C          MC 75 Read Data and Bit Flip Register 30
MTU_MC75_RDBFL31 0xF0065B9E          MC 75 Read Data and Bit Flip Register 31
MTU_MC75_RDBFL32 0xF0065BA0          MC 75 Read Data and Bit Flip Register 32
MTU_MC75_RDBFL33 0xF0065BA2          MC 75 Read Data and Bit Flip Register 33
MTU_MC75_RDBFL34 0xF0065BA4          MC 75 Read Data and Bit Flip Register 34
MTU_MC75_RDBFL35 0xF0065BA6          MC 75 Read Data and Bit Flip Register 35
MTU_MC75_RDBFL36 0xF0065BA8          MC 75 Read Data and Bit Flip Register 36
MTU_MC75_RDBFL37 0xF0065BAA          MC 75 Read Data and Bit Flip Register 37
MTU_MC75_RDBFL38 0xF0065BAC          MC 75 Read Data and Bit Flip Register 38
MTU_MC75_RDBFL39 0xF0065BAE          MC 75 Read Data and Bit Flip Register 39
MTU_MC75_RDBFL40 0xF0065BB0          MC 75 Read Data and Bit Flip Register 40
MTU_MC75_RDBFL41 0xF0065BB2          MC 75 Read Data and Bit Flip Register 41
MTU_MC75_RDBFL42 0xF0065BB4          MC 75 Read Data and Bit Flip Register 42
MTU_MC75_RDBFL43 0xF0065BB6          MC 75 Read Data and Bit Flip Register 43
MTU_MC75_RDBFL44 0xF0065BB8          MC 75 Read Data and Bit Flip Register 44
MTU_MC75_RDBFL45 0xF0065BBA          MC 75 Read Data and Bit Flip Register 45
MTU_MC75_RDBFL46 0xF0065BBC          MC 75 Read Data and Bit Flip Register 46
MTU_MC75_RDBFL47 0xF0065BBE          MC 75 Read Data and Bit Flip Register 47
MTU_MC75_RDBFL48 0xF0065BC0          MC 75 Read Data and Bit Flip Register 48
MTU_MC75_RDBFL49 0xF0065BC2          MC 75 Read Data and Bit Flip Register 49
MTU_MC75_RDBFL50 0xF0065BC4          MC 75 Read Data and Bit Flip Register 50
MTU_MC75_RDBFL51 0xF0065BC6          MC 75 Read Data and Bit Flip Register 51
MTU_MC75_RDBFL52 0xF0065BC8          MC 75 Read Data and Bit Flip Register 52
MTU_MC75_RDBFL53 0xF0065BCA          MC 75 Read Data and Bit Flip Register 53
MTU_MC75_RDBFL54 0xF0065BCC          MC 75 Read Data and Bit Flip Register 54
MTU_MC75_RDBFL55 0xF0065BCE          MC 75 Read Data and Bit Flip Register 55
MTU_MC75_RDBFL56 0xF0065BD0          MC 75 Read Data and Bit Flip Register 56
MTU_MC75_RDBFL57 0xF0065BD2          MC 75 Read Data and Bit Flip Register 57
MTU_MC75_RDBFL58 0xF0065BD4          MC 75 Read Data and Bit Flip Register 58
MTU_MC75_RDBFL59 0xF0065BD6          MC 75 Read Data and Bit Flip Register 59
MTU_MC75_RDBFL60 0xF0065BD8          MC 75 Read Data and Bit Flip Register 60
MTU_MC75_RDBFL61 0xF0065BDA          MC 75 Read Data and Bit Flip Register 61
MTU_MC75_RDBFL62 0xF0065BDC          MC 75 Read Data and Bit Flip Register 62
MTU_MC75_RDBFL63 0xF0065BDE          MC 75 Read Data and Bit Flip Register 63
MTU_MC75_RDBFL64 0xF0065BE0          MC 75 Read Data and Bit Flip Register 64
MTU_MC75_RDBFL65 0xF0065BE2          MC 75 Read Data and Bit Flip Register 65
MTU_MC75_RDBFL66 0xF0065BE4          MC 75 Read Data and Bit Flip Register 66
MTU_MC75_ALMSRCS 0xF0065BEE          MC 75 Alarm Sources Configuration Register
MTU_MC75_FAULTSTS 0xF0065BF0          MC 75 SSH Safety Faults Status Register
MTU_MC75_ERRINFO0 0xF0065BF2          MC 75 Error Information Register 0
MTU_MC75_ERRINFO1 0xF0065BF4          MC 75 Error Information Register 1
MTU_MC75_ERRINFO2 0xF0065BF6          MC 75 Error Information Register 2
MTU_MC75_ERRINFO3 0xF0065BF8          MC 75 Error Information Register 3
MTU_MC75_ERRINFO4 0xF0065BFA          MC 75 Error Information Register 4
MTU_MC76_CONFIG0 0xF0065C00          MC 76 Configuration Register 0
MTU_MC76_CONFIG1 0xF0065C02          MC 76 Configuration Register 1
MTU_MC76_MCONTROL 0xF0065C04          MC 76 MBIST Control Register
MTU_MC76_MSTATUS 0xF0065C06          MC 76 Status Register
MTU_MC76_RANGE  0xF0065C08          MC 76 Range Register, single address mode
MTU_MC76_REVID  0xF0065C0C          MC 76 Revision ID Register
MTU_MC76_ECCS   0xF0065C0E          MC 76 ECC Safety Register
MTU_MC76_ECCD   0xF0065C10          MC 76 Memory ECC Detection Register
MTU_MC76_ETRR0  0xF0065C12          MC 76 Error Tracking Register 0
MTU_MC76_ETRR1  0xF0065C14          MC 76 Error Tracking Register 1
MTU_MC76_ETRR2  0xF0065C16          MC 76 Error Tracking Register 2
MTU_MC76_ETRR3  0xF0065C18          MC 76 Error Tracking Register 3
MTU_MC76_ETRR4  0xF0065C1A          MC 76 Error Tracking Register 4
MTU_MC76_RDBFL0 0xF0065C60          MC 76 Read Data and Bit Flip Register 0
MTU_MC76_RDBFL1 0xF0065C62          MC 76 Read Data and Bit Flip Register 1
MTU_MC76_RDBFL2 0xF0065C64          MC 76 Read Data and Bit Flip Register 2
MTU_MC76_RDBFL3 0xF0065C66          MC 76 Read Data and Bit Flip Register 3
MTU_MC76_RDBFL4 0xF0065C68          MC 76 Read Data and Bit Flip Register 4
MTU_MC76_RDBFL5 0xF0065C6A          MC 76 Read Data and Bit Flip Register 5
MTU_MC76_RDBFL6 0xF0065C6C          MC 76 Read Data and Bit Flip Register 6
MTU_MC76_RDBFL7 0xF0065C6E          MC 76 Read Data and Bit Flip Register 7
MTU_MC76_RDBFL8 0xF0065C70          MC 76 Read Data and Bit Flip Register 8
MTU_MC76_RDBFL9 0xF0065C72          MC 76 Read Data and Bit Flip Register 9
MTU_MC76_RDBFL10 0xF0065C74          MC 76 Read Data and Bit Flip Register 10
MTU_MC76_RDBFL11 0xF0065C76          MC 76 Read Data and Bit Flip Register 11
MTU_MC76_RDBFL12 0xF0065C78          MC 76 Read Data and Bit Flip Register 12
MTU_MC76_RDBFL13 0xF0065C7A          MC 76 Read Data and Bit Flip Register 13
MTU_MC76_RDBFL14 0xF0065C7C          MC 76 Read Data and Bit Flip Register 14
MTU_MC76_RDBFL15 0xF0065C7E          MC 76 Read Data and Bit Flip Register 15
MTU_MC76_RDBFL16 0xF0065C80          MC 76 Read Data and Bit Flip Register 16
MTU_MC76_RDBFL17 0xF0065C82          MC 76 Read Data and Bit Flip Register 17
MTU_MC76_RDBFL18 0xF0065C84          MC 76 Read Data and Bit Flip Register 18
MTU_MC76_RDBFL19 0xF0065C86          MC 76 Read Data and Bit Flip Register 19
MTU_MC76_RDBFL20 0xF0065C88          MC 76 Read Data and Bit Flip Register 20
MTU_MC76_RDBFL21 0xF0065C8A          MC 76 Read Data and Bit Flip Register 21
MTU_MC76_RDBFL22 0xF0065C8C          MC 76 Read Data and Bit Flip Register 22
MTU_MC76_RDBFL23 0xF0065C8E          MC 76 Read Data and Bit Flip Register 23
MTU_MC76_RDBFL24 0xF0065C90          MC 76 Read Data and Bit Flip Register 24
MTU_MC76_RDBFL25 0xF0065C92          MC 76 Read Data and Bit Flip Register 25
MTU_MC76_RDBFL26 0xF0065C94          MC 76 Read Data and Bit Flip Register 26
MTU_MC76_RDBFL27 0xF0065C96          MC 76 Read Data and Bit Flip Register 27
MTU_MC76_RDBFL28 0xF0065C98          MC 76 Read Data and Bit Flip Register 28
MTU_MC76_RDBFL29 0xF0065C9A          MC 76 Read Data and Bit Flip Register 29
MTU_MC76_RDBFL30 0xF0065C9C          MC 76 Read Data and Bit Flip Register 30
MTU_MC76_RDBFL31 0xF0065C9E          MC 76 Read Data and Bit Flip Register 31
MTU_MC76_RDBFL32 0xF0065CA0          MC 76 Read Data and Bit Flip Register 32
MTU_MC76_RDBFL33 0xF0065CA2          MC 76 Read Data and Bit Flip Register 33
MTU_MC76_RDBFL34 0xF0065CA4          MC 76 Read Data and Bit Flip Register 34
MTU_MC76_RDBFL35 0xF0065CA6          MC 76 Read Data and Bit Flip Register 35
MTU_MC76_RDBFL36 0xF0065CA8          MC 76 Read Data and Bit Flip Register 36
MTU_MC76_RDBFL37 0xF0065CAA          MC 76 Read Data and Bit Flip Register 37
MTU_MC76_RDBFL38 0xF0065CAC          MC 76 Read Data and Bit Flip Register 38
MTU_MC76_RDBFL39 0xF0065CAE          MC 76 Read Data and Bit Flip Register 39
MTU_MC76_RDBFL40 0xF0065CB0          MC 76 Read Data and Bit Flip Register 40
MTU_MC76_RDBFL41 0xF0065CB2          MC 76 Read Data and Bit Flip Register 41
MTU_MC76_RDBFL42 0xF0065CB4          MC 76 Read Data and Bit Flip Register 42
MTU_MC76_RDBFL43 0xF0065CB6          MC 76 Read Data and Bit Flip Register 43
MTU_MC76_RDBFL44 0xF0065CB8          MC 76 Read Data and Bit Flip Register 44
MTU_MC76_RDBFL45 0xF0065CBA          MC 76 Read Data and Bit Flip Register 45
MTU_MC76_RDBFL46 0xF0065CBC          MC 76 Read Data and Bit Flip Register 46
MTU_MC76_RDBFL47 0xF0065CBE          MC 76 Read Data and Bit Flip Register 47
MTU_MC76_RDBFL48 0xF0065CC0          MC 76 Read Data and Bit Flip Register 48
MTU_MC76_RDBFL49 0xF0065CC2          MC 76 Read Data and Bit Flip Register 49
MTU_MC76_RDBFL50 0xF0065CC4          MC 76 Read Data and Bit Flip Register 50
MTU_MC76_RDBFL51 0xF0065CC6          MC 76 Read Data and Bit Flip Register 51
MTU_MC76_RDBFL52 0xF0065CC8          MC 76 Read Data and Bit Flip Register 52
MTU_MC76_RDBFL53 0xF0065CCA          MC 76 Read Data and Bit Flip Register 53
MTU_MC76_RDBFL54 0xF0065CCC          MC 76 Read Data and Bit Flip Register 54
MTU_MC76_RDBFL55 0xF0065CCE          MC 76 Read Data and Bit Flip Register 55
MTU_MC76_RDBFL56 0xF0065CD0          MC 76 Read Data and Bit Flip Register 56
MTU_MC76_RDBFL57 0xF0065CD2          MC 76 Read Data and Bit Flip Register 57
MTU_MC76_RDBFL58 0xF0065CD4          MC 76 Read Data and Bit Flip Register 58
MTU_MC76_RDBFL59 0xF0065CD6          MC 76 Read Data and Bit Flip Register 59
MTU_MC76_RDBFL60 0xF0065CD8          MC 76 Read Data and Bit Flip Register 60
MTU_MC76_RDBFL61 0xF0065CDA          MC 76 Read Data and Bit Flip Register 61
MTU_MC76_RDBFL62 0xF0065CDC          MC 76 Read Data and Bit Flip Register 62
MTU_MC76_RDBFL63 0xF0065CDE          MC 76 Read Data and Bit Flip Register 63
MTU_MC76_RDBFL64 0xF0065CE0          MC 76 Read Data and Bit Flip Register 64
MTU_MC76_RDBFL65 0xF0065CE2          MC 76 Read Data and Bit Flip Register 65
MTU_MC76_RDBFL66 0xF0065CE4          MC 76 Read Data and Bit Flip Register 66
MTU_MC76_ALMSRCS 0xF0065CEE          MC 76 Alarm Sources Configuration Register
MTU_MC76_FAULTSTS 0xF0065CF0          MC 76 SSH Safety Faults Status Register
MTU_MC76_ERRINFO0 0xF0065CF2          MC 76 Error Information Register 0
MTU_MC76_ERRINFO1 0xF0065CF4          MC 76 Error Information Register 1
MTU_MC76_ERRINFO2 0xF0065CF6          MC 76 Error Information Register 2
MTU_MC76_ERRINFO3 0xF0065CF8          MC 76 Error Information Register 3
MTU_MC76_ERRINFO4 0xF0065CFA          MC 76 Error Information Register 4
MTU_MC77_CONFIG0 0xF0065D00          MC 77 Configuration Register 0
MTU_MC77_CONFIG1 0xF0065D02          MC 77 Configuration Register 1
MTU_MC77_MCONTROL 0xF0065D04          MC 77 MBIST Control Register
MTU_MC77_MSTATUS 0xF0065D06          MC 77 Status Register
MTU_MC77_RANGE  0xF0065D08          MC 77 Range Register, single address mode
MTU_MC77_REVID  0xF0065D0C          MC 77 Revision ID Register
MTU_MC77_ECCS   0xF0065D0E          MC 77 ECC Safety Register
MTU_MC77_ECCD   0xF0065D10          MC 77 Memory ECC Detection Register
MTU_MC77_ETRR0  0xF0065D12          MC 77 Error Tracking Register 0
MTU_MC77_ETRR1  0xF0065D14          MC 77 Error Tracking Register 1
MTU_MC77_ETRR2  0xF0065D16          MC 77 Error Tracking Register 2
MTU_MC77_ETRR3  0xF0065D18          MC 77 Error Tracking Register 3
MTU_MC77_ETRR4  0xF0065D1A          MC 77 Error Tracking Register 4
MTU_MC77_RDBFL0 0xF0065D60          MC 77 Read Data and Bit Flip Register 0
MTU_MC77_RDBFL1 0xF0065D62          MC 77 Read Data and Bit Flip Register 1
MTU_MC77_RDBFL2 0xF0065D64          MC 77 Read Data and Bit Flip Register 2
MTU_MC77_RDBFL3 0xF0065D66          MC 77 Read Data and Bit Flip Register 3
MTU_MC77_RDBFL4 0xF0065D68          MC 77 Read Data and Bit Flip Register 4
MTU_MC77_RDBFL5 0xF0065D6A          MC 77 Read Data and Bit Flip Register 5
MTU_MC77_RDBFL6 0xF0065D6C          MC 77 Read Data and Bit Flip Register 6
MTU_MC77_RDBFL7 0xF0065D6E          MC 77 Read Data and Bit Flip Register 7
MTU_MC77_RDBFL8 0xF0065D70          MC 77 Read Data and Bit Flip Register 8
MTU_MC77_RDBFL9 0xF0065D72          MC 77 Read Data and Bit Flip Register 9
MTU_MC77_RDBFL10 0xF0065D74          MC 77 Read Data and Bit Flip Register 10
MTU_MC77_RDBFL11 0xF0065D76          MC 77 Read Data and Bit Flip Register 11
MTU_MC77_RDBFL12 0xF0065D78          MC 77 Read Data and Bit Flip Register 12
MTU_MC77_RDBFL13 0xF0065D7A          MC 77 Read Data and Bit Flip Register 13
MTU_MC77_RDBFL14 0xF0065D7C          MC 77 Read Data and Bit Flip Register 14
MTU_MC77_RDBFL15 0xF0065D7E          MC 77 Read Data and Bit Flip Register 15
MTU_MC77_RDBFL16 0xF0065D80          MC 77 Read Data and Bit Flip Register 16
MTU_MC77_RDBFL17 0xF0065D82          MC 77 Read Data and Bit Flip Register 17
MTU_MC77_RDBFL18 0xF0065D84          MC 77 Read Data and Bit Flip Register 18
MTU_MC77_RDBFL19 0xF0065D86          MC 77 Read Data and Bit Flip Register 19
MTU_MC77_RDBFL20 0xF0065D88          MC 77 Read Data and Bit Flip Register 20
MTU_MC77_RDBFL21 0xF0065D8A          MC 77 Read Data and Bit Flip Register 21
MTU_MC77_RDBFL22 0xF0065D8C          MC 77 Read Data and Bit Flip Register 22
MTU_MC77_RDBFL23 0xF0065D8E          MC 77 Read Data and Bit Flip Register 23
MTU_MC77_RDBFL24 0xF0065D90          MC 77 Read Data and Bit Flip Register 24
MTU_MC77_RDBFL25 0xF0065D92          MC 77 Read Data and Bit Flip Register 25
MTU_MC77_RDBFL26 0xF0065D94          MC 77 Read Data and Bit Flip Register 26
MTU_MC77_RDBFL27 0xF0065D96          MC 77 Read Data and Bit Flip Register 27
MTU_MC77_RDBFL28 0xF0065D98          MC 77 Read Data and Bit Flip Register 28
MTU_MC77_RDBFL29 0xF0065D9A          MC 77 Read Data and Bit Flip Register 29
MTU_MC77_RDBFL30 0xF0065D9C          MC 77 Read Data and Bit Flip Register 30
MTU_MC77_RDBFL31 0xF0065D9E          MC 77 Read Data and Bit Flip Register 31
MTU_MC77_RDBFL32 0xF0065DA0          MC 77 Read Data and Bit Flip Register 32
MTU_MC77_RDBFL33 0xF0065DA2          MC 77 Read Data and Bit Flip Register 33
MTU_MC77_RDBFL34 0xF0065DA4          MC 77 Read Data and Bit Flip Register 34
MTU_MC77_RDBFL35 0xF0065DA6          MC 77 Read Data and Bit Flip Register 35
MTU_MC77_RDBFL36 0xF0065DA8          MC 77 Read Data and Bit Flip Register 36
MTU_MC77_RDBFL37 0xF0065DAA          MC 77 Read Data and Bit Flip Register 37
MTU_MC77_RDBFL38 0xF0065DAC          MC 77 Read Data and Bit Flip Register 38
MTU_MC77_RDBFL39 0xF0065DAE          MC 77 Read Data and Bit Flip Register 39
MTU_MC77_RDBFL40 0xF0065DB0          MC 77 Read Data and Bit Flip Register 40
MTU_MC77_RDBFL41 0xF0065DB2          MC 77 Read Data and Bit Flip Register 41
MTU_MC77_RDBFL42 0xF0065DB4          MC 77 Read Data and Bit Flip Register 42
MTU_MC77_RDBFL43 0xF0065DB6          MC 77 Read Data and Bit Flip Register 43
MTU_MC77_RDBFL44 0xF0065DB8          MC 77 Read Data and Bit Flip Register 44
MTU_MC77_RDBFL45 0xF0065DBA          MC 77 Read Data and Bit Flip Register 45
MTU_MC77_RDBFL46 0xF0065DBC          MC 77 Read Data and Bit Flip Register 46
MTU_MC77_RDBFL47 0xF0065DBE          MC 77 Read Data and Bit Flip Register 47
MTU_MC77_RDBFL48 0xF0065DC0          MC 77 Read Data and Bit Flip Register 48
MTU_MC77_RDBFL49 0xF0065DC2          MC 77 Read Data and Bit Flip Register 49
MTU_MC77_RDBFL50 0xF0065DC4          MC 77 Read Data and Bit Flip Register 50
MTU_MC77_RDBFL51 0xF0065DC6          MC 77 Read Data and Bit Flip Register 51
MTU_MC77_RDBFL52 0xF0065DC8          MC 77 Read Data and Bit Flip Register 52
MTU_MC77_RDBFL53 0xF0065DCA          MC 77 Read Data and Bit Flip Register 53
MTU_MC77_RDBFL54 0xF0065DCC          MC 77 Read Data and Bit Flip Register 54
MTU_MC77_RDBFL55 0xF0065DCE          MC 77 Read Data and Bit Flip Register 55
MTU_MC77_RDBFL56 0xF0065DD0          MC 77 Read Data and Bit Flip Register 56
MTU_MC77_RDBFL57 0xF0065DD2          MC 77 Read Data and Bit Flip Register 57
MTU_MC77_RDBFL58 0xF0065DD4          MC 77 Read Data and Bit Flip Register 58
MTU_MC77_RDBFL59 0xF0065DD6          MC 77 Read Data and Bit Flip Register 59
MTU_MC77_RDBFL60 0xF0065DD8          MC 77 Read Data and Bit Flip Register 60
MTU_MC77_RDBFL61 0xF0065DDA          MC 77 Read Data and Bit Flip Register 61
MTU_MC77_RDBFL62 0xF0065DDC          MC 77 Read Data and Bit Flip Register 62
MTU_MC77_RDBFL63 0xF0065DDE          MC 77 Read Data and Bit Flip Register 63
MTU_MC77_RDBFL64 0xF0065DE0          MC 77 Read Data and Bit Flip Register 64
MTU_MC77_RDBFL65 0xF0065DE2          MC 77 Read Data and Bit Flip Register 65
MTU_MC77_RDBFL66 0xF0065DE4          MC 77 Read Data and Bit Flip Register 66
MTU_MC77_ALMSRCS 0xF0065DEE          MC 77 Alarm Sources Configuration Register
MTU_MC77_FAULTSTS 0xF0065DF0          MC 77 SSH Safety Faults Status Register
MTU_MC77_ERRINFO0 0xF0065DF2          MC 77 Error Information Register 0
MTU_MC77_ERRINFO1 0xF0065DF4          MC 77 Error Information Register 1
MTU_MC77_ERRINFO2 0xF0065DF6          MC 77 Error Information Register 2
MTU_MC77_ERRINFO3 0xF0065DF8          MC 77 Error Information Register 3
MTU_MC77_ERRINFO4 0xF0065DFA          MC 77 Error Information Register 4
MTU_MC78_CONFIG0 0xF0065E00          MC 78 Configuration Register 0
MTU_MC78_CONFIG1 0xF0065E02          MC 78 Configuration Register 1
MTU_MC78_MCONTROL 0xF0065E04          MC 78 MBIST Control Register
MTU_MC78_MSTATUS 0xF0065E06          MC 78 Status Register
MTU_MC78_RANGE  0xF0065E08          MC 78 Range Register, single address mode
MTU_MC78_REVID  0xF0065E0C          MC 78 Revision ID Register
MTU_MC78_ECCS   0xF0065E0E          MC 78 ECC Safety Register
MTU_MC78_ECCD   0xF0065E10          MC 78 Memory ECC Detection Register
MTU_MC78_ETRR0  0xF0065E12          MC 78 Error Tracking Register 0
MTU_MC78_ETRR1  0xF0065E14          MC 78 Error Tracking Register 1
MTU_MC78_ETRR2  0xF0065E16          MC 78 Error Tracking Register 2
MTU_MC78_ETRR3  0xF0065E18          MC 78 Error Tracking Register 3
MTU_MC78_ETRR4  0xF0065E1A          MC 78 Error Tracking Register 4
MTU_MC78_RDBFL0 0xF0065E60          MC 78 Read Data and Bit Flip Register 0
MTU_MC78_RDBFL1 0xF0065E62          MC 78 Read Data and Bit Flip Register 1
MTU_MC78_RDBFL2 0xF0065E64          MC 78 Read Data and Bit Flip Register 2
MTU_MC78_RDBFL3 0xF0065E66          MC 78 Read Data and Bit Flip Register 3
MTU_MC78_RDBFL4 0xF0065E68          MC 78 Read Data and Bit Flip Register 4
MTU_MC78_RDBFL5 0xF0065E6A          MC 78 Read Data and Bit Flip Register 5
MTU_MC78_RDBFL6 0xF0065E6C          MC 78 Read Data and Bit Flip Register 6
MTU_MC78_RDBFL7 0xF0065E6E          MC 78 Read Data and Bit Flip Register 7
MTU_MC78_RDBFL8 0xF0065E70          MC 78 Read Data and Bit Flip Register 8
MTU_MC78_RDBFL9 0xF0065E72          MC 78 Read Data and Bit Flip Register 9
MTU_MC78_RDBFL10 0xF0065E74          MC 78 Read Data and Bit Flip Register 10
MTU_MC78_RDBFL11 0xF0065E76          MC 78 Read Data and Bit Flip Register 11
MTU_MC78_RDBFL12 0xF0065E78          MC 78 Read Data and Bit Flip Register 12
MTU_MC78_RDBFL13 0xF0065E7A          MC 78 Read Data and Bit Flip Register 13
MTU_MC78_RDBFL14 0xF0065E7C          MC 78 Read Data and Bit Flip Register 14
MTU_MC78_RDBFL15 0xF0065E7E          MC 78 Read Data and Bit Flip Register 15
MTU_MC78_RDBFL16 0xF0065E80          MC 78 Read Data and Bit Flip Register 16
MTU_MC78_RDBFL17 0xF0065E82          MC 78 Read Data and Bit Flip Register 17
MTU_MC78_RDBFL18 0xF0065E84          MC 78 Read Data and Bit Flip Register 18
MTU_MC78_RDBFL19 0xF0065E86          MC 78 Read Data and Bit Flip Register 19
MTU_MC78_RDBFL20 0xF0065E88          MC 78 Read Data and Bit Flip Register 20
MTU_MC78_RDBFL21 0xF0065E8A          MC 78 Read Data and Bit Flip Register 21
MTU_MC78_RDBFL22 0xF0065E8C          MC 78 Read Data and Bit Flip Register 22
MTU_MC78_RDBFL23 0xF0065E8E          MC 78 Read Data and Bit Flip Register 23
MTU_MC78_RDBFL24 0xF0065E90          MC 78 Read Data and Bit Flip Register 24
MTU_MC78_RDBFL25 0xF0065E92          MC 78 Read Data and Bit Flip Register 25
MTU_MC78_RDBFL26 0xF0065E94          MC 78 Read Data and Bit Flip Register 26
MTU_MC78_RDBFL27 0xF0065E96          MC 78 Read Data and Bit Flip Register 27
MTU_MC78_RDBFL28 0xF0065E98          MC 78 Read Data and Bit Flip Register 28
MTU_MC78_RDBFL29 0xF0065E9A          MC 78 Read Data and Bit Flip Register 29
MTU_MC78_RDBFL30 0xF0065E9C          MC 78 Read Data and Bit Flip Register 30
MTU_MC78_RDBFL31 0xF0065E9E          MC 78 Read Data and Bit Flip Register 31
MTU_MC78_RDBFL32 0xF0065EA0          MC 78 Read Data and Bit Flip Register 32
MTU_MC78_RDBFL33 0xF0065EA2          MC 78 Read Data and Bit Flip Register 33
MTU_MC78_RDBFL34 0xF0065EA4          MC 78 Read Data and Bit Flip Register 34
MTU_MC78_RDBFL35 0xF0065EA6          MC 78 Read Data and Bit Flip Register 35
MTU_MC78_RDBFL36 0xF0065EA8          MC 78 Read Data and Bit Flip Register 36
MTU_MC78_RDBFL37 0xF0065EAA          MC 78 Read Data and Bit Flip Register 37
MTU_MC78_RDBFL38 0xF0065EAC          MC 78 Read Data and Bit Flip Register 38
MTU_MC78_RDBFL39 0xF0065EAE          MC 78 Read Data and Bit Flip Register 39
MTU_MC78_RDBFL40 0xF0065EB0          MC 78 Read Data and Bit Flip Register 40
MTU_MC78_RDBFL41 0xF0065EB2          MC 78 Read Data and Bit Flip Register 41
MTU_MC78_RDBFL42 0xF0065EB4          MC 78 Read Data and Bit Flip Register 42
MTU_MC78_RDBFL43 0xF0065EB6          MC 78 Read Data and Bit Flip Register 43
MTU_MC78_RDBFL44 0xF0065EB8          MC 78 Read Data and Bit Flip Register 44
MTU_MC78_RDBFL45 0xF0065EBA          MC 78 Read Data and Bit Flip Register 45
MTU_MC78_RDBFL46 0xF0065EBC          MC 78 Read Data and Bit Flip Register 46
MTU_MC78_RDBFL47 0xF0065EBE          MC 78 Read Data and Bit Flip Register 47
MTU_MC78_RDBFL48 0xF0065EC0          MC 78 Read Data and Bit Flip Register 48
MTU_MC78_RDBFL49 0xF0065EC2          MC 78 Read Data and Bit Flip Register 49
MTU_MC78_RDBFL50 0xF0065EC4          MC 78 Read Data and Bit Flip Register 50
MTU_MC78_RDBFL51 0xF0065EC6          MC 78 Read Data and Bit Flip Register 51
MTU_MC78_RDBFL52 0xF0065EC8          MC 78 Read Data and Bit Flip Register 52
MTU_MC78_RDBFL53 0xF0065ECA          MC 78 Read Data and Bit Flip Register 53
MTU_MC78_RDBFL54 0xF0065ECC          MC 78 Read Data and Bit Flip Register 54
MTU_MC78_RDBFL55 0xF0065ECE          MC 78 Read Data and Bit Flip Register 55
MTU_MC78_RDBFL56 0xF0065ED0          MC 78 Read Data and Bit Flip Register 56
MTU_MC78_RDBFL57 0xF0065ED2          MC 78 Read Data and Bit Flip Register 57
MTU_MC78_RDBFL58 0xF0065ED4          MC 78 Read Data and Bit Flip Register 58
MTU_MC78_RDBFL59 0xF0065ED6          MC 78 Read Data and Bit Flip Register 59
MTU_MC78_RDBFL60 0xF0065ED8          MC 78 Read Data and Bit Flip Register 60
MTU_MC78_RDBFL61 0xF0065EDA          MC 78 Read Data and Bit Flip Register 61
MTU_MC78_RDBFL62 0xF0065EDC          MC 78 Read Data and Bit Flip Register 62
MTU_MC78_RDBFL63 0xF0065EDE          MC 78 Read Data and Bit Flip Register 63
MTU_MC78_RDBFL64 0xF0065EE0          MC 78 Read Data and Bit Flip Register 64
MTU_MC78_RDBFL65 0xF0065EE2          MC 78 Read Data and Bit Flip Register 65
MTU_MC78_RDBFL66 0xF0065EE4          MC 78 Read Data and Bit Flip Register 66
MTU_MC78_ALMSRCS 0xF0065EEE          MC 78 Alarm Sources Configuration Register
MTU_MC78_FAULTSTS 0xF0065EF0          MC 78 SSH Safety Faults Status Register
MTU_MC78_ERRINFO0 0xF0065EF2          MC 78 Error Information Register 0
MTU_MC78_ERRINFO1 0xF0065EF4          MC 78 Error Information Register 1
MTU_MC78_ERRINFO2 0xF0065EF6          MC 78 Error Information Register 2
MTU_MC78_ERRINFO3 0xF0065EF8          MC 78 Error Information Register 3
MTU_MC78_ERRINFO4 0xF0065EFA          MC 78 Error Information Register 4
MTU_MC79_CONFIG0 0xF0065F00          MC 79 Configuration Register 0
MTU_MC79_CONFIG1 0xF0065F02          MC 79 Configuration Register 1
MTU_MC79_MCONTROL 0xF0065F04          MC 79 MBIST Control Register
MTU_MC79_MSTATUS 0xF0065F06          MC 79 Status Register
MTU_MC79_RANGE  0xF0065F08          MC 79 Range Register, single address mode
MTU_MC79_REVID  0xF0065F0C          MC 79 Revision ID Register
MTU_MC79_ECCS   0xF0065F0E          MC 79 ECC Safety Register
MTU_MC79_ECCD   0xF0065F10          MC 79 Memory ECC Detection Register
MTU_MC79_ETRR0  0xF0065F12          MC 79 Error Tracking Register 0
MTU_MC79_ETRR1  0xF0065F14          MC 79 Error Tracking Register 1
MTU_MC79_ETRR2  0xF0065F16          MC 79 Error Tracking Register 2
MTU_MC79_ETRR3  0xF0065F18          MC 79 Error Tracking Register 3
MTU_MC79_ETRR4  0xF0065F1A          MC 79 Error Tracking Register 4
MTU_MC79_RDBFL0 0xF0065F60          MC 79 Read Data and Bit Flip Register 0
MTU_MC79_RDBFL1 0xF0065F62          MC 79 Read Data and Bit Flip Register 1
MTU_MC79_RDBFL2 0xF0065F64          MC 79 Read Data and Bit Flip Register 2
MTU_MC79_RDBFL3 0xF0065F66          MC 79 Read Data and Bit Flip Register 3
MTU_MC79_RDBFL4 0xF0065F68          MC 79 Read Data and Bit Flip Register 4
MTU_MC79_RDBFL5 0xF0065F6A          MC 79 Read Data and Bit Flip Register 5
MTU_MC79_RDBFL6 0xF0065F6C          MC 79 Read Data and Bit Flip Register 6
MTU_MC79_RDBFL7 0xF0065F6E          MC 79 Read Data and Bit Flip Register 7
MTU_MC79_RDBFL8 0xF0065F70          MC 79 Read Data and Bit Flip Register 8
MTU_MC79_RDBFL9 0xF0065F72          MC 79 Read Data and Bit Flip Register 9
MTU_MC79_RDBFL10 0xF0065F74          MC 79 Read Data and Bit Flip Register 10
MTU_MC79_RDBFL11 0xF0065F76          MC 79 Read Data and Bit Flip Register 11
MTU_MC79_RDBFL12 0xF0065F78          MC 79 Read Data and Bit Flip Register 12
MTU_MC79_RDBFL13 0xF0065F7A          MC 79 Read Data and Bit Flip Register 13
MTU_MC79_RDBFL14 0xF0065F7C          MC 79 Read Data and Bit Flip Register 14
MTU_MC79_RDBFL15 0xF0065F7E          MC 79 Read Data and Bit Flip Register 15
MTU_MC79_RDBFL16 0xF0065F80          MC 79 Read Data and Bit Flip Register 16
MTU_MC79_RDBFL17 0xF0065F82          MC 79 Read Data and Bit Flip Register 17
MTU_MC79_RDBFL18 0xF0065F84          MC 79 Read Data and Bit Flip Register 18
MTU_MC79_RDBFL19 0xF0065F86          MC 79 Read Data and Bit Flip Register 19
MTU_MC79_RDBFL20 0xF0065F88          MC 79 Read Data and Bit Flip Register 20
MTU_MC79_RDBFL21 0xF0065F8A          MC 79 Read Data and Bit Flip Register 21
MTU_MC79_RDBFL22 0xF0065F8C          MC 79 Read Data and Bit Flip Register 22
MTU_MC79_RDBFL23 0xF0065F8E          MC 79 Read Data and Bit Flip Register 23
MTU_MC79_RDBFL24 0xF0065F90          MC 79 Read Data and Bit Flip Register 24
MTU_MC79_RDBFL25 0xF0065F92          MC 79 Read Data and Bit Flip Register 25
MTU_MC79_RDBFL26 0xF0065F94          MC 79 Read Data and Bit Flip Register 26
MTU_MC79_RDBFL27 0xF0065F96          MC 79 Read Data and Bit Flip Register 27
MTU_MC79_RDBFL28 0xF0065F98          MC 79 Read Data and Bit Flip Register 28
MTU_MC79_RDBFL29 0xF0065F9A          MC 79 Read Data and Bit Flip Register 29
MTU_MC79_RDBFL30 0xF0065F9C          MC 79 Read Data and Bit Flip Register 30
MTU_MC79_RDBFL31 0xF0065F9E          MC 79 Read Data and Bit Flip Register 31
MTU_MC79_RDBFL32 0xF0065FA0          MC 79 Read Data and Bit Flip Register 32
MTU_MC79_RDBFL33 0xF0065FA2          MC 79 Read Data and Bit Flip Register 33
MTU_MC79_RDBFL34 0xF0065FA4          MC 79 Read Data and Bit Flip Register 34
MTU_MC79_RDBFL35 0xF0065FA6          MC 79 Read Data and Bit Flip Register 35
MTU_MC79_RDBFL36 0xF0065FA8          MC 79 Read Data and Bit Flip Register 36
MTU_MC79_RDBFL37 0xF0065FAA          MC 79 Read Data and Bit Flip Register 37
MTU_MC79_RDBFL38 0xF0065FAC          MC 79 Read Data and Bit Flip Register 38
MTU_MC79_RDBFL39 0xF0065FAE          MC 79 Read Data and Bit Flip Register 39
MTU_MC79_RDBFL40 0xF0065FB0          MC 79 Read Data and Bit Flip Register 40
MTU_MC79_RDBFL41 0xF0065FB2          MC 79 Read Data and Bit Flip Register 41
MTU_MC79_RDBFL42 0xF0065FB4          MC 79 Read Data and Bit Flip Register 42
MTU_MC79_RDBFL43 0xF0065FB6          MC 79 Read Data and Bit Flip Register 43
MTU_MC79_RDBFL44 0xF0065FB8          MC 79 Read Data and Bit Flip Register 44
MTU_MC79_RDBFL45 0xF0065FBA          MC 79 Read Data and Bit Flip Register 45
MTU_MC79_RDBFL46 0xF0065FBC          MC 79 Read Data and Bit Flip Register 46
MTU_MC79_RDBFL47 0xF0065FBE          MC 79 Read Data and Bit Flip Register 47
MTU_MC79_RDBFL48 0xF0065FC0          MC 79 Read Data and Bit Flip Register 48
MTU_MC79_RDBFL49 0xF0065FC2          MC 79 Read Data and Bit Flip Register 49
MTU_MC79_RDBFL50 0xF0065FC4          MC 79 Read Data and Bit Flip Register 50
MTU_MC79_RDBFL51 0xF0065FC6          MC 79 Read Data and Bit Flip Register 51
MTU_MC79_RDBFL52 0xF0065FC8          MC 79 Read Data and Bit Flip Register 52
MTU_MC79_RDBFL53 0xF0065FCA          MC 79 Read Data and Bit Flip Register 53
MTU_MC79_RDBFL54 0xF0065FCC          MC 79 Read Data and Bit Flip Register 54
MTU_MC79_RDBFL55 0xF0065FCE          MC 79 Read Data and Bit Flip Register 55
MTU_MC79_RDBFL56 0xF0065FD0          MC 79 Read Data and Bit Flip Register 56
MTU_MC79_RDBFL57 0xF0065FD2          MC 79 Read Data and Bit Flip Register 57
MTU_MC79_RDBFL58 0xF0065FD4          MC 79 Read Data and Bit Flip Register 58
MTU_MC79_RDBFL59 0xF0065FD6          MC 79 Read Data and Bit Flip Register 59
MTU_MC79_RDBFL60 0xF0065FD8          MC 79 Read Data and Bit Flip Register 60
MTU_MC79_RDBFL61 0xF0065FDA          MC 79 Read Data and Bit Flip Register 61
MTU_MC79_RDBFL62 0xF0065FDC          MC 79 Read Data and Bit Flip Register 62
MTU_MC79_RDBFL63 0xF0065FDE          MC 79 Read Data and Bit Flip Register 63
MTU_MC79_RDBFL64 0xF0065FE0          MC 79 Read Data and Bit Flip Register 64
MTU_MC79_RDBFL65 0xF0065FE2          MC 79 Read Data and Bit Flip Register 65
MTU_MC79_RDBFL66 0xF0065FE4          MC 79 Read Data and Bit Flip Register 66
MTU_MC79_ALMSRCS 0xF0065FEE          MC 79 Alarm Sources Configuration Register
MTU_MC79_FAULTSTS 0xF0065FF0          MC 79 SSH Safety Faults Status Register
MTU_MC79_ERRINFO0 0xF0065FF2          MC 79 Error Information Register 0
MTU_MC79_ERRINFO1 0xF0065FF4          MC 79 Error Information Register 1
MTU_MC79_ERRINFO2 0xF0065FF6          MC 79 Error Information Register 2
MTU_MC79_ERRINFO3 0xF0065FF8          MC 79 Error Information Register 3
MTU_MC79_ERRINFO4 0xF0065FFA          MC 79 Error Information Register 4
MTU_MC80_CONFIG0 0xF0066000          MC 80 Configuration Register 0
MTU_MC80_CONFIG1 0xF0066002          MC 80 Configuration Register 1
MTU_MC80_MCONTROL 0xF0066004          MC 80 MBIST Control Register
MTU_MC80_MSTATUS 0xF0066006          MC 80 Status Register
MTU_MC80_RANGE  0xF0066008          MC 80 Range Register, single address mode
MTU_MC80_REVID  0xF006600C          MC 80 Revision ID Register
MTU_MC80_ECCS   0xF006600E          MC 80 ECC Safety Register
MTU_MC80_ECCD   0xF0066010          MC 80 Memory ECC Detection Register
MTU_MC80_ETRR0  0xF0066012          MC 80 Error Tracking Register 0
MTU_MC80_ETRR1  0xF0066014          MC 80 Error Tracking Register 1
MTU_MC80_ETRR2  0xF0066016          MC 80 Error Tracking Register 2
MTU_MC80_ETRR3  0xF0066018          MC 80 Error Tracking Register 3
MTU_MC80_ETRR4  0xF006601A          MC 80 Error Tracking Register 4
MTU_MC80_RDBFL0 0xF0066060          MC 80 Read Data and Bit Flip Register 0
MTU_MC80_RDBFL1 0xF0066062          MC 80 Read Data and Bit Flip Register 1
MTU_MC80_RDBFL2 0xF0066064          MC 80 Read Data and Bit Flip Register 2
MTU_MC80_RDBFL3 0xF0066066          MC 80 Read Data and Bit Flip Register 3
MTU_MC80_RDBFL4 0xF0066068          MC 80 Read Data and Bit Flip Register 4
MTU_MC80_RDBFL5 0xF006606A          MC 80 Read Data and Bit Flip Register 5
MTU_MC80_RDBFL6 0xF006606C          MC 80 Read Data and Bit Flip Register 6
MTU_MC80_RDBFL7 0xF006606E          MC 80 Read Data and Bit Flip Register 7
MTU_MC80_RDBFL8 0xF0066070          MC 80 Read Data and Bit Flip Register 8
MTU_MC80_RDBFL9 0xF0066072          MC 80 Read Data and Bit Flip Register 9
MTU_MC80_RDBFL10 0xF0066074          MC 80 Read Data and Bit Flip Register 10
MTU_MC80_RDBFL11 0xF0066076          MC 80 Read Data and Bit Flip Register 11
MTU_MC80_RDBFL12 0xF0066078          MC 80 Read Data and Bit Flip Register 12
MTU_MC80_RDBFL13 0xF006607A          MC 80 Read Data and Bit Flip Register 13
MTU_MC80_RDBFL14 0xF006607C          MC 80 Read Data and Bit Flip Register 14
MTU_MC80_RDBFL15 0xF006607E          MC 80 Read Data and Bit Flip Register 15
MTU_MC80_RDBFL16 0xF0066080          MC 80 Read Data and Bit Flip Register 16
MTU_MC80_RDBFL17 0xF0066082          MC 80 Read Data and Bit Flip Register 17
MTU_MC80_RDBFL18 0xF0066084          MC 80 Read Data and Bit Flip Register 18
MTU_MC80_RDBFL19 0xF0066086          MC 80 Read Data and Bit Flip Register 19
MTU_MC80_RDBFL20 0xF0066088          MC 80 Read Data and Bit Flip Register 20
MTU_MC80_RDBFL21 0xF006608A          MC 80 Read Data and Bit Flip Register 21
MTU_MC80_RDBFL22 0xF006608C          MC 80 Read Data and Bit Flip Register 22
MTU_MC80_RDBFL23 0xF006608E          MC 80 Read Data and Bit Flip Register 23
MTU_MC80_RDBFL24 0xF0066090          MC 80 Read Data and Bit Flip Register 24
MTU_MC80_RDBFL25 0xF0066092          MC 80 Read Data and Bit Flip Register 25
MTU_MC80_RDBFL26 0xF0066094          MC 80 Read Data and Bit Flip Register 26
MTU_MC80_RDBFL27 0xF0066096          MC 80 Read Data and Bit Flip Register 27
MTU_MC80_RDBFL28 0xF0066098          MC 80 Read Data and Bit Flip Register 28
MTU_MC80_RDBFL29 0xF006609A          MC 80 Read Data and Bit Flip Register 29
MTU_MC80_RDBFL30 0xF006609C          MC 80 Read Data and Bit Flip Register 30
MTU_MC80_RDBFL31 0xF006609E          MC 80 Read Data and Bit Flip Register 31
MTU_MC80_RDBFL32 0xF00660A0          MC 80 Read Data and Bit Flip Register 32
MTU_MC80_RDBFL33 0xF00660A2          MC 80 Read Data and Bit Flip Register 33
MTU_MC80_RDBFL34 0xF00660A4          MC 80 Read Data and Bit Flip Register 34
MTU_MC80_RDBFL35 0xF00660A6          MC 80 Read Data and Bit Flip Register 35
MTU_MC80_RDBFL36 0xF00660A8          MC 80 Read Data and Bit Flip Register 36
MTU_MC80_RDBFL37 0xF00660AA          MC 80 Read Data and Bit Flip Register 37
MTU_MC80_RDBFL38 0xF00660AC          MC 80 Read Data and Bit Flip Register 38
MTU_MC80_RDBFL39 0xF00660AE          MC 80 Read Data and Bit Flip Register 39
MTU_MC80_RDBFL40 0xF00660B0          MC 80 Read Data and Bit Flip Register 40
MTU_MC80_RDBFL41 0xF00660B2          MC 80 Read Data and Bit Flip Register 41
MTU_MC80_RDBFL42 0xF00660B4          MC 80 Read Data and Bit Flip Register 42
MTU_MC80_RDBFL43 0xF00660B6          MC 80 Read Data and Bit Flip Register 43
MTU_MC80_RDBFL44 0xF00660B8          MC 80 Read Data and Bit Flip Register 44
MTU_MC80_RDBFL45 0xF00660BA          MC 80 Read Data and Bit Flip Register 45
MTU_MC80_RDBFL46 0xF00660BC          MC 80 Read Data and Bit Flip Register 46
MTU_MC80_RDBFL47 0xF00660BE          MC 80 Read Data and Bit Flip Register 47
MTU_MC80_RDBFL48 0xF00660C0          MC 80 Read Data and Bit Flip Register 48
MTU_MC80_RDBFL49 0xF00660C2          MC 80 Read Data and Bit Flip Register 49
MTU_MC80_RDBFL50 0xF00660C4          MC 80 Read Data and Bit Flip Register 50
MTU_MC80_RDBFL51 0xF00660C6          MC 80 Read Data and Bit Flip Register 51
MTU_MC80_RDBFL52 0xF00660C8          MC 80 Read Data and Bit Flip Register 52
MTU_MC80_RDBFL53 0xF00660CA          MC 80 Read Data and Bit Flip Register 53
MTU_MC80_RDBFL54 0xF00660CC          MC 80 Read Data and Bit Flip Register 54
MTU_MC80_RDBFL55 0xF00660CE          MC 80 Read Data and Bit Flip Register 55
MTU_MC80_RDBFL56 0xF00660D0          MC 80 Read Data and Bit Flip Register 56
MTU_MC80_RDBFL57 0xF00660D2          MC 80 Read Data and Bit Flip Register 57
MTU_MC80_RDBFL58 0xF00660D4          MC 80 Read Data and Bit Flip Register 58
MTU_MC80_RDBFL59 0xF00660D6          MC 80 Read Data and Bit Flip Register 59
MTU_MC80_RDBFL60 0xF00660D8          MC 80 Read Data and Bit Flip Register 60
MTU_MC80_RDBFL61 0xF00660DA          MC 80 Read Data and Bit Flip Register 61
MTU_MC80_RDBFL62 0xF00660DC          MC 80 Read Data and Bit Flip Register 62
MTU_MC80_RDBFL63 0xF00660DE          MC 80 Read Data and Bit Flip Register 63
MTU_MC80_RDBFL64 0xF00660E0          MC 80 Read Data and Bit Flip Register 64
MTU_MC80_RDBFL65 0xF00660E2          MC 80 Read Data and Bit Flip Register 65
MTU_MC80_RDBFL66 0xF00660E4          MC 80 Read Data and Bit Flip Register 66
MTU_MC80_ALMSRCS 0xF00660EE          MC 80 Alarm Sources Configuration Register
MTU_MC80_FAULTSTS 0xF00660F0          MC 80 SSH Safety Faults Status Register
MTU_MC80_ERRINFO0 0xF00660F2          MC 80 Error Information Register 0
MTU_MC80_ERRINFO1 0xF00660F4          MC 80 Error Information Register 1
MTU_MC80_ERRINFO2 0xF00660F6          MC 80 Error Information Register 2
MTU_MC80_ERRINFO3 0xF00660F8          MC 80 Error Information Register 3
MTU_MC80_ERRINFO4 0xF00660FA          MC 80 Error Information Register 4
MTU_MC81_CONFIG0 0xF0066100          MC 81 Configuration Register 0
MTU_MC81_CONFIG1 0xF0066102          MC 81 Configuration Register 1
MTU_MC81_MCONTROL 0xF0066104          MC 81 MBIST Control Register
MTU_MC81_MSTATUS 0xF0066106          MC 81 Status Register
MTU_MC81_RANGE  0xF0066108          MC 81 Range Register, single address mode
MTU_MC81_REVID  0xF006610C          MC 81 Revision ID Register
MTU_MC81_ECCS   0xF006610E          MC 81 ECC Safety Register
MTU_MC81_ECCD   0xF0066110          MC 81 Memory ECC Detection Register
MTU_MC81_ETRR0  0xF0066112          MC 81 Error Tracking Register 0
MTU_MC81_ETRR1  0xF0066114          MC 81 Error Tracking Register 1
MTU_MC81_ETRR2  0xF0066116          MC 81 Error Tracking Register 2
MTU_MC81_ETRR3  0xF0066118          MC 81 Error Tracking Register 3
MTU_MC81_ETRR4  0xF006611A          MC 81 Error Tracking Register 4
MTU_MC81_RDBFL0 0xF0066160          MC 81 Read Data and Bit Flip Register 0
MTU_MC81_RDBFL1 0xF0066162          MC 81 Read Data and Bit Flip Register 1
MTU_MC81_RDBFL2 0xF0066164          MC 81 Read Data and Bit Flip Register 2
MTU_MC81_RDBFL3 0xF0066166          MC 81 Read Data and Bit Flip Register 3
MTU_MC81_RDBFL4 0xF0066168          MC 81 Read Data and Bit Flip Register 4
MTU_MC81_RDBFL5 0xF006616A          MC 81 Read Data and Bit Flip Register 5
MTU_MC81_RDBFL6 0xF006616C          MC 81 Read Data and Bit Flip Register 6
MTU_MC81_RDBFL7 0xF006616E          MC 81 Read Data and Bit Flip Register 7
MTU_MC81_RDBFL8 0xF0066170          MC 81 Read Data and Bit Flip Register 8
MTU_MC81_RDBFL9 0xF0066172          MC 81 Read Data and Bit Flip Register 9
MTU_MC81_RDBFL10 0xF0066174          MC 81 Read Data and Bit Flip Register 10
MTU_MC81_RDBFL11 0xF0066176          MC 81 Read Data and Bit Flip Register 11
MTU_MC81_RDBFL12 0xF0066178          MC 81 Read Data and Bit Flip Register 12
MTU_MC81_RDBFL13 0xF006617A          MC 81 Read Data and Bit Flip Register 13
MTU_MC81_RDBFL14 0xF006617C          MC 81 Read Data and Bit Flip Register 14
MTU_MC81_RDBFL15 0xF006617E          MC 81 Read Data and Bit Flip Register 15
MTU_MC81_RDBFL16 0xF0066180          MC 81 Read Data and Bit Flip Register 16
MTU_MC81_RDBFL17 0xF0066182          MC 81 Read Data and Bit Flip Register 17
MTU_MC81_RDBFL18 0xF0066184          MC 81 Read Data and Bit Flip Register 18
MTU_MC81_RDBFL19 0xF0066186          MC 81 Read Data and Bit Flip Register 19
MTU_MC81_RDBFL20 0xF0066188          MC 81 Read Data and Bit Flip Register 20
MTU_MC81_RDBFL21 0xF006618A          MC 81 Read Data and Bit Flip Register 21
MTU_MC81_RDBFL22 0xF006618C          MC 81 Read Data and Bit Flip Register 22
MTU_MC81_RDBFL23 0xF006618E          MC 81 Read Data and Bit Flip Register 23
MTU_MC81_RDBFL24 0xF0066190          MC 81 Read Data and Bit Flip Register 24
MTU_MC81_RDBFL25 0xF0066192          MC 81 Read Data and Bit Flip Register 25
MTU_MC81_RDBFL26 0xF0066194          MC 81 Read Data and Bit Flip Register 26
MTU_MC81_RDBFL27 0xF0066196          MC 81 Read Data and Bit Flip Register 27
MTU_MC81_RDBFL28 0xF0066198          MC 81 Read Data and Bit Flip Register 28
MTU_MC81_RDBFL29 0xF006619A          MC 81 Read Data and Bit Flip Register 29
MTU_MC81_RDBFL30 0xF006619C          MC 81 Read Data and Bit Flip Register 30
MTU_MC81_RDBFL31 0xF006619E          MC 81 Read Data and Bit Flip Register 31
MTU_MC81_RDBFL32 0xF00661A0          MC 81 Read Data and Bit Flip Register 32
MTU_MC81_RDBFL33 0xF00661A2          MC 81 Read Data and Bit Flip Register 33
MTU_MC81_RDBFL34 0xF00661A4          MC 81 Read Data and Bit Flip Register 34
MTU_MC81_RDBFL35 0xF00661A6          MC 81 Read Data and Bit Flip Register 35
MTU_MC81_RDBFL36 0xF00661A8          MC 81 Read Data and Bit Flip Register 36
MTU_MC81_RDBFL37 0xF00661AA          MC 81 Read Data and Bit Flip Register 37
MTU_MC81_RDBFL38 0xF00661AC          MC 81 Read Data and Bit Flip Register 38
MTU_MC81_RDBFL39 0xF00661AE          MC 81 Read Data and Bit Flip Register 39
MTU_MC81_RDBFL40 0xF00661B0          MC 81 Read Data and Bit Flip Register 40
MTU_MC81_RDBFL41 0xF00661B2          MC 81 Read Data and Bit Flip Register 41
MTU_MC81_RDBFL42 0xF00661B4          MC 81 Read Data and Bit Flip Register 42
MTU_MC81_RDBFL43 0xF00661B6          MC 81 Read Data and Bit Flip Register 43
MTU_MC81_RDBFL44 0xF00661B8          MC 81 Read Data and Bit Flip Register 44
MTU_MC81_RDBFL45 0xF00661BA          MC 81 Read Data and Bit Flip Register 45
MTU_MC81_RDBFL46 0xF00661BC          MC 81 Read Data and Bit Flip Register 46
MTU_MC81_RDBFL47 0xF00661BE          MC 81 Read Data and Bit Flip Register 47
MTU_MC81_RDBFL48 0xF00661C0          MC 81 Read Data and Bit Flip Register 48
MTU_MC81_RDBFL49 0xF00661C2          MC 81 Read Data and Bit Flip Register 49
MTU_MC81_RDBFL50 0xF00661C4          MC 81 Read Data and Bit Flip Register 50
MTU_MC81_RDBFL51 0xF00661C6          MC 81 Read Data and Bit Flip Register 51
MTU_MC81_RDBFL52 0xF00661C8          MC 81 Read Data and Bit Flip Register 52
MTU_MC81_RDBFL53 0xF00661CA          MC 81 Read Data and Bit Flip Register 53
MTU_MC81_RDBFL54 0xF00661CC          MC 81 Read Data and Bit Flip Register 54
MTU_MC81_RDBFL55 0xF00661CE          MC 81 Read Data and Bit Flip Register 55
MTU_MC81_RDBFL56 0xF00661D0          MC 81 Read Data and Bit Flip Register 56
MTU_MC81_RDBFL57 0xF00661D2          MC 81 Read Data and Bit Flip Register 57
MTU_MC81_RDBFL58 0xF00661D4          MC 81 Read Data and Bit Flip Register 58
MTU_MC81_RDBFL59 0xF00661D6          MC 81 Read Data and Bit Flip Register 59
MTU_MC81_RDBFL60 0xF00661D8          MC 81 Read Data and Bit Flip Register 60
MTU_MC81_RDBFL61 0xF00661DA          MC 81 Read Data and Bit Flip Register 61
MTU_MC81_RDBFL62 0xF00661DC          MC 81 Read Data and Bit Flip Register 62
MTU_MC81_RDBFL63 0xF00661DE          MC 81 Read Data and Bit Flip Register 63
MTU_MC81_RDBFL64 0xF00661E0          MC 81 Read Data and Bit Flip Register 64
MTU_MC81_RDBFL65 0xF00661E2          MC 81 Read Data and Bit Flip Register 65
MTU_MC81_RDBFL66 0xF00661E4          MC 81 Read Data and Bit Flip Register 66
MTU_MC81_ALMSRCS 0xF00661EE          MC 81 Alarm Sources Configuration Register
MTU_MC81_FAULTSTS 0xF00661F0          MC 81 SSH Safety Faults Status Register
MTU_MC81_ERRINFO0 0xF00661F2          MC 81 Error Information Register 0
MTU_MC81_ERRINFO1 0xF00661F4          MC 81 Error Information Register 1
MTU_MC81_ERRINFO2 0xF00661F6          MC 81 Error Information Register 2
MTU_MC81_ERRINFO3 0xF00661F8          MC 81 Error Information Register 3
MTU_MC81_ERRINFO4 0xF00661FA          MC 81 Error Information Register 4
MTU_MC82_CONFIG0 0xF0066200          MC 82 Configuration Register 0
MTU_MC82_CONFIG1 0xF0066202          MC 82 Configuration Register 1
MTU_MC82_MCONTROL 0xF0066204          MC 82 MBIST Control Register
MTU_MC82_MSTATUS 0xF0066206          MC 82 Status Register
MTU_MC82_RANGE  0xF0066208          MC 82 Range Register, single address mode
MTU_MC82_REVID  0xF006620C          MC 82 Revision ID Register
MTU_MC82_ECCS   0xF006620E          MC 82 ECC Safety Register
MTU_MC82_ECCD   0xF0066210          MC 82 Memory ECC Detection Register
MTU_MC82_ETRR0  0xF0066212          MC 82 Error Tracking Register 0
MTU_MC82_ETRR1  0xF0066214          MC 82 Error Tracking Register 1
MTU_MC82_ETRR2  0xF0066216          MC 82 Error Tracking Register 2
MTU_MC82_ETRR3  0xF0066218          MC 82 Error Tracking Register 3
MTU_MC82_ETRR4  0xF006621A          MC 82 Error Tracking Register 4
MTU_MC82_RDBFL0 0xF0066260          MC 82 Read Data and Bit Flip Register 0
MTU_MC82_RDBFL1 0xF0066262          MC 82 Read Data and Bit Flip Register 1
MTU_MC82_RDBFL2 0xF0066264          MC 82 Read Data and Bit Flip Register 2
MTU_MC82_RDBFL3 0xF0066266          MC 82 Read Data and Bit Flip Register 3
MTU_MC82_RDBFL4 0xF0066268          MC 82 Read Data and Bit Flip Register 4
MTU_MC82_RDBFL5 0xF006626A          MC 82 Read Data and Bit Flip Register 5
MTU_MC82_RDBFL6 0xF006626C          MC 82 Read Data and Bit Flip Register 6
MTU_MC82_RDBFL7 0xF006626E          MC 82 Read Data and Bit Flip Register 7
MTU_MC82_RDBFL8 0xF0066270          MC 82 Read Data and Bit Flip Register 8
MTU_MC82_RDBFL9 0xF0066272          MC 82 Read Data and Bit Flip Register 9
MTU_MC82_RDBFL10 0xF0066274          MC 82 Read Data and Bit Flip Register 10
MTU_MC82_RDBFL11 0xF0066276          MC 82 Read Data and Bit Flip Register 11
MTU_MC82_RDBFL12 0xF0066278          MC 82 Read Data and Bit Flip Register 12
MTU_MC82_RDBFL13 0xF006627A          MC 82 Read Data and Bit Flip Register 13
MTU_MC82_RDBFL14 0xF006627C          MC 82 Read Data and Bit Flip Register 14
MTU_MC82_RDBFL15 0xF006627E          MC 82 Read Data and Bit Flip Register 15
MTU_MC82_RDBFL16 0xF0066280          MC 82 Read Data and Bit Flip Register 16
MTU_MC82_RDBFL17 0xF0066282          MC 82 Read Data and Bit Flip Register 17
MTU_MC82_RDBFL18 0xF0066284          MC 82 Read Data and Bit Flip Register 18
MTU_MC82_RDBFL19 0xF0066286          MC 82 Read Data and Bit Flip Register 19
MTU_MC82_RDBFL20 0xF0066288          MC 82 Read Data and Bit Flip Register 20
MTU_MC82_RDBFL21 0xF006628A          MC 82 Read Data and Bit Flip Register 21
MTU_MC82_RDBFL22 0xF006628C          MC 82 Read Data and Bit Flip Register 22
MTU_MC82_RDBFL23 0xF006628E          MC 82 Read Data and Bit Flip Register 23
MTU_MC82_RDBFL24 0xF0066290          MC 82 Read Data and Bit Flip Register 24
MTU_MC82_RDBFL25 0xF0066292          MC 82 Read Data and Bit Flip Register 25
MTU_MC82_RDBFL26 0xF0066294          MC 82 Read Data and Bit Flip Register 26
MTU_MC82_RDBFL27 0xF0066296          MC 82 Read Data and Bit Flip Register 27
MTU_MC82_RDBFL28 0xF0066298          MC 82 Read Data and Bit Flip Register 28
MTU_MC82_RDBFL29 0xF006629A          MC 82 Read Data and Bit Flip Register 29
MTU_MC82_RDBFL30 0xF006629C          MC 82 Read Data and Bit Flip Register 30
MTU_MC82_RDBFL31 0xF006629E          MC 82 Read Data and Bit Flip Register 31
MTU_MC82_RDBFL32 0xF00662A0          MC 82 Read Data and Bit Flip Register 32
MTU_MC82_RDBFL33 0xF00662A2          MC 82 Read Data and Bit Flip Register 33
MTU_MC82_RDBFL34 0xF00662A4          MC 82 Read Data and Bit Flip Register 34
MTU_MC82_RDBFL35 0xF00662A6          MC 82 Read Data and Bit Flip Register 35
MTU_MC82_RDBFL36 0xF00662A8          MC 82 Read Data and Bit Flip Register 36
MTU_MC82_RDBFL37 0xF00662AA          MC 82 Read Data and Bit Flip Register 37
MTU_MC82_RDBFL38 0xF00662AC          MC 82 Read Data and Bit Flip Register 38
MTU_MC82_RDBFL39 0xF00662AE          MC 82 Read Data and Bit Flip Register 39
MTU_MC82_RDBFL40 0xF00662B0          MC 82 Read Data and Bit Flip Register 40
MTU_MC82_RDBFL41 0xF00662B2          MC 82 Read Data and Bit Flip Register 41
MTU_MC82_RDBFL42 0xF00662B4          MC 82 Read Data and Bit Flip Register 42
MTU_MC82_RDBFL43 0xF00662B6          MC 82 Read Data and Bit Flip Register 43
MTU_MC82_RDBFL44 0xF00662B8          MC 82 Read Data and Bit Flip Register 44
MTU_MC82_RDBFL45 0xF00662BA          MC 82 Read Data and Bit Flip Register 45
MTU_MC82_RDBFL46 0xF00662BC          MC 82 Read Data and Bit Flip Register 46
MTU_MC82_RDBFL47 0xF00662BE          MC 82 Read Data and Bit Flip Register 47
MTU_MC82_RDBFL48 0xF00662C0          MC 82 Read Data and Bit Flip Register 48
MTU_MC82_RDBFL49 0xF00662C2          MC 82 Read Data and Bit Flip Register 49
MTU_MC82_RDBFL50 0xF00662C4          MC 82 Read Data and Bit Flip Register 50
MTU_MC82_RDBFL51 0xF00662C6          MC 82 Read Data and Bit Flip Register 51
MTU_MC82_RDBFL52 0xF00662C8          MC 82 Read Data and Bit Flip Register 52
MTU_MC82_RDBFL53 0xF00662CA          MC 82 Read Data and Bit Flip Register 53
MTU_MC82_RDBFL54 0xF00662CC          MC 82 Read Data and Bit Flip Register 54
MTU_MC82_RDBFL55 0xF00662CE          MC 82 Read Data and Bit Flip Register 55
MTU_MC82_RDBFL56 0xF00662D0          MC 82 Read Data and Bit Flip Register 56
MTU_MC82_RDBFL57 0xF00662D2          MC 82 Read Data and Bit Flip Register 57
MTU_MC82_RDBFL58 0xF00662D4          MC 82 Read Data and Bit Flip Register 58
MTU_MC82_RDBFL59 0xF00662D6          MC 82 Read Data and Bit Flip Register 59
MTU_MC82_RDBFL60 0xF00662D8          MC 82 Read Data and Bit Flip Register 60
MTU_MC82_RDBFL61 0xF00662DA          MC 82 Read Data and Bit Flip Register 61
MTU_MC82_RDBFL62 0xF00662DC          MC 82 Read Data and Bit Flip Register 62
MTU_MC82_RDBFL63 0xF00662DE          MC 82 Read Data and Bit Flip Register 63
MTU_MC82_RDBFL64 0xF00662E0          MC 82 Read Data and Bit Flip Register 64
MTU_MC82_RDBFL65 0xF00662E2          MC 82 Read Data and Bit Flip Register 65
MTU_MC82_RDBFL66 0xF00662E4          MC 82 Read Data and Bit Flip Register 66
MTU_MC82_ALMSRCS 0xF00662EE          MC 82 Alarm Sources Configuration Register
MTU_MC82_FAULTSTS 0xF00662F0          MC 82 SSH Safety Faults Status Register
MTU_MC82_ERRINFO0 0xF00662F2          MC 82 Error Information Register 0
MTU_MC82_ERRINFO1 0xF00662F4          MC 82 Error Information Register 1
MTU_MC82_ERRINFO2 0xF00662F6          MC 82 Error Information Register 2
MTU_MC82_ERRINFO3 0xF00662F8          MC 82 Error Information Register 3
MTU_MC82_ERRINFO4 0xF00662FA          MC 82 Error Information Register 4
MTU_MC83_CONFIG0 0xF0066300          MC 83 Configuration Register 0
MTU_MC83_CONFIG1 0xF0066302          MC 83 Configuration Register 1
MTU_MC83_MCONTROL 0xF0066304          MC 83 MBIST Control Register
MTU_MC83_MSTATUS 0xF0066306          MC 83 Status Register
MTU_MC83_RANGE  0xF0066308          MC 83 Range Register, single address mode
MTU_MC83_REVID  0xF006630C          MC 83 Revision ID Register
MTU_MC83_ECCS   0xF006630E          MC 83 ECC Safety Register
MTU_MC83_ECCD   0xF0066310          MC 83 Memory ECC Detection Register
MTU_MC83_ETRR0  0xF0066312          MC 83 Error Tracking Register 0
MTU_MC83_ETRR1  0xF0066314          MC 83 Error Tracking Register 1
MTU_MC83_ETRR2  0xF0066316          MC 83 Error Tracking Register 2
MTU_MC83_ETRR3  0xF0066318          MC 83 Error Tracking Register 3
MTU_MC83_ETRR4  0xF006631A          MC 83 Error Tracking Register 4
MTU_MC83_RDBFL0 0xF0066360          MC 83 Read Data and Bit Flip Register 0
MTU_MC83_RDBFL1 0xF0066362          MC 83 Read Data and Bit Flip Register 1
MTU_MC83_RDBFL2 0xF0066364          MC 83 Read Data and Bit Flip Register 2
MTU_MC83_RDBFL3 0xF0066366          MC 83 Read Data and Bit Flip Register 3
MTU_MC83_RDBFL4 0xF0066368          MC 83 Read Data and Bit Flip Register 4
MTU_MC83_RDBFL5 0xF006636A          MC 83 Read Data and Bit Flip Register 5
MTU_MC83_RDBFL6 0xF006636C          MC 83 Read Data and Bit Flip Register 6
MTU_MC83_RDBFL7 0xF006636E          MC 83 Read Data and Bit Flip Register 7
MTU_MC83_RDBFL8 0xF0066370          MC 83 Read Data and Bit Flip Register 8
MTU_MC83_RDBFL9 0xF0066372          MC 83 Read Data and Bit Flip Register 9
MTU_MC83_RDBFL10 0xF0066374          MC 83 Read Data and Bit Flip Register 10
MTU_MC83_RDBFL11 0xF0066376          MC 83 Read Data and Bit Flip Register 11
MTU_MC83_RDBFL12 0xF0066378          MC 83 Read Data and Bit Flip Register 12
MTU_MC83_RDBFL13 0xF006637A          MC 83 Read Data and Bit Flip Register 13
MTU_MC83_RDBFL14 0xF006637C          MC 83 Read Data and Bit Flip Register 14
MTU_MC83_RDBFL15 0xF006637E          MC 83 Read Data and Bit Flip Register 15
MTU_MC83_RDBFL16 0xF0066380          MC 83 Read Data and Bit Flip Register 16
MTU_MC83_RDBFL17 0xF0066382          MC 83 Read Data and Bit Flip Register 17
MTU_MC83_RDBFL18 0xF0066384          MC 83 Read Data and Bit Flip Register 18
MTU_MC83_RDBFL19 0xF0066386          MC 83 Read Data and Bit Flip Register 19
MTU_MC83_RDBFL20 0xF0066388          MC 83 Read Data and Bit Flip Register 20
MTU_MC83_RDBFL21 0xF006638A          MC 83 Read Data and Bit Flip Register 21
MTU_MC83_RDBFL22 0xF006638C          MC 83 Read Data and Bit Flip Register 22
MTU_MC83_RDBFL23 0xF006638E          MC 83 Read Data and Bit Flip Register 23
MTU_MC83_RDBFL24 0xF0066390          MC 83 Read Data and Bit Flip Register 24
MTU_MC83_RDBFL25 0xF0066392          MC 83 Read Data and Bit Flip Register 25
MTU_MC83_RDBFL26 0xF0066394          MC 83 Read Data and Bit Flip Register 26
MTU_MC83_RDBFL27 0xF0066396          MC 83 Read Data and Bit Flip Register 27
MTU_MC83_RDBFL28 0xF0066398          MC 83 Read Data and Bit Flip Register 28
MTU_MC83_RDBFL29 0xF006639A          MC 83 Read Data and Bit Flip Register 29
MTU_MC83_RDBFL30 0xF006639C          MC 83 Read Data and Bit Flip Register 30
MTU_MC83_RDBFL31 0xF006639E          MC 83 Read Data and Bit Flip Register 31
MTU_MC83_RDBFL32 0xF00663A0          MC 83 Read Data and Bit Flip Register 32
MTU_MC83_RDBFL33 0xF00663A2          MC 83 Read Data and Bit Flip Register 33
MTU_MC83_RDBFL34 0xF00663A4          MC 83 Read Data and Bit Flip Register 34
MTU_MC83_RDBFL35 0xF00663A6          MC 83 Read Data and Bit Flip Register 35
MTU_MC83_RDBFL36 0xF00663A8          MC 83 Read Data and Bit Flip Register 36
MTU_MC83_RDBFL37 0xF00663AA          MC 83 Read Data and Bit Flip Register 37
MTU_MC83_RDBFL38 0xF00663AC          MC 83 Read Data and Bit Flip Register 38
MTU_MC83_RDBFL39 0xF00663AE          MC 83 Read Data and Bit Flip Register 39
MTU_MC83_RDBFL40 0xF00663B0          MC 83 Read Data and Bit Flip Register 40
MTU_MC83_RDBFL41 0xF00663B2          MC 83 Read Data and Bit Flip Register 41
MTU_MC83_RDBFL42 0xF00663B4          MC 83 Read Data and Bit Flip Register 42
MTU_MC83_RDBFL43 0xF00663B6          MC 83 Read Data and Bit Flip Register 43
MTU_MC83_RDBFL44 0xF00663B8          MC 83 Read Data and Bit Flip Register 44
MTU_MC83_RDBFL45 0xF00663BA          MC 83 Read Data and Bit Flip Register 45
MTU_MC83_RDBFL46 0xF00663BC          MC 83 Read Data and Bit Flip Register 46
MTU_MC83_RDBFL47 0xF00663BE          MC 83 Read Data and Bit Flip Register 47
MTU_MC83_RDBFL48 0xF00663C0          MC 83 Read Data and Bit Flip Register 48
MTU_MC83_RDBFL49 0xF00663C2          MC 83 Read Data and Bit Flip Register 49
MTU_MC83_RDBFL50 0xF00663C4          MC 83 Read Data and Bit Flip Register 50
MTU_MC83_RDBFL51 0xF00663C6          MC 83 Read Data and Bit Flip Register 51
MTU_MC83_RDBFL52 0xF00663C8          MC 83 Read Data and Bit Flip Register 52
MTU_MC83_RDBFL53 0xF00663CA          MC 83 Read Data and Bit Flip Register 53
MTU_MC83_RDBFL54 0xF00663CC          MC 83 Read Data and Bit Flip Register 54
MTU_MC83_RDBFL55 0xF00663CE          MC 83 Read Data and Bit Flip Register 55
MTU_MC83_RDBFL56 0xF00663D0          MC 83 Read Data and Bit Flip Register 56
MTU_MC83_RDBFL57 0xF00663D2          MC 83 Read Data and Bit Flip Register 57
MTU_MC83_RDBFL58 0xF00663D4          MC 83 Read Data and Bit Flip Register 58
MTU_MC83_RDBFL59 0xF00663D6          MC 83 Read Data and Bit Flip Register 59
MTU_MC83_RDBFL60 0xF00663D8          MC 83 Read Data and Bit Flip Register 60
MTU_MC83_RDBFL61 0xF00663DA          MC 83 Read Data and Bit Flip Register 61
MTU_MC83_RDBFL62 0xF00663DC          MC 83 Read Data and Bit Flip Register 62
MTU_MC83_RDBFL63 0xF00663DE          MC 83 Read Data and Bit Flip Register 63
MTU_MC83_RDBFL64 0xF00663E0          MC 83 Read Data and Bit Flip Register 64
MTU_MC83_RDBFL65 0xF00663E2          MC 83 Read Data and Bit Flip Register 65
MTU_MC83_RDBFL66 0xF00663E4          MC 83 Read Data and Bit Flip Register 66
MTU_MC83_ALMSRCS 0xF00663EE          MC 83 Alarm Sources Configuration Register
MTU_MC83_FAULTSTS 0xF00663F0          MC 83 SSH Safety Faults Status Register
MTU_MC83_ERRINFO0 0xF00663F2          MC 83 Error Information Register 0
MTU_MC83_ERRINFO1 0xF00663F4          MC 83 Error Information Register 1
MTU_MC83_ERRINFO2 0xF00663F6          MC 83 Error Information Register 2
MTU_MC83_ERRINFO3 0xF00663F8          MC 83 Error Information Register 3
MTU_MC83_ERRINFO4 0xF00663FA          MC 83 Error Information Register 4
MTU_MC84_CONFIG0 0xF0066400          MC 84 Configuration Register 0
MTU_MC84_CONFIG1 0xF0066402          MC 84 Configuration Register 1
MTU_MC84_MCONTROL 0xF0066404          MC 84 MBIST Control Register
MTU_MC84_MSTATUS 0xF0066406          MC 84 Status Register
MTU_MC84_RANGE  0xF0066408          MC 84 Range Register, single address mode
MTU_MC84_REVID  0xF006640C          MC 84 Revision ID Register
MTU_MC84_ECCS   0xF006640E          MC 84 ECC Safety Register
MTU_MC84_ECCD   0xF0066410          MC 84 Memory ECC Detection Register
MTU_MC84_ETRR0  0xF0066412          MC 84 Error Tracking Register 0
MTU_MC84_ETRR1  0xF0066414          MC 84 Error Tracking Register 1
MTU_MC84_ETRR2  0xF0066416          MC 84 Error Tracking Register 2
MTU_MC84_ETRR3  0xF0066418          MC 84 Error Tracking Register 3
MTU_MC84_ETRR4  0xF006641A          MC 84 Error Tracking Register 4
MTU_MC84_RDBFL0 0xF0066460          MC 84 Read Data and Bit Flip Register 0
MTU_MC84_RDBFL1 0xF0066462          MC 84 Read Data and Bit Flip Register 1
MTU_MC84_RDBFL2 0xF0066464          MC 84 Read Data and Bit Flip Register 2
MTU_MC84_RDBFL3 0xF0066466          MC 84 Read Data and Bit Flip Register 3
MTU_MC84_RDBFL4 0xF0066468          MC 84 Read Data and Bit Flip Register 4
MTU_MC84_RDBFL5 0xF006646A          MC 84 Read Data and Bit Flip Register 5
MTU_MC84_RDBFL6 0xF006646C          MC 84 Read Data and Bit Flip Register 6
MTU_MC84_RDBFL7 0xF006646E          MC 84 Read Data and Bit Flip Register 7
MTU_MC84_RDBFL8 0xF0066470          MC 84 Read Data and Bit Flip Register 8
MTU_MC84_RDBFL9 0xF0066472          MC 84 Read Data and Bit Flip Register 9
MTU_MC84_RDBFL10 0xF0066474          MC 84 Read Data and Bit Flip Register 10
MTU_MC84_RDBFL11 0xF0066476          MC 84 Read Data and Bit Flip Register 11
MTU_MC84_RDBFL12 0xF0066478          MC 84 Read Data and Bit Flip Register 12
MTU_MC84_RDBFL13 0xF006647A          MC 84 Read Data and Bit Flip Register 13
MTU_MC84_RDBFL14 0xF006647C          MC 84 Read Data and Bit Flip Register 14
MTU_MC84_RDBFL15 0xF006647E          MC 84 Read Data and Bit Flip Register 15
MTU_MC84_RDBFL16 0xF0066480          MC 84 Read Data and Bit Flip Register 16
MTU_MC84_RDBFL17 0xF0066482          MC 84 Read Data and Bit Flip Register 17
MTU_MC84_RDBFL18 0xF0066484          MC 84 Read Data and Bit Flip Register 18
MTU_MC84_RDBFL19 0xF0066486          MC 84 Read Data and Bit Flip Register 19
MTU_MC84_RDBFL20 0xF0066488          MC 84 Read Data and Bit Flip Register 20
MTU_MC84_RDBFL21 0xF006648A          MC 84 Read Data and Bit Flip Register 21
MTU_MC84_RDBFL22 0xF006648C          MC 84 Read Data and Bit Flip Register 22
MTU_MC84_RDBFL23 0xF006648E          MC 84 Read Data and Bit Flip Register 23
MTU_MC84_RDBFL24 0xF0066490          MC 84 Read Data and Bit Flip Register 24
MTU_MC84_RDBFL25 0xF0066492          MC 84 Read Data and Bit Flip Register 25
MTU_MC84_RDBFL26 0xF0066494          MC 84 Read Data and Bit Flip Register 26
MTU_MC84_RDBFL27 0xF0066496          MC 84 Read Data and Bit Flip Register 27
MTU_MC84_RDBFL28 0xF0066498          MC 84 Read Data and Bit Flip Register 28
MTU_MC84_RDBFL29 0xF006649A          MC 84 Read Data and Bit Flip Register 29
MTU_MC84_RDBFL30 0xF006649C          MC 84 Read Data and Bit Flip Register 30
MTU_MC84_RDBFL31 0xF006649E          MC 84 Read Data and Bit Flip Register 31
MTU_MC84_RDBFL32 0xF00664A0          MC 84 Read Data and Bit Flip Register 32
MTU_MC84_RDBFL33 0xF00664A2          MC 84 Read Data and Bit Flip Register 33
MTU_MC84_RDBFL34 0xF00664A4          MC 84 Read Data and Bit Flip Register 34
MTU_MC84_RDBFL35 0xF00664A6          MC 84 Read Data and Bit Flip Register 35
MTU_MC84_RDBFL36 0xF00664A8          MC 84 Read Data and Bit Flip Register 36
MTU_MC84_RDBFL37 0xF00664AA          MC 84 Read Data and Bit Flip Register 37
MTU_MC84_RDBFL38 0xF00664AC          MC 84 Read Data and Bit Flip Register 38
MTU_MC84_RDBFL39 0xF00664AE          MC 84 Read Data and Bit Flip Register 39
MTU_MC84_RDBFL40 0xF00664B0          MC 84 Read Data and Bit Flip Register 40
MTU_MC84_RDBFL41 0xF00664B2          MC 84 Read Data and Bit Flip Register 41
MTU_MC84_RDBFL42 0xF00664B4          MC 84 Read Data and Bit Flip Register 42
MTU_MC84_RDBFL43 0xF00664B6          MC 84 Read Data and Bit Flip Register 43
MTU_MC84_RDBFL44 0xF00664B8          MC 84 Read Data and Bit Flip Register 44
MTU_MC84_RDBFL45 0xF00664BA          MC 84 Read Data and Bit Flip Register 45
MTU_MC84_RDBFL46 0xF00664BC          MC 84 Read Data and Bit Flip Register 46
MTU_MC84_RDBFL47 0xF00664BE          MC 84 Read Data and Bit Flip Register 47
MTU_MC84_RDBFL48 0xF00664C0          MC 84 Read Data and Bit Flip Register 48
MTU_MC84_RDBFL49 0xF00664C2          MC 84 Read Data and Bit Flip Register 49
MTU_MC84_RDBFL50 0xF00664C4          MC 84 Read Data and Bit Flip Register 50
MTU_MC84_RDBFL51 0xF00664C6          MC 84 Read Data and Bit Flip Register 51
MTU_MC84_RDBFL52 0xF00664C8          MC 84 Read Data and Bit Flip Register 52
MTU_MC84_RDBFL53 0xF00664CA          MC 84 Read Data and Bit Flip Register 53
MTU_MC84_RDBFL54 0xF00664CC          MC 84 Read Data and Bit Flip Register 54
MTU_MC84_RDBFL55 0xF00664CE          MC 84 Read Data and Bit Flip Register 55
MTU_MC84_RDBFL56 0xF00664D0          MC 84 Read Data and Bit Flip Register 56
MTU_MC84_RDBFL57 0xF00664D2          MC 84 Read Data and Bit Flip Register 57
MTU_MC84_RDBFL58 0xF00664D4          MC 84 Read Data and Bit Flip Register 58
MTU_MC84_RDBFL59 0xF00664D6          MC 84 Read Data and Bit Flip Register 59
MTU_MC84_RDBFL60 0xF00664D8          MC 84 Read Data and Bit Flip Register 60
MTU_MC84_RDBFL61 0xF00664DA          MC 84 Read Data and Bit Flip Register 61
MTU_MC84_RDBFL62 0xF00664DC          MC 84 Read Data and Bit Flip Register 62
MTU_MC84_RDBFL63 0xF00664DE          MC 84 Read Data and Bit Flip Register 63
MTU_MC84_RDBFL64 0xF00664E0          MC 84 Read Data and Bit Flip Register 64
MTU_MC84_RDBFL65 0xF00664E2          MC 84 Read Data and Bit Flip Register 65
MTU_MC84_RDBFL66 0xF00664E4          MC 84 Read Data and Bit Flip Register 66
MTU_MC84_ALMSRCS 0xF00664EE          MC 84 Alarm Sources Configuration Register
MTU_MC84_FAULTSTS 0xF00664F0          MC 84 SSH Safety Faults Status Register
MTU_MC84_ERRINFO0 0xF00664F2          MC 84 Error Information Register 0
MTU_MC84_ERRINFO1 0xF00664F4          MC 84 Error Information Register 1
MTU_MC84_ERRINFO2 0xF00664F6          MC 84 Error Information Register 2
MTU_MC84_ERRINFO3 0xF00664F8          MC 84 Error Information Register 3
MTU_MC84_ERRINFO4 0xF00664FA          MC 84 Error Information Register 4
MTU_MC85_CONFIG0 0xF0066500          MC 85 Configuration Register 0
MTU_MC85_CONFIG1 0xF0066502          MC 85 Configuration Register 1
MTU_MC85_MCONTROL 0xF0066504          MC 85 MBIST Control Register
MTU_MC85_MSTATUS 0xF0066506          MC 85 Status Register
MTU_MC85_RANGE  0xF0066508          MC 85 Range Register, single address mode
MTU_MC85_REVID  0xF006650C          MC 85 Revision ID Register
MTU_MC85_ECCS   0xF006650E          MC 85 ECC Safety Register
MTU_MC85_ECCD   0xF0066510          MC 85 Memory ECC Detection Register
MTU_MC85_ETRR0  0xF0066512          MC 85 Error Tracking Register 0
MTU_MC85_ETRR1  0xF0066514          MC 85 Error Tracking Register 1
MTU_MC85_ETRR2  0xF0066516          MC 85 Error Tracking Register 2
MTU_MC85_ETRR3  0xF0066518          MC 85 Error Tracking Register 3
MTU_MC85_ETRR4  0xF006651A          MC 85 Error Tracking Register 4
MTU_MC85_RDBFL0 0xF0066560          MC 85 Read Data and Bit Flip Register 0
MTU_MC85_RDBFL1 0xF0066562          MC 85 Read Data and Bit Flip Register 1
MTU_MC85_RDBFL2 0xF0066564          MC 85 Read Data and Bit Flip Register 2
MTU_MC85_RDBFL3 0xF0066566          MC 85 Read Data and Bit Flip Register 3
MTU_MC85_RDBFL4 0xF0066568          MC 85 Read Data and Bit Flip Register 4
MTU_MC85_RDBFL5 0xF006656A          MC 85 Read Data and Bit Flip Register 5
MTU_MC85_RDBFL6 0xF006656C          MC 85 Read Data and Bit Flip Register 6
MTU_MC85_RDBFL7 0xF006656E          MC 85 Read Data and Bit Flip Register 7
MTU_MC85_RDBFL8 0xF0066570          MC 85 Read Data and Bit Flip Register 8
MTU_MC85_RDBFL9 0xF0066572          MC 85 Read Data and Bit Flip Register 9
MTU_MC85_RDBFL10 0xF0066574          MC 85 Read Data and Bit Flip Register 10
MTU_MC85_RDBFL11 0xF0066576          MC 85 Read Data and Bit Flip Register 11
MTU_MC85_RDBFL12 0xF0066578          MC 85 Read Data and Bit Flip Register 12
MTU_MC85_RDBFL13 0xF006657A          MC 85 Read Data and Bit Flip Register 13
MTU_MC85_RDBFL14 0xF006657C          MC 85 Read Data and Bit Flip Register 14
MTU_MC85_RDBFL15 0xF006657E          MC 85 Read Data and Bit Flip Register 15
MTU_MC85_RDBFL16 0xF0066580          MC 85 Read Data and Bit Flip Register 16
MTU_MC85_RDBFL17 0xF0066582          MC 85 Read Data and Bit Flip Register 17
MTU_MC85_RDBFL18 0xF0066584          MC 85 Read Data and Bit Flip Register 18
MTU_MC85_RDBFL19 0xF0066586          MC 85 Read Data and Bit Flip Register 19
MTU_MC85_RDBFL20 0xF0066588          MC 85 Read Data and Bit Flip Register 20
MTU_MC85_RDBFL21 0xF006658A          MC 85 Read Data and Bit Flip Register 21
MTU_MC85_RDBFL22 0xF006658C          MC 85 Read Data and Bit Flip Register 22
MTU_MC85_RDBFL23 0xF006658E          MC 85 Read Data and Bit Flip Register 23
MTU_MC85_RDBFL24 0xF0066590          MC 85 Read Data and Bit Flip Register 24
MTU_MC85_RDBFL25 0xF0066592          MC 85 Read Data and Bit Flip Register 25
MTU_MC85_RDBFL26 0xF0066594          MC 85 Read Data and Bit Flip Register 26
MTU_MC85_RDBFL27 0xF0066596          MC 85 Read Data and Bit Flip Register 27
MTU_MC85_RDBFL28 0xF0066598          MC 85 Read Data and Bit Flip Register 28
MTU_MC85_RDBFL29 0xF006659A          MC 85 Read Data and Bit Flip Register 29
MTU_MC85_RDBFL30 0xF006659C          MC 85 Read Data and Bit Flip Register 30
MTU_MC85_RDBFL31 0xF006659E          MC 85 Read Data and Bit Flip Register 31
MTU_MC85_RDBFL32 0xF00665A0          MC 85 Read Data and Bit Flip Register 32
MTU_MC85_RDBFL33 0xF00665A2          MC 85 Read Data and Bit Flip Register 33
MTU_MC85_RDBFL34 0xF00665A4          MC 85 Read Data and Bit Flip Register 34
MTU_MC85_RDBFL35 0xF00665A6          MC 85 Read Data and Bit Flip Register 35
MTU_MC85_RDBFL36 0xF00665A8          MC 85 Read Data and Bit Flip Register 36
MTU_MC85_RDBFL37 0xF00665AA          MC 85 Read Data and Bit Flip Register 37
MTU_MC85_RDBFL38 0xF00665AC          MC 85 Read Data and Bit Flip Register 38
MTU_MC85_RDBFL39 0xF00665AE          MC 85 Read Data and Bit Flip Register 39
MTU_MC85_RDBFL40 0xF00665B0          MC 85 Read Data and Bit Flip Register 40
MTU_MC85_RDBFL41 0xF00665B2          MC 85 Read Data and Bit Flip Register 41
MTU_MC85_RDBFL42 0xF00665B4          MC 85 Read Data and Bit Flip Register 42
MTU_MC85_RDBFL43 0xF00665B6          MC 85 Read Data and Bit Flip Register 43
MTU_MC85_RDBFL44 0xF00665B8          MC 85 Read Data and Bit Flip Register 44
MTU_MC85_RDBFL45 0xF00665BA          MC 85 Read Data and Bit Flip Register 45
MTU_MC85_RDBFL46 0xF00665BC          MC 85 Read Data and Bit Flip Register 46
MTU_MC85_RDBFL47 0xF00665BE          MC 85 Read Data and Bit Flip Register 47
MTU_MC85_RDBFL48 0xF00665C0          MC 85 Read Data and Bit Flip Register 48
MTU_MC85_RDBFL49 0xF00665C2          MC 85 Read Data and Bit Flip Register 49
MTU_MC85_RDBFL50 0xF00665C4          MC 85 Read Data and Bit Flip Register 50
MTU_MC85_RDBFL51 0xF00665C6          MC 85 Read Data and Bit Flip Register 51
MTU_MC85_RDBFL52 0xF00665C8          MC 85 Read Data and Bit Flip Register 52
MTU_MC85_RDBFL53 0xF00665CA          MC 85 Read Data and Bit Flip Register 53
MTU_MC85_RDBFL54 0xF00665CC          MC 85 Read Data and Bit Flip Register 54
MTU_MC85_RDBFL55 0xF00665CE          MC 85 Read Data and Bit Flip Register 55
MTU_MC85_RDBFL56 0xF00665D0          MC 85 Read Data and Bit Flip Register 56
MTU_MC85_RDBFL57 0xF00665D2          MC 85 Read Data and Bit Flip Register 57
MTU_MC85_RDBFL58 0xF00665D4          MC 85 Read Data and Bit Flip Register 58
MTU_MC85_RDBFL59 0xF00665D6          MC 85 Read Data and Bit Flip Register 59
MTU_MC85_RDBFL60 0xF00665D8          MC 85 Read Data and Bit Flip Register 60
MTU_MC85_RDBFL61 0xF00665DA          MC 85 Read Data and Bit Flip Register 61
MTU_MC85_RDBFL62 0xF00665DC          MC 85 Read Data and Bit Flip Register 62
MTU_MC85_RDBFL63 0xF00665DE          MC 85 Read Data and Bit Flip Register 63
MTU_MC85_RDBFL64 0xF00665E0          MC 85 Read Data and Bit Flip Register 64
MTU_MC85_RDBFL65 0xF00665E2          MC 85 Read Data and Bit Flip Register 65
MTU_MC85_RDBFL66 0xF00665E4          MC 85 Read Data and Bit Flip Register 66
MTU_MC85_ALMSRCS 0xF00665EE          MC 85 Alarm Sources Configuration Register
MTU_MC85_FAULTSTS 0xF00665F0          MC 85 SSH Safety Faults Status Register
MTU_MC85_ERRINFO0 0xF00665F2          MC 85 Error Information Register 0
MTU_MC85_ERRINFO1 0xF00665F4          MC 85 Error Information Register 1
MTU_MC85_ERRINFO2 0xF00665F6          MC 85 Error Information Register 2
MTU_MC85_ERRINFO3 0xF00665F8          MC 85 Error Information Register 3
MTU_MC85_ERRINFO4 0xF00665FA          MC 85 Error Information Register 4
MTU_MC86_CONFIG0 0xF0066600          MC 86 Configuration Register 0
MTU_MC86_CONFIG1 0xF0066602          MC 86 Configuration Register 1
MTU_MC86_MCONTROL 0xF0066604          MC 86 MBIST Control Register
MTU_MC86_MSTATUS 0xF0066606          MC 86 Status Register
MTU_MC86_RANGE  0xF0066608          MC 86 Range Register, single address mode
MTU_MC86_REVID  0xF006660C          MC 86 Revision ID Register
MTU_MC86_ECCS   0xF006660E          MC 86 ECC Safety Register
MTU_MC86_ECCD   0xF0066610          MC 86 Memory ECC Detection Register
MTU_MC86_ETRR0  0xF0066612          MC 86 Error Tracking Register 0
MTU_MC86_ETRR1  0xF0066614          MC 86 Error Tracking Register 1
MTU_MC86_ETRR2  0xF0066616          MC 86 Error Tracking Register 2
MTU_MC86_ETRR3  0xF0066618          MC 86 Error Tracking Register 3
MTU_MC86_ETRR4  0xF006661A          MC 86 Error Tracking Register 4
MTU_MC86_RDBFL0 0xF0066660          MC 86 Read Data and Bit Flip Register 0
MTU_MC86_RDBFL1 0xF0066662          MC 86 Read Data and Bit Flip Register 1
MTU_MC86_RDBFL2 0xF0066664          MC 86 Read Data and Bit Flip Register 2
MTU_MC86_RDBFL3 0xF0066666          MC 86 Read Data and Bit Flip Register 3
MTU_MC86_RDBFL4 0xF0066668          MC 86 Read Data and Bit Flip Register 4
MTU_MC86_RDBFL5 0xF006666A          MC 86 Read Data and Bit Flip Register 5
MTU_MC86_RDBFL6 0xF006666C          MC 86 Read Data and Bit Flip Register 6
MTU_MC86_RDBFL7 0xF006666E          MC 86 Read Data and Bit Flip Register 7
MTU_MC86_RDBFL8 0xF0066670          MC 86 Read Data and Bit Flip Register 8
MTU_MC86_RDBFL9 0xF0066672          MC 86 Read Data and Bit Flip Register 9
MTU_MC86_RDBFL10 0xF0066674          MC 86 Read Data and Bit Flip Register 10
MTU_MC86_RDBFL11 0xF0066676          MC 86 Read Data and Bit Flip Register 11
MTU_MC86_RDBFL12 0xF0066678          MC 86 Read Data and Bit Flip Register 12
MTU_MC86_RDBFL13 0xF006667A          MC 86 Read Data and Bit Flip Register 13
MTU_MC86_RDBFL14 0xF006667C          MC 86 Read Data and Bit Flip Register 14
MTU_MC86_RDBFL15 0xF006667E          MC 86 Read Data and Bit Flip Register 15
MTU_MC86_RDBFL16 0xF0066680          MC 86 Read Data and Bit Flip Register 16
MTU_MC86_RDBFL17 0xF0066682          MC 86 Read Data and Bit Flip Register 17
MTU_MC86_RDBFL18 0xF0066684          MC 86 Read Data and Bit Flip Register 18
MTU_MC86_RDBFL19 0xF0066686          MC 86 Read Data and Bit Flip Register 19
MTU_MC86_RDBFL20 0xF0066688          MC 86 Read Data and Bit Flip Register 20
MTU_MC86_RDBFL21 0xF006668A          MC 86 Read Data and Bit Flip Register 21
MTU_MC86_RDBFL22 0xF006668C          MC 86 Read Data and Bit Flip Register 22
MTU_MC86_RDBFL23 0xF006668E          MC 86 Read Data and Bit Flip Register 23
MTU_MC86_RDBFL24 0xF0066690          MC 86 Read Data and Bit Flip Register 24
MTU_MC86_RDBFL25 0xF0066692          MC 86 Read Data and Bit Flip Register 25
MTU_MC86_RDBFL26 0xF0066694          MC 86 Read Data and Bit Flip Register 26
MTU_MC86_RDBFL27 0xF0066696          MC 86 Read Data and Bit Flip Register 27
MTU_MC86_RDBFL28 0xF0066698          MC 86 Read Data and Bit Flip Register 28
MTU_MC86_RDBFL29 0xF006669A          MC 86 Read Data and Bit Flip Register 29
MTU_MC86_RDBFL30 0xF006669C          MC 86 Read Data and Bit Flip Register 30
MTU_MC86_RDBFL31 0xF006669E          MC 86 Read Data and Bit Flip Register 31
MTU_MC86_RDBFL32 0xF00666A0          MC 86 Read Data and Bit Flip Register 32
MTU_MC86_RDBFL33 0xF00666A2          MC 86 Read Data and Bit Flip Register 33
MTU_MC86_RDBFL34 0xF00666A4          MC 86 Read Data and Bit Flip Register 34
MTU_MC86_RDBFL35 0xF00666A6          MC 86 Read Data and Bit Flip Register 35
MTU_MC86_RDBFL36 0xF00666A8          MC 86 Read Data and Bit Flip Register 36
MTU_MC86_RDBFL37 0xF00666AA          MC 86 Read Data and Bit Flip Register 37
MTU_MC86_RDBFL38 0xF00666AC          MC 86 Read Data and Bit Flip Register 38
MTU_MC86_RDBFL39 0xF00666AE          MC 86 Read Data and Bit Flip Register 39
MTU_MC86_RDBFL40 0xF00666B0          MC 86 Read Data and Bit Flip Register 40
MTU_MC86_RDBFL41 0xF00666B2          MC 86 Read Data and Bit Flip Register 41
MTU_MC86_RDBFL42 0xF00666B4          MC 86 Read Data and Bit Flip Register 42
MTU_MC86_RDBFL43 0xF00666B6          MC 86 Read Data and Bit Flip Register 43
MTU_MC86_RDBFL44 0xF00666B8          MC 86 Read Data and Bit Flip Register 44
MTU_MC86_RDBFL45 0xF00666BA          MC 86 Read Data and Bit Flip Register 45
MTU_MC86_RDBFL46 0xF00666BC          MC 86 Read Data and Bit Flip Register 46
MTU_MC86_RDBFL47 0xF00666BE          MC 86 Read Data and Bit Flip Register 47
MTU_MC86_RDBFL48 0xF00666C0          MC 86 Read Data and Bit Flip Register 48
MTU_MC86_RDBFL49 0xF00666C2          MC 86 Read Data and Bit Flip Register 49
MTU_MC86_RDBFL50 0xF00666C4          MC 86 Read Data and Bit Flip Register 50
MTU_MC86_RDBFL51 0xF00666C6          MC 86 Read Data and Bit Flip Register 51
MTU_MC86_RDBFL52 0xF00666C8          MC 86 Read Data and Bit Flip Register 52
MTU_MC86_RDBFL53 0xF00666CA          MC 86 Read Data and Bit Flip Register 53
MTU_MC86_RDBFL54 0xF00666CC          MC 86 Read Data and Bit Flip Register 54
MTU_MC86_RDBFL55 0xF00666CE          MC 86 Read Data and Bit Flip Register 55
MTU_MC86_RDBFL56 0xF00666D0          MC 86 Read Data and Bit Flip Register 56
MTU_MC86_RDBFL57 0xF00666D2          MC 86 Read Data and Bit Flip Register 57
MTU_MC86_RDBFL58 0xF00666D4          MC 86 Read Data and Bit Flip Register 58
MTU_MC86_RDBFL59 0xF00666D6          MC 86 Read Data and Bit Flip Register 59
MTU_MC86_RDBFL60 0xF00666D8          MC 86 Read Data and Bit Flip Register 60
MTU_MC86_RDBFL61 0xF00666DA          MC 86 Read Data and Bit Flip Register 61
MTU_MC86_RDBFL62 0xF00666DC          MC 86 Read Data and Bit Flip Register 62
MTU_MC86_RDBFL63 0xF00666DE          MC 86 Read Data and Bit Flip Register 63
MTU_MC86_RDBFL64 0xF00666E0          MC 86 Read Data and Bit Flip Register 64
MTU_MC86_RDBFL65 0xF00666E2          MC 86 Read Data and Bit Flip Register 65
MTU_MC86_RDBFL66 0xF00666E4          MC 86 Read Data and Bit Flip Register 66
MTU_MC86_ALMSRCS 0xF00666EE          MC 86 Alarm Sources Configuration Register
MTU_MC86_FAULTSTS 0xF00666F0          MC 86 SSH Safety Faults Status Register
MTU_MC86_ERRINFO0 0xF00666F2          MC 86 Error Information Register 0
MTU_MC86_ERRINFO1 0xF00666F4          MC 86 Error Information Register 1
MTU_MC86_ERRINFO2 0xF00666F6          MC 86 Error Information Register 2
MTU_MC86_ERRINFO3 0xF00666F8          MC 86 Error Information Register 3
MTU_MC86_ERRINFO4 0xF00666FA          MC 86 Error Information Register 4
MTU_MC87_CONFIG0 0xF0066700          MC 87 Configuration Register 0
MTU_MC87_CONFIG1 0xF0066702          MC 87 Configuration Register 1
MTU_MC87_MCONTROL 0xF0066704          MC 87 MBIST Control Register
MTU_MC87_MSTATUS 0xF0066706          MC 87 Status Register
MTU_MC87_RANGE  0xF0066708          MC 87 Range Register, single address mode
MTU_MC87_REVID  0xF006670C          MC 87 Revision ID Register
MTU_MC87_ECCS   0xF006670E          MC 87 ECC Safety Register
MTU_MC87_ECCD   0xF0066710          MC 87 Memory ECC Detection Register
MTU_MC87_ETRR0  0xF0066712          MC 87 Error Tracking Register 0
MTU_MC87_ETRR1  0xF0066714          MC 87 Error Tracking Register 1
MTU_MC87_ETRR2  0xF0066716          MC 87 Error Tracking Register 2
MTU_MC87_ETRR3  0xF0066718          MC 87 Error Tracking Register 3
MTU_MC87_ETRR4  0xF006671A          MC 87 Error Tracking Register 4
MTU_MC87_RDBFL0 0xF0066760          MC 87 Read Data and Bit Flip Register 0
MTU_MC87_RDBFL1 0xF0066762          MC 87 Read Data and Bit Flip Register 1
MTU_MC87_RDBFL2 0xF0066764          MC 87 Read Data and Bit Flip Register 2
MTU_MC87_RDBFL3 0xF0066766          MC 87 Read Data and Bit Flip Register 3
MTU_MC87_RDBFL4 0xF0066768          MC 87 Read Data and Bit Flip Register 4
MTU_MC87_RDBFL5 0xF006676A          MC 87 Read Data and Bit Flip Register 5
MTU_MC87_RDBFL6 0xF006676C          MC 87 Read Data and Bit Flip Register 6
MTU_MC87_RDBFL7 0xF006676E          MC 87 Read Data and Bit Flip Register 7
MTU_MC87_RDBFL8 0xF0066770          MC 87 Read Data and Bit Flip Register 8
MTU_MC87_RDBFL9 0xF0066772          MC 87 Read Data and Bit Flip Register 9
MTU_MC87_RDBFL10 0xF0066774          MC 87 Read Data and Bit Flip Register 10
MTU_MC87_RDBFL11 0xF0066776          MC 87 Read Data and Bit Flip Register 11
MTU_MC87_RDBFL12 0xF0066778          MC 87 Read Data and Bit Flip Register 12
MTU_MC87_RDBFL13 0xF006677A          MC 87 Read Data and Bit Flip Register 13
MTU_MC87_RDBFL14 0xF006677C          MC 87 Read Data and Bit Flip Register 14
MTU_MC87_RDBFL15 0xF006677E          MC 87 Read Data and Bit Flip Register 15
MTU_MC87_RDBFL16 0xF0066780          MC 87 Read Data and Bit Flip Register 16
MTU_MC87_RDBFL17 0xF0066782          MC 87 Read Data and Bit Flip Register 17
MTU_MC87_RDBFL18 0xF0066784          MC 87 Read Data and Bit Flip Register 18
MTU_MC87_RDBFL19 0xF0066786          MC 87 Read Data and Bit Flip Register 19
MTU_MC87_RDBFL20 0xF0066788          MC 87 Read Data and Bit Flip Register 20
MTU_MC87_RDBFL21 0xF006678A          MC 87 Read Data and Bit Flip Register 21
MTU_MC87_RDBFL22 0xF006678C          MC 87 Read Data and Bit Flip Register 22
MTU_MC87_RDBFL23 0xF006678E          MC 87 Read Data and Bit Flip Register 23
MTU_MC87_RDBFL24 0xF0066790          MC 87 Read Data and Bit Flip Register 24
MTU_MC87_RDBFL25 0xF0066792          MC 87 Read Data and Bit Flip Register 25
MTU_MC87_RDBFL26 0xF0066794          MC 87 Read Data and Bit Flip Register 26
MTU_MC87_RDBFL27 0xF0066796          MC 87 Read Data and Bit Flip Register 27
MTU_MC87_RDBFL28 0xF0066798          MC 87 Read Data and Bit Flip Register 28
MTU_MC87_RDBFL29 0xF006679A          MC 87 Read Data and Bit Flip Register 29
MTU_MC87_RDBFL30 0xF006679C          MC 87 Read Data and Bit Flip Register 30
MTU_MC87_RDBFL31 0xF006679E          MC 87 Read Data and Bit Flip Register 31
MTU_MC87_RDBFL32 0xF00667A0          MC 87 Read Data and Bit Flip Register 32
MTU_MC87_RDBFL33 0xF00667A2          MC 87 Read Data and Bit Flip Register 33
MTU_MC87_RDBFL34 0xF00667A4          MC 87 Read Data and Bit Flip Register 34
MTU_MC87_RDBFL35 0xF00667A6          MC 87 Read Data and Bit Flip Register 35
MTU_MC87_RDBFL36 0xF00667A8          MC 87 Read Data and Bit Flip Register 36
MTU_MC87_RDBFL37 0xF00667AA          MC 87 Read Data and Bit Flip Register 37
MTU_MC87_RDBFL38 0xF00667AC          MC 87 Read Data and Bit Flip Register 38
MTU_MC87_RDBFL39 0xF00667AE          MC 87 Read Data and Bit Flip Register 39
MTU_MC87_RDBFL40 0xF00667B0          MC 87 Read Data and Bit Flip Register 40
MTU_MC87_RDBFL41 0xF00667B2          MC 87 Read Data and Bit Flip Register 41
MTU_MC87_RDBFL42 0xF00667B4          MC 87 Read Data and Bit Flip Register 42
MTU_MC87_RDBFL43 0xF00667B6          MC 87 Read Data and Bit Flip Register 43
MTU_MC87_RDBFL44 0xF00667B8          MC 87 Read Data and Bit Flip Register 44
MTU_MC87_RDBFL45 0xF00667BA          MC 87 Read Data and Bit Flip Register 45
MTU_MC87_RDBFL46 0xF00667BC          MC 87 Read Data and Bit Flip Register 46
MTU_MC87_RDBFL47 0xF00667BE          MC 87 Read Data and Bit Flip Register 47
MTU_MC87_RDBFL48 0xF00667C0          MC 87 Read Data and Bit Flip Register 48
MTU_MC87_RDBFL49 0xF00667C2          MC 87 Read Data and Bit Flip Register 49
MTU_MC87_RDBFL50 0xF00667C4          MC 87 Read Data and Bit Flip Register 50
MTU_MC87_RDBFL51 0xF00667C6          MC 87 Read Data and Bit Flip Register 51
MTU_MC87_RDBFL52 0xF00667C8          MC 87 Read Data and Bit Flip Register 52
MTU_MC87_RDBFL53 0xF00667CA          MC 87 Read Data and Bit Flip Register 53
MTU_MC87_RDBFL54 0xF00667CC          MC 87 Read Data and Bit Flip Register 54
MTU_MC87_RDBFL55 0xF00667CE          MC 87 Read Data and Bit Flip Register 55
MTU_MC87_RDBFL56 0xF00667D0          MC 87 Read Data and Bit Flip Register 56
MTU_MC87_RDBFL57 0xF00667D2          MC 87 Read Data and Bit Flip Register 57
MTU_MC87_RDBFL58 0xF00667D4          MC 87 Read Data and Bit Flip Register 58
MTU_MC87_RDBFL59 0xF00667D6          MC 87 Read Data and Bit Flip Register 59
MTU_MC87_RDBFL60 0xF00667D8          MC 87 Read Data and Bit Flip Register 60
MTU_MC87_RDBFL61 0xF00667DA          MC 87 Read Data and Bit Flip Register 61
MTU_MC87_RDBFL62 0xF00667DC          MC 87 Read Data and Bit Flip Register 62
MTU_MC87_RDBFL63 0xF00667DE          MC 87 Read Data and Bit Flip Register 63
MTU_MC87_RDBFL64 0xF00667E0          MC 87 Read Data and Bit Flip Register 64
MTU_MC87_RDBFL65 0xF00667E2          MC 87 Read Data and Bit Flip Register 65
MTU_MC87_RDBFL66 0xF00667E4          MC 87 Read Data and Bit Flip Register 66
MTU_MC87_ALMSRCS 0xF00667EE          MC 87 Alarm Sources Configuration Register
MTU_MC87_FAULTSTS 0xF00667F0          MC 87 SSH Safety Faults Status Register
MTU_MC87_ERRINFO0 0xF00667F2          MC 87 Error Information Register 0
MTU_MC87_ERRINFO1 0xF00667F4          MC 87 Error Information Register 1
MTU_MC87_ERRINFO2 0xF00667F6          MC 87 Error Information Register 2
MTU_MC87_ERRINFO3 0xF00667F8          MC 87 Error Information Register 3
MTU_MC87_ERRINFO4 0xF00667FA          MC 87 Error Information Register 4
MTU_MC88_CONFIG0 0xF0066800          MC 88 Configuration Register 0
MTU_MC88_CONFIG1 0xF0066802          MC 88 Configuration Register 1
MTU_MC88_MCONTROL 0xF0066804          MC 88 MBIST Control Register
MTU_MC88_MSTATUS 0xF0066806          MC 88 Status Register
MTU_MC88_RANGE  0xF0066808          MC 88 Range Register, single address mode
MTU_MC88_REVID  0xF006680C          MC 88 Revision ID Register
MTU_MC88_ECCS   0xF006680E          MC 88 ECC Safety Register
MTU_MC88_ECCD   0xF0066810          MC 88 Memory ECC Detection Register
MTU_MC88_ETRR0  0xF0066812          MC 88 Error Tracking Register 0
MTU_MC88_ETRR1  0xF0066814          MC 88 Error Tracking Register 1
MTU_MC88_ETRR2  0xF0066816          MC 88 Error Tracking Register 2
MTU_MC88_ETRR3  0xF0066818          MC 88 Error Tracking Register 3
MTU_MC88_ETRR4  0xF006681A          MC 88 Error Tracking Register 4
MTU_MC88_RDBFL0 0xF0066860          MC 88 Read Data and Bit Flip Register 0
MTU_MC88_RDBFL1 0xF0066862          MC 88 Read Data and Bit Flip Register 1
MTU_MC88_RDBFL2 0xF0066864          MC 88 Read Data and Bit Flip Register 2
MTU_MC88_RDBFL3 0xF0066866          MC 88 Read Data and Bit Flip Register 3
MTU_MC88_RDBFL4 0xF0066868          MC 88 Read Data and Bit Flip Register 4
MTU_MC88_RDBFL5 0xF006686A          MC 88 Read Data and Bit Flip Register 5
MTU_MC88_RDBFL6 0xF006686C          MC 88 Read Data and Bit Flip Register 6
MTU_MC88_RDBFL7 0xF006686E          MC 88 Read Data and Bit Flip Register 7
MTU_MC88_RDBFL8 0xF0066870          MC 88 Read Data and Bit Flip Register 8
MTU_MC88_RDBFL9 0xF0066872          MC 88 Read Data and Bit Flip Register 9
MTU_MC88_RDBFL10 0xF0066874          MC 88 Read Data and Bit Flip Register 10
MTU_MC88_RDBFL11 0xF0066876          MC 88 Read Data and Bit Flip Register 11
MTU_MC88_RDBFL12 0xF0066878          MC 88 Read Data and Bit Flip Register 12
MTU_MC88_RDBFL13 0xF006687A          MC 88 Read Data and Bit Flip Register 13
MTU_MC88_RDBFL14 0xF006687C          MC 88 Read Data and Bit Flip Register 14
MTU_MC88_RDBFL15 0xF006687E          MC 88 Read Data and Bit Flip Register 15
MTU_MC88_RDBFL16 0xF0066880          MC 88 Read Data and Bit Flip Register 16
MTU_MC88_RDBFL17 0xF0066882          MC 88 Read Data and Bit Flip Register 17
MTU_MC88_RDBFL18 0xF0066884          MC 88 Read Data and Bit Flip Register 18
MTU_MC88_RDBFL19 0xF0066886          MC 88 Read Data and Bit Flip Register 19
MTU_MC88_RDBFL20 0xF0066888          MC 88 Read Data and Bit Flip Register 20
MTU_MC88_RDBFL21 0xF006688A          MC 88 Read Data and Bit Flip Register 21
MTU_MC88_RDBFL22 0xF006688C          MC 88 Read Data and Bit Flip Register 22
MTU_MC88_RDBFL23 0xF006688E          MC 88 Read Data and Bit Flip Register 23
MTU_MC88_RDBFL24 0xF0066890          MC 88 Read Data and Bit Flip Register 24
MTU_MC88_RDBFL25 0xF0066892          MC 88 Read Data and Bit Flip Register 25
MTU_MC88_RDBFL26 0xF0066894          MC 88 Read Data and Bit Flip Register 26
MTU_MC88_RDBFL27 0xF0066896          MC 88 Read Data and Bit Flip Register 27
MTU_MC88_RDBFL28 0xF0066898          MC 88 Read Data and Bit Flip Register 28
MTU_MC88_RDBFL29 0xF006689A          MC 88 Read Data and Bit Flip Register 29
MTU_MC88_RDBFL30 0xF006689C          MC 88 Read Data and Bit Flip Register 30
MTU_MC88_RDBFL31 0xF006689E          MC 88 Read Data and Bit Flip Register 31
MTU_MC88_RDBFL32 0xF00668A0          MC 88 Read Data and Bit Flip Register 32
MTU_MC88_RDBFL33 0xF00668A2          MC 88 Read Data and Bit Flip Register 33
MTU_MC88_RDBFL34 0xF00668A4          MC 88 Read Data and Bit Flip Register 34
MTU_MC88_RDBFL35 0xF00668A6          MC 88 Read Data and Bit Flip Register 35
MTU_MC88_RDBFL36 0xF00668A8          MC 88 Read Data and Bit Flip Register 36
MTU_MC88_RDBFL37 0xF00668AA          MC 88 Read Data and Bit Flip Register 37
MTU_MC88_RDBFL38 0xF00668AC          MC 88 Read Data and Bit Flip Register 38
MTU_MC88_RDBFL39 0xF00668AE          MC 88 Read Data and Bit Flip Register 39
MTU_MC88_RDBFL40 0xF00668B0          MC 88 Read Data and Bit Flip Register 40
MTU_MC88_RDBFL41 0xF00668B2          MC 88 Read Data and Bit Flip Register 41
MTU_MC88_RDBFL42 0xF00668B4          MC 88 Read Data and Bit Flip Register 42
MTU_MC88_RDBFL43 0xF00668B6          MC 88 Read Data and Bit Flip Register 43
MTU_MC88_RDBFL44 0xF00668B8          MC 88 Read Data and Bit Flip Register 44
MTU_MC88_RDBFL45 0xF00668BA          MC 88 Read Data and Bit Flip Register 45
MTU_MC88_RDBFL46 0xF00668BC          MC 88 Read Data and Bit Flip Register 46
MTU_MC88_RDBFL47 0xF00668BE          MC 88 Read Data and Bit Flip Register 47
MTU_MC88_RDBFL48 0xF00668C0          MC 88 Read Data and Bit Flip Register 48
MTU_MC88_RDBFL49 0xF00668C2          MC 88 Read Data and Bit Flip Register 49
MTU_MC88_RDBFL50 0xF00668C4          MC 88 Read Data and Bit Flip Register 50
MTU_MC88_RDBFL51 0xF00668C6          MC 88 Read Data and Bit Flip Register 51
MTU_MC88_RDBFL52 0xF00668C8          MC 88 Read Data and Bit Flip Register 52
MTU_MC88_RDBFL53 0xF00668CA          MC 88 Read Data and Bit Flip Register 53
MTU_MC88_RDBFL54 0xF00668CC          MC 88 Read Data and Bit Flip Register 54
MTU_MC88_RDBFL55 0xF00668CE          MC 88 Read Data and Bit Flip Register 55
MTU_MC88_RDBFL56 0xF00668D0          MC 88 Read Data and Bit Flip Register 56
MTU_MC88_RDBFL57 0xF00668D2          MC 88 Read Data and Bit Flip Register 57
MTU_MC88_RDBFL58 0xF00668D4          MC 88 Read Data and Bit Flip Register 58
MTU_MC88_RDBFL59 0xF00668D6          MC 88 Read Data and Bit Flip Register 59
MTU_MC88_RDBFL60 0xF00668D8          MC 88 Read Data and Bit Flip Register 60
MTU_MC88_RDBFL61 0xF00668DA          MC 88 Read Data and Bit Flip Register 61
MTU_MC88_RDBFL62 0xF00668DC          MC 88 Read Data and Bit Flip Register 62
MTU_MC88_RDBFL63 0xF00668DE          MC 88 Read Data and Bit Flip Register 63
MTU_MC88_RDBFL64 0xF00668E0          MC 88 Read Data and Bit Flip Register 64
MTU_MC88_RDBFL65 0xF00668E2          MC 88 Read Data and Bit Flip Register 65
MTU_MC88_RDBFL66 0xF00668E4          MC 88 Read Data and Bit Flip Register 66
MTU_MC88_ALMSRCS 0xF00668EE          MC 88 Alarm Sources Configuration Register
MTU_MC88_FAULTSTS 0xF00668F0          MC 88 SSH Safety Faults Status Register
MTU_MC88_ERRINFO0 0xF00668F2          MC 88 Error Information Register 0
MTU_MC88_ERRINFO1 0xF00668F4          MC 88 Error Information Register 1
MTU_MC88_ERRINFO2 0xF00668F6          MC 88 Error Information Register 2
MTU_MC88_ERRINFO3 0xF00668F8          MC 88 Error Information Register 3
MTU_MC88_ERRINFO4 0xF00668FA          MC 88 Error Information Register 4
MTU_MC89_CONFIG0 0xF0066900          MC 89 Configuration Register 0
MTU_MC89_CONFIG1 0xF0066902          MC 89 Configuration Register 1
MTU_MC89_MCONTROL 0xF0066904          MC 89 MBIST Control Register
MTU_MC89_MSTATUS 0xF0066906          MC 89 Status Register
MTU_MC89_RANGE  0xF0066908          MC 89 Range Register, single address mode
MTU_MC89_REVID  0xF006690C          MC 89 Revision ID Register
MTU_MC89_ECCS   0xF006690E          MC 89 ECC Safety Register
MTU_MC89_ECCD   0xF0066910          MC 89 Memory ECC Detection Register
MTU_MC89_ETRR0  0xF0066912          MC 89 Error Tracking Register 0
MTU_MC89_ETRR1  0xF0066914          MC 89 Error Tracking Register 1
MTU_MC89_ETRR2  0xF0066916          MC 89 Error Tracking Register 2
MTU_MC89_ETRR3  0xF0066918          MC 89 Error Tracking Register 3
MTU_MC89_ETRR4  0xF006691A          MC 89 Error Tracking Register 4
MTU_MC89_RDBFL0 0xF0066960          MC 89 Read Data and Bit Flip Register 0
MTU_MC89_RDBFL1 0xF0066962          MC 89 Read Data and Bit Flip Register 1
MTU_MC89_RDBFL2 0xF0066964          MC 89 Read Data and Bit Flip Register 2
MTU_MC89_RDBFL3 0xF0066966          MC 89 Read Data and Bit Flip Register 3
MTU_MC89_RDBFL4 0xF0066968          MC 89 Read Data and Bit Flip Register 4
MTU_MC89_RDBFL5 0xF006696A          MC 89 Read Data and Bit Flip Register 5
MTU_MC89_RDBFL6 0xF006696C          MC 89 Read Data and Bit Flip Register 6
MTU_MC89_RDBFL7 0xF006696E          MC 89 Read Data and Bit Flip Register 7
MTU_MC89_RDBFL8 0xF0066970          MC 89 Read Data and Bit Flip Register 8
MTU_MC89_RDBFL9 0xF0066972          MC 89 Read Data and Bit Flip Register 9
MTU_MC89_RDBFL10 0xF0066974          MC 89 Read Data and Bit Flip Register 10
MTU_MC89_RDBFL11 0xF0066976          MC 89 Read Data and Bit Flip Register 11
MTU_MC89_RDBFL12 0xF0066978          MC 89 Read Data and Bit Flip Register 12
MTU_MC89_RDBFL13 0xF006697A          MC 89 Read Data and Bit Flip Register 13
MTU_MC89_RDBFL14 0xF006697C          MC 89 Read Data and Bit Flip Register 14
MTU_MC89_RDBFL15 0xF006697E          MC 89 Read Data and Bit Flip Register 15
MTU_MC89_RDBFL16 0xF0066980          MC 89 Read Data and Bit Flip Register 16
MTU_MC89_RDBFL17 0xF0066982          MC 89 Read Data and Bit Flip Register 17
MTU_MC89_RDBFL18 0xF0066984          MC 89 Read Data and Bit Flip Register 18
MTU_MC89_RDBFL19 0xF0066986          MC 89 Read Data and Bit Flip Register 19
MTU_MC89_RDBFL20 0xF0066988          MC 89 Read Data and Bit Flip Register 20
MTU_MC89_RDBFL21 0xF006698A          MC 89 Read Data and Bit Flip Register 21
MTU_MC89_RDBFL22 0xF006698C          MC 89 Read Data and Bit Flip Register 22
MTU_MC89_RDBFL23 0xF006698E          MC 89 Read Data and Bit Flip Register 23
MTU_MC89_RDBFL24 0xF0066990          MC 89 Read Data and Bit Flip Register 24
MTU_MC89_RDBFL25 0xF0066992          MC 89 Read Data and Bit Flip Register 25
MTU_MC89_RDBFL26 0xF0066994          MC 89 Read Data and Bit Flip Register 26
MTU_MC89_RDBFL27 0xF0066996          MC 89 Read Data and Bit Flip Register 27
MTU_MC89_RDBFL28 0xF0066998          MC 89 Read Data and Bit Flip Register 28
MTU_MC89_RDBFL29 0xF006699A          MC 89 Read Data and Bit Flip Register 29
MTU_MC89_RDBFL30 0xF006699C          MC 89 Read Data and Bit Flip Register 30
MTU_MC89_RDBFL31 0xF006699E          MC 89 Read Data and Bit Flip Register 31
MTU_MC89_RDBFL32 0xF00669A0          MC 89 Read Data and Bit Flip Register 32
MTU_MC89_RDBFL33 0xF00669A2          MC 89 Read Data and Bit Flip Register 33
MTU_MC89_RDBFL34 0xF00669A4          MC 89 Read Data and Bit Flip Register 34
MTU_MC89_RDBFL35 0xF00669A6          MC 89 Read Data and Bit Flip Register 35
MTU_MC89_RDBFL36 0xF00669A8          MC 89 Read Data and Bit Flip Register 36
MTU_MC89_RDBFL37 0xF00669AA          MC 89 Read Data and Bit Flip Register 37
MTU_MC89_RDBFL38 0xF00669AC          MC 89 Read Data and Bit Flip Register 38
MTU_MC89_RDBFL39 0xF00669AE          MC 89 Read Data and Bit Flip Register 39
MTU_MC89_RDBFL40 0xF00669B0          MC 89 Read Data and Bit Flip Register 40
MTU_MC89_RDBFL41 0xF00669B2          MC 89 Read Data and Bit Flip Register 41
MTU_MC89_RDBFL42 0xF00669B4          MC 89 Read Data and Bit Flip Register 42
MTU_MC89_RDBFL43 0xF00669B6          MC 89 Read Data and Bit Flip Register 43
MTU_MC89_RDBFL44 0xF00669B8          MC 89 Read Data and Bit Flip Register 44
MTU_MC89_RDBFL45 0xF00669BA          MC 89 Read Data and Bit Flip Register 45
MTU_MC89_RDBFL46 0xF00669BC          MC 89 Read Data and Bit Flip Register 46
MTU_MC89_RDBFL47 0xF00669BE          MC 89 Read Data and Bit Flip Register 47
MTU_MC89_RDBFL48 0xF00669C0          MC 89 Read Data and Bit Flip Register 48
MTU_MC89_RDBFL49 0xF00669C2          MC 89 Read Data and Bit Flip Register 49
MTU_MC89_RDBFL50 0xF00669C4          MC 89 Read Data and Bit Flip Register 50
MTU_MC89_RDBFL51 0xF00669C6          MC 89 Read Data and Bit Flip Register 51
MTU_MC89_RDBFL52 0xF00669C8          MC 89 Read Data and Bit Flip Register 52
MTU_MC89_RDBFL53 0xF00669CA          MC 89 Read Data and Bit Flip Register 53
MTU_MC89_RDBFL54 0xF00669CC          MC 89 Read Data and Bit Flip Register 54
MTU_MC89_RDBFL55 0xF00669CE          MC 89 Read Data and Bit Flip Register 55
MTU_MC89_RDBFL56 0xF00669D0          MC 89 Read Data and Bit Flip Register 56
MTU_MC89_RDBFL57 0xF00669D2          MC 89 Read Data and Bit Flip Register 57
MTU_MC89_RDBFL58 0xF00669D4          MC 89 Read Data and Bit Flip Register 58
MTU_MC89_RDBFL59 0xF00669D6          MC 89 Read Data and Bit Flip Register 59
MTU_MC89_RDBFL60 0xF00669D8          MC 89 Read Data and Bit Flip Register 60
MTU_MC89_RDBFL61 0xF00669DA          MC 89 Read Data and Bit Flip Register 61
MTU_MC89_RDBFL62 0xF00669DC          MC 89 Read Data and Bit Flip Register 62
MTU_MC89_RDBFL63 0xF00669DE          MC 89 Read Data and Bit Flip Register 63
MTU_MC89_RDBFL64 0xF00669E0          MC 89 Read Data and Bit Flip Register 64
MTU_MC89_RDBFL65 0xF00669E2          MC 89 Read Data and Bit Flip Register 65
MTU_MC89_RDBFL66 0xF00669E4          MC 89 Read Data and Bit Flip Register 66
MTU_MC89_ALMSRCS 0xF00669EE          MC 89 Alarm Sources Configuration Register
MTU_MC89_FAULTSTS 0xF00669F0          MC 89 SSH Safety Faults Status Register
MTU_MC89_ERRINFO0 0xF00669F2          MC 89 Error Information Register 0
MTU_MC89_ERRINFO1 0xF00669F4          MC 89 Error Information Register 1
MTU_MC89_ERRINFO2 0xF00669F6          MC 89 Error Information Register 2
MTU_MC89_ERRINFO3 0xF00669F8          MC 89 Error Information Register 3
MTU_MC89_ERRINFO4 0xF00669FA          MC 89 Error Information Register 4
MTU_MC90_CONFIG0 0xF0066A00          MC 90 Configuration Register 0
MTU_MC90_CONFIG1 0xF0066A02          MC 90 Configuration Register 1
MTU_MC90_MCONTROL 0xF0066A04          MC 90 MBIST Control Register
MTU_MC90_MSTATUS 0xF0066A06          MC 90 Status Register
MTU_MC90_RANGE  0xF0066A08          MC 90 Range Register, single address mode
MTU_MC90_REVID  0xF0066A0C          MC 90 Revision ID Register
MTU_MC90_ECCS   0xF0066A0E          MC 90 ECC Safety Register
MTU_MC90_ECCD   0xF0066A10          MC 90 Memory ECC Detection Register
MTU_MC90_ETRR0  0xF0066A12          MC 90 Error Tracking Register 0
MTU_MC90_ETRR1  0xF0066A14          MC 90 Error Tracking Register 1
MTU_MC90_ETRR2  0xF0066A16          MC 90 Error Tracking Register 2
MTU_MC90_ETRR3  0xF0066A18          MC 90 Error Tracking Register 3
MTU_MC90_ETRR4  0xF0066A1A          MC 90 Error Tracking Register 4
MTU_MC90_RDBFL0 0xF0066A60          MC 90 Read Data and Bit Flip Register 0
MTU_MC90_RDBFL1 0xF0066A62          MC 90 Read Data and Bit Flip Register 1
MTU_MC90_RDBFL2 0xF0066A64          MC 90 Read Data and Bit Flip Register 2
MTU_MC90_RDBFL3 0xF0066A66          MC 90 Read Data and Bit Flip Register 3
MTU_MC90_RDBFL4 0xF0066A68          MC 90 Read Data and Bit Flip Register 4
MTU_MC90_RDBFL5 0xF0066A6A          MC 90 Read Data and Bit Flip Register 5
MTU_MC90_RDBFL6 0xF0066A6C          MC 90 Read Data and Bit Flip Register 6
MTU_MC90_RDBFL7 0xF0066A6E          MC 90 Read Data and Bit Flip Register 7
MTU_MC90_RDBFL8 0xF0066A70          MC 90 Read Data and Bit Flip Register 8
MTU_MC90_RDBFL9 0xF0066A72          MC 90 Read Data and Bit Flip Register 9
MTU_MC90_RDBFL10 0xF0066A74          MC 90 Read Data and Bit Flip Register 10
MTU_MC90_RDBFL11 0xF0066A76          MC 90 Read Data and Bit Flip Register 11
MTU_MC90_RDBFL12 0xF0066A78          MC 90 Read Data and Bit Flip Register 12
MTU_MC90_RDBFL13 0xF0066A7A          MC 90 Read Data and Bit Flip Register 13
MTU_MC90_RDBFL14 0xF0066A7C          MC 90 Read Data and Bit Flip Register 14
MTU_MC90_RDBFL15 0xF0066A7E          MC 90 Read Data and Bit Flip Register 15
MTU_MC90_RDBFL16 0xF0066A80          MC 90 Read Data and Bit Flip Register 16
MTU_MC90_RDBFL17 0xF0066A82          MC 90 Read Data and Bit Flip Register 17
MTU_MC90_RDBFL18 0xF0066A84          MC 90 Read Data and Bit Flip Register 18
MTU_MC90_RDBFL19 0xF0066A86          MC 90 Read Data and Bit Flip Register 19
MTU_MC90_RDBFL20 0xF0066A88          MC 90 Read Data and Bit Flip Register 20
MTU_MC90_RDBFL21 0xF0066A8A          MC 90 Read Data and Bit Flip Register 21
MTU_MC90_RDBFL22 0xF0066A8C          MC 90 Read Data and Bit Flip Register 22
MTU_MC90_RDBFL23 0xF0066A8E          MC 90 Read Data and Bit Flip Register 23
MTU_MC90_RDBFL24 0xF0066A90          MC 90 Read Data and Bit Flip Register 24
MTU_MC90_RDBFL25 0xF0066A92          MC 90 Read Data and Bit Flip Register 25
MTU_MC90_RDBFL26 0xF0066A94          MC 90 Read Data and Bit Flip Register 26
MTU_MC90_RDBFL27 0xF0066A96          MC 90 Read Data and Bit Flip Register 27
MTU_MC90_RDBFL28 0xF0066A98          MC 90 Read Data and Bit Flip Register 28
MTU_MC90_RDBFL29 0xF0066A9A          MC 90 Read Data and Bit Flip Register 29
MTU_MC90_RDBFL30 0xF0066A9C          MC 90 Read Data and Bit Flip Register 30
MTU_MC90_RDBFL31 0xF0066A9E          MC 90 Read Data and Bit Flip Register 31
MTU_MC90_RDBFL32 0xF0066AA0          MC 90 Read Data and Bit Flip Register 32
MTU_MC90_RDBFL33 0xF0066AA2          MC 90 Read Data and Bit Flip Register 33
MTU_MC90_RDBFL34 0xF0066AA4          MC 90 Read Data and Bit Flip Register 34
MTU_MC90_RDBFL35 0xF0066AA6          MC 90 Read Data and Bit Flip Register 35
MTU_MC90_RDBFL36 0xF0066AA8          MC 90 Read Data and Bit Flip Register 36
MTU_MC90_RDBFL37 0xF0066AAA          MC 90 Read Data and Bit Flip Register 37
MTU_MC90_RDBFL38 0xF0066AAC          MC 90 Read Data and Bit Flip Register 38
MTU_MC90_RDBFL39 0xF0066AAE          MC 90 Read Data and Bit Flip Register 39
MTU_MC90_RDBFL40 0xF0066AB0          MC 90 Read Data and Bit Flip Register 40
MTU_MC90_RDBFL41 0xF0066AB2          MC 90 Read Data and Bit Flip Register 41
MTU_MC90_RDBFL42 0xF0066AB4          MC 90 Read Data and Bit Flip Register 42
MTU_MC90_RDBFL43 0xF0066AB6          MC 90 Read Data and Bit Flip Register 43
MTU_MC90_RDBFL44 0xF0066AB8          MC 90 Read Data and Bit Flip Register 44
MTU_MC90_RDBFL45 0xF0066ABA          MC 90 Read Data and Bit Flip Register 45
MTU_MC90_RDBFL46 0xF0066ABC          MC 90 Read Data and Bit Flip Register 46
MTU_MC90_RDBFL47 0xF0066ABE          MC 90 Read Data and Bit Flip Register 47
MTU_MC90_RDBFL48 0xF0066AC0          MC 90 Read Data and Bit Flip Register 48
MTU_MC90_RDBFL49 0xF0066AC2          MC 90 Read Data and Bit Flip Register 49
MTU_MC90_RDBFL50 0xF0066AC4          MC 90 Read Data and Bit Flip Register 50
MTU_MC90_RDBFL51 0xF0066AC6          MC 90 Read Data and Bit Flip Register 51
MTU_MC90_RDBFL52 0xF0066AC8          MC 90 Read Data and Bit Flip Register 52
MTU_MC90_RDBFL53 0xF0066ACA          MC 90 Read Data and Bit Flip Register 53
MTU_MC90_RDBFL54 0xF0066ACC          MC 90 Read Data and Bit Flip Register 54
MTU_MC90_RDBFL55 0xF0066ACE          MC 90 Read Data and Bit Flip Register 55
MTU_MC90_RDBFL56 0xF0066AD0          MC 90 Read Data and Bit Flip Register 56
MTU_MC90_RDBFL57 0xF0066AD2          MC 90 Read Data and Bit Flip Register 57
MTU_MC90_RDBFL58 0xF0066AD4          MC 90 Read Data and Bit Flip Register 58
MTU_MC90_RDBFL59 0xF0066AD6          MC 90 Read Data and Bit Flip Register 59
MTU_MC90_RDBFL60 0xF0066AD8          MC 90 Read Data and Bit Flip Register 60
MTU_MC90_RDBFL61 0xF0066ADA          MC 90 Read Data and Bit Flip Register 61
MTU_MC90_RDBFL62 0xF0066ADC          MC 90 Read Data and Bit Flip Register 62
MTU_MC90_RDBFL63 0xF0066ADE          MC 90 Read Data and Bit Flip Register 63
MTU_MC90_RDBFL64 0xF0066AE0          MC 90 Read Data and Bit Flip Register 64
MTU_MC90_RDBFL65 0xF0066AE2          MC 90 Read Data and Bit Flip Register 65
MTU_MC90_RDBFL66 0xF0066AE4          MC 90 Read Data and Bit Flip Register 66
MTU_MC90_ALMSRCS 0xF0066AEE          MC 90 Alarm Sources Configuration Register
MTU_MC90_FAULTSTS 0xF0066AF0          MC 90 SSH Safety Faults Status Register
MTU_MC90_ERRINFO0 0xF0066AF2          MC 90 Error Information Register 0
MTU_MC90_ERRINFO1 0xF0066AF4          MC 90 Error Information Register 1
MTU_MC90_ERRINFO2 0xF0066AF6          MC 90 Error Information Register 2
MTU_MC90_ERRINFO3 0xF0066AF8          MC 90 Error Information Register 3
MTU_MC90_ERRINFO4 0xF0066AFA          MC 90 Error Information Register 4
MTU_MC91_CONFIG0 0xF0066B00          MC 91 Configuration Register 0
MTU_MC91_CONFIG1 0xF0066B02          MC 91 Configuration Register 1
MTU_MC91_MCONTROL 0xF0066B04          MC 91 MBIST Control Register
MTU_MC91_MSTATUS 0xF0066B06          MC 91 Status Register
MTU_MC91_RANGE  0xF0066B08          MC 91 Range Register, single address mode
MTU_MC91_REVID  0xF0066B0C          MC 91 Revision ID Register
MTU_MC91_ECCS   0xF0066B0E          MC 91 ECC Safety Register
MTU_MC91_ECCD   0xF0066B10          MC 91 Memory ECC Detection Register
MTU_MC91_ETRR0  0xF0066B12          MC 91 Error Tracking Register 0
MTU_MC91_ETRR1  0xF0066B14          MC 91 Error Tracking Register 1
MTU_MC91_ETRR2  0xF0066B16          MC 91 Error Tracking Register 2
MTU_MC91_ETRR3  0xF0066B18          MC 91 Error Tracking Register 3
MTU_MC91_ETRR4  0xF0066B1A          MC 91 Error Tracking Register 4
MTU_MC91_RDBFL0 0xF0066B60          MC 91 Read Data and Bit Flip Register 0
MTU_MC91_RDBFL1 0xF0066B62          MC 91 Read Data and Bit Flip Register 1
MTU_MC91_RDBFL2 0xF0066B64          MC 91 Read Data and Bit Flip Register 2
MTU_MC91_RDBFL3 0xF0066B66          MC 91 Read Data and Bit Flip Register 3
MTU_MC91_RDBFL4 0xF0066B68          MC 91 Read Data and Bit Flip Register 4
MTU_MC91_RDBFL5 0xF0066B6A          MC 91 Read Data and Bit Flip Register 5
MTU_MC91_RDBFL6 0xF0066B6C          MC 91 Read Data and Bit Flip Register 6
MTU_MC91_RDBFL7 0xF0066B6E          MC 91 Read Data and Bit Flip Register 7
MTU_MC91_RDBFL8 0xF0066B70          MC 91 Read Data and Bit Flip Register 8
MTU_MC91_RDBFL9 0xF0066B72          MC 91 Read Data and Bit Flip Register 9
MTU_MC91_RDBFL10 0xF0066B74          MC 91 Read Data and Bit Flip Register 10
MTU_MC91_RDBFL11 0xF0066B76          MC 91 Read Data and Bit Flip Register 11
MTU_MC91_RDBFL12 0xF0066B78          MC 91 Read Data and Bit Flip Register 12
MTU_MC91_RDBFL13 0xF0066B7A          MC 91 Read Data and Bit Flip Register 13
MTU_MC91_RDBFL14 0xF0066B7C          MC 91 Read Data and Bit Flip Register 14
MTU_MC91_RDBFL15 0xF0066B7E          MC 91 Read Data and Bit Flip Register 15
MTU_MC91_RDBFL16 0xF0066B80          MC 91 Read Data and Bit Flip Register 16
MTU_MC91_RDBFL17 0xF0066B82          MC 91 Read Data and Bit Flip Register 17
MTU_MC91_RDBFL18 0xF0066B84          MC 91 Read Data and Bit Flip Register 18
MTU_MC91_RDBFL19 0xF0066B86          MC 91 Read Data and Bit Flip Register 19
MTU_MC91_RDBFL20 0xF0066B88          MC 91 Read Data and Bit Flip Register 20
MTU_MC91_RDBFL21 0xF0066B8A          MC 91 Read Data and Bit Flip Register 21
MTU_MC91_RDBFL22 0xF0066B8C          MC 91 Read Data and Bit Flip Register 22
MTU_MC91_RDBFL23 0xF0066B8E          MC 91 Read Data and Bit Flip Register 23
MTU_MC91_RDBFL24 0xF0066B90          MC 91 Read Data and Bit Flip Register 24
MTU_MC91_RDBFL25 0xF0066B92          MC 91 Read Data and Bit Flip Register 25
MTU_MC91_RDBFL26 0xF0066B94          MC 91 Read Data and Bit Flip Register 26
MTU_MC91_RDBFL27 0xF0066B96          MC 91 Read Data and Bit Flip Register 27
MTU_MC91_RDBFL28 0xF0066B98          MC 91 Read Data and Bit Flip Register 28
MTU_MC91_RDBFL29 0xF0066B9A          MC 91 Read Data and Bit Flip Register 29
MTU_MC91_RDBFL30 0xF0066B9C          MC 91 Read Data and Bit Flip Register 30
MTU_MC91_RDBFL31 0xF0066B9E          MC 91 Read Data and Bit Flip Register 31
MTU_MC91_RDBFL32 0xF0066BA0          MC 91 Read Data and Bit Flip Register 32
MTU_MC91_RDBFL33 0xF0066BA2          MC 91 Read Data and Bit Flip Register 33
MTU_MC91_RDBFL34 0xF0066BA4          MC 91 Read Data and Bit Flip Register 34
MTU_MC91_RDBFL35 0xF0066BA6          MC 91 Read Data and Bit Flip Register 35
MTU_MC91_RDBFL36 0xF0066BA8          MC 91 Read Data and Bit Flip Register 36
MTU_MC91_RDBFL37 0xF0066BAA          MC 91 Read Data and Bit Flip Register 37
MTU_MC91_RDBFL38 0xF0066BAC          MC 91 Read Data and Bit Flip Register 38
MTU_MC91_RDBFL39 0xF0066BAE          MC 91 Read Data and Bit Flip Register 39
MTU_MC91_RDBFL40 0xF0066BB0          MC 91 Read Data and Bit Flip Register 40
MTU_MC91_RDBFL41 0xF0066BB2          MC 91 Read Data and Bit Flip Register 41
MTU_MC91_RDBFL42 0xF0066BB4          MC 91 Read Data and Bit Flip Register 42
MTU_MC91_RDBFL43 0xF0066BB6          MC 91 Read Data and Bit Flip Register 43
MTU_MC91_RDBFL44 0xF0066BB8          MC 91 Read Data and Bit Flip Register 44
MTU_MC91_RDBFL45 0xF0066BBA          MC 91 Read Data and Bit Flip Register 45
MTU_MC91_RDBFL46 0xF0066BBC          MC 91 Read Data and Bit Flip Register 46
MTU_MC91_RDBFL47 0xF0066BBE          MC 91 Read Data and Bit Flip Register 47
MTU_MC91_RDBFL48 0xF0066BC0          MC 91 Read Data and Bit Flip Register 48
MTU_MC91_RDBFL49 0xF0066BC2          MC 91 Read Data and Bit Flip Register 49
MTU_MC91_RDBFL50 0xF0066BC4          MC 91 Read Data and Bit Flip Register 50
MTU_MC91_RDBFL51 0xF0066BC6          MC 91 Read Data and Bit Flip Register 51
MTU_MC91_RDBFL52 0xF0066BC8          MC 91 Read Data and Bit Flip Register 52
MTU_MC91_RDBFL53 0xF0066BCA          MC 91 Read Data and Bit Flip Register 53
MTU_MC91_RDBFL54 0xF0066BCC          MC 91 Read Data and Bit Flip Register 54
MTU_MC91_RDBFL55 0xF0066BCE          MC 91 Read Data and Bit Flip Register 55
MTU_MC91_RDBFL56 0xF0066BD0          MC 91 Read Data and Bit Flip Register 56
MTU_MC91_RDBFL57 0xF0066BD2          MC 91 Read Data and Bit Flip Register 57
MTU_MC91_RDBFL58 0xF0066BD4          MC 91 Read Data and Bit Flip Register 58
MTU_MC91_RDBFL59 0xF0066BD6          MC 91 Read Data and Bit Flip Register 59
MTU_MC91_RDBFL60 0xF0066BD8          MC 91 Read Data and Bit Flip Register 60
MTU_MC91_RDBFL61 0xF0066BDA          MC 91 Read Data and Bit Flip Register 61
MTU_MC91_RDBFL62 0xF0066BDC          MC 91 Read Data and Bit Flip Register 62
MTU_MC91_RDBFL63 0xF0066BDE          MC 91 Read Data and Bit Flip Register 63
MTU_MC91_RDBFL64 0xF0066BE0          MC 91 Read Data and Bit Flip Register 64
MTU_MC91_RDBFL65 0xF0066BE2          MC 91 Read Data and Bit Flip Register 65
MTU_MC91_RDBFL66 0xF0066BE4          MC 91 Read Data and Bit Flip Register 66
MTU_MC91_ALMSRCS 0xF0066BEE          MC 91 Alarm Sources Configuration Register
MTU_MC91_FAULTSTS 0xF0066BF0          MC 91 SSH Safety Faults Status Register
MTU_MC91_ERRINFO0 0xF0066BF2          MC 91 Error Information Register 0
MTU_MC91_ERRINFO1 0xF0066BF4          MC 91 Error Information Register 1
MTU_MC91_ERRINFO2 0xF0066BF6          MC 91 Error Information Register 2
MTU_MC91_ERRINFO3 0xF0066BF8          MC 91 Error Information Register 3
MTU_MC91_ERRINFO4 0xF0066BFA          MC 91 Error Information Register 4
MTU_MC92_CONFIG0 0xF0066C00          MC 92 Configuration Register 0
MTU_MC92_CONFIG1 0xF0066C02          MC 92 Configuration Register 1
MTU_MC92_MCONTROL 0xF0066C04          MC 92 MBIST Control Register
MTU_MC92_MSTATUS 0xF0066C06          MC 92 Status Register
MTU_MC92_RANGE  0xF0066C08          MC 92 Range Register, single address mode
MTU_MC92_REVID  0xF0066C0C          MC 92 Revision ID Register
MTU_MC92_ECCS   0xF0066C0E          MC 92 ECC Safety Register
MTU_MC92_ECCD   0xF0066C10          MC 92 Memory ECC Detection Register
MTU_MC92_ETRR0  0xF0066C12          MC 92 Error Tracking Register 0
MTU_MC92_ETRR1  0xF0066C14          MC 92 Error Tracking Register 1
MTU_MC92_ETRR2  0xF0066C16          MC 92 Error Tracking Register 2
MTU_MC92_ETRR3  0xF0066C18          MC 92 Error Tracking Register 3
MTU_MC92_ETRR4  0xF0066C1A          MC 92 Error Tracking Register 4
MTU_MC92_RDBFL0 0xF0066C60          MC 92 Read Data and Bit Flip Register 0
MTU_MC92_RDBFL1 0xF0066C62          MC 92 Read Data and Bit Flip Register 1
MTU_MC92_RDBFL2 0xF0066C64          MC 92 Read Data and Bit Flip Register 2
MTU_MC92_RDBFL3 0xF0066C66          MC 92 Read Data and Bit Flip Register 3
MTU_MC92_RDBFL4 0xF0066C68          MC 92 Read Data and Bit Flip Register 4
MTU_MC92_RDBFL5 0xF0066C6A          MC 92 Read Data and Bit Flip Register 5
MTU_MC92_RDBFL6 0xF0066C6C          MC 92 Read Data and Bit Flip Register 6
MTU_MC92_RDBFL7 0xF0066C6E          MC 92 Read Data and Bit Flip Register 7
MTU_MC92_RDBFL8 0xF0066C70          MC 92 Read Data and Bit Flip Register 8
MTU_MC92_RDBFL9 0xF0066C72          MC 92 Read Data and Bit Flip Register 9
MTU_MC92_RDBFL10 0xF0066C74          MC 92 Read Data and Bit Flip Register 10
MTU_MC92_RDBFL11 0xF0066C76          MC 92 Read Data and Bit Flip Register 11
MTU_MC92_RDBFL12 0xF0066C78          MC 92 Read Data and Bit Flip Register 12
MTU_MC92_RDBFL13 0xF0066C7A          MC 92 Read Data and Bit Flip Register 13
MTU_MC92_RDBFL14 0xF0066C7C          MC 92 Read Data and Bit Flip Register 14
MTU_MC92_RDBFL15 0xF0066C7E          MC 92 Read Data and Bit Flip Register 15
MTU_MC92_RDBFL16 0xF0066C80          MC 92 Read Data and Bit Flip Register 16
MTU_MC92_RDBFL17 0xF0066C82          MC 92 Read Data and Bit Flip Register 17
MTU_MC92_RDBFL18 0xF0066C84          MC 92 Read Data and Bit Flip Register 18
MTU_MC92_RDBFL19 0xF0066C86          MC 92 Read Data and Bit Flip Register 19
MTU_MC92_RDBFL20 0xF0066C88          MC 92 Read Data and Bit Flip Register 20
MTU_MC92_RDBFL21 0xF0066C8A          MC 92 Read Data and Bit Flip Register 21
MTU_MC92_RDBFL22 0xF0066C8C          MC 92 Read Data and Bit Flip Register 22
MTU_MC92_RDBFL23 0xF0066C8E          MC 92 Read Data and Bit Flip Register 23
MTU_MC92_RDBFL24 0xF0066C90          MC 92 Read Data and Bit Flip Register 24
MTU_MC92_RDBFL25 0xF0066C92          MC 92 Read Data and Bit Flip Register 25
MTU_MC92_RDBFL26 0xF0066C94          MC 92 Read Data and Bit Flip Register 26
MTU_MC92_RDBFL27 0xF0066C96          MC 92 Read Data and Bit Flip Register 27
MTU_MC92_RDBFL28 0xF0066C98          MC 92 Read Data and Bit Flip Register 28
MTU_MC92_RDBFL29 0xF0066C9A          MC 92 Read Data and Bit Flip Register 29
MTU_MC92_RDBFL30 0xF0066C9C          MC 92 Read Data and Bit Flip Register 30
MTU_MC92_RDBFL31 0xF0066C9E          MC 92 Read Data and Bit Flip Register 31
MTU_MC92_RDBFL32 0xF0066CA0          MC 92 Read Data and Bit Flip Register 32
MTU_MC92_RDBFL33 0xF0066CA2          MC 92 Read Data and Bit Flip Register 33
MTU_MC92_RDBFL34 0xF0066CA4          MC 92 Read Data and Bit Flip Register 34
MTU_MC92_RDBFL35 0xF0066CA6          MC 92 Read Data and Bit Flip Register 35
MTU_MC92_RDBFL36 0xF0066CA8          MC 92 Read Data and Bit Flip Register 36
MTU_MC92_RDBFL37 0xF0066CAA          MC 92 Read Data and Bit Flip Register 37
MTU_MC92_RDBFL38 0xF0066CAC          MC 92 Read Data and Bit Flip Register 38
MTU_MC92_RDBFL39 0xF0066CAE          MC 92 Read Data and Bit Flip Register 39
MTU_MC92_RDBFL40 0xF0066CB0          MC 92 Read Data and Bit Flip Register 40
MTU_MC92_RDBFL41 0xF0066CB2          MC 92 Read Data and Bit Flip Register 41
MTU_MC92_RDBFL42 0xF0066CB4          MC 92 Read Data and Bit Flip Register 42
MTU_MC92_RDBFL43 0xF0066CB6          MC 92 Read Data and Bit Flip Register 43
MTU_MC92_RDBFL44 0xF0066CB8          MC 92 Read Data and Bit Flip Register 44
MTU_MC92_RDBFL45 0xF0066CBA          MC 92 Read Data and Bit Flip Register 45
MTU_MC92_RDBFL46 0xF0066CBC          MC 92 Read Data and Bit Flip Register 46
MTU_MC92_RDBFL47 0xF0066CBE          MC 92 Read Data and Bit Flip Register 47
MTU_MC92_RDBFL48 0xF0066CC0          MC 92 Read Data and Bit Flip Register 48
MTU_MC92_RDBFL49 0xF0066CC2          MC 92 Read Data and Bit Flip Register 49
MTU_MC92_RDBFL50 0xF0066CC4          MC 92 Read Data and Bit Flip Register 50
MTU_MC92_RDBFL51 0xF0066CC6          MC 92 Read Data and Bit Flip Register 51
MTU_MC92_RDBFL52 0xF0066CC8          MC 92 Read Data and Bit Flip Register 52
MTU_MC92_RDBFL53 0xF0066CCA          MC 92 Read Data and Bit Flip Register 53
MTU_MC92_RDBFL54 0xF0066CCC          MC 92 Read Data and Bit Flip Register 54
MTU_MC92_RDBFL55 0xF0066CCE          MC 92 Read Data and Bit Flip Register 55
MTU_MC92_RDBFL56 0xF0066CD0          MC 92 Read Data and Bit Flip Register 56
MTU_MC92_RDBFL57 0xF0066CD2          MC 92 Read Data and Bit Flip Register 57
MTU_MC92_RDBFL58 0xF0066CD4          MC 92 Read Data and Bit Flip Register 58
MTU_MC92_RDBFL59 0xF0066CD6          MC 92 Read Data and Bit Flip Register 59
MTU_MC92_RDBFL60 0xF0066CD8          MC 92 Read Data and Bit Flip Register 60
MTU_MC92_RDBFL61 0xF0066CDA          MC 92 Read Data and Bit Flip Register 61
MTU_MC92_RDBFL62 0xF0066CDC          MC 92 Read Data and Bit Flip Register 62
MTU_MC92_RDBFL63 0xF0066CDE          MC 92 Read Data and Bit Flip Register 63
MTU_MC92_RDBFL64 0xF0066CE0          MC 92 Read Data and Bit Flip Register 64
MTU_MC92_RDBFL65 0xF0066CE2          MC 92 Read Data and Bit Flip Register 65
MTU_MC92_RDBFL66 0xF0066CE4          MC 92 Read Data and Bit Flip Register 66
MTU_MC92_ALMSRCS 0xF0066CEE          MC 92 Alarm Sources Configuration Register
MTU_MC92_FAULTSTS 0xF0066CF0          MC 92 SSH Safety Faults Status Register
MTU_MC92_ERRINFO0 0xF0066CF2          MC 92 Error Information Register 0
MTU_MC92_ERRINFO1 0xF0066CF4          MC 92 Error Information Register 1
MTU_MC92_ERRINFO2 0xF0066CF6          MC 92 Error Information Register 2
MTU_MC92_ERRINFO3 0xF0066CF8          MC 92 Error Information Register 3
MTU_MC92_ERRINFO4 0xF0066CFA          MC 92 Error Information Register 4
MTU_MC93_CONFIG0 0xF0066D00          MC 93 Configuration Register 0
MTU_MC93_CONFIG1 0xF0066D02          MC 93 Configuration Register 1
MTU_MC93_MCONTROL 0xF0066D04          MC 93 MBIST Control Register
MTU_MC93_MSTATUS 0xF0066D06          MC 93 Status Register
MTU_MC93_RANGE  0xF0066D08          MC 93 Range Register, single address mode
MTU_MC93_REVID  0xF0066D0C          MC 93 Revision ID Register
MTU_MC93_ECCS   0xF0066D0E          MC 93 ECC Safety Register
MTU_MC93_ECCD   0xF0066D10          MC 93 Memory ECC Detection Register
MTU_MC93_ETRR0  0xF0066D12          MC 93 Error Tracking Register 0
MTU_MC93_ETRR1  0xF0066D14          MC 93 Error Tracking Register 1
MTU_MC93_ETRR2  0xF0066D16          MC 93 Error Tracking Register 2
MTU_MC93_ETRR3  0xF0066D18          MC 93 Error Tracking Register 3
MTU_MC93_ETRR4  0xF0066D1A          MC 93 Error Tracking Register 4
MTU_MC93_RDBFL0 0xF0066D60          MC 93 Read Data and Bit Flip Register 0
MTU_MC93_RDBFL1 0xF0066D62          MC 93 Read Data and Bit Flip Register 1
MTU_MC93_RDBFL2 0xF0066D64          MC 93 Read Data and Bit Flip Register 2
MTU_MC93_RDBFL3 0xF0066D66          MC 93 Read Data and Bit Flip Register 3
MTU_MC93_RDBFL4 0xF0066D68          MC 93 Read Data and Bit Flip Register 4
MTU_MC93_RDBFL5 0xF0066D6A          MC 93 Read Data and Bit Flip Register 5
MTU_MC93_RDBFL6 0xF0066D6C          MC 93 Read Data and Bit Flip Register 6
MTU_MC93_RDBFL7 0xF0066D6E          MC 93 Read Data and Bit Flip Register 7
MTU_MC93_RDBFL8 0xF0066D70          MC 93 Read Data and Bit Flip Register 8
MTU_MC93_RDBFL9 0xF0066D72          MC 93 Read Data and Bit Flip Register 9
MTU_MC93_RDBFL10 0xF0066D74          MC 93 Read Data and Bit Flip Register 10
MTU_MC93_RDBFL11 0xF0066D76          MC 93 Read Data and Bit Flip Register 11
MTU_MC93_RDBFL12 0xF0066D78          MC 93 Read Data and Bit Flip Register 12
MTU_MC93_RDBFL13 0xF0066D7A          MC 93 Read Data and Bit Flip Register 13
MTU_MC93_RDBFL14 0xF0066D7C          MC 93 Read Data and Bit Flip Register 14
MTU_MC93_RDBFL15 0xF0066D7E          MC 93 Read Data and Bit Flip Register 15
MTU_MC93_RDBFL16 0xF0066D80          MC 93 Read Data and Bit Flip Register 16
MTU_MC93_RDBFL17 0xF0066D82          MC 93 Read Data and Bit Flip Register 17
MTU_MC93_RDBFL18 0xF0066D84          MC 93 Read Data and Bit Flip Register 18
MTU_MC93_RDBFL19 0xF0066D86          MC 93 Read Data and Bit Flip Register 19
MTU_MC93_RDBFL20 0xF0066D88          MC 93 Read Data and Bit Flip Register 20
MTU_MC93_RDBFL21 0xF0066D8A          MC 93 Read Data and Bit Flip Register 21
MTU_MC93_RDBFL22 0xF0066D8C          MC 93 Read Data and Bit Flip Register 22
MTU_MC93_RDBFL23 0xF0066D8E          MC 93 Read Data and Bit Flip Register 23
MTU_MC93_RDBFL24 0xF0066D90          MC 93 Read Data and Bit Flip Register 24
MTU_MC93_RDBFL25 0xF0066D92          MC 93 Read Data and Bit Flip Register 25
MTU_MC93_RDBFL26 0xF0066D94          MC 93 Read Data and Bit Flip Register 26
MTU_MC93_RDBFL27 0xF0066D96          MC 93 Read Data and Bit Flip Register 27
MTU_MC93_RDBFL28 0xF0066D98          MC 93 Read Data and Bit Flip Register 28
MTU_MC93_RDBFL29 0xF0066D9A          MC 93 Read Data and Bit Flip Register 29
MTU_MC93_RDBFL30 0xF0066D9C          MC 93 Read Data and Bit Flip Register 30
MTU_MC93_RDBFL31 0xF0066D9E          MC 93 Read Data and Bit Flip Register 31
MTU_MC93_RDBFL32 0xF0066DA0          MC 93 Read Data and Bit Flip Register 32
MTU_MC93_RDBFL33 0xF0066DA2          MC 93 Read Data and Bit Flip Register 33
MTU_MC93_RDBFL34 0xF0066DA4          MC 93 Read Data and Bit Flip Register 34
MTU_MC93_RDBFL35 0xF0066DA6          MC 93 Read Data and Bit Flip Register 35
MTU_MC93_RDBFL36 0xF0066DA8          MC 93 Read Data and Bit Flip Register 36
MTU_MC93_RDBFL37 0xF0066DAA          MC 93 Read Data and Bit Flip Register 37
MTU_MC93_RDBFL38 0xF0066DAC          MC 93 Read Data and Bit Flip Register 38
MTU_MC93_RDBFL39 0xF0066DAE          MC 93 Read Data and Bit Flip Register 39
MTU_MC93_RDBFL40 0xF0066DB0          MC 93 Read Data and Bit Flip Register 40
MTU_MC93_RDBFL41 0xF0066DB2          MC 93 Read Data and Bit Flip Register 41
MTU_MC93_RDBFL42 0xF0066DB4          MC 93 Read Data and Bit Flip Register 42
MTU_MC93_RDBFL43 0xF0066DB6          MC 93 Read Data and Bit Flip Register 43
MTU_MC93_RDBFL44 0xF0066DB8          MC 93 Read Data and Bit Flip Register 44
MTU_MC93_RDBFL45 0xF0066DBA          MC 93 Read Data and Bit Flip Register 45
MTU_MC93_RDBFL46 0xF0066DBC          MC 93 Read Data and Bit Flip Register 46
MTU_MC93_RDBFL47 0xF0066DBE          MC 93 Read Data and Bit Flip Register 47
MTU_MC93_RDBFL48 0xF0066DC0          MC 93 Read Data and Bit Flip Register 48
MTU_MC93_RDBFL49 0xF0066DC2          MC 93 Read Data and Bit Flip Register 49
MTU_MC93_RDBFL50 0xF0066DC4          MC 93 Read Data and Bit Flip Register 50
MTU_MC93_RDBFL51 0xF0066DC6          MC 93 Read Data and Bit Flip Register 51
MTU_MC93_RDBFL52 0xF0066DC8          MC 93 Read Data and Bit Flip Register 52
MTU_MC93_RDBFL53 0xF0066DCA          MC 93 Read Data and Bit Flip Register 53
MTU_MC93_RDBFL54 0xF0066DCC          MC 93 Read Data and Bit Flip Register 54
MTU_MC93_RDBFL55 0xF0066DCE          MC 93 Read Data and Bit Flip Register 55
MTU_MC93_RDBFL56 0xF0066DD0          MC 93 Read Data and Bit Flip Register 56
MTU_MC93_RDBFL57 0xF0066DD2          MC 93 Read Data and Bit Flip Register 57
MTU_MC93_RDBFL58 0xF0066DD4          MC 93 Read Data and Bit Flip Register 58
MTU_MC93_RDBFL59 0xF0066DD6          MC 93 Read Data and Bit Flip Register 59
MTU_MC93_RDBFL60 0xF0066DD8          MC 93 Read Data and Bit Flip Register 60
MTU_MC93_RDBFL61 0xF0066DDA          MC 93 Read Data and Bit Flip Register 61
MTU_MC93_RDBFL62 0xF0066DDC          MC 93 Read Data and Bit Flip Register 62
MTU_MC93_RDBFL63 0xF0066DDE          MC 93 Read Data and Bit Flip Register 63
MTU_MC93_RDBFL64 0xF0066DE0          MC 93 Read Data and Bit Flip Register 64
MTU_MC93_RDBFL65 0xF0066DE2          MC 93 Read Data and Bit Flip Register 65
MTU_MC93_RDBFL66 0xF0066DE4          MC 93 Read Data and Bit Flip Register 66
MTU_MC93_ALMSRCS 0xF0066DEE          MC 93 Alarm Sources Configuration Register
MTU_MC93_FAULTSTS 0xF0066DF0          MC 93 SSH Safety Faults Status Register
MTU_MC93_ERRINFO0 0xF0066DF2          MC 93 Error Information Register 0
MTU_MC93_ERRINFO1 0xF0066DF4          MC 93 Error Information Register 1
MTU_MC93_ERRINFO2 0xF0066DF6          MC 93 Error Information Register 2
MTU_MC93_ERRINFO3 0xF0066DF8          MC 93 Error Information Register 3
MTU_MC93_ERRINFO4 0xF0066DFA          MC 93 Error Information Register 4
MTU_MC94_CONFIG0 0xF0066E00          MC 94 Configuration Register 0
MTU_MC94_CONFIG1 0xF0066E02          MC 94 Configuration Register 1
MTU_MC94_MCONTROL 0xF0066E04          MC 94 MBIST Control Register
MTU_MC94_MSTATUS 0xF0066E06          MC 94 Status Register
MTU_MC94_RANGE  0xF0066E08          MC 94 Range Register, single address mode
MTU_MC94_REVID  0xF0066E0C          MC 94 Revision ID Register
MTU_MC94_ECCS   0xF0066E0E          MC 94 ECC Safety Register
MTU_MC94_ECCD   0xF0066E10          MC 94 Memory ECC Detection Register
MTU_MC94_ETRR0  0xF0066E12          MC 94 Error Tracking Register 0
MTU_MC94_ETRR1  0xF0066E14          MC 94 Error Tracking Register 1
MTU_MC94_ETRR2  0xF0066E16          MC 94 Error Tracking Register 2
MTU_MC94_ETRR3  0xF0066E18          MC 94 Error Tracking Register 3
MTU_MC94_ETRR4  0xF0066E1A          MC 94 Error Tracking Register 4
MTU_MC94_RDBFL0 0xF0066E60          MC 94 Read Data and Bit Flip Register 0
MTU_MC94_RDBFL1 0xF0066E62          MC 94 Read Data and Bit Flip Register 1
MTU_MC94_RDBFL2 0xF0066E64          MC 94 Read Data and Bit Flip Register 2
MTU_MC94_RDBFL3 0xF0066E66          MC 94 Read Data and Bit Flip Register 3
MTU_MC94_RDBFL4 0xF0066E68          MC 94 Read Data and Bit Flip Register 4
MTU_MC94_RDBFL5 0xF0066E6A          MC 94 Read Data and Bit Flip Register 5
MTU_MC94_RDBFL6 0xF0066E6C          MC 94 Read Data and Bit Flip Register 6
MTU_MC94_RDBFL7 0xF0066E6E          MC 94 Read Data and Bit Flip Register 7
MTU_MC94_RDBFL8 0xF0066E70          MC 94 Read Data and Bit Flip Register 8
MTU_MC94_RDBFL9 0xF0066E72          MC 94 Read Data and Bit Flip Register 9
MTU_MC94_RDBFL10 0xF0066E74          MC 94 Read Data and Bit Flip Register 10
MTU_MC94_RDBFL11 0xF0066E76          MC 94 Read Data and Bit Flip Register 11
MTU_MC94_RDBFL12 0xF0066E78          MC 94 Read Data and Bit Flip Register 12
MTU_MC94_RDBFL13 0xF0066E7A          MC 94 Read Data and Bit Flip Register 13
MTU_MC94_RDBFL14 0xF0066E7C          MC 94 Read Data and Bit Flip Register 14
MTU_MC94_RDBFL15 0xF0066E7E          MC 94 Read Data and Bit Flip Register 15
MTU_MC94_RDBFL16 0xF0066E80          MC 94 Read Data and Bit Flip Register 16
MTU_MC94_RDBFL17 0xF0066E82          MC 94 Read Data and Bit Flip Register 17
MTU_MC94_RDBFL18 0xF0066E84          MC 94 Read Data and Bit Flip Register 18
MTU_MC94_RDBFL19 0xF0066E86          MC 94 Read Data and Bit Flip Register 19
MTU_MC94_RDBFL20 0xF0066E88          MC 94 Read Data and Bit Flip Register 20
MTU_MC94_RDBFL21 0xF0066E8A          MC 94 Read Data and Bit Flip Register 21
MTU_MC94_RDBFL22 0xF0066E8C          MC 94 Read Data and Bit Flip Register 22
MTU_MC94_RDBFL23 0xF0066E8E          MC 94 Read Data and Bit Flip Register 23
MTU_MC94_RDBFL24 0xF0066E90          MC 94 Read Data and Bit Flip Register 24
MTU_MC94_RDBFL25 0xF0066E92          MC 94 Read Data and Bit Flip Register 25
MTU_MC94_RDBFL26 0xF0066E94          MC 94 Read Data and Bit Flip Register 26
MTU_MC94_RDBFL27 0xF0066E96          MC 94 Read Data and Bit Flip Register 27
MTU_MC94_RDBFL28 0xF0066E98          MC 94 Read Data and Bit Flip Register 28
MTU_MC94_RDBFL29 0xF0066E9A          MC 94 Read Data and Bit Flip Register 29
MTU_MC94_RDBFL30 0xF0066E9C          MC 94 Read Data and Bit Flip Register 30
MTU_MC94_RDBFL31 0xF0066E9E          MC 94 Read Data and Bit Flip Register 31
MTU_MC94_RDBFL32 0xF0066EA0          MC 94 Read Data and Bit Flip Register 32
MTU_MC94_RDBFL33 0xF0066EA2          MC 94 Read Data and Bit Flip Register 33
MTU_MC94_RDBFL34 0xF0066EA4          MC 94 Read Data and Bit Flip Register 34
MTU_MC94_RDBFL35 0xF0066EA6          MC 94 Read Data and Bit Flip Register 35
MTU_MC94_RDBFL36 0xF0066EA8          MC 94 Read Data and Bit Flip Register 36
MTU_MC94_RDBFL37 0xF0066EAA          MC 94 Read Data and Bit Flip Register 37
MTU_MC94_RDBFL38 0xF0066EAC          MC 94 Read Data and Bit Flip Register 38
MTU_MC94_RDBFL39 0xF0066EAE          MC 94 Read Data and Bit Flip Register 39
MTU_MC94_RDBFL40 0xF0066EB0          MC 94 Read Data and Bit Flip Register 40
MTU_MC94_RDBFL41 0xF0066EB2          MC 94 Read Data and Bit Flip Register 41
MTU_MC94_RDBFL42 0xF0066EB4          MC 94 Read Data and Bit Flip Register 42
MTU_MC94_RDBFL43 0xF0066EB6          MC 94 Read Data and Bit Flip Register 43
MTU_MC94_RDBFL44 0xF0066EB8          MC 94 Read Data and Bit Flip Register 44
MTU_MC94_RDBFL45 0xF0066EBA          MC 94 Read Data and Bit Flip Register 45
MTU_MC94_RDBFL46 0xF0066EBC          MC 94 Read Data and Bit Flip Register 46
MTU_MC94_RDBFL47 0xF0066EBE          MC 94 Read Data and Bit Flip Register 47
MTU_MC94_RDBFL48 0xF0066EC0          MC 94 Read Data and Bit Flip Register 48
MTU_MC94_RDBFL49 0xF0066EC2          MC 94 Read Data and Bit Flip Register 49
MTU_MC94_RDBFL50 0xF0066EC4          MC 94 Read Data and Bit Flip Register 50
MTU_MC94_RDBFL51 0xF0066EC6          MC 94 Read Data and Bit Flip Register 51
MTU_MC94_RDBFL52 0xF0066EC8          MC 94 Read Data and Bit Flip Register 52
MTU_MC94_RDBFL53 0xF0066ECA          MC 94 Read Data and Bit Flip Register 53
MTU_MC94_RDBFL54 0xF0066ECC          MC 94 Read Data and Bit Flip Register 54
MTU_MC94_RDBFL55 0xF0066ECE          MC 94 Read Data and Bit Flip Register 55
MTU_MC94_RDBFL56 0xF0066ED0          MC 94 Read Data and Bit Flip Register 56
MTU_MC94_RDBFL57 0xF0066ED2          MC 94 Read Data and Bit Flip Register 57
MTU_MC94_RDBFL58 0xF0066ED4          MC 94 Read Data and Bit Flip Register 58
MTU_MC94_RDBFL59 0xF0066ED6          MC 94 Read Data and Bit Flip Register 59
MTU_MC94_RDBFL60 0xF0066ED8          MC 94 Read Data and Bit Flip Register 60
MTU_MC94_RDBFL61 0xF0066EDA          MC 94 Read Data and Bit Flip Register 61
MTU_MC94_RDBFL62 0xF0066EDC          MC 94 Read Data and Bit Flip Register 62
MTU_MC94_RDBFL63 0xF0066EDE          MC 94 Read Data and Bit Flip Register 63
MTU_MC94_RDBFL64 0xF0066EE0          MC 94 Read Data and Bit Flip Register 64
MTU_MC94_RDBFL65 0xF0066EE2          MC 94 Read Data and Bit Flip Register 65
MTU_MC94_RDBFL66 0xF0066EE4          MC 94 Read Data and Bit Flip Register 66
MTU_MC94_ALMSRCS 0xF0066EEE          MC 94 Alarm Sources Configuration Register
MTU_MC94_FAULTSTS 0xF0066EF0          MC 94 SSH Safety Faults Status Register
MTU_MC94_ERRINFO0 0xF0066EF2          MC 94 Error Information Register 0
MTU_MC94_ERRINFO1 0xF0066EF4          MC 94 Error Information Register 1
MTU_MC94_ERRINFO2 0xF0066EF6          MC 94 Error Information Register 2
MTU_MC94_ERRINFO3 0xF0066EF8          MC 94 Error Information Register 3
MTU_MC94_ERRINFO4 0xF0066EFA          MC 94 Error Information Register 4
MTU_MC95_CONFIG0 0xF0066F00          MC 95 Configuration Register 0
MTU_MC95_CONFIG1 0xF0066F02          MC 95 Configuration Register 1
MTU_MC95_MCONTROL 0xF0066F04          MC 95 MBIST Control Register
MTU_MC95_MSTATUS 0xF0066F06          MC 95 Status Register
MTU_MC95_RANGE  0xF0066F08          MC 95 Range Register, single address mode
MTU_MC95_REVID  0xF0066F0C          MC 95 Revision ID Register
MTU_MC95_ECCS   0xF0066F0E          MC 95 ECC Safety Register
MTU_MC95_ECCD   0xF0066F10          MC 95 Memory ECC Detection Register
MTU_MC95_ETRR0  0xF0066F12          MC 95 Error Tracking Register 0
MTU_MC95_ETRR1  0xF0066F14          MC 95 Error Tracking Register 1
MTU_MC95_ETRR2  0xF0066F16          MC 95 Error Tracking Register 2
MTU_MC95_ETRR3  0xF0066F18          MC 95 Error Tracking Register 3
MTU_MC95_ETRR4  0xF0066F1A          MC 95 Error Tracking Register 4
MTU_MC95_RDBFL0 0xF0066F60          MC 95 Read Data and Bit Flip Register 0
MTU_MC95_RDBFL1 0xF0066F62          MC 95 Read Data and Bit Flip Register 1
MTU_MC95_RDBFL2 0xF0066F64          MC 95 Read Data and Bit Flip Register 2
MTU_MC95_RDBFL3 0xF0066F66          MC 95 Read Data and Bit Flip Register 3
MTU_MC95_RDBFL4 0xF0066F68          MC 95 Read Data and Bit Flip Register 4
MTU_MC95_RDBFL5 0xF0066F6A          MC 95 Read Data and Bit Flip Register 5
MTU_MC95_RDBFL6 0xF0066F6C          MC 95 Read Data and Bit Flip Register 6
MTU_MC95_RDBFL7 0xF0066F6E          MC 95 Read Data and Bit Flip Register 7
MTU_MC95_RDBFL8 0xF0066F70          MC 95 Read Data and Bit Flip Register 8
MTU_MC95_RDBFL9 0xF0066F72          MC 95 Read Data and Bit Flip Register 9
MTU_MC95_RDBFL10 0xF0066F74          MC 95 Read Data and Bit Flip Register 10
MTU_MC95_RDBFL11 0xF0066F76          MC 95 Read Data and Bit Flip Register 11
MTU_MC95_RDBFL12 0xF0066F78          MC 95 Read Data and Bit Flip Register 12
MTU_MC95_RDBFL13 0xF0066F7A          MC 95 Read Data and Bit Flip Register 13
MTU_MC95_RDBFL14 0xF0066F7C          MC 95 Read Data and Bit Flip Register 14
MTU_MC95_RDBFL15 0xF0066F7E          MC 95 Read Data and Bit Flip Register 15
MTU_MC95_RDBFL16 0xF0066F80          MC 95 Read Data and Bit Flip Register 16
MTU_MC95_RDBFL17 0xF0066F82          MC 95 Read Data and Bit Flip Register 17
MTU_MC95_RDBFL18 0xF0066F84          MC 95 Read Data and Bit Flip Register 18
MTU_MC95_RDBFL19 0xF0066F86          MC 95 Read Data and Bit Flip Register 19
MTU_MC95_RDBFL20 0xF0066F88          MC 95 Read Data and Bit Flip Register 20
MTU_MC95_RDBFL21 0xF0066F8A          MC 95 Read Data and Bit Flip Register 21
MTU_MC95_RDBFL22 0xF0066F8C          MC 95 Read Data and Bit Flip Register 22
MTU_MC95_RDBFL23 0xF0066F8E          MC 95 Read Data and Bit Flip Register 23
MTU_MC95_RDBFL24 0xF0066F90          MC 95 Read Data and Bit Flip Register 24
MTU_MC95_RDBFL25 0xF0066F92          MC 95 Read Data and Bit Flip Register 25
MTU_MC95_RDBFL26 0xF0066F94          MC 95 Read Data and Bit Flip Register 26
MTU_MC95_RDBFL27 0xF0066F96          MC 95 Read Data and Bit Flip Register 27
MTU_MC95_RDBFL28 0xF0066F98          MC 95 Read Data and Bit Flip Register 28
MTU_MC95_RDBFL29 0xF0066F9A          MC 95 Read Data and Bit Flip Register 29
MTU_MC95_RDBFL30 0xF0066F9C          MC 95 Read Data and Bit Flip Register 30
MTU_MC95_RDBFL31 0xF0066F9E          MC 95 Read Data and Bit Flip Register 31
MTU_MC95_RDBFL32 0xF0066FA0          MC 95 Read Data and Bit Flip Register 32
MTU_MC95_RDBFL33 0xF0066FA2          MC 95 Read Data and Bit Flip Register 33
MTU_MC95_RDBFL34 0xF0066FA4          MC 95 Read Data and Bit Flip Register 34
MTU_MC95_RDBFL35 0xF0066FA6          MC 95 Read Data and Bit Flip Register 35
MTU_MC95_RDBFL36 0xF0066FA8          MC 95 Read Data and Bit Flip Register 36
MTU_MC95_RDBFL37 0xF0066FAA          MC 95 Read Data and Bit Flip Register 37
MTU_MC95_RDBFL38 0xF0066FAC          MC 95 Read Data and Bit Flip Register 38
MTU_MC95_RDBFL39 0xF0066FAE          MC 95 Read Data and Bit Flip Register 39
MTU_MC95_RDBFL40 0xF0066FB0          MC 95 Read Data and Bit Flip Register 40
MTU_MC95_RDBFL41 0xF0066FB2          MC 95 Read Data and Bit Flip Register 41
MTU_MC95_RDBFL42 0xF0066FB4          MC 95 Read Data and Bit Flip Register 42
MTU_MC95_RDBFL43 0xF0066FB6          MC 95 Read Data and Bit Flip Register 43
MTU_MC95_RDBFL44 0xF0066FB8          MC 95 Read Data and Bit Flip Register 44
MTU_MC95_RDBFL45 0xF0066FBA          MC 95 Read Data and Bit Flip Register 45
MTU_MC95_RDBFL46 0xF0066FBC          MC 95 Read Data and Bit Flip Register 46
MTU_MC95_RDBFL47 0xF0066FBE          MC 95 Read Data and Bit Flip Register 47
MTU_MC95_RDBFL48 0xF0066FC0          MC 95 Read Data and Bit Flip Register 48
MTU_MC95_RDBFL49 0xF0066FC2          MC 95 Read Data and Bit Flip Register 49
MTU_MC95_RDBFL50 0xF0066FC4          MC 95 Read Data and Bit Flip Register 50
MTU_MC95_RDBFL51 0xF0066FC6          MC 95 Read Data and Bit Flip Register 51
MTU_MC95_RDBFL52 0xF0066FC8          MC 95 Read Data and Bit Flip Register 52
MTU_MC95_RDBFL53 0xF0066FCA          MC 95 Read Data and Bit Flip Register 53
MTU_MC95_RDBFL54 0xF0066FCC          MC 95 Read Data and Bit Flip Register 54
MTU_MC95_RDBFL55 0xF0066FCE          MC 95 Read Data and Bit Flip Register 55
MTU_MC95_RDBFL56 0xF0066FD0          MC 95 Read Data and Bit Flip Register 56
MTU_MC95_RDBFL57 0xF0066FD2          MC 95 Read Data and Bit Flip Register 57
MTU_MC95_RDBFL58 0xF0066FD4          MC 95 Read Data and Bit Flip Register 58
MTU_MC95_RDBFL59 0xF0066FD6          MC 95 Read Data and Bit Flip Register 59
MTU_MC95_RDBFL60 0xF0066FD8          MC 95 Read Data and Bit Flip Register 60
MTU_MC95_RDBFL61 0xF0066FDA          MC 95 Read Data and Bit Flip Register 61
MTU_MC95_RDBFL62 0xF0066FDC          MC 95 Read Data and Bit Flip Register 62
MTU_MC95_RDBFL63 0xF0066FDE          MC 95 Read Data and Bit Flip Register 63
MTU_MC95_RDBFL64 0xF0066FE0          MC 95 Read Data and Bit Flip Register 64
MTU_MC95_RDBFL65 0xF0066FE2          MC 95 Read Data and Bit Flip Register 65
MTU_MC95_RDBFL66 0xF0066FE4          MC 95 Read Data and Bit Flip Register 66
MTU_MC95_ALMSRCS 0xF0066FEE          MC 95 Alarm Sources Configuration Register
MTU_MC95_FAULTSTS 0xF0066FF0          MC 95 SSH Safety Faults Status Register
MTU_MC95_ERRINFO0 0xF0066FF2          MC 95 Error Information Register 0
MTU_MC95_ERRINFO1 0xF0066FF4          MC 95 Error Information Register 1
MTU_MC95_ERRINFO2 0xF0066FF6          MC 95 Error Information Register 2
MTU_MC95_ERRINFO3 0xF0066FF8          MC 95 Error Information Register 3
MTU_MC95_ERRINFO4 0xF0066FFA          MC 95 Error Information Register 4
I2C0_CLC1       0xF00C0000          Clock Control 1 Register
I2C0_ID         0xF00C0008          Module Identification Register
I2C0_RUNCTRL    0xF00C0010          RUN Control Register
I2C0_ENDDCTRL   0xF00C0014          End Data Control Register
I2C0_FDIVCFG    0xF00C0018          Fractional Divider Configuration Register
I2C0_FDIVHIGHCFG 0xF00C001C          Fractional Divider High-speed Mode Configuration Register
I2C0_ADDRCFG    0xF00C0020          Address Configuration Register
I2C0_BUSSTAT    0xF00C0024          Bus Status Register
I2C0_FIFOCFG    0xF00C0028          FIFO Configuration Register
I2C0_MRPSCTRL   0xF00C002C          Maximum Received Packet Size Control Register
I2C0_RPSSTAT    0xF00C0030          Received Packet Size Status Register
I2C0_TPSCTRL    0xF00C0034          Transmit Packet Size Control Register
I2C0_FFSSTAT    0xF00C0038          Filled FIFO Stages Status Register
I2C0_TIMCFG     0xF00C0040          Timing Configuration Register
I2C0_ERRIRQSM   0xF00C0060          Error Interrupt Request Source Mask Register
I2C0_ERRIRQSS   0xF00C0064          Error Interrupt Request Source Status Register
I2C0_ERRIRQSC   0xF00C0068          Error Interrupt Request Source Clear Register
I2C0_PIRQSM     0xF00C0070          Protocol Interrupt Request Source Mask Register
I2C0_PIRQSS     0xF00C0074          Protocol Interrupt Request Source Status Register
I2C0_PIRQSC     0xF00C0078          Protocol Interrupt Request Source Clear Register
I2C0_RIS        0xF00C0080          Raw Interrupt Status Register
I2C0_IMSC       0xF00C0084          Interrupt Mask Control Register
I2C0_MIS        0xF00C0088          Masked Interrupt Status Register
I2C0_ICR        0xF00C008C          Interrupt Clear Register
I2C0_ISR        0xF00C0090          Interrupt Set Register
I2C0_TXD        0xF00C8000          Transmission Data Register
I2C0_RXD        0xF00CC000          Reception Data Register
I2C0_CLC        0xF00D0000          Clock Control Register
I2C0_MODID      0xF00D0004          Module Identification Register
I2C0_GPCTL      0xF00D0008          General Purpose Control Register
I2C0_ACCEN0     0xF00D000C          Access Enable Register 0
I2C0_ACCEN1     0xF00D0010          Access Enable Register 1
I2C0_KRST0      0xF00D0014          Kernel Reset Register 0
I2C0_KRST1      0xF00D0018          Kernel Reset Register 1
I2C0_KRSTCLR    0xF00D001C          Kernel Reset Status Clear Register
CAN0_CLC        0xF0208000          CAN Clock Control Register
CAN0_ID         0xF0208008          Module Identification Register
CAN0_MCR        0xF0208030          Module Control Register
CAN0_BUFADR     0xF0208034          Buffer receive address and transmit address
CAN0_MECR       0xF0208040          Measure Control Register
CAN0_MESTAT     0xF0208044          Measure Status Register
CAN0_ACCENCTR0  0xF02080DC          Access Enable Register Control 0
CAN0_OCS        0xF02080E8          OCDS Control and Status
CAN0_KRSTCLR    0xF02080EC          Kernel Reset Status Clear Register
CAN0_KRST1      0xF02080F0          Kernel Reset Register 1
CAN0_KRST0      0xF02080F4          Kernel Reset Register 0
CAN0_ACCEN0     0xF02080FC          Access Enable Register 0
CAN0_ACCENNODE00 0xF0208100          Access Enable Register CAN Node 0 0
CAN0_STARTADR0  0xF0208108          Start Address Node 0
CAN0_ENDADR0    0xF020810C          End Address Node 0
CAN0_ISREG0     0xF0208110          Interrupt Signalling Register 0
CAN0_GRINT10    0xF0208114          Interrupt routing for Groups 1 0
CAN0_GRINT20    0xF0208118          Interrupt routing for Groups 2 0
CAN0_NTCCR0     0xF0208120          Node 0 Timer Clock Control Register
CAN0_NTATTR0    0xF0208124          Node 0 Timer A Transmit Trigger Register
CAN0_NTBTTR0    0xF0208128          Node 0 Timer B Transmit Trigger Register
CAN0_NTCTTR0    0xF020812C          Node 0 Timer C Transmit Trigger Register
CAN0_NTRTR0     0xF0208130          Node 0 Timer Receive Timeout Register
CAN0_NPCR0      0xF0208140          Node 0 Port Control Register
CAN0_CREL0      0xF0208200          Core Release Register 0
CAN0_ENDN0      0xF0208204          Endian Register 0
CAN0_DBTP0      0xF020820C          Data Bit Timing 'and' Prescaler Register 0
CAN0_TEST0      0xF0208210          Test Register 0
CAN0_RWD0       0xF0208214          RAM Watchdog 0
CAN0_CCCR0      0xF0208218          CC Control Register 0
CAN0_NBTP0      0xF020821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN0_TSCC0      0xF0208220          Timestamp Counter Configuration 0
CAN0_TSCV0      0xF0208224          Timestamp Counter Value 0
CAN0_TOCC0      0xF0208228          Timeout Counter Configuration 0
CAN0_TOCV0      0xF020822C          Timeout Counter Value 0
CAN0_ECR0       0xF0208240          Error Counter Register 0
CAN0_PSR0       0xF0208244          Protocol Status Register 0
CAN0_TDCR0      0xF0208248          Transmitter Delay Compensation Register 0
CAN0_IR0        0xF0208250          Interrupt Register 0
CAN0_IE0        0xF0208254          Interrupt Enable 0
CAN0_GFC0       0xF0208280          Global Filter Configuration 0
CAN0_SIDFC0     0xF0208284          Standard ID Filter Configuration 0
CAN0_XIDFC0     0xF0208288          Extended ID Filter Configuration 0
CAN0_XIDAM0     0xF0208290          Extended ID AND Mask 0
CAN0_HPMS0      0xF0208294          High Priority Message Status 0
CAN0_NDAT10     0xF0208298          New Data 1 0
CAN0_NDAT20     0xF020829C          New Data 2 0
CAN0_RXF0C0     0xF02082A0          Rx FIFO 0 Configuration 0
CAN0_RXF0S0     0xF02082A4          Rx FIFO 0 Status 0
CAN0_RXF0A0     0xF02082A8          Rx FIFO 0 Acknowledge 0
CAN0_RXBC0      0xF02082AC          Rx Buffer Configuration 0
CAN0_RXF1C0     0xF02082B0          Rx FIFO 1 Configuration 0
CAN0_RXF1S0     0xF02082B4          Rx FIFO 1 Status 0
CAN0_RXF1A0     0xF02082B8          Rx FIFO 1 Acknowledge 0
CAN0_RXESC0     0xF02082BC          Rx Buffer/FIFO Element Size Configuration 0
CAN0_TXBC0      0xF02082C0          Tx Buffer Configuration 0
CAN0_TXFQS0     0xF02082C4          Tx FIFO/Queue Status 0
CAN0_TXESC0     0xF02082C8          Tx Buffer Element Size Configuration 0
CAN0_TXBRP0     0xF02082CC          Tx Buffer Request Pending 0
CAN0_TXBAR0     0xF02082D0          Tx Buffer Add Request 0
CAN0_TXBCR0     0xF02082D4          Tx Buffer Cancellation Request 0
CAN0_TXBTO0     0xF02082D8          Tx Buffer Transmission Occurred 0
CAN0_TXBCF0     0xF02082DC          Tx Buffer Cancellation Finished 0
CAN0_TXBTIE0    0xF02082E0          Tx Buffer Transmission Interrupt Enable 0
CAN0_TXBCIE0    0xF02082E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN0_TXEFC0     0xF02082F0          Tx Event FIFO Configuration 0
CAN0_TXEFS0     0xF02082F4          Tx Event FIFO Status 0
CAN0_TXEFA0     0xF02082F8          Tx Event FIFO Acknowledge 0
CAN0_ACCENNODE10 0xF0208500          Access Enable Register CAN Node 1 0
CAN0_STARTADR1  0xF0208508          Start Address Node 1
CAN0_ENDADR1    0xF020850C          End Address Node 1
CAN0_ISREG1     0xF0208510          Interrupt Signalling Register 1
CAN0_GRINT11    0xF0208514          Interrupt routing for Groups 1 1
CAN0_GRINT21    0xF0208518          Interrupt routing for Groups 2 1
CAN0_NTCCR1     0xF0208520          Node 1 Timer Clock Control Register
CAN0_NTATTR1    0xF0208524          Node 1 Timer A Transmit Trigger Register
CAN0_NTBTTR1    0xF0208528          Node 1 Timer B Transmit Trigger Register
CAN0_NTCTTR1    0xF020852C          Node 1 Timer C Transmit Trigger Register
CAN0_NTRTR1     0xF0208530          Node 1 Timer Receive Timeout Register
CAN0_NPCR1      0xF0208540          Node 1 Port Control Register
CAN0_CREL1      0xF0208600          Core Release Register 1
CAN0_ENDN1      0xF0208604          Endian Register 1
CAN0_DBTP1      0xF020860C          Data Bit Timing 'and' Prescaler Register 1
CAN0_TEST1      0xF0208610          Test Register 1
CAN0_RWD1       0xF0208614          RAM Watchdog 1
CAN0_CCCR1      0xF0208618          CC Control Register 1
CAN0_NBTP1      0xF020861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN0_TSCC1      0xF0208620          Timestamp Counter Configuration 1
CAN0_TSCV1      0xF0208624          Timestamp Counter Value 1
CAN0_TOCC1      0xF0208628          Timeout Counter Configuration 1
CAN0_TOCV1      0xF020862C          Timeout Counter Value 1
CAN0_ECR1       0xF0208640          Error Counter Register 1
CAN0_PSR1       0xF0208644          Protocol Status Register 1
CAN0_TDCR1      0xF0208648          Transmitter Delay Compensation Register 1
CAN0_IR1        0xF0208650          Interrupt Register 1
CAN0_IE1        0xF0208654          Interrupt Enable 1
CAN0_GFC1       0xF0208680          Global Filter Configuration 1
CAN0_SIDFC1     0xF0208684          Standard ID Filter Configuration 1
CAN0_XIDFC1     0xF0208688          Extended ID Filter Configuration 1
CAN0_XIDAM1     0xF0208690          Extended ID AND Mask 1
CAN0_HPMS1      0xF0208694          High Priority Message Status 1
CAN0_NDAT11     0xF0208698          New Data 1 1
CAN0_NDAT21     0xF020869C          New Data 2 1
CAN0_RXF0C1     0xF02086A0          Rx FIFO 0 Configuration 1
CAN0_RXF0S1     0xF02086A4          Rx FIFO 0 Status 1
CAN0_RXF0A1     0xF02086A8          Rx FIFO 0 Acknowledge 1
CAN0_RXBC1      0xF02086AC          Rx Buffer Configuration 1
CAN0_RXF1C1     0xF02086B0          Rx FIFO 1 Configuration 1
CAN0_RXF1S1     0xF02086B4          Rx FIFO 1 Status 1
CAN0_RXF1A1     0xF02086B8          Rx FIFO 1 Acknowledge 1
CAN0_RXESC1     0xF02086BC          Rx Buffer/FIFO Element Size Configuration 1
CAN0_TXBC1      0xF02086C0          Tx Buffer Configuration 1
CAN0_TXFQS1     0xF02086C4          Tx FIFO/Queue Status 1
CAN0_TXESC1     0xF02086C8          Tx Buffer Element Size Configuration 1
CAN0_TXBRP1     0xF02086CC          Tx Buffer Request Pending 1
CAN0_TXBAR1     0xF02086D0          Tx Buffer Add Request 1
CAN0_TXBCR1     0xF02086D4          Tx Buffer Cancellation Request 1
CAN0_TXBTO1     0xF02086D8          Tx Buffer Transmission Occurred 1
CAN0_TXBCF1     0xF02086DC          Tx Buffer Cancellation Finished 1
CAN0_TXBTIE1    0xF02086E0          Tx Buffer Transmission Interrupt Enable 1
CAN0_TXBCIE1    0xF02086E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN0_TXEFC1     0xF02086F0          Tx Event FIFO Configuration 1
CAN0_TXEFS1     0xF02086F4          Tx Event FIFO Status 1
CAN0_TXEFA1     0xF02086F8          Tx Event FIFO Acknowledge 1
CAN0_ACCENNODE20 0xF0208900          Access Enable Register CAN Node 2 0
CAN0_STARTADR2  0xF0208908          Start Address Node 2
CAN0_ENDADR2    0xF020890C          End Address Node 2
CAN0_ISREG2     0xF0208910          Interrupt Signalling Register 2
CAN0_GRINT12    0xF0208914          Interrupt routing for Groups 1 2
CAN0_GRINT22    0xF0208918          Interrupt routing for Groups 2 2
CAN0_NTCCR2     0xF0208920          Node 2 Timer Clock Control Register
CAN0_NTATTR2    0xF0208924          Node 2 Timer A Transmit Trigger Register
CAN0_NTBTTR2    0xF0208928          Node 2 Timer B Transmit Trigger Register
CAN0_NTCTTR2    0xF020892C          Node 2 Timer C Transmit Trigger Register
CAN0_NTRTR2     0xF0208930          Node 2 Timer Receive Timeout Register
CAN0_NPCR2      0xF0208940          Node 2 Port Control Register
CAN0_CREL2      0xF0208A00          Core Release Register 2
CAN0_ENDN2      0xF0208A04          Endian Register 2
CAN0_DBTP2      0xF0208A0C          Data Bit Timing 'and' Prescaler Register 2
CAN0_TEST2      0xF0208A10          Test Register 2
CAN0_RWD2       0xF0208A14          RAM Watchdog 2
CAN0_CCCR2      0xF0208A18          CC Control Register 2
CAN0_NBTP2      0xF0208A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN0_TSCC2      0xF0208A20          Timestamp Counter Configuration 2
CAN0_TSCV2      0xF0208A24          Timestamp Counter Value 2
CAN0_TOCC2      0xF0208A28          Timeout Counter Configuration 2
CAN0_TOCV2      0xF0208A2C          Timeout Counter Value 2
CAN0_ECR2       0xF0208A40          Error Counter Register 2
CAN0_PSR2       0xF0208A44          Protocol Status Register 2
CAN0_TDCR2      0xF0208A48          Transmitter Delay Compensation Register 2
CAN0_IR2        0xF0208A50          Interrupt Register 2
CAN0_IE2        0xF0208A54          Interrupt Enable 2
CAN0_GFC2       0xF0208A80          Global Filter Configuration 2
CAN0_SIDFC2     0xF0208A84          Standard ID Filter Configuration 2
CAN0_XIDFC2     0xF0208A88          Extended ID Filter Configuration 2
CAN0_XIDAM2     0xF0208A90          Extended ID AND Mask 2
CAN0_HPMS2      0xF0208A94          High Priority Message Status 2
CAN0_NDAT12     0xF0208A98          New Data 1 2
CAN0_NDAT22     0xF0208A9C          New Data 2 2
CAN0_RXF0C2     0xF0208AA0          Rx FIFO 0 Configuration 2
CAN0_RXF0S2     0xF0208AA4          Rx FIFO 0 Status 2
CAN0_RXF0A2     0xF0208AA8          Rx FIFO 0 Acknowledge 2
CAN0_RXBC2      0xF0208AAC          Rx Buffer Configuration 2
CAN0_RXF1C2     0xF0208AB0          Rx FIFO 1 Configuration 2
CAN0_RXF1S2     0xF0208AB4          Rx FIFO 1 Status 2
CAN0_RXF1A2     0xF0208AB8          Rx FIFO 1 Acknowledge 2
CAN0_RXESC2     0xF0208ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN0_TXBC2      0xF0208AC0          Tx Buffer Configuration 2
CAN0_TXFQS2     0xF0208AC4          Tx FIFO/Queue Status 2
CAN0_TXESC2     0xF0208AC8          Tx Buffer Element Size Configuration 2
CAN0_TXBRP2     0xF0208ACC          Tx Buffer Request Pending 2
CAN0_TXBAR2     0xF0208AD0          Tx Buffer Add Request 2
CAN0_TXBCR2     0xF0208AD4          Tx Buffer Cancellation Request 2
CAN0_TXBTO2     0xF0208AD8          Tx Buffer Transmission Occurred 2
CAN0_TXBCF2     0xF0208ADC          Tx Buffer Cancellation Finished 2
CAN0_TXBTIE2    0xF0208AE0          Tx Buffer Transmission Interrupt Enable 2
CAN0_TXBCIE2    0xF0208AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN0_TXEFC2     0xF0208AF0          Tx Event FIFO Configuration 2
CAN0_TXEFS2     0xF0208AF4          Tx Event FIFO Status 2
CAN0_TXEFA2     0xF0208AF8          Tx Event FIFO Acknowledge 2
CAN0_ACCENNODE30 0xF0208D00          Access Enable Register CAN Node 3 0
CAN0_STARTADR3  0xF0208D08          Start Address Node 3
CAN0_ENDADR3    0xF0208D0C          End Address Node 3
CAN0_ISREG3     0xF0208D10          Interrupt Signalling Register 3
CAN0_GRINT13    0xF0208D14          Interrupt routing for Groups 1 3
CAN0_GRINT23    0xF0208D18          Interrupt routing for Groups 2 3
CAN0_NTCCR3     0xF0208D20          Node 3 Timer Clock Control Register
CAN0_NTATTR3    0xF0208D24          Node 3 Timer A Transmit Trigger Register
CAN0_NTBTTR3    0xF0208D28          Node 3 Timer B Transmit Trigger Register
CAN0_NTCTTR3    0xF0208D2C          Node 3 Timer C Transmit Trigger Register
CAN0_NTRTR3     0xF0208D30          Node 3 Timer Receive Timeout Register
CAN0_NPCR3      0xF0208D40          Node 3 Port Control Register
CAN0_CREL3      0xF0208E00          Core Release Register 3
CAN0_ENDN3      0xF0208E04          Endian Register 3
CAN0_DBTP3      0xF0208E0C          Data Bit Timing 'and' Prescaler Register 3
CAN0_TEST3      0xF0208E10          Test Register 3
CAN0_RWD3       0xF0208E14          RAM Watchdog 3
CAN0_CCCR3      0xF0208E18          CC Control Register 3
CAN0_NBTP3      0xF0208E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN0_TSCC3      0xF0208E20          Timestamp Counter Configuration 3
CAN0_TSCV3      0xF0208E24          Timestamp Counter Value 3
CAN0_TOCC3      0xF0208E28          Timeout Counter Configuration 3
CAN0_TOCV3      0xF0208E2C          Timeout Counter Value 3
CAN0_ECR3       0xF0208E40          Error Counter Register 3
CAN0_PSR3       0xF0208E44          Protocol Status Register 3
CAN0_TDCR3      0xF0208E48          Transmitter Delay Compensation Register 3
CAN0_IR3        0xF0208E50          Interrupt Register 3
CAN0_IE3        0xF0208E54          Interrupt Enable 3
CAN0_GFC3       0xF0208E80          Global Filter Configuration 3
CAN0_SIDFC3     0xF0208E84          Standard ID Filter Configuration 3
CAN0_XIDFC3     0xF0208E88          Extended ID Filter Configuration 3
CAN0_XIDAM3     0xF0208E90          Extended ID AND Mask 3
CAN0_HPMS3      0xF0208E94          High Priority Message Status 3
CAN0_NDAT13     0xF0208E98          New Data 1 3
CAN0_NDAT23     0xF0208E9C          New Data 2 3
CAN0_RXF0C3     0xF0208EA0          Rx FIFO 0 Configuration 3
CAN0_RXF0S3     0xF0208EA4          Rx FIFO 0 Status 3
CAN0_RXF0A3     0xF0208EA8          Rx FIFO 0 Acknowledge 3
CAN0_RXBC3      0xF0208EAC          Rx Buffer Configuration 3
CAN0_RXF1C3     0xF0208EB0          Rx FIFO 1 Configuration 3
CAN0_RXF1S3     0xF0208EB4          Rx FIFO 1 Status 3
CAN0_RXF1A3     0xF0208EB8          Rx FIFO 1 Acknowledge 3
CAN0_RXESC3     0xF0208EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN0_TXBC3      0xF0208EC0          Tx Buffer Configuration 3
CAN0_TXFQS3     0xF0208EC4          Tx FIFO/Queue Status 3
CAN0_TXESC3     0xF0208EC8          Tx Buffer Element Size Configuration 3
CAN0_TXBRP3     0xF0208ECC          Tx Buffer Request Pending 3
CAN0_TXBAR3     0xF0208ED0          Tx Buffer Add Request 3
CAN0_TXBCR3     0xF0208ED4          Tx Buffer Cancellation Request 3
CAN0_TXBTO3     0xF0208ED8          Tx Buffer Transmission Occurred 3
CAN0_TXBCF3     0xF0208EDC          Tx Buffer Cancellation Finished 3
CAN0_TXBTIE3    0xF0208EE0          Tx Buffer Transmission Interrupt Enable 3
CAN0_TXBCIE3    0xF0208EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN0_TXEFC3     0xF0208EF0          Tx Event FIFO Configuration 3
CAN0_TXEFS3     0xF0208EF4          Tx Event FIFO Status 3
CAN0_TXEFA3     0xF0208EF8          Tx Event FIFO Acknowledge 3
CAN1_CLC        0xF0218000          CAN Clock Control Register
CAN1_ID         0xF0218008          Module Identification Register
CAN1_MCR        0xF0218030          Module Control Register
CAN1_ACCENCTR0  0xF02180DC          Access Enable Register Control 0
CAN1_OCS        0xF02180E8          OCDS Control and Status
CAN1_KRSTCLR    0xF02180EC          Kernel Reset Status Clear Register
CAN1_KRST1      0xF02180F0          Kernel Reset Register 1
CAN1_KRST0      0xF02180F4          Kernel Reset Register 0
CAN1_ACCEN0     0xF02180FC          Access Enable Register 0
CAN1_ACCENNODE00 0xF0218100          Access Enable Register CAN Node 0 0
CAN1_STARTADR0  0xF0218108          Start Address Node 0
CAN1_ENDADR0    0xF021810C          End Address Node 0
CAN1_ISREG0     0xF0218110          Interrupt Signalling Register 0
CAN1_GRINT10    0xF0218114          Interrupt routing for Groups 1 0
CAN1_GRINT20    0xF0218118          Interrupt routing for Groups 2 0
CAN1_NTCCR0     0xF0218120          Node 0 Timer Clock Control Register
CAN1_NTATTR0    0xF0218124          Node 0 Timer A Transmit Trigger Register
CAN1_NTBTTR0    0xF0218128          Node 0 Timer B Transmit Trigger Register
CAN1_NTCTTR0    0xF021812C          Node 0 Timer C Transmit Trigger Register
CAN1_NTRTR0     0xF0218130          Node 0 Timer Receive Timeout Register
CAN1_NPCR0      0xF0218140          Node 0 Port Control Register
CAN1_CREL0      0xF0218200          Core Release Register 0
CAN1_ENDN0      0xF0218204          Endian Register 0
CAN1_DBTP0      0xF021820C          Data Bit Timing 'and' Prescaler Register 0
CAN1_TEST0      0xF0218210          Test Register 0
CAN1_RWD0       0xF0218214          RAM Watchdog 0
CAN1_CCCR0      0xF0218218          CC Control Register 0
CAN1_NBTP0      0xF021821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN1_TSCC0      0xF0218220          Timestamp Counter Configuration 0
CAN1_TSCV0      0xF0218224          Timestamp Counter Value 0
CAN1_TOCC0      0xF0218228          Timeout Counter Configuration 0
CAN1_TOCV0      0xF021822C          Timeout Counter Value 0
CAN1_ECR0       0xF0218240          Error Counter Register 0
CAN1_PSR0       0xF0218244          Protocol Status Register 0
CAN1_TDCR0      0xF0218248          Transmitter Delay Compensation Register 0
CAN1_IR0        0xF0218250          Interrupt Register 0
CAN1_IE0        0xF0218254          Interrupt Enable 0
CAN1_GFC0       0xF0218280          Global Filter Configuration 0
CAN1_SIDFC0     0xF0218284          Standard ID Filter Configuration 0
CAN1_XIDFC0     0xF0218288          Extended ID Filter Configuration 0
CAN1_XIDAM0     0xF0218290          Extended ID AND Mask 0
CAN1_HPMS0      0xF0218294          High Priority Message Status 0
CAN1_NDAT10     0xF0218298          New Data 1 0
CAN1_NDAT20     0xF021829C          New Data 2 0
CAN1_RXF0C0     0xF02182A0          Rx FIFO 0 Configuration 0
CAN1_RXF0S0     0xF02182A4          Rx FIFO 0 Status 0
CAN1_RXF0A0     0xF02182A8          Rx FIFO 0 Acknowledge 0
CAN1_RXBC0      0xF02182AC          Rx Buffer Configuration 0
CAN1_RXF1C0     0xF02182B0          Rx FIFO 1 Configuration 0
CAN1_RXF1S0     0xF02182B4          Rx FIFO 1 Status 0
CAN1_RXF1A0     0xF02182B8          Rx FIFO 1 Acknowledge 0
CAN1_RXESC0     0xF02182BC          Rx Buffer/FIFO Element Size Configuration 0
CAN1_TXBC0      0xF02182C0          Tx Buffer Configuration 0
CAN1_TXFQS0     0xF02182C4          Tx FIFO/Queue Status 0
CAN1_TXESC0     0xF02182C8          Tx Buffer Element Size Configuration 0
CAN1_TXBRP0     0xF02182CC          Tx Buffer Request Pending 0
CAN1_TXBAR0     0xF02182D0          Tx Buffer Add Request 0
CAN1_TXBCR0     0xF02182D4          Tx Buffer Cancellation Request 0
CAN1_TXBTO0     0xF02182D8          Tx Buffer Transmission Occurred 0
CAN1_TXBCF0     0xF02182DC          Tx Buffer Cancellation Finished 0
CAN1_TXBTIE0    0xF02182E0          Tx Buffer Transmission Interrupt Enable 0
CAN1_TXBCIE0    0xF02182E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN1_TXEFC0     0xF02182F0          Tx Event FIFO Configuration 0
CAN1_TXEFS0     0xF02182F4          Tx Event FIFO Status 0
CAN1_TXEFA0     0xF02182F8          Tx Event FIFO Acknowledge 0
CAN1_ACCENNODE10 0xF0218500          Access Enable Register CAN Node 1 0
CAN1_STARTADR1  0xF0218508          Start Address Node 1
CAN1_ENDADR1    0xF021850C          End Address Node 1
CAN1_ISREG1     0xF0218510          Interrupt Signalling Register 1
CAN1_GRINT11    0xF0218514          Interrupt routing for Groups 1 1
CAN1_GRINT21    0xF0218518          Interrupt routing for Groups 2 1
CAN1_NTCCR1     0xF0218520          Node 1 Timer Clock Control Register
CAN1_NTATTR1    0xF0218524          Node 1 Timer A Transmit Trigger Register
CAN1_NTBTTR1    0xF0218528          Node 1 Timer B Transmit Trigger Register
CAN1_NTCTTR1    0xF021852C          Node 1 Timer C Transmit Trigger Register
CAN1_NTRTR1     0xF0218530          Node 1 Timer Receive Timeout Register
CAN1_NPCR1      0xF0218540          Node 1 Port Control Register
CAN1_CREL1      0xF0218600          Core Release Register 1
CAN1_ENDN1      0xF0218604          Endian Register 1
CAN1_DBTP1      0xF021860C          Data Bit Timing 'and' Prescaler Register 1
CAN1_TEST1      0xF0218610          Test Register 1
CAN1_RWD1       0xF0218614          RAM Watchdog 1
CAN1_CCCR1      0xF0218618          CC Control Register 1
CAN1_NBTP1      0xF021861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN1_TSCC1      0xF0218620          Timestamp Counter Configuration 1
CAN1_TSCV1      0xF0218624          Timestamp Counter Value 1
CAN1_TOCC1      0xF0218628          Timeout Counter Configuration 1
CAN1_TOCV1      0xF021862C          Timeout Counter Value 1
CAN1_ECR1       0xF0218640          Error Counter Register 1
CAN1_PSR1       0xF0218644          Protocol Status Register 1
CAN1_TDCR1      0xF0218648          Transmitter Delay Compensation Register 1
CAN1_IR1        0xF0218650          Interrupt Register 1
CAN1_IE1        0xF0218654          Interrupt Enable 1
CAN1_GFC1       0xF0218680          Global Filter Configuration 1
CAN1_SIDFC1     0xF0218684          Standard ID Filter Configuration 1
CAN1_XIDFC1     0xF0218688          Extended ID Filter Configuration 1
CAN1_XIDAM1     0xF0218690          Extended ID AND Mask 1
CAN1_HPMS1      0xF0218694          High Priority Message Status 1
CAN1_NDAT11     0xF0218698          New Data 1 1
CAN1_NDAT21     0xF021869C          New Data 2 1
CAN1_RXF0C1     0xF02186A0          Rx FIFO 0 Configuration 1
CAN1_RXF0S1     0xF02186A4          Rx FIFO 0 Status 1
CAN1_RXF0A1     0xF02186A8          Rx FIFO 0 Acknowledge 1
CAN1_RXBC1      0xF02186AC          Rx Buffer Configuration 1
CAN1_RXF1C1     0xF02186B0          Rx FIFO 1 Configuration 1
CAN1_RXF1S1     0xF02186B4          Rx FIFO 1 Status 1
CAN1_RXF1A1     0xF02186B8          Rx FIFO 1 Acknowledge 1
CAN1_RXESC1     0xF02186BC          Rx Buffer/FIFO Element Size Configuration 1
CAN1_TXBC1      0xF02186C0          Tx Buffer Configuration 1
CAN1_TXFQS1     0xF02186C4          Tx FIFO/Queue Status 1
CAN1_TXESC1     0xF02186C8          Tx Buffer Element Size Configuration 1
CAN1_TXBRP1     0xF02186CC          Tx Buffer Request Pending 1
CAN1_TXBAR1     0xF02186D0          Tx Buffer Add Request 1
CAN1_TXBCR1     0xF02186D4          Tx Buffer Cancellation Request 1
CAN1_TXBTO1     0xF02186D8          Tx Buffer Transmission Occurred 1
CAN1_TXBCF1     0xF02186DC          Tx Buffer Cancellation Finished 1
CAN1_TXBTIE1    0xF02186E0          Tx Buffer Transmission Interrupt Enable 1
CAN1_TXBCIE1    0xF02186E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN1_TXEFC1     0xF02186F0          Tx Event FIFO Configuration 1
CAN1_TXEFS1     0xF02186F4          Tx Event FIFO Status 1
CAN1_TXEFA1     0xF02186F8          Tx Event FIFO Acknowledge 1
CAN1_ACCENNODE20 0xF0218900          Access Enable Register CAN Node 2 0
CAN1_STARTADR2  0xF0218908          Start Address Node 2
CAN1_ENDADR2    0xF021890C          End Address Node 2
CAN1_ISREG2     0xF0218910          Interrupt Signalling Register 2
CAN1_GRINT12    0xF0218914          Interrupt routing for Groups 1 2
CAN1_GRINT22    0xF0218918          Interrupt routing for Groups 2 2
CAN1_NTCCR2     0xF0218920          Node 2 Timer Clock Control Register
CAN1_NTATTR2    0xF0218924          Node 2 Timer A Transmit Trigger Register
CAN1_NTBTTR2    0xF0218928          Node 2 Timer B Transmit Trigger Register
CAN1_NTCTTR2    0xF021892C          Node 2 Timer C Transmit Trigger Register
CAN1_NTRTR2     0xF0218930          Node 2 Timer Receive Timeout Register
CAN1_NPCR2      0xF0218940          Node 2 Port Control Register
CAN1_CREL2      0xF0218A00          Core Release Register 2
CAN1_ENDN2      0xF0218A04          Endian Register 2
CAN1_DBTP2      0xF0218A0C          Data Bit Timing 'and' Prescaler Register 2
CAN1_TEST2      0xF0218A10          Test Register 2
CAN1_RWD2       0xF0218A14          RAM Watchdog 2
CAN1_CCCR2      0xF0218A18          CC Control Register 2
CAN1_NBTP2      0xF0218A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN1_TSCC2      0xF0218A20          Timestamp Counter Configuration 2
CAN1_TSCV2      0xF0218A24          Timestamp Counter Value 2
CAN1_TOCC2      0xF0218A28          Timeout Counter Configuration 2
CAN1_TOCV2      0xF0218A2C          Timeout Counter Value 2
CAN1_ECR2       0xF0218A40          Error Counter Register 2
CAN1_PSR2       0xF0218A44          Protocol Status Register 2
CAN1_TDCR2      0xF0218A48          Transmitter Delay Compensation Register 2
CAN1_IR2        0xF0218A50          Interrupt Register 2
CAN1_IE2        0xF0218A54          Interrupt Enable 2
CAN1_GFC2       0xF0218A80          Global Filter Configuration 2
CAN1_SIDFC2     0xF0218A84          Standard ID Filter Configuration 2
CAN1_XIDFC2     0xF0218A88          Extended ID Filter Configuration 2
CAN1_XIDAM2     0xF0218A90          Extended ID AND Mask 2
CAN1_HPMS2      0xF0218A94          High Priority Message Status 2
CAN1_NDAT12     0xF0218A98          New Data 1 2
CAN1_NDAT22     0xF0218A9C          New Data 2 2
CAN1_RXF0C2     0xF0218AA0          Rx FIFO 0 Configuration 2
CAN1_RXF0S2     0xF0218AA4          Rx FIFO 0 Status 2
CAN1_RXF0A2     0xF0218AA8          Rx FIFO 0 Acknowledge 2
CAN1_RXBC2      0xF0218AAC          Rx Buffer Configuration 2
CAN1_RXF1C2     0xF0218AB0          Rx FIFO 1 Configuration 2
CAN1_RXF1S2     0xF0218AB4          Rx FIFO 1 Status 2
CAN1_RXF1A2     0xF0218AB8          Rx FIFO 1 Acknowledge 2
CAN1_RXESC2     0xF0218ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN1_TXBC2      0xF0218AC0          Tx Buffer Configuration 2
CAN1_TXFQS2     0xF0218AC4          Tx FIFO/Queue Status 2
CAN1_TXESC2     0xF0218AC8          Tx Buffer Element Size Configuration 2
CAN1_TXBRP2     0xF0218ACC          Tx Buffer Request Pending 2
CAN1_TXBAR2     0xF0218AD0          Tx Buffer Add Request 2
CAN1_TXBCR2     0xF0218AD4          Tx Buffer Cancellation Request 2
CAN1_TXBTO2     0xF0218AD8          Tx Buffer Transmission Occurred 2
CAN1_TXBCF2     0xF0218ADC          Tx Buffer Cancellation Finished 2
CAN1_TXBTIE2    0xF0218AE0          Tx Buffer Transmission Interrupt Enable 2
CAN1_TXBCIE2    0xF0218AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN1_TXEFC2     0xF0218AF0          Tx Event FIFO Configuration 2
CAN1_TXEFS2     0xF0218AF4          Tx Event FIFO Status 2
CAN1_TXEFA2     0xF0218AF8          Tx Event FIFO Acknowledge 2
CAN1_ACCENNODE30 0xF0218D00          Access Enable Register CAN Node 3 0
CAN1_STARTADR3  0xF0218D08          Start Address Node 3
CAN1_ENDADR3    0xF0218D0C          End Address Node 3
CAN1_ISREG3     0xF0218D10          Interrupt Signalling Register 3
CAN1_GRINT13    0xF0218D14          Interrupt routing for Groups 1 3
CAN1_GRINT23    0xF0218D18          Interrupt routing for Groups 2 3
CAN1_NTCCR3     0xF0218D20          Node 3 Timer Clock Control Register
CAN1_NTATTR3    0xF0218D24          Node 3 Timer A Transmit Trigger Register
CAN1_NTBTTR3    0xF0218D28          Node 3 Timer B Transmit Trigger Register
CAN1_NTCTTR3    0xF0218D2C          Node 3 Timer C Transmit Trigger Register
CAN1_NTRTR3     0xF0218D30          Node 3 Timer Receive Timeout Register
CAN1_NPCR3      0xF0218D40          Node 3 Port Control Register
CAN1_CREL3      0xF0218E00          Core Release Register 3
CAN1_ENDN3      0xF0218E04          Endian Register 3
CAN1_DBTP3      0xF0218E0C          Data Bit Timing 'and' Prescaler Register 3
CAN1_TEST3      0xF0218E10          Test Register 3
CAN1_RWD3       0xF0218E14          RAM Watchdog 3
CAN1_CCCR3      0xF0218E18          CC Control Register 3
CAN1_NBTP3      0xF0218E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN1_TSCC3      0xF0218E20          Timestamp Counter Configuration 3
CAN1_TSCV3      0xF0218E24          Timestamp Counter Value 3
CAN1_TOCC3      0xF0218E28          Timeout Counter Configuration 3
CAN1_TOCV3      0xF0218E2C          Timeout Counter Value 3
CAN1_ECR3       0xF0218E40          Error Counter Register 3
CAN1_PSR3       0xF0218E44          Protocol Status Register 3
CAN1_TDCR3      0xF0218E48          Transmitter Delay Compensation Register 3
CAN1_IR3        0xF0218E50          Interrupt Register 3
CAN1_IE3        0xF0218E54          Interrupt Enable 3
CAN1_GFC3       0xF0218E80          Global Filter Configuration 3
CAN1_SIDFC3     0xF0218E84          Standard ID Filter Configuration 3
CAN1_XIDFC3     0xF0218E88          Extended ID Filter Configuration 3
CAN1_XIDAM3     0xF0218E90          Extended ID AND Mask 3
CAN1_HPMS3      0xF0218E94          High Priority Message Status 3
CAN1_NDAT13     0xF0218E98          New Data 1 3
CAN1_NDAT23     0xF0218E9C          New Data 2 3
CAN1_RXF0C3     0xF0218EA0          Rx FIFO 0 Configuration 3
CAN1_RXF0S3     0xF0218EA4          Rx FIFO 0 Status 3
CAN1_RXF0A3     0xF0218EA8          Rx FIFO 0 Acknowledge 3
CAN1_RXBC3      0xF0218EAC          Rx Buffer Configuration 3
CAN1_RXF1C3     0xF0218EB0          Rx FIFO 1 Configuration 3
CAN1_RXF1S3     0xF0218EB4          Rx FIFO 1 Status 3
CAN1_RXF1A3     0xF0218EB8          Rx FIFO 1 Acknowledge 3
CAN1_RXESC3     0xF0218EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN1_TXBC3      0xF0218EC0          Tx Buffer Configuration 3
CAN1_TXFQS3     0xF0218EC4          Tx FIFO/Queue Status 3
CAN1_TXESC3     0xF0218EC8          Tx Buffer Element Size Configuration 3
CAN1_TXBRP3     0xF0218ECC          Tx Buffer Request Pending 3
CAN1_TXBAR3     0xF0218ED0          Tx Buffer Add Request 3
CAN1_TXBCR3     0xF0218ED4          Tx Buffer Cancellation Request 3
CAN1_TXBTO3     0xF0218ED8          Tx Buffer Transmission Occurred 3
CAN1_TXBCF3     0xF0218EDC          Tx Buffer Cancellation Finished 3
CAN1_TXBTIE3    0xF0218EE0          Tx Buffer Transmission Interrupt Enable 3
CAN1_TXBCIE3    0xF0218EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN1_TXEFC3     0xF0218EF0          Tx Event FIFO Configuration 3
CAN1_TXEFS3     0xF0218EF4          Tx Event FIFO Status 3
CAN1_TXEFA3     0xF0218EF8          Tx Event FIFO Acknowledge 3
PMS_ID          0xF0248008          Identification Register
PMS_EVRSTAT     0xF024802C          EVR Status Register
PMS_EVRADCSTAT  0xF0248034          EVR Primary ADC Status Register
PMS_EVRRSTCON   0xF024803C          EVR Reset Control Register
PMS_EVRRSTSTAT  0xF0248044          EVR Reset Status Register
PMS_EVRTRIM     0xF024804C          EVR Trim Control Register
PMS_EVRTRIMSTAT 0xF0248050          EVR Trim Status Register
PMS_EVRMONSTAT1 0xF0248060          EVR Secondary ADC Status Register 1
PMS_EVRMONSTAT2 0xF0248064          EVR Secondary ADC Status Register 2
PMS_EVRMONCTRL  0xF0248068          EVR Secondary Monitor Control Register
PMS_EVRMONFILT  0xF0248070          EVR Secondary Monitor Filter Register
PMS_PMSIEN      0xF0248074          PMS Interrupt Enable Register
PMS_EVRUVMON    0xF0248078          EVR Secondary Under-voltage Monitor Register
PMS_EVROVMON    0xF024807C          EVR Secondary Over-voltage Monitor Register
PMS_EVRUVMON2   0xF0248080          EVR Secondary Under-voltage Monitor Register 2
PMS_EVROVMON2   0xF0248084          EVR Secondary Over-voltage Monitor Register 2
PMS_HSMUVMON    0xF0248088          EVR Primary HSM Under-voltage Monitor Register
PMS_HSMOVMON    0xF024808C          EVR Primary HSM Over-voltage Monitor Register
PMS_EVROSCCTRL  0xF02480A0          EVR Oscillator Control Register
PMS_PMSWCR0     0xF02480B4          Standby and Wake-up Control Register 0
PMS_PMSWCR2     0xF02480B8          Standby and Wake-up Control Register 2
PMS_PMSWCR3     0xF02480C0          Standby and Wake-up Control Register 3
PMS_PMSWCR4     0xF02480C4          Standby and Wake-up Control Register 4
PMS_PMSWCR5     0xF02480C8          Standby and Wake-up Control Register 5
PMS_PMSWSTAT    0xF02480D4          Standby and Wake-up Status Register
PMS_PMSWSTAT2   0xF02480D8          Standby and Wake-up Status Register 2
PMS_PMSWUTCNT   0xF02480DC          Standby WUT Counter Register
PMS_PMSWSTATCLR 0xF02480E8          Standby and Wake-up Status Clear Register
PMS_EVRSDSTAT0  0xF02480FC          EVR SD Status Register 0
PMS_EVRSDCTRL0  0xF0248108          EVRC SD Control Register 0
PMS_EVRSDCTRL1  0xF024810C          EVRC SD Control Register 1
PMS_EVRSDCTRL2  0xF0248110          EVRC SD Control Register 2
PMS_EVRSDCTRL3  0xF0248114          EVRC SD Control Register 3
PMS_EVRSDCTRL4  0xF0248118          EVRC SD Control Register 4
PMS_EVRSDCTRL5  0xF024811C          EVRC SD Control Register 5
PMS_EVRSDCTRL6  0xF0248120          EVRC SD Control Register 6
PMS_EVRSDCTRL7  0xF0248124          EVRC SD Control Register 7
PMS_EVRSDCTRL8  0xF0248128          EVRC SD Control Register 8
PMS_EVRSDCTRL9  0xF024812C          EVRC SD Control Register 9
PMS_EVRSDCTRL10 0xF0248130          EVRC SD Control Register 10
PMS_EVRSDCTRL11 0xF0248134          EVRC SD Control Register 11
PMS_EVRSDCOEFF0 0xF0248148          EVRC SD Coefficient Register 0
PMS_EVRSDCOEFF1 0xF024814C          EVRC SD Coefficient Register 1
PMS_EVRSDCOEFF2 0xF0248150          EVRC SD Coefficient Register 2
PMS_EVRSDCOEFF3 0xF0248154          EVRC SD Coefficient Register 3
PMS_EVRSDCOEFF4 0xF0248158          EVRC SD Coefficient Register 4
PMS_EVRSDCOEFF5 0xF024815C          EVRC SD Coefficient Register 5
PMS_EVRSDCOEFF6 0xF0248160          EVRC SD Coefficient Register 6
PMS_EVRSDCOEFF7 0xF0248164          EVRC SD Coefficient Register 7
PMS_EVRSDCOEFF8 0xF0248168          EVRC SD Coefficient Register 8
PMS_EVRSDCOEFF9 0xF024816C          EVRC SD Coefficient Register 9
PMS_AG20_STDBY  0xF0248188          Alarm 0 Status Register
PMS_AG21_STDBY  0xF024818C          Alarm 1 Status Register
PMS_MONBISTSTAT 0xF0248190          SMU_stdby BIST Status Register
PMS_MONBISTCTRL 0xF0248198          SMU_stdby BIST Control Register
PMS_CMD_STDBY   0xF024819C          SMU_stdby Command Register
PMS_AG20FSP_STDBY 0xF02481A4          SMU_stdby 0 FSP Configuration Register
PMS_AG21FSP_STDBY 0xF02481A8          SMU_stdby 1 FSP Configuration Register
PMS_DTSSTAT     0xF02481C0          Die Temperature Sensor Status Register
PMS_DTSLIM      0xF02481C8          Die Temperature Sensor Limit Register
PMS_OTSS        0xF02481E0          OCDS Trigger Set Select Register
PMS_OTSC0       0xF02481E4          OCDS Trigger Set Control 0 Register
PMS_OTSC1       0xF02481E8          OCDS Trigger Set Control 1 Register
PMS_ACCEN1      0xF02481F8          Access Enable Register 1
PMS_ACCEN0      0xF02481FC          Access Enable Register 0
HSPDM_CLC       0xF0282000          Clock Control Register
HSPDM_ID        0xF0282008          Module Identification Register
HSPDM_BUFA0     0xF0282010          RAM Buffer A Register 0
HSPDM_BUFB0     0xF0282018          RAM Buffer B Register 0
HSPDM_CURRAD    0xF028201C          Current Address Register
HSPDM_MUTE0     0xF0282020          MUTE0 Register
HSPDM_MUTE1     0xF0282024          MUTE1 Register
HSPDM_ADCTG     0xF0282030          ADC Trigger Register
HSPDM_ADCTGCNT  0xF0282034          ADC Trigger Count Register
HSPDM_CON       0xF0282038          Configuration Register
HSPDM_FLAGS     0xF0282044          Flags Register
HSPDM_FLAGSSET  0xF0282048          Flags Set Register
HSPDM_FLAGSCLEAR 0xF028204C          Flags Clear Register
HSPDM_FLAGSEN   0xF0282050          Flags Enable Register
HSPDM_OCS       0xF02820E8          OCDS Control and Status Register
HSPDM_KRSTCLR   0xF02820EC          Kernel Reset Status Clear Register
HSPDM_KRST1     0xF02820F0          Kernel Reset Register 1
HSPDM_KRST0     0xF02820F4          Kernel Reset Register 0
HSPDM_ACCEN1    0xF02820F8          Access Enable Register 1
HSPDM_ACCEN0    0xF02820FC          Access Enable Register 0
FSI_COMM_1      0xF8030004          Communication Register 1
FSI_COMM_2      0xF8030005          Communication Register 2
FSI_HSMCOMM_1   0xF8030006          HSM Communication Register 1
FSI_HSMCOMM_2   0xF8030007          HSM Communication Register 2
PMU_ID          0xF8038508          Module Identification Register
DMU_HF_ID       0xF8040008          Module Identification Register
DMU_HF_STATUS   0xF8040010          Flash Status Register
DMU_HF_CONTROL  0xF8040014          Flash Control Register
DMU_HF_OPERATION 0xF8040018          Flash Operation Register
DMU_HF_PROTECT  0xF804001C          Flash Protection Status Register
DMU_HF_CONFIRM0 0xF8040020          Flash Confirm Status Register 0
DMU_HF_CONFIRM1 0xF8040024          Flash Confirm Status Register 1
DMU_HF_CONFIRM2 0xF8040028          Flash Confirm Status Register 2
DMU_HF_EER      0xF8040030          Enable Error Interrupt Control Register
DMU_HF_ERRSR    0xF8040034          Error Status Register
DMU_HF_CLRE     0xF8040038          Clear Error Register
DMU_HF_ECCR     0xF8040040          DF0 ECC Read Register
DMU_HF_ECCS     0xF8040044          DF0 ECC Status Register
DMU_HF_ECCC     0xF8040048          DF0 ECC Control Register
DMU_HF_ECCW     0xF804004C          DF0 ECC Write Register
DMU_HF_CCONTROL 0xF8040050          Cranking Control Register
DMU_HF_PSTATUS  0xF8040060          Power Status Register
DMU_HF_PCONTROL 0xF8040064          Power Control Register
DMU_HF_PWAIT    0xF8040068          PFLASH Wait Cycle Register
DMU_HF_DWAIT    0xF804006C          DFLASH Wait Cycle Register
DMU_HF_PROCONUSR 0xF8040074          DF0 User Mode Control
DMU_HF_PROCONPF 0xF8040080          PFLASH Protection Configuration
DMU_HF_PROCONTP 0xF8040084          Tuning Protection Configuration
DMU_HF_PROCONDF 0xF8040088          DFLASH Protection Configuration
DMU_HF_PROCONRAM 0xF804008C          RAM Configuration
DMU_HF_PROCONDBG 0xF8040090          Debug Interface Protection Configuration
DMU_HF_SUSPEND  0xF80400F0          Suspend Control Register
DMU_HF_MARGIN   0xF80400F4          Margin Control Register
DMU_HF_ACCEN1   0xF80400F8          Access Enable Register 1
DMU_HF_ACCEN0   0xF80400FC          Access Enable Register 0
DMU_HP_PROCONP00 0xF8050000          PFLASH Bank 0 Protection Configuration 0
DMU_HP_PROCONP01 0xF8050004          PFLASH Bank 0 Protection Configuration 1
DMU_HP_PROCONP02 0xF8050008          PFLASH Bank 0 Protection Configuration 2
DMU_HP_PROCONP03 0xF805000C          PFLASH Bank 0 Protection Configuration 3
DMU_HP_PROCONP04 0xF8050010          PFLASH Bank 0 Protection Configuration 4
DMU_HP_PROCONP05 0xF8050014          PFLASH Bank 0 Protection Configuration 5
DMU_HP_PROCONOTP00 0xF8050040          PFLASH Bank 0 OTP Protection Configuration 0
DMU_HP_PROCONOTP01 0xF8050044          PFLASH Bank 0 OTP Protection Configuration 1
DMU_HP_PROCONOTP02 0xF8050048          PFLASH Bank 0 OTP Protection Configuration 2
DMU_HP_PROCONOTP03 0xF805004C          PFLASH Bank 0 OTP Protection Configuration 3
DMU_HP_PROCONOTP04 0xF8050050          PFLASH Bank 0 OTP Protection Configuration 4
DMU_HP_PROCONOTP05 0xF8050054          PFLASH Bank 0 OTP Protection Configuration 5
DMU_HP_PROCONWOP00 0xF8050080          PFLASH Bank 0 WOP Configuration 0
DMU_HP_PROCONWOP01 0xF8050084          PFLASH Bank 0 WOP Configuration 1
DMU_HP_PROCONWOP02 0xF8050088          PFLASH Bank 0 WOP Configuration 2
DMU_HP_PROCONWOP03 0xF805008C          PFLASH Bank 0 WOP Configuration 3
DMU_HP_PROCONWOP04 0xF8050090          PFLASH Bank 0 WOP Configuration 4
DMU_HP_PROCONWOP05 0xF8050094          PFLASH Bank 0 WOP Configuration 5
DMU_HP_ECPRIO00 0xF80500A0          PFLASH Bank 0 Erase Counter Priority configuration 0
DMU_HP_ECPRIO01 0xF80500A4          PFLASH Bank 0 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO02 0xF80500A8          PFLASH Bank 0 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO03 0xF80500AC          PFLASH Bank 0 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO04 0xF80500B0          PFLASH Bank 0 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO05 0xF80500B4          PFLASH Bank 0 Erase Counter Priority Configuration 5
DMU_HP_PROCONP10 0xF8050100          PFLASH Bank 1 Protection Configuration 0
DMU_HP_PROCONP11 0xF8050104          PFLASH Bank 1 Protection Configuration 1
DMU_HP_PROCONP12 0xF8050108          PFLASH Bank 1 Protection Configuration 2
DMU_HP_PROCONP13 0xF805010C          PFLASH Bank 1 Protection Configuration 3
DMU_HP_PROCONP14 0xF8050110          PFLASH Bank 1 Protection Configuration 4
DMU_HP_PROCONP15 0xF8050114          PFLASH Bank 1 Protection Configuration 5
DMU_HP_PROCONOTP10 0xF8050140          PFLASH Bank 1 OTP Protection Configuration 0
DMU_HP_PROCONOTP11 0xF8050144          PFLASH Bank 1 OTP Protection Configuration 1
DMU_HP_PROCONOTP12 0xF8050148          PFLASH Bank 1 OTP Protection Configuration 2
DMU_HP_PROCONOTP13 0xF805014C          PFLASH Bank 1 OTP Protection Configuration 3
DMU_HP_PROCONOTP14 0xF8050150          PFLASH Bank 1 OTP Protection Configuration 4
DMU_HP_PROCONOTP15 0xF8050154          PFLASH Bank 1 OTP Protection Configuration 5
DMU_HP_PROCONWOP10 0xF8050180          PFLASH Bank 1 WOP Configuration 0
DMU_HP_PROCONWOP11 0xF8050184          PFLASH Bank 1 WOP Configuration 1
DMU_HP_PROCONWOP12 0xF8050188          PFLASH Bank 1 WOP Configuration 2
DMU_HP_PROCONWOP13 0xF805018C          PFLASH Bank 1 WOP Configuration 3
DMU_HP_PROCONWOP14 0xF8050190          PFLASH Bank 1 WOP Configuration 4
DMU_HP_PROCONWOP15 0xF8050194          PFLASH Bank 1 WOP Configuration 5
DMU_HP_ECPRIO10 0xF80501A0          PFLASH Bank 1 Erase Counter Priority configuration 0
DMU_HP_ECPRIO11 0xF80501A4          PFLASH Bank 1 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO12 0xF80501A8          PFLASH Bank 1 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO13 0xF80501AC          PFLASH Bank 1 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO14 0xF80501B0          PFLASH Bank 1 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO15 0xF80501B4          PFLASH Bank 1 Erase Counter Priority Configuration 5
DMU_SF_STATUS   0xF8060010          HSM Flash Status Register
DMU_SF_CONTROL  0xF8060014          HSM Flash Configuration Register
DMU_SF_OPERATION 0xF8060018          HSM Flash Operation Register
DMU_SF_EER      0xF8060030          HSM Enable Error Interrupt Control Register
DMU_SF_ERRSR    0xF8060034          HSM Error Status Register
DMU_SF_CLRE     0xF8060038          HSM Clear Error Register
DMU_SF_ECCR     0xF8060040          HSM DF1 ECC Read Register
DMU_SF_ECCS     0xF8060044          HSM DF1 ECC Status Register
DMU_SF_ECCC     0xF8060048          HSM DF1 ECC Control Register
DMU_SF_ECCW     0xF806004C          HSM DF1 ECC Write Register
DMU_SF_PROCONUSR 0xF8060074          HSM DF1 User Mode Control
DMU_SF_SUSPEND  0xF80600E8          HSM Suspend Control Register
DMU_SF_MARGIN   0xF80600EC          HSM DF1 Margin Control Register
DMU_SP_PROCONHSMCFG 0xF8070000          HSM Protection Configuration
DMU_SP_PROCONHSMCBS 0xF8070004          HSM Code Boot Sector
DMU_SP_PROCONHSMCX0 0xF8070008          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCX1 0xF807000C          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCOTP0 0xF8070010          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSMCOTP1 0xF8070014          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSM 0xF8070040          HSM Interface Protection Configuration
LMU0_CLC        0xF8100000          LMU Clock Control Register
LMU0_MODID      0xF8100008          LMU Module ID Register
LMU0_ACCEN0     0xF8100010          LMU Access Enable Register 0
LMU0_ACCEN1     0xF8100014          LMU Access Enable Register 1
LMU0_MEMCON     0xF8100020          LMU Memory Control Register
LMU0_SCTRL      0xF8100024          LMU Safety Control Register
LMU0_RGNLA0     0xF8100050          LMU Region Lower Address Register
LMU0_RGNUA0     0xF8100054          LMU Region Upper Address Register
LMU0_RGNACCENWA0 0xF8100058          LMU Region Write Access Enable Register A
LMU0_RGNACCENWB0 0xF810005C          LMU Region Write Access Enable Register B
LMU0_RGNLA1     0xF8100060          LMU Region Lower Address Register
LMU0_RGNUA1     0xF8100064          LMU Region Upper Address Register
LMU0_RGNACCENWA1 0xF8100068          LMU Region Write Access Enable Register A
LMU0_RGNACCENWB1 0xF810006C          LMU Region Write Access Enable Register B
LMU0_RGNLA2     0xF8100070          LMU Region Lower Address Register
LMU0_RGNUA2     0xF8100074          LMU Region Upper Address Register
LMU0_RGNACCENWA2 0xF8100078          LMU Region Write Access Enable Register A
LMU0_RGNACCENWB2 0xF810007C          LMU Region Write Access Enable Register B
LMU0_RGNLA3     0xF8100080          LMU Region Lower Address Register
LMU0_RGNUA3     0xF8100084          LMU Region Upper Address Register
LMU0_RGNACCENWA3 0xF8100088          LMU Region Write Access Enable Register A
LMU0_RGNACCENWB3 0xF810008C          LMU Region Write Access Enable Register B
LMU0_RGNLA4     0xF8100090          LMU Region Lower Address Register
LMU0_RGNUA4     0xF8100094          LMU Region Upper Address Register
LMU0_RGNACCENWA4 0xF8100098          LMU Region Write Access Enable Register A
LMU0_RGNACCENWB4 0xF810009C          LMU Region Write Access Enable Register B
LMU0_RGNLA5     0xF81000A0          LMU Region Lower Address Register
LMU0_RGNUA5     0xF81000A4          LMU Region Upper Address Register
LMU0_RGNACCENWA5 0xF81000A8          LMU Region Write Access Enable Register A
LMU0_RGNACCENWB5 0xF81000AC          LMU Region Write Access Enable Register B
LMU0_RGNLA6     0xF81000B0          LMU Region Lower Address Register
LMU0_RGNUA6     0xF81000B4          LMU Region Upper Address Register
LMU0_RGNACCENWA6 0xF81000B8          LMU Region Write Access Enable Register A
LMU0_RGNACCENWB6 0xF81000BC          LMU Region Write Access Enable Register B
LMU0_RGNLA7     0xF81000C0          LMU Region Lower Address Register
LMU0_RGNUA7     0xF81000C4          LMU Region Upper Address Register
LMU0_RGNACCENWA7 0xF81000C8          LMU Region Write Access Enable Register A
LMU0_RGNACCENWB7 0xF81000CC          LMU Region Write Access Enable Register B
LMU0_RGNLA8     0xF81000D0          LMU Region Lower Address Register
LMU0_RGNUA8     0xF81000D4          LMU Region Upper Address Register
LMU0_RGNACCENWA8 0xF81000D8          LMU Region Write Access Enable Register A
LMU0_RGNACCENWB8 0xF81000DC          LMU Region Write Access Enable Register B
LMU0_RGNLA9     0xF81000E0          LMU Region Lower Address Register
LMU0_RGNUA9     0xF81000E4          LMU Region Upper Address Register
LMU0_RGNACCENWA9 0xF81000E8          LMU Region Write Access Enable Register A
LMU0_RGNACCENWB9 0xF81000EC          LMU Region Write Access Enable Register B
LMU0_RGNLA10    0xF81000F0          LMU Region Lower Address Register
LMU0_RGNUA10    0xF81000F4          LMU Region Upper Address Register
LMU0_RGNACCENWA10 0xF81000F8          LMU Region Write Access Enable Register A
LMU0_RGNACCENWB10 0xF81000FC          LMU Region Write Access Enable Register B
LMU0_RGNLA11    0xF8100100          LMU Region Lower Address Register
LMU0_RGNUA11    0xF8100104          LMU Region Upper Address Register
LMU0_RGNACCENWA11 0xF8100108          LMU Region Write Access Enable Register A
LMU0_RGNACCENWB11 0xF810010C          LMU Region Write Access Enable Register B
LMU0_RGNLA12    0xF8100110          LMU Region Lower Address Register
LMU0_RGNUA12    0xF8100114          LMU Region Upper Address Register
LMU0_RGNACCENWA12 0xF8100118          LMU Region Write Access Enable Register A
LMU0_RGNACCENWB12 0xF810011C          LMU Region Write Access Enable Register B
LMU0_RGNLA13    0xF8100120          LMU Region Lower Address Register
LMU0_RGNUA13    0xF8100124          LMU Region Upper Address Register
LMU0_RGNACCENWA13 0xF8100128          LMU Region Write Access Enable Register A
LMU0_RGNACCENWB13 0xF810012C          LMU Region Write Access Enable Register B
LMU0_RGNLA14    0xF8100130          LMU Region Lower Address Register
LMU0_RGNUA14    0xF8100134          LMU Region Upper Address Register
LMU0_RGNACCENWA14 0xF8100138          LMU Region Write Access Enable Register A
LMU0_RGNACCENWB14 0xF810013C          LMU Region Write Access Enable Register B
LMU0_RGNLA15    0xF8100140          LMU Region Lower Address Register
LMU0_RGNUA15    0xF8100144          LMU Region Upper Address Register
LMU0_RGNACCENWA15 0xF8100148          LMU Region Write Access Enable Register A
LMU0_RGNACCENWB15 0xF810014C          LMU Region Write Access Enable Register B
LMU0_RGNACCENRA0 0xF8100158          LMU Region Read Access Enable Register A
LMU0_RGNACCENRB0 0xF810015C          LMU Region Read Access Enable Register B
LMU0_RGNACCENRA1 0xF8100168          LMU Region Read Access Enable Register A
LMU0_RGNACCENRB1 0xF810016C          LMU Region Read Access Enable Register B
LMU0_RGNACCENRA2 0xF8100178          LMU Region Read Access Enable Register A
LMU0_RGNACCENRB2 0xF810017C          LMU Region Read Access Enable Register B
LMU0_RGNACCENRA3 0xF8100188          LMU Region Read Access Enable Register A
LMU0_RGNACCENRB3 0xF810018C          LMU Region Read Access Enable Register B
LMU0_RGNACCENRA4 0xF8100198          LMU Region Read Access Enable Register A
LMU0_RGNACCENRB4 0xF810019C          LMU Region Read Access Enable Register B
LMU0_RGNACCENRA5 0xF81001A8          LMU Region Read Access Enable Register A
LMU0_RGNACCENRB5 0xF81001AC          LMU Region Read Access Enable Register B
LMU0_RGNACCENRA6 0xF81001B8          LMU Region Read Access Enable Register A
LMU0_RGNACCENRB6 0xF81001BC          LMU Region Read Access Enable Register B
LMU0_RGNACCENRA7 0xF81001C8          LMU Region Read Access Enable Register A
LMU0_RGNACCENRB7 0xF81001CC          LMU Region Read Access Enable Register B
LMU0_RGNACCENRA8 0xF81001D8          LMU Region Read Access Enable Register A
LMU0_RGNACCENRB8 0xF81001DC          LMU Region Read Access Enable Register B
LMU0_RGNACCENRA9 0xF81001E8          LMU Region Read Access Enable Register A
LMU0_RGNACCENRB9 0xF81001EC          LMU Region Read Access Enable Register B
LMU0_RGNACCENRA10 0xF81001F8          LMU Region Read Access Enable Register A
LMU0_RGNACCENRB10 0xF81001FC          LMU Region Read Access Enable Register B
LMU0_RGNACCENRA11 0xF8100208          LMU Region Read Access Enable Register A
LMU0_RGNACCENRB11 0xF810020C          LMU Region Read Access Enable Register B
LMU0_RGNACCENRA12 0xF8100218          LMU Region Read Access Enable Register A
LMU0_RGNACCENRB12 0xF810021C          LMU Region Read Access Enable Register B
LMU0_RGNACCENRA13 0xF8100228          LMU Region Read Access Enable Register A
LMU0_RGNACCENRB13 0xF810022C          LMU Region Read Access Enable Register B
LMU0_RGNACCENRA14 0xF8100238          LMU Region Read Access Enable Register A
LMU0_RGNACCENRB14 0xF810023C          LMU Region Read Access Enable Register B
LMU0_RGNACCENRA15 0xF8100248          LMU Region Read Access Enable Register A
LMU0_RGNACCENRB15 0xF810024C          LMU Region Read Access Enable Register B
LMU1_CLC        0xF8110000          LMU Clock Control Register
LMU1_MODID      0xF8110008          LMU Module ID Register
LMU1_ACCEN0     0xF8110010          LMU Access Enable Register 0
LMU1_ACCEN1     0xF8110014          LMU Access Enable Register 1
LMU1_MEMCON     0xF8110020          LMU Memory Control Register
LMU1_SCTRL      0xF8110024          LMU Safety Control Register
LMU1_RGNLA0     0xF8110050          LMU Region Lower Address Register
LMU1_RGNUA0     0xF8110054          LMU Region Upper Address Register
LMU1_RGNACCENWA0 0xF8110058          LMU Region Write Access Enable Register A
LMU1_RGNACCENWB0 0xF811005C          LMU Region Write Access Enable Register B
LMU1_RGNLA1     0xF8110060          LMU Region Lower Address Register
LMU1_RGNUA1     0xF8110064          LMU Region Upper Address Register
LMU1_RGNACCENWA1 0xF8110068          LMU Region Write Access Enable Register A
LMU1_RGNACCENWB1 0xF811006C          LMU Region Write Access Enable Register B
LMU1_RGNLA2     0xF8110070          LMU Region Lower Address Register
LMU1_RGNUA2     0xF8110074          LMU Region Upper Address Register
LMU1_RGNACCENWA2 0xF8110078          LMU Region Write Access Enable Register A
LMU1_RGNACCENWB2 0xF811007C          LMU Region Write Access Enable Register B
LMU1_RGNLA3     0xF8110080          LMU Region Lower Address Register
LMU1_RGNUA3     0xF8110084          LMU Region Upper Address Register
LMU1_RGNACCENWA3 0xF8110088          LMU Region Write Access Enable Register A
LMU1_RGNACCENWB3 0xF811008C          LMU Region Write Access Enable Register B
LMU1_RGNLA4     0xF8110090          LMU Region Lower Address Register
LMU1_RGNUA4     0xF8110094          LMU Region Upper Address Register
LMU1_RGNACCENWA4 0xF8110098          LMU Region Write Access Enable Register A
LMU1_RGNACCENWB4 0xF811009C          LMU Region Write Access Enable Register B
LMU1_RGNLA5     0xF81100A0          LMU Region Lower Address Register
LMU1_RGNUA5     0xF81100A4          LMU Region Upper Address Register
LMU1_RGNACCENWA5 0xF81100A8          LMU Region Write Access Enable Register A
LMU1_RGNACCENWB5 0xF81100AC          LMU Region Write Access Enable Register B
LMU1_RGNLA6     0xF81100B0          LMU Region Lower Address Register
LMU1_RGNUA6     0xF81100B4          LMU Region Upper Address Register
LMU1_RGNACCENWA6 0xF81100B8          LMU Region Write Access Enable Register A
LMU1_RGNACCENWB6 0xF81100BC          LMU Region Write Access Enable Register B
LMU1_RGNLA7     0xF81100C0          LMU Region Lower Address Register
LMU1_RGNUA7     0xF81100C4          LMU Region Upper Address Register
LMU1_RGNACCENWA7 0xF81100C8          LMU Region Write Access Enable Register A
LMU1_RGNACCENWB7 0xF81100CC          LMU Region Write Access Enable Register B
LMU1_RGNLA8     0xF81100D0          LMU Region Lower Address Register
LMU1_RGNUA8     0xF81100D4          LMU Region Upper Address Register
LMU1_RGNACCENWA8 0xF81100D8          LMU Region Write Access Enable Register A
LMU1_RGNACCENWB8 0xF81100DC          LMU Region Write Access Enable Register B
LMU1_RGNLA9     0xF81100E0          LMU Region Lower Address Register
LMU1_RGNUA9     0xF81100E4          LMU Region Upper Address Register
LMU1_RGNACCENWA9 0xF81100E8          LMU Region Write Access Enable Register A
LMU1_RGNACCENWB9 0xF81100EC          LMU Region Write Access Enable Register B
LMU1_RGNLA10    0xF81100F0          LMU Region Lower Address Register
LMU1_RGNUA10    0xF81100F4          LMU Region Upper Address Register
LMU1_RGNACCENWA10 0xF81100F8          LMU Region Write Access Enable Register A
LMU1_RGNACCENWB10 0xF81100FC          LMU Region Write Access Enable Register B
LMU1_RGNLA11    0xF8110100          LMU Region Lower Address Register
LMU1_RGNUA11    0xF8110104          LMU Region Upper Address Register
LMU1_RGNACCENWA11 0xF8110108          LMU Region Write Access Enable Register A
LMU1_RGNACCENWB11 0xF811010C          LMU Region Write Access Enable Register B
LMU1_RGNLA12    0xF8110110          LMU Region Lower Address Register
LMU1_RGNUA12    0xF8110114          LMU Region Upper Address Register
LMU1_RGNACCENWA12 0xF8110118          LMU Region Write Access Enable Register A
LMU1_RGNACCENWB12 0xF811011C          LMU Region Write Access Enable Register B
LMU1_RGNLA13    0xF8110120          LMU Region Lower Address Register
LMU1_RGNUA13    0xF8110124          LMU Region Upper Address Register
LMU1_RGNACCENWA13 0xF8110128          LMU Region Write Access Enable Register A
LMU1_RGNACCENWB13 0xF811012C          LMU Region Write Access Enable Register B
LMU1_RGNLA14    0xF8110130          LMU Region Lower Address Register
LMU1_RGNUA14    0xF8110134          LMU Region Upper Address Register
LMU1_RGNACCENWA14 0xF8110138          LMU Region Write Access Enable Register A
LMU1_RGNACCENWB14 0xF811013C          LMU Region Write Access Enable Register B
LMU1_RGNLA15    0xF8110140          LMU Region Lower Address Register
LMU1_RGNUA15    0xF8110144          LMU Region Upper Address Register
LMU1_RGNACCENWA15 0xF8110148          LMU Region Write Access Enable Register A
LMU1_RGNACCENWB15 0xF811014C          LMU Region Write Access Enable Register B
LMU1_RGNACCENRA0 0xF8110158          LMU Region Read Access Enable Register A
LMU1_RGNACCENRB0 0xF811015C          LMU Region Read Access Enable Register B
LMU1_RGNACCENRA1 0xF8110168          LMU Region Read Access Enable Register A
LMU1_RGNACCENRB1 0xF811016C          LMU Region Read Access Enable Register B
LMU1_RGNACCENRA2 0xF8110178          LMU Region Read Access Enable Register A
LMU1_RGNACCENRB2 0xF811017C          LMU Region Read Access Enable Register B
LMU1_RGNACCENRA3 0xF8110188          LMU Region Read Access Enable Register A
LMU1_RGNACCENRB3 0xF811018C          LMU Region Read Access Enable Register B
LMU1_RGNACCENRA4 0xF8110198          LMU Region Read Access Enable Register A
LMU1_RGNACCENRB4 0xF811019C          LMU Region Read Access Enable Register B
LMU1_RGNACCENRA5 0xF81101A8          LMU Region Read Access Enable Register A
LMU1_RGNACCENRB5 0xF81101AC          LMU Region Read Access Enable Register B
LMU1_RGNACCENRA6 0xF81101B8          LMU Region Read Access Enable Register A
LMU1_RGNACCENRB6 0xF81101BC          LMU Region Read Access Enable Register B
LMU1_RGNACCENRA7 0xF81101C8          LMU Region Read Access Enable Register A
LMU1_RGNACCENRB7 0xF81101CC          LMU Region Read Access Enable Register B
LMU1_RGNACCENRA8 0xF81101D8          LMU Region Read Access Enable Register A
LMU1_RGNACCENRB8 0xF81101DC          LMU Region Read Access Enable Register B
LMU1_RGNACCENRA9 0xF81101E8          LMU Region Read Access Enable Register A
LMU1_RGNACCENRB9 0xF81101EC          LMU Region Read Access Enable Register B
LMU1_RGNACCENRA10 0xF81101F8          LMU Region Read Access Enable Register A
LMU1_RGNACCENRB10 0xF81101FC          LMU Region Read Access Enable Register B
LMU1_RGNACCENRA11 0xF8110208          LMU Region Read Access Enable Register A
LMU1_RGNACCENRB11 0xF811020C          LMU Region Read Access Enable Register B
LMU1_RGNACCENRA12 0xF8110218          LMU Region Read Access Enable Register A
LMU1_RGNACCENRB12 0xF811021C          LMU Region Read Access Enable Register B
LMU1_RGNACCENRA13 0xF8110228          LMU Region Read Access Enable Register A
LMU1_RGNACCENRB13 0xF811022C          LMU Region Read Access Enable Register B
LMU1_RGNACCENRA14 0xF8110238          LMU Region Read Access Enable Register A
LMU1_RGNACCENRB14 0xF811023C          LMU Region Read Access Enable Register B
LMU1_RGNACCENRA15 0xF8110248          LMU Region Read Access Enable Register A
LMU1_RGNACCENRB15 0xF811024C          LMU Region Read Access Enable Register B
DOM0_PECON0     0xF8700000          Protocol Error Control Register 0
DOM0_PRIORITY0  0xF8700008          SCI0 Arbiter Priority Register
DOM0_ERRADDR0   0xF8700010          SCI 0 Error Address Capture Register
DOM0_ERR0       0xF8700018          SCI 0 Error Capture Register
DOM0_PECON1     0xF8700020          Protocol Error Control Register 1
DOM0_PRIORITY1  0xF8700028          SCI1 Arbiter Priority Register
DOM0_ERRADDR1   0xF8700030          SCI 1 Error Address Capture Register
DOM0_ERR1       0xF8700038          SCI 1 Error Capture Register
DOM0_PECON2     0xF8700040          Protocol Error Control Register 2
DOM0_PRIORITY2  0xF8700048          SCI2 Arbiter Priority Register
DOM0_ERRADDR2   0xF8700050          SCI 2 Error Address Capture Register
DOM0_ERR2       0xF8700058          SCI 2 Error Capture Register
DOM0_PECON3     0xF8700060          Protocol Error Control Register 3
DOM0_PRIORITY3  0xF8700068          SCI3 Arbiter Priority Register
DOM0_ERRADDR3   0xF8700070          SCI 3 Error Address Capture Register
DOM0_ERR3       0xF8700078          SCI 3 Error Capture Register
DOM0_PECON4     0xF8700080          Protocol Error Control Register 4
DOM0_PRIORITY4  0xF8700088          SCI4 Arbiter Priority Register
DOM0_ERRADDR4   0xF8700090          SCI 4 Error Address Capture Register
DOM0_ERR4       0xF8700098          SCI 4 Error Capture Register
DOM0_PECON5     0xF87000A0          Protocol Error Control Register 5
DOM0_PRIORITY5  0xF87000A8          SCI5 Arbiter Priority Register
DOM0_ERRADDR5   0xF87000B0          SCI 5 Error Address Capture Register
DOM0_ERR5       0xF87000B8          SCI 5 Error Capture Register
DOM0_PECON6     0xF87000C0          Protocol Error Control Register 6
DOM0_PRIORITY6  0xF87000C8          SCI6 Arbiter Priority Register
DOM0_ERRADDR6   0xF87000D0          SCI 6 Error Address Capture Register
DOM0_ERR6       0xF87000D8          SCI 6 Error Capture Register
DOM0_PECON7     0xF87000E0          Protocol Error Control Register 7
DOM0_PRIORITY7  0xF87000E8          SCI7 Arbiter Priority Register
DOM0_ERRADDR7   0xF87000F0          SCI 7 Error Address Capture Register
DOM0_ERR7       0xF87000F8          SCI 7 Error Capture Register
DOM0_PECON8     0xF8700100          Protocol Error Control Register 8
DOM0_PRIORITY8  0xF8700108          SCI8 Arbiter Priority Register
DOM0_ERRADDR8   0xF8700110          SCI 8 Error Address Capture Register
DOM0_ERR8       0xF8700118          SCI 8 Error Capture Register
DOM0_PECON9     0xF8700120          Protocol Error Control Register 9
DOM0_PRIORITY9  0xF8700128          SCI9 Arbiter Priority Register
DOM0_ERRADDR9   0xF8700130          SCI 9 Error Address Capture Register
DOM0_ERR9       0xF8700138          SCI 9 Error Capture Register
DOM0_PECON10    0xF8700140          Protocol Error Control Register 10
DOM0_PRIORITY10 0xF8700148          SCI10 Arbiter Priority Register
DOM0_ERRADDR10  0xF8700150          SCI 10 Error Address Capture Register
DOM0_ERR10      0xF8700158          SCI 10 Error Capture Register
DOM0_PECON11    0xF8700160          Protocol Error Control Register 11
DOM0_PRIORITY11 0xF8700168          SCI11 Arbiter Priority Register
DOM0_ERRADDR11  0xF8700170          SCI 11 Error Address Capture Register
DOM0_ERR11      0xF8700178          SCI 11 Error Capture Register
DOM0_PECON12    0xF8700180          Protocol Error Control Register 12
DOM0_PRIORITY12 0xF8700188          SCI12 Arbiter Priority Register
DOM0_ERRADDR12  0xF8700190          SCI 12 Error Address Capture Register
DOM0_ERR12      0xF8700198          SCI 12 Error Capture Register
DOM0_PECON13    0xF87001A0          Protocol Error Control Register 13
DOM0_PRIORITY13 0xF87001A8          SCI13 Arbiter Priority Register
DOM0_ERRADDR13  0xF87001B0          SCI 13 Error Address Capture Register
DOM0_ERR13      0xF87001B8          SCI 13 Error Capture Register
DOM0_PECON14    0xF87001C0          Protocol Error Control Register 14
DOM0_PRIORITY14 0xF87001C8          SCI14 Arbiter Priority Register
DOM0_ERRADDR14  0xF87001D0          SCI 14 Error Address Capture Register
DOM0_ERR14      0xF87001D8          SCI 14 Error Capture Register
DOM0_PECON15    0xF87001E0          Protocol Error Control Register 15
DOM0_PRIORITY15 0xF87001E8          SCI15 Arbiter Priority Register
DOM0_ERRADDR15  0xF87001F0          SCI 15 Error Address Capture Register
DOM0_ERR15      0xF87001F8          SCI 15 Error Capture Register
DOM0_ID         0xF8700408          Identification Register
DOM0_PESTAT     0xF8700410          Protocol Error Status Register
DOM0_TIDSTAT    0xF8700418          Transaction ID Status Register
DOM0_TIDEN      0xF8700420          Transaction ID Enable Register
DOM0_BRCON      0xF8700430          Domain 0 Bridge Control Register
DOM0_ACCEN0     0xF87004F0          Access Enable Register 0
DOM0_ACCEN1     0xF87004F8          Access Enable Register 1
CPU0_FLASHCON0  0xF8801100          CPUx Flash Configuration Register 0
CPU0_FLASHCON1  0xF8801104          CPUx Flash Configuration Register 1
CPU0_FLASHCON2  0xF8801108          CPUx Flash Configuration Register 2
CPU0_FLASHCON3  0xF880110C          CPUx Flash Configuration Register 3
CPU0_FLASHCON4  0xF8801110          CPUx Flash Configuration Register 4
CPU0_KRST0      0xF880D000          CPUx Reset Register 0
CPU0_KRST1      0xF880D004          CPUx Reset Register 1
CPU0_KRSTCLR    0xF880D008          CPUx Reset Clear Register
CPU0_SPR_SPROT_RGNLA0 0xF880E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU0_SPR_SPROT_RGNUA0 0xF880E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU0_SPR_SPROT_RGNACCENA0_W 0xF880E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_W 0xF880E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU0_SPR_SPROT_RGNLA1 0xF880E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU0_SPR_SPROT_RGNUA1 0xF880E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU0_SPR_SPROT_RGNACCENA1_W 0xF880E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_W 0xF880E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU0_SPR_SPROT_RGNLA2 0xF880E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU0_SPR_SPROT_RGNUA2 0xF880E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU0_SPR_SPROT_RGNACCENA2_W 0xF880E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_W 0xF880E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU0_SPR_SPROT_RGNLA3 0xF880E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU0_SPR_SPROT_RGNUA3 0xF880E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU0_SPR_SPROT_RGNACCENA3_W 0xF880E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_W 0xF880E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU0_SPR_SPROT_RGNLA4 0xF880E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU0_SPR_SPROT_RGNUA4 0xF880E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU0_SPR_SPROT_RGNACCENA4_W 0xF880E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_W 0xF880E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU0_SPR_SPROT_RGNLA5 0xF880E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU0_SPR_SPROT_RGNUA5 0xF880E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU0_SPR_SPROT_RGNACCENA5_W 0xF880E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_W 0xF880E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU0_SPR_SPROT_RGNLA6 0xF880E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU0_SPR_SPROT_RGNUA6 0xF880E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU0_SPR_SPROT_RGNACCENA6_W 0xF880E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_W 0xF880E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU0_SPR_SPROT_RGNLA7 0xF880E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU0_SPR_SPROT_RGNUA7 0xF880E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU0_SPR_SPROT_RGNACCENA7_W 0xF880E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_W 0xF880E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU0_SPR_SPROT_RGNACCENA0_R 0xF880E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_R 0xF880E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU0_SPR_SPROT_RGNACCENA1_R 0xF880E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_R 0xF880E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU0_SPR_SPROT_RGNACCENA2_R 0xF880E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_R 0xF880E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU0_SPR_SPROT_RGNACCENA3_R 0xF880E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_R 0xF880E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU0_SPR_SPROT_RGNACCENA4_R 0xF880E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_R 0xF880E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU0_SPR_SPROT_RGNACCENA5_R 0xF880E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_R 0xF880E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU0_SPR_SPROT_RGNACCENA6_R 0xF880E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_R 0xF880E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU0_SPR_SPROT_RGNACCENA7_R 0xF880E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_R 0xF880E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU0_SFR_SPROT_ACCENA_W 0xF880E100          CPUx Safety Protection Register Access Enable Register A
CPU0_SFR_SPROT_ACCENB_W 0xF880E104          CPUx Safety Protection Region Access Enable Register B
CPU0_LPB_SPROT_ACCENA_R 0xF880E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU0_LPB_SPROT_ACCENB_R 0xF880E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU0_DLMU_SPROT_RGNLA0 0xF880E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU0_DLMU_SPROT_RGNUA0 0xF880E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU0_DLMU_SPROT_RGNACCENA0_W 0xF880E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_W 0xF880E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU0_DLMU_SPROT_RGNLA1 0xF880E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU0_DLMU_SPROT_RGNUA1 0xF880E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU0_DLMU_SPROT_RGNACCENA1_W 0xF880E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_W 0xF880E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU0_DLMU_SPROT_RGNLA2 0xF880E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU0_DLMU_SPROT_RGNUA2 0xF880E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU0_DLMU_SPROT_RGNACCENA2_W 0xF880E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_W 0xF880E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU0_DLMU_SPROT_RGNLA3 0xF880E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU0_DLMU_SPROT_RGNUA3 0xF880E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU0_DLMU_SPROT_RGNACCENA3_W 0xF880E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_W 0xF880E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU0_DLMU_SPROT_RGNLA4 0xF880E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU0_DLMU_SPROT_RGNUA4 0xF880E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU0_DLMU_SPROT_RGNACCENA4_W 0xF880E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_W 0xF880E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU0_DLMU_SPROT_RGNLA5 0xF880E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU0_DLMU_SPROT_RGNUA5 0xF880E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU0_DLMU_SPROT_RGNACCENA5_W 0xF880E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_W 0xF880E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU0_DLMU_SPROT_RGNLA6 0xF880E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU0_DLMU_SPROT_RGNUA6 0xF880E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU0_DLMU_SPROT_RGNACCENA6_W 0xF880E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_W 0xF880E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU0_DLMU_SPROT_RGNLA7 0xF880E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU0_DLMU_SPROT_RGNUA7 0xF880E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU0_DLMU_SPROT_RGNACCENA7_W 0xF880E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_W 0xF880E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU0_DLMU_SPROT_RGNACCENA0_R 0xF880E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_R 0xF880E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU0_DLMU_SPROT_RGNACCENA1_R 0xF880E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_R 0xF880E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU0_DLMU_SPROT_RGNACCENA2_R 0xF880E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_R 0xF880E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU0_DLMU_SPROT_RGNACCENA3_R 0xF880E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_R 0xF880E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU0_DLMU_SPROT_RGNACCENA4_R 0xF880E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_R 0xF880E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU0_DLMU_SPROT_RGNACCENA5_R 0xF880E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_R 0xF880E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU0_DLMU_SPROT_RGNACCENA6_R 0xF880E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_R 0xF880E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU0_DLMU_SPROT_RGNACCENA7_R 0xF880E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_R 0xF880E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU0_OSEL       0xF880FB00          CPUx Overlay Range Select Register
CPU0_RABR0      0xF880FB10          CPUx Redirected Address Base Register 0
CPU0_OTAR0      0xF880FB14          CPUx Overlay Target Address Register 0
CPU0_OMASK0     0xF880FB18          CPUx Overlay Mask Register 0
CPU0_RABR1      0xF880FB1C          CPUx Redirected Address Base Register 1
CPU0_OTAR1      0xF880FB20          CPUx Overlay Target Address Register 1
CPU0_OMASK1     0xF880FB24          CPUx Overlay Mask Register 1
CPU0_RABR2      0xF880FB28          CPUx Redirected Address Base Register 2
CPU0_OTAR2      0xF880FB2C          CPUx Overlay Target Address Register 2
CPU0_OMASK2     0xF880FB30          CPUx Overlay Mask Register 2
CPU0_RABR3      0xF880FB34          CPUx Redirected Address Base Register 3
CPU0_OTAR3      0xF880FB38          CPUx Overlay Target Address Register 3
CPU0_OMASK3     0xF880FB3C          CPUx Overlay Mask Register 3
CPU0_RABR4      0xF880FB40          CPUx Redirected Address Base Register 4
CPU0_OTAR4      0xF880FB44          CPUx Overlay Target Address Register 4
CPU0_OMASK4     0xF880FB48          CPUx Overlay Mask Register 4
CPU0_RABR5      0xF880FB4C          CPUx Redirected Address Base Register 5
CPU0_OTAR5      0xF880FB50          CPUx Overlay Target Address Register 5
CPU0_OMASK5     0xF880FB54          CPUx Overlay Mask Register 5
CPU0_RABR6      0xF880FB58          CPUx Redirected Address Base Register 6
CPU0_OTAR6      0xF880FB5C          CPUx Overlay Target Address Register 6
CPU0_OMASK6     0xF880FB60          CPUx Overlay Mask Register 6
CPU0_RABR7      0xF880FB64          CPUx Redirected Address Base Register 7
CPU0_OTAR7      0xF880FB68          CPUx Overlay Target Address Register 7
CPU0_OMASK7     0xF880FB6C          CPUx Overlay Mask Register 7
CPU0_RABR8      0xF880FB70          CPUx Redirected Address Base Register 8
CPU0_OTAR8      0xF880FB74          CPUx Overlay Target Address Register 8
CPU0_OMASK8     0xF880FB78          CPUx Overlay Mask Register 8
CPU0_RABR9      0xF880FB7C          CPUx Redirected Address Base Register 9
CPU0_OTAR9      0xF880FB80          CPUx Overlay Target Address Register 9
CPU0_OMASK9     0xF880FB84          CPUx Overlay Mask Register 9
CPU0_RABR10     0xF880FB88          CPUx Redirected Address Base Register 10
CPU0_OTAR10     0xF880FB8C          CPUx Overlay Target Address Register 10
CPU0_OMASK10    0xF880FB90          CPUx Overlay Mask Register 10
CPU0_RABR11     0xF880FB94          CPUx Redirected Address Base Register 11
CPU0_OTAR11     0xF880FB98          CPUx Overlay Target Address Register 11
CPU0_OMASK11    0xF880FB9C          CPUx Overlay Mask Register 11
CPU0_RABR12     0xF880FBA0          CPUx Redirected Address Base Register 12
CPU0_OTAR12     0xF880FBA4          CPUx Overlay Target Address Register 12
CPU0_OMASK12    0xF880FBA8          CPUx Overlay Mask Register 12
CPU0_RABR13     0xF880FBAC          CPUx Redirected Address Base Register 13
CPU0_OTAR13     0xF880FBB0          CPUx Overlay Target Address Register 13
CPU0_OMASK13    0xF880FBB4          CPUx Overlay Mask Register 13
CPU0_RABR14     0xF880FBB8          CPUx Redirected Address Base Register 14
CPU0_OTAR14     0xF880FBBC          CPUx Overlay Target Address Register 14
CPU0_OMASK14    0xF880FBC0          CPUx Overlay Mask Register 14
CPU0_RABR15     0xF880FBC4          CPUx Redirected Address Base Register 15
CPU0_OTAR15     0xF880FBC8          CPUx Overlay Target Address Register 15
CPU0_OMASK15    0xF880FBCC          CPUx Overlay Mask Register 15
CPU0_RABR16     0xF880FBD0          CPUx Redirected Address Base Register 16
CPU0_OTAR16     0xF880FBD4          CPUx Overlay Target Address Register 16
CPU0_OMASK16    0xF880FBD8          CPUx Overlay Mask Register 16
CPU0_RABR17     0xF880FBDC          CPUx Redirected Address Base Register 17
CPU0_OTAR17     0xF880FBE0          CPUx Overlay Target Address Register 17
CPU0_OMASK17    0xF880FBE4          CPUx Overlay Mask Register 17
CPU0_RABR18     0xF880FBE8          CPUx Redirected Address Base Register 18
CPU0_OTAR18     0xF880FBEC          CPUx Overlay Target Address Register 18
CPU0_OMASK18    0xF880FBF0          CPUx Overlay Mask Register 18
CPU0_RABR19     0xF880FBF4          CPUx Redirected Address Base Register 19
CPU0_OTAR19     0xF880FBF8          CPUx Overlay Target Address Register 19
CPU0_OMASK19    0xF880FBFC          CPUx Overlay Mask Register 19
CPU0_RABR20     0xF880FC00          CPUx Redirected Address Base Register 20
CPU0_OTAR20     0xF880FC04          CPUx Overlay Target Address Register 20
CPU0_OMASK20    0xF880FC08          CPUx Overlay Mask Register 20
CPU0_RABR21     0xF880FC0C          CPUx Redirected Address Base Register 21
CPU0_OTAR21     0xF880FC10          CPUx Overlay Target Address Register 21
CPU0_OMASK21    0xF880FC14          CPUx Overlay Mask Register 21
CPU0_RABR22     0xF880FC18          CPUx Redirected Address Base Register 22
CPU0_OTAR22     0xF880FC1C          CPUx Overlay Target Address Register 22
CPU0_OMASK22    0xF880FC20          CPUx Overlay Mask Register 22
CPU0_RABR23     0xF880FC24          CPUx Redirected Address Base Register 23
CPU0_OTAR23     0xF880FC28          CPUx Overlay Target Address Register 23
CPU0_OMASK23    0xF880FC2C          CPUx Overlay Mask Register 23
CPU0_RABR24     0xF880FC30          CPUx Redirected Address Base Register 24
CPU0_OTAR24     0xF880FC34          CPUx Overlay Target Address Register 24
CPU0_OMASK24    0xF880FC38          CPUx Overlay Mask Register 24
CPU0_RABR25     0xF880FC3C          CPUx Redirected Address Base Register 25
CPU0_OTAR25     0xF880FC40          CPUx Overlay Target Address Register 25
CPU0_OMASK25    0xF880FC44          CPUx Overlay Mask Register 25
CPU0_RABR26     0xF880FC48          CPUx Redirected Address Base Register 26
CPU0_OTAR26     0xF880FC4C          CPUx Overlay Target Address Register 26
CPU0_OMASK26    0xF880FC50          CPUx Overlay Mask Register 26
CPU0_RABR27     0xF880FC54          CPUx Redirected Address Base Register 27
CPU0_OTAR27     0xF880FC58          CPUx Overlay Target Address Register 27
CPU0_OMASK27    0xF880FC5C          CPUx Overlay Mask Register 27
CPU0_RABR28     0xF880FC60          CPUx Redirected Address Base Register 28
CPU0_OTAR28     0xF880FC64          CPUx Overlay Target Address Register 28
CPU0_OMASK28    0xF880FC68          CPUx Overlay Mask Register 28
CPU0_RABR29     0xF880FC6C          CPUx Redirected Address Base Register 29
CPU0_OTAR29     0xF880FC70          CPUx Overlay Target Address Register 29
CPU0_OMASK29    0xF880FC74          CPUx Overlay Mask Register 29
CPU0_RABR30     0xF880FC78          CPUx Redirected Address Base Register 30
CPU0_OTAR30     0xF880FC7C          CPUx Overlay Target Address Register 30
CPU0_OMASK30    0xF880FC80          CPUx Overlay Mask Register 30
CPU0_RABR31     0xF880FC84          CPUx Redirected Address Base Register 31
CPU0_OTAR31     0xF880FC88          CPUx Overlay Target Address Register 31
CPU0_OMASK31    0xF880FC8C          CPUx Overlay Mask Register 31
CSFR_BASE       0xF8810000          Core Special Function Registers base (CPU0)
CPU0_SEGEN      0xF8811030          CPUx SRI Error Generation Register
CPU0_TASK_ASI   0xF8818004          CPUx Task Address Space Identifier Register
CPU0_PMA0       0xF8818100          CPUx Data Access CacheabilityRegister
CPU0_PMA1       0xF8818104          CPUx Code Access CacheabilityRegister
CPU0_PMA2       0xF8818108          CPUx Peripheral Space Identifier register
CPU0_DCON2      0xF8819000          CPUx Data Control Register 2
CPU0_SMACON     0xF881900C          CPUx SIST Mode Access Control Register
CPU0_DSTR       0xF8819010          CPUx Data Synchronous Trap Register
CPU0_DATR       0xF8819018          CPUx Data Asynchronous Trap Register
CPU0_DEADD      0xF881901C          CPUx Data Error Address Register
CPU0_DIEAR      0xF8819020          CPUx Data Integrity Error Address Register
CPU0_DIETR      0xF8819024          CPUx Data Integrity Error Trap Register
CPU0_DCON0      0xF8819040          CPUx Data Memory Control Register
CPU0_PSTR       0xF8819200          CPUx Program Synchronous Trap Register
CPU0_PCON1      0xF8819204          CPUx Program Control 1
CPU0_PCON2      0xF8819208          CPUx Program Control 2
CPU0_PCON0      0xF881920C          CPUx Program Control 0
CPU0_PIEAR      0xF8819210          CPUx Program Integrity Error Address Register
CPU0_PIETR      0xF8819214          CPUx Program Integrity Error Trap Register
CPU0_COMPAT     0xF8819400          CPUx Compatibility Control Register
CPU0_FPU_TRAP_CON 0xF881A000          CPUx Trap Control Register
CPU0_FPU_TRAP_PC 0xF881A004          CPUx Trapping Instruction Program Counter Register
CPU0_FPU_TRAP_OPC 0xF881A008          CPUx Trapping Instruction Opcode Register
CPU0_FPU_TRAP_SRC1 0xF881A010          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC2 0xF881A014          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC3 0xF881A018          CPUx Trapping Instruction Operand Register
CPU0_DPR0_L     0xF881C000          CPUx Data Protection Range 0, Lower Bound Register
CPU0_DPR0_U     0xF881C004          CPUx Data Protection Range 0, Upper Bound Register
CPU0_DPR1_L     0xF881C008          CPUx Data Protection Range 1, Lower Bound Register
CPU0_DPR1_U     0xF881C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU0_DPR2_L     0xF881C010          CPUx Data Protection Range 2, Lower Bound Register
CPU0_DPR2_U     0xF881C014          CPUx Data Protection Range 2, Upper Bound Register
CPU0_DPR3_L     0xF881C018          CPUx Data Protection Range 3, Lower Bound Register
CPU0_DPR3_U     0xF881C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU0_DPR4_L     0xF881C020          CPUx Data Protection Range 4, Lower Bound Register
CPU0_DPR4_U     0xF881C024          CPUx Data Protection Range 4, Upper Bound Register
CPU0_DPR5_L     0xF881C028          CPUx Data Protection Range 5, Lower Bound Register
CPU0_DPR5_U     0xF881C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU0_DPR6_L     0xF881C030          CPUx Data Protection Range 6, Lower Bound Register
CPU0_DPR6_U     0xF881C034          CPUx Data Protection Range 6, Upper Bound Register
CPU0_DPR7_L     0xF881C038          CPUx Data Protection Range 7, Lower Bound Register
CPU0_DPR7_U     0xF881C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU0_DPR8_L     0xF881C040          CPUx Data Protection Range 8, Lower Bound Register
CPU0_DPR8_U     0xF881C044          CPUx Data Protection Range 8, Upper Bound Register
CPU0_DPR9_L     0xF881C048          CPUx Data Protection Range 9, Lower Bound Register
CPU0_DPR9_U     0xF881C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU0_DPR10_L    0xF881C050          CPUx Data Protection Range 10, Lower Bound Register
CPU0_DPR10_U    0xF881C054          CPUx Data Protection Range 10, Upper Bound Register
CPU0_DPR11_L    0xF881C058          CPUx Data Protection Range 11, Lower Bound Register
CPU0_DPR11_U    0xF881C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU0_DPR12_L    0xF881C060          CPUx Data Protection Range 12, Lower Bound Register
CPU0_DPR12_U    0xF881C064          CPUx Data Protection Range 12, Upper Bound Register
CPU0_DPR13_L    0xF881C068          CPUx Data Protection Range 13, Lower Bound Register
CPU0_DPR13_U    0xF881C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU0_DPR14_L    0xF881C070          CPUx Data Protection Range 14, Lower Bound Register
CPU0_DPR14_U    0xF881C074          CPUx Data Protection Range 14, Upper Bound Register
CPU0_DPR15_L    0xF881C078          CPUx Data Protection Range 15, Lower Bound Register
CPU0_DPR15_U    0xF881C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU0_DPR16_L    0xF881C080          CPUx Data Protection Range 16, Lower Bound Register
CPU0_DPR16_U    0xF881C084          CPUx Data Protection Range 16, Upper Bound Register
CPU0_DPR17_L    0xF881C088          CPUx Data Protection Range 17, Lower Bound Register
CPU0_DPR17_U    0xF881C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU0_CPR0_L     0xF881D000          CPUx Code Protection Range 0 Lower Bound Register
CPU0_CPR0_U     0xF881D004          CPUx Code Protection Range 0 Upper Bound Register
CPU0_CPR1_L     0xF881D008          CPUx Code Protection Range 1 Lower Bound Register
CPU0_CPR1_U     0xF881D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU0_CPR2_L     0xF881D010          CPUx Code Protection Range 2 Lower Bound Register
CPU0_CPR2_U     0xF881D014          CPUx Code Protection Range 2 Upper Bound Register
CPU0_CPR3_L     0xF881D018          CPUx Code Protection Range 3 Lower Bound Register
CPU0_CPR3_U     0xF881D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU0_CPR4_L     0xF881D020          CPUx Code Protection Range 4 Lower Bound Register
CPU0_CPR4_U     0xF881D024          CPUx Code Protection Range 4 Upper Bound Register
CPU0_CPR5_L     0xF881D028          CPUx Code Protection Range 5 Lower Bound Register
CPU0_CPR5_U     0xF881D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU0_CPR6_L     0xF881D030          CPUx Code Protection Range 6 Lower Bound Register
CPU0_CPR6_U     0xF881D034          CPUx Code Protection Range 6 Upper Bound Register
CPU0_CPR7_L     0xF881D038          CPUx Code Protection Range 7 Lower Bound Register
CPU0_CPR7_U     0xF881D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU0_CPR8_L     0xF881D040          CPUx Code Protection Range 8 Lower Bound Register
CPU0_CPR8_U     0xF881D044          CPUx Code Protection Range 8 Upper Bound Register
CPU0_CPR9_L     0xF881D048          CPUx Code Protection Range 9 Lower Bound Register
CPU0_CPR9_U     0xF881D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU0_CPXE_0     0xF881E000          CPUx Code Protection Execute Enable Register Set 0
CPU0_CPXE_1     0xF881E004          CPUx Code Protection Execute Enable Register Set 1
CPU0_CPXE_2     0xF881E008          CPUx Code Protection Execute Enable Register Set 2
CPU0_CPXE_3     0xF881E00C          CPUx Code Protection Execute Enable Register Set 3
CPU0_DPRE_0     0xF881E010          CPUx Data Protection Read Enable Register Set 0
CPU0_DPRE_1     0xF881E014          CPUx Data Protection Read Enable Register Set 1
CPU0_DPRE_2     0xF881E018          CPUx Data Protection Read Enable Register Set 2
CPU0_DPRE_3     0xF881E01C          CPUx Data Protection Read Enable Register Set 3
CPU0_DPWE_0     0xF881E020          CPUx Data Protection Write Enable Register Set 0
CPU0_DPWE_1     0xF881E024          CPUx Data Protection Write Enable Register Set 1
CPU0_DPWE_2     0xF881E028          CPUx Data Protection Write Enable Register Set 2
CPU0_DPWE_3     0xF881E02C          CPUx Data Protection Write Enable Register Set 3
CPU0_CPXE_4     0xF881E040          CPUx Code Protection Execute Enable Register Set 4
CPU0_CPXE_5     0xF881E044          CPUx Code Protection Execute Enable Register Set 5
CPU0_DPRE_4     0xF881E050          CPUx Data Protection Read Enable Register Set 4
CPU0_DPRE_5     0xF881E054          CPUx Data Protection Read Enable Register Set 5
CPU0_DPWE_4     0xF881E060          CPUx Data Protection Write Enable Register Set 4
CPU0_DPWE_5     0xF881E064          CPUx Data Protection Write Enable Register Set 5
CPU0_TPS_CON    0xF881E400          CPUx Temporal Protection System Control Register
CPU0_TPS_TIMER0 0xF881E404          CPUx Temporal Protection System Timer Register 0
CPU0_TPS_TIMER1 0xF881E408          CPUx Temporal Protection System Timer Register 1
CPU0_TPS_TIMER2 0xF881E40C          CPUx Temporal Protection System Timer Register 2
CPU0_TPS_EXTIM_ENTRY_LVAL 0xF881E440          CPUx Exception Entry Timer Load Value
CPU0_TPS_EXTIM_ENTRY_CVAL 0xF881E444          CPUx Exception Entry Timer Current Value
CPU0_TPS_EXTIM_EXIT_LVAL 0xF881E448          CPUx Exception Exit Timer Load Value
CPU0_TPS_EXTIM_EXIT_CVAL 0xF881E44C          CPUx Exception Exit Timer Current Value
CPU0_TPS_EXTIM_CLASS_EN 0xF881E450          CPUx Exception Timer Class Enable Register
CPU0_TPS_EXTIM_STAT 0xF881E454          CPUx Exception Timer Status Register
CPU0_TPS_EXTIM_FCX 0xF881E458          CPUx Exception Timer FCX Register
CPU0_TR0EVT     0xF881F000          CPUx Trigger Event 0
CPU0_TR0ADR     0xF881F004          CPUx Trigger Address 0
CPU0_TR1EVT     0xF881F008          CPUx Trigger Event 1
CPU0_TR1ADR     0xF881F00C          CPUx Trigger Address 1
CPU0_TR2EVT     0xF881F010          CPUx Trigger Event 2
CPU0_TR2ADR     0xF881F014          CPUx Trigger Address 2
CPU0_TR3EVT     0xF881F018          CPUx Trigger Event 3
CPU0_TR3ADR     0xF881F01C          CPUx Trigger Address 3
CPU0_TR4EVT     0xF881F020          CPUx Trigger Event 4
CPU0_TR4ADR     0xF881F024          CPUx Trigger Address 4
CPU0_TR5EVT     0xF881F028          CPUx Trigger Event 5
CPU0_TR5ADR     0xF881F02C          CPUx Trigger Address 5
CPU0_TR6EVT     0xF881F030          CPUx Trigger Event 6
CPU0_TR6ADR     0xF881F034          CPUx Trigger Address 6
CPU0_TR7EVT     0xF881F038          CPUx Trigger Event 7
CPU0_TR7ADR     0xF881F03C          CPUx Trigger Address 7
CPU0_CCTRL      0xF881FC00          CPUx Counter Control
CPU0_CCNT       0xF881FC04          CPUx CPU Clock Cycle Count
CPU0_ICNT       0xF881FC08          CPUx Instruction Count
CPU0_M1CNT      0xF881FC0C          CPUx Multi-Count Register 1
CPU0_M2CNT      0xF881FC10          CPUx Multi-Count Register 2
CPU0_M3CNT      0xF881FC14          CPUx Multi-Count Register 3
CPU0_DBGSR      0xF881FD00          CPUx Debug Status Register
CPU0_EXEVT      0xF881FD08          CPUx External Event Register
CPU0_CREVT      0xF881FD0C          CPUx Core Register Access Event
CPU0_SWEVT      0xF881FD10          CPUx Software Debug Event
CPU0_TRIG_ACC   0xF881FD30          CPUx TriggerAddressx
CPU0_DMS        0xF881FD40          CPUx Debug Monitor Start Address
CPU0_DCX        0xF881FD44          CPUx Debug Context Save Area Pointer
CPU0_DBGTCR     0xF881FD48          CPUx Debug Trap Control Register
CPU0_PCXI       0xF881FE00          CPUx Previous Context Information Register
CPU0_PSW        0xF881FE04          CPUx Program Status Word
CPU0_PC         0xF881FE08          CPUx Program Counter
CPU0_SYSCON     0xF881FE14          CPUx System Configuration Register
CPU0_CPU_ID     0xF881FE18          CPUx Identification Register TC1.6.2P
CPU0_CORE_ID    0xF881FE1C          CPUx Core Identification Register
CPU0_BIV        0xF881FE20          CPUx Base Interrupt Vector Table Pointer
CPU0_BTV        0xF881FE24          CPUx Base Trap Vector Table Pointer
CPU0_ISP        0xF881FE28          CPUx Interrupt Stack Pointer
CPU0_ICR        0xF881FE2C          CPUx Interrupt Control Register
CPU0_FCX        0xF881FE38          CPUx Free CSA List Head Pointer
CPU0_LCX        0xF881FE3C          CPUx Free CSA List Limit Pointer
CPU0_CUS_ID     0xF881FE50          CPUx Customer ID register
CPU0_D0         0xF881FF00          Data Register 0
CPU0_D1         0xF881FF04          Data Register 1
CPU0_D2         0xF881FF08          Data Register 2
CPU0_D3         0xF881FF0C          Data Register 3
CPU0_D4         0xF881FF10          Data Register 4
CPU0_D5         0xF881FF14          Data Register 5
CPU0_D6         0xF881FF18          Data Register 6
CPU0_D7         0xF881FF1C          Data Register 7
CPU0_D8         0xF881FF20          Data Register 8
CPU0_D9         0xF881FF24          Data Register 9
CPU0_D10        0xF881FF28          Data Register 10
CPU0_D11        0xF881FF2C          Data Register 11
CPU0_D12        0xF881FF30          Data Register 12
CPU0_D13        0xF881FF34          Data Register 13
CPU0_D14        0xF881FF38          Data Register 14
CPU0_D15        0xF881FF3C          Data Register 15
CPU0_A0         0xF881FF80          Address Register 0
CPU0_A1         0xF881FF84          Address Register 1
CPU0_A2         0xF881FF88          Address Register 2
CPU0_A3         0xF881FF8C          Address Register 3
CPU0_A4         0xF881FF90          Address Register 4
CPU0_A5         0xF881FF94          Address Register 5
CPU0_A6         0xF881FF98          Address Register 6
CPU0_A7         0xF881FF9C          Address Register 7
CPU0_A8         0xF881FFA0          Address Register 8
CPU0_A9         0xF881FFA4          Address Register 9
CPU0_A10        0xF881FFA8          Address Register 10
CPU0_A11        0xF881FFAC          Address Register 11
CPU0_A12        0xF881FFB0          Address Register 12
CPU0_A13        0xF881FFB4          Address Register 13
CPU0_A14        0xF881FFB8          Address Register 14
CPU0_A15        0xF881FFBC          Address Register 15
CPU1_FLASHCON0  0xF8821100          CPUx Flash Configuration Register 0
CPU1_FLASHCON1  0xF8821104          CPUx Flash Configuration Register 1
CPU1_FLASHCON2  0xF8821108          CPUx Flash Configuration Register 2
CPU1_FLASHCON3  0xF882110C          CPUx Flash Configuration Register 3
CPU1_FLASHCON4  0xF8821110          CPUx Flash Configuration Register 4
CPU1_KRST0      0xF882D000          CPUx Reset Register 0
CPU1_KRST1      0xF882D004          CPUx Reset Register 1
CPU1_KRSTCLR    0xF882D008          CPUx Reset Clear Register
CPU1_SPR_SPROT_RGNLA0 0xF882E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU1_SPR_SPROT_RGNUA0 0xF882E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU1_SPR_SPROT_RGNACCENA0_W 0xF882E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU1_SPR_SPROT_RGNACCENB0_W 0xF882E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU1_SPR_SPROT_RGNLA1 0xF882E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU1_SPR_SPROT_RGNUA1 0xF882E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU1_SPR_SPROT_RGNACCENA1_W 0xF882E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU1_SPR_SPROT_RGNACCENB1_W 0xF882E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU1_SPR_SPROT_RGNLA2 0xF882E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU1_SPR_SPROT_RGNUA2 0xF882E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU1_SPR_SPROT_RGNACCENA2_W 0xF882E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU1_SPR_SPROT_RGNACCENB2_W 0xF882E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU1_SPR_SPROT_RGNLA3 0xF882E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU1_SPR_SPROT_RGNUA3 0xF882E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU1_SPR_SPROT_RGNACCENA3_W 0xF882E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU1_SPR_SPROT_RGNACCENB3_W 0xF882E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU1_SPR_SPROT_RGNLA4 0xF882E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU1_SPR_SPROT_RGNUA4 0xF882E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU1_SPR_SPROT_RGNACCENA4_W 0xF882E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU1_SPR_SPROT_RGNACCENB4_W 0xF882E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU1_SPR_SPROT_RGNLA5 0xF882E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU1_SPR_SPROT_RGNUA5 0xF882E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU1_SPR_SPROT_RGNACCENA5_W 0xF882E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU1_SPR_SPROT_RGNACCENB5_W 0xF882E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU1_SPR_SPROT_RGNLA6 0xF882E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU1_SPR_SPROT_RGNUA6 0xF882E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU1_SPR_SPROT_RGNACCENA6_W 0xF882E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU1_SPR_SPROT_RGNACCENB6_W 0xF882E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU1_SPR_SPROT_RGNLA7 0xF882E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU1_SPR_SPROT_RGNUA7 0xF882E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU1_SPR_SPROT_RGNACCENA7_W 0xF882E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU1_SPR_SPROT_RGNACCENB7_W 0xF882E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU1_SPR_SPROT_RGNACCENA0_R 0xF882E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU1_SPR_SPROT_RGNACCENB0_R 0xF882E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU1_SPR_SPROT_RGNACCENA1_R 0xF882E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU1_SPR_SPROT_RGNACCENB1_R 0xF882E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU1_SPR_SPROT_RGNACCENA2_R 0xF882E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU1_SPR_SPROT_RGNACCENB2_R 0xF882E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU1_SPR_SPROT_RGNACCENA3_R 0xF882E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU1_SPR_SPROT_RGNACCENB3_R 0xF882E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU1_SPR_SPROT_RGNACCENA4_R 0xF882E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU1_SPR_SPROT_RGNACCENB4_R 0xF882E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU1_SPR_SPROT_RGNACCENA5_R 0xF882E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU1_SPR_SPROT_RGNACCENB5_R 0xF882E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU1_SPR_SPROT_RGNACCENA6_R 0xF882E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU1_SPR_SPROT_RGNACCENB6_R 0xF882E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU1_SPR_SPROT_RGNACCENA7_R 0xF882E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU1_SPR_SPROT_RGNACCENB7_R 0xF882E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU1_SFR_SPROT_ACCENA_W 0xF882E100          CPUx Safety Protection Register Access Enable Register A
CPU1_SFR_SPROT_ACCENB_W 0xF882E104          CPUx Safety Protection Region Access Enable Register B
CPU1_LPB_SPROT_ACCENA_R 0xF882E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU1_LPB_SPROT_ACCENB_R 0xF882E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU1_DLMU_SPROT_RGNLA0 0xF882E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU1_DLMU_SPROT_RGNUA0 0xF882E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU1_DLMU_SPROT_RGNACCENA0_W 0xF882E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU1_DLMU_SPROT_RGNACCENB0_W 0xF882E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU1_DLMU_SPROT_RGNLA1 0xF882E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU1_DLMU_SPROT_RGNUA1 0xF882E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU1_DLMU_SPROT_RGNACCENA1_W 0xF882E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU1_DLMU_SPROT_RGNACCENB1_W 0xF882E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU1_DLMU_SPROT_RGNLA2 0xF882E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU1_DLMU_SPROT_RGNUA2 0xF882E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU1_DLMU_SPROT_RGNACCENA2_W 0xF882E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU1_DLMU_SPROT_RGNACCENB2_W 0xF882E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU1_DLMU_SPROT_RGNLA3 0xF882E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU1_DLMU_SPROT_RGNUA3 0xF882E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU1_DLMU_SPROT_RGNACCENA3_W 0xF882E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU1_DLMU_SPROT_RGNACCENB3_W 0xF882E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU1_DLMU_SPROT_RGNLA4 0xF882E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU1_DLMU_SPROT_RGNUA4 0xF882E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU1_DLMU_SPROT_RGNACCENA4_W 0xF882E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU1_DLMU_SPROT_RGNACCENB4_W 0xF882E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU1_DLMU_SPROT_RGNLA5 0xF882E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU1_DLMU_SPROT_RGNUA5 0xF882E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU1_DLMU_SPROT_RGNACCENA5_W 0xF882E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU1_DLMU_SPROT_RGNACCENB5_W 0xF882E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU1_DLMU_SPROT_RGNLA6 0xF882E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU1_DLMU_SPROT_RGNUA6 0xF882E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU1_DLMU_SPROT_RGNACCENA6_W 0xF882E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU1_DLMU_SPROT_RGNACCENB6_W 0xF882E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU1_DLMU_SPROT_RGNLA7 0xF882E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU1_DLMU_SPROT_RGNUA7 0xF882E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU1_DLMU_SPROT_RGNACCENA7_W 0xF882E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU1_DLMU_SPROT_RGNACCENB7_W 0xF882E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU1_DLMU_SPROT_RGNACCENA0_R 0xF882E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU1_DLMU_SPROT_RGNACCENB0_R 0xF882E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU1_DLMU_SPROT_RGNACCENA1_R 0xF882E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU1_DLMU_SPROT_RGNACCENB1_R 0xF882E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU1_DLMU_SPROT_RGNACCENA2_R 0xF882E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU1_DLMU_SPROT_RGNACCENB2_R 0xF882E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU1_DLMU_SPROT_RGNACCENA3_R 0xF882E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU1_DLMU_SPROT_RGNACCENB3_R 0xF882E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU1_DLMU_SPROT_RGNACCENA4_R 0xF882E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU1_DLMU_SPROT_RGNACCENB4_R 0xF882E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU1_DLMU_SPROT_RGNACCENA5_R 0xF882E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU1_DLMU_SPROT_RGNACCENB5_R 0xF882E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU1_DLMU_SPROT_RGNACCENA6_R 0xF882E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU1_DLMU_SPROT_RGNACCENB6_R 0xF882E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU1_DLMU_SPROT_RGNACCENA7_R 0xF882E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU1_DLMU_SPROT_RGNACCENB7_R 0xF882E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU1_OSEL       0xF882FB00          CPUx Overlay Range Select Register
CPU1_RABR0      0xF882FB10          CPUx Redirected Address Base Register 0
CPU1_OTAR0      0xF882FB14          CPUx Overlay Target Address Register 0
CPU1_OMASK0     0xF882FB18          CPUx Overlay Mask Register 0
CPU1_RABR1      0xF882FB1C          CPUx Redirected Address Base Register 1
CPU1_OTAR1      0xF882FB20          CPUx Overlay Target Address Register 1
CPU1_OMASK1     0xF882FB24          CPUx Overlay Mask Register 1
CPU1_RABR2      0xF882FB28          CPUx Redirected Address Base Register 2
CPU1_OTAR2      0xF882FB2C          CPUx Overlay Target Address Register 2
CPU1_OMASK2     0xF882FB30          CPUx Overlay Mask Register 2
CPU1_RABR3      0xF882FB34          CPUx Redirected Address Base Register 3
CPU1_OTAR3      0xF882FB38          CPUx Overlay Target Address Register 3
CPU1_OMASK3     0xF882FB3C          CPUx Overlay Mask Register 3
CPU1_RABR4      0xF882FB40          CPUx Redirected Address Base Register 4
CPU1_OTAR4      0xF882FB44          CPUx Overlay Target Address Register 4
CPU1_OMASK4     0xF882FB48          CPUx Overlay Mask Register 4
CPU1_RABR5      0xF882FB4C          CPUx Redirected Address Base Register 5
CPU1_OTAR5      0xF882FB50          CPUx Overlay Target Address Register 5
CPU1_OMASK5     0xF882FB54          CPUx Overlay Mask Register 5
CPU1_RABR6      0xF882FB58          CPUx Redirected Address Base Register 6
CPU1_OTAR6      0xF882FB5C          CPUx Overlay Target Address Register 6
CPU1_OMASK6     0xF882FB60          CPUx Overlay Mask Register 6
CPU1_RABR7      0xF882FB64          CPUx Redirected Address Base Register 7
CPU1_OTAR7      0xF882FB68          CPUx Overlay Target Address Register 7
CPU1_OMASK7     0xF882FB6C          CPUx Overlay Mask Register 7
CPU1_RABR8      0xF882FB70          CPUx Redirected Address Base Register 8
CPU1_OTAR8      0xF882FB74          CPUx Overlay Target Address Register 8
CPU1_OMASK8     0xF882FB78          CPUx Overlay Mask Register 8
CPU1_RABR9      0xF882FB7C          CPUx Redirected Address Base Register 9
CPU1_OTAR9      0xF882FB80          CPUx Overlay Target Address Register 9
CPU1_OMASK9     0xF882FB84          CPUx Overlay Mask Register 9
CPU1_RABR10     0xF882FB88          CPUx Redirected Address Base Register 10
CPU1_OTAR10     0xF882FB8C          CPUx Overlay Target Address Register 10
CPU1_OMASK10    0xF882FB90          CPUx Overlay Mask Register 10
CPU1_RABR11     0xF882FB94          CPUx Redirected Address Base Register 11
CPU1_OTAR11     0xF882FB98          CPUx Overlay Target Address Register 11
CPU1_OMASK11    0xF882FB9C          CPUx Overlay Mask Register 11
CPU1_RABR12     0xF882FBA0          CPUx Redirected Address Base Register 12
CPU1_OTAR12     0xF882FBA4          CPUx Overlay Target Address Register 12
CPU1_OMASK12    0xF882FBA8          CPUx Overlay Mask Register 12
CPU1_RABR13     0xF882FBAC          CPUx Redirected Address Base Register 13
CPU1_OTAR13     0xF882FBB0          CPUx Overlay Target Address Register 13
CPU1_OMASK13    0xF882FBB4          CPUx Overlay Mask Register 13
CPU1_RABR14     0xF882FBB8          CPUx Redirected Address Base Register 14
CPU1_OTAR14     0xF882FBBC          CPUx Overlay Target Address Register 14
CPU1_OMASK14    0xF882FBC0          CPUx Overlay Mask Register 14
CPU1_RABR15     0xF882FBC4          CPUx Redirected Address Base Register 15
CPU1_OTAR15     0xF882FBC8          CPUx Overlay Target Address Register 15
CPU1_OMASK15    0xF882FBCC          CPUx Overlay Mask Register 15
CPU1_RABR16     0xF882FBD0          CPUx Redirected Address Base Register 16
CPU1_OTAR16     0xF882FBD4          CPUx Overlay Target Address Register 16
CPU1_OMASK16    0xF882FBD8          CPUx Overlay Mask Register 16
CPU1_RABR17     0xF882FBDC          CPUx Redirected Address Base Register 17
CPU1_OTAR17     0xF882FBE0          CPUx Overlay Target Address Register 17
CPU1_OMASK17    0xF882FBE4          CPUx Overlay Mask Register 17
CPU1_RABR18     0xF882FBE8          CPUx Redirected Address Base Register 18
CPU1_OTAR18     0xF882FBEC          CPUx Overlay Target Address Register 18
CPU1_OMASK18    0xF882FBF0          CPUx Overlay Mask Register 18
CPU1_RABR19     0xF882FBF4          CPUx Redirected Address Base Register 19
CPU1_OTAR19     0xF882FBF8          CPUx Overlay Target Address Register 19
CPU1_OMASK19    0xF882FBFC          CPUx Overlay Mask Register 19
CPU1_RABR20     0xF882FC00          CPUx Redirected Address Base Register 20
CPU1_OTAR20     0xF882FC04          CPUx Overlay Target Address Register 20
CPU1_OMASK20    0xF882FC08          CPUx Overlay Mask Register 20
CPU1_RABR21     0xF882FC0C          CPUx Redirected Address Base Register 21
CPU1_OTAR21     0xF882FC10          CPUx Overlay Target Address Register 21
CPU1_OMASK21    0xF882FC14          CPUx Overlay Mask Register 21
CPU1_RABR22     0xF882FC18          CPUx Redirected Address Base Register 22
CPU1_OTAR22     0xF882FC1C          CPUx Overlay Target Address Register 22
CPU1_OMASK22    0xF882FC20          CPUx Overlay Mask Register 22
CPU1_RABR23     0xF882FC24          CPUx Redirected Address Base Register 23
CPU1_OTAR23     0xF882FC28          CPUx Overlay Target Address Register 23
CPU1_OMASK23    0xF882FC2C          CPUx Overlay Mask Register 23
CPU1_RABR24     0xF882FC30          CPUx Redirected Address Base Register 24
CPU1_OTAR24     0xF882FC34          CPUx Overlay Target Address Register 24
CPU1_OMASK24    0xF882FC38          CPUx Overlay Mask Register 24
CPU1_RABR25     0xF882FC3C          CPUx Redirected Address Base Register 25
CPU1_OTAR25     0xF882FC40          CPUx Overlay Target Address Register 25
CPU1_OMASK25    0xF882FC44          CPUx Overlay Mask Register 25
CPU1_RABR26     0xF882FC48          CPUx Redirected Address Base Register 26
CPU1_OTAR26     0xF882FC4C          CPUx Overlay Target Address Register 26
CPU1_OMASK26    0xF882FC50          CPUx Overlay Mask Register 26
CPU1_RABR27     0xF882FC54          CPUx Redirected Address Base Register 27
CPU1_OTAR27     0xF882FC58          CPUx Overlay Target Address Register 27
CPU1_OMASK27    0xF882FC5C          CPUx Overlay Mask Register 27
CPU1_RABR28     0xF882FC60          CPUx Redirected Address Base Register 28
CPU1_OTAR28     0xF882FC64          CPUx Overlay Target Address Register 28
CPU1_OMASK28    0xF882FC68          CPUx Overlay Mask Register 28
CPU1_RABR29     0xF882FC6C          CPUx Redirected Address Base Register 29
CPU1_OTAR29     0xF882FC70          CPUx Overlay Target Address Register 29
CPU1_OMASK29    0xF882FC74          CPUx Overlay Mask Register 29
CPU1_RABR30     0xF882FC78          CPUx Redirected Address Base Register 30
CPU1_OTAR30     0xF882FC7C          CPUx Overlay Target Address Register 30
CPU1_OMASK30    0xF882FC80          CPUx Overlay Mask Register 30
CPU1_RABR31     0xF882FC84          CPUx Redirected Address Base Register 31
CPU1_OTAR31     0xF882FC88          CPUx Overlay Target Address Register 31
CPU1_OMASK31    0xF882FC8C          CPUx Overlay Mask Register 31
CSFR_BASE_1     0xF8830000          Core Special Function Registers base (CPU1)
CPU1_SEGEN      0xF8831030          CPUx SRI Error Generation Register
CPU1_TASK_ASI   0xF8838004          CPUx Task Address Space Identifier Register
CPU1_PMA0       0xF8838100          CPUx Data Access CacheabilityRegister
CPU1_PMA1       0xF8838104          CPUx Code Access CacheabilityRegister
CPU1_PMA2       0xF8838108          CPUx Peripheral Space Identifier register
CPU1_DCON2      0xF8839000          CPUx Data Control Register 2
CPU1_SMACON     0xF883900C          CPUx SIST Mode Access Control Register
CPU1_DSTR       0xF8839010          CPUx Data Synchronous Trap Register
CPU1_DATR       0xF8839018          CPUx Data Asynchronous Trap Register
CPU1_DEADD      0xF883901C          CPUx Data Error Address Register
CPU1_DIEAR      0xF8839020          CPUx Data Integrity Error Address Register
CPU1_DIETR      0xF8839024          CPUx Data Integrity Error Trap Register
CPU1_DCON0      0xF8839040          CPUx Data Memory Control Register
CPU1_PSTR       0xF8839200          CPUx Program Synchronous Trap Register
CPU1_PCON1      0xF8839204          CPUx Program Control 1
CPU1_PCON2      0xF8839208          CPUx Program Control 2
CPU1_PCON0      0xF883920C          CPUx Program Control 0
CPU1_PIEAR      0xF8839210          CPUx Program Integrity Error Address Register
CPU1_PIETR      0xF8839214          CPUx Program Integrity Error Trap Register
CPU1_COMPAT     0xF8839400          CPUx Compatibility Control Register
CPU1_FPU_TRAP_CON 0xF883A000          CPUx Trap Control Register
CPU1_FPU_TRAP_PC 0xF883A004          CPUx Trapping Instruction Program Counter Register
CPU1_FPU_TRAP_OPC 0xF883A008          CPUx Trapping Instruction Opcode Register
CPU1_FPU_TRAP_SRC1 0xF883A010          CPUx Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC2 0xF883A014          CPUx Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC3 0xF883A018          CPUx Trapping Instruction Operand Register
CPU1_DPR0_L     0xF883C000          CPUx Data Protection Range 0, Lower Bound Register
CPU1_DPR0_U     0xF883C004          CPUx Data Protection Range 0, Upper Bound Register
CPU1_DPR1_L     0xF883C008          CPUx Data Protection Range 1, Lower Bound Register
CPU1_DPR1_U     0xF883C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU1_DPR2_L     0xF883C010          CPUx Data Protection Range 2, Lower Bound Register
CPU1_DPR2_U     0xF883C014          CPUx Data Protection Range 2, Upper Bound Register
CPU1_DPR3_L     0xF883C018          CPUx Data Protection Range 3, Lower Bound Register
CPU1_DPR3_U     0xF883C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU1_DPR4_L     0xF883C020          CPUx Data Protection Range 4, Lower Bound Register
CPU1_DPR4_U     0xF883C024          CPUx Data Protection Range 4, Upper Bound Register
CPU1_DPR5_L     0xF883C028          CPUx Data Protection Range 5, Lower Bound Register
CPU1_DPR5_U     0xF883C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU1_DPR6_L     0xF883C030          CPUx Data Protection Range 6, Lower Bound Register
CPU1_DPR6_U     0xF883C034          CPUx Data Protection Range 6, Upper Bound Register
CPU1_DPR7_L     0xF883C038          CPUx Data Protection Range 7, Lower Bound Register
CPU1_DPR7_U     0xF883C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU1_DPR8_L     0xF883C040          CPUx Data Protection Range 8, Lower Bound Register
CPU1_DPR8_U     0xF883C044          CPUx Data Protection Range 8, Upper Bound Register
CPU1_DPR9_L     0xF883C048          CPUx Data Protection Range 9, Lower Bound Register
CPU1_DPR9_U     0xF883C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU1_DPR10_L    0xF883C050          CPUx Data Protection Range 10, Lower Bound Register
CPU1_DPR10_U    0xF883C054          CPUx Data Protection Range 10, Upper Bound Register
CPU1_DPR11_L    0xF883C058          CPUx Data Protection Range 11, Lower Bound Register
CPU1_DPR11_U    0xF883C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU1_DPR12_L    0xF883C060          CPUx Data Protection Range 12, Lower Bound Register
CPU1_DPR12_U    0xF883C064          CPUx Data Protection Range 12, Upper Bound Register
CPU1_DPR13_L    0xF883C068          CPUx Data Protection Range 13, Lower Bound Register
CPU1_DPR13_U    0xF883C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU1_DPR14_L    0xF883C070          CPUx Data Protection Range 14, Lower Bound Register
CPU1_DPR14_U    0xF883C074          CPUx Data Protection Range 14, Upper Bound Register
CPU1_DPR15_L    0xF883C078          CPUx Data Protection Range 15, Lower Bound Register
CPU1_DPR15_U    0xF883C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU1_DPR16_L    0xF883C080          CPUx Data Protection Range 16, Lower Bound Register
CPU1_DPR16_U    0xF883C084          CPUx Data Protection Range 16, Upper Bound Register
CPU1_DPR17_L    0xF883C088          CPUx Data Protection Range 17, Lower Bound Register
CPU1_DPR17_U    0xF883C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU1_CPR0_L     0xF883D000          CPUx Code Protection Range 0 Lower Bound Register
CPU1_CPR0_U     0xF883D004          CPUx Code Protection Range 0 Upper Bound Register
CPU1_CPR1_L     0xF883D008          CPUx Code Protection Range 1 Lower Bound Register
CPU1_CPR1_U     0xF883D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU1_CPR2_L     0xF883D010          CPUx Code Protection Range 2 Lower Bound Register
CPU1_CPR2_U     0xF883D014          CPUx Code Protection Range 2 Upper Bound Register
CPU1_CPR3_L     0xF883D018          CPUx Code Protection Range 3 Lower Bound Register
CPU1_CPR3_U     0xF883D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU1_CPR4_L     0xF883D020          CPUx Code Protection Range 4 Lower Bound Register
CPU1_CPR4_U     0xF883D024          CPUx Code Protection Range 4 Upper Bound Register
CPU1_CPR5_L     0xF883D028          CPUx Code Protection Range 5 Lower Bound Register
CPU1_CPR5_U     0xF883D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU1_CPR6_L     0xF883D030          CPUx Code Protection Range 6 Lower Bound Register
CPU1_CPR6_U     0xF883D034          CPUx Code Protection Range 6 Upper Bound Register
CPU1_CPR7_L     0xF883D038          CPUx Code Protection Range 7 Lower Bound Register
CPU1_CPR7_U     0xF883D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU1_CPR8_L     0xF883D040          CPUx Code Protection Range 8 Lower Bound Register
CPU1_CPR8_U     0xF883D044          CPUx Code Protection Range 8 Upper Bound Register
CPU1_CPR9_L     0xF883D048          CPUx Code Protection Range 9 Lower Bound Register
CPU1_CPR9_U     0xF883D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU1_CPXE_0     0xF883E000          CPUx Code Protection Execute Enable Register Set 0
CPU1_CPXE_1     0xF883E004          CPUx Code Protection Execute Enable Register Set 1
CPU1_CPXE_2     0xF883E008          CPUx Code Protection Execute Enable Register Set 2
CPU1_CPXE_3     0xF883E00C          CPUx Code Protection Execute Enable Register Set 3
CPU1_DPRE_0     0xF883E010          CPUx Data Protection Read Enable Register Set 0
CPU1_DPRE_1     0xF883E014          CPUx Data Protection Read Enable Register Set 1
CPU1_DPRE_2     0xF883E018          CPUx Data Protection Read Enable Register Set 2
CPU1_DPRE_3     0xF883E01C          CPUx Data Protection Read Enable Register Set 3
CPU1_DPWE_0     0xF883E020          CPUx Data Protection Write Enable Register Set 0
CPU1_DPWE_1     0xF883E024          CPUx Data Protection Write Enable Register Set 1
CPU1_DPWE_2     0xF883E028          CPUx Data Protection Write Enable Register Set 2
CPU1_DPWE_3     0xF883E02C          CPUx Data Protection Write Enable Register Set 3
CPU1_CPXE_4     0xF883E040          CPUx Code Protection Execute Enable Register Set 4
CPU1_CPXE_5     0xF883E044          CPUx Code Protection Execute Enable Register Set 5
CPU1_DPRE_4     0xF883E050          CPUx Data Protection Read Enable Register Set 4
CPU1_DPRE_5     0xF883E054          CPUx Data Protection Read Enable Register Set 5
CPU1_DPWE_4     0xF883E060          CPUx Data Protection Write Enable Register Set 4
CPU1_DPWE_5     0xF883E064          CPUx Data Protection Write Enable Register Set 5
CPU1_TPS_CON    0xF883E400          CPUx Temporal Protection System Control Register
CPU1_TPS_TIMER0 0xF883E404          CPUx Temporal Protection System Timer Register 0
CPU1_TPS_TIMER1 0xF883E408          CPUx Temporal Protection System Timer Register 1
CPU1_TPS_TIMER2 0xF883E40C          CPUx Temporal Protection System Timer Register 2
CPU1_TPS_EXTIM_ENTRY_LVAL 0xF883E440          CPUx Exception Entry Timer Load Value
CPU1_TPS_EXTIM_ENTRY_CVAL 0xF883E444          CPUx Exception Entry Timer Current Value
CPU1_TPS_EXTIM_EXIT_LVAL 0xF883E448          CPUx Exception Exit Timer Load Value
CPU1_TPS_EXTIM_EXIT_CVAL 0xF883E44C          CPUx Exception Exit Timer Current Value
CPU1_TPS_EXTIM_CLASS_EN 0xF883E450          CPUx Exception Timer Class Enable Register
CPU1_TPS_EXTIM_STAT 0xF883E454          CPUx Exception Timer Status Register
CPU1_TPS_EXTIM_FCX 0xF883E458          CPUx Exception Timer FCX Register
CPU1_TR0EVT     0xF883F000          CPUx Trigger Event 0
CPU1_TR0ADR     0xF883F004          CPUx Trigger Address 0
CPU1_TR1EVT     0xF883F008          CPUx Trigger Event 1
CPU1_TR1ADR     0xF883F00C          CPUx Trigger Address 1
CPU1_TR2EVT     0xF883F010          CPUx Trigger Event 2
CPU1_TR2ADR     0xF883F014          CPUx Trigger Address 2
CPU1_TR3EVT     0xF883F018          CPUx Trigger Event 3
CPU1_TR3ADR     0xF883F01C          CPUx Trigger Address 3
CPU1_TR4EVT     0xF883F020          CPUx Trigger Event 4
CPU1_TR4ADR     0xF883F024          CPUx Trigger Address 4
CPU1_TR5EVT     0xF883F028          CPUx Trigger Event 5
CPU1_TR5ADR     0xF883F02C          CPUx Trigger Address 5
CPU1_TR6EVT     0xF883F030          CPUx Trigger Event 6
CPU1_TR6ADR     0xF883F034          CPUx Trigger Address 6
CPU1_TR7EVT     0xF883F038          CPUx Trigger Event 7
CPU1_TR7ADR     0xF883F03C          CPUx Trigger Address 7
CPU1_CCTRL      0xF883FC00          CPUx Counter Control
CPU1_CCNT       0xF883FC04          CPUx CPU Clock Cycle Count
CPU1_ICNT       0xF883FC08          CPUx Instruction Count
CPU1_M1CNT      0xF883FC0C          CPUx Multi-Count Register 1
CPU1_M2CNT      0xF883FC10          CPUx Multi-Count Register 2
CPU1_M3CNT      0xF883FC14          CPUx Multi-Count Register 3
CPU1_DBGSR      0xF883FD00          CPUx Debug Status Register
CPU1_EXEVT      0xF883FD08          CPUx External Event Register
CPU1_CREVT      0xF883FD0C          CPUx Core Register Access Event
CPU1_SWEVT      0xF883FD10          CPUx Software Debug Event
CPU1_TRIG_ACC   0xF883FD30          CPUx TriggerAddressx
CPU1_DMS        0xF883FD40          CPUx Debug Monitor Start Address
CPU1_DCX        0xF883FD44          CPUx Debug Context Save Area Pointer
CPU1_DBGTCR     0xF883FD48          CPUx Debug Trap Control Register
CPU1_PCXI       0xF883FE00          CPUx Previous Context Information Register
CPU1_PSW        0xF883FE04          CPUx Program Status Word
CPU1_PC         0xF883FE08          CPUx Program Counter
CPU1_SYSCON     0xF883FE14          CPUx System Configuration Register
CPU1_CPU_ID     0xF883FE18          CPUx Identification Register TC1.6.2P
CPU1_CORE_ID    0xF883FE1C          CPUx Core Identification Register
CPU1_BIV        0xF883FE20          CPUx Base Interrupt Vector Table Pointer
CPU1_BTV        0xF883FE24          CPUx Base Trap Vector Table Pointer
CPU1_ISP        0xF883FE28          CPUx Interrupt Stack Pointer
CPU1_ICR        0xF883FE2C          CPUx Interrupt Control Register
CPU1_FCX        0xF883FE38          CPUx Free CSA List Head Pointer
CPU1_LCX        0xF883FE3C          CPUx Free CSA List Limit Pointer
CPU1_CUS_ID     0xF883FE50          CPUx Customer ID register
CPU1_D0         0xF883FF00          Data Register 0
CPU1_D1         0xF883FF04          Data Register 1
CPU1_D2         0xF883FF08          Data Register 2
CPU1_D3         0xF883FF0C          Data Register 3
CPU1_D4         0xF883FF10          Data Register 4
CPU1_D5         0xF883FF14          Data Register 5
CPU1_D6         0xF883FF18          Data Register 6
CPU1_D7         0xF883FF1C          Data Register 7
CPU1_D8         0xF883FF20          Data Register 8
CPU1_D9         0xF883FF24          Data Register 9
CPU1_D10        0xF883FF28          Data Register 10
CPU1_D11        0xF883FF2C          Data Register 11
CPU1_D12        0xF883FF30          Data Register 12
CPU1_D13        0xF883FF34          Data Register 13
CPU1_D14        0xF883FF38          Data Register 14
CPU1_D15        0xF883FF3C          Data Register 15
CPU1_A0         0xF883FF80          Address Register 0
CPU1_A1         0xF883FF84          Address Register 1
CPU1_A2         0xF883FF88          Address Register 2
CPU1_A3         0xF883FF8C          Address Register 3
CPU1_A4         0xF883FF90          Address Register 4
CPU1_A5         0xF883FF94          Address Register 5
CPU1_A6         0xF883FF98          Address Register 6
CPU1_A7         0xF883FF9C          Address Register 7
CPU1_A8         0xF883FFA0          Address Register 8
CPU1_A9         0xF883FFA4          Address Register 9
CPU1_A10        0xF883FFA8          Address Register 10
CPU1_A11        0xF883FFAC          Address Register 11
CPU1_A12        0xF883FFB0          Address Register 12
CPU1_A13        0xF883FFB4          Address Register 13
CPU1_A14        0xF883FFB8          Address Register 14
CPU1_A15        0xF883FFBC          Address Register 15
CPU2_FLASHCON0  0xF8841100          CPUx Flash Configuration Register 0
CPU2_FLASHCON1  0xF8841104          CPUx Flash Configuration Register 1
CPU2_FLASHCON2  0xF8841108          CPUx Flash Configuration Register 2
CPU2_FLASHCON3  0xF884110C          CPUx Flash Configuration Register 3
CPU2_FLASHCON4  0xF8841110          CPUx Flash Configuration Register 4
CPU2_KRST0      0xF884D000          CPUx Reset Register 0
CPU2_KRST1      0xF884D004          CPUx Reset Register 1
CPU2_KRSTCLR    0xF884D008          CPUx Reset Clear Register
CPU2_SPR_SPROT_RGNLA0 0xF884E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU2_SPR_SPROT_RGNUA0 0xF884E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU2_SPR_SPROT_RGNACCENA0_W 0xF884E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU2_SPR_SPROT_RGNACCENB0_W 0xF884E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU2_SPR_SPROT_RGNLA1 0xF884E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU2_SPR_SPROT_RGNUA1 0xF884E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU2_SPR_SPROT_RGNACCENA1_W 0xF884E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU2_SPR_SPROT_RGNACCENB1_W 0xF884E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU2_SPR_SPROT_RGNLA2 0xF884E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU2_SPR_SPROT_RGNUA2 0xF884E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU2_SPR_SPROT_RGNACCENA2_W 0xF884E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU2_SPR_SPROT_RGNACCENB2_W 0xF884E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU2_SPR_SPROT_RGNLA3 0xF884E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU2_SPR_SPROT_RGNUA3 0xF884E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU2_SPR_SPROT_RGNACCENA3_W 0xF884E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU2_SPR_SPROT_RGNACCENB3_W 0xF884E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU2_SPR_SPROT_RGNLA4 0xF884E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU2_SPR_SPROT_RGNUA4 0xF884E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU2_SPR_SPROT_RGNACCENA4_W 0xF884E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU2_SPR_SPROT_RGNACCENB4_W 0xF884E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU2_SPR_SPROT_RGNLA5 0xF884E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU2_SPR_SPROT_RGNUA5 0xF884E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU2_SPR_SPROT_RGNACCENA5_W 0xF884E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU2_SPR_SPROT_RGNACCENB5_W 0xF884E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU2_SPR_SPROT_RGNLA6 0xF884E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU2_SPR_SPROT_RGNUA6 0xF884E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU2_SPR_SPROT_RGNACCENA6_W 0xF884E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU2_SPR_SPROT_RGNACCENB6_W 0xF884E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU2_SPR_SPROT_RGNLA7 0xF884E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU2_SPR_SPROT_RGNUA7 0xF884E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU2_SPR_SPROT_RGNACCENA7_W 0xF884E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU2_SPR_SPROT_RGNACCENB7_W 0xF884E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU2_SPR_SPROT_RGNACCENA0_R 0xF884E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU2_SPR_SPROT_RGNACCENB0_R 0xF884E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU2_SPR_SPROT_RGNACCENA1_R 0xF884E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU2_SPR_SPROT_RGNACCENB1_R 0xF884E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU2_SPR_SPROT_RGNACCENA2_R 0xF884E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU2_SPR_SPROT_RGNACCENB2_R 0xF884E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU2_SPR_SPROT_RGNACCENA3_R 0xF884E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU2_SPR_SPROT_RGNACCENB3_R 0xF884E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU2_SPR_SPROT_RGNACCENA4_R 0xF884E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU2_SPR_SPROT_RGNACCENB4_R 0xF884E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU2_SPR_SPROT_RGNACCENA5_R 0xF884E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU2_SPR_SPROT_RGNACCENB5_R 0xF884E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU2_SPR_SPROT_RGNACCENA6_R 0xF884E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU2_SPR_SPROT_RGNACCENB6_R 0xF884E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU2_SPR_SPROT_RGNACCENA7_R 0xF884E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU2_SPR_SPROT_RGNACCENB7_R 0xF884E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU2_SFR_SPROT_ACCENA_W 0xF884E100          CPUx Safety Protection Register Access Enable Register A
CPU2_SFR_SPROT_ACCENB_W 0xF884E104          CPUx Safety Protection Region Access Enable Register B
CPU2_LPB_SPROT_ACCENA_R 0xF884E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU2_LPB_SPROT_ACCENB_R 0xF884E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU2_DLMU_SPROT_RGNLA0 0xF884E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU2_DLMU_SPROT_RGNUA0 0xF884E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU2_DLMU_SPROT_RGNACCENA0_W 0xF884E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU2_DLMU_SPROT_RGNACCENB0_W 0xF884E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU2_DLMU_SPROT_RGNLA1 0xF884E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU2_DLMU_SPROT_RGNUA1 0xF884E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU2_DLMU_SPROT_RGNACCENA1_W 0xF884E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU2_DLMU_SPROT_RGNACCENB1_W 0xF884E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU2_DLMU_SPROT_RGNLA2 0xF884E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU2_DLMU_SPROT_RGNUA2 0xF884E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU2_DLMU_SPROT_RGNACCENA2_W 0xF884E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU2_DLMU_SPROT_RGNACCENB2_W 0xF884E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU2_DLMU_SPROT_RGNLA3 0xF884E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU2_DLMU_SPROT_RGNUA3 0xF884E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU2_DLMU_SPROT_RGNACCENA3_W 0xF884E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU2_DLMU_SPROT_RGNACCENB3_W 0xF884E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU2_DLMU_SPROT_RGNLA4 0xF884E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU2_DLMU_SPROT_RGNUA4 0xF884E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU2_DLMU_SPROT_RGNACCENA4_W 0xF884E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU2_DLMU_SPROT_RGNACCENB4_W 0xF884E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU2_DLMU_SPROT_RGNLA5 0xF884E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU2_DLMU_SPROT_RGNUA5 0xF884E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU2_DLMU_SPROT_RGNACCENA5_W 0xF884E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU2_DLMU_SPROT_RGNACCENB5_W 0xF884E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU2_DLMU_SPROT_RGNLA6 0xF884E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU2_DLMU_SPROT_RGNUA6 0xF884E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU2_DLMU_SPROT_RGNACCENA6_W 0xF884E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU2_DLMU_SPROT_RGNACCENB6_W 0xF884E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU2_DLMU_SPROT_RGNLA7 0xF884E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU2_DLMU_SPROT_RGNUA7 0xF884E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU2_DLMU_SPROT_RGNACCENA7_W 0xF884E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU2_DLMU_SPROT_RGNACCENB7_W 0xF884E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU2_DLMU_SPROT_RGNACCENA0_R 0xF884E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU2_DLMU_SPROT_RGNACCENB0_R 0xF884E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU2_DLMU_SPROT_RGNACCENA1_R 0xF884E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU2_DLMU_SPROT_RGNACCENB1_R 0xF884E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU2_DLMU_SPROT_RGNACCENA2_R 0xF884E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU2_DLMU_SPROT_RGNACCENB2_R 0xF884E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU2_DLMU_SPROT_RGNACCENA3_R 0xF884E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU2_DLMU_SPROT_RGNACCENB3_R 0xF884E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU2_DLMU_SPROT_RGNACCENA4_R 0xF884E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU2_DLMU_SPROT_RGNACCENB4_R 0xF884E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU2_DLMU_SPROT_RGNACCENA5_R 0xF884E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU2_DLMU_SPROT_RGNACCENB5_R 0xF884E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU2_DLMU_SPROT_RGNACCENA6_R 0xF884E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU2_DLMU_SPROT_RGNACCENB6_R 0xF884E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU2_DLMU_SPROT_RGNACCENA7_R 0xF884E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU2_DLMU_SPROT_RGNACCENB7_R 0xF884E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU2_OSEL       0xF884FB00          CPUx Overlay Range Select Register
CPU2_RABR0      0xF884FB10          CPUx Redirected Address Base Register 0
CPU2_OTAR0      0xF884FB14          CPUx Overlay Target Address Register 0
CPU2_OMASK0     0xF884FB18          CPUx Overlay Mask Register 0
CPU2_RABR1      0xF884FB1C          CPUx Redirected Address Base Register 1
CPU2_OTAR1      0xF884FB20          CPUx Overlay Target Address Register 1
CPU2_OMASK1     0xF884FB24          CPUx Overlay Mask Register 1
CPU2_RABR2      0xF884FB28          CPUx Redirected Address Base Register 2
CPU2_OTAR2      0xF884FB2C          CPUx Overlay Target Address Register 2
CPU2_OMASK2     0xF884FB30          CPUx Overlay Mask Register 2
CPU2_RABR3      0xF884FB34          CPUx Redirected Address Base Register 3
CPU2_OTAR3      0xF884FB38          CPUx Overlay Target Address Register 3
CPU2_OMASK3     0xF884FB3C          CPUx Overlay Mask Register 3
CPU2_RABR4      0xF884FB40          CPUx Redirected Address Base Register 4
CPU2_OTAR4      0xF884FB44          CPUx Overlay Target Address Register 4
CPU2_OMASK4     0xF884FB48          CPUx Overlay Mask Register 4
CPU2_RABR5      0xF884FB4C          CPUx Redirected Address Base Register 5
CPU2_OTAR5      0xF884FB50          CPUx Overlay Target Address Register 5
CPU2_OMASK5     0xF884FB54          CPUx Overlay Mask Register 5
CPU2_RABR6      0xF884FB58          CPUx Redirected Address Base Register 6
CPU2_OTAR6      0xF884FB5C          CPUx Overlay Target Address Register 6
CPU2_OMASK6     0xF884FB60          CPUx Overlay Mask Register 6
CPU2_RABR7      0xF884FB64          CPUx Redirected Address Base Register 7
CPU2_OTAR7      0xF884FB68          CPUx Overlay Target Address Register 7
CPU2_OMASK7     0xF884FB6C          CPUx Overlay Mask Register 7
CPU2_RABR8      0xF884FB70          CPUx Redirected Address Base Register 8
CPU2_OTAR8      0xF884FB74          CPUx Overlay Target Address Register 8
CPU2_OMASK8     0xF884FB78          CPUx Overlay Mask Register 8
CPU2_RABR9      0xF884FB7C          CPUx Redirected Address Base Register 9
CPU2_OTAR9      0xF884FB80          CPUx Overlay Target Address Register 9
CPU2_OMASK9     0xF884FB84          CPUx Overlay Mask Register 9
CPU2_RABR10     0xF884FB88          CPUx Redirected Address Base Register 10
CPU2_OTAR10     0xF884FB8C          CPUx Overlay Target Address Register 10
CPU2_OMASK10    0xF884FB90          CPUx Overlay Mask Register 10
CPU2_RABR11     0xF884FB94          CPUx Redirected Address Base Register 11
CPU2_OTAR11     0xF884FB98          CPUx Overlay Target Address Register 11
CPU2_OMASK11    0xF884FB9C          CPUx Overlay Mask Register 11
CPU2_RABR12     0xF884FBA0          CPUx Redirected Address Base Register 12
CPU2_OTAR12     0xF884FBA4          CPUx Overlay Target Address Register 12
CPU2_OMASK12    0xF884FBA8          CPUx Overlay Mask Register 12
CPU2_RABR13     0xF884FBAC          CPUx Redirected Address Base Register 13
CPU2_OTAR13     0xF884FBB0          CPUx Overlay Target Address Register 13
CPU2_OMASK13    0xF884FBB4          CPUx Overlay Mask Register 13
CPU2_RABR14     0xF884FBB8          CPUx Redirected Address Base Register 14
CPU2_OTAR14     0xF884FBBC          CPUx Overlay Target Address Register 14
CPU2_OMASK14    0xF884FBC0          CPUx Overlay Mask Register 14
CPU2_RABR15     0xF884FBC4          CPUx Redirected Address Base Register 15
CPU2_OTAR15     0xF884FBC8          CPUx Overlay Target Address Register 15
CPU2_OMASK15    0xF884FBCC          CPUx Overlay Mask Register 15
CPU2_RABR16     0xF884FBD0          CPUx Redirected Address Base Register 16
CPU2_OTAR16     0xF884FBD4          CPUx Overlay Target Address Register 16
CPU2_OMASK16    0xF884FBD8          CPUx Overlay Mask Register 16
CPU2_RABR17     0xF884FBDC          CPUx Redirected Address Base Register 17
CPU2_OTAR17     0xF884FBE0          CPUx Overlay Target Address Register 17
CPU2_OMASK17    0xF884FBE4          CPUx Overlay Mask Register 17
CPU2_RABR18     0xF884FBE8          CPUx Redirected Address Base Register 18
CPU2_OTAR18     0xF884FBEC          CPUx Overlay Target Address Register 18
CPU2_OMASK18    0xF884FBF0          CPUx Overlay Mask Register 18
CPU2_RABR19     0xF884FBF4          CPUx Redirected Address Base Register 19
CPU2_OTAR19     0xF884FBF8          CPUx Overlay Target Address Register 19
CPU2_OMASK19    0xF884FBFC          CPUx Overlay Mask Register 19
CPU2_RABR20     0xF884FC00          CPUx Redirected Address Base Register 20
CPU2_OTAR20     0xF884FC04          CPUx Overlay Target Address Register 20
CPU2_OMASK20    0xF884FC08          CPUx Overlay Mask Register 20
CPU2_RABR21     0xF884FC0C          CPUx Redirected Address Base Register 21
CPU2_OTAR21     0xF884FC10          CPUx Overlay Target Address Register 21
CPU2_OMASK21    0xF884FC14          CPUx Overlay Mask Register 21
CPU2_RABR22     0xF884FC18          CPUx Redirected Address Base Register 22
CPU2_OTAR22     0xF884FC1C          CPUx Overlay Target Address Register 22
CPU2_OMASK22    0xF884FC20          CPUx Overlay Mask Register 22
CPU2_RABR23     0xF884FC24          CPUx Redirected Address Base Register 23
CPU2_OTAR23     0xF884FC28          CPUx Overlay Target Address Register 23
CPU2_OMASK23    0xF884FC2C          CPUx Overlay Mask Register 23
CPU2_RABR24     0xF884FC30          CPUx Redirected Address Base Register 24
CPU2_OTAR24     0xF884FC34          CPUx Overlay Target Address Register 24
CPU2_OMASK24    0xF884FC38          CPUx Overlay Mask Register 24
CPU2_RABR25     0xF884FC3C          CPUx Redirected Address Base Register 25
CPU2_OTAR25     0xF884FC40          CPUx Overlay Target Address Register 25
CPU2_OMASK25    0xF884FC44          CPUx Overlay Mask Register 25
CPU2_RABR26     0xF884FC48          CPUx Redirected Address Base Register 26
CPU2_OTAR26     0xF884FC4C          CPUx Overlay Target Address Register 26
CPU2_OMASK26    0xF884FC50          CPUx Overlay Mask Register 26
CPU2_RABR27     0xF884FC54          CPUx Redirected Address Base Register 27
CPU2_OTAR27     0xF884FC58          CPUx Overlay Target Address Register 27
CPU2_OMASK27    0xF884FC5C          CPUx Overlay Mask Register 27
CPU2_RABR28     0xF884FC60          CPUx Redirected Address Base Register 28
CPU2_OTAR28     0xF884FC64          CPUx Overlay Target Address Register 28
CPU2_OMASK28    0xF884FC68          CPUx Overlay Mask Register 28
CPU2_RABR29     0xF884FC6C          CPUx Redirected Address Base Register 29
CPU2_OTAR29     0xF884FC70          CPUx Overlay Target Address Register 29
CPU2_OMASK29    0xF884FC74          CPUx Overlay Mask Register 29
CPU2_RABR30     0xF884FC78          CPUx Redirected Address Base Register 30
CPU2_OTAR30     0xF884FC7C          CPUx Overlay Target Address Register 30
CPU2_OMASK30    0xF884FC80          CPUx Overlay Mask Register 30
CPU2_RABR31     0xF884FC84          CPUx Redirected Address Base Register 31
CPU2_OTAR31     0xF884FC88          CPUx Overlay Target Address Register 31
CPU2_OMASK31    0xF884FC8C          CPUx Overlay Mask Register 31
CSFR_BASE_2     0xF8850000          Core Special Function Registers base (CPU2)
CPU2_SEGEN      0xF8851030          CPUx SRI Error Generation Register
CPU2_TASK_ASI   0xF8858004          CPUx Task Address Space Identifier Register
CPU2_PMA0       0xF8858100          CPUx Data Access CacheabilityRegister
CPU2_PMA1       0xF8858104          CPUx Code Access CacheabilityRegister
CPU2_PMA2       0xF8858108          CPUx Peripheral Space Identifier register
CPU2_DCON2      0xF8859000          CPUx Data Control Register 2
CPU2_SMACON     0xF885900C          CPUx SIST Mode Access Control Register
CPU2_DSTR       0xF8859010          CPUx Data Synchronous Trap Register
CPU2_DATR       0xF8859018          CPUx Data Asynchronous Trap Register
CPU2_DEADD      0xF885901C          CPUx Data Error Address Register
CPU2_DIEAR      0xF8859020          CPUx Data Integrity Error Address Register
CPU2_DIETR      0xF8859024          CPUx Data Integrity Error Trap Register
CPU2_DCON0      0xF8859040          CPUx Data Memory Control Register
CPU2_PSTR       0xF8859200          CPUx Program Synchronous Trap Register
CPU2_PCON1      0xF8859204          CPUx Program Control 1
CPU2_PCON2      0xF8859208          CPUx Program Control 2
CPU2_PCON0      0xF885920C          CPUx Program Control 0
CPU2_PIEAR      0xF8859210          CPUx Program Integrity Error Address Register
CPU2_PIETR      0xF8859214          CPUx Program Integrity Error Trap Register
CPU2_COMPAT     0xF8859400          CPUx Compatibility Control Register
CPU2_FPU_TRAP_CON 0xF885A000          CPUx Trap Control Register
CPU2_FPU_TRAP_PC 0xF885A004          CPUx Trapping Instruction Program Counter Register
CPU2_FPU_TRAP_OPC 0xF885A008          CPUx Trapping Instruction Opcode Register
CPU2_FPU_TRAP_SRC1 0xF885A010          CPUx Trapping Instruction Operand Register
CPU2_FPU_TRAP_SRC2 0xF885A014          CPUx Trapping Instruction Operand Register
CPU2_FPU_TRAP_SRC3 0xF885A018          CPUx Trapping Instruction Operand Register
CPU2_DPR0_L     0xF885C000          CPUx Data Protection Range 0, Lower Bound Register
CPU2_DPR0_U     0xF885C004          CPUx Data Protection Range 0, Upper Bound Register
CPU2_DPR1_L     0xF885C008          CPUx Data Protection Range 1, Lower Bound Register
CPU2_DPR1_U     0xF885C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU2_DPR2_L     0xF885C010          CPUx Data Protection Range 2, Lower Bound Register
CPU2_DPR2_U     0xF885C014          CPUx Data Protection Range 2, Upper Bound Register
CPU2_DPR3_L     0xF885C018          CPUx Data Protection Range 3, Lower Bound Register
CPU2_DPR3_U     0xF885C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU2_DPR4_L     0xF885C020          CPUx Data Protection Range 4, Lower Bound Register
CPU2_DPR4_U     0xF885C024          CPUx Data Protection Range 4, Upper Bound Register
CPU2_DPR5_L     0xF885C028          CPUx Data Protection Range 5, Lower Bound Register
CPU2_DPR5_U     0xF885C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU2_DPR6_L     0xF885C030          CPUx Data Protection Range 6, Lower Bound Register
CPU2_DPR6_U     0xF885C034          CPUx Data Protection Range 6, Upper Bound Register
CPU2_DPR7_L     0xF885C038          CPUx Data Protection Range 7, Lower Bound Register
CPU2_DPR7_U     0xF885C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU2_DPR8_L     0xF885C040          CPUx Data Protection Range 8, Lower Bound Register
CPU2_DPR8_U     0xF885C044          CPUx Data Protection Range 8, Upper Bound Register
CPU2_DPR9_L     0xF885C048          CPUx Data Protection Range 9, Lower Bound Register
CPU2_DPR9_U     0xF885C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU2_DPR10_L    0xF885C050          CPUx Data Protection Range 10, Lower Bound Register
CPU2_DPR10_U    0xF885C054          CPUx Data Protection Range 10, Upper Bound Register
CPU2_DPR11_L    0xF885C058          CPUx Data Protection Range 11, Lower Bound Register
CPU2_DPR11_U    0xF885C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU2_DPR12_L    0xF885C060          CPUx Data Protection Range 12, Lower Bound Register
CPU2_DPR12_U    0xF885C064          CPUx Data Protection Range 12, Upper Bound Register
CPU2_DPR13_L    0xF885C068          CPUx Data Protection Range 13, Lower Bound Register
CPU2_DPR13_U    0xF885C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU2_DPR14_L    0xF885C070          CPUx Data Protection Range 14, Lower Bound Register
CPU2_DPR14_U    0xF885C074          CPUx Data Protection Range 14, Upper Bound Register
CPU2_DPR15_L    0xF885C078          CPUx Data Protection Range 15, Lower Bound Register
CPU2_DPR15_U    0xF885C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU2_DPR16_L    0xF885C080          CPUx Data Protection Range 16, Lower Bound Register
CPU2_DPR16_U    0xF885C084          CPUx Data Protection Range 16, Upper Bound Register
CPU2_DPR17_L    0xF885C088          CPUx Data Protection Range 17, Lower Bound Register
CPU2_DPR17_U    0xF885C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU2_CPR0_L     0xF885D000          CPUx Code Protection Range 0 Lower Bound Register
CPU2_CPR0_U     0xF885D004          CPUx Code Protection Range 0 Upper Bound Register
CPU2_CPR1_L     0xF885D008          CPUx Code Protection Range 1 Lower Bound Register
CPU2_CPR1_U     0xF885D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU2_CPR2_L     0xF885D010          CPUx Code Protection Range 2 Lower Bound Register
CPU2_CPR2_U     0xF885D014          CPUx Code Protection Range 2 Upper Bound Register
CPU2_CPR3_L     0xF885D018          CPUx Code Protection Range 3 Lower Bound Register
CPU2_CPR3_U     0xF885D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU2_CPR4_L     0xF885D020          CPUx Code Protection Range 4 Lower Bound Register
CPU2_CPR4_U     0xF885D024          CPUx Code Protection Range 4 Upper Bound Register
CPU2_CPR5_L     0xF885D028          CPUx Code Protection Range 5 Lower Bound Register
CPU2_CPR5_U     0xF885D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU2_CPR6_L     0xF885D030          CPUx Code Protection Range 6 Lower Bound Register
CPU2_CPR6_U     0xF885D034          CPUx Code Protection Range 6 Upper Bound Register
CPU2_CPR7_L     0xF885D038          CPUx Code Protection Range 7 Lower Bound Register
CPU2_CPR7_U     0xF885D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU2_CPR8_L     0xF885D040          CPUx Code Protection Range 8 Lower Bound Register
CPU2_CPR8_U     0xF885D044          CPUx Code Protection Range 8 Upper Bound Register
CPU2_CPR9_L     0xF885D048          CPUx Code Protection Range 9 Lower Bound Register
CPU2_CPR9_U     0xF885D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU2_CPXE_0     0xF885E000          CPUx Code Protection Execute Enable Register Set 0
CPU2_CPXE_1     0xF885E004          CPUx Code Protection Execute Enable Register Set 1
CPU2_CPXE_2     0xF885E008          CPUx Code Protection Execute Enable Register Set 2
CPU2_CPXE_3     0xF885E00C          CPUx Code Protection Execute Enable Register Set 3
CPU2_DPRE_0     0xF885E010          CPUx Data Protection Read Enable Register Set 0
CPU2_DPRE_1     0xF885E014          CPUx Data Protection Read Enable Register Set 1
CPU2_DPRE_2     0xF885E018          CPUx Data Protection Read Enable Register Set 2
CPU2_DPRE_3     0xF885E01C          CPUx Data Protection Read Enable Register Set 3
CPU2_DPWE_0     0xF885E020          CPUx Data Protection Write Enable Register Set 0
CPU2_DPWE_1     0xF885E024          CPUx Data Protection Write Enable Register Set 1
CPU2_DPWE_2     0xF885E028          CPUx Data Protection Write Enable Register Set 2
CPU2_DPWE_3     0xF885E02C          CPUx Data Protection Write Enable Register Set 3
CPU2_CPXE_4     0xF885E040          CPUx Code Protection Execute Enable Register Set 4
CPU2_CPXE_5     0xF885E044          CPUx Code Protection Execute Enable Register Set 5
CPU2_DPRE_4     0xF885E050          CPUx Data Protection Read Enable Register Set 4
CPU2_DPRE_5     0xF885E054          CPUx Data Protection Read Enable Register Set 5
CPU2_DPWE_4     0xF885E060          CPUx Data Protection Write Enable Register Set 4
CPU2_DPWE_5     0xF885E064          CPUx Data Protection Write Enable Register Set 5
CPU2_TPS_CON    0xF885E400          CPUx Temporal Protection System Control Register
CPU2_TPS_TIMER0 0xF885E404          CPUx Temporal Protection System Timer Register 0
CPU2_TPS_TIMER1 0xF885E408          CPUx Temporal Protection System Timer Register 1
CPU2_TPS_TIMER2 0xF885E40C          CPUx Temporal Protection System Timer Register 2
CPU2_TPS_EXTIM_ENTRY_LVAL 0xF885E440          CPUx Exception Entry Timer Load Value
CPU2_TPS_EXTIM_ENTRY_CVAL 0xF885E444          CPUx Exception Entry Timer Current Value
CPU2_TPS_EXTIM_EXIT_LVAL 0xF885E448          CPUx Exception Exit Timer Load Value
CPU2_TPS_EXTIM_EXIT_CVAL 0xF885E44C          CPUx Exception Exit Timer Current Value
CPU2_TPS_EXTIM_CLASS_EN 0xF885E450          CPUx Exception Timer Class Enable Register
CPU2_TPS_EXTIM_STAT 0xF885E454          CPUx Exception Timer Status Register
CPU2_TPS_EXTIM_FCX 0xF885E458          CPUx Exception Timer FCX Register
CPU2_TR0EVT     0xF885F000          CPUx Trigger Event 0
CPU2_TR0ADR     0xF885F004          CPUx Trigger Address 0
CPU2_TR1EVT     0xF885F008          CPUx Trigger Event 1
CPU2_TR1ADR     0xF885F00C          CPUx Trigger Address 1
CPU2_TR2EVT     0xF885F010          CPUx Trigger Event 2
CPU2_TR2ADR     0xF885F014          CPUx Trigger Address 2
CPU2_TR3EVT     0xF885F018          CPUx Trigger Event 3
CPU2_TR3ADR     0xF885F01C          CPUx Trigger Address 3
CPU2_TR4EVT     0xF885F020          CPUx Trigger Event 4
CPU2_TR4ADR     0xF885F024          CPUx Trigger Address 4
CPU2_TR5EVT     0xF885F028          CPUx Trigger Event 5
CPU2_TR5ADR     0xF885F02C          CPUx Trigger Address 5
CPU2_TR6EVT     0xF885F030          CPUx Trigger Event 6
CPU2_TR6ADR     0xF885F034          CPUx Trigger Address 6
CPU2_TR7EVT     0xF885F038          CPUx Trigger Event 7
CPU2_TR7ADR     0xF885F03C          CPUx Trigger Address 7
CPU2_CCTRL      0xF885FC00          CPUx Counter Control
CPU2_CCNT       0xF885FC04          CPUx CPU Clock Cycle Count
CPU2_ICNT       0xF885FC08          CPUx Instruction Count
CPU2_M1CNT      0xF885FC0C          CPUx Multi-Count Register 1
CPU2_M2CNT      0xF885FC10          CPUx Multi-Count Register 2
CPU2_M3CNT      0xF885FC14          CPUx Multi-Count Register 3
CPU2_DBGSR      0xF885FD00          CPUx Debug Status Register
CPU2_EXEVT      0xF885FD08          CPUx External Event Register
CPU2_CREVT      0xF885FD0C          CPUx Core Register Access Event
CPU2_SWEVT      0xF885FD10          CPUx Software Debug Event
CPU2_TRIG_ACC   0xF885FD30          CPUx TriggerAddressx
CPU2_DMS        0xF885FD40          CPUx Debug Monitor Start Address
CPU2_DCX        0xF885FD44          CPUx Debug Context Save Area Pointer
CPU2_DBGTCR     0xF885FD48          CPUx Debug Trap Control Register
CPU2_PCXI       0xF885FE00          CPUx Previous Context Information Register
CPU2_PSW        0xF885FE04          CPUx Program Status Word
CPU2_PC         0xF885FE08          CPUx Program Counter
CPU2_SYSCON     0xF885FE14          CPUx System Configuration Register
CPU2_CPU_ID     0xF885FE18          CPUx Identification Register TC1.6.2P
CPU2_CORE_ID    0xF885FE1C          CPUx Core Identification Register
CPU2_BIV        0xF885FE20          CPUx Base Interrupt Vector Table Pointer
CPU2_BTV        0xF885FE24          CPUx Base Trap Vector Table Pointer
CPU2_ISP        0xF885FE28          CPUx Interrupt Stack Pointer
CPU2_ICR        0xF885FE2C          CPUx Interrupt Control Register
CPU2_FCX        0xF885FE38          CPUx Free CSA List Head Pointer
CPU2_LCX        0xF885FE3C          CPUx Free CSA List Limit Pointer
CPU2_CUS_ID     0xF885FE50          CPUx Customer ID register
CPU2_D0         0xF885FF00          Data Register 0
CPU2_D1         0xF885FF04          Data Register 1
CPU2_D2         0xF885FF08          Data Register 2
CPU2_D3         0xF885FF0C          Data Register 3
CPU2_D4         0xF885FF10          Data Register 4
CPU2_D5         0xF885FF14          Data Register 5
CPU2_D6         0xF885FF18          Data Register 6
CPU2_D7         0xF885FF1C          Data Register 7
CPU2_D8         0xF885FF20          Data Register 8
CPU2_D9         0xF885FF24          Data Register 9
CPU2_D10        0xF885FF28          Data Register 10
CPU2_D11        0xF885FF2C          Data Register 11
CPU2_D12        0xF885FF30          Data Register 12
CPU2_D13        0xF885FF34          Data Register 13
CPU2_D14        0xF885FF38          Data Register 14
CPU2_D15        0xF885FF3C          Data Register 15
CPU2_A0         0xF885FF80          Address Register 0
CPU2_A1         0xF885FF84          Address Register 1
CPU2_A2         0xF885FF88          Address Register 2
CPU2_A3         0xF885FF8C          Address Register 3
CPU2_A4         0xF885FF90          Address Register 4
CPU2_A5         0xF885FF94          Address Register 5
CPU2_A6         0xF885FF98          Address Register 6
CPU2_A7         0xF885FF9C          Address Register 7
CPU2_A8         0xF885FFA0          Address Register 8
CPU2_A9         0xF885FFA4          Address Register 9
CPU2_A10        0xF885FFA8          Address Register 10
CPU2_A11        0xF885FFAC          Address Register 11
CPU2_A12        0xF885FFB0          Address Register 12
CPU2_A13        0xF885FFB4          Address Register 13
CPU2_A14        0xF885FFB8          Address Register 14
CPU2_A15        0xF885FFBC          Address Register 15
EBCU_ID         0xFA000108          Module Identification Register
EBCU_CON        0xFA000110          BCU Control Register
EBCU_PRIOH      0xFA000114          Arbiter Priority Register High
EBCU_PRIOL      0xFA000118          Arbiter Priority Register Low
EBCU_ECON       0xFA000120          BCU Error Control Capture Register
EBCU_EADD       0xFA000124          BCU Error Address Capture Register
EBCU_EDAT       0xFA000128          BCU Error Data Capture Register
EBCU_DBCNTL     0xFA000130          BCU Debug Control Register
EBCU_DBGRNT     0xFA000134          EBCU Debug Grant Mask Register
EBCU_DBADR1     0xFA000138          BCU Debug Address 1 Register
EBCU_DBADR2     0xFA00013C          BCU Debug Address 2 Register
EBCU_DBBOS      0xFA000140          BCU Debug Bus Operation Signals Register
EBCU_DBGNTT     0xFA000144          EBCU Debug Trapped Master Register
EBCU_DBADRT     0xFA000148          BCU Debug Trapped Address Register
EBCU_DBBOST     0xFA00014C          BCU Debug Trapped Bus Operation Signals Register
EBCU_DBDAT      0xFA000150          BCU Debug Data Status Register
EBCU_ALSTAT0    0xFA000160          BCU EDC Alarm Status Register 0
EBCU_ALSTAT1    0xFA000164          BCU EDC Alarm Status Register 1
EBCU_ALSTAT2    0xFA000168          BCU EDC Alarm Status Register 2
EBCU_ALSTAT3    0xFA00016C          BCU EDC Alarm Status Register 3
EBCU_ALCLR0     0xFA000170          BCU EDC Alarm Clear Register 0
EBCU_ALCLR1     0xFA000174          BCU EDC Alarm Clear Register 1
EBCU_ALCLR2     0xFA000178          BCU EDC Alarm Clear Register 2
EBCU_ALCLR3     0xFA00017C          BCU EDC Alarm Clear Register 3
EBCU_ALCTRL     0xFA000180          BCU EDC Alarm Control Register
EBCU_FEGEN      0xFA000184          FPI Error Generation Control Register
EBCU_ACCEN1     0xFA0001F8          Access Enable Register 1
EBCU_ACCEN0     0xFA0001FC          Access Enable Register 0
EMEM_CLC        0xFA006000          EMEM Core Clock Control Register
EMEM_ID         0xFA006008          EMEM Core Module Identification Register
EMEM_TILECONFIG 0xFA006020          EMEM Core Tile Configuration Register
EMEM_TILECC     0xFA006024          EMEM Core Tile Control Common Memory Register
EMEM_TILECT     0xFA006028          EMEM Core Tile Control Trace Memory Register
EMEM_TILESTATE  0xFA00602C          EMEM Core Tile Status Register
EMEM_SBRCTR     0xFA006034          EMEM Core Standby RAM Control Register
EMEM_ACCEN1     0xFA0060F8          EMEM Core Access Enable Register 1
EMEM_ACCEN0     0xFA0060FC          EMEM Core Access Enable Register 0
RIF0_CLC        0xFA040000          Clock Control Register
RIF0_ID         0xFA040008          Module Identification Register
RIF0_ESI        0xFA040010          External Serial Interface Register
RIF0_IPI        0xFA040014          Internal Parallel Interface Register
RIF0_FLM        0xFA040018          FIFO and Lane Management Register
RIF0_DMI        0xFA04001C          Data Memory Interface Register
RIF0_RSM0       0xFA040020          Radar State Machine Register 0
RIF0_RSM1       0xFA040024          Radar State Machine Register 1
RIF0_RSM2       0xFA040028          Radar State Machine Register 2
RIF0_INTCON     0xFA04002C          Interrupt Control Register
RIF0_FLAGSSET   0xFA040030          Flags Set Register
RIF0_FLAGSCL    0xFA040034          Flags Clear Register
RIF0_FWDG       0xFA040038          Frame Watchdog Register
RIF0_DFU        0xFA04003C          Data Formatting Unit Register
RIF0_SRIFOVRCFG 0xFA040040          SRIF Override Configuration Register
RIF0_RSM2CAP    0xFA040044          Radar State Machine 2 Capture Register
RIF0_SKEWCAL    0xFA040048          Skew Calibration Register
RIF0_LVDSCON0   0xFA04004C          LVDS Control Register 0
RIF0_LVDSCON1   0xFA040050          LVDS Control Register 1
RIF0_DBGDLY0    0xFA040054          Debug Delay Register 0
RIF0_DBGDLY1    0xFA040058          Debug Delay Register 1
RIF0_DBG0       0xFA040080          Debug Data Register 0
RIF0_DBG1       0xFA040084          Debug Data Register 1
RIF0_SFCON      0xFA040088          Safety Functions Register
RIF0_REGCRC     0xFA04008C          Register CRC Register
RIF0_OCS        0xFA0400E8          OCDS Control and Status
RIF0_KRSTCLR    0xFA0400EC          Kernel Reset Status Clear Register
RIF0_KRST1      0xFA0400F0          Kernel Reset Register 1
RIF0_KRST0      0xFA0400F4          Kernel Reset Register 0
RIF0_ACCEN1     0xFA0400F8          Access Enable Register 1
RIF0_ACCEN0     0xFA0400FC          Access Enable Register 0
RIF1_CLC        0xFA040200          Clock Control Register
RIF1_ID         0xFA040208          Module Identification Register
RIF1_ESI        0xFA040210          External Serial Interface Register
RIF1_IPI        0xFA040214          Internal Parallel Interface Register
RIF1_FLM        0xFA040218          FIFO and Lane Management Register
RIF1_DMI        0xFA04021C          Data Memory Interface Register
RIF1_RSM0       0xFA040220          Radar State Machine Register 0
RIF1_RSM1       0xFA040224          Radar State Machine Register 1
RIF1_RSM2       0xFA040228          Radar State Machine Register 2
RIF1_INTCON     0xFA04022C          Interrupt Control Register
RIF1_FLAGSSET   0xFA040230          Flags Set Register
RIF1_FLAGSCL    0xFA040234          Flags Clear Register
RIF1_FWDG       0xFA040238          Frame Watchdog Register
RIF1_DFU        0xFA04023C          Data Formatting Unit Register
RIF1_SRIFOVRCFG 0xFA040240          SRIF Override Configuration Register
RIF1_RSM2CAP    0xFA040244          Radar State Machine 2 Capture Register
RIF1_SKEWCAL    0xFA040248          Skew Calibration Register
RIF1_LVDSCON0   0xFA04024C          LVDS Control Register 0
RIF1_LVDSCON1   0xFA040250          LVDS Control Register 1
RIF1_DBGDLY0    0xFA040254          Debug Delay Register 0
RIF1_DBGDLY1    0xFA040258          Debug Delay Register 1
RIF1_DBG0       0xFA040280          Debug Data Register 0
RIF1_DBG1       0xFA040284          Debug Data Register 1
RIF1_SFCON      0xFA040288          Safety Functions Register
RIF1_REGCRC     0xFA04028C          Register CRC Register
RIF1_OCS        0xFA0402E8          OCDS Control and Status
RIF1_KRSTCLR    0xFA0402EC          Kernel Reset Status Clear Register
RIF1_KRST1      0xFA0402F0          Kernel Reset Register 1
RIF1_KRST0      0xFA0402F4          Kernel Reset Register 0
RIF1_ACCEN1     0xFA0402F8          Access Enable Register 1
RIF1_ACCEN0     0xFA0402FC          Access Enable Register 0
SPULCKSTP_CLC   0xFA700000          Clock Control
SPULCKSTP_MODID 0xFA700004          Module Identification Register
SPULCKSTP_CTRL  0xFA700010          SPU Lockstep Control
SPULCKSTP_ERROR 0xFA700018          Error Monitoring Register
SPULCKSTP_ERRCLR 0xFA70001C          Error Clear
SPULCKSTP_TEST  0xFA700020          Alarm Test Register
SPULCKSTP_SPUCTRL 0xFA700024          SPU Control
SPULCKSTP_ACCEN0 0xFA7000E4          Access Enable Register 0
SPULCKSTP_ACCEN1 0xFA7000E8          Access Enable Register 1
SPU0_CLC        0xFA800000          Clock Control
SPU0_MODID      0xFA800004          Module Identification Register
SPU0_STAT       0xFA800008          Status and Reporting
SPU0_ID_CONF    0xFA800030          Input DMA Configuration
SPU0_ID_CONF2   0xFA800034          Input DMA Configuration 2
SPU0_ID_RM_CONF 0xFA800038          Input DMA Configuration: Radar Memory
SPU0_ID_RM_ILO  0xFA80003C          Inner Loop Address Offset
SPU0_ID_RM_OLO  0xFA800040          Outer Loop Address Offset
SPU0_ID_RM_BLO  0xFA800044          Bin Offset Address Configuration
SPU0_ID_RM_IOLR 0xFA800048          Inner and Outer Loop Repeat
SPU0_ID_RM_BLR  0xFA80004C          Bin Loop Repeat
SPU0_ID_RM_ACFG0 0xFA800050          Spare Configuration Register
SPU0_ID_RM_ACFG1 0xFA800054          Spare Configuration Register
SPU0_PACTR      0xFA800058          Partial-Acquisition Counter
SPU0_DPASS_CONF 0xFA80005C          Double Pass Configuration
SPU0_BE0_LDR_CONF 0xFA800060          Loader Configuration
SPU0_BE0_LDR_CONF2 0xFA800064          Loader Configuration E0tended
SPU0_BE0_A0_ANTOFST 0xFA800068          Antenna Offset
SPU0_BE0_A1_ANTOFST 0xFA80006C          Antenna Offset
SPU0_BE0_A2_ANTOFST 0xFA800070          Antenna Offset
SPU0_BE0_A3_ANTOFST 0xFA800074          Antenna Offset
SPU0_BE0_UNLDR_CONF 0xFA800078          Unloader Configuration
SPU0_BE0_UNLDR_CONF2 0xFA80007C          Unloader Configuration 2
SPU0_BE0_UNLDR_ACFG 0xFA800080          Spare Configuration Register
SPU0_BE0_ODP_CONF 0xFA800084          Output Data Processor Configuration
SPU0_BE0_NCICTRL 0xFA800088          NCI Control
SPU0_BE0_SUMCTRL 0xFA80008C          Summation Unit Control
SPU0_BE0_PWRSUM 0xFA800090          Power Summation
SPU0_BE0_PWRCTRL 0xFA800094          Power Information Channel Control
SPU0_BE0_CFARCTRL 0xFA800098          CFAR Module Control
SPU0_BE0_SBCTRL 0xFA80009C          Sideband Control
SPU0_BE1_LDR_CONF 0xFA8000A0          Loader Configuration
SPU0_BE1_LDR_CONF2 0xFA8000A4          Loader Configuration E1tended
SPU0_BE1_A0_ANTOFST 0xFA8000A8          Antenna Offset
SPU0_BE1_A1_ANTOFST 0xFA8000AC          Antenna Offset
SPU0_BE1_A2_ANTOFST 0xFA8000B0          Antenna Offset
SPU0_BE1_A3_ANTOFST 0xFA8000B4          Antenna Offset
SPU0_BE1_UNLDR_CONF 0xFA8000B8          Unloader Configuration
SPU0_BE1_UNLDR_CONF2 0xFA8000BC          Unloader Configuration 2
SPU0_BE1_UNLDR_ACFG 0xFA8000C0          Spare Configuration Register
SPU0_BE1_ODP_CONF 0xFA8000C4          Output Data Processor Configuration
SPU0_BE1_NCICTRL 0xFA8000C8          NCI Control
SPU0_BE1_SUMCTRL 0xFA8000CC          Summation Unit Control
SPU0_BE1_PWRSUM 0xFA8000D0          Power Summation
SPU0_BE1_PWRCTRL 0xFA8000D4          Power Information Channel Control
SPU0_BE1_CFARCTRL 0xFA8000D8          CFAR Module Control
SPU0_BE1_SBCTRL 0xFA8000DC          Sideband Control
SPU0_BIN0_REJ   0xFA8000E0          Bin Rejection Mask
SPU0_BIN1_REJ   0xFA8000E4          Bin Rejection Mask
SPU0_BIN2_REJ   0xFA8000E8          Bin Rejection Mask
SPU0_BIN3_REJ   0xFA8000EC          Bin Rejection Mask
SPU0_BIN4_REJ   0xFA8000F0          Bin Rejection Mask
SPU0_BIN5_REJ   0xFA8000F4          Bin Rejection Mask
SPU0_BIN6_REJ   0xFA8000F8          Bin Rejection Mask
SPU0_BIN7_REJ   0xFA8000FC          Bin Rejection Mask
SPU0_BIN8_REJ   0xFA800100          Bin Rejection Mask
SPU0_BIN9_REJ   0xFA800104          Bin Rejection Mask
SPU0_BIN10_REJ  0xFA800108          Bin Rejection Mask
SPU0_BIN11_REJ  0xFA80010C          Bin Rejection Mask
SPU0_BIN12_REJ  0xFA800110          Bin Rejection Mask
SPU0_BIN13_REJ  0xFA800114          Bin Rejection Mask
SPU0_BIN14_REJ  0xFA800118          Bin Rejection Mask
SPU0_BIN15_REJ  0xFA80011C          Bin Rejection Mask
SPU0_BIN16_REJ  0xFA800120          Bin Rejection Mask
SPU0_BIN17_REJ  0xFA800124          Bin Rejection Mask
SPU0_BIN18_REJ  0xFA800128          Bin Rejection Mask
SPU0_BIN19_REJ  0xFA80012C          Bin Rejection Mask
SPU0_BIN20_REJ  0xFA800130          Bin Rejection Mask
SPU0_BIN21_REJ  0xFA800134          Bin Rejection Mask
SPU0_BIN22_REJ  0xFA800138          Bin Rejection Mask
SPU0_BIN23_REJ  0xFA80013C          Bin Rejection Mask
SPU0_BIN24_REJ  0xFA800140          Bin Rejection Mask
SPU0_BIN25_REJ  0xFA800144          Bin Rejection Mask
SPU0_BIN26_REJ  0xFA800148          Bin Rejection Mask
SPU0_BIN27_REJ  0xFA80014C          Bin Rejection Mask
SPU0_BIN28_REJ  0xFA800150          Bin Rejection Mask
SPU0_BIN29_REJ  0xFA800154          Bin Rejection Mask
SPU0_BIN30_REJ  0xFA800158          Bin Rejection Mask
SPU0_BIN31_REJ  0xFA80015C          Bin Rejection Mask
SPU0_BIN32_REJ  0xFA800160          Bin Rejection Mask
SPU0_BIN33_REJ  0xFA800164          Bin Rejection Mask
SPU0_BIN34_REJ  0xFA800168          Bin Rejection Mask
SPU0_BIN35_REJ  0xFA80016C          Bin Rejection Mask
SPU0_BIN36_REJ  0xFA800170          Bin Rejection Mask
SPU0_BIN37_REJ  0xFA800174          Bin Rejection Mask
SPU0_BIN38_REJ  0xFA800178          Bin Rejection Mask
SPU0_BIN39_REJ  0xFA80017C          Bin Rejection Mask
SPU0_BIN40_REJ  0xFA800180          Bin Rejection Mask
SPU0_BIN41_REJ  0xFA800184          Bin Rejection Mask
SPU0_BIN42_REJ  0xFA800188          Bin Rejection Mask
SPU0_BIN43_REJ  0xFA80018C          Bin Rejection Mask
SPU0_BIN44_REJ  0xFA800190          Bin Rejection Mask
SPU0_BIN45_REJ  0xFA800194          Bin Rejection Mask
SPU0_BIN46_REJ  0xFA800198          Bin Rejection Mask
SPU0_BIN47_REJ  0xFA80019C          Bin Rejection Mask
SPU0_BIN48_REJ  0xFA8001A0          Bin Rejection Mask
SPU0_BIN49_REJ  0xFA8001A4          Bin Rejection Mask
SPU0_BIN50_REJ  0xFA8001A8          Bin Rejection Mask
SPU0_BIN51_REJ  0xFA8001AC          Bin Rejection Mask
SPU0_BIN52_REJ  0xFA8001B0          Bin Rejection Mask
SPU0_BIN53_REJ  0xFA8001B4          Bin Rejection Mask
SPU0_BIN54_REJ  0xFA8001B8          Bin Rejection Mask
SPU0_BIN55_REJ  0xFA8001BC          Bin Rejection Mask
SPU0_BIN56_REJ  0xFA8001C0          Bin Rejection Mask
SPU0_BIN57_REJ  0xFA8001C4          Bin Rejection Mask
SPU0_BIN58_REJ  0xFA8001C8          Bin Rejection Mask
SPU0_BIN59_REJ  0xFA8001CC          Bin Rejection Mask
SPU0_BIN60_REJ  0xFA8001D0          Bin Rejection Mask
SPU0_BIN61_REJ  0xFA8001D4          Bin Rejection Mask
SPU0_BIN62_REJ  0xFA8001D8          Bin Rejection Mask
SPU0_BIN63_REJ  0xFA8001DC          Bin Rejection Mask
SPU0_MAGAPPROX  0xFA8001E0          Magnitude Approximation Constants
SPU0_NCISCALAR0 0xFA8001E4          NCI Antennae Scaling Factor
SPU0_NCISCALAR1 0xFA8001E8          NCI Antennae Scaling Factor
SPU0_NCISCALAR2 0xFA8001EC          NCI Antennae Scaling Factor
SPU0_NCISCALAR3 0xFA8001F0          NCI Antennae Scaling Factor
SPU0_CFARCFG    0xFA8001F4          CFAR Configuration
SPU0_CFARCFG2   0xFA8001F8          CFAR Configuration 2
SPU0_CFARCFG3   0xFA8001FC          CFAR Configuration 3
SPU0_SCALARADD  0xFA800200          Scalar Addition Operand
SPU0_SCALARMULT 0xFA800204          Scalar Multiplication Operand
SPU0_BINREJCTRL 0xFA800208          Bin Rejection Unit Control
SPU0_LCLMAX     0xFA80020C          Local Maximum Control
SPU0_ACFG2      0xFA800210          Spare Configuration Register
SPU0_REGCRC     0xFA800218          Register CRC
SPU0_CTRL       0xFA80021C          SPU Control
SPU0_MD0_METADATA 0xFA800220          Dataset Metadata
SPU0_MD0_BINCOUNT 0xFA800224          Bin Rejection Unit Tracking
SPU0_MD0_MASK0_ACCEPT 0xFA800228          Bin Acceptance Mask
SPU0_MD0_MASK1_ACCEPT 0xFA80022C          Bin Acceptance Mask
SPU0_MD0_MASK2_ACCEPT 0xFA800230          Bin Acceptance Mask
SPU0_MD0_MASK3_ACCEPT 0xFA800234          Bin Acceptance Mask
SPU0_MD0_MASK4_ACCEPT 0xFA800238          Bin Acceptance Mask
SPU0_MD0_MASK5_ACCEPT 0xFA80023C          Bin Acceptance Mask
SPU0_MD0_MASK6_ACCEPT 0xFA800240          Bin Acceptance Mask
SPU0_MD0_MASK7_ACCEPT 0xFA800244          Bin Acceptance Mask
SPU0_MD0_MASK8_ACCEPT 0xFA800248          Bin Acceptance Mask
SPU0_MD0_MASK9_ACCEPT 0xFA80024C          Bin Acceptance Mask
SPU0_MD0_MASK10_ACCEPT 0xFA800250          Bin Acceptance Mask
SPU0_MD0_MASK11_ACCEPT 0xFA800254          Bin Acceptance Mask
SPU0_MD0_MASK12_ACCEPT 0xFA800258          Bin Acceptance Mask
SPU0_MD0_MASK13_ACCEPT 0xFA80025C          Bin Acceptance Mask
SPU0_MD0_MASK14_ACCEPT 0xFA800260          Bin Acceptance Mask
SPU0_MD0_MASK15_ACCEPT 0xFA800264          Bin Acceptance Mask
SPU0_MD0_MASK16_ACCEPT 0xFA800268          Bin Acceptance Mask
SPU0_MD0_MASK17_ACCEPT 0xFA80026C          Bin Acceptance Mask
SPU0_MD0_MASK18_ACCEPT 0xFA800270          Bin Acceptance Mask
SPU0_MD0_MASK19_ACCEPT 0xFA800274          Bin Acceptance Mask
SPU0_MD0_MASK20_ACCEPT 0xFA800278          Bin Acceptance Mask
SPU0_MD0_MASK21_ACCEPT 0xFA80027C          Bin Acceptance Mask
SPU0_MD0_MASK22_ACCEPT 0xFA800280          Bin Acceptance Mask
SPU0_MD0_MASK23_ACCEPT 0xFA800284          Bin Acceptance Mask
SPU0_MD0_MASK24_ACCEPT 0xFA800288          Bin Acceptance Mask
SPU0_MD0_MASK25_ACCEPT 0xFA80028C          Bin Acceptance Mask
SPU0_MD0_MASK26_ACCEPT 0xFA800290          Bin Acceptance Mask
SPU0_MD0_MASK27_ACCEPT 0xFA800294          Bin Acceptance Mask
SPU0_MD0_MASK28_ACCEPT 0xFA800298          Bin Acceptance Mask
SPU0_MD0_MASK29_ACCEPT 0xFA80029C          Bin Acceptance Mask
SPU0_MD0_MASK30_ACCEPT 0xFA8002A0          Bin Acceptance Mask
SPU0_MD0_MASK31_ACCEPT 0xFA8002A4          Bin Acceptance Mask
SPU0_MD1_METADATA 0xFA8002A8          Dataset Metadata
SPU0_MD1_BINCOUNT 0xFA8002AC          Bin Rejection Unit Tracking
SPU0_MD1_MASK0_ACCEPT 0xFA8002B0          Bin Acceptance Mask
SPU0_MD1_MASK1_ACCEPT 0xFA8002B4          Bin Acceptance Mask
SPU0_MD1_MASK2_ACCEPT 0xFA8002B8          Bin Acceptance Mask
SPU0_MD1_MASK3_ACCEPT 0xFA8002BC          Bin Acceptance Mask
SPU0_MD1_MASK4_ACCEPT 0xFA8002C0          Bin Acceptance Mask
SPU0_MD1_MASK5_ACCEPT 0xFA8002C4          Bin Acceptance Mask
SPU0_MD1_MASK6_ACCEPT 0xFA8002C8          Bin Acceptance Mask
SPU0_MD1_MASK7_ACCEPT 0xFA8002CC          Bin Acceptance Mask
SPU0_MD1_MASK8_ACCEPT 0xFA8002D0          Bin Acceptance Mask
SPU0_MD1_MASK9_ACCEPT 0xFA8002D4          Bin Acceptance Mask
SPU0_MD1_MASK10_ACCEPT 0xFA8002D8          Bin Acceptance Mask
SPU0_MD1_MASK11_ACCEPT 0xFA8002DC          Bin Acceptance Mask
SPU0_MD1_MASK12_ACCEPT 0xFA8002E0          Bin Acceptance Mask
SPU0_MD1_MASK13_ACCEPT 0xFA8002E4          Bin Acceptance Mask
SPU0_MD1_MASK14_ACCEPT 0xFA8002E8          Bin Acceptance Mask
SPU0_MD1_MASK15_ACCEPT 0xFA8002EC          Bin Acceptance Mask
SPU0_MD1_MASK16_ACCEPT 0xFA8002F0          Bin Acceptance Mask
SPU0_MD1_MASK17_ACCEPT 0xFA8002F4          Bin Acceptance Mask
SPU0_MD1_MASK18_ACCEPT 0xFA8002F8          Bin Acceptance Mask
SPU0_MD1_MASK19_ACCEPT 0xFA8002FC          Bin Acceptance Mask
SPU0_MD1_MASK20_ACCEPT 0xFA800300          Bin Acceptance Mask
SPU0_MD1_MASK21_ACCEPT 0xFA800304          Bin Acceptance Mask
SPU0_MD1_MASK22_ACCEPT 0xFA800308          Bin Acceptance Mask
SPU0_MD1_MASK23_ACCEPT 0xFA80030C          Bin Acceptance Mask
SPU0_MD1_MASK24_ACCEPT 0xFA800310          Bin Acceptance Mask
SPU0_MD1_MASK25_ACCEPT 0xFA800314          Bin Acceptance Mask
SPU0_MD1_MASK26_ACCEPT 0xFA800318          Bin Acceptance Mask
SPU0_MD1_MASK27_ACCEPT 0xFA80031C          Bin Acceptance Mask
SPU0_MD1_MASK28_ACCEPT 0xFA800320          Bin Acceptance Mask
SPU0_MD1_MASK29_ACCEPT 0xFA800324          Bin Acceptance Mask
SPU0_MD1_MASK30_ACCEPT 0xFA800328          Bin Acceptance Mask
SPU0_MD1_MASK31_ACCEPT 0xFA80032C          Bin Acceptance Mask
SPU0_IDMCNT     0xFA800330          Input DMA Count
SPU0_IBMCNT     0xFA800334          Input Buffer Memory Count
SPU0_LDRCNT     0xFA800338          Input Buffer Memory Read Count
SPU0_FFTWCNT    0xFA80033C          FFT Load Count
SPU0_FFTRCNT    0xFA800340          FFT Unload Count
SPU0_ULDRCNT    0xFA800344          Output Buffer Memory Write Count
SPU0_ODMCNT     0xFA800348          Output Buffer Memory Read Count
SPU0_BRCNT      0xFA80034C          Bin Rejection Unit Load Count
SPU0_CFARCNT    0xFA800350          CFAR Unit Load Count
SPU0_ODMACNT0   0xFA800354          Output DMA Port Write Count
SPU0_ODMACNT1   0xFA800358          Output DMA Port Write Count
SPU0_ODMACNT2   0xFA80035C          Output DMA Port Write Count
SPU0_ODMACNT3   0xFA800360          Output DMA Port Write Count
SPU0_ODMACNT4   0xFA800364          Output DMA Port Write Count
SPU0_ODMACNT5   0xFA800368          Output DMA Port Write Count
SPU0_ODMACNT6   0xFA80036C          Output DMA Port Write Count
SPU0_ODMACNT7   0xFA800370          Output DMA Port Write Count
SPU0_CNTCLR     0xFA800374          Safety Counter Clear
SPU0_MONITOR    0xFA800378          SPU Monitor
SPU0_SMCTRL     0xFA80037C          Safety Mechanism Control Functions
SPU0_SMSTAT     0xFA800380          Safety Mechanism Status
SPU0_SMUSER     0xFA800384          Safety Mechanism Control Functions [User)
SPU0_DATA0_CRC  0xFA800388          Monitor CRC Register
SPU0_DATA1_CRC  0xFA80038C          Monitor CRC Register
SPU0_DATA2_CRC  0xFA800390          Monitor CRC Register
SPU0_DATA3_CRC  0xFA800394          Monitor CRC Register
SPU0_DATA4_CRC  0xFA800398          Monitor CRC Register
SPU0_DATA5_CRC  0xFA80039C          Monitor CRC Register
SPU0_DATA6_CRC  0xFA8003A0          Monitor CRC Register
SPU0_DATA7_CRC  0xFA8003A4          Monitor CRC Register
SPU0_DATA8_CRC  0xFA8003A8          Monitor CRC Register
SPU0_DATA9_CRC  0xFA8003AC          Monitor CRC Register
SPU0_DATA10_CRC 0xFA8003B0          Monitor CRC Register
SPU0_DATA11_CRC 0xFA8003B4          Monitor CRC Register
SPU0_DATA12_CRC 0xFA8003B8          Monitor CRC Register
SPU0_DATA13_CRC 0xFA8003BC          Monitor CRC Register
SPU0_DATA14_CRC 0xFA8003C0          Monitor CRC Register
SPU0_DATA15_CRC 0xFA8003C4          Monitor CRC Register
SPU0_DATA16_CRC 0xFA8003C8          Monitor CRC Register
SPU0_DATA17_CRC 0xFA8003CC          Monitor CRC Register
SPU0_DATA18_CRC 0xFA8003D0          Monitor CRC Register
SPU0_DATA19_CRC 0xFA8003D4          Monitor CRC Register
SPU0_DATA20_CRC 0xFA8003D8          Monitor CRC Register
SPU0_DATA21_CRC 0xFA8003DC          Monitor CRC Register
SPU0_DATA22_CRC 0xFA8003E0          Monitor CRC Register
SPU0_DATA23_CRC 0xFA8003E4          Monitor CRC Register
SPU0_DATA24_CRC 0xFA8003E8          Monitor CRC Register
SPU0_DATA25_CRC 0xFA8003EC          Monitor CRC Register
SPU0_DATA26_CRC 0xFA8003F0          Monitor CRC Register
SPU0_DATA27_CRC 0xFA8003F4          Monitor CRC Register
SPU0_DATA28_CRC 0xFA8003F8          Monitor CRC Register
SPU0_DATA29_CRC 0xFA8003FC          Monitor CRC Register
SPU0_DATA30_CRC 0xFA800400          Monitor CRC Register
SPU0_DATA31_CRC 0xFA800404          Monitor CRC Register
SPU0_DATA32_CRC 0xFA800408          Monitor CRC Register
SPU0_DATA33_CRC 0xFA80040C          Monitor CRC Register
SPU0_DATA34_CRC 0xFA800410          Monitor CRC Register
SPU0_DATA35_CRC 0xFA800414          Monitor CRC Register
SPU0_DATA36_CRC 0xFA800418          Monitor CRC Register
SPU0_DATA37_CRC 0xFA80041C          Monitor CRC Register
SPU0_DATA38_CRC 0xFA800420          Monitor CRC Register
SPU0_DATA39_CRC 0xFA800424          Monitor CRC Register
SPU0_DATA40_CRC 0xFA800428          Monitor CRC Register
SPU0_DATA41_CRC 0xFA80042C          Monitor CRC Register
SPU0_DATA42_CRC 0xFA800430          Monitor CRC Register
SPU0_DATA43_CRC 0xFA800434          Monitor CRC Register
SPU0_DATA44_CRC 0xFA800438          Monitor CRC Register
SPU0_DATA45_CRC 0xFA80043C          Monitor CRC Register
SPU0_DATA46_CRC 0xFA800440          Monitor CRC Register
SPU0_DATA47_CRC 0xFA800444          Monitor CRC Register
SPU0_DATA48_CRC 0xFA800448          Monitor CRC Register
SPU0_DATA49_CRC 0xFA80044C          Monitor CRC Register
SPU0_DATA50_CRC 0xFA800450          Monitor CRC Register
SPU0_DATA51_CRC 0xFA800454          Monitor CRC Register
SPU0_DATA52_CRC 0xFA800458          Monitor CRC Register
SPU0_DATA53_CRC 0xFA80045C          Monitor CRC Register
SPU0_DATA54_CRC 0xFA800460          Monitor CRC Register
SPU0_DATA55_CRC 0xFA800464          Monitor CRC Register
SPU0_DATA56_CRC 0xFA800468          Monitor CRC Register
SPU0_DATA57_CRC 0xFA80046C          Monitor CRC Register
SPU0_DATA58_CRC 0xFA800470          Monitor CRC Register
SPU0_DATA59_CRC 0xFA800474          Monitor CRC Register
SPU0_DATA60_CRC 0xFA800478          Monitor CRC Register
SPU0_DATA61_CRC 0xFA80047C          Monitor CRC Register
SPU0_DATA62_CRC 0xFA800480          Monitor CRC Register
SPU0_DATA63_CRC 0xFA800484          Monitor CRC Register
SPU0_DATA64_CRC 0xFA800488          Monitor CRC Register
SPU0_DATA65_CRC 0xFA80048C          Monitor CRC Register
SPU0_DATA66_CRC 0xFA800490          Monitor CRC Register
SPU0_DATA67_CRC 0xFA800494          Monitor CRC Register
SPU0_DATA68_CRC 0xFA800498          Monitor CRC Register
SPU0_DATA69_CRC 0xFA80049C          Monitor CRC Register
SPU0_DATA70_CRC 0xFA8004A0          Monitor CRC Register
SPU0_DATA71_CRC 0xFA8004A4          Monitor CRC Register
SPU0_DATA72_CRC 0xFA8004A8          Monitor CRC Register
SPU0_DATA73_CRC 0xFA8004AC          Monitor CRC Register
SPU0_DATA74_CRC 0xFA8004B0          Monitor CRC Register
SPU0_DATA75_CRC 0xFA8004B4          Monitor CRC Register
SPU0_DATA76_CRC 0xFA8004B8          Monitor CRC Register
SPU0_DATA77_CRC 0xFA8004BC          Monitor CRC Register
SPU0_DATA78_CRC 0xFA8004C0          Monitor CRC Register
SPU0_DATA79_CRC 0xFA8004C4          Monitor CRC Register
SPU0_DATA80_CRC 0xFA8004C8          Monitor CRC Register
SPU0_DATA81_CRC 0xFA8004CC          Monitor CRC Register
SPU0_DATA82_CRC 0xFA8004D0          Monitor CRC Register
SPU0_DATA83_CRC 0xFA8004D4          Monitor CRC Register
SPU0_DATA84_CRC 0xFA8004D8          Monitor CRC Register
SPU0_DATA85_CRC 0xFA8004DC          Monitor CRC Register
SPU0_CTRL0_CRC  0xFA800500          Monitor CRC Register
SPU0_CTRL1_CRC  0xFA800504          Monitor CRC Register
SPU0_CTRL2_CRC  0xFA800508          Monitor CRC Register
SPU0_CTRL3_CRC  0xFA80050C          Monitor CRC Register
SPU0_CTRL4_CRC  0xFA800510          Monitor CRC Register
SPU0_CTRL5_CRC  0xFA800514          Monitor CRC Register
SPU0_CTRL6_CRC  0xFA800518          Monitor CRC Register
SPU0_CTRL7_CRC  0xFA80051C          Monitor CRC Register
SPU0_CTRL8_CRC  0xFA800520          Monitor CRC Register
SPU0_CTRL9_CRC  0xFA800524          Monitor CRC Register
SPU0_CTRL10_CRC 0xFA800528          Monitor CRC Register
SPU0_CTRL11_CRC 0xFA80052C          Monitor CRC Register
SPU0_CTRL12_CRC 0xFA800530          Monitor CRC Register
SPU0_CTRL13_CRC 0xFA800534          Monitor CRC Register
SPU0_CTRL14_CRC 0xFA800538          Monitor CRC Register
SPU0_CTRL15_CRC 0xFA80053C          Monitor CRC Register
SPU0_CTRL16_CRC 0xFA800540          Monitor CRC Register
SPU0_CTRL17_CRC 0xFA800544          Monitor CRC Register
SPU0_CTRL18_CRC 0xFA800548          Monitor CRC Register
SPU0_CTRL19_CRC 0xFA80054C          Monitor CRC Register
SPU0_CTRL20_CRC 0xFA800550          Monitor CRC Register
SPU0_CTRL21_CRC 0xFA800554          Monitor CRC Register
SPU0_CTRL22_CRC 0xFA800558          Monitor CRC Register
SPU0_CTRL23_CRC 0xFA80055C          Monitor CRC Register
SPU0_CTRL24_CRC 0xFA800560          Monitor CRC Register
SPU0_USROTC     0xFA8007E0          User OCDS Trace Control
SPU0_ACCEN0     0xFA8007E4          Access Enable Register 0
SPU0_ACCEN1     0xFA8007E8          Access Enable Register 1
SPU0_OCS        0xFA8007EC          OCDS Control and Status
SPU0_ODA        0xFA8007F0          OCDS Debug Access Register
SPU0_KRST0      0xFA8007F4          Kernel Reset Register 0
SPU0_KRST1      0xFA8007F8          Kernel Reset Register 1
SPU0_KRSTCLR    0xFA8007FC          Kernel Reset Clear
SPU1_CLC        0xFAC00000          Clock Control
SPU1_MODID      0xFAC00004          Module Identification Register
SPU1_STAT       0xFAC00008          Status and Reporting
SPU1_ID_CONF    0xFAC00030          Input DMA Configuration
SPU1_ID_CONF2   0xFAC00034          Input DMA Configuration 2
SPU1_ID_RM_CONF 0xFAC00038          Input DMA Configuration: Radar Memory
SPU1_ID_RM_ILO  0xFAC0003C          Inner Loop Address Offset
SPU1_ID_RM_OLO  0xFAC00040          Outer Loop Address Offset
SPU1_ID_RM_BLO  0xFAC00044          Bin Offset Address Configuration
SPU1_ID_RM_IOLR 0xFAC00048          Inner and Outer Loop Repeat
SPU1_ID_RM_BLR  0xFAC0004C          Bin Loop Repeat
SPU1_ID_RM_ACFG0 0xFAC00050          Spare Configuration Register
SPU1_ID_RM_ACFG1 0xFAC00054          Spare Configuration Register
SPU1_PACTR      0xFAC00058          Partial-Acquisition Counter
SPU1_DPASS_CONF 0xFAC0005C          Double Pass Configuration
SPU1_BE0_LDR_CONF 0xFAC00060          Loader Configuration
SPU1_BE0_LDR_CONF2 0xFAC00064          Loader Configuration E0tended
SPU1_BE0_A0_ANTOFST 0xFAC00068          Antenna Offset
SPU1_BE0_A1_ANTOFST 0xFAC0006C          Antenna Offset
SPU1_BE0_A2_ANTOFST 0xFAC00070          Antenna Offset
SPU1_BE0_A3_ANTOFST 0xFAC00074          Antenna Offset
SPU1_BE0_UNLDR_CONF 0xFAC00078          Unloader Configuration
SPU1_BE0_UNLDR_CONF2 0xFAC0007C          Unloader Configuration 2
SPU1_BE0_UNLDR_ACFG 0xFAC00080          Spare Configuration Register
SPU1_BE0_ODP_CONF 0xFAC00084          Output Data Processor Configuration
SPU1_BE0_NCICTRL 0xFAC00088          NCI Control
SPU1_BE0_SUMCTRL 0xFAC0008C          Summation Unit Control
SPU1_BE0_PWRSUM 0xFAC00090          Power Summation
SPU1_BE0_PWRCTRL 0xFAC00094          Power Information Channel Control
SPU1_BE0_CFARCTRL 0xFAC00098          CFAR Module Control
SPU1_BE0_SBCTRL 0xFAC0009C          Sideband Control
SPU1_BE1_LDR_CONF 0xFAC000A0          Loader Configuration
SPU1_BE1_LDR_CONF2 0xFAC000A4          Loader Configuration E1tended
SPU1_BE1_A0_ANTOFST 0xFAC000A8          Antenna Offset
SPU1_BE1_A1_ANTOFST 0xFAC000AC          Antenna Offset
SPU1_BE1_A2_ANTOFST 0xFAC000B0          Antenna Offset
SPU1_BE1_A3_ANTOFST 0xFAC000B4          Antenna Offset
SPU1_BE1_UNLDR_CONF 0xFAC000B8          Unloader Configuration
SPU1_BE1_UNLDR_CONF2 0xFAC000BC          Unloader Configuration 2
SPU1_BE1_UNLDR_ACFG 0xFAC000C0          Spare Configuration Register
SPU1_BE1_ODP_CONF 0xFAC000C4          Output Data Processor Configuration
SPU1_BE1_NCICTRL 0xFAC000C8          NCI Control
SPU1_BE1_SUMCTRL 0xFAC000CC          Summation Unit Control
SPU1_BE1_PWRSUM 0xFAC000D0          Power Summation
SPU1_BE1_PWRCTRL 0xFAC000D4          Power Information Channel Control
SPU1_BE1_CFARCTRL 0xFAC000D8          CFAR Module Control
SPU1_BE1_SBCTRL 0xFAC000DC          Sideband Control
SPU1_BIN0_REJ   0xFAC000E0          Bin Rejection Mask
SPU1_BIN1_REJ   0xFAC000E4          Bin Rejection Mask
SPU1_BIN2_REJ   0xFAC000E8          Bin Rejection Mask
SPU1_BIN3_REJ   0xFAC000EC          Bin Rejection Mask
SPU1_BIN4_REJ   0xFAC000F0          Bin Rejection Mask
SPU1_BIN5_REJ   0xFAC000F4          Bin Rejection Mask
SPU1_BIN6_REJ   0xFAC000F8          Bin Rejection Mask
SPU1_BIN7_REJ   0xFAC000FC          Bin Rejection Mask
SPU1_BIN8_REJ   0xFAC00100          Bin Rejection Mask
SPU1_BIN9_REJ   0xFAC00104          Bin Rejection Mask
SPU1_BIN10_REJ  0xFAC00108          Bin Rejection Mask
SPU1_BIN11_REJ  0xFAC0010C          Bin Rejection Mask
SPU1_BIN12_REJ  0xFAC00110          Bin Rejection Mask
SPU1_BIN13_REJ  0xFAC00114          Bin Rejection Mask
SPU1_BIN14_REJ  0xFAC00118          Bin Rejection Mask
SPU1_BIN15_REJ  0xFAC0011C          Bin Rejection Mask
SPU1_BIN16_REJ  0xFAC00120          Bin Rejection Mask
SPU1_BIN17_REJ  0xFAC00124          Bin Rejection Mask
SPU1_BIN18_REJ  0xFAC00128          Bin Rejection Mask
SPU1_BIN19_REJ  0xFAC0012C          Bin Rejection Mask
SPU1_BIN20_REJ  0xFAC00130          Bin Rejection Mask
SPU1_BIN21_REJ  0xFAC00134          Bin Rejection Mask
SPU1_BIN22_REJ  0xFAC00138          Bin Rejection Mask
SPU1_BIN23_REJ  0xFAC0013C          Bin Rejection Mask
SPU1_BIN24_REJ  0xFAC00140          Bin Rejection Mask
SPU1_BIN25_REJ  0xFAC00144          Bin Rejection Mask
SPU1_BIN26_REJ  0xFAC00148          Bin Rejection Mask
SPU1_BIN27_REJ  0xFAC0014C          Bin Rejection Mask
SPU1_BIN28_REJ  0xFAC00150          Bin Rejection Mask
SPU1_BIN29_REJ  0xFAC00154          Bin Rejection Mask
SPU1_BIN30_REJ  0xFAC00158          Bin Rejection Mask
SPU1_BIN31_REJ  0xFAC0015C          Bin Rejection Mask
SPU1_BIN32_REJ  0xFAC00160          Bin Rejection Mask
SPU1_BIN33_REJ  0xFAC00164          Bin Rejection Mask
SPU1_BIN34_REJ  0xFAC00168          Bin Rejection Mask
SPU1_BIN35_REJ  0xFAC0016C          Bin Rejection Mask
SPU1_BIN36_REJ  0xFAC00170          Bin Rejection Mask
SPU1_BIN37_REJ  0xFAC00174          Bin Rejection Mask
SPU1_BIN38_REJ  0xFAC00178          Bin Rejection Mask
SPU1_BIN39_REJ  0xFAC0017C          Bin Rejection Mask
SPU1_BIN40_REJ  0xFAC00180          Bin Rejection Mask
SPU1_BIN41_REJ  0xFAC00184          Bin Rejection Mask
SPU1_BIN42_REJ  0xFAC00188          Bin Rejection Mask
SPU1_BIN43_REJ  0xFAC0018C          Bin Rejection Mask
SPU1_BIN44_REJ  0xFAC00190          Bin Rejection Mask
SPU1_BIN45_REJ  0xFAC00194          Bin Rejection Mask
SPU1_BIN46_REJ  0xFAC00198          Bin Rejection Mask
SPU1_BIN47_REJ  0xFAC0019C          Bin Rejection Mask
SPU1_BIN48_REJ  0xFAC001A0          Bin Rejection Mask
SPU1_BIN49_REJ  0xFAC001A4          Bin Rejection Mask
SPU1_BIN50_REJ  0xFAC001A8          Bin Rejection Mask
SPU1_BIN51_REJ  0xFAC001AC          Bin Rejection Mask
SPU1_BIN52_REJ  0xFAC001B0          Bin Rejection Mask
SPU1_BIN53_REJ  0xFAC001B4          Bin Rejection Mask
SPU1_BIN54_REJ  0xFAC001B8          Bin Rejection Mask
SPU1_BIN55_REJ  0xFAC001BC          Bin Rejection Mask
SPU1_BIN56_REJ  0xFAC001C0          Bin Rejection Mask
SPU1_BIN57_REJ  0xFAC001C4          Bin Rejection Mask
SPU1_BIN58_REJ  0xFAC001C8          Bin Rejection Mask
SPU1_BIN59_REJ  0xFAC001CC          Bin Rejection Mask
SPU1_BIN60_REJ  0xFAC001D0          Bin Rejection Mask
SPU1_BIN61_REJ  0xFAC001D4          Bin Rejection Mask
SPU1_BIN62_REJ  0xFAC001D8          Bin Rejection Mask
SPU1_BIN63_REJ  0xFAC001DC          Bin Rejection Mask
SPU1_MAGAPPROX  0xFAC001E0          Magnitude Approximation Constants
SPU1_NCISCALAR0 0xFAC001E4          NCI Antennae Scaling Factor
SPU1_NCISCALAR1 0xFAC001E8          NCI Antennae Scaling Factor
SPU1_NCISCALAR2 0xFAC001EC          NCI Antennae Scaling Factor
SPU1_NCISCALAR3 0xFAC001F0          NCI Antennae Scaling Factor
SPU1_CFARCFG    0xFAC001F4          CFAR Configuration
SPU1_CFARCFG2   0xFAC001F8          CFAR Configuration 2
SPU1_CFARCFG3   0xFAC001FC          CFAR Configuration 3
SPU1_SCALARADD  0xFAC00200          Scalar Addition Operand
SPU1_SCALARMULT 0xFAC00204          Scalar Multiplication Operand
SPU1_BINREJCTRL 0xFAC00208          Bin Rejection Unit Control
SPU1_LCLMAX     0xFAC0020C          Local Maximum Control
SPU1_ACFG2      0xFAC00210          Spare Configuration Register
SPU1_REGCRC     0xFAC00218          Register CRC
SPU1_CTRL       0xFAC0021C          SPU Control
SPU1_MD0_METADATA 0xFAC00220          Dataset Metadata
SPU1_MD0_BINCOUNT 0xFAC00224          Bin Rejection Unit Tracking
SPU1_MD0_MASK0_ACCEPT 0xFAC00228          Bin Acceptance Mask
SPU1_MD0_MASK1_ACCEPT 0xFAC0022C          Bin Acceptance Mask
SPU1_MD0_MASK2_ACCEPT 0xFAC00230          Bin Acceptance Mask
SPU1_MD0_MASK3_ACCEPT 0xFAC00234          Bin Acceptance Mask
SPU1_MD0_MASK4_ACCEPT 0xFAC00238          Bin Acceptance Mask
SPU1_MD0_MASK5_ACCEPT 0xFAC0023C          Bin Acceptance Mask
SPU1_MD0_MASK6_ACCEPT 0xFAC00240          Bin Acceptance Mask
SPU1_MD0_MASK7_ACCEPT 0xFAC00244          Bin Acceptance Mask
SPU1_MD0_MASK8_ACCEPT 0xFAC00248          Bin Acceptance Mask
SPU1_MD0_MASK9_ACCEPT 0xFAC0024C          Bin Acceptance Mask
SPU1_MD0_MASK10_ACCEPT 0xFAC00250          Bin Acceptance Mask
SPU1_MD0_MASK11_ACCEPT 0xFAC00254          Bin Acceptance Mask
SPU1_MD0_MASK12_ACCEPT 0xFAC00258          Bin Acceptance Mask
SPU1_MD0_MASK13_ACCEPT 0xFAC0025C          Bin Acceptance Mask
SPU1_MD0_MASK14_ACCEPT 0xFAC00260          Bin Acceptance Mask
SPU1_MD0_MASK15_ACCEPT 0xFAC00264          Bin Acceptance Mask
SPU1_MD0_MASK16_ACCEPT 0xFAC00268          Bin Acceptance Mask
SPU1_MD0_MASK17_ACCEPT 0xFAC0026C          Bin Acceptance Mask
SPU1_MD0_MASK18_ACCEPT 0xFAC00270          Bin Acceptance Mask
SPU1_MD0_MASK19_ACCEPT 0xFAC00274          Bin Acceptance Mask
SPU1_MD0_MASK20_ACCEPT 0xFAC00278          Bin Acceptance Mask
SPU1_MD0_MASK21_ACCEPT 0xFAC0027C          Bin Acceptance Mask
SPU1_MD0_MASK22_ACCEPT 0xFAC00280          Bin Acceptance Mask
SPU1_MD0_MASK23_ACCEPT 0xFAC00284          Bin Acceptance Mask
SPU1_MD0_MASK24_ACCEPT 0xFAC00288          Bin Acceptance Mask
SPU1_MD0_MASK25_ACCEPT 0xFAC0028C          Bin Acceptance Mask
SPU1_MD0_MASK26_ACCEPT 0xFAC00290          Bin Acceptance Mask
SPU1_MD0_MASK27_ACCEPT 0xFAC00294          Bin Acceptance Mask
SPU1_MD0_MASK28_ACCEPT 0xFAC00298          Bin Acceptance Mask
SPU1_MD0_MASK29_ACCEPT 0xFAC0029C          Bin Acceptance Mask
SPU1_MD0_MASK30_ACCEPT 0xFAC002A0          Bin Acceptance Mask
SPU1_MD0_MASK31_ACCEPT 0xFAC002A4          Bin Acceptance Mask
SPU1_MD1_METADATA 0xFAC002A8          Dataset Metadata
SPU1_MD1_BINCOUNT 0xFAC002AC          Bin Rejection Unit Tracking
SPU1_MD1_MASK0_ACCEPT 0xFAC002B0          Bin Acceptance Mask
SPU1_MD1_MASK1_ACCEPT 0xFAC002B4          Bin Acceptance Mask
SPU1_MD1_MASK2_ACCEPT 0xFAC002B8          Bin Acceptance Mask
SPU1_MD1_MASK3_ACCEPT 0xFAC002BC          Bin Acceptance Mask
SPU1_MD1_MASK4_ACCEPT 0xFAC002C0          Bin Acceptance Mask
SPU1_MD1_MASK5_ACCEPT 0xFAC002C4          Bin Acceptance Mask
SPU1_MD1_MASK6_ACCEPT 0xFAC002C8          Bin Acceptance Mask
SPU1_MD1_MASK7_ACCEPT 0xFAC002CC          Bin Acceptance Mask
SPU1_MD1_MASK8_ACCEPT 0xFAC002D0          Bin Acceptance Mask
SPU1_MD1_MASK9_ACCEPT 0xFAC002D4          Bin Acceptance Mask
SPU1_MD1_MASK10_ACCEPT 0xFAC002D8          Bin Acceptance Mask
SPU1_MD1_MASK11_ACCEPT 0xFAC002DC          Bin Acceptance Mask
SPU1_MD1_MASK12_ACCEPT 0xFAC002E0          Bin Acceptance Mask
SPU1_MD1_MASK13_ACCEPT 0xFAC002E4          Bin Acceptance Mask
SPU1_MD1_MASK14_ACCEPT 0xFAC002E8          Bin Acceptance Mask
SPU1_MD1_MASK15_ACCEPT 0xFAC002EC          Bin Acceptance Mask
SPU1_MD1_MASK16_ACCEPT 0xFAC002F0          Bin Acceptance Mask
SPU1_MD1_MASK17_ACCEPT 0xFAC002F4          Bin Acceptance Mask
SPU1_MD1_MASK18_ACCEPT 0xFAC002F8          Bin Acceptance Mask
SPU1_MD1_MASK19_ACCEPT 0xFAC002FC          Bin Acceptance Mask
SPU1_MD1_MASK20_ACCEPT 0xFAC00300          Bin Acceptance Mask
SPU1_MD1_MASK21_ACCEPT 0xFAC00304          Bin Acceptance Mask
SPU1_MD1_MASK22_ACCEPT 0xFAC00308          Bin Acceptance Mask
SPU1_MD1_MASK23_ACCEPT 0xFAC0030C          Bin Acceptance Mask
SPU1_MD1_MASK24_ACCEPT 0xFAC00310          Bin Acceptance Mask
SPU1_MD1_MASK25_ACCEPT 0xFAC00314          Bin Acceptance Mask
SPU1_MD1_MASK26_ACCEPT 0xFAC00318          Bin Acceptance Mask
SPU1_MD1_MASK27_ACCEPT 0xFAC0031C          Bin Acceptance Mask
SPU1_MD1_MASK28_ACCEPT 0xFAC00320          Bin Acceptance Mask
SPU1_MD1_MASK29_ACCEPT 0xFAC00324          Bin Acceptance Mask
SPU1_MD1_MASK30_ACCEPT 0xFAC00328          Bin Acceptance Mask
SPU1_MD1_MASK31_ACCEPT 0xFAC0032C          Bin Acceptance Mask
SPU1_IDMCNT     0xFAC00330          Input DMA Count
SPU1_IBMCNT     0xFAC00334          Input Buffer Memory Count
SPU1_LDRCNT     0xFAC00338          Input Buffer Memory Read Count
SPU1_FFTWCNT    0xFAC0033C          FFT Load Count
SPU1_FFTRCNT    0xFAC00340          FFT Unload Count
SPU1_ULDRCNT    0xFAC00344          Output Buffer Memory Write Count
SPU1_ODMCNT     0xFAC00348          Output Buffer Memory Read Count
SPU1_BRCNT      0xFAC0034C          Bin Rejection Unit Load Count
SPU1_CFARCNT    0xFAC00350          CFAR Unit Load Count
SPU1_ODMACNT0   0xFAC00354          Output DMA Port Write Count
SPU1_ODMACNT1   0xFAC00358          Output DMA Port Write Count
SPU1_ODMACNT2   0xFAC0035C          Output DMA Port Write Count
SPU1_ODMACNT3   0xFAC00360          Output DMA Port Write Count
SPU1_ODMACNT4   0xFAC00364          Output DMA Port Write Count
SPU1_ODMACNT5   0xFAC00368          Output DMA Port Write Count
SPU1_ODMACNT6   0xFAC0036C          Output DMA Port Write Count
SPU1_ODMACNT7   0xFAC00370          Output DMA Port Write Count
SPU1_CNTCLR     0xFAC00374          Safety Counter Clear
SPU1_MONITOR    0xFAC00378          SPU Monitor
SPU1_SMCTRL     0xFAC0037C          Safety Mechanism Control Functions
SPU1_SMSTAT     0xFAC00380          Safety Mechanism Status
SPU1_SMUSER     0xFAC00384          Safety Mechanism Control Functions [User)
SPU1_DATA0_CRC  0xFAC00388          Monitor CRC Register
SPU1_DATA1_CRC  0xFAC0038C          Monitor CRC Register
SPU1_DATA2_CRC  0xFAC00390          Monitor CRC Register
SPU1_DATA3_CRC  0xFAC00394          Monitor CRC Register
SPU1_DATA4_CRC  0xFAC00398          Monitor CRC Register
SPU1_DATA5_CRC  0xFAC0039C          Monitor CRC Register
SPU1_DATA6_CRC  0xFAC003A0          Monitor CRC Register
SPU1_DATA7_CRC  0xFAC003A4          Monitor CRC Register
SPU1_DATA8_CRC  0xFAC003A8          Monitor CRC Register
SPU1_DATA9_CRC  0xFAC003AC          Monitor CRC Register
SPU1_DATA10_CRC 0xFAC003B0          Monitor CRC Register
SPU1_DATA11_CRC 0xFAC003B4          Monitor CRC Register
SPU1_DATA12_CRC 0xFAC003B8          Monitor CRC Register
SPU1_DATA13_CRC 0xFAC003BC          Monitor CRC Register
SPU1_DATA14_CRC 0xFAC003C0          Monitor CRC Register
SPU1_DATA15_CRC 0xFAC003C4          Monitor CRC Register
SPU1_DATA16_CRC 0xFAC003C8          Monitor CRC Register
SPU1_DATA17_CRC 0xFAC003CC          Monitor CRC Register
SPU1_DATA18_CRC 0xFAC003D0          Monitor CRC Register
SPU1_DATA19_CRC 0xFAC003D4          Monitor CRC Register
SPU1_DATA20_CRC 0xFAC003D8          Monitor CRC Register
SPU1_DATA21_CRC 0xFAC003DC          Monitor CRC Register
SPU1_DATA22_CRC 0xFAC003E0          Monitor CRC Register
SPU1_DATA23_CRC 0xFAC003E4          Monitor CRC Register
SPU1_DATA24_CRC 0xFAC003E8          Monitor CRC Register
SPU1_DATA25_CRC 0xFAC003EC          Monitor CRC Register
SPU1_DATA26_CRC 0xFAC003F0          Monitor CRC Register
SPU1_DATA27_CRC 0xFAC003F4          Monitor CRC Register
SPU1_DATA28_CRC 0xFAC003F8          Monitor CRC Register
SPU1_DATA29_CRC 0xFAC003FC          Monitor CRC Register
SPU1_DATA30_CRC 0xFAC00400          Monitor CRC Register
SPU1_DATA31_CRC 0xFAC00404          Monitor CRC Register
SPU1_DATA32_CRC 0xFAC00408          Monitor CRC Register
SPU1_DATA33_CRC 0xFAC0040C          Monitor CRC Register
SPU1_DATA34_CRC 0xFAC00410          Monitor CRC Register
SPU1_DATA35_CRC 0xFAC00414          Monitor CRC Register
SPU1_DATA36_CRC 0xFAC00418          Monitor CRC Register
SPU1_DATA37_CRC 0xFAC0041C          Monitor CRC Register
SPU1_DATA38_CRC 0xFAC00420          Monitor CRC Register
SPU1_DATA39_CRC 0xFAC00424          Monitor CRC Register
SPU1_DATA40_CRC 0xFAC00428          Monitor CRC Register
SPU1_DATA41_CRC 0xFAC0042C          Monitor CRC Register
SPU1_DATA42_CRC 0xFAC00430          Monitor CRC Register
SPU1_DATA43_CRC 0xFAC00434          Monitor CRC Register
SPU1_DATA44_CRC 0xFAC00438          Monitor CRC Register
SPU1_DATA45_CRC 0xFAC0043C          Monitor CRC Register
SPU1_DATA46_CRC 0xFAC00440          Monitor CRC Register
SPU1_DATA47_CRC 0xFAC00444          Monitor CRC Register
SPU1_DATA48_CRC 0xFAC00448          Monitor CRC Register
SPU1_DATA49_CRC 0xFAC0044C          Monitor CRC Register
SPU1_DATA50_CRC 0xFAC00450          Monitor CRC Register
SPU1_DATA51_CRC 0xFAC00454          Monitor CRC Register
SPU1_DATA52_CRC 0xFAC00458          Monitor CRC Register
SPU1_DATA53_CRC 0xFAC0045C          Monitor CRC Register
SPU1_DATA54_CRC 0xFAC00460          Monitor CRC Register
SPU1_DATA55_CRC 0xFAC00464          Monitor CRC Register
SPU1_DATA56_CRC 0xFAC00468          Monitor CRC Register
SPU1_DATA57_CRC 0xFAC0046C          Monitor CRC Register
SPU1_DATA58_CRC 0xFAC00470          Monitor CRC Register
SPU1_DATA59_CRC 0xFAC00474          Monitor CRC Register
SPU1_DATA60_CRC 0xFAC00478          Monitor CRC Register
SPU1_DATA61_CRC 0xFAC0047C          Monitor CRC Register
SPU1_DATA62_CRC 0xFAC00480          Monitor CRC Register
SPU1_DATA63_CRC 0xFAC00484          Monitor CRC Register
SPU1_DATA64_CRC 0xFAC00488          Monitor CRC Register
SPU1_DATA65_CRC 0xFAC0048C          Monitor CRC Register
SPU1_DATA66_CRC 0xFAC00490          Monitor CRC Register
SPU1_DATA67_CRC 0xFAC00494          Monitor CRC Register
SPU1_DATA68_CRC 0xFAC00498          Monitor CRC Register
SPU1_DATA69_CRC 0xFAC0049C          Monitor CRC Register
SPU1_DATA70_CRC 0xFAC004A0          Monitor CRC Register
SPU1_DATA71_CRC 0xFAC004A4          Monitor CRC Register
SPU1_DATA72_CRC 0xFAC004A8          Monitor CRC Register
SPU1_DATA73_CRC 0xFAC004AC          Monitor CRC Register
SPU1_DATA74_CRC 0xFAC004B0          Monitor CRC Register
SPU1_DATA75_CRC 0xFAC004B4          Monitor CRC Register
SPU1_DATA76_CRC 0xFAC004B8          Monitor CRC Register
SPU1_DATA77_CRC 0xFAC004BC          Monitor CRC Register
SPU1_DATA78_CRC 0xFAC004C0          Monitor CRC Register
SPU1_DATA79_CRC 0xFAC004C4          Monitor CRC Register
SPU1_DATA80_CRC 0xFAC004C8          Monitor CRC Register
SPU1_DATA81_CRC 0xFAC004CC          Monitor CRC Register
SPU1_DATA82_CRC 0xFAC004D0          Monitor CRC Register
SPU1_DATA83_CRC 0xFAC004D4          Monitor CRC Register
SPU1_DATA84_CRC 0xFAC004D8          Monitor CRC Register
SPU1_DATA85_CRC 0xFAC004DC          Monitor CRC Register
SPU1_CTRL0_CRC  0xFAC00500          Monitor CRC Register
SPU1_CTRL1_CRC  0xFAC00504          Monitor CRC Register
SPU1_CTRL2_CRC  0xFAC00508          Monitor CRC Register
SPU1_CTRL3_CRC  0xFAC0050C          Monitor CRC Register
SPU1_CTRL4_CRC  0xFAC00510          Monitor CRC Register
SPU1_CTRL5_CRC  0xFAC00514          Monitor CRC Register
SPU1_CTRL6_CRC  0xFAC00518          Monitor CRC Register
SPU1_CTRL7_CRC  0xFAC0051C          Monitor CRC Register
SPU1_CTRL8_CRC  0xFAC00520          Monitor CRC Register
SPU1_CTRL9_CRC  0xFAC00524          Monitor CRC Register
SPU1_CTRL10_CRC 0xFAC00528          Monitor CRC Register
SPU1_CTRL11_CRC 0xFAC0052C          Monitor CRC Register
SPU1_CTRL12_CRC 0xFAC00530          Monitor CRC Register
SPU1_CTRL13_CRC 0xFAC00534          Monitor CRC Register
SPU1_CTRL14_CRC 0xFAC00538          Monitor CRC Register
SPU1_CTRL15_CRC 0xFAC0053C          Monitor CRC Register
SPU1_CTRL16_CRC 0xFAC00540          Monitor CRC Register
SPU1_CTRL17_CRC 0xFAC00544          Monitor CRC Register
SPU1_CTRL18_CRC 0xFAC00548          Monitor CRC Register
SPU1_CTRL19_CRC 0xFAC0054C          Monitor CRC Register
SPU1_CTRL20_CRC 0xFAC00550          Monitor CRC Register
SPU1_CTRL21_CRC 0xFAC00554          Monitor CRC Register
SPU1_CTRL22_CRC 0xFAC00558          Monitor CRC Register
SPU1_CTRL23_CRC 0xFAC0055C          Monitor CRC Register
SPU1_CTRL24_CRC 0xFAC00560          Monitor CRC Register
SPU1_USROTC     0xFAC007E0          User OCDS Trace Control
SPU1_ACCEN0     0xFAC007E4          Access Enable Register 0
SPU1_ACCEN1     0xFAC007E8          Access Enable Register 1
SPU1_OCS        0xFAC007EC          OCDS Control and Status
SPU1_ODA        0xFAC007F0          OCDS Debug Access Register
SPU1_KRST0      0xFAC007F4          Kernel Reset Register 0
SPU1_KRST1      0xFAC007F8          Kernel Reset Register 1
SPU1_KRSTCLR    0xFAC007FC          Kernel Reset Clear
EMEMMPU0_CLC    0xFB000000          EMEM Module Clock Control Register
EMEMMPU0_MODID  0xFB000008          EMEM Module ID Register
EMEMMPU0_ACCEN0 0xFB000010          EMEM Module Access Enable Register 0
EMEMMPU0_ACCEN1 0xFB000014          EMEM Module Access Enable Register 1
EMEMMPU0_MEMCON 0xFB000020          EMEM Module Memory Control Register
EMEMMPU0_SCTRL  0xFB000024          EMEM Module Safety Control Register
EMEMMPU0_RGNLA0 0xFB000050          EMEM Module Region 0 Lower Address Register
EMEMMPU0_RGNUA0 0xFB000054          EMEM Module Region 0 Upper Address Register
EMEMMPU0_RGNACCENWA0 0xFB000058          EMEM Module Region 0 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB0 0xFB00005C          EMEM Module Region 0 Write Access Enable Register 1
EMEMMPU0_RGNLA1 0xFB000060          EMEM Module Region 1 Lower Address Register
EMEMMPU0_RGNUA1 0xFB000064          EMEM Module Region 1 Upper Address Register
EMEMMPU0_RGNACCENWA1 0xFB000068          EMEM Module Region 1 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB1 0xFB00006C          EMEM Module Region 1 Write Access Enable Register 1
EMEMMPU0_RGNLA2 0xFB000070          EMEM Module Region 2 Lower Address Register
EMEMMPU0_RGNUA2 0xFB000074          EMEM Module Region 2 Upper Address Register
EMEMMPU0_RGNACCENWA2 0xFB000078          EMEM Module Region 2 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB2 0xFB00007C          EMEM Module Region 2 Write Access Enable Register 1
EMEMMPU0_RGNLA3 0xFB000080          EMEM Module Region 3 Lower Address Register
EMEMMPU0_RGNUA3 0xFB000084          EMEM Module Region 3 Upper Address Register
EMEMMPU0_RGNACCENWA3 0xFB000088          EMEM Module Region 3 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB3 0xFB00008C          EMEM Module Region 3 Write Access Enable Register 1
EMEMMPU0_RGNLA4 0xFB000090          EMEM Module Region 4 Lower Address Register
EMEMMPU0_RGNUA4 0xFB000094          EMEM Module Region 4 Upper Address Register
EMEMMPU0_RGNACCENWA4 0xFB000098          EMEM Module Region 4 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB4 0xFB00009C          EMEM Module Region 4 Write Access Enable Register 1
EMEMMPU0_RGNLA5 0xFB0000A0          EMEM Module Region 5 Lower Address Register
EMEMMPU0_RGNUA5 0xFB0000A4          EMEM Module Region 5 Upper Address Register
EMEMMPU0_RGNACCENWA5 0xFB0000A8          EMEM Module Region 5 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB5 0xFB0000AC          EMEM Module Region 5 Write Access Enable Register 1
EMEMMPU0_RGNLA6 0xFB0000B0          EMEM Module Region 6 Lower Address Register
EMEMMPU0_RGNUA6 0xFB0000B4          EMEM Module Region 6 Upper Address Register
EMEMMPU0_RGNACCENWA6 0xFB0000B8          EMEM Module Region 6 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB6 0xFB0000BC          EMEM Module Region 6 Write Access Enable Register 1
EMEMMPU0_RGNLA7 0xFB0000C0          EMEM Module Region 7 Lower Address Register
EMEMMPU0_RGNUA7 0xFB0000C4          EMEM Module Region 7 Upper Address Register
EMEMMPU0_RGNACCENWA7 0xFB0000C8          EMEM Module Region 7 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB7 0xFB0000CC          EMEM Module Region 7 Write Access Enable Register 1
EMEMMPU0_RGNACCENRA0 0xFB0000D8          EMEM Module Region 0 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB0 0xFB0000DC          EMEM Module Region 0 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA1 0xFB0000E8          EMEM Module Region 1 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB1 0xFB0000EC          EMEM Module Region 1 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA2 0xFB0000F8          EMEM Module Region 2 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB2 0xFB0000FC          EMEM Module Region 2 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA3 0xFB000108          EMEM Module Region 3 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB3 0xFB00010C          EMEM Module Region 3 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA4 0xFB000118          EMEM Module Region 4 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB4 0xFB00011C          EMEM Module Region 4 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA5 0xFB000128          EMEM Module Region 5 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB5 0xFB00012C          EMEM Module Region 5 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA6 0xFB000138          EMEM Module Region 6 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB6 0xFB00013C          EMEM Module Region 6 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA7 0xFB000148          EMEM Module Region 7 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB7 0xFB00014C          EMEM Module Region 7 Read Access Enable Register 1
EMEMMPU1_CLC    0xFB010000          EMEM Module Clock Control Register
EMEMMPU1_MODID  0xFB010008          EMEM Module ID Register
EMEMMPU1_ACCEN0 0xFB010010          EMEM Module Access Enable Register 0
EMEMMPU1_ACCEN1 0xFB010014          EMEM Module Access Enable Register 1
EMEMMPU1_MEMCON 0xFB010020          EMEM Module Memory Control Register
EMEMMPU1_SCTRL  0xFB010024          EMEM Module Safety Control Register
EMEMMPU1_RGNLA0 0xFB010050          EMEM Module Region 0 Lower Address Register
EMEMMPU1_RGNUA0 0xFB010054          EMEM Module Region 0 Upper Address Register
EMEMMPU1_RGNACCENWA0 0xFB010058          EMEM Module Region 0 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB0 0xFB01005C          EMEM Module Region 0 Write Access Enable Register 1
EMEMMPU1_RGNLA1 0xFB010060          EMEM Module Region 1 Lower Address Register
EMEMMPU1_RGNUA1 0xFB010064          EMEM Module Region 1 Upper Address Register
EMEMMPU1_RGNACCENWA1 0xFB010068          EMEM Module Region 1 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB1 0xFB01006C          EMEM Module Region 1 Write Access Enable Register 1
EMEMMPU1_RGNLA2 0xFB010070          EMEM Module Region 2 Lower Address Register
EMEMMPU1_RGNUA2 0xFB010074          EMEM Module Region 2 Upper Address Register
EMEMMPU1_RGNACCENWA2 0xFB010078          EMEM Module Region 2 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB2 0xFB01007C          EMEM Module Region 2 Write Access Enable Register 1
EMEMMPU1_RGNLA3 0xFB010080          EMEM Module Region 3 Lower Address Register
EMEMMPU1_RGNUA3 0xFB010084          EMEM Module Region 3 Upper Address Register
EMEMMPU1_RGNACCENWA3 0xFB010088          EMEM Module Region 3 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB3 0xFB01008C          EMEM Module Region 3 Write Access Enable Register 1
EMEMMPU1_RGNLA4 0xFB010090          EMEM Module Region 4 Lower Address Register
EMEMMPU1_RGNUA4 0xFB010094          EMEM Module Region 4 Upper Address Register
EMEMMPU1_RGNACCENWA4 0xFB010098          EMEM Module Region 4 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB4 0xFB01009C          EMEM Module Region 4 Write Access Enable Register 1
EMEMMPU1_RGNLA5 0xFB0100A0          EMEM Module Region 5 Lower Address Register
EMEMMPU1_RGNUA5 0xFB0100A4          EMEM Module Region 5 Upper Address Register
EMEMMPU1_RGNACCENWA5 0xFB0100A8          EMEM Module Region 5 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB5 0xFB0100AC          EMEM Module Region 5 Write Access Enable Register 1
EMEMMPU1_RGNLA6 0xFB0100B0          EMEM Module Region 6 Lower Address Register
EMEMMPU1_RGNUA6 0xFB0100B4          EMEM Module Region 6 Upper Address Register
EMEMMPU1_RGNACCENWA6 0xFB0100B8          EMEM Module Region 6 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB6 0xFB0100BC          EMEM Module Region 6 Write Access Enable Register 1
EMEMMPU1_RGNLA7 0xFB0100C0          EMEM Module Region 7 Lower Address Register
EMEMMPU1_RGNUA7 0xFB0100C4          EMEM Module Region 7 Upper Address Register
EMEMMPU1_RGNACCENWA7 0xFB0100C8          EMEM Module Region 7 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB7 0xFB0100CC          EMEM Module Region 7 Write Access Enable Register 1
EMEMMPU1_RGNACCENRA0 0xFB0100D8          EMEM Module Region 0 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB0 0xFB0100DC          EMEM Module Region 0 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA1 0xFB0100E8          EMEM Module Region 1 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB1 0xFB0100EC          EMEM Module Region 1 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA2 0xFB0100F8          EMEM Module Region 2 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB2 0xFB0100FC          EMEM Module Region 2 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA3 0xFB010108          EMEM Module Region 3 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB3 0xFB01010C          EMEM Module Region 3 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA4 0xFB010118          EMEM Module Region 4 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB4 0xFB01011C          EMEM Module Region 4 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA5 0xFB010128          EMEM Module Region 5 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB5 0xFB01012C          EMEM Module Region 5 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA6 0xFB010138          EMEM Module Region 6 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB6 0xFB01013C          EMEM Module Region 6 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA7 0xFB010148          EMEM Module Region 7 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB7 0xFB01014C          EMEM Module Region 7 Read Access Enable Register 1

; this chip implements TriCore v1.6.2 instruction set
.tc3xx/tc36x
; MEMORY MAP
area DATA CPU1_DSPR       0x60000000:0x6003C000   CPU1 Data Scratch Pad SRAM
area DATA CPU1_DCACHE     0x6003C000:0x60040000   CPU1 Data Cache SRAM
area DATA CPU1_DTAG       0x600C0000:0x600C1800   CPU1 Data Cache TAG SRAM
area CODE CPU1_PSPR       0x60100000:0x60110000   CPU1 Program Scratch Pad SRAM
area CODE CPU1_PCACHE     0x60110000:0x60118000   CPU1 Program Cache SRAM
area CODE CPU1_PTAG       0x601C0000:0x601C3000   CPU1 Program Cache TAG SRAM
area DATA CPU0_DSPR       0x70000000:0x7003C000   CPU0 Data Scratch Pad SRAM
area DATA CPU0_DCACHE     0x7003C000:0x70040000   CPU0 Data Cache SRAM
area DATA CPU0_DTAG       0x700C0000:0x700C1800   CPU0 Data Cache TAG SRAM
area CODE CPU0_PSPR       0x70100000:0x70110000   CPU0 Program Scratch Pad SRAM
area CODE CPU0_PCACHE     0x70110000:0x70118000   CPU0 Program Cache SRAM
area CODE CPU0_PTAG       0x701C0000:0x701C3000   CPU0 Program Cache TAG SRAM
area DATA EBU             0x82000000:0x88000000   External EBU Space, cached
area DATA OLDA            0x8FE00000:0x8FE80000   Online Data Acquisition, cached
area CODE BROM            0x8FFF0000:0x90000000   Boot ROM, cached
area DATA LMURAM          0x90000000:0x90120000   LMU SRAM, cached
area DATA DAM             0x90400000:0x90420000   DAM, cached
area DATA TRAM            0x98000000:0x98002000   miniMCDS Trace SRAM, cached
area DATA EMEM            0x98E00000:0x99400000   EMEM, cached
area CODE PFLASH0_NC      0xA0000000:0xA0300000   Program Flash 0, non-cached
area CODE PFLASH1_NC      0xA0300000:0xA0600000   Program Flash 1, non-cached
area CODE PFLASH2_NC      0xA0600000:0xA0900000   Program Flash 2, non-cached
area CODE PFLASH3_NC      0xA0900000:0xA0C00000   Program Flash 3, non-cached
area CODE PFLASH4_NC      0xA0C00000:0xA0F00000   Program Flash 4, non-cached
area CODE PFLASH5_NC      0xA0F00000:0xA1000000   Program Flash 5, non-cached
area DATA EBU_NC          0xA2000000:0xA8000000   External EBU Space, non-cached
area DATA EC0             0xA8000000:0xA8004000   Erase Counter 0, non-cached
area DATA PFI0            0xA8080000:0xA80C0000   PFI User Registers 0, non-cached
area DATA EC1             0xA8300000:0xA8304000   Erase Counter 1, non-cached
area DATA PFI1            0xA8380000:0xA83C0000   PFI User Registers 1, non-cached
area DATA EC2             0xA8600000:0xA8604000   Erase Counter 2, non-cached
area DATA PFI2            0xA8680000:0xA86C0000   PFI User Registers 2, non-cached
area DATA EC3             0xA8900000:0xA8904000   Erase Counter 3, non-cached
area DATA PFI3            0xA8980000:0xA89C0000   PFI User Registers 3, non-cached
area DATA EC4             0xA8C00000:0xA8C04000   Erase Counter 4, non-cached
area DATA PFI4            0xA8C80000:0xA8CC0000   PFI User Registers 4, non-cached
area DATA EC5             0xA8F00000:0xA8F04000   Erase Counter 5, non-cached
area DATA PFI5            0xA8F80000:0xA8FC0000   PFI User Registers 5, non-cached
area DATA DFLASH0_EEPROM_NC 0xAF000000:0xAF100000   Data Flash 0 EEPROM, non-cached
area DATA DFLASH0_UCB_NC  0xAF400000:0xAF406000   Data Flash 0 UCB, non-cached
area DATA DFLASH0_CFS_NC  0xAF800000:0xAF810000   Data Flash 0 CFS, non-cached
area DATA DFLASH1_EEPROM_NC 0xAFC00000:0xAFC20000   Data Flash 1 EEPROM, non-cached
area DATA OLDA_NC         0xAFE00000:0xAFE80000   Online Data Acquisition, non-cached
area CODE BROM_NC         0xAFFF0000:0xB0000000   Boot ROM, non-cached
area DATA LMU_NC          0xB0000000:0xB0120000   LMU, non-cached
area DATA DAM_NC          0xB0400000:0xB0420000   DAM, non-cached
area DATA TRAM_NC         0xB8000000:0xB8002000   miniMCDS Trace SRAM, non-cached
area DATA EMEM_NC         0xB8E00000:0xB9400000   EMEM, non-cached
area DATA XTM_NC          0xB9400000:0xB9480000   Extra Trace Memory, non-cached
area DATA REGISTERS       0xF0000000:0xFF120000   Core SFRs and GPRs
; REGISTERS
PFI0_ECCR       0xA8080000          ECC Read Register
PFI0_ECCS       0xA8080020          ECC Status Register
PFI0_SBABRECORD0 0xA8082000          SBAB Record 0
PFI0_SBABRECORD1 0xA8082020          SBAB Record 1
PFI0_SBABRECORD2 0xA8082040          SBAB Record 2
PFI0_SBABRECORD3 0xA8082060          SBAB Record 3
PFI0_SBABRECORD4 0xA8082080          SBAB Record 4
PFI0_SBABRECORD5 0xA80820A0          SBAB Record 5
PFI0_SBABRECORD6 0xA80820C0          SBAB Record 6
PFI0_SBABRECORD7 0xA80820E0          SBAB Record 7
PFI0_SBABRECORD8 0xA8082100          SBAB Record 8
PFI0_SBABRECORD9 0xA8082120          SBAB Record 9
PFI0_SBABRECORD10 0xA8082140          SBAB Record 10
PFI0_SBABRECORD11 0xA8082160          SBAB Record 11
PFI0_SBABRECORD12 0xA8082180          SBAB Record 12
PFI0_SBABRECORD13 0xA80821A0          SBAB Record 13
PFI0_SBABRECORD14 0xA80821C0          SBAB Record 14
PFI0_SBABRECORD15 0xA80821E0          SBAB Record 15
PFI0_SBABRECORD16 0xA8082200          SBAB Record 16
PFI0_DBABRECORD0 0xA8084000          DBAB Record 0
PFI0_DBABRECORD1 0xA8084020          DBAB Record 1
PFI0_MBABRECORD0 0xA8088000          MBAB Record 0
PFI0_ZBABRECORD0 0xA808C000          ZBAB Record 0
PFI0_ZBABRECORD1 0xA808C020          ZBAB Record 1
PFI0_ZBABRECORD2 0xA808C040          ZBAB Record 2
PFI0_ZBABRECORD3 0xA808C060          ZBAB Record 3
PFI1_ECCR       0xA8380000          ECC Read Register
PFI1_ECCS       0xA8380020          ECC Status Register
PFI1_SBABRECORD0 0xA8382000          SBAB Record 0
PFI1_SBABRECORD1 0xA8382020          SBAB Record 1
PFI1_SBABRECORD2 0xA8382040          SBAB Record 2
PFI1_SBABRECORD3 0xA8382060          SBAB Record 3
PFI1_SBABRECORD4 0xA8382080          SBAB Record 4
PFI1_SBABRECORD5 0xA83820A0          SBAB Record 5
PFI1_SBABRECORD6 0xA83820C0          SBAB Record 6
PFI1_SBABRECORD7 0xA83820E0          SBAB Record 7
PFI1_SBABRECORD8 0xA8382100          SBAB Record 8
PFI1_SBABRECORD9 0xA8382120          SBAB Record 9
PFI1_SBABRECORD10 0xA8382140          SBAB Record 10
PFI1_SBABRECORD11 0xA8382160          SBAB Record 11
PFI1_SBABRECORD12 0xA8382180          SBAB Record 12
PFI1_SBABRECORD13 0xA83821A0          SBAB Record 13
PFI1_SBABRECORD14 0xA83821C0          SBAB Record 14
PFI1_SBABRECORD15 0xA83821E0          SBAB Record 15
PFI1_SBABRECORD16 0xA8382200          SBAB Record 16
PFI1_DBABRECORD0 0xA8384000          DBAB Record 0
PFI1_DBABRECORD1 0xA8384020          DBAB Record 1
PFI1_MBABRECORD0 0xA8388000          MBAB Record 0
PFI1_ZBABRECORD0 0xA838C000          ZBAB Record 0
PFI1_ZBABRECORD1 0xA838C020          ZBAB Record 1
PFI1_ZBABRECORD2 0xA838C040          ZBAB Record 2
PFI1_ZBABRECORD3 0xA838C060          ZBAB Record 3
FCE_CLC         0xF0000000          Clock Control Register
FCE_ID          0xF0000008          Module Identification Register
FCE_CHSTS       0xF0000020          Channels Status Register
FCE_KRSTCLR     0xF00000EC          Kernel Reset Status Clear Register
FCE_KRST1       0xF00000F0          Kernel Reset Register 1
FCE_KRST0       0xF00000F4          Kernel Reset Register 0
FCE_ACCEN1      0xF00000F8          Access Enable Register 1
FCE_ACCEN0      0xF00000FC          Access Enable Register 0
FCE_IR0         0xF0000100          Input Register 0
FCE_RES0        0xF0000104          CRC Result Register 0
FCE_CFG0        0xF0000108          CRC Configuration Register 0
FCE_STS0        0xF000010C          CRC Status Register 0
FCE_LENGTH0     0xF0000110          CRC Length Register 0
FCE_CHECK0      0xF0000114          CRC Check Register 0
FCE_CRC0        0xF0000118          CRC Regsister 0
FCE_CTR0        0xF000011C          CRC Test Register 0
FCE_IR1         0xF0000120          Input Register 1
FCE_RES1        0xF0000124          CRC Result Register 1
FCE_CFG1        0xF0000128          CRC Configuration Register 1
FCE_STS1        0xF000012C          CRC Status Register 1
FCE_LENGTH1     0xF0000130          CRC Length Register 1
FCE_CHECK1      0xF0000134          CRC Check Register 1
FCE_CRC1        0xF0000138          CRC Regsister 1
FCE_CTR1        0xF000013C          CRC Test Register 1
FCE_IR2         0xF0000140          Input Register 2
FCE_RES2        0xF0000144          CRC Result Register 2
FCE_CFG2        0xF0000148          CRC Configuration Register 2
FCE_STS2        0xF000014C          CRC Status Register 2
FCE_LENGTH2     0xF0000150          CRC Length Register 2
FCE_CHECK2      0xF0000154          CRC Check Register 2
FCE_CRC2        0xF0000158          CRC Regsister 2
FCE_CTR2        0xF000015C          CRC Test Register 2
FCE_IR3         0xF0000160          Input Register 3
FCE_RES3        0xF0000164          CRC Result Register 3
FCE_CFG3        0xF0000168          CRC Configuration Register 3
FCE_STS3        0xF000016C          CRC Status Register 3
FCE_LENGTH3     0xF0000170          CRC Length Register 3
FCE_CHECK3      0xF0000174          CRC Check Register 3
FCE_CRC3        0xF0000178          CRC Regsister 3
FCE_CTR3        0xF000017C          CRC Test Register 3
FCE_IR4         0xF0000180          Input Register 4
FCE_RES4        0xF0000184          CRC Result Register 4
FCE_CFG4        0xF0000188          CRC Configuration Register 4
FCE_STS4        0xF000018C          CRC Status Register 4
FCE_LENGTH4     0xF0000190          CRC Length Register 4
FCE_CHECK4      0xF0000194          CRC Check Register 4
FCE_CRC4        0xF0000198          CRC Regsister 4
FCE_CTR4        0xF000019C          CRC Test Register 4
FCE_IR5         0xF00001A0          Input Register 5
FCE_RES5        0xF00001A4          CRC Result Register 5
FCE_CFG5        0xF00001A8          CRC Configuration Register 5
FCE_STS5        0xF00001AC          CRC Status Register 5
FCE_LENGTH5     0xF00001B0          CRC Length Register 5
FCE_CHECK5      0xF00001B4          CRC Check Register 5
FCE_CRC5        0xF00001B8          CRC Regsister 5
FCE_CTR5        0xF00001BC          CRC Test Register 5
FCE_IR6         0xF00001C0          Input Register 6
FCE_RES6        0xF00001C4          CRC Result Register 6
FCE_CFG6        0xF00001C8          CRC Configuration Register 6
FCE_STS6        0xF00001CC          CRC Status Register 6
FCE_LENGTH6     0xF00001D0          CRC Length Register 6
FCE_CHECK6      0xF00001D4          CRC Check Register 6
FCE_CRC6        0xF00001D8          CRC Regsister 6
FCE_CTR6        0xF00001DC          CRC Test Register 6
FCE_IR7         0xF00001E0          Input Register 7
FCE_RES7        0xF00001E4          CRC Result Register 7
FCE_CFG7        0xF00001E8          CRC Configuration Register 7
FCE_STS7        0xF00001EC          CRC Status Register 7
FCE_LENGTH7     0xF00001F0          CRC Length Register 7
FCE_CHECK7      0xF00001F4          CRC Check Register 7
FCE_CRC7        0xF00001F8          CRC Regsister 7
FCE_CTR7        0xF00001FC          CRC Test Register 7
CBS_JDPID       0xF0000408          Module Identification Register
CBS_OIFM        0xF000040C          OCDS Interface Mode Register
CBS_TIPR        0xF0000410          TG Input Pins Routing
CBS_TOPR        0xF0000414          TG Output Pins Routing
CBS_TOPPS       0xF0000418          TG Output Pins Pulse Stretcher
CBS_TCIP        0xF000041C          TG Capture for TG Input Pins
CBS_TRC0        0xF0000420          TG Routing for CPU0
CBS_TRC1        0xF0000424          TG Routing for CPU1
CBS_TRC2        0xF0000428          TG Routing for CPU2
CBS_TRC3        0xF000042C          TG Routing for CPU3
CBS_TRC4        0xF0000430          TG Routing for CPU4
CBS_TRC5        0xF0000434          TG Routing for CPU5
CBS_TRHSM       0xF0000438          TG Routing for HSMControl
CBS_TRMC        0xF000043C          TG Routing for MCDS Control
CBS_TLCC0       0xF0000440          TG Line Counter Control
CBS_TLCC1       0xF0000444          TG Line Counter Control
CBS_TLCV0       0xF0000450          TG Line Counter Value
CBS_TLCV1       0xF0000454          TG Line Counter Value
CBS_TRSS        0xF0000460          TG Routing for Special Signals
CBS_JTAGID      0xF0000464          JTAGDevice Identification Register
CBS_COMDATA     0xF0000468          Communication Mode Data Register
CBS_IOSR        0xF000046C          IOClientStatus and Control Register
CBS_TLS         0xF0000470          TG Line State
CBS_TCTL        0xF0000474          TG Capture for TG Lines
CBS_OEC         0xF0000478          OCDS Enable Control Register
CBS_OCNTRL      0xF000047C          OSCU Control Register
CBS_OSTATE      0xF0000480          OSCUStatus Register
CBS_INTMOD      0xF0000484          Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488          Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C          Internally Controlled Trace Destination Register
CBS_TLC         0xF0000490          TG Line Control
CBS_TL1ST       0xF0000494          TG Line 1 Suspend Targets
CBS_TLCHE       0xF0000498          TG Line Capture and Hold Enable
CBS_TLCHS       0xF000049C          TG Line Capture and Hold Clear
CBS_TRIGS       0xF00004A0          Set Trigger to Host Register
CBS_TRIGC       0xF00004A4          Clear Trigger to Host Register
CBS_TLT         0xF00004A8          TG Line Timer
CBS_TLTTH       0xF00004AC          TG Lines for Trigger to Host
CBS_TCCB        0xF00004B0          TG Capture for Cores - BRKOUT
CBS_TCCH        0xF00004B4          TG Capture for Cores - HALT
CBS_TCTGB       0xF00004B8          TG Capture for OTGB0/1
CBS_TCM         0xF00004BC          TG Capture for MCDS
CBS_TREC0       0xF00004C0          TG Routing Events of CPU0
CBS_TREC1       0xF00004C4          TG Routing Events of CPU1
CBS_TREC2       0xF00004C8          TG Routing Events of CPU2
CBS_TREC3       0xF00004CC          TG Routing Events of CPU3
CBS_TREC4       0xF00004D0          TG Routing Events of CPU4
CBS_TREC5       0xF00004D4          TG Routing Events of CPU5
CBS_TRMT        0xF00004DC          TG Routing for MCDS Triggers
CBS_TRTGB0L     0xF00004E0          TG Routing for OTGB0 Bits [7:0]
CBS_TRTGB0H     0xF00004E4          TG Routing for OTGB0 Bits [15:8]
CBS_TRTGB1L     0xF00004E8          TG Routing for OTGB1 Bits [7:0]
CBS_TRTGB1H     0xF00004EC          TG Routing for OTGB1 Bits [15:8]
CBS_IFSA        0xF00004F0          IFS Address Register
CBS_IFSC        0xF00004F4          IFS Control Register
CBS_TRIG0       0xF0000500          Trigger to Host Register 0
CBS_TRIG1       0xF0000504          Trigger to Host Register 1
CBS_TRIG2       0xF0000508          Trigger to Host Register 2
CBS_TRIG3       0xF000050C          Trigger to Host Register 3
CBS_TRIG4       0xF0000510          Trigger to Host Register 4
CBS_TRIG5       0xF0000514          Trigger to Host Register 5
CBS_ACCEN1      0xF00005F8          Access Enable Register 1
CBS_ACCEN0      0xF00005FC          Access Enable Register 0
ASCLIN0_CLC     0xF0000600          Clock Control Register
ASCLIN0_IOCR    0xF0000604          Input and Output Control Register
ASCLIN0_ID      0xF0000608          Module Identification Register
ASCLIN0_TXFIFOCON 0xF000060C          TX FIFO Configuration Register
ASCLIN0_RXFIFOCON 0xF0000610          RX FIFO Configuration Register
ASCLIN0_BITCON  0xF0000614          Bit Configuration Register
ASCLIN0_FRAMECON 0xF0000618          Frame Control Register
ASCLIN0_DATCON  0xF000061C          Data Configuration Register
ASCLIN0_BRG     0xF0000620          Baud Rate Generation Register
ASCLIN0_BRD     0xF0000624          Baud Rate Detection Register
ASCLIN0_LINCON  0xF0000628          LIN Control Register
ASCLIN0_LINBTIMER 0xF000062C          LIN Break Timer Register
ASCLIN0_LINHTIMER 0xF0000630          LIN Header Timer Register
ASCLIN0_FLAGS   0xF0000634          Flags Register
ASCLIN0_FLAGSSET 0xF0000638          Flags Set Register
ASCLIN0_FLAGSCLEAR 0xF000063C          Flags Clear Register
ASCLIN0_FLAGSENABLE 0xF0000640          Flags Enable Register
ASCLIN0_TXDATA  0xF0000644          Transmit Data Register
ASCLIN0_RXDATA  0xF0000648          Receive Data Register
ASCLIN0_CSR     0xF000064C          Clock Selection Register
ASCLIN0_RXDATAD 0xF0000650          Receive Data Debug Register
ASCLIN0_OCS     0xF00006E8          OCDS Control and Status
ASCLIN0_KRSTCLR 0xF00006EC          Kernel Reset Status Clear Register
ASCLIN0_KRST1   0xF00006F0          Kernel Reset Register 1
ASCLIN0_KRST0   0xF00006F4          Kernel Reset Register 0
ASCLIN0_ACCEN0  0xF00006FC          Access Enable Register 0
ASCLIN1_CLC     0xF0000700          Clock Control Register
ASCLIN1_IOCR    0xF0000704          Input and Output Control Register
ASCLIN1_ID      0xF0000708          Module Identification Register
ASCLIN1_TXFIFOCON 0xF000070C          TX FIFO Configuration Register
ASCLIN1_RXFIFOCON 0xF0000710          RX FIFO Configuration Register
ASCLIN1_BITCON  0xF0000714          Bit Configuration Register
ASCLIN1_FRAMECON 0xF0000718          Frame Control Register
ASCLIN1_DATCON  0xF000071C          Data Configuration Register
ASCLIN1_BRG     0xF0000720          Baud Rate Generation Register
ASCLIN1_BRD     0xF0000724          Baud Rate Detection Register
ASCLIN1_LINCON  0xF0000728          LIN Control Register
ASCLIN1_LINBTIMER 0xF000072C          LIN Break Timer Register
ASCLIN1_LINHTIMER 0xF0000730          LIN Header Timer Register
ASCLIN1_FLAGS   0xF0000734          Flags Register
ASCLIN1_FLAGSSET 0xF0000738          Flags Set Register
ASCLIN1_FLAGSCLEAR 0xF000073C          Flags Clear Register
ASCLIN1_FLAGSENABLE 0xF0000740          Flags Enable Register
ASCLIN1_TXDATA  0xF0000744          Transmit Data Register
ASCLIN1_RXDATA  0xF0000748          Receive Data Register
ASCLIN1_CSR     0xF000074C          Clock Selection Register
ASCLIN1_RXDATAD 0xF0000750          Receive Data Debug Register
ASCLIN1_OCS     0xF00007E8          OCDS Control and Status
ASCLIN1_KRSTCLR 0xF00007EC          Kernel Reset Status Clear Register
ASCLIN1_KRST1   0xF00007F0          Kernel Reset Register 1
ASCLIN1_KRST0   0xF00007F4          Kernel Reset Register 0
ASCLIN1_ACCEN0  0xF00007FC          Access Enable Register 0
ASCLIN2_CLC     0xF0000800          Clock Control Register
ASCLIN2_IOCR    0xF0000804          Input and Output Control Register
ASCLIN2_ID      0xF0000808          Module Identification Register
ASCLIN2_TXFIFOCON 0xF000080C          TX FIFO Configuration Register
ASCLIN2_RXFIFOCON 0xF0000810          RX FIFO Configuration Register
ASCLIN2_BITCON  0xF0000814          Bit Configuration Register
ASCLIN2_FRAMECON 0xF0000818          Frame Control Register
ASCLIN2_DATCON  0xF000081C          Data Configuration Register
ASCLIN2_BRG     0xF0000820          Baud Rate Generation Register
ASCLIN2_BRD     0xF0000824          Baud Rate Detection Register
ASCLIN2_LINCON  0xF0000828          LIN Control Register
ASCLIN2_LINBTIMER 0xF000082C          LIN Break Timer Register
ASCLIN2_LINHTIMER 0xF0000830          LIN Header Timer Register
ASCLIN2_FLAGS   0xF0000834          Flags Register
ASCLIN2_FLAGSSET 0xF0000838          Flags Set Register
ASCLIN2_FLAGSCLEAR 0xF000083C          Flags Clear Register
ASCLIN2_FLAGSENABLE 0xF0000840          Flags Enable Register
ASCLIN2_TXDATA  0xF0000844          Transmit Data Register
ASCLIN2_RXDATA  0xF0000848          Receive Data Register
ASCLIN2_CSR     0xF000084C          Clock Selection Register
ASCLIN2_RXDATAD 0xF0000850          Receive Data Debug Register
ASCLIN2_OCS     0xF00008E8          OCDS Control and Status
ASCLIN2_KRSTCLR 0xF00008EC          Kernel Reset Status Clear Register
ASCLIN2_KRST1   0xF00008F0          Kernel Reset Register 1
ASCLIN2_KRST0   0xF00008F4          Kernel Reset Register 0
ASCLIN2_ACCEN0  0xF00008FC          Access Enable Register 0
ASCLIN3_CLC     0xF0000900          Clock Control Register
ASCLIN3_IOCR    0xF0000904          Input and Output Control Register
ASCLIN3_ID      0xF0000908          Module Identification Register
ASCLIN3_TXFIFOCON 0xF000090C          TX FIFO Configuration Register
ASCLIN3_RXFIFOCON 0xF0000910          RX FIFO Configuration Register
ASCLIN3_BITCON  0xF0000914          Bit Configuration Register
ASCLIN3_FRAMECON 0xF0000918          Frame Control Register
ASCLIN3_DATCON  0xF000091C          Data Configuration Register
ASCLIN3_BRG     0xF0000920          Baud Rate Generation Register
ASCLIN3_BRD     0xF0000924          Baud Rate Detection Register
ASCLIN3_LINCON  0xF0000928          LIN Control Register
ASCLIN3_LINBTIMER 0xF000092C          LIN Break Timer Register
ASCLIN3_LINHTIMER 0xF0000930          LIN Header Timer Register
ASCLIN3_FLAGS   0xF0000934          Flags Register
ASCLIN3_FLAGSSET 0xF0000938          Flags Set Register
ASCLIN3_FLAGSCLEAR 0xF000093C          Flags Clear Register
ASCLIN3_FLAGSENABLE 0xF0000940          Flags Enable Register
ASCLIN3_TXDATA  0xF0000944          Transmit Data Register
ASCLIN3_RXDATA  0xF0000948          Receive Data Register
ASCLIN3_CSR     0xF000094C          Clock Selection Register
ASCLIN3_RXDATAD 0xF0000950          Receive Data Debug Register
ASCLIN3_OCS     0xF00009E8          OCDS Control and Status
ASCLIN3_KRSTCLR 0xF00009EC          Kernel Reset Status Clear Register
ASCLIN3_KRST1   0xF00009F0          Kernel Reset Register 1
ASCLIN3_KRST0   0xF00009F4          Kernel Reset Register 0
ASCLIN3_ACCEN0  0xF00009FC          Access Enable Register 0
ASCLIN4_CLC     0xF0000A00          Clock Control Register
ASCLIN4_IOCR    0xF0000A04          Input and Output Control Register
ASCLIN4_ID      0xF0000A08          Module Identification Register
ASCLIN4_TXFIFOCON 0xF0000A0C          TX FIFO Configuration Register
ASCLIN4_RXFIFOCON 0xF0000A10          RX FIFO Configuration Register
ASCLIN4_BITCON  0xF0000A14          Bit Configuration Register
ASCLIN4_FRAMECON 0xF0000A18          Frame Control Register
ASCLIN4_DATCON  0xF0000A1C          Data Configuration Register
ASCLIN4_BRG     0xF0000A20          Baud Rate Generation Register
ASCLIN4_BRD     0xF0000A24          Baud Rate Detection Register
ASCLIN4_LINCON  0xF0000A28          LIN Control Register
ASCLIN4_LINBTIMER 0xF0000A2C          LIN Break Timer Register
ASCLIN4_LINHTIMER 0xF0000A30          LIN Header Timer Register
ASCLIN4_FLAGS   0xF0000A34          Flags Register
ASCLIN4_FLAGSSET 0xF0000A38          Flags Set Register
ASCLIN4_FLAGSCLEAR 0xF0000A3C          Flags Clear Register
ASCLIN4_FLAGSENABLE 0xF0000A40          Flags Enable Register
ASCLIN4_TXDATA  0xF0000A44          Transmit Data Register
ASCLIN4_RXDATA  0xF0000A48          Receive Data Register
ASCLIN4_CSR     0xF0000A4C          Clock Selection Register
ASCLIN4_RXDATAD 0xF0000A50          Receive Data Debug Register
ASCLIN4_OCS     0xF0000AE8          OCDS Control and Status
ASCLIN4_KRSTCLR 0xF0000AEC          Kernel Reset Status Clear Register
ASCLIN4_KRST1   0xF0000AF0          Kernel Reset Register 1
ASCLIN4_KRST0   0xF0000AF4          Kernel Reset Register 0
ASCLIN4_ACCEN0  0xF0000AFC          Access Enable Register 0
ASCLIN5_CLC     0xF0000B00          Clock Control Register
ASCLIN5_IOCR    0xF0000B04          Input and Output Control Register
ASCLIN5_ID      0xF0000B08          Module Identification Register
ASCLIN5_TXFIFOCON 0xF0000B0C          TX FIFO Configuration Register
ASCLIN5_RXFIFOCON 0xF0000B10          RX FIFO Configuration Register
ASCLIN5_BITCON  0xF0000B14          Bit Configuration Register
ASCLIN5_FRAMECON 0xF0000B18          Frame Control Register
ASCLIN5_DATCON  0xF0000B1C          Data Configuration Register
ASCLIN5_BRG     0xF0000B20          Baud Rate Generation Register
ASCLIN5_BRD     0xF0000B24          Baud Rate Detection Register
ASCLIN5_LINCON  0xF0000B28          LIN Control Register
ASCLIN5_LINBTIMER 0xF0000B2C          LIN Break Timer Register
ASCLIN5_LINHTIMER 0xF0000B30          LIN Header Timer Register
ASCLIN5_FLAGS   0xF0000B34          Flags Register
ASCLIN5_FLAGSSET 0xF0000B38          Flags Set Register
ASCLIN5_FLAGSCLEAR 0xF0000B3C          Flags Clear Register
ASCLIN5_FLAGSENABLE 0xF0000B40          Flags Enable Register
ASCLIN5_TXDATA  0xF0000B44          Transmit Data Register
ASCLIN5_RXDATA  0xF0000B48          Receive Data Register
ASCLIN5_CSR     0xF0000B4C          Clock Selection Register
ASCLIN5_RXDATAD 0xF0000B50          Receive Data Debug Register
ASCLIN5_OCS     0xF0000BE8          OCDS Control and Status
ASCLIN5_KRSTCLR 0xF0000BEC          Kernel Reset Status Clear Register
ASCLIN5_KRST1   0xF0000BF0          Kernel Reset Register 1
ASCLIN5_KRST0   0xF0000BF4          Kernel Reset Register 0
ASCLIN5_ACCEN0  0xF0000BFC          Access Enable Register 0
ASCLIN6_CLC     0xF0000C00          Clock Control Register
ASCLIN6_IOCR    0xF0000C04          Input and Output Control Register
ASCLIN6_ID      0xF0000C08          Module Identification Register
ASCLIN6_TXFIFOCON 0xF0000C0C          TX FIFO Configuration Register
ASCLIN6_RXFIFOCON 0xF0000C10          RX FIFO Configuration Register
ASCLIN6_BITCON  0xF0000C14          Bit Configuration Register
ASCLIN6_FRAMECON 0xF0000C18          Frame Control Register
ASCLIN6_DATCON  0xF0000C1C          Data Configuration Register
ASCLIN6_BRG     0xF0000C20          Baud Rate Generation Register
ASCLIN6_BRD     0xF0000C24          Baud Rate Detection Register
ASCLIN6_LINCON  0xF0000C28          LIN Control Register
ASCLIN6_LINBTIMER 0xF0000C2C          LIN Break Timer Register
ASCLIN6_LINHTIMER 0xF0000C30          LIN Header Timer Register
ASCLIN6_FLAGS   0xF0000C34          Flags Register
ASCLIN6_FLAGSSET 0xF0000C38          Flags Set Register
ASCLIN6_FLAGSCLEAR 0xF0000C3C          Flags Clear Register
ASCLIN6_FLAGSENABLE 0xF0000C40          Flags Enable Register
ASCLIN6_TXDATA  0xF0000C44          Transmit Data Register
ASCLIN6_RXDATA  0xF0000C48          Receive Data Register
ASCLIN6_CSR     0xF0000C4C          Clock Selection Register
ASCLIN6_RXDATAD 0xF0000C50          Receive Data Debug Register
ASCLIN6_OCS     0xF0000CE8          OCDS Control and Status
ASCLIN6_KRSTCLR 0xF0000CEC          Kernel Reset Status Clear Register
ASCLIN6_KRST1   0xF0000CF0          Kernel Reset Register 1
ASCLIN6_KRST0   0xF0000CF4          Kernel Reset Register 0
ASCLIN6_ACCEN0  0xF0000CFC          Access Enable Register 0
ASCLIN7_CLC     0xF0000D00          Clock Control Register
ASCLIN7_IOCR    0xF0000D04          Input and Output Control Register
ASCLIN7_ID      0xF0000D08          Module Identification Register
ASCLIN7_TXFIFOCON 0xF0000D0C          TX FIFO Configuration Register
ASCLIN7_RXFIFOCON 0xF0000D10          RX FIFO Configuration Register
ASCLIN7_BITCON  0xF0000D14          Bit Configuration Register
ASCLIN7_FRAMECON 0xF0000D18          Frame Control Register
ASCLIN7_DATCON  0xF0000D1C          Data Configuration Register
ASCLIN7_BRG     0xF0000D20          Baud Rate Generation Register
ASCLIN7_BRD     0xF0000D24          Baud Rate Detection Register
ASCLIN7_LINCON  0xF0000D28          LIN Control Register
ASCLIN7_LINBTIMER 0xF0000D2C          LIN Break Timer Register
ASCLIN7_LINHTIMER 0xF0000D30          LIN Header Timer Register
ASCLIN7_FLAGS   0xF0000D34          Flags Register
ASCLIN7_FLAGSSET 0xF0000D38          Flags Set Register
ASCLIN7_FLAGSCLEAR 0xF0000D3C          Flags Clear Register
ASCLIN7_FLAGSENABLE 0xF0000D40          Flags Enable Register
ASCLIN7_TXDATA  0xF0000D44          Transmit Data Register
ASCLIN7_RXDATA  0xF0000D48          Receive Data Register
ASCLIN7_CSR     0xF0000D4C          Clock Selection Register
ASCLIN7_RXDATAD 0xF0000D50          Receive Data Debug Register
ASCLIN7_OCS     0xF0000DE8          OCDS Control and Status
ASCLIN7_KRSTCLR 0xF0000DEC          Kernel Reset Status Clear Register
ASCLIN7_KRST1   0xF0000DF0          Kernel Reset Register 1
ASCLIN7_KRST0   0xF0000DF4          Kernel Reset Register 0
ASCLIN7_ACCEN0  0xF0000DFC          Access Enable Register 0
ASCLIN8_CLC     0xF0000E00          Clock Control Register
ASCLIN8_IOCR    0xF0000E04          Input and Output Control Register
ASCLIN8_ID      0xF0000E08          Module Identification Register
ASCLIN8_TXFIFOCON 0xF0000E0C          TX FIFO Configuration Register
ASCLIN8_RXFIFOCON 0xF0000E10          RX FIFO Configuration Register
ASCLIN8_BITCON  0xF0000E14          Bit Configuration Register
ASCLIN8_FRAMECON 0xF0000E18          Frame Control Register
ASCLIN8_DATCON  0xF0000E1C          Data Configuration Register
ASCLIN8_BRG     0xF0000E20          Baud Rate Generation Register
ASCLIN8_BRD     0xF0000E24          Baud Rate Detection Register
ASCLIN8_LINCON  0xF0000E28          LIN Control Register
ASCLIN8_LINBTIMER 0xF0000E2C          LIN Break Timer Register
ASCLIN8_LINHTIMER 0xF0000E30          LIN Header Timer Register
ASCLIN8_FLAGS   0xF0000E34          Flags Register
ASCLIN8_FLAGSSET 0xF0000E38          Flags Set Register
ASCLIN8_FLAGSCLEAR 0xF0000E3C          Flags Clear Register
ASCLIN8_FLAGSENABLE 0xF0000E40          Flags Enable Register
ASCLIN8_TXDATA  0xF0000E44          Transmit Data Register
ASCLIN8_RXDATA  0xF0000E48          Receive Data Register
ASCLIN8_CSR     0xF0000E4C          Clock Selection Register
ASCLIN8_RXDATAD 0xF0000E50          Receive Data Debug Register
ASCLIN8_OCS     0xF0000EE8          OCDS Control and Status
ASCLIN8_KRSTCLR 0xF0000EEC          Kernel Reset Status Clear Register
ASCLIN8_KRST1   0xF0000EF0          Kernel Reset Register 1
ASCLIN8_KRST0   0xF0000EF4          Kernel Reset Register 0
ASCLIN8_ACCEN0  0xF0000EFC          Access Enable Register 0
ASCLIN9_CLC     0xF0000F00          Clock Control Register
ASCLIN9_IOCR    0xF0000F04          Input and Output Control Register
ASCLIN9_ID      0xF0000F08          Module Identification Register
ASCLIN9_TXFIFOCON 0xF0000F0C          TX FIFO Configuration Register
ASCLIN9_RXFIFOCON 0xF0000F10          RX FIFO Configuration Register
ASCLIN9_BITCON  0xF0000F14          Bit Configuration Register
ASCLIN9_FRAMECON 0xF0000F18          Frame Control Register
ASCLIN9_DATCON  0xF0000F1C          Data Configuration Register
ASCLIN9_BRG     0xF0000F20          Baud Rate Generation Register
ASCLIN9_BRD     0xF0000F24          Baud Rate Detection Register
ASCLIN9_LINCON  0xF0000F28          LIN Control Register
ASCLIN9_LINBTIMER 0xF0000F2C          LIN Break Timer Register
ASCLIN9_LINHTIMER 0xF0000F30          LIN Header Timer Register
ASCLIN9_FLAGS   0xF0000F34          Flags Register
ASCLIN9_FLAGSSET 0xF0000F38          Flags Set Register
ASCLIN9_FLAGSCLEAR 0xF0000F3C          Flags Clear Register
ASCLIN9_FLAGSENABLE 0xF0000F40          Flags Enable Register
ASCLIN9_TXDATA  0xF0000F44          Transmit Data Register
ASCLIN9_RXDATA  0xF0000F48          Receive Data Register
ASCLIN9_CSR     0xF0000F4C          Clock Selection Register
ASCLIN9_RXDATAD 0xF0000F50          Receive Data Debug Register
ASCLIN9_OCS     0xF0000FE8          OCDS Control and Status
ASCLIN9_KRSTCLR 0xF0000FEC          Kernel Reset Status Clear Register
ASCLIN9_KRST1   0xF0000FF0          Kernel Reset Register 1
ASCLIN9_KRST0   0xF0000FF4          Kernel Reset Register 0
ASCLIN9_ACCEN0  0xF0000FFC          Access Enable Register 0
STM0_CLC        0xF0001000          Clock Control Register
STM0_ID         0xF0001008          Module Identification Register
STM0_TIM0       0xF0001010          Timer Register 0
STM0_TIM1       0xF0001014          Timer Register 1
STM0_TIM2       0xF0001018          Timer Register 2
STM0_TIM3       0xF000101C          Timer Register 3
STM0_TIM4       0xF0001020          Timer Register 4
STM0_TIM5       0xF0001024          Timer Register 5
STM0_TIM6       0xF0001028          Timer Register 6
STM0_CAP        0xF000102C          Timer Capture Register
STM0_CMP0       0xF0001030          Compare Register 0
STM0_CMP1       0xF0001034          Compare Register 1
STM0_CMCON      0xF0001038          Compare Match Control Register
STM0_ICR        0xF000103C          Interrupt Control Register
STM0_ISCR       0xF0001040          Interrupt Set/Clear Register
STM0_TIM0SV     0xF0001050          Timer Register 0 Second View
STM0_CAPSV      0xF0001054          Timer Capture Register Second View
STM0_OCS        0xF00010E8          OCDS Control and Status Register
STM0_KRSTCLR    0xF00010EC          Kernel Reset Status Clear Register
STM0_KRST1      0xF00010F0          Kernel Reset Register 1
STM0_KRST0      0xF00010F4          Kernel Reset Register 0
STM0_ACCEN1     0xF00010F8          Access Enable Register 1
STM0_ACCEN0     0xF00010FC          Access Enable Register 0
STM1_CLC        0xF0001100          Clock Control Register
STM1_ID         0xF0001108          Module Identification Register
STM1_TIM0       0xF0001110          Timer Register 0
STM1_TIM1       0xF0001114          Timer Register 1
STM1_TIM2       0xF0001118          Timer Register 2
STM1_TIM3       0xF000111C          Timer Register 3
STM1_TIM4       0xF0001120          Timer Register 4
STM1_TIM5       0xF0001124          Timer Register 5
STM1_TIM6       0xF0001128          Timer Register 6
STM1_CAP        0xF000112C          Timer Capture Register
STM1_CMP0       0xF0001130          Compare Register 0
STM1_CMP1       0xF0001134          Compare Register 1
STM1_CMCON      0xF0001138          Compare Match Control Register
STM1_ICR        0xF000113C          Interrupt Control Register
STM1_ISCR       0xF0001140          Interrupt Set/Clear Register
STM1_TIM0SV     0xF0001150          Timer Register 0 Second View
STM1_CAPSV      0xF0001154          Timer Capture Register Second View
STM1_OCS        0xF00011E8          OCDS Control and Status Register
STM1_KRSTCLR    0xF00011EC          Kernel Reset Status Clear Register
STM1_KRST1      0xF00011F0          Kernel Reset Register 1
STM1_KRST0      0xF00011F4          Kernel Reset Register 0
STM1_ACCEN1     0xF00011F8          Access Enable Register 1
STM1_ACCEN0     0xF00011FC          Access Enable Register 0
GPT120_CLC      0xF0001800          Clock Control Register
GPT120_PISEL    0xF0001804          Port Input Select Register
GPT120_ID       0xF0001808          Identification Register
GPT120_T2CON    0xF0001810          Timer T2 Control Register
GPT120_T3CON    0xF0001814          Timer T3 Control Register
GPT120_T4CON    0xF0001818          Timer T4 Control Register
GPT120_T5CON    0xF000181C          Timer T5 Control Register
GPT120_T6CON    0xF0001820          Timer T6 Control Register
GPT120_CAPREL   0xF0001830          Capture and Reload Register
GPT120_T2       0xF0001834          Timer T2 Register
GPT120_T3       0xF0001838          Timer T3 Register
GPT120_T4       0xF000183C          Timer T4 Register
GPT120_T5       0xF0001840          Timer T5 Register
GPT120_T6       0xF0001844          Timer T6 Register
GPT120_OCS      0xF00018E8          OCDS Control and Status Register
GPT120_KRSTCLR  0xF00018EC          Kernel Reset Status Clear Register
GPT120_KRST1    0xF00018F0          Kernel Reset Register 1
GPT120_KRST0    0xF00018F4          Kernel Reset Register 0
GPT120_ACCEN0   0xF00018FC          Access Enable Register 0
QSPI0_CLC       0xF0001C00          Clock Control Register
QSPI0_PISEL     0xF0001C04          Port Input Select Register
QSPI0_ID        0xF0001C08          Module Identification Register
QSPI0_GLOBALCON 0xF0001C10          Global Configuration Register
QSPI0_GLOBALCON1 0xF0001C14          Global Configuration Register 1
QSPI0_BACON     0xF0001C18          Basic Configuration Register
QSPI0_ECON0     0xF0001C20          Configuration Extension 0
QSPI0_ECON1     0xF0001C24          Configuration Extension 1
QSPI0_ECON2     0xF0001C28          Configuration Extension 2
QSPI0_ECON3     0xF0001C2C          Configuration Extension 3
QSPI0_ECON4     0xF0001C30          Configuration Extension 4
QSPI0_ECON5     0xF0001C34          Configuration Extension 5
QSPI0_ECON6     0xF0001C38          Configuration Extension 6
QSPI0_ECON7     0xF0001C3C          Configuration Extension 7
QSPI0_STATUS    0xF0001C40          Status Register
QSPI0_STATUS1   0xF0001C44          Status Register 1
QSPI0_SSOC      0xF0001C48          Slave Select Output Control Register
QSPI0_FLAGSCLEAR 0xF0001C54          Flags Clear Register
QSPI0_XXLCON    0xF0001C58          Extra Large Data Configuration Register
QSPI0_MIXENTRY  0xF0001C5C          MIX_ENTRY Register
QSPI0_BACONENTRY 0xF0001C60          BACON_ENTRY Register
QSPI0_DATAENTRY0 0xF0001C64          DATA_ENTRY Register 0
QSPI0_DATAENTRY1 0xF0001C68          DATA_ENTRY Register 1
QSPI0_DATAENTRY2 0xF0001C6C          DATA_ENTRY Register 2
QSPI0_DATAENTRY3 0xF0001C70          DATA_ENTRY Register 3
QSPI0_DATAENTRY4 0xF0001C74          DATA_ENTRY Register 4
QSPI0_DATAENTRY5 0xF0001C78          DATA_ENTRY Register 5
QSPI0_DATAENTRY6 0xF0001C7C          DATA_ENTRY Register 6
QSPI0_DATAENTRY7 0xF0001C80          DATA_ENTRY Register 7
QSPI0_RXEXIT    0xF0001C90          RX_EXIT Register
QSPI0_RXEXITD   0xF0001C94          RX_EXIT Debug Register
QSPI0_MC        0xF0001CA4          Move Counter Register
QSPI0_MCCON     0xF0001CA8          Move Counter control Register
QSPI0_OCS       0xF0001CE8          OCDS Control and Status
QSPI0_KRSTCLR   0xF0001CEC          Kernel Reset Status Clear Register
QSPI0_KRST1     0xF0001CF0          Kernel Reset Register 1
QSPI0_KRST0     0xF0001CF4          Kernel Reset Register 0
QSPI0_ACCEN1    0xF0001CF8          Access Enable Register 1
QSPI0_ACCEN0    0xF0001CFC          Access Enable Register 0
QSPI1_CLC       0xF0001D00          Clock Control Register
QSPI1_PISEL     0xF0001D04          Port Input Select Register
QSPI1_ID        0xF0001D08          Module Identification Register
QSPI1_GLOBALCON 0xF0001D10          Global Configuration Register
QSPI1_GLOBALCON1 0xF0001D14          Global Configuration Register 1
QSPI1_BACON     0xF0001D18          Basic Configuration Register
QSPI1_ECON0     0xF0001D20          Configuration Extension 0
QSPI1_ECON1     0xF0001D24          Configuration Extension 1
QSPI1_ECON2     0xF0001D28          Configuration Extension 2
QSPI1_ECON3     0xF0001D2C          Configuration Extension 3
QSPI1_ECON4     0xF0001D30          Configuration Extension 4
QSPI1_ECON5     0xF0001D34          Configuration Extension 5
QSPI1_ECON6     0xF0001D38          Configuration Extension 6
QSPI1_ECON7     0xF0001D3C          Configuration Extension 7
QSPI1_STATUS    0xF0001D40          Status Register
QSPI1_STATUS1   0xF0001D44          Status Register 1
QSPI1_SSOC      0xF0001D48          Slave Select Output Control Register
QSPI1_FLAGSCLEAR 0xF0001D54          Flags Clear Register
QSPI1_XXLCON    0xF0001D58          Extra Large Data Configuration Register
QSPI1_MIXENTRY  0xF0001D5C          MIX_ENTRY Register
QSPI1_BACONENTRY 0xF0001D60          BACON_ENTRY Register
QSPI1_DATAENTRY0 0xF0001D64          DATA_ENTRY Register 0
QSPI1_DATAENTRY1 0xF0001D68          DATA_ENTRY Register 1
QSPI1_DATAENTRY2 0xF0001D6C          DATA_ENTRY Register 2
QSPI1_DATAENTRY3 0xF0001D70          DATA_ENTRY Register 3
QSPI1_DATAENTRY4 0xF0001D74          DATA_ENTRY Register 4
QSPI1_DATAENTRY5 0xF0001D78          DATA_ENTRY Register 5
QSPI1_DATAENTRY6 0xF0001D7C          DATA_ENTRY Register 6
QSPI1_DATAENTRY7 0xF0001D80          DATA_ENTRY Register 7
QSPI1_RXEXIT    0xF0001D90          RX_EXIT Register
QSPI1_RXEXITD   0xF0001D94          RX_EXIT Debug Register
QSPI1_MC        0xF0001DA4          Move Counter Register
QSPI1_MCCON     0xF0001DA8          Move Counter control Register
QSPI1_OCS       0xF0001DE8          OCDS Control and Status
QSPI1_KRSTCLR   0xF0001DEC          Kernel Reset Status Clear Register
QSPI1_KRST1     0xF0001DF0          Kernel Reset Register 1
QSPI1_KRST0     0xF0001DF4          Kernel Reset Register 0
QSPI1_ACCEN1    0xF0001DF8          Access Enable Register 1
QSPI1_ACCEN0    0xF0001DFC          Access Enable Register 0
QSPI2_CLC       0xF0001E00          Clock Control Register
QSPI2_PISEL     0xF0001E04          Port Input Select Register
QSPI2_ID        0xF0001E08          Module Identification Register
QSPI2_GLOBALCON 0xF0001E10          Global Configuration Register
QSPI2_GLOBALCON1 0xF0001E14          Global Configuration Register 1
QSPI2_BACON     0xF0001E18          Basic Configuration Register
QSPI2_ECON0     0xF0001E20          Configuration Extension 0
QSPI2_ECON1     0xF0001E24          Configuration Extension 1
QSPI2_ECON2     0xF0001E28          Configuration Extension 2
QSPI2_ECON3     0xF0001E2C          Configuration Extension 3
QSPI2_ECON4     0xF0001E30          Configuration Extension 4
QSPI2_ECON5     0xF0001E34          Configuration Extension 5
QSPI2_ECON6     0xF0001E38          Configuration Extension 6
QSPI2_ECON7     0xF0001E3C          Configuration Extension 7
QSPI2_STATUS    0xF0001E40          Status Register
QSPI2_STATUS1   0xF0001E44          Status Register 1
QSPI2_SSOC      0xF0001E48          Slave Select Output Control Register
QSPI2_FLAGSCLEAR 0xF0001E54          Flags Clear Register
QSPI2_XXLCON    0xF0001E58          Extra Large Data Configuration Register
QSPI2_MIXENTRY  0xF0001E5C          MIX_ENTRY Register
QSPI2_BACONENTRY 0xF0001E60          BACON_ENTRY Register
QSPI2_DATAENTRY0 0xF0001E64          DATA_ENTRY Register 0
QSPI2_DATAENTRY1 0xF0001E68          DATA_ENTRY Register 1
QSPI2_DATAENTRY2 0xF0001E6C          DATA_ENTRY Register 2
QSPI2_DATAENTRY3 0xF0001E70          DATA_ENTRY Register 3
QSPI2_DATAENTRY4 0xF0001E74          DATA_ENTRY Register 4
QSPI2_DATAENTRY5 0xF0001E78          DATA_ENTRY Register 5
QSPI2_DATAENTRY6 0xF0001E7C          DATA_ENTRY Register 6
QSPI2_DATAENTRY7 0xF0001E80          DATA_ENTRY Register 7
QSPI2_RXEXIT    0xF0001E90          RX_EXIT Register
QSPI2_RXEXITD   0xF0001E94          RX_EXIT Debug Register
QSPI2_MC        0xF0001EA4          Move Counter Register
QSPI2_MCCON     0xF0001EA8          Move Counter control Register
QSPI2_OCS       0xF0001EE8          OCDS Control and Status
QSPI2_KRSTCLR   0xF0001EEC          Kernel Reset Status Clear Register
QSPI2_KRST1     0xF0001EF0          Kernel Reset Register 1
QSPI2_KRST0     0xF0001EF4          Kernel Reset Register 0
QSPI2_ACCEN1    0xF0001EF8          Access Enable Register 1
QSPI2_ACCEN0    0xF0001EFC          Access Enable Register 0
QSPI3_CLC       0xF0001F00          Clock Control Register
QSPI3_PISEL     0xF0001F04          Port Input Select Register
QSPI3_ID        0xF0001F08          Module Identification Register
QSPI3_GLOBALCON 0xF0001F10          Global Configuration Register
QSPI3_GLOBALCON1 0xF0001F14          Global Configuration Register 1
QSPI3_BACON     0xF0001F18          Basic Configuration Register
QSPI3_ECON0     0xF0001F20          Configuration Extension 0
QSPI3_ECON1     0xF0001F24          Configuration Extension 1
QSPI3_ECON2     0xF0001F28          Configuration Extension 2
QSPI3_ECON3     0xF0001F2C          Configuration Extension 3
QSPI3_ECON4     0xF0001F30          Configuration Extension 4
QSPI3_ECON5     0xF0001F34          Configuration Extension 5
QSPI3_ECON6     0xF0001F38          Configuration Extension 6
QSPI3_ECON7     0xF0001F3C          Configuration Extension 7
QSPI3_STATUS    0xF0001F40          Status Register
QSPI3_STATUS1   0xF0001F44          Status Register 1
QSPI3_SSOC      0xF0001F48          Slave Select Output Control Register
QSPI3_FLAGSCLEAR 0xF0001F54          Flags Clear Register
QSPI3_XXLCON    0xF0001F58          Extra Large Data Configuration Register
QSPI3_MIXENTRY  0xF0001F5C          MIX_ENTRY Register
QSPI3_BACONENTRY 0xF0001F60          BACON_ENTRY Register
QSPI3_DATAENTRY0 0xF0001F64          DATA_ENTRY Register 0
QSPI3_DATAENTRY1 0xF0001F68          DATA_ENTRY Register 1
QSPI3_DATAENTRY2 0xF0001F6C          DATA_ENTRY Register 2
QSPI3_DATAENTRY3 0xF0001F70          DATA_ENTRY Register 3
QSPI3_DATAENTRY4 0xF0001F74          DATA_ENTRY Register 4
QSPI3_DATAENTRY5 0xF0001F78          DATA_ENTRY Register 5
QSPI3_DATAENTRY6 0xF0001F7C          DATA_ENTRY Register 6
QSPI3_DATAENTRY7 0xF0001F80          DATA_ENTRY Register 7
QSPI3_RXEXIT    0xF0001F90          RX_EXIT Register
QSPI3_RXEXITD   0xF0001F94          RX_EXIT Debug Register
QSPI3_MC        0xF0001FA4          Move Counter Register
QSPI3_MCCON     0xF0001FA8          Move Counter control Register
QSPI3_OCS       0xF0001FE8          OCDS Control and Status
QSPI3_KRSTCLR   0xF0001FEC          Kernel Reset Status Clear Register
QSPI3_KRST1     0xF0001FF0          Kernel Reset Register 1
QSPI3_KRST0     0xF0001FF4          Kernel Reset Register 0
QSPI3_ACCEN1    0xF0001FF8          Access Enable Register 1
QSPI3_ACCEN0    0xF0001FFC          Access Enable Register 0
MSC0_CLC        0xF0002600          Clock Control Register
MSC0_ID         0xF0002608          Module Identification Register
MSC0_FDR        0xF000260C          Fractional Divider Register
MSC0_USR        0xF0002610          Upstream Status Register
MSC0_DSC        0xF0002614          Downstream Control Register
MSC0_DSS        0xF0002618          Downstream Status Register
MSC0_DD         0xF000261C          Downstream Data Register
MSC0_DC         0xF0002620          Downstream Command Register
MSC0_DSDSL      0xF0002624          Downstream Select Data Source Low Register
MSC0_DSDSH      0xF0002628          Downstream Select Data Source High Register
MSC0_ESR        0xF000262C          Emergency Stop Register
MSC0_UD0        0xF0002630          Upstream Data Register 0
MSC0_UD1        0xF0002634          Upstream Data Register 1
MSC0_UD2        0xF0002638          Upstream Data Register 2
MSC0_UD3        0xF000263C          Upstream Data Register 3
MSC0_ICR        0xF0002640          Interrupt Control Register
MSC0_ISR        0xF0002644          Interrupt Status Register
MSC0_ISC        0xF0002648          Interrupt Set Clear Register
MSC0_OCR        0xF000264C          Output Control Register
MSC0_DSCE       0xF0002658          Downstream Control Enhanced Register 1
MSC0_USCE       0xF000265C          Upstream Control Enhanced Register 1
MSC0_DSDSLE     0xF0002660          Downstream Select Data Source Low Extension Register
MSC0_DSDSHE     0xF0002664          Downstream Select Data Source High Extension Register
MSC0_ESRE       0xF0002668          Emergency Stop Extension Register
MSC0_DSTE       0xF000266C          Downstream Timing Extension Register
MSC0_DDM        0xF0002670          Downstream Data Mirror Register
MSC0_DDE        0xF0002674          Downstream Data Extension Register
MSC0_DCM        0xF0002678          Downstream Command Mirror Register
MSC0_DCE        0xF000267C          Downstream Command Extension Register
MSC0_ABC        0xF0002680          Asynchronous Block Configuration Register
MSC0_OCS        0xF00026E8          OCDS Control and Status
MSC0_KRSTCLR    0xF00026EC          Kernel Reset Status Clear Register
MSC0_KRST1      0xF00026F0          Kernel Reset Register 1
MSC0_KRST0      0xF00026F4          Kernel Reset Register 0
MSC0_ACCEN1     0xF00026F8          Access Enable Register 1
MSC0_ACCEN0     0xF00026FC          Access Enable Register 0
CCU60_CLC       0xF0002A00          Clock Control Register
CCU60_MCFG      0xF0002A04          Module Configuration Register
CCU60_ID        0xF0002A08          Module Identification Register
CCU60_MOSEL     0xF0002A0C          CCU60 Module Output Select Register
CCU60_PISEL0    0xF0002A10          Port Input Select Register 0
CCU60_PISEL2    0xF0002A14          Port Input Select Register 2
CCU60_KSCSR     0xF0002A1C          Kernel State Control Sensitivity Register
CCU60_T12       0xF0002A20          Timer T12 Counter Register
CCU60_T12PR     0xF0002A24          Timer 12 Period Register
CCU60_T12DTC    0xF0002A28          Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0002A30          Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0002A34          Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0002A38          Capture/Compare Register for Channel CC62
CCU60_CC60SR    0xF0002A40          Capture/Compare Shadow Reg. for Channel CC60
CCU60_CC61SR    0xF0002A44          Capture/Compare Shadow Reg. for Channel CC61
CCU60_CC62SR    0xF0002A48          Capture/Compare Shadow Reg. for Channel CC62
CCU60_T13       0xF0002A50          Timer T13 Counter Register
CCU60_T13PR     0xF0002A54          Timer 13 Period Register
CCU60_CC63R     0xF0002A58          Compare Register for T13
CCU60_CC63SR    0xF0002A5C          Compare Shadow Register for T13
CCU60_CMPSTAT   0xF0002A60          Compare State Register
CCU60_CMPMODIF  0xF0002A64          Compare State Modification Register
CCU60_T12MSEL   0xF0002A68          T12 Mode Select Register
CCU60_TCTR0     0xF0002A70          Timer Control Register 0
CCU60_TCTR2     0xF0002A74          Timer Control Register 2
CCU60_TCTR4     0xF0002A78          Timer Control Register 4
CCU60_MODCTR    0xF0002A80          Modulation Control Register
CCU60_TRPCTR    0xF0002A84          Trap Control Register
CCU60_PSLR      0xF0002A88          Passive State Level Register
CCU60_MCMOUTS   0xF0002A8C          Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0002A90          Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0002A94          Multi-Channel Mode Control Register
CCU60_IMON      0xF0002A98          Input Monitoring Register
CCU60_LI        0xF0002A9C          Lost Indicator Register
CCU60_IS        0xF0002AA0          Interrupt Status Register
CCU60_ISS       0xF0002AA4          Interrupt Status Set Register
CCU60_ISR       0xF0002AA8          Interrupt Status Reset Register
CCU60_INP       0xF0002AAC          Interrupt Node Pointer Register
CCU60_IEN       0xF0002AB0          Interrupt Enable Register
CCU60_OCS       0xF0002AE8          OCDS Control and Status Register
CCU60_KRSTCLR   0xF0002AEC          Kernel Reset Status Clear Register
CCU60_KRST1     0xF0002AF0          Kernel Reset Register 1
CCU60_KRST0     0xF0002AF4          Kernel Reset Register 0
CCU60_ACCEN0    0xF0002AFC          Access Enable Register 0
CCU61_CLC       0xF0002B00          Clock Control Register
CCU61_MCFG      0xF0002B04          Module Configuration Register
CCU61_ID        0xF0002B08          Module Identification Register
CCU61_PISEL0    0xF0002B10          Port Input Select Register 0
CCU61_PISEL2    0xF0002B14          Port Input Select Register 2
CCU61_KSCSR     0xF0002B1C          Kernel State Control Sensitivity Register
CCU61_T12       0xF0002B20          Timer T12 Counter Register
CCU61_T12PR     0xF0002B24          Timer 12 Period Register
CCU61_T12DTC    0xF0002B28          Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0002B30          Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0002B34          Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0002B38          Capture/Compare Register for Channel CC62
CCU61_CC60SR    0xF0002B40          Capture/Compare Shadow Reg. for Channel CC60
CCU61_CC61SR    0xF0002B44          Capture/Compare Shadow Reg. for Channel CC61
CCU61_CC62SR    0xF0002B48          Capture/Compare Shadow Reg. for Channel CC62
CCU61_T13       0xF0002B50          Timer T13 Counter Register
CCU61_T13PR     0xF0002B54          Timer 13 Period Register
CCU61_CC63R     0xF0002B58          Compare Register for T13
CCU61_CC63SR    0xF0002B5C          Compare Shadow Register for T13
CCU61_CMPSTAT   0xF0002B60          Compare State Register
CCU61_CMPMODIF  0xF0002B64          Compare State Modification Register
CCU61_T12MSEL   0xF0002B68          T12 Mode Select Register
CCU61_TCTR0     0xF0002B70          Timer Control Register 0
CCU61_TCTR2     0xF0002B74          Timer Control Register 2
CCU61_TCTR4     0xF0002B78          Timer Control Register 4
CCU61_MODCTR    0xF0002B80          Modulation Control Register
CCU61_TRPCTR    0xF0002B84          Trap Control Register
CCU61_PSLR      0xF0002B88          Passive State Level Register
CCU61_MCMOUTS   0xF0002B8C          Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0002B90          Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0002B94          Multi-Channel Mode Control Register
CCU61_IMON      0xF0002B98          Input Monitoring Register
CCU61_LI        0xF0002B9C          Lost Indicator Register
CCU61_IS        0xF0002BA0          Interrupt Status Register
CCU61_ISS       0xF0002BA4          Interrupt Status Set Register
CCU61_ISR       0xF0002BA8          Interrupt Status Reset Register
CCU61_INP       0xF0002BAC          Interrupt Node Pointer Register
CCU61_IEN       0xF0002BB0          Interrupt Enable Register
CCU61_OCS       0xF0002BE8          OCDS Control and Status Register
CCU61_KRSTCLR   0xF0002BEC          Kernel Reset Status Clear Register
CCU61_KRST1     0xF0002BF0          Kernel Reset Register 1
CCU61_KRST0     0xF0002BF4          Kernel Reset Register 0
CCU61_ACCEN0    0xF0002BFC          Access Enable Register 0
SENT_CLC        0xF0003000          Clock Control Register
SENT_ID         0xF0003008          Module Identification Register
SENT_FDR        0xF000300C          SENT Fractional Divider Register
SENT_INTOV      0xF0003014          Interrupt Overview Register
SENT_TSR        0xF0003018          Module Time Stamp Register
SENT_TPD        0xF000301C          Time Stamp Predivider Register
SENT_RDR0       0xF0003080          Receive Data Register 0
SENT_RDR1       0xF0003084          Receive Data Register 1
SENT_RDR2       0xF0003088          Receive Data Register 2
SENT_RDR3       0xF000308C          Receive Data Register 3
SENT_RDR4       0xF0003090          Receive Data Register 4
SENT_RDR5       0xF0003094          Receive Data Register 5
SENT_RDR6       0xF0003098          Receive Data Register 6
SENT_RDR7       0xF000309C          Receive Data Register 7
SENT_RDR8       0xF00030A0          Receive Data Register 8
SENT_RDR9       0xF00030A4          Receive Data Register 9
SENT_OCS        0xF00030E8          OCDS Control and Status
SENT_KRSTCLR    0xF00030EC          Kernel Reset Status Clear Register
SENT_KRST1      0xF00030F0          Kernel Reset Register 1
SENT_KRST0      0xF00030F4          Kernel Reset Register 0
SENT_ACCEN1     0xF00030F8          Access Enable Register 1
SENT_ACCEN0     0xF00030FC          Access Enable Register 0
SENT_CPDR0      0xF0003100          Channel Pre Divider Register 0
SENT_CFDR0      0xF0003104          Channel Fractional Divider Register 0
SENT_RCR0       0xF0003108          Receiver Control Register 0
SENT_RSR0       0xF000310C          Receive Status Register 0
SENT_SDS0       0xF0003110          Serial Data and Status Register 0
SENT_IOCR0      0xF0003114          Input and Output Control Register 0
SENT_SCR0       0xF0003118          SPC Control Register 0
SENT_VIEW0      0xF000311C          Receive Data View Register 0
SENT_INTSTAT0   0xF0003120          Interrupt Status Register 0
SENT_INTSET0    0xF0003124          Interrupt Set Register 0
SENT_INTCLR0    0xF0003128          Interrupt Clear Register 0
SENT_INTEN0     0xF000312C          Interrupt Enable Register 0
SENT_INP0       0xF0003130          Interrupt Node Pointer Register 0
SENT_WDT0       0xF0003134          Watch Dog Timer Register 0
SENT_CPDR1      0xF0003140          Channel Pre Divider Register 1
SENT_CFDR1      0xF0003144          Channel Fractional Divider Register 1
SENT_RCR1       0xF0003148          Receiver Control Register 1
SENT_RSR1       0xF000314C          Receive Status Register 1
SENT_SDS1       0xF0003150          Serial Data and Status Register 1
SENT_IOCR1      0xF0003154          Input and Output Control Register 1
SENT_SCR1       0xF0003158          SPC Control Register 1
SENT_VIEW1      0xF000315C          Receive Data View Register 1
SENT_INTSTAT1   0xF0003160          Interrupt Status Register 1
SENT_INTSET1    0xF0003164          Interrupt Set Register 1
SENT_INTCLR1    0xF0003168          Interrupt Clear Register 1
SENT_INTEN1     0xF000316C          Interrupt Enable Register 1
SENT_INP1       0xF0003170          Interrupt Node Pointer Register 1
SENT_WDT1       0xF0003174          Watch Dog Timer Register 1
SENT_CPDR2      0xF0003180          Channel Pre Divider Register 2
SENT_CFDR2      0xF0003184          Channel Fractional Divider Register 2
SENT_RCR2       0xF0003188          Receiver Control Register 2
SENT_RSR2       0xF000318C          Receive Status Register 2
SENT_SDS2       0xF0003190          Serial Data and Status Register 2
SENT_IOCR2      0xF0003194          Input and Output Control Register 2
SENT_SCR2       0xF0003198          SPC Control Register 2
SENT_VIEW2      0xF000319C          Receive Data View Register 2
SENT_INTSTAT2   0xF00031A0          Interrupt Status Register 2
SENT_INTSET2    0xF00031A4          Interrupt Set Register 2
SENT_INTCLR2    0xF00031A8          Interrupt Clear Register 2
SENT_INTEN2     0xF00031AC          Interrupt Enable Register 2
SENT_INP2       0xF00031B0          Interrupt Node Pointer Register 2
SENT_WDT2       0xF00031B4          Watch Dog Timer Register 2
SENT_CPDR3      0xF00031C0          Channel Pre Divider Register 3
SENT_CFDR3      0xF00031C4          Channel Fractional Divider Register 3
SENT_RCR3       0xF00031C8          Receiver Control Register 3
SENT_RSR3       0xF00031CC          Receive Status Register 3
SENT_SDS3       0xF00031D0          Serial Data and Status Register 3
SENT_IOCR3      0xF00031D4          Input and Output Control Register 3
SENT_SCR3       0xF00031D8          SPC Control Register 3
SENT_VIEW3      0xF00031DC          Receive Data View Register 3
SENT_INTSTAT3   0xF00031E0          Interrupt Status Register 3
SENT_INTSET3    0xF00031E4          Interrupt Set Register 3
SENT_INTCLR3    0xF00031E8          Interrupt Clear Register 3
SENT_INTEN3     0xF00031EC          Interrupt Enable Register 3
SENT_INP3       0xF00031F0          Interrupt Node Pointer Register 3
SENT_WDT3       0xF00031F4          Watch Dog Timer Register 3
SENT_CPDR4      0xF0003200          Channel Pre Divider Register 4
SENT_CFDR4      0xF0003204          Channel Fractional Divider Register 4
SENT_RCR4       0xF0003208          Receiver Control Register 4
SENT_RSR4       0xF000320C          Receive Status Register 4
SENT_SDS4       0xF0003210          Serial Data and Status Register 4
SENT_IOCR4      0xF0003214          Input and Output Control Register 4
SENT_SCR4       0xF0003218          SPC Control Register 4
SENT_VIEW4      0xF000321C          Receive Data View Register 4
SENT_INTSTAT4   0xF0003220          Interrupt Status Register 4
SENT_INTSET4    0xF0003224          Interrupt Set Register 4
SENT_INTCLR4    0xF0003228          Interrupt Clear Register 4
SENT_INTEN4     0xF000322C          Interrupt Enable Register 4
SENT_INP4       0xF0003230          Interrupt Node Pointer Register 4
SENT_WDT4       0xF0003234          Watch Dog Timer Register 4
SENT_CPDR5      0xF0003240          Channel Pre Divider Register 5
SENT_CFDR5      0xF0003244          Channel Fractional Divider Register 5
SENT_RCR5       0xF0003248          Receiver Control Register 5
SENT_RSR5       0xF000324C          Receive Status Register 5
SENT_SDS5       0xF0003250          Serial Data and Status Register 5
SENT_IOCR5      0xF0003254          Input and Output Control Register 5
SENT_SCR5       0xF0003258          SPC Control Register 5
SENT_VIEW5      0xF000325C          Receive Data View Register 5
SENT_INTSTAT5   0xF0003260          Interrupt Status Register 5
SENT_INTSET5    0xF0003264          Interrupt Set Register 5
SENT_INTCLR5    0xF0003268          Interrupt Clear Register 5
SENT_INTEN5     0xF000326C          Interrupt Enable Register 5
SENT_INP5       0xF0003270          Interrupt Node Pointer Register 5
SENT_WDT5       0xF0003274          Watch Dog Timer Register 5
SENT_CPDR6      0xF0003280          Channel Pre Divider Register 6
SENT_CFDR6      0xF0003284          Channel Fractional Divider Register 6
SENT_RCR6       0xF0003288          Receiver Control Register 6
SENT_RSR6       0xF000328C          Receive Status Register 6
SENT_SDS6       0xF0003290          Serial Data and Status Register 6
SENT_IOCR6      0xF0003294          Input and Output Control Register 6
SENT_SCR6       0xF0003298          SPC Control Register 6
SENT_VIEW6      0xF000329C          Receive Data View Register 6
SENT_INTSTAT6   0xF00032A0          Interrupt Status Register 6
SENT_INTSET6    0xF00032A4          Interrupt Set Register 6
SENT_INTCLR6    0xF00032A8          Interrupt Clear Register 6
SENT_INTEN6     0xF00032AC          Interrupt Enable Register 6
SENT_INP6       0xF00032B0          Interrupt Node Pointer Register 6
SENT_WDT6       0xF00032B4          Watch Dog Timer Register 6
SENT_CPDR7      0xF00032C0          Channel Pre Divider Register 7
SENT_CFDR7      0xF00032C4          Channel Fractional Divider Register 7
SENT_RCR7       0xF00032C8          Receiver Control Register 7
SENT_RSR7       0xF00032CC          Receive Status Register 7
SENT_SDS7       0xF00032D0          Serial Data and Status Register 7
SENT_IOCR7      0xF00032D4          Input and Output Control Register 7
SENT_SCR7       0xF00032D8          SPC Control Register 7
SENT_VIEW7      0xF00032DC          Receive Data View Register 7
SENT_INTSTAT7   0xF00032E0          Interrupt Status Register 7
SENT_INTSET7    0xF00032E4          Interrupt Set Register 7
SENT_INTCLR7    0xF00032E8          Interrupt Clear Register 7
SENT_INTEN7     0xF00032EC          Interrupt Enable Register 7
SENT_INP7       0xF00032F0          Interrupt Node Pointer Register 7
SENT_WDT7       0xF00032F4          Watch Dog Timer Register 7
SENT_CPDR8      0xF0003300          Channel Pre Divider Register 8
SENT_CFDR8      0xF0003304          Channel Fractional Divider Register 8
SENT_RCR8       0xF0003308          Receiver Control Register 8
SENT_RSR8       0xF000330C          Receive Status Register 8
SENT_SDS8       0xF0003310          Serial Data and Status Register 8
SENT_IOCR8      0xF0003314          Input and Output Control Register 8
SENT_SCR8       0xF0003318          SPC Control Register 8
SENT_VIEW8      0xF000331C          Receive Data View Register 8
SENT_INTSTAT8   0xF0003320          Interrupt Status Register 8
SENT_INTSET8    0xF0003324          Interrupt Set Register 8
SENT_INTCLR8    0xF0003328          Interrupt Clear Register 8
SENT_INTEN8     0xF000332C          Interrupt Enable Register 8
SENT_INP8       0xF0003330          Interrupt Node Pointer Register 8
SENT_WDT8       0xF0003334          Watch Dog Timer Register 8
SENT_CPDR9      0xF0003340          Channel Pre Divider Register 9
SENT_CFDR9      0xF0003344          Channel Fractional Divider Register 9
SENT_RCR9       0xF0003348          Receiver Control Register 9
SENT_RSR9       0xF000334C          Receive Status Register 9
SENT_SDS9       0xF0003350          Serial Data and Status Register 9
SENT_IOCR9      0xF0003354          Input and Output Control Register 9
SENT_SCR9       0xF0003358          SPC Control Register 9
SENT_VIEW9      0xF000335C          Receive Data View Register 9
SENT_INTSTAT9   0xF0003360          Interrupt Status Register 9
SENT_INTSET9    0xF0003364          Interrupt Set Register 9
SENT_INTCLR9    0xF0003368          Interrupt Clear Register 9
SENT_INTEN9     0xF000336C          Interrupt Enable Register 9
SENT_INP9       0xF0003370          Interrupt Node Pointer Register 9
SENT_WDT9       0xF0003374          Watch Dog Timer Register 9
SENT_RTS0       0xF0003A80          Receive Time Stamp Register 0
SENT_RTS1       0xF0003A84          Receive Time Stamp Register 1
SENT_RTS2       0xF0003A88          Receive Time Stamp Register 2
SENT_RTS3       0xF0003A8C          Receive Time Stamp Register 3
SENT_RTS4       0xF0003A90          Receive Time Stamp Register 4
SENT_RTS5       0xF0003A94          Receive Time Stamp Register 5
SENT_RTS6       0xF0003A98          Receive Time Stamp Register 6
SENT_RTS7       0xF0003A9C          Receive Time Stamp Register 7
SENT_RTS8       0xF0003AA0          Receive Time Stamp Register 8
SENT_RTS9       0xF0003AA4          Receive Time Stamp Register 9
PSI5_CLC        0xF0005000          Clock Control Register
PSI5_ID         0xF0005008          Module Identification Register
PSI5_FDR        0xF000500C          PSI5 Fractional Divider Register
PSI5_FDRL       0xF0005010          Fractional Divider Register for Lower Bit Rate
PSI5_FDRH       0xF0005014          Fractional Divider Register for Higher Bit Rate
PSI5_FDRT       0xF0005018          Fractional Divider Register for Time Stamp
PSI5_TSRA       0xF000501C          Module Time Stamp Register A
PSI5_TSRB       0xF0005020          Time Stamp Register B
PSI5_TSRC       0xF0005024          Module Time Stamp Register C
PSI5_GCR        0xF000502C          Global Control Register
PSI5_IOCR0      0xF0005030          Input and Output Control Register 0
PSI5_RCRA0      0xF0005034          Receiver Control Register A 0
PSI5_RCRB0      0xF0005038          Receiver Control Register B 0
PSI5_RCRC0      0xF000503C          Receiver Control Register C 0
PSI5_WDT00      0xF0005040          Watch Dog Timer Register 00
PSI5_WDT01      0xF0005044          Watch Dog Timer Register 01
PSI5_WDT02      0xF0005048          Watch Dog Timer Register 02
PSI5_WDT03      0xF000504C          Watch Dog Timer Register 03
PSI5_WDT04      0xF0005050          Watch Dog Timer Register 04
PSI5_WDT05      0xF0005054          Watch Dog Timer Register 05
PSI5_WDT06      0xF0005058          Watch Dog Timer Register 06
PSI5_RSR0       0xF000505C          Receive Status Register 0
PSI5_SDS00      0xF0005060          Serial Data and Status Register 00
PSI5_SDS01      0xF0005064          Serial Data and Status Register 01
PSI5_SDS02      0xF0005068          Serial Data and Status Register 02
PSI5_SDS03      0xF000506C          Serial Data and Status Register 03
PSI5_SDS04      0xF0005070          Serial Data and Status Register 04
PSI5_SDS05      0xF0005074          Serial Data and Status Register 05
PSI5_SPTSC0     0xF0005078          Start of Pulse Time Stamp Capture Register 0
PSI5_SFTSC0     0xF000507C          Start of Frame Time Stamp Capture Register 0
PSI5_RDRL0      0xF0005080          Receive Data Register Low 0
PSI5_RDRH0      0xF0005084          Receive Data Register High 0
PSI5_PGC0       0xF0005088          Pulse Generation Control Register 0
PSI5_CTV0       0xF000508C          Channel Trigger Value Register 0
PSI5_SCR0       0xF0005090          Send Control Register 0
PSI5_SDRL0      0xF0005094          Send Data Register Low 0
PSI5_SDRH0      0xF0005098          Send Data Register High 0
PSI5_SSRL0      0xF000509C          Send Shift Register Low 0
PSI5_SSRH0      0xF00050A0          Send Shift Register High 0
PSI5_SORL0      0xF00050A4          Send Output Register Low 0
PSI5_SORH0      0xF00050A8          Send Output Register High 0
PSI5_IOCR1      0xF00050C0          Input and Output Control Register 1
PSI5_RCRA1      0xF00050C4          Receiver Control Register A 1
PSI5_RCRB1      0xF00050C8          Receiver Control Register B 1
PSI5_RCRC1      0xF00050CC          Receiver Control Register C 1
PSI5_WDT10      0xF00050D0          Watch Dog Timer Register 10
PSI5_WDT11      0xF00050D4          Watch Dog Timer Register 11
PSI5_WDT12      0xF00050D8          Watch Dog Timer Register 12
PSI5_WDT13      0xF00050DC          Watch Dog Timer Register 13
PSI5_WDT14      0xF00050E0          Watch Dog Timer Register 14
PSI5_WDT15      0xF00050E4          Watch Dog Timer Register 15
PSI5_WDT16      0xF00050E8          Watch Dog Timer Register 16
PSI5_RSR1       0xF00050EC          Receive Status Register 1
PSI5_SDS10      0xF00050F0          Serial Data and Status Register 10
PSI5_SDS11      0xF00050F4          Serial Data and Status Register 11
PSI5_SDS12      0xF00050F8          Serial Data and Status Register 12
PSI5_SDS13      0xF00050FC          Serial Data and Status Register 13
PSI5_SDS14      0xF0005100          Serial Data and Status Register 14
PSI5_SDS15      0xF0005104          Serial Data and Status Register 15
PSI5_SPTSC1     0xF0005108          Start of Pulse Time Stamp Capture Register 1
PSI5_SFTSC1     0xF000510C          Start of Frame Time Stamp Capture Register 1
PSI5_RDRL1      0xF0005110          Receive Data Register Low 1
PSI5_RDRH1      0xF0005114          Receive Data Register High 1
PSI5_PGC1       0xF0005118          Pulse Generation Control Register 1
PSI5_CTV1       0xF000511C          Channel Trigger Value Register 1
PSI5_SCR1       0xF0005120          Send Control Register 1
PSI5_SDRL1      0xF0005124          Send Data Register Low 1
PSI5_SDRH1      0xF0005128          Send Data Register High 1
PSI5_SSRL1      0xF000512C          Send Shift Register Low 1
PSI5_SSRH1      0xF0005130          Send Shift Register High 1
PSI5_SORL1      0xF0005134          Send Output Register Low 1
PSI5_SORH1      0xF0005138          Send Output Register High 1
PSI5_INTOV      0xF00052F8          Interrupt Overview Register
PSI5_INP0       0xF00052FC          Interrupt Node Pointer Register 0
PSI5_INP1       0xF0005300          Interrupt Node Pointer Register 1
PSI5_INTSTATA0  0xF0005310          Interrupt Status Register A 0
PSI5_INTSTATA1  0xF0005314          Interrupt Status Register A 1
PSI5_INTSTATB0  0xF0005324          Interrupt Status Register B 0
PSI5_INTSTATB1  0xF0005328          Interrupt Status Register B 1
PSI5_INTSETA0   0xF0005338          Interrupt Set Register A 0
PSI5_INTSETA1   0xF000533C          Interrupt Set Register A 1
PSI5_INTSETB0   0xF000534C          Interrupt Set Register B 0
PSI5_INTSETB1   0xF0005350          Interrupt Set Register B 1
PSI5_INTCLRA0   0xF0005360          Interrupt Clear Register A 0
PSI5_INTCLRA1   0xF0005364          Interrupt Clear Register A 1
PSI5_INTCLRB0   0xF0005374          Interrupt Clear Register A 0
PSI5_INTCLRB1   0xF0005378          Interrupt Clear Register A 1
PSI5_INTENA0    0xF0005388          Interrupt Enable Register A 0
PSI5_INTENA1    0xF000538C          Interrupt Enable Register A 1
PSI5_INTENB0    0xF000539C          Interrupt Enable Register B 0
PSI5_INTENB1    0xF00053A0          Interrupt Enable Register B 1
PSI5_OCS        0xF00053CC          OCDS Control and Status
PSI5_ACCEN0     0xF00053D0          Access Enable Register 0
PSI5_ACCEN1     0xF00053D4          Access Enable Register 1
PSI5_KRST0      0xF00053D8          Kernel Reset Register 0
PSI5_KRST1      0xF00053DC          Kernel Reset Register 1
PSI5_KRSTCLR    0xF00053E0          Kernel Reset Status Clear Register
PSI5_RFC0       0xF00053E4          Receive FIFO Control Register 0
PSI5_RFC1       0xF00053E8          Receive FIFO Control Register 1
PSI5_RDF0       0xF00053F8          Receive Data FIFO 0
PSI5_RDF1       0xF00053FC          Receive Data FIFO 1
PSI5_RSIOV0     0xF000540C          RSI Overview Register 0
PSI5_RSIOV1     0xF0005410          RSI Overview Register 1
PSI5_RMIOV0     0xF0005420          RMI Overview Register 0
PSI5_RMIOV1     0xF0005424          RMI Overview Register 1
PSI5_NBIOV0     0xF0005434          NBI Overview Register 0
PSI5_NBIOV1     0xF0005438          NBI Overview Register 1
PSI5_TEIOV0     0xF0005448          TEI Overview Register 0
PSI5_TEIOV1     0xF000544C          TEI Overview Register 1
PSI5_CRCIOV0    0xF000545C          CRCI Overview Register 0
PSI5_CRCIOV1    0xF0005460          CRCI Overview Register 1
PSI5_RDIOV0     0xF0005470          RDI Overview Register 0
PSI5_RDIOV1     0xF0005474          RDI Overview Register 1
PSI5_NFIOV0     0xF0005484          NFI Overview Register 0
PSI5_NFIOV1     0xF0005488          NFI Overview Register 1
PSI5_MEIOV0     0xF0005498          MEI Overview Register 0
PSI5_MEIOV1     0xF000549C          MEI Overview Register 1
PSI5_RSISET0    0xF00054AC          RSI Overview Set Register 0
PSI5_RSISET1    0xF00054B0          RSI Overview Set Register 1
PSI5_RMISET0    0xF00054C0          RMI Overview Set Register 0
PSI5_RMISET1    0xF00054C4          RMI Overview Set Register 1
PSI5_NBISET0    0xF00054D4          NBI Overview Set Register 0
PSI5_NBISET1    0xF00054D8          NBI Overview Set Register 1
PSI5_TEISET0    0xF00054E8          TEI Overview Set Register 0
PSI5_TEISET1    0xF00054EC          TEI Overview Set Register 1
PSI5_CRCISET0   0xF00054FC          CRCI Overview Set Register 0
PSI5_CRCISET1   0xF0005500          CRCI Overview Set Register 1
PSI5_RDISET0    0xF0005510          RDI Overview Set Register 0
PSI5_RDISET1    0xF0005514          RDI Overview Set Register 1
PSI5_NFISET0    0xF0005524          NFI Overview Set Register 0
PSI5_NFISET1    0xF0005528          NFI Overview Set Register 1
PSI5_MEISET0    0xF0005538          MEI Overview Set Register 0
PSI5_MEISET1    0xF000553C          MEI Overview Set Register 1
PSI5_RSICLR0    0xF000554C          RSI Overview Clear Register 0
PSI5_RSICLR1    0xF0005550          RSI Overview Clear Register 1
PSI5_RMICLR0    0xF0005560          RMI Overview Clear Register 0
PSI5_RMICLR1    0xF0005564          RMI Overview Clear Register 1
PSI5_NBICLR0    0xF0005574          NBI Overview Clear Register 0
PSI5_NBICLR1    0xF0005578          NBI Overview Clear Register 1
PSI5_TEICLR0    0xF0005588          TEI Overview Clear Register 0
PSI5_TEICLR1    0xF000558C          TEI Overview Clear Register 1
PSI5_CRCICLR0   0xF000559C          CRCI Overview Clear Register 0
PSI5_CRCICLR1   0xF00055A0          CRCI Overview Clear Register 1
PSI5_RDICLR0    0xF00055B0          RDI Overview Clear Register 0
PSI5_RDICLR1    0xF00055B4          RDI Overview Clear Register 1
PSI5_NFICLR0    0xF00055C4          NFI Overview Clear Register 0
PSI5_NFICLR1    0xF00055C8          NFI Overview Clear Register 1
PSI5_MEICLR0    0xF00055D8          MEI Overview Clear Register 0
PSI5_MEICLR1    0xF00055DC          MEI Overview Clear Register 1
PSI5_RDML00     0xF0005600          Receive Data Memory Low 00
PSI5_RDMH00     0xF0005604          Receive Data Memory High 00
PSI5_RDML01     0xF0005608          Receive Data Memory Low 01
PSI5_RDMH01     0xF000560C          Receive Data Memory High 01
PSI5_RDML02     0xF0005610          Receive Data Memory Low 02
PSI5_RDMH02     0xF0005614          Receive Data Memory High 02
PSI5_RDML03     0xF0005618          Receive Data Memory Low 03
PSI5_RDMH03     0xF000561C          Receive Data Memory High 03
PSI5_RDML04     0xF0005620          Receive Data Memory Low 04
PSI5_RDMH04     0xF0005624          Receive Data Memory High 04
PSI5_RDML05     0xF0005628          Receive Data Memory Low 05
PSI5_RDMH05     0xF000562C          Receive Data Memory High 05
PSI5_RDML06     0xF0005630          Receive Data Memory Low 06
PSI5_RDMH06     0xF0005634          Receive Data Memory High 06
PSI5_RDML07     0xF0005638          Receive Data Memory Low 07
PSI5_RDMH07     0xF000563C          Receive Data Memory High 07
PSI5_RDML08     0xF0005640          Receive Data Memory Low 08
PSI5_RDMH08     0xF0005644          Receive Data Memory High 08
PSI5_RDML09     0xF0005648          Receive Data Memory Low 09
PSI5_RDMH09     0xF000564C          Receive Data Memory High 09
PSI5_RDML010    0xF0005650          Receive Data Memory Low 010
PSI5_RDMH010    0xF0005654          Receive Data Memory High 010
PSI5_RDML011    0xF0005658          Receive Data Memory Low 011
PSI5_RDMH011    0xF000565C          Receive Data Memory High 011
PSI5_RDML012    0xF0005660          Receive Data Memory Low 012
PSI5_RDMH012    0xF0005664          Receive Data Memory High 012
PSI5_RDML013    0xF0005668          Receive Data Memory Low 013
PSI5_RDMH013    0xF000566C          Receive Data Memory High 013
PSI5_RDML014    0xF0005670          Receive Data Memory Low 014
PSI5_RDMH014    0xF0005674          Receive Data Memory High 014
PSI5_RDML015    0xF0005678          Receive Data Memory Low 015
PSI5_RDMH015    0xF000567C          Receive Data Memory High 015
PSI5_RDML016    0xF0005680          Receive Data Memory Low 016
PSI5_RDMH016    0xF0005684          Receive Data Memory High 016
PSI5_RDML017    0xF0005688          Receive Data Memory Low 017
PSI5_RDMH017    0xF000568C          Receive Data Memory High 017
PSI5_RDML018    0xF0005690          Receive Data Memory Low 018
PSI5_RDMH018    0xF0005694          Receive Data Memory High 018
PSI5_RDML019    0xF0005698          Receive Data Memory Low 019
PSI5_RDMH019    0xF000569C          Receive Data Memory High 019
PSI5_RDML020    0xF00056A0          Receive Data Memory Low 020
PSI5_RDMH020    0xF00056A4          Receive Data Memory High 020
PSI5_RDML021    0xF00056A8          Receive Data Memory Low 021
PSI5_RDMH021    0xF00056AC          Receive Data Memory High 021
PSI5_RDML022    0xF00056B0          Receive Data Memory Low 022
PSI5_RDMH022    0xF00056B4          Receive Data Memory High 022
PSI5_RDML023    0xF00056B8          Receive Data Memory Low 023
PSI5_RDMH023    0xF00056BC          Receive Data Memory High 023
PSI5_RDML024    0xF00056C0          Receive Data Memory Low 024
PSI5_RDMH024    0xF00056C4          Receive Data Memory High 024
PSI5_RDML025    0xF00056C8          Receive Data Memory Low 025
PSI5_RDMH025    0xF00056CC          Receive Data Memory High 025
PSI5_RDML026    0xF00056D0          Receive Data Memory Low 026
PSI5_RDMH026    0xF00056D4          Receive Data Memory High 026
PSI5_RDML027    0xF00056D8          Receive Data Memory Low 027
PSI5_RDMH027    0xF00056DC          Receive Data Memory High 027
PSI5_RDML028    0xF00056E0          Receive Data Memory Low 028
PSI5_RDMH028    0xF00056E4          Receive Data Memory High 028
PSI5_RDML029    0xF00056E8          Receive Data Memory Low 029
PSI5_RDMH029    0xF00056EC          Receive Data Memory High 029
PSI5_RDML030    0xF00056F0          Receive Data Memory Low 030
PSI5_RDMH030    0xF00056F4          Receive Data Memory High 030
PSI5_RDML031    0xF00056F8          Receive Data Memory Low 031
PSI5_RDMH031    0xF00056FC          Receive Data Memory High 031
PSI5_RDML10     0xF0005700          Receive Data Memory Low 10
PSI5_RDMH10     0xF0005704          Receive Data Memory High 10
PSI5_RDML11     0xF0005708          Receive Data Memory Low 11
PSI5_RDMH11     0xF000570C          Receive Data Memory High 11
PSI5_RDML12     0xF0005710          Receive Data Memory Low 12
PSI5_RDMH12     0xF0005714          Receive Data Memory High 12
PSI5_RDML13     0xF0005718          Receive Data Memory Low 13
PSI5_RDMH13     0xF000571C          Receive Data Memory High 13
PSI5_RDML14     0xF0005720          Receive Data Memory Low 14
PSI5_RDMH14     0xF0005724          Receive Data Memory High 14
PSI5_RDML15     0xF0005728          Receive Data Memory Low 15
PSI5_RDMH15     0xF000572C          Receive Data Memory High 15
PSI5_RDML16     0xF0005730          Receive Data Memory Low 16
PSI5_RDMH16     0xF0005734          Receive Data Memory High 16
PSI5_RDML17     0xF0005738          Receive Data Memory Low 17
PSI5_RDMH17     0xF000573C          Receive Data Memory High 17
PSI5_RDML18     0xF0005740          Receive Data Memory Low 18
PSI5_RDMH18     0xF0005744          Receive Data Memory High 18
PSI5_RDML19     0xF0005748          Receive Data Memory Low 19
PSI5_RDMH19     0xF000574C          Receive Data Memory High 19
PSI5_RDML110    0xF0005750          Receive Data Memory Low 110
PSI5_RDMH110    0xF0005754          Receive Data Memory High 110
PSI5_RDML111    0xF0005758          Receive Data Memory Low 111
PSI5_RDMH111    0xF000575C          Receive Data Memory High 111
PSI5_RDML112    0xF0005760          Receive Data Memory Low 112
PSI5_RDMH112    0xF0005764          Receive Data Memory High 112
PSI5_RDML113    0xF0005768          Receive Data Memory Low 113
PSI5_RDMH113    0xF000576C          Receive Data Memory High 113
PSI5_RDML114    0xF0005770          Receive Data Memory Low 114
PSI5_RDMH114    0xF0005774          Receive Data Memory High 114
PSI5_RDML115    0xF0005778          Receive Data Memory Low 115
PSI5_RDMH115    0xF000577C          Receive Data Memory High 115
PSI5_RDML116    0xF0005780          Receive Data Memory Low 116
PSI5_RDMH116    0xF0005784          Receive Data Memory High 116
PSI5_RDML117    0xF0005788          Receive Data Memory Low 117
PSI5_RDMH117    0xF000578C          Receive Data Memory High 117
PSI5_RDML118    0xF0005790          Receive Data Memory Low 118
PSI5_RDMH118    0xF0005794          Receive Data Memory High 118
PSI5_RDML119    0xF0005798          Receive Data Memory Low 119
PSI5_RDMH119    0xF000579C          Receive Data Memory High 119
PSI5_RDML120    0xF00057A0          Receive Data Memory Low 120
PSI5_RDMH120    0xF00057A4          Receive Data Memory High 120
PSI5_RDML121    0xF00057A8          Receive Data Memory Low 121
PSI5_RDMH121    0xF00057AC          Receive Data Memory High 121
PSI5_RDML122    0xF00057B0          Receive Data Memory Low 122
PSI5_RDMH122    0xF00057B4          Receive Data Memory High 122
PSI5_RDML123    0xF00057B8          Receive Data Memory Low 123
PSI5_RDMH123    0xF00057BC          Receive Data Memory High 123
PSI5_RDML124    0xF00057C0          Receive Data Memory Low 124
PSI5_RDMH124    0xF00057C4          Receive Data Memory High 124
PSI5_RDML125    0xF00057C8          Receive Data Memory Low 125
PSI5_RDMH125    0xF00057CC          Receive Data Memory High 125
PSI5_RDML126    0xF00057D0          Receive Data Memory Low 126
PSI5_RDMH126    0xF00057D4          Receive Data Memory High 126
PSI5_RDML127    0xF00057D8          Receive Data Memory Low 127
PSI5_RDMH127    0xF00057DC          Receive Data Memory High 127
PSI5_RDML128    0xF00057E0          Receive Data Memory Low 128
PSI5_RDMH128    0xF00057E4          Receive Data Memory High 128
PSI5_RDML129    0xF00057E8          Receive Data Memory Low 129
PSI5_RDMH129    0xF00057EC          Receive Data Memory High 129
PSI5_RDML130    0xF00057F0          Receive Data Memory Low 130
PSI5_RDMH130    0xF00057F4          Receive Data Memory High 130
PSI5_RDML131    0xF00057F8          Receive Data Memory Low 131
PSI5_RDMH131    0xF00057FC          Receive Data Memory High 131
PSI5_RDML20     0xF0005800          Receive Data Memory Low 20
PSI5_RDMH20     0xF0005804          Receive Data Memory High 20
PSI5_RDML21     0xF0005808          Receive Data Memory Low 21
PSI5_RDMH21     0xF000580C          Receive Data Memory High 21
PSI5_RDML22     0xF0005810          Receive Data Memory Low 22
PSI5_RDMH22     0xF0005814          Receive Data Memory High 22
PSI5_RDML23     0xF0005818          Receive Data Memory Low 23
PSI5_RDMH23     0xF000581C          Receive Data Memory High 23
PSI5_RDML24     0xF0005820          Receive Data Memory Low 24
PSI5_RDMH24     0xF0005824          Receive Data Memory High 24
PSI5_RDML25     0xF0005828          Receive Data Memory Low 25
PSI5_RDMH25     0xF000582C          Receive Data Memory High 25
PSI5_RDML26     0xF0005830          Receive Data Memory Low 26
PSI5_RDMH26     0xF0005834          Receive Data Memory High 26
PSI5_RDML27     0xF0005838          Receive Data Memory Low 27
PSI5_RDMH27     0xF000583C          Receive Data Memory High 27
PSI5_RDML28     0xF0005840          Receive Data Memory Low 28
PSI5_RDMH28     0xF0005844          Receive Data Memory High 28
PSI5_RDML29     0xF0005848          Receive Data Memory Low 29
PSI5_RDMH29     0xF000584C          Receive Data Memory High 29
PSI5_RDML210    0xF0005850          Receive Data Memory Low 210
PSI5_RDMH210    0xF0005854          Receive Data Memory High 210
PSI5_RDML211    0xF0005858          Receive Data Memory Low 211
PSI5_RDMH211    0xF000585C          Receive Data Memory High 211
PSI5_RDML212    0xF0005860          Receive Data Memory Low 212
PSI5_RDMH212    0xF0005864          Receive Data Memory High 212
PSI5_RDML213    0xF0005868          Receive Data Memory Low 213
PSI5_RDMH213    0xF000586C          Receive Data Memory High 213
PSI5_RDML214    0xF0005870          Receive Data Memory Low 214
PSI5_RDMH214    0xF0005874          Receive Data Memory High 214
PSI5_RDML215    0xF0005878          Receive Data Memory Low 215
PSI5_RDMH215    0xF000587C          Receive Data Memory High 215
PSI5_RDML216    0xF0005880          Receive Data Memory Low 216
PSI5_RDMH216    0xF0005884          Receive Data Memory High 216
PSI5_RDML217    0xF0005888          Receive Data Memory Low 217
PSI5_RDMH217    0xF000588C          Receive Data Memory High 217
PSI5_RDML218    0xF0005890          Receive Data Memory Low 218
PSI5_RDMH218    0xF0005894          Receive Data Memory High 218
PSI5_RDML219    0xF0005898          Receive Data Memory Low 219
PSI5_RDMH219    0xF000589C          Receive Data Memory High 219
PSI5_RDML220    0xF00058A0          Receive Data Memory Low 220
PSI5_RDMH220    0xF00058A4          Receive Data Memory High 220
PSI5_RDML221    0xF00058A8          Receive Data Memory Low 221
PSI5_RDMH221    0xF00058AC          Receive Data Memory High 221
PSI5_RDML222    0xF00058B0          Receive Data Memory Low 222
PSI5_RDMH222    0xF00058B4          Receive Data Memory High 222
PSI5_RDML223    0xF00058B8          Receive Data Memory Low 223
PSI5_RDMH223    0xF00058BC          Receive Data Memory High 223
PSI5_RDML224    0xF00058C0          Receive Data Memory Low 224
PSI5_RDMH224    0xF00058C4          Receive Data Memory High 224
PSI5_RDML225    0xF00058C8          Receive Data Memory Low 225
PSI5_RDMH225    0xF00058CC          Receive Data Memory High 225
PSI5_RDML226    0xF00058D0          Receive Data Memory Low 226
PSI5_RDMH226    0xF00058D4          Receive Data Memory High 226
PSI5_RDML227    0xF00058D8          Receive Data Memory Low 227
PSI5_RDMH227    0xF00058DC          Receive Data Memory High 227
PSI5_RDML228    0xF00058E0          Receive Data Memory Low 228
PSI5_RDMH228    0xF00058E4          Receive Data Memory High 228
PSI5_RDML229    0xF00058E8          Receive Data Memory Low 229
PSI5_RDMH229    0xF00058EC          Receive Data Memory High 229
PSI5_RDML230    0xF00058F0          Receive Data Memory Low 230
PSI5_RDMH230    0xF00058F4          Receive Data Memory High 230
PSI5_RDML231    0xF00058F8          Receive Data Memory Low 231
PSI5_RDMH231    0xF00058FC          Receive Data Memory High 231
PSI5_RDML30     0xF0005900          Receive Data Memory Low 30
PSI5_RDMH30     0xF0005904          Receive Data Memory High 30
PSI5_RDML31     0xF0005908          Receive Data Memory Low 31
PSI5_RDMH31     0xF000590C          Receive Data Memory High 31
PSI5_RDML32     0xF0005910          Receive Data Memory Low 32
PSI5_RDMH32     0xF0005914          Receive Data Memory High 32
PSI5_RDML33     0xF0005918          Receive Data Memory Low 33
PSI5_RDMH33     0xF000591C          Receive Data Memory High 33
PSI5_RDML34     0xF0005920          Receive Data Memory Low 34
PSI5_RDMH34     0xF0005924          Receive Data Memory High 34
PSI5_RDML35     0xF0005928          Receive Data Memory Low 35
PSI5_RDMH35     0xF000592C          Receive Data Memory High 35
PSI5_RDML36     0xF0005930          Receive Data Memory Low 36
PSI5_RDMH36     0xF0005934          Receive Data Memory High 36
PSI5_RDML37     0xF0005938          Receive Data Memory Low 37
PSI5_RDMH37     0xF000593C          Receive Data Memory High 37
PSI5_RDML38     0xF0005940          Receive Data Memory Low 38
PSI5_RDMH38     0xF0005944          Receive Data Memory High 38
PSI5_RDML39     0xF0005948          Receive Data Memory Low 39
PSI5_RDMH39     0xF000594C          Receive Data Memory High 39
PSI5_RDML310    0xF0005950          Receive Data Memory Low 310
PSI5_RDMH310    0xF0005954          Receive Data Memory High 310
PSI5_RDML311    0xF0005958          Receive Data Memory Low 311
PSI5_RDMH311    0xF000595C          Receive Data Memory High 311
PSI5_RDML312    0xF0005960          Receive Data Memory Low 312
PSI5_RDMH312    0xF0005964          Receive Data Memory High 312
PSI5_RDML313    0xF0005968          Receive Data Memory Low 313
PSI5_RDMH313    0xF000596C          Receive Data Memory High 313
PSI5_RDML314    0xF0005970          Receive Data Memory Low 314
PSI5_RDMH314    0xF0005974          Receive Data Memory High 314
PSI5_RDML315    0xF0005978          Receive Data Memory Low 315
PSI5_RDMH315    0xF000597C          Receive Data Memory High 315
PSI5_RDML316    0xF0005980          Receive Data Memory Low 316
PSI5_RDMH316    0xF0005984          Receive Data Memory High 316
PSI5_RDML317    0xF0005988          Receive Data Memory Low 317
PSI5_RDMH317    0xF000598C          Receive Data Memory High 317
PSI5_RDML318    0xF0005990          Receive Data Memory Low 318
PSI5_RDMH318    0xF0005994          Receive Data Memory High 318
PSI5_RDML319    0xF0005998          Receive Data Memory Low 319
PSI5_RDMH319    0xF000599C          Receive Data Memory High 319
PSI5_RDML320    0xF00059A0          Receive Data Memory Low 320
PSI5_RDMH320    0xF00059A4          Receive Data Memory High 320
PSI5_RDML321    0xF00059A8          Receive Data Memory Low 321
PSI5_RDMH321    0xF00059AC          Receive Data Memory High 321
PSI5_RDML322    0xF00059B0          Receive Data Memory Low 322
PSI5_RDMH322    0xF00059B4          Receive Data Memory High 322
PSI5_RDML323    0xF00059B8          Receive Data Memory Low 323
PSI5_RDMH323    0xF00059BC          Receive Data Memory High 323
PSI5_RDML324    0xF00059C0          Receive Data Memory Low 324
PSI5_RDMH324    0xF00059C4          Receive Data Memory High 324
PSI5_RDML325    0xF00059C8          Receive Data Memory Low 325
PSI5_RDMH325    0xF00059CC          Receive Data Memory High 325
PSI5_RDML326    0xF00059D0          Receive Data Memory Low 326
PSI5_RDMH326    0xF00059D4          Receive Data Memory High 326
PSI5_RDML327    0xF00059D8          Receive Data Memory Low 327
PSI5_RDMH327    0xF00059DC          Receive Data Memory High 327
PSI5_RDML328    0xF00059E0          Receive Data Memory Low 328
PSI5_RDMH328    0xF00059E4          Receive Data Memory High 328
PSI5_RDML329    0xF00059E8          Receive Data Memory Low 329
PSI5_RDMH329    0xF00059EC          Receive Data Memory High 329
PSI5_RDML330    0xF00059F0          Receive Data Memory Low 330
PSI5_RDMH330    0xF00059F4          Receive Data Memory High 330
PSI5_RDML331    0xF00059F8          Receive Data Memory Low 331
PSI5_RDMH331    0xF00059FC          Receive Data Memory High 331
PSI5S_CLC       0xF0007000          Clock Control Register
PSI5S_ID        0xF0007008          Module Identification Register
PSI5S_FDR       0xF000700C          PSI5-S Fractional Divider Register
PSI5S_FDRT      0xF0007010          Fractional Divider Register for Time Stamp
PSI5S_TSCNTA    0xF0007014          Time Stamp Count Register A
PSI5S_TSCNTB    0xF0007018          Time Stamp Count Register B
PSI5S_GCR       0xF000701C          Global Control Register
PSI5S_NFC       0xF0007020          Number of Frames Control Register
PSI5S_FCNT      0xF0007024          Frame Counter Register
PSI5S_IOCR      0xF0007028          Input and Output Control Register
PSI5S_RCRA0     0xF0007030          Receiver Control Register A0
PSI5S_RCRA1     0xF0007034          Receiver Control Register A1
PSI5S_RCRA2     0xF0007038          Receiver Control Register A2
PSI5S_RCRA3     0xF000703C          Receiver Control Register A3
PSI5S_RCRA4     0xF0007040          Receiver Control Register A4
PSI5S_RCRA5     0xF0007044          Receiver Control Register A5
PSI5S_RCRA6     0xF0007048          Receiver Control Register A6
PSI5S_RCRA7     0xF000704C          Receiver Control Register A7
PSI5S_RCRB0     0xF0007050          Receiver Control Register B0
PSI5S_RCRB1     0xF0007054          Receiver Control Register B1
PSI5S_RCRB2     0xF0007058          Receiver Control Register B2
PSI5S_RCRB3     0xF000705C          Receiver Control Register B3
PSI5S_RCRB4     0xF0007060          Receiver Control Register B4
PSI5S_RCRB5     0xF0007064          Receiver Control Register B5
PSI5S_RCRB6     0xF0007068          Receiver Control Register B6
PSI5S_RCRB7     0xF000706C          Receiver Control Register B7
PSI5S_WDT0      0xF0007070          Watch Dog Timer Register 0
PSI5S_WDT1      0xF0007074          Watch Dog Timer Register 1
PSI5S_WDT2      0xF0007078          Watch Dog Timer Register 2
PSI5S_WDT3      0xF000707C          Watch Dog Timer Register 3
PSI5S_WDT4      0xF0007080          Watch Dog Timer Register 4
PSI5S_WDT5      0xF0007084          Watch Dog Timer Register 5
PSI5S_WDT6      0xF0007088          Watch Dog Timer Register 6
PSI5S_WDT7      0xF000708C          Watch Dog Timer Register 7
PSI5S_TSCR0     0xF0007090          Capture Register TSCR0
PSI5S_TSCR1     0xF0007094          Capture Register TSCR1
PSI5S_TSCR2     0xF0007098          Capture Register TSCR2
PSI5S_TSCR3     0xF000709C          Capture Register TSCR3
PSI5S_TSCR4     0xF00070A0          Capture Register TSCR4
PSI5S_TSCR5     0xF00070A4          Capture Register TSCR5
PSI5S_TSCR6     0xF00070A8          Capture Register TSCR6
PSI5S_TSCR7     0xF00070AC          Capture Register TSCR7
PSI5S_RDS       0xF00070B0          Receive Status Register
PSI5S_RDR       0xF00070B4          Receive Data Register
PSI5S_TSM       0xF00070B8          Time Stamp Mirror Register
PSI5S_TAR       0xF00070D0          Target Address Register
PSI5S_BAR       0xF00070D4          Base Address Register
PSI5S_PGC0      0xF00070F0          Pulse Generation Control Register 0
PSI5S_PGC1      0xF00070F4          Pulse Generation Control Register 1
PSI5S_PGC2      0xF00070F8          Pulse Generation Control Register 2
PSI5S_PGC3      0xF00070FC          Pulse Generation Control Register 3
PSI5S_PGC4      0xF0007100          Pulse Generation Control Register 4
PSI5S_PGC5      0xF0007104          Pulse Generation Control Register 5
PSI5S_PGC6      0xF0007108          Pulse Generation Control Register 6
PSI5S_PGC7      0xF000710C          Pulse Generation Control Register 7
PSI5S_CTV0      0xF0007110          Channel Trigger Value Register 0
PSI5S_CTV1      0xF0007114          Channel Trigger Value Register 1
PSI5S_CTV2      0xF0007118          Channel Trigger Value Register 2
PSI5S_CTV3      0xF000711C          Channel Trigger Value Register 3
PSI5S_CTV4      0xF0007120          Channel Trigger Value Register 4
PSI5S_CTV5      0xF0007124          Channel Trigger Value Register 5
PSI5S_CTV6      0xF0007128          Channel Trigger Value Register 6
PSI5S_CTV7      0xF000712C          Channel Trigger Value Register 7
PSI5S_SCR0      0xF0007130          Send Control Register 0
PSI5S_SCR1      0xF0007134          Send Control Register 1
PSI5S_SCR2      0xF0007138          Send Control Register 2
PSI5S_SCR3      0xF000713C          Send Control Register 3
PSI5S_SCR4      0xF0007140          Send Control Register 4
PSI5S_SCR5      0xF0007144          Send Control Register 5
PSI5S_SCR6      0xF0007148          Send Control Register 6
PSI5S_SCR7      0xF000714C          Send Control Register 7
PSI5S_SDR0      0xF0007150          Send Data Register 0
PSI5S_SDR1      0xF0007154          Send Data Register 1
PSI5S_SDR2      0xF0007158          Send Data Register 2
PSI5S_SDR3      0xF000715C          Send Data Register 3
PSI5S_SDR4      0xF0007160          Send Data Register 4
PSI5S_SDR5      0xF0007164          Send Data Register 5
PSI5S_SDR6      0xF0007168          Send Data Register 6
PSI5S_SDR7      0xF000716C          Send Data Register 7
PSI5S_CDW       0xF0007170          CPU Direct Write Register
PSI5S_CON       0xF0007210          Control Register
PSI5S_BG        0xF0007214          Baud Rate Timer/Reload Register
PSI5S_FDV       0xF0007218          Fractional Divider Register
PSI5S_FDO       0xF000721C          Fractional Divider for Output CLK Register
PSI5S_TBUF      0xF0007220          Transmit Buffer Register
PSI5S_RBUF      0xF0007224          Receive Buffer Register
PSI5S_WHBCON    0xF0007250          Write Hardware Bits Control Register
PSI5S_INTSTAT0  0xF0007260          Interrupt Status Register 0
PSI5S_INTSTAT1  0xF0007264          Interrupt Status Register 1
PSI5S_INTSTAT2  0xF0007268          Interrupt Status Register 2
PSI5S_INTSTAT3  0xF000726C          Interrupt Status Register 3
PSI5S_INTSTAT4  0xF0007270          Interrupt Status Register 4
PSI5S_INTSTAT5  0xF0007274          Interrupt Status Register 5
PSI5S_INTSTAT6  0xF0007278          Interrupt Status Register 6
PSI5S_INTSTAT7  0xF000727C          Interrupt Status Register 7
PSI5S_INTSET0   0xF0007280          Interrupt Set Register 0
PSI5S_INTSET1   0xF0007284          Interrupt Set Register 1
PSI5S_INTSET2   0xF0007288          Interrupt Set Register 2
PSI5S_INTSET3   0xF000728C          Interrupt Set Register 3
PSI5S_INTSET4   0xF0007290          Interrupt Set Register 4
PSI5S_INTSET5   0xF0007294          Interrupt Set Register 5
PSI5S_INTSET6   0xF0007298          Interrupt Set Register 6
PSI5S_INTSET7   0xF000729C          Interrupt Set Register 7
PSI5S_INTCLR0   0xF00072A0          Interrupt Clear Register 0
PSI5S_INTCLR1   0xF00072A4          Interrupt Clear Register 1
PSI5S_INTCLR2   0xF00072A8          Interrupt Clear Register 2
PSI5S_INTCLR3   0xF00072AC          Interrupt Clear Register 3
PSI5S_INTCLR4   0xF00072B0          Interrupt Clear Register 4
PSI5S_INTCLR5   0xF00072B4          Interrupt Clear Register 5
PSI5S_INTCLR6   0xF00072B8          Interrupt Clear Register 6
PSI5S_INTCLR7   0xF00072BC          Interrupt Clear Register 7
PSI5S_INTEN0    0xF00072C0          Interrupt Enable Register 0
PSI5S_INTEN1    0xF00072C4          Interrupt Enable Register 1
PSI5S_INTEN2    0xF00072C8          Interrupt Enable Register 2
PSI5S_INTEN3    0xF00072CC          Interrupt Enable Register 3
PSI5S_INTEN4    0xF00072D0          Interrupt Enable Register 4
PSI5S_INTEN5    0xF00072D4          Interrupt Enable Register 5
PSI5S_INTEN6    0xF00072D8          Interrupt Enable Register 6
PSI5S_INTEN7    0xF00072DC          Interrupt Enable Register 7
PSI5S_INP0      0xF00072E0          Interrupt Node Pointer Register 0
PSI5S_INP1      0xF00072E4          Interrupt Node Pointer Register 1
PSI5S_INP2      0xF00072E8          Interrupt Node Pointer Register 2
PSI5S_INP3      0xF00072EC          Interrupt Node Pointer Register 3
PSI5S_INP4      0xF00072F0          Interrupt Node Pointer Register 4
PSI5S_INP5      0xF00072F4          Interrupt Node Pointer Register 5
PSI5S_INP6      0xF00072F8          Interrupt Node Pointer Register 6
PSI5S_INP7      0xF00072FC          Interrupt Node Pointer Register 7
PSI5S_INTOV     0xF0007300          Interrupt Overview Register
PSI5S_INTSTATG  0xF0007304          Interrupt Status Register Global
PSI5S_INTSETG   0xF0007308          Interrupt Set Register Global
PSI5S_INTCLRG   0xF000730C          Interrupt Clear Register Global
PSI5S_INTENG    0xF0007310          Interrupt Enable Register Global
PSI5S_INPG      0xF0007314          Interrupt Node Pointer Register Global
PSI5S_OCS       0xF00073CC          OCDS Control and Status
PSI5S_ACCEN0    0xF00073D0          Access Enable Register 0
PSI5S_ACCEN1    0xF00073D4          Access Enable Register 1
PSI5S_KRST0     0xF00073D8          Kernel Reset Register 0
PSI5S_KRST1     0xF00073DC          Kernel Reset Register 1
PSI5S_KRSTCLR   0xF00073E0          Kernel Reset Status Clear Register
DMA_CLC         0xF0010000          DMA Clock Control Register
DMA_ID          0xF0010008          DMA Identification Register
DMA_ACCEN00     0xF0010040          RP 0 Access Enable Register 0
DMA_ACCEN01     0xF0010044          RP 0 Access Enable Register 1
DMA_ACCEN10     0xF0010048          RP 1 Access Enable Register 0
DMA_ACCEN11     0xF001004C          RP 1 Access Enable Register 1
DMA_ACCEN20     0xF0010050          RP 2 Access Enable Register 0
DMA_ACCEN21     0xF0010054          RP 2 Access Enable Register 1
DMA_ACCEN30     0xF0010058          RP 3 Access Enable Register 0
DMA_ACCEN31     0xF001005C          RP 3 Access Enable Register 1
DMA_EER0        0xF0010120          ME 0 Enable Error Register
DMA_ERRSR0      0xF0010124          ME 0 Error Status Register
DMA_CLRE0       0xF0010128          ME 0 Clear Error Register
DMA_ME0SR       0xF0010130          ME 0 Status Register
DMA_ME00R       0xF0010140          ME 0 Read Register 0
DMA_ME01R       0xF0010144          ME 0 Read Register 1
DMA_ME02R       0xF0010148          ME 0 Read Register 2
DMA_ME03R       0xF001014C          ME 0 Read Register 3
DMA_ME04R       0xF0010150          ME 0 Read Register 4
DMA_ME05R       0xF0010154          ME 0 Read Register 5
DMA_ME06R       0xF0010158          ME 0 Read Register 6
DMA_ME07R       0xF001015C          ME 0 Read Register 7
DMA_ME0RDCRC    0xF0010180          ME 0 Channel Read Data CRC Register
DMA_ME0SDCRC    0xF0010184          ME 0 Channel Source and Destination Address CRC Register
DMA_ME0SADR     0xF0010188          ME 0 Channel Source Address Register
DMA_ME0DADR     0xF001018C          ME 0 Channel Destination Address Register
DMA_ME0ADICR    0xF0010190          ME 0 Channel Address and Interrupt Control Register
DMA_ME0CHCR     0xF0010194          ME 0 Channel Control Register
DMA_ME0SHADR    0xF0010198          ME 0 Channel Shadow Address Register
DMA_ME0CHSR     0xF001019C          ME 0 Channel Status Register
DMA_EER1        0xF0011120          ME 1 Enable Error Register
DMA_ERRSR1      0xF0011124          ME 1 Error Status Register
DMA_CLRE1       0xF0011128          ME 1 Clear Error Register
DMA_ME1SR       0xF0011130          ME 1 Status Register
DMA_ME10R       0xF0011140          ME 1 Read Register 0
DMA_ME11R       0xF0011144          ME 1 Read Register 1
DMA_ME12R       0xF0011148          ME 1 Read Register 2
DMA_ME13R       0xF001114C          ME 1 Read Register 3
DMA_ME14R       0xF0011150          ME 1 Read Register 4
DMA_ME15R       0xF0011154          ME 1 Read Register 5
DMA_ME16R       0xF0011158          ME 1 Read Register 6
DMA_ME17R       0xF001115C          ME 1 Read Register 7
DMA_ME1RDCRC    0xF0011180          ME 1 Channel Read Data CRC Register
DMA_ME1SDCRC    0xF0011184          ME 1 Channel Source and Destination Address CRC Register
DMA_ME1SADR     0xF0011188          ME 1 Channel Source Address Register
DMA_ME1DADR     0xF001118C          ME 1 Channel Destination Address Register
DMA_ME1ADICR    0xF0011190          ME 1 Channel Address and Interrupt Control Register
DMA_ME1CHCR     0xF0011194          ME 1 Channel Control Register
DMA_ME1SHADR    0xF0011198          ME 1 Channel Shadow Address Register
DMA_ME1CHSR     0xF001119C          ME 1 Channel Status Register
DMA_OTSS        0xF0011200          DMA OCDS Trigger Set Select
DMA_PRR0        0xF0011208          DMA Pattern Read Register 0
DMA_PRR1        0xF001120C          DMA Pattern Read Register 1
DMA_TIME        0xF0011210          DMA Time Register
DMA_MODE0       0xF0011300          RP 0 Mode Register
DMA_MODE1       0xF0011304          RP 1 Mode Register
DMA_MODE2       0xF0011308          RP 2 Mode Register
DMA_MODE3       0xF001130C          RP 3 Mode Register
DMA_ERRINTR0    0xF0011320          RP 0 Error Interrupt Set Register
DMA_ERRINTR1    0xF0011324          RP 1 Error Interrupt Set Register
DMA_ERRINTR2    0xF0011328          RP 2 Error Interrupt Set Register
DMA_ERRINTR3    0xF001132C          RP 3 Error Interrupt Set Register
DMA_HRR000      0xF0011800          DMA Channel 0 Resource Partition Register
DMA_HRR001      0xF0011804          DMA Channel 1 Resource Partition Register
DMA_HRR002      0xF0011808          DMA Channel 2 Resource Partition Register
DMA_HRR003      0xF001180C          DMA Channel 3 Resource Partition Register
DMA_HRR004      0xF0011810          DMA Channel 4 Resource Partition Register
DMA_HRR005      0xF0011814          DMA Channel 5 Resource Partition Register
DMA_HRR006      0xF0011818          DMA Channel 6 Resource Partition Register
DMA_HRR007      0xF001181C          DMA Channel 7 Resource Partition Register
DMA_HRR008      0xF0011820          DMA Channel 8 Resource Partition Register
DMA_HRR009      0xF0011824          DMA Channel 9 Resource Partition Register
DMA_HRR010      0xF0011828          DMA Channel 10 Resource Partition Register
DMA_HRR011      0xF001182C          DMA Channel 11 Resource Partition Register
DMA_HRR012      0xF0011830          DMA Channel 12 Resource Partition Register
DMA_HRR013      0xF0011834          DMA Channel 13 Resource Partition Register
DMA_HRR014      0xF0011838          DMA Channel 14 Resource Partition Register
DMA_HRR015      0xF001183C          DMA Channel 15 Resource Partition Register
DMA_HRR016      0xF0011840          DMA Channel 16 Resource Partition Register
DMA_HRR017      0xF0011844          DMA Channel 17 Resource Partition Register
DMA_HRR018      0xF0011848          DMA Channel 18 Resource Partition Register
DMA_HRR019      0xF001184C          DMA Channel 19 Resource Partition Register
DMA_HRR020      0xF0011850          DMA Channel 20 Resource Partition Register
DMA_HRR021      0xF0011854          DMA Channel 21 Resource Partition Register
DMA_HRR022      0xF0011858          DMA Channel 22 Resource Partition Register
DMA_HRR023      0xF001185C          DMA Channel 23 Resource Partition Register
DMA_HRR024      0xF0011860          DMA Channel 24 Resource Partition Register
DMA_HRR025      0xF0011864          DMA Channel 25 Resource Partition Register
DMA_HRR026      0xF0011868          DMA Channel 26 Resource Partition Register
DMA_HRR027      0xF001186C          DMA Channel 27 Resource Partition Register
DMA_HRR028      0xF0011870          DMA Channel 28 Resource Partition Register
DMA_HRR029      0xF0011874          DMA Channel 29 Resource Partition Register
DMA_HRR030      0xF0011878          DMA Channel 30 Resource Partition Register
DMA_HRR031      0xF001187C          DMA Channel 31 Resource Partition Register
DMA_HRR032      0xF0011880          DMA Channel 32 Resource Partition Register
DMA_HRR033      0xF0011884          DMA Channel 33 Resource Partition Register
DMA_HRR034      0xF0011888          DMA Channel 34 Resource Partition Register
DMA_HRR035      0xF001188C          DMA Channel 35 Resource Partition Register
DMA_HRR036      0xF0011890          DMA Channel 36 Resource Partition Register
DMA_HRR037      0xF0011894          DMA Channel 37 Resource Partition Register
DMA_HRR038      0xF0011898          DMA Channel 38 Resource Partition Register
DMA_HRR039      0xF001189C          DMA Channel 39 Resource Partition Register
DMA_HRR040      0xF00118A0          DMA Channel 40 Resource Partition Register
DMA_HRR041      0xF00118A4          DMA Channel 41 Resource Partition Register
DMA_HRR042      0xF00118A8          DMA Channel 42 Resource Partition Register
DMA_HRR043      0xF00118AC          DMA Channel 43 Resource Partition Register
DMA_HRR044      0xF00118B0          DMA Channel 44 Resource Partition Register
DMA_HRR045      0xF00118B4          DMA Channel 45 Resource Partition Register
DMA_HRR046      0xF00118B8          DMA Channel 46 Resource Partition Register
DMA_HRR047      0xF00118BC          DMA Channel 47 Resource Partition Register
DMA_HRR048      0xF00118C0          DMA Channel 48 Resource Partition Register
DMA_HRR049      0xF00118C4          DMA Channel 49 Resource Partition Register
DMA_HRR050      0xF00118C8          DMA Channel 50 Resource Partition Register
DMA_HRR051      0xF00118CC          DMA Channel 51 Resource Partition Register
DMA_HRR052      0xF00118D0          DMA Channel 52 Resource Partition Register
DMA_HRR053      0xF00118D4          DMA Channel 53 Resource Partition Register
DMA_HRR054      0xF00118D8          DMA Channel 54 Resource Partition Register
DMA_HRR055      0xF00118DC          DMA Channel 55 Resource Partition Register
DMA_HRR056      0xF00118E0          DMA Channel 56 Resource Partition Register
DMA_HRR057      0xF00118E4          DMA Channel 57 Resource Partition Register
DMA_HRR058      0xF00118E8          DMA Channel 58 Resource Partition Register
DMA_HRR059      0xF00118EC          DMA Channel 59 Resource Partition Register
DMA_HRR060      0xF00118F0          DMA Channel 60 Resource Partition Register
DMA_HRR061      0xF00118F4          DMA Channel 61 Resource Partition Register
DMA_HRR062      0xF00118F8          DMA Channel 62 Resource Partition Register
DMA_HRR063      0xF00118FC          DMA Channel 63 Resource Partition Register
DMA_SUSENR000   0xF0011A00          DMA Channel 0 Suspend Enable Register
DMA_SUSENR001   0xF0011A04          DMA Channel 1 Suspend Enable Register
DMA_SUSENR002   0xF0011A08          DMA Channel 2 Suspend Enable Register
DMA_SUSENR003   0xF0011A0C          DMA Channel 3 Suspend Enable Register
DMA_SUSENR004   0xF0011A10          DMA Channel 4 Suspend Enable Register
DMA_SUSENR005   0xF0011A14          DMA Channel 5 Suspend Enable Register
DMA_SUSENR006   0xF0011A18          DMA Channel 6 Suspend Enable Register
DMA_SUSENR007   0xF0011A1C          DMA Channel 7 Suspend Enable Register
DMA_SUSENR008   0xF0011A20          DMA Channel 8 Suspend Enable Register
DMA_SUSENR009   0xF0011A24          DMA Channel 9 Suspend Enable Register
DMA_SUSENR010   0xF0011A28          DMA Channel 10 Suspend Enable Register
DMA_SUSENR011   0xF0011A2C          DMA Channel 11 Suspend Enable Register
DMA_SUSENR012   0xF0011A30          DMA Channel 12 Suspend Enable Register
DMA_SUSENR013   0xF0011A34          DMA Channel 13 Suspend Enable Register
DMA_SUSENR014   0xF0011A38          DMA Channel 14 Suspend Enable Register
DMA_SUSENR015   0xF0011A3C          DMA Channel 15 Suspend Enable Register
DMA_SUSENR016   0xF0011A40          DMA Channel 16 Suspend Enable Register
DMA_SUSENR017   0xF0011A44          DMA Channel 17 Suspend Enable Register
DMA_SUSENR018   0xF0011A48          DMA Channel 18 Suspend Enable Register
DMA_SUSENR019   0xF0011A4C          DMA Channel 19 Suspend Enable Register
DMA_SUSENR020   0xF0011A50          DMA Channel 20 Suspend Enable Register
DMA_SUSENR021   0xF0011A54          DMA Channel 21 Suspend Enable Register
DMA_SUSENR022   0xF0011A58          DMA Channel 22 Suspend Enable Register
DMA_SUSENR023   0xF0011A5C          DMA Channel 23 Suspend Enable Register
DMA_SUSENR024   0xF0011A60          DMA Channel 24 Suspend Enable Register
DMA_SUSENR025   0xF0011A64          DMA Channel 25 Suspend Enable Register
DMA_SUSENR026   0xF0011A68          DMA Channel 26 Suspend Enable Register
DMA_SUSENR027   0xF0011A6C          DMA Channel 27 Suspend Enable Register
DMA_SUSENR028   0xF0011A70          DMA Channel 28 Suspend Enable Register
DMA_SUSENR029   0xF0011A74          DMA Channel 29 Suspend Enable Register
DMA_SUSENR030   0xF0011A78          DMA Channel 30 Suspend Enable Register
DMA_SUSENR031   0xF0011A7C          DMA Channel 31 Suspend Enable Register
DMA_SUSENR032   0xF0011A80          DMA Channel 32 Suspend Enable Register
DMA_SUSENR033   0xF0011A84          DMA Channel 33 Suspend Enable Register
DMA_SUSENR034   0xF0011A88          DMA Channel 34 Suspend Enable Register
DMA_SUSENR035   0xF0011A8C          DMA Channel 35 Suspend Enable Register
DMA_SUSENR036   0xF0011A90          DMA Channel 36 Suspend Enable Register
DMA_SUSENR037   0xF0011A94          DMA Channel 37 Suspend Enable Register
DMA_SUSENR038   0xF0011A98          DMA Channel 38 Suspend Enable Register
DMA_SUSENR039   0xF0011A9C          DMA Channel 39 Suspend Enable Register
DMA_SUSENR040   0xF0011AA0          DMA Channel 40 Suspend Enable Register
DMA_SUSENR041   0xF0011AA4          DMA Channel 41 Suspend Enable Register
DMA_SUSENR042   0xF0011AA8          DMA Channel 42 Suspend Enable Register
DMA_SUSENR043   0xF0011AAC          DMA Channel 43 Suspend Enable Register
DMA_SUSENR044   0xF0011AB0          DMA Channel 44 Suspend Enable Register
DMA_SUSENR045   0xF0011AB4          DMA Channel 45 Suspend Enable Register
DMA_SUSENR046   0xF0011AB8          DMA Channel 46 Suspend Enable Register
DMA_SUSENR047   0xF0011ABC          DMA Channel 47 Suspend Enable Register
DMA_SUSENR048   0xF0011AC0          DMA Channel 48 Suspend Enable Register
DMA_SUSENR049   0xF0011AC4          DMA Channel 49 Suspend Enable Register
DMA_SUSENR050   0xF0011AC8          DMA Channel 50 Suspend Enable Register
DMA_SUSENR051   0xF0011ACC          DMA Channel 51 Suspend Enable Register
DMA_SUSENR052   0xF0011AD0          DMA Channel 52 Suspend Enable Register
DMA_SUSENR053   0xF0011AD4          DMA Channel 53 Suspend Enable Register
DMA_SUSENR054   0xF0011AD8          DMA Channel 54 Suspend Enable Register
DMA_SUSENR055   0xF0011ADC          DMA Channel 55 Suspend Enable Register
DMA_SUSENR056   0xF0011AE0          DMA Channel 56 Suspend Enable Register
DMA_SUSENR057   0xF0011AE4          DMA Channel 57 Suspend Enable Register
DMA_SUSENR058   0xF0011AE8          DMA Channel 58 Suspend Enable Register
DMA_SUSENR059   0xF0011AEC          DMA Channel 59 Suspend Enable Register
DMA_SUSENR060   0xF0011AF0          DMA Channel 60 Suspend Enable Register
DMA_SUSENR061   0xF0011AF4          DMA Channel 61 Suspend Enable Register
DMA_SUSENR062   0xF0011AF8          DMA Channel 62 Suspend Enable Register
DMA_SUSENR063   0xF0011AFC          DMA Channel 63 Suspend Enable Register
DMA_SUSACR000   0xF0011C00          DMA Channel 0 Suspend Acknowledge Register
DMA_SUSACR001   0xF0011C04          DMA Channel 1 Suspend Acknowledge Register
DMA_SUSACR002   0xF0011C08          DMA Channel 2 Suspend Acknowledge Register
DMA_SUSACR003   0xF0011C0C          DMA Channel 3 Suspend Acknowledge Register
DMA_SUSACR004   0xF0011C10          DMA Channel 4 Suspend Acknowledge Register
DMA_SUSACR005   0xF0011C14          DMA Channel 5 Suspend Acknowledge Register
DMA_SUSACR006   0xF0011C18          DMA Channel 6 Suspend Acknowledge Register
DMA_SUSACR007   0xF0011C1C          DMA Channel 7 Suspend Acknowledge Register
DMA_SUSACR008   0xF0011C20          DMA Channel 8 Suspend Acknowledge Register
DMA_SUSACR009   0xF0011C24          DMA Channel 9 Suspend Acknowledge Register
DMA_SUSACR010   0xF0011C28          DMA Channel 10 Suspend Acknowledge Register
DMA_SUSACR011   0xF0011C2C          DMA Channel 11 Suspend Acknowledge Register
DMA_SUSACR012   0xF0011C30          DMA Channel 12 Suspend Acknowledge Register
DMA_SUSACR013   0xF0011C34          DMA Channel 13 Suspend Acknowledge Register
DMA_SUSACR014   0xF0011C38          DMA Channel 14 Suspend Acknowledge Register
DMA_SUSACR015   0xF0011C3C          DMA Channel 15 Suspend Acknowledge Register
DMA_SUSACR016   0xF0011C40          DMA Channel 16 Suspend Acknowledge Register
DMA_SUSACR017   0xF0011C44          DMA Channel 17 Suspend Acknowledge Register
DMA_SUSACR018   0xF0011C48          DMA Channel 18 Suspend Acknowledge Register
DMA_SUSACR019   0xF0011C4C          DMA Channel 19 Suspend Acknowledge Register
DMA_SUSACR020   0xF0011C50          DMA Channel 20 Suspend Acknowledge Register
DMA_SUSACR021   0xF0011C54          DMA Channel 21 Suspend Acknowledge Register
DMA_SUSACR022   0xF0011C58          DMA Channel 22 Suspend Acknowledge Register
DMA_SUSACR023   0xF0011C5C          DMA Channel 23 Suspend Acknowledge Register
DMA_SUSACR024   0xF0011C60          DMA Channel 24 Suspend Acknowledge Register
DMA_SUSACR025   0xF0011C64          DMA Channel 25 Suspend Acknowledge Register
DMA_SUSACR026   0xF0011C68          DMA Channel 26 Suspend Acknowledge Register
DMA_SUSACR027   0xF0011C6C          DMA Channel 27 Suspend Acknowledge Register
DMA_SUSACR028   0xF0011C70          DMA Channel 28 Suspend Acknowledge Register
DMA_SUSACR029   0xF0011C74          DMA Channel 29 Suspend Acknowledge Register
DMA_SUSACR030   0xF0011C78          DMA Channel 30 Suspend Acknowledge Register
DMA_SUSACR031   0xF0011C7C          DMA Channel 31 Suspend Acknowledge Register
DMA_SUSACR032   0xF0011C80          DMA Channel 32 Suspend Acknowledge Register
DMA_SUSACR033   0xF0011C84          DMA Channel 33 Suspend Acknowledge Register
DMA_SUSACR034   0xF0011C88          DMA Channel 34 Suspend Acknowledge Register
DMA_SUSACR035   0xF0011C8C          DMA Channel 35 Suspend Acknowledge Register
DMA_SUSACR036   0xF0011C90          DMA Channel 36 Suspend Acknowledge Register
DMA_SUSACR037   0xF0011C94          DMA Channel 37 Suspend Acknowledge Register
DMA_SUSACR038   0xF0011C98          DMA Channel 38 Suspend Acknowledge Register
DMA_SUSACR039   0xF0011C9C          DMA Channel 39 Suspend Acknowledge Register
DMA_SUSACR040   0xF0011CA0          DMA Channel 40 Suspend Acknowledge Register
DMA_SUSACR041   0xF0011CA4          DMA Channel 41 Suspend Acknowledge Register
DMA_SUSACR042   0xF0011CA8          DMA Channel 42 Suspend Acknowledge Register
DMA_SUSACR043   0xF0011CAC          DMA Channel 43 Suspend Acknowledge Register
DMA_SUSACR044   0xF0011CB0          DMA Channel 44 Suspend Acknowledge Register
DMA_SUSACR045   0xF0011CB4          DMA Channel 45 Suspend Acknowledge Register
DMA_SUSACR046   0xF0011CB8          DMA Channel 46 Suspend Acknowledge Register
DMA_SUSACR047   0xF0011CBC          DMA Channel 47 Suspend Acknowledge Register
DMA_SUSACR048   0xF0011CC0          DMA Channel 48 Suspend Acknowledge Register
DMA_SUSACR049   0xF0011CC4          DMA Channel 49 Suspend Acknowledge Register
DMA_SUSACR050   0xF0011CC8          DMA Channel 50 Suspend Acknowledge Register
DMA_SUSACR051   0xF0011CCC          DMA Channel 51 Suspend Acknowledge Register
DMA_SUSACR052   0xF0011CD0          DMA Channel 52 Suspend Acknowledge Register
DMA_SUSACR053   0xF0011CD4          DMA Channel 53 Suspend Acknowledge Register
DMA_SUSACR054   0xF0011CD8          DMA Channel 54 Suspend Acknowledge Register
DMA_SUSACR055   0xF0011CDC          DMA Channel 55 Suspend Acknowledge Register
DMA_SUSACR056   0xF0011CE0          DMA Channel 56 Suspend Acknowledge Register
DMA_SUSACR057   0xF0011CE4          DMA Channel 57 Suspend Acknowledge Register
DMA_SUSACR058   0xF0011CE8          DMA Channel 58 Suspend Acknowledge Register
DMA_SUSACR059   0xF0011CEC          DMA Channel 59 Suspend Acknowledge Register
DMA_SUSACR060   0xF0011CF0          DMA Channel 60 Suspend Acknowledge Register
DMA_SUSACR061   0xF0011CF4          DMA Channel 61 Suspend Acknowledge Register
DMA_SUSACR062   0xF0011CF8          DMA Channel 62 Suspend Acknowledge Register
DMA_SUSACR063   0xF0011CFC          DMA Channel 63 Suspend Acknowledge Register
DMA_TSR000      0xF0011E00          DMA Channel 0 Transaction State Register
DMA_TSR001      0xF0011E04          DMA Channel 1 Transaction State Register
DMA_TSR002      0xF0011E08          DMA Channel 2 Transaction State Register
DMA_TSR003      0xF0011E0C          DMA Channel 3 Transaction State Register
DMA_TSR004      0xF0011E10          DMA Channel 4 Transaction State Register
DMA_TSR005      0xF0011E14          DMA Channel 5 Transaction State Register
DMA_TSR006      0xF0011E18          DMA Channel 6 Transaction State Register
DMA_TSR007      0xF0011E1C          DMA Channel 7 Transaction State Register
DMA_TSR008      0xF0011E20          DMA Channel 8 Transaction State Register
DMA_TSR009      0xF0011E24          DMA Channel 9 Transaction State Register
DMA_TSR010      0xF0011E28          DMA Channel 10 Transaction State Register
DMA_TSR011      0xF0011E2C          DMA Channel 11 Transaction State Register
DMA_TSR012      0xF0011E30          DMA Channel 12 Transaction State Register
DMA_TSR013      0xF0011E34          DMA Channel 13 Transaction State Register
DMA_TSR014      0xF0011E38          DMA Channel 14 Transaction State Register
DMA_TSR015      0xF0011E3C          DMA Channel 15 Transaction State Register
DMA_TSR016      0xF0011E40          DMA Channel 16 Transaction State Register
DMA_TSR017      0xF0011E44          DMA Channel 17 Transaction State Register
DMA_TSR018      0xF0011E48          DMA Channel 18 Transaction State Register
DMA_TSR019      0xF0011E4C          DMA Channel 19 Transaction State Register
DMA_TSR020      0xF0011E50          DMA Channel 20 Transaction State Register
DMA_TSR021      0xF0011E54          DMA Channel 21 Transaction State Register
DMA_TSR022      0xF0011E58          DMA Channel 22 Transaction State Register
DMA_TSR023      0xF0011E5C          DMA Channel 23 Transaction State Register
DMA_TSR024      0xF0011E60          DMA Channel 24 Transaction State Register
DMA_TSR025      0xF0011E64          DMA Channel 25 Transaction State Register
DMA_TSR026      0xF0011E68          DMA Channel 26 Transaction State Register
DMA_TSR027      0xF0011E6C          DMA Channel 27 Transaction State Register
DMA_TSR028      0xF0011E70          DMA Channel 28 Transaction State Register
DMA_TSR029      0xF0011E74          DMA Channel 29 Transaction State Register
DMA_TSR030      0xF0011E78          DMA Channel 30 Transaction State Register
DMA_TSR031      0xF0011E7C          DMA Channel 31 Transaction State Register
DMA_TSR032      0xF0011E80          DMA Channel 32 Transaction State Register
DMA_TSR033      0xF0011E84          DMA Channel 33 Transaction State Register
DMA_TSR034      0xF0011E88          DMA Channel 34 Transaction State Register
DMA_TSR035      0xF0011E8C          DMA Channel 35 Transaction State Register
DMA_TSR036      0xF0011E90          DMA Channel 36 Transaction State Register
DMA_TSR037      0xF0011E94          DMA Channel 37 Transaction State Register
DMA_TSR038      0xF0011E98          DMA Channel 38 Transaction State Register
DMA_TSR039      0xF0011E9C          DMA Channel 39 Transaction State Register
DMA_TSR040      0xF0011EA0          DMA Channel 40 Transaction State Register
DMA_TSR041      0xF0011EA4          DMA Channel 41 Transaction State Register
DMA_TSR042      0xF0011EA8          DMA Channel 42 Transaction State Register
DMA_TSR043      0xF0011EAC          DMA Channel 43 Transaction State Register
DMA_TSR044      0xF0011EB0          DMA Channel 44 Transaction State Register
DMA_TSR045      0xF0011EB4          DMA Channel 45 Transaction State Register
DMA_TSR046      0xF0011EB8          DMA Channel 46 Transaction State Register
DMA_TSR047      0xF0011EBC          DMA Channel 47 Transaction State Register
DMA_TSR048      0xF0011EC0          DMA Channel 48 Transaction State Register
DMA_TSR049      0xF0011EC4          DMA Channel 49 Transaction State Register
DMA_TSR050      0xF0011EC8          DMA Channel 50 Transaction State Register
DMA_TSR051      0xF0011ECC          DMA Channel 51 Transaction State Register
DMA_TSR052      0xF0011ED0          DMA Channel 52 Transaction State Register
DMA_TSR053      0xF0011ED4          DMA Channel 53 Transaction State Register
DMA_TSR054      0xF0011ED8          DMA Channel 54 Transaction State Register
DMA_TSR055      0xF0011EDC          DMA Channel 55 Transaction State Register
DMA_TSR056      0xF0011EE0          DMA Channel 56 Transaction State Register
DMA_TSR057      0xF0011EE4          DMA Channel 57 Transaction State Register
DMA_TSR058      0xF0011EE8          DMA Channel 58 Transaction State Register
DMA_TSR059      0xF0011EEC          DMA Channel 59 Transaction State Register
DMA_TSR060      0xF0011EF0          DMA Channel 60 Transaction State Register
DMA_TSR061      0xF0011EF4          DMA Channel 61 Transaction State Register
DMA_TSR062      0xF0011EF8          DMA Channel 62 Transaction State Register
DMA_TSR063      0xF0011EFC          DMA Channel 63 Transaction State Register
DMA_RDCRCR000   0xF0012000          DMARAM Channel 0 Read Data CRC Register
DMA_SDCRCR000   0xF0012004          DMARAM Channel 0 Source and Destination Address CRC Register
DMA_SADR000     0xF0012008          DMARAM Channel 0 Source Address Register
DMA_DADR000     0xF001200C          DMARAM Channel 0 Destination Address Register
DMA_ADICR000    0xF0012010          DMARAM Channel 0 Address and Interrupt Control Register
DMA_CHCFGR000   0xF0012014          DMARAM Channel 0 Configuration Register
DMA_SHADR000    0xF0012018          DMARAM Channel 0 Shadow Address Register
DMA_CHCSR000    0xF001201C          DMARAM Channel 0 Control and Status Register
DMA_RDCRCR001   0xF0012020          DMARAM Channel 1 Read Data CRC Register
DMA_SDCRCR001   0xF0012024          DMARAM Channel 1 Source and Destination Address CRC Register
DMA_SADR001     0xF0012028          DMARAM Channel 1 Source Address Register
DMA_DADR001     0xF001202C          DMARAM Channel 1 Destination Address Register
DMA_ADICR001    0xF0012030          DMARAM Channel 1 Address and Interrupt Control Register
DMA_CHCFGR001   0xF0012034          DMARAM Channel 1 Configuration Register
DMA_SHADR001    0xF0012038          DMARAM Channel 1 Shadow Address Register
DMA_CHCSR001    0xF001203C          DMARAM Channel 1 Control and Status Register
DMA_RDCRCR002   0xF0012040          DMARAM Channel 2 Read Data CRC Register
DMA_SDCRCR002   0xF0012044          DMARAM Channel 2 Source and Destination Address CRC Register
DMA_SADR002     0xF0012048          DMARAM Channel 2 Source Address Register
DMA_DADR002     0xF001204C          DMARAM Channel 2 Destination Address Register
DMA_ADICR002    0xF0012050          DMARAM Channel 2 Address and Interrupt Control Register
DMA_CHCFGR002   0xF0012054          DMARAM Channel 2 Configuration Register
DMA_SHADR002    0xF0012058          DMARAM Channel 2 Shadow Address Register
DMA_CHCSR002    0xF001205C          DMARAM Channel 2 Control and Status Register
DMA_RDCRCR003   0xF0012060          DMARAM Channel 3 Read Data CRC Register
DMA_SDCRCR003   0xF0012064          DMARAM Channel 3 Source and Destination Address CRC Register
DMA_SADR003     0xF0012068          DMARAM Channel 3 Source Address Register
DMA_DADR003     0xF001206C          DMARAM Channel 3 Destination Address Register
DMA_ADICR003    0xF0012070          DMARAM Channel 3 Address and Interrupt Control Register
DMA_CHCFGR003   0xF0012074          DMARAM Channel 3 Configuration Register
DMA_SHADR003    0xF0012078          DMARAM Channel 3 Shadow Address Register
DMA_CHCSR003    0xF001207C          DMARAM Channel 3 Control and Status Register
DMA_RDCRCR004   0xF0012080          DMARAM Channel 4 Read Data CRC Register
DMA_SDCRCR004   0xF0012084          DMARAM Channel 4 Source and Destination Address CRC Register
DMA_SADR004     0xF0012088          DMARAM Channel 4 Source Address Register
DMA_DADR004     0xF001208C          DMARAM Channel 4 Destination Address Register
DMA_ADICR004    0xF0012090          DMARAM Channel 4 Address and Interrupt Control Register
DMA_CHCFGR004   0xF0012094          DMARAM Channel 4 Configuration Register
DMA_SHADR004    0xF0012098          DMARAM Channel 4 Shadow Address Register
DMA_CHCSR004    0xF001209C          DMARAM Channel 4 Control and Status Register
DMA_RDCRCR005   0xF00120A0          DMARAM Channel 5 Read Data CRC Register
DMA_SDCRCR005   0xF00120A4          DMARAM Channel 5 Source and Destination Address CRC Register
DMA_SADR005     0xF00120A8          DMARAM Channel 5 Source Address Register
DMA_DADR005     0xF00120AC          DMARAM Channel 5 Destination Address Register
DMA_ADICR005    0xF00120B0          DMARAM Channel 5 Address and Interrupt Control Register
DMA_CHCFGR005   0xF00120B4          DMARAM Channel 5 Configuration Register
DMA_SHADR005    0xF00120B8          DMARAM Channel 5 Shadow Address Register
DMA_CHCSR005    0xF00120BC          DMARAM Channel 5 Control and Status Register
DMA_RDCRCR006   0xF00120C0          DMARAM Channel 6 Read Data CRC Register
DMA_SDCRCR006   0xF00120C4          DMARAM Channel 6 Source and Destination Address CRC Register
DMA_SADR006     0xF00120C8          DMARAM Channel 6 Source Address Register
DMA_DADR006     0xF00120CC          DMARAM Channel 6 Destination Address Register
DMA_ADICR006    0xF00120D0          DMARAM Channel 6 Address and Interrupt Control Register
DMA_CHCFGR006   0xF00120D4          DMARAM Channel 6 Configuration Register
DMA_SHADR006    0xF00120D8          DMARAM Channel 6 Shadow Address Register
DMA_CHCSR006    0xF00120DC          DMARAM Channel 6 Control and Status Register
DMA_RDCRCR007   0xF00120E0          DMARAM Channel 7 Read Data CRC Register
DMA_SDCRCR007   0xF00120E4          DMARAM Channel 7 Source and Destination Address CRC Register
DMA_SADR007     0xF00120E8          DMARAM Channel 7 Source Address Register
DMA_DADR007     0xF00120EC          DMARAM Channel 7 Destination Address Register
DMA_ADICR007    0xF00120F0          DMARAM Channel 7 Address and Interrupt Control Register
DMA_CHCFGR007   0xF00120F4          DMARAM Channel 7 Configuration Register
DMA_SHADR007    0xF00120F8          DMARAM Channel 7 Shadow Address Register
DMA_CHCSR007    0xF00120FC          DMARAM Channel 7 Control and Status Register
DMA_RDCRCR008   0xF0012100          DMARAM Channel 8 Read Data CRC Register
DMA_SDCRCR008   0xF0012104          DMARAM Channel 8 Source and Destination Address CRC Register
DMA_SADR008     0xF0012108          DMARAM Channel 8 Source Address Register
DMA_DADR008     0xF001210C          DMARAM Channel 8 Destination Address Register
DMA_ADICR008    0xF0012110          DMARAM Channel 8 Address and Interrupt Control Register
DMA_CHCFGR008   0xF0012114          DMARAM Channel 8 Configuration Register
DMA_SHADR008    0xF0012118          DMARAM Channel 8 Shadow Address Register
DMA_CHCSR008    0xF001211C          DMARAM Channel 8 Control and Status Register
DMA_RDCRCR009   0xF0012120          DMARAM Channel 9 Read Data CRC Register
DMA_SDCRCR009   0xF0012124          DMARAM Channel 9 Source and Destination Address CRC Register
DMA_SADR009     0xF0012128          DMARAM Channel 9 Source Address Register
DMA_DADR009     0xF001212C          DMARAM Channel 9 Destination Address Register
DMA_ADICR009    0xF0012130          DMARAM Channel 9 Address and Interrupt Control Register
DMA_CHCFGR009   0xF0012134          DMARAM Channel 9 Configuration Register
DMA_SHADR009    0xF0012138          DMARAM Channel 9 Shadow Address Register
DMA_CHCSR009    0xF001213C          DMARAM Channel 9 Control and Status Register
DMA_RDCRCR010   0xF0012140          DMARAM Channel 10 Read Data CRC Register
DMA_SDCRCR010   0xF0012144          DMARAM Channel 10 Source and Destination Address CRC Register
DMA_SADR010     0xF0012148          DMARAM Channel 10 Source Address Register
DMA_DADR010     0xF001214C          DMARAM Channel 10 Destination Address Register
DMA_ADICR010    0xF0012150          DMARAM Channel 10 Address and Interrupt Control Register
DMA_CHCFGR010   0xF0012154          DMARAM Channel 10 Configuration Register
DMA_SHADR010    0xF0012158          DMARAM Channel 10 Shadow Address Register
DMA_CHCSR010    0xF001215C          DMARAM Channel 10 Control and Status Register
DMA_RDCRCR011   0xF0012160          DMARAM Channel 11 Read Data CRC Register
DMA_SDCRCR011   0xF0012164          DMARAM Channel 11 Source and Destination Address CRC Register
DMA_SADR011     0xF0012168          DMARAM Channel 11 Source Address Register
DMA_DADR011     0xF001216C          DMARAM Channel 11 Destination Address Register
DMA_ADICR011    0xF0012170          DMARAM Channel 11 Address and Interrupt Control Register
DMA_CHCFGR011   0xF0012174          DMARAM Channel 11 Configuration Register
DMA_SHADR011    0xF0012178          DMARAM Channel 11 Shadow Address Register
DMA_CHCSR011    0xF001217C          DMARAM Channel 11 Control and Status Register
DMA_RDCRCR012   0xF0012180          DMARAM Channel 12 Read Data CRC Register
DMA_SDCRCR012   0xF0012184          DMARAM Channel 12 Source and Destination Address CRC Register
DMA_SADR012     0xF0012188          DMARAM Channel 12 Source Address Register
DMA_DADR012     0xF001218C          DMARAM Channel 12 Destination Address Register
DMA_ADICR012    0xF0012190          DMARAM Channel 12 Address and Interrupt Control Register
DMA_CHCFGR012   0xF0012194          DMARAM Channel 12 Configuration Register
DMA_SHADR012    0xF0012198          DMARAM Channel 12 Shadow Address Register
DMA_CHCSR012    0xF001219C          DMARAM Channel 12 Control and Status Register
DMA_RDCRCR013   0xF00121A0          DMARAM Channel 13 Read Data CRC Register
DMA_SDCRCR013   0xF00121A4          DMARAM Channel 13 Source and Destination Address CRC Register
DMA_SADR013     0xF00121A8          DMARAM Channel 13 Source Address Register
DMA_DADR013     0xF00121AC          DMARAM Channel 13 Destination Address Register
DMA_ADICR013    0xF00121B0          DMARAM Channel 13 Address and Interrupt Control Register
DMA_CHCFGR013   0xF00121B4          DMARAM Channel 13 Configuration Register
DMA_SHADR013    0xF00121B8          DMARAM Channel 13 Shadow Address Register
DMA_CHCSR013    0xF00121BC          DMARAM Channel 13 Control and Status Register
DMA_RDCRCR014   0xF00121C0          DMARAM Channel 14 Read Data CRC Register
DMA_SDCRCR014   0xF00121C4          DMARAM Channel 14 Source and Destination Address CRC Register
DMA_SADR014     0xF00121C8          DMARAM Channel 14 Source Address Register
DMA_DADR014     0xF00121CC          DMARAM Channel 14 Destination Address Register
DMA_ADICR014    0xF00121D0          DMARAM Channel 14 Address and Interrupt Control Register
DMA_CHCFGR014   0xF00121D4          DMARAM Channel 14 Configuration Register
DMA_SHADR014    0xF00121D8          DMARAM Channel 14 Shadow Address Register
DMA_CHCSR014    0xF00121DC          DMARAM Channel 14 Control and Status Register
DMA_RDCRCR015   0xF00121E0          DMARAM Channel 15 Read Data CRC Register
DMA_SDCRCR015   0xF00121E4          DMARAM Channel 15 Source and Destination Address CRC Register
DMA_SADR015     0xF00121E8          DMARAM Channel 15 Source Address Register
DMA_DADR015     0xF00121EC          DMARAM Channel 15 Destination Address Register
DMA_ADICR015    0xF00121F0          DMARAM Channel 15 Address and Interrupt Control Register
DMA_CHCFGR015   0xF00121F4          DMARAM Channel 15 Configuration Register
DMA_SHADR015    0xF00121F8          DMARAM Channel 15 Shadow Address Register
DMA_CHCSR015    0xF00121FC          DMARAM Channel 15 Control and Status Register
DMA_RDCRCR016   0xF0012200          DMARAM Channel 16 Read Data CRC Register
DMA_SDCRCR016   0xF0012204          DMARAM Channel 16 Source and Destination Address CRC Register
DMA_SADR016     0xF0012208          DMARAM Channel 16 Source Address Register
DMA_DADR016     0xF001220C          DMARAM Channel 16 Destination Address Register
DMA_ADICR016    0xF0012210          DMARAM Channel 16 Address and Interrupt Control Register
DMA_CHCFGR016   0xF0012214          DMARAM Channel 16 Configuration Register
DMA_SHADR016    0xF0012218          DMARAM Channel 16 Shadow Address Register
DMA_CHCSR016    0xF001221C          DMARAM Channel 16 Control and Status Register
DMA_RDCRCR017   0xF0012220          DMARAM Channel 17 Read Data CRC Register
DMA_SDCRCR017   0xF0012224          DMARAM Channel 17 Source and Destination Address CRC Register
DMA_SADR017     0xF0012228          DMARAM Channel 17 Source Address Register
DMA_DADR017     0xF001222C          DMARAM Channel 17 Destination Address Register
DMA_ADICR017    0xF0012230          DMARAM Channel 17 Address and Interrupt Control Register
DMA_CHCFGR017   0xF0012234          DMARAM Channel 17 Configuration Register
DMA_SHADR017    0xF0012238          DMARAM Channel 17 Shadow Address Register
DMA_CHCSR017    0xF001223C          DMARAM Channel 17 Control and Status Register
DMA_RDCRCR018   0xF0012240          DMARAM Channel 18 Read Data CRC Register
DMA_SDCRCR018   0xF0012244          DMARAM Channel 18 Source and Destination Address CRC Register
DMA_SADR018     0xF0012248          DMARAM Channel 18 Source Address Register
DMA_DADR018     0xF001224C          DMARAM Channel 18 Destination Address Register
DMA_ADICR018    0xF0012250          DMARAM Channel 18 Address and Interrupt Control Register
DMA_CHCFGR018   0xF0012254          DMARAM Channel 18 Configuration Register
DMA_SHADR018    0xF0012258          DMARAM Channel 18 Shadow Address Register
DMA_CHCSR018    0xF001225C          DMARAM Channel 18 Control and Status Register
DMA_RDCRCR019   0xF0012260          DMARAM Channel 19 Read Data CRC Register
DMA_SDCRCR019   0xF0012264          DMARAM Channel 19 Source and Destination Address CRC Register
DMA_SADR019     0xF0012268          DMARAM Channel 19 Source Address Register
DMA_DADR019     0xF001226C          DMARAM Channel 19 Destination Address Register
DMA_ADICR019    0xF0012270          DMARAM Channel 19 Address and Interrupt Control Register
DMA_CHCFGR019   0xF0012274          DMARAM Channel 19 Configuration Register
DMA_SHADR019    0xF0012278          DMARAM Channel 19 Shadow Address Register
DMA_CHCSR019    0xF001227C          DMARAM Channel 19 Control and Status Register
DMA_RDCRCR020   0xF0012280          DMARAM Channel 20 Read Data CRC Register
DMA_SDCRCR020   0xF0012284          DMARAM Channel 20 Source and Destination Address CRC Register
DMA_SADR020     0xF0012288          DMARAM Channel 20 Source Address Register
DMA_DADR020     0xF001228C          DMARAM Channel 20 Destination Address Register
DMA_ADICR020    0xF0012290          DMARAM Channel 20 Address and Interrupt Control Register
DMA_CHCFGR020   0xF0012294          DMARAM Channel 20 Configuration Register
DMA_SHADR020    0xF0012298          DMARAM Channel 20 Shadow Address Register
DMA_CHCSR020    0xF001229C          DMARAM Channel 20 Control and Status Register
DMA_RDCRCR021   0xF00122A0          DMARAM Channel 21 Read Data CRC Register
DMA_SDCRCR021   0xF00122A4          DMARAM Channel 21 Source and Destination Address CRC Register
DMA_SADR021     0xF00122A8          DMARAM Channel 21 Source Address Register
DMA_DADR021     0xF00122AC          DMARAM Channel 21 Destination Address Register
DMA_ADICR021    0xF00122B0          DMARAM Channel 21 Address and Interrupt Control Register
DMA_CHCFGR021   0xF00122B4          DMARAM Channel 21 Configuration Register
DMA_SHADR021    0xF00122B8          DMARAM Channel 21 Shadow Address Register
DMA_CHCSR021    0xF00122BC          DMARAM Channel 21 Control and Status Register
DMA_RDCRCR022   0xF00122C0          DMARAM Channel 22 Read Data CRC Register
DMA_SDCRCR022   0xF00122C4          DMARAM Channel 22 Source and Destination Address CRC Register
DMA_SADR022     0xF00122C8          DMARAM Channel 22 Source Address Register
DMA_DADR022     0xF00122CC          DMARAM Channel 22 Destination Address Register
DMA_ADICR022    0xF00122D0          DMARAM Channel 22 Address and Interrupt Control Register
DMA_CHCFGR022   0xF00122D4          DMARAM Channel 22 Configuration Register
DMA_SHADR022    0xF00122D8          DMARAM Channel 22 Shadow Address Register
DMA_CHCSR022    0xF00122DC          DMARAM Channel 22 Control and Status Register
DMA_RDCRCR023   0xF00122E0          DMARAM Channel 23 Read Data CRC Register
DMA_SDCRCR023   0xF00122E4          DMARAM Channel 23 Source and Destination Address CRC Register
DMA_SADR023     0xF00122E8          DMARAM Channel 23 Source Address Register
DMA_DADR023     0xF00122EC          DMARAM Channel 23 Destination Address Register
DMA_ADICR023    0xF00122F0          DMARAM Channel 23 Address and Interrupt Control Register
DMA_CHCFGR023   0xF00122F4          DMARAM Channel 23 Configuration Register
DMA_SHADR023    0xF00122F8          DMARAM Channel 23 Shadow Address Register
DMA_CHCSR023    0xF00122FC          DMARAM Channel 23 Control and Status Register
DMA_RDCRCR024   0xF0012300          DMARAM Channel 24 Read Data CRC Register
DMA_SDCRCR024   0xF0012304          DMARAM Channel 24 Source and Destination Address CRC Register
DMA_SADR024     0xF0012308          DMARAM Channel 24 Source Address Register
DMA_DADR024     0xF001230C          DMARAM Channel 24 Destination Address Register
DMA_ADICR024    0xF0012310          DMARAM Channel 24 Address and Interrupt Control Register
DMA_CHCFGR024   0xF0012314          DMARAM Channel 24 Configuration Register
DMA_SHADR024    0xF0012318          DMARAM Channel 24 Shadow Address Register
DMA_CHCSR024    0xF001231C          DMARAM Channel 24 Control and Status Register
DMA_RDCRCR025   0xF0012320          DMARAM Channel 25 Read Data CRC Register
DMA_SDCRCR025   0xF0012324          DMARAM Channel 25 Source and Destination Address CRC Register
DMA_SADR025     0xF0012328          DMARAM Channel 25 Source Address Register
DMA_DADR025     0xF001232C          DMARAM Channel 25 Destination Address Register
DMA_ADICR025    0xF0012330          DMARAM Channel 25 Address and Interrupt Control Register
DMA_CHCFGR025   0xF0012334          DMARAM Channel 25 Configuration Register
DMA_SHADR025    0xF0012338          DMARAM Channel 25 Shadow Address Register
DMA_CHCSR025    0xF001233C          DMARAM Channel 25 Control and Status Register
DMA_RDCRCR026   0xF0012340          DMARAM Channel 26 Read Data CRC Register
DMA_SDCRCR026   0xF0012344          DMARAM Channel 26 Source and Destination Address CRC Register
DMA_SADR026     0xF0012348          DMARAM Channel 26 Source Address Register
DMA_DADR026     0xF001234C          DMARAM Channel 26 Destination Address Register
DMA_ADICR026    0xF0012350          DMARAM Channel 26 Address and Interrupt Control Register
DMA_CHCFGR026   0xF0012354          DMARAM Channel 26 Configuration Register
DMA_SHADR026    0xF0012358          DMARAM Channel 26 Shadow Address Register
DMA_CHCSR026    0xF001235C          DMARAM Channel 26 Control and Status Register
DMA_RDCRCR027   0xF0012360          DMARAM Channel 27 Read Data CRC Register
DMA_SDCRCR027   0xF0012364          DMARAM Channel 27 Source and Destination Address CRC Register
DMA_SADR027     0xF0012368          DMARAM Channel 27 Source Address Register
DMA_DADR027     0xF001236C          DMARAM Channel 27 Destination Address Register
DMA_ADICR027    0xF0012370          DMARAM Channel 27 Address and Interrupt Control Register
DMA_CHCFGR027   0xF0012374          DMARAM Channel 27 Configuration Register
DMA_SHADR027    0xF0012378          DMARAM Channel 27 Shadow Address Register
DMA_CHCSR027    0xF001237C          DMARAM Channel 27 Control and Status Register
DMA_RDCRCR028   0xF0012380          DMARAM Channel 28 Read Data CRC Register
DMA_SDCRCR028   0xF0012384          DMARAM Channel 28 Source and Destination Address CRC Register
DMA_SADR028     0xF0012388          DMARAM Channel 28 Source Address Register
DMA_DADR028     0xF001238C          DMARAM Channel 28 Destination Address Register
DMA_ADICR028    0xF0012390          DMARAM Channel 28 Address and Interrupt Control Register
DMA_CHCFGR028   0xF0012394          DMARAM Channel 28 Configuration Register
DMA_SHADR028    0xF0012398          DMARAM Channel 28 Shadow Address Register
DMA_CHCSR028    0xF001239C          DMARAM Channel 28 Control and Status Register
DMA_RDCRCR029   0xF00123A0          DMARAM Channel 29 Read Data CRC Register
DMA_SDCRCR029   0xF00123A4          DMARAM Channel 29 Source and Destination Address CRC Register
DMA_SADR029     0xF00123A8          DMARAM Channel 29 Source Address Register
DMA_DADR029     0xF00123AC          DMARAM Channel 29 Destination Address Register
DMA_ADICR029    0xF00123B0          DMARAM Channel 29 Address and Interrupt Control Register
DMA_CHCFGR029   0xF00123B4          DMARAM Channel 29 Configuration Register
DMA_SHADR029    0xF00123B8          DMARAM Channel 29 Shadow Address Register
DMA_CHCSR029    0xF00123BC          DMARAM Channel 29 Control and Status Register
DMA_RDCRCR030   0xF00123C0          DMARAM Channel 30 Read Data CRC Register
DMA_SDCRCR030   0xF00123C4          DMARAM Channel 30 Source and Destination Address CRC Register
DMA_SADR030     0xF00123C8          DMARAM Channel 30 Source Address Register
DMA_DADR030     0xF00123CC          DMARAM Channel 30 Destination Address Register
DMA_ADICR030    0xF00123D0          DMARAM Channel 30 Address and Interrupt Control Register
DMA_CHCFGR030   0xF00123D4          DMARAM Channel 30 Configuration Register
DMA_SHADR030    0xF00123D8          DMARAM Channel 30 Shadow Address Register
DMA_CHCSR030    0xF00123DC          DMARAM Channel 30 Control and Status Register
DMA_RDCRCR031   0xF00123E0          DMARAM Channel 31 Read Data CRC Register
DMA_SDCRCR031   0xF00123E4          DMARAM Channel 31 Source and Destination Address CRC Register
DMA_SADR031     0xF00123E8          DMARAM Channel 31 Source Address Register
DMA_DADR031     0xF00123EC          DMARAM Channel 31 Destination Address Register
DMA_ADICR031    0xF00123F0          DMARAM Channel 31 Address and Interrupt Control Register
DMA_CHCFGR031   0xF00123F4          DMARAM Channel 31 Configuration Register
DMA_SHADR031    0xF00123F8          DMARAM Channel 31 Shadow Address Register
DMA_CHCSR031    0xF00123FC          DMARAM Channel 31 Control and Status Register
DMA_RDCRCR032   0xF0012400          DMARAM Channel 32 Read Data CRC Register
DMA_SDCRCR032   0xF0012404          DMARAM Channel 32 Source and Destination Address CRC Register
DMA_SADR032     0xF0012408          DMARAM Channel 32 Source Address Register
DMA_DADR032     0xF001240C          DMARAM Channel 32 Destination Address Register
DMA_ADICR032    0xF0012410          DMARAM Channel 32 Address and Interrupt Control Register
DMA_CHCFGR032   0xF0012414          DMARAM Channel 32 Configuration Register
DMA_SHADR032    0xF0012418          DMARAM Channel 32 Shadow Address Register
DMA_CHCSR032    0xF001241C          DMARAM Channel 32 Control and Status Register
DMA_RDCRCR033   0xF0012420          DMARAM Channel 33 Read Data CRC Register
DMA_SDCRCR033   0xF0012424          DMARAM Channel 33 Source and Destination Address CRC Register
DMA_SADR033     0xF0012428          DMARAM Channel 33 Source Address Register
DMA_DADR033     0xF001242C          DMARAM Channel 33 Destination Address Register
DMA_ADICR033    0xF0012430          DMARAM Channel 33 Address and Interrupt Control Register
DMA_CHCFGR033   0xF0012434          DMARAM Channel 33 Configuration Register
DMA_SHADR033    0xF0012438          DMARAM Channel 33 Shadow Address Register
DMA_CHCSR033    0xF001243C          DMARAM Channel 33 Control and Status Register
DMA_RDCRCR034   0xF0012440          DMARAM Channel 34 Read Data CRC Register
DMA_SDCRCR034   0xF0012444          DMARAM Channel 34 Source and Destination Address CRC Register
DMA_SADR034     0xF0012448          DMARAM Channel 34 Source Address Register
DMA_DADR034     0xF001244C          DMARAM Channel 34 Destination Address Register
DMA_ADICR034    0xF0012450          DMARAM Channel 34 Address and Interrupt Control Register
DMA_CHCFGR034   0xF0012454          DMARAM Channel 34 Configuration Register
DMA_SHADR034    0xF0012458          DMARAM Channel 34 Shadow Address Register
DMA_CHCSR034    0xF001245C          DMARAM Channel 34 Control and Status Register
DMA_RDCRCR035   0xF0012460          DMARAM Channel 35 Read Data CRC Register
DMA_SDCRCR035   0xF0012464          DMARAM Channel 35 Source and Destination Address CRC Register
DMA_SADR035     0xF0012468          DMARAM Channel 35 Source Address Register
DMA_DADR035     0xF001246C          DMARAM Channel 35 Destination Address Register
DMA_ADICR035    0xF0012470          DMARAM Channel 35 Address and Interrupt Control Register
DMA_CHCFGR035   0xF0012474          DMARAM Channel 35 Configuration Register
DMA_SHADR035    0xF0012478          DMARAM Channel 35 Shadow Address Register
DMA_CHCSR035    0xF001247C          DMARAM Channel 35 Control and Status Register
DMA_RDCRCR036   0xF0012480          DMARAM Channel 36 Read Data CRC Register
DMA_SDCRCR036   0xF0012484          DMARAM Channel 36 Source and Destination Address CRC Register
DMA_SADR036     0xF0012488          DMARAM Channel 36 Source Address Register
DMA_DADR036     0xF001248C          DMARAM Channel 36 Destination Address Register
DMA_ADICR036    0xF0012490          DMARAM Channel 36 Address and Interrupt Control Register
DMA_CHCFGR036   0xF0012494          DMARAM Channel 36 Configuration Register
DMA_SHADR036    0xF0012498          DMARAM Channel 36 Shadow Address Register
DMA_CHCSR036    0xF001249C          DMARAM Channel 36 Control and Status Register
DMA_RDCRCR037   0xF00124A0          DMARAM Channel 37 Read Data CRC Register
DMA_SDCRCR037   0xF00124A4          DMARAM Channel 37 Source and Destination Address CRC Register
DMA_SADR037     0xF00124A8          DMARAM Channel 37 Source Address Register
DMA_DADR037     0xF00124AC          DMARAM Channel 37 Destination Address Register
DMA_ADICR037    0xF00124B0          DMARAM Channel 37 Address and Interrupt Control Register
DMA_CHCFGR037   0xF00124B4          DMARAM Channel 37 Configuration Register
DMA_SHADR037    0xF00124B8          DMARAM Channel 37 Shadow Address Register
DMA_CHCSR037    0xF00124BC          DMARAM Channel 37 Control and Status Register
DMA_RDCRCR038   0xF00124C0          DMARAM Channel 38 Read Data CRC Register
DMA_SDCRCR038   0xF00124C4          DMARAM Channel 38 Source and Destination Address CRC Register
DMA_SADR038     0xF00124C8          DMARAM Channel 38 Source Address Register
DMA_DADR038     0xF00124CC          DMARAM Channel 38 Destination Address Register
DMA_ADICR038    0xF00124D0          DMARAM Channel 38 Address and Interrupt Control Register
DMA_CHCFGR038   0xF00124D4          DMARAM Channel 38 Configuration Register
DMA_SHADR038    0xF00124D8          DMARAM Channel 38 Shadow Address Register
DMA_CHCSR038    0xF00124DC          DMARAM Channel 38 Control and Status Register
DMA_RDCRCR039   0xF00124E0          DMARAM Channel 39 Read Data CRC Register
DMA_SDCRCR039   0xF00124E4          DMARAM Channel 39 Source and Destination Address CRC Register
DMA_SADR039     0xF00124E8          DMARAM Channel 39 Source Address Register
DMA_DADR039     0xF00124EC          DMARAM Channel 39 Destination Address Register
DMA_ADICR039    0xF00124F0          DMARAM Channel 39 Address and Interrupt Control Register
DMA_CHCFGR039   0xF00124F4          DMARAM Channel 39 Configuration Register
DMA_SHADR039    0xF00124F8          DMARAM Channel 39 Shadow Address Register
DMA_CHCSR039    0xF00124FC          DMARAM Channel 39 Control and Status Register
DMA_RDCRCR040   0xF0012500          DMARAM Channel 40 Read Data CRC Register
DMA_SDCRCR040   0xF0012504          DMARAM Channel 40 Source and Destination Address CRC Register
DMA_SADR040     0xF0012508          DMARAM Channel 40 Source Address Register
DMA_DADR040     0xF001250C          DMARAM Channel 40 Destination Address Register
DMA_ADICR040    0xF0012510          DMARAM Channel 40 Address and Interrupt Control Register
DMA_CHCFGR040   0xF0012514          DMARAM Channel 40 Configuration Register
DMA_SHADR040    0xF0012518          DMARAM Channel 40 Shadow Address Register
DMA_CHCSR040    0xF001251C          DMARAM Channel 40 Control and Status Register
DMA_RDCRCR041   0xF0012520          DMARAM Channel 41 Read Data CRC Register
DMA_SDCRCR041   0xF0012524          DMARAM Channel 41 Source and Destination Address CRC Register
DMA_SADR041     0xF0012528          DMARAM Channel 41 Source Address Register
DMA_DADR041     0xF001252C          DMARAM Channel 41 Destination Address Register
DMA_ADICR041    0xF0012530          DMARAM Channel 41 Address and Interrupt Control Register
DMA_CHCFGR041   0xF0012534          DMARAM Channel 41 Configuration Register
DMA_SHADR041    0xF0012538          DMARAM Channel 41 Shadow Address Register
DMA_CHCSR041    0xF001253C          DMARAM Channel 41 Control and Status Register
DMA_RDCRCR042   0xF0012540          DMARAM Channel 42 Read Data CRC Register
DMA_SDCRCR042   0xF0012544          DMARAM Channel 42 Source and Destination Address CRC Register
DMA_SADR042     0xF0012548          DMARAM Channel 42 Source Address Register
DMA_DADR042     0xF001254C          DMARAM Channel 42 Destination Address Register
DMA_ADICR042    0xF0012550          DMARAM Channel 42 Address and Interrupt Control Register
DMA_CHCFGR042   0xF0012554          DMARAM Channel 42 Configuration Register
DMA_SHADR042    0xF0012558          DMARAM Channel 42 Shadow Address Register
DMA_CHCSR042    0xF001255C          DMARAM Channel 42 Control and Status Register
DMA_RDCRCR043   0xF0012560          DMARAM Channel 43 Read Data CRC Register
DMA_SDCRCR043   0xF0012564          DMARAM Channel 43 Source and Destination Address CRC Register
DMA_SADR043     0xF0012568          DMARAM Channel 43 Source Address Register
DMA_DADR043     0xF001256C          DMARAM Channel 43 Destination Address Register
DMA_ADICR043    0xF0012570          DMARAM Channel 43 Address and Interrupt Control Register
DMA_CHCFGR043   0xF0012574          DMARAM Channel 43 Configuration Register
DMA_SHADR043    0xF0012578          DMARAM Channel 43 Shadow Address Register
DMA_CHCSR043    0xF001257C          DMARAM Channel 43 Control and Status Register
DMA_RDCRCR044   0xF0012580          DMARAM Channel 44 Read Data CRC Register
DMA_SDCRCR044   0xF0012584          DMARAM Channel 44 Source and Destination Address CRC Register
DMA_SADR044     0xF0012588          DMARAM Channel 44 Source Address Register
DMA_DADR044     0xF001258C          DMARAM Channel 44 Destination Address Register
DMA_ADICR044    0xF0012590          DMARAM Channel 44 Address and Interrupt Control Register
DMA_CHCFGR044   0xF0012594          DMARAM Channel 44 Configuration Register
DMA_SHADR044    0xF0012598          DMARAM Channel 44 Shadow Address Register
DMA_CHCSR044    0xF001259C          DMARAM Channel 44 Control and Status Register
DMA_RDCRCR045   0xF00125A0          DMARAM Channel 45 Read Data CRC Register
DMA_SDCRCR045   0xF00125A4          DMARAM Channel 45 Source and Destination Address CRC Register
DMA_SADR045     0xF00125A8          DMARAM Channel 45 Source Address Register
DMA_DADR045     0xF00125AC          DMARAM Channel 45 Destination Address Register
DMA_ADICR045    0xF00125B0          DMARAM Channel 45 Address and Interrupt Control Register
DMA_CHCFGR045   0xF00125B4          DMARAM Channel 45 Configuration Register
DMA_SHADR045    0xF00125B8          DMARAM Channel 45 Shadow Address Register
DMA_CHCSR045    0xF00125BC          DMARAM Channel 45 Control and Status Register
DMA_RDCRCR046   0xF00125C0          DMARAM Channel 46 Read Data CRC Register
DMA_SDCRCR046   0xF00125C4          DMARAM Channel 46 Source and Destination Address CRC Register
DMA_SADR046     0xF00125C8          DMARAM Channel 46 Source Address Register
DMA_DADR046     0xF00125CC          DMARAM Channel 46 Destination Address Register
DMA_ADICR046    0xF00125D0          DMARAM Channel 46 Address and Interrupt Control Register
DMA_CHCFGR046   0xF00125D4          DMARAM Channel 46 Configuration Register
DMA_SHADR046    0xF00125D8          DMARAM Channel 46 Shadow Address Register
DMA_CHCSR046    0xF00125DC          DMARAM Channel 46 Control and Status Register
DMA_RDCRCR047   0xF00125E0          DMARAM Channel 47 Read Data CRC Register
DMA_SDCRCR047   0xF00125E4          DMARAM Channel 47 Source and Destination Address CRC Register
DMA_SADR047     0xF00125E8          DMARAM Channel 47 Source Address Register
DMA_DADR047     0xF00125EC          DMARAM Channel 47 Destination Address Register
DMA_ADICR047    0xF00125F0          DMARAM Channel 47 Address and Interrupt Control Register
DMA_CHCFGR047   0xF00125F4          DMARAM Channel 47 Configuration Register
DMA_SHADR047    0xF00125F8          DMARAM Channel 47 Shadow Address Register
DMA_CHCSR047    0xF00125FC          DMARAM Channel 47 Control and Status Register
DMA_RDCRCR048   0xF0012600          DMARAM Channel 48 Read Data CRC Register
DMA_SDCRCR048   0xF0012604          DMARAM Channel 48 Source and Destination Address CRC Register
DMA_SADR048     0xF0012608          DMARAM Channel 48 Source Address Register
DMA_DADR048     0xF001260C          DMARAM Channel 48 Destination Address Register
DMA_ADICR048    0xF0012610          DMARAM Channel 48 Address and Interrupt Control Register
DMA_CHCFGR048   0xF0012614          DMARAM Channel 48 Configuration Register
DMA_SHADR048    0xF0012618          DMARAM Channel 48 Shadow Address Register
DMA_CHCSR048    0xF001261C          DMARAM Channel 48 Control and Status Register
DMA_RDCRCR049   0xF0012620          DMARAM Channel 49 Read Data CRC Register
DMA_SDCRCR049   0xF0012624          DMARAM Channel 49 Source and Destination Address CRC Register
DMA_SADR049     0xF0012628          DMARAM Channel 49 Source Address Register
DMA_DADR049     0xF001262C          DMARAM Channel 49 Destination Address Register
DMA_ADICR049    0xF0012630          DMARAM Channel 49 Address and Interrupt Control Register
DMA_CHCFGR049   0xF0012634          DMARAM Channel 49 Configuration Register
DMA_SHADR049    0xF0012638          DMARAM Channel 49 Shadow Address Register
DMA_CHCSR049    0xF001263C          DMARAM Channel 49 Control and Status Register
DMA_RDCRCR050   0xF0012640          DMARAM Channel 50 Read Data CRC Register
DMA_SDCRCR050   0xF0012644          DMARAM Channel 50 Source and Destination Address CRC Register
DMA_SADR050     0xF0012648          DMARAM Channel 50 Source Address Register
DMA_DADR050     0xF001264C          DMARAM Channel 50 Destination Address Register
DMA_ADICR050    0xF0012650          DMARAM Channel 50 Address and Interrupt Control Register
DMA_CHCFGR050   0xF0012654          DMARAM Channel 50 Configuration Register
DMA_SHADR050    0xF0012658          DMARAM Channel 50 Shadow Address Register
DMA_CHCSR050    0xF001265C          DMARAM Channel 50 Control and Status Register
DMA_RDCRCR051   0xF0012660          DMARAM Channel 51 Read Data CRC Register
DMA_SDCRCR051   0xF0012664          DMARAM Channel 51 Source and Destination Address CRC Register
DMA_SADR051     0xF0012668          DMARAM Channel 51 Source Address Register
DMA_DADR051     0xF001266C          DMARAM Channel 51 Destination Address Register
DMA_ADICR051    0xF0012670          DMARAM Channel 51 Address and Interrupt Control Register
DMA_CHCFGR051   0xF0012674          DMARAM Channel 51 Configuration Register
DMA_SHADR051    0xF0012678          DMARAM Channel 51 Shadow Address Register
DMA_CHCSR051    0xF001267C          DMARAM Channel 51 Control and Status Register
DMA_RDCRCR052   0xF0012680          DMARAM Channel 52 Read Data CRC Register
DMA_SDCRCR052   0xF0012684          DMARAM Channel 52 Source and Destination Address CRC Register
DMA_SADR052     0xF0012688          DMARAM Channel 52 Source Address Register
DMA_DADR052     0xF001268C          DMARAM Channel 52 Destination Address Register
DMA_ADICR052    0xF0012690          DMARAM Channel 52 Address and Interrupt Control Register
DMA_CHCFGR052   0xF0012694          DMARAM Channel 52 Configuration Register
DMA_SHADR052    0xF0012698          DMARAM Channel 52 Shadow Address Register
DMA_CHCSR052    0xF001269C          DMARAM Channel 52 Control and Status Register
DMA_RDCRCR053   0xF00126A0          DMARAM Channel 53 Read Data CRC Register
DMA_SDCRCR053   0xF00126A4          DMARAM Channel 53 Source and Destination Address CRC Register
DMA_SADR053     0xF00126A8          DMARAM Channel 53 Source Address Register
DMA_DADR053     0xF00126AC          DMARAM Channel 53 Destination Address Register
DMA_ADICR053    0xF00126B0          DMARAM Channel 53 Address and Interrupt Control Register
DMA_CHCFGR053   0xF00126B4          DMARAM Channel 53 Configuration Register
DMA_SHADR053    0xF00126B8          DMARAM Channel 53 Shadow Address Register
DMA_CHCSR053    0xF00126BC          DMARAM Channel 53 Control and Status Register
DMA_RDCRCR054   0xF00126C0          DMARAM Channel 54 Read Data CRC Register
DMA_SDCRCR054   0xF00126C4          DMARAM Channel 54 Source and Destination Address CRC Register
DMA_SADR054     0xF00126C8          DMARAM Channel 54 Source Address Register
DMA_DADR054     0xF00126CC          DMARAM Channel 54 Destination Address Register
DMA_ADICR054    0xF00126D0          DMARAM Channel 54 Address and Interrupt Control Register
DMA_CHCFGR054   0xF00126D4          DMARAM Channel 54 Configuration Register
DMA_SHADR054    0xF00126D8          DMARAM Channel 54 Shadow Address Register
DMA_CHCSR054    0xF00126DC          DMARAM Channel 54 Control and Status Register
DMA_RDCRCR055   0xF00126E0          DMARAM Channel 55 Read Data CRC Register
DMA_SDCRCR055   0xF00126E4          DMARAM Channel 55 Source and Destination Address CRC Register
DMA_SADR055     0xF00126E8          DMARAM Channel 55 Source Address Register
DMA_DADR055     0xF00126EC          DMARAM Channel 55 Destination Address Register
DMA_ADICR055    0xF00126F0          DMARAM Channel 55 Address and Interrupt Control Register
DMA_CHCFGR055   0xF00126F4          DMARAM Channel 55 Configuration Register
DMA_SHADR055    0xF00126F8          DMARAM Channel 55 Shadow Address Register
DMA_CHCSR055    0xF00126FC          DMARAM Channel 55 Control and Status Register
DMA_RDCRCR056   0xF0012700          DMARAM Channel 56 Read Data CRC Register
DMA_SDCRCR056   0xF0012704          DMARAM Channel 56 Source and Destination Address CRC Register
DMA_SADR056     0xF0012708          DMARAM Channel 56 Source Address Register
DMA_DADR056     0xF001270C          DMARAM Channel 56 Destination Address Register
DMA_ADICR056    0xF0012710          DMARAM Channel 56 Address and Interrupt Control Register
DMA_CHCFGR056   0xF0012714          DMARAM Channel 56 Configuration Register
DMA_SHADR056    0xF0012718          DMARAM Channel 56 Shadow Address Register
DMA_CHCSR056    0xF001271C          DMARAM Channel 56 Control and Status Register
DMA_RDCRCR057   0xF0012720          DMARAM Channel 57 Read Data CRC Register
DMA_SDCRCR057   0xF0012724          DMARAM Channel 57 Source and Destination Address CRC Register
DMA_SADR057     0xF0012728          DMARAM Channel 57 Source Address Register
DMA_DADR057     0xF001272C          DMARAM Channel 57 Destination Address Register
DMA_ADICR057    0xF0012730          DMARAM Channel 57 Address and Interrupt Control Register
DMA_CHCFGR057   0xF0012734          DMARAM Channel 57 Configuration Register
DMA_SHADR057    0xF0012738          DMARAM Channel 57 Shadow Address Register
DMA_CHCSR057    0xF001273C          DMARAM Channel 57 Control and Status Register
DMA_RDCRCR058   0xF0012740          DMARAM Channel 58 Read Data CRC Register
DMA_SDCRCR058   0xF0012744          DMARAM Channel 58 Source and Destination Address CRC Register
DMA_SADR058     0xF0012748          DMARAM Channel 58 Source Address Register
DMA_DADR058     0xF001274C          DMARAM Channel 58 Destination Address Register
DMA_ADICR058    0xF0012750          DMARAM Channel 58 Address and Interrupt Control Register
DMA_CHCFGR058   0xF0012754          DMARAM Channel 58 Configuration Register
DMA_SHADR058    0xF0012758          DMARAM Channel 58 Shadow Address Register
DMA_CHCSR058    0xF001275C          DMARAM Channel 58 Control and Status Register
DMA_RDCRCR059   0xF0012760          DMARAM Channel 59 Read Data CRC Register
DMA_SDCRCR059   0xF0012764          DMARAM Channel 59 Source and Destination Address CRC Register
DMA_SADR059     0xF0012768          DMARAM Channel 59 Source Address Register
DMA_DADR059     0xF001276C          DMARAM Channel 59 Destination Address Register
DMA_ADICR059    0xF0012770          DMARAM Channel 59 Address and Interrupt Control Register
DMA_CHCFGR059   0xF0012774          DMARAM Channel 59 Configuration Register
DMA_SHADR059    0xF0012778          DMARAM Channel 59 Shadow Address Register
DMA_CHCSR059    0xF001277C          DMARAM Channel 59 Control and Status Register
DMA_RDCRCR060   0xF0012780          DMARAM Channel 60 Read Data CRC Register
DMA_SDCRCR060   0xF0012784          DMARAM Channel 60 Source and Destination Address CRC Register
DMA_SADR060     0xF0012788          DMARAM Channel 60 Source Address Register
DMA_DADR060     0xF001278C          DMARAM Channel 60 Destination Address Register
DMA_ADICR060    0xF0012790          DMARAM Channel 60 Address and Interrupt Control Register
DMA_CHCFGR060   0xF0012794          DMARAM Channel 60 Configuration Register
DMA_SHADR060    0xF0012798          DMARAM Channel 60 Shadow Address Register
DMA_CHCSR060    0xF001279C          DMARAM Channel 60 Control and Status Register
DMA_RDCRCR061   0xF00127A0          DMARAM Channel 61 Read Data CRC Register
DMA_SDCRCR061   0xF00127A4          DMARAM Channel 61 Source and Destination Address CRC Register
DMA_SADR061     0xF00127A8          DMARAM Channel 61 Source Address Register
DMA_DADR061     0xF00127AC          DMARAM Channel 61 Destination Address Register
DMA_ADICR061    0xF00127B0          DMARAM Channel 61 Address and Interrupt Control Register
DMA_CHCFGR061   0xF00127B4          DMARAM Channel 61 Configuration Register
DMA_SHADR061    0xF00127B8          DMARAM Channel 61 Shadow Address Register
DMA_CHCSR061    0xF00127BC          DMARAM Channel 61 Control and Status Register
DMA_RDCRCR062   0xF00127C0          DMARAM Channel 62 Read Data CRC Register
DMA_SDCRCR062   0xF00127C4          DMARAM Channel 62 Source and Destination Address CRC Register
DMA_SADR062     0xF00127C8          DMARAM Channel 62 Source Address Register
DMA_DADR062     0xF00127CC          DMARAM Channel 62 Destination Address Register
DMA_ADICR062    0xF00127D0          DMARAM Channel 62 Address and Interrupt Control Register
DMA_CHCFGR062   0xF00127D4          DMARAM Channel 62 Configuration Register
DMA_SHADR062    0xF00127D8          DMARAM Channel 62 Shadow Address Register
DMA_CHCSR062    0xF00127DC          DMARAM Channel 62 Control and Status Register
DMA_RDCRCR063   0xF00127E0          DMARAM Channel 63 Read Data CRC Register
DMA_SDCRCR063   0xF00127E4          DMARAM Channel 63 Source and Destination Address CRC Register
DMA_SADR063     0xF00127E8          DMARAM Channel 63 Source Address Register
DMA_DADR063     0xF00127EC          DMARAM Channel 63 Destination Address Register
DMA_ADICR063    0xF00127F0          DMARAM Channel 63 Address and Interrupt Control Register
DMA_CHCFGR063   0xF00127F4          DMARAM Channel 63 Configuration Register
DMA_SHADR063    0xF00127F8          DMARAM Channel 63 Shadow Address Register
DMA_CHCSR063    0xF00127FC          DMARAM Channel 63 Control and Status Register
ERAY0_CLC       0xF001C000          Clock Control Register
ERAY0_CUST1     0xF001C004          Busy and Input Buffer Control Register
ERAY0_ID        0xF001C008          Module Identification Register
ERAY0_CUST3     0xF001C00C          Customer Interface Timeout Counter Register
ERAY0_TEST1     0xF001C010          Test Register 1
ERAY0_TEST2     0xF001C014          Test Register 2
ERAY0_LCK       0xF001C01C          Lock Register
ERAY0_EIR       0xF001C020          Error Service Request Select Register
ERAY0_SIR       0xF001C024          Status Service Request Register
ERAY0_EILS      0xF001C028          Error Service Request Line Select
ERAY0_SILS      0xF001C02C          Status Service Request Line Select
ERAY0_EIES      0xF001C030          Error Service Request Enable Set
ERAY0_EIER      0xF001C034          Error Service Request Enable Reset
ERAY0_SIES      0xF001C038          Status Service Request Enable Set
ERAY0_SIER      0xF001C03C          Status Service Request Enable Reset
ERAY0_ILE       0xF001C040          Service Request Line Enable
ERAY0_T0C       0xF001C044          Timer 0 Configuration
ERAY0_T1C       0xF001C048          Timer 1 Configuration
ERAY0_STPW1     0xF001C04C          Stop Watch Register 1
ERAY0_STPW2     0xF001C050          Stop Watch Register 2
ERAY0_SUCC1     0xF001C080          SUC Configuration Register 1
ERAY0_SUCC2     0xF001C084          SUC Configuration Register 2
ERAY0_SUCC3     0xF001C088          SUC Configuration Register 3
ERAY0_NEMC      0xF001C08C          NEM Configuration Register
ERAY0_PRTC1     0xF001C090          PRT Configuration Register 1
ERAY0_PRTC2     0xF001C094          PRT Configuration Register 2
ERAY0_MHDC      0xF001C098          MHD Configuration Register
ERAY0_GTUC01    0xF001C0A0          GTU Configuration Register 1
ERAY0_GTUC02    0xF001C0A4          GTU Configuration Register 2
ERAY0_GTUC03    0xF001C0A8          GTU Configuration Register 3
ERAY0_GTUC04    0xF001C0AC          GTU Configuration Register 4
ERAY0_GTUC05    0xF001C0B0          GTU Configuration Register 5
ERAY0_GTUC06    0xF001C0B4          GTU Configuration Register 6
ERAY0_GTUC07    0xF001C0B8          GTU Configuration Register 7
ERAY0_GTUC08    0xF001C0BC          GTU Configuration Register 8
ERAY0_GTUC09    0xF001C0C0          GTU Configuration Register 9
ERAY0_GTUC10    0xF001C0C4          GTU Configuration Register 10
ERAY0_GTUC11    0xF001C0C8          GTU Configuration Register 11
ERAY0_CCSV      0xF001C100          Communication Controller Status Vector
ERAY0_CCEV      0xF001C104          Communication Controller Error Vector
ERAY0_SCV       0xF001C110          Slot Counter Value
ERAY0_MTCCV     0xF001C114          Macrotick and Cycle Counter Value
ERAY0_RCV       0xF001C118          Rate Correction Value
ERAY0_OCV       0xF001C11C          Offset Correction Value
ERAY0_SFS       0xF001C120          SYNC Frame Status
ERAY0_SWNIT     0xF001C124          Symbol Window and Network Idle Time Status
ERAY0_ACS       0xF001C128          Aggregated Channel Status
ERAY0_ESID01    0xF001C130          Even Sync ID Symbol Window 1
ERAY0_ESID02    0xF001C134          Even Sync ID Symbol Window 2
ERAY0_ESID03    0xF001C138          Even Sync ID Symbol Window 3
ERAY0_ESID04    0xF001C13C          Even Sync ID Symbol Window 4
ERAY0_ESID05    0xF001C140          Even Sync ID Symbol Window 5
ERAY0_ESID06    0xF001C144          Even Sync ID Symbol Window 6
ERAY0_ESID07    0xF001C148          Even Sync ID Symbol Window 7
ERAY0_ESID08    0xF001C14C          Even Sync ID Symbol Window 8
ERAY0_ESID09    0xF001C150          Even Sync ID Symbol Window 9
ERAY0_ESID10    0xF001C154          Even Sync ID Symbol Window 10
ERAY0_ESID11    0xF001C158          Even Sync ID Symbol Window 11
ERAY0_ESID12    0xF001C15C          Even Sync ID Symbol Window 12
ERAY0_ESID13    0xF001C160          Even Sync ID Symbol Window 13
ERAY0_ESID14    0xF001C164          Even Sync ID Symbol Window 14
ERAY0_ESID15    0xF001C168          Even Sync ID Symbol Window 15
ERAY0_OSID01    0xF001C170          Odd Sync ID Symbol Window 1
ERAY0_OSID02    0xF001C174          Odd Sync ID Symbol Window 2
ERAY0_OSID03    0xF001C178          Odd Sync ID Symbol Window 3
ERAY0_OSID04    0xF001C17C          Odd Sync ID Symbol Window 4
ERAY0_OSID05    0xF001C180          Odd Sync ID Symbol Window 5
ERAY0_OSID06    0xF001C184          Odd Sync ID Symbol Window 6
ERAY0_OSID07    0xF001C188          Odd Sync ID Symbol Window 7
ERAY0_OSID08    0xF001C18C          Odd Sync ID Symbol Window 8
ERAY0_OSID09    0xF001C190          Odd Sync ID Symbol Window 9
ERAY0_OSID10    0xF001C194          Odd Sync ID Symbol Window 10
ERAY0_OSID11    0xF001C198          Odd Sync ID Symbol Window 11
ERAY0_OSID12    0xF001C19C          Odd Sync ID Symbol Window 12
ERAY0_OSID13    0xF001C1A0          Odd Sync ID Symbol Window 13
ERAY0_OSID14    0xF001C1A4          Odd Sync ID Symbol Window 14
ERAY0_OSID15    0xF001C1A8          Odd Sync ID Symbol Window 15
ERAY0_NMV1      0xF001C1B0          Network Management Vector 1
ERAY0_NMV2      0xF001C1B4          Network Management Vector 2
ERAY0_NMV3      0xF001C1B8          Network Management Vector 3
ERAY0_MRC       0xF001C300          Message RAM Configuration
ERAY0_FRF       0xF001C304          FIFO Rejection Filter
ERAY0_FRFM      0xF001C308          FIFO Rejection Filter Mask
ERAY0_FCL       0xF001C30C          FIFO Critical Level
ERAY0_MHDS      0xF001C310          Message Handler Status
ERAY0_LDTS      0xF001C314          Last Dynamic Transmit Slot
ERAY0_FSR       0xF001C318          FIFO Status Register
ERAY0_MHDF      0xF001C31C          Message Handler Constraints Flags
ERAY0_TXRQ1     0xF001C320          Transmission Request Register 1
ERAY0_TXRQ2     0xF001C324          Transmission Request Register 2
ERAY0_TXRQ3     0xF001C328          Transmission Request Register 3
ERAY0_TXRQ4     0xF001C32C          Transmission Request Register 4
ERAY0_NDAT1     0xF001C330          New Data Register 1
ERAY0_NDAT2     0xF001C334          New Data Register 2
ERAY0_NDAT3     0xF001C338          New Data Register 3
ERAY0_NDAT4     0xF001C33C          New Data Register 4
ERAY0_MBSC1     0xF001C340          Message Buffer Status Changed 1
ERAY0_MBSC2     0xF001C344          Message Buffer Status Changed 2
ERAY0_MBSC3     0xF001C348          Message Buffer Status Changed 3
ERAY0_MBSC4     0xF001C34C          Message Buffer Status Changed 4
ERAY0_NDIC1     0xF001C3A8          New Data Interrupt Control 1
ERAY0_NDIC2     0xF001C3AC          New Data Interrupt Control 2
ERAY0_NDIC3     0xF001C3B0          New Data Interrupt Control 3
ERAY0_NDIC4     0xF001C3B4          New Data Interrupt Control 4
ERAY0_MSIC1     0xF001C3B8          Message Buffer Status Changed Interrupt Control 1
ERAY0_MSIC2     0xF001C3BC          Message Buffer Status Changed Interrupt Control 2
ERAY0_MSIC3     0xF001C3C0          Message Buffer Status Changed Interrupt Control 3
ERAY0_MSIC4     0xF001C3C4          Message Buffer Status Changed Interrupt Control 4
ERAY0_CREL      0xF001C3F0          Core Release Register
ERAY0_ENDN      0xF001C3F4          Endian Register
ERAY0_WRDS01    0xF001C400          Write Data Section 1
ERAY0_WRDS02    0xF001C404          Write Data Section 2
ERAY0_WRDS03    0xF001C408          Write Data Section 3
ERAY0_WRDS04    0xF001C40C          Write Data Section 4
ERAY0_WRDS05    0xF001C410          Write Data Section 5
ERAY0_WRDS06    0xF001C414          Write Data Section 6
ERAY0_WRDS07    0xF001C418          Write Data Section 7
ERAY0_WRDS08    0xF001C41C          Write Data Section 8
ERAY0_WRDS09    0xF001C420          Write Data Section 9
ERAY0_WRDS10    0xF001C424          Write Data Section 10
ERAY0_WRDS11    0xF001C428          Write Data Section 11
ERAY0_WRDS12    0xF001C42C          Write Data Section 12
ERAY0_WRDS13    0xF001C430          Write Data Section 13
ERAY0_WRDS14    0xF001C434          Write Data Section 14
ERAY0_WRDS15    0xF001C438          Write Data Section 15
ERAY0_WRDS16    0xF001C43C          Write Data Section 16
ERAY0_WRDS17    0xF001C440          Write Data Section 17
ERAY0_WRDS18    0xF001C444          Write Data Section 18
ERAY0_WRDS19    0xF001C448          Write Data Section 19
ERAY0_WRDS20    0xF001C44C          Write Data Section 20
ERAY0_WRDS21    0xF001C450          Write Data Section 21
ERAY0_WRDS22    0xF001C454          Write Data Section 22
ERAY0_WRDS23    0xF001C458          Write Data Section 23
ERAY0_WRDS24    0xF001C45C          Write Data Section 24
ERAY0_WRDS25    0xF001C460          Write Data Section 25
ERAY0_WRDS26    0xF001C464          Write Data Section 26
ERAY0_WRDS27    0xF001C468          Write Data Section 27
ERAY0_WRDS28    0xF001C46C          Write Data Section 28
ERAY0_WRDS29    0xF001C470          Write Data Section 29
ERAY0_WRDS30    0xF001C474          Write Data Section 30
ERAY0_WRDS31    0xF001C478          Write Data Section 31
ERAY0_WRDS32    0xF001C47C          Write Data Section 32
ERAY0_WRDS33    0xF001C480          Write Data Section 33
ERAY0_WRDS34    0xF001C484          Write Data Section 34
ERAY0_WRDS35    0xF001C488          Write Data Section 35
ERAY0_WRDS36    0xF001C48C          Write Data Section 36
ERAY0_WRDS37    0xF001C490          Write Data Section 37
ERAY0_WRDS38    0xF001C494          Write Data Section 38
ERAY0_WRDS39    0xF001C498          Write Data Section 39
ERAY0_WRDS40    0xF001C49C          Write Data Section 40
ERAY0_WRDS41    0xF001C4A0          Write Data Section 41
ERAY0_WRDS42    0xF001C4A4          Write Data Section 42
ERAY0_WRDS43    0xF001C4A8          Write Data Section 43
ERAY0_WRDS44    0xF001C4AC          Write Data Section 44
ERAY0_WRDS45    0xF001C4B0          Write Data Section 45
ERAY0_WRDS46    0xF001C4B4          Write Data Section 46
ERAY0_WRDS47    0xF001C4B8          Write Data Section 47
ERAY0_WRDS48    0xF001C4BC          Write Data Section 48
ERAY0_WRDS49    0xF001C4C0          Write Data Section 49
ERAY0_WRDS50    0xF001C4C4          Write Data Section 50
ERAY0_WRDS51    0xF001C4C8          Write Data Section 51
ERAY0_WRDS52    0xF001C4CC          Write Data Section 52
ERAY0_WRDS53    0xF001C4D0          Write Data Section 53
ERAY0_WRDS54    0xF001C4D4          Write Data Section 54
ERAY0_WRDS55    0xF001C4D8          Write Data Section 55
ERAY0_WRDS56    0xF001C4DC          Write Data Section 56
ERAY0_WRDS57    0xF001C4E0          Write Data Section 57
ERAY0_WRDS58    0xF001C4E4          Write Data Section 58
ERAY0_WRDS59    0xF001C4E8          Write Data Section 59
ERAY0_WRDS60    0xF001C4EC          Write Data Section 60
ERAY0_WRDS61    0xF001C4F0          Write Data Section 61
ERAY0_WRDS62    0xF001C4F4          Write Data Section 62
ERAY0_WRDS63    0xF001C4F8          Write Data Section 63
ERAY0_WRDS64    0xF001C4FC          Write Data Section 64
ERAY0_WRHS1     0xF001C500          Write Header Section 1
ERAY0_WRHS2     0xF001C504          Write Header Section 2
ERAY0_WRHS3     0xF001C508          Write Header Section 3
ERAY0_IBCM      0xF001C510          Input Buffer Command Mask
ERAY0_IBCR      0xF001C514          Input Buffer Command Request
ERAY0_RDDS01    0xF001C600          Read Data Section 1
ERAY0_RDDS02    0xF001C604          Read Data Section 2
ERAY0_RDDS03    0xF001C608          Read Data Section 3
ERAY0_RDDS04    0xF001C60C          Read Data Section 4
ERAY0_RDDS05    0xF001C610          Read Data Section 5
ERAY0_RDDS06    0xF001C614          Read Data Section 6
ERAY0_RDDS07    0xF001C618          Read Data Section 7
ERAY0_RDDS08    0xF001C61C          Read Data Section 8
ERAY0_RDDS09    0xF001C620          Read Data Section 9
ERAY0_RDDS10    0xF001C624          Read Data Section 10
ERAY0_RDDS11    0xF001C628          Read Data Section 11
ERAY0_RDDS12    0xF001C62C          Read Data Section 12
ERAY0_RDDS13    0xF001C630          Read Data Section 13
ERAY0_RDDS14    0xF001C634          Read Data Section 14
ERAY0_RDDS15    0xF001C638          Read Data Section 15
ERAY0_RDDS16    0xF001C63C          Read Data Section 16
ERAY0_RDDS17    0xF001C640          Read Data Section 17
ERAY0_RDDS18    0xF001C644          Read Data Section 18
ERAY0_RDDS19    0xF001C648          Read Data Section 19
ERAY0_RDDS20    0xF001C64C          Read Data Section 20
ERAY0_RDDS21    0xF001C650          Read Data Section 21
ERAY0_RDDS22    0xF001C654          Read Data Section 22
ERAY0_RDDS23    0xF001C658          Read Data Section 23
ERAY0_RDDS24    0xF001C65C          Read Data Section 24
ERAY0_RDDS25    0xF001C660          Read Data Section 25
ERAY0_RDDS26    0xF001C664          Read Data Section 26
ERAY0_RDDS27    0xF001C668          Read Data Section 27
ERAY0_RDDS28    0xF001C66C          Read Data Section 28
ERAY0_RDDS29    0xF001C670          Read Data Section 29
ERAY0_RDDS30    0xF001C674          Read Data Section 30
ERAY0_RDDS31    0xF001C678          Read Data Section 31
ERAY0_RDDS32    0xF001C67C          Read Data Section 32
ERAY0_RDDS33    0xF001C680          Read Data Section 33
ERAY0_RDDS34    0xF001C684          Read Data Section 34
ERAY0_RDDS35    0xF001C688          Read Data Section 35
ERAY0_RDDS36    0xF001C68C          Read Data Section 36
ERAY0_RDDS37    0xF001C690          Read Data Section 37
ERAY0_RDDS38    0xF001C694          Read Data Section 38
ERAY0_RDDS39    0xF001C698          Read Data Section 39
ERAY0_RDDS40    0xF001C69C          Read Data Section 40
ERAY0_RDDS41    0xF001C6A0          Read Data Section 41
ERAY0_RDDS42    0xF001C6A4          Read Data Section 42
ERAY0_RDDS43    0xF001C6A8          Read Data Section 43
ERAY0_RDDS44    0xF001C6AC          Read Data Section 44
ERAY0_RDDS45    0xF001C6B0          Read Data Section 45
ERAY0_RDDS46    0xF001C6B4          Read Data Section 46
ERAY0_RDDS47    0xF001C6B8          Read Data Section 47
ERAY0_RDDS48    0xF001C6BC          Read Data Section 48
ERAY0_RDDS49    0xF001C6C0          Read Data Section 49
ERAY0_RDDS50    0xF001C6C4          Read Data Section 50
ERAY0_RDDS51    0xF001C6C8          Read Data Section 51
ERAY0_RDDS52    0xF001C6CC          Read Data Section 52
ERAY0_RDDS53    0xF001C6D0          Read Data Section 53
ERAY0_RDDS54    0xF001C6D4          Read Data Section 54
ERAY0_RDDS55    0xF001C6D8          Read Data Section 55
ERAY0_RDDS56    0xF001C6DC          Read Data Section 56
ERAY0_RDDS57    0xF001C6E0          Read Data Section 57
ERAY0_RDDS58    0xF001C6E4          Read Data Section 58
ERAY0_RDDS59    0xF001C6E8          Read Data Section 59
ERAY0_RDDS60    0xF001C6EC          Read Data Section 60
ERAY0_RDDS61    0xF001C6F0          Read Data Section 61
ERAY0_RDDS62    0xF001C6F4          Read Data Section 62
ERAY0_RDDS63    0xF001C6F8          Read Data Section 63
ERAY0_RDDS64    0xF001C6FC          Read Data Section 64
ERAY0_RDHS1     0xF001C700          Read Header Section 1
ERAY0_RDHS2     0xF001C704          Read Header Section 2
ERAY0_RDHS3     0xF001C708          Read Header Section 3
ERAY0_MBS       0xF001C70C          Message Buffer Status
ERAY0_OBCM      0xF001C710          Output Buffer Command Mask
ERAY0_OBCR      0xF001C714          Output Buffer Command Request
ERAY0_OTSS      0xF001C870          OCDS Trigger Set Select
ERAY0_OCS       0xF001C8E8          OCDS Control and Status
ERAY0_KRSTCLR   0xF001C8EC          Kernel Reset Status Clear Register
ERAY0_KRST1     0xF001C8F0          Kernel Reset Register 1
ERAY0_KRST0     0xF001C8F4          Kernel Reset Register 0
ERAY0_ACCEN0    0xF001C8FC          Access Enable Register 0
GETH_MAC_CONFIGURATION 0xF001D000          MAC Configuration Register
GETH_MAC_EXT_CONFIGURATION 0xF001D004          MAC Extended Configuration Register
GETH_MAC_PACKET_FILTER 0xF001D008          MAC Packet Filter Register
GETH_MAC_WATCHDOG_TIMEOUT 0xF001D00C          MAC Watchdog Timeout Register
GETH_MAC_VLAN_TAG_CTRL 0xF001D050          MAC VLAN Tag Control Register
GETH_MAC_VLAN_TAG_DATA 0xF001D054          MAC VLAN Tag Data Register
GETH_MAC_VLAN_HASH_TABLE 0xF001D058          MAC VLAN Hash Table Register
GETH_MAC_VLAN_INCL_Q_3 0xF001D060          MAC VLAN Tag Inclus3on or Replacement Register per Queue
GETH_MAC_Q0_TX_FLOW_CTRL 0xF001D070          MAC Queue 0 TX Flow Control Register
GETH_MAC_RX_FLOW_CTRL 0xF001D090          MAC Receive Flow Control Register
GETH_MAC_RXQ_CTRL4 0xF001D094          MAC Receive Queue Control 4 register
GETH_MAC_RXQ_CTRL0 0xF001D0A0          MAC Receive Queue Control 0 Register
GETH_MAC_RXQ_CTRL1 0xF001D0A4          MAC Receive Queue Control 1 Register
GETH_MAC_RXQ_CTRL2 0xF001D0A8          MAC Receive Queue Control 2 Register
GETH_MAC_INTERRUPT_STATUS 0xF001D0B0          MAC Interrupt Status Register
GETH_MAC_INTERRUPT_ENABLE 0xF001D0B4          MAC Interrupt Enable Register
GETH_MAC_RX_TX_STATUS 0xF001D0B8          MAC Receive Transmit Status Register
GETH_MAC_PMT_CONTROL_STATUS 0xF001D0C0          MAC PMT Control and Status Register
GETH_MAC_LPI_CONTROL_STATUS 0xF001D0D0          MAC LPI Control and Status Register
GETH_MAC_LPI_TIMERS_CONTROL 0xF001D0D4          MAC LPI Timers Control Register
GETH_MAC_LPI_ENTRY_TIMER 0xF001D0D8          MAC LPI Entry Timer Register
GETH_MAC_1US_TIC_COUNTER 0xF001D0DC          MAC One Microsecond Tic Counter Register
GETH_MAC_PHYIF_CONTROL_STATUS 0xF001D0F8          MAC PHY Interface Control and Status Register
GETH_MAC_VERSION 0xF001D110          MAC Version Register
GETH_MAC_DEBUG  0xF001D114          MAC Debug Register
GETH_MAC_HW_FEATURE0 0xF001D11C          MAC Hardware Feature Register 0
GETH_MAC_HW_FEATURE1 0xF001D120          MAC Hardware Feature Register 1
GETH_MAC_HW_FEATURE2 0xF001D124          MAC Hardware Feature Register 2
GETH_MAC_HW_FEATURE3 0xF001D128          MAC Hardware Feature Register 3
GETH_MAC_MDIO_ADDRESS 0xF001D200          MAC MDIO Address Register
GETH_MAC_MDIO_DATA 0xF001D204          MAC MDIO Data Register
GETH_MAC_CSR_SW_CTRL 0xF001D230          MAC CSR Software Controls Register
GETH_MAC_EXT_CFG1 0xF001D238          MAC Extended Configuration Register 1
GETH_MAC_ADDRESS0_HIGH 0xF001D300          MAC Address 0 High Register
GETH_MAC_ADDRESS0_LOW 0xF001D304          MAC Address 0 Low Register
GETH_MAC_ADDRESS1_HIGH 0xF001D308          MAC Address 1 High Register
GETH_MAC_ADDRESS1_LOW 0xF001D30C          MAC Address 1 Low Register
GETH_MAC_ADDRESS2_HIGH 0xF001D310          MAC Address 2 High Register
GETH_MAC_ADDRESS2_LOW 0xF001D314          MAC Address 2 Low Register
GETH_MAC_ADDRESS3_HIGH 0xF001D318          MAC Address 3 High Register
GETH_MAC_ADDRESS3_LOW 0xF001D31C          MAC Address 3 Low Register
GETH_MAC_ADDRESS4_HIGH 0xF001D320          MAC Address 4 High Register
GETH_MAC_ADDRESS4_LOW 0xF001D324          MAC Address 4 Low Register
GETH_MAC_ADDRESS5_HIGH 0xF001D328          MAC Address 5 High Register
GETH_MAC_ADDRESS5_LOW 0xF001D32C          MAC Address 5 Low Register
GETH_MAC_ADDRESS6_HIGH 0xF001D330          MAC Address 6 High Register
GETH_MAC_ADDRESS6_LOW 0xF001D334          MAC Address 6 Low Register
GETH_MAC_ADDRESS7_HIGH 0xF001D338          MAC Address 7 High Register
GETH_MAC_ADDRESS7_LOW 0xF001D33C          MAC Address 7 Low Register
GETH_MAC_ADDRESS8_HIGH 0xF001D340          MAC Address 8 High Register
GETH_MAC_ADDRESS8_LOW 0xF001D344          MAC Address 8 Low Register
GETH_MAC_ADDRESS9_HIGH 0xF001D348          MAC Address 9 High Register
GETH_MAC_ADDRESS9_LOW 0xF001D34C          MAC Address 9 Low Register
GETH_MAC_ADDRESS10_HIGH 0xF001D350          MAC Address 10 High Register
GETH_MAC_ADDRESS10_LOW 0xF001D354          MAC Address 10 Low Register
GETH_MAC_ADDRESS11_HIGH 0xF001D358          MAC Address 11 High Register
GETH_MAC_ADDRESS11_LOW 0xF001D35C          MAC Address 11 Low Register
GETH_MAC_ADDRESS12_HIGH 0xF001D360          MAC Address 12 High Register
GETH_MAC_ADDRESS12_LOW 0xF001D364          MAC Address 12 Low Register
GETH_MAC_ADDRESS13_HIGH 0xF001D368          MAC Address 13 High Register
GETH_MAC_ADDRESS13_LOW 0xF001D36C          MAC Address 13 Low Register
GETH_MAC_ADDRESS14_HIGH 0xF001D370          MAC Address 14 High Register
GETH_MAC_ADDRESS14_LOW 0xF001D374          MAC Address 14 Low Register
GETH_MAC_ADDRESS15_HIGH 0xF001D378          MAC Address 15 High Register
GETH_MAC_ADDRESS15_LOW 0xF001D37C          MAC Address 15 Low Register
GETH_MAC_ADDRESS16_HIGH 0xF001D380          MAC Address 16 High Register
GETH_MAC_ADDRESS16_LOW 0xF001D384          MAC Address 16 Low Register
GETH_MAC_ADDRESS17_HIGH 0xF001D388          MAC Address 17 High Register
GETH_MAC_ADDRESS17_LOW 0xF001D38C          MAC Address 17 Low Register
GETH_MAC_ADDRESS18_HIGH 0xF001D390          MAC Address 18 High Register
GETH_MAC_ADDRESS18_LOW 0xF001D394          MAC Address 18 Low Register
GETH_MAC_ADDRESS19_HIGH 0xF001D398          MAC Address 19 High Register
GETH_MAC_ADDRESS19_LOW 0xF001D39C          MAC Address 19 Low Register
GETH_MAC_ADDRESS20_HIGH 0xF001D3A0          MAC Address 20 High Register
GETH_MAC_ADDRESS20_LOW 0xF001D3A4          MAC Address 20 Low Register
GETH_MAC_ADDRESS21_HIGH 0xF001D3A8          MAC Address 21 High Register
GETH_MAC_ADDRESS21_LOW 0xF001D3AC          MAC Address 21 Low Register
GETH_MAC_ADDRESS22_HIGH 0xF001D3B0          MAC Address 22 High Register
GETH_MAC_ADDRESS22_LOW 0xF001D3B4          MAC Address 22 Low Register
GETH_MAC_ADDRESS23_HIGH 0xF001D3B8          MAC Address 23 High Register
GETH_MAC_ADDRESS23_LOW 0xF001D3BC          MAC Address 23 Low Register
GETH_MAC_ADDRESS24_HIGH 0xF001D3C0          MAC Address 24 High Register
GETH_MAC_ADDRESS24_LOW 0xF001D3C4          MAC Address 24 Low Register
GETH_MAC_ADDRESS25_HIGH 0xF001D3C8          MAC Address 25 High Register
GETH_MAC_ADDRESS25_LOW 0xF001D3CC          MAC Address 25 Low Register
GETH_MAC_ADDRESS26_HIGH 0xF001D3D0          MAC Address 26 High Register
GETH_MAC_ADDRESS26_LOW 0xF001D3D4          MAC Address 26 Low Register
GETH_MAC_ADDRESS27_HIGH 0xF001D3D8          MAC Address 27 High Register
GETH_MAC_ADDRESS27_LOW 0xF001D3DC          MAC Address 27 Low Register
GETH_MAC_ADDRESS28_HIGH 0xF001D3E0          MAC Address 28 High Register
GETH_MAC_ADDRESS28_LOW 0xF001D3E4          MAC Address 28 Low Register
GETH_MAC_ADDRESS29_HIGH 0xF001D3E8          MAC Address 29 High Register
GETH_MAC_ADDRESS29_LOW 0xF001D3EC          MAC Address 29 Low Register
GETH_MAC_ADDRESS30_HIGH 0xF001D3F0          MAC Address 30 High Register
GETH_MAC_ADDRESS30_LOW 0xF001D3F4          MAC Address 30 Low Register
GETH_MAC_ADDRESS31_HIGH 0xF001D3F8          MAC Address 31 High Register
GETH_MAC_ADDRESS31_LOW 0xF001D3FC          MAC Address 31 Low Register
GETH_MMC_CONTROL 0xF001D700          MMC Control Register
GETH_MMC_RX_INTERRUPT 0xF001D704          MMC Receive Interrupts Register
GETH_MMC_TX_INTERRUPT 0xF001D708          MMC Transmit Interrupts Register
GETH_MMC_RX_INTERRUPT_MASK 0xF001D70C          MMC Receive Interrupts Mask Register
GETH_MMC_TX_INTERRUPT_MASK 0xF001D710          MMC Transmit Interrupts Mask Register
GETH_TX_OCTET_COUNT_GOOD_BAD 0xF001D714          Good And Bad Transmitted Octet Count Register
GETH_TX_PACKET_COUNT_GOOD_BAD 0xF001D718          Good And Bad Transmitted Packets Count Register
GETH_TX_BROADCAST_PACKETS_GOOD 0xF001D71C          Good Transmitted Broadcast Packets Count Register
GETH_TX_MULTICAST_PACKETS_GOOD 0xF001D720          Good Transmitted Multicast Packets Count Register
GETH_TX_64OCTETS_PACKETS_GOOD_BAD 0xF001D724          Good And Bad 64 Octets Packets Transmitted Count Register
GETH_TX_65TO127OCTETS_PACKETS_GOOD_BAD 0xF001D728          Good And Bad 65to127 Octets Packets Transmitted Count Register
GETH_TX_128TO255OCTETS_PACKETS_GOOD_BAD 0xF001D72C          Good And Bad 128to255 Octets Packets Transmitted Count Register
GETH_TX_256TO511OCTETS_PACKETS_GOOD_BAD 0xF001D730          Good And Bad 256to511 Octets Packets Transmitted Count Register
GETH_TX_512TO1023OCTETS_PACKETS_GOOD_BAD 0xF001D734          Good And Bad 512to1023 Octets Packets Transmitted Count Register
GETH_TX_1024TOMAXOCTETS_PACKETS_GOOD_BAD 0xF001D738          Good And Bad 1024toMax Octets Packets Transmitted Count Register
GETH_TX_UNICAST_PACKETS_GOOD_BAD 0xF001D73C          Good Transmitted Unicat Packets Count Register
GETH_TX_MULTICAST_PACKETS_GOOD_BAD 0xF001D740          Good And Bad Transmitted Multicast Packets Count Register
GETH_TX_BROADCAST_PACKETS_GOOD_BAD 0xF001D744          Good And Bad Transmitted Broadcast Packets Count Register
GETH_TX_UNDERFLOW_ERROR_PACKETS 0xF001D748          Transmitted Underflow Error Packets Count Register
GETH_TX_SINGLE_COLLISION_GOOD_PACKETS 0xF001D74C          Good Transmitted Single Collision Count Register
GETH_TX_MULTIPLE_COLLISION_GOOD_PACKETS 0xF001D750          Transmitted Multiple Collision Count Register
GETH_TX_DEFERRED_PACKETS 0xF001D754          Transmitted Deferred Packets Count Register
GETH_TX_LATE_COLLISION_PACKETS 0xF001D758          Transmitted Late Collision Packets Count Register
GETH_TX_EXCESSIVE_COLLISION_PACKETS 0xF001D75C          Transmitted Excessive Collision Packets Count Register
GETH_TX_CARRIER_ERROR_PACKETS 0xF001D760          Transmitted Carrier Error Packets Count Register
GETH_TX_OCTET_COUNT_GOOD 0xF001D764          Good Transmitted Octet Count Register
GETH_TX_PACKET_COUNT_GOOD 0xF001D768          Good Transmitted Packet Count Register
GETH_TX_EXCESSIVE_DEFERRAL_ERROR 0xF001D76C          Transmitted Excessive Deferral Error Count Register
GETH_TX_PAUSE_PACKETS 0xF001D770          Transmitted Pause Packets Count Register
GETH_TX_VLAN_PACKETS_GOOD 0xF001D774          Good Transmitted VLAN Packets Count Register
GETH_TX_OSIZE_PACKETS_GOOD 0xF001D778          Good Transmitted Osize Packets Count Register
GETH_RX_PACKETS_COUNT_GOOD_BAD 0xF001D780          Good And Bad Received Packets Count Register
GETH_RX_OCTET_COUNT_GOOD_BAD 0xF001D784          Good And Bad Received Octet Count Register
GETH_RX_OCTET_COUNT_GOOD 0xF001D788          Good Received Octet Count Register
GETH_RX_BROADCAST_PACKETS_GOOD 0xF001D78C          Good Received Broadcast Packets Count Register
GETH_RX_MULTICAST_PACKETS_GOOD 0xF001D790          Good Received Multicast Packets Count Register
GETH_RX_CRC_ERROR_PACKETS 0xF001D794          Received CRC Error Packets Count Register
GETH_RX_ALIGNMENT_ERROR_PACKETS 0xF001D798          Received Alignment Error Count Register
GETH_RX_RUNT_ERROR_PACKETS 0xF001D79C          Received Runtime Error Count Register
GETH_RX_JABBER_ERROR_PACKETS 0xF001D7A0          Received Jabber Error Count Register
GETH_RX_UNDERSIZE_PACKETS_GOOD 0xF001D7A4          Good Received Undersized Packets Count Register
GETH_RX_OVERSIZE_PACKETS_GOOD 0xF001D7A8          Good Received Oversized Packets Count Register
GETH_RX_64OCTETS_PACKETS_GOOD_BAD 0xF001D7AC          Good And Bad 64 Octets Packets Received Count Register
GETH_RX_65TO127OCTETS_PACKETS_GOOD_BAD 0xF001D7B0          Good And Bad 65to127 Octets Packets Received Count Register
GETH_RX_128TO255OCTETS_PACKETS_GOOD_BAD 0xF001D7B4          Good And Bad 128to255 Octets Packets Received Count Register
GETH_RX_256TO511OCTETS_PACKETS_GOOD_BAD 0xF001D7B8          Good And Bad 256to511 Octets Packets Received Count Register
GETH_RX_512TO1023OCTETS_PACKETS_GOOD_BAD 0xF001D7BC          Good And Bad 512to1023 Octets Packets Received Count Register
GETH_RX_1024TOMAXOCTETS_PACKETS_GOOD_BAD 0xF001D7C0          Good And Bad 1024toMax Octets Packets Received Count Register
GETH_RX_UNICAST_PACKETS_GOOD 0xF001D7C4          Good Received Unicat Packets Count Register
GETH_RX_LENGTH_ERROR_PACKETS 0xF001D7C8          Received Length Error Packets Count Register
GETH_RX_OUT_OF_RANGE_TYPE_PACKETS 0xF001D7CC          Received Out Of Range Type Count Register
GETH_RX_PAUSE_PACKETS 0xF001D7D0          Received Pause Packets Count Register
GETH_RX_FIFO_OVERFLOW_PACKETS 0xF001D7D4          Received FIFO Overflow Count Register
GETH_RX_VLAN_PACKETS_GOOD_BAD 0xF001D7D8          Good And Bad Received VLAN Packets Count Registerv
GETH_RX_WATCHDOG_ERROR_PACKETS 0xF001D7DC          Received Watchdog Error Count Register
GETH_RX_RECEIVE_ERROR_PACKETS 0xF001D7E0          Received Receive Error Count Register
GETH_RX_CONTROL_PACKETS_GOOD 0xF001D7E4          Good Received Control Packets Count Register
GETH_TX_LPI_USEC_CNTR 0xF001D7EC          Transmitted LPI Microseconds Count Register
GETH_TX_LPI_TRAN_CNTR 0xF001D7F0          Transmitted LPI Transition Count Register
GETH_RX_LPI_USEC_CNTR 0xF001D7F4          Received Microseconds LPI Count Register
GETH_RX_LPI_TRAN_CNTR 0xF001D7F8          Received LPI Transition Count Register
GETH_MMC_IPC_RX_INTERRUPT_MASK 0xF001D800          MMC IPC Receive Interrupts Mask Register
GETH_MMC_IPC_RX_INTERRUPT 0xF001D808          MMC IPC Receive Interrupts Register
GETH_RXIPV4_GOOD_PACKETS 0xF001D810          Good Received RxIPv4 Packets Count Register
GETH_RXIPV4_HEADER_ERROR_PACKETS 0xF001D814          Received IPv4 Header Error Packets Count Register
GETH_RXIPV4_NO_PAYLOAD_PACKETS 0xF001D818          Received IPv4 No Payload Packets Count Register
GETH_RXIPV4_FRAGMENTED_PACKETS 0xF001D81C          Received IPv4 Fragmented Packets Count Register
GETH_RXIPV4_UDP_CHECKSUM_DISABLED_PACKETS 0xF001D820          Received IPv4 UPD Checksum Disabled Packets Count Register
GETH_RXIPV6_GOOD_PACKETS 0xF001D824          Good Received RxIPv6 Packets Count Register
GETH_RXIPV6_HEADER_ERROR_PACKETS 0xF001D828          Received IPv6 Header Error Packets Count Register
GETH_RXIPV6_NO_PAYLOAD_PACKETS 0xF001D82C          Received IPv6 No Payload Packets Count Register
GETH_RXUDP_GOOD_PACKETS 0xF001D830          Good Received UDP Packets Count Register
GETH_RXUDP_ERROR_PACKETS 0xF001D834          Received UDP Error Packets Count Register
GETH_RXTCP_GOOD_PACKETS 0xF001D838          Good Received TCP Packets Count Register
GETH_RXTCP_ERROR_PACKETS 0xF001D83C          Received TCP Error Packets Count Register
GETH_RXICMP_GOOD_PACKETS 0xF001D840          Good Received ICMP Packets Count Register
GETH_RXICMP_ERROR_PACKETS 0xF001D844          Received ICMP Error Packets Count Register
GETH_RXIPV4_GOOD_OCTETS 0xF001D850          Good Received IPV4 Octets Count Register
GETH_RXIPV4_HEADER_ERROR_OCTETS 0xF001D854          Received IPV4 Header Error Octets Count Register
GETH_RXIPV4_NO_PAYLOAD_OCTETS 0xF001D858          Received IPV4 No Payload Octets Count Register
GETH_RXIPV4_FRAGMENTED_OCTETS 0xF001D85C          Received IPV4 Fragmented Octets Count Register
GETH_RXIPV4_UDP_CHECKSUM_DISABLE_OCTETS 0xF001D860          Received IPV4 UPD Checksum Disabled Octets Count Register
GETH_RXIPV6_GOOD_OCTETS 0xF001D864          Good Received IPV6 Octets Count Register
GETH_RXIPV6_HEADER_ERROR_OCTETS 0xF001D868          Received IPV6 Header Error Octets Count Register
GETH_RXIPV6_NO_PAYLOAD_OCTETS 0xF001D86C          Received IPV6 No Payload Octets Count Register
GETH_RXUDP_GOOD_OCTETS 0xF001D870          Good Received UDP Octets Count Register
GETH_RXUDP_ERROR_OCTETS 0xF001D874          Received UDP Error Octets Count Register
GETH_RXTCP_GOOD_OCTETS 0xF001D878          Good Received TCP Octets Count Register
GETH_RXTCP_ERROR_OCTETS 0xF001D87C          Received TCP Error Octets Count Register
GETH_RXICMP_GOOD_OCTETS 0xF001D880          Good Received ICMP Octets Count Register
GETH_RXICMP_ERROR_OCTETS 0xF001D884          Received ICMP Error Octets Count Register
GETH_MAC_TIMESTAMP_CONTROL 0xF001DB00          MAC Timestamp Control Register
GETH_MAC_SUB_SECOND_INCREMENT 0xF001DB04          MAC Sub-Second Increment Register
GETH_MAC_SYSTEM_TIME_SECONDS 0xF001DB08          MAC System Time Seconds Register
GETH_MAC_SYSTEM_TIME_NANOSECONDS 0xF001DB0C          MAC System Time Nanoseconds Register
GETH_MAC_SYSTEM_TIME_SECONDS_UPDATE 0xF001DB10          MAC System Time Seconds Update Register
GETH_MAC_SYSTEM_TIME_NANOSECONDS_UPDATE 0xF001DB14          MAC System Time Nanoseconds Update Register
GETH_MAC_TIMESTAMP_ADDEND 0xF001DB18          MAC Timestamp Addend Register
GETH_MAC_SYSTEM_TIME_HIGHER_WORD_SECONDS 0xF001DB1C          MAC System Time Higher Word Seconds Register
GETH_MAC_TIMESTAMP_STATUS 0xF001DB20          MAC Timestamp Status Register
GETH_MAC_TX_TIMESTAMP_STATUS_NANOSECONDS 0xF001DB30          MAC Transmit Timestamp Nanoseconds Status Register
GETH_MAC_TX_TIMESTAMP_STATUS_SECONDS 0xF001DB34          MAC Transmit Timestamp Seconds Status Register
GETH_MAC_TIMESTAMP_INGRESS_ASYM_CORR 0xF001DB50          MAC Timestamp Ingress Asymmetry Correction Register
GETH_MAC_TIMESTAMP_EGRESS_ASYM_CORR 0xF001DB54          MAC Timestamp Egress Asymmetry Correction Register
GETH_MAC_TIMESTAMP_INGRESS_CORR_NANOSECOND 0xF001DB58          MAC Timestamp Ingress Correction Nanoseconds Register
GETH_MAC_TIMESTAMP_EGRESS_CORR_NANOSECOND 0xF001DB5C          MAC Timestamp Egress Correction Nanoseconds Register
GETH_MAC_TIMESTAMP_INGRESS_CORR_SUBNANOSEC 0xF001DB60          MAC Timestamp Ingress Correction Subnanoseconds Register
GETH_MAC_TIMESTAMP_EGRESS_CORR_SUBNANOSEC 0xF001DB64          MAC Timestamp Egress Correction Subnanoseconds Register
GETH_MAC_PPS_CONTROL 0xF001DB70          MAC PPS Control Register
GETH_MAC_PPS0_TARGET_TIME_SECONDS 0xF001DB80          MAC PPS 0 Target Time Seconds Register
GETH_MAC_PPS0_TARGET_TIME_NANOSECONDS 0xF001DB84          MAC PPS 0 Target Time Nanoeconds Register
GETH_MAC_PPS0_INTERVAL 0xF001DB88          MAC PPS 0 Interval Register
GETH_MAC_PPS0_WIDTH 0xF001DB8C          MAC PPS 0 Width Register
GETH_MTL_OPERATION_MODE 0xF001DC00          MTL Operation Mode Register
GETH_MTL_INTERRUPT_STATUS 0xF001DC20          MTL Interrupt Status Register
GETH_MTL_RXQ_DMA_MAP0 0xF001DC30          MTL Receive Queue and DMA Channel Mapping 0 Register
GETH_MTL_TXQ0_OPERATION_MODE 0xF001DD00          MTL Queue 0 Transmit Operation Mode Register
GETH_MTL_TXQ0_UNDERFLOW 0xF001DD04          MTL Queue 0 Transmit Underflow Counter Register
GETH_MTL_TXQ0_DEBUG 0xF001DD08          MTL Queue 0 Transmit Debug Register
GETH_MTL_TXQ0_ETS_STATUS 0xF001DD14          MTL Queue 0 Transmit Status Register
GETH_MTL_TXQ0_QUANTUM_WEIGHT 0xF001DD18          MTL Queue 0 Transmit Quantum or Weights Register
GETH_MTL_Q0_INTERRUPT_CONTROL_STATUS 0xF001DD2C          MTL Queue 0 Interrupt Control Status Register
GETH_MTL_RXQ0_OPERATION_MODE 0xF001DD30          MTL Queue 0 Receive Operation Mode Register
GETH_MTL_RXQ0_MISSED_PACKET_OVERFLOW_CNT 0xF001DD34          MTL Queue 0 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ0_DEBUG 0xF001DD38          MTL Queue 0 Receive Debug Register
GETH_MTL_RXQ0_CONTROL 0xF001DD3C          MTL Queue 0 Receive Control Register
GETH_MTL_TXQ1_OPERATION_MODE 0xF001DD40          MTL Queue 1 Transmit Operation Mode Register
GETH_MTL_TXQ1_UNDERFLOW 0xF001DD44          MTL Queue 1 Transmit Underflow Counter Register
GETH_MTL_TXQ1_DEBUG 0xF001DD48          MTL Queue 1 Transmit Debug Register
GETH_MTL_TXQ1_ETS_CONTROL 0xF001DD50          MTL Queue 1 Transmit ETS Control Register
GETH_MTL_TXQ1_ETS_STATUS 0xF001DD54          MTL Queue 1 Transmit ETS Status Register
GETH_MTL_TXQ1_QUANTUM_WEIGHT 0xF001DD58          MTL Queue 1 Transmit Quantum or Weights Register
GETH_MTL_TXQ1_SENDSLOPECREDIT 0xF001DD5C          MTL Queue 1 Transmit SendSlopeCredit Register
GETH_MTL_TXQ1_HICREDIT 0xF001DD60          MTL Queue 1 Transmit HiCredit Register
GETH_MTL_TXQ1_LOCREDIT 0xF001DD64          MTL Queue 1 Transmit LoCredit Register
GETH_MTL_Q1_INTERRUPT_CONTROL_STATUS 0xF001DD6C          MTL Queue 1 Interrupt Status Register
GETH_MTL_RXQ1_OPERATION_MODE 0xF001DD70          MTL Queue 1 Receive Operation Mode Register
GETH_MTL_RXQ1_MISSED_PACKET_OVERFLOW_CNT 0xF001DD74          MTL Queue 1 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ1_DEBUG 0xF001DD78          MTL Queue 1 Receive Debug Register
GETH_MTL_RXQ1_CONTROL 0xF001DD7C          MTL Queue 1 Receive Control Register
GETH_MTL_TXQ2_OPERATION_MODE 0xF001DD80          MTL Queue 2 Transmit Operation Mode Register
GETH_MTL_TXQ2_UNDERFLOW 0xF001DD84          MTL Queue 2 Transmit Underflow Counter Register
GETH_MTL_TXQ2_DEBUG 0xF001DD88          MTL Queue 2 Transmit Debug Register
GETH_MTL_TXQ2_ETS_CONTROL 0xF001DD90          MTL Queue 2 Transmit ETS Control Register
GETH_MTL_TXQ2_ETS_STATUS 0xF001DD94          MTL Queue 2 Transmit ETS Status Register
GETH_MTL_TXQ2_QUANTUM_WEIGHT 0xF001DD98          MTL Queue 2 Transmit Quantum or Weights Register
GETH_MTL_TXQ2_SENDSLOPECREDIT 0xF001DD9C          MTL Queue 2 Transmit SendSlopeCredit Register
GETH_MTL_TXQ2_HICREDIT 0xF001DDA0          MTL Queue 2 Transmit HiCredit Register
GETH_MTL_TXQ2_LOCREDIT 0xF001DDA4          MTL Queue 2 Transmit LoCredit Register
GETH_MTL_Q2_INTERRUPT_CONTROL_STATUS 0xF001DDAC          MTL Queue 2 Interrupt Status Register
GETH_MTL_RXQ2_OPERATION_MODE 0xF001DDB0          MTL Queue 2 Receive Operation Mode Register
GETH_MTL_RXQ2_MISSED_PACKET_OVERFLOW_CNT 0xF001DDB4          MTL Queue 2 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ2_DEBUG 0xF001DDB8          MTL Queue 2 Receive Debug Register
GETH_MTL_RXQ2_CONTROL 0xF001DDBC          MTL Queue 2 Receive Control Register
GETH_MTL_TXQ3_OPERATION_MODE 0xF001DDC0          MTL Queue 3 Transmit Operation Mode Register
GETH_MTL_TXQ3_UNDERFLOW 0xF001DDC4          MTL Queue 3 Transmit Underflow Counter Register
GETH_MTL_TXQ3_DEBUG 0xF001DDC8          MTL Queue 3 Transmit Debug Register
GETH_MTL_TXQ3_ETS_CONTROL 0xF001DDD0          MTL Queue 3 Transmit ETS Control Register
GETH_MTL_TXQ3_ETS_STATUS 0xF001DDD4          MTL Queue 3 Transmit ETS Status Register
GETH_MTL_TXQ3_QUANTUM_WEIGHT 0xF001DDD8          MTL Queue 3 Transmit Quantum or Weights Register
GETH_MTL_TXQ3_SENDSLOPECREDIT 0xF001DDDC          MTL Queue 3 Transmit SendSlopeCredit Register
GETH_MTL_TXQ3_HICREDIT 0xF001DDE0          MTL Queue 3 Transmit HiCredit Register
GETH_MTL_TXQ3_LOCREDIT 0xF001DDE4          MTL Queue 3 Transmit LoCredit Register
GETH_MTL_Q3_INTERRUPT_CONTROL_STATUS 0xF001DDEC          MTL Queue 3 Interrupt Status Register
GETH_MTL_RXQ3_OPERATION_MODE 0xF001DDF0          MTL Queue 3 Receive Operation Mode Register
GETH_MTL_RXQ3_MISSED_PACKET_OVERFLOW_CNT 0xF001DDF4          MTL Queue 3 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ3_DEBUG 0xF001DDF8          MTL Queue 3 Receive Debug Register
GETH_MTL_RXQ3_CONTROL 0xF001DDFC          MTL Queue 3 Receive Control Register
GETH_DMA_MODE   0xF001E000          DMA Bus Mode Register
GETH_DMA_SYSBUS_MODE 0xF001E004          DMA System Bus Mode Register
GETH_DMA_INTERRUPT_STATUS 0xF001E008          DMA Interrupt Status Register
GETH_DMA_DEBUG_STATUS0 0xF001E00C          DMA Debug Status 0 Register
GETH_DMA_DEBUG_STATUS1 0xF001E010          DMA Debug Status 1 Register
GETH_DMA_CH0_CONTROL 0xF001E100          DMA Channel 0 Control Register
GETH_DMA_CH0_TX_CONTROL 0xF001E104          DMA Channel 0 Transmit Control Register
GETH_DMA_CH0_RX_CONTROL 0xF001E108          DMA Channel 0 Receive Control Register
GETH_DMA_CH0_TXDESC_LIST_ADDRESS 0xF001E114          DMA Channel 0 Transmit Descriptor List Address Register
GETH_DMA_CH0_RXDESC_LIST_ADDRESS 0xF001E11C          DMA Channel 0 Receive Descriptor List Address Register
GETH_DMA_CH0_TXDESC_TAIL_POINTER 0xF001E120          DMA Channel 0 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH0_RXDESC_TAIL_POINTER 0xF001E128          DMA Channel 0 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH0_TXDESC_RING_LENGTH 0xF001E12C          DMA Channel 0 Transmit Descriptor Ring Length Register
GETH_DMA_CH0_RXDESC_RING_LENGTH 0xF001E130          DMA Channel 0 Recieve Descriptor Ring Length Register
GETH_DMA_CH0_INTERRUPT_ENABLE 0xF001E134          DMA Channel 0 Interrupt Enable Register
GETH_DMA_CH0_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E138          DMA Channel 0 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH0_SLOT_FUNCTION_CONTROL_STATUS 0xF001E13C          DMA Channel 0 Slot Function Control and Status Register
GETH_DMA_CH0_CURRENT_APP_TXDESC 0xF001E144          DMA Channel 0 Current Application Transmit Descriptor Register
GETH_DMA_CH0_CURRENT_APP_RXDESC 0xF001E14C          DMA Channel 0 Current Application Receive Descriptor Register
GETH_DMA_CH0_CURRENT_APP_TXBUFFER 0xF001E154          DMA Channel 0 Current Application Transmit Buffer Address Register
GETH_DMA_CH0_CURRENT_APP_RXBUFFER 0xF001E15C          DMA Channel 0 Current Application Receive Buffer Address Register
GETH_DMA_CH0_STATUS 0xF001E160          DMA Channel 0 Status Register
GETH_DMA_CH0_MISS_FRAME_CNT 0xF001E164          DMA Channel 0 Missed Frames Count Register
GETH_DMA_CH1_CONTROL 0xF001E180          DMA Channel 1 Control Register
GETH_DMA_CH1_TX_CONTROL 0xF001E184          DMA Channel 1 Transmit Control Register
GETH_DMA_CH1_RX_CONTROL 0xF001E188          DMA Channel 1 Receive Control Register
GETH_DMA_CH1_TXDESC_LIST_ADDRESS 0xF001E194          DMA Channel 1 Transmit Descriptor List Address Register
GETH_DMA_CH1_RXDESC_LIST_ADDRESS 0xF001E19C          DMA Channel 1 Receive Descriptor List Address Register
GETH_DMA_CH1_TXDESC_TAIL_POINTER 0xF001E1A0          DMA Channel 1 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH1_RXDESC_TAIL_POINTER 0xF001E1A8          DMA Channel 1 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH1_TXDESC_RING_LENGTH 0xF001E1AC          DMA Channel 1 Transmit Descriptor Ring Length Register
GETH_DMA_CH1_RXDESC_RING_LENGTH 0xF001E1B0          DMA Channel 1 Recieve Descriptor Ring Length Register
GETH_DMA_CH1_INTERRUPT_ENABLE 0xF001E1B4          DMA Channel 1 Interrupt Enable Register
GETH_DMA_CH1_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E1B8          DMA Channel 1 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH1_SLOT_FUNCTION_CONTROL_STATUS 0xF001E1BC          DMA Channel 1 Slot Function Control and Status Register
GETH_DMA_CH1_CURRENT_APP_TXDESC 0xF001E1C4          DMA Channel 1 Current Application Transmit Descriptor Register
GETH_DMA_CH1_CURRENT_APP_RXDESC 0xF001E1CC          DMA Channel 1 Current Application Receive Descriptor Register
GETH_DMA_CH1_CURRENT_APP_TXBUFFER 0xF001E1D4          DMA Channel 1 Current Application Transmit Buffer Address Register
GETH_DMA_CH1_CURRENT_APP_RXBUFFER 0xF001E1DC          DMA Channel 1 Current Application Receive Buffer Address Register
GETH_DMA_CH1_STATUS 0xF001E1E0          DMA Channel 1 Status Register
GETH_DMA_CH1_MISS_FRAME_CNT 0xF001E1E4          DMA Channel 1 Missed Frames Count Register
GETH_DMA_CH2_CONTROL 0xF001E200          DMA Channel 2 Control Register
GETH_DMA_CH2_TX_CONTROL 0xF001E204          DMA Channel 2 Transmit Control Register
GETH_DMA_CH2_RX_CONTROL 0xF001E208          DMA Channel 2 Receive Control Register
GETH_DMA_CH2_TXDESC_LIST_ADDRESS 0xF001E214          DMA Channel 2 Transmit Descriptor List Address Register
GETH_DMA_CH2_RXDESC_LIST_ADDRESS 0xF001E21C          DMA Channel 2 Receive Descriptor List Address Register
GETH_DMA_CH2_TXDESC_TAIL_POINTER 0xF001E220          DMA Channel 2 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH2_RXDESC_TAIL_POINTER 0xF001E228          DMA Channel 2 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH2_TXDESC_RING_LENGTH 0xF001E22C          DMA Channel 2 Transmit Descriptor Ring Length Register
GETH_DMA_CH2_RXDESC_RING_LENGTH 0xF001E230          DMA Channel 2 Recieve Descriptor Ring Length Register
GETH_DMA_CH2_INTERRUPT_ENABLE 0xF001E234          DMA Channel 2 Interrupt Enable Register
GETH_DMA_CH2_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E238          DMA Channel 2 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH2_SLOT_FUNCTION_CONTROL_STATUS 0xF001E23C          DMA Channel 2 Slot Function Control and Status Register
GETH_DMA_CH2_CURRENT_APP_TXDESC 0xF001E244          DMA Channel 2 Current Application Transmit Descriptor Register
GETH_DMA_CH2_CURRENT_APP_RXDESC 0xF001E24C          DMA Channel 2 Current Application Receive Descriptor Register
GETH_DMA_CH2_CURRENT_APP_TXBUFFER 0xF001E254          DMA Channel 2 Current Application Transmit Buffer Address Register
GETH_DMA_CH2_CURRENT_APP_RXBUFFER 0xF001E25C          DMA Channel 2 Current Application Receive Buffer Address Register
GETH_DMA_CH2_STATUS 0xF001E260          DMA Channel 2 Status Register
GETH_DMA_CH2_MISS_FRAME_CNT 0xF001E264          DMA Channel 2 Missed Frames Count Register
GETH_DMA_CH3_CONTROL 0xF001E280          DMA Channel 3 Control Register
GETH_DMA_CH3_TX_CONTROL 0xF001E284          DMA Channel 3 Transmit Control Register
GETH_DMA_CH3_RX_CONTROL 0xF001E288          DMA Channel 3 Receive Control Register
GETH_DMA_CH3_TXDESC_LIST_ADDRESS 0xF001E294          DMA Channel 3 Transmit Descriptor List Address Register
GETH_DMA_CH3_RXDESC_LIST_ADDRESS 0xF001E29C          DMA Channel 3 Receive Descriptor List Address Register
GETH_DMA_CH3_TXDESC_TAIL_POINTER 0xF001E2A0          DMA Channel 3 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH3_RXDESC_TAIL_POINTER 0xF001E2A8          DMA Channel 3 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH3_TXDESC_RING_LENGTH 0xF001E2AC          DMA Channel 3 Transmit Descriptor Ring Length Register
GETH_DMA_CH3_RXDESC_RING_LENGTH 0xF001E2B0          DMA Channel 3 Recieve Descriptor Ring Length Register
GETH_DMA_CH3_INTERRUPT_ENABLE 0xF001E2B4          DMA Channel 3 Interrupt Enable Register
GETH_DMA_CH3_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E2B8          DMA Channel 3 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH3_SLOT_FUNCTION_CONTROL_STATUS 0xF001E2BC          DMA Channel 3 Slot Function Control and Status Register
GETH_DMA_CH3_CURRENT_APP_TXDESC 0xF001E2C4          DMA Channel 3 Current Application Transmit Descriptor Register
GETH_DMA_CH3_CURRENT_APP_RXDESC 0xF001E2CC          DMA Channel 3 Current Application Receive Descriptor Register
GETH_DMA_CH3_CURRENT_APP_TXBUFFER 0xF001E2D4          DMA Channel 3 Current Application Transmit Buffer Address Register
GETH_DMA_CH3_CURRENT_APP_RXBUFFER 0xF001E2DC          DMA Channel 3 Current Application Receive Buffer Address Register
GETH_DMA_CH3_STATUS 0xF001E2E0          DMA Channel 3 Status Register
GETH_DMA_CH3_MISS_FRAME_CNT 0xF001E2E4          DMA Channel 3 Missed Frames Count Register
GETH_CLC        0xF001F000          Clock Control Register
GETH_ID         0xF001F004          Module Identification Register
GETH_GPCTL      0xF001F008          General Purpose Control Register
GETH_ACCEN0     0xF001F00C          Access Enable Register 0
GETH_ACCEN1     0xF001F010          Access Enable Register 1
GETH_KRST0      0xF001F014          Kernel Reset Register 0
GETH_KRST1      0xF001F018          Kernel Reset Register 1
GETH_KRSTCLR    0xF001F01C          Kernel Reset Status Clear Register
GETH_ACCEN0D0   0xF001F020          Access Enable Register 0 for DMA0
GETH_ACCEN1D0   0xF001F024          Access Enable Register 1 for DMA0
GETH_ACCEN0D1   0xF001F028          Access Enable Register 0 for DMA1
GETH_ACCEN1D1   0xF001F02C          Access Enable Register 1 for DMA1
GETH_ACCEN0D2   0xF001F030          Access Enable Register 0 for DMA2
GETH_ACCEN1D2   0xF001F034          Access Enable Register 1 for DMA2
GETH_ACCEN0D3   0xF001F038          Access Enable Register 0 for DMA3
GETH_ACCEN1D3   0xF001F03C          Access Enable Register 1 for DMA3
GETH_SKEWCTL    0xF001F040          Skew Control Register
EVADC_CLC       0xF0020000          Clock Control Register
EVADC_ID        0xF0020008          Module Identification Register
EVADC_OCS       0xF0020028          OCDS Control and Status Register
EVADC_KRSTCLR   0xF002002C          Kernel Reset Status Clear Register
EVADC_KRST1     0xF0020030          Kernel Reset Register 1
EVADC_KRST0     0xF0020034          Kernel Reset Register 0
EVADC_ACCEN0    0xF002003C          Access Enable Register 0
EVADC_GLOBCFG   0xF0020080          Global Configuration Register
EVADC_ACCPROT0  0xF0020088          Access Protection Register 0
EVADC_ACCPROT1  0xF002008C          Access Protection Register 1
EVADC_ACCPROT2  0xF0020090          Access Protection Register 2
EVADC_GLOBICLASS0 0xF00200A0          Input Class Register 0, Global
EVADC_GLOBICLASS1 0xF00200A4          Input Class Register 1, Global
EVADC_GLOBBOUND 0xF00200B8          Global Boundary Select Register
EVADC_GLOBEFLAG 0xF00200E0          Global Event Flag Register
EVADC_GLOBEVNP  0xF0020140          Global Event Node Pointer Register
EVADC_GLOBTF    0xF0020160          Global Test Functions Register
EVADC_GLOBTE    0xF0020164          Global Test Enable Register
EVADC_GLOBRCR   0xF0020280          Global Result Control Register
EVADC_GLOBRES   0xF0020300          Global Result Register
EVADC_GLOBRESD  0xF0020380          Global Result Register, Debug
EVADC_EMUXSEL   0xF00203F0          External Multiplexer Interface Select Register
EVADC_G0TRCTR   0xF0020410          Trigger Control Register, Group 0
EVADC_G0ARBCFG  0xF0020480          Arbitration Config. Register, Group 0
EVADC_G0ARBPR   0xF0020484          Arbitration Priority Register, Group 0
EVADC_G0ANCFG   0xF0020488          Analog Fct. Config. Register, Group 0
EVADC_G0ICLASS0 0xF00204A0          Input Class Register 0, Group 0
EVADC_G0ICLASS1 0xF00204A4          Input Class Register 1, Group 0
EVADC_G0ALIAS   0xF00204B0          Alias Register, Group 0
EVADC_G0BOUND   0xF00204B8          Boundary Select Register, Group 0
EVADC_G0SYNCTR  0xF00204C0          Synchronization Control Register, Group 0
EVADC_G0QCTRL0  0xF0020500          Queue 0 Source Contr. Register, Group 0
EVADC_G0QMR0    0xF0020504          Queue 0 Mode Register, Group 0
EVADC_G0QSR0    0xF0020508          Queue 0 Status Register, Group 0
EVADC_G0Q0R0    0xF002050C          Queue 0 Register 0, Group 0
EVADC_G0QINR0   0xF0020510          Queue 0 Input Register, Group 0
EVADC_G0QBUR0   0xF0020514          Queue 0 Backup Register, Group 0
EVADC_G0REQTM0  0xF0020518          Queue 0 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS0  0xF002051C          Queue 0 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL1  0xF0020520          Queue 1 Source Contr. Register, Group 0
EVADC_G0QMR1    0xF0020524          Queue 1 Mode Register, Group 0
EVADC_G0QSR1    0xF0020528          Queue 1 Status Register, Group 0
EVADC_G0Q0R1    0xF002052C          Queue 1 Register 0, Group 0
EVADC_G0QINR1   0xF0020530          Queue 1 Input Register, Group 0
EVADC_G0QBUR1   0xF0020534          Queue 1 Backup Register, Group 0
EVADC_G0REQTM1  0xF0020538          Queue 1 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS1  0xF002053C          Queue 1 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL2  0xF0020540          Queue 2 Source Contr. Register, Group 0
EVADC_G0QMR2    0xF0020544          Queue 2 Mode Register, Group 0
EVADC_G0QSR2    0xF0020548          Queue 2 Status Register, Group 0
EVADC_G0Q0R2    0xF002054C          Queue 2 Register 0, Group 0
EVADC_G0QINR2   0xF0020550          Queue 2 Input Register, Group 0
EVADC_G0QBUR2   0xF0020554          Queue 2 Backup Register, Group 0
EVADC_G0REQTM2  0xF0020558          Queue 2 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS2  0xF002055C          Queue 2 Requ. Timer Status Reg., Group 0
EVADC_G0CEFLAG  0xF0020580          Channel Event Flag Register, Group 0
EVADC_G0REFLAG  0xF0020584          Result Event Flag Register, Group 0
EVADC_G0SEFLAG  0xF0020588          Source Event Flag Register, Group 0
EVADC_G0CEFCLR  0xF0020590          Channel Event Flag Clear Register, Group 0
EVADC_G0REFCLR  0xF0020594          Result Event Flag Clear Register, Group 0
EVADC_G0SEFCLR  0xF0020598          Source Event Flag Clear Reg., Group 0
EVADC_G0CEVNP0  0xF00205A0          Channel Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP0  0xF00205B0          Result Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP1  0xF00205B4          Result Event Node Pointer Reg. 1, Group 0
EVADC_G0SEVNP   0xF00205C0          Source Event Node Pointer Reg., Group 0
EVADC_G0SRACT   0xF00205C8          Service Request Software Activation Trigger, Group 0
EVADC_G0EMUXCTR 0xF00205F0          External Multiplexer Control Reg., Group 0
EVADC_G0EMUXCS  0xF00205F4          Ext. Multiplexer Channel Select Reg., Group 0
EVADC_G0VFR     0xF00205F8          Valid Flag Register, Group 0
EVADC_G0CHCTR0  0xF0020600          Group 0, Channel 0 Control Register
EVADC_G0CHCTR1  0xF0020604          Group 0, Channel 1 Control Register
EVADC_G0CHCTR2  0xF0020608          Group 0, Channel 2 Control Register
EVADC_G0CHCTR3  0xF002060C          Group 0, Channel 3 Control Register
EVADC_G0CHCTR4  0xF0020610          Group 0, Channel 4 Control Register
EVADC_G0CHCTR5  0xF0020614          Group 0, Channel 5 Control Register
EVADC_G0CHCTR6  0xF0020618          Group 0, Channel 6 Control Register
EVADC_G0CHCTR7  0xF002061C          Group 0, Channel 7 Control Register
EVADC_G0RCR0    0xF0020680          Group 0 Result Control Register 0
EVADC_G0RCR1    0xF0020684          Group 0 Result Control Register 1
EVADC_G0RCR2    0xF0020688          Group 0 Result Control Register 2
EVADC_G0RCR3    0xF002068C          Group 0 Result Control Register 3
EVADC_G0RCR4    0xF0020690          Group 0 Result Control Register 4
EVADC_G0RCR5    0xF0020694          Group 0 Result Control Register 5
EVADC_G0RCR6    0xF0020698          Group 0 Result Control Register 6
EVADC_G0RCR7    0xF002069C          Group 0 Result Control Register 7
EVADC_G0RCR8    0xF00206A0          Group 0 Result Control Register 8
EVADC_G0RCR9    0xF00206A4          Group 0 Result Control Register 9
EVADC_G0RCR10   0xF00206A8          Group 0 Result Control Register 10
EVADC_G0RCR11   0xF00206AC          Group 0 Result Control Register 11
EVADC_G0RCR12   0xF00206B0          Group 0 Result Control Register 12
EVADC_G0RCR13   0xF00206B4          Group 0 Result Control Register 13
EVADC_G0RCR14   0xF00206B8          Group 0 Result Control Register 14
EVADC_G0RCR15   0xF00206BC          Group 0 Result Control Register 15
EVADC_G0RES0    0xF0020700          Group 0 Result Register 0
EVADC_G0RES1    0xF0020704          Group 0 Result Register 1
EVADC_G0RES2    0xF0020708          Group 0 Result Register 2
EVADC_G0RES3    0xF002070C          Group 0 Result Register 3
EVADC_G0RES4    0xF0020710          Group 0 Result Register 4
EVADC_G0RES5    0xF0020714          Group 0 Result Register 5
EVADC_G0RES6    0xF0020718          Group 0 Result Register 6
EVADC_G0RES7    0xF002071C          Group 0 Result Register 7
EVADC_G0RES8    0xF0020720          Group 0 Result Register 8
EVADC_G0RES9    0xF0020724          Group 0 Result Register 9
EVADC_G0RES10   0xF0020728          Group 0 Result Register 10
EVADC_G0RES11   0xF002072C          Group 0 Result Register 11
EVADC_G0RES12   0xF0020730          Group 0 Result Register 12
EVADC_G0RES13   0xF0020734          Group 0 Result Register 13
EVADC_G0RES14   0xF0020738          Group 0 Result Register 14
EVADC_G0RES15   0xF002073C          Group 0 Result Register 15
EVADC_G0RESD0   0xF0020780          Group 0 Result Reg. 0, Debug
EVADC_G0RESD1   0xF0020784          Group 0 Result Reg. 1, Debug
EVADC_G0RESD2   0xF0020788          Group 0 Result Reg. 2, Debug
EVADC_G0RESD3   0xF002078C          Group 0 Result Reg. 3, Debug
EVADC_G0RESD4   0xF0020790          Group 0 Result Reg. 4, Debug
EVADC_G0RESD5   0xF0020794          Group 0 Result Reg. 5, Debug
EVADC_G0RESD6   0xF0020798          Group 0 Result Reg. 6, Debug
EVADC_G0RESD7   0xF002079C          Group 0 Result Reg. 7, Debug
EVADC_G0RESD8   0xF00207A0          Group 0 Result Reg. 8, Debug
EVADC_G0RESD9   0xF00207A4          Group 0 Result Reg. 9, Debug
EVADC_G0RESD10  0xF00207A8          Group 0 Result Reg. 10, Debug
EVADC_G0RESD11  0xF00207AC          Group 0 Result Reg. 11, Debug
EVADC_G0RESD12  0xF00207B0          Group 0 Result Reg. 12, Debug
EVADC_G0RESD13  0xF00207B4          Group 0 Result Reg. 13, Debug
EVADC_G0RESD14  0xF00207B8          Group 0 Result Reg. 14, Debug
EVADC_G0RESD15  0xF00207BC          Group 0 Result Reg. 15, Debug
EVADC_G1TRCTR   0xF0020810          Trigger Control Register, Group 1
EVADC_G1ARBCFG  0xF0020880          Arbitration Config. Register, Group 1
EVADC_G1ARBPR   0xF0020884          Arbitration Priority Register, Group 1
EVADC_G1ANCFG   0xF0020888          Analog Fct. Config. Register, Group 1
EVADC_G1ICLASS0 0xF00208A0          Input Class Register 0, Group 1
EVADC_G1ICLASS1 0xF00208A4          Input Class Register 1, Group 1
EVADC_G1ALIAS   0xF00208B0          Alias Register, Group 1
EVADC_G1BOUND   0xF00208B8          Boundary Select Register, Group 1
EVADC_G1SYNCTR  0xF00208C0          Synchronization Control Register, Group 1
EVADC_G1QCTRL0  0xF0020900          Queue 0 Source Contr. Register, Group 1
EVADC_G1QMR0    0xF0020904          Queue 0 Mode Register, Group 1
EVADC_G1QSR0    0xF0020908          Queue 0 Status Register, Group 1
EVADC_G1Q0R0    0xF002090C          Queue 0 Register 0, Group 1
EVADC_G1QINR0   0xF0020910          Queue 0 Input Register, Group 1
EVADC_G1QBUR0   0xF0020914          Queue 0 Backup Register, Group 1
EVADC_G1REQTM0  0xF0020918          Queue 0 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS0  0xF002091C          Queue 0 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL1  0xF0020920          Queue 1 Source Contr. Register, Group 1
EVADC_G1QMR1    0xF0020924          Queue 1 Mode Register, Group 1
EVADC_G1QSR1    0xF0020928          Queue 1 Status Register, Group 1
EVADC_G1Q0R1    0xF002092C          Queue 1 Register 0, Group 1
EVADC_G1QINR1   0xF0020930          Queue 1 Input Register, Group 1
EVADC_G1QBUR1   0xF0020934          Queue 1 Backup Register, Group 1
EVADC_G1REQTM1  0xF0020938          Queue 1 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS1  0xF002093C          Queue 1 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL2  0xF0020940          Queue 2 Source Contr. Register, Group 1
EVADC_G1QMR2    0xF0020944          Queue 2 Mode Register, Group 1
EVADC_G1QSR2    0xF0020948          Queue 2 Status Register, Group 1
EVADC_G1Q0R2    0xF002094C          Queue 2 Register 0, Group 1
EVADC_G1QINR2   0xF0020950          Queue 2 Input Register, Group 1
EVADC_G1QBUR2   0xF0020954          Queue 2 Backup Register, Group 1
EVADC_G1REQTM2  0xF0020958          Queue 2 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS2  0xF002095C          Queue 2 Requ. Timer Status Reg., Group 1
EVADC_G1CEFLAG  0xF0020980          Channel Event Flag Register, Group 1
EVADC_G1REFLAG  0xF0020984          Result Event Flag Register, Group 1
EVADC_G1SEFLAG  0xF0020988          Source Event Flag Register, Group 1
EVADC_G1CEFCLR  0xF0020990          Channel Event Flag Clear Register, Group 1
EVADC_G1REFCLR  0xF0020994          Result Event Flag Clear Register, Group 1
EVADC_G1SEFCLR  0xF0020998          Source Event Flag Clear Reg., Group 1
EVADC_G1CEVNP0  0xF00209A0          Channel Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP0  0xF00209B0          Result Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP1  0xF00209B4          Result Event Node Pointer Reg. 1, Group 1
EVADC_G1SEVNP   0xF00209C0          Source Event Node Pointer Reg., Group 1
EVADC_G1SRACT   0xF00209C8          Service Request Software Activation Trigger, Group 1
EVADC_G1EMUXCTR 0xF00209F0          External Multiplexer Control Reg., Group 1
EVADC_G1EMUXCS  0xF00209F4          Ext. Multiplexer Channel Select Reg., Group 1
EVADC_G1VFR     0xF00209F8          Valid Flag Register, Group 1
EVADC_G1CHCTR0  0xF0020A00          Group 1, Channel 0 Control Register
EVADC_G1CHCTR1  0xF0020A04          Group 1, Channel 1 Control Register
EVADC_G1CHCTR2  0xF0020A08          Group 1, Channel 2 Control Register
EVADC_G1CHCTR3  0xF0020A0C          Group 1, Channel 3 Control Register
EVADC_G1CHCTR4  0xF0020A10          Group 1, Channel 4 Control Register
EVADC_G1CHCTR5  0xF0020A14          Group 1, Channel 5 Control Register
EVADC_G1CHCTR6  0xF0020A18          Group 1, Channel 6 Control Register
EVADC_G1CHCTR7  0xF0020A1C          Group 1, Channel 7 Control Register
EVADC_G1RCR0    0xF0020A80          Group 1 Result Control Register 0
EVADC_G1RCR1    0xF0020A84          Group 1 Result Control Register 1
EVADC_G1RCR2    0xF0020A88          Group 1 Result Control Register 2
EVADC_G1RCR3    0xF0020A8C          Group 1 Result Control Register 3
EVADC_G1RCR4    0xF0020A90          Group 1 Result Control Register 4
EVADC_G1RCR5    0xF0020A94          Group 1 Result Control Register 5
EVADC_G1RCR6    0xF0020A98          Group 1 Result Control Register 6
EVADC_G1RCR7    0xF0020A9C          Group 1 Result Control Register 7
EVADC_G1RCR8    0xF0020AA0          Group 1 Result Control Register 8
EVADC_G1RCR9    0xF0020AA4          Group 1 Result Control Register 9
EVADC_G1RCR10   0xF0020AA8          Group 1 Result Control Register 10
EVADC_G1RCR11   0xF0020AAC          Group 1 Result Control Register 11
EVADC_G1RCR12   0xF0020AB0          Group 1 Result Control Register 12
EVADC_G1RCR13   0xF0020AB4          Group 1 Result Control Register 13
EVADC_G1RCR14   0xF0020AB8          Group 1 Result Control Register 14
EVADC_G1RCR15   0xF0020ABC          Group 1 Result Control Register 15
EVADC_G1RES0    0xF0020B00          Group 1 Result Register 0
EVADC_G1RES1    0xF0020B04          Group 1 Result Register 1
EVADC_G1RES2    0xF0020B08          Group 1 Result Register 2
EVADC_G1RES3    0xF0020B0C          Group 1 Result Register 3
EVADC_G1RES4    0xF0020B10          Group 1 Result Register 4
EVADC_G1RES5    0xF0020B14          Group 1 Result Register 5
EVADC_G1RES6    0xF0020B18          Group 1 Result Register 6
EVADC_G1RES7    0xF0020B1C          Group 1 Result Register 7
EVADC_G1RES8    0xF0020B20          Group 1 Result Register 8
EVADC_G1RES9    0xF0020B24          Group 1 Result Register 9
EVADC_G1RES10   0xF0020B28          Group 1 Result Register 10
EVADC_G1RES11   0xF0020B2C          Group 1 Result Register 11
EVADC_G1RES12   0xF0020B30          Group 1 Result Register 12
EVADC_G1RES13   0xF0020B34          Group 1 Result Register 13
EVADC_G1RES14   0xF0020B38          Group 1 Result Register 14
EVADC_G1RES15   0xF0020B3C          Group 1 Result Register 15
EVADC_G1RESD0   0xF0020B80          Group 1 Result Reg. 0, Debug
EVADC_G1RESD1   0xF0020B84          Group 1 Result Reg. 1, Debug
EVADC_G1RESD2   0xF0020B88          Group 1 Result Reg. 2, Debug
EVADC_G1RESD3   0xF0020B8C          Group 1 Result Reg. 3, Debug
EVADC_G1RESD4   0xF0020B90          Group 1 Result Reg. 4, Debug
EVADC_G1RESD5   0xF0020B94          Group 1 Result Reg. 5, Debug
EVADC_G1RESD6   0xF0020B98          Group 1 Result Reg. 6, Debug
EVADC_G1RESD7   0xF0020B9C          Group 1 Result Reg. 7, Debug
EVADC_G1RESD8   0xF0020BA0          Group 1 Result Reg. 8, Debug
EVADC_G1RESD9   0xF0020BA4          Group 1 Result Reg. 9, Debug
EVADC_G1RESD10  0xF0020BA8          Group 1 Result Reg. 10, Debug
EVADC_G1RESD11  0xF0020BAC          Group 1 Result Reg. 11, Debug
EVADC_G1RESD12  0xF0020BB0          Group 1 Result Reg. 12, Debug
EVADC_G1RESD13  0xF0020BB4          Group 1 Result Reg. 13, Debug
EVADC_G1RESD14  0xF0020BB8          Group 1 Result Reg. 14, Debug
EVADC_G1RESD15  0xF0020BBC          Group 1 Result Reg. 15, Debug
EVADC_G2TRCTR   0xF0020C10          Trigger Control Register, Group 2
EVADC_G2ARBCFG  0xF0020C80          Arbitration Config. Register, Group 2
EVADC_G2ARBPR   0xF0020C84          Arbitration Priority Register, Group 2
EVADC_G2ANCFG   0xF0020C88          Analog Fct. Config. Register, Group 2
EVADC_G2ICLASS0 0xF0020CA0          Input Class Register 0, Group 2
EVADC_G2ICLASS1 0xF0020CA4          Input Class Register 1, Group 2
EVADC_G2ALIAS   0xF0020CB0          Alias Register, Group 2
EVADC_G2BOUND   0xF0020CB8          Boundary Select Register, Group 2
EVADC_G2SYNCTR  0xF0020CC0          Synchronization Control Register, Group 2
EVADC_G2QCTRL0  0xF0020D00          Queue 0 Source Contr. Register, Group 2
EVADC_G2QMR0    0xF0020D04          Queue 0 Mode Register, Group 2
EVADC_G2QSR0    0xF0020D08          Queue 0 Status Register, Group 2
EVADC_G2Q0R0    0xF0020D0C          Queue 0 Register 0, Group 2
EVADC_G2QINR0   0xF0020D10          Queue 0 Input Register, Group 2
EVADC_G2QBUR0   0xF0020D14          Queue 0 Backup Register, Group 2
EVADC_G2REQTM0  0xF0020D18          Queue 0 Requ. Timer Mode Reg., Group 2
EVADC_G2REQTS0  0xF0020D1C          Queue 0 Requ. Timer Status Reg., Group 2
EVADC_G2QCTRL1  0xF0020D20          Queue 1 Source Contr. Register, Group 2
EVADC_G2QMR1    0xF0020D24          Queue 1 Mode Register, Group 2
EVADC_G2QSR1    0xF0020D28          Queue 1 Status Register, Group 2
EVADC_G2Q0R1    0xF0020D2C          Queue 1 Register 0, Group 2
EVADC_G2QINR1   0xF0020D30          Queue 1 Input Register, Group 2
EVADC_G2QBUR1   0xF0020D34          Queue 1 Backup Register, Group 2
EVADC_G2REQTM1  0xF0020D38          Queue 1 Requ. Timer Mode Reg., Group 2
EVADC_G2REQTS1  0xF0020D3C          Queue 1 Requ. Timer Status Reg., Group 2
EVADC_G2QCTRL2  0xF0020D40          Queue 2 Source Contr. Register, Group 2
EVADC_G2QMR2    0xF0020D44          Queue 2 Mode Register, Group 2
EVADC_G2QSR2    0xF0020D48          Queue 2 Status Register, Group 2
EVADC_G2Q0R2    0xF0020D4C          Queue 2 Register 0, Group 2
EVADC_G2QINR2   0xF0020D50          Queue 2 Input Register, Group 2
EVADC_G2QBUR2   0xF0020D54          Queue 2 Backup Register, Group 2
EVADC_G2REQTM2  0xF0020D58          Queue 2 Requ. Timer Mode Reg., Group 2
EVADC_G2REQTS2  0xF0020D5C          Queue 2 Requ. Timer Status Reg., Group 2
EVADC_G2CEFLAG  0xF0020D80          Channel Event Flag Register, Group 2
EVADC_G2REFLAG  0xF0020D84          Result Event Flag Register, Group 2
EVADC_G2SEFLAG  0xF0020D88          Source Event Flag Register, Group 2
EVADC_G2CEFCLR  0xF0020D90          Channel Event Flag Clear Register, Group 2
EVADC_G2REFCLR  0xF0020D94          Result Event Flag Clear Register, Group 2
EVADC_G2SEFCLR  0xF0020D98          Source Event Flag Clear Reg., Group 2
EVADC_G2CEVNP0  0xF0020DA0          Channel Event Node Pointer Reg. 0, Group 2
EVADC_G2REVNP0  0xF0020DB0          Result Event Node Pointer Reg. 0, Group 2
EVADC_G2REVNP1  0xF0020DB4          Result Event Node Pointer Reg. 1, Group 2
EVADC_G2SEVNP   0xF0020DC0          Source Event Node Pointer Reg., Group 2
EVADC_G2SRACT   0xF0020DC8          Service Request Software Activation Trigger, Group 2
EVADC_G2EMUXCTR 0xF0020DF0          External Multiplexer Control Reg., Group 2
EVADC_G2EMUXCS  0xF0020DF4          Ext. Multiplexer Channel Select Reg., Group 2
EVADC_G2VFR     0xF0020DF8          Valid Flag Register, Group 2
EVADC_G2CHCTR0  0xF0020E00          Group 2, Channel 0 Control Register
EVADC_G2CHCTR1  0xF0020E04          Group 2, Channel 1 Control Register
EVADC_G2CHCTR2  0xF0020E08          Group 2, Channel 2 Control Register
EVADC_G2CHCTR3  0xF0020E0C          Group 2, Channel 3 Control Register
EVADC_G2CHCTR4  0xF0020E10          Group 2, Channel 4 Control Register
EVADC_G2CHCTR5  0xF0020E14          Group 2, Channel 5 Control Register
EVADC_G2CHCTR6  0xF0020E18          Group 2, Channel 6 Control Register
EVADC_G2CHCTR7  0xF0020E1C          Group 2, Channel 7 Control Register
EVADC_G2RCR0    0xF0020E80          Group 2 Result Control Register 0
EVADC_G2RCR1    0xF0020E84          Group 2 Result Control Register 1
EVADC_G2RCR2    0xF0020E88          Group 2 Result Control Register 2
EVADC_G2RCR3    0xF0020E8C          Group 2 Result Control Register 3
EVADC_G2RCR4    0xF0020E90          Group 2 Result Control Register 4
EVADC_G2RCR5    0xF0020E94          Group 2 Result Control Register 5
EVADC_G2RCR6    0xF0020E98          Group 2 Result Control Register 6
EVADC_G2RCR7    0xF0020E9C          Group 2 Result Control Register 7
EVADC_G2RCR8    0xF0020EA0          Group 2 Result Control Register 8
EVADC_G2RCR9    0xF0020EA4          Group 2 Result Control Register 9
EVADC_G2RCR10   0xF0020EA8          Group 2 Result Control Register 10
EVADC_G2RCR11   0xF0020EAC          Group 2 Result Control Register 11
EVADC_G2RCR12   0xF0020EB0          Group 2 Result Control Register 12
EVADC_G2RCR13   0xF0020EB4          Group 2 Result Control Register 13
EVADC_G2RCR14   0xF0020EB8          Group 2 Result Control Register 14
EVADC_G2RCR15   0xF0020EBC          Group 2 Result Control Register 15
EVADC_G2RES0    0xF0020F00          Group 2 Result Register 0
EVADC_G2RES1    0xF0020F04          Group 2 Result Register 1
EVADC_G2RES2    0xF0020F08          Group 2 Result Register 2
EVADC_G2RES3    0xF0020F0C          Group 2 Result Register 3
EVADC_G2RES4    0xF0020F10          Group 2 Result Register 4
EVADC_G2RES5    0xF0020F14          Group 2 Result Register 5
EVADC_G2RES6    0xF0020F18          Group 2 Result Register 6
EVADC_G2RES7    0xF0020F1C          Group 2 Result Register 7
EVADC_G2RES8    0xF0020F20          Group 2 Result Register 8
EVADC_G2RES9    0xF0020F24          Group 2 Result Register 9
EVADC_G2RES10   0xF0020F28          Group 2 Result Register 10
EVADC_G2RES11   0xF0020F2C          Group 2 Result Register 11
EVADC_G2RES12   0xF0020F30          Group 2 Result Register 12
EVADC_G2RES13   0xF0020F34          Group 2 Result Register 13
EVADC_G2RES14   0xF0020F38          Group 2 Result Register 14
EVADC_G2RES15   0xF0020F3C          Group 2 Result Register 15
EVADC_G2RESD0   0xF0020F80          Group 2 Result Reg. 0, Debug
EVADC_G2RESD1   0xF0020F84          Group 2 Result Reg. 1, Debug
EVADC_G2RESD2   0xF0020F88          Group 2 Result Reg. 2, Debug
EVADC_G2RESD3   0xF0020F8C          Group 2 Result Reg. 3, Debug
EVADC_G2RESD4   0xF0020F90          Group 2 Result Reg. 4, Debug
EVADC_G2RESD5   0xF0020F94          Group 2 Result Reg. 5, Debug
EVADC_G2RESD6   0xF0020F98          Group 2 Result Reg. 6, Debug
EVADC_G2RESD7   0xF0020F9C          Group 2 Result Reg. 7, Debug
EVADC_G2RESD8   0xF0020FA0          Group 2 Result Reg. 8, Debug
EVADC_G2RESD9   0xF0020FA4          Group 2 Result Reg. 9, Debug
EVADC_G2RESD10  0xF0020FA8          Group 2 Result Reg. 10, Debug
EVADC_G2RESD11  0xF0020FAC          Group 2 Result Reg. 11, Debug
EVADC_G2RESD12  0xF0020FB0          Group 2 Result Reg. 12, Debug
EVADC_G2RESD13  0xF0020FB4          Group 2 Result Reg. 13, Debug
EVADC_G2RESD14  0xF0020FB8          Group 2 Result Reg. 14, Debug
EVADC_G2RESD15  0xF0020FBC          Group 2 Result Reg. 15, Debug
EVADC_G3TRCTR   0xF0021010          Trigger Control Register, Group 3
EVADC_G3ARBCFG  0xF0021080          Arbitration Config. Register, Group 3
EVADC_G3ARBPR   0xF0021084          Arbitration Priority Register, Group 3
EVADC_G3ANCFG   0xF0021088          Analog Fct. Config. Register, Group 3
EVADC_G3ICLASS0 0xF00210A0          Input Class Register 0, Group 3
EVADC_G3ICLASS1 0xF00210A4          Input Class Register 1, Group 3
EVADC_G3ALIAS   0xF00210B0          Alias Register, Group 3
EVADC_G3BOUND   0xF00210B8          Boundary Select Register, Group 3
EVADC_G3SYNCTR  0xF00210C0          Synchronization Control Register, Group 3
EVADC_G3QCTRL0  0xF0021100          Queue 0 Source Contr. Register, Group 3
EVADC_G3QMR0    0xF0021104          Queue 0 Mode Register, Group 3
EVADC_G3QSR0    0xF0021108          Queue 0 Status Register, Group 3
EVADC_G3Q0R0    0xF002110C          Queue 0 Register 0, Group 3
EVADC_G3QINR0   0xF0021110          Queue 0 Input Register, Group 3
EVADC_G3QBUR0   0xF0021114          Queue 0 Backup Register, Group 3
EVADC_G3REQTM0  0xF0021118          Queue 0 Requ. Timer Mode Reg., Group 3
EVADC_G3REQTS0  0xF002111C          Queue 0 Requ. Timer Status Reg., Group 3
EVADC_G3QCTRL1  0xF0021120          Queue 1 Source Contr. Register, Group 3
EVADC_G3QMR1    0xF0021124          Queue 1 Mode Register, Group 3
EVADC_G3QSR1    0xF0021128          Queue 1 Status Register, Group 3
EVADC_G3Q0R1    0xF002112C          Queue 1 Register 0, Group 3
EVADC_G3QINR1   0xF0021130          Queue 1 Input Register, Group 3
EVADC_G3QBUR1   0xF0021134          Queue 1 Backup Register, Group 3
EVADC_G3REQTM1  0xF0021138          Queue 1 Requ. Timer Mode Reg., Group 3
EVADC_G3REQTS1  0xF002113C          Queue 1 Requ. Timer Status Reg., Group 3
EVADC_G3QCTRL2  0xF0021140          Queue 2 Source Contr. Register, Group 3
EVADC_G3QMR2    0xF0021144          Queue 2 Mode Register, Group 3
EVADC_G3QSR2    0xF0021148          Queue 2 Status Register, Group 3
EVADC_G3Q0R2    0xF002114C          Queue 2 Register 0, Group 3
EVADC_G3QINR2   0xF0021150          Queue 2 Input Register, Group 3
EVADC_G3QBUR2   0xF0021154          Queue 2 Backup Register, Group 3
EVADC_G3REQTM2  0xF0021158          Queue 2 Requ. Timer Mode Reg., Group 3
EVADC_G3REQTS2  0xF002115C          Queue 2 Requ. Timer Status Reg., Group 3
EVADC_G3CEFLAG  0xF0021180          Channel Event Flag Register, Group 3
EVADC_G3REFLAG  0xF0021184          Result Event Flag Register, Group 3
EVADC_G3SEFLAG  0xF0021188          Source Event Flag Register, Group 3
EVADC_G3CEFCLR  0xF0021190          Channel Event Flag Clear Register, Group 3
EVADC_G3REFCLR  0xF0021194          Result Event Flag Clear Register, Group 3
EVADC_G3SEFCLR  0xF0021198          Source Event Flag Clear Reg., Group 3
EVADC_G3CEVNP0  0xF00211A0          Channel Event Node Pointer Reg. 0, Group 3
EVADC_G3REVNP0  0xF00211B0          Result Event Node Pointer Reg. 0, Group 3
EVADC_G3REVNP1  0xF00211B4          Result Event Node Pointer Reg. 1, Group 3
EVADC_G3SEVNP   0xF00211C0          Source Event Node Pointer Reg., Group 3
EVADC_G3SRACT   0xF00211C8          Service Request Software Activation Trigger, Group 3
EVADC_G3EMUXCTR 0xF00211F0          External Multiplexer Control Reg., Group 3
EVADC_G3EMUXCS  0xF00211F4          Ext. Multiplexer Channel Select Reg., Group 3
EVADC_G3VFR     0xF00211F8          Valid Flag Register, Group 3
EVADC_G3CHCTR0  0xF0021200          Group 3, Channel 0 Control Register
EVADC_G3CHCTR1  0xF0021204          Group 3, Channel 1 Control Register
EVADC_G3CHCTR2  0xF0021208          Group 3, Channel 2 Control Register
EVADC_G3CHCTR3  0xF002120C          Group 3, Channel 3 Control Register
EVADC_G3CHCTR4  0xF0021210          Group 3, Channel 4 Control Register
EVADC_G3CHCTR5  0xF0021214          Group 3, Channel 5 Control Register
EVADC_G3CHCTR6  0xF0021218          Group 3, Channel 6 Control Register
EVADC_G3CHCTR7  0xF002121C          Group 3, Channel 7 Control Register
EVADC_G3RCR0    0xF0021280          Group 3 Result Control Register 0
EVADC_G3RCR1    0xF0021284          Group 3 Result Control Register 1
EVADC_G3RCR2    0xF0021288          Group 3 Result Control Register 2
EVADC_G3RCR3    0xF002128C          Group 3 Result Control Register 3
EVADC_G3RCR4    0xF0021290          Group 3 Result Control Register 4
EVADC_G3RCR5    0xF0021294          Group 3 Result Control Register 5
EVADC_G3RCR6    0xF0021298          Group 3 Result Control Register 6
EVADC_G3RCR7    0xF002129C          Group 3 Result Control Register 7
EVADC_G3RCR8    0xF00212A0          Group 3 Result Control Register 8
EVADC_G3RCR9    0xF00212A4          Group 3 Result Control Register 9
EVADC_G3RCR10   0xF00212A8          Group 3 Result Control Register 10
EVADC_G3RCR11   0xF00212AC          Group 3 Result Control Register 11
EVADC_G3RCR12   0xF00212B0          Group 3 Result Control Register 12
EVADC_G3RCR13   0xF00212B4          Group 3 Result Control Register 13
EVADC_G3RCR14   0xF00212B8          Group 3 Result Control Register 14
EVADC_G3RCR15   0xF00212BC          Group 3 Result Control Register 15
EVADC_G3RES0    0xF0021300          Group 3 Result Register 0
EVADC_G3RES1    0xF0021304          Group 3 Result Register 1
EVADC_G3RES2    0xF0021308          Group 3 Result Register 2
EVADC_G3RES3    0xF002130C          Group 3 Result Register 3
EVADC_G3RES4    0xF0021310          Group 3 Result Register 4
EVADC_G3RES5    0xF0021314          Group 3 Result Register 5
EVADC_G3RES6    0xF0021318          Group 3 Result Register 6
EVADC_G3RES7    0xF002131C          Group 3 Result Register 7
EVADC_G3RES8    0xF0021320          Group 3 Result Register 8
EVADC_G3RES9    0xF0021324          Group 3 Result Register 9
EVADC_G3RES10   0xF0021328          Group 3 Result Register 10
EVADC_G3RES11   0xF002132C          Group 3 Result Register 11
EVADC_G3RES12   0xF0021330          Group 3 Result Register 12
EVADC_G3RES13   0xF0021334          Group 3 Result Register 13
EVADC_G3RES14   0xF0021338          Group 3 Result Register 14
EVADC_G3RES15   0xF002133C          Group 3 Result Register 15
EVADC_G3RESD0   0xF0021380          Group 3 Result Reg. 0, Debug
EVADC_G3RESD1   0xF0021384          Group 3 Result Reg. 1, Debug
EVADC_G3RESD2   0xF0021388          Group 3 Result Reg. 2, Debug
EVADC_G3RESD3   0xF002138C          Group 3 Result Reg. 3, Debug
EVADC_G3RESD4   0xF0021390          Group 3 Result Reg. 4, Debug
EVADC_G3RESD5   0xF0021394          Group 3 Result Reg. 5, Debug
EVADC_G3RESD6   0xF0021398          Group 3 Result Reg. 6, Debug
EVADC_G3RESD7   0xF002139C          Group 3 Result Reg. 7, Debug
EVADC_G3RESD8   0xF00213A0          Group 3 Result Reg. 8, Debug
EVADC_G3RESD9   0xF00213A4          Group 3 Result Reg. 9, Debug
EVADC_G3RESD10  0xF00213A8          Group 3 Result Reg. 10, Debug
EVADC_G3RESD11  0xF00213AC          Group 3 Result Reg. 11, Debug
EVADC_G3RESD12  0xF00213B0          Group 3 Result Reg. 12, Debug
EVADC_G3RESD13  0xF00213B4          Group 3 Result Reg. 13, Debug
EVADC_G3RESD14  0xF00213B8          Group 3 Result Reg. 14, Debug
EVADC_G3RESD15  0xF00213BC          Group 3 Result Reg. 15, Debug
EVADC_G8TRCTR   0xF0022410          Trigger Control Register, Group 8
EVADC_G8ARBCFG  0xF0022480          Arbitration Config. Register, Group 8
EVADC_G8ARBPR   0xF0022484          Arbitration Priority Register, Group 8
EVADC_G8ANCFG   0xF0022488          Analog Fct. Config. Register, Group 8
EVADC_G8ICLASS0 0xF00224A0          Input Class Register 0, Group 8
EVADC_G8ICLASS1 0xF00224A4          Input Class Register 1, Group 8
EVADC_G8ALIAS   0xF00224B0          Alias Register, Group 8
EVADC_G8BOUND   0xF00224B8          Boundary Select Register, Group 8
EVADC_G8SYNCTR  0xF00224C0          Synchronization Control Register, Group 8
EVADC_G8QCTRL0  0xF0022500          Queue 0 Source Contr. Register, Group 8
EVADC_G8QMR0    0xF0022504          Queue 0 Mode Register, Group 8
EVADC_G8QSR0    0xF0022508          Queue 0 Status Register, Group 8
EVADC_G8Q0R0    0xF002250C          Queue 0 Register 0, Group 8
EVADC_G8QINR0   0xF0022510          Queue 0 Input Register, Group 8
EVADC_G8QBUR0   0xF0022514          Queue 0 Backup Register, Group 8
EVADC_G8REQTM0  0xF0022518          Queue 0 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS0  0xF002251C          Queue 0 Requ. Timer Status Reg., Group 8
EVADC_G8QCTRL1  0xF0022520          Queue 1 Source Contr. Register, Group 8
EVADC_G8QMR1    0xF0022524          Queue 1 Mode Register, Group 8
EVADC_G8QSR1    0xF0022528          Queue 1 Status Register, Group 8
EVADC_G8Q0R1    0xF002252C          Queue 1 Register 0, Group 8
EVADC_G8QINR1   0xF0022530          Queue 1 Input Register, Group 8
EVADC_G8QBUR1   0xF0022534          Queue 1 Backup Register, Group 8
EVADC_G8REQTM1  0xF0022538          Queue 1 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS1  0xF002253C          Queue 1 Requ. Timer Status Reg., Group 8
EVADC_G8QCTRL2  0xF0022540          Queue 2 Source Contr. Register, Group 8
EVADC_G8QMR2    0xF0022544          Queue 2 Mode Register, Group 8
EVADC_G8QSR2    0xF0022548          Queue 2 Status Register, Group 8
EVADC_G8Q0R2    0xF002254C          Queue 2 Register 0, Group 8
EVADC_G8QINR2   0xF0022550          Queue 2 Input Register, Group 8
EVADC_G8QBUR2   0xF0022554          Queue 2 Backup Register, Group 8
EVADC_G8REQTM2  0xF0022558          Queue 2 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS2  0xF002255C          Queue 2 Requ. Timer Status Reg., Group 8
EVADC_G8CEFLAG  0xF0022580          Channel Event Flag Register, Group 8
EVADC_G8REFLAG  0xF0022584          Result Event Flag Register, Group 8
EVADC_G8SEFLAG  0xF0022588          Source Event Flag Register, Group 8
EVADC_G8CEFCLR  0xF0022590          Channel Event Flag Clear Register, Group 8
EVADC_G8REFCLR  0xF0022594          Result Event Flag Clear Register, Group 8
EVADC_G8SEFCLR  0xF0022598          Source Event Flag Clear Reg., Group 8
EVADC_G8CEVNP0  0xF00225A0          Channel Event Node Pointer Reg. 0, Group 8
EVADC_G8CEVNP1  0xF00225A4          Channel Event Node Pointer Reg. 1, Group 8
EVADC_G8REVNP0  0xF00225B0          Result Event Node Pointer Reg. 0, Group 8
EVADC_G8REVNP1  0xF00225B4          Result Event Node Pointer Reg. 1, Group 8
EVADC_G8SEVNP   0xF00225C0          Source Event Node Pointer Reg., Group 8
EVADC_G8SRACT   0xF00225C8          Service Request Software Activation Trigger, Group 8
EVADC_G8EMUXCTR 0xF00225F0          External Multiplexer Control Reg., Group 8
EVADC_G8EMUXCS  0xF00225F4          Ext. Multiplexer Channel Select Reg., Group 8
EVADC_G8VFR     0xF00225F8          Valid Flag Register, Group 8
EVADC_G8CHCTR0  0xF0022600          Group 8, Channel 0 Control Register
EVADC_G8CHCTR1  0xF0022604          Group 8, Channel 1 Control Register
EVADC_G8CHCTR2  0xF0022608          Group 8, Channel 2 Control Register
EVADC_G8CHCTR3  0xF002260C          Group 8, Channel 3 Control Register
EVADC_G8CHCTR4  0xF0022610          Group 8, Channel 4 Control Register
EVADC_G8CHCTR5  0xF0022614          Group 8, Channel 5 Control Register
EVADC_G8CHCTR6  0xF0022618          Group 8, Channel 6 Control Register
EVADC_G8CHCTR7  0xF002261C          Group 8, Channel 7 Control Register
EVADC_G8CHCTR8  0xF0022620          Group 8, Channel 8 Control Register
EVADC_G8CHCTR9  0xF0022624          Group 8, Channel 9 Control Register
EVADC_G8CHCTR10 0xF0022628          Group 8, Channel 10 Control Register
EVADC_G8CHCTR11 0xF002262C          Group 8, Channel 11 Control Register
EVADC_G8CHCTR12 0xF0022630          Group 8, Channel 12 Control Register
EVADC_G8CHCTR13 0xF0022634          Group 8, Channel 13 Control Register
EVADC_G8CHCTR14 0xF0022638          Group 8, Channel 14 Control Register
EVADC_G8CHCTR15 0xF002263C          Group 8, Channel 15 Control Register
EVADC_G8RCR0    0xF0022680          Group 8 Result Control Register 0
EVADC_G8RCR1    0xF0022684          Group 8 Result Control Register 1
EVADC_G8RCR2    0xF0022688          Group 8 Result Control Register 2
EVADC_G8RCR3    0xF002268C          Group 8 Result Control Register 3
EVADC_G8RCR4    0xF0022690          Group 8 Result Control Register 4
EVADC_G8RCR5    0xF0022694          Group 8 Result Control Register 5
EVADC_G8RCR6    0xF0022698          Group 8 Result Control Register 6
EVADC_G8RCR7    0xF002269C          Group 8 Result Control Register 7
EVADC_G8RCR8    0xF00226A0          Group 8 Result Control Register 8
EVADC_G8RCR9    0xF00226A4          Group 8 Result Control Register 9
EVADC_G8RCR10   0xF00226A8          Group 8 Result Control Register 10
EVADC_G8RCR11   0xF00226AC          Group 8 Result Control Register 11
EVADC_G8RCR12   0xF00226B0          Group 8 Result Control Register 12
EVADC_G8RCR13   0xF00226B4          Group 8 Result Control Register 13
EVADC_G8RCR14   0xF00226B8          Group 8 Result Control Register 14
EVADC_G8RCR15   0xF00226BC          Group 8 Result Control Register 15
EVADC_G8RES0    0xF0022700          Group 8 Result Register 0
EVADC_G8RES1    0xF0022704          Group 8 Result Register 1
EVADC_G8RES2    0xF0022708          Group 8 Result Register 2
EVADC_G8RES3    0xF002270C          Group 8 Result Register 3
EVADC_G8RES4    0xF0022710          Group 8 Result Register 4
EVADC_G8RES5    0xF0022714          Group 8 Result Register 5
EVADC_G8RES6    0xF0022718          Group 8 Result Register 6
EVADC_G8RES7    0xF002271C          Group 8 Result Register 7
EVADC_G8RES8    0xF0022720          Group 8 Result Register 8
EVADC_G8RES9    0xF0022724          Group 8 Result Register 9
EVADC_G8RES10   0xF0022728          Group 8 Result Register 10
EVADC_G8RES11   0xF002272C          Group 8 Result Register 11
EVADC_G8RES12   0xF0022730          Group 8 Result Register 12
EVADC_G8RES13   0xF0022734          Group 8 Result Register 13
EVADC_G8RES14   0xF0022738          Group 8 Result Register 14
EVADC_G8RES15   0xF002273C          Group 8 Result Register 15
EVADC_G8RESD0   0xF0022780          Group 8 Result Reg. 0, Debug
EVADC_G8RESD1   0xF0022784          Group 8 Result Reg. 1, Debug
EVADC_G8RESD2   0xF0022788          Group 8 Result Reg. 2, Debug
EVADC_G8RESD3   0xF002278C          Group 8 Result Reg. 3, Debug
EVADC_G8RESD4   0xF0022790          Group 8 Result Reg. 4, Debug
EVADC_G8RESD5   0xF0022794          Group 8 Result Reg. 5, Debug
EVADC_G8RESD6   0xF0022798          Group 8 Result Reg. 6, Debug
EVADC_G8RESD7   0xF002279C          Group 8 Result Reg. 7, Debug
EVADC_G8RESD8   0xF00227A0          Group 8 Result Reg. 8, Debug
EVADC_G8RESD9   0xF00227A4          Group 8 Result Reg. 9, Debug
EVADC_G8RESD10  0xF00227A8          Group 8 Result Reg. 10, Debug
EVADC_G8RESD11  0xF00227AC          Group 8 Result Reg. 11, Debug
EVADC_G8RESD12  0xF00227B0          Group 8 Result Reg. 12, Debug
EVADC_G8RESD13  0xF00227B4          Group 8 Result Reg. 13, Debug
EVADC_G8RESD14  0xF00227B8          Group 8 Result Reg. 14, Debug
EVADC_G8RESD15  0xF00227BC          Group 8 Result Reg. 15, Debug
EVADC_G9TRCTR   0xF0022810          Trigger Control Register, Group 9
EVADC_G9ARBCFG  0xF0022880          Arbitration Config. Register, Group 9
EVADC_G9ARBPR   0xF0022884          Arbitration Priority Register, Group 9
EVADC_G9ANCFG   0xF0022888          Analog Fct. Config. Register, Group 9
EVADC_G9ICLASS0 0xF00228A0          Input Class Register 0, Group 9
EVADC_G9ICLASS1 0xF00228A4          Input Class Register 1, Group 9
EVADC_G9ALIAS   0xF00228B0          Alias Register, Group 9
EVADC_G9BOUND   0xF00228B8          Boundary Select Register, Group 9
EVADC_G9SYNCTR  0xF00228C0          Synchronization Control Register, Group 9
EVADC_G9QCTRL0  0xF0022900          Queue 0 Source Contr. Register, Group 9
EVADC_G9QMR0    0xF0022904          Queue 0 Mode Register, Group 9
EVADC_G9QSR0    0xF0022908          Queue 0 Status Register, Group 9
EVADC_G9Q0R0    0xF002290C          Queue 0 Register 0, Group 9
EVADC_G9QINR0   0xF0022910          Queue 0 Input Register, Group 9
EVADC_G9QBUR0   0xF0022914          Queue 0 Backup Register, Group 9
EVADC_G9REQTM0  0xF0022918          Queue 0 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS0  0xF002291C          Queue 0 Requ. Timer Status Reg., Group 9
EVADC_G9QCTRL1  0xF0022920          Queue 1 Source Contr. Register, Group 9
EVADC_G9QMR1    0xF0022924          Queue 1 Mode Register, Group 9
EVADC_G9QSR1    0xF0022928          Queue 1 Status Register, Group 9
EVADC_G9Q0R1    0xF002292C          Queue 1 Register 0, Group 9
EVADC_G9QINR1   0xF0022930          Queue 1 Input Register, Group 9
EVADC_G9QBUR1   0xF0022934          Queue 1 Backup Register, Group 9
EVADC_G9REQTM1  0xF0022938          Queue 1 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS1  0xF002293C          Queue 1 Requ. Timer Status Reg., Group 9
EVADC_G9QCTRL2  0xF0022940          Queue 2 Source Contr. Register, Group 9
EVADC_G9QMR2    0xF0022944          Queue 2 Mode Register, Group 9
EVADC_G9QSR2    0xF0022948          Queue 2 Status Register, Group 9
EVADC_G9Q0R2    0xF002294C          Queue 2 Register 0, Group 9
EVADC_G9QINR2   0xF0022950          Queue 2 Input Register, Group 9
EVADC_G9QBUR2   0xF0022954          Queue 2 Backup Register, Group 9
EVADC_G9REQTM2  0xF0022958          Queue 2 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS2  0xF002295C          Queue 2 Requ. Timer Status Reg., Group 9
EVADC_G9CEFLAG  0xF0022980          Channel Event Flag Register, Group 9
EVADC_G9REFLAG  0xF0022984          Result Event Flag Register, Group 9
EVADC_G9SEFLAG  0xF0022988          Source Event Flag Register, Group 9
EVADC_G9CEFCLR  0xF0022990          Channel Event Flag Clear Register, Group 9
EVADC_G9REFCLR  0xF0022994          Result Event Flag Clear Register, Group 9
EVADC_G9SEFCLR  0xF0022998          Source Event Flag Clear Reg., Group 9
EVADC_G9CEVNP0  0xF00229A0          Channel Event Node Pointer Reg. 0, Group 9
EVADC_G9CEVNP1  0xF00229A4          Channel Event Node Pointer Reg. 1, Group 9
EVADC_G9REVNP0  0xF00229B0          Result Event Node Pointer Reg. 0, Group 9
EVADC_G9REVNP1  0xF00229B4          Result Event Node Pointer Reg. 1, Group 9
EVADC_G9SEVNP   0xF00229C0          Source Event Node Pointer Reg., Group 9
EVADC_G9SRACT   0xF00229C8          Service Request Software Activation Trigger, Group 9
EVADC_G9EMUXCTR 0xF00229F0          External Multiplexer Control Reg., Group 9
EVADC_G9EMUXCS  0xF00229F4          Ext. Multiplexer Channel Select Reg., Group 9
EVADC_G9VFR     0xF00229F8          Valid Flag Register, Group 9
EVADC_G9CHCTR0  0xF0022A00          Group 9, Channel 0 Control Register
EVADC_G9CHCTR1  0xF0022A04          Group 9, Channel 1 Control Register
EVADC_G9CHCTR2  0xF0022A08          Group 9, Channel 2 Control Register
EVADC_G9CHCTR3  0xF0022A0C          Group 9, Channel 3 Control Register
EVADC_G9CHCTR4  0xF0022A10          Group 9, Channel 4 Control Register
EVADC_G9CHCTR5  0xF0022A14          Group 9, Channel 5 Control Register
EVADC_G9CHCTR6  0xF0022A18          Group 9, Channel 6 Control Register
EVADC_G9CHCTR7  0xF0022A1C          Group 9, Channel 7 Control Register
EVADC_G9CHCTR8  0xF0022A20          Group 9, Channel 8 Control Register
EVADC_G9CHCTR9  0xF0022A24          Group 9, Channel 9 Control Register
EVADC_G9CHCTR10 0xF0022A28          Group 9, Channel 10 Control Register
EVADC_G9CHCTR11 0xF0022A2C          Group 9, Channel 11 Control Register
EVADC_G9CHCTR12 0xF0022A30          Group 9, Channel 12 Control Register
EVADC_G9CHCTR13 0xF0022A34          Group 9, Channel 13 Control Register
EVADC_G9CHCTR14 0xF0022A38          Group 9, Channel 14 Control Register
EVADC_G9CHCTR15 0xF0022A3C          Group 9, Channel 15 Control Register
EVADC_G9RCR0    0xF0022A80          Group 9 Result Control Register 0
EVADC_G9RCR1    0xF0022A84          Group 9 Result Control Register 1
EVADC_G9RCR2    0xF0022A88          Group 9 Result Control Register 2
EVADC_G9RCR3    0xF0022A8C          Group 9 Result Control Register 3
EVADC_G9RCR4    0xF0022A90          Group 9 Result Control Register 4
EVADC_G9RCR5    0xF0022A94          Group 9 Result Control Register 5
EVADC_G9RCR6    0xF0022A98          Group 9 Result Control Register 6
EVADC_G9RCR7    0xF0022A9C          Group 9 Result Control Register 7
EVADC_G9RCR8    0xF0022AA0          Group 9 Result Control Register 8
EVADC_G9RCR9    0xF0022AA4          Group 9 Result Control Register 9
EVADC_G9RCR10   0xF0022AA8          Group 9 Result Control Register 10
EVADC_G9RCR11   0xF0022AAC          Group 9 Result Control Register 11
EVADC_G9RCR12   0xF0022AB0          Group 9 Result Control Register 12
EVADC_G9RCR13   0xF0022AB4          Group 9 Result Control Register 13
EVADC_G9RCR14   0xF0022AB8          Group 9 Result Control Register 14
EVADC_G9RCR15   0xF0022ABC          Group 9 Result Control Register 15
EVADC_G9RES0    0xF0022B00          Group 9 Result Register 0
EVADC_G9RES1    0xF0022B04          Group 9 Result Register 1
EVADC_G9RES2    0xF0022B08          Group 9 Result Register 2
EVADC_G9RES3    0xF0022B0C          Group 9 Result Register 3
EVADC_G9RES4    0xF0022B10          Group 9 Result Register 4
EVADC_G9RES5    0xF0022B14          Group 9 Result Register 5
EVADC_G9RES6    0xF0022B18          Group 9 Result Register 6
EVADC_G9RES7    0xF0022B1C          Group 9 Result Register 7
EVADC_G9RES8    0xF0022B20          Group 9 Result Register 8
EVADC_G9RES9    0xF0022B24          Group 9 Result Register 9
EVADC_G9RES10   0xF0022B28          Group 9 Result Register 10
EVADC_G9RES11   0xF0022B2C          Group 9 Result Register 11
EVADC_G9RES12   0xF0022B30          Group 9 Result Register 12
EVADC_G9RES13   0xF0022B34          Group 9 Result Register 13
EVADC_G9RES14   0xF0022B38          Group 9 Result Register 14
EVADC_G9RES15   0xF0022B3C          Group 9 Result Register 15
EVADC_G9RESD0   0xF0022B80          Group 9 Result Reg. 0, Debug
EVADC_G9RESD1   0xF0022B84          Group 9 Result Reg. 1, Debug
EVADC_G9RESD2   0xF0022B88          Group 9 Result Reg. 2, Debug
EVADC_G9RESD3   0xF0022B8C          Group 9 Result Reg. 3, Debug
EVADC_G9RESD4   0xF0022B90          Group 9 Result Reg. 4, Debug
EVADC_G9RESD5   0xF0022B94          Group 9 Result Reg. 5, Debug
EVADC_G9RESD6   0xF0022B98          Group 9 Result Reg. 6, Debug
EVADC_G9RESD7   0xF0022B9C          Group 9 Result Reg. 7, Debug
EVADC_G9RESD8   0xF0022BA0          Group 9 Result Reg. 8, Debug
EVADC_G9RESD9   0xF0022BA4          Group 9 Result Reg. 9, Debug
EVADC_G9RESD10  0xF0022BA8          Group 9 Result Reg. 10, Debug
EVADC_G9RESD11  0xF0022BAC          Group 9 Result Reg. 11, Debug
EVADC_G9RESD12  0xF0022BB0          Group 9 Result Reg. 12, Debug
EVADC_G9RESD13  0xF0022BB4          Group 9 Result Reg. 13, Debug
EVADC_G9RESD14  0xF0022BB8          Group 9 Result Reg. 14, Debug
EVADC_G9RESD15  0xF0022BBC          Group 9 Result Reg. 15, Debug
EVADC_FC0FCCTRL 0xF0023400          Fast Compare Control Register, FC Channel 0
EVADC_FC0FCM    0xF0023404          Fast Compare Mode Register, FC Channel 0
EVADC_FC0FCRAMP0 0xF0023408          Fast Compare Ramp Register 0, FC Channel 0
EVADC_FC0FCRAMP1 0xF002340C          Fast Compare Ramp Register 1, FC Channel 0
EVADC_FC0FCBFL  0xF0023420          Boundary Flag Register, FC Channel 0
EVADC_FC0FCHYST 0xF0023424          Fast Comp. Hysteresis Register, FC Channel 0
EVADC_FC1FCCTRL 0xF0023500          Fast Compare Control Register, FC Channel 1
EVADC_FC1FCM    0xF0023504          Fast Compare Mode Register, FC Channel 1
EVADC_FC1FCRAMP0 0xF0023508          Fast Compare Ramp Register 0, FC Channel 1
EVADC_FC1FCRAMP1 0xF002350C          Fast Compare Ramp Register 1, FC Channel 1
EVADC_FC1FCBFL  0xF0023520          Boundary Flag Register, FC Channel 1
EVADC_FC1FCHYST 0xF0023524          Fast Comp. Hysteresis Register, FC Channel 1
EDSADC_CLC      0xF0024000          Clock Control Register
EDSADC_ID       0xF0024008          Module Identification Register
EDSADC_OCS      0xF0024028          OCDS Control and Status Register
EDSADC_KRSTCLR  0xF002402C          Kernel Reset Status Clear Register
EDSADC_KRST1    0xF0024030          Kernel Reset Register 1
EDSADC_KRST0    0xF0024034          Kernel Reset Register 0
EDSADC_ACCEN0   0xF002403C          Access Enable Register 0
EDSADC_GLOBCFG  0xF0024080          Global Configuration Register
EDSADC_GLOBRC   0xF0024088          Global Run Control Register
EDSADC_ACCPROT  0xF0024090          Access Protection Register
EDSADC_CGCFG    0xF00240A0          Carrier Generator Configuration Register
EDSADC_EVFLAG   0xF00240E0          Event Flag Register
EDSADC_EVFLAGCLR 0xF00240E4          Event Flag Clear Register
EDSADC_MODCFG0  0xF0024100          Modulator Configuration Register 0
EDSADC_DICFG0   0xF0024108          Demodulator Input Config. Register 0
EDSADC_FCFGM0   0xF0024110          Filter Configuration Register 0, Main
EDSADC_FCFGC0   0xF0024114          Filter Configuration Register 0, CIC Filter
EDSADC_FCNTC0   0xF0024118          Filter Counter Register 0, CIC Filter
EDSADC_OVSCFG0  0xF002411C          Overshoot Compensation Cfg. Register 0
EDSADC_IWCTR0   0xF0024120          Integration Window Control Register 0
EDSADC_IIVAL0   0xF0024124          Intermediate Integration Value
EDSADC_ISTAT0   0xF0024128          Integrator Status Register 0
EDSADC_RFC0     0xF002412C          Result FIFO Control Register 0
EDSADC_RESM0    0xF0024130          Result Register 0 Main
EDSADC_OFFCOMP0 0xF0024138          Offset Compensation Register 0
EDSADC_GAINCAL0 0xF002413C          Gain Calibration Register 0
EDSADC_GAINCTR0 0xF0024140          Gain Control Register 0
EDSADC_GAINCORR0 0xF0024144          Gain Correction Register 0
EDSADC_TSTMP0   0xF0024150          Time-Stamp Register 0
EDSADC_TSCNT0   0xF0024154          Time-Stamp Counter 0
EDSADC_FCFGA0   0xF0024170          Auxiliary Filter Configuration Register 0
EDSADC_BOUNDSEL0 0xF0024178          Boundary Select Register 0
EDSADC_RESA0    0xF0024180          Result Register 0 Auxiliary
EDSADC_CGSYNC0  0xF00241A0          Carrier Generator Synchronization Reg. 0
EDSADC_RECTCFG0 0xF00241A8          Rectification Configuration Register 0
EDSADC_VCM0     0xF00241B0          Common Mode Voltage Register 0
EDSADC_MODCFG1  0xF0024200          Modulator Configuration Register 1
EDSADC_DICFG1   0xF0024208          Demodulator Input Config. Register 1
EDSADC_FCFGM1   0xF0024210          Filter Configuration Register 1, Main
EDSADC_FCFGC1   0xF0024214          Filter Configuration Register 1, CIC Filter
EDSADC_FCNTC1   0xF0024218          Filter Counter Register 1, CIC Filter
EDSADC_OVSCFG1  0xF002421C          Overshoot Compensation Cfg. Register 1
EDSADC_IWCTR1   0xF0024220          Integration Window Control Register 1
EDSADC_IIVAL1   0xF0024224          Intermediate Integration Value
EDSADC_ISTAT1   0xF0024228          Integrator Status Register 1
EDSADC_RFC1     0xF002422C          Result FIFO Control Register 1
EDSADC_RESM1    0xF0024230          Result Register 1 Main
EDSADC_OFFCOMP1 0xF0024238          Offset Compensation Register 1
EDSADC_GAINCAL1 0xF002423C          Gain Calibration Register 1
EDSADC_GAINCTR1 0xF0024240          Gain Control Register 1
EDSADC_GAINCORR1 0xF0024244          Gain Correction Register 1
EDSADC_TSTMP1   0xF0024250          Time-Stamp Register 1
EDSADC_TSCNT1   0xF0024254          Time-Stamp Counter 1
EDSADC_FCFGA1   0xF0024270          Auxiliary Filter Configuration Register 1
EDSADC_BOUNDSEL1 0xF0024278          Boundary Select Register 1
EDSADC_RESA1    0xF0024280          Result Register 1 Auxiliary
EDSADC_CGSYNC1  0xF00242A0          Carrier Generator Synchronization Reg. 1
EDSADC_RECTCFG1 0xF00242A8          Rectification Configuration Register 1
EDSADC_VCM1     0xF00242B0          Common Mode Voltage Register 1
EDSADC_MODCFG2  0xF0024300          Modulator Configuration Register 2
EDSADC_DICFG2   0xF0024308          Demodulator Input Config. Register 2
EDSADC_FCFGM2   0xF0024310          Filter Configuration Register 2, Main
EDSADC_FCFGC2   0xF0024314          Filter Configuration Register 2, CIC Filter
EDSADC_FCNTC2   0xF0024318          Filter Counter Register 2, CIC Filter
EDSADC_OVSCFG2  0xF002431C          Overshoot Compensation Cfg. Register 2
EDSADC_IWCTR2   0xF0024320          Integration Window Control Register 2
EDSADC_IIVAL2   0xF0024324          Intermediate Integration Value
EDSADC_ISTAT2   0xF0024328          Integrator Status Register 2
EDSADC_RFC2     0xF002432C          Result FIFO Control Register 2
EDSADC_RESM2    0xF0024330          Result Register 2 Main
EDSADC_OFFCOMP2 0xF0024338          Offset Compensation Register 2
EDSADC_GAINCAL2 0xF002433C          Gain Calibration Register 2
EDSADC_GAINCTR2 0xF0024340          Gain Control Register 2
EDSADC_GAINCORR2 0xF0024344          Gain Correction Register 2
EDSADC_TSTMP2   0xF0024350          Time-Stamp Register 2
EDSADC_TSCNT2   0xF0024354          Time-Stamp Counter 2
EDSADC_FCFGA2   0xF0024370          Auxiliary Filter Configuration Register 2
EDSADC_BOUNDSEL2 0xF0024378          Boundary Select Register 2
EDSADC_RESA2    0xF0024380          Result Register 2 Auxiliary
EDSADC_CGSYNC2  0xF00243A0          Carrier Generator Synchronization Reg. 2
EDSADC_RECTCFG2 0xF00243A8          Rectification Configuration Register 2
EDSADC_VCM2     0xF00243B0          Common Mode Voltage Register 2
EDSADC_MODCFG3  0xF0024400          Modulator Configuration Register 3
EDSADC_DICFG3   0xF0024408          Demodulator Input Config. Register 3
EDSADC_FCFGM3   0xF0024410          Filter Configuration Register 3, Main
EDSADC_FCFGC3   0xF0024414          Filter Configuration Register 3, CIC Filter
EDSADC_FCNTC3   0xF0024418          Filter Counter Register 3, CIC Filter
EDSADC_OVSCFG3  0xF002441C          Overshoot Compensation Cfg. Register 3
EDSADC_IWCTR3   0xF0024420          Integration Window Control Register 3
EDSADC_IIVAL3   0xF0024424          Intermediate Integration Value
EDSADC_ISTAT3   0xF0024428          Integrator Status Register 3
EDSADC_RFC3     0xF002442C          Result FIFO Control Register 3
EDSADC_RESM3    0xF0024430          Result Register 3 Main
EDSADC_OFFCOMP3 0xF0024438          Offset Compensation Register 3
EDSADC_GAINCAL3 0xF002443C          Gain Calibration Register 3
EDSADC_GAINCTR3 0xF0024440          Gain Control Register 3
EDSADC_GAINCORR3 0xF0024444          Gain Correction Register 3
EDSADC_TSTMP3   0xF0024450          Time-Stamp Register 3
EDSADC_TSCNT3   0xF0024454          Time-Stamp Counter 3
EDSADC_FCFGA3   0xF0024470          Auxiliary Filter Configuration Register 3
EDSADC_BOUNDSEL3 0xF0024478          Boundary Select Register 3
EDSADC_RESA3    0xF0024480          Result Register 3 Auxiliary
EDSADC_CGSYNC3  0xF00244A0          Carrier Generator Synchronization Reg. 3
EDSADC_RECTCFG3 0xF00244A8          Rectification Configuration Register 3
EDSADC_VCM3     0xF00244B0          Common Mode Voltage Register 3
CONVCTRL_CLC    0xF0025000          Clock Control Register
CONVCTRL_ID     0xF0025008          Module Identification Register
CONVCTRL_OCS    0xF0025028          OCDS Control and Status Register
CONVCTRL_KRSTCLR 0xF002502C          Kernel Reset Status Clear Register
CONVCTRL_KRST1  0xF0025030          Kernel Reset Register 1
CONVCTRL_KRST0  0xF0025034          Kernel Reset Register 0
CONVCTRL_ACCEN0 0xF002503C          Access Enable Register 0
CONVCTRL_CCCTRL 0xF002507C          Converter Control Block Control Register
CONVCTRL_PHSCFG 0xF0025080          Phase Synchronizer Configuration Register
CONVCTRL_PHSSFTY 0xF0025084          Phase Synchronizer Safety Control Register
SBCU_ID         0xF0030008          Module Identification Register
SBCU_CON        0xF0030010          BCU Control Register
SBCU_PRIOH      0xF0030014          Arbiter Priority Register High
SBCU_PRIOL      0xF0030018          Arbiter Priority Register Low
SBCU_ECON       0xF0030020          BCU Error Control Capture Register
SBCU_EADD       0xF0030024          BCU Error Address Capture Register
SBCU_EDAT       0xF0030028          BCU Error Data Capture Register
SBCU_DBCNTL     0xF0030030          BCU Debug Control Register
SBCU_DBGRNT     0xF0030034          SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0030038          BCU Debug Address 1 Register
SBCU_DBADR2     0xF003003C          BCU Debug Address 2 Register
SBCU_DBBOS      0xF0030040          BCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0030044          SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0030048          BCU Debug Trapped Address Register
SBCU_DBBOST     0xF003004C          BCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0030050          BCU Debug Data Status Register
SBCU_ALSTAT0    0xF0030060          BCU EDC Alarm Status Register 0
SBCU_ALSTAT1    0xF0030064          BCU EDC Alarm Status Register 1
SBCU_ALSTAT2    0xF0030068          BCU EDC Alarm Status Register 2
SBCU_ALSTAT3    0xF003006C          BCU EDC Alarm Status Register 3
SBCU_ALCLR0     0xF0030070          BCU EDC Alarm Clear Register 0
SBCU_ALCLR1     0xF0030074          BCU EDC Alarm Clear Register 1
SBCU_ALCLR2     0xF0030078          BCU EDC Alarm Clear Register 2
SBCU_ALCLR3     0xF003007C          BCU EDC Alarm Clear Register 3
SBCU_ALCTRL     0xF0030080          BCU EDC Alarm Control Register
SBCU_FEGEN      0xF0030084          FPI Error Generation Control Register
SBCU_ACCEN1     0xF00300F8          Access Enable Register 1
SBCU_ACCEN0     0xF00300FC          Access Enable Register 0
IOM_CLC         0xF0035000          IOM Clock Control Register
IOM_ID          0xF0035008          IOM Identification Register
IOM_KRSTCLR     0xF003501C          IOM Kernel Reset Status Clear Register
IOM_KRST1       0xF0035020          IOM Kernel Reset Register 1
IOM_KRST0       0xF0035024          IOM Kernel Reset Register 0
IOM_ACCEN1      0xF0035028          IOM Access Enable Register 1
IOM_ACCEN0      0xF003502C          IOM Access Enable Register 0
IOM_ECMCCFG     0xF0035030          IOM Event Combiner Module Counter Configuration Register
IOM_ECMSELR     0xF0035034          IOM Event Combiner Module Global Event Selection Register
IOM_ECMETH0     0xF0035038          IOM Event Combiner Module Event Trigger History Register 0
IOM_ECMETH1     0xF003503C          IOM Event Combiner Module Event Trigger History Register 1
IOM_GTMEXR      0xF0035040          IOM GTM Input EXOR Combiner Selection Register
IOM_FPCESR      0xF0035078          IOM Filter and Prescaler Channels Rising 'and' Falling Edge Status Register
IOM_FPCCTR0     0xF0035080          IOM Filter and Prescaler Channel Control Register 0
IOM_FPCCTR1     0xF0035084          IOM Filter and Prescaler Channel Control Register 1
IOM_FPCCTR2     0xF0035088          IOM Filter and Prescaler Channel Control Register 2
IOM_FPCCTR3     0xF003508C          IOM Filter and Prescaler Channel Control Register 3
IOM_FPCCTR4     0xF0035090          IOM Filter and Prescaler Channel Control Register 4
IOM_FPCCTR5     0xF0035094          IOM Filter and Prescaler Channel Control Register 5
IOM_FPCCTR6     0xF0035098          IOM Filter and Prescaler Channel Control Register 6
IOM_FPCCTR7     0xF003509C          IOM Filter and Prescaler Channel Control Register 7
IOM_FPCCTR8     0xF00350A0          IOM Filter and Prescaler Channel Control Register 8
IOM_FPCCTR9     0xF00350A4          IOM Filter and Prescaler Channel Control Register 9
IOM_FPCCTR10    0xF00350A8          IOM Filter and Prescaler Channel Control Register 10
IOM_FPCCTR11    0xF00350AC          IOM Filter and Prescaler Channel Control Register 11
IOM_FPCCTR12    0xF00350B0          IOM Filter and Prescaler Channel Control Register 12
IOM_FPCCTR13    0xF00350B4          IOM Filter and Prescaler Channel Control Register 13
IOM_FPCCTR14    0xF00350B8          IOM Filter and Prescaler Channel Control Register 14
IOM_FPCCTR15    0xF00350BC          IOM Filter and Prescaler Channel Control Register 15
IOM_FPCTIM0     0xF00350C0          IOM Filter and Prescaler Channel Timer Register 0
IOM_FPCTIM1     0xF00350C4          IOM Filter and Prescaler Channel Timer Register 1
IOM_FPCTIM2     0xF00350C8          IOM Filter and Prescaler Channel Timer Register 2
IOM_FPCTIM3     0xF00350CC          IOM Filter and Prescaler Channel Timer Register 3
IOM_FPCTIM4     0xF00350D0          IOM Filter and Prescaler Channel Timer Register 4
IOM_FPCTIM5     0xF00350D4          IOM Filter and Prescaler Channel Timer Register 5
IOM_FPCTIM6     0xF00350D8          IOM Filter and Prescaler Channel Timer Register 6
IOM_FPCTIM7     0xF00350DC          IOM Filter and Prescaler Channel Timer Register 7
IOM_FPCTIM8     0xF00350E0          IOM Filter and Prescaler Channel Timer Register 8
IOM_FPCTIM9     0xF00350E4          IOM Filter and Prescaler Channel Timer Register 9
IOM_FPCTIM10    0xF00350E8          IOM Filter and Prescaler Channel Timer Register 10
IOM_FPCTIM11    0xF00350EC          IOM Filter and Prescaler Channel Timer Register 11
IOM_FPCTIM12    0xF00350F0          IOM Filter and Prescaler Channel Timer Register 12
IOM_FPCTIM13    0xF00350F4          IOM Filter and Prescaler Channel Timer Register 13
IOM_FPCTIM14    0xF00350F8          IOM Filter and Prescaler Channel Timer Register 14
IOM_FPCTIM15    0xF00350FC          IOM Filter and Prescaler Channel Timer Register 15
IOM_LAMEWC0     0xF0035100          IOM Logic Analyzer Module Event Window Count Status Register 0
IOM_LAMEWC1     0xF0035104          IOM Logic Analyzer Module Event Window Count Status Register 1
IOM_LAMEWC2     0xF0035108          IOM Logic Analyzer Module Event Window Count Status Register 2
IOM_LAMEWC3     0xF003510C          IOM Logic Analyzer Module Event Window Count Status Register 3
IOM_LAMEWC4     0xF0035110          IOM Logic Analyzer Module Event Window Count Status Register 4
IOM_LAMEWC5     0xF0035114          IOM Logic Analyzer Module Event Window Count Status Register 5
IOM_LAMEWC6     0xF0035118          IOM Logic Analyzer Module Event Window Count Status Register 6
IOM_LAMEWC7     0xF003511C          IOM Logic Analyzer Module Event Window Count Status Register 7
IOM_LAMEWC8     0xF0035120          IOM Logic Analyzer Module Event Window Count Status Register 8
IOM_LAMEWC9     0xF0035124          IOM Logic Analyzer Module Event Window Count Status Register 9
IOM_LAMEWC10    0xF0035128          IOM Logic Analyzer Module Event Window Count Status Register 10
IOM_LAMEWC11    0xF003512C          IOM Logic Analyzer Module Event Window Count Status Register 11
IOM_LAMEWC12    0xF0035130          IOM Logic Analyzer Module Event Window Count Status Register 12
IOM_LAMEWC13    0xF0035134          IOM Logic Analyzer Module Event Window Count Status Register 13
IOM_LAMEWC14    0xF0035138          IOM Logic Analyzer Module Event Window Count Status Register 14
IOM_LAMEWC15    0xF003513C          IOM Logic Analyzer Module Event Window Count Status Register 15
IOM_LAMCFG0     0xF0035180          IOM Logic Analyzer Module Configuration Register 0
IOM_LAMCFG1     0xF0035184          IOM Logic Analyzer Module Configuration Register 1
IOM_LAMCFG2     0xF0035188          IOM Logic Analyzer Module Configuration Register 2
IOM_LAMCFG3     0xF003518C          IOM Logic Analyzer Module Configuration Register 3
IOM_LAMCFG4     0xF0035190          IOM Logic Analyzer Module Configuration Register 4
IOM_LAMCFG5     0xF0035194          IOM Logic Analyzer Module Configuration Register 5
IOM_LAMCFG6     0xF0035198          IOM Logic Analyzer Module Configuration Register 6
IOM_LAMCFG7     0xF003519C          IOM Logic Analyzer Module Configuration Register 7
IOM_LAMCFG8     0xF00351A0          IOM Logic Analyzer Module Configuration Register 8
IOM_LAMCFG9     0xF00351A4          IOM Logic Analyzer Module Configuration Register 9
IOM_LAMCFG10    0xF00351A8          IOM Logic Analyzer Module Configuration Register 10
IOM_LAMCFG11    0xF00351AC          IOM Logic Analyzer Module Configuration Register 11
IOM_LAMCFG12    0xF00351B0          IOM Logic Analyzer Module Configuration Register 12
IOM_LAMCFG13    0xF00351B4          IOM Logic Analyzer Module Configuration Register 13
IOM_LAMCFG14    0xF00351B8          IOM Logic Analyzer Module Configuration Register 14
IOM_LAMCFG15    0xF00351BC          IOM Logic Analyzer Module Configuration Register 15
IOM_LAMEWS0     0xF00351C0          IOM Logic Analyzer Module Event Window Configuration Register 0
IOM_LAMEWS1     0xF00351C4          IOM Logic Analyzer Module Event Window Configuration Register 1
IOM_LAMEWS2     0xF00351C8          IOM Logic Analyzer Module Event Window Configuration Register 2
IOM_LAMEWS3     0xF00351CC          IOM Logic Analyzer Module Event Window Configuration Register 3
IOM_LAMEWS4     0xF00351D0          IOM Logic Analyzer Module Event Window Configuration Register 4
IOM_LAMEWS5     0xF00351D4          IOM Logic Analyzer Module Event Window Configuration Register 5
IOM_LAMEWS6     0xF00351D8          IOM Logic Analyzer Module Event Window Configuration Register 6
IOM_LAMEWS7     0xF00351DC          IOM Logic Analyzer Module Event Window Configuration Register 7
IOM_LAMEWS8     0xF00351E0          IOM Logic Analyzer Module Event Window Configuration Register 8
IOM_LAMEWS9     0xF00351E4          IOM Logic Analyzer Module Event Window Configuration Register 9
IOM_LAMEWS10    0xF00351E8          IOM Logic Analyzer Module Event Window Configuration Register 10
IOM_LAMEWS11    0xF00351EC          IOM Logic Analyzer Module Event Window Configuration Register 11
IOM_LAMEWS12    0xF00351F0          IOM Logic Analyzer Module Event Window Configuration Register 12
IOM_LAMEWS13    0xF00351F4          IOM Logic Analyzer Module Event Window Configuration Register 13
IOM_LAMEWS14    0xF00351F8          IOM Logic Analyzer Module Event Window Configuration Register 14
IOM_LAMEWS15    0xF00351FC          IOM Logic Analyzer Module Event Window Configuration Register 15
SCU_ID          0xF0036008          Identification Register
SCU_OSCCON      0xF0036010          OSC Control Register
SCU_SYSPLLSTAT  0xF0036014          System PLL Status Register
SCU_SYSPLLCON0  0xF0036018          System PLL Configuration 0 Register
SCU_SYSPLLCON1  0xF003601C          System PLL Configuration 1 Register
SCU_SYSPLLCON2  0xF0036020          System PLL Configuration 2 Register
SCU_PERPLLSTAT  0xF0036024          Peripheral PLL Status Register
SCU_PERPLLCON0  0xF0036028          Peripheral PLL Configuration 0 Register
SCU_PERPLLCON1  0xF003602C          Peripheral PLL Configuration 1 Register
SCU_CCUCON0     0xF0036030          CCU Clock Control Register 0
SCU_CCUCON1     0xF0036034          CCU Clock Control Register 1
SCU_FDR         0xF0036038          Fractional Divider Register
SCU_EXTCON      0xF003603C          External Clock Control Register
SCU_CCUCON2     0xF0036040          CCU Clock Control Register 2
SCU_CCUCON3     0xF0036044          CCU Clock Control Register 3
SCU_CCUCON4     0xF0036048          CCU Clock Control Register 4
SCU_CCUCON5     0xF003604C          CCU Clock Control Register 5
SCU_RSTSTAT     0xF0036050          Reset Status Register
SCU_RSTCON      0xF0036058          Reset Configuration Register
SCU_ARSTDIS     0xF003605C          Application Reset Disable Register
SCU_SWRSTCON    0xF0036060          Software Reset Configuration Register
SCU_RSTCON2     0xF0036064          Additional Reset Control Register
SCU_RSTCON3     0xF0036068          Reset Configuration Register 3
SCU_ESRCFG0     0xF0036070          ESR0 Input Configuration Register
SCU_ESRCFG1     0xF0036074          ESR1 Input Configuration Register
SCU_ESROCFG     0xF0036078          ESR Output Configuration Register
SCU_SYSCON      0xF003607C          System Control Register
SCU_CCUCON6     0xF0036080          CCU Clock Control Register 6
SCU_CCUCON7     0xF0036084          CCU Clock Control Register 7
SCU_PDR         0xF003609C          ESR Pad Driver Mode Register
SCU_IOCR        0xF00360A0          Input/Output Control Register
SCU_OUT         0xF00360A4          ESR Output Register
SCU_OMR         0xF00360A8          ESR Output Modification Register
SCU_IN          0xF00360AC          ESR Input Register
SCU_STSTAT      0xF00360C0          Start-up Status Register
SCU_STCON       0xF00360C4          Start-up Configuration Register
SCU_PMCSR0      0xF00360C8          Power Management Control and Status Register
SCU_PMCSR1      0xF00360CC          Power Management Control and Status Register
SCU_PMCSR2      0xF00360D0          Power Management Control and Status Register
SCU_PMCSR3      0xF00360D4          Power Management Control and Status Register
SCU_PMCSR4      0xF00360D8          Power Management Control and Status Register
SCU_PMCSR5      0xF00360DC          Power Management Control and Status Register
SCU_PMSTAT0     0xF00360E4          Power Management Status Register 0
SCU_PMSWCR1     0xF00360E8          Standby and Wake-up Control Register 1
SCU_EMSR        0xF00360FC          Emergency Stop Register
SCU_EMSSW       0xF0036100          Emergency Stop Software set and clear register
SCU_DTSCSTAT    0xF0036104          Core Die Temperature Sensor Status Register
SCU_DTSCLIM     0xF0036108          Core Die Temperature Sensor Limit Register
SCU_TRAPDIS1    0xF0036120          Trap Disable Register 1
SCU_TRAPSTAT    0xF0036124          Trap Status Register
SCU_TRAPSET     0xF0036128          Trap Set Register
SCU_TRAPCLR     0xF003612C          Trap Clear Register
SCU_TRAPDIS0    0xF0036130          Trap Disable Register 0
SCU_LCLCON0     0xF0036134          LCL CPU0 and CPU2 Control Register
SCU_LCLCON1     0xF0036138          LCL CPU1 and CPU3 Control Register
SCU_LCLTEST     0xF003613C          LCL Test Register
SCU_CHIPID      0xF0036140          Chip Identification Register
SCU_MANID       0xF0036144          Manufacturer Identification Register
SCU_SWAPCTRL    0xF003614C          Alternate Address Control Register
SCU_LBISTCTRL0  0xF0036164          Logic BIST Control 0 Register
SCU_LBISTCTRL1  0xF0036168          Logic BIST Control 1 Register
SCU_LBISTCTRL2  0xF003616C          Logic BIST Control 2 Register
SCU_LBISTCTRL3  0xF0036170          Logic BIST Control 3 Register
SCU_STMEM1      0xF0036184          Start-up Memory Register 1
SCU_STMEM2      0xF0036188          Start-up Memory Register 2
SCU_PDISC       0xF003618C          Pad Disable Control Register
SCU_PMTRCSR0    0xF0036198          Power Management Transition Control and Status Register 0
SCU_PMTRCSR1    0xF003619C          Power Management Transition Control and Status Register 1
SCU_PMTRCSR2    0xF00361A0          Power Management Transition Control and Status Register 2
SCU_PMTRCSR3    0xF00361A4          Power Management Transition Control and Status Register 3
SCU_STMEM3      0xF00361C0          Start-up Memory Register 3
SCU_STMEM4      0xF00361C4          Start-up Memory Register 4
SCU_STMEM5      0xF00361C8          Start-up Memory Register 5
SCU_STMEM6      0xF00361CC          Start-up Memory Register 6
SCU_OVCENABLE   0xF00361E0          Overlay Enable Register
SCU_OVCCON      0xF00361E4          Overlay Control Register
SCU_EIFILT      0xF003620C          External Input Filter Register
SCU_EICR0       0xF0036210          External Input Channel Register 0
SCU_EICR1       0xF0036214          External Input Channel Register 1
SCU_EICR2       0xF0036218          External Input Channel Register 2
SCU_EICR3       0xF003621C          External Input Channel Register 3
SCU_EIFR        0xF0036220          External Input Flag Register
SCU_FMR         0xF0036224          Flag Modification Register
SCU_PDRR        0xF0036228          Pattern Detection Result Register
SCU_IGCR0       0xF003622C          Flag Gating Register 0
SCU_IGCR1       0xF0036230          Flag Gating Register 1
SCU_IGCR2       0xF0036234          Flag Gating Register 2
SCU_IGCR3       0xF0036238          Flag Gating Register 3
SCU_WDTCPU0CON0 0xF003624C          CPU0 WDT Control Register 0
SCU_WDTCPU0CON1 0xF0036250          CPU0 WDT Control Register 1
SCU_WDTCPU0SR   0xF0036254          CPU0 WDT Status Register
SCU_WDTCPU1CON0 0xF0036258          CPU1 WDT Control Register 0
SCU_WDTCPU1CON1 0xF003625C          CPU1 WDT Control Register 1
SCU_WDTCPU1SR   0xF0036260          CPU1 WDT Status Register
SCU_EICON0      0xF003629C          ENDINIT Global Control Register 0
SCU_EICON1      0xF00362A0          ENDINIT Global Control Register 1
SCU_EISR        0xF00362A4          ENDINIT Timeout Counter Status Register
SCU_WDTSCON0    0xF00362A8          Safety WDT Control Register 0
SCU_WDTSCON1    0xF00362AC          Safety WDT Control Register 1
SCU_WDTSSR      0xF00362B0          Safety WDT Status Register
SCU_SEICON0     0xF00362B4          Safety ENDINIT Control Register 0
SCU_SEICON1     0xF00362B8          Safety ENDINIT Control Register 1
SCU_SEISR       0xF00362BC          Safety ENDINIT Timeout Status Register
SCU_ACCEN11     0xF00363F0          Access Enable Register 11
SCU_ACCEN10     0xF00363F4          Access Enable Register 10
SCU_ACCEN01     0xF00363F8          Access Enable Register 01
SCU_ACCEN00     0xF00363FC          Access Enable Register 00
SMU_CLC         0xF0036800          Clock Control Register
SMU_ID          0xF0036808          Module Identification Register
SMU_CMD         0xF0036820          Command Register
SMU_STS         0xF0036824          Status Register
SMU_FSP         0xF0036828          Fault Signaling Protocol
SMU_AGC         0xF003682C          Alarm Global Configuration
SMU_RTC         0xF0036830          Recovery Timer Configuration
SMU_KEYS        0xF0036834          Key Register
SMU_DBG         0xF0036838          Debug Register
SMU_PCTL        0xF003683C          Port Control
SMU_AFCNT       0xF0036840          Alarm and Fault Counter
SMU_RTAC00      0xF0036860          Recovery Timer 0 Alarm Configuration 0
SMU_RTAC01      0xF0036864          Recovery Timer 0 Alarm Configuration 1
SMU_RTAC10      0xF0036868          Recovery Timer 1 Alarm Configuration 0
SMU_RTAC11      0xF003686C          Recovery Timer 1 Alarm Configuration 1
SMU_AEX         0xF0036870          Alarm Executed Status Register
SMU_AEXCLR      0xF0036874          Alarm Executed Status Clear Register
SMU_AG0CF0      0xF0036900          Alarm 0 Configuration Register
SMU_AG0CF1      0xF0036904          Alarm 0 Configuration Register
SMU_AG0CF2      0xF0036908          Alarm 0 Configuration Register
SMU_AG1CF0      0xF003690C          Alarm 1 Configuration Register
SMU_AG1CF1      0xF0036910          Alarm 1 Configuration Register
SMU_AG1CF2      0xF0036914          Alarm 1 Configuration Register
SMU_AG2CF0      0xF0036918          Alarm 2 Configuration Register
SMU_AG2CF1      0xF003691C          Alarm 2 Configuration Register
SMU_AG2CF2      0xF0036920          Alarm 2 Configuration Register
SMU_AG3CF0      0xF0036924          Alarm 3 Configuration Register
SMU_AG3CF1      0xF0036928          Alarm 3 Configuration Register
SMU_AG3CF2      0xF003692C          Alarm 3 Configuration Register
SMU_AG4CF0      0xF0036930          Alarm 4 Configuration Register
SMU_AG4CF1      0xF0036934          Alarm 4 Configuration Register
SMU_AG4CF2      0xF0036938          Alarm 4 Configuration Register
SMU_AG5CF0      0xF003693C          Alarm 5 Configuration Register
SMU_AG5CF1      0xF0036940          Alarm 5 Configuration Register
SMU_AG5CF2      0xF0036944          Alarm 5 Configuration Register
SMU_AG6CF0      0xF0036948          Alarm 6 Configuration Register
SMU_AG6CF1      0xF003694C          Alarm 6 Configuration Register
SMU_AG6CF2      0xF0036950          Alarm 6 Configuration Register
SMU_AG7CF0      0xF0036954          Alarm 7 Configuration Register
SMU_AG7CF1      0xF0036958          Alarm 7 Configuration Register
SMU_AG7CF2      0xF003695C          Alarm 7 Configuration Register
SMU_AG8CF0      0xF0036960          Alarm 8 Configuration Register
SMU_AG8CF1      0xF0036964          Alarm 8 Configuration Register
SMU_AG8CF2      0xF0036968          Alarm 8 Configuration Register
SMU_AG9CF0      0xF003696C          Alarm 9 Configuration Register
SMU_AG9CF1      0xF0036970          Alarm 9 Configuration Register
SMU_AG9CF2      0xF0036974          Alarm 9 Configuration Register
SMU_AG10CF0     0xF0036978          Alarm 10 Configuration Register
SMU_AG10CF1     0xF003697C          Alarm 10 Configuration Register
SMU_AG10CF2     0xF0036980          Alarm 10 Configuration Register
SMU_AG11CF0     0xF0036984          Alarm 11 Configuration Register
SMU_AG11CF1     0xF0036988          Alarm 11 Configuration Register
SMU_AG11CF2     0xF003698C          Alarm 11 Configuration Register
SMU_AG0FSP      0xF0036990          SMU_core 0 FSP Configuration Register
SMU_AG1FSP      0xF0036994          SMU_core 1 FSP Configuration Register
SMU_AG2FSP      0xF0036998          SMU_core 2 FSP Configuration Register
SMU_AG3FSP      0xF003699C          SMU_core 3 FSP Configuration Register
SMU_AG4FSP      0xF00369A0          SMU_core 4 FSP Configuration Register
SMU_AG5FSP      0xF00369A4          SMU_core 5 FSP Configuration Register
SMU_AG6FSP      0xF00369A8          SMU_core 6 FSP Configuration Register
SMU_AG7FSP      0xF00369AC          SMU_core 7 FSP Configuration Register
SMU_AG8FSP      0xF00369B0          SMU_core 8 FSP Configuration Register
SMU_AG9FSP      0xF00369B4          SMU_core 9 FSP Configuration Register
SMU_AG10FSP     0xF00369B8          SMU_core 10 FSP Configuration Register
SMU_AG11FSP     0xF00369BC          SMU_core 11 FSP Configuration Register
SMU_AG0         0xF00369C0          Alarm 0 Status Register
SMU_AG1         0xF00369C4          Alarm 1 Status Register
SMU_AG2         0xF00369C8          Alarm 2 Status Register
SMU_AG3         0xF00369CC          Alarm 3 Status Register
SMU_AG4         0xF00369D0          Alarm 4 Status Register
SMU_AG5         0xF00369D4          Alarm 5 Status Register
SMU_AG6         0xF00369D8          Alarm 6 Status Register
SMU_AG7         0xF00369DC          Alarm 7 Status Register
SMU_AG8         0xF00369E0          Alarm 8 Status Register
SMU_AG9         0xF00369E4          Alarm 9 Status Register
SMU_AG10        0xF00369E8          Alarm 10 Status Register
SMU_AG11        0xF00369EC          Alarm 11 Status Register
SMU_AD0         0xF0036A00          Alarm 0 Debug Register
SMU_AD1         0xF0036A04          Alarm 1 Debug Register
SMU_AD2         0xF0036A08          Alarm 2 Debug Register
SMU_AD3         0xF0036A0C          Alarm 3 Debug Register
SMU_AD4         0xF0036A10          Alarm 4 Debug Register
SMU_AD5         0xF0036A14          Alarm 5 Debug Register
SMU_AD6         0xF0036A18          Alarm 6 Debug Register
SMU_AD7         0xF0036A1C          Alarm 7 Debug Register
SMU_AD8         0xF0036A20          Alarm 8 Debug Register
SMU_AD9         0xF0036A24          Alarm 9 Debug Register
SMU_AD10        0xF0036A28          Alarm 10 Debug Register
SMU_AD11        0xF0036A2C          Alarm 11 Debug Register
SMU_RMCTL       0xF0036B00          Register Monitor Control
SMU_RMEF        0xF0036B04          Register Monitor Error Flags
SMU_RMSTS       0xF0036B08          Register Monitor Self Test Status
SMU_OCS         0xF0036FE8          OCDS Control and Status
SMU_ACCEN1      0xF0036FF8          SMU_core Access Enable Register 1
SMU_ACCEN0      0xF0036FFC          SMU_core Access Enable Register 0
INT_ID          0xF0037008          Module Identification Register
INT_SRB0        0xF0037010          Service Request Broadcast Register 0
INT_SRB1        0xF0037014          Service Request Broadcast Register 1
INT_OOBS        0xF0037080          OTGM OTGB0/1 Status
INT_OSSIC       0xF0037084          OTGM SSI Control
INT_OIXTS       0xF0037088          OTGM IRQ MUX Trigger Set Select
INT_OIXMS       0xF003708C          OTGM IRQ MUX Missed IRQ Select
INT_OIXS0       0xF0037090          OTGM IRQ MUX Select 0
INT_OIXS1       0xF0037094          OTGM IRQ MUX Select 1
INT_OIT         0xF00370A0          OTGM IRQ Trace
INT_OMISP       0xF00370A4          OTGM MCDS I/F Sensitivity Posedge
INT_OMISN       0xF00370A8          OTGM MCDS I/F Sensitivity Negedge
INT_ACCEN_CONFIG0 0xF00370F0          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 0
INT_ACCEN_CONFIG1 0xF00370F4          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 1
INT_ACCEN_SRB00 0xF0037100          Access Enable covering SRB0, Register 0
INT_ACCEN_SRB01 0xF0037104          Access Enable covering SRB0, Register 1
INT_ACCEN_SRB10 0xF0037108          Access Enable covering SRB1, Register 0
INT_ACCEN_SRB11 0xF003710C          Access Enable covering SRB1, Register 1
INT_ACCEN_SRC_TOS00 0xF0037180          Access Enable covering all SRC0[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS01 0xF0037184          Access Enable covering all SRC0[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS10 0xF0037188          Access Enable covering all SRC1[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS11 0xF003718C          Access Enable covering all SRC1[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS20 0xF0037190          Access Enable covering all SRC2[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS21 0xF0037194          Access Enable covering all SRC2[31:16] mapped to ICUx, Register 1
INT_LWSR0       0xF0037200          Latest Winning Service Request Register x, related to ICU0
INT_LASR0       0xF0037204          Last Acknowledged Service Request Register x, related to ICU0
INT_ECR0        0xF0037208          Error Capture Register x, related to ICU0
INT_LWSR1       0xF0037210          Latest Winning Service Request Register x, related to ICU1
INT_LASR1       0xF0037214          Last Acknowledged Service Request Register x, related to ICU1
INT_ECR1        0xF0037218          Error Capture Register x, related to ICU1
INT_LWSR2       0xF0037220          Latest Winning Service Request Register x, related to ICU2
INT_LASR2       0xF0037224          Last Acknowledged Service Request Register x, related to ICU2
INT_ECR2        0xF0037228          Error Capture Register x, related to ICU2
SRC_CPU0SB      0xF0038000          CPU0 Software Breakpoint Service Request
SRC_CPU1SB      0xF0038004          CPU1 Software Breakpoint Service Request
SRC_BCUSPB      0xF0038020          SBCU Service Request [SPB Bus Control Unit)
SRC_XBAR0       0xF0038030          SRI Domain 0 Service Request
SRC_CERBERUS0   0xF0038040          Cerberus Service Request 0
SRC_CERBERUS1   0xF0038044          Cerberus Service Request 1
SRC_ASCLIN0TX   0xF0038050          ASCLIN0 Transmit Service Request
SRC_ASCLIN0RX   0xF0038054          ASCLIN0 Receive Service Request
SRC_ASCLIN0ERR  0xF0038058          ASCLIN0 Error Service Request
SRC_ASCLIN1TX   0xF003805C          ASCLIN1 Transmit Service Request
SRC_ASCLIN1RX   0xF0038060          ASCLIN1 Receive Service Request
SRC_ASCLIN1ERR  0xF0038064          ASCLIN1 Error Service Request
SRC_ASCLIN2TX   0xF0038068          ASCLIN2 Transmit Service Request
SRC_ASCLIN2RX   0xF003806C          ASCLIN2 Receive Service Request
SRC_ASCLIN2ERR  0xF0038070          ASCLIN2 Error Service Request
SRC_ASCLIN3TX   0xF0038074          ASCLIN3 Transmit Service Request
SRC_ASCLIN3RX   0xF0038078          ASCLIN3 Receive Service Request
SRC_ASCLIN3ERR  0xF003807C          ASCLIN3 Error Service Request
SRC_ASCLIN4TX   0xF0038080          ASCLIN4 Transmit Service Request
SRC_ASCLIN4RX   0xF0038084          ASCLIN4 Receive Service Request
SRC_ASCLIN4ERR  0xF0038088          ASCLIN4 Error Service Request
SRC_ASCLIN5TX   0xF003808C          ASCLIN5 Transmit Service Request
SRC_ASCLIN5RX   0xF0038090          ASCLIN5 Receive Service Request
SRC_ASCLIN5ERR  0xF0038094          ASCLIN5 Error Service Request
SRC_ASCLIN6TX   0xF0038098          ASCLIN6 Transmit Service Request
SRC_ASCLIN6RX   0xF003809C          ASCLIN6 Receive Service Request
SRC_ASCLIN6ERR  0xF00380A0          ASCLIN6 Error Service Request
SRC_ASCLIN7TX   0xF00380A4          ASCLIN7 Transmit Service Request
SRC_ASCLIN7RX   0xF00380A8          ASCLIN7 Receive Service Request
SRC_ASCLIN7ERR  0xF00380AC          ASCLIN7 Error Service Request
SRC_ASCLIN8TX   0xF00380B0          ASCLIN8 Transmit Service Request
SRC_ASCLIN8RX   0xF00380B4          ASCLIN8 Receive Service Request
SRC_ASCLIN8ERR  0xF00380B8          ASCLIN8 Error Service Request
SRC_ASCLIN9TX   0xF00380BC          ASCLIN9 Transmit Service Request
SRC_ASCLIN9RX   0xF00380C0          ASCLIN9 Receive Service Request
SRC_ASCLIN9ERR  0xF00380C4          ASCLIN9 Error Service Request
SRC_ASCLIN10TX  0xF00380C8          ASCLIN10 Transmit Service Request
SRC_ASCLIN10RX  0xF00380CC          ASCLIN10 Receive Service Request
SRC_ASCLIN10ERR 0xF00380D0          ASCLIN10 Error Service Request
SRC_ASCLIN11TX  0xF00380D4          ASCLIN11 Transmit Service Request
SRC_ASCLIN11RX  0xF00380D8          ASCLIN11 Receive Service Request
SRC_ASCLIN11ERR 0xF00380DC          ASCLIN11 Error Service Request
SRC_MTUDONE     0xF00380EC          MTU Done Service Request
SRC_QSPI0TX     0xF00380F0          QSPI0 Transmit Service Request
SRC_QSPI0RX     0xF00380F4          QSPI0 Receive Service Request
SRC_QSPI0ERR    0xF00380F8          QSPI0 Error Service Request
SRC_QSPI0PT     0xF00380FC          QSPI0 Phase Transition Service Request
SRC_QSPI0U      0xF0038100          QSPI0 User Defined Service Request
SRC_QSPI1TX     0xF0038104          QSPI1 Transmit Service Request
SRC_QSPI1RX     0xF0038108          QSPI1 Receive Service Request
SRC_QSPI1ERR    0xF003810C          QSPI1 Error Service Request
SRC_QSPI1PT     0xF0038110          QSPI1 Phase Transition Service Request
SRC_QSPI1U      0xF0038114          QSPI1 User Defined Service Request
SRC_QSPI2TX     0xF0038118          QSPI2 Transmit Service Request
SRC_QSPI2RX     0xF003811C          QSPI2 Receive Service Request
SRC_QSPI2ERR    0xF0038120          QSPI2 Error Service Request
SRC_QSPI2PT     0xF0038124          QSPI2 Phase Transition Service Request
SRC_QSPI2U      0xF0038128          QSPI2 User Defined Service Request
SRC_QSPI3TX     0xF003812C          QSPI3 Transmit Service Request
SRC_QSPI3RX     0xF0038130          QSPI3 Receive Service Request
SRC_QSPI3ERR    0xF0038134          QSPI3 Error Service Request
SRC_QSPI3PT     0xF0038138          QSPI3 Phase Transition Service Request
SRC_QSPI3U      0xF003813C          QSPI3 User Defined Service Request
SRC_HSCT0       0xF0038180          HSCT0 Service Request
SRC_HSSL0COK0   0xF0038190          HSSL0 Channel 0 OK Service Request
SRC_HSSL0RDI0   0xF0038194          HSSL0 Channel 0 Read Data Service Request
SRC_HSSL0ERR0   0xF0038198          HSSL0 Channel 0 Error Service Request
SRC_HSSL0TRG0   0xF003819C          HSSL0 Channel 0 Trigger Interrupt Service Request
SRC_HSSL0COK1   0xF00381A0          HSSL0 Channel 1 OK Service Request
SRC_HSSL0RDI1   0xF00381A4          HSSL0 Channel 1 Read Data Service Request
SRC_HSSL0ERR1   0xF00381A8          HSSL0 Channel 1 Error Service Request
SRC_HSSL0TRG1   0xF00381AC          HSSL0 Channel 1 Trigger Interrupt Service Request
SRC_HSSL0COK2   0xF00381B0          HSSL0 Channel 2 OK Service Request
SRC_HSSL0RDI2   0xF00381B4          HSSL0 Channel 2 Read Data Service Request
SRC_HSSL0ERR2   0xF00381B8          HSSL0 Channel 2 Error Service Request
SRC_HSSL0TRG2   0xF00381BC          HSSL0 Channel 2 Trigger Interrupt Service Request
SRC_HSSL0COK3   0xF00381C0          HSSL0 Channel 3 OK Service Request
SRC_HSSL0RDI3   0xF00381C4          HSSL0 Channel 3 Read Data Service Request
SRC_HSSL0ERR3   0xF00381C8          HSSL0 Channel 3 Error Service Request
SRC_HSSL0TRG3   0xF00381CC          HSSL0 Channel 3 Trigger Interrupt Service Request
SRC_HSSL0EXI    0xF00381D0          HSSL0 Exception Service Request
SRC_I2C0DTR     0xF0038220          I2C0 Data Transfer Request
SRC_I2C0ERR     0xF0038224          I2C0 Error Service Request
SRC_I2C0P       0xF0038228          I2C0 Protocol Service Request
SRC_SENT0       0xF0038240          SENT TRIG0 Service Request
SRC_SENT1       0xF0038244          SENT TRIG1 Service Request
SRC_SENT2       0xF0038248          SENT TRIG2 Service Request
SRC_SENT3       0xF003824C          SENT TRIG3 Service Request
SRC_SENT4       0xF0038250          SENT TRIG4 Service Request
SRC_SENT5       0xF0038254          SENT TRIG5 Service Request
SRC_SENT6       0xF0038258          SENT TRIG6 Service Request
SRC_SENT7       0xF003825C          SENT TRIG7 Service Request
SRC_SENT8       0xF0038260          SENT TRIG8 Service Request
SRC_SENT9       0xF0038264          SENT TRIG9 Service Request
SRC_MSC0SR0     0xF0038270          MSC0 Service Request 0
SRC_MSC0SR1     0xF0038274          MSC0 Service Request 1
SRC_MSC0SR2     0xF0038278          MSC0 Service Request 2
SRC_MSC0SR3     0xF003827C          MSC0 Service Request 3
SRC_MSC0SR4     0xF0038280          MSC0 Service Request 4
SRC_CCU60SR0    0xF00382C0          CCU0 Service Request 0
SRC_CCU60SR1    0xF00382C4          CCU0 Service Request 1
SRC_CCU60SR2    0xF00382C8          CCU0 Service Request 2
SRC_CCU60SR3    0xF00382CC          CCU0 Service Request 3
SRC_CCU61SR0    0xF00382D0          CCU1 Service Request 0
SRC_CCU61SR1    0xF00382D4          CCU1 Service Request 1
SRC_CCU61SR2    0xF00382D8          CCU1 Service Request 2
SRC_CCU61SR3    0xF00382DC          CCU1 Service Request 3
SRC_GPT120CIRQ  0xF00382E0          GPT120 CAPREL Service Request
SRC_GPT120T2    0xF00382E4          GPT120 Timer 2 Service Request
SRC_GPT120T3    0xF00382E8          GPT120 Timer 3 Service Request
SRC_GPT120T4    0xF00382EC          GPT120 Timer 4 Service Request
SRC_GPT120T5    0xF00382F0          GPT120 Timer 5 Service Request
SRC_GPT120T6    0xF00382F4          GPT120 Timer 6 Service Request
SRC_STM0SR0     0xF0038300          System Timer 0 Service Request 0
SRC_STM0SR1     0xF0038304          System Timer 0 Service Request 1
SRC_STM1SR0     0xF0038308          System Timer 1 Service Request 0
SRC_STM1SR1     0xF003830C          System Timer 1 Service Request 1
SRC_FCE0        0xF0038330          FCE0 Error Service Request
SRC_DMAERR0     0xF0038340          DMA Error Service Request 0
SRC_DMAERR1     0xF0038344          DMA Error Service Request 1
SRC_DMAERR2     0xF0038348          DMA Error Service Request 2
SRC_DMAERR3     0xF003834C          DMA Error Service Request 3
SRC_DMACH0      0xF0038370          DMA Channel 0 Service Request
SRC_DMACH1      0xF0038374          DMA Channel 1 Service Request
SRC_DMACH2      0xF0038378          DMA Channel 2 Service Request
SRC_DMACH3      0xF003837C          DMA Channel 3 Service Request
SRC_DMACH4      0xF0038380          DMA Channel 4 Service Request
SRC_DMACH5      0xF0038384          DMA Channel 5 Service Request
SRC_DMACH6      0xF0038388          DMA Channel 6 Service Request
SRC_DMACH7      0xF003838C          DMA Channel 7 Service Request
SRC_DMACH8      0xF0038390          DMA Channel 8 Service Request
SRC_DMACH9      0xF0038394          DMA Channel 9 Service Request
SRC_DMACH10     0xF0038398          DMA Channel 10 Service Request
SRC_DMACH11     0xF003839C          DMA Channel 11 Service Request
SRC_DMACH12     0xF00383A0          DMA Channel 12 Service Request
SRC_DMACH13     0xF00383A4          DMA Channel 13 Service Request
SRC_DMACH14     0xF00383A8          DMA Channel 14 Service Request
SRC_DMACH15     0xF00383AC          DMA Channel 15 Service Request
SRC_DMACH16     0xF00383B0          DMA Channel 16 Service Request
SRC_DMACH17     0xF00383B4          DMA Channel 17 Service Request
SRC_DMACH18     0xF00383B8          DMA Channel 18 Service Request
SRC_DMACH19     0xF00383BC          DMA Channel 19 Service Request
SRC_DMACH20     0xF00383C0          DMA Channel 20 Service Request
SRC_DMACH21     0xF00383C4          DMA Channel 21 Service Request
SRC_DMACH22     0xF00383C8          DMA Channel 22 Service Request
SRC_DMACH23     0xF00383CC          DMA Channel 23 Service Request
SRC_DMACH24     0xF00383D0          DMA Channel 24 Service Request
SRC_DMACH25     0xF00383D4          DMA Channel 25 Service Request
SRC_DMACH26     0xF00383D8          DMA Channel 26 Service Request
SRC_DMACH27     0xF00383DC          DMA Channel 27 Service Request
SRC_DMACH28     0xF00383E0          DMA Channel 28 Service Request
SRC_DMACH29     0xF00383E4          DMA Channel 29 Service Request
SRC_DMACH30     0xF00383E8          DMA Channel 30 Service Request
SRC_DMACH31     0xF00383EC          DMA Channel 31 Service Request
SRC_DMACH32     0xF00383F0          DMA Channel 32 Service Request
SRC_DMACH33     0xF00383F4          DMA Channel 33 Service Request
SRC_DMACH34     0xF00383F8          DMA Channel 34 Service Request
SRC_DMACH35     0xF00383FC          DMA Channel 35 Service Request
SRC_DMACH36     0xF0038400          DMA Channel 36 Service Request
SRC_DMACH37     0xF0038404          DMA Channel 37 Service Request
SRC_DMACH38     0xF0038408          DMA Channel 38 Service Request
SRC_DMACH39     0xF003840C          DMA Channel 39 Service Request
SRC_DMACH40     0xF0038410          DMA Channel 40 Service Request
SRC_DMACH41     0xF0038414          DMA Channel 41 Service Request
SRC_DMACH42     0xF0038418          DMA Channel 42 Service Request
SRC_DMACH43     0xF003841C          DMA Channel 43 Service Request
SRC_DMACH44     0xF0038420          DMA Channel 44 Service Request
SRC_DMACH45     0xF0038424          DMA Channel 45 Service Request
SRC_DMACH46     0xF0038428          DMA Channel 46 Service Request
SRC_DMACH47     0xF003842C          DMA Channel 47 Service Request
SRC_DMACH48     0xF0038430          DMA Channel 48 Service Request
SRC_DMACH49     0xF0038434          DMA Channel 49 Service Request
SRC_DMACH50     0xF0038438          DMA Channel 50 Service Request
SRC_DMACH51     0xF003843C          DMA Channel 51 Service Request
SRC_DMACH52     0xF0038440          DMA Channel 52 Service Request
SRC_DMACH53     0xF0038444          DMA Channel 53 Service Request
SRC_DMACH54     0xF0038448          DMA Channel 54 Service Request
SRC_DMACH55     0xF003844C          DMA Channel 55 Service Request
SRC_DMACH56     0xF0038450          DMA Channel 56 Service Request
SRC_DMACH57     0xF0038454          DMA Channel 57 Service Request
SRC_DMACH58     0xF0038458          DMA Channel 58 Service Request
SRC_DMACH59     0xF003845C          DMA Channel 59 Service Request
SRC_DMACH60     0xF0038460          DMA Channel 60 Service Request
SRC_DMACH61     0xF0038464          DMA Channel 61 Service Request
SRC_DMACH62     0xF0038468          DMA Channel 62 Service Request
SRC_DMACH63     0xF003846C          DMA Channel 63 Service Request
SRC_GETH0       0xF0038580          GETH Service Request 0
SRC_GETH1       0xF0038584          GETH Service Request 1
SRC_GETH2       0xF0038588          GETH Service Request 2
SRC_GETH3       0xF003858C          GETH Service Request 3
SRC_GETH4       0xF0038590          GETH Service Request 4
SRC_GETH5       0xF0038594          GETH Service Request 5
SRC_GETH6       0xF0038598          GETH Service Request 6
SRC_GETH7       0xF003859C          GETH Service Request 7
SRC_GETH8       0xF00385A0          GETH Service Request 8
SRC_GETH9       0xF00385A4          GETH Service Request 9
SRC_CAN0INT0    0xF00385B0          CAN0 Service Request 0
SRC_CAN0INT1    0xF00385B4          CAN0 Service Request 1
SRC_CAN0INT2    0xF00385B8          CAN0 Service Request 2
SRC_CAN0INT3    0xF00385BC          CAN0 Service Request 3
SRC_CAN0INT4    0xF00385C0          CAN0 Service Request 4
SRC_CAN0INT5    0xF00385C4          CAN0 Service Request 5
SRC_CAN0INT6    0xF00385C8          CAN0 Service Request 6
SRC_CAN0INT7    0xF00385CC          CAN0 Service Request 7
SRC_CAN0INT8    0xF00385D0          CAN0 Service Request 8
SRC_CAN0INT9    0xF00385D4          CAN0 Service Request 9
SRC_CAN0INT10   0xF00385D8          CAN0 Service Request 10
SRC_CAN0INT11   0xF00385DC          CAN0 Service Request 11
SRC_CAN0INT12   0xF00385E0          CAN0 Service Request 12
SRC_CAN0INT13   0xF00385E4          CAN0 Service Request 13
SRC_CAN0INT14   0xF00385E8          CAN0 Service Request 14
SRC_CAN0INT15   0xF00385EC          CAN0 Service Request 15
SRC_CAN1INT0    0xF00385F0          CAN1 Service Request 0
SRC_CAN1INT1    0xF00385F4          CAN1 Service Request 1
SRC_CAN1INT2    0xF00385F8          CAN1 Service Request 2
SRC_CAN1INT3    0xF00385FC          CAN1 Service Request 3
SRC_CAN1INT4    0xF0038600          CAN1 Service Request 4
SRC_CAN1INT5    0xF0038604          CAN1 Service Request 5
SRC_CAN1INT6    0xF0038608          CAN1 Service Request 6
SRC_CAN1INT7    0xF003860C          CAN1 Service Request 7
SRC_CAN1INT8    0xF0038610          CAN1 Service Request 8
SRC_CAN1INT9    0xF0038614          CAN1 Service Request 9
SRC_CAN1INT10   0xF0038618          CAN1 Service Request 10
SRC_CAN1INT11   0xF003861C          CAN1 Service Request 11
SRC_CAN1INT12   0xF0038620          CAN1 Service Request 12
SRC_CAN1INT13   0xF0038624          CAN1 Service Request 13
SRC_CAN1INT14   0xF0038628          CAN1 Service Request 14
SRC_CAN1INT15   0xF003862C          CAN1 Service Request 15
SRC_VADCG0SR0   0xF0038670          EVADC Group 0 Service Request 0
SRC_VADCG0SR1   0xF0038674          EVADC Group 0 Service Request 1
SRC_VADCG0SR2   0xF0038678          EVADC Group 0 Service Request 2
SRC_VADCG0SR3   0xF003867C          EVADC Group 0 Service Request 3
SRC_VADCG1SR0   0xF0038680          EVADC Group 1 Service Request 0
SRC_VADCG1SR1   0xF0038684          EVADC Group 1 Service Request 1
SRC_VADCG1SR2   0xF0038688          EVADC Group 1 Service Request 2
SRC_VADCG1SR3   0xF003868C          EVADC Group 1 Service Request 3
SRC_VADCG2SR0   0xF0038690          EVADC Group 2 Service Request 0
SRC_VADCG2SR1   0xF0038694          EVADC Group 2 Service Request 1
SRC_VADCG2SR2   0xF0038698          EVADC Group 2 Service Request 2
SRC_VADCG2SR3   0xF003869C          EVADC Group 2 Service Request 3
SRC_VADCG3SR0   0xF00386A0          EVADC Group 3 Service Request 0
SRC_VADCG3SR1   0xF00386A4          EVADC Group 3 Service Request 1
SRC_VADCG3SR2   0xF00386A8          EVADC Group 3 Service Request 2
SRC_VADCG3SR3   0xF00386AC          EVADC Group 3 Service Request 3
SRC_VADCG8SR0   0xF00386F0          EVADC Group 8 Service Request 0
SRC_VADCG8SR1   0xF00386F4          EVADC Group 8 Service Request 1
SRC_VADCG8SR2   0xF00386F8          EVADC Group 8 Service Request 2
SRC_VADCG8SR3   0xF00386FC          EVADC Group 8 Service Request 3
SRC_VADCG9SR0   0xF0038700          EVADC Group 9 Service Request 0
SRC_VADCG9SR1   0xF0038704          EVADC Group 9 Service Request 1
SRC_VADCG9SR2   0xF0038708          EVADC Group 9 Service Request 2
SRC_VADCG9SR3   0xF003870C          EVADC Group 9 Service Request 3
SRC_VADCFC0SR0  0xF0038730          EVADC Fast Compare 0 Service Request SR0
SRC_VADCFC1SR0  0xF0038734          EVADC Fast Compare 1 Service Request SR0
SRC_VADCCG0SR0  0xF0038750          EVADC Common Group 0 Service Request 0
SRC_VADCCG0SR1  0xF0038754          EVADC Common Group 0 Service Request 1
SRC_VADCCG0SR2  0xF0038758          EVADC Common Group 0 Service Request 2
SRC_VADCCG0SR3  0xF003875C          EVADC Common Group 0 Service Request 3
SRC_VADCCG1SR0  0xF0038760          EVADC Common Group 1 Service Request 0
SRC_VADCCG1SR1  0xF0038764          EVADC Common Group 1 Service Request 1
SRC_VADCCG1SR2  0xF0038768          EVADC Common Group 1 Service Request 2
SRC_VADCCG1SR3  0xF003876C          EVADC Common Group 1 Service Request 3
SRC_DSADCSRM0   0xF0038770          DSADC SRM0 Service Request
SRC_DSADCSRA0   0xF0038774          DSADC SRA0 Service Request
SRC_DSADCSRM1   0xF0038778          DSADC SRM1 Service Request
SRC_DSADCSRA1   0xF003877C          DSADC SRA1 Service Request
SRC_DSADCSRM2   0xF0038780          DSADC SRM2 Service Request
SRC_DSADCSRA2   0xF0038784          DSADC SRA2 Service Request
SRC_DSADCSRM3   0xF0038788          DSADC SRM3 Service Request
SRC_DSADCSRA3   0xF003878C          DSADC SRA3 Service Request
SRC_ERAY0INT0   0xF0038800          E-RAY 0 Service Request 0
SRC_ERAY0INT1   0xF0038804          E-RAY 0 Service Request 1
SRC_ERAY0TINT0  0xF0038808          E-RAY 0 Timer Interrupt 0 Service Request
SRC_ERAY0TINT1  0xF003880C          E-RAY 0 Timer Interrupt 1 Service Request
SRC_ERAY0NDAT0  0xF0038810          E-RAY 0 New Data 0 Service Request
SRC_ERAY0NDAT1  0xF0038814          E-RAY 0 New Data 1 Service Request
SRC_ERAY0MBSC0  0xF0038818          E-RAY 0 Message Buffer Status Changed 0 Service Request
SRC_ERAY0MBSC1  0xF003881C          E-RAY 0 Message Buffer Status Changed 1 Service Request
SRC_ERAY0OBUSY  0xF0038820          E-RAY 0 Output Buffer Busy
SRC_ERAY0IBUSY  0xF0038824          E-RAY 0 Input Buffer Busy
SRC_DMUHOST     0xF0038860          DMU Host Service Request
SRC_DMUFSI      0xF0038864          DMU FSI Service Request
SRC_HSM0        0xF0038870          HSM Service Request 0
SRC_HSM1        0xF0038874          HSM Service Request 1
SRC_SCUERU0     0xF0038880          SCU ERU Service Request 0
SRC_SCUERU1     0xF0038884          SCU ERU Service Request 1
SRC_SCUERU2     0xF0038888          SCU ERU Service Request 2
SRC_SCUERU3     0xF003888C          SCU ERU Service Request 3
SRC_PMSDTS      0xF00388AC          PMS DTS Service Request
SRC_PMS0        0xF00388B0          Power Management System Service Request 0
SRC_PMS1        0xF00388B4          Power Management System Service Request 1
SRC_PMS2        0xF00388B8          Power Management System Service Request 2
SRC_PMS3        0xF00388BC          Power Management System Service Request 3
SRC_SCR         0xF00388C0          Stand By Controller Service Request
SRC_SMU0        0xF00388D0          SMU Service Request 0
SRC_SMU1        0xF00388D4          SMU Service Request 1
SRC_SMU2        0xF00388D8          SMU Service Request 2
SRC_PSI50       0xF00388E0          PSI5 Service Request 0
SRC_PSI51       0xF00388E4          PSI5 Service Request 1
SRC_PSI52       0xF00388E8          PSI5 Service Request 2
SRC_PSI53       0xF00388EC          PSI5 Service Request 3
SRC_PSI54       0xF00388F0          PSI5 Service Request 4
SRC_PSI55       0xF00388F4          PSI5 Service Request 5
SRC_PSI56       0xF00388F8          PSI5 Service Request 6
SRC_PSI57       0xF00388FC          PSI5 Service Request 7
SRC_PSI5S0      0xF0038950          PSI5-S Service Request 0
SRC_PSI5S1      0xF0038954          PSI5-S Service Request 1
SRC_PSI5S2      0xF0038958          PSI5-S Service Request 2
SRC_PSI5S3      0xF003895C          PSI5-S Service Request 3
SRC_PSI5S4      0xF0038960          PSI5-S Service Request 4
SRC_PSI5S5      0xF0038964          PSI5-S Service Request 5
SRC_PSI5S6      0xF0038968          PSI5-S Service Request 6
SRC_PSI5S7      0xF003896C          PSI5-S Service Request 7
SRC_GPSR00      0xF0038990          General Purpose Group 0 Service Request 0
SRC_GPSR01      0xF0038994          General Purpose Group 0 Service Request 1
SRC_GPSR02      0xF0038998          General Purpose Group 0 Service Request 2
SRC_GPSR03      0xF003899C          General Purpose Group 0 Service Request 3
SRC_GPSR04      0xF00389A0          General Purpose Group 0 Service Request 4
SRC_GPSR05      0xF00389A4          General Purpose Group 0 Service Request 5
SRC_GPSR06      0xF00389A8          General Purpose Group 0 Service Request 6
SRC_GPSR07      0xF00389AC          General Purpose Group 0 Service Request 7
SRC_GPSR10      0xF00389B0          General Purpose Group 1 Service Request 0
SRC_GPSR11      0xF00389B4          General Purpose Group 1 Service Request 1
SRC_GPSR12      0xF00389B8          General Purpose Group 1 Service Request 2
SRC_GPSR13      0xF00389BC          General Purpose Group 1 Service Request 3
SRC_GPSR14      0xF00389C0          General Purpose Group 1 Service Request 4
SRC_GPSR15      0xF00389C4          General Purpose Group 1 Service Request 5
SRC_GPSR16      0xF00389C8          General Purpose Group 1 Service Request 6
SRC_GPSR17      0xF00389CC          General Purpose Group 1 Service Request 7
SRC_GTMAEIIRQ   0xF0038A70          AEI Shared Service Request
SRC_GTMARUIRQ0  0xF0038A74          ARU Shared Service Request 0
SRC_GTMARUIRQ1  0xF0038A78          ARU Shared Service Request 1
SRC_GTMARUIRQ2  0xF0038A7C          ARU Shared Service Request 2
SRC_GTMBRCIRQ   0xF0038A80          BRC Shared Service Request
SRC_GTMCMPIRQ   0xF0038A84          CMP Shared Service Request
SRC_GTMSPE0IRQ  0xF0038A88          SPE0 Shared Service Request
SRC_GTMSPE1IRQ  0xF0038A8C          SPE1 Shared Service Request
SRC_GTMPSM00    0xF0038AA0          PSM0 Shared Service Request 0
SRC_GTMPSM01    0xF0038AA4          PSM0 Shared Service Request 1
SRC_GTMPSM02    0xF0038AA8          PSM0 Shared Service Request 2
SRC_GTMPSM03    0xF0038AAC          PSM0 Shared Service Request 3
SRC_GTMPSM04    0xF0038AB0          PSM0 Shared Service Request 4
SRC_GTMPSM05    0xF0038AB4          PSM0 Shared Service Request 5
SRC_GTMPSM06    0xF0038AB8          PSM0 Shared Service Request 6
SRC_GTMPSM07    0xF0038ABC          PSM0 Shared Service Request 7
SRC_GTMDPLL0    0xF0038B00          DPLL Service Request 0
SRC_GTMDPLL1    0xF0038B04          DPLL Service Request 1
SRC_GTMDPLL2    0xF0038B08          DPLL Service Request 2
SRC_GTMDPLL3    0xF0038B0C          DPLL Service Request 3
SRC_GTMDPLL4    0xF0038B10          DPLL Service Request 4
SRC_GTMDPLL5    0xF0038B14          DPLL Service Request 5
SRC_GTMDPLL6    0xF0038B18          DPLL Service Request 6
SRC_GTMDPLL7    0xF0038B1C          DPLL Service Request 7
SRC_GTMDPLL8    0xF0038B20          DPLL Service Request 8
SRC_GTMDPLL9    0xF0038B24          DPLL Service Request 9
SRC_GTMDPLL10   0xF0038B28          DPLL Service Request 10
SRC_GTMDPLL11   0xF0038B2C          DPLL Service Request 11
SRC_GTMDPLL12   0xF0038B30          DPLL Service Request 12
SRC_GTMDPLL13   0xF0038B34          DPLL Service Request 13
SRC_GTMDPLL14   0xF0038B38          DPLL Service Request 14
SRC_GTMDPLL15   0xF0038B3C          DPLL Service Request 15
SRC_GTMDPLL16   0xF0038B40          DPLL Service Request 16
SRC_GTMDPLL17   0xF0038B44          DPLL Service Request 17
SRC_GTMDPLL18   0xF0038B48          DPLL Service Request 18
SRC_GTMDPLL19   0xF0038B4C          DPLL Service Request 19
SRC_GTMDPLL20   0xF0038B50          DPLL Service Request 20
SRC_GTMDPLL21   0xF0038B54          DPLL Service Request 21
SRC_GTMDPLL22   0xF0038B58          DPLL Service Request 22
SRC_GTMDPLL23   0xF0038B5C          DPLL Service Request 23
SRC_GTMDPLL24   0xF0038B60          DPLL Service Request 24
SRC_GTMDPLL25   0xF0038B64          DPLL Service Request 25
SRC_GTMDPLL26   0xF0038B68          DPLL Service Request 26
SRC_GTMERR      0xF0038B70          Error Service Request
SRC_GTMTIM00    0xF0038B90          TIM0 Shared Service Request 0
SRC_GTMTIM01    0xF0038B94          TIM0 Shared Service Request 1
SRC_GTMTIM02    0xF0038B98          TIM0 Shared Service Request 2
SRC_GTMTIM03    0xF0038B9C          TIM0 Shared Service Request 3
SRC_GTMTIM04    0xF0038BA0          TIM0 Shared Service Request 4
SRC_GTMTIM05    0xF0038BA4          TIM0 Shared Service Request 5
SRC_GTMTIM06    0xF0038BA8          TIM0 Shared Service Request 6
SRC_GTMTIM07    0xF0038BAC          TIM0 Shared Service Request 7
SRC_GTMTIM10    0xF0038BB0          TIM1 Shared Service Request 0
SRC_GTMTIM11    0xF0038BB4          TIM1 Shared Service Request 1
SRC_GTMTIM12    0xF0038BB8          TIM1 Shared Service Request 2
SRC_GTMTIM13    0xF0038BBC          TIM1 Shared Service Request 3
SRC_GTMTIM14    0xF0038BC0          TIM1 Shared Service Request 4
SRC_GTMTIM15    0xF0038BC4          TIM1 Shared Service Request 5
SRC_GTMTIM16    0xF0038BC8          TIM1 Shared Service Request 6
SRC_GTMTIM17    0xF0038BCC          TIM1 Shared Service Request 7
SRC_GTMTIM20    0xF0038BD0          TIM2 Shared Service Request 0
SRC_GTMTIM21    0xF0038BD4          TIM2 Shared Service Request 1
SRC_GTMTIM22    0xF0038BD8          TIM2 Shared Service Request 2
SRC_GTMTIM23    0xF0038BDC          TIM2 Shared Service Request 3
SRC_GTMTIM24    0xF0038BE0          TIM2 Shared Service Request 4
SRC_GTMTIM25    0xF0038BE4          TIM2 Shared Service Request 5
SRC_GTMTIM26    0xF0038BE8          TIM2 Shared Service Request 6
SRC_GTMTIM27    0xF0038BEC          TIM2 Shared Service Request 7
SRC_GTMMCS00    0xF0038CB0          MCS0 Shared Service Request 0
SRC_GTMMCS01    0xF0038CB4          MCS0 Shared Service Request 1
SRC_GTMMCS02    0xF0038CB8          MCS0 Shared Service Request 2
SRC_GTMMCS03    0xF0038CBC          MCS0 Shared Service Request 3
SRC_GTMMCS04    0xF0038CC0          MCS0 Shared Service Request 4
SRC_GTMMCS05    0xF0038CC4          MCS0 Shared Service Request 5
SRC_GTMMCS06    0xF0038CC8          MCS0 Shared Service Request 6
SRC_GTMMCS07    0xF0038CCC          MCS0 Shared Service Request 7
SRC_GTMMCS10    0xF0038CD0          MCS1 Shared Service Request 0
SRC_GTMMCS11    0xF0038CD4          MCS1 Shared Service Request 1
SRC_GTMMCS12    0xF0038CD8          MCS1 Shared Service Request 2
SRC_GTMMCS13    0xF0038CDC          MCS1 Shared Service Request 3
SRC_GTMMCS14    0xF0038CE0          MCS1 Shared Service Request 4
SRC_GTMMCS15    0xF0038CE4          MCS1 Shared Service Request 5
SRC_GTMMCS16    0xF0038CE8          MCS1 Shared Service Request 6
SRC_GTMMCS17    0xF0038CEC          MCS1 Shared Service Request 7
SRC_GTMMCS20    0xF0038CF0          MCS2 Shared Service Request 0
SRC_GTMMCS21    0xF0038CF4          MCS2 Shared Service Request 1
SRC_GTMMCS22    0xF0038CF8          MCS2 Shared Service Request 2
SRC_GTMMCS23    0xF0038CFC          MCS2 Shared Service Request 3
SRC_GTMMCS24    0xF0038D00          MCS2 Shared Service Request 4
SRC_GTMMCS25    0xF0038D04          MCS2 Shared Service Request 5
SRC_GTMMCS26    0xF0038D08          MCS2 Shared Service Request 6
SRC_GTMMCS27    0xF0038D0C          MCS2 Shared Service Request 7
SRC_GTMTOM00    0xF0038E10          TOM0 Shared Service Request 0
SRC_GTMTOM01    0xF0038E14          TOM0 Shared Service Request 1
SRC_GTMTOM02    0xF0038E18          TOM0 Shared Service Request 2
SRC_GTMTOM03    0xF0038E1C          TOM0 Shared Service Request 3
SRC_GTMTOM04    0xF0038E20          TOM0 Shared Service Request 4
SRC_GTMTOM05    0xF0038E24          TOM0 Shared Service Request 5
SRC_GTMTOM06    0xF0038E28          TOM0 Shared Service Request 6
SRC_GTMTOM07    0xF0038E2C          TOM0 Shared Service Request 7
SRC_GTMTOM10    0xF0038E30          TOM1 Shared Service Request 0
SRC_GTMTOM11    0xF0038E34          TOM1 Shared Service Request 1
SRC_GTMTOM12    0xF0038E38          TOM1 Shared Service Request 2
SRC_GTMTOM13    0xF0038E3C          TOM1 Shared Service Request 3
SRC_GTMTOM14    0xF0038E40          TOM1 Shared Service Request 4
SRC_GTMTOM15    0xF0038E44          TOM1 Shared Service Request 5
SRC_GTMTOM16    0xF0038E48          TOM1 Shared Service Request 6
SRC_GTMTOM17    0xF0038E4C          TOM1 Shared Service Request 7
SRC_GTMATOM00   0xF0038EF0          ATOM0 Shared Service Request 0
SRC_GTMATOM01   0xF0038EF4          ATOM0 Shared Service Request 1
SRC_GTMATOM02   0xF0038EF8          ATOM0 Shared Service Request 2
SRC_GTMATOM03   0xF0038EFC          ATOM0 Shared Service Request 3
SRC_GTMATOM10   0xF0038F00          ATOM1 Shared Service Request 0
SRC_GTMATOM11   0xF0038F04          ATOM1 Shared Service Request 1
SRC_GTMATOM12   0xF0038F08          ATOM1 Shared Service Request 2
SRC_GTMATOM13   0xF0038F0C          ATOM1 Shared Service Request 3
SRC_GTMATOM20   0xF0038F10          ATOM2 Shared Service Request 0
SRC_GTMATOM21   0xF0038F14          ATOM2 Shared Service Request 1
SRC_GTMATOM22   0xF0038F18          ATOM2 Shared Service Request 2
SRC_GTMATOM23   0xF0038F1C          ATOM2 Shared Service Request 3
SRC_GTMATOM30   0xF0038F20          ATOM3 Shared Service Request 0
SRC_GTMATOM31   0xF0038F24          ATOM3 Shared Service Request 1
SRC_GTMATOM32   0xF0038F28          ATOM3 Shared Service Request 2
SRC_GTMATOM33   0xF0038F2C          ATOM3 Shared Service Request 3
SRC_GTMMCSW0    0xF0038FD0          GTM Multi Channel Sequencer Service Request 0
SRC_GTMMCSW1    0xF0038FD4          GTM Multi Channel Sequencer Service Request 1
SRC_GTMMCSW2    0xF0038FD8          GTM Multi Channel Sequencer Service Request 2
SRC_GTMMCSW3    0xF0038FDC          GTM Multi Channel Sequencer Service Request 3
SRC_GTMMCSW4    0xF0038FE0          GTM Multi Channel Sequencer Service Request 4
SRC_GTMMCSW5    0xF0038FE4          GTM Multi Channel Sequencer Service Request 5
SRC_GTMMCSW6    0xF0038FE8          GTM Multi Channel Sequencer Service Request 6
SRC_GTMMCSW7    0xF0038FEC          GTM Multi Channel Sequencer Service Request 7
SRC_GTMMCSW8    0xF0038FF0          GTM Multi Channel Sequencer Service Request 8
SRC_GTMMCSW9    0xF0038FF4          GTM Multi Channel Sequencer Service Request 9
P00_OUT         0xF003A000          Port 00 Output Register
P00_OMR         0xF003A004          Port 00 Output Modification Register
P00_ID          0xF003A008          Port 00 Identification Register
P00_IOCR0       0xF003A010          Port 00 Input/Output Control Register 0
P00_IOCR4       0xF003A014          Port 00 Input/Output Control Register 4
P00_IOCR8       0xF003A018          Port 00 Input/Output Control Register 8
P00_IOCR12      0xF003A01C          Port 00 Input/Output Control Register 12
P00_IN          0xF003A024          Port 00 Input Register
P00_PDR0        0xF003A040          Port 00 Pad Driver Mode Register 0
P00_PDR1        0xF003A044          Port 00 Pad Driver Mode Register 1
P00_ESR         0xF003A050          Port 00 Emergency Stop Register
P00_PDISC       0xF003A060          Port 00 Pin Function Decision Control Register
P00_PCSR        0xF003A064          Port 00 Pin Controller Select Register
P00_OMSR0       0xF003A070          Port 00 Output Modification Set Register 0
P00_OMSR4       0xF003A074          Port 00 Output Modification Set Register 4
P00_OMSR8       0xF003A078          Port 00 Output Modification Set Register 8
P00_OMSR12      0xF003A07C          Port 00 Output Modification Set Register 12
P00_OMCR0       0xF003A080          Port 00 Output Modification Clear Register 0
P00_OMCR4       0xF003A084          Port 00 Output Modification Clear Register 4
P00_OMCR8       0xF003A088          Port 00 Output Modification Clear Register 8
P00_OMCR12      0xF003A08C          Port 00 Output Modification Clear Register 12
P00_OMSR        0xF003A090          Port 00 Output Modification Set Register
P00_OMCR        0xF003A094          Port 00 Output Modification Clear Register
P00_ACCEN1      0xF003A0F8          Port 00 Access Enable Register 1
P00_ACCEN0      0xF003A0FC          Port 00 Access Enable Register 0
P02_OUT         0xF003A200          Port 02 Output Register
P02_OMR         0xF003A204          Port 02 Output Modification Register
P02_ID          0xF003A208          Port 02 Identification Register
P02_IOCR0       0xF003A210          Port 02 Input/Output Control Register 0
P02_IOCR4       0xF003A214          Port 02 Input/Output Control Register 4
P02_IOCR8       0xF003A218          Port 02 Input/Output Control Register 8
P02_IN          0xF003A224          Port 02 Input Register
P02_PDR0        0xF003A240          Port 02 Pad Driver Mode Register 0
P02_PDR1        0xF003A244          Port 02 Pad Driver Mode Register 1
P02_ESR         0xF003A250          Port 02 Emergency Stop Register
P02_PDISC       0xF003A260          Port 02 Pin Function Decision Control Register
P02_PCSR        0xF003A264          Port 02 Pin Controller Select Register
P02_OMSR0       0xF003A270          Port 02 Output Modification Set Register 0
P02_OMSR4       0xF003A274          Port 02 Output Modification Set Register 4
P02_OMSR8       0xF003A278          Port 02 Output Modification Set Register 8
P02_OMCR0       0xF003A280          Port 02 Output Modification Clear Register 0
P02_OMCR4       0xF003A284          Port 02 Output Modification Clear Register 4
P02_OMCR8       0xF003A288          Port 02 Output Modification Clear Register 8
P02_OMSR        0xF003A290          Port 02 Output Modification Set Register
P02_OMCR        0xF003A294          Port 02 Output Modification Clear Register
P02_ACCEN1      0xF003A2F8          Port 02 Access Enable Register 1
P02_ACCEN0      0xF003A2FC          Port 02 Access Enable Register 0
P10_OUT         0xF003AA00          Port 10 Output Register
P10_OMR         0xF003AA04          Port 10 Output Modification Register
P10_ID          0xF003AA08          Port 10 Identification Register
P10_IOCR0       0xF003AA10          Port 10 Input/Output Control Register 0
P10_IOCR4       0xF003AA14          Port 10 Input/Output Control Register 4
P10_IOCR8       0xF003AA18          Port 10 Input/Output Control Register 8
P10_IN          0xF003AA24          Port 10 Input Register
P10_PDR0        0xF003AA40          Port 10 Pad Driver Mode Register 0
P10_PDR1        0xF003AA44          Port 10 Pad Driver Mode Register 1
P10_ESR         0xF003AA50          Port 10 Emergency Stop Register
P10_PDISC       0xF003AA60          Port 10 Pin Function Decision Control Register
P10_PCSR        0xF003AA64          Port 10 Pin Controller Select Register
P10_OMSR0       0xF003AA70          Port 10 Output Modification Set Register 0
P10_OMSR4       0xF003AA74          Port 10 Output Modification Set Register 4
P10_OMSR8       0xF003AA78          Port 10 Output Modification Set Register 8
P10_OMCR0       0xF003AA80          Port 10 Output Modification Clear Register 0
P10_OMCR4       0xF003AA84          Port 10 Output Modification Clear Register 4
P10_OMCR8       0xF003AA88          Port 10 Output Modification Clear Register 8
P10_OMSR        0xF003AA90          Port 10 Output Modification Set Register
P10_OMCR        0xF003AA94          Port 10 Output Modification Clear Register
P10_ACCEN1      0xF003AAF8          Port 10 Access Enable Register 1
P10_ACCEN0      0xF003AAFC          Port 10 Access Enable Register 0
P11_OUT         0xF003AB00          Port 11 Output Register
P11_OMR         0xF003AB04          Port 11 Output Modification Register
P11_ID          0xF003AB08          Port 11 Identification Register
P11_IOCR0       0xF003AB10          Port 11 Input/Output Control Register 0
P11_IOCR4       0xF003AB14          Port 11 Input/Output Control Register 4
P11_IOCR8       0xF003AB18          Port 11 Input/Output Control Register 8
P11_IOCR12      0xF003AB1C          Port 11 Input/Output Control Register 12
P11_IN          0xF003AB24          Port 11 Input Register
P11_PDR0        0xF003AB40          Port 11 Pad Driver Mode Register 0
P11_PDR1        0xF003AB44          Port 11 Pad Driver Mode Register 1
P11_ESR         0xF003AB50          Port 11 Emergency Stop Register
P11_PDISC       0xF003AB60          Port 11 Pin Function Decision Control Register
P11_PCSR        0xF003AB64          Port 11 Pin Controller Select Register
P11_OMSR0       0xF003AB70          Port 11 Output Modification Set Register 0
P11_OMSR4       0xF003AB74          Port 11 Output Modification Set Register 4
P11_OMSR8       0xF003AB78          Port 11 Output Modification Set Register 8
P11_OMSR12      0xF003AB7C          Port 11 Output Modification Set Register 12
P11_OMCR0       0xF003AB80          Port 11 Output Modification Clear Register 0
P11_OMCR4       0xF003AB84          Port 11 Output Modification Clear Register 4
P11_OMCR8       0xF003AB88          Port 11 Output Modification Clear Register 8
P11_OMCR12      0xF003AB8C          Port 11 Output Modification Clear Register 12
P11_OMSR        0xF003AB90          Port 11 Output Modification Set Register
P11_OMCR        0xF003AB94          Port 11 Output Modification Clear Register
P11_ACCEN1      0xF003ABF8          Port 11 Access Enable Register 1
P11_ACCEN0      0xF003ABFC          Port 11 Access Enable Register 0
P12_OUT         0xF003AC00          Port 12 Output Register
P12_OMR         0xF003AC04          Port 12 Output Modification Register
P12_ID          0xF003AC08          Port 12 Identification Register
P12_IOCR0       0xF003AC10          Port 12 Input/Output Control Register 0
P12_IN          0xF003AC24          Port 12 Input Register
P12_PDR0        0xF003AC40          Port 12 Pad Driver Mode Register 0
P12_ESR         0xF003AC50          Port 12 Emergency Stop Register
P12_PDISC       0xF003AC60          Port 12 Pin Function Decision Control Register
P12_PCSR        0xF003AC64          Port 12 Pin Controller Select Register
P12_OMSR0       0xF003AC70          Port 12 Output Modification Set Register 0
P12_OMCR0       0xF003AC80          Port 12 Output Modification Clear Register 0
P12_OMSR        0xF003AC90          Port 12 Output Modification Set Register
P12_OMCR        0xF003AC94          Port 12 Output Modification Clear Register
P12_ACCEN1      0xF003ACF8          Port 12 Access Enable Register 1
P12_ACCEN0      0xF003ACFC          Port 12 Access Enable Register 0
P13_OUT         0xF003AD00          Port 13 Output Register
P13_OMR         0xF003AD04          Port 13 Output Modification Register
P13_ID          0xF003AD08          Port 13 Identification Register
P13_IOCR0       0xF003AD10          Port 13 Input/Output Control Register 0
P13_IN          0xF003AD24          Port 13 Input Register
P13_PDR0        0xF003AD40          Port 13 Pad Driver Mode Register 0
P13_ESR         0xF003AD50          Port 13 Emergency Stop Register
P13_PDISC       0xF003AD60          Port 13 Pin Function Decision Control Register
P13_PCSR        0xF003AD64          Port 13 Pin Controller Select Register
P13_OMSR0       0xF003AD70          Port 13 Output Modification Set Register 0
P13_OMCR0       0xF003AD80          Port 13 Output Modification Clear Register 0
P13_OMSR        0xF003AD90          Port 13 Output Modification Set Register
P13_OMCR        0xF003AD94          Port 13 Output Modification Clear Register
P13_LPCR0       0xF003ADA0          Port 13 LVDS Pad Control Register 0
P13_LPCR1       0xF003ADA4          Port 13 LVDS Pad Control Register 1
P13_ACCEN1      0xF003ADF8          Port 13 Access Enable Register 1
P13_ACCEN0      0xF003ADFC          Port 13 Access Enable Register 0
P14_OUT         0xF003AE00          Port 14 Output Register
P14_OMR         0xF003AE04          Port 14 Output Modification Register
P14_ID          0xF003AE08          Port 14 Identification Register
P14_IOCR0       0xF003AE10          Port 14 Input/Output Control Register 0
P14_IOCR4       0xF003AE14          Port 14 Input/Output Control Register 4
P14_IOCR8       0xF003AE18          Port 14 Input/Output Control Register 8
P14_IN          0xF003AE24          Port 14 Input Register
P14_PDR0        0xF003AE40          Port 14 Pad Driver Mode Register 0
P14_PDR1        0xF003AE44          Port 14 Pad Driver Mode Register 1
P14_ESR         0xF003AE50          Port 14 Emergency Stop Register
P14_PDISC       0xF003AE60          Port 14 Pin Function Decision Control Register
P14_PCSR        0xF003AE64          Port 14 Pin Controller Select Register
P14_OMSR0       0xF003AE70          Port 14 Output Modification Set Register 0
P14_OMSR4       0xF003AE74          Port 14 Output Modification Set Register 4
P14_OMSR8       0xF003AE78          Port 14 Output Modification Set Register 8
P14_OMCR0       0xF003AE80          Port 14 Output Modification Clear Register 0
P14_OMCR4       0xF003AE84          Port 14 Output Modification Clear Register 4
P14_OMCR8       0xF003AE88          Port 14 Output Modification Clear Register 8
P14_OMSR        0xF003AE90          Port 14 Output Modification Set Register
P14_OMCR        0xF003AE94          Port 14 Output Modification Clear Register
P14_LPCR5       0xF003AEB4          Port 14 LVDS Pad Control Register 5
P14_ACCEN1      0xF003AEF8          Port 14 Access Enable Register 1
P14_ACCEN0      0xF003AEFC          Port 14 Access Enable Register 0
P15_OUT         0xF003AF00          Port 15 Output Register
P15_OMR         0xF003AF04          Port 15 Output Modification Register
P15_ID          0xF003AF08          Port 15 Identification Register
P15_IOCR0       0xF003AF10          Port 15 Input/Output Control Register 0
P15_IOCR4       0xF003AF14          Port 15 Input/Output Control Register 4
P15_IOCR8       0xF003AF18          Port 15 Input/Output Control Register 8
P15_IN          0xF003AF24          Port 15 Input Register
P15_PDR0        0xF003AF40          Port 15 Pad Driver Mode Register 0
P15_PDR1        0xF003AF44          Port 15 Pad Driver Mode Register 1
P15_ESR         0xF003AF50          Port 15 Emergency Stop Register
P15_PDISC       0xF003AF60          Port 15 Pin Function Decision Control Register
P15_PCSR        0xF003AF64          Port 15 Pin Controller Select Register
P15_OMSR0       0xF003AF70          Port 15 Output Modification Set Register 0
P15_OMSR4       0xF003AF74          Port 15 Output Modification Set Register 4
P15_OMSR8       0xF003AF78          Port 15 Output Modification Set Register 8
P15_OMCR0       0xF003AF80          Port 15 Output Modification Clear Register 0
P15_OMCR4       0xF003AF84          Port 15 Output Modification Clear Register 4
P15_OMCR8       0xF003AF88          Port 15 Output Modification Clear Register 8
P15_OMSR        0xF003AF90          Port 15 Output Modification Set Register
P15_OMCR        0xF003AF94          Port 15 Output Modification Clear Register
P15_ACCEN1      0xF003AFF8          Port 15 Access Enable Register 1
P15_ACCEN0      0xF003AFFC          Port 15 Access Enable Register 0
P20_OUT         0xF003B400          Port 20 Output Register
P20_OMR         0xF003B404          Port 20 Output Modification Register
P20_ID          0xF003B408          Port 20 Identification Register
P20_IOCR0       0xF003B410          Port 20 Input/Output Control Register 0
P20_IOCR4       0xF003B414          Port 20 Input/Output Control Register 4
P20_IOCR8       0xF003B418          Port 20 Input/Output Control Register 8
P20_IOCR12      0xF003B41C          Port 20 Input/Output Control Register 12
P20_IN          0xF003B424          Port 20 Input Register
P20_PDR0        0xF003B440          Port 20 Pad Driver Mode Register 0
P20_PDR1        0xF003B444          Port 20 Pad Driver Mode Register 1
P20_ESR         0xF003B450          Port 20 Emergency Stop Register
P20_PDISC       0xF003B460          Port 20 Pin Function Decision Control Register
P20_PCSR        0xF003B464          Port 20 Pin Controller Select Register
P20_OMSR0       0xF003B470          Port 20 Output Modification Set Register 0
P20_OMSR4       0xF003B474          Port 20 Output Modification Set Register 4
P20_OMSR8       0xF003B478          Port 20 Output Modification Set Register 8
P20_OMSR12      0xF003B47C          Port 20 Output Modification Set Register 12
P20_OMCR0       0xF003B480          Port 20 Output Modification Clear Register 0
P20_OMCR4       0xF003B484          Port 20 Output Modification Clear Register 4
P20_OMCR8       0xF003B488          Port 20 Output Modification Clear Register 8
P20_OMCR12      0xF003B48C          Port 20 Output Modification Clear Register 12
P20_OMSR        0xF003B490          Port 20 Output Modification Set Register
P20_OMCR        0xF003B494          Port 20 Output Modification Clear Register
P20_ACCEN1      0xF003B4F8          Port 20 Access Enable Register 1
P20_ACCEN0      0xF003B4FC          Port 20 Access Enable Register 0
P21_OUT         0xF003B500          Port 21 Output Register
P21_OMR         0xF003B504          Port 21 Output Modification Register
P21_ID          0xF003B508          Port 21 Identification Register
P21_IOCR0       0xF003B510          Port 21 Input/Output Control Register 0
P21_IOCR4       0xF003B514          Port 21 Input/Output Control Register 4
P21_IN          0xF003B524          Port 21 Input Register
P21_PDR0        0xF003B540          Port 21 Pad Driver Mode Register 0
P21_ESR         0xF003B550          Port 21 Emergency Stop Register
P21_PDISC       0xF003B560          Port 21 Pin Function Decision Control Register
P21_PCSR        0xF003B564          Port 21 Pin Controller Select Register
P21_OMSR0       0xF003B570          Port 21 Output Modification Set Register 0
P21_OMSR4       0xF003B574          Port 21 Output Modification Set Register 4
P21_OMCR0       0xF003B580          Port 21 Output Modification Clear Register 0
P21_OMCR4       0xF003B584          Port 21 Output Modification Clear Register 4
P21_OMSR        0xF003B590          Port 21 Output Modification Set Register
P21_OMCR        0xF003B594          Port 21 Output Modification Clear Register
P21_LPCR1       0xF003B5A4          Port 21 LVDS Pad Control Register 1
P21_LPCR2       0xF003B5A8          Port 21 LVDS Pad Control Register 2
P21_ACCEN1      0xF003B5F8          Port 21 Access Enable Register 1
P21_ACCEN0      0xF003B5FC          Port 21 Access Enable Register 0
P22_OUT         0xF003B600          Port 22 Output Register
P22_OMR         0xF003B604          Port 22 Output Modification Register
P22_ID          0xF003B608          Port 22 Identification Register
P22_IOCR0       0xF003B610          Port 22 Input/Output Control Register 0
P22_IN          0xF003B624          Port 22 Input Register
P22_PDR0        0xF003B640          Port 22 Pad Driver Mode Register 0
P22_ESR         0xF003B650          Port 22 Emergency Stop Register
P22_PDISC       0xF003B660          Port 22 Pin Function Decision Control Register
P22_PCSR        0xF003B664          Port 22 Pin Controller Select Register
P22_OMSR0       0xF003B670          Port 22 Output Modification Set Register 0
P22_OMCR0       0xF003B680          Port 22 Output Modification Clear Register 0
P22_OMSR        0xF003B690          Port 22 Output Modification Set Register
P22_OMCR        0xF003B694          Port 22 Output Modification Clear Register
P22_ACCEN1      0xF003B6F8          Port 22 Access Enable Register 1
P22_ACCEN0      0xF003B6FC          Port 22 Access Enable Register 0
P23_OUT         0xF003B700          Port 23 Output Register
P23_OMR         0xF003B704          Port 23 Output Modification Register
P23_ID          0xF003B708          Port 23 Identification Register
P23_IOCR0       0xF003B710          Port 23 Input/Output Control Register 0
P23_IOCR4       0xF003B714          Port 23 Input/Output Control Register 4
P23_IN          0xF003B724          Port 23 Input Register
P23_PDR0        0xF003B740          Port 23 Pad Driver Mode Register 0
P23_ESR         0xF003B750          Port 23 Emergency Stop Register
P23_PDISC       0xF003B760          Port 23 Pin Function Decision Control Register
P23_PCSR        0xF003B764          Port 23 Pin Controller Select Register
P23_OMSR0       0xF003B770          Port 23 Output Modification Set Register 0
P23_OMSR4       0xF003B774          Port 23 Output Modification Set Register 4
P23_OMCR0       0xF003B780          Port 23 Output Modification Clear Register 0
P23_OMCR4       0xF003B784          Port 23 Output Modification Clear Register 4
P23_OMSR        0xF003B790          Port 23 Output Modification Set Register
P23_OMCR        0xF003B794          Port 23 Output Modification Clear Register
P23_ACCEN1      0xF003B7F8          Port 23 Access Enable Register 1
P23_ACCEN0      0xF003B7FC          Port 23 Access Enable Register 0
P32_OUT         0xF003C000          Port 32 Output Register
P32_OMR         0xF003C004          Port 32 Output Modification Register
P32_ID          0xF003C008          Port 32 Identification Register
P32_IOCR0       0xF003C010          Port 32 Input/Output Control Register 0
P32_IOCR4       0xF003C014          Port 32 Input/Output Control Register 4
P32_IN          0xF003C024          Port 32 Input Register
P32_PDR0        0xF003C040          Port 32 Pad Driver Mode Register 0
P32_ESR         0xF003C050          Port 32 Emergency Stop Register
P32_PDISC       0xF003C060          Port 32 Pin Function Decision Control Register
P32_PCSR        0xF003C064          Port 32 Pin Controller Select Register
P32_OMSR0       0xF003C070          Port 32 Output Modification Set Register 0
P32_OMSR4       0xF003C074          Port 32 Output Modification Set Register 4
P32_OMCR0       0xF003C080          Port 32 Output Modification Clear Register 0
P32_OMCR4       0xF003C084          Port 32 Output Modification Clear Register 4
P32_OMSR        0xF003C090          Port 32 Output Modification Set Register
P32_OMCR        0xF003C094          Port 32 Output Modification Clear Register
P32_ACCEN1      0xF003C0F8          Port 32 Access Enable Register 1
P32_ACCEN0      0xF003C0FC          Port 32 Access Enable Register 0
P33_OUT         0xF003C100          Port 33 Output Register
P33_OMR         0xF003C104          Port 33 Output Modification Register
P33_ID          0xF003C108          Port 33 Identification Register
P33_IOCR0       0xF003C110          Port 33 Input/Output Control Register 0
P33_IOCR4       0xF003C114          Port 33 Input/Output Control Register 4
P33_IOCR8       0xF003C118          Port 33 Input/Output Control Register 8
P33_IOCR12      0xF003C11C          Port 33 Input/Output Control Register 12
P33_IN          0xF003C124          Port 33 Input Register
P33_PDR0        0xF003C140          Port 33 Pad Driver Mode Register 0
P33_PDR1        0xF003C144          Port 33 Pad Driver Mode Register 1
P33_ESR         0xF003C150          Port 33 Emergency Stop Register
P33_PDISC       0xF003C160          Port 33 Pin Function Decision Control Register
P33_PCSR        0xF003C164          Port 33 Pin Controller Select Register
P33_OMSR0       0xF003C170          Port 33 Output Modification Set Register 0
P33_OMSR4       0xF003C174          Port 33 Output Modification Set Register 4
P33_OMSR8       0xF003C178          Port 33 Output Modification Set Register 8
P33_OMSR12      0xF003C17C          Port 33 Output Modification Set Register 12
P33_OMCR0       0xF003C180          Port 33 Output Modification Clear Register 0
P33_OMCR4       0xF003C184          Port 33 Output Modification Clear Register 4
P33_OMCR8       0xF003C188          Port 33 Output Modification Clear Register 8
P33_OMCR12      0xF003C18C          Port 33 Output Modification Clear Register 12
P33_OMSR        0xF003C190          Port 33 Output Modification Set Register
P33_OMCR        0xF003C194          Port 33 Output Modification Clear Register
P33_ACCEN1      0xF003C1F8          Port 33 Access Enable Register 1
P33_ACCEN0      0xF003C1FC          Port 33 Access Enable Register 0
P40_OUT         0xF003C800          Port 40 Output Register
P40_OMR         0xF003C804          Port 40 Output Modification Register
P40_ID          0xF003C808          Port 40 Identification Register
P40_IOCR0       0xF003C810          Port 40 Input/Output Control Register 0
P40_IOCR4       0xF003C814          Port 40 Input/Output Control Register 4
P40_IOCR8       0xF003C818          Port 40 Input/Output Control Register 8
P40_IN          0xF003C824          Port 40 Input Register
P40_PDR0        0xF003C840          Port 40 Pad Driver Mode Register 0
P40_PDR1        0xF003C844          Port 40 Pad Driver Mode Register 1
P40_ESR         0xF003C850          Port 40 Emergency Stop Register
P40_PDISC       0xF003C860          Port 40 Pin Function Decision Control Register
P40_PCSR        0xF003C864          Port 40 Pin Controller Select Register
P40_OMSR0       0xF003C870          Port 40 Output Modification Set Register 0
P40_OMSR4       0xF003C874          Port 40 Output Modification Set Register 4
P40_OMSR8       0xF003C878          Port 40 Output Modification Set Register 8
P40_OMCR0       0xF003C880          Port 40 Output Modification Clear Register 0
P40_OMCR4       0xF003C884          Port 40 Output Modification Clear Register 4
P40_OMCR8       0xF003C888          Port 40 Output Modification Clear Register 8
P40_OMSR        0xF003C890          Port 40 Output Modification Set Register
P40_OMCR        0xF003C894          Port 40 Output Modification Clear Register
P40_ACCEN1      0xF003C8F8          Port 40 Access Enable Register 1
P40_ACCEN0      0xF003C8FC          Port 40 Access Enable Register 0
MTU_CLC         0xF0060000          Clock Control Register
MTU_ID          0xF0060008          Identification Register
MTU_MEMTEST0    0xF0060010          Memory MBIST Enable Register 0
MTU_MEMTEST1    0xF0060014          Memory MBIST Enable Register 1
MTU_MEMTEST2    0xF0060018          Memory MBIST Enable Register 2
MTU_MEMMAP      0xF006001C          Memory Mapping Enable Register
MTU_MEMSTAT0    0xF0060038          Memory Status Register 0
MTU_MEMSTAT1    0xF006003C          Memory Status Register 1
MTU_MEMSTAT2    0xF0060040          Memory Status Register 2
MTU_MEMDONE0    0xF0060050          Memory Test Done Status Register 0
MTU_MEMDONE1    0xF0060054          Memory Test Done Status Register 1
MTU_MEMDONE2    0xF0060058          Memory Test Done Status Register 2
MTU_MEMFDA0     0xF0060060          Memory Test FDA Status Register 0
MTU_MEMFDA1     0xF0060064          Memory Test FDA Status Register 1
MTU_MEMFDA2     0xF0060068          Memory Test FDA Status Register 2
MTU_ACCEN1      0xF00600F8          Access Enable Register 1
MTU_ACCEN0      0xF00600FC          Access Enable Register 0
MTU_MC0_CONFIG0 0xF0061000          MC 0 Configuration Register 0
MTU_MC0_CONFIG1 0xF0061002          MC 0 Configuration Register 1
MTU_MC0_MCONTROL 0xF0061004          MC 0 MBIST Control Register
MTU_MC0_MSTATUS 0xF0061006          MC 0 Status Register
MTU_MC0_RANGE   0xF0061008          MC 0 Range Register, single address mode
MTU_MC0_REVID   0xF006100C          MC 0 Revision ID Register
MTU_MC0_ECCS    0xF006100E          MC 0 ECC Safety Register
MTU_MC0_ECCD    0xF0061010          MC 0 Memory ECC Detection Register
MTU_MC0_ETRR0   0xF0061012          MC 0 Error Tracking Register 0
MTU_MC0_ETRR1   0xF0061014          MC 0 Error Tracking Register 1
MTU_MC0_ETRR2   0xF0061016          MC 0 Error Tracking Register 2
MTU_MC0_ETRR3   0xF0061018          MC 0 Error Tracking Register 3
MTU_MC0_ETRR4   0xF006101A          MC 0 Error Tracking Register 4
MTU_MC0_RDBFL0  0xF0061060          MC 0 Read Data and Bit Flip Register 0
MTU_MC0_RDBFL1  0xF0061062          MC 0 Read Data and Bit Flip Register 1
MTU_MC0_RDBFL2  0xF0061064          MC 0 Read Data and Bit Flip Register 2
MTU_MC0_RDBFL3  0xF0061066          MC 0 Read Data and Bit Flip Register 3
MTU_MC0_RDBFL4  0xF0061068          MC 0 Read Data and Bit Flip Register 4
MTU_MC0_RDBFL5  0xF006106A          MC 0 Read Data and Bit Flip Register 5
MTU_MC0_RDBFL6  0xF006106C          MC 0 Read Data and Bit Flip Register 6
MTU_MC0_RDBFL7  0xF006106E          MC 0 Read Data and Bit Flip Register 7
MTU_MC0_RDBFL8  0xF0061070          MC 0 Read Data and Bit Flip Register 8
MTU_MC0_RDBFL9  0xF0061072          MC 0 Read Data and Bit Flip Register 9
MTU_MC0_RDBFL10 0xF0061074          MC 0 Read Data and Bit Flip Register 10
MTU_MC0_RDBFL11 0xF0061076          MC 0 Read Data and Bit Flip Register 11
MTU_MC0_RDBFL12 0xF0061078          MC 0 Read Data and Bit Flip Register 12
MTU_MC0_RDBFL13 0xF006107A          MC 0 Read Data and Bit Flip Register 13
MTU_MC0_RDBFL14 0xF006107C          MC 0 Read Data and Bit Flip Register 14
MTU_MC0_RDBFL15 0xF006107E          MC 0 Read Data and Bit Flip Register 15
MTU_MC0_RDBFL16 0xF0061080          MC 0 Read Data and Bit Flip Register 16
MTU_MC0_RDBFL17 0xF0061082          MC 0 Read Data and Bit Flip Register 17
MTU_MC0_RDBFL18 0xF0061084          MC 0 Read Data and Bit Flip Register 18
MTU_MC0_RDBFL19 0xF0061086          MC 0 Read Data and Bit Flip Register 19
MTU_MC0_RDBFL20 0xF0061088          MC 0 Read Data and Bit Flip Register 20
MTU_MC0_RDBFL21 0xF006108A          MC 0 Read Data and Bit Flip Register 21
MTU_MC0_RDBFL22 0xF006108C          MC 0 Read Data and Bit Flip Register 22
MTU_MC0_RDBFL23 0xF006108E          MC 0 Read Data and Bit Flip Register 23
MTU_MC0_RDBFL24 0xF0061090          MC 0 Read Data and Bit Flip Register 24
MTU_MC0_RDBFL25 0xF0061092          MC 0 Read Data and Bit Flip Register 25
MTU_MC0_RDBFL26 0xF0061094          MC 0 Read Data and Bit Flip Register 26
MTU_MC0_RDBFL27 0xF0061096          MC 0 Read Data and Bit Flip Register 27
MTU_MC0_RDBFL28 0xF0061098          MC 0 Read Data and Bit Flip Register 28
MTU_MC0_RDBFL29 0xF006109A          MC 0 Read Data and Bit Flip Register 29
MTU_MC0_RDBFL30 0xF006109C          MC 0 Read Data and Bit Flip Register 30
MTU_MC0_RDBFL31 0xF006109E          MC 0 Read Data and Bit Flip Register 31
MTU_MC0_RDBFL32 0xF00610A0          MC 0 Read Data and Bit Flip Register 32
MTU_MC0_RDBFL33 0xF00610A2          MC 0 Read Data and Bit Flip Register 33
MTU_MC0_RDBFL34 0xF00610A4          MC 0 Read Data and Bit Flip Register 34
MTU_MC0_RDBFL35 0xF00610A6          MC 0 Read Data and Bit Flip Register 35
MTU_MC0_RDBFL36 0xF00610A8          MC 0 Read Data and Bit Flip Register 36
MTU_MC0_RDBFL37 0xF00610AA          MC 0 Read Data and Bit Flip Register 37
MTU_MC0_RDBFL38 0xF00610AC          MC 0 Read Data and Bit Flip Register 38
MTU_MC0_RDBFL39 0xF00610AE          MC 0 Read Data and Bit Flip Register 39
MTU_MC0_RDBFL40 0xF00610B0          MC 0 Read Data and Bit Flip Register 40
MTU_MC0_RDBFL41 0xF00610B2          MC 0 Read Data and Bit Flip Register 41
MTU_MC0_RDBFL42 0xF00610B4          MC 0 Read Data and Bit Flip Register 42
MTU_MC0_RDBFL43 0xF00610B6          MC 0 Read Data and Bit Flip Register 43
MTU_MC0_RDBFL44 0xF00610B8          MC 0 Read Data and Bit Flip Register 44
MTU_MC0_RDBFL45 0xF00610BA          MC 0 Read Data and Bit Flip Register 45
MTU_MC0_RDBFL46 0xF00610BC          MC 0 Read Data and Bit Flip Register 46
MTU_MC0_RDBFL47 0xF00610BE          MC 0 Read Data and Bit Flip Register 47
MTU_MC0_RDBFL48 0xF00610C0          MC 0 Read Data and Bit Flip Register 48
MTU_MC0_RDBFL49 0xF00610C2          MC 0 Read Data and Bit Flip Register 49
MTU_MC0_RDBFL50 0xF00610C4          MC 0 Read Data and Bit Flip Register 50
MTU_MC0_RDBFL51 0xF00610C6          MC 0 Read Data and Bit Flip Register 51
MTU_MC0_RDBFL52 0xF00610C8          MC 0 Read Data and Bit Flip Register 52
MTU_MC0_RDBFL53 0xF00610CA          MC 0 Read Data and Bit Flip Register 53
MTU_MC0_RDBFL54 0xF00610CC          MC 0 Read Data and Bit Flip Register 54
MTU_MC0_RDBFL55 0xF00610CE          MC 0 Read Data and Bit Flip Register 55
MTU_MC0_RDBFL56 0xF00610D0          MC 0 Read Data and Bit Flip Register 56
MTU_MC0_RDBFL57 0xF00610D2          MC 0 Read Data and Bit Flip Register 57
MTU_MC0_RDBFL58 0xF00610D4          MC 0 Read Data and Bit Flip Register 58
MTU_MC0_RDBFL59 0xF00610D6          MC 0 Read Data and Bit Flip Register 59
MTU_MC0_RDBFL60 0xF00610D8          MC 0 Read Data and Bit Flip Register 60
MTU_MC0_RDBFL61 0xF00610DA          MC 0 Read Data and Bit Flip Register 61
MTU_MC0_RDBFL62 0xF00610DC          MC 0 Read Data and Bit Flip Register 62
MTU_MC0_RDBFL63 0xF00610DE          MC 0 Read Data and Bit Flip Register 63
MTU_MC0_RDBFL64 0xF00610E0          MC 0 Read Data and Bit Flip Register 64
MTU_MC0_RDBFL65 0xF00610E2          MC 0 Read Data and Bit Flip Register 65
MTU_MC0_RDBFL66 0xF00610E4          MC 0 Read Data and Bit Flip Register 66
MTU_MC0_ALMSRCS 0xF00610EE          MC 0 Alarm Sources Configuration Register
MTU_MC0_FAULTSTS 0xF00610F0          MC 0 SSH Safety Faults Status Register
MTU_MC0_ERRINFO0 0xF00610F2          MC 0 Error Information Register 0
MTU_MC0_ERRINFO1 0xF00610F4          MC 0 Error Information Register 1
MTU_MC0_ERRINFO2 0xF00610F6          MC 0 Error Information Register 2
MTU_MC0_ERRINFO3 0xF00610F8          MC 0 Error Information Register 3
MTU_MC0_ERRINFO4 0xF00610FA          MC 0 Error Information Register 4
MTU_MC1_CONFIG0 0xF0061100          MC 1 Configuration Register 0
MTU_MC1_CONFIG1 0xF0061102          MC 1 Configuration Register 1
MTU_MC1_MCONTROL 0xF0061104          MC 1 MBIST Control Register
MTU_MC1_MSTATUS 0xF0061106          MC 1 Status Register
MTU_MC1_RANGE   0xF0061108          MC 1 Range Register, single address mode
MTU_MC1_REVID   0xF006110C          MC 1 Revision ID Register
MTU_MC1_ECCS    0xF006110E          MC 1 ECC Safety Register
MTU_MC1_ECCD    0xF0061110          MC 1 Memory ECC Detection Register
MTU_MC1_ETRR0   0xF0061112          MC 1 Error Tracking Register 0
MTU_MC1_ETRR1   0xF0061114          MC 1 Error Tracking Register 1
MTU_MC1_ETRR2   0xF0061116          MC 1 Error Tracking Register 2
MTU_MC1_ETRR3   0xF0061118          MC 1 Error Tracking Register 3
MTU_MC1_ETRR4   0xF006111A          MC 1 Error Tracking Register 4
MTU_MC1_RDBFL0  0xF0061160          MC 1 Read Data and Bit Flip Register 0
MTU_MC1_RDBFL1  0xF0061162          MC 1 Read Data and Bit Flip Register 1
MTU_MC1_RDBFL2  0xF0061164          MC 1 Read Data and Bit Flip Register 2
MTU_MC1_RDBFL3  0xF0061166          MC 1 Read Data and Bit Flip Register 3
MTU_MC1_RDBFL4  0xF0061168          MC 1 Read Data and Bit Flip Register 4
MTU_MC1_RDBFL5  0xF006116A          MC 1 Read Data and Bit Flip Register 5
MTU_MC1_RDBFL6  0xF006116C          MC 1 Read Data and Bit Flip Register 6
MTU_MC1_RDBFL7  0xF006116E          MC 1 Read Data and Bit Flip Register 7
MTU_MC1_RDBFL8  0xF0061170          MC 1 Read Data and Bit Flip Register 8
MTU_MC1_RDBFL9  0xF0061172          MC 1 Read Data and Bit Flip Register 9
MTU_MC1_RDBFL10 0xF0061174          MC 1 Read Data and Bit Flip Register 10
MTU_MC1_RDBFL11 0xF0061176          MC 1 Read Data and Bit Flip Register 11
MTU_MC1_RDBFL12 0xF0061178          MC 1 Read Data and Bit Flip Register 12
MTU_MC1_RDBFL13 0xF006117A          MC 1 Read Data and Bit Flip Register 13
MTU_MC1_RDBFL14 0xF006117C          MC 1 Read Data and Bit Flip Register 14
MTU_MC1_RDBFL15 0xF006117E          MC 1 Read Data and Bit Flip Register 15
MTU_MC1_RDBFL16 0xF0061180          MC 1 Read Data and Bit Flip Register 16
MTU_MC1_RDBFL17 0xF0061182          MC 1 Read Data and Bit Flip Register 17
MTU_MC1_RDBFL18 0xF0061184          MC 1 Read Data and Bit Flip Register 18
MTU_MC1_RDBFL19 0xF0061186          MC 1 Read Data and Bit Flip Register 19
MTU_MC1_RDBFL20 0xF0061188          MC 1 Read Data and Bit Flip Register 20
MTU_MC1_RDBFL21 0xF006118A          MC 1 Read Data and Bit Flip Register 21
MTU_MC1_RDBFL22 0xF006118C          MC 1 Read Data and Bit Flip Register 22
MTU_MC1_RDBFL23 0xF006118E          MC 1 Read Data and Bit Flip Register 23
MTU_MC1_RDBFL24 0xF0061190          MC 1 Read Data and Bit Flip Register 24
MTU_MC1_RDBFL25 0xF0061192          MC 1 Read Data and Bit Flip Register 25
MTU_MC1_RDBFL26 0xF0061194          MC 1 Read Data and Bit Flip Register 26
MTU_MC1_RDBFL27 0xF0061196          MC 1 Read Data and Bit Flip Register 27
MTU_MC1_RDBFL28 0xF0061198          MC 1 Read Data and Bit Flip Register 28
MTU_MC1_RDBFL29 0xF006119A          MC 1 Read Data and Bit Flip Register 29
MTU_MC1_RDBFL30 0xF006119C          MC 1 Read Data and Bit Flip Register 30
MTU_MC1_RDBFL31 0xF006119E          MC 1 Read Data and Bit Flip Register 31
MTU_MC1_RDBFL32 0xF00611A0          MC 1 Read Data and Bit Flip Register 32
MTU_MC1_RDBFL33 0xF00611A2          MC 1 Read Data and Bit Flip Register 33
MTU_MC1_RDBFL34 0xF00611A4          MC 1 Read Data and Bit Flip Register 34
MTU_MC1_RDBFL35 0xF00611A6          MC 1 Read Data and Bit Flip Register 35
MTU_MC1_RDBFL36 0xF00611A8          MC 1 Read Data and Bit Flip Register 36
MTU_MC1_RDBFL37 0xF00611AA          MC 1 Read Data and Bit Flip Register 37
MTU_MC1_RDBFL38 0xF00611AC          MC 1 Read Data and Bit Flip Register 38
MTU_MC1_RDBFL39 0xF00611AE          MC 1 Read Data and Bit Flip Register 39
MTU_MC1_RDBFL40 0xF00611B0          MC 1 Read Data and Bit Flip Register 40
MTU_MC1_RDBFL41 0xF00611B2          MC 1 Read Data and Bit Flip Register 41
MTU_MC1_RDBFL42 0xF00611B4          MC 1 Read Data and Bit Flip Register 42
MTU_MC1_RDBFL43 0xF00611B6          MC 1 Read Data and Bit Flip Register 43
MTU_MC1_RDBFL44 0xF00611B8          MC 1 Read Data and Bit Flip Register 44
MTU_MC1_RDBFL45 0xF00611BA          MC 1 Read Data and Bit Flip Register 45
MTU_MC1_RDBFL46 0xF00611BC          MC 1 Read Data and Bit Flip Register 46
MTU_MC1_RDBFL47 0xF00611BE          MC 1 Read Data and Bit Flip Register 47
MTU_MC1_RDBFL48 0xF00611C0          MC 1 Read Data and Bit Flip Register 48
MTU_MC1_RDBFL49 0xF00611C2          MC 1 Read Data and Bit Flip Register 49
MTU_MC1_RDBFL50 0xF00611C4          MC 1 Read Data and Bit Flip Register 50
MTU_MC1_RDBFL51 0xF00611C6          MC 1 Read Data and Bit Flip Register 51
MTU_MC1_RDBFL52 0xF00611C8          MC 1 Read Data and Bit Flip Register 52
MTU_MC1_RDBFL53 0xF00611CA          MC 1 Read Data and Bit Flip Register 53
MTU_MC1_RDBFL54 0xF00611CC          MC 1 Read Data and Bit Flip Register 54
MTU_MC1_RDBFL55 0xF00611CE          MC 1 Read Data and Bit Flip Register 55
MTU_MC1_RDBFL56 0xF00611D0          MC 1 Read Data and Bit Flip Register 56
MTU_MC1_RDBFL57 0xF00611D2          MC 1 Read Data and Bit Flip Register 57
MTU_MC1_RDBFL58 0xF00611D4          MC 1 Read Data and Bit Flip Register 58
MTU_MC1_RDBFL59 0xF00611D6          MC 1 Read Data and Bit Flip Register 59
MTU_MC1_RDBFL60 0xF00611D8          MC 1 Read Data and Bit Flip Register 60
MTU_MC1_RDBFL61 0xF00611DA          MC 1 Read Data and Bit Flip Register 61
MTU_MC1_RDBFL62 0xF00611DC          MC 1 Read Data and Bit Flip Register 62
MTU_MC1_RDBFL63 0xF00611DE          MC 1 Read Data and Bit Flip Register 63
MTU_MC1_RDBFL64 0xF00611E0          MC 1 Read Data and Bit Flip Register 64
MTU_MC1_RDBFL65 0xF00611E2          MC 1 Read Data and Bit Flip Register 65
MTU_MC1_RDBFL66 0xF00611E4          MC 1 Read Data and Bit Flip Register 66
MTU_MC1_ALMSRCS 0xF00611EE          MC 1 Alarm Sources Configuration Register
MTU_MC1_FAULTSTS 0xF00611F0          MC 1 SSH Safety Faults Status Register
MTU_MC1_ERRINFO0 0xF00611F2          MC 1 Error Information Register 0
MTU_MC1_ERRINFO1 0xF00611F4          MC 1 Error Information Register 1
MTU_MC1_ERRINFO2 0xF00611F6          MC 1 Error Information Register 2
MTU_MC1_ERRINFO3 0xF00611F8          MC 1 Error Information Register 3
MTU_MC1_ERRINFO4 0xF00611FA          MC 1 Error Information Register 4
MTU_MC2_CONFIG0 0xF0061200          MC 2 Configuration Register 0
MTU_MC2_CONFIG1 0xF0061202          MC 2 Configuration Register 1
MTU_MC2_MCONTROL 0xF0061204          MC 2 MBIST Control Register
MTU_MC2_MSTATUS 0xF0061206          MC 2 Status Register
MTU_MC2_RANGE   0xF0061208          MC 2 Range Register, single address mode
MTU_MC2_REVID   0xF006120C          MC 2 Revision ID Register
MTU_MC2_ECCS    0xF006120E          MC 2 ECC Safety Register
MTU_MC2_ECCD    0xF0061210          MC 2 Memory ECC Detection Register
MTU_MC2_ETRR0   0xF0061212          MC 2 Error Tracking Register 0
MTU_MC2_ETRR1   0xF0061214          MC 2 Error Tracking Register 1
MTU_MC2_ETRR2   0xF0061216          MC 2 Error Tracking Register 2
MTU_MC2_ETRR3   0xF0061218          MC 2 Error Tracking Register 3
MTU_MC2_ETRR4   0xF006121A          MC 2 Error Tracking Register 4
MTU_MC2_RDBFL0  0xF0061260          MC 2 Read Data and Bit Flip Register 0
MTU_MC2_RDBFL1  0xF0061262          MC 2 Read Data and Bit Flip Register 1
MTU_MC2_RDBFL2  0xF0061264          MC 2 Read Data and Bit Flip Register 2
MTU_MC2_RDBFL3  0xF0061266          MC 2 Read Data and Bit Flip Register 3
MTU_MC2_RDBFL4  0xF0061268          MC 2 Read Data and Bit Flip Register 4
MTU_MC2_RDBFL5  0xF006126A          MC 2 Read Data and Bit Flip Register 5
MTU_MC2_RDBFL6  0xF006126C          MC 2 Read Data and Bit Flip Register 6
MTU_MC2_RDBFL7  0xF006126E          MC 2 Read Data and Bit Flip Register 7
MTU_MC2_RDBFL8  0xF0061270          MC 2 Read Data and Bit Flip Register 8
MTU_MC2_RDBFL9  0xF0061272          MC 2 Read Data and Bit Flip Register 9
MTU_MC2_RDBFL10 0xF0061274          MC 2 Read Data and Bit Flip Register 10
MTU_MC2_RDBFL11 0xF0061276          MC 2 Read Data and Bit Flip Register 11
MTU_MC2_RDBFL12 0xF0061278          MC 2 Read Data and Bit Flip Register 12
MTU_MC2_RDBFL13 0xF006127A          MC 2 Read Data and Bit Flip Register 13
MTU_MC2_RDBFL14 0xF006127C          MC 2 Read Data and Bit Flip Register 14
MTU_MC2_RDBFL15 0xF006127E          MC 2 Read Data and Bit Flip Register 15
MTU_MC2_RDBFL16 0xF0061280          MC 2 Read Data and Bit Flip Register 16
MTU_MC2_RDBFL17 0xF0061282          MC 2 Read Data and Bit Flip Register 17
MTU_MC2_RDBFL18 0xF0061284          MC 2 Read Data and Bit Flip Register 18
MTU_MC2_RDBFL19 0xF0061286          MC 2 Read Data and Bit Flip Register 19
MTU_MC2_RDBFL20 0xF0061288          MC 2 Read Data and Bit Flip Register 20
MTU_MC2_RDBFL21 0xF006128A          MC 2 Read Data and Bit Flip Register 21
MTU_MC2_RDBFL22 0xF006128C          MC 2 Read Data and Bit Flip Register 22
MTU_MC2_RDBFL23 0xF006128E          MC 2 Read Data and Bit Flip Register 23
MTU_MC2_RDBFL24 0xF0061290          MC 2 Read Data and Bit Flip Register 24
MTU_MC2_RDBFL25 0xF0061292          MC 2 Read Data and Bit Flip Register 25
MTU_MC2_RDBFL26 0xF0061294          MC 2 Read Data and Bit Flip Register 26
MTU_MC2_RDBFL27 0xF0061296          MC 2 Read Data and Bit Flip Register 27
MTU_MC2_RDBFL28 0xF0061298          MC 2 Read Data and Bit Flip Register 28
MTU_MC2_RDBFL29 0xF006129A          MC 2 Read Data and Bit Flip Register 29
MTU_MC2_RDBFL30 0xF006129C          MC 2 Read Data and Bit Flip Register 30
MTU_MC2_RDBFL31 0xF006129E          MC 2 Read Data and Bit Flip Register 31
MTU_MC2_RDBFL32 0xF00612A0          MC 2 Read Data and Bit Flip Register 32
MTU_MC2_RDBFL33 0xF00612A2          MC 2 Read Data and Bit Flip Register 33
MTU_MC2_RDBFL34 0xF00612A4          MC 2 Read Data and Bit Flip Register 34
MTU_MC2_RDBFL35 0xF00612A6          MC 2 Read Data and Bit Flip Register 35
MTU_MC2_RDBFL36 0xF00612A8          MC 2 Read Data and Bit Flip Register 36
MTU_MC2_RDBFL37 0xF00612AA          MC 2 Read Data and Bit Flip Register 37
MTU_MC2_RDBFL38 0xF00612AC          MC 2 Read Data and Bit Flip Register 38
MTU_MC2_RDBFL39 0xF00612AE          MC 2 Read Data and Bit Flip Register 39
MTU_MC2_RDBFL40 0xF00612B0          MC 2 Read Data and Bit Flip Register 40
MTU_MC2_RDBFL41 0xF00612B2          MC 2 Read Data and Bit Flip Register 41
MTU_MC2_RDBFL42 0xF00612B4          MC 2 Read Data and Bit Flip Register 42
MTU_MC2_RDBFL43 0xF00612B6          MC 2 Read Data and Bit Flip Register 43
MTU_MC2_RDBFL44 0xF00612B8          MC 2 Read Data and Bit Flip Register 44
MTU_MC2_RDBFL45 0xF00612BA          MC 2 Read Data and Bit Flip Register 45
MTU_MC2_RDBFL46 0xF00612BC          MC 2 Read Data and Bit Flip Register 46
MTU_MC2_RDBFL47 0xF00612BE          MC 2 Read Data and Bit Flip Register 47
MTU_MC2_RDBFL48 0xF00612C0          MC 2 Read Data and Bit Flip Register 48
MTU_MC2_RDBFL49 0xF00612C2          MC 2 Read Data and Bit Flip Register 49
MTU_MC2_RDBFL50 0xF00612C4          MC 2 Read Data and Bit Flip Register 50
MTU_MC2_RDBFL51 0xF00612C6          MC 2 Read Data and Bit Flip Register 51
MTU_MC2_RDBFL52 0xF00612C8          MC 2 Read Data and Bit Flip Register 52
MTU_MC2_RDBFL53 0xF00612CA          MC 2 Read Data and Bit Flip Register 53
MTU_MC2_RDBFL54 0xF00612CC          MC 2 Read Data and Bit Flip Register 54
MTU_MC2_RDBFL55 0xF00612CE          MC 2 Read Data and Bit Flip Register 55
MTU_MC2_RDBFL56 0xF00612D0          MC 2 Read Data and Bit Flip Register 56
MTU_MC2_RDBFL57 0xF00612D2          MC 2 Read Data and Bit Flip Register 57
MTU_MC2_RDBFL58 0xF00612D4          MC 2 Read Data and Bit Flip Register 58
MTU_MC2_RDBFL59 0xF00612D6          MC 2 Read Data and Bit Flip Register 59
MTU_MC2_RDBFL60 0xF00612D8          MC 2 Read Data and Bit Flip Register 60
MTU_MC2_RDBFL61 0xF00612DA          MC 2 Read Data and Bit Flip Register 61
MTU_MC2_RDBFL62 0xF00612DC          MC 2 Read Data and Bit Flip Register 62
MTU_MC2_RDBFL63 0xF00612DE          MC 2 Read Data and Bit Flip Register 63
MTU_MC2_RDBFL64 0xF00612E0          MC 2 Read Data and Bit Flip Register 64
MTU_MC2_RDBFL65 0xF00612E2          MC 2 Read Data and Bit Flip Register 65
MTU_MC2_RDBFL66 0xF00612E4          MC 2 Read Data and Bit Flip Register 66
MTU_MC2_ALMSRCS 0xF00612EE          MC 2 Alarm Sources Configuration Register
MTU_MC2_FAULTSTS 0xF00612F0          MC 2 SSH Safety Faults Status Register
MTU_MC2_ERRINFO0 0xF00612F2          MC 2 Error Information Register 0
MTU_MC2_ERRINFO1 0xF00612F4          MC 2 Error Information Register 1
MTU_MC2_ERRINFO2 0xF00612F6          MC 2 Error Information Register 2
MTU_MC2_ERRINFO3 0xF00612F8          MC 2 Error Information Register 3
MTU_MC2_ERRINFO4 0xF00612FA          MC 2 Error Information Register 4
MTU_MC3_CONFIG0 0xF0061300          MC 3 Configuration Register 0
MTU_MC3_CONFIG1 0xF0061302          MC 3 Configuration Register 1
MTU_MC3_MCONTROL 0xF0061304          MC 3 MBIST Control Register
MTU_MC3_MSTATUS 0xF0061306          MC 3 Status Register
MTU_MC3_RANGE   0xF0061308          MC 3 Range Register, single address mode
MTU_MC3_REVID   0xF006130C          MC 3 Revision ID Register
MTU_MC3_ECCS    0xF006130E          MC 3 ECC Safety Register
MTU_MC3_ECCD    0xF0061310          MC 3 Memory ECC Detection Register
MTU_MC3_ETRR0   0xF0061312          MC 3 Error Tracking Register 0
MTU_MC3_ETRR1   0xF0061314          MC 3 Error Tracking Register 1
MTU_MC3_ETRR2   0xF0061316          MC 3 Error Tracking Register 2
MTU_MC3_ETRR3   0xF0061318          MC 3 Error Tracking Register 3
MTU_MC3_ETRR4   0xF006131A          MC 3 Error Tracking Register 4
MTU_MC3_RDBFL0  0xF0061360          MC 3 Read Data and Bit Flip Register 0
MTU_MC3_RDBFL1  0xF0061362          MC 3 Read Data and Bit Flip Register 1
MTU_MC3_RDBFL2  0xF0061364          MC 3 Read Data and Bit Flip Register 2
MTU_MC3_RDBFL3  0xF0061366          MC 3 Read Data and Bit Flip Register 3
MTU_MC3_RDBFL4  0xF0061368          MC 3 Read Data and Bit Flip Register 4
MTU_MC3_RDBFL5  0xF006136A          MC 3 Read Data and Bit Flip Register 5
MTU_MC3_RDBFL6  0xF006136C          MC 3 Read Data and Bit Flip Register 6
MTU_MC3_RDBFL7  0xF006136E          MC 3 Read Data and Bit Flip Register 7
MTU_MC3_RDBFL8  0xF0061370          MC 3 Read Data and Bit Flip Register 8
MTU_MC3_RDBFL9  0xF0061372          MC 3 Read Data and Bit Flip Register 9
MTU_MC3_RDBFL10 0xF0061374          MC 3 Read Data and Bit Flip Register 10
MTU_MC3_RDBFL11 0xF0061376          MC 3 Read Data and Bit Flip Register 11
MTU_MC3_RDBFL12 0xF0061378          MC 3 Read Data and Bit Flip Register 12
MTU_MC3_RDBFL13 0xF006137A          MC 3 Read Data and Bit Flip Register 13
MTU_MC3_RDBFL14 0xF006137C          MC 3 Read Data and Bit Flip Register 14
MTU_MC3_RDBFL15 0xF006137E          MC 3 Read Data and Bit Flip Register 15
MTU_MC3_RDBFL16 0xF0061380          MC 3 Read Data and Bit Flip Register 16
MTU_MC3_RDBFL17 0xF0061382          MC 3 Read Data and Bit Flip Register 17
MTU_MC3_RDBFL18 0xF0061384          MC 3 Read Data and Bit Flip Register 18
MTU_MC3_RDBFL19 0xF0061386          MC 3 Read Data and Bit Flip Register 19
MTU_MC3_RDBFL20 0xF0061388          MC 3 Read Data and Bit Flip Register 20
MTU_MC3_RDBFL21 0xF006138A          MC 3 Read Data and Bit Flip Register 21
MTU_MC3_RDBFL22 0xF006138C          MC 3 Read Data and Bit Flip Register 22
MTU_MC3_RDBFL23 0xF006138E          MC 3 Read Data and Bit Flip Register 23
MTU_MC3_RDBFL24 0xF0061390          MC 3 Read Data and Bit Flip Register 24
MTU_MC3_RDBFL25 0xF0061392          MC 3 Read Data and Bit Flip Register 25
MTU_MC3_RDBFL26 0xF0061394          MC 3 Read Data and Bit Flip Register 26
MTU_MC3_RDBFL27 0xF0061396          MC 3 Read Data and Bit Flip Register 27
MTU_MC3_RDBFL28 0xF0061398          MC 3 Read Data and Bit Flip Register 28
MTU_MC3_RDBFL29 0xF006139A          MC 3 Read Data and Bit Flip Register 29
MTU_MC3_RDBFL30 0xF006139C          MC 3 Read Data and Bit Flip Register 30
MTU_MC3_RDBFL31 0xF006139E          MC 3 Read Data and Bit Flip Register 31
MTU_MC3_RDBFL32 0xF00613A0          MC 3 Read Data and Bit Flip Register 32
MTU_MC3_RDBFL33 0xF00613A2          MC 3 Read Data and Bit Flip Register 33
MTU_MC3_RDBFL34 0xF00613A4          MC 3 Read Data and Bit Flip Register 34
MTU_MC3_RDBFL35 0xF00613A6          MC 3 Read Data and Bit Flip Register 35
MTU_MC3_RDBFL36 0xF00613A8          MC 3 Read Data and Bit Flip Register 36
MTU_MC3_RDBFL37 0xF00613AA          MC 3 Read Data and Bit Flip Register 37
MTU_MC3_RDBFL38 0xF00613AC          MC 3 Read Data and Bit Flip Register 38
MTU_MC3_RDBFL39 0xF00613AE          MC 3 Read Data and Bit Flip Register 39
MTU_MC3_RDBFL40 0xF00613B0          MC 3 Read Data and Bit Flip Register 40
MTU_MC3_RDBFL41 0xF00613B2          MC 3 Read Data and Bit Flip Register 41
MTU_MC3_RDBFL42 0xF00613B4          MC 3 Read Data and Bit Flip Register 42
MTU_MC3_RDBFL43 0xF00613B6          MC 3 Read Data and Bit Flip Register 43
MTU_MC3_RDBFL44 0xF00613B8          MC 3 Read Data and Bit Flip Register 44
MTU_MC3_RDBFL45 0xF00613BA          MC 3 Read Data and Bit Flip Register 45
MTU_MC3_RDBFL46 0xF00613BC          MC 3 Read Data and Bit Flip Register 46
MTU_MC3_RDBFL47 0xF00613BE          MC 3 Read Data and Bit Flip Register 47
MTU_MC3_RDBFL48 0xF00613C0          MC 3 Read Data and Bit Flip Register 48
MTU_MC3_RDBFL49 0xF00613C2          MC 3 Read Data and Bit Flip Register 49
MTU_MC3_RDBFL50 0xF00613C4          MC 3 Read Data and Bit Flip Register 50
MTU_MC3_RDBFL51 0xF00613C6          MC 3 Read Data and Bit Flip Register 51
MTU_MC3_RDBFL52 0xF00613C8          MC 3 Read Data and Bit Flip Register 52
MTU_MC3_RDBFL53 0xF00613CA          MC 3 Read Data and Bit Flip Register 53
MTU_MC3_RDBFL54 0xF00613CC          MC 3 Read Data and Bit Flip Register 54
MTU_MC3_RDBFL55 0xF00613CE          MC 3 Read Data and Bit Flip Register 55
MTU_MC3_RDBFL56 0xF00613D0          MC 3 Read Data and Bit Flip Register 56
MTU_MC3_RDBFL57 0xF00613D2          MC 3 Read Data and Bit Flip Register 57
MTU_MC3_RDBFL58 0xF00613D4          MC 3 Read Data and Bit Flip Register 58
MTU_MC3_RDBFL59 0xF00613D6          MC 3 Read Data and Bit Flip Register 59
MTU_MC3_RDBFL60 0xF00613D8          MC 3 Read Data and Bit Flip Register 60
MTU_MC3_RDBFL61 0xF00613DA          MC 3 Read Data and Bit Flip Register 61
MTU_MC3_RDBFL62 0xF00613DC          MC 3 Read Data and Bit Flip Register 62
MTU_MC3_RDBFL63 0xF00613DE          MC 3 Read Data and Bit Flip Register 63
MTU_MC3_RDBFL64 0xF00613E0          MC 3 Read Data and Bit Flip Register 64
MTU_MC3_RDBFL65 0xF00613E2          MC 3 Read Data and Bit Flip Register 65
MTU_MC3_RDBFL66 0xF00613E4          MC 3 Read Data and Bit Flip Register 66
MTU_MC3_ALMSRCS 0xF00613EE          MC 3 Alarm Sources Configuration Register
MTU_MC3_FAULTSTS 0xF00613F0          MC 3 SSH Safety Faults Status Register
MTU_MC3_ERRINFO0 0xF00613F2          MC 3 Error Information Register 0
MTU_MC3_ERRINFO1 0xF00613F4          MC 3 Error Information Register 1
MTU_MC3_ERRINFO2 0xF00613F6          MC 3 Error Information Register 2
MTU_MC3_ERRINFO3 0xF00613F8          MC 3 Error Information Register 3
MTU_MC3_ERRINFO4 0xF00613FA          MC 3 Error Information Register 4
MTU_MC4_CONFIG0 0xF0061400          MC 4 Configuration Register 0
MTU_MC4_CONFIG1 0xF0061402          MC 4 Configuration Register 1
MTU_MC4_MCONTROL 0xF0061404          MC 4 MBIST Control Register
MTU_MC4_MSTATUS 0xF0061406          MC 4 Status Register
MTU_MC4_RANGE   0xF0061408          MC 4 Range Register, single address mode
MTU_MC4_REVID   0xF006140C          MC 4 Revision ID Register
MTU_MC4_ECCS    0xF006140E          MC 4 ECC Safety Register
MTU_MC4_ECCD    0xF0061410          MC 4 Memory ECC Detection Register
MTU_MC4_ETRR0   0xF0061412          MC 4 Error Tracking Register 0
MTU_MC4_ETRR1   0xF0061414          MC 4 Error Tracking Register 1
MTU_MC4_ETRR2   0xF0061416          MC 4 Error Tracking Register 2
MTU_MC4_ETRR3   0xF0061418          MC 4 Error Tracking Register 3
MTU_MC4_ETRR4   0xF006141A          MC 4 Error Tracking Register 4
MTU_MC4_RDBFL0  0xF0061460          MC 4 Read Data and Bit Flip Register 0
MTU_MC4_RDBFL1  0xF0061462          MC 4 Read Data and Bit Flip Register 1
MTU_MC4_RDBFL2  0xF0061464          MC 4 Read Data and Bit Flip Register 2
MTU_MC4_RDBFL3  0xF0061466          MC 4 Read Data and Bit Flip Register 3
MTU_MC4_RDBFL4  0xF0061468          MC 4 Read Data and Bit Flip Register 4
MTU_MC4_RDBFL5  0xF006146A          MC 4 Read Data and Bit Flip Register 5
MTU_MC4_RDBFL6  0xF006146C          MC 4 Read Data and Bit Flip Register 6
MTU_MC4_RDBFL7  0xF006146E          MC 4 Read Data and Bit Flip Register 7
MTU_MC4_RDBFL8  0xF0061470          MC 4 Read Data and Bit Flip Register 8
MTU_MC4_RDBFL9  0xF0061472          MC 4 Read Data and Bit Flip Register 9
MTU_MC4_RDBFL10 0xF0061474          MC 4 Read Data and Bit Flip Register 10
MTU_MC4_RDBFL11 0xF0061476          MC 4 Read Data and Bit Flip Register 11
MTU_MC4_RDBFL12 0xF0061478          MC 4 Read Data and Bit Flip Register 12
MTU_MC4_RDBFL13 0xF006147A          MC 4 Read Data and Bit Flip Register 13
MTU_MC4_RDBFL14 0xF006147C          MC 4 Read Data and Bit Flip Register 14
MTU_MC4_RDBFL15 0xF006147E          MC 4 Read Data and Bit Flip Register 15
MTU_MC4_RDBFL16 0xF0061480          MC 4 Read Data and Bit Flip Register 16
MTU_MC4_RDBFL17 0xF0061482          MC 4 Read Data and Bit Flip Register 17
MTU_MC4_RDBFL18 0xF0061484          MC 4 Read Data and Bit Flip Register 18
MTU_MC4_RDBFL19 0xF0061486          MC 4 Read Data and Bit Flip Register 19
MTU_MC4_RDBFL20 0xF0061488          MC 4 Read Data and Bit Flip Register 20
MTU_MC4_RDBFL21 0xF006148A          MC 4 Read Data and Bit Flip Register 21
MTU_MC4_RDBFL22 0xF006148C          MC 4 Read Data and Bit Flip Register 22
MTU_MC4_RDBFL23 0xF006148E          MC 4 Read Data and Bit Flip Register 23
MTU_MC4_RDBFL24 0xF0061490          MC 4 Read Data and Bit Flip Register 24
MTU_MC4_RDBFL25 0xF0061492          MC 4 Read Data and Bit Flip Register 25
MTU_MC4_RDBFL26 0xF0061494          MC 4 Read Data and Bit Flip Register 26
MTU_MC4_RDBFL27 0xF0061496          MC 4 Read Data and Bit Flip Register 27
MTU_MC4_RDBFL28 0xF0061498          MC 4 Read Data and Bit Flip Register 28
MTU_MC4_RDBFL29 0xF006149A          MC 4 Read Data and Bit Flip Register 29
MTU_MC4_RDBFL30 0xF006149C          MC 4 Read Data and Bit Flip Register 30
MTU_MC4_RDBFL31 0xF006149E          MC 4 Read Data and Bit Flip Register 31
MTU_MC4_RDBFL32 0xF00614A0          MC 4 Read Data and Bit Flip Register 32
MTU_MC4_RDBFL33 0xF00614A2          MC 4 Read Data and Bit Flip Register 33
MTU_MC4_RDBFL34 0xF00614A4          MC 4 Read Data and Bit Flip Register 34
MTU_MC4_RDBFL35 0xF00614A6          MC 4 Read Data and Bit Flip Register 35
MTU_MC4_RDBFL36 0xF00614A8          MC 4 Read Data and Bit Flip Register 36
MTU_MC4_RDBFL37 0xF00614AA          MC 4 Read Data and Bit Flip Register 37
MTU_MC4_RDBFL38 0xF00614AC          MC 4 Read Data and Bit Flip Register 38
MTU_MC4_RDBFL39 0xF00614AE          MC 4 Read Data and Bit Flip Register 39
MTU_MC4_RDBFL40 0xF00614B0          MC 4 Read Data and Bit Flip Register 40
MTU_MC4_RDBFL41 0xF00614B2          MC 4 Read Data and Bit Flip Register 41
MTU_MC4_RDBFL42 0xF00614B4          MC 4 Read Data and Bit Flip Register 42
MTU_MC4_RDBFL43 0xF00614B6          MC 4 Read Data and Bit Flip Register 43
MTU_MC4_RDBFL44 0xF00614B8          MC 4 Read Data and Bit Flip Register 44
MTU_MC4_RDBFL45 0xF00614BA          MC 4 Read Data and Bit Flip Register 45
MTU_MC4_RDBFL46 0xF00614BC          MC 4 Read Data and Bit Flip Register 46
MTU_MC4_RDBFL47 0xF00614BE          MC 4 Read Data and Bit Flip Register 47
MTU_MC4_RDBFL48 0xF00614C0          MC 4 Read Data and Bit Flip Register 48
MTU_MC4_RDBFL49 0xF00614C2          MC 4 Read Data and Bit Flip Register 49
MTU_MC4_RDBFL50 0xF00614C4          MC 4 Read Data and Bit Flip Register 50
MTU_MC4_RDBFL51 0xF00614C6          MC 4 Read Data and Bit Flip Register 51
MTU_MC4_RDBFL52 0xF00614C8          MC 4 Read Data and Bit Flip Register 52
MTU_MC4_RDBFL53 0xF00614CA          MC 4 Read Data and Bit Flip Register 53
MTU_MC4_RDBFL54 0xF00614CC          MC 4 Read Data and Bit Flip Register 54
MTU_MC4_RDBFL55 0xF00614CE          MC 4 Read Data and Bit Flip Register 55
MTU_MC4_RDBFL56 0xF00614D0          MC 4 Read Data and Bit Flip Register 56
MTU_MC4_RDBFL57 0xF00614D2          MC 4 Read Data and Bit Flip Register 57
MTU_MC4_RDBFL58 0xF00614D4          MC 4 Read Data and Bit Flip Register 58
MTU_MC4_RDBFL59 0xF00614D6          MC 4 Read Data and Bit Flip Register 59
MTU_MC4_RDBFL60 0xF00614D8          MC 4 Read Data and Bit Flip Register 60
MTU_MC4_RDBFL61 0xF00614DA          MC 4 Read Data and Bit Flip Register 61
MTU_MC4_RDBFL62 0xF00614DC          MC 4 Read Data and Bit Flip Register 62
MTU_MC4_RDBFL63 0xF00614DE          MC 4 Read Data and Bit Flip Register 63
MTU_MC4_RDBFL64 0xF00614E0          MC 4 Read Data and Bit Flip Register 64
MTU_MC4_RDBFL65 0xF00614E2          MC 4 Read Data and Bit Flip Register 65
MTU_MC4_RDBFL66 0xF00614E4          MC 4 Read Data and Bit Flip Register 66
MTU_MC4_ALMSRCS 0xF00614EE          MC 4 Alarm Sources Configuration Register
MTU_MC4_FAULTSTS 0xF00614F0          MC 4 SSH Safety Faults Status Register
MTU_MC4_ERRINFO0 0xF00614F2          MC 4 Error Information Register 0
MTU_MC4_ERRINFO1 0xF00614F4          MC 4 Error Information Register 1
MTU_MC4_ERRINFO2 0xF00614F6          MC 4 Error Information Register 2
MTU_MC4_ERRINFO3 0xF00614F8          MC 4 Error Information Register 3
MTU_MC4_ERRINFO4 0xF00614FA          MC 4 Error Information Register 4
MTU_MC5_CONFIG0 0xF0061500          MC 5 Configuration Register 0
MTU_MC5_CONFIG1 0xF0061502          MC 5 Configuration Register 1
MTU_MC5_MCONTROL 0xF0061504          MC 5 MBIST Control Register
MTU_MC5_MSTATUS 0xF0061506          MC 5 Status Register
MTU_MC5_RANGE   0xF0061508          MC 5 Range Register, single address mode
MTU_MC5_REVID   0xF006150C          MC 5 Revision ID Register
MTU_MC5_ECCS    0xF006150E          MC 5 ECC Safety Register
MTU_MC5_ECCD    0xF0061510          MC 5 Memory ECC Detection Register
MTU_MC5_ETRR0   0xF0061512          MC 5 Error Tracking Register 0
MTU_MC5_ETRR1   0xF0061514          MC 5 Error Tracking Register 1
MTU_MC5_ETRR2   0xF0061516          MC 5 Error Tracking Register 2
MTU_MC5_ETRR3   0xF0061518          MC 5 Error Tracking Register 3
MTU_MC5_ETRR4   0xF006151A          MC 5 Error Tracking Register 4
MTU_MC5_RDBFL0  0xF0061560          MC 5 Read Data and Bit Flip Register 0
MTU_MC5_RDBFL1  0xF0061562          MC 5 Read Data and Bit Flip Register 1
MTU_MC5_RDBFL2  0xF0061564          MC 5 Read Data and Bit Flip Register 2
MTU_MC5_RDBFL3  0xF0061566          MC 5 Read Data and Bit Flip Register 3
MTU_MC5_RDBFL4  0xF0061568          MC 5 Read Data and Bit Flip Register 4
MTU_MC5_RDBFL5  0xF006156A          MC 5 Read Data and Bit Flip Register 5
MTU_MC5_RDBFL6  0xF006156C          MC 5 Read Data and Bit Flip Register 6
MTU_MC5_RDBFL7  0xF006156E          MC 5 Read Data and Bit Flip Register 7
MTU_MC5_RDBFL8  0xF0061570          MC 5 Read Data and Bit Flip Register 8
MTU_MC5_RDBFL9  0xF0061572          MC 5 Read Data and Bit Flip Register 9
MTU_MC5_RDBFL10 0xF0061574          MC 5 Read Data and Bit Flip Register 10
MTU_MC5_RDBFL11 0xF0061576          MC 5 Read Data and Bit Flip Register 11
MTU_MC5_RDBFL12 0xF0061578          MC 5 Read Data and Bit Flip Register 12
MTU_MC5_RDBFL13 0xF006157A          MC 5 Read Data and Bit Flip Register 13
MTU_MC5_RDBFL14 0xF006157C          MC 5 Read Data and Bit Flip Register 14
MTU_MC5_RDBFL15 0xF006157E          MC 5 Read Data and Bit Flip Register 15
MTU_MC5_RDBFL16 0xF0061580          MC 5 Read Data and Bit Flip Register 16
MTU_MC5_RDBFL17 0xF0061582          MC 5 Read Data and Bit Flip Register 17
MTU_MC5_RDBFL18 0xF0061584          MC 5 Read Data and Bit Flip Register 18
MTU_MC5_RDBFL19 0xF0061586          MC 5 Read Data and Bit Flip Register 19
MTU_MC5_RDBFL20 0xF0061588          MC 5 Read Data and Bit Flip Register 20
MTU_MC5_RDBFL21 0xF006158A          MC 5 Read Data and Bit Flip Register 21
MTU_MC5_RDBFL22 0xF006158C          MC 5 Read Data and Bit Flip Register 22
MTU_MC5_RDBFL23 0xF006158E          MC 5 Read Data and Bit Flip Register 23
MTU_MC5_RDBFL24 0xF0061590          MC 5 Read Data and Bit Flip Register 24
MTU_MC5_RDBFL25 0xF0061592          MC 5 Read Data and Bit Flip Register 25
MTU_MC5_RDBFL26 0xF0061594          MC 5 Read Data and Bit Flip Register 26
MTU_MC5_RDBFL27 0xF0061596          MC 5 Read Data and Bit Flip Register 27
MTU_MC5_RDBFL28 0xF0061598          MC 5 Read Data and Bit Flip Register 28
MTU_MC5_RDBFL29 0xF006159A          MC 5 Read Data and Bit Flip Register 29
MTU_MC5_RDBFL30 0xF006159C          MC 5 Read Data and Bit Flip Register 30
MTU_MC5_RDBFL31 0xF006159E          MC 5 Read Data and Bit Flip Register 31
MTU_MC5_RDBFL32 0xF00615A0          MC 5 Read Data and Bit Flip Register 32
MTU_MC5_RDBFL33 0xF00615A2          MC 5 Read Data and Bit Flip Register 33
MTU_MC5_RDBFL34 0xF00615A4          MC 5 Read Data and Bit Flip Register 34
MTU_MC5_RDBFL35 0xF00615A6          MC 5 Read Data and Bit Flip Register 35
MTU_MC5_RDBFL36 0xF00615A8          MC 5 Read Data and Bit Flip Register 36
MTU_MC5_RDBFL37 0xF00615AA          MC 5 Read Data and Bit Flip Register 37
MTU_MC5_RDBFL38 0xF00615AC          MC 5 Read Data and Bit Flip Register 38
MTU_MC5_RDBFL39 0xF00615AE          MC 5 Read Data and Bit Flip Register 39
MTU_MC5_RDBFL40 0xF00615B0          MC 5 Read Data and Bit Flip Register 40
MTU_MC5_RDBFL41 0xF00615B2          MC 5 Read Data and Bit Flip Register 41
MTU_MC5_RDBFL42 0xF00615B4          MC 5 Read Data and Bit Flip Register 42
MTU_MC5_RDBFL43 0xF00615B6          MC 5 Read Data and Bit Flip Register 43
MTU_MC5_RDBFL44 0xF00615B8          MC 5 Read Data and Bit Flip Register 44
MTU_MC5_RDBFL45 0xF00615BA          MC 5 Read Data and Bit Flip Register 45
MTU_MC5_RDBFL46 0xF00615BC          MC 5 Read Data and Bit Flip Register 46
MTU_MC5_RDBFL47 0xF00615BE          MC 5 Read Data and Bit Flip Register 47
MTU_MC5_RDBFL48 0xF00615C0          MC 5 Read Data and Bit Flip Register 48
MTU_MC5_RDBFL49 0xF00615C2          MC 5 Read Data and Bit Flip Register 49
MTU_MC5_RDBFL50 0xF00615C4          MC 5 Read Data and Bit Flip Register 50
MTU_MC5_RDBFL51 0xF00615C6          MC 5 Read Data and Bit Flip Register 51
MTU_MC5_RDBFL52 0xF00615C8          MC 5 Read Data and Bit Flip Register 52
MTU_MC5_RDBFL53 0xF00615CA          MC 5 Read Data and Bit Flip Register 53
MTU_MC5_RDBFL54 0xF00615CC          MC 5 Read Data and Bit Flip Register 54
MTU_MC5_RDBFL55 0xF00615CE          MC 5 Read Data and Bit Flip Register 55
MTU_MC5_RDBFL56 0xF00615D0          MC 5 Read Data and Bit Flip Register 56
MTU_MC5_RDBFL57 0xF00615D2          MC 5 Read Data and Bit Flip Register 57
MTU_MC5_RDBFL58 0xF00615D4          MC 5 Read Data and Bit Flip Register 58
MTU_MC5_RDBFL59 0xF00615D6          MC 5 Read Data and Bit Flip Register 59
MTU_MC5_RDBFL60 0xF00615D8          MC 5 Read Data and Bit Flip Register 60
MTU_MC5_RDBFL61 0xF00615DA          MC 5 Read Data and Bit Flip Register 61
MTU_MC5_RDBFL62 0xF00615DC          MC 5 Read Data and Bit Flip Register 62
MTU_MC5_RDBFL63 0xF00615DE          MC 5 Read Data and Bit Flip Register 63
MTU_MC5_RDBFL64 0xF00615E0          MC 5 Read Data and Bit Flip Register 64
MTU_MC5_RDBFL65 0xF00615E2          MC 5 Read Data and Bit Flip Register 65
MTU_MC5_RDBFL66 0xF00615E4          MC 5 Read Data and Bit Flip Register 66
MTU_MC5_ALMSRCS 0xF00615EE          MC 5 Alarm Sources Configuration Register
MTU_MC5_FAULTSTS 0xF00615F0          MC 5 SSH Safety Faults Status Register
MTU_MC5_ERRINFO0 0xF00615F2          MC 5 Error Information Register 0
MTU_MC5_ERRINFO1 0xF00615F4          MC 5 Error Information Register 1
MTU_MC5_ERRINFO2 0xF00615F6          MC 5 Error Information Register 2
MTU_MC5_ERRINFO3 0xF00615F8          MC 5 Error Information Register 3
MTU_MC5_ERRINFO4 0xF00615FA          MC 5 Error Information Register 4
MTU_MC6_CONFIG0 0xF0061600          MC 6 Configuration Register 0
MTU_MC6_CONFIG1 0xF0061602          MC 6 Configuration Register 1
MTU_MC6_MCONTROL 0xF0061604          MC 6 MBIST Control Register
MTU_MC6_MSTATUS 0xF0061606          MC 6 Status Register
MTU_MC6_RANGE   0xF0061608          MC 6 Range Register, single address mode
MTU_MC6_REVID   0xF006160C          MC 6 Revision ID Register
MTU_MC6_ECCS    0xF006160E          MC 6 ECC Safety Register
MTU_MC6_ECCD    0xF0061610          MC 6 Memory ECC Detection Register
MTU_MC6_ETRR0   0xF0061612          MC 6 Error Tracking Register 0
MTU_MC6_ETRR1   0xF0061614          MC 6 Error Tracking Register 1
MTU_MC6_ETRR2   0xF0061616          MC 6 Error Tracking Register 2
MTU_MC6_ETRR3   0xF0061618          MC 6 Error Tracking Register 3
MTU_MC6_ETRR4   0xF006161A          MC 6 Error Tracking Register 4
MTU_MC6_RDBFL0  0xF0061660          MC 6 Read Data and Bit Flip Register 0
MTU_MC6_RDBFL1  0xF0061662          MC 6 Read Data and Bit Flip Register 1
MTU_MC6_RDBFL2  0xF0061664          MC 6 Read Data and Bit Flip Register 2
MTU_MC6_RDBFL3  0xF0061666          MC 6 Read Data and Bit Flip Register 3
MTU_MC6_RDBFL4  0xF0061668          MC 6 Read Data and Bit Flip Register 4
MTU_MC6_RDBFL5  0xF006166A          MC 6 Read Data and Bit Flip Register 5
MTU_MC6_RDBFL6  0xF006166C          MC 6 Read Data and Bit Flip Register 6
MTU_MC6_RDBFL7  0xF006166E          MC 6 Read Data and Bit Flip Register 7
MTU_MC6_RDBFL8  0xF0061670          MC 6 Read Data and Bit Flip Register 8
MTU_MC6_RDBFL9  0xF0061672          MC 6 Read Data and Bit Flip Register 9
MTU_MC6_RDBFL10 0xF0061674          MC 6 Read Data and Bit Flip Register 10
MTU_MC6_RDBFL11 0xF0061676          MC 6 Read Data and Bit Flip Register 11
MTU_MC6_RDBFL12 0xF0061678          MC 6 Read Data and Bit Flip Register 12
MTU_MC6_RDBFL13 0xF006167A          MC 6 Read Data and Bit Flip Register 13
MTU_MC6_RDBFL14 0xF006167C          MC 6 Read Data and Bit Flip Register 14
MTU_MC6_RDBFL15 0xF006167E          MC 6 Read Data and Bit Flip Register 15
MTU_MC6_RDBFL16 0xF0061680          MC 6 Read Data and Bit Flip Register 16
MTU_MC6_RDBFL17 0xF0061682          MC 6 Read Data and Bit Flip Register 17
MTU_MC6_RDBFL18 0xF0061684          MC 6 Read Data and Bit Flip Register 18
MTU_MC6_RDBFL19 0xF0061686          MC 6 Read Data and Bit Flip Register 19
MTU_MC6_RDBFL20 0xF0061688          MC 6 Read Data and Bit Flip Register 20
MTU_MC6_RDBFL21 0xF006168A          MC 6 Read Data and Bit Flip Register 21
MTU_MC6_RDBFL22 0xF006168C          MC 6 Read Data and Bit Flip Register 22
MTU_MC6_RDBFL23 0xF006168E          MC 6 Read Data and Bit Flip Register 23
MTU_MC6_RDBFL24 0xF0061690          MC 6 Read Data and Bit Flip Register 24
MTU_MC6_RDBFL25 0xF0061692          MC 6 Read Data and Bit Flip Register 25
MTU_MC6_RDBFL26 0xF0061694          MC 6 Read Data and Bit Flip Register 26
MTU_MC6_RDBFL27 0xF0061696          MC 6 Read Data and Bit Flip Register 27
MTU_MC6_RDBFL28 0xF0061698          MC 6 Read Data and Bit Flip Register 28
MTU_MC6_RDBFL29 0xF006169A          MC 6 Read Data and Bit Flip Register 29
MTU_MC6_RDBFL30 0xF006169C          MC 6 Read Data and Bit Flip Register 30
MTU_MC6_RDBFL31 0xF006169E          MC 6 Read Data and Bit Flip Register 31
MTU_MC6_RDBFL32 0xF00616A0          MC 6 Read Data and Bit Flip Register 32
MTU_MC6_RDBFL33 0xF00616A2          MC 6 Read Data and Bit Flip Register 33
MTU_MC6_RDBFL34 0xF00616A4          MC 6 Read Data and Bit Flip Register 34
MTU_MC6_RDBFL35 0xF00616A6          MC 6 Read Data and Bit Flip Register 35
MTU_MC6_RDBFL36 0xF00616A8          MC 6 Read Data and Bit Flip Register 36
MTU_MC6_RDBFL37 0xF00616AA          MC 6 Read Data and Bit Flip Register 37
MTU_MC6_RDBFL38 0xF00616AC          MC 6 Read Data and Bit Flip Register 38
MTU_MC6_RDBFL39 0xF00616AE          MC 6 Read Data and Bit Flip Register 39
MTU_MC6_RDBFL40 0xF00616B0          MC 6 Read Data and Bit Flip Register 40
MTU_MC6_RDBFL41 0xF00616B2          MC 6 Read Data and Bit Flip Register 41
MTU_MC6_RDBFL42 0xF00616B4          MC 6 Read Data and Bit Flip Register 42
MTU_MC6_RDBFL43 0xF00616B6          MC 6 Read Data and Bit Flip Register 43
MTU_MC6_RDBFL44 0xF00616B8          MC 6 Read Data and Bit Flip Register 44
MTU_MC6_RDBFL45 0xF00616BA          MC 6 Read Data and Bit Flip Register 45
MTU_MC6_RDBFL46 0xF00616BC          MC 6 Read Data and Bit Flip Register 46
MTU_MC6_RDBFL47 0xF00616BE          MC 6 Read Data and Bit Flip Register 47
MTU_MC6_RDBFL48 0xF00616C0          MC 6 Read Data and Bit Flip Register 48
MTU_MC6_RDBFL49 0xF00616C2          MC 6 Read Data and Bit Flip Register 49
MTU_MC6_RDBFL50 0xF00616C4          MC 6 Read Data and Bit Flip Register 50
MTU_MC6_RDBFL51 0xF00616C6          MC 6 Read Data and Bit Flip Register 51
MTU_MC6_RDBFL52 0xF00616C8          MC 6 Read Data and Bit Flip Register 52
MTU_MC6_RDBFL53 0xF00616CA          MC 6 Read Data and Bit Flip Register 53
MTU_MC6_RDBFL54 0xF00616CC          MC 6 Read Data and Bit Flip Register 54
MTU_MC6_RDBFL55 0xF00616CE          MC 6 Read Data and Bit Flip Register 55
MTU_MC6_RDBFL56 0xF00616D0          MC 6 Read Data and Bit Flip Register 56
MTU_MC6_RDBFL57 0xF00616D2          MC 6 Read Data and Bit Flip Register 57
MTU_MC6_RDBFL58 0xF00616D4          MC 6 Read Data and Bit Flip Register 58
MTU_MC6_RDBFL59 0xF00616D6          MC 6 Read Data and Bit Flip Register 59
MTU_MC6_RDBFL60 0xF00616D8          MC 6 Read Data and Bit Flip Register 60
MTU_MC6_RDBFL61 0xF00616DA          MC 6 Read Data and Bit Flip Register 61
MTU_MC6_RDBFL62 0xF00616DC          MC 6 Read Data and Bit Flip Register 62
MTU_MC6_RDBFL63 0xF00616DE          MC 6 Read Data and Bit Flip Register 63
MTU_MC6_RDBFL64 0xF00616E0          MC 6 Read Data and Bit Flip Register 64
MTU_MC6_RDBFL65 0xF00616E2          MC 6 Read Data and Bit Flip Register 65
MTU_MC6_RDBFL66 0xF00616E4          MC 6 Read Data and Bit Flip Register 66
MTU_MC6_ALMSRCS 0xF00616EE          MC 6 Alarm Sources Configuration Register
MTU_MC6_FAULTSTS 0xF00616F0          MC 6 SSH Safety Faults Status Register
MTU_MC6_ERRINFO0 0xF00616F2          MC 6 Error Information Register 0
MTU_MC6_ERRINFO1 0xF00616F4          MC 6 Error Information Register 1
MTU_MC6_ERRINFO2 0xF00616F6          MC 6 Error Information Register 2
MTU_MC6_ERRINFO3 0xF00616F8          MC 6 Error Information Register 3
MTU_MC6_ERRINFO4 0xF00616FA          MC 6 Error Information Register 4
MTU_MC7_CONFIG0 0xF0061700          MC 7 Configuration Register 0
MTU_MC7_CONFIG1 0xF0061702          MC 7 Configuration Register 1
MTU_MC7_MCONTROL 0xF0061704          MC 7 MBIST Control Register
MTU_MC7_MSTATUS 0xF0061706          MC 7 Status Register
MTU_MC7_RANGE   0xF0061708          MC 7 Range Register, single address mode
MTU_MC7_REVID   0xF006170C          MC 7 Revision ID Register
MTU_MC7_ECCS    0xF006170E          MC 7 ECC Safety Register
MTU_MC7_ECCD    0xF0061710          MC 7 Memory ECC Detection Register
MTU_MC7_ETRR0   0xF0061712          MC 7 Error Tracking Register 0
MTU_MC7_ETRR1   0xF0061714          MC 7 Error Tracking Register 1
MTU_MC7_ETRR2   0xF0061716          MC 7 Error Tracking Register 2
MTU_MC7_ETRR3   0xF0061718          MC 7 Error Tracking Register 3
MTU_MC7_ETRR4   0xF006171A          MC 7 Error Tracking Register 4
MTU_MC7_RDBFL0  0xF0061760          MC 7 Read Data and Bit Flip Register 0
MTU_MC7_RDBFL1  0xF0061762          MC 7 Read Data and Bit Flip Register 1
MTU_MC7_RDBFL2  0xF0061764          MC 7 Read Data and Bit Flip Register 2
MTU_MC7_RDBFL3  0xF0061766          MC 7 Read Data and Bit Flip Register 3
MTU_MC7_RDBFL4  0xF0061768          MC 7 Read Data and Bit Flip Register 4
MTU_MC7_RDBFL5  0xF006176A          MC 7 Read Data and Bit Flip Register 5
MTU_MC7_RDBFL6  0xF006176C          MC 7 Read Data and Bit Flip Register 6
MTU_MC7_RDBFL7  0xF006176E          MC 7 Read Data and Bit Flip Register 7
MTU_MC7_RDBFL8  0xF0061770          MC 7 Read Data and Bit Flip Register 8
MTU_MC7_RDBFL9  0xF0061772          MC 7 Read Data and Bit Flip Register 9
MTU_MC7_RDBFL10 0xF0061774          MC 7 Read Data and Bit Flip Register 10
MTU_MC7_RDBFL11 0xF0061776          MC 7 Read Data and Bit Flip Register 11
MTU_MC7_RDBFL12 0xF0061778          MC 7 Read Data and Bit Flip Register 12
MTU_MC7_RDBFL13 0xF006177A          MC 7 Read Data and Bit Flip Register 13
MTU_MC7_RDBFL14 0xF006177C          MC 7 Read Data and Bit Flip Register 14
MTU_MC7_RDBFL15 0xF006177E          MC 7 Read Data and Bit Flip Register 15
MTU_MC7_RDBFL16 0xF0061780          MC 7 Read Data and Bit Flip Register 16
MTU_MC7_RDBFL17 0xF0061782          MC 7 Read Data and Bit Flip Register 17
MTU_MC7_RDBFL18 0xF0061784          MC 7 Read Data and Bit Flip Register 18
MTU_MC7_RDBFL19 0xF0061786          MC 7 Read Data and Bit Flip Register 19
MTU_MC7_RDBFL20 0xF0061788          MC 7 Read Data and Bit Flip Register 20
MTU_MC7_RDBFL21 0xF006178A          MC 7 Read Data and Bit Flip Register 21
MTU_MC7_RDBFL22 0xF006178C          MC 7 Read Data and Bit Flip Register 22
MTU_MC7_RDBFL23 0xF006178E          MC 7 Read Data and Bit Flip Register 23
MTU_MC7_RDBFL24 0xF0061790          MC 7 Read Data and Bit Flip Register 24
MTU_MC7_RDBFL25 0xF0061792          MC 7 Read Data and Bit Flip Register 25
MTU_MC7_RDBFL26 0xF0061794          MC 7 Read Data and Bit Flip Register 26
MTU_MC7_RDBFL27 0xF0061796          MC 7 Read Data and Bit Flip Register 27
MTU_MC7_RDBFL28 0xF0061798          MC 7 Read Data and Bit Flip Register 28
MTU_MC7_RDBFL29 0xF006179A          MC 7 Read Data and Bit Flip Register 29
MTU_MC7_RDBFL30 0xF006179C          MC 7 Read Data and Bit Flip Register 30
MTU_MC7_RDBFL31 0xF006179E          MC 7 Read Data and Bit Flip Register 31
MTU_MC7_RDBFL32 0xF00617A0          MC 7 Read Data and Bit Flip Register 32
MTU_MC7_RDBFL33 0xF00617A2          MC 7 Read Data and Bit Flip Register 33
MTU_MC7_RDBFL34 0xF00617A4          MC 7 Read Data and Bit Flip Register 34
MTU_MC7_RDBFL35 0xF00617A6          MC 7 Read Data and Bit Flip Register 35
MTU_MC7_RDBFL36 0xF00617A8          MC 7 Read Data and Bit Flip Register 36
MTU_MC7_RDBFL37 0xF00617AA          MC 7 Read Data and Bit Flip Register 37
MTU_MC7_RDBFL38 0xF00617AC          MC 7 Read Data and Bit Flip Register 38
MTU_MC7_RDBFL39 0xF00617AE          MC 7 Read Data and Bit Flip Register 39
MTU_MC7_RDBFL40 0xF00617B0          MC 7 Read Data and Bit Flip Register 40
MTU_MC7_RDBFL41 0xF00617B2          MC 7 Read Data and Bit Flip Register 41
MTU_MC7_RDBFL42 0xF00617B4          MC 7 Read Data and Bit Flip Register 42
MTU_MC7_RDBFL43 0xF00617B6          MC 7 Read Data and Bit Flip Register 43
MTU_MC7_RDBFL44 0xF00617B8          MC 7 Read Data and Bit Flip Register 44
MTU_MC7_RDBFL45 0xF00617BA          MC 7 Read Data and Bit Flip Register 45
MTU_MC7_RDBFL46 0xF00617BC          MC 7 Read Data and Bit Flip Register 46
MTU_MC7_RDBFL47 0xF00617BE          MC 7 Read Data and Bit Flip Register 47
MTU_MC7_RDBFL48 0xF00617C0          MC 7 Read Data and Bit Flip Register 48
MTU_MC7_RDBFL49 0xF00617C2          MC 7 Read Data and Bit Flip Register 49
MTU_MC7_RDBFL50 0xF00617C4          MC 7 Read Data and Bit Flip Register 50
MTU_MC7_RDBFL51 0xF00617C6          MC 7 Read Data and Bit Flip Register 51
MTU_MC7_RDBFL52 0xF00617C8          MC 7 Read Data and Bit Flip Register 52
MTU_MC7_RDBFL53 0xF00617CA          MC 7 Read Data and Bit Flip Register 53
MTU_MC7_RDBFL54 0xF00617CC          MC 7 Read Data and Bit Flip Register 54
MTU_MC7_RDBFL55 0xF00617CE          MC 7 Read Data and Bit Flip Register 55
MTU_MC7_RDBFL56 0xF00617D0          MC 7 Read Data and Bit Flip Register 56
MTU_MC7_RDBFL57 0xF00617D2          MC 7 Read Data and Bit Flip Register 57
MTU_MC7_RDBFL58 0xF00617D4          MC 7 Read Data and Bit Flip Register 58
MTU_MC7_RDBFL59 0xF00617D6          MC 7 Read Data and Bit Flip Register 59
MTU_MC7_RDBFL60 0xF00617D8          MC 7 Read Data and Bit Flip Register 60
MTU_MC7_RDBFL61 0xF00617DA          MC 7 Read Data and Bit Flip Register 61
MTU_MC7_RDBFL62 0xF00617DC          MC 7 Read Data and Bit Flip Register 62
MTU_MC7_RDBFL63 0xF00617DE          MC 7 Read Data and Bit Flip Register 63
MTU_MC7_RDBFL64 0xF00617E0          MC 7 Read Data and Bit Flip Register 64
MTU_MC7_RDBFL65 0xF00617E2          MC 7 Read Data and Bit Flip Register 65
MTU_MC7_RDBFL66 0xF00617E4          MC 7 Read Data and Bit Flip Register 66
MTU_MC7_ALMSRCS 0xF00617EE          MC 7 Alarm Sources Configuration Register
MTU_MC7_FAULTSTS 0xF00617F0          MC 7 SSH Safety Faults Status Register
MTU_MC7_ERRINFO0 0xF00617F2          MC 7 Error Information Register 0
MTU_MC7_ERRINFO1 0xF00617F4          MC 7 Error Information Register 1
MTU_MC7_ERRINFO2 0xF00617F6          MC 7 Error Information Register 2
MTU_MC7_ERRINFO3 0xF00617F8          MC 7 Error Information Register 3
MTU_MC7_ERRINFO4 0xF00617FA          MC 7 Error Information Register 4
MTU_MC8_CONFIG0 0xF0061800          MC 8 Configuration Register 0
MTU_MC8_CONFIG1 0xF0061802          MC 8 Configuration Register 1
MTU_MC8_MCONTROL 0xF0061804          MC 8 MBIST Control Register
MTU_MC8_MSTATUS 0xF0061806          MC 8 Status Register
MTU_MC8_RANGE   0xF0061808          MC 8 Range Register, single address mode
MTU_MC8_REVID   0xF006180C          MC 8 Revision ID Register
MTU_MC8_ECCS    0xF006180E          MC 8 ECC Safety Register
MTU_MC8_ECCD    0xF0061810          MC 8 Memory ECC Detection Register
MTU_MC8_ETRR0   0xF0061812          MC 8 Error Tracking Register 0
MTU_MC8_ETRR1   0xF0061814          MC 8 Error Tracking Register 1
MTU_MC8_ETRR2   0xF0061816          MC 8 Error Tracking Register 2
MTU_MC8_ETRR3   0xF0061818          MC 8 Error Tracking Register 3
MTU_MC8_ETRR4   0xF006181A          MC 8 Error Tracking Register 4
MTU_MC8_RDBFL0  0xF0061860          MC 8 Read Data and Bit Flip Register 0
MTU_MC8_RDBFL1  0xF0061862          MC 8 Read Data and Bit Flip Register 1
MTU_MC8_RDBFL2  0xF0061864          MC 8 Read Data and Bit Flip Register 2
MTU_MC8_RDBFL3  0xF0061866          MC 8 Read Data and Bit Flip Register 3
MTU_MC8_RDBFL4  0xF0061868          MC 8 Read Data and Bit Flip Register 4
MTU_MC8_RDBFL5  0xF006186A          MC 8 Read Data and Bit Flip Register 5
MTU_MC8_RDBFL6  0xF006186C          MC 8 Read Data and Bit Flip Register 6
MTU_MC8_RDBFL7  0xF006186E          MC 8 Read Data and Bit Flip Register 7
MTU_MC8_RDBFL8  0xF0061870          MC 8 Read Data and Bit Flip Register 8
MTU_MC8_RDBFL9  0xF0061872          MC 8 Read Data and Bit Flip Register 9
MTU_MC8_RDBFL10 0xF0061874          MC 8 Read Data and Bit Flip Register 10
MTU_MC8_RDBFL11 0xF0061876          MC 8 Read Data and Bit Flip Register 11
MTU_MC8_RDBFL12 0xF0061878          MC 8 Read Data and Bit Flip Register 12
MTU_MC8_RDBFL13 0xF006187A          MC 8 Read Data and Bit Flip Register 13
MTU_MC8_RDBFL14 0xF006187C          MC 8 Read Data and Bit Flip Register 14
MTU_MC8_RDBFL15 0xF006187E          MC 8 Read Data and Bit Flip Register 15
MTU_MC8_RDBFL16 0xF0061880          MC 8 Read Data and Bit Flip Register 16
MTU_MC8_RDBFL17 0xF0061882          MC 8 Read Data and Bit Flip Register 17
MTU_MC8_RDBFL18 0xF0061884          MC 8 Read Data and Bit Flip Register 18
MTU_MC8_RDBFL19 0xF0061886          MC 8 Read Data and Bit Flip Register 19
MTU_MC8_RDBFL20 0xF0061888          MC 8 Read Data and Bit Flip Register 20
MTU_MC8_RDBFL21 0xF006188A          MC 8 Read Data and Bit Flip Register 21
MTU_MC8_RDBFL22 0xF006188C          MC 8 Read Data and Bit Flip Register 22
MTU_MC8_RDBFL23 0xF006188E          MC 8 Read Data and Bit Flip Register 23
MTU_MC8_RDBFL24 0xF0061890          MC 8 Read Data and Bit Flip Register 24
MTU_MC8_RDBFL25 0xF0061892          MC 8 Read Data and Bit Flip Register 25
MTU_MC8_RDBFL26 0xF0061894          MC 8 Read Data and Bit Flip Register 26
MTU_MC8_RDBFL27 0xF0061896          MC 8 Read Data and Bit Flip Register 27
MTU_MC8_RDBFL28 0xF0061898          MC 8 Read Data and Bit Flip Register 28
MTU_MC8_RDBFL29 0xF006189A          MC 8 Read Data and Bit Flip Register 29
MTU_MC8_RDBFL30 0xF006189C          MC 8 Read Data and Bit Flip Register 30
MTU_MC8_RDBFL31 0xF006189E          MC 8 Read Data and Bit Flip Register 31
MTU_MC8_RDBFL32 0xF00618A0          MC 8 Read Data and Bit Flip Register 32
MTU_MC8_RDBFL33 0xF00618A2          MC 8 Read Data and Bit Flip Register 33
MTU_MC8_RDBFL34 0xF00618A4          MC 8 Read Data and Bit Flip Register 34
MTU_MC8_RDBFL35 0xF00618A6          MC 8 Read Data and Bit Flip Register 35
MTU_MC8_RDBFL36 0xF00618A8          MC 8 Read Data and Bit Flip Register 36
MTU_MC8_RDBFL37 0xF00618AA          MC 8 Read Data and Bit Flip Register 37
MTU_MC8_RDBFL38 0xF00618AC          MC 8 Read Data and Bit Flip Register 38
MTU_MC8_RDBFL39 0xF00618AE          MC 8 Read Data and Bit Flip Register 39
MTU_MC8_RDBFL40 0xF00618B0          MC 8 Read Data and Bit Flip Register 40
MTU_MC8_RDBFL41 0xF00618B2          MC 8 Read Data and Bit Flip Register 41
MTU_MC8_RDBFL42 0xF00618B4          MC 8 Read Data and Bit Flip Register 42
MTU_MC8_RDBFL43 0xF00618B6          MC 8 Read Data and Bit Flip Register 43
MTU_MC8_RDBFL44 0xF00618B8          MC 8 Read Data and Bit Flip Register 44
MTU_MC8_RDBFL45 0xF00618BA          MC 8 Read Data and Bit Flip Register 45
MTU_MC8_RDBFL46 0xF00618BC          MC 8 Read Data and Bit Flip Register 46
MTU_MC8_RDBFL47 0xF00618BE          MC 8 Read Data and Bit Flip Register 47
MTU_MC8_RDBFL48 0xF00618C0          MC 8 Read Data and Bit Flip Register 48
MTU_MC8_RDBFL49 0xF00618C2          MC 8 Read Data and Bit Flip Register 49
MTU_MC8_RDBFL50 0xF00618C4          MC 8 Read Data and Bit Flip Register 50
MTU_MC8_RDBFL51 0xF00618C6          MC 8 Read Data and Bit Flip Register 51
MTU_MC8_RDBFL52 0xF00618C8          MC 8 Read Data and Bit Flip Register 52
MTU_MC8_RDBFL53 0xF00618CA          MC 8 Read Data and Bit Flip Register 53
MTU_MC8_RDBFL54 0xF00618CC          MC 8 Read Data and Bit Flip Register 54
MTU_MC8_RDBFL55 0xF00618CE          MC 8 Read Data and Bit Flip Register 55
MTU_MC8_RDBFL56 0xF00618D0          MC 8 Read Data and Bit Flip Register 56
MTU_MC8_RDBFL57 0xF00618D2          MC 8 Read Data and Bit Flip Register 57
MTU_MC8_RDBFL58 0xF00618D4          MC 8 Read Data and Bit Flip Register 58
MTU_MC8_RDBFL59 0xF00618D6          MC 8 Read Data and Bit Flip Register 59
MTU_MC8_RDBFL60 0xF00618D8          MC 8 Read Data and Bit Flip Register 60
MTU_MC8_RDBFL61 0xF00618DA          MC 8 Read Data and Bit Flip Register 61
MTU_MC8_RDBFL62 0xF00618DC          MC 8 Read Data and Bit Flip Register 62
MTU_MC8_RDBFL63 0xF00618DE          MC 8 Read Data and Bit Flip Register 63
MTU_MC8_RDBFL64 0xF00618E0          MC 8 Read Data and Bit Flip Register 64
MTU_MC8_RDBFL65 0xF00618E2          MC 8 Read Data and Bit Flip Register 65
MTU_MC8_RDBFL66 0xF00618E4          MC 8 Read Data and Bit Flip Register 66
MTU_MC8_ALMSRCS 0xF00618EE          MC 8 Alarm Sources Configuration Register
MTU_MC8_FAULTSTS 0xF00618F0          MC 8 SSH Safety Faults Status Register
MTU_MC8_ERRINFO0 0xF00618F2          MC 8 Error Information Register 0
MTU_MC8_ERRINFO1 0xF00618F4          MC 8 Error Information Register 1
MTU_MC8_ERRINFO2 0xF00618F6          MC 8 Error Information Register 2
MTU_MC8_ERRINFO3 0xF00618F8          MC 8 Error Information Register 3
MTU_MC8_ERRINFO4 0xF00618FA          MC 8 Error Information Register 4
MTU_MC9_CONFIG0 0xF0061900          MC 9 Configuration Register 0
MTU_MC9_CONFIG1 0xF0061902          MC 9 Configuration Register 1
MTU_MC9_MCONTROL 0xF0061904          MC 9 MBIST Control Register
MTU_MC9_MSTATUS 0xF0061906          MC 9 Status Register
MTU_MC9_RANGE   0xF0061908          MC 9 Range Register, single address mode
MTU_MC9_REVID   0xF006190C          MC 9 Revision ID Register
MTU_MC9_ECCS    0xF006190E          MC 9 ECC Safety Register
MTU_MC9_ECCD    0xF0061910          MC 9 Memory ECC Detection Register
MTU_MC9_ETRR0   0xF0061912          MC 9 Error Tracking Register 0
MTU_MC9_ETRR1   0xF0061914          MC 9 Error Tracking Register 1
MTU_MC9_ETRR2   0xF0061916          MC 9 Error Tracking Register 2
MTU_MC9_ETRR3   0xF0061918          MC 9 Error Tracking Register 3
MTU_MC9_ETRR4   0xF006191A          MC 9 Error Tracking Register 4
MTU_MC9_RDBFL0  0xF0061960          MC 9 Read Data and Bit Flip Register 0
MTU_MC9_RDBFL1  0xF0061962          MC 9 Read Data and Bit Flip Register 1
MTU_MC9_RDBFL2  0xF0061964          MC 9 Read Data and Bit Flip Register 2
MTU_MC9_RDBFL3  0xF0061966          MC 9 Read Data and Bit Flip Register 3
MTU_MC9_RDBFL4  0xF0061968          MC 9 Read Data and Bit Flip Register 4
MTU_MC9_RDBFL5  0xF006196A          MC 9 Read Data and Bit Flip Register 5
MTU_MC9_RDBFL6  0xF006196C          MC 9 Read Data and Bit Flip Register 6
MTU_MC9_RDBFL7  0xF006196E          MC 9 Read Data and Bit Flip Register 7
MTU_MC9_RDBFL8  0xF0061970          MC 9 Read Data and Bit Flip Register 8
MTU_MC9_RDBFL9  0xF0061972          MC 9 Read Data and Bit Flip Register 9
MTU_MC9_RDBFL10 0xF0061974          MC 9 Read Data and Bit Flip Register 10
MTU_MC9_RDBFL11 0xF0061976          MC 9 Read Data and Bit Flip Register 11
MTU_MC9_RDBFL12 0xF0061978          MC 9 Read Data and Bit Flip Register 12
MTU_MC9_RDBFL13 0xF006197A          MC 9 Read Data and Bit Flip Register 13
MTU_MC9_RDBFL14 0xF006197C          MC 9 Read Data and Bit Flip Register 14
MTU_MC9_RDBFL15 0xF006197E          MC 9 Read Data and Bit Flip Register 15
MTU_MC9_RDBFL16 0xF0061980          MC 9 Read Data and Bit Flip Register 16
MTU_MC9_RDBFL17 0xF0061982          MC 9 Read Data and Bit Flip Register 17
MTU_MC9_RDBFL18 0xF0061984          MC 9 Read Data and Bit Flip Register 18
MTU_MC9_RDBFL19 0xF0061986          MC 9 Read Data and Bit Flip Register 19
MTU_MC9_RDBFL20 0xF0061988          MC 9 Read Data and Bit Flip Register 20
MTU_MC9_RDBFL21 0xF006198A          MC 9 Read Data and Bit Flip Register 21
MTU_MC9_RDBFL22 0xF006198C          MC 9 Read Data and Bit Flip Register 22
MTU_MC9_RDBFL23 0xF006198E          MC 9 Read Data and Bit Flip Register 23
MTU_MC9_RDBFL24 0xF0061990          MC 9 Read Data and Bit Flip Register 24
MTU_MC9_RDBFL25 0xF0061992          MC 9 Read Data and Bit Flip Register 25
MTU_MC9_RDBFL26 0xF0061994          MC 9 Read Data and Bit Flip Register 26
MTU_MC9_RDBFL27 0xF0061996          MC 9 Read Data and Bit Flip Register 27
MTU_MC9_RDBFL28 0xF0061998          MC 9 Read Data and Bit Flip Register 28
MTU_MC9_RDBFL29 0xF006199A          MC 9 Read Data and Bit Flip Register 29
MTU_MC9_RDBFL30 0xF006199C          MC 9 Read Data and Bit Flip Register 30
MTU_MC9_RDBFL31 0xF006199E          MC 9 Read Data and Bit Flip Register 31
MTU_MC9_RDBFL32 0xF00619A0          MC 9 Read Data and Bit Flip Register 32
MTU_MC9_RDBFL33 0xF00619A2          MC 9 Read Data and Bit Flip Register 33
MTU_MC9_RDBFL34 0xF00619A4          MC 9 Read Data and Bit Flip Register 34
MTU_MC9_RDBFL35 0xF00619A6          MC 9 Read Data and Bit Flip Register 35
MTU_MC9_RDBFL36 0xF00619A8          MC 9 Read Data and Bit Flip Register 36
MTU_MC9_RDBFL37 0xF00619AA          MC 9 Read Data and Bit Flip Register 37
MTU_MC9_RDBFL38 0xF00619AC          MC 9 Read Data and Bit Flip Register 38
MTU_MC9_RDBFL39 0xF00619AE          MC 9 Read Data and Bit Flip Register 39
MTU_MC9_RDBFL40 0xF00619B0          MC 9 Read Data and Bit Flip Register 40
MTU_MC9_RDBFL41 0xF00619B2          MC 9 Read Data and Bit Flip Register 41
MTU_MC9_RDBFL42 0xF00619B4          MC 9 Read Data and Bit Flip Register 42
MTU_MC9_RDBFL43 0xF00619B6          MC 9 Read Data and Bit Flip Register 43
MTU_MC9_RDBFL44 0xF00619B8          MC 9 Read Data and Bit Flip Register 44
MTU_MC9_RDBFL45 0xF00619BA          MC 9 Read Data and Bit Flip Register 45
MTU_MC9_RDBFL46 0xF00619BC          MC 9 Read Data and Bit Flip Register 46
MTU_MC9_RDBFL47 0xF00619BE          MC 9 Read Data and Bit Flip Register 47
MTU_MC9_RDBFL48 0xF00619C0          MC 9 Read Data and Bit Flip Register 48
MTU_MC9_RDBFL49 0xF00619C2          MC 9 Read Data and Bit Flip Register 49
MTU_MC9_RDBFL50 0xF00619C4          MC 9 Read Data and Bit Flip Register 50
MTU_MC9_RDBFL51 0xF00619C6          MC 9 Read Data and Bit Flip Register 51
MTU_MC9_RDBFL52 0xF00619C8          MC 9 Read Data and Bit Flip Register 52
MTU_MC9_RDBFL53 0xF00619CA          MC 9 Read Data and Bit Flip Register 53
MTU_MC9_RDBFL54 0xF00619CC          MC 9 Read Data and Bit Flip Register 54
MTU_MC9_RDBFL55 0xF00619CE          MC 9 Read Data and Bit Flip Register 55
MTU_MC9_RDBFL56 0xF00619D0          MC 9 Read Data and Bit Flip Register 56
MTU_MC9_RDBFL57 0xF00619D2          MC 9 Read Data and Bit Flip Register 57
MTU_MC9_RDBFL58 0xF00619D4          MC 9 Read Data and Bit Flip Register 58
MTU_MC9_RDBFL59 0xF00619D6          MC 9 Read Data and Bit Flip Register 59
MTU_MC9_RDBFL60 0xF00619D8          MC 9 Read Data and Bit Flip Register 60
MTU_MC9_RDBFL61 0xF00619DA          MC 9 Read Data and Bit Flip Register 61
MTU_MC9_RDBFL62 0xF00619DC          MC 9 Read Data and Bit Flip Register 62
MTU_MC9_RDBFL63 0xF00619DE          MC 9 Read Data and Bit Flip Register 63
MTU_MC9_RDBFL64 0xF00619E0          MC 9 Read Data and Bit Flip Register 64
MTU_MC9_RDBFL65 0xF00619E2          MC 9 Read Data and Bit Flip Register 65
MTU_MC9_RDBFL66 0xF00619E4          MC 9 Read Data and Bit Flip Register 66
MTU_MC9_ALMSRCS 0xF00619EE          MC 9 Alarm Sources Configuration Register
MTU_MC9_FAULTSTS 0xF00619F0          MC 9 SSH Safety Faults Status Register
MTU_MC9_ERRINFO0 0xF00619F2          MC 9 Error Information Register 0
MTU_MC9_ERRINFO1 0xF00619F4          MC 9 Error Information Register 1
MTU_MC9_ERRINFO2 0xF00619F6          MC 9 Error Information Register 2
MTU_MC9_ERRINFO3 0xF00619F8          MC 9 Error Information Register 3
MTU_MC9_ERRINFO4 0xF00619FA          MC 9 Error Information Register 4
MTU_MC10_CONFIG0 0xF0061A00          MC 10 Configuration Register 0
MTU_MC10_CONFIG1 0xF0061A02          MC 10 Configuration Register 1
MTU_MC10_MCONTROL 0xF0061A04          MC 10 MBIST Control Register
MTU_MC10_MSTATUS 0xF0061A06          MC 10 Status Register
MTU_MC10_RANGE  0xF0061A08          MC 10 Range Register, single address mode
MTU_MC10_REVID  0xF0061A0C          MC 10 Revision ID Register
MTU_MC10_ECCS   0xF0061A0E          MC 10 ECC Safety Register
MTU_MC10_ECCD   0xF0061A10          MC 10 Memory ECC Detection Register
MTU_MC10_ETRR0  0xF0061A12          MC 10 Error Tracking Register 0
MTU_MC10_ETRR1  0xF0061A14          MC 10 Error Tracking Register 1
MTU_MC10_ETRR2  0xF0061A16          MC 10 Error Tracking Register 2
MTU_MC10_ETRR3  0xF0061A18          MC 10 Error Tracking Register 3
MTU_MC10_ETRR4  0xF0061A1A          MC 10 Error Tracking Register 4
MTU_MC10_RDBFL0 0xF0061A60          MC 10 Read Data and Bit Flip Register 0
MTU_MC10_RDBFL1 0xF0061A62          MC 10 Read Data and Bit Flip Register 1
MTU_MC10_RDBFL2 0xF0061A64          MC 10 Read Data and Bit Flip Register 2
MTU_MC10_RDBFL3 0xF0061A66          MC 10 Read Data and Bit Flip Register 3
MTU_MC10_RDBFL4 0xF0061A68          MC 10 Read Data and Bit Flip Register 4
MTU_MC10_RDBFL5 0xF0061A6A          MC 10 Read Data and Bit Flip Register 5
MTU_MC10_RDBFL6 0xF0061A6C          MC 10 Read Data and Bit Flip Register 6
MTU_MC10_RDBFL7 0xF0061A6E          MC 10 Read Data and Bit Flip Register 7
MTU_MC10_RDBFL8 0xF0061A70          MC 10 Read Data and Bit Flip Register 8
MTU_MC10_RDBFL9 0xF0061A72          MC 10 Read Data and Bit Flip Register 9
MTU_MC10_RDBFL10 0xF0061A74          MC 10 Read Data and Bit Flip Register 10
MTU_MC10_RDBFL11 0xF0061A76          MC 10 Read Data and Bit Flip Register 11
MTU_MC10_RDBFL12 0xF0061A78          MC 10 Read Data and Bit Flip Register 12
MTU_MC10_RDBFL13 0xF0061A7A          MC 10 Read Data and Bit Flip Register 13
MTU_MC10_RDBFL14 0xF0061A7C          MC 10 Read Data and Bit Flip Register 14
MTU_MC10_RDBFL15 0xF0061A7E          MC 10 Read Data and Bit Flip Register 15
MTU_MC10_RDBFL16 0xF0061A80          MC 10 Read Data and Bit Flip Register 16
MTU_MC10_RDBFL17 0xF0061A82          MC 10 Read Data and Bit Flip Register 17
MTU_MC10_RDBFL18 0xF0061A84          MC 10 Read Data and Bit Flip Register 18
MTU_MC10_RDBFL19 0xF0061A86          MC 10 Read Data and Bit Flip Register 19
MTU_MC10_RDBFL20 0xF0061A88          MC 10 Read Data and Bit Flip Register 20
MTU_MC10_RDBFL21 0xF0061A8A          MC 10 Read Data and Bit Flip Register 21
MTU_MC10_RDBFL22 0xF0061A8C          MC 10 Read Data and Bit Flip Register 22
MTU_MC10_RDBFL23 0xF0061A8E          MC 10 Read Data and Bit Flip Register 23
MTU_MC10_RDBFL24 0xF0061A90          MC 10 Read Data and Bit Flip Register 24
MTU_MC10_RDBFL25 0xF0061A92          MC 10 Read Data and Bit Flip Register 25
MTU_MC10_RDBFL26 0xF0061A94          MC 10 Read Data and Bit Flip Register 26
MTU_MC10_RDBFL27 0xF0061A96          MC 10 Read Data and Bit Flip Register 27
MTU_MC10_RDBFL28 0xF0061A98          MC 10 Read Data and Bit Flip Register 28
MTU_MC10_RDBFL29 0xF0061A9A          MC 10 Read Data and Bit Flip Register 29
MTU_MC10_RDBFL30 0xF0061A9C          MC 10 Read Data and Bit Flip Register 30
MTU_MC10_RDBFL31 0xF0061A9E          MC 10 Read Data and Bit Flip Register 31
MTU_MC10_RDBFL32 0xF0061AA0          MC 10 Read Data and Bit Flip Register 32
MTU_MC10_RDBFL33 0xF0061AA2          MC 10 Read Data and Bit Flip Register 33
MTU_MC10_RDBFL34 0xF0061AA4          MC 10 Read Data and Bit Flip Register 34
MTU_MC10_RDBFL35 0xF0061AA6          MC 10 Read Data and Bit Flip Register 35
MTU_MC10_RDBFL36 0xF0061AA8          MC 10 Read Data and Bit Flip Register 36
MTU_MC10_RDBFL37 0xF0061AAA          MC 10 Read Data and Bit Flip Register 37
MTU_MC10_RDBFL38 0xF0061AAC          MC 10 Read Data and Bit Flip Register 38
MTU_MC10_RDBFL39 0xF0061AAE          MC 10 Read Data and Bit Flip Register 39
MTU_MC10_RDBFL40 0xF0061AB0          MC 10 Read Data and Bit Flip Register 40
MTU_MC10_RDBFL41 0xF0061AB2          MC 10 Read Data and Bit Flip Register 41
MTU_MC10_RDBFL42 0xF0061AB4          MC 10 Read Data and Bit Flip Register 42
MTU_MC10_RDBFL43 0xF0061AB6          MC 10 Read Data and Bit Flip Register 43
MTU_MC10_RDBFL44 0xF0061AB8          MC 10 Read Data and Bit Flip Register 44
MTU_MC10_RDBFL45 0xF0061ABA          MC 10 Read Data and Bit Flip Register 45
MTU_MC10_RDBFL46 0xF0061ABC          MC 10 Read Data and Bit Flip Register 46
MTU_MC10_RDBFL47 0xF0061ABE          MC 10 Read Data and Bit Flip Register 47
MTU_MC10_RDBFL48 0xF0061AC0          MC 10 Read Data and Bit Flip Register 48
MTU_MC10_RDBFL49 0xF0061AC2          MC 10 Read Data and Bit Flip Register 49
MTU_MC10_RDBFL50 0xF0061AC4          MC 10 Read Data and Bit Flip Register 50
MTU_MC10_RDBFL51 0xF0061AC6          MC 10 Read Data and Bit Flip Register 51
MTU_MC10_RDBFL52 0xF0061AC8          MC 10 Read Data and Bit Flip Register 52
MTU_MC10_RDBFL53 0xF0061ACA          MC 10 Read Data and Bit Flip Register 53
MTU_MC10_RDBFL54 0xF0061ACC          MC 10 Read Data and Bit Flip Register 54
MTU_MC10_RDBFL55 0xF0061ACE          MC 10 Read Data and Bit Flip Register 55
MTU_MC10_RDBFL56 0xF0061AD0          MC 10 Read Data and Bit Flip Register 56
MTU_MC10_RDBFL57 0xF0061AD2          MC 10 Read Data and Bit Flip Register 57
MTU_MC10_RDBFL58 0xF0061AD4          MC 10 Read Data and Bit Flip Register 58
MTU_MC10_RDBFL59 0xF0061AD6          MC 10 Read Data and Bit Flip Register 59
MTU_MC10_RDBFL60 0xF0061AD8          MC 10 Read Data and Bit Flip Register 60
MTU_MC10_RDBFL61 0xF0061ADA          MC 10 Read Data and Bit Flip Register 61
MTU_MC10_RDBFL62 0xF0061ADC          MC 10 Read Data and Bit Flip Register 62
MTU_MC10_RDBFL63 0xF0061ADE          MC 10 Read Data and Bit Flip Register 63
MTU_MC10_RDBFL64 0xF0061AE0          MC 10 Read Data and Bit Flip Register 64
MTU_MC10_RDBFL65 0xF0061AE2          MC 10 Read Data and Bit Flip Register 65
MTU_MC10_RDBFL66 0xF0061AE4          MC 10 Read Data and Bit Flip Register 66
MTU_MC10_ALMSRCS 0xF0061AEE          MC 10 Alarm Sources Configuration Register
MTU_MC10_FAULTSTS 0xF0061AF0          MC 10 SSH Safety Faults Status Register
MTU_MC10_ERRINFO0 0xF0061AF2          MC 10 Error Information Register 0
MTU_MC10_ERRINFO1 0xF0061AF4          MC 10 Error Information Register 1
MTU_MC10_ERRINFO2 0xF0061AF6          MC 10 Error Information Register 2
MTU_MC10_ERRINFO3 0xF0061AF8          MC 10 Error Information Register 3
MTU_MC10_ERRINFO4 0xF0061AFA          MC 10 Error Information Register 4
MTU_MC11_CONFIG0 0xF0061B00          MC 11 Configuration Register 0
MTU_MC11_CONFIG1 0xF0061B02          MC 11 Configuration Register 1
MTU_MC11_MCONTROL 0xF0061B04          MC 11 MBIST Control Register
MTU_MC11_MSTATUS 0xF0061B06          MC 11 Status Register
MTU_MC11_RANGE  0xF0061B08          MC 11 Range Register, single address mode
MTU_MC11_REVID  0xF0061B0C          MC 11 Revision ID Register
MTU_MC11_ECCS   0xF0061B0E          MC 11 ECC Safety Register
MTU_MC11_ECCD   0xF0061B10          MC 11 Memory ECC Detection Register
MTU_MC11_ETRR0  0xF0061B12          MC 11 Error Tracking Register 0
MTU_MC11_ETRR1  0xF0061B14          MC 11 Error Tracking Register 1
MTU_MC11_ETRR2  0xF0061B16          MC 11 Error Tracking Register 2
MTU_MC11_ETRR3  0xF0061B18          MC 11 Error Tracking Register 3
MTU_MC11_ETRR4  0xF0061B1A          MC 11 Error Tracking Register 4
MTU_MC11_RDBFL0 0xF0061B60          MC 11 Read Data and Bit Flip Register 0
MTU_MC11_RDBFL1 0xF0061B62          MC 11 Read Data and Bit Flip Register 1
MTU_MC11_RDBFL2 0xF0061B64          MC 11 Read Data and Bit Flip Register 2
MTU_MC11_RDBFL3 0xF0061B66          MC 11 Read Data and Bit Flip Register 3
MTU_MC11_RDBFL4 0xF0061B68          MC 11 Read Data and Bit Flip Register 4
MTU_MC11_RDBFL5 0xF0061B6A          MC 11 Read Data and Bit Flip Register 5
MTU_MC11_RDBFL6 0xF0061B6C          MC 11 Read Data and Bit Flip Register 6
MTU_MC11_RDBFL7 0xF0061B6E          MC 11 Read Data and Bit Flip Register 7
MTU_MC11_RDBFL8 0xF0061B70          MC 11 Read Data and Bit Flip Register 8
MTU_MC11_RDBFL9 0xF0061B72          MC 11 Read Data and Bit Flip Register 9
MTU_MC11_RDBFL10 0xF0061B74          MC 11 Read Data and Bit Flip Register 10
MTU_MC11_RDBFL11 0xF0061B76          MC 11 Read Data and Bit Flip Register 11
MTU_MC11_RDBFL12 0xF0061B78          MC 11 Read Data and Bit Flip Register 12
MTU_MC11_RDBFL13 0xF0061B7A          MC 11 Read Data and Bit Flip Register 13
MTU_MC11_RDBFL14 0xF0061B7C          MC 11 Read Data and Bit Flip Register 14
MTU_MC11_RDBFL15 0xF0061B7E          MC 11 Read Data and Bit Flip Register 15
MTU_MC11_RDBFL16 0xF0061B80          MC 11 Read Data and Bit Flip Register 16
MTU_MC11_RDBFL17 0xF0061B82          MC 11 Read Data and Bit Flip Register 17
MTU_MC11_RDBFL18 0xF0061B84          MC 11 Read Data and Bit Flip Register 18
MTU_MC11_RDBFL19 0xF0061B86          MC 11 Read Data and Bit Flip Register 19
MTU_MC11_RDBFL20 0xF0061B88          MC 11 Read Data and Bit Flip Register 20
MTU_MC11_RDBFL21 0xF0061B8A          MC 11 Read Data and Bit Flip Register 21
MTU_MC11_RDBFL22 0xF0061B8C          MC 11 Read Data and Bit Flip Register 22
MTU_MC11_RDBFL23 0xF0061B8E          MC 11 Read Data and Bit Flip Register 23
MTU_MC11_RDBFL24 0xF0061B90          MC 11 Read Data and Bit Flip Register 24
MTU_MC11_RDBFL25 0xF0061B92          MC 11 Read Data and Bit Flip Register 25
MTU_MC11_RDBFL26 0xF0061B94          MC 11 Read Data and Bit Flip Register 26
MTU_MC11_RDBFL27 0xF0061B96          MC 11 Read Data and Bit Flip Register 27
MTU_MC11_RDBFL28 0xF0061B98          MC 11 Read Data and Bit Flip Register 28
MTU_MC11_RDBFL29 0xF0061B9A          MC 11 Read Data and Bit Flip Register 29
MTU_MC11_RDBFL30 0xF0061B9C          MC 11 Read Data and Bit Flip Register 30
MTU_MC11_RDBFL31 0xF0061B9E          MC 11 Read Data and Bit Flip Register 31
MTU_MC11_RDBFL32 0xF0061BA0          MC 11 Read Data and Bit Flip Register 32
MTU_MC11_RDBFL33 0xF0061BA2          MC 11 Read Data and Bit Flip Register 33
MTU_MC11_RDBFL34 0xF0061BA4          MC 11 Read Data and Bit Flip Register 34
MTU_MC11_RDBFL35 0xF0061BA6          MC 11 Read Data and Bit Flip Register 35
MTU_MC11_RDBFL36 0xF0061BA8          MC 11 Read Data and Bit Flip Register 36
MTU_MC11_RDBFL37 0xF0061BAA          MC 11 Read Data and Bit Flip Register 37
MTU_MC11_RDBFL38 0xF0061BAC          MC 11 Read Data and Bit Flip Register 38
MTU_MC11_RDBFL39 0xF0061BAE          MC 11 Read Data and Bit Flip Register 39
MTU_MC11_RDBFL40 0xF0061BB0          MC 11 Read Data and Bit Flip Register 40
MTU_MC11_RDBFL41 0xF0061BB2          MC 11 Read Data and Bit Flip Register 41
MTU_MC11_RDBFL42 0xF0061BB4          MC 11 Read Data and Bit Flip Register 42
MTU_MC11_RDBFL43 0xF0061BB6          MC 11 Read Data and Bit Flip Register 43
MTU_MC11_RDBFL44 0xF0061BB8          MC 11 Read Data and Bit Flip Register 44
MTU_MC11_RDBFL45 0xF0061BBA          MC 11 Read Data and Bit Flip Register 45
MTU_MC11_RDBFL46 0xF0061BBC          MC 11 Read Data and Bit Flip Register 46
MTU_MC11_RDBFL47 0xF0061BBE          MC 11 Read Data and Bit Flip Register 47
MTU_MC11_RDBFL48 0xF0061BC0          MC 11 Read Data and Bit Flip Register 48
MTU_MC11_RDBFL49 0xF0061BC2          MC 11 Read Data and Bit Flip Register 49
MTU_MC11_RDBFL50 0xF0061BC4          MC 11 Read Data and Bit Flip Register 50
MTU_MC11_RDBFL51 0xF0061BC6          MC 11 Read Data and Bit Flip Register 51
MTU_MC11_RDBFL52 0xF0061BC8          MC 11 Read Data and Bit Flip Register 52
MTU_MC11_RDBFL53 0xF0061BCA          MC 11 Read Data and Bit Flip Register 53
MTU_MC11_RDBFL54 0xF0061BCC          MC 11 Read Data and Bit Flip Register 54
MTU_MC11_RDBFL55 0xF0061BCE          MC 11 Read Data and Bit Flip Register 55
MTU_MC11_RDBFL56 0xF0061BD0          MC 11 Read Data and Bit Flip Register 56
MTU_MC11_RDBFL57 0xF0061BD2          MC 11 Read Data and Bit Flip Register 57
MTU_MC11_RDBFL58 0xF0061BD4          MC 11 Read Data and Bit Flip Register 58
MTU_MC11_RDBFL59 0xF0061BD6          MC 11 Read Data and Bit Flip Register 59
MTU_MC11_RDBFL60 0xF0061BD8          MC 11 Read Data and Bit Flip Register 60
MTU_MC11_RDBFL61 0xF0061BDA          MC 11 Read Data and Bit Flip Register 61
MTU_MC11_RDBFL62 0xF0061BDC          MC 11 Read Data and Bit Flip Register 62
MTU_MC11_RDBFL63 0xF0061BDE          MC 11 Read Data and Bit Flip Register 63
MTU_MC11_RDBFL64 0xF0061BE0          MC 11 Read Data and Bit Flip Register 64
MTU_MC11_RDBFL65 0xF0061BE2          MC 11 Read Data and Bit Flip Register 65
MTU_MC11_RDBFL66 0xF0061BE4          MC 11 Read Data and Bit Flip Register 66
MTU_MC11_ALMSRCS 0xF0061BEE          MC 11 Alarm Sources Configuration Register
MTU_MC11_FAULTSTS 0xF0061BF0          MC 11 SSH Safety Faults Status Register
MTU_MC11_ERRINFO0 0xF0061BF2          MC 11 Error Information Register 0
MTU_MC11_ERRINFO1 0xF0061BF4          MC 11 Error Information Register 1
MTU_MC11_ERRINFO2 0xF0061BF6          MC 11 Error Information Register 2
MTU_MC11_ERRINFO3 0xF0061BF8          MC 11 Error Information Register 3
MTU_MC11_ERRINFO4 0xF0061BFA          MC 11 Error Information Register 4
MTU_MC12_CONFIG0 0xF0061C00          MC 12 Configuration Register 0
MTU_MC12_CONFIG1 0xF0061C02          MC 12 Configuration Register 1
MTU_MC12_MCONTROL 0xF0061C04          MC 12 MBIST Control Register
MTU_MC12_MSTATUS 0xF0061C06          MC 12 Status Register
MTU_MC12_RANGE  0xF0061C08          MC 12 Range Register, single address mode
MTU_MC12_REVID  0xF0061C0C          MC 12 Revision ID Register
MTU_MC12_ECCS   0xF0061C0E          MC 12 ECC Safety Register
MTU_MC12_ECCD   0xF0061C10          MC 12 Memory ECC Detection Register
MTU_MC12_ETRR0  0xF0061C12          MC 12 Error Tracking Register 0
MTU_MC12_ETRR1  0xF0061C14          MC 12 Error Tracking Register 1
MTU_MC12_ETRR2  0xF0061C16          MC 12 Error Tracking Register 2
MTU_MC12_ETRR3  0xF0061C18          MC 12 Error Tracking Register 3
MTU_MC12_ETRR4  0xF0061C1A          MC 12 Error Tracking Register 4
MTU_MC12_RDBFL0 0xF0061C60          MC 12 Read Data and Bit Flip Register 0
MTU_MC12_RDBFL1 0xF0061C62          MC 12 Read Data and Bit Flip Register 1
MTU_MC12_RDBFL2 0xF0061C64          MC 12 Read Data and Bit Flip Register 2
MTU_MC12_RDBFL3 0xF0061C66          MC 12 Read Data and Bit Flip Register 3
MTU_MC12_RDBFL4 0xF0061C68          MC 12 Read Data and Bit Flip Register 4
MTU_MC12_RDBFL5 0xF0061C6A          MC 12 Read Data and Bit Flip Register 5
MTU_MC12_RDBFL6 0xF0061C6C          MC 12 Read Data and Bit Flip Register 6
MTU_MC12_RDBFL7 0xF0061C6E          MC 12 Read Data and Bit Flip Register 7
MTU_MC12_RDBFL8 0xF0061C70          MC 12 Read Data and Bit Flip Register 8
MTU_MC12_RDBFL9 0xF0061C72          MC 12 Read Data and Bit Flip Register 9
MTU_MC12_RDBFL10 0xF0061C74          MC 12 Read Data and Bit Flip Register 10
MTU_MC12_RDBFL11 0xF0061C76          MC 12 Read Data and Bit Flip Register 11
MTU_MC12_RDBFL12 0xF0061C78          MC 12 Read Data and Bit Flip Register 12
MTU_MC12_RDBFL13 0xF0061C7A          MC 12 Read Data and Bit Flip Register 13
MTU_MC12_RDBFL14 0xF0061C7C          MC 12 Read Data and Bit Flip Register 14
MTU_MC12_RDBFL15 0xF0061C7E          MC 12 Read Data and Bit Flip Register 15
MTU_MC12_RDBFL16 0xF0061C80          MC 12 Read Data and Bit Flip Register 16
MTU_MC12_RDBFL17 0xF0061C82          MC 12 Read Data and Bit Flip Register 17
MTU_MC12_RDBFL18 0xF0061C84          MC 12 Read Data and Bit Flip Register 18
MTU_MC12_RDBFL19 0xF0061C86          MC 12 Read Data and Bit Flip Register 19
MTU_MC12_RDBFL20 0xF0061C88          MC 12 Read Data and Bit Flip Register 20
MTU_MC12_RDBFL21 0xF0061C8A          MC 12 Read Data and Bit Flip Register 21
MTU_MC12_RDBFL22 0xF0061C8C          MC 12 Read Data and Bit Flip Register 22
MTU_MC12_RDBFL23 0xF0061C8E          MC 12 Read Data and Bit Flip Register 23
MTU_MC12_RDBFL24 0xF0061C90          MC 12 Read Data and Bit Flip Register 24
MTU_MC12_RDBFL25 0xF0061C92          MC 12 Read Data and Bit Flip Register 25
MTU_MC12_RDBFL26 0xF0061C94          MC 12 Read Data and Bit Flip Register 26
MTU_MC12_RDBFL27 0xF0061C96          MC 12 Read Data and Bit Flip Register 27
MTU_MC12_RDBFL28 0xF0061C98          MC 12 Read Data and Bit Flip Register 28
MTU_MC12_RDBFL29 0xF0061C9A          MC 12 Read Data and Bit Flip Register 29
MTU_MC12_RDBFL30 0xF0061C9C          MC 12 Read Data and Bit Flip Register 30
MTU_MC12_RDBFL31 0xF0061C9E          MC 12 Read Data and Bit Flip Register 31
MTU_MC12_RDBFL32 0xF0061CA0          MC 12 Read Data and Bit Flip Register 32
MTU_MC12_RDBFL33 0xF0061CA2          MC 12 Read Data and Bit Flip Register 33
MTU_MC12_RDBFL34 0xF0061CA4          MC 12 Read Data and Bit Flip Register 34
MTU_MC12_RDBFL35 0xF0061CA6          MC 12 Read Data and Bit Flip Register 35
MTU_MC12_RDBFL36 0xF0061CA8          MC 12 Read Data and Bit Flip Register 36
MTU_MC12_RDBFL37 0xF0061CAA          MC 12 Read Data and Bit Flip Register 37
MTU_MC12_RDBFL38 0xF0061CAC          MC 12 Read Data and Bit Flip Register 38
MTU_MC12_RDBFL39 0xF0061CAE          MC 12 Read Data and Bit Flip Register 39
MTU_MC12_RDBFL40 0xF0061CB0          MC 12 Read Data and Bit Flip Register 40
MTU_MC12_RDBFL41 0xF0061CB2          MC 12 Read Data and Bit Flip Register 41
MTU_MC12_RDBFL42 0xF0061CB4          MC 12 Read Data and Bit Flip Register 42
MTU_MC12_RDBFL43 0xF0061CB6          MC 12 Read Data and Bit Flip Register 43
MTU_MC12_RDBFL44 0xF0061CB8          MC 12 Read Data and Bit Flip Register 44
MTU_MC12_RDBFL45 0xF0061CBA          MC 12 Read Data and Bit Flip Register 45
MTU_MC12_RDBFL46 0xF0061CBC          MC 12 Read Data and Bit Flip Register 46
MTU_MC12_RDBFL47 0xF0061CBE          MC 12 Read Data and Bit Flip Register 47
MTU_MC12_RDBFL48 0xF0061CC0          MC 12 Read Data and Bit Flip Register 48
MTU_MC12_RDBFL49 0xF0061CC2          MC 12 Read Data and Bit Flip Register 49
MTU_MC12_RDBFL50 0xF0061CC4          MC 12 Read Data and Bit Flip Register 50
MTU_MC12_RDBFL51 0xF0061CC6          MC 12 Read Data and Bit Flip Register 51
MTU_MC12_RDBFL52 0xF0061CC8          MC 12 Read Data and Bit Flip Register 52
MTU_MC12_RDBFL53 0xF0061CCA          MC 12 Read Data and Bit Flip Register 53
MTU_MC12_RDBFL54 0xF0061CCC          MC 12 Read Data and Bit Flip Register 54
MTU_MC12_RDBFL55 0xF0061CCE          MC 12 Read Data and Bit Flip Register 55
MTU_MC12_RDBFL56 0xF0061CD0          MC 12 Read Data and Bit Flip Register 56
MTU_MC12_RDBFL57 0xF0061CD2          MC 12 Read Data and Bit Flip Register 57
MTU_MC12_RDBFL58 0xF0061CD4          MC 12 Read Data and Bit Flip Register 58
MTU_MC12_RDBFL59 0xF0061CD6          MC 12 Read Data and Bit Flip Register 59
MTU_MC12_RDBFL60 0xF0061CD8          MC 12 Read Data and Bit Flip Register 60
MTU_MC12_RDBFL61 0xF0061CDA          MC 12 Read Data and Bit Flip Register 61
MTU_MC12_RDBFL62 0xF0061CDC          MC 12 Read Data and Bit Flip Register 62
MTU_MC12_RDBFL63 0xF0061CDE          MC 12 Read Data and Bit Flip Register 63
MTU_MC12_RDBFL64 0xF0061CE0          MC 12 Read Data and Bit Flip Register 64
MTU_MC12_RDBFL65 0xF0061CE2          MC 12 Read Data and Bit Flip Register 65
MTU_MC12_RDBFL66 0xF0061CE4          MC 12 Read Data and Bit Flip Register 66
MTU_MC12_ALMSRCS 0xF0061CEE          MC 12 Alarm Sources Configuration Register
MTU_MC12_FAULTSTS 0xF0061CF0          MC 12 SSH Safety Faults Status Register
MTU_MC12_ERRINFO0 0xF0061CF2          MC 12 Error Information Register 0
MTU_MC12_ERRINFO1 0xF0061CF4          MC 12 Error Information Register 1
MTU_MC12_ERRINFO2 0xF0061CF6          MC 12 Error Information Register 2
MTU_MC12_ERRINFO3 0xF0061CF8          MC 12 Error Information Register 3
MTU_MC12_ERRINFO4 0xF0061CFA          MC 12 Error Information Register 4
MTU_MC13_CONFIG0 0xF0061D00          MC 13 Configuration Register 0
MTU_MC13_CONFIG1 0xF0061D02          MC 13 Configuration Register 1
MTU_MC13_MCONTROL 0xF0061D04          MC 13 MBIST Control Register
MTU_MC13_MSTATUS 0xF0061D06          MC 13 Status Register
MTU_MC13_RANGE  0xF0061D08          MC 13 Range Register, single address mode
MTU_MC13_REVID  0xF0061D0C          MC 13 Revision ID Register
MTU_MC13_ECCS   0xF0061D0E          MC 13 ECC Safety Register
MTU_MC13_ECCD   0xF0061D10          MC 13 Memory ECC Detection Register
MTU_MC13_ETRR0  0xF0061D12          MC 13 Error Tracking Register 0
MTU_MC13_ETRR1  0xF0061D14          MC 13 Error Tracking Register 1
MTU_MC13_ETRR2  0xF0061D16          MC 13 Error Tracking Register 2
MTU_MC13_ETRR3  0xF0061D18          MC 13 Error Tracking Register 3
MTU_MC13_ETRR4  0xF0061D1A          MC 13 Error Tracking Register 4
MTU_MC13_RDBFL0 0xF0061D60          MC 13 Read Data and Bit Flip Register 0
MTU_MC13_RDBFL1 0xF0061D62          MC 13 Read Data and Bit Flip Register 1
MTU_MC13_RDBFL2 0xF0061D64          MC 13 Read Data and Bit Flip Register 2
MTU_MC13_RDBFL3 0xF0061D66          MC 13 Read Data and Bit Flip Register 3
MTU_MC13_RDBFL4 0xF0061D68          MC 13 Read Data and Bit Flip Register 4
MTU_MC13_RDBFL5 0xF0061D6A          MC 13 Read Data and Bit Flip Register 5
MTU_MC13_RDBFL6 0xF0061D6C          MC 13 Read Data and Bit Flip Register 6
MTU_MC13_RDBFL7 0xF0061D6E          MC 13 Read Data and Bit Flip Register 7
MTU_MC13_RDBFL8 0xF0061D70          MC 13 Read Data and Bit Flip Register 8
MTU_MC13_RDBFL9 0xF0061D72          MC 13 Read Data and Bit Flip Register 9
MTU_MC13_RDBFL10 0xF0061D74          MC 13 Read Data and Bit Flip Register 10
MTU_MC13_RDBFL11 0xF0061D76          MC 13 Read Data and Bit Flip Register 11
MTU_MC13_RDBFL12 0xF0061D78          MC 13 Read Data and Bit Flip Register 12
MTU_MC13_RDBFL13 0xF0061D7A          MC 13 Read Data and Bit Flip Register 13
MTU_MC13_RDBFL14 0xF0061D7C          MC 13 Read Data and Bit Flip Register 14
MTU_MC13_RDBFL15 0xF0061D7E          MC 13 Read Data and Bit Flip Register 15
MTU_MC13_RDBFL16 0xF0061D80          MC 13 Read Data and Bit Flip Register 16
MTU_MC13_RDBFL17 0xF0061D82          MC 13 Read Data and Bit Flip Register 17
MTU_MC13_RDBFL18 0xF0061D84          MC 13 Read Data and Bit Flip Register 18
MTU_MC13_RDBFL19 0xF0061D86          MC 13 Read Data and Bit Flip Register 19
MTU_MC13_RDBFL20 0xF0061D88          MC 13 Read Data and Bit Flip Register 20
MTU_MC13_RDBFL21 0xF0061D8A          MC 13 Read Data and Bit Flip Register 21
MTU_MC13_RDBFL22 0xF0061D8C          MC 13 Read Data and Bit Flip Register 22
MTU_MC13_RDBFL23 0xF0061D8E          MC 13 Read Data and Bit Flip Register 23
MTU_MC13_RDBFL24 0xF0061D90          MC 13 Read Data and Bit Flip Register 24
MTU_MC13_RDBFL25 0xF0061D92          MC 13 Read Data and Bit Flip Register 25
MTU_MC13_RDBFL26 0xF0061D94          MC 13 Read Data and Bit Flip Register 26
MTU_MC13_RDBFL27 0xF0061D96          MC 13 Read Data and Bit Flip Register 27
MTU_MC13_RDBFL28 0xF0061D98          MC 13 Read Data and Bit Flip Register 28
MTU_MC13_RDBFL29 0xF0061D9A          MC 13 Read Data and Bit Flip Register 29
MTU_MC13_RDBFL30 0xF0061D9C          MC 13 Read Data and Bit Flip Register 30
MTU_MC13_RDBFL31 0xF0061D9E          MC 13 Read Data and Bit Flip Register 31
MTU_MC13_RDBFL32 0xF0061DA0          MC 13 Read Data and Bit Flip Register 32
MTU_MC13_RDBFL33 0xF0061DA2          MC 13 Read Data and Bit Flip Register 33
MTU_MC13_RDBFL34 0xF0061DA4          MC 13 Read Data and Bit Flip Register 34
MTU_MC13_RDBFL35 0xF0061DA6          MC 13 Read Data and Bit Flip Register 35
MTU_MC13_RDBFL36 0xF0061DA8          MC 13 Read Data and Bit Flip Register 36
MTU_MC13_RDBFL37 0xF0061DAA          MC 13 Read Data and Bit Flip Register 37
MTU_MC13_RDBFL38 0xF0061DAC          MC 13 Read Data and Bit Flip Register 38
MTU_MC13_RDBFL39 0xF0061DAE          MC 13 Read Data and Bit Flip Register 39
MTU_MC13_RDBFL40 0xF0061DB0          MC 13 Read Data and Bit Flip Register 40
MTU_MC13_RDBFL41 0xF0061DB2          MC 13 Read Data and Bit Flip Register 41
MTU_MC13_RDBFL42 0xF0061DB4          MC 13 Read Data and Bit Flip Register 42
MTU_MC13_RDBFL43 0xF0061DB6          MC 13 Read Data and Bit Flip Register 43
MTU_MC13_RDBFL44 0xF0061DB8          MC 13 Read Data and Bit Flip Register 44
MTU_MC13_RDBFL45 0xF0061DBA          MC 13 Read Data and Bit Flip Register 45
MTU_MC13_RDBFL46 0xF0061DBC          MC 13 Read Data and Bit Flip Register 46
MTU_MC13_RDBFL47 0xF0061DBE          MC 13 Read Data and Bit Flip Register 47
MTU_MC13_RDBFL48 0xF0061DC0          MC 13 Read Data and Bit Flip Register 48
MTU_MC13_RDBFL49 0xF0061DC2          MC 13 Read Data and Bit Flip Register 49
MTU_MC13_RDBFL50 0xF0061DC4          MC 13 Read Data and Bit Flip Register 50
MTU_MC13_RDBFL51 0xF0061DC6          MC 13 Read Data and Bit Flip Register 51
MTU_MC13_RDBFL52 0xF0061DC8          MC 13 Read Data and Bit Flip Register 52
MTU_MC13_RDBFL53 0xF0061DCA          MC 13 Read Data and Bit Flip Register 53
MTU_MC13_RDBFL54 0xF0061DCC          MC 13 Read Data and Bit Flip Register 54
MTU_MC13_RDBFL55 0xF0061DCE          MC 13 Read Data and Bit Flip Register 55
MTU_MC13_RDBFL56 0xF0061DD0          MC 13 Read Data and Bit Flip Register 56
MTU_MC13_RDBFL57 0xF0061DD2          MC 13 Read Data and Bit Flip Register 57
MTU_MC13_RDBFL58 0xF0061DD4          MC 13 Read Data and Bit Flip Register 58
MTU_MC13_RDBFL59 0xF0061DD6          MC 13 Read Data and Bit Flip Register 59
MTU_MC13_RDBFL60 0xF0061DD8          MC 13 Read Data and Bit Flip Register 60
MTU_MC13_RDBFL61 0xF0061DDA          MC 13 Read Data and Bit Flip Register 61
MTU_MC13_RDBFL62 0xF0061DDC          MC 13 Read Data and Bit Flip Register 62
MTU_MC13_RDBFL63 0xF0061DDE          MC 13 Read Data and Bit Flip Register 63
MTU_MC13_RDBFL64 0xF0061DE0          MC 13 Read Data and Bit Flip Register 64
MTU_MC13_RDBFL65 0xF0061DE2          MC 13 Read Data and Bit Flip Register 65
MTU_MC13_RDBFL66 0xF0061DE4          MC 13 Read Data and Bit Flip Register 66
MTU_MC13_ALMSRCS 0xF0061DEE          MC 13 Alarm Sources Configuration Register
MTU_MC13_FAULTSTS 0xF0061DF0          MC 13 SSH Safety Faults Status Register
MTU_MC13_ERRINFO0 0xF0061DF2          MC 13 Error Information Register 0
MTU_MC13_ERRINFO1 0xF0061DF4          MC 13 Error Information Register 1
MTU_MC13_ERRINFO2 0xF0061DF6          MC 13 Error Information Register 2
MTU_MC13_ERRINFO3 0xF0061DF8          MC 13 Error Information Register 3
MTU_MC13_ERRINFO4 0xF0061DFA          MC 13 Error Information Register 4
MTU_MC14_CONFIG0 0xF0061E00          MC 14 Configuration Register 0
MTU_MC14_CONFIG1 0xF0061E02          MC 14 Configuration Register 1
MTU_MC14_MCONTROL 0xF0061E04          MC 14 MBIST Control Register
MTU_MC14_MSTATUS 0xF0061E06          MC 14 Status Register
MTU_MC14_RANGE  0xF0061E08          MC 14 Range Register, single address mode
MTU_MC14_REVID  0xF0061E0C          MC 14 Revision ID Register
MTU_MC14_ECCS   0xF0061E0E          MC 14 ECC Safety Register
MTU_MC14_ECCD   0xF0061E10          MC 14 Memory ECC Detection Register
MTU_MC14_ETRR0  0xF0061E12          MC 14 Error Tracking Register 0
MTU_MC14_ETRR1  0xF0061E14          MC 14 Error Tracking Register 1
MTU_MC14_ETRR2  0xF0061E16          MC 14 Error Tracking Register 2
MTU_MC14_ETRR3  0xF0061E18          MC 14 Error Tracking Register 3
MTU_MC14_ETRR4  0xF0061E1A          MC 14 Error Tracking Register 4
MTU_MC14_RDBFL0 0xF0061E60          MC 14 Read Data and Bit Flip Register 0
MTU_MC14_RDBFL1 0xF0061E62          MC 14 Read Data and Bit Flip Register 1
MTU_MC14_RDBFL2 0xF0061E64          MC 14 Read Data and Bit Flip Register 2
MTU_MC14_RDBFL3 0xF0061E66          MC 14 Read Data and Bit Flip Register 3
MTU_MC14_RDBFL4 0xF0061E68          MC 14 Read Data and Bit Flip Register 4
MTU_MC14_RDBFL5 0xF0061E6A          MC 14 Read Data and Bit Flip Register 5
MTU_MC14_RDBFL6 0xF0061E6C          MC 14 Read Data and Bit Flip Register 6
MTU_MC14_RDBFL7 0xF0061E6E          MC 14 Read Data and Bit Flip Register 7
MTU_MC14_RDBFL8 0xF0061E70          MC 14 Read Data and Bit Flip Register 8
MTU_MC14_RDBFL9 0xF0061E72          MC 14 Read Data and Bit Flip Register 9
MTU_MC14_RDBFL10 0xF0061E74          MC 14 Read Data and Bit Flip Register 10
MTU_MC14_RDBFL11 0xF0061E76          MC 14 Read Data and Bit Flip Register 11
MTU_MC14_RDBFL12 0xF0061E78          MC 14 Read Data and Bit Flip Register 12
MTU_MC14_RDBFL13 0xF0061E7A          MC 14 Read Data and Bit Flip Register 13
MTU_MC14_RDBFL14 0xF0061E7C          MC 14 Read Data and Bit Flip Register 14
MTU_MC14_RDBFL15 0xF0061E7E          MC 14 Read Data and Bit Flip Register 15
MTU_MC14_RDBFL16 0xF0061E80          MC 14 Read Data and Bit Flip Register 16
MTU_MC14_RDBFL17 0xF0061E82          MC 14 Read Data and Bit Flip Register 17
MTU_MC14_RDBFL18 0xF0061E84          MC 14 Read Data and Bit Flip Register 18
MTU_MC14_RDBFL19 0xF0061E86          MC 14 Read Data and Bit Flip Register 19
MTU_MC14_RDBFL20 0xF0061E88          MC 14 Read Data and Bit Flip Register 20
MTU_MC14_RDBFL21 0xF0061E8A          MC 14 Read Data and Bit Flip Register 21
MTU_MC14_RDBFL22 0xF0061E8C          MC 14 Read Data and Bit Flip Register 22
MTU_MC14_RDBFL23 0xF0061E8E          MC 14 Read Data and Bit Flip Register 23
MTU_MC14_RDBFL24 0xF0061E90          MC 14 Read Data and Bit Flip Register 24
MTU_MC14_RDBFL25 0xF0061E92          MC 14 Read Data and Bit Flip Register 25
MTU_MC14_RDBFL26 0xF0061E94          MC 14 Read Data and Bit Flip Register 26
MTU_MC14_RDBFL27 0xF0061E96          MC 14 Read Data and Bit Flip Register 27
MTU_MC14_RDBFL28 0xF0061E98          MC 14 Read Data and Bit Flip Register 28
MTU_MC14_RDBFL29 0xF0061E9A          MC 14 Read Data and Bit Flip Register 29
MTU_MC14_RDBFL30 0xF0061E9C          MC 14 Read Data and Bit Flip Register 30
MTU_MC14_RDBFL31 0xF0061E9E          MC 14 Read Data and Bit Flip Register 31
MTU_MC14_RDBFL32 0xF0061EA0          MC 14 Read Data and Bit Flip Register 32
MTU_MC14_RDBFL33 0xF0061EA2          MC 14 Read Data and Bit Flip Register 33
MTU_MC14_RDBFL34 0xF0061EA4          MC 14 Read Data and Bit Flip Register 34
MTU_MC14_RDBFL35 0xF0061EA6          MC 14 Read Data and Bit Flip Register 35
MTU_MC14_RDBFL36 0xF0061EA8          MC 14 Read Data and Bit Flip Register 36
MTU_MC14_RDBFL37 0xF0061EAA          MC 14 Read Data and Bit Flip Register 37
MTU_MC14_RDBFL38 0xF0061EAC          MC 14 Read Data and Bit Flip Register 38
MTU_MC14_RDBFL39 0xF0061EAE          MC 14 Read Data and Bit Flip Register 39
MTU_MC14_RDBFL40 0xF0061EB0          MC 14 Read Data and Bit Flip Register 40
MTU_MC14_RDBFL41 0xF0061EB2          MC 14 Read Data and Bit Flip Register 41
MTU_MC14_RDBFL42 0xF0061EB4          MC 14 Read Data and Bit Flip Register 42
MTU_MC14_RDBFL43 0xF0061EB6          MC 14 Read Data and Bit Flip Register 43
MTU_MC14_RDBFL44 0xF0061EB8          MC 14 Read Data and Bit Flip Register 44
MTU_MC14_RDBFL45 0xF0061EBA          MC 14 Read Data and Bit Flip Register 45
MTU_MC14_RDBFL46 0xF0061EBC          MC 14 Read Data and Bit Flip Register 46
MTU_MC14_RDBFL47 0xF0061EBE          MC 14 Read Data and Bit Flip Register 47
MTU_MC14_RDBFL48 0xF0061EC0          MC 14 Read Data and Bit Flip Register 48
MTU_MC14_RDBFL49 0xF0061EC2          MC 14 Read Data and Bit Flip Register 49
MTU_MC14_RDBFL50 0xF0061EC4          MC 14 Read Data and Bit Flip Register 50
MTU_MC14_RDBFL51 0xF0061EC6          MC 14 Read Data and Bit Flip Register 51
MTU_MC14_RDBFL52 0xF0061EC8          MC 14 Read Data and Bit Flip Register 52
MTU_MC14_RDBFL53 0xF0061ECA          MC 14 Read Data and Bit Flip Register 53
MTU_MC14_RDBFL54 0xF0061ECC          MC 14 Read Data and Bit Flip Register 54
MTU_MC14_RDBFL55 0xF0061ECE          MC 14 Read Data and Bit Flip Register 55
MTU_MC14_RDBFL56 0xF0061ED0          MC 14 Read Data and Bit Flip Register 56
MTU_MC14_RDBFL57 0xF0061ED2          MC 14 Read Data and Bit Flip Register 57
MTU_MC14_RDBFL58 0xF0061ED4          MC 14 Read Data and Bit Flip Register 58
MTU_MC14_RDBFL59 0xF0061ED6          MC 14 Read Data and Bit Flip Register 59
MTU_MC14_RDBFL60 0xF0061ED8          MC 14 Read Data and Bit Flip Register 60
MTU_MC14_RDBFL61 0xF0061EDA          MC 14 Read Data and Bit Flip Register 61
MTU_MC14_RDBFL62 0xF0061EDC          MC 14 Read Data and Bit Flip Register 62
MTU_MC14_RDBFL63 0xF0061EDE          MC 14 Read Data and Bit Flip Register 63
MTU_MC14_RDBFL64 0xF0061EE0          MC 14 Read Data and Bit Flip Register 64
MTU_MC14_RDBFL65 0xF0061EE2          MC 14 Read Data and Bit Flip Register 65
MTU_MC14_RDBFL66 0xF0061EE4          MC 14 Read Data and Bit Flip Register 66
MTU_MC14_ALMSRCS 0xF0061EEE          MC 14 Alarm Sources Configuration Register
MTU_MC14_FAULTSTS 0xF0061EF0          MC 14 SSH Safety Faults Status Register
MTU_MC14_ERRINFO0 0xF0061EF2          MC 14 Error Information Register 0
MTU_MC14_ERRINFO1 0xF0061EF4          MC 14 Error Information Register 1
MTU_MC14_ERRINFO2 0xF0061EF6          MC 14 Error Information Register 2
MTU_MC14_ERRINFO3 0xF0061EF8          MC 14 Error Information Register 3
MTU_MC14_ERRINFO4 0xF0061EFA          MC 14 Error Information Register 4
MTU_MC15_CONFIG0 0xF0061F00          MC 15 Configuration Register 0
MTU_MC15_CONFIG1 0xF0061F02          MC 15 Configuration Register 1
MTU_MC15_MCONTROL 0xF0061F04          MC 15 MBIST Control Register
MTU_MC15_MSTATUS 0xF0061F06          MC 15 Status Register
MTU_MC15_RANGE  0xF0061F08          MC 15 Range Register, single address mode
MTU_MC15_REVID  0xF0061F0C          MC 15 Revision ID Register
MTU_MC15_ECCS   0xF0061F0E          MC 15 ECC Safety Register
MTU_MC15_ECCD   0xF0061F10          MC 15 Memory ECC Detection Register
MTU_MC15_ETRR0  0xF0061F12          MC 15 Error Tracking Register 0
MTU_MC15_ETRR1  0xF0061F14          MC 15 Error Tracking Register 1
MTU_MC15_ETRR2  0xF0061F16          MC 15 Error Tracking Register 2
MTU_MC15_ETRR3  0xF0061F18          MC 15 Error Tracking Register 3
MTU_MC15_ETRR4  0xF0061F1A          MC 15 Error Tracking Register 4
MTU_MC15_RDBFL0 0xF0061F60          MC 15 Read Data and Bit Flip Register 0
MTU_MC15_RDBFL1 0xF0061F62          MC 15 Read Data and Bit Flip Register 1
MTU_MC15_RDBFL2 0xF0061F64          MC 15 Read Data and Bit Flip Register 2
MTU_MC15_RDBFL3 0xF0061F66          MC 15 Read Data and Bit Flip Register 3
MTU_MC15_RDBFL4 0xF0061F68          MC 15 Read Data and Bit Flip Register 4
MTU_MC15_RDBFL5 0xF0061F6A          MC 15 Read Data and Bit Flip Register 5
MTU_MC15_RDBFL6 0xF0061F6C          MC 15 Read Data and Bit Flip Register 6
MTU_MC15_RDBFL7 0xF0061F6E          MC 15 Read Data and Bit Flip Register 7
MTU_MC15_RDBFL8 0xF0061F70          MC 15 Read Data and Bit Flip Register 8
MTU_MC15_RDBFL9 0xF0061F72          MC 15 Read Data and Bit Flip Register 9
MTU_MC15_RDBFL10 0xF0061F74          MC 15 Read Data and Bit Flip Register 10
MTU_MC15_RDBFL11 0xF0061F76          MC 15 Read Data and Bit Flip Register 11
MTU_MC15_RDBFL12 0xF0061F78          MC 15 Read Data and Bit Flip Register 12
MTU_MC15_RDBFL13 0xF0061F7A          MC 15 Read Data and Bit Flip Register 13
MTU_MC15_RDBFL14 0xF0061F7C          MC 15 Read Data and Bit Flip Register 14
MTU_MC15_RDBFL15 0xF0061F7E          MC 15 Read Data and Bit Flip Register 15
MTU_MC15_RDBFL16 0xF0061F80          MC 15 Read Data and Bit Flip Register 16
MTU_MC15_RDBFL17 0xF0061F82          MC 15 Read Data and Bit Flip Register 17
MTU_MC15_RDBFL18 0xF0061F84          MC 15 Read Data and Bit Flip Register 18
MTU_MC15_RDBFL19 0xF0061F86          MC 15 Read Data and Bit Flip Register 19
MTU_MC15_RDBFL20 0xF0061F88          MC 15 Read Data and Bit Flip Register 20
MTU_MC15_RDBFL21 0xF0061F8A          MC 15 Read Data and Bit Flip Register 21
MTU_MC15_RDBFL22 0xF0061F8C          MC 15 Read Data and Bit Flip Register 22
MTU_MC15_RDBFL23 0xF0061F8E          MC 15 Read Data and Bit Flip Register 23
MTU_MC15_RDBFL24 0xF0061F90          MC 15 Read Data and Bit Flip Register 24
MTU_MC15_RDBFL25 0xF0061F92          MC 15 Read Data and Bit Flip Register 25
MTU_MC15_RDBFL26 0xF0061F94          MC 15 Read Data and Bit Flip Register 26
MTU_MC15_RDBFL27 0xF0061F96          MC 15 Read Data and Bit Flip Register 27
MTU_MC15_RDBFL28 0xF0061F98          MC 15 Read Data and Bit Flip Register 28
MTU_MC15_RDBFL29 0xF0061F9A          MC 15 Read Data and Bit Flip Register 29
MTU_MC15_RDBFL30 0xF0061F9C          MC 15 Read Data and Bit Flip Register 30
MTU_MC15_RDBFL31 0xF0061F9E          MC 15 Read Data and Bit Flip Register 31
MTU_MC15_RDBFL32 0xF0061FA0          MC 15 Read Data and Bit Flip Register 32
MTU_MC15_RDBFL33 0xF0061FA2          MC 15 Read Data and Bit Flip Register 33
MTU_MC15_RDBFL34 0xF0061FA4          MC 15 Read Data and Bit Flip Register 34
MTU_MC15_RDBFL35 0xF0061FA6          MC 15 Read Data and Bit Flip Register 35
MTU_MC15_RDBFL36 0xF0061FA8          MC 15 Read Data and Bit Flip Register 36
MTU_MC15_RDBFL37 0xF0061FAA          MC 15 Read Data and Bit Flip Register 37
MTU_MC15_RDBFL38 0xF0061FAC          MC 15 Read Data and Bit Flip Register 38
MTU_MC15_RDBFL39 0xF0061FAE          MC 15 Read Data and Bit Flip Register 39
MTU_MC15_RDBFL40 0xF0061FB0          MC 15 Read Data and Bit Flip Register 40
MTU_MC15_RDBFL41 0xF0061FB2          MC 15 Read Data and Bit Flip Register 41
MTU_MC15_RDBFL42 0xF0061FB4          MC 15 Read Data and Bit Flip Register 42
MTU_MC15_RDBFL43 0xF0061FB6          MC 15 Read Data and Bit Flip Register 43
MTU_MC15_RDBFL44 0xF0061FB8          MC 15 Read Data and Bit Flip Register 44
MTU_MC15_RDBFL45 0xF0061FBA          MC 15 Read Data and Bit Flip Register 45
MTU_MC15_RDBFL46 0xF0061FBC          MC 15 Read Data and Bit Flip Register 46
MTU_MC15_RDBFL47 0xF0061FBE          MC 15 Read Data and Bit Flip Register 47
MTU_MC15_RDBFL48 0xF0061FC0          MC 15 Read Data and Bit Flip Register 48
MTU_MC15_RDBFL49 0xF0061FC2          MC 15 Read Data and Bit Flip Register 49
MTU_MC15_RDBFL50 0xF0061FC4          MC 15 Read Data and Bit Flip Register 50
MTU_MC15_RDBFL51 0xF0061FC6          MC 15 Read Data and Bit Flip Register 51
MTU_MC15_RDBFL52 0xF0061FC8          MC 15 Read Data and Bit Flip Register 52
MTU_MC15_RDBFL53 0xF0061FCA          MC 15 Read Data and Bit Flip Register 53
MTU_MC15_RDBFL54 0xF0061FCC          MC 15 Read Data and Bit Flip Register 54
MTU_MC15_RDBFL55 0xF0061FCE          MC 15 Read Data and Bit Flip Register 55
MTU_MC15_RDBFL56 0xF0061FD0          MC 15 Read Data and Bit Flip Register 56
MTU_MC15_RDBFL57 0xF0061FD2          MC 15 Read Data and Bit Flip Register 57
MTU_MC15_RDBFL58 0xF0061FD4          MC 15 Read Data and Bit Flip Register 58
MTU_MC15_RDBFL59 0xF0061FD6          MC 15 Read Data and Bit Flip Register 59
MTU_MC15_RDBFL60 0xF0061FD8          MC 15 Read Data and Bit Flip Register 60
MTU_MC15_RDBFL61 0xF0061FDA          MC 15 Read Data and Bit Flip Register 61
MTU_MC15_RDBFL62 0xF0061FDC          MC 15 Read Data and Bit Flip Register 62
MTU_MC15_RDBFL63 0xF0061FDE          MC 15 Read Data and Bit Flip Register 63
MTU_MC15_RDBFL64 0xF0061FE0          MC 15 Read Data and Bit Flip Register 64
MTU_MC15_RDBFL65 0xF0061FE2          MC 15 Read Data and Bit Flip Register 65
MTU_MC15_RDBFL66 0xF0061FE4          MC 15 Read Data and Bit Flip Register 66
MTU_MC15_ALMSRCS 0xF0061FEE          MC 15 Alarm Sources Configuration Register
MTU_MC15_FAULTSTS 0xF0061FF0          MC 15 SSH Safety Faults Status Register
MTU_MC15_ERRINFO0 0xF0061FF2          MC 15 Error Information Register 0
MTU_MC15_ERRINFO1 0xF0061FF4          MC 15 Error Information Register 1
MTU_MC15_ERRINFO2 0xF0061FF6          MC 15 Error Information Register 2
MTU_MC15_ERRINFO3 0xF0061FF8          MC 15 Error Information Register 3
MTU_MC15_ERRINFO4 0xF0061FFA          MC 15 Error Information Register 4
MTU_MC16_CONFIG0 0xF0062000          MC 16 Configuration Register 0
MTU_MC16_CONFIG1 0xF0062002          MC 16 Configuration Register 1
MTU_MC16_MCONTROL 0xF0062004          MC 16 MBIST Control Register
MTU_MC16_MSTATUS 0xF0062006          MC 16 Status Register
MTU_MC16_RANGE  0xF0062008          MC 16 Range Register, single address mode
MTU_MC16_REVID  0xF006200C          MC 16 Revision ID Register
MTU_MC16_ECCS   0xF006200E          MC 16 ECC Safety Register
MTU_MC16_ECCD   0xF0062010          MC 16 Memory ECC Detection Register
MTU_MC16_ETRR0  0xF0062012          MC 16 Error Tracking Register 0
MTU_MC16_ETRR1  0xF0062014          MC 16 Error Tracking Register 1
MTU_MC16_ETRR2  0xF0062016          MC 16 Error Tracking Register 2
MTU_MC16_ETRR3  0xF0062018          MC 16 Error Tracking Register 3
MTU_MC16_ETRR4  0xF006201A          MC 16 Error Tracking Register 4
MTU_MC16_RDBFL0 0xF0062060          MC 16 Read Data and Bit Flip Register 0
MTU_MC16_RDBFL1 0xF0062062          MC 16 Read Data and Bit Flip Register 1
MTU_MC16_RDBFL2 0xF0062064          MC 16 Read Data and Bit Flip Register 2
MTU_MC16_RDBFL3 0xF0062066          MC 16 Read Data and Bit Flip Register 3
MTU_MC16_RDBFL4 0xF0062068          MC 16 Read Data and Bit Flip Register 4
MTU_MC16_RDBFL5 0xF006206A          MC 16 Read Data and Bit Flip Register 5
MTU_MC16_RDBFL6 0xF006206C          MC 16 Read Data and Bit Flip Register 6
MTU_MC16_RDBFL7 0xF006206E          MC 16 Read Data and Bit Flip Register 7
MTU_MC16_RDBFL8 0xF0062070          MC 16 Read Data and Bit Flip Register 8
MTU_MC16_RDBFL9 0xF0062072          MC 16 Read Data and Bit Flip Register 9
MTU_MC16_RDBFL10 0xF0062074          MC 16 Read Data and Bit Flip Register 10
MTU_MC16_RDBFL11 0xF0062076          MC 16 Read Data and Bit Flip Register 11
MTU_MC16_RDBFL12 0xF0062078          MC 16 Read Data and Bit Flip Register 12
MTU_MC16_RDBFL13 0xF006207A          MC 16 Read Data and Bit Flip Register 13
MTU_MC16_RDBFL14 0xF006207C          MC 16 Read Data and Bit Flip Register 14
MTU_MC16_RDBFL15 0xF006207E          MC 16 Read Data and Bit Flip Register 15
MTU_MC16_RDBFL16 0xF0062080          MC 16 Read Data and Bit Flip Register 16
MTU_MC16_RDBFL17 0xF0062082          MC 16 Read Data and Bit Flip Register 17
MTU_MC16_RDBFL18 0xF0062084          MC 16 Read Data and Bit Flip Register 18
MTU_MC16_RDBFL19 0xF0062086          MC 16 Read Data and Bit Flip Register 19
MTU_MC16_RDBFL20 0xF0062088          MC 16 Read Data and Bit Flip Register 20
MTU_MC16_RDBFL21 0xF006208A          MC 16 Read Data and Bit Flip Register 21
MTU_MC16_RDBFL22 0xF006208C          MC 16 Read Data and Bit Flip Register 22
MTU_MC16_RDBFL23 0xF006208E          MC 16 Read Data and Bit Flip Register 23
MTU_MC16_RDBFL24 0xF0062090          MC 16 Read Data and Bit Flip Register 24
MTU_MC16_RDBFL25 0xF0062092          MC 16 Read Data and Bit Flip Register 25
MTU_MC16_RDBFL26 0xF0062094          MC 16 Read Data and Bit Flip Register 26
MTU_MC16_RDBFL27 0xF0062096          MC 16 Read Data and Bit Flip Register 27
MTU_MC16_RDBFL28 0xF0062098          MC 16 Read Data and Bit Flip Register 28
MTU_MC16_RDBFL29 0xF006209A          MC 16 Read Data and Bit Flip Register 29
MTU_MC16_RDBFL30 0xF006209C          MC 16 Read Data and Bit Flip Register 30
MTU_MC16_RDBFL31 0xF006209E          MC 16 Read Data and Bit Flip Register 31
MTU_MC16_RDBFL32 0xF00620A0          MC 16 Read Data and Bit Flip Register 32
MTU_MC16_RDBFL33 0xF00620A2          MC 16 Read Data and Bit Flip Register 33
MTU_MC16_RDBFL34 0xF00620A4          MC 16 Read Data and Bit Flip Register 34
MTU_MC16_RDBFL35 0xF00620A6          MC 16 Read Data and Bit Flip Register 35
MTU_MC16_RDBFL36 0xF00620A8          MC 16 Read Data and Bit Flip Register 36
MTU_MC16_RDBFL37 0xF00620AA          MC 16 Read Data and Bit Flip Register 37
MTU_MC16_RDBFL38 0xF00620AC          MC 16 Read Data and Bit Flip Register 38
MTU_MC16_RDBFL39 0xF00620AE          MC 16 Read Data and Bit Flip Register 39
MTU_MC16_RDBFL40 0xF00620B0          MC 16 Read Data and Bit Flip Register 40
MTU_MC16_RDBFL41 0xF00620B2          MC 16 Read Data and Bit Flip Register 41
MTU_MC16_RDBFL42 0xF00620B4          MC 16 Read Data and Bit Flip Register 42
MTU_MC16_RDBFL43 0xF00620B6          MC 16 Read Data and Bit Flip Register 43
MTU_MC16_RDBFL44 0xF00620B8          MC 16 Read Data and Bit Flip Register 44
MTU_MC16_RDBFL45 0xF00620BA          MC 16 Read Data and Bit Flip Register 45
MTU_MC16_RDBFL46 0xF00620BC          MC 16 Read Data and Bit Flip Register 46
MTU_MC16_RDBFL47 0xF00620BE          MC 16 Read Data and Bit Flip Register 47
MTU_MC16_RDBFL48 0xF00620C0          MC 16 Read Data and Bit Flip Register 48
MTU_MC16_RDBFL49 0xF00620C2          MC 16 Read Data and Bit Flip Register 49
MTU_MC16_RDBFL50 0xF00620C4          MC 16 Read Data and Bit Flip Register 50
MTU_MC16_RDBFL51 0xF00620C6          MC 16 Read Data and Bit Flip Register 51
MTU_MC16_RDBFL52 0xF00620C8          MC 16 Read Data and Bit Flip Register 52
MTU_MC16_RDBFL53 0xF00620CA          MC 16 Read Data and Bit Flip Register 53
MTU_MC16_RDBFL54 0xF00620CC          MC 16 Read Data and Bit Flip Register 54
MTU_MC16_RDBFL55 0xF00620CE          MC 16 Read Data and Bit Flip Register 55
MTU_MC16_RDBFL56 0xF00620D0          MC 16 Read Data and Bit Flip Register 56
MTU_MC16_RDBFL57 0xF00620D2          MC 16 Read Data and Bit Flip Register 57
MTU_MC16_RDBFL58 0xF00620D4          MC 16 Read Data and Bit Flip Register 58
MTU_MC16_RDBFL59 0xF00620D6          MC 16 Read Data and Bit Flip Register 59
MTU_MC16_RDBFL60 0xF00620D8          MC 16 Read Data and Bit Flip Register 60
MTU_MC16_RDBFL61 0xF00620DA          MC 16 Read Data and Bit Flip Register 61
MTU_MC16_RDBFL62 0xF00620DC          MC 16 Read Data and Bit Flip Register 62
MTU_MC16_RDBFL63 0xF00620DE          MC 16 Read Data and Bit Flip Register 63
MTU_MC16_RDBFL64 0xF00620E0          MC 16 Read Data and Bit Flip Register 64
MTU_MC16_RDBFL65 0xF00620E2          MC 16 Read Data and Bit Flip Register 65
MTU_MC16_RDBFL66 0xF00620E4          MC 16 Read Data and Bit Flip Register 66
MTU_MC16_ALMSRCS 0xF00620EE          MC 16 Alarm Sources Configuration Register
MTU_MC16_FAULTSTS 0xF00620F0          MC 16 SSH Safety Faults Status Register
MTU_MC16_ERRINFO0 0xF00620F2          MC 16 Error Information Register 0
MTU_MC16_ERRINFO1 0xF00620F4          MC 16 Error Information Register 1
MTU_MC16_ERRINFO2 0xF00620F6          MC 16 Error Information Register 2
MTU_MC16_ERRINFO3 0xF00620F8          MC 16 Error Information Register 3
MTU_MC16_ERRINFO4 0xF00620FA          MC 16 Error Information Register 4
MTU_MC17_CONFIG0 0xF0062100          MC 17 Configuration Register 0
MTU_MC17_CONFIG1 0xF0062102          MC 17 Configuration Register 1
MTU_MC17_MCONTROL 0xF0062104          MC 17 MBIST Control Register
MTU_MC17_MSTATUS 0xF0062106          MC 17 Status Register
MTU_MC17_RANGE  0xF0062108          MC 17 Range Register, single address mode
MTU_MC17_REVID  0xF006210C          MC 17 Revision ID Register
MTU_MC17_ECCS   0xF006210E          MC 17 ECC Safety Register
MTU_MC17_ECCD   0xF0062110          MC 17 Memory ECC Detection Register
MTU_MC17_ETRR0  0xF0062112          MC 17 Error Tracking Register 0
MTU_MC17_ETRR1  0xF0062114          MC 17 Error Tracking Register 1
MTU_MC17_ETRR2  0xF0062116          MC 17 Error Tracking Register 2
MTU_MC17_ETRR3  0xF0062118          MC 17 Error Tracking Register 3
MTU_MC17_ETRR4  0xF006211A          MC 17 Error Tracking Register 4
MTU_MC17_RDBFL0 0xF0062160          MC 17 Read Data and Bit Flip Register 0
MTU_MC17_RDBFL1 0xF0062162          MC 17 Read Data and Bit Flip Register 1
MTU_MC17_RDBFL2 0xF0062164          MC 17 Read Data and Bit Flip Register 2
MTU_MC17_RDBFL3 0xF0062166          MC 17 Read Data and Bit Flip Register 3
MTU_MC17_RDBFL4 0xF0062168          MC 17 Read Data and Bit Flip Register 4
MTU_MC17_RDBFL5 0xF006216A          MC 17 Read Data and Bit Flip Register 5
MTU_MC17_RDBFL6 0xF006216C          MC 17 Read Data and Bit Flip Register 6
MTU_MC17_RDBFL7 0xF006216E          MC 17 Read Data and Bit Flip Register 7
MTU_MC17_RDBFL8 0xF0062170          MC 17 Read Data and Bit Flip Register 8
MTU_MC17_RDBFL9 0xF0062172          MC 17 Read Data and Bit Flip Register 9
MTU_MC17_RDBFL10 0xF0062174          MC 17 Read Data and Bit Flip Register 10
MTU_MC17_RDBFL11 0xF0062176          MC 17 Read Data and Bit Flip Register 11
MTU_MC17_RDBFL12 0xF0062178          MC 17 Read Data and Bit Flip Register 12
MTU_MC17_RDBFL13 0xF006217A          MC 17 Read Data and Bit Flip Register 13
MTU_MC17_RDBFL14 0xF006217C          MC 17 Read Data and Bit Flip Register 14
MTU_MC17_RDBFL15 0xF006217E          MC 17 Read Data and Bit Flip Register 15
MTU_MC17_RDBFL16 0xF0062180          MC 17 Read Data and Bit Flip Register 16
MTU_MC17_RDBFL17 0xF0062182          MC 17 Read Data and Bit Flip Register 17
MTU_MC17_RDBFL18 0xF0062184          MC 17 Read Data and Bit Flip Register 18
MTU_MC17_RDBFL19 0xF0062186          MC 17 Read Data and Bit Flip Register 19
MTU_MC17_RDBFL20 0xF0062188          MC 17 Read Data and Bit Flip Register 20
MTU_MC17_RDBFL21 0xF006218A          MC 17 Read Data and Bit Flip Register 21
MTU_MC17_RDBFL22 0xF006218C          MC 17 Read Data and Bit Flip Register 22
MTU_MC17_RDBFL23 0xF006218E          MC 17 Read Data and Bit Flip Register 23
MTU_MC17_RDBFL24 0xF0062190          MC 17 Read Data and Bit Flip Register 24
MTU_MC17_RDBFL25 0xF0062192          MC 17 Read Data and Bit Flip Register 25
MTU_MC17_RDBFL26 0xF0062194          MC 17 Read Data and Bit Flip Register 26
MTU_MC17_RDBFL27 0xF0062196          MC 17 Read Data and Bit Flip Register 27
MTU_MC17_RDBFL28 0xF0062198          MC 17 Read Data and Bit Flip Register 28
MTU_MC17_RDBFL29 0xF006219A          MC 17 Read Data and Bit Flip Register 29
MTU_MC17_RDBFL30 0xF006219C          MC 17 Read Data and Bit Flip Register 30
MTU_MC17_RDBFL31 0xF006219E          MC 17 Read Data and Bit Flip Register 31
MTU_MC17_RDBFL32 0xF00621A0          MC 17 Read Data and Bit Flip Register 32
MTU_MC17_RDBFL33 0xF00621A2          MC 17 Read Data and Bit Flip Register 33
MTU_MC17_RDBFL34 0xF00621A4          MC 17 Read Data and Bit Flip Register 34
MTU_MC17_RDBFL35 0xF00621A6          MC 17 Read Data and Bit Flip Register 35
MTU_MC17_RDBFL36 0xF00621A8          MC 17 Read Data and Bit Flip Register 36
MTU_MC17_RDBFL37 0xF00621AA          MC 17 Read Data and Bit Flip Register 37
MTU_MC17_RDBFL38 0xF00621AC          MC 17 Read Data and Bit Flip Register 38
MTU_MC17_RDBFL39 0xF00621AE          MC 17 Read Data and Bit Flip Register 39
MTU_MC17_RDBFL40 0xF00621B0          MC 17 Read Data and Bit Flip Register 40
MTU_MC17_RDBFL41 0xF00621B2          MC 17 Read Data and Bit Flip Register 41
MTU_MC17_RDBFL42 0xF00621B4          MC 17 Read Data and Bit Flip Register 42
MTU_MC17_RDBFL43 0xF00621B6          MC 17 Read Data and Bit Flip Register 43
MTU_MC17_RDBFL44 0xF00621B8          MC 17 Read Data and Bit Flip Register 44
MTU_MC17_RDBFL45 0xF00621BA          MC 17 Read Data and Bit Flip Register 45
MTU_MC17_RDBFL46 0xF00621BC          MC 17 Read Data and Bit Flip Register 46
MTU_MC17_RDBFL47 0xF00621BE          MC 17 Read Data and Bit Flip Register 47
MTU_MC17_RDBFL48 0xF00621C0          MC 17 Read Data and Bit Flip Register 48
MTU_MC17_RDBFL49 0xF00621C2          MC 17 Read Data and Bit Flip Register 49
MTU_MC17_RDBFL50 0xF00621C4          MC 17 Read Data and Bit Flip Register 50
MTU_MC17_RDBFL51 0xF00621C6          MC 17 Read Data and Bit Flip Register 51
MTU_MC17_RDBFL52 0xF00621C8          MC 17 Read Data and Bit Flip Register 52
MTU_MC17_RDBFL53 0xF00621CA          MC 17 Read Data and Bit Flip Register 53
MTU_MC17_RDBFL54 0xF00621CC          MC 17 Read Data and Bit Flip Register 54
MTU_MC17_RDBFL55 0xF00621CE          MC 17 Read Data and Bit Flip Register 55
MTU_MC17_RDBFL56 0xF00621D0          MC 17 Read Data and Bit Flip Register 56
MTU_MC17_RDBFL57 0xF00621D2          MC 17 Read Data and Bit Flip Register 57
MTU_MC17_RDBFL58 0xF00621D4          MC 17 Read Data and Bit Flip Register 58
MTU_MC17_RDBFL59 0xF00621D6          MC 17 Read Data and Bit Flip Register 59
MTU_MC17_RDBFL60 0xF00621D8          MC 17 Read Data and Bit Flip Register 60
MTU_MC17_RDBFL61 0xF00621DA          MC 17 Read Data and Bit Flip Register 61
MTU_MC17_RDBFL62 0xF00621DC          MC 17 Read Data and Bit Flip Register 62
MTU_MC17_RDBFL63 0xF00621DE          MC 17 Read Data and Bit Flip Register 63
MTU_MC17_RDBFL64 0xF00621E0          MC 17 Read Data and Bit Flip Register 64
MTU_MC17_RDBFL65 0xF00621E2          MC 17 Read Data and Bit Flip Register 65
MTU_MC17_RDBFL66 0xF00621E4          MC 17 Read Data and Bit Flip Register 66
MTU_MC17_ALMSRCS 0xF00621EE          MC 17 Alarm Sources Configuration Register
MTU_MC17_FAULTSTS 0xF00621F0          MC 17 SSH Safety Faults Status Register
MTU_MC17_ERRINFO0 0xF00621F2          MC 17 Error Information Register 0
MTU_MC17_ERRINFO1 0xF00621F4          MC 17 Error Information Register 1
MTU_MC17_ERRINFO2 0xF00621F6          MC 17 Error Information Register 2
MTU_MC17_ERRINFO3 0xF00621F8          MC 17 Error Information Register 3
MTU_MC17_ERRINFO4 0xF00621FA          MC 17 Error Information Register 4
MTU_MC18_CONFIG0 0xF0062200          MC 18 Configuration Register 0
MTU_MC18_CONFIG1 0xF0062202          MC 18 Configuration Register 1
MTU_MC18_MCONTROL 0xF0062204          MC 18 MBIST Control Register
MTU_MC18_MSTATUS 0xF0062206          MC 18 Status Register
MTU_MC18_RANGE  0xF0062208          MC 18 Range Register, single address mode
MTU_MC18_REVID  0xF006220C          MC 18 Revision ID Register
MTU_MC18_ECCS   0xF006220E          MC 18 ECC Safety Register
MTU_MC18_ECCD   0xF0062210          MC 18 Memory ECC Detection Register
MTU_MC18_ETRR0  0xF0062212          MC 18 Error Tracking Register 0
MTU_MC18_ETRR1  0xF0062214          MC 18 Error Tracking Register 1
MTU_MC18_ETRR2  0xF0062216          MC 18 Error Tracking Register 2
MTU_MC18_ETRR3  0xF0062218          MC 18 Error Tracking Register 3
MTU_MC18_ETRR4  0xF006221A          MC 18 Error Tracking Register 4
MTU_MC18_RDBFL0 0xF0062260          MC 18 Read Data and Bit Flip Register 0
MTU_MC18_RDBFL1 0xF0062262          MC 18 Read Data and Bit Flip Register 1
MTU_MC18_RDBFL2 0xF0062264          MC 18 Read Data and Bit Flip Register 2
MTU_MC18_RDBFL3 0xF0062266          MC 18 Read Data and Bit Flip Register 3
MTU_MC18_RDBFL4 0xF0062268          MC 18 Read Data and Bit Flip Register 4
MTU_MC18_RDBFL5 0xF006226A          MC 18 Read Data and Bit Flip Register 5
MTU_MC18_RDBFL6 0xF006226C          MC 18 Read Data and Bit Flip Register 6
MTU_MC18_RDBFL7 0xF006226E          MC 18 Read Data and Bit Flip Register 7
MTU_MC18_RDBFL8 0xF0062270          MC 18 Read Data and Bit Flip Register 8
MTU_MC18_RDBFL9 0xF0062272          MC 18 Read Data and Bit Flip Register 9
MTU_MC18_RDBFL10 0xF0062274          MC 18 Read Data and Bit Flip Register 10
MTU_MC18_RDBFL11 0xF0062276          MC 18 Read Data and Bit Flip Register 11
MTU_MC18_RDBFL12 0xF0062278          MC 18 Read Data and Bit Flip Register 12
MTU_MC18_RDBFL13 0xF006227A          MC 18 Read Data and Bit Flip Register 13
MTU_MC18_RDBFL14 0xF006227C          MC 18 Read Data and Bit Flip Register 14
MTU_MC18_RDBFL15 0xF006227E          MC 18 Read Data and Bit Flip Register 15
MTU_MC18_RDBFL16 0xF0062280          MC 18 Read Data and Bit Flip Register 16
MTU_MC18_RDBFL17 0xF0062282          MC 18 Read Data and Bit Flip Register 17
MTU_MC18_RDBFL18 0xF0062284          MC 18 Read Data and Bit Flip Register 18
MTU_MC18_RDBFL19 0xF0062286          MC 18 Read Data and Bit Flip Register 19
MTU_MC18_RDBFL20 0xF0062288          MC 18 Read Data and Bit Flip Register 20
MTU_MC18_RDBFL21 0xF006228A          MC 18 Read Data and Bit Flip Register 21
MTU_MC18_RDBFL22 0xF006228C          MC 18 Read Data and Bit Flip Register 22
MTU_MC18_RDBFL23 0xF006228E          MC 18 Read Data and Bit Flip Register 23
MTU_MC18_RDBFL24 0xF0062290          MC 18 Read Data and Bit Flip Register 24
MTU_MC18_RDBFL25 0xF0062292          MC 18 Read Data and Bit Flip Register 25
MTU_MC18_RDBFL26 0xF0062294          MC 18 Read Data and Bit Flip Register 26
MTU_MC18_RDBFL27 0xF0062296          MC 18 Read Data and Bit Flip Register 27
MTU_MC18_RDBFL28 0xF0062298          MC 18 Read Data and Bit Flip Register 28
MTU_MC18_RDBFL29 0xF006229A          MC 18 Read Data and Bit Flip Register 29
MTU_MC18_RDBFL30 0xF006229C          MC 18 Read Data and Bit Flip Register 30
MTU_MC18_RDBFL31 0xF006229E          MC 18 Read Data and Bit Flip Register 31
MTU_MC18_RDBFL32 0xF00622A0          MC 18 Read Data and Bit Flip Register 32
MTU_MC18_RDBFL33 0xF00622A2          MC 18 Read Data and Bit Flip Register 33
MTU_MC18_RDBFL34 0xF00622A4          MC 18 Read Data and Bit Flip Register 34
MTU_MC18_RDBFL35 0xF00622A6          MC 18 Read Data and Bit Flip Register 35
MTU_MC18_RDBFL36 0xF00622A8          MC 18 Read Data and Bit Flip Register 36
MTU_MC18_RDBFL37 0xF00622AA          MC 18 Read Data and Bit Flip Register 37
MTU_MC18_RDBFL38 0xF00622AC          MC 18 Read Data and Bit Flip Register 38
MTU_MC18_RDBFL39 0xF00622AE          MC 18 Read Data and Bit Flip Register 39
MTU_MC18_RDBFL40 0xF00622B0          MC 18 Read Data and Bit Flip Register 40
MTU_MC18_RDBFL41 0xF00622B2          MC 18 Read Data and Bit Flip Register 41
MTU_MC18_RDBFL42 0xF00622B4          MC 18 Read Data and Bit Flip Register 42
MTU_MC18_RDBFL43 0xF00622B6          MC 18 Read Data and Bit Flip Register 43
MTU_MC18_RDBFL44 0xF00622B8          MC 18 Read Data and Bit Flip Register 44
MTU_MC18_RDBFL45 0xF00622BA          MC 18 Read Data and Bit Flip Register 45
MTU_MC18_RDBFL46 0xF00622BC          MC 18 Read Data and Bit Flip Register 46
MTU_MC18_RDBFL47 0xF00622BE          MC 18 Read Data and Bit Flip Register 47
MTU_MC18_RDBFL48 0xF00622C0          MC 18 Read Data and Bit Flip Register 48
MTU_MC18_RDBFL49 0xF00622C2          MC 18 Read Data and Bit Flip Register 49
MTU_MC18_RDBFL50 0xF00622C4          MC 18 Read Data and Bit Flip Register 50
MTU_MC18_RDBFL51 0xF00622C6          MC 18 Read Data and Bit Flip Register 51
MTU_MC18_RDBFL52 0xF00622C8          MC 18 Read Data and Bit Flip Register 52
MTU_MC18_RDBFL53 0xF00622CA          MC 18 Read Data and Bit Flip Register 53
MTU_MC18_RDBFL54 0xF00622CC          MC 18 Read Data and Bit Flip Register 54
MTU_MC18_RDBFL55 0xF00622CE          MC 18 Read Data and Bit Flip Register 55
MTU_MC18_RDBFL56 0xF00622D0          MC 18 Read Data and Bit Flip Register 56
MTU_MC18_RDBFL57 0xF00622D2          MC 18 Read Data and Bit Flip Register 57
MTU_MC18_RDBFL58 0xF00622D4          MC 18 Read Data and Bit Flip Register 58
MTU_MC18_RDBFL59 0xF00622D6          MC 18 Read Data and Bit Flip Register 59
MTU_MC18_RDBFL60 0xF00622D8          MC 18 Read Data and Bit Flip Register 60
MTU_MC18_RDBFL61 0xF00622DA          MC 18 Read Data and Bit Flip Register 61
MTU_MC18_RDBFL62 0xF00622DC          MC 18 Read Data and Bit Flip Register 62
MTU_MC18_RDBFL63 0xF00622DE          MC 18 Read Data and Bit Flip Register 63
MTU_MC18_RDBFL64 0xF00622E0          MC 18 Read Data and Bit Flip Register 64
MTU_MC18_RDBFL65 0xF00622E2          MC 18 Read Data and Bit Flip Register 65
MTU_MC18_RDBFL66 0xF00622E4          MC 18 Read Data and Bit Flip Register 66
MTU_MC18_ALMSRCS 0xF00622EE          MC 18 Alarm Sources Configuration Register
MTU_MC18_FAULTSTS 0xF00622F0          MC 18 SSH Safety Faults Status Register
MTU_MC18_ERRINFO0 0xF00622F2          MC 18 Error Information Register 0
MTU_MC18_ERRINFO1 0xF00622F4          MC 18 Error Information Register 1
MTU_MC18_ERRINFO2 0xF00622F6          MC 18 Error Information Register 2
MTU_MC18_ERRINFO3 0xF00622F8          MC 18 Error Information Register 3
MTU_MC18_ERRINFO4 0xF00622FA          MC 18 Error Information Register 4
MTU_MC19_CONFIG0 0xF0062300          MC 19 Configuration Register 0
MTU_MC19_CONFIG1 0xF0062302          MC 19 Configuration Register 1
MTU_MC19_MCONTROL 0xF0062304          MC 19 MBIST Control Register
MTU_MC19_MSTATUS 0xF0062306          MC 19 Status Register
MTU_MC19_RANGE  0xF0062308          MC 19 Range Register, single address mode
MTU_MC19_REVID  0xF006230C          MC 19 Revision ID Register
MTU_MC19_ECCS   0xF006230E          MC 19 ECC Safety Register
MTU_MC19_ECCD   0xF0062310          MC 19 Memory ECC Detection Register
MTU_MC19_ETRR0  0xF0062312          MC 19 Error Tracking Register 0
MTU_MC19_ETRR1  0xF0062314          MC 19 Error Tracking Register 1
MTU_MC19_ETRR2  0xF0062316          MC 19 Error Tracking Register 2
MTU_MC19_ETRR3  0xF0062318          MC 19 Error Tracking Register 3
MTU_MC19_ETRR4  0xF006231A          MC 19 Error Tracking Register 4
MTU_MC19_RDBFL0 0xF0062360          MC 19 Read Data and Bit Flip Register 0
MTU_MC19_RDBFL1 0xF0062362          MC 19 Read Data and Bit Flip Register 1
MTU_MC19_RDBFL2 0xF0062364          MC 19 Read Data and Bit Flip Register 2
MTU_MC19_RDBFL3 0xF0062366          MC 19 Read Data and Bit Flip Register 3
MTU_MC19_RDBFL4 0xF0062368          MC 19 Read Data and Bit Flip Register 4
MTU_MC19_RDBFL5 0xF006236A          MC 19 Read Data and Bit Flip Register 5
MTU_MC19_RDBFL6 0xF006236C          MC 19 Read Data and Bit Flip Register 6
MTU_MC19_RDBFL7 0xF006236E          MC 19 Read Data and Bit Flip Register 7
MTU_MC19_RDBFL8 0xF0062370          MC 19 Read Data and Bit Flip Register 8
MTU_MC19_RDBFL9 0xF0062372          MC 19 Read Data and Bit Flip Register 9
MTU_MC19_RDBFL10 0xF0062374          MC 19 Read Data and Bit Flip Register 10
MTU_MC19_RDBFL11 0xF0062376          MC 19 Read Data and Bit Flip Register 11
MTU_MC19_RDBFL12 0xF0062378          MC 19 Read Data and Bit Flip Register 12
MTU_MC19_RDBFL13 0xF006237A          MC 19 Read Data and Bit Flip Register 13
MTU_MC19_RDBFL14 0xF006237C          MC 19 Read Data and Bit Flip Register 14
MTU_MC19_RDBFL15 0xF006237E          MC 19 Read Data and Bit Flip Register 15
MTU_MC19_RDBFL16 0xF0062380          MC 19 Read Data and Bit Flip Register 16
MTU_MC19_RDBFL17 0xF0062382          MC 19 Read Data and Bit Flip Register 17
MTU_MC19_RDBFL18 0xF0062384          MC 19 Read Data and Bit Flip Register 18
MTU_MC19_RDBFL19 0xF0062386          MC 19 Read Data and Bit Flip Register 19
MTU_MC19_RDBFL20 0xF0062388          MC 19 Read Data and Bit Flip Register 20
MTU_MC19_RDBFL21 0xF006238A          MC 19 Read Data and Bit Flip Register 21
MTU_MC19_RDBFL22 0xF006238C          MC 19 Read Data and Bit Flip Register 22
MTU_MC19_RDBFL23 0xF006238E          MC 19 Read Data and Bit Flip Register 23
MTU_MC19_RDBFL24 0xF0062390          MC 19 Read Data and Bit Flip Register 24
MTU_MC19_RDBFL25 0xF0062392          MC 19 Read Data and Bit Flip Register 25
MTU_MC19_RDBFL26 0xF0062394          MC 19 Read Data and Bit Flip Register 26
MTU_MC19_RDBFL27 0xF0062396          MC 19 Read Data and Bit Flip Register 27
MTU_MC19_RDBFL28 0xF0062398          MC 19 Read Data and Bit Flip Register 28
MTU_MC19_RDBFL29 0xF006239A          MC 19 Read Data and Bit Flip Register 29
MTU_MC19_RDBFL30 0xF006239C          MC 19 Read Data and Bit Flip Register 30
MTU_MC19_RDBFL31 0xF006239E          MC 19 Read Data and Bit Flip Register 31
MTU_MC19_RDBFL32 0xF00623A0          MC 19 Read Data and Bit Flip Register 32
MTU_MC19_RDBFL33 0xF00623A2          MC 19 Read Data and Bit Flip Register 33
MTU_MC19_RDBFL34 0xF00623A4          MC 19 Read Data and Bit Flip Register 34
MTU_MC19_RDBFL35 0xF00623A6          MC 19 Read Data and Bit Flip Register 35
MTU_MC19_RDBFL36 0xF00623A8          MC 19 Read Data and Bit Flip Register 36
MTU_MC19_RDBFL37 0xF00623AA          MC 19 Read Data and Bit Flip Register 37
MTU_MC19_RDBFL38 0xF00623AC          MC 19 Read Data and Bit Flip Register 38
MTU_MC19_RDBFL39 0xF00623AE          MC 19 Read Data and Bit Flip Register 39
MTU_MC19_RDBFL40 0xF00623B0          MC 19 Read Data and Bit Flip Register 40
MTU_MC19_RDBFL41 0xF00623B2          MC 19 Read Data and Bit Flip Register 41
MTU_MC19_RDBFL42 0xF00623B4          MC 19 Read Data and Bit Flip Register 42
MTU_MC19_RDBFL43 0xF00623B6          MC 19 Read Data and Bit Flip Register 43
MTU_MC19_RDBFL44 0xF00623B8          MC 19 Read Data and Bit Flip Register 44
MTU_MC19_RDBFL45 0xF00623BA          MC 19 Read Data and Bit Flip Register 45
MTU_MC19_RDBFL46 0xF00623BC          MC 19 Read Data and Bit Flip Register 46
MTU_MC19_RDBFL47 0xF00623BE          MC 19 Read Data and Bit Flip Register 47
MTU_MC19_RDBFL48 0xF00623C0          MC 19 Read Data and Bit Flip Register 48
MTU_MC19_RDBFL49 0xF00623C2          MC 19 Read Data and Bit Flip Register 49
MTU_MC19_RDBFL50 0xF00623C4          MC 19 Read Data and Bit Flip Register 50
MTU_MC19_RDBFL51 0xF00623C6          MC 19 Read Data and Bit Flip Register 51
MTU_MC19_RDBFL52 0xF00623C8          MC 19 Read Data and Bit Flip Register 52
MTU_MC19_RDBFL53 0xF00623CA          MC 19 Read Data and Bit Flip Register 53
MTU_MC19_RDBFL54 0xF00623CC          MC 19 Read Data and Bit Flip Register 54
MTU_MC19_RDBFL55 0xF00623CE          MC 19 Read Data and Bit Flip Register 55
MTU_MC19_RDBFL56 0xF00623D0          MC 19 Read Data and Bit Flip Register 56
MTU_MC19_RDBFL57 0xF00623D2          MC 19 Read Data and Bit Flip Register 57
MTU_MC19_RDBFL58 0xF00623D4          MC 19 Read Data and Bit Flip Register 58
MTU_MC19_RDBFL59 0xF00623D6          MC 19 Read Data and Bit Flip Register 59
MTU_MC19_RDBFL60 0xF00623D8          MC 19 Read Data and Bit Flip Register 60
MTU_MC19_RDBFL61 0xF00623DA          MC 19 Read Data and Bit Flip Register 61
MTU_MC19_RDBFL62 0xF00623DC          MC 19 Read Data and Bit Flip Register 62
MTU_MC19_RDBFL63 0xF00623DE          MC 19 Read Data and Bit Flip Register 63
MTU_MC19_RDBFL64 0xF00623E0          MC 19 Read Data and Bit Flip Register 64
MTU_MC19_RDBFL65 0xF00623E2          MC 19 Read Data and Bit Flip Register 65
MTU_MC19_RDBFL66 0xF00623E4          MC 19 Read Data and Bit Flip Register 66
MTU_MC19_ALMSRCS 0xF00623EE          MC 19 Alarm Sources Configuration Register
MTU_MC19_FAULTSTS 0xF00623F0          MC 19 SSH Safety Faults Status Register
MTU_MC19_ERRINFO0 0xF00623F2          MC 19 Error Information Register 0
MTU_MC19_ERRINFO1 0xF00623F4          MC 19 Error Information Register 1
MTU_MC19_ERRINFO2 0xF00623F6          MC 19 Error Information Register 2
MTU_MC19_ERRINFO3 0xF00623F8          MC 19 Error Information Register 3
MTU_MC19_ERRINFO4 0xF00623FA          MC 19 Error Information Register 4
MTU_MC20_CONFIG0 0xF0062400          MC 20 Configuration Register 0
MTU_MC20_CONFIG1 0xF0062402          MC 20 Configuration Register 1
MTU_MC20_MCONTROL 0xF0062404          MC 20 MBIST Control Register
MTU_MC20_MSTATUS 0xF0062406          MC 20 Status Register
MTU_MC20_RANGE  0xF0062408          MC 20 Range Register, single address mode
MTU_MC20_REVID  0xF006240C          MC 20 Revision ID Register
MTU_MC20_ECCS   0xF006240E          MC 20 ECC Safety Register
MTU_MC20_ECCD   0xF0062410          MC 20 Memory ECC Detection Register
MTU_MC20_ETRR0  0xF0062412          MC 20 Error Tracking Register 0
MTU_MC20_ETRR1  0xF0062414          MC 20 Error Tracking Register 1
MTU_MC20_ETRR2  0xF0062416          MC 20 Error Tracking Register 2
MTU_MC20_ETRR3  0xF0062418          MC 20 Error Tracking Register 3
MTU_MC20_ETRR4  0xF006241A          MC 20 Error Tracking Register 4
MTU_MC20_RDBFL0 0xF0062460          MC 20 Read Data and Bit Flip Register 0
MTU_MC20_RDBFL1 0xF0062462          MC 20 Read Data and Bit Flip Register 1
MTU_MC20_RDBFL2 0xF0062464          MC 20 Read Data and Bit Flip Register 2
MTU_MC20_RDBFL3 0xF0062466          MC 20 Read Data and Bit Flip Register 3
MTU_MC20_RDBFL4 0xF0062468          MC 20 Read Data and Bit Flip Register 4
MTU_MC20_RDBFL5 0xF006246A          MC 20 Read Data and Bit Flip Register 5
MTU_MC20_RDBFL6 0xF006246C          MC 20 Read Data and Bit Flip Register 6
MTU_MC20_RDBFL7 0xF006246E          MC 20 Read Data and Bit Flip Register 7
MTU_MC20_RDBFL8 0xF0062470          MC 20 Read Data and Bit Flip Register 8
MTU_MC20_RDBFL9 0xF0062472          MC 20 Read Data and Bit Flip Register 9
MTU_MC20_RDBFL10 0xF0062474          MC 20 Read Data and Bit Flip Register 10
MTU_MC20_RDBFL11 0xF0062476          MC 20 Read Data and Bit Flip Register 11
MTU_MC20_RDBFL12 0xF0062478          MC 20 Read Data and Bit Flip Register 12
MTU_MC20_RDBFL13 0xF006247A          MC 20 Read Data and Bit Flip Register 13
MTU_MC20_RDBFL14 0xF006247C          MC 20 Read Data and Bit Flip Register 14
MTU_MC20_RDBFL15 0xF006247E          MC 20 Read Data and Bit Flip Register 15
MTU_MC20_RDBFL16 0xF0062480          MC 20 Read Data and Bit Flip Register 16
MTU_MC20_RDBFL17 0xF0062482          MC 20 Read Data and Bit Flip Register 17
MTU_MC20_RDBFL18 0xF0062484          MC 20 Read Data and Bit Flip Register 18
MTU_MC20_RDBFL19 0xF0062486          MC 20 Read Data and Bit Flip Register 19
MTU_MC20_RDBFL20 0xF0062488          MC 20 Read Data and Bit Flip Register 20
MTU_MC20_RDBFL21 0xF006248A          MC 20 Read Data and Bit Flip Register 21
MTU_MC20_RDBFL22 0xF006248C          MC 20 Read Data and Bit Flip Register 22
MTU_MC20_RDBFL23 0xF006248E          MC 20 Read Data and Bit Flip Register 23
MTU_MC20_RDBFL24 0xF0062490          MC 20 Read Data and Bit Flip Register 24
MTU_MC20_RDBFL25 0xF0062492          MC 20 Read Data and Bit Flip Register 25
MTU_MC20_RDBFL26 0xF0062494          MC 20 Read Data and Bit Flip Register 26
MTU_MC20_RDBFL27 0xF0062496          MC 20 Read Data and Bit Flip Register 27
MTU_MC20_RDBFL28 0xF0062498          MC 20 Read Data and Bit Flip Register 28
MTU_MC20_RDBFL29 0xF006249A          MC 20 Read Data and Bit Flip Register 29
MTU_MC20_RDBFL30 0xF006249C          MC 20 Read Data and Bit Flip Register 30
MTU_MC20_RDBFL31 0xF006249E          MC 20 Read Data and Bit Flip Register 31
MTU_MC20_RDBFL32 0xF00624A0          MC 20 Read Data and Bit Flip Register 32
MTU_MC20_RDBFL33 0xF00624A2          MC 20 Read Data and Bit Flip Register 33
MTU_MC20_RDBFL34 0xF00624A4          MC 20 Read Data and Bit Flip Register 34
MTU_MC20_RDBFL35 0xF00624A6          MC 20 Read Data and Bit Flip Register 35
MTU_MC20_RDBFL36 0xF00624A8          MC 20 Read Data and Bit Flip Register 36
MTU_MC20_RDBFL37 0xF00624AA          MC 20 Read Data and Bit Flip Register 37
MTU_MC20_RDBFL38 0xF00624AC          MC 20 Read Data and Bit Flip Register 38
MTU_MC20_RDBFL39 0xF00624AE          MC 20 Read Data and Bit Flip Register 39
MTU_MC20_RDBFL40 0xF00624B0          MC 20 Read Data and Bit Flip Register 40
MTU_MC20_RDBFL41 0xF00624B2          MC 20 Read Data and Bit Flip Register 41
MTU_MC20_RDBFL42 0xF00624B4          MC 20 Read Data and Bit Flip Register 42
MTU_MC20_RDBFL43 0xF00624B6          MC 20 Read Data and Bit Flip Register 43
MTU_MC20_RDBFL44 0xF00624B8          MC 20 Read Data and Bit Flip Register 44
MTU_MC20_RDBFL45 0xF00624BA          MC 20 Read Data and Bit Flip Register 45
MTU_MC20_RDBFL46 0xF00624BC          MC 20 Read Data and Bit Flip Register 46
MTU_MC20_RDBFL47 0xF00624BE          MC 20 Read Data and Bit Flip Register 47
MTU_MC20_RDBFL48 0xF00624C0          MC 20 Read Data and Bit Flip Register 48
MTU_MC20_RDBFL49 0xF00624C2          MC 20 Read Data and Bit Flip Register 49
MTU_MC20_RDBFL50 0xF00624C4          MC 20 Read Data and Bit Flip Register 50
MTU_MC20_RDBFL51 0xF00624C6          MC 20 Read Data and Bit Flip Register 51
MTU_MC20_RDBFL52 0xF00624C8          MC 20 Read Data and Bit Flip Register 52
MTU_MC20_RDBFL53 0xF00624CA          MC 20 Read Data and Bit Flip Register 53
MTU_MC20_RDBFL54 0xF00624CC          MC 20 Read Data and Bit Flip Register 54
MTU_MC20_RDBFL55 0xF00624CE          MC 20 Read Data and Bit Flip Register 55
MTU_MC20_RDBFL56 0xF00624D0          MC 20 Read Data and Bit Flip Register 56
MTU_MC20_RDBFL57 0xF00624D2          MC 20 Read Data and Bit Flip Register 57
MTU_MC20_RDBFL58 0xF00624D4          MC 20 Read Data and Bit Flip Register 58
MTU_MC20_RDBFL59 0xF00624D6          MC 20 Read Data and Bit Flip Register 59
MTU_MC20_RDBFL60 0xF00624D8          MC 20 Read Data and Bit Flip Register 60
MTU_MC20_RDBFL61 0xF00624DA          MC 20 Read Data and Bit Flip Register 61
MTU_MC20_RDBFL62 0xF00624DC          MC 20 Read Data and Bit Flip Register 62
MTU_MC20_RDBFL63 0xF00624DE          MC 20 Read Data and Bit Flip Register 63
MTU_MC20_RDBFL64 0xF00624E0          MC 20 Read Data and Bit Flip Register 64
MTU_MC20_RDBFL65 0xF00624E2          MC 20 Read Data and Bit Flip Register 65
MTU_MC20_RDBFL66 0xF00624E4          MC 20 Read Data and Bit Flip Register 66
MTU_MC20_ALMSRCS 0xF00624EE          MC 20 Alarm Sources Configuration Register
MTU_MC20_FAULTSTS 0xF00624F0          MC 20 SSH Safety Faults Status Register
MTU_MC20_ERRINFO0 0xF00624F2          MC 20 Error Information Register 0
MTU_MC20_ERRINFO1 0xF00624F4          MC 20 Error Information Register 1
MTU_MC20_ERRINFO2 0xF00624F6          MC 20 Error Information Register 2
MTU_MC20_ERRINFO3 0xF00624F8          MC 20 Error Information Register 3
MTU_MC20_ERRINFO4 0xF00624FA          MC 20 Error Information Register 4
MTU_MC21_CONFIG0 0xF0062500          MC 21 Configuration Register 0
MTU_MC21_CONFIG1 0xF0062502          MC 21 Configuration Register 1
MTU_MC21_MCONTROL 0xF0062504          MC 21 MBIST Control Register
MTU_MC21_MSTATUS 0xF0062506          MC 21 Status Register
MTU_MC21_RANGE  0xF0062508          MC 21 Range Register, single address mode
MTU_MC21_REVID  0xF006250C          MC 21 Revision ID Register
MTU_MC21_ECCS   0xF006250E          MC 21 ECC Safety Register
MTU_MC21_ECCD   0xF0062510          MC 21 Memory ECC Detection Register
MTU_MC21_ETRR0  0xF0062512          MC 21 Error Tracking Register 0
MTU_MC21_ETRR1  0xF0062514          MC 21 Error Tracking Register 1
MTU_MC21_ETRR2  0xF0062516          MC 21 Error Tracking Register 2
MTU_MC21_ETRR3  0xF0062518          MC 21 Error Tracking Register 3
MTU_MC21_ETRR4  0xF006251A          MC 21 Error Tracking Register 4
MTU_MC21_RDBFL0 0xF0062560          MC 21 Read Data and Bit Flip Register 0
MTU_MC21_RDBFL1 0xF0062562          MC 21 Read Data and Bit Flip Register 1
MTU_MC21_RDBFL2 0xF0062564          MC 21 Read Data and Bit Flip Register 2
MTU_MC21_RDBFL3 0xF0062566          MC 21 Read Data and Bit Flip Register 3
MTU_MC21_RDBFL4 0xF0062568          MC 21 Read Data and Bit Flip Register 4
MTU_MC21_RDBFL5 0xF006256A          MC 21 Read Data and Bit Flip Register 5
MTU_MC21_RDBFL6 0xF006256C          MC 21 Read Data and Bit Flip Register 6
MTU_MC21_RDBFL7 0xF006256E          MC 21 Read Data and Bit Flip Register 7
MTU_MC21_RDBFL8 0xF0062570          MC 21 Read Data and Bit Flip Register 8
MTU_MC21_RDBFL9 0xF0062572          MC 21 Read Data and Bit Flip Register 9
MTU_MC21_RDBFL10 0xF0062574          MC 21 Read Data and Bit Flip Register 10
MTU_MC21_RDBFL11 0xF0062576          MC 21 Read Data and Bit Flip Register 11
MTU_MC21_RDBFL12 0xF0062578          MC 21 Read Data and Bit Flip Register 12
MTU_MC21_RDBFL13 0xF006257A          MC 21 Read Data and Bit Flip Register 13
MTU_MC21_RDBFL14 0xF006257C          MC 21 Read Data and Bit Flip Register 14
MTU_MC21_RDBFL15 0xF006257E          MC 21 Read Data and Bit Flip Register 15
MTU_MC21_RDBFL16 0xF0062580          MC 21 Read Data and Bit Flip Register 16
MTU_MC21_RDBFL17 0xF0062582          MC 21 Read Data and Bit Flip Register 17
MTU_MC21_RDBFL18 0xF0062584          MC 21 Read Data and Bit Flip Register 18
MTU_MC21_RDBFL19 0xF0062586          MC 21 Read Data and Bit Flip Register 19
MTU_MC21_RDBFL20 0xF0062588          MC 21 Read Data and Bit Flip Register 20
MTU_MC21_RDBFL21 0xF006258A          MC 21 Read Data and Bit Flip Register 21
MTU_MC21_RDBFL22 0xF006258C          MC 21 Read Data and Bit Flip Register 22
MTU_MC21_RDBFL23 0xF006258E          MC 21 Read Data and Bit Flip Register 23
MTU_MC21_RDBFL24 0xF0062590          MC 21 Read Data and Bit Flip Register 24
MTU_MC21_RDBFL25 0xF0062592          MC 21 Read Data and Bit Flip Register 25
MTU_MC21_RDBFL26 0xF0062594          MC 21 Read Data and Bit Flip Register 26
MTU_MC21_RDBFL27 0xF0062596          MC 21 Read Data and Bit Flip Register 27
MTU_MC21_RDBFL28 0xF0062598          MC 21 Read Data and Bit Flip Register 28
MTU_MC21_RDBFL29 0xF006259A          MC 21 Read Data and Bit Flip Register 29
MTU_MC21_RDBFL30 0xF006259C          MC 21 Read Data and Bit Flip Register 30
MTU_MC21_RDBFL31 0xF006259E          MC 21 Read Data and Bit Flip Register 31
MTU_MC21_RDBFL32 0xF00625A0          MC 21 Read Data and Bit Flip Register 32
MTU_MC21_RDBFL33 0xF00625A2          MC 21 Read Data and Bit Flip Register 33
MTU_MC21_RDBFL34 0xF00625A4          MC 21 Read Data and Bit Flip Register 34
MTU_MC21_RDBFL35 0xF00625A6          MC 21 Read Data and Bit Flip Register 35
MTU_MC21_RDBFL36 0xF00625A8          MC 21 Read Data and Bit Flip Register 36
MTU_MC21_RDBFL37 0xF00625AA          MC 21 Read Data and Bit Flip Register 37
MTU_MC21_RDBFL38 0xF00625AC          MC 21 Read Data and Bit Flip Register 38
MTU_MC21_RDBFL39 0xF00625AE          MC 21 Read Data and Bit Flip Register 39
MTU_MC21_RDBFL40 0xF00625B0          MC 21 Read Data and Bit Flip Register 40
MTU_MC21_RDBFL41 0xF00625B2          MC 21 Read Data and Bit Flip Register 41
MTU_MC21_RDBFL42 0xF00625B4          MC 21 Read Data and Bit Flip Register 42
MTU_MC21_RDBFL43 0xF00625B6          MC 21 Read Data and Bit Flip Register 43
MTU_MC21_RDBFL44 0xF00625B8          MC 21 Read Data and Bit Flip Register 44
MTU_MC21_RDBFL45 0xF00625BA          MC 21 Read Data and Bit Flip Register 45
MTU_MC21_RDBFL46 0xF00625BC          MC 21 Read Data and Bit Flip Register 46
MTU_MC21_RDBFL47 0xF00625BE          MC 21 Read Data and Bit Flip Register 47
MTU_MC21_RDBFL48 0xF00625C0          MC 21 Read Data and Bit Flip Register 48
MTU_MC21_RDBFL49 0xF00625C2          MC 21 Read Data and Bit Flip Register 49
MTU_MC21_RDBFL50 0xF00625C4          MC 21 Read Data and Bit Flip Register 50
MTU_MC21_RDBFL51 0xF00625C6          MC 21 Read Data and Bit Flip Register 51
MTU_MC21_RDBFL52 0xF00625C8          MC 21 Read Data and Bit Flip Register 52
MTU_MC21_RDBFL53 0xF00625CA          MC 21 Read Data and Bit Flip Register 53
MTU_MC21_RDBFL54 0xF00625CC          MC 21 Read Data and Bit Flip Register 54
MTU_MC21_RDBFL55 0xF00625CE          MC 21 Read Data and Bit Flip Register 55
MTU_MC21_RDBFL56 0xF00625D0          MC 21 Read Data and Bit Flip Register 56
MTU_MC21_RDBFL57 0xF00625D2          MC 21 Read Data and Bit Flip Register 57
MTU_MC21_RDBFL58 0xF00625D4          MC 21 Read Data and Bit Flip Register 58
MTU_MC21_RDBFL59 0xF00625D6          MC 21 Read Data and Bit Flip Register 59
MTU_MC21_RDBFL60 0xF00625D8          MC 21 Read Data and Bit Flip Register 60
MTU_MC21_RDBFL61 0xF00625DA          MC 21 Read Data and Bit Flip Register 61
MTU_MC21_RDBFL62 0xF00625DC          MC 21 Read Data and Bit Flip Register 62
MTU_MC21_RDBFL63 0xF00625DE          MC 21 Read Data and Bit Flip Register 63
MTU_MC21_RDBFL64 0xF00625E0          MC 21 Read Data and Bit Flip Register 64
MTU_MC21_RDBFL65 0xF00625E2          MC 21 Read Data and Bit Flip Register 65
MTU_MC21_RDBFL66 0xF00625E4          MC 21 Read Data and Bit Flip Register 66
MTU_MC21_ALMSRCS 0xF00625EE          MC 21 Alarm Sources Configuration Register
MTU_MC21_FAULTSTS 0xF00625F0          MC 21 SSH Safety Faults Status Register
MTU_MC21_ERRINFO0 0xF00625F2          MC 21 Error Information Register 0
MTU_MC21_ERRINFO1 0xF00625F4          MC 21 Error Information Register 1
MTU_MC21_ERRINFO2 0xF00625F6          MC 21 Error Information Register 2
MTU_MC21_ERRINFO3 0xF00625F8          MC 21 Error Information Register 3
MTU_MC21_ERRINFO4 0xF00625FA          MC 21 Error Information Register 4
MTU_MC22_CONFIG0 0xF0062600          MC 22 Configuration Register 0
MTU_MC22_CONFIG1 0xF0062602          MC 22 Configuration Register 1
MTU_MC22_MCONTROL 0xF0062604          MC 22 MBIST Control Register
MTU_MC22_MSTATUS 0xF0062606          MC 22 Status Register
MTU_MC22_RANGE  0xF0062608          MC 22 Range Register, single address mode
MTU_MC22_REVID  0xF006260C          MC 22 Revision ID Register
MTU_MC22_ECCS   0xF006260E          MC 22 ECC Safety Register
MTU_MC22_ECCD   0xF0062610          MC 22 Memory ECC Detection Register
MTU_MC22_ETRR0  0xF0062612          MC 22 Error Tracking Register 0
MTU_MC22_ETRR1  0xF0062614          MC 22 Error Tracking Register 1
MTU_MC22_ETRR2  0xF0062616          MC 22 Error Tracking Register 2
MTU_MC22_ETRR3  0xF0062618          MC 22 Error Tracking Register 3
MTU_MC22_ETRR4  0xF006261A          MC 22 Error Tracking Register 4
MTU_MC22_RDBFL0 0xF0062660          MC 22 Read Data and Bit Flip Register 0
MTU_MC22_RDBFL1 0xF0062662          MC 22 Read Data and Bit Flip Register 1
MTU_MC22_RDBFL2 0xF0062664          MC 22 Read Data and Bit Flip Register 2
MTU_MC22_RDBFL3 0xF0062666          MC 22 Read Data and Bit Flip Register 3
MTU_MC22_RDBFL4 0xF0062668          MC 22 Read Data and Bit Flip Register 4
MTU_MC22_RDBFL5 0xF006266A          MC 22 Read Data and Bit Flip Register 5
MTU_MC22_RDBFL6 0xF006266C          MC 22 Read Data and Bit Flip Register 6
MTU_MC22_RDBFL7 0xF006266E          MC 22 Read Data and Bit Flip Register 7
MTU_MC22_RDBFL8 0xF0062670          MC 22 Read Data and Bit Flip Register 8
MTU_MC22_RDBFL9 0xF0062672          MC 22 Read Data and Bit Flip Register 9
MTU_MC22_RDBFL10 0xF0062674          MC 22 Read Data and Bit Flip Register 10
MTU_MC22_RDBFL11 0xF0062676          MC 22 Read Data and Bit Flip Register 11
MTU_MC22_RDBFL12 0xF0062678          MC 22 Read Data and Bit Flip Register 12
MTU_MC22_RDBFL13 0xF006267A          MC 22 Read Data and Bit Flip Register 13
MTU_MC22_RDBFL14 0xF006267C          MC 22 Read Data and Bit Flip Register 14
MTU_MC22_RDBFL15 0xF006267E          MC 22 Read Data and Bit Flip Register 15
MTU_MC22_RDBFL16 0xF0062680          MC 22 Read Data and Bit Flip Register 16
MTU_MC22_RDBFL17 0xF0062682          MC 22 Read Data and Bit Flip Register 17
MTU_MC22_RDBFL18 0xF0062684          MC 22 Read Data and Bit Flip Register 18
MTU_MC22_RDBFL19 0xF0062686          MC 22 Read Data and Bit Flip Register 19
MTU_MC22_RDBFL20 0xF0062688          MC 22 Read Data and Bit Flip Register 20
MTU_MC22_RDBFL21 0xF006268A          MC 22 Read Data and Bit Flip Register 21
MTU_MC22_RDBFL22 0xF006268C          MC 22 Read Data and Bit Flip Register 22
MTU_MC22_RDBFL23 0xF006268E          MC 22 Read Data and Bit Flip Register 23
MTU_MC22_RDBFL24 0xF0062690          MC 22 Read Data and Bit Flip Register 24
MTU_MC22_RDBFL25 0xF0062692          MC 22 Read Data and Bit Flip Register 25
MTU_MC22_RDBFL26 0xF0062694          MC 22 Read Data and Bit Flip Register 26
MTU_MC22_RDBFL27 0xF0062696          MC 22 Read Data and Bit Flip Register 27
MTU_MC22_RDBFL28 0xF0062698          MC 22 Read Data and Bit Flip Register 28
MTU_MC22_RDBFL29 0xF006269A          MC 22 Read Data and Bit Flip Register 29
MTU_MC22_RDBFL30 0xF006269C          MC 22 Read Data and Bit Flip Register 30
MTU_MC22_RDBFL31 0xF006269E          MC 22 Read Data and Bit Flip Register 31
MTU_MC22_RDBFL32 0xF00626A0          MC 22 Read Data and Bit Flip Register 32
MTU_MC22_RDBFL33 0xF00626A2          MC 22 Read Data and Bit Flip Register 33
MTU_MC22_RDBFL34 0xF00626A4          MC 22 Read Data and Bit Flip Register 34
MTU_MC22_RDBFL35 0xF00626A6          MC 22 Read Data and Bit Flip Register 35
MTU_MC22_RDBFL36 0xF00626A8          MC 22 Read Data and Bit Flip Register 36
MTU_MC22_RDBFL37 0xF00626AA          MC 22 Read Data and Bit Flip Register 37
MTU_MC22_RDBFL38 0xF00626AC          MC 22 Read Data and Bit Flip Register 38
MTU_MC22_RDBFL39 0xF00626AE          MC 22 Read Data and Bit Flip Register 39
MTU_MC22_RDBFL40 0xF00626B0          MC 22 Read Data and Bit Flip Register 40
MTU_MC22_RDBFL41 0xF00626B2          MC 22 Read Data and Bit Flip Register 41
MTU_MC22_RDBFL42 0xF00626B4          MC 22 Read Data and Bit Flip Register 42
MTU_MC22_RDBFL43 0xF00626B6          MC 22 Read Data and Bit Flip Register 43
MTU_MC22_RDBFL44 0xF00626B8          MC 22 Read Data and Bit Flip Register 44
MTU_MC22_RDBFL45 0xF00626BA          MC 22 Read Data and Bit Flip Register 45
MTU_MC22_RDBFL46 0xF00626BC          MC 22 Read Data and Bit Flip Register 46
MTU_MC22_RDBFL47 0xF00626BE          MC 22 Read Data and Bit Flip Register 47
MTU_MC22_RDBFL48 0xF00626C0          MC 22 Read Data and Bit Flip Register 48
MTU_MC22_RDBFL49 0xF00626C2          MC 22 Read Data and Bit Flip Register 49
MTU_MC22_RDBFL50 0xF00626C4          MC 22 Read Data and Bit Flip Register 50
MTU_MC22_RDBFL51 0xF00626C6          MC 22 Read Data and Bit Flip Register 51
MTU_MC22_RDBFL52 0xF00626C8          MC 22 Read Data and Bit Flip Register 52
MTU_MC22_RDBFL53 0xF00626CA          MC 22 Read Data and Bit Flip Register 53
MTU_MC22_RDBFL54 0xF00626CC          MC 22 Read Data and Bit Flip Register 54
MTU_MC22_RDBFL55 0xF00626CE          MC 22 Read Data and Bit Flip Register 55
MTU_MC22_RDBFL56 0xF00626D0          MC 22 Read Data and Bit Flip Register 56
MTU_MC22_RDBFL57 0xF00626D2          MC 22 Read Data and Bit Flip Register 57
MTU_MC22_RDBFL58 0xF00626D4          MC 22 Read Data and Bit Flip Register 58
MTU_MC22_RDBFL59 0xF00626D6          MC 22 Read Data and Bit Flip Register 59
MTU_MC22_RDBFL60 0xF00626D8          MC 22 Read Data and Bit Flip Register 60
MTU_MC22_RDBFL61 0xF00626DA          MC 22 Read Data and Bit Flip Register 61
MTU_MC22_RDBFL62 0xF00626DC          MC 22 Read Data and Bit Flip Register 62
MTU_MC22_RDBFL63 0xF00626DE          MC 22 Read Data and Bit Flip Register 63
MTU_MC22_RDBFL64 0xF00626E0          MC 22 Read Data and Bit Flip Register 64
MTU_MC22_RDBFL65 0xF00626E2          MC 22 Read Data and Bit Flip Register 65
MTU_MC22_RDBFL66 0xF00626E4          MC 22 Read Data and Bit Flip Register 66
MTU_MC22_ALMSRCS 0xF00626EE          MC 22 Alarm Sources Configuration Register
MTU_MC22_FAULTSTS 0xF00626F0          MC 22 SSH Safety Faults Status Register
MTU_MC22_ERRINFO0 0xF00626F2          MC 22 Error Information Register 0
MTU_MC22_ERRINFO1 0xF00626F4          MC 22 Error Information Register 1
MTU_MC22_ERRINFO2 0xF00626F6          MC 22 Error Information Register 2
MTU_MC22_ERRINFO3 0xF00626F8          MC 22 Error Information Register 3
MTU_MC22_ERRINFO4 0xF00626FA          MC 22 Error Information Register 4
MTU_MC23_CONFIG0 0xF0062700          MC 23 Configuration Register 0
MTU_MC23_CONFIG1 0xF0062702          MC 23 Configuration Register 1
MTU_MC23_MCONTROL 0xF0062704          MC 23 MBIST Control Register
MTU_MC23_MSTATUS 0xF0062706          MC 23 Status Register
MTU_MC23_RANGE  0xF0062708          MC 23 Range Register, single address mode
MTU_MC23_REVID  0xF006270C          MC 23 Revision ID Register
MTU_MC23_ECCS   0xF006270E          MC 23 ECC Safety Register
MTU_MC23_ECCD   0xF0062710          MC 23 Memory ECC Detection Register
MTU_MC23_ETRR0  0xF0062712          MC 23 Error Tracking Register 0
MTU_MC23_ETRR1  0xF0062714          MC 23 Error Tracking Register 1
MTU_MC23_ETRR2  0xF0062716          MC 23 Error Tracking Register 2
MTU_MC23_ETRR3  0xF0062718          MC 23 Error Tracking Register 3
MTU_MC23_ETRR4  0xF006271A          MC 23 Error Tracking Register 4
MTU_MC23_RDBFL0 0xF0062760          MC 23 Read Data and Bit Flip Register 0
MTU_MC23_RDBFL1 0xF0062762          MC 23 Read Data and Bit Flip Register 1
MTU_MC23_RDBFL2 0xF0062764          MC 23 Read Data and Bit Flip Register 2
MTU_MC23_RDBFL3 0xF0062766          MC 23 Read Data and Bit Flip Register 3
MTU_MC23_RDBFL4 0xF0062768          MC 23 Read Data and Bit Flip Register 4
MTU_MC23_RDBFL5 0xF006276A          MC 23 Read Data and Bit Flip Register 5
MTU_MC23_RDBFL6 0xF006276C          MC 23 Read Data and Bit Flip Register 6
MTU_MC23_RDBFL7 0xF006276E          MC 23 Read Data and Bit Flip Register 7
MTU_MC23_RDBFL8 0xF0062770          MC 23 Read Data and Bit Flip Register 8
MTU_MC23_RDBFL9 0xF0062772          MC 23 Read Data and Bit Flip Register 9
MTU_MC23_RDBFL10 0xF0062774          MC 23 Read Data and Bit Flip Register 10
MTU_MC23_RDBFL11 0xF0062776          MC 23 Read Data and Bit Flip Register 11
MTU_MC23_RDBFL12 0xF0062778          MC 23 Read Data and Bit Flip Register 12
MTU_MC23_RDBFL13 0xF006277A          MC 23 Read Data and Bit Flip Register 13
MTU_MC23_RDBFL14 0xF006277C          MC 23 Read Data and Bit Flip Register 14
MTU_MC23_RDBFL15 0xF006277E          MC 23 Read Data and Bit Flip Register 15
MTU_MC23_RDBFL16 0xF0062780          MC 23 Read Data and Bit Flip Register 16
MTU_MC23_RDBFL17 0xF0062782          MC 23 Read Data and Bit Flip Register 17
MTU_MC23_RDBFL18 0xF0062784          MC 23 Read Data and Bit Flip Register 18
MTU_MC23_RDBFL19 0xF0062786          MC 23 Read Data and Bit Flip Register 19
MTU_MC23_RDBFL20 0xF0062788          MC 23 Read Data and Bit Flip Register 20
MTU_MC23_RDBFL21 0xF006278A          MC 23 Read Data and Bit Flip Register 21
MTU_MC23_RDBFL22 0xF006278C          MC 23 Read Data and Bit Flip Register 22
MTU_MC23_RDBFL23 0xF006278E          MC 23 Read Data and Bit Flip Register 23
MTU_MC23_RDBFL24 0xF0062790          MC 23 Read Data and Bit Flip Register 24
MTU_MC23_RDBFL25 0xF0062792          MC 23 Read Data and Bit Flip Register 25
MTU_MC23_RDBFL26 0xF0062794          MC 23 Read Data and Bit Flip Register 26
MTU_MC23_RDBFL27 0xF0062796          MC 23 Read Data and Bit Flip Register 27
MTU_MC23_RDBFL28 0xF0062798          MC 23 Read Data and Bit Flip Register 28
MTU_MC23_RDBFL29 0xF006279A          MC 23 Read Data and Bit Flip Register 29
MTU_MC23_RDBFL30 0xF006279C          MC 23 Read Data and Bit Flip Register 30
MTU_MC23_RDBFL31 0xF006279E          MC 23 Read Data and Bit Flip Register 31
MTU_MC23_RDBFL32 0xF00627A0          MC 23 Read Data and Bit Flip Register 32
MTU_MC23_RDBFL33 0xF00627A2          MC 23 Read Data and Bit Flip Register 33
MTU_MC23_RDBFL34 0xF00627A4          MC 23 Read Data and Bit Flip Register 34
MTU_MC23_RDBFL35 0xF00627A6          MC 23 Read Data and Bit Flip Register 35
MTU_MC23_RDBFL36 0xF00627A8          MC 23 Read Data and Bit Flip Register 36
MTU_MC23_RDBFL37 0xF00627AA          MC 23 Read Data and Bit Flip Register 37
MTU_MC23_RDBFL38 0xF00627AC          MC 23 Read Data and Bit Flip Register 38
MTU_MC23_RDBFL39 0xF00627AE          MC 23 Read Data and Bit Flip Register 39
MTU_MC23_RDBFL40 0xF00627B0          MC 23 Read Data and Bit Flip Register 40
MTU_MC23_RDBFL41 0xF00627B2          MC 23 Read Data and Bit Flip Register 41
MTU_MC23_RDBFL42 0xF00627B4          MC 23 Read Data and Bit Flip Register 42
MTU_MC23_RDBFL43 0xF00627B6          MC 23 Read Data and Bit Flip Register 43
MTU_MC23_RDBFL44 0xF00627B8          MC 23 Read Data and Bit Flip Register 44
MTU_MC23_RDBFL45 0xF00627BA          MC 23 Read Data and Bit Flip Register 45
MTU_MC23_RDBFL46 0xF00627BC          MC 23 Read Data and Bit Flip Register 46
MTU_MC23_RDBFL47 0xF00627BE          MC 23 Read Data and Bit Flip Register 47
MTU_MC23_RDBFL48 0xF00627C0          MC 23 Read Data and Bit Flip Register 48
MTU_MC23_RDBFL49 0xF00627C2          MC 23 Read Data and Bit Flip Register 49
MTU_MC23_RDBFL50 0xF00627C4          MC 23 Read Data and Bit Flip Register 50
MTU_MC23_RDBFL51 0xF00627C6          MC 23 Read Data and Bit Flip Register 51
MTU_MC23_RDBFL52 0xF00627C8          MC 23 Read Data and Bit Flip Register 52
MTU_MC23_RDBFL53 0xF00627CA          MC 23 Read Data and Bit Flip Register 53
MTU_MC23_RDBFL54 0xF00627CC          MC 23 Read Data and Bit Flip Register 54
MTU_MC23_RDBFL55 0xF00627CE          MC 23 Read Data and Bit Flip Register 55
MTU_MC23_RDBFL56 0xF00627D0          MC 23 Read Data and Bit Flip Register 56
MTU_MC23_RDBFL57 0xF00627D2          MC 23 Read Data and Bit Flip Register 57
MTU_MC23_RDBFL58 0xF00627D4          MC 23 Read Data and Bit Flip Register 58
MTU_MC23_RDBFL59 0xF00627D6          MC 23 Read Data and Bit Flip Register 59
MTU_MC23_RDBFL60 0xF00627D8          MC 23 Read Data and Bit Flip Register 60
MTU_MC23_RDBFL61 0xF00627DA          MC 23 Read Data and Bit Flip Register 61
MTU_MC23_RDBFL62 0xF00627DC          MC 23 Read Data and Bit Flip Register 62
MTU_MC23_RDBFL63 0xF00627DE          MC 23 Read Data and Bit Flip Register 63
MTU_MC23_RDBFL64 0xF00627E0          MC 23 Read Data and Bit Flip Register 64
MTU_MC23_RDBFL65 0xF00627E2          MC 23 Read Data and Bit Flip Register 65
MTU_MC23_RDBFL66 0xF00627E4          MC 23 Read Data and Bit Flip Register 66
MTU_MC23_ALMSRCS 0xF00627EE          MC 23 Alarm Sources Configuration Register
MTU_MC23_FAULTSTS 0xF00627F0          MC 23 SSH Safety Faults Status Register
MTU_MC23_ERRINFO0 0xF00627F2          MC 23 Error Information Register 0
MTU_MC23_ERRINFO1 0xF00627F4          MC 23 Error Information Register 1
MTU_MC23_ERRINFO2 0xF00627F6          MC 23 Error Information Register 2
MTU_MC23_ERRINFO3 0xF00627F8          MC 23 Error Information Register 3
MTU_MC23_ERRINFO4 0xF00627FA          MC 23 Error Information Register 4
MTU_MC24_CONFIG0 0xF0062800          MC 24 Configuration Register 0
MTU_MC24_CONFIG1 0xF0062802          MC 24 Configuration Register 1
MTU_MC24_MCONTROL 0xF0062804          MC 24 MBIST Control Register
MTU_MC24_MSTATUS 0xF0062806          MC 24 Status Register
MTU_MC24_RANGE  0xF0062808          MC 24 Range Register, single address mode
MTU_MC24_REVID  0xF006280C          MC 24 Revision ID Register
MTU_MC24_ECCS   0xF006280E          MC 24 ECC Safety Register
MTU_MC24_ECCD   0xF0062810          MC 24 Memory ECC Detection Register
MTU_MC24_ETRR0  0xF0062812          MC 24 Error Tracking Register 0
MTU_MC24_ETRR1  0xF0062814          MC 24 Error Tracking Register 1
MTU_MC24_ETRR2  0xF0062816          MC 24 Error Tracking Register 2
MTU_MC24_ETRR3  0xF0062818          MC 24 Error Tracking Register 3
MTU_MC24_ETRR4  0xF006281A          MC 24 Error Tracking Register 4
MTU_MC24_RDBFL0 0xF0062860          MC 24 Read Data and Bit Flip Register 0
MTU_MC24_RDBFL1 0xF0062862          MC 24 Read Data and Bit Flip Register 1
MTU_MC24_RDBFL2 0xF0062864          MC 24 Read Data and Bit Flip Register 2
MTU_MC24_RDBFL3 0xF0062866          MC 24 Read Data and Bit Flip Register 3
MTU_MC24_RDBFL4 0xF0062868          MC 24 Read Data and Bit Flip Register 4
MTU_MC24_RDBFL5 0xF006286A          MC 24 Read Data and Bit Flip Register 5
MTU_MC24_RDBFL6 0xF006286C          MC 24 Read Data and Bit Flip Register 6
MTU_MC24_RDBFL7 0xF006286E          MC 24 Read Data and Bit Flip Register 7
MTU_MC24_RDBFL8 0xF0062870          MC 24 Read Data and Bit Flip Register 8
MTU_MC24_RDBFL9 0xF0062872          MC 24 Read Data and Bit Flip Register 9
MTU_MC24_RDBFL10 0xF0062874          MC 24 Read Data and Bit Flip Register 10
MTU_MC24_RDBFL11 0xF0062876          MC 24 Read Data and Bit Flip Register 11
MTU_MC24_RDBFL12 0xF0062878          MC 24 Read Data and Bit Flip Register 12
MTU_MC24_RDBFL13 0xF006287A          MC 24 Read Data and Bit Flip Register 13
MTU_MC24_RDBFL14 0xF006287C          MC 24 Read Data and Bit Flip Register 14
MTU_MC24_RDBFL15 0xF006287E          MC 24 Read Data and Bit Flip Register 15
MTU_MC24_RDBFL16 0xF0062880          MC 24 Read Data and Bit Flip Register 16
MTU_MC24_RDBFL17 0xF0062882          MC 24 Read Data and Bit Flip Register 17
MTU_MC24_RDBFL18 0xF0062884          MC 24 Read Data and Bit Flip Register 18
MTU_MC24_RDBFL19 0xF0062886          MC 24 Read Data and Bit Flip Register 19
MTU_MC24_RDBFL20 0xF0062888          MC 24 Read Data and Bit Flip Register 20
MTU_MC24_RDBFL21 0xF006288A          MC 24 Read Data and Bit Flip Register 21
MTU_MC24_RDBFL22 0xF006288C          MC 24 Read Data and Bit Flip Register 22
MTU_MC24_RDBFL23 0xF006288E          MC 24 Read Data and Bit Flip Register 23
MTU_MC24_RDBFL24 0xF0062890          MC 24 Read Data and Bit Flip Register 24
MTU_MC24_RDBFL25 0xF0062892          MC 24 Read Data and Bit Flip Register 25
MTU_MC24_RDBFL26 0xF0062894          MC 24 Read Data and Bit Flip Register 26
MTU_MC24_RDBFL27 0xF0062896          MC 24 Read Data and Bit Flip Register 27
MTU_MC24_RDBFL28 0xF0062898          MC 24 Read Data and Bit Flip Register 28
MTU_MC24_RDBFL29 0xF006289A          MC 24 Read Data and Bit Flip Register 29
MTU_MC24_RDBFL30 0xF006289C          MC 24 Read Data and Bit Flip Register 30
MTU_MC24_RDBFL31 0xF006289E          MC 24 Read Data and Bit Flip Register 31
MTU_MC24_RDBFL32 0xF00628A0          MC 24 Read Data and Bit Flip Register 32
MTU_MC24_RDBFL33 0xF00628A2          MC 24 Read Data and Bit Flip Register 33
MTU_MC24_RDBFL34 0xF00628A4          MC 24 Read Data and Bit Flip Register 34
MTU_MC24_RDBFL35 0xF00628A6          MC 24 Read Data and Bit Flip Register 35
MTU_MC24_RDBFL36 0xF00628A8          MC 24 Read Data and Bit Flip Register 36
MTU_MC24_RDBFL37 0xF00628AA          MC 24 Read Data and Bit Flip Register 37
MTU_MC24_RDBFL38 0xF00628AC          MC 24 Read Data and Bit Flip Register 38
MTU_MC24_RDBFL39 0xF00628AE          MC 24 Read Data and Bit Flip Register 39
MTU_MC24_RDBFL40 0xF00628B0          MC 24 Read Data and Bit Flip Register 40
MTU_MC24_RDBFL41 0xF00628B2          MC 24 Read Data and Bit Flip Register 41
MTU_MC24_RDBFL42 0xF00628B4          MC 24 Read Data and Bit Flip Register 42
MTU_MC24_RDBFL43 0xF00628B6          MC 24 Read Data and Bit Flip Register 43
MTU_MC24_RDBFL44 0xF00628B8          MC 24 Read Data and Bit Flip Register 44
MTU_MC24_RDBFL45 0xF00628BA          MC 24 Read Data and Bit Flip Register 45
MTU_MC24_RDBFL46 0xF00628BC          MC 24 Read Data and Bit Flip Register 46
MTU_MC24_RDBFL47 0xF00628BE          MC 24 Read Data and Bit Flip Register 47
MTU_MC24_RDBFL48 0xF00628C0          MC 24 Read Data and Bit Flip Register 48
MTU_MC24_RDBFL49 0xF00628C2          MC 24 Read Data and Bit Flip Register 49
MTU_MC24_RDBFL50 0xF00628C4          MC 24 Read Data and Bit Flip Register 50
MTU_MC24_RDBFL51 0xF00628C6          MC 24 Read Data and Bit Flip Register 51
MTU_MC24_RDBFL52 0xF00628C8          MC 24 Read Data and Bit Flip Register 52
MTU_MC24_RDBFL53 0xF00628CA          MC 24 Read Data and Bit Flip Register 53
MTU_MC24_RDBFL54 0xF00628CC          MC 24 Read Data and Bit Flip Register 54
MTU_MC24_RDBFL55 0xF00628CE          MC 24 Read Data and Bit Flip Register 55
MTU_MC24_RDBFL56 0xF00628D0          MC 24 Read Data and Bit Flip Register 56
MTU_MC24_RDBFL57 0xF00628D2          MC 24 Read Data and Bit Flip Register 57
MTU_MC24_RDBFL58 0xF00628D4          MC 24 Read Data and Bit Flip Register 58
MTU_MC24_RDBFL59 0xF00628D6          MC 24 Read Data and Bit Flip Register 59
MTU_MC24_RDBFL60 0xF00628D8          MC 24 Read Data and Bit Flip Register 60
MTU_MC24_RDBFL61 0xF00628DA          MC 24 Read Data and Bit Flip Register 61
MTU_MC24_RDBFL62 0xF00628DC          MC 24 Read Data and Bit Flip Register 62
MTU_MC24_RDBFL63 0xF00628DE          MC 24 Read Data and Bit Flip Register 63
MTU_MC24_RDBFL64 0xF00628E0          MC 24 Read Data and Bit Flip Register 64
MTU_MC24_RDBFL65 0xF00628E2          MC 24 Read Data and Bit Flip Register 65
MTU_MC24_RDBFL66 0xF00628E4          MC 24 Read Data and Bit Flip Register 66
MTU_MC24_ALMSRCS 0xF00628EE          MC 24 Alarm Sources Configuration Register
MTU_MC24_FAULTSTS 0xF00628F0          MC 24 SSH Safety Faults Status Register
MTU_MC24_ERRINFO0 0xF00628F2          MC 24 Error Information Register 0
MTU_MC24_ERRINFO1 0xF00628F4          MC 24 Error Information Register 1
MTU_MC24_ERRINFO2 0xF00628F6          MC 24 Error Information Register 2
MTU_MC24_ERRINFO3 0xF00628F8          MC 24 Error Information Register 3
MTU_MC24_ERRINFO4 0xF00628FA          MC 24 Error Information Register 4
MTU_MC25_CONFIG0 0xF0062900          MC 25 Configuration Register 0
MTU_MC25_CONFIG1 0xF0062902          MC 25 Configuration Register 1
MTU_MC25_MCONTROL 0xF0062904          MC 25 MBIST Control Register
MTU_MC25_MSTATUS 0xF0062906          MC 25 Status Register
MTU_MC25_RANGE  0xF0062908          MC 25 Range Register, single address mode
MTU_MC25_REVID  0xF006290C          MC 25 Revision ID Register
MTU_MC25_ECCS   0xF006290E          MC 25 ECC Safety Register
MTU_MC25_ECCD   0xF0062910          MC 25 Memory ECC Detection Register
MTU_MC25_ETRR0  0xF0062912          MC 25 Error Tracking Register 0
MTU_MC25_ETRR1  0xF0062914          MC 25 Error Tracking Register 1
MTU_MC25_ETRR2  0xF0062916          MC 25 Error Tracking Register 2
MTU_MC25_ETRR3  0xF0062918          MC 25 Error Tracking Register 3
MTU_MC25_ETRR4  0xF006291A          MC 25 Error Tracking Register 4
MTU_MC25_RDBFL0 0xF0062960          MC 25 Read Data and Bit Flip Register 0
MTU_MC25_RDBFL1 0xF0062962          MC 25 Read Data and Bit Flip Register 1
MTU_MC25_RDBFL2 0xF0062964          MC 25 Read Data and Bit Flip Register 2
MTU_MC25_RDBFL3 0xF0062966          MC 25 Read Data and Bit Flip Register 3
MTU_MC25_RDBFL4 0xF0062968          MC 25 Read Data and Bit Flip Register 4
MTU_MC25_RDBFL5 0xF006296A          MC 25 Read Data and Bit Flip Register 5
MTU_MC25_RDBFL6 0xF006296C          MC 25 Read Data and Bit Flip Register 6
MTU_MC25_RDBFL7 0xF006296E          MC 25 Read Data and Bit Flip Register 7
MTU_MC25_RDBFL8 0xF0062970          MC 25 Read Data and Bit Flip Register 8
MTU_MC25_RDBFL9 0xF0062972          MC 25 Read Data and Bit Flip Register 9
MTU_MC25_RDBFL10 0xF0062974          MC 25 Read Data and Bit Flip Register 10
MTU_MC25_RDBFL11 0xF0062976          MC 25 Read Data and Bit Flip Register 11
MTU_MC25_RDBFL12 0xF0062978          MC 25 Read Data and Bit Flip Register 12
MTU_MC25_RDBFL13 0xF006297A          MC 25 Read Data and Bit Flip Register 13
MTU_MC25_RDBFL14 0xF006297C          MC 25 Read Data and Bit Flip Register 14
MTU_MC25_RDBFL15 0xF006297E          MC 25 Read Data and Bit Flip Register 15
MTU_MC25_RDBFL16 0xF0062980          MC 25 Read Data and Bit Flip Register 16
MTU_MC25_RDBFL17 0xF0062982          MC 25 Read Data and Bit Flip Register 17
MTU_MC25_RDBFL18 0xF0062984          MC 25 Read Data and Bit Flip Register 18
MTU_MC25_RDBFL19 0xF0062986          MC 25 Read Data and Bit Flip Register 19
MTU_MC25_RDBFL20 0xF0062988          MC 25 Read Data and Bit Flip Register 20
MTU_MC25_RDBFL21 0xF006298A          MC 25 Read Data and Bit Flip Register 21
MTU_MC25_RDBFL22 0xF006298C          MC 25 Read Data and Bit Flip Register 22
MTU_MC25_RDBFL23 0xF006298E          MC 25 Read Data and Bit Flip Register 23
MTU_MC25_RDBFL24 0xF0062990          MC 25 Read Data and Bit Flip Register 24
MTU_MC25_RDBFL25 0xF0062992          MC 25 Read Data and Bit Flip Register 25
MTU_MC25_RDBFL26 0xF0062994          MC 25 Read Data and Bit Flip Register 26
MTU_MC25_RDBFL27 0xF0062996          MC 25 Read Data and Bit Flip Register 27
MTU_MC25_RDBFL28 0xF0062998          MC 25 Read Data and Bit Flip Register 28
MTU_MC25_RDBFL29 0xF006299A          MC 25 Read Data and Bit Flip Register 29
MTU_MC25_RDBFL30 0xF006299C          MC 25 Read Data and Bit Flip Register 30
MTU_MC25_RDBFL31 0xF006299E          MC 25 Read Data and Bit Flip Register 31
MTU_MC25_RDBFL32 0xF00629A0          MC 25 Read Data and Bit Flip Register 32
MTU_MC25_RDBFL33 0xF00629A2          MC 25 Read Data and Bit Flip Register 33
MTU_MC25_RDBFL34 0xF00629A4          MC 25 Read Data and Bit Flip Register 34
MTU_MC25_RDBFL35 0xF00629A6          MC 25 Read Data and Bit Flip Register 35
MTU_MC25_RDBFL36 0xF00629A8          MC 25 Read Data and Bit Flip Register 36
MTU_MC25_RDBFL37 0xF00629AA          MC 25 Read Data and Bit Flip Register 37
MTU_MC25_RDBFL38 0xF00629AC          MC 25 Read Data and Bit Flip Register 38
MTU_MC25_RDBFL39 0xF00629AE          MC 25 Read Data and Bit Flip Register 39
MTU_MC25_RDBFL40 0xF00629B0          MC 25 Read Data and Bit Flip Register 40
MTU_MC25_RDBFL41 0xF00629B2          MC 25 Read Data and Bit Flip Register 41
MTU_MC25_RDBFL42 0xF00629B4          MC 25 Read Data and Bit Flip Register 42
MTU_MC25_RDBFL43 0xF00629B6          MC 25 Read Data and Bit Flip Register 43
MTU_MC25_RDBFL44 0xF00629B8          MC 25 Read Data and Bit Flip Register 44
MTU_MC25_RDBFL45 0xF00629BA          MC 25 Read Data and Bit Flip Register 45
MTU_MC25_RDBFL46 0xF00629BC          MC 25 Read Data and Bit Flip Register 46
MTU_MC25_RDBFL47 0xF00629BE          MC 25 Read Data and Bit Flip Register 47
MTU_MC25_RDBFL48 0xF00629C0          MC 25 Read Data and Bit Flip Register 48
MTU_MC25_RDBFL49 0xF00629C2          MC 25 Read Data and Bit Flip Register 49
MTU_MC25_RDBFL50 0xF00629C4          MC 25 Read Data and Bit Flip Register 50
MTU_MC25_RDBFL51 0xF00629C6          MC 25 Read Data and Bit Flip Register 51
MTU_MC25_RDBFL52 0xF00629C8          MC 25 Read Data and Bit Flip Register 52
MTU_MC25_RDBFL53 0xF00629CA          MC 25 Read Data and Bit Flip Register 53
MTU_MC25_RDBFL54 0xF00629CC          MC 25 Read Data and Bit Flip Register 54
MTU_MC25_RDBFL55 0xF00629CE          MC 25 Read Data and Bit Flip Register 55
MTU_MC25_RDBFL56 0xF00629D0          MC 25 Read Data and Bit Flip Register 56
MTU_MC25_RDBFL57 0xF00629D2          MC 25 Read Data and Bit Flip Register 57
MTU_MC25_RDBFL58 0xF00629D4          MC 25 Read Data and Bit Flip Register 58
MTU_MC25_RDBFL59 0xF00629D6          MC 25 Read Data and Bit Flip Register 59
MTU_MC25_RDBFL60 0xF00629D8          MC 25 Read Data and Bit Flip Register 60
MTU_MC25_RDBFL61 0xF00629DA          MC 25 Read Data and Bit Flip Register 61
MTU_MC25_RDBFL62 0xF00629DC          MC 25 Read Data and Bit Flip Register 62
MTU_MC25_RDBFL63 0xF00629DE          MC 25 Read Data and Bit Flip Register 63
MTU_MC25_RDBFL64 0xF00629E0          MC 25 Read Data and Bit Flip Register 64
MTU_MC25_RDBFL65 0xF00629E2          MC 25 Read Data and Bit Flip Register 65
MTU_MC25_RDBFL66 0xF00629E4          MC 25 Read Data and Bit Flip Register 66
MTU_MC25_ALMSRCS 0xF00629EE          MC 25 Alarm Sources Configuration Register
MTU_MC25_FAULTSTS 0xF00629F0          MC 25 SSH Safety Faults Status Register
MTU_MC25_ERRINFO0 0xF00629F2          MC 25 Error Information Register 0
MTU_MC25_ERRINFO1 0xF00629F4          MC 25 Error Information Register 1
MTU_MC25_ERRINFO2 0xF00629F6          MC 25 Error Information Register 2
MTU_MC25_ERRINFO3 0xF00629F8          MC 25 Error Information Register 3
MTU_MC25_ERRINFO4 0xF00629FA          MC 25 Error Information Register 4
MTU_MC26_CONFIG0 0xF0062A00          MC 26 Configuration Register 0
MTU_MC26_CONFIG1 0xF0062A02          MC 26 Configuration Register 1
MTU_MC26_MCONTROL 0xF0062A04          MC 26 MBIST Control Register
MTU_MC26_MSTATUS 0xF0062A06          MC 26 Status Register
MTU_MC26_RANGE  0xF0062A08          MC 26 Range Register, single address mode
MTU_MC26_REVID  0xF0062A0C          MC 26 Revision ID Register
MTU_MC26_ECCS   0xF0062A0E          MC 26 ECC Safety Register
MTU_MC26_ECCD   0xF0062A10          MC 26 Memory ECC Detection Register
MTU_MC26_ETRR0  0xF0062A12          MC 26 Error Tracking Register 0
MTU_MC26_ETRR1  0xF0062A14          MC 26 Error Tracking Register 1
MTU_MC26_ETRR2  0xF0062A16          MC 26 Error Tracking Register 2
MTU_MC26_ETRR3  0xF0062A18          MC 26 Error Tracking Register 3
MTU_MC26_ETRR4  0xF0062A1A          MC 26 Error Tracking Register 4
MTU_MC26_RDBFL0 0xF0062A60          MC 26 Read Data and Bit Flip Register 0
MTU_MC26_RDBFL1 0xF0062A62          MC 26 Read Data and Bit Flip Register 1
MTU_MC26_RDBFL2 0xF0062A64          MC 26 Read Data and Bit Flip Register 2
MTU_MC26_RDBFL3 0xF0062A66          MC 26 Read Data and Bit Flip Register 3
MTU_MC26_RDBFL4 0xF0062A68          MC 26 Read Data and Bit Flip Register 4
MTU_MC26_RDBFL5 0xF0062A6A          MC 26 Read Data and Bit Flip Register 5
MTU_MC26_RDBFL6 0xF0062A6C          MC 26 Read Data and Bit Flip Register 6
MTU_MC26_RDBFL7 0xF0062A6E          MC 26 Read Data and Bit Flip Register 7
MTU_MC26_RDBFL8 0xF0062A70          MC 26 Read Data and Bit Flip Register 8
MTU_MC26_RDBFL9 0xF0062A72          MC 26 Read Data and Bit Flip Register 9
MTU_MC26_RDBFL10 0xF0062A74          MC 26 Read Data and Bit Flip Register 10
MTU_MC26_RDBFL11 0xF0062A76          MC 26 Read Data and Bit Flip Register 11
MTU_MC26_RDBFL12 0xF0062A78          MC 26 Read Data and Bit Flip Register 12
MTU_MC26_RDBFL13 0xF0062A7A          MC 26 Read Data and Bit Flip Register 13
MTU_MC26_RDBFL14 0xF0062A7C          MC 26 Read Data and Bit Flip Register 14
MTU_MC26_RDBFL15 0xF0062A7E          MC 26 Read Data and Bit Flip Register 15
MTU_MC26_RDBFL16 0xF0062A80          MC 26 Read Data and Bit Flip Register 16
MTU_MC26_RDBFL17 0xF0062A82          MC 26 Read Data and Bit Flip Register 17
MTU_MC26_RDBFL18 0xF0062A84          MC 26 Read Data and Bit Flip Register 18
MTU_MC26_RDBFL19 0xF0062A86          MC 26 Read Data and Bit Flip Register 19
MTU_MC26_RDBFL20 0xF0062A88          MC 26 Read Data and Bit Flip Register 20
MTU_MC26_RDBFL21 0xF0062A8A          MC 26 Read Data and Bit Flip Register 21
MTU_MC26_RDBFL22 0xF0062A8C          MC 26 Read Data and Bit Flip Register 22
MTU_MC26_RDBFL23 0xF0062A8E          MC 26 Read Data and Bit Flip Register 23
MTU_MC26_RDBFL24 0xF0062A90          MC 26 Read Data and Bit Flip Register 24
MTU_MC26_RDBFL25 0xF0062A92          MC 26 Read Data and Bit Flip Register 25
MTU_MC26_RDBFL26 0xF0062A94          MC 26 Read Data and Bit Flip Register 26
MTU_MC26_RDBFL27 0xF0062A96          MC 26 Read Data and Bit Flip Register 27
MTU_MC26_RDBFL28 0xF0062A98          MC 26 Read Data and Bit Flip Register 28
MTU_MC26_RDBFL29 0xF0062A9A          MC 26 Read Data and Bit Flip Register 29
MTU_MC26_RDBFL30 0xF0062A9C          MC 26 Read Data and Bit Flip Register 30
MTU_MC26_RDBFL31 0xF0062A9E          MC 26 Read Data and Bit Flip Register 31
MTU_MC26_RDBFL32 0xF0062AA0          MC 26 Read Data and Bit Flip Register 32
MTU_MC26_RDBFL33 0xF0062AA2          MC 26 Read Data and Bit Flip Register 33
MTU_MC26_RDBFL34 0xF0062AA4          MC 26 Read Data and Bit Flip Register 34
MTU_MC26_RDBFL35 0xF0062AA6          MC 26 Read Data and Bit Flip Register 35
MTU_MC26_RDBFL36 0xF0062AA8          MC 26 Read Data and Bit Flip Register 36
MTU_MC26_RDBFL37 0xF0062AAA          MC 26 Read Data and Bit Flip Register 37
MTU_MC26_RDBFL38 0xF0062AAC          MC 26 Read Data and Bit Flip Register 38
MTU_MC26_RDBFL39 0xF0062AAE          MC 26 Read Data and Bit Flip Register 39
MTU_MC26_RDBFL40 0xF0062AB0          MC 26 Read Data and Bit Flip Register 40
MTU_MC26_RDBFL41 0xF0062AB2          MC 26 Read Data and Bit Flip Register 41
MTU_MC26_RDBFL42 0xF0062AB4          MC 26 Read Data and Bit Flip Register 42
MTU_MC26_RDBFL43 0xF0062AB6          MC 26 Read Data and Bit Flip Register 43
MTU_MC26_RDBFL44 0xF0062AB8          MC 26 Read Data and Bit Flip Register 44
MTU_MC26_RDBFL45 0xF0062ABA          MC 26 Read Data and Bit Flip Register 45
MTU_MC26_RDBFL46 0xF0062ABC          MC 26 Read Data and Bit Flip Register 46
MTU_MC26_RDBFL47 0xF0062ABE          MC 26 Read Data and Bit Flip Register 47
MTU_MC26_RDBFL48 0xF0062AC0          MC 26 Read Data and Bit Flip Register 48
MTU_MC26_RDBFL49 0xF0062AC2          MC 26 Read Data and Bit Flip Register 49
MTU_MC26_RDBFL50 0xF0062AC4          MC 26 Read Data and Bit Flip Register 50
MTU_MC26_RDBFL51 0xF0062AC6          MC 26 Read Data and Bit Flip Register 51
MTU_MC26_RDBFL52 0xF0062AC8          MC 26 Read Data and Bit Flip Register 52
MTU_MC26_RDBFL53 0xF0062ACA          MC 26 Read Data and Bit Flip Register 53
MTU_MC26_RDBFL54 0xF0062ACC          MC 26 Read Data and Bit Flip Register 54
MTU_MC26_RDBFL55 0xF0062ACE          MC 26 Read Data and Bit Flip Register 55
MTU_MC26_RDBFL56 0xF0062AD0          MC 26 Read Data and Bit Flip Register 56
MTU_MC26_RDBFL57 0xF0062AD2          MC 26 Read Data and Bit Flip Register 57
MTU_MC26_RDBFL58 0xF0062AD4          MC 26 Read Data and Bit Flip Register 58
MTU_MC26_RDBFL59 0xF0062AD6          MC 26 Read Data and Bit Flip Register 59
MTU_MC26_RDBFL60 0xF0062AD8          MC 26 Read Data and Bit Flip Register 60
MTU_MC26_RDBFL61 0xF0062ADA          MC 26 Read Data and Bit Flip Register 61
MTU_MC26_RDBFL62 0xF0062ADC          MC 26 Read Data and Bit Flip Register 62
MTU_MC26_RDBFL63 0xF0062ADE          MC 26 Read Data and Bit Flip Register 63
MTU_MC26_RDBFL64 0xF0062AE0          MC 26 Read Data and Bit Flip Register 64
MTU_MC26_RDBFL65 0xF0062AE2          MC 26 Read Data and Bit Flip Register 65
MTU_MC26_RDBFL66 0xF0062AE4          MC 26 Read Data and Bit Flip Register 66
MTU_MC26_ALMSRCS 0xF0062AEE          MC 26 Alarm Sources Configuration Register
MTU_MC26_FAULTSTS 0xF0062AF0          MC 26 SSH Safety Faults Status Register
MTU_MC26_ERRINFO0 0xF0062AF2          MC 26 Error Information Register 0
MTU_MC26_ERRINFO1 0xF0062AF4          MC 26 Error Information Register 1
MTU_MC26_ERRINFO2 0xF0062AF6          MC 26 Error Information Register 2
MTU_MC26_ERRINFO3 0xF0062AF8          MC 26 Error Information Register 3
MTU_MC26_ERRINFO4 0xF0062AFA          MC 26 Error Information Register 4
MTU_MC27_CONFIG0 0xF0062B00          MC 27 Configuration Register 0
MTU_MC27_CONFIG1 0xF0062B02          MC 27 Configuration Register 1
MTU_MC27_MCONTROL 0xF0062B04          MC 27 MBIST Control Register
MTU_MC27_MSTATUS 0xF0062B06          MC 27 Status Register
MTU_MC27_RANGE  0xF0062B08          MC 27 Range Register, single address mode
MTU_MC27_REVID  0xF0062B0C          MC 27 Revision ID Register
MTU_MC27_ECCS   0xF0062B0E          MC 27 ECC Safety Register
MTU_MC27_ECCD   0xF0062B10          MC 27 Memory ECC Detection Register
MTU_MC27_ETRR0  0xF0062B12          MC 27 Error Tracking Register 0
MTU_MC27_ETRR1  0xF0062B14          MC 27 Error Tracking Register 1
MTU_MC27_ETRR2  0xF0062B16          MC 27 Error Tracking Register 2
MTU_MC27_ETRR3  0xF0062B18          MC 27 Error Tracking Register 3
MTU_MC27_ETRR4  0xF0062B1A          MC 27 Error Tracking Register 4
MTU_MC27_RDBFL0 0xF0062B60          MC 27 Read Data and Bit Flip Register 0
MTU_MC27_RDBFL1 0xF0062B62          MC 27 Read Data and Bit Flip Register 1
MTU_MC27_RDBFL2 0xF0062B64          MC 27 Read Data and Bit Flip Register 2
MTU_MC27_RDBFL3 0xF0062B66          MC 27 Read Data and Bit Flip Register 3
MTU_MC27_RDBFL4 0xF0062B68          MC 27 Read Data and Bit Flip Register 4
MTU_MC27_RDBFL5 0xF0062B6A          MC 27 Read Data and Bit Flip Register 5
MTU_MC27_RDBFL6 0xF0062B6C          MC 27 Read Data and Bit Flip Register 6
MTU_MC27_RDBFL7 0xF0062B6E          MC 27 Read Data and Bit Flip Register 7
MTU_MC27_RDBFL8 0xF0062B70          MC 27 Read Data and Bit Flip Register 8
MTU_MC27_RDBFL9 0xF0062B72          MC 27 Read Data and Bit Flip Register 9
MTU_MC27_RDBFL10 0xF0062B74          MC 27 Read Data and Bit Flip Register 10
MTU_MC27_RDBFL11 0xF0062B76          MC 27 Read Data and Bit Flip Register 11
MTU_MC27_RDBFL12 0xF0062B78          MC 27 Read Data and Bit Flip Register 12
MTU_MC27_RDBFL13 0xF0062B7A          MC 27 Read Data and Bit Flip Register 13
MTU_MC27_RDBFL14 0xF0062B7C          MC 27 Read Data and Bit Flip Register 14
MTU_MC27_RDBFL15 0xF0062B7E          MC 27 Read Data and Bit Flip Register 15
MTU_MC27_RDBFL16 0xF0062B80          MC 27 Read Data and Bit Flip Register 16
MTU_MC27_RDBFL17 0xF0062B82          MC 27 Read Data and Bit Flip Register 17
MTU_MC27_RDBFL18 0xF0062B84          MC 27 Read Data and Bit Flip Register 18
MTU_MC27_RDBFL19 0xF0062B86          MC 27 Read Data and Bit Flip Register 19
MTU_MC27_RDBFL20 0xF0062B88          MC 27 Read Data and Bit Flip Register 20
MTU_MC27_RDBFL21 0xF0062B8A          MC 27 Read Data and Bit Flip Register 21
MTU_MC27_RDBFL22 0xF0062B8C          MC 27 Read Data and Bit Flip Register 22
MTU_MC27_RDBFL23 0xF0062B8E          MC 27 Read Data and Bit Flip Register 23
MTU_MC27_RDBFL24 0xF0062B90          MC 27 Read Data and Bit Flip Register 24
MTU_MC27_RDBFL25 0xF0062B92          MC 27 Read Data and Bit Flip Register 25
MTU_MC27_RDBFL26 0xF0062B94          MC 27 Read Data and Bit Flip Register 26
MTU_MC27_RDBFL27 0xF0062B96          MC 27 Read Data and Bit Flip Register 27
MTU_MC27_RDBFL28 0xF0062B98          MC 27 Read Data and Bit Flip Register 28
MTU_MC27_RDBFL29 0xF0062B9A          MC 27 Read Data and Bit Flip Register 29
MTU_MC27_RDBFL30 0xF0062B9C          MC 27 Read Data and Bit Flip Register 30
MTU_MC27_RDBFL31 0xF0062B9E          MC 27 Read Data and Bit Flip Register 31
MTU_MC27_RDBFL32 0xF0062BA0          MC 27 Read Data and Bit Flip Register 32
MTU_MC27_RDBFL33 0xF0062BA2          MC 27 Read Data and Bit Flip Register 33
MTU_MC27_RDBFL34 0xF0062BA4          MC 27 Read Data and Bit Flip Register 34
MTU_MC27_RDBFL35 0xF0062BA6          MC 27 Read Data and Bit Flip Register 35
MTU_MC27_RDBFL36 0xF0062BA8          MC 27 Read Data and Bit Flip Register 36
MTU_MC27_RDBFL37 0xF0062BAA          MC 27 Read Data and Bit Flip Register 37
MTU_MC27_RDBFL38 0xF0062BAC          MC 27 Read Data and Bit Flip Register 38
MTU_MC27_RDBFL39 0xF0062BAE          MC 27 Read Data and Bit Flip Register 39
MTU_MC27_RDBFL40 0xF0062BB0          MC 27 Read Data and Bit Flip Register 40
MTU_MC27_RDBFL41 0xF0062BB2          MC 27 Read Data and Bit Flip Register 41
MTU_MC27_RDBFL42 0xF0062BB4          MC 27 Read Data and Bit Flip Register 42
MTU_MC27_RDBFL43 0xF0062BB6          MC 27 Read Data and Bit Flip Register 43
MTU_MC27_RDBFL44 0xF0062BB8          MC 27 Read Data and Bit Flip Register 44
MTU_MC27_RDBFL45 0xF0062BBA          MC 27 Read Data and Bit Flip Register 45
MTU_MC27_RDBFL46 0xF0062BBC          MC 27 Read Data and Bit Flip Register 46
MTU_MC27_RDBFL47 0xF0062BBE          MC 27 Read Data and Bit Flip Register 47
MTU_MC27_RDBFL48 0xF0062BC0          MC 27 Read Data and Bit Flip Register 48
MTU_MC27_RDBFL49 0xF0062BC2          MC 27 Read Data and Bit Flip Register 49
MTU_MC27_RDBFL50 0xF0062BC4          MC 27 Read Data and Bit Flip Register 50
MTU_MC27_RDBFL51 0xF0062BC6          MC 27 Read Data and Bit Flip Register 51
MTU_MC27_RDBFL52 0xF0062BC8          MC 27 Read Data and Bit Flip Register 52
MTU_MC27_RDBFL53 0xF0062BCA          MC 27 Read Data and Bit Flip Register 53
MTU_MC27_RDBFL54 0xF0062BCC          MC 27 Read Data and Bit Flip Register 54
MTU_MC27_RDBFL55 0xF0062BCE          MC 27 Read Data and Bit Flip Register 55
MTU_MC27_RDBFL56 0xF0062BD0          MC 27 Read Data and Bit Flip Register 56
MTU_MC27_RDBFL57 0xF0062BD2          MC 27 Read Data and Bit Flip Register 57
MTU_MC27_RDBFL58 0xF0062BD4          MC 27 Read Data and Bit Flip Register 58
MTU_MC27_RDBFL59 0xF0062BD6          MC 27 Read Data and Bit Flip Register 59
MTU_MC27_RDBFL60 0xF0062BD8          MC 27 Read Data and Bit Flip Register 60
MTU_MC27_RDBFL61 0xF0062BDA          MC 27 Read Data and Bit Flip Register 61
MTU_MC27_RDBFL62 0xF0062BDC          MC 27 Read Data and Bit Flip Register 62
MTU_MC27_RDBFL63 0xF0062BDE          MC 27 Read Data and Bit Flip Register 63
MTU_MC27_RDBFL64 0xF0062BE0          MC 27 Read Data and Bit Flip Register 64
MTU_MC27_RDBFL65 0xF0062BE2          MC 27 Read Data and Bit Flip Register 65
MTU_MC27_RDBFL66 0xF0062BE4          MC 27 Read Data and Bit Flip Register 66
MTU_MC27_ALMSRCS 0xF0062BEE          MC 27 Alarm Sources Configuration Register
MTU_MC27_FAULTSTS 0xF0062BF0          MC 27 SSH Safety Faults Status Register
MTU_MC27_ERRINFO0 0xF0062BF2          MC 27 Error Information Register 0
MTU_MC27_ERRINFO1 0xF0062BF4          MC 27 Error Information Register 1
MTU_MC27_ERRINFO2 0xF0062BF6          MC 27 Error Information Register 2
MTU_MC27_ERRINFO3 0xF0062BF8          MC 27 Error Information Register 3
MTU_MC27_ERRINFO4 0xF0062BFA          MC 27 Error Information Register 4
MTU_MC28_CONFIG0 0xF0062C00          MC 28 Configuration Register 0
MTU_MC28_CONFIG1 0xF0062C02          MC 28 Configuration Register 1
MTU_MC28_MCONTROL 0xF0062C04          MC 28 MBIST Control Register
MTU_MC28_MSTATUS 0xF0062C06          MC 28 Status Register
MTU_MC28_RANGE  0xF0062C08          MC 28 Range Register, single address mode
MTU_MC28_REVID  0xF0062C0C          MC 28 Revision ID Register
MTU_MC28_ECCS   0xF0062C0E          MC 28 ECC Safety Register
MTU_MC28_ECCD   0xF0062C10          MC 28 Memory ECC Detection Register
MTU_MC28_ETRR0  0xF0062C12          MC 28 Error Tracking Register 0
MTU_MC28_ETRR1  0xF0062C14          MC 28 Error Tracking Register 1
MTU_MC28_ETRR2  0xF0062C16          MC 28 Error Tracking Register 2
MTU_MC28_ETRR3  0xF0062C18          MC 28 Error Tracking Register 3
MTU_MC28_ETRR4  0xF0062C1A          MC 28 Error Tracking Register 4
MTU_MC28_RDBFL0 0xF0062C60          MC 28 Read Data and Bit Flip Register 0
MTU_MC28_RDBFL1 0xF0062C62          MC 28 Read Data and Bit Flip Register 1
MTU_MC28_RDBFL2 0xF0062C64          MC 28 Read Data and Bit Flip Register 2
MTU_MC28_RDBFL3 0xF0062C66          MC 28 Read Data and Bit Flip Register 3
MTU_MC28_RDBFL4 0xF0062C68          MC 28 Read Data and Bit Flip Register 4
MTU_MC28_RDBFL5 0xF0062C6A          MC 28 Read Data and Bit Flip Register 5
MTU_MC28_RDBFL6 0xF0062C6C          MC 28 Read Data and Bit Flip Register 6
MTU_MC28_RDBFL7 0xF0062C6E          MC 28 Read Data and Bit Flip Register 7
MTU_MC28_RDBFL8 0xF0062C70          MC 28 Read Data and Bit Flip Register 8
MTU_MC28_RDBFL9 0xF0062C72          MC 28 Read Data and Bit Flip Register 9
MTU_MC28_RDBFL10 0xF0062C74          MC 28 Read Data and Bit Flip Register 10
MTU_MC28_RDBFL11 0xF0062C76          MC 28 Read Data and Bit Flip Register 11
MTU_MC28_RDBFL12 0xF0062C78          MC 28 Read Data and Bit Flip Register 12
MTU_MC28_RDBFL13 0xF0062C7A          MC 28 Read Data and Bit Flip Register 13
MTU_MC28_RDBFL14 0xF0062C7C          MC 28 Read Data and Bit Flip Register 14
MTU_MC28_RDBFL15 0xF0062C7E          MC 28 Read Data and Bit Flip Register 15
MTU_MC28_RDBFL16 0xF0062C80          MC 28 Read Data and Bit Flip Register 16
MTU_MC28_RDBFL17 0xF0062C82          MC 28 Read Data and Bit Flip Register 17
MTU_MC28_RDBFL18 0xF0062C84          MC 28 Read Data and Bit Flip Register 18
MTU_MC28_RDBFL19 0xF0062C86          MC 28 Read Data and Bit Flip Register 19
MTU_MC28_RDBFL20 0xF0062C88          MC 28 Read Data and Bit Flip Register 20
MTU_MC28_RDBFL21 0xF0062C8A          MC 28 Read Data and Bit Flip Register 21
MTU_MC28_RDBFL22 0xF0062C8C          MC 28 Read Data and Bit Flip Register 22
MTU_MC28_RDBFL23 0xF0062C8E          MC 28 Read Data and Bit Flip Register 23
MTU_MC28_RDBFL24 0xF0062C90          MC 28 Read Data and Bit Flip Register 24
MTU_MC28_RDBFL25 0xF0062C92          MC 28 Read Data and Bit Flip Register 25
MTU_MC28_RDBFL26 0xF0062C94          MC 28 Read Data and Bit Flip Register 26
MTU_MC28_RDBFL27 0xF0062C96          MC 28 Read Data and Bit Flip Register 27
MTU_MC28_RDBFL28 0xF0062C98          MC 28 Read Data and Bit Flip Register 28
MTU_MC28_RDBFL29 0xF0062C9A          MC 28 Read Data and Bit Flip Register 29
MTU_MC28_RDBFL30 0xF0062C9C          MC 28 Read Data and Bit Flip Register 30
MTU_MC28_RDBFL31 0xF0062C9E          MC 28 Read Data and Bit Flip Register 31
MTU_MC28_RDBFL32 0xF0062CA0          MC 28 Read Data and Bit Flip Register 32
MTU_MC28_RDBFL33 0xF0062CA2          MC 28 Read Data and Bit Flip Register 33
MTU_MC28_RDBFL34 0xF0062CA4          MC 28 Read Data and Bit Flip Register 34
MTU_MC28_RDBFL35 0xF0062CA6          MC 28 Read Data and Bit Flip Register 35
MTU_MC28_RDBFL36 0xF0062CA8          MC 28 Read Data and Bit Flip Register 36
MTU_MC28_RDBFL37 0xF0062CAA          MC 28 Read Data and Bit Flip Register 37
MTU_MC28_RDBFL38 0xF0062CAC          MC 28 Read Data and Bit Flip Register 38
MTU_MC28_RDBFL39 0xF0062CAE          MC 28 Read Data and Bit Flip Register 39
MTU_MC28_RDBFL40 0xF0062CB0          MC 28 Read Data and Bit Flip Register 40
MTU_MC28_RDBFL41 0xF0062CB2          MC 28 Read Data and Bit Flip Register 41
MTU_MC28_RDBFL42 0xF0062CB4          MC 28 Read Data and Bit Flip Register 42
MTU_MC28_RDBFL43 0xF0062CB6          MC 28 Read Data and Bit Flip Register 43
MTU_MC28_RDBFL44 0xF0062CB8          MC 28 Read Data and Bit Flip Register 44
MTU_MC28_RDBFL45 0xF0062CBA          MC 28 Read Data and Bit Flip Register 45
MTU_MC28_RDBFL46 0xF0062CBC          MC 28 Read Data and Bit Flip Register 46
MTU_MC28_RDBFL47 0xF0062CBE          MC 28 Read Data and Bit Flip Register 47
MTU_MC28_RDBFL48 0xF0062CC0          MC 28 Read Data and Bit Flip Register 48
MTU_MC28_RDBFL49 0xF0062CC2          MC 28 Read Data and Bit Flip Register 49
MTU_MC28_RDBFL50 0xF0062CC4          MC 28 Read Data and Bit Flip Register 50
MTU_MC28_RDBFL51 0xF0062CC6          MC 28 Read Data and Bit Flip Register 51
MTU_MC28_RDBFL52 0xF0062CC8          MC 28 Read Data and Bit Flip Register 52
MTU_MC28_RDBFL53 0xF0062CCA          MC 28 Read Data and Bit Flip Register 53
MTU_MC28_RDBFL54 0xF0062CCC          MC 28 Read Data and Bit Flip Register 54
MTU_MC28_RDBFL55 0xF0062CCE          MC 28 Read Data and Bit Flip Register 55
MTU_MC28_RDBFL56 0xF0062CD0          MC 28 Read Data and Bit Flip Register 56
MTU_MC28_RDBFL57 0xF0062CD2          MC 28 Read Data and Bit Flip Register 57
MTU_MC28_RDBFL58 0xF0062CD4          MC 28 Read Data and Bit Flip Register 58
MTU_MC28_RDBFL59 0xF0062CD6          MC 28 Read Data and Bit Flip Register 59
MTU_MC28_RDBFL60 0xF0062CD8          MC 28 Read Data and Bit Flip Register 60
MTU_MC28_RDBFL61 0xF0062CDA          MC 28 Read Data and Bit Flip Register 61
MTU_MC28_RDBFL62 0xF0062CDC          MC 28 Read Data and Bit Flip Register 62
MTU_MC28_RDBFL63 0xF0062CDE          MC 28 Read Data and Bit Flip Register 63
MTU_MC28_RDBFL64 0xF0062CE0          MC 28 Read Data and Bit Flip Register 64
MTU_MC28_RDBFL65 0xF0062CE2          MC 28 Read Data and Bit Flip Register 65
MTU_MC28_RDBFL66 0xF0062CE4          MC 28 Read Data and Bit Flip Register 66
MTU_MC28_ALMSRCS 0xF0062CEE          MC 28 Alarm Sources Configuration Register
MTU_MC28_FAULTSTS 0xF0062CF0          MC 28 SSH Safety Faults Status Register
MTU_MC28_ERRINFO0 0xF0062CF2          MC 28 Error Information Register 0
MTU_MC28_ERRINFO1 0xF0062CF4          MC 28 Error Information Register 1
MTU_MC28_ERRINFO2 0xF0062CF6          MC 28 Error Information Register 2
MTU_MC28_ERRINFO3 0xF0062CF8          MC 28 Error Information Register 3
MTU_MC28_ERRINFO4 0xF0062CFA          MC 28 Error Information Register 4
MTU_MC29_CONFIG0 0xF0062D00          MC 29 Configuration Register 0
MTU_MC29_CONFIG1 0xF0062D02          MC 29 Configuration Register 1
MTU_MC29_MCONTROL 0xF0062D04          MC 29 MBIST Control Register
MTU_MC29_MSTATUS 0xF0062D06          MC 29 Status Register
MTU_MC29_RANGE  0xF0062D08          MC 29 Range Register, single address mode
MTU_MC29_REVID  0xF0062D0C          MC 29 Revision ID Register
MTU_MC29_ECCS   0xF0062D0E          MC 29 ECC Safety Register
MTU_MC29_ECCD   0xF0062D10          MC 29 Memory ECC Detection Register
MTU_MC29_ETRR0  0xF0062D12          MC 29 Error Tracking Register 0
MTU_MC29_ETRR1  0xF0062D14          MC 29 Error Tracking Register 1
MTU_MC29_ETRR2  0xF0062D16          MC 29 Error Tracking Register 2
MTU_MC29_ETRR3  0xF0062D18          MC 29 Error Tracking Register 3
MTU_MC29_ETRR4  0xF0062D1A          MC 29 Error Tracking Register 4
MTU_MC29_RDBFL0 0xF0062D60          MC 29 Read Data and Bit Flip Register 0
MTU_MC29_RDBFL1 0xF0062D62          MC 29 Read Data and Bit Flip Register 1
MTU_MC29_RDBFL2 0xF0062D64          MC 29 Read Data and Bit Flip Register 2
MTU_MC29_RDBFL3 0xF0062D66          MC 29 Read Data and Bit Flip Register 3
MTU_MC29_RDBFL4 0xF0062D68          MC 29 Read Data and Bit Flip Register 4
MTU_MC29_RDBFL5 0xF0062D6A          MC 29 Read Data and Bit Flip Register 5
MTU_MC29_RDBFL6 0xF0062D6C          MC 29 Read Data and Bit Flip Register 6
MTU_MC29_RDBFL7 0xF0062D6E          MC 29 Read Data and Bit Flip Register 7
MTU_MC29_RDBFL8 0xF0062D70          MC 29 Read Data and Bit Flip Register 8
MTU_MC29_RDBFL9 0xF0062D72          MC 29 Read Data and Bit Flip Register 9
MTU_MC29_RDBFL10 0xF0062D74          MC 29 Read Data and Bit Flip Register 10
MTU_MC29_RDBFL11 0xF0062D76          MC 29 Read Data and Bit Flip Register 11
MTU_MC29_RDBFL12 0xF0062D78          MC 29 Read Data and Bit Flip Register 12
MTU_MC29_RDBFL13 0xF0062D7A          MC 29 Read Data and Bit Flip Register 13
MTU_MC29_RDBFL14 0xF0062D7C          MC 29 Read Data and Bit Flip Register 14
MTU_MC29_RDBFL15 0xF0062D7E          MC 29 Read Data and Bit Flip Register 15
MTU_MC29_RDBFL16 0xF0062D80          MC 29 Read Data and Bit Flip Register 16
MTU_MC29_RDBFL17 0xF0062D82          MC 29 Read Data and Bit Flip Register 17
MTU_MC29_RDBFL18 0xF0062D84          MC 29 Read Data and Bit Flip Register 18
MTU_MC29_RDBFL19 0xF0062D86          MC 29 Read Data and Bit Flip Register 19
MTU_MC29_RDBFL20 0xF0062D88          MC 29 Read Data and Bit Flip Register 20
MTU_MC29_RDBFL21 0xF0062D8A          MC 29 Read Data and Bit Flip Register 21
MTU_MC29_RDBFL22 0xF0062D8C          MC 29 Read Data and Bit Flip Register 22
MTU_MC29_RDBFL23 0xF0062D8E          MC 29 Read Data and Bit Flip Register 23
MTU_MC29_RDBFL24 0xF0062D90          MC 29 Read Data and Bit Flip Register 24
MTU_MC29_RDBFL25 0xF0062D92          MC 29 Read Data and Bit Flip Register 25
MTU_MC29_RDBFL26 0xF0062D94          MC 29 Read Data and Bit Flip Register 26
MTU_MC29_RDBFL27 0xF0062D96          MC 29 Read Data and Bit Flip Register 27
MTU_MC29_RDBFL28 0xF0062D98          MC 29 Read Data and Bit Flip Register 28
MTU_MC29_RDBFL29 0xF0062D9A          MC 29 Read Data and Bit Flip Register 29
MTU_MC29_RDBFL30 0xF0062D9C          MC 29 Read Data and Bit Flip Register 30
MTU_MC29_RDBFL31 0xF0062D9E          MC 29 Read Data and Bit Flip Register 31
MTU_MC29_RDBFL32 0xF0062DA0          MC 29 Read Data and Bit Flip Register 32
MTU_MC29_RDBFL33 0xF0062DA2          MC 29 Read Data and Bit Flip Register 33
MTU_MC29_RDBFL34 0xF0062DA4          MC 29 Read Data and Bit Flip Register 34
MTU_MC29_RDBFL35 0xF0062DA6          MC 29 Read Data and Bit Flip Register 35
MTU_MC29_RDBFL36 0xF0062DA8          MC 29 Read Data and Bit Flip Register 36
MTU_MC29_RDBFL37 0xF0062DAA          MC 29 Read Data and Bit Flip Register 37
MTU_MC29_RDBFL38 0xF0062DAC          MC 29 Read Data and Bit Flip Register 38
MTU_MC29_RDBFL39 0xF0062DAE          MC 29 Read Data and Bit Flip Register 39
MTU_MC29_RDBFL40 0xF0062DB0          MC 29 Read Data and Bit Flip Register 40
MTU_MC29_RDBFL41 0xF0062DB2          MC 29 Read Data and Bit Flip Register 41
MTU_MC29_RDBFL42 0xF0062DB4          MC 29 Read Data and Bit Flip Register 42
MTU_MC29_RDBFL43 0xF0062DB6          MC 29 Read Data and Bit Flip Register 43
MTU_MC29_RDBFL44 0xF0062DB8          MC 29 Read Data and Bit Flip Register 44
MTU_MC29_RDBFL45 0xF0062DBA          MC 29 Read Data and Bit Flip Register 45
MTU_MC29_RDBFL46 0xF0062DBC          MC 29 Read Data and Bit Flip Register 46
MTU_MC29_RDBFL47 0xF0062DBE          MC 29 Read Data and Bit Flip Register 47
MTU_MC29_RDBFL48 0xF0062DC0          MC 29 Read Data and Bit Flip Register 48
MTU_MC29_RDBFL49 0xF0062DC2          MC 29 Read Data and Bit Flip Register 49
MTU_MC29_RDBFL50 0xF0062DC4          MC 29 Read Data and Bit Flip Register 50
MTU_MC29_RDBFL51 0xF0062DC6          MC 29 Read Data and Bit Flip Register 51
MTU_MC29_RDBFL52 0xF0062DC8          MC 29 Read Data and Bit Flip Register 52
MTU_MC29_RDBFL53 0xF0062DCA          MC 29 Read Data and Bit Flip Register 53
MTU_MC29_RDBFL54 0xF0062DCC          MC 29 Read Data and Bit Flip Register 54
MTU_MC29_RDBFL55 0xF0062DCE          MC 29 Read Data and Bit Flip Register 55
MTU_MC29_RDBFL56 0xF0062DD0          MC 29 Read Data and Bit Flip Register 56
MTU_MC29_RDBFL57 0xF0062DD2          MC 29 Read Data and Bit Flip Register 57
MTU_MC29_RDBFL58 0xF0062DD4          MC 29 Read Data and Bit Flip Register 58
MTU_MC29_RDBFL59 0xF0062DD6          MC 29 Read Data and Bit Flip Register 59
MTU_MC29_RDBFL60 0xF0062DD8          MC 29 Read Data and Bit Flip Register 60
MTU_MC29_RDBFL61 0xF0062DDA          MC 29 Read Data and Bit Flip Register 61
MTU_MC29_RDBFL62 0xF0062DDC          MC 29 Read Data and Bit Flip Register 62
MTU_MC29_RDBFL63 0xF0062DDE          MC 29 Read Data and Bit Flip Register 63
MTU_MC29_RDBFL64 0xF0062DE0          MC 29 Read Data and Bit Flip Register 64
MTU_MC29_RDBFL65 0xF0062DE2          MC 29 Read Data and Bit Flip Register 65
MTU_MC29_RDBFL66 0xF0062DE4          MC 29 Read Data and Bit Flip Register 66
MTU_MC29_ALMSRCS 0xF0062DEE          MC 29 Alarm Sources Configuration Register
MTU_MC29_FAULTSTS 0xF0062DF0          MC 29 SSH Safety Faults Status Register
MTU_MC29_ERRINFO0 0xF0062DF2          MC 29 Error Information Register 0
MTU_MC29_ERRINFO1 0xF0062DF4          MC 29 Error Information Register 1
MTU_MC29_ERRINFO2 0xF0062DF6          MC 29 Error Information Register 2
MTU_MC29_ERRINFO3 0xF0062DF8          MC 29 Error Information Register 3
MTU_MC29_ERRINFO4 0xF0062DFA          MC 29 Error Information Register 4
MTU_MC30_CONFIG0 0xF0062E00          MC 30 Configuration Register 0
MTU_MC30_CONFIG1 0xF0062E02          MC 30 Configuration Register 1
MTU_MC30_MCONTROL 0xF0062E04          MC 30 MBIST Control Register
MTU_MC30_MSTATUS 0xF0062E06          MC 30 Status Register
MTU_MC30_RANGE  0xF0062E08          MC 30 Range Register, single address mode
MTU_MC30_REVID  0xF0062E0C          MC 30 Revision ID Register
MTU_MC30_ECCS   0xF0062E0E          MC 30 ECC Safety Register
MTU_MC30_ECCD   0xF0062E10          MC 30 Memory ECC Detection Register
MTU_MC30_ETRR0  0xF0062E12          MC 30 Error Tracking Register 0
MTU_MC30_ETRR1  0xF0062E14          MC 30 Error Tracking Register 1
MTU_MC30_ETRR2  0xF0062E16          MC 30 Error Tracking Register 2
MTU_MC30_ETRR3  0xF0062E18          MC 30 Error Tracking Register 3
MTU_MC30_ETRR4  0xF0062E1A          MC 30 Error Tracking Register 4
MTU_MC30_RDBFL0 0xF0062E60          MC 30 Read Data and Bit Flip Register 0
MTU_MC30_RDBFL1 0xF0062E62          MC 30 Read Data and Bit Flip Register 1
MTU_MC30_RDBFL2 0xF0062E64          MC 30 Read Data and Bit Flip Register 2
MTU_MC30_RDBFL3 0xF0062E66          MC 30 Read Data and Bit Flip Register 3
MTU_MC30_RDBFL4 0xF0062E68          MC 30 Read Data and Bit Flip Register 4
MTU_MC30_RDBFL5 0xF0062E6A          MC 30 Read Data and Bit Flip Register 5
MTU_MC30_RDBFL6 0xF0062E6C          MC 30 Read Data and Bit Flip Register 6
MTU_MC30_RDBFL7 0xF0062E6E          MC 30 Read Data and Bit Flip Register 7
MTU_MC30_RDBFL8 0xF0062E70          MC 30 Read Data and Bit Flip Register 8
MTU_MC30_RDBFL9 0xF0062E72          MC 30 Read Data and Bit Flip Register 9
MTU_MC30_RDBFL10 0xF0062E74          MC 30 Read Data and Bit Flip Register 10
MTU_MC30_RDBFL11 0xF0062E76          MC 30 Read Data and Bit Flip Register 11
MTU_MC30_RDBFL12 0xF0062E78          MC 30 Read Data and Bit Flip Register 12
MTU_MC30_RDBFL13 0xF0062E7A          MC 30 Read Data and Bit Flip Register 13
MTU_MC30_RDBFL14 0xF0062E7C          MC 30 Read Data and Bit Flip Register 14
MTU_MC30_RDBFL15 0xF0062E7E          MC 30 Read Data and Bit Flip Register 15
MTU_MC30_RDBFL16 0xF0062E80          MC 30 Read Data and Bit Flip Register 16
MTU_MC30_RDBFL17 0xF0062E82          MC 30 Read Data and Bit Flip Register 17
MTU_MC30_RDBFL18 0xF0062E84          MC 30 Read Data and Bit Flip Register 18
MTU_MC30_RDBFL19 0xF0062E86          MC 30 Read Data and Bit Flip Register 19
MTU_MC30_RDBFL20 0xF0062E88          MC 30 Read Data and Bit Flip Register 20
MTU_MC30_RDBFL21 0xF0062E8A          MC 30 Read Data and Bit Flip Register 21
MTU_MC30_RDBFL22 0xF0062E8C          MC 30 Read Data and Bit Flip Register 22
MTU_MC30_RDBFL23 0xF0062E8E          MC 30 Read Data and Bit Flip Register 23
MTU_MC30_RDBFL24 0xF0062E90          MC 30 Read Data and Bit Flip Register 24
MTU_MC30_RDBFL25 0xF0062E92          MC 30 Read Data and Bit Flip Register 25
MTU_MC30_RDBFL26 0xF0062E94          MC 30 Read Data and Bit Flip Register 26
MTU_MC30_RDBFL27 0xF0062E96          MC 30 Read Data and Bit Flip Register 27
MTU_MC30_RDBFL28 0xF0062E98          MC 30 Read Data and Bit Flip Register 28
MTU_MC30_RDBFL29 0xF0062E9A          MC 30 Read Data and Bit Flip Register 29
MTU_MC30_RDBFL30 0xF0062E9C          MC 30 Read Data and Bit Flip Register 30
MTU_MC30_RDBFL31 0xF0062E9E          MC 30 Read Data and Bit Flip Register 31
MTU_MC30_RDBFL32 0xF0062EA0          MC 30 Read Data and Bit Flip Register 32
MTU_MC30_RDBFL33 0xF0062EA2          MC 30 Read Data and Bit Flip Register 33
MTU_MC30_RDBFL34 0xF0062EA4          MC 30 Read Data and Bit Flip Register 34
MTU_MC30_RDBFL35 0xF0062EA6          MC 30 Read Data and Bit Flip Register 35
MTU_MC30_RDBFL36 0xF0062EA8          MC 30 Read Data and Bit Flip Register 36
MTU_MC30_RDBFL37 0xF0062EAA          MC 30 Read Data and Bit Flip Register 37
MTU_MC30_RDBFL38 0xF0062EAC          MC 30 Read Data and Bit Flip Register 38
MTU_MC30_RDBFL39 0xF0062EAE          MC 30 Read Data and Bit Flip Register 39
MTU_MC30_RDBFL40 0xF0062EB0          MC 30 Read Data and Bit Flip Register 40
MTU_MC30_RDBFL41 0xF0062EB2          MC 30 Read Data and Bit Flip Register 41
MTU_MC30_RDBFL42 0xF0062EB4          MC 30 Read Data and Bit Flip Register 42
MTU_MC30_RDBFL43 0xF0062EB6          MC 30 Read Data and Bit Flip Register 43
MTU_MC30_RDBFL44 0xF0062EB8          MC 30 Read Data and Bit Flip Register 44
MTU_MC30_RDBFL45 0xF0062EBA          MC 30 Read Data and Bit Flip Register 45
MTU_MC30_RDBFL46 0xF0062EBC          MC 30 Read Data and Bit Flip Register 46
MTU_MC30_RDBFL47 0xF0062EBE          MC 30 Read Data and Bit Flip Register 47
MTU_MC30_RDBFL48 0xF0062EC0          MC 30 Read Data and Bit Flip Register 48
MTU_MC30_RDBFL49 0xF0062EC2          MC 30 Read Data and Bit Flip Register 49
MTU_MC30_RDBFL50 0xF0062EC4          MC 30 Read Data and Bit Flip Register 50
MTU_MC30_RDBFL51 0xF0062EC6          MC 30 Read Data and Bit Flip Register 51
MTU_MC30_RDBFL52 0xF0062EC8          MC 30 Read Data and Bit Flip Register 52
MTU_MC30_RDBFL53 0xF0062ECA          MC 30 Read Data and Bit Flip Register 53
MTU_MC30_RDBFL54 0xF0062ECC          MC 30 Read Data and Bit Flip Register 54
MTU_MC30_RDBFL55 0xF0062ECE          MC 30 Read Data and Bit Flip Register 55
MTU_MC30_RDBFL56 0xF0062ED0          MC 30 Read Data and Bit Flip Register 56
MTU_MC30_RDBFL57 0xF0062ED2          MC 30 Read Data and Bit Flip Register 57
MTU_MC30_RDBFL58 0xF0062ED4          MC 30 Read Data and Bit Flip Register 58
MTU_MC30_RDBFL59 0xF0062ED6          MC 30 Read Data and Bit Flip Register 59
MTU_MC30_RDBFL60 0xF0062ED8          MC 30 Read Data and Bit Flip Register 60
MTU_MC30_RDBFL61 0xF0062EDA          MC 30 Read Data and Bit Flip Register 61
MTU_MC30_RDBFL62 0xF0062EDC          MC 30 Read Data and Bit Flip Register 62
MTU_MC30_RDBFL63 0xF0062EDE          MC 30 Read Data and Bit Flip Register 63
MTU_MC30_RDBFL64 0xF0062EE0          MC 30 Read Data and Bit Flip Register 64
MTU_MC30_RDBFL65 0xF0062EE2          MC 30 Read Data and Bit Flip Register 65
MTU_MC30_RDBFL66 0xF0062EE4          MC 30 Read Data and Bit Flip Register 66
MTU_MC30_ALMSRCS 0xF0062EEE          MC 30 Alarm Sources Configuration Register
MTU_MC30_FAULTSTS 0xF0062EF0          MC 30 SSH Safety Faults Status Register
MTU_MC30_ERRINFO0 0xF0062EF2          MC 30 Error Information Register 0
MTU_MC30_ERRINFO1 0xF0062EF4          MC 30 Error Information Register 1
MTU_MC30_ERRINFO2 0xF0062EF6          MC 30 Error Information Register 2
MTU_MC30_ERRINFO3 0xF0062EF8          MC 30 Error Information Register 3
MTU_MC30_ERRINFO4 0xF0062EFA          MC 30 Error Information Register 4
MTU_MC31_CONFIG0 0xF0062F00          MC 31 Configuration Register 0
MTU_MC31_CONFIG1 0xF0062F02          MC 31 Configuration Register 1
MTU_MC31_MCONTROL 0xF0062F04          MC 31 MBIST Control Register
MTU_MC31_MSTATUS 0xF0062F06          MC 31 Status Register
MTU_MC31_RANGE  0xF0062F08          MC 31 Range Register, single address mode
MTU_MC31_REVID  0xF0062F0C          MC 31 Revision ID Register
MTU_MC31_ECCS   0xF0062F0E          MC 31 ECC Safety Register
MTU_MC31_ECCD   0xF0062F10          MC 31 Memory ECC Detection Register
MTU_MC31_ETRR0  0xF0062F12          MC 31 Error Tracking Register 0
MTU_MC31_ETRR1  0xF0062F14          MC 31 Error Tracking Register 1
MTU_MC31_ETRR2  0xF0062F16          MC 31 Error Tracking Register 2
MTU_MC31_ETRR3  0xF0062F18          MC 31 Error Tracking Register 3
MTU_MC31_ETRR4  0xF0062F1A          MC 31 Error Tracking Register 4
MTU_MC31_RDBFL0 0xF0062F60          MC 31 Read Data and Bit Flip Register 0
MTU_MC31_RDBFL1 0xF0062F62          MC 31 Read Data and Bit Flip Register 1
MTU_MC31_RDBFL2 0xF0062F64          MC 31 Read Data and Bit Flip Register 2
MTU_MC31_RDBFL3 0xF0062F66          MC 31 Read Data and Bit Flip Register 3
MTU_MC31_RDBFL4 0xF0062F68          MC 31 Read Data and Bit Flip Register 4
MTU_MC31_RDBFL5 0xF0062F6A          MC 31 Read Data and Bit Flip Register 5
MTU_MC31_RDBFL6 0xF0062F6C          MC 31 Read Data and Bit Flip Register 6
MTU_MC31_RDBFL7 0xF0062F6E          MC 31 Read Data and Bit Flip Register 7
MTU_MC31_RDBFL8 0xF0062F70          MC 31 Read Data and Bit Flip Register 8
MTU_MC31_RDBFL9 0xF0062F72          MC 31 Read Data and Bit Flip Register 9
MTU_MC31_RDBFL10 0xF0062F74          MC 31 Read Data and Bit Flip Register 10
MTU_MC31_RDBFL11 0xF0062F76          MC 31 Read Data and Bit Flip Register 11
MTU_MC31_RDBFL12 0xF0062F78          MC 31 Read Data and Bit Flip Register 12
MTU_MC31_RDBFL13 0xF0062F7A          MC 31 Read Data and Bit Flip Register 13
MTU_MC31_RDBFL14 0xF0062F7C          MC 31 Read Data and Bit Flip Register 14
MTU_MC31_RDBFL15 0xF0062F7E          MC 31 Read Data and Bit Flip Register 15
MTU_MC31_RDBFL16 0xF0062F80          MC 31 Read Data and Bit Flip Register 16
MTU_MC31_RDBFL17 0xF0062F82          MC 31 Read Data and Bit Flip Register 17
MTU_MC31_RDBFL18 0xF0062F84          MC 31 Read Data and Bit Flip Register 18
MTU_MC31_RDBFL19 0xF0062F86          MC 31 Read Data and Bit Flip Register 19
MTU_MC31_RDBFL20 0xF0062F88          MC 31 Read Data and Bit Flip Register 20
MTU_MC31_RDBFL21 0xF0062F8A          MC 31 Read Data and Bit Flip Register 21
MTU_MC31_RDBFL22 0xF0062F8C          MC 31 Read Data and Bit Flip Register 22
MTU_MC31_RDBFL23 0xF0062F8E          MC 31 Read Data and Bit Flip Register 23
MTU_MC31_RDBFL24 0xF0062F90          MC 31 Read Data and Bit Flip Register 24
MTU_MC31_RDBFL25 0xF0062F92          MC 31 Read Data and Bit Flip Register 25
MTU_MC31_RDBFL26 0xF0062F94          MC 31 Read Data and Bit Flip Register 26
MTU_MC31_RDBFL27 0xF0062F96          MC 31 Read Data and Bit Flip Register 27
MTU_MC31_RDBFL28 0xF0062F98          MC 31 Read Data and Bit Flip Register 28
MTU_MC31_RDBFL29 0xF0062F9A          MC 31 Read Data and Bit Flip Register 29
MTU_MC31_RDBFL30 0xF0062F9C          MC 31 Read Data and Bit Flip Register 30
MTU_MC31_RDBFL31 0xF0062F9E          MC 31 Read Data and Bit Flip Register 31
MTU_MC31_RDBFL32 0xF0062FA0          MC 31 Read Data and Bit Flip Register 32
MTU_MC31_RDBFL33 0xF0062FA2          MC 31 Read Data and Bit Flip Register 33
MTU_MC31_RDBFL34 0xF0062FA4          MC 31 Read Data and Bit Flip Register 34
MTU_MC31_RDBFL35 0xF0062FA6          MC 31 Read Data and Bit Flip Register 35
MTU_MC31_RDBFL36 0xF0062FA8          MC 31 Read Data and Bit Flip Register 36
MTU_MC31_RDBFL37 0xF0062FAA          MC 31 Read Data and Bit Flip Register 37
MTU_MC31_RDBFL38 0xF0062FAC          MC 31 Read Data and Bit Flip Register 38
MTU_MC31_RDBFL39 0xF0062FAE          MC 31 Read Data and Bit Flip Register 39
MTU_MC31_RDBFL40 0xF0062FB0          MC 31 Read Data and Bit Flip Register 40
MTU_MC31_RDBFL41 0xF0062FB2          MC 31 Read Data and Bit Flip Register 41
MTU_MC31_RDBFL42 0xF0062FB4          MC 31 Read Data and Bit Flip Register 42
MTU_MC31_RDBFL43 0xF0062FB6          MC 31 Read Data and Bit Flip Register 43
MTU_MC31_RDBFL44 0xF0062FB8          MC 31 Read Data and Bit Flip Register 44
MTU_MC31_RDBFL45 0xF0062FBA          MC 31 Read Data and Bit Flip Register 45
MTU_MC31_RDBFL46 0xF0062FBC          MC 31 Read Data and Bit Flip Register 46
MTU_MC31_RDBFL47 0xF0062FBE          MC 31 Read Data and Bit Flip Register 47
MTU_MC31_RDBFL48 0xF0062FC0          MC 31 Read Data and Bit Flip Register 48
MTU_MC31_RDBFL49 0xF0062FC2          MC 31 Read Data and Bit Flip Register 49
MTU_MC31_RDBFL50 0xF0062FC4          MC 31 Read Data and Bit Flip Register 50
MTU_MC31_RDBFL51 0xF0062FC6          MC 31 Read Data and Bit Flip Register 51
MTU_MC31_RDBFL52 0xF0062FC8          MC 31 Read Data and Bit Flip Register 52
MTU_MC31_RDBFL53 0xF0062FCA          MC 31 Read Data and Bit Flip Register 53
MTU_MC31_RDBFL54 0xF0062FCC          MC 31 Read Data and Bit Flip Register 54
MTU_MC31_RDBFL55 0xF0062FCE          MC 31 Read Data and Bit Flip Register 55
MTU_MC31_RDBFL56 0xF0062FD0          MC 31 Read Data and Bit Flip Register 56
MTU_MC31_RDBFL57 0xF0062FD2          MC 31 Read Data and Bit Flip Register 57
MTU_MC31_RDBFL58 0xF0062FD4          MC 31 Read Data and Bit Flip Register 58
MTU_MC31_RDBFL59 0xF0062FD6          MC 31 Read Data and Bit Flip Register 59
MTU_MC31_RDBFL60 0xF0062FD8          MC 31 Read Data and Bit Flip Register 60
MTU_MC31_RDBFL61 0xF0062FDA          MC 31 Read Data and Bit Flip Register 61
MTU_MC31_RDBFL62 0xF0062FDC          MC 31 Read Data and Bit Flip Register 62
MTU_MC31_RDBFL63 0xF0062FDE          MC 31 Read Data and Bit Flip Register 63
MTU_MC31_RDBFL64 0xF0062FE0          MC 31 Read Data and Bit Flip Register 64
MTU_MC31_RDBFL65 0xF0062FE2          MC 31 Read Data and Bit Flip Register 65
MTU_MC31_RDBFL66 0xF0062FE4          MC 31 Read Data and Bit Flip Register 66
MTU_MC31_ALMSRCS 0xF0062FEE          MC 31 Alarm Sources Configuration Register
MTU_MC31_FAULTSTS 0xF0062FF0          MC 31 SSH Safety Faults Status Register
MTU_MC31_ERRINFO0 0xF0062FF2          MC 31 Error Information Register 0
MTU_MC31_ERRINFO1 0xF0062FF4          MC 31 Error Information Register 1
MTU_MC31_ERRINFO2 0xF0062FF6          MC 31 Error Information Register 2
MTU_MC31_ERRINFO3 0xF0062FF8          MC 31 Error Information Register 3
MTU_MC31_ERRINFO4 0xF0062FFA          MC 31 Error Information Register 4
MTU_MC32_CONFIG0 0xF0063000          MC 32 Configuration Register 0
MTU_MC32_CONFIG1 0xF0063002          MC 32 Configuration Register 1
MTU_MC32_MCONTROL 0xF0063004          MC 32 MBIST Control Register
MTU_MC32_MSTATUS 0xF0063006          MC 32 Status Register
MTU_MC32_RANGE  0xF0063008          MC 32 Range Register, single address mode
MTU_MC32_REVID  0xF006300C          MC 32 Revision ID Register
MTU_MC32_ECCS   0xF006300E          MC 32 ECC Safety Register
MTU_MC32_ECCD   0xF0063010          MC 32 Memory ECC Detection Register
MTU_MC32_ETRR0  0xF0063012          MC 32 Error Tracking Register 0
MTU_MC32_ETRR1  0xF0063014          MC 32 Error Tracking Register 1
MTU_MC32_ETRR2  0xF0063016          MC 32 Error Tracking Register 2
MTU_MC32_ETRR3  0xF0063018          MC 32 Error Tracking Register 3
MTU_MC32_ETRR4  0xF006301A          MC 32 Error Tracking Register 4
MTU_MC32_RDBFL0 0xF0063060          MC 32 Read Data and Bit Flip Register 0
MTU_MC32_RDBFL1 0xF0063062          MC 32 Read Data and Bit Flip Register 1
MTU_MC32_RDBFL2 0xF0063064          MC 32 Read Data and Bit Flip Register 2
MTU_MC32_RDBFL3 0xF0063066          MC 32 Read Data and Bit Flip Register 3
MTU_MC32_RDBFL4 0xF0063068          MC 32 Read Data and Bit Flip Register 4
MTU_MC32_RDBFL5 0xF006306A          MC 32 Read Data and Bit Flip Register 5
MTU_MC32_RDBFL6 0xF006306C          MC 32 Read Data and Bit Flip Register 6
MTU_MC32_RDBFL7 0xF006306E          MC 32 Read Data and Bit Flip Register 7
MTU_MC32_RDBFL8 0xF0063070          MC 32 Read Data and Bit Flip Register 8
MTU_MC32_RDBFL9 0xF0063072          MC 32 Read Data and Bit Flip Register 9
MTU_MC32_RDBFL10 0xF0063074          MC 32 Read Data and Bit Flip Register 10
MTU_MC32_RDBFL11 0xF0063076          MC 32 Read Data and Bit Flip Register 11
MTU_MC32_RDBFL12 0xF0063078          MC 32 Read Data and Bit Flip Register 12
MTU_MC32_RDBFL13 0xF006307A          MC 32 Read Data and Bit Flip Register 13
MTU_MC32_RDBFL14 0xF006307C          MC 32 Read Data and Bit Flip Register 14
MTU_MC32_RDBFL15 0xF006307E          MC 32 Read Data and Bit Flip Register 15
MTU_MC32_RDBFL16 0xF0063080          MC 32 Read Data and Bit Flip Register 16
MTU_MC32_RDBFL17 0xF0063082          MC 32 Read Data and Bit Flip Register 17
MTU_MC32_RDBFL18 0xF0063084          MC 32 Read Data and Bit Flip Register 18
MTU_MC32_RDBFL19 0xF0063086          MC 32 Read Data and Bit Flip Register 19
MTU_MC32_RDBFL20 0xF0063088          MC 32 Read Data and Bit Flip Register 20
MTU_MC32_RDBFL21 0xF006308A          MC 32 Read Data and Bit Flip Register 21
MTU_MC32_RDBFL22 0xF006308C          MC 32 Read Data and Bit Flip Register 22
MTU_MC32_RDBFL23 0xF006308E          MC 32 Read Data and Bit Flip Register 23
MTU_MC32_RDBFL24 0xF0063090          MC 32 Read Data and Bit Flip Register 24
MTU_MC32_RDBFL25 0xF0063092          MC 32 Read Data and Bit Flip Register 25
MTU_MC32_RDBFL26 0xF0063094          MC 32 Read Data and Bit Flip Register 26
MTU_MC32_RDBFL27 0xF0063096          MC 32 Read Data and Bit Flip Register 27
MTU_MC32_RDBFL28 0xF0063098          MC 32 Read Data and Bit Flip Register 28
MTU_MC32_RDBFL29 0xF006309A          MC 32 Read Data and Bit Flip Register 29
MTU_MC32_RDBFL30 0xF006309C          MC 32 Read Data and Bit Flip Register 30
MTU_MC32_RDBFL31 0xF006309E          MC 32 Read Data and Bit Flip Register 31
MTU_MC32_RDBFL32 0xF00630A0          MC 32 Read Data and Bit Flip Register 32
MTU_MC32_RDBFL33 0xF00630A2          MC 32 Read Data and Bit Flip Register 33
MTU_MC32_RDBFL34 0xF00630A4          MC 32 Read Data and Bit Flip Register 34
MTU_MC32_RDBFL35 0xF00630A6          MC 32 Read Data and Bit Flip Register 35
MTU_MC32_RDBFL36 0xF00630A8          MC 32 Read Data and Bit Flip Register 36
MTU_MC32_RDBFL37 0xF00630AA          MC 32 Read Data and Bit Flip Register 37
MTU_MC32_RDBFL38 0xF00630AC          MC 32 Read Data and Bit Flip Register 38
MTU_MC32_RDBFL39 0xF00630AE          MC 32 Read Data and Bit Flip Register 39
MTU_MC32_RDBFL40 0xF00630B0          MC 32 Read Data and Bit Flip Register 40
MTU_MC32_RDBFL41 0xF00630B2          MC 32 Read Data and Bit Flip Register 41
MTU_MC32_RDBFL42 0xF00630B4          MC 32 Read Data and Bit Flip Register 42
MTU_MC32_RDBFL43 0xF00630B6          MC 32 Read Data and Bit Flip Register 43
MTU_MC32_RDBFL44 0xF00630B8          MC 32 Read Data and Bit Flip Register 44
MTU_MC32_RDBFL45 0xF00630BA          MC 32 Read Data and Bit Flip Register 45
MTU_MC32_RDBFL46 0xF00630BC          MC 32 Read Data and Bit Flip Register 46
MTU_MC32_RDBFL47 0xF00630BE          MC 32 Read Data and Bit Flip Register 47
MTU_MC32_RDBFL48 0xF00630C0          MC 32 Read Data and Bit Flip Register 48
MTU_MC32_RDBFL49 0xF00630C2          MC 32 Read Data and Bit Flip Register 49
MTU_MC32_RDBFL50 0xF00630C4          MC 32 Read Data and Bit Flip Register 50
MTU_MC32_RDBFL51 0xF00630C6          MC 32 Read Data and Bit Flip Register 51
MTU_MC32_RDBFL52 0xF00630C8          MC 32 Read Data and Bit Flip Register 52
MTU_MC32_RDBFL53 0xF00630CA          MC 32 Read Data and Bit Flip Register 53
MTU_MC32_RDBFL54 0xF00630CC          MC 32 Read Data and Bit Flip Register 54
MTU_MC32_RDBFL55 0xF00630CE          MC 32 Read Data and Bit Flip Register 55
MTU_MC32_RDBFL56 0xF00630D0          MC 32 Read Data and Bit Flip Register 56
MTU_MC32_RDBFL57 0xF00630D2          MC 32 Read Data and Bit Flip Register 57
MTU_MC32_RDBFL58 0xF00630D4          MC 32 Read Data and Bit Flip Register 58
MTU_MC32_RDBFL59 0xF00630D6          MC 32 Read Data and Bit Flip Register 59
MTU_MC32_RDBFL60 0xF00630D8          MC 32 Read Data and Bit Flip Register 60
MTU_MC32_RDBFL61 0xF00630DA          MC 32 Read Data and Bit Flip Register 61
MTU_MC32_RDBFL62 0xF00630DC          MC 32 Read Data and Bit Flip Register 62
MTU_MC32_RDBFL63 0xF00630DE          MC 32 Read Data and Bit Flip Register 63
MTU_MC32_RDBFL64 0xF00630E0          MC 32 Read Data and Bit Flip Register 64
MTU_MC32_RDBFL65 0xF00630E2          MC 32 Read Data and Bit Flip Register 65
MTU_MC32_RDBFL66 0xF00630E4          MC 32 Read Data and Bit Flip Register 66
MTU_MC32_ALMSRCS 0xF00630EE          MC 32 Alarm Sources Configuration Register
MTU_MC32_FAULTSTS 0xF00630F0          MC 32 SSH Safety Faults Status Register
MTU_MC32_ERRINFO0 0xF00630F2          MC 32 Error Information Register 0
MTU_MC32_ERRINFO1 0xF00630F4          MC 32 Error Information Register 1
MTU_MC32_ERRINFO2 0xF00630F6          MC 32 Error Information Register 2
MTU_MC32_ERRINFO3 0xF00630F8          MC 32 Error Information Register 3
MTU_MC32_ERRINFO4 0xF00630FA          MC 32 Error Information Register 4
MTU_MC33_CONFIG0 0xF0063100          MC 33 Configuration Register 0
MTU_MC33_CONFIG1 0xF0063102          MC 33 Configuration Register 1
MTU_MC33_MCONTROL 0xF0063104          MC 33 MBIST Control Register
MTU_MC33_MSTATUS 0xF0063106          MC 33 Status Register
MTU_MC33_RANGE  0xF0063108          MC 33 Range Register, single address mode
MTU_MC33_REVID  0xF006310C          MC 33 Revision ID Register
MTU_MC33_ECCS   0xF006310E          MC 33 ECC Safety Register
MTU_MC33_ECCD   0xF0063110          MC 33 Memory ECC Detection Register
MTU_MC33_ETRR0  0xF0063112          MC 33 Error Tracking Register 0
MTU_MC33_ETRR1  0xF0063114          MC 33 Error Tracking Register 1
MTU_MC33_ETRR2  0xF0063116          MC 33 Error Tracking Register 2
MTU_MC33_ETRR3  0xF0063118          MC 33 Error Tracking Register 3
MTU_MC33_ETRR4  0xF006311A          MC 33 Error Tracking Register 4
MTU_MC33_RDBFL0 0xF0063160          MC 33 Read Data and Bit Flip Register 0
MTU_MC33_RDBFL1 0xF0063162          MC 33 Read Data and Bit Flip Register 1
MTU_MC33_RDBFL2 0xF0063164          MC 33 Read Data and Bit Flip Register 2
MTU_MC33_RDBFL3 0xF0063166          MC 33 Read Data and Bit Flip Register 3
MTU_MC33_RDBFL4 0xF0063168          MC 33 Read Data and Bit Flip Register 4
MTU_MC33_RDBFL5 0xF006316A          MC 33 Read Data and Bit Flip Register 5
MTU_MC33_RDBFL6 0xF006316C          MC 33 Read Data and Bit Flip Register 6
MTU_MC33_RDBFL7 0xF006316E          MC 33 Read Data and Bit Flip Register 7
MTU_MC33_RDBFL8 0xF0063170          MC 33 Read Data and Bit Flip Register 8
MTU_MC33_RDBFL9 0xF0063172          MC 33 Read Data and Bit Flip Register 9
MTU_MC33_RDBFL10 0xF0063174          MC 33 Read Data and Bit Flip Register 10
MTU_MC33_RDBFL11 0xF0063176          MC 33 Read Data and Bit Flip Register 11
MTU_MC33_RDBFL12 0xF0063178          MC 33 Read Data and Bit Flip Register 12
MTU_MC33_RDBFL13 0xF006317A          MC 33 Read Data and Bit Flip Register 13
MTU_MC33_RDBFL14 0xF006317C          MC 33 Read Data and Bit Flip Register 14
MTU_MC33_RDBFL15 0xF006317E          MC 33 Read Data and Bit Flip Register 15
MTU_MC33_RDBFL16 0xF0063180          MC 33 Read Data and Bit Flip Register 16
MTU_MC33_RDBFL17 0xF0063182          MC 33 Read Data and Bit Flip Register 17
MTU_MC33_RDBFL18 0xF0063184          MC 33 Read Data and Bit Flip Register 18
MTU_MC33_RDBFL19 0xF0063186          MC 33 Read Data and Bit Flip Register 19
MTU_MC33_RDBFL20 0xF0063188          MC 33 Read Data and Bit Flip Register 20
MTU_MC33_RDBFL21 0xF006318A          MC 33 Read Data and Bit Flip Register 21
MTU_MC33_RDBFL22 0xF006318C          MC 33 Read Data and Bit Flip Register 22
MTU_MC33_RDBFL23 0xF006318E          MC 33 Read Data and Bit Flip Register 23
MTU_MC33_RDBFL24 0xF0063190          MC 33 Read Data and Bit Flip Register 24
MTU_MC33_RDBFL25 0xF0063192          MC 33 Read Data and Bit Flip Register 25
MTU_MC33_RDBFL26 0xF0063194          MC 33 Read Data and Bit Flip Register 26
MTU_MC33_RDBFL27 0xF0063196          MC 33 Read Data and Bit Flip Register 27
MTU_MC33_RDBFL28 0xF0063198          MC 33 Read Data and Bit Flip Register 28
MTU_MC33_RDBFL29 0xF006319A          MC 33 Read Data and Bit Flip Register 29
MTU_MC33_RDBFL30 0xF006319C          MC 33 Read Data and Bit Flip Register 30
MTU_MC33_RDBFL31 0xF006319E          MC 33 Read Data and Bit Flip Register 31
MTU_MC33_RDBFL32 0xF00631A0          MC 33 Read Data and Bit Flip Register 32
MTU_MC33_RDBFL33 0xF00631A2          MC 33 Read Data and Bit Flip Register 33
MTU_MC33_RDBFL34 0xF00631A4          MC 33 Read Data and Bit Flip Register 34
MTU_MC33_RDBFL35 0xF00631A6          MC 33 Read Data and Bit Flip Register 35
MTU_MC33_RDBFL36 0xF00631A8          MC 33 Read Data and Bit Flip Register 36
MTU_MC33_RDBFL37 0xF00631AA          MC 33 Read Data and Bit Flip Register 37
MTU_MC33_RDBFL38 0xF00631AC          MC 33 Read Data and Bit Flip Register 38
MTU_MC33_RDBFL39 0xF00631AE          MC 33 Read Data and Bit Flip Register 39
MTU_MC33_RDBFL40 0xF00631B0          MC 33 Read Data and Bit Flip Register 40
MTU_MC33_RDBFL41 0xF00631B2          MC 33 Read Data and Bit Flip Register 41
MTU_MC33_RDBFL42 0xF00631B4          MC 33 Read Data and Bit Flip Register 42
MTU_MC33_RDBFL43 0xF00631B6          MC 33 Read Data and Bit Flip Register 43
MTU_MC33_RDBFL44 0xF00631B8          MC 33 Read Data and Bit Flip Register 44
MTU_MC33_RDBFL45 0xF00631BA          MC 33 Read Data and Bit Flip Register 45
MTU_MC33_RDBFL46 0xF00631BC          MC 33 Read Data and Bit Flip Register 46
MTU_MC33_RDBFL47 0xF00631BE          MC 33 Read Data and Bit Flip Register 47
MTU_MC33_RDBFL48 0xF00631C0          MC 33 Read Data and Bit Flip Register 48
MTU_MC33_RDBFL49 0xF00631C2          MC 33 Read Data and Bit Flip Register 49
MTU_MC33_RDBFL50 0xF00631C4          MC 33 Read Data and Bit Flip Register 50
MTU_MC33_RDBFL51 0xF00631C6          MC 33 Read Data and Bit Flip Register 51
MTU_MC33_RDBFL52 0xF00631C8          MC 33 Read Data and Bit Flip Register 52
MTU_MC33_RDBFL53 0xF00631CA          MC 33 Read Data and Bit Flip Register 53
MTU_MC33_RDBFL54 0xF00631CC          MC 33 Read Data and Bit Flip Register 54
MTU_MC33_RDBFL55 0xF00631CE          MC 33 Read Data and Bit Flip Register 55
MTU_MC33_RDBFL56 0xF00631D0          MC 33 Read Data and Bit Flip Register 56
MTU_MC33_RDBFL57 0xF00631D2          MC 33 Read Data and Bit Flip Register 57
MTU_MC33_RDBFL58 0xF00631D4          MC 33 Read Data and Bit Flip Register 58
MTU_MC33_RDBFL59 0xF00631D6          MC 33 Read Data and Bit Flip Register 59
MTU_MC33_RDBFL60 0xF00631D8          MC 33 Read Data and Bit Flip Register 60
MTU_MC33_RDBFL61 0xF00631DA          MC 33 Read Data and Bit Flip Register 61
MTU_MC33_RDBFL62 0xF00631DC          MC 33 Read Data and Bit Flip Register 62
MTU_MC33_RDBFL63 0xF00631DE          MC 33 Read Data and Bit Flip Register 63
MTU_MC33_RDBFL64 0xF00631E0          MC 33 Read Data and Bit Flip Register 64
MTU_MC33_RDBFL65 0xF00631E2          MC 33 Read Data and Bit Flip Register 65
MTU_MC33_RDBFL66 0xF00631E4          MC 33 Read Data and Bit Flip Register 66
MTU_MC33_ALMSRCS 0xF00631EE          MC 33 Alarm Sources Configuration Register
MTU_MC33_FAULTSTS 0xF00631F0          MC 33 SSH Safety Faults Status Register
MTU_MC33_ERRINFO0 0xF00631F2          MC 33 Error Information Register 0
MTU_MC33_ERRINFO1 0xF00631F4          MC 33 Error Information Register 1
MTU_MC33_ERRINFO2 0xF00631F6          MC 33 Error Information Register 2
MTU_MC33_ERRINFO3 0xF00631F8          MC 33 Error Information Register 3
MTU_MC33_ERRINFO4 0xF00631FA          MC 33 Error Information Register 4
MTU_MC34_CONFIG0 0xF0063200          MC 34 Configuration Register 0
MTU_MC34_CONFIG1 0xF0063202          MC 34 Configuration Register 1
MTU_MC34_MCONTROL 0xF0063204          MC 34 MBIST Control Register
MTU_MC34_MSTATUS 0xF0063206          MC 34 Status Register
MTU_MC34_RANGE  0xF0063208          MC 34 Range Register, single address mode
MTU_MC34_REVID  0xF006320C          MC 34 Revision ID Register
MTU_MC34_ECCS   0xF006320E          MC 34 ECC Safety Register
MTU_MC34_ECCD   0xF0063210          MC 34 Memory ECC Detection Register
MTU_MC34_ETRR0  0xF0063212          MC 34 Error Tracking Register 0
MTU_MC34_ETRR1  0xF0063214          MC 34 Error Tracking Register 1
MTU_MC34_ETRR2  0xF0063216          MC 34 Error Tracking Register 2
MTU_MC34_ETRR3  0xF0063218          MC 34 Error Tracking Register 3
MTU_MC34_ETRR4  0xF006321A          MC 34 Error Tracking Register 4
MTU_MC34_RDBFL0 0xF0063260          MC 34 Read Data and Bit Flip Register 0
MTU_MC34_RDBFL1 0xF0063262          MC 34 Read Data and Bit Flip Register 1
MTU_MC34_RDBFL2 0xF0063264          MC 34 Read Data and Bit Flip Register 2
MTU_MC34_RDBFL3 0xF0063266          MC 34 Read Data and Bit Flip Register 3
MTU_MC34_RDBFL4 0xF0063268          MC 34 Read Data and Bit Flip Register 4
MTU_MC34_RDBFL5 0xF006326A          MC 34 Read Data and Bit Flip Register 5
MTU_MC34_RDBFL6 0xF006326C          MC 34 Read Data and Bit Flip Register 6
MTU_MC34_RDBFL7 0xF006326E          MC 34 Read Data and Bit Flip Register 7
MTU_MC34_RDBFL8 0xF0063270          MC 34 Read Data and Bit Flip Register 8
MTU_MC34_RDBFL9 0xF0063272          MC 34 Read Data and Bit Flip Register 9
MTU_MC34_RDBFL10 0xF0063274          MC 34 Read Data and Bit Flip Register 10
MTU_MC34_RDBFL11 0xF0063276          MC 34 Read Data and Bit Flip Register 11
MTU_MC34_RDBFL12 0xF0063278          MC 34 Read Data and Bit Flip Register 12
MTU_MC34_RDBFL13 0xF006327A          MC 34 Read Data and Bit Flip Register 13
MTU_MC34_RDBFL14 0xF006327C          MC 34 Read Data and Bit Flip Register 14
MTU_MC34_RDBFL15 0xF006327E          MC 34 Read Data and Bit Flip Register 15
MTU_MC34_RDBFL16 0xF0063280          MC 34 Read Data and Bit Flip Register 16
MTU_MC34_RDBFL17 0xF0063282          MC 34 Read Data and Bit Flip Register 17
MTU_MC34_RDBFL18 0xF0063284          MC 34 Read Data and Bit Flip Register 18
MTU_MC34_RDBFL19 0xF0063286          MC 34 Read Data and Bit Flip Register 19
MTU_MC34_RDBFL20 0xF0063288          MC 34 Read Data and Bit Flip Register 20
MTU_MC34_RDBFL21 0xF006328A          MC 34 Read Data and Bit Flip Register 21
MTU_MC34_RDBFL22 0xF006328C          MC 34 Read Data and Bit Flip Register 22
MTU_MC34_RDBFL23 0xF006328E          MC 34 Read Data and Bit Flip Register 23
MTU_MC34_RDBFL24 0xF0063290          MC 34 Read Data and Bit Flip Register 24
MTU_MC34_RDBFL25 0xF0063292          MC 34 Read Data and Bit Flip Register 25
MTU_MC34_RDBFL26 0xF0063294          MC 34 Read Data and Bit Flip Register 26
MTU_MC34_RDBFL27 0xF0063296          MC 34 Read Data and Bit Flip Register 27
MTU_MC34_RDBFL28 0xF0063298          MC 34 Read Data and Bit Flip Register 28
MTU_MC34_RDBFL29 0xF006329A          MC 34 Read Data and Bit Flip Register 29
MTU_MC34_RDBFL30 0xF006329C          MC 34 Read Data and Bit Flip Register 30
MTU_MC34_RDBFL31 0xF006329E          MC 34 Read Data and Bit Flip Register 31
MTU_MC34_RDBFL32 0xF00632A0          MC 34 Read Data and Bit Flip Register 32
MTU_MC34_RDBFL33 0xF00632A2          MC 34 Read Data and Bit Flip Register 33
MTU_MC34_RDBFL34 0xF00632A4          MC 34 Read Data and Bit Flip Register 34
MTU_MC34_RDBFL35 0xF00632A6          MC 34 Read Data and Bit Flip Register 35
MTU_MC34_RDBFL36 0xF00632A8          MC 34 Read Data and Bit Flip Register 36
MTU_MC34_RDBFL37 0xF00632AA          MC 34 Read Data and Bit Flip Register 37
MTU_MC34_RDBFL38 0xF00632AC          MC 34 Read Data and Bit Flip Register 38
MTU_MC34_RDBFL39 0xF00632AE          MC 34 Read Data and Bit Flip Register 39
MTU_MC34_RDBFL40 0xF00632B0          MC 34 Read Data and Bit Flip Register 40
MTU_MC34_RDBFL41 0xF00632B2          MC 34 Read Data and Bit Flip Register 41
MTU_MC34_RDBFL42 0xF00632B4          MC 34 Read Data and Bit Flip Register 42
MTU_MC34_RDBFL43 0xF00632B6          MC 34 Read Data and Bit Flip Register 43
MTU_MC34_RDBFL44 0xF00632B8          MC 34 Read Data and Bit Flip Register 44
MTU_MC34_RDBFL45 0xF00632BA          MC 34 Read Data and Bit Flip Register 45
MTU_MC34_RDBFL46 0xF00632BC          MC 34 Read Data and Bit Flip Register 46
MTU_MC34_RDBFL47 0xF00632BE          MC 34 Read Data and Bit Flip Register 47
MTU_MC34_RDBFL48 0xF00632C0          MC 34 Read Data and Bit Flip Register 48
MTU_MC34_RDBFL49 0xF00632C2          MC 34 Read Data and Bit Flip Register 49
MTU_MC34_RDBFL50 0xF00632C4          MC 34 Read Data and Bit Flip Register 50
MTU_MC34_RDBFL51 0xF00632C6          MC 34 Read Data and Bit Flip Register 51
MTU_MC34_RDBFL52 0xF00632C8          MC 34 Read Data and Bit Flip Register 52
MTU_MC34_RDBFL53 0xF00632CA          MC 34 Read Data and Bit Flip Register 53
MTU_MC34_RDBFL54 0xF00632CC          MC 34 Read Data and Bit Flip Register 54
MTU_MC34_RDBFL55 0xF00632CE          MC 34 Read Data and Bit Flip Register 55
MTU_MC34_RDBFL56 0xF00632D0          MC 34 Read Data and Bit Flip Register 56
MTU_MC34_RDBFL57 0xF00632D2          MC 34 Read Data and Bit Flip Register 57
MTU_MC34_RDBFL58 0xF00632D4          MC 34 Read Data and Bit Flip Register 58
MTU_MC34_RDBFL59 0xF00632D6          MC 34 Read Data and Bit Flip Register 59
MTU_MC34_RDBFL60 0xF00632D8          MC 34 Read Data and Bit Flip Register 60
MTU_MC34_RDBFL61 0xF00632DA          MC 34 Read Data and Bit Flip Register 61
MTU_MC34_RDBFL62 0xF00632DC          MC 34 Read Data and Bit Flip Register 62
MTU_MC34_RDBFL63 0xF00632DE          MC 34 Read Data and Bit Flip Register 63
MTU_MC34_RDBFL64 0xF00632E0          MC 34 Read Data and Bit Flip Register 64
MTU_MC34_RDBFL65 0xF00632E2          MC 34 Read Data and Bit Flip Register 65
MTU_MC34_RDBFL66 0xF00632E4          MC 34 Read Data and Bit Flip Register 66
MTU_MC34_ALMSRCS 0xF00632EE          MC 34 Alarm Sources Configuration Register
MTU_MC34_FAULTSTS 0xF00632F0          MC 34 SSH Safety Faults Status Register
MTU_MC34_ERRINFO0 0xF00632F2          MC 34 Error Information Register 0
MTU_MC34_ERRINFO1 0xF00632F4          MC 34 Error Information Register 1
MTU_MC34_ERRINFO2 0xF00632F6          MC 34 Error Information Register 2
MTU_MC34_ERRINFO3 0xF00632F8          MC 34 Error Information Register 3
MTU_MC34_ERRINFO4 0xF00632FA          MC 34 Error Information Register 4
MTU_MC35_CONFIG0 0xF0063300          MC 35 Configuration Register 0
MTU_MC35_CONFIG1 0xF0063302          MC 35 Configuration Register 1
MTU_MC35_MCONTROL 0xF0063304          MC 35 MBIST Control Register
MTU_MC35_MSTATUS 0xF0063306          MC 35 Status Register
MTU_MC35_RANGE  0xF0063308          MC 35 Range Register, single address mode
MTU_MC35_REVID  0xF006330C          MC 35 Revision ID Register
MTU_MC35_ECCS   0xF006330E          MC 35 ECC Safety Register
MTU_MC35_ECCD   0xF0063310          MC 35 Memory ECC Detection Register
MTU_MC35_ETRR0  0xF0063312          MC 35 Error Tracking Register 0
MTU_MC35_ETRR1  0xF0063314          MC 35 Error Tracking Register 1
MTU_MC35_ETRR2  0xF0063316          MC 35 Error Tracking Register 2
MTU_MC35_ETRR3  0xF0063318          MC 35 Error Tracking Register 3
MTU_MC35_ETRR4  0xF006331A          MC 35 Error Tracking Register 4
MTU_MC35_RDBFL0 0xF0063360          MC 35 Read Data and Bit Flip Register 0
MTU_MC35_RDBFL1 0xF0063362          MC 35 Read Data and Bit Flip Register 1
MTU_MC35_RDBFL2 0xF0063364          MC 35 Read Data and Bit Flip Register 2
MTU_MC35_RDBFL3 0xF0063366          MC 35 Read Data and Bit Flip Register 3
MTU_MC35_RDBFL4 0xF0063368          MC 35 Read Data and Bit Flip Register 4
MTU_MC35_RDBFL5 0xF006336A          MC 35 Read Data and Bit Flip Register 5
MTU_MC35_RDBFL6 0xF006336C          MC 35 Read Data and Bit Flip Register 6
MTU_MC35_RDBFL7 0xF006336E          MC 35 Read Data and Bit Flip Register 7
MTU_MC35_RDBFL8 0xF0063370          MC 35 Read Data and Bit Flip Register 8
MTU_MC35_RDBFL9 0xF0063372          MC 35 Read Data and Bit Flip Register 9
MTU_MC35_RDBFL10 0xF0063374          MC 35 Read Data and Bit Flip Register 10
MTU_MC35_RDBFL11 0xF0063376          MC 35 Read Data and Bit Flip Register 11
MTU_MC35_RDBFL12 0xF0063378          MC 35 Read Data and Bit Flip Register 12
MTU_MC35_RDBFL13 0xF006337A          MC 35 Read Data and Bit Flip Register 13
MTU_MC35_RDBFL14 0xF006337C          MC 35 Read Data and Bit Flip Register 14
MTU_MC35_RDBFL15 0xF006337E          MC 35 Read Data and Bit Flip Register 15
MTU_MC35_RDBFL16 0xF0063380          MC 35 Read Data and Bit Flip Register 16
MTU_MC35_RDBFL17 0xF0063382          MC 35 Read Data and Bit Flip Register 17
MTU_MC35_RDBFL18 0xF0063384          MC 35 Read Data and Bit Flip Register 18
MTU_MC35_RDBFL19 0xF0063386          MC 35 Read Data and Bit Flip Register 19
MTU_MC35_RDBFL20 0xF0063388          MC 35 Read Data and Bit Flip Register 20
MTU_MC35_RDBFL21 0xF006338A          MC 35 Read Data and Bit Flip Register 21
MTU_MC35_RDBFL22 0xF006338C          MC 35 Read Data and Bit Flip Register 22
MTU_MC35_RDBFL23 0xF006338E          MC 35 Read Data and Bit Flip Register 23
MTU_MC35_RDBFL24 0xF0063390          MC 35 Read Data and Bit Flip Register 24
MTU_MC35_RDBFL25 0xF0063392          MC 35 Read Data and Bit Flip Register 25
MTU_MC35_RDBFL26 0xF0063394          MC 35 Read Data and Bit Flip Register 26
MTU_MC35_RDBFL27 0xF0063396          MC 35 Read Data and Bit Flip Register 27
MTU_MC35_RDBFL28 0xF0063398          MC 35 Read Data and Bit Flip Register 28
MTU_MC35_RDBFL29 0xF006339A          MC 35 Read Data and Bit Flip Register 29
MTU_MC35_RDBFL30 0xF006339C          MC 35 Read Data and Bit Flip Register 30
MTU_MC35_RDBFL31 0xF006339E          MC 35 Read Data and Bit Flip Register 31
MTU_MC35_RDBFL32 0xF00633A0          MC 35 Read Data and Bit Flip Register 32
MTU_MC35_RDBFL33 0xF00633A2          MC 35 Read Data and Bit Flip Register 33
MTU_MC35_RDBFL34 0xF00633A4          MC 35 Read Data and Bit Flip Register 34
MTU_MC35_RDBFL35 0xF00633A6          MC 35 Read Data and Bit Flip Register 35
MTU_MC35_RDBFL36 0xF00633A8          MC 35 Read Data and Bit Flip Register 36
MTU_MC35_RDBFL37 0xF00633AA          MC 35 Read Data and Bit Flip Register 37
MTU_MC35_RDBFL38 0xF00633AC          MC 35 Read Data and Bit Flip Register 38
MTU_MC35_RDBFL39 0xF00633AE          MC 35 Read Data and Bit Flip Register 39
MTU_MC35_RDBFL40 0xF00633B0          MC 35 Read Data and Bit Flip Register 40
MTU_MC35_RDBFL41 0xF00633B2          MC 35 Read Data and Bit Flip Register 41
MTU_MC35_RDBFL42 0xF00633B4          MC 35 Read Data and Bit Flip Register 42
MTU_MC35_RDBFL43 0xF00633B6          MC 35 Read Data and Bit Flip Register 43
MTU_MC35_RDBFL44 0xF00633B8          MC 35 Read Data and Bit Flip Register 44
MTU_MC35_RDBFL45 0xF00633BA          MC 35 Read Data and Bit Flip Register 45
MTU_MC35_RDBFL46 0xF00633BC          MC 35 Read Data and Bit Flip Register 46
MTU_MC35_RDBFL47 0xF00633BE          MC 35 Read Data and Bit Flip Register 47
MTU_MC35_RDBFL48 0xF00633C0          MC 35 Read Data and Bit Flip Register 48
MTU_MC35_RDBFL49 0xF00633C2          MC 35 Read Data and Bit Flip Register 49
MTU_MC35_RDBFL50 0xF00633C4          MC 35 Read Data and Bit Flip Register 50
MTU_MC35_RDBFL51 0xF00633C6          MC 35 Read Data and Bit Flip Register 51
MTU_MC35_RDBFL52 0xF00633C8          MC 35 Read Data and Bit Flip Register 52
MTU_MC35_RDBFL53 0xF00633CA          MC 35 Read Data and Bit Flip Register 53
MTU_MC35_RDBFL54 0xF00633CC          MC 35 Read Data and Bit Flip Register 54
MTU_MC35_RDBFL55 0xF00633CE          MC 35 Read Data and Bit Flip Register 55
MTU_MC35_RDBFL56 0xF00633D0          MC 35 Read Data and Bit Flip Register 56
MTU_MC35_RDBFL57 0xF00633D2          MC 35 Read Data and Bit Flip Register 57
MTU_MC35_RDBFL58 0xF00633D4          MC 35 Read Data and Bit Flip Register 58
MTU_MC35_RDBFL59 0xF00633D6          MC 35 Read Data and Bit Flip Register 59
MTU_MC35_RDBFL60 0xF00633D8          MC 35 Read Data and Bit Flip Register 60
MTU_MC35_RDBFL61 0xF00633DA          MC 35 Read Data and Bit Flip Register 61
MTU_MC35_RDBFL62 0xF00633DC          MC 35 Read Data and Bit Flip Register 62
MTU_MC35_RDBFL63 0xF00633DE          MC 35 Read Data and Bit Flip Register 63
MTU_MC35_RDBFL64 0xF00633E0          MC 35 Read Data and Bit Flip Register 64
MTU_MC35_RDBFL65 0xF00633E2          MC 35 Read Data and Bit Flip Register 65
MTU_MC35_RDBFL66 0xF00633E4          MC 35 Read Data and Bit Flip Register 66
MTU_MC35_ALMSRCS 0xF00633EE          MC 35 Alarm Sources Configuration Register
MTU_MC35_FAULTSTS 0xF00633F0          MC 35 SSH Safety Faults Status Register
MTU_MC35_ERRINFO0 0xF00633F2          MC 35 Error Information Register 0
MTU_MC35_ERRINFO1 0xF00633F4          MC 35 Error Information Register 1
MTU_MC35_ERRINFO2 0xF00633F6          MC 35 Error Information Register 2
MTU_MC35_ERRINFO3 0xF00633F8          MC 35 Error Information Register 3
MTU_MC35_ERRINFO4 0xF00633FA          MC 35 Error Information Register 4
MTU_MC36_CONFIG0 0xF0063400          MC 36 Configuration Register 0
MTU_MC36_CONFIG1 0xF0063402          MC 36 Configuration Register 1
MTU_MC36_MCONTROL 0xF0063404          MC 36 MBIST Control Register
MTU_MC36_MSTATUS 0xF0063406          MC 36 Status Register
MTU_MC36_RANGE  0xF0063408          MC 36 Range Register, single address mode
MTU_MC36_REVID  0xF006340C          MC 36 Revision ID Register
MTU_MC36_ECCS   0xF006340E          MC 36 ECC Safety Register
MTU_MC36_ECCD   0xF0063410          MC 36 Memory ECC Detection Register
MTU_MC36_ETRR0  0xF0063412          MC 36 Error Tracking Register 0
MTU_MC36_ETRR1  0xF0063414          MC 36 Error Tracking Register 1
MTU_MC36_ETRR2  0xF0063416          MC 36 Error Tracking Register 2
MTU_MC36_ETRR3  0xF0063418          MC 36 Error Tracking Register 3
MTU_MC36_ETRR4  0xF006341A          MC 36 Error Tracking Register 4
MTU_MC36_RDBFL0 0xF0063460          MC 36 Read Data and Bit Flip Register 0
MTU_MC36_RDBFL1 0xF0063462          MC 36 Read Data and Bit Flip Register 1
MTU_MC36_RDBFL2 0xF0063464          MC 36 Read Data and Bit Flip Register 2
MTU_MC36_RDBFL3 0xF0063466          MC 36 Read Data and Bit Flip Register 3
MTU_MC36_RDBFL4 0xF0063468          MC 36 Read Data and Bit Flip Register 4
MTU_MC36_RDBFL5 0xF006346A          MC 36 Read Data and Bit Flip Register 5
MTU_MC36_RDBFL6 0xF006346C          MC 36 Read Data and Bit Flip Register 6
MTU_MC36_RDBFL7 0xF006346E          MC 36 Read Data and Bit Flip Register 7
MTU_MC36_RDBFL8 0xF0063470          MC 36 Read Data and Bit Flip Register 8
MTU_MC36_RDBFL9 0xF0063472          MC 36 Read Data and Bit Flip Register 9
MTU_MC36_RDBFL10 0xF0063474          MC 36 Read Data and Bit Flip Register 10
MTU_MC36_RDBFL11 0xF0063476          MC 36 Read Data and Bit Flip Register 11
MTU_MC36_RDBFL12 0xF0063478          MC 36 Read Data and Bit Flip Register 12
MTU_MC36_RDBFL13 0xF006347A          MC 36 Read Data and Bit Flip Register 13
MTU_MC36_RDBFL14 0xF006347C          MC 36 Read Data and Bit Flip Register 14
MTU_MC36_RDBFL15 0xF006347E          MC 36 Read Data and Bit Flip Register 15
MTU_MC36_RDBFL16 0xF0063480          MC 36 Read Data and Bit Flip Register 16
MTU_MC36_RDBFL17 0xF0063482          MC 36 Read Data and Bit Flip Register 17
MTU_MC36_RDBFL18 0xF0063484          MC 36 Read Data and Bit Flip Register 18
MTU_MC36_RDBFL19 0xF0063486          MC 36 Read Data and Bit Flip Register 19
MTU_MC36_RDBFL20 0xF0063488          MC 36 Read Data and Bit Flip Register 20
MTU_MC36_RDBFL21 0xF006348A          MC 36 Read Data and Bit Flip Register 21
MTU_MC36_RDBFL22 0xF006348C          MC 36 Read Data and Bit Flip Register 22
MTU_MC36_RDBFL23 0xF006348E          MC 36 Read Data and Bit Flip Register 23
MTU_MC36_RDBFL24 0xF0063490          MC 36 Read Data and Bit Flip Register 24
MTU_MC36_RDBFL25 0xF0063492          MC 36 Read Data and Bit Flip Register 25
MTU_MC36_RDBFL26 0xF0063494          MC 36 Read Data and Bit Flip Register 26
MTU_MC36_RDBFL27 0xF0063496          MC 36 Read Data and Bit Flip Register 27
MTU_MC36_RDBFL28 0xF0063498          MC 36 Read Data and Bit Flip Register 28
MTU_MC36_RDBFL29 0xF006349A          MC 36 Read Data and Bit Flip Register 29
MTU_MC36_RDBFL30 0xF006349C          MC 36 Read Data and Bit Flip Register 30
MTU_MC36_RDBFL31 0xF006349E          MC 36 Read Data and Bit Flip Register 31
MTU_MC36_RDBFL32 0xF00634A0          MC 36 Read Data and Bit Flip Register 32
MTU_MC36_RDBFL33 0xF00634A2          MC 36 Read Data and Bit Flip Register 33
MTU_MC36_RDBFL34 0xF00634A4          MC 36 Read Data and Bit Flip Register 34
MTU_MC36_RDBFL35 0xF00634A6          MC 36 Read Data and Bit Flip Register 35
MTU_MC36_RDBFL36 0xF00634A8          MC 36 Read Data and Bit Flip Register 36
MTU_MC36_RDBFL37 0xF00634AA          MC 36 Read Data and Bit Flip Register 37
MTU_MC36_RDBFL38 0xF00634AC          MC 36 Read Data and Bit Flip Register 38
MTU_MC36_RDBFL39 0xF00634AE          MC 36 Read Data and Bit Flip Register 39
MTU_MC36_RDBFL40 0xF00634B0          MC 36 Read Data and Bit Flip Register 40
MTU_MC36_RDBFL41 0xF00634B2          MC 36 Read Data and Bit Flip Register 41
MTU_MC36_RDBFL42 0xF00634B4          MC 36 Read Data and Bit Flip Register 42
MTU_MC36_RDBFL43 0xF00634B6          MC 36 Read Data and Bit Flip Register 43
MTU_MC36_RDBFL44 0xF00634B8          MC 36 Read Data and Bit Flip Register 44
MTU_MC36_RDBFL45 0xF00634BA          MC 36 Read Data and Bit Flip Register 45
MTU_MC36_RDBFL46 0xF00634BC          MC 36 Read Data and Bit Flip Register 46
MTU_MC36_RDBFL47 0xF00634BE          MC 36 Read Data and Bit Flip Register 47
MTU_MC36_RDBFL48 0xF00634C0          MC 36 Read Data and Bit Flip Register 48
MTU_MC36_RDBFL49 0xF00634C2          MC 36 Read Data and Bit Flip Register 49
MTU_MC36_RDBFL50 0xF00634C4          MC 36 Read Data and Bit Flip Register 50
MTU_MC36_RDBFL51 0xF00634C6          MC 36 Read Data and Bit Flip Register 51
MTU_MC36_RDBFL52 0xF00634C8          MC 36 Read Data and Bit Flip Register 52
MTU_MC36_RDBFL53 0xF00634CA          MC 36 Read Data and Bit Flip Register 53
MTU_MC36_RDBFL54 0xF00634CC          MC 36 Read Data and Bit Flip Register 54
MTU_MC36_RDBFL55 0xF00634CE          MC 36 Read Data and Bit Flip Register 55
MTU_MC36_RDBFL56 0xF00634D0          MC 36 Read Data and Bit Flip Register 56
MTU_MC36_RDBFL57 0xF00634D2          MC 36 Read Data and Bit Flip Register 57
MTU_MC36_RDBFL58 0xF00634D4          MC 36 Read Data and Bit Flip Register 58
MTU_MC36_RDBFL59 0xF00634D6          MC 36 Read Data and Bit Flip Register 59
MTU_MC36_RDBFL60 0xF00634D8          MC 36 Read Data and Bit Flip Register 60
MTU_MC36_RDBFL61 0xF00634DA          MC 36 Read Data and Bit Flip Register 61
MTU_MC36_RDBFL62 0xF00634DC          MC 36 Read Data and Bit Flip Register 62
MTU_MC36_RDBFL63 0xF00634DE          MC 36 Read Data and Bit Flip Register 63
MTU_MC36_RDBFL64 0xF00634E0          MC 36 Read Data and Bit Flip Register 64
MTU_MC36_RDBFL65 0xF00634E2          MC 36 Read Data and Bit Flip Register 65
MTU_MC36_RDBFL66 0xF00634E4          MC 36 Read Data and Bit Flip Register 66
MTU_MC36_ALMSRCS 0xF00634EE          MC 36 Alarm Sources Configuration Register
MTU_MC36_FAULTSTS 0xF00634F0          MC 36 SSH Safety Faults Status Register
MTU_MC36_ERRINFO0 0xF00634F2          MC 36 Error Information Register 0
MTU_MC36_ERRINFO1 0xF00634F4          MC 36 Error Information Register 1
MTU_MC36_ERRINFO2 0xF00634F6          MC 36 Error Information Register 2
MTU_MC36_ERRINFO3 0xF00634F8          MC 36 Error Information Register 3
MTU_MC36_ERRINFO4 0xF00634FA          MC 36 Error Information Register 4
MTU_MC37_CONFIG0 0xF0063500          MC 37 Configuration Register 0
MTU_MC37_CONFIG1 0xF0063502          MC 37 Configuration Register 1
MTU_MC37_MCONTROL 0xF0063504          MC 37 MBIST Control Register
MTU_MC37_MSTATUS 0xF0063506          MC 37 Status Register
MTU_MC37_RANGE  0xF0063508          MC 37 Range Register, single address mode
MTU_MC37_REVID  0xF006350C          MC 37 Revision ID Register
MTU_MC37_ECCS   0xF006350E          MC 37 ECC Safety Register
MTU_MC37_ECCD   0xF0063510          MC 37 Memory ECC Detection Register
MTU_MC37_ETRR0  0xF0063512          MC 37 Error Tracking Register 0
MTU_MC37_ETRR1  0xF0063514          MC 37 Error Tracking Register 1
MTU_MC37_ETRR2  0xF0063516          MC 37 Error Tracking Register 2
MTU_MC37_ETRR3  0xF0063518          MC 37 Error Tracking Register 3
MTU_MC37_ETRR4  0xF006351A          MC 37 Error Tracking Register 4
MTU_MC37_RDBFL0 0xF0063560          MC 37 Read Data and Bit Flip Register 0
MTU_MC37_RDBFL1 0xF0063562          MC 37 Read Data and Bit Flip Register 1
MTU_MC37_RDBFL2 0xF0063564          MC 37 Read Data and Bit Flip Register 2
MTU_MC37_RDBFL3 0xF0063566          MC 37 Read Data and Bit Flip Register 3
MTU_MC37_RDBFL4 0xF0063568          MC 37 Read Data and Bit Flip Register 4
MTU_MC37_RDBFL5 0xF006356A          MC 37 Read Data and Bit Flip Register 5
MTU_MC37_RDBFL6 0xF006356C          MC 37 Read Data and Bit Flip Register 6
MTU_MC37_RDBFL7 0xF006356E          MC 37 Read Data and Bit Flip Register 7
MTU_MC37_RDBFL8 0xF0063570          MC 37 Read Data and Bit Flip Register 8
MTU_MC37_RDBFL9 0xF0063572          MC 37 Read Data and Bit Flip Register 9
MTU_MC37_RDBFL10 0xF0063574          MC 37 Read Data and Bit Flip Register 10
MTU_MC37_RDBFL11 0xF0063576          MC 37 Read Data and Bit Flip Register 11
MTU_MC37_RDBFL12 0xF0063578          MC 37 Read Data and Bit Flip Register 12
MTU_MC37_RDBFL13 0xF006357A          MC 37 Read Data and Bit Flip Register 13
MTU_MC37_RDBFL14 0xF006357C          MC 37 Read Data and Bit Flip Register 14
MTU_MC37_RDBFL15 0xF006357E          MC 37 Read Data and Bit Flip Register 15
MTU_MC37_RDBFL16 0xF0063580          MC 37 Read Data and Bit Flip Register 16
MTU_MC37_RDBFL17 0xF0063582          MC 37 Read Data and Bit Flip Register 17
MTU_MC37_RDBFL18 0xF0063584          MC 37 Read Data and Bit Flip Register 18
MTU_MC37_RDBFL19 0xF0063586          MC 37 Read Data and Bit Flip Register 19
MTU_MC37_RDBFL20 0xF0063588          MC 37 Read Data and Bit Flip Register 20
MTU_MC37_RDBFL21 0xF006358A          MC 37 Read Data and Bit Flip Register 21
MTU_MC37_RDBFL22 0xF006358C          MC 37 Read Data and Bit Flip Register 22
MTU_MC37_RDBFL23 0xF006358E          MC 37 Read Data and Bit Flip Register 23
MTU_MC37_RDBFL24 0xF0063590          MC 37 Read Data and Bit Flip Register 24
MTU_MC37_RDBFL25 0xF0063592          MC 37 Read Data and Bit Flip Register 25
MTU_MC37_RDBFL26 0xF0063594          MC 37 Read Data and Bit Flip Register 26
MTU_MC37_RDBFL27 0xF0063596          MC 37 Read Data and Bit Flip Register 27
MTU_MC37_RDBFL28 0xF0063598          MC 37 Read Data and Bit Flip Register 28
MTU_MC37_RDBFL29 0xF006359A          MC 37 Read Data and Bit Flip Register 29
MTU_MC37_RDBFL30 0xF006359C          MC 37 Read Data and Bit Flip Register 30
MTU_MC37_RDBFL31 0xF006359E          MC 37 Read Data and Bit Flip Register 31
MTU_MC37_RDBFL32 0xF00635A0          MC 37 Read Data and Bit Flip Register 32
MTU_MC37_RDBFL33 0xF00635A2          MC 37 Read Data and Bit Flip Register 33
MTU_MC37_RDBFL34 0xF00635A4          MC 37 Read Data and Bit Flip Register 34
MTU_MC37_RDBFL35 0xF00635A6          MC 37 Read Data and Bit Flip Register 35
MTU_MC37_RDBFL36 0xF00635A8          MC 37 Read Data and Bit Flip Register 36
MTU_MC37_RDBFL37 0xF00635AA          MC 37 Read Data and Bit Flip Register 37
MTU_MC37_RDBFL38 0xF00635AC          MC 37 Read Data and Bit Flip Register 38
MTU_MC37_RDBFL39 0xF00635AE          MC 37 Read Data and Bit Flip Register 39
MTU_MC37_RDBFL40 0xF00635B0          MC 37 Read Data and Bit Flip Register 40
MTU_MC37_RDBFL41 0xF00635B2          MC 37 Read Data and Bit Flip Register 41
MTU_MC37_RDBFL42 0xF00635B4          MC 37 Read Data and Bit Flip Register 42
MTU_MC37_RDBFL43 0xF00635B6          MC 37 Read Data and Bit Flip Register 43
MTU_MC37_RDBFL44 0xF00635B8          MC 37 Read Data and Bit Flip Register 44
MTU_MC37_RDBFL45 0xF00635BA          MC 37 Read Data and Bit Flip Register 45
MTU_MC37_RDBFL46 0xF00635BC          MC 37 Read Data and Bit Flip Register 46
MTU_MC37_RDBFL47 0xF00635BE          MC 37 Read Data and Bit Flip Register 47
MTU_MC37_RDBFL48 0xF00635C0          MC 37 Read Data and Bit Flip Register 48
MTU_MC37_RDBFL49 0xF00635C2          MC 37 Read Data and Bit Flip Register 49
MTU_MC37_RDBFL50 0xF00635C4          MC 37 Read Data and Bit Flip Register 50
MTU_MC37_RDBFL51 0xF00635C6          MC 37 Read Data and Bit Flip Register 51
MTU_MC37_RDBFL52 0xF00635C8          MC 37 Read Data and Bit Flip Register 52
MTU_MC37_RDBFL53 0xF00635CA          MC 37 Read Data and Bit Flip Register 53
MTU_MC37_RDBFL54 0xF00635CC          MC 37 Read Data and Bit Flip Register 54
MTU_MC37_RDBFL55 0xF00635CE          MC 37 Read Data and Bit Flip Register 55
MTU_MC37_RDBFL56 0xF00635D0          MC 37 Read Data and Bit Flip Register 56
MTU_MC37_RDBFL57 0xF00635D2          MC 37 Read Data and Bit Flip Register 57
MTU_MC37_RDBFL58 0xF00635D4          MC 37 Read Data and Bit Flip Register 58
MTU_MC37_RDBFL59 0xF00635D6          MC 37 Read Data and Bit Flip Register 59
MTU_MC37_RDBFL60 0xF00635D8          MC 37 Read Data and Bit Flip Register 60
MTU_MC37_RDBFL61 0xF00635DA          MC 37 Read Data and Bit Flip Register 61
MTU_MC37_RDBFL62 0xF00635DC          MC 37 Read Data and Bit Flip Register 62
MTU_MC37_RDBFL63 0xF00635DE          MC 37 Read Data and Bit Flip Register 63
MTU_MC37_RDBFL64 0xF00635E0          MC 37 Read Data and Bit Flip Register 64
MTU_MC37_RDBFL65 0xF00635E2          MC 37 Read Data and Bit Flip Register 65
MTU_MC37_RDBFL66 0xF00635E4          MC 37 Read Data and Bit Flip Register 66
MTU_MC37_ALMSRCS 0xF00635EE          MC 37 Alarm Sources Configuration Register
MTU_MC37_FAULTSTS 0xF00635F0          MC 37 SSH Safety Faults Status Register
MTU_MC37_ERRINFO0 0xF00635F2          MC 37 Error Information Register 0
MTU_MC37_ERRINFO1 0xF00635F4          MC 37 Error Information Register 1
MTU_MC37_ERRINFO2 0xF00635F6          MC 37 Error Information Register 2
MTU_MC37_ERRINFO3 0xF00635F8          MC 37 Error Information Register 3
MTU_MC37_ERRINFO4 0xF00635FA          MC 37 Error Information Register 4
MTU_MC38_CONFIG0 0xF0063600          MC 38 Configuration Register 0
MTU_MC38_CONFIG1 0xF0063602          MC 38 Configuration Register 1
MTU_MC38_MCONTROL 0xF0063604          MC 38 MBIST Control Register
MTU_MC38_MSTATUS 0xF0063606          MC 38 Status Register
MTU_MC38_RANGE  0xF0063608          MC 38 Range Register, single address mode
MTU_MC38_REVID  0xF006360C          MC 38 Revision ID Register
MTU_MC38_ECCS   0xF006360E          MC 38 ECC Safety Register
MTU_MC38_ECCD   0xF0063610          MC 38 Memory ECC Detection Register
MTU_MC38_ETRR0  0xF0063612          MC 38 Error Tracking Register 0
MTU_MC38_ETRR1  0xF0063614          MC 38 Error Tracking Register 1
MTU_MC38_ETRR2  0xF0063616          MC 38 Error Tracking Register 2
MTU_MC38_ETRR3  0xF0063618          MC 38 Error Tracking Register 3
MTU_MC38_ETRR4  0xF006361A          MC 38 Error Tracking Register 4
MTU_MC38_RDBFL0 0xF0063660          MC 38 Read Data and Bit Flip Register 0
MTU_MC38_RDBFL1 0xF0063662          MC 38 Read Data and Bit Flip Register 1
MTU_MC38_RDBFL2 0xF0063664          MC 38 Read Data and Bit Flip Register 2
MTU_MC38_RDBFL3 0xF0063666          MC 38 Read Data and Bit Flip Register 3
MTU_MC38_RDBFL4 0xF0063668          MC 38 Read Data and Bit Flip Register 4
MTU_MC38_RDBFL5 0xF006366A          MC 38 Read Data and Bit Flip Register 5
MTU_MC38_RDBFL6 0xF006366C          MC 38 Read Data and Bit Flip Register 6
MTU_MC38_RDBFL7 0xF006366E          MC 38 Read Data and Bit Flip Register 7
MTU_MC38_RDBFL8 0xF0063670          MC 38 Read Data and Bit Flip Register 8
MTU_MC38_RDBFL9 0xF0063672          MC 38 Read Data and Bit Flip Register 9
MTU_MC38_RDBFL10 0xF0063674          MC 38 Read Data and Bit Flip Register 10
MTU_MC38_RDBFL11 0xF0063676          MC 38 Read Data and Bit Flip Register 11
MTU_MC38_RDBFL12 0xF0063678          MC 38 Read Data and Bit Flip Register 12
MTU_MC38_RDBFL13 0xF006367A          MC 38 Read Data and Bit Flip Register 13
MTU_MC38_RDBFL14 0xF006367C          MC 38 Read Data and Bit Flip Register 14
MTU_MC38_RDBFL15 0xF006367E          MC 38 Read Data and Bit Flip Register 15
MTU_MC38_RDBFL16 0xF0063680          MC 38 Read Data and Bit Flip Register 16
MTU_MC38_RDBFL17 0xF0063682          MC 38 Read Data and Bit Flip Register 17
MTU_MC38_RDBFL18 0xF0063684          MC 38 Read Data and Bit Flip Register 18
MTU_MC38_RDBFL19 0xF0063686          MC 38 Read Data and Bit Flip Register 19
MTU_MC38_RDBFL20 0xF0063688          MC 38 Read Data and Bit Flip Register 20
MTU_MC38_RDBFL21 0xF006368A          MC 38 Read Data and Bit Flip Register 21
MTU_MC38_RDBFL22 0xF006368C          MC 38 Read Data and Bit Flip Register 22
MTU_MC38_RDBFL23 0xF006368E          MC 38 Read Data and Bit Flip Register 23
MTU_MC38_RDBFL24 0xF0063690          MC 38 Read Data and Bit Flip Register 24
MTU_MC38_RDBFL25 0xF0063692          MC 38 Read Data and Bit Flip Register 25
MTU_MC38_RDBFL26 0xF0063694          MC 38 Read Data and Bit Flip Register 26
MTU_MC38_RDBFL27 0xF0063696          MC 38 Read Data and Bit Flip Register 27
MTU_MC38_RDBFL28 0xF0063698          MC 38 Read Data and Bit Flip Register 28
MTU_MC38_RDBFL29 0xF006369A          MC 38 Read Data and Bit Flip Register 29
MTU_MC38_RDBFL30 0xF006369C          MC 38 Read Data and Bit Flip Register 30
MTU_MC38_RDBFL31 0xF006369E          MC 38 Read Data and Bit Flip Register 31
MTU_MC38_RDBFL32 0xF00636A0          MC 38 Read Data and Bit Flip Register 32
MTU_MC38_RDBFL33 0xF00636A2          MC 38 Read Data and Bit Flip Register 33
MTU_MC38_RDBFL34 0xF00636A4          MC 38 Read Data and Bit Flip Register 34
MTU_MC38_RDBFL35 0xF00636A6          MC 38 Read Data and Bit Flip Register 35
MTU_MC38_RDBFL36 0xF00636A8          MC 38 Read Data and Bit Flip Register 36
MTU_MC38_RDBFL37 0xF00636AA          MC 38 Read Data and Bit Flip Register 37
MTU_MC38_RDBFL38 0xF00636AC          MC 38 Read Data and Bit Flip Register 38
MTU_MC38_RDBFL39 0xF00636AE          MC 38 Read Data and Bit Flip Register 39
MTU_MC38_RDBFL40 0xF00636B0          MC 38 Read Data and Bit Flip Register 40
MTU_MC38_RDBFL41 0xF00636B2          MC 38 Read Data and Bit Flip Register 41
MTU_MC38_RDBFL42 0xF00636B4          MC 38 Read Data and Bit Flip Register 42
MTU_MC38_RDBFL43 0xF00636B6          MC 38 Read Data and Bit Flip Register 43
MTU_MC38_RDBFL44 0xF00636B8          MC 38 Read Data and Bit Flip Register 44
MTU_MC38_RDBFL45 0xF00636BA          MC 38 Read Data and Bit Flip Register 45
MTU_MC38_RDBFL46 0xF00636BC          MC 38 Read Data and Bit Flip Register 46
MTU_MC38_RDBFL47 0xF00636BE          MC 38 Read Data and Bit Flip Register 47
MTU_MC38_RDBFL48 0xF00636C0          MC 38 Read Data and Bit Flip Register 48
MTU_MC38_RDBFL49 0xF00636C2          MC 38 Read Data and Bit Flip Register 49
MTU_MC38_RDBFL50 0xF00636C4          MC 38 Read Data and Bit Flip Register 50
MTU_MC38_RDBFL51 0xF00636C6          MC 38 Read Data and Bit Flip Register 51
MTU_MC38_RDBFL52 0xF00636C8          MC 38 Read Data and Bit Flip Register 52
MTU_MC38_RDBFL53 0xF00636CA          MC 38 Read Data and Bit Flip Register 53
MTU_MC38_RDBFL54 0xF00636CC          MC 38 Read Data and Bit Flip Register 54
MTU_MC38_RDBFL55 0xF00636CE          MC 38 Read Data and Bit Flip Register 55
MTU_MC38_RDBFL56 0xF00636D0          MC 38 Read Data and Bit Flip Register 56
MTU_MC38_RDBFL57 0xF00636D2          MC 38 Read Data and Bit Flip Register 57
MTU_MC38_RDBFL58 0xF00636D4          MC 38 Read Data and Bit Flip Register 58
MTU_MC38_RDBFL59 0xF00636D6          MC 38 Read Data and Bit Flip Register 59
MTU_MC38_RDBFL60 0xF00636D8          MC 38 Read Data and Bit Flip Register 60
MTU_MC38_RDBFL61 0xF00636DA          MC 38 Read Data and Bit Flip Register 61
MTU_MC38_RDBFL62 0xF00636DC          MC 38 Read Data and Bit Flip Register 62
MTU_MC38_RDBFL63 0xF00636DE          MC 38 Read Data and Bit Flip Register 63
MTU_MC38_RDBFL64 0xF00636E0          MC 38 Read Data and Bit Flip Register 64
MTU_MC38_RDBFL65 0xF00636E2          MC 38 Read Data and Bit Flip Register 65
MTU_MC38_RDBFL66 0xF00636E4          MC 38 Read Data and Bit Flip Register 66
MTU_MC38_ALMSRCS 0xF00636EE          MC 38 Alarm Sources Configuration Register
MTU_MC38_FAULTSTS 0xF00636F0          MC 38 SSH Safety Faults Status Register
MTU_MC38_ERRINFO0 0xF00636F2          MC 38 Error Information Register 0
MTU_MC38_ERRINFO1 0xF00636F4          MC 38 Error Information Register 1
MTU_MC38_ERRINFO2 0xF00636F6          MC 38 Error Information Register 2
MTU_MC38_ERRINFO3 0xF00636F8          MC 38 Error Information Register 3
MTU_MC38_ERRINFO4 0xF00636FA          MC 38 Error Information Register 4
MTU_MC39_CONFIG0 0xF0063700          MC 39 Configuration Register 0
MTU_MC39_CONFIG1 0xF0063702          MC 39 Configuration Register 1
MTU_MC39_MCONTROL 0xF0063704          MC 39 MBIST Control Register
MTU_MC39_MSTATUS 0xF0063706          MC 39 Status Register
MTU_MC39_RANGE  0xF0063708          MC 39 Range Register, single address mode
MTU_MC39_REVID  0xF006370C          MC 39 Revision ID Register
MTU_MC39_ECCS   0xF006370E          MC 39 ECC Safety Register
MTU_MC39_ECCD   0xF0063710          MC 39 Memory ECC Detection Register
MTU_MC39_ETRR0  0xF0063712          MC 39 Error Tracking Register 0
MTU_MC39_ETRR1  0xF0063714          MC 39 Error Tracking Register 1
MTU_MC39_ETRR2  0xF0063716          MC 39 Error Tracking Register 2
MTU_MC39_ETRR3  0xF0063718          MC 39 Error Tracking Register 3
MTU_MC39_ETRR4  0xF006371A          MC 39 Error Tracking Register 4
MTU_MC39_RDBFL0 0xF0063760          MC 39 Read Data and Bit Flip Register 0
MTU_MC39_RDBFL1 0xF0063762          MC 39 Read Data and Bit Flip Register 1
MTU_MC39_RDBFL2 0xF0063764          MC 39 Read Data and Bit Flip Register 2
MTU_MC39_RDBFL3 0xF0063766          MC 39 Read Data and Bit Flip Register 3
MTU_MC39_RDBFL4 0xF0063768          MC 39 Read Data and Bit Flip Register 4
MTU_MC39_RDBFL5 0xF006376A          MC 39 Read Data and Bit Flip Register 5
MTU_MC39_RDBFL6 0xF006376C          MC 39 Read Data and Bit Flip Register 6
MTU_MC39_RDBFL7 0xF006376E          MC 39 Read Data and Bit Flip Register 7
MTU_MC39_RDBFL8 0xF0063770          MC 39 Read Data and Bit Flip Register 8
MTU_MC39_RDBFL9 0xF0063772          MC 39 Read Data and Bit Flip Register 9
MTU_MC39_RDBFL10 0xF0063774          MC 39 Read Data and Bit Flip Register 10
MTU_MC39_RDBFL11 0xF0063776          MC 39 Read Data and Bit Flip Register 11
MTU_MC39_RDBFL12 0xF0063778          MC 39 Read Data and Bit Flip Register 12
MTU_MC39_RDBFL13 0xF006377A          MC 39 Read Data and Bit Flip Register 13
MTU_MC39_RDBFL14 0xF006377C          MC 39 Read Data and Bit Flip Register 14
MTU_MC39_RDBFL15 0xF006377E          MC 39 Read Data and Bit Flip Register 15
MTU_MC39_RDBFL16 0xF0063780          MC 39 Read Data and Bit Flip Register 16
MTU_MC39_RDBFL17 0xF0063782          MC 39 Read Data and Bit Flip Register 17
MTU_MC39_RDBFL18 0xF0063784          MC 39 Read Data and Bit Flip Register 18
MTU_MC39_RDBFL19 0xF0063786          MC 39 Read Data and Bit Flip Register 19
MTU_MC39_RDBFL20 0xF0063788          MC 39 Read Data and Bit Flip Register 20
MTU_MC39_RDBFL21 0xF006378A          MC 39 Read Data and Bit Flip Register 21
MTU_MC39_RDBFL22 0xF006378C          MC 39 Read Data and Bit Flip Register 22
MTU_MC39_RDBFL23 0xF006378E          MC 39 Read Data and Bit Flip Register 23
MTU_MC39_RDBFL24 0xF0063790          MC 39 Read Data and Bit Flip Register 24
MTU_MC39_RDBFL25 0xF0063792          MC 39 Read Data and Bit Flip Register 25
MTU_MC39_RDBFL26 0xF0063794          MC 39 Read Data and Bit Flip Register 26
MTU_MC39_RDBFL27 0xF0063796          MC 39 Read Data and Bit Flip Register 27
MTU_MC39_RDBFL28 0xF0063798          MC 39 Read Data and Bit Flip Register 28
MTU_MC39_RDBFL29 0xF006379A          MC 39 Read Data and Bit Flip Register 29
MTU_MC39_RDBFL30 0xF006379C          MC 39 Read Data and Bit Flip Register 30
MTU_MC39_RDBFL31 0xF006379E          MC 39 Read Data and Bit Flip Register 31
MTU_MC39_RDBFL32 0xF00637A0          MC 39 Read Data and Bit Flip Register 32
MTU_MC39_RDBFL33 0xF00637A2          MC 39 Read Data and Bit Flip Register 33
MTU_MC39_RDBFL34 0xF00637A4          MC 39 Read Data and Bit Flip Register 34
MTU_MC39_RDBFL35 0xF00637A6          MC 39 Read Data and Bit Flip Register 35
MTU_MC39_RDBFL36 0xF00637A8          MC 39 Read Data and Bit Flip Register 36
MTU_MC39_RDBFL37 0xF00637AA          MC 39 Read Data and Bit Flip Register 37
MTU_MC39_RDBFL38 0xF00637AC          MC 39 Read Data and Bit Flip Register 38
MTU_MC39_RDBFL39 0xF00637AE          MC 39 Read Data and Bit Flip Register 39
MTU_MC39_RDBFL40 0xF00637B0          MC 39 Read Data and Bit Flip Register 40
MTU_MC39_RDBFL41 0xF00637B2          MC 39 Read Data and Bit Flip Register 41
MTU_MC39_RDBFL42 0xF00637B4          MC 39 Read Data and Bit Flip Register 42
MTU_MC39_RDBFL43 0xF00637B6          MC 39 Read Data and Bit Flip Register 43
MTU_MC39_RDBFL44 0xF00637B8          MC 39 Read Data and Bit Flip Register 44
MTU_MC39_RDBFL45 0xF00637BA          MC 39 Read Data and Bit Flip Register 45
MTU_MC39_RDBFL46 0xF00637BC          MC 39 Read Data and Bit Flip Register 46
MTU_MC39_RDBFL47 0xF00637BE          MC 39 Read Data and Bit Flip Register 47
MTU_MC39_RDBFL48 0xF00637C0          MC 39 Read Data and Bit Flip Register 48
MTU_MC39_RDBFL49 0xF00637C2          MC 39 Read Data and Bit Flip Register 49
MTU_MC39_RDBFL50 0xF00637C4          MC 39 Read Data and Bit Flip Register 50
MTU_MC39_RDBFL51 0xF00637C6          MC 39 Read Data and Bit Flip Register 51
MTU_MC39_RDBFL52 0xF00637C8          MC 39 Read Data and Bit Flip Register 52
MTU_MC39_RDBFL53 0xF00637CA          MC 39 Read Data and Bit Flip Register 53
MTU_MC39_RDBFL54 0xF00637CC          MC 39 Read Data and Bit Flip Register 54
MTU_MC39_RDBFL55 0xF00637CE          MC 39 Read Data and Bit Flip Register 55
MTU_MC39_RDBFL56 0xF00637D0          MC 39 Read Data and Bit Flip Register 56
MTU_MC39_RDBFL57 0xF00637D2          MC 39 Read Data and Bit Flip Register 57
MTU_MC39_RDBFL58 0xF00637D4          MC 39 Read Data and Bit Flip Register 58
MTU_MC39_RDBFL59 0xF00637D6          MC 39 Read Data and Bit Flip Register 59
MTU_MC39_RDBFL60 0xF00637D8          MC 39 Read Data and Bit Flip Register 60
MTU_MC39_RDBFL61 0xF00637DA          MC 39 Read Data and Bit Flip Register 61
MTU_MC39_RDBFL62 0xF00637DC          MC 39 Read Data and Bit Flip Register 62
MTU_MC39_RDBFL63 0xF00637DE          MC 39 Read Data and Bit Flip Register 63
MTU_MC39_RDBFL64 0xF00637E0          MC 39 Read Data and Bit Flip Register 64
MTU_MC39_RDBFL65 0xF00637E2          MC 39 Read Data and Bit Flip Register 65
MTU_MC39_RDBFL66 0xF00637E4          MC 39 Read Data and Bit Flip Register 66
MTU_MC39_ALMSRCS 0xF00637EE          MC 39 Alarm Sources Configuration Register
MTU_MC39_FAULTSTS 0xF00637F0          MC 39 SSH Safety Faults Status Register
MTU_MC39_ERRINFO0 0xF00637F2          MC 39 Error Information Register 0
MTU_MC39_ERRINFO1 0xF00637F4          MC 39 Error Information Register 1
MTU_MC39_ERRINFO2 0xF00637F6          MC 39 Error Information Register 2
MTU_MC39_ERRINFO3 0xF00637F8          MC 39 Error Information Register 3
MTU_MC39_ERRINFO4 0xF00637FA          MC 39 Error Information Register 4
MTU_MC40_CONFIG0 0xF0063800          MC 40 Configuration Register 0
MTU_MC40_CONFIG1 0xF0063802          MC 40 Configuration Register 1
MTU_MC40_MCONTROL 0xF0063804          MC 40 MBIST Control Register
MTU_MC40_MSTATUS 0xF0063806          MC 40 Status Register
MTU_MC40_RANGE  0xF0063808          MC 40 Range Register, single address mode
MTU_MC40_REVID  0xF006380C          MC 40 Revision ID Register
MTU_MC40_ECCS   0xF006380E          MC 40 ECC Safety Register
MTU_MC40_ECCD   0xF0063810          MC 40 Memory ECC Detection Register
MTU_MC40_ETRR0  0xF0063812          MC 40 Error Tracking Register 0
MTU_MC40_ETRR1  0xF0063814          MC 40 Error Tracking Register 1
MTU_MC40_ETRR2  0xF0063816          MC 40 Error Tracking Register 2
MTU_MC40_ETRR3  0xF0063818          MC 40 Error Tracking Register 3
MTU_MC40_ETRR4  0xF006381A          MC 40 Error Tracking Register 4
MTU_MC40_RDBFL0 0xF0063860          MC 40 Read Data and Bit Flip Register 0
MTU_MC40_RDBFL1 0xF0063862          MC 40 Read Data and Bit Flip Register 1
MTU_MC40_RDBFL2 0xF0063864          MC 40 Read Data and Bit Flip Register 2
MTU_MC40_RDBFL3 0xF0063866          MC 40 Read Data and Bit Flip Register 3
MTU_MC40_RDBFL4 0xF0063868          MC 40 Read Data and Bit Flip Register 4
MTU_MC40_RDBFL5 0xF006386A          MC 40 Read Data and Bit Flip Register 5
MTU_MC40_RDBFL6 0xF006386C          MC 40 Read Data and Bit Flip Register 6
MTU_MC40_RDBFL7 0xF006386E          MC 40 Read Data and Bit Flip Register 7
MTU_MC40_RDBFL8 0xF0063870          MC 40 Read Data and Bit Flip Register 8
MTU_MC40_RDBFL9 0xF0063872          MC 40 Read Data and Bit Flip Register 9
MTU_MC40_RDBFL10 0xF0063874          MC 40 Read Data and Bit Flip Register 10
MTU_MC40_RDBFL11 0xF0063876          MC 40 Read Data and Bit Flip Register 11
MTU_MC40_RDBFL12 0xF0063878          MC 40 Read Data and Bit Flip Register 12
MTU_MC40_RDBFL13 0xF006387A          MC 40 Read Data and Bit Flip Register 13
MTU_MC40_RDBFL14 0xF006387C          MC 40 Read Data and Bit Flip Register 14
MTU_MC40_RDBFL15 0xF006387E          MC 40 Read Data and Bit Flip Register 15
MTU_MC40_RDBFL16 0xF0063880          MC 40 Read Data and Bit Flip Register 16
MTU_MC40_RDBFL17 0xF0063882          MC 40 Read Data and Bit Flip Register 17
MTU_MC40_RDBFL18 0xF0063884          MC 40 Read Data and Bit Flip Register 18
MTU_MC40_RDBFL19 0xF0063886          MC 40 Read Data and Bit Flip Register 19
MTU_MC40_RDBFL20 0xF0063888          MC 40 Read Data and Bit Flip Register 20
MTU_MC40_RDBFL21 0xF006388A          MC 40 Read Data and Bit Flip Register 21
MTU_MC40_RDBFL22 0xF006388C          MC 40 Read Data and Bit Flip Register 22
MTU_MC40_RDBFL23 0xF006388E          MC 40 Read Data and Bit Flip Register 23
MTU_MC40_RDBFL24 0xF0063890          MC 40 Read Data and Bit Flip Register 24
MTU_MC40_RDBFL25 0xF0063892          MC 40 Read Data and Bit Flip Register 25
MTU_MC40_RDBFL26 0xF0063894          MC 40 Read Data and Bit Flip Register 26
MTU_MC40_RDBFL27 0xF0063896          MC 40 Read Data and Bit Flip Register 27
MTU_MC40_RDBFL28 0xF0063898          MC 40 Read Data and Bit Flip Register 28
MTU_MC40_RDBFL29 0xF006389A          MC 40 Read Data and Bit Flip Register 29
MTU_MC40_RDBFL30 0xF006389C          MC 40 Read Data and Bit Flip Register 30
MTU_MC40_RDBFL31 0xF006389E          MC 40 Read Data and Bit Flip Register 31
MTU_MC40_RDBFL32 0xF00638A0          MC 40 Read Data and Bit Flip Register 32
MTU_MC40_RDBFL33 0xF00638A2          MC 40 Read Data and Bit Flip Register 33
MTU_MC40_RDBFL34 0xF00638A4          MC 40 Read Data and Bit Flip Register 34
MTU_MC40_RDBFL35 0xF00638A6          MC 40 Read Data and Bit Flip Register 35
MTU_MC40_RDBFL36 0xF00638A8          MC 40 Read Data and Bit Flip Register 36
MTU_MC40_RDBFL37 0xF00638AA          MC 40 Read Data and Bit Flip Register 37
MTU_MC40_RDBFL38 0xF00638AC          MC 40 Read Data and Bit Flip Register 38
MTU_MC40_RDBFL39 0xF00638AE          MC 40 Read Data and Bit Flip Register 39
MTU_MC40_RDBFL40 0xF00638B0          MC 40 Read Data and Bit Flip Register 40
MTU_MC40_RDBFL41 0xF00638B2          MC 40 Read Data and Bit Flip Register 41
MTU_MC40_RDBFL42 0xF00638B4          MC 40 Read Data and Bit Flip Register 42
MTU_MC40_RDBFL43 0xF00638B6          MC 40 Read Data and Bit Flip Register 43
MTU_MC40_RDBFL44 0xF00638B8          MC 40 Read Data and Bit Flip Register 44
MTU_MC40_RDBFL45 0xF00638BA          MC 40 Read Data and Bit Flip Register 45
MTU_MC40_RDBFL46 0xF00638BC          MC 40 Read Data and Bit Flip Register 46
MTU_MC40_RDBFL47 0xF00638BE          MC 40 Read Data and Bit Flip Register 47
MTU_MC40_RDBFL48 0xF00638C0          MC 40 Read Data and Bit Flip Register 48
MTU_MC40_RDBFL49 0xF00638C2          MC 40 Read Data and Bit Flip Register 49
MTU_MC40_RDBFL50 0xF00638C4          MC 40 Read Data and Bit Flip Register 50
MTU_MC40_RDBFL51 0xF00638C6          MC 40 Read Data and Bit Flip Register 51
MTU_MC40_RDBFL52 0xF00638C8          MC 40 Read Data and Bit Flip Register 52
MTU_MC40_RDBFL53 0xF00638CA          MC 40 Read Data and Bit Flip Register 53
MTU_MC40_RDBFL54 0xF00638CC          MC 40 Read Data and Bit Flip Register 54
MTU_MC40_RDBFL55 0xF00638CE          MC 40 Read Data and Bit Flip Register 55
MTU_MC40_RDBFL56 0xF00638D0          MC 40 Read Data and Bit Flip Register 56
MTU_MC40_RDBFL57 0xF00638D2          MC 40 Read Data and Bit Flip Register 57
MTU_MC40_RDBFL58 0xF00638D4          MC 40 Read Data and Bit Flip Register 58
MTU_MC40_RDBFL59 0xF00638D6          MC 40 Read Data and Bit Flip Register 59
MTU_MC40_RDBFL60 0xF00638D8          MC 40 Read Data and Bit Flip Register 60
MTU_MC40_RDBFL61 0xF00638DA          MC 40 Read Data and Bit Flip Register 61
MTU_MC40_RDBFL62 0xF00638DC          MC 40 Read Data and Bit Flip Register 62
MTU_MC40_RDBFL63 0xF00638DE          MC 40 Read Data and Bit Flip Register 63
MTU_MC40_RDBFL64 0xF00638E0          MC 40 Read Data and Bit Flip Register 64
MTU_MC40_RDBFL65 0xF00638E2          MC 40 Read Data and Bit Flip Register 65
MTU_MC40_RDBFL66 0xF00638E4          MC 40 Read Data and Bit Flip Register 66
MTU_MC40_ALMSRCS 0xF00638EE          MC 40 Alarm Sources Configuration Register
MTU_MC40_FAULTSTS 0xF00638F0          MC 40 SSH Safety Faults Status Register
MTU_MC40_ERRINFO0 0xF00638F2          MC 40 Error Information Register 0
MTU_MC40_ERRINFO1 0xF00638F4          MC 40 Error Information Register 1
MTU_MC40_ERRINFO2 0xF00638F6          MC 40 Error Information Register 2
MTU_MC40_ERRINFO3 0xF00638F8          MC 40 Error Information Register 3
MTU_MC40_ERRINFO4 0xF00638FA          MC 40 Error Information Register 4
MTU_MC41_CONFIG0 0xF0063900          MC 41 Configuration Register 0
MTU_MC41_CONFIG1 0xF0063902          MC 41 Configuration Register 1
MTU_MC41_MCONTROL 0xF0063904          MC 41 MBIST Control Register
MTU_MC41_MSTATUS 0xF0063906          MC 41 Status Register
MTU_MC41_RANGE  0xF0063908          MC 41 Range Register, single address mode
MTU_MC41_REVID  0xF006390C          MC 41 Revision ID Register
MTU_MC41_ECCS   0xF006390E          MC 41 ECC Safety Register
MTU_MC41_ECCD   0xF0063910          MC 41 Memory ECC Detection Register
MTU_MC41_ETRR0  0xF0063912          MC 41 Error Tracking Register 0
MTU_MC41_ETRR1  0xF0063914          MC 41 Error Tracking Register 1
MTU_MC41_ETRR2  0xF0063916          MC 41 Error Tracking Register 2
MTU_MC41_ETRR3  0xF0063918          MC 41 Error Tracking Register 3
MTU_MC41_ETRR4  0xF006391A          MC 41 Error Tracking Register 4
MTU_MC41_RDBFL0 0xF0063960          MC 41 Read Data and Bit Flip Register 0
MTU_MC41_RDBFL1 0xF0063962          MC 41 Read Data and Bit Flip Register 1
MTU_MC41_RDBFL2 0xF0063964          MC 41 Read Data and Bit Flip Register 2
MTU_MC41_RDBFL3 0xF0063966          MC 41 Read Data and Bit Flip Register 3
MTU_MC41_RDBFL4 0xF0063968          MC 41 Read Data and Bit Flip Register 4
MTU_MC41_RDBFL5 0xF006396A          MC 41 Read Data and Bit Flip Register 5
MTU_MC41_RDBFL6 0xF006396C          MC 41 Read Data and Bit Flip Register 6
MTU_MC41_RDBFL7 0xF006396E          MC 41 Read Data and Bit Flip Register 7
MTU_MC41_RDBFL8 0xF0063970          MC 41 Read Data and Bit Flip Register 8
MTU_MC41_RDBFL9 0xF0063972          MC 41 Read Data and Bit Flip Register 9
MTU_MC41_RDBFL10 0xF0063974          MC 41 Read Data and Bit Flip Register 10
MTU_MC41_RDBFL11 0xF0063976          MC 41 Read Data and Bit Flip Register 11
MTU_MC41_RDBFL12 0xF0063978          MC 41 Read Data and Bit Flip Register 12
MTU_MC41_RDBFL13 0xF006397A          MC 41 Read Data and Bit Flip Register 13
MTU_MC41_RDBFL14 0xF006397C          MC 41 Read Data and Bit Flip Register 14
MTU_MC41_RDBFL15 0xF006397E          MC 41 Read Data and Bit Flip Register 15
MTU_MC41_RDBFL16 0xF0063980          MC 41 Read Data and Bit Flip Register 16
MTU_MC41_RDBFL17 0xF0063982          MC 41 Read Data and Bit Flip Register 17
MTU_MC41_RDBFL18 0xF0063984          MC 41 Read Data and Bit Flip Register 18
MTU_MC41_RDBFL19 0xF0063986          MC 41 Read Data and Bit Flip Register 19
MTU_MC41_RDBFL20 0xF0063988          MC 41 Read Data and Bit Flip Register 20
MTU_MC41_RDBFL21 0xF006398A          MC 41 Read Data and Bit Flip Register 21
MTU_MC41_RDBFL22 0xF006398C          MC 41 Read Data and Bit Flip Register 22
MTU_MC41_RDBFL23 0xF006398E          MC 41 Read Data and Bit Flip Register 23
MTU_MC41_RDBFL24 0xF0063990          MC 41 Read Data and Bit Flip Register 24
MTU_MC41_RDBFL25 0xF0063992          MC 41 Read Data and Bit Flip Register 25
MTU_MC41_RDBFL26 0xF0063994          MC 41 Read Data and Bit Flip Register 26
MTU_MC41_RDBFL27 0xF0063996          MC 41 Read Data and Bit Flip Register 27
MTU_MC41_RDBFL28 0xF0063998          MC 41 Read Data and Bit Flip Register 28
MTU_MC41_RDBFL29 0xF006399A          MC 41 Read Data and Bit Flip Register 29
MTU_MC41_RDBFL30 0xF006399C          MC 41 Read Data and Bit Flip Register 30
MTU_MC41_RDBFL31 0xF006399E          MC 41 Read Data and Bit Flip Register 31
MTU_MC41_RDBFL32 0xF00639A0          MC 41 Read Data and Bit Flip Register 32
MTU_MC41_RDBFL33 0xF00639A2          MC 41 Read Data and Bit Flip Register 33
MTU_MC41_RDBFL34 0xF00639A4          MC 41 Read Data and Bit Flip Register 34
MTU_MC41_RDBFL35 0xF00639A6          MC 41 Read Data and Bit Flip Register 35
MTU_MC41_RDBFL36 0xF00639A8          MC 41 Read Data and Bit Flip Register 36
MTU_MC41_RDBFL37 0xF00639AA          MC 41 Read Data and Bit Flip Register 37
MTU_MC41_RDBFL38 0xF00639AC          MC 41 Read Data and Bit Flip Register 38
MTU_MC41_RDBFL39 0xF00639AE          MC 41 Read Data and Bit Flip Register 39
MTU_MC41_RDBFL40 0xF00639B0          MC 41 Read Data and Bit Flip Register 40
MTU_MC41_RDBFL41 0xF00639B2          MC 41 Read Data and Bit Flip Register 41
MTU_MC41_RDBFL42 0xF00639B4          MC 41 Read Data and Bit Flip Register 42
MTU_MC41_RDBFL43 0xF00639B6          MC 41 Read Data and Bit Flip Register 43
MTU_MC41_RDBFL44 0xF00639B8          MC 41 Read Data and Bit Flip Register 44
MTU_MC41_RDBFL45 0xF00639BA          MC 41 Read Data and Bit Flip Register 45
MTU_MC41_RDBFL46 0xF00639BC          MC 41 Read Data and Bit Flip Register 46
MTU_MC41_RDBFL47 0xF00639BE          MC 41 Read Data and Bit Flip Register 47
MTU_MC41_RDBFL48 0xF00639C0          MC 41 Read Data and Bit Flip Register 48
MTU_MC41_RDBFL49 0xF00639C2          MC 41 Read Data and Bit Flip Register 49
MTU_MC41_RDBFL50 0xF00639C4          MC 41 Read Data and Bit Flip Register 50
MTU_MC41_RDBFL51 0xF00639C6          MC 41 Read Data and Bit Flip Register 51
MTU_MC41_RDBFL52 0xF00639C8          MC 41 Read Data and Bit Flip Register 52
MTU_MC41_RDBFL53 0xF00639CA          MC 41 Read Data and Bit Flip Register 53
MTU_MC41_RDBFL54 0xF00639CC          MC 41 Read Data and Bit Flip Register 54
MTU_MC41_RDBFL55 0xF00639CE          MC 41 Read Data and Bit Flip Register 55
MTU_MC41_RDBFL56 0xF00639D0          MC 41 Read Data and Bit Flip Register 56
MTU_MC41_RDBFL57 0xF00639D2          MC 41 Read Data and Bit Flip Register 57
MTU_MC41_RDBFL58 0xF00639D4          MC 41 Read Data and Bit Flip Register 58
MTU_MC41_RDBFL59 0xF00639D6          MC 41 Read Data and Bit Flip Register 59
MTU_MC41_RDBFL60 0xF00639D8          MC 41 Read Data and Bit Flip Register 60
MTU_MC41_RDBFL61 0xF00639DA          MC 41 Read Data and Bit Flip Register 61
MTU_MC41_RDBFL62 0xF00639DC          MC 41 Read Data and Bit Flip Register 62
MTU_MC41_RDBFL63 0xF00639DE          MC 41 Read Data and Bit Flip Register 63
MTU_MC41_RDBFL64 0xF00639E0          MC 41 Read Data and Bit Flip Register 64
MTU_MC41_RDBFL65 0xF00639E2          MC 41 Read Data and Bit Flip Register 65
MTU_MC41_RDBFL66 0xF00639E4          MC 41 Read Data and Bit Flip Register 66
MTU_MC41_ALMSRCS 0xF00639EE          MC 41 Alarm Sources Configuration Register
MTU_MC41_FAULTSTS 0xF00639F0          MC 41 SSH Safety Faults Status Register
MTU_MC41_ERRINFO0 0xF00639F2          MC 41 Error Information Register 0
MTU_MC41_ERRINFO1 0xF00639F4          MC 41 Error Information Register 1
MTU_MC41_ERRINFO2 0xF00639F6          MC 41 Error Information Register 2
MTU_MC41_ERRINFO3 0xF00639F8          MC 41 Error Information Register 3
MTU_MC41_ERRINFO4 0xF00639FA          MC 41 Error Information Register 4
MTU_MC42_CONFIG0 0xF0063A00          MC 42 Configuration Register 0
MTU_MC42_CONFIG1 0xF0063A02          MC 42 Configuration Register 1
MTU_MC42_MCONTROL 0xF0063A04          MC 42 MBIST Control Register
MTU_MC42_MSTATUS 0xF0063A06          MC 42 Status Register
MTU_MC42_RANGE  0xF0063A08          MC 42 Range Register, single address mode
MTU_MC42_REVID  0xF0063A0C          MC 42 Revision ID Register
MTU_MC42_ECCS   0xF0063A0E          MC 42 ECC Safety Register
MTU_MC42_ECCD   0xF0063A10          MC 42 Memory ECC Detection Register
MTU_MC42_ETRR0  0xF0063A12          MC 42 Error Tracking Register 0
MTU_MC42_ETRR1  0xF0063A14          MC 42 Error Tracking Register 1
MTU_MC42_ETRR2  0xF0063A16          MC 42 Error Tracking Register 2
MTU_MC42_ETRR3  0xF0063A18          MC 42 Error Tracking Register 3
MTU_MC42_ETRR4  0xF0063A1A          MC 42 Error Tracking Register 4
MTU_MC42_RDBFL0 0xF0063A60          MC 42 Read Data and Bit Flip Register 0
MTU_MC42_RDBFL1 0xF0063A62          MC 42 Read Data and Bit Flip Register 1
MTU_MC42_RDBFL2 0xF0063A64          MC 42 Read Data and Bit Flip Register 2
MTU_MC42_RDBFL3 0xF0063A66          MC 42 Read Data and Bit Flip Register 3
MTU_MC42_RDBFL4 0xF0063A68          MC 42 Read Data and Bit Flip Register 4
MTU_MC42_RDBFL5 0xF0063A6A          MC 42 Read Data and Bit Flip Register 5
MTU_MC42_RDBFL6 0xF0063A6C          MC 42 Read Data and Bit Flip Register 6
MTU_MC42_RDBFL7 0xF0063A6E          MC 42 Read Data and Bit Flip Register 7
MTU_MC42_RDBFL8 0xF0063A70          MC 42 Read Data and Bit Flip Register 8
MTU_MC42_RDBFL9 0xF0063A72          MC 42 Read Data and Bit Flip Register 9
MTU_MC42_RDBFL10 0xF0063A74          MC 42 Read Data and Bit Flip Register 10
MTU_MC42_RDBFL11 0xF0063A76          MC 42 Read Data and Bit Flip Register 11
MTU_MC42_RDBFL12 0xF0063A78          MC 42 Read Data and Bit Flip Register 12
MTU_MC42_RDBFL13 0xF0063A7A          MC 42 Read Data and Bit Flip Register 13
MTU_MC42_RDBFL14 0xF0063A7C          MC 42 Read Data and Bit Flip Register 14
MTU_MC42_RDBFL15 0xF0063A7E          MC 42 Read Data and Bit Flip Register 15
MTU_MC42_RDBFL16 0xF0063A80          MC 42 Read Data and Bit Flip Register 16
MTU_MC42_RDBFL17 0xF0063A82          MC 42 Read Data and Bit Flip Register 17
MTU_MC42_RDBFL18 0xF0063A84          MC 42 Read Data and Bit Flip Register 18
MTU_MC42_RDBFL19 0xF0063A86          MC 42 Read Data and Bit Flip Register 19
MTU_MC42_RDBFL20 0xF0063A88          MC 42 Read Data and Bit Flip Register 20
MTU_MC42_RDBFL21 0xF0063A8A          MC 42 Read Data and Bit Flip Register 21
MTU_MC42_RDBFL22 0xF0063A8C          MC 42 Read Data and Bit Flip Register 22
MTU_MC42_RDBFL23 0xF0063A8E          MC 42 Read Data and Bit Flip Register 23
MTU_MC42_RDBFL24 0xF0063A90          MC 42 Read Data and Bit Flip Register 24
MTU_MC42_RDBFL25 0xF0063A92          MC 42 Read Data and Bit Flip Register 25
MTU_MC42_RDBFL26 0xF0063A94          MC 42 Read Data and Bit Flip Register 26
MTU_MC42_RDBFL27 0xF0063A96          MC 42 Read Data and Bit Flip Register 27
MTU_MC42_RDBFL28 0xF0063A98          MC 42 Read Data and Bit Flip Register 28
MTU_MC42_RDBFL29 0xF0063A9A          MC 42 Read Data and Bit Flip Register 29
MTU_MC42_RDBFL30 0xF0063A9C          MC 42 Read Data and Bit Flip Register 30
MTU_MC42_RDBFL31 0xF0063A9E          MC 42 Read Data and Bit Flip Register 31
MTU_MC42_RDBFL32 0xF0063AA0          MC 42 Read Data and Bit Flip Register 32
MTU_MC42_RDBFL33 0xF0063AA2          MC 42 Read Data and Bit Flip Register 33
MTU_MC42_RDBFL34 0xF0063AA4          MC 42 Read Data and Bit Flip Register 34
MTU_MC42_RDBFL35 0xF0063AA6          MC 42 Read Data and Bit Flip Register 35
MTU_MC42_RDBFL36 0xF0063AA8          MC 42 Read Data and Bit Flip Register 36
MTU_MC42_RDBFL37 0xF0063AAA          MC 42 Read Data and Bit Flip Register 37
MTU_MC42_RDBFL38 0xF0063AAC          MC 42 Read Data and Bit Flip Register 38
MTU_MC42_RDBFL39 0xF0063AAE          MC 42 Read Data and Bit Flip Register 39
MTU_MC42_RDBFL40 0xF0063AB0          MC 42 Read Data and Bit Flip Register 40
MTU_MC42_RDBFL41 0xF0063AB2          MC 42 Read Data and Bit Flip Register 41
MTU_MC42_RDBFL42 0xF0063AB4          MC 42 Read Data and Bit Flip Register 42
MTU_MC42_RDBFL43 0xF0063AB6          MC 42 Read Data and Bit Flip Register 43
MTU_MC42_RDBFL44 0xF0063AB8          MC 42 Read Data and Bit Flip Register 44
MTU_MC42_RDBFL45 0xF0063ABA          MC 42 Read Data and Bit Flip Register 45
MTU_MC42_RDBFL46 0xF0063ABC          MC 42 Read Data and Bit Flip Register 46
MTU_MC42_RDBFL47 0xF0063ABE          MC 42 Read Data and Bit Flip Register 47
MTU_MC42_RDBFL48 0xF0063AC0          MC 42 Read Data and Bit Flip Register 48
MTU_MC42_RDBFL49 0xF0063AC2          MC 42 Read Data and Bit Flip Register 49
MTU_MC42_RDBFL50 0xF0063AC4          MC 42 Read Data and Bit Flip Register 50
MTU_MC42_RDBFL51 0xF0063AC6          MC 42 Read Data and Bit Flip Register 51
MTU_MC42_RDBFL52 0xF0063AC8          MC 42 Read Data and Bit Flip Register 52
MTU_MC42_RDBFL53 0xF0063ACA          MC 42 Read Data and Bit Flip Register 53
MTU_MC42_RDBFL54 0xF0063ACC          MC 42 Read Data and Bit Flip Register 54
MTU_MC42_RDBFL55 0xF0063ACE          MC 42 Read Data and Bit Flip Register 55
MTU_MC42_RDBFL56 0xF0063AD0          MC 42 Read Data and Bit Flip Register 56
MTU_MC42_RDBFL57 0xF0063AD2          MC 42 Read Data and Bit Flip Register 57
MTU_MC42_RDBFL58 0xF0063AD4          MC 42 Read Data and Bit Flip Register 58
MTU_MC42_RDBFL59 0xF0063AD6          MC 42 Read Data and Bit Flip Register 59
MTU_MC42_RDBFL60 0xF0063AD8          MC 42 Read Data and Bit Flip Register 60
MTU_MC42_RDBFL61 0xF0063ADA          MC 42 Read Data and Bit Flip Register 61
MTU_MC42_RDBFL62 0xF0063ADC          MC 42 Read Data and Bit Flip Register 62
MTU_MC42_RDBFL63 0xF0063ADE          MC 42 Read Data and Bit Flip Register 63
MTU_MC42_RDBFL64 0xF0063AE0          MC 42 Read Data and Bit Flip Register 64
MTU_MC42_RDBFL65 0xF0063AE2          MC 42 Read Data and Bit Flip Register 65
MTU_MC42_RDBFL66 0xF0063AE4          MC 42 Read Data and Bit Flip Register 66
MTU_MC42_ALMSRCS 0xF0063AEE          MC 42 Alarm Sources Configuration Register
MTU_MC42_FAULTSTS 0xF0063AF0          MC 42 SSH Safety Faults Status Register
MTU_MC42_ERRINFO0 0xF0063AF2          MC 42 Error Information Register 0
MTU_MC42_ERRINFO1 0xF0063AF4          MC 42 Error Information Register 1
MTU_MC42_ERRINFO2 0xF0063AF6          MC 42 Error Information Register 2
MTU_MC42_ERRINFO3 0xF0063AF8          MC 42 Error Information Register 3
MTU_MC42_ERRINFO4 0xF0063AFA          MC 42 Error Information Register 4
MTU_MC43_CONFIG0 0xF0063B00          MC 43 Configuration Register 0
MTU_MC43_CONFIG1 0xF0063B02          MC 43 Configuration Register 1
MTU_MC43_MCONTROL 0xF0063B04          MC 43 MBIST Control Register
MTU_MC43_MSTATUS 0xF0063B06          MC 43 Status Register
MTU_MC43_RANGE  0xF0063B08          MC 43 Range Register, single address mode
MTU_MC43_REVID  0xF0063B0C          MC 43 Revision ID Register
MTU_MC43_ECCS   0xF0063B0E          MC 43 ECC Safety Register
MTU_MC43_ECCD   0xF0063B10          MC 43 Memory ECC Detection Register
MTU_MC43_ETRR0  0xF0063B12          MC 43 Error Tracking Register 0
MTU_MC43_ETRR1  0xF0063B14          MC 43 Error Tracking Register 1
MTU_MC43_ETRR2  0xF0063B16          MC 43 Error Tracking Register 2
MTU_MC43_ETRR3  0xF0063B18          MC 43 Error Tracking Register 3
MTU_MC43_ETRR4  0xF0063B1A          MC 43 Error Tracking Register 4
MTU_MC43_RDBFL0 0xF0063B60          MC 43 Read Data and Bit Flip Register 0
MTU_MC43_RDBFL1 0xF0063B62          MC 43 Read Data and Bit Flip Register 1
MTU_MC43_RDBFL2 0xF0063B64          MC 43 Read Data and Bit Flip Register 2
MTU_MC43_RDBFL3 0xF0063B66          MC 43 Read Data and Bit Flip Register 3
MTU_MC43_RDBFL4 0xF0063B68          MC 43 Read Data and Bit Flip Register 4
MTU_MC43_RDBFL5 0xF0063B6A          MC 43 Read Data and Bit Flip Register 5
MTU_MC43_RDBFL6 0xF0063B6C          MC 43 Read Data and Bit Flip Register 6
MTU_MC43_RDBFL7 0xF0063B6E          MC 43 Read Data and Bit Flip Register 7
MTU_MC43_RDBFL8 0xF0063B70          MC 43 Read Data and Bit Flip Register 8
MTU_MC43_RDBFL9 0xF0063B72          MC 43 Read Data and Bit Flip Register 9
MTU_MC43_RDBFL10 0xF0063B74          MC 43 Read Data and Bit Flip Register 10
MTU_MC43_RDBFL11 0xF0063B76          MC 43 Read Data and Bit Flip Register 11
MTU_MC43_RDBFL12 0xF0063B78          MC 43 Read Data and Bit Flip Register 12
MTU_MC43_RDBFL13 0xF0063B7A          MC 43 Read Data and Bit Flip Register 13
MTU_MC43_RDBFL14 0xF0063B7C          MC 43 Read Data and Bit Flip Register 14
MTU_MC43_RDBFL15 0xF0063B7E          MC 43 Read Data and Bit Flip Register 15
MTU_MC43_RDBFL16 0xF0063B80          MC 43 Read Data and Bit Flip Register 16
MTU_MC43_RDBFL17 0xF0063B82          MC 43 Read Data and Bit Flip Register 17
MTU_MC43_RDBFL18 0xF0063B84          MC 43 Read Data and Bit Flip Register 18
MTU_MC43_RDBFL19 0xF0063B86          MC 43 Read Data and Bit Flip Register 19
MTU_MC43_RDBFL20 0xF0063B88          MC 43 Read Data and Bit Flip Register 20
MTU_MC43_RDBFL21 0xF0063B8A          MC 43 Read Data and Bit Flip Register 21
MTU_MC43_RDBFL22 0xF0063B8C          MC 43 Read Data and Bit Flip Register 22
MTU_MC43_RDBFL23 0xF0063B8E          MC 43 Read Data and Bit Flip Register 23
MTU_MC43_RDBFL24 0xF0063B90          MC 43 Read Data and Bit Flip Register 24
MTU_MC43_RDBFL25 0xF0063B92          MC 43 Read Data and Bit Flip Register 25
MTU_MC43_RDBFL26 0xF0063B94          MC 43 Read Data and Bit Flip Register 26
MTU_MC43_RDBFL27 0xF0063B96          MC 43 Read Data and Bit Flip Register 27
MTU_MC43_RDBFL28 0xF0063B98          MC 43 Read Data and Bit Flip Register 28
MTU_MC43_RDBFL29 0xF0063B9A          MC 43 Read Data and Bit Flip Register 29
MTU_MC43_RDBFL30 0xF0063B9C          MC 43 Read Data and Bit Flip Register 30
MTU_MC43_RDBFL31 0xF0063B9E          MC 43 Read Data and Bit Flip Register 31
MTU_MC43_RDBFL32 0xF0063BA0          MC 43 Read Data and Bit Flip Register 32
MTU_MC43_RDBFL33 0xF0063BA2          MC 43 Read Data and Bit Flip Register 33
MTU_MC43_RDBFL34 0xF0063BA4          MC 43 Read Data and Bit Flip Register 34
MTU_MC43_RDBFL35 0xF0063BA6          MC 43 Read Data and Bit Flip Register 35
MTU_MC43_RDBFL36 0xF0063BA8          MC 43 Read Data and Bit Flip Register 36
MTU_MC43_RDBFL37 0xF0063BAA          MC 43 Read Data and Bit Flip Register 37
MTU_MC43_RDBFL38 0xF0063BAC          MC 43 Read Data and Bit Flip Register 38
MTU_MC43_RDBFL39 0xF0063BAE          MC 43 Read Data and Bit Flip Register 39
MTU_MC43_RDBFL40 0xF0063BB0          MC 43 Read Data and Bit Flip Register 40
MTU_MC43_RDBFL41 0xF0063BB2          MC 43 Read Data and Bit Flip Register 41
MTU_MC43_RDBFL42 0xF0063BB4          MC 43 Read Data and Bit Flip Register 42
MTU_MC43_RDBFL43 0xF0063BB6          MC 43 Read Data and Bit Flip Register 43
MTU_MC43_RDBFL44 0xF0063BB8          MC 43 Read Data and Bit Flip Register 44
MTU_MC43_RDBFL45 0xF0063BBA          MC 43 Read Data and Bit Flip Register 45
MTU_MC43_RDBFL46 0xF0063BBC          MC 43 Read Data and Bit Flip Register 46
MTU_MC43_RDBFL47 0xF0063BBE          MC 43 Read Data and Bit Flip Register 47
MTU_MC43_RDBFL48 0xF0063BC0          MC 43 Read Data and Bit Flip Register 48
MTU_MC43_RDBFL49 0xF0063BC2          MC 43 Read Data and Bit Flip Register 49
MTU_MC43_RDBFL50 0xF0063BC4          MC 43 Read Data and Bit Flip Register 50
MTU_MC43_RDBFL51 0xF0063BC6          MC 43 Read Data and Bit Flip Register 51
MTU_MC43_RDBFL52 0xF0063BC8          MC 43 Read Data and Bit Flip Register 52
MTU_MC43_RDBFL53 0xF0063BCA          MC 43 Read Data and Bit Flip Register 53
MTU_MC43_RDBFL54 0xF0063BCC          MC 43 Read Data and Bit Flip Register 54
MTU_MC43_RDBFL55 0xF0063BCE          MC 43 Read Data and Bit Flip Register 55
MTU_MC43_RDBFL56 0xF0063BD0          MC 43 Read Data and Bit Flip Register 56
MTU_MC43_RDBFL57 0xF0063BD2          MC 43 Read Data and Bit Flip Register 57
MTU_MC43_RDBFL58 0xF0063BD4          MC 43 Read Data and Bit Flip Register 58
MTU_MC43_RDBFL59 0xF0063BD6          MC 43 Read Data and Bit Flip Register 59
MTU_MC43_RDBFL60 0xF0063BD8          MC 43 Read Data and Bit Flip Register 60
MTU_MC43_RDBFL61 0xF0063BDA          MC 43 Read Data and Bit Flip Register 61
MTU_MC43_RDBFL62 0xF0063BDC          MC 43 Read Data and Bit Flip Register 62
MTU_MC43_RDBFL63 0xF0063BDE          MC 43 Read Data and Bit Flip Register 63
MTU_MC43_RDBFL64 0xF0063BE0          MC 43 Read Data and Bit Flip Register 64
MTU_MC43_RDBFL65 0xF0063BE2          MC 43 Read Data and Bit Flip Register 65
MTU_MC43_RDBFL66 0xF0063BE4          MC 43 Read Data and Bit Flip Register 66
MTU_MC43_ALMSRCS 0xF0063BEE          MC 43 Alarm Sources Configuration Register
MTU_MC43_FAULTSTS 0xF0063BF0          MC 43 SSH Safety Faults Status Register
MTU_MC43_ERRINFO0 0xF0063BF2          MC 43 Error Information Register 0
MTU_MC43_ERRINFO1 0xF0063BF4          MC 43 Error Information Register 1
MTU_MC43_ERRINFO2 0xF0063BF6          MC 43 Error Information Register 2
MTU_MC43_ERRINFO3 0xF0063BF8          MC 43 Error Information Register 3
MTU_MC43_ERRINFO4 0xF0063BFA          MC 43 Error Information Register 4
MTU_MC44_CONFIG0 0xF0063C00          MC 44 Configuration Register 0
MTU_MC44_CONFIG1 0xF0063C02          MC 44 Configuration Register 1
MTU_MC44_MCONTROL 0xF0063C04          MC 44 MBIST Control Register
MTU_MC44_MSTATUS 0xF0063C06          MC 44 Status Register
MTU_MC44_RANGE  0xF0063C08          MC 44 Range Register, single address mode
MTU_MC44_REVID  0xF0063C0C          MC 44 Revision ID Register
MTU_MC44_ECCS   0xF0063C0E          MC 44 ECC Safety Register
MTU_MC44_ECCD   0xF0063C10          MC 44 Memory ECC Detection Register
MTU_MC44_ETRR0  0xF0063C12          MC 44 Error Tracking Register 0
MTU_MC44_ETRR1  0xF0063C14          MC 44 Error Tracking Register 1
MTU_MC44_ETRR2  0xF0063C16          MC 44 Error Tracking Register 2
MTU_MC44_ETRR3  0xF0063C18          MC 44 Error Tracking Register 3
MTU_MC44_ETRR4  0xF0063C1A          MC 44 Error Tracking Register 4
MTU_MC44_RDBFL0 0xF0063C60          MC 44 Read Data and Bit Flip Register 0
MTU_MC44_RDBFL1 0xF0063C62          MC 44 Read Data and Bit Flip Register 1
MTU_MC44_RDBFL2 0xF0063C64          MC 44 Read Data and Bit Flip Register 2
MTU_MC44_RDBFL3 0xF0063C66          MC 44 Read Data and Bit Flip Register 3
MTU_MC44_RDBFL4 0xF0063C68          MC 44 Read Data and Bit Flip Register 4
MTU_MC44_RDBFL5 0xF0063C6A          MC 44 Read Data and Bit Flip Register 5
MTU_MC44_RDBFL6 0xF0063C6C          MC 44 Read Data and Bit Flip Register 6
MTU_MC44_RDBFL7 0xF0063C6E          MC 44 Read Data and Bit Flip Register 7
MTU_MC44_RDBFL8 0xF0063C70          MC 44 Read Data and Bit Flip Register 8
MTU_MC44_RDBFL9 0xF0063C72          MC 44 Read Data and Bit Flip Register 9
MTU_MC44_RDBFL10 0xF0063C74          MC 44 Read Data and Bit Flip Register 10
MTU_MC44_RDBFL11 0xF0063C76          MC 44 Read Data and Bit Flip Register 11
MTU_MC44_RDBFL12 0xF0063C78          MC 44 Read Data and Bit Flip Register 12
MTU_MC44_RDBFL13 0xF0063C7A          MC 44 Read Data and Bit Flip Register 13
MTU_MC44_RDBFL14 0xF0063C7C          MC 44 Read Data and Bit Flip Register 14
MTU_MC44_RDBFL15 0xF0063C7E          MC 44 Read Data and Bit Flip Register 15
MTU_MC44_RDBFL16 0xF0063C80          MC 44 Read Data and Bit Flip Register 16
MTU_MC44_RDBFL17 0xF0063C82          MC 44 Read Data and Bit Flip Register 17
MTU_MC44_RDBFL18 0xF0063C84          MC 44 Read Data and Bit Flip Register 18
MTU_MC44_RDBFL19 0xF0063C86          MC 44 Read Data and Bit Flip Register 19
MTU_MC44_RDBFL20 0xF0063C88          MC 44 Read Data and Bit Flip Register 20
MTU_MC44_RDBFL21 0xF0063C8A          MC 44 Read Data and Bit Flip Register 21
MTU_MC44_RDBFL22 0xF0063C8C          MC 44 Read Data and Bit Flip Register 22
MTU_MC44_RDBFL23 0xF0063C8E          MC 44 Read Data and Bit Flip Register 23
MTU_MC44_RDBFL24 0xF0063C90          MC 44 Read Data and Bit Flip Register 24
MTU_MC44_RDBFL25 0xF0063C92          MC 44 Read Data and Bit Flip Register 25
MTU_MC44_RDBFL26 0xF0063C94          MC 44 Read Data and Bit Flip Register 26
MTU_MC44_RDBFL27 0xF0063C96          MC 44 Read Data and Bit Flip Register 27
MTU_MC44_RDBFL28 0xF0063C98          MC 44 Read Data and Bit Flip Register 28
MTU_MC44_RDBFL29 0xF0063C9A          MC 44 Read Data and Bit Flip Register 29
MTU_MC44_RDBFL30 0xF0063C9C          MC 44 Read Data and Bit Flip Register 30
MTU_MC44_RDBFL31 0xF0063C9E          MC 44 Read Data and Bit Flip Register 31
MTU_MC44_RDBFL32 0xF0063CA0          MC 44 Read Data and Bit Flip Register 32
MTU_MC44_RDBFL33 0xF0063CA2          MC 44 Read Data and Bit Flip Register 33
MTU_MC44_RDBFL34 0xF0063CA4          MC 44 Read Data and Bit Flip Register 34
MTU_MC44_RDBFL35 0xF0063CA6          MC 44 Read Data and Bit Flip Register 35
MTU_MC44_RDBFL36 0xF0063CA8          MC 44 Read Data and Bit Flip Register 36
MTU_MC44_RDBFL37 0xF0063CAA          MC 44 Read Data and Bit Flip Register 37
MTU_MC44_RDBFL38 0xF0063CAC          MC 44 Read Data and Bit Flip Register 38
MTU_MC44_RDBFL39 0xF0063CAE          MC 44 Read Data and Bit Flip Register 39
MTU_MC44_RDBFL40 0xF0063CB0          MC 44 Read Data and Bit Flip Register 40
MTU_MC44_RDBFL41 0xF0063CB2          MC 44 Read Data and Bit Flip Register 41
MTU_MC44_RDBFL42 0xF0063CB4          MC 44 Read Data and Bit Flip Register 42
MTU_MC44_RDBFL43 0xF0063CB6          MC 44 Read Data and Bit Flip Register 43
MTU_MC44_RDBFL44 0xF0063CB8          MC 44 Read Data and Bit Flip Register 44
MTU_MC44_RDBFL45 0xF0063CBA          MC 44 Read Data and Bit Flip Register 45
MTU_MC44_RDBFL46 0xF0063CBC          MC 44 Read Data and Bit Flip Register 46
MTU_MC44_RDBFL47 0xF0063CBE          MC 44 Read Data and Bit Flip Register 47
MTU_MC44_RDBFL48 0xF0063CC0          MC 44 Read Data and Bit Flip Register 48
MTU_MC44_RDBFL49 0xF0063CC2          MC 44 Read Data and Bit Flip Register 49
MTU_MC44_RDBFL50 0xF0063CC4          MC 44 Read Data and Bit Flip Register 50
MTU_MC44_RDBFL51 0xF0063CC6          MC 44 Read Data and Bit Flip Register 51
MTU_MC44_RDBFL52 0xF0063CC8          MC 44 Read Data and Bit Flip Register 52
MTU_MC44_RDBFL53 0xF0063CCA          MC 44 Read Data and Bit Flip Register 53
MTU_MC44_RDBFL54 0xF0063CCC          MC 44 Read Data and Bit Flip Register 54
MTU_MC44_RDBFL55 0xF0063CCE          MC 44 Read Data and Bit Flip Register 55
MTU_MC44_RDBFL56 0xF0063CD0          MC 44 Read Data and Bit Flip Register 56
MTU_MC44_RDBFL57 0xF0063CD2          MC 44 Read Data and Bit Flip Register 57
MTU_MC44_RDBFL58 0xF0063CD4          MC 44 Read Data and Bit Flip Register 58
MTU_MC44_RDBFL59 0xF0063CD6          MC 44 Read Data and Bit Flip Register 59
MTU_MC44_RDBFL60 0xF0063CD8          MC 44 Read Data and Bit Flip Register 60
MTU_MC44_RDBFL61 0xF0063CDA          MC 44 Read Data and Bit Flip Register 61
MTU_MC44_RDBFL62 0xF0063CDC          MC 44 Read Data and Bit Flip Register 62
MTU_MC44_RDBFL63 0xF0063CDE          MC 44 Read Data and Bit Flip Register 63
MTU_MC44_RDBFL64 0xF0063CE0          MC 44 Read Data and Bit Flip Register 64
MTU_MC44_RDBFL65 0xF0063CE2          MC 44 Read Data and Bit Flip Register 65
MTU_MC44_RDBFL66 0xF0063CE4          MC 44 Read Data and Bit Flip Register 66
MTU_MC44_ALMSRCS 0xF0063CEE          MC 44 Alarm Sources Configuration Register
MTU_MC44_FAULTSTS 0xF0063CF0          MC 44 SSH Safety Faults Status Register
MTU_MC44_ERRINFO0 0xF0063CF2          MC 44 Error Information Register 0
MTU_MC44_ERRINFO1 0xF0063CF4          MC 44 Error Information Register 1
MTU_MC44_ERRINFO2 0xF0063CF6          MC 44 Error Information Register 2
MTU_MC44_ERRINFO3 0xF0063CF8          MC 44 Error Information Register 3
MTU_MC44_ERRINFO4 0xF0063CFA          MC 44 Error Information Register 4
MTU_MC45_CONFIG0 0xF0063D00          MC 45 Configuration Register 0
MTU_MC45_CONFIG1 0xF0063D02          MC 45 Configuration Register 1
MTU_MC45_MCONTROL 0xF0063D04          MC 45 MBIST Control Register
MTU_MC45_MSTATUS 0xF0063D06          MC 45 Status Register
MTU_MC45_RANGE  0xF0063D08          MC 45 Range Register, single address mode
MTU_MC45_REVID  0xF0063D0C          MC 45 Revision ID Register
MTU_MC45_ECCS   0xF0063D0E          MC 45 ECC Safety Register
MTU_MC45_ECCD   0xF0063D10          MC 45 Memory ECC Detection Register
MTU_MC45_ETRR0  0xF0063D12          MC 45 Error Tracking Register 0
MTU_MC45_ETRR1  0xF0063D14          MC 45 Error Tracking Register 1
MTU_MC45_ETRR2  0xF0063D16          MC 45 Error Tracking Register 2
MTU_MC45_ETRR3  0xF0063D18          MC 45 Error Tracking Register 3
MTU_MC45_ETRR4  0xF0063D1A          MC 45 Error Tracking Register 4
MTU_MC45_RDBFL0 0xF0063D60          MC 45 Read Data and Bit Flip Register 0
MTU_MC45_RDBFL1 0xF0063D62          MC 45 Read Data and Bit Flip Register 1
MTU_MC45_RDBFL2 0xF0063D64          MC 45 Read Data and Bit Flip Register 2
MTU_MC45_RDBFL3 0xF0063D66          MC 45 Read Data and Bit Flip Register 3
MTU_MC45_RDBFL4 0xF0063D68          MC 45 Read Data and Bit Flip Register 4
MTU_MC45_RDBFL5 0xF0063D6A          MC 45 Read Data and Bit Flip Register 5
MTU_MC45_RDBFL6 0xF0063D6C          MC 45 Read Data and Bit Flip Register 6
MTU_MC45_RDBFL7 0xF0063D6E          MC 45 Read Data and Bit Flip Register 7
MTU_MC45_RDBFL8 0xF0063D70          MC 45 Read Data and Bit Flip Register 8
MTU_MC45_RDBFL9 0xF0063D72          MC 45 Read Data and Bit Flip Register 9
MTU_MC45_RDBFL10 0xF0063D74          MC 45 Read Data and Bit Flip Register 10
MTU_MC45_RDBFL11 0xF0063D76          MC 45 Read Data and Bit Flip Register 11
MTU_MC45_RDBFL12 0xF0063D78          MC 45 Read Data and Bit Flip Register 12
MTU_MC45_RDBFL13 0xF0063D7A          MC 45 Read Data and Bit Flip Register 13
MTU_MC45_RDBFL14 0xF0063D7C          MC 45 Read Data and Bit Flip Register 14
MTU_MC45_RDBFL15 0xF0063D7E          MC 45 Read Data and Bit Flip Register 15
MTU_MC45_RDBFL16 0xF0063D80          MC 45 Read Data and Bit Flip Register 16
MTU_MC45_RDBFL17 0xF0063D82          MC 45 Read Data and Bit Flip Register 17
MTU_MC45_RDBFL18 0xF0063D84          MC 45 Read Data and Bit Flip Register 18
MTU_MC45_RDBFL19 0xF0063D86          MC 45 Read Data and Bit Flip Register 19
MTU_MC45_RDBFL20 0xF0063D88          MC 45 Read Data and Bit Flip Register 20
MTU_MC45_RDBFL21 0xF0063D8A          MC 45 Read Data and Bit Flip Register 21
MTU_MC45_RDBFL22 0xF0063D8C          MC 45 Read Data and Bit Flip Register 22
MTU_MC45_RDBFL23 0xF0063D8E          MC 45 Read Data and Bit Flip Register 23
MTU_MC45_RDBFL24 0xF0063D90          MC 45 Read Data and Bit Flip Register 24
MTU_MC45_RDBFL25 0xF0063D92          MC 45 Read Data and Bit Flip Register 25
MTU_MC45_RDBFL26 0xF0063D94          MC 45 Read Data and Bit Flip Register 26
MTU_MC45_RDBFL27 0xF0063D96          MC 45 Read Data and Bit Flip Register 27
MTU_MC45_RDBFL28 0xF0063D98          MC 45 Read Data and Bit Flip Register 28
MTU_MC45_RDBFL29 0xF0063D9A          MC 45 Read Data and Bit Flip Register 29
MTU_MC45_RDBFL30 0xF0063D9C          MC 45 Read Data and Bit Flip Register 30
MTU_MC45_RDBFL31 0xF0063D9E          MC 45 Read Data and Bit Flip Register 31
MTU_MC45_RDBFL32 0xF0063DA0          MC 45 Read Data and Bit Flip Register 32
MTU_MC45_RDBFL33 0xF0063DA2          MC 45 Read Data and Bit Flip Register 33
MTU_MC45_RDBFL34 0xF0063DA4          MC 45 Read Data and Bit Flip Register 34
MTU_MC45_RDBFL35 0xF0063DA6          MC 45 Read Data and Bit Flip Register 35
MTU_MC45_RDBFL36 0xF0063DA8          MC 45 Read Data and Bit Flip Register 36
MTU_MC45_RDBFL37 0xF0063DAA          MC 45 Read Data and Bit Flip Register 37
MTU_MC45_RDBFL38 0xF0063DAC          MC 45 Read Data and Bit Flip Register 38
MTU_MC45_RDBFL39 0xF0063DAE          MC 45 Read Data and Bit Flip Register 39
MTU_MC45_RDBFL40 0xF0063DB0          MC 45 Read Data and Bit Flip Register 40
MTU_MC45_RDBFL41 0xF0063DB2          MC 45 Read Data and Bit Flip Register 41
MTU_MC45_RDBFL42 0xF0063DB4          MC 45 Read Data and Bit Flip Register 42
MTU_MC45_RDBFL43 0xF0063DB6          MC 45 Read Data and Bit Flip Register 43
MTU_MC45_RDBFL44 0xF0063DB8          MC 45 Read Data and Bit Flip Register 44
MTU_MC45_RDBFL45 0xF0063DBA          MC 45 Read Data and Bit Flip Register 45
MTU_MC45_RDBFL46 0xF0063DBC          MC 45 Read Data and Bit Flip Register 46
MTU_MC45_RDBFL47 0xF0063DBE          MC 45 Read Data and Bit Flip Register 47
MTU_MC45_RDBFL48 0xF0063DC0          MC 45 Read Data and Bit Flip Register 48
MTU_MC45_RDBFL49 0xF0063DC2          MC 45 Read Data and Bit Flip Register 49
MTU_MC45_RDBFL50 0xF0063DC4          MC 45 Read Data and Bit Flip Register 50
MTU_MC45_RDBFL51 0xF0063DC6          MC 45 Read Data and Bit Flip Register 51
MTU_MC45_RDBFL52 0xF0063DC8          MC 45 Read Data and Bit Flip Register 52
MTU_MC45_RDBFL53 0xF0063DCA          MC 45 Read Data and Bit Flip Register 53
MTU_MC45_RDBFL54 0xF0063DCC          MC 45 Read Data and Bit Flip Register 54
MTU_MC45_RDBFL55 0xF0063DCE          MC 45 Read Data and Bit Flip Register 55
MTU_MC45_RDBFL56 0xF0063DD0          MC 45 Read Data and Bit Flip Register 56
MTU_MC45_RDBFL57 0xF0063DD2          MC 45 Read Data and Bit Flip Register 57
MTU_MC45_RDBFL58 0xF0063DD4          MC 45 Read Data and Bit Flip Register 58
MTU_MC45_RDBFL59 0xF0063DD6          MC 45 Read Data and Bit Flip Register 59
MTU_MC45_RDBFL60 0xF0063DD8          MC 45 Read Data and Bit Flip Register 60
MTU_MC45_RDBFL61 0xF0063DDA          MC 45 Read Data and Bit Flip Register 61
MTU_MC45_RDBFL62 0xF0063DDC          MC 45 Read Data and Bit Flip Register 62
MTU_MC45_RDBFL63 0xF0063DDE          MC 45 Read Data and Bit Flip Register 63
MTU_MC45_RDBFL64 0xF0063DE0          MC 45 Read Data and Bit Flip Register 64
MTU_MC45_RDBFL65 0xF0063DE2          MC 45 Read Data and Bit Flip Register 65
MTU_MC45_RDBFL66 0xF0063DE4          MC 45 Read Data and Bit Flip Register 66
MTU_MC45_ALMSRCS 0xF0063DEE          MC 45 Alarm Sources Configuration Register
MTU_MC45_FAULTSTS 0xF0063DF0          MC 45 SSH Safety Faults Status Register
MTU_MC45_ERRINFO0 0xF0063DF2          MC 45 Error Information Register 0
MTU_MC45_ERRINFO1 0xF0063DF4          MC 45 Error Information Register 1
MTU_MC45_ERRINFO2 0xF0063DF6          MC 45 Error Information Register 2
MTU_MC45_ERRINFO3 0xF0063DF8          MC 45 Error Information Register 3
MTU_MC45_ERRINFO4 0xF0063DFA          MC 45 Error Information Register 4
MTU_MC46_CONFIG0 0xF0063E00          MC 46 Configuration Register 0
MTU_MC46_CONFIG1 0xF0063E02          MC 46 Configuration Register 1
MTU_MC46_MCONTROL 0xF0063E04          MC 46 MBIST Control Register
MTU_MC46_MSTATUS 0xF0063E06          MC 46 Status Register
MTU_MC46_RANGE  0xF0063E08          MC 46 Range Register, single address mode
MTU_MC46_REVID  0xF0063E0C          MC 46 Revision ID Register
MTU_MC46_ECCS   0xF0063E0E          MC 46 ECC Safety Register
MTU_MC46_ECCD   0xF0063E10          MC 46 Memory ECC Detection Register
MTU_MC46_ETRR0  0xF0063E12          MC 46 Error Tracking Register 0
MTU_MC46_ETRR1  0xF0063E14          MC 46 Error Tracking Register 1
MTU_MC46_ETRR2  0xF0063E16          MC 46 Error Tracking Register 2
MTU_MC46_ETRR3  0xF0063E18          MC 46 Error Tracking Register 3
MTU_MC46_ETRR4  0xF0063E1A          MC 46 Error Tracking Register 4
MTU_MC46_RDBFL0 0xF0063E60          MC 46 Read Data and Bit Flip Register 0
MTU_MC46_RDBFL1 0xF0063E62          MC 46 Read Data and Bit Flip Register 1
MTU_MC46_RDBFL2 0xF0063E64          MC 46 Read Data and Bit Flip Register 2
MTU_MC46_RDBFL3 0xF0063E66          MC 46 Read Data and Bit Flip Register 3
MTU_MC46_RDBFL4 0xF0063E68          MC 46 Read Data and Bit Flip Register 4
MTU_MC46_RDBFL5 0xF0063E6A          MC 46 Read Data and Bit Flip Register 5
MTU_MC46_RDBFL6 0xF0063E6C          MC 46 Read Data and Bit Flip Register 6
MTU_MC46_RDBFL7 0xF0063E6E          MC 46 Read Data and Bit Flip Register 7
MTU_MC46_RDBFL8 0xF0063E70          MC 46 Read Data and Bit Flip Register 8
MTU_MC46_RDBFL9 0xF0063E72          MC 46 Read Data and Bit Flip Register 9
MTU_MC46_RDBFL10 0xF0063E74          MC 46 Read Data and Bit Flip Register 10
MTU_MC46_RDBFL11 0xF0063E76          MC 46 Read Data and Bit Flip Register 11
MTU_MC46_RDBFL12 0xF0063E78          MC 46 Read Data and Bit Flip Register 12
MTU_MC46_RDBFL13 0xF0063E7A          MC 46 Read Data and Bit Flip Register 13
MTU_MC46_RDBFL14 0xF0063E7C          MC 46 Read Data and Bit Flip Register 14
MTU_MC46_RDBFL15 0xF0063E7E          MC 46 Read Data and Bit Flip Register 15
MTU_MC46_RDBFL16 0xF0063E80          MC 46 Read Data and Bit Flip Register 16
MTU_MC46_RDBFL17 0xF0063E82          MC 46 Read Data and Bit Flip Register 17
MTU_MC46_RDBFL18 0xF0063E84          MC 46 Read Data and Bit Flip Register 18
MTU_MC46_RDBFL19 0xF0063E86          MC 46 Read Data and Bit Flip Register 19
MTU_MC46_RDBFL20 0xF0063E88          MC 46 Read Data and Bit Flip Register 20
MTU_MC46_RDBFL21 0xF0063E8A          MC 46 Read Data and Bit Flip Register 21
MTU_MC46_RDBFL22 0xF0063E8C          MC 46 Read Data and Bit Flip Register 22
MTU_MC46_RDBFL23 0xF0063E8E          MC 46 Read Data and Bit Flip Register 23
MTU_MC46_RDBFL24 0xF0063E90          MC 46 Read Data and Bit Flip Register 24
MTU_MC46_RDBFL25 0xF0063E92          MC 46 Read Data and Bit Flip Register 25
MTU_MC46_RDBFL26 0xF0063E94          MC 46 Read Data and Bit Flip Register 26
MTU_MC46_RDBFL27 0xF0063E96          MC 46 Read Data and Bit Flip Register 27
MTU_MC46_RDBFL28 0xF0063E98          MC 46 Read Data and Bit Flip Register 28
MTU_MC46_RDBFL29 0xF0063E9A          MC 46 Read Data and Bit Flip Register 29
MTU_MC46_RDBFL30 0xF0063E9C          MC 46 Read Data and Bit Flip Register 30
MTU_MC46_RDBFL31 0xF0063E9E          MC 46 Read Data and Bit Flip Register 31
MTU_MC46_RDBFL32 0xF0063EA0          MC 46 Read Data and Bit Flip Register 32
MTU_MC46_RDBFL33 0xF0063EA2          MC 46 Read Data and Bit Flip Register 33
MTU_MC46_RDBFL34 0xF0063EA4          MC 46 Read Data and Bit Flip Register 34
MTU_MC46_RDBFL35 0xF0063EA6          MC 46 Read Data and Bit Flip Register 35
MTU_MC46_RDBFL36 0xF0063EA8          MC 46 Read Data and Bit Flip Register 36
MTU_MC46_RDBFL37 0xF0063EAA          MC 46 Read Data and Bit Flip Register 37
MTU_MC46_RDBFL38 0xF0063EAC          MC 46 Read Data and Bit Flip Register 38
MTU_MC46_RDBFL39 0xF0063EAE          MC 46 Read Data and Bit Flip Register 39
MTU_MC46_RDBFL40 0xF0063EB0          MC 46 Read Data and Bit Flip Register 40
MTU_MC46_RDBFL41 0xF0063EB2          MC 46 Read Data and Bit Flip Register 41
MTU_MC46_RDBFL42 0xF0063EB4          MC 46 Read Data and Bit Flip Register 42
MTU_MC46_RDBFL43 0xF0063EB6          MC 46 Read Data and Bit Flip Register 43
MTU_MC46_RDBFL44 0xF0063EB8          MC 46 Read Data and Bit Flip Register 44
MTU_MC46_RDBFL45 0xF0063EBA          MC 46 Read Data and Bit Flip Register 45
MTU_MC46_RDBFL46 0xF0063EBC          MC 46 Read Data and Bit Flip Register 46
MTU_MC46_RDBFL47 0xF0063EBE          MC 46 Read Data and Bit Flip Register 47
MTU_MC46_RDBFL48 0xF0063EC0          MC 46 Read Data and Bit Flip Register 48
MTU_MC46_RDBFL49 0xF0063EC2          MC 46 Read Data and Bit Flip Register 49
MTU_MC46_RDBFL50 0xF0063EC4          MC 46 Read Data and Bit Flip Register 50
MTU_MC46_RDBFL51 0xF0063EC6          MC 46 Read Data and Bit Flip Register 51
MTU_MC46_RDBFL52 0xF0063EC8          MC 46 Read Data and Bit Flip Register 52
MTU_MC46_RDBFL53 0xF0063ECA          MC 46 Read Data and Bit Flip Register 53
MTU_MC46_RDBFL54 0xF0063ECC          MC 46 Read Data and Bit Flip Register 54
MTU_MC46_RDBFL55 0xF0063ECE          MC 46 Read Data and Bit Flip Register 55
MTU_MC46_RDBFL56 0xF0063ED0          MC 46 Read Data and Bit Flip Register 56
MTU_MC46_RDBFL57 0xF0063ED2          MC 46 Read Data and Bit Flip Register 57
MTU_MC46_RDBFL58 0xF0063ED4          MC 46 Read Data and Bit Flip Register 58
MTU_MC46_RDBFL59 0xF0063ED6          MC 46 Read Data and Bit Flip Register 59
MTU_MC46_RDBFL60 0xF0063ED8          MC 46 Read Data and Bit Flip Register 60
MTU_MC46_RDBFL61 0xF0063EDA          MC 46 Read Data and Bit Flip Register 61
MTU_MC46_RDBFL62 0xF0063EDC          MC 46 Read Data and Bit Flip Register 62
MTU_MC46_RDBFL63 0xF0063EDE          MC 46 Read Data and Bit Flip Register 63
MTU_MC46_RDBFL64 0xF0063EE0          MC 46 Read Data and Bit Flip Register 64
MTU_MC46_RDBFL65 0xF0063EE2          MC 46 Read Data and Bit Flip Register 65
MTU_MC46_RDBFL66 0xF0063EE4          MC 46 Read Data and Bit Flip Register 66
MTU_MC46_ALMSRCS 0xF0063EEE          MC 46 Alarm Sources Configuration Register
MTU_MC46_FAULTSTS 0xF0063EF0          MC 46 SSH Safety Faults Status Register
MTU_MC46_ERRINFO0 0xF0063EF2          MC 46 Error Information Register 0
MTU_MC46_ERRINFO1 0xF0063EF4          MC 46 Error Information Register 1
MTU_MC46_ERRINFO2 0xF0063EF6          MC 46 Error Information Register 2
MTU_MC46_ERRINFO3 0xF0063EF8          MC 46 Error Information Register 3
MTU_MC46_ERRINFO4 0xF0063EFA          MC 46 Error Information Register 4
MTU_MC47_CONFIG0 0xF0063F00          MC 47 Configuration Register 0
MTU_MC47_CONFIG1 0xF0063F02          MC 47 Configuration Register 1
MTU_MC47_MCONTROL 0xF0063F04          MC 47 MBIST Control Register
MTU_MC47_MSTATUS 0xF0063F06          MC 47 Status Register
MTU_MC47_RANGE  0xF0063F08          MC 47 Range Register, single address mode
MTU_MC47_REVID  0xF0063F0C          MC 47 Revision ID Register
MTU_MC47_ECCS   0xF0063F0E          MC 47 ECC Safety Register
MTU_MC47_ECCD   0xF0063F10          MC 47 Memory ECC Detection Register
MTU_MC47_ETRR0  0xF0063F12          MC 47 Error Tracking Register 0
MTU_MC47_ETRR1  0xF0063F14          MC 47 Error Tracking Register 1
MTU_MC47_ETRR2  0xF0063F16          MC 47 Error Tracking Register 2
MTU_MC47_ETRR3  0xF0063F18          MC 47 Error Tracking Register 3
MTU_MC47_ETRR4  0xF0063F1A          MC 47 Error Tracking Register 4
MTU_MC47_RDBFL0 0xF0063F60          MC 47 Read Data and Bit Flip Register 0
MTU_MC47_RDBFL1 0xF0063F62          MC 47 Read Data and Bit Flip Register 1
MTU_MC47_RDBFL2 0xF0063F64          MC 47 Read Data and Bit Flip Register 2
MTU_MC47_RDBFL3 0xF0063F66          MC 47 Read Data and Bit Flip Register 3
MTU_MC47_RDBFL4 0xF0063F68          MC 47 Read Data and Bit Flip Register 4
MTU_MC47_RDBFL5 0xF0063F6A          MC 47 Read Data and Bit Flip Register 5
MTU_MC47_RDBFL6 0xF0063F6C          MC 47 Read Data and Bit Flip Register 6
MTU_MC47_RDBFL7 0xF0063F6E          MC 47 Read Data and Bit Flip Register 7
MTU_MC47_RDBFL8 0xF0063F70          MC 47 Read Data and Bit Flip Register 8
MTU_MC47_RDBFL9 0xF0063F72          MC 47 Read Data and Bit Flip Register 9
MTU_MC47_RDBFL10 0xF0063F74          MC 47 Read Data and Bit Flip Register 10
MTU_MC47_RDBFL11 0xF0063F76          MC 47 Read Data and Bit Flip Register 11
MTU_MC47_RDBFL12 0xF0063F78          MC 47 Read Data and Bit Flip Register 12
MTU_MC47_RDBFL13 0xF0063F7A          MC 47 Read Data and Bit Flip Register 13
MTU_MC47_RDBFL14 0xF0063F7C          MC 47 Read Data and Bit Flip Register 14
MTU_MC47_RDBFL15 0xF0063F7E          MC 47 Read Data and Bit Flip Register 15
MTU_MC47_RDBFL16 0xF0063F80          MC 47 Read Data and Bit Flip Register 16
MTU_MC47_RDBFL17 0xF0063F82          MC 47 Read Data and Bit Flip Register 17
MTU_MC47_RDBFL18 0xF0063F84          MC 47 Read Data and Bit Flip Register 18
MTU_MC47_RDBFL19 0xF0063F86          MC 47 Read Data and Bit Flip Register 19
MTU_MC47_RDBFL20 0xF0063F88          MC 47 Read Data and Bit Flip Register 20
MTU_MC47_RDBFL21 0xF0063F8A          MC 47 Read Data and Bit Flip Register 21
MTU_MC47_RDBFL22 0xF0063F8C          MC 47 Read Data and Bit Flip Register 22
MTU_MC47_RDBFL23 0xF0063F8E          MC 47 Read Data and Bit Flip Register 23
MTU_MC47_RDBFL24 0xF0063F90          MC 47 Read Data and Bit Flip Register 24
MTU_MC47_RDBFL25 0xF0063F92          MC 47 Read Data and Bit Flip Register 25
MTU_MC47_RDBFL26 0xF0063F94          MC 47 Read Data and Bit Flip Register 26
MTU_MC47_RDBFL27 0xF0063F96          MC 47 Read Data and Bit Flip Register 27
MTU_MC47_RDBFL28 0xF0063F98          MC 47 Read Data and Bit Flip Register 28
MTU_MC47_RDBFL29 0xF0063F9A          MC 47 Read Data and Bit Flip Register 29
MTU_MC47_RDBFL30 0xF0063F9C          MC 47 Read Data and Bit Flip Register 30
MTU_MC47_RDBFL31 0xF0063F9E          MC 47 Read Data and Bit Flip Register 31
MTU_MC47_RDBFL32 0xF0063FA0          MC 47 Read Data and Bit Flip Register 32
MTU_MC47_RDBFL33 0xF0063FA2          MC 47 Read Data and Bit Flip Register 33
MTU_MC47_RDBFL34 0xF0063FA4          MC 47 Read Data and Bit Flip Register 34
MTU_MC47_RDBFL35 0xF0063FA6          MC 47 Read Data and Bit Flip Register 35
MTU_MC47_RDBFL36 0xF0063FA8          MC 47 Read Data and Bit Flip Register 36
MTU_MC47_RDBFL37 0xF0063FAA          MC 47 Read Data and Bit Flip Register 37
MTU_MC47_RDBFL38 0xF0063FAC          MC 47 Read Data and Bit Flip Register 38
MTU_MC47_RDBFL39 0xF0063FAE          MC 47 Read Data and Bit Flip Register 39
MTU_MC47_RDBFL40 0xF0063FB0          MC 47 Read Data and Bit Flip Register 40
MTU_MC47_RDBFL41 0xF0063FB2          MC 47 Read Data and Bit Flip Register 41
MTU_MC47_RDBFL42 0xF0063FB4          MC 47 Read Data and Bit Flip Register 42
MTU_MC47_RDBFL43 0xF0063FB6          MC 47 Read Data and Bit Flip Register 43
MTU_MC47_RDBFL44 0xF0063FB8          MC 47 Read Data and Bit Flip Register 44
MTU_MC47_RDBFL45 0xF0063FBA          MC 47 Read Data and Bit Flip Register 45
MTU_MC47_RDBFL46 0xF0063FBC          MC 47 Read Data and Bit Flip Register 46
MTU_MC47_RDBFL47 0xF0063FBE          MC 47 Read Data and Bit Flip Register 47
MTU_MC47_RDBFL48 0xF0063FC0          MC 47 Read Data and Bit Flip Register 48
MTU_MC47_RDBFL49 0xF0063FC2          MC 47 Read Data and Bit Flip Register 49
MTU_MC47_RDBFL50 0xF0063FC4          MC 47 Read Data and Bit Flip Register 50
MTU_MC47_RDBFL51 0xF0063FC6          MC 47 Read Data and Bit Flip Register 51
MTU_MC47_RDBFL52 0xF0063FC8          MC 47 Read Data and Bit Flip Register 52
MTU_MC47_RDBFL53 0xF0063FCA          MC 47 Read Data and Bit Flip Register 53
MTU_MC47_RDBFL54 0xF0063FCC          MC 47 Read Data and Bit Flip Register 54
MTU_MC47_RDBFL55 0xF0063FCE          MC 47 Read Data and Bit Flip Register 55
MTU_MC47_RDBFL56 0xF0063FD0          MC 47 Read Data and Bit Flip Register 56
MTU_MC47_RDBFL57 0xF0063FD2          MC 47 Read Data and Bit Flip Register 57
MTU_MC47_RDBFL58 0xF0063FD4          MC 47 Read Data and Bit Flip Register 58
MTU_MC47_RDBFL59 0xF0063FD6          MC 47 Read Data and Bit Flip Register 59
MTU_MC47_RDBFL60 0xF0063FD8          MC 47 Read Data and Bit Flip Register 60
MTU_MC47_RDBFL61 0xF0063FDA          MC 47 Read Data and Bit Flip Register 61
MTU_MC47_RDBFL62 0xF0063FDC          MC 47 Read Data and Bit Flip Register 62
MTU_MC47_RDBFL63 0xF0063FDE          MC 47 Read Data and Bit Flip Register 63
MTU_MC47_RDBFL64 0xF0063FE0          MC 47 Read Data and Bit Flip Register 64
MTU_MC47_RDBFL65 0xF0063FE2          MC 47 Read Data and Bit Flip Register 65
MTU_MC47_RDBFL66 0xF0063FE4          MC 47 Read Data and Bit Flip Register 66
MTU_MC47_ALMSRCS 0xF0063FEE          MC 47 Alarm Sources Configuration Register
MTU_MC47_FAULTSTS 0xF0063FF0          MC 47 SSH Safety Faults Status Register
MTU_MC47_ERRINFO0 0xF0063FF2          MC 47 Error Information Register 0
MTU_MC47_ERRINFO1 0xF0063FF4          MC 47 Error Information Register 1
MTU_MC47_ERRINFO2 0xF0063FF6          MC 47 Error Information Register 2
MTU_MC47_ERRINFO3 0xF0063FF8          MC 47 Error Information Register 3
MTU_MC47_ERRINFO4 0xF0063FFA          MC 47 Error Information Register 4
MTU_MC48_CONFIG0 0xF0064000          MC 48 Configuration Register 0
MTU_MC48_CONFIG1 0xF0064002          MC 48 Configuration Register 1
MTU_MC48_MCONTROL 0xF0064004          MC 48 MBIST Control Register
MTU_MC48_MSTATUS 0xF0064006          MC 48 Status Register
MTU_MC48_RANGE  0xF0064008          MC 48 Range Register, single address mode
MTU_MC48_REVID  0xF006400C          MC 48 Revision ID Register
MTU_MC48_ECCS   0xF006400E          MC 48 ECC Safety Register
MTU_MC48_ECCD   0xF0064010          MC 48 Memory ECC Detection Register
MTU_MC48_ETRR0  0xF0064012          MC 48 Error Tracking Register 0
MTU_MC48_ETRR1  0xF0064014          MC 48 Error Tracking Register 1
MTU_MC48_ETRR2  0xF0064016          MC 48 Error Tracking Register 2
MTU_MC48_ETRR3  0xF0064018          MC 48 Error Tracking Register 3
MTU_MC48_ETRR4  0xF006401A          MC 48 Error Tracking Register 4
MTU_MC48_RDBFL0 0xF0064060          MC 48 Read Data and Bit Flip Register 0
MTU_MC48_RDBFL1 0xF0064062          MC 48 Read Data and Bit Flip Register 1
MTU_MC48_RDBFL2 0xF0064064          MC 48 Read Data and Bit Flip Register 2
MTU_MC48_RDBFL3 0xF0064066          MC 48 Read Data and Bit Flip Register 3
MTU_MC48_RDBFL4 0xF0064068          MC 48 Read Data and Bit Flip Register 4
MTU_MC48_RDBFL5 0xF006406A          MC 48 Read Data and Bit Flip Register 5
MTU_MC48_RDBFL6 0xF006406C          MC 48 Read Data and Bit Flip Register 6
MTU_MC48_RDBFL7 0xF006406E          MC 48 Read Data and Bit Flip Register 7
MTU_MC48_RDBFL8 0xF0064070          MC 48 Read Data and Bit Flip Register 8
MTU_MC48_RDBFL9 0xF0064072          MC 48 Read Data and Bit Flip Register 9
MTU_MC48_RDBFL10 0xF0064074          MC 48 Read Data and Bit Flip Register 10
MTU_MC48_RDBFL11 0xF0064076          MC 48 Read Data and Bit Flip Register 11
MTU_MC48_RDBFL12 0xF0064078          MC 48 Read Data and Bit Flip Register 12
MTU_MC48_RDBFL13 0xF006407A          MC 48 Read Data and Bit Flip Register 13
MTU_MC48_RDBFL14 0xF006407C          MC 48 Read Data and Bit Flip Register 14
MTU_MC48_RDBFL15 0xF006407E          MC 48 Read Data and Bit Flip Register 15
MTU_MC48_RDBFL16 0xF0064080          MC 48 Read Data and Bit Flip Register 16
MTU_MC48_RDBFL17 0xF0064082          MC 48 Read Data and Bit Flip Register 17
MTU_MC48_RDBFL18 0xF0064084          MC 48 Read Data and Bit Flip Register 18
MTU_MC48_RDBFL19 0xF0064086          MC 48 Read Data and Bit Flip Register 19
MTU_MC48_RDBFL20 0xF0064088          MC 48 Read Data and Bit Flip Register 20
MTU_MC48_RDBFL21 0xF006408A          MC 48 Read Data and Bit Flip Register 21
MTU_MC48_RDBFL22 0xF006408C          MC 48 Read Data and Bit Flip Register 22
MTU_MC48_RDBFL23 0xF006408E          MC 48 Read Data and Bit Flip Register 23
MTU_MC48_RDBFL24 0xF0064090          MC 48 Read Data and Bit Flip Register 24
MTU_MC48_RDBFL25 0xF0064092          MC 48 Read Data and Bit Flip Register 25
MTU_MC48_RDBFL26 0xF0064094          MC 48 Read Data and Bit Flip Register 26
MTU_MC48_RDBFL27 0xF0064096          MC 48 Read Data and Bit Flip Register 27
MTU_MC48_RDBFL28 0xF0064098          MC 48 Read Data and Bit Flip Register 28
MTU_MC48_RDBFL29 0xF006409A          MC 48 Read Data and Bit Flip Register 29
MTU_MC48_RDBFL30 0xF006409C          MC 48 Read Data and Bit Flip Register 30
MTU_MC48_RDBFL31 0xF006409E          MC 48 Read Data and Bit Flip Register 31
MTU_MC48_RDBFL32 0xF00640A0          MC 48 Read Data and Bit Flip Register 32
MTU_MC48_RDBFL33 0xF00640A2          MC 48 Read Data and Bit Flip Register 33
MTU_MC48_RDBFL34 0xF00640A4          MC 48 Read Data and Bit Flip Register 34
MTU_MC48_RDBFL35 0xF00640A6          MC 48 Read Data and Bit Flip Register 35
MTU_MC48_RDBFL36 0xF00640A8          MC 48 Read Data and Bit Flip Register 36
MTU_MC48_RDBFL37 0xF00640AA          MC 48 Read Data and Bit Flip Register 37
MTU_MC48_RDBFL38 0xF00640AC          MC 48 Read Data and Bit Flip Register 38
MTU_MC48_RDBFL39 0xF00640AE          MC 48 Read Data and Bit Flip Register 39
MTU_MC48_RDBFL40 0xF00640B0          MC 48 Read Data and Bit Flip Register 40
MTU_MC48_RDBFL41 0xF00640B2          MC 48 Read Data and Bit Flip Register 41
MTU_MC48_RDBFL42 0xF00640B4          MC 48 Read Data and Bit Flip Register 42
MTU_MC48_RDBFL43 0xF00640B6          MC 48 Read Data and Bit Flip Register 43
MTU_MC48_RDBFL44 0xF00640B8          MC 48 Read Data and Bit Flip Register 44
MTU_MC48_RDBFL45 0xF00640BA          MC 48 Read Data and Bit Flip Register 45
MTU_MC48_RDBFL46 0xF00640BC          MC 48 Read Data and Bit Flip Register 46
MTU_MC48_RDBFL47 0xF00640BE          MC 48 Read Data and Bit Flip Register 47
MTU_MC48_RDBFL48 0xF00640C0          MC 48 Read Data and Bit Flip Register 48
MTU_MC48_RDBFL49 0xF00640C2          MC 48 Read Data and Bit Flip Register 49
MTU_MC48_RDBFL50 0xF00640C4          MC 48 Read Data and Bit Flip Register 50
MTU_MC48_RDBFL51 0xF00640C6          MC 48 Read Data and Bit Flip Register 51
MTU_MC48_RDBFL52 0xF00640C8          MC 48 Read Data and Bit Flip Register 52
MTU_MC48_RDBFL53 0xF00640CA          MC 48 Read Data and Bit Flip Register 53
MTU_MC48_RDBFL54 0xF00640CC          MC 48 Read Data and Bit Flip Register 54
MTU_MC48_RDBFL55 0xF00640CE          MC 48 Read Data and Bit Flip Register 55
MTU_MC48_RDBFL56 0xF00640D0          MC 48 Read Data and Bit Flip Register 56
MTU_MC48_RDBFL57 0xF00640D2          MC 48 Read Data and Bit Flip Register 57
MTU_MC48_RDBFL58 0xF00640D4          MC 48 Read Data and Bit Flip Register 58
MTU_MC48_RDBFL59 0xF00640D6          MC 48 Read Data and Bit Flip Register 59
MTU_MC48_RDBFL60 0xF00640D8          MC 48 Read Data and Bit Flip Register 60
MTU_MC48_RDBFL61 0xF00640DA          MC 48 Read Data and Bit Flip Register 61
MTU_MC48_RDBFL62 0xF00640DC          MC 48 Read Data and Bit Flip Register 62
MTU_MC48_RDBFL63 0xF00640DE          MC 48 Read Data and Bit Flip Register 63
MTU_MC48_RDBFL64 0xF00640E0          MC 48 Read Data and Bit Flip Register 64
MTU_MC48_RDBFL65 0xF00640E2          MC 48 Read Data and Bit Flip Register 65
MTU_MC48_RDBFL66 0xF00640E4          MC 48 Read Data and Bit Flip Register 66
MTU_MC48_ALMSRCS 0xF00640EE          MC 48 Alarm Sources Configuration Register
MTU_MC48_FAULTSTS 0xF00640F0          MC 48 SSH Safety Faults Status Register
MTU_MC48_ERRINFO0 0xF00640F2          MC 48 Error Information Register 0
MTU_MC48_ERRINFO1 0xF00640F4          MC 48 Error Information Register 1
MTU_MC48_ERRINFO2 0xF00640F6          MC 48 Error Information Register 2
MTU_MC48_ERRINFO3 0xF00640F8          MC 48 Error Information Register 3
MTU_MC48_ERRINFO4 0xF00640FA          MC 48 Error Information Register 4
MTU_MC49_CONFIG0 0xF0064100          MC 49 Configuration Register 0
MTU_MC49_CONFIG1 0xF0064102          MC 49 Configuration Register 1
MTU_MC49_MCONTROL 0xF0064104          MC 49 MBIST Control Register
MTU_MC49_MSTATUS 0xF0064106          MC 49 Status Register
MTU_MC49_RANGE  0xF0064108          MC 49 Range Register, single address mode
MTU_MC49_REVID  0xF006410C          MC 49 Revision ID Register
MTU_MC49_ECCS   0xF006410E          MC 49 ECC Safety Register
MTU_MC49_ECCD   0xF0064110          MC 49 Memory ECC Detection Register
MTU_MC49_ETRR0  0xF0064112          MC 49 Error Tracking Register 0
MTU_MC49_ETRR1  0xF0064114          MC 49 Error Tracking Register 1
MTU_MC49_ETRR2  0xF0064116          MC 49 Error Tracking Register 2
MTU_MC49_ETRR3  0xF0064118          MC 49 Error Tracking Register 3
MTU_MC49_ETRR4  0xF006411A          MC 49 Error Tracking Register 4
MTU_MC49_RDBFL0 0xF0064160          MC 49 Read Data and Bit Flip Register 0
MTU_MC49_RDBFL1 0xF0064162          MC 49 Read Data and Bit Flip Register 1
MTU_MC49_RDBFL2 0xF0064164          MC 49 Read Data and Bit Flip Register 2
MTU_MC49_RDBFL3 0xF0064166          MC 49 Read Data and Bit Flip Register 3
MTU_MC49_RDBFL4 0xF0064168          MC 49 Read Data and Bit Flip Register 4
MTU_MC49_RDBFL5 0xF006416A          MC 49 Read Data and Bit Flip Register 5
MTU_MC49_RDBFL6 0xF006416C          MC 49 Read Data and Bit Flip Register 6
MTU_MC49_RDBFL7 0xF006416E          MC 49 Read Data and Bit Flip Register 7
MTU_MC49_RDBFL8 0xF0064170          MC 49 Read Data and Bit Flip Register 8
MTU_MC49_RDBFL9 0xF0064172          MC 49 Read Data and Bit Flip Register 9
MTU_MC49_RDBFL10 0xF0064174          MC 49 Read Data and Bit Flip Register 10
MTU_MC49_RDBFL11 0xF0064176          MC 49 Read Data and Bit Flip Register 11
MTU_MC49_RDBFL12 0xF0064178          MC 49 Read Data and Bit Flip Register 12
MTU_MC49_RDBFL13 0xF006417A          MC 49 Read Data and Bit Flip Register 13
MTU_MC49_RDBFL14 0xF006417C          MC 49 Read Data and Bit Flip Register 14
MTU_MC49_RDBFL15 0xF006417E          MC 49 Read Data and Bit Flip Register 15
MTU_MC49_RDBFL16 0xF0064180          MC 49 Read Data and Bit Flip Register 16
MTU_MC49_RDBFL17 0xF0064182          MC 49 Read Data and Bit Flip Register 17
MTU_MC49_RDBFL18 0xF0064184          MC 49 Read Data and Bit Flip Register 18
MTU_MC49_RDBFL19 0xF0064186          MC 49 Read Data and Bit Flip Register 19
MTU_MC49_RDBFL20 0xF0064188          MC 49 Read Data and Bit Flip Register 20
MTU_MC49_RDBFL21 0xF006418A          MC 49 Read Data and Bit Flip Register 21
MTU_MC49_RDBFL22 0xF006418C          MC 49 Read Data and Bit Flip Register 22
MTU_MC49_RDBFL23 0xF006418E          MC 49 Read Data and Bit Flip Register 23
MTU_MC49_RDBFL24 0xF0064190          MC 49 Read Data and Bit Flip Register 24
MTU_MC49_RDBFL25 0xF0064192          MC 49 Read Data and Bit Flip Register 25
MTU_MC49_RDBFL26 0xF0064194          MC 49 Read Data and Bit Flip Register 26
MTU_MC49_RDBFL27 0xF0064196          MC 49 Read Data and Bit Flip Register 27
MTU_MC49_RDBFL28 0xF0064198          MC 49 Read Data and Bit Flip Register 28
MTU_MC49_RDBFL29 0xF006419A          MC 49 Read Data and Bit Flip Register 29
MTU_MC49_RDBFL30 0xF006419C          MC 49 Read Data and Bit Flip Register 30
MTU_MC49_RDBFL31 0xF006419E          MC 49 Read Data and Bit Flip Register 31
MTU_MC49_RDBFL32 0xF00641A0          MC 49 Read Data and Bit Flip Register 32
MTU_MC49_RDBFL33 0xF00641A2          MC 49 Read Data and Bit Flip Register 33
MTU_MC49_RDBFL34 0xF00641A4          MC 49 Read Data and Bit Flip Register 34
MTU_MC49_RDBFL35 0xF00641A6          MC 49 Read Data and Bit Flip Register 35
MTU_MC49_RDBFL36 0xF00641A8          MC 49 Read Data and Bit Flip Register 36
MTU_MC49_RDBFL37 0xF00641AA          MC 49 Read Data and Bit Flip Register 37
MTU_MC49_RDBFL38 0xF00641AC          MC 49 Read Data and Bit Flip Register 38
MTU_MC49_RDBFL39 0xF00641AE          MC 49 Read Data and Bit Flip Register 39
MTU_MC49_RDBFL40 0xF00641B0          MC 49 Read Data and Bit Flip Register 40
MTU_MC49_RDBFL41 0xF00641B2          MC 49 Read Data and Bit Flip Register 41
MTU_MC49_RDBFL42 0xF00641B4          MC 49 Read Data and Bit Flip Register 42
MTU_MC49_RDBFL43 0xF00641B6          MC 49 Read Data and Bit Flip Register 43
MTU_MC49_RDBFL44 0xF00641B8          MC 49 Read Data and Bit Flip Register 44
MTU_MC49_RDBFL45 0xF00641BA          MC 49 Read Data and Bit Flip Register 45
MTU_MC49_RDBFL46 0xF00641BC          MC 49 Read Data and Bit Flip Register 46
MTU_MC49_RDBFL47 0xF00641BE          MC 49 Read Data and Bit Flip Register 47
MTU_MC49_RDBFL48 0xF00641C0          MC 49 Read Data and Bit Flip Register 48
MTU_MC49_RDBFL49 0xF00641C2          MC 49 Read Data and Bit Flip Register 49
MTU_MC49_RDBFL50 0xF00641C4          MC 49 Read Data and Bit Flip Register 50
MTU_MC49_RDBFL51 0xF00641C6          MC 49 Read Data and Bit Flip Register 51
MTU_MC49_RDBFL52 0xF00641C8          MC 49 Read Data and Bit Flip Register 52
MTU_MC49_RDBFL53 0xF00641CA          MC 49 Read Data and Bit Flip Register 53
MTU_MC49_RDBFL54 0xF00641CC          MC 49 Read Data and Bit Flip Register 54
MTU_MC49_RDBFL55 0xF00641CE          MC 49 Read Data and Bit Flip Register 55
MTU_MC49_RDBFL56 0xF00641D0          MC 49 Read Data and Bit Flip Register 56
MTU_MC49_RDBFL57 0xF00641D2          MC 49 Read Data and Bit Flip Register 57
MTU_MC49_RDBFL58 0xF00641D4          MC 49 Read Data and Bit Flip Register 58
MTU_MC49_RDBFL59 0xF00641D6          MC 49 Read Data and Bit Flip Register 59
MTU_MC49_RDBFL60 0xF00641D8          MC 49 Read Data and Bit Flip Register 60
MTU_MC49_RDBFL61 0xF00641DA          MC 49 Read Data and Bit Flip Register 61
MTU_MC49_RDBFL62 0xF00641DC          MC 49 Read Data and Bit Flip Register 62
MTU_MC49_RDBFL63 0xF00641DE          MC 49 Read Data and Bit Flip Register 63
MTU_MC49_RDBFL64 0xF00641E0          MC 49 Read Data and Bit Flip Register 64
MTU_MC49_RDBFL65 0xF00641E2          MC 49 Read Data and Bit Flip Register 65
MTU_MC49_RDBFL66 0xF00641E4          MC 49 Read Data and Bit Flip Register 66
MTU_MC49_ALMSRCS 0xF00641EE          MC 49 Alarm Sources Configuration Register
MTU_MC49_FAULTSTS 0xF00641F0          MC 49 SSH Safety Faults Status Register
MTU_MC49_ERRINFO0 0xF00641F2          MC 49 Error Information Register 0
MTU_MC49_ERRINFO1 0xF00641F4          MC 49 Error Information Register 1
MTU_MC49_ERRINFO2 0xF00641F6          MC 49 Error Information Register 2
MTU_MC49_ERRINFO3 0xF00641F8          MC 49 Error Information Register 3
MTU_MC49_ERRINFO4 0xF00641FA          MC 49 Error Information Register 4
MTU_MC50_CONFIG0 0xF0064200          MC 50 Configuration Register 0
MTU_MC50_CONFIG1 0xF0064202          MC 50 Configuration Register 1
MTU_MC50_MCONTROL 0xF0064204          MC 50 MBIST Control Register
MTU_MC50_MSTATUS 0xF0064206          MC 50 Status Register
MTU_MC50_RANGE  0xF0064208          MC 50 Range Register, single address mode
MTU_MC50_REVID  0xF006420C          MC 50 Revision ID Register
MTU_MC50_ECCS   0xF006420E          MC 50 ECC Safety Register
MTU_MC50_ECCD   0xF0064210          MC 50 Memory ECC Detection Register
MTU_MC50_ETRR0  0xF0064212          MC 50 Error Tracking Register 0
MTU_MC50_ETRR1  0xF0064214          MC 50 Error Tracking Register 1
MTU_MC50_ETRR2  0xF0064216          MC 50 Error Tracking Register 2
MTU_MC50_ETRR3  0xF0064218          MC 50 Error Tracking Register 3
MTU_MC50_ETRR4  0xF006421A          MC 50 Error Tracking Register 4
MTU_MC50_RDBFL0 0xF0064260          MC 50 Read Data and Bit Flip Register 0
MTU_MC50_RDBFL1 0xF0064262          MC 50 Read Data and Bit Flip Register 1
MTU_MC50_RDBFL2 0xF0064264          MC 50 Read Data and Bit Flip Register 2
MTU_MC50_RDBFL3 0xF0064266          MC 50 Read Data and Bit Flip Register 3
MTU_MC50_RDBFL4 0xF0064268          MC 50 Read Data and Bit Flip Register 4
MTU_MC50_RDBFL5 0xF006426A          MC 50 Read Data and Bit Flip Register 5
MTU_MC50_RDBFL6 0xF006426C          MC 50 Read Data and Bit Flip Register 6
MTU_MC50_RDBFL7 0xF006426E          MC 50 Read Data and Bit Flip Register 7
MTU_MC50_RDBFL8 0xF0064270          MC 50 Read Data and Bit Flip Register 8
MTU_MC50_RDBFL9 0xF0064272          MC 50 Read Data and Bit Flip Register 9
MTU_MC50_RDBFL10 0xF0064274          MC 50 Read Data and Bit Flip Register 10
MTU_MC50_RDBFL11 0xF0064276          MC 50 Read Data and Bit Flip Register 11
MTU_MC50_RDBFL12 0xF0064278          MC 50 Read Data and Bit Flip Register 12
MTU_MC50_RDBFL13 0xF006427A          MC 50 Read Data and Bit Flip Register 13
MTU_MC50_RDBFL14 0xF006427C          MC 50 Read Data and Bit Flip Register 14
MTU_MC50_RDBFL15 0xF006427E          MC 50 Read Data and Bit Flip Register 15
MTU_MC50_RDBFL16 0xF0064280          MC 50 Read Data and Bit Flip Register 16
MTU_MC50_RDBFL17 0xF0064282          MC 50 Read Data and Bit Flip Register 17
MTU_MC50_RDBFL18 0xF0064284          MC 50 Read Data and Bit Flip Register 18
MTU_MC50_RDBFL19 0xF0064286          MC 50 Read Data and Bit Flip Register 19
MTU_MC50_RDBFL20 0xF0064288          MC 50 Read Data and Bit Flip Register 20
MTU_MC50_RDBFL21 0xF006428A          MC 50 Read Data and Bit Flip Register 21
MTU_MC50_RDBFL22 0xF006428C          MC 50 Read Data and Bit Flip Register 22
MTU_MC50_RDBFL23 0xF006428E          MC 50 Read Data and Bit Flip Register 23
MTU_MC50_RDBFL24 0xF0064290          MC 50 Read Data and Bit Flip Register 24
MTU_MC50_RDBFL25 0xF0064292          MC 50 Read Data and Bit Flip Register 25
MTU_MC50_RDBFL26 0xF0064294          MC 50 Read Data and Bit Flip Register 26
MTU_MC50_RDBFL27 0xF0064296          MC 50 Read Data and Bit Flip Register 27
MTU_MC50_RDBFL28 0xF0064298          MC 50 Read Data and Bit Flip Register 28
MTU_MC50_RDBFL29 0xF006429A          MC 50 Read Data and Bit Flip Register 29
MTU_MC50_RDBFL30 0xF006429C          MC 50 Read Data and Bit Flip Register 30
MTU_MC50_RDBFL31 0xF006429E          MC 50 Read Data and Bit Flip Register 31
MTU_MC50_RDBFL32 0xF00642A0          MC 50 Read Data and Bit Flip Register 32
MTU_MC50_RDBFL33 0xF00642A2          MC 50 Read Data and Bit Flip Register 33
MTU_MC50_RDBFL34 0xF00642A4          MC 50 Read Data and Bit Flip Register 34
MTU_MC50_RDBFL35 0xF00642A6          MC 50 Read Data and Bit Flip Register 35
MTU_MC50_RDBFL36 0xF00642A8          MC 50 Read Data and Bit Flip Register 36
MTU_MC50_RDBFL37 0xF00642AA          MC 50 Read Data and Bit Flip Register 37
MTU_MC50_RDBFL38 0xF00642AC          MC 50 Read Data and Bit Flip Register 38
MTU_MC50_RDBFL39 0xF00642AE          MC 50 Read Data and Bit Flip Register 39
MTU_MC50_RDBFL40 0xF00642B0          MC 50 Read Data and Bit Flip Register 40
MTU_MC50_RDBFL41 0xF00642B2          MC 50 Read Data and Bit Flip Register 41
MTU_MC50_RDBFL42 0xF00642B4          MC 50 Read Data and Bit Flip Register 42
MTU_MC50_RDBFL43 0xF00642B6          MC 50 Read Data and Bit Flip Register 43
MTU_MC50_RDBFL44 0xF00642B8          MC 50 Read Data and Bit Flip Register 44
MTU_MC50_RDBFL45 0xF00642BA          MC 50 Read Data and Bit Flip Register 45
MTU_MC50_RDBFL46 0xF00642BC          MC 50 Read Data and Bit Flip Register 46
MTU_MC50_RDBFL47 0xF00642BE          MC 50 Read Data and Bit Flip Register 47
MTU_MC50_RDBFL48 0xF00642C0          MC 50 Read Data and Bit Flip Register 48
MTU_MC50_RDBFL49 0xF00642C2          MC 50 Read Data and Bit Flip Register 49
MTU_MC50_RDBFL50 0xF00642C4          MC 50 Read Data and Bit Flip Register 50
MTU_MC50_RDBFL51 0xF00642C6          MC 50 Read Data and Bit Flip Register 51
MTU_MC50_RDBFL52 0xF00642C8          MC 50 Read Data and Bit Flip Register 52
MTU_MC50_RDBFL53 0xF00642CA          MC 50 Read Data and Bit Flip Register 53
MTU_MC50_RDBFL54 0xF00642CC          MC 50 Read Data and Bit Flip Register 54
MTU_MC50_RDBFL55 0xF00642CE          MC 50 Read Data and Bit Flip Register 55
MTU_MC50_RDBFL56 0xF00642D0          MC 50 Read Data and Bit Flip Register 56
MTU_MC50_RDBFL57 0xF00642D2          MC 50 Read Data and Bit Flip Register 57
MTU_MC50_RDBFL58 0xF00642D4          MC 50 Read Data and Bit Flip Register 58
MTU_MC50_RDBFL59 0xF00642D6          MC 50 Read Data and Bit Flip Register 59
MTU_MC50_RDBFL60 0xF00642D8          MC 50 Read Data and Bit Flip Register 60
MTU_MC50_RDBFL61 0xF00642DA          MC 50 Read Data and Bit Flip Register 61
MTU_MC50_RDBFL62 0xF00642DC          MC 50 Read Data and Bit Flip Register 62
MTU_MC50_RDBFL63 0xF00642DE          MC 50 Read Data and Bit Flip Register 63
MTU_MC50_RDBFL64 0xF00642E0          MC 50 Read Data and Bit Flip Register 64
MTU_MC50_RDBFL65 0xF00642E2          MC 50 Read Data and Bit Flip Register 65
MTU_MC50_RDBFL66 0xF00642E4          MC 50 Read Data and Bit Flip Register 66
MTU_MC50_ALMSRCS 0xF00642EE          MC 50 Alarm Sources Configuration Register
MTU_MC50_FAULTSTS 0xF00642F0          MC 50 SSH Safety Faults Status Register
MTU_MC50_ERRINFO0 0xF00642F2          MC 50 Error Information Register 0
MTU_MC50_ERRINFO1 0xF00642F4          MC 50 Error Information Register 1
MTU_MC50_ERRINFO2 0xF00642F6          MC 50 Error Information Register 2
MTU_MC50_ERRINFO3 0xF00642F8          MC 50 Error Information Register 3
MTU_MC50_ERRINFO4 0xF00642FA          MC 50 Error Information Register 4
MTU_MC51_CONFIG0 0xF0064300          MC 51 Configuration Register 0
MTU_MC51_CONFIG1 0xF0064302          MC 51 Configuration Register 1
MTU_MC51_MCONTROL 0xF0064304          MC 51 MBIST Control Register
MTU_MC51_MSTATUS 0xF0064306          MC 51 Status Register
MTU_MC51_RANGE  0xF0064308          MC 51 Range Register, single address mode
MTU_MC51_REVID  0xF006430C          MC 51 Revision ID Register
MTU_MC51_ECCS   0xF006430E          MC 51 ECC Safety Register
MTU_MC51_ECCD   0xF0064310          MC 51 Memory ECC Detection Register
MTU_MC51_ETRR0  0xF0064312          MC 51 Error Tracking Register 0
MTU_MC51_ETRR1  0xF0064314          MC 51 Error Tracking Register 1
MTU_MC51_ETRR2  0xF0064316          MC 51 Error Tracking Register 2
MTU_MC51_ETRR3  0xF0064318          MC 51 Error Tracking Register 3
MTU_MC51_ETRR4  0xF006431A          MC 51 Error Tracking Register 4
MTU_MC51_RDBFL0 0xF0064360          MC 51 Read Data and Bit Flip Register 0
MTU_MC51_RDBFL1 0xF0064362          MC 51 Read Data and Bit Flip Register 1
MTU_MC51_RDBFL2 0xF0064364          MC 51 Read Data and Bit Flip Register 2
MTU_MC51_RDBFL3 0xF0064366          MC 51 Read Data and Bit Flip Register 3
MTU_MC51_RDBFL4 0xF0064368          MC 51 Read Data and Bit Flip Register 4
MTU_MC51_RDBFL5 0xF006436A          MC 51 Read Data and Bit Flip Register 5
MTU_MC51_RDBFL6 0xF006436C          MC 51 Read Data and Bit Flip Register 6
MTU_MC51_RDBFL7 0xF006436E          MC 51 Read Data and Bit Flip Register 7
MTU_MC51_RDBFL8 0xF0064370          MC 51 Read Data and Bit Flip Register 8
MTU_MC51_RDBFL9 0xF0064372          MC 51 Read Data and Bit Flip Register 9
MTU_MC51_RDBFL10 0xF0064374          MC 51 Read Data and Bit Flip Register 10
MTU_MC51_RDBFL11 0xF0064376          MC 51 Read Data and Bit Flip Register 11
MTU_MC51_RDBFL12 0xF0064378          MC 51 Read Data and Bit Flip Register 12
MTU_MC51_RDBFL13 0xF006437A          MC 51 Read Data and Bit Flip Register 13
MTU_MC51_RDBFL14 0xF006437C          MC 51 Read Data and Bit Flip Register 14
MTU_MC51_RDBFL15 0xF006437E          MC 51 Read Data and Bit Flip Register 15
MTU_MC51_RDBFL16 0xF0064380          MC 51 Read Data and Bit Flip Register 16
MTU_MC51_RDBFL17 0xF0064382          MC 51 Read Data and Bit Flip Register 17
MTU_MC51_RDBFL18 0xF0064384          MC 51 Read Data and Bit Flip Register 18
MTU_MC51_RDBFL19 0xF0064386          MC 51 Read Data and Bit Flip Register 19
MTU_MC51_RDBFL20 0xF0064388          MC 51 Read Data and Bit Flip Register 20
MTU_MC51_RDBFL21 0xF006438A          MC 51 Read Data and Bit Flip Register 21
MTU_MC51_RDBFL22 0xF006438C          MC 51 Read Data and Bit Flip Register 22
MTU_MC51_RDBFL23 0xF006438E          MC 51 Read Data and Bit Flip Register 23
MTU_MC51_RDBFL24 0xF0064390          MC 51 Read Data and Bit Flip Register 24
MTU_MC51_RDBFL25 0xF0064392          MC 51 Read Data and Bit Flip Register 25
MTU_MC51_RDBFL26 0xF0064394          MC 51 Read Data and Bit Flip Register 26
MTU_MC51_RDBFL27 0xF0064396          MC 51 Read Data and Bit Flip Register 27
MTU_MC51_RDBFL28 0xF0064398          MC 51 Read Data and Bit Flip Register 28
MTU_MC51_RDBFL29 0xF006439A          MC 51 Read Data and Bit Flip Register 29
MTU_MC51_RDBFL30 0xF006439C          MC 51 Read Data and Bit Flip Register 30
MTU_MC51_RDBFL31 0xF006439E          MC 51 Read Data and Bit Flip Register 31
MTU_MC51_RDBFL32 0xF00643A0          MC 51 Read Data and Bit Flip Register 32
MTU_MC51_RDBFL33 0xF00643A2          MC 51 Read Data and Bit Flip Register 33
MTU_MC51_RDBFL34 0xF00643A4          MC 51 Read Data and Bit Flip Register 34
MTU_MC51_RDBFL35 0xF00643A6          MC 51 Read Data and Bit Flip Register 35
MTU_MC51_RDBFL36 0xF00643A8          MC 51 Read Data and Bit Flip Register 36
MTU_MC51_RDBFL37 0xF00643AA          MC 51 Read Data and Bit Flip Register 37
MTU_MC51_RDBFL38 0xF00643AC          MC 51 Read Data and Bit Flip Register 38
MTU_MC51_RDBFL39 0xF00643AE          MC 51 Read Data and Bit Flip Register 39
MTU_MC51_RDBFL40 0xF00643B0          MC 51 Read Data and Bit Flip Register 40
MTU_MC51_RDBFL41 0xF00643B2          MC 51 Read Data and Bit Flip Register 41
MTU_MC51_RDBFL42 0xF00643B4          MC 51 Read Data and Bit Flip Register 42
MTU_MC51_RDBFL43 0xF00643B6          MC 51 Read Data and Bit Flip Register 43
MTU_MC51_RDBFL44 0xF00643B8          MC 51 Read Data and Bit Flip Register 44
MTU_MC51_RDBFL45 0xF00643BA          MC 51 Read Data and Bit Flip Register 45
MTU_MC51_RDBFL46 0xF00643BC          MC 51 Read Data and Bit Flip Register 46
MTU_MC51_RDBFL47 0xF00643BE          MC 51 Read Data and Bit Flip Register 47
MTU_MC51_RDBFL48 0xF00643C0          MC 51 Read Data and Bit Flip Register 48
MTU_MC51_RDBFL49 0xF00643C2          MC 51 Read Data and Bit Flip Register 49
MTU_MC51_RDBFL50 0xF00643C4          MC 51 Read Data and Bit Flip Register 50
MTU_MC51_RDBFL51 0xF00643C6          MC 51 Read Data and Bit Flip Register 51
MTU_MC51_RDBFL52 0xF00643C8          MC 51 Read Data and Bit Flip Register 52
MTU_MC51_RDBFL53 0xF00643CA          MC 51 Read Data and Bit Flip Register 53
MTU_MC51_RDBFL54 0xF00643CC          MC 51 Read Data and Bit Flip Register 54
MTU_MC51_RDBFL55 0xF00643CE          MC 51 Read Data and Bit Flip Register 55
MTU_MC51_RDBFL56 0xF00643D0          MC 51 Read Data and Bit Flip Register 56
MTU_MC51_RDBFL57 0xF00643D2          MC 51 Read Data and Bit Flip Register 57
MTU_MC51_RDBFL58 0xF00643D4          MC 51 Read Data and Bit Flip Register 58
MTU_MC51_RDBFL59 0xF00643D6          MC 51 Read Data and Bit Flip Register 59
MTU_MC51_RDBFL60 0xF00643D8          MC 51 Read Data and Bit Flip Register 60
MTU_MC51_RDBFL61 0xF00643DA          MC 51 Read Data and Bit Flip Register 61
MTU_MC51_RDBFL62 0xF00643DC          MC 51 Read Data and Bit Flip Register 62
MTU_MC51_RDBFL63 0xF00643DE          MC 51 Read Data and Bit Flip Register 63
MTU_MC51_RDBFL64 0xF00643E0          MC 51 Read Data and Bit Flip Register 64
MTU_MC51_RDBFL65 0xF00643E2          MC 51 Read Data and Bit Flip Register 65
MTU_MC51_RDBFL66 0xF00643E4          MC 51 Read Data and Bit Flip Register 66
MTU_MC51_ALMSRCS 0xF00643EE          MC 51 Alarm Sources Configuration Register
MTU_MC51_FAULTSTS 0xF00643F0          MC 51 SSH Safety Faults Status Register
MTU_MC51_ERRINFO0 0xF00643F2          MC 51 Error Information Register 0
MTU_MC51_ERRINFO1 0xF00643F4          MC 51 Error Information Register 1
MTU_MC51_ERRINFO2 0xF00643F6          MC 51 Error Information Register 2
MTU_MC51_ERRINFO3 0xF00643F8          MC 51 Error Information Register 3
MTU_MC51_ERRINFO4 0xF00643FA          MC 51 Error Information Register 4
MTU_MC52_CONFIG0 0xF0064400          MC 52 Configuration Register 0
MTU_MC52_CONFIG1 0xF0064402          MC 52 Configuration Register 1
MTU_MC52_MCONTROL 0xF0064404          MC 52 MBIST Control Register
MTU_MC52_MSTATUS 0xF0064406          MC 52 Status Register
MTU_MC52_RANGE  0xF0064408          MC 52 Range Register, single address mode
MTU_MC52_REVID  0xF006440C          MC 52 Revision ID Register
MTU_MC52_ECCS   0xF006440E          MC 52 ECC Safety Register
MTU_MC52_ECCD   0xF0064410          MC 52 Memory ECC Detection Register
MTU_MC52_ETRR0  0xF0064412          MC 52 Error Tracking Register 0
MTU_MC52_ETRR1  0xF0064414          MC 52 Error Tracking Register 1
MTU_MC52_ETRR2  0xF0064416          MC 52 Error Tracking Register 2
MTU_MC52_ETRR3  0xF0064418          MC 52 Error Tracking Register 3
MTU_MC52_ETRR4  0xF006441A          MC 52 Error Tracking Register 4
MTU_MC52_RDBFL0 0xF0064460          MC 52 Read Data and Bit Flip Register 0
MTU_MC52_RDBFL1 0xF0064462          MC 52 Read Data and Bit Flip Register 1
MTU_MC52_RDBFL2 0xF0064464          MC 52 Read Data and Bit Flip Register 2
MTU_MC52_RDBFL3 0xF0064466          MC 52 Read Data and Bit Flip Register 3
MTU_MC52_RDBFL4 0xF0064468          MC 52 Read Data and Bit Flip Register 4
MTU_MC52_RDBFL5 0xF006446A          MC 52 Read Data and Bit Flip Register 5
MTU_MC52_RDBFL6 0xF006446C          MC 52 Read Data and Bit Flip Register 6
MTU_MC52_RDBFL7 0xF006446E          MC 52 Read Data and Bit Flip Register 7
MTU_MC52_RDBFL8 0xF0064470          MC 52 Read Data and Bit Flip Register 8
MTU_MC52_RDBFL9 0xF0064472          MC 52 Read Data and Bit Flip Register 9
MTU_MC52_RDBFL10 0xF0064474          MC 52 Read Data and Bit Flip Register 10
MTU_MC52_RDBFL11 0xF0064476          MC 52 Read Data and Bit Flip Register 11
MTU_MC52_RDBFL12 0xF0064478          MC 52 Read Data and Bit Flip Register 12
MTU_MC52_RDBFL13 0xF006447A          MC 52 Read Data and Bit Flip Register 13
MTU_MC52_RDBFL14 0xF006447C          MC 52 Read Data and Bit Flip Register 14
MTU_MC52_RDBFL15 0xF006447E          MC 52 Read Data and Bit Flip Register 15
MTU_MC52_RDBFL16 0xF0064480          MC 52 Read Data and Bit Flip Register 16
MTU_MC52_RDBFL17 0xF0064482          MC 52 Read Data and Bit Flip Register 17
MTU_MC52_RDBFL18 0xF0064484          MC 52 Read Data and Bit Flip Register 18
MTU_MC52_RDBFL19 0xF0064486          MC 52 Read Data and Bit Flip Register 19
MTU_MC52_RDBFL20 0xF0064488          MC 52 Read Data and Bit Flip Register 20
MTU_MC52_RDBFL21 0xF006448A          MC 52 Read Data and Bit Flip Register 21
MTU_MC52_RDBFL22 0xF006448C          MC 52 Read Data and Bit Flip Register 22
MTU_MC52_RDBFL23 0xF006448E          MC 52 Read Data and Bit Flip Register 23
MTU_MC52_RDBFL24 0xF0064490          MC 52 Read Data and Bit Flip Register 24
MTU_MC52_RDBFL25 0xF0064492          MC 52 Read Data and Bit Flip Register 25
MTU_MC52_RDBFL26 0xF0064494          MC 52 Read Data and Bit Flip Register 26
MTU_MC52_RDBFL27 0xF0064496          MC 52 Read Data and Bit Flip Register 27
MTU_MC52_RDBFL28 0xF0064498          MC 52 Read Data and Bit Flip Register 28
MTU_MC52_RDBFL29 0xF006449A          MC 52 Read Data and Bit Flip Register 29
MTU_MC52_RDBFL30 0xF006449C          MC 52 Read Data and Bit Flip Register 30
MTU_MC52_RDBFL31 0xF006449E          MC 52 Read Data and Bit Flip Register 31
MTU_MC52_RDBFL32 0xF00644A0          MC 52 Read Data and Bit Flip Register 32
MTU_MC52_RDBFL33 0xF00644A2          MC 52 Read Data and Bit Flip Register 33
MTU_MC52_RDBFL34 0xF00644A4          MC 52 Read Data and Bit Flip Register 34
MTU_MC52_RDBFL35 0xF00644A6          MC 52 Read Data and Bit Flip Register 35
MTU_MC52_RDBFL36 0xF00644A8          MC 52 Read Data and Bit Flip Register 36
MTU_MC52_RDBFL37 0xF00644AA          MC 52 Read Data and Bit Flip Register 37
MTU_MC52_RDBFL38 0xF00644AC          MC 52 Read Data and Bit Flip Register 38
MTU_MC52_RDBFL39 0xF00644AE          MC 52 Read Data and Bit Flip Register 39
MTU_MC52_RDBFL40 0xF00644B0          MC 52 Read Data and Bit Flip Register 40
MTU_MC52_RDBFL41 0xF00644B2          MC 52 Read Data and Bit Flip Register 41
MTU_MC52_RDBFL42 0xF00644B4          MC 52 Read Data and Bit Flip Register 42
MTU_MC52_RDBFL43 0xF00644B6          MC 52 Read Data and Bit Flip Register 43
MTU_MC52_RDBFL44 0xF00644B8          MC 52 Read Data and Bit Flip Register 44
MTU_MC52_RDBFL45 0xF00644BA          MC 52 Read Data and Bit Flip Register 45
MTU_MC52_RDBFL46 0xF00644BC          MC 52 Read Data and Bit Flip Register 46
MTU_MC52_RDBFL47 0xF00644BE          MC 52 Read Data and Bit Flip Register 47
MTU_MC52_RDBFL48 0xF00644C0          MC 52 Read Data and Bit Flip Register 48
MTU_MC52_RDBFL49 0xF00644C2          MC 52 Read Data and Bit Flip Register 49
MTU_MC52_RDBFL50 0xF00644C4          MC 52 Read Data and Bit Flip Register 50
MTU_MC52_RDBFL51 0xF00644C6          MC 52 Read Data and Bit Flip Register 51
MTU_MC52_RDBFL52 0xF00644C8          MC 52 Read Data and Bit Flip Register 52
MTU_MC52_RDBFL53 0xF00644CA          MC 52 Read Data and Bit Flip Register 53
MTU_MC52_RDBFL54 0xF00644CC          MC 52 Read Data and Bit Flip Register 54
MTU_MC52_RDBFL55 0xF00644CE          MC 52 Read Data and Bit Flip Register 55
MTU_MC52_RDBFL56 0xF00644D0          MC 52 Read Data and Bit Flip Register 56
MTU_MC52_RDBFL57 0xF00644D2          MC 52 Read Data and Bit Flip Register 57
MTU_MC52_RDBFL58 0xF00644D4          MC 52 Read Data and Bit Flip Register 58
MTU_MC52_RDBFL59 0xF00644D6          MC 52 Read Data and Bit Flip Register 59
MTU_MC52_RDBFL60 0xF00644D8          MC 52 Read Data and Bit Flip Register 60
MTU_MC52_RDBFL61 0xF00644DA          MC 52 Read Data and Bit Flip Register 61
MTU_MC52_RDBFL62 0xF00644DC          MC 52 Read Data and Bit Flip Register 62
MTU_MC52_RDBFL63 0xF00644DE          MC 52 Read Data and Bit Flip Register 63
MTU_MC52_RDBFL64 0xF00644E0          MC 52 Read Data and Bit Flip Register 64
MTU_MC52_RDBFL65 0xF00644E2          MC 52 Read Data and Bit Flip Register 65
MTU_MC52_RDBFL66 0xF00644E4          MC 52 Read Data and Bit Flip Register 66
MTU_MC52_ALMSRCS 0xF00644EE          MC 52 Alarm Sources Configuration Register
MTU_MC52_FAULTSTS 0xF00644F0          MC 52 SSH Safety Faults Status Register
MTU_MC52_ERRINFO0 0xF00644F2          MC 52 Error Information Register 0
MTU_MC52_ERRINFO1 0xF00644F4          MC 52 Error Information Register 1
MTU_MC52_ERRINFO2 0xF00644F6          MC 52 Error Information Register 2
MTU_MC52_ERRINFO3 0xF00644F8          MC 52 Error Information Register 3
MTU_MC52_ERRINFO4 0xF00644FA          MC 52 Error Information Register 4
MTU_MC53_CONFIG0 0xF0064500          MC 53 Configuration Register 0
MTU_MC53_CONFIG1 0xF0064502          MC 53 Configuration Register 1
MTU_MC53_MCONTROL 0xF0064504          MC 53 MBIST Control Register
MTU_MC53_MSTATUS 0xF0064506          MC 53 Status Register
MTU_MC53_RANGE  0xF0064508          MC 53 Range Register, single address mode
MTU_MC53_REVID  0xF006450C          MC 53 Revision ID Register
MTU_MC53_ECCS   0xF006450E          MC 53 ECC Safety Register
MTU_MC53_ECCD   0xF0064510          MC 53 Memory ECC Detection Register
MTU_MC53_ETRR0  0xF0064512          MC 53 Error Tracking Register 0
MTU_MC53_ETRR1  0xF0064514          MC 53 Error Tracking Register 1
MTU_MC53_ETRR2  0xF0064516          MC 53 Error Tracking Register 2
MTU_MC53_ETRR3  0xF0064518          MC 53 Error Tracking Register 3
MTU_MC53_ETRR4  0xF006451A          MC 53 Error Tracking Register 4
MTU_MC53_RDBFL0 0xF0064560          MC 53 Read Data and Bit Flip Register 0
MTU_MC53_RDBFL1 0xF0064562          MC 53 Read Data and Bit Flip Register 1
MTU_MC53_RDBFL2 0xF0064564          MC 53 Read Data and Bit Flip Register 2
MTU_MC53_RDBFL3 0xF0064566          MC 53 Read Data and Bit Flip Register 3
MTU_MC53_RDBFL4 0xF0064568          MC 53 Read Data and Bit Flip Register 4
MTU_MC53_RDBFL5 0xF006456A          MC 53 Read Data and Bit Flip Register 5
MTU_MC53_RDBFL6 0xF006456C          MC 53 Read Data and Bit Flip Register 6
MTU_MC53_RDBFL7 0xF006456E          MC 53 Read Data and Bit Flip Register 7
MTU_MC53_RDBFL8 0xF0064570          MC 53 Read Data and Bit Flip Register 8
MTU_MC53_RDBFL9 0xF0064572          MC 53 Read Data and Bit Flip Register 9
MTU_MC53_RDBFL10 0xF0064574          MC 53 Read Data and Bit Flip Register 10
MTU_MC53_RDBFL11 0xF0064576          MC 53 Read Data and Bit Flip Register 11
MTU_MC53_RDBFL12 0xF0064578          MC 53 Read Data and Bit Flip Register 12
MTU_MC53_RDBFL13 0xF006457A          MC 53 Read Data and Bit Flip Register 13
MTU_MC53_RDBFL14 0xF006457C          MC 53 Read Data and Bit Flip Register 14
MTU_MC53_RDBFL15 0xF006457E          MC 53 Read Data and Bit Flip Register 15
MTU_MC53_RDBFL16 0xF0064580          MC 53 Read Data and Bit Flip Register 16
MTU_MC53_RDBFL17 0xF0064582          MC 53 Read Data and Bit Flip Register 17
MTU_MC53_RDBFL18 0xF0064584          MC 53 Read Data and Bit Flip Register 18
MTU_MC53_RDBFL19 0xF0064586          MC 53 Read Data and Bit Flip Register 19
MTU_MC53_RDBFL20 0xF0064588          MC 53 Read Data and Bit Flip Register 20
MTU_MC53_RDBFL21 0xF006458A          MC 53 Read Data and Bit Flip Register 21
MTU_MC53_RDBFL22 0xF006458C          MC 53 Read Data and Bit Flip Register 22
MTU_MC53_RDBFL23 0xF006458E          MC 53 Read Data and Bit Flip Register 23
MTU_MC53_RDBFL24 0xF0064590          MC 53 Read Data and Bit Flip Register 24
MTU_MC53_RDBFL25 0xF0064592          MC 53 Read Data and Bit Flip Register 25
MTU_MC53_RDBFL26 0xF0064594          MC 53 Read Data and Bit Flip Register 26
MTU_MC53_RDBFL27 0xF0064596          MC 53 Read Data and Bit Flip Register 27
MTU_MC53_RDBFL28 0xF0064598          MC 53 Read Data and Bit Flip Register 28
MTU_MC53_RDBFL29 0xF006459A          MC 53 Read Data and Bit Flip Register 29
MTU_MC53_RDBFL30 0xF006459C          MC 53 Read Data and Bit Flip Register 30
MTU_MC53_RDBFL31 0xF006459E          MC 53 Read Data and Bit Flip Register 31
MTU_MC53_RDBFL32 0xF00645A0          MC 53 Read Data and Bit Flip Register 32
MTU_MC53_RDBFL33 0xF00645A2          MC 53 Read Data and Bit Flip Register 33
MTU_MC53_RDBFL34 0xF00645A4          MC 53 Read Data and Bit Flip Register 34
MTU_MC53_RDBFL35 0xF00645A6          MC 53 Read Data and Bit Flip Register 35
MTU_MC53_RDBFL36 0xF00645A8          MC 53 Read Data and Bit Flip Register 36
MTU_MC53_RDBFL37 0xF00645AA          MC 53 Read Data and Bit Flip Register 37
MTU_MC53_RDBFL38 0xF00645AC          MC 53 Read Data and Bit Flip Register 38
MTU_MC53_RDBFL39 0xF00645AE          MC 53 Read Data and Bit Flip Register 39
MTU_MC53_RDBFL40 0xF00645B0          MC 53 Read Data and Bit Flip Register 40
MTU_MC53_RDBFL41 0xF00645B2          MC 53 Read Data and Bit Flip Register 41
MTU_MC53_RDBFL42 0xF00645B4          MC 53 Read Data and Bit Flip Register 42
MTU_MC53_RDBFL43 0xF00645B6          MC 53 Read Data and Bit Flip Register 43
MTU_MC53_RDBFL44 0xF00645B8          MC 53 Read Data and Bit Flip Register 44
MTU_MC53_RDBFL45 0xF00645BA          MC 53 Read Data and Bit Flip Register 45
MTU_MC53_RDBFL46 0xF00645BC          MC 53 Read Data and Bit Flip Register 46
MTU_MC53_RDBFL47 0xF00645BE          MC 53 Read Data and Bit Flip Register 47
MTU_MC53_RDBFL48 0xF00645C0          MC 53 Read Data and Bit Flip Register 48
MTU_MC53_RDBFL49 0xF00645C2          MC 53 Read Data and Bit Flip Register 49
MTU_MC53_RDBFL50 0xF00645C4          MC 53 Read Data and Bit Flip Register 50
MTU_MC53_RDBFL51 0xF00645C6          MC 53 Read Data and Bit Flip Register 51
MTU_MC53_RDBFL52 0xF00645C8          MC 53 Read Data and Bit Flip Register 52
MTU_MC53_RDBFL53 0xF00645CA          MC 53 Read Data and Bit Flip Register 53
MTU_MC53_RDBFL54 0xF00645CC          MC 53 Read Data and Bit Flip Register 54
MTU_MC53_RDBFL55 0xF00645CE          MC 53 Read Data and Bit Flip Register 55
MTU_MC53_RDBFL56 0xF00645D0          MC 53 Read Data and Bit Flip Register 56
MTU_MC53_RDBFL57 0xF00645D2          MC 53 Read Data and Bit Flip Register 57
MTU_MC53_RDBFL58 0xF00645D4          MC 53 Read Data and Bit Flip Register 58
MTU_MC53_RDBFL59 0xF00645D6          MC 53 Read Data and Bit Flip Register 59
MTU_MC53_RDBFL60 0xF00645D8          MC 53 Read Data and Bit Flip Register 60
MTU_MC53_RDBFL61 0xF00645DA          MC 53 Read Data and Bit Flip Register 61
MTU_MC53_RDBFL62 0xF00645DC          MC 53 Read Data and Bit Flip Register 62
MTU_MC53_RDBFL63 0xF00645DE          MC 53 Read Data and Bit Flip Register 63
MTU_MC53_RDBFL64 0xF00645E0          MC 53 Read Data and Bit Flip Register 64
MTU_MC53_RDBFL65 0xF00645E2          MC 53 Read Data and Bit Flip Register 65
MTU_MC53_RDBFL66 0xF00645E4          MC 53 Read Data and Bit Flip Register 66
MTU_MC53_ALMSRCS 0xF00645EE          MC 53 Alarm Sources Configuration Register
MTU_MC53_FAULTSTS 0xF00645F0          MC 53 SSH Safety Faults Status Register
MTU_MC53_ERRINFO0 0xF00645F2          MC 53 Error Information Register 0
MTU_MC53_ERRINFO1 0xF00645F4          MC 53 Error Information Register 1
MTU_MC53_ERRINFO2 0xF00645F6          MC 53 Error Information Register 2
MTU_MC53_ERRINFO3 0xF00645F8          MC 53 Error Information Register 3
MTU_MC53_ERRINFO4 0xF00645FA          MC 53 Error Information Register 4
MTU_MC54_CONFIG0 0xF0064600          MC 54 Configuration Register 0
MTU_MC54_CONFIG1 0xF0064602          MC 54 Configuration Register 1
MTU_MC54_MCONTROL 0xF0064604          MC 54 MBIST Control Register
MTU_MC54_MSTATUS 0xF0064606          MC 54 Status Register
MTU_MC54_RANGE  0xF0064608          MC 54 Range Register, single address mode
MTU_MC54_REVID  0xF006460C          MC 54 Revision ID Register
MTU_MC54_ECCS   0xF006460E          MC 54 ECC Safety Register
MTU_MC54_ECCD   0xF0064610          MC 54 Memory ECC Detection Register
MTU_MC54_ETRR0  0xF0064612          MC 54 Error Tracking Register 0
MTU_MC54_ETRR1  0xF0064614          MC 54 Error Tracking Register 1
MTU_MC54_ETRR2  0xF0064616          MC 54 Error Tracking Register 2
MTU_MC54_ETRR3  0xF0064618          MC 54 Error Tracking Register 3
MTU_MC54_ETRR4  0xF006461A          MC 54 Error Tracking Register 4
MTU_MC54_RDBFL0 0xF0064660          MC 54 Read Data and Bit Flip Register 0
MTU_MC54_RDBFL1 0xF0064662          MC 54 Read Data and Bit Flip Register 1
MTU_MC54_RDBFL2 0xF0064664          MC 54 Read Data and Bit Flip Register 2
MTU_MC54_RDBFL3 0xF0064666          MC 54 Read Data and Bit Flip Register 3
MTU_MC54_RDBFL4 0xF0064668          MC 54 Read Data and Bit Flip Register 4
MTU_MC54_RDBFL5 0xF006466A          MC 54 Read Data and Bit Flip Register 5
MTU_MC54_RDBFL6 0xF006466C          MC 54 Read Data and Bit Flip Register 6
MTU_MC54_RDBFL7 0xF006466E          MC 54 Read Data and Bit Flip Register 7
MTU_MC54_RDBFL8 0xF0064670          MC 54 Read Data and Bit Flip Register 8
MTU_MC54_RDBFL9 0xF0064672          MC 54 Read Data and Bit Flip Register 9
MTU_MC54_RDBFL10 0xF0064674          MC 54 Read Data and Bit Flip Register 10
MTU_MC54_RDBFL11 0xF0064676          MC 54 Read Data and Bit Flip Register 11
MTU_MC54_RDBFL12 0xF0064678          MC 54 Read Data and Bit Flip Register 12
MTU_MC54_RDBFL13 0xF006467A          MC 54 Read Data and Bit Flip Register 13
MTU_MC54_RDBFL14 0xF006467C          MC 54 Read Data and Bit Flip Register 14
MTU_MC54_RDBFL15 0xF006467E          MC 54 Read Data and Bit Flip Register 15
MTU_MC54_RDBFL16 0xF0064680          MC 54 Read Data and Bit Flip Register 16
MTU_MC54_RDBFL17 0xF0064682          MC 54 Read Data and Bit Flip Register 17
MTU_MC54_RDBFL18 0xF0064684          MC 54 Read Data and Bit Flip Register 18
MTU_MC54_RDBFL19 0xF0064686          MC 54 Read Data and Bit Flip Register 19
MTU_MC54_RDBFL20 0xF0064688          MC 54 Read Data and Bit Flip Register 20
MTU_MC54_RDBFL21 0xF006468A          MC 54 Read Data and Bit Flip Register 21
MTU_MC54_RDBFL22 0xF006468C          MC 54 Read Data and Bit Flip Register 22
MTU_MC54_RDBFL23 0xF006468E          MC 54 Read Data and Bit Flip Register 23
MTU_MC54_RDBFL24 0xF0064690          MC 54 Read Data and Bit Flip Register 24
MTU_MC54_RDBFL25 0xF0064692          MC 54 Read Data and Bit Flip Register 25
MTU_MC54_RDBFL26 0xF0064694          MC 54 Read Data and Bit Flip Register 26
MTU_MC54_RDBFL27 0xF0064696          MC 54 Read Data and Bit Flip Register 27
MTU_MC54_RDBFL28 0xF0064698          MC 54 Read Data and Bit Flip Register 28
MTU_MC54_RDBFL29 0xF006469A          MC 54 Read Data and Bit Flip Register 29
MTU_MC54_RDBFL30 0xF006469C          MC 54 Read Data and Bit Flip Register 30
MTU_MC54_RDBFL31 0xF006469E          MC 54 Read Data and Bit Flip Register 31
MTU_MC54_RDBFL32 0xF00646A0          MC 54 Read Data and Bit Flip Register 32
MTU_MC54_RDBFL33 0xF00646A2          MC 54 Read Data and Bit Flip Register 33
MTU_MC54_RDBFL34 0xF00646A4          MC 54 Read Data and Bit Flip Register 34
MTU_MC54_RDBFL35 0xF00646A6          MC 54 Read Data and Bit Flip Register 35
MTU_MC54_RDBFL36 0xF00646A8          MC 54 Read Data and Bit Flip Register 36
MTU_MC54_RDBFL37 0xF00646AA          MC 54 Read Data and Bit Flip Register 37
MTU_MC54_RDBFL38 0xF00646AC          MC 54 Read Data and Bit Flip Register 38
MTU_MC54_RDBFL39 0xF00646AE          MC 54 Read Data and Bit Flip Register 39
MTU_MC54_RDBFL40 0xF00646B0          MC 54 Read Data and Bit Flip Register 40
MTU_MC54_RDBFL41 0xF00646B2          MC 54 Read Data and Bit Flip Register 41
MTU_MC54_RDBFL42 0xF00646B4          MC 54 Read Data and Bit Flip Register 42
MTU_MC54_RDBFL43 0xF00646B6          MC 54 Read Data and Bit Flip Register 43
MTU_MC54_RDBFL44 0xF00646B8          MC 54 Read Data and Bit Flip Register 44
MTU_MC54_RDBFL45 0xF00646BA          MC 54 Read Data and Bit Flip Register 45
MTU_MC54_RDBFL46 0xF00646BC          MC 54 Read Data and Bit Flip Register 46
MTU_MC54_RDBFL47 0xF00646BE          MC 54 Read Data and Bit Flip Register 47
MTU_MC54_RDBFL48 0xF00646C0          MC 54 Read Data and Bit Flip Register 48
MTU_MC54_RDBFL49 0xF00646C2          MC 54 Read Data and Bit Flip Register 49
MTU_MC54_RDBFL50 0xF00646C4          MC 54 Read Data and Bit Flip Register 50
MTU_MC54_RDBFL51 0xF00646C6          MC 54 Read Data and Bit Flip Register 51
MTU_MC54_RDBFL52 0xF00646C8          MC 54 Read Data and Bit Flip Register 52
MTU_MC54_RDBFL53 0xF00646CA          MC 54 Read Data and Bit Flip Register 53
MTU_MC54_RDBFL54 0xF00646CC          MC 54 Read Data and Bit Flip Register 54
MTU_MC54_RDBFL55 0xF00646CE          MC 54 Read Data and Bit Flip Register 55
MTU_MC54_RDBFL56 0xF00646D0          MC 54 Read Data and Bit Flip Register 56
MTU_MC54_RDBFL57 0xF00646D2          MC 54 Read Data and Bit Flip Register 57
MTU_MC54_RDBFL58 0xF00646D4          MC 54 Read Data and Bit Flip Register 58
MTU_MC54_RDBFL59 0xF00646D6          MC 54 Read Data and Bit Flip Register 59
MTU_MC54_RDBFL60 0xF00646D8          MC 54 Read Data and Bit Flip Register 60
MTU_MC54_RDBFL61 0xF00646DA          MC 54 Read Data and Bit Flip Register 61
MTU_MC54_RDBFL62 0xF00646DC          MC 54 Read Data and Bit Flip Register 62
MTU_MC54_RDBFL63 0xF00646DE          MC 54 Read Data and Bit Flip Register 63
MTU_MC54_RDBFL64 0xF00646E0          MC 54 Read Data and Bit Flip Register 64
MTU_MC54_RDBFL65 0xF00646E2          MC 54 Read Data and Bit Flip Register 65
MTU_MC54_RDBFL66 0xF00646E4          MC 54 Read Data and Bit Flip Register 66
MTU_MC54_ALMSRCS 0xF00646EE          MC 54 Alarm Sources Configuration Register
MTU_MC54_FAULTSTS 0xF00646F0          MC 54 SSH Safety Faults Status Register
MTU_MC54_ERRINFO0 0xF00646F2          MC 54 Error Information Register 0
MTU_MC54_ERRINFO1 0xF00646F4          MC 54 Error Information Register 1
MTU_MC54_ERRINFO2 0xF00646F6          MC 54 Error Information Register 2
MTU_MC54_ERRINFO3 0xF00646F8          MC 54 Error Information Register 3
MTU_MC54_ERRINFO4 0xF00646FA          MC 54 Error Information Register 4
MTU_MC55_CONFIG0 0xF0064700          MC 55 Configuration Register 0
MTU_MC55_CONFIG1 0xF0064702          MC 55 Configuration Register 1
MTU_MC55_MCONTROL 0xF0064704          MC 55 MBIST Control Register
MTU_MC55_MSTATUS 0xF0064706          MC 55 Status Register
MTU_MC55_RANGE  0xF0064708          MC 55 Range Register, single address mode
MTU_MC55_REVID  0xF006470C          MC 55 Revision ID Register
MTU_MC55_ECCS   0xF006470E          MC 55 ECC Safety Register
MTU_MC55_ECCD   0xF0064710          MC 55 Memory ECC Detection Register
MTU_MC55_ETRR0  0xF0064712          MC 55 Error Tracking Register 0
MTU_MC55_ETRR1  0xF0064714          MC 55 Error Tracking Register 1
MTU_MC55_ETRR2  0xF0064716          MC 55 Error Tracking Register 2
MTU_MC55_ETRR3  0xF0064718          MC 55 Error Tracking Register 3
MTU_MC55_ETRR4  0xF006471A          MC 55 Error Tracking Register 4
MTU_MC55_RDBFL0 0xF0064760          MC 55 Read Data and Bit Flip Register 0
MTU_MC55_RDBFL1 0xF0064762          MC 55 Read Data and Bit Flip Register 1
MTU_MC55_RDBFL2 0xF0064764          MC 55 Read Data and Bit Flip Register 2
MTU_MC55_RDBFL3 0xF0064766          MC 55 Read Data and Bit Flip Register 3
MTU_MC55_RDBFL4 0xF0064768          MC 55 Read Data and Bit Flip Register 4
MTU_MC55_RDBFL5 0xF006476A          MC 55 Read Data and Bit Flip Register 5
MTU_MC55_RDBFL6 0xF006476C          MC 55 Read Data and Bit Flip Register 6
MTU_MC55_RDBFL7 0xF006476E          MC 55 Read Data and Bit Flip Register 7
MTU_MC55_RDBFL8 0xF0064770          MC 55 Read Data and Bit Flip Register 8
MTU_MC55_RDBFL9 0xF0064772          MC 55 Read Data and Bit Flip Register 9
MTU_MC55_RDBFL10 0xF0064774          MC 55 Read Data and Bit Flip Register 10
MTU_MC55_RDBFL11 0xF0064776          MC 55 Read Data and Bit Flip Register 11
MTU_MC55_RDBFL12 0xF0064778          MC 55 Read Data and Bit Flip Register 12
MTU_MC55_RDBFL13 0xF006477A          MC 55 Read Data and Bit Flip Register 13
MTU_MC55_RDBFL14 0xF006477C          MC 55 Read Data and Bit Flip Register 14
MTU_MC55_RDBFL15 0xF006477E          MC 55 Read Data and Bit Flip Register 15
MTU_MC55_RDBFL16 0xF0064780          MC 55 Read Data and Bit Flip Register 16
MTU_MC55_RDBFL17 0xF0064782          MC 55 Read Data and Bit Flip Register 17
MTU_MC55_RDBFL18 0xF0064784          MC 55 Read Data and Bit Flip Register 18
MTU_MC55_RDBFL19 0xF0064786          MC 55 Read Data and Bit Flip Register 19
MTU_MC55_RDBFL20 0xF0064788          MC 55 Read Data and Bit Flip Register 20
MTU_MC55_RDBFL21 0xF006478A          MC 55 Read Data and Bit Flip Register 21
MTU_MC55_RDBFL22 0xF006478C          MC 55 Read Data and Bit Flip Register 22
MTU_MC55_RDBFL23 0xF006478E          MC 55 Read Data and Bit Flip Register 23
MTU_MC55_RDBFL24 0xF0064790          MC 55 Read Data and Bit Flip Register 24
MTU_MC55_RDBFL25 0xF0064792          MC 55 Read Data and Bit Flip Register 25
MTU_MC55_RDBFL26 0xF0064794          MC 55 Read Data and Bit Flip Register 26
MTU_MC55_RDBFL27 0xF0064796          MC 55 Read Data and Bit Flip Register 27
MTU_MC55_RDBFL28 0xF0064798          MC 55 Read Data and Bit Flip Register 28
MTU_MC55_RDBFL29 0xF006479A          MC 55 Read Data and Bit Flip Register 29
MTU_MC55_RDBFL30 0xF006479C          MC 55 Read Data and Bit Flip Register 30
MTU_MC55_RDBFL31 0xF006479E          MC 55 Read Data and Bit Flip Register 31
MTU_MC55_RDBFL32 0xF00647A0          MC 55 Read Data and Bit Flip Register 32
MTU_MC55_RDBFL33 0xF00647A2          MC 55 Read Data and Bit Flip Register 33
MTU_MC55_RDBFL34 0xF00647A4          MC 55 Read Data and Bit Flip Register 34
MTU_MC55_RDBFL35 0xF00647A6          MC 55 Read Data and Bit Flip Register 35
MTU_MC55_RDBFL36 0xF00647A8          MC 55 Read Data and Bit Flip Register 36
MTU_MC55_RDBFL37 0xF00647AA          MC 55 Read Data and Bit Flip Register 37
MTU_MC55_RDBFL38 0xF00647AC          MC 55 Read Data and Bit Flip Register 38
MTU_MC55_RDBFL39 0xF00647AE          MC 55 Read Data and Bit Flip Register 39
MTU_MC55_RDBFL40 0xF00647B0          MC 55 Read Data and Bit Flip Register 40
MTU_MC55_RDBFL41 0xF00647B2          MC 55 Read Data and Bit Flip Register 41
MTU_MC55_RDBFL42 0xF00647B4          MC 55 Read Data and Bit Flip Register 42
MTU_MC55_RDBFL43 0xF00647B6          MC 55 Read Data and Bit Flip Register 43
MTU_MC55_RDBFL44 0xF00647B8          MC 55 Read Data and Bit Flip Register 44
MTU_MC55_RDBFL45 0xF00647BA          MC 55 Read Data and Bit Flip Register 45
MTU_MC55_RDBFL46 0xF00647BC          MC 55 Read Data and Bit Flip Register 46
MTU_MC55_RDBFL47 0xF00647BE          MC 55 Read Data and Bit Flip Register 47
MTU_MC55_RDBFL48 0xF00647C0          MC 55 Read Data and Bit Flip Register 48
MTU_MC55_RDBFL49 0xF00647C2          MC 55 Read Data and Bit Flip Register 49
MTU_MC55_RDBFL50 0xF00647C4          MC 55 Read Data and Bit Flip Register 50
MTU_MC55_RDBFL51 0xF00647C6          MC 55 Read Data and Bit Flip Register 51
MTU_MC55_RDBFL52 0xF00647C8          MC 55 Read Data and Bit Flip Register 52
MTU_MC55_RDBFL53 0xF00647CA          MC 55 Read Data and Bit Flip Register 53
MTU_MC55_RDBFL54 0xF00647CC          MC 55 Read Data and Bit Flip Register 54
MTU_MC55_RDBFL55 0xF00647CE          MC 55 Read Data and Bit Flip Register 55
MTU_MC55_RDBFL56 0xF00647D0          MC 55 Read Data and Bit Flip Register 56
MTU_MC55_RDBFL57 0xF00647D2          MC 55 Read Data and Bit Flip Register 57
MTU_MC55_RDBFL58 0xF00647D4          MC 55 Read Data and Bit Flip Register 58
MTU_MC55_RDBFL59 0xF00647D6          MC 55 Read Data and Bit Flip Register 59
MTU_MC55_RDBFL60 0xF00647D8          MC 55 Read Data and Bit Flip Register 60
MTU_MC55_RDBFL61 0xF00647DA          MC 55 Read Data and Bit Flip Register 61
MTU_MC55_RDBFL62 0xF00647DC          MC 55 Read Data and Bit Flip Register 62
MTU_MC55_RDBFL63 0xF00647DE          MC 55 Read Data and Bit Flip Register 63
MTU_MC55_RDBFL64 0xF00647E0          MC 55 Read Data and Bit Flip Register 64
MTU_MC55_RDBFL65 0xF00647E2          MC 55 Read Data and Bit Flip Register 65
MTU_MC55_RDBFL66 0xF00647E4          MC 55 Read Data and Bit Flip Register 66
MTU_MC55_ALMSRCS 0xF00647EE          MC 55 Alarm Sources Configuration Register
MTU_MC55_FAULTSTS 0xF00647F0          MC 55 SSH Safety Faults Status Register
MTU_MC55_ERRINFO0 0xF00647F2          MC 55 Error Information Register 0
MTU_MC55_ERRINFO1 0xF00647F4          MC 55 Error Information Register 1
MTU_MC55_ERRINFO2 0xF00647F6          MC 55 Error Information Register 2
MTU_MC55_ERRINFO3 0xF00647F8          MC 55 Error Information Register 3
MTU_MC55_ERRINFO4 0xF00647FA          MC 55 Error Information Register 4
MTU_MC56_CONFIG0 0xF0064800          MC 56 Configuration Register 0
MTU_MC56_CONFIG1 0xF0064802          MC 56 Configuration Register 1
MTU_MC56_MCONTROL 0xF0064804          MC 56 MBIST Control Register
MTU_MC56_MSTATUS 0xF0064806          MC 56 Status Register
MTU_MC56_RANGE  0xF0064808          MC 56 Range Register, single address mode
MTU_MC56_REVID  0xF006480C          MC 56 Revision ID Register
MTU_MC56_ECCS   0xF006480E          MC 56 ECC Safety Register
MTU_MC56_ECCD   0xF0064810          MC 56 Memory ECC Detection Register
MTU_MC56_ETRR0  0xF0064812          MC 56 Error Tracking Register 0
MTU_MC56_ETRR1  0xF0064814          MC 56 Error Tracking Register 1
MTU_MC56_ETRR2  0xF0064816          MC 56 Error Tracking Register 2
MTU_MC56_ETRR3  0xF0064818          MC 56 Error Tracking Register 3
MTU_MC56_ETRR4  0xF006481A          MC 56 Error Tracking Register 4
MTU_MC56_RDBFL0 0xF0064860          MC 56 Read Data and Bit Flip Register 0
MTU_MC56_RDBFL1 0xF0064862          MC 56 Read Data and Bit Flip Register 1
MTU_MC56_RDBFL2 0xF0064864          MC 56 Read Data and Bit Flip Register 2
MTU_MC56_RDBFL3 0xF0064866          MC 56 Read Data and Bit Flip Register 3
MTU_MC56_RDBFL4 0xF0064868          MC 56 Read Data and Bit Flip Register 4
MTU_MC56_RDBFL5 0xF006486A          MC 56 Read Data and Bit Flip Register 5
MTU_MC56_RDBFL6 0xF006486C          MC 56 Read Data and Bit Flip Register 6
MTU_MC56_RDBFL7 0xF006486E          MC 56 Read Data and Bit Flip Register 7
MTU_MC56_RDBFL8 0xF0064870          MC 56 Read Data and Bit Flip Register 8
MTU_MC56_RDBFL9 0xF0064872          MC 56 Read Data and Bit Flip Register 9
MTU_MC56_RDBFL10 0xF0064874          MC 56 Read Data and Bit Flip Register 10
MTU_MC56_RDBFL11 0xF0064876          MC 56 Read Data and Bit Flip Register 11
MTU_MC56_RDBFL12 0xF0064878          MC 56 Read Data and Bit Flip Register 12
MTU_MC56_RDBFL13 0xF006487A          MC 56 Read Data and Bit Flip Register 13
MTU_MC56_RDBFL14 0xF006487C          MC 56 Read Data and Bit Flip Register 14
MTU_MC56_RDBFL15 0xF006487E          MC 56 Read Data and Bit Flip Register 15
MTU_MC56_RDBFL16 0xF0064880          MC 56 Read Data and Bit Flip Register 16
MTU_MC56_RDBFL17 0xF0064882          MC 56 Read Data and Bit Flip Register 17
MTU_MC56_RDBFL18 0xF0064884          MC 56 Read Data and Bit Flip Register 18
MTU_MC56_RDBFL19 0xF0064886          MC 56 Read Data and Bit Flip Register 19
MTU_MC56_RDBFL20 0xF0064888          MC 56 Read Data and Bit Flip Register 20
MTU_MC56_RDBFL21 0xF006488A          MC 56 Read Data and Bit Flip Register 21
MTU_MC56_RDBFL22 0xF006488C          MC 56 Read Data and Bit Flip Register 22
MTU_MC56_RDBFL23 0xF006488E          MC 56 Read Data and Bit Flip Register 23
MTU_MC56_RDBFL24 0xF0064890          MC 56 Read Data and Bit Flip Register 24
MTU_MC56_RDBFL25 0xF0064892          MC 56 Read Data and Bit Flip Register 25
MTU_MC56_RDBFL26 0xF0064894          MC 56 Read Data and Bit Flip Register 26
MTU_MC56_RDBFL27 0xF0064896          MC 56 Read Data and Bit Flip Register 27
MTU_MC56_RDBFL28 0xF0064898          MC 56 Read Data and Bit Flip Register 28
MTU_MC56_RDBFL29 0xF006489A          MC 56 Read Data and Bit Flip Register 29
MTU_MC56_RDBFL30 0xF006489C          MC 56 Read Data and Bit Flip Register 30
MTU_MC56_RDBFL31 0xF006489E          MC 56 Read Data and Bit Flip Register 31
MTU_MC56_RDBFL32 0xF00648A0          MC 56 Read Data and Bit Flip Register 32
MTU_MC56_RDBFL33 0xF00648A2          MC 56 Read Data and Bit Flip Register 33
MTU_MC56_RDBFL34 0xF00648A4          MC 56 Read Data and Bit Flip Register 34
MTU_MC56_RDBFL35 0xF00648A6          MC 56 Read Data and Bit Flip Register 35
MTU_MC56_RDBFL36 0xF00648A8          MC 56 Read Data and Bit Flip Register 36
MTU_MC56_RDBFL37 0xF00648AA          MC 56 Read Data and Bit Flip Register 37
MTU_MC56_RDBFL38 0xF00648AC          MC 56 Read Data and Bit Flip Register 38
MTU_MC56_RDBFL39 0xF00648AE          MC 56 Read Data and Bit Flip Register 39
MTU_MC56_RDBFL40 0xF00648B0          MC 56 Read Data and Bit Flip Register 40
MTU_MC56_RDBFL41 0xF00648B2          MC 56 Read Data and Bit Flip Register 41
MTU_MC56_RDBFL42 0xF00648B4          MC 56 Read Data and Bit Flip Register 42
MTU_MC56_RDBFL43 0xF00648B6          MC 56 Read Data and Bit Flip Register 43
MTU_MC56_RDBFL44 0xF00648B8          MC 56 Read Data and Bit Flip Register 44
MTU_MC56_RDBFL45 0xF00648BA          MC 56 Read Data and Bit Flip Register 45
MTU_MC56_RDBFL46 0xF00648BC          MC 56 Read Data and Bit Flip Register 46
MTU_MC56_RDBFL47 0xF00648BE          MC 56 Read Data and Bit Flip Register 47
MTU_MC56_RDBFL48 0xF00648C0          MC 56 Read Data and Bit Flip Register 48
MTU_MC56_RDBFL49 0xF00648C2          MC 56 Read Data and Bit Flip Register 49
MTU_MC56_RDBFL50 0xF00648C4          MC 56 Read Data and Bit Flip Register 50
MTU_MC56_RDBFL51 0xF00648C6          MC 56 Read Data and Bit Flip Register 51
MTU_MC56_RDBFL52 0xF00648C8          MC 56 Read Data and Bit Flip Register 52
MTU_MC56_RDBFL53 0xF00648CA          MC 56 Read Data and Bit Flip Register 53
MTU_MC56_RDBFL54 0xF00648CC          MC 56 Read Data and Bit Flip Register 54
MTU_MC56_RDBFL55 0xF00648CE          MC 56 Read Data and Bit Flip Register 55
MTU_MC56_RDBFL56 0xF00648D0          MC 56 Read Data and Bit Flip Register 56
MTU_MC56_RDBFL57 0xF00648D2          MC 56 Read Data and Bit Flip Register 57
MTU_MC56_RDBFL58 0xF00648D4          MC 56 Read Data and Bit Flip Register 58
MTU_MC56_RDBFL59 0xF00648D6          MC 56 Read Data and Bit Flip Register 59
MTU_MC56_RDBFL60 0xF00648D8          MC 56 Read Data and Bit Flip Register 60
MTU_MC56_RDBFL61 0xF00648DA          MC 56 Read Data and Bit Flip Register 61
MTU_MC56_RDBFL62 0xF00648DC          MC 56 Read Data and Bit Flip Register 62
MTU_MC56_RDBFL63 0xF00648DE          MC 56 Read Data and Bit Flip Register 63
MTU_MC56_RDBFL64 0xF00648E0          MC 56 Read Data and Bit Flip Register 64
MTU_MC56_RDBFL65 0xF00648E2          MC 56 Read Data and Bit Flip Register 65
MTU_MC56_RDBFL66 0xF00648E4          MC 56 Read Data and Bit Flip Register 66
MTU_MC56_ALMSRCS 0xF00648EE          MC 56 Alarm Sources Configuration Register
MTU_MC56_FAULTSTS 0xF00648F0          MC 56 SSH Safety Faults Status Register
MTU_MC56_ERRINFO0 0xF00648F2          MC 56 Error Information Register 0
MTU_MC56_ERRINFO1 0xF00648F4          MC 56 Error Information Register 1
MTU_MC56_ERRINFO2 0xF00648F6          MC 56 Error Information Register 2
MTU_MC56_ERRINFO3 0xF00648F8          MC 56 Error Information Register 3
MTU_MC56_ERRINFO4 0xF00648FA          MC 56 Error Information Register 4
MTU_MC57_CONFIG0 0xF0064900          MC 57 Configuration Register 0
MTU_MC57_CONFIG1 0xF0064902          MC 57 Configuration Register 1
MTU_MC57_MCONTROL 0xF0064904          MC 57 MBIST Control Register
MTU_MC57_MSTATUS 0xF0064906          MC 57 Status Register
MTU_MC57_RANGE  0xF0064908          MC 57 Range Register, single address mode
MTU_MC57_REVID  0xF006490C          MC 57 Revision ID Register
MTU_MC57_ECCS   0xF006490E          MC 57 ECC Safety Register
MTU_MC57_ECCD   0xF0064910          MC 57 Memory ECC Detection Register
MTU_MC57_ETRR0  0xF0064912          MC 57 Error Tracking Register 0
MTU_MC57_ETRR1  0xF0064914          MC 57 Error Tracking Register 1
MTU_MC57_ETRR2  0xF0064916          MC 57 Error Tracking Register 2
MTU_MC57_ETRR3  0xF0064918          MC 57 Error Tracking Register 3
MTU_MC57_ETRR4  0xF006491A          MC 57 Error Tracking Register 4
MTU_MC57_RDBFL0 0xF0064960          MC 57 Read Data and Bit Flip Register 0
MTU_MC57_RDBFL1 0xF0064962          MC 57 Read Data and Bit Flip Register 1
MTU_MC57_RDBFL2 0xF0064964          MC 57 Read Data and Bit Flip Register 2
MTU_MC57_RDBFL3 0xF0064966          MC 57 Read Data and Bit Flip Register 3
MTU_MC57_RDBFL4 0xF0064968          MC 57 Read Data and Bit Flip Register 4
MTU_MC57_RDBFL5 0xF006496A          MC 57 Read Data and Bit Flip Register 5
MTU_MC57_RDBFL6 0xF006496C          MC 57 Read Data and Bit Flip Register 6
MTU_MC57_RDBFL7 0xF006496E          MC 57 Read Data and Bit Flip Register 7
MTU_MC57_RDBFL8 0xF0064970          MC 57 Read Data and Bit Flip Register 8
MTU_MC57_RDBFL9 0xF0064972          MC 57 Read Data and Bit Flip Register 9
MTU_MC57_RDBFL10 0xF0064974          MC 57 Read Data and Bit Flip Register 10
MTU_MC57_RDBFL11 0xF0064976          MC 57 Read Data and Bit Flip Register 11
MTU_MC57_RDBFL12 0xF0064978          MC 57 Read Data and Bit Flip Register 12
MTU_MC57_RDBFL13 0xF006497A          MC 57 Read Data and Bit Flip Register 13
MTU_MC57_RDBFL14 0xF006497C          MC 57 Read Data and Bit Flip Register 14
MTU_MC57_RDBFL15 0xF006497E          MC 57 Read Data and Bit Flip Register 15
MTU_MC57_RDBFL16 0xF0064980          MC 57 Read Data and Bit Flip Register 16
MTU_MC57_RDBFL17 0xF0064982          MC 57 Read Data and Bit Flip Register 17
MTU_MC57_RDBFL18 0xF0064984          MC 57 Read Data and Bit Flip Register 18
MTU_MC57_RDBFL19 0xF0064986          MC 57 Read Data and Bit Flip Register 19
MTU_MC57_RDBFL20 0xF0064988          MC 57 Read Data and Bit Flip Register 20
MTU_MC57_RDBFL21 0xF006498A          MC 57 Read Data and Bit Flip Register 21
MTU_MC57_RDBFL22 0xF006498C          MC 57 Read Data and Bit Flip Register 22
MTU_MC57_RDBFL23 0xF006498E          MC 57 Read Data and Bit Flip Register 23
MTU_MC57_RDBFL24 0xF0064990          MC 57 Read Data and Bit Flip Register 24
MTU_MC57_RDBFL25 0xF0064992          MC 57 Read Data and Bit Flip Register 25
MTU_MC57_RDBFL26 0xF0064994          MC 57 Read Data and Bit Flip Register 26
MTU_MC57_RDBFL27 0xF0064996          MC 57 Read Data and Bit Flip Register 27
MTU_MC57_RDBFL28 0xF0064998          MC 57 Read Data and Bit Flip Register 28
MTU_MC57_RDBFL29 0xF006499A          MC 57 Read Data and Bit Flip Register 29
MTU_MC57_RDBFL30 0xF006499C          MC 57 Read Data and Bit Flip Register 30
MTU_MC57_RDBFL31 0xF006499E          MC 57 Read Data and Bit Flip Register 31
MTU_MC57_RDBFL32 0xF00649A0          MC 57 Read Data and Bit Flip Register 32
MTU_MC57_RDBFL33 0xF00649A2          MC 57 Read Data and Bit Flip Register 33
MTU_MC57_RDBFL34 0xF00649A4          MC 57 Read Data and Bit Flip Register 34
MTU_MC57_RDBFL35 0xF00649A6          MC 57 Read Data and Bit Flip Register 35
MTU_MC57_RDBFL36 0xF00649A8          MC 57 Read Data and Bit Flip Register 36
MTU_MC57_RDBFL37 0xF00649AA          MC 57 Read Data and Bit Flip Register 37
MTU_MC57_RDBFL38 0xF00649AC          MC 57 Read Data and Bit Flip Register 38
MTU_MC57_RDBFL39 0xF00649AE          MC 57 Read Data and Bit Flip Register 39
MTU_MC57_RDBFL40 0xF00649B0          MC 57 Read Data and Bit Flip Register 40
MTU_MC57_RDBFL41 0xF00649B2          MC 57 Read Data and Bit Flip Register 41
MTU_MC57_RDBFL42 0xF00649B4          MC 57 Read Data and Bit Flip Register 42
MTU_MC57_RDBFL43 0xF00649B6          MC 57 Read Data and Bit Flip Register 43
MTU_MC57_RDBFL44 0xF00649B8          MC 57 Read Data and Bit Flip Register 44
MTU_MC57_RDBFL45 0xF00649BA          MC 57 Read Data and Bit Flip Register 45
MTU_MC57_RDBFL46 0xF00649BC          MC 57 Read Data and Bit Flip Register 46
MTU_MC57_RDBFL47 0xF00649BE          MC 57 Read Data and Bit Flip Register 47
MTU_MC57_RDBFL48 0xF00649C0          MC 57 Read Data and Bit Flip Register 48
MTU_MC57_RDBFL49 0xF00649C2          MC 57 Read Data and Bit Flip Register 49
MTU_MC57_RDBFL50 0xF00649C4          MC 57 Read Data and Bit Flip Register 50
MTU_MC57_RDBFL51 0xF00649C6          MC 57 Read Data and Bit Flip Register 51
MTU_MC57_RDBFL52 0xF00649C8          MC 57 Read Data and Bit Flip Register 52
MTU_MC57_RDBFL53 0xF00649CA          MC 57 Read Data and Bit Flip Register 53
MTU_MC57_RDBFL54 0xF00649CC          MC 57 Read Data and Bit Flip Register 54
MTU_MC57_RDBFL55 0xF00649CE          MC 57 Read Data and Bit Flip Register 55
MTU_MC57_RDBFL56 0xF00649D0          MC 57 Read Data and Bit Flip Register 56
MTU_MC57_RDBFL57 0xF00649D2          MC 57 Read Data and Bit Flip Register 57
MTU_MC57_RDBFL58 0xF00649D4          MC 57 Read Data and Bit Flip Register 58
MTU_MC57_RDBFL59 0xF00649D6          MC 57 Read Data and Bit Flip Register 59
MTU_MC57_RDBFL60 0xF00649D8          MC 57 Read Data and Bit Flip Register 60
MTU_MC57_RDBFL61 0xF00649DA          MC 57 Read Data and Bit Flip Register 61
MTU_MC57_RDBFL62 0xF00649DC          MC 57 Read Data and Bit Flip Register 62
MTU_MC57_RDBFL63 0xF00649DE          MC 57 Read Data and Bit Flip Register 63
MTU_MC57_RDBFL64 0xF00649E0          MC 57 Read Data and Bit Flip Register 64
MTU_MC57_RDBFL65 0xF00649E2          MC 57 Read Data and Bit Flip Register 65
MTU_MC57_RDBFL66 0xF00649E4          MC 57 Read Data and Bit Flip Register 66
MTU_MC57_ALMSRCS 0xF00649EE          MC 57 Alarm Sources Configuration Register
MTU_MC57_FAULTSTS 0xF00649F0          MC 57 SSH Safety Faults Status Register
MTU_MC57_ERRINFO0 0xF00649F2          MC 57 Error Information Register 0
MTU_MC57_ERRINFO1 0xF00649F4          MC 57 Error Information Register 1
MTU_MC57_ERRINFO2 0xF00649F6          MC 57 Error Information Register 2
MTU_MC57_ERRINFO3 0xF00649F8          MC 57 Error Information Register 3
MTU_MC57_ERRINFO4 0xF00649FA          MC 57 Error Information Register 4
MTU_MC58_CONFIG0 0xF0064A00          MC 58 Configuration Register 0
MTU_MC58_CONFIG1 0xF0064A02          MC 58 Configuration Register 1
MTU_MC58_MCONTROL 0xF0064A04          MC 58 MBIST Control Register
MTU_MC58_MSTATUS 0xF0064A06          MC 58 Status Register
MTU_MC58_RANGE  0xF0064A08          MC 58 Range Register, single address mode
MTU_MC58_REVID  0xF0064A0C          MC 58 Revision ID Register
MTU_MC58_ECCS   0xF0064A0E          MC 58 ECC Safety Register
MTU_MC58_ECCD   0xF0064A10          MC 58 Memory ECC Detection Register
MTU_MC58_ETRR0  0xF0064A12          MC 58 Error Tracking Register 0
MTU_MC58_ETRR1  0xF0064A14          MC 58 Error Tracking Register 1
MTU_MC58_ETRR2  0xF0064A16          MC 58 Error Tracking Register 2
MTU_MC58_ETRR3  0xF0064A18          MC 58 Error Tracking Register 3
MTU_MC58_ETRR4  0xF0064A1A          MC 58 Error Tracking Register 4
MTU_MC58_RDBFL0 0xF0064A60          MC 58 Read Data and Bit Flip Register 0
MTU_MC58_RDBFL1 0xF0064A62          MC 58 Read Data and Bit Flip Register 1
MTU_MC58_RDBFL2 0xF0064A64          MC 58 Read Data and Bit Flip Register 2
MTU_MC58_RDBFL3 0xF0064A66          MC 58 Read Data and Bit Flip Register 3
MTU_MC58_RDBFL4 0xF0064A68          MC 58 Read Data and Bit Flip Register 4
MTU_MC58_RDBFL5 0xF0064A6A          MC 58 Read Data and Bit Flip Register 5
MTU_MC58_RDBFL6 0xF0064A6C          MC 58 Read Data and Bit Flip Register 6
MTU_MC58_RDBFL7 0xF0064A6E          MC 58 Read Data and Bit Flip Register 7
MTU_MC58_RDBFL8 0xF0064A70          MC 58 Read Data and Bit Flip Register 8
MTU_MC58_RDBFL9 0xF0064A72          MC 58 Read Data and Bit Flip Register 9
MTU_MC58_RDBFL10 0xF0064A74          MC 58 Read Data and Bit Flip Register 10
MTU_MC58_RDBFL11 0xF0064A76          MC 58 Read Data and Bit Flip Register 11
MTU_MC58_RDBFL12 0xF0064A78          MC 58 Read Data and Bit Flip Register 12
MTU_MC58_RDBFL13 0xF0064A7A          MC 58 Read Data and Bit Flip Register 13
MTU_MC58_RDBFL14 0xF0064A7C          MC 58 Read Data and Bit Flip Register 14
MTU_MC58_RDBFL15 0xF0064A7E          MC 58 Read Data and Bit Flip Register 15
MTU_MC58_RDBFL16 0xF0064A80          MC 58 Read Data and Bit Flip Register 16
MTU_MC58_RDBFL17 0xF0064A82          MC 58 Read Data and Bit Flip Register 17
MTU_MC58_RDBFL18 0xF0064A84          MC 58 Read Data and Bit Flip Register 18
MTU_MC58_RDBFL19 0xF0064A86          MC 58 Read Data and Bit Flip Register 19
MTU_MC58_RDBFL20 0xF0064A88          MC 58 Read Data and Bit Flip Register 20
MTU_MC58_RDBFL21 0xF0064A8A          MC 58 Read Data and Bit Flip Register 21
MTU_MC58_RDBFL22 0xF0064A8C          MC 58 Read Data and Bit Flip Register 22
MTU_MC58_RDBFL23 0xF0064A8E          MC 58 Read Data and Bit Flip Register 23
MTU_MC58_RDBFL24 0xF0064A90          MC 58 Read Data and Bit Flip Register 24
MTU_MC58_RDBFL25 0xF0064A92          MC 58 Read Data and Bit Flip Register 25
MTU_MC58_RDBFL26 0xF0064A94          MC 58 Read Data and Bit Flip Register 26
MTU_MC58_RDBFL27 0xF0064A96          MC 58 Read Data and Bit Flip Register 27
MTU_MC58_RDBFL28 0xF0064A98          MC 58 Read Data and Bit Flip Register 28
MTU_MC58_RDBFL29 0xF0064A9A          MC 58 Read Data and Bit Flip Register 29
MTU_MC58_RDBFL30 0xF0064A9C          MC 58 Read Data and Bit Flip Register 30
MTU_MC58_RDBFL31 0xF0064A9E          MC 58 Read Data and Bit Flip Register 31
MTU_MC58_RDBFL32 0xF0064AA0          MC 58 Read Data and Bit Flip Register 32
MTU_MC58_RDBFL33 0xF0064AA2          MC 58 Read Data and Bit Flip Register 33
MTU_MC58_RDBFL34 0xF0064AA4          MC 58 Read Data and Bit Flip Register 34
MTU_MC58_RDBFL35 0xF0064AA6          MC 58 Read Data and Bit Flip Register 35
MTU_MC58_RDBFL36 0xF0064AA8          MC 58 Read Data and Bit Flip Register 36
MTU_MC58_RDBFL37 0xF0064AAA          MC 58 Read Data and Bit Flip Register 37
MTU_MC58_RDBFL38 0xF0064AAC          MC 58 Read Data and Bit Flip Register 38
MTU_MC58_RDBFL39 0xF0064AAE          MC 58 Read Data and Bit Flip Register 39
MTU_MC58_RDBFL40 0xF0064AB0          MC 58 Read Data and Bit Flip Register 40
MTU_MC58_RDBFL41 0xF0064AB2          MC 58 Read Data and Bit Flip Register 41
MTU_MC58_RDBFL42 0xF0064AB4          MC 58 Read Data and Bit Flip Register 42
MTU_MC58_RDBFL43 0xF0064AB6          MC 58 Read Data and Bit Flip Register 43
MTU_MC58_RDBFL44 0xF0064AB8          MC 58 Read Data and Bit Flip Register 44
MTU_MC58_RDBFL45 0xF0064ABA          MC 58 Read Data and Bit Flip Register 45
MTU_MC58_RDBFL46 0xF0064ABC          MC 58 Read Data and Bit Flip Register 46
MTU_MC58_RDBFL47 0xF0064ABE          MC 58 Read Data and Bit Flip Register 47
MTU_MC58_RDBFL48 0xF0064AC0          MC 58 Read Data and Bit Flip Register 48
MTU_MC58_RDBFL49 0xF0064AC2          MC 58 Read Data and Bit Flip Register 49
MTU_MC58_RDBFL50 0xF0064AC4          MC 58 Read Data and Bit Flip Register 50
MTU_MC58_RDBFL51 0xF0064AC6          MC 58 Read Data and Bit Flip Register 51
MTU_MC58_RDBFL52 0xF0064AC8          MC 58 Read Data and Bit Flip Register 52
MTU_MC58_RDBFL53 0xF0064ACA          MC 58 Read Data and Bit Flip Register 53
MTU_MC58_RDBFL54 0xF0064ACC          MC 58 Read Data and Bit Flip Register 54
MTU_MC58_RDBFL55 0xF0064ACE          MC 58 Read Data and Bit Flip Register 55
MTU_MC58_RDBFL56 0xF0064AD0          MC 58 Read Data and Bit Flip Register 56
MTU_MC58_RDBFL57 0xF0064AD2          MC 58 Read Data and Bit Flip Register 57
MTU_MC58_RDBFL58 0xF0064AD4          MC 58 Read Data and Bit Flip Register 58
MTU_MC58_RDBFL59 0xF0064AD6          MC 58 Read Data and Bit Flip Register 59
MTU_MC58_RDBFL60 0xF0064AD8          MC 58 Read Data and Bit Flip Register 60
MTU_MC58_RDBFL61 0xF0064ADA          MC 58 Read Data and Bit Flip Register 61
MTU_MC58_RDBFL62 0xF0064ADC          MC 58 Read Data and Bit Flip Register 62
MTU_MC58_RDBFL63 0xF0064ADE          MC 58 Read Data and Bit Flip Register 63
MTU_MC58_RDBFL64 0xF0064AE0          MC 58 Read Data and Bit Flip Register 64
MTU_MC58_RDBFL65 0xF0064AE2          MC 58 Read Data and Bit Flip Register 65
MTU_MC58_RDBFL66 0xF0064AE4          MC 58 Read Data and Bit Flip Register 66
MTU_MC58_ALMSRCS 0xF0064AEE          MC 58 Alarm Sources Configuration Register
MTU_MC58_FAULTSTS 0xF0064AF0          MC 58 SSH Safety Faults Status Register
MTU_MC58_ERRINFO0 0xF0064AF2          MC 58 Error Information Register 0
MTU_MC58_ERRINFO1 0xF0064AF4          MC 58 Error Information Register 1
MTU_MC58_ERRINFO2 0xF0064AF6          MC 58 Error Information Register 2
MTU_MC58_ERRINFO3 0xF0064AF8          MC 58 Error Information Register 3
MTU_MC58_ERRINFO4 0xF0064AFA          MC 58 Error Information Register 4
MTU_MC59_CONFIG0 0xF0064B00          MC 59 Configuration Register 0
MTU_MC59_CONFIG1 0xF0064B02          MC 59 Configuration Register 1
MTU_MC59_MCONTROL 0xF0064B04          MC 59 MBIST Control Register
MTU_MC59_MSTATUS 0xF0064B06          MC 59 Status Register
MTU_MC59_RANGE  0xF0064B08          MC 59 Range Register, single address mode
MTU_MC59_REVID  0xF0064B0C          MC 59 Revision ID Register
MTU_MC59_ECCS   0xF0064B0E          MC 59 ECC Safety Register
MTU_MC59_ECCD   0xF0064B10          MC 59 Memory ECC Detection Register
MTU_MC59_ETRR0  0xF0064B12          MC 59 Error Tracking Register 0
MTU_MC59_ETRR1  0xF0064B14          MC 59 Error Tracking Register 1
MTU_MC59_ETRR2  0xF0064B16          MC 59 Error Tracking Register 2
MTU_MC59_ETRR3  0xF0064B18          MC 59 Error Tracking Register 3
MTU_MC59_ETRR4  0xF0064B1A          MC 59 Error Tracking Register 4
MTU_MC59_RDBFL0 0xF0064B60          MC 59 Read Data and Bit Flip Register 0
MTU_MC59_RDBFL1 0xF0064B62          MC 59 Read Data and Bit Flip Register 1
MTU_MC59_RDBFL2 0xF0064B64          MC 59 Read Data and Bit Flip Register 2
MTU_MC59_RDBFL3 0xF0064B66          MC 59 Read Data and Bit Flip Register 3
MTU_MC59_RDBFL4 0xF0064B68          MC 59 Read Data and Bit Flip Register 4
MTU_MC59_RDBFL5 0xF0064B6A          MC 59 Read Data and Bit Flip Register 5
MTU_MC59_RDBFL6 0xF0064B6C          MC 59 Read Data and Bit Flip Register 6
MTU_MC59_RDBFL7 0xF0064B6E          MC 59 Read Data and Bit Flip Register 7
MTU_MC59_RDBFL8 0xF0064B70          MC 59 Read Data and Bit Flip Register 8
MTU_MC59_RDBFL9 0xF0064B72          MC 59 Read Data and Bit Flip Register 9
MTU_MC59_RDBFL10 0xF0064B74          MC 59 Read Data and Bit Flip Register 10
MTU_MC59_RDBFL11 0xF0064B76          MC 59 Read Data and Bit Flip Register 11
MTU_MC59_RDBFL12 0xF0064B78          MC 59 Read Data and Bit Flip Register 12
MTU_MC59_RDBFL13 0xF0064B7A          MC 59 Read Data and Bit Flip Register 13
MTU_MC59_RDBFL14 0xF0064B7C          MC 59 Read Data and Bit Flip Register 14
MTU_MC59_RDBFL15 0xF0064B7E          MC 59 Read Data and Bit Flip Register 15
MTU_MC59_RDBFL16 0xF0064B80          MC 59 Read Data and Bit Flip Register 16
MTU_MC59_RDBFL17 0xF0064B82          MC 59 Read Data and Bit Flip Register 17
MTU_MC59_RDBFL18 0xF0064B84          MC 59 Read Data and Bit Flip Register 18
MTU_MC59_RDBFL19 0xF0064B86          MC 59 Read Data and Bit Flip Register 19
MTU_MC59_RDBFL20 0xF0064B88          MC 59 Read Data and Bit Flip Register 20
MTU_MC59_RDBFL21 0xF0064B8A          MC 59 Read Data and Bit Flip Register 21
MTU_MC59_RDBFL22 0xF0064B8C          MC 59 Read Data and Bit Flip Register 22
MTU_MC59_RDBFL23 0xF0064B8E          MC 59 Read Data and Bit Flip Register 23
MTU_MC59_RDBFL24 0xF0064B90          MC 59 Read Data and Bit Flip Register 24
MTU_MC59_RDBFL25 0xF0064B92          MC 59 Read Data and Bit Flip Register 25
MTU_MC59_RDBFL26 0xF0064B94          MC 59 Read Data and Bit Flip Register 26
MTU_MC59_RDBFL27 0xF0064B96          MC 59 Read Data and Bit Flip Register 27
MTU_MC59_RDBFL28 0xF0064B98          MC 59 Read Data and Bit Flip Register 28
MTU_MC59_RDBFL29 0xF0064B9A          MC 59 Read Data and Bit Flip Register 29
MTU_MC59_RDBFL30 0xF0064B9C          MC 59 Read Data and Bit Flip Register 30
MTU_MC59_RDBFL31 0xF0064B9E          MC 59 Read Data and Bit Flip Register 31
MTU_MC59_RDBFL32 0xF0064BA0          MC 59 Read Data and Bit Flip Register 32
MTU_MC59_RDBFL33 0xF0064BA2          MC 59 Read Data and Bit Flip Register 33
MTU_MC59_RDBFL34 0xF0064BA4          MC 59 Read Data and Bit Flip Register 34
MTU_MC59_RDBFL35 0xF0064BA6          MC 59 Read Data and Bit Flip Register 35
MTU_MC59_RDBFL36 0xF0064BA8          MC 59 Read Data and Bit Flip Register 36
MTU_MC59_RDBFL37 0xF0064BAA          MC 59 Read Data and Bit Flip Register 37
MTU_MC59_RDBFL38 0xF0064BAC          MC 59 Read Data and Bit Flip Register 38
MTU_MC59_RDBFL39 0xF0064BAE          MC 59 Read Data and Bit Flip Register 39
MTU_MC59_RDBFL40 0xF0064BB0          MC 59 Read Data and Bit Flip Register 40
MTU_MC59_RDBFL41 0xF0064BB2          MC 59 Read Data and Bit Flip Register 41
MTU_MC59_RDBFL42 0xF0064BB4          MC 59 Read Data and Bit Flip Register 42
MTU_MC59_RDBFL43 0xF0064BB6          MC 59 Read Data and Bit Flip Register 43
MTU_MC59_RDBFL44 0xF0064BB8          MC 59 Read Data and Bit Flip Register 44
MTU_MC59_RDBFL45 0xF0064BBA          MC 59 Read Data and Bit Flip Register 45
MTU_MC59_RDBFL46 0xF0064BBC          MC 59 Read Data and Bit Flip Register 46
MTU_MC59_RDBFL47 0xF0064BBE          MC 59 Read Data and Bit Flip Register 47
MTU_MC59_RDBFL48 0xF0064BC0          MC 59 Read Data and Bit Flip Register 48
MTU_MC59_RDBFL49 0xF0064BC2          MC 59 Read Data and Bit Flip Register 49
MTU_MC59_RDBFL50 0xF0064BC4          MC 59 Read Data and Bit Flip Register 50
MTU_MC59_RDBFL51 0xF0064BC6          MC 59 Read Data and Bit Flip Register 51
MTU_MC59_RDBFL52 0xF0064BC8          MC 59 Read Data and Bit Flip Register 52
MTU_MC59_RDBFL53 0xF0064BCA          MC 59 Read Data and Bit Flip Register 53
MTU_MC59_RDBFL54 0xF0064BCC          MC 59 Read Data and Bit Flip Register 54
MTU_MC59_RDBFL55 0xF0064BCE          MC 59 Read Data and Bit Flip Register 55
MTU_MC59_RDBFL56 0xF0064BD0          MC 59 Read Data and Bit Flip Register 56
MTU_MC59_RDBFL57 0xF0064BD2          MC 59 Read Data and Bit Flip Register 57
MTU_MC59_RDBFL58 0xF0064BD4          MC 59 Read Data and Bit Flip Register 58
MTU_MC59_RDBFL59 0xF0064BD6          MC 59 Read Data and Bit Flip Register 59
MTU_MC59_RDBFL60 0xF0064BD8          MC 59 Read Data and Bit Flip Register 60
MTU_MC59_RDBFL61 0xF0064BDA          MC 59 Read Data and Bit Flip Register 61
MTU_MC59_RDBFL62 0xF0064BDC          MC 59 Read Data and Bit Flip Register 62
MTU_MC59_RDBFL63 0xF0064BDE          MC 59 Read Data and Bit Flip Register 63
MTU_MC59_RDBFL64 0xF0064BE0          MC 59 Read Data and Bit Flip Register 64
MTU_MC59_RDBFL65 0xF0064BE2          MC 59 Read Data and Bit Flip Register 65
MTU_MC59_RDBFL66 0xF0064BE4          MC 59 Read Data and Bit Flip Register 66
MTU_MC59_ALMSRCS 0xF0064BEE          MC 59 Alarm Sources Configuration Register
MTU_MC59_FAULTSTS 0xF0064BF0          MC 59 SSH Safety Faults Status Register
MTU_MC59_ERRINFO0 0xF0064BF2          MC 59 Error Information Register 0
MTU_MC59_ERRINFO1 0xF0064BF4          MC 59 Error Information Register 1
MTU_MC59_ERRINFO2 0xF0064BF6          MC 59 Error Information Register 2
MTU_MC59_ERRINFO3 0xF0064BF8          MC 59 Error Information Register 3
MTU_MC59_ERRINFO4 0xF0064BFA          MC 59 Error Information Register 4
MTU_MC60_CONFIG0 0xF0064C00          MC 60 Configuration Register 0
MTU_MC60_CONFIG1 0xF0064C02          MC 60 Configuration Register 1
MTU_MC60_MCONTROL 0xF0064C04          MC 60 MBIST Control Register
MTU_MC60_MSTATUS 0xF0064C06          MC 60 Status Register
MTU_MC60_RANGE  0xF0064C08          MC 60 Range Register, single address mode
MTU_MC60_REVID  0xF0064C0C          MC 60 Revision ID Register
MTU_MC60_ECCS   0xF0064C0E          MC 60 ECC Safety Register
MTU_MC60_ECCD   0xF0064C10          MC 60 Memory ECC Detection Register
MTU_MC60_ETRR0  0xF0064C12          MC 60 Error Tracking Register 0
MTU_MC60_ETRR1  0xF0064C14          MC 60 Error Tracking Register 1
MTU_MC60_ETRR2  0xF0064C16          MC 60 Error Tracking Register 2
MTU_MC60_ETRR3  0xF0064C18          MC 60 Error Tracking Register 3
MTU_MC60_ETRR4  0xF0064C1A          MC 60 Error Tracking Register 4
MTU_MC60_RDBFL0 0xF0064C60          MC 60 Read Data and Bit Flip Register 0
MTU_MC60_RDBFL1 0xF0064C62          MC 60 Read Data and Bit Flip Register 1
MTU_MC60_RDBFL2 0xF0064C64          MC 60 Read Data and Bit Flip Register 2
MTU_MC60_RDBFL3 0xF0064C66          MC 60 Read Data and Bit Flip Register 3
MTU_MC60_RDBFL4 0xF0064C68          MC 60 Read Data and Bit Flip Register 4
MTU_MC60_RDBFL5 0xF0064C6A          MC 60 Read Data and Bit Flip Register 5
MTU_MC60_RDBFL6 0xF0064C6C          MC 60 Read Data and Bit Flip Register 6
MTU_MC60_RDBFL7 0xF0064C6E          MC 60 Read Data and Bit Flip Register 7
MTU_MC60_RDBFL8 0xF0064C70          MC 60 Read Data and Bit Flip Register 8
MTU_MC60_RDBFL9 0xF0064C72          MC 60 Read Data and Bit Flip Register 9
MTU_MC60_RDBFL10 0xF0064C74          MC 60 Read Data and Bit Flip Register 10
MTU_MC60_RDBFL11 0xF0064C76          MC 60 Read Data and Bit Flip Register 11
MTU_MC60_RDBFL12 0xF0064C78          MC 60 Read Data and Bit Flip Register 12
MTU_MC60_RDBFL13 0xF0064C7A          MC 60 Read Data and Bit Flip Register 13
MTU_MC60_RDBFL14 0xF0064C7C          MC 60 Read Data and Bit Flip Register 14
MTU_MC60_RDBFL15 0xF0064C7E          MC 60 Read Data and Bit Flip Register 15
MTU_MC60_RDBFL16 0xF0064C80          MC 60 Read Data and Bit Flip Register 16
MTU_MC60_RDBFL17 0xF0064C82          MC 60 Read Data and Bit Flip Register 17
MTU_MC60_RDBFL18 0xF0064C84          MC 60 Read Data and Bit Flip Register 18
MTU_MC60_RDBFL19 0xF0064C86          MC 60 Read Data and Bit Flip Register 19
MTU_MC60_RDBFL20 0xF0064C88          MC 60 Read Data and Bit Flip Register 20
MTU_MC60_RDBFL21 0xF0064C8A          MC 60 Read Data and Bit Flip Register 21
MTU_MC60_RDBFL22 0xF0064C8C          MC 60 Read Data and Bit Flip Register 22
MTU_MC60_RDBFL23 0xF0064C8E          MC 60 Read Data and Bit Flip Register 23
MTU_MC60_RDBFL24 0xF0064C90          MC 60 Read Data and Bit Flip Register 24
MTU_MC60_RDBFL25 0xF0064C92          MC 60 Read Data and Bit Flip Register 25
MTU_MC60_RDBFL26 0xF0064C94          MC 60 Read Data and Bit Flip Register 26
MTU_MC60_RDBFL27 0xF0064C96          MC 60 Read Data and Bit Flip Register 27
MTU_MC60_RDBFL28 0xF0064C98          MC 60 Read Data and Bit Flip Register 28
MTU_MC60_RDBFL29 0xF0064C9A          MC 60 Read Data and Bit Flip Register 29
MTU_MC60_RDBFL30 0xF0064C9C          MC 60 Read Data and Bit Flip Register 30
MTU_MC60_RDBFL31 0xF0064C9E          MC 60 Read Data and Bit Flip Register 31
MTU_MC60_RDBFL32 0xF0064CA0          MC 60 Read Data and Bit Flip Register 32
MTU_MC60_RDBFL33 0xF0064CA2          MC 60 Read Data and Bit Flip Register 33
MTU_MC60_RDBFL34 0xF0064CA4          MC 60 Read Data and Bit Flip Register 34
MTU_MC60_RDBFL35 0xF0064CA6          MC 60 Read Data and Bit Flip Register 35
MTU_MC60_RDBFL36 0xF0064CA8          MC 60 Read Data and Bit Flip Register 36
MTU_MC60_RDBFL37 0xF0064CAA          MC 60 Read Data and Bit Flip Register 37
MTU_MC60_RDBFL38 0xF0064CAC          MC 60 Read Data and Bit Flip Register 38
MTU_MC60_RDBFL39 0xF0064CAE          MC 60 Read Data and Bit Flip Register 39
MTU_MC60_RDBFL40 0xF0064CB0          MC 60 Read Data and Bit Flip Register 40
MTU_MC60_RDBFL41 0xF0064CB2          MC 60 Read Data and Bit Flip Register 41
MTU_MC60_RDBFL42 0xF0064CB4          MC 60 Read Data and Bit Flip Register 42
MTU_MC60_RDBFL43 0xF0064CB6          MC 60 Read Data and Bit Flip Register 43
MTU_MC60_RDBFL44 0xF0064CB8          MC 60 Read Data and Bit Flip Register 44
MTU_MC60_RDBFL45 0xF0064CBA          MC 60 Read Data and Bit Flip Register 45
MTU_MC60_RDBFL46 0xF0064CBC          MC 60 Read Data and Bit Flip Register 46
MTU_MC60_RDBFL47 0xF0064CBE          MC 60 Read Data and Bit Flip Register 47
MTU_MC60_RDBFL48 0xF0064CC0          MC 60 Read Data and Bit Flip Register 48
MTU_MC60_RDBFL49 0xF0064CC2          MC 60 Read Data and Bit Flip Register 49
MTU_MC60_RDBFL50 0xF0064CC4          MC 60 Read Data and Bit Flip Register 50
MTU_MC60_RDBFL51 0xF0064CC6          MC 60 Read Data and Bit Flip Register 51
MTU_MC60_RDBFL52 0xF0064CC8          MC 60 Read Data and Bit Flip Register 52
MTU_MC60_RDBFL53 0xF0064CCA          MC 60 Read Data and Bit Flip Register 53
MTU_MC60_RDBFL54 0xF0064CCC          MC 60 Read Data and Bit Flip Register 54
MTU_MC60_RDBFL55 0xF0064CCE          MC 60 Read Data and Bit Flip Register 55
MTU_MC60_RDBFL56 0xF0064CD0          MC 60 Read Data and Bit Flip Register 56
MTU_MC60_RDBFL57 0xF0064CD2          MC 60 Read Data and Bit Flip Register 57
MTU_MC60_RDBFL58 0xF0064CD4          MC 60 Read Data and Bit Flip Register 58
MTU_MC60_RDBFL59 0xF0064CD6          MC 60 Read Data and Bit Flip Register 59
MTU_MC60_RDBFL60 0xF0064CD8          MC 60 Read Data and Bit Flip Register 60
MTU_MC60_RDBFL61 0xF0064CDA          MC 60 Read Data and Bit Flip Register 61
MTU_MC60_RDBFL62 0xF0064CDC          MC 60 Read Data and Bit Flip Register 62
MTU_MC60_RDBFL63 0xF0064CDE          MC 60 Read Data and Bit Flip Register 63
MTU_MC60_RDBFL64 0xF0064CE0          MC 60 Read Data and Bit Flip Register 64
MTU_MC60_RDBFL65 0xF0064CE2          MC 60 Read Data and Bit Flip Register 65
MTU_MC60_RDBFL66 0xF0064CE4          MC 60 Read Data and Bit Flip Register 66
MTU_MC60_ALMSRCS 0xF0064CEE          MC 60 Alarm Sources Configuration Register
MTU_MC60_FAULTSTS 0xF0064CF0          MC 60 SSH Safety Faults Status Register
MTU_MC60_ERRINFO0 0xF0064CF2          MC 60 Error Information Register 0
MTU_MC60_ERRINFO1 0xF0064CF4          MC 60 Error Information Register 1
MTU_MC60_ERRINFO2 0xF0064CF6          MC 60 Error Information Register 2
MTU_MC60_ERRINFO3 0xF0064CF8          MC 60 Error Information Register 3
MTU_MC60_ERRINFO4 0xF0064CFA          MC 60 Error Information Register 4
MTU_MC61_CONFIG0 0xF0064D00          MC 61 Configuration Register 0
MTU_MC61_CONFIG1 0xF0064D02          MC 61 Configuration Register 1
MTU_MC61_MCONTROL 0xF0064D04          MC 61 MBIST Control Register
MTU_MC61_MSTATUS 0xF0064D06          MC 61 Status Register
MTU_MC61_RANGE  0xF0064D08          MC 61 Range Register, single address mode
MTU_MC61_REVID  0xF0064D0C          MC 61 Revision ID Register
MTU_MC61_ECCS   0xF0064D0E          MC 61 ECC Safety Register
MTU_MC61_ECCD   0xF0064D10          MC 61 Memory ECC Detection Register
MTU_MC61_ETRR0  0xF0064D12          MC 61 Error Tracking Register 0
MTU_MC61_ETRR1  0xF0064D14          MC 61 Error Tracking Register 1
MTU_MC61_ETRR2  0xF0064D16          MC 61 Error Tracking Register 2
MTU_MC61_ETRR3  0xF0064D18          MC 61 Error Tracking Register 3
MTU_MC61_ETRR4  0xF0064D1A          MC 61 Error Tracking Register 4
MTU_MC61_RDBFL0 0xF0064D60          MC 61 Read Data and Bit Flip Register 0
MTU_MC61_RDBFL1 0xF0064D62          MC 61 Read Data and Bit Flip Register 1
MTU_MC61_RDBFL2 0xF0064D64          MC 61 Read Data and Bit Flip Register 2
MTU_MC61_RDBFL3 0xF0064D66          MC 61 Read Data and Bit Flip Register 3
MTU_MC61_RDBFL4 0xF0064D68          MC 61 Read Data and Bit Flip Register 4
MTU_MC61_RDBFL5 0xF0064D6A          MC 61 Read Data and Bit Flip Register 5
MTU_MC61_RDBFL6 0xF0064D6C          MC 61 Read Data and Bit Flip Register 6
MTU_MC61_RDBFL7 0xF0064D6E          MC 61 Read Data and Bit Flip Register 7
MTU_MC61_RDBFL8 0xF0064D70          MC 61 Read Data and Bit Flip Register 8
MTU_MC61_RDBFL9 0xF0064D72          MC 61 Read Data and Bit Flip Register 9
MTU_MC61_RDBFL10 0xF0064D74          MC 61 Read Data and Bit Flip Register 10
MTU_MC61_RDBFL11 0xF0064D76          MC 61 Read Data and Bit Flip Register 11
MTU_MC61_RDBFL12 0xF0064D78          MC 61 Read Data and Bit Flip Register 12
MTU_MC61_RDBFL13 0xF0064D7A          MC 61 Read Data and Bit Flip Register 13
MTU_MC61_RDBFL14 0xF0064D7C          MC 61 Read Data and Bit Flip Register 14
MTU_MC61_RDBFL15 0xF0064D7E          MC 61 Read Data and Bit Flip Register 15
MTU_MC61_RDBFL16 0xF0064D80          MC 61 Read Data and Bit Flip Register 16
MTU_MC61_RDBFL17 0xF0064D82          MC 61 Read Data and Bit Flip Register 17
MTU_MC61_RDBFL18 0xF0064D84          MC 61 Read Data and Bit Flip Register 18
MTU_MC61_RDBFL19 0xF0064D86          MC 61 Read Data and Bit Flip Register 19
MTU_MC61_RDBFL20 0xF0064D88          MC 61 Read Data and Bit Flip Register 20
MTU_MC61_RDBFL21 0xF0064D8A          MC 61 Read Data and Bit Flip Register 21
MTU_MC61_RDBFL22 0xF0064D8C          MC 61 Read Data and Bit Flip Register 22
MTU_MC61_RDBFL23 0xF0064D8E          MC 61 Read Data and Bit Flip Register 23
MTU_MC61_RDBFL24 0xF0064D90          MC 61 Read Data and Bit Flip Register 24
MTU_MC61_RDBFL25 0xF0064D92          MC 61 Read Data and Bit Flip Register 25
MTU_MC61_RDBFL26 0xF0064D94          MC 61 Read Data and Bit Flip Register 26
MTU_MC61_RDBFL27 0xF0064D96          MC 61 Read Data and Bit Flip Register 27
MTU_MC61_RDBFL28 0xF0064D98          MC 61 Read Data and Bit Flip Register 28
MTU_MC61_RDBFL29 0xF0064D9A          MC 61 Read Data and Bit Flip Register 29
MTU_MC61_RDBFL30 0xF0064D9C          MC 61 Read Data and Bit Flip Register 30
MTU_MC61_RDBFL31 0xF0064D9E          MC 61 Read Data and Bit Flip Register 31
MTU_MC61_RDBFL32 0xF0064DA0          MC 61 Read Data and Bit Flip Register 32
MTU_MC61_RDBFL33 0xF0064DA2          MC 61 Read Data and Bit Flip Register 33
MTU_MC61_RDBFL34 0xF0064DA4          MC 61 Read Data and Bit Flip Register 34
MTU_MC61_RDBFL35 0xF0064DA6          MC 61 Read Data and Bit Flip Register 35
MTU_MC61_RDBFL36 0xF0064DA8          MC 61 Read Data and Bit Flip Register 36
MTU_MC61_RDBFL37 0xF0064DAA          MC 61 Read Data and Bit Flip Register 37
MTU_MC61_RDBFL38 0xF0064DAC          MC 61 Read Data and Bit Flip Register 38
MTU_MC61_RDBFL39 0xF0064DAE          MC 61 Read Data and Bit Flip Register 39
MTU_MC61_RDBFL40 0xF0064DB0          MC 61 Read Data and Bit Flip Register 40
MTU_MC61_RDBFL41 0xF0064DB2          MC 61 Read Data and Bit Flip Register 41
MTU_MC61_RDBFL42 0xF0064DB4          MC 61 Read Data and Bit Flip Register 42
MTU_MC61_RDBFL43 0xF0064DB6          MC 61 Read Data and Bit Flip Register 43
MTU_MC61_RDBFL44 0xF0064DB8          MC 61 Read Data and Bit Flip Register 44
MTU_MC61_RDBFL45 0xF0064DBA          MC 61 Read Data and Bit Flip Register 45
MTU_MC61_RDBFL46 0xF0064DBC          MC 61 Read Data and Bit Flip Register 46
MTU_MC61_RDBFL47 0xF0064DBE          MC 61 Read Data and Bit Flip Register 47
MTU_MC61_RDBFL48 0xF0064DC0          MC 61 Read Data and Bit Flip Register 48
MTU_MC61_RDBFL49 0xF0064DC2          MC 61 Read Data and Bit Flip Register 49
MTU_MC61_RDBFL50 0xF0064DC4          MC 61 Read Data and Bit Flip Register 50
MTU_MC61_RDBFL51 0xF0064DC6          MC 61 Read Data and Bit Flip Register 51
MTU_MC61_RDBFL52 0xF0064DC8          MC 61 Read Data and Bit Flip Register 52
MTU_MC61_RDBFL53 0xF0064DCA          MC 61 Read Data and Bit Flip Register 53
MTU_MC61_RDBFL54 0xF0064DCC          MC 61 Read Data and Bit Flip Register 54
MTU_MC61_RDBFL55 0xF0064DCE          MC 61 Read Data and Bit Flip Register 55
MTU_MC61_RDBFL56 0xF0064DD0          MC 61 Read Data and Bit Flip Register 56
MTU_MC61_RDBFL57 0xF0064DD2          MC 61 Read Data and Bit Flip Register 57
MTU_MC61_RDBFL58 0xF0064DD4          MC 61 Read Data and Bit Flip Register 58
MTU_MC61_RDBFL59 0xF0064DD6          MC 61 Read Data and Bit Flip Register 59
MTU_MC61_RDBFL60 0xF0064DD8          MC 61 Read Data and Bit Flip Register 60
MTU_MC61_RDBFL61 0xF0064DDA          MC 61 Read Data and Bit Flip Register 61
MTU_MC61_RDBFL62 0xF0064DDC          MC 61 Read Data and Bit Flip Register 62
MTU_MC61_RDBFL63 0xF0064DDE          MC 61 Read Data and Bit Flip Register 63
MTU_MC61_RDBFL64 0xF0064DE0          MC 61 Read Data and Bit Flip Register 64
MTU_MC61_RDBFL65 0xF0064DE2          MC 61 Read Data and Bit Flip Register 65
MTU_MC61_RDBFL66 0xF0064DE4          MC 61 Read Data and Bit Flip Register 66
MTU_MC61_ALMSRCS 0xF0064DEE          MC 61 Alarm Sources Configuration Register
MTU_MC61_FAULTSTS 0xF0064DF0          MC 61 SSH Safety Faults Status Register
MTU_MC61_ERRINFO0 0xF0064DF2          MC 61 Error Information Register 0
MTU_MC61_ERRINFO1 0xF0064DF4          MC 61 Error Information Register 1
MTU_MC61_ERRINFO2 0xF0064DF6          MC 61 Error Information Register 2
MTU_MC61_ERRINFO3 0xF0064DF8          MC 61 Error Information Register 3
MTU_MC61_ERRINFO4 0xF0064DFA          MC 61 Error Information Register 4
MTU_MC62_CONFIG0 0xF0064E00          MC 62 Configuration Register 0
MTU_MC62_CONFIG1 0xF0064E02          MC 62 Configuration Register 1
MTU_MC62_MCONTROL 0xF0064E04          MC 62 MBIST Control Register
MTU_MC62_MSTATUS 0xF0064E06          MC 62 Status Register
MTU_MC62_RANGE  0xF0064E08          MC 62 Range Register, single address mode
MTU_MC62_REVID  0xF0064E0C          MC 62 Revision ID Register
MTU_MC62_ECCS   0xF0064E0E          MC 62 ECC Safety Register
MTU_MC62_ECCD   0xF0064E10          MC 62 Memory ECC Detection Register
MTU_MC62_ETRR0  0xF0064E12          MC 62 Error Tracking Register 0
MTU_MC62_ETRR1  0xF0064E14          MC 62 Error Tracking Register 1
MTU_MC62_ETRR2  0xF0064E16          MC 62 Error Tracking Register 2
MTU_MC62_ETRR3  0xF0064E18          MC 62 Error Tracking Register 3
MTU_MC62_ETRR4  0xF0064E1A          MC 62 Error Tracking Register 4
MTU_MC62_RDBFL0 0xF0064E60          MC 62 Read Data and Bit Flip Register 0
MTU_MC62_RDBFL1 0xF0064E62          MC 62 Read Data and Bit Flip Register 1
MTU_MC62_RDBFL2 0xF0064E64          MC 62 Read Data and Bit Flip Register 2
MTU_MC62_RDBFL3 0xF0064E66          MC 62 Read Data and Bit Flip Register 3
MTU_MC62_RDBFL4 0xF0064E68          MC 62 Read Data and Bit Flip Register 4
MTU_MC62_RDBFL5 0xF0064E6A          MC 62 Read Data and Bit Flip Register 5
MTU_MC62_RDBFL6 0xF0064E6C          MC 62 Read Data and Bit Flip Register 6
MTU_MC62_RDBFL7 0xF0064E6E          MC 62 Read Data and Bit Flip Register 7
MTU_MC62_RDBFL8 0xF0064E70          MC 62 Read Data and Bit Flip Register 8
MTU_MC62_RDBFL9 0xF0064E72          MC 62 Read Data and Bit Flip Register 9
MTU_MC62_RDBFL10 0xF0064E74          MC 62 Read Data and Bit Flip Register 10
MTU_MC62_RDBFL11 0xF0064E76          MC 62 Read Data and Bit Flip Register 11
MTU_MC62_RDBFL12 0xF0064E78          MC 62 Read Data and Bit Flip Register 12
MTU_MC62_RDBFL13 0xF0064E7A          MC 62 Read Data and Bit Flip Register 13
MTU_MC62_RDBFL14 0xF0064E7C          MC 62 Read Data and Bit Flip Register 14
MTU_MC62_RDBFL15 0xF0064E7E          MC 62 Read Data and Bit Flip Register 15
MTU_MC62_RDBFL16 0xF0064E80          MC 62 Read Data and Bit Flip Register 16
MTU_MC62_RDBFL17 0xF0064E82          MC 62 Read Data and Bit Flip Register 17
MTU_MC62_RDBFL18 0xF0064E84          MC 62 Read Data and Bit Flip Register 18
MTU_MC62_RDBFL19 0xF0064E86          MC 62 Read Data and Bit Flip Register 19
MTU_MC62_RDBFL20 0xF0064E88          MC 62 Read Data and Bit Flip Register 20
MTU_MC62_RDBFL21 0xF0064E8A          MC 62 Read Data and Bit Flip Register 21
MTU_MC62_RDBFL22 0xF0064E8C          MC 62 Read Data and Bit Flip Register 22
MTU_MC62_RDBFL23 0xF0064E8E          MC 62 Read Data and Bit Flip Register 23
MTU_MC62_RDBFL24 0xF0064E90          MC 62 Read Data and Bit Flip Register 24
MTU_MC62_RDBFL25 0xF0064E92          MC 62 Read Data and Bit Flip Register 25
MTU_MC62_RDBFL26 0xF0064E94          MC 62 Read Data and Bit Flip Register 26
MTU_MC62_RDBFL27 0xF0064E96          MC 62 Read Data and Bit Flip Register 27
MTU_MC62_RDBFL28 0xF0064E98          MC 62 Read Data and Bit Flip Register 28
MTU_MC62_RDBFL29 0xF0064E9A          MC 62 Read Data and Bit Flip Register 29
MTU_MC62_RDBFL30 0xF0064E9C          MC 62 Read Data and Bit Flip Register 30
MTU_MC62_RDBFL31 0xF0064E9E          MC 62 Read Data and Bit Flip Register 31
MTU_MC62_RDBFL32 0xF0064EA0          MC 62 Read Data and Bit Flip Register 32
MTU_MC62_RDBFL33 0xF0064EA2          MC 62 Read Data and Bit Flip Register 33
MTU_MC62_RDBFL34 0xF0064EA4          MC 62 Read Data and Bit Flip Register 34
MTU_MC62_RDBFL35 0xF0064EA6          MC 62 Read Data and Bit Flip Register 35
MTU_MC62_RDBFL36 0xF0064EA8          MC 62 Read Data and Bit Flip Register 36
MTU_MC62_RDBFL37 0xF0064EAA          MC 62 Read Data and Bit Flip Register 37
MTU_MC62_RDBFL38 0xF0064EAC          MC 62 Read Data and Bit Flip Register 38
MTU_MC62_RDBFL39 0xF0064EAE          MC 62 Read Data and Bit Flip Register 39
MTU_MC62_RDBFL40 0xF0064EB0          MC 62 Read Data and Bit Flip Register 40
MTU_MC62_RDBFL41 0xF0064EB2          MC 62 Read Data and Bit Flip Register 41
MTU_MC62_RDBFL42 0xF0064EB4          MC 62 Read Data and Bit Flip Register 42
MTU_MC62_RDBFL43 0xF0064EB6          MC 62 Read Data and Bit Flip Register 43
MTU_MC62_RDBFL44 0xF0064EB8          MC 62 Read Data and Bit Flip Register 44
MTU_MC62_RDBFL45 0xF0064EBA          MC 62 Read Data and Bit Flip Register 45
MTU_MC62_RDBFL46 0xF0064EBC          MC 62 Read Data and Bit Flip Register 46
MTU_MC62_RDBFL47 0xF0064EBE          MC 62 Read Data and Bit Flip Register 47
MTU_MC62_RDBFL48 0xF0064EC0          MC 62 Read Data and Bit Flip Register 48
MTU_MC62_RDBFL49 0xF0064EC2          MC 62 Read Data and Bit Flip Register 49
MTU_MC62_RDBFL50 0xF0064EC4          MC 62 Read Data and Bit Flip Register 50
MTU_MC62_RDBFL51 0xF0064EC6          MC 62 Read Data and Bit Flip Register 51
MTU_MC62_RDBFL52 0xF0064EC8          MC 62 Read Data and Bit Flip Register 52
MTU_MC62_RDBFL53 0xF0064ECA          MC 62 Read Data and Bit Flip Register 53
MTU_MC62_RDBFL54 0xF0064ECC          MC 62 Read Data and Bit Flip Register 54
MTU_MC62_RDBFL55 0xF0064ECE          MC 62 Read Data and Bit Flip Register 55
MTU_MC62_RDBFL56 0xF0064ED0          MC 62 Read Data and Bit Flip Register 56
MTU_MC62_RDBFL57 0xF0064ED2          MC 62 Read Data and Bit Flip Register 57
MTU_MC62_RDBFL58 0xF0064ED4          MC 62 Read Data and Bit Flip Register 58
MTU_MC62_RDBFL59 0xF0064ED6          MC 62 Read Data and Bit Flip Register 59
MTU_MC62_RDBFL60 0xF0064ED8          MC 62 Read Data and Bit Flip Register 60
MTU_MC62_RDBFL61 0xF0064EDA          MC 62 Read Data and Bit Flip Register 61
MTU_MC62_RDBFL62 0xF0064EDC          MC 62 Read Data and Bit Flip Register 62
MTU_MC62_RDBFL63 0xF0064EDE          MC 62 Read Data and Bit Flip Register 63
MTU_MC62_RDBFL64 0xF0064EE0          MC 62 Read Data and Bit Flip Register 64
MTU_MC62_RDBFL65 0xF0064EE2          MC 62 Read Data and Bit Flip Register 65
MTU_MC62_RDBFL66 0xF0064EE4          MC 62 Read Data and Bit Flip Register 66
MTU_MC62_ALMSRCS 0xF0064EEE          MC 62 Alarm Sources Configuration Register
MTU_MC62_FAULTSTS 0xF0064EF0          MC 62 SSH Safety Faults Status Register
MTU_MC62_ERRINFO0 0xF0064EF2          MC 62 Error Information Register 0
MTU_MC62_ERRINFO1 0xF0064EF4          MC 62 Error Information Register 1
MTU_MC62_ERRINFO2 0xF0064EF6          MC 62 Error Information Register 2
MTU_MC62_ERRINFO3 0xF0064EF8          MC 62 Error Information Register 3
MTU_MC62_ERRINFO4 0xF0064EFA          MC 62 Error Information Register 4
MTU_MC63_CONFIG0 0xF0064F00          MC 63 Configuration Register 0
MTU_MC63_CONFIG1 0xF0064F02          MC 63 Configuration Register 1
MTU_MC63_MCONTROL 0xF0064F04          MC 63 MBIST Control Register
MTU_MC63_MSTATUS 0xF0064F06          MC 63 Status Register
MTU_MC63_RANGE  0xF0064F08          MC 63 Range Register, single address mode
MTU_MC63_REVID  0xF0064F0C          MC 63 Revision ID Register
MTU_MC63_ECCS   0xF0064F0E          MC 63 ECC Safety Register
MTU_MC63_ECCD   0xF0064F10          MC 63 Memory ECC Detection Register
MTU_MC63_ETRR0  0xF0064F12          MC 63 Error Tracking Register 0
MTU_MC63_ETRR1  0xF0064F14          MC 63 Error Tracking Register 1
MTU_MC63_ETRR2  0xF0064F16          MC 63 Error Tracking Register 2
MTU_MC63_ETRR3  0xF0064F18          MC 63 Error Tracking Register 3
MTU_MC63_ETRR4  0xF0064F1A          MC 63 Error Tracking Register 4
MTU_MC63_RDBFL0 0xF0064F60          MC 63 Read Data and Bit Flip Register 0
MTU_MC63_RDBFL1 0xF0064F62          MC 63 Read Data and Bit Flip Register 1
MTU_MC63_RDBFL2 0xF0064F64          MC 63 Read Data and Bit Flip Register 2
MTU_MC63_RDBFL3 0xF0064F66          MC 63 Read Data and Bit Flip Register 3
MTU_MC63_RDBFL4 0xF0064F68          MC 63 Read Data and Bit Flip Register 4
MTU_MC63_RDBFL5 0xF0064F6A          MC 63 Read Data and Bit Flip Register 5
MTU_MC63_RDBFL6 0xF0064F6C          MC 63 Read Data and Bit Flip Register 6
MTU_MC63_RDBFL7 0xF0064F6E          MC 63 Read Data and Bit Flip Register 7
MTU_MC63_RDBFL8 0xF0064F70          MC 63 Read Data and Bit Flip Register 8
MTU_MC63_RDBFL9 0xF0064F72          MC 63 Read Data and Bit Flip Register 9
MTU_MC63_RDBFL10 0xF0064F74          MC 63 Read Data and Bit Flip Register 10
MTU_MC63_RDBFL11 0xF0064F76          MC 63 Read Data and Bit Flip Register 11
MTU_MC63_RDBFL12 0xF0064F78          MC 63 Read Data and Bit Flip Register 12
MTU_MC63_RDBFL13 0xF0064F7A          MC 63 Read Data and Bit Flip Register 13
MTU_MC63_RDBFL14 0xF0064F7C          MC 63 Read Data and Bit Flip Register 14
MTU_MC63_RDBFL15 0xF0064F7E          MC 63 Read Data and Bit Flip Register 15
MTU_MC63_RDBFL16 0xF0064F80          MC 63 Read Data and Bit Flip Register 16
MTU_MC63_RDBFL17 0xF0064F82          MC 63 Read Data and Bit Flip Register 17
MTU_MC63_RDBFL18 0xF0064F84          MC 63 Read Data and Bit Flip Register 18
MTU_MC63_RDBFL19 0xF0064F86          MC 63 Read Data and Bit Flip Register 19
MTU_MC63_RDBFL20 0xF0064F88          MC 63 Read Data and Bit Flip Register 20
MTU_MC63_RDBFL21 0xF0064F8A          MC 63 Read Data and Bit Flip Register 21
MTU_MC63_RDBFL22 0xF0064F8C          MC 63 Read Data and Bit Flip Register 22
MTU_MC63_RDBFL23 0xF0064F8E          MC 63 Read Data and Bit Flip Register 23
MTU_MC63_RDBFL24 0xF0064F90          MC 63 Read Data and Bit Flip Register 24
MTU_MC63_RDBFL25 0xF0064F92          MC 63 Read Data and Bit Flip Register 25
MTU_MC63_RDBFL26 0xF0064F94          MC 63 Read Data and Bit Flip Register 26
MTU_MC63_RDBFL27 0xF0064F96          MC 63 Read Data and Bit Flip Register 27
MTU_MC63_RDBFL28 0xF0064F98          MC 63 Read Data and Bit Flip Register 28
MTU_MC63_RDBFL29 0xF0064F9A          MC 63 Read Data and Bit Flip Register 29
MTU_MC63_RDBFL30 0xF0064F9C          MC 63 Read Data and Bit Flip Register 30
MTU_MC63_RDBFL31 0xF0064F9E          MC 63 Read Data and Bit Flip Register 31
MTU_MC63_RDBFL32 0xF0064FA0          MC 63 Read Data and Bit Flip Register 32
MTU_MC63_RDBFL33 0xF0064FA2          MC 63 Read Data and Bit Flip Register 33
MTU_MC63_RDBFL34 0xF0064FA4          MC 63 Read Data and Bit Flip Register 34
MTU_MC63_RDBFL35 0xF0064FA6          MC 63 Read Data and Bit Flip Register 35
MTU_MC63_RDBFL36 0xF0064FA8          MC 63 Read Data and Bit Flip Register 36
MTU_MC63_RDBFL37 0xF0064FAA          MC 63 Read Data and Bit Flip Register 37
MTU_MC63_RDBFL38 0xF0064FAC          MC 63 Read Data and Bit Flip Register 38
MTU_MC63_RDBFL39 0xF0064FAE          MC 63 Read Data and Bit Flip Register 39
MTU_MC63_RDBFL40 0xF0064FB0          MC 63 Read Data and Bit Flip Register 40
MTU_MC63_RDBFL41 0xF0064FB2          MC 63 Read Data and Bit Flip Register 41
MTU_MC63_RDBFL42 0xF0064FB4          MC 63 Read Data and Bit Flip Register 42
MTU_MC63_RDBFL43 0xF0064FB6          MC 63 Read Data and Bit Flip Register 43
MTU_MC63_RDBFL44 0xF0064FB8          MC 63 Read Data and Bit Flip Register 44
MTU_MC63_RDBFL45 0xF0064FBA          MC 63 Read Data and Bit Flip Register 45
MTU_MC63_RDBFL46 0xF0064FBC          MC 63 Read Data and Bit Flip Register 46
MTU_MC63_RDBFL47 0xF0064FBE          MC 63 Read Data and Bit Flip Register 47
MTU_MC63_RDBFL48 0xF0064FC0          MC 63 Read Data and Bit Flip Register 48
MTU_MC63_RDBFL49 0xF0064FC2          MC 63 Read Data and Bit Flip Register 49
MTU_MC63_RDBFL50 0xF0064FC4          MC 63 Read Data and Bit Flip Register 50
MTU_MC63_RDBFL51 0xF0064FC6          MC 63 Read Data and Bit Flip Register 51
MTU_MC63_RDBFL52 0xF0064FC8          MC 63 Read Data and Bit Flip Register 52
MTU_MC63_RDBFL53 0xF0064FCA          MC 63 Read Data and Bit Flip Register 53
MTU_MC63_RDBFL54 0xF0064FCC          MC 63 Read Data and Bit Flip Register 54
MTU_MC63_RDBFL55 0xF0064FCE          MC 63 Read Data and Bit Flip Register 55
MTU_MC63_RDBFL56 0xF0064FD0          MC 63 Read Data and Bit Flip Register 56
MTU_MC63_RDBFL57 0xF0064FD2          MC 63 Read Data and Bit Flip Register 57
MTU_MC63_RDBFL58 0xF0064FD4          MC 63 Read Data and Bit Flip Register 58
MTU_MC63_RDBFL59 0xF0064FD6          MC 63 Read Data and Bit Flip Register 59
MTU_MC63_RDBFL60 0xF0064FD8          MC 63 Read Data and Bit Flip Register 60
MTU_MC63_RDBFL61 0xF0064FDA          MC 63 Read Data and Bit Flip Register 61
MTU_MC63_RDBFL62 0xF0064FDC          MC 63 Read Data and Bit Flip Register 62
MTU_MC63_RDBFL63 0xF0064FDE          MC 63 Read Data and Bit Flip Register 63
MTU_MC63_RDBFL64 0xF0064FE0          MC 63 Read Data and Bit Flip Register 64
MTU_MC63_RDBFL65 0xF0064FE2          MC 63 Read Data and Bit Flip Register 65
MTU_MC63_RDBFL66 0xF0064FE4          MC 63 Read Data and Bit Flip Register 66
MTU_MC63_ALMSRCS 0xF0064FEE          MC 63 Alarm Sources Configuration Register
MTU_MC63_FAULTSTS 0xF0064FF0          MC 63 SSH Safety Faults Status Register
MTU_MC63_ERRINFO0 0xF0064FF2          MC 63 Error Information Register 0
MTU_MC63_ERRINFO1 0xF0064FF4          MC 63 Error Information Register 1
MTU_MC63_ERRINFO2 0xF0064FF6          MC 63 Error Information Register 2
MTU_MC63_ERRINFO3 0xF0064FF8          MC 63 Error Information Register 3
MTU_MC63_ERRINFO4 0xF0064FFA          MC 63 Error Information Register 4
MTU_MC64_CONFIG0 0xF0065000          MC 64 Configuration Register 0
MTU_MC64_CONFIG1 0xF0065002          MC 64 Configuration Register 1
MTU_MC64_MCONTROL 0xF0065004          MC 64 MBIST Control Register
MTU_MC64_MSTATUS 0xF0065006          MC 64 Status Register
MTU_MC64_RANGE  0xF0065008          MC 64 Range Register, single address mode
MTU_MC64_REVID  0xF006500C          MC 64 Revision ID Register
MTU_MC64_ECCS   0xF006500E          MC 64 ECC Safety Register
MTU_MC64_ECCD   0xF0065010          MC 64 Memory ECC Detection Register
MTU_MC64_ETRR0  0xF0065012          MC 64 Error Tracking Register 0
MTU_MC64_ETRR1  0xF0065014          MC 64 Error Tracking Register 1
MTU_MC64_ETRR2  0xF0065016          MC 64 Error Tracking Register 2
MTU_MC64_ETRR3  0xF0065018          MC 64 Error Tracking Register 3
MTU_MC64_ETRR4  0xF006501A          MC 64 Error Tracking Register 4
MTU_MC64_RDBFL0 0xF0065060          MC 64 Read Data and Bit Flip Register 0
MTU_MC64_RDBFL1 0xF0065062          MC 64 Read Data and Bit Flip Register 1
MTU_MC64_RDBFL2 0xF0065064          MC 64 Read Data and Bit Flip Register 2
MTU_MC64_RDBFL3 0xF0065066          MC 64 Read Data and Bit Flip Register 3
MTU_MC64_RDBFL4 0xF0065068          MC 64 Read Data and Bit Flip Register 4
MTU_MC64_RDBFL5 0xF006506A          MC 64 Read Data and Bit Flip Register 5
MTU_MC64_RDBFL6 0xF006506C          MC 64 Read Data and Bit Flip Register 6
MTU_MC64_RDBFL7 0xF006506E          MC 64 Read Data and Bit Flip Register 7
MTU_MC64_RDBFL8 0xF0065070          MC 64 Read Data and Bit Flip Register 8
MTU_MC64_RDBFL9 0xF0065072          MC 64 Read Data and Bit Flip Register 9
MTU_MC64_RDBFL10 0xF0065074          MC 64 Read Data and Bit Flip Register 10
MTU_MC64_RDBFL11 0xF0065076          MC 64 Read Data and Bit Flip Register 11
MTU_MC64_RDBFL12 0xF0065078          MC 64 Read Data and Bit Flip Register 12
MTU_MC64_RDBFL13 0xF006507A          MC 64 Read Data and Bit Flip Register 13
MTU_MC64_RDBFL14 0xF006507C          MC 64 Read Data and Bit Flip Register 14
MTU_MC64_RDBFL15 0xF006507E          MC 64 Read Data and Bit Flip Register 15
MTU_MC64_RDBFL16 0xF0065080          MC 64 Read Data and Bit Flip Register 16
MTU_MC64_RDBFL17 0xF0065082          MC 64 Read Data and Bit Flip Register 17
MTU_MC64_RDBFL18 0xF0065084          MC 64 Read Data and Bit Flip Register 18
MTU_MC64_RDBFL19 0xF0065086          MC 64 Read Data and Bit Flip Register 19
MTU_MC64_RDBFL20 0xF0065088          MC 64 Read Data and Bit Flip Register 20
MTU_MC64_RDBFL21 0xF006508A          MC 64 Read Data and Bit Flip Register 21
MTU_MC64_RDBFL22 0xF006508C          MC 64 Read Data and Bit Flip Register 22
MTU_MC64_RDBFL23 0xF006508E          MC 64 Read Data and Bit Flip Register 23
MTU_MC64_RDBFL24 0xF0065090          MC 64 Read Data and Bit Flip Register 24
MTU_MC64_RDBFL25 0xF0065092          MC 64 Read Data and Bit Flip Register 25
MTU_MC64_RDBFL26 0xF0065094          MC 64 Read Data and Bit Flip Register 26
MTU_MC64_RDBFL27 0xF0065096          MC 64 Read Data and Bit Flip Register 27
MTU_MC64_RDBFL28 0xF0065098          MC 64 Read Data and Bit Flip Register 28
MTU_MC64_RDBFL29 0xF006509A          MC 64 Read Data and Bit Flip Register 29
MTU_MC64_RDBFL30 0xF006509C          MC 64 Read Data and Bit Flip Register 30
MTU_MC64_RDBFL31 0xF006509E          MC 64 Read Data and Bit Flip Register 31
MTU_MC64_RDBFL32 0xF00650A0          MC 64 Read Data and Bit Flip Register 32
MTU_MC64_RDBFL33 0xF00650A2          MC 64 Read Data and Bit Flip Register 33
MTU_MC64_RDBFL34 0xF00650A4          MC 64 Read Data and Bit Flip Register 34
MTU_MC64_RDBFL35 0xF00650A6          MC 64 Read Data and Bit Flip Register 35
MTU_MC64_RDBFL36 0xF00650A8          MC 64 Read Data and Bit Flip Register 36
MTU_MC64_RDBFL37 0xF00650AA          MC 64 Read Data and Bit Flip Register 37
MTU_MC64_RDBFL38 0xF00650AC          MC 64 Read Data and Bit Flip Register 38
MTU_MC64_RDBFL39 0xF00650AE          MC 64 Read Data and Bit Flip Register 39
MTU_MC64_RDBFL40 0xF00650B0          MC 64 Read Data and Bit Flip Register 40
MTU_MC64_RDBFL41 0xF00650B2          MC 64 Read Data and Bit Flip Register 41
MTU_MC64_RDBFL42 0xF00650B4          MC 64 Read Data and Bit Flip Register 42
MTU_MC64_RDBFL43 0xF00650B6          MC 64 Read Data and Bit Flip Register 43
MTU_MC64_RDBFL44 0xF00650B8          MC 64 Read Data and Bit Flip Register 44
MTU_MC64_RDBFL45 0xF00650BA          MC 64 Read Data and Bit Flip Register 45
MTU_MC64_RDBFL46 0xF00650BC          MC 64 Read Data and Bit Flip Register 46
MTU_MC64_RDBFL47 0xF00650BE          MC 64 Read Data and Bit Flip Register 47
MTU_MC64_RDBFL48 0xF00650C0          MC 64 Read Data and Bit Flip Register 48
MTU_MC64_RDBFL49 0xF00650C2          MC 64 Read Data and Bit Flip Register 49
MTU_MC64_RDBFL50 0xF00650C4          MC 64 Read Data and Bit Flip Register 50
MTU_MC64_RDBFL51 0xF00650C6          MC 64 Read Data and Bit Flip Register 51
MTU_MC64_RDBFL52 0xF00650C8          MC 64 Read Data and Bit Flip Register 52
MTU_MC64_RDBFL53 0xF00650CA          MC 64 Read Data and Bit Flip Register 53
MTU_MC64_RDBFL54 0xF00650CC          MC 64 Read Data and Bit Flip Register 54
MTU_MC64_RDBFL55 0xF00650CE          MC 64 Read Data and Bit Flip Register 55
MTU_MC64_RDBFL56 0xF00650D0          MC 64 Read Data and Bit Flip Register 56
MTU_MC64_RDBFL57 0xF00650D2          MC 64 Read Data and Bit Flip Register 57
MTU_MC64_RDBFL58 0xF00650D4          MC 64 Read Data and Bit Flip Register 58
MTU_MC64_RDBFL59 0xF00650D6          MC 64 Read Data and Bit Flip Register 59
MTU_MC64_RDBFL60 0xF00650D8          MC 64 Read Data and Bit Flip Register 60
MTU_MC64_RDBFL61 0xF00650DA          MC 64 Read Data and Bit Flip Register 61
MTU_MC64_RDBFL62 0xF00650DC          MC 64 Read Data and Bit Flip Register 62
MTU_MC64_RDBFL63 0xF00650DE          MC 64 Read Data and Bit Flip Register 63
MTU_MC64_RDBFL64 0xF00650E0          MC 64 Read Data and Bit Flip Register 64
MTU_MC64_RDBFL65 0xF00650E2          MC 64 Read Data and Bit Flip Register 65
MTU_MC64_RDBFL66 0xF00650E4          MC 64 Read Data and Bit Flip Register 66
MTU_MC64_ALMSRCS 0xF00650EE          MC 64 Alarm Sources Configuration Register
MTU_MC64_FAULTSTS 0xF00650F0          MC 64 SSH Safety Faults Status Register
MTU_MC64_ERRINFO0 0xF00650F2          MC 64 Error Information Register 0
MTU_MC64_ERRINFO1 0xF00650F4          MC 64 Error Information Register 1
MTU_MC64_ERRINFO2 0xF00650F6          MC 64 Error Information Register 2
MTU_MC64_ERRINFO3 0xF00650F8          MC 64 Error Information Register 3
MTU_MC64_ERRINFO4 0xF00650FA          MC 64 Error Information Register 4
MTU_MC65_CONFIG0 0xF0065100          MC 65 Configuration Register 0
MTU_MC65_CONFIG1 0xF0065102          MC 65 Configuration Register 1
MTU_MC65_MCONTROL 0xF0065104          MC 65 MBIST Control Register
MTU_MC65_MSTATUS 0xF0065106          MC 65 Status Register
MTU_MC65_RANGE  0xF0065108          MC 65 Range Register, single address mode
MTU_MC65_REVID  0xF006510C          MC 65 Revision ID Register
MTU_MC65_ECCS   0xF006510E          MC 65 ECC Safety Register
MTU_MC65_ECCD   0xF0065110          MC 65 Memory ECC Detection Register
MTU_MC65_ETRR0  0xF0065112          MC 65 Error Tracking Register 0
MTU_MC65_ETRR1  0xF0065114          MC 65 Error Tracking Register 1
MTU_MC65_ETRR2  0xF0065116          MC 65 Error Tracking Register 2
MTU_MC65_ETRR3  0xF0065118          MC 65 Error Tracking Register 3
MTU_MC65_ETRR4  0xF006511A          MC 65 Error Tracking Register 4
MTU_MC65_RDBFL0 0xF0065160          MC 65 Read Data and Bit Flip Register 0
MTU_MC65_RDBFL1 0xF0065162          MC 65 Read Data and Bit Flip Register 1
MTU_MC65_RDBFL2 0xF0065164          MC 65 Read Data and Bit Flip Register 2
MTU_MC65_RDBFL3 0xF0065166          MC 65 Read Data and Bit Flip Register 3
MTU_MC65_RDBFL4 0xF0065168          MC 65 Read Data and Bit Flip Register 4
MTU_MC65_RDBFL5 0xF006516A          MC 65 Read Data and Bit Flip Register 5
MTU_MC65_RDBFL6 0xF006516C          MC 65 Read Data and Bit Flip Register 6
MTU_MC65_RDBFL7 0xF006516E          MC 65 Read Data and Bit Flip Register 7
MTU_MC65_RDBFL8 0xF0065170          MC 65 Read Data and Bit Flip Register 8
MTU_MC65_RDBFL9 0xF0065172          MC 65 Read Data and Bit Flip Register 9
MTU_MC65_RDBFL10 0xF0065174          MC 65 Read Data and Bit Flip Register 10
MTU_MC65_RDBFL11 0xF0065176          MC 65 Read Data and Bit Flip Register 11
MTU_MC65_RDBFL12 0xF0065178          MC 65 Read Data and Bit Flip Register 12
MTU_MC65_RDBFL13 0xF006517A          MC 65 Read Data and Bit Flip Register 13
MTU_MC65_RDBFL14 0xF006517C          MC 65 Read Data and Bit Flip Register 14
MTU_MC65_RDBFL15 0xF006517E          MC 65 Read Data and Bit Flip Register 15
MTU_MC65_RDBFL16 0xF0065180          MC 65 Read Data and Bit Flip Register 16
MTU_MC65_RDBFL17 0xF0065182          MC 65 Read Data and Bit Flip Register 17
MTU_MC65_RDBFL18 0xF0065184          MC 65 Read Data and Bit Flip Register 18
MTU_MC65_RDBFL19 0xF0065186          MC 65 Read Data and Bit Flip Register 19
MTU_MC65_RDBFL20 0xF0065188          MC 65 Read Data and Bit Flip Register 20
MTU_MC65_RDBFL21 0xF006518A          MC 65 Read Data and Bit Flip Register 21
MTU_MC65_RDBFL22 0xF006518C          MC 65 Read Data and Bit Flip Register 22
MTU_MC65_RDBFL23 0xF006518E          MC 65 Read Data and Bit Flip Register 23
MTU_MC65_RDBFL24 0xF0065190          MC 65 Read Data and Bit Flip Register 24
MTU_MC65_RDBFL25 0xF0065192          MC 65 Read Data and Bit Flip Register 25
MTU_MC65_RDBFL26 0xF0065194          MC 65 Read Data and Bit Flip Register 26
MTU_MC65_RDBFL27 0xF0065196          MC 65 Read Data and Bit Flip Register 27
MTU_MC65_RDBFL28 0xF0065198          MC 65 Read Data and Bit Flip Register 28
MTU_MC65_RDBFL29 0xF006519A          MC 65 Read Data and Bit Flip Register 29
MTU_MC65_RDBFL30 0xF006519C          MC 65 Read Data and Bit Flip Register 30
MTU_MC65_RDBFL31 0xF006519E          MC 65 Read Data and Bit Flip Register 31
MTU_MC65_RDBFL32 0xF00651A0          MC 65 Read Data and Bit Flip Register 32
MTU_MC65_RDBFL33 0xF00651A2          MC 65 Read Data and Bit Flip Register 33
MTU_MC65_RDBFL34 0xF00651A4          MC 65 Read Data and Bit Flip Register 34
MTU_MC65_RDBFL35 0xF00651A6          MC 65 Read Data and Bit Flip Register 35
MTU_MC65_RDBFL36 0xF00651A8          MC 65 Read Data and Bit Flip Register 36
MTU_MC65_RDBFL37 0xF00651AA          MC 65 Read Data and Bit Flip Register 37
MTU_MC65_RDBFL38 0xF00651AC          MC 65 Read Data and Bit Flip Register 38
MTU_MC65_RDBFL39 0xF00651AE          MC 65 Read Data and Bit Flip Register 39
MTU_MC65_RDBFL40 0xF00651B0          MC 65 Read Data and Bit Flip Register 40
MTU_MC65_RDBFL41 0xF00651B2          MC 65 Read Data and Bit Flip Register 41
MTU_MC65_RDBFL42 0xF00651B4          MC 65 Read Data and Bit Flip Register 42
MTU_MC65_RDBFL43 0xF00651B6          MC 65 Read Data and Bit Flip Register 43
MTU_MC65_RDBFL44 0xF00651B8          MC 65 Read Data and Bit Flip Register 44
MTU_MC65_RDBFL45 0xF00651BA          MC 65 Read Data and Bit Flip Register 45
MTU_MC65_RDBFL46 0xF00651BC          MC 65 Read Data and Bit Flip Register 46
MTU_MC65_RDBFL47 0xF00651BE          MC 65 Read Data and Bit Flip Register 47
MTU_MC65_RDBFL48 0xF00651C0          MC 65 Read Data and Bit Flip Register 48
MTU_MC65_RDBFL49 0xF00651C2          MC 65 Read Data and Bit Flip Register 49
MTU_MC65_RDBFL50 0xF00651C4          MC 65 Read Data and Bit Flip Register 50
MTU_MC65_RDBFL51 0xF00651C6          MC 65 Read Data and Bit Flip Register 51
MTU_MC65_RDBFL52 0xF00651C8          MC 65 Read Data and Bit Flip Register 52
MTU_MC65_RDBFL53 0xF00651CA          MC 65 Read Data and Bit Flip Register 53
MTU_MC65_RDBFL54 0xF00651CC          MC 65 Read Data and Bit Flip Register 54
MTU_MC65_RDBFL55 0xF00651CE          MC 65 Read Data and Bit Flip Register 55
MTU_MC65_RDBFL56 0xF00651D0          MC 65 Read Data and Bit Flip Register 56
MTU_MC65_RDBFL57 0xF00651D2          MC 65 Read Data and Bit Flip Register 57
MTU_MC65_RDBFL58 0xF00651D4          MC 65 Read Data and Bit Flip Register 58
MTU_MC65_RDBFL59 0xF00651D6          MC 65 Read Data and Bit Flip Register 59
MTU_MC65_RDBFL60 0xF00651D8          MC 65 Read Data and Bit Flip Register 60
MTU_MC65_RDBFL61 0xF00651DA          MC 65 Read Data and Bit Flip Register 61
MTU_MC65_RDBFL62 0xF00651DC          MC 65 Read Data and Bit Flip Register 62
MTU_MC65_RDBFL63 0xF00651DE          MC 65 Read Data and Bit Flip Register 63
MTU_MC65_RDBFL64 0xF00651E0          MC 65 Read Data and Bit Flip Register 64
MTU_MC65_RDBFL65 0xF00651E2          MC 65 Read Data and Bit Flip Register 65
MTU_MC65_RDBFL66 0xF00651E4          MC 65 Read Data and Bit Flip Register 66
MTU_MC65_ALMSRCS 0xF00651EE          MC 65 Alarm Sources Configuration Register
MTU_MC65_FAULTSTS 0xF00651F0          MC 65 SSH Safety Faults Status Register
MTU_MC65_ERRINFO0 0xF00651F2          MC 65 Error Information Register 0
MTU_MC65_ERRINFO1 0xF00651F4          MC 65 Error Information Register 1
MTU_MC65_ERRINFO2 0xF00651F6          MC 65 Error Information Register 2
MTU_MC65_ERRINFO3 0xF00651F8          MC 65 Error Information Register 3
MTU_MC65_ERRINFO4 0xF00651FA          MC 65 Error Information Register 4
MTU_MC66_CONFIG0 0xF0065200          MC 66 Configuration Register 0
MTU_MC66_CONFIG1 0xF0065202          MC 66 Configuration Register 1
MTU_MC66_MCONTROL 0xF0065204          MC 66 MBIST Control Register
MTU_MC66_MSTATUS 0xF0065206          MC 66 Status Register
MTU_MC66_RANGE  0xF0065208          MC 66 Range Register, single address mode
MTU_MC66_REVID  0xF006520C          MC 66 Revision ID Register
MTU_MC66_ECCS   0xF006520E          MC 66 ECC Safety Register
MTU_MC66_ECCD   0xF0065210          MC 66 Memory ECC Detection Register
MTU_MC66_ETRR0  0xF0065212          MC 66 Error Tracking Register 0
MTU_MC66_ETRR1  0xF0065214          MC 66 Error Tracking Register 1
MTU_MC66_ETRR2  0xF0065216          MC 66 Error Tracking Register 2
MTU_MC66_ETRR3  0xF0065218          MC 66 Error Tracking Register 3
MTU_MC66_ETRR4  0xF006521A          MC 66 Error Tracking Register 4
MTU_MC66_RDBFL0 0xF0065260          MC 66 Read Data and Bit Flip Register 0
MTU_MC66_RDBFL1 0xF0065262          MC 66 Read Data and Bit Flip Register 1
MTU_MC66_RDBFL2 0xF0065264          MC 66 Read Data and Bit Flip Register 2
MTU_MC66_RDBFL3 0xF0065266          MC 66 Read Data and Bit Flip Register 3
MTU_MC66_RDBFL4 0xF0065268          MC 66 Read Data and Bit Flip Register 4
MTU_MC66_RDBFL5 0xF006526A          MC 66 Read Data and Bit Flip Register 5
MTU_MC66_RDBFL6 0xF006526C          MC 66 Read Data and Bit Flip Register 6
MTU_MC66_RDBFL7 0xF006526E          MC 66 Read Data and Bit Flip Register 7
MTU_MC66_RDBFL8 0xF0065270          MC 66 Read Data and Bit Flip Register 8
MTU_MC66_RDBFL9 0xF0065272          MC 66 Read Data and Bit Flip Register 9
MTU_MC66_RDBFL10 0xF0065274          MC 66 Read Data and Bit Flip Register 10
MTU_MC66_RDBFL11 0xF0065276          MC 66 Read Data and Bit Flip Register 11
MTU_MC66_RDBFL12 0xF0065278          MC 66 Read Data and Bit Flip Register 12
MTU_MC66_RDBFL13 0xF006527A          MC 66 Read Data and Bit Flip Register 13
MTU_MC66_RDBFL14 0xF006527C          MC 66 Read Data and Bit Flip Register 14
MTU_MC66_RDBFL15 0xF006527E          MC 66 Read Data and Bit Flip Register 15
MTU_MC66_RDBFL16 0xF0065280          MC 66 Read Data and Bit Flip Register 16
MTU_MC66_RDBFL17 0xF0065282          MC 66 Read Data and Bit Flip Register 17
MTU_MC66_RDBFL18 0xF0065284          MC 66 Read Data and Bit Flip Register 18
MTU_MC66_RDBFL19 0xF0065286          MC 66 Read Data and Bit Flip Register 19
MTU_MC66_RDBFL20 0xF0065288          MC 66 Read Data and Bit Flip Register 20
MTU_MC66_RDBFL21 0xF006528A          MC 66 Read Data and Bit Flip Register 21
MTU_MC66_RDBFL22 0xF006528C          MC 66 Read Data and Bit Flip Register 22
MTU_MC66_RDBFL23 0xF006528E          MC 66 Read Data and Bit Flip Register 23
MTU_MC66_RDBFL24 0xF0065290          MC 66 Read Data and Bit Flip Register 24
MTU_MC66_RDBFL25 0xF0065292          MC 66 Read Data and Bit Flip Register 25
MTU_MC66_RDBFL26 0xF0065294          MC 66 Read Data and Bit Flip Register 26
MTU_MC66_RDBFL27 0xF0065296          MC 66 Read Data and Bit Flip Register 27
MTU_MC66_RDBFL28 0xF0065298          MC 66 Read Data and Bit Flip Register 28
MTU_MC66_RDBFL29 0xF006529A          MC 66 Read Data and Bit Flip Register 29
MTU_MC66_RDBFL30 0xF006529C          MC 66 Read Data and Bit Flip Register 30
MTU_MC66_RDBFL31 0xF006529E          MC 66 Read Data and Bit Flip Register 31
MTU_MC66_RDBFL32 0xF00652A0          MC 66 Read Data and Bit Flip Register 32
MTU_MC66_RDBFL33 0xF00652A2          MC 66 Read Data and Bit Flip Register 33
MTU_MC66_RDBFL34 0xF00652A4          MC 66 Read Data and Bit Flip Register 34
MTU_MC66_RDBFL35 0xF00652A6          MC 66 Read Data and Bit Flip Register 35
MTU_MC66_RDBFL36 0xF00652A8          MC 66 Read Data and Bit Flip Register 36
MTU_MC66_RDBFL37 0xF00652AA          MC 66 Read Data and Bit Flip Register 37
MTU_MC66_RDBFL38 0xF00652AC          MC 66 Read Data and Bit Flip Register 38
MTU_MC66_RDBFL39 0xF00652AE          MC 66 Read Data and Bit Flip Register 39
MTU_MC66_RDBFL40 0xF00652B0          MC 66 Read Data and Bit Flip Register 40
MTU_MC66_RDBFL41 0xF00652B2          MC 66 Read Data and Bit Flip Register 41
MTU_MC66_RDBFL42 0xF00652B4          MC 66 Read Data and Bit Flip Register 42
MTU_MC66_RDBFL43 0xF00652B6          MC 66 Read Data and Bit Flip Register 43
MTU_MC66_RDBFL44 0xF00652B8          MC 66 Read Data and Bit Flip Register 44
MTU_MC66_RDBFL45 0xF00652BA          MC 66 Read Data and Bit Flip Register 45
MTU_MC66_RDBFL46 0xF00652BC          MC 66 Read Data and Bit Flip Register 46
MTU_MC66_RDBFL47 0xF00652BE          MC 66 Read Data and Bit Flip Register 47
MTU_MC66_RDBFL48 0xF00652C0          MC 66 Read Data and Bit Flip Register 48
MTU_MC66_RDBFL49 0xF00652C2          MC 66 Read Data and Bit Flip Register 49
MTU_MC66_RDBFL50 0xF00652C4          MC 66 Read Data and Bit Flip Register 50
MTU_MC66_RDBFL51 0xF00652C6          MC 66 Read Data and Bit Flip Register 51
MTU_MC66_RDBFL52 0xF00652C8          MC 66 Read Data and Bit Flip Register 52
MTU_MC66_RDBFL53 0xF00652CA          MC 66 Read Data and Bit Flip Register 53
MTU_MC66_RDBFL54 0xF00652CC          MC 66 Read Data and Bit Flip Register 54
MTU_MC66_RDBFL55 0xF00652CE          MC 66 Read Data and Bit Flip Register 55
MTU_MC66_RDBFL56 0xF00652D0          MC 66 Read Data and Bit Flip Register 56
MTU_MC66_RDBFL57 0xF00652D2          MC 66 Read Data and Bit Flip Register 57
MTU_MC66_RDBFL58 0xF00652D4          MC 66 Read Data and Bit Flip Register 58
MTU_MC66_RDBFL59 0xF00652D6          MC 66 Read Data and Bit Flip Register 59
MTU_MC66_RDBFL60 0xF00652D8          MC 66 Read Data and Bit Flip Register 60
MTU_MC66_RDBFL61 0xF00652DA          MC 66 Read Data and Bit Flip Register 61
MTU_MC66_RDBFL62 0xF00652DC          MC 66 Read Data and Bit Flip Register 62
MTU_MC66_RDBFL63 0xF00652DE          MC 66 Read Data and Bit Flip Register 63
MTU_MC66_RDBFL64 0xF00652E0          MC 66 Read Data and Bit Flip Register 64
MTU_MC66_RDBFL65 0xF00652E2          MC 66 Read Data and Bit Flip Register 65
MTU_MC66_RDBFL66 0xF00652E4          MC 66 Read Data and Bit Flip Register 66
MTU_MC66_ALMSRCS 0xF00652EE          MC 66 Alarm Sources Configuration Register
MTU_MC66_FAULTSTS 0xF00652F0          MC 66 SSH Safety Faults Status Register
MTU_MC66_ERRINFO0 0xF00652F2          MC 66 Error Information Register 0
MTU_MC66_ERRINFO1 0xF00652F4          MC 66 Error Information Register 1
MTU_MC66_ERRINFO2 0xF00652F6          MC 66 Error Information Register 2
MTU_MC66_ERRINFO3 0xF00652F8          MC 66 Error Information Register 3
MTU_MC66_ERRINFO4 0xF00652FA          MC 66 Error Information Register 4
MTU_MC67_CONFIG0 0xF0065300          MC 67 Configuration Register 0
MTU_MC67_CONFIG1 0xF0065302          MC 67 Configuration Register 1
MTU_MC67_MCONTROL 0xF0065304          MC 67 MBIST Control Register
MTU_MC67_MSTATUS 0xF0065306          MC 67 Status Register
MTU_MC67_RANGE  0xF0065308          MC 67 Range Register, single address mode
MTU_MC67_REVID  0xF006530C          MC 67 Revision ID Register
MTU_MC67_ECCS   0xF006530E          MC 67 ECC Safety Register
MTU_MC67_ECCD   0xF0065310          MC 67 Memory ECC Detection Register
MTU_MC67_ETRR0  0xF0065312          MC 67 Error Tracking Register 0
MTU_MC67_ETRR1  0xF0065314          MC 67 Error Tracking Register 1
MTU_MC67_ETRR2  0xF0065316          MC 67 Error Tracking Register 2
MTU_MC67_ETRR3  0xF0065318          MC 67 Error Tracking Register 3
MTU_MC67_ETRR4  0xF006531A          MC 67 Error Tracking Register 4
MTU_MC67_RDBFL0 0xF0065360          MC 67 Read Data and Bit Flip Register 0
MTU_MC67_RDBFL1 0xF0065362          MC 67 Read Data and Bit Flip Register 1
MTU_MC67_RDBFL2 0xF0065364          MC 67 Read Data and Bit Flip Register 2
MTU_MC67_RDBFL3 0xF0065366          MC 67 Read Data and Bit Flip Register 3
MTU_MC67_RDBFL4 0xF0065368          MC 67 Read Data and Bit Flip Register 4
MTU_MC67_RDBFL5 0xF006536A          MC 67 Read Data and Bit Flip Register 5
MTU_MC67_RDBFL6 0xF006536C          MC 67 Read Data and Bit Flip Register 6
MTU_MC67_RDBFL7 0xF006536E          MC 67 Read Data and Bit Flip Register 7
MTU_MC67_RDBFL8 0xF0065370          MC 67 Read Data and Bit Flip Register 8
MTU_MC67_RDBFL9 0xF0065372          MC 67 Read Data and Bit Flip Register 9
MTU_MC67_RDBFL10 0xF0065374          MC 67 Read Data and Bit Flip Register 10
MTU_MC67_RDBFL11 0xF0065376          MC 67 Read Data and Bit Flip Register 11
MTU_MC67_RDBFL12 0xF0065378          MC 67 Read Data and Bit Flip Register 12
MTU_MC67_RDBFL13 0xF006537A          MC 67 Read Data and Bit Flip Register 13
MTU_MC67_RDBFL14 0xF006537C          MC 67 Read Data and Bit Flip Register 14
MTU_MC67_RDBFL15 0xF006537E          MC 67 Read Data and Bit Flip Register 15
MTU_MC67_RDBFL16 0xF0065380          MC 67 Read Data and Bit Flip Register 16
MTU_MC67_RDBFL17 0xF0065382          MC 67 Read Data and Bit Flip Register 17
MTU_MC67_RDBFL18 0xF0065384          MC 67 Read Data and Bit Flip Register 18
MTU_MC67_RDBFL19 0xF0065386          MC 67 Read Data and Bit Flip Register 19
MTU_MC67_RDBFL20 0xF0065388          MC 67 Read Data and Bit Flip Register 20
MTU_MC67_RDBFL21 0xF006538A          MC 67 Read Data and Bit Flip Register 21
MTU_MC67_RDBFL22 0xF006538C          MC 67 Read Data and Bit Flip Register 22
MTU_MC67_RDBFL23 0xF006538E          MC 67 Read Data and Bit Flip Register 23
MTU_MC67_RDBFL24 0xF0065390          MC 67 Read Data and Bit Flip Register 24
MTU_MC67_RDBFL25 0xF0065392          MC 67 Read Data and Bit Flip Register 25
MTU_MC67_RDBFL26 0xF0065394          MC 67 Read Data and Bit Flip Register 26
MTU_MC67_RDBFL27 0xF0065396          MC 67 Read Data and Bit Flip Register 27
MTU_MC67_RDBFL28 0xF0065398          MC 67 Read Data and Bit Flip Register 28
MTU_MC67_RDBFL29 0xF006539A          MC 67 Read Data and Bit Flip Register 29
MTU_MC67_RDBFL30 0xF006539C          MC 67 Read Data and Bit Flip Register 30
MTU_MC67_RDBFL31 0xF006539E          MC 67 Read Data and Bit Flip Register 31
MTU_MC67_RDBFL32 0xF00653A0          MC 67 Read Data and Bit Flip Register 32
MTU_MC67_RDBFL33 0xF00653A2          MC 67 Read Data and Bit Flip Register 33
MTU_MC67_RDBFL34 0xF00653A4          MC 67 Read Data and Bit Flip Register 34
MTU_MC67_RDBFL35 0xF00653A6          MC 67 Read Data and Bit Flip Register 35
MTU_MC67_RDBFL36 0xF00653A8          MC 67 Read Data and Bit Flip Register 36
MTU_MC67_RDBFL37 0xF00653AA          MC 67 Read Data and Bit Flip Register 37
MTU_MC67_RDBFL38 0xF00653AC          MC 67 Read Data and Bit Flip Register 38
MTU_MC67_RDBFL39 0xF00653AE          MC 67 Read Data and Bit Flip Register 39
MTU_MC67_RDBFL40 0xF00653B0          MC 67 Read Data and Bit Flip Register 40
MTU_MC67_RDBFL41 0xF00653B2          MC 67 Read Data and Bit Flip Register 41
MTU_MC67_RDBFL42 0xF00653B4          MC 67 Read Data and Bit Flip Register 42
MTU_MC67_RDBFL43 0xF00653B6          MC 67 Read Data and Bit Flip Register 43
MTU_MC67_RDBFL44 0xF00653B8          MC 67 Read Data and Bit Flip Register 44
MTU_MC67_RDBFL45 0xF00653BA          MC 67 Read Data and Bit Flip Register 45
MTU_MC67_RDBFL46 0xF00653BC          MC 67 Read Data and Bit Flip Register 46
MTU_MC67_RDBFL47 0xF00653BE          MC 67 Read Data and Bit Flip Register 47
MTU_MC67_RDBFL48 0xF00653C0          MC 67 Read Data and Bit Flip Register 48
MTU_MC67_RDBFL49 0xF00653C2          MC 67 Read Data and Bit Flip Register 49
MTU_MC67_RDBFL50 0xF00653C4          MC 67 Read Data and Bit Flip Register 50
MTU_MC67_RDBFL51 0xF00653C6          MC 67 Read Data and Bit Flip Register 51
MTU_MC67_RDBFL52 0xF00653C8          MC 67 Read Data and Bit Flip Register 52
MTU_MC67_RDBFL53 0xF00653CA          MC 67 Read Data and Bit Flip Register 53
MTU_MC67_RDBFL54 0xF00653CC          MC 67 Read Data and Bit Flip Register 54
MTU_MC67_RDBFL55 0xF00653CE          MC 67 Read Data and Bit Flip Register 55
MTU_MC67_RDBFL56 0xF00653D0          MC 67 Read Data and Bit Flip Register 56
MTU_MC67_RDBFL57 0xF00653D2          MC 67 Read Data and Bit Flip Register 57
MTU_MC67_RDBFL58 0xF00653D4          MC 67 Read Data and Bit Flip Register 58
MTU_MC67_RDBFL59 0xF00653D6          MC 67 Read Data and Bit Flip Register 59
MTU_MC67_RDBFL60 0xF00653D8          MC 67 Read Data and Bit Flip Register 60
MTU_MC67_RDBFL61 0xF00653DA          MC 67 Read Data and Bit Flip Register 61
MTU_MC67_RDBFL62 0xF00653DC          MC 67 Read Data and Bit Flip Register 62
MTU_MC67_RDBFL63 0xF00653DE          MC 67 Read Data and Bit Flip Register 63
MTU_MC67_RDBFL64 0xF00653E0          MC 67 Read Data and Bit Flip Register 64
MTU_MC67_RDBFL65 0xF00653E2          MC 67 Read Data and Bit Flip Register 65
MTU_MC67_RDBFL66 0xF00653E4          MC 67 Read Data and Bit Flip Register 66
MTU_MC67_ALMSRCS 0xF00653EE          MC 67 Alarm Sources Configuration Register
MTU_MC67_FAULTSTS 0xF00653F0          MC 67 SSH Safety Faults Status Register
MTU_MC67_ERRINFO0 0xF00653F2          MC 67 Error Information Register 0
MTU_MC67_ERRINFO1 0xF00653F4          MC 67 Error Information Register 1
MTU_MC67_ERRINFO2 0xF00653F6          MC 67 Error Information Register 2
MTU_MC67_ERRINFO3 0xF00653F8          MC 67 Error Information Register 3
MTU_MC67_ERRINFO4 0xF00653FA          MC 67 Error Information Register 4
MTU_MC68_CONFIG0 0xF0065400          MC 68 Configuration Register 0
MTU_MC68_CONFIG1 0xF0065402          MC 68 Configuration Register 1
MTU_MC68_MCONTROL 0xF0065404          MC 68 MBIST Control Register
MTU_MC68_MSTATUS 0xF0065406          MC 68 Status Register
MTU_MC68_RANGE  0xF0065408          MC 68 Range Register, single address mode
MTU_MC68_REVID  0xF006540C          MC 68 Revision ID Register
MTU_MC68_ECCS   0xF006540E          MC 68 ECC Safety Register
MTU_MC68_ECCD   0xF0065410          MC 68 Memory ECC Detection Register
MTU_MC68_ETRR0  0xF0065412          MC 68 Error Tracking Register 0
MTU_MC68_ETRR1  0xF0065414          MC 68 Error Tracking Register 1
MTU_MC68_ETRR2  0xF0065416          MC 68 Error Tracking Register 2
MTU_MC68_ETRR3  0xF0065418          MC 68 Error Tracking Register 3
MTU_MC68_ETRR4  0xF006541A          MC 68 Error Tracking Register 4
MTU_MC68_RDBFL0 0xF0065460          MC 68 Read Data and Bit Flip Register 0
MTU_MC68_RDBFL1 0xF0065462          MC 68 Read Data and Bit Flip Register 1
MTU_MC68_RDBFL2 0xF0065464          MC 68 Read Data and Bit Flip Register 2
MTU_MC68_RDBFL3 0xF0065466          MC 68 Read Data and Bit Flip Register 3
MTU_MC68_RDBFL4 0xF0065468          MC 68 Read Data and Bit Flip Register 4
MTU_MC68_RDBFL5 0xF006546A          MC 68 Read Data and Bit Flip Register 5
MTU_MC68_RDBFL6 0xF006546C          MC 68 Read Data and Bit Flip Register 6
MTU_MC68_RDBFL7 0xF006546E          MC 68 Read Data and Bit Flip Register 7
MTU_MC68_RDBFL8 0xF0065470          MC 68 Read Data and Bit Flip Register 8
MTU_MC68_RDBFL9 0xF0065472          MC 68 Read Data and Bit Flip Register 9
MTU_MC68_RDBFL10 0xF0065474          MC 68 Read Data and Bit Flip Register 10
MTU_MC68_RDBFL11 0xF0065476          MC 68 Read Data and Bit Flip Register 11
MTU_MC68_RDBFL12 0xF0065478          MC 68 Read Data and Bit Flip Register 12
MTU_MC68_RDBFL13 0xF006547A          MC 68 Read Data and Bit Flip Register 13
MTU_MC68_RDBFL14 0xF006547C          MC 68 Read Data and Bit Flip Register 14
MTU_MC68_RDBFL15 0xF006547E          MC 68 Read Data and Bit Flip Register 15
MTU_MC68_RDBFL16 0xF0065480          MC 68 Read Data and Bit Flip Register 16
MTU_MC68_RDBFL17 0xF0065482          MC 68 Read Data and Bit Flip Register 17
MTU_MC68_RDBFL18 0xF0065484          MC 68 Read Data and Bit Flip Register 18
MTU_MC68_RDBFL19 0xF0065486          MC 68 Read Data and Bit Flip Register 19
MTU_MC68_RDBFL20 0xF0065488          MC 68 Read Data and Bit Flip Register 20
MTU_MC68_RDBFL21 0xF006548A          MC 68 Read Data and Bit Flip Register 21
MTU_MC68_RDBFL22 0xF006548C          MC 68 Read Data and Bit Flip Register 22
MTU_MC68_RDBFL23 0xF006548E          MC 68 Read Data and Bit Flip Register 23
MTU_MC68_RDBFL24 0xF0065490          MC 68 Read Data and Bit Flip Register 24
MTU_MC68_RDBFL25 0xF0065492          MC 68 Read Data and Bit Flip Register 25
MTU_MC68_RDBFL26 0xF0065494          MC 68 Read Data and Bit Flip Register 26
MTU_MC68_RDBFL27 0xF0065496          MC 68 Read Data and Bit Flip Register 27
MTU_MC68_RDBFL28 0xF0065498          MC 68 Read Data and Bit Flip Register 28
MTU_MC68_RDBFL29 0xF006549A          MC 68 Read Data and Bit Flip Register 29
MTU_MC68_RDBFL30 0xF006549C          MC 68 Read Data and Bit Flip Register 30
MTU_MC68_RDBFL31 0xF006549E          MC 68 Read Data and Bit Flip Register 31
MTU_MC68_RDBFL32 0xF00654A0          MC 68 Read Data and Bit Flip Register 32
MTU_MC68_RDBFL33 0xF00654A2          MC 68 Read Data and Bit Flip Register 33
MTU_MC68_RDBFL34 0xF00654A4          MC 68 Read Data and Bit Flip Register 34
MTU_MC68_RDBFL35 0xF00654A6          MC 68 Read Data and Bit Flip Register 35
MTU_MC68_RDBFL36 0xF00654A8          MC 68 Read Data and Bit Flip Register 36
MTU_MC68_RDBFL37 0xF00654AA          MC 68 Read Data and Bit Flip Register 37
MTU_MC68_RDBFL38 0xF00654AC          MC 68 Read Data and Bit Flip Register 38
MTU_MC68_RDBFL39 0xF00654AE          MC 68 Read Data and Bit Flip Register 39
MTU_MC68_RDBFL40 0xF00654B0          MC 68 Read Data and Bit Flip Register 40
MTU_MC68_RDBFL41 0xF00654B2          MC 68 Read Data and Bit Flip Register 41
MTU_MC68_RDBFL42 0xF00654B4          MC 68 Read Data and Bit Flip Register 42
MTU_MC68_RDBFL43 0xF00654B6          MC 68 Read Data and Bit Flip Register 43
MTU_MC68_RDBFL44 0xF00654B8          MC 68 Read Data and Bit Flip Register 44
MTU_MC68_RDBFL45 0xF00654BA          MC 68 Read Data and Bit Flip Register 45
MTU_MC68_RDBFL46 0xF00654BC          MC 68 Read Data and Bit Flip Register 46
MTU_MC68_RDBFL47 0xF00654BE          MC 68 Read Data and Bit Flip Register 47
MTU_MC68_RDBFL48 0xF00654C0          MC 68 Read Data and Bit Flip Register 48
MTU_MC68_RDBFL49 0xF00654C2          MC 68 Read Data and Bit Flip Register 49
MTU_MC68_RDBFL50 0xF00654C4          MC 68 Read Data and Bit Flip Register 50
MTU_MC68_RDBFL51 0xF00654C6          MC 68 Read Data and Bit Flip Register 51
MTU_MC68_RDBFL52 0xF00654C8          MC 68 Read Data and Bit Flip Register 52
MTU_MC68_RDBFL53 0xF00654CA          MC 68 Read Data and Bit Flip Register 53
MTU_MC68_RDBFL54 0xF00654CC          MC 68 Read Data and Bit Flip Register 54
MTU_MC68_RDBFL55 0xF00654CE          MC 68 Read Data and Bit Flip Register 55
MTU_MC68_RDBFL56 0xF00654D0          MC 68 Read Data and Bit Flip Register 56
MTU_MC68_RDBFL57 0xF00654D2          MC 68 Read Data and Bit Flip Register 57
MTU_MC68_RDBFL58 0xF00654D4          MC 68 Read Data and Bit Flip Register 58
MTU_MC68_RDBFL59 0xF00654D6          MC 68 Read Data and Bit Flip Register 59
MTU_MC68_RDBFL60 0xF00654D8          MC 68 Read Data and Bit Flip Register 60
MTU_MC68_RDBFL61 0xF00654DA          MC 68 Read Data and Bit Flip Register 61
MTU_MC68_RDBFL62 0xF00654DC          MC 68 Read Data and Bit Flip Register 62
MTU_MC68_RDBFL63 0xF00654DE          MC 68 Read Data and Bit Flip Register 63
MTU_MC68_RDBFL64 0xF00654E0          MC 68 Read Data and Bit Flip Register 64
MTU_MC68_RDBFL65 0xF00654E2          MC 68 Read Data and Bit Flip Register 65
MTU_MC68_RDBFL66 0xF00654E4          MC 68 Read Data and Bit Flip Register 66
MTU_MC68_ALMSRCS 0xF00654EE          MC 68 Alarm Sources Configuration Register
MTU_MC68_FAULTSTS 0xF00654F0          MC 68 SSH Safety Faults Status Register
MTU_MC68_ERRINFO0 0xF00654F2          MC 68 Error Information Register 0
MTU_MC68_ERRINFO1 0xF00654F4          MC 68 Error Information Register 1
MTU_MC68_ERRINFO2 0xF00654F6          MC 68 Error Information Register 2
MTU_MC68_ERRINFO3 0xF00654F8          MC 68 Error Information Register 3
MTU_MC68_ERRINFO4 0xF00654FA          MC 68 Error Information Register 4
MTU_MC69_CONFIG0 0xF0065500          MC 69 Configuration Register 0
MTU_MC69_CONFIG1 0xF0065502          MC 69 Configuration Register 1
MTU_MC69_MCONTROL 0xF0065504          MC 69 MBIST Control Register
MTU_MC69_MSTATUS 0xF0065506          MC 69 Status Register
MTU_MC69_RANGE  0xF0065508          MC 69 Range Register, single address mode
MTU_MC69_REVID  0xF006550C          MC 69 Revision ID Register
MTU_MC69_ECCS   0xF006550E          MC 69 ECC Safety Register
MTU_MC69_ECCD   0xF0065510          MC 69 Memory ECC Detection Register
MTU_MC69_ETRR0  0xF0065512          MC 69 Error Tracking Register 0
MTU_MC69_ETRR1  0xF0065514          MC 69 Error Tracking Register 1
MTU_MC69_ETRR2  0xF0065516          MC 69 Error Tracking Register 2
MTU_MC69_ETRR3  0xF0065518          MC 69 Error Tracking Register 3
MTU_MC69_ETRR4  0xF006551A          MC 69 Error Tracking Register 4
MTU_MC69_RDBFL0 0xF0065560          MC 69 Read Data and Bit Flip Register 0
MTU_MC69_RDBFL1 0xF0065562          MC 69 Read Data and Bit Flip Register 1
MTU_MC69_RDBFL2 0xF0065564          MC 69 Read Data and Bit Flip Register 2
MTU_MC69_RDBFL3 0xF0065566          MC 69 Read Data and Bit Flip Register 3
MTU_MC69_RDBFL4 0xF0065568          MC 69 Read Data and Bit Flip Register 4
MTU_MC69_RDBFL5 0xF006556A          MC 69 Read Data and Bit Flip Register 5
MTU_MC69_RDBFL6 0xF006556C          MC 69 Read Data and Bit Flip Register 6
MTU_MC69_RDBFL7 0xF006556E          MC 69 Read Data and Bit Flip Register 7
MTU_MC69_RDBFL8 0xF0065570          MC 69 Read Data and Bit Flip Register 8
MTU_MC69_RDBFL9 0xF0065572          MC 69 Read Data and Bit Flip Register 9
MTU_MC69_RDBFL10 0xF0065574          MC 69 Read Data and Bit Flip Register 10
MTU_MC69_RDBFL11 0xF0065576          MC 69 Read Data and Bit Flip Register 11
MTU_MC69_RDBFL12 0xF0065578          MC 69 Read Data and Bit Flip Register 12
MTU_MC69_RDBFL13 0xF006557A          MC 69 Read Data and Bit Flip Register 13
MTU_MC69_RDBFL14 0xF006557C          MC 69 Read Data and Bit Flip Register 14
MTU_MC69_RDBFL15 0xF006557E          MC 69 Read Data and Bit Flip Register 15
MTU_MC69_RDBFL16 0xF0065580          MC 69 Read Data and Bit Flip Register 16
MTU_MC69_RDBFL17 0xF0065582          MC 69 Read Data and Bit Flip Register 17
MTU_MC69_RDBFL18 0xF0065584          MC 69 Read Data and Bit Flip Register 18
MTU_MC69_RDBFL19 0xF0065586          MC 69 Read Data and Bit Flip Register 19
MTU_MC69_RDBFL20 0xF0065588          MC 69 Read Data and Bit Flip Register 20
MTU_MC69_RDBFL21 0xF006558A          MC 69 Read Data and Bit Flip Register 21
MTU_MC69_RDBFL22 0xF006558C          MC 69 Read Data and Bit Flip Register 22
MTU_MC69_RDBFL23 0xF006558E          MC 69 Read Data and Bit Flip Register 23
MTU_MC69_RDBFL24 0xF0065590          MC 69 Read Data and Bit Flip Register 24
MTU_MC69_RDBFL25 0xF0065592          MC 69 Read Data and Bit Flip Register 25
MTU_MC69_RDBFL26 0xF0065594          MC 69 Read Data and Bit Flip Register 26
MTU_MC69_RDBFL27 0xF0065596          MC 69 Read Data and Bit Flip Register 27
MTU_MC69_RDBFL28 0xF0065598          MC 69 Read Data and Bit Flip Register 28
MTU_MC69_RDBFL29 0xF006559A          MC 69 Read Data and Bit Flip Register 29
MTU_MC69_RDBFL30 0xF006559C          MC 69 Read Data and Bit Flip Register 30
MTU_MC69_RDBFL31 0xF006559E          MC 69 Read Data and Bit Flip Register 31
MTU_MC69_RDBFL32 0xF00655A0          MC 69 Read Data and Bit Flip Register 32
MTU_MC69_RDBFL33 0xF00655A2          MC 69 Read Data and Bit Flip Register 33
MTU_MC69_RDBFL34 0xF00655A4          MC 69 Read Data and Bit Flip Register 34
MTU_MC69_RDBFL35 0xF00655A6          MC 69 Read Data and Bit Flip Register 35
MTU_MC69_RDBFL36 0xF00655A8          MC 69 Read Data and Bit Flip Register 36
MTU_MC69_RDBFL37 0xF00655AA          MC 69 Read Data and Bit Flip Register 37
MTU_MC69_RDBFL38 0xF00655AC          MC 69 Read Data and Bit Flip Register 38
MTU_MC69_RDBFL39 0xF00655AE          MC 69 Read Data and Bit Flip Register 39
MTU_MC69_RDBFL40 0xF00655B0          MC 69 Read Data and Bit Flip Register 40
MTU_MC69_RDBFL41 0xF00655B2          MC 69 Read Data and Bit Flip Register 41
MTU_MC69_RDBFL42 0xF00655B4          MC 69 Read Data and Bit Flip Register 42
MTU_MC69_RDBFL43 0xF00655B6          MC 69 Read Data and Bit Flip Register 43
MTU_MC69_RDBFL44 0xF00655B8          MC 69 Read Data and Bit Flip Register 44
MTU_MC69_RDBFL45 0xF00655BA          MC 69 Read Data and Bit Flip Register 45
MTU_MC69_RDBFL46 0xF00655BC          MC 69 Read Data and Bit Flip Register 46
MTU_MC69_RDBFL47 0xF00655BE          MC 69 Read Data and Bit Flip Register 47
MTU_MC69_RDBFL48 0xF00655C0          MC 69 Read Data and Bit Flip Register 48
MTU_MC69_RDBFL49 0xF00655C2          MC 69 Read Data and Bit Flip Register 49
MTU_MC69_RDBFL50 0xF00655C4          MC 69 Read Data and Bit Flip Register 50
MTU_MC69_RDBFL51 0xF00655C6          MC 69 Read Data and Bit Flip Register 51
MTU_MC69_RDBFL52 0xF00655C8          MC 69 Read Data and Bit Flip Register 52
MTU_MC69_RDBFL53 0xF00655CA          MC 69 Read Data and Bit Flip Register 53
MTU_MC69_RDBFL54 0xF00655CC          MC 69 Read Data and Bit Flip Register 54
MTU_MC69_RDBFL55 0xF00655CE          MC 69 Read Data and Bit Flip Register 55
MTU_MC69_RDBFL56 0xF00655D0          MC 69 Read Data and Bit Flip Register 56
MTU_MC69_RDBFL57 0xF00655D2          MC 69 Read Data and Bit Flip Register 57
MTU_MC69_RDBFL58 0xF00655D4          MC 69 Read Data and Bit Flip Register 58
MTU_MC69_RDBFL59 0xF00655D6          MC 69 Read Data and Bit Flip Register 59
MTU_MC69_RDBFL60 0xF00655D8          MC 69 Read Data and Bit Flip Register 60
MTU_MC69_RDBFL61 0xF00655DA          MC 69 Read Data and Bit Flip Register 61
MTU_MC69_RDBFL62 0xF00655DC          MC 69 Read Data and Bit Flip Register 62
MTU_MC69_RDBFL63 0xF00655DE          MC 69 Read Data and Bit Flip Register 63
MTU_MC69_RDBFL64 0xF00655E0          MC 69 Read Data and Bit Flip Register 64
MTU_MC69_RDBFL65 0xF00655E2          MC 69 Read Data and Bit Flip Register 65
MTU_MC69_RDBFL66 0xF00655E4          MC 69 Read Data and Bit Flip Register 66
MTU_MC69_ALMSRCS 0xF00655EE          MC 69 Alarm Sources Configuration Register
MTU_MC69_FAULTSTS 0xF00655F0          MC 69 SSH Safety Faults Status Register
MTU_MC69_ERRINFO0 0xF00655F2          MC 69 Error Information Register 0
MTU_MC69_ERRINFO1 0xF00655F4          MC 69 Error Information Register 1
MTU_MC69_ERRINFO2 0xF00655F6          MC 69 Error Information Register 2
MTU_MC69_ERRINFO3 0xF00655F8          MC 69 Error Information Register 3
MTU_MC69_ERRINFO4 0xF00655FA          MC 69 Error Information Register 4
MTU_MC70_CONFIG0 0xF0065600          MC 70 Configuration Register 0
MTU_MC70_CONFIG1 0xF0065602          MC 70 Configuration Register 1
MTU_MC70_MCONTROL 0xF0065604          MC 70 MBIST Control Register
MTU_MC70_MSTATUS 0xF0065606          MC 70 Status Register
MTU_MC70_RANGE  0xF0065608          MC 70 Range Register, single address mode
MTU_MC70_REVID  0xF006560C          MC 70 Revision ID Register
MTU_MC70_ECCS   0xF006560E          MC 70 ECC Safety Register
MTU_MC70_ECCD   0xF0065610          MC 70 Memory ECC Detection Register
MTU_MC70_ETRR0  0xF0065612          MC 70 Error Tracking Register 0
MTU_MC70_ETRR1  0xF0065614          MC 70 Error Tracking Register 1
MTU_MC70_ETRR2  0xF0065616          MC 70 Error Tracking Register 2
MTU_MC70_ETRR3  0xF0065618          MC 70 Error Tracking Register 3
MTU_MC70_ETRR4  0xF006561A          MC 70 Error Tracking Register 4
MTU_MC70_RDBFL0 0xF0065660          MC 70 Read Data and Bit Flip Register 0
MTU_MC70_RDBFL1 0xF0065662          MC 70 Read Data and Bit Flip Register 1
MTU_MC70_RDBFL2 0xF0065664          MC 70 Read Data and Bit Flip Register 2
MTU_MC70_RDBFL3 0xF0065666          MC 70 Read Data and Bit Flip Register 3
MTU_MC70_RDBFL4 0xF0065668          MC 70 Read Data and Bit Flip Register 4
MTU_MC70_RDBFL5 0xF006566A          MC 70 Read Data and Bit Flip Register 5
MTU_MC70_RDBFL6 0xF006566C          MC 70 Read Data and Bit Flip Register 6
MTU_MC70_RDBFL7 0xF006566E          MC 70 Read Data and Bit Flip Register 7
MTU_MC70_RDBFL8 0xF0065670          MC 70 Read Data and Bit Flip Register 8
MTU_MC70_RDBFL9 0xF0065672          MC 70 Read Data and Bit Flip Register 9
MTU_MC70_RDBFL10 0xF0065674          MC 70 Read Data and Bit Flip Register 10
MTU_MC70_RDBFL11 0xF0065676          MC 70 Read Data and Bit Flip Register 11
MTU_MC70_RDBFL12 0xF0065678          MC 70 Read Data and Bit Flip Register 12
MTU_MC70_RDBFL13 0xF006567A          MC 70 Read Data and Bit Flip Register 13
MTU_MC70_RDBFL14 0xF006567C          MC 70 Read Data and Bit Flip Register 14
MTU_MC70_RDBFL15 0xF006567E          MC 70 Read Data and Bit Flip Register 15
MTU_MC70_RDBFL16 0xF0065680          MC 70 Read Data and Bit Flip Register 16
MTU_MC70_RDBFL17 0xF0065682          MC 70 Read Data and Bit Flip Register 17
MTU_MC70_RDBFL18 0xF0065684          MC 70 Read Data and Bit Flip Register 18
MTU_MC70_RDBFL19 0xF0065686          MC 70 Read Data and Bit Flip Register 19
MTU_MC70_RDBFL20 0xF0065688          MC 70 Read Data and Bit Flip Register 20
MTU_MC70_RDBFL21 0xF006568A          MC 70 Read Data and Bit Flip Register 21
MTU_MC70_RDBFL22 0xF006568C          MC 70 Read Data and Bit Flip Register 22
MTU_MC70_RDBFL23 0xF006568E          MC 70 Read Data and Bit Flip Register 23
MTU_MC70_RDBFL24 0xF0065690          MC 70 Read Data and Bit Flip Register 24
MTU_MC70_RDBFL25 0xF0065692          MC 70 Read Data and Bit Flip Register 25
MTU_MC70_RDBFL26 0xF0065694          MC 70 Read Data and Bit Flip Register 26
MTU_MC70_RDBFL27 0xF0065696          MC 70 Read Data and Bit Flip Register 27
MTU_MC70_RDBFL28 0xF0065698          MC 70 Read Data and Bit Flip Register 28
MTU_MC70_RDBFL29 0xF006569A          MC 70 Read Data and Bit Flip Register 29
MTU_MC70_RDBFL30 0xF006569C          MC 70 Read Data and Bit Flip Register 30
MTU_MC70_RDBFL31 0xF006569E          MC 70 Read Data and Bit Flip Register 31
MTU_MC70_RDBFL32 0xF00656A0          MC 70 Read Data and Bit Flip Register 32
MTU_MC70_RDBFL33 0xF00656A2          MC 70 Read Data and Bit Flip Register 33
MTU_MC70_RDBFL34 0xF00656A4          MC 70 Read Data and Bit Flip Register 34
MTU_MC70_RDBFL35 0xF00656A6          MC 70 Read Data and Bit Flip Register 35
MTU_MC70_RDBFL36 0xF00656A8          MC 70 Read Data and Bit Flip Register 36
MTU_MC70_RDBFL37 0xF00656AA          MC 70 Read Data and Bit Flip Register 37
MTU_MC70_RDBFL38 0xF00656AC          MC 70 Read Data and Bit Flip Register 38
MTU_MC70_RDBFL39 0xF00656AE          MC 70 Read Data and Bit Flip Register 39
MTU_MC70_RDBFL40 0xF00656B0          MC 70 Read Data and Bit Flip Register 40
MTU_MC70_RDBFL41 0xF00656B2          MC 70 Read Data and Bit Flip Register 41
MTU_MC70_RDBFL42 0xF00656B4          MC 70 Read Data and Bit Flip Register 42
MTU_MC70_RDBFL43 0xF00656B6          MC 70 Read Data and Bit Flip Register 43
MTU_MC70_RDBFL44 0xF00656B8          MC 70 Read Data and Bit Flip Register 44
MTU_MC70_RDBFL45 0xF00656BA          MC 70 Read Data and Bit Flip Register 45
MTU_MC70_RDBFL46 0xF00656BC          MC 70 Read Data and Bit Flip Register 46
MTU_MC70_RDBFL47 0xF00656BE          MC 70 Read Data and Bit Flip Register 47
MTU_MC70_RDBFL48 0xF00656C0          MC 70 Read Data and Bit Flip Register 48
MTU_MC70_RDBFL49 0xF00656C2          MC 70 Read Data and Bit Flip Register 49
MTU_MC70_RDBFL50 0xF00656C4          MC 70 Read Data and Bit Flip Register 50
MTU_MC70_RDBFL51 0xF00656C6          MC 70 Read Data and Bit Flip Register 51
MTU_MC70_RDBFL52 0xF00656C8          MC 70 Read Data and Bit Flip Register 52
MTU_MC70_RDBFL53 0xF00656CA          MC 70 Read Data and Bit Flip Register 53
MTU_MC70_RDBFL54 0xF00656CC          MC 70 Read Data and Bit Flip Register 54
MTU_MC70_RDBFL55 0xF00656CE          MC 70 Read Data and Bit Flip Register 55
MTU_MC70_RDBFL56 0xF00656D0          MC 70 Read Data and Bit Flip Register 56
MTU_MC70_RDBFL57 0xF00656D2          MC 70 Read Data and Bit Flip Register 57
MTU_MC70_RDBFL58 0xF00656D4          MC 70 Read Data and Bit Flip Register 58
MTU_MC70_RDBFL59 0xF00656D6          MC 70 Read Data and Bit Flip Register 59
MTU_MC70_RDBFL60 0xF00656D8          MC 70 Read Data and Bit Flip Register 60
MTU_MC70_RDBFL61 0xF00656DA          MC 70 Read Data and Bit Flip Register 61
MTU_MC70_RDBFL62 0xF00656DC          MC 70 Read Data and Bit Flip Register 62
MTU_MC70_RDBFL63 0xF00656DE          MC 70 Read Data and Bit Flip Register 63
MTU_MC70_RDBFL64 0xF00656E0          MC 70 Read Data and Bit Flip Register 64
MTU_MC70_RDBFL65 0xF00656E2          MC 70 Read Data and Bit Flip Register 65
MTU_MC70_RDBFL66 0xF00656E4          MC 70 Read Data and Bit Flip Register 66
MTU_MC70_ALMSRCS 0xF00656EE          MC 70 Alarm Sources Configuration Register
MTU_MC70_FAULTSTS 0xF00656F0          MC 70 SSH Safety Faults Status Register
MTU_MC70_ERRINFO0 0xF00656F2          MC 70 Error Information Register 0
MTU_MC70_ERRINFO1 0xF00656F4          MC 70 Error Information Register 1
MTU_MC70_ERRINFO2 0xF00656F6          MC 70 Error Information Register 2
MTU_MC70_ERRINFO3 0xF00656F8          MC 70 Error Information Register 3
MTU_MC70_ERRINFO4 0xF00656FA          MC 70 Error Information Register 4
MTU_MC71_CONFIG0 0xF0065700          MC 71 Configuration Register 0
MTU_MC71_CONFIG1 0xF0065702          MC 71 Configuration Register 1
MTU_MC71_MCONTROL 0xF0065704          MC 71 MBIST Control Register
MTU_MC71_MSTATUS 0xF0065706          MC 71 Status Register
MTU_MC71_RANGE  0xF0065708          MC 71 Range Register, single address mode
MTU_MC71_REVID  0xF006570C          MC 71 Revision ID Register
MTU_MC71_ECCS   0xF006570E          MC 71 ECC Safety Register
MTU_MC71_ECCD   0xF0065710          MC 71 Memory ECC Detection Register
MTU_MC71_ETRR0  0xF0065712          MC 71 Error Tracking Register 0
MTU_MC71_ETRR1  0xF0065714          MC 71 Error Tracking Register 1
MTU_MC71_ETRR2  0xF0065716          MC 71 Error Tracking Register 2
MTU_MC71_ETRR3  0xF0065718          MC 71 Error Tracking Register 3
MTU_MC71_ETRR4  0xF006571A          MC 71 Error Tracking Register 4
MTU_MC71_RDBFL0 0xF0065760          MC 71 Read Data and Bit Flip Register 0
MTU_MC71_RDBFL1 0xF0065762          MC 71 Read Data and Bit Flip Register 1
MTU_MC71_RDBFL2 0xF0065764          MC 71 Read Data and Bit Flip Register 2
MTU_MC71_RDBFL3 0xF0065766          MC 71 Read Data and Bit Flip Register 3
MTU_MC71_RDBFL4 0xF0065768          MC 71 Read Data and Bit Flip Register 4
MTU_MC71_RDBFL5 0xF006576A          MC 71 Read Data and Bit Flip Register 5
MTU_MC71_RDBFL6 0xF006576C          MC 71 Read Data and Bit Flip Register 6
MTU_MC71_RDBFL7 0xF006576E          MC 71 Read Data and Bit Flip Register 7
MTU_MC71_RDBFL8 0xF0065770          MC 71 Read Data and Bit Flip Register 8
MTU_MC71_RDBFL9 0xF0065772          MC 71 Read Data and Bit Flip Register 9
MTU_MC71_RDBFL10 0xF0065774          MC 71 Read Data and Bit Flip Register 10
MTU_MC71_RDBFL11 0xF0065776          MC 71 Read Data and Bit Flip Register 11
MTU_MC71_RDBFL12 0xF0065778          MC 71 Read Data and Bit Flip Register 12
MTU_MC71_RDBFL13 0xF006577A          MC 71 Read Data and Bit Flip Register 13
MTU_MC71_RDBFL14 0xF006577C          MC 71 Read Data and Bit Flip Register 14
MTU_MC71_RDBFL15 0xF006577E          MC 71 Read Data and Bit Flip Register 15
MTU_MC71_RDBFL16 0xF0065780          MC 71 Read Data and Bit Flip Register 16
MTU_MC71_RDBFL17 0xF0065782          MC 71 Read Data and Bit Flip Register 17
MTU_MC71_RDBFL18 0xF0065784          MC 71 Read Data and Bit Flip Register 18
MTU_MC71_RDBFL19 0xF0065786          MC 71 Read Data and Bit Flip Register 19
MTU_MC71_RDBFL20 0xF0065788          MC 71 Read Data and Bit Flip Register 20
MTU_MC71_RDBFL21 0xF006578A          MC 71 Read Data and Bit Flip Register 21
MTU_MC71_RDBFL22 0xF006578C          MC 71 Read Data and Bit Flip Register 22
MTU_MC71_RDBFL23 0xF006578E          MC 71 Read Data and Bit Flip Register 23
MTU_MC71_RDBFL24 0xF0065790          MC 71 Read Data and Bit Flip Register 24
MTU_MC71_RDBFL25 0xF0065792          MC 71 Read Data and Bit Flip Register 25
MTU_MC71_RDBFL26 0xF0065794          MC 71 Read Data and Bit Flip Register 26
MTU_MC71_RDBFL27 0xF0065796          MC 71 Read Data and Bit Flip Register 27
MTU_MC71_RDBFL28 0xF0065798          MC 71 Read Data and Bit Flip Register 28
MTU_MC71_RDBFL29 0xF006579A          MC 71 Read Data and Bit Flip Register 29
MTU_MC71_RDBFL30 0xF006579C          MC 71 Read Data and Bit Flip Register 30
MTU_MC71_RDBFL31 0xF006579E          MC 71 Read Data and Bit Flip Register 31
MTU_MC71_RDBFL32 0xF00657A0          MC 71 Read Data and Bit Flip Register 32
MTU_MC71_RDBFL33 0xF00657A2          MC 71 Read Data and Bit Flip Register 33
MTU_MC71_RDBFL34 0xF00657A4          MC 71 Read Data and Bit Flip Register 34
MTU_MC71_RDBFL35 0xF00657A6          MC 71 Read Data and Bit Flip Register 35
MTU_MC71_RDBFL36 0xF00657A8          MC 71 Read Data and Bit Flip Register 36
MTU_MC71_RDBFL37 0xF00657AA          MC 71 Read Data and Bit Flip Register 37
MTU_MC71_RDBFL38 0xF00657AC          MC 71 Read Data and Bit Flip Register 38
MTU_MC71_RDBFL39 0xF00657AE          MC 71 Read Data and Bit Flip Register 39
MTU_MC71_RDBFL40 0xF00657B0          MC 71 Read Data and Bit Flip Register 40
MTU_MC71_RDBFL41 0xF00657B2          MC 71 Read Data and Bit Flip Register 41
MTU_MC71_RDBFL42 0xF00657B4          MC 71 Read Data and Bit Flip Register 42
MTU_MC71_RDBFL43 0xF00657B6          MC 71 Read Data and Bit Flip Register 43
MTU_MC71_RDBFL44 0xF00657B8          MC 71 Read Data and Bit Flip Register 44
MTU_MC71_RDBFL45 0xF00657BA          MC 71 Read Data and Bit Flip Register 45
MTU_MC71_RDBFL46 0xF00657BC          MC 71 Read Data and Bit Flip Register 46
MTU_MC71_RDBFL47 0xF00657BE          MC 71 Read Data and Bit Flip Register 47
MTU_MC71_RDBFL48 0xF00657C0          MC 71 Read Data and Bit Flip Register 48
MTU_MC71_RDBFL49 0xF00657C2          MC 71 Read Data and Bit Flip Register 49
MTU_MC71_RDBFL50 0xF00657C4          MC 71 Read Data and Bit Flip Register 50
MTU_MC71_RDBFL51 0xF00657C6          MC 71 Read Data and Bit Flip Register 51
MTU_MC71_RDBFL52 0xF00657C8          MC 71 Read Data and Bit Flip Register 52
MTU_MC71_RDBFL53 0xF00657CA          MC 71 Read Data and Bit Flip Register 53
MTU_MC71_RDBFL54 0xF00657CC          MC 71 Read Data and Bit Flip Register 54
MTU_MC71_RDBFL55 0xF00657CE          MC 71 Read Data and Bit Flip Register 55
MTU_MC71_RDBFL56 0xF00657D0          MC 71 Read Data and Bit Flip Register 56
MTU_MC71_RDBFL57 0xF00657D2          MC 71 Read Data and Bit Flip Register 57
MTU_MC71_RDBFL58 0xF00657D4          MC 71 Read Data and Bit Flip Register 58
MTU_MC71_RDBFL59 0xF00657D6          MC 71 Read Data and Bit Flip Register 59
MTU_MC71_RDBFL60 0xF00657D8          MC 71 Read Data and Bit Flip Register 60
MTU_MC71_RDBFL61 0xF00657DA          MC 71 Read Data and Bit Flip Register 61
MTU_MC71_RDBFL62 0xF00657DC          MC 71 Read Data and Bit Flip Register 62
MTU_MC71_RDBFL63 0xF00657DE          MC 71 Read Data and Bit Flip Register 63
MTU_MC71_RDBFL64 0xF00657E0          MC 71 Read Data and Bit Flip Register 64
MTU_MC71_RDBFL65 0xF00657E2          MC 71 Read Data and Bit Flip Register 65
MTU_MC71_RDBFL66 0xF00657E4          MC 71 Read Data and Bit Flip Register 66
MTU_MC71_ALMSRCS 0xF00657EE          MC 71 Alarm Sources Configuration Register
MTU_MC71_FAULTSTS 0xF00657F0          MC 71 SSH Safety Faults Status Register
MTU_MC71_ERRINFO0 0xF00657F2          MC 71 Error Information Register 0
MTU_MC71_ERRINFO1 0xF00657F4          MC 71 Error Information Register 1
MTU_MC71_ERRINFO2 0xF00657F6          MC 71 Error Information Register 2
MTU_MC71_ERRINFO3 0xF00657F8          MC 71 Error Information Register 3
MTU_MC71_ERRINFO4 0xF00657FA          MC 71 Error Information Register 4
MTU_MC72_CONFIG0 0xF0065800          MC 72 Configuration Register 0
MTU_MC72_CONFIG1 0xF0065802          MC 72 Configuration Register 1
MTU_MC72_MCONTROL 0xF0065804          MC 72 MBIST Control Register
MTU_MC72_MSTATUS 0xF0065806          MC 72 Status Register
MTU_MC72_RANGE  0xF0065808          MC 72 Range Register, single address mode
MTU_MC72_REVID  0xF006580C          MC 72 Revision ID Register
MTU_MC72_ECCS   0xF006580E          MC 72 ECC Safety Register
MTU_MC72_ECCD   0xF0065810          MC 72 Memory ECC Detection Register
MTU_MC72_ETRR0  0xF0065812          MC 72 Error Tracking Register 0
MTU_MC72_ETRR1  0xF0065814          MC 72 Error Tracking Register 1
MTU_MC72_ETRR2  0xF0065816          MC 72 Error Tracking Register 2
MTU_MC72_ETRR3  0xF0065818          MC 72 Error Tracking Register 3
MTU_MC72_ETRR4  0xF006581A          MC 72 Error Tracking Register 4
MTU_MC72_RDBFL0 0xF0065860          MC 72 Read Data and Bit Flip Register 0
MTU_MC72_RDBFL1 0xF0065862          MC 72 Read Data and Bit Flip Register 1
MTU_MC72_RDBFL2 0xF0065864          MC 72 Read Data and Bit Flip Register 2
MTU_MC72_RDBFL3 0xF0065866          MC 72 Read Data and Bit Flip Register 3
MTU_MC72_RDBFL4 0xF0065868          MC 72 Read Data and Bit Flip Register 4
MTU_MC72_RDBFL5 0xF006586A          MC 72 Read Data and Bit Flip Register 5
MTU_MC72_RDBFL6 0xF006586C          MC 72 Read Data and Bit Flip Register 6
MTU_MC72_RDBFL7 0xF006586E          MC 72 Read Data and Bit Flip Register 7
MTU_MC72_RDBFL8 0xF0065870          MC 72 Read Data and Bit Flip Register 8
MTU_MC72_RDBFL9 0xF0065872          MC 72 Read Data and Bit Flip Register 9
MTU_MC72_RDBFL10 0xF0065874          MC 72 Read Data and Bit Flip Register 10
MTU_MC72_RDBFL11 0xF0065876          MC 72 Read Data and Bit Flip Register 11
MTU_MC72_RDBFL12 0xF0065878          MC 72 Read Data and Bit Flip Register 12
MTU_MC72_RDBFL13 0xF006587A          MC 72 Read Data and Bit Flip Register 13
MTU_MC72_RDBFL14 0xF006587C          MC 72 Read Data and Bit Flip Register 14
MTU_MC72_RDBFL15 0xF006587E          MC 72 Read Data and Bit Flip Register 15
MTU_MC72_RDBFL16 0xF0065880          MC 72 Read Data and Bit Flip Register 16
MTU_MC72_RDBFL17 0xF0065882          MC 72 Read Data and Bit Flip Register 17
MTU_MC72_RDBFL18 0xF0065884          MC 72 Read Data and Bit Flip Register 18
MTU_MC72_RDBFL19 0xF0065886          MC 72 Read Data and Bit Flip Register 19
MTU_MC72_RDBFL20 0xF0065888          MC 72 Read Data and Bit Flip Register 20
MTU_MC72_RDBFL21 0xF006588A          MC 72 Read Data and Bit Flip Register 21
MTU_MC72_RDBFL22 0xF006588C          MC 72 Read Data and Bit Flip Register 22
MTU_MC72_RDBFL23 0xF006588E          MC 72 Read Data and Bit Flip Register 23
MTU_MC72_RDBFL24 0xF0065890          MC 72 Read Data and Bit Flip Register 24
MTU_MC72_RDBFL25 0xF0065892          MC 72 Read Data and Bit Flip Register 25
MTU_MC72_RDBFL26 0xF0065894          MC 72 Read Data and Bit Flip Register 26
MTU_MC72_RDBFL27 0xF0065896          MC 72 Read Data and Bit Flip Register 27
MTU_MC72_RDBFL28 0xF0065898          MC 72 Read Data and Bit Flip Register 28
MTU_MC72_RDBFL29 0xF006589A          MC 72 Read Data and Bit Flip Register 29
MTU_MC72_RDBFL30 0xF006589C          MC 72 Read Data and Bit Flip Register 30
MTU_MC72_RDBFL31 0xF006589E          MC 72 Read Data and Bit Flip Register 31
MTU_MC72_RDBFL32 0xF00658A0          MC 72 Read Data and Bit Flip Register 32
MTU_MC72_RDBFL33 0xF00658A2          MC 72 Read Data and Bit Flip Register 33
MTU_MC72_RDBFL34 0xF00658A4          MC 72 Read Data and Bit Flip Register 34
MTU_MC72_RDBFL35 0xF00658A6          MC 72 Read Data and Bit Flip Register 35
MTU_MC72_RDBFL36 0xF00658A8          MC 72 Read Data and Bit Flip Register 36
MTU_MC72_RDBFL37 0xF00658AA          MC 72 Read Data and Bit Flip Register 37
MTU_MC72_RDBFL38 0xF00658AC          MC 72 Read Data and Bit Flip Register 38
MTU_MC72_RDBFL39 0xF00658AE          MC 72 Read Data and Bit Flip Register 39
MTU_MC72_RDBFL40 0xF00658B0          MC 72 Read Data and Bit Flip Register 40
MTU_MC72_RDBFL41 0xF00658B2          MC 72 Read Data and Bit Flip Register 41
MTU_MC72_RDBFL42 0xF00658B4          MC 72 Read Data and Bit Flip Register 42
MTU_MC72_RDBFL43 0xF00658B6          MC 72 Read Data and Bit Flip Register 43
MTU_MC72_RDBFL44 0xF00658B8          MC 72 Read Data and Bit Flip Register 44
MTU_MC72_RDBFL45 0xF00658BA          MC 72 Read Data and Bit Flip Register 45
MTU_MC72_RDBFL46 0xF00658BC          MC 72 Read Data and Bit Flip Register 46
MTU_MC72_RDBFL47 0xF00658BE          MC 72 Read Data and Bit Flip Register 47
MTU_MC72_RDBFL48 0xF00658C0          MC 72 Read Data and Bit Flip Register 48
MTU_MC72_RDBFL49 0xF00658C2          MC 72 Read Data and Bit Flip Register 49
MTU_MC72_RDBFL50 0xF00658C4          MC 72 Read Data and Bit Flip Register 50
MTU_MC72_RDBFL51 0xF00658C6          MC 72 Read Data and Bit Flip Register 51
MTU_MC72_RDBFL52 0xF00658C8          MC 72 Read Data and Bit Flip Register 52
MTU_MC72_RDBFL53 0xF00658CA          MC 72 Read Data and Bit Flip Register 53
MTU_MC72_RDBFL54 0xF00658CC          MC 72 Read Data and Bit Flip Register 54
MTU_MC72_RDBFL55 0xF00658CE          MC 72 Read Data and Bit Flip Register 55
MTU_MC72_RDBFL56 0xF00658D0          MC 72 Read Data and Bit Flip Register 56
MTU_MC72_RDBFL57 0xF00658D2          MC 72 Read Data and Bit Flip Register 57
MTU_MC72_RDBFL58 0xF00658D4          MC 72 Read Data and Bit Flip Register 58
MTU_MC72_RDBFL59 0xF00658D6          MC 72 Read Data and Bit Flip Register 59
MTU_MC72_RDBFL60 0xF00658D8          MC 72 Read Data and Bit Flip Register 60
MTU_MC72_RDBFL61 0xF00658DA          MC 72 Read Data and Bit Flip Register 61
MTU_MC72_RDBFL62 0xF00658DC          MC 72 Read Data and Bit Flip Register 62
MTU_MC72_RDBFL63 0xF00658DE          MC 72 Read Data and Bit Flip Register 63
MTU_MC72_RDBFL64 0xF00658E0          MC 72 Read Data and Bit Flip Register 64
MTU_MC72_RDBFL65 0xF00658E2          MC 72 Read Data and Bit Flip Register 65
MTU_MC72_RDBFL66 0xF00658E4          MC 72 Read Data and Bit Flip Register 66
MTU_MC72_ALMSRCS 0xF00658EE          MC 72 Alarm Sources Configuration Register
MTU_MC72_FAULTSTS 0xF00658F0          MC 72 SSH Safety Faults Status Register
MTU_MC72_ERRINFO0 0xF00658F2          MC 72 Error Information Register 0
MTU_MC72_ERRINFO1 0xF00658F4          MC 72 Error Information Register 1
MTU_MC72_ERRINFO2 0xF00658F6          MC 72 Error Information Register 2
MTU_MC72_ERRINFO3 0xF00658F8          MC 72 Error Information Register 3
MTU_MC72_ERRINFO4 0xF00658FA          MC 72 Error Information Register 4
MTU_MC73_CONFIG0 0xF0065900          MC 73 Configuration Register 0
MTU_MC73_CONFIG1 0xF0065902          MC 73 Configuration Register 1
MTU_MC73_MCONTROL 0xF0065904          MC 73 MBIST Control Register
MTU_MC73_MSTATUS 0xF0065906          MC 73 Status Register
MTU_MC73_RANGE  0xF0065908          MC 73 Range Register, single address mode
MTU_MC73_REVID  0xF006590C          MC 73 Revision ID Register
MTU_MC73_ECCS   0xF006590E          MC 73 ECC Safety Register
MTU_MC73_ECCD   0xF0065910          MC 73 Memory ECC Detection Register
MTU_MC73_ETRR0  0xF0065912          MC 73 Error Tracking Register 0
MTU_MC73_ETRR1  0xF0065914          MC 73 Error Tracking Register 1
MTU_MC73_ETRR2  0xF0065916          MC 73 Error Tracking Register 2
MTU_MC73_ETRR3  0xF0065918          MC 73 Error Tracking Register 3
MTU_MC73_ETRR4  0xF006591A          MC 73 Error Tracking Register 4
MTU_MC73_RDBFL0 0xF0065960          MC 73 Read Data and Bit Flip Register 0
MTU_MC73_RDBFL1 0xF0065962          MC 73 Read Data and Bit Flip Register 1
MTU_MC73_RDBFL2 0xF0065964          MC 73 Read Data and Bit Flip Register 2
MTU_MC73_RDBFL3 0xF0065966          MC 73 Read Data and Bit Flip Register 3
MTU_MC73_RDBFL4 0xF0065968          MC 73 Read Data and Bit Flip Register 4
MTU_MC73_RDBFL5 0xF006596A          MC 73 Read Data and Bit Flip Register 5
MTU_MC73_RDBFL6 0xF006596C          MC 73 Read Data and Bit Flip Register 6
MTU_MC73_RDBFL7 0xF006596E          MC 73 Read Data and Bit Flip Register 7
MTU_MC73_RDBFL8 0xF0065970          MC 73 Read Data and Bit Flip Register 8
MTU_MC73_RDBFL9 0xF0065972          MC 73 Read Data and Bit Flip Register 9
MTU_MC73_RDBFL10 0xF0065974          MC 73 Read Data and Bit Flip Register 10
MTU_MC73_RDBFL11 0xF0065976          MC 73 Read Data and Bit Flip Register 11
MTU_MC73_RDBFL12 0xF0065978          MC 73 Read Data and Bit Flip Register 12
MTU_MC73_RDBFL13 0xF006597A          MC 73 Read Data and Bit Flip Register 13
MTU_MC73_RDBFL14 0xF006597C          MC 73 Read Data and Bit Flip Register 14
MTU_MC73_RDBFL15 0xF006597E          MC 73 Read Data and Bit Flip Register 15
MTU_MC73_RDBFL16 0xF0065980          MC 73 Read Data and Bit Flip Register 16
MTU_MC73_RDBFL17 0xF0065982          MC 73 Read Data and Bit Flip Register 17
MTU_MC73_RDBFL18 0xF0065984          MC 73 Read Data and Bit Flip Register 18
MTU_MC73_RDBFL19 0xF0065986          MC 73 Read Data and Bit Flip Register 19
MTU_MC73_RDBFL20 0xF0065988          MC 73 Read Data and Bit Flip Register 20
MTU_MC73_RDBFL21 0xF006598A          MC 73 Read Data and Bit Flip Register 21
MTU_MC73_RDBFL22 0xF006598C          MC 73 Read Data and Bit Flip Register 22
MTU_MC73_RDBFL23 0xF006598E          MC 73 Read Data and Bit Flip Register 23
MTU_MC73_RDBFL24 0xF0065990          MC 73 Read Data and Bit Flip Register 24
MTU_MC73_RDBFL25 0xF0065992          MC 73 Read Data and Bit Flip Register 25
MTU_MC73_RDBFL26 0xF0065994          MC 73 Read Data and Bit Flip Register 26
MTU_MC73_RDBFL27 0xF0065996          MC 73 Read Data and Bit Flip Register 27
MTU_MC73_RDBFL28 0xF0065998          MC 73 Read Data and Bit Flip Register 28
MTU_MC73_RDBFL29 0xF006599A          MC 73 Read Data and Bit Flip Register 29
MTU_MC73_RDBFL30 0xF006599C          MC 73 Read Data and Bit Flip Register 30
MTU_MC73_RDBFL31 0xF006599E          MC 73 Read Data and Bit Flip Register 31
MTU_MC73_RDBFL32 0xF00659A0          MC 73 Read Data and Bit Flip Register 32
MTU_MC73_RDBFL33 0xF00659A2          MC 73 Read Data and Bit Flip Register 33
MTU_MC73_RDBFL34 0xF00659A4          MC 73 Read Data and Bit Flip Register 34
MTU_MC73_RDBFL35 0xF00659A6          MC 73 Read Data and Bit Flip Register 35
MTU_MC73_RDBFL36 0xF00659A8          MC 73 Read Data and Bit Flip Register 36
MTU_MC73_RDBFL37 0xF00659AA          MC 73 Read Data and Bit Flip Register 37
MTU_MC73_RDBFL38 0xF00659AC          MC 73 Read Data and Bit Flip Register 38
MTU_MC73_RDBFL39 0xF00659AE          MC 73 Read Data and Bit Flip Register 39
MTU_MC73_RDBFL40 0xF00659B0          MC 73 Read Data and Bit Flip Register 40
MTU_MC73_RDBFL41 0xF00659B2          MC 73 Read Data and Bit Flip Register 41
MTU_MC73_RDBFL42 0xF00659B4          MC 73 Read Data and Bit Flip Register 42
MTU_MC73_RDBFL43 0xF00659B6          MC 73 Read Data and Bit Flip Register 43
MTU_MC73_RDBFL44 0xF00659B8          MC 73 Read Data and Bit Flip Register 44
MTU_MC73_RDBFL45 0xF00659BA          MC 73 Read Data and Bit Flip Register 45
MTU_MC73_RDBFL46 0xF00659BC          MC 73 Read Data and Bit Flip Register 46
MTU_MC73_RDBFL47 0xF00659BE          MC 73 Read Data and Bit Flip Register 47
MTU_MC73_RDBFL48 0xF00659C0          MC 73 Read Data and Bit Flip Register 48
MTU_MC73_RDBFL49 0xF00659C2          MC 73 Read Data and Bit Flip Register 49
MTU_MC73_RDBFL50 0xF00659C4          MC 73 Read Data and Bit Flip Register 50
MTU_MC73_RDBFL51 0xF00659C6          MC 73 Read Data and Bit Flip Register 51
MTU_MC73_RDBFL52 0xF00659C8          MC 73 Read Data and Bit Flip Register 52
MTU_MC73_RDBFL53 0xF00659CA          MC 73 Read Data and Bit Flip Register 53
MTU_MC73_RDBFL54 0xF00659CC          MC 73 Read Data and Bit Flip Register 54
MTU_MC73_RDBFL55 0xF00659CE          MC 73 Read Data and Bit Flip Register 55
MTU_MC73_RDBFL56 0xF00659D0          MC 73 Read Data and Bit Flip Register 56
MTU_MC73_RDBFL57 0xF00659D2          MC 73 Read Data and Bit Flip Register 57
MTU_MC73_RDBFL58 0xF00659D4          MC 73 Read Data and Bit Flip Register 58
MTU_MC73_RDBFL59 0xF00659D6          MC 73 Read Data and Bit Flip Register 59
MTU_MC73_RDBFL60 0xF00659D8          MC 73 Read Data and Bit Flip Register 60
MTU_MC73_RDBFL61 0xF00659DA          MC 73 Read Data and Bit Flip Register 61
MTU_MC73_RDBFL62 0xF00659DC          MC 73 Read Data and Bit Flip Register 62
MTU_MC73_RDBFL63 0xF00659DE          MC 73 Read Data and Bit Flip Register 63
MTU_MC73_RDBFL64 0xF00659E0          MC 73 Read Data and Bit Flip Register 64
MTU_MC73_RDBFL65 0xF00659E2          MC 73 Read Data and Bit Flip Register 65
MTU_MC73_RDBFL66 0xF00659E4          MC 73 Read Data and Bit Flip Register 66
MTU_MC73_ALMSRCS 0xF00659EE          MC 73 Alarm Sources Configuration Register
MTU_MC73_FAULTSTS 0xF00659F0          MC 73 SSH Safety Faults Status Register
MTU_MC73_ERRINFO0 0xF00659F2          MC 73 Error Information Register 0
MTU_MC73_ERRINFO1 0xF00659F4          MC 73 Error Information Register 1
MTU_MC73_ERRINFO2 0xF00659F6          MC 73 Error Information Register 2
MTU_MC73_ERRINFO3 0xF00659F8          MC 73 Error Information Register 3
MTU_MC73_ERRINFO4 0xF00659FA          MC 73 Error Information Register 4
MTU_MC74_CONFIG0 0xF0065A00          MC 74 Configuration Register 0
MTU_MC74_CONFIG1 0xF0065A02          MC 74 Configuration Register 1
MTU_MC74_MCONTROL 0xF0065A04          MC 74 MBIST Control Register
MTU_MC74_MSTATUS 0xF0065A06          MC 74 Status Register
MTU_MC74_RANGE  0xF0065A08          MC 74 Range Register, single address mode
MTU_MC74_REVID  0xF0065A0C          MC 74 Revision ID Register
MTU_MC74_ECCS   0xF0065A0E          MC 74 ECC Safety Register
MTU_MC74_ECCD   0xF0065A10          MC 74 Memory ECC Detection Register
MTU_MC74_ETRR0  0xF0065A12          MC 74 Error Tracking Register 0
MTU_MC74_ETRR1  0xF0065A14          MC 74 Error Tracking Register 1
MTU_MC74_ETRR2  0xF0065A16          MC 74 Error Tracking Register 2
MTU_MC74_ETRR3  0xF0065A18          MC 74 Error Tracking Register 3
MTU_MC74_ETRR4  0xF0065A1A          MC 74 Error Tracking Register 4
MTU_MC74_RDBFL0 0xF0065A60          MC 74 Read Data and Bit Flip Register 0
MTU_MC74_RDBFL1 0xF0065A62          MC 74 Read Data and Bit Flip Register 1
MTU_MC74_RDBFL2 0xF0065A64          MC 74 Read Data and Bit Flip Register 2
MTU_MC74_RDBFL3 0xF0065A66          MC 74 Read Data and Bit Flip Register 3
MTU_MC74_RDBFL4 0xF0065A68          MC 74 Read Data and Bit Flip Register 4
MTU_MC74_RDBFL5 0xF0065A6A          MC 74 Read Data and Bit Flip Register 5
MTU_MC74_RDBFL6 0xF0065A6C          MC 74 Read Data and Bit Flip Register 6
MTU_MC74_RDBFL7 0xF0065A6E          MC 74 Read Data and Bit Flip Register 7
MTU_MC74_RDBFL8 0xF0065A70          MC 74 Read Data and Bit Flip Register 8
MTU_MC74_RDBFL9 0xF0065A72          MC 74 Read Data and Bit Flip Register 9
MTU_MC74_RDBFL10 0xF0065A74          MC 74 Read Data and Bit Flip Register 10
MTU_MC74_RDBFL11 0xF0065A76          MC 74 Read Data and Bit Flip Register 11
MTU_MC74_RDBFL12 0xF0065A78          MC 74 Read Data and Bit Flip Register 12
MTU_MC74_RDBFL13 0xF0065A7A          MC 74 Read Data and Bit Flip Register 13
MTU_MC74_RDBFL14 0xF0065A7C          MC 74 Read Data and Bit Flip Register 14
MTU_MC74_RDBFL15 0xF0065A7E          MC 74 Read Data and Bit Flip Register 15
MTU_MC74_RDBFL16 0xF0065A80          MC 74 Read Data and Bit Flip Register 16
MTU_MC74_RDBFL17 0xF0065A82          MC 74 Read Data and Bit Flip Register 17
MTU_MC74_RDBFL18 0xF0065A84          MC 74 Read Data and Bit Flip Register 18
MTU_MC74_RDBFL19 0xF0065A86          MC 74 Read Data and Bit Flip Register 19
MTU_MC74_RDBFL20 0xF0065A88          MC 74 Read Data and Bit Flip Register 20
MTU_MC74_RDBFL21 0xF0065A8A          MC 74 Read Data and Bit Flip Register 21
MTU_MC74_RDBFL22 0xF0065A8C          MC 74 Read Data and Bit Flip Register 22
MTU_MC74_RDBFL23 0xF0065A8E          MC 74 Read Data and Bit Flip Register 23
MTU_MC74_RDBFL24 0xF0065A90          MC 74 Read Data and Bit Flip Register 24
MTU_MC74_RDBFL25 0xF0065A92          MC 74 Read Data and Bit Flip Register 25
MTU_MC74_RDBFL26 0xF0065A94          MC 74 Read Data and Bit Flip Register 26
MTU_MC74_RDBFL27 0xF0065A96          MC 74 Read Data and Bit Flip Register 27
MTU_MC74_RDBFL28 0xF0065A98          MC 74 Read Data and Bit Flip Register 28
MTU_MC74_RDBFL29 0xF0065A9A          MC 74 Read Data and Bit Flip Register 29
MTU_MC74_RDBFL30 0xF0065A9C          MC 74 Read Data and Bit Flip Register 30
MTU_MC74_RDBFL31 0xF0065A9E          MC 74 Read Data and Bit Flip Register 31
MTU_MC74_RDBFL32 0xF0065AA0          MC 74 Read Data and Bit Flip Register 32
MTU_MC74_RDBFL33 0xF0065AA2          MC 74 Read Data and Bit Flip Register 33
MTU_MC74_RDBFL34 0xF0065AA4          MC 74 Read Data and Bit Flip Register 34
MTU_MC74_RDBFL35 0xF0065AA6          MC 74 Read Data and Bit Flip Register 35
MTU_MC74_RDBFL36 0xF0065AA8          MC 74 Read Data and Bit Flip Register 36
MTU_MC74_RDBFL37 0xF0065AAA          MC 74 Read Data and Bit Flip Register 37
MTU_MC74_RDBFL38 0xF0065AAC          MC 74 Read Data and Bit Flip Register 38
MTU_MC74_RDBFL39 0xF0065AAE          MC 74 Read Data and Bit Flip Register 39
MTU_MC74_RDBFL40 0xF0065AB0          MC 74 Read Data and Bit Flip Register 40
MTU_MC74_RDBFL41 0xF0065AB2          MC 74 Read Data and Bit Flip Register 41
MTU_MC74_RDBFL42 0xF0065AB4          MC 74 Read Data and Bit Flip Register 42
MTU_MC74_RDBFL43 0xF0065AB6          MC 74 Read Data and Bit Flip Register 43
MTU_MC74_RDBFL44 0xF0065AB8          MC 74 Read Data and Bit Flip Register 44
MTU_MC74_RDBFL45 0xF0065ABA          MC 74 Read Data and Bit Flip Register 45
MTU_MC74_RDBFL46 0xF0065ABC          MC 74 Read Data and Bit Flip Register 46
MTU_MC74_RDBFL47 0xF0065ABE          MC 74 Read Data and Bit Flip Register 47
MTU_MC74_RDBFL48 0xF0065AC0          MC 74 Read Data and Bit Flip Register 48
MTU_MC74_RDBFL49 0xF0065AC2          MC 74 Read Data and Bit Flip Register 49
MTU_MC74_RDBFL50 0xF0065AC4          MC 74 Read Data and Bit Flip Register 50
MTU_MC74_RDBFL51 0xF0065AC6          MC 74 Read Data and Bit Flip Register 51
MTU_MC74_RDBFL52 0xF0065AC8          MC 74 Read Data and Bit Flip Register 52
MTU_MC74_RDBFL53 0xF0065ACA          MC 74 Read Data and Bit Flip Register 53
MTU_MC74_RDBFL54 0xF0065ACC          MC 74 Read Data and Bit Flip Register 54
MTU_MC74_RDBFL55 0xF0065ACE          MC 74 Read Data and Bit Flip Register 55
MTU_MC74_RDBFL56 0xF0065AD0          MC 74 Read Data and Bit Flip Register 56
MTU_MC74_RDBFL57 0xF0065AD2          MC 74 Read Data and Bit Flip Register 57
MTU_MC74_RDBFL58 0xF0065AD4          MC 74 Read Data and Bit Flip Register 58
MTU_MC74_RDBFL59 0xF0065AD6          MC 74 Read Data and Bit Flip Register 59
MTU_MC74_RDBFL60 0xF0065AD8          MC 74 Read Data and Bit Flip Register 60
MTU_MC74_RDBFL61 0xF0065ADA          MC 74 Read Data and Bit Flip Register 61
MTU_MC74_RDBFL62 0xF0065ADC          MC 74 Read Data and Bit Flip Register 62
MTU_MC74_RDBFL63 0xF0065ADE          MC 74 Read Data and Bit Flip Register 63
MTU_MC74_RDBFL64 0xF0065AE0          MC 74 Read Data and Bit Flip Register 64
MTU_MC74_RDBFL65 0xF0065AE2          MC 74 Read Data and Bit Flip Register 65
MTU_MC74_RDBFL66 0xF0065AE4          MC 74 Read Data and Bit Flip Register 66
MTU_MC74_ALMSRCS 0xF0065AEE          MC 74 Alarm Sources Configuration Register
MTU_MC74_FAULTSTS 0xF0065AF0          MC 74 SSH Safety Faults Status Register
MTU_MC74_ERRINFO0 0xF0065AF2          MC 74 Error Information Register 0
MTU_MC74_ERRINFO1 0xF0065AF4          MC 74 Error Information Register 1
MTU_MC74_ERRINFO2 0xF0065AF6          MC 74 Error Information Register 2
MTU_MC74_ERRINFO3 0xF0065AF8          MC 74 Error Information Register 3
MTU_MC74_ERRINFO4 0xF0065AFA          MC 74 Error Information Register 4
MTU_MC75_CONFIG0 0xF0065B00          MC 75 Configuration Register 0
MTU_MC75_CONFIG1 0xF0065B02          MC 75 Configuration Register 1
MTU_MC75_MCONTROL 0xF0065B04          MC 75 MBIST Control Register
MTU_MC75_MSTATUS 0xF0065B06          MC 75 Status Register
MTU_MC75_RANGE  0xF0065B08          MC 75 Range Register, single address mode
MTU_MC75_REVID  0xF0065B0C          MC 75 Revision ID Register
MTU_MC75_ECCS   0xF0065B0E          MC 75 ECC Safety Register
MTU_MC75_ECCD   0xF0065B10          MC 75 Memory ECC Detection Register
MTU_MC75_ETRR0  0xF0065B12          MC 75 Error Tracking Register 0
MTU_MC75_ETRR1  0xF0065B14          MC 75 Error Tracking Register 1
MTU_MC75_ETRR2  0xF0065B16          MC 75 Error Tracking Register 2
MTU_MC75_ETRR3  0xF0065B18          MC 75 Error Tracking Register 3
MTU_MC75_ETRR4  0xF0065B1A          MC 75 Error Tracking Register 4
MTU_MC75_RDBFL0 0xF0065B60          MC 75 Read Data and Bit Flip Register 0
MTU_MC75_RDBFL1 0xF0065B62          MC 75 Read Data and Bit Flip Register 1
MTU_MC75_RDBFL2 0xF0065B64          MC 75 Read Data and Bit Flip Register 2
MTU_MC75_RDBFL3 0xF0065B66          MC 75 Read Data and Bit Flip Register 3
MTU_MC75_RDBFL4 0xF0065B68          MC 75 Read Data and Bit Flip Register 4
MTU_MC75_RDBFL5 0xF0065B6A          MC 75 Read Data and Bit Flip Register 5
MTU_MC75_RDBFL6 0xF0065B6C          MC 75 Read Data and Bit Flip Register 6
MTU_MC75_RDBFL7 0xF0065B6E          MC 75 Read Data and Bit Flip Register 7
MTU_MC75_RDBFL8 0xF0065B70          MC 75 Read Data and Bit Flip Register 8
MTU_MC75_RDBFL9 0xF0065B72          MC 75 Read Data and Bit Flip Register 9
MTU_MC75_RDBFL10 0xF0065B74          MC 75 Read Data and Bit Flip Register 10
MTU_MC75_RDBFL11 0xF0065B76          MC 75 Read Data and Bit Flip Register 11
MTU_MC75_RDBFL12 0xF0065B78          MC 75 Read Data and Bit Flip Register 12
MTU_MC75_RDBFL13 0xF0065B7A          MC 75 Read Data and Bit Flip Register 13
MTU_MC75_RDBFL14 0xF0065B7C          MC 75 Read Data and Bit Flip Register 14
MTU_MC75_RDBFL15 0xF0065B7E          MC 75 Read Data and Bit Flip Register 15
MTU_MC75_RDBFL16 0xF0065B80          MC 75 Read Data and Bit Flip Register 16
MTU_MC75_RDBFL17 0xF0065B82          MC 75 Read Data and Bit Flip Register 17
MTU_MC75_RDBFL18 0xF0065B84          MC 75 Read Data and Bit Flip Register 18
MTU_MC75_RDBFL19 0xF0065B86          MC 75 Read Data and Bit Flip Register 19
MTU_MC75_RDBFL20 0xF0065B88          MC 75 Read Data and Bit Flip Register 20
MTU_MC75_RDBFL21 0xF0065B8A          MC 75 Read Data and Bit Flip Register 21
MTU_MC75_RDBFL22 0xF0065B8C          MC 75 Read Data and Bit Flip Register 22
MTU_MC75_RDBFL23 0xF0065B8E          MC 75 Read Data and Bit Flip Register 23
MTU_MC75_RDBFL24 0xF0065B90          MC 75 Read Data and Bit Flip Register 24
MTU_MC75_RDBFL25 0xF0065B92          MC 75 Read Data and Bit Flip Register 25
MTU_MC75_RDBFL26 0xF0065B94          MC 75 Read Data and Bit Flip Register 26
MTU_MC75_RDBFL27 0xF0065B96          MC 75 Read Data and Bit Flip Register 27
MTU_MC75_RDBFL28 0xF0065B98          MC 75 Read Data and Bit Flip Register 28
MTU_MC75_RDBFL29 0xF0065B9A          MC 75 Read Data and Bit Flip Register 29
MTU_MC75_RDBFL30 0xF0065B9C          MC 75 Read Data and Bit Flip Register 30
MTU_MC75_RDBFL31 0xF0065B9E          MC 75 Read Data and Bit Flip Register 31
MTU_MC75_RDBFL32 0xF0065BA0          MC 75 Read Data and Bit Flip Register 32
MTU_MC75_RDBFL33 0xF0065BA2          MC 75 Read Data and Bit Flip Register 33
MTU_MC75_RDBFL34 0xF0065BA4          MC 75 Read Data and Bit Flip Register 34
MTU_MC75_RDBFL35 0xF0065BA6          MC 75 Read Data and Bit Flip Register 35
MTU_MC75_RDBFL36 0xF0065BA8          MC 75 Read Data and Bit Flip Register 36
MTU_MC75_RDBFL37 0xF0065BAA          MC 75 Read Data and Bit Flip Register 37
MTU_MC75_RDBFL38 0xF0065BAC          MC 75 Read Data and Bit Flip Register 38
MTU_MC75_RDBFL39 0xF0065BAE          MC 75 Read Data and Bit Flip Register 39
MTU_MC75_RDBFL40 0xF0065BB0          MC 75 Read Data and Bit Flip Register 40
MTU_MC75_RDBFL41 0xF0065BB2          MC 75 Read Data and Bit Flip Register 41
MTU_MC75_RDBFL42 0xF0065BB4          MC 75 Read Data and Bit Flip Register 42
MTU_MC75_RDBFL43 0xF0065BB6          MC 75 Read Data and Bit Flip Register 43
MTU_MC75_RDBFL44 0xF0065BB8          MC 75 Read Data and Bit Flip Register 44
MTU_MC75_RDBFL45 0xF0065BBA          MC 75 Read Data and Bit Flip Register 45
MTU_MC75_RDBFL46 0xF0065BBC          MC 75 Read Data and Bit Flip Register 46
MTU_MC75_RDBFL47 0xF0065BBE          MC 75 Read Data and Bit Flip Register 47
MTU_MC75_RDBFL48 0xF0065BC0          MC 75 Read Data and Bit Flip Register 48
MTU_MC75_RDBFL49 0xF0065BC2          MC 75 Read Data and Bit Flip Register 49
MTU_MC75_RDBFL50 0xF0065BC4          MC 75 Read Data and Bit Flip Register 50
MTU_MC75_RDBFL51 0xF0065BC6          MC 75 Read Data and Bit Flip Register 51
MTU_MC75_RDBFL52 0xF0065BC8          MC 75 Read Data and Bit Flip Register 52
MTU_MC75_RDBFL53 0xF0065BCA          MC 75 Read Data and Bit Flip Register 53
MTU_MC75_RDBFL54 0xF0065BCC          MC 75 Read Data and Bit Flip Register 54
MTU_MC75_RDBFL55 0xF0065BCE          MC 75 Read Data and Bit Flip Register 55
MTU_MC75_RDBFL56 0xF0065BD0          MC 75 Read Data and Bit Flip Register 56
MTU_MC75_RDBFL57 0xF0065BD2          MC 75 Read Data and Bit Flip Register 57
MTU_MC75_RDBFL58 0xF0065BD4          MC 75 Read Data and Bit Flip Register 58
MTU_MC75_RDBFL59 0xF0065BD6          MC 75 Read Data and Bit Flip Register 59
MTU_MC75_RDBFL60 0xF0065BD8          MC 75 Read Data and Bit Flip Register 60
MTU_MC75_RDBFL61 0xF0065BDA          MC 75 Read Data and Bit Flip Register 61
MTU_MC75_RDBFL62 0xF0065BDC          MC 75 Read Data and Bit Flip Register 62
MTU_MC75_RDBFL63 0xF0065BDE          MC 75 Read Data and Bit Flip Register 63
MTU_MC75_RDBFL64 0xF0065BE0          MC 75 Read Data and Bit Flip Register 64
MTU_MC75_RDBFL65 0xF0065BE2          MC 75 Read Data and Bit Flip Register 65
MTU_MC75_RDBFL66 0xF0065BE4          MC 75 Read Data and Bit Flip Register 66
MTU_MC75_ALMSRCS 0xF0065BEE          MC 75 Alarm Sources Configuration Register
MTU_MC75_FAULTSTS 0xF0065BF0          MC 75 SSH Safety Faults Status Register
MTU_MC75_ERRINFO0 0xF0065BF2          MC 75 Error Information Register 0
MTU_MC75_ERRINFO1 0xF0065BF4          MC 75 Error Information Register 1
MTU_MC75_ERRINFO2 0xF0065BF6          MC 75 Error Information Register 2
MTU_MC75_ERRINFO3 0xF0065BF8          MC 75 Error Information Register 3
MTU_MC75_ERRINFO4 0xF0065BFA          MC 75 Error Information Register 4
MTU_MC76_CONFIG0 0xF0065C00          MC 76 Configuration Register 0
MTU_MC76_CONFIG1 0xF0065C02          MC 76 Configuration Register 1
MTU_MC76_MCONTROL 0xF0065C04          MC 76 MBIST Control Register
MTU_MC76_MSTATUS 0xF0065C06          MC 76 Status Register
MTU_MC76_RANGE  0xF0065C08          MC 76 Range Register, single address mode
MTU_MC76_REVID  0xF0065C0C          MC 76 Revision ID Register
MTU_MC76_ECCS   0xF0065C0E          MC 76 ECC Safety Register
MTU_MC76_ECCD   0xF0065C10          MC 76 Memory ECC Detection Register
MTU_MC76_ETRR0  0xF0065C12          MC 76 Error Tracking Register 0
MTU_MC76_ETRR1  0xF0065C14          MC 76 Error Tracking Register 1
MTU_MC76_ETRR2  0xF0065C16          MC 76 Error Tracking Register 2
MTU_MC76_ETRR3  0xF0065C18          MC 76 Error Tracking Register 3
MTU_MC76_ETRR4  0xF0065C1A          MC 76 Error Tracking Register 4
MTU_MC76_RDBFL0 0xF0065C60          MC 76 Read Data and Bit Flip Register 0
MTU_MC76_RDBFL1 0xF0065C62          MC 76 Read Data and Bit Flip Register 1
MTU_MC76_RDBFL2 0xF0065C64          MC 76 Read Data and Bit Flip Register 2
MTU_MC76_RDBFL3 0xF0065C66          MC 76 Read Data and Bit Flip Register 3
MTU_MC76_RDBFL4 0xF0065C68          MC 76 Read Data and Bit Flip Register 4
MTU_MC76_RDBFL5 0xF0065C6A          MC 76 Read Data and Bit Flip Register 5
MTU_MC76_RDBFL6 0xF0065C6C          MC 76 Read Data and Bit Flip Register 6
MTU_MC76_RDBFL7 0xF0065C6E          MC 76 Read Data and Bit Flip Register 7
MTU_MC76_RDBFL8 0xF0065C70          MC 76 Read Data and Bit Flip Register 8
MTU_MC76_RDBFL9 0xF0065C72          MC 76 Read Data and Bit Flip Register 9
MTU_MC76_RDBFL10 0xF0065C74          MC 76 Read Data and Bit Flip Register 10
MTU_MC76_RDBFL11 0xF0065C76          MC 76 Read Data and Bit Flip Register 11
MTU_MC76_RDBFL12 0xF0065C78          MC 76 Read Data and Bit Flip Register 12
MTU_MC76_RDBFL13 0xF0065C7A          MC 76 Read Data and Bit Flip Register 13
MTU_MC76_RDBFL14 0xF0065C7C          MC 76 Read Data and Bit Flip Register 14
MTU_MC76_RDBFL15 0xF0065C7E          MC 76 Read Data and Bit Flip Register 15
MTU_MC76_RDBFL16 0xF0065C80          MC 76 Read Data and Bit Flip Register 16
MTU_MC76_RDBFL17 0xF0065C82          MC 76 Read Data and Bit Flip Register 17
MTU_MC76_RDBFL18 0xF0065C84          MC 76 Read Data and Bit Flip Register 18
MTU_MC76_RDBFL19 0xF0065C86          MC 76 Read Data and Bit Flip Register 19
MTU_MC76_RDBFL20 0xF0065C88          MC 76 Read Data and Bit Flip Register 20
MTU_MC76_RDBFL21 0xF0065C8A          MC 76 Read Data and Bit Flip Register 21
MTU_MC76_RDBFL22 0xF0065C8C          MC 76 Read Data and Bit Flip Register 22
MTU_MC76_RDBFL23 0xF0065C8E          MC 76 Read Data and Bit Flip Register 23
MTU_MC76_RDBFL24 0xF0065C90          MC 76 Read Data and Bit Flip Register 24
MTU_MC76_RDBFL25 0xF0065C92          MC 76 Read Data and Bit Flip Register 25
MTU_MC76_RDBFL26 0xF0065C94          MC 76 Read Data and Bit Flip Register 26
MTU_MC76_RDBFL27 0xF0065C96          MC 76 Read Data and Bit Flip Register 27
MTU_MC76_RDBFL28 0xF0065C98          MC 76 Read Data and Bit Flip Register 28
MTU_MC76_RDBFL29 0xF0065C9A          MC 76 Read Data and Bit Flip Register 29
MTU_MC76_RDBFL30 0xF0065C9C          MC 76 Read Data and Bit Flip Register 30
MTU_MC76_RDBFL31 0xF0065C9E          MC 76 Read Data and Bit Flip Register 31
MTU_MC76_RDBFL32 0xF0065CA0          MC 76 Read Data and Bit Flip Register 32
MTU_MC76_RDBFL33 0xF0065CA2          MC 76 Read Data and Bit Flip Register 33
MTU_MC76_RDBFL34 0xF0065CA4          MC 76 Read Data and Bit Flip Register 34
MTU_MC76_RDBFL35 0xF0065CA6          MC 76 Read Data and Bit Flip Register 35
MTU_MC76_RDBFL36 0xF0065CA8          MC 76 Read Data and Bit Flip Register 36
MTU_MC76_RDBFL37 0xF0065CAA          MC 76 Read Data and Bit Flip Register 37
MTU_MC76_RDBFL38 0xF0065CAC          MC 76 Read Data and Bit Flip Register 38
MTU_MC76_RDBFL39 0xF0065CAE          MC 76 Read Data and Bit Flip Register 39
MTU_MC76_RDBFL40 0xF0065CB0          MC 76 Read Data and Bit Flip Register 40
MTU_MC76_RDBFL41 0xF0065CB2          MC 76 Read Data and Bit Flip Register 41
MTU_MC76_RDBFL42 0xF0065CB4          MC 76 Read Data and Bit Flip Register 42
MTU_MC76_RDBFL43 0xF0065CB6          MC 76 Read Data and Bit Flip Register 43
MTU_MC76_RDBFL44 0xF0065CB8          MC 76 Read Data and Bit Flip Register 44
MTU_MC76_RDBFL45 0xF0065CBA          MC 76 Read Data and Bit Flip Register 45
MTU_MC76_RDBFL46 0xF0065CBC          MC 76 Read Data and Bit Flip Register 46
MTU_MC76_RDBFL47 0xF0065CBE          MC 76 Read Data and Bit Flip Register 47
MTU_MC76_RDBFL48 0xF0065CC0          MC 76 Read Data and Bit Flip Register 48
MTU_MC76_RDBFL49 0xF0065CC2          MC 76 Read Data and Bit Flip Register 49
MTU_MC76_RDBFL50 0xF0065CC4          MC 76 Read Data and Bit Flip Register 50
MTU_MC76_RDBFL51 0xF0065CC6          MC 76 Read Data and Bit Flip Register 51
MTU_MC76_RDBFL52 0xF0065CC8          MC 76 Read Data and Bit Flip Register 52
MTU_MC76_RDBFL53 0xF0065CCA          MC 76 Read Data and Bit Flip Register 53
MTU_MC76_RDBFL54 0xF0065CCC          MC 76 Read Data and Bit Flip Register 54
MTU_MC76_RDBFL55 0xF0065CCE          MC 76 Read Data and Bit Flip Register 55
MTU_MC76_RDBFL56 0xF0065CD0          MC 76 Read Data and Bit Flip Register 56
MTU_MC76_RDBFL57 0xF0065CD2          MC 76 Read Data and Bit Flip Register 57
MTU_MC76_RDBFL58 0xF0065CD4          MC 76 Read Data and Bit Flip Register 58
MTU_MC76_RDBFL59 0xF0065CD6          MC 76 Read Data and Bit Flip Register 59
MTU_MC76_RDBFL60 0xF0065CD8          MC 76 Read Data and Bit Flip Register 60
MTU_MC76_RDBFL61 0xF0065CDA          MC 76 Read Data and Bit Flip Register 61
MTU_MC76_RDBFL62 0xF0065CDC          MC 76 Read Data and Bit Flip Register 62
MTU_MC76_RDBFL63 0xF0065CDE          MC 76 Read Data and Bit Flip Register 63
MTU_MC76_RDBFL64 0xF0065CE0          MC 76 Read Data and Bit Flip Register 64
MTU_MC76_RDBFL65 0xF0065CE2          MC 76 Read Data and Bit Flip Register 65
MTU_MC76_RDBFL66 0xF0065CE4          MC 76 Read Data and Bit Flip Register 66
MTU_MC76_ALMSRCS 0xF0065CEE          MC 76 Alarm Sources Configuration Register
MTU_MC76_FAULTSTS 0xF0065CF0          MC 76 SSH Safety Faults Status Register
MTU_MC76_ERRINFO0 0xF0065CF2          MC 76 Error Information Register 0
MTU_MC76_ERRINFO1 0xF0065CF4          MC 76 Error Information Register 1
MTU_MC76_ERRINFO2 0xF0065CF6          MC 76 Error Information Register 2
MTU_MC76_ERRINFO3 0xF0065CF8          MC 76 Error Information Register 3
MTU_MC76_ERRINFO4 0xF0065CFA          MC 76 Error Information Register 4
MTU_MC77_CONFIG0 0xF0065D00          MC 77 Configuration Register 0
MTU_MC77_CONFIG1 0xF0065D02          MC 77 Configuration Register 1
MTU_MC77_MCONTROL 0xF0065D04          MC 77 MBIST Control Register
MTU_MC77_MSTATUS 0xF0065D06          MC 77 Status Register
MTU_MC77_RANGE  0xF0065D08          MC 77 Range Register, single address mode
MTU_MC77_REVID  0xF0065D0C          MC 77 Revision ID Register
MTU_MC77_ECCS   0xF0065D0E          MC 77 ECC Safety Register
MTU_MC77_ECCD   0xF0065D10          MC 77 Memory ECC Detection Register
MTU_MC77_ETRR0  0xF0065D12          MC 77 Error Tracking Register 0
MTU_MC77_ETRR1  0xF0065D14          MC 77 Error Tracking Register 1
MTU_MC77_ETRR2  0xF0065D16          MC 77 Error Tracking Register 2
MTU_MC77_ETRR3  0xF0065D18          MC 77 Error Tracking Register 3
MTU_MC77_ETRR4  0xF0065D1A          MC 77 Error Tracking Register 4
MTU_MC77_RDBFL0 0xF0065D60          MC 77 Read Data and Bit Flip Register 0
MTU_MC77_RDBFL1 0xF0065D62          MC 77 Read Data and Bit Flip Register 1
MTU_MC77_RDBFL2 0xF0065D64          MC 77 Read Data and Bit Flip Register 2
MTU_MC77_RDBFL3 0xF0065D66          MC 77 Read Data and Bit Flip Register 3
MTU_MC77_RDBFL4 0xF0065D68          MC 77 Read Data and Bit Flip Register 4
MTU_MC77_RDBFL5 0xF0065D6A          MC 77 Read Data and Bit Flip Register 5
MTU_MC77_RDBFL6 0xF0065D6C          MC 77 Read Data and Bit Flip Register 6
MTU_MC77_RDBFL7 0xF0065D6E          MC 77 Read Data and Bit Flip Register 7
MTU_MC77_RDBFL8 0xF0065D70          MC 77 Read Data and Bit Flip Register 8
MTU_MC77_RDBFL9 0xF0065D72          MC 77 Read Data and Bit Flip Register 9
MTU_MC77_RDBFL10 0xF0065D74          MC 77 Read Data and Bit Flip Register 10
MTU_MC77_RDBFL11 0xF0065D76          MC 77 Read Data and Bit Flip Register 11
MTU_MC77_RDBFL12 0xF0065D78          MC 77 Read Data and Bit Flip Register 12
MTU_MC77_RDBFL13 0xF0065D7A          MC 77 Read Data and Bit Flip Register 13
MTU_MC77_RDBFL14 0xF0065D7C          MC 77 Read Data and Bit Flip Register 14
MTU_MC77_RDBFL15 0xF0065D7E          MC 77 Read Data and Bit Flip Register 15
MTU_MC77_RDBFL16 0xF0065D80          MC 77 Read Data and Bit Flip Register 16
MTU_MC77_RDBFL17 0xF0065D82          MC 77 Read Data and Bit Flip Register 17
MTU_MC77_RDBFL18 0xF0065D84          MC 77 Read Data and Bit Flip Register 18
MTU_MC77_RDBFL19 0xF0065D86          MC 77 Read Data and Bit Flip Register 19
MTU_MC77_RDBFL20 0xF0065D88          MC 77 Read Data and Bit Flip Register 20
MTU_MC77_RDBFL21 0xF0065D8A          MC 77 Read Data and Bit Flip Register 21
MTU_MC77_RDBFL22 0xF0065D8C          MC 77 Read Data and Bit Flip Register 22
MTU_MC77_RDBFL23 0xF0065D8E          MC 77 Read Data and Bit Flip Register 23
MTU_MC77_RDBFL24 0xF0065D90          MC 77 Read Data and Bit Flip Register 24
MTU_MC77_RDBFL25 0xF0065D92          MC 77 Read Data and Bit Flip Register 25
MTU_MC77_RDBFL26 0xF0065D94          MC 77 Read Data and Bit Flip Register 26
MTU_MC77_RDBFL27 0xF0065D96          MC 77 Read Data and Bit Flip Register 27
MTU_MC77_RDBFL28 0xF0065D98          MC 77 Read Data and Bit Flip Register 28
MTU_MC77_RDBFL29 0xF0065D9A          MC 77 Read Data and Bit Flip Register 29
MTU_MC77_RDBFL30 0xF0065D9C          MC 77 Read Data and Bit Flip Register 30
MTU_MC77_RDBFL31 0xF0065D9E          MC 77 Read Data and Bit Flip Register 31
MTU_MC77_RDBFL32 0xF0065DA0          MC 77 Read Data and Bit Flip Register 32
MTU_MC77_RDBFL33 0xF0065DA2          MC 77 Read Data and Bit Flip Register 33
MTU_MC77_RDBFL34 0xF0065DA4          MC 77 Read Data and Bit Flip Register 34
MTU_MC77_RDBFL35 0xF0065DA6          MC 77 Read Data and Bit Flip Register 35
MTU_MC77_RDBFL36 0xF0065DA8          MC 77 Read Data and Bit Flip Register 36
MTU_MC77_RDBFL37 0xF0065DAA          MC 77 Read Data and Bit Flip Register 37
MTU_MC77_RDBFL38 0xF0065DAC          MC 77 Read Data and Bit Flip Register 38
MTU_MC77_RDBFL39 0xF0065DAE          MC 77 Read Data and Bit Flip Register 39
MTU_MC77_RDBFL40 0xF0065DB0          MC 77 Read Data and Bit Flip Register 40
MTU_MC77_RDBFL41 0xF0065DB2          MC 77 Read Data and Bit Flip Register 41
MTU_MC77_RDBFL42 0xF0065DB4          MC 77 Read Data and Bit Flip Register 42
MTU_MC77_RDBFL43 0xF0065DB6          MC 77 Read Data and Bit Flip Register 43
MTU_MC77_RDBFL44 0xF0065DB8          MC 77 Read Data and Bit Flip Register 44
MTU_MC77_RDBFL45 0xF0065DBA          MC 77 Read Data and Bit Flip Register 45
MTU_MC77_RDBFL46 0xF0065DBC          MC 77 Read Data and Bit Flip Register 46
MTU_MC77_RDBFL47 0xF0065DBE          MC 77 Read Data and Bit Flip Register 47
MTU_MC77_RDBFL48 0xF0065DC0          MC 77 Read Data and Bit Flip Register 48
MTU_MC77_RDBFL49 0xF0065DC2          MC 77 Read Data and Bit Flip Register 49
MTU_MC77_RDBFL50 0xF0065DC4          MC 77 Read Data and Bit Flip Register 50
MTU_MC77_RDBFL51 0xF0065DC6          MC 77 Read Data and Bit Flip Register 51
MTU_MC77_RDBFL52 0xF0065DC8          MC 77 Read Data and Bit Flip Register 52
MTU_MC77_RDBFL53 0xF0065DCA          MC 77 Read Data and Bit Flip Register 53
MTU_MC77_RDBFL54 0xF0065DCC          MC 77 Read Data and Bit Flip Register 54
MTU_MC77_RDBFL55 0xF0065DCE          MC 77 Read Data and Bit Flip Register 55
MTU_MC77_RDBFL56 0xF0065DD0          MC 77 Read Data and Bit Flip Register 56
MTU_MC77_RDBFL57 0xF0065DD2          MC 77 Read Data and Bit Flip Register 57
MTU_MC77_RDBFL58 0xF0065DD4          MC 77 Read Data and Bit Flip Register 58
MTU_MC77_RDBFL59 0xF0065DD6          MC 77 Read Data and Bit Flip Register 59
MTU_MC77_RDBFL60 0xF0065DD8          MC 77 Read Data and Bit Flip Register 60
MTU_MC77_RDBFL61 0xF0065DDA          MC 77 Read Data and Bit Flip Register 61
MTU_MC77_RDBFL62 0xF0065DDC          MC 77 Read Data and Bit Flip Register 62
MTU_MC77_RDBFL63 0xF0065DDE          MC 77 Read Data and Bit Flip Register 63
MTU_MC77_RDBFL64 0xF0065DE0          MC 77 Read Data and Bit Flip Register 64
MTU_MC77_RDBFL65 0xF0065DE2          MC 77 Read Data and Bit Flip Register 65
MTU_MC77_RDBFL66 0xF0065DE4          MC 77 Read Data and Bit Flip Register 66
MTU_MC77_ALMSRCS 0xF0065DEE          MC 77 Alarm Sources Configuration Register
MTU_MC77_FAULTSTS 0xF0065DF0          MC 77 SSH Safety Faults Status Register
MTU_MC77_ERRINFO0 0xF0065DF2          MC 77 Error Information Register 0
MTU_MC77_ERRINFO1 0xF0065DF4          MC 77 Error Information Register 1
MTU_MC77_ERRINFO2 0xF0065DF6          MC 77 Error Information Register 2
MTU_MC77_ERRINFO3 0xF0065DF8          MC 77 Error Information Register 3
MTU_MC77_ERRINFO4 0xF0065DFA          MC 77 Error Information Register 4
MTU_MC78_CONFIG0 0xF0065E00          MC 78 Configuration Register 0
MTU_MC78_CONFIG1 0xF0065E02          MC 78 Configuration Register 1
MTU_MC78_MCONTROL 0xF0065E04          MC 78 MBIST Control Register
MTU_MC78_MSTATUS 0xF0065E06          MC 78 Status Register
MTU_MC78_RANGE  0xF0065E08          MC 78 Range Register, single address mode
MTU_MC78_REVID  0xF0065E0C          MC 78 Revision ID Register
MTU_MC78_ECCS   0xF0065E0E          MC 78 ECC Safety Register
MTU_MC78_ECCD   0xF0065E10          MC 78 Memory ECC Detection Register
MTU_MC78_ETRR0  0xF0065E12          MC 78 Error Tracking Register 0
MTU_MC78_ETRR1  0xF0065E14          MC 78 Error Tracking Register 1
MTU_MC78_ETRR2  0xF0065E16          MC 78 Error Tracking Register 2
MTU_MC78_ETRR3  0xF0065E18          MC 78 Error Tracking Register 3
MTU_MC78_ETRR4  0xF0065E1A          MC 78 Error Tracking Register 4
MTU_MC78_RDBFL0 0xF0065E60          MC 78 Read Data and Bit Flip Register 0
MTU_MC78_RDBFL1 0xF0065E62          MC 78 Read Data and Bit Flip Register 1
MTU_MC78_RDBFL2 0xF0065E64          MC 78 Read Data and Bit Flip Register 2
MTU_MC78_RDBFL3 0xF0065E66          MC 78 Read Data and Bit Flip Register 3
MTU_MC78_RDBFL4 0xF0065E68          MC 78 Read Data and Bit Flip Register 4
MTU_MC78_RDBFL5 0xF0065E6A          MC 78 Read Data and Bit Flip Register 5
MTU_MC78_RDBFL6 0xF0065E6C          MC 78 Read Data and Bit Flip Register 6
MTU_MC78_RDBFL7 0xF0065E6E          MC 78 Read Data and Bit Flip Register 7
MTU_MC78_RDBFL8 0xF0065E70          MC 78 Read Data and Bit Flip Register 8
MTU_MC78_RDBFL9 0xF0065E72          MC 78 Read Data and Bit Flip Register 9
MTU_MC78_RDBFL10 0xF0065E74          MC 78 Read Data and Bit Flip Register 10
MTU_MC78_RDBFL11 0xF0065E76          MC 78 Read Data and Bit Flip Register 11
MTU_MC78_RDBFL12 0xF0065E78          MC 78 Read Data and Bit Flip Register 12
MTU_MC78_RDBFL13 0xF0065E7A          MC 78 Read Data and Bit Flip Register 13
MTU_MC78_RDBFL14 0xF0065E7C          MC 78 Read Data and Bit Flip Register 14
MTU_MC78_RDBFL15 0xF0065E7E          MC 78 Read Data and Bit Flip Register 15
MTU_MC78_RDBFL16 0xF0065E80          MC 78 Read Data and Bit Flip Register 16
MTU_MC78_RDBFL17 0xF0065E82          MC 78 Read Data and Bit Flip Register 17
MTU_MC78_RDBFL18 0xF0065E84          MC 78 Read Data and Bit Flip Register 18
MTU_MC78_RDBFL19 0xF0065E86          MC 78 Read Data and Bit Flip Register 19
MTU_MC78_RDBFL20 0xF0065E88          MC 78 Read Data and Bit Flip Register 20
MTU_MC78_RDBFL21 0xF0065E8A          MC 78 Read Data and Bit Flip Register 21
MTU_MC78_RDBFL22 0xF0065E8C          MC 78 Read Data and Bit Flip Register 22
MTU_MC78_RDBFL23 0xF0065E8E          MC 78 Read Data and Bit Flip Register 23
MTU_MC78_RDBFL24 0xF0065E90          MC 78 Read Data and Bit Flip Register 24
MTU_MC78_RDBFL25 0xF0065E92          MC 78 Read Data and Bit Flip Register 25
MTU_MC78_RDBFL26 0xF0065E94          MC 78 Read Data and Bit Flip Register 26
MTU_MC78_RDBFL27 0xF0065E96          MC 78 Read Data and Bit Flip Register 27
MTU_MC78_RDBFL28 0xF0065E98          MC 78 Read Data and Bit Flip Register 28
MTU_MC78_RDBFL29 0xF0065E9A          MC 78 Read Data and Bit Flip Register 29
MTU_MC78_RDBFL30 0xF0065E9C          MC 78 Read Data and Bit Flip Register 30
MTU_MC78_RDBFL31 0xF0065E9E          MC 78 Read Data and Bit Flip Register 31
MTU_MC78_RDBFL32 0xF0065EA0          MC 78 Read Data and Bit Flip Register 32
MTU_MC78_RDBFL33 0xF0065EA2          MC 78 Read Data and Bit Flip Register 33
MTU_MC78_RDBFL34 0xF0065EA4          MC 78 Read Data and Bit Flip Register 34
MTU_MC78_RDBFL35 0xF0065EA6          MC 78 Read Data and Bit Flip Register 35
MTU_MC78_RDBFL36 0xF0065EA8          MC 78 Read Data and Bit Flip Register 36
MTU_MC78_RDBFL37 0xF0065EAA          MC 78 Read Data and Bit Flip Register 37
MTU_MC78_RDBFL38 0xF0065EAC          MC 78 Read Data and Bit Flip Register 38
MTU_MC78_RDBFL39 0xF0065EAE          MC 78 Read Data and Bit Flip Register 39
MTU_MC78_RDBFL40 0xF0065EB0          MC 78 Read Data and Bit Flip Register 40
MTU_MC78_RDBFL41 0xF0065EB2          MC 78 Read Data and Bit Flip Register 41
MTU_MC78_RDBFL42 0xF0065EB4          MC 78 Read Data and Bit Flip Register 42
MTU_MC78_RDBFL43 0xF0065EB6          MC 78 Read Data and Bit Flip Register 43
MTU_MC78_RDBFL44 0xF0065EB8          MC 78 Read Data and Bit Flip Register 44
MTU_MC78_RDBFL45 0xF0065EBA          MC 78 Read Data and Bit Flip Register 45
MTU_MC78_RDBFL46 0xF0065EBC          MC 78 Read Data and Bit Flip Register 46
MTU_MC78_RDBFL47 0xF0065EBE          MC 78 Read Data and Bit Flip Register 47
MTU_MC78_RDBFL48 0xF0065EC0          MC 78 Read Data and Bit Flip Register 48
MTU_MC78_RDBFL49 0xF0065EC2          MC 78 Read Data and Bit Flip Register 49
MTU_MC78_RDBFL50 0xF0065EC4          MC 78 Read Data and Bit Flip Register 50
MTU_MC78_RDBFL51 0xF0065EC6          MC 78 Read Data and Bit Flip Register 51
MTU_MC78_RDBFL52 0xF0065EC8          MC 78 Read Data and Bit Flip Register 52
MTU_MC78_RDBFL53 0xF0065ECA          MC 78 Read Data and Bit Flip Register 53
MTU_MC78_RDBFL54 0xF0065ECC          MC 78 Read Data and Bit Flip Register 54
MTU_MC78_RDBFL55 0xF0065ECE          MC 78 Read Data and Bit Flip Register 55
MTU_MC78_RDBFL56 0xF0065ED0          MC 78 Read Data and Bit Flip Register 56
MTU_MC78_RDBFL57 0xF0065ED2          MC 78 Read Data and Bit Flip Register 57
MTU_MC78_RDBFL58 0xF0065ED4          MC 78 Read Data and Bit Flip Register 58
MTU_MC78_RDBFL59 0xF0065ED6          MC 78 Read Data and Bit Flip Register 59
MTU_MC78_RDBFL60 0xF0065ED8          MC 78 Read Data and Bit Flip Register 60
MTU_MC78_RDBFL61 0xF0065EDA          MC 78 Read Data and Bit Flip Register 61
MTU_MC78_RDBFL62 0xF0065EDC          MC 78 Read Data and Bit Flip Register 62
MTU_MC78_RDBFL63 0xF0065EDE          MC 78 Read Data and Bit Flip Register 63
MTU_MC78_RDBFL64 0xF0065EE0          MC 78 Read Data and Bit Flip Register 64
MTU_MC78_RDBFL65 0xF0065EE2          MC 78 Read Data and Bit Flip Register 65
MTU_MC78_RDBFL66 0xF0065EE4          MC 78 Read Data and Bit Flip Register 66
MTU_MC78_ALMSRCS 0xF0065EEE          MC 78 Alarm Sources Configuration Register
MTU_MC78_FAULTSTS 0xF0065EF0          MC 78 SSH Safety Faults Status Register
MTU_MC78_ERRINFO0 0xF0065EF2          MC 78 Error Information Register 0
MTU_MC78_ERRINFO1 0xF0065EF4          MC 78 Error Information Register 1
MTU_MC78_ERRINFO2 0xF0065EF6          MC 78 Error Information Register 2
MTU_MC78_ERRINFO3 0xF0065EF8          MC 78 Error Information Register 3
MTU_MC78_ERRINFO4 0xF0065EFA          MC 78 Error Information Register 4
MTU_MC79_CONFIG0 0xF0065F00          MC 79 Configuration Register 0
MTU_MC79_CONFIG1 0xF0065F02          MC 79 Configuration Register 1
MTU_MC79_MCONTROL 0xF0065F04          MC 79 MBIST Control Register
MTU_MC79_MSTATUS 0xF0065F06          MC 79 Status Register
MTU_MC79_RANGE  0xF0065F08          MC 79 Range Register, single address mode
MTU_MC79_REVID  0xF0065F0C          MC 79 Revision ID Register
MTU_MC79_ECCS   0xF0065F0E          MC 79 ECC Safety Register
MTU_MC79_ECCD   0xF0065F10          MC 79 Memory ECC Detection Register
MTU_MC79_ETRR0  0xF0065F12          MC 79 Error Tracking Register 0
MTU_MC79_ETRR1  0xF0065F14          MC 79 Error Tracking Register 1
MTU_MC79_ETRR2  0xF0065F16          MC 79 Error Tracking Register 2
MTU_MC79_ETRR3  0xF0065F18          MC 79 Error Tracking Register 3
MTU_MC79_ETRR4  0xF0065F1A          MC 79 Error Tracking Register 4
MTU_MC79_RDBFL0 0xF0065F60          MC 79 Read Data and Bit Flip Register 0
MTU_MC79_RDBFL1 0xF0065F62          MC 79 Read Data and Bit Flip Register 1
MTU_MC79_RDBFL2 0xF0065F64          MC 79 Read Data and Bit Flip Register 2
MTU_MC79_RDBFL3 0xF0065F66          MC 79 Read Data and Bit Flip Register 3
MTU_MC79_RDBFL4 0xF0065F68          MC 79 Read Data and Bit Flip Register 4
MTU_MC79_RDBFL5 0xF0065F6A          MC 79 Read Data and Bit Flip Register 5
MTU_MC79_RDBFL6 0xF0065F6C          MC 79 Read Data and Bit Flip Register 6
MTU_MC79_RDBFL7 0xF0065F6E          MC 79 Read Data and Bit Flip Register 7
MTU_MC79_RDBFL8 0xF0065F70          MC 79 Read Data and Bit Flip Register 8
MTU_MC79_RDBFL9 0xF0065F72          MC 79 Read Data and Bit Flip Register 9
MTU_MC79_RDBFL10 0xF0065F74          MC 79 Read Data and Bit Flip Register 10
MTU_MC79_RDBFL11 0xF0065F76          MC 79 Read Data and Bit Flip Register 11
MTU_MC79_RDBFL12 0xF0065F78          MC 79 Read Data and Bit Flip Register 12
MTU_MC79_RDBFL13 0xF0065F7A          MC 79 Read Data and Bit Flip Register 13
MTU_MC79_RDBFL14 0xF0065F7C          MC 79 Read Data and Bit Flip Register 14
MTU_MC79_RDBFL15 0xF0065F7E          MC 79 Read Data and Bit Flip Register 15
MTU_MC79_RDBFL16 0xF0065F80          MC 79 Read Data and Bit Flip Register 16
MTU_MC79_RDBFL17 0xF0065F82          MC 79 Read Data and Bit Flip Register 17
MTU_MC79_RDBFL18 0xF0065F84          MC 79 Read Data and Bit Flip Register 18
MTU_MC79_RDBFL19 0xF0065F86          MC 79 Read Data and Bit Flip Register 19
MTU_MC79_RDBFL20 0xF0065F88          MC 79 Read Data and Bit Flip Register 20
MTU_MC79_RDBFL21 0xF0065F8A          MC 79 Read Data and Bit Flip Register 21
MTU_MC79_RDBFL22 0xF0065F8C          MC 79 Read Data and Bit Flip Register 22
MTU_MC79_RDBFL23 0xF0065F8E          MC 79 Read Data and Bit Flip Register 23
MTU_MC79_RDBFL24 0xF0065F90          MC 79 Read Data and Bit Flip Register 24
MTU_MC79_RDBFL25 0xF0065F92          MC 79 Read Data and Bit Flip Register 25
MTU_MC79_RDBFL26 0xF0065F94          MC 79 Read Data and Bit Flip Register 26
MTU_MC79_RDBFL27 0xF0065F96          MC 79 Read Data and Bit Flip Register 27
MTU_MC79_RDBFL28 0xF0065F98          MC 79 Read Data and Bit Flip Register 28
MTU_MC79_RDBFL29 0xF0065F9A          MC 79 Read Data and Bit Flip Register 29
MTU_MC79_RDBFL30 0xF0065F9C          MC 79 Read Data and Bit Flip Register 30
MTU_MC79_RDBFL31 0xF0065F9E          MC 79 Read Data and Bit Flip Register 31
MTU_MC79_RDBFL32 0xF0065FA0          MC 79 Read Data and Bit Flip Register 32
MTU_MC79_RDBFL33 0xF0065FA2          MC 79 Read Data and Bit Flip Register 33
MTU_MC79_RDBFL34 0xF0065FA4          MC 79 Read Data and Bit Flip Register 34
MTU_MC79_RDBFL35 0xF0065FA6          MC 79 Read Data and Bit Flip Register 35
MTU_MC79_RDBFL36 0xF0065FA8          MC 79 Read Data and Bit Flip Register 36
MTU_MC79_RDBFL37 0xF0065FAA          MC 79 Read Data and Bit Flip Register 37
MTU_MC79_RDBFL38 0xF0065FAC          MC 79 Read Data and Bit Flip Register 38
MTU_MC79_RDBFL39 0xF0065FAE          MC 79 Read Data and Bit Flip Register 39
MTU_MC79_RDBFL40 0xF0065FB0          MC 79 Read Data and Bit Flip Register 40
MTU_MC79_RDBFL41 0xF0065FB2          MC 79 Read Data and Bit Flip Register 41
MTU_MC79_RDBFL42 0xF0065FB4          MC 79 Read Data and Bit Flip Register 42
MTU_MC79_RDBFL43 0xF0065FB6          MC 79 Read Data and Bit Flip Register 43
MTU_MC79_RDBFL44 0xF0065FB8          MC 79 Read Data and Bit Flip Register 44
MTU_MC79_RDBFL45 0xF0065FBA          MC 79 Read Data and Bit Flip Register 45
MTU_MC79_RDBFL46 0xF0065FBC          MC 79 Read Data and Bit Flip Register 46
MTU_MC79_RDBFL47 0xF0065FBE          MC 79 Read Data and Bit Flip Register 47
MTU_MC79_RDBFL48 0xF0065FC0          MC 79 Read Data and Bit Flip Register 48
MTU_MC79_RDBFL49 0xF0065FC2          MC 79 Read Data and Bit Flip Register 49
MTU_MC79_RDBFL50 0xF0065FC4          MC 79 Read Data and Bit Flip Register 50
MTU_MC79_RDBFL51 0xF0065FC6          MC 79 Read Data and Bit Flip Register 51
MTU_MC79_RDBFL52 0xF0065FC8          MC 79 Read Data and Bit Flip Register 52
MTU_MC79_RDBFL53 0xF0065FCA          MC 79 Read Data and Bit Flip Register 53
MTU_MC79_RDBFL54 0xF0065FCC          MC 79 Read Data and Bit Flip Register 54
MTU_MC79_RDBFL55 0xF0065FCE          MC 79 Read Data and Bit Flip Register 55
MTU_MC79_RDBFL56 0xF0065FD0          MC 79 Read Data and Bit Flip Register 56
MTU_MC79_RDBFL57 0xF0065FD2          MC 79 Read Data and Bit Flip Register 57
MTU_MC79_RDBFL58 0xF0065FD4          MC 79 Read Data and Bit Flip Register 58
MTU_MC79_RDBFL59 0xF0065FD6          MC 79 Read Data and Bit Flip Register 59
MTU_MC79_RDBFL60 0xF0065FD8          MC 79 Read Data and Bit Flip Register 60
MTU_MC79_RDBFL61 0xF0065FDA          MC 79 Read Data and Bit Flip Register 61
MTU_MC79_RDBFL62 0xF0065FDC          MC 79 Read Data and Bit Flip Register 62
MTU_MC79_RDBFL63 0xF0065FDE          MC 79 Read Data and Bit Flip Register 63
MTU_MC79_RDBFL64 0xF0065FE0          MC 79 Read Data and Bit Flip Register 64
MTU_MC79_RDBFL65 0xF0065FE2          MC 79 Read Data and Bit Flip Register 65
MTU_MC79_RDBFL66 0xF0065FE4          MC 79 Read Data and Bit Flip Register 66
MTU_MC79_ALMSRCS 0xF0065FEE          MC 79 Alarm Sources Configuration Register
MTU_MC79_FAULTSTS 0xF0065FF0          MC 79 SSH Safety Faults Status Register
MTU_MC79_ERRINFO0 0xF0065FF2          MC 79 Error Information Register 0
MTU_MC79_ERRINFO1 0xF0065FF4          MC 79 Error Information Register 1
MTU_MC79_ERRINFO2 0xF0065FF6          MC 79 Error Information Register 2
MTU_MC79_ERRINFO3 0xF0065FF8          MC 79 Error Information Register 3
MTU_MC79_ERRINFO4 0xF0065FFA          MC 79 Error Information Register 4
MTU_MC80_CONFIG0 0xF0066000          MC 80 Configuration Register 0
MTU_MC80_CONFIG1 0xF0066002          MC 80 Configuration Register 1
MTU_MC80_MCONTROL 0xF0066004          MC 80 MBIST Control Register
MTU_MC80_MSTATUS 0xF0066006          MC 80 Status Register
MTU_MC80_RANGE  0xF0066008          MC 80 Range Register, single address mode
MTU_MC80_REVID  0xF006600C          MC 80 Revision ID Register
MTU_MC80_ECCS   0xF006600E          MC 80 ECC Safety Register
MTU_MC80_ECCD   0xF0066010          MC 80 Memory ECC Detection Register
MTU_MC80_ETRR0  0xF0066012          MC 80 Error Tracking Register 0
MTU_MC80_ETRR1  0xF0066014          MC 80 Error Tracking Register 1
MTU_MC80_ETRR2  0xF0066016          MC 80 Error Tracking Register 2
MTU_MC80_ETRR3  0xF0066018          MC 80 Error Tracking Register 3
MTU_MC80_ETRR4  0xF006601A          MC 80 Error Tracking Register 4
MTU_MC80_RDBFL0 0xF0066060          MC 80 Read Data and Bit Flip Register 0
MTU_MC80_RDBFL1 0xF0066062          MC 80 Read Data and Bit Flip Register 1
MTU_MC80_RDBFL2 0xF0066064          MC 80 Read Data and Bit Flip Register 2
MTU_MC80_RDBFL3 0xF0066066          MC 80 Read Data and Bit Flip Register 3
MTU_MC80_RDBFL4 0xF0066068          MC 80 Read Data and Bit Flip Register 4
MTU_MC80_RDBFL5 0xF006606A          MC 80 Read Data and Bit Flip Register 5
MTU_MC80_RDBFL6 0xF006606C          MC 80 Read Data and Bit Flip Register 6
MTU_MC80_RDBFL7 0xF006606E          MC 80 Read Data and Bit Flip Register 7
MTU_MC80_RDBFL8 0xF0066070          MC 80 Read Data and Bit Flip Register 8
MTU_MC80_RDBFL9 0xF0066072          MC 80 Read Data and Bit Flip Register 9
MTU_MC80_RDBFL10 0xF0066074          MC 80 Read Data and Bit Flip Register 10
MTU_MC80_RDBFL11 0xF0066076          MC 80 Read Data and Bit Flip Register 11
MTU_MC80_RDBFL12 0xF0066078          MC 80 Read Data and Bit Flip Register 12
MTU_MC80_RDBFL13 0xF006607A          MC 80 Read Data and Bit Flip Register 13
MTU_MC80_RDBFL14 0xF006607C          MC 80 Read Data and Bit Flip Register 14
MTU_MC80_RDBFL15 0xF006607E          MC 80 Read Data and Bit Flip Register 15
MTU_MC80_RDBFL16 0xF0066080          MC 80 Read Data and Bit Flip Register 16
MTU_MC80_RDBFL17 0xF0066082          MC 80 Read Data and Bit Flip Register 17
MTU_MC80_RDBFL18 0xF0066084          MC 80 Read Data and Bit Flip Register 18
MTU_MC80_RDBFL19 0xF0066086          MC 80 Read Data and Bit Flip Register 19
MTU_MC80_RDBFL20 0xF0066088          MC 80 Read Data and Bit Flip Register 20
MTU_MC80_RDBFL21 0xF006608A          MC 80 Read Data and Bit Flip Register 21
MTU_MC80_RDBFL22 0xF006608C          MC 80 Read Data and Bit Flip Register 22
MTU_MC80_RDBFL23 0xF006608E          MC 80 Read Data and Bit Flip Register 23
MTU_MC80_RDBFL24 0xF0066090          MC 80 Read Data and Bit Flip Register 24
MTU_MC80_RDBFL25 0xF0066092          MC 80 Read Data and Bit Flip Register 25
MTU_MC80_RDBFL26 0xF0066094          MC 80 Read Data and Bit Flip Register 26
MTU_MC80_RDBFL27 0xF0066096          MC 80 Read Data and Bit Flip Register 27
MTU_MC80_RDBFL28 0xF0066098          MC 80 Read Data and Bit Flip Register 28
MTU_MC80_RDBFL29 0xF006609A          MC 80 Read Data and Bit Flip Register 29
MTU_MC80_RDBFL30 0xF006609C          MC 80 Read Data and Bit Flip Register 30
MTU_MC80_RDBFL31 0xF006609E          MC 80 Read Data and Bit Flip Register 31
MTU_MC80_RDBFL32 0xF00660A0          MC 80 Read Data and Bit Flip Register 32
MTU_MC80_RDBFL33 0xF00660A2          MC 80 Read Data and Bit Flip Register 33
MTU_MC80_RDBFL34 0xF00660A4          MC 80 Read Data and Bit Flip Register 34
MTU_MC80_RDBFL35 0xF00660A6          MC 80 Read Data and Bit Flip Register 35
MTU_MC80_RDBFL36 0xF00660A8          MC 80 Read Data and Bit Flip Register 36
MTU_MC80_RDBFL37 0xF00660AA          MC 80 Read Data and Bit Flip Register 37
MTU_MC80_RDBFL38 0xF00660AC          MC 80 Read Data and Bit Flip Register 38
MTU_MC80_RDBFL39 0xF00660AE          MC 80 Read Data and Bit Flip Register 39
MTU_MC80_RDBFL40 0xF00660B0          MC 80 Read Data and Bit Flip Register 40
MTU_MC80_RDBFL41 0xF00660B2          MC 80 Read Data and Bit Flip Register 41
MTU_MC80_RDBFL42 0xF00660B4          MC 80 Read Data and Bit Flip Register 42
MTU_MC80_RDBFL43 0xF00660B6          MC 80 Read Data and Bit Flip Register 43
MTU_MC80_RDBFL44 0xF00660B8          MC 80 Read Data and Bit Flip Register 44
MTU_MC80_RDBFL45 0xF00660BA          MC 80 Read Data and Bit Flip Register 45
MTU_MC80_RDBFL46 0xF00660BC          MC 80 Read Data and Bit Flip Register 46
MTU_MC80_RDBFL47 0xF00660BE          MC 80 Read Data and Bit Flip Register 47
MTU_MC80_RDBFL48 0xF00660C0          MC 80 Read Data and Bit Flip Register 48
MTU_MC80_RDBFL49 0xF00660C2          MC 80 Read Data and Bit Flip Register 49
MTU_MC80_RDBFL50 0xF00660C4          MC 80 Read Data and Bit Flip Register 50
MTU_MC80_RDBFL51 0xF00660C6          MC 80 Read Data and Bit Flip Register 51
MTU_MC80_RDBFL52 0xF00660C8          MC 80 Read Data and Bit Flip Register 52
MTU_MC80_RDBFL53 0xF00660CA          MC 80 Read Data and Bit Flip Register 53
MTU_MC80_RDBFL54 0xF00660CC          MC 80 Read Data and Bit Flip Register 54
MTU_MC80_RDBFL55 0xF00660CE          MC 80 Read Data and Bit Flip Register 55
MTU_MC80_RDBFL56 0xF00660D0          MC 80 Read Data and Bit Flip Register 56
MTU_MC80_RDBFL57 0xF00660D2          MC 80 Read Data and Bit Flip Register 57
MTU_MC80_RDBFL58 0xF00660D4          MC 80 Read Data and Bit Flip Register 58
MTU_MC80_RDBFL59 0xF00660D6          MC 80 Read Data and Bit Flip Register 59
MTU_MC80_RDBFL60 0xF00660D8          MC 80 Read Data and Bit Flip Register 60
MTU_MC80_RDBFL61 0xF00660DA          MC 80 Read Data and Bit Flip Register 61
MTU_MC80_RDBFL62 0xF00660DC          MC 80 Read Data and Bit Flip Register 62
MTU_MC80_RDBFL63 0xF00660DE          MC 80 Read Data and Bit Flip Register 63
MTU_MC80_RDBFL64 0xF00660E0          MC 80 Read Data and Bit Flip Register 64
MTU_MC80_RDBFL65 0xF00660E2          MC 80 Read Data and Bit Flip Register 65
MTU_MC80_RDBFL66 0xF00660E4          MC 80 Read Data and Bit Flip Register 66
MTU_MC80_ALMSRCS 0xF00660EE          MC 80 Alarm Sources Configuration Register
MTU_MC80_FAULTSTS 0xF00660F0          MC 80 SSH Safety Faults Status Register
MTU_MC80_ERRINFO0 0xF00660F2          MC 80 Error Information Register 0
MTU_MC80_ERRINFO1 0xF00660F4          MC 80 Error Information Register 1
MTU_MC80_ERRINFO2 0xF00660F6          MC 80 Error Information Register 2
MTU_MC80_ERRINFO3 0xF00660F8          MC 80 Error Information Register 3
MTU_MC80_ERRINFO4 0xF00660FA          MC 80 Error Information Register 4
MTU_MC81_CONFIG0 0xF0066100          MC 81 Configuration Register 0
MTU_MC81_CONFIG1 0xF0066102          MC 81 Configuration Register 1
MTU_MC81_MCONTROL 0xF0066104          MC 81 MBIST Control Register
MTU_MC81_MSTATUS 0xF0066106          MC 81 Status Register
MTU_MC81_RANGE  0xF0066108          MC 81 Range Register, single address mode
MTU_MC81_REVID  0xF006610C          MC 81 Revision ID Register
MTU_MC81_ECCS   0xF006610E          MC 81 ECC Safety Register
MTU_MC81_ECCD   0xF0066110          MC 81 Memory ECC Detection Register
MTU_MC81_ETRR0  0xF0066112          MC 81 Error Tracking Register 0
MTU_MC81_ETRR1  0xF0066114          MC 81 Error Tracking Register 1
MTU_MC81_ETRR2  0xF0066116          MC 81 Error Tracking Register 2
MTU_MC81_ETRR3  0xF0066118          MC 81 Error Tracking Register 3
MTU_MC81_ETRR4  0xF006611A          MC 81 Error Tracking Register 4
MTU_MC81_RDBFL0 0xF0066160          MC 81 Read Data and Bit Flip Register 0
MTU_MC81_RDBFL1 0xF0066162          MC 81 Read Data and Bit Flip Register 1
MTU_MC81_RDBFL2 0xF0066164          MC 81 Read Data and Bit Flip Register 2
MTU_MC81_RDBFL3 0xF0066166          MC 81 Read Data and Bit Flip Register 3
MTU_MC81_RDBFL4 0xF0066168          MC 81 Read Data and Bit Flip Register 4
MTU_MC81_RDBFL5 0xF006616A          MC 81 Read Data and Bit Flip Register 5
MTU_MC81_RDBFL6 0xF006616C          MC 81 Read Data and Bit Flip Register 6
MTU_MC81_RDBFL7 0xF006616E          MC 81 Read Data and Bit Flip Register 7
MTU_MC81_RDBFL8 0xF0066170          MC 81 Read Data and Bit Flip Register 8
MTU_MC81_RDBFL9 0xF0066172          MC 81 Read Data and Bit Flip Register 9
MTU_MC81_RDBFL10 0xF0066174          MC 81 Read Data and Bit Flip Register 10
MTU_MC81_RDBFL11 0xF0066176          MC 81 Read Data and Bit Flip Register 11
MTU_MC81_RDBFL12 0xF0066178          MC 81 Read Data and Bit Flip Register 12
MTU_MC81_RDBFL13 0xF006617A          MC 81 Read Data and Bit Flip Register 13
MTU_MC81_RDBFL14 0xF006617C          MC 81 Read Data and Bit Flip Register 14
MTU_MC81_RDBFL15 0xF006617E          MC 81 Read Data and Bit Flip Register 15
MTU_MC81_RDBFL16 0xF0066180          MC 81 Read Data and Bit Flip Register 16
MTU_MC81_RDBFL17 0xF0066182          MC 81 Read Data and Bit Flip Register 17
MTU_MC81_RDBFL18 0xF0066184          MC 81 Read Data and Bit Flip Register 18
MTU_MC81_RDBFL19 0xF0066186          MC 81 Read Data and Bit Flip Register 19
MTU_MC81_RDBFL20 0xF0066188          MC 81 Read Data and Bit Flip Register 20
MTU_MC81_RDBFL21 0xF006618A          MC 81 Read Data and Bit Flip Register 21
MTU_MC81_RDBFL22 0xF006618C          MC 81 Read Data and Bit Flip Register 22
MTU_MC81_RDBFL23 0xF006618E          MC 81 Read Data and Bit Flip Register 23
MTU_MC81_RDBFL24 0xF0066190          MC 81 Read Data and Bit Flip Register 24
MTU_MC81_RDBFL25 0xF0066192          MC 81 Read Data and Bit Flip Register 25
MTU_MC81_RDBFL26 0xF0066194          MC 81 Read Data and Bit Flip Register 26
MTU_MC81_RDBFL27 0xF0066196          MC 81 Read Data and Bit Flip Register 27
MTU_MC81_RDBFL28 0xF0066198          MC 81 Read Data and Bit Flip Register 28
MTU_MC81_RDBFL29 0xF006619A          MC 81 Read Data and Bit Flip Register 29
MTU_MC81_RDBFL30 0xF006619C          MC 81 Read Data and Bit Flip Register 30
MTU_MC81_RDBFL31 0xF006619E          MC 81 Read Data and Bit Flip Register 31
MTU_MC81_RDBFL32 0xF00661A0          MC 81 Read Data and Bit Flip Register 32
MTU_MC81_RDBFL33 0xF00661A2          MC 81 Read Data and Bit Flip Register 33
MTU_MC81_RDBFL34 0xF00661A4          MC 81 Read Data and Bit Flip Register 34
MTU_MC81_RDBFL35 0xF00661A6          MC 81 Read Data and Bit Flip Register 35
MTU_MC81_RDBFL36 0xF00661A8          MC 81 Read Data and Bit Flip Register 36
MTU_MC81_RDBFL37 0xF00661AA          MC 81 Read Data and Bit Flip Register 37
MTU_MC81_RDBFL38 0xF00661AC          MC 81 Read Data and Bit Flip Register 38
MTU_MC81_RDBFL39 0xF00661AE          MC 81 Read Data and Bit Flip Register 39
MTU_MC81_RDBFL40 0xF00661B0          MC 81 Read Data and Bit Flip Register 40
MTU_MC81_RDBFL41 0xF00661B2          MC 81 Read Data and Bit Flip Register 41
MTU_MC81_RDBFL42 0xF00661B4          MC 81 Read Data and Bit Flip Register 42
MTU_MC81_RDBFL43 0xF00661B6          MC 81 Read Data and Bit Flip Register 43
MTU_MC81_RDBFL44 0xF00661B8          MC 81 Read Data and Bit Flip Register 44
MTU_MC81_RDBFL45 0xF00661BA          MC 81 Read Data and Bit Flip Register 45
MTU_MC81_RDBFL46 0xF00661BC          MC 81 Read Data and Bit Flip Register 46
MTU_MC81_RDBFL47 0xF00661BE          MC 81 Read Data and Bit Flip Register 47
MTU_MC81_RDBFL48 0xF00661C0          MC 81 Read Data and Bit Flip Register 48
MTU_MC81_RDBFL49 0xF00661C2          MC 81 Read Data and Bit Flip Register 49
MTU_MC81_RDBFL50 0xF00661C4          MC 81 Read Data and Bit Flip Register 50
MTU_MC81_RDBFL51 0xF00661C6          MC 81 Read Data and Bit Flip Register 51
MTU_MC81_RDBFL52 0xF00661C8          MC 81 Read Data and Bit Flip Register 52
MTU_MC81_RDBFL53 0xF00661CA          MC 81 Read Data and Bit Flip Register 53
MTU_MC81_RDBFL54 0xF00661CC          MC 81 Read Data and Bit Flip Register 54
MTU_MC81_RDBFL55 0xF00661CE          MC 81 Read Data and Bit Flip Register 55
MTU_MC81_RDBFL56 0xF00661D0          MC 81 Read Data and Bit Flip Register 56
MTU_MC81_RDBFL57 0xF00661D2          MC 81 Read Data and Bit Flip Register 57
MTU_MC81_RDBFL58 0xF00661D4          MC 81 Read Data and Bit Flip Register 58
MTU_MC81_RDBFL59 0xF00661D6          MC 81 Read Data and Bit Flip Register 59
MTU_MC81_RDBFL60 0xF00661D8          MC 81 Read Data and Bit Flip Register 60
MTU_MC81_RDBFL61 0xF00661DA          MC 81 Read Data and Bit Flip Register 61
MTU_MC81_RDBFL62 0xF00661DC          MC 81 Read Data and Bit Flip Register 62
MTU_MC81_RDBFL63 0xF00661DE          MC 81 Read Data and Bit Flip Register 63
MTU_MC81_RDBFL64 0xF00661E0          MC 81 Read Data and Bit Flip Register 64
MTU_MC81_RDBFL65 0xF00661E2          MC 81 Read Data and Bit Flip Register 65
MTU_MC81_RDBFL66 0xF00661E4          MC 81 Read Data and Bit Flip Register 66
MTU_MC81_ALMSRCS 0xF00661EE          MC 81 Alarm Sources Configuration Register
MTU_MC81_FAULTSTS 0xF00661F0          MC 81 SSH Safety Faults Status Register
MTU_MC81_ERRINFO0 0xF00661F2          MC 81 Error Information Register 0
MTU_MC81_ERRINFO1 0xF00661F4          MC 81 Error Information Register 1
MTU_MC81_ERRINFO2 0xF00661F6          MC 81 Error Information Register 2
MTU_MC81_ERRINFO3 0xF00661F8          MC 81 Error Information Register 3
MTU_MC81_ERRINFO4 0xF00661FA          MC 81 Error Information Register 4
MTU_MC82_CONFIG0 0xF0066200          MC 82 Configuration Register 0
MTU_MC82_CONFIG1 0xF0066202          MC 82 Configuration Register 1
MTU_MC82_MCONTROL 0xF0066204          MC 82 MBIST Control Register
MTU_MC82_MSTATUS 0xF0066206          MC 82 Status Register
MTU_MC82_RANGE  0xF0066208          MC 82 Range Register, single address mode
MTU_MC82_REVID  0xF006620C          MC 82 Revision ID Register
MTU_MC82_ECCS   0xF006620E          MC 82 ECC Safety Register
MTU_MC82_ECCD   0xF0066210          MC 82 Memory ECC Detection Register
MTU_MC82_ETRR0  0xF0066212          MC 82 Error Tracking Register 0
MTU_MC82_ETRR1  0xF0066214          MC 82 Error Tracking Register 1
MTU_MC82_ETRR2  0xF0066216          MC 82 Error Tracking Register 2
MTU_MC82_ETRR3  0xF0066218          MC 82 Error Tracking Register 3
MTU_MC82_ETRR4  0xF006621A          MC 82 Error Tracking Register 4
MTU_MC82_RDBFL0 0xF0066260          MC 82 Read Data and Bit Flip Register 0
MTU_MC82_RDBFL1 0xF0066262          MC 82 Read Data and Bit Flip Register 1
MTU_MC82_RDBFL2 0xF0066264          MC 82 Read Data and Bit Flip Register 2
MTU_MC82_RDBFL3 0xF0066266          MC 82 Read Data and Bit Flip Register 3
MTU_MC82_RDBFL4 0xF0066268          MC 82 Read Data and Bit Flip Register 4
MTU_MC82_RDBFL5 0xF006626A          MC 82 Read Data and Bit Flip Register 5
MTU_MC82_RDBFL6 0xF006626C          MC 82 Read Data and Bit Flip Register 6
MTU_MC82_RDBFL7 0xF006626E          MC 82 Read Data and Bit Flip Register 7
MTU_MC82_RDBFL8 0xF0066270          MC 82 Read Data and Bit Flip Register 8
MTU_MC82_RDBFL9 0xF0066272          MC 82 Read Data and Bit Flip Register 9
MTU_MC82_RDBFL10 0xF0066274          MC 82 Read Data and Bit Flip Register 10
MTU_MC82_RDBFL11 0xF0066276          MC 82 Read Data and Bit Flip Register 11
MTU_MC82_RDBFL12 0xF0066278          MC 82 Read Data and Bit Flip Register 12
MTU_MC82_RDBFL13 0xF006627A          MC 82 Read Data and Bit Flip Register 13
MTU_MC82_RDBFL14 0xF006627C          MC 82 Read Data and Bit Flip Register 14
MTU_MC82_RDBFL15 0xF006627E          MC 82 Read Data and Bit Flip Register 15
MTU_MC82_RDBFL16 0xF0066280          MC 82 Read Data and Bit Flip Register 16
MTU_MC82_RDBFL17 0xF0066282          MC 82 Read Data and Bit Flip Register 17
MTU_MC82_RDBFL18 0xF0066284          MC 82 Read Data and Bit Flip Register 18
MTU_MC82_RDBFL19 0xF0066286          MC 82 Read Data and Bit Flip Register 19
MTU_MC82_RDBFL20 0xF0066288          MC 82 Read Data and Bit Flip Register 20
MTU_MC82_RDBFL21 0xF006628A          MC 82 Read Data and Bit Flip Register 21
MTU_MC82_RDBFL22 0xF006628C          MC 82 Read Data and Bit Flip Register 22
MTU_MC82_RDBFL23 0xF006628E          MC 82 Read Data and Bit Flip Register 23
MTU_MC82_RDBFL24 0xF0066290          MC 82 Read Data and Bit Flip Register 24
MTU_MC82_RDBFL25 0xF0066292          MC 82 Read Data and Bit Flip Register 25
MTU_MC82_RDBFL26 0xF0066294          MC 82 Read Data and Bit Flip Register 26
MTU_MC82_RDBFL27 0xF0066296          MC 82 Read Data and Bit Flip Register 27
MTU_MC82_RDBFL28 0xF0066298          MC 82 Read Data and Bit Flip Register 28
MTU_MC82_RDBFL29 0xF006629A          MC 82 Read Data and Bit Flip Register 29
MTU_MC82_RDBFL30 0xF006629C          MC 82 Read Data and Bit Flip Register 30
MTU_MC82_RDBFL31 0xF006629E          MC 82 Read Data and Bit Flip Register 31
MTU_MC82_RDBFL32 0xF00662A0          MC 82 Read Data and Bit Flip Register 32
MTU_MC82_RDBFL33 0xF00662A2          MC 82 Read Data and Bit Flip Register 33
MTU_MC82_RDBFL34 0xF00662A4          MC 82 Read Data and Bit Flip Register 34
MTU_MC82_RDBFL35 0xF00662A6          MC 82 Read Data and Bit Flip Register 35
MTU_MC82_RDBFL36 0xF00662A8          MC 82 Read Data and Bit Flip Register 36
MTU_MC82_RDBFL37 0xF00662AA          MC 82 Read Data and Bit Flip Register 37
MTU_MC82_RDBFL38 0xF00662AC          MC 82 Read Data and Bit Flip Register 38
MTU_MC82_RDBFL39 0xF00662AE          MC 82 Read Data and Bit Flip Register 39
MTU_MC82_RDBFL40 0xF00662B0          MC 82 Read Data and Bit Flip Register 40
MTU_MC82_RDBFL41 0xF00662B2          MC 82 Read Data and Bit Flip Register 41
MTU_MC82_RDBFL42 0xF00662B4          MC 82 Read Data and Bit Flip Register 42
MTU_MC82_RDBFL43 0xF00662B6          MC 82 Read Data and Bit Flip Register 43
MTU_MC82_RDBFL44 0xF00662B8          MC 82 Read Data and Bit Flip Register 44
MTU_MC82_RDBFL45 0xF00662BA          MC 82 Read Data and Bit Flip Register 45
MTU_MC82_RDBFL46 0xF00662BC          MC 82 Read Data and Bit Flip Register 46
MTU_MC82_RDBFL47 0xF00662BE          MC 82 Read Data and Bit Flip Register 47
MTU_MC82_RDBFL48 0xF00662C0          MC 82 Read Data and Bit Flip Register 48
MTU_MC82_RDBFL49 0xF00662C2          MC 82 Read Data and Bit Flip Register 49
MTU_MC82_RDBFL50 0xF00662C4          MC 82 Read Data and Bit Flip Register 50
MTU_MC82_RDBFL51 0xF00662C6          MC 82 Read Data and Bit Flip Register 51
MTU_MC82_RDBFL52 0xF00662C8          MC 82 Read Data and Bit Flip Register 52
MTU_MC82_RDBFL53 0xF00662CA          MC 82 Read Data and Bit Flip Register 53
MTU_MC82_RDBFL54 0xF00662CC          MC 82 Read Data and Bit Flip Register 54
MTU_MC82_RDBFL55 0xF00662CE          MC 82 Read Data and Bit Flip Register 55
MTU_MC82_RDBFL56 0xF00662D0          MC 82 Read Data and Bit Flip Register 56
MTU_MC82_RDBFL57 0xF00662D2          MC 82 Read Data and Bit Flip Register 57
MTU_MC82_RDBFL58 0xF00662D4          MC 82 Read Data and Bit Flip Register 58
MTU_MC82_RDBFL59 0xF00662D6          MC 82 Read Data and Bit Flip Register 59
MTU_MC82_RDBFL60 0xF00662D8          MC 82 Read Data and Bit Flip Register 60
MTU_MC82_RDBFL61 0xF00662DA          MC 82 Read Data and Bit Flip Register 61
MTU_MC82_RDBFL62 0xF00662DC          MC 82 Read Data and Bit Flip Register 62
MTU_MC82_RDBFL63 0xF00662DE          MC 82 Read Data and Bit Flip Register 63
MTU_MC82_RDBFL64 0xF00662E0          MC 82 Read Data and Bit Flip Register 64
MTU_MC82_RDBFL65 0xF00662E2          MC 82 Read Data and Bit Flip Register 65
MTU_MC82_RDBFL66 0xF00662E4          MC 82 Read Data and Bit Flip Register 66
MTU_MC82_ALMSRCS 0xF00662EE          MC 82 Alarm Sources Configuration Register
MTU_MC82_FAULTSTS 0xF00662F0          MC 82 SSH Safety Faults Status Register
MTU_MC82_ERRINFO0 0xF00662F2          MC 82 Error Information Register 0
MTU_MC82_ERRINFO1 0xF00662F4          MC 82 Error Information Register 1
MTU_MC82_ERRINFO2 0xF00662F6          MC 82 Error Information Register 2
MTU_MC82_ERRINFO3 0xF00662F8          MC 82 Error Information Register 3
MTU_MC82_ERRINFO4 0xF00662FA          MC 82 Error Information Register 4
MTU_MC83_CONFIG0 0xF0066300          MC 83 Configuration Register 0
MTU_MC83_CONFIG1 0xF0066302          MC 83 Configuration Register 1
MTU_MC83_MCONTROL 0xF0066304          MC 83 MBIST Control Register
MTU_MC83_MSTATUS 0xF0066306          MC 83 Status Register
MTU_MC83_RANGE  0xF0066308          MC 83 Range Register, single address mode
MTU_MC83_REVID  0xF006630C          MC 83 Revision ID Register
MTU_MC83_ECCS   0xF006630E          MC 83 ECC Safety Register
MTU_MC83_ECCD   0xF0066310          MC 83 Memory ECC Detection Register
MTU_MC83_ETRR0  0xF0066312          MC 83 Error Tracking Register 0
MTU_MC83_ETRR1  0xF0066314          MC 83 Error Tracking Register 1
MTU_MC83_ETRR2  0xF0066316          MC 83 Error Tracking Register 2
MTU_MC83_ETRR3  0xF0066318          MC 83 Error Tracking Register 3
MTU_MC83_ETRR4  0xF006631A          MC 83 Error Tracking Register 4
MTU_MC83_RDBFL0 0xF0066360          MC 83 Read Data and Bit Flip Register 0
MTU_MC83_RDBFL1 0xF0066362          MC 83 Read Data and Bit Flip Register 1
MTU_MC83_RDBFL2 0xF0066364          MC 83 Read Data and Bit Flip Register 2
MTU_MC83_RDBFL3 0xF0066366          MC 83 Read Data and Bit Flip Register 3
MTU_MC83_RDBFL4 0xF0066368          MC 83 Read Data and Bit Flip Register 4
MTU_MC83_RDBFL5 0xF006636A          MC 83 Read Data and Bit Flip Register 5
MTU_MC83_RDBFL6 0xF006636C          MC 83 Read Data and Bit Flip Register 6
MTU_MC83_RDBFL7 0xF006636E          MC 83 Read Data and Bit Flip Register 7
MTU_MC83_RDBFL8 0xF0066370          MC 83 Read Data and Bit Flip Register 8
MTU_MC83_RDBFL9 0xF0066372          MC 83 Read Data and Bit Flip Register 9
MTU_MC83_RDBFL10 0xF0066374          MC 83 Read Data and Bit Flip Register 10
MTU_MC83_RDBFL11 0xF0066376          MC 83 Read Data and Bit Flip Register 11
MTU_MC83_RDBFL12 0xF0066378          MC 83 Read Data and Bit Flip Register 12
MTU_MC83_RDBFL13 0xF006637A          MC 83 Read Data and Bit Flip Register 13
MTU_MC83_RDBFL14 0xF006637C          MC 83 Read Data and Bit Flip Register 14
MTU_MC83_RDBFL15 0xF006637E          MC 83 Read Data and Bit Flip Register 15
MTU_MC83_RDBFL16 0xF0066380          MC 83 Read Data and Bit Flip Register 16
MTU_MC83_RDBFL17 0xF0066382          MC 83 Read Data and Bit Flip Register 17
MTU_MC83_RDBFL18 0xF0066384          MC 83 Read Data and Bit Flip Register 18
MTU_MC83_RDBFL19 0xF0066386          MC 83 Read Data and Bit Flip Register 19
MTU_MC83_RDBFL20 0xF0066388          MC 83 Read Data and Bit Flip Register 20
MTU_MC83_RDBFL21 0xF006638A          MC 83 Read Data and Bit Flip Register 21
MTU_MC83_RDBFL22 0xF006638C          MC 83 Read Data and Bit Flip Register 22
MTU_MC83_RDBFL23 0xF006638E          MC 83 Read Data and Bit Flip Register 23
MTU_MC83_RDBFL24 0xF0066390          MC 83 Read Data and Bit Flip Register 24
MTU_MC83_RDBFL25 0xF0066392          MC 83 Read Data and Bit Flip Register 25
MTU_MC83_RDBFL26 0xF0066394          MC 83 Read Data and Bit Flip Register 26
MTU_MC83_RDBFL27 0xF0066396          MC 83 Read Data and Bit Flip Register 27
MTU_MC83_RDBFL28 0xF0066398          MC 83 Read Data and Bit Flip Register 28
MTU_MC83_RDBFL29 0xF006639A          MC 83 Read Data and Bit Flip Register 29
MTU_MC83_RDBFL30 0xF006639C          MC 83 Read Data and Bit Flip Register 30
MTU_MC83_RDBFL31 0xF006639E          MC 83 Read Data and Bit Flip Register 31
MTU_MC83_RDBFL32 0xF00663A0          MC 83 Read Data and Bit Flip Register 32
MTU_MC83_RDBFL33 0xF00663A2          MC 83 Read Data and Bit Flip Register 33
MTU_MC83_RDBFL34 0xF00663A4          MC 83 Read Data and Bit Flip Register 34
MTU_MC83_RDBFL35 0xF00663A6          MC 83 Read Data and Bit Flip Register 35
MTU_MC83_RDBFL36 0xF00663A8          MC 83 Read Data and Bit Flip Register 36
MTU_MC83_RDBFL37 0xF00663AA          MC 83 Read Data and Bit Flip Register 37
MTU_MC83_RDBFL38 0xF00663AC          MC 83 Read Data and Bit Flip Register 38
MTU_MC83_RDBFL39 0xF00663AE          MC 83 Read Data and Bit Flip Register 39
MTU_MC83_RDBFL40 0xF00663B0          MC 83 Read Data and Bit Flip Register 40
MTU_MC83_RDBFL41 0xF00663B2          MC 83 Read Data and Bit Flip Register 41
MTU_MC83_RDBFL42 0xF00663B4          MC 83 Read Data and Bit Flip Register 42
MTU_MC83_RDBFL43 0xF00663B6          MC 83 Read Data and Bit Flip Register 43
MTU_MC83_RDBFL44 0xF00663B8          MC 83 Read Data and Bit Flip Register 44
MTU_MC83_RDBFL45 0xF00663BA          MC 83 Read Data and Bit Flip Register 45
MTU_MC83_RDBFL46 0xF00663BC          MC 83 Read Data and Bit Flip Register 46
MTU_MC83_RDBFL47 0xF00663BE          MC 83 Read Data and Bit Flip Register 47
MTU_MC83_RDBFL48 0xF00663C0          MC 83 Read Data and Bit Flip Register 48
MTU_MC83_RDBFL49 0xF00663C2          MC 83 Read Data and Bit Flip Register 49
MTU_MC83_RDBFL50 0xF00663C4          MC 83 Read Data and Bit Flip Register 50
MTU_MC83_RDBFL51 0xF00663C6          MC 83 Read Data and Bit Flip Register 51
MTU_MC83_RDBFL52 0xF00663C8          MC 83 Read Data and Bit Flip Register 52
MTU_MC83_RDBFL53 0xF00663CA          MC 83 Read Data and Bit Flip Register 53
MTU_MC83_RDBFL54 0xF00663CC          MC 83 Read Data and Bit Flip Register 54
MTU_MC83_RDBFL55 0xF00663CE          MC 83 Read Data and Bit Flip Register 55
MTU_MC83_RDBFL56 0xF00663D0          MC 83 Read Data and Bit Flip Register 56
MTU_MC83_RDBFL57 0xF00663D2          MC 83 Read Data and Bit Flip Register 57
MTU_MC83_RDBFL58 0xF00663D4          MC 83 Read Data and Bit Flip Register 58
MTU_MC83_RDBFL59 0xF00663D6          MC 83 Read Data and Bit Flip Register 59
MTU_MC83_RDBFL60 0xF00663D8          MC 83 Read Data and Bit Flip Register 60
MTU_MC83_RDBFL61 0xF00663DA          MC 83 Read Data and Bit Flip Register 61
MTU_MC83_RDBFL62 0xF00663DC          MC 83 Read Data and Bit Flip Register 62
MTU_MC83_RDBFL63 0xF00663DE          MC 83 Read Data and Bit Flip Register 63
MTU_MC83_RDBFL64 0xF00663E0          MC 83 Read Data and Bit Flip Register 64
MTU_MC83_RDBFL65 0xF00663E2          MC 83 Read Data and Bit Flip Register 65
MTU_MC83_RDBFL66 0xF00663E4          MC 83 Read Data and Bit Flip Register 66
MTU_MC83_ALMSRCS 0xF00663EE          MC 83 Alarm Sources Configuration Register
MTU_MC83_FAULTSTS 0xF00663F0          MC 83 SSH Safety Faults Status Register
MTU_MC83_ERRINFO0 0xF00663F2          MC 83 Error Information Register 0
MTU_MC83_ERRINFO1 0xF00663F4          MC 83 Error Information Register 1
MTU_MC83_ERRINFO2 0xF00663F6          MC 83 Error Information Register 2
MTU_MC83_ERRINFO3 0xF00663F8          MC 83 Error Information Register 3
MTU_MC83_ERRINFO4 0xF00663FA          MC 83 Error Information Register 4
MTU_MC84_CONFIG0 0xF0066400          MC 84 Configuration Register 0
MTU_MC84_CONFIG1 0xF0066402          MC 84 Configuration Register 1
MTU_MC84_MCONTROL 0xF0066404          MC 84 MBIST Control Register
MTU_MC84_MSTATUS 0xF0066406          MC 84 Status Register
MTU_MC84_RANGE  0xF0066408          MC 84 Range Register, single address mode
MTU_MC84_REVID  0xF006640C          MC 84 Revision ID Register
MTU_MC84_ECCS   0xF006640E          MC 84 ECC Safety Register
MTU_MC84_ECCD   0xF0066410          MC 84 Memory ECC Detection Register
MTU_MC84_ETRR0  0xF0066412          MC 84 Error Tracking Register 0
MTU_MC84_ETRR1  0xF0066414          MC 84 Error Tracking Register 1
MTU_MC84_ETRR2  0xF0066416          MC 84 Error Tracking Register 2
MTU_MC84_ETRR3  0xF0066418          MC 84 Error Tracking Register 3
MTU_MC84_ETRR4  0xF006641A          MC 84 Error Tracking Register 4
MTU_MC84_RDBFL0 0xF0066460          MC 84 Read Data and Bit Flip Register 0
MTU_MC84_RDBFL1 0xF0066462          MC 84 Read Data and Bit Flip Register 1
MTU_MC84_RDBFL2 0xF0066464          MC 84 Read Data and Bit Flip Register 2
MTU_MC84_RDBFL3 0xF0066466          MC 84 Read Data and Bit Flip Register 3
MTU_MC84_RDBFL4 0xF0066468          MC 84 Read Data and Bit Flip Register 4
MTU_MC84_RDBFL5 0xF006646A          MC 84 Read Data and Bit Flip Register 5
MTU_MC84_RDBFL6 0xF006646C          MC 84 Read Data and Bit Flip Register 6
MTU_MC84_RDBFL7 0xF006646E          MC 84 Read Data and Bit Flip Register 7
MTU_MC84_RDBFL8 0xF0066470          MC 84 Read Data and Bit Flip Register 8
MTU_MC84_RDBFL9 0xF0066472          MC 84 Read Data and Bit Flip Register 9
MTU_MC84_RDBFL10 0xF0066474          MC 84 Read Data and Bit Flip Register 10
MTU_MC84_RDBFL11 0xF0066476          MC 84 Read Data and Bit Flip Register 11
MTU_MC84_RDBFL12 0xF0066478          MC 84 Read Data and Bit Flip Register 12
MTU_MC84_RDBFL13 0xF006647A          MC 84 Read Data and Bit Flip Register 13
MTU_MC84_RDBFL14 0xF006647C          MC 84 Read Data and Bit Flip Register 14
MTU_MC84_RDBFL15 0xF006647E          MC 84 Read Data and Bit Flip Register 15
MTU_MC84_RDBFL16 0xF0066480          MC 84 Read Data and Bit Flip Register 16
MTU_MC84_RDBFL17 0xF0066482          MC 84 Read Data and Bit Flip Register 17
MTU_MC84_RDBFL18 0xF0066484          MC 84 Read Data and Bit Flip Register 18
MTU_MC84_RDBFL19 0xF0066486          MC 84 Read Data and Bit Flip Register 19
MTU_MC84_RDBFL20 0xF0066488          MC 84 Read Data and Bit Flip Register 20
MTU_MC84_RDBFL21 0xF006648A          MC 84 Read Data and Bit Flip Register 21
MTU_MC84_RDBFL22 0xF006648C          MC 84 Read Data and Bit Flip Register 22
MTU_MC84_RDBFL23 0xF006648E          MC 84 Read Data and Bit Flip Register 23
MTU_MC84_RDBFL24 0xF0066490          MC 84 Read Data and Bit Flip Register 24
MTU_MC84_RDBFL25 0xF0066492          MC 84 Read Data and Bit Flip Register 25
MTU_MC84_RDBFL26 0xF0066494          MC 84 Read Data and Bit Flip Register 26
MTU_MC84_RDBFL27 0xF0066496          MC 84 Read Data and Bit Flip Register 27
MTU_MC84_RDBFL28 0xF0066498          MC 84 Read Data and Bit Flip Register 28
MTU_MC84_RDBFL29 0xF006649A          MC 84 Read Data and Bit Flip Register 29
MTU_MC84_RDBFL30 0xF006649C          MC 84 Read Data and Bit Flip Register 30
MTU_MC84_RDBFL31 0xF006649E          MC 84 Read Data and Bit Flip Register 31
MTU_MC84_RDBFL32 0xF00664A0          MC 84 Read Data and Bit Flip Register 32
MTU_MC84_RDBFL33 0xF00664A2          MC 84 Read Data and Bit Flip Register 33
MTU_MC84_RDBFL34 0xF00664A4          MC 84 Read Data and Bit Flip Register 34
MTU_MC84_RDBFL35 0xF00664A6          MC 84 Read Data and Bit Flip Register 35
MTU_MC84_RDBFL36 0xF00664A8          MC 84 Read Data and Bit Flip Register 36
MTU_MC84_RDBFL37 0xF00664AA          MC 84 Read Data and Bit Flip Register 37
MTU_MC84_RDBFL38 0xF00664AC          MC 84 Read Data and Bit Flip Register 38
MTU_MC84_RDBFL39 0xF00664AE          MC 84 Read Data and Bit Flip Register 39
MTU_MC84_RDBFL40 0xF00664B0          MC 84 Read Data and Bit Flip Register 40
MTU_MC84_RDBFL41 0xF00664B2          MC 84 Read Data and Bit Flip Register 41
MTU_MC84_RDBFL42 0xF00664B4          MC 84 Read Data and Bit Flip Register 42
MTU_MC84_RDBFL43 0xF00664B6          MC 84 Read Data and Bit Flip Register 43
MTU_MC84_RDBFL44 0xF00664B8          MC 84 Read Data and Bit Flip Register 44
MTU_MC84_RDBFL45 0xF00664BA          MC 84 Read Data and Bit Flip Register 45
MTU_MC84_RDBFL46 0xF00664BC          MC 84 Read Data and Bit Flip Register 46
MTU_MC84_RDBFL47 0xF00664BE          MC 84 Read Data and Bit Flip Register 47
MTU_MC84_RDBFL48 0xF00664C0          MC 84 Read Data and Bit Flip Register 48
MTU_MC84_RDBFL49 0xF00664C2          MC 84 Read Data and Bit Flip Register 49
MTU_MC84_RDBFL50 0xF00664C4          MC 84 Read Data and Bit Flip Register 50
MTU_MC84_RDBFL51 0xF00664C6          MC 84 Read Data and Bit Flip Register 51
MTU_MC84_RDBFL52 0xF00664C8          MC 84 Read Data and Bit Flip Register 52
MTU_MC84_RDBFL53 0xF00664CA          MC 84 Read Data and Bit Flip Register 53
MTU_MC84_RDBFL54 0xF00664CC          MC 84 Read Data and Bit Flip Register 54
MTU_MC84_RDBFL55 0xF00664CE          MC 84 Read Data and Bit Flip Register 55
MTU_MC84_RDBFL56 0xF00664D0          MC 84 Read Data and Bit Flip Register 56
MTU_MC84_RDBFL57 0xF00664D2          MC 84 Read Data and Bit Flip Register 57
MTU_MC84_RDBFL58 0xF00664D4          MC 84 Read Data and Bit Flip Register 58
MTU_MC84_RDBFL59 0xF00664D6          MC 84 Read Data and Bit Flip Register 59
MTU_MC84_RDBFL60 0xF00664D8          MC 84 Read Data and Bit Flip Register 60
MTU_MC84_RDBFL61 0xF00664DA          MC 84 Read Data and Bit Flip Register 61
MTU_MC84_RDBFL62 0xF00664DC          MC 84 Read Data and Bit Flip Register 62
MTU_MC84_RDBFL63 0xF00664DE          MC 84 Read Data and Bit Flip Register 63
MTU_MC84_RDBFL64 0xF00664E0          MC 84 Read Data and Bit Flip Register 64
MTU_MC84_RDBFL65 0xF00664E2          MC 84 Read Data and Bit Flip Register 65
MTU_MC84_RDBFL66 0xF00664E4          MC 84 Read Data and Bit Flip Register 66
MTU_MC84_ALMSRCS 0xF00664EE          MC 84 Alarm Sources Configuration Register
MTU_MC84_FAULTSTS 0xF00664F0          MC 84 SSH Safety Faults Status Register
MTU_MC84_ERRINFO0 0xF00664F2          MC 84 Error Information Register 0
MTU_MC84_ERRINFO1 0xF00664F4          MC 84 Error Information Register 1
MTU_MC84_ERRINFO2 0xF00664F6          MC 84 Error Information Register 2
MTU_MC84_ERRINFO3 0xF00664F8          MC 84 Error Information Register 3
MTU_MC84_ERRINFO4 0xF00664FA          MC 84 Error Information Register 4
MTU_MC85_CONFIG0 0xF0066500          MC 85 Configuration Register 0
MTU_MC85_CONFIG1 0xF0066502          MC 85 Configuration Register 1
MTU_MC85_MCONTROL 0xF0066504          MC 85 MBIST Control Register
MTU_MC85_MSTATUS 0xF0066506          MC 85 Status Register
MTU_MC85_RANGE  0xF0066508          MC 85 Range Register, single address mode
MTU_MC85_REVID  0xF006650C          MC 85 Revision ID Register
MTU_MC85_ECCS   0xF006650E          MC 85 ECC Safety Register
MTU_MC85_ECCD   0xF0066510          MC 85 Memory ECC Detection Register
MTU_MC85_ETRR0  0xF0066512          MC 85 Error Tracking Register 0
MTU_MC85_ETRR1  0xF0066514          MC 85 Error Tracking Register 1
MTU_MC85_ETRR2  0xF0066516          MC 85 Error Tracking Register 2
MTU_MC85_ETRR3  0xF0066518          MC 85 Error Tracking Register 3
MTU_MC85_ETRR4  0xF006651A          MC 85 Error Tracking Register 4
MTU_MC85_RDBFL0 0xF0066560          MC 85 Read Data and Bit Flip Register 0
MTU_MC85_RDBFL1 0xF0066562          MC 85 Read Data and Bit Flip Register 1
MTU_MC85_RDBFL2 0xF0066564          MC 85 Read Data and Bit Flip Register 2
MTU_MC85_RDBFL3 0xF0066566          MC 85 Read Data and Bit Flip Register 3
MTU_MC85_RDBFL4 0xF0066568          MC 85 Read Data and Bit Flip Register 4
MTU_MC85_RDBFL5 0xF006656A          MC 85 Read Data and Bit Flip Register 5
MTU_MC85_RDBFL6 0xF006656C          MC 85 Read Data and Bit Flip Register 6
MTU_MC85_RDBFL7 0xF006656E          MC 85 Read Data and Bit Flip Register 7
MTU_MC85_RDBFL8 0xF0066570          MC 85 Read Data and Bit Flip Register 8
MTU_MC85_RDBFL9 0xF0066572          MC 85 Read Data and Bit Flip Register 9
MTU_MC85_RDBFL10 0xF0066574          MC 85 Read Data and Bit Flip Register 10
MTU_MC85_RDBFL11 0xF0066576          MC 85 Read Data and Bit Flip Register 11
MTU_MC85_RDBFL12 0xF0066578          MC 85 Read Data and Bit Flip Register 12
MTU_MC85_RDBFL13 0xF006657A          MC 85 Read Data and Bit Flip Register 13
MTU_MC85_RDBFL14 0xF006657C          MC 85 Read Data and Bit Flip Register 14
MTU_MC85_RDBFL15 0xF006657E          MC 85 Read Data and Bit Flip Register 15
MTU_MC85_RDBFL16 0xF0066580          MC 85 Read Data and Bit Flip Register 16
MTU_MC85_RDBFL17 0xF0066582          MC 85 Read Data and Bit Flip Register 17
MTU_MC85_RDBFL18 0xF0066584          MC 85 Read Data and Bit Flip Register 18
MTU_MC85_RDBFL19 0xF0066586          MC 85 Read Data and Bit Flip Register 19
MTU_MC85_RDBFL20 0xF0066588          MC 85 Read Data and Bit Flip Register 20
MTU_MC85_RDBFL21 0xF006658A          MC 85 Read Data and Bit Flip Register 21
MTU_MC85_RDBFL22 0xF006658C          MC 85 Read Data and Bit Flip Register 22
MTU_MC85_RDBFL23 0xF006658E          MC 85 Read Data and Bit Flip Register 23
MTU_MC85_RDBFL24 0xF0066590          MC 85 Read Data and Bit Flip Register 24
MTU_MC85_RDBFL25 0xF0066592          MC 85 Read Data and Bit Flip Register 25
MTU_MC85_RDBFL26 0xF0066594          MC 85 Read Data and Bit Flip Register 26
MTU_MC85_RDBFL27 0xF0066596          MC 85 Read Data and Bit Flip Register 27
MTU_MC85_RDBFL28 0xF0066598          MC 85 Read Data and Bit Flip Register 28
MTU_MC85_RDBFL29 0xF006659A          MC 85 Read Data and Bit Flip Register 29
MTU_MC85_RDBFL30 0xF006659C          MC 85 Read Data and Bit Flip Register 30
MTU_MC85_RDBFL31 0xF006659E          MC 85 Read Data and Bit Flip Register 31
MTU_MC85_RDBFL32 0xF00665A0          MC 85 Read Data and Bit Flip Register 32
MTU_MC85_RDBFL33 0xF00665A2          MC 85 Read Data and Bit Flip Register 33
MTU_MC85_RDBFL34 0xF00665A4          MC 85 Read Data and Bit Flip Register 34
MTU_MC85_RDBFL35 0xF00665A6          MC 85 Read Data and Bit Flip Register 35
MTU_MC85_RDBFL36 0xF00665A8          MC 85 Read Data and Bit Flip Register 36
MTU_MC85_RDBFL37 0xF00665AA          MC 85 Read Data and Bit Flip Register 37
MTU_MC85_RDBFL38 0xF00665AC          MC 85 Read Data and Bit Flip Register 38
MTU_MC85_RDBFL39 0xF00665AE          MC 85 Read Data and Bit Flip Register 39
MTU_MC85_RDBFL40 0xF00665B0          MC 85 Read Data and Bit Flip Register 40
MTU_MC85_RDBFL41 0xF00665B2          MC 85 Read Data and Bit Flip Register 41
MTU_MC85_RDBFL42 0xF00665B4          MC 85 Read Data and Bit Flip Register 42
MTU_MC85_RDBFL43 0xF00665B6          MC 85 Read Data and Bit Flip Register 43
MTU_MC85_RDBFL44 0xF00665B8          MC 85 Read Data and Bit Flip Register 44
MTU_MC85_RDBFL45 0xF00665BA          MC 85 Read Data and Bit Flip Register 45
MTU_MC85_RDBFL46 0xF00665BC          MC 85 Read Data and Bit Flip Register 46
MTU_MC85_RDBFL47 0xF00665BE          MC 85 Read Data and Bit Flip Register 47
MTU_MC85_RDBFL48 0xF00665C0          MC 85 Read Data and Bit Flip Register 48
MTU_MC85_RDBFL49 0xF00665C2          MC 85 Read Data and Bit Flip Register 49
MTU_MC85_RDBFL50 0xF00665C4          MC 85 Read Data and Bit Flip Register 50
MTU_MC85_RDBFL51 0xF00665C6          MC 85 Read Data and Bit Flip Register 51
MTU_MC85_RDBFL52 0xF00665C8          MC 85 Read Data and Bit Flip Register 52
MTU_MC85_RDBFL53 0xF00665CA          MC 85 Read Data and Bit Flip Register 53
MTU_MC85_RDBFL54 0xF00665CC          MC 85 Read Data and Bit Flip Register 54
MTU_MC85_RDBFL55 0xF00665CE          MC 85 Read Data and Bit Flip Register 55
MTU_MC85_RDBFL56 0xF00665D0          MC 85 Read Data and Bit Flip Register 56
MTU_MC85_RDBFL57 0xF00665D2          MC 85 Read Data and Bit Flip Register 57
MTU_MC85_RDBFL58 0xF00665D4          MC 85 Read Data and Bit Flip Register 58
MTU_MC85_RDBFL59 0xF00665D6          MC 85 Read Data and Bit Flip Register 59
MTU_MC85_RDBFL60 0xF00665D8          MC 85 Read Data and Bit Flip Register 60
MTU_MC85_RDBFL61 0xF00665DA          MC 85 Read Data and Bit Flip Register 61
MTU_MC85_RDBFL62 0xF00665DC          MC 85 Read Data and Bit Flip Register 62
MTU_MC85_RDBFL63 0xF00665DE          MC 85 Read Data and Bit Flip Register 63
MTU_MC85_RDBFL64 0xF00665E0          MC 85 Read Data and Bit Flip Register 64
MTU_MC85_RDBFL65 0xF00665E2          MC 85 Read Data and Bit Flip Register 65
MTU_MC85_RDBFL66 0xF00665E4          MC 85 Read Data and Bit Flip Register 66
MTU_MC85_ALMSRCS 0xF00665EE          MC 85 Alarm Sources Configuration Register
MTU_MC85_FAULTSTS 0xF00665F0          MC 85 SSH Safety Faults Status Register
MTU_MC85_ERRINFO0 0xF00665F2          MC 85 Error Information Register 0
MTU_MC85_ERRINFO1 0xF00665F4          MC 85 Error Information Register 1
MTU_MC85_ERRINFO2 0xF00665F6          MC 85 Error Information Register 2
MTU_MC85_ERRINFO3 0xF00665F8          MC 85 Error Information Register 3
MTU_MC85_ERRINFO4 0xF00665FA          MC 85 Error Information Register 4
MTU_MC86_CONFIG0 0xF0066600          MC 86 Configuration Register 0
MTU_MC86_CONFIG1 0xF0066602          MC 86 Configuration Register 1
MTU_MC86_MCONTROL 0xF0066604          MC 86 MBIST Control Register
MTU_MC86_MSTATUS 0xF0066606          MC 86 Status Register
MTU_MC86_RANGE  0xF0066608          MC 86 Range Register, single address mode
MTU_MC86_REVID  0xF006660C          MC 86 Revision ID Register
MTU_MC86_ECCS   0xF006660E          MC 86 ECC Safety Register
MTU_MC86_ECCD   0xF0066610          MC 86 Memory ECC Detection Register
MTU_MC86_ETRR0  0xF0066612          MC 86 Error Tracking Register 0
MTU_MC86_ETRR1  0xF0066614          MC 86 Error Tracking Register 1
MTU_MC86_ETRR2  0xF0066616          MC 86 Error Tracking Register 2
MTU_MC86_ETRR3  0xF0066618          MC 86 Error Tracking Register 3
MTU_MC86_ETRR4  0xF006661A          MC 86 Error Tracking Register 4
MTU_MC86_RDBFL0 0xF0066660          MC 86 Read Data and Bit Flip Register 0
MTU_MC86_RDBFL1 0xF0066662          MC 86 Read Data and Bit Flip Register 1
MTU_MC86_RDBFL2 0xF0066664          MC 86 Read Data and Bit Flip Register 2
MTU_MC86_RDBFL3 0xF0066666          MC 86 Read Data and Bit Flip Register 3
MTU_MC86_RDBFL4 0xF0066668          MC 86 Read Data and Bit Flip Register 4
MTU_MC86_RDBFL5 0xF006666A          MC 86 Read Data and Bit Flip Register 5
MTU_MC86_RDBFL6 0xF006666C          MC 86 Read Data and Bit Flip Register 6
MTU_MC86_RDBFL7 0xF006666E          MC 86 Read Data and Bit Flip Register 7
MTU_MC86_RDBFL8 0xF0066670          MC 86 Read Data and Bit Flip Register 8
MTU_MC86_RDBFL9 0xF0066672          MC 86 Read Data and Bit Flip Register 9
MTU_MC86_RDBFL10 0xF0066674          MC 86 Read Data and Bit Flip Register 10
MTU_MC86_RDBFL11 0xF0066676          MC 86 Read Data and Bit Flip Register 11
MTU_MC86_RDBFL12 0xF0066678          MC 86 Read Data and Bit Flip Register 12
MTU_MC86_RDBFL13 0xF006667A          MC 86 Read Data and Bit Flip Register 13
MTU_MC86_RDBFL14 0xF006667C          MC 86 Read Data and Bit Flip Register 14
MTU_MC86_RDBFL15 0xF006667E          MC 86 Read Data and Bit Flip Register 15
MTU_MC86_RDBFL16 0xF0066680          MC 86 Read Data and Bit Flip Register 16
MTU_MC86_RDBFL17 0xF0066682          MC 86 Read Data and Bit Flip Register 17
MTU_MC86_RDBFL18 0xF0066684          MC 86 Read Data and Bit Flip Register 18
MTU_MC86_RDBFL19 0xF0066686          MC 86 Read Data and Bit Flip Register 19
MTU_MC86_RDBFL20 0xF0066688          MC 86 Read Data and Bit Flip Register 20
MTU_MC86_RDBFL21 0xF006668A          MC 86 Read Data and Bit Flip Register 21
MTU_MC86_RDBFL22 0xF006668C          MC 86 Read Data and Bit Flip Register 22
MTU_MC86_RDBFL23 0xF006668E          MC 86 Read Data and Bit Flip Register 23
MTU_MC86_RDBFL24 0xF0066690          MC 86 Read Data and Bit Flip Register 24
MTU_MC86_RDBFL25 0xF0066692          MC 86 Read Data and Bit Flip Register 25
MTU_MC86_RDBFL26 0xF0066694          MC 86 Read Data and Bit Flip Register 26
MTU_MC86_RDBFL27 0xF0066696          MC 86 Read Data and Bit Flip Register 27
MTU_MC86_RDBFL28 0xF0066698          MC 86 Read Data and Bit Flip Register 28
MTU_MC86_RDBFL29 0xF006669A          MC 86 Read Data and Bit Flip Register 29
MTU_MC86_RDBFL30 0xF006669C          MC 86 Read Data and Bit Flip Register 30
MTU_MC86_RDBFL31 0xF006669E          MC 86 Read Data and Bit Flip Register 31
MTU_MC86_RDBFL32 0xF00666A0          MC 86 Read Data and Bit Flip Register 32
MTU_MC86_RDBFL33 0xF00666A2          MC 86 Read Data and Bit Flip Register 33
MTU_MC86_RDBFL34 0xF00666A4          MC 86 Read Data and Bit Flip Register 34
MTU_MC86_RDBFL35 0xF00666A6          MC 86 Read Data and Bit Flip Register 35
MTU_MC86_RDBFL36 0xF00666A8          MC 86 Read Data and Bit Flip Register 36
MTU_MC86_RDBFL37 0xF00666AA          MC 86 Read Data and Bit Flip Register 37
MTU_MC86_RDBFL38 0xF00666AC          MC 86 Read Data and Bit Flip Register 38
MTU_MC86_RDBFL39 0xF00666AE          MC 86 Read Data and Bit Flip Register 39
MTU_MC86_RDBFL40 0xF00666B0          MC 86 Read Data and Bit Flip Register 40
MTU_MC86_RDBFL41 0xF00666B2          MC 86 Read Data and Bit Flip Register 41
MTU_MC86_RDBFL42 0xF00666B4          MC 86 Read Data and Bit Flip Register 42
MTU_MC86_RDBFL43 0xF00666B6          MC 86 Read Data and Bit Flip Register 43
MTU_MC86_RDBFL44 0xF00666B8          MC 86 Read Data and Bit Flip Register 44
MTU_MC86_RDBFL45 0xF00666BA          MC 86 Read Data and Bit Flip Register 45
MTU_MC86_RDBFL46 0xF00666BC          MC 86 Read Data and Bit Flip Register 46
MTU_MC86_RDBFL47 0xF00666BE          MC 86 Read Data and Bit Flip Register 47
MTU_MC86_RDBFL48 0xF00666C0          MC 86 Read Data and Bit Flip Register 48
MTU_MC86_RDBFL49 0xF00666C2          MC 86 Read Data and Bit Flip Register 49
MTU_MC86_RDBFL50 0xF00666C4          MC 86 Read Data and Bit Flip Register 50
MTU_MC86_RDBFL51 0xF00666C6          MC 86 Read Data and Bit Flip Register 51
MTU_MC86_RDBFL52 0xF00666C8          MC 86 Read Data and Bit Flip Register 52
MTU_MC86_RDBFL53 0xF00666CA          MC 86 Read Data and Bit Flip Register 53
MTU_MC86_RDBFL54 0xF00666CC          MC 86 Read Data and Bit Flip Register 54
MTU_MC86_RDBFL55 0xF00666CE          MC 86 Read Data and Bit Flip Register 55
MTU_MC86_RDBFL56 0xF00666D0          MC 86 Read Data and Bit Flip Register 56
MTU_MC86_RDBFL57 0xF00666D2          MC 86 Read Data and Bit Flip Register 57
MTU_MC86_RDBFL58 0xF00666D4          MC 86 Read Data and Bit Flip Register 58
MTU_MC86_RDBFL59 0xF00666D6          MC 86 Read Data and Bit Flip Register 59
MTU_MC86_RDBFL60 0xF00666D8          MC 86 Read Data and Bit Flip Register 60
MTU_MC86_RDBFL61 0xF00666DA          MC 86 Read Data and Bit Flip Register 61
MTU_MC86_RDBFL62 0xF00666DC          MC 86 Read Data and Bit Flip Register 62
MTU_MC86_RDBFL63 0xF00666DE          MC 86 Read Data and Bit Flip Register 63
MTU_MC86_RDBFL64 0xF00666E0          MC 86 Read Data and Bit Flip Register 64
MTU_MC86_RDBFL65 0xF00666E2          MC 86 Read Data and Bit Flip Register 65
MTU_MC86_RDBFL66 0xF00666E4          MC 86 Read Data and Bit Flip Register 66
MTU_MC86_ALMSRCS 0xF00666EE          MC 86 Alarm Sources Configuration Register
MTU_MC86_FAULTSTS 0xF00666F0          MC 86 SSH Safety Faults Status Register
MTU_MC86_ERRINFO0 0xF00666F2          MC 86 Error Information Register 0
MTU_MC86_ERRINFO1 0xF00666F4          MC 86 Error Information Register 1
MTU_MC86_ERRINFO2 0xF00666F6          MC 86 Error Information Register 2
MTU_MC86_ERRINFO3 0xF00666F8          MC 86 Error Information Register 3
MTU_MC86_ERRINFO4 0xF00666FA          MC 86 Error Information Register 4
MTU_MC87_CONFIG0 0xF0066700          MC 87 Configuration Register 0
MTU_MC87_CONFIG1 0xF0066702          MC 87 Configuration Register 1
MTU_MC87_MCONTROL 0xF0066704          MC 87 MBIST Control Register
MTU_MC87_MSTATUS 0xF0066706          MC 87 Status Register
MTU_MC87_RANGE  0xF0066708          MC 87 Range Register, single address mode
MTU_MC87_REVID  0xF006670C          MC 87 Revision ID Register
MTU_MC87_ECCS   0xF006670E          MC 87 ECC Safety Register
MTU_MC87_ECCD   0xF0066710          MC 87 Memory ECC Detection Register
MTU_MC87_ETRR0  0xF0066712          MC 87 Error Tracking Register 0
MTU_MC87_ETRR1  0xF0066714          MC 87 Error Tracking Register 1
MTU_MC87_ETRR2  0xF0066716          MC 87 Error Tracking Register 2
MTU_MC87_ETRR3  0xF0066718          MC 87 Error Tracking Register 3
MTU_MC87_ETRR4  0xF006671A          MC 87 Error Tracking Register 4
MTU_MC87_RDBFL0 0xF0066760          MC 87 Read Data and Bit Flip Register 0
MTU_MC87_RDBFL1 0xF0066762          MC 87 Read Data and Bit Flip Register 1
MTU_MC87_RDBFL2 0xF0066764          MC 87 Read Data and Bit Flip Register 2
MTU_MC87_RDBFL3 0xF0066766          MC 87 Read Data and Bit Flip Register 3
MTU_MC87_RDBFL4 0xF0066768          MC 87 Read Data and Bit Flip Register 4
MTU_MC87_RDBFL5 0xF006676A          MC 87 Read Data and Bit Flip Register 5
MTU_MC87_RDBFL6 0xF006676C          MC 87 Read Data and Bit Flip Register 6
MTU_MC87_RDBFL7 0xF006676E          MC 87 Read Data and Bit Flip Register 7
MTU_MC87_RDBFL8 0xF0066770          MC 87 Read Data and Bit Flip Register 8
MTU_MC87_RDBFL9 0xF0066772          MC 87 Read Data and Bit Flip Register 9
MTU_MC87_RDBFL10 0xF0066774          MC 87 Read Data and Bit Flip Register 10
MTU_MC87_RDBFL11 0xF0066776          MC 87 Read Data and Bit Flip Register 11
MTU_MC87_RDBFL12 0xF0066778          MC 87 Read Data and Bit Flip Register 12
MTU_MC87_RDBFL13 0xF006677A          MC 87 Read Data and Bit Flip Register 13
MTU_MC87_RDBFL14 0xF006677C          MC 87 Read Data and Bit Flip Register 14
MTU_MC87_RDBFL15 0xF006677E          MC 87 Read Data and Bit Flip Register 15
MTU_MC87_RDBFL16 0xF0066780          MC 87 Read Data and Bit Flip Register 16
MTU_MC87_RDBFL17 0xF0066782          MC 87 Read Data and Bit Flip Register 17
MTU_MC87_RDBFL18 0xF0066784          MC 87 Read Data and Bit Flip Register 18
MTU_MC87_RDBFL19 0xF0066786          MC 87 Read Data and Bit Flip Register 19
MTU_MC87_RDBFL20 0xF0066788          MC 87 Read Data and Bit Flip Register 20
MTU_MC87_RDBFL21 0xF006678A          MC 87 Read Data and Bit Flip Register 21
MTU_MC87_RDBFL22 0xF006678C          MC 87 Read Data and Bit Flip Register 22
MTU_MC87_RDBFL23 0xF006678E          MC 87 Read Data and Bit Flip Register 23
MTU_MC87_RDBFL24 0xF0066790          MC 87 Read Data and Bit Flip Register 24
MTU_MC87_RDBFL25 0xF0066792          MC 87 Read Data and Bit Flip Register 25
MTU_MC87_RDBFL26 0xF0066794          MC 87 Read Data and Bit Flip Register 26
MTU_MC87_RDBFL27 0xF0066796          MC 87 Read Data and Bit Flip Register 27
MTU_MC87_RDBFL28 0xF0066798          MC 87 Read Data and Bit Flip Register 28
MTU_MC87_RDBFL29 0xF006679A          MC 87 Read Data and Bit Flip Register 29
MTU_MC87_RDBFL30 0xF006679C          MC 87 Read Data and Bit Flip Register 30
MTU_MC87_RDBFL31 0xF006679E          MC 87 Read Data and Bit Flip Register 31
MTU_MC87_RDBFL32 0xF00667A0          MC 87 Read Data and Bit Flip Register 32
MTU_MC87_RDBFL33 0xF00667A2          MC 87 Read Data and Bit Flip Register 33
MTU_MC87_RDBFL34 0xF00667A4          MC 87 Read Data and Bit Flip Register 34
MTU_MC87_RDBFL35 0xF00667A6          MC 87 Read Data and Bit Flip Register 35
MTU_MC87_RDBFL36 0xF00667A8          MC 87 Read Data and Bit Flip Register 36
MTU_MC87_RDBFL37 0xF00667AA          MC 87 Read Data and Bit Flip Register 37
MTU_MC87_RDBFL38 0xF00667AC          MC 87 Read Data and Bit Flip Register 38
MTU_MC87_RDBFL39 0xF00667AE          MC 87 Read Data and Bit Flip Register 39
MTU_MC87_RDBFL40 0xF00667B0          MC 87 Read Data and Bit Flip Register 40
MTU_MC87_RDBFL41 0xF00667B2          MC 87 Read Data and Bit Flip Register 41
MTU_MC87_RDBFL42 0xF00667B4          MC 87 Read Data and Bit Flip Register 42
MTU_MC87_RDBFL43 0xF00667B6          MC 87 Read Data and Bit Flip Register 43
MTU_MC87_RDBFL44 0xF00667B8          MC 87 Read Data and Bit Flip Register 44
MTU_MC87_RDBFL45 0xF00667BA          MC 87 Read Data and Bit Flip Register 45
MTU_MC87_RDBFL46 0xF00667BC          MC 87 Read Data and Bit Flip Register 46
MTU_MC87_RDBFL47 0xF00667BE          MC 87 Read Data and Bit Flip Register 47
MTU_MC87_RDBFL48 0xF00667C0          MC 87 Read Data and Bit Flip Register 48
MTU_MC87_RDBFL49 0xF00667C2          MC 87 Read Data and Bit Flip Register 49
MTU_MC87_RDBFL50 0xF00667C4          MC 87 Read Data and Bit Flip Register 50
MTU_MC87_RDBFL51 0xF00667C6          MC 87 Read Data and Bit Flip Register 51
MTU_MC87_RDBFL52 0xF00667C8          MC 87 Read Data and Bit Flip Register 52
MTU_MC87_RDBFL53 0xF00667CA          MC 87 Read Data and Bit Flip Register 53
MTU_MC87_RDBFL54 0xF00667CC          MC 87 Read Data and Bit Flip Register 54
MTU_MC87_RDBFL55 0xF00667CE          MC 87 Read Data and Bit Flip Register 55
MTU_MC87_RDBFL56 0xF00667D0          MC 87 Read Data and Bit Flip Register 56
MTU_MC87_RDBFL57 0xF00667D2          MC 87 Read Data and Bit Flip Register 57
MTU_MC87_RDBFL58 0xF00667D4          MC 87 Read Data and Bit Flip Register 58
MTU_MC87_RDBFL59 0xF00667D6          MC 87 Read Data and Bit Flip Register 59
MTU_MC87_RDBFL60 0xF00667D8          MC 87 Read Data and Bit Flip Register 60
MTU_MC87_RDBFL61 0xF00667DA          MC 87 Read Data and Bit Flip Register 61
MTU_MC87_RDBFL62 0xF00667DC          MC 87 Read Data and Bit Flip Register 62
MTU_MC87_RDBFL63 0xF00667DE          MC 87 Read Data and Bit Flip Register 63
MTU_MC87_RDBFL64 0xF00667E0          MC 87 Read Data and Bit Flip Register 64
MTU_MC87_RDBFL65 0xF00667E2          MC 87 Read Data and Bit Flip Register 65
MTU_MC87_RDBFL66 0xF00667E4          MC 87 Read Data and Bit Flip Register 66
MTU_MC87_ALMSRCS 0xF00667EE          MC 87 Alarm Sources Configuration Register
MTU_MC87_FAULTSTS 0xF00667F0          MC 87 SSH Safety Faults Status Register
MTU_MC87_ERRINFO0 0xF00667F2          MC 87 Error Information Register 0
MTU_MC87_ERRINFO1 0xF00667F4          MC 87 Error Information Register 1
MTU_MC87_ERRINFO2 0xF00667F6          MC 87 Error Information Register 2
MTU_MC87_ERRINFO3 0xF00667F8          MC 87 Error Information Register 3
MTU_MC87_ERRINFO4 0xF00667FA          MC 87 Error Information Register 4
MTU_MC88_CONFIG0 0xF0066800          MC 88 Configuration Register 0
MTU_MC88_CONFIG1 0xF0066802          MC 88 Configuration Register 1
MTU_MC88_MCONTROL 0xF0066804          MC 88 MBIST Control Register
MTU_MC88_MSTATUS 0xF0066806          MC 88 Status Register
MTU_MC88_RANGE  0xF0066808          MC 88 Range Register, single address mode
MTU_MC88_REVID  0xF006680C          MC 88 Revision ID Register
MTU_MC88_ECCS   0xF006680E          MC 88 ECC Safety Register
MTU_MC88_ECCD   0xF0066810          MC 88 Memory ECC Detection Register
MTU_MC88_ETRR0  0xF0066812          MC 88 Error Tracking Register 0
MTU_MC88_ETRR1  0xF0066814          MC 88 Error Tracking Register 1
MTU_MC88_ETRR2  0xF0066816          MC 88 Error Tracking Register 2
MTU_MC88_ETRR3  0xF0066818          MC 88 Error Tracking Register 3
MTU_MC88_ETRR4  0xF006681A          MC 88 Error Tracking Register 4
MTU_MC88_RDBFL0 0xF0066860          MC 88 Read Data and Bit Flip Register 0
MTU_MC88_RDBFL1 0xF0066862          MC 88 Read Data and Bit Flip Register 1
MTU_MC88_RDBFL2 0xF0066864          MC 88 Read Data and Bit Flip Register 2
MTU_MC88_RDBFL3 0xF0066866          MC 88 Read Data and Bit Flip Register 3
MTU_MC88_RDBFL4 0xF0066868          MC 88 Read Data and Bit Flip Register 4
MTU_MC88_RDBFL5 0xF006686A          MC 88 Read Data and Bit Flip Register 5
MTU_MC88_RDBFL6 0xF006686C          MC 88 Read Data and Bit Flip Register 6
MTU_MC88_RDBFL7 0xF006686E          MC 88 Read Data and Bit Flip Register 7
MTU_MC88_RDBFL8 0xF0066870          MC 88 Read Data and Bit Flip Register 8
MTU_MC88_RDBFL9 0xF0066872          MC 88 Read Data and Bit Flip Register 9
MTU_MC88_RDBFL10 0xF0066874          MC 88 Read Data and Bit Flip Register 10
MTU_MC88_RDBFL11 0xF0066876          MC 88 Read Data and Bit Flip Register 11
MTU_MC88_RDBFL12 0xF0066878          MC 88 Read Data and Bit Flip Register 12
MTU_MC88_RDBFL13 0xF006687A          MC 88 Read Data and Bit Flip Register 13
MTU_MC88_RDBFL14 0xF006687C          MC 88 Read Data and Bit Flip Register 14
MTU_MC88_RDBFL15 0xF006687E          MC 88 Read Data and Bit Flip Register 15
MTU_MC88_RDBFL16 0xF0066880          MC 88 Read Data and Bit Flip Register 16
MTU_MC88_RDBFL17 0xF0066882          MC 88 Read Data and Bit Flip Register 17
MTU_MC88_RDBFL18 0xF0066884          MC 88 Read Data and Bit Flip Register 18
MTU_MC88_RDBFL19 0xF0066886          MC 88 Read Data and Bit Flip Register 19
MTU_MC88_RDBFL20 0xF0066888          MC 88 Read Data and Bit Flip Register 20
MTU_MC88_RDBFL21 0xF006688A          MC 88 Read Data and Bit Flip Register 21
MTU_MC88_RDBFL22 0xF006688C          MC 88 Read Data and Bit Flip Register 22
MTU_MC88_RDBFL23 0xF006688E          MC 88 Read Data and Bit Flip Register 23
MTU_MC88_RDBFL24 0xF0066890          MC 88 Read Data and Bit Flip Register 24
MTU_MC88_RDBFL25 0xF0066892          MC 88 Read Data and Bit Flip Register 25
MTU_MC88_RDBFL26 0xF0066894          MC 88 Read Data and Bit Flip Register 26
MTU_MC88_RDBFL27 0xF0066896          MC 88 Read Data and Bit Flip Register 27
MTU_MC88_RDBFL28 0xF0066898          MC 88 Read Data and Bit Flip Register 28
MTU_MC88_RDBFL29 0xF006689A          MC 88 Read Data and Bit Flip Register 29
MTU_MC88_RDBFL30 0xF006689C          MC 88 Read Data and Bit Flip Register 30
MTU_MC88_RDBFL31 0xF006689E          MC 88 Read Data and Bit Flip Register 31
MTU_MC88_RDBFL32 0xF00668A0          MC 88 Read Data and Bit Flip Register 32
MTU_MC88_RDBFL33 0xF00668A2          MC 88 Read Data and Bit Flip Register 33
MTU_MC88_RDBFL34 0xF00668A4          MC 88 Read Data and Bit Flip Register 34
MTU_MC88_RDBFL35 0xF00668A6          MC 88 Read Data and Bit Flip Register 35
MTU_MC88_RDBFL36 0xF00668A8          MC 88 Read Data and Bit Flip Register 36
MTU_MC88_RDBFL37 0xF00668AA          MC 88 Read Data and Bit Flip Register 37
MTU_MC88_RDBFL38 0xF00668AC          MC 88 Read Data and Bit Flip Register 38
MTU_MC88_RDBFL39 0xF00668AE          MC 88 Read Data and Bit Flip Register 39
MTU_MC88_RDBFL40 0xF00668B0          MC 88 Read Data and Bit Flip Register 40
MTU_MC88_RDBFL41 0xF00668B2          MC 88 Read Data and Bit Flip Register 41
MTU_MC88_RDBFL42 0xF00668B4          MC 88 Read Data and Bit Flip Register 42
MTU_MC88_RDBFL43 0xF00668B6          MC 88 Read Data and Bit Flip Register 43
MTU_MC88_RDBFL44 0xF00668B8          MC 88 Read Data and Bit Flip Register 44
MTU_MC88_RDBFL45 0xF00668BA          MC 88 Read Data and Bit Flip Register 45
MTU_MC88_RDBFL46 0xF00668BC          MC 88 Read Data and Bit Flip Register 46
MTU_MC88_RDBFL47 0xF00668BE          MC 88 Read Data and Bit Flip Register 47
MTU_MC88_RDBFL48 0xF00668C0          MC 88 Read Data and Bit Flip Register 48
MTU_MC88_RDBFL49 0xF00668C2          MC 88 Read Data and Bit Flip Register 49
MTU_MC88_RDBFL50 0xF00668C4          MC 88 Read Data and Bit Flip Register 50
MTU_MC88_RDBFL51 0xF00668C6          MC 88 Read Data and Bit Flip Register 51
MTU_MC88_RDBFL52 0xF00668C8          MC 88 Read Data and Bit Flip Register 52
MTU_MC88_RDBFL53 0xF00668CA          MC 88 Read Data and Bit Flip Register 53
MTU_MC88_RDBFL54 0xF00668CC          MC 88 Read Data and Bit Flip Register 54
MTU_MC88_RDBFL55 0xF00668CE          MC 88 Read Data and Bit Flip Register 55
MTU_MC88_RDBFL56 0xF00668D0          MC 88 Read Data and Bit Flip Register 56
MTU_MC88_RDBFL57 0xF00668D2          MC 88 Read Data and Bit Flip Register 57
MTU_MC88_RDBFL58 0xF00668D4          MC 88 Read Data and Bit Flip Register 58
MTU_MC88_RDBFL59 0xF00668D6          MC 88 Read Data and Bit Flip Register 59
MTU_MC88_RDBFL60 0xF00668D8          MC 88 Read Data and Bit Flip Register 60
MTU_MC88_RDBFL61 0xF00668DA          MC 88 Read Data and Bit Flip Register 61
MTU_MC88_RDBFL62 0xF00668DC          MC 88 Read Data and Bit Flip Register 62
MTU_MC88_RDBFL63 0xF00668DE          MC 88 Read Data and Bit Flip Register 63
MTU_MC88_RDBFL64 0xF00668E0          MC 88 Read Data and Bit Flip Register 64
MTU_MC88_RDBFL65 0xF00668E2          MC 88 Read Data and Bit Flip Register 65
MTU_MC88_RDBFL66 0xF00668E4          MC 88 Read Data and Bit Flip Register 66
MTU_MC88_ALMSRCS 0xF00668EE          MC 88 Alarm Sources Configuration Register
MTU_MC88_FAULTSTS 0xF00668F0          MC 88 SSH Safety Faults Status Register
MTU_MC88_ERRINFO0 0xF00668F2          MC 88 Error Information Register 0
MTU_MC88_ERRINFO1 0xF00668F4          MC 88 Error Information Register 1
MTU_MC88_ERRINFO2 0xF00668F6          MC 88 Error Information Register 2
MTU_MC88_ERRINFO3 0xF00668F8          MC 88 Error Information Register 3
MTU_MC88_ERRINFO4 0xF00668FA          MC 88 Error Information Register 4
MTU_MC89_CONFIG0 0xF0066900          MC 89 Configuration Register 0
MTU_MC89_CONFIG1 0xF0066902          MC 89 Configuration Register 1
MTU_MC89_MCONTROL 0xF0066904          MC 89 MBIST Control Register
MTU_MC89_MSTATUS 0xF0066906          MC 89 Status Register
MTU_MC89_RANGE  0xF0066908          MC 89 Range Register, single address mode
MTU_MC89_REVID  0xF006690C          MC 89 Revision ID Register
MTU_MC89_ECCS   0xF006690E          MC 89 ECC Safety Register
MTU_MC89_ECCD   0xF0066910          MC 89 Memory ECC Detection Register
MTU_MC89_ETRR0  0xF0066912          MC 89 Error Tracking Register 0
MTU_MC89_ETRR1  0xF0066914          MC 89 Error Tracking Register 1
MTU_MC89_ETRR2  0xF0066916          MC 89 Error Tracking Register 2
MTU_MC89_ETRR3  0xF0066918          MC 89 Error Tracking Register 3
MTU_MC89_ETRR4  0xF006691A          MC 89 Error Tracking Register 4
MTU_MC89_RDBFL0 0xF0066960          MC 89 Read Data and Bit Flip Register 0
MTU_MC89_RDBFL1 0xF0066962          MC 89 Read Data and Bit Flip Register 1
MTU_MC89_RDBFL2 0xF0066964          MC 89 Read Data and Bit Flip Register 2
MTU_MC89_RDBFL3 0xF0066966          MC 89 Read Data and Bit Flip Register 3
MTU_MC89_RDBFL4 0xF0066968          MC 89 Read Data and Bit Flip Register 4
MTU_MC89_RDBFL5 0xF006696A          MC 89 Read Data and Bit Flip Register 5
MTU_MC89_RDBFL6 0xF006696C          MC 89 Read Data and Bit Flip Register 6
MTU_MC89_RDBFL7 0xF006696E          MC 89 Read Data and Bit Flip Register 7
MTU_MC89_RDBFL8 0xF0066970          MC 89 Read Data and Bit Flip Register 8
MTU_MC89_RDBFL9 0xF0066972          MC 89 Read Data and Bit Flip Register 9
MTU_MC89_RDBFL10 0xF0066974          MC 89 Read Data and Bit Flip Register 10
MTU_MC89_RDBFL11 0xF0066976          MC 89 Read Data and Bit Flip Register 11
MTU_MC89_RDBFL12 0xF0066978          MC 89 Read Data and Bit Flip Register 12
MTU_MC89_RDBFL13 0xF006697A          MC 89 Read Data and Bit Flip Register 13
MTU_MC89_RDBFL14 0xF006697C          MC 89 Read Data and Bit Flip Register 14
MTU_MC89_RDBFL15 0xF006697E          MC 89 Read Data and Bit Flip Register 15
MTU_MC89_RDBFL16 0xF0066980          MC 89 Read Data and Bit Flip Register 16
MTU_MC89_RDBFL17 0xF0066982          MC 89 Read Data and Bit Flip Register 17
MTU_MC89_RDBFL18 0xF0066984          MC 89 Read Data and Bit Flip Register 18
MTU_MC89_RDBFL19 0xF0066986          MC 89 Read Data and Bit Flip Register 19
MTU_MC89_RDBFL20 0xF0066988          MC 89 Read Data and Bit Flip Register 20
MTU_MC89_RDBFL21 0xF006698A          MC 89 Read Data and Bit Flip Register 21
MTU_MC89_RDBFL22 0xF006698C          MC 89 Read Data and Bit Flip Register 22
MTU_MC89_RDBFL23 0xF006698E          MC 89 Read Data and Bit Flip Register 23
MTU_MC89_RDBFL24 0xF0066990          MC 89 Read Data and Bit Flip Register 24
MTU_MC89_RDBFL25 0xF0066992          MC 89 Read Data and Bit Flip Register 25
MTU_MC89_RDBFL26 0xF0066994          MC 89 Read Data and Bit Flip Register 26
MTU_MC89_RDBFL27 0xF0066996          MC 89 Read Data and Bit Flip Register 27
MTU_MC89_RDBFL28 0xF0066998          MC 89 Read Data and Bit Flip Register 28
MTU_MC89_RDBFL29 0xF006699A          MC 89 Read Data and Bit Flip Register 29
MTU_MC89_RDBFL30 0xF006699C          MC 89 Read Data and Bit Flip Register 30
MTU_MC89_RDBFL31 0xF006699E          MC 89 Read Data and Bit Flip Register 31
MTU_MC89_RDBFL32 0xF00669A0          MC 89 Read Data and Bit Flip Register 32
MTU_MC89_RDBFL33 0xF00669A2          MC 89 Read Data and Bit Flip Register 33
MTU_MC89_RDBFL34 0xF00669A4          MC 89 Read Data and Bit Flip Register 34
MTU_MC89_RDBFL35 0xF00669A6          MC 89 Read Data and Bit Flip Register 35
MTU_MC89_RDBFL36 0xF00669A8          MC 89 Read Data and Bit Flip Register 36
MTU_MC89_RDBFL37 0xF00669AA          MC 89 Read Data and Bit Flip Register 37
MTU_MC89_RDBFL38 0xF00669AC          MC 89 Read Data and Bit Flip Register 38
MTU_MC89_RDBFL39 0xF00669AE          MC 89 Read Data and Bit Flip Register 39
MTU_MC89_RDBFL40 0xF00669B0          MC 89 Read Data and Bit Flip Register 40
MTU_MC89_RDBFL41 0xF00669B2          MC 89 Read Data and Bit Flip Register 41
MTU_MC89_RDBFL42 0xF00669B4          MC 89 Read Data and Bit Flip Register 42
MTU_MC89_RDBFL43 0xF00669B6          MC 89 Read Data and Bit Flip Register 43
MTU_MC89_RDBFL44 0xF00669B8          MC 89 Read Data and Bit Flip Register 44
MTU_MC89_RDBFL45 0xF00669BA          MC 89 Read Data and Bit Flip Register 45
MTU_MC89_RDBFL46 0xF00669BC          MC 89 Read Data and Bit Flip Register 46
MTU_MC89_RDBFL47 0xF00669BE          MC 89 Read Data and Bit Flip Register 47
MTU_MC89_RDBFL48 0xF00669C0          MC 89 Read Data and Bit Flip Register 48
MTU_MC89_RDBFL49 0xF00669C2          MC 89 Read Data and Bit Flip Register 49
MTU_MC89_RDBFL50 0xF00669C4          MC 89 Read Data and Bit Flip Register 50
MTU_MC89_RDBFL51 0xF00669C6          MC 89 Read Data and Bit Flip Register 51
MTU_MC89_RDBFL52 0xF00669C8          MC 89 Read Data and Bit Flip Register 52
MTU_MC89_RDBFL53 0xF00669CA          MC 89 Read Data and Bit Flip Register 53
MTU_MC89_RDBFL54 0xF00669CC          MC 89 Read Data and Bit Flip Register 54
MTU_MC89_RDBFL55 0xF00669CE          MC 89 Read Data and Bit Flip Register 55
MTU_MC89_RDBFL56 0xF00669D0          MC 89 Read Data and Bit Flip Register 56
MTU_MC89_RDBFL57 0xF00669D2          MC 89 Read Data and Bit Flip Register 57
MTU_MC89_RDBFL58 0xF00669D4          MC 89 Read Data and Bit Flip Register 58
MTU_MC89_RDBFL59 0xF00669D6          MC 89 Read Data and Bit Flip Register 59
MTU_MC89_RDBFL60 0xF00669D8          MC 89 Read Data and Bit Flip Register 60
MTU_MC89_RDBFL61 0xF00669DA          MC 89 Read Data and Bit Flip Register 61
MTU_MC89_RDBFL62 0xF00669DC          MC 89 Read Data and Bit Flip Register 62
MTU_MC89_RDBFL63 0xF00669DE          MC 89 Read Data and Bit Flip Register 63
MTU_MC89_RDBFL64 0xF00669E0          MC 89 Read Data and Bit Flip Register 64
MTU_MC89_RDBFL65 0xF00669E2          MC 89 Read Data and Bit Flip Register 65
MTU_MC89_RDBFL66 0xF00669E4          MC 89 Read Data and Bit Flip Register 66
MTU_MC89_ALMSRCS 0xF00669EE          MC 89 Alarm Sources Configuration Register
MTU_MC89_FAULTSTS 0xF00669F0          MC 89 SSH Safety Faults Status Register
MTU_MC89_ERRINFO0 0xF00669F2          MC 89 Error Information Register 0
MTU_MC89_ERRINFO1 0xF00669F4          MC 89 Error Information Register 1
MTU_MC89_ERRINFO2 0xF00669F6          MC 89 Error Information Register 2
MTU_MC89_ERRINFO3 0xF00669F8          MC 89 Error Information Register 3
MTU_MC89_ERRINFO4 0xF00669FA          MC 89 Error Information Register 4
MTU_MC90_CONFIG0 0xF0066A00          MC 90 Configuration Register 0
MTU_MC90_CONFIG1 0xF0066A02          MC 90 Configuration Register 1
MTU_MC90_MCONTROL 0xF0066A04          MC 90 MBIST Control Register
MTU_MC90_MSTATUS 0xF0066A06          MC 90 Status Register
MTU_MC90_RANGE  0xF0066A08          MC 90 Range Register, single address mode
MTU_MC90_REVID  0xF0066A0C          MC 90 Revision ID Register
MTU_MC90_ECCS   0xF0066A0E          MC 90 ECC Safety Register
MTU_MC90_ECCD   0xF0066A10          MC 90 Memory ECC Detection Register
MTU_MC90_ETRR0  0xF0066A12          MC 90 Error Tracking Register 0
MTU_MC90_ETRR1  0xF0066A14          MC 90 Error Tracking Register 1
MTU_MC90_ETRR2  0xF0066A16          MC 90 Error Tracking Register 2
MTU_MC90_ETRR3  0xF0066A18          MC 90 Error Tracking Register 3
MTU_MC90_ETRR4  0xF0066A1A          MC 90 Error Tracking Register 4
MTU_MC90_RDBFL0 0xF0066A60          MC 90 Read Data and Bit Flip Register 0
MTU_MC90_RDBFL1 0xF0066A62          MC 90 Read Data and Bit Flip Register 1
MTU_MC90_RDBFL2 0xF0066A64          MC 90 Read Data and Bit Flip Register 2
MTU_MC90_RDBFL3 0xF0066A66          MC 90 Read Data and Bit Flip Register 3
MTU_MC90_RDBFL4 0xF0066A68          MC 90 Read Data and Bit Flip Register 4
MTU_MC90_RDBFL5 0xF0066A6A          MC 90 Read Data and Bit Flip Register 5
MTU_MC90_RDBFL6 0xF0066A6C          MC 90 Read Data and Bit Flip Register 6
MTU_MC90_RDBFL7 0xF0066A6E          MC 90 Read Data and Bit Flip Register 7
MTU_MC90_RDBFL8 0xF0066A70          MC 90 Read Data and Bit Flip Register 8
MTU_MC90_RDBFL9 0xF0066A72          MC 90 Read Data and Bit Flip Register 9
MTU_MC90_RDBFL10 0xF0066A74          MC 90 Read Data and Bit Flip Register 10
MTU_MC90_RDBFL11 0xF0066A76          MC 90 Read Data and Bit Flip Register 11
MTU_MC90_RDBFL12 0xF0066A78          MC 90 Read Data and Bit Flip Register 12
MTU_MC90_RDBFL13 0xF0066A7A          MC 90 Read Data and Bit Flip Register 13
MTU_MC90_RDBFL14 0xF0066A7C          MC 90 Read Data and Bit Flip Register 14
MTU_MC90_RDBFL15 0xF0066A7E          MC 90 Read Data and Bit Flip Register 15
MTU_MC90_RDBFL16 0xF0066A80          MC 90 Read Data and Bit Flip Register 16
MTU_MC90_RDBFL17 0xF0066A82          MC 90 Read Data and Bit Flip Register 17
MTU_MC90_RDBFL18 0xF0066A84          MC 90 Read Data and Bit Flip Register 18
MTU_MC90_RDBFL19 0xF0066A86          MC 90 Read Data and Bit Flip Register 19
MTU_MC90_RDBFL20 0xF0066A88          MC 90 Read Data and Bit Flip Register 20
MTU_MC90_RDBFL21 0xF0066A8A          MC 90 Read Data and Bit Flip Register 21
MTU_MC90_RDBFL22 0xF0066A8C          MC 90 Read Data and Bit Flip Register 22
MTU_MC90_RDBFL23 0xF0066A8E          MC 90 Read Data and Bit Flip Register 23
MTU_MC90_RDBFL24 0xF0066A90          MC 90 Read Data and Bit Flip Register 24
MTU_MC90_RDBFL25 0xF0066A92          MC 90 Read Data and Bit Flip Register 25
MTU_MC90_RDBFL26 0xF0066A94          MC 90 Read Data and Bit Flip Register 26
MTU_MC90_RDBFL27 0xF0066A96          MC 90 Read Data and Bit Flip Register 27
MTU_MC90_RDBFL28 0xF0066A98          MC 90 Read Data and Bit Flip Register 28
MTU_MC90_RDBFL29 0xF0066A9A          MC 90 Read Data and Bit Flip Register 29
MTU_MC90_RDBFL30 0xF0066A9C          MC 90 Read Data and Bit Flip Register 30
MTU_MC90_RDBFL31 0xF0066A9E          MC 90 Read Data and Bit Flip Register 31
MTU_MC90_RDBFL32 0xF0066AA0          MC 90 Read Data and Bit Flip Register 32
MTU_MC90_RDBFL33 0xF0066AA2          MC 90 Read Data and Bit Flip Register 33
MTU_MC90_RDBFL34 0xF0066AA4          MC 90 Read Data and Bit Flip Register 34
MTU_MC90_RDBFL35 0xF0066AA6          MC 90 Read Data and Bit Flip Register 35
MTU_MC90_RDBFL36 0xF0066AA8          MC 90 Read Data and Bit Flip Register 36
MTU_MC90_RDBFL37 0xF0066AAA          MC 90 Read Data and Bit Flip Register 37
MTU_MC90_RDBFL38 0xF0066AAC          MC 90 Read Data and Bit Flip Register 38
MTU_MC90_RDBFL39 0xF0066AAE          MC 90 Read Data and Bit Flip Register 39
MTU_MC90_RDBFL40 0xF0066AB0          MC 90 Read Data and Bit Flip Register 40
MTU_MC90_RDBFL41 0xF0066AB2          MC 90 Read Data and Bit Flip Register 41
MTU_MC90_RDBFL42 0xF0066AB4          MC 90 Read Data and Bit Flip Register 42
MTU_MC90_RDBFL43 0xF0066AB6          MC 90 Read Data and Bit Flip Register 43
MTU_MC90_RDBFL44 0xF0066AB8          MC 90 Read Data and Bit Flip Register 44
MTU_MC90_RDBFL45 0xF0066ABA          MC 90 Read Data and Bit Flip Register 45
MTU_MC90_RDBFL46 0xF0066ABC          MC 90 Read Data and Bit Flip Register 46
MTU_MC90_RDBFL47 0xF0066ABE          MC 90 Read Data and Bit Flip Register 47
MTU_MC90_RDBFL48 0xF0066AC0          MC 90 Read Data and Bit Flip Register 48
MTU_MC90_RDBFL49 0xF0066AC2          MC 90 Read Data and Bit Flip Register 49
MTU_MC90_RDBFL50 0xF0066AC4          MC 90 Read Data and Bit Flip Register 50
MTU_MC90_RDBFL51 0xF0066AC6          MC 90 Read Data and Bit Flip Register 51
MTU_MC90_RDBFL52 0xF0066AC8          MC 90 Read Data and Bit Flip Register 52
MTU_MC90_RDBFL53 0xF0066ACA          MC 90 Read Data and Bit Flip Register 53
MTU_MC90_RDBFL54 0xF0066ACC          MC 90 Read Data and Bit Flip Register 54
MTU_MC90_RDBFL55 0xF0066ACE          MC 90 Read Data and Bit Flip Register 55
MTU_MC90_RDBFL56 0xF0066AD0          MC 90 Read Data and Bit Flip Register 56
MTU_MC90_RDBFL57 0xF0066AD2          MC 90 Read Data and Bit Flip Register 57
MTU_MC90_RDBFL58 0xF0066AD4          MC 90 Read Data and Bit Flip Register 58
MTU_MC90_RDBFL59 0xF0066AD6          MC 90 Read Data and Bit Flip Register 59
MTU_MC90_RDBFL60 0xF0066AD8          MC 90 Read Data and Bit Flip Register 60
MTU_MC90_RDBFL61 0xF0066ADA          MC 90 Read Data and Bit Flip Register 61
MTU_MC90_RDBFL62 0xF0066ADC          MC 90 Read Data and Bit Flip Register 62
MTU_MC90_RDBFL63 0xF0066ADE          MC 90 Read Data and Bit Flip Register 63
MTU_MC90_RDBFL64 0xF0066AE0          MC 90 Read Data and Bit Flip Register 64
MTU_MC90_RDBFL65 0xF0066AE2          MC 90 Read Data and Bit Flip Register 65
MTU_MC90_RDBFL66 0xF0066AE4          MC 90 Read Data and Bit Flip Register 66
MTU_MC90_ALMSRCS 0xF0066AEE          MC 90 Alarm Sources Configuration Register
MTU_MC90_FAULTSTS 0xF0066AF0          MC 90 SSH Safety Faults Status Register
MTU_MC90_ERRINFO0 0xF0066AF2          MC 90 Error Information Register 0
MTU_MC90_ERRINFO1 0xF0066AF4          MC 90 Error Information Register 1
MTU_MC90_ERRINFO2 0xF0066AF6          MC 90 Error Information Register 2
MTU_MC90_ERRINFO3 0xF0066AF8          MC 90 Error Information Register 3
MTU_MC90_ERRINFO4 0xF0066AFA          MC 90 Error Information Register 4
MTU_MC91_CONFIG0 0xF0066B00          MC 91 Configuration Register 0
MTU_MC91_CONFIG1 0xF0066B02          MC 91 Configuration Register 1
MTU_MC91_MCONTROL 0xF0066B04          MC 91 MBIST Control Register
MTU_MC91_MSTATUS 0xF0066B06          MC 91 Status Register
MTU_MC91_RANGE  0xF0066B08          MC 91 Range Register, single address mode
MTU_MC91_REVID  0xF0066B0C          MC 91 Revision ID Register
MTU_MC91_ECCS   0xF0066B0E          MC 91 ECC Safety Register
MTU_MC91_ECCD   0xF0066B10          MC 91 Memory ECC Detection Register
MTU_MC91_ETRR0  0xF0066B12          MC 91 Error Tracking Register 0
MTU_MC91_ETRR1  0xF0066B14          MC 91 Error Tracking Register 1
MTU_MC91_ETRR2  0xF0066B16          MC 91 Error Tracking Register 2
MTU_MC91_ETRR3  0xF0066B18          MC 91 Error Tracking Register 3
MTU_MC91_ETRR4  0xF0066B1A          MC 91 Error Tracking Register 4
MTU_MC91_RDBFL0 0xF0066B60          MC 91 Read Data and Bit Flip Register 0
MTU_MC91_RDBFL1 0xF0066B62          MC 91 Read Data and Bit Flip Register 1
MTU_MC91_RDBFL2 0xF0066B64          MC 91 Read Data and Bit Flip Register 2
MTU_MC91_RDBFL3 0xF0066B66          MC 91 Read Data and Bit Flip Register 3
MTU_MC91_RDBFL4 0xF0066B68          MC 91 Read Data and Bit Flip Register 4
MTU_MC91_RDBFL5 0xF0066B6A          MC 91 Read Data and Bit Flip Register 5
MTU_MC91_RDBFL6 0xF0066B6C          MC 91 Read Data and Bit Flip Register 6
MTU_MC91_RDBFL7 0xF0066B6E          MC 91 Read Data and Bit Flip Register 7
MTU_MC91_RDBFL8 0xF0066B70          MC 91 Read Data and Bit Flip Register 8
MTU_MC91_RDBFL9 0xF0066B72          MC 91 Read Data and Bit Flip Register 9
MTU_MC91_RDBFL10 0xF0066B74          MC 91 Read Data and Bit Flip Register 10
MTU_MC91_RDBFL11 0xF0066B76          MC 91 Read Data and Bit Flip Register 11
MTU_MC91_RDBFL12 0xF0066B78          MC 91 Read Data and Bit Flip Register 12
MTU_MC91_RDBFL13 0xF0066B7A          MC 91 Read Data and Bit Flip Register 13
MTU_MC91_RDBFL14 0xF0066B7C          MC 91 Read Data and Bit Flip Register 14
MTU_MC91_RDBFL15 0xF0066B7E          MC 91 Read Data and Bit Flip Register 15
MTU_MC91_RDBFL16 0xF0066B80          MC 91 Read Data and Bit Flip Register 16
MTU_MC91_RDBFL17 0xF0066B82          MC 91 Read Data and Bit Flip Register 17
MTU_MC91_RDBFL18 0xF0066B84          MC 91 Read Data and Bit Flip Register 18
MTU_MC91_RDBFL19 0xF0066B86          MC 91 Read Data and Bit Flip Register 19
MTU_MC91_RDBFL20 0xF0066B88          MC 91 Read Data and Bit Flip Register 20
MTU_MC91_RDBFL21 0xF0066B8A          MC 91 Read Data and Bit Flip Register 21
MTU_MC91_RDBFL22 0xF0066B8C          MC 91 Read Data and Bit Flip Register 22
MTU_MC91_RDBFL23 0xF0066B8E          MC 91 Read Data and Bit Flip Register 23
MTU_MC91_RDBFL24 0xF0066B90          MC 91 Read Data and Bit Flip Register 24
MTU_MC91_RDBFL25 0xF0066B92          MC 91 Read Data and Bit Flip Register 25
MTU_MC91_RDBFL26 0xF0066B94          MC 91 Read Data and Bit Flip Register 26
MTU_MC91_RDBFL27 0xF0066B96          MC 91 Read Data and Bit Flip Register 27
MTU_MC91_RDBFL28 0xF0066B98          MC 91 Read Data and Bit Flip Register 28
MTU_MC91_RDBFL29 0xF0066B9A          MC 91 Read Data and Bit Flip Register 29
MTU_MC91_RDBFL30 0xF0066B9C          MC 91 Read Data and Bit Flip Register 30
MTU_MC91_RDBFL31 0xF0066B9E          MC 91 Read Data and Bit Flip Register 31
MTU_MC91_RDBFL32 0xF0066BA0          MC 91 Read Data and Bit Flip Register 32
MTU_MC91_RDBFL33 0xF0066BA2          MC 91 Read Data and Bit Flip Register 33
MTU_MC91_RDBFL34 0xF0066BA4          MC 91 Read Data and Bit Flip Register 34
MTU_MC91_RDBFL35 0xF0066BA6          MC 91 Read Data and Bit Flip Register 35
MTU_MC91_RDBFL36 0xF0066BA8          MC 91 Read Data and Bit Flip Register 36
MTU_MC91_RDBFL37 0xF0066BAA          MC 91 Read Data and Bit Flip Register 37
MTU_MC91_RDBFL38 0xF0066BAC          MC 91 Read Data and Bit Flip Register 38
MTU_MC91_RDBFL39 0xF0066BAE          MC 91 Read Data and Bit Flip Register 39
MTU_MC91_RDBFL40 0xF0066BB0          MC 91 Read Data and Bit Flip Register 40
MTU_MC91_RDBFL41 0xF0066BB2          MC 91 Read Data and Bit Flip Register 41
MTU_MC91_RDBFL42 0xF0066BB4          MC 91 Read Data and Bit Flip Register 42
MTU_MC91_RDBFL43 0xF0066BB6          MC 91 Read Data and Bit Flip Register 43
MTU_MC91_RDBFL44 0xF0066BB8          MC 91 Read Data and Bit Flip Register 44
MTU_MC91_RDBFL45 0xF0066BBA          MC 91 Read Data and Bit Flip Register 45
MTU_MC91_RDBFL46 0xF0066BBC          MC 91 Read Data and Bit Flip Register 46
MTU_MC91_RDBFL47 0xF0066BBE          MC 91 Read Data and Bit Flip Register 47
MTU_MC91_RDBFL48 0xF0066BC0          MC 91 Read Data and Bit Flip Register 48
MTU_MC91_RDBFL49 0xF0066BC2          MC 91 Read Data and Bit Flip Register 49
MTU_MC91_RDBFL50 0xF0066BC4          MC 91 Read Data and Bit Flip Register 50
MTU_MC91_RDBFL51 0xF0066BC6          MC 91 Read Data and Bit Flip Register 51
MTU_MC91_RDBFL52 0xF0066BC8          MC 91 Read Data and Bit Flip Register 52
MTU_MC91_RDBFL53 0xF0066BCA          MC 91 Read Data and Bit Flip Register 53
MTU_MC91_RDBFL54 0xF0066BCC          MC 91 Read Data and Bit Flip Register 54
MTU_MC91_RDBFL55 0xF0066BCE          MC 91 Read Data and Bit Flip Register 55
MTU_MC91_RDBFL56 0xF0066BD0          MC 91 Read Data and Bit Flip Register 56
MTU_MC91_RDBFL57 0xF0066BD2          MC 91 Read Data and Bit Flip Register 57
MTU_MC91_RDBFL58 0xF0066BD4          MC 91 Read Data and Bit Flip Register 58
MTU_MC91_RDBFL59 0xF0066BD6          MC 91 Read Data and Bit Flip Register 59
MTU_MC91_RDBFL60 0xF0066BD8          MC 91 Read Data and Bit Flip Register 60
MTU_MC91_RDBFL61 0xF0066BDA          MC 91 Read Data and Bit Flip Register 61
MTU_MC91_RDBFL62 0xF0066BDC          MC 91 Read Data and Bit Flip Register 62
MTU_MC91_RDBFL63 0xF0066BDE          MC 91 Read Data and Bit Flip Register 63
MTU_MC91_RDBFL64 0xF0066BE0          MC 91 Read Data and Bit Flip Register 64
MTU_MC91_RDBFL65 0xF0066BE2          MC 91 Read Data and Bit Flip Register 65
MTU_MC91_RDBFL66 0xF0066BE4          MC 91 Read Data and Bit Flip Register 66
MTU_MC91_ALMSRCS 0xF0066BEE          MC 91 Alarm Sources Configuration Register
MTU_MC91_FAULTSTS 0xF0066BF0          MC 91 SSH Safety Faults Status Register
MTU_MC91_ERRINFO0 0xF0066BF2          MC 91 Error Information Register 0
MTU_MC91_ERRINFO1 0xF0066BF4          MC 91 Error Information Register 1
MTU_MC91_ERRINFO2 0xF0066BF6          MC 91 Error Information Register 2
MTU_MC91_ERRINFO3 0xF0066BF8          MC 91 Error Information Register 3
MTU_MC91_ERRINFO4 0xF0066BFA          MC 91 Error Information Register 4
MTU_MC92_CONFIG0 0xF0066C00          MC 92 Configuration Register 0
MTU_MC92_CONFIG1 0xF0066C02          MC 92 Configuration Register 1
MTU_MC92_MCONTROL 0xF0066C04          MC 92 MBIST Control Register
MTU_MC92_MSTATUS 0xF0066C06          MC 92 Status Register
MTU_MC92_RANGE  0xF0066C08          MC 92 Range Register, single address mode
MTU_MC92_REVID  0xF0066C0C          MC 92 Revision ID Register
MTU_MC92_ECCS   0xF0066C0E          MC 92 ECC Safety Register
MTU_MC92_ECCD   0xF0066C10          MC 92 Memory ECC Detection Register
MTU_MC92_ETRR0  0xF0066C12          MC 92 Error Tracking Register 0
MTU_MC92_ETRR1  0xF0066C14          MC 92 Error Tracking Register 1
MTU_MC92_ETRR2  0xF0066C16          MC 92 Error Tracking Register 2
MTU_MC92_ETRR3  0xF0066C18          MC 92 Error Tracking Register 3
MTU_MC92_ETRR4  0xF0066C1A          MC 92 Error Tracking Register 4
MTU_MC92_RDBFL0 0xF0066C60          MC 92 Read Data and Bit Flip Register 0
MTU_MC92_RDBFL1 0xF0066C62          MC 92 Read Data and Bit Flip Register 1
MTU_MC92_RDBFL2 0xF0066C64          MC 92 Read Data and Bit Flip Register 2
MTU_MC92_RDBFL3 0xF0066C66          MC 92 Read Data and Bit Flip Register 3
MTU_MC92_RDBFL4 0xF0066C68          MC 92 Read Data and Bit Flip Register 4
MTU_MC92_RDBFL5 0xF0066C6A          MC 92 Read Data and Bit Flip Register 5
MTU_MC92_RDBFL6 0xF0066C6C          MC 92 Read Data and Bit Flip Register 6
MTU_MC92_RDBFL7 0xF0066C6E          MC 92 Read Data and Bit Flip Register 7
MTU_MC92_RDBFL8 0xF0066C70          MC 92 Read Data and Bit Flip Register 8
MTU_MC92_RDBFL9 0xF0066C72          MC 92 Read Data and Bit Flip Register 9
MTU_MC92_RDBFL10 0xF0066C74          MC 92 Read Data and Bit Flip Register 10
MTU_MC92_RDBFL11 0xF0066C76          MC 92 Read Data and Bit Flip Register 11
MTU_MC92_RDBFL12 0xF0066C78          MC 92 Read Data and Bit Flip Register 12
MTU_MC92_RDBFL13 0xF0066C7A          MC 92 Read Data and Bit Flip Register 13
MTU_MC92_RDBFL14 0xF0066C7C          MC 92 Read Data and Bit Flip Register 14
MTU_MC92_RDBFL15 0xF0066C7E          MC 92 Read Data and Bit Flip Register 15
MTU_MC92_RDBFL16 0xF0066C80          MC 92 Read Data and Bit Flip Register 16
MTU_MC92_RDBFL17 0xF0066C82          MC 92 Read Data and Bit Flip Register 17
MTU_MC92_RDBFL18 0xF0066C84          MC 92 Read Data and Bit Flip Register 18
MTU_MC92_RDBFL19 0xF0066C86          MC 92 Read Data and Bit Flip Register 19
MTU_MC92_RDBFL20 0xF0066C88          MC 92 Read Data and Bit Flip Register 20
MTU_MC92_RDBFL21 0xF0066C8A          MC 92 Read Data and Bit Flip Register 21
MTU_MC92_RDBFL22 0xF0066C8C          MC 92 Read Data and Bit Flip Register 22
MTU_MC92_RDBFL23 0xF0066C8E          MC 92 Read Data and Bit Flip Register 23
MTU_MC92_RDBFL24 0xF0066C90          MC 92 Read Data and Bit Flip Register 24
MTU_MC92_RDBFL25 0xF0066C92          MC 92 Read Data and Bit Flip Register 25
MTU_MC92_RDBFL26 0xF0066C94          MC 92 Read Data and Bit Flip Register 26
MTU_MC92_RDBFL27 0xF0066C96          MC 92 Read Data and Bit Flip Register 27
MTU_MC92_RDBFL28 0xF0066C98          MC 92 Read Data and Bit Flip Register 28
MTU_MC92_RDBFL29 0xF0066C9A          MC 92 Read Data and Bit Flip Register 29
MTU_MC92_RDBFL30 0xF0066C9C          MC 92 Read Data and Bit Flip Register 30
MTU_MC92_RDBFL31 0xF0066C9E          MC 92 Read Data and Bit Flip Register 31
MTU_MC92_RDBFL32 0xF0066CA0          MC 92 Read Data and Bit Flip Register 32
MTU_MC92_RDBFL33 0xF0066CA2          MC 92 Read Data and Bit Flip Register 33
MTU_MC92_RDBFL34 0xF0066CA4          MC 92 Read Data and Bit Flip Register 34
MTU_MC92_RDBFL35 0xF0066CA6          MC 92 Read Data and Bit Flip Register 35
MTU_MC92_RDBFL36 0xF0066CA8          MC 92 Read Data and Bit Flip Register 36
MTU_MC92_RDBFL37 0xF0066CAA          MC 92 Read Data and Bit Flip Register 37
MTU_MC92_RDBFL38 0xF0066CAC          MC 92 Read Data and Bit Flip Register 38
MTU_MC92_RDBFL39 0xF0066CAE          MC 92 Read Data and Bit Flip Register 39
MTU_MC92_RDBFL40 0xF0066CB0          MC 92 Read Data and Bit Flip Register 40
MTU_MC92_RDBFL41 0xF0066CB2          MC 92 Read Data and Bit Flip Register 41
MTU_MC92_RDBFL42 0xF0066CB4          MC 92 Read Data and Bit Flip Register 42
MTU_MC92_RDBFL43 0xF0066CB6          MC 92 Read Data and Bit Flip Register 43
MTU_MC92_RDBFL44 0xF0066CB8          MC 92 Read Data and Bit Flip Register 44
MTU_MC92_RDBFL45 0xF0066CBA          MC 92 Read Data and Bit Flip Register 45
MTU_MC92_RDBFL46 0xF0066CBC          MC 92 Read Data and Bit Flip Register 46
MTU_MC92_RDBFL47 0xF0066CBE          MC 92 Read Data and Bit Flip Register 47
MTU_MC92_RDBFL48 0xF0066CC0          MC 92 Read Data and Bit Flip Register 48
MTU_MC92_RDBFL49 0xF0066CC2          MC 92 Read Data and Bit Flip Register 49
MTU_MC92_RDBFL50 0xF0066CC4          MC 92 Read Data and Bit Flip Register 50
MTU_MC92_RDBFL51 0xF0066CC6          MC 92 Read Data and Bit Flip Register 51
MTU_MC92_RDBFL52 0xF0066CC8          MC 92 Read Data and Bit Flip Register 52
MTU_MC92_RDBFL53 0xF0066CCA          MC 92 Read Data and Bit Flip Register 53
MTU_MC92_RDBFL54 0xF0066CCC          MC 92 Read Data and Bit Flip Register 54
MTU_MC92_RDBFL55 0xF0066CCE          MC 92 Read Data and Bit Flip Register 55
MTU_MC92_RDBFL56 0xF0066CD0          MC 92 Read Data and Bit Flip Register 56
MTU_MC92_RDBFL57 0xF0066CD2          MC 92 Read Data and Bit Flip Register 57
MTU_MC92_RDBFL58 0xF0066CD4          MC 92 Read Data and Bit Flip Register 58
MTU_MC92_RDBFL59 0xF0066CD6          MC 92 Read Data and Bit Flip Register 59
MTU_MC92_RDBFL60 0xF0066CD8          MC 92 Read Data and Bit Flip Register 60
MTU_MC92_RDBFL61 0xF0066CDA          MC 92 Read Data and Bit Flip Register 61
MTU_MC92_RDBFL62 0xF0066CDC          MC 92 Read Data and Bit Flip Register 62
MTU_MC92_RDBFL63 0xF0066CDE          MC 92 Read Data and Bit Flip Register 63
MTU_MC92_RDBFL64 0xF0066CE0          MC 92 Read Data and Bit Flip Register 64
MTU_MC92_RDBFL65 0xF0066CE2          MC 92 Read Data and Bit Flip Register 65
MTU_MC92_RDBFL66 0xF0066CE4          MC 92 Read Data and Bit Flip Register 66
MTU_MC92_ALMSRCS 0xF0066CEE          MC 92 Alarm Sources Configuration Register
MTU_MC92_FAULTSTS 0xF0066CF0          MC 92 SSH Safety Faults Status Register
MTU_MC92_ERRINFO0 0xF0066CF2          MC 92 Error Information Register 0
MTU_MC92_ERRINFO1 0xF0066CF4          MC 92 Error Information Register 1
MTU_MC92_ERRINFO2 0xF0066CF6          MC 92 Error Information Register 2
MTU_MC92_ERRINFO3 0xF0066CF8          MC 92 Error Information Register 3
MTU_MC92_ERRINFO4 0xF0066CFA          MC 92 Error Information Register 4
MTU_MC93_CONFIG0 0xF0066D00          MC 93 Configuration Register 0
MTU_MC93_CONFIG1 0xF0066D02          MC 93 Configuration Register 1
MTU_MC93_MCONTROL 0xF0066D04          MC 93 MBIST Control Register
MTU_MC93_MSTATUS 0xF0066D06          MC 93 Status Register
MTU_MC93_RANGE  0xF0066D08          MC 93 Range Register, single address mode
MTU_MC93_REVID  0xF0066D0C          MC 93 Revision ID Register
MTU_MC93_ECCS   0xF0066D0E          MC 93 ECC Safety Register
MTU_MC93_ECCD   0xF0066D10          MC 93 Memory ECC Detection Register
MTU_MC93_ETRR0  0xF0066D12          MC 93 Error Tracking Register 0
MTU_MC93_ETRR1  0xF0066D14          MC 93 Error Tracking Register 1
MTU_MC93_ETRR2  0xF0066D16          MC 93 Error Tracking Register 2
MTU_MC93_ETRR3  0xF0066D18          MC 93 Error Tracking Register 3
MTU_MC93_ETRR4  0xF0066D1A          MC 93 Error Tracking Register 4
MTU_MC93_RDBFL0 0xF0066D60          MC 93 Read Data and Bit Flip Register 0
MTU_MC93_RDBFL1 0xF0066D62          MC 93 Read Data and Bit Flip Register 1
MTU_MC93_RDBFL2 0xF0066D64          MC 93 Read Data and Bit Flip Register 2
MTU_MC93_RDBFL3 0xF0066D66          MC 93 Read Data and Bit Flip Register 3
MTU_MC93_RDBFL4 0xF0066D68          MC 93 Read Data and Bit Flip Register 4
MTU_MC93_RDBFL5 0xF0066D6A          MC 93 Read Data and Bit Flip Register 5
MTU_MC93_RDBFL6 0xF0066D6C          MC 93 Read Data and Bit Flip Register 6
MTU_MC93_RDBFL7 0xF0066D6E          MC 93 Read Data and Bit Flip Register 7
MTU_MC93_RDBFL8 0xF0066D70          MC 93 Read Data and Bit Flip Register 8
MTU_MC93_RDBFL9 0xF0066D72          MC 93 Read Data and Bit Flip Register 9
MTU_MC93_RDBFL10 0xF0066D74          MC 93 Read Data and Bit Flip Register 10
MTU_MC93_RDBFL11 0xF0066D76          MC 93 Read Data and Bit Flip Register 11
MTU_MC93_RDBFL12 0xF0066D78          MC 93 Read Data and Bit Flip Register 12
MTU_MC93_RDBFL13 0xF0066D7A          MC 93 Read Data and Bit Flip Register 13
MTU_MC93_RDBFL14 0xF0066D7C          MC 93 Read Data and Bit Flip Register 14
MTU_MC93_RDBFL15 0xF0066D7E          MC 93 Read Data and Bit Flip Register 15
MTU_MC93_RDBFL16 0xF0066D80          MC 93 Read Data and Bit Flip Register 16
MTU_MC93_RDBFL17 0xF0066D82          MC 93 Read Data and Bit Flip Register 17
MTU_MC93_RDBFL18 0xF0066D84          MC 93 Read Data and Bit Flip Register 18
MTU_MC93_RDBFL19 0xF0066D86          MC 93 Read Data and Bit Flip Register 19
MTU_MC93_RDBFL20 0xF0066D88          MC 93 Read Data and Bit Flip Register 20
MTU_MC93_RDBFL21 0xF0066D8A          MC 93 Read Data and Bit Flip Register 21
MTU_MC93_RDBFL22 0xF0066D8C          MC 93 Read Data and Bit Flip Register 22
MTU_MC93_RDBFL23 0xF0066D8E          MC 93 Read Data and Bit Flip Register 23
MTU_MC93_RDBFL24 0xF0066D90          MC 93 Read Data and Bit Flip Register 24
MTU_MC93_RDBFL25 0xF0066D92          MC 93 Read Data and Bit Flip Register 25
MTU_MC93_RDBFL26 0xF0066D94          MC 93 Read Data and Bit Flip Register 26
MTU_MC93_RDBFL27 0xF0066D96          MC 93 Read Data and Bit Flip Register 27
MTU_MC93_RDBFL28 0xF0066D98          MC 93 Read Data and Bit Flip Register 28
MTU_MC93_RDBFL29 0xF0066D9A          MC 93 Read Data and Bit Flip Register 29
MTU_MC93_RDBFL30 0xF0066D9C          MC 93 Read Data and Bit Flip Register 30
MTU_MC93_RDBFL31 0xF0066D9E          MC 93 Read Data and Bit Flip Register 31
MTU_MC93_RDBFL32 0xF0066DA0          MC 93 Read Data and Bit Flip Register 32
MTU_MC93_RDBFL33 0xF0066DA2          MC 93 Read Data and Bit Flip Register 33
MTU_MC93_RDBFL34 0xF0066DA4          MC 93 Read Data and Bit Flip Register 34
MTU_MC93_RDBFL35 0xF0066DA6          MC 93 Read Data and Bit Flip Register 35
MTU_MC93_RDBFL36 0xF0066DA8          MC 93 Read Data and Bit Flip Register 36
MTU_MC93_RDBFL37 0xF0066DAA          MC 93 Read Data and Bit Flip Register 37
MTU_MC93_RDBFL38 0xF0066DAC          MC 93 Read Data and Bit Flip Register 38
MTU_MC93_RDBFL39 0xF0066DAE          MC 93 Read Data and Bit Flip Register 39
MTU_MC93_RDBFL40 0xF0066DB0          MC 93 Read Data and Bit Flip Register 40
MTU_MC93_RDBFL41 0xF0066DB2          MC 93 Read Data and Bit Flip Register 41
MTU_MC93_RDBFL42 0xF0066DB4          MC 93 Read Data and Bit Flip Register 42
MTU_MC93_RDBFL43 0xF0066DB6          MC 93 Read Data and Bit Flip Register 43
MTU_MC93_RDBFL44 0xF0066DB8          MC 93 Read Data and Bit Flip Register 44
MTU_MC93_RDBFL45 0xF0066DBA          MC 93 Read Data and Bit Flip Register 45
MTU_MC93_RDBFL46 0xF0066DBC          MC 93 Read Data and Bit Flip Register 46
MTU_MC93_RDBFL47 0xF0066DBE          MC 93 Read Data and Bit Flip Register 47
MTU_MC93_RDBFL48 0xF0066DC0          MC 93 Read Data and Bit Flip Register 48
MTU_MC93_RDBFL49 0xF0066DC2          MC 93 Read Data and Bit Flip Register 49
MTU_MC93_RDBFL50 0xF0066DC4          MC 93 Read Data and Bit Flip Register 50
MTU_MC93_RDBFL51 0xF0066DC6          MC 93 Read Data and Bit Flip Register 51
MTU_MC93_RDBFL52 0xF0066DC8          MC 93 Read Data and Bit Flip Register 52
MTU_MC93_RDBFL53 0xF0066DCA          MC 93 Read Data and Bit Flip Register 53
MTU_MC93_RDBFL54 0xF0066DCC          MC 93 Read Data and Bit Flip Register 54
MTU_MC93_RDBFL55 0xF0066DCE          MC 93 Read Data and Bit Flip Register 55
MTU_MC93_RDBFL56 0xF0066DD0          MC 93 Read Data and Bit Flip Register 56
MTU_MC93_RDBFL57 0xF0066DD2          MC 93 Read Data and Bit Flip Register 57
MTU_MC93_RDBFL58 0xF0066DD4          MC 93 Read Data and Bit Flip Register 58
MTU_MC93_RDBFL59 0xF0066DD6          MC 93 Read Data and Bit Flip Register 59
MTU_MC93_RDBFL60 0xF0066DD8          MC 93 Read Data and Bit Flip Register 60
MTU_MC93_RDBFL61 0xF0066DDA          MC 93 Read Data and Bit Flip Register 61
MTU_MC93_RDBFL62 0xF0066DDC          MC 93 Read Data and Bit Flip Register 62
MTU_MC93_RDBFL63 0xF0066DDE          MC 93 Read Data and Bit Flip Register 63
MTU_MC93_RDBFL64 0xF0066DE0          MC 93 Read Data and Bit Flip Register 64
MTU_MC93_RDBFL65 0xF0066DE2          MC 93 Read Data and Bit Flip Register 65
MTU_MC93_RDBFL66 0xF0066DE4          MC 93 Read Data and Bit Flip Register 66
MTU_MC93_ALMSRCS 0xF0066DEE          MC 93 Alarm Sources Configuration Register
MTU_MC93_FAULTSTS 0xF0066DF0          MC 93 SSH Safety Faults Status Register
MTU_MC93_ERRINFO0 0xF0066DF2          MC 93 Error Information Register 0
MTU_MC93_ERRINFO1 0xF0066DF4          MC 93 Error Information Register 1
MTU_MC93_ERRINFO2 0xF0066DF6          MC 93 Error Information Register 2
MTU_MC93_ERRINFO3 0xF0066DF8          MC 93 Error Information Register 3
MTU_MC93_ERRINFO4 0xF0066DFA          MC 93 Error Information Register 4
MTU_MC94_CONFIG0 0xF0066E00          MC 94 Configuration Register 0
MTU_MC94_CONFIG1 0xF0066E02          MC 94 Configuration Register 1
MTU_MC94_MCONTROL 0xF0066E04          MC 94 MBIST Control Register
MTU_MC94_MSTATUS 0xF0066E06          MC 94 Status Register
MTU_MC94_RANGE  0xF0066E08          MC 94 Range Register, single address mode
MTU_MC94_REVID  0xF0066E0C          MC 94 Revision ID Register
MTU_MC94_ECCS   0xF0066E0E          MC 94 ECC Safety Register
MTU_MC94_ECCD   0xF0066E10          MC 94 Memory ECC Detection Register
MTU_MC94_ETRR0  0xF0066E12          MC 94 Error Tracking Register 0
MTU_MC94_ETRR1  0xF0066E14          MC 94 Error Tracking Register 1
MTU_MC94_ETRR2  0xF0066E16          MC 94 Error Tracking Register 2
MTU_MC94_ETRR3  0xF0066E18          MC 94 Error Tracking Register 3
MTU_MC94_ETRR4  0xF0066E1A          MC 94 Error Tracking Register 4
MTU_MC94_RDBFL0 0xF0066E60          MC 94 Read Data and Bit Flip Register 0
MTU_MC94_RDBFL1 0xF0066E62          MC 94 Read Data and Bit Flip Register 1
MTU_MC94_RDBFL2 0xF0066E64          MC 94 Read Data and Bit Flip Register 2
MTU_MC94_RDBFL3 0xF0066E66          MC 94 Read Data and Bit Flip Register 3
MTU_MC94_RDBFL4 0xF0066E68          MC 94 Read Data and Bit Flip Register 4
MTU_MC94_RDBFL5 0xF0066E6A          MC 94 Read Data and Bit Flip Register 5
MTU_MC94_RDBFL6 0xF0066E6C          MC 94 Read Data and Bit Flip Register 6
MTU_MC94_RDBFL7 0xF0066E6E          MC 94 Read Data and Bit Flip Register 7
MTU_MC94_RDBFL8 0xF0066E70          MC 94 Read Data and Bit Flip Register 8
MTU_MC94_RDBFL9 0xF0066E72          MC 94 Read Data and Bit Flip Register 9
MTU_MC94_RDBFL10 0xF0066E74          MC 94 Read Data and Bit Flip Register 10
MTU_MC94_RDBFL11 0xF0066E76          MC 94 Read Data and Bit Flip Register 11
MTU_MC94_RDBFL12 0xF0066E78          MC 94 Read Data and Bit Flip Register 12
MTU_MC94_RDBFL13 0xF0066E7A          MC 94 Read Data and Bit Flip Register 13
MTU_MC94_RDBFL14 0xF0066E7C          MC 94 Read Data and Bit Flip Register 14
MTU_MC94_RDBFL15 0xF0066E7E          MC 94 Read Data and Bit Flip Register 15
MTU_MC94_RDBFL16 0xF0066E80          MC 94 Read Data and Bit Flip Register 16
MTU_MC94_RDBFL17 0xF0066E82          MC 94 Read Data and Bit Flip Register 17
MTU_MC94_RDBFL18 0xF0066E84          MC 94 Read Data and Bit Flip Register 18
MTU_MC94_RDBFL19 0xF0066E86          MC 94 Read Data and Bit Flip Register 19
MTU_MC94_RDBFL20 0xF0066E88          MC 94 Read Data and Bit Flip Register 20
MTU_MC94_RDBFL21 0xF0066E8A          MC 94 Read Data and Bit Flip Register 21
MTU_MC94_RDBFL22 0xF0066E8C          MC 94 Read Data and Bit Flip Register 22
MTU_MC94_RDBFL23 0xF0066E8E          MC 94 Read Data and Bit Flip Register 23
MTU_MC94_RDBFL24 0xF0066E90          MC 94 Read Data and Bit Flip Register 24
MTU_MC94_RDBFL25 0xF0066E92          MC 94 Read Data and Bit Flip Register 25
MTU_MC94_RDBFL26 0xF0066E94          MC 94 Read Data and Bit Flip Register 26
MTU_MC94_RDBFL27 0xF0066E96          MC 94 Read Data and Bit Flip Register 27
MTU_MC94_RDBFL28 0xF0066E98          MC 94 Read Data and Bit Flip Register 28
MTU_MC94_RDBFL29 0xF0066E9A          MC 94 Read Data and Bit Flip Register 29
MTU_MC94_RDBFL30 0xF0066E9C          MC 94 Read Data and Bit Flip Register 30
MTU_MC94_RDBFL31 0xF0066E9E          MC 94 Read Data and Bit Flip Register 31
MTU_MC94_RDBFL32 0xF0066EA0          MC 94 Read Data and Bit Flip Register 32
MTU_MC94_RDBFL33 0xF0066EA2          MC 94 Read Data and Bit Flip Register 33
MTU_MC94_RDBFL34 0xF0066EA4          MC 94 Read Data and Bit Flip Register 34
MTU_MC94_RDBFL35 0xF0066EA6          MC 94 Read Data and Bit Flip Register 35
MTU_MC94_RDBFL36 0xF0066EA8          MC 94 Read Data and Bit Flip Register 36
MTU_MC94_RDBFL37 0xF0066EAA          MC 94 Read Data and Bit Flip Register 37
MTU_MC94_RDBFL38 0xF0066EAC          MC 94 Read Data and Bit Flip Register 38
MTU_MC94_RDBFL39 0xF0066EAE          MC 94 Read Data and Bit Flip Register 39
MTU_MC94_RDBFL40 0xF0066EB0          MC 94 Read Data and Bit Flip Register 40
MTU_MC94_RDBFL41 0xF0066EB2          MC 94 Read Data and Bit Flip Register 41
MTU_MC94_RDBFL42 0xF0066EB4          MC 94 Read Data and Bit Flip Register 42
MTU_MC94_RDBFL43 0xF0066EB6          MC 94 Read Data and Bit Flip Register 43
MTU_MC94_RDBFL44 0xF0066EB8          MC 94 Read Data and Bit Flip Register 44
MTU_MC94_RDBFL45 0xF0066EBA          MC 94 Read Data and Bit Flip Register 45
MTU_MC94_RDBFL46 0xF0066EBC          MC 94 Read Data and Bit Flip Register 46
MTU_MC94_RDBFL47 0xF0066EBE          MC 94 Read Data and Bit Flip Register 47
MTU_MC94_RDBFL48 0xF0066EC0          MC 94 Read Data and Bit Flip Register 48
MTU_MC94_RDBFL49 0xF0066EC2          MC 94 Read Data and Bit Flip Register 49
MTU_MC94_RDBFL50 0xF0066EC4          MC 94 Read Data and Bit Flip Register 50
MTU_MC94_RDBFL51 0xF0066EC6          MC 94 Read Data and Bit Flip Register 51
MTU_MC94_RDBFL52 0xF0066EC8          MC 94 Read Data and Bit Flip Register 52
MTU_MC94_RDBFL53 0xF0066ECA          MC 94 Read Data and Bit Flip Register 53
MTU_MC94_RDBFL54 0xF0066ECC          MC 94 Read Data and Bit Flip Register 54
MTU_MC94_RDBFL55 0xF0066ECE          MC 94 Read Data and Bit Flip Register 55
MTU_MC94_RDBFL56 0xF0066ED0          MC 94 Read Data and Bit Flip Register 56
MTU_MC94_RDBFL57 0xF0066ED2          MC 94 Read Data and Bit Flip Register 57
MTU_MC94_RDBFL58 0xF0066ED4          MC 94 Read Data and Bit Flip Register 58
MTU_MC94_RDBFL59 0xF0066ED6          MC 94 Read Data and Bit Flip Register 59
MTU_MC94_RDBFL60 0xF0066ED8          MC 94 Read Data and Bit Flip Register 60
MTU_MC94_RDBFL61 0xF0066EDA          MC 94 Read Data and Bit Flip Register 61
MTU_MC94_RDBFL62 0xF0066EDC          MC 94 Read Data and Bit Flip Register 62
MTU_MC94_RDBFL63 0xF0066EDE          MC 94 Read Data and Bit Flip Register 63
MTU_MC94_RDBFL64 0xF0066EE0          MC 94 Read Data and Bit Flip Register 64
MTU_MC94_RDBFL65 0xF0066EE2          MC 94 Read Data and Bit Flip Register 65
MTU_MC94_RDBFL66 0xF0066EE4          MC 94 Read Data and Bit Flip Register 66
MTU_MC94_ALMSRCS 0xF0066EEE          MC 94 Alarm Sources Configuration Register
MTU_MC94_FAULTSTS 0xF0066EF0          MC 94 SSH Safety Faults Status Register
MTU_MC94_ERRINFO0 0xF0066EF2          MC 94 Error Information Register 0
MTU_MC94_ERRINFO1 0xF0066EF4          MC 94 Error Information Register 1
MTU_MC94_ERRINFO2 0xF0066EF6          MC 94 Error Information Register 2
MTU_MC94_ERRINFO3 0xF0066EF8          MC 94 Error Information Register 3
MTU_MC94_ERRINFO4 0xF0066EFA          MC 94 Error Information Register 4
MTU_MC95_CONFIG0 0xF0066F00          MC 95 Configuration Register 0
MTU_MC95_CONFIG1 0xF0066F02          MC 95 Configuration Register 1
MTU_MC95_MCONTROL 0xF0066F04          MC 95 MBIST Control Register
MTU_MC95_MSTATUS 0xF0066F06          MC 95 Status Register
MTU_MC95_RANGE  0xF0066F08          MC 95 Range Register, single address mode
MTU_MC95_REVID  0xF0066F0C          MC 95 Revision ID Register
MTU_MC95_ECCS   0xF0066F0E          MC 95 ECC Safety Register
MTU_MC95_ECCD   0xF0066F10          MC 95 Memory ECC Detection Register
MTU_MC95_ETRR0  0xF0066F12          MC 95 Error Tracking Register 0
MTU_MC95_ETRR1  0xF0066F14          MC 95 Error Tracking Register 1
MTU_MC95_ETRR2  0xF0066F16          MC 95 Error Tracking Register 2
MTU_MC95_ETRR3  0xF0066F18          MC 95 Error Tracking Register 3
MTU_MC95_ETRR4  0xF0066F1A          MC 95 Error Tracking Register 4
MTU_MC95_RDBFL0 0xF0066F60          MC 95 Read Data and Bit Flip Register 0
MTU_MC95_RDBFL1 0xF0066F62          MC 95 Read Data and Bit Flip Register 1
MTU_MC95_RDBFL2 0xF0066F64          MC 95 Read Data and Bit Flip Register 2
MTU_MC95_RDBFL3 0xF0066F66          MC 95 Read Data and Bit Flip Register 3
MTU_MC95_RDBFL4 0xF0066F68          MC 95 Read Data and Bit Flip Register 4
MTU_MC95_RDBFL5 0xF0066F6A          MC 95 Read Data and Bit Flip Register 5
MTU_MC95_RDBFL6 0xF0066F6C          MC 95 Read Data and Bit Flip Register 6
MTU_MC95_RDBFL7 0xF0066F6E          MC 95 Read Data and Bit Flip Register 7
MTU_MC95_RDBFL8 0xF0066F70          MC 95 Read Data and Bit Flip Register 8
MTU_MC95_RDBFL9 0xF0066F72          MC 95 Read Data and Bit Flip Register 9
MTU_MC95_RDBFL10 0xF0066F74          MC 95 Read Data and Bit Flip Register 10
MTU_MC95_RDBFL11 0xF0066F76          MC 95 Read Data and Bit Flip Register 11
MTU_MC95_RDBFL12 0xF0066F78          MC 95 Read Data and Bit Flip Register 12
MTU_MC95_RDBFL13 0xF0066F7A          MC 95 Read Data and Bit Flip Register 13
MTU_MC95_RDBFL14 0xF0066F7C          MC 95 Read Data and Bit Flip Register 14
MTU_MC95_RDBFL15 0xF0066F7E          MC 95 Read Data and Bit Flip Register 15
MTU_MC95_RDBFL16 0xF0066F80          MC 95 Read Data and Bit Flip Register 16
MTU_MC95_RDBFL17 0xF0066F82          MC 95 Read Data and Bit Flip Register 17
MTU_MC95_RDBFL18 0xF0066F84          MC 95 Read Data and Bit Flip Register 18
MTU_MC95_RDBFL19 0xF0066F86          MC 95 Read Data and Bit Flip Register 19
MTU_MC95_RDBFL20 0xF0066F88          MC 95 Read Data and Bit Flip Register 20
MTU_MC95_RDBFL21 0xF0066F8A          MC 95 Read Data and Bit Flip Register 21
MTU_MC95_RDBFL22 0xF0066F8C          MC 95 Read Data and Bit Flip Register 22
MTU_MC95_RDBFL23 0xF0066F8E          MC 95 Read Data and Bit Flip Register 23
MTU_MC95_RDBFL24 0xF0066F90          MC 95 Read Data and Bit Flip Register 24
MTU_MC95_RDBFL25 0xF0066F92          MC 95 Read Data and Bit Flip Register 25
MTU_MC95_RDBFL26 0xF0066F94          MC 95 Read Data and Bit Flip Register 26
MTU_MC95_RDBFL27 0xF0066F96          MC 95 Read Data and Bit Flip Register 27
MTU_MC95_RDBFL28 0xF0066F98          MC 95 Read Data and Bit Flip Register 28
MTU_MC95_RDBFL29 0xF0066F9A          MC 95 Read Data and Bit Flip Register 29
MTU_MC95_RDBFL30 0xF0066F9C          MC 95 Read Data and Bit Flip Register 30
MTU_MC95_RDBFL31 0xF0066F9E          MC 95 Read Data and Bit Flip Register 31
MTU_MC95_RDBFL32 0xF0066FA0          MC 95 Read Data and Bit Flip Register 32
MTU_MC95_RDBFL33 0xF0066FA2          MC 95 Read Data and Bit Flip Register 33
MTU_MC95_RDBFL34 0xF0066FA4          MC 95 Read Data and Bit Flip Register 34
MTU_MC95_RDBFL35 0xF0066FA6          MC 95 Read Data and Bit Flip Register 35
MTU_MC95_RDBFL36 0xF0066FA8          MC 95 Read Data and Bit Flip Register 36
MTU_MC95_RDBFL37 0xF0066FAA          MC 95 Read Data and Bit Flip Register 37
MTU_MC95_RDBFL38 0xF0066FAC          MC 95 Read Data and Bit Flip Register 38
MTU_MC95_RDBFL39 0xF0066FAE          MC 95 Read Data and Bit Flip Register 39
MTU_MC95_RDBFL40 0xF0066FB0          MC 95 Read Data and Bit Flip Register 40
MTU_MC95_RDBFL41 0xF0066FB2          MC 95 Read Data and Bit Flip Register 41
MTU_MC95_RDBFL42 0xF0066FB4          MC 95 Read Data and Bit Flip Register 42
MTU_MC95_RDBFL43 0xF0066FB6          MC 95 Read Data and Bit Flip Register 43
MTU_MC95_RDBFL44 0xF0066FB8          MC 95 Read Data and Bit Flip Register 44
MTU_MC95_RDBFL45 0xF0066FBA          MC 95 Read Data and Bit Flip Register 45
MTU_MC95_RDBFL46 0xF0066FBC          MC 95 Read Data and Bit Flip Register 46
MTU_MC95_RDBFL47 0xF0066FBE          MC 95 Read Data and Bit Flip Register 47
MTU_MC95_RDBFL48 0xF0066FC0          MC 95 Read Data and Bit Flip Register 48
MTU_MC95_RDBFL49 0xF0066FC2          MC 95 Read Data and Bit Flip Register 49
MTU_MC95_RDBFL50 0xF0066FC4          MC 95 Read Data and Bit Flip Register 50
MTU_MC95_RDBFL51 0xF0066FC6          MC 95 Read Data and Bit Flip Register 51
MTU_MC95_RDBFL52 0xF0066FC8          MC 95 Read Data and Bit Flip Register 52
MTU_MC95_RDBFL53 0xF0066FCA          MC 95 Read Data and Bit Flip Register 53
MTU_MC95_RDBFL54 0xF0066FCC          MC 95 Read Data and Bit Flip Register 54
MTU_MC95_RDBFL55 0xF0066FCE          MC 95 Read Data and Bit Flip Register 55
MTU_MC95_RDBFL56 0xF0066FD0          MC 95 Read Data and Bit Flip Register 56
MTU_MC95_RDBFL57 0xF0066FD2          MC 95 Read Data and Bit Flip Register 57
MTU_MC95_RDBFL58 0xF0066FD4          MC 95 Read Data and Bit Flip Register 58
MTU_MC95_RDBFL59 0xF0066FD6          MC 95 Read Data and Bit Flip Register 59
MTU_MC95_RDBFL60 0xF0066FD8          MC 95 Read Data and Bit Flip Register 60
MTU_MC95_RDBFL61 0xF0066FDA          MC 95 Read Data and Bit Flip Register 61
MTU_MC95_RDBFL62 0xF0066FDC          MC 95 Read Data and Bit Flip Register 62
MTU_MC95_RDBFL63 0xF0066FDE          MC 95 Read Data and Bit Flip Register 63
MTU_MC95_RDBFL64 0xF0066FE0          MC 95 Read Data and Bit Flip Register 64
MTU_MC95_RDBFL65 0xF0066FE2          MC 95 Read Data and Bit Flip Register 65
MTU_MC95_RDBFL66 0xF0066FE4          MC 95 Read Data and Bit Flip Register 66
MTU_MC95_ALMSRCS 0xF0066FEE          MC 95 Alarm Sources Configuration Register
MTU_MC95_FAULTSTS 0xF0066FF0          MC 95 SSH Safety Faults Status Register
MTU_MC95_ERRINFO0 0xF0066FF2          MC 95 Error Information Register 0
MTU_MC95_ERRINFO1 0xF0066FF4          MC 95 Error Information Register 1
MTU_MC95_ERRINFO2 0xF0066FF6          MC 95 Error Information Register 2
MTU_MC95_ERRINFO3 0xF0066FF8          MC 95 Error Information Register 3
MTU_MC95_ERRINFO4 0xF0066FFA          MC 95 Error Information Register 4
HSSL0_CLC       0xF0080000          Clock Control Register
HSSL0_ID        0xF0080008          Module Identification Register
HSSL0_CRC       0xF008000C          CRC Control Register
HSSL0_CFG       0xF0080010          Configuration Register
HSSL0_QFLAGS    0xF0080014          Request Flags Register
HSSL0_MFLAGS    0xF0080018          Miscellaneous Flags Register
HSSL0_MFLAGSSET 0xF008001C          Miscellaneous Flags Set Register
HSSL0_MFLAGSCL  0xF0080020          Miscellaneous Flags Clear Register
HSSL0_MFLAGSEN  0xF0080024          Flags Enable Register
HSSL0_SFSFLAGS  0xF0080028          Stream FIFOs Status Flags Register
HSSL0_IWD0      0xF0080030          Initiator Write Data Register 0
HSSL0_ICON0     0xF0080034          Initiator Control Data Register 0
HSSL0_IRWA0     0xF0080038          Initiator Read Write Address Register 0
HSSL0_IRD0      0xF008003C          Initiator Read Data Register 0
HSSL0_IWD1      0xF0080040          Initiator Write Data Register 1
HSSL0_ICON1     0xF0080044          Initiator Control Data Register 1
HSSL0_IRWA1     0xF0080048          Initiator Read Write Address Register 1
HSSL0_IRD1      0xF008004C          Initiator Read Data Register 1
HSSL0_IWD2      0xF0080050          Initiator Write Data Register 2
HSSL0_ICON2     0xF0080054          Initiator Control Data Register 2
HSSL0_IRWA2     0xF0080058          Initiator Read Write Address Register 2
HSSL0_IRD2      0xF008005C          Initiator Read Data Register 2
HSSL0_IWD3      0xF0080060          Initiator Write Data Register 3
HSSL0_ICON3     0xF0080064          Initiator Control Data Register 3
HSSL0_IRWA3     0xF0080068          Initiator Read Write Address Register 3
HSSL0_IRD3      0xF008006C          Initiator Read Data Register 3
HSSL0_TCD0      0xF0080070          Target Current Data Register 0
HSSL0_TCA0      0xF0080074          Target Current Address Register 0
HSSL0_TCD1      0xF0080078          Target Current Data Register 1
HSSL0_TCA1      0xF008007C          Target Current Address Register 1
HSSL0_TCD2      0xF0080080          Target Current Data Register 2
HSSL0_TCA2      0xF0080084          Target Current Address Register 2
HSSL0_TCD3      0xF0080088          Target Current Data Register 3
HSSL0_TCA3      0xF008008C          Target Current Address Register 3
HSSL0_TSTAT     0xF0080090          Target Status Register
HSSL0_TIDADD    0xF0080094          Target ID Address Register
HSSL0_SEC       0xF0080098          Security Control Register
HSSL0_MSCR      0xF008009C          Multi Slave Control Register
HSSL0_ISSA0     0xF00800A0          Initiator Stream Start Address Register
HSSL0_ISSA1     0xF00800A4          Initiator Stream Start Address Register
HSSL0_ISCA      0xF00800A8          Initiator Stream Current Address Register
HSSL0_ISFC      0xF00800AC          Initiator Stream Frame Count Register
HSSL0_TSSA0     0xF00800B0          Target Stream Start Address Register 0
HSSL0_TSSA1     0xF00800B4          Target Stream Start Address Register 1
HSSL0_TSCA      0xF00800B8          Target Stream Current Address Register
HSSL0_TSFC      0xF00800BC          Target Stream Frame Count Register
HSSL0_AWSTART0  0xF00800C0          Access Window Start Register 0
HSSL0_AWEND0    0xF00800C4          Access Window End Register 0
HSSL0_AWSTART1  0xF00800C8          Access Window Start Register 1
HSSL0_AWEND1    0xF00800CC          Access Window End Register 1
HSSL0_AWSTART2  0xF00800D0          Access Window Start Register 2
HSSL0_AWEND2    0xF00800D4          Access Window End Register 2
HSSL0_AWSTART3  0xF00800D8          Access Window Start Register 3
HSSL0_AWEND3    0xF00800DC          Access Window End Register 3
HSSL0_AR        0xF00800E0          Access Rules Register
HSSL0_OCS       0xF00800E8          OCDS Control and Status
HSSL0_KRSTCLR   0xF00800EC          Kernel Reset Status Clear Register
HSSL0_KRST1     0xF00800F0          Kernel Reset Register 1
HSSL0_KRST0     0xF00800F4          Kernel Reset Register 0
HSSL0_ACCEN1    0xF00800F8          Access Enable Register 1
HSSL0_ACCEN0    0xF00800FC          Access Enable Register 0
HSCT0_CLC       0xF0090000          Clock Control Register
HSCT0_ID        0xF0090008          Module Identification Register
HSCT0_INIT      0xF0090010          Initialization Register
HSCT0_IFCTRL    0xF0090014          Interface Control Register
HSCT0_SLEEPCTRL 0xF0090018          Sleep Control Register
HSCT0_CTSCTRL   0xF009001C          Clear To Send Control Register
HSCT0_DISABLE   0xF0090020          Transmission Disable Register
HSCT0_STAT      0xF0090024          Status Register
HSCT0_IFSTAT    0xF0090028          Interface Status Register
HSCT0_CONFIGPHY 0xF0090030          Configuration Physical Layer Register
HSCT0_STATPHY   0xF0090034          STATPHY
HSCT0_IRQ       0xF0090040          Interrupt register
HSCT0_IRQEN     0xF0090044          Interrupt Enable Register
HSCT0_IRQCLR    0xF0090048          Interrupt Clear Register
HSCT0_USMR      0xF0090050          Unsolicited Status Message Received
HSCT0_USMS      0xF0090054          Unsolicited Status Message Send
HSCT0_TESTCTRL  0xF0090060          Test Control Register
HSCT0_OCS       0xF009FFE8          OCDS Control and Status
HSCT0_KRSTCLR   0xF009FFEC          Reset Status Clear Register
HSCT0_KRST1     0xF009FFF0          Reset Register 1
HSCT0_KRST0     0xF009FFF4          Reset Register 0
HSCT0_ACCEN1    0xF009FFF8          Access Enable Register 1
HSCT0_ACCEN0    0xF009FFFC          Access Enable Register 0
I2C0_CLC1       0xF00C0000          Clock Control 1 Register
I2C0_ID         0xF00C0008          Module Identification Register
I2C0_RUNCTRL    0xF00C0010          RUN Control Register
I2C0_ENDDCTRL   0xF00C0014          End Data Control Register
I2C0_FDIVCFG    0xF00C0018          Fractional Divider Configuration Register
I2C0_FDIVHIGHCFG 0xF00C001C          Fractional Divider High-speed Mode Configuration Register
I2C0_ADDRCFG    0xF00C0020          Address Configuration Register
I2C0_BUSSTAT    0xF00C0024          Bus Status Register
I2C0_FIFOCFG    0xF00C0028          FIFO Configuration Register
I2C0_MRPSCTRL   0xF00C002C          Maximum Received Packet Size Control Register
I2C0_RPSSTAT    0xF00C0030          Received Packet Size Status Register
I2C0_TPSCTRL    0xF00C0034          Transmit Packet Size Control Register
I2C0_FFSSTAT    0xF00C0038          Filled FIFO Stages Status Register
I2C0_TIMCFG     0xF00C0040          Timing Configuration Register
I2C0_ERRIRQSM   0xF00C0060          Error Interrupt Request Source Mask Register
I2C0_ERRIRQSS   0xF00C0064          Error Interrupt Request Source Status Register
I2C0_ERRIRQSC   0xF00C0068          Error Interrupt Request Source Clear Register
I2C0_PIRQSM     0xF00C0070          Protocol Interrupt Request Source Mask Register
I2C0_PIRQSS     0xF00C0074          Protocol Interrupt Request Source Status Register
I2C0_PIRQSC     0xF00C0078          Protocol Interrupt Request Source Clear Register
I2C0_RIS        0xF00C0080          Raw Interrupt Status Register
I2C0_IMSC       0xF00C0084          Interrupt Mask Control Register
I2C0_MIS        0xF00C0088          Masked Interrupt Status Register
I2C0_ICR        0xF00C008C          Interrupt Clear Register
I2C0_ISR        0xF00C0090          Interrupt Set Register
I2C0_TXD        0xF00C8000          Transmission Data Register
I2C0_RXD        0xF00CC000          Reception Data Register
I2C0_CLC        0xF00D0000          Clock Control Register
I2C0_MODID      0xF00D0004          Module Identification Register
I2C0_GPCTL      0xF00D0008          General Purpose Control Register
I2C0_ACCEN0     0xF00D000C          Access Enable Register 0
I2C0_ACCEN1     0xF00D0010          Access Enable Register 1
I2C0_KRST0      0xF00D0014          Kernel Reset Register 0
I2C0_KRST1      0xF00D0018          Kernel Reset Register 1
I2C0_KRSTCLR    0xF00D001C          Kernel Reset Status Clear Register
GTM_REV         0xF0100000          GTM Version Control Register
GTM_RST         0xF0100004          GTM Global Reset Register
GTM_CTRL        0xF0100008          GTM Global Control Register
GTM_AEI_ADDR_XPT 0xF010000C          GTM AEI Timeout Exception Address Register
GTM_IRQ_NOTIFY  0xF0100010          GTM Interrupt Notification Register
GTM_IRQ_EN      0xF0100014          GTM Interrupt Enable Register
GTM_IRQ_FORCINT 0xF0100018          GTM Software Interrupt Generation Register
GTM_IRQ_MODE    0xF010001C          GTM Top Level Interrupts Mode Selection Register
GTM_EIRQ_EN     0xF0100020          GTM Error Interrupt Enable Register
GTM_HW_CONF     0xF0100024          GTM Hardware Configuration Register
GTM_CFG         0xF0100028          GTM Configuration Register
GTM_AEI_STA_XPT 0xF010002C          GTM AEI Non Zero Status Register
GTM_BRIDGE_MODE 0xF0100030          GTM AEI Bridge Mode Register
GTM_BRIDGE_PTR1 0xF0100034          GTM AEI Bridge Pointer 1 Register
GTM_BRIDGE_PTR2 0xF0100038          GTM AEI Bridge Pointer 2 Register
GTM_MCS_AEM_DIS 0xF010003C          GTM MCS Master Port Disable Register
GTM_TIM0_AUX_IN_SRC 0xF0100040          GTM TIM 0 Module AUX_IN Source Selection Register
GTM_TIM1_AUX_IN_SRC 0xF0100044          GTM TIM 1 Module AUX_IN Source Selection Register
GTM_TIM2_AUX_IN_SRC 0xF0100048          GTM TIM 2 Module AUX_IN Source Selection Register
GTM_EXT_CAP_EN_0 0xF010005C          GTM External Capture Trigger Enable 0
GTM_EXT_CAP_EN_1 0xF0100060          GTM External Capture Trigger Enable 1
GTM_EXT_CAP_EN_2 0xF0100064          GTM External Capture Trigger Enable 2
GTM_TOM0_OUT    0xF0100080          GTM TOM 0 Output Level
GTM_TOM1_OUT    0xF0100084          GTM TOM 1 Output Level
GTM_ATOM0_OUT   0xF0100098          GTM ATOM 0 Output Level
GTM_ATOM2_OUT   0xF010009C          GTM ATOM 2 Output Level
GTM_CLS_CLK_CFG 0xF01000B0          GTM Cluster Clock Configuration
GTM_TBU_CHEN    0xF0100100          TBU Global Channel Enable
GTM_TBU_CH0_CTRL 0xF0100104          TBU Channel 0 Control Register
GTM_TBU_CH0_BASE 0xF0100108          TBU Channel 0 Base Register
GTM_TBU_CH1_CTRL 0xF010010C          TBU Channel 1 Control Register
GTM_TBU_CH1_BASE 0xF0100110          TBU Channel 1 Base Register
GTM_TBU_CH2_CTRL 0xF0100114          TBU Channel 2 Control Register
GTM_TBU_CH2_BASE 0xF0100118          TBU Channel 2 Base Register
GTM_TBU_CH3_CTRL 0xF010011C          TBU Channel 3 Control Register
GTM_TBU_CH3_BASE 0xF0100120          TBU Channel 3 Base Register
GTM_TBU_CH3_BASE_MARK 0xF0100124          TBU Channel 3 Modulo Value Register
GTM_TBU_CH3_BASE_CAPTURE 0xF0100128          TBU Channel 3 Base Captured Register
GTM_MON_STATUS  0xF0100180          Monitor Status Register
GTM_MON_ACTIVITY_0 0xF0100184          Monitor Activity Register 0
GTM_MON_ACTIVITY_MCS0 0xF010018C          Monitor Activity Register for MCS 0
GTM_MON_ACTIVITY_MCS1 0xF0100190          Monitor Activity Register for MCS 1
GTM_MON_ACTIVITY_MCS2 0xF0100194          Monitor Activity Register for MCS 2
GTM_CMP_EN      0xF0100200          CMP Comparator Enable Register
GTM_CMP_IRQ_NOTIFY 0xF0100204          CMP Event Notification Register
GTM_CMP_IRQ_EN  0xF0100208          CMP Interrupt Enable Register
GTM_CMP_IRQ_FORCINT 0xF010020C          CMP Interrupt Force Register
GTM_CMP_IRQ_MODE 0xF0100210          CMP Interrupt Mode Configuration Register
GTM_CMP_EIRQ_EN 0xF0100214          CMP error interrupt enable register
GTM_ARU_ACCESS  0xF0100280          ARU Access Register
GTM_ARU_DATA_H  0xF0100284          ARU Access Register Upper Data Word
GTM_ARU_DATA_L  0xF0100288          ARU Access Register Lower Data Word
GTM_ARU_DBG_ACCESS0 0xF010028C          ARU Debug Access Channel 0
GTM_ARU_DBG_DATA0_H 0xF0100290          ARU Debug Access 0 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA0_L 0xF0100294          ARU Debug Access 0 Transfer Register Lower Data Word
GTM_ARU_DBG_ACCESS1 0xF0100298          ARU Debug Access Channel 1
GTM_ARU_DBG_DATA1_H 0xF010029C          ARU Debug Access 1 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA1_L 0xF01002A0          ARU Debug Access 1 Transfer Register Lower Data Word
GTM_ARU_IRQ_NOTIFY 0xF01002A4          ARU Interrupt Notification Register
GTM_ARU_IRQ_EN  0xF01002A8          ARU Interrupt Enable Register
GTM_ARU_IRQ_FORCINT 0xF01002AC          ARU Force Interrupt Register
GTM_ARU_IRQ_MODE 0xF01002B0          ARU Interrupt Mode Register
GTM_ARU_CADDR_END 0xF01002B4          ARU caddr Counter End Value Register
GTM_ARU_CTRL    0xF01002BC          ARU Enable Dynamic Routing Register
GTM_ARU_0_DYN_CTRL 0xF01002C0          ARU 0 Dynamic Routing Control Register
GTM_ARU_1_DYN_CTRL 0xF01002C4          ARU 1 Dynamic Routing Control Register
GTM_ARU_0_DYN_ROUTE_LOW 0xF01002C8          ARU 0 Lower Bits of DYN_ROUTE Register
GTM_ARU_1_DYN_ROUTE_LOW 0xF01002CC          ARU 1 Lower Bits of DYN_ROUTE Register
GTM_ARU_0_DYN_ROUTE_HIGH 0xF01002D0          ARU 0 Higher Bits of DYN_ROUTE Register
GTM_ARU_1_DYN_ROUTE_HIGH 0xF01002D4          ARU 1 Higher Bits of DYN_ROUTE Register
GTM_ARU_0_DYN_ROUTE_SR_LOW 0xF01002D8          ARU 0 Shadow Register for ARU_z_DYN_ROUTE_LOW
GTM_ARU_1_DYN_ROUTE_SR_LOW 0xF01002DC          ARU 1 Shadow Register for ARU_z_DYN_ROUTE_LOW
GTM_ARU_0_DYN_ROUTE_SR_HIGH 0xF01002E0          ARU 0 Shadow Register for ARU_z_DYN_ROUTE_HIGH
GTM_ARU_1_DYN_ROUTE_SR_HIGH 0xF01002E4          ARU 1 Shadow Register for ARU_z_DYN_ROUTE_HIGH
GTM_ARU_0_DYN_RDADDR 0xF01002E8          ARU 0 Read ID for Dynamic Routing
GTM_ARU_1_DYN_RDADDR 0xF01002EC          ARU 1 Read ID for Dynamic Routing
GTM_ARU_CADDR   0xF01002FC          ARU caddr Counter Value
GTM_CMU_CLK_EN  0xF0100300          CMU Clock Enable Register
GTM_CMU_GCLK_NUM 0xF0100304          CMU Global Clock Control Numerator
GTM_CMU_GCLK_DEN 0xF0100308          CMU Global Clock Control Denominator
GTM_CMU_CLK_0_CTRL 0xF010030C          CMU Control for Clock Source 0
GTM_CMU_CLK_1_CTRL 0xF0100310          CMU Control for Clock Source 1
GTM_CMU_CLK_2_CTRL 0xF0100314          CMU Control for Clock Source 2
GTM_CMU_CLK_3_CTRL 0xF0100318          CMU Control for Clock Source 3
GTM_CMU_CLK_4_CTRL 0xF010031C          CMU Control for Clock Source 4
GTM_CMU_CLK_5_CTRL 0xF0100320          CMU Control for Clock Source 5
GTM_CMU_CLK_6_CTRL 0xF0100324          CMU Control for Clock Source 6
GTM_CMU_CLK_7_CTRL 0xF0100328          CMU Control for Clock Source 7
GTM_CMU_ECLK_0_NUM 0xF010032C          CMU External Clock 0 Control Numerator
GTM_CMU_ECLK_0_DEN 0xF0100330          CMU External Clock 0 Control Denominator
GTM_CMU_ECLK_1_NUM 0xF0100334          CMU External Clock 1 Control Numerator
GTM_CMU_ECLK_1_DEN 0xF0100338          CMU External Clock 1 Control Denominator
GTM_CMU_ECLK_2_NUM 0xF010033C          CMU External Clock 2 Control Numerator
GTM_CMU_ECLK_2_DEN 0xF0100340          CMU External Clock 2 Control Denominator
GTM_CMU_FXCLK_CTRL 0xF0100344          CMU Control FXCLK Sub-Unit Input Clock
GTM_CMU_GLB_CTRL 0xF0100348          CMU Synchronizing ARU and Clock Source
GTM_CMU_CLK_CTRL 0xF010034C          CMU Control for Clock Source Selection
GTM_BRC_SRC_0_ADDR 0xF0100400          BRC Read Address for Input Channel 0
GTM_BRC_SRC_0_DEST 0xF0100404          BRC Destination Channels for Input Channel 0
GTM_BRC_SRC_1_ADDR 0xF0100408          BRC Read Address for Input Channel 1
GTM_BRC_SRC_1_DEST 0xF010040C          BRC Destination Channels for Input Channel 1
GTM_BRC_SRC_2_ADDR 0xF0100410          BRC Read Address for Input Channel 2
GTM_BRC_SRC_2_DEST 0xF0100414          BRC Destination Channels for Input Channel 2
GTM_BRC_SRC_3_ADDR 0xF0100418          BRC Read Address for Input Channel 3
GTM_BRC_SRC_3_DEST 0xF010041C          BRC Destination Channels for Input Channel 3
GTM_BRC_SRC_4_ADDR 0xF0100420          BRC Read Address for Input Channel 4
GTM_BRC_SRC_4_DEST 0xF0100424          BRC Destination Channels for Input Channel 4
GTM_BRC_SRC_5_ADDR 0xF0100428          BRC Read Address for Input Channel 5
GTM_BRC_SRC_5_DEST 0xF010042C          BRC Destination Channels for Input Channel 5
GTM_BRC_SRC_6_ADDR 0xF0100430          BRC Read Address for Input Channel 6
GTM_BRC_SRC_6_DEST 0xF0100434          BRC Destination Channels for Input Channel 6
GTM_BRC_SRC_7_ADDR 0xF0100438          BRC Read Address for Input Channel 7
GTM_BRC_SRC_7_DEST 0xF010043C          BRC Destination Channels for Input Channel 7
GTM_BRC_SRC_8_ADDR 0xF0100440          BRC Read Address for Input Channel 8
GTM_BRC_SRC_8_DEST 0xF0100444          BRC Destination Channels for Input Channel 8
GTM_BRC_SRC_9_ADDR 0xF0100448          BRC Read Address for Input Channel 9
GTM_BRC_SRC_9_DEST 0xF010044C          BRC Destination Channels for Input Channel 9
GTM_BRC_SRC_10_ADDR 0xF0100450          BRC Read Address for Input Channel 10
GTM_BRC_SRC_10_DEST 0xF0100454          BRC Destination Channels for Input Channel 10
GTM_BRC_SRC_11_ADDR 0xF0100458          BRC Read Address for Input Channel 11
GTM_BRC_SRC_11_DEST 0xF010045C          BRC Destination Channels for Input Channel 11
GTM_BRC_IRQ_NOTIFY 0xF0100460          BRC Interrupt Notification Register
GTM_BRC_IRQ_EN  0xF0100464          BRC Interrupt Enable Register
GTM_BRC_IRQ_FORCINT 0xF0100468          BRC Force Interrupt Register
GTM_BRC_IRQ_MODE 0xF010046C          BRC Interrupt Mode Configuration Register
GTM_BRC_RST     0xF0100470          BRC Software Reset Register
GTM_BRC_EIRQ_EN 0xF0100474          BRC Error Interrupt Enable Register
GTM_ICM_IRQG_0  0xF0100600          ICM Interrupt Group Register Covering Infrastructural and Safety Components ARU, BRC, AEI, PSM0, PSM1, MAP, CMP, SPE
GTM_ICM_IRQG_1  0xF0100604          ICM Interrupt Group Register Covering DPLL
GTM_ICM_IRQG_2  0xF0100608          ICM Interrupt Group Register Covering TIM0, TIM1, TIM2, TIM3
GTM_ICM_IRQG_4  0xF0100610          ICM Interrupt Group Register Covering MCS0 to MCS3 Sub-Modules
GTM_ICM_IRQG_6  0xF0100618          ICM Interrupt Group Register Covering GTM Output Sub-Modules TOM0 to TOM1
GTM_ICM_IRQG_9  0xF0100624          ICM Interrupt Group Register Covering GTM Output Sub-Modules ATOM0, ATOM1, ATOM2 and ATOM3
GTM_ICM_IRQG_MEI 0xF0100630          ICM Interrupt Group Register for Module Error Interrupt Information
GTM_ICM_IRQG_CEI0 0xF0100634          ICM Interrupt Group Register 0 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI1 0xF0100638          ICM Interrupt Group Register 1 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI3 0xF0100640          ICM Interrupt Group Register 3 for Channel Error Interrupt Information
GTM_ICM_IRQG_MCS0_CEI 0xF0100664          ICM Interrupt Group MCS 0 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS1_CEI 0xF0100668          ICM Interrupt Group MCS 1 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS2_CEI 0xF010066C          ICM Interrupt Group MCS 2 for Channel Error Interrupt information
GTM_ICM_IRQG_PSM_0_CEI 0xF01006A4          ICM Interrupt Group PSM 0 for Channel Error Interrupt information of FIFO0, FIFO1, FIFO2
GTM_ICM_IRQG_SPE_CEI 0xF01006B4          ICM Interrupt Group SPE for Module Error Interrupt Information
GTM_ICM_IRQG_CLS_0_MEI 0xF0100710          ICM Interrupt Group for Module Error Interrupt Information for each TIMm, MCSm, SPEm, FIFOm
GTM_ICM_IRQG_CLS_1_MEI 0xF0100714          ICM Interrupt Group for Module Error Interrupt Information for each TIMm, MCSm, SPEm, FIFOm
GTM_ICM_IRQG_CLS_2_MEI 0xF0100718          ICM Interrupt Group for Module Error Interrupt Information for each TIMm, MCSm, SPEm, FIFOm
GTM_ICM_IRQG_MCS0_CI 0xF0100720          ICM Interrupt Group MCS 0 for Channel Interrupt Information
GTM_ICM_IRQG_MCS1_CI 0xF0100724          ICM Interrupt Group MCS 1 for Channel Interrupt Information
GTM_ICM_IRQG_MCS2_CI 0xF0100728          ICM Interrupt Group MCS 2 for Channel Interrupt Information
GTM_ICM_IRQG_PSM_0_CI 0xF0100760          ICM Interrupt Group PSM 0 for Channel Interrupt Information of FIFO0, FIFO1, FIFO2
GTM_ICM_IRQG_SPE_CI 0xF0100770          ICM Interrupt Group SPE for Module Interrupt Information
GTM_ICM_IRQG_ATOM_0_CI 0xF0100790          ICM Interrupt Group ATOM 0 for Channel Interrupt Information of ATOMm
GTM_ICM_IRQG_TOM_0_CI 0xF01007A0          ICM Interrupt Group TOM 0 for Channel Interrupt Information of TOMm
GTM_ICM_IRQG_TOM_1_CI 0xF01007A4          ICM Interrupt Group TOM 1 for Channel Interrupt Information of TOMm
GTM_SPE0_CTRL_STAT 0xF0100800          SPE0 Control Status Register
GTM_SPE0_PAT    0xF0100804          SPE0 Input Pattern Definition Register
GTM_SPE0_OUT_PAT0 0xF0100808          SPE0 Output Definition Register 0
GTM_SPE0_OUT_PAT1 0xF010080C          SPE0 Output Definition Register 1
GTM_SPE0_OUT_PAT2 0xF0100810          SPE0 Output Definition Register 2
GTM_SPE0_OUT_PAT3 0xF0100814          SPE0 Output Definition Register 3
GTM_SPE0_OUT_PAT4 0xF0100818          SPE0 Output Definition Register 4
GTM_SPE0_OUT_PAT5 0xF010081C          SPE0 Output Definition Register 5
GTM_SPE0_OUT_PAT6 0xF0100820          SPE0 Output Definition Register 6
GTM_SPE0_OUT_PAT7 0xF0100824          SPE0 Output Definition Register 7
GTM_SPE0_OUT_CTRL 0xF0100828          SPE0 Output Control Register
GTM_SPE0_IRQ_NOTIFY 0xF010082C          SPE0 Interrupt Notification Register
GTM_SPE0_IRQ_EN 0xF0100830          SPE0 Interrupt Enable Register
GTM_SPE0_IRQ_FORCINT 0xF0100834          SPE0 Interrupt Generation by Software
GTM_SPE0_IRQ_MODE 0xF0100838          SPE0 Interrupt Mode Configuration Register
GTM_SPE0_EIRQ_EN 0xF010083C          SPE0 Error Interrupt Enable Register
GTM_SPE0_REV_CNT 0xF0100840          SPE0 Input Revolution Counter
GTM_SPE0_REV_CMP 0xF0100844          SPE0 Revolution Counter Compare Value
GTM_SPE0_CTRL_STAT2 0xF0100848          SPE0 Control Status Register 2
GTM_SPE0_CMD    0xF010084C          SPE0 Command register
GTM_SPE1_CTRL_STAT 0xF0100880          SPE1 Control Status Register
GTM_SPE1_PAT    0xF0100884          SPE1 Input Pattern Definition Register
GTM_SPE1_OUT_PAT0 0xF0100888          SPE1 Output Definition Register 0
GTM_SPE1_OUT_PAT1 0xF010088C          SPE1 Output Definition Register 1
GTM_SPE1_OUT_PAT2 0xF0100890          SPE1 Output Definition Register 2
GTM_SPE1_OUT_PAT3 0xF0100894          SPE1 Output Definition Register 3
GTM_SPE1_OUT_PAT4 0xF0100898          SPE1 Output Definition Register 4
GTM_SPE1_OUT_PAT5 0xF010089C          SPE1 Output Definition Register 5
GTM_SPE1_OUT_PAT6 0xF01008A0          SPE1 Output Definition Register 6
GTM_SPE1_OUT_PAT7 0xF01008A4          SPE1 Output Definition Register 7
GTM_SPE1_OUT_CTRL 0xF01008A8          SPE1 Output Control Register
GTM_SPE1_IRQ_NOTIFY 0xF01008AC          SPE1 Interrupt Notification Register
GTM_SPE1_IRQ_EN 0xF01008B0          SPE1 Interrupt Enable Register
GTM_SPE1_IRQ_FORCINT 0xF01008B4          SPE1 Interrupt Generation by Software
GTM_SPE1_IRQ_MODE 0xF01008B8          SPE1 Interrupt Mode Configuration Register
GTM_SPE1_EIRQ_EN 0xF01008BC          SPE1 Error Interrupt Enable Register
GTM_SPE1_REV_CNT 0xF01008C0          SPE1 Input Revolution Counter
GTM_SPE1_REV_CMP 0xF01008C4          SPE1 Revolution Counter Compare Value
GTM_SPE1_CTRL_STAT2 0xF01008C8          SPE1 Control Status Register 2
GTM_SPE1_CMD    0xF01008CC          SPE1 Command register
GTM_MAP_CTRL    0xF0100F00          MAP Control Register
GTM_MCFG_CTRL   0xF0100F40          MCFG Memory Layout Configuration Register
GTM_TIM0_CH0_GPR0 0xF0101000          TIM0 Channel 0 General Purpose 0 Register
GTM_TIM0_CH0_GPR1 0xF0101004          TIM0 Channel 0 General Purpose 1 Register
GTM_TIM0_CH0_CNT 0xF0101008          TIM0 Channel 0 SMU Counter Register
GTM_TIM0_CH0_ECNT 0xF010100C          TIM0 Channel 0 SMU Edge Counter Register
GTM_TIM0_CH0_CNTS 0xF0101010          TIM0 Channel 0 SMU Shadow Counter Register
GTM_TIM0_CH0_TDUC 0xF0101014          TIM0 Channel 0 TDU Counter Register
GTM_TIM0_CH0_TDUV 0xF0101018          TIM0 Channel 0 TDU Control Register
GTM_TIM0_CH0_FLT_RE 0xF010101C          TIM0 Channel 0 Filter Parameter 0 Register
GTM_TIM0_CH0_FLT_FE 0xF0101020          TIM0 Channel 0 Filter Parameter 1 Register
GTM_TIM0_CH0_CTRL 0xF0101024          TIM0 Channel 0 Control Register
GTM_TIM0_CH0_ECTRL 0xF0101028          TIM0 Channel 0 Extended Control Register
GTM_TIM0_CH0_IRQ_NOTIFY 0xF010102C          TIM0 Channel 0 Interrupt Notification Register
GTM_TIM0_CH0_IRQ_EN 0xF0101030          TIM0 Channel 0 Interrupt Enable Register
GTM_TIM0_CH0_IRQ_FORCINT 0xF0101034          TIM0 Channel 0 Force Interrupt Register
GTM_TIM0_CH0_IRQ_MODE 0xF0101038          TIM0 Channel 0 Interrupt Mode Configuration Register
GTM_TIM0_CH0_EIRQ_EN 0xF010103C          TIM0 Channel 0 Error Interrupt Enable Register
GTM_TIM0_INP_VAL 0xF0101074          TIM0 Input Value Observation Register
GTM_TIM0_IN_SRC 0xF0101078          TIM0 AUX IN Source Selection Register
GTM_TIM0_RST    0xF010107C          TIM0 Global Software Reset Register
GTM_TIM0_CH1_GPR0 0xF0101080          TIM0 Channel 1 General Purpose 0 Register
GTM_TIM0_CH1_GPR1 0xF0101084          TIM0 Channel 1 General Purpose 1 Register
GTM_TIM0_CH1_CNT 0xF0101088          TIM0 Channel 1 SMU Counter Register
GTM_TIM0_CH1_ECNT 0xF010108C          TIM0 Channel 1 SMU Edge Counter Register
GTM_TIM0_CH1_CNTS 0xF0101090          TIM0 Channel 1 SMU Shadow Counter Register
GTM_TIM0_CH1_TDUC 0xF0101094          TIM0 Channel 1 TDU Counter Register
GTM_TIM0_CH1_TDUV 0xF0101098          TIM0 Channel 1 TDU Control Register
GTM_TIM0_CH1_FLT_RE 0xF010109C          TIM0 Channel 1 Filter Parameter 0 Register
GTM_TIM0_CH1_FLT_FE 0xF01010A0          TIM0 Channel 1 Filter Parameter 1 Register
GTM_TIM0_CH1_CTRL 0xF01010A4          TIM0 Channel 1 Control Register
GTM_TIM0_CH1_ECTRL 0xF01010A8          TIM0 Channel 1 Extended Control Register
GTM_TIM0_CH1_IRQ_NOTIFY 0xF01010AC          TIM0 Channel 1 Interrupt Notification Register
GTM_TIM0_CH1_IRQ_EN 0xF01010B0          TIM0 Channel 1 Interrupt Enable Register
GTM_TIM0_CH1_IRQ_FORCINT 0xF01010B4          TIM0 Channel 1 Force Interrupt Register
GTM_TIM0_CH1_IRQ_MODE 0xF01010B8          TIM0 Channel 1 Interrupt Mode Configuration Register
GTM_TIM0_CH1_EIRQ_EN 0xF01010BC          TIM0 Channel 1 Error Interrupt Enable Register
GTM_TIM0_CH2_GPR0 0xF0101100          TIM0 Channel 2 General Purpose 0 Register
GTM_TIM0_CH2_GPR1 0xF0101104          TIM0 Channel 2 General Purpose 1 Register
GTM_TIM0_CH2_CNT 0xF0101108          TIM0 Channel 2 SMU Counter Register
GTM_TIM0_CH2_ECNT 0xF010110C          TIM0 Channel 2 SMU Edge Counter Register
GTM_TIM0_CH2_CNTS 0xF0101110          TIM0 Channel 2 SMU Shadow Counter Register
GTM_TIM0_CH2_TDUC 0xF0101114          TIM0 Channel 2 TDU Counter Register
GTM_TIM0_CH2_TDUV 0xF0101118          TIM0 Channel 2 TDU Control Register
GTM_TIM0_CH2_FLT_RE 0xF010111C          TIM0 Channel 2 Filter Parameter 0 Register
GTM_TIM0_CH2_FLT_FE 0xF0101120          TIM0 Channel 2 Filter Parameter 1 Register
GTM_TIM0_CH2_CTRL 0xF0101124          TIM0 Channel 2 Control Register
GTM_TIM0_CH2_ECTRL 0xF0101128          TIM0 Channel 2 Extended Control Register
GTM_TIM0_CH2_IRQ_NOTIFY 0xF010112C          TIM0 Channel 2 Interrupt Notification Register
GTM_TIM0_CH2_IRQ_EN 0xF0101130          TIM0 Channel 2 Interrupt Enable Register
GTM_TIM0_CH2_IRQ_FORCINT 0xF0101134          TIM0 Channel 2 Force Interrupt Register
GTM_TIM0_CH2_IRQ_MODE 0xF0101138          TIM0 Channel 2 Interrupt Mode Configuration Register
GTM_TIM0_CH2_EIRQ_EN 0xF010113C          TIM0 Channel 2 Error Interrupt Enable Register
GTM_TIM0_CH3_GPR0 0xF0101180          TIM0 Channel 3 General Purpose 0 Register
GTM_TIM0_CH3_GPR1 0xF0101184          TIM0 Channel 3 General Purpose 1 Register
GTM_TIM0_CH3_CNT 0xF0101188          TIM0 Channel 3 SMU Counter Register
GTM_TIM0_CH3_ECNT 0xF010118C          TIM0 Channel 3 SMU Edge Counter Register
GTM_TIM0_CH3_CNTS 0xF0101190          TIM0 Channel 3 SMU Shadow Counter Register
GTM_TIM0_CH3_TDUC 0xF0101194          TIM0 Channel 3 TDU Counter Register
GTM_TIM0_CH3_TDUV 0xF0101198          TIM0 Channel 3 TDU Control Register
GTM_TIM0_CH3_FLT_RE 0xF010119C          TIM0 Channel 3 Filter Parameter 0 Register
GTM_TIM0_CH3_FLT_FE 0xF01011A0          TIM0 Channel 3 Filter Parameter 1 Register
GTM_TIM0_CH3_CTRL 0xF01011A4          TIM0 Channel 3 Control Register
GTM_TIM0_CH3_ECTRL 0xF01011A8          TIM0 Channel 3 Extended Control Register
GTM_TIM0_CH3_IRQ_NOTIFY 0xF01011AC          TIM0 Channel 3 Interrupt Notification Register
GTM_TIM0_CH3_IRQ_EN 0xF01011B0          TIM0 Channel 3 Interrupt Enable Register
GTM_TIM0_CH3_IRQ_FORCINT 0xF01011B4          TIM0 Channel 3 Force Interrupt Register
GTM_TIM0_CH3_IRQ_MODE 0xF01011B8          TIM0 Channel 3 Interrupt Mode Configuration Register
GTM_TIM0_CH3_EIRQ_EN 0xF01011BC          TIM0 Channel 3 Error Interrupt Enable Register
GTM_TIM0_CH4_GPR0 0xF0101200          TIM0 Channel 4 General Purpose 0 Register
GTM_TIM0_CH4_GPR1 0xF0101204          TIM0 Channel 4 General Purpose 1 Register
GTM_TIM0_CH4_CNT 0xF0101208          TIM0 Channel 4 SMU Counter Register
GTM_TIM0_CH4_ECNT 0xF010120C          TIM0 Channel 4 SMU Edge Counter Register
GTM_TIM0_CH4_CNTS 0xF0101210          TIM0 Channel 4 SMU Shadow Counter Register
GTM_TIM0_CH4_TDUC 0xF0101214          TIM0 Channel 4 TDU Counter Register
GTM_TIM0_CH4_TDUV 0xF0101218          TIM0 Channel 4 TDU Control Register
GTM_TIM0_CH4_FLT_RE 0xF010121C          TIM0 Channel 4 Filter Parameter 0 Register
GTM_TIM0_CH4_FLT_FE 0xF0101220          TIM0 Channel 4 Filter Parameter 1 Register
GTM_TIM0_CH4_CTRL 0xF0101224          TIM0 Channel 4 Control Register
GTM_TIM0_CH4_ECTRL 0xF0101228          TIM0 Channel 4 Extended Control Register
GTM_TIM0_CH4_IRQ_NOTIFY 0xF010122C          TIM0 Channel 4 Interrupt Notification Register
GTM_TIM0_CH4_IRQ_EN 0xF0101230          TIM0 Channel 4 Interrupt Enable Register
GTM_TIM0_CH4_IRQ_FORCINT 0xF0101234          TIM0 Channel 4 Force Interrupt Register
GTM_TIM0_CH4_IRQ_MODE 0xF0101238          TIM0 Channel 4 Interrupt Mode Configuration Register
GTM_TIM0_CH4_EIRQ_EN 0xF010123C          TIM0 Channel 4 Error Interrupt Enable Register
GTM_TIM0_CH5_GPR0 0xF0101280          TIM0 Channel 5 General Purpose 0 Register
GTM_TIM0_CH5_GPR1 0xF0101284          TIM0 Channel 5 General Purpose 1 Register
GTM_TIM0_CH5_CNT 0xF0101288          TIM0 Channel 5 SMU Counter Register
GTM_TIM0_CH5_ECNT 0xF010128C          TIM0 Channel 5 SMU Edge Counter Register
GTM_TIM0_CH5_CNTS 0xF0101290          TIM0 Channel 5 SMU Shadow Counter Register
GTM_TIM0_CH5_TDUC 0xF0101294          TIM0 Channel 5 TDU Counter Register
GTM_TIM0_CH5_TDUV 0xF0101298          TIM0 Channel 5 TDU Control Register
GTM_TIM0_CH5_FLT_RE 0xF010129C          TIM0 Channel 5 Filter Parameter 0 Register
GTM_TIM0_CH5_FLT_FE 0xF01012A0          TIM0 Channel 5 Filter Parameter 1 Register
GTM_TIM0_CH5_CTRL 0xF01012A4          TIM0 Channel 5 Control Register
GTM_TIM0_CH5_ECTRL 0xF01012A8          TIM0 Channel 5 Extended Control Register
GTM_TIM0_CH5_IRQ_NOTIFY 0xF01012AC          TIM0 Channel 5 Interrupt Notification Register
GTM_TIM0_CH5_IRQ_EN 0xF01012B0          TIM0 Channel 5 Interrupt Enable Register
GTM_TIM0_CH5_IRQ_FORCINT 0xF01012B4          TIM0 Channel 5 Force Interrupt Register
GTM_TIM0_CH5_IRQ_MODE 0xF01012B8          TIM0 Channel 5 Interrupt Mode Configuration Register
GTM_TIM0_CH5_EIRQ_EN 0xF01012BC          TIM0 Channel 5 Error Interrupt Enable Register
GTM_TIM0_CH6_GPR0 0xF0101300          TIM0 Channel 6 General Purpose 0 Register
GTM_TIM0_CH6_GPR1 0xF0101304          TIM0 Channel 6 General Purpose 1 Register
GTM_TIM0_CH6_CNT 0xF0101308          TIM0 Channel 6 SMU Counter Register
GTM_TIM0_CH6_ECNT 0xF010130C          TIM0 Channel 6 SMU Edge Counter Register
GTM_TIM0_CH6_CNTS 0xF0101310          TIM0 Channel 6 SMU Shadow Counter Register
GTM_TIM0_CH6_TDUC 0xF0101314          TIM0 Channel 6 TDU Counter Register
GTM_TIM0_CH6_TDUV 0xF0101318          TIM0 Channel 6 TDU Control Register
GTM_TIM0_CH6_FLT_RE 0xF010131C          TIM0 Channel 6 Filter Parameter 0 Register
GTM_TIM0_CH6_FLT_FE 0xF0101320          TIM0 Channel 6 Filter Parameter 1 Register
GTM_TIM0_CH6_CTRL 0xF0101324          TIM0 Channel 6 Control Register
GTM_TIM0_CH6_ECTRL 0xF0101328          TIM0 Channel 6 Extended Control Register
GTM_TIM0_CH6_IRQ_NOTIFY 0xF010132C          TIM0 Channel 6 Interrupt Notification Register
GTM_TIM0_CH6_IRQ_EN 0xF0101330          TIM0 Channel 6 Interrupt Enable Register
GTM_TIM0_CH6_IRQ_FORCINT 0xF0101334          TIM0 Channel 6 Force Interrupt Register
GTM_TIM0_CH6_IRQ_MODE 0xF0101338          TIM0 Channel 6 Interrupt Mode Configuration Register
GTM_TIM0_CH6_EIRQ_EN 0xF010133C          TIM0 Channel 6 Error Interrupt Enable Register
GTM_TIM0_CH7_GPR0 0xF0101380          TIM0 Channel 7 General Purpose 0 Register
GTM_TIM0_CH7_GPR1 0xF0101384          TIM0 Channel 7 General Purpose 1 Register
GTM_TIM0_CH7_CNT 0xF0101388          TIM0 Channel 7 SMU Counter Register
GTM_TIM0_CH7_ECNT 0xF010138C          TIM0 Channel 7 SMU Edge Counter Register
GTM_TIM0_CH7_CNTS 0xF0101390          TIM0 Channel 7 SMU Shadow Counter Register
GTM_TIM0_CH7_TDUC 0xF0101394          TIM0 Channel 7 TDU Counter Register
GTM_TIM0_CH7_TDUV 0xF0101398          TIM0 Channel 7 TDU Control Register
GTM_TIM0_CH7_FLT_RE 0xF010139C          TIM0 Channel 7 Filter Parameter 0 Register
GTM_TIM0_CH7_FLT_FE 0xF01013A0          TIM0 Channel 7 Filter Parameter 1 Register
GTM_TIM0_CH7_CTRL 0xF01013A4          TIM0 Channel 7 Control Register
GTM_TIM0_CH7_ECTRL 0xF01013A8          TIM0 Channel 7 Extended Control Register
GTM_TIM0_CH7_IRQ_NOTIFY 0xF01013AC          TIM0 Channel 7 Interrupt Notification Register
GTM_TIM0_CH7_IRQ_EN 0xF01013B0          TIM0 Channel 7 Interrupt Enable Register
GTM_TIM0_CH7_IRQ_FORCINT 0xF01013B4          TIM0 Channel 7 Force Interrupt Register
GTM_TIM0_CH7_IRQ_MODE 0xF01013B8          TIM0 Channel 7 Interrupt Mode Configuration Register
GTM_TIM0_CH7_EIRQ_EN 0xF01013BC          TIM0 Channel 7 Error Interrupt Enable Register
GTM_TIM1_CH0_GPR0 0xF0101800          TIM1 Channel 0 General Purpose 0 Register
GTM_TIM1_CH0_GPR1 0xF0101804          TIM1 Channel 0 General Purpose 1 Register
GTM_TIM1_CH0_CNT 0xF0101808          TIM1 Channel 0 SMU Counter Register
GTM_TIM1_CH0_ECNT 0xF010180C          TIM1 Channel 0 SMU Edge Counter Register
GTM_TIM1_CH0_CNTS 0xF0101810          TIM1 Channel 0 SMU Shadow Counter Register
GTM_TIM1_CH0_TDUC 0xF0101814          TIM1 Channel 0 TDU Counter Register
GTM_TIM1_CH0_TDUV 0xF0101818          TIM1 Channel 0 TDU Control Register
GTM_TIM1_CH0_FLT_RE 0xF010181C          TIM1 Channel 0 Filter Parameter 0 Register
GTM_TIM1_CH0_FLT_FE 0xF0101820          TIM1 Channel 0 Filter Parameter 1 Register
GTM_TIM1_CH0_CTRL 0xF0101824          TIM1 Channel 0 Control Register
GTM_TIM1_CH0_ECTRL 0xF0101828          TIM1 Channel 0 Extended Control Register
GTM_TIM1_CH0_IRQ_NOTIFY 0xF010182C          TIM1 Channel 0 Interrupt Notification Register
GTM_TIM1_CH0_IRQ_EN 0xF0101830          TIM1 Channel 0 Interrupt Enable Register
GTM_TIM1_CH0_IRQ_FORCINT 0xF0101834          TIM1 Channel 0 Force Interrupt Register
GTM_TIM1_CH0_IRQ_MODE 0xF0101838          TIM1 Channel 0 Interrupt Mode Configuration Register
GTM_TIM1_CH0_EIRQ_EN 0xF010183C          TIM1 Channel 0 Error Interrupt Enable Register
GTM_TIM1_INP_VAL 0xF0101874          TIM1 Input Value Observation Register
GTM_TIM1_IN_SRC 0xF0101878          TIM1 AUX IN Source Selection Register
GTM_TIM1_RST    0xF010187C          TIM1 Global Software Reset Register
GTM_TIM1_CH1_GPR0 0xF0101880          TIM1 Channel 1 General Purpose 0 Register
GTM_TIM1_CH1_GPR1 0xF0101884          TIM1 Channel 1 General Purpose 1 Register
GTM_TIM1_CH1_CNT 0xF0101888          TIM1 Channel 1 SMU Counter Register
GTM_TIM1_CH1_ECNT 0xF010188C          TIM1 Channel 1 SMU Edge Counter Register
GTM_TIM1_CH1_CNTS 0xF0101890          TIM1 Channel 1 SMU Shadow Counter Register
GTM_TIM1_CH1_TDUC 0xF0101894          TIM1 Channel 1 TDU Counter Register
GTM_TIM1_CH1_TDUV 0xF0101898          TIM1 Channel 1 TDU Control Register
GTM_TIM1_CH1_FLT_RE 0xF010189C          TIM1 Channel 1 Filter Parameter 0 Register
GTM_TIM1_CH1_FLT_FE 0xF01018A0          TIM1 Channel 1 Filter Parameter 1 Register
GTM_TIM1_CH1_CTRL 0xF01018A4          TIM1 Channel 1 Control Register
GTM_TIM1_CH1_ECTRL 0xF01018A8          TIM1 Channel 1 Extended Control Register
GTM_TIM1_CH1_IRQ_NOTIFY 0xF01018AC          TIM1 Channel 1 Interrupt Notification Register
GTM_TIM1_CH1_IRQ_EN 0xF01018B0          TIM1 Channel 1 Interrupt Enable Register
GTM_TIM1_CH1_IRQ_FORCINT 0xF01018B4          TIM1 Channel 1 Force Interrupt Register
GTM_TIM1_CH1_IRQ_MODE 0xF01018B8          TIM1 Channel 1 Interrupt Mode Configuration Register
GTM_TIM1_CH1_EIRQ_EN 0xF01018BC          TIM1 Channel 1 Error Interrupt Enable Register
GTM_TIM1_CH2_GPR0 0xF0101900          TIM1 Channel 2 General Purpose 0 Register
GTM_TIM1_CH2_GPR1 0xF0101904          TIM1 Channel 2 General Purpose 1 Register
GTM_TIM1_CH2_CNT 0xF0101908          TIM1 Channel 2 SMU Counter Register
GTM_TIM1_CH2_ECNT 0xF010190C          TIM1 Channel 2 SMU Edge Counter Register
GTM_TIM1_CH2_CNTS 0xF0101910          TIM1 Channel 2 SMU Shadow Counter Register
GTM_TIM1_CH2_TDUC 0xF0101914          TIM1 Channel 2 TDU Counter Register
GTM_TIM1_CH2_TDUV 0xF0101918          TIM1 Channel 2 TDU Control Register
GTM_TIM1_CH2_FLT_RE 0xF010191C          TIM1 Channel 2 Filter Parameter 0 Register
GTM_TIM1_CH2_FLT_FE 0xF0101920          TIM1 Channel 2 Filter Parameter 1 Register
GTM_TIM1_CH2_CTRL 0xF0101924          TIM1 Channel 2 Control Register
GTM_TIM1_CH2_ECTRL 0xF0101928          TIM1 Channel 2 Extended Control Register
GTM_TIM1_CH2_IRQ_NOTIFY 0xF010192C          TIM1 Channel 2 Interrupt Notification Register
GTM_TIM1_CH2_IRQ_EN 0xF0101930          TIM1 Channel 2 Interrupt Enable Register
GTM_TIM1_CH2_IRQ_FORCINT 0xF0101934          TIM1 Channel 2 Force Interrupt Register
GTM_TIM1_CH2_IRQ_MODE 0xF0101938          TIM1 Channel 2 Interrupt Mode Configuration Register
GTM_TIM1_CH2_EIRQ_EN 0xF010193C          TIM1 Channel 2 Error Interrupt Enable Register
GTM_TIM1_CH3_GPR0 0xF0101980          TIM1 Channel 3 General Purpose 0 Register
GTM_TIM1_CH3_GPR1 0xF0101984          TIM1 Channel 3 General Purpose 1 Register
GTM_TIM1_CH3_CNT 0xF0101988          TIM1 Channel 3 SMU Counter Register
GTM_TIM1_CH3_ECNT 0xF010198C          TIM1 Channel 3 SMU Edge Counter Register
GTM_TIM1_CH3_CNTS 0xF0101990          TIM1 Channel 3 SMU Shadow Counter Register
GTM_TIM1_CH3_TDUC 0xF0101994          TIM1 Channel 3 TDU Counter Register
GTM_TIM1_CH3_TDUV 0xF0101998          TIM1 Channel 3 TDU Control Register
GTM_TIM1_CH3_FLT_RE 0xF010199C          TIM1 Channel 3 Filter Parameter 0 Register
GTM_TIM1_CH3_FLT_FE 0xF01019A0          TIM1 Channel 3 Filter Parameter 1 Register
GTM_TIM1_CH3_CTRL 0xF01019A4          TIM1 Channel 3 Control Register
GTM_TIM1_CH3_ECTRL 0xF01019A8          TIM1 Channel 3 Extended Control Register
GTM_TIM1_CH3_IRQ_NOTIFY 0xF01019AC          TIM1 Channel 3 Interrupt Notification Register
GTM_TIM1_CH3_IRQ_EN 0xF01019B0          TIM1 Channel 3 Interrupt Enable Register
GTM_TIM1_CH3_IRQ_FORCINT 0xF01019B4          TIM1 Channel 3 Force Interrupt Register
GTM_TIM1_CH3_IRQ_MODE 0xF01019B8          TIM1 Channel 3 Interrupt Mode Configuration Register
GTM_TIM1_CH3_EIRQ_EN 0xF01019BC          TIM1 Channel 3 Error Interrupt Enable Register
GTM_TIM1_CH4_GPR0 0xF0101A00          TIM1 Channel 4 General Purpose 0 Register
GTM_TIM1_CH4_GPR1 0xF0101A04          TIM1 Channel 4 General Purpose 1 Register
GTM_TIM1_CH4_CNT 0xF0101A08          TIM1 Channel 4 SMU Counter Register
GTM_TIM1_CH4_ECNT 0xF0101A0C          TIM1 Channel 4 SMU Edge Counter Register
GTM_TIM1_CH4_CNTS 0xF0101A10          TIM1 Channel 4 SMU Shadow Counter Register
GTM_TIM1_CH4_TDUC 0xF0101A14          TIM1 Channel 4 TDU Counter Register
GTM_TIM1_CH4_TDUV 0xF0101A18          TIM1 Channel 4 TDU Control Register
GTM_TIM1_CH4_FLT_RE 0xF0101A1C          TIM1 Channel 4 Filter Parameter 0 Register
GTM_TIM1_CH4_FLT_FE 0xF0101A20          TIM1 Channel 4 Filter Parameter 1 Register
GTM_TIM1_CH4_CTRL 0xF0101A24          TIM1 Channel 4 Control Register
GTM_TIM1_CH4_ECTRL 0xF0101A28          TIM1 Channel 4 Extended Control Register
GTM_TIM1_CH4_IRQ_NOTIFY 0xF0101A2C          TIM1 Channel 4 Interrupt Notification Register
GTM_TIM1_CH4_IRQ_EN 0xF0101A30          TIM1 Channel 4 Interrupt Enable Register
GTM_TIM1_CH4_IRQ_FORCINT 0xF0101A34          TIM1 Channel 4 Force Interrupt Register
GTM_TIM1_CH4_IRQ_MODE 0xF0101A38          TIM1 Channel 4 Interrupt Mode Configuration Register
GTM_TIM1_CH4_EIRQ_EN 0xF0101A3C          TIM1 Channel 4 Error Interrupt Enable Register
GTM_TIM1_CH5_GPR0 0xF0101A80          TIM1 Channel 5 General Purpose 0 Register
GTM_TIM1_CH5_GPR1 0xF0101A84          TIM1 Channel 5 General Purpose 1 Register
GTM_TIM1_CH5_CNT 0xF0101A88          TIM1 Channel 5 SMU Counter Register
GTM_TIM1_CH5_ECNT 0xF0101A8C          TIM1 Channel 5 SMU Edge Counter Register
GTM_TIM1_CH5_CNTS 0xF0101A90          TIM1 Channel 5 SMU Shadow Counter Register
GTM_TIM1_CH5_TDUC 0xF0101A94          TIM1 Channel 5 TDU Counter Register
GTM_TIM1_CH5_TDUV 0xF0101A98          TIM1 Channel 5 TDU Control Register
GTM_TIM1_CH5_FLT_RE 0xF0101A9C          TIM1 Channel 5 Filter Parameter 0 Register
GTM_TIM1_CH5_FLT_FE 0xF0101AA0          TIM1 Channel 5 Filter Parameter 1 Register
GTM_TIM1_CH5_CTRL 0xF0101AA4          TIM1 Channel 5 Control Register
GTM_TIM1_CH5_ECTRL 0xF0101AA8          TIM1 Channel 5 Extended Control Register
GTM_TIM1_CH5_IRQ_NOTIFY 0xF0101AAC          TIM1 Channel 5 Interrupt Notification Register
GTM_TIM1_CH5_IRQ_EN 0xF0101AB0          TIM1 Channel 5 Interrupt Enable Register
GTM_TIM1_CH5_IRQ_FORCINT 0xF0101AB4          TIM1 Channel 5 Force Interrupt Register
GTM_TIM1_CH5_IRQ_MODE 0xF0101AB8          TIM1 Channel 5 Interrupt Mode Configuration Register
GTM_TIM1_CH5_EIRQ_EN 0xF0101ABC          TIM1 Channel 5 Error Interrupt Enable Register
GTM_TIM1_CH6_GPR0 0xF0101B00          TIM1 Channel 6 General Purpose 0 Register
GTM_TIM1_CH6_GPR1 0xF0101B04          TIM1 Channel 6 General Purpose 1 Register
GTM_TIM1_CH6_CNT 0xF0101B08          TIM1 Channel 6 SMU Counter Register
GTM_TIM1_CH6_ECNT 0xF0101B0C          TIM1 Channel 6 SMU Edge Counter Register
GTM_TIM1_CH6_CNTS 0xF0101B10          TIM1 Channel 6 SMU Shadow Counter Register
GTM_TIM1_CH6_TDUC 0xF0101B14          TIM1 Channel 6 TDU Counter Register
GTM_TIM1_CH6_TDUV 0xF0101B18          TIM1 Channel 6 TDU Control Register
GTM_TIM1_CH6_FLT_RE 0xF0101B1C          TIM1 Channel 6 Filter Parameter 0 Register
GTM_TIM1_CH6_FLT_FE 0xF0101B20          TIM1 Channel 6 Filter Parameter 1 Register
GTM_TIM1_CH6_CTRL 0xF0101B24          TIM1 Channel 6 Control Register
GTM_TIM1_CH6_ECTRL 0xF0101B28          TIM1 Channel 6 Extended Control Register
GTM_TIM1_CH6_IRQ_NOTIFY 0xF0101B2C          TIM1 Channel 6 Interrupt Notification Register
GTM_TIM1_CH6_IRQ_EN 0xF0101B30          TIM1 Channel 6 Interrupt Enable Register
GTM_TIM1_CH6_IRQ_FORCINT 0xF0101B34          TIM1 Channel 6 Force Interrupt Register
GTM_TIM1_CH6_IRQ_MODE 0xF0101B38          TIM1 Channel 6 Interrupt Mode Configuration Register
GTM_TIM1_CH6_EIRQ_EN 0xF0101B3C          TIM1 Channel 6 Error Interrupt Enable Register
GTM_TIM1_CH7_GPR0 0xF0101B80          TIM1 Channel 7 General Purpose 0 Register
GTM_TIM1_CH7_GPR1 0xF0101B84          TIM1 Channel 7 General Purpose 1 Register
GTM_TIM1_CH7_CNT 0xF0101B88          TIM1 Channel 7 SMU Counter Register
GTM_TIM1_CH7_ECNT 0xF0101B8C          TIM1 Channel 7 SMU Edge Counter Register
GTM_TIM1_CH7_CNTS 0xF0101B90          TIM1 Channel 7 SMU Shadow Counter Register
GTM_TIM1_CH7_TDUC 0xF0101B94          TIM1 Channel 7 TDU Counter Register
GTM_TIM1_CH7_TDUV 0xF0101B98          TIM1 Channel 7 TDU Control Register
GTM_TIM1_CH7_FLT_RE 0xF0101B9C          TIM1 Channel 7 Filter Parameter 0 Register
GTM_TIM1_CH7_FLT_FE 0xF0101BA0          TIM1 Channel 7 Filter Parameter 1 Register
GTM_TIM1_CH7_CTRL 0xF0101BA4          TIM1 Channel 7 Control Register
GTM_TIM1_CH7_ECTRL 0xF0101BA8          TIM1 Channel 7 Extended Control Register
GTM_TIM1_CH7_IRQ_NOTIFY 0xF0101BAC          TIM1 Channel 7 Interrupt Notification Register
GTM_TIM1_CH7_IRQ_EN 0xF0101BB0          TIM1 Channel 7 Interrupt Enable Register
GTM_TIM1_CH7_IRQ_FORCINT 0xF0101BB4          TIM1 Channel 7 Force Interrupt Register
GTM_TIM1_CH7_IRQ_MODE 0xF0101BB8          TIM1 Channel 7 Interrupt Mode Configuration Register
GTM_TIM1_CH7_EIRQ_EN 0xF0101BBC          TIM1 Channel 7 Error Interrupt Enable Register
GTM_TIM2_CH0_GPR0 0xF0102000          TIM2 Channel 0 General Purpose 0 Register
GTM_TIM2_CH0_GPR1 0xF0102004          TIM2 Channel 0 General Purpose 1 Register
GTM_TIM2_CH0_CNT 0xF0102008          TIM2 Channel 0 SMU Counter Register
GTM_TIM2_CH0_ECNT 0xF010200C          TIM2 Channel 0 SMU Edge Counter Register
GTM_TIM2_CH0_CNTS 0xF0102010          TIM2 Channel 0 SMU Shadow Counter Register
GTM_TIM2_CH0_TDUC 0xF0102014          TIM2 Channel 0 TDU Counter Register
GTM_TIM2_CH0_TDUV 0xF0102018          TIM2 Channel 0 TDU Control Register
GTM_TIM2_CH0_FLT_RE 0xF010201C          TIM2 Channel 0 Filter Parameter 0 Register
GTM_TIM2_CH0_FLT_FE 0xF0102020          TIM2 Channel 0 Filter Parameter 1 Register
GTM_TIM2_CH0_CTRL 0xF0102024          TIM2 Channel 0 Control Register
GTM_TIM2_CH0_ECTRL 0xF0102028          TIM2 Channel 0 Extended Control Register
GTM_TIM2_CH0_IRQ_NOTIFY 0xF010202C          TIM2 Channel 0 Interrupt Notification Register
GTM_TIM2_CH0_IRQ_EN 0xF0102030          TIM2 Channel 0 Interrupt Enable Register
GTM_TIM2_CH0_IRQ_FORCINT 0xF0102034          TIM2 Channel 0 Force Interrupt Register
GTM_TIM2_CH0_IRQ_MODE 0xF0102038          TIM2 Channel 0 Interrupt Mode Configuration Register
GTM_TIM2_CH0_EIRQ_EN 0xF010203C          TIM2 Channel 0 Error Interrupt Enable Register
GTM_TIM2_INP_VAL 0xF0102074          TIM2 Input Value Observation Register
GTM_TIM2_IN_SRC 0xF0102078          TIM2 AUX IN Source Selection Register
GTM_TIM2_RST    0xF010207C          TIM2 Global Software Reset Register
GTM_TIM2_CH1_GPR0 0xF0102080          TIM2 Channel 1 General Purpose 0 Register
GTM_TIM2_CH1_GPR1 0xF0102084          TIM2 Channel 1 General Purpose 1 Register
GTM_TIM2_CH1_CNT 0xF0102088          TIM2 Channel 1 SMU Counter Register
GTM_TIM2_CH1_ECNT 0xF010208C          TIM2 Channel 1 SMU Edge Counter Register
GTM_TIM2_CH1_CNTS 0xF0102090          TIM2 Channel 1 SMU Shadow Counter Register
GTM_TIM2_CH1_TDUC 0xF0102094          TIM2 Channel 1 TDU Counter Register
GTM_TIM2_CH1_TDUV 0xF0102098          TIM2 Channel 1 TDU Control Register
GTM_TIM2_CH1_FLT_RE 0xF010209C          TIM2 Channel 1 Filter Parameter 0 Register
GTM_TIM2_CH1_FLT_FE 0xF01020A0          TIM2 Channel 1 Filter Parameter 1 Register
GTM_TIM2_CH1_CTRL 0xF01020A4          TIM2 Channel 1 Control Register
GTM_TIM2_CH1_ECTRL 0xF01020A8          TIM2 Channel 1 Extended Control Register
GTM_TIM2_CH1_IRQ_NOTIFY 0xF01020AC          TIM2 Channel 1 Interrupt Notification Register
GTM_TIM2_CH1_IRQ_EN 0xF01020B0          TIM2 Channel 1 Interrupt Enable Register
GTM_TIM2_CH1_IRQ_FORCINT 0xF01020B4          TIM2 Channel 1 Force Interrupt Register
GTM_TIM2_CH1_IRQ_MODE 0xF01020B8          TIM2 Channel 1 Interrupt Mode Configuration Register
GTM_TIM2_CH1_EIRQ_EN 0xF01020BC          TIM2 Channel 1 Error Interrupt Enable Register
GTM_TIM2_CH2_GPR0 0xF0102100          TIM2 Channel 2 General Purpose 0 Register
GTM_TIM2_CH2_GPR1 0xF0102104          TIM2 Channel 2 General Purpose 1 Register
GTM_TIM2_CH2_CNT 0xF0102108          TIM2 Channel 2 SMU Counter Register
GTM_TIM2_CH2_ECNT 0xF010210C          TIM2 Channel 2 SMU Edge Counter Register
GTM_TIM2_CH2_CNTS 0xF0102110          TIM2 Channel 2 SMU Shadow Counter Register
GTM_TIM2_CH2_TDUC 0xF0102114          TIM2 Channel 2 TDU Counter Register
GTM_TIM2_CH2_TDUV 0xF0102118          TIM2 Channel 2 TDU Control Register
GTM_TIM2_CH2_FLT_RE 0xF010211C          TIM2 Channel 2 Filter Parameter 0 Register
GTM_TIM2_CH2_FLT_FE 0xF0102120          TIM2 Channel 2 Filter Parameter 1 Register
GTM_TIM2_CH2_CTRL 0xF0102124          TIM2 Channel 2 Control Register
GTM_TIM2_CH2_ECTRL 0xF0102128          TIM2 Channel 2 Extended Control Register
GTM_TIM2_CH2_IRQ_NOTIFY 0xF010212C          TIM2 Channel 2 Interrupt Notification Register
GTM_TIM2_CH2_IRQ_EN 0xF0102130          TIM2 Channel 2 Interrupt Enable Register
GTM_TIM2_CH2_IRQ_FORCINT 0xF0102134          TIM2 Channel 2 Force Interrupt Register
GTM_TIM2_CH2_IRQ_MODE 0xF0102138          TIM2 Channel 2 Interrupt Mode Configuration Register
GTM_TIM2_CH2_EIRQ_EN 0xF010213C          TIM2 Channel 2 Error Interrupt Enable Register
GTM_TIM2_CH3_GPR0 0xF0102180          TIM2 Channel 3 General Purpose 0 Register
GTM_TIM2_CH3_GPR1 0xF0102184          TIM2 Channel 3 General Purpose 1 Register
GTM_TIM2_CH3_CNT 0xF0102188          TIM2 Channel 3 SMU Counter Register
GTM_TIM2_CH3_ECNT 0xF010218C          TIM2 Channel 3 SMU Edge Counter Register
GTM_TIM2_CH3_CNTS 0xF0102190          TIM2 Channel 3 SMU Shadow Counter Register
GTM_TIM2_CH3_TDUC 0xF0102194          TIM2 Channel 3 TDU Counter Register
GTM_TIM2_CH3_TDUV 0xF0102198          TIM2 Channel 3 TDU Control Register
GTM_TIM2_CH3_FLT_RE 0xF010219C          TIM2 Channel 3 Filter Parameter 0 Register
GTM_TIM2_CH3_FLT_FE 0xF01021A0          TIM2 Channel 3 Filter Parameter 1 Register
GTM_TIM2_CH3_CTRL 0xF01021A4          TIM2 Channel 3 Control Register
GTM_TIM2_CH3_ECTRL 0xF01021A8          TIM2 Channel 3 Extended Control Register
GTM_TIM2_CH3_IRQ_NOTIFY 0xF01021AC          TIM2 Channel 3 Interrupt Notification Register
GTM_TIM2_CH3_IRQ_EN 0xF01021B0          TIM2 Channel 3 Interrupt Enable Register
GTM_TIM2_CH3_IRQ_FORCINT 0xF01021B4          TIM2 Channel 3 Force Interrupt Register
GTM_TIM2_CH3_IRQ_MODE 0xF01021B8          TIM2 Channel 3 Interrupt Mode Configuration Register
GTM_TIM2_CH3_EIRQ_EN 0xF01021BC          TIM2 Channel 3 Error Interrupt Enable Register
GTM_TIM2_CH4_GPR0 0xF0102200          TIM2 Channel 4 General Purpose 0 Register
GTM_TIM2_CH4_GPR1 0xF0102204          TIM2 Channel 4 General Purpose 1 Register
GTM_TIM2_CH4_CNT 0xF0102208          TIM2 Channel 4 SMU Counter Register
GTM_TIM2_CH4_ECNT 0xF010220C          TIM2 Channel 4 SMU Edge Counter Register
GTM_TIM2_CH4_CNTS 0xF0102210          TIM2 Channel 4 SMU Shadow Counter Register
GTM_TIM2_CH4_TDUC 0xF0102214          TIM2 Channel 4 TDU Counter Register
GTM_TIM2_CH4_TDUV 0xF0102218          TIM2 Channel 4 TDU Control Register
GTM_TIM2_CH4_FLT_RE 0xF010221C          TIM2 Channel 4 Filter Parameter 0 Register
GTM_TIM2_CH4_FLT_FE 0xF0102220          TIM2 Channel 4 Filter Parameter 1 Register
GTM_TIM2_CH4_CTRL 0xF0102224          TIM2 Channel 4 Control Register
GTM_TIM2_CH4_ECTRL 0xF0102228          TIM2 Channel 4 Extended Control Register
GTM_TIM2_CH4_IRQ_NOTIFY 0xF010222C          TIM2 Channel 4 Interrupt Notification Register
GTM_TIM2_CH4_IRQ_EN 0xF0102230          TIM2 Channel 4 Interrupt Enable Register
GTM_TIM2_CH4_IRQ_FORCINT 0xF0102234          TIM2 Channel 4 Force Interrupt Register
GTM_TIM2_CH4_IRQ_MODE 0xF0102238          TIM2 Channel 4 Interrupt Mode Configuration Register
GTM_TIM2_CH4_EIRQ_EN 0xF010223C          TIM2 Channel 4 Error Interrupt Enable Register
GTM_TIM2_CH5_GPR0 0xF0102280          TIM2 Channel 5 General Purpose 0 Register
GTM_TIM2_CH5_GPR1 0xF0102284          TIM2 Channel 5 General Purpose 1 Register
GTM_TIM2_CH5_CNT 0xF0102288          TIM2 Channel 5 SMU Counter Register
GTM_TIM2_CH5_ECNT 0xF010228C          TIM2 Channel 5 SMU Edge Counter Register
GTM_TIM2_CH5_CNTS 0xF0102290          TIM2 Channel 5 SMU Shadow Counter Register
GTM_TIM2_CH5_TDUC 0xF0102294          TIM2 Channel 5 TDU Counter Register
GTM_TIM2_CH5_TDUV 0xF0102298          TIM2 Channel 5 TDU Control Register
GTM_TIM2_CH5_FLT_RE 0xF010229C          TIM2 Channel 5 Filter Parameter 0 Register
GTM_TIM2_CH5_FLT_FE 0xF01022A0          TIM2 Channel 5 Filter Parameter 1 Register
GTM_TIM2_CH5_CTRL 0xF01022A4          TIM2 Channel 5 Control Register
GTM_TIM2_CH5_ECTRL 0xF01022A8          TIM2 Channel 5 Extended Control Register
GTM_TIM2_CH5_IRQ_NOTIFY 0xF01022AC          TIM2 Channel 5 Interrupt Notification Register
GTM_TIM2_CH5_IRQ_EN 0xF01022B0          TIM2 Channel 5 Interrupt Enable Register
GTM_TIM2_CH5_IRQ_FORCINT 0xF01022B4          TIM2 Channel 5 Force Interrupt Register
GTM_TIM2_CH5_IRQ_MODE 0xF01022B8          TIM2 Channel 5 Interrupt Mode Configuration Register
GTM_TIM2_CH5_EIRQ_EN 0xF01022BC          TIM2 Channel 5 Error Interrupt Enable Register
GTM_TIM2_CH6_GPR0 0xF0102300          TIM2 Channel 6 General Purpose 0 Register
GTM_TIM2_CH6_GPR1 0xF0102304          TIM2 Channel 6 General Purpose 1 Register
GTM_TIM2_CH6_CNT 0xF0102308          TIM2 Channel 6 SMU Counter Register
GTM_TIM2_CH6_ECNT 0xF010230C          TIM2 Channel 6 SMU Edge Counter Register
GTM_TIM2_CH6_CNTS 0xF0102310          TIM2 Channel 6 SMU Shadow Counter Register
GTM_TIM2_CH6_TDUC 0xF0102314          TIM2 Channel 6 TDU Counter Register
GTM_TIM2_CH6_TDUV 0xF0102318          TIM2 Channel 6 TDU Control Register
GTM_TIM2_CH6_FLT_RE 0xF010231C          TIM2 Channel 6 Filter Parameter 0 Register
GTM_TIM2_CH6_FLT_FE 0xF0102320          TIM2 Channel 6 Filter Parameter 1 Register
GTM_TIM2_CH6_CTRL 0xF0102324          TIM2 Channel 6 Control Register
GTM_TIM2_CH6_ECTRL 0xF0102328          TIM2 Channel 6 Extended Control Register
GTM_TIM2_CH6_IRQ_NOTIFY 0xF010232C          TIM2 Channel 6 Interrupt Notification Register
GTM_TIM2_CH6_IRQ_EN 0xF0102330          TIM2 Channel 6 Interrupt Enable Register
GTM_TIM2_CH6_IRQ_FORCINT 0xF0102334          TIM2 Channel 6 Force Interrupt Register
GTM_TIM2_CH6_IRQ_MODE 0xF0102338          TIM2 Channel 6 Interrupt Mode Configuration Register
GTM_TIM2_CH6_EIRQ_EN 0xF010233C          TIM2 Channel 6 Error Interrupt Enable Register
GTM_TIM2_CH7_GPR0 0xF0102380          TIM2 Channel 7 General Purpose 0 Register
GTM_TIM2_CH7_GPR1 0xF0102384          TIM2 Channel 7 General Purpose 1 Register
GTM_TIM2_CH7_CNT 0xF0102388          TIM2 Channel 7 SMU Counter Register
GTM_TIM2_CH7_ECNT 0xF010238C          TIM2 Channel 7 SMU Edge Counter Register
GTM_TIM2_CH7_CNTS 0xF0102390          TIM2 Channel 7 SMU Shadow Counter Register
GTM_TIM2_CH7_TDUC 0xF0102394          TIM2 Channel 7 TDU Counter Register
GTM_TIM2_CH7_TDUV 0xF0102398          TIM2 Channel 7 TDU Control Register
GTM_TIM2_CH7_FLT_RE 0xF010239C          TIM2 Channel 7 Filter Parameter 0 Register
GTM_TIM2_CH7_FLT_FE 0xF01023A0          TIM2 Channel 7 Filter Parameter 1 Register
GTM_TIM2_CH7_CTRL 0xF01023A4          TIM2 Channel 7 Control Register
GTM_TIM2_CH7_ECTRL 0xF01023A8          TIM2 Channel 7 Extended Control Register
GTM_TIM2_CH7_IRQ_NOTIFY 0xF01023AC          TIM2 Channel 7 Interrupt Notification Register
GTM_TIM2_CH7_IRQ_EN 0xF01023B0          TIM2 Channel 7 Interrupt Enable Register
GTM_TIM2_CH7_IRQ_FORCINT 0xF01023B4          TIM2 Channel 7 Force Interrupt Register
GTM_TIM2_CH7_IRQ_MODE 0xF01023B8          TIM2 Channel 7 Interrupt Mode Configuration Register
GTM_TIM2_CH7_EIRQ_EN 0xF01023BC          TIM2 Channel 7 Error Interrupt Enable Register
GTM_TOM0_CH0_CTRL 0xF0108000          TOM0 Channel 0 Control Register
GTM_TOM0_CH0_SR0 0xF0108004          TOM0 Channel 0 CCU0 Compare Shadow Register
GTM_TOM0_CH0_SR1 0xF0108008          TOM0 Channel 0 CCU1 Compare Shadow Register
GTM_TOM0_CH0_CM0 0xF010800C          TOM0 Channel 0 CCU0 Compare Register
GTM_TOM0_CH0_CM1 0xF0108010          TOM0 Channel 0 CCU1 Compare Register
GTM_TOM0_CH0_CN0 0xF0108014          TOM0 Channel 0 CCU0 Counter Register
GTM_TOM0_CH0_STAT 0xF0108018          TOM0 Channel 0 Status Register
GTM_TOM0_CH0_IRQ_NOTIFY 0xF010801C          TOM0 Channel 0 Interrupt Notification Register
GTM_TOM0_CH0_IRQ_EN 0xF0108020          TOM0 Channel 0 Interrupt Enable Register
GTM_TOM0_CH0_IRQ_FORCINT 0xF0108024          TOM0 Channel 0 Force Interrupt Register
GTM_TOM0_CH0_IRQ_MODE 0xF0108028          TOM0 Channel 0 Interrupt Mode Register
GTM_TOM0_TGC0_GLB_CTRL 0xF0108030          TOM0 TGC0 Global Control Register
GTM_TOM0_TGC0_ACT_TB 0xF0108034          TOM0 TGC0 Action Time Base Register
GTM_TOM0_TGC0_FUPD_CTRL 0xF0108038          TOM0 TGC0 Force Update Control Register
GTM_TOM0_TGC0_INT_TRIG 0xF010803C          TOM0 TGC0 Internal Trigger Control Register
GTM_TOM0_CH1_CTRL 0xF0108040          TOM0 Channel 1 Control Register
GTM_TOM0_CH1_SR0 0xF0108044          TOM0 Channel 1 CCU0 Compare Shadow Register
GTM_TOM0_CH1_SR1 0xF0108048          TOM0 Channel 1 CCU1 Compare Shadow Register
GTM_TOM0_CH1_CM0 0xF010804C          TOM0 Channel 1 CCU0 Compare Register
GTM_TOM0_CH1_CM1 0xF0108050          TOM0 Channel 1 CCU1 Compare Register
GTM_TOM0_CH1_CN0 0xF0108054          TOM0 Channel 1 CCU0 Counter Register
GTM_TOM0_CH1_STAT 0xF0108058          TOM0 Channel 1 Status Register
GTM_TOM0_CH1_IRQ_NOTIFY 0xF010805C          TOM0 Channel 1 Interrupt Notification Register
GTM_TOM0_CH1_IRQ_EN 0xF0108060          TOM0 Channel 1 Interrupt Enable Register
GTM_TOM0_CH1_IRQ_FORCINT 0xF0108064          TOM0 Channel 1 Force Interrupt Register
GTM_TOM0_CH1_IRQ_MODE 0xF0108068          TOM0 Channel 1 Interrupt Mode Register
GTM_TOM0_TGC0_ENDIS_CTRL 0xF0108070          TOM0 TGC0 Enable/Disable Control Register
GTM_TOM0_TGC0_ENDIS_STAT 0xF0108074          TOM0 TGC0 Enable/Disable Status Register
GTM_TOM0_TGC0_OUTEN_CTRL 0xF0108078          TOM0 TGC0 Output Enable Control Register
GTM_TOM0_TGC0_OUTEN_STAT 0xF010807C          TOM0 TGC0 Output Enable Status Register
GTM_TOM0_CH2_CTRL 0xF0108080          TOM0 Channel 2 Control Register
GTM_TOM0_CH2_SR0 0xF0108084          TOM0 Channel 2 CCU0 Compare Shadow Register
GTM_TOM0_CH2_SR1 0xF0108088          TOM0 Channel 2 CCU1 Compare Shadow Register
GTM_TOM0_CH2_CM0 0xF010808C          TOM0 Channel 2 CCU0 Compare Register
GTM_TOM0_CH2_CM1 0xF0108090          TOM0 Channel 2 CCU1 Compare Register
GTM_TOM0_CH2_CN0 0xF0108094          TOM0 Channel 2 CCU0 Counter Register
GTM_TOM0_CH2_STAT 0xF0108098          TOM0 Channel 2 Status Register
GTM_TOM0_CH2_IRQ_NOTIFY 0xF010809C          TOM0 Channel 2 Interrupt Notification Register
GTM_TOM0_CH2_IRQ_EN 0xF01080A0          TOM0 Channel 2 Interrupt Enable Register
GTM_TOM0_CH2_IRQ_FORCINT 0xF01080A4          TOM0 Channel 2 Force Interrupt Register
GTM_TOM0_CH2_IRQ_MODE 0xF01080A8          TOM0 Channel 2 Interrupt Mode Register
GTM_TOM0_CH3_CTRL 0xF01080C0          TOM0 Channel 3 Control Register
GTM_TOM0_CH3_SR0 0xF01080C4          TOM0 Channel 3 CCU0 Compare Shadow Register
GTM_TOM0_CH3_SR1 0xF01080C8          TOM0 Channel 3 CCU1 Compare Shadow Register
GTM_TOM0_CH3_CM0 0xF01080CC          TOM0 Channel 3 CCU0 Compare Register
GTM_TOM0_CH3_CM1 0xF01080D0          TOM0 Channel 3 CCU1 Compare Register
GTM_TOM0_CH3_CN0 0xF01080D4          TOM0 Channel 3 CCU0 Counter Register
GTM_TOM0_CH3_STAT 0xF01080D8          TOM0 Channel 3 Status Register
GTM_TOM0_CH3_IRQ_NOTIFY 0xF01080DC          TOM0 Channel 3 Interrupt Notification Register
GTM_TOM0_CH3_IRQ_EN 0xF01080E0          TOM0 Channel 3 Interrupt Enable Register
GTM_TOM0_CH3_IRQ_FORCINT 0xF01080E4          TOM0 Channel 3 Force Interrupt Register
GTM_TOM0_CH3_IRQ_MODE 0xF01080E8          TOM0 Channel 3 Interrupt Mode Register
GTM_TOM0_CH4_CTRL 0xF0108100          TOM0 Channel 4 Control Register
GTM_TOM0_CH4_SR0 0xF0108104          TOM0 Channel 4 CCU0 Compare Shadow Register
GTM_TOM0_CH4_SR1 0xF0108108          TOM0 Channel 4 CCU1 Compare Shadow Register
GTM_TOM0_CH4_CM0 0xF010810C          TOM0 Channel 4 CCU0 Compare Register
GTM_TOM0_CH4_CM1 0xF0108110          TOM0 Channel 4 CCU1 Compare Register
GTM_TOM0_CH4_CN0 0xF0108114          TOM0 Channel 4 CCU0 Counter Register
GTM_TOM0_CH4_STAT 0xF0108118          TOM0 Channel 4 Status Register
GTM_TOM0_CH4_IRQ_NOTIFY 0xF010811C          TOM0 Channel 4 Interrupt Notification Register
GTM_TOM0_CH4_IRQ_EN 0xF0108120          TOM0 Channel 4 Interrupt Enable Register
GTM_TOM0_CH4_IRQ_FORCINT 0xF0108124          TOM0 Channel 4 Force Interrupt Register
GTM_TOM0_CH4_IRQ_MODE 0xF0108128          TOM0 Channel 4 Interrupt Mode Register
GTM_TOM0_CH5_CTRL 0xF0108140          TOM0 Channel 5 Control Register
GTM_TOM0_CH5_SR0 0xF0108144          TOM0 Channel 5 CCU0 Compare Shadow Register
GTM_TOM0_CH5_SR1 0xF0108148          TOM0 Channel 5 CCU1 Compare Shadow Register
GTM_TOM0_CH5_CM0 0xF010814C          TOM0 Channel 5 CCU0 Compare Register
GTM_TOM0_CH5_CM1 0xF0108150          TOM0 Channel 5 CCU1 Compare Register
GTM_TOM0_CH5_CN0 0xF0108154          TOM0 Channel 5 CCU0 Counter Register
GTM_TOM0_CH5_STAT 0xF0108158          TOM0 Channel 5 Status Register
GTM_TOM0_CH5_IRQ_NOTIFY 0xF010815C          TOM0 Channel 5 Interrupt Notification Register
GTM_TOM0_CH5_IRQ_EN 0xF0108160          TOM0 Channel 5 Interrupt Enable Register
GTM_TOM0_CH5_IRQ_FORCINT 0xF0108164          TOM0 Channel 5 Force Interrupt Register
GTM_TOM0_CH5_IRQ_MODE 0xF0108168          TOM0 Channel 5 Interrupt Mode Register
GTM_TOM0_CH6_CTRL 0xF0108180          TOM0 Channel 6 Control Register
GTM_TOM0_CH6_SR0 0xF0108184          TOM0 Channel 6 CCU0 Compare Shadow Register
GTM_TOM0_CH6_SR1 0xF0108188          TOM0 Channel 6 CCU1 Compare Shadow Register
GTM_TOM0_CH6_CM0 0xF010818C          TOM0 Channel 6 CCU0 Compare Register
GTM_TOM0_CH6_CM1 0xF0108190          TOM0 Channel 6 CCU1 Compare Register
GTM_TOM0_CH6_CN0 0xF0108194          TOM0 Channel 6 CCU0 Counter Register
GTM_TOM0_CH6_STAT 0xF0108198          TOM0 Channel 6 Status Register
GTM_TOM0_CH6_IRQ_NOTIFY 0xF010819C          TOM0 Channel 6 Interrupt Notification Register
GTM_TOM0_CH6_IRQ_EN 0xF01081A0          TOM0 Channel 6 Interrupt Enable Register
GTM_TOM0_CH6_IRQ_FORCINT 0xF01081A4          TOM0 Channel 6 Force Interrupt Register
GTM_TOM0_CH6_IRQ_MODE 0xF01081A8          TOM0 Channel 6 Interrupt Mode Register
GTM_TOM0_CH7_CTRL 0xF01081C0          TOM0 Channel 7 Control Register
GTM_TOM0_CH7_SR0 0xF01081C4          TOM0 Channel 7 CCU0 Compare Shadow Register
GTM_TOM0_CH7_SR1 0xF01081C8          TOM0 Channel 7 CCU1 Compare Shadow Register
GTM_TOM0_CH7_CM0 0xF01081CC          TOM0 Channel 7 CCU0 Compare Register
GTM_TOM0_CH7_CM1 0xF01081D0          TOM0 Channel 7 CCU1 Compare Register
GTM_TOM0_CH7_CN0 0xF01081D4          TOM0 Channel 7 CCU0 Counter Register
GTM_TOM0_CH7_STAT 0xF01081D8          TOM0 Channel 7 Status Register
GTM_TOM0_CH7_IRQ_NOTIFY 0xF01081DC          TOM0 Channel 7 Interrupt Notification Register
GTM_TOM0_CH7_IRQ_EN 0xF01081E0          TOM0 Channel 7 Interrupt Enable Register
GTM_TOM0_CH7_IRQ_FORCINT 0xF01081E4          TOM0 Channel 7 Force Interrupt Register
GTM_TOM0_CH7_IRQ_MODE 0xF01081E8          TOM0 Channel 7 Interrupt Mode Register
GTM_TOM0_CH8_CTRL 0xF0108200          TOM0 Channel 8 Control Register
GTM_TOM0_CH8_SR0 0xF0108204          TOM0 Channel 8 CCU0 Compare Shadow Register
GTM_TOM0_CH8_SR1 0xF0108208          TOM0 Channel 8 CCU1 Compare Shadow Register
GTM_TOM0_CH8_CM0 0xF010820C          TOM0 Channel 8 CCU0 Compare Register
GTM_TOM0_CH8_CM1 0xF0108210          TOM0 Channel 8 CCU1 Compare Register
GTM_TOM0_CH8_CN0 0xF0108214          TOM0 Channel 8 CCU0 Counter Register
GTM_TOM0_CH8_STAT 0xF0108218          TOM0 Channel 8 Status Register
GTM_TOM0_CH8_IRQ_NOTIFY 0xF010821C          TOM0 Channel 8 Interrupt Notification Register
GTM_TOM0_CH8_IRQ_EN 0xF0108220          TOM0 Channel 8 Interrupt Enable Register
GTM_TOM0_CH8_IRQ_FORCINT 0xF0108224          TOM0 Channel 8 Force Interrupt Register
GTM_TOM0_CH8_IRQ_MODE 0xF0108228          TOM0 Channel 8 Interrupt Mode Register
GTM_TOM0_TGC1_GLB_CTRL 0xF0108230          TOM0 TGC1 Global Control Register
GTM_TOM0_TGC1_ACT_TB 0xF0108234          TOM0 TGC1 Action Time Base Register
GTM_TOM0_TGC1_FUPD_CTRL 0xF0108238          TOM0 TGC1 Force Update Control Register
GTM_TOM0_TGC1_INT_TRIG 0xF010823C          TOM0 TGC1 Internal Trigger Control Register
GTM_TOM0_CH9_CTRL 0xF0108240          TOM0 Channel 9 Control Register
GTM_TOM0_CH9_SR0 0xF0108244          TOM0 Channel 9 CCU0 Compare Shadow Register
GTM_TOM0_CH9_SR1 0xF0108248          TOM0 Channel 9 CCU1 Compare Shadow Register
GTM_TOM0_CH9_CM0 0xF010824C          TOM0 Channel 9 CCU0 Compare Register
GTM_TOM0_CH9_CM1 0xF0108250          TOM0 Channel 9 CCU1 Compare Register
GTM_TOM0_CH9_CN0 0xF0108254          TOM0 Channel 9 CCU0 Counter Register
GTM_TOM0_CH9_STAT 0xF0108258          TOM0 Channel 9 Status Register
GTM_TOM0_CH9_IRQ_NOTIFY 0xF010825C          TOM0 Channel 9 Interrupt Notification Register
GTM_TOM0_CH9_IRQ_EN 0xF0108260          TOM0 Channel 9 Interrupt Enable Register
GTM_TOM0_CH9_IRQ_FORCINT 0xF0108264          TOM0 Channel 9 Force Interrupt Register
GTM_TOM0_CH9_IRQ_MODE 0xF0108268          TOM0 Channel 9 Interrupt Mode Register
GTM_TOM0_TGC1_ENDIS_CTRL 0xF0108270          TOM0 TGC1 Enable/Disable Control Register
GTM_TOM0_TGC1_ENDIS_STAT 0xF0108274          TOM0 TGC1 Enable/Disable Status Register
GTM_TOM0_TGC1_OUTEN_CTRL 0xF0108278          TOM0 TGC1 Output Enable Control Register
GTM_TOM0_TGC1_OUTEN_STAT 0xF010827C          TOM0 TGC1 Output Enable Status Register
GTM_TOM0_CH10_CTRL 0xF0108280          TOM0 Channel 10 Control Register
GTM_TOM0_CH10_SR0 0xF0108284          TOM0 Channel 10 CCU0 Compare Shadow Register
GTM_TOM0_CH10_SR1 0xF0108288          TOM0 Channel 10 CCU1 Compare Shadow Register
GTM_TOM0_CH10_CM0 0xF010828C          TOM0 Channel 10 CCU0 Compare Register
GTM_TOM0_CH10_CM1 0xF0108290          TOM0 Channel 10 CCU1 Compare Register
GTM_TOM0_CH10_CN0 0xF0108294          TOM0 Channel 10 CCU0 Counter Register
GTM_TOM0_CH10_STAT 0xF0108298          TOM0 Channel 10 Status Register
GTM_TOM0_CH10_IRQ_NOTIFY 0xF010829C          TOM0 Channel 10 Interrupt Notification Register
GTM_TOM0_CH10_IRQ_EN 0xF01082A0          TOM0 Channel 10 Interrupt Enable Register
GTM_TOM0_CH10_IRQ_FORCINT 0xF01082A4          TOM0 Channel 10 Force Interrupt Register
GTM_TOM0_CH10_IRQ_MODE 0xF01082A8          TOM0 Channel 10 Interrupt Mode Register
GTM_TOM0_CH11_CTRL 0xF01082C0          TOM0 Channel 11 Control Register
GTM_TOM0_CH11_SR0 0xF01082C4          TOM0 Channel 11 CCU0 Compare Shadow Register
GTM_TOM0_CH11_SR1 0xF01082C8          TOM0 Channel 11 CCU1 Compare Shadow Register
GTM_TOM0_CH11_CM0 0xF01082CC          TOM0 Channel 11 CCU0 Compare Register
GTM_TOM0_CH11_CM1 0xF01082D0          TOM0 Channel 11 CCU1 Compare Register
GTM_TOM0_CH11_CN0 0xF01082D4          TOM0 Channel 11 CCU0 Counter Register
GTM_TOM0_CH11_STAT 0xF01082D8          TOM0 Channel 11 Status Register
GTM_TOM0_CH11_IRQ_NOTIFY 0xF01082DC          TOM0 Channel 11 Interrupt Notification Register
GTM_TOM0_CH11_IRQ_EN 0xF01082E0          TOM0 Channel 11 Interrupt Enable Register
GTM_TOM0_CH11_IRQ_FORCINT 0xF01082E4          TOM0 Channel 11 Force Interrupt Register
GTM_TOM0_CH11_IRQ_MODE 0xF01082E8          TOM0 Channel 11 Interrupt Mode Register
GTM_TOM0_CH12_CTRL 0xF0108300          TOM0 Channel 12 Control Register
GTM_TOM0_CH12_SR0 0xF0108304          TOM0 Channel 12 CCU0 Compare Shadow Register
GTM_TOM0_CH12_SR1 0xF0108308          TOM0 Channel 12 CCU1 Compare Shadow Register
GTM_TOM0_CH12_CM0 0xF010830C          TOM0 Channel 12 CCU0 Compare Register
GTM_TOM0_CH12_CM1 0xF0108310          TOM0 Channel 12 CCU1 Compare Register
GTM_TOM0_CH12_CN0 0xF0108314          TOM0 Channel 12 CCU0 Counter Register
GTM_TOM0_CH12_STAT 0xF0108318          TOM0 Channel 12 Status Register
GTM_TOM0_CH12_IRQ_NOTIFY 0xF010831C          TOM0 Channel 12 Interrupt Notification Register
GTM_TOM0_CH12_IRQ_EN 0xF0108320          TOM0 Channel 12 Interrupt Enable Register
GTM_TOM0_CH12_IRQ_FORCINT 0xF0108324          TOM0 Channel 12 Force Interrupt Register
GTM_TOM0_CH12_IRQ_MODE 0xF0108328          TOM0 Channel 12 Interrupt Mode Register
GTM_TOM0_CH13_CTRL 0xF0108340          TOM0 Channel 13 Control Register
GTM_TOM0_CH13_SR0 0xF0108344          TOM0 Channel 13 CCU0 Compare Shadow Register
GTM_TOM0_CH13_SR1 0xF0108348          TOM0 Channel 13 CCU1 Compare Shadow Register
GTM_TOM0_CH13_CM0 0xF010834C          TOM0 Channel 13 CCU0 Compare Register
GTM_TOM0_CH13_CM1 0xF0108350          TOM0 Channel 13 CCU1 Compare Register
GTM_TOM0_CH13_CN0 0xF0108354          TOM0 Channel 13 CCU0 Counter Register
GTM_TOM0_CH13_STAT 0xF0108358          TOM0 Channel 13 Status Register
GTM_TOM0_CH13_IRQ_NOTIFY 0xF010835C          TOM0 Channel 13 Interrupt Notification Register
GTM_TOM0_CH13_IRQ_EN 0xF0108360          TOM0 Channel 13 Interrupt Enable Register
GTM_TOM0_CH13_IRQ_FORCINT 0xF0108364          TOM0 Channel 13 Force Interrupt Register
GTM_TOM0_CH13_IRQ_MODE 0xF0108368          TOM0 Channel 13 Interrupt Mode Register
GTM_TOM0_CH14_CTRL 0xF0108380          TOM0 Channel 14 Control Register
GTM_TOM0_CH14_SR0 0xF0108384          TOM0 Channel 14 CCU0 Compare Shadow Register
GTM_TOM0_CH14_SR1 0xF0108388          TOM0 Channel 14 CCU1 Compare Shadow Register
GTM_TOM0_CH14_CM0 0xF010838C          TOM0 Channel 14 CCU0 Compare Register
GTM_TOM0_CH14_CM1 0xF0108390          TOM0 Channel 14 CCU1 Compare Register
GTM_TOM0_CH14_CN0 0xF0108394          TOM0 Channel 14 CCU0 Counter Register
GTM_TOM0_CH14_STAT 0xF0108398          TOM0 Channel 14 Status Register
GTM_TOM0_CH14_IRQ_NOTIFY 0xF010839C          TOM0 Channel 14 Interrupt Notification Register
GTM_TOM0_CH14_IRQ_EN 0xF01083A0          TOM0 Channel 14 Interrupt Enable Register
GTM_TOM0_CH14_IRQ_FORCINT 0xF01083A4          TOM0 Channel 14 Force Interrupt Register
GTM_TOM0_CH14_IRQ_MODE 0xF01083A8          TOM0 Channel 14 Interrupt Mode Register
GTM_TOM0_CH15_CTRL 0xF01083C0          TOM0 Channel 15 Control Register
GTM_TOM0_CH15_SR0 0xF01083C4          TOM0 Channel 15 CCU0 Compare Shadow Register
GTM_TOM0_CH15_SR1 0xF01083C8          TOM0 Channel 15 CCU1 Compare Shadow Register
GTM_TOM0_CH15_CM0 0xF01083CC          TOM0 Channel 15 CCU0 Compare Register
GTM_TOM0_CH15_CM1 0xF01083D0          TOM0 Channel 15 CCU1 Compare Register
GTM_TOM0_CH15_CN0 0xF01083D4          TOM0 Channel 15 CCU0 Counter Register
GTM_TOM0_CH15_STAT 0xF01083D8          TOM0 Channel 15 Status Register
GTM_TOM0_CH15_IRQ_NOTIFY 0xF01083DC          TOM0 Channel 15 Interrupt Notification Register
GTM_TOM0_CH15_IRQ_EN 0xF01083E0          TOM0 Channel 15 Interrupt Enable Register
GTM_TOM0_CH15_IRQ_FORCINT 0xF01083E4          TOM0 Channel 15 Force Interrupt Register
GTM_TOM0_CH15_IRQ_MODE 0xF01083E8          TOM0 Channel 15 Interrupt Mode Register
GTM_TOM1_CH0_CTRL 0xF0108800          TOM1 Channel 0 Control Register
GTM_TOM1_CH0_SR0 0xF0108804          TOM1 Channel 0 CCU0 Compare Shadow Register
GTM_TOM1_CH0_SR1 0xF0108808          TOM1 Channel 0 CCU1 Compare Shadow Register
GTM_TOM1_CH0_CM0 0xF010880C          TOM1 Channel 0 CCU0 Compare Register
GTM_TOM1_CH0_CM1 0xF0108810          TOM1 Channel 0 CCU1 Compare Register
GTM_TOM1_CH0_CN0 0xF0108814          TOM1 Channel 0 CCU0 Counter Register
GTM_TOM1_CH0_STAT 0xF0108818          TOM1 Channel 0 Status Register
GTM_TOM1_CH0_IRQ_NOTIFY 0xF010881C          TOM1 Channel 0 Interrupt Notification Register
GTM_TOM1_CH0_IRQ_EN 0xF0108820          TOM1 Channel 0 Interrupt Enable Register
GTM_TOM1_CH0_IRQ_FORCINT 0xF0108824          TOM1 Channel 0 Force Interrupt Register
GTM_TOM1_CH0_IRQ_MODE 0xF0108828          TOM1 Channel 0 Interrupt Mode Register
GTM_TOM1_TGC0_GLB_CTRL 0xF0108830          TOM1 TGC0 Global Control Register
GTM_TOM1_TGC0_ACT_TB 0xF0108834          TOM1 TGC0 Action Time Base Register
GTM_TOM1_TGC0_FUPD_CTRL 0xF0108838          TOM1 TGC0 Force Update Control Register
GTM_TOM1_TGC0_INT_TRIG 0xF010883C          TOM1 TGC0 Internal Trigger Control Register
GTM_TOM1_CH1_CTRL 0xF0108840          TOM1 Channel 1 Control Register
GTM_TOM1_CH1_SR0 0xF0108844          TOM1 Channel 1 CCU0 Compare Shadow Register
GTM_TOM1_CH1_SR1 0xF0108848          TOM1 Channel 1 CCU1 Compare Shadow Register
GTM_TOM1_CH1_CM0 0xF010884C          TOM1 Channel 1 CCU0 Compare Register
GTM_TOM1_CH1_CM1 0xF0108850          TOM1 Channel 1 CCU1 Compare Register
GTM_TOM1_CH1_CN0 0xF0108854          TOM1 Channel 1 CCU0 Counter Register
GTM_TOM1_CH1_STAT 0xF0108858          TOM1 Channel 1 Status Register
GTM_TOM1_CH1_IRQ_NOTIFY 0xF010885C          TOM1 Channel 1 Interrupt Notification Register
GTM_TOM1_CH1_IRQ_EN 0xF0108860          TOM1 Channel 1 Interrupt Enable Register
GTM_TOM1_CH1_IRQ_FORCINT 0xF0108864          TOM1 Channel 1 Force Interrupt Register
GTM_TOM1_CH1_IRQ_MODE 0xF0108868          TOM1 Channel 1 Interrupt Mode Register
GTM_TOM1_TGC0_ENDIS_CTRL 0xF0108870          TOM1 TGC0 Enable/Disable Control Register
GTM_TOM1_TGC0_ENDIS_STAT 0xF0108874          TOM1 TGC0 Enable/Disable Status Register
GTM_TOM1_TGC0_OUTEN_CTRL 0xF0108878          TOM1 TGC0 Output Enable Control Register
GTM_TOM1_TGC0_OUTEN_STAT 0xF010887C          TOM1 TGC0 Output Enable Status Register
GTM_TOM1_CH2_CTRL 0xF0108880          TOM1 Channel 2 Control Register
GTM_TOM1_CH2_SR0 0xF0108884          TOM1 Channel 2 CCU0 Compare Shadow Register
GTM_TOM1_CH2_SR1 0xF0108888          TOM1 Channel 2 CCU1 Compare Shadow Register
GTM_TOM1_CH2_CM0 0xF010888C          TOM1 Channel 2 CCU0 Compare Register
GTM_TOM1_CH2_CM1 0xF0108890          TOM1 Channel 2 CCU1 Compare Register
GTM_TOM1_CH2_CN0 0xF0108894          TOM1 Channel 2 CCU0 Counter Register
GTM_TOM1_CH2_STAT 0xF0108898          TOM1 Channel 2 Status Register
GTM_TOM1_CH2_IRQ_NOTIFY 0xF010889C          TOM1 Channel 2 Interrupt Notification Register
GTM_TOM1_CH2_IRQ_EN 0xF01088A0          TOM1 Channel 2 Interrupt Enable Register
GTM_TOM1_CH2_IRQ_FORCINT 0xF01088A4          TOM1 Channel 2 Force Interrupt Register
GTM_TOM1_CH2_IRQ_MODE 0xF01088A8          TOM1 Channel 2 Interrupt Mode Register
GTM_TOM1_CH3_CTRL 0xF01088C0          TOM1 Channel 3 Control Register
GTM_TOM1_CH3_SR0 0xF01088C4          TOM1 Channel 3 CCU0 Compare Shadow Register
GTM_TOM1_CH3_SR1 0xF01088C8          TOM1 Channel 3 CCU1 Compare Shadow Register
GTM_TOM1_CH3_CM0 0xF01088CC          TOM1 Channel 3 CCU0 Compare Register
GTM_TOM1_CH3_CM1 0xF01088D0          TOM1 Channel 3 CCU1 Compare Register
GTM_TOM1_CH3_CN0 0xF01088D4          TOM1 Channel 3 CCU0 Counter Register
GTM_TOM1_CH3_STAT 0xF01088D8          TOM1 Channel 3 Status Register
GTM_TOM1_CH3_IRQ_NOTIFY 0xF01088DC          TOM1 Channel 3 Interrupt Notification Register
GTM_TOM1_CH3_IRQ_EN 0xF01088E0          TOM1 Channel 3 Interrupt Enable Register
GTM_TOM1_CH3_IRQ_FORCINT 0xF01088E4          TOM1 Channel 3 Force Interrupt Register
GTM_TOM1_CH3_IRQ_MODE 0xF01088E8          TOM1 Channel 3 Interrupt Mode Register
GTM_TOM1_CH4_CTRL 0xF0108900          TOM1 Channel 4 Control Register
GTM_TOM1_CH4_SR0 0xF0108904          TOM1 Channel 4 CCU0 Compare Shadow Register
GTM_TOM1_CH4_SR1 0xF0108908          TOM1 Channel 4 CCU1 Compare Shadow Register
GTM_TOM1_CH4_CM0 0xF010890C          TOM1 Channel 4 CCU0 Compare Register
GTM_TOM1_CH4_CM1 0xF0108910          TOM1 Channel 4 CCU1 Compare Register
GTM_TOM1_CH4_CN0 0xF0108914          TOM1 Channel 4 CCU0 Counter Register
GTM_TOM1_CH4_STAT 0xF0108918          TOM1 Channel 4 Status Register
GTM_TOM1_CH4_IRQ_NOTIFY 0xF010891C          TOM1 Channel 4 Interrupt Notification Register
GTM_TOM1_CH4_IRQ_EN 0xF0108920          TOM1 Channel 4 Interrupt Enable Register
GTM_TOM1_CH4_IRQ_FORCINT 0xF0108924          TOM1 Channel 4 Force Interrupt Register
GTM_TOM1_CH4_IRQ_MODE 0xF0108928          TOM1 Channel 4 Interrupt Mode Register
GTM_TOM1_CH5_CTRL 0xF0108940          TOM1 Channel 5 Control Register
GTM_TOM1_CH5_SR0 0xF0108944          TOM1 Channel 5 CCU0 Compare Shadow Register
GTM_TOM1_CH5_SR1 0xF0108948          TOM1 Channel 5 CCU1 Compare Shadow Register
GTM_TOM1_CH5_CM0 0xF010894C          TOM1 Channel 5 CCU0 Compare Register
GTM_TOM1_CH5_CM1 0xF0108950          TOM1 Channel 5 CCU1 Compare Register
GTM_TOM1_CH5_CN0 0xF0108954          TOM1 Channel 5 CCU0 Counter Register
GTM_TOM1_CH5_STAT 0xF0108958          TOM1 Channel 5 Status Register
GTM_TOM1_CH5_IRQ_NOTIFY 0xF010895C          TOM1 Channel 5 Interrupt Notification Register
GTM_TOM1_CH5_IRQ_EN 0xF0108960          TOM1 Channel 5 Interrupt Enable Register
GTM_TOM1_CH5_IRQ_FORCINT 0xF0108964          TOM1 Channel 5 Force Interrupt Register
GTM_TOM1_CH5_IRQ_MODE 0xF0108968          TOM1 Channel 5 Interrupt Mode Register
GTM_TOM1_CH6_CTRL 0xF0108980          TOM1 Channel 6 Control Register
GTM_TOM1_CH6_SR0 0xF0108984          TOM1 Channel 6 CCU0 Compare Shadow Register
GTM_TOM1_CH6_SR1 0xF0108988          TOM1 Channel 6 CCU1 Compare Shadow Register
GTM_TOM1_CH6_CM0 0xF010898C          TOM1 Channel 6 CCU0 Compare Register
GTM_TOM1_CH6_CM1 0xF0108990          TOM1 Channel 6 CCU1 Compare Register
GTM_TOM1_CH6_CN0 0xF0108994          TOM1 Channel 6 CCU0 Counter Register
GTM_TOM1_CH6_STAT 0xF0108998          TOM1 Channel 6 Status Register
GTM_TOM1_CH6_IRQ_NOTIFY 0xF010899C          TOM1 Channel 6 Interrupt Notification Register
GTM_TOM1_CH6_IRQ_EN 0xF01089A0          TOM1 Channel 6 Interrupt Enable Register
GTM_TOM1_CH6_IRQ_FORCINT 0xF01089A4          TOM1 Channel 6 Force Interrupt Register
GTM_TOM1_CH6_IRQ_MODE 0xF01089A8          TOM1 Channel 6 Interrupt Mode Register
GTM_TOM1_CH7_CTRL 0xF01089C0          TOM1 Channel 7 Control Register
GTM_TOM1_CH7_SR0 0xF01089C4          TOM1 Channel 7 CCU0 Compare Shadow Register
GTM_TOM1_CH7_SR1 0xF01089C8          TOM1 Channel 7 CCU1 Compare Shadow Register
GTM_TOM1_CH7_CM0 0xF01089CC          TOM1 Channel 7 CCU0 Compare Register
GTM_TOM1_CH7_CM1 0xF01089D0          TOM1 Channel 7 CCU1 Compare Register
GTM_TOM1_CH7_CN0 0xF01089D4          TOM1 Channel 7 CCU0 Counter Register
GTM_TOM1_CH7_STAT 0xF01089D8          TOM1 Channel 7 Status Register
GTM_TOM1_CH7_IRQ_NOTIFY 0xF01089DC          TOM1 Channel 7 Interrupt Notification Register
GTM_TOM1_CH7_IRQ_EN 0xF01089E0          TOM1 Channel 7 Interrupt Enable Register
GTM_TOM1_CH7_IRQ_FORCINT 0xF01089E4          TOM1 Channel 7 Force Interrupt Register
GTM_TOM1_CH7_IRQ_MODE 0xF01089E8          TOM1 Channel 7 Interrupt Mode Register
GTM_TOM1_CH8_CTRL 0xF0108A00          TOM1 Channel 8 Control Register
GTM_TOM1_CH8_SR0 0xF0108A04          TOM1 Channel 8 CCU0 Compare Shadow Register
GTM_TOM1_CH8_SR1 0xF0108A08          TOM1 Channel 8 CCU1 Compare Shadow Register
GTM_TOM1_CH8_CM0 0xF0108A0C          TOM1 Channel 8 CCU0 Compare Register
GTM_TOM1_CH8_CM1 0xF0108A10          TOM1 Channel 8 CCU1 Compare Register
GTM_TOM1_CH8_CN0 0xF0108A14          TOM1 Channel 8 CCU0 Counter Register
GTM_TOM1_CH8_STAT 0xF0108A18          TOM1 Channel 8 Status Register
GTM_TOM1_CH8_IRQ_NOTIFY 0xF0108A1C          TOM1 Channel 8 Interrupt Notification Register
GTM_TOM1_CH8_IRQ_EN 0xF0108A20          TOM1 Channel 8 Interrupt Enable Register
GTM_TOM1_CH8_IRQ_FORCINT 0xF0108A24          TOM1 Channel 8 Force Interrupt Register
GTM_TOM1_CH8_IRQ_MODE 0xF0108A28          TOM1 Channel 8 Interrupt Mode Register
GTM_TOM1_TGC1_GLB_CTRL 0xF0108A30          TOM1 TGC1 Global Control Register
GTM_TOM1_TGC1_ACT_TB 0xF0108A34          TOM1 TGC1 Action Time Base Register
GTM_TOM1_TGC1_FUPD_CTRL 0xF0108A38          TOM1 TGC1 Force Update Control Register
GTM_TOM1_TGC1_INT_TRIG 0xF0108A3C          TOM1 TGC1 Internal Trigger Control Register
GTM_TOM1_CH9_CTRL 0xF0108A40          TOM1 Channel 9 Control Register
GTM_TOM1_CH9_SR0 0xF0108A44          TOM1 Channel 9 CCU0 Compare Shadow Register
GTM_TOM1_CH9_SR1 0xF0108A48          TOM1 Channel 9 CCU1 Compare Shadow Register
GTM_TOM1_CH9_CM0 0xF0108A4C          TOM1 Channel 9 CCU0 Compare Register
GTM_TOM1_CH9_CM1 0xF0108A50          TOM1 Channel 9 CCU1 Compare Register
GTM_TOM1_CH9_CN0 0xF0108A54          TOM1 Channel 9 CCU0 Counter Register
GTM_TOM1_CH9_STAT 0xF0108A58          TOM1 Channel 9 Status Register
GTM_TOM1_CH9_IRQ_NOTIFY 0xF0108A5C          TOM1 Channel 9 Interrupt Notification Register
GTM_TOM1_CH9_IRQ_EN 0xF0108A60          TOM1 Channel 9 Interrupt Enable Register
GTM_TOM1_CH9_IRQ_FORCINT 0xF0108A64          TOM1 Channel 9 Force Interrupt Register
GTM_TOM1_CH9_IRQ_MODE 0xF0108A68          TOM1 Channel 9 Interrupt Mode Register
GTM_TOM1_TGC1_ENDIS_CTRL 0xF0108A70          TOM1 TGC1 Enable/Disable Control Register
GTM_TOM1_TGC1_ENDIS_STAT 0xF0108A74          TOM1 TGC1 Enable/Disable Status Register
GTM_TOM1_TGC1_OUTEN_CTRL 0xF0108A78          TOM1 TGC1 Output Enable Control Register
GTM_TOM1_TGC1_OUTEN_STAT 0xF0108A7C          TOM1 TGC1 Output Enable Status Register
GTM_TOM1_CH10_CTRL 0xF0108A80          TOM1 Channel 10 Control Register
GTM_TOM1_CH10_SR0 0xF0108A84          TOM1 Channel 10 CCU0 Compare Shadow Register
GTM_TOM1_CH10_SR1 0xF0108A88          TOM1 Channel 10 CCU1 Compare Shadow Register
GTM_TOM1_CH10_CM0 0xF0108A8C          TOM1 Channel 10 CCU0 Compare Register
GTM_TOM1_CH10_CM1 0xF0108A90          TOM1 Channel 10 CCU1 Compare Register
GTM_TOM1_CH10_CN0 0xF0108A94          TOM1 Channel 10 CCU0 Counter Register
GTM_TOM1_CH10_STAT 0xF0108A98          TOM1 Channel 10 Status Register
GTM_TOM1_CH10_IRQ_NOTIFY 0xF0108A9C          TOM1 Channel 10 Interrupt Notification Register
GTM_TOM1_CH10_IRQ_EN 0xF0108AA0          TOM1 Channel 10 Interrupt Enable Register
GTM_TOM1_CH10_IRQ_FORCINT 0xF0108AA4          TOM1 Channel 10 Force Interrupt Register
GTM_TOM1_CH10_IRQ_MODE 0xF0108AA8          TOM1 Channel 10 Interrupt Mode Register
GTM_TOM1_CH11_CTRL 0xF0108AC0          TOM1 Channel 11 Control Register
GTM_TOM1_CH11_SR0 0xF0108AC4          TOM1 Channel 11 CCU0 Compare Shadow Register
GTM_TOM1_CH11_SR1 0xF0108AC8          TOM1 Channel 11 CCU1 Compare Shadow Register
GTM_TOM1_CH11_CM0 0xF0108ACC          TOM1 Channel 11 CCU0 Compare Register
GTM_TOM1_CH11_CM1 0xF0108AD0          TOM1 Channel 11 CCU1 Compare Register
GTM_TOM1_CH11_CN0 0xF0108AD4          TOM1 Channel 11 CCU0 Counter Register
GTM_TOM1_CH11_STAT 0xF0108AD8          TOM1 Channel 11 Status Register
GTM_TOM1_CH11_IRQ_NOTIFY 0xF0108ADC          TOM1 Channel 11 Interrupt Notification Register
GTM_TOM1_CH11_IRQ_EN 0xF0108AE0          TOM1 Channel 11 Interrupt Enable Register
GTM_TOM1_CH11_IRQ_FORCINT 0xF0108AE4          TOM1 Channel 11 Force Interrupt Register
GTM_TOM1_CH11_IRQ_MODE 0xF0108AE8          TOM1 Channel 11 Interrupt Mode Register
GTM_TOM1_CH12_CTRL 0xF0108B00          TOM1 Channel 12 Control Register
GTM_TOM1_CH12_SR0 0xF0108B04          TOM1 Channel 12 CCU0 Compare Shadow Register
GTM_TOM1_CH12_SR1 0xF0108B08          TOM1 Channel 12 CCU1 Compare Shadow Register
GTM_TOM1_CH12_CM0 0xF0108B0C          TOM1 Channel 12 CCU0 Compare Register
GTM_TOM1_CH12_CM1 0xF0108B10          TOM1 Channel 12 CCU1 Compare Register
GTM_TOM1_CH12_CN0 0xF0108B14          TOM1 Channel 12 CCU0 Counter Register
GTM_TOM1_CH12_STAT 0xF0108B18          TOM1 Channel 12 Status Register
GTM_TOM1_CH12_IRQ_NOTIFY 0xF0108B1C          TOM1 Channel 12 Interrupt Notification Register
GTM_TOM1_CH12_IRQ_EN 0xF0108B20          TOM1 Channel 12 Interrupt Enable Register
GTM_TOM1_CH12_IRQ_FORCINT 0xF0108B24          TOM1 Channel 12 Force Interrupt Register
GTM_TOM1_CH12_IRQ_MODE 0xF0108B28          TOM1 Channel 12 Interrupt Mode Register
GTM_TOM1_CH13_CTRL 0xF0108B40          TOM1 Channel 13 Control Register
GTM_TOM1_CH13_SR0 0xF0108B44          TOM1 Channel 13 CCU0 Compare Shadow Register
GTM_TOM1_CH13_SR1 0xF0108B48          TOM1 Channel 13 CCU1 Compare Shadow Register
GTM_TOM1_CH13_CM0 0xF0108B4C          TOM1 Channel 13 CCU0 Compare Register
GTM_TOM1_CH13_CM1 0xF0108B50          TOM1 Channel 13 CCU1 Compare Register
GTM_TOM1_CH13_CN0 0xF0108B54          TOM1 Channel 13 CCU0 Counter Register
GTM_TOM1_CH13_STAT 0xF0108B58          TOM1 Channel 13 Status Register
GTM_TOM1_CH13_IRQ_NOTIFY 0xF0108B5C          TOM1 Channel 13 Interrupt Notification Register
GTM_TOM1_CH13_IRQ_EN 0xF0108B60          TOM1 Channel 13 Interrupt Enable Register
GTM_TOM1_CH13_IRQ_FORCINT 0xF0108B64          TOM1 Channel 13 Force Interrupt Register
GTM_TOM1_CH13_IRQ_MODE 0xF0108B68          TOM1 Channel 13 Interrupt Mode Register
GTM_TOM1_CH14_CTRL 0xF0108B80          TOM1 Channel 14 Control Register
GTM_TOM1_CH14_SR0 0xF0108B84          TOM1 Channel 14 CCU0 Compare Shadow Register
GTM_TOM1_CH14_SR1 0xF0108B88          TOM1 Channel 14 CCU1 Compare Shadow Register
GTM_TOM1_CH14_CM0 0xF0108B8C          TOM1 Channel 14 CCU0 Compare Register
GTM_TOM1_CH14_CM1 0xF0108B90          TOM1 Channel 14 CCU1 Compare Register
GTM_TOM1_CH14_CN0 0xF0108B94          TOM1 Channel 14 CCU0 Counter Register
GTM_TOM1_CH14_STAT 0xF0108B98          TOM1 Channel 14 Status Register
GTM_TOM1_CH14_IRQ_NOTIFY 0xF0108B9C          TOM1 Channel 14 Interrupt Notification Register
GTM_TOM1_CH14_IRQ_EN 0xF0108BA0          TOM1 Channel 14 Interrupt Enable Register
GTM_TOM1_CH14_IRQ_FORCINT 0xF0108BA4          TOM1 Channel 14 Force Interrupt Register
GTM_TOM1_CH14_IRQ_MODE 0xF0108BA8          TOM1 Channel 14 Interrupt Mode Register
GTM_TOM1_CH15_CTRL 0xF0108BC0          TOM1 Channel 15 Control Register
GTM_TOM1_CH15_SR0 0xF0108BC4          TOM1 Channel 15 CCU0 Compare Shadow Register
GTM_TOM1_CH15_SR1 0xF0108BC8          TOM1 Channel 15 CCU1 Compare Shadow Register
GTM_TOM1_CH15_CM0 0xF0108BCC          TOM1 Channel 15 CCU0 Compare Register
GTM_TOM1_CH15_CM1 0xF0108BD0          TOM1 Channel 15 CCU1 Compare Register
GTM_TOM1_CH15_CN0 0xF0108BD4          TOM1 Channel 15 CCU0 Counter Register
GTM_TOM1_CH15_STAT 0xF0108BD8          TOM1 Channel 15 Status Register
GTM_TOM1_CH15_IRQ_NOTIFY 0xF0108BDC          TOM1 Channel 15 Interrupt Notification Register
GTM_TOM1_CH15_IRQ_EN 0xF0108BE0          TOM1 Channel 15 Interrupt Enable Register
GTM_TOM1_CH15_IRQ_FORCINT 0xF0108BE4          TOM1 Channel 15 Force Interrupt Register
GTM_TOM1_CH15_IRQ_MODE 0xF0108BE8          TOM1 Channel 15 Interrupt Mode Register
GTM_F2A0_CH0_ARU_RD_FIFO 0xF0118000          F2A0 Stream 0 Read Address Register
GTM_F2A0_CH1_ARU_RD_FIFO 0xF0118004          F2A0 Stream 1 Read Address Register
GTM_F2A0_CH2_ARU_RD_FIFO 0xF0118008          F2A0 Stream 2 Read Address Register
GTM_F2A0_CH3_ARU_RD_FIFO 0xF011800C          F2A0 Stream 3 Read Address Register
GTM_F2A0_CH4_ARU_RD_FIFO 0xF0118010          F2A0 Stream 4 Read Address Register
GTM_F2A0_CH5_ARU_RD_FIFO 0xF0118014          F2A0 Stream 5 Read Address Register
GTM_F2A0_CH6_ARU_RD_FIFO 0xF0118018          F2A0 Stream 6 Read Address Register
GTM_F2A0_CH7_ARU_RD_FIFO 0xF011801C          F2A0 Stream 7 Read Address Register
GTM_F2A0_CH0_STR_CFG 0xF0118020          F2A0 Stream 0 Configuration Register
GTM_F2A0_CH1_STR_CFG 0xF0118024          F2A0 Stream 1 Configuration Register
GTM_F2A0_CH2_STR_CFG 0xF0118028          F2A0 Stream 2 Configuration Register
GTM_F2A0_CH3_STR_CFG 0xF011802C          F2A0 Stream 3 Configuration Register
GTM_F2A0_CH4_STR_CFG 0xF0118030          F2A0 Stream 4 Configuration Register
GTM_F2A0_CH5_STR_CFG 0xF0118034          F2A0 Stream 5 Configuration Register
GTM_F2A0_CH6_STR_CFG 0xF0118038          F2A0 Stream 6 Configuration Register
GTM_F2A0_CH7_STR_CFG 0xF011803C          F2A0 Stream 7 Configuration Register
GTM_F2A0_ENABLE 0xF0118040          F2A0 Stream Activation Register
GTM_F2A0_CTRL   0xF0118044          F2A0 Stream Control Register
GTM_AFD0_CH0_BUF_ACC 0xF0118080          AFD 0 FIFO 0 Buffer Access Register
GTM_AFD0_CH1_BUF_ACC 0xF0118090          AFD 0 FIFO 1 Buffer Access Register
GTM_AFD0_CH2_BUF_ACC 0xF01180A0          AFD 0 FIFO 2 Buffer Access Register
GTM_AFD0_CH3_BUF_ACC 0xF01180B0          AFD 0 FIFO 3 Buffer Access Register
GTM_AFD0_CH4_BUF_ACC 0xF01180C0          AFD 0 FIFO 4 Buffer Access Register
GTM_AFD0_CH5_BUF_ACC 0xF01180D0          AFD 0 FIFO 5 Buffer Access Register
GTM_AFD0_CH6_BUF_ACC 0xF01180E0          AFD 0 FIFO 6 Buffer Access Register
GTM_AFD0_CH7_BUF_ACC 0xF01180F0          AFD 0 FIFO 7 Buffer Access Register
GTM_FIFO0_CH0_CTRL 0xF0118400          FIFO0 Channel 0 Control Register
GTM_FIFO0_CH0_END_ADDR 0xF0118404          FIFO0 Channel 0 End Address Register
GTM_FIFO0_CH0_START_ADDR 0xF0118408          FIFO0 Channel 0 Start Address Register
GTM_FIFO0_CH0_UPPER_WM 0xF011840C          FIFO0 Channel 0 Upper Watermark Register
GTM_FIFO0_CH0_LOWER_WM 0xF0118410          FIFO0 Channel 0 Lower Watermark Register
GTM_FIFO0_CH0_STATUS 0xF0118414          FIFO0 Channel 0 Status Register
GTM_FIFO0_CH0_FILL_LEVEL 0xF0118418          FIFO0 Channel 0 Fill Level Register
GTM_FIFO0_CH0_WR_PTR 0xF011841C          FIFO0 Channel 0 Write Pointer Register
GTM_FIFO0_CH0_RD_PTR 0xF0118420          FIFO0 Channel 0 Read Pointer Register
GTM_FIFO0_CH0_IRQ_NOTIFY 0xF0118424          FIFO0 Channel 0 Interrupt Notification Register
GTM_FIFO0_CH0_IRQ_EN 0xF0118428          FIFO0 Channel 0 Interrupt Enable Register
GTM_FIFO0_CH0_IRQ_FORCINT 0xF011842C          FIFO0 Channel 0 Force Interrupt Register
GTM_FIFO0_CH0_IRQ_MODE 0xF0118430          FIFO0 Channel 0 Interrupt Mode Control Register
GTM_FIFO0_CH0_EIRQ_EN 0xF0118434          FIFO0 Channel 0 Error Interrupt Enable Register
GTM_FIFO0_CH1_CTRL 0xF0118440          FIFO0 Channel 1 Control Register
GTM_FIFO0_CH1_END_ADDR 0xF0118444          FIFO0 Channel 1 End Address Register
GTM_FIFO0_CH1_START_ADDR 0xF0118448          FIFO0 Channel 1 Start Address Register
GTM_FIFO0_CH1_UPPER_WM 0xF011844C          FIFO0 Channel 1 Upper Watermark Register
GTM_FIFO0_CH1_LOWER_WM 0xF0118450          FIFO0 Channel 1 Lower Watermark Register
GTM_FIFO0_CH1_STATUS 0xF0118454          FIFO0 Channel 1 Status Register
GTM_FIFO0_CH1_FILL_LEVEL 0xF0118458          FIFO0 Channel 1 Fill Level Register
GTM_FIFO0_CH1_WR_PTR 0xF011845C          FIFO0 Channel 1 Write Pointer Register
GTM_FIFO0_CH1_RD_PTR 0xF0118460          FIFO0 Channel 1 Read Pointer Register
GTM_FIFO0_CH1_IRQ_NOTIFY 0xF0118464          FIFO0 Channel 1 Interrupt Notification Register
GTM_FIFO0_CH1_IRQ_EN 0xF0118468          FIFO0 Channel 1 Interrupt Enable Register
GTM_FIFO0_CH1_IRQ_FORCINT 0xF011846C          FIFO0 Channel 1 Force Interrupt Register
GTM_FIFO0_CH1_IRQ_MODE 0xF0118470          FIFO0 Channel 1 Interrupt Mode Control Register
GTM_FIFO0_CH1_EIRQ_EN 0xF0118474          FIFO0 Channel 1 Error Interrupt Enable Register
GTM_FIFO0_CH2_CTRL 0xF0118480          FIFO0 Channel 2 Control Register
GTM_FIFO0_CH2_END_ADDR 0xF0118484          FIFO0 Channel 2 End Address Register
GTM_FIFO0_CH2_START_ADDR 0xF0118488          FIFO0 Channel 2 Start Address Register
GTM_FIFO0_CH2_UPPER_WM 0xF011848C          FIFO0 Channel 2 Upper Watermark Register
GTM_FIFO0_CH2_LOWER_WM 0xF0118490          FIFO0 Channel 2 Lower Watermark Register
GTM_FIFO0_CH2_STATUS 0xF0118494          FIFO0 Channel 2 Status Register
GTM_FIFO0_CH2_FILL_LEVEL 0xF0118498          FIFO0 Channel 2 Fill Level Register
GTM_FIFO0_CH2_WR_PTR 0xF011849C          FIFO0 Channel 2 Write Pointer Register
GTM_FIFO0_CH2_RD_PTR 0xF01184A0          FIFO0 Channel 2 Read Pointer Register
GTM_FIFO0_CH2_IRQ_NOTIFY 0xF01184A4          FIFO0 Channel 2 Interrupt Notification Register
GTM_FIFO0_CH2_IRQ_EN 0xF01184A8          FIFO0 Channel 2 Interrupt Enable Register
GTM_FIFO0_CH2_IRQ_FORCINT 0xF01184AC          FIFO0 Channel 2 Force Interrupt Register
GTM_FIFO0_CH2_IRQ_MODE 0xF01184B0          FIFO0 Channel 2 Interrupt Mode Control Register
GTM_FIFO0_CH2_EIRQ_EN 0xF01184B4          FIFO0 Channel 2 Error Interrupt Enable Register
GTM_FIFO0_CH3_CTRL 0xF01184C0          FIFO0 Channel 3 Control Register
GTM_FIFO0_CH3_END_ADDR 0xF01184C4          FIFO0 Channel 3 End Address Register
GTM_FIFO0_CH3_START_ADDR 0xF01184C8          FIFO0 Channel 3 Start Address Register
GTM_FIFO0_CH3_UPPER_WM 0xF01184CC          FIFO0 Channel 3 Upper Watermark Register
GTM_FIFO0_CH3_LOWER_WM 0xF01184D0          FIFO0 Channel 3 Lower Watermark Register
GTM_FIFO0_CH3_STATUS 0xF01184D4          FIFO0 Channel 3 Status Register
GTM_FIFO0_CH3_FILL_LEVEL 0xF01184D8          FIFO0 Channel 3 Fill Level Register
GTM_FIFO0_CH3_WR_PTR 0xF01184DC          FIFO0 Channel 3 Write Pointer Register
GTM_FIFO0_CH3_RD_PTR 0xF01184E0          FIFO0 Channel 3 Read Pointer Register
GTM_FIFO0_CH3_IRQ_NOTIFY 0xF01184E4          FIFO0 Channel 3 Interrupt Notification Register
GTM_FIFO0_CH3_IRQ_EN 0xF01184E8          FIFO0 Channel 3 Interrupt Enable Register
GTM_FIFO0_CH3_IRQ_FORCINT 0xF01184EC          FIFO0 Channel 3 Force Interrupt Register
GTM_FIFO0_CH3_IRQ_MODE 0xF01184F0          FIFO0 Channel 3 Interrupt Mode Control Register
GTM_FIFO0_CH3_EIRQ_EN 0xF01184F4          FIFO0 Channel 3 Error Interrupt Enable Register
GTM_FIFO0_CH4_CTRL 0xF0118500          FIFO0 Channel 4 Control Register
GTM_FIFO0_CH4_END_ADDR 0xF0118504          FIFO0 Channel 4 End Address Register
GTM_FIFO0_CH4_START_ADDR 0xF0118508          FIFO0 Channel 4 Start Address Register
GTM_FIFO0_CH4_UPPER_WM 0xF011850C          FIFO0 Channel 4 Upper Watermark Register
GTM_FIFO0_CH4_LOWER_WM 0xF0118510          FIFO0 Channel 4 Lower Watermark Register
GTM_FIFO0_CH4_STATUS 0xF0118514          FIFO0 Channel 4 Status Register
GTM_FIFO0_CH4_FILL_LEVEL 0xF0118518          FIFO0 Channel 4 Fill Level Register
GTM_FIFO0_CH4_WR_PTR 0xF011851C          FIFO0 Channel 4 Write Pointer Register
GTM_FIFO0_CH4_RD_PTR 0xF0118520          FIFO0 Channel 4 Read Pointer Register
GTM_FIFO0_CH4_IRQ_NOTIFY 0xF0118524          FIFO0 Channel 4 Interrupt Notification Register
GTM_FIFO0_CH4_IRQ_EN 0xF0118528          FIFO0 Channel 4 Interrupt Enable Register
GTM_FIFO0_CH4_IRQ_FORCINT 0xF011852C          FIFO0 Channel 4 Force Interrupt Register
GTM_FIFO0_CH4_IRQ_MODE 0xF0118530          FIFO0 Channel 4 Interrupt Mode Control Register
GTM_FIFO0_CH4_EIRQ_EN 0xF0118534          FIFO0 Channel 4 Error Interrupt Enable Register
GTM_FIFO0_CH5_CTRL 0xF0118540          FIFO0 Channel 5 Control Register
GTM_FIFO0_CH5_END_ADDR 0xF0118544          FIFO0 Channel 5 End Address Register
GTM_FIFO0_CH5_START_ADDR 0xF0118548          FIFO0 Channel 5 Start Address Register
GTM_FIFO0_CH5_UPPER_WM 0xF011854C          FIFO0 Channel 5 Upper Watermark Register
GTM_FIFO0_CH5_LOWER_WM 0xF0118550          FIFO0 Channel 5 Lower Watermark Register
GTM_FIFO0_CH5_STATUS 0xF0118554          FIFO0 Channel 5 Status Register
GTM_FIFO0_CH5_FILL_LEVEL 0xF0118558          FIFO0 Channel 5 Fill Level Register
GTM_FIFO0_CH5_WR_PTR 0xF011855C          FIFO0 Channel 5 Write Pointer Register
GTM_FIFO0_CH5_RD_PTR 0xF0118560          FIFO0 Channel 5 Read Pointer Register
GTM_FIFO0_CH5_IRQ_NOTIFY 0xF0118564          FIFO0 Channel 5 Interrupt Notification Register
GTM_FIFO0_CH5_IRQ_EN 0xF0118568          FIFO0 Channel 5 Interrupt Enable Register
GTM_FIFO0_CH5_IRQ_FORCINT 0xF011856C          FIFO0 Channel 5 Force Interrupt Register
GTM_FIFO0_CH5_IRQ_MODE 0xF0118570          FIFO0 Channel 5 Interrupt Mode Control Register
GTM_FIFO0_CH5_EIRQ_EN 0xF0118574          FIFO0 Channel 5 Error Interrupt Enable Register
GTM_FIFO0_CH6_CTRL 0xF0118580          FIFO0 Channel 6 Control Register
GTM_FIFO0_CH6_END_ADDR 0xF0118584          FIFO0 Channel 6 End Address Register
GTM_FIFO0_CH6_START_ADDR 0xF0118588          FIFO0 Channel 6 Start Address Register
GTM_FIFO0_CH6_UPPER_WM 0xF011858C          FIFO0 Channel 6 Upper Watermark Register
GTM_FIFO0_CH6_LOWER_WM 0xF0118590          FIFO0 Channel 6 Lower Watermark Register
GTM_FIFO0_CH6_STATUS 0xF0118594          FIFO0 Channel 6 Status Register
GTM_FIFO0_CH6_FILL_LEVEL 0xF0118598          FIFO0 Channel 6 Fill Level Register
GTM_FIFO0_CH6_WR_PTR 0xF011859C          FIFO0 Channel 6 Write Pointer Register
GTM_FIFO0_CH6_RD_PTR 0xF01185A0          FIFO0 Channel 6 Read Pointer Register
GTM_FIFO0_CH6_IRQ_NOTIFY 0xF01185A4          FIFO0 Channel 6 Interrupt Notification Register
GTM_FIFO0_CH6_IRQ_EN 0xF01185A8          FIFO0 Channel 6 Interrupt Enable Register
GTM_FIFO0_CH6_IRQ_FORCINT 0xF01185AC          FIFO0 Channel 6 Force Interrupt Register
GTM_FIFO0_CH6_IRQ_MODE 0xF01185B0          FIFO0 Channel 6 Interrupt Mode Control Register
GTM_FIFO0_CH6_EIRQ_EN 0xF01185B4          FIFO0 Channel 6 Error Interrupt Enable Register
GTM_FIFO0_CH7_CTRL 0xF01185C0          FIFO0 Channel 7 Control Register
GTM_FIFO0_CH7_END_ADDR 0xF01185C4          FIFO0 Channel 7 End Address Register
GTM_FIFO0_CH7_START_ADDR 0xF01185C8          FIFO0 Channel 7 Start Address Register
GTM_FIFO0_CH7_UPPER_WM 0xF01185CC          FIFO0 Channel 7 Upper Watermark Register
GTM_FIFO0_CH7_LOWER_WM 0xF01185D0          FIFO0 Channel 7 Lower Watermark Register
GTM_FIFO0_CH7_STATUS 0xF01185D4          FIFO0 Channel 7 Status Register
GTM_FIFO0_CH7_FILL_LEVEL 0xF01185D8          FIFO0 Channel 7 Fill Level Register
GTM_FIFO0_CH7_WR_PTR 0xF01185DC          FIFO0 Channel 7 Write Pointer Register
GTM_FIFO0_CH7_RD_PTR 0xF01185E0          FIFO0 Channel 7 Read Pointer Register
GTM_FIFO0_CH7_IRQ_NOTIFY 0xF01185E4          FIFO0 Channel 7 Interrupt Notification Register
GTM_FIFO0_CH7_IRQ_EN 0xF01185E8          FIFO0 Channel 7 Interrupt Enable Register
GTM_FIFO0_CH7_IRQ_FORCINT 0xF01185EC          FIFO0 Channel 7 Force Interrupt Register
GTM_FIFO0_CH7_IRQ_MODE 0xF01185F0          FIFO0 Channel 7 Interrupt Mode Control Register
GTM_FIFO0_CH7_EIRQ_EN 0xF01185F4          FIFO0 Channel 7 Error Interrupt Enable Register
GTM_DPLL_CTRL_0 0xF0128000          DPLL Control Register 0
GTM_DPLL_CTRL_1 0xF0128004          DPLL Control Register 1
GTM_DPLL_CTRL_2 0xF0128008          DPLL Control Register 2
GTM_DPLL_CTRL_3 0xF012800C          DPLL Control Register 3
GTM_DPLL_CTRL_4 0xF0128010          DPLL Control Register 4
GTM_DPLL_CTRL_5 0xF0128014          DPLL Control Register 5
GTM_DPLL_ACT_STA 0xF0128018          DPLL ACTION Status Register with Connected Shadow Register
GTM_DPLL_OSW    0xF012801C          DPLL Offset and Switch Old/New Address Register
GTM_DPLL_AOSV_2 0xF0128020          DPLL Address Offset Register of RAM 2 Regions
GTM_DPLL_APT    0xF0128024          DPLL Actual RAM Pointer Address for TRIGGER
GTM_DPLL_APS    0xF0128028          DPLL Actual RAM Pointer Address for STATE
GTM_DPLL_APT_2C 0xF012802C          DPLL Actual RAM Pointer for Region 2C
GTM_DPLL_APS_1C3 0xF0128030          DPLL Actual RAM Pointer for RAM Region 1C3
GTM_DPLL_NUTC   0xF0128034          DPLL Number of Recent TRIGGER Events Used for Calculations
GTM_DPLL_NUSC   0xF0128038          DPLL Number of Recent STATE Events Used for Calculations
GTM_DPLL_NTI_CNT 0xF012803C          DPLL Number of Active TRIGGER Events to Interrupt
GTM_DPLL_IRQ_NOTIFY 0xF0128040          DPLL Interrupt Notification Register
GTM_DPLL_IRQ_EN 0xF0128044          DPLL Interrupt Enable Register
GTM_DPLL_IRQ_FORCINT 0xF0128048          DPLL Interrupt Force Register
GTM_DPLL_IRQ_MODE 0xF012804C          DPLL Interrupt Mode Register
GTM_DPLL_EIRQ_EN 0xF0128050          DPLL Error Interrupt Enable Register
GTM_DPLL_INC_CNT1 0xF01280B0          DPLL Counter for Pulses for TBU_CH1_BASE to be Sent in Automatic End Mode
GTM_DPLL_INC_CNT2 0xF01280B4          DPLL Counter for Pulses for TBU_TS2 to be Sent in Automatic End Mode
GTM_DPLL_APT_SYNC 0xF01280B8          DPLL Old RAM Pointer and Offset Value for TRIGGER
GTM_DPLL_APS_SYNC 0xF01280BC          DPLL Old RAM Pointer and Offset Value for STATE
GTM_DPLL_TBU_TS0_T 0xF01280C0          DPLL TBU_TS0 Value at Last TRIGGER Event
GTM_DPLL_TBU_TS0_S 0xF01280C4          DPLL TBU_TS0 Value at Last STATE Event
GTM_DPLL_ADD_IN_LD1 0xF01280C8          DPLL Direct Load Input Value for SUB_INC1
GTM_DPLL_ADD_IN_LD2 0xF01280CC          DPLL Direct Load Input Value for SUB_INC2
GTM_DPLL_STATUS 0xF01280FC          DPLL Status Register
GTM_DPLL_ID_PMTR_0 0xF0128100          DPLL ID Information for Input Signal PMT 0 Register
GTM_DPLL_ID_PMTR_1 0xF0128104          DPLL ID Information for Input Signal PMT 1 Register
GTM_DPLL_ID_PMTR_2 0xF0128108          DPLL ID Information for Input Signal PMT 2 Register
GTM_DPLL_ID_PMTR_3 0xF012810C          DPLL ID Information for Input Signal PMT 3 Register
GTM_DPLL_ID_PMTR_4 0xF0128110          DPLL ID Information for Input Signal PMT 4 Register
GTM_DPLL_ID_PMTR_5 0xF0128114          DPLL ID Information for Input Signal PMT 5 Register
GTM_DPLL_ID_PMTR_6 0xF0128118          DPLL ID Information for Input Signal PMT 6 Register
GTM_DPLL_ID_PMTR_7 0xF012811C          DPLL ID Information for Input Signal PMT 7 Register
GTM_DPLL_ID_PMTR_8 0xF0128120          DPLL ID Information for Input Signal PMT 8 Register
GTM_DPLL_ID_PMTR_9 0xF0128124          DPLL ID Information for Input Signal PMT 9 Register
GTM_DPLL_ID_PMTR_10 0xF0128128          DPLL ID Information for Input Signal PMT 10 Register
GTM_DPLL_ID_PMTR_11 0xF012812C          DPLL ID Information for Input Signal PMT 11 Register
GTM_DPLL_ID_PMTR_12 0xF0128130          DPLL ID Information for Input Signal PMT 12 Register
GTM_DPLL_ID_PMTR_13 0xF0128134          DPLL ID Information for Input Signal PMT 13 Register
GTM_DPLL_ID_PMTR_14 0xF0128138          DPLL ID Information for Input Signal PMT 14 Register
GTM_DPLL_ID_PMTR_15 0xF012813C          DPLL ID Information for Input Signal PMT 15 Register
GTM_DPLL_ID_PMTR_16 0xF0128140          DPLL ID Information for Input Signal PMT 16 Register
GTM_DPLL_ID_PMTR_17 0xF0128144          DPLL ID Information for Input Signal PMT 17 Register
GTM_DPLL_ID_PMTR_18 0xF0128148          DPLL ID Information for Input Signal PMT 18 Register
GTM_DPLL_ID_PMTR_19 0xF012814C          DPLL ID Information for Input Signal PMT 19 Register
GTM_DPLL_ID_PMTR_20 0xF0128150          DPLL ID Information for Input Signal PMT 20 Register
GTM_DPLL_ID_PMTR_21 0xF0128154          DPLL ID Information for Input Signal PMT 21 Register
GTM_DPLL_ID_PMTR_22 0xF0128158          DPLL ID Information for Input Signal PMT 22 Register
GTM_DPLL_ID_PMTR_23 0xF012815C          DPLL ID Information for Input Signal PMT 23 Register
GTM_DPLL_ID_PMTR_24 0xF0128160          DPLL ID Information for Input Signal PMT 24 Register
GTM_DPLL_ID_PMTR_25 0xF0128164          DPLL ID Information for Input Signal PMT 25 Register
GTM_DPLL_ID_PMTR_26 0xF0128168          DPLL ID Information for Input Signal PMT 26 Register
GTM_DPLL_ID_PMTR_27 0xF012816C          DPLL ID Information for Input Signal PMT 27 Register
GTM_DPLL_ID_PMTR_28 0xF0128170          DPLL ID Information for Input Signal PMT 28 Register
GTM_DPLL_ID_PMTR_29 0xF0128174          DPLL ID Information for Input Signal PMT 29 Register
GTM_DPLL_ID_PMTR_30 0xF0128178          DPLL ID Information for Input Signal PMT 30 Register
GTM_DPLL_ID_PMTR_31 0xF012817C          DPLL ID Information for Input Signal PMT 31 Register
GTM_DPLL_CTRL_0_SHADOW_TRIGGER 0xF01281E0          DPLL Control 0 Shadow Trigger Register
GTM_DPLL_CTRL_0_SHADOW_STATE 0xF01281E4          DPLL Control 0 Shadow STATE Register
GTM_DPLL_CTRL_1_SHADOW_TRIGGER 0xF01281E8          DPLL Control 1 Shadow TRIGGER Register
GTM_DPLL_CTRL_1_SHADOW_STATE 0xF01281EC          DPLL Control 1 Shadow STATE Register
GTM_DPLL_RAM_INI 0xF01281FC          DPLL RAM Initialization Register
GTM_DPLL_PSA0   0xF0128200          DPLL ACTION_0 Position/Value Request
GTM_DPLL_PSA1   0xF0128204          DPLL ACTION_1 Position/Value Request
GTM_DPLL_PSA2   0xF0128208          DPLL ACTION_2 Position/Value Request
GTM_DPLL_PSA3   0xF012820C          DPLL ACTION_3 Position/Value Request
GTM_DPLL_PSA4   0xF0128210          DPLL ACTION_4 Position/Value Request
GTM_DPLL_PSA5   0xF0128214          DPLL ACTION_5 Position/Value Request
GTM_DPLL_PSA6   0xF0128218          DPLL ACTION_6 Position/Value Request
GTM_DPLL_PSA7   0xF012821C          DPLL ACTION_7 Position/Value Request
GTM_DPLL_PSA8   0xF0128220          DPLL ACTION_8 Position/Value Request
GTM_DPLL_PSA9   0xF0128224          DPLL ACTION_9 Position/Value Request
GTM_DPLL_PSA10  0xF0128228          DPLL ACTION_10 Position/Value Request
GTM_DPLL_PSA11  0xF012822C          DPLL ACTION_11 Position/Value Request
GTM_DPLL_PSA12  0xF0128230          DPLL ACTION_12 Position/Value Request
GTM_DPLL_PSA13  0xF0128234          DPLL ACTION_13 Position/Value Request
GTM_DPLL_PSA14  0xF0128238          DPLL ACTION_14 Position/Value Request
GTM_DPLL_PSA15  0xF012823C          DPLL ACTION_15 Position/Value Request
GTM_DPLL_PSA16  0xF0128240          DPLL ACTION_16 Position/Value Request
GTM_DPLL_PSA17  0xF0128244          DPLL ACTION_17 Position/Value Request
GTM_DPLL_PSA18  0xF0128248          DPLL ACTION_18 Position/Value Request
GTM_DPLL_PSA19  0xF012824C          DPLL ACTION_19 Position/Value Request
GTM_DPLL_PSA20  0xF0128250          DPLL ACTION_20 Position/Value Request
GTM_DPLL_PSA21  0xF0128254          DPLL ACTION_21 Position/Value Request
GTM_DPLL_PSA22  0xF0128258          DPLL ACTION_22 Position/Value Request
GTM_DPLL_PSA23  0xF012825C          DPLL ACTION_23 Position/Value Request
GTM_DPLL_PSA24  0xF0128260          DPLL ACTION_24 Position/Value Request
GTM_DPLL_PSA25  0xF0128264          DPLL ACTION_25 Position/Value Request
GTM_DPLL_PSA26  0xF0128268          DPLL ACTION_26 Position/Value Request
GTM_DPLL_PSA27  0xF012826C          DPLL ACTION_27 Position/Value Request
GTM_DPLL_PSA28  0xF0128270          DPLL ACTION_28 Position/Value Request
GTM_DPLL_PSA29  0xF0128274          DPLL ACTION_29 Position/Value Request
GTM_DPLL_PSA30  0xF0128278          DPLL ACTION_30 Position/Value Request
GTM_DPLL_PSA31  0xF012827C          DPLL ACTION_31 Position/Value Request
GTM_DPLL_DLA0   0xF0128280          DPLL ACTION_i Time to React before PSA0
GTM_DPLL_DLA1   0xF0128284          DPLL ACTION_i Time to React before PSA1
GTM_DPLL_DLA2   0xF0128288          DPLL ACTION_i Time to React before PSA2
GTM_DPLL_DLA3   0xF012828C          DPLL ACTION_i Time to React before PSA3
GTM_DPLL_DLA4   0xF0128290          DPLL ACTION_i Time to React before PSA4
GTM_DPLL_DLA5   0xF0128294          DPLL ACTION_i Time to React before PSA5
GTM_DPLL_DLA6   0xF0128298          DPLL ACTION_i Time to React before PSA6
GTM_DPLL_DLA7   0xF012829C          DPLL ACTION_i Time to React before PSA7
GTM_DPLL_DLA8   0xF01282A0          DPLL ACTION_i Time to React before PSA8
GTM_DPLL_DLA9   0xF01282A4          DPLL ACTION_i Time to React before PSA9
GTM_DPLL_DLA10  0xF01282A8          DPLL ACTION_i Time to React before PSA10
GTM_DPLL_DLA11  0xF01282AC          DPLL ACTION_i Time to React before PSA11
GTM_DPLL_DLA12  0xF01282B0          DPLL ACTION_i Time to React before PSA12
GTM_DPLL_DLA13  0xF01282B4          DPLL ACTION_i Time to React before PSA13
GTM_DPLL_DLA14  0xF01282B8          DPLL ACTION_i Time to React before PSA14
GTM_DPLL_DLA15  0xF01282BC          DPLL ACTION_i Time to React before PSA15
GTM_DPLL_DLA16  0xF01282C0          DPLL ACTION_i Time to React before PSA16
GTM_DPLL_DLA17  0xF01282C4          DPLL ACTION_i Time to React before PSA17
GTM_DPLL_DLA18  0xF01282C8          DPLL ACTION_i Time to React before PSA18
GTM_DPLL_DLA19  0xF01282CC          DPLL ACTION_i Time to React before PSA19
GTM_DPLL_DLA20  0xF01282D0          DPLL ACTION_i Time to React before PSA20
GTM_DPLL_DLA21  0xF01282D4          DPLL ACTION_i Time to React before PSA21
GTM_DPLL_DLA22  0xF01282D8          DPLL ACTION_i Time to React before PSA22
GTM_DPLL_DLA23  0xF01282DC          DPLL ACTION_i Time to React before PSA23
GTM_DPLL_DLA24  0xF01282E0          DPLL ACTION_i Time to React before PSA24
GTM_DPLL_DLA25  0xF01282E4          DPLL ACTION_i Time to React before PSA25
GTM_DPLL_DLA26  0xF01282E8          DPLL ACTION_i Time to React before PSA26
GTM_DPLL_DLA27  0xF01282EC          DPLL ACTION_i Time to React before PSA27
GTM_DPLL_DLA28  0xF01282F0          DPLL ACTION_i Time to React before PSA28
GTM_DPLL_DLA29  0xF01282F4          DPLL ACTION_i Time to React before PSA29
GTM_DPLL_DLA30  0xF01282F8          DPLL ACTION_i Time to React before PSA30
GTM_DPLL_DLA31  0xF01282FC          DPLL ACTION_i Time to React before PSA31
GTM_DPLL_NA0    0xF0128300          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_0
GTM_DPLL_NA1    0xF0128304          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_1
GTM_DPLL_NA2    0xF0128308          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_2
GTM_DPLL_NA3    0xF012830C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_3
GTM_DPLL_NA4    0xF0128310          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_4
GTM_DPLL_NA5    0xF0128314          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_5
GTM_DPLL_NA6    0xF0128318          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_6
GTM_DPLL_NA7    0xF012831C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_7
GTM_DPLL_NA8    0xF0128320          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_8
GTM_DPLL_NA9    0xF0128324          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_9
GTM_DPLL_NA10   0xF0128328          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_10
GTM_DPLL_NA11   0xF012832C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_11
GTM_DPLL_NA12   0xF0128330          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_12
GTM_DPLL_NA13   0xF0128334          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_13
GTM_DPLL_NA14   0xF0128338          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_14
GTM_DPLL_NA15   0xF012833C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_15
GTM_DPLL_NA16   0xF0128340          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_16
GTM_DPLL_NA17   0xF0128344          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_17
GTM_DPLL_NA18   0xF0128348          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_18
GTM_DPLL_NA19   0xF012834C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_19
GTM_DPLL_NA20   0xF0128350          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_20
GTM_DPLL_NA21   0xF0128354          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_21
GTM_DPLL_NA22   0xF0128358          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_22
GTM_DPLL_NA23   0xF012835C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_23
GTM_DPLL_NA24   0xF0128360          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_24
GTM_DPLL_NA25   0xF0128364          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_25
GTM_DPLL_NA26   0xF0128368          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_26
GTM_DPLL_NA27   0xF012836C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_27
GTM_DPLL_NA28   0xF0128370          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_28
GTM_DPLL_NA29   0xF0128374          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_29
GTM_DPLL_NA30   0xF0128378          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_30
GTM_DPLL_NA31   0xF012837C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_31
GTM_DPLL_DTA0   0xF0128380          DPLL Calculated Relative TIME to ACTION_0
GTM_DPLL_DTA1   0xF0128384          DPLL Calculated Relative TIME to ACTION_1
GTM_DPLL_DTA2   0xF0128388          DPLL Calculated Relative TIME to ACTION_2
GTM_DPLL_DTA3   0xF012838C          DPLL Calculated Relative TIME to ACTION_3
GTM_DPLL_DTA4   0xF0128390          DPLL Calculated Relative TIME to ACTION_4
GTM_DPLL_DTA5   0xF0128394          DPLL Calculated Relative TIME to ACTION_5
GTM_DPLL_DTA6   0xF0128398          DPLL Calculated Relative TIME to ACTION_6
GTM_DPLL_DTA7   0xF012839C          DPLL Calculated Relative TIME to ACTION_7
GTM_DPLL_DTA8   0xF01283A0          DPLL Calculated Relative TIME to ACTION_8
GTM_DPLL_DTA9   0xF01283A4          DPLL Calculated Relative TIME to ACTION_9
GTM_DPLL_DTA10  0xF01283A8          DPLL Calculated Relative TIME to ACTION_10
GTM_DPLL_DTA11  0xF01283AC          DPLL Calculated Relative TIME to ACTION_11
GTM_DPLL_DTA12  0xF01283B0          DPLL Calculated Relative TIME to ACTION_12
GTM_DPLL_DTA13  0xF01283B4          DPLL Calculated Relative TIME to ACTION_13
GTM_DPLL_DTA14  0xF01283B8          DPLL Calculated Relative TIME to ACTION_14
GTM_DPLL_DTA15  0xF01283BC          DPLL Calculated Relative TIME to ACTION_15
GTM_DPLL_DTA16  0xF01283C0          DPLL Calculated Relative TIME to ACTION_16
GTM_DPLL_DTA17  0xF01283C4          DPLL Calculated Relative TIME to ACTION_17
GTM_DPLL_DTA18  0xF01283C8          DPLL Calculated Relative TIME to ACTION_18
GTM_DPLL_DTA19  0xF01283CC          DPLL Calculated Relative TIME to ACTION_19
GTM_DPLL_DTA20  0xF01283D0          DPLL Calculated Relative TIME to ACTION_20
GTM_DPLL_DTA21  0xF01283D4          DPLL Calculated Relative TIME to ACTION_21
GTM_DPLL_DTA22  0xF01283D8          DPLL Calculated Relative TIME to ACTION_22
GTM_DPLL_DTA23  0xF01283DC          DPLL Calculated Relative TIME to ACTION_23
GTM_DPLL_DTA24  0xF01283E0          DPLL Calculated Relative TIME to ACTION_24
GTM_DPLL_DTA25  0xF01283E4          DPLL Calculated Relative TIME to ACTION_25
GTM_DPLL_DTA26  0xF01283E8          DPLL Calculated Relative TIME to ACTION_26
GTM_DPLL_DTA27  0xF01283EC          DPLL Calculated Relative TIME to ACTION_27
GTM_DPLL_DTA28  0xF01283F0          DPLL Calculated Relative TIME to ACTION_28
GTM_DPLL_DTA29  0xF01283F4          DPLL Calculated Relative TIME to ACTION_29
GTM_DPLL_DTA30  0xF01283F8          DPLL Calculated Relative TIME to ACTION_30
GTM_DPLL_DTA31  0xF01283FC          DPLL Calculated Relative TIME to ACTION_31
GTM_DPLL_TS_T   0xF0128400          DPLL Actual TRIGGER Time Stamp Value
GTM_DPLL_TS_T_OLD 0xF0128404          DPLL Previous TRIGGER Time Stamp Value
GTM_DPLL_FTV_T  0xF0128408          DPLL Actual TRIGGER Filter Value
GTM_DPLL_TS_S   0xF0128410          DPLL Actual STATE Time Stamp
GTM_DPLL_TS_S_OLD 0xF0128414          DPLL Previous STATE Time Stamp
GTM_DPLL_FTV_S  0xF0128418          DPLL Actual STATE Filter Value
GTM_DPLL_THMI   0xF0128420          DPLL TRIGGER Hold Time Minimum Value
GTM_DPLL_THMA   0xF0128424          DPLL TRIGGER Hold Time Maximum Value
GTM_DPLL_THVAL  0xF0128428          DPLL Measured TRIGGER Hold Time Value
GTM_DPLL_TOV    0xF0128430          DPLL Time Out Value of Active TRIGGER Slope
GTM_DPLL_TOV_S  0xF0128434          DPLL Time Out Value of Active STATE Slope
GTM_DPLL_ADD_IN_CAL1 0xF0128438          DPLL Calculated ADD_IN Value for SUB_INC1 Generation
GTM_DPLL_ADD_IN_CAL2 0xF012843C          DPLL Calculated ADD_IN Value for SUB_INC2 Generation
GTM_DPLL_MPVAL1 0xF0128440          DPLL Missing Pulses to be Added or Subtracted Directly 1
GTM_DPLL_MPVAL2 0xF0128444          DPLL Missing Pulses to be Added or Subtracted Directly 2
GTM_DPLL_NMB_T_TAR 0xF0128448          DPLL Target Number of Pulses to be Sent in Normal Mode
GTM_DPLL_NMB_T_TAR_OLD 0xF012844C          DPLL Last but One Target Number of Pulses to be Sent in Normal Mode
GTM_DPLL_NMB_S_TAR 0xF0128450          DPLL Target Number of Pulses to be Sent in Emergency Mode
GTM_DPLL_NMB_S_TAR_OLD 0xF0128454          DPLL Last but One Target Number of Pulses to be Sent in Emergency Mode
GTM_DPLL_RCDT_TX 0xF0128460          DPLL Reciprocal Value of the Expected Increment Duration of TRIGGER
GTM_DPLL_RCDT_SX 0xF0128464          DPLL Reciprocal Value of the Expected Increment Duration of STATE
GTM_DPLL_RCDT_TX_NOM 0xF0128468          DPLL Reciprocal Value of the Expected Nominal Increment Duration of TRIGGER
GTM_DPLL_RCDT_SX_NOM 0xF012846C          DPLL Reciprocal Value of the Expected Nominal Increment Duration of STATE
GTM_DPLL_RDT_T_ACT 0xF0128470          DPLL Reciprocal Value of the Last Increment of TRIGGER
GTM_DPLL_RDT_S_ACT 0xF0128474          DPLL Reciprocal Value of the Last Increment of STATE
GTM_DPLL_DT_T_ACT 0xF0128478          DPLL Duration of the Last TRIGGER Increment
GTM_DPLL_DT_S_ACT 0xF012847C          DPLL Duration of the Last STATE Increment
GTM_DPLL_EDT_T  0xF0128480          DPLL Difference of Prediction to Actual Value of the Last TRIGGER Increment
GTM_DPLL_MEDT_T 0xF0128484          DPLL Weighted Difference of Prediction Errors of TRIGGER
GTM_DPLL_EDT_S  0xF0128488          DPLL Difference of Prediction to Actual Value of the Last STATE Increment
GTM_DPLL_MEDT_S 0xF012848C          DPLL Weighted Difference of Prediction Errors of STATE
GTM_DPLL_CDT_TX 0xF0128490          DPLL Prediction of the Actual TRIGGER Increment Duration
GTM_DPLL_CDT_SX 0xF0128494          DPLL Prediction of the Actual STATE Increment Duration
GTM_DPLL_CDT_TX_NOM 0xF0128498          DPLL Prediction of the Nominal TRIGGER Increment Duration
GTM_DPLL_CDT_SX_NOM 0xF012849C          DPLL Prediction of the Nominal STATE Increment Duration
GTM_DPLL_TLR    0xF01284A0          DPLL TRIGGER Locking Range
GTM_DPLL_SLR    0xF01284A4          DPLL STATE Locking Range
GTM_DPLL_PDT_0  0xF0128500          DPLL Projected Increment Sum Relations for Action 0
GTM_DPLL_PDT_1  0xF0128504          DPLL Projected Increment Sum Relations for Action 1
GTM_DPLL_PDT_2  0xF0128508          DPLL Projected Increment Sum Relations for Action 2
GTM_DPLL_PDT_3  0xF012850C          DPLL Projected Increment Sum Relations for Action 3
GTM_DPLL_PDT_4  0xF0128510          DPLL Projected Increment Sum Relations for Action 4
GTM_DPLL_PDT_5  0xF0128514          DPLL Projected Increment Sum Relations for Action 5
GTM_DPLL_PDT_6  0xF0128518          DPLL Projected Increment Sum Relations for Action 6
GTM_DPLL_PDT_7  0xF012851C          DPLL Projected Increment Sum Relations for Action 7
GTM_DPLL_PDT_8  0xF0128520          DPLL Projected Increment Sum Relations for Action 8
GTM_DPLL_PDT_9  0xF0128524          DPLL Projected Increment Sum Relations for Action 9
GTM_DPLL_PDT_10 0xF0128528          DPLL Projected Increment Sum Relations for Action 10
GTM_DPLL_PDT_11 0xF012852C          DPLL Projected Increment Sum Relations for Action 11
GTM_DPLL_PDT_12 0xF0128530          DPLL Projected Increment Sum Relations for Action 12
GTM_DPLL_PDT_13 0xF0128534          DPLL Projected Increment Sum Relations for Action 13
GTM_DPLL_PDT_14 0xF0128538          DPLL Projected Increment Sum Relations for Action 14
GTM_DPLL_PDT_15 0xF012853C          DPLL Projected Increment Sum Relations for Action 15
GTM_DPLL_PDT_16 0xF0128540          DPLL Projected Increment Sum Relations for Action 16
GTM_DPLL_PDT_17 0xF0128544          DPLL Projected Increment Sum Relations for Action 17
GTM_DPLL_PDT_18 0xF0128548          DPLL Projected Increment Sum Relations for Action 18
GTM_DPLL_PDT_19 0xF012854C          DPLL Projected Increment Sum Relations for Action 19
GTM_DPLL_PDT_20 0xF0128550          DPLL Projected Increment Sum Relations for Action 20
GTM_DPLL_PDT_21 0xF0128554          DPLL Projected Increment Sum Relations for Action 21
GTM_DPLL_PDT_22 0xF0128558          DPLL Projected Increment Sum Relations for Action 22
GTM_DPLL_PDT_23 0xF012855C          DPLL Projected Increment Sum Relations for Action 23
GTM_DPLL_PDT_24 0xF0128560          DPLL Projected Increment Sum Relations for Action 24
GTM_DPLL_PDT_25 0xF0128564          DPLL Projected Increment Sum Relations for Action 25
GTM_DPLL_PDT_26 0xF0128568          DPLL Projected Increment Sum Relations for Action 26
GTM_DPLL_PDT_27 0xF012856C          DPLL Projected Increment Sum Relations for Action 27
GTM_DPLL_PDT_28 0xF0128570          DPLL Projected Increment Sum Relations for Action 28
GTM_DPLL_PDT_29 0xF0128574          DPLL Projected Increment Sum Relations for Action 29
GTM_DPLL_PDT_30 0xF0128578          DPLL Projected Increment Sum Relations for Action 30
GTM_DPLL_PDT_31 0xF012857C          DPLL Projected Increment Sum Relations for Action 31
GTM_DPLL_MLS1   0xF01285C0          DPLL Calculated Number of Sub-Pulses between two Nominal STATE Events for SMC = 0
GTM_DPLL_MLS2   0xF01285C4          DPLL Calculated Number of Sub-Pulses between two Nominal STATE Events for SMC = 1 and RMO = 1
GTM_DPLL_CNT_NUM_1 0xF01285C8          DPLL Number of Sub-Pulses of SUB_INC1 in Continuous Mode
GTM_DPLL_CNT_NUM_2 0xF01285CC          DPLL Number of Sub-Pulses of SUB_INC2 in Continuous Mode
GTM_DPLL_PVT    0xF01285D0          DPLL Plausibility Value of Next TRIGGER Slope
GTM_DPLL_PSTC   0xF01285E0          DPLL Actual Calculated Position Stamp of TRIGGER
GTM_DPLL_PSSC   0xF01285E4          DPLL Actual Calculated Position Stamp of STATE
GTM_DPLL_PSTM   0xF01285E8          DPLL Measured Position Stamp at Last TRIGGER Input
GTM_DPLL_PSTM_OLD 0xF01285EC          DPLL Measured Position Stamp at Last but One TRIGGER Input
GTM_DPLL_PSSM   0xF01285F0          DPLL Measured Position Stamp at Last STATE Input
GTM_DPLL_PSSM_OLD 0xF01285F4          DPLL Measured Position Stamp at Last but One STATE Input
GTM_DPLL_NMB_T  0xF01285F8          DPLL Number of Pulses to be Sent in Normal Mode
GTM_DPLL_NMB_S  0xF01285FC          DPLL Number of Pulses to be Sent in Emergency Mode
GTM_DPLL_RDT_S0 0xF0128600          DPLL Reciprocal Values of the Nominal STATE 0 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S1 0xF0128604          DPLL Reciprocal Values of the Nominal STATE 1 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S2 0xF0128608          DPLL Reciprocal Values of the Nominal STATE 2 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S3 0xF012860C          DPLL Reciprocal Values of the Nominal STATE 3 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S4 0xF0128610          DPLL Reciprocal Values of the Nominal STATE 4 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S5 0xF0128614          DPLL Reciprocal Values of the Nominal STATE 5 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S6 0xF0128618          DPLL Reciprocal Values of the Nominal STATE 6 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S7 0xF012861C          DPLL Reciprocal Values of the Nominal STATE 7 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S8 0xF0128620          DPLL Reciprocal Values of the Nominal STATE 8 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S9 0xF0128624          DPLL Reciprocal Values of the Nominal STATE 9 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S10 0xF0128628          DPLL Reciprocal Values of the Nominal STATE 10 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S11 0xF012862C          DPLL Reciprocal Values of the Nominal STATE 11 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S12 0xF0128630          DPLL Reciprocal Values of the Nominal STATE 12 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S13 0xF0128634          DPLL Reciprocal Values of the Nominal STATE 13 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S14 0xF0128638          DPLL Reciprocal Values of the Nominal STATE 14 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S15 0xF012863C          DPLL Reciprocal Values of the Nominal STATE 15 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S16 0xF0128640          DPLL Reciprocal Values of the Nominal STATE 16 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S17 0xF0128644          DPLL Reciprocal Values of the Nominal STATE 17 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S18 0xF0128648          DPLL Reciprocal Values of the Nominal STATE 18 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S19 0xF012864C          DPLL Reciprocal Values of the Nominal STATE 19 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S20 0xF0128650          DPLL Reciprocal Values of the Nominal STATE 20 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S21 0xF0128654          DPLL Reciprocal Values of the Nominal STATE 21 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S22 0xF0128658          DPLL Reciprocal Values of the Nominal STATE 22 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S23 0xF012865C          DPLL Reciprocal Values of the Nominal STATE 23 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S24 0xF0128660          DPLL Reciprocal Values of the Nominal STATE 24 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S25 0xF0128664          DPLL Reciprocal Values of the Nominal STATE 25 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S26 0xF0128668          DPLL Reciprocal Values of the Nominal STATE 26 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S27 0xF012866C          DPLL Reciprocal Values of the Nominal STATE 27 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S28 0xF0128670          DPLL Reciprocal Values of the Nominal STATE 28 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S29 0xF0128674          DPLL Reciprocal Values of the Nominal STATE 29 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S30 0xF0128678          DPLL Reciprocal Values of the Nominal STATE 30 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S31 0xF012867C          DPLL Reciprocal Values of the Nominal STATE 31 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S32 0xF0128680          DPLL Reciprocal Values of the Nominal STATE 32 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S33 0xF0128684          DPLL Reciprocal Values of the Nominal STATE 33 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S34 0xF0128688          DPLL Reciprocal Values of the Nominal STATE 34 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S35 0xF012868C          DPLL Reciprocal Values of the Nominal STATE 35 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S36 0xF0128690          DPLL Reciprocal Values of the Nominal STATE 36 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S37 0xF0128694          DPLL Reciprocal Values of the Nominal STATE 37 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S38 0xF0128698          DPLL Reciprocal Values of the Nominal STATE 38 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S39 0xF012869C          DPLL Reciprocal Values of the Nominal STATE 39 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S40 0xF01286A0          DPLL Reciprocal Values of the Nominal STATE 40 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S41 0xF01286A4          DPLL Reciprocal Values of the Nominal STATE 41 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S42 0xF01286A8          DPLL Reciprocal Values of the Nominal STATE 42 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S43 0xF01286AC          DPLL Reciprocal Values of the Nominal STATE 43 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S44 0xF01286B0          DPLL Reciprocal Values of the Nominal STATE 44 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S45 0xF01286B4          DPLL Reciprocal Values of the Nominal STATE 45 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S46 0xF01286B8          DPLL Reciprocal Values of the Nominal STATE 46 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S47 0xF01286BC          DPLL Reciprocal Values of the Nominal STATE 47 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S48 0xF01286C0          DPLL Reciprocal Values of the Nominal STATE 48 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S49 0xF01286C4          DPLL Reciprocal Values of the Nominal STATE 49 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S50 0xF01286C8          DPLL Reciprocal Values of the Nominal STATE 50 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S51 0xF01286CC          DPLL Reciprocal Values of the Nominal STATE 51 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S52 0xF01286D0          DPLL Reciprocal Values of the Nominal STATE 52 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S53 0xF01286D4          DPLL Reciprocal Values of the Nominal STATE 53 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S54 0xF01286D8          DPLL Reciprocal Values of the Nominal STATE 54 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S55 0xF01286DC          DPLL Reciprocal Values of the Nominal STATE 55 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S56 0xF01286E0          DPLL Reciprocal Values of the Nominal STATE 56 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S57 0xF01286E4          DPLL Reciprocal Values of the Nominal STATE 57 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S58 0xF01286E8          DPLL Reciprocal Values of the Nominal STATE 58 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S59 0xF01286EC          DPLL Reciprocal Values of the Nominal STATE 59 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S60 0xF01286F0          DPLL Reciprocal Values of the Nominal STATE 60 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S61 0xF01286F4          DPLL Reciprocal Values of the Nominal STATE 61 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S62 0xF01286F8          DPLL Reciprocal Values of the Nominal STATE 62 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S63 0xF01286FC          DPLL Reciprocal Values of the Nominal STATE 63 Increment Duration in FULL_SCALE
GTM_DPLL_TSF_S0 0xF0128700          DPLL Time Stamp Values of the Nominal STATE 0 Events in FULL_SCALE
GTM_DPLL_TSF_S1 0xF0128704          DPLL Time Stamp Values of the Nominal STATE 1 Events in FULL_SCALE
GTM_DPLL_TSF_S2 0xF0128708          DPLL Time Stamp Values of the Nominal STATE 2 Events in FULL_SCALE
GTM_DPLL_TSF_S3 0xF012870C          DPLL Time Stamp Values of the Nominal STATE 3 Events in FULL_SCALE
GTM_DPLL_TSF_S4 0xF0128710          DPLL Time Stamp Values of the Nominal STATE 4 Events in FULL_SCALE
GTM_DPLL_TSF_S5 0xF0128714          DPLL Time Stamp Values of the Nominal STATE 5 Events in FULL_SCALE
GTM_DPLL_TSF_S6 0xF0128718          DPLL Time Stamp Values of the Nominal STATE 6 Events in FULL_SCALE
GTM_DPLL_TSF_S7 0xF012871C          DPLL Time Stamp Values of the Nominal STATE 7 Events in FULL_SCALE
GTM_DPLL_TSF_S8 0xF0128720          DPLL Time Stamp Values of the Nominal STATE 8 Events in FULL_SCALE
GTM_DPLL_TSF_S9 0xF0128724          DPLL Time Stamp Values of the Nominal STATE 9 Events in FULL_SCALE
GTM_DPLL_TSF_S10 0xF0128728          DPLL Time Stamp Values of the Nominal STATE 10 Events in FULL_SCALE
GTM_DPLL_TSF_S11 0xF012872C          DPLL Time Stamp Values of the Nominal STATE 11 Events in FULL_SCALE
GTM_DPLL_TSF_S12 0xF0128730          DPLL Time Stamp Values of the Nominal STATE 12 Events in FULL_SCALE
GTM_DPLL_TSF_S13 0xF0128734          DPLL Time Stamp Values of the Nominal STATE 13 Events in FULL_SCALE
GTM_DPLL_TSF_S14 0xF0128738          DPLL Time Stamp Values of the Nominal STATE 14 Events in FULL_SCALE
GTM_DPLL_TSF_S15 0xF012873C          DPLL Time Stamp Values of the Nominal STATE 15 Events in FULL_SCALE
GTM_DPLL_TSF_S16 0xF0128740          DPLL Time Stamp Values of the Nominal STATE 16 Events in FULL_SCALE
GTM_DPLL_TSF_S17 0xF0128744          DPLL Time Stamp Values of the Nominal STATE 17 Events in FULL_SCALE
GTM_DPLL_TSF_S18 0xF0128748          DPLL Time Stamp Values of the Nominal STATE 18 Events in FULL_SCALE
GTM_DPLL_TSF_S19 0xF012874C          DPLL Time Stamp Values of the Nominal STATE 19 Events in FULL_SCALE
GTM_DPLL_TSF_S20 0xF0128750          DPLL Time Stamp Values of the Nominal STATE 20 Events in FULL_SCALE
GTM_DPLL_TSF_S21 0xF0128754          DPLL Time Stamp Values of the Nominal STATE 21 Events in FULL_SCALE
GTM_DPLL_TSF_S22 0xF0128758          DPLL Time Stamp Values of the Nominal STATE 22 Events in FULL_SCALE
GTM_DPLL_TSF_S23 0xF012875C          DPLL Time Stamp Values of the Nominal STATE 23 Events in FULL_SCALE
GTM_DPLL_TSF_S24 0xF0128760          DPLL Time Stamp Values of the Nominal STATE 24 Events in FULL_SCALE
GTM_DPLL_TSF_S25 0xF0128764          DPLL Time Stamp Values of the Nominal STATE 25 Events in FULL_SCALE
GTM_DPLL_TSF_S26 0xF0128768          DPLL Time Stamp Values of the Nominal STATE 26 Events in FULL_SCALE
GTM_DPLL_TSF_S27 0xF012876C          DPLL Time Stamp Values of the Nominal STATE 27 Events in FULL_SCALE
GTM_DPLL_TSF_S28 0xF0128770          DPLL Time Stamp Values of the Nominal STATE 28 Events in FULL_SCALE
GTM_DPLL_TSF_S29 0xF0128774          DPLL Time Stamp Values of the Nominal STATE 29 Events in FULL_SCALE
GTM_DPLL_TSF_S30 0xF0128778          DPLL Time Stamp Values of the Nominal STATE 30 Events in FULL_SCALE
GTM_DPLL_TSF_S31 0xF012877C          DPLL Time Stamp Values of the Nominal STATE 31 Events in FULL_SCALE
GTM_DPLL_TSF_S32 0xF0128780          DPLL Time Stamp Values of the Nominal STATE 32 Events in FULL_SCALE
GTM_DPLL_TSF_S33 0xF0128784          DPLL Time Stamp Values of the Nominal STATE 33 Events in FULL_SCALE
GTM_DPLL_TSF_S34 0xF0128788          DPLL Time Stamp Values of the Nominal STATE 34 Events in FULL_SCALE
GTM_DPLL_TSF_S35 0xF012878C          DPLL Time Stamp Values of the Nominal STATE 35 Events in FULL_SCALE
GTM_DPLL_TSF_S36 0xF0128790          DPLL Time Stamp Values of the Nominal STATE 36 Events in FULL_SCALE
GTM_DPLL_TSF_S37 0xF0128794          DPLL Time Stamp Values of the Nominal STATE 37 Events in FULL_SCALE
GTM_DPLL_TSF_S38 0xF0128798          DPLL Time Stamp Values of the Nominal STATE 38 Events in FULL_SCALE
GTM_DPLL_TSF_S39 0xF012879C          DPLL Time Stamp Values of the Nominal STATE 39 Events in FULL_SCALE
GTM_DPLL_TSF_S40 0xF01287A0          DPLL Time Stamp Values of the Nominal STATE 40 Events in FULL_SCALE
GTM_DPLL_TSF_S41 0xF01287A4          DPLL Time Stamp Values of the Nominal STATE 41 Events in FULL_SCALE
GTM_DPLL_TSF_S42 0xF01287A8          DPLL Time Stamp Values of the Nominal STATE 42 Events in FULL_SCALE
GTM_DPLL_TSF_S43 0xF01287AC          DPLL Time Stamp Values of the Nominal STATE 43 Events in FULL_SCALE
GTM_DPLL_TSF_S44 0xF01287B0          DPLL Time Stamp Values of the Nominal STATE 44 Events in FULL_SCALE
GTM_DPLL_TSF_S45 0xF01287B4          DPLL Time Stamp Values of the Nominal STATE 45 Events in FULL_SCALE
GTM_DPLL_TSF_S46 0xF01287B8          DPLL Time Stamp Values of the Nominal STATE 46 Events in FULL_SCALE
GTM_DPLL_TSF_S47 0xF01287BC          DPLL Time Stamp Values of the Nominal STATE 47 Events in FULL_SCALE
GTM_DPLL_TSF_S48 0xF01287C0          DPLL Time Stamp Values of the Nominal STATE 48 Events in FULL_SCALE
GTM_DPLL_TSF_S49 0xF01287C4          DPLL Time Stamp Values of the Nominal STATE 49 Events in FULL_SCALE
GTM_DPLL_TSF_S50 0xF01287C8          DPLL Time Stamp Values of the Nominal STATE 50 Events in FULL_SCALE
GTM_DPLL_TSF_S51 0xF01287CC          DPLL Time Stamp Values of the Nominal STATE 51 Events in FULL_SCALE
GTM_DPLL_TSF_S52 0xF01287D0          DPLL Time Stamp Values of the Nominal STATE 52 Events in FULL_SCALE
GTM_DPLL_TSF_S53 0xF01287D4          DPLL Time Stamp Values of the Nominal STATE 53 Events in FULL_SCALE
GTM_DPLL_TSF_S54 0xF01287D8          DPLL Time Stamp Values of the Nominal STATE 54 Events in FULL_SCALE
GTM_DPLL_TSF_S55 0xF01287DC          DPLL Time Stamp Values of the Nominal STATE 55 Events in FULL_SCALE
GTM_DPLL_TSF_S56 0xF01287E0          DPLL Time Stamp Values of the Nominal STATE 56 Events in FULL_SCALE
GTM_DPLL_TSF_S57 0xF01287E4          DPLL Time Stamp Values of the Nominal STATE 57 Events in FULL_SCALE
GTM_DPLL_TSF_S58 0xF01287E8          DPLL Time Stamp Values of the Nominal STATE 58 Events in FULL_SCALE
GTM_DPLL_TSF_S59 0xF01287EC          DPLL Time Stamp Values of the Nominal STATE 59 Events in FULL_SCALE
GTM_DPLL_TSF_S60 0xF01287F0          DPLL Time Stamp Values of the Nominal STATE 60 Events in FULL_SCALE
GTM_DPLL_TSF_S61 0xF01287F4          DPLL Time Stamp Values of the Nominal STATE 61 Events in FULL_SCALE
GTM_DPLL_TSF_S62 0xF01287F8          DPLL Time Stamp Values of the Nominal STATE 62 Events in FULL_SCALE
GTM_DPLL_TSF_S63 0xF01287FC          DPLL Time Stamp Values of the Nominal STATE 63 Events in FULL_SCALE
GTM_DPLL_ADT_S0 0xF0128800          DPLL Adapt and Profile Values of the STATE 0 Increments in FULL_SCALE
GTM_DPLL_ADT_S1 0xF0128804          DPLL Adapt and Profile Values of the STATE 1 Increments in FULL_SCALE
GTM_DPLL_ADT_S2 0xF0128808          DPLL Adapt and Profile Values of the STATE 2 Increments in FULL_SCALE
GTM_DPLL_ADT_S3 0xF012880C          DPLL Adapt and Profile Values of the STATE 3 Increments in FULL_SCALE
GTM_DPLL_ADT_S4 0xF0128810          DPLL Adapt and Profile Values of the STATE 4 Increments in FULL_SCALE
GTM_DPLL_ADT_S5 0xF0128814          DPLL Adapt and Profile Values of the STATE 5 Increments in FULL_SCALE
GTM_DPLL_ADT_S6 0xF0128818          DPLL Adapt and Profile Values of the STATE 6 Increments in FULL_SCALE
GTM_DPLL_ADT_S7 0xF012881C          DPLL Adapt and Profile Values of the STATE 7 Increments in FULL_SCALE
GTM_DPLL_ADT_S8 0xF0128820          DPLL Adapt and Profile Values of the STATE 8 Increments in FULL_SCALE
GTM_DPLL_ADT_S9 0xF0128824          DPLL Adapt and Profile Values of the STATE 9 Increments in FULL_SCALE
GTM_DPLL_ADT_S10 0xF0128828          DPLL Adapt and Profile Values of the STATE 10 Increments in FULL_SCALE
GTM_DPLL_ADT_S11 0xF012882C          DPLL Adapt and Profile Values of the STATE 11 Increments in FULL_SCALE
GTM_DPLL_ADT_S12 0xF0128830          DPLL Adapt and Profile Values of the STATE 12 Increments in FULL_SCALE
GTM_DPLL_ADT_S13 0xF0128834          DPLL Adapt and Profile Values of the STATE 13 Increments in FULL_SCALE
GTM_DPLL_ADT_S14 0xF0128838          DPLL Adapt and Profile Values of the STATE 14 Increments in FULL_SCALE
GTM_DPLL_ADT_S15 0xF012883C          DPLL Adapt and Profile Values of the STATE 15 Increments in FULL_SCALE
GTM_DPLL_ADT_S16 0xF0128840          DPLL Adapt and Profile Values of the STATE 16 Increments in FULL_SCALE
GTM_DPLL_ADT_S17 0xF0128844          DPLL Adapt and Profile Values of the STATE 17 Increments in FULL_SCALE
GTM_DPLL_ADT_S18 0xF0128848          DPLL Adapt and Profile Values of the STATE 18 Increments in FULL_SCALE
GTM_DPLL_ADT_S19 0xF012884C          DPLL Adapt and Profile Values of the STATE 19 Increments in FULL_SCALE
GTM_DPLL_ADT_S20 0xF0128850          DPLL Adapt and Profile Values of the STATE 20 Increments in FULL_SCALE
GTM_DPLL_ADT_S21 0xF0128854          DPLL Adapt and Profile Values of the STATE 21 Increments in FULL_SCALE
GTM_DPLL_ADT_S22 0xF0128858          DPLL Adapt and Profile Values of the STATE 22 Increments in FULL_SCALE
GTM_DPLL_ADT_S23 0xF012885C          DPLL Adapt and Profile Values of the STATE 23 Increments in FULL_SCALE
GTM_DPLL_ADT_S24 0xF0128860          DPLL Adapt and Profile Values of the STATE 24 Increments in FULL_SCALE
GTM_DPLL_ADT_S25 0xF0128864          DPLL Adapt and Profile Values of the STATE 25 Increments in FULL_SCALE
GTM_DPLL_ADT_S26 0xF0128868          DPLL Adapt and Profile Values of the STATE 26 Increments in FULL_SCALE
GTM_DPLL_ADT_S27 0xF012886C          DPLL Adapt and Profile Values of the STATE 27 Increments in FULL_SCALE
GTM_DPLL_ADT_S28 0xF0128870          DPLL Adapt and Profile Values of the STATE 28 Increments in FULL_SCALE
GTM_DPLL_ADT_S29 0xF0128874          DPLL Adapt and Profile Values of the STATE 29 Increments in FULL_SCALE
GTM_DPLL_ADT_S30 0xF0128878          DPLL Adapt and Profile Values of the STATE 30 Increments in FULL_SCALE
GTM_DPLL_ADT_S31 0xF012887C          DPLL Adapt and Profile Values of the STATE 31 Increments in FULL_SCALE
GTM_DPLL_ADT_S32 0xF0128880          DPLL Adapt and Profile Values of the STATE 32 Increments in FULL_SCALE
GTM_DPLL_ADT_S33 0xF0128884          DPLL Adapt and Profile Values of the STATE 33 Increments in FULL_SCALE
GTM_DPLL_ADT_S34 0xF0128888          DPLL Adapt and Profile Values of the STATE 34 Increments in FULL_SCALE
GTM_DPLL_ADT_S35 0xF012888C          DPLL Adapt and Profile Values of the STATE 35 Increments in FULL_SCALE
GTM_DPLL_ADT_S36 0xF0128890          DPLL Adapt and Profile Values of the STATE 36 Increments in FULL_SCALE
GTM_DPLL_ADT_S37 0xF0128894          DPLL Adapt and Profile Values of the STATE 37 Increments in FULL_SCALE
GTM_DPLL_ADT_S38 0xF0128898          DPLL Adapt and Profile Values of the STATE 38 Increments in FULL_SCALE
GTM_DPLL_ADT_S39 0xF012889C          DPLL Adapt and Profile Values of the STATE 39 Increments in FULL_SCALE
GTM_DPLL_ADT_S40 0xF01288A0          DPLL Adapt and Profile Values of the STATE 40 Increments in FULL_SCALE
GTM_DPLL_ADT_S41 0xF01288A4          DPLL Adapt and Profile Values of the STATE 41 Increments in FULL_SCALE
GTM_DPLL_ADT_S42 0xF01288A8          DPLL Adapt and Profile Values of the STATE 42 Increments in FULL_SCALE
GTM_DPLL_ADT_S43 0xF01288AC          DPLL Adapt and Profile Values of the STATE 43 Increments in FULL_SCALE
GTM_DPLL_ADT_S44 0xF01288B0          DPLL Adapt and Profile Values of the STATE 44 Increments in FULL_SCALE
GTM_DPLL_ADT_S45 0xF01288B4          DPLL Adapt and Profile Values of the STATE 45 Increments in FULL_SCALE
GTM_DPLL_ADT_S46 0xF01288B8          DPLL Adapt and Profile Values of the STATE 46 Increments in FULL_SCALE
GTM_DPLL_ADT_S47 0xF01288BC          DPLL Adapt and Profile Values of the STATE 47 Increments in FULL_SCALE
GTM_DPLL_ADT_S48 0xF01288C0          DPLL Adapt and Profile Values of the STATE 48 Increments in FULL_SCALE
GTM_DPLL_ADT_S49 0xF01288C4          DPLL Adapt and Profile Values of the STATE 49 Increments in FULL_SCALE
GTM_DPLL_ADT_S50 0xF01288C8          DPLL Adapt and Profile Values of the STATE 50 Increments in FULL_SCALE
GTM_DPLL_ADT_S51 0xF01288CC          DPLL Adapt and Profile Values of the STATE 51 Increments in FULL_SCALE
GTM_DPLL_ADT_S52 0xF01288D0          DPLL Adapt and Profile Values of the STATE 52 Increments in FULL_SCALE
GTM_DPLL_ADT_S53 0xF01288D4          DPLL Adapt and Profile Values of the STATE 53 Increments in FULL_SCALE
GTM_DPLL_ADT_S54 0xF01288D8          DPLL Adapt and Profile Values of the STATE 54 Increments in FULL_SCALE
GTM_DPLL_ADT_S55 0xF01288DC          DPLL Adapt and Profile Values of the STATE 55 Increments in FULL_SCALE
GTM_DPLL_ADT_S56 0xF01288E0          DPLL Adapt and Profile Values of the STATE 56 Increments in FULL_SCALE
GTM_DPLL_ADT_S57 0xF01288E4          DPLL Adapt and Profile Values of the STATE 57 Increments in FULL_SCALE
GTM_DPLL_ADT_S58 0xF01288E8          DPLL Adapt and Profile Values of the STATE 58 Increments in FULL_SCALE
GTM_DPLL_ADT_S59 0xF01288EC          DPLL Adapt and Profile Values of the STATE 59 Increments in FULL_SCALE
GTM_DPLL_ADT_S60 0xF01288F0          DPLL Adapt and Profile Values of the STATE 60 Increments in FULL_SCALE
GTM_DPLL_ADT_S61 0xF01288F4          DPLL Adapt and Profile Values of the STATE 61 Increments in FULL_SCALE
GTM_DPLL_ADT_S62 0xF01288F8          DPLL Adapt and Profile Values of the STATE 62 Increments in FULL_SCALE
GTM_DPLL_ADT_S63 0xF01288FC          DPLL Adapt and Profile Values of the STATE 63 Increments in FULL_SCALE
GTM_DPLL_DT_S0  0xF0128900          DPLL Nominal STATE 0 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S1  0xF0128904          DPLL Nominal STATE 1 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S2  0xF0128908          DPLL Nominal STATE 2 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S3  0xF012890C          DPLL Nominal STATE 3 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S4  0xF0128910          DPLL Nominal STATE 4 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S5  0xF0128914          DPLL Nominal STATE 5 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S6  0xF0128918          DPLL Nominal STATE 6 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S7  0xF012891C          DPLL Nominal STATE 7 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S8  0xF0128920          DPLL Nominal STATE 8 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S9  0xF0128924          DPLL Nominal STATE 9 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S10 0xF0128928          DPLL Nominal STATE 10 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S11 0xF012892C          DPLL Nominal STATE 11 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S12 0xF0128930          DPLL Nominal STATE 12 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S13 0xF0128934          DPLL Nominal STATE 13 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S14 0xF0128938          DPLL Nominal STATE 14 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S15 0xF012893C          DPLL Nominal STATE 15 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S16 0xF0128940          DPLL Nominal STATE 16 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S17 0xF0128944          DPLL Nominal STATE 17 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S18 0xF0128948          DPLL Nominal STATE 18 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S19 0xF012894C          DPLL Nominal STATE 19 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S20 0xF0128950          DPLL Nominal STATE 20 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S21 0xF0128954          DPLL Nominal STATE 21 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S22 0xF0128958          DPLL Nominal STATE 22 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S23 0xF012895C          DPLL Nominal STATE 23 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S24 0xF0128960          DPLL Nominal STATE 24 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S25 0xF0128964          DPLL Nominal STATE 25 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S26 0xF0128968          DPLL Nominal STATE 26 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S27 0xF012896C          DPLL Nominal STATE 27 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S28 0xF0128970          DPLL Nominal STATE 28 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S29 0xF0128974          DPLL Nominal STATE 29 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S30 0xF0128978          DPLL Nominal STATE 30 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S31 0xF012897C          DPLL Nominal STATE 31 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S32 0xF0128980          DPLL Nominal STATE 32 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S33 0xF0128984          DPLL Nominal STATE 33 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S34 0xF0128988          DPLL Nominal STATE 34 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S35 0xF012898C          DPLL Nominal STATE 35 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S36 0xF0128990          DPLL Nominal STATE 36 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S37 0xF0128994          DPLL Nominal STATE 37 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S38 0xF0128998          DPLL Nominal STATE 38 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S39 0xF012899C          DPLL Nominal STATE 39 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S40 0xF01289A0          DPLL Nominal STATE 40 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S41 0xF01289A4          DPLL Nominal STATE 41 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S42 0xF01289A8          DPLL Nominal STATE 42 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S43 0xF01289AC          DPLL Nominal STATE 43 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S44 0xF01289B0          DPLL Nominal STATE 44 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S45 0xF01289B4          DPLL Nominal STATE 45 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S46 0xF01289B8          DPLL Nominal STATE 46 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S47 0xF01289BC          DPLL Nominal STATE 47 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S48 0xF01289C0          DPLL Nominal STATE 48 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S49 0xF01289C4          DPLL Nominal STATE 49 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S50 0xF01289C8          DPLL Nominal STATE 50 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S51 0xF01289CC          DPLL Nominal STATE 51 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S52 0xF01289D0          DPLL Nominal STATE 52 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S53 0xF01289D4          DPLL Nominal STATE 53 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S54 0xF01289D8          DPLL Nominal STATE 54 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S55 0xF01289DC          DPLL Nominal STATE 55 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S56 0xF01289E0          DPLL Nominal STATE 56 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S57 0xF01289E4          DPLL Nominal STATE 57 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S58 0xF01289E8          DPLL Nominal STATE 58 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S59 0xF01289EC          DPLL Nominal STATE 59 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S60 0xF01289F0          DPLL Nominal STATE 60 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S61 0xF01289F4          DPLL Nominal STATE 61 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S62 0xF01289F8          DPLL Nominal STATE 62 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S63 0xF01289FC          DPLL Nominal STATE 63 Increment Duration in FULL_SCALE
GTM_DPLL_TSAC0  0xF0128E00          DPLL Calculated Time Value to start Action 0 Register
GTM_DPLL_TSAC1  0xF0128E04          DPLL Calculated Time Value to start Action 1 Register
GTM_DPLL_TSAC2  0xF0128E08          DPLL Calculated Time Value to start Action 2 Register
GTM_DPLL_TSAC3  0xF0128E0C          DPLL Calculated Time Value to start Action 3 Register
GTM_DPLL_TSAC4  0xF0128E10          DPLL Calculated Time Value to start Action 4 Register
GTM_DPLL_TSAC5  0xF0128E14          DPLL Calculated Time Value to start Action 5 Register
GTM_DPLL_TSAC6  0xF0128E18          DPLL Calculated Time Value to start Action 6 Register
GTM_DPLL_TSAC7  0xF0128E1C          DPLL Calculated Time Value to start Action 7 Register
GTM_DPLL_TSAC8  0xF0128E20          DPLL Calculated Time Value to start Action 8 Register
GTM_DPLL_TSAC9  0xF0128E24          DPLL Calculated Time Value to start Action 9 Register
GTM_DPLL_TSAC10 0xF0128E28          DPLL Calculated Time Value to start Action 10 Register
GTM_DPLL_TSAC11 0xF0128E2C          DPLL Calculated Time Value to start Action 11 Register
GTM_DPLL_TSAC12 0xF0128E30          DPLL Calculated Time Value to start Action 12 Register
GTM_DPLL_TSAC13 0xF0128E34          DPLL Calculated Time Value to start Action 13 Register
GTM_DPLL_TSAC14 0xF0128E38          DPLL Calculated Time Value to start Action 14 Register
GTM_DPLL_TSAC15 0xF0128E3C          DPLL Calculated Time Value to start Action 15 Register
GTM_DPLL_TSAC16 0xF0128E40          DPLL Calculated Time Value to start Action 16 Register
GTM_DPLL_TSAC17 0xF0128E44          DPLL Calculated Time Value to start Action 17 Register
GTM_DPLL_TSAC18 0xF0128E48          DPLL Calculated Time Value to start Action 18 Register
GTM_DPLL_TSAC19 0xF0128E4C          DPLL Calculated Time Value to start Action 19 Register
GTM_DPLL_TSAC20 0xF0128E50          DPLL Calculated Time Value to start Action 20 Register
GTM_DPLL_TSAC21 0xF0128E54          DPLL Calculated Time Value to start Action 21 Register
GTM_DPLL_TSAC22 0xF0128E58          DPLL Calculated Time Value to start Action 22 Register
GTM_DPLL_TSAC23 0xF0128E5C          DPLL Calculated Time Value to start Action 23 Register
GTM_DPLL_TSAC24 0xF0128E60          DPLL Calculated Time Value to start Action 24 Register
GTM_DPLL_TSAC25 0xF0128E64          DPLL Calculated Time Value to start Action 25 Register
GTM_DPLL_TSAC26 0xF0128E68          DPLL Calculated Time Value to start Action 26 Register
GTM_DPLL_TSAC27 0xF0128E6C          DPLL Calculated Time Value to start Action 27 Register
GTM_DPLL_TSAC28 0xF0128E70          DPLL Calculated Time Value to start Action 28 Register
GTM_DPLL_TSAC29 0xF0128E74          DPLL Calculated Time Value to start Action 29 Register
GTM_DPLL_TSAC30 0xF0128E78          DPLL Calculated Time Value to start Action 30 Register
GTM_DPLL_TSAC31 0xF0128E7C          DPLL Calculated Time Value to start Action 31 Register
GTM_DPLL_PSAC0  0xF0128E80          DPLL ACTION Position/Value Action 0 Request Register
GTM_DPLL_PSAC1  0xF0128E84          DPLL ACTION Position/Value Action 1 Request Register
GTM_DPLL_PSAC2  0xF0128E88          DPLL ACTION Position/Value Action 2 Request Register
GTM_DPLL_PSAC3  0xF0128E8C          DPLL ACTION Position/Value Action 3 Request Register
GTM_DPLL_PSAC4  0xF0128E90          DPLL ACTION Position/Value Action 4 Request Register
GTM_DPLL_PSAC5  0xF0128E94          DPLL ACTION Position/Value Action 5 Request Register
GTM_DPLL_PSAC6  0xF0128E98          DPLL ACTION Position/Value Action 6 Request Register
GTM_DPLL_PSAC7  0xF0128E9C          DPLL ACTION Position/Value Action 7 Request Register
GTM_DPLL_PSAC8  0xF0128EA0          DPLL ACTION Position/Value Action 8 Request Register
GTM_DPLL_PSAC9  0xF0128EA4          DPLL ACTION Position/Value Action 9 Request Register
GTM_DPLL_PSAC10 0xF0128EA8          DPLL ACTION Position/Value Action 10 Request Register
GTM_DPLL_PSAC11 0xF0128EAC          DPLL ACTION Position/Value Action 11 Request Register
GTM_DPLL_PSAC12 0xF0128EB0          DPLL ACTION Position/Value Action 12 Request Register
GTM_DPLL_PSAC13 0xF0128EB4          DPLL ACTION Position/Value Action 13 Request Register
GTM_DPLL_PSAC14 0xF0128EB8          DPLL ACTION Position/Value Action 14 Request Register
GTM_DPLL_PSAC15 0xF0128EBC          DPLL ACTION Position/Value Action 15 Request Register
GTM_DPLL_PSAC16 0xF0128EC0          DPLL ACTION Position/Value Action 16 Request Register
GTM_DPLL_PSAC17 0xF0128EC4          DPLL ACTION Position/Value Action 17 Request Register
GTM_DPLL_PSAC18 0xF0128EC8          DPLL ACTION Position/Value Action 18 Request Register
GTM_DPLL_PSAC19 0xF0128ECC          DPLL ACTION Position/Value Action 19 Request Register
GTM_DPLL_PSAC20 0xF0128ED0          DPLL ACTION Position/Value Action 20 Request Register
GTM_DPLL_PSAC21 0xF0128ED4          DPLL ACTION Position/Value Action 21 Request Register
GTM_DPLL_PSAC22 0xF0128ED8          DPLL ACTION Position/Value Action 22 Request Register
GTM_DPLL_PSAC23 0xF0128EDC          DPLL ACTION Position/Value Action 23 Request Register
GTM_DPLL_PSAC24 0xF0128EE0          DPLL ACTION Position/Value Action 24 Request Register
GTM_DPLL_PSAC25 0xF0128EE4          DPLL ACTION Position/Value Action 25 Request Register
GTM_DPLL_PSAC26 0xF0128EE8          DPLL ACTION Position/Value Action 26 Request Register
GTM_DPLL_PSAC27 0xF0128EEC          DPLL ACTION Position/Value Action 27 Request Register
GTM_DPLL_PSAC28 0xF0128EF0          DPLL ACTION Position/Value Action 28 Request Register
GTM_DPLL_PSAC29 0xF0128EF4          DPLL ACTION Position/Value Action 29 Request Register
GTM_DPLL_PSAC30 0xF0128EF8          DPLL ACTION Position/Value Action 30 Request Register
GTM_DPLL_PSAC31 0xF0128EFC          DPLL ACTION Position/Value Action 31 Request Register
GTM_DPLL_ACB_0  0xF0128F00          DPLL Control Bits Register 0 for up to 32 Actions
GTM_DPLL_ACB_1  0xF0128F04          DPLL Control Bits Register 1 for up to 32 Actions
GTM_DPLL_ACB_2  0xF0128F08          DPLL Control Bits Register 2 for up to 32 Actions
GTM_DPLL_ACB_3  0xF0128F0C          DPLL Control Bits Register 3 for up to 32 Actions
GTM_DPLL_ACB_4  0xF0128F10          DPLL Control Bits Register 4 for up to 32 Actions
GTM_DPLL_ACB_5  0xF0128F14          DPLL Control Bits Register 5 for up to 32 Actions
GTM_DPLL_ACB_6  0xF0128F18          DPLL Control Bits Register 6 for up to 32 Actions
GTM_DPLL_ACB_7  0xF0128F1C          DPLL Control Bits Register 7 for up to 32 Actions
GTM_DPLL_CTRL_11 0xF0128F20          DPLL Control Register 11
GTM_DPLL_THVAL2 0xF0128F24          DPLL Immediate THVAL Value Register
GTM_DPLL_TIDEL  0xF0128F28          DPLL Additional TRIGGER Input Delay Register
GTM_DPLL_SIDEL  0xF0128F2C          DPLL Additional STATE Input Delay Register
GTM_DPLL_APS_SYNC_EXT 0xF0128F30          DPLL Extension Register for DPLL_APS_SYNC
GTM_DPLL_CTRL_EXT 0xF0128F34          DPLL Extension Register for DPLL_CTRL
GTM_DPLL_APS_EXT 0xF0128F38          DPLL Extension Register for DPLL_APS
GTM_DPLL_APS_1C3_EXT 0xF0128F3C          DPLL Extension Register for DPLL_APS_1C3
GTM_DPLL_STA    0xF0128F40          DPLL Status of the State Machine States Register
GTM_DPLL_INCF1_OFFSET 0xF0128F44          DPLL Start Value of the ADD_IN_ADDER1 Register
GTM_DPLL_INCF2_OFFSET 0xF0128F48          DPLL Start Value of the ADD_IN_ADDER2 Register
GTM_DPLL_DT_T_START 0xF0128F4C          DPLL Start Value of DPLL_DT_T_ACT for the First Increment after SIP1 is Set to 1
GTM_DPLL_DT_S_START 0xF0128F50          DPLL Start Value of DPLL_DT_S_ACT for the First Increment after SIP2 is Set to 1
GTM_DPLL_STA_MASK 0xF0128F54          DPLL Trigger Masks for Signals DPLL_STA_T and DPLL_STA_S
GTM_DPLL_STA_FLAG 0xF0128F58          DPLL STA Flag Register
GTM_DPLL_INC_CNT1_MASK 0xF0128F5C          DPLL INC_CNT1 Trigger Mask
GTM_DPLL_INC_CNT2_MASK 0xF0128F60          DPLL INC_CNT2 Trigger Mask
GTM_DPLL_NUSC_EXT1 0xF0128F64          DPLL Extension Register Number 1 for DPLL_NUSC 4
GTM_DPLL_NUSC_EXT2 0xF0128F68          DPLL Extension Register Number 2 for DPLL_NUSC 4
GTM_DPLL_CTN_MIN 0xF0128F6C          DPLL Minimum CDT_T Nominal Value Register
GTM_DPLL_CTN_MAX 0xF0128F70          DPLL Maximum CDT_T Nominal Value Register
GTM_DPLL_CSN_MIN 0xF0128F74          DPLL Minimum CDT_S Nominal Value Register
GTM_DPLL_CSN_MAX 0xF0128F78          DPLL Maximum CDT_S Nominal Value Register
GTM_CLC         0xF019FD00          Clock Control Register
GTM_RESET_CLR   0xF019FD04          Kernel Reset Status Clear Register
GTM_RESET1      0xF019FD08          Kernel Reset Register 0
GTM_RESET2      0xF019FD0C          Kernel Reset Register 1
GTM_ACCEN0      0xF019FD10          Access Enable Register 0
GTM_ACCEN1      0xF019FD14          Access Enable Register 1
GTM_OTBU0T      0xF019FD18          OCDS TBU0 Trigger Register
GTM_OTBU1T      0xF019FD1C          OCDS TBU1 Trigger Register
GTM_OTBU2T      0xF019FD20          OCDS TBU2 Trigger Register
GTM_OTBU3T      0xF019FD24          OCDS TBU3 Trigger Register
GTM_OTSS        0xF019FD28          OCDS Trigger Set Select Register
GTM_OTSC0       0xF019FD2C          OCDS Trigger Set Control 0 Register
GTM_OTSC1       0xF019FD30          OCDS Trigger Set Control 1 Register
GTM_ODA         0xF019FD34          OCDS Debug Access Register
GTM_OCS         0xF019FD38          OCDS Control and Status
GTM_TIM0INSEL   0xF019FD40          TIM0 Input Select Register
GTM_TIM1INSEL   0xF019FD44          TIM1 Input Select Register
GTM_TIM2INSEL   0xF019FD48          TIM2 Input Select Register
GTM_TOUTSEL0    0xF019FD60          Timer Output Select Register
GTM_TOUTSEL1    0xF019FD64          Timer Output Select Register
GTM_TOUTSEL2    0xF019FD68          Timer Output Select Register
GTM_TOUTSEL3    0xF019FD6C          Timer Output Select Register
GTM_TOUTSEL4    0xF019FD70          Timer Output Select Register
GTM_TOUTSEL5    0xF019FD74          Timer Output Select Register
GTM_TOUTSEL6    0xF019FD78          Timer Output Select Register
GTM_TOUTSEL7    0xF019FD7C          Timer Output Select Register
GTM_TOUTSEL8    0xF019FD80          Timer Output Select Register
GTM_TOUTSEL9    0xF019FD84          Timer Output Select Register
GTM_TOUTSEL10   0xF019FD88          Timer Output Select Register
GTM_TOUTSEL11   0xF019FD8C          Timer Output Select Register
GTM_TOUTSEL12   0xF019FD90          Timer Output Select Register
GTM_TOUTSEL13   0xF019FD94          Timer Output Select Register
GTM_TOUTSEL14   0xF019FD98          Timer Output Select Register
GTM_TOUTSEL15   0xF019FD9C          Timer Output Select Register
GTM_DSADCINSEL0 0xF019FE00          DSADC Input Select 0 Register
GTM_DSADCINSEL1 0xF019FE04          DSADC Input Select 1 Register
GTM_DSADCINSEL2 0xF019FE08          DSADC Input Select 2 Register
GTM_DSADCOUTSEL00 0xF019FE20          DSADC Output Select 00 Register
GTM_DSADCOUTSEL10 0xF019FE28          DSADC Output Select 10 Register
GTM_DSADCOUTSEL20 0xF019FE30          DSADC Output Select 20 Register
GTM_DSADCOUTSEL30 0xF019FE38          DSADC Output Select 30 Register
GTM_ADCTRIG0OUT0 0xF019FE40          ADC Trigger 0 Output Select 0 Register
GTM_ADCTRIG0OUT1 0xF019FE44          ADC Trigger 0 Output Select 1 Register
GTM_ADCTRIG1OUT0 0xF019FE48          ADC Trigger 1 Output Select 0 Register
GTM_ADCTRIG1OUT1 0xF019FE4C          ADC Trigger 1 Output Select 1 Register
GTM_ADCTRIG2OUT0 0xF019FE50          ADC Trigger 2 Output Select 0 Register
GTM_ADCTRIG2OUT1 0xF019FE54          ADC Trigger 2 Output Select 1 Register
GTM_ADCTRIG3OUT0 0xF019FE58          ADC Trigger 3 Output Select 0 Register
GTM_ADCTRIG3OUT1 0xF019FE5C          ADC Trigger 3 Output Select 1 Register
GTM_ADCTRIG4OUT0 0xF019FE60          ADC Trigger 4 Output Select 0 Register
GTM_ADCTRIG4OUT1 0xF019FE64          ADC Trigger 4 Output Select 1 Register
GTM_DXOUTCON    0xF019FE70          Data Exchange Output Control Register
GTM_TRIGOUT0    0xF019FE74          Trigger Output Register 0
GTM_TRIGOUT1    0xF019FE78          Trigger Output Register 1
GTM_TRIGOUT2    0xF019FE7C          Trigger Output Register 2
GTM_INTOUT0     0xF019FE9C          Interrupt Output Register 0
GTM_INTOUT1     0xF019FEA0          Interrupt Output Register 1
GTM_INTOUT2     0xF019FEA4          Interrupt Output Register 2
GTM_MCSTRIGOUTSEL 0xF019FEC4          Trigger Output Select Register
GTM_MCSINTSTAT  0xF019FEC8          MCS Interrupt Status Register
GTM_MCSINTCLR   0xF019FECC          MCS Interrupt Clear Register
GTM_DXINCON     0xF019FED0          Data Exchange Input Control Register
GTM_DATAIN0     0xF019FED4          Data Input 0 Register
GTM_DATAIN1     0xF019FED8          Data Input 1 Register
GTM_DATAIN2     0xF019FEDC          Data Input 2 Register
GTM_MSCSET0CON0 0xF019FF00          MSC Set 0 Control 0 Register
GTM_MSCSET0CON1 0xF019FF04          MSC Set 0 Control 1 Register
GTM_MSCSET0CON2 0xF019FF08          MSC Set 0 Control 2 Register
GTM_MSCSET0CON3 0xF019FF0C          MSC Set 0 Control 3 Register
GTM_MSCSET1CON0 0xF019FF10          MSC Set 1 Control 0 Register
GTM_MSCSET1CON1 0xF019FF14          MSC Set 1 Control 1 Register
GTM_MSCSET1CON2 0xF019FF18          MSC Set 1 Control 2 Register
GTM_MSCSET1CON3 0xF019FF1C          MSC Set 1 Control 3 Register
GTM_MSCSET2CON0 0xF019FF20          MSC Set 2 Control 0 Register
GTM_MSCSET2CON1 0xF019FF24          MSC Set 2 Control 1 Register
GTM_MSCSET2CON2 0xF019FF28          MSC Set 2 Control 2 Register
GTM_MSCSET2CON3 0xF019FF2C          MSC Set 2 Control 3 Register
GTM_MSCSET3CON0 0xF019FF30          MSC Set 3 Control 0 Register
GTM_MSCSET3CON1 0xF019FF34          MSC Set 3 Control 1 Register
GTM_MSCSET3CON2 0xF019FF38          MSC Set 3 Control 2 Register
GTM_MSCSET3CON3 0xF019FF3C          MSC Set 3 Control 3 Register
GTM_MSC0INLCON  0xF019FF90          MSC0 Input Low Control Register
GTM_MSC0INHCON  0xF019FF94          MSC0 Input High Control Register
GTM_MSC0INLEXTCON 0xF019FF98          MSC0 Input Low Extended Control Register
GTM_PSI5OUTSEL  0xF019FFCC          PSI5 Output Select Register
GTM_PSI5SOUTSEL 0xF019FFD0          PSI5-S Output Select Register
GTM_LCDCDCOUTSEL 0xF019FFD4          LCDCDC Output Select Register
GTM_DTMAUXINSEL 0xF019FFD8          DTM_AUX Input Selection Register
GTM_CANOUTSEL0  0xF019FFDC          CAN0/CAN1 Output Select Register
GTM_CCM0_ARP0_CTRL 0xF01E2000          CCM0 Address Range Protector 0 Control Register
GTM_CCM0_ARP0_PROT 0xF01E2004          CCM0 Address Range Protector 0 Protection Register
GTM_CCM0_ARP1_CTRL 0xF01E2008          CCM0 Address Range Protector 1 Control Register
GTM_CCM0_ARP1_PROT 0xF01E200C          CCM0 Address Range Protector 1 Protection Register
GTM_CCM0_ARP2_CTRL 0xF01E2010          CCM0 Address Range Protector 2 Control Register
GTM_CCM0_ARP2_PROT 0xF01E2014          CCM0 Address Range Protector 2 Protection Register
GTM_CCM0_ARP3_CTRL 0xF01E2018          CCM0 Address Range Protector 3 Control Register
GTM_CCM0_ARP3_PROT 0xF01E201C          CCM0 Address Range Protector 3 Protection Register
GTM_CCM0_ARP4_CTRL 0xF01E2020          CCM0 Address Range Protector 4 Control Register
GTM_CCM0_ARP4_PROT 0xF01E2024          CCM0 Address Range Protector 4 Protection Register
GTM_CCM0_ARP5_CTRL 0xF01E2028          CCM0 Address Range Protector 5 Control Register
GTM_CCM0_ARP5_PROT 0xF01E202C          CCM0 Address Range Protector 5 Protection Register
GTM_CCM0_ARP6_CTRL 0xF01E2030          CCM0 Address Range Protector 6 Control Register
GTM_CCM0_ARP6_PROT 0xF01E2034          CCM0 Address Range Protector 6 Protection Register
GTM_CCM0_ARP7_CTRL 0xF01E2038          CCM0 Address Range Protector 7 Control Register
GTM_CCM0_ARP7_PROT 0xF01E203C          CCM0 Address Range Protector 7 Protection Register
GTM_CCM0_ARP8_CTRL 0xF01E2040          CCM0 Address Range Protector 8 Control Register
GTM_CCM0_ARP8_PROT 0xF01E2044          CCM0 Address Range Protector 8 Protection Register
GTM_CCM0_ARP9_CTRL 0xF01E2048          CCM0 Address Range Protector 9 Control Register
GTM_CCM0_ARP9_PROT 0xF01E204C          CCM0 Address Range Protector 9 Protection Register
GTM_CCM0_AEIM_STA 0xF01E21D8          CCM0 MCS Bus Master Status Register
GTM_CCM0_HW_CONF 0xF01E21DC          CCM0 Hardware Configuration Register
GTM_CCM0_TIM_AUX_IN_SRC 0xF01E21E0          CCM0 TIM Module AUX_IN Source Selection Register
GTM_CCM0_EXT_CAP_EN 0xF01E21E4          CCM0 External Capture Trigger Enable Register
GTM_CCM0_TOM_OUT 0xF01E21E8          CCM0 TOM Output Level Register
GTM_CCM0_ATOM_OUT 0xF01E21EC          CCM0 ATOM Output Level Register
GTM_CCM0_CMU_CLK_CFG 0xF01E21F0          CCM0 CMU Clock Configuration Register
GTM_CCM0_CMU_FXCLK_CFG 0xF01E21F4          CCM0 CMU Fixed Clock Configuration Register
GTM_CCM0_CFG    0xF01E21F8          CCM0 Configuration Register
GTM_CCM0_PROT   0xF01E21FC          CCM0 Protection Register
GTM_CCM1_ARP0_CTRL 0xF01E2200          CCM1 Address Range Protector 0 Control Register
GTM_CCM1_ARP0_PROT 0xF01E2204          CCM1 Address Range Protector 0 Protection Register
GTM_CCM1_ARP1_CTRL 0xF01E2208          CCM1 Address Range Protector 1 Control Register
GTM_CCM1_ARP1_PROT 0xF01E220C          CCM1 Address Range Protector 1 Protection Register
GTM_CCM1_ARP2_CTRL 0xF01E2210          CCM1 Address Range Protector 2 Control Register
GTM_CCM1_ARP2_PROT 0xF01E2214          CCM1 Address Range Protector 2 Protection Register
GTM_CCM1_ARP3_CTRL 0xF01E2218          CCM1 Address Range Protector 3 Control Register
GTM_CCM1_ARP3_PROT 0xF01E221C          CCM1 Address Range Protector 3 Protection Register
GTM_CCM1_ARP4_CTRL 0xF01E2220          CCM1 Address Range Protector 4 Control Register
GTM_CCM1_ARP4_PROT 0xF01E2224          CCM1 Address Range Protector 4 Protection Register
GTM_CCM1_ARP5_CTRL 0xF01E2228          CCM1 Address Range Protector 5 Control Register
GTM_CCM1_ARP5_PROT 0xF01E222C          CCM1 Address Range Protector 5 Protection Register
GTM_CCM1_ARP6_CTRL 0xF01E2230          CCM1 Address Range Protector 6 Control Register
GTM_CCM1_ARP6_PROT 0xF01E2234          CCM1 Address Range Protector 6 Protection Register
GTM_CCM1_ARP7_CTRL 0xF01E2238          CCM1 Address Range Protector 7 Control Register
GTM_CCM1_ARP7_PROT 0xF01E223C          CCM1 Address Range Protector 7 Protection Register
GTM_CCM1_ARP8_CTRL 0xF01E2240          CCM1 Address Range Protector 8 Control Register
GTM_CCM1_ARP8_PROT 0xF01E2244          CCM1 Address Range Protector 8 Protection Register
GTM_CCM1_ARP9_CTRL 0xF01E2248          CCM1 Address Range Protector 9 Control Register
GTM_CCM1_ARP9_PROT 0xF01E224C          CCM1 Address Range Protector 9 Protection Register
GTM_CCM1_AEIM_STA 0xF01E23D8          CCM1 MCS Bus Master Status Register
GTM_CCM1_HW_CONF 0xF01E23DC          CCM1 Hardware Configuration Register
GTM_CCM1_TIM_AUX_IN_SRC 0xF01E23E0          CCM1 TIM Module AUX_IN Source Selection Register
GTM_CCM1_EXT_CAP_EN 0xF01E23E4          CCM1 External Capture Trigger Enable Register
GTM_CCM1_TOM_OUT 0xF01E23E8          CCM1 TOM Output Level Register
GTM_CCM1_ATOM_OUT 0xF01E23EC          CCM1 ATOM Output Level Register
GTM_CCM1_CMU_CLK_CFG 0xF01E23F0          CCM1 CMU Clock Configuration Register
GTM_CCM1_CMU_FXCLK_CFG 0xF01E23F4          CCM1 CMU Fixed Clock Configuration Register
GTM_CCM1_CFG    0xF01E23F8          CCM1 Configuration Register
GTM_CCM1_PROT   0xF01E23FC          CCM1 Protection Register
GTM_CCM2_ARP0_CTRL 0xF01E2400          CCM2 Address Range Protector 0 Control Register
GTM_CCM2_ARP0_PROT 0xF01E2404          CCM2 Address Range Protector 0 Protection Register
GTM_CCM2_ARP1_CTRL 0xF01E2408          CCM2 Address Range Protector 1 Control Register
GTM_CCM2_ARP1_PROT 0xF01E240C          CCM2 Address Range Protector 1 Protection Register
GTM_CCM2_ARP2_CTRL 0xF01E2410          CCM2 Address Range Protector 2 Control Register
GTM_CCM2_ARP2_PROT 0xF01E2414          CCM2 Address Range Protector 2 Protection Register
GTM_CCM2_ARP3_CTRL 0xF01E2418          CCM2 Address Range Protector 3 Control Register
GTM_CCM2_ARP3_PROT 0xF01E241C          CCM2 Address Range Protector 3 Protection Register
GTM_CCM2_ARP4_CTRL 0xF01E2420          CCM2 Address Range Protector 4 Control Register
GTM_CCM2_ARP4_PROT 0xF01E2424          CCM2 Address Range Protector 4 Protection Register
GTM_CCM2_ARP5_CTRL 0xF01E2428          CCM2 Address Range Protector 5 Control Register
GTM_CCM2_ARP5_PROT 0xF01E242C          CCM2 Address Range Protector 5 Protection Register
GTM_CCM2_ARP6_CTRL 0xF01E2430          CCM2 Address Range Protector 6 Control Register
GTM_CCM2_ARP6_PROT 0xF01E2434          CCM2 Address Range Protector 6 Protection Register
GTM_CCM2_ARP7_CTRL 0xF01E2438          CCM2 Address Range Protector 7 Control Register
GTM_CCM2_ARP7_PROT 0xF01E243C          CCM2 Address Range Protector 7 Protection Register
GTM_CCM2_ARP8_CTRL 0xF01E2440          CCM2 Address Range Protector 8 Control Register
GTM_CCM2_ARP8_PROT 0xF01E2444          CCM2 Address Range Protector 8 Protection Register
GTM_CCM2_ARP9_CTRL 0xF01E2448          CCM2 Address Range Protector 9 Control Register
GTM_CCM2_ARP9_PROT 0xF01E244C          CCM2 Address Range Protector 9 Protection Register
GTM_CCM2_AEIM_STA 0xF01E25D8          CCM2 MCS Bus Master Status Register
GTM_CCM2_HW_CONF 0xF01E25DC          CCM2 Hardware Configuration Register
GTM_CCM2_TIM_AUX_IN_SRC 0xF01E25E0          CCM2 TIM Module AUX_IN Source Selection Register
GTM_CCM2_EXT_CAP_EN 0xF01E25E4          CCM2 External Capture Trigger Enable Register
GTM_CCM2_ATOM_OUT 0xF01E25EC          CCM2 ATOM Output Level Register
GTM_CCM2_CMU_CLK_CFG 0xF01E25F0          CCM2 CMU Clock Configuration Register
GTM_CCM2_CMU_FXCLK_CFG 0xF01E25F4          CCM2 CMU Fixed Clock Configuration Register
GTM_CCM2_CFG    0xF01E25F8          CCM2 Configuration Register
GTM_CCM2_PROT   0xF01E25FC          CCM2 Protection Register
GTM_CCM3_HW_CONF 0xF01E27DC          CCM3 Hardware Configuration Register
GTM_CCM3_ATOM_OUT 0xF01E27EC          CCM3 ATOM Output Level Register
GTM_CCM3_CMU_CLK_CFG 0xF01E27F0          CCM3 CMU Clock Configuration Register
GTM_CCM3_CMU_FXCLK_CFG 0xF01E27F4          CCM3 CMU Fixed Clock Configuration Register
GTM_CCM3_CFG    0xF01E27F8          CCM3 Configuration Register
GTM_CCM3_PROT   0xF01E27FC          CCM3 Protection Register
GTM_CDTM0_DTM0_CTRL 0xF01E4000          CDTM0 DTM0 Global Configuration and Control Register
GTM_CDTM0_DTM0_CH_CTRL1 0xF01E4004          CDTM0 DTM0 Channel Control Register 1
GTM_CDTM0_DTM0_CH_CTRL2 0xF01E4008          CDTM0 DTM0 Channel Control Register 2
GTM_CDTM0_DTM0_CH_CTRL2_SR 0xF01E400C          CDTM0 DTM0 Channel Control Register 2 Shadow
GTM_CDTM0_DTM0_PS_CTRL 0xF01E4010          CDTM0 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM0_CH0_DTV 0xF01E4014          CDTM0 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM0_CH1_DTV 0xF01E4018          CDTM0 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM0_CH2_DTV 0xF01E401C          CDTM0 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM0_CH3_DTV 0xF01E4020          CDTM0 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM0_CH_SR 0xF01E4024          CDTM0 DTM0 Channel Shadow Register
GTM_CDTM0_DTM0_CH_CTRL3 0xF01E4028          CDTM0 DTM0 Channel Control Register 3
GTM_CDTM0_DTM1_CTRL 0xF01E4040          CDTM0 DTM1 Global Configuration and Control Register
GTM_CDTM0_DTM1_CH_CTRL1 0xF01E4044          CDTM0 DTM1 Channel Control Register 1
GTM_CDTM0_DTM1_CH_CTRL2 0xF01E4048          CDTM0 DTM1 Channel Control Register 2
GTM_CDTM0_DTM1_CH_CTRL2_SR 0xF01E404C          CDTM0 DTM1 Channel Control Register 2 Shadow
GTM_CDTM0_DTM1_PS_CTRL 0xF01E4050          CDTM0 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM1_CH0_DTV 0xF01E4054          CDTM0 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM1_CH1_DTV 0xF01E4058          CDTM0 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM1_CH2_DTV 0xF01E405C          CDTM0 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM1_CH3_DTV 0xF01E4060          CDTM0 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM1_CH_SR 0xF01E4064          CDTM0 DTM1 Channel Shadow Register
GTM_CDTM0_DTM1_CH_CTRL3 0xF01E4068          CDTM0 DTM1 Channel Control Register 3
GTM_CDTM0_DTM4_CTRL 0xF01E4100          CDTM0 DTM4 Global Configuration and Control Register
GTM_CDTM0_DTM4_CH_CTRL1 0xF01E4104          CDTM0 DTM4 Channel Control Register 1
GTM_CDTM0_DTM4_CH_CTRL2 0xF01E4108          CDTM0 DTM4 Channel Control Register 2
GTM_CDTM0_DTM4_CH_CTRL2_SR 0xF01E410C          CDTM0 DTM4 Channel Control Register 2 Shadow
GTM_CDTM0_DTM4_PS_CTRL 0xF01E4110          CDTM0 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM4_CH0_DTV 0xF01E4114          CDTM0 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM4_CH1_DTV 0xF01E4118          CDTM0 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM4_CH2_DTV 0xF01E411C          CDTM0 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM4_CH3_DTV 0xF01E4120          CDTM0 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM4_CH_SR 0xF01E4124          CDTM0 DTM4 Channel Shadow Register
GTM_CDTM0_DTM4_CH_CTRL3 0xF01E4128          CDTM0 DTM4 Channel Control Register 3
GTM_CDTM0_DTM5_CTRL 0xF01E4140          CDTM0 DTM5 Global Configuration and Control Register
GTM_CDTM0_DTM5_CH_CTRL1 0xF01E4144          CDTM0 DTM5 Channel Control Register 1
GTM_CDTM0_DTM5_CH_CTRL2 0xF01E4148          CDTM0 DTM5 Channel Control Register 2
GTM_CDTM0_DTM5_CH_CTRL2_SR 0xF01E414C          CDTM0 DTM5 Channel Control Register 2 Shadow
GTM_CDTM0_DTM5_PS_CTRL 0xF01E4150          CDTM0 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM5_CH0_DTV 0xF01E4154          CDTM0 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM5_CH1_DTV 0xF01E4158          CDTM0 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM5_CH2_DTV 0xF01E415C          CDTM0 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM5_CH3_DTV 0xF01E4160          CDTM0 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM5_CH_SR 0xF01E4164          CDTM0 DTM5 Channel Shadow Register
GTM_CDTM0_DTM5_CH_CTRL3 0xF01E4168          CDTM0 DTM5 Channel Control Register 3
GTM_CDTM1_DTM0_CTRL 0xF01E4400          CDTM1 DTM0 Global Configuration and Control Register
GTM_CDTM1_DTM0_CH_CTRL1 0xF01E4404          CDTM1 DTM0 Channel Control Register 1
GTM_CDTM1_DTM0_CH_CTRL2 0xF01E4408          CDTM1 DTM0 Channel Control Register 2
GTM_CDTM1_DTM0_CH_CTRL2_SR 0xF01E440C          CDTM1 DTM0 Channel Control Register 2 Shadow
GTM_CDTM1_DTM0_PS_CTRL 0xF01E4410          CDTM1 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM0_CH0_DTV 0xF01E4414          CDTM1 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM0_CH1_DTV 0xF01E4418          CDTM1 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM0_CH2_DTV 0xF01E441C          CDTM1 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM0_CH3_DTV 0xF01E4420          CDTM1 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM0_CH_SR 0xF01E4424          CDTM1 DTM0 Channel Shadow Register
GTM_CDTM1_DTM0_CH_CTRL3 0xF01E4428          CDTM1 DTM0 Channel Control Register 3
GTM_CDTM1_DTM1_CTRL 0xF01E4440          CDTM1 DTM1 Global Configuration and Control Register
GTM_CDTM1_DTM1_CH_CTRL1 0xF01E4444          CDTM1 DTM1 Channel Control Register 1
GTM_CDTM1_DTM1_CH_CTRL2 0xF01E4448          CDTM1 DTM1 Channel Control Register 2
GTM_CDTM1_DTM1_CH_CTRL2_SR 0xF01E444C          CDTM1 DTM1 Channel Control Register 2 Shadow
GTM_CDTM1_DTM1_PS_CTRL 0xF01E4450          CDTM1 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM1_CH0_DTV 0xF01E4454          CDTM1 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM1_CH1_DTV 0xF01E4458          CDTM1 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM1_CH2_DTV 0xF01E445C          CDTM1 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM1_CH3_DTV 0xF01E4460          CDTM1 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM1_CH_SR 0xF01E4464          CDTM1 DTM1 Channel Shadow Register
GTM_CDTM1_DTM1_CH_CTRL3 0xF01E4468          CDTM1 DTM1 Channel Control Register 3
GTM_CDTM1_DTM4_CTRL 0xF01E4500          CDTM1 DTM4 Global Configuration and Control Register
GTM_CDTM1_DTM4_CH_CTRL1 0xF01E4504          CDTM1 DTM4 Channel Control Register 1
GTM_CDTM1_DTM4_CH_CTRL2 0xF01E4508          CDTM1 DTM4 Channel Control Register 2
GTM_CDTM1_DTM4_CH_CTRL2_SR 0xF01E450C          CDTM1 DTM4 Channel Control Register 2 Shadow
GTM_CDTM1_DTM4_PS_CTRL 0xF01E4510          CDTM1 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM4_CH0_DTV 0xF01E4514          CDTM1 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM4_CH1_DTV 0xF01E4518          CDTM1 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM4_CH2_DTV 0xF01E451C          CDTM1 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM4_CH3_DTV 0xF01E4520          CDTM1 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM4_CH_SR 0xF01E4524          CDTM1 DTM4 Channel Shadow Register
GTM_CDTM1_DTM4_CH_CTRL3 0xF01E4528          CDTM1 DTM4 Channel Control Register 3
GTM_CDTM1_DTM5_CTRL 0xF01E4540          CDTM1 DTM5 Global Configuration and Control Register
GTM_CDTM1_DTM5_CH_CTRL1 0xF01E4544          CDTM1 DTM5 Channel Control Register 1
GTM_CDTM1_DTM5_CH_CTRL2 0xF01E4548          CDTM1 DTM5 Channel Control Register 2
GTM_CDTM1_DTM5_CH_CTRL2_SR 0xF01E454C          CDTM1 DTM5 Channel Control Register 2 Shadow
GTM_CDTM1_DTM5_PS_CTRL 0xF01E4550          CDTM1 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM5_CH0_DTV 0xF01E4554          CDTM1 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM5_CH1_DTV 0xF01E4558          CDTM1 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM5_CH2_DTV 0xF01E455C          CDTM1 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM5_CH3_DTV 0xF01E4560          CDTM1 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM5_CH_SR 0xF01E4564          CDTM1 DTM5 Channel Shadow Register
GTM_CDTM1_DTM5_CH_CTRL3 0xF01E4568          CDTM1 DTM5 Channel Control Register 3
GTM_CDTM2_DTM4_CTRL 0xF01E4900          CDTM2 DTM4 Global Configuration and Control Register
GTM_CDTM2_DTM4_CH_CTRL1 0xF01E4904          CDTM2 DTM4 Channel Control Register 1
GTM_CDTM2_DTM4_CH_CTRL2 0xF01E4908          CDTM2 DTM4 Channel Control Register 2
GTM_CDTM2_DTM4_CH_CTRL2_SR 0xF01E490C          CDTM2 DTM4 Channel Control Register 2 Shadow
GTM_CDTM2_DTM4_PS_CTRL 0xF01E4910          CDTM2 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM4_CH0_DTV 0xF01E4914          CDTM2 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM4_CH1_DTV 0xF01E4918          CDTM2 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM4_CH2_DTV 0xF01E491C          CDTM2 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM4_CH3_DTV 0xF01E4920          CDTM2 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM4_CH_SR 0xF01E4924          CDTM2 DTM4 Channel Shadow Register
GTM_CDTM2_DTM4_CH_CTRL3 0xF01E4928          CDTM2 DTM4 Channel Control Register 3
GTM_CDTM2_DTM5_CTRL 0xF01E4940          CDTM2 DTM5 Global Configuration and Control Register
GTM_CDTM2_DTM5_CH_CTRL1 0xF01E4944          CDTM2 DTM5 Channel Control Register 1
GTM_CDTM2_DTM5_CH_CTRL2 0xF01E4948          CDTM2 DTM5 Channel Control Register 2
GTM_CDTM2_DTM5_CH_CTRL2_SR 0xF01E494C          CDTM2 DTM5 Channel Control Register 2 Shadow
GTM_CDTM2_DTM5_PS_CTRL 0xF01E4950          CDTM2 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM5_CH0_DTV 0xF01E4954          CDTM2 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM5_CH1_DTV 0xF01E4958          CDTM2 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM5_CH2_DTV 0xF01E495C          CDTM2 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM5_CH3_DTV 0xF01E4960          CDTM2 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM5_CH_SR 0xF01E4964          CDTM2 DTM5 Channel Shadow Register
GTM_CDTM2_DTM5_CH_CTRL3 0xF01E4968          CDTM2 DTM5 Channel Control Register 3
GTM_CDTM3_DTM4_CTRL 0xF01E4D00          CDTM3 DTM4 Global Configuration and Control Register
GTM_CDTM3_DTM4_CH_CTRL1 0xF01E4D04          CDTM3 DTM4 Channel Control Register 1
GTM_CDTM3_DTM4_CH_CTRL2 0xF01E4D08          CDTM3 DTM4 Channel Control Register 2
GTM_CDTM3_DTM4_CH_CTRL2_SR 0xF01E4D0C          CDTM3 DTM4 Channel Control Register 2 Shadow
GTM_CDTM3_DTM4_PS_CTRL 0xF01E4D10          CDTM3 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM3_DTM4_CH0_DTV 0xF01E4D14          CDTM3 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM3_DTM4_CH1_DTV 0xF01E4D18          CDTM3 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM3_DTM4_CH2_DTV 0xF01E4D1C          CDTM3 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM3_DTM4_CH3_DTV 0xF01E4D20          CDTM3 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM3_DTM4_CH_SR 0xF01E4D24          CDTM3 DTM4 Channel Shadow Register
GTM_CDTM3_DTM4_CH_CTRL3 0xF01E4D28          CDTM3 DTM4 Channel Control Register 3
GTM_CDTM3_DTM5_CTRL 0xF01E4D40          CDTM3 DTM5 Global Configuration and Control Register
GTM_CDTM3_DTM5_CH_CTRL1 0xF01E4D44          CDTM3 DTM5 Channel Control Register 1
GTM_CDTM3_DTM5_CH_CTRL2 0xF01E4D48          CDTM3 DTM5 Channel Control Register 2
GTM_CDTM3_DTM5_CH_CTRL2_SR 0xF01E4D4C          CDTM3 DTM5 Channel Control Register 2 Shadow
GTM_CDTM3_DTM5_PS_CTRL 0xF01E4D50          CDTM3 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM3_DTM5_CH0_DTV 0xF01E4D54          CDTM3 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM3_DTM5_CH1_DTV 0xF01E4D58          CDTM3 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM3_DTM5_CH2_DTV 0xF01E4D5C          CDTM3 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM3_DTM5_CH3_DTV 0xF01E4D60          CDTM3 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM3_DTM5_CH_SR 0xF01E4D64          CDTM3 DTM5 Channel Shadow Register
GTM_CDTM3_DTM5_CH_CTRL3 0xF01E4D68          CDTM3 DTM5 Channel Control Register 3
GTM_ATOM0_CH0_RDADDR 0xF01E8000          ATOM0 Channel 0 ARU read address Register
GTM_ATOM0_CH0_CTRL 0xF01E8004          ATOM0 Channel 0 Control Register
GTM_ATOM0_CH0_SR0 0xF01E8008          ATOM0 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM0_CH0_SR1 0xF01E800C          ATOM0 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM0_CH0_CM0 0xF01E8010          ATOM0 Channel 0 CCU0 Compare Register
GTM_ATOM0_CH0_CM1 0xF01E8014          ATOM0 Channel 0 CCU1 Compare Register
GTM_ATOM0_CH0_CN0 0xF01E8018          ATOM0 Channel 0 CCU0 Counter Register
GTM_ATOM0_CH0_STAT 0xF01E801C          ATOM0 Channel 0 Status Register
GTM_ATOM0_CH0_IRQ_NOTIFY 0xF01E8020          ATOM0 Channel 0 Interrupt Notification Register
GTM_ATOM0_CH0_IRQ_EN 0xF01E8024          ATOM0 Channel 0 Interrupt Enable Register
GTM_ATOM0_CH0_IRQ_FORCINT 0xF01E8028          ATOM0 Channel 0 Software Interrupt Generation Register
GTM_ATOM0_CH0_IRQ_MODE 0xF01E802C          ATOM0 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM0_AGC_GLB_CTRL 0xF01E8040          ATOM0 AGC Global Control Register
GTM_ATOM0_AGC_ENDIS_CTRL 0xF01E8044          ATOM0 AGC Enable/Disable Control Register
GTM_ATOM0_AGC_ENDIS_STAT 0xF01E8048          ATOM0 AGC Enable/Disable Status Register
GTM_ATOM0_AGC_ACT_TB 0xF01E804C          ATOM0 AGC Action Time Base Register
GTM_ATOM0_AGC_OUTEN_CTRL 0xF01E8050          ATOM0 AGC Output Enable Control Register
GTM_ATOM0_AGC_OUTEN_STAT 0xF01E8054          ATOM0 AGC Output Enable Status Register
GTM_ATOM0_AGC_FUPD_CTRL 0xF01E8058          ATOM0 AGC Force Update Control Register
GTM_ATOM0_AGC_INT_TRIG 0xF01E805C          ATOM0 AGC Internal Trigger Control Register
GTM_ATOM0_CH1_RDADDR 0xF01E8080          ATOM0 Channel 1 ARU read address Register
GTM_ATOM0_CH1_CTRL 0xF01E8084          ATOM0 Channel 1 Control Register
GTM_ATOM0_CH1_SR0 0xF01E8088          ATOM0 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM0_CH1_SR1 0xF01E808C          ATOM0 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM0_CH1_CM0 0xF01E8090          ATOM0 Channel 1 CCU0 Compare Register
GTM_ATOM0_CH1_CM1 0xF01E8094          ATOM0 Channel 1 CCU1 Compare Register
GTM_ATOM0_CH1_CN0 0xF01E8098          ATOM0 Channel 1 CCU0 Counter Register
GTM_ATOM0_CH1_STAT 0xF01E809C          ATOM0 Channel 1 Status Register
GTM_ATOM0_CH1_IRQ_NOTIFY 0xF01E80A0          ATOM0 Channel 1 Interrupt Notification Register
GTM_ATOM0_CH1_IRQ_EN 0xF01E80A4          ATOM0 Channel 1 Interrupt Enable Register
GTM_ATOM0_CH1_IRQ_FORCINT 0xF01E80A8          ATOM0 Channel 1 Software Interrupt Generation Register
GTM_ATOM0_CH1_IRQ_MODE 0xF01E80AC          ATOM0 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM0_CH2_RDADDR 0xF01E8100          ATOM0 Channel 2 ARU read address Register
GTM_ATOM0_CH2_CTRL 0xF01E8104          ATOM0 Channel 2 Control Register
GTM_ATOM0_CH2_SR0 0xF01E8108          ATOM0 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM0_CH2_SR1 0xF01E810C          ATOM0 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM0_CH2_CM0 0xF01E8110          ATOM0 Channel 2 CCU0 Compare Register
GTM_ATOM0_CH2_CM1 0xF01E8114          ATOM0 Channel 2 CCU1 Compare Register
GTM_ATOM0_CH2_CN0 0xF01E8118          ATOM0 Channel 2 CCU0 Counter Register
GTM_ATOM0_CH2_STAT 0xF01E811C          ATOM0 Channel 2 Status Register
GTM_ATOM0_CH2_IRQ_NOTIFY 0xF01E8120          ATOM0 Channel 2 Interrupt Notification Register
GTM_ATOM0_CH2_IRQ_EN 0xF01E8124          ATOM0 Channel 2 Interrupt Enable Register
GTM_ATOM0_CH2_IRQ_FORCINT 0xF01E8128          ATOM0 Channel 2 Software Interrupt Generation Register
GTM_ATOM0_CH2_IRQ_MODE 0xF01E812C          ATOM0 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM0_CH3_RDADDR 0xF01E8180          ATOM0 Channel 3 ARU read address Register
GTM_ATOM0_CH3_CTRL 0xF01E8184          ATOM0 Channel 3 Control Register
GTM_ATOM0_CH3_SR0 0xF01E8188          ATOM0 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM0_CH3_SR1 0xF01E818C          ATOM0 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM0_CH3_CM0 0xF01E8190          ATOM0 Channel 3 CCU0 Compare Register
GTM_ATOM0_CH3_CM1 0xF01E8194          ATOM0 Channel 3 CCU1 Compare Register
GTM_ATOM0_CH3_CN0 0xF01E8198          ATOM0 Channel 3 CCU0 Counter Register
GTM_ATOM0_CH3_STAT 0xF01E819C          ATOM0 Channel 3 Status Register
GTM_ATOM0_CH3_IRQ_NOTIFY 0xF01E81A0          ATOM0 Channel 3 Interrupt Notification Register
GTM_ATOM0_CH3_IRQ_EN 0xF01E81A4          ATOM0 Channel 3 Interrupt Enable Register
GTM_ATOM0_CH3_IRQ_FORCINT 0xF01E81A8          ATOM0 Channel 3 Software Interrupt Generation Register
GTM_ATOM0_CH3_IRQ_MODE 0xF01E81AC          ATOM0 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM0_CH4_RDADDR 0xF01E8200          ATOM0 Channel 4 ARU read address Register
GTM_ATOM0_CH4_CTRL 0xF01E8204          ATOM0 Channel 4 Control Register
GTM_ATOM0_CH4_SR0 0xF01E8208          ATOM0 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM0_CH4_SR1 0xF01E820C          ATOM0 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM0_CH4_CM0 0xF01E8210          ATOM0 Channel 4 CCU0 Compare Register
GTM_ATOM0_CH4_CM1 0xF01E8214          ATOM0 Channel 4 CCU1 Compare Register
GTM_ATOM0_CH4_CN0 0xF01E8218          ATOM0 Channel 4 CCU0 Counter Register
GTM_ATOM0_CH4_STAT 0xF01E821C          ATOM0 Channel 4 Status Register
GTM_ATOM0_CH4_IRQ_NOTIFY 0xF01E8220          ATOM0 Channel 4 Interrupt Notification Register
GTM_ATOM0_CH4_IRQ_EN 0xF01E8224          ATOM0 Channel 4 Interrupt Enable Register
GTM_ATOM0_CH4_IRQ_FORCINT 0xF01E8228          ATOM0 Channel 4 Software Interrupt Generation Register
GTM_ATOM0_CH4_IRQ_MODE 0xF01E822C          ATOM0 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM0_CH5_RDADDR 0xF01E8280          ATOM0 Channel 5 ARU read address Register
GTM_ATOM0_CH5_CTRL 0xF01E8284          ATOM0 Channel 5 Control Register
GTM_ATOM0_CH5_SR0 0xF01E8288          ATOM0 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM0_CH5_SR1 0xF01E828C          ATOM0 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM0_CH5_CM0 0xF01E8290          ATOM0 Channel 5 CCU0 Compare Register
GTM_ATOM0_CH5_CM1 0xF01E8294          ATOM0 Channel 5 CCU1 Compare Register
GTM_ATOM0_CH5_CN0 0xF01E8298          ATOM0 Channel 5 CCU0 Counter Register
GTM_ATOM0_CH5_STAT 0xF01E829C          ATOM0 Channel 5 Status Register
GTM_ATOM0_CH5_IRQ_NOTIFY 0xF01E82A0          ATOM0 Channel 5 Interrupt Notification Register
GTM_ATOM0_CH5_IRQ_EN 0xF01E82A4          ATOM0 Channel 5 Interrupt Enable Register
GTM_ATOM0_CH5_IRQ_FORCINT 0xF01E82A8          ATOM0 Channel 5 Software Interrupt Generation Register
GTM_ATOM0_CH5_IRQ_MODE 0xF01E82AC          ATOM0 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM0_CH6_RDADDR 0xF01E8300          ATOM0 Channel 6 ARU read address Register
GTM_ATOM0_CH6_CTRL 0xF01E8304          ATOM0 Channel 6 Control Register
GTM_ATOM0_CH6_SR0 0xF01E8308          ATOM0 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM0_CH6_SR1 0xF01E830C          ATOM0 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM0_CH6_CM0 0xF01E8310          ATOM0 Channel 6 CCU0 Compare Register
GTM_ATOM0_CH6_CM1 0xF01E8314          ATOM0 Channel 6 CCU1 Compare Register
GTM_ATOM0_CH6_CN0 0xF01E8318          ATOM0 Channel 6 CCU0 Counter Register
GTM_ATOM0_CH6_STAT 0xF01E831C          ATOM0 Channel 6 Status Register
GTM_ATOM0_CH6_IRQ_NOTIFY 0xF01E8320          ATOM0 Channel 6 Interrupt Notification Register
GTM_ATOM0_CH6_IRQ_EN 0xF01E8324          ATOM0 Channel 6 Interrupt Enable Register
GTM_ATOM0_CH6_IRQ_FORCINT 0xF01E8328          ATOM0 Channel 6 Software Interrupt Generation Register
GTM_ATOM0_CH6_IRQ_MODE 0xF01E832C          ATOM0 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM0_CH7_RDADDR 0xF01E8380          ATOM0 Channel 7 ARU read address Register
GTM_ATOM0_CH7_CTRL 0xF01E8384          ATOM0 Channel 7 Control Register
GTM_ATOM0_CH7_SR0 0xF01E8388          ATOM0 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM0_CH7_SR1 0xF01E838C          ATOM0 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM0_CH7_CM0 0xF01E8390          ATOM0 Channel 7 CCU0 Compare Register
GTM_ATOM0_CH7_CM1 0xF01E8394          ATOM0 Channel 7 CCU1 Compare Register
GTM_ATOM0_CH7_CN0 0xF01E8398          ATOM0 Channel 7 CCU0 Counter Register
GTM_ATOM0_CH7_STAT 0xF01E839C          ATOM0 Channel 7 Status Register
GTM_ATOM0_CH7_IRQ_NOTIFY 0xF01E83A0          ATOM0 Channel 7 Interrupt Notification Register
GTM_ATOM0_CH7_IRQ_EN 0xF01E83A4          ATOM0 Channel 7 Interrupt Enable Register
GTM_ATOM0_CH7_IRQ_FORCINT 0xF01E83A8          ATOM0 Channel 7 Software Interrupt Generation Register
GTM_ATOM0_CH7_IRQ_MODE 0xF01E83AC          ATOM0 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM1_CH0_RDADDR 0xF01E8800          ATOM1 Channel 0 ARU read address Register
GTM_ATOM1_CH0_CTRL 0xF01E8804          ATOM1 Channel 0 Control Register
GTM_ATOM1_CH0_SR0 0xF01E8808          ATOM1 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM1_CH0_SR1 0xF01E880C          ATOM1 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM1_CH0_CM0 0xF01E8810          ATOM1 Channel 0 CCU0 Compare Register
GTM_ATOM1_CH0_CM1 0xF01E8814          ATOM1 Channel 0 CCU1 Compare Register
GTM_ATOM1_CH0_CN0 0xF01E8818          ATOM1 Channel 0 CCU0 Counter Register
GTM_ATOM1_CH0_STAT 0xF01E881C          ATOM1 Channel 0 Status Register
GTM_ATOM1_CH0_IRQ_NOTIFY 0xF01E8820          ATOM1 Channel 0 Interrupt Notification Register
GTM_ATOM1_CH0_IRQ_EN 0xF01E8824          ATOM1 Channel 0 Interrupt Enable Register
GTM_ATOM1_CH0_IRQ_FORCINT 0xF01E8828          ATOM1 Channel 0 Software Interrupt Generation Register
GTM_ATOM1_CH0_IRQ_MODE 0xF01E882C          ATOM1 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM1_AGC_GLB_CTRL 0xF01E8840          ATOM1 AGC Global Control Register
GTM_ATOM1_AGC_ENDIS_CTRL 0xF01E8844          ATOM1 AGC Enable/Disable Control Register
GTM_ATOM1_AGC_ENDIS_STAT 0xF01E8848          ATOM1 AGC Enable/Disable Status Register
GTM_ATOM1_AGC_ACT_TB 0xF01E884C          ATOM1 AGC Action Time Base Register
GTM_ATOM1_AGC_OUTEN_CTRL 0xF01E8850          ATOM1 AGC Output Enable Control Register
GTM_ATOM1_AGC_OUTEN_STAT 0xF01E8854          ATOM1 AGC Output Enable Status Register
GTM_ATOM1_AGC_FUPD_CTRL 0xF01E8858          ATOM1 AGC Force Update Control Register
GTM_ATOM1_AGC_INT_TRIG 0xF01E885C          ATOM1 AGC Internal Trigger Control Register
GTM_ATOM1_CH1_RDADDR 0xF01E8880          ATOM1 Channel 1 ARU read address Register
GTM_ATOM1_CH1_CTRL 0xF01E8884          ATOM1 Channel 1 Control Register
GTM_ATOM1_CH1_SR0 0xF01E8888          ATOM1 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM1_CH1_SR1 0xF01E888C          ATOM1 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM1_CH1_CM0 0xF01E8890          ATOM1 Channel 1 CCU0 Compare Register
GTM_ATOM1_CH1_CM1 0xF01E8894          ATOM1 Channel 1 CCU1 Compare Register
GTM_ATOM1_CH1_CN0 0xF01E8898          ATOM1 Channel 1 CCU0 Counter Register
GTM_ATOM1_CH1_STAT 0xF01E889C          ATOM1 Channel 1 Status Register
GTM_ATOM1_CH1_IRQ_NOTIFY 0xF01E88A0          ATOM1 Channel 1 Interrupt Notification Register
GTM_ATOM1_CH1_IRQ_EN 0xF01E88A4          ATOM1 Channel 1 Interrupt Enable Register
GTM_ATOM1_CH1_IRQ_FORCINT 0xF01E88A8          ATOM1 Channel 1 Software Interrupt Generation Register
GTM_ATOM1_CH1_IRQ_MODE 0xF01E88AC          ATOM1 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM1_CH2_RDADDR 0xF01E8900          ATOM1 Channel 2 ARU read address Register
GTM_ATOM1_CH2_CTRL 0xF01E8904          ATOM1 Channel 2 Control Register
GTM_ATOM1_CH2_SR0 0xF01E8908          ATOM1 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM1_CH2_SR1 0xF01E890C          ATOM1 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM1_CH2_CM0 0xF01E8910          ATOM1 Channel 2 CCU0 Compare Register
GTM_ATOM1_CH2_CM1 0xF01E8914          ATOM1 Channel 2 CCU1 Compare Register
GTM_ATOM1_CH2_CN0 0xF01E8918          ATOM1 Channel 2 CCU0 Counter Register
GTM_ATOM1_CH2_STAT 0xF01E891C          ATOM1 Channel 2 Status Register
GTM_ATOM1_CH2_IRQ_NOTIFY 0xF01E8920          ATOM1 Channel 2 Interrupt Notification Register
GTM_ATOM1_CH2_IRQ_EN 0xF01E8924          ATOM1 Channel 2 Interrupt Enable Register
GTM_ATOM1_CH2_IRQ_FORCINT 0xF01E8928          ATOM1 Channel 2 Software Interrupt Generation Register
GTM_ATOM1_CH2_IRQ_MODE 0xF01E892C          ATOM1 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM1_CH3_RDADDR 0xF01E8980          ATOM1 Channel 3 ARU read address Register
GTM_ATOM1_CH3_CTRL 0xF01E8984          ATOM1 Channel 3 Control Register
GTM_ATOM1_CH3_SR0 0xF01E8988          ATOM1 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM1_CH3_SR1 0xF01E898C          ATOM1 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM1_CH3_CM0 0xF01E8990          ATOM1 Channel 3 CCU0 Compare Register
GTM_ATOM1_CH3_CM1 0xF01E8994          ATOM1 Channel 3 CCU1 Compare Register
GTM_ATOM1_CH3_CN0 0xF01E8998          ATOM1 Channel 3 CCU0 Counter Register
GTM_ATOM1_CH3_STAT 0xF01E899C          ATOM1 Channel 3 Status Register
GTM_ATOM1_CH3_IRQ_NOTIFY 0xF01E89A0          ATOM1 Channel 3 Interrupt Notification Register
GTM_ATOM1_CH3_IRQ_EN 0xF01E89A4          ATOM1 Channel 3 Interrupt Enable Register
GTM_ATOM1_CH3_IRQ_FORCINT 0xF01E89A8          ATOM1 Channel 3 Software Interrupt Generation Register
GTM_ATOM1_CH3_IRQ_MODE 0xF01E89AC          ATOM1 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM1_CH4_RDADDR 0xF01E8A00          ATOM1 Channel 4 ARU read address Register
GTM_ATOM1_CH4_CTRL 0xF01E8A04          ATOM1 Channel 4 Control Register
GTM_ATOM1_CH4_SR0 0xF01E8A08          ATOM1 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM1_CH4_SR1 0xF01E8A0C          ATOM1 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM1_CH4_CM0 0xF01E8A10          ATOM1 Channel 4 CCU0 Compare Register
GTM_ATOM1_CH4_CM1 0xF01E8A14          ATOM1 Channel 4 CCU1 Compare Register
GTM_ATOM1_CH4_CN0 0xF01E8A18          ATOM1 Channel 4 CCU0 Counter Register
GTM_ATOM1_CH4_STAT 0xF01E8A1C          ATOM1 Channel 4 Status Register
GTM_ATOM1_CH4_IRQ_NOTIFY 0xF01E8A20          ATOM1 Channel 4 Interrupt Notification Register
GTM_ATOM1_CH4_IRQ_EN 0xF01E8A24          ATOM1 Channel 4 Interrupt Enable Register
GTM_ATOM1_CH4_IRQ_FORCINT 0xF01E8A28          ATOM1 Channel 4 Software Interrupt Generation Register
GTM_ATOM1_CH4_IRQ_MODE 0xF01E8A2C          ATOM1 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM1_CH5_RDADDR 0xF01E8A80          ATOM1 Channel 5 ARU read address Register
GTM_ATOM1_CH5_CTRL 0xF01E8A84          ATOM1 Channel 5 Control Register
GTM_ATOM1_CH5_SR0 0xF01E8A88          ATOM1 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM1_CH5_SR1 0xF01E8A8C          ATOM1 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM1_CH5_CM0 0xF01E8A90          ATOM1 Channel 5 CCU0 Compare Register
GTM_ATOM1_CH5_CM1 0xF01E8A94          ATOM1 Channel 5 CCU1 Compare Register
GTM_ATOM1_CH5_CN0 0xF01E8A98          ATOM1 Channel 5 CCU0 Counter Register
GTM_ATOM1_CH5_STAT 0xF01E8A9C          ATOM1 Channel 5 Status Register
GTM_ATOM1_CH5_IRQ_NOTIFY 0xF01E8AA0          ATOM1 Channel 5 Interrupt Notification Register
GTM_ATOM1_CH5_IRQ_EN 0xF01E8AA4          ATOM1 Channel 5 Interrupt Enable Register
GTM_ATOM1_CH5_IRQ_FORCINT 0xF01E8AA8          ATOM1 Channel 5 Software Interrupt Generation Register
GTM_ATOM1_CH5_IRQ_MODE 0xF01E8AAC          ATOM1 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM1_CH6_RDADDR 0xF01E8B00          ATOM1 Channel 6 ARU read address Register
GTM_ATOM1_CH6_CTRL 0xF01E8B04          ATOM1 Channel 6 Control Register
GTM_ATOM1_CH6_SR0 0xF01E8B08          ATOM1 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM1_CH6_SR1 0xF01E8B0C          ATOM1 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM1_CH6_CM0 0xF01E8B10          ATOM1 Channel 6 CCU0 Compare Register
GTM_ATOM1_CH6_CM1 0xF01E8B14          ATOM1 Channel 6 CCU1 Compare Register
GTM_ATOM1_CH6_CN0 0xF01E8B18          ATOM1 Channel 6 CCU0 Counter Register
GTM_ATOM1_CH6_STAT 0xF01E8B1C          ATOM1 Channel 6 Status Register
GTM_ATOM1_CH6_IRQ_NOTIFY 0xF01E8B20          ATOM1 Channel 6 Interrupt Notification Register
GTM_ATOM1_CH6_IRQ_EN 0xF01E8B24          ATOM1 Channel 6 Interrupt Enable Register
GTM_ATOM1_CH6_IRQ_FORCINT 0xF01E8B28          ATOM1 Channel 6 Software Interrupt Generation Register
GTM_ATOM1_CH6_IRQ_MODE 0xF01E8B2C          ATOM1 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM1_CH7_RDADDR 0xF01E8B80          ATOM1 Channel 7 ARU read address Register
GTM_ATOM1_CH7_CTRL 0xF01E8B84          ATOM1 Channel 7 Control Register
GTM_ATOM1_CH7_SR0 0xF01E8B88          ATOM1 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM1_CH7_SR1 0xF01E8B8C          ATOM1 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM1_CH7_CM0 0xF01E8B90          ATOM1 Channel 7 CCU0 Compare Register
GTM_ATOM1_CH7_CM1 0xF01E8B94          ATOM1 Channel 7 CCU1 Compare Register
GTM_ATOM1_CH7_CN0 0xF01E8B98          ATOM1 Channel 7 CCU0 Counter Register
GTM_ATOM1_CH7_STAT 0xF01E8B9C          ATOM1 Channel 7 Status Register
GTM_ATOM1_CH7_IRQ_NOTIFY 0xF01E8BA0          ATOM1 Channel 7 Interrupt Notification Register
GTM_ATOM1_CH7_IRQ_EN 0xF01E8BA4          ATOM1 Channel 7 Interrupt Enable Register
GTM_ATOM1_CH7_IRQ_FORCINT 0xF01E8BA8          ATOM1 Channel 7 Software Interrupt Generation Register
GTM_ATOM1_CH7_IRQ_MODE 0xF01E8BAC          ATOM1 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM2_CH0_RDADDR 0xF01E9000          ATOM2 Channel 0 ARU read address Register
GTM_ATOM2_CH0_CTRL 0xF01E9004          ATOM2 Channel 0 Control Register
GTM_ATOM2_CH0_SR0 0xF01E9008          ATOM2 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM2_CH0_SR1 0xF01E900C          ATOM2 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM2_CH0_CM0 0xF01E9010          ATOM2 Channel 0 CCU0 Compare Register
GTM_ATOM2_CH0_CM1 0xF01E9014          ATOM2 Channel 0 CCU1 Compare Register
GTM_ATOM2_CH0_CN0 0xF01E9018          ATOM2 Channel 0 CCU0 Counter Register
GTM_ATOM2_CH0_STAT 0xF01E901C          ATOM2 Channel 0 Status Register
GTM_ATOM2_CH0_IRQ_NOTIFY 0xF01E9020          ATOM2 Channel 0 Interrupt Notification Register
GTM_ATOM2_CH0_IRQ_EN 0xF01E9024          ATOM2 Channel 0 Interrupt Enable Register
GTM_ATOM2_CH0_IRQ_FORCINT 0xF01E9028          ATOM2 Channel 0 Software Interrupt Generation Register
GTM_ATOM2_CH0_IRQ_MODE 0xF01E902C          ATOM2 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM2_AGC_GLB_CTRL 0xF01E9040          ATOM2 AGC Global Control Register
GTM_ATOM2_AGC_ENDIS_CTRL 0xF01E9044          ATOM2 AGC Enable/Disable Control Register
GTM_ATOM2_AGC_ENDIS_STAT 0xF01E9048          ATOM2 AGC Enable/Disable Status Register
GTM_ATOM2_AGC_ACT_TB 0xF01E904C          ATOM2 AGC Action Time Base Register
GTM_ATOM2_AGC_OUTEN_CTRL 0xF01E9050          ATOM2 AGC Output Enable Control Register
GTM_ATOM2_AGC_OUTEN_STAT 0xF01E9054          ATOM2 AGC Output Enable Status Register
GTM_ATOM2_AGC_FUPD_CTRL 0xF01E9058          ATOM2 AGC Force Update Control Register
GTM_ATOM2_AGC_INT_TRIG 0xF01E905C          ATOM2 AGC Internal Trigger Control Register
GTM_ATOM2_CH1_RDADDR 0xF01E9080          ATOM2 Channel 1 ARU read address Register
GTM_ATOM2_CH1_CTRL 0xF01E9084          ATOM2 Channel 1 Control Register
GTM_ATOM2_CH1_SR0 0xF01E9088          ATOM2 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM2_CH1_SR1 0xF01E908C          ATOM2 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM2_CH1_CM0 0xF01E9090          ATOM2 Channel 1 CCU0 Compare Register
GTM_ATOM2_CH1_CM1 0xF01E9094          ATOM2 Channel 1 CCU1 Compare Register
GTM_ATOM2_CH1_CN0 0xF01E9098          ATOM2 Channel 1 CCU0 Counter Register
GTM_ATOM2_CH1_STAT 0xF01E909C          ATOM2 Channel 1 Status Register
GTM_ATOM2_CH1_IRQ_NOTIFY 0xF01E90A0          ATOM2 Channel 1 Interrupt Notification Register
GTM_ATOM2_CH1_IRQ_EN 0xF01E90A4          ATOM2 Channel 1 Interrupt Enable Register
GTM_ATOM2_CH1_IRQ_FORCINT 0xF01E90A8          ATOM2 Channel 1 Software Interrupt Generation Register
GTM_ATOM2_CH1_IRQ_MODE 0xF01E90AC          ATOM2 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM2_CH2_RDADDR 0xF01E9100          ATOM2 Channel 2 ARU read address Register
GTM_ATOM2_CH2_CTRL 0xF01E9104          ATOM2 Channel 2 Control Register
GTM_ATOM2_CH2_SR0 0xF01E9108          ATOM2 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM2_CH2_SR1 0xF01E910C          ATOM2 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM2_CH2_CM0 0xF01E9110          ATOM2 Channel 2 CCU0 Compare Register
GTM_ATOM2_CH2_CM1 0xF01E9114          ATOM2 Channel 2 CCU1 Compare Register
GTM_ATOM2_CH2_CN0 0xF01E9118          ATOM2 Channel 2 CCU0 Counter Register
GTM_ATOM2_CH2_STAT 0xF01E911C          ATOM2 Channel 2 Status Register
GTM_ATOM2_CH2_IRQ_NOTIFY 0xF01E9120          ATOM2 Channel 2 Interrupt Notification Register
GTM_ATOM2_CH2_IRQ_EN 0xF01E9124          ATOM2 Channel 2 Interrupt Enable Register
GTM_ATOM2_CH2_IRQ_FORCINT 0xF01E9128          ATOM2 Channel 2 Software Interrupt Generation Register
GTM_ATOM2_CH2_IRQ_MODE 0xF01E912C          ATOM2 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM2_CH3_RDADDR 0xF01E9180          ATOM2 Channel 3 ARU read address Register
GTM_ATOM2_CH3_CTRL 0xF01E9184          ATOM2 Channel 3 Control Register
GTM_ATOM2_CH3_SR0 0xF01E9188          ATOM2 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM2_CH3_SR1 0xF01E918C          ATOM2 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM2_CH3_CM0 0xF01E9190          ATOM2 Channel 3 CCU0 Compare Register
GTM_ATOM2_CH3_CM1 0xF01E9194          ATOM2 Channel 3 CCU1 Compare Register
GTM_ATOM2_CH3_CN0 0xF01E9198          ATOM2 Channel 3 CCU0 Counter Register
GTM_ATOM2_CH3_STAT 0xF01E919C          ATOM2 Channel 3 Status Register
GTM_ATOM2_CH3_IRQ_NOTIFY 0xF01E91A0          ATOM2 Channel 3 Interrupt Notification Register
GTM_ATOM2_CH3_IRQ_EN 0xF01E91A4          ATOM2 Channel 3 Interrupt Enable Register
GTM_ATOM2_CH3_IRQ_FORCINT 0xF01E91A8          ATOM2 Channel 3 Software Interrupt Generation Register
GTM_ATOM2_CH3_IRQ_MODE 0xF01E91AC          ATOM2 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM2_CH4_RDADDR 0xF01E9200          ATOM2 Channel 4 ARU read address Register
GTM_ATOM2_CH4_CTRL 0xF01E9204          ATOM2 Channel 4 Control Register
GTM_ATOM2_CH4_SR0 0xF01E9208          ATOM2 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM2_CH4_SR1 0xF01E920C          ATOM2 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM2_CH4_CM0 0xF01E9210          ATOM2 Channel 4 CCU0 Compare Register
GTM_ATOM2_CH4_CM1 0xF01E9214          ATOM2 Channel 4 CCU1 Compare Register
GTM_ATOM2_CH4_CN0 0xF01E9218          ATOM2 Channel 4 CCU0 Counter Register
GTM_ATOM2_CH4_STAT 0xF01E921C          ATOM2 Channel 4 Status Register
GTM_ATOM2_CH4_IRQ_NOTIFY 0xF01E9220          ATOM2 Channel 4 Interrupt Notification Register
GTM_ATOM2_CH4_IRQ_EN 0xF01E9224          ATOM2 Channel 4 Interrupt Enable Register
GTM_ATOM2_CH4_IRQ_FORCINT 0xF01E9228          ATOM2 Channel 4 Software Interrupt Generation Register
GTM_ATOM2_CH4_IRQ_MODE 0xF01E922C          ATOM2 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM2_CH5_RDADDR 0xF01E9280          ATOM2 Channel 5 ARU read address Register
GTM_ATOM2_CH5_CTRL 0xF01E9284          ATOM2 Channel 5 Control Register
GTM_ATOM2_CH5_SR0 0xF01E9288          ATOM2 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM2_CH5_SR1 0xF01E928C          ATOM2 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM2_CH5_CM0 0xF01E9290          ATOM2 Channel 5 CCU0 Compare Register
GTM_ATOM2_CH5_CM1 0xF01E9294          ATOM2 Channel 5 CCU1 Compare Register
GTM_ATOM2_CH5_CN0 0xF01E9298          ATOM2 Channel 5 CCU0 Counter Register
GTM_ATOM2_CH5_STAT 0xF01E929C          ATOM2 Channel 5 Status Register
GTM_ATOM2_CH5_IRQ_NOTIFY 0xF01E92A0          ATOM2 Channel 5 Interrupt Notification Register
GTM_ATOM2_CH5_IRQ_EN 0xF01E92A4          ATOM2 Channel 5 Interrupt Enable Register
GTM_ATOM2_CH5_IRQ_FORCINT 0xF01E92A8          ATOM2 Channel 5 Software Interrupt Generation Register
GTM_ATOM2_CH5_IRQ_MODE 0xF01E92AC          ATOM2 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM2_CH6_RDADDR 0xF01E9300          ATOM2 Channel 6 ARU read address Register
GTM_ATOM2_CH6_CTRL 0xF01E9304          ATOM2 Channel 6 Control Register
GTM_ATOM2_CH6_SR0 0xF01E9308          ATOM2 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM2_CH6_SR1 0xF01E930C          ATOM2 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM2_CH6_CM0 0xF01E9310          ATOM2 Channel 6 CCU0 Compare Register
GTM_ATOM2_CH6_CM1 0xF01E9314          ATOM2 Channel 6 CCU1 Compare Register
GTM_ATOM2_CH6_CN0 0xF01E9318          ATOM2 Channel 6 CCU0 Counter Register
GTM_ATOM2_CH6_STAT 0xF01E931C          ATOM2 Channel 6 Status Register
GTM_ATOM2_CH6_IRQ_NOTIFY 0xF01E9320          ATOM2 Channel 6 Interrupt Notification Register
GTM_ATOM2_CH6_IRQ_EN 0xF01E9324          ATOM2 Channel 6 Interrupt Enable Register
GTM_ATOM2_CH6_IRQ_FORCINT 0xF01E9328          ATOM2 Channel 6 Software Interrupt Generation Register
GTM_ATOM2_CH6_IRQ_MODE 0xF01E932C          ATOM2 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM2_CH7_RDADDR 0xF01E9380          ATOM2 Channel 7 ARU read address Register
GTM_ATOM2_CH7_CTRL 0xF01E9384          ATOM2 Channel 7 Control Register
GTM_ATOM2_CH7_SR0 0xF01E9388          ATOM2 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM2_CH7_SR1 0xF01E938C          ATOM2 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM2_CH7_CM0 0xF01E9390          ATOM2 Channel 7 CCU0 Compare Register
GTM_ATOM2_CH7_CM1 0xF01E9394          ATOM2 Channel 7 CCU1 Compare Register
GTM_ATOM2_CH7_CN0 0xF01E9398          ATOM2 Channel 7 CCU0 Counter Register
GTM_ATOM2_CH7_STAT 0xF01E939C          ATOM2 Channel 7 Status Register
GTM_ATOM2_CH7_IRQ_NOTIFY 0xF01E93A0          ATOM2 Channel 7 Interrupt Notification Register
GTM_ATOM2_CH7_IRQ_EN 0xF01E93A4          ATOM2 Channel 7 Interrupt Enable Register
GTM_ATOM2_CH7_IRQ_FORCINT 0xF01E93A8          ATOM2 Channel 7 Software Interrupt Generation Register
GTM_ATOM2_CH7_IRQ_MODE 0xF01E93AC          ATOM2 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM3_CH0_RDADDR 0xF01E9800          ATOM3 Channel 0 ARU read address Register
GTM_ATOM3_CH0_CTRL 0xF01E9804          ATOM3 Channel 0 Control Register
GTM_ATOM3_CH0_SR0 0xF01E9808          ATOM3 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM3_CH0_SR1 0xF01E980C          ATOM3 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM3_CH0_CM0 0xF01E9810          ATOM3 Channel 0 CCU0 Compare Register
GTM_ATOM3_CH0_CM1 0xF01E9814          ATOM3 Channel 0 CCU1 Compare Register
GTM_ATOM3_CH0_CN0 0xF01E9818          ATOM3 Channel 0 CCU0 Counter Register
GTM_ATOM3_CH0_STAT 0xF01E981C          ATOM3 Channel 0 Status Register
GTM_ATOM3_CH0_IRQ_NOTIFY 0xF01E9820          ATOM3 Channel 0 Interrupt Notification Register
GTM_ATOM3_CH0_IRQ_EN 0xF01E9824          ATOM3 Channel 0 Interrupt Enable Register
GTM_ATOM3_CH0_IRQ_FORCINT 0xF01E9828          ATOM3 Channel 0 Software Interrupt Generation Register
GTM_ATOM3_CH0_IRQ_MODE 0xF01E982C          ATOM3 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM3_AGC_GLB_CTRL 0xF01E9840          ATOM3 AGC Global Control Register
GTM_ATOM3_AGC_ENDIS_CTRL 0xF01E9844          ATOM3 AGC Enable/Disable Control Register
GTM_ATOM3_AGC_ENDIS_STAT 0xF01E9848          ATOM3 AGC Enable/Disable Status Register
GTM_ATOM3_AGC_ACT_TB 0xF01E984C          ATOM3 AGC Action Time Base Register
GTM_ATOM3_AGC_OUTEN_CTRL 0xF01E9850          ATOM3 AGC Output Enable Control Register
GTM_ATOM3_AGC_OUTEN_STAT 0xF01E9854          ATOM3 AGC Output Enable Status Register
GTM_ATOM3_AGC_FUPD_CTRL 0xF01E9858          ATOM3 AGC Force Update Control Register
GTM_ATOM3_AGC_INT_TRIG 0xF01E985C          ATOM3 AGC Internal Trigger Control Register
GTM_ATOM3_CH1_RDADDR 0xF01E9880          ATOM3 Channel 1 ARU read address Register
GTM_ATOM3_CH1_CTRL 0xF01E9884          ATOM3 Channel 1 Control Register
GTM_ATOM3_CH1_SR0 0xF01E9888          ATOM3 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM3_CH1_SR1 0xF01E988C          ATOM3 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM3_CH1_CM0 0xF01E9890          ATOM3 Channel 1 CCU0 Compare Register
GTM_ATOM3_CH1_CM1 0xF01E9894          ATOM3 Channel 1 CCU1 Compare Register
GTM_ATOM3_CH1_CN0 0xF01E9898          ATOM3 Channel 1 CCU0 Counter Register
GTM_ATOM3_CH1_STAT 0xF01E989C          ATOM3 Channel 1 Status Register
GTM_ATOM3_CH1_IRQ_NOTIFY 0xF01E98A0          ATOM3 Channel 1 Interrupt Notification Register
GTM_ATOM3_CH1_IRQ_EN 0xF01E98A4          ATOM3 Channel 1 Interrupt Enable Register
GTM_ATOM3_CH1_IRQ_FORCINT 0xF01E98A8          ATOM3 Channel 1 Software Interrupt Generation Register
GTM_ATOM3_CH1_IRQ_MODE 0xF01E98AC          ATOM3 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM3_CH2_RDADDR 0xF01E9900          ATOM3 Channel 2 ARU read address Register
GTM_ATOM3_CH2_CTRL 0xF01E9904          ATOM3 Channel 2 Control Register
GTM_ATOM3_CH2_SR0 0xF01E9908          ATOM3 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM3_CH2_SR1 0xF01E990C          ATOM3 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM3_CH2_CM0 0xF01E9910          ATOM3 Channel 2 CCU0 Compare Register
GTM_ATOM3_CH2_CM1 0xF01E9914          ATOM3 Channel 2 CCU1 Compare Register
GTM_ATOM3_CH2_CN0 0xF01E9918          ATOM3 Channel 2 CCU0 Counter Register
GTM_ATOM3_CH2_STAT 0xF01E991C          ATOM3 Channel 2 Status Register
GTM_ATOM3_CH2_IRQ_NOTIFY 0xF01E9920          ATOM3 Channel 2 Interrupt Notification Register
GTM_ATOM3_CH2_IRQ_EN 0xF01E9924          ATOM3 Channel 2 Interrupt Enable Register
GTM_ATOM3_CH2_IRQ_FORCINT 0xF01E9928          ATOM3 Channel 2 Software Interrupt Generation Register
GTM_ATOM3_CH2_IRQ_MODE 0xF01E992C          ATOM3 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM3_CH3_RDADDR 0xF01E9980          ATOM3 Channel 3 ARU read address Register
GTM_ATOM3_CH3_CTRL 0xF01E9984          ATOM3 Channel 3 Control Register
GTM_ATOM3_CH3_SR0 0xF01E9988          ATOM3 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM3_CH3_SR1 0xF01E998C          ATOM3 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM3_CH3_CM0 0xF01E9990          ATOM3 Channel 3 CCU0 Compare Register
GTM_ATOM3_CH3_CM1 0xF01E9994          ATOM3 Channel 3 CCU1 Compare Register
GTM_ATOM3_CH3_CN0 0xF01E9998          ATOM3 Channel 3 CCU0 Counter Register
GTM_ATOM3_CH3_STAT 0xF01E999C          ATOM3 Channel 3 Status Register
GTM_ATOM3_CH3_IRQ_NOTIFY 0xF01E99A0          ATOM3 Channel 3 Interrupt Notification Register
GTM_ATOM3_CH3_IRQ_EN 0xF01E99A4          ATOM3 Channel 3 Interrupt Enable Register
GTM_ATOM3_CH3_IRQ_FORCINT 0xF01E99A8          ATOM3 Channel 3 Software Interrupt Generation Register
GTM_ATOM3_CH3_IRQ_MODE 0xF01E99AC          ATOM3 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM3_CH4_RDADDR 0xF01E9A00          ATOM3 Channel 4 ARU read address Register
GTM_ATOM3_CH4_CTRL 0xF01E9A04          ATOM3 Channel 4 Control Register
GTM_ATOM3_CH4_SR0 0xF01E9A08          ATOM3 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM3_CH4_SR1 0xF01E9A0C          ATOM3 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM3_CH4_CM0 0xF01E9A10          ATOM3 Channel 4 CCU0 Compare Register
GTM_ATOM3_CH4_CM1 0xF01E9A14          ATOM3 Channel 4 CCU1 Compare Register
GTM_ATOM3_CH4_CN0 0xF01E9A18          ATOM3 Channel 4 CCU0 Counter Register
GTM_ATOM3_CH4_STAT 0xF01E9A1C          ATOM3 Channel 4 Status Register
GTM_ATOM3_CH4_IRQ_NOTIFY 0xF01E9A20          ATOM3 Channel 4 Interrupt Notification Register
GTM_ATOM3_CH4_IRQ_EN 0xF01E9A24          ATOM3 Channel 4 Interrupt Enable Register
GTM_ATOM3_CH4_IRQ_FORCINT 0xF01E9A28          ATOM3 Channel 4 Software Interrupt Generation Register
GTM_ATOM3_CH4_IRQ_MODE 0xF01E9A2C          ATOM3 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM3_CH5_RDADDR 0xF01E9A80          ATOM3 Channel 5 ARU read address Register
GTM_ATOM3_CH5_CTRL 0xF01E9A84          ATOM3 Channel 5 Control Register
GTM_ATOM3_CH5_SR0 0xF01E9A88          ATOM3 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM3_CH5_SR1 0xF01E9A8C          ATOM3 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM3_CH5_CM0 0xF01E9A90          ATOM3 Channel 5 CCU0 Compare Register
GTM_ATOM3_CH5_CM1 0xF01E9A94          ATOM3 Channel 5 CCU1 Compare Register
GTM_ATOM3_CH5_CN0 0xF01E9A98          ATOM3 Channel 5 CCU0 Counter Register
GTM_ATOM3_CH5_STAT 0xF01E9A9C          ATOM3 Channel 5 Status Register
GTM_ATOM3_CH5_IRQ_NOTIFY 0xF01E9AA0          ATOM3 Channel 5 Interrupt Notification Register
GTM_ATOM3_CH5_IRQ_EN 0xF01E9AA4          ATOM3 Channel 5 Interrupt Enable Register
GTM_ATOM3_CH5_IRQ_FORCINT 0xF01E9AA8          ATOM3 Channel 5 Software Interrupt Generation Register
GTM_ATOM3_CH5_IRQ_MODE 0xF01E9AAC          ATOM3 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM3_CH6_RDADDR 0xF01E9B00          ATOM3 Channel 6 ARU read address Register
GTM_ATOM3_CH6_CTRL 0xF01E9B04          ATOM3 Channel 6 Control Register
GTM_ATOM3_CH6_SR0 0xF01E9B08          ATOM3 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM3_CH6_SR1 0xF01E9B0C          ATOM3 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM3_CH6_CM0 0xF01E9B10          ATOM3 Channel 6 CCU0 Compare Register
GTM_ATOM3_CH6_CM1 0xF01E9B14          ATOM3 Channel 6 CCU1 Compare Register
GTM_ATOM3_CH6_CN0 0xF01E9B18          ATOM3 Channel 6 CCU0 Counter Register
GTM_ATOM3_CH6_STAT 0xF01E9B1C          ATOM3 Channel 6 Status Register
GTM_ATOM3_CH6_IRQ_NOTIFY 0xF01E9B20          ATOM3 Channel 6 Interrupt Notification Register
GTM_ATOM3_CH6_IRQ_EN 0xF01E9B24          ATOM3 Channel 6 Interrupt Enable Register
GTM_ATOM3_CH6_IRQ_FORCINT 0xF01E9B28          ATOM3 Channel 6 Software Interrupt Generation Register
GTM_ATOM3_CH6_IRQ_MODE 0xF01E9B2C          ATOM3 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM3_CH7_RDADDR 0xF01E9B80          ATOM3 Channel 7 ARU read address Register
GTM_ATOM3_CH7_CTRL 0xF01E9B84          ATOM3 Channel 7 Control Register
GTM_ATOM3_CH7_SR0 0xF01E9B88          ATOM3 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM3_CH7_SR1 0xF01E9B8C          ATOM3 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM3_CH7_CM0 0xF01E9B90          ATOM3 Channel 7 CCU0 Compare Register
GTM_ATOM3_CH7_CM1 0xF01E9B94          ATOM3 Channel 7 CCU1 Compare Register
GTM_ATOM3_CH7_CN0 0xF01E9B98          ATOM3 Channel 7 CCU0 Counter Register
GTM_ATOM3_CH7_STAT 0xF01E9B9C          ATOM3 Channel 7 Status Register
GTM_ATOM3_CH7_IRQ_NOTIFY 0xF01E9BA0          ATOM3 Channel 7 Interrupt Notification Register
GTM_ATOM3_CH7_IRQ_EN 0xF01E9BA4          ATOM3 Channel 7 Interrupt Enable Register
GTM_ATOM3_CH7_IRQ_FORCINT 0xF01E9BA8          ATOM3 Channel 7 Software Interrupt Generation Register
GTM_ATOM3_CH7_IRQ_MODE 0xF01E9BAC          ATOM3 Channel 7 Interrupt Mode Configuration Register
GTM_MCS0_CH0_R0 0xF01F0000          MCS0 Channel 0 General Purpose Register 0
GTM_MCS0_CH0_R1 0xF01F0004          MCS0 Channel 0 General Purpose Register 1
GTM_MCS0_CH0_R2 0xF01F0008          MCS0 Channel 0 General Purpose Register 2
GTM_MCS0_CH0_R3 0xF01F000C          MCS0 Channel 0 General Purpose Register 3
GTM_MCS0_CH0_R4 0xF01F0010          MCS0 Channel 0 General Purpose Register 4
GTM_MCS0_CH0_R5 0xF01F0014          MCS0 Channel 0 General Purpose Register 5
GTM_MCS0_CH0_R6 0xF01F0018          MCS0 Channel 0 General Purpose Register 6
GTM_MCS0_CH0_R7 0xF01F001C          MCS0 Channel 0 General Purpose Register 7
GTM_MCS0_CH0_CTRL 0xF01F0020          MCS0 Channel 0 Control Register
GTM_MCS0_CH0_ACB 0xF01F0024          MCS0 Channel 0 ARU Control Bit Register
GTM_MCS0_CTRG   0xF01F0028          MCS0 Clear Trigger Control Register
GTM_MCS0_STRG   0xF01F002C          MCS0 Set Trigger Control Register
GTM_MCS0_CH0_MHB 0xF01F003C          MCS0 Channel 0 Memory High Byte Register
GTM_MCS0_CH0_PC 0xF01F0040          MCS0 Channel 0 Program Counter Register
GTM_MCS0_CH0_IRQ_NOTIFY 0xF01F0044          MCS0 Channel 0 Interrupt Notification Register
GTM_MCS0_CH0_IRQ_EN 0xF01F0048          MCS0 Channel 0 Interrupt Enable Register
GTM_MCS0_CH0_IRQ_FORCINT 0xF01F004C          MCS0 Channel 0 Force Interrupt Register
GTM_MCS0_CH0_IRQ_MODE 0xF01F0050          MCS0 Channel 0 Interrupt Mode Configuration Register
GTM_MCS0_CH0_EIRQ_EN 0xF01F0054          MCS0 Channel 0 Error Interrupt Enable Register
GTM_MCS0_REG_PROT 0xF01F0060          MCS0 Write Protection Register
GTM_MCS0_CTRL_STAT 0xF01F0064          MCS0 Control and Status Register
GTM_MCS0_RESET  0xF01F0068          MCS0 Reset Register
GTM_MCS0_CAT    0xF01F006C          MCS0 Cancel ARU Transfer Instruction Register
GTM_MCS0_CWT    0xF01F0070          MCS0 Cancel WURM Instruction Register
GTM_MCS0_ERR    0xF01F007C          MCS0 error register
GTM_MCS0_CH1_R0 0xF01F0080          MCS0 Channel 1 General Purpose Register 0
GTM_MCS0_CH1_R1 0xF01F0084          MCS0 Channel 1 General Purpose Register 1
GTM_MCS0_CH1_R2 0xF01F0088          MCS0 Channel 1 General Purpose Register 2
GTM_MCS0_CH1_R3 0xF01F008C          MCS0 Channel 1 General Purpose Register 3
GTM_MCS0_CH1_R4 0xF01F0090          MCS0 Channel 1 General Purpose Register 4
GTM_MCS0_CH1_R5 0xF01F0094          MCS0 Channel 1 General Purpose Register 5
GTM_MCS0_CH1_R6 0xF01F0098          MCS0 Channel 1 General Purpose Register 6
GTM_MCS0_CH1_R7 0xF01F009C          MCS0 Channel 1 General Purpose Register 7
GTM_MCS0_CH1_CTRL 0xF01F00A0          MCS0 Channel 1 Control Register
GTM_MCS0_CH1_ACB 0xF01F00A4          MCS0 Channel 1 ARU Control Bit Register
GTM_MCS0_CH1_MHB 0xF01F00BC          MCS0 Channel 1 Memory High Byte Register
GTM_MCS0_CH1_PC 0xF01F00C0          MCS0 Channel 1 Program Counter Register
GTM_MCS0_CH1_IRQ_NOTIFY 0xF01F00C4          MCS0 Channel 1 Interrupt Notification Register
GTM_MCS0_CH1_IRQ_EN 0xF01F00C8          MCS0 Channel 1 Interrupt Enable Register
GTM_MCS0_CH1_IRQ_FORCINT 0xF01F00CC          MCS0 Channel 1 Force Interrupt Register
GTM_MCS0_CH1_IRQ_MODE 0xF01F00D0          MCS0 Channel 1 Interrupt Mode Configuration Register
GTM_MCS0_CH1_EIRQ_EN 0xF01F00D4          MCS0 Channel 1 Error Interrupt Enable Register
GTM_MCS0_CH2_R0 0xF01F0100          MCS0 Channel 2 General Purpose Register 0
GTM_MCS0_CH2_R1 0xF01F0104          MCS0 Channel 2 General Purpose Register 1
GTM_MCS0_CH2_R2 0xF01F0108          MCS0 Channel 2 General Purpose Register 2
GTM_MCS0_CH2_R3 0xF01F010C          MCS0 Channel 2 General Purpose Register 3
GTM_MCS0_CH2_R4 0xF01F0110          MCS0 Channel 2 General Purpose Register 4
GTM_MCS0_CH2_R5 0xF01F0114          MCS0 Channel 2 General Purpose Register 5
GTM_MCS0_CH2_R6 0xF01F0118          MCS0 Channel 2 General Purpose Register 6
GTM_MCS0_CH2_R7 0xF01F011C          MCS0 Channel 2 General Purpose Register 7
GTM_MCS0_CH2_CTRL 0xF01F0120          MCS0 Channel 2 Control Register
GTM_MCS0_CH2_ACB 0xF01F0124          MCS0 Channel 2 ARU Control Bit Register
GTM_MCS0_CH2_MHB 0xF01F013C          MCS0 Channel 2 Memory High Byte Register
GTM_MCS0_CH2_PC 0xF01F0140          MCS0 Channel 2 Program Counter Register
GTM_MCS0_CH2_IRQ_NOTIFY 0xF01F0144          MCS0 Channel 2 Interrupt Notification Register
GTM_MCS0_CH2_IRQ_EN 0xF01F0148          MCS0 Channel 2 Interrupt Enable Register
GTM_MCS0_CH2_IRQ_FORCINT 0xF01F014C          MCS0 Channel 2 Force Interrupt Register
GTM_MCS0_CH2_IRQ_MODE 0xF01F0150          MCS0 Channel 2 Interrupt Mode Configuration Register
GTM_MCS0_CH2_EIRQ_EN 0xF01F0154          MCS0 Channel 2 Error Interrupt Enable Register
GTM_MCS0_CH3_R0 0xF01F0180          MCS0 Channel 3 General Purpose Register 0
GTM_MCS0_CH3_R1 0xF01F0184          MCS0 Channel 3 General Purpose Register 1
GTM_MCS0_CH3_R2 0xF01F0188          MCS0 Channel 3 General Purpose Register 2
GTM_MCS0_CH3_R3 0xF01F018C          MCS0 Channel 3 General Purpose Register 3
GTM_MCS0_CH3_R4 0xF01F0190          MCS0 Channel 3 General Purpose Register 4
GTM_MCS0_CH3_R5 0xF01F0194          MCS0 Channel 3 General Purpose Register 5
GTM_MCS0_CH3_R6 0xF01F0198          MCS0 Channel 3 General Purpose Register 6
GTM_MCS0_CH3_R7 0xF01F019C          MCS0 Channel 3 General Purpose Register 7
GTM_MCS0_CH3_CTRL 0xF01F01A0          MCS0 Channel 3 Control Register
GTM_MCS0_CH3_ACB 0xF01F01A4          MCS0 Channel 3 ARU Control Bit Register
GTM_MCS0_CH3_MHB 0xF01F01BC          MCS0 Channel 3 Memory High Byte Register
GTM_MCS0_CH3_PC 0xF01F01C0          MCS0 Channel 3 Program Counter Register
GTM_MCS0_CH3_IRQ_NOTIFY 0xF01F01C4          MCS0 Channel 3 Interrupt Notification Register
GTM_MCS0_CH3_IRQ_EN 0xF01F01C8          MCS0 Channel 3 Interrupt Enable Register
GTM_MCS0_CH3_IRQ_FORCINT 0xF01F01CC          MCS0 Channel 3 Force Interrupt Register
GTM_MCS0_CH3_IRQ_MODE 0xF01F01D0          MCS0 Channel 3 Interrupt Mode Configuration Register
GTM_MCS0_CH3_EIRQ_EN 0xF01F01D4          MCS0 Channel 3 Error Interrupt Enable Register
GTM_MCS0_CH4_R0 0xF01F0200          MCS0 Channel 4 General Purpose Register 0
GTM_MCS0_CH4_R1 0xF01F0204          MCS0 Channel 4 General Purpose Register 1
GTM_MCS0_CH4_R2 0xF01F0208          MCS0 Channel 4 General Purpose Register 2
GTM_MCS0_CH4_R3 0xF01F020C          MCS0 Channel 4 General Purpose Register 3
GTM_MCS0_CH4_R4 0xF01F0210          MCS0 Channel 4 General Purpose Register 4
GTM_MCS0_CH4_R5 0xF01F0214          MCS0 Channel 4 General Purpose Register 5
GTM_MCS0_CH4_R6 0xF01F0218          MCS0 Channel 4 General Purpose Register 6
GTM_MCS0_CH4_R7 0xF01F021C          MCS0 Channel 4 General Purpose Register 7
GTM_MCS0_CH4_CTRL 0xF01F0220          MCS0 Channel 4 Control Register
GTM_MCS0_CH4_ACB 0xF01F0224          MCS0 Channel 4 ARU Control Bit Register
GTM_MCS0_CH4_MHB 0xF01F023C          MCS0 Channel 4 Memory High Byte Register
GTM_MCS0_CH4_PC 0xF01F0240          MCS0 Channel 4 Program Counter Register
GTM_MCS0_CH4_IRQ_NOTIFY 0xF01F0244          MCS0 Channel 4 Interrupt Notification Register
GTM_MCS0_CH4_IRQ_EN 0xF01F0248          MCS0 Channel 4 Interrupt Enable Register
GTM_MCS0_CH4_IRQ_FORCINT 0xF01F024C          MCS0 Channel 4 Force Interrupt Register
GTM_MCS0_CH4_IRQ_MODE 0xF01F0250          MCS0 Channel 4 Interrupt Mode Configuration Register
GTM_MCS0_CH4_EIRQ_EN 0xF01F0254          MCS0 Channel 4 Error Interrupt Enable Register
GTM_MCS0_CH5_R0 0xF01F0280          MCS0 Channel 5 General Purpose Register 0
GTM_MCS0_CH5_R1 0xF01F0284          MCS0 Channel 5 General Purpose Register 1
GTM_MCS0_CH5_R2 0xF01F0288          MCS0 Channel 5 General Purpose Register 2
GTM_MCS0_CH5_R3 0xF01F028C          MCS0 Channel 5 General Purpose Register 3
GTM_MCS0_CH5_R4 0xF01F0290          MCS0 Channel 5 General Purpose Register 4
GTM_MCS0_CH5_R5 0xF01F0294          MCS0 Channel 5 General Purpose Register 5
GTM_MCS0_CH5_R6 0xF01F0298          MCS0 Channel 5 General Purpose Register 6
GTM_MCS0_CH5_R7 0xF01F029C          MCS0 Channel 5 General Purpose Register 7
GTM_MCS0_CH5_CTRL 0xF01F02A0          MCS0 Channel 5 Control Register
GTM_MCS0_CH5_ACB 0xF01F02A4          MCS0 Channel 5 ARU Control Bit Register
GTM_MCS0_CH5_MHB 0xF01F02BC          MCS0 Channel 5 Memory High Byte Register
GTM_MCS0_CH5_PC 0xF01F02C0          MCS0 Channel 5 Program Counter Register
GTM_MCS0_CH5_IRQ_NOTIFY 0xF01F02C4          MCS0 Channel 5 Interrupt Notification Register
GTM_MCS0_CH5_IRQ_EN 0xF01F02C8          MCS0 Channel 5 Interrupt Enable Register
GTM_MCS0_CH5_IRQ_FORCINT 0xF01F02CC          MCS0 Channel 5 Force Interrupt Register
GTM_MCS0_CH5_IRQ_MODE 0xF01F02D0          MCS0 Channel 5 Interrupt Mode Configuration Register
GTM_MCS0_CH5_EIRQ_EN 0xF01F02D4          MCS0 Channel 5 Error Interrupt Enable Register
GTM_MCS0_CH6_R0 0xF01F0300          MCS0 Channel 6 General Purpose Register 0
GTM_MCS0_CH6_R1 0xF01F0304          MCS0 Channel 6 General Purpose Register 1
GTM_MCS0_CH6_R2 0xF01F0308          MCS0 Channel 6 General Purpose Register 2
GTM_MCS0_CH6_R3 0xF01F030C          MCS0 Channel 6 General Purpose Register 3
GTM_MCS0_CH6_R4 0xF01F0310          MCS0 Channel 6 General Purpose Register 4
GTM_MCS0_CH6_R5 0xF01F0314          MCS0 Channel 6 General Purpose Register 5
GTM_MCS0_CH6_R6 0xF01F0318          MCS0 Channel 6 General Purpose Register 6
GTM_MCS0_CH6_R7 0xF01F031C          MCS0 Channel 6 General Purpose Register 7
GTM_MCS0_CH6_CTRL 0xF01F0320          MCS0 Channel 6 Control Register
GTM_MCS0_CH6_ACB 0xF01F0324          MCS0 Channel 6 ARU Control Bit Register
GTM_MCS0_CH6_MHB 0xF01F033C          MCS0 Channel 6 Memory High Byte Register
GTM_MCS0_CH6_PC 0xF01F0340          MCS0 Channel 6 Program Counter Register
GTM_MCS0_CH6_IRQ_NOTIFY 0xF01F0344          MCS0 Channel 6 Interrupt Notification Register
GTM_MCS0_CH6_IRQ_EN 0xF01F0348          MCS0 Channel 6 Interrupt Enable Register
GTM_MCS0_CH6_IRQ_FORCINT 0xF01F034C          MCS0 Channel 6 Force Interrupt Register
GTM_MCS0_CH6_IRQ_MODE 0xF01F0350          MCS0 Channel 6 Interrupt Mode Configuration Register
GTM_MCS0_CH6_EIRQ_EN 0xF01F0354          MCS0 Channel 6 Error Interrupt Enable Register
GTM_MCS0_CH7_R0 0xF01F0380          MCS0 Channel 7 General Purpose Register 0
GTM_MCS0_CH7_R1 0xF01F0384          MCS0 Channel 7 General Purpose Register 1
GTM_MCS0_CH7_R2 0xF01F0388          MCS0 Channel 7 General Purpose Register 2
GTM_MCS0_CH7_R3 0xF01F038C          MCS0 Channel 7 General Purpose Register 3
GTM_MCS0_CH7_R4 0xF01F0390          MCS0 Channel 7 General Purpose Register 4
GTM_MCS0_CH7_R5 0xF01F0394          MCS0 Channel 7 General Purpose Register 5
GTM_MCS0_CH7_R6 0xF01F0398          MCS0 Channel 7 General Purpose Register 6
GTM_MCS0_CH7_R7 0xF01F039C          MCS0 Channel 7 General Purpose Register 7
GTM_MCS0_CH7_CTRL 0xF01F03A0          MCS0 Channel 7 Control Register
GTM_MCS0_CH7_ACB 0xF01F03A4          MCS0 Channel 7 ARU Control Bit Register
GTM_MCS0_CH7_MHB 0xF01F03BC          MCS0 Channel 7 Memory High Byte Register
GTM_MCS0_CH7_PC 0xF01F03C0          MCS0 Channel 7 Program Counter Register
GTM_MCS0_CH7_IRQ_NOTIFY 0xF01F03C4          MCS0 Channel 7 Interrupt Notification Register
GTM_MCS0_CH7_IRQ_EN 0xF01F03C8          MCS0 Channel 7 Interrupt Enable Register
GTM_MCS0_CH7_IRQ_FORCINT 0xF01F03CC          MCS0 Channel 7 Force Interrupt Register
GTM_MCS0_CH7_IRQ_MODE 0xF01F03D0          MCS0 Channel 7 Interrupt Mode Configuration Register
GTM_MCS0_CH7_EIRQ_EN 0xF01F03D4          MCS0 Channel 7 Error Interrupt Enable Register
GTM_MCS1_CH0_R0 0xF01F1000          MCS1 Channel 0 General Purpose Register 0
GTM_MCS1_CH0_R1 0xF01F1004          MCS1 Channel 0 General Purpose Register 1
GTM_MCS1_CH0_R2 0xF01F1008          MCS1 Channel 0 General Purpose Register 2
GTM_MCS1_CH0_R3 0xF01F100C          MCS1 Channel 0 General Purpose Register 3
GTM_MCS1_CH0_R4 0xF01F1010          MCS1 Channel 0 General Purpose Register 4
GTM_MCS1_CH0_R5 0xF01F1014          MCS1 Channel 0 General Purpose Register 5
GTM_MCS1_CH0_R6 0xF01F1018          MCS1 Channel 0 General Purpose Register 6
GTM_MCS1_CH0_R7 0xF01F101C          MCS1 Channel 0 General Purpose Register 7
GTM_MCS1_CH0_CTRL 0xF01F1020          MCS1 Channel 0 Control Register
GTM_MCS1_CH0_ACB 0xF01F1024          MCS1 Channel 0 ARU Control Bit Register
GTM_MCS1_CTRG   0xF01F1028          MCS1 Clear Trigger Control Register
GTM_MCS1_STRG   0xF01F102C          MCS1 Set Trigger Control Register
GTM_MCS1_CH0_MHB 0xF01F103C          MCS1 Channel 0 Memory High Byte Register
GTM_MCS1_CH0_PC 0xF01F1040          MCS1 Channel 0 Program Counter Register
GTM_MCS1_CH0_IRQ_NOTIFY 0xF01F1044          MCS1 Channel 0 Interrupt Notification Register
GTM_MCS1_CH0_IRQ_EN 0xF01F1048          MCS1 Channel 0 Interrupt Enable Register
GTM_MCS1_CH0_IRQ_FORCINT 0xF01F104C          MCS1 Channel 0 Force Interrupt Register
GTM_MCS1_CH0_IRQ_MODE 0xF01F1050          MCS1 Channel 0 Interrupt Mode Configuration Register
GTM_MCS1_CH0_EIRQ_EN 0xF01F1054          MCS1 Channel 0 Error Interrupt Enable Register
GTM_MCS1_REG_PROT 0xF01F1060          MCS1 Write Protection Register
GTM_MCS1_CTRL_STAT 0xF01F1064          MCS1 Control and Status Register
GTM_MCS1_RESET  0xF01F1068          MCS1 Reset Register
GTM_MCS1_CAT    0xF01F106C          MCS1 Cancel ARU Transfer Instruction Register
GTM_MCS1_CWT    0xF01F1070          MCS1 Cancel WURM Instruction Register
GTM_MCS1_ERR    0xF01F107C          MCS1 error register
GTM_MCS1_CH1_R0 0xF01F1080          MCS1 Channel 1 General Purpose Register 0
GTM_MCS1_CH1_R1 0xF01F1084          MCS1 Channel 1 General Purpose Register 1
GTM_MCS1_CH1_R2 0xF01F1088          MCS1 Channel 1 General Purpose Register 2
GTM_MCS1_CH1_R3 0xF01F108C          MCS1 Channel 1 General Purpose Register 3
GTM_MCS1_CH1_R4 0xF01F1090          MCS1 Channel 1 General Purpose Register 4
GTM_MCS1_CH1_R5 0xF01F1094          MCS1 Channel 1 General Purpose Register 5
GTM_MCS1_CH1_R6 0xF01F1098          MCS1 Channel 1 General Purpose Register 6
GTM_MCS1_CH1_R7 0xF01F109C          MCS1 Channel 1 General Purpose Register 7
GTM_MCS1_CH1_CTRL 0xF01F10A0          MCS1 Channel 1 Control Register
GTM_MCS1_CH1_ACB 0xF01F10A4          MCS1 Channel 1 ARU Control Bit Register
GTM_MCS1_CH1_MHB 0xF01F10BC          MCS1 Channel 1 Memory High Byte Register
GTM_MCS1_CH1_PC 0xF01F10C0          MCS1 Channel 1 Program Counter Register
GTM_MCS1_CH1_IRQ_NOTIFY 0xF01F10C4          MCS1 Channel 1 Interrupt Notification Register
GTM_MCS1_CH1_IRQ_EN 0xF01F10C8          MCS1 Channel 1 Interrupt Enable Register
GTM_MCS1_CH1_IRQ_FORCINT 0xF01F10CC          MCS1 Channel 1 Force Interrupt Register
GTM_MCS1_CH1_IRQ_MODE 0xF01F10D0          MCS1 Channel 1 Interrupt Mode Configuration Register
GTM_MCS1_CH1_EIRQ_EN 0xF01F10D4          MCS1 Channel 1 Error Interrupt Enable Register
GTM_MCS1_CH2_R0 0xF01F1100          MCS1 Channel 2 General Purpose Register 0
GTM_MCS1_CH2_R1 0xF01F1104          MCS1 Channel 2 General Purpose Register 1
GTM_MCS1_CH2_R2 0xF01F1108          MCS1 Channel 2 General Purpose Register 2
GTM_MCS1_CH2_R3 0xF01F110C          MCS1 Channel 2 General Purpose Register 3
GTM_MCS1_CH2_R4 0xF01F1110          MCS1 Channel 2 General Purpose Register 4
GTM_MCS1_CH2_R5 0xF01F1114          MCS1 Channel 2 General Purpose Register 5
GTM_MCS1_CH2_R6 0xF01F1118          MCS1 Channel 2 General Purpose Register 6
GTM_MCS1_CH2_R7 0xF01F111C          MCS1 Channel 2 General Purpose Register 7
GTM_MCS1_CH2_CTRL 0xF01F1120          MCS1 Channel 2 Control Register
GTM_MCS1_CH2_ACB 0xF01F1124          MCS1 Channel 2 ARU Control Bit Register
GTM_MCS1_CH2_MHB 0xF01F113C          MCS1 Channel 2 Memory High Byte Register
GTM_MCS1_CH2_PC 0xF01F1140          MCS1 Channel 2 Program Counter Register
GTM_MCS1_CH2_IRQ_NOTIFY 0xF01F1144          MCS1 Channel 2 Interrupt Notification Register
GTM_MCS1_CH2_IRQ_EN 0xF01F1148          MCS1 Channel 2 Interrupt Enable Register
GTM_MCS1_CH2_IRQ_FORCINT 0xF01F114C          MCS1 Channel 2 Force Interrupt Register
GTM_MCS1_CH2_IRQ_MODE 0xF01F1150          MCS1 Channel 2 Interrupt Mode Configuration Register
GTM_MCS1_CH2_EIRQ_EN 0xF01F1154          MCS1 Channel 2 Error Interrupt Enable Register
GTM_MCS1_CH3_R0 0xF01F1180          MCS1 Channel 3 General Purpose Register 0
GTM_MCS1_CH3_R1 0xF01F1184          MCS1 Channel 3 General Purpose Register 1
GTM_MCS1_CH3_R2 0xF01F1188          MCS1 Channel 3 General Purpose Register 2
GTM_MCS1_CH3_R3 0xF01F118C          MCS1 Channel 3 General Purpose Register 3
GTM_MCS1_CH3_R4 0xF01F1190          MCS1 Channel 3 General Purpose Register 4
GTM_MCS1_CH3_R5 0xF01F1194          MCS1 Channel 3 General Purpose Register 5
GTM_MCS1_CH3_R6 0xF01F1198          MCS1 Channel 3 General Purpose Register 6
GTM_MCS1_CH3_R7 0xF01F119C          MCS1 Channel 3 General Purpose Register 7
GTM_MCS1_CH3_CTRL 0xF01F11A0          MCS1 Channel 3 Control Register
GTM_MCS1_CH3_ACB 0xF01F11A4          MCS1 Channel 3 ARU Control Bit Register
GTM_MCS1_CH3_MHB 0xF01F11BC          MCS1 Channel 3 Memory High Byte Register
GTM_MCS1_CH3_PC 0xF01F11C0          MCS1 Channel 3 Program Counter Register
GTM_MCS1_CH3_IRQ_NOTIFY 0xF01F11C4          MCS1 Channel 3 Interrupt Notification Register
GTM_MCS1_CH3_IRQ_EN 0xF01F11C8          MCS1 Channel 3 Interrupt Enable Register
GTM_MCS1_CH3_IRQ_FORCINT 0xF01F11CC          MCS1 Channel 3 Force Interrupt Register
GTM_MCS1_CH3_IRQ_MODE 0xF01F11D0          MCS1 Channel 3 Interrupt Mode Configuration Register
GTM_MCS1_CH3_EIRQ_EN 0xF01F11D4          MCS1 Channel 3 Error Interrupt Enable Register
GTM_MCS1_CH4_R0 0xF01F1200          MCS1 Channel 4 General Purpose Register 0
GTM_MCS1_CH4_R1 0xF01F1204          MCS1 Channel 4 General Purpose Register 1
GTM_MCS1_CH4_R2 0xF01F1208          MCS1 Channel 4 General Purpose Register 2
GTM_MCS1_CH4_R3 0xF01F120C          MCS1 Channel 4 General Purpose Register 3
GTM_MCS1_CH4_R4 0xF01F1210          MCS1 Channel 4 General Purpose Register 4
GTM_MCS1_CH4_R5 0xF01F1214          MCS1 Channel 4 General Purpose Register 5
GTM_MCS1_CH4_R6 0xF01F1218          MCS1 Channel 4 General Purpose Register 6
GTM_MCS1_CH4_R7 0xF01F121C          MCS1 Channel 4 General Purpose Register 7
GTM_MCS1_CH4_CTRL 0xF01F1220          MCS1 Channel 4 Control Register
GTM_MCS1_CH4_ACB 0xF01F1224          MCS1 Channel 4 ARU Control Bit Register
GTM_MCS1_CH4_MHB 0xF01F123C          MCS1 Channel 4 Memory High Byte Register
GTM_MCS1_CH4_PC 0xF01F1240          MCS1 Channel 4 Program Counter Register
GTM_MCS1_CH4_IRQ_NOTIFY 0xF01F1244          MCS1 Channel 4 Interrupt Notification Register
GTM_MCS1_CH4_IRQ_EN 0xF01F1248          MCS1 Channel 4 Interrupt Enable Register
GTM_MCS1_CH4_IRQ_FORCINT 0xF01F124C          MCS1 Channel 4 Force Interrupt Register
GTM_MCS1_CH4_IRQ_MODE 0xF01F1250          MCS1 Channel 4 Interrupt Mode Configuration Register
GTM_MCS1_CH4_EIRQ_EN 0xF01F1254          MCS1 Channel 4 Error Interrupt Enable Register
GTM_MCS1_CH5_R0 0xF01F1280          MCS1 Channel 5 General Purpose Register 0
GTM_MCS1_CH5_R1 0xF01F1284          MCS1 Channel 5 General Purpose Register 1
GTM_MCS1_CH5_R2 0xF01F1288          MCS1 Channel 5 General Purpose Register 2
GTM_MCS1_CH5_R3 0xF01F128C          MCS1 Channel 5 General Purpose Register 3
GTM_MCS1_CH5_R4 0xF01F1290          MCS1 Channel 5 General Purpose Register 4
GTM_MCS1_CH5_R5 0xF01F1294          MCS1 Channel 5 General Purpose Register 5
GTM_MCS1_CH5_R6 0xF01F1298          MCS1 Channel 5 General Purpose Register 6
GTM_MCS1_CH5_R7 0xF01F129C          MCS1 Channel 5 General Purpose Register 7
GTM_MCS1_CH5_CTRL 0xF01F12A0          MCS1 Channel 5 Control Register
GTM_MCS1_CH5_ACB 0xF01F12A4          MCS1 Channel 5 ARU Control Bit Register
GTM_MCS1_CH5_MHB 0xF01F12BC          MCS1 Channel 5 Memory High Byte Register
GTM_MCS1_CH5_PC 0xF01F12C0          MCS1 Channel 5 Program Counter Register
GTM_MCS1_CH5_IRQ_NOTIFY 0xF01F12C4          MCS1 Channel 5 Interrupt Notification Register
GTM_MCS1_CH5_IRQ_EN 0xF01F12C8          MCS1 Channel 5 Interrupt Enable Register
GTM_MCS1_CH5_IRQ_FORCINT 0xF01F12CC          MCS1 Channel 5 Force Interrupt Register
GTM_MCS1_CH5_IRQ_MODE 0xF01F12D0          MCS1 Channel 5 Interrupt Mode Configuration Register
GTM_MCS1_CH5_EIRQ_EN 0xF01F12D4          MCS1 Channel 5 Error Interrupt Enable Register
GTM_MCS1_CH6_R0 0xF01F1300          MCS1 Channel 6 General Purpose Register 0
GTM_MCS1_CH6_R1 0xF01F1304          MCS1 Channel 6 General Purpose Register 1
GTM_MCS1_CH6_R2 0xF01F1308          MCS1 Channel 6 General Purpose Register 2
GTM_MCS1_CH6_R3 0xF01F130C          MCS1 Channel 6 General Purpose Register 3
GTM_MCS1_CH6_R4 0xF01F1310          MCS1 Channel 6 General Purpose Register 4
GTM_MCS1_CH6_R5 0xF01F1314          MCS1 Channel 6 General Purpose Register 5
GTM_MCS1_CH6_R6 0xF01F1318          MCS1 Channel 6 General Purpose Register 6
GTM_MCS1_CH6_R7 0xF01F131C          MCS1 Channel 6 General Purpose Register 7
GTM_MCS1_CH6_CTRL 0xF01F1320          MCS1 Channel 6 Control Register
GTM_MCS1_CH6_ACB 0xF01F1324          MCS1 Channel 6 ARU Control Bit Register
GTM_MCS1_CH6_MHB 0xF01F133C          MCS1 Channel 6 Memory High Byte Register
GTM_MCS1_CH6_PC 0xF01F1340          MCS1 Channel 6 Program Counter Register
GTM_MCS1_CH6_IRQ_NOTIFY 0xF01F1344          MCS1 Channel 6 Interrupt Notification Register
GTM_MCS1_CH6_IRQ_EN 0xF01F1348          MCS1 Channel 6 Interrupt Enable Register
GTM_MCS1_CH6_IRQ_FORCINT 0xF01F134C          MCS1 Channel 6 Force Interrupt Register
GTM_MCS1_CH6_IRQ_MODE 0xF01F1350          MCS1 Channel 6 Interrupt Mode Configuration Register
GTM_MCS1_CH6_EIRQ_EN 0xF01F1354          MCS1 Channel 6 Error Interrupt Enable Register
GTM_MCS1_CH7_R0 0xF01F1380          MCS1 Channel 7 General Purpose Register 0
GTM_MCS1_CH7_R1 0xF01F1384          MCS1 Channel 7 General Purpose Register 1
GTM_MCS1_CH7_R2 0xF01F1388          MCS1 Channel 7 General Purpose Register 2
GTM_MCS1_CH7_R3 0xF01F138C          MCS1 Channel 7 General Purpose Register 3
GTM_MCS1_CH7_R4 0xF01F1390          MCS1 Channel 7 General Purpose Register 4
GTM_MCS1_CH7_R5 0xF01F1394          MCS1 Channel 7 General Purpose Register 5
GTM_MCS1_CH7_R6 0xF01F1398          MCS1 Channel 7 General Purpose Register 6
GTM_MCS1_CH7_R7 0xF01F139C          MCS1 Channel 7 General Purpose Register 7
GTM_MCS1_CH7_CTRL 0xF01F13A0          MCS1 Channel 7 Control Register
GTM_MCS1_CH7_ACB 0xF01F13A4          MCS1 Channel 7 ARU Control Bit Register
GTM_MCS1_CH7_MHB 0xF01F13BC          MCS1 Channel 7 Memory High Byte Register
GTM_MCS1_CH7_PC 0xF01F13C0          MCS1 Channel 7 Program Counter Register
GTM_MCS1_CH7_IRQ_NOTIFY 0xF01F13C4          MCS1 Channel 7 Interrupt Notification Register
GTM_MCS1_CH7_IRQ_EN 0xF01F13C8          MCS1 Channel 7 Interrupt Enable Register
GTM_MCS1_CH7_IRQ_FORCINT 0xF01F13CC          MCS1 Channel 7 Force Interrupt Register
GTM_MCS1_CH7_IRQ_MODE 0xF01F13D0          MCS1 Channel 7 Interrupt Mode Configuration Register
GTM_MCS1_CH7_EIRQ_EN 0xF01F13D4          MCS1 Channel 7 Error Interrupt Enable Register
GTM_MCS2_CH0_R0 0xF01F2000          MCS2 Channel 0 General Purpose Register 0
GTM_MCS2_CH0_R1 0xF01F2004          MCS2 Channel 0 General Purpose Register 1
GTM_MCS2_CH0_R2 0xF01F2008          MCS2 Channel 0 General Purpose Register 2
GTM_MCS2_CH0_R3 0xF01F200C          MCS2 Channel 0 General Purpose Register 3
GTM_MCS2_CH0_R4 0xF01F2010          MCS2 Channel 0 General Purpose Register 4
GTM_MCS2_CH0_R5 0xF01F2014          MCS2 Channel 0 General Purpose Register 5
GTM_MCS2_CH0_R6 0xF01F2018          MCS2 Channel 0 General Purpose Register 6
GTM_MCS2_CH0_R7 0xF01F201C          MCS2 Channel 0 General Purpose Register 7
GTM_MCS2_CH0_CTRL 0xF01F2020          MCS2 Channel 0 Control Register
GTM_MCS2_CH0_ACB 0xF01F2024          MCS2 Channel 0 ARU Control Bit Register
GTM_MCS2_CTRG   0xF01F2028          MCS2 Clear Trigger Control Register
GTM_MCS2_STRG   0xF01F202C          MCS2 Set Trigger Control Register
GTM_MCS2_CH0_MHB 0xF01F203C          MCS2 Channel 0 Memory High Byte Register
GTM_MCS2_CH0_PC 0xF01F2040          MCS2 Channel 0 Program Counter Register
GTM_MCS2_CH0_IRQ_NOTIFY 0xF01F2044          MCS2 Channel 0 Interrupt Notification Register
GTM_MCS2_CH0_IRQ_EN 0xF01F2048          MCS2 Channel 0 Interrupt Enable Register
GTM_MCS2_CH0_IRQ_FORCINT 0xF01F204C          MCS2 Channel 0 Force Interrupt Register
GTM_MCS2_CH0_IRQ_MODE 0xF01F2050          MCS2 Channel 0 Interrupt Mode Configuration Register
GTM_MCS2_CH0_EIRQ_EN 0xF01F2054          MCS2 Channel 0 Error Interrupt Enable Register
GTM_MCS2_REG_PROT 0xF01F2060          MCS2 Write Protection Register
GTM_MCS2_CTRL_STAT 0xF01F2064          MCS2 Control and Status Register
GTM_MCS2_RESET  0xF01F2068          MCS2 Reset Register
GTM_MCS2_CAT    0xF01F206C          MCS2 Cancel ARU Transfer Instruction Register
GTM_MCS2_CWT    0xF01F2070          MCS2 Cancel WURM Instruction Register
GTM_MCS2_ERR    0xF01F207C          MCS2 error register
GTM_MCS2_CH1_R0 0xF01F2080          MCS2 Channel 1 General Purpose Register 0
GTM_MCS2_CH1_R1 0xF01F2084          MCS2 Channel 1 General Purpose Register 1
GTM_MCS2_CH1_R2 0xF01F2088          MCS2 Channel 1 General Purpose Register 2
GTM_MCS2_CH1_R3 0xF01F208C          MCS2 Channel 1 General Purpose Register 3
GTM_MCS2_CH1_R4 0xF01F2090          MCS2 Channel 1 General Purpose Register 4
GTM_MCS2_CH1_R5 0xF01F2094          MCS2 Channel 1 General Purpose Register 5
GTM_MCS2_CH1_R6 0xF01F2098          MCS2 Channel 1 General Purpose Register 6
GTM_MCS2_CH1_R7 0xF01F209C          MCS2 Channel 1 General Purpose Register 7
GTM_MCS2_CH1_CTRL 0xF01F20A0          MCS2 Channel 1 Control Register
GTM_MCS2_CH1_ACB 0xF01F20A4          MCS2 Channel 1 ARU Control Bit Register
GTM_MCS2_CH1_MHB 0xF01F20BC          MCS2 Channel 1 Memory High Byte Register
GTM_MCS2_CH1_PC 0xF01F20C0          MCS2 Channel 1 Program Counter Register
GTM_MCS2_CH1_IRQ_NOTIFY 0xF01F20C4          MCS2 Channel 1 Interrupt Notification Register
GTM_MCS2_CH1_IRQ_EN 0xF01F20C8          MCS2 Channel 1 Interrupt Enable Register
GTM_MCS2_CH1_IRQ_FORCINT 0xF01F20CC          MCS2 Channel 1 Force Interrupt Register
GTM_MCS2_CH1_IRQ_MODE 0xF01F20D0          MCS2 Channel 1 Interrupt Mode Configuration Register
GTM_MCS2_CH1_EIRQ_EN 0xF01F20D4          MCS2 Channel 1 Error Interrupt Enable Register
GTM_MCS2_CH2_R0 0xF01F2100          MCS2 Channel 2 General Purpose Register 0
GTM_MCS2_CH2_R1 0xF01F2104          MCS2 Channel 2 General Purpose Register 1
GTM_MCS2_CH2_R2 0xF01F2108          MCS2 Channel 2 General Purpose Register 2
GTM_MCS2_CH2_R3 0xF01F210C          MCS2 Channel 2 General Purpose Register 3
GTM_MCS2_CH2_R4 0xF01F2110          MCS2 Channel 2 General Purpose Register 4
GTM_MCS2_CH2_R5 0xF01F2114          MCS2 Channel 2 General Purpose Register 5
GTM_MCS2_CH2_R6 0xF01F2118          MCS2 Channel 2 General Purpose Register 6
GTM_MCS2_CH2_R7 0xF01F211C          MCS2 Channel 2 General Purpose Register 7
GTM_MCS2_CH2_CTRL 0xF01F2120          MCS2 Channel 2 Control Register
GTM_MCS2_CH2_ACB 0xF01F2124          MCS2 Channel 2 ARU Control Bit Register
GTM_MCS2_CH2_MHB 0xF01F213C          MCS2 Channel 2 Memory High Byte Register
GTM_MCS2_CH2_PC 0xF01F2140          MCS2 Channel 2 Program Counter Register
GTM_MCS2_CH2_IRQ_NOTIFY 0xF01F2144          MCS2 Channel 2 Interrupt Notification Register
GTM_MCS2_CH2_IRQ_EN 0xF01F2148          MCS2 Channel 2 Interrupt Enable Register
GTM_MCS2_CH2_IRQ_FORCINT 0xF01F214C          MCS2 Channel 2 Force Interrupt Register
GTM_MCS2_CH2_IRQ_MODE 0xF01F2150          MCS2 Channel 2 Interrupt Mode Configuration Register
GTM_MCS2_CH2_EIRQ_EN 0xF01F2154          MCS2 Channel 2 Error Interrupt Enable Register
GTM_MCS2_CH3_R0 0xF01F2180          MCS2 Channel 3 General Purpose Register 0
GTM_MCS2_CH3_R1 0xF01F2184          MCS2 Channel 3 General Purpose Register 1
GTM_MCS2_CH3_R2 0xF01F2188          MCS2 Channel 3 General Purpose Register 2
GTM_MCS2_CH3_R3 0xF01F218C          MCS2 Channel 3 General Purpose Register 3
GTM_MCS2_CH3_R4 0xF01F2190          MCS2 Channel 3 General Purpose Register 4
GTM_MCS2_CH3_R5 0xF01F2194          MCS2 Channel 3 General Purpose Register 5
GTM_MCS2_CH3_R6 0xF01F2198          MCS2 Channel 3 General Purpose Register 6
GTM_MCS2_CH3_R7 0xF01F219C          MCS2 Channel 3 General Purpose Register 7
GTM_MCS2_CH3_CTRL 0xF01F21A0          MCS2 Channel 3 Control Register
GTM_MCS2_CH3_ACB 0xF01F21A4          MCS2 Channel 3 ARU Control Bit Register
GTM_MCS2_CH3_MHB 0xF01F21BC          MCS2 Channel 3 Memory High Byte Register
GTM_MCS2_CH3_PC 0xF01F21C0          MCS2 Channel 3 Program Counter Register
GTM_MCS2_CH3_IRQ_NOTIFY 0xF01F21C4          MCS2 Channel 3 Interrupt Notification Register
GTM_MCS2_CH3_IRQ_EN 0xF01F21C8          MCS2 Channel 3 Interrupt Enable Register
GTM_MCS2_CH3_IRQ_FORCINT 0xF01F21CC          MCS2 Channel 3 Force Interrupt Register
GTM_MCS2_CH3_IRQ_MODE 0xF01F21D0          MCS2 Channel 3 Interrupt Mode Configuration Register
GTM_MCS2_CH3_EIRQ_EN 0xF01F21D4          MCS2 Channel 3 Error Interrupt Enable Register
GTM_MCS2_CH4_R0 0xF01F2200          MCS2 Channel 4 General Purpose Register 0
GTM_MCS2_CH4_R1 0xF01F2204          MCS2 Channel 4 General Purpose Register 1
GTM_MCS2_CH4_R2 0xF01F2208          MCS2 Channel 4 General Purpose Register 2
GTM_MCS2_CH4_R3 0xF01F220C          MCS2 Channel 4 General Purpose Register 3
GTM_MCS2_CH4_R4 0xF01F2210          MCS2 Channel 4 General Purpose Register 4
GTM_MCS2_CH4_R5 0xF01F2214          MCS2 Channel 4 General Purpose Register 5
GTM_MCS2_CH4_R6 0xF01F2218          MCS2 Channel 4 General Purpose Register 6
GTM_MCS2_CH4_R7 0xF01F221C          MCS2 Channel 4 General Purpose Register 7
GTM_MCS2_CH4_CTRL 0xF01F2220          MCS2 Channel 4 Control Register
GTM_MCS2_CH4_ACB 0xF01F2224          MCS2 Channel 4 ARU Control Bit Register
GTM_MCS2_CH4_MHB 0xF01F223C          MCS2 Channel 4 Memory High Byte Register
GTM_MCS2_CH4_PC 0xF01F2240          MCS2 Channel 4 Program Counter Register
GTM_MCS2_CH4_IRQ_NOTIFY 0xF01F2244          MCS2 Channel 4 Interrupt Notification Register
GTM_MCS2_CH4_IRQ_EN 0xF01F2248          MCS2 Channel 4 Interrupt Enable Register
GTM_MCS2_CH4_IRQ_FORCINT 0xF01F224C          MCS2 Channel 4 Force Interrupt Register
GTM_MCS2_CH4_IRQ_MODE 0xF01F2250          MCS2 Channel 4 Interrupt Mode Configuration Register
GTM_MCS2_CH4_EIRQ_EN 0xF01F2254          MCS2 Channel 4 Error Interrupt Enable Register
GTM_MCS2_CH5_R0 0xF01F2280          MCS2 Channel 5 General Purpose Register 0
GTM_MCS2_CH5_R1 0xF01F2284          MCS2 Channel 5 General Purpose Register 1
GTM_MCS2_CH5_R2 0xF01F2288          MCS2 Channel 5 General Purpose Register 2
GTM_MCS2_CH5_R3 0xF01F228C          MCS2 Channel 5 General Purpose Register 3
GTM_MCS2_CH5_R4 0xF01F2290          MCS2 Channel 5 General Purpose Register 4
GTM_MCS2_CH5_R5 0xF01F2294          MCS2 Channel 5 General Purpose Register 5
GTM_MCS2_CH5_R6 0xF01F2298          MCS2 Channel 5 General Purpose Register 6
GTM_MCS2_CH5_R7 0xF01F229C          MCS2 Channel 5 General Purpose Register 7
GTM_MCS2_CH5_CTRL 0xF01F22A0          MCS2 Channel 5 Control Register
GTM_MCS2_CH5_ACB 0xF01F22A4          MCS2 Channel 5 ARU Control Bit Register
GTM_MCS2_CH5_MHB 0xF01F22BC          MCS2 Channel 5 Memory High Byte Register
GTM_MCS2_CH5_PC 0xF01F22C0          MCS2 Channel 5 Program Counter Register
GTM_MCS2_CH5_IRQ_NOTIFY 0xF01F22C4          MCS2 Channel 5 Interrupt Notification Register
GTM_MCS2_CH5_IRQ_EN 0xF01F22C8          MCS2 Channel 5 Interrupt Enable Register
GTM_MCS2_CH5_IRQ_FORCINT 0xF01F22CC          MCS2 Channel 5 Force Interrupt Register
GTM_MCS2_CH5_IRQ_MODE 0xF01F22D0          MCS2 Channel 5 Interrupt Mode Configuration Register
GTM_MCS2_CH5_EIRQ_EN 0xF01F22D4          MCS2 Channel 5 Error Interrupt Enable Register
GTM_MCS2_CH6_R0 0xF01F2300          MCS2 Channel 6 General Purpose Register 0
GTM_MCS2_CH6_R1 0xF01F2304          MCS2 Channel 6 General Purpose Register 1
GTM_MCS2_CH6_R2 0xF01F2308          MCS2 Channel 6 General Purpose Register 2
GTM_MCS2_CH6_R3 0xF01F230C          MCS2 Channel 6 General Purpose Register 3
GTM_MCS2_CH6_R4 0xF01F2310          MCS2 Channel 6 General Purpose Register 4
GTM_MCS2_CH6_R5 0xF01F2314          MCS2 Channel 6 General Purpose Register 5
GTM_MCS2_CH6_R6 0xF01F2318          MCS2 Channel 6 General Purpose Register 6
GTM_MCS2_CH6_R7 0xF01F231C          MCS2 Channel 6 General Purpose Register 7
GTM_MCS2_CH6_CTRL 0xF01F2320          MCS2 Channel 6 Control Register
GTM_MCS2_CH6_ACB 0xF01F2324          MCS2 Channel 6 ARU Control Bit Register
GTM_MCS2_CH6_MHB 0xF01F233C          MCS2 Channel 6 Memory High Byte Register
GTM_MCS2_CH6_PC 0xF01F2340          MCS2 Channel 6 Program Counter Register
GTM_MCS2_CH6_IRQ_NOTIFY 0xF01F2344          MCS2 Channel 6 Interrupt Notification Register
GTM_MCS2_CH6_IRQ_EN 0xF01F2348          MCS2 Channel 6 Interrupt Enable Register
GTM_MCS2_CH6_IRQ_FORCINT 0xF01F234C          MCS2 Channel 6 Force Interrupt Register
GTM_MCS2_CH6_IRQ_MODE 0xF01F2350          MCS2 Channel 6 Interrupt Mode Configuration Register
GTM_MCS2_CH6_EIRQ_EN 0xF01F2354          MCS2 Channel 6 Error Interrupt Enable Register
GTM_MCS2_CH7_R0 0xF01F2380          MCS2 Channel 7 General Purpose Register 0
GTM_MCS2_CH7_R1 0xF01F2384          MCS2 Channel 7 General Purpose Register 1
GTM_MCS2_CH7_R2 0xF01F2388          MCS2 Channel 7 General Purpose Register 2
GTM_MCS2_CH7_R3 0xF01F238C          MCS2 Channel 7 General Purpose Register 3
GTM_MCS2_CH7_R4 0xF01F2390          MCS2 Channel 7 General Purpose Register 4
GTM_MCS2_CH7_R5 0xF01F2394          MCS2 Channel 7 General Purpose Register 5
GTM_MCS2_CH7_R6 0xF01F2398          MCS2 Channel 7 General Purpose Register 6
GTM_MCS2_CH7_R7 0xF01F239C          MCS2 Channel 7 General Purpose Register 7
GTM_MCS2_CH7_CTRL 0xF01F23A0          MCS2 Channel 7 Control Register
GTM_MCS2_CH7_ACB 0xF01F23A4          MCS2 Channel 7 ARU Control Bit Register
GTM_MCS2_CH7_MHB 0xF01F23BC          MCS2 Channel 7 Memory High Byte Register
GTM_MCS2_CH7_PC 0xF01F23C0          MCS2 Channel 7 Program Counter Register
GTM_MCS2_CH7_IRQ_NOTIFY 0xF01F23C4          MCS2 Channel 7 Interrupt Notification Register
GTM_MCS2_CH7_IRQ_EN 0xF01F23C8          MCS2 Channel 7 Interrupt Enable Register
GTM_MCS2_CH7_IRQ_FORCINT 0xF01F23CC          MCS2 Channel 7 Force Interrupt Register
GTM_MCS2_CH7_IRQ_MODE 0xF01F23D0          MCS2 Channel 7 Interrupt Mode Configuration Register
GTM_MCS2_CH7_EIRQ_EN 0xF01F23D4          MCS2 Channel 7 Error Interrupt Enable Register
CAN0_CLC        0xF0208000          CAN Clock Control Register
CAN0_ID         0xF0208008          Module Identification Register
CAN0_MCR        0xF0208030          Module Control Register
CAN0_BUFADR     0xF0208034          Buffer receive address and transmit address
CAN0_MECR       0xF0208040          Measure Control Register
CAN0_MESTAT     0xF0208044          Measure Status Register
CAN0_ACCENCTR0  0xF02080DC          Access Enable Register Control 0
CAN0_OCS        0xF02080E8          OCDS Control and Status
CAN0_KRSTCLR    0xF02080EC          Kernel Reset Status Clear Register
CAN0_KRST1      0xF02080F0          Kernel Reset Register 1
CAN0_KRST0      0xF02080F4          Kernel Reset Register 0
CAN0_ACCEN0     0xF02080FC          Access Enable Register 0
CAN0_ACCENNODE00 0xF0208100          Access Enable Register CAN Node 0 0
CAN0_STARTADR0  0xF0208108          Start Address Node 0
CAN0_ENDADR0    0xF020810C          End Address Node 0
CAN0_ISREG0     0xF0208110          Interrupt Signalling Register 0
CAN0_GRINT10    0xF0208114          Interrupt routing for Groups 1 0
CAN0_GRINT20    0xF0208118          Interrupt routing for Groups 2 0
CAN0_NTCCR0     0xF0208120          Node 0 Timer Clock Control Register
CAN0_NTATTR0    0xF0208124          Node 0 Timer A Transmit Trigger Register
CAN0_NTBTTR0    0xF0208128          Node 0 Timer B Transmit Trigger Register
CAN0_NTCTTR0    0xF020812C          Node 0 Timer C Transmit Trigger Register
CAN0_NTRTR0     0xF0208130          Node 0 Timer Receive Timeout Register
CAN0_NPCR0      0xF0208140          Node 0 Port Control Register
CAN0_TTCR0      0xF02081F0          Time Trigger Control Register
CAN0_CREL0      0xF0208200          Core Release Register 0
CAN0_ENDN0      0xF0208204          Endian Register 0
CAN0_DBTP0      0xF020820C          Data Bit Timing 'and' Prescaler Register 0
CAN0_TEST0      0xF0208210          Test Register 0
CAN0_RWD0       0xF0208214          RAM Watchdog 0
CAN0_CCCR0      0xF0208218          CC Control Register 0
CAN0_NBTP0      0xF020821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN0_TSCC0      0xF0208220          Timestamp Counter Configuration 0
CAN0_TSCV0      0xF0208224          Timestamp Counter Value 0
CAN0_TOCC0      0xF0208228          Timeout Counter Configuration 0
CAN0_TOCV0      0xF020822C          Timeout Counter Value 0
CAN0_ECR0       0xF0208240          Error Counter Register 0
CAN0_PSR0       0xF0208244          Protocol Status Register 0
CAN0_TDCR0      0xF0208248          Transmitter Delay Compensation Register 0
CAN0_IR0        0xF0208250          Interrupt Register 0
CAN0_IE0        0xF0208254          Interrupt Enable 0
CAN0_GFC0       0xF0208280          Global Filter Configuration 0
CAN0_SIDFC0     0xF0208284          Standard ID Filter Configuration 0
CAN0_XIDFC0     0xF0208288          Extended ID Filter Configuration 0
CAN0_XIDAM0     0xF0208290          Extended ID AND Mask 0
CAN0_HPMS0      0xF0208294          High Priority Message Status 0
CAN0_NDAT10     0xF0208298          New Data 1 0
CAN0_NDAT20     0xF020829C          New Data 2 0
CAN0_RXF0C0     0xF02082A0          Rx FIFO 0 Configuration 0
CAN0_RXF0S0     0xF02082A4          Rx FIFO 0 Status 0
CAN0_RXF0A0     0xF02082A8          Rx FIFO 0 Acknowledge 0
CAN0_RXBC0      0xF02082AC          Rx Buffer Configuration 0
CAN0_RXF1C0     0xF02082B0          Rx FIFO 1 Configuration 0
CAN0_RXF1S0     0xF02082B4          Rx FIFO 1 Status 0
CAN0_RXF1A0     0xF02082B8          Rx FIFO 1 Acknowledge 0
CAN0_RXESC0     0xF02082BC          Rx Buffer/FIFO Element Size Configuration 0
CAN0_TXBC0      0xF02082C0          Tx Buffer Configuration 0
CAN0_TXFQS0     0xF02082C4          Tx FIFO/Queue Status 0
CAN0_TXESC0     0xF02082C8          Tx Buffer Element Size Configuration 0
CAN0_TXBRP0     0xF02082CC          Tx Buffer Request Pending 0
CAN0_TXBAR0     0xF02082D0          Tx Buffer Add Request 0
CAN0_TXBCR0     0xF02082D4          Tx Buffer Cancellation Request 0
CAN0_TXBTO0     0xF02082D8          Tx Buffer Transmission Occurred 0
CAN0_TXBCF0     0xF02082DC          Tx Buffer Cancellation Finished 0
CAN0_TXBTIE0    0xF02082E0          Tx Buffer Transmission Interrupt Enable 0
CAN0_TXBCIE0    0xF02082E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN0_TXEFC0     0xF02082F0          Tx Event FIFO Configuration 0
CAN0_TXEFS0     0xF02082F4          Tx Event FIFO Status 0
CAN0_TXEFA0     0xF02082F8          Tx Event FIFO Acknowledge 0
CAN0_TTTMC0     0xF0208300          TT Trigger Memory Configuration 0
CAN0_TTRMC0     0xF0208304          TT Reference Message Configuration 0
CAN0_TTOCF0     0xF0208308          TT Operation Configuration 0
CAN0_TTMLM0     0xF020830C          TT Matrix Limits 0
CAN0_TURCF0     0xF0208310          TUR Configuration 0
CAN0_TTOCN0     0xF0208314          TT Operation Control 0
CAN0_TTGTP0     0xF0208318          TT Global Time Preset 0
CAN0_TTTMK0     0xF020831C          TT Time Mark 0
CAN0_TTIR0      0xF0208320          TT Interrupt Register 0
CAN0_TTIE0      0xF0208324          TT Interrupt Enable 0
CAN0_TTOST0     0xF020832C          TT Operation Status 0
CAN0_TURNA0     0xF0208330          TUR Numerator Actual 0
CAN0_TTLGT0     0xF0208334          TT Local 'and' Global Time 0
CAN0_TTCTC0     0xF0208338          TT Cycle Time 'and' Count 0
CAN0_TTCPT0     0xF020833C          TT Capture Time 0
CAN0_TTCSM0     0xF0208340          TT Cycle Sync Mark 0
CAN0_ACCENNODE10 0xF0208500          Access Enable Register CAN Node 1 0
CAN0_STARTADR1  0xF0208508          Start Address Node 1
CAN0_ENDADR1    0xF020850C          End Address Node 1
CAN0_ISREG1     0xF0208510          Interrupt Signalling Register 1
CAN0_GRINT11    0xF0208514          Interrupt routing for Groups 1 1
CAN0_GRINT21    0xF0208518          Interrupt routing for Groups 2 1
CAN0_NTCCR1     0xF0208520          Node 1 Timer Clock Control Register
CAN0_NTATTR1    0xF0208524          Node 1 Timer A Transmit Trigger Register
CAN0_NTBTTR1    0xF0208528          Node 1 Timer B Transmit Trigger Register
CAN0_NTCTTR1    0xF020852C          Node 1 Timer C Transmit Trigger Register
CAN0_NTRTR1     0xF0208530          Node 1 Timer Receive Timeout Register
CAN0_NPCR1      0xF0208540          Node 1 Port Control Register
CAN0_CREL1      0xF0208600          Core Release Register 1
CAN0_ENDN1      0xF0208604          Endian Register 1
CAN0_DBTP1      0xF020860C          Data Bit Timing 'and' Prescaler Register 1
CAN0_TEST1      0xF0208610          Test Register 1
CAN0_RWD1       0xF0208614          RAM Watchdog 1
CAN0_CCCR1      0xF0208618          CC Control Register 1
CAN0_NBTP1      0xF020861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN0_TSCC1      0xF0208620          Timestamp Counter Configuration 1
CAN0_TSCV1      0xF0208624          Timestamp Counter Value 1
CAN0_TOCC1      0xF0208628          Timeout Counter Configuration 1
CAN0_TOCV1      0xF020862C          Timeout Counter Value 1
CAN0_ECR1       0xF0208640          Error Counter Register 1
CAN0_PSR1       0xF0208644          Protocol Status Register 1
CAN0_TDCR1      0xF0208648          Transmitter Delay Compensation Register 1
CAN0_IR1        0xF0208650          Interrupt Register 1
CAN0_IE1        0xF0208654          Interrupt Enable 1
CAN0_GFC1       0xF0208680          Global Filter Configuration 1
CAN0_SIDFC1     0xF0208684          Standard ID Filter Configuration 1
CAN0_XIDFC1     0xF0208688          Extended ID Filter Configuration 1
CAN0_XIDAM1     0xF0208690          Extended ID AND Mask 1
CAN0_HPMS1      0xF0208694          High Priority Message Status 1
CAN0_NDAT11     0xF0208698          New Data 1 1
CAN0_NDAT21     0xF020869C          New Data 2 1
CAN0_RXF0C1     0xF02086A0          Rx FIFO 0 Configuration 1
CAN0_RXF0S1     0xF02086A4          Rx FIFO 0 Status 1
CAN0_RXF0A1     0xF02086A8          Rx FIFO 0 Acknowledge 1
CAN0_RXBC1      0xF02086AC          Rx Buffer Configuration 1
CAN0_RXF1C1     0xF02086B0          Rx FIFO 1 Configuration 1
CAN0_RXF1S1     0xF02086B4          Rx FIFO 1 Status 1
CAN0_RXF1A1     0xF02086B8          Rx FIFO 1 Acknowledge 1
CAN0_RXESC1     0xF02086BC          Rx Buffer/FIFO Element Size Configuration 1
CAN0_TXBC1      0xF02086C0          Tx Buffer Configuration 1
CAN0_TXFQS1     0xF02086C4          Tx FIFO/Queue Status 1
CAN0_TXESC1     0xF02086C8          Tx Buffer Element Size Configuration 1
CAN0_TXBRP1     0xF02086CC          Tx Buffer Request Pending 1
CAN0_TXBAR1     0xF02086D0          Tx Buffer Add Request 1
CAN0_TXBCR1     0xF02086D4          Tx Buffer Cancellation Request 1
CAN0_TXBTO1     0xF02086D8          Tx Buffer Transmission Occurred 1
CAN0_TXBCF1     0xF02086DC          Tx Buffer Cancellation Finished 1
CAN0_TXBTIE1    0xF02086E0          Tx Buffer Transmission Interrupt Enable 1
CAN0_TXBCIE1    0xF02086E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN0_TXEFC1     0xF02086F0          Tx Event FIFO Configuration 1
CAN0_TXEFS1     0xF02086F4          Tx Event FIFO Status 1
CAN0_TXEFA1     0xF02086F8          Tx Event FIFO Acknowledge 1
CAN0_ACCENNODE20 0xF0208900          Access Enable Register CAN Node 2 0
CAN0_STARTADR2  0xF0208908          Start Address Node 2
CAN0_ENDADR2    0xF020890C          End Address Node 2
CAN0_ISREG2     0xF0208910          Interrupt Signalling Register 2
CAN0_GRINT12    0xF0208914          Interrupt routing for Groups 1 2
CAN0_GRINT22    0xF0208918          Interrupt routing for Groups 2 2
CAN0_NTCCR2     0xF0208920          Node 2 Timer Clock Control Register
CAN0_NTATTR2    0xF0208924          Node 2 Timer A Transmit Trigger Register
CAN0_NTBTTR2    0xF0208928          Node 2 Timer B Transmit Trigger Register
CAN0_NTCTTR2    0xF020892C          Node 2 Timer C Transmit Trigger Register
CAN0_NTRTR2     0xF0208930          Node 2 Timer Receive Timeout Register
CAN0_NPCR2      0xF0208940          Node 2 Port Control Register
CAN0_CREL2      0xF0208A00          Core Release Register 2
CAN0_ENDN2      0xF0208A04          Endian Register 2
CAN0_DBTP2      0xF0208A0C          Data Bit Timing 'and' Prescaler Register 2
CAN0_TEST2      0xF0208A10          Test Register 2
CAN0_RWD2       0xF0208A14          RAM Watchdog 2
CAN0_CCCR2      0xF0208A18          CC Control Register 2
CAN0_NBTP2      0xF0208A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN0_TSCC2      0xF0208A20          Timestamp Counter Configuration 2
CAN0_TSCV2      0xF0208A24          Timestamp Counter Value 2
CAN0_TOCC2      0xF0208A28          Timeout Counter Configuration 2
CAN0_TOCV2      0xF0208A2C          Timeout Counter Value 2
CAN0_ECR2       0xF0208A40          Error Counter Register 2
CAN0_PSR2       0xF0208A44          Protocol Status Register 2
CAN0_TDCR2      0xF0208A48          Transmitter Delay Compensation Register 2
CAN0_IR2        0xF0208A50          Interrupt Register 2
CAN0_IE2        0xF0208A54          Interrupt Enable 2
CAN0_GFC2       0xF0208A80          Global Filter Configuration 2
CAN0_SIDFC2     0xF0208A84          Standard ID Filter Configuration 2
CAN0_XIDFC2     0xF0208A88          Extended ID Filter Configuration 2
CAN0_XIDAM2     0xF0208A90          Extended ID AND Mask 2
CAN0_HPMS2      0xF0208A94          High Priority Message Status 2
CAN0_NDAT12     0xF0208A98          New Data 1 2
CAN0_NDAT22     0xF0208A9C          New Data 2 2
CAN0_RXF0C2     0xF0208AA0          Rx FIFO 0 Configuration 2
CAN0_RXF0S2     0xF0208AA4          Rx FIFO 0 Status 2
CAN0_RXF0A2     0xF0208AA8          Rx FIFO 0 Acknowledge 2
CAN0_RXBC2      0xF0208AAC          Rx Buffer Configuration 2
CAN0_RXF1C2     0xF0208AB0          Rx FIFO 1 Configuration 2
CAN0_RXF1S2     0xF0208AB4          Rx FIFO 1 Status 2
CAN0_RXF1A2     0xF0208AB8          Rx FIFO 1 Acknowledge 2
CAN0_RXESC2     0xF0208ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN0_TXBC2      0xF0208AC0          Tx Buffer Configuration 2
CAN0_TXFQS2     0xF0208AC4          Tx FIFO/Queue Status 2
CAN0_TXESC2     0xF0208AC8          Tx Buffer Element Size Configuration 2
CAN0_TXBRP2     0xF0208ACC          Tx Buffer Request Pending 2
CAN0_TXBAR2     0xF0208AD0          Tx Buffer Add Request 2
CAN0_TXBCR2     0xF0208AD4          Tx Buffer Cancellation Request 2
CAN0_TXBTO2     0xF0208AD8          Tx Buffer Transmission Occurred 2
CAN0_TXBCF2     0xF0208ADC          Tx Buffer Cancellation Finished 2
CAN0_TXBTIE2    0xF0208AE0          Tx Buffer Transmission Interrupt Enable 2
CAN0_TXBCIE2    0xF0208AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN0_TXEFC2     0xF0208AF0          Tx Event FIFO Configuration 2
CAN0_TXEFS2     0xF0208AF4          Tx Event FIFO Status 2
CAN0_TXEFA2     0xF0208AF8          Tx Event FIFO Acknowledge 2
CAN0_ACCENNODE30 0xF0208D00          Access Enable Register CAN Node 3 0
CAN0_STARTADR3  0xF0208D08          Start Address Node 3
CAN0_ENDADR3    0xF0208D0C          End Address Node 3
CAN0_ISREG3     0xF0208D10          Interrupt Signalling Register 3
CAN0_GRINT13    0xF0208D14          Interrupt routing for Groups 1 3
CAN0_GRINT23    0xF0208D18          Interrupt routing for Groups 2 3
CAN0_NTCCR3     0xF0208D20          Node 3 Timer Clock Control Register
CAN0_NTATTR3    0xF0208D24          Node 3 Timer A Transmit Trigger Register
CAN0_NTBTTR3    0xF0208D28          Node 3 Timer B Transmit Trigger Register
CAN0_NTCTTR3    0xF0208D2C          Node 3 Timer C Transmit Trigger Register
CAN0_NTRTR3     0xF0208D30          Node 3 Timer Receive Timeout Register
CAN0_NPCR3      0xF0208D40          Node 3 Port Control Register
CAN0_CREL3      0xF0208E00          Core Release Register 3
CAN0_ENDN3      0xF0208E04          Endian Register 3
CAN0_DBTP3      0xF0208E0C          Data Bit Timing 'and' Prescaler Register 3
CAN0_TEST3      0xF0208E10          Test Register 3
CAN0_RWD3       0xF0208E14          RAM Watchdog 3
CAN0_CCCR3      0xF0208E18          CC Control Register 3
CAN0_NBTP3      0xF0208E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN0_TSCC3      0xF0208E20          Timestamp Counter Configuration 3
CAN0_TSCV3      0xF0208E24          Timestamp Counter Value 3
CAN0_TOCC3      0xF0208E28          Timeout Counter Configuration 3
CAN0_TOCV3      0xF0208E2C          Timeout Counter Value 3
CAN0_ECR3       0xF0208E40          Error Counter Register 3
CAN0_PSR3       0xF0208E44          Protocol Status Register 3
CAN0_TDCR3      0xF0208E48          Transmitter Delay Compensation Register 3
CAN0_IR3        0xF0208E50          Interrupt Register 3
CAN0_IE3        0xF0208E54          Interrupt Enable 3
CAN0_GFC3       0xF0208E80          Global Filter Configuration 3
CAN0_SIDFC3     0xF0208E84          Standard ID Filter Configuration 3
CAN0_XIDFC3     0xF0208E88          Extended ID Filter Configuration 3
CAN0_XIDAM3     0xF0208E90          Extended ID AND Mask 3
CAN0_HPMS3      0xF0208E94          High Priority Message Status 3
CAN0_NDAT13     0xF0208E98          New Data 1 3
CAN0_NDAT23     0xF0208E9C          New Data 2 3
CAN0_RXF0C3     0xF0208EA0          Rx FIFO 0 Configuration 3
CAN0_RXF0S3     0xF0208EA4          Rx FIFO 0 Status 3
CAN0_RXF0A3     0xF0208EA8          Rx FIFO 0 Acknowledge 3
CAN0_RXBC3      0xF0208EAC          Rx Buffer Configuration 3
CAN0_RXF1C3     0xF0208EB0          Rx FIFO 1 Configuration 3
CAN0_RXF1S3     0xF0208EB4          Rx FIFO 1 Status 3
CAN0_RXF1A3     0xF0208EB8          Rx FIFO 1 Acknowledge 3
CAN0_RXESC3     0xF0208EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN0_TXBC3      0xF0208EC0          Tx Buffer Configuration 3
CAN0_TXFQS3     0xF0208EC4          Tx FIFO/Queue Status 3
CAN0_TXESC3     0xF0208EC8          Tx Buffer Element Size Configuration 3
CAN0_TXBRP3     0xF0208ECC          Tx Buffer Request Pending 3
CAN0_TXBAR3     0xF0208ED0          Tx Buffer Add Request 3
CAN0_TXBCR3     0xF0208ED4          Tx Buffer Cancellation Request 3
CAN0_TXBTO3     0xF0208ED8          Tx Buffer Transmission Occurred 3
CAN0_TXBCF3     0xF0208EDC          Tx Buffer Cancellation Finished 3
CAN0_TXBTIE3    0xF0208EE0          Tx Buffer Transmission Interrupt Enable 3
CAN0_TXBCIE3    0xF0208EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN0_TXEFC3     0xF0208EF0          Tx Event FIFO Configuration 3
CAN0_TXEFS3     0xF0208EF4          Tx Event FIFO Status 3
CAN0_TXEFA3     0xF0208EF8          Tx Event FIFO Acknowledge 3
CAN1_CLC        0xF0218000          CAN Clock Control Register
CAN1_ID         0xF0218008          Module Identification Register
CAN1_MCR        0xF0218030          Module Control Register
CAN1_ACCENCTR0  0xF02180DC          Access Enable Register Control 0
CAN1_OCS        0xF02180E8          OCDS Control and Status
CAN1_KRSTCLR    0xF02180EC          Kernel Reset Status Clear Register
CAN1_KRST1      0xF02180F0          Kernel Reset Register 1
CAN1_KRST0      0xF02180F4          Kernel Reset Register 0
CAN1_ACCEN0     0xF02180FC          Access Enable Register 0
CAN1_ACCENNODE00 0xF0218100          Access Enable Register CAN Node 0 0
CAN1_STARTADR0  0xF0218108          Start Address Node 0
CAN1_ENDADR0    0xF021810C          End Address Node 0
CAN1_ISREG0     0xF0218110          Interrupt Signalling Register 0
CAN1_GRINT10    0xF0218114          Interrupt routing for Groups 1 0
CAN1_GRINT20    0xF0218118          Interrupt routing for Groups 2 0
CAN1_NTCCR0     0xF0218120          Node 0 Timer Clock Control Register
CAN1_NTATTR0    0xF0218124          Node 0 Timer A Transmit Trigger Register
CAN1_NTBTTR0    0xF0218128          Node 0 Timer B Transmit Trigger Register
CAN1_NTCTTR0    0xF021812C          Node 0 Timer C Transmit Trigger Register
CAN1_NTRTR0     0xF0218130          Node 0 Timer Receive Timeout Register
CAN1_NPCR0      0xF0218140          Node 0 Port Control Register
CAN1_CREL0      0xF0218200          Core Release Register 0
CAN1_ENDN0      0xF0218204          Endian Register 0
CAN1_DBTP0      0xF021820C          Data Bit Timing 'and' Prescaler Register 0
CAN1_TEST0      0xF0218210          Test Register 0
CAN1_RWD0       0xF0218214          RAM Watchdog 0
CAN1_CCCR0      0xF0218218          CC Control Register 0
CAN1_NBTP0      0xF021821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN1_TSCC0      0xF0218220          Timestamp Counter Configuration 0
CAN1_TSCV0      0xF0218224          Timestamp Counter Value 0
CAN1_TOCC0      0xF0218228          Timeout Counter Configuration 0
CAN1_TOCV0      0xF021822C          Timeout Counter Value 0
CAN1_ECR0       0xF0218240          Error Counter Register 0
CAN1_PSR0       0xF0218244          Protocol Status Register 0
CAN1_TDCR0      0xF0218248          Transmitter Delay Compensation Register 0
CAN1_IR0        0xF0218250          Interrupt Register 0
CAN1_IE0        0xF0218254          Interrupt Enable 0
CAN1_GFC0       0xF0218280          Global Filter Configuration 0
CAN1_SIDFC0     0xF0218284          Standard ID Filter Configuration 0
CAN1_XIDFC0     0xF0218288          Extended ID Filter Configuration 0
CAN1_XIDAM0     0xF0218290          Extended ID AND Mask 0
CAN1_HPMS0      0xF0218294          High Priority Message Status 0
CAN1_NDAT10     0xF0218298          New Data 1 0
CAN1_NDAT20     0xF021829C          New Data 2 0
CAN1_RXF0C0     0xF02182A0          Rx FIFO 0 Configuration 0
CAN1_RXF0S0     0xF02182A4          Rx FIFO 0 Status 0
CAN1_RXF0A0     0xF02182A8          Rx FIFO 0 Acknowledge 0
CAN1_RXBC0      0xF02182AC          Rx Buffer Configuration 0
CAN1_RXF1C0     0xF02182B0          Rx FIFO 1 Configuration 0
CAN1_RXF1S0     0xF02182B4          Rx FIFO 1 Status 0
CAN1_RXF1A0     0xF02182B8          Rx FIFO 1 Acknowledge 0
CAN1_RXESC0     0xF02182BC          Rx Buffer/FIFO Element Size Configuration 0
CAN1_TXBC0      0xF02182C0          Tx Buffer Configuration 0
CAN1_TXFQS0     0xF02182C4          Tx FIFO/Queue Status 0
CAN1_TXESC0     0xF02182C8          Tx Buffer Element Size Configuration 0
CAN1_TXBRP0     0xF02182CC          Tx Buffer Request Pending 0
CAN1_TXBAR0     0xF02182D0          Tx Buffer Add Request 0
CAN1_TXBCR0     0xF02182D4          Tx Buffer Cancellation Request 0
CAN1_TXBTO0     0xF02182D8          Tx Buffer Transmission Occurred 0
CAN1_TXBCF0     0xF02182DC          Tx Buffer Cancellation Finished 0
CAN1_TXBTIE0    0xF02182E0          Tx Buffer Transmission Interrupt Enable 0
CAN1_TXBCIE0    0xF02182E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN1_TXEFC0     0xF02182F0          Tx Event FIFO Configuration 0
CAN1_TXEFS0     0xF02182F4          Tx Event FIFO Status 0
CAN1_TXEFA0     0xF02182F8          Tx Event FIFO Acknowledge 0
CAN1_ACCENNODE10 0xF0218500          Access Enable Register CAN Node 1 0
CAN1_STARTADR1  0xF0218508          Start Address Node 1
CAN1_ENDADR1    0xF021850C          End Address Node 1
CAN1_ISREG1     0xF0218510          Interrupt Signalling Register 1
CAN1_GRINT11    0xF0218514          Interrupt routing for Groups 1 1
CAN1_GRINT21    0xF0218518          Interrupt routing for Groups 2 1
CAN1_NTCCR1     0xF0218520          Node 1 Timer Clock Control Register
CAN1_NTATTR1    0xF0218524          Node 1 Timer A Transmit Trigger Register
CAN1_NTBTTR1    0xF0218528          Node 1 Timer B Transmit Trigger Register
CAN1_NTCTTR1    0xF021852C          Node 1 Timer C Transmit Trigger Register
CAN1_NTRTR1     0xF0218530          Node 1 Timer Receive Timeout Register
CAN1_NPCR1      0xF0218540          Node 1 Port Control Register
CAN1_CREL1      0xF0218600          Core Release Register 1
CAN1_ENDN1      0xF0218604          Endian Register 1
CAN1_DBTP1      0xF021860C          Data Bit Timing 'and' Prescaler Register 1
CAN1_TEST1      0xF0218610          Test Register 1
CAN1_RWD1       0xF0218614          RAM Watchdog 1
CAN1_CCCR1      0xF0218618          CC Control Register 1
CAN1_NBTP1      0xF021861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN1_TSCC1      0xF0218620          Timestamp Counter Configuration 1
CAN1_TSCV1      0xF0218624          Timestamp Counter Value 1
CAN1_TOCC1      0xF0218628          Timeout Counter Configuration 1
CAN1_TOCV1      0xF021862C          Timeout Counter Value 1
CAN1_ECR1       0xF0218640          Error Counter Register 1
CAN1_PSR1       0xF0218644          Protocol Status Register 1
CAN1_TDCR1      0xF0218648          Transmitter Delay Compensation Register 1
CAN1_IR1        0xF0218650          Interrupt Register 1
CAN1_IE1        0xF0218654          Interrupt Enable 1
CAN1_GFC1       0xF0218680          Global Filter Configuration 1
CAN1_SIDFC1     0xF0218684          Standard ID Filter Configuration 1
CAN1_XIDFC1     0xF0218688          Extended ID Filter Configuration 1
CAN1_XIDAM1     0xF0218690          Extended ID AND Mask 1
CAN1_HPMS1      0xF0218694          High Priority Message Status 1
CAN1_NDAT11     0xF0218698          New Data 1 1
CAN1_NDAT21     0xF021869C          New Data 2 1
CAN1_RXF0C1     0xF02186A0          Rx FIFO 0 Configuration 1
CAN1_RXF0S1     0xF02186A4          Rx FIFO 0 Status 1
CAN1_RXF0A1     0xF02186A8          Rx FIFO 0 Acknowledge 1
CAN1_RXBC1      0xF02186AC          Rx Buffer Configuration 1
CAN1_RXF1C1     0xF02186B0          Rx FIFO 1 Configuration 1
CAN1_RXF1S1     0xF02186B4          Rx FIFO 1 Status 1
CAN1_RXF1A1     0xF02186B8          Rx FIFO 1 Acknowledge 1
CAN1_RXESC1     0xF02186BC          Rx Buffer/FIFO Element Size Configuration 1
CAN1_TXBC1      0xF02186C0          Tx Buffer Configuration 1
CAN1_TXFQS1     0xF02186C4          Tx FIFO/Queue Status 1
CAN1_TXESC1     0xF02186C8          Tx Buffer Element Size Configuration 1
CAN1_TXBRP1     0xF02186CC          Tx Buffer Request Pending 1
CAN1_TXBAR1     0xF02186D0          Tx Buffer Add Request 1
CAN1_TXBCR1     0xF02186D4          Tx Buffer Cancellation Request 1
CAN1_TXBTO1     0xF02186D8          Tx Buffer Transmission Occurred 1
CAN1_TXBCF1     0xF02186DC          Tx Buffer Cancellation Finished 1
CAN1_TXBTIE1    0xF02186E0          Tx Buffer Transmission Interrupt Enable 1
CAN1_TXBCIE1    0xF02186E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN1_TXEFC1     0xF02186F0          Tx Event FIFO Configuration 1
CAN1_TXEFS1     0xF02186F4          Tx Event FIFO Status 1
CAN1_TXEFA1     0xF02186F8          Tx Event FIFO Acknowledge 1
CAN1_ACCENNODE20 0xF0218900          Access Enable Register CAN Node 2 0
CAN1_STARTADR2  0xF0218908          Start Address Node 2
CAN1_ENDADR2    0xF021890C          End Address Node 2
CAN1_ISREG2     0xF0218910          Interrupt Signalling Register 2
CAN1_GRINT12    0xF0218914          Interrupt routing for Groups 1 2
CAN1_GRINT22    0xF0218918          Interrupt routing for Groups 2 2
CAN1_NTCCR2     0xF0218920          Node 2 Timer Clock Control Register
CAN1_NTATTR2    0xF0218924          Node 2 Timer A Transmit Trigger Register
CAN1_NTBTTR2    0xF0218928          Node 2 Timer B Transmit Trigger Register
CAN1_NTCTTR2    0xF021892C          Node 2 Timer C Transmit Trigger Register
CAN1_NTRTR2     0xF0218930          Node 2 Timer Receive Timeout Register
CAN1_NPCR2      0xF0218940          Node 2 Port Control Register
CAN1_CREL2      0xF0218A00          Core Release Register 2
CAN1_ENDN2      0xF0218A04          Endian Register 2
CAN1_DBTP2      0xF0218A0C          Data Bit Timing 'and' Prescaler Register 2
CAN1_TEST2      0xF0218A10          Test Register 2
CAN1_RWD2       0xF0218A14          RAM Watchdog 2
CAN1_CCCR2      0xF0218A18          CC Control Register 2
CAN1_NBTP2      0xF0218A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN1_TSCC2      0xF0218A20          Timestamp Counter Configuration 2
CAN1_TSCV2      0xF0218A24          Timestamp Counter Value 2
CAN1_TOCC2      0xF0218A28          Timeout Counter Configuration 2
CAN1_TOCV2      0xF0218A2C          Timeout Counter Value 2
CAN1_ECR2       0xF0218A40          Error Counter Register 2
CAN1_PSR2       0xF0218A44          Protocol Status Register 2
CAN1_TDCR2      0xF0218A48          Transmitter Delay Compensation Register 2
CAN1_IR2        0xF0218A50          Interrupt Register 2
CAN1_IE2        0xF0218A54          Interrupt Enable 2
CAN1_GFC2       0xF0218A80          Global Filter Configuration 2
CAN1_SIDFC2     0xF0218A84          Standard ID Filter Configuration 2
CAN1_XIDFC2     0xF0218A88          Extended ID Filter Configuration 2
CAN1_XIDAM2     0xF0218A90          Extended ID AND Mask 2
CAN1_HPMS2      0xF0218A94          High Priority Message Status 2
CAN1_NDAT12     0xF0218A98          New Data 1 2
CAN1_NDAT22     0xF0218A9C          New Data 2 2
CAN1_RXF0C2     0xF0218AA0          Rx FIFO 0 Configuration 2
CAN1_RXF0S2     0xF0218AA4          Rx FIFO 0 Status 2
CAN1_RXF0A2     0xF0218AA8          Rx FIFO 0 Acknowledge 2
CAN1_RXBC2      0xF0218AAC          Rx Buffer Configuration 2
CAN1_RXF1C2     0xF0218AB0          Rx FIFO 1 Configuration 2
CAN1_RXF1S2     0xF0218AB4          Rx FIFO 1 Status 2
CAN1_RXF1A2     0xF0218AB8          Rx FIFO 1 Acknowledge 2
CAN1_RXESC2     0xF0218ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN1_TXBC2      0xF0218AC0          Tx Buffer Configuration 2
CAN1_TXFQS2     0xF0218AC4          Tx FIFO/Queue Status 2
CAN1_TXESC2     0xF0218AC8          Tx Buffer Element Size Configuration 2
CAN1_TXBRP2     0xF0218ACC          Tx Buffer Request Pending 2
CAN1_TXBAR2     0xF0218AD0          Tx Buffer Add Request 2
CAN1_TXBCR2     0xF0218AD4          Tx Buffer Cancellation Request 2
CAN1_TXBTO2     0xF0218AD8          Tx Buffer Transmission Occurred 2
CAN1_TXBCF2     0xF0218ADC          Tx Buffer Cancellation Finished 2
CAN1_TXBTIE2    0xF0218AE0          Tx Buffer Transmission Interrupt Enable 2
CAN1_TXBCIE2    0xF0218AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN1_TXEFC2     0xF0218AF0          Tx Event FIFO Configuration 2
CAN1_TXEFS2     0xF0218AF4          Tx Event FIFO Status 2
CAN1_TXEFA2     0xF0218AF8          Tx Event FIFO Acknowledge 2
CAN1_ACCENNODE30 0xF0218D00          Access Enable Register CAN Node 3 0
CAN1_STARTADR3  0xF0218D08          Start Address Node 3
CAN1_ENDADR3    0xF0218D0C          End Address Node 3
CAN1_ISREG3     0xF0218D10          Interrupt Signalling Register 3
CAN1_GRINT13    0xF0218D14          Interrupt routing for Groups 1 3
CAN1_GRINT23    0xF0218D18          Interrupt routing for Groups 2 3
CAN1_NTCCR3     0xF0218D20          Node 3 Timer Clock Control Register
CAN1_NTATTR3    0xF0218D24          Node 3 Timer A Transmit Trigger Register
CAN1_NTBTTR3    0xF0218D28          Node 3 Timer B Transmit Trigger Register
CAN1_NTCTTR3    0xF0218D2C          Node 3 Timer C Transmit Trigger Register
CAN1_NTRTR3     0xF0218D30          Node 3 Timer Receive Timeout Register
CAN1_NPCR3      0xF0218D40          Node 3 Port Control Register
CAN1_CREL3      0xF0218E00          Core Release Register 3
CAN1_ENDN3      0xF0218E04          Endian Register 3
CAN1_DBTP3      0xF0218E0C          Data Bit Timing 'and' Prescaler Register 3
CAN1_TEST3      0xF0218E10          Test Register 3
CAN1_RWD3       0xF0218E14          RAM Watchdog 3
CAN1_CCCR3      0xF0218E18          CC Control Register 3
CAN1_NBTP3      0xF0218E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN1_TSCC3      0xF0218E20          Timestamp Counter Configuration 3
CAN1_TSCV3      0xF0218E24          Timestamp Counter Value 3
CAN1_TOCC3      0xF0218E28          Timeout Counter Configuration 3
CAN1_TOCV3      0xF0218E2C          Timeout Counter Value 3
CAN1_ECR3       0xF0218E40          Error Counter Register 3
CAN1_PSR3       0xF0218E44          Protocol Status Register 3
CAN1_TDCR3      0xF0218E48          Transmitter Delay Compensation Register 3
CAN1_IR3        0xF0218E50          Interrupt Register 3
CAN1_IE3        0xF0218E54          Interrupt Enable 3
CAN1_GFC3       0xF0218E80          Global Filter Configuration 3
CAN1_SIDFC3     0xF0218E84          Standard ID Filter Configuration 3
CAN1_XIDFC3     0xF0218E88          Extended ID Filter Configuration 3
CAN1_XIDAM3     0xF0218E90          Extended ID AND Mask 3
CAN1_HPMS3      0xF0218E94          High Priority Message Status 3
CAN1_NDAT13     0xF0218E98          New Data 1 3
CAN1_NDAT23     0xF0218E9C          New Data 2 3
CAN1_RXF0C3     0xF0218EA0          Rx FIFO 0 Configuration 3
CAN1_RXF0S3     0xF0218EA4          Rx FIFO 0 Status 3
CAN1_RXF0A3     0xF0218EA8          Rx FIFO 0 Acknowledge 3
CAN1_RXBC3      0xF0218EAC          Rx Buffer Configuration 3
CAN1_RXF1C3     0xF0218EB0          Rx FIFO 1 Configuration 3
CAN1_RXF1S3     0xF0218EB4          Rx FIFO 1 Status 3
CAN1_RXF1A3     0xF0218EB8          Rx FIFO 1 Acknowledge 3
CAN1_RXESC3     0xF0218EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN1_TXBC3      0xF0218EC0          Tx Buffer Configuration 3
CAN1_TXFQS3     0xF0218EC4          Tx FIFO/Queue Status 3
CAN1_TXESC3     0xF0218EC8          Tx Buffer Element Size Configuration 3
CAN1_TXBRP3     0xF0218ECC          Tx Buffer Request Pending 3
CAN1_TXBAR3     0xF0218ED0          Tx Buffer Add Request 3
CAN1_TXBCR3     0xF0218ED4          Tx Buffer Cancellation Request 3
CAN1_TXBTO3     0xF0218ED8          Tx Buffer Transmission Occurred 3
CAN1_TXBCF3     0xF0218EDC          Tx Buffer Cancellation Finished 3
CAN1_TXBTIE3    0xF0218EE0          Tx Buffer Transmission Interrupt Enable 3
CAN1_TXBCIE3    0xF0218EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN1_TXEFC3     0xF0218EF0          Tx Event FIFO Configuration 3
CAN1_TXEFS3     0xF0218EF4          Tx Event FIFO Status 3
CAN1_TXEFA3     0xF0218EF8          Tx Event FIFO Acknowledge 3
PMS_ID          0xF0248008          Identification Register
PMS_EVRSTAT     0xF024802C          EVR Status Register
PMS_EVRADCSTAT  0xF0248034          EVR Primary ADC Status Register
PMS_EVRRSTCON   0xF024803C          EVR Reset Control Register
PMS_EVRRSTSTAT  0xF0248044          EVR Reset Status Register
PMS_EVRTRIM     0xF024804C          EVR Trim Control Register
PMS_EVRTRIMSTAT 0xF0248050          EVR Trim Status Register
PMS_EVRMONSTAT1 0xF0248060          EVR Secondary ADC Status Register 1
PMS_EVRMONSTAT2 0xF0248064          EVR Secondary ADC Status Register 2
PMS_EVRMONCTRL  0xF0248068          EVR Secondary Monitor Control Register
PMS_EVRMONFILT  0xF0248070          EVR Secondary Monitor Filter Register
PMS_PMSIEN      0xF0248074          PMS Interrupt Enable Register
PMS_EVRUVMON    0xF0248078          EVR Secondary Under-voltage Monitor Register
PMS_EVROVMON    0xF024807C          EVR Secondary Over-voltage Monitor Register
PMS_EVRUVMON2   0xF0248080          EVR Secondary Under-voltage Monitor Register 2
PMS_EVROVMON2   0xF0248084          EVR Secondary Over-voltage Monitor Register 2
PMS_HSMUVMON    0xF0248088          EVR Primary HSM Under-voltage Monitor Register
PMS_HSMOVMON    0xF024808C          EVR Primary HSM Over-voltage Monitor Register
PMS_EVROSCCTRL  0xF02480A0          EVR Oscillator Control Register
PMS_PMSWCR0     0xF02480B4          Standby and Wake-up Control Register 0
PMS_PMSWCR2     0xF02480B8          Standby and Wake-up Control Register 2
PMS_PMSWCR3     0xF02480C0          Standby and Wake-up Control Register 3
PMS_PMSWCR4     0xF02480C4          Standby and Wake-up Control Register 4
PMS_PMSWCR5     0xF02480C8          Standby and Wake-up Control Register 5
PMS_PMSWSTAT    0xF02480D4          Standby and Wake-up Status Register
PMS_PMSWSTAT2   0xF02480D8          Standby and Wake-up Status Register 2
PMS_PMSWUTCNT   0xF02480DC          Standby WUT Counter Register
PMS_PMSWSTATCLR 0xF02480E8          Standby and Wake-up Status Clear Register
PMS_EVRSDSTAT0  0xF02480FC          EVR SD Status Register 0
PMS_EVRSDCTRL0  0xF0248108          EVRC SD Control Register 0
PMS_EVRSDCTRL1  0xF024810C          EVRC SD Control Register 1
PMS_EVRSDCTRL2  0xF0248110          EVRC SD Control Register 2
PMS_EVRSDCTRL3  0xF0248114          EVRC SD Control Register 3
PMS_EVRSDCTRL4  0xF0248118          EVRC SD Control Register 4
PMS_EVRSDCTRL5  0xF024811C          EVRC SD Control Register 5
PMS_EVRSDCTRL6  0xF0248120          EVRC SD Control Register 6
PMS_EVRSDCTRL7  0xF0248124          EVRC SD Control Register 7
PMS_EVRSDCTRL8  0xF0248128          EVRC SD Control Register 8
PMS_EVRSDCTRL9  0xF024812C          EVRC SD Control Register 9
PMS_EVRSDCTRL10 0xF0248130          EVRC SD Control Register 10
PMS_EVRSDCTRL11 0xF0248134          EVRC SD Control Register 11
PMS_EVRSDCOEFF0 0xF0248148          EVRC SD Coefficient Register 0
PMS_EVRSDCOEFF1 0xF024814C          EVRC SD Coefficient Register 1
PMS_EVRSDCOEFF2 0xF0248150          EVRC SD Coefficient Register 2
PMS_EVRSDCOEFF3 0xF0248154          EVRC SD Coefficient Register 3
PMS_EVRSDCOEFF4 0xF0248158          EVRC SD Coefficient Register 4
PMS_EVRSDCOEFF5 0xF024815C          EVRC SD Coefficient Register 5
PMS_EVRSDCOEFF6 0xF0248160          EVRC SD Coefficient Register 6
PMS_EVRSDCOEFF7 0xF0248164          EVRC SD Coefficient Register 7
PMS_EVRSDCOEFF8 0xF0248168          EVRC SD Coefficient Register 8
PMS_EVRSDCOEFF9 0xF024816C          EVRC SD Coefficient Register 9
PMS_AG20_STDBY  0xF0248188          Alarm 0 Status Register
PMS_AG21_STDBY  0xF024818C          Alarm 1 Status Register
PMS_MONBISTSTAT 0xF0248190          SMU_stdby BIST Status Register
PMS_MONBISTCTRL 0xF0248198          SMU_stdby BIST Control Register
PMS_CMD_STDBY   0xF024819C          SMU_stdby Command Register
PMS_AG20FSP_STDBY 0xF02481A4          SMU_stdby 0 FSP Configuration Register
PMS_AG21FSP_STDBY 0xF02481A8          SMU_stdby 1 FSP Configuration Register
PMS_DTSSTAT     0xF02481C0          Die Temperature Sensor Status Register
PMS_DTSLIM      0xF02481C8          Die Temperature Sensor Limit Register
PMS_OTSS        0xF02481E0          OCDS Trigger Set Select Register
PMS_OTSC0       0xF02481E4          OCDS Trigger Set Control 0 Register
PMS_OTSC1       0xF02481E8          OCDS Trigger Set Control 1 Register
PMS_ACCEN1      0xF02481F8          Access Enable Register 1
PMS_ACCEN0      0xF02481FC          Access Enable Register 0
ASCLIN10_CLC    0xF02C0A00          Clock Control Register
ASCLIN10_IOCR   0xF02C0A04          Input and Output Control Register
ASCLIN10_ID     0xF02C0A08          Module Identification Register
ASCLIN10_TXFIFOCON 0xF02C0A0C          TX FIFO Configuration Register
ASCLIN10_RXFIFOCON 0xF02C0A10          RX FIFO Configuration Register
ASCLIN10_BITCON 0xF02C0A14          Bit Configuration Register
ASCLIN10_FRAMECON 0xF02C0A18          Frame Control Register
ASCLIN10_DATCON 0xF02C0A1C          Data Configuration Register
ASCLIN10_BRG    0xF02C0A20          Baud Rate Generation Register
ASCLIN10_BRD    0xF02C0A24          Baud Rate Detection Register
ASCLIN10_LINCON 0xF02C0A28          LIN Control Register
ASCLIN10_LINBTIMER 0xF02C0A2C          LIN Break Timer Register
ASCLIN10_LINHTIMER 0xF02C0A30          LIN Header Timer Register
ASCLIN10_FLAGS  0xF02C0A34          Flags Register
ASCLIN10_FLAGSSET 0xF02C0A38          Flags Set Register
ASCLIN10_FLAGSCLEAR 0xF02C0A3C          Flags Clear Register
ASCLIN10_FLAGSENABLE 0xF02C0A40          Flags Enable Register
ASCLIN10_TXDATA 0xF02C0A44          Transmit Data Register
ASCLIN10_RXDATA 0xF02C0A48          Receive Data Register
ASCLIN10_CSR    0xF02C0A4C          Clock Selection Register
ASCLIN10_RXDATAD 0xF02C0A50          Receive Data Debug Register
ASCLIN10_OCS    0xF02C0AE8          OCDS Control and Status
ASCLIN10_KRSTCLR 0xF02C0AEC          Kernel Reset Status Clear Register
ASCLIN10_KRST1  0xF02C0AF0          Kernel Reset Register 1
ASCLIN10_KRST0  0xF02C0AF4          Kernel Reset Register 0
ASCLIN10_ACCEN0 0xF02C0AFC          Access Enable Register 0
ASCLIN11_CLC    0xF02C0B00          Clock Control Register
ASCLIN11_IOCR   0xF02C0B04          Input and Output Control Register
ASCLIN11_ID     0xF02C0B08          Module Identification Register
ASCLIN11_TXFIFOCON 0xF02C0B0C          TX FIFO Configuration Register
ASCLIN11_RXFIFOCON 0xF02C0B10          RX FIFO Configuration Register
ASCLIN11_BITCON 0xF02C0B14          Bit Configuration Register
ASCLIN11_FRAMECON 0xF02C0B18          Frame Control Register
ASCLIN11_DATCON 0xF02C0B1C          Data Configuration Register
ASCLIN11_BRG    0xF02C0B20          Baud Rate Generation Register
ASCLIN11_BRD    0xF02C0B24          Baud Rate Detection Register
ASCLIN11_LINCON 0xF02C0B28          LIN Control Register
ASCLIN11_LINBTIMER 0xF02C0B2C          LIN Break Timer Register
ASCLIN11_LINHTIMER 0xF02C0B30          LIN Header Timer Register
ASCLIN11_FLAGS  0xF02C0B34          Flags Register
ASCLIN11_FLAGSSET 0xF02C0B38          Flags Set Register
ASCLIN11_FLAGSCLEAR 0xF02C0B3C          Flags Clear Register
ASCLIN11_FLAGSENABLE 0xF02C0B40          Flags Enable Register
ASCLIN11_TXDATA 0xF02C0B44          Transmit Data Register
ASCLIN11_RXDATA 0xF02C0B48          Receive Data Register
ASCLIN11_CSR    0xF02C0B4C          Clock Selection Register
ASCLIN11_RXDATAD 0xF02C0B50          Receive Data Debug Register
ASCLIN11_OCS    0xF02C0BE8          OCDS Control and Status
ASCLIN11_KRSTCLR 0xF02C0BEC          Kernel Reset Status Clear Register
ASCLIN11_KRST1  0xF02C0BF0          Kernel Reset Register 1
ASCLIN11_KRST0  0xF02C0BF4          Kernel Reset Register 0
ASCLIN11_ACCEN0 0xF02C0BFC          Access Enable Register 0
FSI_COMM_1      0xF8030004          Communication Register 1
FSI_COMM_2      0xF8030005          Communication Register 2
FSI_HSMCOMM_1   0xF8030006          HSM Communication Register 1
FSI_HSMCOMM_2   0xF8030007          HSM Communication Register 2
PMU_ID          0xF8038508          Module Identification Register
DMU_HF_ID       0xF8040008          Module Identification Register
DMU_HF_STATUS   0xF8040010          Flash Status Register
DMU_HF_CONTROL  0xF8040014          Flash Control Register
DMU_HF_OPERATION 0xF8040018          Flash Operation Register
DMU_HF_PROTECT  0xF804001C          Flash Protection Status Register
DMU_HF_CONFIRM0 0xF8040020          Flash Confirm Status Register 0
DMU_HF_CONFIRM1 0xF8040024          Flash Confirm Status Register 1
DMU_HF_CONFIRM2 0xF8040028          Flash Confirm Status Register 2
DMU_HF_EER      0xF8040030          Enable Error Interrupt Control Register
DMU_HF_ERRSR    0xF8040034          Error Status Register
DMU_HF_CLRE     0xF8040038          Clear Error Register
DMU_HF_ECCR     0xF8040040          DF0 ECC Read Register
DMU_HF_ECCS     0xF8040044          DF0 ECC Status Register
DMU_HF_ECCC     0xF8040048          DF0 ECC Control Register
DMU_HF_ECCW     0xF804004C          DF0 ECC Write Register
DMU_HF_CCONTROL 0xF8040050          Cranking Control Register
DMU_HF_PSTATUS  0xF8040060          Power Status Register
DMU_HF_PCONTROL 0xF8040064          Power Control Register
DMU_HF_PWAIT    0xF8040068          PFLASH Wait Cycle Register
DMU_HF_DWAIT    0xF804006C          DFLASH Wait Cycle Register
DMU_HF_PROCONUSR 0xF8040074          DF0 User Mode Control
DMU_HF_PROCONPF 0xF8040080          PFLASH Protection Configuration
DMU_HF_PROCONTP 0xF8040084          Tuning Protection Configuration
DMU_HF_PROCONDF 0xF8040088          DFLASH Protection Configuration
DMU_HF_PROCONRAM 0xF804008C          RAM Configuration
DMU_HF_PROCONDBG 0xF8040090          Debug Interface Protection Configuration
DMU_HF_SUSPEND  0xF80400F0          Suspend Control Register
DMU_HF_MARGIN   0xF80400F4          Margin Control Register
DMU_HF_ACCEN1   0xF80400F8          Access Enable Register 1
DMU_HF_ACCEN0   0xF80400FC          Access Enable Register 0
DMU_HP_PROCONP00 0xF8050000          PFLASH Bank 0 Protection Configuration 0
DMU_HP_PROCONP01 0xF8050004          PFLASH Bank 0 Protection Configuration 1
DMU_HP_PROCONP02 0xF8050008          PFLASH Bank 0 Protection Configuration 2
DMU_HP_PROCONP03 0xF805000C          PFLASH Bank 0 Protection Configuration 3
DMU_HP_PROCONP04 0xF8050010          PFLASH Bank 0 Protection Configuration 4
DMU_HP_PROCONP05 0xF8050014          PFLASH Bank 0 Protection Configuration 5
DMU_HP_PROCONOTP00 0xF8050040          PFLASH Bank 0 OTP Protection Configuration 0
DMU_HP_PROCONOTP01 0xF8050044          PFLASH Bank 0 OTP Protection Configuration 1
DMU_HP_PROCONOTP02 0xF8050048          PFLASH Bank 0 OTP Protection Configuration 2
DMU_HP_PROCONOTP03 0xF805004C          PFLASH Bank 0 OTP Protection Configuration 3
DMU_HP_PROCONOTP04 0xF8050050          PFLASH Bank 0 OTP Protection Configuration 4
DMU_HP_PROCONOTP05 0xF8050054          PFLASH Bank 0 OTP Protection Configuration 5
DMU_HP_PROCONWOP00 0xF8050080          PFLASH Bank 0 WOP Configuration 0
DMU_HP_PROCONWOP01 0xF8050084          PFLASH Bank 0 WOP Configuration 1
DMU_HP_PROCONWOP02 0xF8050088          PFLASH Bank 0 WOP Configuration 2
DMU_HP_PROCONWOP03 0xF805008C          PFLASH Bank 0 WOP Configuration 3
DMU_HP_PROCONWOP04 0xF8050090          PFLASH Bank 0 WOP Configuration 4
DMU_HP_PROCONWOP05 0xF8050094          PFLASH Bank 0 WOP Configuration 5
DMU_HP_ECPRIO00 0xF80500A0          PFLASH Bank 0 Erase Counter Priority configuration 0
DMU_HP_ECPRIO01 0xF80500A4          PFLASH Bank 0 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO02 0xF80500A8          PFLASH Bank 0 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO03 0xF80500AC          PFLASH Bank 0 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO04 0xF80500B0          PFLASH Bank 0 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO05 0xF80500B4          PFLASH Bank 0 Erase Counter Priority Configuration 5
DMU_HP_PROCONP10 0xF8050100          PFLASH Bank 1 Protection Configuration 0
DMU_HP_PROCONP11 0xF8050104          PFLASH Bank 1 Protection Configuration 1
DMU_HP_PROCONP12 0xF8050108          PFLASH Bank 1 Protection Configuration 2
DMU_HP_PROCONP13 0xF805010C          PFLASH Bank 1 Protection Configuration 3
DMU_HP_PROCONP14 0xF8050110          PFLASH Bank 1 Protection Configuration 4
DMU_HP_PROCONP15 0xF8050114          PFLASH Bank 1 Protection Configuration 5
DMU_HP_PROCONOTP10 0xF8050140          PFLASH Bank 1 OTP Protection Configuration 0
DMU_HP_PROCONOTP11 0xF8050144          PFLASH Bank 1 OTP Protection Configuration 1
DMU_HP_PROCONOTP12 0xF8050148          PFLASH Bank 1 OTP Protection Configuration 2
DMU_HP_PROCONOTP13 0xF805014C          PFLASH Bank 1 OTP Protection Configuration 3
DMU_HP_PROCONOTP14 0xF8050150          PFLASH Bank 1 OTP Protection Configuration 4
DMU_HP_PROCONOTP15 0xF8050154          PFLASH Bank 1 OTP Protection Configuration 5
DMU_HP_PROCONWOP10 0xF8050180          PFLASH Bank 1 WOP Configuration 0
DMU_HP_PROCONWOP11 0xF8050184          PFLASH Bank 1 WOP Configuration 1
DMU_HP_PROCONWOP12 0xF8050188          PFLASH Bank 1 WOP Configuration 2
DMU_HP_PROCONWOP13 0xF805018C          PFLASH Bank 1 WOP Configuration 3
DMU_HP_PROCONWOP14 0xF8050190          PFLASH Bank 1 WOP Configuration 4
DMU_HP_PROCONWOP15 0xF8050194          PFLASH Bank 1 WOP Configuration 5
DMU_HP_ECPRIO10 0xF80501A0          PFLASH Bank 1 Erase Counter Priority configuration 0
DMU_HP_ECPRIO11 0xF80501A4          PFLASH Bank 1 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO12 0xF80501A8          PFLASH Bank 1 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO13 0xF80501AC          PFLASH Bank 1 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO14 0xF80501B0          PFLASH Bank 1 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO15 0xF80501B4          PFLASH Bank 1 Erase Counter Priority Configuration 5
DMU_SF_STATUS   0xF8060010          HSM Flash Status Register
DMU_SF_CONTROL  0xF8060014          HSM Flash Configuration Register
DMU_SF_OPERATION 0xF8060018          HSM Flash Operation Register
DMU_SF_EER      0xF8060030          HSM Enable Error Interrupt Control Register
DMU_SF_ERRSR    0xF8060034          HSM Error Status Register
DMU_SF_CLRE     0xF8060038          HSM Clear Error Register
DMU_SF_ECCR     0xF8060040          HSM DF1 ECC Read Register
DMU_SF_ECCS     0xF8060044          HSM DF1 ECC Status Register
DMU_SF_ECCC     0xF8060048          HSM DF1 ECC Control Register
DMU_SF_ECCW     0xF806004C          HSM DF1 ECC Write Register
DMU_SF_PROCONUSR 0xF8060074          HSM DF1 User Mode Control
DMU_SF_SUSPEND  0xF80600E8          HSM Suspend Control Register
DMU_SF_MARGIN   0xF80600EC          HSM DF1 Margin Control Register
DMU_SP_PROCONHSMCFG 0xF8070000          HSM Protection Configuration
DMU_SP_PROCONHSMCBS 0xF8070004          HSM Code Boot Sector
DMU_SP_PROCONHSMCX0 0xF8070008          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCX1 0xF807000C          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCOTP0 0xF8070010          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSMCOTP1 0xF8070014          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSM 0xF8070040          HSM Interface Protection Configuration
DOM0_PECON0     0xF8700000          Protocol Error Control Register 0
DOM0_PRIORITY0  0xF8700008          SCI0 Arbiter Priority Register
DOM0_ERRADDR0   0xF8700010          SCI 0 Error Address Capture Register
DOM0_ERR0       0xF8700018          SCI 0 Error Capture Register
DOM0_PECON1     0xF8700020          Protocol Error Control Register 1
DOM0_PRIORITY1  0xF8700028          SCI1 Arbiter Priority Register
DOM0_ERRADDR1   0xF8700030          SCI 1 Error Address Capture Register
DOM0_ERR1       0xF8700038          SCI 1 Error Capture Register
DOM0_PECON2     0xF8700040          Protocol Error Control Register 2
DOM0_PRIORITY2  0xF8700048          SCI2 Arbiter Priority Register
DOM0_ERRADDR2   0xF8700050          SCI 2 Error Address Capture Register
DOM0_ERR2       0xF8700058          SCI 2 Error Capture Register
DOM0_PECON3     0xF8700060          Protocol Error Control Register 3
DOM0_PRIORITY3  0xF8700068          SCI3 Arbiter Priority Register
DOM0_ERRADDR3   0xF8700070          SCI 3 Error Address Capture Register
DOM0_ERR3       0xF8700078          SCI 3 Error Capture Register
DOM0_PECON4     0xF8700080          Protocol Error Control Register 4
DOM0_PRIORITY4  0xF8700088          SCI4 Arbiter Priority Register
DOM0_ERRADDR4   0xF8700090          SCI 4 Error Address Capture Register
DOM0_ERR4       0xF8700098          SCI 4 Error Capture Register
DOM0_PECON5     0xF87000A0          Protocol Error Control Register 5
DOM0_PRIORITY5  0xF87000A8          SCI5 Arbiter Priority Register
DOM0_ERRADDR5   0xF87000B0          SCI 5 Error Address Capture Register
DOM0_ERR5       0xF87000B8          SCI 5 Error Capture Register
DOM0_PECON6     0xF87000C0          Protocol Error Control Register 6
DOM0_PRIORITY6  0xF87000C8          SCI6 Arbiter Priority Register
DOM0_ERRADDR6   0xF87000D0          SCI 6 Error Address Capture Register
DOM0_ERR6       0xF87000D8          SCI 6 Error Capture Register
DOM0_PECON7     0xF87000E0          Protocol Error Control Register 7
DOM0_PRIORITY7  0xF87000E8          SCI7 Arbiter Priority Register
DOM0_ERRADDR7   0xF87000F0          SCI 7 Error Address Capture Register
DOM0_ERR7       0xF87000F8          SCI 7 Error Capture Register
DOM0_PECON8     0xF8700100          Protocol Error Control Register 8
DOM0_PRIORITY8  0xF8700108          SCI8 Arbiter Priority Register
DOM0_ERRADDR8   0xF8700110          SCI 8 Error Address Capture Register
DOM0_ERR8       0xF8700118          SCI 8 Error Capture Register
DOM0_PECON9     0xF8700120          Protocol Error Control Register 9
DOM0_PRIORITY9  0xF8700128          SCI9 Arbiter Priority Register
DOM0_ERRADDR9   0xF8700130          SCI 9 Error Address Capture Register
DOM0_ERR9       0xF8700138          SCI 9 Error Capture Register
DOM0_PECON10    0xF8700140          Protocol Error Control Register 10
DOM0_PRIORITY10 0xF8700148          SCI10 Arbiter Priority Register
DOM0_ERRADDR10  0xF8700150          SCI 10 Error Address Capture Register
DOM0_ERR10      0xF8700158          SCI 10 Error Capture Register
DOM0_PECON11    0xF8700160          Protocol Error Control Register 11
DOM0_PRIORITY11 0xF8700168          SCI11 Arbiter Priority Register
DOM0_ERRADDR11  0xF8700170          SCI 11 Error Address Capture Register
DOM0_ERR11      0xF8700178          SCI 11 Error Capture Register
DOM0_PECON12    0xF8700180          Protocol Error Control Register 12
DOM0_PRIORITY12 0xF8700188          SCI12 Arbiter Priority Register
DOM0_ERRADDR12  0xF8700190          SCI 12 Error Address Capture Register
DOM0_ERR12      0xF8700198          SCI 12 Error Capture Register
DOM0_PECON13    0xF87001A0          Protocol Error Control Register 13
DOM0_PRIORITY13 0xF87001A8          SCI13 Arbiter Priority Register
DOM0_ERRADDR13  0xF87001B0          SCI 13 Error Address Capture Register
DOM0_ERR13      0xF87001B8          SCI 13 Error Capture Register
DOM0_PECON14    0xF87001C0          Protocol Error Control Register 14
DOM0_PRIORITY14 0xF87001C8          SCI14 Arbiter Priority Register
DOM0_ERRADDR14  0xF87001D0          SCI 14 Error Address Capture Register
DOM0_ERR14      0xF87001D8          SCI 14 Error Capture Register
DOM0_PECON15    0xF87001E0          Protocol Error Control Register 15
DOM0_PRIORITY15 0xF87001E8          SCI15 Arbiter Priority Register
DOM0_ERRADDR15  0xF87001F0          SCI 15 Error Address Capture Register
DOM0_ERR15      0xF87001F8          SCI 15 Error Capture Register
DOM0_ID         0xF8700408          Identification Register
DOM0_PESTAT     0xF8700410          Protocol Error Status Register
DOM0_TIDSTAT    0xF8700418          Transaction ID Status Register
DOM0_TIDEN      0xF8700420          Transaction ID Enable Register
DOM0_BRCON      0xF8700430          Domain 0 Bridge Control Register
DOM0_ACCEN0     0xF87004F0          Access Enable Register 0
DOM0_ACCEN1     0xF87004F8          Access Enable Register 1
CPU0_FLASHCON0  0xF8801100          CPUx Flash Configuration Register 0
CPU0_FLASHCON1  0xF8801104          CPUx Flash Configuration Register 1
CPU0_FLASHCON2  0xF8801108          CPUx Flash Configuration Register 2
CPU0_FLASHCON3  0xF880110C          CPUx Flash Configuration Register 3
CPU0_FLASHCON4  0xF8801110          CPUx Flash Configuration Register 4
CPU0_KRST0      0xF880D000          CPUx Reset Register 0
CPU0_KRST1      0xF880D004          CPUx Reset Register 1
CPU0_KRSTCLR    0xF880D008          CPUx Reset Clear Register
CPU0_SPR_SPROT_RGNLA0 0xF880E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU0_SPR_SPROT_RGNUA0 0xF880E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU0_SPR_SPROT_RGNACCENA0_W 0xF880E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_W 0xF880E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU0_SPR_SPROT_RGNLA1 0xF880E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU0_SPR_SPROT_RGNUA1 0xF880E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU0_SPR_SPROT_RGNACCENA1_W 0xF880E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_W 0xF880E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU0_SPR_SPROT_RGNLA2 0xF880E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU0_SPR_SPROT_RGNUA2 0xF880E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU0_SPR_SPROT_RGNACCENA2_W 0xF880E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_W 0xF880E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU0_SPR_SPROT_RGNLA3 0xF880E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU0_SPR_SPROT_RGNUA3 0xF880E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU0_SPR_SPROT_RGNACCENA3_W 0xF880E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_W 0xF880E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU0_SPR_SPROT_RGNLA4 0xF880E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU0_SPR_SPROT_RGNUA4 0xF880E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU0_SPR_SPROT_RGNACCENA4_W 0xF880E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_W 0xF880E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU0_SPR_SPROT_RGNLA5 0xF880E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU0_SPR_SPROT_RGNUA5 0xF880E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU0_SPR_SPROT_RGNACCENA5_W 0xF880E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_W 0xF880E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU0_SPR_SPROT_RGNLA6 0xF880E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU0_SPR_SPROT_RGNUA6 0xF880E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU0_SPR_SPROT_RGNACCENA6_W 0xF880E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_W 0xF880E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU0_SPR_SPROT_RGNLA7 0xF880E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU0_SPR_SPROT_RGNUA7 0xF880E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU0_SPR_SPROT_RGNACCENA7_W 0xF880E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_W 0xF880E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU0_SPR_SPROT_RGNACCENA0_R 0xF880E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_R 0xF880E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU0_SPR_SPROT_RGNACCENA1_R 0xF880E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_R 0xF880E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU0_SPR_SPROT_RGNACCENA2_R 0xF880E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_R 0xF880E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU0_SPR_SPROT_RGNACCENA3_R 0xF880E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_R 0xF880E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU0_SPR_SPROT_RGNACCENA4_R 0xF880E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_R 0xF880E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU0_SPR_SPROT_RGNACCENA5_R 0xF880E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_R 0xF880E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU0_SPR_SPROT_RGNACCENA6_R 0xF880E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_R 0xF880E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU0_SPR_SPROT_RGNACCENA7_R 0xF880E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_R 0xF880E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU0_SFR_SPROT_ACCENA_W 0xF880E100          CPUx Safety Protection Register Access Enable Register A
CPU0_SFR_SPROT_ACCENB_W 0xF880E104          CPUx Safety Protection Region Access Enable Register B
CPU0_LPB_SPROT_ACCENA_R 0xF880E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU0_LPB_SPROT_ACCENB_R 0xF880E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU0_DLMU_SPROT_RGNLA0 0xF880E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU0_DLMU_SPROT_RGNUA0 0xF880E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU0_DLMU_SPROT_RGNACCENA0_W 0xF880E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_W 0xF880E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU0_DLMU_SPROT_RGNLA1 0xF880E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU0_DLMU_SPROT_RGNUA1 0xF880E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU0_DLMU_SPROT_RGNACCENA1_W 0xF880E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_W 0xF880E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU0_DLMU_SPROT_RGNLA2 0xF880E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU0_DLMU_SPROT_RGNUA2 0xF880E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU0_DLMU_SPROT_RGNACCENA2_W 0xF880E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_W 0xF880E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU0_DLMU_SPROT_RGNLA3 0xF880E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU0_DLMU_SPROT_RGNUA3 0xF880E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU0_DLMU_SPROT_RGNACCENA3_W 0xF880E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_W 0xF880E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU0_DLMU_SPROT_RGNLA4 0xF880E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU0_DLMU_SPROT_RGNUA4 0xF880E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU0_DLMU_SPROT_RGNACCENA4_W 0xF880E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_W 0xF880E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU0_DLMU_SPROT_RGNLA5 0xF880E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU0_DLMU_SPROT_RGNUA5 0xF880E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU0_DLMU_SPROT_RGNACCENA5_W 0xF880E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_W 0xF880E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU0_DLMU_SPROT_RGNLA6 0xF880E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU0_DLMU_SPROT_RGNUA6 0xF880E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU0_DLMU_SPROT_RGNACCENA6_W 0xF880E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_W 0xF880E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU0_DLMU_SPROT_RGNLA7 0xF880E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU0_DLMU_SPROT_RGNUA7 0xF880E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU0_DLMU_SPROT_RGNACCENA7_W 0xF880E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_W 0xF880E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU0_DLMU_SPROT_RGNACCENA0_R 0xF880E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_R 0xF880E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU0_DLMU_SPROT_RGNACCENA1_R 0xF880E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_R 0xF880E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU0_DLMU_SPROT_RGNACCENA2_R 0xF880E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_R 0xF880E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU0_DLMU_SPROT_RGNACCENA3_R 0xF880E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_R 0xF880E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU0_DLMU_SPROT_RGNACCENA4_R 0xF880E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_R 0xF880E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU0_DLMU_SPROT_RGNACCENA5_R 0xF880E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_R 0xF880E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU0_DLMU_SPROT_RGNACCENA6_R 0xF880E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_R 0xF880E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU0_DLMU_SPROT_RGNACCENA7_R 0xF880E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_R 0xF880E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU0_OSEL       0xF880FB00          CPUx Overlay Range Select Register
CPU0_RABR0      0xF880FB10          CPUx Redirected Address Base Register 0
CPU0_OTAR0      0xF880FB14          CPUx Overlay Target Address Register 0
CPU0_OMASK0     0xF880FB18          CPUx Overlay Mask Register 0
CPU0_RABR1      0xF880FB1C          CPUx Redirected Address Base Register 1
CPU0_OTAR1      0xF880FB20          CPUx Overlay Target Address Register 1
CPU0_OMASK1     0xF880FB24          CPUx Overlay Mask Register 1
CPU0_RABR2      0xF880FB28          CPUx Redirected Address Base Register 2
CPU0_OTAR2      0xF880FB2C          CPUx Overlay Target Address Register 2
CPU0_OMASK2     0xF880FB30          CPUx Overlay Mask Register 2
CPU0_RABR3      0xF880FB34          CPUx Redirected Address Base Register 3
CPU0_OTAR3      0xF880FB38          CPUx Overlay Target Address Register 3
CPU0_OMASK3     0xF880FB3C          CPUx Overlay Mask Register 3
CPU0_RABR4      0xF880FB40          CPUx Redirected Address Base Register 4
CPU0_OTAR4      0xF880FB44          CPUx Overlay Target Address Register 4
CPU0_OMASK4     0xF880FB48          CPUx Overlay Mask Register 4
CPU0_RABR5      0xF880FB4C          CPUx Redirected Address Base Register 5
CPU0_OTAR5      0xF880FB50          CPUx Overlay Target Address Register 5
CPU0_OMASK5     0xF880FB54          CPUx Overlay Mask Register 5
CPU0_RABR6      0xF880FB58          CPUx Redirected Address Base Register 6
CPU0_OTAR6      0xF880FB5C          CPUx Overlay Target Address Register 6
CPU0_OMASK6     0xF880FB60          CPUx Overlay Mask Register 6
CPU0_RABR7      0xF880FB64          CPUx Redirected Address Base Register 7
CPU0_OTAR7      0xF880FB68          CPUx Overlay Target Address Register 7
CPU0_OMASK7     0xF880FB6C          CPUx Overlay Mask Register 7
CPU0_RABR8      0xF880FB70          CPUx Redirected Address Base Register 8
CPU0_OTAR8      0xF880FB74          CPUx Overlay Target Address Register 8
CPU0_OMASK8     0xF880FB78          CPUx Overlay Mask Register 8
CPU0_RABR9      0xF880FB7C          CPUx Redirected Address Base Register 9
CPU0_OTAR9      0xF880FB80          CPUx Overlay Target Address Register 9
CPU0_OMASK9     0xF880FB84          CPUx Overlay Mask Register 9
CPU0_RABR10     0xF880FB88          CPUx Redirected Address Base Register 10
CPU0_OTAR10     0xF880FB8C          CPUx Overlay Target Address Register 10
CPU0_OMASK10    0xF880FB90          CPUx Overlay Mask Register 10
CPU0_RABR11     0xF880FB94          CPUx Redirected Address Base Register 11
CPU0_OTAR11     0xF880FB98          CPUx Overlay Target Address Register 11
CPU0_OMASK11    0xF880FB9C          CPUx Overlay Mask Register 11
CPU0_RABR12     0xF880FBA0          CPUx Redirected Address Base Register 12
CPU0_OTAR12     0xF880FBA4          CPUx Overlay Target Address Register 12
CPU0_OMASK12    0xF880FBA8          CPUx Overlay Mask Register 12
CPU0_RABR13     0xF880FBAC          CPUx Redirected Address Base Register 13
CPU0_OTAR13     0xF880FBB0          CPUx Overlay Target Address Register 13
CPU0_OMASK13    0xF880FBB4          CPUx Overlay Mask Register 13
CPU0_RABR14     0xF880FBB8          CPUx Redirected Address Base Register 14
CPU0_OTAR14     0xF880FBBC          CPUx Overlay Target Address Register 14
CPU0_OMASK14    0xF880FBC0          CPUx Overlay Mask Register 14
CPU0_RABR15     0xF880FBC4          CPUx Redirected Address Base Register 15
CPU0_OTAR15     0xF880FBC8          CPUx Overlay Target Address Register 15
CPU0_OMASK15    0xF880FBCC          CPUx Overlay Mask Register 15
CPU0_RABR16     0xF880FBD0          CPUx Redirected Address Base Register 16
CPU0_OTAR16     0xF880FBD4          CPUx Overlay Target Address Register 16
CPU0_OMASK16    0xF880FBD8          CPUx Overlay Mask Register 16
CPU0_RABR17     0xF880FBDC          CPUx Redirected Address Base Register 17
CPU0_OTAR17     0xF880FBE0          CPUx Overlay Target Address Register 17
CPU0_OMASK17    0xF880FBE4          CPUx Overlay Mask Register 17
CPU0_RABR18     0xF880FBE8          CPUx Redirected Address Base Register 18
CPU0_OTAR18     0xF880FBEC          CPUx Overlay Target Address Register 18
CPU0_OMASK18    0xF880FBF0          CPUx Overlay Mask Register 18
CPU0_RABR19     0xF880FBF4          CPUx Redirected Address Base Register 19
CPU0_OTAR19     0xF880FBF8          CPUx Overlay Target Address Register 19
CPU0_OMASK19    0xF880FBFC          CPUx Overlay Mask Register 19
CPU0_RABR20     0xF880FC00          CPUx Redirected Address Base Register 20
CPU0_OTAR20     0xF880FC04          CPUx Overlay Target Address Register 20
CPU0_OMASK20    0xF880FC08          CPUx Overlay Mask Register 20
CPU0_RABR21     0xF880FC0C          CPUx Redirected Address Base Register 21
CPU0_OTAR21     0xF880FC10          CPUx Overlay Target Address Register 21
CPU0_OMASK21    0xF880FC14          CPUx Overlay Mask Register 21
CPU0_RABR22     0xF880FC18          CPUx Redirected Address Base Register 22
CPU0_OTAR22     0xF880FC1C          CPUx Overlay Target Address Register 22
CPU0_OMASK22    0xF880FC20          CPUx Overlay Mask Register 22
CPU0_RABR23     0xF880FC24          CPUx Redirected Address Base Register 23
CPU0_OTAR23     0xF880FC28          CPUx Overlay Target Address Register 23
CPU0_OMASK23    0xF880FC2C          CPUx Overlay Mask Register 23
CPU0_RABR24     0xF880FC30          CPUx Redirected Address Base Register 24
CPU0_OTAR24     0xF880FC34          CPUx Overlay Target Address Register 24
CPU0_OMASK24    0xF880FC38          CPUx Overlay Mask Register 24
CPU0_RABR25     0xF880FC3C          CPUx Redirected Address Base Register 25
CPU0_OTAR25     0xF880FC40          CPUx Overlay Target Address Register 25
CPU0_OMASK25    0xF880FC44          CPUx Overlay Mask Register 25
CPU0_RABR26     0xF880FC48          CPUx Redirected Address Base Register 26
CPU0_OTAR26     0xF880FC4C          CPUx Overlay Target Address Register 26
CPU0_OMASK26    0xF880FC50          CPUx Overlay Mask Register 26
CPU0_RABR27     0xF880FC54          CPUx Redirected Address Base Register 27
CPU0_OTAR27     0xF880FC58          CPUx Overlay Target Address Register 27
CPU0_OMASK27    0xF880FC5C          CPUx Overlay Mask Register 27
CPU0_RABR28     0xF880FC60          CPUx Redirected Address Base Register 28
CPU0_OTAR28     0xF880FC64          CPUx Overlay Target Address Register 28
CPU0_OMASK28    0xF880FC68          CPUx Overlay Mask Register 28
CPU0_RABR29     0xF880FC6C          CPUx Redirected Address Base Register 29
CPU0_OTAR29     0xF880FC70          CPUx Overlay Target Address Register 29
CPU0_OMASK29    0xF880FC74          CPUx Overlay Mask Register 29
CPU0_RABR30     0xF880FC78          CPUx Redirected Address Base Register 30
CPU0_OTAR30     0xF880FC7C          CPUx Overlay Target Address Register 30
CPU0_OMASK30    0xF880FC80          CPUx Overlay Mask Register 30
CPU0_RABR31     0xF880FC84          CPUx Redirected Address Base Register 31
CPU0_OTAR31     0xF880FC88          CPUx Overlay Target Address Register 31
CPU0_OMASK31    0xF880FC8C          CPUx Overlay Mask Register 31
CSFR_BASE       0xF8810000          Core Special Function Registers base (CPU0)
CPU0_SEGEN      0xF8811030          CPUx SRI Error Generation Register
CPU0_TASK_ASI   0xF8818004          CPUx Task Address Space Identifier Register
CPU0_PMA0       0xF8818100          CPUx Data Access CacheabilityRegister
CPU0_PMA1       0xF8818104          CPUx Code Access CacheabilityRegister
CPU0_PMA2       0xF8818108          CPUx Peripheral Space Identifier register
CPU0_DCON2      0xF8819000          CPUx Data Control Register 2
CPU0_SMACON     0xF881900C          CPUx SIST Mode Access Control Register
CPU0_DSTR       0xF8819010          CPUx Data Synchronous Trap Register
CPU0_DATR       0xF8819018          CPUx Data Asynchronous Trap Register
CPU0_DEADD      0xF881901C          CPUx Data Error Address Register
CPU0_DIEAR      0xF8819020          CPUx Data Integrity Error Address Register
CPU0_DIETR      0xF8819024          CPUx Data Integrity Error Trap Register
CPU0_DCON0      0xF8819040          CPUx Data Memory Control Register
CPU0_PSTR       0xF8819200          CPUx Program Synchronous Trap Register
CPU0_PCON1      0xF8819204          CPUx Program Control 1
CPU0_PCON2      0xF8819208          CPUx Program Control 2
CPU0_PCON0      0xF881920C          CPUx Program Control 0
CPU0_PIEAR      0xF8819210          CPUx Program Integrity Error Address Register
CPU0_PIETR      0xF8819214          CPUx Program Integrity Error Trap Register
CPU0_COMPAT     0xF8819400          CPUx Compatibility Control Register
CPU0_FPU_TRAP_CON 0xF881A000          CPUx Trap Control Register
CPU0_FPU_TRAP_PC 0xF881A004          CPUx Trapping Instruction Program Counter Register
CPU0_FPU_TRAP_OPC 0xF881A008          CPUx Trapping Instruction Opcode Register
CPU0_FPU_TRAP_SRC1 0xF881A010          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC2 0xF881A014          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC3 0xF881A018          CPUx Trapping Instruction Operand Register
CPU0_DPR0_L     0xF881C000          CPUx Data Protection Range 0, Lower Bound Register
CPU0_DPR0_U     0xF881C004          CPUx Data Protection Range 0, Upper Bound Register
CPU0_DPR1_L     0xF881C008          CPUx Data Protection Range 1, Lower Bound Register
CPU0_DPR1_U     0xF881C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU0_DPR2_L     0xF881C010          CPUx Data Protection Range 2, Lower Bound Register
CPU0_DPR2_U     0xF881C014          CPUx Data Protection Range 2, Upper Bound Register
CPU0_DPR3_L     0xF881C018          CPUx Data Protection Range 3, Lower Bound Register
CPU0_DPR3_U     0xF881C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU0_DPR4_L     0xF881C020          CPUx Data Protection Range 4, Lower Bound Register
CPU0_DPR4_U     0xF881C024          CPUx Data Protection Range 4, Upper Bound Register
CPU0_DPR5_L     0xF881C028          CPUx Data Protection Range 5, Lower Bound Register
CPU0_DPR5_U     0xF881C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU0_DPR6_L     0xF881C030          CPUx Data Protection Range 6, Lower Bound Register
CPU0_DPR6_U     0xF881C034          CPUx Data Protection Range 6, Upper Bound Register
CPU0_DPR7_L     0xF881C038          CPUx Data Protection Range 7, Lower Bound Register
CPU0_DPR7_U     0xF881C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU0_DPR8_L     0xF881C040          CPUx Data Protection Range 8, Lower Bound Register
CPU0_DPR8_U     0xF881C044          CPUx Data Protection Range 8, Upper Bound Register
CPU0_DPR9_L     0xF881C048          CPUx Data Protection Range 9, Lower Bound Register
CPU0_DPR9_U     0xF881C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU0_DPR10_L    0xF881C050          CPUx Data Protection Range 10, Lower Bound Register
CPU0_DPR10_U    0xF881C054          CPUx Data Protection Range 10, Upper Bound Register
CPU0_DPR11_L    0xF881C058          CPUx Data Protection Range 11, Lower Bound Register
CPU0_DPR11_U    0xF881C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU0_DPR12_L    0xF881C060          CPUx Data Protection Range 12, Lower Bound Register
CPU0_DPR12_U    0xF881C064          CPUx Data Protection Range 12, Upper Bound Register
CPU0_DPR13_L    0xF881C068          CPUx Data Protection Range 13, Lower Bound Register
CPU0_DPR13_U    0xF881C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU0_DPR14_L    0xF881C070          CPUx Data Protection Range 14, Lower Bound Register
CPU0_DPR14_U    0xF881C074          CPUx Data Protection Range 14, Upper Bound Register
CPU0_DPR15_L    0xF881C078          CPUx Data Protection Range 15, Lower Bound Register
CPU0_DPR15_U    0xF881C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU0_DPR16_L    0xF881C080          CPUx Data Protection Range 16, Lower Bound Register
CPU0_DPR16_U    0xF881C084          CPUx Data Protection Range 16, Upper Bound Register
CPU0_DPR17_L    0xF881C088          CPUx Data Protection Range 17, Lower Bound Register
CPU0_DPR17_U    0xF881C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU0_CPR0_L     0xF881D000          CPUx Code Protection Range 0 Lower Bound Register
CPU0_CPR0_U     0xF881D004          CPUx Code Protection Range 0 Upper Bound Register
CPU0_CPR1_L     0xF881D008          CPUx Code Protection Range 1 Lower Bound Register
CPU0_CPR1_U     0xF881D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU0_CPR2_L     0xF881D010          CPUx Code Protection Range 2 Lower Bound Register
CPU0_CPR2_U     0xF881D014          CPUx Code Protection Range 2 Upper Bound Register
CPU0_CPR3_L     0xF881D018          CPUx Code Protection Range 3 Lower Bound Register
CPU0_CPR3_U     0xF881D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU0_CPR4_L     0xF881D020          CPUx Code Protection Range 4 Lower Bound Register
CPU0_CPR4_U     0xF881D024          CPUx Code Protection Range 4 Upper Bound Register
CPU0_CPR5_L     0xF881D028          CPUx Code Protection Range 5 Lower Bound Register
CPU0_CPR5_U     0xF881D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU0_CPR6_L     0xF881D030          CPUx Code Protection Range 6 Lower Bound Register
CPU0_CPR6_U     0xF881D034          CPUx Code Protection Range 6 Upper Bound Register
CPU0_CPR7_L     0xF881D038          CPUx Code Protection Range 7 Lower Bound Register
CPU0_CPR7_U     0xF881D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU0_CPR8_L     0xF881D040          CPUx Code Protection Range 8 Lower Bound Register
CPU0_CPR8_U     0xF881D044          CPUx Code Protection Range 8 Upper Bound Register
CPU0_CPR9_L     0xF881D048          CPUx Code Protection Range 9 Lower Bound Register
CPU0_CPR9_U     0xF881D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU0_CPXE_0     0xF881E000          CPUx Code Protection Execute Enable Register Set 0
CPU0_CPXE_1     0xF881E004          CPUx Code Protection Execute Enable Register Set 1
CPU0_CPXE_2     0xF881E008          CPUx Code Protection Execute Enable Register Set 2
CPU0_CPXE_3     0xF881E00C          CPUx Code Protection Execute Enable Register Set 3
CPU0_DPRE_0     0xF881E010          CPUx Data Protection Read Enable Register Set 0
CPU0_DPRE_1     0xF881E014          CPUx Data Protection Read Enable Register Set 1
CPU0_DPRE_2     0xF881E018          CPUx Data Protection Read Enable Register Set 2
CPU0_DPRE_3     0xF881E01C          CPUx Data Protection Read Enable Register Set 3
CPU0_DPWE_0     0xF881E020          CPUx Data Protection Write Enable Register Set 0
CPU0_DPWE_1     0xF881E024          CPUx Data Protection Write Enable Register Set 1
CPU0_DPWE_2     0xF881E028          CPUx Data Protection Write Enable Register Set 2
CPU0_DPWE_3     0xF881E02C          CPUx Data Protection Write Enable Register Set 3
CPU0_CPXE_4     0xF881E040          CPUx Code Protection Execute Enable Register Set 4
CPU0_CPXE_5     0xF881E044          CPUx Code Protection Execute Enable Register Set 5
CPU0_DPRE_4     0xF881E050          CPUx Data Protection Read Enable Register Set 4
CPU0_DPRE_5     0xF881E054          CPUx Data Protection Read Enable Register Set 5
CPU0_DPWE_4     0xF881E060          CPUx Data Protection Write Enable Register Set 4
CPU0_DPWE_5     0xF881E064          CPUx Data Protection Write Enable Register Set 5
CPU0_TPS_CON    0xF881E400          CPUx Temporal Protection System Control Register
CPU0_TPS_TIMER0 0xF881E404          CPUx Temporal Protection System Timer Register 0
CPU0_TPS_TIMER1 0xF881E408          CPUx Temporal Protection System Timer Register 1
CPU0_TPS_TIMER2 0xF881E40C          CPUx Temporal Protection System Timer Register 2
CPU0_TPS_EXTIM_ENTRY_LVAL 0xF881E440          CPUx Exception Entry Timer Load Value
CPU0_TPS_EXTIM_ENTRY_CVAL 0xF881E444          CPUx Exception Entry Timer Current Value
CPU0_TPS_EXTIM_EXIT_LVAL 0xF881E448          CPUx Exception Exit Timer Load Value
CPU0_TPS_EXTIM_EXIT_CVAL 0xF881E44C          CPUx Exception Exit Timer Current Value
CPU0_TPS_EXTIM_CLASS_EN 0xF881E450          CPUx Exception Timer Class Enable Register
CPU0_TPS_EXTIM_STAT 0xF881E454          CPUx Exception Timer Status Register
CPU0_TPS_EXTIM_FCX 0xF881E458          CPUx Exception Timer FCX Register
CPU0_TR0EVT     0xF881F000          CPUx Trigger Event 0
CPU0_TR0ADR     0xF881F004          CPUx Trigger Address 0
CPU0_TR1EVT     0xF881F008          CPUx Trigger Event 1
CPU0_TR1ADR     0xF881F00C          CPUx Trigger Address 1
CPU0_TR2EVT     0xF881F010          CPUx Trigger Event 2
CPU0_TR2ADR     0xF881F014          CPUx Trigger Address 2
CPU0_TR3EVT     0xF881F018          CPUx Trigger Event 3
CPU0_TR3ADR     0xF881F01C          CPUx Trigger Address 3
CPU0_TR4EVT     0xF881F020          CPUx Trigger Event 4
CPU0_TR4ADR     0xF881F024          CPUx Trigger Address 4
CPU0_TR5EVT     0xF881F028          CPUx Trigger Event 5
CPU0_TR5ADR     0xF881F02C          CPUx Trigger Address 5
CPU0_TR6EVT     0xF881F030          CPUx Trigger Event 6
CPU0_TR6ADR     0xF881F034          CPUx Trigger Address 6
CPU0_TR7EVT     0xF881F038          CPUx Trigger Event 7
CPU0_TR7ADR     0xF881F03C          CPUx Trigger Address 7
CPU0_CCTRL      0xF881FC00          CPUx Counter Control
CPU0_CCNT       0xF881FC04          CPUx CPU Clock Cycle Count
CPU0_ICNT       0xF881FC08          CPUx Instruction Count
CPU0_M1CNT      0xF881FC0C          CPUx Multi-Count Register 1
CPU0_M2CNT      0xF881FC10          CPUx Multi-Count Register 2
CPU0_M3CNT      0xF881FC14          CPUx Multi-Count Register 3
CPU0_DBGSR      0xF881FD00          CPUx Debug Status Register
CPU0_EXEVT      0xF881FD08          CPUx External Event Register
CPU0_CREVT      0xF881FD0C          CPUx Core Register Access Event
CPU0_SWEVT      0xF881FD10          CPUx Software Debug Event
CPU0_TRIG_ACC   0xF881FD30          CPUx TriggerAddressx
CPU0_DMS        0xF881FD40          CPUx Debug Monitor Start Address
CPU0_DCX        0xF881FD44          CPUx Debug Context Save Area Pointer
CPU0_DBGTCR     0xF881FD48          CPUx Debug Trap Control Register
CPU0_PCXI       0xF881FE00          CPUx Previous Context Information Register
CPU0_PSW        0xF881FE04          CPUx Program Status Word
CPU0_PC         0xF881FE08          CPUx Program Counter
CPU0_SYSCON     0xF881FE14          CPUx System Configuration Register
CPU0_CPU_ID     0xF881FE18          CPUx Identification Register TC1.6.2P
CPU0_CORE_ID    0xF881FE1C          CPUx Core Identification Register
CPU0_BIV        0xF881FE20          CPUx Base Interrupt Vector Table Pointer
CPU0_BTV        0xF881FE24          CPUx Base Trap Vector Table Pointer
CPU0_ISP        0xF881FE28          CPUx Interrupt Stack Pointer
CPU0_ICR        0xF881FE2C          CPUx Interrupt Control Register
CPU0_FCX        0xF881FE38          CPUx Free CSA List Head Pointer
CPU0_LCX        0xF881FE3C          CPUx Free CSA List Limit Pointer
CPU0_CUS_ID     0xF881FE50          CPUx Customer ID register
CPU0_D0         0xF881FF00          Data Register 0
CPU0_D1         0xF881FF04          Data Register 1
CPU0_D2         0xF881FF08          Data Register 2
CPU0_D3         0xF881FF0C          Data Register 3
CPU0_D4         0xF881FF10          Data Register 4
CPU0_D5         0xF881FF14          Data Register 5
CPU0_D6         0xF881FF18          Data Register 6
CPU0_D7         0xF881FF1C          Data Register 7
CPU0_D8         0xF881FF20          Data Register 8
CPU0_D9         0xF881FF24          Data Register 9
CPU0_D10        0xF881FF28          Data Register 10
CPU0_D11        0xF881FF2C          Data Register 11
CPU0_D12        0xF881FF30          Data Register 12
CPU0_D13        0xF881FF34          Data Register 13
CPU0_D14        0xF881FF38          Data Register 14
CPU0_D15        0xF881FF3C          Data Register 15
CPU0_A0         0xF881FF80          Address Register 0
CPU0_A1         0xF881FF84          Address Register 1
CPU0_A2         0xF881FF88          Address Register 2
CPU0_A3         0xF881FF8C          Address Register 3
CPU0_A4         0xF881FF90          Address Register 4
CPU0_A5         0xF881FF94          Address Register 5
CPU0_A6         0xF881FF98          Address Register 6
CPU0_A7         0xF881FF9C          Address Register 7
CPU0_A8         0xF881FFA0          Address Register 8
CPU0_A9         0xF881FFA4          Address Register 9
CPU0_A10        0xF881FFA8          Address Register 10
CPU0_A11        0xF881FFAC          Address Register 11
CPU0_A12        0xF881FFB0          Address Register 12
CPU0_A13        0xF881FFB4          Address Register 13
CPU0_A14        0xF881FFB8          Address Register 14
CPU0_A15        0xF881FFBC          Address Register 15
CPU1_FLASHCON0  0xF8821100          CPUx Flash Configuration Register 0
CPU1_FLASHCON1  0xF8821104          CPUx Flash Configuration Register 1
CPU1_FLASHCON2  0xF8821108          CPUx Flash Configuration Register 2
CPU1_FLASHCON3  0xF882110C          CPUx Flash Configuration Register 3
CPU1_FLASHCON4  0xF8821110          CPUx Flash Configuration Register 4
CPU1_KRST0      0xF882D000          CPUx Reset Register 0
CPU1_KRST1      0xF882D004          CPUx Reset Register 1
CPU1_KRSTCLR    0xF882D008          CPUx Reset Clear Register
CPU1_SPR_SPROT_RGNLA0 0xF882E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU1_SPR_SPROT_RGNUA0 0xF882E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU1_SPR_SPROT_RGNACCENA0_W 0xF882E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU1_SPR_SPROT_RGNACCENB0_W 0xF882E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU1_SPR_SPROT_RGNLA1 0xF882E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU1_SPR_SPROT_RGNUA1 0xF882E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU1_SPR_SPROT_RGNACCENA1_W 0xF882E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU1_SPR_SPROT_RGNACCENB1_W 0xF882E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU1_SPR_SPROT_RGNLA2 0xF882E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU1_SPR_SPROT_RGNUA2 0xF882E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU1_SPR_SPROT_RGNACCENA2_W 0xF882E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU1_SPR_SPROT_RGNACCENB2_W 0xF882E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU1_SPR_SPROT_RGNLA3 0xF882E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU1_SPR_SPROT_RGNUA3 0xF882E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU1_SPR_SPROT_RGNACCENA3_W 0xF882E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU1_SPR_SPROT_RGNACCENB3_W 0xF882E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU1_SPR_SPROT_RGNLA4 0xF882E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU1_SPR_SPROT_RGNUA4 0xF882E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU1_SPR_SPROT_RGNACCENA4_W 0xF882E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU1_SPR_SPROT_RGNACCENB4_W 0xF882E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU1_SPR_SPROT_RGNLA5 0xF882E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU1_SPR_SPROT_RGNUA5 0xF882E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU1_SPR_SPROT_RGNACCENA5_W 0xF882E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU1_SPR_SPROT_RGNACCENB5_W 0xF882E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU1_SPR_SPROT_RGNLA6 0xF882E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU1_SPR_SPROT_RGNUA6 0xF882E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU1_SPR_SPROT_RGNACCENA6_W 0xF882E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU1_SPR_SPROT_RGNACCENB6_W 0xF882E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU1_SPR_SPROT_RGNLA7 0xF882E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU1_SPR_SPROT_RGNUA7 0xF882E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU1_SPR_SPROT_RGNACCENA7_W 0xF882E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU1_SPR_SPROT_RGNACCENB7_W 0xF882E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU1_SPR_SPROT_RGNACCENA0_R 0xF882E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU1_SPR_SPROT_RGNACCENB0_R 0xF882E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU1_SPR_SPROT_RGNACCENA1_R 0xF882E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU1_SPR_SPROT_RGNACCENB1_R 0xF882E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU1_SPR_SPROT_RGNACCENA2_R 0xF882E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU1_SPR_SPROT_RGNACCENB2_R 0xF882E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU1_SPR_SPROT_RGNACCENA3_R 0xF882E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU1_SPR_SPROT_RGNACCENB3_R 0xF882E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU1_SPR_SPROT_RGNACCENA4_R 0xF882E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU1_SPR_SPROT_RGNACCENB4_R 0xF882E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU1_SPR_SPROT_RGNACCENA5_R 0xF882E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU1_SPR_SPROT_RGNACCENB5_R 0xF882E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU1_SPR_SPROT_RGNACCENA6_R 0xF882E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU1_SPR_SPROT_RGNACCENB6_R 0xF882E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU1_SPR_SPROT_RGNACCENA7_R 0xF882E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU1_SPR_SPROT_RGNACCENB7_R 0xF882E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU1_SFR_SPROT_ACCENA_W 0xF882E100          CPUx Safety Protection Register Access Enable Register A
CPU1_SFR_SPROT_ACCENB_W 0xF882E104          CPUx Safety Protection Region Access Enable Register B
CPU1_LPB_SPROT_ACCENA_R 0xF882E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU1_LPB_SPROT_ACCENB_R 0xF882E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU1_DLMU_SPROT_RGNLA0 0xF882E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU1_DLMU_SPROT_RGNUA0 0xF882E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU1_DLMU_SPROT_RGNACCENA0_W 0xF882E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU1_DLMU_SPROT_RGNACCENB0_W 0xF882E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU1_DLMU_SPROT_RGNLA1 0xF882E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU1_DLMU_SPROT_RGNUA1 0xF882E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU1_DLMU_SPROT_RGNACCENA1_W 0xF882E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU1_DLMU_SPROT_RGNACCENB1_W 0xF882E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU1_DLMU_SPROT_RGNLA2 0xF882E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU1_DLMU_SPROT_RGNUA2 0xF882E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU1_DLMU_SPROT_RGNACCENA2_W 0xF882E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU1_DLMU_SPROT_RGNACCENB2_W 0xF882E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU1_DLMU_SPROT_RGNLA3 0xF882E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU1_DLMU_SPROT_RGNUA3 0xF882E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU1_DLMU_SPROT_RGNACCENA3_W 0xF882E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU1_DLMU_SPROT_RGNACCENB3_W 0xF882E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU1_DLMU_SPROT_RGNLA4 0xF882E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU1_DLMU_SPROT_RGNUA4 0xF882E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU1_DLMU_SPROT_RGNACCENA4_W 0xF882E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU1_DLMU_SPROT_RGNACCENB4_W 0xF882E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU1_DLMU_SPROT_RGNLA5 0xF882E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU1_DLMU_SPROT_RGNUA5 0xF882E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU1_DLMU_SPROT_RGNACCENA5_W 0xF882E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU1_DLMU_SPROT_RGNACCENB5_W 0xF882E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU1_DLMU_SPROT_RGNLA6 0xF882E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU1_DLMU_SPROT_RGNUA6 0xF882E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU1_DLMU_SPROT_RGNACCENA6_W 0xF882E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU1_DLMU_SPROT_RGNACCENB6_W 0xF882E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU1_DLMU_SPROT_RGNLA7 0xF882E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU1_DLMU_SPROT_RGNUA7 0xF882E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU1_DLMU_SPROT_RGNACCENA7_W 0xF882E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU1_DLMU_SPROT_RGNACCENB7_W 0xF882E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU1_DLMU_SPROT_RGNACCENA0_R 0xF882E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU1_DLMU_SPROT_RGNACCENB0_R 0xF882E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU1_DLMU_SPROT_RGNACCENA1_R 0xF882E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU1_DLMU_SPROT_RGNACCENB1_R 0xF882E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU1_DLMU_SPROT_RGNACCENA2_R 0xF882E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU1_DLMU_SPROT_RGNACCENB2_R 0xF882E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU1_DLMU_SPROT_RGNACCENA3_R 0xF882E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU1_DLMU_SPROT_RGNACCENB3_R 0xF882E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU1_DLMU_SPROT_RGNACCENA4_R 0xF882E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU1_DLMU_SPROT_RGNACCENB4_R 0xF882E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU1_DLMU_SPROT_RGNACCENA5_R 0xF882E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU1_DLMU_SPROT_RGNACCENB5_R 0xF882E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU1_DLMU_SPROT_RGNACCENA6_R 0xF882E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU1_DLMU_SPROT_RGNACCENB6_R 0xF882E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU1_DLMU_SPROT_RGNACCENA7_R 0xF882E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU1_DLMU_SPROT_RGNACCENB7_R 0xF882E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU1_OSEL       0xF882FB00          CPUx Overlay Range Select Register
CPU1_RABR0      0xF882FB10          CPUx Redirected Address Base Register 0
CPU1_OTAR0      0xF882FB14          CPUx Overlay Target Address Register 0
CPU1_OMASK0     0xF882FB18          CPUx Overlay Mask Register 0
CPU1_RABR1      0xF882FB1C          CPUx Redirected Address Base Register 1
CPU1_OTAR1      0xF882FB20          CPUx Overlay Target Address Register 1
CPU1_OMASK1     0xF882FB24          CPUx Overlay Mask Register 1
CPU1_RABR2      0xF882FB28          CPUx Redirected Address Base Register 2
CPU1_OTAR2      0xF882FB2C          CPUx Overlay Target Address Register 2
CPU1_OMASK2     0xF882FB30          CPUx Overlay Mask Register 2
CPU1_RABR3      0xF882FB34          CPUx Redirected Address Base Register 3
CPU1_OTAR3      0xF882FB38          CPUx Overlay Target Address Register 3
CPU1_OMASK3     0xF882FB3C          CPUx Overlay Mask Register 3
CPU1_RABR4      0xF882FB40          CPUx Redirected Address Base Register 4
CPU1_OTAR4      0xF882FB44          CPUx Overlay Target Address Register 4
CPU1_OMASK4     0xF882FB48          CPUx Overlay Mask Register 4
CPU1_RABR5      0xF882FB4C          CPUx Redirected Address Base Register 5
CPU1_OTAR5      0xF882FB50          CPUx Overlay Target Address Register 5
CPU1_OMASK5     0xF882FB54          CPUx Overlay Mask Register 5
CPU1_RABR6      0xF882FB58          CPUx Redirected Address Base Register 6
CPU1_OTAR6      0xF882FB5C          CPUx Overlay Target Address Register 6
CPU1_OMASK6     0xF882FB60          CPUx Overlay Mask Register 6
CPU1_RABR7      0xF882FB64          CPUx Redirected Address Base Register 7
CPU1_OTAR7      0xF882FB68          CPUx Overlay Target Address Register 7
CPU1_OMASK7     0xF882FB6C          CPUx Overlay Mask Register 7
CPU1_RABR8      0xF882FB70          CPUx Redirected Address Base Register 8
CPU1_OTAR8      0xF882FB74          CPUx Overlay Target Address Register 8
CPU1_OMASK8     0xF882FB78          CPUx Overlay Mask Register 8
CPU1_RABR9      0xF882FB7C          CPUx Redirected Address Base Register 9
CPU1_OTAR9      0xF882FB80          CPUx Overlay Target Address Register 9
CPU1_OMASK9     0xF882FB84          CPUx Overlay Mask Register 9
CPU1_RABR10     0xF882FB88          CPUx Redirected Address Base Register 10
CPU1_OTAR10     0xF882FB8C          CPUx Overlay Target Address Register 10
CPU1_OMASK10    0xF882FB90          CPUx Overlay Mask Register 10
CPU1_RABR11     0xF882FB94          CPUx Redirected Address Base Register 11
CPU1_OTAR11     0xF882FB98          CPUx Overlay Target Address Register 11
CPU1_OMASK11    0xF882FB9C          CPUx Overlay Mask Register 11
CPU1_RABR12     0xF882FBA0          CPUx Redirected Address Base Register 12
CPU1_OTAR12     0xF882FBA4          CPUx Overlay Target Address Register 12
CPU1_OMASK12    0xF882FBA8          CPUx Overlay Mask Register 12
CPU1_RABR13     0xF882FBAC          CPUx Redirected Address Base Register 13
CPU1_OTAR13     0xF882FBB0          CPUx Overlay Target Address Register 13
CPU1_OMASK13    0xF882FBB4          CPUx Overlay Mask Register 13
CPU1_RABR14     0xF882FBB8          CPUx Redirected Address Base Register 14
CPU1_OTAR14     0xF882FBBC          CPUx Overlay Target Address Register 14
CPU1_OMASK14    0xF882FBC0          CPUx Overlay Mask Register 14
CPU1_RABR15     0xF882FBC4          CPUx Redirected Address Base Register 15
CPU1_OTAR15     0xF882FBC8          CPUx Overlay Target Address Register 15
CPU1_OMASK15    0xF882FBCC          CPUx Overlay Mask Register 15
CPU1_RABR16     0xF882FBD0          CPUx Redirected Address Base Register 16
CPU1_OTAR16     0xF882FBD4          CPUx Overlay Target Address Register 16
CPU1_OMASK16    0xF882FBD8          CPUx Overlay Mask Register 16
CPU1_RABR17     0xF882FBDC          CPUx Redirected Address Base Register 17
CPU1_OTAR17     0xF882FBE0          CPUx Overlay Target Address Register 17
CPU1_OMASK17    0xF882FBE4          CPUx Overlay Mask Register 17
CPU1_RABR18     0xF882FBE8          CPUx Redirected Address Base Register 18
CPU1_OTAR18     0xF882FBEC          CPUx Overlay Target Address Register 18
CPU1_OMASK18    0xF882FBF0          CPUx Overlay Mask Register 18
CPU1_RABR19     0xF882FBF4          CPUx Redirected Address Base Register 19
CPU1_OTAR19     0xF882FBF8          CPUx Overlay Target Address Register 19
CPU1_OMASK19    0xF882FBFC          CPUx Overlay Mask Register 19
CPU1_RABR20     0xF882FC00          CPUx Redirected Address Base Register 20
CPU1_OTAR20     0xF882FC04          CPUx Overlay Target Address Register 20
CPU1_OMASK20    0xF882FC08          CPUx Overlay Mask Register 20
CPU1_RABR21     0xF882FC0C          CPUx Redirected Address Base Register 21
CPU1_OTAR21     0xF882FC10          CPUx Overlay Target Address Register 21
CPU1_OMASK21    0xF882FC14          CPUx Overlay Mask Register 21
CPU1_RABR22     0xF882FC18          CPUx Redirected Address Base Register 22
CPU1_OTAR22     0xF882FC1C          CPUx Overlay Target Address Register 22
CPU1_OMASK22    0xF882FC20          CPUx Overlay Mask Register 22
CPU1_RABR23     0xF882FC24          CPUx Redirected Address Base Register 23
CPU1_OTAR23     0xF882FC28          CPUx Overlay Target Address Register 23
CPU1_OMASK23    0xF882FC2C          CPUx Overlay Mask Register 23
CPU1_RABR24     0xF882FC30          CPUx Redirected Address Base Register 24
CPU1_OTAR24     0xF882FC34          CPUx Overlay Target Address Register 24
CPU1_OMASK24    0xF882FC38          CPUx Overlay Mask Register 24
CPU1_RABR25     0xF882FC3C          CPUx Redirected Address Base Register 25
CPU1_OTAR25     0xF882FC40          CPUx Overlay Target Address Register 25
CPU1_OMASK25    0xF882FC44          CPUx Overlay Mask Register 25
CPU1_RABR26     0xF882FC48          CPUx Redirected Address Base Register 26
CPU1_OTAR26     0xF882FC4C          CPUx Overlay Target Address Register 26
CPU1_OMASK26    0xF882FC50          CPUx Overlay Mask Register 26
CPU1_RABR27     0xF882FC54          CPUx Redirected Address Base Register 27
CPU1_OTAR27     0xF882FC58          CPUx Overlay Target Address Register 27
CPU1_OMASK27    0xF882FC5C          CPUx Overlay Mask Register 27
CPU1_RABR28     0xF882FC60          CPUx Redirected Address Base Register 28
CPU1_OTAR28     0xF882FC64          CPUx Overlay Target Address Register 28
CPU1_OMASK28    0xF882FC68          CPUx Overlay Mask Register 28
CPU1_RABR29     0xF882FC6C          CPUx Redirected Address Base Register 29
CPU1_OTAR29     0xF882FC70          CPUx Overlay Target Address Register 29
CPU1_OMASK29    0xF882FC74          CPUx Overlay Mask Register 29
CPU1_RABR30     0xF882FC78          CPUx Redirected Address Base Register 30
CPU1_OTAR30     0xF882FC7C          CPUx Overlay Target Address Register 30
CPU1_OMASK30    0xF882FC80          CPUx Overlay Mask Register 30
CPU1_RABR31     0xF882FC84          CPUx Redirected Address Base Register 31
CPU1_OTAR31     0xF882FC88          CPUx Overlay Target Address Register 31
CPU1_OMASK31    0xF882FC8C          CPUx Overlay Mask Register 31
CSFR_BASE_1     0xF8830000          Core Special Function Registers base (CPU1)
CPU1_SEGEN      0xF8831030          CPUx SRI Error Generation Register
CPU1_TASK_ASI   0xF8838004          CPUx Task Address Space Identifier Register
CPU1_PMA0       0xF8838100          CPUx Data Access CacheabilityRegister
CPU1_PMA1       0xF8838104          CPUx Code Access CacheabilityRegister
CPU1_PMA2       0xF8838108          CPUx Peripheral Space Identifier register
CPU1_DCON2      0xF8839000          CPUx Data Control Register 2
CPU1_SMACON     0xF883900C          CPUx SIST Mode Access Control Register
CPU1_DSTR       0xF8839010          CPUx Data Synchronous Trap Register
CPU1_DATR       0xF8839018          CPUx Data Asynchronous Trap Register
CPU1_DEADD      0xF883901C          CPUx Data Error Address Register
CPU1_DIEAR      0xF8839020          CPUx Data Integrity Error Address Register
CPU1_DIETR      0xF8839024          CPUx Data Integrity Error Trap Register
CPU1_DCON0      0xF8839040          CPUx Data Memory Control Register
CPU1_PSTR       0xF8839200          CPUx Program Synchronous Trap Register
CPU1_PCON1      0xF8839204          CPUx Program Control 1
CPU1_PCON2      0xF8839208          CPUx Program Control 2
CPU1_PCON0      0xF883920C          CPUx Program Control 0
CPU1_PIEAR      0xF8839210          CPUx Program Integrity Error Address Register
CPU1_PIETR      0xF8839214          CPUx Program Integrity Error Trap Register
CPU1_COMPAT     0xF8839400          CPUx Compatibility Control Register
CPU1_FPU_TRAP_CON 0xF883A000          CPUx Trap Control Register
CPU1_FPU_TRAP_PC 0xF883A004          CPUx Trapping Instruction Program Counter Register
CPU1_FPU_TRAP_OPC 0xF883A008          CPUx Trapping Instruction Opcode Register
CPU1_FPU_TRAP_SRC1 0xF883A010          CPUx Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC2 0xF883A014          CPUx Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC3 0xF883A018          CPUx Trapping Instruction Operand Register
CPU1_DPR0_L     0xF883C000          CPUx Data Protection Range 0, Lower Bound Register
CPU1_DPR0_U     0xF883C004          CPUx Data Protection Range 0, Upper Bound Register
CPU1_DPR1_L     0xF883C008          CPUx Data Protection Range 1, Lower Bound Register
CPU1_DPR1_U     0xF883C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU1_DPR2_L     0xF883C010          CPUx Data Protection Range 2, Lower Bound Register
CPU1_DPR2_U     0xF883C014          CPUx Data Protection Range 2, Upper Bound Register
CPU1_DPR3_L     0xF883C018          CPUx Data Protection Range 3, Lower Bound Register
CPU1_DPR3_U     0xF883C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU1_DPR4_L     0xF883C020          CPUx Data Protection Range 4, Lower Bound Register
CPU1_DPR4_U     0xF883C024          CPUx Data Protection Range 4, Upper Bound Register
CPU1_DPR5_L     0xF883C028          CPUx Data Protection Range 5, Lower Bound Register
CPU1_DPR5_U     0xF883C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU1_DPR6_L     0xF883C030          CPUx Data Protection Range 6, Lower Bound Register
CPU1_DPR6_U     0xF883C034          CPUx Data Protection Range 6, Upper Bound Register
CPU1_DPR7_L     0xF883C038          CPUx Data Protection Range 7, Lower Bound Register
CPU1_DPR7_U     0xF883C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU1_DPR8_L     0xF883C040          CPUx Data Protection Range 8, Lower Bound Register
CPU1_DPR8_U     0xF883C044          CPUx Data Protection Range 8, Upper Bound Register
CPU1_DPR9_L     0xF883C048          CPUx Data Protection Range 9, Lower Bound Register
CPU1_DPR9_U     0xF883C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU1_DPR10_L    0xF883C050          CPUx Data Protection Range 10, Lower Bound Register
CPU1_DPR10_U    0xF883C054          CPUx Data Protection Range 10, Upper Bound Register
CPU1_DPR11_L    0xF883C058          CPUx Data Protection Range 11, Lower Bound Register
CPU1_DPR11_U    0xF883C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU1_DPR12_L    0xF883C060          CPUx Data Protection Range 12, Lower Bound Register
CPU1_DPR12_U    0xF883C064          CPUx Data Protection Range 12, Upper Bound Register
CPU1_DPR13_L    0xF883C068          CPUx Data Protection Range 13, Lower Bound Register
CPU1_DPR13_U    0xF883C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU1_DPR14_L    0xF883C070          CPUx Data Protection Range 14, Lower Bound Register
CPU1_DPR14_U    0xF883C074          CPUx Data Protection Range 14, Upper Bound Register
CPU1_DPR15_L    0xF883C078          CPUx Data Protection Range 15, Lower Bound Register
CPU1_DPR15_U    0xF883C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU1_DPR16_L    0xF883C080          CPUx Data Protection Range 16, Lower Bound Register
CPU1_DPR16_U    0xF883C084          CPUx Data Protection Range 16, Upper Bound Register
CPU1_DPR17_L    0xF883C088          CPUx Data Protection Range 17, Lower Bound Register
CPU1_DPR17_U    0xF883C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU1_CPR0_L     0xF883D000          CPUx Code Protection Range 0 Lower Bound Register
CPU1_CPR0_U     0xF883D004          CPUx Code Protection Range 0 Upper Bound Register
CPU1_CPR1_L     0xF883D008          CPUx Code Protection Range 1 Lower Bound Register
CPU1_CPR1_U     0xF883D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU1_CPR2_L     0xF883D010          CPUx Code Protection Range 2 Lower Bound Register
CPU1_CPR2_U     0xF883D014          CPUx Code Protection Range 2 Upper Bound Register
CPU1_CPR3_L     0xF883D018          CPUx Code Protection Range 3 Lower Bound Register
CPU1_CPR3_U     0xF883D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU1_CPR4_L     0xF883D020          CPUx Code Protection Range 4 Lower Bound Register
CPU1_CPR4_U     0xF883D024          CPUx Code Protection Range 4 Upper Bound Register
CPU1_CPR5_L     0xF883D028          CPUx Code Protection Range 5 Lower Bound Register
CPU1_CPR5_U     0xF883D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU1_CPR6_L     0xF883D030          CPUx Code Protection Range 6 Lower Bound Register
CPU1_CPR6_U     0xF883D034          CPUx Code Protection Range 6 Upper Bound Register
CPU1_CPR7_L     0xF883D038          CPUx Code Protection Range 7 Lower Bound Register
CPU1_CPR7_U     0xF883D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU1_CPR8_L     0xF883D040          CPUx Code Protection Range 8 Lower Bound Register
CPU1_CPR8_U     0xF883D044          CPUx Code Protection Range 8 Upper Bound Register
CPU1_CPR9_L     0xF883D048          CPUx Code Protection Range 9 Lower Bound Register
CPU1_CPR9_U     0xF883D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU1_CPXE_0     0xF883E000          CPUx Code Protection Execute Enable Register Set 0
CPU1_CPXE_1     0xF883E004          CPUx Code Protection Execute Enable Register Set 1
CPU1_CPXE_2     0xF883E008          CPUx Code Protection Execute Enable Register Set 2
CPU1_CPXE_3     0xF883E00C          CPUx Code Protection Execute Enable Register Set 3
CPU1_DPRE_0     0xF883E010          CPUx Data Protection Read Enable Register Set 0
CPU1_DPRE_1     0xF883E014          CPUx Data Protection Read Enable Register Set 1
CPU1_DPRE_2     0xF883E018          CPUx Data Protection Read Enable Register Set 2
CPU1_DPRE_3     0xF883E01C          CPUx Data Protection Read Enable Register Set 3
CPU1_DPWE_0     0xF883E020          CPUx Data Protection Write Enable Register Set 0
CPU1_DPWE_1     0xF883E024          CPUx Data Protection Write Enable Register Set 1
CPU1_DPWE_2     0xF883E028          CPUx Data Protection Write Enable Register Set 2
CPU1_DPWE_3     0xF883E02C          CPUx Data Protection Write Enable Register Set 3
CPU1_CPXE_4     0xF883E040          CPUx Code Protection Execute Enable Register Set 4
CPU1_CPXE_5     0xF883E044          CPUx Code Protection Execute Enable Register Set 5
CPU1_DPRE_4     0xF883E050          CPUx Data Protection Read Enable Register Set 4
CPU1_DPRE_5     0xF883E054          CPUx Data Protection Read Enable Register Set 5
CPU1_DPWE_4     0xF883E060          CPUx Data Protection Write Enable Register Set 4
CPU1_DPWE_5     0xF883E064          CPUx Data Protection Write Enable Register Set 5
CPU1_TPS_CON    0xF883E400          CPUx Temporal Protection System Control Register
CPU1_TPS_TIMER0 0xF883E404          CPUx Temporal Protection System Timer Register 0
CPU1_TPS_TIMER1 0xF883E408          CPUx Temporal Protection System Timer Register 1
CPU1_TPS_TIMER2 0xF883E40C          CPUx Temporal Protection System Timer Register 2
CPU1_TPS_EXTIM_ENTRY_LVAL 0xF883E440          CPUx Exception Entry Timer Load Value
CPU1_TPS_EXTIM_ENTRY_CVAL 0xF883E444          CPUx Exception Entry Timer Current Value
CPU1_TPS_EXTIM_EXIT_LVAL 0xF883E448          CPUx Exception Exit Timer Load Value
CPU1_TPS_EXTIM_EXIT_CVAL 0xF883E44C          CPUx Exception Exit Timer Current Value
CPU1_TPS_EXTIM_CLASS_EN 0xF883E450          CPUx Exception Timer Class Enable Register
CPU1_TPS_EXTIM_STAT 0xF883E454          CPUx Exception Timer Status Register
CPU1_TPS_EXTIM_FCX 0xF883E458          CPUx Exception Timer FCX Register
CPU1_TR0EVT     0xF883F000          CPUx Trigger Event 0
CPU1_TR0ADR     0xF883F004          CPUx Trigger Address 0
CPU1_TR1EVT     0xF883F008          CPUx Trigger Event 1
CPU1_TR1ADR     0xF883F00C          CPUx Trigger Address 1
CPU1_TR2EVT     0xF883F010          CPUx Trigger Event 2
CPU1_TR2ADR     0xF883F014          CPUx Trigger Address 2
CPU1_TR3EVT     0xF883F018          CPUx Trigger Event 3
CPU1_TR3ADR     0xF883F01C          CPUx Trigger Address 3
CPU1_TR4EVT     0xF883F020          CPUx Trigger Event 4
CPU1_TR4ADR     0xF883F024          CPUx Trigger Address 4
CPU1_TR5EVT     0xF883F028          CPUx Trigger Event 5
CPU1_TR5ADR     0xF883F02C          CPUx Trigger Address 5
CPU1_TR6EVT     0xF883F030          CPUx Trigger Event 6
CPU1_TR6ADR     0xF883F034          CPUx Trigger Address 6
CPU1_TR7EVT     0xF883F038          CPUx Trigger Event 7
CPU1_TR7ADR     0xF883F03C          CPUx Trigger Address 7
CPU1_CCTRL      0xF883FC00          CPUx Counter Control
CPU1_CCNT       0xF883FC04          CPUx CPU Clock Cycle Count
CPU1_ICNT       0xF883FC08          CPUx Instruction Count
CPU1_M1CNT      0xF883FC0C          CPUx Multi-Count Register 1
CPU1_M2CNT      0xF883FC10          CPUx Multi-Count Register 2
CPU1_M3CNT      0xF883FC14          CPUx Multi-Count Register 3
CPU1_DBGSR      0xF883FD00          CPUx Debug Status Register
CPU1_EXEVT      0xF883FD08          CPUx External Event Register
CPU1_CREVT      0xF883FD0C          CPUx Core Register Access Event
CPU1_SWEVT      0xF883FD10          CPUx Software Debug Event
CPU1_TRIG_ACC   0xF883FD30          CPUx TriggerAddressx
CPU1_DMS        0xF883FD40          CPUx Debug Monitor Start Address
CPU1_DCX        0xF883FD44          CPUx Debug Context Save Area Pointer
CPU1_DBGTCR     0xF883FD48          CPUx Debug Trap Control Register
CPU1_PCXI       0xF883FE00          CPUx Previous Context Information Register
CPU1_PSW        0xF883FE04          CPUx Program Status Word
CPU1_PC         0xF883FE08          CPUx Program Counter
CPU1_SYSCON     0xF883FE14          CPUx System Configuration Register
CPU1_CPU_ID     0xF883FE18          CPUx Identification Register TC1.6.2P
CPU1_CORE_ID    0xF883FE1C          CPUx Core Identification Register
CPU1_BIV        0xF883FE20          CPUx Base Interrupt Vector Table Pointer
CPU1_BTV        0xF883FE24          CPUx Base Trap Vector Table Pointer
CPU1_ISP        0xF883FE28          CPUx Interrupt Stack Pointer
CPU1_ICR        0xF883FE2C          CPUx Interrupt Control Register
CPU1_FCX        0xF883FE38          CPUx Free CSA List Head Pointer
CPU1_LCX        0xF883FE3C          CPUx Free CSA List Limit Pointer
CPU1_CUS_ID     0xF883FE50          CPUx Customer ID register
CPU1_D0         0xF883FF00          Data Register 0
CPU1_D1         0xF883FF04          Data Register 1
CPU1_D2         0xF883FF08          Data Register 2
CPU1_D3         0xF883FF0C          Data Register 3
CPU1_D4         0xF883FF10          Data Register 4
CPU1_D5         0xF883FF14          Data Register 5
CPU1_D6         0xF883FF18          Data Register 6
CPU1_D7         0xF883FF1C          Data Register 7
CPU1_D8         0xF883FF20          Data Register 8
CPU1_D9         0xF883FF24          Data Register 9
CPU1_D10        0xF883FF28          Data Register 10
CPU1_D11        0xF883FF2C          Data Register 11
CPU1_D12        0xF883FF30          Data Register 12
CPU1_D13        0xF883FF34          Data Register 13
CPU1_D14        0xF883FF38          Data Register 14
CPU1_D15        0xF883FF3C          Data Register 15
CPU1_A0         0xF883FF80          Address Register 0
CPU1_A1         0xF883FF84          Address Register 1
CPU1_A2         0xF883FF88          Address Register 2
CPU1_A3         0xF883FF8C          Address Register 3
CPU1_A4         0xF883FF90          Address Register 4
CPU1_A5         0xF883FF94          Address Register 5
CPU1_A6         0xF883FF98          Address Register 6
CPU1_A7         0xF883FF9C          Address Register 7
CPU1_A8         0xF883FFA0          Address Register 8
CPU1_A9         0xF883FFA4          Address Register 9
CPU1_A10        0xF883FFA8          Address Register 10
CPU1_A11        0xF883FFAC          Address Register 11
CPU1_A12        0xF883FFB0          Address Register 12
CPU1_A13        0xF883FFB4          Address Register 13
CPU1_A14        0xF883FFB8          Address Register 14
CPU1_A15        0xF883FFBC          Address Register 15

; this chip implements TriCore v1.6.2 instruction set
.tc3xx/tc37x
; MEMORY MAP
area DATA CPU2_DSPR       0x50000000:0x50018000   CPU2 Data Scratch Pad SRAM
area DATA CPU2_DCACHE     0x50018000:0x5001C000   CPU2 Data Cache SRAM
area DATA CPU2_DTAG       0x500C0000:0x500C1800   CPU2 Data Cache TAG SRAM
area CODE CPU2_PSPR       0x50100000:0x50110000   CPU2 Program Scratch Pad SRAM
area CODE CPU2_PCACHE     0x50110000:0x50118000   CPU2 Program Cache SRAM
area CODE CPU2_PTAG       0x501C0000:0x501C3000   CPU2 Program Cache TAG SRAM
area DATA CPU1_DSPR       0x60000000:0x6003C000   CPU1 Data Scratch Pad SRAM
area DATA CPU1_DCACHE     0x6003C000:0x60040000   CPU1 Data Cache SRAM
area DATA CPU1_DTAG       0x600C0000:0x600C1800   CPU1 Data Cache TAG SRAM
area CODE CPU1_PSPR       0x60100000:0x60110000   CPU1 Program Scratch Pad SRAM
area CODE CPU1_PCACHE     0x60110000:0x60118000   CPU1 Program Cache SRAM
area CODE CPU1_PTAG       0x601C0000:0x601C3000   CPU1 Program Cache TAG SRAM
area DATA CPU0_DSPR       0x70000000:0x7003C000   CPU0 Data Scratch Pad SRAM
area DATA CPU0_DCACHE     0x7003C000:0x70040000   CPU0 Data Cache SRAM
area DATA CPU0_DTAG       0x700C0000:0x700C1800   CPU0 Data Cache TAG SRAM
area CODE CPU0_PSPR       0x70100000:0x70110000   CPU0 Program Scratch Pad SRAM
area CODE CPU0_PCACHE     0x70110000:0x70118000   CPU0 Program Cache SRAM
area CODE CPU0_PTAG       0x701C0000:0x701C3000   CPU0 Program Cache TAG SRAM
area DATA EBU             0x82000000:0x88000000   External EBU Space, cached
area DATA OLDA            0x8FE00000:0x8FE80000   Online Data Acquisition, cached
area CODE BROM            0x8FFF0000:0x90000000   Boot ROM, cached
area DATA LMURAM          0x90000000:0x90120000   LMU SRAM, cached
area DATA DAM             0x90400000:0x90420000   DAM, cached
area DATA TRAM            0x98000000:0x98002000   miniMCDS Trace SRAM, cached
area DATA EMEM            0x98E00000:0x99400000   EMEM, cached
area CODE PFLASH0_NC      0xA0000000:0xA0300000   Program Flash 0, non-cached
area CODE PFLASH1_NC      0xA0300000:0xA0600000   Program Flash 1, non-cached
area CODE PFLASH2_NC      0xA0600000:0xA0900000   Program Flash 2, non-cached
area CODE PFLASH3_NC      0xA0900000:0xA0C00000   Program Flash 3, non-cached
area CODE PFLASH4_NC      0xA0C00000:0xA0F00000   Program Flash 4, non-cached
area CODE PFLASH5_NC      0xA0F00000:0xA1000000   Program Flash 5, non-cached
area DATA EBU_NC          0xA2000000:0xA8000000   External EBU Space, non-cached
area DATA EC0             0xA8000000:0xA8004000   Erase Counter 0, non-cached
area DATA PFI0            0xA8080000:0xA80C0000   PFI User Registers 0, non-cached
area DATA EC1             0xA8300000:0xA8304000   Erase Counter 1, non-cached
area DATA PFI1            0xA8380000:0xA83C0000   PFI User Registers 1, non-cached
area DATA EC2             0xA8600000:0xA8604000   Erase Counter 2, non-cached
area DATA PFI2            0xA8680000:0xA86C0000   PFI User Registers 2, non-cached
area DATA EC3             0xA8900000:0xA8904000   Erase Counter 3, non-cached
area DATA PFI3            0xA8980000:0xA89C0000   PFI User Registers 3, non-cached
area DATA EC4             0xA8C00000:0xA8C04000   Erase Counter 4, non-cached
area DATA PFI4            0xA8C80000:0xA8CC0000   PFI User Registers 4, non-cached
area DATA EC5             0xA8F00000:0xA8F04000   Erase Counter 5, non-cached
area DATA PFI5            0xA8F80000:0xA8FC0000   PFI User Registers 5, non-cached
area DATA DFLASH0_EEPROM_NC 0xAF000000:0xAF100000   Data Flash 0 EEPROM, non-cached
area DATA DFLASH0_UCB_NC  0xAF400000:0xAF406000   Data Flash 0 UCB, non-cached
area DATA DFLASH0_CFS_NC  0xAF800000:0xAF810000   Data Flash 0 CFS, non-cached
area DATA DFLASH1_EEPROM_NC 0xAFC00000:0xAFC20000   Data Flash 1 EEPROM, non-cached
area DATA OLDA_NC         0xAFE00000:0xAFE80000   Online Data Acquisition, non-cached
area CODE BROM_NC         0xAFFF0000:0xB0000000   Boot ROM, non-cached
area DATA LMU_NC          0xB0000000:0xB0120000   LMU, non-cached
area DATA DAM_NC          0xB0400000:0xB0420000   DAM, non-cached
area DATA TRAM_NC         0xB8000000:0xB8002000   miniMCDS Trace SRAM, non-cached
area DATA EMEM_NC         0xB8E00000:0xB9400000   EMEM, non-cached
area DATA XTM_NC          0xB9400000:0xB9480000   Extra Trace Memory, non-cached
area DATA REGISTERS       0xF0000000:0xFF120000   Core SFRs and GPRs
; REGISTERS
PFI0_ECCR       0xA8080000          ECC Read Register
PFI0_ECCS       0xA8080020          ECC Status Register
PFI0_SBABRECORD0 0xA8082000          SBAB Record 0
PFI0_SBABRECORD1 0xA8082020          SBAB Record 1
PFI0_SBABRECORD2 0xA8082040          SBAB Record 2
PFI0_SBABRECORD3 0xA8082060          SBAB Record 3
PFI0_SBABRECORD4 0xA8082080          SBAB Record 4
PFI0_SBABRECORD5 0xA80820A0          SBAB Record 5
PFI0_SBABRECORD6 0xA80820C0          SBAB Record 6
PFI0_SBABRECORD7 0xA80820E0          SBAB Record 7
PFI0_SBABRECORD8 0xA8082100          SBAB Record 8
PFI0_SBABRECORD9 0xA8082120          SBAB Record 9
PFI0_SBABRECORD10 0xA8082140          SBAB Record 10
PFI0_SBABRECORD11 0xA8082160          SBAB Record 11
PFI0_SBABRECORD12 0xA8082180          SBAB Record 12
PFI0_SBABRECORD13 0xA80821A0          SBAB Record 13
PFI0_SBABRECORD14 0xA80821C0          SBAB Record 14
PFI0_SBABRECORD15 0xA80821E0          SBAB Record 15
PFI0_SBABRECORD16 0xA8082200          SBAB Record 16
PFI0_DBABRECORD0 0xA8084000          DBAB Record 0
PFI0_DBABRECORD1 0xA8084020          DBAB Record 1
PFI0_MBABRECORD0 0xA8088000          MBAB Record 0
PFI0_ZBABRECORD0 0xA808C000          ZBAB Record 0
PFI0_ZBABRECORD1 0xA808C020          ZBAB Record 1
PFI0_ZBABRECORD2 0xA808C040          ZBAB Record 2
PFI0_ZBABRECORD3 0xA808C060          ZBAB Record 3
PFI1_ECCR       0xA8380000          ECC Read Register
PFI1_ECCS       0xA8380020          ECC Status Register
PFI1_SBABRECORD0 0xA8382000          SBAB Record 0
PFI1_SBABRECORD1 0xA8382020          SBAB Record 1
PFI1_SBABRECORD2 0xA8382040          SBAB Record 2
PFI1_SBABRECORD3 0xA8382060          SBAB Record 3
PFI1_SBABRECORD4 0xA8382080          SBAB Record 4
PFI1_SBABRECORD5 0xA83820A0          SBAB Record 5
PFI1_SBABRECORD6 0xA83820C0          SBAB Record 6
PFI1_SBABRECORD7 0xA83820E0          SBAB Record 7
PFI1_SBABRECORD8 0xA8382100          SBAB Record 8
PFI1_SBABRECORD9 0xA8382120          SBAB Record 9
PFI1_SBABRECORD10 0xA8382140          SBAB Record 10
PFI1_SBABRECORD11 0xA8382160          SBAB Record 11
PFI1_SBABRECORD12 0xA8382180          SBAB Record 12
PFI1_SBABRECORD13 0xA83821A0          SBAB Record 13
PFI1_SBABRECORD14 0xA83821C0          SBAB Record 14
PFI1_SBABRECORD15 0xA83821E0          SBAB Record 15
PFI1_SBABRECORD16 0xA8382200          SBAB Record 16
PFI1_DBABRECORD0 0xA8384000          DBAB Record 0
PFI1_DBABRECORD1 0xA8384020          DBAB Record 1
PFI1_MBABRECORD0 0xA8388000          MBAB Record 0
PFI1_ZBABRECORD0 0xA838C000          ZBAB Record 0
PFI1_ZBABRECORD1 0xA838C020          ZBAB Record 1
PFI1_ZBABRECORD2 0xA838C040          ZBAB Record 2
PFI1_ZBABRECORD3 0xA838C060          ZBAB Record 3
FCE_CLC         0xF0000000          Clock Control Register
FCE_ID          0xF0000008          Module Identification Register
FCE_CHSTS       0xF0000020          Channels Status Register
FCE_KRSTCLR     0xF00000EC          Kernel Reset Status Clear Register
FCE_KRST1       0xF00000F0          Kernel Reset Register 1
FCE_KRST0       0xF00000F4          Kernel Reset Register 0
FCE_ACCEN1      0xF00000F8          Access Enable Register 1
FCE_ACCEN0      0xF00000FC          Access Enable Register 0
FCE_IR0         0xF0000100          Input Register 0
FCE_RES0        0xF0000104          CRC Result Register 0
FCE_CFG0        0xF0000108          CRC Configuration Register 0
FCE_STS0        0xF000010C          CRC Status Register 0
FCE_LENGTH0     0xF0000110          CRC Length Register 0
FCE_CHECK0      0xF0000114          CRC Check Register 0
FCE_CRC0        0xF0000118          CRC Regsister 0
FCE_CTR0        0xF000011C          CRC Test Register 0
FCE_IR1         0xF0000120          Input Register 1
FCE_RES1        0xF0000124          CRC Result Register 1
FCE_CFG1        0xF0000128          CRC Configuration Register 1
FCE_STS1        0xF000012C          CRC Status Register 1
FCE_LENGTH1     0xF0000130          CRC Length Register 1
FCE_CHECK1      0xF0000134          CRC Check Register 1
FCE_CRC1        0xF0000138          CRC Regsister 1
FCE_CTR1        0xF000013C          CRC Test Register 1
FCE_IR2         0xF0000140          Input Register 2
FCE_RES2        0xF0000144          CRC Result Register 2
FCE_CFG2        0xF0000148          CRC Configuration Register 2
FCE_STS2        0xF000014C          CRC Status Register 2
FCE_LENGTH2     0xF0000150          CRC Length Register 2
FCE_CHECK2      0xF0000154          CRC Check Register 2
FCE_CRC2        0xF0000158          CRC Regsister 2
FCE_CTR2        0xF000015C          CRC Test Register 2
FCE_IR3         0xF0000160          Input Register 3
FCE_RES3        0xF0000164          CRC Result Register 3
FCE_CFG3        0xF0000168          CRC Configuration Register 3
FCE_STS3        0xF000016C          CRC Status Register 3
FCE_LENGTH3     0xF0000170          CRC Length Register 3
FCE_CHECK3      0xF0000174          CRC Check Register 3
FCE_CRC3        0xF0000178          CRC Regsister 3
FCE_CTR3        0xF000017C          CRC Test Register 3
FCE_IR4         0xF0000180          Input Register 4
FCE_RES4        0xF0000184          CRC Result Register 4
FCE_CFG4        0xF0000188          CRC Configuration Register 4
FCE_STS4        0xF000018C          CRC Status Register 4
FCE_LENGTH4     0xF0000190          CRC Length Register 4
FCE_CHECK4      0xF0000194          CRC Check Register 4
FCE_CRC4        0xF0000198          CRC Regsister 4
FCE_CTR4        0xF000019C          CRC Test Register 4
FCE_IR5         0xF00001A0          Input Register 5
FCE_RES5        0xF00001A4          CRC Result Register 5
FCE_CFG5        0xF00001A8          CRC Configuration Register 5
FCE_STS5        0xF00001AC          CRC Status Register 5
FCE_LENGTH5     0xF00001B0          CRC Length Register 5
FCE_CHECK5      0xF00001B4          CRC Check Register 5
FCE_CRC5        0xF00001B8          CRC Regsister 5
FCE_CTR5        0xF00001BC          CRC Test Register 5
FCE_IR6         0xF00001C0          Input Register 6
FCE_RES6        0xF00001C4          CRC Result Register 6
FCE_CFG6        0xF00001C8          CRC Configuration Register 6
FCE_STS6        0xF00001CC          CRC Status Register 6
FCE_LENGTH6     0xF00001D0          CRC Length Register 6
FCE_CHECK6      0xF00001D4          CRC Check Register 6
FCE_CRC6        0xF00001D8          CRC Regsister 6
FCE_CTR6        0xF00001DC          CRC Test Register 6
FCE_IR7         0xF00001E0          Input Register 7
FCE_RES7        0xF00001E4          CRC Result Register 7
FCE_CFG7        0xF00001E8          CRC Configuration Register 7
FCE_STS7        0xF00001EC          CRC Status Register 7
FCE_LENGTH7     0xF00001F0          CRC Length Register 7
FCE_CHECK7      0xF00001F4          CRC Check Register 7
FCE_CRC7        0xF00001F8          CRC Regsister 7
FCE_CTR7        0xF00001FC          CRC Test Register 7
CBS_JDPID       0xF0000408          Module Identification Register
CBS_OIFM        0xF000040C          OCDS Interface Mode Register
CBS_TIPR        0xF0000410          TG Input Pins Routing
CBS_TOPR        0xF0000414          TG Output Pins Routing
CBS_TOPPS       0xF0000418          TG Output Pins Pulse Stretcher
CBS_TCIP        0xF000041C          TG Capture for TG Input Pins
CBS_TRC0        0xF0000420          TG Routing for CPU0
CBS_TRC1        0xF0000424          TG Routing for CPU1
CBS_TRC2        0xF0000428          TG Routing for CPU2
CBS_TRC3        0xF000042C          TG Routing for CPU3
CBS_TRC4        0xF0000430          TG Routing for CPU4
CBS_TRC5        0xF0000434          TG Routing for CPU5
CBS_TRHSM       0xF0000438          TG Routing for HSMControl
CBS_TRMC        0xF000043C          TG Routing for MCDS Control
CBS_TLCC0       0xF0000440          TG Line Counter Control
CBS_TLCC1       0xF0000444          TG Line Counter Control
CBS_TLCV0       0xF0000450          TG Line Counter Value
CBS_TLCV1       0xF0000454          TG Line Counter Value
CBS_TRSS        0xF0000460          TG Routing for Special Signals
CBS_JTAGID      0xF0000464          JTAGDevice Identification Register
CBS_COMDATA     0xF0000468          Communication Mode Data Register
CBS_IOSR        0xF000046C          IOClientStatus and Control Register
CBS_TLS         0xF0000470          TG Line State
CBS_TCTL        0xF0000474          TG Capture for TG Lines
CBS_OEC         0xF0000478          OCDS Enable Control Register
CBS_OCNTRL      0xF000047C          OSCU Control Register
CBS_OSTATE      0xF0000480          OSCUStatus Register
CBS_INTMOD      0xF0000484          Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488          Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C          Internally Controlled Trace Destination Register
CBS_TLC         0xF0000490          TG Line Control
CBS_TL1ST       0xF0000494          TG Line 1 Suspend Targets
CBS_TLCHE       0xF0000498          TG Line Capture and Hold Enable
CBS_TLCHS       0xF000049C          TG Line Capture and Hold Clear
CBS_TRIGS       0xF00004A0          Set Trigger to Host Register
CBS_TRIGC       0xF00004A4          Clear Trigger to Host Register
CBS_TLT         0xF00004A8          TG Line Timer
CBS_TLTTH       0xF00004AC          TG Lines for Trigger to Host
CBS_TCCB        0xF00004B0          TG Capture for Cores - BRKOUT
CBS_TCCH        0xF00004B4          TG Capture for Cores - HALT
CBS_TCTGB       0xF00004B8          TG Capture for OTGB0/1
CBS_TCM         0xF00004BC          TG Capture for MCDS
CBS_TREC0       0xF00004C0          TG Routing Events of CPU0
CBS_TREC1       0xF00004C4          TG Routing Events of CPU1
CBS_TREC2       0xF00004C8          TG Routing Events of CPU2
CBS_TREC3       0xF00004CC          TG Routing Events of CPU3
CBS_TREC4       0xF00004D0          TG Routing Events of CPU4
CBS_TREC5       0xF00004D4          TG Routing Events of CPU5
CBS_TRMT        0xF00004DC          TG Routing for MCDS Triggers
CBS_TRTGB0L     0xF00004E0          TG Routing for OTGB0 Bits [7:0]
CBS_TRTGB0H     0xF00004E4          TG Routing for OTGB0 Bits [15:8]
CBS_TRTGB1L     0xF00004E8          TG Routing for OTGB1 Bits [7:0]
CBS_TRTGB1H     0xF00004EC          TG Routing for OTGB1 Bits [15:8]
CBS_IFSA        0xF00004F0          IFS Address Register
CBS_IFSC        0xF00004F4          IFS Control Register
CBS_TRIG0       0xF0000500          Trigger to Host Register 0
CBS_TRIG1       0xF0000504          Trigger to Host Register 1
CBS_TRIG2       0xF0000508          Trigger to Host Register 2
CBS_TRIG3       0xF000050C          Trigger to Host Register 3
CBS_TRIG4       0xF0000510          Trigger to Host Register 4
CBS_TRIG5       0xF0000514          Trigger to Host Register 5
CBS_ACCEN1      0xF00005F8          Access Enable Register 1
CBS_ACCEN0      0xF00005FC          Access Enable Register 0
ASCLIN0_CLC     0xF0000600          Clock Control Register
ASCLIN0_IOCR    0xF0000604          Input and Output Control Register
ASCLIN0_ID      0xF0000608          Module Identification Register
ASCLIN0_TXFIFOCON 0xF000060C          TX FIFO Configuration Register
ASCLIN0_RXFIFOCON 0xF0000610          RX FIFO Configuration Register
ASCLIN0_BITCON  0xF0000614          Bit Configuration Register
ASCLIN0_FRAMECON 0xF0000618          Frame Control Register
ASCLIN0_DATCON  0xF000061C          Data Configuration Register
ASCLIN0_BRG     0xF0000620          Baud Rate Generation Register
ASCLIN0_BRD     0xF0000624          Baud Rate Detection Register
ASCLIN0_LINCON  0xF0000628          LIN Control Register
ASCLIN0_LINBTIMER 0xF000062C          LIN Break Timer Register
ASCLIN0_LINHTIMER 0xF0000630          LIN Header Timer Register
ASCLIN0_FLAGS   0xF0000634          Flags Register
ASCLIN0_FLAGSSET 0xF0000638          Flags Set Register
ASCLIN0_FLAGSCLEAR 0xF000063C          Flags Clear Register
ASCLIN0_FLAGSENABLE 0xF0000640          Flags Enable Register
ASCLIN0_TXDATA  0xF0000644          Transmit Data Register
ASCLIN0_RXDATA  0xF0000648          Receive Data Register
ASCLIN0_CSR     0xF000064C          Clock Selection Register
ASCLIN0_RXDATAD 0xF0000650          Receive Data Debug Register
ASCLIN0_OCS     0xF00006E8          OCDS Control and Status
ASCLIN0_KRSTCLR 0xF00006EC          Kernel Reset Status Clear Register
ASCLIN0_KRST1   0xF00006F0          Kernel Reset Register 1
ASCLIN0_KRST0   0xF00006F4          Kernel Reset Register 0
ASCLIN0_ACCEN0  0xF00006FC          Access Enable Register 0
ASCLIN1_CLC     0xF0000700          Clock Control Register
ASCLIN1_IOCR    0xF0000704          Input and Output Control Register
ASCLIN1_ID      0xF0000708          Module Identification Register
ASCLIN1_TXFIFOCON 0xF000070C          TX FIFO Configuration Register
ASCLIN1_RXFIFOCON 0xF0000710          RX FIFO Configuration Register
ASCLIN1_BITCON  0xF0000714          Bit Configuration Register
ASCLIN1_FRAMECON 0xF0000718          Frame Control Register
ASCLIN1_DATCON  0xF000071C          Data Configuration Register
ASCLIN1_BRG     0xF0000720          Baud Rate Generation Register
ASCLIN1_BRD     0xF0000724          Baud Rate Detection Register
ASCLIN1_LINCON  0xF0000728          LIN Control Register
ASCLIN1_LINBTIMER 0xF000072C          LIN Break Timer Register
ASCLIN1_LINHTIMER 0xF0000730          LIN Header Timer Register
ASCLIN1_FLAGS   0xF0000734          Flags Register
ASCLIN1_FLAGSSET 0xF0000738          Flags Set Register
ASCLIN1_FLAGSCLEAR 0xF000073C          Flags Clear Register
ASCLIN1_FLAGSENABLE 0xF0000740          Flags Enable Register
ASCLIN1_TXDATA  0xF0000744          Transmit Data Register
ASCLIN1_RXDATA  0xF0000748          Receive Data Register
ASCLIN1_CSR     0xF000074C          Clock Selection Register
ASCLIN1_RXDATAD 0xF0000750          Receive Data Debug Register
ASCLIN1_OCS     0xF00007E8          OCDS Control and Status
ASCLIN1_KRSTCLR 0xF00007EC          Kernel Reset Status Clear Register
ASCLIN1_KRST1   0xF00007F0          Kernel Reset Register 1
ASCLIN1_KRST0   0xF00007F4          Kernel Reset Register 0
ASCLIN1_ACCEN0  0xF00007FC          Access Enable Register 0
ASCLIN2_CLC     0xF0000800          Clock Control Register
ASCLIN2_IOCR    0xF0000804          Input and Output Control Register
ASCLIN2_ID      0xF0000808          Module Identification Register
ASCLIN2_TXFIFOCON 0xF000080C          TX FIFO Configuration Register
ASCLIN2_RXFIFOCON 0xF0000810          RX FIFO Configuration Register
ASCLIN2_BITCON  0xF0000814          Bit Configuration Register
ASCLIN2_FRAMECON 0xF0000818          Frame Control Register
ASCLIN2_DATCON  0xF000081C          Data Configuration Register
ASCLIN2_BRG     0xF0000820          Baud Rate Generation Register
ASCLIN2_BRD     0xF0000824          Baud Rate Detection Register
ASCLIN2_LINCON  0xF0000828          LIN Control Register
ASCLIN2_LINBTIMER 0xF000082C          LIN Break Timer Register
ASCLIN2_LINHTIMER 0xF0000830          LIN Header Timer Register
ASCLIN2_FLAGS   0xF0000834          Flags Register
ASCLIN2_FLAGSSET 0xF0000838          Flags Set Register
ASCLIN2_FLAGSCLEAR 0xF000083C          Flags Clear Register
ASCLIN2_FLAGSENABLE 0xF0000840          Flags Enable Register
ASCLIN2_TXDATA  0xF0000844          Transmit Data Register
ASCLIN2_RXDATA  0xF0000848          Receive Data Register
ASCLIN2_CSR     0xF000084C          Clock Selection Register
ASCLIN2_RXDATAD 0xF0000850          Receive Data Debug Register
ASCLIN2_OCS     0xF00008E8          OCDS Control and Status
ASCLIN2_KRSTCLR 0xF00008EC          Kernel Reset Status Clear Register
ASCLIN2_KRST1   0xF00008F0          Kernel Reset Register 1
ASCLIN2_KRST0   0xF00008F4          Kernel Reset Register 0
ASCLIN2_ACCEN0  0xF00008FC          Access Enable Register 0
ASCLIN3_CLC     0xF0000900          Clock Control Register
ASCLIN3_IOCR    0xF0000904          Input and Output Control Register
ASCLIN3_ID      0xF0000908          Module Identification Register
ASCLIN3_TXFIFOCON 0xF000090C          TX FIFO Configuration Register
ASCLIN3_RXFIFOCON 0xF0000910          RX FIFO Configuration Register
ASCLIN3_BITCON  0xF0000914          Bit Configuration Register
ASCLIN3_FRAMECON 0xF0000918          Frame Control Register
ASCLIN3_DATCON  0xF000091C          Data Configuration Register
ASCLIN3_BRG     0xF0000920          Baud Rate Generation Register
ASCLIN3_BRD     0xF0000924          Baud Rate Detection Register
ASCLIN3_LINCON  0xF0000928          LIN Control Register
ASCLIN3_LINBTIMER 0xF000092C          LIN Break Timer Register
ASCLIN3_LINHTIMER 0xF0000930          LIN Header Timer Register
ASCLIN3_FLAGS   0xF0000934          Flags Register
ASCLIN3_FLAGSSET 0xF0000938          Flags Set Register
ASCLIN3_FLAGSCLEAR 0xF000093C          Flags Clear Register
ASCLIN3_FLAGSENABLE 0xF0000940          Flags Enable Register
ASCLIN3_TXDATA  0xF0000944          Transmit Data Register
ASCLIN3_RXDATA  0xF0000948          Receive Data Register
ASCLIN3_CSR     0xF000094C          Clock Selection Register
ASCLIN3_RXDATAD 0xF0000950          Receive Data Debug Register
ASCLIN3_OCS     0xF00009E8          OCDS Control and Status
ASCLIN3_KRSTCLR 0xF00009EC          Kernel Reset Status Clear Register
ASCLIN3_KRST1   0xF00009F0          Kernel Reset Register 1
ASCLIN3_KRST0   0xF00009F4          Kernel Reset Register 0
ASCLIN3_ACCEN0  0xF00009FC          Access Enable Register 0
ASCLIN4_CLC     0xF0000A00          Clock Control Register
ASCLIN4_IOCR    0xF0000A04          Input and Output Control Register
ASCLIN4_ID      0xF0000A08          Module Identification Register
ASCLIN4_TXFIFOCON 0xF0000A0C          TX FIFO Configuration Register
ASCLIN4_RXFIFOCON 0xF0000A10          RX FIFO Configuration Register
ASCLIN4_BITCON  0xF0000A14          Bit Configuration Register
ASCLIN4_FRAMECON 0xF0000A18          Frame Control Register
ASCLIN4_DATCON  0xF0000A1C          Data Configuration Register
ASCLIN4_BRG     0xF0000A20          Baud Rate Generation Register
ASCLIN4_BRD     0xF0000A24          Baud Rate Detection Register
ASCLIN4_LINCON  0xF0000A28          LIN Control Register
ASCLIN4_LINBTIMER 0xF0000A2C          LIN Break Timer Register
ASCLIN4_LINHTIMER 0xF0000A30          LIN Header Timer Register
ASCLIN4_FLAGS   0xF0000A34          Flags Register
ASCLIN4_FLAGSSET 0xF0000A38          Flags Set Register
ASCLIN4_FLAGSCLEAR 0xF0000A3C          Flags Clear Register
ASCLIN4_FLAGSENABLE 0xF0000A40          Flags Enable Register
ASCLIN4_TXDATA  0xF0000A44          Transmit Data Register
ASCLIN4_RXDATA  0xF0000A48          Receive Data Register
ASCLIN4_CSR     0xF0000A4C          Clock Selection Register
ASCLIN4_RXDATAD 0xF0000A50          Receive Data Debug Register
ASCLIN4_OCS     0xF0000AE8          OCDS Control and Status
ASCLIN4_KRSTCLR 0xF0000AEC          Kernel Reset Status Clear Register
ASCLIN4_KRST1   0xF0000AF0          Kernel Reset Register 1
ASCLIN4_KRST0   0xF0000AF4          Kernel Reset Register 0
ASCLIN4_ACCEN0  0xF0000AFC          Access Enable Register 0
ASCLIN5_CLC     0xF0000B00          Clock Control Register
ASCLIN5_IOCR    0xF0000B04          Input and Output Control Register
ASCLIN5_ID      0xF0000B08          Module Identification Register
ASCLIN5_TXFIFOCON 0xF0000B0C          TX FIFO Configuration Register
ASCLIN5_RXFIFOCON 0xF0000B10          RX FIFO Configuration Register
ASCLIN5_BITCON  0xF0000B14          Bit Configuration Register
ASCLIN5_FRAMECON 0xF0000B18          Frame Control Register
ASCLIN5_DATCON  0xF0000B1C          Data Configuration Register
ASCLIN5_BRG     0xF0000B20          Baud Rate Generation Register
ASCLIN5_BRD     0xF0000B24          Baud Rate Detection Register
ASCLIN5_LINCON  0xF0000B28          LIN Control Register
ASCLIN5_LINBTIMER 0xF0000B2C          LIN Break Timer Register
ASCLIN5_LINHTIMER 0xF0000B30          LIN Header Timer Register
ASCLIN5_FLAGS   0xF0000B34          Flags Register
ASCLIN5_FLAGSSET 0xF0000B38          Flags Set Register
ASCLIN5_FLAGSCLEAR 0xF0000B3C          Flags Clear Register
ASCLIN5_FLAGSENABLE 0xF0000B40          Flags Enable Register
ASCLIN5_TXDATA  0xF0000B44          Transmit Data Register
ASCLIN5_RXDATA  0xF0000B48          Receive Data Register
ASCLIN5_CSR     0xF0000B4C          Clock Selection Register
ASCLIN5_RXDATAD 0xF0000B50          Receive Data Debug Register
ASCLIN5_OCS     0xF0000BE8          OCDS Control and Status
ASCLIN5_KRSTCLR 0xF0000BEC          Kernel Reset Status Clear Register
ASCLIN5_KRST1   0xF0000BF0          Kernel Reset Register 1
ASCLIN5_KRST0   0xF0000BF4          Kernel Reset Register 0
ASCLIN5_ACCEN0  0xF0000BFC          Access Enable Register 0
ASCLIN6_CLC     0xF0000C00          Clock Control Register
ASCLIN6_IOCR    0xF0000C04          Input and Output Control Register
ASCLIN6_ID      0xF0000C08          Module Identification Register
ASCLIN6_TXFIFOCON 0xF0000C0C          TX FIFO Configuration Register
ASCLIN6_RXFIFOCON 0xF0000C10          RX FIFO Configuration Register
ASCLIN6_BITCON  0xF0000C14          Bit Configuration Register
ASCLIN6_FRAMECON 0xF0000C18          Frame Control Register
ASCLIN6_DATCON  0xF0000C1C          Data Configuration Register
ASCLIN6_BRG     0xF0000C20          Baud Rate Generation Register
ASCLIN6_BRD     0xF0000C24          Baud Rate Detection Register
ASCLIN6_LINCON  0xF0000C28          LIN Control Register
ASCLIN6_LINBTIMER 0xF0000C2C          LIN Break Timer Register
ASCLIN6_LINHTIMER 0xF0000C30          LIN Header Timer Register
ASCLIN6_FLAGS   0xF0000C34          Flags Register
ASCLIN6_FLAGSSET 0xF0000C38          Flags Set Register
ASCLIN6_FLAGSCLEAR 0xF0000C3C          Flags Clear Register
ASCLIN6_FLAGSENABLE 0xF0000C40          Flags Enable Register
ASCLIN6_TXDATA  0xF0000C44          Transmit Data Register
ASCLIN6_RXDATA  0xF0000C48          Receive Data Register
ASCLIN6_CSR     0xF0000C4C          Clock Selection Register
ASCLIN6_RXDATAD 0xF0000C50          Receive Data Debug Register
ASCLIN6_OCS     0xF0000CE8          OCDS Control and Status
ASCLIN6_KRSTCLR 0xF0000CEC          Kernel Reset Status Clear Register
ASCLIN6_KRST1   0xF0000CF0          Kernel Reset Register 1
ASCLIN6_KRST0   0xF0000CF4          Kernel Reset Register 0
ASCLIN6_ACCEN0  0xF0000CFC          Access Enable Register 0
ASCLIN7_CLC     0xF0000D00          Clock Control Register
ASCLIN7_IOCR    0xF0000D04          Input and Output Control Register
ASCLIN7_ID      0xF0000D08          Module Identification Register
ASCLIN7_TXFIFOCON 0xF0000D0C          TX FIFO Configuration Register
ASCLIN7_RXFIFOCON 0xF0000D10          RX FIFO Configuration Register
ASCLIN7_BITCON  0xF0000D14          Bit Configuration Register
ASCLIN7_FRAMECON 0xF0000D18          Frame Control Register
ASCLIN7_DATCON  0xF0000D1C          Data Configuration Register
ASCLIN7_BRG     0xF0000D20          Baud Rate Generation Register
ASCLIN7_BRD     0xF0000D24          Baud Rate Detection Register
ASCLIN7_LINCON  0xF0000D28          LIN Control Register
ASCLIN7_LINBTIMER 0xF0000D2C          LIN Break Timer Register
ASCLIN7_LINHTIMER 0xF0000D30          LIN Header Timer Register
ASCLIN7_FLAGS   0xF0000D34          Flags Register
ASCLIN7_FLAGSSET 0xF0000D38          Flags Set Register
ASCLIN7_FLAGSCLEAR 0xF0000D3C          Flags Clear Register
ASCLIN7_FLAGSENABLE 0xF0000D40          Flags Enable Register
ASCLIN7_TXDATA  0xF0000D44          Transmit Data Register
ASCLIN7_RXDATA  0xF0000D48          Receive Data Register
ASCLIN7_CSR     0xF0000D4C          Clock Selection Register
ASCLIN7_RXDATAD 0xF0000D50          Receive Data Debug Register
ASCLIN7_OCS     0xF0000DE8          OCDS Control and Status
ASCLIN7_KRSTCLR 0xF0000DEC          Kernel Reset Status Clear Register
ASCLIN7_KRST1   0xF0000DF0          Kernel Reset Register 1
ASCLIN7_KRST0   0xF0000DF4          Kernel Reset Register 0
ASCLIN7_ACCEN0  0xF0000DFC          Access Enable Register 0
ASCLIN8_CLC     0xF0000E00          Clock Control Register
ASCLIN8_IOCR    0xF0000E04          Input and Output Control Register
ASCLIN8_ID      0xF0000E08          Module Identification Register
ASCLIN8_TXFIFOCON 0xF0000E0C          TX FIFO Configuration Register
ASCLIN8_RXFIFOCON 0xF0000E10          RX FIFO Configuration Register
ASCLIN8_BITCON  0xF0000E14          Bit Configuration Register
ASCLIN8_FRAMECON 0xF0000E18          Frame Control Register
ASCLIN8_DATCON  0xF0000E1C          Data Configuration Register
ASCLIN8_BRG     0xF0000E20          Baud Rate Generation Register
ASCLIN8_BRD     0xF0000E24          Baud Rate Detection Register
ASCLIN8_LINCON  0xF0000E28          LIN Control Register
ASCLIN8_LINBTIMER 0xF0000E2C          LIN Break Timer Register
ASCLIN8_LINHTIMER 0xF0000E30          LIN Header Timer Register
ASCLIN8_FLAGS   0xF0000E34          Flags Register
ASCLIN8_FLAGSSET 0xF0000E38          Flags Set Register
ASCLIN8_FLAGSCLEAR 0xF0000E3C          Flags Clear Register
ASCLIN8_FLAGSENABLE 0xF0000E40          Flags Enable Register
ASCLIN8_TXDATA  0xF0000E44          Transmit Data Register
ASCLIN8_RXDATA  0xF0000E48          Receive Data Register
ASCLIN8_CSR     0xF0000E4C          Clock Selection Register
ASCLIN8_RXDATAD 0xF0000E50          Receive Data Debug Register
ASCLIN8_OCS     0xF0000EE8          OCDS Control and Status
ASCLIN8_KRSTCLR 0xF0000EEC          Kernel Reset Status Clear Register
ASCLIN8_KRST1   0xF0000EF0          Kernel Reset Register 1
ASCLIN8_KRST0   0xF0000EF4          Kernel Reset Register 0
ASCLIN8_ACCEN0  0xF0000EFC          Access Enable Register 0
ASCLIN9_CLC     0xF0000F00          Clock Control Register
ASCLIN9_IOCR    0xF0000F04          Input and Output Control Register
ASCLIN9_ID      0xF0000F08          Module Identification Register
ASCLIN9_TXFIFOCON 0xF0000F0C          TX FIFO Configuration Register
ASCLIN9_RXFIFOCON 0xF0000F10          RX FIFO Configuration Register
ASCLIN9_BITCON  0xF0000F14          Bit Configuration Register
ASCLIN9_FRAMECON 0xF0000F18          Frame Control Register
ASCLIN9_DATCON  0xF0000F1C          Data Configuration Register
ASCLIN9_BRG     0xF0000F20          Baud Rate Generation Register
ASCLIN9_BRD     0xF0000F24          Baud Rate Detection Register
ASCLIN9_LINCON  0xF0000F28          LIN Control Register
ASCLIN9_LINBTIMER 0xF0000F2C          LIN Break Timer Register
ASCLIN9_LINHTIMER 0xF0000F30          LIN Header Timer Register
ASCLIN9_FLAGS   0xF0000F34          Flags Register
ASCLIN9_FLAGSSET 0xF0000F38          Flags Set Register
ASCLIN9_FLAGSCLEAR 0xF0000F3C          Flags Clear Register
ASCLIN9_FLAGSENABLE 0xF0000F40          Flags Enable Register
ASCLIN9_TXDATA  0xF0000F44          Transmit Data Register
ASCLIN9_RXDATA  0xF0000F48          Receive Data Register
ASCLIN9_CSR     0xF0000F4C          Clock Selection Register
ASCLIN9_RXDATAD 0xF0000F50          Receive Data Debug Register
ASCLIN9_OCS     0xF0000FE8          OCDS Control and Status
ASCLIN9_KRSTCLR 0xF0000FEC          Kernel Reset Status Clear Register
ASCLIN9_KRST1   0xF0000FF0          Kernel Reset Register 1
ASCLIN9_KRST0   0xF0000FF4          Kernel Reset Register 0
ASCLIN9_ACCEN0  0xF0000FFC          Access Enable Register 0
STM0_CLC        0xF0001000          Clock Control Register
STM0_ID         0xF0001008          Module Identification Register
STM0_TIM0       0xF0001010          Timer Register 0
STM0_TIM1       0xF0001014          Timer Register 1
STM0_TIM2       0xF0001018          Timer Register 2
STM0_TIM3       0xF000101C          Timer Register 3
STM0_TIM4       0xF0001020          Timer Register 4
STM0_TIM5       0xF0001024          Timer Register 5
STM0_TIM6       0xF0001028          Timer Register 6
STM0_CAP        0xF000102C          Timer Capture Register
STM0_CMP0       0xF0001030          Compare Register 0
STM0_CMP1       0xF0001034          Compare Register 1
STM0_CMCON      0xF0001038          Compare Match Control Register
STM0_ICR        0xF000103C          Interrupt Control Register
STM0_ISCR       0xF0001040          Interrupt Set/Clear Register
STM0_TIM0SV     0xF0001050          Timer Register 0 Second View
STM0_CAPSV      0xF0001054          Timer Capture Register Second View
STM0_OCS        0xF00010E8          OCDS Control and Status Register
STM0_KRSTCLR    0xF00010EC          Kernel Reset Status Clear Register
STM0_KRST1      0xF00010F0          Kernel Reset Register 1
STM0_KRST0      0xF00010F4          Kernel Reset Register 0
STM0_ACCEN1     0xF00010F8          Access Enable Register 1
STM0_ACCEN0     0xF00010FC          Access Enable Register 0
STM1_CLC        0xF0001100          Clock Control Register
STM1_ID         0xF0001108          Module Identification Register
STM1_TIM0       0xF0001110          Timer Register 0
STM1_TIM1       0xF0001114          Timer Register 1
STM1_TIM2       0xF0001118          Timer Register 2
STM1_TIM3       0xF000111C          Timer Register 3
STM1_TIM4       0xF0001120          Timer Register 4
STM1_TIM5       0xF0001124          Timer Register 5
STM1_TIM6       0xF0001128          Timer Register 6
STM1_CAP        0xF000112C          Timer Capture Register
STM1_CMP0       0xF0001130          Compare Register 0
STM1_CMP1       0xF0001134          Compare Register 1
STM1_CMCON      0xF0001138          Compare Match Control Register
STM1_ICR        0xF000113C          Interrupt Control Register
STM1_ISCR       0xF0001140          Interrupt Set/Clear Register
STM1_TIM0SV     0xF0001150          Timer Register 0 Second View
STM1_CAPSV      0xF0001154          Timer Capture Register Second View
STM1_OCS        0xF00011E8          OCDS Control and Status Register
STM1_KRSTCLR    0xF00011EC          Kernel Reset Status Clear Register
STM1_KRST1      0xF00011F0          Kernel Reset Register 1
STM1_KRST0      0xF00011F4          Kernel Reset Register 0
STM1_ACCEN1     0xF00011F8          Access Enable Register 1
STM1_ACCEN0     0xF00011FC          Access Enable Register 0
STM2_CLC        0xF0001200          Clock Control Register
STM2_ID         0xF0001208          Module Identification Register
STM2_TIM0       0xF0001210          Timer Register 0
STM2_TIM1       0xF0001214          Timer Register 1
STM2_TIM2       0xF0001218          Timer Register 2
STM2_TIM3       0xF000121C          Timer Register 3
STM2_TIM4       0xF0001220          Timer Register 4
STM2_TIM5       0xF0001224          Timer Register 5
STM2_TIM6       0xF0001228          Timer Register 6
STM2_CAP        0xF000122C          Timer Capture Register
STM2_CMP0       0xF0001230          Compare Register 0
STM2_CMP1       0xF0001234          Compare Register 1
STM2_CMCON      0xF0001238          Compare Match Control Register
STM2_ICR        0xF000123C          Interrupt Control Register
STM2_ISCR       0xF0001240          Interrupt Set/Clear Register
STM2_TIM0SV     0xF0001250          Timer Register 0 Second View
STM2_CAPSV      0xF0001254          Timer Capture Register Second View
STM2_OCS        0xF00012E8          OCDS Control and Status Register
STM2_KRSTCLR    0xF00012EC          Kernel Reset Status Clear Register
STM2_KRST1      0xF00012F0          Kernel Reset Register 1
STM2_KRST0      0xF00012F4          Kernel Reset Register 0
STM2_ACCEN1     0xF00012F8          Access Enable Register 1
STM2_ACCEN0     0xF00012FC          Access Enable Register 0
GPT120_CLC      0xF0001800          Clock Control Register
GPT120_PISEL    0xF0001804          Port Input Select Register
GPT120_ID       0xF0001808          Identification Register
GPT120_T2CON    0xF0001810          Timer T2 Control Register
GPT120_T3CON    0xF0001814          Timer T3 Control Register
GPT120_T4CON    0xF0001818          Timer T4 Control Register
GPT120_T5CON    0xF000181C          Timer T5 Control Register
GPT120_T6CON    0xF0001820          Timer T6 Control Register
GPT120_CAPREL   0xF0001830          Capture and Reload Register
GPT120_T2       0xF0001834          Timer T2 Register
GPT120_T3       0xF0001838          Timer T3 Register
GPT120_T4       0xF000183C          Timer T4 Register
GPT120_T5       0xF0001840          Timer T5 Register
GPT120_T6       0xF0001844          Timer T6 Register
GPT120_OCS      0xF00018E8          OCDS Control and Status Register
GPT120_KRSTCLR  0xF00018EC          Kernel Reset Status Clear Register
GPT120_KRST1    0xF00018F0          Kernel Reset Register 1
GPT120_KRST0    0xF00018F4          Kernel Reset Register 0
GPT120_ACCEN0   0xF00018FC          Access Enable Register 0
QSPI0_CLC       0xF0001C00          Clock Control Register
QSPI0_PISEL     0xF0001C04          Port Input Select Register
QSPI0_ID        0xF0001C08          Module Identification Register
QSPI0_GLOBALCON 0xF0001C10          Global Configuration Register
QSPI0_GLOBALCON1 0xF0001C14          Global Configuration Register 1
QSPI0_BACON     0xF0001C18          Basic Configuration Register
QSPI0_ECON0     0xF0001C20          Configuration Extension 0
QSPI0_ECON1     0xF0001C24          Configuration Extension 1
QSPI0_ECON2     0xF0001C28          Configuration Extension 2
QSPI0_ECON3     0xF0001C2C          Configuration Extension 3
QSPI0_ECON4     0xF0001C30          Configuration Extension 4
QSPI0_ECON5     0xF0001C34          Configuration Extension 5
QSPI0_ECON6     0xF0001C38          Configuration Extension 6
QSPI0_ECON7     0xF0001C3C          Configuration Extension 7
QSPI0_STATUS    0xF0001C40          Status Register
QSPI0_STATUS1   0xF0001C44          Status Register 1
QSPI0_SSOC      0xF0001C48          Slave Select Output Control Register
QSPI0_FLAGSCLEAR 0xF0001C54          Flags Clear Register
QSPI0_XXLCON    0xF0001C58          Extra Large Data Configuration Register
QSPI0_MIXENTRY  0xF0001C5C          MIX_ENTRY Register
QSPI0_BACONENTRY 0xF0001C60          BACON_ENTRY Register
QSPI0_DATAENTRY0 0xF0001C64          DATA_ENTRY Register 0
QSPI0_DATAENTRY1 0xF0001C68          DATA_ENTRY Register 1
QSPI0_DATAENTRY2 0xF0001C6C          DATA_ENTRY Register 2
QSPI0_DATAENTRY3 0xF0001C70          DATA_ENTRY Register 3
QSPI0_DATAENTRY4 0xF0001C74          DATA_ENTRY Register 4
QSPI0_DATAENTRY5 0xF0001C78          DATA_ENTRY Register 5
QSPI0_DATAENTRY6 0xF0001C7C          DATA_ENTRY Register 6
QSPI0_DATAENTRY7 0xF0001C80          DATA_ENTRY Register 7
QSPI0_RXEXIT    0xF0001C90          RX_EXIT Register
QSPI0_RXEXITD   0xF0001C94          RX_EXIT Debug Register
QSPI0_MC        0xF0001CA4          Move Counter Register
QSPI0_MCCON     0xF0001CA8          Move Counter control Register
QSPI0_OCS       0xF0001CE8          OCDS Control and Status
QSPI0_KRSTCLR   0xF0001CEC          Kernel Reset Status Clear Register
QSPI0_KRST1     0xF0001CF0          Kernel Reset Register 1
QSPI0_KRST0     0xF0001CF4          Kernel Reset Register 0
QSPI0_ACCEN1    0xF0001CF8          Access Enable Register 1
QSPI0_ACCEN0    0xF0001CFC          Access Enable Register 0
QSPI1_CLC       0xF0001D00          Clock Control Register
QSPI1_PISEL     0xF0001D04          Port Input Select Register
QSPI1_ID        0xF0001D08          Module Identification Register
QSPI1_GLOBALCON 0xF0001D10          Global Configuration Register
QSPI1_GLOBALCON1 0xF0001D14          Global Configuration Register 1
QSPI1_BACON     0xF0001D18          Basic Configuration Register
QSPI1_ECON0     0xF0001D20          Configuration Extension 0
QSPI1_ECON1     0xF0001D24          Configuration Extension 1
QSPI1_ECON2     0xF0001D28          Configuration Extension 2
QSPI1_ECON3     0xF0001D2C          Configuration Extension 3
QSPI1_ECON4     0xF0001D30          Configuration Extension 4
QSPI1_ECON5     0xF0001D34          Configuration Extension 5
QSPI1_ECON6     0xF0001D38          Configuration Extension 6
QSPI1_ECON7     0xF0001D3C          Configuration Extension 7
QSPI1_STATUS    0xF0001D40          Status Register
QSPI1_STATUS1   0xF0001D44          Status Register 1
QSPI1_SSOC      0xF0001D48          Slave Select Output Control Register
QSPI1_FLAGSCLEAR 0xF0001D54          Flags Clear Register
QSPI1_XXLCON    0xF0001D58          Extra Large Data Configuration Register
QSPI1_MIXENTRY  0xF0001D5C          MIX_ENTRY Register
QSPI1_BACONENTRY 0xF0001D60          BACON_ENTRY Register
QSPI1_DATAENTRY0 0xF0001D64          DATA_ENTRY Register 0
QSPI1_DATAENTRY1 0xF0001D68          DATA_ENTRY Register 1
QSPI1_DATAENTRY2 0xF0001D6C          DATA_ENTRY Register 2
QSPI1_DATAENTRY3 0xF0001D70          DATA_ENTRY Register 3
QSPI1_DATAENTRY4 0xF0001D74          DATA_ENTRY Register 4
QSPI1_DATAENTRY5 0xF0001D78          DATA_ENTRY Register 5
QSPI1_DATAENTRY6 0xF0001D7C          DATA_ENTRY Register 6
QSPI1_DATAENTRY7 0xF0001D80          DATA_ENTRY Register 7
QSPI1_RXEXIT    0xF0001D90          RX_EXIT Register
QSPI1_RXEXITD   0xF0001D94          RX_EXIT Debug Register
QSPI1_MC        0xF0001DA4          Move Counter Register
QSPI1_MCCON     0xF0001DA8          Move Counter control Register
QSPI1_OCS       0xF0001DE8          OCDS Control and Status
QSPI1_KRSTCLR   0xF0001DEC          Kernel Reset Status Clear Register
QSPI1_KRST1     0xF0001DF0          Kernel Reset Register 1
QSPI1_KRST0     0xF0001DF4          Kernel Reset Register 0
QSPI1_ACCEN1    0xF0001DF8          Access Enable Register 1
QSPI1_ACCEN0    0xF0001DFC          Access Enable Register 0
QSPI2_CLC       0xF0001E00          Clock Control Register
QSPI2_PISEL     0xF0001E04          Port Input Select Register
QSPI2_ID        0xF0001E08          Module Identification Register
QSPI2_GLOBALCON 0xF0001E10          Global Configuration Register
QSPI2_GLOBALCON1 0xF0001E14          Global Configuration Register 1
QSPI2_BACON     0xF0001E18          Basic Configuration Register
QSPI2_ECON0     0xF0001E20          Configuration Extension 0
QSPI2_ECON1     0xF0001E24          Configuration Extension 1
QSPI2_ECON2     0xF0001E28          Configuration Extension 2
QSPI2_ECON3     0xF0001E2C          Configuration Extension 3
QSPI2_ECON4     0xF0001E30          Configuration Extension 4
QSPI2_ECON5     0xF0001E34          Configuration Extension 5
QSPI2_ECON6     0xF0001E38          Configuration Extension 6
QSPI2_ECON7     0xF0001E3C          Configuration Extension 7
QSPI2_STATUS    0xF0001E40          Status Register
QSPI2_STATUS1   0xF0001E44          Status Register 1
QSPI2_SSOC      0xF0001E48          Slave Select Output Control Register
QSPI2_FLAGSCLEAR 0xF0001E54          Flags Clear Register
QSPI2_XXLCON    0xF0001E58          Extra Large Data Configuration Register
QSPI2_MIXENTRY  0xF0001E5C          MIX_ENTRY Register
QSPI2_BACONENTRY 0xF0001E60          BACON_ENTRY Register
QSPI2_DATAENTRY0 0xF0001E64          DATA_ENTRY Register 0
QSPI2_DATAENTRY1 0xF0001E68          DATA_ENTRY Register 1
QSPI2_DATAENTRY2 0xF0001E6C          DATA_ENTRY Register 2
QSPI2_DATAENTRY3 0xF0001E70          DATA_ENTRY Register 3
QSPI2_DATAENTRY4 0xF0001E74          DATA_ENTRY Register 4
QSPI2_DATAENTRY5 0xF0001E78          DATA_ENTRY Register 5
QSPI2_DATAENTRY6 0xF0001E7C          DATA_ENTRY Register 6
QSPI2_DATAENTRY7 0xF0001E80          DATA_ENTRY Register 7
QSPI2_RXEXIT    0xF0001E90          RX_EXIT Register
QSPI2_RXEXITD   0xF0001E94          RX_EXIT Debug Register
QSPI2_MC        0xF0001EA4          Move Counter Register
QSPI2_MCCON     0xF0001EA8          Move Counter control Register
QSPI2_OCS       0xF0001EE8          OCDS Control and Status
QSPI2_KRSTCLR   0xF0001EEC          Kernel Reset Status Clear Register
QSPI2_KRST1     0xF0001EF0          Kernel Reset Register 1
QSPI2_KRST0     0xF0001EF4          Kernel Reset Register 0
QSPI2_ACCEN1    0xF0001EF8          Access Enable Register 1
QSPI2_ACCEN0    0xF0001EFC          Access Enable Register 0
QSPI3_CLC       0xF0001F00          Clock Control Register
QSPI3_PISEL     0xF0001F04          Port Input Select Register
QSPI3_ID        0xF0001F08          Module Identification Register
QSPI3_GLOBALCON 0xF0001F10          Global Configuration Register
QSPI3_GLOBALCON1 0xF0001F14          Global Configuration Register 1
QSPI3_BACON     0xF0001F18          Basic Configuration Register
QSPI3_ECON0     0xF0001F20          Configuration Extension 0
QSPI3_ECON1     0xF0001F24          Configuration Extension 1
QSPI3_ECON2     0xF0001F28          Configuration Extension 2
QSPI3_ECON3     0xF0001F2C          Configuration Extension 3
QSPI3_ECON4     0xF0001F30          Configuration Extension 4
QSPI3_ECON5     0xF0001F34          Configuration Extension 5
QSPI3_ECON6     0xF0001F38          Configuration Extension 6
QSPI3_ECON7     0xF0001F3C          Configuration Extension 7
QSPI3_STATUS    0xF0001F40          Status Register
QSPI3_STATUS1   0xF0001F44          Status Register 1
QSPI3_SSOC      0xF0001F48          Slave Select Output Control Register
QSPI3_FLAGSCLEAR 0xF0001F54          Flags Clear Register
QSPI3_XXLCON    0xF0001F58          Extra Large Data Configuration Register
QSPI3_MIXENTRY  0xF0001F5C          MIX_ENTRY Register
QSPI3_BACONENTRY 0xF0001F60          BACON_ENTRY Register
QSPI3_DATAENTRY0 0xF0001F64          DATA_ENTRY Register 0
QSPI3_DATAENTRY1 0xF0001F68          DATA_ENTRY Register 1
QSPI3_DATAENTRY2 0xF0001F6C          DATA_ENTRY Register 2
QSPI3_DATAENTRY3 0xF0001F70          DATA_ENTRY Register 3
QSPI3_DATAENTRY4 0xF0001F74          DATA_ENTRY Register 4
QSPI3_DATAENTRY5 0xF0001F78          DATA_ENTRY Register 5
QSPI3_DATAENTRY6 0xF0001F7C          DATA_ENTRY Register 6
QSPI3_DATAENTRY7 0xF0001F80          DATA_ENTRY Register 7
QSPI3_RXEXIT    0xF0001F90          RX_EXIT Register
QSPI3_RXEXITD   0xF0001F94          RX_EXIT Debug Register
QSPI3_MC        0xF0001FA4          Move Counter Register
QSPI3_MCCON     0xF0001FA8          Move Counter control Register
QSPI3_OCS       0xF0001FE8          OCDS Control and Status
QSPI3_KRSTCLR   0xF0001FEC          Kernel Reset Status Clear Register
QSPI3_KRST1     0xF0001FF0          Kernel Reset Register 1
QSPI3_KRST0     0xF0001FF4          Kernel Reset Register 0
QSPI3_ACCEN1    0xF0001FF8          Access Enable Register 1
QSPI3_ACCEN0    0xF0001FFC          Access Enable Register 0
QSPI4_CLC       0xF0002000          Clock Control Register
QSPI4_PISEL     0xF0002004          Port Input Select Register
QSPI4_ID        0xF0002008          Module Identification Register
QSPI4_GLOBALCON 0xF0002010          Global Configuration Register
QSPI4_GLOBALCON1 0xF0002014          Global Configuration Register 1
QSPI4_BACON     0xF0002018          Basic Configuration Register
QSPI4_ECON0     0xF0002020          Configuration Extension 0
QSPI4_ECON1     0xF0002024          Configuration Extension 1
QSPI4_ECON2     0xF0002028          Configuration Extension 2
QSPI4_ECON3     0xF000202C          Configuration Extension 3
QSPI4_ECON4     0xF0002030          Configuration Extension 4
QSPI4_ECON5     0xF0002034          Configuration Extension 5
QSPI4_ECON6     0xF0002038          Configuration Extension 6
QSPI4_ECON7     0xF000203C          Configuration Extension 7
QSPI4_STATUS    0xF0002040          Status Register
QSPI4_STATUS1   0xF0002044          Status Register 1
QSPI4_SSOC      0xF0002048          Slave Select Output Control Register
QSPI4_FLAGSCLEAR 0xF0002054          Flags Clear Register
QSPI4_XXLCON    0xF0002058          Extra Large Data Configuration Register
QSPI4_MIXENTRY  0xF000205C          MIX_ENTRY Register
QSPI4_BACONENTRY 0xF0002060          BACON_ENTRY Register
QSPI4_DATAENTRY0 0xF0002064          DATA_ENTRY Register 0
QSPI4_DATAENTRY1 0xF0002068          DATA_ENTRY Register 1
QSPI4_DATAENTRY2 0xF000206C          DATA_ENTRY Register 2
QSPI4_DATAENTRY3 0xF0002070          DATA_ENTRY Register 3
QSPI4_DATAENTRY4 0xF0002074          DATA_ENTRY Register 4
QSPI4_DATAENTRY5 0xF0002078          DATA_ENTRY Register 5
QSPI4_DATAENTRY6 0xF000207C          DATA_ENTRY Register 6
QSPI4_DATAENTRY7 0xF0002080          DATA_ENTRY Register 7
QSPI4_RXEXIT    0xF0002090          RX_EXIT Register
QSPI4_RXEXITD   0xF0002094          RX_EXIT Debug Register
QSPI4_MC        0xF00020A4          Move Counter Register
QSPI4_MCCON     0xF00020A8          Move Counter control Register
QSPI4_OCS       0xF00020E8          OCDS Control and Status
QSPI4_KRSTCLR   0xF00020EC          Kernel Reset Status Clear Register
QSPI4_KRST1     0xF00020F0          Kernel Reset Register 1
QSPI4_KRST0     0xF00020F4          Kernel Reset Register 0
QSPI4_ACCEN1    0xF00020F8          Access Enable Register 1
QSPI4_ACCEN0    0xF00020FC          Access Enable Register 0
MSC0_CLC        0xF0002600          Clock Control Register
MSC0_ID         0xF0002608          Module Identification Register
MSC0_FDR        0xF000260C          Fractional Divider Register
MSC0_USR        0xF0002610          Upstream Status Register
MSC0_DSC        0xF0002614          Downstream Control Register
MSC0_DSS        0xF0002618          Downstream Status Register
MSC0_DD         0xF000261C          Downstream Data Register
MSC0_DC         0xF0002620          Downstream Command Register
MSC0_DSDSL      0xF0002624          Downstream Select Data Source Low Register
MSC0_DSDSH      0xF0002628          Downstream Select Data Source High Register
MSC0_ESR        0xF000262C          Emergency Stop Register
MSC0_UD0        0xF0002630          Upstream Data Register 0
MSC0_UD1        0xF0002634          Upstream Data Register 1
MSC0_UD2        0xF0002638          Upstream Data Register 2
MSC0_UD3        0xF000263C          Upstream Data Register 3
MSC0_ICR        0xF0002640          Interrupt Control Register
MSC0_ISR        0xF0002644          Interrupt Status Register
MSC0_ISC        0xF0002648          Interrupt Set Clear Register
MSC0_OCR        0xF000264C          Output Control Register
MSC0_DSCE       0xF0002658          Downstream Control Enhanced Register 1
MSC0_USCE       0xF000265C          Upstream Control Enhanced Register 1
MSC0_DSDSLE     0xF0002660          Downstream Select Data Source Low Extension Register
MSC0_DSDSHE     0xF0002664          Downstream Select Data Source High Extension Register
MSC0_ESRE       0xF0002668          Emergency Stop Extension Register
MSC0_DSTE       0xF000266C          Downstream Timing Extension Register
MSC0_DDM        0xF0002670          Downstream Data Mirror Register
MSC0_DDE        0xF0002674          Downstream Data Extension Register
MSC0_DCM        0xF0002678          Downstream Command Mirror Register
MSC0_DCE        0xF000267C          Downstream Command Extension Register
MSC0_ABC        0xF0002680          Asynchronous Block Configuration Register
MSC0_OCS        0xF00026E8          OCDS Control and Status
MSC0_KRSTCLR    0xF00026EC          Kernel Reset Status Clear Register
MSC0_KRST1      0xF00026F0          Kernel Reset Register 1
MSC0_KRST0      0xF00026F4          Kernel Reset Register 0
MSC0_ACCEN1     0xF00026F8          Access Enable Register 1
MSC0_ACCEN0     0xF00026FC          Access Enable Register 0
MSC1_CLC        0xF0002700          Clock Control Register
MSC1_ID         0xF0002708          Module Identification Register
MSC1_FDR        0xF000270C          Fractional Divider Register
MSC1_USR        0xF0002710          Upstream Status Register
MSC1_DSC        0xF0002714          Downstream Control Register
MSC1_DSS        0xF0002718          Downstream Status Register
MSC1_DD         0xF000271C          Downstream Data Register
MSC1_DC         0xF0002720          Downstream Command Register
MSC1_DSDSL      0xF0002724          Downstream Select Data Source Low Register
MSC1_DSDSH      0xF0002728          Downstream Select Data Source High Register
MSC1_ESR        0xF000272C          Emergency Stop Register
MSC1_UD0        0xF0002730          Upstream Data Register 0
MSC1_UD1        0xF0002734          Upstream Data Register 1
MSC1_UD2        0xF0002738          Upstream Data Register 2
MSC1_UD3        0xF000273C          Upstream Data Register 3
MSC1_ICR        0xF0002740          Interrupt Control Register
MSC1_ISR        0xF0002744          Interrupt Status Register
MSC1_ISC        0xF0002748          Interrupt Set Clear Register
MSC1_OCR        0xF000274C          Output Control Register
MSC1_DSCE       0xF0002758          Downstream Control Enhanced Register 1
MSC1_USCE       0xF000275C          Upstream Control Enhanced Register 1
MSC1_DSDSLE     0xF0002760          Downstream Select Data Source Low Extension Register
MSC1_DSDSHE     0xF0002764          Downstream Select Data Source High Extension Register
MSC1_ESRE       0xF0002768          Emergency Stop Extension Register
MSC1_DSTE       0xF000276C          Downstream Timing Extension Register
MSC1_DDM        0xF0002770          Downstream Data Mirror Register
MSC1_DDE        0xF0002774          Downstream Data Extension Register
MSC1_DCM        0xF0002778          Downstream Command Mirror Register
MSC1_DCE        0xF000277C          Downstream Command Extension Register
MSC1_ABC        0xF0002780          Asynchronous Block Configuration Register
MSC1_OCS        0xF00027E8          OCDS Control and Status
MSC1_KRSTCLR    0xF00027EC          Kernel Reset Status Clear Register
MSC1_KRST1      0xF00027F0          Kernel Reset Register 1
MSC1_KRST0      0xF00027F4          Kernel Reset Register 0
MSC1_ACCEN1     0xF00027F8          Access Enable Register 1
MSC1_ACCEN0     0xF00027FC          Access Enable Register 0
CCU60_CLC       0xF0002A00          Clock Control Register
CCU60_MCFG      0xF0002A04          Module Configuration Register
CCU60_ID        0xF0002A08          Module Identification Register
CCU60_MOSEL     0xF0002A0C          CCU60 Module Output Select Register
CCU60_PISEL0    0xF0002A10          Port Input Select Register 0
CCU60_PISEL2    0xF0002A14          Port Input Select Register 2
CCU60_KSCSR     0xF0002A1C          Kernel State Control Sensitivity Register
CCU60_T12       0xF0002A20          Timer T12 Counter Register
CCU60_T12PR     0xF0002A24          Timer 12 Period Register
CCU60_T12DTC    0xF0002A28          Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0002A30          Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0002A34          Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0002A38          Capture/Compare Register for Channel CC62
CCU60_CC60SR    0xF0002A40          Capture/Compare Shadow Reg. for Channel CC60
CCU60_CC61SR    0xF0002A44          Capture/Compare Shadow Reg. for Channel CC61
CCU60_CC62SR    0xF0002A48          Capture/Compare Shadow Reg. for Channel CC62
CCU60_T13       0xF0002A50          Timer T13 Counter Register
CCU60_T13PR     0xF0002A54          Timer 13 Period Register
CCU60_CC63R     0xF0002A58          Compare Register for T13
CCU60_CC63SR    0xF0002A5C          Compare Shadow Register for T13
CCU60_CMPSTAT   0xF0002A60          Compare State Register
CCU60_CMPMODIF  0xF0002A64          Compare State Modification Register
CCU60_T12MSEL   0xF0002A68          T12 Mode Select Register
CCU60_TCTR0     0xF0002A70          Timer Control Register 0
CCU60_TCTR2     0xF0002A74          Timer Control Register 2
CCU60_TCTR4     0xF0002A78          Timer Control Register 4
CCU60_MODCTR    0xF0002A80          Modulation Control Register
CCU60_TRPCTR    0xF0002A84          Trap Control Register
CCU60_PSLR      0xF0002A88          Passive State Level Register
CCU60_MCMOUTS   0xF0002A8C          Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0002A90          Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0002A94          Multi-Channel Mode Control Register
CCU60_IMON      0xF0002A98          Input Monitoring Register
CCU60_LI        0xF0002A9C          Lost Indicator Register
CCU60_IS        0xF0002AA0          Interrupt Status Register
CCU60_ISS       0xF0002AA4          Interrupt Status Set Register
CCU60_ISR       0xF0002AA8          Interrupt Status Reset Register
CCU60_INP       0xF0002AAC          Interrupt Node Pointer Register
CCU60_IEN       0xF0002AB0          Interrupt Enable Register
CCU60_OCS       0xF0002AE8          OCDS Control and Status Register
CCU60_KRSTCLR   0xF0002AEC          Kernel Reset Status Clear Register
CCU60_KRST1     0xF0002AF0          Kernel Reset Register 1
CCU60_KRST0     0xF0002AF4          Kernel Reset Register 0
CCU60_ACCEN0    0xF0002AFC          Access Enable Register 0
CCU61_CLC       0xF0002B00          Clock Control Register
CCU61_MCFG      0xF0002B04          Module Configuration Register
CCU61_ID        0xF0002B08          Module Identification Register
CCU61_PISEL0    0xF0002B10          Port Input Select Register 0
CCU61_PISEL2    0xF0002B14          Port Input Select Register 2
CCU61_KSCSR     0xF0002B1C          Kernel State Control Sensitivity Register
CCU61_T12       0xF0002B20          Timer T12 Counter Register
CCU61_T12PR     0xF0002B24          Timer 12 Period Register
CCU61_T12DTC    0xF0002B28          Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0002B30          Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0002B34          Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0002B38          Capture/Compare Register for Channel CC62
CCU61_CC60SR    0xF0002B40          Capture/Compare Shadow Reg. for Channel CC60
CCU61_CC61SR    0xF0002B44          Capture/Compare Shadow Reg. for Channel CC61
CCU61_CC62SR    0xF0002B48          Capture/Compare Shadow Reg. for Channel CC62
CCU61_T13       0xF0002B50          Timer T13 Counter Register
CCU61_T13PR     0xF0002B54          Timer 13 Period Register
CCU61_CC63R     0xF0002B58          Compare Register for T13
CCU61_CC63SR    0xF0002B5C          Compare Shadow Register for T13
CCU61_CMPSTAT   0xF0002B60          Compare State Register
CCU61_CMPMODIF  0xF0002B64          Compare State Modification Register
CCU61_T12MSEL   0xF0002B68          T12 Mode Select Register
CCU61_TCTR0     0xF0002B70          Timer Control Register 0
CCU61_TCTR2     0xF0002B74          Timer Control Register 2
CCU61_TCTR4     0xF0002B78          Timer Control Register 4
CCU61_MODCTR    0xF0002B80          Modulation Control Register
CCU61_TRPCTR    0xF0002B84          Trap Control Register
CCU61_PSLR      0xF0002B88          Passive State Level Register
CCU61_MCMOUTS   0xF0002B8C          Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0002B90          Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0002B94          Multi-Channel Mode Control Register
CCU61_IMON      0xF0002B98          Input Monitoring Register
CCU61_LI        0xF0002B9C          Lost Indicator Register
CCU61_IS        0xF0002BA0          Interrupt Status Register
CCU61_ISS       0xF0002BA4          Interrupt Status Set Register
CCU61_ISR       0xF0002BA8          Interrupt Status Reset Register
CCU61_INP       0xF0002BAC          Interrupt Node Pointer Register
CCU61_IEN       0xF0002BB0          Interrupt Enable Register
CCU61_OCS       0xF0002BE8          OCDS Control and Status Register
CCU61_KRSTCLR   0xF0002BEC          Kernel Reset Status Clear Register
CCU61_KRST1     0xF0002BF0          Kernel Reset Register 1
CCU61_KRST0     0xF0002BF4          Kernel Reset Register 0
CCU61_ACCEN0    0xF0002BFC          Access Enable Register 0
SENT_CLC        0xF0003000          Clock Control Register
SENT_ID         0xF0003008          Module Identification Register
SENT_FDR        0xF000300C          SENT Fractional Divider Register
SENT_INTOV      0xF0003014          Interrupt Overview Register
SENT_TSR        0xF0003018          Module Time Stamp Register
SENT_TPD        0xF000301C          Time Stamp Predivider Register
SENT_RDR0       0xF0003080          Receive Data Register 0
SENT_RDR1       0xF0003084          Receive Data Register 1
SENT_RDR2       0xF0003088          Receive Data Register 2
SENT_RDR3       0xF000308C          Receive Data Register 3
SENT_RDR4       0xF0003090          Receive Data Register 4
SENT_RDR5       0xF0003094          Receive Data Register 5
SENT_RDR6       0xF0003098          Receive Data Register 6
SENT_RDR7       0xF000309C          Receive Data Register 7
SENT_RDR8       0xF00030A0          Receive Data Register 8
SENT_RDR9       0xF00030A4          Receive Data Register 9
SENT_RDR10      0xF00030A8          Receive Data Register 10
SENT_RDR11      0xF00030AC          Receive Data Register 11
SENT_RDR12      0xF00030B0          Receive Data Register 12
SENT_RDR13      0xF00030B4          Receive Data Register 13
SENT_RDR14      0xF00030B8          Receive Data Register 14
SENT_OCS        0xF00030E8          OCDS Control and Status
SENT_KRSTCLR    0xF00030EC          Kernel Reset Status Clear Register
SENT_KRST1      0xF00030F0          Kernel Reset Register 1
SENT_KRST0      0xF00030F4          Kernel Reset Register 0
SENT_ACCEN1     0xF00030F8          Access Enable Register 1
SENT_ACCEN0     0xF00030FC          Access Enable Register 0
SENT_CPDR0      0xF0003100          Channel Pre Divider Register 0
SENT_CFDR0      0xF0003104          Channel Fractional Divider Register 0
SENT_RCR0       0xF0003108          Receiver Control Register 0
SENT_RSR0       0xF000310C          Receive Status Register 0
SENT_SDS0       0xF0003110          Serial Data and Status Register 0
SENT_IOCR0      0xF0003114          Input and Output Control Register 0
SENT_SCR0       0xF0003118          SPC Control Register 0
SENT_VIEW0      0xF000311C          Receive Data View Register 0
SENT_INTSTAT0   0xF0003120          Interrupt Status Register 0
SENT_INTSET0    0xF0003124          Interrupt Set Register 0
SENT_INTCLR0    0xF0003128          Interrupt Clear Register 0
SENT_INTEN0     0xF000312C          Interrupt Enable Register 0
SENT_INP0       0xF0003130          Interrupt Node Pointer Register 0
SENT_WDT0       0xF0003134          Watch Dog Timer Register 0
SENT_CPDR1      0xF0003140          Channel Pre Divider Register 1
SENT_CFDR1      0xF0003144          Channel Fractional Divider Register 1
SENT_RCR1       0xF0003148          Receiver Control Register 1
SENT_RSR1       0xF000314C          Receive Status Register 1
SENT_SDS1       0xF0003150          Serial Data and Status Register 1
SENT_IOCR1      0xF0003154          Input and Output Control Register 1
SENT_SCR1       0xF0003158          SPC Control Register 1
SENT_VIEW1      0xF000315C          Receive Data View Register 1
SENT_INTSTAT1   0xF0003160          Interrupt Status Register 1
SENT_INTSET1    0xF0003164          Interrupt Set Register 1
SENT_INTCLR1    0xF0003168          Interrupt Clear Register 1
SENT_INTEN1     0xF000316C          Interrupt Enable Register 1
SENT_INP1       0xF0003170          Interrupt Node Pointer Register 1
SENT_WDT1       0xF0003174          Watch Dog Timer Register 1
SENT_CPDR2      0xF0003180          Channel Pre Divider Register 2
SENT_CFDR2      0xF0003184          Channel Fractional Divider Register 2
SENT_RCR2       0xF0003188          Receiver Control Register 2
SENT_RSR2       0xF000318C          Receive Status Register 2
SENT_SDS2       0xF0003190          Serial Data and Status Register 2
SENT_IOCR2      0xF0003194          Input and Output Control Register 2
SENT_SCR2       0xF0003198          SPC Control Register 2
SENT_VIEW2      0xF000319C          Receive Data View Register 2
SENT_INTSTAT2   0xF00031A0          Interrupt Status Register 2
SENT_INTSET2    0xF00031A4          Interrupt Set Register 2
SENT_INTCLR2    0xF00031A8          Interrupt Clear Register 2
SENT_INTEN2     0xF00031AC          Interrupt Enable Register 2
SENT_INP2       0xF00031B0          Interrupt Node Pointer Register 2
SENT_WDT2       0xF00031B4          Watch Dog Timer Register 2
SENT_CPDR3      0xF00031C0          Channel Pre Divider Register 3
SENT_CFDR3      0xF00031C4          Channel Fractional Divider Register 3
SENT_RCR3       0xF00031C8          Receiver Control Register 3
SENT_RSR3       0xF00031CC          Receive Status Register 3
SENT_SDS3       0xF00031D0          Serial Data and Status Register 3
SENT_IOCR3      0xF00031D4          Input and Output Control Register 3
SENT_SCR3       0xF00031D8          SPC Control Register 3
SENT_VIEW3      0xF00031DC          Receive Data View Register 3
SENT_INTSTAT3   0xF00031E0          Interrupt Status Register 3
SENT_INTSET3    0xF00031E4          Interrupt Set Register 3
SENT_INTCLR3    0xF00031E8          Interrupt Clear Register 3
SENT_INTEN3     0xF00031EC          Interrupt Enable Register 3
SENT_INP3       0xF00031F0          Interrupt Node Pointer Register 3
SENT_WDT3       0xF00031F4          Watch Dog Timer Register 3
SENT_CPDR4      0xF0003200          Channel Pre Divider Register 4
SENT_CFDR4      0xF0003204          Channel Fractional Divider Register 4
SENT_RCR4       0xF0003208          Receiver Control Register 4
SENT_RSR4       0xF000320C          Receive Status Register 4
SENT_SDS4       0xF0003210          Serial Data and Status Register 4
SENT_IOCR4      0xF0003214          Input and Output Control Register 4
SENT_SCR4       0xF0003218          SPC Control Register 4
SENT_VIEW4      0xF000321C          Receive Data View Register 4
SENT_INTSTAT4   0xF0003220          Interrupt Status Register 4
SENT_INTSET4    0xF0003224          Interrupt Set Register 4
SENT_INTCLR4    0xF0003228          Interrupt Clear Register 4
SENT_INTEN4     0xF000322C          Interrupt Enable Register 4
SENT_INP4       0xF0003230          Interrupt Node Pointer Register 4
SENT_WDT4       0xF0003234          Watch Dog Timer Register 4
SENT_CPDR5      0xF0003240          Channel Pre Divider Register 5
SENT_CFDR5      0xF0003244          Channel Fractional Divider Register 5
SENT_RCR5       0xF0003248          Receiver Control Register 5
SENT_RSR5       0xF000324C          Receive Status Register 5
SENT_SDS5       0xF0003250          Serial Data and Status Register 5
SENT_IOCR5      0xF0003254          Input and Output Control Register 5
SENT_SCR5       0xF0003258          SPC Control Register 5
SENT_VIEW5      0xF000325C          Receive Data View Register 5
SENT_INTSTAT5   0xF0003260          Interrupt Status Register 5
SENT_INTSET5    0xF0003264          Interrupt Set Register 5
SENT_INTCLR5    0xF0003268          Interrupt Clear Register 5
SENT_INTEN5     0xF000326C          Interrupt Enable Register 5
SENT_INP5       0xF0003270          Interrupt Node Pointer Register 5
SENT_WDT5       0xF0003274          Watch Dog Timer Register 5
SENT_CPDR6      0xF0003280          Channel Pre Divider Register 6
SENT_CFDR6      0xF0003284          Channel Fractional Divider Register 6
SENT_RCR6       0xF0003288          Receiver Control Register 6
SENT_RSR6       0xF000328C          Receive Status Register 6
SENT_SDS6       0xF0003290          Serial Data and Status Register 6
SENT_IOCR6      0xF0003294          Input and Output Control Register 6
SENT_SCR6       0xF0003298          SPC Control Register 6
SENT_VIEW6      0xF000329C          Receive Data View Register 6
SENT_INTSTAT6   0xF00032A0          Interrupt Status Register 6
SENT_INTSET6    0xF00032A4          Interrupt Set Register 6
SENT_INTCLR6    0xF00032A8          Interrupt Clear Register 6
SENT_INTEN6     0xF00032AC          Interrupt Enable Register 6
SENT_INP6       0xF00032B0          Interrupt Node Pointer Register 6
SENT_WDT6       0xF00032B4          Watch Dog Timer Register 6
SENT_CPDR7      0xF00032C0          Channel Pre Divider Register 7
SENT_CFDR7      0xF00032C4          Channel Fractional Divider Register 7
SENT_RCR7       0xF00032C8          Receiver Control Register 7
SENT_RSR7       0xF00032CC          Receive Status Register 7
SENT_SDS7       0xF00032D0          Serial Data and Status Register 7
SENT_IOCR7      0xF00032D4          Input and Output Control Register 7
SENT_SCR7       0xF00032D8          SPC Control Register 7
SENT_VIEW7      0xF00032DC          Receive Data View Register 7
SENT_INTSTAT7   0xF00032E0          Interrupt Status Register 7
SENT_INTSET7    0xF00032E4          Interrupt Set Register 7
SENT_INTCLR7    0xF00032E8          Interrupt Clear Register 7
SENT_INTEN7     0xF00032EC          Interrupt Enable Register 7
SENT_INP7       0xF00032F0          Interrupt Node Pointer Register 7
SENT_WDT7       0xF00032F4          Watch Dog Timer Register 7
SENT_CPDR8      0xF0003300          Channel Pre Divider Register 8
SENT_CFDR8      0xF0003304          Channel Fractional Divider Register 8
SENT_RCR8       0xF0003308          Receiver Control Register 8
SENT_RSR8       0xF000330C          Receive Status Register 8
SENT_SDS8       0xF0003310          Serial Data and Status Register 8
SENT_IOCR8      0xF0003314          Input and Output Control Register 8
SENT_SCR8       0xF0003318          SPC Control Register 8
SENT_VIEW8      0xF000331C          Receive Data View Register 8
SENT_INTSTAT8   0xF0003320          Interrupt Status Register 8
SENT_INTSET8    0xF0003324          Interrupt Set Register 8
SENT_INTCLR8    0xF0003328          Interrupt Clear Register 8
SENT_INTEN8     0xF000332C          Interrupt Enable Register 8
SENT_INP8       0xF0003330          Interrupt Node Pointer Register 8
SENT_WDT8       0xF0003334          Watch Dog Timer Register 8
SENT_CPDR9      0xF0003340          Channel Pre Divider Register 9
SENT_CFDR9      0xF0003344          Channel Fractional Divider Register 9
SENT_RCR9       0xF0003348          Receiver Control Register 9
SENT_RSR9       0xF000334C          Receive Status Register 9
SENT_SDS9       0xF0003350          Serial Data and Status Register 9
SENT_IOCR9      0xF0003354          Input and Output Control Register 9
SENT_SCR9       0xF0003358          SPC Control Register 9
SENT_VIEW9      0xF000335C          Receive Data View Register 9
SENT_INTSTAT9   0xF0003360          Interrupt Status Register 9
SENT_INTSET9    0xF0003364          Interrupt Set Register 9
SENT_INTCLR9    0xF0003368          Interrupt Clear Register 9
SENT_INTEN9     0xF000336C          Interrupt Enable Register 9
SENT_INP9       0xF0003370          Interrupt Node Pointer Register 9
SENT_WDT9       0xF0003374          Watch Dog Timer Register 9
SENT_CPDR10     0xF0003380          Channel Pre Divider Register 10
SENT_CFDR10     0xF0003384          Channel Fractional Divider Register 10
SENT_RCR10      0xF0003388          Receiver Control Register 10
SENT_RSR10      0xF000338C          Receive Status Register 10
SENT_SDS10      0xF0003390          Serial Data and Status Register 10
SENT_IOCR10     0xF0003394          Input and Output Control Register 10
SENT_SCR10      0xF0003398          SPC Control Register 10
SENT_VIEW10     0xF000339C          Receive Data View Register 10
SENT_INTSTAT10  0xF00033A0          Interrupt Status Register 10
SENT_INTSET10   0xF00033A4          Interrupt Set Register 10
SENT_INTCLR10   0xF00033A8          Interrupt Clear Register 10
SENT_INTEN10    0xF00033AC          Interrupt Enable Register 10
SENT_INP10      0xF00033B0          Interrupt Node Pointer Register 10
SENT_WDT10      0xF00033B4          Watch Dog Timer Register 10
SENT_CPDR11     0xF00033C0          Channel Pre Divider Register 11
SENT_CFDR11     0xF00033C4          Channel Fractional Divider Register 11
SENT_RCR11      0xF00033C8          Receiver Control Register 11
SENT_RSR11      0xF00033CC          Receive Status Register 11
SENT_SDS11      0xF00033D0          Serial Data and Status Register 11
SENT_IOCR11     0xF00033D4          Input and Output Control Register 11
SENT_SCR11      0xF00033D8          SPC Control Register 11
SENT_VIEW11     0xF00033DC          Receive Data View Register 11
SENT_INTSTAT11  0xF00033E0          Interrupt Status Register 11
SENT_INTSET11   0xF00033E4          Interrupt Set Register 11
SENT_INTCLR11   0xF00033E8          Interrupt Clear Register 11
SENT_INTEN11    0xF00033EC          Interrupt Enable Register 11
SENT_INP11      0xF00033F0          Interrupt Node Pointer Register 11
SENT_WDT11      0xF00033F4          Watch Dog Timer Register 11
SENT_CPDR12     0xF0003400          Channel Pre Divider Register 12
SENT_CFDR12     0xF0003404          Channel Fractional Divider Register 12
SENT_RCR12      0xF0003408          Receiver Control Register 12
SENT_RSR12      0xF000340C          Receive Status Register 12
SENT_SDS12      0xF0003410          Serial Data and Status Register 12
SENT_IOCR12     0xF0003414          Input and Output Control Register 12
SENT_SCR12      0xF0003418          SPC Control Register 12
SENT_VIEW12     0xF000341C          Receive Data View Register 12
SENT_INTSTAT12  0xF0003420          Interrupt Status Register 12
SENT_INTSET12   0xF0003424          Interrupt Set Register 12
SENT_INTCLR12   0xF0003428          Interrupt Clear Register 12
SENT_INTEN12    0xF000342C          Interrupt Enable Register 12
SENT_INP12      0xF0003430          Interrupt Node Pointer Register 12
SENT_WDT12      0xF0003434          Watch Dog Timer Register 12
SENT_CPDR13     0xF0003440          Channel Pre Divider Register 13
SENT_CFDR13     0xF0003444          Channel Fractional Divider Register 13
SENT_RCR13      0xF0003448          Receiver Control Register 13
SENT_RSR13      0xF000344C          Receive Status Register 13
SENT_SDS13      0xF0003450          Serial Data and Status Register 13
SENT_IOCR13     0xF0003454          Input and Output Control Register 13
SENT_SCR13      0xF0003458          SPC Control Register 13
SENT_VIEW13     0xF000345C          Receive Data View Register 13
SENT_INTSTAT13  0xF0003460          Interrupt Status Register 13
SENT_INTSET13   0xF0003464          Interrupt Set Register 13
SENT_INTCLR13   0xF0003468          Interrupt Clear Register 13
SENT_INTEN13    0xF000346C          Interrupt Enable Register 13
SENT_INP13      0xF0003470          Interrupt Node Pointer Register 13
SENT_WDT13      0xF0003474          Watch Dog Timer Register 13
SENT_CPDR14     0xF0003480          Channel Pre Divider Register 14
SENT_CFDR14     0xF0003484          Channel Fractional Divider Register 14
SENT_RCR14      0xF0003488          Receiver Control Register 14
SENT_RSR14      0xF000348C          Receive Status Register 14
SENT_SDS14      0xF0003490          Serial Data and Status Register 14
SENT_IOCR14     0xF0003494          Input and Output Control Register 14
SENT_SCR14      0xF0003498          SPC Control Register 14
SENT_VIEW14     0xF000349C          Receive Data View Register 14
SENT_INTSTAT14  0xF00034A0          Interrupt Status Register 14
SENT_INTSET14   0xF00034A4          Interrupt Set Register 14
SENT_INTCLR14   0xF00034A8          Interrupt Clear Register 14
SENT_INTEN14    0xF00034AC          Interrupt Enable Register 14
SENT_INP14      0xF00034B0          Interrupt Node Pointer Register 14
SENT_WDT14      0xF00034B4          Watch Dog Timer Register 14
SENT_RTS0       0xF0003A80          Receive Time Stamp Register 0
SENT_RTS1       0xF0003A84          Receive Time Stamp Register 1
SENT_RTS2       0xF0003A88          Receive Time Stamp Register 2
SENT_RTS3       0xF0003A8C          Receive Time Stamp Register 3
SENT_RTS4       0xF0003A90          Receive Time Stamp Register 4
SENT_RTS5       0xF0003A94          Receive Time Stamp Register 5
SENT_RTS6       0xF0003A98          Receive Time Stamp Register 6
SENT_RTS7       0xF0003A9C          Receive Time Stamp Register 7
SENT_RTS8       0xF0003AA0          Receive Time Stamp Register 8
SENT_RTS9       0xF0003AA4          Receive Time Stamp Register 9
SENT_RTS10      0xF0003AA8          Receive Time Stamp Register 10
SENT_RTS11      0xF0003AAC          Receive Time Stamp Register 11
SENT_RTS12      0xF0003AB0          Receive Time Stamp Register 12
SENT_RTS13      0xF0003AB4          Receive Time Stamp Register 13
SENT_RTS14      0xF0003AB8          Receive Time Stamp Register 14
PSI5_CLC        0xF0005000          Clock Control Register
PSI5_ID         0xF0005008          Module Identification Register
PSI5_FDR        0xF000500C          PSI5 Fractional Divider Register
PSI5_FDRL       0xF0005010          Fractional Divider Register for Lower Bit Rate
PSI5_FDRH       0xF0005014          Fractional Divider Register for Higher Bit Rate
PSI5_FDRT       0xF0005018          Fractional Divider Register for Time Stamp
PSI5_TSRA       0xF000501C          Module Time Stamp Register A
PSI5_TSRB       0xF0005020          Time Stamp Register B
PSI5_TSRC       0xF0005024          Module Time Stamp Register C
PSI5_GCR        0xF000502C          Global Control Register
PSI5_IOCR0      0xF0005030          Input and Output Control Register 0
PSI5_RCRA0      0xF0005034          Receiver Control Register A 0
PSI5_RCRB0      0xF0005038          Receiver Control Register B 0
PSI5_RCRC0      0xF000503C          Receiver Control Register C 0
PSI5_WDT00      0xF0005040          Watch Dog Timer Register 00
PSI5_WDT01      0xF0005044          Watch Dog Timer Register 01
PSI5_WDT02      0xF0005048          Watch Dog Timer Register 02
PSI5_WDT03      0xF000504C          Watch Dog Timer Register 03
PSI5_WDT04      0xF0005050          Watch Dog Timer Register 04
PSI5_WDT05      0xF0005054          Watch Dog Timer Register 05
PSI5_WDT06      0xF0005058          Watch Dog Timer Register 06
PSI5_RSR0       0xF000505C          Receive Status Register 0
PSI5_SDS00      0xF0005060          Serial Data and Status Register 00
PSI5_SDS01      0xF0005064          Serial Data and Status Register 01
PSI5_SDS02      0xF0005068          Serial Data and Status Register 02
PSI5_SDS03      0xF000506C          Serial Data and Status Register 03
PSI5_SDS04      0xF0005070          Serial Data and Status Register 04
PSI5_SDS05      0xF0005074          Serial Data and Status Register 05
PSI5_SPTSC0     0xF0005078          Start of Pulse Time Stamp Capture Register 0
PSI5_SFTSC0     0xF000507C          Start of Frame Time Stamp Capture Register 0
PSI5_RDRL0      0xF0005080          Receive Data Register Low 0
PSI5_RDRH0      0xF0005084          Receive Data Register High 0
PSI5_PGC0       0xF0005088          Pulse Generation Control Register 0
PSI5_CTV0       0xF000508C          Channel Trigger Value Register 0
PSI5_SCR0       0xF0005090          Send Control Register 0
PSI5_SDRL0      0xF0005094          Send Data Register Low 0
PSI5_SDRH0      0xF0005098          Send Data Register High 0
PSI5_SSRL0      0xF000509C          Send Shift Register Low 0
PSI5_SSRH0      0xF00050A0          Send Shift Register High 0
PSI5_SORL0      0xF00050A4          Send Output Register Low 0
PSI5_SORH0      0xF00050A8          Send Output Register High 0
PSI5_IOCR1      0xF00050C0          Input and Output Control Register 1
PSI5_RCRA1      0xF00050C4          Receiver Control Register A 1
PSI5_RCRB1      0xF00050C8          Receiver Control Register B 1
PSI5_RCRC1      0xF00050CC          Receiver Control Register C 1
PSI5_WDT10      0xF00050D0          Watch Dog Timer Register 10
PSI5_WDT11      0xF00050D4          Watch Dog Timer Register 11
PSI5_WDT12      0xF00050D8          Watch Dog Timer Register 12
PSI5_WDT13      0xF00050DC          Watch Dog Timer Register 13
PSI5_WDT14      0xF00050E0          Watch Dog Timer Register 14
PSI5_WDT15      0xF00050E4          Watch Dog Timer Register 15
PSI5_WDT16      0xF00050E8          Watch Dog Timer Register 16
PSI5_RSR1       0xF00050EC          Receive Status Register 1
PSI5_SDS10      0xF00050F0          Serial Data and Status Register 10
PSI5_SDS11      0xF00050F4          Serial Data and Status Register 11
PSI5_SDS12      0xF00050F8          Serial Data and Status Register 12
PSI5_SDS13      0xF00050FC          Serial Data and Status Register 13
PSI5_SDS14      0xF0005100          Serial Data and Status Register 14
PSI5_SDS15      0xF0005104          Serial Data and Status Register 15
PSI5_SPTSC1     0xF0005108          Start of Pulse Time Stamp Capture Register 1
PSI5_SFTSC1     0xF000510C          Start of Frame Time Stamp Capture Register 1
PSI5_RDRL1      0xF0005110          Receive Data Register Low 1
PSI5_RDRH1      0xF0005114          Receive Data Register High 1
PSI5_PGC1       0xF0005118          Pulse Generation Control Register 1
PSI5_CTV1       0xF000511C          Channel Trigger Value Register 1
PSI5_SCR1       0xF0005120          Send Control Register 1
PSI5_SDRL1      0xF0005124          Send Data Register Low 1
PSI5_SDRH1      0xF0005128          Send Data Register High 1
PSI5_SSRL1      0xF000512C          Send Shift Register Low 1
PSI5_SSRH1      0xF0005130          Send Shift Register High 1
PSI5_SORL1      0xF0005134          Send Output Register Low 1
PSI5_SORH1      0xF0005138          Send Output Register High 1
PSI5_INTOV      0xF00052F8          Interrupt Overview Register
PSI5_INP0       0xF00052FC          Interrupt Node Pointer Register 0
PSI5_INP1       0xF0005300          Interrupt Node Pointer Register 1
PSI5_INTSTATA0  0xF0005310          Interrupt Status Register A 0
PSI5_INTSTATA1  0xF0005314          Interrupt Status Register A 1
PSI5_INTSTATB0  0xF0005324          Interrupt Status Register B 0
PSI5_INTSTATB1  0xF0005328          Interrupt Status Register B 1
PSI5_INTSETA0   0xF0005338          Interrupt Set Register A 0
PSI5_INTSETA1   0xF000533C          Interrupt Set Register A 1
PSI5_INTSETB0   0xF000534C          Interrupt Set Register B 0
PSI5_INTSETB1   0xF0005350          Interrupt Set Register B 1
PSI5_INTCLRA0   0xF0005360          Interrupt Clear Register A 0
PSI5_INTCLRA1   0xF0005364          Interrupt Clear Register A 1
PSI5_INTCLRB0   0xF0005374          Interrupt Clear Register A 0
PSI5_INTCLRB1   0xF0005378          Interrupt Clear Register A 1
PSI5_INTENA0    0xF0005388          Interrupt Enable Register A 0
PSI5_INTENA1    0xF000538C          Interrupt Enable Register A 1
PSI5_INTENB0    0xF000539C          Interrupt Enable Register B 0
PSI5_INTENB1    0xF00053A0          Interrupt Enable Register B 1
PSI5_OCS        0xF00053CC          OCDS Control and Status
PSI5_ACCEN0     0xF00053D0          Access Enable Register 0
PSI5_ACCEN1     0xF00053D4          Access Enable Register 1
PSI5_KRST0      0xF00053D8          Kernel Reset Register 0
PSI5_KRST1      0xF00053DC          Kernel Reset Register 1
PSI5_KRSTCLR    0xF00053E0          Kernel Reset Status Clear Register
PSI5_RFC0       0xF00053E4          Receive FIFO Control Register 0
PSI5_RFC1       0xF00053E8          Receive FIFO Control Register 1
PSI5_RDF0       0xF00053F8          Receive Data FIFO 0
PSI5_RDF1       0xF00053FC          Receive Data FIFO 1
PSI5_RSIOV0     0xF000540C          RSI Overview Register 0
PSI5_RSIOV1     0xF0005410          RSI Overview Register 1
PSI5_RMIOV0     0xF0005420          RMI Overview Register 0
PSI5_RMIOV1     0xF0005424          RMI Overview Register 1
PSI5_NBIOV0     0xF0005434          NBI Overview Register 0
PSI5_NBIOV1     0xF0005438          NBI Overview Register 1
PSI5_TEIOV0     0xF0005448          TEI Overview Register 0
PSI5_TEIOV1     0xF000544C          TEI Overview Register 1
PSI5_CRCIOV0    0xF000545C          CRCI Overview Register 0
PSI5_CRCIOV1    0xF0005460          CRCI Overview Register 1
PSI5_RDIOV0     0xF0005470          RDI Overview Register 0
PSI5_RDIOV1     0xF0005474          RDI Overview Register 1
PSI5_NFIOV0     0xF0005484          NFI Overview Register 0
PSI5_NFIOV1     0xF0005488          NFI Overview Register 1
PSI5_MEIOV0     0xF0005498          MEI Overview Register 0
PSI5_MEIOV1     0xF000549C          MEI Overview Register 1
PSI5_RSISET0    0xF00054AC          RSI Overview Set Register 0
PSI5_RSISET1    0xF00054B0          RSI Overview Set Register 1
PSI5_RMISET0    0xF00054C0          RMI Overview Set Register 0
PSI5_RMISET1    0xF00054C4          RMI Overview Set Register 1
PSI5_NBISET0    0xF00054D4          NBI Overview Set Register 0
PSI5_NBISET1    0xF00054D8          NBI Overview Set Register 1
PSI5_TEISET0    0xF00054E8          TEI Overview Set Register 0
PSI5_TEISET1    0xF00054EC          TEI Overview Set Register 1
PSI5_CRCISET0   0xF00054FC          CRCI Overview Set Register 0
PSI5_CRCISET1   0xF0005500          CRCI Overview Set Register 1
PSI5_RDISET0    0xF0005510          RDI Overview Set Register 0
PSI5_RDISET1    0xF0005514          RDI Overview Set Register 1
PSI5_NFISET0    0xF0005524          NFI Overview Set Register 0
PSI5_NFISET1    0xF0005528          NFI Overview Set Register 1
PSI5_MEISET0    0xF0005538          MEI Overview Set Register 0
PSI5_MEISET1    0xF000553C          MEI Overview Set Register 1
PSI5_RSICLR0    0xF000554C          RSI Overview Clear Register 0
PSI5_RSICLR1    0xF0005550          RSI Overview Clear Register 1
PSI5_RMICLR0    0xF0005560          RMI Overview Clear Register 0
PSI5_RMICLR1    0xF0005564          RMI Overview Clear Register 1
PSI5_NBICLR0    0xF0005574          NBI Overview Clear Register 0
PSI5_NBICLR1    0xF0005578          NBI Overview Clear Register 1
PSI5_TEICLR0    0xF0005588          TEI Overview Clear Register 0
PSI5_TEICLR1    0xF000558C          TEI Overview Clear Register 1
PSI5_CRCICLR0   0xF000559C          CRCI Overview Clear Register 0
PSI5_CRCICLR1   0xF00055A0          CRCI Overview Clear Register 1
PSI5_RDICLR0    0xF00055B0          RDI Overview Clear Register 0
PSI5_RDICLR1    0xF00055B4          RDI Overview Clear Register 1
PSI5_NFICLR0    0xF00055C4          NFI Overview Clear Register 0
PSI5_NFICLR1    0xF00055C8          NFI Overview Clear Register 1
PSI5_MEICLR0    0xF00055D8          MEI Overview Clear Register 0
PSI5_MEICLR1    0xF00055DC          MEI Overview Clear Register 1
PSI5_RDML00     0xF0005600          Receive Data Memory Low 00
PSI5_RDMH00     0xF0005604          Receive Data Memory High 00
PSI5_RDML01     0xF0005608          Receive Data Memory Low 01
PSI5_RDMH01     0xF000560C          Receive Data Memory High 01
PSI5_RDML02     0xF0005610          Receive Data Memory Low 02
PSI5_RDMH02     0xF0005614          Receive Data Memory High 02
PSI5_RDML03     0xF0005618          Receive Data Memory Low 03
PSI5_RDMH03     0xF000561C          Receive Data Memory High 03
PSI5_RDML04     0xF0005620          Receive Data Memory Low 04
PSI5_RDMH04     0xF0005624          Receive Data Memory High 04
PSI5_RDML05     0xF0005628          Receive Data Memory Low 05
PSI5_RDMH05     0xF000562C          Receive Data Memory High 05
PSI5_RDML06     0xF0005630          Receive Data Memory Low 06
PSI5_RDMH06     0xF0005634          Receive Data Memory High 06
PSI5_RDML07     0xF0005638          Receive Data Memory Low 07
PSI5_RDMH07     0xF000563C          Receive Data Memory High 07
PSI5_RDML08     0xF0005640          Receive Data Memory Low 08
PSI5_RDMH08     0xF0005644          Receive Data Memory High 08
PSI5_RDML09     0xF0005648          Receive Data Memory Low 09
PSI5_RDMH09     0xF000564C          Receive Data Memory High 09
PSI5_RDML010    0xF0005650          Receive Data Memory Low 010
PSI5_RDMH010    0xF0005654          Receive Data Memory High 010
PSI5_RDML011    0xF0005658          Receive Data Memory Low 011
PSI5_RDMH011    0xF000565C          Receive Data Memory High 011
PSI5_RDML012    0xF0005660          Receive Data Memory Low 012
PSI5_RDMH012    0xF0005664          Receive Data Memory High 012
PSI5_RDML013    0xF0005668          Receive Data Memory Low 013
PSI5_RDMH013    0xF000566C          Receive Data Memory High 013
PSI5_RDML014    0xF0005670          Receive Data Memory Low 014
PSI5_RDMH014    0xF0005674          Receive Data Memory High 014
PSI5_RDML015    0xF0005678          Receive Data Memory Low 015
PSI5_RDMH015    0xF000567C          Receive Data Memory High 015
PSI5_RDML016    0xF0005680          Receive Data Memory Low 016
PSI5_RDMH016    0xF0005684          Receive Data Memory High 016
PSI5_RDML017    0xF0005688          Receive Data Memory Low 017
PSI5_RDMH017    0xF000568C          Receive Data Memory High 017
PSI5_RDML018    0xF0005690          Receive Data Memory Low 018
PSI5_RDMH018    0xF0005694          Receive Data Memory High 018
PSI5_RDML019    0xF0005698          Receive Data Memory Low 019
PSI5_RDMH019    0xF000569C          Receive Data Memory High 019
PSI5_RDML020    0xF00056A0          Receive Data Memory Low 020
PSI5_RDMH020    0xF00056A4          Receive Data Memory High 020
PSI5_RDML021    0xF00056A8          Receive Data Memory Low 021
PSI5_RDMH021    0xF00056AC          Receive Data Memory High 021
PSI5_RDML022    0xF00056B0          Receive Data Memory Low 022
PSI5_RDMH022    0xF00056B4          Receive Data Memory High 022
PSI5_RDML023    0xF00056B8          Receive Data Memory Low 023
PSI5_RDMH023    0xF00056BC          Receive Data Memory High 023
PSI5_RDML024    0xF00056C0          Receive Data Memory Low 024
PSI5_RDMH024    0xF00056C4          Receive Data Memory High 024
PSI5_RDML025    0xF00056C8          Receive Data Memory Low 025
PSI5_RDMH025    0xF00056CC          Receive Data Memory High 025
PSI5_RDML026    0xF00056D0          Receive Data Memory Low 026
PSI5_RDMH026    0xF00056D4          Receive Data Memory High 026
PSI5_RDML027    0xF00056D8          Receive Data Memory Low 027
PSI5_RDMH027    0xF00056DC          Receive Data Memory High 027
PSI5_RDML028    0xF00056E0          Receive Data Memory Low 028
PSI5_RDMH028    0xF00056E4          Receive Data Memory High 028
PSI5_RDML029    0xF00056E8          Receive Data Memory Low 029
PSI5_RDMH029    0xF00056EC          Receive Data Memory High 029
PSI5_RDML030    0xF00056F0          Receive Data Memory Low 030
PSI5_RDMH030    0xF00056F4          Receive Data Memory High 030
PSI5_RDML031    0xF00056F8          Receive Data Memory Low 031
PSI5_RDMH031    0xF00056FC          Receive Data Memory High 031
PSI5_RDML10     0xF0005700          Receive Data Memory Low 10
PSI5_RDMH10     0xF0005704          Receive Data Memory High 10
PSI5_RDML11     0xF0005708          Receive Data Memory Low 11
PSI5_RDMH11     0xF000570C          Receive Data Memory High 11
PSI5_RDML12     0xF0005710          Receive Data Memory Low 12
PSI5_RDMH12     0xF0005714          Receive Data Memory High 12
PSI5_RDML13     0xF0005718          Receive Data Memory Low 13
PSI5_RDMH13     0xF000571C          Receive Data Memory High 13
PSI5_RDML14     0xF0005720          Receive Data Memory Low 14
PSI5_RDMH14     0xF0005724          Receive Data Memory High 14
PSI5_RDML15     0xF0005728          Receive Data Memory Low 15
PSI5_RDMH15     0xF000572C          Receive Data Memory High 15
PSI5_RDML16     0xF0005730          Receive Data Memory Low 16
PSI5_RDMH16     0xF0005734          Receive Data Memory High 16
PSI5_RDML17     0xF0005738          Receive Data Memory Low 17
PSI5_RDMH17     0xF000573C          Receive Data Memory High 17
PSI5_RDML18     0xF0005740          Receive Data Memory Low 18
PSI5_RDMH18     0xF0005744          Receive Data Memory High 18
PSI5_RDML19     0xF0005748          Receive Data Memory Low 19
PSI5_RDMH19     0xF000574C          Receive Data Memory High 19
PSI5_RDML110    0xF0005750          Receive Data Memory Low 110
PSI5_RDMH110    0xF0005754          Receive Data Memory High 110
PSI5_RDML111    0xF0005758          Receive Data Memory Low 111
PSI5_RDMH111    0xF000575C          Receive Data Memory High 111
PSI5_RDML112    0xF0005760          Receive Data Memory Low 112
PSI5_RDMH112    0xF0005764          Receive Data Memory High 112
PSI5_RDML113    0xF0005768          Receive Data Memory Low 113
PSI5_RDMH113    0xF000576C          Receive Data Memory High 113
PSI5_RDML114    0xF0005770          Receive Data Memory Low 114
PSI5_RDMH114    0xF0005774          Receive Data Memory High 114
PSI5_RDML115    0xF0005778          Receive Data Memory Low 115
PSI5_RDMH115    0xF000577C          Receive Data Memory High 115
PSI5_RDML116    0xF0005780          Receive Data Memory Low 116
PSI5_RDMH116    0xF0005784          Receive Data Memory High 116
PSI5_RDML117    0xF0005788          Receive Data Memory Low 117
PSI5_RDMH117    0xF000578C          Receive Data Memory High 117
PSI5_RDML118    0xF0005790          Receive Data Memory Low 118
PSI5_RDMH118    0xF0005794          Receive Data Memory High 118
PSI5_RDML119    0xF0005798          Receive Data Memory Low 119
PSI5_RDMH119    0xF000579C          Receive Data Memory High 119
PSI5_RDML120    0xF00057A0          Receive Data Memory Low 120
PSI5_RDMH120    0xF00057A4          Receive Data Memory High 120
PSI5_RDML121    0xF00057A8          Receive Data Memory Low 121
PSI5_RDMH121    0xF00057AC          Receive Data Memory High 121
PSI5_RDML122    0xF00057B0          Receive Data Memory Low 122
PSI5_RDMH122    0xF00057B4          Receive Data Memory High 122
PSI5_RDML123    0xF00057B8          Receive Data Memory Low 123
PSI5_RDMH123    0xF00057BC          Receive Data Memory High 123
PSI5_RDML124    0xF00057C0          Receive Data Memory Low 124
PSI5_RDMH124    0xF00057C4          Receive Data Memory High 124
PSI5_RDML125    0xF00057C8          Receive Data Memory Low 125
PSI5_RDMH125    0xF00057CC          Receive Data Memory High 125
PSI5_RDML126    0xF00057D0          Receive Data Memory Low 126
PSI5_RDMH126    0xF00057D4          Receive Data Memory High 126
PSI5_RDML127    0xF00057D8          Receive Data Memory Low 127
PSI5_RDMH127    0xF00057DC          Receive Data Memory High 127
PSI5_RDML128    0xF00057E0          Receive Data Memory Low 128
PSI5_RDMH128    0xF00057E4          Receive Data Memory High 128
PSI5_RDML129    0xF00057E8          Receive Data Memory Low 129
PSI5_RDMH129    0xF00057EC          Receive Data Memory High 129
PSI5_RDML130    0xF00057F0          Receive Data Memory Low 130
PSI5_RDMH130    0xF00057F4          Receive Data Memory High 130
PSI5_RDML131    0xF00057F8          Receive Data Memory Low 131
PSI5_RDMH131    0xF00057FC          Receive Data Memory High 131
PSI5_RDML20     0xF0005800          Receive Data Memory Low 20
PSI5_RDMH20     0xF0005804          Receive Data Memory High 20
PSI5_RDML21     0xF0005808          Receive Data Memory Low 21
PSI5_RDMH21     0xF000580C          Receive Data Memory High 21
PSI5_RDML22     0xF0005810          Receive Data Memory Low 22
PSI5_RDMH22     0xF0005814          Receive Data Memory High 22
PSI5_RDML23     0xF0005818          Receive Data Memory Low 23
PSI5_RDMH23     0xF000581C          Receive Data Memory High 23
PSI5_RDML24     0xF0005820          Receive Data Memory Low 24
PSI5_RDMH24     0xF0005824          Receive Data Memory High 24
PSI5_RDML25     0xF0005828          Receive Data Memory Low 25
PSI5_RDMH25     0xF000582C          Receive Data Memory High 25
PSI5_RDML26     0xF0005830          Receive Data Memory Low 26
PSI5_RDMH26     0xF0005834          Receive Data Memory High 26
PSI5_RDML27     0xF0005838          Receive Data Memory Low 27
PSI5_RDMH27     0xF000583C          Receive Data Memory High 27
PSI5_RDML28     0xF0005840          Receive Data Memory Low 28
PSI5_RDMH28     0xF0005844          Receive Data Memory High 28
PSI5_RDML29     0xF0005848          Receive Data Memory Low 29
PSI5_RDMH29     0xF000584C          Receive Data Memory High 29
PSI5_RDML210    0xF0005850          Receive Data Memory Low 210
PSI5_RDMH210    0xF0005854          Receive Data Memory High 210
PSI5_RDML211    0xF0005858          Receive Data Memory Low 211
PSI5_RDMH211    0xF000585C          Receive Data Memory High 211
PSI5_RDML212    0xF0005860          Receive Data Memory Low 212
PSI5_RDMH212    0xF0005864          Receive Data Memory High 212
PSI5_RDML213    0xF0005868          Receive Data Memory Low 213
PSI5_RDMH213    0xF000586C          Receive Data Memory High 213
PSI5_RDML214    0xF0005870          Receive Data Memory Low 214
PSI5_RDMH214    0xF0005874          Receive Data Memory High 214
PSI5_RDML215    0xF0005878          Receive Data Memory Low 215
PSI5_RDMH215    0xF000587C          Receive Data Memory High 215
PSI5_RDML216    0xF0005880          Receive Data Memory Low 216
PSI5_RDMH216    0xF0005884          Receive Data Memory High 216
PSI5_RDML217    0xF0005888          Receive Data Memory Low 217
PSI5_RDMH217    0xF000588C          Receive Data Memory High 217
PSI5_RDML218    0xF0005890          Receive Data Memory Low 218
PSI5_RDMH218    0xF0005894          Receive Data Memory High 218
PSI5_RDML219    0xF0005898          Receive Data Memory Low 219
PSI5_RDMH219    0xF000589C          Receive Data Memory High 219
PSI5_RDML220    0xF00058A0          Receive Data Memory Low 220
PSI5_RDMH220    0xF00058A4          Receive Data Memory High 220
PSI5_RDML221    0xF00058A8          Receive Data Memory Low 221
PSI5_RDMH221    0xF00058AC          Receive Data Memory High 221
PSI5_RDML222    0xF00058B0          Receive Data Memory Low 222
PSI5_RDMH222    0xF00058B4          Receive Data Memory High 222
PSI5_RDML223    0xF00058B8          Receive Data Memory Low 223
PSI5_RDMH223    0xF00058BC          Receive Data Memory High 223
PSI5_RDML224    0xF00058C0          Receive Data Memory Low 224
PSI5_RDMH224    0xF00058C4          Receive Data Memory High 224
PSI5_RDML225    0xF00058C8          Receive Data Memory Low 225
PSI5_RDMH225    0xF00058CC          Receive Data Memory High 225
PSI5_RDML226    0xF00058D0          Receive Data Memory Low 226
PSI5_RDMH226    0xF00058D4          Receive Data Memory High 226
PSI5_RDML227    0xF00058D8          Receive Data Memory Low 227
PSI5_RDMH227    0xF00058DC          Receive Data Memory High 227
PSI5_RDML228    0xF00058E0          Receive Data Memory Low 228
PSI5_RDMH228    0xF00058E4          Receive Data Memory High 228
PSI5_RDML229    0xF00058E8          Receive Data Memory Low 229
PSI5_RDMH229    0xF00058EC          Receive Data Memory High 229
PSI5_RDML230    0xF00058F0          Receive Data Memory Low 230
PSI5_RDMH230    0xF00058F4          Receive Data Memory High 230
PSI5_RDML231    0xF00058F8          Receive Data Memory Low 231
PSI5_RDMH231    0xF00058FC          Receive Data Memory High 231
PSI5_RDML30     0xF0005900          Receive Data Memory Low 30
PSI5_RDMH30     0xF0005904          Receive Data Memory High 30
PSI5_RDML31     0xF0005908          Receive Data Memory Low 31
PSI5_RDMH31     0xF000590C          Receive Data Memory High 31
PSI5_RDML32     0xF0005910          Receive Data Memory Low 32
PSI5_RDMH32     0xF0005914          Receive Data Memory High 32
PSI5_RDML33     0xF0005918          Receive Data Memory Low 33
PSI5_RDMH33     0xF000591C          Receive Data Memory High 33
PSI5_RDML34     0xF0005920          Receive Data Memory Low 34
PSI5_RDMH34     0xF0005924          Receive Data Memory High 34
PSI5_RDML35     0xF0005928          Receive Data Memory Low 35
PSI5_RDMH35     0xF000592C          Receive Data Memory High 35
PSI5_RDML36     0xF0005930          Receive Data Memory Low 36
PSI5_RDMH36     0xF0005934          Receive Data Memory High 36
PSI5_RDML37     0xF0005938          Receive Data Memory Low 37
PSI5_RDMH37     0xF000593C          Receive Data Memory High 37
PSI5_RDML38     0xF0005940          Receive Data Memory Low 38
PSI5_RDMH38     0xF0005944          Receive Data Memory High 38
PSI5_RDML39     0xF0005948          Receive Data Memory Low 39
PSI5_RDMH39     0xF000594C          Receive Data Memory High 39
PSI5_RDML310    0xF0005950          Receive Data Memory Low 310
PSI5_RDMH310    0xF0005954          Receive Data Memory High 310
PSI5_RDML311    0xF0005958          Receive Data Memory Low 311
PSI5_RDMH311    0xF000595C          Receive Data Memory High 311
PSI5_RDML312    0xF0005960          Receive Data Memory Low 312
PSI5_RDMH312    0xF0005964          Receive Data Memory High 312
PSI5_RDML313    0xF0005968          Receive Data Memory Low 313
PSI5_RDMH313    0xF000596C          Receive Data Memory High 313
PSI5_RDML314    0xF0005970          Receive Data Memory Low 314
PSI5_RDMH314    0xF0005974          Receive Data Memory High 314
PSI5_RDML315    0xF0005978          Receive Data Memory Low 315
PSI5_RDMH315    0xF000597C          Receive Data Memory High 315
PSI5_RDML316    0xF0005980          Receive Data Memory Low 316
PSI5_RDMH316    0xF0005984          Receive Data Memory High 316
PSI5_RDML317    0xF0005988          Receive Data Memory Low 317
PSI5_RDMH317    0xF000598C          Receive Data Memory High 317
PSI5_RDML318    0xF0005990          Receive Data Memory Low 318
PSI5_RDMH318    0xF0005994          Receive Data Memory High 318
PSI5_RDML319    0xF0005998          Receive Data Memory Low 319
PSI5_RDMH319    0xF000599C          Receive Data Memory High 319
PSI5_RDML320    0xF00059A0          Receive Data Memory Low 320
PSI5_RDMH320    0xF00059A4          Receive Data Memory High 320
PSI5_RDML321    0xF00059A8          Receive Data Memory Low 321
PSI5_RDMH321    0xF00059AC          Receive Data Memory High 321
PSI5_RDML322    0xF00059B0          Receive Data Memory Low 322
PSI5_RDMH322    0xF00059B4          Receive Data Memory High 322
PSI5_RDML323    0xF00059B8          Receive Data Memory Low 323
PSI5_RDMH323    0xF00059BC          Receive Data Memory High 323
PSI5_RDML324    0xF00059C0          Receive Data Memory Low 324
PSI5_RDMH324    0xF00059C4          Receive Data Memory High 324
PSI5_RDML325    0xF00059C8          Receive Data Memory Low 325
PSI5_RDMH325    0xF00059CC          Receive Data Memory High 325
PSI5_RDML326    0xF00059D0          Receive Data Memory Low 326
PSI5_RDMH326    0xF00059D4          Receive Data Memory High 326
PSI5_RDML327    0xF00059D8          Receive Data Memory Low 327
PSI5_RDMH327    0xF00059DC          Receive Data Memory High 327
PSI5_RDML328    0xF00059E0          Receive Data Memory Low 328
PSI5_RDMH328    0xF00059E4          Receive Data Memory High 328
PSI5_RDML329    0xF00059E8          Receive Data Memory Low 329
PSI5_RDMH329    0xF00059EC          Receive Data Memory High 329
PSI5_RDML330    0xF00059F0          Receive Data Memory Low 330
PSI5_RDMH330    0xF00059F4          Receive Data Memory High 330
PSI5_RDML331    0xF00059F8          Receive Data Memory Low 331
PSI5_RDMH331    0xF00059FC          Receive Data Memory High 331
PSI5S_CLC       0xF0007000          Clock Control Register
PSI5S_ID        0xF0007008          Module Identification Register
PSI5S_FDR       0xF000700C          PSI5-S Fractional Divider Register
PSI5S_FDRT      0xF0007010          Fractional Divider Register for Time Stamp
PSI5S_TSCNTA    0xF0007014          Time Stamp Count Register A
PSI5S_TSCNTB    0xF0007018          Time Stamp Count Register B
PSI5S_GCR       0xF000701C          Global Control Register
PSI5S_NFC       0xF0007020          Number of Frames Control Register
PSI5S_FCNT      0xF0007024          Frame Counter Register
PSI5S_IOCR      0xF0007028          Input and Output Control Register
PSI5S_RCRA0     0xF0007030          Receiver Control Register A0
PSI5S_RCRA1     0xF0007034          Receiver Control Register A1
PSI5S_RCRA2     0xF0007038          Receiver Control Register A2
PSI5S_RCRA3     0xF000703C          Receiver Control Register A3
PSI5S_RCRA4     0xF0007040          Receiver Control Register A4
PSI5S_RCRA5     0xF0007044          Receiver Control Register A5
PSI5S_RCRA6     0xF0007048          Receiver Control Register A6
PSI5S_RCRA7     0xF000704C          Receiver Control Register A7
PSI5S_RCRB0     0xF0007050          Receiver Control Register B0
PSI5S_RCRB1     0xF0007054          Receiver Control Register B1
PSI5S_RCRB2     0xF0007058          Receiver Control Register B2
PSI5S_RCRB3     0xF000705C          Receiver Control Register B3
PSI5S_RCRB4     0xF0007060          Receiver Control Register B4
PSI5S_RCRB5     0xF0007064          Receiver Control Register B5
PSI5S_RCRB6     0xF0007068          Receiver Control Register B6
PSI5S_RCRB7     0xF000706C          Receiver Control Register B7
PSI5S_WDT0      0xF0007070          Watch Dog Timer Register 0
PSI5S_WDT1      0xF0007074          Watch Dog Timer Register 1
PSI5S_WDT2      0xF0007078          Watch Dog Timer Register 2
PSI5S_WDT3      0xF000707C          Watch Dog Timer Register 3
PSI5S_WDT4      0xF0007080          Watch Dog Timer Register 4
PSI5S_WDT5      0xF0007084          Watch Dog Timer Register 5
PSI5S_WDT6      0xF0007088          Watch Dog Timer Register 6
PSI5S_WDT7      0xF000708C          Watch Dog Timer Register 7
PSI5S_TSCR0     0xF0007090          Capture Register TSCR0
PSI5S_TSCR1     0xF0007094          Capture Register TSCR1
PSI5S_TSCR2     0xF0007098          Capture Register TSCR2
PSI5S_TSCR3     0xF000709C          Capture Register TSCR3
PSI5S_TSCR4     0xF00070A0          Capture Register TSCR4
PSI5S_TSCR5     0xF00070A4          Capture Register TSCR5
PSI5S_TSCR6     0xF00070A8          Capture Register TSCR6
PSI5S_TSCR7     0xF00070AC          Capture Register TSCR7
PSI5S_RDS       0xF00070B0          Receive Status Register
PSI5S_RDR       0xF00070B4          Receive Data Register
PSI5S_TSM       0xF00070B8          Time Stamp Mirror Register
PSI5S_TAR       0xF00070D0          Target Address Register
PSI5S_BAR       0xF00070D4          Base Address Register
PSI5S_PGC0      0xF00070F0          Pulse Generation Control Register 0
PSI5S_PGC1      0xF00070F4          Pulse Generation Control Register 1
PSI5S_PGC2      0xF00070F8          Pulse Generation Control Register 2
PSI5S_PGC3      0xF00070FC          Pulse Generation Control Register 3
PSI5S_PGC4      0xF0007100          Pulse Generation Control Register 4
PSI5S_PGC5      0xF0007104          Pulse Generation Control Register 5
PSI5S_PGC6      0xF0007108          Pulse Generation Control Register 6
PSI5S_PGC7      0xF000710C          Pulse Generation Control Register 7
PSI5S_CTV0      0xF0007110          Channel Trigger Value Register 0
PSI5S_CTV1      0xF0007114          Channel Trigger Value Register 1
PSI5S_CTV2      0xF0007118          Channel Trigger Value Register 2
PSI5S_CTV3      0xF000711C          Channel Trigger Value Register 3
PSI5S_CTV4      0xF0007120          Channel Trigger Value Register 4
PSI5S_CTV5      0xF0007124          Channel Trigger Value Register 5
PSI5S_CTV6      0xF0007128          Channel Trigger Value Register 6
PSI5S_CTV7      0xF000712C          Channel Trigger Value Register 7
PSI5S_SCR0      0xF0007130          Send Control Register 0
PSI5S_SCR1      0xF0007134          Send Control Register 1
PSI5S_SCR2      0xF0007138          Send Control Register 2
PSI5S_SCR3      0xF000713C          Send Control Register 3
PSI5S_SCR4      0xF0007140          Send Control Register 4
PSI5S_SCR5      0xF0007144          Send Control Register 5
PSI5S_SCR6      0xF0007148          Send Control Register 6
PSI5S_SCR7      0xF000714C          Send Control Register 7
PSI5S_SDR0      0xF0007150          Send Data Register 0
PSI5S_SDR1      0xF0007154          Send Data Register 1
PSI5S_SDR2      0xF0007158          Send Data Register 2
PSI5S_SDR3      0xF000715C          Send Data Register 3
PSI5S_SDR4      0xF0007160          Send Data Register 4
PSI5S_SDR5      0xF0007164          Send Data Register 5
PSI5S_SDR6      0xF0007168          Send Data Register 6
PSI5S_SDR7      0xF000716C          Send Data Register 7
PSI5S_CDW       0xF0007170          CPU Direct Write Register
PSI5S_CON       0xF0007210          Control Register
PSI5S_BG        0xF0007214          Baud Rate Timer/Reload Register
PSI5S_FDV       0xF0007218          Fractional Divider Register
PSI5S_FDO       0xF000721C          Fractional Divider for Output CLK Register
PSI5S_TBUF      0xF0007220          Transmit Buffer Register
PSI5S_RBUF      0xF0007224          Receive Buffer Register
PSI5S_WHBCON    0xF0007250          Write Hardware Bits Control Register
PSI5S_INTSTAT0  0xF0007260          Interrupt Status Register 0
PSI5S_INTSTAT1  0xF0007264          Interrupt Status Register 1
PSI5S_INTSTAT2  0xF0007268          Interrupt Status Register 2
PSI5S_INTSTAT3  0xF000726C          Interrupt Status Register 3
PSI5S_INTSTAT4  0xF0007270          Interrupt Status Register 4
PSI5S_INTSTAT5  0xF0007274          Interrupt Status Register 5
PSI5S_INTSTAT6  0xF0007278          Interrupt Status Register 6
PSI5S_INTSTAT7  0xF000727C          Interrupt Status Register 7
PSI5S_INTSET0   0xF0007280          Interrupt Set Register 0
PSI5S_INTSET1   0xF0007284          Interrupt Set Register 1
PSI5S_INTSET2   0xF0007288          Interrupt Set Register 2
PSI5S_INTSET3   0xF000728C          Interrupt Set Register 3
PSI5S_INTSET4   0xF0007290          Interrupt Set Register 4
PSI5S_INTSET5   0xF0007294          Interrupt Set Register 5
PSI5S_INTSET6   0xF0007298          Interrupt Set Register 6
PSI5S_INTSET7   0xF000729C          Interrupt Set Register 7
PSI5S_INTCLR0   0xF00072A0          Interrupt Clear Register 0
PSI5S_INTCLR1   0xF00072A4          Interrupt Clear Register 1
PSI5S_INTCLR2   0xF00072A8          Interrupt Clear Register 2
PSI5S_INTCLR3   0xF00072AC          Interrupt Clear Register 3
PSI5S_INTCLR4   0xF00072B0          Interrupt Clear Register 4
PSI5S_INTCLR5   0xF00072B4          Interrupt Clear Register 5
PSI5S_INTCLR6   0xF00072B8          Interrupt Clear Register 6
PSI5S_INTCLR7   0xF00072BC          Interrupt Clear Register 7
PSI5S_INTEN0    0xF00072C0          Interrupt Enable Register 0
PSI5S_INTEN1    0xF00072C4          Interrupt Enable Register 1
PSI5S_INTEN2    0xF00072C8          Interrupt Enable Register 2
PSI5S_INTEN3    0xF00072CC          Interrupt Enable Register 3
PSI5S_INTEN4    0xF00072D0          Interrupt Enable Register 4
PSI5S_INTEN5    0xF00072D4          Interrupt Enable Register 5
PSI5S_INTEN6    0xF00072D8          Interrupt Enable Register 6
PSI5S_INTEN7    0xF00072DC          Interrupt Enable Register 7
PSI5S_INP0      0xF00072E0          Interrupt Node Pointer Register 0
PSI5S_INP1      0xF00072E4          Interrupt Node Pointer Register 1
PSI5S_INP2      0xF00072E8          Interrupt Node Pointer Register 2
PSI5S_INP3      0xF00072EC          Interrupt Node Pointer Register 3
PSI5S_INP4      0xF00072F0          Interrupt Node Pointer Register 4
PSI5S_INP5      0xF00072F4          Interrupt Node Pointer Register 5
PSI5S_INP6      0xF00072F8          Interrupt Node Pointer Register 6
PSI5S_INP7      0xF00072FC          Interrupt Node Pointer Register 7
PSI5S_INTOV     0xF0007300          Interrupt Overview Register
PSI5S_INTSTATG  0xF0007304          Interrupt Status Register Global
PSI5S_INTSETG   0xF0007308          Interrupt Set Register Global
PSI5S_INTCLRG   0xF000730C          Interrupt Clear Register Global
PSI5S_INTENG    0xF0007310          Interrupt Enable Register Global
PSI5S_INPG      0xF0007314          Interrupt Node Pointer Register Global
PSI5S_OCS       0xF00073CC          OCDS Control and Status
PSI5S_ACCEN0    0xF00073D0          Access Enable Register 0
PSI5S_ACCEN1    0xF00073D4          Access Enable Register 1
PSI5S_KRST0     0xF00073D8          Kernel Reset Register 0
PSI5S_KRST1     0xF00073DC          Kernel Reset Register 1
PSI5S_KRSTCLR   0xF00073E0          Kernel Reset Status Clear Register
DMA_CLC         0xF0010000          DMA Clock Control Register
DMA_ID          0xF0010008          DMA Identification Register
DMA_ACCEN00     0xF0010040          RP 0 Access Enable Register 0
DMA_ACCEN01     0xF0010044          RP 0 Access Enable Register 1
DMA_ACCEN10     0xF0010048          RP 1 Access Enable Register 0
DMA_ACCEN11     0xF001004C          RP 1 Access Enable Register 1
DMA_ACCEN20     0xF0010050          RP 2 Access Enable Register 0
DMA_ACCEN21     0xF0010054          RP 2 Access Enable Register 1
DMA_ACCEN30     0xF0010058          RP 3 Access Enable Register 0
DMA_ACCEN31     0xF001005C          RP 3 Access Enable Register 1
DMA_EER0        0xF0010120          ME 0 Enable Error Register
DMA_ERRSR0      0xF0010124          ME 0 Error Status Register
DMA_CLRE0       0xF0010128          ME 0 Clear Error Register
DMA_ME0SR       0xF0010130          ME 0 Status Register
DMA_ME00R       0xF0010140          ME 0 Read Register 0
DMA_ME01R       0xF0010144          ME 0 Read Register 1
DMA_ME02R       0xF0010148          ME 0 Read Register 2
DMA_ME03R       0xF001014C          ME 0 Read Register 3
DMA_ME04R       0xF0010150          ME 0 Read Register 4
DMA_ME05R       0xF0010154          ME 0 Read Register 5
DMA_ME06R       0xF0010158          ME 0 Read Register 6
DMA_ME07R       0xF001015C          ME 0 Read Register 7
DMA_ME0RDCRC    0xF0010180          ME 0 Channel Read Data CRC Register
DMA_ME0SDCRC    0xF0010184          ME 0 Channel Source and Destination Address CRC Register
DMA_ME0SADR     0xF0010188          ME 0 Channel Source Address Register
DMA_ME0DADR     0xF001018C          ME 0 Channel Destination Address Register
DMA_ME0ADICR    0xF0010190          ME 0 Channel Address and Interrupt Control Register
DMA_ME0CHCR     0xF0010194          ME 0 Channel Control Register
DMA_ME0SHADR    0xF0010198          ME 0 Channel Shadow Address Register
DMA_ME0CHSR     0xF001019C          ME 0 Channel Status Register
DMA_EER1        0xF0011120          ME 1 Enable Error Register
DMA_ERRSR1      0xF0011124          ME 1 Error Status Register
DMA_CLRE1       0xF0011128          ME 1 Clear Error Register
DMA_ME1SR       0xF0011130          ME 1 Status Register
DMA_ME10R       0xF0011140          ME 1 Read Register 0
DMA_ME11R       0xF0011144          ME 1 Read Register 1
DMA_ME12R       0xF0011148          ME 1 Read Register 2
DMA_ME13R       0xF001114C          ME 1 Read Register 3
DMA_ME14R       0xF0011150          ME 1 Read Register 4
DMA_ME15R       0xF0011154          ME 1 Read Register 5
DMA_ME16R       0xF0011158          ME 1 Read Register 6
DMA_ME17R       0xF001115C          ME 1 Read Register 7
DMA_ME1RDCRC    0xF0011180          ME 1 Channel Read Data CRC Register
DMA_ME1SDCRC    0xF0011184          ME 1 Channel Source and Destination Address CRC Register
DMA_ME1SADR     0xF0011188          ME 1 Channel Source Address Register
DMA_ME1DADR     0xF001118C          ME 1 Channel Destination Address Register
DMA_ME1ADICR    0xF0011190          ME 1 Channel Address and Interrupt Control Register
DMA_ME1CHCR     0xF0011194          ME 1 Channel Control Register
DMA_ME1SHADR    0xF0011198          ME 1 Channel Shadow Address Register
DMA_ME1CHSR     0xF001119C          ME 1 Channel Status Register
DMA_OTSS        0xF0011200          DMA OCDS Trigger Set Select
DMA_PRR0        0xF0011208          DMA Pattern Read Register 0
DMA_PRR1        0xF001120C          DMA Pattern Read Register 1
DMA_TIME        0xF0011210          DMA Time Register
DMA_MODE0       0xF0011300          RP 0 Mode Register
DMA_MODE1       0xF0011304          RP 1 Mode Register
DMA_MODE2       0xF0011308          RP 2 Mode Register
DMA_MODE3       0xF001130C          RP 3 Mode Register
DMA_ERRINTR0    0xF0011320          RP 0 Error Interrupt Set Register
DMA_ERRINTR1    0xF0011324          RP 1 Error Interrupt Set Register
DMA_ERRINTR2    0xF0011328          RP 2 Error Interrupt Set Register
DMA_ERRINTR3    0xF001132C          RP 3 Error Interrupt Set Register
DMA_HRR000      0xF0011800          DMA Channel 0 Resource Partition Register
DMA_HRR001      0xF0011804          DMA Channel 1 Resource Partition Register
DMA_HRR002      0xF0011808          DMA Channel 2 Resource Partition Register
DMA_HRR003      0xF001180C          DMA Channel 3 Resource Partition Register
DMA_HRR004      0xF0011810          DMA Channel 4 Resource Partition Register
DMA_HRR005      0xF0011814          DMA Channel 5 Resource Partition Register
DMA_HRR006      0xF0011818          DMA Channel 6 Resource Partition Register
DMA_HRR007      0xF001181C          DMA Channel 7 Resource Partition Register
DMA_HRR008      0xF0011820          DMA Channel 8 Resource Partition Register
DMA_HRR009      0xF0011824          DMA Channel 9 Resource Partition Register
DMA_HRR010      0xF0011828          DMA Channel 10 Resource Partition Register
DMA_HRR011      0xF001182C          DMA Channel 11 Resource Partition Register
DMA_HRR012      0xF0011830          DMA Channel 12 Resource Partition Register
DMA_HRR013      0xF0011834          DMA Channel 13 Resource Partition Register
DMA_HRR014      0xF0011838          DMA Channel 14 Resource Partition Register
DMA_HRR015      0xF001183C          DMA Channel 15 Resource Partition Register
DMA_HRR016      0xF0011840          DMA Channel 16 Resource Partition Register
DMA_HRR017      0xF0011844          DMA Channel 17 Resource Partition Register
DMA_HRR018      0xF0011848          DMA Channel 18 Resource Partition Register
DMA_HRR019      0xF001184C          DMA Channel 19 Resource Partition Register
DMA_HRR020      0xF0011850          DMA Channel 20 Resource Partition Register
DMA_HRR021      0xF0011854          DMA Channel 21 Resource Partition Register
DMA_HRR022      0xF0011858          DMA Channel 22 Resource Partition Register
DMA_HRR023      0xF001185C          DMA Channel 23 Resource Partition Register
DMA_HRR024      0xF0011860          DMA Channel 24 Resource Partition Register
DMA_HRR025      0xF0011864          DMA Channel 25 Resource Partition Register
DMA_HRR026      0xF0011868          DMA Channel 26 Resource Partition Register
DMA_HRR027      0xF001186C          DMA Channel 27 Resource Partition Register
DMA_HRR028      0xF0011870          DMA Channel 28 Resource Partition Register
DMA_HRR029      0xF0011874          DMA Channel 29 Resource Partition Register
DMA_HRR030      0xF0011878          DMA Channel 30 Resource Partition Register
DMA_HRR031      0xF001187C          DMA Channel 31 Resource Partition Register
DMA_HRR032      0xF0011880          DMA Channel 32 Resource Partition Register
DMA_HRR033      0xF0011884          DMA Channel 33 Resource Partition Register
DMA_HRR034      0xF0011888          DMA Channel 34 Resource Partition Register
DMA_HRR035      0xF001188C          DMA Channel 35 Resource Partition Register
DMA_HRR036      0xF0011890          DMA Channel 36 Resource Partition Register
DMA_HRR037      0xF0011894          DMA Channel 37 Resource Partition Register
DMA_HRR038      0xF0011898          DMA Channel 38 Resource Partition Register
DMA_HRR039      0xF001189C          DMA Channel 39 Resource Partition Register
DMA_HRR040      0xF00118A0          DMA Channel 40 Resource Partition Register
DMA_HRR041      0xF00118A4          DMA Channel 41 Resource Partition Register
DMA_HRR042      0xF00118A8          DMA Channel 42 Resource Partition Register
DMA_HRR043      0xF00118AC          DMA Channel 43 Resource Partition Register
DMA_HRR044      0xF00118B0          DMA Channel 44 Resource Partition Register
DMA_HRR045      0xF00118B4          DMA Channel 45 Resource Partition Register
DMA_HRR046      0xF00118B8          DMA Channel 46 Resource Partition Register
DMA_HRR047      0xF00118BC          DMA Channel 47 Resource Partition Register
DMA_HRR048      0xF00118C0          DMA Channel 48 Resource Partition Register
DMA_HRR049      0xF00118C4          DMA Channel 49 Resource Partition Register
DMA_HRR050      0xF00118C8          DMA Channel 50 Resource Partition Register
DMA_HRR051      0xF00118CC          DMA Channel 51 Resource Partition Register
DMA_HRR052      0xF00118D0          DMA Channel 52 Resource Partition Register
DMA_HRR053      0xF00118D4          DMA Channel 53 Resource Partition Register
DMA_HRR054      0xF00118D8          DMA Channel 54 Resource Partition Register
DMA_HRR055      0xF00118DC          DMA Channel 55 Resource Partition Register
DMA_HRR056      0xF00118E0          DMA Channel 56 Resource Partition Register
DMA_HRR057      0xF00118E4          DMA Channel 57 Resource Partition Register
DMA_HRR058      0xF00118E8          DMA Channel 58 Resource Partition Register
DMA_HRR059      0xF00118EC          DMA Channel 59 Resource Partition Register
DMA_HRR060      0xF00118F0          DMA Channel 60 Resource Partition Register
DMA_HRR061      0xF00118F4          DMA Channel 61 Resource Partition Register
DMA_HRR062      0xF00118F8          DMA Channel 62 Resource Partition Register
DMA_HRR063      0xF00118FC          DMA Channel 63 Resource Partition Register
DMA_HRR064      0xF0011900          DMA Channel 64 Resource Partition Register
DMA_HRR065      0xF0011904          DMA Channel 65 Resource Partition Register
DMA_HRR066      0xF0011908          DMA Channel 66 Resource Partition Register
DMA_HRR067      0xF001190C          DMA Channel 67 Resource Partition Register
DMA_HRR068      0xF0011910          DMA Channel 68 Resource Partition Register
DMA_HRR069      0xF0011914          DMA Channel 69 Resource Partition Register
DMA_HRR070      0xF0011918          DMA Channel 70 Resource Partition Register
DMA_HRR071      0xF001191C          DMA Channel 71 Resource Partition Register
DMA_HRR072      0xF0011920          DMA Channel 72 Resource Partition Register
DMA_HRR073      0xF0011924          DMA Channel 73 Resource Partition Register
DMA_HRR074      0xF0011928          DMA Channel 74 Resource Partition Register
DMA_HRR075      0xF001192C          DMA Channel 75 Resource Partition Register
DMA_HRR076      0xF0011930          DMA Channel 76 Resource Partition Register
DMA_HRR077      0xF0011934          DMA Channel 77 Resource Partition Register
DMA_HRR078      0xF0011938          DMA Channel 78 Resource Partition Register
DMA_HRR079      0xF001193C          DMA Channel 79 Resource Partition Register
DMA_HRR080      0xF0011940          DMA Channel 80 Resource Partition Register
DMA_HRR081      0xF0011944          DMA Channel 81 Resource Partition Register
DMA_HRR082      0xF0011948          DMA Channel 82 Resource Partition Register
DMA_HRR083      0xF001194C          DMA Channel 83 Resource Partition Register
DMA_HRR084      0xF0011950          DMA Channel 84 Resource Partition Register
DMA_HRR085      0xF0011954          DMA Channel 85 Resource Partition Register
DMA_HRR086      0xF0011958          DMA Channel 86 Resource Partition Register
DMA_HRR087      0xF001195C          DMA Channel 87 Resource Partition Register
DMA_HRR088      0xF0011960          DMA Channel 88 Resource Partition Register
DMA_HRR089      0xF0011964          DMA Channel 89 Resource Partition Register
DMA_HRR090      0xF0011968          DMA Channel 90 Resource Partition Register
DMA_HRR091      0xF001196C          DMA Channel 91 Resource Partition Register
DMA_HRR092      0xF0011970          DMA Channel 92 Resource Partition Register
DMA_HRR093      0xF0011974          DMA Channel 93 Resource Partition Register
DMA_HRR094      0xF0011978          DMA Channel 94 Resource Partition Register
DMA_HRR095      0xF001197C          DMA Channel 95 Resource Partition Register
DMA_HRR096      0xF0011980          DMA Channel 96 Resource Partition Register
DMA_HRR097      0xF0011984          DMA Channel 97 Resource Partition Register
DMA_HRR098      0xF0011988          DMA Channel 98 Resource Partition Register
DMA_HRR099      0xF001198C          DMA Channel 99 Resource Partition Register
DMA_HRR100      0xF0011990          DMA Channel 100 Resource Partition Register
DMA_HRR101      0xF0011994          DMA Channel 101 Resource Partition Register
DMA_HRR102      0xF0011998          DMA Channel 102 Resource Partition Register
DMA_HRR103      0xF001199C          DMA Channel 103 Resource Partition Register
DMA_HRR104      0xF00119A0          DMA Channel 104 Resource Partition Register
DMA_HRR105      0xF00119A4          DMA Channel 105 Resource Partition Register
DMA_HRR106      0xF00119A8          DMA Channel 106 Resource Partition Register
DMA_HRR107      0xF00119AC          DMA Channel 107 Resource Partition Register
DMA_HRR108      0xF00119B0          DMA Channel 108 Resource Partition Register
DMA_HRR109      0xF00119B4          DMA Channel 109 Resource Partition Register
DMA_HRR110      0xF00119B8          DMA Channel 110 Resource Partition Register
DMA_HRR111      0xF00119BC          DMA Channel 111 Resource Partition Register
DMA_HRR112      0xF00119C0          DMA Channel 112 Resource Partition Register
DMA_HRR113      0xF00119C4          DMA Channel 113 Resource Partition Register
DMA_HRR114      0xF00119C8          DMA Channel 114 Resource Partition Register
DMA_HRR115      0xF00119CC          DMA Channel 115 Resource Partition Register
DMA_HRR116      0xF00119D0          DMA Channel 116 Resource Partition Register
DMA_HRR117      0xF00119D4          DMA Channel 117 Resource Partition Register
DMA_HRR118      0xF00119D8          DMA Channel 118 Resource Partition Register
DMA_HRR119      0xF00119DC          DMA Channel 119 Resource Partition Register
DMA_HRR120      0xF00119E0          DMA Channel 120 Resource Partition Register
DMA_HRR121      0xF00119E4          DMA Channel 121 Resource Partition Register
DMA_HRR122      0xF00119E8          DMA Channel 122 Resource Partition Register
DMA_HRR123      0xF00119EC          DMA Channel 123 Resource Partition Register
DMA_HRR124      0xF00119F0          DMA Channel 124 Resource Partition Register
DMA_HRR125      0xF00119F4          DMA Channel 125 Resource Partition Register
DMA_HRR126      0xF00119F8          DMA Channel 126 Resource Partition Register
DMA_HRR127      0xF00119FC          DMA Channel 127 Resource Partition Register
DMA_SUSENR000   0xF0011A00          DMA Channel 0 Suspend Enable Register
DMA_SUSENR001   0xF0011A04          DMA Channel 1 Suspend Enable Register
DMA_SUSENR002   0xF0011A08          DMA Channel 2 Suspend Enable Register
DMA_SUSENR003   0xF0011A0C          DMA Channel 3 Suspend Enable Register
DMA_SUSENR004   0xF0011A10          DMA Channel 4 Suspend Enable Register
DMA_SUSENR005   0xF0011A14          DMA Channel 5 Suspend Enable Register
DMA_SUSENR006   0xF0011A18          DMA Channel 6 Suspend Enable Register
DMA_SUSENR007   0xF0011A1C          DMA Channel 7 Suspend Enable Register
DMA_SUSENR008   0xF0011A20          DMA Channel 8 Suspend Enable Register
DMA_SUSENR009   0xF0011A24          DMA Channel 9 Suspend Enable Register
DMA_SUSENR010   0xF0011A28          DMA Channel 10 Suspend Enable Register
DMA_SUSENR011   0xF0011A2C          DMA Channel 11 Suspend Enable Register
DMA_SUSENR012   0xF0011A30          DMA Channel 12 Suspend Enable Register
DMA_SUSENR013   0xF0011A34          DMA Channel 13 Suspend Enable Register
DMA_SUSENR014   0xF0011A38          DMA Channel 14 Suspend Enable Register
DMA_SUSENR015   0xF0011A3C          DMA Channel 15 Suspend Enable Register
DMA_SUSENR016   0xF0011A40          DMA Channel 16 Suspend Enable Register
DMA_SUSENR017   0xF0011A44          DMA Channel 17 Suspend Enable Register
DMA_SUSENR018   0xF0011A48          DMA Channel 18 Suspend Enable Register
DMA_SUSENR019   0xF0011A4C          DMA Channel 19 Suspend Enable Register
DMA_SUSENR020   0xF0011A50          DMA Channel 20 Suspend Enable Register
DMA_SUSENR021   0xF0011A54          DMA Channel 21 Suspend Enable Register
DMA_SUSENR022   0xF0011A58          DMA Channel 22 Suspend Enable Register
DMA_SUSENR023   0xF0011A5C          DMA Channel 23 Suspend Enable Register
DMA_SUSENR024   0xF0011A60          DMA Channel 24 Suspend Enable Register
DMA_SUSENR025   0xF0011A64          DMA Channel 25 Suspend Enable Register
DMA_SUSENR026   0xF0011A68          DMA Channel 26 Suspend Enable Register
DMA_SUSENR027   0xF0011A6C          DMA Channel 27 Suspend Enable Register
DMA_SUSENR028   0xF0011A70          DMA Channel 28 Suspend Enable Register
DMA_SUSENR029   0xF0011A74          DMA Channel 29 Suspend Enable Register
DMA_SUSENR030   0xF0011A78          DMA Channel 30 Suspend Enable Register
DMA_SUSENR031   0xF0011A7C          DMA Channel 31 Suspend Enable Register
DMA_SUSENR032   0xF0011A80          DMA Channel 32 Suspend Enable Register
DMA_SUSENR033   0xF0011A84          DMA Channel 33 Suspend Enable Register
DMA_SUSENR034   0xF0011A88          DMA Channel 34 Suspend Enable Register
DMA_SUSENR035   0xF0011A8C          DMA Channel 35 Suspend Enable Register
DMA_SUSENR036   0xF0011A90          DMA Channel 36 Suspend Enable Register
DMA_SUSENR037   0xF0011A94          DMA Channel 37 Suspend Enable Register
DMA_SUSENR038   0xF0011A98          DMA Channel 38 Suspend Enable Register
DMA_SUSENR039   0xF0011A9C          DMA Channel 39 Suspend Enable Register
DMA_SUSENR040   0xF0011AA0          DMA Channel 40 Suspend Enable Register
DMA_SUSENR041   0xF0011AA4          DMA Channel 41 Suspend Enable Register
DMA_SUSENR042   0xF0011AA8          DMA Channel 42 Suspend Enable Register
DMA_SUSENR043   0xF0011AAC          DMA Channel 43 Suspend Enable Register
DMA_SUSENR044   0xF0011AB0          DMA Channel 44 Suspend Enable Register
DMA_SUSENR045   0xF0011AB4          DMA Channel 45 Suspend Enable Register
DMA_SUSENR046   0xF0011AB8          DMA Channel 46 Suspend Enable Register
DMA_SUSENR047   0xF0011ABC          DMA Channel 47 Suspend Enable Register
DMA_SUSENR048   0xF0011AC0          DMA Channel 48 Suspend Enable Register
DMA_SUSENR049   0xF0011AC4          DMA Channel 49 Suspend Enable Register
DMA_SUSENR050   0xF0011AC8          DMA Channel 50 Suspend Enable Register
DMA_SUSENR051   0xF0011ACC          DMA Channel 51 Suspend Enable Register
DMA_SUSENR052   0xF0011AD0          DMA Channel 52 Suspend Enable Register
DMA_SUSENR053   0xF0011AD4          DMA Channel 53 Suspend Enable Register
DMA_SUSENR054   0xF0011AD8          DMA Channel 54 Suspend Enable Register
DMA_SUSENR055   0xF0011ADC          DMA Channel 55 Suspend Enable Register
DMA_SUSENR056   0xF0011AE0          DMA Channel 56 Suspend Enable Register
DMA_SUSENR057   0xF0011AE4          DMA Channel 57 Suspend Enable Register
DMA_SUSENR058   0xF0011AE8          DMA Channel 58 Suspend Enable Register
DMA_SUSENR059   0xF0011AEC          DMA Channel 59 Suspend Enable Register
DMA_SUSENR060   0xF0011AF0          DMA Channel 60 Suspend Enable Register
DMA_SUSENR061   0xF0011AF4          DMA Channel 61 Suspend Enable Register
DMA_SUSENR062   0xF0011AF8          DMA Channel 62 Suspend Enable Register
DMA_SUSENR063   0xF0011AFC          DMA Channel 63 Suspend Enable Register
DMA_SUSENR064   0xF0011B00          DMA Channel 64 Suspend Enable Register
DMA_SUSENR065   0xF0011B04          DMA Channel 65 Suspend Enable Register
DMA_SUSENR066   0xF0011B08          DMA Channel 66 Suspend Enable Register
DMA_SUSENR067   0xF0011B0C          DMA Channel 67 Suspend Enable Register
DMA_SUSENR068   0xF0011B10          DMA Channel 68 Suspend Enable Register
DMA_SUSENR069   0xF0011B14          DMA Channel 69 Suspend Enable Register
DMA_SUSENR070   0xF0011B18          DMA Channel 70 Suspend Enable Register
DMA_SUSENR071   0xF0011B1C          DMA Channel 71 Suspend Enable Register
DMA_SUSENR072   0xF0011B20          DMA Channel 72 Suspend Enable Register
DMA_SUSENR073   0xF0011B24          DMA Channel 73 Suspend Enable Register
DMA_SUSENR074   0xF0011B28          DMA Channel 74 Suspend Enable Register
DMA_SUSENR075   0xF0011B2C          DMA Channel 75 Suspend Enable Register
DMA_SUSENR076   0xF0011B30          DMA Channel 76 Suspend Enable Register
DMA_SUSENR077   0xF0011B34          DMA Channel 77 Suspend Enable Register
DMA_SUSENR078   0xF0011B38          DMA Channel 78 Suspend Enable Register
DMA_SUSENR079   0xF0011B3C          DMA Channel 79 Suspend Enable Register
DMA_SUSENR080   0xF0011B40          DMA Channel 80 Suspend Enable Register
DMA_SUSENR081   0xF0011B44          DMA Channel 81 Suspend Enable Register
DMA_SUSENR082   0xF0011B48          DMA Channel 82 Suspend Enable Register
DMA_SUSENR083   0xF0011B4C          DMA Channel 83 Suspend Enable Register
DMA_SUSENR084   0xF0011B50          DMA Channel 84 Suspend Enable Register
DMA_SUSENR085   0xF0011B54          DMA Channel 85 Suspend Enable Register
DMA_SUSENR086   0xF0011B58          DMA Channel 86 Suspend Enable Register
DMA_SUSENR087   0xF0011B5C          DMA Channel 87 Suspend Enable Register
DMA_SUSENR088   0xF0011B60          DMA Channel 88 Suspend Enable Register
DMA_SUSENR089   0xF0011B64          DMA Channel 89 Suspend Enable Register
DMA_SUSENR090   0xF0011B68          DMA Channel 90 Suspend Enable Register
DMA_SUSENR091   0xF0011B6C          DMA Channel 91 Suspend Enable Register
DMA_SUSENR092   0xF0011B70          DMA Channel 92 Suspend Enable Register
DMA_SUSENR093   0xF0011B74          DMA Channel 93 Suspend Enable Register
DMA_SUSENR094   0xF0011B78          DMA Channel 94 Suspend Enable Register
DMA_SUSENR095   0xF0011B7C          DMA Channel 95 Suspend Enable Register
DMA_SUSENR096   0xF0011B80          DMA Channel 96 Suspend Enable Register
DMA_SUSENR097   0xF0011B84          DMA Channel 97 Suspend Enable Register
DMA_SUSENR098   0xF0011B88          DMA Channel 98 Suspend Enable Register
DMA_SUSENR099   0xF0011B8C          DMA Channel 99 Suspend Enable Register
DMA_SUSENR100   0xF0011B90          DMA Channel 100 Suspend Enable Register
DMA_SUSENR101   0xF0011B94          DMA Channel 101 Suspend Enable Register
DMA_SUSENR102   0xF0011B98          DMA Channel 102 Suspend Enable Register
DMA_SUSENR103   0xF0011B9C          DMA Channel 103 Suspend Enable Register
DMA_SUSENR104   0xF0011BA0          DMA Channel 104 Suspend Enable Register
DMA_SUSENR105   0xF0011BA4          DMA Channel 105 Suspend Enable Register
DMA_SUSENR106   0xF0011BA8          DMA Channel 106 Suspend Enable Register
DMA_SUSENR107   0xF0011BAC          DMA Channel 107 Suspend Enable Register
DMA_SUSENR108   0xF0011BB0          DMA Channel 108 Suspend Enable Register
DMA_SUSENR109   0xF0011BB4          DMA Channel 109 Suspend Enable Register
DMA_SUSENR110   0xF0011BB8          DMA Channel 110 Suspend Enable Register
DMA_SUSENR111   0xF0011BBC          DMA Channel 111 Suspend Enable Register
DMA_SUSENR112   0xF0011BC0          DMA Channel 112 Suspend Enable Register
DMA_SUSENR113   0xF0011BC4          DMA Channel 113 Suspend Enable Register
DMA_SUSENR114   0xF0011BC8          DMA Channel 114 Suspend Enable Register
DMA_SUSENR115   0xF0011BCC          DMA Channel 115 Suspend Enable Register
DMA_SUSENR116   0xF0011BD0          DMA Channel 116 Suspend Enable Register
DMA_SUSENR117   0xF0011BD4          DMA Channel 117 Suspend Enable Register
DMA_SUSENR118   0xF0011BD8          DMA Channel 118 Suspend Enable Register
DMA_SUSENR119   0xF0011BDC          DMA Channel 119 Suspend Enable Register
DMA_SUSENR120   0xF0011BE0          DMA Channel 120 Suspend Enable Register
DMA_SUSENR121   0xF0011BE4          DMA Channel 121 Suspend Enable Register
DMA_SUSENR122   0xF0011BE8          DMA Channel 122 Suspend Enable Register
DMA_SUSENR123   0xF0011BEC          DMA Channel 123 Suspend Enable Register
DMA_SUSENR124   0xF0011BF0          DMA Channel 124 Suspend Enable Register
DMA_SUSENR125   0xF0011BF4          DMA Channel 125 Suspend Enable Register
DMA_SUSENR126   0xF0011BF8          DMA Channel 126 Suspend Enable Register
DMA_SUSENR127   0xF0011BFC          DMA Channel 127 Suspend Enable Register
DMA_SUSACR000   0xF0011C00          DMA Channel 0 Suspend Acknowledge Register
DMA_SUSACR001   0xF0011C04          DMA Channel 1 Suspend Acknowledge Register
DMA_SUSACR002   0xF0011C08          DMA Channel 2 Suspend Acknowledge Register
DMA_SUSACR003   0xF0011C0C          DMA Channel 3 Suspend Acknowledge Register
DMA_SUSACR004   0xF0011C10          DMA Channel 4 Suspend Acknowledge Register
DMA_SUSACR005   0xF0011C14          DMA Channel 5 Suspend Acknowledge Register
DMA_SUSACR006   0xF0011C18          DMA Channel 6 Suspend Acknowledge Register
DMA_SUSACR007   0xF0011C1C          DMA Channel 7 Suspend Acknowledge Register
DMA_SUSACR008   0xF0011C20          DMA Channel 8 Suspend Acknowledge Register
DMA_SUSACR009   0xF0011C24          DMA Channel 9 Suspend Acknowledge Register
DMA_SUSACR010   0xF0011C28          DMA Channel 10 Suspend Acknowledge Register
DMA_SUSACR011   0xF0011C2C          DMA Channel 11 Suspend Acknowledge Register
DMA_SUSACR012   0xF0011C30          DMA Channel 12 Suspend Acknowledge Register
DMA_SUSACR013   0xF0011C34          DMA Channel 13 Suspend Acknowledge Register
DMA_SUSACR014   0xF0011C38          DMA Channel 14 Suspend Acknowledge Register
DMA_SUSACR015   0xF0011C3C          DMA Channel 15 Suspend Acknowledge Register
DMA_SUSACR016   0xF0011C40          DMA Channel 16 Suspend Acknowledge Register
DMA_SUSACR017   0xF0011C44          DMA Channel 17 Suspend Acknowledge Register
DMA_SUSACR018   0xF0011C48          DMA Channel 18 Suspend Acknowledge Register
DMA_SUSACR019   0xF0011C4C          DMA Channel 19 Suspend Acknowledge Register
DMA_SUSACR020   0xF0011C50          DMA Channel 20 Suspend Acknowledge Register
DMA_SUSACR021   0xF0011C54          DMA Channel 21 Suspend Acknowledge Register
DMA_SUSACR022   0xF0011C58          DMA Channel 22 Suspend Acknowledge Register
DMA_SUSACR023   0xF0011C5C          DMA Channel 23 Suspend Acknowledge Register
DMA_SUSACR024   0xF0011C60          DMA Channel 24 Suspend Acknowledge Register
DMA_SUSACR025   0xF0011C64          DMA Channel 25 Suspend Acknowledge Register
DMA_SUSACR026   0xF0011C68          DMA Channel 26 Suspend Acknowledge Register
DMA_SUSACR027   0xF0011C6C          DMA Channel 27 Suspend Acknowledge Register
DMA_SUSACR028   0xF0011C70          DMA Channel 28 Suspend Acknowledge Register
DMA_SUSACR029   0xF0011C74          DMA Channel 29 Suspend Acknowledge Register
DMA_SUSACR030   0xF0011C78          DMA Channel 30 Suspend Acknowledge Register
DMA_SUSACR031   0xF0011C7C          DMA Channel 31 Suspend Acknowledge Register
DMA_SUSACR032   0xF0011C80          DMA Channel 32 Suspend Acknowledge Register
DMA_SUSACR033   0xF0011C84          DMA Channel 33 Suspend Acknowledge Register
DMA_SUSACR034   0xF0011C88          DMA Channel 34 Suspend Acknowledge Register
DMA_SUSACR035   0xF0011C8C          DMA Channel 35 Suspend Acknowledge Register
DMA_SUSACR036   0xF0011C90          DMA Channel 36 Suspend Acknowledge Register
DMA_SUSACR037   0xF0011C94          DMA Channel 37 Suspend Acknowledge Register
DMA_SUSACR038   0xF0011C98          DMA Channel 38 Suspend Acknowledge Register
DMA_SUSACR039   0xF0011C9C          DMA Channel 39 Suspend Acknowledge Register
DMA_SUSACR040   0xF0011CA0          DMA Channel 40 Suspend Acknowledge Register
DMA_SUSACR041   0xF0011CA4          DMA Channel 41 Suspend Acknowledge Register
DMA_SUSACR042   0xF0011CA8          DMA Channel 42 Suspend Acknowledge Register
DMA_SUSACR043   0xF0011CAC          DMA Channel 43 Suspend Acknowledge Register
DMA_SUSACR044   0xF0011CB0          DMA Channel 44 Suspend Acknowledge Register
DMA_SUSACR045   0xF0011CB4          DMA Channel 45 Suspend Acknowledge Register
DMA_SUSACR046   0xF0011CB8          DMA Channel 46 Suspend Acknowledge Register
DMA_SUSACR047   0xF0011CBC          DMA Channel 47 Suspend Acknowledge Register
DMA_SUSACR048   0xF0011CC0          DMA Channel 48 Suspend Acknowledge Register
DMA_SUSACR049   0xF0011CC4          DMA Channel 49 Suspend Acknowledge Register
DMA_SUSACR050   0xF0011CC8          DMA Channel 50 Suspend Acknowledge Register
DMA_SUSACR051   0xF0011CCC          DMA Channel 51 Suspend Acknowledge Register
DMA_SUSACR052   0xF0011CD0          DMA Channel 52 Suspend Acknowledge Register
DMA_SUSACR053   0xF0011CD4          DMA Channel 53 Suspend Acknowledge Register
DMA_SUSACR054   0xF0011CD8          DMA Channel 54 Suspend Acknowledge Register
DMA_SUSACR055   0xF0011CDC          DMA Channel 55 Suspend Acknowledge Register
DMA_SUSACR056   0xF0011CE0          DMA Channel 56 Suspend Acknowledge Register
DMA_SUSACR057   0xF0011CE4          DMA Channel 57 Suspend Acknowledge Register
DMA_SUSACR058   0xF0011CE8          DMA Channel 58 Suspend Acknowledge Register
DMA_SUSACR059   0xF0011CEC          DMA Channel 59 Suspend Acknowledge Register
DMA_SUSACR060   0xF0011CF0          DMA Channel 60 Suspend Acknowledge Register
DMA_SUSACR061   0xF0011CF4          DMA Channel 61 Suspend Acknowledge Register
DMA_SUSACR062   0xF0011CF8          DMA Channel 62 Suspend Acknowledge Register
DMA_SUSACR063   0xF0011CFC          DMA Channel 63 Suspend Acknowledge Register
DMA_SUSACR064   0xF0011D00          DMA Channel 64 Suspend Acknowledge Register
DMA_SUSACR065   0xF0011D04          DMA Channel 65 Suspend Acknowledge Register
DMA_SUSACR066   0xF0011D08          DMA Channel 66 Suspend Acknowledge Register
DMA_SUSACR067   0xF0011D0C          DMA Channel 67 Suspend Acknowledge Register
DMA_SUSACR068   0xF0011D10          DMA Channel 68 Suspend Acknowledge Register
DMA_SUSACR069   0xF0011D14          DMA Channel 69 Suspend Acknowledge Register
DMA_SUSACR070   0xF0011D18          DMA Channel 70 Suspend Acknowledge Register
DMA_SUSACR071   0xF0011D1C          DMA Channel 71 Suspend Acknowledge Register
DMA_SUSACR072   0xF0011D20          DMA Channel 72 Suspend Acknowledge Register
DMA_SUSACR073   0xF0011D24          DMA Channel 73 Suspend Acknowledge Register
DMA_SUSACR074   0xF0011D28          DMA Channel 74 Suspend Acknowledge Register
DMA_SUSACR075   0xF0011D2C          DMA Channel 75 Suspend Acknowledge Register
DMA_SUSACR076   0xF0011D30          DMA Channel 76 Suspend Acknowledge Register
DMA_SUSACR077   0xF0011D34          DMA Channel 77 Suspend Acknowledge Register
DMA_SUSACR078   0xF0011D38          DMA Channel 78 Suspend Acknowledge Register
DMA_SUSACR079   0xF0011D3C          DMA Channel 79 Suspend Acknowledge Register
DMA_SUSACR080   0xF0011D40          DMA Channel 80 Suspend Acknowledge Register
DMA_SUSACR081   0xF0011D44          DMA Channel 81 Suspend Acknowledge Register
DMA_SUSACR082   0xF0011D48          DMA Channel 82 Suspend Acknowledge Register
DMA_SUSACR083   0xF0011D4C          DMA Channel 83 Suspend Acknowledge Register
DMA_SUSACR084   0xF0011D50          DMA Channel 84 Suspend Acknowledge Register
DMA_SUSACR085   0xF0011D54          DMA Channel 85 Suspend Acknowledge Register
DMA_SUSACR086   0xF0011D58          DMA Channel 86 Suspend Acknowledge Register
DMA_SUSACR087   0xF0011D5C          DMA Channel 87 Suspend Acknowledge Register
DMA_SUSACR088   0xF0011D60          DMA Channel 88 Suspend Acknowledge Register
DMA_SUSACR089   0xF0011D64          DMA Channel 89 Suspend Acknowledge Register
DMA_SUSACR090   0xF0011D68          DMA Channel 90 Suspend Acknowledge Register
DMA_SUSACR091   0xF0011D6C          DMA Channel 91 Suspend Acknowledge Register
DMA_SUSACR092   0xF0011D70          DMA Channel 92 Suspend Acknowledge Register
DMA_SUSACR093   0xF0011D74          DMA Channel 93 Suspend Acknowledge Register
DMA_SUSACR094   0xF0011D78          DMA Channel 94 Suspend Acknowledge Register
DMA_SUSACR095   0xF0011D7C          DMA Channel 95 Suspend Acknowledge Register
DMA_SUSACR096   0xF0011D80          DMA Channel 96 Suspend Acknowledge Register
DMA_SUSACR097   0xF0011D84          DMA Channel 97 Suspend Acknowledge Register
DMA_SUSACR098   0xF0011D88          DMA Channel 98 Suspend Acknowledge Register
DMA_SUSACR099   0xF0011D8C          DMA Channel 99 Suspend Acknowledge Register
DMA_SUSACR100   0xF0011D90          DMA Channel 100 Suspend Acknowledge Register
DMA_SUSACR101   0xF0011D94          DMA Channel 101 Suspend Acknowledge Register
DMA_SUSACR102   0xF0011D98          DMA Channel 102 Suspend Acknowledge Register
DMA_SUSACR103   0xF0011D9C          DMA Channel 103 Suspend Acknowledge Register
DMA_SUSACR104   0xF0011DA0          DMA Channel 104 Suspend Acknowledge Register
DMA_SUSACR105   0xF0011DA4          DMA Channel 105 Suspend Acknowledge Register
DMA_SUSACR106   0xF0011DA8          DMA Channel 106 Suspend Acknowledge Register
DMA_SUSACR107   0xF0011DAC          DMA Channel 107 Suspend Acknowledge Register
DMA_SUSACR108   0xF0011DB0          DMA Channel 108 Suspend Acknowledge Register
DMA_SUSACR109   0xF0011DB4          DMA Channel 109 Suspend Acknowledge Register
DMA_SUSACR110   0xF0011DB8          DMA Channel 110 Suspend Acknowledge Register
DMA_SUSACR111   0xF0011DBC          DMA Channel 111 Suspend Acknowledge Register
DMA_SUSACR112   0xF0011DC0          DMA Channel 112 Suspend Acknowledge Register
DMA_SUSACR113   0xF0011DC4          DMA Channel 113 Suspend Acknowledge Register
DMA_SUSACR114   0xF0011DC8          DMA Channel 114 Suspend Acknowledge Register
DMA_SUSACR115   0xF0011DCC          DMA Channel 115 Suspend Acknowledge Register
DMA_SUSACR116   0xF0011DD0          DMA Channel 116 Suspend Acknowledge Register
DMA_SUSACR117   0xF0011DD4          DMA Channel 117 Suspend Acknowledge Register
DMA_SUSACR118   0xF0011DD8          DMA Channel 118 Suspend Acknowledge Register
DMA_SUSACR119   0xF0011DDC          DMA Channel 119 Suspend Acknowledge Register
DMA_SUSACR120   0xF0011DE0          DMA Channel 120 Suspend Acknowledge Register
DMA_SUSACR121   0xF0011DE4          DMA Channel 121 Suspend Acknowledge Register
DMA_SUSACR122   0xF0011DE8          DMA Channel 122 Suspend Acknowledge Register
DMA_SUSACR123   0xF0011DEC          DMA Channel 123 Suspend Acknowledge Register
DMA_SUSACR124   0xF0011DF0          DMA Channel 124 Suspend Acknowledge Register
DMA_SUSACR125   0xF0011DF4          DMA Channel 125 Suspend Acknowledge Register
DMA_SUSACR126   0xF0011DF8          DMA Channel 126 Suspend Acknowledge Register
DMA_SUSACR127   0xF0011DFC          DMA Channel 127 Suspend Acknowledge Register
DMA_TSR000      0xF0011E00          DMA Channel 0 Transaction State Register
DMA_TSR001      0xF0011E04          DMA Channel 1 Transaction State Register
DMA_TSR002      0xF0011E08          DMA Channel 2 Transaction State Register
DMA_TSR003      0xF0011E0C          DMA Channel 3 Transaction State Register
DMA_TSR004      0xF0011E10          DMA Channel 4 Transaction State Register
DMA_TSR005      0xF0011E14          DMA Channel 5 Transaction State Register
DMA_TSR006      0xF0011E18          DMA Channel 6 Transaction State Register
DMA_TSR007      0xF0011E1C          DMA Channel 7 Transaction State Register
DMA_TSR008      0xF0011E20          DMA Channel 8 Transaction State Register
DMA_TSR009      0xF0011E24          DMA Channel 9 Transaction State Register
DMA_TSR010      0xF0011E28          DMA Channel 10 Transaction State Register
DMA_TSR011      0xF0011E2C          DMA Channel 11 Transaction State Register
DMA_TSR012      0xF0011E30          DMA Channel 12 Transaction State Register
DMA_TSR013      0xF0011E34          DMA Channel 13 Transaction State Register
DMA_TSR014      0xF0011E38          DMA Channel 14 Transaction State Register
DMA_TSR015      0xF0011E3C          DMA Channel 15 Transaction State Register
DMA_TSR016      0xF0011E40          DMA Channel 16 Transaction State Register
DMA_TSR017      0xF0011E44          DMA Channel 17 Transaction State Register
DMA_TSR018      0xF0011E48          DMA Channel 18 Transaction State Register
DMA_TSR019      0xF0011E4C          DMA Channel 19 Transaction State Register
DMA_TSR020      0xF0011E50          DMA Channel 20 Transaction State Register
DMA_TSR021      0xF0011E54          DMA Channel 21 Transaction State Register
DMA_TSR022      0xF0011E58          DMA Channel 22 Transaction State Register
DMA_TSR023      0xF0011E5C          DMA Channel 23 Transaction State Register
DMA_TSR024      0xF0011E60          DMA Channel 24 Transaction State Register
DMA_TSR025      0xF0011E64          DMA Channel 25 Transaction State Register
DMA_TSR026      0xF0011E68          DMA Channel 26 Transaction State Register
DMA_TSR027      0xF0011E6C          DMA Channel 27 Transaction State Register
DMA_TSR028      0xF0011E70          DMA Channel 28 Transaction State Register
DMA_TSR029      0xF0011E74          DMA Channel 29 Transaction State Register
DMA_TSR030      0xF0011E78          DMA Channel 30 Transaction State Register
DMA_TSR031      0xF0011E7C          DMA Channel 31 Transaction State Register
DMA_TSR032      0xF0011E80          DMA Channel 32 Transaction State Register
DMA_TSR033      0xF0011E84          DMA Channel 33 Transaction State Register
DMA_TSR034      0xF0011E88          DMA Channel 34 Transaction State Register
DMA_TSR035      0xF0011E8C          DMA Channel 35 Transaction State Register
DMA_TSR036      0xF0011E90          DMA Channel 36 Transaction State Register
DMA_TSR037      0xF0011E94          DMA Channel 37 Transaction State Register
DMA_TSR038      0xF0011E98          DMA Channel 38 Transaction State Register
DMA_TSR039      0xF0011E9C          DMA Channel 39 Transaction State Register
DMA_TSR040      0xF0011EA0          DMA Channel 40 Transaction State Register
DMA_TSR041      0xF0011EA4          DMA Channel 41 Transaction State Register
DMA_TSR042      0xF0011EA8          DMA Channel 42 Transaction State Register
DMA_TSR043      0xF0011EAC          DMA Channel 43 Transaction State Register
DMA_TSR044      0xF0011EB0          DMA Channel 44 Transaction State Register
DMA_TSR045      0xF0011EB4          DMA Channel 45 Transaction State Register
DMA_TSR046      0xF0011EB8          DMA Channel 46 Transaction State Register
DMA_TSR047      0xF0011EBC          DMA Channel 47 Transaction State Register
DMA_TSR048      0xF0011EC0          DMA Channel 48 Transaction State Register
DMA_TSR049      0xF0011EC4          DMA Channel 49 Transaction State Register
DMA_TSR050      0xF0011EC8          DMA Channel 50 Transaction State Register
DMA_TSR051      0xF0011ECC          DMA Channel 51 Transaction State Register
DMA_TSR052      0xF0011ED0          DMA Channel 52 Transaction State Register
DMA_TSR053      0xF0011ED4          DMA Channel 53 Transaction State Register
DMA_TSR054      0xF0011ED8          DMA Channel 54 Transaction State Register
DMA_TSR055      0xF0011EDC          DMA Channel 55 Transaction State Register
DMA_TSR056      0xF0011EE0          DMA Channel 56 Transaction State Register
DMA_TSR057      0xF0011EE4          DMA Channel 57 Transaction State Register
DMA_TSR058      0xF0011EE8          DMA Channel 58 Transaction State Register
DMA_TSR059      0xF0011EEC          DMA Channel 59 Transaction State Register
DMA_TSR060      0xF0011EF0          DMA Channel 60 Transaction State Register
DMA_TSR061      0xF0011EF4          DMA Channel 61 Transaction State Register
DMA_TSR062      0xF0011EF8          DMA Channel 62 Transaction State Register
DMA_TSR063      0xF0011EFC          DMA Channel 63 Transaction State Register
DMA_TSR064      0xF0011F00          DMA Channel 64 Transaction State Register
DMA_TSR065      0xF0011F04          DMA Channel 65 Transaction State Register
DMA_TSR066      0xF0011F08          DMA Channel 66 Transaction State Register
DMA_TSR067      0xF0011F0C          DMA Channel 67 Transaction State Register
DMA_TSR068      0xF0011F10          DMA Channel 68 Transaction State Register
DMA_TSR069      0xF0011F14          DMA Channel 69 Transaction State Register
DMA_TSR070      0xF0011F18          DMA Channel 70 Transaction State Register
DMA_TSR071      0xF0011F1C          DMA Channel 71 Transaction State Register
DMA_TSR072      0xF0011F20          DMA Channel 72 Transaction State Register
DMA_TSR073      0xF0011F24          DMA Channel 73 Transaction State Register
DMA_TSR074      0xF0011F28          DMA Channel 74 Transaction State Register
DMA_TSR075      0xF0011F2C          DMA Channel 75 Transaction State Register
DMA_TSR076      0xF0011F30          DMA Channel 76 Transaction State Register
DMA_TSR077      0xF0011F34          DMA Channel 77 Transaction State Register
DMA_TSR078      0xF0011F38          DMA Channel 78 Transaction State Register
DMA_TSR079      0xF0011F3C          DMA Channel 79 Transaction State Register
DMA_TSR080      0xF0011F40          DMA Channel 80 Transaction State Register
DMA_TSR081      0xF0011F44          DMA Channel 81 Transaction State Register
DMA_TSR082      0xF0011F48          DMA Channel 82 Transaction State Register
DMA_TSR083      0xF0011F4C          DMA Channel 83 Transaction State Register
DMA_TSR084      0xF0011F50          DMA Channel 84 Transaction State Register
DMA_TSR085      0xF0011F54          DMA Channel 85 Transaction State Register
DMA_TSR086      0xF0011F58          DMA Channel 86 Transaction State Register
DMA_TSR087      0xF0011F5C          DMA Channel 87 Transaction State Register
DMA_TSR088      0xF0011F60          DMA Channel 88 Transaction State Register
DMA_TSR089      0xF0011F64          DMA Channel 89 Transaction State Register
DMA_TSR090      0xF0011F68          DMA Channel 90 Transaction State Register
DMA_TSR091      0xF0011F6C          DMA Channel 91 Transaction State Register
DMA_TSR092      0xF0011F70          DMA Channel 92 Transaction State Register
DMA_TSR093      0xF0011F74          DMA Channel 93 Transaction State Register
DMA_TSR094      0xF0011F78          DMA Channel 94 Transaction State Register
DMA_TSR095      0xF0011F7C          DMA Channel 95 Transaction State Register
DMA_TSR096      0xF0011F80          DMA Channel 96 Transaction State Register
DMA_TSR097      0xF0011F84          DMA Channel 97 Transaction State Register
DMA_TSR098      0xF0011F88          DMA Channel 98 Transaction State Register
DMA_TSR099      0xF0011F8C          DMA Channel 99 Transaction State Register
DMA_TSR100      0xF0011F90          DMA Channel 100 Transaction State Register
DMA_TSR101      0xF0011F94          DMA Channel 101 Transaction State Register
DMA_TSR102      0xF0011F98          DMA Channel 102 Transaction State Register
DMA_TSR103      0xF0011F9C          DMA Channel 103 Transaction State Register
DMA_TSR104      0xF0011FA0          DMA Channel 104 Transaction State Register
DMA_TSR105      0xF0011FA4          DMA Channel 105 Transaction State Register
DMA_TSR106      0xF0011FA8          DMA Channel 106 Transaction State Register
DMA_TSR107      0xF0011FAC          DMA Channel 107 Transaction State Register
DMA_TSR108      0xF0011FB0          DMA Channel 108 Transaction State Register
DMA_TSR109      0xF0011FB4          DMA Channel 109 Transaction State Register
DMA_TSR110      0xF0011FB8          DMA Channel 110 Transaction State Register
DMA_TSR111      0xF0011FBC          DMA Channel 111 Transaction State Register
DMA_TSR112      0xF0011FC0          DMA Channel 112 Transaction State Register
DMA_TSR113      0xF0011FC4          DMA Channel 113 Transaction State Register
DMA_TSR114      0xF0011FC8          DMA Channel 114 Transaction State Register
DMA_TSR115      0xF0011FCC          DMA Channel 115 Transaction State Register
DMA_TSR116      0xF0011FD0          DMA Channel 116 Transaction State Register
DMA_TSR117      0xF0011FD4          DMA Channel 117 Transaction State Register
DMA_TSR118      0xF0011FD8          DMA Channel 118 Transaction State Register
DMA_TSR119      0xF0011FDC          DMA Channel 119 Transaction State Register
DMA_TSR120      0xF0011FE0          DMA Channel 120 Transaction State Register
DMA_TSR121      0xF0011FE4          DMA Channel 121 Transaction State Register
DMA_TSR122      0xF0011FE8          DMA Channel 122 Transaction State Register
DMA_TSR123      0xF0011FEC          DMA Channel 123 Transaction State Register
DMA_TSR124      0xF0011FF0          DMA Channel 124 Transaction State Register
DMA_TSR125      0xF0011FF4          DMA Channel 125 Transaction State Register
DMA_TSR126      0xF0011FF8          DMA Channel 126 Transaction State Register
DMA_TSR127      0xF0011FFC          DMA Channel 127 Transaction State Register
DMA_RDCRCR000   0xF0012000          DMARAM Channel 0 Read Data CRC Register
DMA_SDCRCR000   0xF0012004          DMARAM Channel 0 Source and Destination Address CRC Register
DMA_SADR000     0xF0012008          DMARAM Channel 0 Source Address Register
DMA_DADR000     0xF001200C          DMARAM Channel 0 Destination Address Register
DMA_ADICR000    0xF0012010          DMARAM Channel 0 Address and Interrupt Control Register
DMA_CHCFGR000   0xF0012014          DMARAM Channel 0 Configuration Register
DMA_SHADR000    0xF0012018          DMARAM Channel 0 Shadow Address Register
DMA_CHCSR000    0xF001201C          DMARAM Channel 0 Control and Status Register
DMA_RDCRCR001   0xF0012020          DMARAM Channel 1 Read Data CRC Register
DMA_SDCRCR001   0xF0012024          DMARAM Channel 1 Source and Destination Address CRC Register
DMA_SADR001     0xF0012028          DMARAM Channel 1 Source Address Register
DMA_DADR001     0xF001202C          DMARAM Channel 1 Destination Address Register
DMA_ADICR001    0xF0012030          DMARAM Channel 1 Address and Interrupt Control Register
DMA_CHCFGR001   0xF0012034          DMARAM Channel 1 Configuration Register
DMA_SHADR001    0xF0012038          DMARAM Channel 1 Shadow Address Register
DMA_CHCSR001    0xF001203C          DMARAM Channel 1 Control and Status Register
DMA_RDCRCR002   0xF0012040          DMARAM Channel 2 Read Data CRC Register
DMA_SDCRCR002   0xF0012044          DMARAM Channel 2 Source and Destination Address CRC Register
DMA_SADR002     0xF0012048          DMARAM Channel 2 Source Address Register
DMA_DADR002     0xF001204C          DMARAM Channel 2 Destination Address Register
DMA_ADICR002    0xF0012050          DMARAM Channel 2 Address and Interrupt Control Register
DMA_CHCFGR002   0xF0012054          DMARAM Channel 2 Configuration Register
DMA_SHADR002    0xF0012058          DMARAM Channel 2 Shadow Address Register
DMA_CHCSR002    0xF001205C          DMARAM Channel 2 Control and Status Register
DMA_RDCRCR003   0xF0012060          DMARAM Channel 3 Read Data CRC Register
DMA_SDCRCR003   0xF0012064          DMARAM Channel 3 Source and Destination Address CRC Register
DMA_SADR003     0xF0012068          DMARAM Channel 3 Source Address Register
DMA_DADR003     0xF001206C          DMARAM Channel 3 Destination Address Register
DMA_ADICR003    0xF0012070          DMARAM Channel 3 Address and Interrupt Control Register
DMA_CHCFGR003   0xF0012074          DMARAM Channel 3 Configuration Register
DMA_SHADR003    0xF0012078          DMARAM Channel 3 Shadow Address Register
DMA_CHCSR003    0xF001207C          DMARAM Channel 3 Control and Status Register
DMA_RDCRCR004   0xF0012080          DMARAM Channel 4 Read Data CRC Register
DMA_SDCRCR004   0xF0012084          DMARAM Channel 4 Source and Destination Address CRC Register
DMA_SADR004     0xF0012088          DMARAM Channel 4 Source Address Register
DMA_DADR004     0xF001208C          DMARAM Channel 4 Destination Address Register
DMA_ADICR004    0xF0012090          DMARAM Channel 4 Address and Interrupt Control Register
DMA_CHCFGR004   0xF0012094          DMARAM Channel 4 Configuration Register
DMA_SHADR004    0xF0012098          DMARAM Channel 4 Shadow Address Register
DMA_CHCSR004    0xF001209C          DMARAM Channel 4 Control and Status Register
DMA_RDCRCR005   0xF00120A0          DMARAM Channel 5 Read Data CRC Register
DMA_SDCRCR005   0xF00120A4          DMARAM Channel 5 Source and Destination Address CRC Register
DMA_SADR005     0xF00120A8          DMARAM Channel 5 Source Address Register
DMA_DADR005     0xF00120AC          DMARAM Channel 5 Destination Address Register
DMA_ADICR005    0xF00120B0          DMARAM Channel 5 Address and Interrupt Control Register
DMA_CHCFGR005   0xF00120B4          DMARAM Channel 5 Configuration Register
DMA_SHADR005    0xF00120B8          DMARAM Channel 5 Shadow Address Register
DMA_CHCSR005    0xF00120BC          DMARAM Channel 5 Control and Status Register
DMA_RDCRCR006   0xF00120C0          DMARAM Channel 6 Read Data CRC Register
DMA_SDCRCR006   0xF00120C4          DMARAM Channel 6 Source and Destination Address CRC Register
DMA_SADR006     0xF00120C8          DMARAM Channel 6 Source Address Register
DMA_DADR006     0xF00120CC          DMARAM Channel 6 Destination Address Register
DMA_ADICR006    0xF00120D0          DMARAM Channel 6 Address and Interrupt Control Register
DMA_CHCFGR006   0xF00120D4          DMARAM Channel 6 Configuration Register
DMA_SHADR006    0xF00120D8          DMARAM Channel 6 Shadow Address Register
DMA_CHCSR006    0xF00120DC          DMARAM Channel 6 Control and Status Register
DMA_RDCRCR007   0xF00120E0          DMARAM Channel 7 Read Data CRC Register
DMA_SDCRCR007   0xF00120E4          DMARAM Channel 7 Source and Destination Address CRC Register
DMA_SADR007     0xF00120E8          DMARAM Channel 7 Source Address Register
DMA_DADR007     0xF00120EC          DMARAM Channel 7 Destination Address Register
DMA_ADICR007    0xF00120F0          DMARAM Channel 7 Address and Interrupt Control Register
DMA_CHCFGR007   0xF00120F4          DMARAM Channel 7 Configuration Register
DMA_SHADR007    0xF00120F8          DMARAM Channel 7 Shadow Address Register
DMA_CHCSR007    0xF00120FC          DMARAM Channel 7 Control and Status Register
DMA_RDCRCR008   0xF0012100          DMARAM Channel 8 Read Data CRC Register
DMA_SDCRCR008   0xF0012104          DMARAM Channel 8 Source and Destination Address CRC Register
DMA_SADR008     0xF0012108          DMARAM Channel 8 Source Address Register
DMA_DADR008     0xF001210C          DMARAM Channel 8 Destination Address Register
DMA_ADICR008    0xF0012110          DMARAM Channel 8 Address and Interrupt Control Register
DMA_CHCFGR008   0xF0012114          DMARAM Channel 8 Configuration Register
DMA_SHADR008    0xF0012118          DMARAM Channel 8 Shadow Address Register
DMA_CHCSR008    0xF001211C          DMARAM Channel 8 Control and Status Register
DMA_RDCRCR009   0xF0012120          DMARAM Channel 9 Read Data CRC Register
DMA_SDCRCR009   0xF0012124          DMARAM Channel 9 Source and Destination Address CRC Register
DMA_SADR009     0xF0012128          DMARAM Channel 9 Source Address Register
DMA_DADR009     0xF001212C          DMARAM Channel 9 Destination Address Register
DMA_ADICR009    0xF0012130          DMARAM Channel 9 Address and Interrupt Control Register
DMA_CHCFGR009   0xF0012134          DMARAM Channel 9 Configuration Register
DMA_SHADR009    0xF0012138          DMARAM Channel 9 Shadow Address Register
DMA_CHCSR009    0xF001213C          DMARAM Channel 9 Control and Status Register
DMA_RDCRCR010   0xF0012140          DMARAM Channel 10 Read Data CRC Register
DMA_SDCRCR010   0xF0012144          DMARAM Channel 10 Source and Destination Address CRC Register
DMA_SADR010     0xF0012148          DMARAM Channel 10 Source Address Register
DMA_DADR010     0xF001214C          DMARAM Channel 10 Destination Address Register
DMA_ADICR010    0xF0012150          DMARAM Channel 10 Address and Interrupt Control Register
DMA_CHCFGR010   0xF0012154          DMARAM Channel 10 Configuration Register
DMA_SHADR010    0xF0012158          DMARAM Channel 10 Shadow Address Register
DMA_CHCSR010    0xF001215C          DMARAM Channel 10 Control and Status Register
DMA_RDCRCR011   0xF0012160          DMARAM Channel 11 Read Data CRC Register
DMA_SDCRCR011   0xF0012164          DMARAM Channel 11 Source and Destination Address CRC Register
DMA_SADR011     0xF0012168          DMARAM Channel 11 Source Address Register
DMA_DADR011     0xF001216C          DMARAM Channel 11 Destination Address Register
DMA_ADICR011    0xF0012170          DMARAM Channel 11 Address and Interrupt Control Register
DMA_CHCFGR011   0xF0012174          DMARAM Channel 11 Configuration Register
DMA_SHADR011    0xF0012178          DMARAM Channel 11 Shadow Address Register
DMA_CHCSR011    0xF001217C          DMARAM Channel 11 Control and Status Register
DMA_RDCRCR012   0xF0012180          DMARAM Channel 12 Read Data CRC Register
DMA_SDCRCR012   0xF0012184          DMARAM Channel 12 Source and Destination Address CRC Register
DMA_SADR012     0xF0012188          DMARAM Channel 12 Source Address Register
DMA_DADR012     0xF001218C          DMARAM Channel 12 Destination Address Register
DMA_ADICR012    0xF0012190          DMARAM Channel 12 Address and Interrupt Control Register
DMA_CHCFGR012   0xF0012194          DMARAM Channel 12 Configuration Register
DMA_SHADR012    0xF0012198          DMARAM Channel 12 Shadow Address Register
DMA_CHCSR012    0xF001219C          DMARAM Channel 12 Control and Status Register
DMA_RDCRCR013   0xF00121A0          DMARAM Channel 13 Read Data CRC Register
DMA_SDCRCR013   0xF00121A4          DMARAM Channel 13 Source and Destination Address CRC Register
DMA_SADR013     0xF00121A8          DMARAM Channel 13 Source Address Register
DMA_DADR013     0xF00121AC          DMARAM Channel 13 Destination Address Register
DMA_ADICR013    0xF00121B0          DMARAM Channel 13 Address and Interrupt Control Register
DMA_CHCFGR013   0xF00121B4          DMARAM Channel 13 Configuration Register
DMA_SHADR013    0xF00121B8          DMARAM Channel 13 Shadow Address Register
DMA_CHCSR013    0xF00121BC          DMARAM Channel 13 Control and Status Register
DMA_RDCRCR014   0xF00121C0          DMARAM Channel 14 Read Data CRC Register
DMA_SDCRCR014   0xF00121C4          DMARAM Channel 14 Source and Destination Address CRC Register
DMA_SADR014     0xF00121C8          DMARAM Channel 14 Source Address Register
DMA_DADR014     0xF00121CC          DMARAM Channel 14 Destination Address Register
DMA_ADICR014    0xF00121D0          DMARAM Channel 14 Address and Interrupt Control Register
DMA_CHCFGR014   0xF00121D4          DMARAM Channel 14 Configuration Register
DMA_SHADR014    0xF00121D8          DMARAM Channel 14 Shadow Address Register
DMA_CHCSR014    0xF00121DC          DMARAM Channel 14 Control and Status Register
DMA_RDCRCR015   0xF00121E0          DMARAM Channel 15 Read Data CRC Register
DMA_SDCRCR015   0xF00121E4          DMARAM Channel 15 Source and Destination Address CRC Register
DMA_SADR015     0xF00121E8          DMARAM Channel 15 Source Address Register
DMA_DADR015     0xF00121EC          DMARAM Channel 15 Destination Address Register
DMA_ADICR015    0xF00121F0          DMARAM Channel 15 Address and Interrupt Control Register
DMA_CHCFGR015   0xF00121F4          DMARAM Channel 15 Configuration Register
DMA_SHADR015    0xF00121F8          DMARAM Channel 15 Shadow Address Register
DMA_CHCSR015    0xF00121FC          DMARAM Channel 15 Control and Status Register
DMA_RDCRCR016   0xF0012200          DMARAM Channel 16 Read Data CRC Register
DMA_SDCRCR016   0xF0012204          DMARAM Channel 16 Source and Destination Address CRC Register
DMA_SADR016     0xF0012208          DMARAM Channel 16 Source Address Register
DMA_DADR016     0xF001220C          DMARAM Channel 16 Destination Address Register
DMA_ADICR016    0xF0012210          DMARAM Channel 16 Address and Interrupt Control Register
DMA_CHCFGR016   0xF0012214          DMARAM Channel 16 Configuration Register
DMA_SHADR016    0xF0012218          DMARAM Channel 16 Shadow Address Register
DMA_CHCSR016    0xF001221C          DMARAM Channel 16 Control and Status Register
DMA_RDCRCR017   0xF0012220          DMARAM Channel 17 Read Data CRC Register
DMA_SDCRCR017   0xF0012224          DMARAM Channel 17 Source and Destination Address CRC Register
DMA_SADR017     0xF0012228          DMARAM Channel 17 Source Address Register
DMA_DADR017     0xF001222C          DMARAM Channel 17 Destination Address Register
DMA_ADICR017    0xF0012230          DMARAM Channel 17 Address and Interrupt Control Register
DMA_CHCFGR017   0xF0012234          DMARAM Channel 17 Configuration Register
DMA_SHADR017    0xF0012238          DMARAM Channel 17 Shadow Address Register
DMA_CHCSR017    0xF001223C          DMARAM Channel 17 Control and Status Register
DMA_RDCRCR018   0xF0012240          DMARAM Channel 18 Read Data CRC Register
DMA_SDCRCR018   0xF0012244          DMARAM Channel 18 Source and Destination Address CRC Register
DMA_SADR018     0xF0012248          DMARAM Channel 18 Source Address Register
DMA_DADR018     0xF001224C          DMARAM Channel 18 Destination Address Register
DMA_ADICR018    0xF0012250          DMARAM Channel 18 Address and Interrupt Control Register
DMA_CHCFGR018   0xF0012254          DMARAM Channel 18 Configuration Register
DMA_SHADR018    0xF0012258          DMARAM Channel 18 Shadow Address Register
DMA_CHCSR018    0xF001225C          DMARAM Channel 18 Control and Status Register
DMA_RDCRCR019   0xF0012260          DMARAM Channel 19 Read Data CRC Register
DMA_SDCRCR019   0xF0012264          DMARAM Channel 19 Source and Destination Address CRC Register
DMA_SADR019     0xF0012268          DMARAM Channel 19 Source Address Register
DMA_DADR019     0xF001226C          DMARAM Channel 19 Destination Address Register
DMA_ADICR019    0xF0012270          DMARAM Channel 19 Address and Interrupt Control Register
DMA_CHCFGR019   0xF0012274          DMARAM Channel 19 Configuration Register
DMA_SHADR019    0xF0012278          DMARAM Channel 19 Shadow Address Register
DMA_CHCSR019    0xF001227C          DMARAM Channel 19 Control and Status Register
DMA_RDCRCR020   0xF0012280          DMARAM Channel 20 Read Data CRC Register
DMA_SDCRCR020   0xF0012284          DMARAM Channel 20 Source and Destination Address CRC Register
DMA_SADR020     0xF0012288          DMARAM Channel 20 Source Address Register
DMA_DADR020     0xF001228C          DMARAM Channel 20 Destination Address Register
DMA_ADICR020    0xF0012290          DMARAM Channel 20 Address and Interrupt Control Register
DMA_CHCFGR020   0xF0012294          DMARAM Channel 20 Configuration Register
DMA_SHADR020    0xF0012298          DMARAM Channel 20 Shadow Address Register
DMA_CHCSR020    0xF001229C          DMARAM Channel 20 Control and Status Register
DMA_RDCRCR021   0xF00122A0          DMARAM Channel 21 Read Data CRC Register
DMA_SDCRCR021   0xF00122A4          DMARAM Channel 21 Source and Destination Address CRC Register
DMA_SADR021     0xF00122A8          DMARAM Channel 21 Source Address Register
DMA_DADR021     0xF00122AC          DMARAM Channel 21 Destination Address Register
DMA_ADICR021    0xF00122B0          DMARAM Channel 21 Address and Interrupt Control Register
DMA_CHCFGR021   0xF00122B4          DMARAM Channel 21 Configuration Register
DMA_SHADR021    0xF00122B8          DMARAM Channel 21 Shadow Address Register
DMA_CHCSR021    0xF00122BC          DMARAM Channel 21 Control and Status Register
DMA_RDCRCR022   0xF00122C0          DMARAM Channel 22 Read Data CRC Register
DMA_SDCRCR022   0xF00122C4          DMARAM Channel 22 Source and Destination Address CRC Register
DMA_SADR022     0xF00122C8          DMARAM Channel 22 Source Address Register
DMA_DADR022     0xF00122CC          DMARAM Channel 22 Destination Address Register
DMA_ADICR022    0xF00122D0          DMARAM Channel 22 Address and Interrupt Control Register
DMA_CHCFGR022   0xF00122D4          DMARAM Channel 22 Configuration Register
DMA_SHADR022    0xF00122D8          DMARAM Channel 22 Shadow Address Register
DMA_CHCSR022    0xF00122DC          DMARAM Channel 22 Control and Status Register
DMA_RDCRCR023   0xF00122E0          DMARAM Channel 23 Read Data CRC Register
DMA_SDCRCR023   0xF00122E4          DMARAM Channel 23 Source and Destination Address CRC Register
DMA_SADR023     0xF00122E8          DMARAM Channel 23 Source Address Register
DMA_DADR023     0xF00122EC          DMARAM Channel 23 Destination Address Register
DMA_ADICR023    0xF00122F0          DMARAM Channel 23 Address and Interrupt Control Register
DMA_CHCFGR023   0xF00122F4          DMARAM Channel 23 Configuration Register
DMA_SHADR023    0xF00122F8          DMARAM Channel 23 Shadow Address Register
DMA_CHCSR023    0xF00122FC          DMARAM Channel 23 Control and Status Register
DMA_RDCRCR024   0xF0012300          DMARAM Channel 24 Read Data CRC Register
DMA_SDCRCR024   0xF0012304          DMARAM Channel 24 Source and Destination Address CRC Register
DMA_SADR024     0xF0012308          DMARAM Channel 24 Source Address Register
DMA_DADR024     0xF001230C          DMARAM Channel 24 Destination Address Register
DMA_ADICR024    0xF0012310          DMARAM Channel 24 Address and Interrupt Control Register
DMA_CHCFGR024   0xF0012314          DMARAM Channel 24 Configuration Register
DMA_SHADR024    0xF0012318          DMARAM Channel 24 Shadow Address Register
DMA_CHCSR024    0xF001231C          DMARAM Channel 24 Control and Status Register
DMA_RDCRCR025   0xF0012320          DMARAM Channel 25 Read Data CRC Register
DMA_SDCRCR025   0xF0012324          DMARAM Channel 25 Source and Destination Address CRC Register
DMA_SADR025     0xF0012328          DMARAM Channel 25 Source Address Register
DMA_DADR025     0xF001232C          DMARAM Channel 25 Destination Address Register
DMA_ADICR025    0xF0012330          DMARAM Channel 25 Address and Interrupt Control Register
DMA_CHCFGR025   0xF0012334          DMARAM Channel 25 Configuration Register
DMA_SHADR025    0xF0012338          DMARAM Channel 25 Shadow Address Register
DMA_CHCSR025    0xF001233C          DMARAM Channel 25 Control and Status Register
DMA_RDCRCR026   0xF0012340          DMARAM Channel 26 Read Data CRC Register
DMA_SDCRCR026   0xF0012344          DMARAM Channel 26 Source and Destination Address CRC Register
DMA_SADR026     0xF0012348          DMARAM Channel 26 Source Address Register
DMA_DADR026     0xF001234C          DMARAM Channel 26 Destination Address Register
DMA_ADICR026    0xF0012350          DMARAM Channel 26 Address and Interrupt Control Register
DMA_CHCFGR026   0xF0012354          DMARAM Channel 26 Configuration Register
DMA_SHADR026    0xF0012358          DMARAM Channel 26 Shadow Address Register
DMA_CHCSR026    0xF001235C          DMARAM Channel 26 Control and Status Register
DMA_RDCRCR027   0xF0012360          DMARAM Channel 27 Read Data CRC Register
DMA_SDCRCR027   0xF0012364          DMARAM Channel 27 Source and Destination Address CRC Register
DMA_SADR027     0xF0012368          DMARAM Channel 27 Source Address Register
DMA_DADR027     0xF001236C          DMARAM Channel 27 Destination Address Register
DMA_ADICR027    0xF0012370          DMARAM Channel 27 Address and Interrupt Control Register
DMA_CHCFGR027   0xF0012374          DMARAM Channel 27 Configuration Register
DMA_SHADR027    0xF0012378          DMARAM Channel 27 Shadow Address Register
DMA_CHCSR027    0xF001237C          DMARAM Channel 27 Control and Status Register
DMA_RDCRCR028   0xF0012380          DMARAM Channel 28 Read Data CRC Register
DMA_SDCRCR028   0xF0012384          DMARAM Channel 28 Source and Destination Address CRC Register
DMA_SADR028     0xF0012388          DMARAM Channel 28 Source Address Register
DMA_DADR028     0xF001238C          DMARAM Channel 28 Destination Address Register
DMA_ADICR028    0xF0012390          DMARAM Channel 28 Address and Interrupt Control Register
DMA_CHCFGR028   0xF0012394          DMARAM Channel 28 Configuration Register
DMA_SHADR028    0xF0012398          DMARAM Channel 28 Shadow Address Register
DMA_CHCSR028    0xF001239C          DMARAM Channel 28 Control and Status Register
DMA_RDCRCR029   0xF00123A0          DMARAM Channel 29 Read Data CRC Register
DMA_SDCRCR029   0xF00123A4          DMARAM Channel 29 Source and Destination Address CRC Register
DMA_SADR029     0xF00123A8          DMARAM Channel 29 Source Address Register
DMA_DADR029     0xF00123AC          DMARAM Channel 29 Destination Address Register
DMA_ADICR029    0xF00123B0          DMARAM Channel 29 Address and Interrupt Control Register
DMA_CHCFGR029   0xF00123B4          DMARAM Channel 29 Configuration Register
DMA_SHADR029    0xF00123B8          DMARAM Channel 29 Shadow Address Register
DMA_CHCSR029    0xF00123BC          DMARAM Channel 29 Control and Status Register
DMA_RDCRCR030   0xF00123C0          DMARAM Channel 30 Read Data CRC Register
DMA_SDCRCR030   0xF00123C4          DMARAM Channel 30 Source and Destination Address CRC Register
DMA_SADR030     0xF00123C8          DMARAM Channel 30 Source Address Register
DMA_DADR030     0xF00123CC          DMARAM Channel 30 Destination Address Register
DMA_ADICR030    0xF00123D0          DMARAM Channel 30 Address and Interrupt Control Register
DMA_CHCFGR030   0xF00123D4          DMARAM Channel 30 Configuration Register
DMA_SHADR030    0xF00123D8          DMARAM Channel 30 Shadow Address Register
DMA_CHCSR030    0xF00123DC          DMARAM Channel 30 Control and Status Register
DMA_RDCRCR031   0xF00123E0          DMARAM Channel 31 Read Data CRC Register
DMA_SDCRCR031   0xF00123E4          DMARAM Channel 31 Source and Destination Address CRC Register
DMA_SADR031     0xF00123E8          DMARAM Channel 31 Source Address Register
DMA_DADR031     0xF00123EC          DMARAM Channel 31 Destination Address Register
DMA_ADICR031    0xF00123F0          DMARAM Channel 31 Address and Interrupt Control Register
DMA_CHCFGR031   0xF00123F4          DMARAM Channel 31 Configuration Register
DMA_SHADR031    0xF00123F8          DMARAM Channel 31 Shadow Address Register
DMA_CHCSR031    0xF00123FC          DMARAM Channel 31 Control and Status Register
DMA_RDCRCR032   0xF0012400          DMARAM Channel 32 Read Data CRC Register
DMA_SDCRCR032   0xF0012404          DMARAM Channel 32 Source and Destination Address CRC Register
DMA_SADR032     0xF0012408          DMARAM Channel 32 Source Address Register
DMA_DADR032     0xF001240C          DMARAM Channel 32 Destination Address Register
DMA_ADICR032    0xF0012410          DMARAM Channel 32 Address and Interrupt Control Register
DMA_CHCFGR032   0xF0012414          DMARAM Channel 32 Configuration Register
DMA_SHADR032    0xF0012418          DMARAM Channel 32 Shadow Address Register
DMA_CHCSR032    0xF001241C          DMARAM Channel 32 Control and Status Register
DMA_RDCRCR033   0xF0012420          DMARAM Channel 33 Read Data CRC Register
DMA_SDCRCR033   0xF0012424          DMARAM Channel 33 Source and Destination Address CRC Register
DMA_SADR033     0xF0012428          DMARAM Channel 33 Source Address Register
DMA_DADR033     0xF001242C          DMARAM Channel 33 Destination Address Register
DMA_ADICR033    0xF0012430          DMARAM Channel 33 Address and Interrupt Control Register
DMA_CHCFGR033   0xF0012434          DMARAM Channel 33 Configuration Register
DMA_SHADR033    0xF0012438          DMARAM Channel 33 Shadow Address Register
DMA_CHCSR033    0xF001243C          DMARAM Channel 33 Control and Status Register
DMA_RDCRCR034   0xF0012440          DMARAM Channel 34 Read Data CRC Register
DMA_SDCRCR034   0xF0012444          DMARAM Channel 34 Source and Destination Address CRC Register
DMA_SADR034     0xF0012448          DMARAM Channel 34 Source Address Register
DMA_DADR034     0xF001244C          DMARAM Channel 34 Destination Address Register
DMA_ADICR034    0xF0012450          DMARAM Channel 34 Address and Interrupt Control Register
DMA_CHCFGR034   0xF0012454          DMARAM Channel 34 Configuration Register
DMA_SHADR034    0xF0012458          DMARAM Channel 34 Shadow Address Register
DMA_CHCSR034    0xF001245C          DMARAM Channel 34 Control and Status Register
DMA_RDCRCR035   0xF0012460          DMARAM Channel 35 Read Data CRC Register
DMA_SDCRCR035   0xF0012464          DMARAM Channel 35 Source and Destination Address CRC Register
DMA_SADR035     0xF0012468          DMARAM Channel 35 Source Address Register
DMA_DADR035     0xF001246C          DMARAM Channel 35 Destination Address Register
DMA_ADICR035    0xF0012470          DMARAM Channel 35 Address and Interrupt Control Register
DMA_CHCFGR035   0xF0012474          DMARAM Channel 35 Configuration Register
DMA_SHADR035    0xF0012478          DMARAM Channel 35 Shadow Address Register
DMA_CHCSR035    0xF001247C          DMARAM Channel 35 Control and Status Register
DMA_RDCRCR036   0xF0012480          DMARAM Channel 36 Read Data CRC Register
DMA_SDCRCR036   0xF0012484          DMARAM Channel 36 Source and Destination Address CRC Register
DMA_SADR036     0xF0012488          DMARAM Channel 36 Source Address Register
DMA_DADR036     0xF001248C          DMARAM Channel 36 Destination Address Register
DMA_ADICR036    0xF0012490          DMARAM Channel 36 Address and Interrupt Control Register
DMA_CHCFGR036   0xF0012494          DMARAM Channel 36 Configuration Register
DMA_SHADR036    0xF0012498          DMARAM Channel 36 Shadow Address Register
DMA_CHCSR036    0xF001249C          DMARAM Channel 36 Control and Status Register
DMA_RDCRCR037   0xF00124A0          DMARAM Channel 37 Read Data CRC Register
DMA_SDCRCR037   0xF00124A4          DMARAM Channel 37 Source and Destination Address CRC Register
DMA_SADR037     0xF00124A8          DMARAM Channel 37 Source Address Register
DMA_DADR037     0xF00124AC          DMARAM Channel 37 Destination Address Register
DMA_ADICR037    0xF00124B0          DMARAM Channel 37 Address and Interrupt Control Register
DMA_CHCFGR037   0xF00124B4          DMARAM Channel 37 Configuration Register
DMA_SHADR037    0xF00124B8          DMARAM Channel 37 Shadow Address Register
DMA_CHCSR037    0xF00124BC          DMARAM Channel 37 Control and Status Register
DMA_RDCRCR038   0xF00124C0          DMARAM Channel 38 Read Data CRC Register
DMA_SDCRCR038   0xF00124C4          DMARAM Channel 38 Source and Destination Address CRC Register
DMA_SADR038     0xF00124C8          DMARAM Channel 38 Source Address Register
DMA_DADR038     0xF00124CC          DMARAM Channel 38 Destination Address Register
DMA_ADICR038    0xF00124D0          DMARAM Channel 38 Address and Interrupt Control Register
DMA_CHCFGR038   0xF00124D4          DMARAM Channel 38 Configuration Register
DMA_SHADR038    0xF00124D8          DMARAM Channel 38 Shadow Address Register
DMA_CHCSR038    0xF00124DC          DMARAM Channel 38 Control and Status Register
DMA_RDCRCR039   0xF00124E0          DMARAM Channel 39 Read Data CRC Register
DMA_SDCRCR039   0xF00124E4          DMARAM Channel 39 Source and Destination Address CRC Register
DMA_SADR039     0xF00124E8          DMARAM Channel 39 Source Address Register
DMA_DADR039     0xF00124EC          DMARAM Channel 39 Destination Address Register
DMA_ADICR039    0xF00124F0          DMARAM Channel 39 Address and Interrupt Control Register
DMA_CHCFGR039   0xF00124F4          DMARAM Channel 39 Configuration Register
DMA_SHADR039    0xF00124F8          DMARAM Channel 39 Shadow Address Register
DMA_CHCSR039    0xF00124FC          DMARAM Channel 39 Control and Status Register
DMA_RDCRCR040   0xF0012500          DMARAM Channel 40 Read Data CRC Register
DMA_SDCRCR040   0xF0012504          DMARAM Channel 40 Source and Destination Address CRC Register
DMA_SADR040     0xF0012508          DMARAM Channel 40 Source Address Register
DMA_DADR040     0xF001250C          DMARAM Channel 40 Destination Address Register
DMA_ADICR040    0xF0012510          DMARAM Channel 40 Address and Interrupt Control Register
DMA_CHCFGR040   0xF0012514          DMARAM Channel 40 Configuration Register
DMA_SHADR040    0xF0012518          DMARAM Channel 40 Shadow Address Register
DMA_CHCSR040    0xF001251C          DMARAM Channel 40 Control and Status Register
DMA_RDCRCR041   0xF0012520          DMARAM Channel 41 Read Data CRC Register
DMA_SDCRCR041   0xF0012524          DMARAM Channel 41 Source and Destination Address CRC Register
DMA_SADR041     0xF0012528          DMARAM Channel 41 Source Address Register
DMA_DADR041     0xF001252C          DMARAM Channel 41 Destination Address Register
DMA_ADICR041    0xF0012530          DMARAM Channel 41 Address and Interrupt Control Register
DMA_CHCFGR041   0xF0012534          DMARAM Channel 41 Configuration Register
DMA_SHADR041    0xF0012538          DMARAM Channel 41 Shadow Address Register
DMA_CHCSR041    0xF001253C          DMARAM Channel 41 Control and Status Register
DMA_RDCRCR042   0xF0012540          DMARAM Channel 42 Read Data CRC Register
DMA_SDCRCR042   0xF0012544          DMARAM Channel 42 Source and Destination Address CRC Register
DMA_SADR042     0xF0012548          DMARAM Channel 42 Source Address Register
DMA_DADR042     0xF001254C          DMARAM Channel 42 Destination Address Register
DMA_ADICR042    0xF0012550          DMARAM Channel 42 Address and Interrupt Control Register
DMA_CHCFGR042   0xF0012554          DMARAM Channel 42 Configuration Register
DMA_SHADR042    0xF0012558          DMARAM Channel 42 Shadow Address Register
DMA_CHCSR042    0xF001255C          DMARAM Channel 42 Control and Status Register
DMA_RDCRCR043   0xF0012560          DMARAM Channel 43 Read Data CRC Register
DMA_SDCRCR043   0xF0012564          DMARAM Channel 43 Source and Destination Address CRC Register
DMA_SADR043     0xF0012568          DMARAM Channel 43 Source Address Register
DMA_DADR043     0xF001256C          DMARAM Channel 43 Destination Address Register
DMA_ADICR043    0xF0012570          DMARAM Channel 43 Address and Interrupt Control Register
DMA_CHCFGR043   0xF0012574          DMARAM Channel 43 Configuration Register
DMA_SHADR043    0xF0012578          DMARAM Channel 43 Shadow Address Register
DMA_CHCSR043    0xF001257C          DMARAM Channel 43 Control and Status Register
DMA_RDCRCR044   0xF0012580          DMARAM Channel 44 Read Data CRC Register
DMA_SDCRCR044   0xF0012584          DMARAM Channel 44 Source and Destination Address CRC Register
DMA_SADR044     0xF0012588          DMARAM Channel 44 Source Address Register
DMA_DADR044     0xF001258C          DMARAM Channel 44 Destination Address Register
DMA_ADICR044    0xF0012590          DMARAM Channel 44 Address and Interrupt Control Register
DMA_CHCFGR044   0xF0012594          DMARAM Channel 44 Configuration Register
DMA_SHADR044    0xF0012598          DMARAM Channel 44 Shadow Address Register
DMA_CHCSR044    0xF001259C          DMARAM Channel 44 Control and Status Register
DMA_RDCRCR045   0xF00125A0          DMARAM Channel 45 Read Data CRC Register
DMA_SDCRCR045   0xF00125A4          DMARAM Channel 45 Source and Destination Address CRC Register
DMA_SADR045     0xF00125A8          DMARAM Channel 45 Source Address Register
DMA_DADR045     0xF00125AC          DMARAM Channel 45 Destination Address Register
DMA_ADICR045    0xF00125B0          DMARAM Channel 45 Address and Interrupt Control Register
DMA_CHCFGR045   0xF00125B4          DMARAM Channel 45 Configuration Register
DMA_SHADR045    0xF00125B8          DMARAM Channel 45 Shadow Address Register
DMA_CHCSR045    0xF00125BC          DMARAM Channel 45 Control and Status Register
DMA_RDCRCR046   0xF00125C0          DMARAM Channel 46 Read Data CRC Register
DMA_SDCRCR046   0xF00125C4          DMARAM Channel 46 Source and Destination Address CRC Register
DMA_SADR046     0xF00125C8          DMARAM Channel 46 Source Address Register
DMA_DADR046     0xF00125CC          DMARAM Channel 46 Destination Address Register
DMA_ADICR046    0xF00125D0          DMARAM Channel 46 Address and Interrupt Control Register
DMA_CHCFGR046   0xF00125D4          DMARAM Channel 46 Configuration Register
DMA_SHADR046    0xF00125D8          DMARAM Channel 46 Shadow Address Register
DMA_CHCSR046    0xF00125DC          DMARAM Channel 46 Control and Status Register
DMA_RDCRCR047   0xF00125E0          DMARAM Channel 47 Read Data CRC Register
DMA_SDCRCR047   0xF00125E4          DMARAM Channel 47 Source and Destination Address CRC Register
DMA_SADR047     0xF00125E8          DMARAM Channel 47 Source Address Register
DMA_DADR047     0xF00125EC          DMARAM Channel 47 Destination Address Register
DMA_ADICR047    0xF00125F0          DMARAM Channel 47 Address and Interrupt Control Register
DMA_CHCFGR047   0xF00125F4          DMARAM Channel 47 Configuration Register
DMA_SHADR047    0xF00125F8          DMARAM Channel 47 Shadow Address Register
DMA_CHCSR047    0xF00125FC          DMARAM Channel 47 Control and Status Register
DMA_RDCRCR048   0xF0012600          DMARAM Channel 48 Read Data CRC Register
DMA_SDCRCR048   0xF0012604          DMARAM Channel 48 Source and Destination Address CRC Register
DMA_SADR048     0xF0012608          DMARAM Channel 48 Source Address Register
DMA_DADR048     0xF001260C          DMARAM Channel 48 Destination Address Register
DMA_ADICR048    0xF0012610          DMARAM Channel 48 Address and Interrupt Control Register
DMA_CHCFGR048   0xF0012614          DMARAM Channel 48 Configuration Register
DMA_SHADR048    0xF0012618          DMARAM Channel 48 Shadow Address Register
DMA_CHCSR048    0xF001261C          DMARAM Channel 48 Control and Status Register
DMA_RDCRCR049   0xF0012620          DMARAM Channel 49 Read Data CRC Register
DMA_SDCRCR049   0xF0012624          DMARAM Channel 49 Source and Destination Address CRC Register
DMA_SADR049     0xF0012628          DMARAM Channel 49 Source Address Register
DMA_DADR049     0xF001262C          DMARAM Channel 49 Destination Address Register
DMA_ADICR049    0xF0012630          DMARAM Channel 49 Address and Interrupt Control Register
DMA_CHCFGR049   0xF0012634          DMARAM Channel 49 Configuration Register
DMA_SHADR049    0xF0012638          DMARAM Channel 49 Shadow Address Register
DMA_CHCSR049    0xF001263C          DMARAM Channel 49 Control and Status Register
DMA_RDCRCR050   0xF0012640          DMARAM Channel 50 Read Data CRC Register
DMA_SDCRCR050   0xF0012644          DMARAM Channel 50 Source and Destination Address CRC Register
DMA_SADR050     0xF0012648          DMARAM Channel 50 Source Address Register
DMA_DADR050     0xF001264C          DMARAM Channel 50 Destination Address Register
DMA_ADICR050    0xF0012650          DMARAM Channel 50 Address and Interrupt Control Register
DMA_CHCFGR050   0xF0012654          DMARAM Channel 50 Configuration Register
DMA_SHADR050    0xF0012658          DMARAM Channel 50 Shadow Address Register
DMA_CHCSR050    0xF001265C          DMARAM Channel 50 Control and Status Register
DMA_RDCRCR051   0xF0012660          DMARAM Channel 51 Read Data CRC Register
DMA_SDCRCR051   0xF0012664          DMARAM Channel 51 Source and Destination Address CRC Register
DMA_SADR051     0xF0012668          DMARAM Channel 51 Source Address Register
DMA_DADR051     0xF001266C          DMARAM Channel 51 Destination Address Register
DMA_ADICR051    0xF0012670          DMARAM Channel 51 Address and Interrupt Control Register
DMA_CHCFGR051   0xF0012674          DMARAM Channel 51 Configuration Register
DMA_SHADR051    0xF0012678          DMARAM Channel 51 Shadow Address Register
DMA_CHCSR051    0xF001267C          DMARAM Channel 51 Control and Status Register
DMA_RDCRCR052   0xF0012680          DMARAM Channel 52 Read Data CRC Register
DMA_SDCRCR052   0xF0012684          DMARAM Channel 52 Source and Destination Address CRC Register
DMA_SADR052     0xF0012688          DMARAM Channel 52 Source Address Register
DMA_DADR052     0xF001268C          DMARAM Channel 52 Destination Address Register
DMA_ADICR052    0xF0012690          DMARAM Channel 52 Address and Interrupt Control Register
DMA_CHCFGR052   0xF0012694          DMARAM Channel 52 Configuration Register
DMA_SHADR052    0xF0012698          DMARAM Channel 52 Shadow Address Register
DMA_CHCSR052    0xF001269C          DMARAM Channel 52 Control and Status Register
DMA_RDCRCR053   0xF00126A0          DMARAM Channel 53 Read Data CRC Register
DMA_SDCRCR053   0xF00126A4          DMARAM Channel 53 Source and Destination Address CRC Register
DMA_SADR053     0xF00126A8          DMARAM Channel 53 Source Address Register
DMA_DADR053     0xF00126AC          DMARAM Channel 53 Destination Address Register
DMA_ADICR053    0xF00126B0          DMARAM Channel 53 Address and Interrupt Control Register
DMA_CHCFGR053   0xF00126B4          DMARAM Channel 53 Configuration Register
DMA_SHADR053    0xF00126B8          DMARAM Channel 53 Shadow Address Register
DMA_CHCSR053    0xF00126BC          DMARAM Channel 53 Control and Status Register
DMA_RDCRCR054   0xF00126C0          DMARAM Channel 54 Read Data CRC Register
DMA_SDCRCR054   0xF00126C4          DMARAM Channel 54 Source and Destination Address CRC Register
DMA_SADR054     0xF00126C8          DMARAM Channel 54 Source Address Register
DMA_DADR054     0xF00126CC          DMARAM Channel 54 Destination Address Register
DMA_ADICR054    0xF00126D0          DMARAM Channel 54 Address and Interrupt Control Register
DMA_CHCFGR054   0xF00126D4          DMARAM Channel 54 Configuration Register
DMA_SHADR054    0xF00126D8          DMARAM Channel 54 Shadow Address Register
DMA_CHCSR054    0xF00126DC          DMARAM Channel 54 Control and Status Register
DMA_RDCRCR055   0xF00126E0          DMARAM Channel 55 Read Data CRC Register
DMA_SDCRCR055   0xF00126E4          DMARAM Channel 55 Source and Destination Address CRC Register
DMA_SADR055     0xF00126E8          DMARAM Channel 55 Source Address Register
DMA_DADR055     0xF00126EC          DMARAM Channel 55 Destination Address Register
DMA_ADICR055    0xF00126F0          DMARAM Channel 55 Address and Interrupt Control Register
DMA_CHCFGR055   0xF00126F4          DMARAM Channel 55 Configuration Register
DMA_SHADR055    0xF00126F8          DMARAM Channel 55 Shadow Address Register
DMA_CHCSR055    0xF00126FC          DMARAM Channel 55 Control and Status Register
DMA_RDCRCR056   0xF0012700          DMARAM Channel 56 Read Data CRC Register
DMA_SDCRCR056   0xF0012704          DMARAM Channel 56 Source and Destination Address CRC Register
DMA_SADR056     0xF0012708          DMARAM Channel 56 Source Address Register
DMA_DADR056     0xF001270C          DMARAM Channel 56 Destination Address Register
DMA_ADICR056    0xF0012710          DMARAM Channel 56 Address and Interrupt Control Register
DMA_CHCFGR056   0xF0012714          DMARAM Channel 56 Configuration Register
DMA_SHADR056    0xF0012718          DMARAM Channel 56 Shadow Address Register
DMA_CHCSR056    0xF001271C          DMARAM Channel 56 Control and Status Register
DMA_RDCRCR057   0xF0012720          DMARAM Channel 57 Read Data CRC Register
DMA_SDCRCR057   0xF0012724          DMARAM Channel 57 Source and Destination Address CRC Register
DMA_SADR057     0xF0012728          DMARAM Channel 57 Source Address Register
DMA_DADR057     0xF001272C          DMARAM Channel 57 Destination Address Register
DMA_ADICR057    0xF0012730          DMARAM Channel 57 Address and Interrupt Control Register
DMA_CHCFGR057   0xF0012734          DMARAM Channel 57 Configuration Register
DMA_SHADR057    0xF0012738          DMARAM Channel 57 Shadow Address Register
DMA_CHCSR057    0xF001273C          DMARAM Channel 57 Control and Status Register
DMA_RDCRCR058   0xF0012740          DMARAM Channel 58 Read Data CRC Register
DMA_SDCRCR058   0xF0012744          DMARAM Channel 58 Source and Destination Address CRC Register
DMA_SADR058     0xF0012748          DMARAM Channel 58 Source Address Register
DMA_DADR058     0xF001274C          DMARAM Channel 58 Destination Address Register
DMA_ADICR058    0xF0012750          DMARAM Channel 58 Address and Interrupt Control Register
DMA_CHCFGR058   0xF0012754          DMARAM Channel 58 Configuration Register
DMA_SHADR058    0xF0012758          DMARAM Channel 58 Shadow Address Register
DMA_CHCSR058    0xF001275C          DMARAM Channel 58 Control and Status Register
DMA_RDCRCR059   0xF0012760          DMARAM Channel 59 Read Data CRC Register
DMA_SDCRCR059   0xF0012764          DMARAM Channel 59 Source and Destination Address CRC Register
DMA_SADR059     0xF0012768          DMARAM Channel 59 Source Address Register
DMA_DADR059     0xF001276C          DMARAM Channel 59 Destination Address Register
DMA_ADICR059    0xF0012770          DMARAM Channel 59 Address and Interrupt Control Register
DMA_CHCFGR059   0xF0012774          DMARAM Channel 59 Configuration Register
DMA_SHADR059    0xF0012778          DMARAM Channel 59 Shadow Address Register
DMA_CHCSR059    0xF001277C          DMARAM Channel 59 Control and Status Register
DMA_RDCRCR060   0xF0012780          DMARAM Channel 60 Read Data CRC Register
DMA_SDCRCR060   0xF0012784          DMARAM Channel 60 Source and Destination Address CRC Register
DMA_SADR060     0xF0012788          DMARAM Channel 60 Source Address Register
DMA_DADR060     0xF001278C          DMARAM Channel 60 Destination Address Register
DMA_ADICR060    0xF0012790          DMARAM Channel 60 Address and Interrupt Control Register
DMA_CHCFGR060   0xF0012794          DMARAM Channel 60 Configuration Register
DMA_SHADR060    0xF0012798          DMARAM Channel 60 Shadow Address Register
DMA_CHCSR060    0xF001279C          DMARAM Channel 60 Control and Status Register
DMA_RDCRCR061   0xF00127A0          DMARAM Channel 61 Read Data CRC Register
DMA_SDCRCR061   0xF00127A4          DMARAM Channel 61 Source and Destination Address CRC Register
DMA_SADR061     0xF00127A8          DMARAM Channel 61 Source Address Register
DMA_DADR061     0xF00127AC          DMARAM Channel 61 Destination Address Register
DMA_ADICR061    0xF00127B0          DMARAM Channel 61 Address and Interrupt Control Register
DMA_CHCFGR061   0xF00127B4          DMARAM Channel 61 Configuration Register
DMA_SHADR061    0xF00127B8          DMARAM Channel 61 Shadow Address Register
DMA_CHCSR061    0xF00127BC          DMARAM Channel 61 Control and Status Register
DMA_RDCRCR062   0xF00127C0          DMARAM Channel 62 Read Data CRC Register
DMA_SDCRCR062   0xF00127C4          DMARAM Channel 62 Source and Destination Address CRC Register
DMA_SADR062     0xF00127C8          DMARAM Channel 62 Source Address Register
DMA_DADR062     0xF00127CC          DMARAM Channel 62 Destination Address Register
DMA_ADICR062    0xF00127D0          DMARAM Channel 62 Address and Interrupt Control Register
DMA_CHCFGR062   0xF00127D4          DMARAM Channel 62 Configuration Register
DMA_SHADR062    0xF00127D8          DMARAM Channel 62 Shadow Address Register
DMA_CHCSR062    0xF00127DC          DMARAM Channel 62 Control and Status Register
DMA_RDCRCR063   0xF00127E0          DMARAM Channel 63 Read Data CRC Register
DMA_SDCRCR063   0xF00127E4          DMARAM Channel 63 Source and Destination Address CRC Register
DMA_SADR063     0xF00127E8          DMARAM Channel 63 Source Address Register
DMA_DADR063     0xF00127EC          DMARAM Channel 63 Destination Address Register
DMA_ADICR063    0xF00127F0          DMARAM Channel 63 Address and Interrupt Control Register
DMA_CHCFGR063   0xF00127F4          DMARAM Channel 63 Configuration Register
DMA_SHADR063    0xF00127F8          DMARAM Channel 63 Shadow Address Register
DMA_CHCSR063    0xF00127FC          DMARAM Channel 63 Control and Status Register
DMA_RDCRCR064   0xF0012800          DMARAM Channel 64 Read Data CRC Register
DMA_SDCRCR064   0xF0012804          DMARAM Channel 64 Source and Destination Address CRC Register
DMA_SADR064     0xF0012808          DMARAM Channel 64 Source Address Register
DMA_DADR064     0xF001280C          DMARAM Channel 64 Destination Address Register
DMA_ADICR064    0xF0012810          DMARAM Channel 64 Address and Interrupt Control Register
DMA_CHCFGR064   0xF0012814          DMARAM Channel 64 Configuration Register
DMA_SHADR064    0xF0012818          DMARAM Channel 64 Shadow Address Register
DMA_CHCSR064    0xF001281C          DMARAM Channel 64 Control and Status Register
DMA_RDCRCR065   0xF0012820          DMARAM Channel 65 Read Data CRC Register
DMA_SDCRCR065   0xF0012824          DMARAM Channel 65 Source and Destination Address CRC Register
DMA_SADR065     0xF0012828          DMARAM Channel 65 Source Address Register
DMA_DADR065     0xF001282C          DMARAM Channel 65 Destination Address Register
DMA_ADICR065    0xF0012830          DMARAM Channel 65 Address and Interrupt Control Register
DMA_CHCFGR065   0xF0012834          DMARAM Channel 65 Configuration Register
DMA_SHADR065    0xF0012838          DMARAM Channel 65 Shadow Address Register
DMA_CHCSR065    0xF001283C          DMARAM Channel 65 Control and Status Register
DMA_RDCRCR066   0xF0012840          DMARAM Channel 66 Read Data CRC Register
DMA_SDCRCR066   0xF0012844          DMARAM Channel 66 Source and Destination Address CRC Register
DMA_SADR066     0xF0012848          DMARAM Channel 66 Source Address Register
DMA_DADR066     0xF001284C          DMARAM Channel 66 Destination Address Register
DMA_ADICR066    0xF0012850          DMARAM Channel 66 Address and Interrupt Control Register
DMA_CHCFGR066   0xF0012854          DMARAM Channel 66 Configuration Register
DMA_SHADR066    0xF0012858          DMARAM Channel 66 Shadow Address Register
DMA_CHCSR066    0xF001285C          DMARAM Channel 66 Control and Status Register
DMA_RDCRCR067   0xF0012860          DMARAM Channel 67 Read Data CRC Register
DMA_SDCRCR067   0xF0012864          DMARAM Channel 67 Source and Destination Address CRC Register
DMA_SADR067     0xF0012868          DMARAM Channel 67 Source Address Register
DMA_DADR067     0xF001286C          DMARAM Channel 67 Destination Address Register
DMA_ADICR067    0xF0012870          DMARAM Channel 67 Address and Interrupt Control Register
DMA_CHCFGR067   0xF0012874          DMARAM Channel 67 Configuration Register
DMA_SHADR067    0xF0012878          DMARAM Channel 67 Shadow Address Register
DMA_CHCSR067    0xF001287C          DMARAM Channel 67 Control and Status Register
DMA_RDCRCR068   0xF0012880          DMARAM Channel 68 Read Data CRC Register
DMA_SDCRCR068   0xF0012884          DMARAM Channel 68 Source and Destination Address CRC Register
DMA_SADR068     0xF0012888          DMARAM Channel 68 Source Address Register
DMA_DADR068     0xF001288C          DMARAM Channel 68 Destination Address Register
DMA_ADICR068    0xF0012890          DMARAM Channel 68 Address and Interrupt Control Register
DMA_CHCFGR068   0xF0012894          DMARAM Channel 68 Configuration Register
DMA_SHADR068    0xF0012898          DMARAM Channel 68 Shadow Address Register
DMA_CHCSR068    0xF001289C          DMARAM Channel 68 Control and Status Register
DMA_RDCRCR069   0xF00128A0          DMARAM Channel 69 Read Data CRC Register
DMA_SDCRCR069   0xF00128A4          DMARAM Channel 69 Source and Destination Address CRC Register
DMA_SADR069     0xF00128A8          DMARAM Channel 69 Source Address Register
DMA_DADR069     0xF00128AC          DMARAM Channel 69 Destination Address Register
DMA_ADICR069    0xF00128B0          DMARAM Channel 69 Address and Interrupt Control Register
DMA_CHCFGR069   0xF00128B4          DMARAM Channel 69 Configuration Register
DMA_SHADR069    0xF00128B8          DMARAM Channel 69 Shadow Address Register
DMA_CHCSR069    0xF00128BC          DMARAM Channel 69 Control and Status Register
DMA_RDCRCR070   0xF00128C0          DMARAM Channel 70 Read Data CRC Register
DMA_SDCRCR070   0xF00128C4          DMARAM Channel 70 Source and Destination Address CRC Register
DMA_SADR070     0xF00128C8          DMARAM Channel 70 Source Address Register
DMA_DADR070     0xF00128CC          DMARAM Channel 70 Destination Address Register
DMA_ADICR070    0xF00128D0          DMARAM Channel 70 Address and Interrupt Control Register
DMA_CHCFGR070   0xF00128D4          DMARAM Channel 70 Configuration Register
DMA_SHADR070    0xF00128D8          DMARAM Channel 70 Shadow Address Register
DMA_CHCSR070    0xF00128DC          DMARAM Channel 70 Control and Status Register
DMA_RDCRCR071   0xF00128E0          DMARAM Channel 71 Read Data CRC Register
DMA_SDCRCR071   0xF00128E4          DMARAM Channel 71 Source and Destination Address CRC Register
DMA_SADR071     0xF00128E8          DMARAM Channel 71 Source Address Register
DMA_DADR071     0xF00128EC          DMARAM Channel 71 Destination Address Register
DMA_ADICR071    0xF00128F0          DMARAM Channel 71 Address and Interrupt Control Register
DMA_CHCFGR071   0xF00128F4          DMARAM Channel 71 Configuration Register
DMA_SHADR071    0xF00128F8          DMARAM Channel 71 Shadow Address Register
DMA_CHCSR071    0xF00128FC          DMARAM Channel 71 Control and Status Register
DMA_RDCRCR072   0xF0012900          DMARAM Channel 72 Read Data CRC Register
DMA_SDCRCR072   0xF0012904          DMARAM Channel 72 Source and Destination Address CRC Register
DMA_SADR072     0xF0012908          DMARAM Channel 72 Source Address Register
DMA_DADR072     0xF001290C          DMARAM Channel 72 Destination Address Register
DMA_ADICR072    0xF0012910          DMARAM Channel 72 Address and Interrupt Control Register
DMA_CHCFGR072   0xF0012914          DMARAM Channel 72 Configuration Register
DMA_SHADR072    0xF0012918          DMARAM Channel 72 Shadow Address Register
DMA_CHCSR072    0xF001291C          DMARAM Channel 72 Control and Status Register
DMA_RDCRCR073   0xF0012920          DMARAM Channel 73 Read Data CRC Register
DMA_SDCRCR073   0xF0012924          DMARAM Channel 73 Source and Destination Address CRC Register
DMA_SADR073     0xF0012928          DMARAM Channel 73 Source Address Register
DMA_DADR073     0xF001292C          DMARAM Channel 73 Destination Address Register
DMA_ADICR073    0xF0012930          DMARAM Channel 73 Address and Interrupt Control Register
DMA_CHCFGR073   0xF0012934          DMARAM Channel 73 Configuration Register
DMA_SHADR073    0xF0012938          DMARAM Channel 73 Shadow Address Register
DMA_CHCSR073    0xF001293C          DMARAM Channel 73 Control and Status Register
DMA_RDCRCR074   0xF0012940          DMARAM Channel 74 Read Data CRC Register
DMA_SDCRCR074   0xF0012944          DMARAM Channel 74 Source and Destination Address CRC Register
DMA_SADR074     0xF0012948          DMARAM Channel 74 Source Address Register
DMA_DADR074     0xF001294C          DMARAM Channel 74 Destination Address Register
DMA_ADICR074    0xF0012950          DMARAM Channel 74 Address and Interrupt Control Register
DMA_CHCFGR074   0xF0012954          DMARAM Channel 74 Configuration Register
DMA_SHADR074    0xF0012958          DMARAM Channel 74 Shadow Address Register
DMA_CHCSR074    0xF001295C          DMARAM Channel 74 Control and Status Register
DMA_RDCRCR075   0xF0012960          DMARAM Channel 75 Read Data CRC Register
DMA_SDCRCR075   0xF0012964          DMARAM Channel 75 Source and Destination Address CRC Register
DMA_SADR075     0xF0012968          DMARAM Channel 75 Source Address Register
DMA_DADR075     0xF001296C          DMARAM Channel 75 Destination Address Register
DMA_ADICR075    0xF0012970          DMARAM Channel 75 Address and Interrupt Control Register
DMA_CHCFGR075   0xF0012974          DMARAM Channel 75 Configuration Register
DMA_SHADR075    0xF0012978          DMARAM Channel 75 Shadow Address Register
DMA_CHCSR075    0xF001297C          DMARAM Channel 75 Control and Status Register
DMA_RDCRCR076   0xF0012980          DMARAM Channel 76 Read Data CRC Register
DMA_SDCRCR076   0xF0012984          DMARAM Channel 76 Source and Destination Address CRC Register
DMA_SADR076     0xF0012988          DMARAM Channel 76 Source Address Register
DMA_DADR076     0xF001298C          DMARAM Channel 76 Destination Address Register
DMA_ADICR076    0xF0012990          DMARAM Channel 76 Address and Interrupt Control Register
DMA_CHCFGR076   0xF0012994          DMARAM Channel 76 Configuration Register
DMA_SHADR076    0xF0012998          DMARAM Channel 76 Shadow Address Register
DMA_CHCSR076    0xF001299C          DMARAM Channel 76 Control and Status Register
DMA_RDCRCR077   0xF00129A0          DMARAM Channel 77 Read Data CRC Register
DMA_SDCRCR077   0xF00129A4          DMARAM Channel 77 Source and Destination Address CRC Register
DMA_SADR077     0xF00129A8          DMARAM Channel 77 Source Address Register
DMA_DADR077     0xF00129AC          DMARAM Channel 77 Destination Address Register
DMA_ADICR077    0xF00129B0          DMARAM Channel 77 Address and Interrupt Control Register
DMA_CHCFGR077   0xF00129B4          DMARAM Channel 77 Configuration Register
DMA_SHADR077    0xF00129B8          DMARAM Channel 77 Shadow Address Register
DMA_CHCSR077    0xF00129BC          DMARAM Channel 77 Control and Status Register
DMA_RDCRCR078   0xF00129C0          DMARAM Channel 78 Read Data CRC Register
DMA_SDCRCR078   0xF00129C4          DMARAM Channel 78 Source and Destination Address CRC Register
DMA_SADR078     0xF00129C8          DMARAM Channel 78 Source Address Register
DMA_DADR078     0xF00129CC          DMARAM Channel 78 Destination Address Register
DMA_ADICR078    0xF00129D0          DMARAM Channel 78 Address and Interrupt Control Register
DMA_CHCFGR078   0xF00129D4          DMARAM Channel 78 Configuration Register
DMA_SHADR078    0xF00129D8          DMARAM Channel 78 Shadow Address Register
DMA_CHCSR078    0xF00129DC          DMARAM Channel 78 Control and Status Register
DMA_RDCRCR079   0xF00129E0          DMARAM Channel 79 Read Data CRC Register
DMA_SDCRCR079   0xF00129E4          DMARAM Channel 79 Source and Destination Address CRC Register
DMA_SADR079     0xF00129E8          DMARAM Channel 79 Source Address Register
DMA_DADR079     0xF00129EC          DMARAM Channel 79 Destination Address Register
DMA_ADICR079    0xF00129F0          DMARAM Channel 79 Address and Interrupt Control Register
DMA_CHCFGR079   0xF00129F4          DMARAM Channel 79 Configuration Register
DMA_SHADR079    0xF00129F8          DMARAM Channel 79 Shadow Address Register
DMA_CHCSR079    0xF00129FC          DMARAM Channel 79 Control and Status Register
DMA_RDCRCR080   0xF0012A00          DMARAM Channel 80 Read Data CRC Register
DMA_SDCRCR080   0xF0012A04          DMARAM Channel 80 Source and Destination Address CRC Register
DMA_SADR080     0xF0012A08          DMARAM Channel 80 Source Address Register
DMA_DADR080     0xF0012A0C          DMARAM Channel 80 Destination Address Register
DMA_ADICR080    0xF0012A10          DMARAM Channel 80 Address and Interrupt Control Register
DMA_CHCFGR080   0xF0012A14          DMARAM Channel 80 Configuration Register
DMA_SHADR080    0xF0012A18          DMARAM Channel 80 Shadow Address Register
DMA_CHCSR080    0xF0012A1C          DMARAM Channel 80 Control and Status Register
DMA_RDCRCR081   0xF0012A20          DMARAM Channel 81 Read Data CRC Register
DMA_SDCRCR081   0xF0012A24          DMARAM Channel 81 Source and Destination Address CRC Register
DMA_SADR081     0xF0012A28          DMARAM Channel 81 Source Address Register
DMA_DADR081     0xF0012A2C          DMARAM Channel 81 Destination Address Register
DMA_ADICR081    0xF0012A30          DMARAM Channel 81 Address and Interrupt Control Register
DMA_CHCFGR081   0xF0012A34          DMARAM Channel 81 Configuration Register
DMA_SHADR081    0xF0012A38          DMARAM Channel 81 Shadow Address Register
DMA_CHCSR081    0xF0012A3C          DMARAM Channel 81 Control and Status Register
DMA_RDCRCR082   0xF0012A40          DMARAM Channel 82 Read Data CRC Register
DMA_SDCRCR082   0xF0012A44          DMARAM Channel 82 Source and Destination Address CRC Register
DMA_SADR082     0xF0012A48          DMARAM Channel 82 Source Address Register
DMA_DADR082     0xF0012A4C          DMARAM Channel 82 Destination Address Register
DMA_ADICR082    0xF0012A50          DMARAM Channel 82 Address and Interrupt Control Register
DMA_CHCFGR082   0xF0012A54          DMARAM Channel 82 Configuration Register
DMA_SHADR082    0xF0012A58          DMARAM Channel 82 Shadow Address Register
DMA_CHCSR082    0xF0012A5C          DMARAM Channel 82 Control and Status Register
DMA_RDCRCR083   0xF0012A60          DMARAM Channel 83 Read Data CRC Register
DMA_SDCRCR083   0xF0012A64          DMARAM Channel 83 Source and Destination Address CRC Register
DMA_SADR083     0xF0012A68          DMARAM Channel 83 Source Address Register
DMA_DADR083     0xF0012A6C          DMARAM Channel 83 Destination Address Register
DMA_ADICR083    0xF0012A70          DMARAM Channel 83 Address and Interrupt Control Register
DMA_CHCFGR083   0xF0012A74          DMARAM Channel 83 Configuration Register
DMA_SHADR083    0xF0012A78          DMARAM Channel 83 Shadow Address Register
DMA_CHCSR083    0xF0012A7C          DMARAM Channel 83 Control and Status Register
DMA_RDCRCR084   0xF0012A80          DMARAM Channel 84 Read Data CRC Register
DMA_SDCRCR084   0xF0012A84          DMARAM Channel 84 Source and Destination Address CRC Register
DMA_SADR084     0xF0012A88          DMARAM Channel 84 Source Address Register
DMA_DADR084     0xF0012A8C          DMARAM Channel 84 Destination Address Register
DMA_ADICR084    0xF0012A90          DMARAM Channel 84 Address and Interrupt Control Register
DMA_CHCFGR084   0xF0012A94          DMARAM Channel 84 Configuration Register
DMA_SHADR084    0xF0012A98          DMARAM Channel 84 Shadow Address Register
DMA_CHCSR084    0xF0012A9C          DMARAM Channel 84 Control and Status Register
DMA_RDCRCR085   0xF0012AA0          DMARAM Channel 85 Read Data CRC Register
DMA_SDCRCR085   0xF0012AA4          DMARAM Channel 85 Source and Destination Address CRC Register
DMA_SADR085     0xF0012AA8          DMARAM Channel 85 Source Address Register
DMA_DADR085     0xF0012AAC          DMARAM Channel 85 Destination Address Register
DMA_ADICR085    0xF0012AB0          DMARAM Channel 85 Address and Interrupt Control Register
DMA_CHCFGR085   0xF0012AB4          DMARAM Channel 85 Configuration Register
DMA_SHADR085    0xF0012AB8          DMARAM Channel 85 Shadow Address Register
DMA_CHCSR085    0xF0012ABC          DMARAM Channel 85 Control and Status Register
DMA_RDCRCR086   0xF0012AC0          DMARAM Channel 86 Read Data CRC Register
DMA_SDCRCR086   0xF0012AC4          DMARAM Channel 86 Source and Destination Address CRC Register
DMA_SADR086     0xF0012AC8          DMARAM Channel 86 Source Address Register
DMA_DADR086     0xF0012ACC          DMARAM Channel 86 Destination Address Register
DMA_ADICR086    0xF0012AD0          DMARAM Channel 86 Address and Interrupt Control Register
DMA_CHCFGR086   0xF0012AD4          DMARAM Channel 86 Configuration Register
DMA_SHADR086    0xF0012AD8          DMARAM Channel 86 Shadow Address Register
DMA_CHCSR086    0xF0012ADC          DMARAM Channel 86 Control and Status Register
DMA_RDCRCR087   0xF0012AE0          DMARAM Channel 87 Read Data CRC Register
DMA_SDCRCR087   0xF0012AE4          DMARAM Channel 87 Source and Destination Address CRC Register
DMA_SADR087     0xF0012AE8          DMARAM Channel 87 Source Address Register
DMA_DADR087     0xF0012AEC          DMARAM Channel 87 Destination Address Register
DMA_ADICR087    0xF0012AF0          DMARAM Channel 87 Address and Interrupt Control Register
DMA_CHCFGR087   0xF0012AF4          DMARAM Channel 87 Configuration Register
DMA_SHADR087    0xF0012AF8          DMARAM Channel 87 Shadow Address Register
DMA_CHCSR087    0xF0012AFC          DMARAM Channel 87 Control and Status Register
DMA_RDCRCR088   0xF0012B00          DMARAM Channel 88 Read Data CRC Register
DMA_SDCRCR088   0xF0012B04          DMARAM Channel 88 Source and Destination Address CRC Register
DMA_SADR088     0xF0012B08          DMARAM Channel 88 Source Address Register
DMA_DADR088     0xF0012B0C          DMARAM Channel 88 Destination Address Register
DMA_ADICR088    0xF0012B10          DMARAM Channel 88 Address and Interrupt Control Register
DMA_CHCFGR088   0xF0012B14          DMARAM Channel 88 Configuration Register
DMA_SHADR088    0xF0012B18          DMARAM Channel 88 Shadow Address Register
DMA_CHCSR088    0xF0012B1C          DMARAM Channel 88 Control and Status Register
DMA_RDCRCR089   0xF0012B20          DMARAM Channel 89 Read Data CRC Register
DMA_SDCRCR089   0xF0012B24          DMARAM Channel 89 Source and Destination Address CRC Register
DMA_SADR089     0xF0012B28          DMARAM Channel 89 Source Address Register
DMA_DADR089     0xF0012B2C          DMARAM Channel 89 Destination Address Register
DMA_ADICR089    0xF0012B30          DMARAM Channel 89 Address and Interrupt Control Register
DMA_CHCFGR089   0xF0012B34          DMARAM Channel 89 Configuration Register
DMA_SHADR089    0xF0012B38          DMARAM Channel 89 Shadow Address Register
DMA_CHCSR089    0xF0012B3C          DMARAM Channel 89 Control and Status Register
DMA_RDCRCR090   0xF0012B40          DMARAM Channel 90 Read Data CRC Register
DMA_SDCRCR090   0xF0012B44          DMARAM Channel 90 Source and Destination Address CRC Register
DMA_SADR090     0xF0012B48          DMARAM Channel 90 Source Address Register
DMA_DADR090     0xF0012B4C          DMARAM Channel 90 Destination Address Register
DMA_ADICR090    0xF0012B50          DMARAM Channel 90 Address and Interrupt Control Register
DMA_CHCFGR090   0xF0012B54          DMARAM Channel 90 Configuration Register
DMA_SHADR090    0xF0012B58          DMARAM Channel 90 Shadow Address Register
DMA_CHCSR090    0xF0012B5C          DMARAM Channel 90 Control and Status Register
DMA_RDCRCR091   0xF0012B60          DMARAM Channel 91 Read Data CRC Register
DMA_SDCRCR091   0xF0012B64          DMARAM Channel 91 Source and Destination Address CRC Register
DMA_SADR091     0xF0012B68          DMARAM Channel 91 Source Address Register
DMA_DADR091     0xF0012B6C          DMARAM Channel 91 Destination Address Register
DMA_ADICR091    0xF0012B70          DMARAM Channel 91 Address and Interrupt Control Register
DMA_CHCFGR091   0xF0012B74          DMARAM Channel 91 Configuration Register
DMA_SHADR091    0xF0012B78          DMARAM Channel 91 Shadow Address Register
DMA_CHCSR091    0xF0012B7C          DMARAM Channel 91 Control and Status Register
DMA_RDCRCR092   0xF0012B80          DMARAM Channel 92 Read Data CRC Register
DMA_SDCRCR092   0xF0012B84          DMARAM Channel 92 Source and Destination Address CRC Register
DMA_SADR092     0xF0012B88          DMARAM Channel 92 Source Address Register
DMA_DADR092     0xF0012B8C          DMARAM Channel 92 Destination Address Register
DMA_ADICR092    0xF0012B90          DMARAM Channel 92 Address and Interrupt Control Register
DMA_CHCFGR092   0xF0012B94          DMARAM Channel 92 Configuration Register
DMA_SHADR092    0xF0012B98          DMARAM Channel 92 Shadow Address Register
DMA_CHCSR092    0xF0012B9C          DMARAM Channel 92 Control and Status Register
DMA_RDCRCR093   0xF0012BA0          DMARAM Channel 93 Read Data CRC Register
DMA_SDCRCR093   0xF0012BA4          DMARAM Channel 93 Source and Destination Address CRC Register
DMA_SADR093     0xF0012BA8          DMARAM Channel 93 Source Address Register
DMA_DADR093     0xF0012BAC          DMARAM Channel 93 Destination Address Register
DMA_ADICR093    0xF0012BB0          DMARAM Channel 93 Address and Interrupt Control Register
DMA_CHCFGR093   0xF0012BB4          DMARAM Channel 93 Configuration Register
DMA_SHADR093    0xF0012BB8          DMARAM Channel 93 Shadow Address Register
DMA_CHCSR093    0xF0012BBC          DMARAM Channel 93 Control and Status Register
DMA_RDCRCR094   0xF0012BC0          DMARAM Channel 94 Read Data CRC Register
DMA_SDCRCR094   0xF0012BC4          DMARAM Channel 94 Source and Destination Address CRC Register
DMA_SADR094     0xF0012BC8          DMARAM Channel 94 Source Address Register
DMA_DADR094     0xF0012BCC          DMARAM Channel 94 Destination Address Register
DMA_ADICR094    0xF0012BD0          DMARAM Channel 94 Address and Interrupt Control Register
DMA_CHCFGR094   0xF0012BD4          DMARAM Channel 94 Configuration Register
DMA_SHADR094    0xF0012BD8          DMARAM Channel 94 Shadow Address Register
DMA_CHCSR094    0xF0012BDC          DMARAM Channel 94 Control and Status Register
DMA_RDCRCR095   0xF0012BE0          DMARAM Channel 95 Read Data CRC Register
DMA_SDCRCR095   0xF0012BE4          DMARAM Channel 95 Source and Destination Address CRC Register
DMA_SADR095     0xF0012BE8          DMARAM Channel 95 Source Address Register
DMA_DADR095     0xF0012BEC          DMARAM Channel 95 Destination Address Register
DMA_ADICR095    0xF0012BF0          DMARAM Channel 95 Address and Interrupt Control Register
DMA_CHCFGR095   0xF0012BF4          DMARAM Channel 95 Configuration Register
DMA_SHADR095    0xF0012BF8          DMARAM Channel 95 Shadow Address Register
DMA_CHCSR095    0xF0012BFC          DMARAM Channel 95 Control and Status Register
DMA_RDCRCR096   0xF0012C00          DMARAM Channel 96 Read Data CRC Register
DMA_SDCRCR096   0xF0012C04          DMARAM Channel 96 Source and Destination Address CRC Register
DMA_SADR096     0xF0012C08          DMARAM Channel 96 Source Address Register
DMA_DADR096     0xF0012C0C          DMARAM Channel 96 Destination Address Register
DMA_ADICR096    0xF0012C10          DMARAM Channel 96 Address and Interrupt Control Register
DMA_CHCFGR096   0xF0012C14          DMARAM Channel 96 Configuration Register
DMA_SHADR096    0xF0012C18          DMARAM Channel 96 Shadow Address Register
DMA_CHCSR096    0xF0012C1C          DMARAM Channel 96 Control and Status Register
DMA_RDCRCR097   0xF0012C20          DMARAM Channel 97 Read Data CRC Register
DMA_SDCRCR097   0xF0012C24          DMARAM Channel 97 Source and Destination Address CRC Register
DMA_SADR097     0xF0012C28          DMARAM Channel 97 Source Address Register
DMA_DADR097     0xF0012C2C          DMARAM Channel 97 Destination Address Register
DMA_ADICR097    0xF0012C30          DMARAM Channel 97 Address and Interrupt Control Register
DMA_CHCFGR097   0xF0012C34          DMARAM Channel 97 Configuration Register
DMA_SHADR097    0xF0012C38          DMARAM Channel 97 Shadow Address Register
DMA_CHCSR097    0xF0012C3C          DMARAM Channel 97 Control and Status Register
DMA_RDCRCR098   0xF0012C40          DMARAM Channel 98 Read Data CRC Register
DMA_SDCRCR098   0xF0012C44          DMARAM Channel 98 Source and Destination Address CRC Register
DMA_SADR098     0xF0012C48          DMARAM Channel 98 Source Address Register
DMA_DADR098     0xF0012C4C          DMARAM Channel 98 Destination Address Register
DMA_ADICR098    0xF0012C50          DMARAM Channel 98 Address and Interrupt Control Register
DMA_CHCFGR098   0xF0012C54          DMARAM Channel 98 Configuration Register
DMA_SHADR098    0xF0012C58          DMARAM Channel 98 Shadow Address Register
DMA_CHCSR098    0xF0012C5C          DMARAM Channel 98 Control and Status Register
DMA_RDCRCR099   0xF0012C60          DMARAM Channel 99 Read Data CRC Register
DMA_SDCRCR099   0xF0012C64          DMARAM Channel 99 Source and Destination Address CRC Register
DMA_SADR099     0xF0012C68          DMARAM Channel 99 Source Address Register
DMA_DADR099     0xF0012C6C          DMARAM Channel 99 Destination Address Register
DMA_ADICR099    0xF0012C70          DMARAM Channel 99 Address and Interrupt Control Register
DMA_CHCFGR099   0xF0012C74          DMARAM Channel 99 Configuration Register
DMA_SHADR099    0xF0012C78          DMARAM Channel 99 Shadow Address Register
DMA_CHCSR099    0xF0012C7C          DMARAM Channel 99 Control and Status Register
DMA_RDCRCR100   0xF0012C80          DMARAM Channel 100 Read Data CRC Register
DMA_SDCRCR100   0xF0012C84          DMARAM Channel 100 Source and Destination Address CRC Register
DMA_SADR100     0xF0012C88          DMARAM Channel 100 Source Address Register
DMA_DADR100     0xF0012C8C          DMARAM Channel 100 Destination Address Register
DMA_ADICR100    0xF0012C90          DMARAM Channel 100 Address and Interrupt Control Register
DMA_CHCFGR100   0xF0012C94          DMARAM Channel 100 Configuration Register
DMA_SHADR100    0xF0012C98          DMARAM Channel 100 Shadow Address Register
DMA_CHCSR100    0xF0012C9C          DMARAM Channel 100 Control and Status Register
DMA_RDCRCR101   0xF0012CA0          DMARAM Channel 101 Read Data CRC Register
DMA_SDCRCR101   0xF0012CA4          DMARAM Channel 101 Source and Destination Address CRC Register
DMA_SADR101     0xF0012CA8          DMARAM Channel 101 Source Address Register
DMA_DADR101     0xF0012CAC          DMARAM Channel 101 Destination Address Register
DMA_ADICR101    0xF0012CB0          DMARAM Channel 101 Address and Interrupt Control Register
DMA_CHCFGR101   0xF0012CB4          DMARAM Channel 101 Configuration Register
DMA_SHADR101    0xF0012CB8          DMARAM Channel 101 Shadow Address Register
DMA_CHCSR101    0xF0012CBC          DMARAM Channel 101 Control and Status Register
DMA_RDCRCR102   0xF0012CC0          DMARAM Channel 102 Read Data CRC Register
DMA_SDCRCR102   0xF0012CC4          DMARAM Channel 102 Source and Destination Address CRC Register
DMA_SADR102     0xF0012CC8          DMARAM Channel 102 Source Address Register
DMA_DADR102     0xF0012CCC          DMARAM Channel 102 Destination Address Register
DMA_ADICR102    0xF0012CD0          DMARAM Channel 102 Address and Interrupt Control Register
DMA_CHCFGR102   0xF0012CD4          DMARAM Channel 102 Configuration Register
DMA_SHADR102    0xF0012CD8          DMARAM Channel 102 Shadow Address Register
DMA_CHCSR102    0xF0012CDC          DMARAM Channel 102 Control and Status Register
DMA_RDCRCR103   0xF0012CE0          DMARAM Channel 103 Read Data CRC Register
DMA_SDCRCR103   0xF0012CE4          DMARAM Channel 103 Source and Destination Address CRC Register
DMA_SADR103     0xF0012CE8          DMARAM Channel 103 Source Address Register
DMA_DADR103     0xF0012CEC          DMARAM Channel 103 Destination Address Register
DMA_ADICR103    0xF0012CF0          DMARAM Channel 103 Address and Interrupt Control Register
DMA_CHCFGR103   0xF0012CF4          DMARAM Channel 103 Configuration Register
DMA_SHADR103    0xF0012CF8          DMARAM Channel 103 Shadow Address Register
DMA_CHCSR103    0xF0012CFC          DMARAM Channel 103 Control and Status Register
DMA_RDCRCR104   0xF0012D00          DMARAM Channel 104 Read Data CRC Register
DMA_SDCRCR104   0xF0012D04          DMARAM Channel 104 Source and Destination Address CRC Register
DMA_SADR104     0xF0012D08          DMARAM Channel 104 Source Address Register
DMA_DADR104     0xF0012D0C          DMARAM Channel 104 Destination Address Register
DMA_ADICR104    0xF0012D10          DMARAM Channel 104 Address and Interrupt Control Register
DMA_CHCFGR104   0xF0012D14          DMARAM Channel 104 Configuration Register
DMA_SHADR104    0xF0012D18          DMARAM Channel 104 Shadow Address Register
DMA_CHCSR104    0xF0012D1C          DMARAM Channel 104 Control and Status Register
DMA_RDCRCR105   0xF0012D20          DMARAM Channel 105 Read Data CRC Register
DMA_SDCRCR105   0xF0012D24          DMARAM Channel 105 Source and Destination Address CRC Register
DMA_SADR105     0xF0012D28          DMARAM Channel 105 Source Address Register
DMA_DADR105     0xF0012D2C          DMARAM Channel 105 Destination Address Register
DMA_ADICR105    0xF0012D30          DMARAM Channel 105 Address and Interrupt Control Register
DMA_CHCFGR105   0xF0012D34          DMARAM Channel 105 Configuration Register
DMA_SHADR105    0xF0012D38          DMARAM Channel 105 Shadow Address Register
DMA_CHCSR105    0xF0012D3C          DMARAM Channel 105 Control and Status Register
DMA_RDCRCR106   0xF0012D40          DMARAM Channel 106 Read Data CRC Register
DMA_SDCRCR106   0xF0012D44          DMARAM Channel 106 Source and Destination Address CRC Register
DMA_SADR106     0xF0012D48          DMARAM Channel 106 Source Address Register
DMA_DADR106     0xF0012D4C          DMARAM Channel 106 Destination Address Register
DMA_ADICR106    0xF0012D50          DMARAM Channel 106 Address and Interrupt Control Register
DMA_CHCFGR106   0xF0012D54          DMARAM Channel 106 Configuration Register
DMA_SHADR106    0xF0012D58          DMARAM Channel 106 Shadow Address Register
DMA_CHCSR106    0xF0012D5C          DMARAM Channel 106 Control and Status Register
DMA_RDCRCR107   0xF0012D60          DMARAM Channel 107 Read Data CRC Register
DMA_SDCRCR107   0xF0012D64          DMARAM Channel 107 Source and Destination Address CRC Register
DMA_SADR107     0xF0012D68          DMARAM Channel 107 Source Address Register
DMA_DADR107     0xF0012D6C          DMARAM Channel 107 Destination Address Register
DMA_ADICR107    0xF0012D70          DMARAM Channel 107 Address and Interrupt Control Register
DMA_CHCFGR107   0xF0012D74          DMARAM Channel 107 Configuration Register
DMA_SHADR107    0xF0012D78          DMARAM Channel 107 Shadow Address Register
DMA_CHCSR107    0xF0012D7C          DMARAM Channel 107 Control and Status Register
DMA_RDCRCR108   0xF0012D80          DMARAM Channel 108 Read Data CRC Register
DMA_SDCRCR108   0xF0012D84          DMARAM Channel 108 Source and Destination Address CRC Register
DMA_SADR108     0xF0012D88          DMARAM Channel 108 Source Address Register
DMA_DADR108     0xF0012D8C          DMARAM Channel 108 Destination Address Register
DMA_ADICR108    0xF0012D90          DMARAM Channel 108 Address and Interrupt Control Register
DMA_CHCFGR108   0xF0012D94          DMARAM Channel 108 Configuration Register
DMA_SHADR108    0xF0012D98          DMARAM Channel 108 Shadow Address Register
DMA_CHCSR108    0xF0012D9C          DMARAM Channel 108 Control and Status Register
DMA_RDCRCR109   0xF0012DA0          DMARAM Channel 109 Read Data CRC Register
DMA_SDCRCR109   0xF0012DA4          DMARAM Channel 109 Source and Destination Address CRC Register
DMA_SADR109     0xF0012DA8          DMARAM Channel 109 Source Address Register
DMA_DADR109     0xF0012DAC          DMARAM Channel 109 Destination Address Register
DMA_ADICR109    0xF0012DB0          DMARAM Channel 109 Address and Interrupt Control Register
DMA_CHCFGR109   0xF0012DB4          DMARAM Channel 109 Configuration Register
DMA_SHADR109    0xF0012DB8          DMARAM Channel 109 Shadow Address Register
DMA_CHCSR109    0xF0012DBC          DMARAM Channel 109 Control and Status Register
DMA_RDCRCR110   0xF0012DC0          DMARAM Channel 110 Read Data CRC Register
DMA_SDCRCR110   0xF0012DC4          DMARAM Channel 110 Source and Destination Address CRC Register
DMA_SADR110     0xF0012DC8          DMARAM Channel 110 Source Address Register
DMA_DADR110     0xF0012DCC          DMARAM Channel 110 Destination Address Register
DMA_ADICR110    0xF0012DD0          DMARAM Channel 110 Address and Interrupt Control Register
DMA_CHCFGR110   0xF0012DD4          DMARAM Channel 110 Configuration Register
DMA_SHADR110    0xF0012DD8          DMARAM Channel 110 Shadow Address Register
DMA_CHCSR110    0xF0012DDC          DMARAM Channel 110 Control and Status Register
DMA_RDCRCR111   0xF0012DE0          DMARAM Channel 111 Read Data CRC Register
DMA_SDCRCR111   0xF0012DE4          DMARAM Channel 111 Source and Destination Address CRC Register
DMA_SADR111     0xF0012DE8          DMARAM Channel 111 Source Address Register
DMA_DADR111     0xF0012DEC          DMARAM Channel 111 Destination Address Register
DMA_ADICR111    0xF0012DF0          DMARAM Channel 111 Address and Interrupt Control Register
DMA_CHCFGR111   0xF0012DF4          DMARAM Channel 111 Configuration Register
DMA_SHADR111    0xF0012DF8          DMARAM Channel 111 Shadow Address Register
DMA_CHCSR111    0xF0012DFC          DMARAM Channel 111 Control and Status Register
DMA_RDCRCR112   0xF0012E00          DMARAM Channel 112 Read Data CRC Register
DMA_SDCRCR112   0xF0012E04          DMARAM Channel 112 Source and Destination Address CRC Register
DMA_SADR112     0xF0012E08          DMARAM Channel 112 Source Address Register
DMA_DADR112     0xF0012E0C          DMARAM Channel 112 Destination Address Register
DMA_ADICR112    0xF0012E10          DMARAM Channel 112 Address and Interrupt Control Register
DMA_CHCFGR112   0xF0012E14          DMARAM Channel 112 Configuration Register
DMA_SHADR112    0xF0012E18          DMARAM Channel 112 Shadow Address Register
DMA_CHCSR112    0xF0012E1C          DMARAM Channel 112 Control and Status Register
DMA_RDCRCR113   0xF0012E20          DMARAM Channel 113 Read Data CRC Register
DMA_SDCRCR113   0xF0012E24          DMARAM Channel 113 Source and Destination Address CRC Register
DMA_SADR113     0xF0012E28          DMARAM Channel 113 Source Address Register
DMA_DADR113     0xF0012E2C          DMARAM Channel 113 Destination Address Register
DMA_ADICR113    0xF0012E30          DMARAM Channel 113 Address and Interrupt Control Register
DMA_CHCFGR113   0xF0012E34          DMARAM Channel 113 Configuration Register
DMA_SHADR113    0xF0012E38          DMARAM Channel 113 Shadow Address Register
DMA_CHCSR113    0xF0012E3C          DMARAM Channel 113 Control and Status Register
DMA_RDCRCR114   0xF0012E40          DMARAM Channel 114 Read Data CRC Register
DMA_SDCRCR114   0xF0012E44          DMARAM Channel 114 Source and Destination Address CRC Register
DMA_SADR114     0xF0012E48          DMARAM Channel 114 Source Address Register
DMA_DADR114     0xF0012E4C          DMARAM Channel 114 Destination Address Register
DMA_ADICR114    0xF0012E50          DMARAM Channel 114 Address and Interrupt Control Register
DMA_CHCFGR114   0xF0012E54          DMARAM Channel 114 Configuration Register
DMA_SHADR114    0xF0012E58          DMARAM Channel 114 Shadow Address Register
DMA_CHCSR114    0xF0012E5C          DMARAM Channel 114 Control and Status Register
DMA_RDCRCR115   0xF0012E60          DMARAM Channel 115 Read Data CRC Register
DMA_SDCRCR115   0xF0012E64          DMARAM Channel 115 Source and Destination Address CRC Register
DMA_SADR115     0xF0012E68          DMARAM Channel 115 Source Address Register
DMA_DADR115     0xF0012E6C          DMARAM Channel 115 Destination Address Register
DMA_ADICR115    0xF0012E70          DMARAM Channel 115 Address and Interrupt Control Register
DMA_CHCFGR115   0xF0012E74          DMARAM Channel 115 Configuration Register
DMA_SHADR115    0xF0012E78          DMARAM Channel 115 Shadow Address Register
DMA_CHCSR115    0xF0012E7C          DMARAM Channel 115 Control and Status Register
DMA_RDCRCR116   0xF0012E80          DMARAM Channel 116 Read Data CRC Register
DMA_SDCRCR116   0xF0012E84          DMARAM Channel 116 Source and Destination Address CRC Register
DMA_SADR116     0xF0012E88          DMARAM Channel 116 Source Address Register
DMA_DADR116     0xF0012E8C          DMARAM Channel 116 Destination Address Register
DMA_ADICR116    0xF0012E90          DMARAM Channel 116 Address and Interrupt Control Register
DMA_CHCFGR116   0xF0012E94          DMARAM Channel 116 Configuration Register
DMA_SHADR116    0xF0012E98          DMARAM Channel 116 Shadow Address Register
DMA_CHCSR116    0xF0012E9C          DMARAM Channel 116 Control and Status Register
DMA_RDCRCR117   0xF0012EA0          DMARAM Channel 117 Read Data CRC Register
DMA_SDCRCR117   0xF0012EA4          DMARAM Channel 117 Source and Destination Address CRC Register
DMA_SADR117     0xF0012EA8          DMARAM Channel 117 Source Address Register
DMA_DADR117     0xF0012EAC          DMARAM Channel 117 Destination Address Register
DMA_ADICR117    0xF0012EB0          DMARAM Channel 117 Address and Interrupt Control Register
DMA_CHCFGR117   0xF0012EB4          DMARAM Channel 117 Configuration Register
DMA_SHADR117    0xF0012EB8          DMARAM Channel 117 Shadow Address Register
DMA_CHCSR117    0xF0012EBC          DMARAM Channel 117 Control and Status Register
DMA_RDCRCR118   0xF0012EC0          DMARAM Channel 118 Read Data CRC Register
DMA_SDCRCR118   0xF0012EC4          DMARAM Channel 118 Source and Destination Address CRC Register
DMA_SADR118     0xF0012EC8          DMARAM Channel 118 Source Address Register
DMA_DADR118     0xF0012ECC          DMARAM Channel 118 Destination Address Register
DMA_ADICR118    0xF0012ED0          DMARAM Channel 118 Address and Interrupt Control Register
DMA_CHCFGR118   0xF0012ED4          DMARAM Channel 118 Configuration Register
DMA_SHADR118    0xF0012ED8          DMARAM Channel 118 Shadow Address Register
DMA_CHCSR118    0xF0012EDC          DMARAM Channel 118 Control and Status Register
DMA_RDCRCR119   0xF0012EE0          DMARAM Channel 119 Read Data CRC Register
DMA_SDCRCR119   0xF0012EE4          DMARAM Channel 119 Source and Destination Address CRC Register
DMA_SADR119     0xF0012EE8          DMARAM Channel 119 Source Address Register
DMA_DADR119     0xF0012EEC          DMARAM Channel 119 Destination Address Register
DMA_ADICR119    0xF0012EF0          DMARAM Channel 119 Address and Interrupt Control Register
DMA_CHCFGR119   0xF0012EF4          DMARAM Channel 119 Configuration Register
DMA_SHADR119    0xF0012EF8          DMARAM Channel 119 Shadow Address Register
DMA_CHCSR119    0xF0012EFC          DMARAM Channel 119 Control and Status Register
DMA_RDCRCR120   0xF0012F00          DMARAM Channel 120 Read Data CRC Register
DMA_SDCRCR120   0xF0012F04          DMARAM Channel 120 Source and Destination Address CRC Register
DMA_SADR120     0xF0012F08          DMARAM Channel 120 Source Address Register
DMA_DADR120     0xF0012F0C          DMARAM Channel 120 Destination Address Register
DMA_ADICR120    0xF0012F10          DMARAM Channel 120 Address and Interrupt Control Register
DMA_CHCFGR120   0xF0012F14          DMARAM Channel 120 Configuration Register
DMA_SHADR120    0xF0012F18          DMARAM Channel 120 Shadow Address Register
DMA_CHCSR120    0xF0012F1C          DMARAM Channel 120 Control and Status Register
DMA_RDCRCR121   0xF0012F20          DMARAM Channel 121 Read Data CRC Register
DMA_SDCRCR121   0xF0012F24          DMARAM Channel 121 Source and Destination Address CRC Register
DMA_SADR121     0xF0012F28          DMARAM Channel 121 Source Address Register
DMA_DADR121     0xF0012F2C          DMARAM Channel 121 Destination Address Register
DMA_ADICR121    0xF0012F30          DMARAM Channel 121 Address and Interrupt Control Register
DMA_CHCFGR121   0xF0012F34          DMARAM Channel 121 Configuration Register
DMA_SHADR121    0xF0012F38          DMARAM Channel 121 Shadow Address Register
DMA_CHCSR121    0xF0012F3C          DMARAM Channel 121 Control and Status Register
DMA_RDCRCR122   0xF0012F40          DMARAM Channel 122 Read Data CRC Register
DMA_SDCRCR122   0xF0012F44          DMARAM Channel 122 Source and Destination Address CRC Register
DMA_SADR122     0xF0012F48          DMARAM Channel 122 Source Address Register
DMA_DADR122     0xF0012F4C          DMARAM Channel 122 Destination Address Register
DMA_ADICR122    0xF0012F50          DMARAM Channel 122 Address and Interrupt Control Register
DMA_CHCFGR122   0xF0012F54          DMARAM Channel 122 Configuration Register
DMA_SHADR122    0xF0012F58          DMARAM Channel 122 Shadow Address Register
DMA_CHCSR122    0xF0012F5C          DMARAM Channel 122 Control and Status Register
DMA_RDCRCR123   0xF0012F60          DMARAM Channel 123 Read Data CRC Register
DMA_SDCRCR123   0xF0012F64          DMARAM Channel 123 Source and Destination Address CRC Register
DMA_SADR123     0xF0012F68          DMARAM Channel 123 Source Address Register
DMA_DADR123     0xF0012F6C          DMARAM Channel 123 Destination Address Register
DMA_ADICR123    0xF0012F70          DMARAM Channel 123 Address and Interrupt Control Register
DMA_CHCFGR123   0xF0012F74          DMARAM Channel 123 Configuration Register
DMA_SHADR123    0xF0012F78          DMARAM Channel 123 Shadow Address Register
DMA_CHCSR123    0xF0012F7C          DMARAM Channel 123 Control and Status Register
DMA_RDCRCR124   0xF0012F80          DMARAM Channel 124 Read Data CRC Register
DMA_SDCRCR124   0xF0012F84          DMARAM Channel 124 Source and Destination Address CRC Register
DMA_SADR124     0xF0012F88          DMARAM Channel 124 Source Address Register
DMA_DADR124     0xF0012F8C          DMARAM Channel 124 Destination Address Register
DMA_ADICR124    0xF0012F90          DMARAM Channel 124 Address and Interrupt Control Register
DMA_CHCFGR124   0xF0012F94          DMARAM Channel 124 Configuration Register
DMA_SHADR124    0xF0012F98          DMARAM Channel 124 Shadow Address Register
DMA_CHCSR124    0xF0012F9C          DMARAM Channel 124 Control and Status Register
DMA_RDCRCR125   0xF0012FA0          DMARAM Channel 125 Read Data CRC Register
DMA_SDCRCR125   0xF0012FA4          DMARAM Channel 125 Source and Destination Address CRC Register
DMA_SADR125     0xF0012FA8          DMARAM Channel 125 Source Address Register
DMA_DADR125     0xF0012FAC          DMARAM Channel 125 Destination Address Register
DMA_ADICR125    0xF0012FB0          DMARAM Channel 125 Address and Interrupt Control Register
DMA_CHCFGR125   0xF0012FB4          DMARAM Channel 125 Configuration Register
DMA_SHADR125    0xF0012FB8          DMARAM Channel 125 Shadow Address Register
DMA_CHCSR125    0xF0012FBC          DMARAM Channel 125 Control and Status Register
DMA_RDCRCR126   0xF0012FC0          DMARAM Channel 126 Read Data CRC Register
DMA_SDCRCR126   0xF0012FC4          DMARAM Channel 126 Source and Destination Address CRC Register
DMA_SADR126     0xF0012FC8          DMARAM Channel 126 Source Address Register
DMA_DADR126     0xF0012FCC          DMARAM Channel 126 Destination Address Register
DMA_ADICR126    0xF0012FD0          DMARAM Channel 126 Address and Interrupt Control Register
DMA_CHCFGR126   0xF0012FD4          DMARAM Channel 126 Configuration Register
DMA_SHADR126    0xF0012FD8          DMARAM Channel 126 Shadow Address Register
DMA_CHCSR126    0xF0012FDC          DMARAM Channel 126 Control and Status Register
DMA_RDCRCR127   0xF0012FE0          DMARAM Channel 127 Read Data CRC Register
DMA_SDCRCR127   0xF0012FE4          DMARAM Channel 127 Source and Destination Address CRC Register
DMA_SADR127     0xF0012FE8          DMARAM Channel 127 Source Address Register
DMA_DADR127     0xF0012FEC          DMARAM Channel 127 Destination Address Register
DMA_ADICR127    0xF0012FF0          DMARAM Channel 127 Address and Interrupt Control Register
DMA_CHCFGR127   0xF0012FF4          DMARAM Channel 127 Configuration Register
DMA_SHADR127    0xF0012FF8          DMARAM Channel 127 Shadow Address Register
DMA_CHCSR127    0xF0012FFC          DMARAM Channel 127 Control and Status Register
GETH1_MAC_CONFIGURATION 0xF0019000          MAC Configuration Register
GETH1_MAC_EXT_CONFIGURATION 0xF0019004          MAC Extended Configuration Register
GETH1_MAC_PACKET_FILTER 0xF0019008          MAC Packet Filter Register
GETH1_MAC_WATCHDOG_TIMEOUT 0xF001900C          MAC Watchdog Timeout Register
GETH1_MAC_VLAN_TAG_CTRL 0xF0019050          MAC VLAN Tag Control Register
GETH1_MAC_VLAN_HASH_TABLE 0xF0019058          MAC VLAN Hash Table Register
GETH1_MAC_VLAN_INCL_Q_3 0xF0019060          MAC VLAN Tag Inclus3on or Replacement Register per Queue
GETH1_MAC_Q0_TX_FLOW_CTRL 0xF0019070          MAC Queue 0 TX Flow Control Register
GETH1_MAC_RX_FLOW_CTRL 0xF0019090          MAC Receive Flow Control Register
GETH1_MAC_RxQ_CTRL4 0xF0019094          MAC Receive Queue Control 4 register
GETH1_MAC_RXQ_CTRL0 0xF00190A0          MAC Receive Queue Control 0 Register
GETH1_MAC_RXQ_CTRL1 0xF00190A4          MAC Receive Queue Control 1 Register
GETH1_MAC_RXQ_CTRL2 0xF00190A8          MAC Receive Queue Control 2 Register
GETH1_MAC_INTERRUPT_STATUS 0xF00190B0          MAC Interrupt Status Register
GETH1_MAC_INTERRUPT_ENABLE 0xF00190B4          MAC Interrupt Enable Register
GETH1_MAC_RX_TX_STATUS 0xF00190B8          MAC Receive Transmit Status Register
GETH1_MAC_PMT_CONTROL_STATUS 0xF00190C0          MAC PMT Control and Status Register
GETH1_MAC_LPI_CONTROL_STATUS 0xF00190D0          MAC LPI Control and Status Register
GETH1_MAC_LPI_TIMERS_CONTROL 0xF00190D4          MAC LPI Timers Control Register
GETH1_MAC_LPI_ENTRY_TIMER 0xF00190D8          MAC LPI Entry Timer Register
GETH1_MAC_1US_TIC_COUNTER 0xF00190DC          MAC One Microsecond Tic Counter Register
GETH1_MAC_PHYIF_CONTROL_STATUS 0xF00190F8          MAC PHY Interface Control and Status Register
GETH1_MAC_VERSION 0xF0019110          MAC Version Register
GETH1_MAC_DEBUG 0xF0019114          MAC Debug Register
GETH1_MAC_HW_FEATURE0 0xF001911C          MAC Hardware Feature Register 0
GETH1_MAC_HW_FEATURE1 0xF0019120          MAC Hardware Feature Register 1
GETH1_MAC_HW_FEATURE2 0xF0019124          MAC Hardware Feature Register 2
GETH1_MAC_HW_FEATURE3 0xF0019128          MAC Hardware Feature Register 3
GETH1_MAC_MDIO_ADDRESS 0xF0019200          MAC MDIO Address Register
GETH1_MAC_MDIO_DATA 0xF0019204          MAC MDIO Data Register
GETH1_MAC_CSR_SW_CTRL 0xF0019230          MAC CSR Software Controls Register
GETH1_MAC_EXT_CFG1 0xF0019238          MAC Extended Configuration Register 1
GETH1_MAC_ADDRESS0_HIGH 0xF0019300          MAC Address 0 High Register
GETH1_MAC_ADDRESS0_LOW 0xF0019304          MAC Address 0 Low Register
GETH1_MAC_ADDRESS1_HIGH 0xF0019308          MAC Address 1 High Register
GETH1_MAC_ADDRESS1_LOW 0xF001930C          MAC Address 1 Low Register
GETH1_MAC_ADDRESS2_HIGH 0xF0019310          MAC Address 2 High Register
GETH1_MAC_ADDRESS2_LOW 0xF0019314          MAC Address 2 Low Register
GETH1_MAC_ADDRESS3_HIGH 0xF0019318          MAC Address 3 High Register
GETH1_MAC_ADDRESS3_LOW 0xF001931C          MAC Address 3 Low Register
GETH1_MAC_ADDRESS4_HIGH 0xF0019320          MAC Address 4 High Register
GETH1_MAC_ADDRESS4_LOW 0xF0019324          MAC Address 4 Low Register
GETH1_MAC_ADDRESS5_HIGH 0xF0019328          MAC Address 5 High Register
GETH1_MAC_ADDRESS5_LOW 0xF001932C          MAC Address 5 Low Register
GETH1_MAC_ADDRESS6_HIGH 0xF0019330          MAC Address 6 High Register
GETH1_MAC_ADDRESS6_LOW 0xF0019334          MAC Address 6 Low Register
GETH1_MAC_ADDRESS7_HIGH 0xF0019338          MAC Address 7 High Register
GETH1_MAC_ADDRESS7_LOW 0xF001933C          MAC Address 7 Low Register
GETH1_MAC_ADDRESS8_HIGH 0xF0019340          MAC Address 8 High Register
GETH1_MAC_ADDRESS8_LOW 0xF0019344          MAC Address 8 Low Register
GETH1_MAC_ADDRESS9_HIGH 0xF0019348          MAC Address 9 High Register
GETH1_MAC_ADDRESS9_LOW 0xF001934C          MAC Address 9 Low Register
GETH1_MAC_ADDRESS10_HIGH 0xF0019350          MAC Address 10 High Register
GETH1_MAC_ADDRESS10_LOW 0xF0019354          MAC Address 10 Low Register
GETH1_MAC_ADDRESS11_HIGH 0xF0019358          MAC Address 11 High Register
GETH1_MAC_ADDRESS11_LOW 0xF001935C          MAC Address 11 Low Register
GETH1_MAC_ADDRESS12_HIGH 0xF0019360          MAC Address 12 High Register
GETH1_MAC_ADDRESS12_LOW 0xF0019364          MAC Address 12 Low Register
GETH1_MAC_ADDRESS13_HIGH 0xF0019368          MAC Address 13 High Register
GETH1_MAC_ADDRESS13_LOW 0xF001936C          MAC Address 13 Low Register
GETH1_MAC_ADDRESS14_HIGH 0xF0019370          MAC Address 14 High Register
GETH1_MAC_ADDRESS14_LOW 0xF0019374          MAC Address 14 Low Register
GETH1_MAC_ADDRESS15_HIGH 0xF0019378          MAC Address 15 High Register
GETH1_MAC_ADDRESS15_LOW 0xF001937C          MAC Address 15 Low Register
GETH1_MAC_ADDRESS16_HIGH 0xF0019380          MAC Address 16 High Register
GETH1_MAC_ADDRESS16_LOW 0xF0019384          MAC Address 16 Low Register
GETH1_MAC_ADDRESS17_HIGH 0xF0019388          MAC Address 17 High Register
GETH1_MAC_ADDRESS17_LOW 0xF001938C          MAC Address 17 Low Register
GETH1_MAC_ADDRESS18_HIGH 0xF0019390          MAC Address 18 High Register
GETH1_MAC_ADDRESS18_LOW 0xF0019394          MAC Address 18 Low Register
GETH1_MAC_ADDRESS19_HIGH 0xF0019398          MAC Address 19 High Register
GETH1_MAC_ADDRESS19_LOW 0xF001939C          MAC Address 19 Low Register
GETH1_MAC_ADDRESS20_HIGH 0xF00193A0          MAC Address 20 High Register
GETH1_MAC_ADDRESS20_LOW 0xF00193A4          MAC Address 20 Low Register
GETH1_MAC_ADDRESS21_HIGH 0xF00193A8          MAC Address 21 High Register
GETH1_MAC_ADDRESS21_LOW 0xF00193AC          MAC Address 21 Low Register
GETH1_MAC_ADDRESS22_HIGH 0xF00193B0          MAC Address 22 High Register
GETH1_MAC_ADDRESS22_LOW 0xF00193B4          MAC Address 22 Low Register
GETH1_MAC_ADDRESS23_HIGH 0xF00193B8          MAC Address 23 High Register
GETH1_MAC_ADDRESS23_LOW 0xF00193BC          MAC Address 23 Low Register
GETH1_MAC_ADDRESS24_HIGH 0xF00193C0          MAC Address 24 High Register
GETH1_MAC_ADDRESS24_LOW 0xF00193C4          MAC Address 24 Low Register
GETH1_MAC_ADDRESS25_HIGH 0xF00193C8          MAC Address 25 High Register
GETH1_MAC_ADDRESS25_LOW 0xF00193CC          MAC Address 25 Low Register
GETH1_MAC_ADDRESS26_HIGH 0xF00193D0          MAC Address 26 High Register
GETH1_MAC_ADDRESS26_LOW 0xF00193D4          MAC Address 26 Low Register
GETH1_MAC_ADDRESS27_HIGH 0xF00193D8          MAC Address 27 High Register
GETH1_MAC_ADDRESS27_LOW 0xF00193DC          MAC Address 27 Low Register
GETH1_MAC_ADDRESS28_HIGH 0xF00193E0          MAC Address 28 High Register
GETH1_MAC_ADDRESS28_LOW 0xF00193E4          MAC Address 28 Low Register
GETH1_MAC_ADDRESS29_HIGH 0xF00193E8          MAC Address 29 High Register
GETH1_MAC_ADDRESS29_LOW 0xF00193EC          MAC Address 29 Low Register
GETH1_MAC_ADDRESS30_HIGH 0xF00193F0          MAC Address 30 High Register
GETH1_MAC_ADDRESS30_LOW 0xF00193F4          MAC Address 30 Low Register
GETH1_MAC_ADDRESS31_HIGH 0xF00193F8          MAC Address 31 High Register
GETH1_MAC_ADDRESS31_LOW 0xF00193FC          MAC Address 31 Low Register
GETH1_MMC_CONTROL 0xF0019700          MMC Control Register
GETH1_MMC_RX_INTERRUPT 0xF0019704          MMC Receive Interrupts Register
GETH1_MMC_TX_INTERRUPT 0xF0019708          MMC Transmit Interrupts Register
GETH1_MMC_RX_INTERRUPT_MASK 0xF001970C          MMC Receive Interrupts Mask Register
GETH1_MMC_TX_INTERRUPT_MASK 0xF0019710          MMC Transmit Interrupts Mask Register
GETH1_TX_OCTET_COUNT_GOOD_BAD 0xF0019714          Good And Bad Transmitted Octet Count Register
GETH1_TX_PACKET_COUNT_GOOD_BAD 0xF0019718          Good And Bad Transmitted Packets Count Register
GETH1_TX_BROADCAST_PACKETS_GOOD 0xF001971C          Good Transmitted Broadcast Packets Count Register
GETH1_TX_MULTICAST_PACKETS_GOOD 0xF0019720          Good Transmitted Multicast Packets Count Register
GETH1_TX_64OCTETS_PACKETS_GOOD_BAD 0xF0019724          Good And Bad 64 Octets Packets Transmitted Count Register
GETH1_TX_65TO127OCTETS_PACKETS_GOOD_BAD 0xF0019728          Good And Bad 65to127 Octets Packets Transmitted Count Register
GETH1_TX_128TO255OCTETS_PACKETS_GOOD_BAD 0xF001972C          Good And Bad 128to255 Octets Packets Transmitted Count Register
GETH1_TX_256TO511OCTETS_PACKETS_GOOD_BAD 0xF0019730          Good And Bad 256to511 Octets Packets Transmitted Count Register
GETH1_TX_512TO1023OCTETS_PACKETS_GOOD_BAD 0xF0019734          Good And Bad 512to1023 Octets Packets Transmitted Count Register
GETH1_TX_1024TOMAXOCTETS_PACKETS_GOOD_BAD 0xF0019738          Good And Bad 1024toMax Octets Packets Transmitted Count Register
GETH1_TX_UNICAST_PACKETS_GOOD_BAD 0xF001973C          Good Transmitted Unicat Packets Count Register
GETH1_TX_MULTICAST_PACKETS_GOOD_BAD 0xF0019740          Good And Bad Transmitted Multicast Packets Count Register
GETH1_TX_BROADCAST_PACKETS_GOOD_BAD 0xF0019744          Good And Bad Transmitted Broadcast Packets Count Register
GETH1_TX_UNDERFLOW_ERROR_PACKETS 0xF0019748          Transmitted Underflow Error Packets Count Register
GETH1_TX_SINGLE_COLLISION_GOOD_PACKETS 0xF001974C          Good Transmitted Single Collision Count Register
GETH1_TX_MULTIPLE_COLLISION_GOOD_PACKETS 0xF0019750          Transmitted Multiple Collision Count Register
GETH1_TX_DEFERRED_PACKETS 0xF0019754          Transmitted Deferred Packets Count Register
GETH1_TX_LATE_COLLISION_PACKETS 0xF0019758          Transmitted Late Collision Packets Count Register
GETH1_TX_EXCESSIVE_COLLISION_PACKETS 0xF001975C          Transmitted Excessive Collision Packets Count Register
GETH1_TX_CARRIER_ERROR_PACKETS 0xF0019760          Transmitted Carrier Error Packets Count Register
GETH1_TX_OCTET_COUNT_GOOD 0xF0019764          Good Transmitted Octet Count Register
GETH1_TX_PACKET_COUNT_GOOD 0xF0019768          Good Transmitted Packet Count Register
GETH1_TX_EXCESSIVE_DEFERRAL_ERROR 0xF001976C          Transmitted Excessive Deferral Error Count Register
GETH1_TX_PAUSE_PACKETS 0xF0019770          Transmitted Pause Packets Count Register
GETH1_TX_VLAN_PACKETS_GOOD 0xF0019774          Good Transmitted VLAN Packets Count Register
GETH1_TX_OSIZE_PACKETS_GOOD 0xF0019778          Good Transmitted Osize Packets Count Register
GETH1_RX_PACKETS_COUNT_GOOD_BAD 0xF0019780          Good And Bad Received Packets Count Register
GETH1_RX_OCTET_COUNT_GOOD_BAD 0xF0019784          Good And Bad Received Octet Count Register
GETH1_RX_OCTET_COUNT_GOOD 0xF0019788          Good Received Octet Count Register
GETH1_RX_BROADCAST_PACKETS_GOOD 0xF001978C          Good Received Broadcast Packets Count Register
GETH1_RX_MULTICAST_PACKETS_GOOD 0xF0019790          Good Received Multicast Packets Count Register
GETH1_RX_CRC_ERROR_PACKETS 0xF0019794          Received CRC Error Packets Count Register
GETH1_RX_ALIGNMENT_ERROR_PACKETS 0xF0019798          Received Alignment Error Count Register
GETH1_RX_RUNT_ERROR_PACKETS 0xF001979C          Received Runtime Error Count Register
GETH1_RX_JABBER_ERROR_PACKETS 0xF00197A0          Received Jabber Error Count Register
GETH1_RX_UNDERSIZE_PACKETS_GOOD 0xF00197A4          Good Received Undersized Packets Count Register
GETH1_RX_OVERSIZE_PACKETS_GOOD 0xF00197A8          Good Received Oversized Packets Count Register
GETH1_RX_64OCTETS_PACKETS_GOOD_BAD 0xF00197AC          Good And Bad 64 Octets Packets Received Count Register
GETH1_RX_65TO127OCTETS_PACKETS_GOOD_BAD 0xF00197B0          Good And Bad 65to127 Octets Packets Received Count Register
GETH1_RX_128TO255OCTETS_PACKETS_GOOD_BAD 0xF00197B4          Good And Bad 128to255 Octets Packets Received Count Register
GETH1_RX_256TO511OCTETS_PACKETS_GOOD_BAD 0xF00197B8          Good And Bad 256to511 Octets Packets Received Count Register
GETH1_RX_512TO1023OCTETS_PACKETS_GOOD_BAD 0xF00197BC          Good And Bad 512to1023 Octets Packets Received Count Register
GETH1_RX_1024TOMAXOCTETS_PACKETS_GOOD_BAD 0xF00197C0          Good And Bad 1024toMax Octets Packets Received Count Register
GETH1_RX_UNICAST_PACKETS_GOOD 0xF00197C4          Good Received Unicat Packets Count Register
GETH1_RX_LENGTH_ERROR_PACKETS 0xF00197C8          Received Length Error Packets Count Register
GETH1_RX_OUT_OF_RANGE_TYPE_PACKETS 0xF00197CC          Received Out Of Range Type Count Register
GETH1_RX_PAUSE_PACKETS 0xF00197D0          Received Pause Packets Count Register
GETH1_RX_FIFO_OVERFLOW_PACKETS 0xF00197D4          Received FIFO Overflow Count Register
GETH1_RX_VLAN_PACKETS_GOOD_BAD 0xF00197D8          Good And Bad Received VLAN Packets Count Registerv
GETH1_RX_WATCHDOG_ERROR_PACKETS 0xF00197DC          Received Watchdog Error Count Register
GETH1_RX_RECEIVE_ERROR_PACKETS 0xF00197E0          Received Receive Error Count Register
GETH1_RX_CONTROL_PACKETS_GOOD 0xF00197E4          Good Received Control Packets Count Register
GETH1_TX_LPI_USEC_CNTR 0xF00197EC          Transmitted LPI Microseconds Count Register
GETH1_TX_LPI_TRAN_CNTR 0xF00197F0          Transmitted LPI Transition Count Register
GETH1_RX_LPI_USEC_CNTR 0xF00197F4          Received Microseconds LPI Count Register
GETH1_RX_LPI_TRAN_CNTR 0xF00197F8          Received LPI Transition Count Register
GETH1_MMC_IPC_RX_INTERRUPT_MASK 0xF0019800          MMC IPC Receive Interrupts Mask Register
GETH1_MMC_IPC_RX_INTERRUPT 0xF0019808          MMC IPC Receive Interrupts Register
GETH1_RXIPV4_GOOD_PACKETS 0xF0019810          Good Received RxIPv4 Packets Count Register
GETH1_RXIPV4_HEADER_ERROR_PACKETS 0xF0019814          Received IPv4 Header Error Packets Count Register
GETH1_RXIPV4_NO_PAYLOAD_PACKETS 0xF0019818          Received IPv4 No Payload Packets Count Register
GETH1_RXIPV4_FRAGMENTED_PACKETS 0xF001981C          Received IPv4 Fragmented Packets Count Register
GETH1_RXIPV4_UDP_CHECKSUM_DISABLED_PACKETS 0xF0019820          Received IPv4 UPD Checksum Disabled Packets Count Register
GETH1_RXIPV6_GOOD_PACKETS 0xF0019824          Good Received RxIPv6 Packets Count Register
GETH1_RXIPV6_HEADER_ERROR_PACKETS 0xF0019828          Received IPv6 Header Error Packets Count Register
GETH1_RXIPV6_NO_PAYLOAD_PACKETS 0xF001982C          Received IPv6 No Payload Packets Count Register
GETH1_RXUDP_GOOD_PACKETS 0xF0019830          Good Received UDP Packets Count Register
GETH1_RXUDP_ERROR_PACKETS 0xF0019834          Received UDP Error Packets Count Register
GETH1_RXTCP_GOOD_PACKETS 0xF0019838          Good Received TCP Packets Count Register
GETH1_RXTCP_ERROR_PACKETS 0xF001983C          Received TCP Error Packets Count Register
GETH1_RXICMP_GOOD_PACKETS 0xF0019840          Good Received ICMP Packets Count Register
GETH1_RXICMP_ERROR_PACKETS 0xF0019844          Received ICMP Error Packets Count Register
GETH1_RXIPV4_GOOD_OCTETS 0xF0019850          Good Received IPV4 Octets Count Register
GETH1_RXIPV4_HEADER_ERROR_OCTETS 0xF0019854          Received IPV4 Header Error Octets Count Register
GETH1_RXIPV4_NO_PAYLOAD_OCTETS 0xF0019858          Received IPV4 No Payload Octets Count Register
GETH1_RXIPV4_FRAGMENTED_OCTETS 0xF001985C          Received IPV4 Fragmented Octets Count Register
GETH1_RXIPV4_UDP_CHECKSUM_DISABLE_OCTETS 0xF0019860          Received IPV4 UPD Checksum Disabled Octets Count Register
GETH1_RXIPV6_GOOD_OCTETS 0xF0019864          Good Received IPV6 Octets Count Register
GETH1_RXIPV6_HEADER_ERROR_OCTETS 0xF0019868          Received IPV6 Header Error Octets Count Register
GETH1_RXIPV6_NO_PAYLOAD_OCTETS 0xF001986C          Received IPV6 No Payload Octets Count Register
GETH1_RXUDP_GOOD_OCTETS 0xF0019870          Good Received UDP Octets Count Register
GETH1_RXUDP_ERROR_OCTETS 0xF0019874          Received UDP Error Octets Count Register
GETH1_RXTCP_GOOD_OCTETS 0xF0019878          Good Received TCP Octets Count Register
GETH1_RXTCP_ERROR_OCTETS 0xF001987C          Received TCP Error Octets Count Register
GETH1_RXICMP_GOOD_OCTETS 0xF0019880          Good Received ICMP Octets Count Register
GETH1_RXICMP_ERROR_OCTETS 0xF0019884          Received ICMP Error Octets Count Register
GETH1_MAC_TIMESTAMP_CONTROL 0xF0019B00          MAC Timestamp Control Register
GETH1_MAC_SUB_SECOND_INCREMENT 0xF0019B04          MAC Sub-Second Increment Register
GETH1_MAC_SYSTEM_TIME_SECONDS 0xF0019B08          MAC System Time Seconds Register
GETH1_MAC_SYSTEM_TIME_NANOSECONDS 0xF0019B0C          MAC System Time Nanoseconds Register
GETH1_MAC_SYSTEM_TIME_SECONDS_UPDATE 0xF0019B10          MAC System Time Seconds Update Register
GETH1_MAC_SYSTEM_TIME_NANOSECONDS_UPDATE 0xF0019B14          MAC System Time Nanoseconds Update Register
GETH1_MAC_TIMESTAMP_ADDEND 0xF0019B18          MAC Timestamp Addend Register
GETH1_MAC_SYSTEM_TIME_HIGHER_WORD_SECONDS 0xF0019B1C          MAC System Time Higher Word Seconds Register
GETH1_MAC_TIMESTAMP_STATUS 0xF0019B20          MAC Timestamp Status Register
GETH1_MAC_TX_TIMESTAMP_STATUS_NANOSECONDS 0xF0019B30          MAC Transmit Timestamp Nanoseconds Status Register
GETH1_MAC_TX_TIMESTAMP_STATUS_SECONDS 0xF0019B34          MAC Transmit Timestamp Seconds Status Register
GETH1_MAC_TIMESTAMP_INGRESS_ASYM_CORR 0xF0019B50          MAC Timestamp Ingress Asymmetry Correction Register
GETH1_MAC_TIMESTAMP_EGRESS_ASYM_CORR 0xF0019B54          MAC Timestamp Egress Asymmetry Correction Register
GETH1_MAC_TIMESTAMP_INGRESS_CORR_NANOSECOND 0xF0019B58          MAC Timestamp Ingress Correction Nanoseconds Register
GETH1_MAC_TIMESTAMP_EGRESS_CORR_NANOSECOND 0xF0019B5C          MAC Timestamp Egress Correction Nanoseconds Register
GETH1_MAC_TIMESTAMP_INGRESS_CORR_SUBNANOSEC 0xF0019B60          MAC Timestamp Ingress Correction Subnanoseconds Register
GETH1_MAC_TIMESTAMP_EGRESS_CORR_SUBNANOSEC 0xF0019B64          MAC Timestamp Egress Correction Subnanoseconds Register
GETH1_MAC_PPS_CONTROL 0xF0019B70          MAC PPS Control Register
GETH1_MAC_PPS0_TARGET_TIME_SECONDS 0xF0019B80          MAC PPS 0 Target Time Seconds Register
GETH1_MAC_PPS0_TARGET_TIME_NANOSECONDS 0xF0019B84          MAC PPS 0 Target Time Nanoeconds Register
GETH1_MAC_PPS0_INTERVAL 0xF0019B88          MAC PPS 0 Interval Register
GETH1_MAC_PPS0_WIDTH 0xF0019B8C          MAC PPS 0 Width Register
GETH1_MTL_OPERATION_MODE 0xF0019C00          MTL Operation Mode Register
GETH1_MTL_INTERRUPT_STATUS 0xF0019C20          MTL Interrupt Status Register
GETH1_MTL_RXQ_DMA_MAP0 0xF0019C30          MTL Receive Queue and DMA Channel Mapping 0 Register
GETH1_MTL_TXQ0_OPERATION_MODE 0xF0019D00          MTL Queue 0 Transmit Operation Mode Register
GETH1_MTL_TXQ0_UNDERFLOW 0xF0019D04          MTL Queue 0 Transmit Underflow Counter Register
GETH1_MTL_TXQ0_DEBUG 0xF0019D08          MTL Queue 0 Transmit Debug Register
GETH1_MTL_TXQ0_ETS_STATUS 0xF0019D14          MTL Queue 0 Transmit Status Register
GETH1_MTL_TXQ0_QUANTUM_WEIGHT 0xF0019D18          MTL Queue 0 Transmit Quantum or Weights Register
GETH1_MTL_Q0_INTERRUPT_CONTROL_STATUS 0xF0019D2C          MTL Queue 0 Interrupt Control Status Register
GETH1_MTL_RXQ0_OPERATION_MODE 0xF0019D30          MTL Queue 0 Receive Operation Mode Register
GETH1_MTL_RXQ0_MISSED_PACKET_OVERFLOW_CNT 0xF0019D34          MTL Queue 0 Receive Missed Packet and Overflow Counter Register
GETH1_MTL_RXQ0_DEBUG 0xF0019D38          MTL Queue 0 Receive Debug Register
GETH1_MTL_RXQ0_CONTROL 0xF0019D3C          MTL Queue 0 Receive Control Register
GETH1_MTL_TXQ1_OPERATION_MODE 0xF0019D40          MTL Queue 1 Transmit Operation Mode Register
GETH1_MTL_TXQ1_UNDERFLOW 0xF0019D44          MTL Queue 1 Transmit Underflow Counter Register
GETH1_MTL_TXQ1_DEBUG 0xF0019D48          MTL Queue 1 Transmit Debug Register
GETH1_MTL_TXQ1_ETS_CONTROL 0xF0019D50          MTL Queue 1 Transmit ETS Control Register
GETH1_MTL_TXQ1_ETS_STATUS 0xF0019D54          MTL Queue 1 Transmit ETS Status Register
GETH1_MTL_TXQ1_QUANTUM_WEIGHT 0xF0019D58          MTL Queue 1 Transmit Quantum or Weights Register
GETH1_MTL_TXQ1_SENDSLOPECREDIT 0xF0019D5C          MTL Queue 1 Transmit SendSlopeCredit Register
GETH1_MTL_TXQ1_HICREDIT 0xF0019D60          MTL Queue 1 Transmit HiCredit Register
GETH1_MTL_TXQ1_LOCREDIT 0xF0019D64          MTL Queue 1 Transmit LoCredit Register
GETH1_MTL_Q1_INTERRUPT_CONTROL_STATUS 0xF0019D6C          MTL Queue 1 Interrupt Status Register
GETH1_MTL_RXQ1_OPERATION_MODE 0xF0019D70          MTL Queue 1 Receive Operation Mode Register
GETH1_MTL_RXQ1_MISSED_PACKET_OVERFLOW_CNT 0xF0019D74          MTL Queue 1 Receive Missed Packet and Overflow Counter Register
GETH1_MTL_RXQ1_DEBUG 0xF0019D78          MTL Queue 1 Receive Debug Register
GETH1_MTL_RXQ1_CONTROL 0xF0019D7C          MTL Queue 1 Receive Control Register
GETH1_MTL_TXQ2_OPERATION_MODE 0xF0019D80          MTL Queue 2 Transmit Operation Mode Register
GETH1_MTL_TXQ2_UNDERFLOW 0xF0019D84          MTL Queue 2 Transmit Underflow Counter Register
GETH1_MTL_TXQ2_DEBUG 0xF0019D88          MTL Queue 2 Transmit Debug Register
GETH1_MTL_TXQ2_ETS_CONTROL 0xF0019D90          MTL Queue 2 Transmit ETS Control Register
GETH1_MTL_TXQ2_ETS_STATUS 0xF0019D94          MTL Queue 2 Transmit ETS Status Register
GETH1_MTL_TXQ2_QUANTUM_WEIGHT 0xF0019D98          MTL Queue 2 Transmit Quantum or Weights Register
GETH1_MTL_TXQ2_SENDSLOPECREDIT 0xF0019D9C          MTL Queue 2 Transmit SendSlopeCredit Register
GETH1_MTL_TXQ2_HICREDIT 0xF0019DA0          MTL Queue 2 Transmit HiCredit Register
GETH1_MTL_TXQ2_LOCREDIT 0xF0019DA4          MTL Queue 2 Transmit LoCredit Register
GETH1_MTL_Q2_INTERRUPT_CONTROL_STATUS 0xF0019DAC          MTL Queue 2 Interrupt Status Register
GETH1_MTL_RXQ2_OPERATION_MODE 0xF0019DB0          MTL Queue 2 Receive Operation Mode Register
GETH1_MTL_RXQ2_MISSED_PACKET_OVERFLOW_CNT 0xF0019DB4          MTL Queue 2 Receive Missed Packet and Overflow Counter Register
GETH1_MTL_RXQ2_DEBUG 0xF0019DB8          MTL Queue 2 Receive Debug Register
GETH1_MTL_RXQ2_CONTROL 0xF0019DBC          MTL Queue 2 Receive Control Register
GETH1_MTL_TXQ3_OPERATION_MODE 0xF0019DC0          MTL Queue 3 Transmit Operation Mode Register
GETH1_MTL_TXQ3_UNDERFLOW 0xF0019DC4          MTL Queue 3 Transmit Underflow Counter Register
GETH1_MTL_TXQ3_DEBUG 0xF0019DC8          MTL Queue 3 Transmit Debug Register
GETH1_MTL_TXQ3_ETS_CONTROL 0xF0019DD0          MTL Queue 3 Transmit ETS Control Register
GETH1_MTL_TXQ3_ETS_STATUS 0xF0019DD4          MTL Queue 3 Transmit ETS Status Register
GETH1_MTL_TXQ3_QUANTUM_WEIGHT 0xF0019DD8          MTL Queue 3 Transmit Quantum or Weights Register
GETH1_MTL_TXQ3_SENDSLOPECREDIT 0xF0019DDC          MTL Queue 3 Transmit SendSlopeCredit Register
GETH1_MTL_TXQ3_HICREDIT 0xF0019DE0          MTL Queue 3 Transmit HiCredit Register
GETH1_MTL_TXQ3_LOCREDIT 0xF0019DE4          MTL Queue 3 Transmit LoCredit Register
GETH1_MTL_Q3_INTERRUPT_CONTROL_STATUS 0xF0019DEC          MTL Queue 3 Interrupt Status Register
GETH1_MTL_RXQ3_OPERATION_MODE 0xF0019DF0          MTL Queue 3 Receive Operation Mode Register
GETH1_MTL_RXQ3_MISSED_PACKET_OVERFLOW_CNT 0xF0019DF4          MTL Queue 3 Receive Missed Packet and Overflow Counter Register
GETH1_MTL_RXQ3_DEBUG 0xF0019DF8          MTL Queue 3 Receive Debug Register
GETH1_MTL_RXQ3_CONTROL 0xF0019DFC          MTL Queue 3 Receive Control Register
GETH1_DMA_MODE  0xF001A000          DMA Bus Mode Register
GETH1_DMA_SYSBUS_MODE 0xF001A004          DMA System Bus Mode Register
GETH1_DMA_INTERRUPT_STATUS 0xF001A008          DMA Interrupt Status Register
GETH1_DMA_DEBUG_STATUS0 0xF001A00C          DMA Debug Status 0 Register
GETH1_DMA_DEBUG_STATUS1 0xF001A010          DMA Debug Status 1 Register
GETH1_DMA_CH0_CONTROL 0xF001A100          DMA Channel 0 Control Register
GETH1_DMA_CH0_TX_CONTROL 0xF001A104          DMA Channel 0 Transmit Control Register
GETH1_DMA_CH0_RX_CONTROL 0xF001A108          DMA Channel 0 Receive Control Register
GETH1_DMA_CH0_TXDESC_LIST_ADDRESS 0xF001A114          DMA Channel 0 Transmit Descriptor List Address Register
GETH1_DMA_CH0_RXDESC_LIST_ADDRESS 0xF001A11C          DMA Channel 0 Receive Descriptor List Address Register
GETH1_DMA_CH0_TXDESC_TAIL_POINTER 0xF001A120          DMA Channel 0 Transmit Descriptor Tail Pointer Register
GETH1_DMA_CH0_RXDESC_TAIL_POINTER 0xF001A128          DMA Channel 0 Recieve Descriptor Tail Pointer Register
GETH1_DMA_CH0_TXDESC_RING_LENGTH 0xF001A12C          DMA Channel 0 Transmit Descriptor Ring Length Register
GETH1_DMA_CH0_RXDESC_RING_LENGTH 0xF001A130          DMA Channel 0 Recieve Descriptor Ring Length Register
GETH1_DMA_CH0_INTERRUPT_ENABLE 0xF001A134          DMA Channel 0 Interrupt Enable Register
GETH1_DMA_CH0_RX_INTERRUPT_WATCHDOG_TIMER 0xF001A138          DMA Channel 0 Recieve Interrupt Watchdog Timer Register
GETH1_DMA_CH0_SLOT_FUNCTION_CONTROL_STATUS 0xF001A13C          DMA Channel 0 Slot Function Control and Status Register
GETH1_DMA_CH0_CURRENT_APP_TXDESC 0xF001A144          DMA Channel 0 Current Application Transmit Descriptor Register
GETH1_DMA_CH0_CURRENT_APP_RXDESC 0xF001A14C          DMA Channel 0 Current Application Receive Descriptor Register
GETH1_DMA_CH0_CURRENT_APP_TXBUFFER 0xF001A154          DMA Channel 0 Current Application Transmit Buffer Address Register
GETH1_DMA_CH0_CURRENT_APP_RXBUFFER 0xF001A15C          DMA Channel 0 Current Application Receive Buffer Address Register
GETH1_DMA_CH0_STATUS 0xF001A160          DMA Channel 0 Status Register
GETH1_DMA_CH0_MISS_FRAME_CNT 0xF001A164          DMA Channel 0 Missed Frames Count Register
GETH1_DMA_CH1_CONTROL 0xF001A180          DMA Channel 1 Control Register
GETH1_DMA_CH1_TX_CONTROL 0xF001A184          DMA Channel 1 Transmit Control Register
GETH1_DMA_CH1_RX_CONTROL 0xF001A188          DMA Channel 1 Receive Control Register
GETH1_DMA_CH1_TXDESC_LIST_ADDRESS 0xF001A194          DMA Channel 1 Transmit Descriptor List Address Register
GETH1_DMA_CH1_RXDESC_LIST_ADDRESS 0xF001A19C          DMA Channel 1 Receive Descriptor List Address Register
GETH1_DMA_CH1_TXDESC_TAIL_POINTER 0xF001A1A0          DMA Channel 1 Transmit Descriptor Tail Pointer Register
GETH1_DMA_CH1_RXDESC_TAIL_POINTER 0xF001A1A8          DMA Channel 1 Recieve Descriptor Tail Pointer Register
GETH1_DMA_CH1_TXDESC_RING_LENGTH 0xF001A1AC          DMA Channel 1 Transmit Descriptor Ring Length Register
GETH1_DMA_CH1_RXDESC_RING_LENGTH 0xF001A1B0          DMA Channel 1 Recieve Descriptor Ring Length Register
GETH1_DMA_CH1_INTERRUPT_ENABLE 0xF001A1B4          DMA Channel 1 Interrupt Enable Register
GETH1_DMA_CH1_RX_INTERRUPT_WATCHDOG_TIMER 0xF001A1B8          DMA Channel 1 Recieve Interrupt Watchdog Timer Register
GETH1_DMA_CH1_SLOT_FUNCTION_CONTROL_STATUS 0xF001A1BC          DMA Channel 1 Slot Function Control and Status Register
GETH1_DMA_CH1_CURRENT_APP_TXDESC 0xF001A1C4          DMA Channel 1 Current Application Transmit Descriptor Register
GETH1_DMA_CH1_CURRENT_APP_RXDESC 0xF001A1CC          DMA Channel 1 Current Application Receive Descriptor Register
GETH1_DMA_CH1_CURRENT_APP_TXBUFFER 0xF001A1D4          DMA Channel 1 Current Application Transmit Buffer Address Register
GETH1_DMA_CH1_CURRENT_APP_RXBUFFER 0xF001A1DC          DMA Channel 1 Current Application Receive Buffer Address Register
GETH1_DMA_CH1_STATUS 0xF001A1E0          DMA Channel 1 Status Register
GETH1_DMA_CH1_MISS_FRAME_CNT 0xF001A1E4          DMA Channel 1 Missed Frames Count Register
GETH1_DMA_CH2_CONTROL 0xF001A200          DMA Channel 2 Control Register
GETH1_DMA_CH2_TX_CONTROL 0xF001A204          DMA Channel 2 Transmit Control Register
GETH1_DMA_CH2_RX_CONTROL 0xF001A208          DMA Channel 2 Receive Control Register
GETH1_DMA_CH2_TXDESC_LIST_ADDRESS 0xF001A214          DMA Channel 2 Transmit Descriptor List Address Register
GETH1_DMA_CH2_RXDESC_LIST_ADDRESS 0xF001A21C          DMA Channel 2 Receive Descriptor List Address Register
GETH1_DMA_CH2_TXDESC_TAIL_POINTER 0xF001A220          DMA Channel 2 Transmit Descriptor Tail Pointer Register
GETH1_DMA_CH2_RXDESC_TAIL_POINTER 0xF001A228          DMA Channel 2 Recieve Descriptor Tail Pointer Register
GETH1_DMA_CH2_TXDESC_RING_LENGTH 0xF001A22C          DMA Channel 2 Transmit Descriptor Ring Length Register
GETH1_DMA_CH2_RXDESC_RING_LENGTH 0xF001A230          DMA Channel 2 Recieve Descriptor Ring Length Register
GETH1_DMA_CH2_INTERRUPT_ENABLE 0xF001A234          DMA Channel 2 Interrupt Enable Register
GETH1_DMA_CH2_RX_INTERRUPT_WATCHDOG_TIMER 0xF001A238          DMA Channel 2 Recieve Interrupt Watchdog Timer Register
GETH1_DMA_CH2_SLOT_FUNCTION_CONTROL_STATUS 0xF001A23C          DMA Channel 2 Slot Function Control and Status Register
GETH1_DMA_CH2_CURRENT_APP_TXDESC 0xF001A244          DMA Channel 2 Current Application Transmit Descriptor Register
GETH1_DMA_CH2_CURRENT_APP_RXDESC 0xF001A24C          DMA Channel 2 Current Application Receive Descriptor Register
GETH1_DMA_CH2_CURRENT_APP_TXBUFFER 0xF001A254          DMA Channel 2 Current Application Transmit Buffer Address Register
GETH1_DMA_CH2_CURRENT_APP_RXBUFFER 0xF001A25C          DMA Channel 2 Current Application Receive Buffer Address Register
GETH1_DMA_CH2_STATUS 0xF001A260          DMA Channel 2 Status Register
GETH1_DMA_CH2_MISS_FRAME_CNT 0xF001A264          DMA Channel 2 Missed Frames Count Register
GETH1_DMA_CH3_CONTROL 0xF001A280          DMA Channel 3 Control Register
GETH1_DMA_CH3_TX_CONTROL 0xF001A284          DMA Channel 3 Transmit Control Register
GETH1_DMA_CH3_RX_CONTROL 0xF001A288          DMA Channel 3 Receive Control Register
GETH1_DMA_CH3_TXDESC_LIST_ADDRESS 0xF001A294          DMA Channel 3 Transmit Descriptor List Address Register
GETH1_DMA_CH3_RXDESC_LIST_ADDRESS 0xF001A29C          DMA Channel 3 Receive Descriptor List Address Register
GETH1_DMA_CH3_TXDESC_TAIL_POINTER 0xF001A2A0          DMA Channel 3 Transmit Descriptor Tail Pointer Register
GETH1_DMA_CH3_RXDESC_TAIL_POINTER 0xF001A2A8          DMA Channel 3 Recieve Descriptor Tail Pointer Register
GETH1_DMA_CH3_TXDESC_RING_LENGTH 0xF001A2AC          DMA Channel 3 Transmit Descriptor Ring Length Register
GETH1_DMA_CH3_RXDESC_RING_LENGTH 0xF001A2B0          DMA Channel 3 Recieve Descriptor Ring Length Register
GETH1_DMA_CH3_INTERRUPT_ENABLE 0xF001A2B4          DMA Channel 3 Interrupt Enable Register
GETH1_DMA_CH3_RX_INTERRUPT_WATCHDOG_TIMER 0xF001A2B8          DMA Channel 3 Recieve Interrupt Watchdog Timer Register
GETH1_DMA_CH3_SLOT_FUNCTION_CONTROL_STATUS 0xF001A2BC          DMA Channel 3 Slot Function Control and Status Register
GETH1_DMA_CH3_CURRENT_APP_TXDESC 0xF001A2C4          DMA Channel 3 Current Application Transmit Descriptor Register
GETH1_DMA_CH3_CURRENT_APP_RXDESC 0xF001A2CC          DMA Channel 3 Current Application Receive Descriptor Register
GETH1_DMA_CH3_CURRENT_APP_TXBUFFER 0xF001A2D4          DMA Channel 3 Current Application Transmit Buffer Address Register
GETH1_DMA_CH3_CURRENT_APP_RXBUFFER 0xF001A2DC          DMA Channel 3 Current Application Receive Buffer Address Register
GETH1_DMA_CH3_STATUS 0xF001A2E0          DMA Channel 3 Status Register
GETH1_DMA_CH3_MISS_FRAME_CNT 0xF001A2E4          DMA Channel 3 Missed Frames Count Register
GETH1_CLC       0xF001B000          Clock Control Register
GETH1_ID        0xF001B004          Module Identification Register
GETH1_GPCTL     0xF001B008          General Purpose Control Register
GETH1_ACCEN0    0xF001B00C          Access Enable Register 0
GETH1_ACCEN1    0xF001B010          Access Enable Register 1
GETH1_KRST0     0xF001B014          Kernel Reset Register 0
GETH1_KRST1     0xF001B018          Kernel Reset Register 1
GETH1_KRSTCLR   0xF001B01C          Kernel Reset Status Clear Register
GETH1_ACCEN0D0  0xF001B020          Access Enable Register 0 for DMA0
GETH1_ACCEN1D0  0xF001B024          Access Enable Register 1 for DMA0
GETH1_ACCEN0D1  0xF001B028          Access Enable Register 0 for DMA1
GETH1_ACCEN1D1  0xF001B02C          Access Enable Register 1 for DMA1
GETH1_ACCEN0D2  0xF001B030          Access Enable Register 0 for DMA2
GETH1_ACCEN1D2  0xF001B034          Access Enable Register 1 for DMA2
GETH1_ACCEN0D3  0xF001B038          Access Enable Register 0 for DMA3
GETH1_ACCEN1D3  0xF001B03C          Access Enable Register 1 for DMA3
GETH1_SKEWCTL   0xF001B040          Skew Control Register
ERAY0_CLC       0xF001C000          Clock Control Register
ERAY0_CUST1     0xF001C004          Busy and Input Buffer Control Register
ERAY0_ID        0xF001C008          Module Identification Register
ERAY0_CUST3     0xF001C00C          Customer Interface Timeout Counter Register
ERAY0_TEST1     0xF001C010          Test Register 1
ERAY0_TEST2     0xF001C014          Test Register 2
ERAY0_LCK       0xF001C01C          Lock Register
ERAY0_EIR       0xF001C020          Error Service Request Select Register
ERAY0_SIR       0xF001C024          Status Service Request Register
ERAY0_EILS      0xF001C028          Error Service Request Line Select
ERAY0_SILS      0xF001C02C          Status Service Request Line Select
ERAY0_EIES      0xF001C030          Error Service Request Enable Set
ERAY0_EIER      0xF001C034          Error Service Request Enable Reset
ERAY0_SIES      0xF001C038          Status Service Request Enable Set
ERAY0_SIER      0xF001C03C          Status Service Request Enable Reset
ERAY0_ILE       0xF001C040          Service Request Line Enable
ERAY0_T0C       0xF001C044          Timer 0 Configuration
ERAY0_T1C       0xF001C048          Timer 1 Configuration
ERAY0_STPW1     0xF001C04C          Stop Watch Register 1
ERAY0_STPW2     0xF001C050          Stop Watch Register 2
ERAY0_SUCC1     0xF001C080          SUC Configuration Register 1
ERAY0_SUCC2     0xF001C084          SUC Configuration Register 2
ERAY0_SUCC3     0xF001C088          SUC Configuration Register 3
ERAY0_NEMC      0xF001C08C          NEM Configuration Register
ERAY0_PRTC1     0xF001C090          PRT Configuration Register 1
ERAY0_PRTC2     0xF001C094          PRT Configuration Register 2
ERAY0_MHDC      0xF001C098          MHD Configuration Register
ERAY0_GTUC01    0xF001C0A0          GTU Configuration Register 1
ERAY0_GTUC02    0xF001C0A4          GTU Configuration Register 2
ERAY0_GTUC03    0xF001C0A8          GTU Configuration Register 3
ERAY0_GTUC04    0xF001C0AC          GTU Configuration Register 4
ERAY0_GTUC05    0xF001C0B0          GTU Configuration Register 5
ERAY0_GTUC06    0xF001C0B4          GTU Configuration Register 6
ERAY0_GTUC07    0xF001C0B8          GTU Configuration Register 7
ERAY0_GTUC08    0xF001C0BC          GTU Configuration Register 8
ERAY0_GTUC09    0xF001C0C0          GTU Configuration Register 9
ERAY0_GTUC10    0xF001C0C4          GTU Configuration Register 10
ERAY0_GTUC11    0xF001C0C8          GTU Configuration Register 11
ERAY0_CCSV      0xF001C100          Communication Controller Status Vector
ERAY0_CCEV      0xF001C104          Communication Controller Error Vector
ERAY0_SCV       0xF001C110          Slot Counter Value
ERAY0_MTCCV     0xF001C114          Macrotick and Cycle Counter Value
ERAY0_RCV       0xF001C118          Rate Correction Value
ERAY0_OCV       0xF001C11C          Offset Correction Value
ERAY0_SFS       0xF001C120          SYNC Frame Status
ERAY0_SWNIT     0xF001C124          Symbol Window and Network Idle Time Status
ERAY0_ACS       0xF001C128          Aggregated Channel Status
ERAY0_ESID01    0xF001C130          Even Sync ID Symbol Window 1
ERAY0_ESID02    0xF001C134          Even Sync ID Symbol Window 2
ERAY0_ESID03    0xF001C138          Even Sync ID Symbol Window 3
ERAY0_ESID04    0xF001C13C          Even Sync ID Symbol Window 4
ERAY0_ESID05    0xF001C140          Even Sync ID Symbol Window 5
ERAY0_ESID06    0xF001C144          Even Sync ID Symbol Window 6
ERAY0_ESID07    0xF001C148          Even Sync ID Symbol Window 7
ERAY0_ESID08    0xF001C14C          Even Sync ID Symbol Window 8
ERAY0_ESID09    0xF001C150          Even Sync ID Symbol Window 9
ERAY0_ESID10    0xF001C154          Even Sync ID Symbol Window 10
ERAY0_ESID11    0xF001C158          Even Sync ID Symbol Window 11
ERAY0_ESID12    0xF001C15C          Even Sync ID Symbol Window 12
ERAY0_ESID13    0xF001C160          Even Sync ID Symbol Window 13
ERAY0_ESID14    0xF001C164          Even Sync ID Symbol Window 14
ERAY0_ESID15    0xF001C168          Even Sync ID Symbol Window 15
ERAY0_OSID01    0xF001C170          Odd Sync ID Symbol Window 1
ERAY0_OSID02    0xF001C174          Odd Sync ID Symbol Window 2
ERAY0_OSID03    0xF001C178          Odd Sync ID Symbol Window 3
ERAY0_OSID04    0xF001C17C          Odd Sync ID Symbol Window 4
ERAY0_OSID05    0xF001C180          Odd Sync ID Symbol Window 5
ERAY0_OSID06    0xF001C184          Odd Sync ID Symbol Window 6
ERAY0_OSID07    0xF001C188          Odd Sync ID Symbol Window 7
ERAY0_OSID08    0xF001C18C          Odd Sync ID Symbol Window 8
ERAY0_OSID09    0xF001C190          Odd Sync ID Symbol Window 9
ERAY0_OSID10    0xF001C194          Odd Sync ID Symbol Window 10
ERAY0_OSID11    0xF001C198          Odd Sync ID Symbol Window 11
ERAY0_OSID12    0xF001C19C          Odd Sync ID Symbol Window 12
ERAY0_OSID13    0xF001C1A0          Odd Sync ID Symbol Window 13
ERAY0_OSID14    0xF001C1A4          Odd Sync ID Symbol Window 14
ERAY0_OSID15    0xF001C1A8          Odd Sync ID Symbol Window 15
ERAY0_NMV1      0xF001C1B0          Network Management Vector 1
ERAY0_NMV2      0xF001C1B4          Network Management Vector 2
ERAY0_NMV3      0xF001C1B8          Network Management Vector 3
ERAY0_MRC       0xF001C300          Message RAM Configuration
ERAY0_FRF       0xF001C304          FIFO Rejection Filter
ERAY0_FRFM      0xF001C308          FIFO Rejection Filter Mask
ERAY0_FCL       0xF001C30C          FIFO Critical Level
ERAY0_MHDS      0xF001C310          Message Handler Status
ERAY0_LDTS      0xF001C314          Last Dynamic Transmit Slot
ERAY0_FSR       0xF001C318          FIFO Status Register
ERAY0_MHDF      0xF001C31C          Message Handler Constraints Flags
ERAY0_TXRQ1     0xF001C320          Transmission Request Register 1
ERAY0_TXRQ2     0xF001C324          Transmission Request Register 2
ERAY0_TXRQ3     0xF001C328          Transmission Request Register 3
ERAY0_TXRQ4     0xF001C32C          Transmission Request Register 4
ERAY0_NDAT1     0xF001C330          New Data Register 1
ERAY0_NDAT2     0xF001C334          New Data Register 2
ERAY0_NDAT3     0xF001C338          New Data Register 3
ERAY0_NDAT4     0xF001C33C          New Data Register 4
ERAY0_MBSC1     0xF001C340          Message Buffer Status Changed 1
ERAY0_MBSC2     0xF001C344          Message Buffer Status Changed 2
ERAY0_MBSC3     0xF001C348          Message Buffer Status Changed 3
ERAY0_MBSC4     0xF001C34C          Message Buffer Status Changed 4
ERAY0_NDIC1     0xF001C3A8          New Data Interrupt Control 1
ERAY0_NDIC2     0xF001C3AC          New Data Interrupt Control 2
ERAY0_NDIC3     0xF001C3B0          New Data Interrupt Control 3
ERAY0_NDIC4     0xF001C3B4          New Data Interrupt Control 4
ERAY0_MSIC1     0xF001C3B8          Message Buffer Status Changed Interrupt Control 1
ERAY0_MSIC2     0xF001C3BC          Message Buffer Status Changed Interrupt Control 2
ERAY0_MSIC3     0xF001C3C0          Message Buffer Status Changed Interrupt Control 3
ERAY0_MSIC4     0xF001C3C4          Message Buffer Status Changed Interrupt Control 4
ERAY0_CREL      0xF001C3F0          Core Release Register
ERAY0_ENDN      0xF001C3F4          Endian Register
ERAY0_WRDS01    0xF001C400          Write Data Section 1
ERAY0_WRDS02    0xF001C404          Write Data Section 2
ERAY0_WRDS03    0xF001C408          Write Data Section 3
ERAY0_WRDS04    0xF001C40C          Write Data Section 4
ERAY0_WRDS05    0xF001C410          Write Data Section 5
ERAY0_WRDS06    0xF001C414          Write Data Section 6
ERAY0_WRDS07    0xF001C418          Write Data Section 7
ERAY0_WRDS08    0xF001C41C          Write Data Section 8
ERAY0_WRDS09    0xF001C420          Write Data Section 9
ERAY0_WRDS10    0xF001C424          Write Data Section 10
ERAY0_WRDS11    0xF001C428          Write Data Section 11
ERAY0_WRDS12    0xF001C42C          Write Data Section 12
ERAY0_WRDS13    0xF001C430          Write Data Section 13
ERAY0_WRDS14    0xF001C434          Write Data Section 14
ERAY0_WRDS15    0xF001C438          Write Data Section 15
ERAY0_WRDS16    0xF001C43C          Write Data Section 16
ERAY0_WRDS17    0xF001C440          Write Data Section 17
ERAY0_WRDS18    0xF001C444          Write Data Section 18
ERAY0_WRDS19    0xF001C448          Write Data Section 19
ERAY0_WRDS20    0xF001C44C          Write Data Section 20
ERAY0_WRDS21    0xF001C450          Write Data Section 21
ERAY0_WRDS22    0xF001C454          Write Data Section 22
ERAY0_WRDS23    0xF001C458          Write Data Section 23
ERAY0_WRDS24    0xF001C45C          Write Data Section 24
ERAY0_WRDS25    0xF001C460          Write Data Section 25
ERAY0_WRDS26    0xF001C464          Write Data Section 26
ERAY0_WRDS27    0xF001C468          Write Data Section 27
ERAY0_WRDS28    0xF001C46C          Write Data Section 28
ERAY0_WRDS29    0xF001C470          Write Data Section 29
ERAY0_WRDS30    0xF001C474          Write Data Section 30
ERAY0_WRDS31    0xF001C478          Write Data Section 31
ERAY0_WRDS32    0xF001C47C          Write Data Section 32
ERAY0_WRDS33    0xF001C480          Write Data Section 33
ERAY0_WRDS34    0xF001C484          Write Data Section 34
ERAY0_WRDS35    0xF001C488          Write Data Section 35
ERAY0_WRDS36    0xF001C48C          Write Data Section 36
ERAY0_WRDS37    0xF001C490          Write Data Section 37
ERAY0_WRDS38    0xF001C494          Write Data Section 38
ERAY0_WRDS39    0xF001C498          Write Data Section 39
ERAY0_WRDS40    0xF001C49C          Write Data Section 40
ERAY0_WRDS41    0xF001C4A0          Write Data Section 41
ERAY0_WRDS42    0xF001C4A4          Write Data Section 42
ERAY0_WRDS43    0xF001C4A8          Write Data Section 43
ERAY0_WRDS44    0xF001C4AC          Write Data Section 44
ERAY0_WRDS45    0xF001C4B0          Write Data Section 45
ERAY0_WRDS46    0xF001C4B4          Write Data Section 46
ERAY0_WRDS47    0xF001C4B8          Write Data Section 47
ERAY0_WRDS48    0xF001C4BC          Write Data Section 48
ERAY0_WRDS49    0xF001C4C0          Write Data Section 49
ERAY0_WRDS50    0xF001C4C4          Write Data Section 50
ERAY0_WRDS51    0xF001C4C8          Write Data Section 51
ERAY0_WRDS52    0xF001C4CC          Write Data Section 52
ERAY0_WRDS53    0xF001C4D0          Write Data Section 53
ERAY0_WRDS54    0xF001C4D4          Write Data Section 54
ERAY0_WRDS55    0xF001C4D8          Write Data Section 55
ERAY0_WRDS56    0xF001C4DC          Write Data Section 56
ERAY0_WRDS57    0xF001C4E0          Write Data Section 57
ERAY0_WRDS58    0xF001C4E4          Write Data Section 58
ERAY0_WRDS59    0xF001C4E8          Write Data Section 59
ERAY0_WRDS60    0xF001C4EC          Write Data Section 60
ERAY0_WRDS61    0xF001C4F0          Write Data Section 61
ERAY0_WRDS62    0xF001C4F4          Write Data Section 62
ERAY0_WRDS63    0xF001C4F8          Write Data Section 63
ERAY0_WRDS64    0xF001C4FC          Write Data Section 64
ERAY0_WRHS1     0xF001C500          Write Header Section 1
ERAY0_WRHS2     0xF001C504          Write Header Section 2
ERAY0_WRHS3     0xF001C508          Write Header Section 3
ERAY0_IBCM      0xF001C510          Input Buffer Command Mask
ERAY0_IBCR      0xF001C514          Input Buffer Command Request
ERAY0_RDDS01    0xF001C600          Read Data Section 1
ERAY0_RDDS02    0xF001C604          Read Data Section 2
ERAY0_RDDS03    0xF001C608          Read Data Section 3
ERAY0_RDDS04    0xF001C60C          Read Data Section 4
ERAY0_RDDS05    0xF001C610          Read Data Section 5
ERAY0_RDDS06    0xF001C614          Read Data Section 6
ERAY0_RDDS07    0xF001C618          Read Data Section 7
ERAY0_RDDS08    0xF001C61C          Read Data Section 8
ERAY0_RDDS09    0xF001C620          Read Data Section 9
ERAY0_RDDS10    0xF001C624          Read Data Section 10
ERAY0_RDDS11    0xF001C628          Read Data Section 11
ERAY0_RDDS12    0xF001C62C          Read Data Section 12
ERAY0_RDDS13    0xF001C630          Read Data Section 13
ERAY0_RDDS14    0xF001C634          Read Data Section 14
ERAY0_RDDS15    0xF001C638          Read Data Section 15
ERAY0_RDDS16    0xF001C63C          Read Data Section 16
ERAY0_RDDS17    0xF001C640          Read Data Section 17
ERAY0_RDDS18    0xF001C644          Read Data Section 18
ERAY0_RDDS19    0xF001C648          Read Data Section 19
ERAY0_RDDS20    0xF001C64C          Read Data Section 20
ERAY0_RDDS21    0xF001C650          Read Data Section 21
ERAY0_RDDS22    0xF001C654          Read Data Section 22
ERAY0_RDDS23    0xF001C658          Read Data Section 23
ERAY0_RDDS24    0xF001C65C          Read Data Section 24
ERAY0_RDDS25    0xF001C660          Read Data Section 25
ERAY0_RDDS26    0xF001C664          Read Data Section 26
ERAY0_RDDS27    0xF001C668          Read Data Section 27
ERAY0_RDDS28    0xF001C66C          Read Data Section 28
ERAY0_RDDS29    0xF001C670          Read Data Section 29
ERAY0_RDDS30    0xF001C674          Read Data Section 30
ERAY0_RDDS31    0xF001C678          Read Data Section 31
ERAY0_RDDS32    0xF001C67C          Read Data Section 32
ERAY0_RDDS33    0xF001C680          Read Data Section 33
ERAY0_RDDS34    0xF001C684          Read Data Section 34
ERAY0_RDDS35    0xF001C688          Read Data Section 35
ERAY0_RDDS36    0xF001C68C          Read Data Section 36
ERAY0_RDDS37    0xF001C690          Read Data Section 37
ERAY0_RDDS38    0xF001C694          Read Data Section 38
ERAY0_RDDS39    0xF001C698          Read Data Section 39
ERAY0_RDDS40    0xF001C69C          Read Data Section 40
ERAY0_RDDS41    0xF001C6A0          Read Data Section 41
ERAY0_RDDS42    0xF001C6A4          Read Data Section 42
ERAY0_RDDS43    0xF001C6A8          Read Data Section 43
ERAY0_RDDS44    0xF001C6AC          Read Data Section 44
ERAY0_RDDS45    0xF001C6B0          Read Data Section 45
ERAY0_RDDS46    0xF001C6B4          Read Data Section 46
ERAY0_RDDS47    0xF001C6B8          Read Data Section 47
ERAY0_RDDS48    0xF001C6BC          Read Data Section 48
ERAY0_RDDS49    0xF001C6C0          Read Data Section 49
ERAY0_RDDS50    0xF001C6C4          Read Data Section 50
ERAY0_RDDS51    0xF001C6C8          Read Data Section 51
ERAY0_RDDS52    0xF001C6CC          Read Data Section 52
ERAY0_RDDS53    0xF001C6D0          Read Data Section 53
ERAY0_RDDS54    0xF001C6D4          Read Data Section 54
ERAY0_RDDS55    0xF001C6D8          Read Data Section 55
ERAY0_RDDS56    0xF001C6DC          Read Data Section 56
ERAY0_RDDS57    0xF001C6E0          Read Data Section 57
ERAY0_RDDS58    0xF001C6E4          Read Data Section 58
ERAY0_RDDS59    0xF001C6E8          Read Data Section 59
ERAY0_RDDS60    0xF001C6EC          Read Data Section 60
ERAY0_RDDS61    0xF001C6F0          Read Data Section 61
ERAY0_RDDS62    0xF001C6F4          Read Data Section 62
ERAY0_RDDS63    0xF001C6F8          Read Data Section 63
ERAY0_RDDS64    0xF001C6FC          Read Data Section 64
ERAY0_RDHS1     0xF001C700          Read Header Section 1
ERAY0_RDHS2     0xF001C704          Read Header Section 2
ERAY0_RDHS3     0xF001C708          Read Header Section 3
ERAY0_MBS       0xF001C70C          Message Buffer Status
ERAY0_OBCM      0xF001C710          Output Buffer Command Mask
ERAY0_OBCR      0xF001C714          Output Buffer Command Request
ERAY0_OTSS      0xF001C870          OCDS Trigger Set Select
ERAY0_OCS       0xF001C8E8          OCDS Control and Status
ERAY0_KRSTCLR   0xF001C8EC          Kernel Reset Status Clear Register
ERAY0_KRST1     0xF001C8F0          Kernel Reset Register 1
ERAY0_KRST0     0xF001C8F4          Kernel Reset Register 0
ERAY0_ACCEN0    0xF001C8FC          Access Enable Register 0
GETH_MAC_CONFIGURATION 0xF001D000          MAC Configuration Register
GETH_MAC_EXT_CONFIGURATION 0xF001D004          MAC Extended Configuration Register
GETH_MAC_PACKET_FILTER 0xF001D008          MAC Packet Filter Register
GETH_MAC_WATCHDOG_TIMEOUT 0xF001D00C          MAC Watchdog Timeout Register
GETH_MAC_VLAN_TAG_CTRL 0xF001D050          MAC VLAN Tag Control Register
GETH_MAC_VLAN_TAG_DATA 0xF001D054          MAC VLAN Tag Data Register
GETH_MAC_VLAN_HASH_TABLE 0xF001D058          MAC VLAN Hash Table Register
GETH_MAC_VLAN_INCL_Q_3 0xF001D060          MAC VLAN Tag Inclus3on or Replacement Register per Queue
GETH_MAC_Q0_TX_FLOW_CTRL 0xF001D070          MAC Queue 0 TX Flow Control Register
GETH_MAC_RX_FLOW_CTRL 0xF001D090          MAC Receive Flow Control Register
GETH_MAC_RxQ_CTRL4 0xF001D094          MAC Receive Queue Control 4 register
GETH_MAC_RXQ_CTRL0 0xF001D0A0          MAC Receive Queue Control 0 Register
GETH_MAC_RXQ_CTRL1 0xF001D0A4          MAC Receive Queue Control 1 Register
GETH_MAC_RXQ_CTRL2 0xF001D0A8          MAC Receive Queue Control 2 Register
GETH_MAC_INTERRUPT_STATUS 0xF001D0B0          MAC Interrupt Status Register
GETH_MAC_INTERRUPT_ENABLE 0xF001D0B4          MAC Interrupt Enable Register
GETH_MAC_RX_TX_STATUS 0xF001D0B8          MAC Receive Transmit Status Register
GETH_MAC_PMT_CONTROL_STATUS 0xF001D0C0          MAC PMT Control and Status Register
GETH_MAC_LPI_CONTROL_STATUS 0xF001D0D0          MAC LPI Control and Status Register
GETH_MAC_LPI_TIMERS_CONTROL 0xF001D0D4          MAC LPI Timers Control Register
GETH_MAC_LPI_ENTRY_TIMER 0xF001D0D8          MAC LPI Entry Timer Register
GETH_MAC_1US_TIC_COUNTER 0xF001D0DC          MAC One Microsecond Tic Counter Register
GETH_MAC_PHYIF_CONTROL_STATUS 0xF001D0F8          MAC PHY Interface Control and Status Register
GETH_MAC_VERSION 0xF001D110          MAC Version Register
GETH_MAC_DEBUG  0xF001D114          MAC Debug Register
GETH_MAC_HW_FEATURE0 0xF001D11C          MAC Hardware Feature Register 0
GETH_MAC_HW_FEATURE1 0xF001D120          MAC Hardware Feature Register 1
GETH_MAC_HW_FEATURE2 0xF001D124          MAC Hardware Feature Register 2
GETH_MAC_HW_FEATURE3 0xF001D128          MAC Hardware Feature Register 3
GETH_MAC_MDIO_ADDRESS 0xF001D200          MAC MDIO Address Register
GETH_MAC_MDIO_DATA 0xF001D204          MAC MDIO Data Register
GETH_MAC_CSR_SW_CTRL 0xF001D230          MAC CSR Software Controls Register
GETH_MAC_EXT_CFG1 0xF001D238          MAC Extended Configuration Register 1
GETH_MAC_ADDRESS0_HIGH 0xF001D300          MAC Address 0 High Register
GETH_MAC_ADDRESS0_LOW 0xF001D304          MAC Address 0 Low Register
GETH_MAC_ADDRESS1_HIGH 0xF001D308          MAC Address 1 High Register
GETH_MAC_ADDRESS1_LOW 0xF001D30C          MAC Address 1 Low Register
GETH_MAC_ADDRESS2_HIGH 0xF001D310          MAC Address 2 High Register
GETH_MAC_ADDRESS2_LOW 0xF001D314          MAC Address 2 Low Register
GETH_MAC_ADDRESS3_HIGH 0xF001D318          MAC Address 3 High Register
GETH_MAC_ADDRESS3_LOW 0xF001D31C          MAC Address 3 Low Register
GETH_MAC_ADDRESS4_HIGH 0xF001D320          MAC Address 4 High Register
GETH_MAC_ADDRESS4_LOW 0xF001D324          MAC Address 4 Low Register
GETH_MAC_ADDRESS5_HIGH 0xF001D328          MAC Address 5 High Register
GETH_MAC_ADDRESS5_LOW 0xF001D32C          MAC Address 5 Low Register
GETH_MAC_ADDRESS6_HIGH 0xF001D330          MAC Address 6 High Register
GETH_MAC_ADDRESS6_LOW 0xF001D334          MAC Address 6 Low Register
GETH_MAC_ADDRESS7_HIGH 0xF001D338          MAC Address 7 High Register
GETH_MAC_ADDRESS7_LOW 0xF001D33C          MAC Address 7 Low Register
GETH_MAC_ADDRESS8_HIGH 0xF001D340          MAC Address 8 High Register
GETH_MAC_ADDRESS8_LOW 0xF001D344          MAC Address 8 Low Register
GETH_MAC_ADDRESS9_HIGH 0xF001D348          MAC Address 9 High Register
GETH_MAC_ADDRESS9_LOW 0xF001D34C          MAC Address 9 Low Register
GETH_MAC_ADDRESS10_HIGH 0xF001D350          MAC Address 10 High Register
GETH_MAC_ADDRESS10_LOW 0xF001D354          MAC Address 10 Low Register
GETH_MAC_ADDRESS11_HIGH 0xF001D358          MAC Address 11 High Register
GETH_MAC_ADDRESS11_LOW 0xF001D35C          MAC Address 11 Low Register
GETH_MAC_ADDRESS12_HIGH 0xF001D360          MAC Address 12 High Register
GETH_MAC_ADDRESS12_LOW 0xF001D364          MAC Address 12 Low Register
GETH_MAC_ADDRESS13_HIGH 0xF001D368          MAC Address 13 High Register
GETH_MAC_ADDRESS13_LOW 0xF001D36C          MAC Address 13 Low Register
GETH_MAC_ADDRESS14_HIGH 0xF001D370          MAC Address 14 High Register
GETH_MAC_ADDRESS14_LOW 0xF001D374          MAC Address 14 Low Register
GETH_MAC_ADDRESS15_HIGH 0xF001D378          MAC Address 15 High Register
GETH_MAC_ADDRESS15_LOW 0xF001D37C          MAC Address 15 Low Register
GETH_MAC_ADDRESS16_HIGH 0xF001D380          MAC Address 16 High Register
GETH_MAC_ADDRESS16_LOW 0xF001D384          MAC Address 16 Low Register
GETH_MAC_ADDRESS17_HIGH 0xF001D388          MAC Address 17 High Register
GETH_MAC_ADDRESS17_LOW 0xF001D38C          MAC Address 17 Low Register
GETH_MAC_ADDRESS18_HIGH 0xF001D390          MAC Address 18 High Register
GETH_MAC_ADDRESS18_LOW 0xF001D394          MAC Address 18 Low Register
GETH_MAC_ADDRESS19_HIGH 0xF001D398          MAC Address 19 High Register
GETH_MAC_ADDRESS19_LOW 0xF001D39C          MAC Address 19 Low Register
GETH_MAC_ADDRESS20_HIGH 0xF001D3A0          MAC Address 20 High Register
GETH_MAC_ADDRESS20_LOW 0xF001D3A4          MAC Address 20 Low Register
GETH_MAC_ADDRESS21_HIGH 0xF001D3A8          MAC Address 21 High Register
GETH_MAC_ADDRESS21_LOW 0xF001D3AC          MAC Address 21 Low Register
GETH_MAC_ADDRESS22_HIGH 0xF001D3B0          MAC Address 22 High Register
GETH_MAC_ADDRESS22_LOW 0xF001D3B4          MAC Address 22 Low Register
GETH_MAC_ADDRESS23_HIGH 0xF001D3B8          MAC Address 23 High Register
GETH_MAC_ADDRESS23_LOW 0xF001D3BC          MAC Address 23 Low Register
GETH_MAC_ADDRESS24_HIGH 0xF001D3C0          MAC Address 24 High Register
GETH_MAC_ADDRESS24_LOW 0xF001D3C4          MAC Address 24 Low Register
GETH_MAC_ADDRESS25_HIGH 0xF001D3C8          MAC Address 25 High Register
GETH_MAC_ADDRESS25_LOW 0xF001D3CC          MAC Address 25 Low Register
GETH_MAC_ADDRESS26_HIGH 0xF001D3D0          MAC Address 26 High Register
GETH_MAC_ADDRESS26_LOW 0xF001D3D4          MAC Address 26 Low Register
GETH_MAC_ADDRESS27_HIGH 0xF001D3D8          MAC Address 27 High Register
GETH_MAC_ADDRESS27_LOW 0xF001D3DC          MAC Address 27 Low Register
GETH_MAC_ADDRESS28_HIGH 0xF001D3E0          MAC Address 28 High Register
GETH_MAC_ADDRESS28_LOW 0xF001D3E4          MAC Address 28 Low Register
GETH_MAC_ADDRESS29_HIGH 0xF001D3E8          MAC Address 29 High Register
GETH_MAC_ADDRESS29_LOW 0xF001D3EC          MAC Address 29 Low Register
GETH_MAC_ADDRESS30_HIGH 0xF001D3F0          MAC Address 30 High Register
GETH_MAC_ADDRESS30_LOW 0xF001D3F4          MAC Address 30 Low Register
GETH_MAC_ADDRESS31_HIGH 0xF001D3F8          MAC Address 31 High Register
GETH_MAC_ADDRESS31_LOW 0xF001D3FC          MAC Address 31 Low Register
GETH_MMC_CONTROL 0xF001D700          MMC Control Register
GETH_MMC_RX_INTERRUPT 0xF001D704          MMC Receive Interrupts Register
GETH_MMC_TX_INTERRUPT 0xF001D708          MMC Transmit Interrupts Register
GETH_MMC_RX_INTERRUPT_MASK 0xF001D70C          MMC Receive Interrupts Mask Register
GETH_MMC_TX_INTERRUPT_MASK 0xF001D710          MMC Transmit Interrupts Mask Register
GETH_TX_OCTET_COUNT_GOOD_BAD 0xF001D714          Good And Bad Transmitted Octet Count Register
GETH_TX_PACKET_COUNT_GOOD_BAD 0xF001D718          Good And Bad Transmitted Packets Count Register
GETH_TX_BROADCAST_PACKETS_GOOD 0xF001D71C          Good Transmitted Broadcast Packets Count Register
GETH_TX_MULTICAST_PACKETS_GOOD 0xF001D720          Good Transmitted Multicast Packets Count Register
GETH_TX_64OCTETS_PACKETS_GOOD_BAD 0xF001D724          Good And Bad 64 Octets Packets Transmitted Count Register
GETH_TX_65TO127OCTETS_PACKETS_GOOD_BAD 0xF001D728          Good And Bad 65to127 Octets Packets Transmitted Count Register
GETH_TX_128TO255OCTETS_PACKETS_GOOD_BAD 0xF001D72C          Good And Bad 128to255 Octets Packets Transmitted Count Register
GETH_TX_256TO511OCTETS_PACKETS_GOOD_BAD 0xF001D730          Good And Bad 256to511 Octets Packets Transmitted Count Register
GETH_TX_512TO1023OCTETS_PACKETS_GOOD_BAD 0xF001D734          Good And Bad 512to1023 Octets Packets Transmitted Count Register
GETH_TX_1024TOMAXOCTETS_PACKETS_GOOD_BAD 0xF001D738          Good And Bad 1024toMax Octets Packets Transmitted Count Register
GETH_TX_UNICAST_PACKETS_GOOD_BAD 0xF001D73C          Good Transmitted Unicat Packets Count Register
GETH_TX_MULTICAST_PACKETS_GOOD_BAD 0xF001D740          Good And Bad Transmitted Multicast Packets Count Register
GETH_TX_BROADCAST_PACKETS_GOOD_BAD 0xF001D744          Good And Bad Transmitted Broadcast Packets Count Register
GETH_TX_UNDERFLOW_ERROR_PACKETS 0xF001D748          Transmitted Underflow Error Packets Count Register
GETH_TX_SINGLE_COLLISION_GOOD_PACKETS 0xF001D74C          Good Transmitted Single Collision Count Register
GETH_TX_MULTIPLE_COLLISION_GOOD_PACKETS 0xF001D750          Transmitted Multiple Collision Count Register
GETH_TX_DEFERRED_PACKETS 0xF001D754          Transmitted Deferred Packets Count Register
GETH_TX_LATE_COLLISION_PACKETS 0xF001D758          Transmitted Late Collision Packets Count Register
GETH_TX_EXCESSIVE_COLLISION_PACKETS 0xF001D75C          Transmitted Excessive Collision Packets Count Register
GETH_TX_CARRIER_ERROR_PACKETS 0xF001D760          Transmitted Carrier Error Packets Count Register
GETH_TX_OCTET_COUNT_GOOD 0xF001D764          Good Transmitted Octet Count Register
GETH_TX_PACKET_COUNT_GOOD 0xF001D768          Good Transmitted Packet Count Register
GETH_TX_EXCESSIVE_DEFERRAL_ERROR 0xF001D76C          Transmitted Excessive Deferral Error Count Register
GETH_TX_PAUSE_PACKETS 0xF001D770          Transmitted Pause Packets Count Register
GETH_TX_VLAN_PACKETS_GOOD 0xF001D774          Good Transmitted VLAN Packets Count Register
GETH_TX_OSIZE_PACKETS_GOOD 0xF001D778          Good Transmitted Osize Packets Count Register
GETH_RX_PACKETS_COUNT_GOOD_BAD 0xF001D780          Good And Bad Received Packets Count Register
GETH_RX_OCTET_COUNT_GOOD_BAD 0xF001D784          Good And Bad Received Octet Count Register
GETH_RX_OCTET_COUNT_GOOD 0xF001D788          Good Received Octet Count Register
GETH_RX_BROADCAST_PACKETS_GOOD 0xF001D78C          Good Received Broadcast Packets Count Register
GETH_RX_MULTICAST_PACKETS_GOOD 0xF001D790          Good Received Multicast Packets Count Register
GETH_RX_CRC_ERROR_PACKETS 0xF001D794          Received CRC Error Packets Count Register
GETH_RX_ALIGNMENT_ERROR_PACKETS 0xF001D798          Received Alignment Error Count Register
GETH_RX_RUNT_ERROR_PACKETS 0xF001D79C          Received Runtime Error Count Register
GETH_RX_JABBER_ERROR_PACKETS 0xF001D7A0          Received Jabber Error Count Register
GETH_RX_UNDERSIZE_PACKETS_GOOD 0xF001D7A4          Good Received Undersized Packets Count Register
GETH_RX_OVERSIZE_PACKETS_GOOD 0xF001D7A8          Good Received Oversized Packets Count Register
GETH_RX_64OCTETS_PACKETS_GOOD_BAD 0xF001D7AC          Good And Bad 64 Octets Packets Received Count Register
GETH_RX_65TO127OCTETS_PACKETS_GOOD_BAD 0xF001D7B0          Good And Bad 65to127 Octets Packets Received Count Register
GETH_RX_128TO255OCTETS_PACKETS_GOOD_BAD 0xF001D7B4          Good And Bad 128to255 Octets Packets Received Count Register
GETH_RX_256TO511OCTETS_PACKETS_GOOD_BAD 0xF001D7B8          Good And Bad 256to511 Octets Packets Received Count Register
GETH_RX_512TO1023OCTETS_PACKETS_GOOD_BAD 0xF001D7BC          Good And Bad 512to1023 Octets Packets Received Count Register
GETH_RX_1024TOMAXOCTETS_PACKETS_GOOD_BAD 0xF001D7C0          Good And Bad 1024toMax Octets Packets Received Count Register
GETH_RX_UNICAST_PACKETS_GOOD 0xF001D7C4          Good Received Unicat Packets Count Register
GETH_RX_LENGTH_ERROR_PACKETS 0xF001D7C8          Received Length Error Packets Count Register
GETH_RX_OUT_OF_RANGE_TYPE_PACKETS 0xF001D7CC          Received Out Of Range Type Count Register
GETH_RX_PAUSE_PACKETS 0xF001D7D0          Received Pause Packets Count Register
GETH_RX_FIFO_OVERFLOW_PACKETS 0xF001D7D4          Received FIFO Overflow Count Register
GETH_RX_VLAN_PACKETS_GOOD_BAD 0xF001D7D8          Good And Bad Received VLAN Packets Count Registerv
GETH_RX_WATCHDOG_ERROR_PACKETS 0xF001D7DC          Received Watchdog Error Count Register
GETH_RX_RECEIVE_ERROR_PACKETS 0xF001D7E0          Received Receive Error Count Register
GETH_RX_CONTROL_PACKETS_GOOD 0xF001D7E4          Good Received Control Packets Count Register
GETH_TX_LPI_USEC_CNTR 0xF001D7EC          Transmitted LPI Microseconds Count Register
GETH_TX_LPI_TRAN_CNTR 0xF001D7F0          Transmitted LPI Transition Count Register
GETH_RX_LPI_USEC_CNTR 0xF001D7F4          Received Microseconds LPI Count Register
GETH_RX_LPI_TRAN_CNTR 0xF001D7F8          Received LPI Transition Count Register
GETH_MMC_IPC_RX_INTERRUPT_MASK 0xF001D800          MMC IPC Receive Interrupts Mask Register
GETH_MMC_IPC_RX_INTERRUPT 0xF001D808          MMC IPC Receive Interrupts Register
GETH_RXIPV4_GOOD_PACKETS 0xF001D810          Good Received RxIPv4 Packets Count Register
GETH_RXIPV4_HEADER_ERROR_PACKETS 0xF001D814          Received IPv4 Header Error Packets Count Register
GETH_RXIPV4_NO_PAYLOAD_PACKETS 0xF001D818          Received IPv4 No Payload Packets Count Register
GETH_RXIPV4_FRAGMENTED_PACKETS 0xF001D81C          Received IPv4 Fragmented Packets Count Register
GETH_RXIPV4_UDP_CHECKSUM_DISABLED_PACKETS 0xF001D820          Received IPv4 UPD Checksum Disabled Packets Count Register
GETH_RXIPV6_GOOD_PACKETS 0xF001D824          Good Received RxIPv6 Packets Count Register
GETH_RXIPV6_HEADER_ERROR_PACKETS 0xF001D828          Received IPv6 Header Error Packets Count Register
GETH_RXIPV6_NO_PAYLOAD_PACKETS 0xF001D82C          Received IPv6 No Payload Packets Count Register
GETH_RXUDP_GOOD_PACKETS 0xF001D830          Good Received UDP Packets Count Register
GETH_RXUDP_ERROR_PACKETS 0xF001D834          Received UDP Error Packets Count Register
GETH_RXTCP_GOOD_PACKETS 0xF001D838          Good Received TCP Packets Count Register
GETH_RXTCP_ERROR_PACKETS 0xF001D83C          Received TCP Error Packets Count Register
GETH_RXICMP_GOOD_PACKETS 0xF001D840          Good Received ICMP Packets Count Register
GETH_RXICMP_ERROR_PACKETS 0xF001D844          Received ICMP Error Packets Count Register
GETH_RXIPV4_GOOD_OCTETS 0xF001D850          Good Received IPV4 Octets Count Register
GETH_RXIPV4_HEADER_ERROR_OCTETS 0xF001D854          Received IPV4 Header Error Octets Count Register
GETH_RXIPV4_NO_PAYLOAD_OCTETS 0xF001D858          Received IPV4 No Payload Octets Count Register
GETH_RXIPV4_FRAGMENTED_OCTETS 0xF001D85C          Received IPV4 Fragmented Octets Count Register
GETH_RXIPV4_UDP_CHECKSUM_DISABLE_OCTETS 0xF001D860          Received IPV4 UPD Checksum Disabled Octets Count Register
GETH_RXIPV6_GOOD_OCTETS 0xF001D864          Good Received IPV6 Octets Count Register
GETH_RXIPV6_HEADER_ERROR_OCTETS 0xF001D868          Received IPV6 Header Error Octets Count Register
GETH_RXIPV6_NO_PAYLOAD_OCTETS 0xF001D86C          Received IPV6 No Payload Octets Count Register
GETH_RXUDP_GOOD_OCTETS 0xF001D870          Good Received UDP Octets Count Register
GETH_RXUDP_ERROR_OCTETS 0xF001D874          Received UDP Error Octets Count Register
GETH_RXTCP_GOOD_OCTETS 0xF001D878          Good Received TCP Octets Count Register
GETH_RXTCP_ERROR_OCTETS 0xF001D87C          Received TCP Error Octets Count Register
GETH_RXICMP_GOOD_OCTETS 0xF001D880          Good Received ICMP Octets Count Register
GETH_RXICMP_ERROR_OCTETS 0xF001D884          Received ICMP Error Octets Count Register
GETH_MAC_TIMESTAMP_CONTROL 0xF001DB00          MAC Timestamp Control Register
GETH_MAC_SUB_SECOND_INCREMENT 0xF001DB04          MAC Sub-Second Increment Register
GETH_MAC_SYSTEM_TIME_SECONDS 0xF001DB08          MAC System Time Seconds Register
GETH_MAC_SYSTEM_TIME_NANOSECONDS 0xF001DB0C          MAC System Time Nanoseconds Register
GETH_MAC_SYSTEM_TIME_SECONDS_UPDATE 0xF001DB10          MAC System Time Seconds Update Register
GETH_MAC_SYSTEM_TIME_NANOSECONDS_UPDATE 0xF001DB14          MAC System Time Nanoseconds Update Register
GETH_MAC_TIMESTAMP_ADDEND 0xF001DB18          MAC Timestamp Addend Register
GETH_MAC_SYSTEM_TIME_HIGHER_WORD_SECONDS 0xF001DB1C          MAC System Time Higher Word Seconds Register
GETH_MAC_TIMESTAMP_STATUS 0xF001DB20          MAC Timestamp Status Register
GETH_MAC_TX_TIMESTAMP_STATUS_NANOSECONDS 0xF001DB30          MAC Transmit Timestamp Nanoseconds Status Register
GETH_MAC_TX_TIMESTAMP_STATUS_SECONDS 0xF001DB34          MAC Transmit Timestamp Seconds Status Register
GETH_MAC_TIMESTAMP_INGRESS_ASYM_CORR 0xF001DB50          MAC Timestamp Ingress Asymmetry Correction Register
GETH_MAC_TIMESTAMP_EGRESS_ASYM_CORR 0xF001DB54          MAC Timestamp Egress Asymmetry Correction Register
GETH_MAC_TIMESTAMP_INGRESS_CORR_NANOSECOND 0xF001DB58          MAC Timestamp Ingress Correction Nanoseconds Register
GETH_MAC_TIMESTAMP_EGRESS_CORR_NANOSECOND 0xF001DB5C          MAC Timestamp Egress Correction Nanoseconds Register
GETH_MAC_TIMESTAMP_INGRESS_CORR_SUBNANOSEC 0xF001DB60          MAC Timestamp Ingress Correction Subnanoseconds Register
GETH_MAC_TIMESTAMP_EGRESS_CORR_SUBNANOSEC 0xF001DB64          MAC Timestamp Egress Correction Subnanoseconds Register
GETH_MAC_PPS_CONTROL 0xF001DB70          MAC PPS Control Register
GETH_MAC_PPS0_TARGET_TIME_SECONDS 0xF001DB80          MAC PPS 0 Target Time Seconds Register
GETH_MAC_PPS0_TARGET_TIME_NANOSECONDS 0xF001DB84          MAC PPS 0 Target Time Nanoeconds Register
GETH_MAC_PPS0_INTERVAL 0xF001DB88          MAC PPS 0 Interval Register
GETH_MAC_PPS0_WIDTH 0xF001DB8C          MAC PPS 0 Width Register
GETH_MTL_OPERATION_MODE 0xF001DC00          MTL Operation Mode Register
GETH_MTL_INTERRUPT_STATUS 0xF001DC20          MTL Interrupt Status Register
GETH_MTL_RXQ_DMA_MAP0 0xF001DC30          MTL Receive Queue and DMA Channel Mapping 0 Register
GETH_MTL_TXQ0_OPERATION_MODE 0xF001DD00          MTL Queue 0 Transmit Operation Mode Register
GETH_MTL_TXQ0_UNDERFLOW 0xF001DD04          MTL Queue 0 Transmit Underflow Counter Register
GETH_MTL_TXQ0_DEBUG 0xF001DD08          MTL Queue 0 Transmit Debug Register
GETH_MTL_TXQ0_ETS_STATUS 0xF001DD14          MTL Queue 0 Transmit Status Register
GETH_MTL_TXQ0_QUANTUM_WEIGHT 0xF001DD18          MTL Queue 0 Transmit Quantum or Weights Register
GETH_MTL_Q0_INTERRUPT_CONTROL_STATUS 0xF001DD2C          MTL Queue 0 Interrupt Control Status Register
GETH_MTL_RXQ0_OPERATION_MODE 0xF001DD30          MTL Queue 0 Receive Operation Mode Register
GETH_MTL_RXQ0_MISSED_PACKET_OVERFLOW_CNT 0xF001DD34          MTL Queue 0 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ0_DEBUG 0xF001DD38          MTL Queue 0 Receive Debug Register
GETH_MTL_RXQ0_CONTROL 0xF001DD3C          MTL Queue 0 Receive Control Register
GETH_MTL_TXQ1_OPERATION_MODE 0xF001DD40          MTL Queue 1 Transmit Operation Mode Register
GETH_MTL_TXQ1_UNDERFLOW 0xF001DD44          MTL Queue 1 Transmit Underflow Counter Register
GETH_MTL_TXQ1_DEBUG 0xF001DD48          MTL Queue 1 Transmit Debug Register
GETH_MTL_TXQ1_ETS_CONTROL 0xF001DD50          MTL Queue 1 Transmit ETS Control Register
GETH_MTL_TXQ1_ETS_STATUS 0xF001DD54          MTL Queue 1 Transmit ETS Status Register
GETH_MTL_TXQ1_QUANTUM_WEIGHT 0xF001DD58          MTL Queue 1 Transmit Quantum or Weights Register
GETH_MTL_TXQ1_SENDSLOPECREDIT 0xF001DD5C          MTL Queue 1 Transmit SendSlopeCredit Register
GETH_MTL_TXQ1_HICREDIT 0xF001DD60          MTL Queue 1 Transmit HiCredit Register
GETH_MTL_TXQ1_LOCREDIT 0xF001DD64          MTL Queue 1 Transmit LoCredit Register
GETH_MTL_Q1_INTERRUPT_CONTROL_STATUS 0xF001DD6C          MTL Queue 1 Interrupt Status Register
GETH_MTL_RXQ1_OPERATION_MODE 0xF001DD70          MTL Queue 1 Receive Operation Mode Register
GETH_MTL_RXQ1_MISSED_PACKET_OVERFLOW_CNT 0xF001DD74          MTL Queue 1 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ1_DEBUG 0xF001DD78          MTL Queue 1 Receive Debug Register
GETH_MTL_RXQ1_CONTROL 0xF001DD7C          MTL Queue 1 Receive Control Register
GETH_MTL_TXQ2_OPERATION_MODE 0xF001DD80          MTL Queue 2 Transmit Operation Mode Register
GETH_MTL_TXQ2_UNDERFLOW 0xF001DD84          MTL Queue 2 Transmit Underflow Counter Register
GETH_MTL_TXQ2_DEBUG 0xF001DD88          MTL Queue 2 Transmit Debug Register
GETH_MTL_TXQ2_ETS_CONTROL 0xF001DD90          MTL Queue 2 Transmit ETS Control Register
GETH_MTL_TXQ2_ETS_STATUS 0xF001DD94          MTL Queue 2 Transmit ETS Status Register
GETH_MTL_TXQ2_QUANTUM_WEIGHT 0xF001DD98          MTL Queue 2 Transmit Quantum or Weights Register
GETH_MTL_TXQ2_SENDSLOPECREDIT 0xF001DD9C          MTL Queue 2 Transmit SendSlopeCredit Register
GETH_MTL_TXQ2_HICREDIT 0xF001DDA0          MTL Queue 2 Transmit HiCredit Register
GETH_MTL_TXQ2_LOCREDIT 0xF001DDA4          MTL Queue 2 Transmit LoCredit Register
GETH_MTL_Q2_INTERRUPT_CONTROL_STATUS 0xF001DDAC          MTL Queue 2 Interrupt Status Register
GETH_MTL_RXQ2_OPERATION_MODE 0xF001DDB0          MTL Queue 2 Receive Operation Mode Register
GETH_MTL_RXQ2_MISSED_PACKET_OVERFLOW_CNT 0xF001DDB4          MTL Queue 2 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ2_DEBUG 0xF001DDB8          MTL Queue 2 Receive Debug Register
GETH_MTL_RXQ2_CONTROL 0xF001DDBC          MTL Queue 2 Receive Control Register
GETH_MTL_TXQ3_OPERATION_MODE 0xF001DDC0          MTL Queue 3 Transmit Operation Mode Register
GETH_MTL_TXQ3_UNDERFLOW 0xF001DDC4          MTL Queue 3 Transmit Underflow Counter Register
GETH_MTL_TXQ3_DEBUG 0xF001DDC8          MTL Queue 3 Transmit Debug Register
GETH_MTL_TXQ3_ETS_CONTROL 0xF001DDD0          MTL Queue 3 Transmit ETS Control Register
GETH_MTL_TXQ3_ETS_STATUS 0xF001DDD4          MTL Queue 3 Transmit ETS Status Register
GETH_MTL_TXQ3_QUANTUM_WEIGHT 0xF001DDD8          MTL Queue 3 Transmit Quantum or Weights Register
GETH_MTL_TXQ3_SENDSLOPECREDIT 0xF001DDDC          MTL Queue 3 Transmit SendSlopeCredit Register
GETH_MTL_TXQ3_HICREDIT 0xF001DDE0          MTL Queue 3 Transmit HiCredit Register
GETH_MTL_TXQ3_LOCREDIT 0xF001DDE4          MTL Queue 3 Transmit LoCredit Register
GETH_MTL_Q3_INTERRUPT_CONTROL_STATUS 0xF001DDEC          MTL Queue 3 Interrupt Status Register
GETH_MTL_RXQ3_OPERATION_MODE 0xF001DDF0          MTL Queue 3 Receive Operation Mode Register
GETH_MTL_RXQ3_MISSED_PACKET_OVERFLOW_CNT 0xF001DDF4          MTL Queue 3 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ3_DEBUG 0xF001DDF8          MTL Queue 3 Receive Debug Register
GETH_MTL_RXQ3_CONTROL 0xF001DDFC          MTL Queue 3 Receive Control Register
GETH_DMA_MODE   0xF001E000          DMA Bus Mode Register
GETH_DMA_SYSBUS_MODE 0xF001E004          DMA System Bus Mode Register
GETH_DMA_INTERRUPT_STATUS 0xF001E008          DMA Interrupt Status Register
GETH_DMA_DEBUG_STATUS0 0xF001E00C          DMA Debug Status 0 Register
GETH_DMA_DEBUG_STATUS1 0xF001E010          DMA Debug Status 1 Register
GETH_DMA_CH0_CONTROL 0xF001E100          DMA Channel 0 Control Register
GETH_DMA_CH0_TX_CONTROL 0xF001E104          DMA Channel 0 Transmit Control Register
GETH_DMA_CH0_RX_CONTROL 0xF001E108          DMA Channel 0 Receive Control Register
GETH_DMA_CH0_TXDESC_LIST_ADDRESS 0xF001E114          DMA Channel 0 Transmit Descriptor List Address Register
GETH_DMA_CH0_RXDESC_LIST_ADDRESS 0xF001E11C          DMA Channel 0 Receive Descriptor List Address Register
GETH_DMA_CH0_TXDESC_TAIL_POINTER 0xF001E120          DMA Channel 0 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH0_RXDESC_TAIL_POINTER 0xF001E128          DMA Channel 0 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH0_TXDESC_RING_LENGTH 0xF001E12C          DMA Channel 0 Transmit Descriptor Ring Length Register
GETH_DMA_CH0_RXDESC_RING_LENGTH 0xF001E130          DMA Channel 0 Recieve Descriptor Ring Length Register
GETH_DMA_CH0_INTERRUPT_ENABLE 0xF001E134          DMA Channel 0 Interrupt Enable Register
GETH_DMA_CH0_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E138          DMA Channel 0 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH0_SLOT_FUNCTION_CONTROL_STATUS 0xF001E13C          DMA Channel 0 Slot Function Control and Status Register
GETH_DMA_CH0_CURRENT_APP_TXDESC 0xF001E144          DMA Channel 0 Current Application Transmit Descriptor Register
GETH_DMA_CH0_CURRENT_APP_RXDESC 0xF001E14C          DMA Channel 0 Current Application Receive Descriptor Register
GETH_DMA_CH0_CURRENT_APP_TXBUFFER 0xF001E154          DMA Channel 0 Current Application Transmit Buffer Address Register
GETH_DMA_CH0_CURRENT_APP_RXBUFFER 0xF001E15C          DMA Channel 0 Current Application Receive Buffer Address Register
GETH_DMA_CH0_STATUS 0xF001E160          DMA Channel 0 Status Register
GETH_DMA_CH0_MISS_FRAME_CNT 0xF001E164          DMA Channel 0 Missed Frames Count Register
GETH_DMA_CH1_CONTROL 0xF001E180          DMA Channel 1 Control Register
GETH_DMA_CH1_TX_CONTROL 0xF001E184          DMA Channel 1 Transmit Control Register
GETH_DMA_CH1_RX_CONTROL 0xF001E188          DMA Channel 1 Receive Control Register
GETH_DMA_CH1_TXDESC_LIST_ADDRESS 0xF001E194          DMA Channel 1 Transmit Descriptor List Address Register
GETH_DMA_CH1_RXDESC_LIST_ADDRESS 0xF001E19C          DMA Channel 1 Receive Descriptor List Address Register
GETH_DMA_CH1_TXDESC_TAIL_POINTER 0xF001E1A0          DMA Channel 1 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH1_RXDESC_TAIL_POINTER 0xF001E1A8          DMA Channel 1 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH1_TXDESC_RING_LENGTH 0xF001E1AC          DMA Channel 1 Transmit Descriptor Ring Length Register
GETH_DMA_CH1_RXDESC_RING_LENGTH 0xF001E1B0          DMA Channel 1 Recieve Descriptor Ring Length Register
GETH_DMA_CH1_INTERRUPT_ENABLE 0xF001E1B4          DMA Channel 1 Interrupt Enable Register
GETH_DMA_CH1_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E1B8          DMA Channel 1 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH1_SLOT_FUNCTION_CONTROL_STATUS 0xF001E1BC          DMA Channel 1 Slot Function Control and Status Register
GETH_DMA_CH1_CURRENT_APP_TXDESC 0xF001E1C4          DMA Channel 1 Current Application Transmit Descriptor Register
GETH_DMA_CH1_CURRENT_APP_RXDESC 0xF001E1CC          DMA Channel 1 Current Application Receive Descriptor Register
GETH_DMA_CH1_CURRENT_APP_TXBUFFER 0xF001E1D4          DMA Channel 1 Current Application Transmit Buffer Address Register
GETH_DMA_CH1_CURRENT_APP_RXBUFFER 0xF001E1DC          DMA Channel 1 Current Application Receive Buffer Address Register
GETH_DMA_CH1_STATUS 0xF001E1E0          DMA Channel 1 Status Register
GETH_DMA_CH1_MISS_FRAME_CNT 0xF001E1E4          DMA Channel 1 Missed Frames Count Register
GETH_DMA_CH2_CONTROL 0xF001E200          DMA Channel 2 Control Register
GETH_DMA_CH2_TX_CONTROL 0xF001E204          DMA Channel 2 Transmit Control Register
GETH_DMA_CH2_RX_CONTROL 0xF001E208          DMA Channel 2 Receive Control Register
GETH_DMA_CH2_TXDESC_LIST_ADDRESS 0xF001E214          DMA Channel 2 Transmit Descriptor List Address Register
GETH_DMA_CH2_RXDESC_LIST_ADDRESS 0xF001E21C          DMA Channel 2 Receive Descriptor List Address Register
GETH_DMA_CH2_TXDESC_TAIL_POINTER 0xF001E220          DMA Channel 2 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH2_RXDESC_TAIL_POINTER 0xF001E228          DMA Channel 2 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH2_TXDESC_RING_LENGTH 0xF001E22C          DMA Channel 2 Transmit Descriptor Ring Length Register
GETH_DMA_CH2_RXDESC_RING_LENGTH 0xF001E230          DMA Channel 2 Recieve Descriptor Ring Length Register
GETH_DMA_CH2_INTERRUPT_ENABLE 0xF001E234          DMA Channel 2 Interrupt Enable Register
GETH_DMA_CH2_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E238          DMA Channel 2 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH2_SLOT_FUNCTION_CONTROL_STATUS 0xF001E23C          DMA Channel 2 Slot Function Control and Status Register
GETH_DMA_CH2_CURRENT_APP_TXDESC 0xF001E244          DMA Channel 2 Current Application Transmit Descriptor Register
GETH_DMA_CH2_CURRENT_APP_RXDESC 0xF001E24C          DMA Channel 2 Current Application Receive Descriptor Register
GETH_DMA_CH2_CURRENT_APP_TXBUFFER 0xF001E254          DMA Channel 2 Current Application Transmit Buffer Address Register
GETH_DMA_CH2_CURRENT_APP_RXBUFFER 0xF001E25C          DMA Channel 2 Current Application Receive Buffer Address Register
GETH_DMA_CH2_STATUS 0xF001E260          DMA Channel 2 Status Register
GETH_DMA_CH2_MISS_FRAME_CNT 0xF001E264          DMA Channel 2 Missed Frames Count Register
GETH_DMA_CH3_CONTROL 0xF001E280          DMA Channel 3 Control Register
GETH_DMA_CH3_TX_CONTROL 0xF001E284          DMA Channel 3 Transmit Control Register
GETH_DMA_CH3_RX_CONTROL 0xF001E288          DMA Channel 3 Receive Control Register
GETH_DMA_CH3_TXDESC_LIST_ADDRESS 0xF001E294          DMA Channel 3 Transmit Descriptor List Address Register
GETH_DMA_CH3_RXDESC_LIST_ADDRESS 0xF001E29C          DMA Channel 3 Receive Descriptor List Address Register
GETH_DMA_CH3_TXDESC_TAIL_POINTER 0xF001E2A0          DMA Channel 3 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH3_RXDESC_TAIL_POINTER 0xF001E2A8          DMA Channel 3 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH3_TXDESC_RING_LENGTH 0xF001E2AC          DMA Channel 3 Transmit Descriptor Ring Length Register
GETH_DMA_CH3_RXDESC_RING_LENGTH 0xF001E2B0          DMA Channel 3 Recieve Descriptor Ring Length Register
GETH_DMA_CH3_INTERRUPT_ENABLE 0xF001E2B4          DMA Channel 3 Interrupt Enable Register
GETH_DMA_CH3_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E2B8          DMA Channel 3 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH3_SLOT_FUNCTION_CONTROL_STATUS 0xF001E2BC          DMA Channel 3 Slot Function Control and Status Register
GETH_DMA_CH3_CURRENT_APP_TXDESC 0xF001E2C4          DMA Channel 3 Current Application Transmit Descriptor Register
GETH_DMA_CH3_CURRENT_APP_RXDESC 0xF001E2CC          DMA Channel 3 Current Application Receive Descriptor Register
GETH_DMA_CH3_CURRENT_APP_TXBUFFER 0xF001E2D4          DMA Channel 3 Current Application Transmit Buffer Address Register
GETH_DMA_CH3_CURRENT_APP_RXBUFFER 0xF001E2DC          DMA Channel 3 Current Application Receive Buffer Address Register
GETH_DMA_CH3_STATUS 0xF001E2E0          DMA Channel 3 Status Register
GETH_DMA_CH3_MISS_FRAME_CNT 0xF001E2E4          DMA Channel 3 Missed Frames Count Register
GETH_CLC        0xF001F000          Clock Control Register
GETH_ID         0xF001F004          Module Identification Register
GETH_GPCTL      0xF001F008          General Purpose Control Register
GETH_ACCEN0     0xF001F00C          Access Enable Register 0
GETH_ACCEN1     0xF001F010          Access Enable Register 1
GETH_KRST0      0xF001F014          Kernel Reset Register 0
GETH_KRST1      0xF001F018          Kernel Reset Register 1
GETH_KRSTCLR    0xF001F01C          Kernel Reset Status Clear Register
GETH_ACCEN0D0   0xF001F020          Access Enable Register 0 for DMA0
GETH_ACCEN1D0   0xF001F024          Access Enable Register 1 for DMA0
GETH_ACCEN0D1   0xF001F028          Access Enable Register 0 for DMA1
GETH_ACCEN1D1   0xF001F02C          Access Enable Register 1 for DMA1
GETH_ACCEN0D2   0xF001F030          Access Enable Register 0 for DMA2
GETH_ACCEN1D2   0xF001F034          Access Enable Register 1 for DMA2
GETH_ACCEN0D3   0xF001F038          Access Enable Register 0 for DMA3
GETH_ACCEN1D3   0xF001F03C          Access Enable Register 1 for DMA3
GETH_SKEWCTL    0xF001F040          Skew Control Register
EVADC_CLC       0xF0020000          Clock Control Register
EVADC_ID        0xF0020008          Module Identification Register
EVADC_OCS       0xF0020028          OCDS Control and Status Register
EVADC_KRSTCLR   0xF002002C          Kernel Reset Status Clear Register
EVADC_KRST1     0xF0020030          Kernel Reset Register 1
EVADC_KRST0     0xF0020034          Kernel Reset Register 0
EVADC_ACCEN0    0xF002003C          Access Enable Register 0
EVADC_GLOBCFG   0xF0020080          Global Configuration Register
EVADC_ACCPROT0  0xF0020088          Access Protection Register 0
EVADC_ACCPROT1  0xF002008C          Access Protection Register 1
EVADC_ACCPROT2  0xF0020090          Access Protection Register 2
EVADC_GLOBICLASS0 0xF00200A0          Input Class Register 0, Global
EVADC_GLOBICLASS1 0xF00200A4          Input Class Register 1, Global
EVADC_GLOBBOUND 0xF00200B8          Global Boundary Select Register
EVADC_GLOBEFLAG 0xF00200E0          Global Event Flag Register
EVADC_GLOBEVNP  0xF0020140          Global Event Node Pointer Register
EVADC_GLOBTF    0xF0020160          Global Test Functions Register
EVADC_GLOBTE    0xF0020164          Global Test Enable Register
EVADC_GLOBRCR   0xF0020280          Global Result Control Register
EVADC_GLOBRES   0xF0020300          Global Result Register
EVADC_GLOBRESD  0xF0020380          Global Result Register, Debug
EVADC_EMUXSEL   0xF00203F0          External Multiplexer Interface Select Register
EVADC_G0TRCTR   0xF0020410          Trigger Control Register, Group 0
EVADC_G0ARBCFG  0xF0020480          Arbitration Config. Register, Group 0
EVADC_G0ARBPR   0xF0020484          Arbitration Priority Register, Group 0
EVADC_G0ANCFG   0xF0020488          Analog Fct. Config. Register, Group 0
EVADC_G0ICLASS0 0xF00204A0          Input Class Register 0, Group 0
EVADC_G0ICLASS1 0xF00204A4          Input Class Register 1, Group 0
EVADC_G0ALIAS   0xF00204B0          Alias Register, Group 0
EVADC_G0BOUND   0xF00204B8          Boundary Select Register, Group 0
EVADC_G0SYNCTR  0xF00204C0          Synchronization Control Register, Group 0
EVADC_G0QCTRL0  0xF0020500          Queue 0 Source Contr. Register, Group 0
EVADC_G0QMR0    0xF0020504          Queue 0 Mode Register, Group 0
EVADC_G0QSR0    0xF0020508          Queue 0 Status Register, Group 0
EVADC_G0Q0R0    0xF002050C          Queue 0 Register 0, Group 0
EVADC_G0QINR0   0xF0020510          Queue 0 Input Register, Group 0
EVADC_G0QBUR0   0xF0020514          Queue 0 Backup Register, Group 0
EVADC_G0REQTM0  0xF0020518          Queue 0 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS0  0xF002051C          Queue 0 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL1  0xF0020520          Queue 1 Source Contr. Register, Group 0
EVADC_G0QMR1    0xF0020524          Queue 1 Mode Register, Group 0
EVADC_G0QSR1    0xF0020528          Queue 1 Status Register, Group 0
EVADC_G0Q0R1    0xF002052C          Queue 1 Register 0, Group 0
EVADC_G0QINR1   0xF0020530          Queue 1 Input Register, Group 0
EVADC_G0QBUR1   0xF0020534          Queue 1 Backup Register, Group 0
EVADC_G0REQTM1  0xF0020538          Queue 1 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS1  0xF002053C          Queue 1 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL2  0xF0020540          Queue 2 Source Contr. Register, Group 0
EVADC_G0QMR2    0xF0020544          Queue 2 Mode Register, Group 0
EVADC_G0QSR2    0xF0020548          Queue 2 Status Register, Group 0
EVADC_G0Q0R2    0xF002054C          Queue 2 Register 0, Group 0
EVADC_G0QINR2   0xF0020550          Queue 2 Input Register, Group 0
EVADC_G0QBUR2   0xF0020554          Queue 2 Backup Register, Group 0
EVADC_G0REQTM2  0xF0020558          Queue 2 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS2  0xF002055C          Queue 2 Requ. Timer Status Reg., Group 0
EVADC_G0CEFLAG  0xF0020580          Channel Event Flag Register, Group 0
EVADC_G0REFLAG  0xF0020584          Result Event Flag Register, Group 0
EVADC_G0SEFLAG  0xF0020588          Source Event Flag Register, Group 0
EVADC_G0CEFCLR  0xF0020590          Channel Event Flag Clear Register, Group 0
EVADC_G0REFCLR  0xF0020594          Result Event Flag Clear Register, Group 0
EVADC_G0SEFCLR  0xF0020598          Source Event Flag Clear Reg., Group 0
EVADC_G0CEVNP0  0xF00205A0          Channel Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP0  0xF00205B0          Result Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP1  0xF00205B4          Result Event Node Pointer Reg. 1, Group 0
EVADC_G0SEVNP   0xF00205C0          Source Event Node Pointer Reg., Group 0
EVADC_G0SRACT   0xF00205C8          Service Request Software Activation Trigger, Group 0
EVADC_G0EMUXCTR 0xF00205F0          External Multiplexer Control Reg., Group 0
EVADC_G0EMUXCS  0xF00205F4          Ext. Multiplexer Channel Select Reg., Group 0
EVADC_G0VFR     0xF00205F8          Valid Flag Register, Group 0
EVADC_G0CHCTR0  0xF0020600          Group 0, Channel 0 Control Register
EVADC_G0CHCTR1  0xF0020604          Group 0, Channel 1 Control Register
EVADC_G0CHCTR2  0xF0020608          Group 0, Channel 2 Control Register
EVADC_G0CHCTR3  0xF002060C          Group 0, Channel 3 Control Register
EVADC_G0CHCTR4  0xF0020610          Group 0, Channel 4 Control Register
EVADC_G0CHCTR5  0xF0020614          Group 0, Channel 5 Control Register
EVADC_G0CHCTR6  0xF0020618          Group 0, Channel 6 Control Register
EVADC_G0CHCTR7  0xF002061C          Group 0, Channel 7 Control Register
EVADC_G0RCR0    0xF0020680          Group 0 Result Control Register 0
EVADC_G0RCR1    0xF0020684          Group 0 Result Control Register 1
EVADC_G0RCR2    0xF0020688          Group 0 Result Control Register 2
EVADC_G0RCR3    0xF002068C          Group 0 Result Control Register 3
EVADC_G0RCR4    0xF0020690          Group 0 Result Control Register 4
EVADC_G0RCR5    0xF0020694          Group 0 Result Control Register 5
EVADC_G0RCR6    0xF0020698          Group 0 Result Control Register 6
EVADC_G0RCR7    0xF002069C          Group 0 Result Control Register 7
EVADC_G0RCR8    0xF00206A0          Group 0 Result Control Register 8
EVADC_G0RCR9    0xF00206A4          Group 0 Result Control Register 9
EVADC_G0RCR10   0xF00206A8          Group 0 Result Control Register 10
EVADC_G0RCR11   0xF00206AC          Group 0 Result Control Register 11
EVADC_G0RCR12   0xF00206B0          Group 0 Result Control Register 12
EVADC_G0RCR13   0xF00206B4          Group 0 Result Control Register 13
EVADC_G0RCR14   0xF00206B8          Group 0 Result Control Register 14
EVADC_G0RCR15   0xF00206BC          Group 0 Result Control Register 15
EVADC_G0RES0    0xF0020700          Group 0 Result Register 0
EVADC_G0RES1    0xF0020704          Group 0 Result Register 1
EVADC_G0RES2    0xF0020708          Group 0 Result Register 2
EVADC_G0RES3    0xF002070C          Group 0 Result Register 3
EVADC_G0RES4    0xF0020710          Group 0 Result Register 4
EVADC_G0RES5    0xF0020714          Group 0 Result Register 5
EVADC_G0RES6    0xF0020718          Group 0 Result Register 6
EVADC_G0RES7    0xF002071C          Group 0 Result Register 7
EVADC_G0RES8    0xF0020720          Group 0 Result Register 8
EVADC_G0RES9    0xF0020724          Group 0 Result Register 9
EVADC_G0RES10   0xF0020728          Group 0 Result Register 10
EVADC_G0RES11   0xF002072C          Group 0 Result Register 11
EVADC_G0RES12   0xF0020730          Group 0 Result Register 12
EVADC_G0RES13   0xF0020734          Group 0 Result Register 13
EVADC_G0RES14   0xF0020738          Group 0 Result Register 14
EVADC_G0RES15   0xF002073C          Group 0 Result Register 15
EVADC_G0RESD0   0xF0020780          Group 0 Result Reg. 0, Debug
EVADC_G0RESD1   0xF0020784          Group 0 Result Reg. 1, Debug
EVADC_G0RESD2   0xF0020788          Group 0 Result Reg. 2, Debug
EVADC_G0RESD3   0xF002078C          Group 0 Result Reg. 3, Debug
EVADC_G0RESD4   0xF0020790          Group 0 Result Reg. 4, Debug
EVADC_G0RESD5   0xF0020794          Group 0 Result Reg. 5, Debug
EVADC_G0RESD6   0xF0020798          Group 0 Result Reg. 6, Debug
EVADC_G0RESD7   0xF002079C          Group 0 Result Reg. 7, Debug
EVADC_G0RESD8   0xF00207A0          Group 0 Result Reg. 8, Debug
EVADC_G0RESD9   0xF00207A4          Group 0 Result Reg. 9, Debug
EVADC_G0RESD10  0xF00207A8          Group 0 Result Reg. 10, Debug
EVADC_G0RESD11  0xF00207AC          Group 0 Result Reg. 11, Debug
EVADC_G0RESD12  0xF00207B0          Group 0 Result Reg. 12, Debug
EVADC_G0RESD13  0xF00207B4          Group 0 Result Reg. 13, Debug
EVADC_G0RESD14  0xF00207B8          Group 0 Result Reg. 14, Debug
EVADC_G0RESD15  0xF00207BC          Group 0 Result Reg. 15, Debug
EVADC_G1TRCTR   0xF0020810          Trigger Control Register, Group 1
EVADC_G1ARBCFG  0xF0020880          Arbitration Config. Register, Group 1
EVADC_G1ARBPR   0xF0020884          Arbitration Priority Register, Group 1
EVADC_G1ANCFG   0xF0020888          Analog Fct. Config. Register, Group 1
EVADC_G1ICLASS0 0xF00208A0          Input Class Register 0, Group 1
EVADC_G1ICLASS1 0xF00208A4          Input Class Register 1, Group 1
EVADC_G1ALIAS   0xF00208B0          Alias Register, Group 1
EVADC_G1BOUND   0xF00208B8          Boundary Select Register, Group 1
EVADC_G1SYNCTR  0xF00208C0          Synchronization Control Register, Group 1
EVADC_G1QCTRL0  0xF0020900          Queue 0 Source Contr. Register, Group 1
EVADC_G1QMR0    0xF0020904          Queue 0 Mode Register, Group 1
EVADC_G1QSR0    0xF0020908          Queue 0 Status Register, Group 1
EVADC_G1Q0R0    0xF002090C          Queue 0 Register 0, Group 1
EVADC_G1QINR0   0xF0020910          Queue 0 Input Register, Group 1
EVADC_G1QBUR0   0xF0020914          Queue 0 Backup Register, Group 1
EVADC_G1REQTM0  0xF0020918          Queue 0 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS0  0xF002091C          Queue 0 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL1  0xF0020920          Queue 1 Source Contr. Register, Group 1
EVADC_G1QMR1    0xF0020924          Queue 1 Mode Register, Group 1
EVADC_G1QSR1    0xF0020928          Queue 1 Status Register, Group 1
EVADC_G1Q0R1    0xF002092C          Queue 1 Register 0, Group 1
EVADC_G1QINR1   0xF0020930          Queue 1 Input Register, Group 1
EVADC_G1QBUR1   0xF0020934          Queue 1 Backup Register, Group 1
EVADC_G1REQTM1  0xF0020938          Queue 1 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS1  0xF002093C          Queue 1 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL2  0xF0020940          Queue 2 Source Contr. Register, Group 1
EVADC_G1QMR2    0xF0020944          Queue 2 Mode Register, Group 1
EVADC_G1QSR2    0xF0020948          Queue 2 Status Register, Group 1
EVADC_G1Q0R2    0xF002094C          Queue 2 Register 0, Group 1
EVADC_G1QINR2   0xF0020950          Queue 2 Input Register, Group 1
EVADC_G1QBUR2   0xF0020954          Queue 2 Backup Register, Group 1
EVADC_G1REQTM2  0xF0020958          Queue 2 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS2  0xF002095C          Queue 2 Requ. Timer Status Reg., Group 1
EVADC_G1CEFLAG  0xF0020980          Channel Event Flag Register, Group 1
EVADC_G1REFLAG  0xF0020984          Result Event Flag Register, Group 1
EVADC_G1SEFLAG  0xF0020988          Source Event Flag Register, Group 1
EVADC_G1CEFCLR  0xF0020990          Channel Event Flag Clear Register, Group 1
EVADC_G1REFCLR  0xF0020994          Result Event Flag Clear Register, Group 1
EVADC_G1SEFCLR  0xF0020998          Source Event Flag Clear Reg., Group 1
EVADC_G1CEVNP0  0xF00209A0          Channel Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP0  0xF00209B0          Result Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP1  0xF00209B4          Result Event Node Pointer Reg. 1, Group 1
EVADC_G1SEVNP   0xF00209C0          Source Event Node Pointer Reg., Group 1
EVADC_G1SRACT   0xF00209C8          Service Request Software Activation Trigger, Group 1
EVADC_G1EMUXCTR 0xF00209F0          External Multiplexer Control Reg., Group 1
EVADC_G1EMUXCS  0xF00209F4          Ext. Multiplexer Channel Select Reg., Group 1
EVADC_G1VFR     0xF00209F8          Valid Flag Register, Group 1
EVADC_G1CHCTR0  0xF0020A00          Group 1, Channel 0 Control Register
EVADC_G1CHCTR1  0xF0020A04          Group 1, Channel 1 Control Register
EVADC_G1CHCTR2  0xF0020A08          Group 1, Channel 2 Control Register
EVADC_G1CHCTR3  0xF0020A0C          Group 1, Channel 3 Control Register
EVADC_G1CHCTR4  0xF0020A10          Group 1, Channel 4 Control Register
EVADC_G1CHCTR5  0xF0020A14          Group 1, Channel 5 Control Register
EVADC_G1CHCTR6  0xF0020A18          Group 1, Channel 6 Control Register
EVADC_G1CHCTR7  0xF0020A1C          Group 1, Channel 7 Control Register
EVADC_G1RCR0    0xF0020A80          Group 1 Result Control Register 0
EVADC_G1RCR1    0xF0020A84          Group 1 Result Control Register 1
EVADC_G1RCR2    0xF0020A88          Group 1 Result Control Register 2
EVADC_G1RCR3    0xF0020A8C          Group 1 Result Control Register 3
EVADC_G1RCR4    0xF0020A90          Group 1 Result Control Register 4
EVADC_G1RCR5    0xF0020A94          Group 1 Result Control Register 5
EVADC_G1RCR6    0xF0020A98          Group 1 Result Control Register 6
EVADC_G1RCR7    0xF0020A9C          Group 1 Result Control Register 7
EVADC_G1RCR8    0xF0020AA0          Group 1 Result Control Register 8
EVADC_G1RCR9    0xF0020AA4          Group 1 Result Control Register 9
EVADC_G1RCR10   0xF0020AA8          Group 1 Result Control Register 10
EVADC_G1RCR11   0xF0020AAC          Group 1 Result Control Register 11
EVADC_G1RCR12   0xF0020AB0          Group 1 Result Control Register 12
EVADC_G1RCR13   0xF0020AB4          Group 1 Result Control Register 13
EVADC_G1RCR14   0xF0020AB8          Group 1 Result Control Register 14
EVADC_G1RCR15   0xF0020ABC          Group 1 Result Control Register 15
EVADC_G1RES0    0xF0020B00          Group 1 Result Register 0
EVADC_G1RES1    0xF0020B04          Group 1 Result Register 1
EVADC_G1RES2    0xF0020B08          Group 1 Result Register 2
EVADC_G1RES3    0xF0020B0C          Group 1 Result Register 3
EVADC_G1RES4    0xF0020B10          Group 1 Result Register 4
EVADC_G1RES5    0xF0020B14          Group 1 Result Register 5
EVADC_G1RES6    0xF0020B18          Group 1 Result Register 6
EVADC_G1RES7    0xF0020B1C          Group 1 Result Register 7
EVADC_G1RES8    0xF0020B20          Group 1 Result Register 8
EVADC_G1RES9    0xF0020B24          Group 1 Result Register 9
EVADC_G1RES10   0xF0020B28          Group 1 Result Register 10
EVADC_G1RES11   0xF0020B2C          Group 1 Result Register 11
EVADC_G1RES12   0xF0020B30          Group 1 Result Register 12
EVADC_G1RES13   0xF0020B34          Group 1 Result Register 13
EVADC_G1RES14   0xF0020B38          Group 1 Result Register 14
EVADC_G1RES15   0xF0020B3C          Group 1 Result Register 15
EVADC_G1RESD0   0xF0020B80          Group 1 Result Reg. 0, Debug
EVADC_G1RESD1   0xF0020B84          Group 1 Result Reg. 1, Debug
EVADC_G1RESD2   0xF0020B88          Group 1 Result Reg. 2, Debug
EVADC_G1RESD3   0xF0020B8C          Group 1 Result Reg. 3, Debug
EVADC_G1RESD4   0xF0020B90          Group 1 Result Reg. 4, Debug
EVADC_G1RESD5   0xF0020B94          Group 1 Result Reg. 5, Debug
EVADC_G1RESD6   0xF0020B98          Group 1 Result Reg. 6, Debug
EVADC_G1RESD7   0xF0020B9C          Group 1 Result Reg. 7, Debug
EVADC_G1RESD8   0xF0020BA0          Group 1 Result Reg. 8, Debug
EVADC_G1RESD9   0xF0020BA4          Group 1 Result Reg. 9, Debug
EVADC_G1RESD10  0xF0020BA8          Group 1 Result Reg. 10, Debug
EVADC_G1RESD11  0xF0020BAC          Group 1 Result Reg. 11, Debug
EVADC_G1RESD12  0xF0020BB0          Group 1 Result Reg. 12, Debug
EVADC_G1RESD13  0xF0020BB4          Group 1 Result Reg. 13, Debug
EVADC_G1RESD14  0xF0020BB8          Group 1 Result Reg. 14, Debug
EVADC_G1RESD15  0xF0020BBC          Group 1 Result Reg. 15, Debug
EVADC_G2TRCTR   0xF0020C10          Trigger Control Register, Group 2
EVADC_G2ARBCFG  0xF0020C80          Arbitration Config. Register, Group 2
EVADC_G2ARBPR   0xF0020C84          Arbitration Priority Register, Group 2
EVADC_G2ANCFG   0xF0020C88          Analog Fct. Config. Register, Group 2
EVADC_G2ICLASS0 0xF0020CA0          Input Class Register 0, Group 2
EVADC_G2ICLASS1 0xF0020CA4          Input Class Register 1, Group 2
EVADC_G2ALIAS   0xF0020CB0          Alias Register, Group 2
EVADC_G2BOUND   0xF0020CB8          Boundary Select Register, Group 2
EVADC_G2SYNCTR  0xF0020CC0          Synchronization Control Register, Group 2
EVADC_G2QCTRL0  0xF0020D00          Queue 0 Source Contr. Register, Group 2
EVADC_G2QMR0    0xF0020D04          Queue 0 Mode Register, Group 2
EVADC_G2QSR0    0xF0020D08          Queue 0 Status Register, Group 2
EVADC_G2Q0R0    0xF0020D0C          Queue 0 Register 0, Group 2
EVADC_G2QINR0   0xF0020D10          Queue 0 Input Register, Group 2
EVADC_G2QBUR0   0xF0020D14          Queue 0 Backup Register, Group 2
EVADC_G2REQTM0  0xF0020D18          Queue 0 Requ. Timer Mode Reg., Group 2
EVADC_G2REQTS0  0xF0020D1C          Queue 0 Requ. Timer Status Reg., Group 2
EVADC_G2QCTRL1  0xF0020D20          Queue 1 Source Contr. Register, Group 2
EVADC_G2QMR1    0xF0020D24          Queue 1 Mode Register, Group 2
EVADC_G2QSR1    0xF0020D28          Queue 1 Status Register, Group 2
EVADC_G2Q0R1    0xF0020D2C          Queue 1 Register 0, Group 2
EVADC_G2QINR1   0xF0020D30          Queue 1 Input Register, Group 2
EVADC_G2QBUR1   0xF0020D34          Queue 1 Backup Register, Group 2
EVADC_G2REQTM1  0xF0020D38          Queue 1 Requ. Timer Mode Reg., Group 2
EVADC_G2REQTS1  0xF0020D3C          Queue 1 Requ. Timer Status Reg., Group 2
EVADC_G2QCTRL2  0xF0020D40          Queue 2 Source Contr. Register, Group 2
EVADC_G2QMR2    0xF0020D44          Queue 2 Mode Register, Group 2
EVADC_G2QSR2    0xF0020D48          Queue 2 Status Register, Group 2
EVADC_G2Q0R2    0xF0020D4C          Queue 2 Register 0, Group 2
EVADC_G2QINR2   0xF0020D50          Queue 2 Input Register, Group 2
EVADC_G2QBUR2   0xF0020D54          Queue 2 Backup Register, Group 2
EVADC_G2REQTM2  0xF0020D58          Queue 2 Requ. Timer Mode Reg., Group 2
EVADC_G2REQTS2  0xF0020D5C          Queue 2 Requ. Timer Status Reg., Group 2
EVADC_G2CEFLAG  0xF0020D80          Channel Event Flag Register, Group 2
EVADC_G2REFLAG  0xF0020D84          Result Event Flag Register, Group 2
EVADC_G2SEFLAG  0xF0020D88          Source Event Flag Register, Group 2
EVADC_G2CEFCLR  0xF0020D90          Channel Event Flag Clear Register, Group 2
EVADC_G2REFCLR  0xF0020D94          Result Event Flag Clear Register, Group 2
EVADC_G2SEFCLR  0xF0020D98          Source Event Flag Clear Reg., Group 2
EVADC_G2CEVNP0  0xF0020DA0          Channel Event Node Pointer Reg. 0, Group 2
EVADC_G2REVNP0  0xF0020DB0          Result Event Node Pointer Reg. 0, Group 2
EVADC_G2REVNP1  0xF0020DB4          Result Event Node Pointer Reg. 1, Group 2
EVADC_G2SEVNP   0xF0020DC0          Source Event Node Pointer Reg., Group 2
EVADC_G2SRACT   0xF0020DC8          Service Request Software Activation Trigger, Group 2
EVADC_G2EMUXCTR 0xF0020DF0          External Multiplexer Control Reg., Group 2
EVADC_G2EMUXCS  0xF0020DF4          Ext. Multiplexer Channel Select Reg., Group 2
EVADC_G2VFR     0xF0020DF8          Valid Flag Register, Group 2
EVADC_G2CHCTR0  0xF0020E00          Group 2, Channel 0 Control Register
EVADC_G2CHCTR1  0xF0020E04          Group 2, Channel 1 Control Register
EVADC_G2CHCTR2  0xF0020E08          Group 2, Channel 2 Control Register
EVADC_G2CHCTR3  0xF0020E0C          Group 2, Channel 3 Control Register
EVADC_G2CHCTR4  0xF0020E10          Group 2, Channel 4 Control Register
EVADC_G2CHCTR5  0xF0020E14          Group 2, Channel 5 Control Register
EVADC_G2CHCTR6  0xF0020E18          Group 2, Channel 6 Control Register
EVADC_G2CHCTR7  0xF0020E1C          Group 2, Channel 7 Control Register
EVADC_G2RCR0    0xF0020E80          Group 2 Result Control Register 0
EVADC_G2RCR1    0xF0020E84          Group 2 Result Control Register 1
EVADC_G2RCR2    0xF0020E88          Group 2 Result Control Register 2
EVADC_G2RCR3    0xF0020E8C          Group 2 Result Control Register 3
EVADC_G2RCR4    0xF0020E90          Group 2 Result Control Register 4
EVADC_G2RCR5    0xF0020E94          Group 2 Result Control Register 5
EVADC_G2RCR6    0xF0020E98          Group 2 Result Control Register 6
EVADC_G2RCR7    0xF0020E9C          Group 2 Result Control Register 7
EVADC_G2RCR8    0xF0020EA0          Group 2 Result Control Register 8
EVADC_G2RCR9    0xF0020EA4          Group 2 Result Control Register 9
EVADC_G2RCR10   0xF0020EA8          Group 2 Result Control Register 10
EVADC_G2RCR11   0xF0020EAC          Group 2 Result Control Register 11
EVADC_G2RCR12   0xF0020EB0          Group 2 Result Control Register 12
EVADC_G2RCR13   0xF0020EB4          Group 2 Result Control Register 13
EVADC_G2RCR14   0xF0020EB8          Group 2 Result Control Register 14
EVADC_G2RCR15   0xF0020EBC          Group 2 Result Control Register 15
EVADC_G2RES0    0xF0020F00          Group 2 Result Register 0
EVADC_G2RES1    0xF0020F04          Group 2 Result Register 1
EVADC_G2RES2    0xF0020F08          Group 2 Result Register 2
EVADC_G2RES3    0xF0020F0C          Group 2 Result Register 3
EVADC_G2RES4    0xF0020F10          Group 2 Result Register 4
EVADC_G2RES5    0xF0020F14          Group 2 Result Register 5
EVADC_G2RES6    0xF0020F18          Group 2 Result Register 6
EVADC_G2RES7    0xF0020F1C          Group 2 Result Register 7
EVADC_G2RES8    0xF0020F20          Group 2 Result Register 8
EVADC_G2RES9    0xF0020F24          Group 2 Result Register 9
EVADC_G2RES10   0xF0020F28          Group 2 Result Register 10
EVADC_G2RES11   0xF0020F2C          Group 2 Result Register 11
EVADC_G2RES12   0xF0020F30          Group 2 Result Register 12
EVADC_G2RES13   0xF0020F34          Group 2 Result Register 13
EVADC_G2RES14   0xF0020F38          Group 2 Result Register 14
EVADC_G2RES15   0xF0020F3C          Group 2 Result Register 15
EVADC_G2RESD0   0xF0020F80          Group 2 Result Reg. 0, Debug
EVADC_G2RESD1   0xF0020F84          Group 2 Result Reg. 1, Debug
EVADC_G2RESD2   0xF0020F88          Group 2 Result Reg. 2, Debug
EVADC_G2RESD3   0xF0020F8C          Group 2 Result Reg. 3, Debug
EVADC_G2RESD4   0xF0020F90          Group 2 Result Reg. 4, Debug
EVADC_G2RESD5   0xF0020F94          Group 2 Result Reg. 5, Debug
EVADC_G2RESD6   0xF0020F98          Group 2 Result Reg. 6, Debug
EVADC_G2RESD7   0xF0020F9C          Group 2 Result Reg. 7, Debug
EVADC_G2RESD8   0xF0020FA0          Group 2 Result Reg. 8, Debug
EVADC_G2RESD9   0xF0020FA4          Group 2 Result Reg. 9, Debug
EVADC_G2RESD10  0xF0020FA8          Group 2 Result Reg. 10, Debug
EVADC_G2RESD11  0xF0020FAC          Group 2 Result Reg. 11, Debug
EVADC_G2RESD12  0xF0020FB0          Group 2 Result Reg. 12, Debug
EVADC_G2RESD13  0xF0020FB4          Group 2 Result Reg. 13, Debug
EVADC_G2RESD14  0xF0020FB8          Group 2 Result Reg. 14, Debug
EVADC_G2RESD15  0xF0020FBC          Group 2 Result Reg. 15, Debug
EVADC_G3TRCTR   0xF0021010          Trigger Control Register, Group 3
EVADC_G3ARBCFG  0xF0021080          Arbitration Config. Register, Group 3
EVADC_G3ARBPR   0xF0021084          Arbitration Priority Register, Group 3
EVADC_G3ANCFG   0xF0021088          Analog Fct. Config. Register, Group 3
EVADC_G3ICLASS0 0xF00210A0          Input Class Register 0, Group 3
EVADC_G3ICLASS1 0xF00210A4          Input Class Register 1, Group 3
EVADC_G3ALIAS   0xF00210B0          Alias Register, Group 3
EVADC_G3BOUND   0xF00210B8          Boundary Select Register, Group 3
EVADC_G3SYNCTR  0xF00210C0          Synchronization Control Register, Group 3
EVADC_G3QCTRL0  0xF0021100          Queue 0 Source Contr. Register, Group 3
EVADC_G3QMR0    0xF0021104          Queue 0 Mode Register, Group 3
EVADC_G3QSR0    0xF0021108          Queue 0 Status Register, Group 3
EVADC_G3Q0R0    0xF002110C          Queue 0 Register 0, Group 3
EVADC_G3QINR0   0xF0021110          Queue 0 Input Register, Group 3
EVADC_G3QBUR0   0xF0021114          Queue 0 Backup Register, Group 3
EVADC_G3REQTM0  0xF0021118          Queue 0 Requ. Timer Mode Reg., Group 3
EVADC_G3REQTS0  0xF002111C          Queue 0 Requ. Timer Status Reg., Group 3
EVADC_G3QCTRL1  0xF0021120          Queue 1 Source Contr. Register, Group 3
EVADC_G3QMR1    0xF0021124          Queue 1 Mode Register, Group 3
EVADC_G3QSR1    0xF0021128          Queue 1 Status Register, Group 3
EVADC_G3Q0R1    0xF002112C          Queue 1 Register 0, Group 3
EVADC_G3QINR1   0xF0021130          Queue 1 Input Register, Group 3
EVADC_G3QBUR1   0xF0021134          Queue 1 Backup Register, Group 3
EVADC_G3REQTM1  0xF0021138          Queue 1 Requ. Timer Mode Reg., Group 3
EVADC_G3REQTS1  0xF002113C          Queue 1 Requ. Timer Status Reg., Group 3
EVADC_G3QCTRL2  0xF0021140          Queue 2 Source Contr. Register, Group 3
EVADC_G3QMR2    0xF0021144          Queue 2 Mode Register, Group 3
EVADC_G3QSR2    0xF0021148          Queue 2 Status Register, Group 3
EVADC_G3Q0R2    0xF002114C          Queue 2 Register 0, Group 3
EVADC_G3QINR2   0xF0021150          Queue 2 Input Register, Group 3
EVADC_G3QBUR2   0xF0021154          Queue 2 Backup Register, Group 3
EVADC_G3REQTM2  0xF0021158          Queue 2 Requ. Timer Mode Reg., Group 3
EVADC_G3REQTS2  0xF002115C          Queue 2 Requ. Timer Status Reg., Group 3
EVADC_G3CEFLAG  0xF0021180          Channel Event Flag Register, Group 3
EVADC_G3REFLAG  0xF0021184          Result Event Flag Register, Group 3
EVADC_G3SEFLAG  0xF0021188          Source Event Flag Register, Group 3
EVADC_G3CEFCLR  0xF0021190          Channel Event Flag Clear Register, Group 3
EVADC_G3REFCLR  0xF0021194          Result Event Flag Clear Register, Group 3
EVADC_G3SEFCLR  0xF0021198          Source Event Flag Clear Reg., Group 3
EVADC_G3CEVNP0  0xF00211A0          Channel Event Node Pointer Reg. 0, Group 3
EVADC_G3REVNP0  0xF00211B0          Result Event Node Pointer Reg. 0, Group 3
EVADC_G3REVNP1  0xF00211B4          Result Event Node Pointer Reg. 1, Group 3
EVADC_G3SEVNP   0xF00211C0          Source Event Node Pointer Reg., Group 3
EVADC_G3SRACT   0xF00211C8          Service Request Software Activation Trigger, Group 3
EVADC_G3EMUXCTR 0xF00211F0          External Multiplexer Control Reg., Group 3
EVADC_G3EMUXCS  0xF00211F4          Ext. Multiplexer Channel Select Reg., Group 3
EVADC_G3VFR     0xF00211F8          Valid Flag Register, Group 3
EVADC_G3CHCTR0  0xF0021200          Group 3, Channel 0 Control Register
EVADC_G3CHCTR1  0xF0021204          Group 3, Channel 1 Control Register
EVADC_G3CHCTR2  0xF0021208          Group 3, Channel 2 Control Register
EVADC_G3CHCTR3  0xF002120C          Group 3, Channel 3 Control Register
EVADC_G3CHCTR4  0xF0021210          Group 3, Channel 4 Control Register
EVADC_G3CHCTR5  0xF0021214          Group 3, Channel 5 Control Register
EVADC_G3CHCTR6  0xF0021218          Group 3, Channel 6 Control Register
EVADC_G3CHCTR7  0xF002121C          Group 3, Channel 7 Control Register
EVADC_G3RCR0    0xF0021280          Group 3 Result Control Register 0
EVADC_G3RCR1    0xF0021284          Group 3 Result Control Register 1
EVADC_G3RCR2    0xF0021288          Group 3 Result Control Register 2
EVADC_G3RCR3    0xF002128C          Group 3 Result Control Register 3
EVADC_G3RCR4    0xF0021290          Group 3 Result Control Register 4
EVADC_G3RCR5    0xF0021294          Group 3 Result Control Register 5
EVADC_G3RCR6    0xF0021298          Group 3 Result Control Register 6
EVADC_G3RCR7    0xF002129C          Group 3 Result Control Register 7
EVADC_G3RCR8    0xF00212A0          Group 3 Result Control Register 8
EVADC_G3RCR9    0xF00212A4          Group 3 Result Control Register 9
EVADC_G3RCR10   0xF00212A8          Group 3 Result Control Register 10
EVADC_G3RCR11   0xF00212AC          Group 3 Result Control Register 11
EVADC_G3RCR12   0xF00212B0          Group 3 Result Control Register 12
EVADC_G3RCR13   0xF00212B4          Group 3 Result Control Register 13
EVADC_G3RCR14   0xF00212B8          Group 3 Result Control Register 14
EVADC_G3RCR15   0xF00212BC          Group 3 Result Control Register 15
EVADC_G3RES0    0xF0021300          Group 3 Result Register 0
EVADC_G3RES1    0xF0021304          Group 3 Result Register 1
EVADC_G3RES2    0xF0021308          Group 3 Result Register 2
EVADC_G3RES3    0xF002130C          Group 3 Result Register 3
EVADC_G3RES4    0xF0021310          Group 3 Result Register 4
EVADC_G3RES5    0xF0021314          Group 3 Result Register 5
EVADC_G3RES6    0xF0021318          Group 3 Result Register 6
EVADC_G3RES7    0xF002131C          Group 3 Result Register 7
EVADC_G3RES8    0xF0021320          Group 3 Result Register 8
EVADC_G3RES9    0xF0021324          Group 3 Result Register 9
EVADC_G3RES10   0xF0021328          Group 3 Result Register 10
EVADC_G3RES11   0xF002132C          Group 3 Result Register 11
EVADC_G3RES12   0xF0021330          Group 3 Result Register 12
EVADC_G3RES13   0xF0021334          Group 3 Result Register 13
EVADC_G3RES14   0xF0021338          Group 3 Result Register 14
EVADC_G3RES15   0xF002133C          Group 3 Result Register 15
EVADC_G3RESD0   0xF0021380          Group 3 Result Reg. 0, Debug
EVADC_G3RESD1   0xF0021384          Group 3 Result Reg. 1, Debug
EVADC_G3RESD2   0xF0021388          Group 3 Result Reg. 2, Debug
EVADC_G3RESD3   0xF002138C          Group 3 Result Reg. 3, Debug
EVADC_G3RESD4   0xF0021390          Group 3 Result Reg. 4, Debug
EVADC_G3RESD5   0xF0021394          Group 3 Result Reg. 5, Debug
EVADC_G3RESD6   0xF0021398          Group 3 Result Reg. 6, Debug
EVADC_G3RESD7   0xF002139C          Group 3 Result Reg. 7, Debug
EVADC_G3RESD8   0xF00213A0          Group 3 Result Reg. 8, Debug
EVADC_G3RESD9   0xF00213A4          Group 3 Result Reg. 9, Debug
EVADC_G3RESD10  0xF00213A8          Group 3 Result Reg. 10, Debug
EVADC_G3RESD11  0xF00213AC          Group 3 Result Reg. 11, Debug
EVADC_G3RESD12  0xF00213B0          Group 3 Result Reg. 12, Debug
EVADC_G3RESD13  0xF00213B4          Group 3 Result Reg. 13, Debug
EVADC_G3RESD14  0xF00213B8          Group 3 Result Reg. 14, Debug
EVADC_G3RESD15  0xF00213BC          Group 3 Result Reg. 15, Debug
EVADC_G8TRCTR   0xF0022410          Trigger Control Register, Group 8
EVADC_G8ARBCFG  0xF0022480          Arbitration Config. Register, Group 8
EVADC_G8ARBPR   0xF0022484          Arbitration Priority Register, Group 8
EVADC_G8ANCFG   0xF0022488          Analog Fct. Config. Register, Group 8
EVADC_G8ICLASS0 0xF00224A0          Input Class Register 0, Group 8
EVADC_G8ICLASS1 0xF00224A4          Input Class Register 1, Group 8
EVADC_G8ALIAS   0xF00224B0          Alias Register, Group 8
EVADC_G8BOUND   0xF00224B8          Boundary Select Register, Group 8
EVADC_G8SYNCTR  0xF00224C0          Synchronization Control Register, Group 8
EVADC_G8QCTRL0  0xF0022500          Queue 0 Source Contr. Register, Group 8
EVADC_G8QMR0    0xF0022504          Queue 0 Mode Register, Group 8
EVADC_G8QSR0    0xF0022508          Queue 0 Status Register, Group 8
EVADC_G8Q0R0    0xF002250C          Queue 0 Register 0, Group 8
EVADC_G8QINR0   0xF0022510          Queue 0 Input Register, Group 8
EVADC_G8QBUR0   0xF0022514          Queue 0 Backup Register, Group 8
EVADC_G8REQTM0  0xF0022518          Queue 0 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS0  0xF002251C          Queue 0 Requ. Timer Status Reg., Group 8
EVADC_G8QCTRL1  0xF0022520          Queue 1 Source Contr. Register, Group 8
EVADC_G8QMR1    0xF0022524          Queue 1 Mode Register, Group 8
EVADC_G8QSR1    0xF0022528          Queue 1 Status Register, Group 8
EVADC_G8Q0R1    0xF002252C          Queue 1 Register 0, Group 8
EVADC_G8QINR1   0xF0022530          Queue 1 Input Register, Group 8
EVADC_G8QBUR1   0xF0022534          Queue 1 Backup Register, Group 8
EVADC_G8REQTM1  0xF0022538          Queue 1 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS1  0xF002253C          Queue 1 Requ. Timer Status Reg., Group 8
EVADC_G8QCTRL2  0xF0022540          Queue 2 Source Contr. Register, Group 8
EVADC_G8QMR2    0xF0022544          Queue 2 Mode Register, Group 8
EVADC_G8QSR2    0xF0022548          Queue 2 Status Register, Group 8
EVADC_G8Q0R2    0xF002254C          Queue 2 Register 0, Group 8
EVADC_G8QINR2   0xF0022550          Queue 2 Input Register, Group 8
EVADC_G8QBUR2   0xF0022554          Queue 2 Backup Register, Group 8
EVADC_G8REQTM2  0xF0022558          Queue 2 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS2  0xF002255C          Queue 2 Requ. Timer Status Reg., Group 8
EVADC_G8CEFLAG  0xF0022580          Channel Event Flag Register, Group 8
EVADC_G8REFLAG  0xF0022584          Result Event Flag Register, Group 8
EVADC_G8SEFLAG  0xF0022588          Source Event Flag Register, Group 8
EVADC_G8CEFCLR  0xF0022590          Channel Event Flag Clear Register, Group 8
EVADC_G8REFCLR  0xF0022594          Result Event Flag Clear Register, Group 8
EVADC_G8SEFCLR  0xF0022598          Source Event Flag Clear Reg., Group 8
EVADC_G8CEVNP0  0xF00225A0          Channel Event Node Pointer Reg. 0, Group 8
EVADC_G8CEVNP1  0xF00225A4          Channel Event Node Pointer Reg. 1, Group 8
EVADC_G8REVNP0  0xF00225B0          Result Event Node Pointer Reg. 0, Group 8
EVADC_G8REVNP1  0xF00225B4          Result Event Node Pointer Reg. 1, Group 8
EVADC_G8SEVNP   0xF00225C0          Source Event Node Pointer Reg., Group 8
EVADC_G8SRACT   0xF00225C8          Service Request Software Activation Trigger, Group 8
EVADC_G8EMUXCTR 0xF00225F0          External Multiplexer Control Reg., Group 8
EVADC_G8EMUXCS  0xF00225F4          Ext. Multiplexer Channel Select Reg., Group 8
EVADC_G8VFR     0xF00225F8          Valid Flag Register, Group 8
EVADC_G8CHCTR0  0xF0022600          Group 8, Channel 0 Control Register
EVADC_G8CHCTR1  0xF0022604          Group 8, Channel 1 Control Register
EVADC_G8CHCTR2  0xF0022608          Group 8, Channel 2 Control Register
EVADC_G8CHCTR3  0xF002260C          Group 8, Channel 3 Control Register
EVADC_G8CHCTR4  0xF0022610          Group 8, Channel 4 Control Register
EVADC_G8CHCTR5  0xF0022614          Group 8, Channel 5 Control Register
EVADC_G8CHCTR6  0xF0022618          Group 8, Channel 6 Control Register
EVADC_G8CHCTR7  0xF002261C          Group 8, Channel 7 Control Register
EVADC_G8CHCTR8  0xF0022620          Group 8, Channel 8 Control Register
EVADC_G8CHCTR9  0xF0022624          Group 8, Channel 9 Control Register
EVADC_G8CHCTR10 0xF0022628          Group 8, Channel 10 Control Register
EVADC_G8CHCTR11 0xF002262C          Group 8, Channel 11 Control Register
EVADC_G8CHCTR12 0xF0022630          Group 8, Channel 12 Control Register
EVADC_G8CHCTR13 0xF0022634          Group 8, Channel 13 Control Register
EVADC_G8CHCTR14 0xF0022638          Group 8, Channel 14 Control Register
EVADC_G8CHCTR15 0xF002263C          Group 8, Channel 15 Control Register
EVADC_G8RCR0    0xF0022680          Group 8 Result Control Register 0
EVADC_G8RCR1    0xF0022684          Group 8 Result Control Register 1
EVADC_G8RCR2    0xF0022688          Group 8 Result Control Register 2
EVADC_G8RCR3    0xF002268C          Group 8 Result Control Register 3
EVADC_G8RCR4    0xF0022690          Group 8 Result Control Register 4
EVADC_G8RCR5    0xF0022694          Group 8 Result Control Register 5
EVADC_G8RCR6    0xF0022698          Group 8 Result Control Register 6
EVADC_G8RCR7    0xF002269C          Group 8 Result Control Register 7
EVADC_G8RCR8    0xF00226A0          Group 8 Result Control Register 8
EVADC_G8RCR9    0xF00226A4          Group 8 Result Control Register 9
EVADC_G8RCR10   0xF00226A8          Group 8 Result Control Register 10
EVADC_G8RCR11   0xF00226AC          Group 8 Result Control Register 11
EVADC_G8RCR12   0xF00226B0          Group 8 Result Control Register 12
EVADC_G8RCR13   0xF00226B4          Group 8 Result Control Register 13
EVADC_G8RCR14   0xF00226B8          Group 8 Result Control Register 14
EVADC_G8RCR15   0xF00226BC          Group 8 Result Control Register 15
EVADC_G8RES0    0xF0022700          Group 8 Result Register 0
EVADC_G8RES1    0xF0022704          Group 8 Result Register 1
EVADC_G8RES2    0xF0022708          Group 8 Result Register 2
EVADC_G8RES3    0xF002270C          Group 8 Result Register 3
EVADC_G8RES4    0xF0022710          Group 8 Result Register 4
EVADC_G8RES5    0xF0022714          Group 8 Result Register 5
EVADC_G8RES6    0xF0022718          Group 8 Result Register 6
EVADC_G8RES7    0xF002271C          Group 8 Result Register 7
EVADC_G8RES8    0xF0022720          Group 8 Result Register 8
EVADC_G8RES9    0xF0022724          Group 8 Result Register 9
EVADC_G8RES10   0xF0022728          Group 8 Result Register 10
EVADC_G8RES11   0xF002272C          Group 8 Result Register 11
EVADC_G8RES12   0xF0022730          Group 8 Result Register 12
EVADC_G8RES13   0xF0022734          Group 8 Result Register 13
EVADC_G8RES14   0xF0022738          Group 8 Result Register 14
EVADC_G8RES15   0xF002273C          Group 8 Result Register 15
EVADC_G8RESD0   0xF0022780          Group 8 Result Reg. 0, Debug
EVADC_G8RESD1   0xF0022784          Group 8 Result Reg. 1, Debug
EVADC_G8RESD2   0xF0022788          Group 8 Result Reg. 2, Debug
EVADC_G8RESD3   0xF002278C          Group 8 Result Reg. 3, Debug
EVADC_G8RESD4   0xF0022790          Group 8 Result Reg. 4, Debug
EVADC_G8RESD5   0xF0022794          Group 8 Result Reg. 5, Debug
EVADC_G8RESD6   0xF0022798          Group 8 Result Reg. 6, Debug
EVADC_G8RESD7   0xF002279C          Group 8 Result Reg. 7, Debug
EVADC_G8RESD8   0xF00227A0          Group 8 Result Reg. 8, Debug
EVADC_G8RESD9   0xF00227A4          Group 8 Result Reg. 9, Debug
EVADC_G8RESD10  0xF00227A8          Group 8 Result Reg. 10, Debug
EVADC_G8RESD11  0xF00227AC          Group 8 Result Reg. 11, Debug
EVADC_G8RESD12  0xF00227B0          Group 8 Result Reg. 12, Debug
EVADC_G8RESD13  0xF00227B4          Group 8 Result Reg. 13, Debug
EVADC_G8RESD14  0xF00227B8          Group 8 Result Reg. 14, Debug
EVADC_G8RESD15  0xF00227BC          Group 8 Result Reg. 15, Debug
EVADC_G9TRCTR   0xF0022810          Trigger Control Register, Group 9
EVADC_G9ARBCFG  0xF0022880          Arbitration Config. Register, Group 9
EVADC_G9ARBPR   0xF0022884          Arbitration Priority Register, Group 9
EVADC_G9ANCFG   0xF0022888          Analog Fct. Config. Register, Group 9
EVADC_G9ICLASS0 0xF00228A0          Input Class Register 0, Group 9
EVADC_G9ICLASS1 0xF00228A4          Input Class Register 1, Group 9
EVADC_G9ALIAS   0xF00228B0          Alias Register, Group 9
EVADC_G9BOUND   0xF00228B8          Boundary Select Register, Group 9
EVADC_G9SYNCTR  0xF00228C0          Synchronization Control Register, Group 9
EVADC_G9QCTRL0  0xF0022900          Queue 0 Source Contr. Register, Group 9
EVADC_G9QMR0    0xF0022904          Queue 0 Mode Register, Group 9
EVADC_G9QSR0    0xF0022908          Queue 0 Status Register, Group 9
EVADC_G9Q0R0    0xF002290C          Queue 0 Register 0, Group 9
EVADC_G9QINR0   0xF0022910          Queue 0 Input Register, Group 9
EVADC_G9QBUR0   0xF0022914          Queue 0 Backup Register, Group 9
EVADC_G9REQTM0  0xF0022918          Queue 0 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS0  0xF002291C          Queue 0 Requ. Timer Status Reg., Group 9
EVADC_G9QCTRL1  0xF0022920          Queue 1 Source Contr. Register, Group 9
EVADC_G9QMR1    0xF0022924          Queue 1 Mode Register, Group 9
EVADC_G9QSR1    0xF0022928          Queue 1 Status Register, Group 9
EVADC_G9Q0R1    0xF002292C          Queue 1 Register 0, Group 9
EVADC_G9QINR1   0xF0022930          Queue 1 Input Register, Group 9
EVADC_G9QBUR1   0xF0022934          Queue 1 Backup Register, Group 9
EVADC_G9REQTM1  0xF0022938          Queue 1 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS1  0xF002293C          Queue 1 Requ. Timer Status Reg., Group 9
EVADC_G9QCTRL2  0xF0022940          Queue 2 Source Contr. Register, Group 9
EVADC_G9QMR2    0xF0022944          Queue 2 Mode Register, Group 9
EVADC_G9QSR2    0xF0022948          Queue 2 Status Register, Group 9
EVADC_G9Q0R2    0xF002294C          Queue 2 Register 0, Group 9
EVADC_G9QINR2   0xF0022950          Queue 2 Input Register, Group 9
EVADC_G9QBUR2   0xF0022954          Queue 2 Backup Register, Group 9
EVADC_G9REQTM2  0xF0022958          Queue 2 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS2  0xF002295C          Queue 2 Requ. Timer Status Reg., Group 9
EVADC_G9CEFLAG  0xF0022980          Channel Event Flag Register, Group 9
EVADC_G9REFLAG  0xF0022984          Result Event Flag Register, Group 9
EVADC_G9SEFLAG  0xF0022988          Source Event Flag Register, Group 9
EVADC_G9CEFCLR  0xF0022990          Channel Event Flag Clear Register, Group 9
EVADC_G9REFCLR  0xF0022994          Result Event Flag Clear Register, Group 9
EVADC_G9SEFCLR  0xF0022998          Source Event Flag Clear Reg., Group 9
EVADC_G9CEVNP0  0xF00229A0          Channel Event Node Pointer Reg. 0, Group 9
EVADC_G9CEVNP1  0xF00229A4          Channel Event Node Pointer Reg. 1, Group 9
EVADC_G9REVNP0  0xF00229B0          Result Event Node Pointer Reg. 0, Group 9
EVADC_G9REVNP1  0xF00229B4          Result Event Node Pointer Reg. 1, Group 9
EVADC_G9SEVNP   0xF00229C0          Source Event Node Pointer Reg., Group 9
EVADC_G9SRACT   0xF00229C8          Service Request Software Activation Trigger, Group 9
EVADC_G9EMUXCTR 0xF00229F0          External Multiplexer Control Reg., Group 9
EVADC_G9EMUXCS  0xF00229F4          Ext. Multiplexer Channel Select Reg., Group 9
EVADC_G9VFR     0xF00229F8          Valid Flag Register, Group 9
EVADC_G9CHCTR0  0xF0022A00          Group 9, Channel 0 Control Register
EVADC_G9CHCTR1  0xF0022A04          Group 9, Channel 1 Control Register
EVADC_G9CHCTR2  0xF0022A08          Group 9, Channel 2 Control Register
EVADC_G9CHCTR3  0xF0022A0C          Group 9, Channel 3 Control Register
EVADC_G9CHCTR4  0xF0022A10          Group 9, Channel 4 Control Register
EVADC_G9CHCTR5  0xF0022A14          Group 9, Channel 5 Control Register
EVADC_G9CHCTR6  0xF0022A18          Group 9, Channel 6 Control Register
EVADC_G9CHCTR7  0xF0022A1C          Group 9, Channel 7 Control Register
EVADC_G9CHCTR8  0xF0022A20          Group 9, Channel 8 Control Register
EVADC_G9CHCTR9  0xF0022A24          Group 9, Channel 9 Control Register
EVADC_G9CHCTR10 0xF0022A28          Group 9, Channel 10 Control Register
EVADC_G9CHCTR11 0xF0022A2C          Group 9, Channel 11 Control Register
EVADC_G9CHCTR12 0xF0022A30          Group 9, Channel 12 Control Register
EVADC_G9CHCTR13 0xF0022A34          Group 9, Channel 13 Control Register
EVADC_G9CHCTR14 0xF0022A38          Group 9, Channel 14 Control Register
EVADC_G9CHCTR15 0xF0022A3C          Group 9, Channel 15 Control Register
EVADC_G9RCR0    0xF0022A80          Group 9 Result Control Register 0
EVADC_G9RCR1    0xF0022A84          Group 9 Result Control Register 1
EVADC_G9RCR2    0xF0022A88          Group 9 Result Control Register 2
EVADC_G9RCR3    0xF0022A8C          Group 9 Result Control Register 3
EVADC_G9RCR4    0xF0022A90          Group 9 Result Control Register 4
EVADC_G9RCR5    0xF0022A94          Group 9 Result Control Register 5
EVADC_G9RCR6    0xF0022A98          Group 9 Result Control Register 6
EVADC_G9RCR7    0xF0022A9C          Group 9 Result Control Register 7
EVADC_G9RCR8    0xF0022AA0          Group 9 Result Control Register 8
EVADC_G9RCR9    0xF0022AA4          Group 9 Result Control Register 9
EVADC_G9RCR10   0xF0022AA8          Group 9 Result Control Register 10
EVADC_G9RCR11   0xF0022AAC          Group 9 Result Control Register 11
EVADC_G9RCR12   0xF0022AB0          Group 9 Result Control Register 12
EVADC_G9RCR13   0xF0022AB4          Group 9 Result Control Register 13
EVADC_G9RCR14   0xF0022AB8          Group 9 Result Control Register 14
EVADC_G9RCR15   0xF0022ABC          Group 9 Result Control Register 15
EVADC_G9RES0    0xF0022B00          Group 9 Result Register 0
EVADC_G9RES1    0xF0022B04          Group 9 Result Register 1
EVADC_G9RES2    0xF0022B08          Group 9 Result Register 2
EVADC_G9RES3    0xF0022B0C          Group 9 Result Register 3
EVADC_G9RES4    0xF0022B10          Group 9 Result Register 4
EVADC_G9RES5    0xF0022B14          Group 9 Result Register 5
EVADC_G9RES6    0xF0022B18          Group 9 Result Register 6
EVADC_G9RES7    0xF0022B1C          Group 9 Result Register 7
EVADC_G9RES8    0xF0022B20          Group 9 Result Register 8
EVADC_G9RES9    0xF0022B24          Group 9 Result Register 9
EVADC_G9RES10   0xF0022B28          Group 9 Result Register 10
EVADC_G9RES11   0xF0022B2C          Group 9 Result Register 11
EVADC_G9RES12   0xF0022B30          Group 9 Result Register 12
EVADC_G9RES13   0xF0022B34          Group 9 Result Register 13
EVADC_G9RES14   0xF0022B38          Group 9 Result Register 14
EVADC_G9RES15   0xF0022B3C          Group 9 Result Register 15
EVADC_G9RESD0   0xF0022B80          Group 9 Result Reg. 0, Debug
EVADC_G9RESD1   0xF0022B84          Group 9 Result Reg. 1, Debug
EVADC_G9RESD2   0xF0022B88          Group 9 Result Reg. 2, Debug
EVADC_G9RESD3   0xF0022B8C          Group 9 Result Reg. 3, Debug
EVADC_G9RESD4   0xF0022B90          Group 9 Result Reg. 4, Debug
EVADC_G9RESD5   0xF0022B94          Group 9 Result Reg. 5, Debug
EVADC_G9RESD6   0xF0022B98          Group 9 Result Reg. 6, Debug
EVADC_G9RESD7   0xF0022B9C          Group 9 Result Reg. 7, Debug
EVADC_G9RESD8   0xF0022BA0          Group 9 Result Reg. 8, Debug
EVADC_G9RESD9   0xF0022BA4          Group 9 Result Reg. 9, Debug
EVADC_G9RESD10  0xF0022BA8          Group 9 Result Reg. 10, Debug
EVADC_G9RESD11  0xF0022BAC          Group 9 Result Reg. 11, Debug
EVADC_G9RESD12  0xF0022BB0          Group 9 Result Reg. 12, Debug
EVADC_G9RESD13  0xF0022BB4          Group 9 Result Reg. 13, Debug
EVADC_G9RESD14  0xF0022BB8          Group 9 Result Reg. 14, Debug
EVADC_G9RESD15  0xF0022BBC          Group 9 Result Reg. 15, Debug
EVADC_G10TRCTR  0xF0022C10          Trigger Control Register, Group 10
EVADC_G10ARBCFG 0xF0022C80          Arbitration Config. Register, Group 10
EVADC_G10ARBPR  0xF0022C84          Arbitration Priority Register, Group 10
EVADC_G10ANCFG  0xF0022C88          Analog Fct. Config. Register, Group 10
EVADC_G10ICLASS0 0xF0022CA0          Input Class Register 0, Group 10
EVADC_G10ICLASS1 0xF0022CA4          Input Class Register 1, Group 10
EVADC_G10ALIAS  0xF0022CB0          Alias Register, Group 10
EVADC_G10BOUND  0xF0022CB8          Boundary Select Register, Group 10
EVADC_G10SYNCTR 0xF0022CC0          Synchronization Control Register, Group 10
EVADC_G10QCTRL0 0xF0022D00          Queue 0 Source Contr. Register, Group 10
EVADC_G10QMR0   0xF0022D04          Queue 0 Mode Register, Group 10
EVADC_G10QSR0   0xF0022D08          Queue 0 Status Register, Group 10
EVADC_G10Q0R0   0xF0022D0C          Queue 0 Register 0, Group 10
EVADC_G10QINR0  0xF0022D10          Queue 0 Input Register, Group 10
EVADC_G10QBUR0  0xF0022D14          Queue 0 Backup Register, Group 10
EVADC_G10REQTM0 0xF0022D18          Queue 0 Requ. Timer Mode Reg., Group 10
EVADC_G10REQTS0 0xF0022D1C          Queue 0 Requ. Timer Status Reg., Group 10
EVADC_G10QCTRL1 0xF0022D20          Queue 1 Source Contr. Register, Group 10
EVADC_G10QMR1   0xF0022D24          Queue 1 Mode Register, Group 10
EVADC_G10QSR1   0xF0022D28          Queue 1 Status Register, Group 10
EVADC_G10Q0R1   0xF0022D2C          Queue 1 Register 0, Group 10
EVADC_G10QINR1  0xF0022D30          Queue 1 Input Register, Group 10
EVADC_G10QBUR1  0xF0022D34          Queue 1 Backup Register, Group 10
EVADC_G10REQTM1 0xF0022D38          Queue 1 Requ. Timer Mode Reg., Group 10
EVADC_G10REQTS1 0xF0022D3C          Queue 1 Requ. Timer Status Reg., Group 10
EVADC_G10QCTRL2 0xF0022D40          Queue 2 Source Contr. Register, Group 10
EVADC_G10QMR2   0xF0022D44          Queue 2 Mode Register, Group 10
EVADC_G10QSR2   0xF0022D48          Queue 2 Status Register, Group 10
EVADC_G10Q0R2   0xF0022D4C          Queue 2 Register 0, Group 10
EVADC_G10QINR2  0xF0022D50          Queue 2 Input Register, Group 10
EVADC_G10QBUR2  0xF0022D54          Queue 2 Backup Register, Group 10
EVADC_G10REQTM2 0xF0022D58          Queue 2 Requ. Timer Mode Reg., Group 10
EVADC_G10REQTS2 0xF0022D5C          Queue 2 Requ. Timer Status Reg., Group 10
EVADC_G10CEFLAG 0xF0022D80          Channel Event Flag Register, Group 10
EVADC_G10REFLAG 0xF0022D84          Result Event Flag Register, Group 10
EVADC_G10SEFLAG 0xF0022D88          Source Event Flag Register, Group 10
EVADC_G10CEFCLR 0xF0022D90          Channel Event Flag Clear Register, Group 10
EVADC_G10REFCLR 0xF0022D94          Result Event Flag Clear Register, Group 10
EVADC_G10SEFCLR 0xF0022D98          Source Event Flag Clear Reg., Group 10
EVADC_G10CEVNP0 0xF0022DA0          Channel Event Node Pointer Reg. 0, Group 10
EVADC_G10CEVNP1 0xF0022DA4          Channel Event Node Pointer Reg. 1, Group 10
EVADC_G10REVNP0 0xF0022DB0          Result Event Node Pointer Reg. 0, Group 10
EVADC_G10REVNP1 0xF0022DB4          Result Event Node Pointer Reg. 1, Group 10
EVADC_G10SEVNP  0xF0022DC0          Source Event Node Pointer Reg., Group 10
EVADC_G10SRACT  0xF0022DC8          Service Request Software Activation Trigger, Group 10
EVADC_G10EMUXCTR 0xF0022DF0          External Multiplexer Control Reg., Group 10
EVADC_G10EMUXCS 0xF0022DF4          Ext. Multiplexer Channel Select Reg., Group 10
EVADC_G10VFR    0xF0022DF8          Valid Flag Register, Group 10
EVADC_G10CHCTR0 0xF0022E00          Group 10, Channel 0 Control Register
EVADC_G10CHCTR1 0xF0022E04          Group 10, Channel 1 Control Register
EVADC_G10CHCTR2 0xF0022E08          Group 10, Channel 2 Control Register
EVADC_G10CHCTR3 0xF0022E0C          Group 10, Channel 3 Control Register
EVADC_G10CHCTR4 0xF0022E10          Group 10, Channel 4 Control Register
EVADC_G10CHCTR5 0xF0022E14          Group 10, Channel 5 Control Register
EVADC_G10CHCTR6 0xF0022E18          Group 10, Channel 6 Control Register
EVADC_G10CHCTR7 0xF0022E1C          Group 10, Channel 7 Control Register
EVADC_G10CHCTR8 0xF0022E20          Group 10, Channel 8 Control Register
EVADC_G10CHCTR9 0xF0022E24          Group 10, Channel 9 Control Register
EVADC_G10CHCTR10 0xF0022E28          Group 10, Channel 10 Control Register
EVADC_G10CHCTR11 0xF0022E2C          Group 10, Channel 11 Control Register
EVADC_G10CHCTR12 0xF0022E30          Group 10, Channel 12 Control Register
EVADC_G10CHCTR13 0xF0022E34          Group 10, Channel 13 Control Register
EVADC_G10CHCTR14 0xF0022E38          Group 10, Channel 14 Control Register
EVADC_G10CHCTR15 0xF0022E3C          Group 10, Channel 15 Control Register
EVADC_G10RCR0   0xF0022E80          Group 10 Result Control Register 0
EVADC_G10RCR1   0xF0022E84          Group 10 Result Control Register 1
EVADC_G10RCR2   0xF0022E88          Group 10 Result Control Register 2
EVADC_G10RCR3   0xF0022E8C          Group 10 Result Control Register 3
EVADC_G10RCR4   0xF0022E90          Group 10 Result Control Register 4
EVADC_G10RCR5   0xF0022E94          Group 10 Result Control Register 5
EVADC_G10RCR6   0xF0022E98          Group 10 Result Control Register 6
EVADC_G10RCR7   0xF0022E9C          Group 10 Result Control Register 7
EVADC_G10RCR8   0xF0022EA0          Group 10 Result Control Register 8
EVADC_G10RCR9   0xF0022EA4          Group 10 Result Control Register 9
EVADC_G10RCR10  0xF0022EA8          Group 10 Result Control Register 10
EVADC_G10RCR11  0xF0022EAC          Group 10 Result Control Register 11
EVADC_G10RCR12  0xF0022EB0          Group 10 Result Control Register 12
EVADC_G10RCR13  0xF0022EB4          Group 10 Result Control Register 13
EVADC_G10RCR14  0xF0022EB8          Group 10 Result Control Register 14
EVADC_G10RCR15  0xF0022EBC          Group 10 Result Control Register 15
EVADC_G10RES0   0xF0022F00          Group 10 Result Register 0
EVADC_G10RES1   0xF0022F04          Group 10 Result Register 1
EVADC_G10RES2   0xF0022F08          Group 10 Result Register 2
EVADC_G10RES3   0xF0022F0C          Group 10 Result Register 3
EVADC_G10RES4   0xF0022F10          Group 10 Result Register 4
EVADC_G10RES5   0xF0022F14          Group 10 Result Register 5
EVADC_G10RES6   0xF0022F18          Group 10 Result Register 6
EVADC_G10RES7   0xF0022F1C          Group 10 Result Register 7
EVADC_G10RES8   0xF0022F20          Group 10 Result Register 8
EVADC_G10RES9   0xF0022F24          Group 10 Result Register 9
EVADC_G10RES10  0xF0022F28          Group 10 Result Register 10
EVADC_G10RES11  0xF0022F2C          Group 10 Result Register 11
EVADC_G10RES12  0xF0022F30          Group 10 Result Register 12
EVADC_G10RES13  0xF0022F34          Group 10 Result Register 13
EVADC_G10RES14  0xF0022F38          Group 10 Result Register 14
EVADC_G10RES15  0xF0022F3C          Group 10 Result Register 15
EVADC_G10RESD0  0xF0022F80          Group 10 Result Reg. 0, Debug
EVADC_G10RESD1  0xF0022F84          Group 10 Result Reg. 1, Debug
EVADC_G10RESD2  0xF0022F88          Group 10 Result Reg. 2, Debug
EVADC_G10RESD3  0xF0022F8C          Group 10 Result Reg. 3, Debug
EVADC_G10RESD4  0xF0022F90          Group 10 Result Reg. 4, Debug
EVADC_G10RESD5  0xF0022F94          Group 10 Result Reg. 5, Debug
EVADC_G10RESD6  0xF0022F98          Group 10 Result Reg. 6, Debug
EVADC_G10RESD7  0xF0022F9C          Group 10 Result Reg. 7, Debug
EVADC_G10RESD8  0xF0022FA0          Group 10 Result Reg. 8, Debug
EVADC_G10RESD9  0xF0022FA4          Group 10 Result Reg. 9, Debug
EVADC_G10RESD10 0xF0022FA8          Group 10 Result Reg. 10, Debug
EVADC_G10RESD11 0xF0022FAC          Group 10 Result Reg. 11, Debug
EVADC_G10RESD12 0xF0022FB0          Group 10 Result Reg. 12, Debug
EVADC_G10RESD13 0xF0022FB4          Group 10 Result Reg. 13, Debug
EVADC_G10RESD14 0xF0022FB8          Group 10 Result Reg. 14, Debug
EVADC_G10RESD15 0xF0022FBC          Group 10 Result Reg. 15, Debug
EVADC_G11TRCTR  0xF0023010          Trigger Control Register, Group 11
EVADC_G11ARBCFG 0xF0023080          Arbitration Config. Register, Group 11
EVADC_G11ARBPR  0xF0023084          Arbitration Priority Register, Group 11
EVADC_G11ANCFG  0xF0023088          Analog Fct. Config. Register, Group 11
EVADC_G11ICLASS0 0xF00230A0          Input Class Register 0, Group 11
EVADC_G11ICLASS1 0xF00230A4          Input Class Register 1, Group 11
EVADC_G11ALIAS  0xF00230B0          Alias Register, Group 11
EVADC_G11BOUND  0xF00230B8          Boundary Select Register, Group 11
EVADC_G11SYNCTR 0xF00230C0          Synchronization Control Register, Group 11
EVADC_G11QCTRL0 0xF0023100          Queue 0 Source Contr. Register, Group 11
EVADC_G11QMR0   0xF0023104          Queue 0 Mode Register, Group 11
EVADC_G11QSR0   0xF0023108          Queue 0 Status Register, Group 11
EVADC_G11Q0R0   0xF002310C          Queue 0 Register 0, Group 11
EVADC_G11QINR0  0xF0023110          Queue 0 Input Register, Group 11
EVADC_G11QBUR0  0xF0023114          Queue 0 Backup Register, Group 11
EVADC_G11REQTM0 0xF0023118          Queue 0 Requ. Timer Mode Reg., Group 11
EVADC_G11REQTS0 0xF002311C          Queue 0 Requ. Timer Status Reg., Group 11
EVADC_G11QCTRL1 0xF0023120          Queue 1 Source Contr. Register, Group 11
EVADC_G11QMR1   0xF0023124          Queue 1 Mode Register, Group 11
EVADC_G11QSR1   0xF0023128          Queue 1 Status Register, Group 11
EVADC_G11Q0R1   0xF002312C          Queue 1 Register 0, Group 11
EVADC_G11QINR1  0xF0023130          Queue 1 Input Register, Group 11
EVADC_G11QBUR1  0xF0023134          Queue 1 Backup Register, Group 11
EVADC_G11REQTM1 0xF0023138          Queue 1 Requ. Timer Mode Reg., Group 11
EVADC_G11REQTS1 0xF002313C          Queue 1 Requ. Timer Status Reg., Group 11
EVADC_G11QCTRL2 0xF0023140          Queue 2 Source Contr. Register, Group 11
EVADC_G11QMR2   0xF0023144          Queue 2 Mode Register, Group 11
EVADC_G11QSR2   0xF0023148          Queue 2 Status Register, Group 11
EVADC_G11Q0R2   0xF002314C          Queue 2 Register 0, Group 11
EVADC_G11QINR2  0xF0023150          Queue 2 Input Register, Group 11
EVADC_G11QBUR2  0xF0023154          Queue 2 Backup Register, Group 11
EVADC_G11REQTM2 0xF0023158          Queue 2 Requ. Timer Mode Reg., Group 11
EVADC_G11REQTS2 0xF002315C          Queue 2 Requ. Timer Status Reg., Group 11
EVADC_G11CEFLAG 0xF0023180          Channel Event Flag Register, Group 11
EVADC_G11REFLAG 0xF0023184          Result Event Flag Register, Group 11
EVADC_G11SEFLAG 0xF0023188          Source Event Flag Register, Group 11
EVADC_G11CEFCLR 0xF0023190          Channel Event Flag Clear Register, Group 11
EVADC_G11REFCLR 0xF0023194          Result Event Flag Clear Register, Group 11
EVADC_G11SEFCLR 0xF0023198          Source Event Flag Clear Reg., Group 11
EVADC_G11CEVNP0 0xF00231A0          Channel Event Node Pointer Reg. 0, Group 11
EVADC_G11CEVNP1 0xF00231A4          Channel Event Node Pointer Reg. 1, Group 11
EVADC_G11REVNP0 0xF00231B0          Result Event Node Pointer Reg. 0, Group 11
EVADC_G11REVNP1 0xF00231B4          Result Event Node Pointer Reg. 1, Group 11
EVADC_G11SEVNP  0xF00231C0          Source Event Node Pointer Reg., Group 11
EVADC_G11SRACT  0xF00231C8          Service Request Software Activation Trigger, Group 11
EVADC_G11EMUXCTR 0xF00231F0          External Multiplexer Control Reg., Group 11
EVADC_G11EMUXCS 0xF00231F4          Ext. Multiplexer Channel Select Reg., Group 11
EVADC_G11VFR    0xF00231F8          Valid Flag Register, Group 11
EVADC_G11CHCTR0 0xF0023200          Group 11, Channel 0 Control Register
EVADC_G11CHCTR1 0xF0023204          Group 11, Channel 1 Control Register
EVADC_G11CHCTR2 0xF0023208          Group 11, Channel 2 Control Register
EVADC_G11CHCTR3 0xF002320C          Group 11, Channel 3 Control Register
EVADC_G11CHCTR4 0xF0023210          Group 11, Channel 4 Control Register
EVADC_G11CHCTR5 0xF0023214          Group 11, Channel 5 Control Register
EVADC_G11CHCTR6 0xF0023218          Group 11, Channel 6 Control Register
EVADC_G11CHCTR7 0xF002321C          Group 11, Channel 7 Control Register
EVADC_G11CHCTR8 0xF0023220          Group 11, Channel 8 Control Register
EVADC_G11CHCTR9 0xF0023224          Group 11, Channel 9 Control Register
EVADC_G11CHCTR10 0xF0023228          Group 11, Channel 10 Control Register
EVADC_G11CHCTR11 0xF002322C          Group 11, Channel 11 Control Register
EVADC_G11CHCTR12 0xF0023230          Group 11, Channel 12 Control Register
EVADC_G11CHCTR13 0xF0023234          Group 11, Channel 13 Control Register
EVADC_G11CHCTR14 0xF0023238          Group 11, Channel 14 Control Register
EVADC_G11CHCTR15 0xF002323C          Group 11, Channel 15 Control Register
EVADC_G11RCR0   0xF0023280          Group 11 Result Control Register 0
EVADC_G11RCR1   0xF0023284          Group 11 Result Control Register 1
EVADC_G11RCR2   0xF0023288          Group 11 Result Control Register 2
EVADC_G11RCR3   0xF002328C          Group 11 Result Control Register 3
EVADC_G11RCR4   0xF0023290          Group 11 Result Control Register 4
EVADC_G11RCR5   0xF0023294          Group 11 Result Control Register 5
EVADC_G11RCR6   0xF0023298          Group 11 Result Control Register 6
EVADC_G11RCR7   0xF002329C          Group 11 Result Control Register 7
EVADC_G11RCR8   0xF00232A0          Group 11 Result Control Register 8
EVADC_G11RCR9   0xF00232A4          Group 11 Result Control Register 9
EVADC_G11RCR10  0xF00232A8          Group 11 Result Control Register 10
EVADC_G11RCR11  0xF00232AC          Group 11 Result Control Register 11
EVADC_G11RCR12  0xF00232B0          Group 11 Result Control Register 12
EVADC_G11RCR13  0xF00232B4          Group 11 Result Control Register 13
EVADC_G11RCR14  0xF00232B8          Group 11 Result Control Register 14
EVADC_G11RCR15  0xF00232BC          Group 11 Result Control Register 15
EVADC_G11RES0   0xF0023300          Group 11 Result Register 0
EVADC_G11RES1   0xF0023304          Group 11 Result Register 1
EVADC_G11RES2   0xF0023308          Group 11 Result Register 2
EVADC_G11RES3   0xF002330C          Group 11 Result Register 3
EVADC_G11RES4   0xF0023310          Group 11 Result Register 4
EVADC_G11RES5   0xF0023314          Group 11 Result Register 5
EVADC_G11RES6   0xF0023318          Group 11 Result Register 6
EVADC_G11RES7   0xF002331C          Group 11 Result Register 7
EVADC_G11RES8   0xF0023320          Group 11 Result Register 8
EVADC_G11RES9   0xF0023324          Group 11 Result Register 9
EVADC_G11RES10  0xF0023328          Group 11 Result Register 10
EVADC_G11RES11  0xF002332C          Group 11 Result Register 11
EVADC_G11RES12  0xF0023330          Group 11 Result Register 12
EVADC_G11RES13  0xF0023334          Group 11 Result Register 13
EVADC_G11RES14  0xF0023338          Group 11 Result Register 14
EVADC_G11RES15  0xF002333C          Group 11 Result Register 15
EVADC_G11RESD0  0xF0023380          Group 11 Result Reg. 0, Debug
EVADC_G11RESD1  0xF0023384          Group 11 Result Reg. 1, Debug
EVADC_G11RESD2  0xF0023388          Group 11 Result Reg. 2, Debug
EVADC_G11RESD3  0xF002338C          Group 11 Result Reg. 3, Debug
EVADC_G11RESD4  0xF0023390          Group 11 Result Reg. 4, Debug
EVADC_G11RESD5  0xF0023394          Group 11 Result Reg. 5, Debug
EVADC_G11RESD6  0xF0023398          Group 11 Result Reg. 6, Debug
EVADC_G11RESD7  0xF002339C          Group 11 Result Reg. 7, Debug
EVADC_G11RESD8  0xF00233A0          Group 11 Result Reg. 8, Debug
EVADC_G11RESD9  0xF00233A4          Group 11 Result Reg. 9, Debug
EVADC_G11RESD10 0xF00233A8          Group 11 Result Reg. 10, Debug
EVADC_G11RESD11 0xF00233AC          Group 11 Result Reg. 11, Debug
EVADC_G11RESD12 0xF00233B0          Group 11 Result Reg. 12, Debug
EVADC_G11RESD13 0xF00233B4          Group 11 Result Reg. 13, Debug
EVADC_G11RESD14 0xF00233B8          Group 11 Result Reg. 14, Debug
EVADC_G11RESD15 0xF00233BC          Group 11 Result Reg. 15, Debug
EVADC_FC0FCCTRL 0xF0023400          Fast Compare Control Register, FC Channel 0
EVADC_FC0FCM    0xF0023404          Fast Compare Mode Register, FC Channel 0
EVADC_FC0FCRAMP0 0xF0023408          Fast Compare Ramp Register 0, FC Channel 0
EVADC_FC0FCRAMP1 0xF002340C          Fast Compare Ramp Register 1, FC Channel 0
EVADC_FC0FCBFL  0xF0023420          Boundary Flag Register, FC Channel 0
EVADC_FC0FCHYST 0xF0023424          Fast Comp. Hysteresis Register, FC Channel 0
EVADC_FC1FCCTRL 0xF0023500          Fast Compare Control Register, FC Channel 1
EVADC_FC1FCM    0xF0023504          Fast Compare Mode Register, FC Channel 1
EVADC_FC1FCRAMP0 0xF0023508          Fast Compare Ramp Register 0, FC Channel 1
EVADC_FC1FCRAMP1 0xF002350C          Fast Compare Ramp Register 1, FC Channel 1
EVADC_FC1FCBFL  0xF0023520          Boundary Flag Register, FC Channel 1
EVADC_FC1FCHYST 0xF0023524          Fast Comp. Hysteresis Register, FC Channel 1
EVADC_FC2FCCTRL 0xF0023600          Fast Compare Control Register, FC Channel 2
EVADC_FC2FCM    0xF0023604          Fast Compare Mode Register, FC Channel 2
EVADC_FC2FCRAMP0 0xF0023608          Fast Compare Ramp Register 0, FC Channel 2
EVADC_FC2FCRAMP1 0xF002360C          Fast Compare Ramp Register 1, FC Channel 2
EVADC_FC2FCBFL  0xF0023620          Boundary Flag Register, FC Channel 2
EVADC_FC2FCHYST 0xF0023624          Fast Comp. Hysteresis Register, FC Channel 2
EVADC_FC3FCCTRL 0xF0023700          Fast Compare Control Register, FC Channel 3
EVADC_FC3FCM    0xF0023704          Fast Compare Mode Register, FC Channel 3
EVADC_FC3FCRAMP0 0xF0023708          Fast Compare Ramp Register 0, FC Channel 3
EVADC_FC3FCRAMP1 0xF002370C          Fast Compare Ramp Register 1, FC Channel 3
EVADC_FC3FCBFL  0xF0023720          Boundary Flag Register, FC Channel 3
EVADC_FC3FCHYST 0xF0023724          Fast Comp. Hysteresis Register, FC Channel 3
EDSADC_CLC      0xF0024000          Clock Control Register
EDSADC_ID       0xF0024008          Module Identification Register
EDSADC_OCS      0xF0024028          OCDS Control and Status Register
EDSADC_KRSTCLR  0xF002402C          Kernel Reset Status Clear Register
EDSADC_KRST1    0xF0024030          Kernel Reset Register 1
EDSADC_KRST0    0xF0024034          Kernel Reset Register 0
EDSADC_ACCEN0   0xF002403C          Access Enable Register 0
EDSADC_GLOBCFG  0xF0024080          Global Configuration Register
EDSADC_GLOBRC   0xF0024088          Global Run Control Register
EDSADC_ACCPROT  0xF0024090          Access Protection Register
EDSADC_CGCFG    0xF00240A0          Carrier Generator Configuration Register
EDSADC_EVFLAG   0xF00240E0          Event Flag Register
EDSADC_EVFLAGCLR 0xF00240E4          Event Flag Clear Register
EDSADC_MODCFG0  0xF0024100          Modulator Configuration Register 0
EDSADC_DICFG0   0xF0024108          Demodulator Input Config. Register 0
EDSADC_FCFGM0   0xF0024110          Filter Configuration Register 0, Main
EDSADC_FCFGC0   0xF0024114          Filter Configuration Register 0, CIC Filter
EDSADC_FCNTC0   0xF0024118          Filter Counter Register 0, CIC Filter
EDSADC_OVSCFG0  0xF002411C          Overshoot Compensation Cfg. Register 0
EDSADC_IWCTR0   0xF0024120          Integration Window Control Register 0
EDSADC_IIVAL0   0xF0024124          Intermediate Integration Value
EDSADC_ISTAT0   0xF0024128          Integrator Status Register 0
EDSADC_RFC0     0xF002412C          Result FIFO Control Register 0
EDSADC_RESM0    0xF0024130          Result Register 0 Main
EDSADC_OFFCOMP0 0xF0024138          Offset Compensation Register 0
EDSADC_GAINCAL0 0xF002413C          Gain Calibration Register 0
EDSADC_GAINCTR0 0xF0024140          Gain Control Register 0
EDSADC_GAINCORR0 0xF0024144          Gain Correction Register 0
EDSADC_TSTMP0   0xF0024150          Time-Stamp Register 0
EDSADC_TSCNT0   0xF0024154          Time-Stamp Counter 0
EDSADC_FCFGA0   0xF0024170          Auxiliary Filter Configuration Register 0
EDSADC_BOUNDSEL0 0xF0024178          Boundary Select Register 0
EDSADC_RESA0    0xF0024180          Result Register 0 Auxiliary
EDSADC_CGSYNC0  0xF00241A0          Carrier Generator Synchronization Reg. 0
EDSADC_RECTCFG0 0xF00241A8          Rectification Configuration Register 0
EDSADC_VCM0     0xF00241B0          Common Mode Voltage Register 0
EDSADC_MODCFG1  0xF0024200          Modulator Configuration Register 1
EDSADC_DICFG1   0xF0024208          Demodulator Input Config. Register 1
EDSADC_FCFGM1   0xF0024210          Filter Configuration Register 1, Main
EDSADC_FCFGC1   0xF0024214          Filter Configuration Register 1, CIC Filter
EDSADC_FCNTC1   0xF0024218          Filter Counter Register 1, CIC Filter
EDSADC_OVSCFG1  0xF002421C          Overshoot Compensation Cfg. Register 1
EDSADC_IWCTR1   0xF0024220          Integration Window Control Register 1
EDSADC_IIVAL1   0xF0024224          Intermediate Integration Value
EDSADC_ISTAT1   0xF0024228          Integrator Status Register 1
EDSADC_RFC1     0xF002422C          Result FIFO Control Register 1
EDSADC_RESM1    0xF0024230          Result Register 1 Main
EDSADC_OFFCOMP1 0xF0024238          Offset Compensation Register 1
EDSADC_GAINCAL1 0xF002423C          Gain Calibration Register 1
EDSADC_GAINCTR1 0xF0024240          Gain Control Register 1
EDSADC_GAINCORR1 0xF0024244          Gain Correction Register 1
EDSADC_TSTMP1   0xF0024250          Time-Stamp Register 1
EDSADC_TSCNT1   0xF0024254          Time-Stamp Counter 1
EDSADC_FCFGA1   0xF0024270          Auxiliary Filter Configuration Register 1
EDSADC_BOUNDSEL1 0xF0024278          Boundary Select Register 1
EDSADC_RESA1    0xF0024280          Result Register 1 Auxiliary
EDSADC_CGSYNC1  0xF00242A0          Carrier Generator Synchronization Reg. 1
EDSADC_RECTCFG1 0xF00242A8          Rectification Configuration Register 1
EDSADC_VCM1     0xF00242B0          Common Mode Voltage Register 1
EDSADC_MODCFG2  0xF0024300          Modulator Configuration Register 2
EDSADC_DICFG2   0xF0024308          Demodulator Input Config. Register 2
EDSADC_FCFGM2   0xF0024310          Filter Configuration Register 2, Main
EDSADC_FCFGC2   0xF0024314          Filter Configuration Register 2, CIC Filter
EDSADC_FCNTC2   0xF0024318          Filter Counter Register 2, CIC Filter
EDSADC_OVSCFG2  0xF002431C          Overshoot Compensation Cfg. Register 2
EDSADC_IWCTR2   0xF0024320          Integration Window Control Register 2
EDSADC_IIVAL2   0xF0024324          Intermediate Integration Value
EDSADC_ISTAT2   0xF0024328          Integrator Status Register 2
EDSADC_RFC2     0xF002432C          Result FIFO Control Register 2
EDSADC_RESM2    0xF0024330          Result Register 2 Main
EDSADC_OFFCOMP2 0xF0024338          Offset Compensation Register 2
EDSADC_GAINCAL2 0xF002433C          Gain Calibration Register 2
EDSADC_GAINCTR2 0xF0024340          Gain Control Register 2
EDSADC_GAINCORR2 0xF0024344          Gain Correction Register 2
EDSADC_TSTMP2   0xF0024350          Time-Stamp Register 2
EDSADC_TSCNT2   0xF0024354          Time-Stamp Counter 2
EDSADC_FCFGA2   0xF0024370          Auxiliary Filter Configuration Register 2
EDSADC_BOUNDSEL2 0xF0024378          Boundary Select Register 2
EDSADC_RESA2    0xF0024380          Result Register 2 Auxiliary
EDSADC_CGSYNC2  0xF00243A0          Carrier Generator Synchronization Reg. 2
EDSADC_RECTCFG2 0xF00243A8          Rectification Configuration Register 2
EDSADC_VCM2     0xF00243B0          Common Mode Voltage Register 2
EDSADC_MODCFG3  0xF0024400          Modulator Configuration Register 3
EDSADC_DICFG3   0xF0024408          Demodulator Input Config. Register 3
EDSADC_FCFGM3   0xF0024410          Filter Configuration Register 3, Main
EDSADC_FCFGC3   0xF0024414          Filter Configuration Register 3, CIC Filter
EDSADC_FCNTC3   0xF0024418          Filter Counter Register 3, CIC Filter
EDSADC_OVSCFG3  0xF002441C          Overshoot Compensation Cfg. Register 3
EDSADC_IWCTR3   0xF0024420          Integration Window Control Register 3
EDSADC_IIVAL3   0xF0024424          Intermediate Integration Value
EDSADC_ISTAT3   0xF0024428          Integrator Status Register 3
EDSADC_RFC3     0xF002442C          Result FIFO Control Register 3
EDSADC_RESM3    0xF0024430          Result Register 3 Main
EDSADC_OFFCOMP3 0xF0024438          Offset Compensation Register 3
EDSADC_GAINCAL3 0xF002443C          Gain Calibration Register 3
EDSADC_GAINCTR3 0xF0024440          Gain Control Register 3
EDSADC_GAINCORR3 0xF0024444          Gain Correction Register 3
EDSADC_TSTMP3   0xF0024450          Time-Stamp Register 3
EDSADC_TSCNT3   0xF0024454          Time-Stamp Counter 3
EDSADC_FCFGA3   0xF0024470          Auxiliary Filter Configuration Register 3
EDSADC_BOUNDSEL3 0xF0024478          Boundary Select Register 3
EDSADC_RESA3    0xF0024480          Result Register 3 Auxiliary
EDSADC_CGSYNC3  0xF00244A0          Carrier Generator Synchronization Reg. 3
EDSADC_RECTCFG3 0xF00244A8          Rectification Configuration Register 3
EDSADC_VCM3     0xF00244B0          Common Mode Voltage Register 3
EDSADC_MODCFG4  0xF0024500          Modulator Configuration Register 4
EDSADC_DICFG4   0xF0024508          Demodulator Input Config. Register 4
EDSADC_FCFGM4   0xF0024510          Filter Configuration Register 4, Main
EDSADC_FCFGC4   0xF0024514          Filter Configuration Register 4, CIC Filter
EDSADC_FCNTC4   0xF0024518          Filter Counter Register 4, CIC Filter
EDSADC_OVSCFG4  0xF002451C          Overshoot Compensation Cfg. Register 4
EDSADC_IWCTR4   0xF0024520          Integration Window Control Register 4
EDSADC_IIVAL4   0xF0024524          Intermediate Integration Value
EDSADC_ISTAT4   0xF0024528          Integrator Status Register 4
EDSADC_RFC4     0xF002452C          Result FIFO Control Register 4
EDSADC_RESM4    0xF0024530          Result Register 4 Main
EDSADC_OFFCOMP4 0xF0024538          Offset Compensation Register 4
EDSADC_GAINCAL4 0xF002453C          Gain Calibration Register 4
EDSADC_GAINCTR4 0xF0024540          Gain Control Register 4
EDSADC_GAINCORR4 0xF0024544          Gain Correction Register 4
EDSADC_TSTMP4   0xF0024550          Time-Stamp Register 4
EDSADC_TSCNT4   0xF0024554          Time-Stamp Counter 4
EDSADC_FCFGA4   0xF0024570          Auxiliary Filter Configuration Register 4
EDSADC_BOUNDSEL4 0xF0024578          Boundary Select Register 4
EDSADC_RESA4    0xF0024580          Result Register 4 Auxiliary
EDSADC_CGSYNC4  0xF00245A0          Carrier Generator Synchronization Reg. 4
EDSADC_RECTCFG4 0xF00245A8          Rectification Configuration Register 4
EDSADC_VCM4     0xF00245B0          Common Mode Voltage Register 4
EDSADC_MODCFG5  0xF0024600          Modulator Configuration Register 5
EDSADC_DICFG5   0xF0024608          Demodulator Input Config. Register 5
EDSADC_FCFGM5   0xF0024610          Filter Configuration Register 5, Main
EDSADC_FCFGC5   0xF0024614          Filter Configuration Register 5, CIC Filter
EDSADC_FCNTC5   0xF0024618          Filter Counter Register 5, CIC Filter
EDSADC_OVSCFG5  0xF002461C          Overshoot Compensation Cfg. Register 5
EDSADC_IWCTR5   0xF0024620          Integration Window Control Register 5
EDSADC_IIVAL5   0xF0024624          Intermediate Integration Value
EDSADC_ISTAT5   0xF0024628          Integrator Status Register 5
EDSADC_RFC5     0xF002462C          Result FIFO Control Register 5
EDSADC_RESM5    0xF0024630          Result Register 5 Main
EDSADC_OFFCOMP5 0xF0024638          Offset Compensation Register 5
EDSADC_GAINCAL5 0xF002463C          Gain Calibration Register 5
EDSADC_GAINCTR5 0xF0024640          Gain Control Register 5
EDSADC_GAINCORR5 0xF0024644          Gain Correction Register 5
EDSADC_TSTMP5   0xF0024650          Time-Stamp Register 5
EDSADC_TSCNT5   0xF0024654          Time-Stamp Counter 5
EDSADC_FCFGA5   0xF0024670          Auxiliary Filter Configuration Register 5
EDSADC_BOUNDSEL5 0xF0024678          Boundary Select Register 5
EDSADC_RESA5    0xF0024680          Result Register 5 Auxiliary
EDSADC_CGSYNC5  0xF00246A0          Carrier Generator Synchronization Reg. 5
EDSADC_RECTCFG5 0xF00246A8          Rectification Configuration Register 5
EDSADC_VCM5     0xF00246B0          Common Mode Voltage Register 5
CONVCTRL_CLC    0xF0025000          Clock Control Register
CONVCTRL_ID     0xF0025008          Module Identification Register
CONVCTRL_OCS    0xF0025028          OCDS Control and Status Register
CONVCTRL_KRSTCLR 0xF002502C          Kernel Reset Status Clear Register
CONVCTRL_KRST1  0xF0025030          Kernel Reset Register 1
CONVCTRL_KRST0  0xF0025034          Kernel Reset Register 0
CONVCTRL_ACCEN0 0xF002503C          Access Enable Register 0
CONVCTRL_CCCTRL 0xF002507C          Converter Control Block Control Register
CONVCTRL_PHSCFG 0xF0025080          Phase Synchronizer Configuration Register
CONVCTRL_PHSSFTY 0xF0025084          Phase Synchronizer Safety Control Register
SBCU_ID         0xF0030008          Module Identification Register
SBCU_CON        0xF0030010          BCU Control Register
SBCU_PRIOH      0xF0030014          Arbiter Priority Register High
SBCU_PRIOL      0xF0030018          Arbiter Priority Register Low
SBCU_ECON       0xF0030020          BCU Error Control Capture Register
SBCU_EADD       0xF0030024          BCU Error Address Capture Register
SBCU_EDAT       0xF0030028          BCU Error Data Capture Register
SBCU_DBCNTL     0xF0030030          BCU Debug Control Register
SBCU_DBGRNT     0xF0030034          SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0030038          BCU Debug Address 1 Register
SBCU_DBADR2     0xF003003C          BCU Debug Address 2 Register
SBCU_DBBOS      0xF0030040          BCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0030044          SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0030048          BCU Debug Trapped Address Register
SBCU_DBBOST     0xF003004C          BCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0030050          BCU Debug Data Status Register
SBCU_ALSTAT0    0xF0030060          BCU EDC Alarm Status Register 0
SBCU_ALSTAT1    0xF0030064          BCU EDC Alarm Status Register 1
SBCU_ALSTAT2    0xF0030068          BCU EDC Alarm Status Register 2
SBCU_ALSTAT3    0xF003006C          BCU EDC Alarm Status Register 3
SBCU_ALCLR0     0xF0030070          BCU EDC Alarm Clear Register 0
SBCU_ALCLR1     0xF0030074          BCU EDC Alarm Clear Register 1
SBCU_ALCLR2     0xF0030078          BCU EDC Alarm Clear Register 2
SBCU_ALCLR3     0xF003007C          BCU EDC Alarm Clear Register 3
SBCU_ALCTRL     0xF0030080          BCU EDC Alarm Control Register
SBCU_FEGEN      0xF0030084          FPI Error Generation Control Register
SBCU_ACCEN1     0xF00300F8          Access Enable Register 1
SBCU_ACCEN0     0xF00300FC          Access Enable Register 0
IOM_CLC         0xF0035000          IOM Clock Control Register
IOM_ID          0xF0035008          IOM Identification Register
IOM_KRSTCLR     0xF003501C          IOM Kernel Reset Status Clear Register
IOM_KRST1       0xF0035020          IOM Kernel Reset Register 1
IOM_KRST0       0xF0035024          IOM Kernel Reset Register 0
IOM_ACCEN1      0xF0035028          IOM Access Enable Register 1
IOM_ACCEN0      0xF003502C          IOM Access Enable Register 0
IOM_ECMCCFG     0xF0035030          IOM Event Combiner Module Counter Configuration Register
IOM_ECMSELR     0xF0035034          IOM Event Combiner Module Global Event Selection Register
IOM_ECMETH0     0xF0035038          IOM Event Combiner Module Event Trigger History Register 0
IOM_ECMETH1     0xF003503C          IOM Event Combiner Module Event Trigger History Register 1
IOM_GTMEXR      0xF0035040          IOM GTM Input EXOR Combiner Selection Register
IOM_FPCESR      0xF0035078          IOM Filter and Prescaler Channels Rising 'and' Falling Edge Status Register
IOM_FPCCTR0     0xF0035080          IOM Filter and Prescaler Channel Control Register 0
IOM_FPCCTR1     0xF0035084          IOM Filter and Prescaler Channel Control Register 1
IOM_FPCCTR2     0xF0035088          IOM Filter and Prescaler Channel Control Register 2
IOM_FPCCTR3     0xF003508C          IOM Filter and Prescaler Channel Control Register 3
IOM_FPCCTR4     0xF0035090          IOM Filter and Prescaler Channel Control Register 4
IOM_FPCCTR5     0xF0035094          IOM Filter and Prescaler Channel Control Register 5
IOM_FPCCTR6     0xF0035098          IOM Filter and Prescaler Channel Control Register 6
IOM_FPCCTR7     0xF003509C          IOM Filter and Prescaler Channel Control Register 7
IOM_FPCCTR8     0xF00350A0          IOM Filter and Prescaler Channel Control Register 8
IOM_FPCCTR9     0xF00350A4          IOM Filter and Prescaler Channel Control Register 9
IOM_FPCCTR10    0xF00350A8          IOM Filter and Prescaler Channel Control Register 10
IOM_FPCCTR11    0xF00350AC          IOM Filter and Prescaler Channel Control Register 11
IOM_FPCCTR12    0xF00350B0          IOM Filter and Prescaler Channel Control Register 12
IOM_FPCCTR13    0xF00350B4          IOM Filter and Prescaler Channel Control Register 13
IOM_FPCCTR14    0xF00350B8          IOM Filter and Prescaler Channel Control Register 14
IOM_FPCCTR15    0xF00350BC          IOM Filter and Prescaler Channel Control Register 15
IOM_FPCTIM0     0xF00350C0          IOM Filter and Prescaler Channel Timer Register 0
IOM_FPCTIM1     0xF00350C4          IOM Filter and Prescaler Channel Timer Register 1
IOM_FPCTIM2     0xF00350C8          IOM Filter and Prescaler Channel Timer Register 2
IOM_FPCTIM3     0xF00350CC          IOM Filter and Prescaler Channel Timer Register 3
IOM_FPCTIM4     0xF00350D0          IOM Filter and Prescaler Channel Timer Register 4
IOM_FPCTIM5     0xF00350D4          IOM Filter and Prescaler Channel Timer Register 5
IOM_FPCTIM6     0xF00350D8          IOM Filter and Prescaler Channel Timer Register 6
IOM_FPCTIM7     0xF00350DC          IOM Filter and Prescaler Channel Timer Register 7
IOM_FPCTIM8     0xF00350E0          IOM Filter and Prescaler Channel Timer Register 8
IOM_FPCTIM9     0xF00350E4          IOM Filter and Prescaler Channel Timer Register 9
IOM_FPCTIM10    0xF00350E8          IOM Filter and Prescaler Channel Timer Register 10
IOM_FPCTIM11    0xF00350EC          IOM Filter and Prescaler Channel Timer Register 11
IOM_FPCTIM12    0xF00350F0          IOM Filter and Prescaler Channel Timer Register 12
IOM_FPCTIM13    0xF00350F4          IOM Filter and Prescaler Channel Timer Register 13
IOM_FPCTIM14    0xF00350F8          IOM Filter and Prescaler Channel Timer Register 14
IOM_FPCTIM15    0xF00350FC          IOM Filter and Prescaler Channel Timer Register 15
IOM_LAMEWC0     0xF0035100          IOM Logic Analyzer Module Event Window Count Status Register 0
IOM_LAMEWC1     0xF0035104          IOM Logic Analyzer Module Event Window Count Status Register 1
IOM_LAMEWC2     0xF0035108          IOM Logic Analyzer Module Event Window Count Status Register 2
IOM_LAMEWC3     0xF003510C          IOM Logic Analyzer Module Event Window Count Status Register 3
IOM_LAMEWC4     0xF0035110          IOM Logic Analyzer Module Event Window Count Status Register 4
IOM_LAMEWC5     0xF0035114          IOM Logic Analyzer Module Event Window Count Status Register 5
IOM_LAMEWC6     0xF0035118          IOM Logic Analyzer Module Event Window Count Status Register 6
IOM_LAMEWC7     0xF003511C          IOM Logic Analyzer Module Event Window Count Status Register 7
IOM_LAMEWC8     0xF0035120          IOM Logic Analyzer Module Event Window Count Status Register 8
IOM_LAMEWC9     0xF0035124          IOM Logic Analyzer Module Event Window Count Status Register 9
IOM_LAMEWC10    0xF0035128          IOM Logic Analyzer Module Event Window Count Status Register 10
IOM_LAMEWC11    0xF003512C          IOM Logic Analyzer Module Event Window Count Status Register 11
IOM_LAMEWC12    0xF0035130          IOM Logic Analyzer Module Event Window Count Status Register 12
IOM_LAMEWC13    0xF0035134          IOM Logic Analyzer Module Event Window Count Status Register 13
IOM_LAMEWC14    0xF0035138          IOM Logic Analyzer Module Event Window Count Status Register 14
IOM_LAMEWC15    0xF003513C          IOM Logic Analyzer Module Event Window Count Status Register 15
IOM_LAMCFG0     0xF0035180          IOM Logic Analyzer Module Configuration Register 0
IOM_LAMCFG1     0xF0035184          IOM Logic Analyzer Module Configuration Register 1
IOM_LAMCFG2     0xF0035188          IOM Logic Analyzer Module Configuration Register 2
IOM_LAMCFG3     0xF003518C          IOM Logic Analyzer Module Configuration Register 3
IOM_LAMCFG4     0xF0035190          IOM Logic Analyzer Module Configuration Register 4
IOM_LAMCFG5     0xF0035194          IOM Logic Analyzer Module Configuration Register 5
IOM_LAMCFG6     0xF0035198          IOM Logic Analyzer Module Configuration Register 6
IOM_LAMCFG7     0xF003519C          IOM Logic Analyzer Module Configuration Register 7
IOM_LAMCFG8     0xF00351A0          IOM Logic Analyzer Module Configuration Register 8
IOM_LAMCFG9     0xF00351A4          IOM Logic Analyzer Module Configuration Register 9
IOM_LAMCFG10    0xF00351A8          IOM Logic Analyzer Module Configuration Register 10
IOM_LAMCFG11    0xF00351AC          IOM Logic Analyzer Module Configuration Register 11
IOM_LAMCFG12    0xF00351B0          IOM Logic Analyzer Module Configuration Register 12
IOM_LAMCFG13    0xF00351B4          IOM Logic Analyzer Module Configuration Register 13
IOM_LAMCFG14    0xF00351B8          IOM Logic Analyzer Module Configuration Register 14
IOM_LAMCFG15    0xF00351BC          IOM Logic Analyzer Module Configuration Register 15
IOM_LAMEWS0     0xF00351C0          IOM Logic Analyzer Module Event Window Configuration Register 0
IOM_LAMEWS1     0xF00351C4          IOM Logic Analyzer Module Event Window Configuration Register 1
IOM_LAMEWS2     0xF00351C8          IOM Logic Analyzer Module Event Window Configuration Register 2
IOM_LAMEWS3     0xF00351CC          IOM Logic Analyzer Module Event Window Configuration Register 3
IOM_LAMEWS4     0xF00351D0          IOM Logic Analyzer Module Event Window Configuration Register 4
IOM_LAMEWS5     0xF00351D4          IOM Logic Analyzer Module Event Window Configuration Register 5
IOM_LAMEWS6     0xF00351D8          IOM Logic Analyzer Module Event Window Configuration Register 6
IOM_LAMEWS7     0xF00351DC          IOM Logic Analyzer Module Event Window Configuration Register 7
IOM_LAMEWS8     0xF00351E0          IOM Logic Analyzer Module Event Window Configuration Register 8
IOM_LAMEWS9     0xF00351E4          IOM Logic Analyzer Module Event Window Configuration Register 9
IOM_LAMEWS10    0xF00351E8          IOM Logic Analyzer Module Event Window Configuration Register 10
IOM_LAMEWS11    0xF00351EC          IOM Logic Analyzer Module Event Window Configuration Register 11
IOM_LAMEWS12    0xF00351F0          IOM Logic Analyzer Module Event Window Configuration Register 12
IOM_LAMEWS13    0xF00351F4          IOM Logic Analyzer Module Event Window Configuration Register 13
IOM_LAMEWS14    0xF00351F8          IOM Logic Analyzer Module Event Window Configuration Register 14
IOM_LAMEWS15    0xF00351FC          IOM Logic Analyzer Module Event Window Configuration Register 15
SCU_ID          0xF0036008          Identification Register
SCU_OSCCON      0xF0036010          OSC Control Register
SCU_SYSPLLSTAT  0xF0036014          System PLL Status Register
SCU_SYSPLLCON0  0xF0036018          System PLL Configuration 0 Register
SCU_SYSPLLCON1  0xF003601C          System PLL Configuration 1 Register
SCU_SYSPLLCON2  0xF0036020          System PLL Configuration 2 Register
SCU_PERPLLSTAT  0xF0036024          Peripheral PLL Status Register
SCU_PERPLLCON0  0xF0036028          Peripheral PLL Configuration 0 Register
SCU_PERPLLCON1  0xF003602C          Peripheral PLL Configuration 1 Register
SCU_CCUCON0     0xF0036030          CCU Clock Control Register 0
SCU_CCUCON1     0xF0036034          CCU Clock Control Register 1
SCU_FDR         0xF0036038          Fractional Divider Register
SCU_EXTCON      0xF003603C          External Clock Control Register
SCU_CCUCON2     0xF0036040          CCU Clock Control Register 2
SCU_CCUCON3     0xF0036044          CCU Clock Control Register 3
SCU_CCUCON4     0xF0036048          CCU Clock Control Register 4
SCU_CCUCON5     0xF003604C          CCU Clock Control Register 5
SCU_RSTSTAT     0xF0036050          Reset Status Register
SCU_RSTCON      0xF0036058          Reset Configuration Register
SCU_ARSTDIS     0xF003605C          Application Reset Disable Register
SCU_SWRSTCON    0xF0036060          Software Reset Configuration Register
SCU_RSTCON2     0xF0036064          Additional Reset Control Register
SCU_RSTCON3     0xF0036068          Reset Configuration Register 3
SCU_ESRCFG0     0xF0036070          ESR0 Input Configuration Register
SCU_ESRCFG1     0xF0036074          ESR1 Input Configuration Register
SCU_ESROCFG     0xF0036078          ESR Output Configuration Register
SCU_SYSCON      0xF003607C          System Control Register
SCU_CCUCON6     0xF0036080          CCU Clock Control Register 6
SCU_CCUCON7     0xF0036084          CCU Clock Control Register 7
SCU_CCUCON8     0xF0036088          CCU Clock Control Register 8
SCU_PDR         0xF003609C          ESR Pad Driver Mode Register
SCU_IOCR        0xF00360A0          Input/Output Control Register
SCU_OUT         0xF00360A4          ESR Output Register
SCU_OMR         0xF00360A8          ESR Output Modification Register
SCU_IN          0xF00360AC          ESR Input Register
SCU_STSTAT      0xF00360C0          Start-up Status Register
SCU_STCON       0xF00360C4          Start-up Configuration Register
SCU_PMCSR0      0xF00360C8          Power Management Control and Status Register
SCU_PMCSR1      0xF00360CC          Power Management Control and Status Register
SCU_PMCSR2      0xF00360D0          Power Management Control and Status Register
SCU_PMCSR3      0xF00360D4          Power Management Control and Status Register
SCU_PMCSR4      0xF00360D8          Power Management Control and Status Register
SCU_PMCSR5      0xF00360DC          Power Management Control and Status Register
SCU_PMSTAT0     0xF00360E4          Power Management Status Register 0
SCU_PMSWCR1     0xF00360E8          Standby and Wake-up Control Register 1
SCU_EMSR        0xF00360FC          Emergency Stop Register
SCU_EMSSW       0xF0036100          Emergency Stop Software set and clear register
SCU_DTSCSTAT    0xF0036104          Core Die Temperature Sensor Status Register
SCU_DTSCLIM     0xF0036108          Core Die Temperature Sensor Limit Register
SCU_TRAPDIS1    0xF0036120          Trap Disable Register 1
SCU_TRAPSTAT    0xF0036124          Trap Status Register
SCU_TRAPSET     0xF0036128          Trap Set Register
SCU_TRAPCLR     0xF003612C          Trap Clear Register
SCU_TRAPDIS0    0xF0036130          Trap Disable Register 0
SCU_LCLCON0     0xF0036134          LCL CPU0 and CPU2 Control Register
SCU_LCLCON1     0xF0036138          LCL CPU1 and CPU3 Control Register
SCU_LCLTEST     0xF003613C          LCL Test Register
SCU_CHIPID      0xF0036140          Chip Identification Register
SCU_MANID       0xF0036144          Manufacturer Identification Register
SCU_SWAPCTRL    0xF003614C          Alternate Address Control Register
SCU_LBISTCTRL0  0xF0036164          Logic BIST Control 0 Register
SCU_LBISTCTRL1  0xF0036168          Logic BIST Control 1 Register
SCU_LBISTCTRL2  0xF003616C          Logic BIST Control 2 Register
SCU_LBISTCTRL3  0xF0036170          Logic BIST Control 3 Register
SCU_STMEM1      0xF0036184          Start-up Memory Register 1
SCU_STMEM2      0xF0036188          Start-up Memory Register 2
SCU_PDISC       0xF003618C          Pad Disable Control Register
SCU_PMTRCSR0    0xF0036198          Power Management Transition Control and Status Register 0
SCU_PMTRCSR1    0xF003619C          Power Management Transition Control and Status Register 1
SCU_PMTRCSR2    0xF00361A0          Power Management Transition Control and Status Register 2
SCU_PMTRCSR3    0xF00361A4          Power Management Transition Control and Status Register 3
SCU_STMEM3      0xF00361C0          Start-up Memory Register 3
SCU_STMEM4      0xF00361C4          Start-up Memory Register 4
SCU_STMEM5      0xF00361C8          Start-up Memory Register 5
SCU_STMEM6      0xF00361CC          Start-up Memory Register 6
SCU_OVCENABLE   0xF00361E0          Overlay Enable Register
SCU_OVCCON      0xF00361E4          Overlay Control Register
SCU_EIFILT      0xF003620C          External Input Filter Register
SCU_EICR0       0xF0036210          External Input Channel Register 0
SCU_EICR1       0xF0036214          External Input Channel Register 1
SCU_EICR2       0xF0036218          External Input Channel Register 2
SCU_EICR3       0xF003621C          External Input Channel Register 3
SCU_EIFR        0xF0036220          External Input Flag Register
SCU_FMR         0xF0036224          Flag Modification Register
SCU_PDRR        0xF0036228          Pattern Detection Result Register
SCU_IGCR0       0xF003622C          Flag Gating Register 0
SCU_IGCR1       0xF0036230          Flag Gating Register 1
SCU_IGCR2       0xF0036234          Flag Gating Register 2
SCU_IGCR3       0xF0036238          Flag Gating Register 3
SCU_WDTCPU0CON0 0xF003624C          CPU0 WDT Control Register 0
SCU_WDTCPU0CON1 0xF0036250          CPU0 WDT Control Register 1
SCU_WDTCPU0SR   0xF0036254          CPU0 WDT Status Register
SCU_WDTCPU1CON0 0xF0036258          CPU1 WDT Control Register 0
SCU_WDTCPU1CON1 0xF003625C          CPU1 WDT Control Register 1
SCU_WDTCPU1SR   0xF0036260          CPU1 WDT Status Register
SCU_WDTCPU2CON0 0xF0036264          CPU2 WDT Control Register 0
SCU_WDTCPU2CON1 0xF0036268          CPU2 WDT Control Register 1
SCU_WDTCPU2SR   0xF003626C          CPU2 WDT Status Register
SCU_EICON0      0xF003629C          ENDINIT Global Control Register 0
SCU_EICON1      0xF00362A0          ENDINIT Global Control Register 1
SCU_EISR        0xF00362A4          ENDINIT Timeout Counter Status Register
SCU_WDTSCON0    0xF00362A8          Safety WDT Control Register 0
SCU_WDTSCON1    0xF00362AC          Safety WDT Control Register 1
SCU_WDTSSR      0xF00362B0          Safety WDT Status Register
SCU_SEICON0     0xF00362B4          Safety ENDINIT Control Register 0
SCU_SEICON1     0xF00362B8          Safety ENDINIT Control Register 1
SCU_SEISR       0xF00362BC          Safety ENDINIT Timeout Status Register
SCU_ACCEN11     0xF00363F0          Access Enable Register 11
SCU_ACCEN10     0xF00363F4          Access Enable Register 10
SCU_ACCEN01     0xF00363F8          Access Enable Register 01
SCU_ACCEN00     0xF00363FC          Access Enable Register 00
SMU_CLC         0xF0036800          Clock Control Register
SMU_ID          0xF0036808          Module Identification Register
SMU_CMD         0xF0036820          Command Register
SMU_STS         0xF0036824          Status Register
SMU_FSP         0xF0036828          Fault Signaling Protocol
SMU_AGC         0xF003682C          Alarm Global Configuration
SMU_RTC         0xF0036830          Recovery Timer Configuration
SMU_KEYS        0xF0036834          Key Register
SMU_DBG         0xF0036838          Debug Register
SMU_PCTL        0xF003683C          Port Control
SMU_AFCNT       0xF0036840          Alarm and Fault Counter
SMU_RTAC00      0xF0036860          Recovery Timer 0 Alarm Configuration 0
SMU_RTAC01      0xF0036864          Recovery Timer 0 Alarm Configuration 1
SMU_RTAC10      0xF0036868          Recovery Timer 1 Alarm Configuration 0
SMU_RTAC11      0xF003686C          Recovery Timer 1 Alarm Configuration 1
SMU_AEX         0xF0036870          Alarm Executed Status Register
SMU_AEXCLR      0xF0036874          Alarm Executed Status Clear Register
SMU_AG0CF0      0xF0036900          Alarm 0 Configuration Register
SMU_AG0CF1      0xF0036904          Alarm 0 Configuration Register
SMU_AG0CF2      0xF0036908          Alarm 0 Configuration Register
SMU_AG1CF0      0xF003690C          Alarm 1 Configuration Register
SMU_AG1CF1      0xF0036910          Alarm 1 Configuration Register
SMU_AG1CF2      0xF0036914          Alarm 1 Configuration Register
SMU_AG2CF0      0xF0036918          Alarm 2 Configuration Register
SMU_AG2CF1      0xF003691C          Alarm 2 Configuration Register
SMU_AG2CF2      0xF0036920          Alarm 2 Configuration Register
SMU_AG3CF0      0xF0036924          Alarm 3 Configuration Register
SMU_AG3CF1      0xF0036928          Alarm 3 Configuration Register
SMU_AG3CF2      0xF003692C          Alarm 3 Configuration Register
SMU_AG4CF0      0xF0036930          Alarm 4 Configuration Register
SMU_AG4CF1      0xF0036934          Alarm 4 Configuration Register
SMU_AG4CF2      0xF0036938          Alarm 4 Configuration Register
SMU_AG5CF0      0xF003693C          Alarm 5 Configuration Register
SMU_AG5CF1      0xF0036940          Alarm 5 Configuration Register
SMU_AG5CF2      0xF0036944          Alarm 5 Configuration Register
SMU_AG6CF0      0xF0036948          Alarm 6 Configuration Register
SMU_AG6CF1      0xF003694C          Alarm 6 Configuration Register
SMU_AG6CF2      0xF0036950          Alarm 6 Configuration Register
SMU_AG7CF0      0xF0036954          Alarm 7 Configuration Register
SMU_AG7CF1      0xF0036958          Alarm 7 Configuration Register
SMU_AG7CF2      0xF003695C          Alarm 7 Configuration Register
SMU_AG8CF0      0xF0036960          Alarm 8 Configuration Register
SMU_AG8CF1      0xF0036964          Alarm 8 Configuration Register
SMU_AG8CF2      0xF0036968          Alarm 8 Configuration Register
SMU_AG9CF0      0xF003696C          Alarm 9 Configuration Register
SMU_AG9CF1      0xF0036970          Alarm 9 Configuration Register
SMU_AG9CF2      0xF0036974          Alarm 9 Configuration Register
SMU_AG10CF0     0xF0036978          Alarm 10 Configuration Register
SMU_AG10CF1     0xF003697C          Alarm 10 Configuration Register
SMU_AG10CF2     0xF0036980          Alarm 10 Configuration Register
SMU_AG11CF0     0xF0036984          Alarm 11 Configuration Register
SMU_AG11CF1     0xF0036988          Alarm 11 Configuration Register
SMU_AG11CF2     0xF003698C          Alarm 11 Configuration Register
SMU_AG0FSP      0xF0036990          SMU_core 0 FSP Configuration Register
SMU_AG1FSP      0xF0036994          SMU_core 1 FSP Configuration Register
SMU_AG2FSP      0xF0036998          SMU_core 2 FSP Configuration Register
SMU_AG3FSP      0xF003699C          SMU_core 3 FSP Configuration Register
SMU_AG4FSP      0xF00369A0          SMU_core 4 FSP Configuration Register
SMU_AG5FSP      0xF00369A4          SMU_core 5 FSP Configuration Register
SMU_AG6FSP      0xF00369A8          SMU_core 6 FSP Configuration Register
SMU_AG7FSP      0xF00369AC          SMU_core 7 FSP Configuration Register
SMU_AG8FSP      0xF00369B0          SMU_core 8 FSP Configuration Register
SMU_AG9FSP      0xF00369B4          SMU_core 9 FSP Configuration Register
SMU_AG10FSP     0xF00369B8          SMU_core 10 FSP Configuration Register
SMU_AG11FSP     0xF00369BC          SMU_core 11 FSP Configuration Register
SMU_AG0         0xF00369C0          Alarm 0 Status Register
SMU_AG1         0xF00369C4          Alarm 1 Status Register
SMU_AG2         0xF00369C8          Alarm 2 Status Register
SMU_AG3         0xF00369CC          Alarm 3 Status Register
SMU_AG4         0xF00369D0          Alarm 4 Status Register
SMU_AG5         0xF00369D4          Alarm 5 Status Register
SMU_AG6         0xF00369D8          Alarm 6 Status Register
SMU_AG7         0xF00369DC          Alarm 7 Status Register
SMU_AG8         0xF00369E0          Alarm 8 Status Register
SMU_AG9         0xF00369E4          Alarm 9 Status Register
SMU_AG10        0xF00369E8          Alarm 10 Status Register
SMU_AG11        0xF00369EC          Alarm 11 Status Register
SMU_AD0         0xF0036A00          Alarm 0 Debug Register
SMU_AD1         0xF0036A04          Alarm 1 Debug Register
SMU_AD2         0xF0036A08          Alarm 2 Debug Register
SMU_AD3         0xF0036A0C          Alarm 3 Debug Register
SMU_AD4         0xF0036A10          Alarm 4 Debug Register
SMU_AD5         0xF0036A14          Alarm 5 Debug Register
SMU_AD6         0xF0036A18          Alarm 6 Debug Register
SMU_AD7         0xF0036A1C          Alarm 7 Debug Register
SMU_AD8         0xF0036A20          Alarm 8 Debug Register
SMU_AD9         0xF0036A24          Alarm 9 Debug Register
SMU_AD10        0xF0036A28          Alarm 10 Debug Register
SMU_AD11        0xF0036A2C          Alarm 11 Debug Register
SMU_RMCTL       0xF0036B00          Register Monitor Control
SMU_RMEF        0xF0036B04          Register Monitor Error Flags
SMU_RMSTS       0xF0036B08          Register Monitor Self Test Status
SMU_OCS         0xF0036FE8          OCDS Control and Status
SMU_ACCEN1      0xF0036FF8          SMU_core Access Enable Register 1
SMU_ACCEN0      0xF0036FFC          SMU_core Access Enable Register 0
INT_ID          0xF0037008          Module Identification Register
INT_SRB0        0xF0037010          Service Request Broadcast Register 0
INT_SRB1        0xF0037014          Service Request Broadcast Register 1
INT_SRB2        0xF0037018          Service Request Broadcast Register 2
INT_OOBS        0xF0037080          OTGM OTGB0/1 Status
INT_OSSIC       0xF0037084          OTGM SSI Control
INT_OIXTS       0xF0037088          OTGM IRQ MUX Trigger Set Select
INT_OIXMS       0xF003708C          OTGM IRQ MUX Missed IRQ Select
INT_OIXS0       0xF0037090          OTGM IRQ MUX Select 0
INT_OIXS1       0xF0037094          OTGM IRQ MUX Select 1
INT_OIT         0xF00370A0          OTGM IRQ Trace
INT_OMISP       0xF00370A4          OTGM MCDS I/F Sensitivity Posedge
INT_OMISN       0xF00370A8          OTGM MCDS I/F Sensitivity Negedge
INT_ACCEN_CONFIG0 0xF00370F0          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 0
INT_ACCEN_CONFIG1 0xF00370F4          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 1
INT_ACCEN_SRB00 0xF0037100          Access Enable covering SRB0, Register 0
INT_ACCEN_SRB01 0xF0037104          Access Enable covering SRB0, Register 1
INT_ACCEN_SRB10 0xF0037108          Access Enable covering SRB1, Register 0
INT_ACCEN_SRB11 0xF003710C          Access Enable covering SRB1, Register 1
INT_ACCEN_SRB20 0xF0037110          Access Enable covering SRB2, Register 0
INT_ACCEN_SRB21 0xF0037114          Access Enable covering SRB2, Register 1
INT_ACCEN_SRC_TOS00 0xF0037180          Access Enable covering all SRC0[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS01 0xF0037184          Access Enable covering all SRC0[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS10 0xF0037188          Access Enable covering all SRC1[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS11 0xF003718C          Access Enable covering all SRC1[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS20 0xF0037190          Access Enable covering all SRC2[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS21 0xF0037194          Access Enable covering all SRC2[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS30 0xF0037198          Access Enable covering all SRC3[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS31 0xF003719C          Access Enable covering all SRC3[31:16] mapped to ICUx, Register 1
INT_LWSR0       0xF0037200          Latest Winning Service Request Register x, related to ICU0
INT_LASR0       0xF0037204          Last Acknowledged Service Request Register x, related to ICU0
INT_ECR0        0xF0037208          Error Capture Register x, related to ICU0
INT_LWSR1       0xF0037210          Latest Winning Service Request Register x, related to ICU1
INT_LASR1       0xF0037214          Last Acknowledged Service Request Register x, related to ICU1
INT_ECR1        0xF0037218          Error Capture Register x, related to ICU1
INT_LWSR2       0xF0037220          Latest Winning Service Request Register x, related to ICU2
INT_LASR2       0xF0037224          Last Acknowledged Service Request Register x, related to ICU2
INT_ECR2        0xF0037228          Error Capture Register x, related to ICU2
INT_LWSR3       0xF0037230          Latest Winning Service Request Register x, related to ICU3
INT_LASR3       0xF0037234          Last Acknowledged Service Request Register x, related to ICU3
INT_ECR3        0xF0037238          Error Capture Register x, related to ICU3
SRC_CPU0SB      0xF0038000          CPU0 Software Breakpoint Service Request
SRC_CPU1SB      0xF0038004          CPU1 Software Breakpoint Service Request
SRC_CPU2SB      0xF0038008          CPU2 Software Breakpoint Service Request
SRC_BCUSPB      0xF0038020          SBCU Service Request [SPB Bus Control Unit)
SRC_BCUBBB      0xF0038024          EBCU Service Request [BBB Bus Control Unit, on ED and ADAS devices only)
SRC_AGBT        0xF003802C          AGBT Service Request [on ED devices only)
SRC_XBAR0       0xF0038030          SRI Domain 0 Service Request
SRC_XBAR2       0xF0038038          SRI Domain 2 Service Request
SRC_CERBERUS0   0xF0038040          Cerberus Service Request 0
SRC_CERBERUS1   0xF0038044          Cerberus Service Request 1
SRC_ASCLIN0TX   0xF0038050          ASCLIN0 Transmit Service Request
SRC_ASCLIN0RX   0xF0038054          ASCLIN0 Receive Service Request
SRC_ASCLIN0ERR  0xF0038058          ASCLIN0 Error Service Request
SRC_ASCLIN1TX   0xF003805C          ASCLIN1 Transmit Service Request
SRC_ASCLIN1RX   0xF0038060          ASCLIN1 Receive Service Request
SRC_ASCLIN1ERR  0xF0038064          ASCLIN1 Error Service Request
SRC_ASCLIN2TX   0xF0038068          ASCLIN2 Transmit Service Request
SRC_ASCLIN2RX   0xF003806C          ASCLIN2 Receive Service Request
SRC_ASCLIN2ERR  0xF0038070          ASCLIN2 Error Service Request
SRC_ASCLIN3TX   0xF0038074          ASCLIN3 Transmit Service Request
SRC_ASCLIN3RX   0xF0038078          ASCLIN3 Receive Service Request
SRC_ASCLIN3ERR  0xF003807C          ASCLIN3 Error Service Request
SRC_ASCLIN4TX   0xF0038080          ASCLIN4 Transmit Service Request
SRC_ASCLIN4RX   0xF0038084          ASCLIN4 Receive Service Request
SRC_ASCLIN4ERR  0xF0038088          ASCLIN4 Error Service Request
SRC_ASCLIN5TX   0xF003808C          ASCLIN5 Transmit Service Request
SRC_ASCLIN5RX   0xF0038090          ASCLIN5 Receive Service Request
SRC_ASCLIN5ERR  0xF0038094          ASCLIN5 Error Service Request
SRC_ASCLIN6TX   0xF0038098          ASCLIN6 Transmit Service Request
SRC_ASCLIN6RX   0xF003809C          ASCLIN6 Receive Service Request
SRC_ASCLIN6ERR  0xF00380A0          ASCLIN6 Error Service Request
SRC_ASCLIN7TX   0xF00380A4          ASCLIN7 Transmit Service Request
SRC_ASCLIN7RX   0xF00380A8          ASCLIN7 Receive Service Request
SRC_ASCLIN7ERR  0xF00380AC          ASCLIN7 Error Service Request
SRC_ASCLIN8TX   0xF00380B0          ASCLIN8 Transmit Service Request
SRC_ASCLIN8RX   0xF00380B4          ASCLIN8 Receive Service Request
SRC_ASCLIN8ERR  0xF00380B8          ASCLIN8 Error Service Request
SRC_ASCLIN9TX   0xF00380BC          ASCLIN9 Transmit Service Request
SRC_ASCLIN9RX   0xF00380C0          ASCLIN9 Receive Service Request
SRC_ASCLIN9ERR  0xF00380C4          ASCLIN9 Error Service Request
SRC_ASCLIN10TX  0xF00380C8          ASCLIN10 Transmit Service Request
SRC_ASCLIN10RX  0xF00380CC          ASCLIN10 Receive Service Request
SRC_ASCLIN10ERR 0xF00380D0          ASCLIN10 Error Service Request
SRC_ASCLIN11TX  0xF00380D4          ASCLIN11 Transmit Service Request
SRC_ASCLIN11RX  0xF00380D8          ASCLIN11 Receive Service Request
SRC_ASCLIN11ERR 0xF00380DC          ASCLIN11 Error Service Request
SRC_MTUDONE     0xF00380EC          MTU Done Service Request
SRC_QSPI0TX     0xF00380F0          QSPI0 Transmit Service Request
SRC_QSPI0RX     0xF00380F4          QSPI0 Receive Service Request
SRC_QSPI0ERR    0xF00380F8          QSPI0 Error Service Request
SRC_QSPI0PT     0xF00380FC          QSPI0 Phase Transition Service Request
SRC_QSPI0U      0xF0038100          QSPI0 User Defined Service Request
SRC_QSPI1TX     0xF0038104          QSPI1 Transmit Service Request
SRC_QSPI1RX     0xF0038108          QSPI1 Receive Service Request
SRC_QSPI1ERR    0xF003810C          QSPI1 Error Service Request
SRC_QSPI1PT     0xF0038110          QSPI1 Phase Transition Service Request
SRC_QSPI1U      0xF0038114          QSPI1 User Defined Service Request
SRC_QSPI2TX     0xF0038118          QSPI2 Transmit Service Request
SRC_QSPI2RX     0xF003811C          QSPI2 Receive Service Request
SRC_QSPI2ERR    0xF0038120          QSPI2 Error Service Request
SRC_QSPI2PT     0xF0038124          QSPI2 Phase Transition Service Request
SRC_QSPI2U      0xF0038128          QSPI2 User Defined Service Request
SRC_QSPI3TX     0xF003812C          QSPI3 Transmit Service Request
SRC_QSPI3RX     0xF0038130          QSPI3 Receive Service Request
SRC_QSPI3ERR    0xF0038134          QSPI3 Error Service Request
SRC_QSPI3PT     0xF0038138          QSPI3 Phase Transition Service Request
SRC_QSPI3U      0xF003813C          QSPI3 User Defined Service Request
SRC_QSPI4TX     0xF0038140          QSPI4 Transmit Service Request
SRC_QSPI4RX     0xF0038144          QSPI4 Receive Service Request
SRC_QSPI4ERR    0xF0038148          QSPI4 Error Service Request
SRC_QSPI4PT     0xF003814C          QSPI4 Phase Transition Service Request
SRC_QSPI4U      0xF0038150          QSPI4 User Defined Service Request
SRC_HSCT0       0xF0038180          HSCT0 Service Request
SRC_HSSL0COK0   0xF0038190          HSSL0 Channel 0 OK Service Request
SRC_HSSL0RDI0   0xF0038194          HSSL0 Channel 0 Read Data Service Request
SRC_HSSL0ERR0   0xF0038198          HSSL0 Channel 0 Error Service Request
SRC_HSSL0TRG0   0xF003819C          HSSL0 Channel 0 Trigger Interrupt Service Request
SRC_HSSL0COK1   0xF00381A0          HSSL0 Channel 1 OK Service Request
SRC_HSSL0RDI1   0xF00381A4          HSSL0 Channel 1 Read Data Service Request
SRC_HSSL0ERR1   0xF00381A8          HSSL0 Channel 1 Error Service Request
SRC_HSSL0TRG1   0xF00381AC          HSSL0 Channel 1 Trigger Interrupt Service Request
SRC_HSSL0COK2   0xF00381B0          HSSL0 Channel 2 OK Service Request
SRC_HSSL0RDI2   0xF00381B4          HSSL0 Channel 2 Read Data Service Request
SRC_HSSL0ERR2   0xF00381B8          HSSL0 Channel 2 Error Service Request
SRC_HSSL0TRG2   0xF00381BC          HSSL0 Channel 2 Trigger Interrupt Service Request
SRC_HSSL0COK3   0xF00381C0          HSSL0 Channel 3 OK Service Request
SRC_HSSL0RDI3   0xF00381C4          HSSL0 Channel 3 Read Data Service Request
SRC_HSSL0ERR3   0xF00381C8          HSSL0 Channel 3 Error Service Request
SRC_HSSL0TRG3   0xF00381CC          HSSL0 Channel 3 Trigger Interrupt Service Request
SRC_HSSL0EXI    0xF00381D0          HSSL0 Exception Service Request
SRC_GETH10      0xF00381D4          GETH1 Service Request 0
SRC_GETH11      0xF00381D8          GETH1 Service Request 1
SRC_GETH12      0xF00381DC          GETH1 Service Request 2
SRC_GETH13      0xF00381E0          GETH1 Service Request 3
SRC_GETH14      0xF00381E4          GETH1 Service Request 4
SRC_GETH15      0xF00381E8          GETH1 Service Request 5
SRC_GETH16      0xF00381EC          GETH1 Service Request 6
SRC_GETH17      0xF00381F0          GETH1 Service Request 7
SRC_GETH18      0xF00381F4          GETH1 Service Request 8
SRC_GETH19      0xF00381F8          GETH1 Service Request 9
SRC_I2C0DTR     0xF0038220          I2C0 Data Transfer Request
SRC_I2C0ERR     0xF0038224          I2C0 Error Service Request
SRC_I2C0P       0xF0038228          I2C0 Protocol Service Request
SRC_SENT0       0xF0038240          SENT TRIG0 Service Request
SRC_SENT1       0xF0038244          SENT TRIG1 Service Request
SRC_SENT2       0xF0038248          SENT TRIG2 Service Request
SRC_SENT3       0xF003824C          SENT TRIG3 Service Request
SRC_SENT4       0xF0038250          SENT TRIG4 Service Request
SRC_SENT5       0xF0038254          SENT TRIG5 Service Request
SRC_SENT6       0xF0038258          SENT TRIG6 Service Request
SRC_SENT7       0xF003825C          SENT TRIG7 Service Request
SRC_SENT8       0xF0038260          SENT TRIG8 Service Request
SRC_SENT9       0xF0038264          SENT TRIG9 Service Request
SRC_MSC0SR0     0xF0038270          MSC0 Service Request 0
SRC_MSC0SR1     0xF0038274          MSC0 Service Request 1
SRC_MSC0SR2     0xF0038278          MSC0 Service Request 2
SRC_MSC0SR3     0xF003827C          MSC0 Service Request 3
SRC_MSC0SR4     0xF0038280          MSC0 Service Request 4
SRC_MSC1SR0     0xF0038284          MSC1 Service Request 0
SRC_MSC1SR1     0xF0038288          MSC1 Service Request 1
SRC_MSC1SR2     0xF003828C          MSC1 Service Request 2
SRC_MSC1SR3     0xF0038290          MSC1 Service Request 3
SRC_MSC1SR4     0xF0038294          MSC1 Service Request 4
SRC_CCU60SR0    0xF00382C0          CCU0 Service Request 0
SRC_CCU60SR1    0xF00382C4          CCU0 Service Request 1
SRC_CCU60SR2    0xF00382C8          CCU0 Service Request 2
SRC_CCU60SR3    0xF00382CC          CCU0 Service Request 3
SRC_CCU61SR0    0xF00382D0          CCU1 Service Request 0
SRC_CCU61SR1    0xF00382D4          CCU1 Service Request 1
SRC_CCU61SR2    0xF00382D8          CCU1 Service Request 2
SRC_CCU61SR3    0xF00382DC          CCU1 Service Request 3
SRC_GPT120CIRQ  0xF00382E0          GPT120 CAPREL Service Request
SRC_GPT120T2    0xF00382E4          GPT120 Timer 2 Service Request
SRC_GPT120T3    0xF00382E8          GPT120 Timer 3 Service Request
SRC_GPT120T4    0xF00382EC          GPT120 Timer 4 Service Request
SRC_GPT120T5    0xF00382F0          GPT120 Timer 5 Service Request
SRC_GPT120T6    0xF00382F4          GPT120 Timer 6 Service Request
SRC_STM0SR0     0xF0038300          System Timer 0 Service Request 0
SRC_STM0SR1     0xF0038304          System Timer 0 Service Request 1
SRC_STM1SR0     0xF0038308          System Timer 1 Service Request 0
SRC_STM1SR1     0xF003830C          System Timer 1 Service Request 1
SRC_STM2SR0     0xF0038310          System Timer 2 Service Request 0
SRC_STM2SR1     0xF0038314          System Timer 2 Service Request 1
SRC_FCE0        0xF0038330          FCE0 Error Service Request
SRC_DMAERR0     0xF0038340          DMA Error Service Request 0
SRC_DMAERR1     0xF0038344          DMA Error Service Request 1
SRC_DMAERR2     0xF0038348          DMA Error Service Request 2
SRC_DMAERR3     0xF003834C          DMA Error Service Request 3
SRC_DMACH0      0xF0038370          DMA Channel 0 Service Request
SRC_DMACH1      0xF0038374          DMA Channel 1 Service Request
SRC_DMACH2      0xF0038378          DMA Channel 2 Service Request
SRC_DMACH3      0xF003837C          DMA Channel 3 Service Request
SRC_DMACH4      0xF0038380          DMA Channel 4 Service Request
SRC_DMACH5      0xF0038384          DMA Channel 5 Service Request
SRC_DMACH6      0xF0038388          DMA Channel 6 Service Request
SRC_DMACH7      0xF003838C          DMA Channel 7 Service Request
SRC_DMACH8      0xF0038390          DMA Channel 8 Service Request
SRC_DMACH9      0xF0038394          DMA Channel 9 Service Request
SRC_DMACH10     0xF0038398          DMA Channel 10 Service Request
SRC_DMACH11     0xF003839C          DMA Channel 11 Service Request
SRC_DMACH12     0xF00383A0          DMA Channel 12 Service Request
SRC_DMACH13     0xF00383A4          DMA Channel 13 Service Request
SRC_DMACH14     0xF00383A8          DMA Channel 14 Service Request
SRC_DMACH15     0xF00383AC          DMA Channel 15 Service Request
SRC_DMACH16     0xF00383B0          DMA Channel 16 Service Request
SRC_DMACH17     0xF00383B4          DMA Channel 17 Service Request
SRC_DMACH18     0xF00383B8          DMA Channel 18 Service Request
SRC_DMACH19     0xF00383BC          DMA Channel 19 Service Request
SRC_DMACH20     0xF00383C0          DMA Channel 20 Service Request
SRC_DMACH21     0xF00383C4          DMA Channel 21 Service Request
SRC_DMACH22     0xF00383C8          DMA Channel 22 Service Request
SRC_DMACH23     0xF00383CC          DMA Channel 23 Service Request
SRC_DMACH24     0xF00383D0          DMA Channel 24 Service Request
SRC_DMACH25     0xF00383D4          DMA Channel 25 Service Request
SRC_DMACH26     0xF00383D8          DMA Channel 26 Service Request
SRC_DMACH27     0xF00383DC          DMA Channel 27 Service Request
SRC_DMACH28     0xF00383E0          DMA Channel 28 Service Request
SRC_DMACH29     0xF00383E4          DMA Channel 29 Service Request
SRC_DMACH30     0xF00383E8          DMA Channel 30 Service Request
SRC_DMACH31     0xF00383EC          DMA Channel 31 Service Request
SRC_DMACH32     0xF00383F0          DMA Channel 32 Service Request
SRC_DMACH33     0xF00383F4          DMA Channel 33 Service Request
SRC_DMACH34     0xF00383F8          DMA Channel 34 Service Request
SRC_DMACH35     0xF00383FC          DMA Channel 35 Service Request
SRC_DMACH36     0xF0038400          DMA Channel 36 Service Request
SRC_DMACH37     0xF0038404          DMA Channel 37 Service Request
SRC_DMACH38     0xF0038408          DMA Channel 38 Service Request
SRC_DMACH39     0xF003840C          DMA Channel 39 Service Request
SRC_DMACH40     0xF0038410          DMA Channel 40 Service Request
SRC_DMACH41     0xF0038414          DMA Channel 41 Service Request
SRC_DMACH42     0xF0038418          DMA Channel 42 Service Request
SRC_DMACH43     0xF003841C          DMA Channel 43 Service Request
SRC_DMACH44     0xF0038420          DMA Channel 44 Service Request
SRC_DMACH45     0xF0038424          DMA Channel 45 Service Request
SRC_DMACH46     0xF0038428          DMA Channel 46 Service Request
SRC_DMACH47     0xF003842C          DMA Channel 47 Service Request
SRC_DMACH48     0xF0038430          DMA Channel 48 Service Request
SRC_DMACH49     0xF0038434          DMA Channel 49 Service Request
SRC_DMACH50     0xF0038438          DMA Channel 50 Service Request
SRC_DMACH51     0xF003843C          DMA Channel 51 Service Request
SRC_DMACH52     0xF0038440          DMA Channel 52 Service Request
SRC_DMACH53     0xF0038444          DMA Channel 53 Service Request
SRC_DMACH54     0xF0038448          DMA Channel 54 Service Request
SRC_DMACH55     0xF003844C          DMA Channel 55 Service Request
SRC_DMACH56     0xF0038450          DMA Channel 56 Service Request
SRC_DMACH57     0xF0038454          DMA Channel 57 Service Request
SRC_DMACH58     0xF0038458          DMA Channel 58 Service Request
SRC_DMACH59     0xF003845C          DMA Channel 59 Service Request
SRC_DMACH60     0xF0038460          DMA Channel 60 Service Request
SRC_DMACH61     0xF0038464          DMA Channel 61 Service Request
SRC_DMACH62     0xF0038468          DMA Channel 62 Service Request
SRC_DMACH63     0xF003846C          DMA Channel 63 Service Request
SRC_DMACH64     0xF0038470          DMA Channel 64 Service Request
SRC_DMACH65     0xF0038474          DMA Channel 65 Service Request
SRC_DMACH66     0xF0038478          DMA Channel 66 Service Request
SRC_DMACH67     0xF003847C          DMA Channel 67 Service Request
SRC_DMACH68     0xF0038480          DMA Channel 68 Service Request
SRC_DMACH69     0xF0038484          DMA Channel 69 Service Request
SRC_DMACH70     0xF0038488          DMA Channel 70 Service Request
SRC_DMACH71     0xF003848C          DMA Channel 71 Service Request
SRC_DMACH72     0xF0038490          DMA Channel 72 Service Request
SRC_DMACH73     0xF0038494          DMA Channel 73 Service Request
SRC_DMACH74     0xF0038498          DMA Channel 74 Service Request
SRC_DMACH75     0xF003849C          DMA Channel 75 Service Request
SRC_DMACH76     0xF00384A0          DMA Channel 76 Service Request
SRC_DMACH77     0xF00384A4          DMA Channel 77 Service Request
SRC_DMACH78     0xF00384A8          DMA Channel 78 Service Request
SRC_DMACH79     0xF00384AC          DMA Channel 79 Service Request
SRC_DMACH80     0xF00384B0          DMA Channel 80 Service Request
SRC_DMACH81     0xF00384B4          DMA Channel 81 Service Request
SRC_DMACH82     0xF00384B8          DMA Channel 82 Service Request
SRC_DMACH83     0xF00384BC          DMA Channel 83 Service Request
SRC_DMACH84     0xF00384C0          DMA Channel 84 Service Request
SRC_DMACH85     0xF00384C4          DMA Channel 85 Service Request
SRC_DMACH86     0xF00384C8          DMA Channel 86 Service Request
SRC_DMACH87     0xF00384CC          DMA Channel 87 Service Request
SRC_DMACH88     0xF00384D0          DMA Channel 88 Service Request
SRC_DMACH89     0xF00384D4          DMA Channel 89 Service Request
SRC_DMACH90     0xF00384D8          DMA Channel 90 Service Request
SRC_DMACH91     0xF00384DC          DMA Channel 91 Service Request
SRC_DMACH92     0xF00384E0          DMA Channel 92 Service Request
SRC_DMACH93     0xF00384E4          DMA Channel 93 Service Request
SRC_DMACH94     0xF00384E8          DMA Channel 94 Service Request
SRC_DMACH95     0xF00384EC          DMA Channel 95 Service Request
SRC_DMACH96     0xF00384F0          DMA Channel 96 Service Request
SRC_DMACH97     0xF00384F4          DMA Channel 97 Service Request
SRC_DMACH98     0xF00384F8          DMA Channel 98 Service Request
SRC_DMACH99     0xF00384FC          DMA Channel 99 Service Request
SRC_DMACH100    0xF0038500          DMA Channel 100 Service Request
SRC_DMACH101    0xF0038504          DMA Channel 101 Service Request
SRC_DMACH102    0xF0038508          DMA Channel 102 Service Request
SRC_DMACH103    0xF003850C          DMA Channel 103 Service Request
SRC_DMACH104    0xF0038510          DMA Channel 104 Service Request
SRC_DMACH105    0xF0038514          DMA Channel 105 Service Request
SRC_DMACH106    0xF0038518          DMA Channel 106 Service Request
SRC_DMACH107    0xF003851C          DMA Channel 107 Service Request
SRC_DMACH108    0xF0038520          DMA Channel 108 Service Request
SRC_DMACH109    0xF0038524          DMA Channel 109 Service Request
SRC_DMACH110    0xF0038528          DMA Channel 110 Service Request
SRC_DMACH111    0xF003852C          DMA Channel 111 Service Request
SRC_DMACH112    0xF0038530          DMA Channel 112 Service Request
SRC_DMACH113    0xF0038534          DMA Channel 113 Service Request
SRC_DMACH114    0xF0038538          DMA Channel 114 Service Request
SRC_DMACH115    0xF003853C          DMA Channel 115 Service Request
SRC_DMACH116    0xF0038540          DMA Channel 116 Service Request
SRC_DMACH117    0xF0038544          DMA Channel 117 Service Request
SRC_DMACH118    0xF0038548          DMA Channel 118 Service Request
SRC_DMACH119    0xF003854C          DMA Channel 119 Service Request
SRC_DMACH120    0xF0038550          DMA Channel 120 Service Request
SRC_DMACH121    0xF0038554          DMA Channel 121 Service Request
SRC_DMACH122    0xF0038558          DMA Channel 122 Service Request
SRC_DMACH123    0xF003855C          DMA Channel 123 Service Request
SRC_DMACH124    0xF0038560          DMA Channel 124 Service Request
SRC_DMACH125    0xF0038564          DMA Channel 125 Service Request
SRC_DMACH126    0xF0038568          DMA Channel 126 Service Request
SRC_DMACH127    0xF003856C          DMA Channel 127 Service Request
SRC_SDMMCERR    0xF0038570          SDMMC Error Service Request
SRC_SDMMCDMA    0xF0038574          SDMMC DMA Ready Service Request
SRC_GETH0       0xF0038580          GETH Service Request 0
SRC_GETH1       0xF0038584          GETH Service Request 1
SRC_GETH2       0xF0038588          GETH Service Request 2
SRC_GETH3       0xF003858C          GETH Service Request 3
SRC_GETH4       0xF0038590          GETH Service Request 4
SRC_GETH5       0xF0038594          GETH Service Request 5
SRC_GETH6       0xF0038598          GETH Service Request 6
SRC_GETH7       0xF003859C          GETH Service Request 7
SRC_GETH8       0xF00385A0          GETH Service Request 8
SRC_GETH9       0xF00385A4          GETH Service Request 9
SRC_CAN0INT0    0xF00385B0          CAN0 Service Request 0
SRC_CAN0INT1    0xF00385B4          CAN0 Service Request 1
SRC_CAN0INT2    0xF00385B8          CAN0 Service Request 2
SRC_CAN0INT3    0xF00385BC          CAN0 Service Request 3
SRC_CAN0INT4    0xF00385C0          CAN0 Service Request 4
SRC_CAN0INT5    0xF00385C4          CAN0 Service Request 5
SRC_CAN0INT6    0xF00385C8          CAN0 Service Request 6
SRC_CAN0INT7    0xF00385CC          CAN0 Service Request 7
SRC_CAN0INT8    0xF00385D0          CAN0 Service Request 8
SRC_CAN0INT9    0xF00385D4          CAN0 Service Request 9
SRC_CAN0INT10   0xF00385D8          CAN0 Service Request 10
SRC_CAN0INT11   0xF00385DC          CAN0 Service Request 11
SRC_CAN0INT12   0xF00385E0          CAN0 Service Request 12
SRC_CAN0INT13   0xF00385E4          CAN0 Service Request 13
SRC_CAN0INT14   0xF00385E8          CAN0 Service Request 14
SRC_CAN0INT15   0xF00385EC          CAN0 Service Request 15
SRC_CAN1INT0    0xF00385F0          CAN1 Service Request 0
SRC_CAN1INT1    0xF00385F4          CAN1 Service Request 1
SRC_CAN1INT2    0xF00385F8          CAN1 Service Request 2
SRC_CAN1INT3    0xF00385FC          CAN1 Service Request 3
SRC_CAN1INT4    0xF0038600          CAN1 Service Request 4
SRC_CAN1INT5    0xF0038604          CAN1 Service Request 5
SRC_CAN1INT6    0xF0038608          CAN1 Service Request 6
SRC_CAN1INT7    0xF003860C          CAN1 Service Request 7
SRC_CAN1INT8    0xF0038610          CAN1 Service Request 8
SRC_CAN1INT9    0xF0038614          CAN1 Service Request 9
SRC_CAN1INT10   0xF0038618          CAN1 Service Request 10
SRC_CAN1INT11   0xF003861C          CAN1 Service Request 11
SRC_CAN1INT12   0xF0038620          CAN1 Service Request 12
SRC_CAN1INT13   0xF0038624          CAN1 Service Request 13
SRC_CAN1INT14   0xF0038628          CAN1 Service Request 14
SRC_CAN1INT15   0xF003862C          CAN1 Service Request 15
SRC_CAN2INT0    0xF0038630          CAN2 Service Request 0
SRC_CAN2INT1    0xF0038634          CAN2 Service Request 1
SRC_CAN2INT2    0xF0038638          CAN2 Service Request 2
SRC_CAN2INT3    0xF003863C          CAN2 Service Request 3
SRC_CAN2INT4    0xF0038640          CAN2 Service Request 4
SRC_CAN2INT5    0xF0038644          CAN2 Service Request 5
SRC_CAN2INT6    0xF0038648          CAN2 Service Request 6
SRC_CAN2INT7    0xF003864C          CAN2 Service Request 7
SRC_CAN2INT8    0xF0038650          CAN2 Service Request 8
SRC_CAN2INT9    0xF0038654          CAN2 Service Request 9
SRC_CAN2INT10   0xF0038658          CAN2 Service Request 10
SRC_CAN2INT11   0xF003865C          CAN2 Service Request 11
SRC_CAN2INT12   0xF0038660          CAN2 Service Request 12
SRC_CAN2INT13   0xF0038664          CAN2 Service Request 13
SRC_CAN2INT14   0xF0038668          CAN2 Service Request 14
SRC_CAN2INT15   0xF003866C          CAN2 Service Request 15
SRC_VADCG0SR0   0xF0038670          EVADC Group 0 Service Request 0
SRC_VADCG0SR1   0xF0038674          EVADC Group 0 Service Request 1
SRC_VADCG0SR2   0xF0038678          EVADC Group 0 Service Request 2
SRC_VADCG0SR3   0xF003867C          EVADC Group 0 Service Request 3
SRC_VADCG1SR0   0xF0038680          EVADC Group 1 Service Request 0
SRC_VADCG1SR1   0xF0038684          EVADC Group 1 Service Request 1
SRC_VADCG1SR2   0xF0038688          EVADC Group 1 Service Request 2
SRC_VADCG1SR3   0xF003868C          EVADC Group 1 Service Request 3
SRC_VADCG2SR0   0xF0038690          EVADC Group 2 Service Request 0
SRC_VADCG2SR1   0xF0038694          EVADC Group 2 Service Request 1
SRC_VADCG2SR2   0xF0038698          EVADC Group 2 Service Request 2
SRC_VADCG2SR3   0xF003869C          EVADC Group 2 Service Request 3
SRC_VADCG3SR0   0xF00386A0          EVADC Group 3 Service Request 0
SRC_VADCG3SR1   0xF00386A4          EVADC Group 3 Service Request 1
SRC_VADCG3SR2   0xF00386A8          EVADC Group 3 Service Request 2
SRC_VADCG3SR3   0xF00386AC          EVADC Group 3 Service Request 3
SRC_VADCG8SR0   0xF00386F0          EVADC Group 8 Service Request 0
SRC_VADCG8SR1   0xF00386F4          EVADC Group 8 Service Request 1
SRC_VADCG8SR2   0xF00386F8          EVADC Group 8 Service Request 2
SRC_VADCG8SR3   0xF00386FC          EVADC Group 8 Service Request 3
SRC_VADCG9SR0   0xF0038700          EVADC Group 9 Service Request 0
SRC_VADCG9SR1   0xF0038704          EVADC Group 9 Service Request 1
SRC_VADCG9SR2   0xF0038708          EVADC Group 9 Service Request 2
SRC_VADCG9SR3   0xF003870C          EVADC Group 9 Service Request 3
SRC_VADCG10SR0  0xF0038710          EVADC Group 10 Service Request 0
SRC_VADCG10SR1  0xF0038714          EVADC Group 10 Service Request 1
SRC_VADCG10SR2  0xF0038718          EVADC Group 10 Service Request 2
SRC_VADCG10SR3  0xF003871C          EVADC Group 10 Service Request 3
SRC_VADCG11SR0  0xF0038720          EVADC Group 11 Service Request 0
SRC_VADCG11SR1  0xF0038724          EVADC Group 11 Service Request 1
SRC_VADCG11SR2  0xF0038728          EVADC Group 11 Service Request 2
SRC_VADCG11SR3  0xF003872C          EVADC Group 11 Service Request 3
SRC_VADCFC0SR0  0xF0038730          EVADC Fast Compare 0 Service Request SR0
SRC_VADCFC1SR0  0xF0038734          EVADC Fast Compare 1 Service Request SR0
SRC_VADCFC2SR0  0xF0038738          EVADC Fast Compare 2 Service Request SR0
SRC_VADCFC3SR0  0xF003873C          EVADC Fast Compare 3 Service Request SR0
SRC_VADCCG0SR0  0xF0038750          EVADC Common Group 0 Service Request 0
SRC_VADCCG0SR1  0xF0038754          EVADC Common Group 0 Service Request 1
SRC_VADCCG0SR2  0xF0038758          EVADC Common Group 0 Service Request 2
SRC_VADCCG0SR3  0xF003875C          EVADC Common Group 0 Service Request 3
SRC_VADCCG1SR0  0xF0038760          EVADC Common Group 1 Service Request 0
SRC_VADCCG1SR1  0xF0038764          EVADC Common Group 1 Service Request 1
SRC_VADCCG1SR2  0xF0038768          EVADC Common Group 1 Service Request 2
SRC_VADCCG1SR3  0xF003876C          EVADC Common Group 1 Service Request 3
SRC_DSADCSRM0   0xF0038770          DSADC SRM0 Service Request
SRC_DSADCSRA0   0xF0038774          DSADC SRA0 Service Request
SRC_DSADCSRM1   0xF0038778          DSADC SRM1 Service Request
SRC_DSADCSRA1   0xF003877C          DSADC SRA1 Service Request
SRC_DSADCSRM2   0xF0038780          DSADC SRM2 Service Request
SRC_DSADCSRA2   0xF0038784          DSADC SRA2 Service Request
SRC_DSADCSRM3   0xF0038788          DSADC SRM3 Service Request
SRC_DSADCSRA3   0xF003878C          DSADC SRA3 Service Request
SRC_DSADCSRM4   0xF0038790          DSADC SRM4 Service Request
SRC_DSADCSRA4   0xF0038794          DSADC SRA4 Service Request
SRC_DSADCSRM5   0xF0038798          DSADC SRM5 Service Request
SRC_DSADCSRA5   0xF003879C          DSADC SRA5 Service Request
SRC_ERAY0INT0   0xF0038800          E-RAY 0 Service Request 0
SRC_ERAY0INT1   0xF0038804          E-RAY 0 Service Request 1
SRC_ERAY0TINT0  0xF0038808          E-RAY 0 Timer Interrupt 0 Service Request
SRC_ERAY0TINT1  0xF003880C          E-RAY 0 Timer Interrupt 1 Service Request
SRC_ERAY0NDAT0  0xF0038810          E-RAY 0 New Data 0 Service Request
SRC_ERAY0NDAT1  0xF0038814          E-RAY 0 New Data 1 Service Request
SRC_ERAY0MBSC0  0xF0038818          E-RAY 0 Message Buffer Status Changed 0 Service Request
SRC_ERAY0MBSC1  0xF003881C          E-RAY 0 Message Buffer Status Changed 1 Service Request
SRC_ERAY0OBUSY  0xF0038820          E-RAY 0 Output Buffer Busy
SRC_ERAY0IBUSY  0xF0038824          E-RAY 0 Input Buffer Busy
SRC_DMUHOST     0xF0038860          DMU Host Service Request
SRC_DMUFSI      0xF0038864          DMU FSI Service Request
SRC_HSM0        0xF0038870          HSM Service Request 0
SRC_HSM1        0xF0038874          HSM Service Request 1
SRC_SCUERU0     0xF0038880          SCU ERU Service Request 0
SRC_SCUERU1     0xF0038884          SCU ERU Service Request 1
SRC_SCUERU2     0xF0038888          SCU ERU Service Request 2
SRC_SCUERU3     0xF003888C          SCU ERU Service Request 3
SRC_PMSDTS      0xF00388AC          PMS DTS Service Request
SRC_PMS0        0xF00388B0          Power Management System Service Request 0
SRC_PMS1        0xF00388B4          Power Management System Service Request 1
SRC_PMS2        0xF00388B8          Power Management System Service Request 2
SRC_PMS3        0xF00388BC          Power Management System Service Request 3
SRC_SCR         0xF00388C0          Stand By Controller Service Request
SRC_SMU0        0xF00388D0          SMU Service Request 0
SRC_SMU1        0xF00388D4          SMU Service Request 1
SRC_SMU2        0xF00388D8          SMU Service Request 2
SRC_PSI50       0xF00388E0          PSI5 Service Request 0
SRC_PSI51       0xF00388E4          PSI5 Service Request 1
SRC_PSI52       0xF00388E8          PSI5 Service Request 2
SRC_PSI53       0xF00388EC          PSI5 Service Request 3
SRC_PSI54       0xF00388F0          PSI5 Service Request 4
SRC_PSI55       0xF00388F4          PSI5 Service Request 5
SRC_PSI56       0xF00388F8          PSI5 Service Request 6
SRC_PSI57       0xF00388FC          PSI5 Service Request 7
SRC_DAM0LI0     0xF0038910          DAM0 Limit 0 Service Request
SRC_DAM0RI0     0xF0038914          DAM0 Ready 0 Service Reques
SRC_DAM0LI1     0xF0038918          DAM0 Limit 1 Service Request
SRC_DAM0RI1     0xF003891C          DAM0 Ready 1 Service Request
SRC_DAM0DR      0xF0038920          DAM0 DMA Ready Service Request
SRC_DAM0ERR     0xF0038924          DAM0 Error Service Request
SRC_CIFMI       0xF0038940          CIF MI Service Request
SRC_CIFMIEP     0xF0038944          CIF MI EP Service Request
SRC_CIFISP      0xF0038948          CIF ISP Service Request
SRC_CIFMJPEG    0xF003894C          CIF MJPEG Service Request
SRC_PSI5S0      0xF0038950          PSI5-S Service Request 0
SRC_PSI5S1      0xF0038954          PSI5-S Service Request 1
SRC_PSI5S2      0xF0038958          PSI5-S Service Request 2
SRC_PSI5S3      0xF003895C          PSI5-S Service Request 3
SRC_PSI5S4      0xF0038960          PSI5-S Service Request 4
SRC_PSI5S5      0xF0038964          PSI5-S Service Request 5
SRC_PSI5S6      0xF0038968          PSI5-S Service Request 6
SRC_PSI5S7      0xF003896C          PSI5-S Service Request 7
SRC_GPSR00      0xF0038990          General Purpose Group 0 Service Request 0
SRC_GPSR01      0xF0038994          General Purpose Group 0 Service Request 1
SRC_GPSR02      0xF0038998          General Purpose Group 0 Service Request 2
SRC_GPSR03      0xF003899C          General Purpose Group 0 Service Request 3
SRC_GPSR04      0xF00389A0          General Purpose Group 0 Service Request 4
SRC_GPSR05      0xF00389A4          General Purpose Group 0 Service Request 5
SRC_GPSR06      0xF00389A8          General Purpose Group 0 Service Request 6
SRC_GPSR07      0xF00389AC          General Purpose Group 0 Service Request 7
SRC_GPSR10      0xF00389B0          General Purpose Group 1 Service Request 0
SRC_GPSR11      0xF00389B4          General Purpose Group 1 Service Request 1
SRC_GPSR12      0xF00389B8          General Purpose Group 1 Service Request 2
SRC_GPSR13      0xF00389BC          General Purpose Group 1 Service Request 3
SRC_GPSR14      0xF00389C0          General Purpose Group 1 Service Request 4
SRC_GPSR15      0xF00389C4          General Purpose Group 1 Service Request 5
SRC_GPSR16      0xF00389C8          General Purpose Group 1 Service Request 6
SRC_GPSR17      0xF00389CC          General Purpose Group 1 Service Request 7
SRC_GPSR20      0xF00389D0          General Purpose Group 2 Service Request 0
SRC_GPSR21      0xF00389D4          General Purpose Group 2 Service Request 1
SRC_GPSR22      0xF00389D8          General Purpose Group 2 Service Request 2
SRC_GPSR23      0xF00389DC          General Purpose Group 2 Service Request 3
SRC_GPSR24      0xF00389E0          General Purpose Group 2 Service Request 4
SRC_GPSR25      0xF00389E4          General Purpose Group 2 Service Request 5
SRC_GPSR26      0xF00389E8          General Purpose Group 2 Service Request 6
SRC_GPSR27      0xF00389EC          General Purpose Group 2 Service Request 7
SRC_GTMAEIIRQ   0xF0038A70          AEI Shared Service Request
SRC_GTMARUIRQ0  0xF0038A74          ARU Shared Service Request 0
SRC_GTMARUIRQ1  0xF0038A78          ARU Shared Service Request 1
SRC_GTMARUIRQ2  0xF0038A7C          ARU Shared Service Request 2
SRC_GTMBRCIRQ   0xF0038A80          BRC Shared Service Request
SRC_GTMCMPIRQ   0xF0038A84          CMP Shared Service Request
SRC_GTMSPE0IRQ  0xF0038A88          SPE0 Shared Service Request
SRC_GTMSPE1IRQ  0xF0038A8C          SPE1 Shared Service Request
SRC_GTMPSM00    0xF0038AA0          PSM0 Shared Service Request 0
SRC_GTMPSM01    0xF0038AA4          PSM0 Shared Service Request 1
SRC_GTMPSM02    0xF0038AA8          PSM0 Shared Service Request 2
SRC_GTMPSM03    0xF0038AAC          PSM0 Shared Service Request 3
SRC_GTMPSM04    0xF0038AB0          PSM0 Shared Service Request 4
SRC_GTMPSM05    0xF0038AB4          PSM0 Shared Service Request 5
SRC_GTMPSM06    0xF0038AB8          PSM0 Shared Service Request 6
SRC_GTMPSM07    0xF0038ABC          PSM0 Shared Service Request 7
SRC_GTMDPLL0    0xF0038B00          DPLL Service Request 0
SRC_GTMDPLL1    0xF0038B04          DPLL Service Request 1
SRC_GTMDPLL2    0xF0038B08          DPLL Service Request 2
SRC_GTMDPLL3    0xF0038B0C          DPLL Service Request 3
SRC_GTMDPLL4    0xF0038B10          DPLL Service Request 4
SRC_GTMDPLL5    0xF0038B14          DPLL Service Request 5
SRC_GTMDPLL6    0xF0038B18          DPLL Service Request 6
SRC_GTMDPLL7    0xF0038B1C          DPLL Service Request 7
SRC_GTMDPLL8    0xF0038B20          DPLL Service Request 8
SRC_GTMDPLL9    0xF0038B24          DPLL Service Request 9
SRC_GTMDPLL10   0xF0038B28          DPLL Service Request 10
SRC_GTMDPLL11   0xF0038B2C          DPLL Service Request 11
SRC_GTMDPLL12   0xF0038B30          DPLL Service Request 12
SRC_GTMDPLL13   0xF0038B34          DPLL Service Request 13
SRC_GTMDPLL14   0xF0038B38          DPLL Service Request 14
SRC_GTMDPLL15   0xF0038B3C          DPLL Service Request 15
SRC_GTMDPLL16   0xF0038B40          DPLL Service Request 16
SRC_GTMDPLL17   0xF0038B44          DPLL Service Request 17
SRC_GTMDPLL18   0xF0038B48          DPLL Service Request 18
SRC_GTMDPLL19   0xF0038B4C          DPLL Service Request 19
SRC_GTMDPLL20   0xF0038B50          DPLL Service Request 20
SRC_GTMDPLL21   0xF0038B54          DPLL Service Request 21
SRC_GTMDPLL22   0xF0038B58          DPLL Service Request 22
SRC_GTMDPLL23   0xF0038B5C          DPLL Service Request 23
SRC_GTMDPLL24   0xF0038B60          DPLL Service Request 24
SRC_GTMDPLL25   0xF0038B64          DPLL Service Request 25
SRC_GTMDPLL26   0xF0038B68          DPLL Service Request 26
SRC_GTMERR      0xF0038B70          Error Service Request
SRC_GTMTIM00    0xF0038B90          TIM0 Shared Service Request 0
SRC_GTMTIM01    0xF0038B94          TIM0 Shared Service Request 1
SRC_GTMTIM02    0xF0038B98          TIM0 Shared Service Request 2
SRC_GTMTIM03    0xF0038B9C          TIM0 Shared Service Request 3
SRC_GTMTIM04    0xF0038BA0          TIM0 Shared Service Request 4
SRC_GTMTIM05    0xF0038BA4          TIM0 Shared Service Request 5
SRC_GTMTIM06    0xF0038BA8          TIM0 Shared Service Request 6
SRC_GTMTIM07    0xF0038BAC          TIM0 Shared Service Request 7
SRC_GTMTIM10    0xF0038BB0          TIM1 Shared Service Request 0
SRC_GTMTIM11    0xF0038BB4          TIM1 Shared Service Request 1
SRC_GTMTIM12    0xF0038BB8          TIM1 Shared Service Request 2
SRC_GTMTIM13    0xF0038BBC          TIM1 Shared Service Request 3
SRC_GTMTIM14    0xF0038BC0          TIM1 Shared Service Request 4
SRC_GTMTIM15    0xF0038BC4          TIM1 Shared Service Request 5
SRC_GTMTIM16    0xF0038BC8          TIM1 Shared Service Request 6
SRC_GTMTIM17    0xF0038BCC          TIM1 Shared Service Request 7
SRC_GTMTIM20    0xF0038BD0          TIM2 Shared Service Request 0
SRC_GTMTIM21    0xF0038BD4          TIM2 Shared Service Request 1
SRC_GTMTIM22    0xF0038BD8          TIM2 Shared Service Request 2
SRC_GTMTIM23    0xF0038BDC          TIM2 Shared Service Request 3
SRC_GTMTIM24    0xF0038BE0          TIM2 Shared Service Request 4
SRC_GTMTIM25    0xF0038BE4          TIM2 Shared Service Request 5
SRC_GTMTIM26    0xF0038BE8          TIM2 Shared Service Request 6
SRC_GTMTIM27    0xF0038BEC          TIM2 Shared Service Request 7
SRC_GTMTIM30    0xF0038BF0          TIM3 Shared Service Request 0
SRC_GTMTIM31    0xF0038BF4          TIM3 Shared Service Request 1
SRC_GTMTIM32    0xF0038BF8          TIM3 Shared Service Request 2
SRC_GTMTIM33    0xF0038BFC          TIM3 Shared Service Request 3
SRC_GTMTIM34    0xF0038C00          TIM3 Shared Service Request 4
SRC_GTMTIM35    0xF0038C04          TIM3 Shared Service Request 5
SRC_GTMTIM36    0xF0038C08          TIM3 Shared Service Request 6
SRC_GTMTIM37    0xF0038C0C          TIM3 Shared Service Request 7
SRC_GTMTIM40    0xF0038C10          TIM4 Shared Service Request 0
SRC_GTMTIM41    0xF0038C14          TIM4 Shared Service Request 1
SRC_GTMTIM42    0xF0038C18          TIM4 Shared Service Request 2
SRC_GTMTIM43    0xF0038C1C          TIM4 Shared Service Request 3
SRC_GTMTIM44    0xF0038C20          TIM4 Shared Service Request 4
SRC_GTMTIM45    0xF0038C24          TIM4 Shared Service Request 5
SRC_GTMTIM46    0xF0038C28          TIM4 Shared Service Request 6
SRC_GTMTIM47    0xF0038C2C          TIM4 Shared Service Request 7
SRC_GTMTIM50    0xF0038C30          TIM5 Shared Service Request 0
SRC_GTMTIM51    0xF0038C34          TIM5 Shared Service Request 1
SRC_GTMTIM52    0xF0038C38          TIM5 Shared Service Request 2
SRC_GTMTIM53    0xF0038C3C          TIM5 Shared Service Request 3
SRC_GTMTIM54    0xF0038C40          TIM5 Shared Service Request 4
SRC_GTMTIM55    0xF0038C44          TIM5 Shared Service Request 5
SRC_GTMTIM56    0xF0038C48          TIM5 Shared Service Request 6
SRC_GTMTIM57    0xF0038C4C          TIM5 Shared Service Request 7
SRC_GTMMCS00    0xF0038CB0          MCS0 Shared Service Request 0
SRC_GTMMCS01    0xF0038CB4          MCS0 Shared Service Request 1
SRC_GTMMCS02    0xF0038CB8          MCS0 Shared Service Request 2
SRC_GTMMCS03    0xF0038CBC          MCS0 Shared Service Request 3
SRC_GTMMCS04    0xF0038CC0          MCS0 Shared Service Request 4
SRC_GTMMCS05    0xF0038CC4          MCS0 Shared Service Request 5
SRC_GTMMCS06    0xF0038CC8          MCS0 Shared Service Request 6
SRC_GTMMCS07    0xF0038CCC          MCS0 Shared Service Request 7
SRC_GTMMCS10    0xF0038CD0          MCS1 Shared Service Request 0
SRC_GTMMCS11    0xF0038CD4          MCS1 Shared Service Request 1
SRC_GTMMCS12    0xF0038CD8          MCS1 Shared Service Request 2
SRC_GTMMCS13    0xF0038CDC          MCS1 Shared Service Request 3
SRC_GTMMCS14    0xF0038CE0          MCS1 Shared Service Request 4
SRC_GTMMCS15    0xF0038CE4          MCS1 Shared Service Request 5
SRC_GTMMCS16    0xF0038CE8          MCS1 Shared Service Request 6
SRC_GTMMCS17    0xF0038CEC          MCS1 Shared Service Request 7
SRC_GTMMCS20    0xF0038CF0          MCS2 Shared Service Request 0
SRC_GTMMCS21    0xF0038CF4          MCS2 Shared Service Request 1
SRC_GTMMCS22    0xF0038CF8          MCS2 Shared Service Request 2
SRC_GTMMCS23    0xF0038CFC          MCS2 Shared Service Request 3
SRC_GTMMCS24    0xF0038D00          MCS2 Shared Service Request 4
SRC_GTMMCS25    0xF0038D04          MCS2 Shared Service Request 5
SRC_GTMMCS26    0xF0038D08          MCS2 Shared Service Request 6
SRC_GTMMCS27    0xF0038D0C          MCS2 Shared Service Request 7
SRC_GTMMCS30    0xF0038D10          MCS3 Shared Service Request 0
SRC_GTMMCS31    0xF0038D14          MCS3 Shared Service Request 1
SRC_GTMMCS32    0xF0038D18          MCS3 Shared Service Request 2
SRC_GTMMCS33    0xF0038D1C          MCS3 Shared Service Request 3
SRC_GTMMCS34    0xF0038D20          MCS3 Shared Service Request 4
SRC_GTMMCS35    0xF0038D24          MCS3 Shared Service Request 5
SRC_GTMMCS36    0xF0038D28          MCS3 Shared Service Request 6
SRC_GTMMCS37    0xF0038D2C          MCS3 Shared Service Request 7
SRC_GTMMCS40    0xF0038D30          MCS4 Shared Service Request 0
SRC_GTMMCS41    0xF0038D34          MCS4 Shared Service Request 1
SRC_GTMMCS42    0xF0038D38          MCS4 Shared Service Request 2
SRC_GTMMCS43    0xF0038D3C          MCS4 Shared Service Request 3
SRC_GTMMCS44    0xF0038D40          MCS4 Shared Service Request 4
SRC_GTMMCS45    0xF0038D44          MCS4 Shared Service Request 5
SRC_GTMMCS46    0xF0038D48          MCS4 Shared Service Request 6
SRC_GTMMCS47    0xF0038D4C          MCS4 Shared Service Request 7
SRC_GTMTOM00    0xF0038E10          TOM0 Shared Service Request 0
SRC_GTMTOM01    0xF0038E14          TOM0 Shared Service Request 1
SRC_GTMTOM02    0xF0038E18          TOM0 Shared Service Request 2
SRC_GTMTOM03    0xF0038E1C          TOM0 Shared Service Request 3
SRC_GTMTOM04    0xF0038E20          TOM0 Shared Service Request 4
SRC_GTMTOM05    0xF0038E24          TOM0 Shared Service Request 5
SRC_GTMTOM06    0xF0038E28          TOM0 Shared Service Request 6
SRC_GTMTOM07    0xF0038E2C          TOM0 Shared Service Request 7
SRC_GTMTOM10    0xF0038E30          TOM1 Shared Service Request 0
SRC_GTMTOM11    0xF0038E34          TOM1 Shared Service Request 1
SRC_GTMTOM12    0xF0038E38          TOM1 Shared Service Request 2
SRC_GTMTOM13    0xF0038E3C          TOM1 Shared Service Request 3
SRC_GTMTOM14    0xF0038E40          TOM1 Shared Service Request 4
SRC_GTMTOM15    0xF0038E44          TOM1 Shared Service Request 5
SRC_GTMTOM16    0xF0038E48          TOM1 Shared Service Request 6
SRC_GTMTOM17    0xF0038E4C          TOM1 Shared Service Request 7
SRC_GTMTOM20    0xF0038E50          TOM2 Shared Service Request 0
SRC_GTMTOM21    0xF0038E54          TOM2 Shared Service Request 1
SRC_GTMTOM22    0xF0038E58          TOM2 Shared Service Request 2
SRC_GTMTOM23    0xF0038E5C          TOM2 Shared Service Request 3
SRC_GTMTOM24    0xF0038E60          TOM2 Shared Service Request 4
SRC_GTMTOM25    0xF0038E64          TOM2 Shared Service Request 5
SRC_GTMTOM26    0xF0038E68          TOM2 Shared Service Request 6
SRC_GTMTOM27    0xF0038E6C          TOM2 Shared Service Request 7
SRC_GTMATOM00   0xF0038EF0          ATOM0 Shared Service Request 0
SRC_GTMATOM01   0xF0038EF4          ATOM0 Shared Service Request 1
SRC_GTMATOM02   0xF0038EF8          ATOM0 Shared Service Request 2
SRC_GTMATOM03   0xF0038EFC          ATOM0 Shared Service Request 3
SRC_GTMATOM10   0xF0038F00          ATOM1 Shared Service Request 0
SRC_GTMATOM11   0xF0038F04          ATOM1 Shared Service Request 1
SRC_GTMATOM12   0xF0038F08          ATOM1 Shared Service Request 2
SRC_GTMATOM13   0xF0038F0C          ATOM1 Shared Service Request 3
SRC_GTMATOM20   0xF0038F10          ATOM2 Shared Service Request 0
SRC_GTMATOM21   0xF0038F14          ATOM2 Shared Service Request 1
SRC_GTMATOM22   0xF0038F18          ATOM2 Shared Service Request 2
SRC_GTMATOM23   0xF0038F1C          ATOM2 Shared Service Request 3
SRC_GTMATOM30   0xF0038F20          ATOM3 Shared Service Request 0
SRC_GTMATOM31   0xF0038F24          ATOM3 Shared Service Request 1
SRC_GTMATOM32   0xF0038F28          ATOM3 Shared Service Request 2
SRC_GTMATOM33   0xF0038F2C          ATOM3 Shared Service Request 3
SRC_GTMATOM40   0xF0038F30          ATOM4 Shared Service Request 0
SRC_GTMATOM41   0xF0038F34          ATOM4 Shared Service Request 1
SRC_GTMATOM42   0xF0038F38          ATOM4 Shared Service Request 2
SRC_GTMATOM43   0xF0038F3C          ATOM4 Shared Service Request 3
SRC_GTMATOM50   0xF0038F40          ATOM5 Shared Service Request 0
SRC_GTMATOM51   0xF0038F44          ATOM5 Shared Service Request 1
SRC_GTMATOM52   0xF0038F48          ATOM5 Shared Service Request 2
SRC_GTMATOM53   0xF0038F4C          ATOM5 Shared Service Request 3
SRC_GTMMCSW0    0xF0038FD0          GTM Multi Channel Sequencer Service Request 0
SRC_GTMMCSW1    0xF0038FD4          GTM Multi Channel Sequencer Service Request 1
SRC_GTMMCSW2    0xF0038FD8          GTM Multi Channel Sequencer Service Request 2
SRC_GTMMCSW3    0xF0038FDC          GTM Multi Channel Sequencer Service Request 3
SRC_GTMMCSW4    0xF0038FE0          GTM Multi Channel Sequencer Service Request 4
SRC_GTMMCSW5    0xF0038FE4          GTM Multi Channel Sequencer Service Request 5
SRC_GTMMCSW6    0xF0038FE8          GTM Multi Channel Sequencer Service Request 6
SRC_GTMMCSW7    0xF0038FEC          GTM Multi Channel Sequencer Service Request 7
SRC_GTMMCSW8    0xF0038FF0          GTM Multi Channel Sequencer Service Request 8
SRC_GTMMCSW9    0xF0038FF4          GTM Multi Channel Sequencer Service Request 9
P00_OUT         0xF003A000          Port 00 Output Register
P00_OMR         0xF003A004          Port 00 Output Modification Register
P00_ID          0xF003A008          Port 00 Identification Register
P00_IOCR0       0xF003A010          Port 00 Input/Output Control Register 0
P00_IOCR4       0xF003A014          Port 00 Input/Output Control Register 4
P00_IOCR8       0xF003A018          Port 00 Input/Output Control Register 8
P00_IOCR12      0xF003A01C          Port 00 Input/Output Control Register 12
P00_IN          0xF003A024          Port 00 Input Register
P00_PDR0        0xF003A040          Port 00 Pad Driver Mode Register 0
P00_PDR1        0xF003A044          Port 00 Pad Driver Mode Register 1
P00_ESR         0xF003A050          Port 00 Emergency Stop Register
P00_PDISC       0xF003A060          Port 00 Pin Function Decision Control Register
P00_PCSR        0xF003A064          Port 00 Pin Controller Select Register
P00_OMSR0       0xF003A070          Port 00 Output Modification Set Register 0
P00_OMSR4       0xF003A074          Port 00 Output Modification Set Register 4
P00_OMSR8       0xF003A078          Port 00 Output Modification Set Register 8
P00_OMSR12      0xF003A07C          Port 00 Output Modification Set Register 12
P00_OMCR0       0xF003A080          Port 00 Output Modification Clear Register 0
P00_OMCR4       0xF003A084          Port 00 Output Modification Clear Register 4
P00_OMCR8       0xF003A088          Port 00 Output Modification Clear Register 8
P00_OMCR12      0xF003A08C          Port 00 Output Modification Clear Register 12
P00_OMSR        0xF003A090          Port 00 Output Modification Set Register
P00_OMCR        0xF003A094          Port 00 Output Modification Clear Register
P00_ACCEN1      0xF003A0F8          Port 00 Access Enable Register 1
P00_ACCEN0      0xF003A0FC          Port 00 Access Enable Register 0
P01_OUT         0xF003A100          Port 01 Output Register
P01_OMR         0xF003A104          Port 01 Output Modification Register
P01_ID          0xF003A108          Port 01 Identification Register
P01_IOCR0       0xF003A110          Port 01 Input/Output Control Register 0
P01_IOCR4       0xF003A114          Port 01 Input/Output Control Register 4
P01_IN          0xF003A124          Port 01 Input Register
P01_PDR0        0xF003A140          Port 01 Pad Driver Mode Register 0
P01_ESR         0xF003A150          Port 01 Emergency Stop Register
P01_PDISC       0xF003A160          Port 01 Pin Function Decision Control Register
P01_PCSR        0xF003A164          Port 01 Pin Controller Select Register
P01_OMSR0       0xF003A170          Port 01 Output Modification Set Register 0
P01_OMSR4       0xF003A174          Port 01 Output Modification Set Register 4
P01_OMCR0       0xF003A180          Port 01 Output Modification Clear Register 0
P01_OMCR4       0xF003A184          Port 01 Output Modification Clear Register 4
P01_OMSR        0xF003A190          Port 01 Output Modification Set Register
P01_OMCR        0xF003A194          Port 01 Output Modification Clear Register
P01_ACCEN1      0xF003A1F8          Port 01 Access Enable Register 1
P01_ACCEN0      0xF003A1FC          Port 01 Access Enable Register 0
P02_OUT         0xF003A200          Port 02 Output Register
P02_OMR         0xF003A204          Port 02 Output Modification Register
P02_ID          0xF003A208          Port 02 Identification Register
P02_IOCR0       0xF003A210          Port 02 Input/Output Control Register 0
P02_IOCR4       0xF003A214          Port 02 Input/Output Control Register 4
P02_IOCR8       0xF003A218          Port 02 Input/Output Control Register 8
P02_IN          0xF003A224          Port 02 Input Register
P02_PDR0        0xF003A240          Port 02 Pad Driver Mode Register 0
P02_PDR1        0xF003A244          Port 02 Pad Driver Mode Register 1
P02_ESR         0xF003A250          Port 02 Emergency Stop Register
P02_PDISC       0xF003A260          Port 02 Pin Function Decision Control Register
P02_PCSR        0xF003A264          Port 02 Pin Controller Select Register
P02_OMSR0       0xF003A270          Port 02 Output Modification Set Register 0
P02_OMSR4       0xF003A274          Port 02 Output Modification Set Register 4
P02_OMSR8       0xF003A278          Port 02 Output Modification Set Register 8
P02_OMCR0       0xF003A280          Port 02 Output Modification Clear Register 0
P02_OMCR4       0xF003A284          Port 02 Output Modification Clear Register 4
P02_OMCR8       0xF003A288          Port 02 Output Modification Clear Register 8
P02_OMSR        0xF003A290          Port 02 Output Modification Set Register
P02_OMCR        0xF003A294          Port 02 Output Modification Clear Register
P02_ACCEN1      0xF003A2F8          Port 02 Access Enable Register 1
P02_ACCEN0      0xF003A2FC          Port 02 Access Enable Register 0
P10_OUT         0xF003AA00          Port 10 Output Register
P10_OMR         0xF003AA04          Port 10 Output Modification Register
P10_ID          0xF003AA08          Port 10 Identification Register
P10_IOCR0       0xF003AA10          Port 10 Input/Output Control Register 0
P10_IOCR4       0xF003AA14          Port 10 Input/Output Control Register 4
P10_IOCR8       0xF003AA18          Port 10 Input/Output Control Register 8
P10_IN          0xF003AA24          Port 10 Input Register
P10_PDR0        0xF003AA40          Port 10 Pad Driver Mode Register 0
P10_PDR1        0xF003AA44          Port 10 Pad Driver Mode Register 1
P10_ESR         0xF003AA50          Port 10 Emergency Stop Register
P10_PDISC       0xF003AA60          Port 10 Pin Function Decision Control Register
P10_PCSR        0xF003AA64          Port 10 Pin Controller Select Register
P10_OMSR0       0xF003AA70          Port 10 Output Modification Set Register 0
P10_OMSR4       0xF003AA74          Port 10 Output Modification Set Register 4
P10_OMSR8       0xF003AA78          Port 10 Output Modification Set Register 8
P10_OMCR0       0xF003AA80          Port 10 Output Modification Clear Register 0
P10_OMCR4       0xF003AA84          Port 10 Output Modification Clear Register 4
P10_OMCR8       0xF003AA88          Port 10 Output Modification Clear Register 8
P10_OMSR        0xF003AA90          Port 10 Output Modification Set Register
P10_OMCR        0xF003AA94          Port 10 Output Modification Clear Register
P10_ACCEN1      0xF003AAF8          Port 10 Access Enable Register 1
P10_ACCEN0      0xF003AAFC          Port 10 Access Enable Register 0
P11_OUT         0xF003AB00          Port 11 Output Register
P11_OMR         0xF003AB04          Port 11 Output Modification Register
P11_ID          0xF003AB08          Port 11 Identification Register
P11_IOCR0       0xF003AB10          Port 11 Input/Output Control Register 0
P11_IOCR4       0xF003AB14          Port 11 Input/Output Control Register 4
P11_IOCR8       0xF003AB18          Port 11 Input/Output Control Register 8
P11_IOCR12      0xF003AB1C          Port 11 Input/Output Control Register 12
P11_IN          0xF003AB24          Port 11 Input Register
P11_PDR0        0xF003AB40          Port 11 Pad Driver Mode Register 0
P11_PDR1        0xF003AB44          Port 11 Pad Driver Mode Register 1
P11_ESR         0xF003AB50          Port 11 Emergency Stop Register
P11_PDISC       0xF003AB60          Port 11 Pin Function Decision Control Register
P11_PCSR        0xF003AB64          Port 11 Pin Controller Select Register
P11_OMSR0       0xF003AB70          Port 11 Output Modification Set Register 0
P11_OMSR4       0xF003AB74          Port 11 Output Modification Set Register 4
P11_OMSR8       0xF003AB78          Port 11 Output Modification Set Register 8
P11_OMSR12      0xF003AB7C          Port 11 Output Modification Set Register 12
P11_OMCR0       0xF003AB80          Port 11 Output Modification Clear Register 0
P11_OMCR4       0xF003AB84          Port 11 Output Modification Clear Register 4
P11_OMCR8       0xF003AB88          Port 11 Output Modification Clear Register 8
P11_OMCR12      0xF003AB8C          Port 11 Output Modification Clear Register 12
P11_OMSR        0xF003AB90          Port 11 Output Modification Set Register
P11_OMCR        0xF003AB94          Port 11 Output Modification Clear Register
P11_ACCEN1      0xF003ABF8          Port 11 Access Enable Register 1
P11_ACCEN0      0xF003ABFC          Port 11 Access Enable Register 0
P12_OUT         0xF003AC00          Port 12 Output Register
P12_OMR         0xF003AC04          Port 12 Output Modification Register
P12_ID          0xF003AC08          Port 12 Identification Register
P12_IOCR0       0xF003AC10          Port 12 Input/Output Control Register 0
P12_IN          0xF003AC24          Port 12 Input Register
P12_PDR0        0xF003AC40          Port 12 Pad Driver Mode Register 0
P12_ESR         0xF003AC50          Port 12 Emergency Stop Register
P12_PDISC       0xF003AC60          Port 12 Pin Function Decision Control Register
P12_PCSR        0xF003AC64          Port 12 Pin Controller Select Register
P12_OMSR0       0xF003AC70          Port 12 Output Modification Set Register 0
P12_OMCR0       0xF003AC80          Port 12 Output Modification Clear Register 0
P12_OMSR        0xF003AC90          Port 12 Output Modification Set Register
P12_OMCR        0xF003AC94          Port 12 Output Modification Clear Register
P12_ACCEN1      0xF003ACF8          Port 12 Access Enable Register 1
P12_ACCEN0      0xF003ACFC          Port 12 Access Enable Register 0
P13_OUT         0xF003AD00          Port 13 Output Register
P13_OMR         0xF003AD04          Port 13 Output Modification Register
P13_ID          0xF003AD08          Port 13 Identification Register
P13_IOCR0       0xF003AD10          Port 13 Input/Output Control Register 0
P13_IN          0xF003AD24          Port 13 Input Register
P13_PDR0        0xF003AD40          Port 13 Pad Driver Mode Register 0
P13_ESR         0xF003AD50          Port 13 Emergency Stop Register
P13_PDISC       0xF003AD60          Port 13 Pin Function Decision Control Register
P13_PCSR        0xF003AD64          Port 13 Pin Controller Select Register
P13_OMSR0       0xF003AD70          Port 13 Output Modification Set Register 0
P13_OMCR0       0xF003AD80          Port 13 Output Modification Clear Register 0
P13_OMSR        0xF003AD90          Port 13 Output Modification Set Register
P13_OMCR        0xF003AD94          Port 13 Output Modification Clear Register
P13_LPCR0       0xF003ADA0          Port 13 LVDS Pad Control Register 0
P13_LPCR1       0xF003ADA4          Port 13 LVDS Pad Control Register 1
P13_ACCEN1      0xF003ADF8          Port 13 Access Enable Register 1
P13_ACCEN0      0xF003ADFC          Port 13 Access Enable Register 0
P14_OUT         0xF003AE00          Port 14 Output Register
P14_OMR         0xF003AE04          Port 14 Output Modification Register
P14_ID          0xF003AE08          Port 14 Identification Register
P14_IOCR0       0xF003AE10          Port 14 Input/Output Control Register 0
P14_IOCR4       0xF003AE14          Port 14 Input/Output Control Register 4
P14_IOCR8       0xF003AE18          Port 14 Input/Output Control Register 8
P14_IN          0xF003AE24          Port 14 Input Register
P14_PDR0        0xF003AE40          Port 14 Pad Driver Mode Register 0
P14_PDR1        0xF003AE44          Port 14 Pad Driver Mode Register 1
P14_ESR         0xF003AE50          Port 14 Emergency Stop Register
P14_PDISC       0xF003AE60          Port 14 Pin Function Decision Control Register
P14_PCSR        0xF003AE64          Port 14 Pin Controller Select Register
P14_OMSR0       0xF003AE70          Port 14 Output Modification Set Register 0
P14_OMSR4       0xF003AE74          Port 14 Output Modification Set Register 4
P14_OMSR8       0xF003AE78          Port 14 Output Modification Set Register 8
P14_OMCR0       0xF003AE80          Port 14 Output Modification Clear Register 0
P14_OMCR4       0xF003AE84          Port 14 Output Modification Clear Register 4
P14_OMCR8       0xF003AE88          Port 14 Output Modification Clear Register 8
P14_OMSR        0xF003AE90          Port 14 Output Modification Set Register
P14_OMCR        0xF003AE94          Port 14 Output Modification Clear Register
P14_LPCR5       0xF003AEB4          Port 14 LVDS Pad Control Register 5
P14_ACCEN1      0xF003AEF8          Port 14 Access Enable Register 1
P14_ACCEN0      0xF003AEFC          Port 14 Access Enable Register 0
P15_OUT         0xF003AF00          Port 15 Output Register
P15_OMR         0xF003AF04          Port 15 Output Modification Register
P15_ID          0xF003AF08          Port 15 Identification Register
P15_IOCR0       0xF003AF10          Port 15 Input/Output Control Register 0
P15_IOCR4       0xF003AF14          Port 15 Input/Output Control Register 4
P15_IOCR8       0xF003AF18          Port 15 Input/Output Control Register 8
P15_IN          0xF003AF24          Port 15 Input Register
P15_PDR0        0xF003AF40          Port 15 Pad Driver Mode Register 0
P15_PDR1        0xF003AF44          Port 15 Pad Driver Mode Register 1
P15_ESR         0xF003AF50          Port 15 Emergency Stop Register
P15_PDISC       0xF003AF60          Port 15 Pin Function Decision Control Register
P15_PCSR        0xF003AF64          Port 15 Pin Controller Select Register
P15_OMSR0       0xF003AF70          Port 15 Output Modification Set Register 0
P15_OMSR4       0xF003AF74          Port 15 Output Modification Set Register 4
P15_OMSR8       0xF003AF78          Port 15 Output Modification Set Register 8
P15_OMCR0       0xF003AF80          Port 15 Output Modification Clear Register 0
P15_OMCR4       0xF003AF84          Port 15 Output Modification Clear Register 4
P15_OMCR8       0xF003AF88          Port 15 Output Modification Clear Register 8
P15_OMSR        0xF003AF90          Port 15 Output Modification Set Register
P15_OMCR        0xF003AF94          Port 15 Output Modification Clear Register
P15_ACCEN1      0xF003AFF8          Port 15 Access Enable Register 1
P15_ACCEN0      0xF003AFFC          Port 15 Access Enable Register 0
P20_OUT         0xF003B400          Port 20 Output Register
P20_OMR         0xF003B404          Port 20 Output Modification Register
P20_ID          0xF003B408          Port 20 Identification Register
P20_IOCR0       0xF003B410          Port 20 Input/Output Control Register 0
P20_IOCR4       0xF003B414          Port 20 Input/Output Control Register 4
P20_IOCR8       0xF003B418          Port 20 Input/Output Control Register 8
P20_IOCR12      0xF003B41C          Port 20 Input/Output Control Register 12
P20_IN          0xF003B424          Port 20 Input Register
P20_PDR0        0xF003B440          Port 20 Pad Driver Mode Register 0
P20_PDR1        0xF003B444          Port 20 Pad Driver Mode Register 1
P20_ESR         0xF003B450          Port 20 Emergency Stop Register
P20_PDISC       0xF003B460          Port 20 Pin Function Decision Control Register
P20_PCSR        0xF003B464          Port 20 Pin Controller Select Register
P20_OMSR0       0xF003B470          Port 20 Output Modification Set Register 0
P20_OMSR4       0xF003B474          Port 20 Output Modification Set Register 4
P20_OMSR8       0xF003B478          Port 20 Output Modification Set Register 8
P20_OMSR12      0xF003B47C          Port 20 Output Modification Set Register 12
P20_OMCR0       0xF003B480          Port 20 Output Modification Clear Register 0
P20_OMCR4       0xF003B484          Port 20 Output Modification Clear Register 4
P20_OMCR8       0xF003B488          Port 20 Output Modification Clear Register 8
P20_OMCR12      0xF003B48C          Port 20 Output Modification Clear Register 12
P20_OMSR        0xF003B490          Port 20 Output Modification Set Register
P20_OMCR        0xF003B494          Port 20 Output Modification Clear Register
P20_ACCEN1      0xF003B4F8          Port 20 Access Enable Register 1
P20_ACCEN0      0xF003B4FC          Port 20 Access Enable Register 0
P21_OUT         0xF003B500          Port 21 Output Register
P21_OMR         0xF003B504          Port 21 Output Modification Register
P21_ID          0xF003B508          Port 21 Identification Register
P21_IOCR0       0xF003B510          Port 21 Input/Output Control Register 0
P21_IOCR4       0xF003B514          Port 21 Input/Output Control Register 4
P21_IN          0xF003B524          Port 21 Input Register
P21_PDR0        0xF003B540          Port 21 Pad Driver Mode Register 0
P21_ESR         0xF003B550          Port 21 Emergency Stop Register
P21_PDISC       0xF003B560          Port 21 Pin Function Decision Control Register
P21_PCSR        0xF003B564          Port 21 Pin Controller Select Register
P21_OMSR0       0xF003B570          Port 21 Output Modification Set Register 0
P21_OMSR4       0xF003B574          Port 21 Output Modification Set Register 4
P21_OMCR0       0xF003B580          Port 21 Output Modification Clear Register 0
P21_OMCR4       0xF003B584          Port 21 Output Modification Clear Register 4
P21_OMSR        0xF003B590          Port 21 Output Modification Set Register
P21_OMCR        0xF003B594          Port 21 Output Modification Clear Register
P21_LPCR0       0xF003B5A0          Port 21 LVDS Pad Control Register 0
P21_LPCR1       0xF003B5A4          Port 21 LVDS Pad Control Register 1
P21_LPCR2       0xF003B5A8          Port 21 LVDS Pad Control Register 2
P21_ACCEN1      0xF003B5F8          Port 21 Access Enable Register 1
P21_ACCEN0      0xF003B5FC          Port 21 Access Enable Register 0
P22_OUT         0xF003B600          Port 22 Output Register
P22_OMR         0xF003B604          Port 22 Output Modification Register
P22_ID          0xF003B608          Port 22 Identification Register
P22_IOCR0       0xF003B610          Port 22 Input/Output Control Register 0
P22_IOCR4       0xF003B614          Port 22 Input/Output Control Register 4
P22_IOCR8       0xF003B618          Port 22 Input/Output Control Register 8
P22_IOCR12      0xF003B61C          Port 22 Input/Output Control Register 12
P22_IN          0xF003B624          Port 22 Input Register
P22_PDR0        0xF003B640          Port 22 Pad Driver Mode Register 0
P22_PDR1        0xF003B644          Port 22 Pad Driver Mode Register 1
P22_ESR         0xF003B650          Port 22 Emergency Stop Register
P22_PDISC       0xF003B660          Port 22 Pin Function Decision Control Register
P22_PCSR        0xF003B664          Port 22 Pin Controller Select Register
P22_OMSR0       0xF003B670          Port 22 Output Modification Set Register 0
P22_OMSR4       0xF003B674          Port 22 Output Modification Set Register 4
P22_OMSR8       0xF003B678          Port 22 Output Modification Set Register 8
P22_OMSR12      0xF003B67C          Port 22 Output Modification Set Register 12
P22_OMCR0       0xF003B680          Port 22 Output Modification Clear Register 0
P22_OMCR4       0xF003B684          Port 22 Output Modification Clear Register 4
P22_OMCR8       0xF003B688          Port 22 Output Modification Clear Register 8
P22_OMCR12      0xF003B68C          Port 22 Output Modification Clear Register 12
P22_OMSR        0xF003B690          Port 22 Output Modification Set Register
P22_OMCR        0xF003B694          Port 22 Output Modification Clear Register
P22_LPCR0       0xF003B6A0          Port 22 LVDS Pad Control Register 0
P22_LPCR1       0xF003B6A4          Port 22 LVDS Pad Control Register 1
P22_ACCEN1      0xF003B6F8          Port 22 Access Enable Register 1
P22_ACCEN0      0xF003B6FC          Port 22 Access Enable Register 0
P23_OUT         0xF003B700          Port 23 Output Register
P23_OMR         0xF003B704          Port 23 Output Modification Register
P23_ID          0xF003B708          Port 23 Identification Register
P23_IOCR0       0xF003B710          Port 23 Input/Output Control Register 0
P23_IOCR4       0xF003B714          Port 23 Input/Output Control Register 4
P23_IN          0xF003B724          Port 23 Input Register
P23_PDR0        0xF003B740          Port 23 Pad Driver Mode Register 0
P23_ESR         0xF003B750          Port 23 Emergency Stop Register
P23_PDISC       0xF003B760          Port 23 Pin Function Decision Control Register
P23_PCSR        0xF003B764          Port 23 Pin Controller Select Register
P23_OMSR0       0xF003B770          Port 23 Output Modification Set Register 0
P23_OMSR4       0xF003B774          Port 23 Output Modification Set Register 4
P23_OMCR0       0xF003B780          Port 23 Output Modification Clear Register 0
P23_OMCR4       0xF003B784          Port 23 Output Modification Clear Register 4
P23_OMSR        0xF003B790          Port 23 Output Modification Set Register
P23_OMCR        0xF003B794          Port 23 Output Modification Clear Register
P23_ACCEN1      0xF003B7F8          Port 23 Access Enable Register 1
P23_ACCEN0      0xF003B7FC          Port 23 Access Enable Register 0
P32_OUT         0xF003C000          Port 32 Output Register
P32_OMR         0xF003C004          Port 32 Output Modification Register
P32_ID          0xF003C008          Port 32 Identification Register
P32_IOCR0       0xF003C010          Port 32 Input/Output Control Register 0
P32_IOCR4       0xF003C014          Port 32 Input/Output Control Register 4
P32_IN          0xF003C024          Port 32 Input Register
P32_PDR0        0xF003C040          Port 32 Pad Driver Mode Register 0
P32_ESR         0xF003C050          Port 32 Emergency Stop Register
P32_PDISC       0xF003C060          Port 32 Pin Function Decision Control Register
P32_PCSR        0xF003C064          Port 32 Pin Controller Select Register
P32_OMSR0       0xF003C070          Port 32 Output Modification Set Register 0
P32_OMSR4       0xF003C074          Port 32 Output Modification Set Register 4
P32_OMCR0       0xF003C080          Port 32 Output Modification Clear Register 0
P32_OMCR4       0xF003C084          Port 32 Output Modification Clear Register 4
P32_OMSR        0xF003C090          Port 32 Output Modification Set Register
P32_OMCR        0xF003C094          Port 32 Output Modification Clear Register
P32_ACCEN1      0xF003C0F8          Port 32 Access Enable Register 1
P32_ACCEN0      0xF003C0FC          Port 32 Access Enable Register 0
P33_OUT         0xF003C100          Port 33 Output Register
P33_OMR         0xF003C104          Port 33 Output Modification Register
P33_ID          0xF003C108          Port 33 Identification Register
P33_IOCR0       0xF003C110          Port 33 Input/Output Control Register 0
P33_IOCR4       0xF003C114          Port 33 Input/Output Control Register 4
P33_IOCR8       0xF003C118          Port 33 Input/Output Control Register 8
P33_IOCR12      0xF003C11C          Port 33 Input/Output Control Register 12
P33_IN          0xF003C124          Port 33 Input Register
P33_PDR0        0xF003C140          Port 33 Pad Driver Mode Register 0
P33_PDR1        0xF003C144          Port 33 Pad Driver Mode Register 1
P33_ESR         0xF003C150          Port 33 Emergency Stop Register
P33_PDISC       0xF003C160          Port 33 Pin Function Decision Control Register
P33_PCSR        0xF003C164          Port 33 Pin Controller Select Register
P33_OMSR0       0xF003C170          Port 33 Output Modification Set Register 0
P33_OMSR4       0xF003C174          Port 33 Output Modification Set Register 4
P33_OMSR8       0xF003C178          Port 33 Output Modification Set Register 8
P33_OMSR12      0xF003C17C          Port 33 Output Modification Set Register 12
P33_OMCR0       0xF003C180          Port 33 Output Modification Clear Register 0
P33_OMCR4       0xF003C184          Port 33 Output Modification Clear Register 4
P33_OMCR8       0xF003C188          Port 33 Output Modification Clear Register 8
P33_OMCR12      0xF003C18C          Port 33 Output Modification Clear Register 12
P33_OMSR        0xF003C190          Port 33 Output Modification Set Register
P33_OMCR        0xF003C194          Port 33 Output Modification Clear Register
P33_ACCEN1      0xF003C1F8          Port 33 Access Enable Register 1
P33_ACCEN0      0xF003C1FC          Port 33 Access Enable Register 0
P34_OUT         0xF003C200          Port 34 Output Register
P34_OMR         0xF003C204          Port 34 Output Modification Register
P34_ID          0xF003C208          Port 34 Identification Register
P34_IOCR0       0xF003C210          Port 34 Input/Output Control Register 0
P34_IOCR4       0xF003C214          Port 34 Input/Output Control Register 4
P34_IN          0xF003C224          Port 34 Input Register
P34_PDR0        0xF003C240          Port 34 Pad Driver Mode Register 0
P34_ESR         0xF003C250          Port 34 Emergency Stop Register
P34_PDISC       0xF003C260          Port 34 Pin Function Decision Control Register
P34_PCSR        0xF003C264          Port 34 Pin Controller Select Register
P34_OMSR0       0xF003C270          Port 34 Output Modification Set Register 0
P34_OMSR4       0xF003C274          Port 34 Output Modification Set Register 4
P34_OMCR0       0xF003C280          Port 34 Output Modification Clear Register 0
P34_OMCR4       0xF003C284          Port 34 Output Modification Clear Register 4
P34_OMSR        0xF003C290          Port 34 Output Modification Set Register
P34_OMCR        0xF003C294          Port 34 Output Modification Clear Register
P34_ACCEN1      0xF003C2F8          Port 34 Access Enable Register 1
P34_ACCEN0      0xF003C2FC          Port 34 Access Enable Register 0
P40_OUT         0xF003C800          Port 40 Output Register
P40_OMR         0xF003C804          Port 40 Output Modification Register
P40_ID          0xF003C808          Port 40 Identification Register
P40_IOCR0       0xF003C810          Port 40 Input/Output Control Register 0
P40_IOCR4       0xF003C814          Port 40 Input/Output Control Register 4
P40_IOCR8       0xF003C818          Port 40 Input/Output Control Register 8
P40_IOCR12      0xF003C81C          Port 40 Input/Output Control Register 12
P40_IN          0xF003C824          Port 40 Input Register
P40_PDR0        0xF003C840          Port 40 Pad Driver Mode Register 0
P40_PDR1        0xF003C844          Port 40 Pad Driver Mode Register 1
P40_ESR         0xF003C850          Port 40 Emergency Stop Register
P40_PDISC       0xF003C860          Port 40 Pin Function Decision Control Register
P40_PCSR        0xF003C864          Port 40 Pin Controller Select Register
P40_OMSR0       0xF003C870          Port 40 Output Modification Set Register 0
P40_OMSR4       0xF003C874          Port 40 Output Modification Set Register 4
P40_OMSR8       0xF003C878          Port 40 Output Modification Set Register 8
P40_OMSR12      0xF003C87C          Port 40 Output Modification Set Register 12
P40_OMCR0       0xF003C880          Port 40 Output Modification Clear Register 0
P40_OMCR4       0xF003C884          Port 40 Output Modification Clear Register 4
P40_OMCR8       0xF003C888          Port 40 Output Modification Clear Register 8
P40_OMCR12      0xF003C88C          Port 40 Output Modification Clear Register 12
P40_OMSR        0xF003C890          Port 40 Output Modification Set Register
P40_OMCR        0xF003C894          Port 40 Output Modification Clear Register
P40_ACCEN1      0xF003C8F8          Port 40 Access Enable Register 1
P40_ACCEN0      0xF003C8FC          Port 40 Access Enable Register 0
MTU_CLC         0xF0060000          Clock Control Register
MTU_ID          0xF0060008          Identification Register
MTU_MEMTEST0    0xF0060010          Memory MBIST Enable Register 0
MTU_MEMTEST1    0xF0060014          Memory MBIST Enable Register 1
MTU_MEMTEST2    0xF0060018          Memory MBIST Enable Register 2
MTU_MEMMAP      0xF006001C          Memory Mapping Enable Register
MTU_MEMSTAT0    0xF0060038          Memory Status Register 0
MTU_MEMSTAT1    0xF006003C          Memory Status Register 1
MTU_MEMSTAT2    0xF0060040          Memory Status Register 2
MTU_MEMDONE0    0xF0060050          Memory Test Done Status Register 0
MTU_MEMDONE1    0xF0060054          Memory Test Done Status Register 1
MTU_MEMDONE2    0xF0060058          Memory Test Done Status Register 2
MTU_MEMFDA0     0xF0060060          Memory Test FDA Status Register 0
MTU_MEMFDA1     0xF0060064          Memory Test FDA Status Register 1
MTU_MEMFDA2     0xF0060068          Memory Test FDA Status Register 2
MTU_ACCEN1      0xF00600F8          Access Enable Register 1
MTU_ACCEN0      0xF00600FC          Access Enable Register 0
MTU_MC0_CONFIG0 0xF0061000          MC 0 Configuration Register 0
MTU_MC0_CONFIG1 0xF0061002          MC 0 Configuration Register 1
MTU_MC0_MCONTROL 0xF0061004          MC 0 MBIST Control Register
MTU_MC0_MSTATUS 0xF0061006          MC 0 Status Register
MTU_MC0_RANGE   0xF0061008          MC 0 Range Register, single address mode
MTU_MC0_REVID   0xF006100C          MC 0 Revision ID Register
MTU_MC0_ECCS    0xF006100E          MC 0 ECC Safety Register
MTU_MC0_ECCD    0xF0061010          MC 0 Memory ECC Detection Register
MTU_MC0_ETRR0   0xF0061012          MC 0 Error Tracking Register 0
MTU_MC0_ETRR1   0xF0061014          MC 0 Error Tracking Register 1
MTU_MC0_ETRR2   0xF0061016          MC 0 Error Tracking Register 2
MTU_MC0_ETRR3   0xF0061018          MC 0 Error Tracking Register 3
MTU_MC0_ETRR4   0xF006101A          MC 0 Error Tracking Register 4
MTU_MC0_RDBFL0  0xF0061060          MC 0 Read Data and Bit Flip Register 0
MTU_MC0_RDBFL1  0xF0061062          MC 0 Read Data and Bit Flip Register 1
MTU_MC0_RDBFL2  0xF0061064          MC 0 Read Data and Bit Flip Register 2
MTU_MC0_RDBFL3  0xF0061066          MC 0 Read Data and Bit Flip Register 3
MTU_MC0_RDBFL4  0xF0061068          MC 0 Read Data and Bit Flip Register 4
MTU_MC0_RDBFL5  0xF006106A          MC 0 Read Data and Bit Flip Register 5
MTU_MC0_RDBFL6  0xF006106C          MC 0 Read Data and Bit Flip Register 6
MTU_MC0_RDBFL7  0xF006106E          MC 0 Read Data and Bit Flip Register 7
MTU_MC0_RDBFL8  0xF0061070          MC 0 Read Data and Bit Flip Register 8
MTU_MC0_RDBFL9  0xF0061072          MC 0 Read Data and Bit Flip Register 9
MTU_MC0_RDBFL10 0xF0061074          MC 0 Read Data and Bit Flip Register 10
MTU_MC0_RDBFL11 0xF0061076          MC 0 Read Data and Bit Flip Register 11
MTU_MC0_RDBFL12 0xF0061078          MC 0 Read Data and Bit Flip Register 12
MTU_MC0_RDBFL13 0xF006107A          MC 0 Read Data and Bit Flip Register 13
MTU_MC0_RDBFL14 0xF006107C          MC 0 Read Data and Bit Flip Register 14
MTU_MC0_RDBFL15 0xF006107E          MC 0 Read Data and Bit Flip Register 15
MTU_MC0_RDBFL16 0xF0061080          MC 0 Read Data and Bit Flip Register 16
MTU_MC0_RDBFL17 0xF0061082          MC 0 Read Data and Bit Flip Register 17
MTU_MC0_RDBFL18 0xF0061084          MC 0 Read Data and Bit Flip Register 18
MTU_MC0_RDBFL19 0xF0061086          MC 0 Read Data and Bit Flip Register 19
MTU_MC0_RDBFL20 0xF0061088          MC 0 Read Data and Bit Flip Register 20
MTU_MC0_RDBFL21 0xF006108A          MC 0 Read Data and Bit Flip Register 21
MTU_MC0_RDBFL22 0xF006108C          MC 0 Read Data and Bit Flip Register 22
MTU_MC0_RDBFL23 0xF006108E          MC 0 Read Data and Bit Flip Register 23
MTU_MC0_RDBFL24 0xF0061090          MC 0 Read Data and Bit Flip Register 24
MTU_MC0_RDBFL25 0xF0061092          MC 0 Read Data and Bit Flip Register 25
MTU_MC0_RDBFL26 0xF0061094          MC 0 Read Data and Bit Flip Register 26
MTU_MC0_RDBFL27 0xF0061096          MC 0 Read Data and Bit Flip Register 27
MTU_MC0_RDBFL28 0xF0061098          MC 0 Read Data and Bit Flip Register 28
MTU_MC0_RDBFL29 0xF006109A          MC 0 Read Data and Bit Flip Register 29
MTU_MC0_RDBFL30 0xF006109C          MC 0 Read Data and Bit Flip Register 30
MTU_MC0_RDBFL31 0xF006109E          MC 0 Read Data and Bit Flip Register 31
MTU_MC0_RDBFL32 0xF00610A0          MC 0 Read Data and Bit Flip Register 32
MTU_MC0_RDBFL33 0xF00610A2          MC 0 Read Data and Bit Flip Register 33
MTU_MC0_RDBFL34 0xF00610A4          MC 0 Read Data and Bit Flip Register 34
MTU_MC0_RDBFL35 0xF00610A6          MC 0 Read Data and Bit Flip Register 35
MTU_MC0_RDBFL36 0xF00610A8          MC 0 Read Data and Bit Flip Register 36
MTU_MC0_RDBFL37 0xF00610AA          MC 0 Read Data and Bit Flip Register 37
MTU_MC0_RDBFL38 0xF00610AC          MC 0 Read Data and Bit Flip Register 38
MTU_MC0_RDBFL39 0xF00610AE          MC 0 Read Data and Bit Flip Register 39
MTU_MC0_RDBFL40 0xF00610B0          MC 0 Read Data and Bit Flip Register 40
MTU_MC0_RDBFL41 0xF00610B2          MC 0 Read Data and Bit Flip Register 41
MTU_MC0_RDBFL42 0xF00610B4          MC 0 Read Data and Bit Flip Register 42
MTU_MC0_RDBFL43 0xF00610B6          MC 0 Read Data and Bit Flip Register 43
MTU_MC0_RDBFL44 0xF00610B8          MC 0 Read Data and Bit Flip Register 44
MTU_MC0_RDBFL45 0xF00610BA          MC 0 Read Data and Bit Flip Register 45
MTU_MC0_RDBFL46 0xF00610BC          MC 0 Read Data and Bit Flip Register 46
MTU_MC0_RDBFL47 0xF00610BE          MC 0 Read Data and Bit Flip Register 47
MTU_MC0_RDBFL48 0xF00610C0          MC 0 Read Data and Bit Flip Register 48
MTU_MC0_RDBFL49 0xF00610C2          MC 0 Read Data and Bit Flip Register 49
MTU_MC0_RDBFL50 0xF00610C4          MC 0 Read Data and Bit Flip Register 50
MTU_MC0_RDBFL51 0xF00610C6          MC 0 Read Data and Bit Flip Register 51
MTU_MC0_RDBFL52 0xF00610C8          MC 0 Read Data and Bit Flip Register 52
MTU_MC0_RDBFL53 0xF00610CA          MC 0 Read Data and Bit Flip Register 53
MTU_MC0_RDBFL54 0xF00610CC          MC 0 Read Data and Bit Flip Register 54
MTU_MC0_RDBFL55 0xF00610CE          MC 0 Read Data and Bit Flip Register 55
MTU_MC0_RDBFL56 0xF00610D0          MC 0 Read Data and Bit Flip Register 56
MTU_MC0_RDBFL57 0xF00610D2          MC 0 Read Data and Bit Flip Register 57
MTU_MC0_RDBFL58 0xF00610D4          MC 0 Read Data and Bit Flip Register 58
MTU_MC0_RDBFL59 0xF00610D6          MC 0 Read Data and Bit Flip Register 59
MTU_MC0_RDBFL60 0xF00610D8          MC 0 Read Data and Bit Flip Register 60
MTU_MC0_RDBFL61 0xF00610DA          MC 0 Read Data and Bit Flip Register 61
MTU_MC0_RDBFL62 0xF00610DC          MC 0 Read Data and Bit Flip Register 62
MTU_MC0_RDBFL63 0xF00610DE          MC 0 Read Data and Bit Flip Register 63
MTU_MC0_RDBFL64 0xF00610E0          MC 0 Read Data and Bit Flip Register 64
MTU_MC0_RDBFL65 0xF00610E2          MC 0 Read Data and Bit Flip Register 65
MTU_MC0_RDBFL66 0xF00610E4          MC 0 Read Data and Bit Flip Register 66
MTU_MC0_ALMSRCS 0xF00610EE          MC 0 Alarm Sources Configuration Register
MTU_MC0_FAULTSTS 0xF00610F0          MC 0 SSH Safety Faults Status Register
MTU_MC0_ERRINFO0 0xF00610F2          MC 0 Error Information Register 0
MTU_MC0_ERRINFO1 0xF00610F4          MC 0 Error Information Register 1
MTU_MC0_ERRINFO2 0xF00610F6          MC 0 Error Information Register 2
MTU_MC0_ERRINFO3 0xF00610F8          MC 0 Error Information Register 3
MTU_MC0_ERRINFO4 0xF00610FA          MC 0 Error Information Register 4
MTU_MC1_CONFIG0 0xF0061100          MC 1 Configuration Register 0
MTU_MC1_CONFIG1 0xF0061102          MC 1 Configuration Register 1
MTU_MC1_MCONTROL 0xF0061104          MC 1 MBIST Control Register
MTU_MC1_MSTATUS 0xF0061106          MC 1 Status Register
MTU_MC1_RANGE   0xF0061108          MC 1 Range Register, single address mode
MTU_MC1_REVID   0xF006110C          MC 1 Revision ID Register
MTU_MC1_ECCS    0xF006110E          MC 1 ECC Safety Register
MTU_MC1_ECCD    0xF0061110          MC 1 Memory ECC Detection Register
MTU_MC1_ETRR0   0xF0061112          MC 1 Error Tracking Register 0
MTU_MC1_ETRR1   0xF0061114          MC 1 Error Tracking Register 1
MTU_MC1_ETRR2   0xF0061116          MC 1 Error Tracking Register 2
MTU_MC1_ETRR3   0xF0061118          MC 1 Error Tracking Register 3
MTU_MC1_ETRR4   0xF006111A          MC 1 Error Tracking Register 4
MTU_MC1_RDBFL0  0xF0061160          MC 1 Read Data and Bit Flip Register 0
MTU_MC1_RDBFL1  0xF0061162          MC 1 Read Data and Bit Flip Register 1
MTU_MC1_RDBFL2  0xF0061164          MC 1 Read Data and Bit Flip Register 2
MTU_MC1_RDBFL3  0xF0061166          MC 1 Read Data and Bit Flip Register 3
MTU_MC1_RDBFL4  0xF0061168          MC 1 Read Data and Bit Flip Register 4
MTU_MC1_RDBFL5  0xF006116A          MC 1 Read Data and Bit Flip Register 5
MTU_MC1_RDBFL6  0xF006116C          MC 1 Read Data and Bit Flip Register 6
MTU_MC1_RDBFL7  0xF006116E          MC 1 Read Data and Bit Flip Register 7
MTU_MC1_RDBFL8  0xF0061170          MC 1 Read Data and Bit Flip Register 8
MTU_MC1_RDBFL9  0xF0061172          MC 1 Read Data and Bit Flip Register 9
MTU_MC1_RDBFL10 0xF0061174          MC 1 Read Data and Bit Flip Register 10
MTU_MC1_RDBFL11 0xF0061176          MC 1 Read Data and Bit Flip Register 11
MTU_MC1_RDBFL12 0xF0061178          MC 1 Read Data and Bit Flip Register 12
MTU_MC1_RDBFL13 0xF006117A          MC 1 Read Data and Bit Flip Register 13
MTU_MC1_RDBFL14 0xF006117C          MC 1 Read Data and Bit Flip Register 14
MTU_MC1_RDBFL15 0xF006117E          MC 1 Read Data and Bit Flip Register 15
MTU_MC1_RDBFL16 0xF0061180          MC 1 Read Data and Bit Flip Register 16
MTU_MC1_RDBFL17 0xF0061182          MC 1 Read Data and Bit Flip Register 17
MTU_MC1_RDBFL18 0xF0061184          MC 1 Read Data and Bit Flip Register 18
MTU_MC1_RDBFL19 0xF0061186          MC 1 Read Data and Bit Flip Register 19
MTU_MC1_RDBFL20 0xF0061188          MC 1 Read Data and Bit Flip Register 20
MTU_MC1_RDBFL21 0xF006118A          MC 1 Read Data and Bit Flip Register 21
MTU_MC1_RDBFL22 0xF006118C          MC 1 Read Data and Bit Flip Register 22
MTU_MC1_RDBFL23 0xF006118E          MC 1 Read Data and Bit Flip Register 23
MTU_MC1_RDBFL24 0xF0061190          MC 1 Read Data and Bit Flip Register 24
MTU_MC1_RDBFL25 0xF0061192          MC 1 Read Data and Bit Flip Register 25
MTU_MC1_RDBFL26 0xF0061194          MC 1 Read Data and Bit Flip Register 26
MTU_MC1_RDBFL27 0xF0061196          MC 1 Read Data and Bit Flip Register 27
MTU_MC1_RDBFL28 0xF0061198          MC 1 Read Data and Bit Flip Register 28
MTU_MC1_RDBFL29 0xF006119A          MC 1 Read Data and Bit Flip Register 29
MTU_MC1_RDBFL30 0xF006119C          MC 1 Read Data and Bit Flip Register 30
MTU_MC1_RDBFL31 0xF006119E          MC 1 Read Data and Bit Flip Register 31
MTU_MC1_RDBFL32 0xF00611A0          MC 1 Read Data and Bit Flip Register 32
MTU_MC1_RDBFL33 0xF00611A2          MC 1 Read Data and Bit Flip Register 33
MTU_MC1_RDBFL34 0xF00611A4          MC 1 Read Data and Bit Flip Register 34
MTU_MC1_RDBFL35 0xF00611A6          MC 1 Read Data and Bit Flip Register 35
MTU_MC1_RDBFL36 0xF00611A8          MC 1 Read Data and Bit Flip Register 36
MTU_MC1_RDBFL37 0xF00611AA          MC 1 Read Data and Bit Flip Register 37
MTU_MC1_RDBFL38 0xF00611AC          MC 1 Read Data and Bit Flip Register 38
MTU_MC1_RDBFL39 0xF00611AE          MC 1 Read Data and Bit Flip Register 39
MTU_MC1_RDBFL40 0xF00611B0          MC 1 Read Data and Bit Flip Register 40
MTU_MC1_RDBFL41 0xF00611B2          MC 1 Read Data and Bit Flip Register 41
MTU_MC1_RDBFL42 0xF00611B4          MC 1 Read Data and Bit Flip Register 42
MTU_MC1_RDBFL43 0xF00611B6          MC 1 Read Data and Bit Flip Register 43
MTU_MC1_RDBFL44 0xF00611B8          MC 1 Read Data and Bit Flip Register 44
MTU_MC1_RDBFL45 0xF00611BA          MC 1 Read Data and Bit Flip Register 45
MTU_MC1_RDBFL46 0xF00611BC          MC 1 Read Data and Bit Flip Register 46
MTU_MC1_RDBFL47 0xF00611BE          MC 1 Read Data and Bit Flip Register 47
MTU_MC1_RDBFL48 0xF00611C0          MC 1 Read Data and Bit Flip Register 48
MTU_MC1_RDBFL49 0xF00611C2          MC 1 Read Data and Bit Flip Register 49
MTU_MC1_RDBFL50 0xF00611C4          MC 1 Read Data and Bit Flip Register 50
MTU_MC1_RDBFL51 0xF00611C6          MC 1 Read Data and Bit Flip Register 51
MTU_MC1_RDBFL52 0xF00611C8          MC 1 Read Data and Bit Flip Register 52
MTU_MC1_RDBFL53 0xF00611CA          MC 1 Read Data and Bit Flip Register 53
MTU_MC1_RDBFL54 0xF00611CC          MC 1 Read Data and Bit Flip Register 54
MTU_MC1_RDBFL55 0xF00611CE          MC 1 Read Data and Bit Flip Register 55
MTU_MC1_RDBFL56 0xF00611D0          MC 1 Read Data and Bit Flip Register 56
MTU_MC1_RDBFL57 0xF00611D2          MC 1 Read Data and Bit Flip Register 57
MTU_MC1_RDBFL58 0xF00611D4          MC 1 Read Data and Bit Flip Register 58
MTU_MC1_RDBFL59 0xF00611D6          MC 1 Read Data and Bit Flip Register 59
MTU_MC1_RDBFL60 0xF00611D8          MC 1 Read Data and Bit Flip Register 60
MTU_MC1_RDBFL61 0xF00611DA          MC 1 Read Data and Bit Flip Register 61
MTU_MC1_RDBFL62 0xF00611DC          MC 1 Read Data and Bit Flip Register 62
MTU_MC1_RDBFL63 0xF00611DE          MC 1 Read Data and Bit Flip Register 63
MTU_MC1_RDBFL64 0xF00611E0          MC 1 Read Data and Bit Flip Register 64
MTU_MC1_RDBFL65 0xF00611E2          MC 1 Read Data and Bit Flip Register 65
MTU_MC1_RDBFL66 0xF00611E4          MC 1 Read Data and Bit Flip Register 66
MTU_MC1_ALMSRCS 0xF00611EE          MC 1 Alarm Sources Configuration Register
MTU_MC1_FAULTSTS 0xF00611F0          MC 1 SSH Safety Faults Status Register
MTU_MC1_ERRINFO0 0xF00611F2          MC 1 Error Information Register 0
MTU_MC1_ERRINFO1 0xF00611F4          MC 1 Error Information Register 1
MTU_MC1_ERRINFO2 0xF00611F6          MC 1 Error Information Register 2
MTU_MC1_ERRINFO3 0xF00611F8          MC 1 Error Information Register 3
MTU_MC1_ERRINFO4 0xF00611FA          MC 1 Error Information Register 4
MTU_MC2_CONFIG0 0xF0061200          MC 2 Configuration Register 0
MTU_MC2_CONFIG1 0xF0061202          MC 2 Configuration Register 1
MTU_MC2_MCONTROL 0xF0061204          MC 2 MBIST Control Register
MTU_MC2_MSTATUS 0xF0061206          MC 2 Status Register
MTU_MC2_RANGE   0xF0061208          MC 2 Range Register, single address mode
MTU_MC2_REVID   0xF006120C          MC 2 Revision ID Register
MTU_MC2_ECCS    0xF006120E          MC 2 ECC Safety Register
MTU_MC2_ECCD    0xF0061210          MC 2 Memory ECC Detection Register
MTU_MC2_ETRR0   0xF0061212          MC 2 Error Tracking Register 0
MTU_MC2_ETRR1   0xF0061214          MC 2 Error Tracking Register 1
MTU_MC2_ETRR2   0xF0061216          MC 2 Error Tracking Register 2
MTU_MC2_ETRR3   0xF0061218          MC 2 Error Tracking Register 3
MTU_MC2_ETRR4   0xF006121A          MC 2 Error Tracking Register 4
MTU_MC2_RDBFL0  0xF0061260          MC 2 Read Data and Bit Flip Register 0
MTU_MC2_RDBFL1  0xF0061262          MC 2 Read Data and Bit Flip Register 1
MTU_MC2_RDBFL2  0xF0061264          MC 2 Read Data and Bit Flip Register 2
MTU_MC2_RDBFL3  0xF0061266          MC 2 Read Data and Bit Flip Register 3
MTU_MC2_RDBFL4  0xF0061268          MC 2 Read Data and Bit Flip Register 4
MTU_MC2_RDBFL5  0xF006126A          MC 2 Read Data and Bit Flip Register 5
MTU_MC2_RDBFL6  0xF006126C          MC 2 Read Data and Bit Flip Register 6
MTU_MC2_RDBFL7  0xF006126E          MC 2 Read Data and Bit Flip Register 7
MTU_MC2_RDBFL8  0xF0061270          MC 2 Read Data and Bit Flip Register 8
MTU_MC2_RDBFL9  0xF0061272          MC 2 Read Data and Bit Flip Register 9
MTU_MC2_RDBFL10 0xF0061274          MC 2 Read Data and Bit Flip Register 10
MTU_MC2_RDBFL11 0xF0061276          MC 2 Read Data and Bit Flip Register 11
MTU_MC2_RDBFL12 0xF0061278          MC 2 Read Data and Bit Flip Register 12
MTU_MC2_RDBFL13 0xF006127A          MC 2 Read Data and Bit Flip Register 13
MTU_MC2_RDBFL14 0xF006127C          MC 2 Read Data and Bit Flip Register 14
MTU_MC2_RDBFL15 0xF006127E          MC 2 Read Data and Bit Flip Register 15
MTU_MC2_RDBFL16 0xF0061280          MC 2 Read Data and Bit Flip Register 16
MTU_MC2_RDBFL17 0xF0061282          MC 2 Read Data and Bit Flip Register 17
MTU_MC2_RDBFL18 0xF0061284          MC 2 Read Data and Bit Flip Register 18
MTU_MC2_RDBFL19 0xF0061286          MC 2 Read Data and Bit Flip Register 19
MTU_MC2_RDBFL20 0xF0061288          MC 2 Read Data and Bit Flip Register 20
MTU_MC2_RDBFL21 0xF006128A          MC 2 Read Data and Bit Flip Register 21
MTU_MC2_RDBFL22 0xF006128C          MC 2 Read Data and Bit Flip Register 22
MTU_MC2_RDBFL23 0xF006128E          MC 2 Read Data and Bit Flip Register 23
MTU_MC2_RDBFL24 0xF0061290          MC 2 Read Data and Bit Flip Register 24
MTU_MC2_RDBFL25 0xF0061292          MC 2 Read Data and Bit Flip Register 25
MTU_MC2_RDBFL26 0xF0061294          MC 2 Read Data and Bit Flip Register 26
MTU_MC2_RDBFL27 0xF0061296          MC 2 Read Data and Bit Flip Register 27
MTU_MC2_RDBFL28 0xF0061298          MC 2 Read Data and Bit Flip Register 28
MTU_MC2_RDBFL29 0xF006129A          MC 2 Read Data and Bit Flip Register 29
MTU_MC2_RDBFL30 0xF006129C          MC 2 Read Data and Bit Flip Register 30
MTU_MC2_RDBFL31 0xF006129E          MC 2 Read Data and Bit Flip Register 31
MTU_MC2_RDBFL32 0xF00612A0          MC 2 Read Data and Bit Flip Register 32
MTU_MC2_RDBFL33 0xF00612A2          MC 2 Read Data and Bit Flip Register 33
MTU_MC2_RDBFL34 0xF00612A4          MC 2 Read Data and Bit Flip Register 34
MTU_MC2_RDBFL35 0xF00612A6          MC 2 Read Data and Bit Flip Register 35
MTU_MC2_RDBFL36 0xF00612A8          MC 2 Read Data and Bit Flip Register 36
MTU_MC2_RDBFL37 0xF00612AA          MC 2 Read Data and Bit Flip Register 37
MTU_MC2_RDBFL38 0xF00612AC          MC 2 Read Data and Bit Flip Register 38
MTU_MC2_RDBFL39 0xF00612AE          MC 2 Read Data and Bit Flip Register 39
MTU_MC2_RDBFL40 0xF00612B0          MC 2 Read Data and Bit Flip Register 40
MTU_MC2_RDBFL41 0xF00612B2          MC 2 Read Data and Bit Flip Register 41
MTU_MC2_RDBFL42 0xF00612B4          MC 2 Read Data and Bit Flip Register 42
MTU_MC2_RDBFL43 0xF00612B6          MC 2 Read Data and Bit Flip Register 43
MTU_MC2_RDBFL44 0xF00612B8          MC 2 Read Data and Bit Flip Register 44
MTU_MC2_RDBFL45 0xF00612BA          MC 2 Read Data and Bit Flip Register 45
MTU_MC2_RDBFL46 0xF00612BC          MC 2 Read Data and Bit Flip Register 46
MTU_MC2_RDBFL47 0xF00612BE          MC 2 Read Data and Bit Flip Register 47
MTU_MC2_RDBFL48 0xF00612C0          MC 2 Read Data and Bit Flip Register 48
MTU_MC2_RDBFL49 0xF00612C2          MC 2 Read Data and Bit Flip Register 49
MTU_MC2_RDBFL50 0xF00612C4          MC 2 Read Data and Bit Flip Register 50
MTU_MC2_RDBFL51 0xF00612C6          MC 2 Read Data and Bit Flip Register 51
MTU_MC2_RDBFL52 0xF00612C8          MC 2 Read Data and Bit Flip Register 52
MTU_MC2_RDBFL53 0xF00612CA          MC 2 Read Data and Bit Flip Register 53
MTU_MC2_RDBFL54 0xF00612CC          MC 2 Read Data and Bit Flip Register 54
MTU_MC2_RDBFL55 0xF00612CE          MC 2 Read Data and Bit Flip Register 55
MTU_MC2_RDBFL56 0xF00612D0          MC 2 Read Data and Bit Flip Register 56
MTU_MC2_RDBFL57 0xF00612D2          MC 2 Read Data and Bit Flip Register 57
MTU_MC2_RDBFL58 0xF00612D4          MC 2 Read Data and Bit Flip Register 58
MTU_MC2_RDBFL59 0xF00612D6          MC 2 Read Data and Bit Flip Register 59
MTU_MC2_RDBFL60 0xF00612D8          MC 2 Read Data and Bit Flip Register 60
MTU_MC2_RDBFL61 0xF00612DA          MC 2 Read Data and Bit Flip Register 61
MTU_MC2_RDBFL62 0xF00612DC          MC 2 Read Data and Bit Flip Register 62
MTU_MC2_RDBFL63 0xF00612DE          MC 2 Read Data and Bit Flip Register 63
MTU_MC2_RDBFL64 0xF00612E0          MC 2 Read Data and Bit Flip Register 64
MTU_MC2_RDBFL65 0xF00612E2          MC 2 Read Data and Bit Flip Register 65
MTU_MC2_RDBFL66 0xF00612E4          MC 2 Read Data and Bit Flip Register 66
MTU_MC2_ALMSRCS 0xF00612EE          MC 2 Alarm Sources Configuration Register
MTU_MC2_FAULTSTS 0xF00612F0          MC 2 SSH Safety Faults Status Register
MTU_MC2_ERRINFO0 0xF00612F2          MC 2 Error Information Register 0
MTU_MC2_ERRINFO1 0xF00612F4          MC 2 Error Information Register 1
MTU_MC2_ERRINFO2 0xF00612F6          MC 2 Error Information Register 2
MTU_MC2_ERRINFO3 0xF00612F8          MC 2 Error Information Register 3
MTU_MC2_ERRINFO4 0xF00612FA          MC 2 Error Information Register 4
MTU_MC3_CONFIG0 0xF0061300          MC 3 Configuration Register 0
MTU_MC3_CONFIG1 0xF0061302          MC 3 Configuration Register 1
MTU_MC3_MCONTROL 0xF0061304          MC 3 MBIST Control Register
MTU_MC3_MSTATUS 0xF0061306          MC 3 Status Register
MTU_MC3_RANGE   0xF0061308          MC 3 Range Register, single address mode
MTU_MC3_REVID   0xF006130C          MC 3 Revision ID Register
MTU_MC3_ECCS    0xF006130E          MC 3 ECC Safety Register
MTU_MC3_ECCD    0xF0061310          MC 3 Memory ECC Detection Register
MTU_MC3_ETRR0   0xF0061312          MC 3 Error Tracking Register 0
MTU_MC3_ETRR1   0xF0061314          MC 3 Error Tracking Register 1
MTU_MC3_ETRR2   0xF0061316          MC 3 Error Tracking Register 2
MTU_MC3_ETRR3   0xF0061318          MC 3 Error Tracking Register 3
MTU_MC3_ETRR4   0xF006131A          MC 3 Error Tracking Register 4
MTU_MC3_RDBFL0  0xF0061360          MC 3 Read Data and Bit Flip Register 0
MTU_MC3_RDBFL1  0xF0061362          MC 3 Read Data and Bit Flip Register 1
MTU_MC3_RDBFL2  0xF0061364          MC 3 Read Data and Bit Flip Register 2
MTU_MC3_RDBFL3  0xF0061366          MC 3 Read Data and Bit Flip Register 3
MTU_MC3_RDBFL4  0xF0061368          MC 3 Read Data and Bit Flip Register 4
MTU_MC3_RDBFL5  0xF006136A          MC 3 Read Data and Bit Flip Register 5
MTU_MC3_RDBFL6  0xF006136C          MC 3 Read Data and Bit Flip Register 6
MTU_MC3_RDBFL7  0xF006136E          MC 3 Read Data and Bit Flip Register 7
MTU_MC3_RDBFL8  0xF0061370          MC 3 Read Data and Bit Flip Register 8
MTU_MC3_RDBFL9  0xF0061372          MC 3 Read Data and Bit Flip Register 9
MTU_MC3_RDBFL10 0xF0061374          MC 3 Read Data and Bit Flip Register 10
MTU_MC3_RDBFL11 0xF0061376          MC 3 Read Data and Bit Flip Register 11
MTU_MC3_RDBFL12 0xF0061378          MC 3 Read Data and Bit Flip Register 12
MTU_MC3_RDBFL13 0xF006137A          MC 3 Read Data and Bit Flip Register 13
MTU_MC3_RDBFL14 0xF006137C          MC 3 Read Data and Bit Flip Register 14
MTU_MC3_RDBFL15 0xF006137E          MC 3 Read Data and Bit Flip Register 15
MTU_MC3_RDBFL16 0xF0061380          MC 3 Read Data and Bit Flip Register 16
MTU_MC3_RDBFL17 0xF0061382          MC 3 Read Data and Bit Flip Register 17
MTU_MC3_RDBFL18 0xF0061384          MC 3 Read Data and Bit Flip Register 18
MTU_MC3_RDBFL19 0xF0061386          MC 3 Read Data and Bit Flip Register 19
MTU_MC3_RDBFL20 0xF0061388          MC 3 Read Data and Bit Flip Register 20
MTU_MC3_RDBFL21 0xF006138A          MC 3 Read Data and Bit Flip Register 21
MTU_MC3_RDBFL22 0xF006138C          MC 3 Read Data and Bit Flip Register 22
MTU_MC3_RDBFL23 0xF006138E          MC 3 Read Data and Bit Flip Register 23
MTU_MC3_RDBFL24 0xF0061390          MC 3 Read Data and Bit Flip Register 24
MTU_MC3_RDBFL25 0xF0061392          MC 3 Read Data and Bit Flip Register 25
MTU_MC3_RDBFL26 0xF0061394          MC 3 Read Data and Bit Flip Register 26
MTU_MC3_RDBFL27 0xF0061396          MC 3 Read Data and Bit Flip Register 27
MTU_MC3_RDBFL28 0xF0061398          MC 3 Read Data and Bit Flip Register 28
MTU_MC3_RDBFL29 0xF006139A          MC 3 Read Data and Bit Flip Register 29
MTU_MC3_RDBFL30 0xF006139C          MC 3 Read Data and Bit Flip Register 30
MTU_MC3_RDBFL31 0xF006139E          MC 3 Read Data and Bit Flip Register 31
MTU_MC3_RDBFL32 0xF00613A0          MC 3 Read Data and Bit Flip Register 32
MTU_MC3_RDBFL33 0xF00613A2          MC 3 Read Data and Bit Flip Register 33
MTU_MC3_RDBFL34 0xF00613A4          MC 3 Read Data and Bit Flip Register 34
MTU_MC3_RDBFL35 0xF00613A6          MC 3 Read Data and Bit Flip Register 35
MTU_MC3_RDBFL36 0xF00613A8          MC 3 Read Data and Bit Flip Register 36
MTU_MC3_RDBFL37 0xF00613AA          MC 3 Read Data and Bit Flip Register 37
MTU_MC3_RDBFL38 0xF00613AC          MC 3 Read Data and Bit Flip Register 38
MTU_MC3_RDBFL39 0xF00613AE          MC 3 Read Data and Bit Flip Register 39
MTU_MC3_RDBFL40 0xF00613B0          MC 3 Read Data and Bit Flip Register 40
MTU_MC3_RDBFL41 0xF00613B2          MC 3 Read Data and Bit Flip Register 41
MTU_MC3_RDBFL42 0xF00613B4          MC 3 Read Data and Bit Flip Register 42
MTU_MC3_RDBFL43 0xF00613B6          MC 3 Read Data and Bit Flip Register 43
MTU_MC3_RDBFL44 0xF00613B8          MC 3 Read Data and Bit Flip Register 44
MTU_MC3_RDBFL45 0xF00613BA          MC 3 Read Data and Bit Flip Register 45
MTU_MC3_RDBFL46 0xF00613BC          MC 3 Read Data and Bit Flip Register 46
MTU_MC3_RDBFL47 0xF00613BE          MC 3 Read Data and Bit Flip Register 47
MTU_MC3_RDBFL48 0xF00613C0          MC 3 Read Data and Bit Flip Register 48
MTU_MC3_RDBFL49 0xF00613C2          MC 3 Read Data and Bit Flip Register 49
MTU_MC3_RDBFL50 0xF00613C4          MC 3 Read Data and Bit Flip Register 50
MTU_MC3_RDBFL51 0xF00613C6          MC 3 Read Data and Bit Flip Register 51
MTU_MC3_RDBFL52 0xF00613C8          MC 3 Read Data and Bit Flip Register 52
MTU_MC3_RDBFL53 0xF00613CA          MC 3 Read Data and Bit Flip Register 53
MTU_MC3_RDBFL54 0xF00613CC          MC 3 Read Data and Bit Flip Register 54
MTU_MC3_RDBFL55 0xF00613CE          MC 3 Read Data and Bit Flip Register 55
MTU_MC3_RDBFL56 0xF00613D0          MC 3 Read Data and Bit Flip Register 56
MTU_MC3_RDBFL57 0xF00613D2          MC 3 Read Data and Bit Flip Register 57
MTU_MC3_RDBFL58 0xF00613D4          MC 3 Read Data and Bit Flip Register 58
MTU_MC3_RDBFL59 0xF00613D6          MC 3 Read Data and Bit Flip Register 59
MTU_MC3_RDBFL60 0xF00613D8          MC 3 Read Data and Bit Flip Register 60
MTU_MC3_RDBFL61 0xF00613DA          MC 3 Read Data and Bit Flip Register 61
MTU_MC3_RDBFL62 0xF00613DC          MC 3 Read Data and Bit Flip Register 62
MTU_MC3_RDBFL63 0xF00613DE          MC 3 Read Data and Bit Flip Register 63
MTU_MC3_RDBFL64 0xF00613E0          MC 3 Read Data and Bit Flip Register 64
MTU_MC3_RDBFL65 0xF00613E2          MC 3 Read Data and Bit Flip Register 65
MTU_MC3_RDBFL66 0xF00613E4          MC 3 Read Data and Bit Flip Register 66
MTU_MC3_ALMSRCS 0xF00613EE          MC 3 Alarm Sources Configuration Register
MTU_MC3_FAULTSTS 0xF00613F0          MC 3 SSH Safety Faults Status Register
MTU_MC3_ERRINFO0 0xF00613F2          MC 3 Error Information Register 0
MTU_MC3_ERRINFO1 0xF00613F4          MC 3 Error Information Register 1
MTU_MC3_ERRINFO2 0xF00613F6          MC 3 Error Information Register 2
MTU_MC3_ERRINFO3 0xF00613F8          MC 3 Error Information Register 3
MTU_MC3_ERRINFO4 0xF00613FA          MC 3 Error Information Register 4
MTU_MC4_CONFIG0 0xF0061400          MC 4 Configuration Register 0
MTU_MC4_CONFIG1 0xF0061402          MC 4 Configuration Register 1
MTU_MC4_MCONTROL 0xF0061404          MC 4 MBIST Control Register
MTU_MC4_MSTATUS 0xF0061406          MC 4 Status Register
MTU_MC4_RANGE   0xF0061408          MC 4 Range Register, single address mode
MTU_MC4_REVID   0xF006140C          MC 4 Revision ID Register
MTU_MC4_ECCS    0xF006140E          MC 4 ECC Safety Register
MTU_MC4_ECCD    0xF0061410          MC 4 Memory ECC Detection Register
MTU_MC4_ETRR0   0xF0061412          MC 4 Error Tracking Register 0
MTU_MC4_ETRR1   0xF0061414          MC 4 Error Tracking Register 1
MTU_MC4_ETRR2   0xF0061416          MC 4 Error Tracking Register 2
MTU_MC4_ETRR3   0xF0061418          MC 4 Error Tracking Register 3
MTU_MC4_ETRR4   0xF006141A          MC 4 Error Tracking Register 4
MTU_MC4_RDBFL0  0xF0061460          MC 4 Read Data and Bit Flip Register 0
MTU_MC4_RDBFL1  0xF0061462          MC 4 Read Data and Bit Flip Register 1
MTU_MC4_RDBFL2  0xF0061464          MC 4 Read Data and Bit Flip Register 2
MTU_MC4_RDBFL3  0xF0061466          MC 4 Read Data and Bit Flip Register 3
MTU_MC4_RDBFL4  0xF0061468          MC 4 Read Data and Bit Flip Register 4
MTU_MC4_RDBFL5  0xF006146A          MC 4 Read Data and Bit Flip Register 5
MTU_MC4_RDBFL6  0xF006146C          MC 4 Read Data and Bit Flip Register 6
MTU_MC4_RDBFL7  0xF006146E          MC 4 Read Data and Bit Flip Register 7
MTU_MC4_RDBFL8  0xF0061470          MC 4 Read Data and Bit Flip Register 8
MTU_MC4_RDBFL9  0xF0061472          MC 4 Read Data and Bit Flip Register 9
MTU_MC4_RDBFL10 0xF0061474          MC 4 Read Data and Bit Flip Register 10
MTU_MC4_RDBFL11 0xF0061476          MC 4 Read Data and Bit Flip Register 11
MTU_MC4_RDBFL12 0xF0061478          MC 4 Read Data and Bit Flip Register 12
MTU_MC4_RDBFL13 0xF006147A          MC 4 Read Data and Bit Flip Register 13
MTU_MC4_RDBFL14 0xF006147C          MC 4 Read Data and Bit Flip Register 14
MTU_MC4_RDBFL15 0xF006147E          MC 4 Read Data and Bit Flip Register 15
MTU_MC4_RDBFL16 0xF0061480          MC 4 Read Data and Bit Flip Register 16
MTU_MC4_RDBFL17 0xF0061482          MC 4 Read Data and Bit Flip Register 17
MTU_MC4_RDBFL18 0xF0061484          MC 4 Read Data and Bit Flip Register 18
MTU_MC4_RDBFL19 0xF0061486          MC 4 Read Data and Bit Flip Register 19
MTU_MC4_RDBFL20 0xF0061488          MC 4 Read Data and Bit Flip Register 20
MTU_MC4_RDBFL21 0xF006148A          MC 4 Read Data and Bit Flip Register 21
MTU_MC4_RDBFL22 0xF006148C          MC 4 Read Data and Bit Flip Register 22
MTU_MC4_RDBFL23 0xF006148E          MC 4 Read Data and Bit Flip Register 23
MTU_MC4_RDBFL24 0xF0061490          MC 4 Read Data and Bit Flip Register 24
MTU_MC4_RDBFL25 0xF0061492          MC 4 Read Data and Bit Flip Register 25
MTU_MC4_RDBFL26 0xF0061494          MC 4 Read Data and Bit Flip Register 26
MTU_MC4_RDBFL27 0xF0061496          MC 4 Read Data and Bit Flip Register 27
MTU_MC4_RDBFL28 0xF0061498          MC 4 Read Data and Bit Flip Register 28
MTU_MC4_RDBFL29 0xF006149A          MC 4 Read Data and Bit Flip Register 29
MTU_MC4_RDBFL30 0xF006149C          MC 4 Read Data and Bit Flip Register 30
MTU_MC4_RDBFL31 0xF006149E          MC 4 Read Data and Bit Flip Register 31
MTU_MC4_RDBFL32 0xF00614A0          MC 4 Read Data and Bit Flip Register 32
MTU_MC4_RDBFL33 0xF00614A2          MC 4 Read Data and Bit Flip Register 33
MTU_MC4_RDBFL34 0xF00614A4          MC 4 Read Data and Bit Flip Register 34
MTU_MC4_RDBFL35 0xF00614A6          MC 4 Read Data and Bit Flip Register 35
MTU_MC4_RDBFL36 0xF00614A8          MC 4 Read Data and Bit Flip Register 36
MTU_MC4_RDBFL37 0xF00614AA          MC 4 Read Data and Bit Flip Register 37
MTU_MC4_RDBFL38 0xF00614AC          MC 4 Read Data and Bit Flip Register 38
MTU_MC4_RDBFL39 0xF00614AE          MC 4 Read Data and Bit Flip Register 39
MTU_MC4_RDBFL40 0xF00614B0          MC 4 Read Data and Bit Flip Register 40
MTU_MC4_RDBFL41 0xF00614B2          MC 4 Read Data and Bit Flip Register 41
MTU_MC4_RDBFL42 0xF00614B4          MC 4 Read Data and Bit Flip Register 42
MTU_MC4_RDBFL43 0xF00614B6          MC 4 Read Data and Bit Flip Register 43
MTU_MC4_RDBFL44 0xF00614B8          MC 4 Read Data and Bit Flip Register 44
MTU_MC4_RDBFL45 0xF00614BA          MC 4 Read Data and Bit Flip Register 45
MTU_MC4_RDBFL46 0xF00614BC          MC 4 Read Data and Bit Flip Register 46
MTU_MC4_RDBFL47 0xF00614BE          MC 4 Read Data and Bit Flip Register 47
MTU_MC4_RDBFL48 0xF00614C0          MC 4 Read Data and Bit Flip Register 48
MTU_MC4_RDBFL49 0xF00614C2          MC 4 Read Data and Bit Flip Register 49
MTU_MC4_RDBFL50 0xF00614C4          MC 4 Read Data and Bit Flip Register 50
MTU_MC4_RDBFL51 0xF00614C6          MC 4 Read Data and Bit Flip Register 51
MTU_MC4_RDBFL52 0xF00614C8          MC 4 Read Data and Bit Flip Register 52
MTU_MC4_RDBFL53 0xF00614CA          MC 4 Read Data and Bit Flip Register 53
MTU_MC4_RDBFL54 0xF00614CC          MC 4 Read Data and Bit Flip Register 54
MTU_MC4_RDBFL55 0xF00614CE          MC 4 Read Data and Bit Flip Register 55
MTU_MC4_RDBFL56 0xF00614D0          MC 4 Read Data and Bit Flip Register 56
MTU_MC4_RDBFL57 0xF00614D2          MC 4 Read Data and Bit Flip Register 57
MTU_MC4_RDBFL58 0xF00614D4          MC 4 Read Data and Bit Flip Register 58
MTU_MC4_RDBFL59 0xF00614D6          MC 4 Read Data and Bit Flip Register 59
MTU_MC4_RDBFL60 0xF00614D8          MC 4 Read Data and Bit Flip Register 60
MTU_MC4_RDBFL61 0xF00614DA          MC 4 Read Data and Bit Flip Register 61
MTU_MC4_RDBFL62 0xF00614DC          MC 4 Read Data and Bit Flip Register 62
MTU_MC4_RDBFL63 0xF00614DE          MC 4 Read Data and Bit Flip Register 63
MTU_MC4_RDBFL64 0xF00614E0          MC 4 Read Data and Bit Flip Register 64
MTU_MC4_RDBFL65 0xF00614E2          MC 4 Read Data and Bit Flip Register 65
MTU_MC4_RDBFL66 0xF00614E4          MC 4 Read Data and Bit Flip Register 66
MTU_MC4_ALMSRCS 0xF00614EE          MC 4 Alarm Sources Configuration Register
MTU_MC4_FAULTSTS 0xF00614F0          MC 4 SSH Safety Faults Status Register
MTU_MC4_ERRINFO0 0xF00614F2          MC 4 Error Information Register 0
MTU_MC4_ERRINFO1 0xF00614F4          MC 4 Error Information Register 1
MTU_MC4_ERRINFO2 0xF00614F6          MC 4 Error Information Register 2
MTU_MC4_ERRINFO3 0xF00614F8          MC 4 Error Information Register 3
MTU_MC4_ERRINFO4 0xF00614FA          MC 4 Error Information Register 4
MTU_MC5_CONFIG0 0xF0061500          MC 5 Configuration Register 0
MTU_MC5_CONFIG1 0xF0061502          MC 5 Configuration Register 1
MTU_MC5_MCONTROL 0xF0061504          MC 5 MBIST Control Register
MTU_MC5_MSTATUS 0xF0061506          MC 5 Status Register
MTU_MC5_RANGE   0xF0061508          MC 5 Range Register, single address mode
MTU_MC5_REVID   0xF006150C          MC 5 Revision ID Register
MTU_MC5_ECCS    0xF006150E          MC 5 ECC Safety Register
MTU_MC5_ECCD    0xF0061510          MC 5 Memory ECC Detection Register
MTU_MC5_ETRR0   0xF0061512          MC 5 Error Tracking Register 0
MTU_MC5_ETRR1   0xF0061514          MC 5 Error Tracking Register 1
MTU_MC5_ETRR2   0xF0061516          MC 5 Error Tracking Register 2
MTU_MC5_ETRR3   0xF0061518          MC 5 Error Tracking Register 3
MTU_MC5_ETRR4   0xF006151A          MC 5 Error Tracking Register 4
MTU_MC5_RDBFL0  0xF0061560          MC 5 Read Data and Bit Flip Register 0
MTU_MC5_RDBFL1  0xF0061562          MC 5 Read Data and Bit Flip Register 1
MTU_MC5_RDBFL2  0xF0061564          MC 5 Read Data and Bit Flip Register 2
MTU_MC5_RDBFL3  0xF0061566          MC 5 Read Data and Bit Flip Register 3
MTU_MC5_RDBFL4  0xF0061568          MC 5 Read Data and Bit Flip Register 4
MTU_MC5_RDBFL5  0xF006156A          MC 5 Read Data and Bit Flip Register 5
MTU_MC5_RDBFL6  0xF006156C          MC 5 Read Data and Bit Flip Register 6
MTU_MC5_RDBFL7  0xF006156E          MC 5 Read Data and Bit Flip Register 7
MTU_MC5_RDBFL8  0xF0061570          MC 5 Read Data and Bit Flip Register 8
MTU_MC5_RDBFL9  0xF0061572          MC 5 Read Data and Bit Flip Register 9
MTU_MC5_RDBFL10 0xF0061574          MC 5 Read Data and Bit Flip Register 10
MTU_MC5_RDBFL11 0xF0061576          MC 5 Read Data and Bit Flip Register 11
MTU_MC5_RDBFL12 0xF0061578          MC 5 Read Data and Bit Flip Register 12
MTU_MC5_RDBFL13 0xF006157A          MC 5 Read Data and Bit Flip Register 13
MTU_MC5_RDBFL14 0xF006157C          MC 5 Read Data and Bit Flip Register 14
MTU_MC5_RDBFL15 0xF006157E          MC 5 Read Data and Bit Flip Register 15
MTU_MC5_RDBFL16 0xF0061580          MC 5 Read Data and Bit Flip Register 16
MTU_MC5_RDBFL17 0xF0061582          MC 5 Read Data and Bit Flip Register 17
MTU_MC5_RDBFL18 0xF0061584          MC 5 Read Data and Bit Flip Register 18
MTU_MC5_RDBFL19 0xF0061586          MC 5 Read Data and Bit Flip Register 19
MTU_MC5_RDBFL20 0xF0061588          MC 5 Read Data and Bit Flip Register 20
MTU_MC5_RDBFL21 0xF006158A          MC 5 Read Data and Bit Flip Register 21
MTU_MC5_RDBFL22 0xF006158C          MC 5 Read Data and Bit Flip Register 22
MTU_MC5_RDBFL23 0xF006158E          MC 5 Read Data and Bit Flip Register 23
MTU_MC5_RDBFL24 0xF0061590          MC 5 Read Data and Bit Flip Register 24
MTU_MC5_RDBFL25 0xF0061592          MC 5 Read Data and Bit Flip Register 25
MTU_MC5_RDBFL26 0xF0061594          MC 5 Read Data and Bit Flip Register 26
MTU_MC5_RDBFL27 0xF0061596          MC 5 Read Data and Bit Flip Register 27
MTU_MC5_RDBFL28 0xF0061598          MC 5 Read Data and Bit Flip Register 28
MTU_MC5_RDBFL29 0xF006159A          MC 5 Read Data and Bit Flip Register 29
MTU_MC5_RDBFL30 0xF006159C          MC 5 Read Data and Bit Flip Register 30
MTU_MC5_RDBFL31 0xF006159E          MC 5 Read Data and Bit Flip Register 31
MTU_MC5_RDBFL32 0xF00615A0          MC 5 Read Data and Bit Flip Register 32
MTU_MC5_RDBFL33 0xF00615A2          MC 5 Read Data and Bit Flip Register 33
MTU_MC5_RDBFL34 0xF00615A4          MC 5 Read Data and Bit Flip Register 34
MTU_MC5_RDBFL35 0xF00615A6          MC 5 Read Data and Bit Flip Register 35
MTU_MC5_RDBFL36 0xF00615A8          MC 5 Read Data and Bit Flip Register 36
MTU_MC5_RDBFL37 0xF00615AA          MC 5 Read Data and Bit Flip Register 37
MTU_MC5_RDBFL38 0xF00615AC          MC 5 Read Data and Bit Flip Register 38
MTU_MC5_RDBFL39 0xF00615AE          MC 5 Read Data and Bit Flip Register 39
MTU_MC5_RDBFL40 0xF00615B0          MC 5 Read Data and Bit Flip Register 40
MTU_MC5_RDBFL41 0xF00615B2          MC 5 Read Data and Bit Flip Register 41
MTU_MC5_RDBFL42 0xF00615B4          MC 5 Read Data and Bit Flip Register 42
MTU_MC5_RDBFL43 0xF00615B6          MC 5 Read Data and Bit Flip Register 43
MTU_MC5_RDBFL44 0xF00615B8          MC 5 Read Data and Bit Flip Register 44
MTU_MC5_RDBFL45 0xF00615BA          MC 5 Read Data and Bit Flip Register 45
MTU_MC5_RDBFL46 0xF00615BC          MC 5 Read Data and Bit Flip Register 46
MTU_MC5_RDBFL47 0xF00615BE          MC 5 Read Data and Bit Flip Register 47
MTU_MC5_RDBFL48 0xF00615C0          MC 5 Read Data and Bit Flip Register 48
MTU_MC5_RDBFL49 0xF00615C2          MC 5 Read Data and Bit Flip Register 49
MTU_MC5_RDBFL50 0xF00615C4          MC 5 Read Data and Bit Flip Register 50
MTU_MC5_RDBFL51 0xF00615C6          MC 5 Read Data and Bit Flip Register 51
MTU_MC5_RDBFL52 0xF00615C8          MC 5 Read Data and Bit Flip Register 52
MTU_MC5_RDBFL53 0xF00615CA          MC 5 Read Data and Bit Flip Register 53
MTU_MC5_RDBFL54 0xF00615CC          MC 5 Read Data and Bit Flip Register 54
MTU_MC5_RDBFL55 0xF00615CE          MC 5 Read Data and Bit Flip Register 55
MTU_MC5_RDBFL56 0xF00615D0          MC 5 Read Data and Bit Flip Register 56
MTU_MC5_RDBFL57 0xF00615D2          MC 5 Read Data and Bit Flip Register 57
MTU_MC5_RDBFL58 0xF00615D4          MC 5 Read Data and Bit Flip Register 58
MTU_MC5_RDBFL59 0xF00615D6          MC 5 Read Data and Bit Flip Register 59
MTU_MC5_RDBFL60 0xF00615D8          MC 5 Read Data and Bit Flip Register 60
MTU_MC5_RDBFL61 0xF00615DA          MC 5 Read Data and Bit Flip Register 61
MTU_MC5_RDBFL62 0xF00615DC          MC 5 Read Data and Bit Flip Register 62
MTU_MC5_RDBFL63 0xF00615DE          MC 5 Read Data and Bit Flip Register 63
MTU_MC5_RDBFL64 0xF00615E0          MC 5 Read Data and Bit Flip Register 64
MTU_MC5_RDBFL65 0xF00615E2          MC 5 Read Data and Bit Flip Register 65
MTU_MC5_RDBFL66 0xF00615E4          MC 5 Read Data and Bit Flip Register 66
MTU_MC5_ALMSRCS 0xF00615EE          MC 5 Alarm Sources Configuration Register
MTU_MC5_FAULTSTS 0xF00615F0          MC 5 SSH Safety Faults Status Register
MTU_MC5_ERRINFO0 0xF00615F2          MC 5 Error Information Register 0
MTU_MC5_ERRINFO1 0xF00615F4          MC 5 Error Information Register 1
MTU_MC5_ERRINFO2 0xF00615F6          MC 5 Error Information Register 2
MTU_MC5_ERRINFO3 0xF00615F8          MC 5 Error Information Register 3
MTU_MC5_ERRINFO4 0xF00615FA          MC 5 Error Information Register 4
MTU_MC6_CONFIG0 0xF0061600          MC 6 Configuration Register 0
MTU_MC6_CONFIG1 0xF0061602          MC 6 Configuration Register 1
MTU_MC6_MCONTROL 0xF0061604          MC 6 MBIST Control Register
MTU_MC6_MSTATUS 0xF0061606          MC 6 Status Register
MTU_MC6_RANGE   0xF0061608          MC 6 Range Register, single address mode
MTU_MC6_REVID   0xF006160C          MC 6 Revision ID Register
MTU_MC6_ECCS    0xF006160E          MC 6 ECC Safety Register
MTU_MC6_ECCD    0xF0061610          MC 6 Memory ECC Detection Register
MTU_MC6_ETRR0   0xF0061612          MC 6 Error Tracking Register 0
MTU_MC6_ETRR1   0xF0061614          MC 6 Error Tracking Register 1
MTU_MC6_ETRR2   0xF0061616          MC 6 Error Tracking Register 2
MTU_MC6_ETRR3   0xF0061618          MC 6 Error Tracking Register 3
MTU_MC6_ETRR4   0xF006161A          MC 6 Error Tracking Register 4
MTU_MC6_RDBFL0  0xF0061660          MC 6 Read Data and Bit Flip Register 0
MTU_MC6_RDBFL1  0xF0061662          MC 6 Read Data and Bit Flip Register 1
MTU_MC6_RDBFL2  0xF0061664          MC 6 Read Data and Bit Flip Register 2
MTU_MC6_RDBFL3  0xF0061666          MC 6 Read Data and Bit Flip Register 3
MTU_MC6_RDBFL4  0xF0061668          MC 6 Read Data and Bit Flip Register 4
MTU_MC6_RDBFL5  0xF006166A          MC 6 Read Data and Bit Flip Register 5
MTU_MC6_RDBFL6  0xF006166C          MC 6 Read Data and Bit Flip Register 6
MTU_MC6_RDBFL7  0xF006166E          MC 6 Read Data and Bit Flip Register 7
MTU_MC6_RDBFL8  0xF0061670          MC 6 Read Data and Bit Flip Register 8
MTU_MC6_RDBFL9  0xF0061672          MC 6 Read Data and Bit Flip Register 9
MTU_MC6_RDBFL10 0xF0061674          MC 6 Read Data and Bit Flip Register 10
MTU_MC6_RDBFL11 0xF0061676          MC 6 Read Data and Bit Flip Register 11
MTU_MC6_RDBFL12 0xF0061678          MC 6 Read Data and Bit Flip Register 12
MTU_MC6_RDBFL13 0xF006167A          MC 6 Read Data and Bit Flip Register 13
MTU_MC6_RDBFL14 0xF006167C          MC 6 Read Data and Bit Flip Register 14
MTU_MC6_RDBFL15 0xF006167E          MC 6 Read Data and Bit Flip Register 15
MTU_MC6_RDBFL16 0xF0061680          MC 6 Read Data and Bit Flip Register 16
MTU_MC6_RDBFL17 0xF0061682          MC 6 Read Data and Bit Flip Register 17
MTU_MC6_RDBFL18 0xF0061684          MC 6 Read Data and Bit Flip Register 18
MTU_MC6_RDBFL19 0xF0061686          MC 6 Read Data and Bit Flip Register 19
MTU_MC6_RDBFL20 0xF0061688          MC 6 Read Data and Bit Flip Register 20
MTU_MC6_RDBFL21 0xF006168A          MC 6 Read Data and Bit Flip Register 21
MTU_MC6_RDBFL22 0xF006168C          MC 6 Read Data and Bit Flip Register 22
MTU_MC6_RDBFL23 0xF006168E          MC 6 Read Data and Bit Flip Register 23
MTU_MC6_RDBFL24 0xF0061690          MC 6 Read Data and Bit Flip Register 24
MTU_MC6_RDBFL25 0xF0061692          MC 6 Read Data and Bit Flip Register 25
MTU_MC6_RDBFL26 0xF0061694          MC 6 Read Data and Bit Flip Register 26
MTU_MC6_RDBFL27 0xF0061696          MC 6 Read Data and Bit Flip Register 27
MTU_MC6_RDBFL28 0xF0061698          MC 6 Read Data and Bit Flip Register 28
MTU_MC6_RDBFL29 0xF006169A          MC 6 Read Data and Bit Flip Register 29
MTU_MC6_RDBFL30 0xF006169C          MC 6 Read Data and Bit Flip Register 30
MTU_MC6_RDBFL31 0xF006169E          MC 6 Read Data and Bit Flip Register 31
MTU_MC6_RDBFL32 0xF00616A0          MC 6 Read Data and Bit Flip Register 32
MTU_MC6_RDBFL33 0xF00616A2          MC 6 Read Data and Bit Flip Register 33
MTU_MC6_RDBFL34 0xF00616A4          MC 6 Read Data and Bit Flip Register 34
MTU_MC6_RDBFL35 0xF00616A6          MC 6 Read Data and Bit Flip Register 35
MTU_MC6_RDBFL36 0xF00616A8          MC 6 Read Data and Bit Flip Register 36
MTU_MC6_RDBFL37 0xF00616AA          MC 6 Read Data and Bit Flip Register 37
MTU_MC6_RDBFL38 0xF00616AC          MC 6 Read Data and Bit Flip Register 38
MTU_MC6_RDBFL39 0xF00616AE          MC 6 Read Data and Bit Flip Register 39
MTU_MC6_RDBFL40 0xF00616B0          MC 6 Read Data and Bit Flip Register 40
MTU_MC6_RDBFL41 0xF00616B2          MC 6 Read Data and Bit Flip Register 41
MTU_MC6_RDBFL42 0xF00616B4          MC 6 Read Data and Bit Flip Register 42
MTU_MC6_RDBFL43 0xF00616B6          MC 6 Read Data and Bit Flip Register 43
MTU_MC6_RDBFL44 0xF00616B8          MC 6 Read Data and Bit Flip Register 44
MTU_MC6_RDBFL45 0xF00616BA          MC 6 Read Data and Bit Flip Register 45
MTU_MC6_RDBFL46 0xF00616BC          MC 6 Read Data and Bit Flip Register 46
MTU_MC6_RDBFL47 0xF00616BE          MC 6 Read Data and Bit Flip Register 47
MTU_MC6_RDBFL48 0xF00616C0          MC 6 Read Data and Bit Flip Register 48
MTU_MC6_RDBFL49 0xF00616C2          MC 6 Read Data and Bit Flip Register 49
MTU_MC6_RDBFL50 0xF00616C4          MC 6 Read Data and Bit Flip Register 50
MTU_MC6_RDBFL51 0xF00616C6          MC 6 Read Data and Bit Flip Register 51
MTU_MC6_RDBFL52 0xF00616C8          MC 6 Read Data and Bit Flip Register 52
MTU_MC6_RDBFL53 0xF00616CA          MC 6 Read Data and Bit Flip Register 53
MTU_MC6_RDBFL54 0xF00616CC          MC 6 Read Data and Bit Flip Register 54
MTU_MC6_RDBFL55 0xF00616CE          MC 6 Read Data and Bit Flip Register 55
MTU_MC6_RDBFL56 0xF00616D0          MC 6 Read Data and Bit Flip Register 56
MTU_MC6_RDBFL57 0xF00616D2          MC 6 Read Data and Bit Flip Register 57
MTU_MC6_RDBFL58 0xF00616D4          MC 6 Read Data and Bit Flip Register 58
MTU_MC6_RDBFL59 0xF00616D6          MC 6 Read Data and Bit Flip Register 59
MTU_MC6_RDBFL60 0xF00616D8          MC 6 Read Data and Bit Flip Register 60
MTU_MC6_RDBFL61 0xF00616DA          MC 6 Read Data and Bit Flip Register 61
MTU_MC6_RDBFL62 0xF00616DC          MC 6 Read Data and Bit Flip Register 62
MTU_MC6_RDBFL63 0xF00616DE          MC 6 Read Data and Bit Flip Register 63
MTU_MC6_RDBFL64 0xF00616E0          MC 6 Read Data and Bit Flip Register 64
MTU_MC6_RDBFL65 0xF00616E2          MC 6 Read Data and Bit Flip Register 65
MTU_MC6_RDBFL66 0xF00616E4          MC 6 Read Data and Bit Flip Register 66
MTU_MC6_ALMSRCS 0xF00616EE          MC 6 Alarm Sources Configuration Register
MTU_MC6_FAULTSTS 0xF00616F0          MC 6 SSH Safety Faults Status Register
MTU_MC6_ERRINFO0 0xF00616F2          MC 6 Error Information Register 0
MTU_MC6_ERRINFO1 0xF00616F4          MC 6 Error Information Register 1
MTU_MC6_ERRINFO2 0xF00616F6          MC 6 Error Information Register 2
MTU_MC6_ERRINFO3 0xF00616F8          MC 6 Error Information Register 3
MTU_MC6_ERRINFO4 0xF00616FA          MC 6 Error Information Register 4
MTU_MC7_CONFIG0 0xF0061700          MC 7 Configuration Register 0
MTU_MC7_CONFIG1 0xF0061702          MC 7 Configuration Register 1
MTU_MC7_MCONTROL 0xF0061704          MC 7 MBIST Control Register
MTU_MC7_MSTATUS 0xF0061706          MC 7 Status Register
MTU_MC7_RANGE   0xF0061708          MC 7 Range Register, single address mode
MTU_MC7_REVID   0xF006170C          MC 7 Revision ID Register
MTU_MC7_ECCS    0xF006170E          MC 7 ECC Safety Register
MTU_MC7_ECCD    0xF0061710          MC 7 Memory ECC Detection Register
MTU_MC7_ETRR0   0xF0061712          MC 7 Error Tracking Register 0
MTU_MC7_ETRR1   0xF0061714          MC 7 Error Tracking Register 1
MTU_MC7_ETRR2   0xF0061716          MC 7 Error Tracking Register 2
MTU_MC7_ETRR3   0xF0061718          MC 7 Error Tracking Register 3
MTU_MC7_ETRR4   0xF006171A          MC 7 Error Tracking Register 4
MTU_MC7_RDBFL0  0xF0061760          MC 7 Read Data and Bit Flip Register 0
MTU_MC7_RDBFL1  0xF0061762          MC 7 Read Data and Bit Flip Register 1
MTU_MC7_RDBFL2  0xF0061764          MC 7 Read Data and Bit Flip Register 2
MTU_MC7_RDBFL3  0xF0061766          MC 7 Read Data and Bit Flip Register 3
MTU_MC7_RDBFL4  0xF0061768          MC 7 Read Data and Bit Flip Register 4
MTU_MC7_RDBFL5  0xF006176A          MC 7 Read Data and Bit Flip Register 5
MTU_MC7_RDBFL6  0xF006176C          MC 7 Read Data and Bit Flip Register 6
MTU_MC7_RDBFL7  0xF006176E          MC 7 Read Data and Bit Flip Register 7
MTU_MC7_RDBFL8  0xF0061770          MC 7 Read Data and Bit Flip Register 8
MTU_MC7_RDBFL9  0xF0061772          MC 7 Read Data and Bit Flip Register 9
MTU_MC7_RDBFL10 0xF0061774          MC 7 Read Data and Bit Flip Register 10
MTU_MC7_RDBFL11 0xF0061776          MC 7 Read Data and Bit Flip Register 11
MTU_MC7_RDBFL12 0xF0061778          MC 7 Read Data and Bit Flip Register 12
MTU_MC7_RDBFL13 0xF006177A          MC 7 Read Data and Bit Flip Register 13
MTU_MC7_RDBFL14 0xF006177C          MC 7 Read Data and Bit Flip Register 14
MTU_MC7_RDBFL15 0xF006177E          MC 7 Read Data and Bit Flip Register 15
MTU_MC7_RDBFL16 0xF0061780          MC 7 Read Data and Bit Flip Register 16
MTU_MC7_RDBFL17 0xF0061782          MC 7 Read Data and Bit Flip Register 17
MTU_MC7_RDBFL18 0xF0061784          MC 7 Read Data and Bit Flip Register 18
MTU_MC7_RDBFL19 0xF0061786          MC 7 Read Data and Bit Flip Register 19
MTU_MC7_RDBFL20 0xF0061788          MC 7 Read Data and Bit Flip Register 20
MTU_MC7_RDBFL21 0xF006178A          MC 7 Read Data and Bit Flip Register 21
MTU_MC7_RDBFL22 0xF006178C          MC 7 Read Data and Bit Flip Register 22
MTU_MC7_RDBFL23 0xF006178E          MC 7 Read Data and Bit Flip Register 23
MTU_MC7_RDBFL24 0xF0061790          MC 7 Read Data and Bit Flip Register 24
MTU_MC7_RDBFL25 0xF0061792          MC 7 Read Data and Bit Flip Register 25
MTU_MC7_RDBFL26 0xF0061794          MC 7 Read Data and Bit Flip Register 26
MTU_MC7_RDBFL27 0xF0061796          MC 7 Read Data and Bit Flip Register 27
MTU_MC7_RDBFL28 0xF0061798          MC 7 Read Data and Bit Flip Register 28
MTU_MC7_RDBFL29 0xF006179A          MC 7 Read Data and Bit Flip Register 29
MTU_MC7_RDBFL30 0xF006179C          MC 7 Read Data and Bit Flip Register 30
MTU_MC7_RDBFL31 0xF006179E          MC 7 Read Data and Bit Flip Register 31
MTU_MC7_RDBFL32 0xF00617A0          MC 7 Read Data and Bit Flip Register 32
MTU_MC7_RDBFL33 0xF00617A2          MC 7 Read Data and Bit Flip Register 33
MTU_MC7_RDBFL34 0xF00617A4          MC 7 Read Data and Bit Flip Register 34
MTU_MC7_RDBFL35 0xF00617A6          MC 7 Read Data and Bit Flip Register 35
MTU_MC7_RDBFL36 0xF00617A8          MC 7 Read Data and Bit Flip Register 36
MTU_MC7_RDBFL37 0xF00617AA          MC 7 Read Data and Bit Flip Register 37
MTU_MC7_RDBFL38 0xF00617AC          MC 7 Read Data and Bit Flip Register 38
MTU_MC7_RDBFL39 0xF00617AE          MC 7 Read Data and Bit Flip Register 39
MTU_MC7_RDBFL40 0xF00617B0          MC 7 Read Data and Bit Flip Register 40
MTU_MC7_RDBFL41 0xF00617B2          MC 7 Read Data and Bit Flip Register 41
MTU_MC7_RDBFL42 0xF00617B4          MC 7 Read Data and Bit Flip Register 42
MTU_MC7_RDBFL43 0xF00617B6          MC 7 Read Data and Bit Flip Register 43
MTU_MC7_RDBFL44 0xF00617B8          MC 7 Read Data and Bit Flip Register 44
MTU_MC7_RDBFL45 0xF00617BA          MC 7 Read Data and Bit Flip Register 45
MTU_MC7_RDBFL46 0xF00617BC          MC 7 Read Data and Bit Flip Register 46
MTU_MC7_RDBFL47 0xF00617BE          MC 7 Read Data and Bit Flip Register 47
MTU_MC7_RDBFL48 0xF00617C0          MC 7 Read Data and Bit Flip Register 48
MTU_MC7_RDBFL49 0xF00617C2          MC 7 Read Data and Bit Flip Register 49
MTU_MC7_RDBFL50 0xF00617C4          MC 7 Read Data and Bit Flip Register 50
MTU_MC7_RDBFL51 0xF00617C6          MC 7 Read Data and Bit Flip Register 51
MTU_MC7_RDBFL52 0xF00617C8          MC 7 Read Data and Bit Flip Register 52
MTU_MC7_RDBFL53 0xF00617CA          MC 7 Read Data and Bit Flip Register 53
MTU_MC7_RDBFL54 0xF00617CC          MC 7 Read Data and Bit Flip Register 54
MTU_MC7_RDBFL55 0xF00617CE          MC 7 Read Data and Bit Flip Register 55
MTU_MC7_RDBFL56 0xF00617D0          MC 7 Read Data and Bit Flip Register 56
MTU_MC7_RDBFL57 0xF00617D2          MC 7 Read Data and Bit Flip Register 57
MTU_MC7_RDBFL58 0xF00617D4          MC 7 Read Data and Bit Flip Register 58
MTU_MC7_RDBFL59 0xF00617D6          MC 7 Read Data and Bit Flip Register 59
MTU_MC7_RDBFL60 0xF00617D8          MC 7 Read Data and Bit Flip Register 60
MTU_MC7_RDBFL61 0xF00617DA          MC 7 Read Data and Bit Flip Register 61
MTU_MC7_RDBFL62 0xF00617DC          MC 7 Read Data and Bit Flip Register 62
MTU_MC7_RDBFL63 0xF00617DE          MC 7 Read Data and Bit Flip Register 63
MTU_MC7_RDBFL64 0xF00617E0          MC 7 Read Data and Bit Flip Register 64
MTU_MC7_RDBFL65 0xF00617E2          MC 7 Read Data and Bit Flip Register 65
MTU_MC7_RDBFL66 0xF00617E4          MC 7 Read Data and Bit Flip Register 66
MTU_MC7_ALMSRCS 0xF00617EE          MC 7 Alarm Sources Configuration Register
MTU_MC7_FAULTSTS 0xF00617F0          MC 7 SSH Safety Faults Status Register
MTU_MC7_ERRINFO0 0xF00617F2          MC 7 Error Information Register 0
MTU_MC7_ERRINFO1 0xF00617F4          MC 7 Error Information Register 1
MTU_MC7_ERRINFO2 0xF00617F6          MC 7 Error Information Register 2
MTU_MC7_ERRINFO3 0xF00617F8          MC 7 Error Information Register 3
MTU_MC7_ERRINFO4 0xF00617FA          MC 7 Error Information Register 4
MTU_MC8_CONFIG0 0xF0061800          MC 8 Configuration Register 0
MTU_MC8_CONFIG1 0xF0061802          MC 8 Configuration Register 1
MTU_MC8_MCONTROL 0xF0061804          MC 8 MBIST Control Register
MTU_MC8_MSTATUS 0xF0061806          MC 8 Status Register
MTU_MC8_RANGE   0xF0061808          MC 8 Range Register, single address mode
MTU_MC8_REVID   0xF006180C          MC 8 Revision ID Register
MTU_MC8_ECCS    0xF006180E          MC 8 ECC Safety Register
MTU_MC8_ECCD    0xF0061810          MC 8 Memory ECC Detection Register
MTU_MC8_ETRR0   0xF0061812          MC 8 Error Tracking Register 0
MTU_MC8_ETRR1   0xF0061814          MC 8 Error Tracking Register 1
MTU_MC8_ETRR2   0xF0061816          MC 8 Error Tracking Register 2
MTU_MC8_ETRR3   0xF0061818          MC 8 Error Tracking Register 3
MTU_MC8_ETRR4   0xF006181A          MC 8 Error Tracking Register 4
MTU_MC8_RDBFL0  0xF0061860          MC 8 Read Data and Bit Flip Register 0
MTU_MC8_RDBFL1  0xF0061862          MC 8 Read Data and Bit Flip Register 1
MTU_MC8_RDBFL2  0xF0061864          MC 8 Read Data and Bit Flip Register 2
MTU_MC8_RDBFL3  0xF0061866          MC 8 Read Data and Bit Flip Register 3
MTU_MC8_RDBFL4  0xF0061868          MC 8 Read Data and Bit Flip Register 4
MTU_MC8_RDBFL5  0xF006186A          MC 8 Read Data and Bit Flip Register 5
MTU_MC8_RDBFL6  0xF006186C          MC 8 Read Data and Bit Flip Register 6
MTU_MC8_RDBFL7  0xF006186E          MC 8 Read Data and Bit Flip Register 7
MTU_MC8_RDBFL8  0xF0061870          MC 8 Read Data and Bit Flip Register 8
MTU_MC8_RDBFL9  0xF0061872          MC 8 Read Data and Bit Flip Register 9
MTU_MC8_RDBFL10 0xF0061874          MC 8 Read Data and Bit Flip Register 10
MTU_MC8_RDBFL11 0xF0061876          MC 8 Read Data and Bit Flip Register 11
MTU_MC8_RDBFL12 0xF0061878          MC 8 Read Data and Bit Flip Register 12
MTU_MC8_RDBFL13 0xF006187A          MC 8 Read Data and Bit Flip Register 13
MTU_MC8_RDBFL14 0xF006187C          MC 8 Read Data and Bit Flip Register 14
MTU_MC8_RDBFL15 0xF006187E          MC 8 Read Data and Bit Flip Register 15
MTU_MC8_RDBFL16 0xF0061880          MC 8 Read Data and Bit Flip Register 16
MTU_MC8_RDBFL17 0xF0061882          MC 8 Read Data and Bit Flip Register 17
MTU_MC8_RDBFL18 0xF0061884          MC 8 Read Data and Bit Flip Register 18
MTU_MC8_RDBFL19 0xF0061886          MC 8 Read Data and Bit Flip Register 19
MTU_MC8_RDBFL20 0xF0061888          MC 8 Read Data and Bit Flip Register 20
MTU_MC8_RDBFL21 0xF006188A          MC 8 Read Data and Bit Flip Register 21
MTU_MC8_RDBFL22 0xF006188C          MC 8 Read Data and Bit Flip Register 22
MTU_MC8_RDBFL23 0xF006188E          MC 8 Read Data and Bit Flip Register 23
MTU_MC8_RDBFL24 0xF0061890          MC 8 Read Data and Bit Flip Register 24
MTU_MC8_RDBFL25 0xF0061892          MC 8 Read Data and Bit Flip Register 25
MTU_MC8_RDBFL26 0xF0061894          MC 8 Read Data and Bit Flip Register 26
MTU_MC8_RDBFL27 0xF0061896          MC 8 Read Data and Bit Flip Register 27
MTU_MC8_RDBFL28 0xF0061898          MC 8 Read Data and Bit Flip Register 28
MTU_MC8_RDBFL29 0xF006189A          MC 8 Read Data and Bit Flip Register 29
MTU_MC8_RDBFL30 0xF006189C          MC 8 Read Data and Bit Flip Register 30
MTU_MC8_RDBFL31 0xF006189E          MC 8 Read Data and Bit Flip Register 31
MTU_MC8_RDBFL32 0xF00618A0          MC 8 Read Data and Bit Flip Register 32
MTU_MC8_RDBFL33 0xF00618A2          MC 8 Read Data and Bit Flip Register 33
MTU_MC8_RDBFL34 0xF00618A4          MC 8 Read Data and Bit Flip Register 34
MTU_MC8_RDBFL35 0xF00618A6          MC 8 Read Data and Bit Flip Register 35
MTU_MC8_RDBFL36 0xF00618A8          MC 8 Read Data and Bit Flip Register 36
MTU_MC8_RDBFL37 0xF00618AA          MC 8 Read Data and Bit Flip Register 37
MTU_MC8_RDBFL38 0xF00618AC          MC 8 Read Data and Bit Flip Register 38
MTU_MC8_RDBFL39 0xF00618AE          MC 8 Read Data and Bit Flip Register 39
MTU_MC8_RDBFL40 0xF00618B0          MC 8 Read Data and Bit Flip Register 40
MTU_MC8_RDBFL41 0xF00618B2          MC 8 Read Data and Bit Flip Register 41
MTU_MC8_RDBFL42 0xF00618B4          MC 8 Read Data and Bit Flip Register 42
MTU_MC8_RDBFL43 0xF00618B6          MC 8 Read Data and Bit Flip Register 43
MTU_MC8_RDBFL44 0xF00618B8          MC 8 Read Data and Bit Flip Register 44
MTU_MC8_RDBFL45 0xF00618BA          MC 8 Read Data and Bit Flip Register 45
MTU_MC8_RDBFL46 0xF00618BC          MC 8 Read Data and Bit Flip Register 46
MTU_MC8_RDBFL47 0xF00618BE          MC 8 Read Data and Bit Flip Register 47
MTU_MC8_RDBFL48 0xF00618C0          MC 8 Read Data and Bit Flip Register 48
MTU_MC8_RDBFL49 0xF00618C2          MC 8 Read Data and Bit Flip Register 49
MTU_MC8_RDBFL50 0xF00618C4          MC 8 Read Data and Bit Flip Register 50
MTU_MC8_RDBFL51 0xF00618C6          MC 8 Read Data and Bit Flip Register 51
MTU_MC8_RDBFL52 0xF00618C8          MC 8 Read Data and Bit Flip Register 52
MTU_MC8_RDBFL53 0xF00618CA          MC 8 Read Data and Bit Flip Register 53
MTU_MC8_RDBFL54 0xF00618CC          MC 8 Read Data and Bit Flip Register 54
MTU_MC8_RDBFL55 0xF00618CE          MC 8 Read Data and Bit Flip Register 55
MTU_MC8_RDBFL56 0xF00618D0          MC 8 Read Data and Bit Flip Register 56
MTU_MC8_RDBFL57 0xF00618D2          MC 8 Read Data and Bit Flip Register 57
MTU_MC8_RDBFL58 0xF00618D4          MC 8 Read Data and Bit Flip Register 58
MTU_MC8_RDBFL59 0xF00618D6          MC 8 Read Data and Bit Flip Register 59
MTU_MC8_RDBFL60 0xF00618D8          MC 8 Read Data and Bit Flip Register 60
MTU_MC8_RDBFL61 0xF00618DA          MC 8 Read Data and Bit Flip Register 61
MTU_MC8_RDBFL62 0xF00618DC          MC 8 Read Data and Bit Flip Register 62
MTU_MC8_RDBFL63 0xF00618DE          MC 8 Read Data and Bit Flip Register 63
MTU_MC8_RDBFL64 0xF00618E0          MC 8 Read Data and Bit Flip Register 64
MTU_MC8_RDBFL65 0xF00618E2          MC 8 Read Data and Bit Flip Register 65
MTU_MC8_RDBFL66 0xF00618E4          MC 8 Read Data and Bit Flip Register 66
MTU_MC8_ALMSRCS 0xF00618EE          MC 8 Alarm Sources Configuration Register
MTU_MC8_FAULTSTS 0xF00618F0          MC 8 SSH Safety Faults Status Register
MTU_MC8_ERRINFO0 0xF00618F2          MC 8 Error Information Register 0
MTU_MC8_ERRINFO1 0xF00618F4          MC 8 Error Information Register 1
MTU_MC8_ERRINFO2 0xF00618F6          MC 8 Error Information Register 2
MTU_MC8_ERRINFO3 0xF00618F8          MC 8 Error Information Register 3
MTU_MC8_ERRINFO4 0xF00618FA          MC 8 Error Information Register 4
MTU_MC9_CONFIG0 0xF0061900          MC 9 Configuration Register 0
MTU_MC9_CONFIG1 0xF0061902          MC 9 Configuration Register 1
MTU_MC9_MCONTROL 0xF0061904          MC 9 MBIST Control Register
MTU_MC9_MSTATUS 0xF0061906          MC 9 Status Register
MTU_MC9_RANGE   0xF0061908          MC 9 Range Register, single address mode
MTU_MC9_REVID   0xF006190C          MC 9 Revision ID Register
MTU_MC9_ECCS    0xF006190E          MC 9 ECC Safety Register
MTU_MC9_ECCD    0xF0061910          MC 9 Memory ECC Detection Register
MTU_MC9_ETRR0   0xF0061912          MC 9 Error Tracking Register 0
MTU_MC9_ETRR1   0xF0061914          MC 9 Error Tracking Register 1
MTU_MC9_ETRR2   0xF0061916          MC 9 Error Tracking Register 2
MTU_MC9_ETRR3   0xF0061918          MC 9 Error Tracking Register 3
MTU_MC9_ETRR4   0xF006191A          MC 9 Error Tracking Register 4
MTU_MC9_RDBFL0  0xF0061960          MC 9 Read Data and Bit Flip Register 0
MTU_MC9_RDBFL1  0xF0061962          MC 9 Read Data and Bit Flip Register 1
MTU_MC9_RDBFL2  0xF0061964          MC 9 Read Data and Bit Flip Register 2
MTU_MC9_RDBFL3  0xF0061966          MC 9 Read Data and Bit Flip Register 3
MTU_MC9_RDBFL4  0xF0061968          MC 9 Read Data and Bit Flip Register 4
MTU_MC9_RDBFL5  0xF006196A          MC 9 Read Data and Bit Flip Register 5
MTU_MC9_RDBFL6  0xF006196C          MC 9 Read Data and Bit Flip Register 6
MTU_MC9_RDBFL7  0xF006196E          MC 9 Read Data and Bit Flip Register 7
MTU_MC9_RDBFL8  0xF0061970          MC 9 Read Data and Bit Flip Register 8
MTU_MC9_RDBFL9  0xF0061972          MC 9 Read Data and Bit Flip Register 9
MTU_MC9_RDBFL10 0xF0061974          MC 9 Read Data and Bit Flip Register 10
MTU_MC9_RDBFL11 0xF0061976          MC 9 Read Data and Bit Flip Register 11
MTU_MC9_RDBFL12 0xF0061978          MC 9 Read Data and Bit Flip Register 12
MTU_MC9_RDBFL13 0xF006197A          MC 9 Read Data and Bit Flip Register 13
MTU_MC9_RDBFL14 0xF006197C          MC 9 Read Data and Bit Flip Register 14
MTU_MC9_RDBFL15 0xF006197E          MC 9 Read Data and Bit Flip Register 15
MTU_MC9_RDBFL16 0xF0061980          MC 9 Read Data and Bit Flip Register 16
MTU_MC9_RDBFL17 0xF0061982          MC 9 Read Data and Bit Flip Register 17
MTU_MC9_RDBFL18 0xF0061984          MC 9 Read Data and Bit Flip Register 18
MTU_MC9_RDBFL19 0xF0061986          MC 9 Read Data and Bit Flip Register 19
MTU_MC9_RDBFL20 0xF0061988          MC 9 Read Data and Bit Flip Register 20
MTU_MC9_RDBFL21 0xF006198A          MC 9 Read Data and Bit Flip Register 21
MTU_MC9_RDBFL22 0xF006198C          MC 9 Read Data and Bit Flip Register 22
MTU_MC9_RDBFL23 0xF006198E          MC 9 Read Data and Bit Flip Register 23
MTU_MC9_RDBFL24 0xF0061990          MC 9 Read Data and Bit Flip Register 24
MTU_MC9_RDBFL25 0xF0061992          MC 9 Read Data and Bit Flip Register 25
MTU_MC9_RDBFL26 0xF0061994          MC 9 Read Data and Bit Flip Register 26
MTU_MC9_RDBFL27 0xF0061996          MC 9 Read Data and Bit Flip Register 27
MTU_MC9_RDBFL28 0xF0061998          MC 9 Read Data and Bit Flip Register 28
MTU_MC9_RDBFL29 0xF006199A          MC 9 Read Data and Bit Flip Register 29
MTU_MC9_RDBFL30 0xF006199C          MC 9 Read Data and Bit Flip Register 30
MTU_MC9_RDBFL31 0xF006199E          MC 9 Read Data and Bit Flip Register 31
MTU_MC9_RDBFL32 0xF00619A0          MC 9 Read Data and Bit Flip Register 32
MTU_MC9_RDBFL33 0xF00619A2          MC 9 Read Data and Bit Flip Register 33
MTU_MC9_RDBFL34 0xF00619A4          MC 9 Read Data and Bit Flip Register 34
MTU_MC9_RDBFL35 0xF00619A6          MC 9 Read Data and Bit Flip Register 35
MTU_MC9_RDBFL36 0xF00619A8          MC 9 Read Data and Bit Flip Register 36
MTU_MC9_RDBFL37 0xF00619AA          MC 9 Read Data and Bit Flip Register 37
MTU_MC9_RDBFL38 0xF00619AC          MC 9 Read Data and Bit Flip Register 38
MTU_MC9_RDBFL39 0xF00619AE          MC 9 Read Data and Bit Flip Register 39
MTU_MC9_RDBFL40 0xF00619B0          MC 9 Read Data and Bit Flip Register 40
MTU_MC9_RDBFL41 0xF00619B2          MC 9 Read Data and Bit Flip Register 41
MTU_MC9_RDBFL42 0xF00619B4          MC 9 Read Data and Bit Flip Register 42
MTU_MC9_RDBFL43 0xF00619B6          MC 9 Read Data and Bit Flip Register 43
MTU_MC9_RDBFL44 0xF00619B8          MC 9 Read Data and Bit Flip Register 44
MTU_MC9_RDBFL45 0xF00619BA          MC 9 Read Data and Bit Flip Register 45
MTU_MC9_RDBFL46 0xF00619BC          MC 9 Read Data and Bit Flip Register 46
MTU_MC9_RDBFL47 0xF00619BE          MC 9 Read Data and Bit Flip Register 47
MTU_MC9_RDBFL48 0xF00619C0          MC 9 Read Data and Bit Flip Register 48
MTU_MC9_RDBFL49 0xF00619C2          MC 9 Read Data and Bit Flip Register 49
MTU_MC9_RDBFL50 0xF00619C4          MC 9 Read Data and Bit Flip Register 50
MTU_MC9_RDBFL51 0xF00619C6          MC 9 Read Data and Bit Flip Register 51
MTU_MC9_RDBFL52 0xF00619C8          MC 9 Read Data and Bit Flip Register 52
MTU_MC9_RDBFL53 0xF00619CA          MC 9 Read Data and Bit Flip Register 53
MTU_MC9_RDBFL54 0xF00619CC          MC 9 Read Data and Bit Flip Register 54
MTU_MC9_RDBFL55 0xF00619CE          MC 9 Read Data and Bit Flip Register 55
MTU_MC9_RDBFL56 0xF00619D0          MC 9 Read Data and Bit Flip Register 56
MTU_MC9_RDBFL57 0xF00619D2          MC 9 Read Data and Bit Flip Register 57
MTU_MC9_RDBFL58 0xF00619D4          MC 9 Read Data and Bit Flip Register 58
MTU_MC9_RDBFL59 0xF00619D6          MC 9 Read Data and Bit Flip Register 59
MTU_MC9_RDBFL60 0xF00619D8          MC 9 Read Data and Bit Flip Register 60
MTU_MC9_RDBFL61 0xF00619DA          MC 9 Read Data and Bit Flip Register 61
MTU_MC9_RDBFL62 0xF00619DC          MC 9 Read Data and Bit Flip Register 62
MTU_MC9_RDBFL63 0xF00619DE          MC 9 Read Data and Bit Flip Register 63
MTU_MC9_RDBFL64 0xF00619E0          MC 9 Read Data and Bit Flip Register 64
MTU_MC9_RDBFL65 0xF00619E2          MC 9 Read Data and Bit Flip Register 65
MTU_MC9_RDBFL66 0xF00619E4          MC 9 Read Data and Bit Flip Register 66
MTU_MC9_ALMSRCS 0xF00619EE          MC 9 Alarm Sources Configuration Register
MTU_MC9_FAULTSTS 0xF00619F0          MC 9 SSH Safety Faults Status Register
MTU_MC9_ERRINFO0 0xF00619F2          MC 9 Error Information Register 0
MTU_MC9_ERRINFO1 0xF00619F4          MC 9 Error Information Register 1
MTU_MC9_ERRINFO2 0xF00619F6          MC 9 Error Information Register 2
MTU_MC9_ERRINFO3 0xF00619F8          MC 9 Error Information Register 3
MTU_MC9_ERRINFO4 0xF00619FA          MC 9 Error Information Register 4
MTU_MC10_CONFIG0 0xF0061A00          MC 10 Configuration Register 0
MTU_MC10_CONFIG1 0xF0061A02          MC 10 Configuration Register 1
MTU_MC10_MCONTROL 0xF0061A04          MC 10 MBIST Control Register
MTU_MC10_MSTATUS 0xF0061A06          MC 10 Status Register
MTU_MC10_RANGE  0xF0061A08          MC 10 Range Register, single address mode
MTU_MC10_REVID  0xF0061A0C          MC 10 Revision ID Register
MTU_MC10_ECCS   0xF0061A0E          MC 10 ECC Safety Register
MTU_MC10_ECCD   0xF0061A10          MC 10 Memory ECC Detection Register
MTU_MC10_ETRR0  0xF0061A12          MC 10 Error Tracking Register 0
MTU_MC10_ETRR1  0xF0061A14          MC 10 Error Tracking Register 1
MTU_MC10_ETRR2  0xF0061A16          MC 10 Error Tracking Register 2
MTU_MC10_ETRR3  0xF0061A18          MC 10 Error Tracking Register 3
MTU_MC10_ETRR4  0xF0061A1A          MC 10 Error Tracking Register 4
MTU_MC10_RDBFL0 0xF0061A60          MC 10 Read Data and Bit Flip Register 0
MTU_MC10_RDBFL1 0xF0061A62          MC 10 Read Data and Bit Flip Register 1
MTU_MC10_RDBFL2 0xF0061A64          MC 10 Read Data and Bit Flip Register 2
MTU_MC10_RDBFL3 0xF0061A66          MC 10 Read Data and Bit Flip Register 3
MTU_MC10_RDBFL4 0xF0061A68          MC 10 Read Data and Bit Flip Register 4
MTU_MC10_RDBFL5 0xF0061A6A          MC 10 Read Data and Bit Flip Register 5
MTU_MC10_RDBFL6 0xF0061A6C          MC 10 Read Data and Bit Flip Register 6
MTU_MC10_RDBFL7 0xF0061A6E          MC 10 Read Data and Bit Flip Register 7
MTU_MC10_RDBFL8 0xF0061A70          MC 10 Read Data and Bit Flip Register 8
MTU_MC10_RDBFL9 0xF0061A72          MC 10 Read Data and Bit Flip Register 9
MTU_MC10_RDBFL10 0xF0061A74          MC 10 Read Data and Bit Flip Register 10
MTU_MC10_RDBFL11 0xF0061A76          MC 10 Read Data and Bit Flip Register 11
MTU_MC10_RDBFL12 0xF0061A78          MC 10 Read Data and Bit Flip Register 12
MTU_MC10_RDBFL13 0xF0061A7A          MC 10 Read Data and Bit Flip Register 13
MTU_MC10_RDBFL14 0xF0061A7C          MC 10 Read Data and Bit Flip Register 14
MTU_MC10_RDBFL15 0xF0061A7E          MC 10 Read Data and Bit Flip Register 15
MTU_MC10_RDBFL16 0xF0061A80          MC 10 Read Data and Bit Flip Register 16
MTU_MC10_RDBFL17 0xF0061A82          MC 10 Read Data and Bit Flip Register 17
MTU_MC10_RDBFL18 0xF0061A84          MC 10 Read Data and Bit Flip Register 18
MTU_MC10_RDBFL19 0xF0061A86          MC 10 Read Data and Bit Flip Register 19
MTU_MC10_RDBFL20 0xF0061A88          MC 10 Read Data and Bit Flip Register 20
MTU_MC10_RDBFL21 0xF0061A8A          MC 10 Read Data and Bit Flip Register 21
MTU_MC10_RDBFL22 0xF0061A8C          MC 10 Read Data and Bit Flip Register 22
MTU_MC10_RDBFL23 0xF0061A8E          MC 10 Read Data and Bit Flip Register 23
MTU_MC10_RDBFL24 0xF0061A90          MC 10 Read Data and Bit Flip Register 24
MTU_MC10_RDBFL25 0xF0061A92          MC 10 Read Data and Bit Flip Register 25
MTU_MC10_RDBFL26 0xF0061A94          MC 10 Read Data and Bit Flip Register 26
MTU_MC10_RDBFL27 0xF0061A96          MC 10 Read Data and Bit Flip Register 27
MTU_MC10_RDBFL28 0xF0061A98          MC 10 Read Data and Bit Flip Register 28
MTU_MC10_RDBFL29 0xF0061A9A          MC 10 Read Data and Bit Flip Register 29
MTU_MC10_RDBFL30 0xF0061A9C          MC 10 Read Data and Bit Flip Register 30
MTU_MC10_RDBFL31 0xF0061A9E          MC 10 Read Data and Bit Flip Register 31
MTU_MC10_RDBFL32 0xF0061AA0          MC 10 Read Data and Bit Flip Register 32
MTU_MC10_RDBFL33 0xF0061AA2          MC 10 Read Data and Bit Flip Register 33
MTU_MC10_RDBFL34 0xF0061AA4          MC 10 Read Data and Bit Flip Register 34
MTU_MC10_RDBFL35 0xF0061AA6          MC 10 Read Data and Bit Flip Register 35
MTU_MC10_RDBFL36 0xF0061AA8          MC 10 Read Data and Bit Flip Register 36
MTU_MC10_RDBFL37 0xF0061AAA          MC 10 Read Data and Bit Flip Register 37
MTU_MC10_RDBFL38 0xF0061AAC          MC 10 Read Data and Bit Flip Register 38
MTU_MC10_RDBFL39 0xF0061AAE          MC 10 Read Data and Bit Flip Register 39
MTU_MC10_RDBFL40 0xF0061AB0          MC 10 Read Data and Bit Flip Register 40
MTU_MC10_RDBFL41 0xF0061AB2          MC 10 Read Data and Bit Flip Register 41
MTU_MC10_RDBFL42 0xF0061AB4          MC 10 Read Data and Bit Flip Register 42
MTU_MC10_RDBFL43 0xF0061AB6          MC 10 Read Data and Bit Flip Register 43
MTU_MC10_RDBFL44 0xF0061AB8          MC 10 Read Data and Bit Flip Register 44
MTU_MC10_RDBFL45 0xF0061ABA          MC 10 Read Data and Bit Flip Register 45
MTU_MC10_RDBFL46 0xF0061ABC          MC 10 Read Data and Bit Flip Register 46
MTU_MC10_RDBFL47 0xF0061ABE          MC 10 Read Data and Bit Flip Register 47
MTU_MC10_RDBFL48 0xF0061AC0          MC 10 Read Data and Bit Flip Register 48
MTU_MC10_RDBFL49 0xF0061AC2          MC 10 Read Data and Bit Flip Register 49
MTU_MC10_RDBFL50 0xF0061AC4          MC 10 Read Data and Bit Flip Register 50
MTU_MC10_RDBFL51 0xF0061AC6          MC 10 Read Data and Bit Flip Register 51
MTU_MC10_RDBFL52 0xF0061AC8          MC 10 Read Data and Bit Flip Register 52
MTU_MC10_RDBFL53 0xF0061ACA          MC 10 Read Data and Bit Flip Register 53
MTU_MC10_RDBFL54 0xF0061ACC          MC 10 Read Data and Bit Flip Register 54
MTU_MC10_RDBFL55 0xF0061ACE          MC 10 Read Data and Bit Flip Register 55
MTU_MC10_RDBFL56 0xF0061AD0          MC 10 Read Data and Bit Flip Register 56
MTU_MC10_RDBFL57 0xF0061AD2          MC 10 Read Data and Bit Flip Register 57
MTU_MC10_RDBFL58 0xF0061AD4          MC 10 Read Data and Bit Flip Register 58
MTU_MC10_RDBFL59 0xF0061AD6          MC 10 Read Data and Bit Flip Register 59
MTU_MC10_RDBFL60 0xF0061AD8          MC 10 Read Data and Bit Flip Register 60
MTU_MC10_RDBFL61 0xF0061ADA          MC 10 Read Data and Bit Flip Register 61
MTU_MC10_RDBFL62 0xF0061ADC          MC 10 Read Data and Bit Flip Register 62
MTU_MC10_RDBFL63 0xF0061ADE          MC 10 Read Data and Bit Flip Register 63
MTU_MC10_RDBFL64 0xF0061AE0          MC 10 Read Data and Bit Flip Register 64
MTU_MC10_RDBFL65 0xF0061AE2          MC 10 Read Data and Bit Flip Register 65
MTU_MC10_RDBFL66 0xF0061AE4          MC 10 Read Data and Bit Flip Register 66
MTU_MC10_ALMSRCS 0xF0061AEE          MC 10 Alarm Sources Configuration Register
MTU_MC10_FAULTSTS 0xF0061AF0          MC 10 SSH Safety Faults Status Register
MTU_MC10_ERRINFO0 0xF0061AF2          MC 10 Error Information Register 0
MTU_MC10_ERRINFO1 0xF0061AF4          MC 10 Error Information Register 1
MTU_MC10_ERRINFO2 0xF0061AF6          MC 10 Error Information Register 2
MTU_MC10_ERRINFO3 0xF0061AF8          MC 10 Error Information Register 3
MTU_MC10_ERRINFO4 0xF0061AFA          MC 10 Error Information Register 4
MTU_MC11_CONFIG0 0xF0061B00          MC 11 Configuration Register 0
MTU_MC11_CONFIG1 0xF0061B02          MC 11 Configuration Register 1
MTU_MC11_MCONTROL 0xF0061B04          MC 11 MBIST Control Register
MTU_MC11_MSTATUS 0xF0061B06          MC 11 Status Register
MTU_MC11_RANGE  0xF0061B08          MC 11 Range Register, single address mode
MTU_MC11_REVID  0xF0061B0C          MC 11 Revision ID Register
MTU_MC11_ECCS   0xF0061B0E          MC 11 ECC Safety Register
MTU_MC11_ECCD   0xF0061B10          MC 11 Memory ECC Detection Register
MTU_MC11_ETRR0  0xF0061B12          MC 11 Error Tracking Register 0
MTU_MC11_ETRR1  0xF0061B14          MC 11 Error Tracking Register 1
MTU_MC11_ETRR2  0xF0061B16          MC 11 Error Tracking Register 2
MTU_MC11_ETRR3  0xF0061B18          MC 11 Error Tracking Register 3
MTU_MC11_ETRR4  0xF0061B1A          MC 11 Error Tracking Register 4
MTU_MC11_RDBFL0 0xF0061B60          MC 11 Read Data and Bit Flip Register 0
MTU_MC11_RDBFL1 0xF0061B62          MC 11 Read Data and Bit Flip Register 1
MTU_MC11_RDBFL2 0xF0061B64          MC 11 Read Data and Bit Flip Register 2
MTU_MC11_RDBFL3 0xF0061B66          MC 11 Read Data and Bit Flip Register 3
MTU_MC11_RDBFL4 0xF0061B68          MC 11 Read Data and Bit Flip Register 4
MTU_MC11_RDBFL5 0xF0061B6A          MC 11 Read Data and Bit Flip Register 5
MTU_MC11_RDBFL6 0xF0061B6C          MC 11 Read Data and Bit Flip Register 6
MTU_MC11_RDBFL7 0xF0061B6E          MC 11 Read Data and Bit Flip Register 7
MTU_MC11_RDBFL8 0xF0061B70          MC 11 Read Data and Bit Flip Register 8
MTU_MC11_RDBFL9 0xF0061B72          MC 11 Read Data and Bit Flip Register 9
MTU_MC11_RDBFL10 0xF0061B74          MC 11 Read Data and Bit Flip Register 10
MTU_MC11_RDBFL11 0xF0061B76          MC 11 Read Data and Bit Flip Register 11
MTU_MC11_RDBFL12 0xF0061B78          MC 11 Read Data and Bit Flip Register 12
MTU_MC11_RDBFL13 0xF0061B7A          MC 11 Read Data and Bit Flip Register 13
MTU_MC11_RDBFL14 0xF0061B7C          MC 11 Read Data and Bit Flip Register 14
MTU_MC11_RDBFL15 0xF0061B7E          MC 11 Read Data and Bit Flip Register 15
MTU_MC11_RDBFL16 0xF0061B80          MC 11 Read Data and Bit Flip Register 16
MTU_MC11_RDBFL17 0xF0061B82          MC 11 Read Data and Bit Flip Register 17
MTU_MC11_RDBFL18 0xF0061B84          MC 11 Read Data and Bit Flip Register 18
MTU_MC11_RDBFL19 0xF0061B86          MC 11 Read Data and Bit Flip Register 19
MTU_MC11_RDBFL20 0xF0061B88          MC 11 Read Data and Bit Flip Register 20
MTU_MC11_RDBFL21 0xF0061B8A          MC 11 Read Data and Bit Flip Register 21
MTU_MC11_RDBFL22 0xF0061B8C          MC 11 Read Data and Bit Flip Register 22
MTU_MC11_RDBFL23 0xF0061B8E          MC 11 Read Data and Bit Flip Register 23
MTU_MC11_RDBFL24 0xF0061B90          MC 11 Read Data and Bit Flip Register 24
MTU_MC11_RDBFL25 0xF0061B92          MC 11 Read Data and Bit Flip Register 25
MTU_MC11_RDBFL26 0xF0061B94          MC 11 Read Data and Bit Flip Register 26
MTU_MC11_RDBFL27 0xF0061B96          MC 11 Read Data and Bit Flip Register 27
MTU_MC11_RDBFL28 0xF0061B98          MC 11 Read Data and Bit Flip Register 28
MTU_MC11_RDBFL29 0xF0061B9A          MC 11 Read Data and Bit Flip Register 29
MTU_MC11_RDBFL30 0xF0061B9C          MC 11 Read Data and Bit Flip Register 30
MTU_MC11_RDBFL31 0xF0061B9E          MC 11 Read Data and Bit Flip Register 31
MTU_MC11_RDBFL32 0xF0061BA0          MC 11 Read Data and Bit Flip Register 32
MTU_MC11_RDBFL33 0xF0061BA2          MC 11 Read Data and Bit Flip Register 33
MTU_MC11_RDBFL34 0xF0061BA4          MC 11 Read Data and Bit Flip Register 34
MTU_MC11_RDBFL35 0xF0061BA6          MC 11 Read Data and Bit Flip Register 35
MTU_MC11_RDBFL36 0xF0061BA8          MC 11 Read Data and Bit Flip Register 36
MTU_MC11_RDBFL37 0xF0061BAA          MC 11 Read Data and Bit Flip Register 37
MTU_MC11_RDBFL38 0xF0061BAC          MC 11 Read Data and Bit Flip Register 38
MTU_MC11_RDBFL39 0xF0061BAE          MC 11 Read Data and Bit Flip Register 39
MTU_MC11_RDBFL40 0xF0061BB0          MC 11 Read Data and Bit Flip Register 40
MTU_MC11_RDBFL41 0xF0061BB2          MC 11 Read Data and Bit Flip Register 41
MTU_MC11_RDBFL42 0xF0061BB4          MC 11 Read Data and Bit Flip Register 42
MTU_MC11_RDBFL43 0xF0061BB6          MC 11 Read Data and Bit Flip Register 43
MTU_MC11_RDBFL44 0xF0061BB8          MC 11 Read Data and Bit Flip Register 44
MTU_MC11_RDBFL45 0xF0061BBA          MC 11 Read Data and Bit Flip Register 45
MTU_MC11_RDBFL46 0xF0061BBC          MC 11 Read Data and Bit Flip Register 46
MTU_MC11_RDBFL47 0xF0061BBE          MC 11 Read Data and Bit Flip Register 47
MTU_MC11_RDBFL48 0xF0061BC0          MC 11 Read Data and Bit Flip Register 48
MTU_MC11_RDBFL49 0xF0061BC2          MC 11 Read Data and Bit Flip Register 49
MTU_MC11_RDBFL50 0xF0061BC4          MC 11 Read Data and Bit Flip Register 50
MTU_MC11_RDBFL51 0xF0061BC6          MC 11 Read Data and Bit Flip Register 51
MTU_MC11_RDBFL52 0xF0061BC8          MC 11 Read Data and Bit Flip Register 52
MTU_MC11_RDBFL53 0xF0061BCA          MC 11 Read Data and Bit Flip Register 53
MTU_MC11_RDBFL54 0xF0061BCC          MC 11 Read Data and Bit Flip Register 54
MTU_MC11_RDBFL55 0xF0061BCE          MC 11 Read Data and Bit Flip Register 55
MTU_MC11_RDBFL56 0xF0061BD0          MC 11 Read Data and Bit Flip Register 56
MTU_MC11_RDBFL57 0xF0061BD2          MC 11 Read Data and Bit Flip Register 57
MTU_MC11_RDBFL58 0xF0061BD4          MC 11 Read Data and Bit Flip Register 58
MTU_MC11_RDBFL59 0xF0061BD6          MC 11 Read Data and Bit Flip Register 59
MTU_MC11_RDBFL60 0xF0061BD8          MC 11 Read Data and Bit Flip Register 60
MTU_MC11_RDBFL61 0xF0061BDA          MC 11 Read Data and Bit Flip Register 61
MTU_MC11_RDBFL62 0xF0061BDC          MC 11 Read Data and Bit Flip Register 62
MTU_MC11_RDBFL63 0xF0061BDE          MC 11 Read Data and Bit Flip Register 63
MTU_MC11_RDBFL64 0xF0061BE0          MC 11 Read Data and Bit Flip Register 64
MTU_MC11_RDBFL65 0xF0061BE2          MC 11 Read Data and Bit Flip Register 65
MTU_MC11_RDBFL66 0xF0061BE4          MC 11 Read Data and Bit Flip Register 66
MTU_MC11_ALMSRCS 0xF0061BEE          MC 11 Alarm Sources Configuration Register
MTU_MC11_FAULTSTS 0xF0061BF0          MC 11 SSH Safety Faults Status Register
MTU_MC11_ERRINFO0 0xF0061BF2          MC 11 Error Information Register 0
MTU_MC11_ERRINFO1 0xF0061BF4          MC 11 Error Information Register 1
MTU_MC11_ERRINFO2 0xF0061BF6          MC 11 Error Information Register 2
MTU_MC11_ERRINFO3 0xF0061BF8          MC 11 Error Information Register 3
MTU_MC11_ERRINFO4 0xF0061BFA          MC 11 Error Information Register 4
MTU_MC12_CONFIG0 0xF0061C00          MC 12 Configuration Register 0
MTU_MC12_CONFIG1 0xF0061C02          MC 12 Configuration Register 1
MTU_MC12_MCONTROL 0xF0061C04          MC 12 MBIST Control Register
MTU_MC12_MSTATUS 0xF0061C06          MC 12 Status Register
MTU_MC12_RANGE  0xF0061C08          MC 12 Range Register, single address mode
MTU_MC12_REVID  0xF0061C0C          MC 12 Revision ID Register
MTU_MC12_ECCS   0xF0061C0E          MC 12 ECC Safety Register
MTU_MC12_ECCD   0xF0061C10          MC 12 Memory ECC Detection Register
MTU_MC12_ETRR0  0xF0061C12          MC 12 Error Tracking Register 0
MTU_MC12_ETRR1  0xF0061C14          MC 12 Error Tracking Register 1
MTU_MC12_ETRR2  0xF0061C16          MC 12 Error Tracking Register 2
MTU_MC12_ETRR3  0xF0061C18          MC 12 Error Tracking Register 3
MTU_MC12_ETRR4  0xF0061C1A          MC 12 Error Tracking Register 4
MTU_MC12_RDBFL0 0xF0061C60          MC 12 Read Data and Bit Flip Register 0
MTU_MC12_RDBFL1 0xF0061C62          MC 12 Read Data and Bit Flip Register 1
MTU_MC12_RDBFL2 0xF0061C64          MC 12 Read Data and Bit Flip Register 2
MTU_MC12_RDBFL3 0xF0061C66          MC 12 Read Data and Bit Flip Register 3
MTU_MC12_RDBFL4 0xF0061C68          MC 12 Read Data and Bit Flip Register 4
MTU_MC12_RDBFL5 0xF0061C6A          MC 12 Read Data and Bit Flip Register 5
MTU_MC12_RDBFL6 0xF0061C6C          MC 12 Read Data and Bit Flip Register 6
MTU_MC12_RDBFL7 0xF0061C6E          MC 12 Read Data and Bit Flip Register 7
MTU_MC12_RDBFL8 0xF0061C70          MC 12 Read Data and Bit Flip Register 8
MTU_MC12_RDBFL9 0xF0061C72          MC 12 Read Data and Bit Flip Register 9
MTU_MC12_RDBFL10 0xF0061C74          MC 12 Read Data and Bit Flip Register 10
MTU_MC12_RDBFL11 0xF0061C76          MC 12 Read Data and Bit Flip Register 11
MTU_MC12_RDBFL12 0xF0061C78          MC 12 Read Data and Bit Flip Register 12
MTU_MC12_RDBFL13 0xF0061C7A          MC 12 Read Data and Bit Flip Register 13
MTU_MC12_RDBFL14 0xF0061C7C          MC 12 Read Data and Bit Flip Register 14
MTU_MC12_RDBFL15 0xF0061C7E          MC 12 Read Data and Bit Flip Register 15
MTU_MC12_RDBFL16 0xF0061C80          MC 12 Read Data and Bit Flip Register 16
MTU_MC12_RDBFL17 0xF0061C82          MC 12 Read Data and Bit Flip Register 17
MTU_MC12_RDBFL18 0xF0061C84          MC 12 Read Data and Bit Flip Register 18
MTU_MC12_RDBFL19 0xF0061C86          MC 12 Read Data and Bit Flip Register 19
MTU_MC12_RDBFL20 0xF0061C88          MC 12 Read Data and Bit Flip Register 20
MTU_MC12_RDBFL21 0xF0061C8A          MC 12 Read Data and Bit Flip Register 21
MTU_MC12_RDBFL22 0xF0061C8C          MC 12 Read Data and Bit Flip Register 22
MTU_MC12_RDBFL23 0xF0061C8E          MC 12 Read Data and Bit Flip Register 23
MTU_MC12_RDBFL24 0xF0061C90          MC 12 Read Data and Bit Flip Register 24
MTU_MC12_RDBFL25 0xF0061C92          MC 12 Read Data and Bit Flip Register 25
MTU_MC12_RDBFL26 0xF0061C94          MC 12 Read Data and Bit Flip Register 26
MTU_MC12_RDBFL27 0xF0061C96          MC 12 Read Data and Bit Flip Register 27
MTU_MC12_RDBFL28 0xF0061C98          MC 12 Read Data and Bit Flip Register 28
MTU_MC12_RDBFL29 0xF0061C9A          MC 12 Read Data and Bit Flip Register 29
MTU_MC12_RDBFL30 0xF0061C9C          MC 12 Read Data and Bit Flip Register 30
MTU_MC12_RDBFL31 0xF0061C9E          MC 12 Read Data and Bit Flip Register 31
MTU_MC12_RDBFL32 0xF0061CA0          MC 12 Read Data and Bit Flip Register 32
MTU_MC12_RDBFL33 0xF0061CA2          MC 12 Read Data and Bit Flip Register 33
MTU_MC12_RDBFL34 0xF0061CA4          MC 12 Read Data and Bit Flip Register 34
MTU_MC12_RDBFL35 0xF0061CA6          MC 12 Read Data and Bit Flip Register 35
MTU_MC12_RDBFL36 0xF0061CA8          MC 12 Read Data and Bit Flip Register 36
MTU_MC12_RDBFL37 0xF0061CAA          MC 12 Read Data and Bit Flip Register 37
MTU_MC12_RDBFL38 0xF0061CAC          MC 12 Read Data and Bit Flip Register 38
MTU_MC12_RDBFL39 0xF0061CAE          MC 12 Read Data and Bit Flip Register 39
MTU_MC12_RDBFL40 0xF0061CB0          MC 12 Read Data and Bit Flip Register 40
MTU_MC12_RDBFL41 0xF0061CB2          MC 12 Read Data and Bit Flip Register 41
MTU_MC12_RDBFL42 0xF0061CB4          MC 12 Read Data and Bit Flip Register 42
MTU_MC12_RDBFL43 0xF0061CB6          MC 12 Read Data and Bit Flip Register 43
MTU_MC12_RDBFL44 0xF0061CB8          MC 12 Read Data and Bit Flip Register 44
MTU_MC12_RDBFL45 0xF0061CBA          MC 12 Read Data and Bit Flip Register 45
MTU_MC12_RDBFL46 0xF0061CBC          MC 12 Read Data and Bit Flip Register 46
MTU_MC12_RDBFL47 0xF0061CBE          MC 12 Read Data and Bit Flip Register 47
MTU_MC12_RDBFL48 0xF0061CC0          MC 12 Read Data and Bit Flip Register 48
MTU_MC12_RDBFL49 0xF0061CC2          MC 12 Read Data and Bit Flip Register 49
MTU_MC12_RDBFL50 0xF0061CC4          MC 12 Read Data and Bit Flip Register 50
MTU_MC12_RDBFL51 0xF0061CC6          MC 12 Read Data and Bit Flip Register 51
MTU_MC12_RDBFL52 0xF0061CC8          MC 12 Read Data and Bit Flip Register 52
MTU_MC12_RDBFL53 0xF0061CCA          MC 12 Read Data and Bit Flip Register 53
MTU_MC12_RDBFL54 0xF0061CCC          MC 12 Read Data and Bit Flip Register 54
MTU_MC12_RDBFL55 0xF0061CCE          MC 12 Read Data and Bit Flip Register 55
MTU_MC12_RDBFL56 0xF0061CD0          MC 12 Read Data and Bit Flip Register 56
MTU_MC12_RDBFL57 0xF0061CD2          MC 12 Read Data and Bit Flip Register 57
MTU_MC12_RDBFL58 0xF0061CD4          MC 12 Read Data and Bit Flip Register 58
MTU_MC12_RDBFL59 0xF0061CD6          MC 12 Read Data and Bit Flip Register 59
MTU_MC12_RDBFL60 0xF0061CD8          MC 12 Read Data and Bit Flip Register 60
MTU_MC12_RDBFL61 0xF0061CDA          MC 12 Read Data and Bit Flip Register 61
MTU_MC12_RDBFL62 0xF0061CDC          MC 12 Read Data and Bit Flip Register 62
MTU_MC12_RDBFL63 0xF0061CDE          MC 12 Read Data and Bit Flip Register 63
MTU_MC12_RDBFL64 0xF0061CE0          MC 12 Read Data and Bit Flip Register 64
MTU_MC12_RDBFL65 0xF0061CE2          MC 12 Read Data and Bit Flip Register 65
MTU_MC12_RDBFL66 0xF0061CE4          MC 12 Read Data and Bit Flip Register 66
MTU_MC12_ALMSRCS 0xF0061CEE          MC 12 Alarm Sources Configuration Register
MTU_MC12_FAULTSTS 0xF0061CF0          MC 12 SSH Safety Faults Status Register
MTU_MC12_ERRINFO0 0xF0061CF2          MC 12 Error Information Register 0
MTU_MC12_ERRINFO1 0xF0061CF4          MC 12 Error Information Register 1
MTU_MC12_ERRINFO2 0xF0061CF6          MC 12 Error Information Register 2
MTU_MC12_ERRINFO3 0xF0061CF8          MC 12 Error Information Register 3
MTU_MC12_ERRINFO4 0xF0061CFA          MC 12 Error Information Register 4
MTU_MC13_CONFIG0 0xF0061D00          MC 13 Configuration Register 0
MTU_MC13_CONFIG1 0xF0061D02          MC 13 Configuration Register 1
MTU_MC13_MCONTROL 0xF0061D04          MC 13 MBIST Control Register
MTU_MC13_MSTATUS 0xF0061D06          MC 13 Status Register
MTU_MC13_RANGE  0xF0061D08          MC 13 Range Register, single address mode
MTU_MC13_REVID  0xF0061D0C          MC 13 Revision ID Register
MTU_MC13_ECCS   0xF0061D0E          MC 13 ECC Safety Register
MTU_MC13_ECCD   0xF0061D10          MC 13 Memory ECC Detection Register
MTU_MC13_ETRR0  0xF0061D12          MC 13 Error Tracking Register 0
MTU_MC13_ETRR1  0xF0061D14          MC 13 Error Tracking Register 1
MTU_MC13_ETRR2  0xF0061D16          MC 13 Error Tracking Register 2
MTU_MC13_ETRR3  0xF0061D18          MC 13 Error Tracking Register 3
MTU_MC13_ETRR4  0xF0061D1A          MC 13 Error Tracking Register 4
MTU_MC13_RDBFL0 0xF0061D60          MC 13 Read Data and Bit Flip Register 0
MTU_MC13_RDBFL1 0xF0061D62          MC 13 Read Data and Bit Flip Register 1
MTU_MC13_RDBFL2 0xF0061D64          MC 13 Read Data and Bit Flip Register 2
MTU_MC13_RDBFL3 0xF0061D66          MC 13 Read Data and Bit Flip Register 3
MTU_MC13_RDBFL4 0xF0061D68          MC 13 Read Data and Bit Flip Register 4
MTU_MC13_RDBFL5 0xF0061D6A          MC 13 Read Data and Bit Flip Register 5
MTU_MC13_RDBFL6 0xF0061D6C          MC 13 Read Data and Bit Flip Register 6
MTU_MC13_RDBFL7 0xF0061D6E          MC 13 Read Data and Bit Flip Register 7
MTU_MC13_RDBFL8 0xF0061D70          MC 13 Read Data and Bit Flip Register 8
MTU_MC13_RDBFL9 0xF0061D72          MC 13 Read Data and Bit Flip Register 9
MTU_MC13_RDBFL10 0xF0061D74          MC 13 Read Data and Bit Flip Register 10
MTU_MC13_RDBFL11 0xF0061D76          MC 13 Read Data and Bit Flip Register 11
MTU_MC13_RDBFL12 0xF0061D78          MC 13 Read Data and Bit Flip Register 12
MTU_MC13_RDBFL13 0xF0061D7A          MC 13 Read Data and Bit Flip Register 13
MTU_MC13_RDBFL14 0xF0061D7C          MC 13 Read Data and Bit Flip Register 14
MTU_MC13_RDBFL15 0xF0061D7E          MC 13 Read Data and Bit Flip Register 15
MTU_MC13_RDBFL16 0xF0061D80          MC 13 Read Data and Bit Flip Register 16
MTU_MC13_RDBFL17 0xF0061D82          MC 13 Read Data and Bit Flip Register 17
MTU_MC13_RDBFL18 0xF0061D84          MC 13 Read Data and Bit Flip Register 18
MTU_MC13_RDBFL19 0xF0061D86          MC 13 Read Data and Bit Flip Register 19
MTU_MC13_RDBFL20 0xF0061D88          MC 13 Read Data and Bit Flip Register 20
MTU_MC13_RDBFL21 0xF0061D8A          MC 13 Read Data and Bit Flip Register 21
MTU_MC13_RDBFL22 0xF0061D8C          MC 13 Read Data and Bit Flip Register 22
MTU_MC13_RDBFL23 0xF0061D8E          MC 13 Read Data and Bit Flip Register 23
MTU_MC13_RDBFL24 0xF0061D90          MC 13 Read Data and Bit Flip Register 24
MTU_MC13_RDBFL25 0xF0061D92          MC 13 Read Data and Bit Flip Register 25
MTU_MC13_RDBFL26 0xF0061D94          MC 13 Read Data and Bit Flip Register 26
MTU_MC13_RDBFL27 0xF0061D96          MC 13 Read Data and Bit Flip Register 27
MTU_MC13_RDBFL28 0xF0061D98          MC 13 Read Data and Bit Flip Register 28
MTU_MC13_RDBFL29 0xF0061D9A          MC 13 Read Data and Bit Flip Register 29
MTU_MC13_RDBFL30 0xF0061D9C          MC 13 Read Data and Bit Flip Register 30
MTU_MC13_RDBFL31 0xF0061D9E          MC 13 Read Data and Bit Flip Register 31
MTU_MC13_RDBFL32 0xF0061DA0          MC 13 Read Data and Bit Flip Register 32
MTU_MC13_RDBFL33 0xF0061DA2          MC 13 Read Data and Bit Flip Register 33
MTU_MC13_RDBFL34 0xF0061DA4          MC 13 Read Data and Bit Flip Register 34
MTU_MC13_RDBFL35 0xF0061DA6          MC 13 Read Data and Bit Flip Register 35
MTU_MC13_RDBFL36 0xF0061DA8          MC 13 Read Data and Bit Flip Register 36
MTU_MC13_RDBFL37 0xF0061DAA          MC 13 Read Data and Bit Flip Register 37
MTU_MC13_RDBFL38 0xF0061DAC          MC 13 Read Data and Bit Flip Register 38
MTU_MC13_RDBFL39 0xF0061DAE          MC 13 Read Data and Bit Flip Register 39
MTU_MC13_RDBFL40 0xF0061DB0          MC 13 Read Data and Bit Flip Register 40
MTU_MC13_RDBFL41 0xF0061DB2          MC 13 Read Data and Bit Flip Register 41
MTU_MC13_RDBFL42 0xF0061DB4          MC 13 Read Data and Bit Flip Register 42
MTU_MC13_RDBFL43 0xF0061DB6          MC 13 Read Data and Bit Flip Register 43
MTU_MC13_RDBFL44 0xF0061DB8          MC 13 Read Data and Bit Flip Register 44
MTU_MC13_RDBFL45 0xF0061DBA          MC 13 Read Data and Bit Flip Register 45
MTU_MC13_RDBFL46 0xF0061DBC          MC 13 Read Data and Bit Flip Register 46
MTU_MC13_RDBFL47 0xF0061DBE          MC 13 Read Data and Bit Flip Register 47
MTU_MC13_RDBFL48 0xF0061DC0          MC 13 Read Data and Bit Flip Register 48
MTU_MC13_RDBFL49 0xF0061DC2          MC 13 Read Data and Bit Flip Register 49
MTU_MC13_RDBFL50 0xF0061DC4          MC 13 Read Data and Bit Flip Register 50
MTU_MC13_RDBFL51 0xF0061DC6          MC 13 Read Data and Bit Flip Register 51
MTU_MC13_RDBFL52 0xF0061DC8          MC 13 Read Data and Bit Flip Register 52
MTU_MC13_RDBFL53 0xF0061DCA          MC 13 Read Data and Bit Flip Register 53
MTU_MC13_RDBFL54 0xF0061DCC          MC 13 Read Data and Bit Flip Register 54
MTU_MC13_RDBFL55 0xF0061DCE          MC 13 Read Data and Bit Flip Register 55
MTU_MC13_RDBFL56 0xF0061DD0          MC 13 Read Data and Bit Flip Register 56
MTU_MC13_RDBFL57 0xF0061DD2          MC 13 Read Data and Bit Flip Register 57
MTU_MC13_RDBFL58 0xF0061DD4          MC 13 Read Data and Bit Flip Register 58
MTU_MC13_RDBFL59 0xF0061DD6          MC 13 Read Data and Bit Flip Register 59
MTU_MC13_RDBFL60 0xF0061DD8          MC 13 Read Data and Bit Flip Register 60
MTU_MC13_RDBFL61 0xF0061DDA          MC 13 Read Data and Bit Flip Register 61
MTU_MC13_RDBFL62 0xF0061DDC          MC 13 Read Data and Bit Flip Register 62
MTU_MC13_RDBFL63 0xF0061DDE          MC 13 Read Data and Bit Flip Register 63
MTU_MC13_RDBFL64 0xF0061DE0          MC 13 Read Data and Bit Flip Register 64
MTU_MC13_RDBFL65 0xF0061DE2          MC 13 Read Data and Bit Flip Register 65
MTU_MC13_RDBFL66 0xF0061DE4          MC 13 Read Data and Bit Flip Register 66
MTU_MC13_ALMSRCS 0xF0061DEE          MC 13 Alarm Sources Configuration Register
MTU_MC13_FAULTSTS 0xF0061DF0          MC 13 SSH Safety Faults Status Register
MTU_MC13_ERRINFO0 0xF0061DF2          MC 13 Error Information Register 0
MTU_MC13_ERRINFO1 0xF0061DF4          MC 13 Error Information Register 1
MTU_MC13_ERRINFO2 0xF0061DF6          MC 13 Error Information Register 2
MTU_MC13_ERRINFO3 0xF0061DF8          MC 13 Error Information Register 3
MTU_MC13_ERRINFO4 0xF0061DFA          MC 13 Error Information Register 4
MTU_MC14_CONFIG0 0xF0061E00          MC 14 Configuration Register 0
MTU_MC14_CONFIG1 0xF0061E02          MC 14 Configuration Register 1
MTU_MC14_MCONTROL 0xF0061E04          MC 14 MBIST Control Register
MTU_MC14_MSTATUS 0xF0061E06          MC 14 Status Register
MTU_MC14_RANGE  0xF0061E08          MC 14 Range Register, single address mode
MTU_MC14_REVID  0xF0061E0C          MC 14 Revision ID Register
MTU_MC14_ECCS   0xF0061E0E          MC 14 ECC Safety Register
MTU_MC14_ECCD   0xF0061E10          MC 14 Memory ECC Detection Register
MTU_MC14_ETRR0  0xF0061E12          MC 14 Error Tracking Register 0
MTU_MC14_ETRR1  0xF0061E14          MC 14 Error Tracking Register 1
MTU_MC14_ETRR2  0xF0061E16          MC 14 Error Tracking Register 2
MTU_MC14_ETRR3  0xF0061E18          MC 14 Error Tracking Register 3
MTU_MC14_ETRR4  0xF0061E1A          MC 14 Error Tracking Register 4
MTU_MC14_RDBFL0 0xF0061E60          MC 14 Read Data and Bit Flip Register 0
MTU_MC14_RDBFL1 0xF0061E62          MC 14 Read Data and Bit Flip Register 1
MTU_MC14_RDBFL2 0xF0061E64          MC 14 Read Data and Bit Flip Register 2
MTU_MC14_RDBFL3 0xF0061E66          MC 14 Read Data and Bit Flip Register 3
MTU_MC14_RDBFL4 0xF0061E68          MC 14 Read Data and Bit Flip Register 4
MTU_MC14_RDBFL5 0xF0061E6A          MC 14 Read Data and Bit Flip Register 5
MTU_MC14_RDBFL6 0xF0061E6C          MC 14 Read Data and Bit Flip Register 6
MTU_MC14_RDBFL7 0xF0061E6E          MC 14 Read Data and Bit Flip Register 7
MTU_MC14_RDBFL8 0xF0061E70          MC 14 Read Data and Bit Flip Register 8
MTU_MC14_RDBFL9 0xF0061E72          MC 14 Read Data and Bit Flip Register 9
MTU_MC14_RDBFL10 0xF0061E74          MC 14 Read Data and Bit Flip Register 10
MTU_MC14_RDBFL11 0xF0061E76          MC 14 Read Data and Bit Flip Register 11
MTU_MC14_RDBFL12 0xF0061E78          MC 14 Read Data and Bit Flip Register 12
MTU_MC14_RDBFL13 0xF0061E7A          MC 14 Read Data and Bit Flip Register 13
MTU_MC14_RDBFL14 0xF0061E7C          MC 14 Read Data and Bit Flip Register 14
MTU_MC14_RDBFL15 0xF0061E7E          MC 14 Read Data and Bit Flip Register 15
MTU_MC14_RDBFL16 0xF0061E80          MC 14 Read Data and Bit Flip Register 16
MTU_MC14_RDBFL17 0xF0061E82          MC 14 Read Data and Bit Flip Register 17
MTU_MC14_RDBFL18 0xF0061E84          MC 14 Read Data and Bit Flip Register 18
MTU_MC14_RDBFL19 0xF0061E86          MC 14 Read Data and Bit Flip Register 19
MTU_MC14_RDBFL20 0xF0061E88          MC 14 Read Data and Bit Flip Register 20
MTU_MC14_RDBFL21 0xF0061E8A          MC 14 Read Data and Bit Flip Register 21
MTU_MC14_RDBFL22 0xF0061E8C          MC 14 Read Data and Bit Flip Register 22
MTU_MC14_RDBFL23 0xF0061E8E          MC 14 Read Data and Bit Flip Register 23
MTU_MC14_RDBFL24 0xF0061E90          MC 14 Read Data and Bit Flip Register 24
MTU_MC14_RDBFL25 0xF0061E92          MC 14 Read Data and Bit Flip Register 25
MTU_MC14_RDBFL26 0xF0061E94          MC 14 Read Data and Bit Flip Register 26
MTU_MC14_RDBFL27 0xF0061E96          MC 14 Read Data and Bit Flip Register 27
MTU_MC14_RDBFL28 0xF0061E98          MC 14 Read Data and Bit Flip Register 28
MTU_MC14_RDBFL29 0xF0061E9A          MC 14 Read Data and Bit Flip Register 29
MTU_MC14_RDBFL30 0xF0061E9C          MC 14 Read Data and Bit Flip Register 30
MTU_MC14_RDBFL31 0xF0061E9E          MC 14 Read Data and Bit Flip Register 31
MTU_MC14_RDBFL32 0xF0061EA0          MC 14 Read Data and Bit Flip Register 32
MTU_MC14_RDBFL33 0xF0061EA2          MC 14 Read Data and Bit Flip Register 33
MTU_MC14_RDBFL34 0xF0061EA4          MC 14 Read Data and Bit Flip Register 34
MTU_MC14_RDBFL35 0xF0061EA6          MC 14 Read Data and Bit Flip Register 35
MTU_MC14_RDBFL36 0xF0061EA8          MC 14 Read Data and Bit Flip Register 36
MTU_MC14_RDBFL37 0xF0061EAA          MC 14 Read Data and Bit Flip Register 37
MTU_MC14_RDBFL38 0xF0061EAC          MC 14 Read Data and Bit Flip Register 38
MTU_MC14_RDBFL39 0xF0061EAE          MC 14 Read Data and Bit Flip Register 39
MTU_MC14_RDBFL40 0xF0061EB0          MC 14 Read Data and Bit Flip Register 40
MTU_MC14_RDBFL41 0xF0061EB2          MC 14 Read Data and Bit Flip Register 41
MTU_MC14_RDBFL42 0xF0061EB4          MC 14 Read Data and Bit Flip Register 42
MTU_MC14_RDBFL43 0xF0061EB6          MC 14 Read Data and Bit Flip Register 43
MTU_MC14_RDBFL44 0xF0061EB8          MC 14 Read Data and Bit Flip Register 44
MTU_MC14_RDBFL45 0xF0061EBA          MC 14 Read Data and Bit Flip Register 45
MTU_MC14_RDBFL46 0xF0061EBC          MC 14 Read Data and Bit Flip Register 46
MTU_MC14_RDBFL47 0xF0061EBE          MC 14 Read Data and Bit Flip Register 47
MTU_MC14_RDBFL48 0xF0061EC0          MC 14 Read Data and Bit Flip Register 48
MTU_MC14_RDBFL49 0xF0061EC2          MC 14 Read Data and Bit Flip Register 49
MTU_MC14_RDBFL50 0xF0061EC4          MC 14 Read Data and Bit Flip Register 50
MTU_MC14_RDBFL51 0xF0061EC6          MC 14 Read Data and Bit Flip Register 51
MTU_MC14_RDBFL52 0xF0061EC8          MC 14 Read Data and Bit Flip Register 52
MTU_MC14_RDBFL53 0xF0061ECA          MC 14 Read Data and Bit Flip Register 53
MTU_MC14_RDBFL54 0xF0061ECC          MC 14 Read Data and Bit Flip Register 54
MTU_MC14_RDBFL55 0xF0061ECE          MC 14 Read Data and Bit Flip Register 55
MTU_MC14_RDBFL56 0xF0061ED0          MC 14 Read Data and Bit Flip Register 56
MTU_MC14_RDBFL57 0xF0061ED2          MC 14 Read Data and Bit Flip Register 57
MTU_MC14_RDBFL58 0xF0061ED4          MC 14 Read Data and Bit Flip Register 58
MTU_MC14_RDBFL59 0xF0061ED6          MC 14 Read Data and Bit Flip Register 59
MTU_MC14_RDBFL60 0xF0061ED8          MC 14 Read Data and Bit Flip Register 60
MTU_MC14_RDBFL61 0xF0061EDA          MC 14 Read Data and Bit Flip Register 61
MTU_MC14_RDBFL62 0xF0061EDC          MC 14 Read Data and Bit Flip Register 62
MTU_MC14_RDBFL63 0xF0061EDE          MC 14 Read Data and Bit Flip Register 63
MTU_MC14_RDBFL64 0xF0061EE0          MC 14 Read Data and Bit Flip Register 64
MTU_MC14_RDBFL65 0xF0061EE2          MC 14 Read Data and Bit Flip Register 65
MTU_MC14_RDBFL66 0xF0061EE4          MC 14 Read Data and Bit Flip Register 66
MTU_MC14_ALMSRCS 0xF0061EEE          MC 14 Alarm Sources Configuration Register
MTU_MC14_FAULTSTS 0xF0061EF0          MC 14 SSH Safety Faults Status Register
MTU_MC14_ERRINFO0 0xF0061EF2          MC 14 Error Information Register 0
MTU_MC14_ERRINFO1 0xF0061EF4          MC 14 Error Information Register 1
MTU_MC14_ERRINFO2 0xF0061EF6          MC 14 Error Information Register 2
MTU_MC14_ERRINFO3 0xF0061EF8          MC 14 Error Information Register 3
MTU_MC14_ERRINFO4 0xF0061EFA          MC 14 Error Information Register 4
MTU_MC15_CONFIG0 0xF0061F00          MC 15 Configuration Register 0
MTU_MC15_CONFIG1 0xF0061F02          MC 15 Configuration Register 1
MTU_MC15_MCONTROL 0xF0061F04          MC 15 MBIST Control Register
MTU_MC15_MSTATUS 0xF0061F06          MC 15 Status Register
MTU_MC15_RANGE  0xF0061F08          MC 15 Range Register, single address mode
MTU_MC15_REVID  0xF0061F0C          MC 15 Revision ID Register
MTU_MC15_ECCS   0xF0061F0E          MC 15 ECC Safety Register
MTU_MC15_ECCD   0xF0061F10          MC 15 Memory ECC Detection Register
MTU_MC15_ETRR0  0xF0061F12          MC 15 Error Tracking Register 0
MTU_MC15_ETRR1  0xF0061F14          MC 15 Error Tracking Register 1
MTU_MC15_ETRR2  0xF0061F16          MC 15 Error Tracking Register 2
MTU_MC15_ETRR3  0xF0061F18          MC 15 Error Tracking Register 3
MTU_MC15_ETRR4  0xF0061F1A          MC 15 Error Tracking Register 4
MTU_MC15_RDBFL0 0xF0061F60          MC 15 Read Data and Bit Flip Register 0
MTU_MC15_RDBFL1 0xF0061F62          MC 15 Read Data and Bit Flip Register 1
MTU_MC15_RDBFL2 0xF0061F64          MC 15 Read Data and Bit Flip Register 2
MTU_MC15_RDBFL3 0xF0061F66          MC 15 Read Data and Bit Flip Register 3
MTU_MC15_RDBFL4 0xF0061F68          MC 15 Read Data and Bit Flip Register 4
MTU_MC15_RDBFL5 0xF0061F6A          MC 15 Read Data and Bit Flip Register 5
MTU_MC15_RDBFL6 0xF0061F6C          MC 15 Read Data and Bit Flip Register 6
MTU_MC15_RDBFL7 0xF0061F6E          MC 15 Read Data and Bit Flip Register 7
MTU_MC15_RDBFL8 0xF0061F70          MC 15 Read Data and Bit Flip Register 8
MTU_MC15_RDBFL9 0xF0061F72          MC 15 Read Data and Bit Flip Register 9
MTU_MC15_RDBFL10 0xF0061F74          MC 15 Read Data and Bit Flip Register 10
MTU_MC15_RDBFL11 0xF0061F76          MC 15 Read Data and Bit Flip Register 11
MTU_MC15_RDBFL12 0xF0061F78          MC 15 Read Data and Bit Flip Register 12
MTU_MC15_RDBFL13 0xF0061F7A          MC 15 Read Data and Bit Flip Register 13
MTU_MC15_RDBFL14 0xF0061F7C          MC 15 Read Data and Bit Flip Register 14
MTU_MC15_RDBFL15 0xF0061F7E          MC 15 Read Data and Bit Flip Register 15
MTU_MC15_RDBFL16 0xF0061F80          MC 15 Read Data and Bit Flip Register 16
MTU_MC15_RDBFL17 0xF0061F82          MC 15 Read Data and Bit Flip Register 17
MTU_MC15_RDBFL18 0xF0061F84          MC 15 Read Data and Bit Flip Register 18
MTU_MC15_RDBFL19 0xF0061F86          MC 15 Read Data and Bit Flip Register 19
MTU_MC15_RDBFL20 0xF0061F88          MC 15 Read Data and Bit Flip Register 20
MTU_MC15_RDBFL21 0xF0061F8A          MC 15 Read Data and Bit Flip Register 21
MTU_MC15_RDBFL22 0xF0061F8C          MC 15 Read Data and Bit Flip Register 22
MTU_MC15_RDBFL23 0xF0061F8E          MC 15 Read Data and Bit Flip Register 23
MTU_MC15_RDBFL24 0xF0061F90          MC 15 Read Data and Bit Flip Register 24
MTU_MC15_RDBFL25 0xF0061F92          MC 15 Read Data and Bit Flip Register 25
MTU_MC15_RDBFL26 0xF0061F94          MC 15 Read Data and Bit Flip Register 26
MTU_MC15_RDBFL27 0xF0061F96          MC 15 Read Data and Bit Flip Register 27
MTU_MC15_RDBFL28 0xF0061F98          MC 15 Read Data and Bit Flip Register 28
MTU_MC15_RDBFL29 0xF0061F9A          MC 15 Read Data and Bit Flip Register 29
MTU_MC15_RDBFL30 0xF0061F9C          MC 15 Read Data and Bit Flip Register 30
MTU_MC15_RDBFL31 0xF0061F9E          MC 15 Read Data and Bit Flip Register 31
MTU_MC15_RDBFL32 0xF0061FA0          MC 15 Read Data and Bit Flip Register 32
MTU_MC15_RDBFL33 0xF0061FA2          MC 15 Read Data and Bit Flip Register 33
MTU_MC15_RDBFL34 0xF0061FA4          MC 15 Read Data and Bit Flip Register 34
MTU_MC15_RDBFL35 0xF0061FA6          MC 15 Read Data and Bit Flip Register 35
MTU_MC15_RDBFL36 0xF0061FA8          MC 15 Read Data and Bit Flip Register 36
MTU_MC15_RDBFL37 0xF0061FAA          MC 15 Read Data and Bit Flip Register 37
MTU_MC15_RDBFL38 0xF0061FAC          MC 15 Read Data and Bit Flip Register 38
MTU_MC15_RDBFL39 0xF0061FAE          MC 15 Read Data and Bit Flip Register 39
MTU_MC15_RDBFL40 0xF0061FB0          MC 15 Read Data and Bit Flip Register 40
MTU_MC15_RDBFL41 0xF0061FB2          MC 15 Read Data and Bit Flip Register 41
MTU_MC15_RDBFL42 0xF0061FB4          MC 15 Read Data and Bit Flip Register 42
MTU_MC15_RDBFL43 0xF0061FB6          MC 15 Read Data and Bit Flip Register 43
MTU_MC15_RDBFL44 0xF0061FB8          MC 15 Read Data and Bit Flip Register 44
MTU_MC15_RDBFL45 0xF0061FBA          MC 15 Read Data and Bit Flip Register 45
MTU_MC15_RDBFL46 0xF0061FBC          MC 15 Read Data and Bit Flip Register 46
MTU_MC15_RDBFL47 0xF0061FBE          MC 15 Read Data and Bit Flip Register 47
MTU_MC15_RDBFL48 0xF0061FC0          MC 15 Read Data and Bit Flip Register 48
MTU_MC15_RDBFL49 0xF0061FC2          MC 15 Read Data and Bit Flip Register 49
MTU_MC15_RDBFL50 0xF0061FC4          MC 15 Read Data and Bit Flip Register 50
MTU_MC15_RDBFL51 0xF0061FC6          MC 15 Read Data and Bit Flip Register 51
MTU_MC15_RDBFL52 0xF0061FC8          MC 15 Read Data and Bit Flip Register 52
MTU_MC15_RDBFL53 0xF0061FCA          MC 15 Read Data and Bit Flip Register 53
MTU_MC15_RDBFL54 0xF0061FCC          MC 15 Read Data and Bit Flip Register 54
MTU_MC15_RDBFL55 0xF0061FCE          MC 15 Read Data and Bit Flip Register 55
MTU_MC15_RDBFL56 0xF0061FD0          MC 15 Read Data and Bit Flip Register 56
MTU_MC15_RDBFL57 0xF0061FD2          MC 15 Read Data and Bit Flip Register 57
MTU_MC15_RDBFL58 0xF0061FD4          MC 15 Read Data and Bit Flip Register 58
MTU_MC15_RDBFL59 0xF0061FD6          MC 15 Read Data and Bit Flip Register 59
MTU_MC15_RDBFL60 0xF0061FD8          MC 15 Read Data and Bit Flip Register 60
MTU_MC15_RDBFL61 0xF0061FDA          MC 15 Read Data and Bit Flip Register 61
MTU_MC15_RDBFL62 0xF0061FDC          MC 15 Read Data and Bit Flip Register 62
MTU_MC15_RDBFL63 0xF0061FDE          MC 15 Read Data and Bit Flip Register 63
MTU_MC15_RDBFL64 0xF0061FE0          MC 15 Read Data and Bit Flip Register 64
MTU_MC15_RDBFL65 0xF0061FE2          MC 15 Read Data and Bit Flip Register 65
MTU_MC15_RDBFL66 0xF0061FE4          MC 15 Read Data and Bit Flip Register 66
MTU_MC15_ALMSRCS 0xF0061FEE          MC 15 Alarm Sources Configuration Register
MTU_MC15_FAULTSTS 0xF0061FF0          MC 15 SSH Safety Faults Status Register
MTU_MC15_ERRINFO0 0xF0061FF2          MC 15 Error Information Register 0
MTU_MC15_ERRINFO1 0xF0061FF4          MC 15 Error Information Register 1
MTU_MC15_ERRINFO2 0xF0061FF6          MC 15 Error Information Register 2
MTU_MC15_ERRINFO3 0xF0061FF8          MC 15 Error Information Register 3
MTU_MC15_ERRINFO4 0xF0061FFA          MC 15 Error Information Register 4
MTU_MC16_CONFIG0 0xF0062000          MC 16 Configuration Register 0
MTU_MC16_CONFIG1 0xF0062002          MC 16 Configuration Register 1
MTU_MC16_MCONTROL 0xF0062004          MC 16 MBIST Control Register
MTU_MC16_MSTATUS 0xF0062006          MC 16 Status Register
MTU_MC16_RANGE  0xF0062008          MC 16 Range Register, single address mode
MTU_MC16_REVID  0xF006200C          MC 16 Revision ID Register
MTU_MC16_ECCS   0xF006200E          MC 16 ECC Safety Register
MTU_MC16_ECCD   0xF0062010          MC 16 Memory ECC Detection Register
MTU_MC16_ETRR0  0xF0062012          MC 16 Error Tracking Register 0
MTU_MC16_ETRR1  0xF0062014          MC 16 Error Tracking Register 1
MTU_MC16_ETRR2  0xF0062016          MC 16 Error Tracking Register 2
MTU_MC16_ETRR3  0xF0062018          MC 16 Error Tracking Register 3
MTU_MC16_ETRR4  0xF006201A          MC 16 Error Tracking Register 4
MTU_MC16_RDBFL0 0xF0062060          MC 16 Read Data and Bit Flip Register 0
MTU_MC16_RDBFL1 0xF0062062          MC 16 Read Data and Bit Flip Register 1
MTU_MC16_RDBFL2 0xF0062064          MC 16 Read Data and Bit Flip Register 2
MTU_MC16_RDBFL3 0xF0062066          MC 16 Read Data and Bit Flip Register 3
MTU_MC16_RDBFL4 0xF0062068          MC 16 Read Data and Bit Flip Register 4
MTU_MC16_RDBFL5 0xF006206A          MC 16 Read Data and Bit Flip Register 5
MTU_MC16_RDBFL6 0xF006206C          MC 16 Read Data and Bit Flip Register 6
MTU_MC16_RDBFL7 0xF006206E          MC 16 Read Data and Bit Flip Register 7
MTU_MC16_RDBFL8 0xF0062070          MC 16 Read Data and Bit Flip Register 8
MTU_MC16_RDBFL9 0xF0062072          MC 16 Read Data and Bit Flip Register 9
MTU_MC16_RDBFL10 0xF0062074          MC 16 Read Data and Bit Flip Register 10
MTU_MC16_RDBFL11 0xF0062076          MC 16 Read Data and Bit Flip Register 11
MTU_MC16_RDBFL12 0xF0062078          MC 16 Read Data and Bit Flip Register 12
MTU_MC16_RDBFL13 0xF006207A          MC 16 Read Data and Bit Flip Register 13
MTU_MC16_RDBFL14 0xF006207C          MC 16 Read Data and Bit Flip Register 14
MTU_MC16_RDBFL15 0xF006207E          MC 16 Read Data and Bit Flip Register 15
MTU_MC16_RDBFL16 0xF0062080          MC 16 Read Data and Bit Flip Register 16
MTU_MC16_RDBFL17 0xF0062082          MC 16 Read Data and Bit Flip Register 17
MTU_MC16_RDBFL18 0xF0062084          MC 16 Read Data and Bit Flip Register 18
MTU_MC16_RDBFL19 0xF0062086          MC 16 Read Data and Bit Flip Register 19
MTU_MC16_RDBFL20 0xF0062088          MC 16 Read Data and Bit Flip Register 20
MTU_MC16_RDBFL21 0xF006208A          MC 16 Read Data and Bit Flip Register 21
MTU_MC16_RDBFL22 0xF006208C          MC 16 Read Data and Bit Flip Register 22
MTU_MC16_RDBFL23 0xF006208E          MC 16 Read Data and Bit Flip Register 23
MTU_MC16_RDBFL24 0xF0062090          MC 16 Read Data and Bit Flip Register 24
MTU_MC16_RDBFL25 0xF0062092          MC 16 Read Data and Bit Flip Register 25
MTU_MC16_RDBFL26 0xF0062094          MC 16 Read Data and Bit Flip Register 26
MTU_MC16_RDBFL27 0xF0062096          MC 16 Read Data and Bit Flip Register 27
MTU_MC16_RDBFL28 0xF0062098          MC 16 Read Data and Bit Flip Register 28
MTU_MC16_RDBFL29 0xF006209A          MC 16 Read Data and Bit Flip Register 29
MTU_MC16_RDBFL30 0xF006209C          MC 16 Read Data and Bit Flip Register 30
MTU_MC16_RDBFL31 0xF006209E          MC 16 Read Data and Bit Flip Register 31
MTU_MC16_RDBFL32 0xF00620A0          MC 16 Read Data and Bit Flip Register 32
MTU_MC16_RDBFL33 0xF00620A2          MC 16 Read Data and Bit Flip Register 33
MTU_MC16_RDBFL34 0xF00620A4          MC 16 Read Data and Bit Flip Register 34
MTU_MC16_RDBFL35 0xF00620A6          MC 16 Read Data and Bit Flip Register 35
MTU_MC16_RDBFL36 0xF00620A8          MC 16 Read Data and Bit Flip Register 36
MTU_MC16_RDBFL37 0xF00620AA          MC 16 Read Data and Bit Flip Register 37
MTU_MC16_RDBFL38 0xF00620AC          MC 16 Read Data and Bit Flip Register 38
MTU_MC16_RDBFL39 0xF00620AE          MC 16 Read Data and Bit Flip Register 39
MTU_MC16_RDBFL40 0xF00620B0          MC 16 Read Data and Bit Flip Register 40
MTU_MC16_RDBFL41 0xF00620B2          MC 16 Read Data and Bit Flip Register 41
MTU_MC16_RDBFL42 0xF00620B4          MC 16 Read Data and Bit Flip Register 42
MTU_MC16_RDBFL43 0xF00620B6          MC 16 Read Data and Bit Flip Register 43
MTU_MC16_RDBFL44 0xF00620B8          MC 16 Read Data and Bit Flip Register 44
MTU_MC16_RDBFL45 0xF00620BA          MC 16 Read Data and Bit Flip Register 45
MTU_MC16_RDBFL46 0xF00620BC          MC 16 Read Data and Bit Flip Register 46
MTU_MC16_RDBFL47 0xF00620BE          MC 16 Read Data and Bit Flip Register 47
MTU_MC16_RDBFL48 0xF00620C0          MC 16 Read Data and Bit Flip Register 48
MTU_MC16_RDBFL49 0xF00620C2          MC 16 Read Data and Bit Flip Register 49
MTU_MC16_RDBFL50 0xF00620C4          MC 16 Read Data and Bit Flip Register 50
MTU_MC16_RDBFL51 0xF00620C6          MC 16 Read Data and Bit Flip Register 51
MTU_MC16_RDBFL52 0xF00620C8          MC 16 Read Data and Bit Flip Register 52
MTU_MC16_RDBFL53 0xF00620CA          MC 16 Read Data and Bit Flip Register 53
MTU_MC16_RDBFL54 0xF00620CC          MC 16 Read Data and Bit Flip Register 54
MTU_MC16_RDBFL55 0xF00620CE          MC 16 Read Data and Bit Flip Register 55
MTU_MC16_RDBFL56 0xF00620D0          MC 16 Read Data and Bit Flip Register 56
MTU_MC16_RDBFL57 0xF00620D2          MC 16 Read Data and Bit Flip Register 57
MTU_MC16_RDBFL58 0xF00620D4          MC 16 Read Data and Bit Flip Register 58
MTU_MC16_RDBFL59 0xF00620D6          MC 16 Read Data and Bit Flip Register 59
MTU_MC16_RDBFL60 0xF00620D8          MC 16 Read Data and Bit Flip Register 60
MTU_MC16_RDBFL61 0xF00620DA          MC 16 Read Data and Bit Flip Register 61
MTU_MC16_RDBFL62 0xF00620DC          MC 16 Read Data and Bit Flip Register 62
MTU_MC16_RDBFL63 0xF00620DE          MC 16 Read Data and Bit Flip Register 63
MTU_MC16_RDBFL64 0xF00620E0          MC 16 Read Data and Bit Flip Register 64
MTU_MC16_RDBFL65 0xF00620E2          MC 16 Read Data and Bit Flip Register 65
MTU_MC16_RDBFL66 0xF00620E4          MC 16 Read Data and Bit Flip Register 66
MTU_MC16_ALMSRCS 0xF00620EE          MC 16 Alarm Sources Configuration Register
MTU_MC16_FAULTSTS 0xF00620F0          MC 16 SSH Safety Faults Status Register
MTU_MC16_ERRINFO0 0xF00620F2          MC 16 Error Information Register 0
MTU_MC16_ERRINFO1 0xF00620F4          MC 16 Error Information Register 1
MTU_MC16_ERRINFO2 0xF00620F6          MC 16 Error Information Register 2
MTU_MC16_ERRINFO3 0xF00620F8          MC 16 Error Information Register 3
MTU_MC16_ERRINFO4 0xF00620FA          MC 16 Error Information Register 4
MTU_MC17_CONFIG0 0xF0062100          MC 17 Configuration Register 0
MTU_MC17_CONFIG1 0xF0062102          MC 17 Configuration Register 1
MTU_MC17_MCONTROL 0xF0062104          MC 17 MBIST Control Register
MTU_MC17_MSTATUS 0xF0062106          MC 17 Status Register
MTU_MC17_RANGE  0xF0062108          MC 17 Range Register, single address mode
MTU_MC17_REVID  0xF006210C          MC 17 Revision ID Register
MTU_MC17_ECCS   0xF006210E          MC 17 ECC Safety Register
MTU_MC17_ECCD   0xF0062110          MC 17 Memory ECC Detection Register
MTU_MC17_ETRR0  0xF0062112          MC 17 Error Tracking Register 0
MTU_MC17_ETRR1  0xF0062114          MC 17 Error Tracking Register 1
MTU_MC17_ETRR2  0xF0062116          MC 17 Error Tracking Register 2
MTU_MC17_ETRR3  0xF0062118          MC 17 Error Tracking Register 3
MTU_MC17_ETRR4  0xF006211A          MC 17 Error Tracking Register 4
MTU_MC17_RDBFL0 0xF0062160          MC 17 Read Data and Bit Flip Register 0
MTU_MC17_RDBFL1 0xF0062162          MC 17 Read Data and Bit Flip Register 1
MTU_MC17_RDBFL2 0xF0062164          MC 17 Read Data and Bit Flip Register 2
MTU_MC17_RDBFL3 0xF0062166          MC 17 Read Data and Bit Flip Register 3
MTU_MC17_RDBFL4 0xF0062168          MC 17 Read Data and Bit Flip Register 4
MTU_MC17_RDBFL5 0xF006216A          MC 17 Read Data and Bit Flip Register 5
MTU_MC17_RDBFL6 0xF006216C          MC 17 Read Data and Bit Flip Register 6
MTU_MC17_RDBFL7 0xF006216E          MC 17 Read Data and Bit Flip Register 7
MTU_MC17_RDBFL8 0xF0062170          MC 17 Read Data and Bit Flip Register 8
MTU_MC17_RDBFL9 0xF0062172          MC 17 Read Data and Bit Flip Register 9
MTU_MC17_RDBFL10 0xF0062174          MC 17 Read Data and Bit Flip Register 10
MTU_MC17_RDBFL11 0xF0062176          MC 17 Read Data and Bit Flip Register 11
MTU_MC17_RDBFL12 0xF0062178          MC 17 Read Data and Bit Flip Register 12
MTU_MC17_RDBFL13 0xF006217A          MC 17 Read Data and Bit Flip Register 13
MTU_MC17_RDBFL14 0xF006217C          MC 17 Read Data and Bit Flip Register 14
MTU_MC17_RDBFL15 0xF006217E          MC 17 Read Data and Bit Flip Register 15
MTU_MC17_RDBFL16 0xF0062180          MC 17 Read Data and Bit Flip Register 16
MTU_MC17_RDBFL17 0xF0062182          MC 17 Read Data and Bit Flip Register 17
MTU_MC17_RDBFL18 0xF0062184          MC 17 Read Data and Bit Flip Register 18
MTU_MC17_RDBFL19 0xF0062186          MC 17 Read Data and Bit Flip Register 19
MTU_MC17_RDBFL20 0xF0062188          MC 17 Read Data and Bit Flip Register 20
MTU_MC17_RDBFL21 0xF006218A          MC 17 Read Data and Bit Flip Register 21
MTU_MC17_RDBFL22 0xF006218C          MC 17 Read Data and Bit Flip Register 22
MTU_MC17_RDBFL23 0xF006218E          MC 17 Read Data and Bit Flip Register 23
MTU_MC17_RDBFL24 0xF0062190          MC 17 Read Data and Bit Flip Register 24
MTU_MC17_RDBFL25 0xF0062192          MC 17 Read Data and Bit Flip Register 25
MTU_MC17_RDBFL26 0xF0062194          MC 17 Read Data and Bit Flip Register 26
MTU_MC17_RDBFL27 0xF0062196          MC 17 Read Data and Bit Flip Register 27
MTU_MC17_RDBFL28 0xF0062198          MC 17 Read Data and Bit Flip Register 28
MTU_MC17_RDBFL29 0xF006219A          MC 17 Read Data and Bit Flip Register 29
MTU_MC17_RDBFL30 0xF006219C          MC 17 Read Data and Bit Flip Register 30
MTU_MC17_RDBFL31 0xF006219E          MC 17 Read Data and Bit Flip Register 31
MTU_MC17_RDBFL32 0xF00621A0          MC 17 Read Data and Bit Flip Register 32
MTU_MC17_RDBFL33 0xF00621A2          MC 17 Read Data and Bit Flip Register 33
MTU_MC17_RDBFL34 0xF00621A4          MC 17 Read Data and Bit Flip Register 34
MTU_MC17_RDBFL35 0xF00621A6          MC 17 Read Data and Bit Flip Register 35
MTU_MC17_RDBFL36 0xF00621A8          MC 17 Read Data and Bit Flip Register 36
MTU_MC17_RDBFL37 0xF00621AA          MC 17 Read Data and Bit Flip Register 37
MTU_MC17_RDBFL38 0xF00621AC          MC 17 Read Data and Bit Flip Register 38
MTU_MC17_RDBFL39 0xF00621AE          MC 17 Read Data and Bit Flip Register 39
MTU_MC17_RDBFL40 0xF00621B0          MC 17 Read Data and Bit Flip Register 40
MTU_MC17_RDBFL41 0xF00621B2          MC 17 Read Data and Bit Flip Register 41
MTU_MC17_RDBFL42 0xF00621B4          MC 17 Read Data and Bit Flip Register 42
MTU_MC17_RDBFL43 0xF00621B6          MC 17 Read Data and Bit Flip Register 43
MTU_MC17_RDBFL44 0xF00621B8          MC 17 Read Data and Bit Flip Register 44
MTU_MC17_RDBFL45 0xF00621BA          MC 17 Read Data and Bit Flip Register 45
MTU_MC17_RDBFL46 0xF00621BC          MC 17 Read Data and Bit Flip Register 46
MTU_MC17_RDBFL47 0xF00621BE          MC 17 Read Data and Bit Flip Register 47
MTU_MC17_RDBFL48 0xF00621C0          MC 17 Read Data and Bit Flip Register 48
MTU_MC17_RDBFL49 0xF00621C2          MC 17 Read Data and Bit Flip Register 49
MTU_MC17_RDBFL50 0xF00621C4          MC 17 Read Data and Bit Flip Register 50
MTU_MC17_RDBFL51 0xF00621C6          MC 17 Read Data and Bit Flip Register 51
MTU_MC17_RDBFL52 0xF00621C8          MC 17 Read Data and Bit Flip Register 52
MTU_MC17_RDBFL53 0xF00621CA          MC 17 Read Data and Bit Flip Register 53
MTU_MC17_RDBFL54 0xF00621CC          MC 17 Read Data and Bit Flip Register 54
MTU_MC17_RDBFL55 0xF00621CE          MC 17 Read Data and Bit Flip Register 55
MTU_MC17_RDBFL56 0xF00621D0          MC 17 Read Data and Bit Flip Register 56
MTU_MC17_RDBFL57 0xF00621D2          MC 17 Read Data and Bit Flip Register 57
MTU_MC17_RDBFL58 0xF00621D4          MC 17 Read Data and Bit Flip Register 58
MTU_MC17_RDBFL59 0xF00621D6          MC 17 Read Data and Bit Flip Register 59
MTU_MC17_RDBFL60 0xF00621D8          MC 17 Read Data and Bit Flip Register 60
MTU_MC17_RDBFL61 0xF00621DA          MC 17 Read Data and Bit Flip Register 61
MTU_MC17_RDBFL62 0xF00621DC          MC 17 Read Data and Bit Flip Register 62
MTU_MC17_RDBFL63 0xF00621DE          MC 17 Read Data and Bit Flip Register 63
MTU_MC17_RDBFL64 0xF00621E0          MC 17 Read Data and Bit Flip Register 64
MTU_MC17_RDBFL65 0xF00621E2          MC 17 Read Data and Bit Flip Register 65
MTU_MC17_RDBFL66 0xF00621E4          MC 17 Read Data and Bit Flip Register 66
MTU_MC17_ALMSRCS 0xF00621EE          MC 17 Alarm Sources Configuration Register
MTU_MC17_FAULTSTS 0xF00621F0          MC 17 SSH Safety Faults Status Register
MTU_MC17_ERRINFO0 0xF00621F2          MC 17 Error Information Register 0
MTU_MC17_ERRINFO1 0xF00621F4          MC 17 Error Information Register 1
MTU_MC17_ERRINFO2 0xF00621F6          MC 17 Error Information Register 2
MTU_MC17_ERRINFO3 0xF00621F8          MC 17 Error Information Register 3
MTU_MC17_ERRINFO4 0xF00621FA          MC 17 Error Information Register 4
MTU_MC18_CONFIG0 0xF0062200          MC 18 Configuration Register 0
MTU_MC18_CONFIG1 0xF0062202          MC 18 Configuration Register 1
MTU_MC18_MCONTROL 0xF0062204          MC 18 MBIST Control Register
MTU_MC18_MSTATUS 0xF0062206          MC 18 Status Register
MTU_MC18_RANGE  0xF0062208          MC 18 Range Register, single address mode
MTU_MC18_REVID  0xF006220C          MC 18 Revision ID Register
MTU_MC18_ECCS   0xF006220E          MC 18 ECC Safety Register
MTU_MC18_ECCD   0xF0062210          MC 18 Memory ECC Detection Register
MTU_MC18_ETRR0  0xF0062212          MC 18 Error Tracking Register 0
MTU_MC18_ETRR1  0xF0062214          MC 18 Error Tracking Register 1
MTU_MC18_ETRR2  0xF0062216          MC 18 Error Tracking Register 2
MTU_MC18_ETRR3  0xF0062218          MC 18 Error Tracking Register 3
MTU_MC18_ETRR4  0xF006221A          MC 18 Error Tracking Register 4
MTU_MC18_RDBFL0 0xF0062260          MC 18 Read Data and Bit Flip Register 0
MTU_MC18_RDBFL1 0xF0062262          MC 18 Read Data and Bit Flip Register 1
MTU_MC18_RDBFL2 0xF0062264          MC 18 Read Data and Bit Flip Register 2
MTU_MC18_RDBFL3 0xF0062266          MC 18 Read Data and Bit Flip Register 3
MTU_MC18_RDBFL4 0xF0062268          MC 18 Read Data and Bit Flip Register 4
MTU_MC18_RDBFL5 0xF006226A          MC 18 Read Data and Bit Flip Register 5
MTU_MC18_RDBFL6 0xF006226C          MC 18 Read Data and Bit Flip Register 6
MTU_MC18_RDBFL7 0xF006226E          MC 18 Read Data and Bit Flip Register 7
MTU_MC18_RDBFL8 0xF0062270          MC 18 Read Data and Bit Flip Register 8
MTU_MC18_RDBFL9 0xF0062272          MC 18 Read Data and Bit Flip Register 9
MTU_MC18_RDBFL10 0xF0062274          MC 18 Read Data and Bit Flip Register 10
MTU_MC18_RDBFL11 0xF0062276          MC 18 Read Data and Bit Flip Register 11
MTU_MC18_RDBFL12 0xF0062278          MC 18 Read Data and Bit Flip Register 12
MTU_MC18_RDBFL13 0xF006227A          MC 18 Read Data and Bit Flip Register 13
MTU_MC18_RDBFL14 0xF006227C          MC 18 Read Data and Bit Flip Register 14
MTU_MC18_RDBFL15 0xF006227E          MC 18 Read Data and Bit Flip Register 15
MTU_MC18_RDBFL16 0xF0062280          MC 18 Read Data and Bit Flip Register 16
MTU_MC18_RDBFL17 0xF0062282          MC 18 Read Data and Bit Flip Register 17
MTU_MC18_RDBFL18 0xF0062284          MC 18 Read Data and Bit Flip Register 18
MTU_MC18_RDBFL19 0xF0062286          MC 18 Read Data and Bit Flip Register 19
MTU_MC18_RDBFL20 0xF0062288          MC 18 Read Data and Bit Flip Register 20
MTU_MC18_RDBFL21 0xF006228A          MC 18 Read Data and Bit Flip Register 21
MTU_MC18_RDBFL22 0xF006228C          MC 18 Read Data and Bit Flip Register 22
MTU_MC18_RDBFL23 0xF006228E          MC 18 Read Data and Bit Flip Register 23
MTU_MC18_RDBFL24 0xF0062290          MC 18 Read Data and Bit Flip Register 24
MTU_MC18_RDBFL25 0xF0062292          MC 18 Read Data and Bit Flip Register 25
MTU_MC18_RDBFL26 0xF0062294          MC 18 Read Data and Bit Flip Register 26
MTU_MC18_RDBFL27 0xF0062296          MC 18 Read Data and Bit Flip Register 27
MTU_MC18_RDBFL28 0xF0062298          MC 18 Read Data and Bit Flip Register 28
MTU_MC18_RDBFL29 0xF006229A          MC 18 Read Data and Bit Flip Register 29
MTU_MC18_RDBFL30 0xF006229C          MC 18 Read Data and Bit Flip Register 30
MTU_MC18_RDBFL31 0xF006229E          MC 18 Read Data and Bit Flip Register 31
MTU_MC18_RDBFL32 0xF00622A0          MC 18 Read Data and Bit Flip Register 32
MTU_MC18_RDBFL33 0xF00622A2          MC 18 Read Data and Bit Flip Register 33
MTU_MC18_RDBFL34 0xF00622A4          MC 18 Read Data and Bit Flip Register 34
MTU_MC18_RDBFL35 0xF00622A6          MC 18 Read Data and Bit Flip Register 35
MTU_MC18_RDBFL36 0xF00622A8          MC 18 Read Data and Bit Flip Register 36
MTU_MC18_RDBFL37 0xF00622AA          MC 18 Read Data and Bit Flip Register 37
MTU_MC18_RDBFL38 0xF00622AC          MC 18 Read Data and Bit Flip Register 38
MTU_MC18_RDBFL39 0xF00622AE          MC 18 Read Data and Bit Flip Register 39
MTU_MC18_RDBFL40 0xF00622B0          MC 18 Read Data and Bit Flip Register 40
MTU_MC18_RDBFL41 0xF00622B2          MC 18 Read Data and Bit Flip Register 41
MTU_MC18_RDBFL42 0xF00622B4          MC 18 Read Data and Bit Flip Register 42
MTU_MC18_RDBFL43 0xF00622B6          MC 18 Read Data and Bit Flip Register 43
MTU_MC18_RDBFL44 0xF00622B8          MC 18 Read Data and Bit Flip Register 44
MTU_MC18_RDBFL45 0xF00622BA          MC 18 Read Data and Bit Flip Register 45
MTU_MC18_RDBFL46 0xF00622BC          MC 18 Read Data and Bit Flip Register 46
MTU_MC18_RDBFL47 0xF00622BE          MC 18 Read Data and Bit Flip Register 47
MTU_MC18_RDBFL48 0xF00622C0          MC 18 Read Data and Bit Flip Register 48
MTU_MC18_RDBFL49 0xF00622C2          MC 18 Read Data and Bit Flip Register 49
MTU_MC18_RDBFL50 0xF00622C4          MC 18 Read Data and Bit Flip Register 50
MTU_MC18_RDBFL51 0xF00622C6          MC 18 Read Data and Bit Flip Register 51
MTU_MC18_RDBFL52 0xF00622C8          MC 18 Read Data and Bit Flip Register 52
MTU_MC18_RDBFL53 0xF00622CA          MC 18 Read Data and Bit Flip Register 53
MTU_MC18_RDBFL54 0xF00622CC          MC 18 Read Data and Bit Flip Register 54
MTU_MC18_RDBFL55 0xF00622CE          MC 18 Read Data and Bit Flip Register 55
MTU_MC18_RDBFL56 0xF00622D0          MC 18 Read Data and Bit Flip Register 56
MTU_MC18_RDBFL57 0xF00622D2          MC 18 Read Data and Bit Flip Register 57
MTU_MC18_RDBFL58 0xF00622D4          MC 18 Read Data and Bit Flip Register 58
MTU_MC18_RDBFL59 0xF00622D6          MC 18 Read Data and Bit Flip Register 59
MTU_MC18_RDBFL60 0xF00622D8          MC 18 Read Data and Bit Flip Register 60
MTU_MC18_RDBFL61 0xF00622DA          MC 18 Read Data and Bit Flip Register 61
MTU_MC18_RDBFL62 0xF00622DC          MC 18 Read Data and Bit Flip Register 62
MTU_MC18_RDBFL63 0xF00622DE          MC 18 Read Data and Bit Flip Register 63
MTU_MC18_RDBFL64 0xF00622E0          MC 18 Read Data and Bit Flip Register 64
MTU_MC18_RDBFL65 0xF00622E2          MC 18 Read Data and Bit Flip Register 65
MTU_MC18_RDBFL66 0xF00622E4          MC 18 Read Data and Bit Flip Register 66
MTU_MC18_ALMSRCS 0xF00622EE          MC 18 Alarm Sources Configuration Register
MTU_MC18_FAULTSTS 0xF00622F0          MC 18 SSH Safety Faults Status Register
MTU_MC18_ERRINFO0 0xF00622F2          MC 18 Error Information Register 0
MTU_MC18_ERRINFO1 0xF00622F4          MC 18 Error Information Register 1
MTU_MC18_ERRINFO2 0xF00622F6          MC 18 Error Information Register 2
MTU_MC18_ERRINFO3 0xF00622F8          MC 18 Error Information Register 3
MTU_MC18_ERRINFO4 0xF00622FA          MC 18 Error Information Register 4
MTU_MC19_CONFIG0 0xF0062300          MC 19 Configuration Register 0
MTU_MC19_CONFIG1 0xF0062302          MC 19 Configuration Register 1
MTU_MC19_MCONTROL 0xF0062304          MC 19 MBIST Control Register
MTU_MC19_MSTATUS 0xF0062306          MC 19 Status Register
MTU_MC19_RANGE  0xF0062308          MC 19 Range Register, single address mode
MTU_MC19_REVID  0xF006230C          MC 19 Revision ID Register
MTU_MC19_ECCS   0xF006230E          MC 19 ECC Safety Register
MTU_MC19_ECCD   0xF0062310          MC 19 Memory ECC Detection Register
MTU_MC19_ETRR0  0xF0062312          MC 19 Error Tracking Register 0
MTU_MC19_ETRR1  0xF0062314          MC 19 Error Tracking Register 1
MTU_MC19_ETRR2  0xF0062316          MC 19 Error Tracking Register 2
MTU_MC19_ETRR3  0xF0062318          MC 19 Error Tracking Register 3
MTU_MC19_ETRR4  0xF006231A          MC 19 Error Tracking Register 4
MTU_MC19_RDBFL0 0xF0062360          MC 19 Read Data and Bit Flip Register 0
MTU_MC19_RDBFL1 0xF0062362          MC 19 Read Data and Bit Flip Register 1
MTU_MC19_RDBFL2 0xF0062364          MC 19 Read Data and Bit Flip Register 2
MTU_MC19_RDBFL3 0xF0062366          MC 19 Read Data and Bit Flip Register 3
MTU_MC19_RDBFL4 0xF0062368          MC 19 Read Data and Bit Flip Register 4
MTU_MC19_RDBFL5 0xF006236A          MC 19 Read Data and Bit Flip Register 5
MTU_MC19_RDBFL6 0xF006236C          MC 19 Read Data and Bit Flip Register 6
MTU_MC19_RDBFL7 0xF006236E          MC 19 Read Data and Bit Flip Register 7
MTU_MC19_RDBFL8 0xF0062370          MC 19 Read Data and Bit Flip Register 8
MTU_MC19_RDBFL9 0xF0062372          MC 19 Read Data and Bit Flip Register 9
MTU_MC19_RDBFL10 0xF0062374          MC 19 Read Data and Bit Flip Register 10
MTU_MC19_RDBFL11 0xF0062376          MC 19 Read Data and Bit Flip Register 11
MTU_MC19_RDBFL12 0xF0062378          MC 19 Read Data and Bit Flip Register 12
MTU_MC19_RDBFL13 0xF006237A          MC 19 Read Data and Bit Flip Register 13
MTU_MC19_RDBFL14 0xF006237C          MC 19 Read Data and Bit Flip Register 14
MTU_MC19_RDBFL15 0xF006237E          MC 19 Read Data and Bit Flip Register 15
MTU_MC19_RDBFL16 0xF0062380          MC 19 Read Data and Bit Flip Register 16
MTU_MC19_RDBFL17 0xF0062382          MC 19 Read Data and Bit Flip Register 17
MTU_MC19_RDBFL18 0xF0062384          MC 19 Read Data and Bit Flip Register 18
MTU_MC19_RDBFL19 0xF0062386          MC 19 Read Data and Bit Flip Register 19
MTU_MC19_RDBFL20 0xF0062388          MC 19 Read Data and Bit Flip Register 20
MTU_MC19_RDBFL21 0xF006238A          MC 19 Read Data and Bit Flip Register 21
MTU_MC19_RDBFL22 0xF006238C          MC 19 Read Data and Bit Flip Register 22
MTU_MC19_RDBFL23 0xF006238E          MC 19 Read Data and Bit Flip Register 23
MTU_MC19_RDBFL24 0xF0062390          MC 19 Read Data and Bit Flip Register 24
MTU_MC19_RDBFL25 0xF0062392          MC 19 Read Data and Bit Flip Register 25
MTU_MC19_RDBFL26 0xF0062394          MC 19 Read Data and Bit Flip Register 26
MTU_MC19_RDBFL27 0xF0062396          MC 19 Read Data and Bit Flip Register 27
MTU_MC19_RDBFL28 0xF0062398          MC 19 Read Data and Bit Flip Register 28
MTU_MC19_RDBFL29 0xF006239A          MC 19 Read Data and Bit Flip Register 29
MTU_MC19_RDBFL30 0xF006239C          MC 19 Read Data and Bit Flip Register 30
MTU_MC19_RDBFL31 0xF006239E          MC 19 Read Data and Bit Flip Register 31
MTU_MC19_RDBFL32 0xF00623A0          MC 19 Read Data and Bit Flip Register 32
MTU_MC19_RDBFL33 0xF00623A2          MC 19 Read Data and Bit Flip Register 33
MTU_MC19_RDBFL34 0xF00623A4          MC 19 Read Data and Bit Flip Register 34
MTU_MC19_RDBFL35 0xF00623A6          MC 19 Read Data and Bit Flip Register 35
MTU_MC19_RDBFL36 0xF00623A8          MC 19 Read Data and Bit Flip Register 36
MTU_MC19_RDBFL37 0xF00623AA          MC 19 Read Data and Bit Flip Register 37
MTU_MC19_RDBFL38 0xF00623AC          MC 19 Read Data and Bit Flip Register 38
MTU_MC19_RDBFL39 0xF00623AE          MC 19 Read Data and Bit Flip Register 39
MTU_MC19_RDBFL40 0xF00623B0          MC 19 Read Data and Bit Flip Register 40
MTU_MC19_RDBFL41 0xF00623B2          MC 19 Read Data and Bit Flip Register 41
MTU_MC19_RDBFL42 0xF00623B4          MC 19 Read Data and Bit Flip Register 42
MTU_MC19_RDBFL43 0xF00623B6          MC 19 Read Data and Bit Flip Register 43
MTU_MC19_RDBFL44 0xF00623B8          MC 19 Read Data and Bit Flip Register 44
MTU_MC19_RDBFL45 0xF00623BA          MC 19 Read Data and Bit Flip Register 45
MTU_MC19_RDBFL46 0xF00623BC          MC 19 Read Data and Bit Flip Register 46
MTU_MC19_RDBFL47 0xF00623BE          MC 19 Read Data and Bit Flip Register 47
MTU_MC19_RDBFL48 0xF00623C0          MC 19 Read Data and Bit Flip Register 48
MTU_MC19_RDBFL49 0xF00623C2          MC 19 Read Data and Bit Flip Register 49
MTU_MC19_RDBFL50 0xF00623C4          MC 19 Read Data and Bit Flip Register 50
MTU_MC19_RDBFL51 0xF00623C6          MC 19 Read Data and Bit Flip Register 51
MTU_MC19_RDBFL52 0xF00623C8          MC 19 Read Data and Bit Flip Register 52
MTU_MC19_RDBFL53 0xF00623CA          MC 19 Read Data and Bit Flip Register 53
MTU_MC19_RDBFL54 0xF00623CC          MC 19 Read Data and Bit Flip Register 54
MTU_MC19_RDBFL55 0xF00623CE          MC 19 Read Data and Bit Flip Register 55
MTU_MC19_RDBFL56 0xF00623D0          MC 19 Read Data and Bit Flip Register 56
MTU_MC19_RDBFL57 0xF00623D2          MC 19 Read Data and Bit Flip Register 57
MTU_MC19_RDBFL58 0xF00623D4          MC 19 Read Data and Bit Flip Register 58
MTU_MC19_RDBFL59 0xF00623D6          MC 19 Read Data and Bit Flip Register 59
MTU_MC19_RDBFL60 0xF00623D8          MC 19 Read Data and Bit Flip Register 60
MTU_MC19_RDBFL61 0xF00623DA          MC 19 Read Data and Bit Flip Register 61
MTU_MC19_RDBFL62 0xF00623DC          MC 19 Read Data and Bit Flip Register 62
MTU_MC19_RDBFL63 0xF00623DE          MC 19 Read Data and Bit Flip Register 63
MTU_MC19_RDBFL64 0xF00623E0          MC 19 Read Data and Bit Flip Register 64
MTU_MC19_RDBFL65 0xF00623E2          MC 19 Read Data and Bit Flip Register 65
MTU_MC19_RDBFL66 0xF00623E4          MC 19 Read Data and Bit Flip Register 66
MTU_MC19_ALMSRCS 0xF00623EE          MC 19 Alarm Sources Configuration Register
MTU_MC19_FAULTSTS 0xF00623F0          MC 19 SSH Safety Faults Status Register
MTU_MC19_ERRINFO0 0xF00623F2          MC 19 Error Information Register 0
MTU_MC19_ERRINFO1 0xF00623F4          MC 19 Error Information Register 1
MTU_MC19_ERRINFO2 0xF00623F6          MC 19 Error Information Register 2
MTU_MC19_ERRINFO3 0xF00623F8          MC 19 Error Information Register 3
MTU_MC19_ERRINFO4 0xF00623FA          MC 19 Error Information Register 4
MTU_MC20_CONFIG0 0xF0062400          MC 20 Configuration Register 0
MTU_MC20_CONFIG1 0xF0062402          MC 20 Configuration Register 1
MTU_MC20_MCONTROL 0xF0062404          MC 20 MBIST Control Register
MTU_MC20_MSTATUS 0xF0062406          MC 20 Status Register
MTU_MC20_RANGE  0xF0062408          MC 20 Range Register, single address mode
MTU_MC20_REVID  0xF006240C          MC 20 Revision ID Register
MTU_MC20_ECCS   0xF006240E          MC 20 ECC Safety Register
MTU_MC20_ECCD   0xF0062410          MC 20 Memory ECC Detection Register
MTU_MC20_ETRR0  0xF0062412          MC 20 Error Tracking Register 0
MTU_MC20_ETRR1  0xF0062414          MC 20 Error Tracking Register 1
MTU_MC20_ETRR2  0xF0062416          MC 20 Error Tracking Register 2
MTU_MC20_ETRR3  0xF0062418          MC 20 Error Tracking Register 3
MTU_MC20_ETRR4  0xF006241A          MC 20 Error Tracking Register 4
MTU_MC20_RDBFL0 0xF0062460          MC 20 Read Data and Bit Flip Register 0
MTU_MC20_RDBFL1 0xF0062462          MC 20 Read Data and Bit Flip Register 1
MTU_MC20_RDBFL2 0xF0062464          MC 20 Read Data and Bit Flip Register 2
MTU_MC20_RDBFL3 0xF0062466          MC 20 Read Data and Bit Flip Register 3
MTU_MC20_RDBFL4 0xF0062468          MC 20 Read Data and Bit Flip Register 4
MTU_MC20_RDBFL5 0xF006246A          MC 20 Read Data and Bit Flip Register 5
MTU_MC20_RDBFL6 0xF006246C          MC 20 Read Data and Bit Flip Register 6
MTU_MC20_RDBFL7 0xF006246E          MC 20 Read Data and Bit Flip Register 7
MTU_MC20_RDBFL8 0xF0062470          MC 20 Read Data and Bit Flip Register 8
MTU_MC20_RDBFL9 0xF0062472          MC 20 Read Data and Bit Flip Register 9
MTU_MC20_RDBFL10 0xF0062474          MC 20 Read Data and Bit Flip Register 10
MTU_MC20_RDBFL11 0xF0062476          MC 20 Read Data and Bit Flip Register 11
MTU_MC20_RDBFL12 0xF0062478          MC 20 Read Data and Bit Flip Register 12
MTU_MC20_RDBFL13 0xF006247A          MC 20 Read Data and Bit Flip Register 13
MTU_MC20_RDBFL14 0xF006247C          MC 20 Read Data and Bit Flip Register 14
MTU_MC20_RDBFL15 0xF006247E          MC 20 Read Data and Bit Flip Register 15
MTU_MC20_RDBFL16 0xF0062480          MC 20 Read Data and Bit Flip Register 16
MTU_MC20_RDBFL17 0xF0062482          MC 20 Read Data and Bit Flip Register 17
MTU_MC20_RDBFL18 0xF0062484          MC 20 Read Data and Bit Flip Register 18
MTU_MC20_RDBFL19 0xF0062486          MC 20 Read Data and Bit Flip Register 19
MTU_MC20_RDBFL20 0xF0062488          MC 20 Read Data and Bit Flip Register 20
MTU_MC20_RDBFL21 0xF006248A          MC 20 Read Data and Bit Flip Register 21
MTU_MC20_RDBFL22 0xF006248C          MC 20 Read Data and Bit Flip Register 22
MTU_MC20_RDBFL23 0xF006248E          MC 20 Read Data and Bit Flip Register 23
MTU_MC20_RDBFL24 0xF0062490          MC 20 Read Data and Bit Flip Register 24
MTU_MC20_RDBFL25 0xF0062492          MC 20 Read Data and Bit Flip Register 25
MTU_MC20_RDBFL26 0xF0062494          MC 20 Read Data and Bit Flip Register 26
MTU_MC20_RDBFL27 0xF0062496          MC 20 Read Data and Bit Flip Register 27
MTU_MC20_RDBFL28 0xF0062498          MC 20 Read Data and Bit Flip Register 28
MTU_MC20_RDBFL29 0xF006249A          MC 20 Read Data and Bit Flip Register 29
MTU_MC20_RDBFL30 0xF006249C          MC 20 Read Data and Bit Flip Register 30
MTU_MC20_RDBFL31 0xF006249E          MC 20 Read Data and Bit Flip Register 31
MTU_MC20_RDBFL32 0xF00624A0          MC 20 Read Data and Bit Flip Register 32
MTU_MC20_RDBFL33 0xF00624A2          MC 20 Read Data and Bit Flip Register 33
MTU_MC20_RDBFL34 0xF00624A4          MC 20 Read Data and Bit Flip Register 34
MTU_MC20_RDBFL35 0xF00624A6          MC 20 Read Data and Bit Flip Register 35
MTU_MC20_RDBFL36 0xF00624A8          MC 20 Read Data and Bit Flip Register 36
MTU_MC20_RDBFL37 0xF00624AA          MC 20 Read Data and Bit Flip Register 37
MTU_MC20_RDBFL38 0xF00624AC          MC 20 Read Data and Bit Flip Register 38
MTU_MC20_RDBFL39 0xF00624AE          MC 20 Read Data and Bit Flip Register 39
MTU_MC20_RDBFL40 0xF00624B0          MC 20 Read Data and Bit Flip Register 40
MTU_MC20_RDBFL41 0xF00624B2          MC 20 Read Data and Bit Flip Register 41
MTU_MC20_RDBFL42 0xF00624B4          MC 20 Read Data and Bit Flip Register 42
MTU_MC20_RDBFL43 0xF00624B6          MC 20 Read Data and Bit Flip Register 43
MTU_MC20_RDBFL44 0xF00624B8          MC 20 Read Data and Bit Flip Register 44
MTU_MC20_RDBFL45 0xF00624BA          MC 20 Read Data and Bit Flip Register 45
MTU_MC20_RDBFL46 0xF00624BC          MC 20 Read Data and Bit Flip Register 46
MTU_MC20_RDBFL47 0xF00624BE          MC 20 Read Data and Bit Flip Register 47
MTU_MC20_RDBFL48 0xF00624C0          MC 20 Read Data and Bit Flip Register 48
MTU_MC20_RDBFL49 0xF00624C2          MC 20 Read Data and Bit Flip Register 49
MTU_MC20_RDBFL50 0xF00624C4          MC 20 Read Data and Bit Flip Register 50
MTU_MC20_RDBFL51 0xF00624C6          MC 20 Read Data and Bit Flip Register 51
MTU_MC20_RDBFL52 0xF00624C8          MC 20 Read Data and Bit Flip Register 52
MTU_MC20_RDBFL53 0xF00624CA          MC 20 Read Data and Bit Flip Register 53
MTU_MC20_RDBFL54 0xF00624CC          MC 20 Read Data and Bit Flip Register 54
MTU_MC20_RDBFL55 0xF00624CE          MC 20 Read Data and Bit Flip Register 55
MTU_MC20_RDBFL56 0xF00624D0          MC 20 Read Data and Bit Flip Register 56
MTU_MC20_RDBFL57 0xF00624D2          MC 20 Read Data and Bit Flip Register 57
MTU_MC20_RDBFL58 0xF00624D4          MC 20 Read Data and Bit Flip Register 58
MTU_MC20_RDBFL59 0xF00624D6          MC 20 Read Data and Bit Flip Register 59
MTU_MC20_RDBFL60 0xF00624D8          MC 20 Read Data and Bit Flip Register 60
MTU_MC20_RDBFL61 0xF00624DA          MC 20 Read Data and Bit Flip Register 61
MTU_MC20_RDBFL62 0xF00624DC          MC 20 Read Data and Bit Flip Register 62
MTU_MC20_RDBFL63 0xF00624DE          MC 20 Read Data and Bit Flip Register 63
MTU_MC20_RDBFL64 0xF00624E0          MC 20 Read Data and Bit Flip Register 64
MTU_MC20_RDBFL65 0xF00624E2          MC 20 Read Data and Bit Flip Register 65
MTU_MC20_RDBFL66 0xF00624E4          MC 20 Read Data and Bit Flip Register 66
MTU_MC20_ALMSRCS 0xF00624EE          MC 20 Alarm Sources Configuration Register
MTU_MC20_FAULTSTS 0xF00624F0          MC 20 SSH Safety Faults Status Register
MTU_MC20_ERRINFO0 0xF00624F2          MC 20 Error Information Register 0
MTU_MC20_ERRINFO1 0xF00624F4          MC 20 Error Information Register 1
MTU_MC20_ERRINFO2 0xF00624F6          MC 20 Error Information Register 2
MTU_MC20_ERRINFO3 0xF00624F8          MC 20 Error Information Register 3
MTU_MC20_ERRINFO4 0xF00624FA          MC 20 Error Information Register 4
MTU_MC21_CONFIG0 0xF0062500          MC 21 Configuration Register 0
MTU_MC21_CONFIG1 0xF0062502          MC 21 Configuration Register 1
MTU_MC21_MCONTROL 0xF0062504          MC 21 MBIST Control Register
MTU_MC21_MSTATUS 0xF0062506          MC 21 Status Register
MTU_MC21_RANGE  0xF0062508          MC 21 Range Register, single address mode
MTU_MC21_REVID  0xF006250C          MC 21 Revision ID Register
MTU_MC21_ECCS   0xF006250E          MC 21 ECC Safety Register
MTU_MC21_ECCD   0xF0062510          MC 21 Memory ECC Detection Register
MTU_MC21_ETRR0  0xF0062512          MC 21 Error Tracking Register 0
MTU_MC21_ETRR1  0xF0062514          MC 21 Error Tracking Register 1
MTU_MC21_ETRR2  0xF0062516          MC 21 Error Tracking Register 2
MTU_MC21_ETRR3  0xF0062518          MC 21 Error Tracking Register 3
MTU_MC21_ETRR4  0xF006251A          MC 21 Error Tracking Register 4
MTU_MC21_RDBFL0 0xF0062560          MC 21 Read Data and Bit Flip Register 0
MTU_MC21_RDBFL1 0xF0062562          MC 21 Read Data and Bit Flip Register 1
MTU_MC21_RDBFL2 0xF0062564          MC 21 Read Data and Bit Flip Register 2
MTU_MC21_RDBFL3 0xF0062566          MC 21 Read Data and Bit Flip Register 3
MTU_MC21_RDBFL4 0xF0062568          MC 21 Read Data and Bit Flip Register 4
MTU_MC21_RDBFL5 0xF006256A          MC 21 Read Data and Bit Flip Register 5
MTU_MC21_RDBFL6 0xF006256C          MC 21 Read Data and Bit Flip Register 6
MTU_MC21_RDBFL7 0xF006256E          MC 21 Read Data and Bit Flip Register 7
MTU_MC21_RDBFL8 0xF0062570          MC 21 Read Data and Bit Flip Register 8
MTU_MC21_RDBFL9 0xF0062572          MC 21 Read Data and Bit Flip Register 9
MTU_MC21_RDBFL10 0xF0062574          MC 21 Read Data and Bit Flip Register 10
MTU_MC21_RDBFL11 0xF0062576          MC 21 Read Data and Bit Flip Register 11
MTU_MC21_RDBFL12 0xF0062578          MC 21 Read Data and Bit Flip Register 12
MTU_MC21_RDBFL13 0xF006257A          MC 21 Read Data and Bit Flip Register 13
MTU_MC21_RDBFL14 0xF006257C          MC 21 Read Data and Bit Flip Register 14
MTU_MC21_RDBFL15 0xF006257E          MC 21 Read Data and Bit Flip Register 15
MTU_MC21_RDBFL16 0xF0062580          MC 21 Read Data and Bit Flip Register 16
MTU_MC21_RDBFL17 0xF0062582          MC 21 Read Data and Bit Flip Register 17
MTU_MC21_RDBFL18 0xF0062584          MC 21 Read Data and Bit Flip Register 18
MTU_MC21_RDBFL19 0xF0062586          MC 21 Read Data and Bit Flip Register 19
MTU_MC21_RDBFL20 0xF0062588          MC 21 Read Data and Bit Flip Register 20
MTU_MC21_RDBFL21 0xF006258A          MC 21 Read Data and Bit Flip Register 21
MTU_MC21_RDBFL22 0xF006258C          MC 21 Read Data and Bit Flip Register 22
MTU_MC21_RDBFL23 0xF006258E          MC 21 Read Data and Bit Flip Register 23
MTU_MC21_RDBFL24 0xF0062590          MC 21 Read Data and Bit Flip Register 24
MTU_MC21_RDBFL25 0xF0062592          MC 21 Read Data and Bit Flip Register 25
MTU_MC21_RDBFL26 0xF0062594          MC 21 Read Data and Bit Flip Register 26
MTU_MC21_RDBFL27 0xF0062596          MC 21 Read Data and Bit Flip Register 27
MTU_MC21_RDBFL28 0xF0062598          MC 21 Read Data and Bit Flip Register 28
MTU_MC21_RDBFL29 0xF006259A          MC 21 Read Data and Bit Flip Register 29
MTU_MC21_RDBFL30 0xF006259C          MC 21 Read Data and Bit Flip Register 30
MTU_MC21_RDBFL31 0xF006259E          MC 21 Read Data and Bit Flip Register 31
MTU_MC21_RDBFL32 0xF00625A0          MC 21 Read Data and Bit Flip Register 32
MTU_MC21_RDBFL33 0xF00625A2          MC 21 Read Data and Bit Flip Register 33
MTU_MC21_RDBFL34 0xF00625A4          MC 21 Read Data and Bit Flip Register 34
MTU_MC21_RDBFL35 0xF00625A6          MC 21 Read Data and Bit Flip Register 35
MTU_MC21_RDBFL36 0xF00625A8          MC 21 Read Data and Bit Flip Register 36
MTU_MC21_RDBFL37 0xF00625AA          MC 21 Read Data and Bit Flip Register 37
MTU_MC21_RDBFL38 0xF00625AC          MC 21 Read Data and Bit Flip Register 38
MTU_MC21_RDBFL39 0xF00625AE          MC 21 Read Data and Bit Flip Register 39
MTU_MC21_RDBFL40 0xF00625B0          MC 21 Read Data and Bit Flip Register 40
MTU_MC21_RDBFL41 0xF00625B2          MC 21 Read Data and Bit Flip Register 41
MTU_MC21_RDBFL42 0xF00625B4          MC 21 Read Data and Bit Flip Register 42
MTU_MC21_RDBFL43 0xF00625B6          MC 21 Read Data and Bit Flip Register 43
MTU_MC21_RDBFL44 0xF00625B8          MC 21 Read Data and Bit Flip Register 44
MTU_MC21_RDBFL45 0xF00625BA          MC 21 Read Data and Bit Flip Register 45
MTU_MC21_RDBFL46 0xF00625BC          MC 21 Read Data and Bit Flip Register 46
MTU_MC21_RDBFL47 0xF00625BE          MC 21 Read Data and Bit Flip Register 47
MTU_MC21_RDBFL48 0xF00625C0          MC 21 Read Data and Bit Flip Register 48
MTU_MC21_RDBFL49 0xF00625C2          MC 21 Read Data and Bit Flip Register 49
MTU_MC21_RDBFL50 0xF00625C4          MC 21 Read Data and Bit Flip Register 50
MTU_MC21_RDBFL51 0xF00625C6          MC 21 Read Data and Bit Flip Register 51
MTU_MC21_RDBFL52 0xF00625C8          MC 21 Read Data and Bit Flip Register 52
MTU_MC21_RDBFL53 0xF00625CA          MC 21 Read Data and Bit Flip Register 53
MTU_MC21_RDBFL54 0xF00625CC          MC 21 Read Data and Bit Flip Register 54
MTU_MC21_RDBFL55 0xF00625CE          MC 21 Read Data and Bit Flip Register 55
MTU_MC21_RDBFL56 0xF00625D0          MC 21 Read Data and Bit Flip Register 56
MTU_MC21_RDBFL57 0xF00625D2          MC 21 Read Data and Bit Flip Register 57
MTU_MC21_RDBFL58 0xF00625D4          MC 21 Read Data and Bit Flip Register 58
MTU_MC21_RDBFL59 0xF00625D6          MC 21 Read Data and Bit Flip Register 59
MTU_MC21_RDBFL60 0xF00625D8          MC 21 Read Data and Bit Flip Register 60
MTU_MC21_RDBFL61 0xF00625DA          MC 21 Read Data and Bit Flip Register 61
MTU_MC21_RDBFL62 0xF00625DC          MC 21 Read Data and Bit Flip Register 62
MTU_MC21_RDBFL63 0xF00625DE          MC 21 Read Data and Bit Flip Register 63
MTU_MC21_RDBFL64 0xF00625E0          MC 21 Read Data and Bit Flip Register 64
MTU_MC21_RDBFL65 0xF00625E2          MC 21 Read Data and Bit Flip Register 65
MTU_MC21_RDBFL66 0xF00625E4          MC 21 Read Data and Bit Flip Register 66
MTU_MC21_ALMSRCS 0xF00625EE          MC 21 Alarm Sources Configuration Register
MTU_MC21_FAULTSTS 0xF00625F0          MC 21 SSH Safety Faults Status Register
MTU_MC21_ERRINFO0 0xF00625F2          MC 21 Error Information Register 0
MTU_MC21_ERRINFO1 0xF00625F4          MC 21 Error Information Register 1
MTU_MC21_ERRINFO2 0xF00625F6          MC 21 Error Information Register 2
MTU_MC21_ERRINFO3 0xF00625F8          MC 21 Error Information Register 3
MTU_MC21_ERRINFO4 0xF00625FA          MC 21 Error Information Register 4
MTU_MC22_CONFIG0 0xF0062600          MC 22 Configuration Register 0
MTU_MC22_CONFIG1 0xF0062602          MC 22 Configuration Register 1
MTU_MC22_MCONTROL 0xF0062604          MC 22 MBIST Control Register
MTU_MC22_MSTATUS 0xF0062606          MC 22 Status Register
MTU_MC22_RANGE  0xF0062608          MC 22 Range Register, single address mode
MTU_MC22_REVID  0xF006260C          MC 22 Revision ID Register
MTU_MC22_ECCS   0xF006260E          MC 22 ECC Safety Register
MTU_MC22_ECCD   0xF0062610          MC 22 Memory ECC Detection Register
MTU_MC22_ETRR0  0xF0062612          MC 22 Error Tracking Register 0
MTU_MC22_ETRR1  0xF0062614          MC 22 Error Tracking Register 1
MTU_MC22_ETRR2  0xF0062616          MC 22 Error Tracking Register 2
MTU_MC22_ETRR3  0xF0062618          MC 22 Error Tracking Register 3
MTU_MC22_ETRR4  0xF006261A          MC 22 Error Tracking Register 4
MTU_MC22_RDBFL0 0xF0062660          MC 22 Read Data and Bit Flip Register 0
MTU_MC22_RDBFL1 0xF0062662          MC 22 Read Data and Bit Flip Register 1
MTU_MC22_RDBFL2 0xF0062664          MC 22 Read Data and Bit Flip Register 2
MTU_MC22_RDBFL3 0xF0062666          MC 22 Read Data and Bit Flip Register 3
MTU_MC22_RDBFL4 0xF0062668          MC 22 Read Data and Bit Flip Register 4
MTU_MC22_RDBFL5 0xF006266A          MC 22 Read Data and Bit Flip Register 5
MTU_MC22_RDBFL6 0xF006266C          MC 22 Read Data and Bit Flip Register 6
MTU_MC22_RDBFL7 0xF006266E          MC 22 Read Data and Bit Flip Register 7
MTU_MC22_RDBFL8 0xF0062670          MC 22 Read Data and Bit Flip Register 8
MTU_MC22_RDBFL9 0xF0062672          MC 22 Read Data and Bit Flip Register 9
MTU_MC22_RDBFL10 0xF0062674          MC 22 Read Data and Bit Flip Register 10
MTU_MC22_RDBFL11 0xF0062676          MC 22 Read Data and Bit Flip Register 11
MTU_MC22_RDBFL12 0xF0062678          MC 22 Read Data and Bit Flip Register 12
MTU_MC22_RDBFL13 0xF006267A          MC 22 Read Data and Bit Flip Register 13
MTU_MC22_RDBFL14 0xF006267C          MC 22 Read Data and Bit Flip Register 14
MTU_MC22_RDBFL15 0xF006267E          MC 22 Read Data and Bit Flip Register 15
MTU_MC22_RDBFL16 0xF0062680          MC 22 Read Data and Bit Flip Register 16
MTU_MC22_RDBFL17 0xF0062682          MC 22 Read Data and Bit Flip Register 17
MTU_MC22_RDBFL18 0xF0062684          MC 22 Read Data and Bit Flip Register 18
MTU_MC22_RDBFL19 0xF0062686          MC 22 Read Data and Bit Flip Register 19
MTU_MC22_RDBFL20 0xF0062688          MC 22 Read Data and Bit Flip Register 20
MTU_MC22_RDBFL21 0xF006268A          MC 22 Read Data and Bit Flip Register 21
MTU_MC22_RDBFL22 0xF006268C          MC 22 Read Data and Bit Flip Register 22
MTU_MC22_RDBFL23 0xF006268E          MC 22 Read Data and Bit Flip Register 23
MTU_MC22_RDBFL24 0xF0062690          MC 22 Read Data and Bit Flip Register 24
MTU_MC22_RDBFL25 0xF0062692          MC 22 Read Data and Bit Flip Register 25
MTU_MC22_RDBFL26 0xF0062694          MC 22 Read Data and Bit Flip Register 26
MTU_MC22_RDBFL27 0xF0062696          MC 22 Read Data and Bit Flip Register 27
MTU_MC22_RDBFL28 0xF0062698          MC 22 Read Data and Bit Flip Register 28
MTU_MC22_RDBFL29 0xF006269A          MC 22 Read Data and Bit Flip Register 29
MTU_MC22_RDBFL30 0xF006269C          MC 22 Read Data and Bit Flip Register 30
MTU_MC22_RDBFL31 0xF006269E          MC 22 Read Data and Bit Flip Register 31
MTU_MC22_RDBFL32 0xF00626A0          MC 22 Read Data and Bit Flip Register 32
MTU_MC22_RDBFL33 0xF00626A2          MC 22 Read Data and Bit Flip Register 33
MTU_MC22_RDBFL34 0xF00626A4          MC 22 Read Data and Bit Flip Register 34
MTU_MC22_RDBFL35 0xF00626A6          MC 22 Read Data and Bit Flip Register 35
MTU_MC22_RDBFL36 0xF00626A8          MC 22 Read Data and Bit Flip Register 36
MTU_MC22_RDBFL37 0xF00626AA          MC 22 Read Data and Bit Flip Register 37
MTU_MC22_RDBFL38 0xF00626AC          MC 22 Read Data and Bit Flip Register 38
MTU_MC22_RDBFL39 0xF00626AE          MC 22 Read Data and Bit Flip Register 39
MTU_MC22_RDBFL40 0xF00626B0          MC 22 Read Data and Bit Flip Register 40
MTU_MC22_RDBFL41 0xF00626B2          MC 22 Read Data and Bit Flip Register 41
MTU_MC22_RDBFL42 0xF00626B4          MC 22 Read Data and Bit Flip Register 42
MTU_MC22_RDBFL43 0xF00626B6          MC 22 Read Data and Bit Flip Register 43
MTU_MC22_RDBFL44 0xF00626B8          MC 22 Read Data and Bit Flip Register 44
MTU_MC22_RDBFL45 0xF00626BA          MC 22 Read Data and Bit Flip Register 45
MTU_MC22_RDBFL46 0xF00626BC          MC 22 Read Data and Bit Flip Register 46
MTU_MC22_RDBFL47 0xF00626BE          MC 22 Read Data and Bit Flip Register 47
MTU_MC22_RDBFL48 0xF00626C0          MC 22 Read Data and Bit Flip Register 48
MTU_MC22_RDBFL49 0xF00626C2          MC 22 Read Data and Bit Flip Register 49
MTU_MC22_RDBFL50 0xF00626C4          MC 22 Read Data and Bit Flip Register 50
MTU_MC22_RDBFL51 0xF00626C6          MC 22 Read Data and Bit Flip Register 51
MTU_MC22_RDBFL52 0xF00626C8          MC 22 Read Data and Bit Flip Register 52
MTU_MC22_RDBFL53 0xF00626CA          MC 22 Read Data and Bit Flip Register 53
MTU_MC22_RDBFL54 0xF00626CC          MC 22 Read Data and Bit Flip Register 54
MTU_MC22_RDBFL55 0xF00626CE          MC 22 Read Data and Bit Flip Register 55
MTU_MC22_RDBFL56 0xF00626D0          MC 22 Read Data and Bit Flip Register 56
MTU_MC22_RDBFL57 0xF00626D2          MC 22 Read Data and Bit Flip Register 57
MTU_MC22_RDBFL58 0xF00626D4          MC 22 Read Data and Bit Flip Register 58
MTU_MC22_RDBFL59 0xF00626D6          MC 22 Read Data and Bit Flip Register 59
MTU_MC22_RDBFL60 0xF00626D8          MC 22 Read Data and Bit Flip Register 60
MTU_MC22_RDBFL61 0xF00626DA          MC 22 Read Data and Bit Flip Register 61
MTU_MC22_RDBFL62 0xF00626DC          MC 22 Read Data and Bit Flip Register 62
MTU_MC22_RDBFL63 0xF00626DE          MC 22 Read Data and Bit Flip Register 63
MTU_MC22_RDBFL64 0xF00626E0          MC 22 Read Data and Bit Flip Register 64
MTU_MC22_RDBFL65 0xF00626E2          MC 22 Read Data and Bit Flip Register 65
MTU_MC22_RDBFL66 0xF00626E4          MC 22 Read Data and Bit Flip Register 66
MTU_MC22_ALMSRCS 0xF00626EE          MC 22 Alarm Sources Configuration Register
MTU_MC22_FAULTSTS 0xF00626F0          MC 22 SSH Safety Faults Status Register
MTU_MC22_ERRINFO0 0xF00626F2          MC 22 Error Information Register 0
MTU_MC22_ERRINFO1 0xF00626F4          MC 22 Error Information Register 1
MTU_MC22_ERRINFO2 0xF00626F6          MC 22 Error Information Register 2
MTU_MC22_ERRINFO3 0xF00626F8          MC 22 Error Information Register 3
MTU_MC22_ERRINFO4 0xF00626FA          MC 22 Error Information Register 4
MTU_MC23_CONFIG0 0xF0062700          MC 23 Configuration Register 0
MTU_MC23_CONFIG1 0xF0062702          MC 23 Configuration Register 1
MTU_MC23_MCONTROL 0xF0062704          MC 23 MBIST Control Register
MTU_MC23_MSTATUS 0xF0062706          MC 23 Status Register
MTU_MC23_RANGE  0xF0062708          MC 23 Range Register, single address mode
MTU_MC23_REVID  0xF006270C          MC 23 Revision ID Register
MTU_MC23_ECCS   0xF006270E          MC 23 ECC Safety Register
MTU_MC23_ECCD   0xF0062710          MC 23 Memory ECC Detection Register
MTU_MC23_ETRR0  0xF0062712          MC 23 Error Tracking Register 0
MTU_MC23_ETRR1  0xF0062714          MC 23 Error Tracking Register 1
MTU_MC23_ETRR2  0xF0062716          MC 23 Error Tracking Register 2
MTU_MC23_ETRR3  0xF0062718          MC 23 Error Tracking Register 3
MTU_MC23_ETRR4  0xF006271A          MC 23 Error Tracking Register 4
MTU_MC23_RDBFL0 0xF0062760          MC 23 Read Data and Bit Flip Register 0
MTU_MC23_RDBFL1 0xF0062762          MC 23 Read Data and Bit Flip Register 1
MTU_MC23_RDBFL2 0xF0062764          MC 23 Read Data and Bit Flip Register 2
MTU_MC23_RDBFL3 0xF0062766          MC 23 Read Data and Bit Flip Register 3
MTU_MC23_RDBFL4 0xF0062768          MC 23 Read Data and Bit Flip Register 4
MTU_MC23_RDBFL5 0xF006276A          MC 23 Read Data and Bit Flip Register 5
MTU_MC23_RDBFL6 0xF006276C          MC 23 Read Data and Bit Flip Register 6
MTU_MC23_RDBFL7 0xF006276E          MC 23 Read Data and Bit Flip Register 7
MTU_MC23_RDBFL8 0xF0062770          MC 23 Read Data and Bit Flip Register 8
MTU_MC23_RDBFL9 0xF0062772          MC 23 Read Data and Bit Flip Register 9
MTU_MC23_RDBFL10 0xF0062774          MC 23 Read Data and Bit Flip Register 10
MTU_MC23_RDBFL11 0xF0062776          MC 23 Read Data and Bit Flip Register 11
MTU_MC23_RDBFL12 0xF0062778          MC 23 Read Data and Bit Flip Register 12
MTU_MC23_RDBFL13 0xF006277A          MC 23 Read Data and Bit Flip Register 13
MTU_MC23_RDBFL14 0xF006277C          MC 23 Read Data and Bit Flip Register 14
MTU_MC23_RDBFL15 0xF006277E          MC 23 Read Data and Bit Flip Register 15
MTU_MC23_RDBFL16 0xF0062780          MC 23 Read Data and Bit Flip Register 16
MTU_MC23_RDBFL17 0xF0062782          MC 23 Read Data and Bit Flip Register 17
MTU_MC23_RDBFL18 0xF0062784          MC 23 Read Data and Bit Flip Register 18
MTU_MC23_RDBFL19 0xF0062786          MC 23 Read Data and Bit Flip Register 19
MTU_MC23_RDBFL20 0xF0062788          MC 23 Read Data and Bit Flip Register 20
MTU_MC23_RDBFL21 0xF006278A          MC 23 Read Data and Bit Flip Register 21
MTU_MC23_RDBFL22 0xF006278C          MC 23 Read Data and Bit Flip Register 22
MTU_MC23_RDBFL23 0xF006278E          MC 23 Read Data and Bit Flip Register 23
MTU_MC23_RDBFL24 0xF0062790          MC 23 Read Data and Bit Flip Register 24
MTU_MC23_RDBFL25 0xF0062792          MC 23 Read Data and Bit Flip Register 25
MTU_MC23_RDBFL26 0xF0062794          MC 23 Read Data and Bit Flip Register 26
MTU_MC23_RDBFL27 0xF0062796          MC 23 Read Data and Bit Flip Register 27
MTU_MC23_RDBFL28 0xF0062798          MC 23 Read Data and Bit Flip Register 28
MTU_MC23_RDBFL29 0xF006279A          MC 23 Read Data and Bit Flip Register 29
MTU_MC23_RDBFL30 0xF006279C          MC 23 Read Data and Bit Flip Register 30
MTU_MC23_RDBFL31 0xF006279E          MC 23 Read Data and Bit Flip Register 31
MTU_MC23_RDBFL32 0xF00627A0          MC 23 Read Data and Bit Flip Register 32
MTU_MC23_RDBFL33 0xF00627A2          MC 23 Read Data and Bit Flip Register 33
MTU_MC23_RDBFL34 0xF00627A4          MC 23 Read Data and Bit Flip Register 34
MTU_MC23_RDBFL35 0xF00627A6          MC 23 Read Data and Bit Flip Register 35
MTU_MC23_RDBFL36 0xF00627A8          MC 23 Read Data and Bit Flip Register 36
MTU_MC23_RDBFL37 0xF00627AA          MC 23 Read Data and Bit Flip Register 37
MTU_MC23_RDBFL38 0xF00627AC          MC 23 Read Data and Bit Flip Register 38
MTU_MC23_RDBFL39 0xF00627AE          MC 23 Read Data and Bit Flip Register 39
MTU_MC23_RDBFL40 0xF00627B0          MC 23 Read Data and Bit Flip Register 40
MTU_MC23_RDBFL41 0xF00627B2          MC 23 Read Data and Bit Flip Register 41
MTU_MC23_RDBFL42 0xF00627B4          MC 23 Read Data and Bit Flip Register 42
MTU_MC23_RDBFL43 0xF00627B6          MC 23 Read Data and Bit Flip Register 43
MTU_MC23_RDBFL44 0xF00627B8          MC 23 Read Data and Bit Flip Register 44
MTU_MC23_RDBFL45 0xF00627BA          MC 23 Read Data and Bit Flip Register 45
MTU_MC23_RDBFL46 0xF00627BC          MC 23 Read Data and Bit Flip Register 46
MTU_MC23_RDBFL47 0xF00627BE          MC 23 Read Data and Bit Flip Register 47
MTU_MC23_RDBFL48 0xF00627C0          MC 23 Read Data and Bit Flip Register 48
MTU_MC23_RDBFL49 0xF00627C2          MC 23 Read Data and Bit Flip Register 49
MTU_MC23_RDBFL50 0xF00627C4          MC 23 Read Data and Bit Flip Register 50
MTU_MC23_RDBFL51 0xF00627C6          MC 23 Read Data and Bit Flip Register 51
MTU_MC23_RDBFL52 0xF00627C8          MC 23 Read Data and Bit Flip Register 52
MTU_MC23_RDBFL53 0xF00627CA          MC 23 Read Data and Bit Flip Register 53
MTU_MC23_RDBFL54 0xF00627CC          MC 23 Read Data and Bit Flip Register 54
MTU_MC23_RDBFL55 0xF00627CE          MC 23 Read Data and Bit Flip Register 55
MTU_MC23_RDBFL56 0xF00627D0          MC 23 Read Data and Bit Flip Register 56
MTU_MC23_RDBFL57 0xF00627D2          MC 23 Read Data and Bit Flip Register 57
MTU_MC23_RDBFL58 0xF00627D4          MC 23 Read Data and Bit Flip Register 58
MTU_MC23_RDBFL59 0xF00627D6          MC 23 Read Data and Bit Flip Register 59
MTU_MC23_RDBFL60 0xF00627D8          MC 23 Read Data and Bit Flip Register 60
MTU_MC23_RDBFL61 0xF00627DA          MC 23 Read Data and Bit Flip Register 61
MTU_MC23_RDBFL62 0xF00627DC          MC 23 Read Data and Bit Flip Register 62
MTU_MC23_RDBFL63 0xF00627DE          MC 23 Read Data and Bit Flip Register 63
MTU_MC23_RDBFL64 0xF00627E0          MC 23 Read Data and Bit Flip Register 64
MTU_MC23_RDBFL65 0xF00627E2          MC 23 Read Data and Bit Flip Register 65
MTU_MC23_RDBFL66 0xF00627E4          MC 23 Read Data and Bit Flip Register 66
MTU_MC23_ALMSRCS 0xF00627EE          MC 23 Alarm Sources Configuration Register
MTU_MC23_FAULTSTS 0xF00627F0          MC 23 SSH Safety Faults Status Register
MTU_MC23_ERRINFO0 0xF00627F2          MC 23 Error Information Register 0
MTU_MC23_ERRINFO1 0xF00627F4          MC 23 Error Information Register 1
MTU_MC23_ERRINFO2 0xF00627F6          MC 23 Error Information Register 2
MTU_MC23_ERRINFO3 0xF00627F8          MC 23 Error Information Register 3
MTU_MC23_ERRINFO4 0xF00627FA          MC 23 Error Information Register 4
MTU_MC24_CONFIG0 0xF0062800          MC 24 Configuration Register 0
MTU_MC24_CONFIG1 0xF0062802          MC 24 Configuration Register 1
MTU_MC24_MCONTROL 0xF0062804          MC 24 MBIST Control Register
MTU_MC24_MSTATUS 0xF0062806          MC 24 Status Register
MTU_MC24_RANGE  0xF0062808          MC 24 Range Register, single address mode
MTU_MC24_REVID  0xF006280C          MC 24 Revision ID Register
MTU_MC24_ECCS   0xF006280E          MC 24 ECC Safety Register
MTU_MC24_ECCD   0xF0062810          MC 24 Memory ECC Detection Register
MTU_MC24_ETRR0  0xF0062812          MC 24 Error Tracking Register 0
MTU_MC24_ETRR1  0xF0062814          MC 24 Error Tracking Register 1
MTU_MC24_ETRR2  0xF0062816          MC 24 Error Tracking Register 2
MTU_MC24_ETRR3  0xF0062818          MC 24 Error Tracking Register 3
MTU_MC24_ETRR4  0xF006281A          MC 24 Error Tracking Register 4
MTU_MC24_RDBFL0 0xF0062860          MC 24 Read Data and Bit Flip Register 0
MTU_MC24_RDBFL1 0xF0062862          MC 24 Read Data and Bit Flip Register 1
MTU_MC24_RDBFL2 0xF0062864          MC 24 Read Data and Bit Flip Register 2
MTU_MC24_RDBFL3 0xF0062866          MC 24 Read Data and Bit Flip Register 3
MTU_MC24_RDBFL4 0xF0062868          MC 24 Read Data and Bit Flip Register 4
MTU_MC24_RDBFL5 0xF006286A          MC 24 Read Data and Bit Flip Register 5
MTU_MC24_RDBFL6 0xF006286C          MC 24 Read Data and Bit Flip Register 6
MTU_MC24_RDBFL7 0xF006286E          MC 24 Read Data and Bit Flip Register 7
MTU_MC24_RDBFL8 0xF0062870          MC 24 Read Data and Bit Flip Register 8
MTU_MC24_RDBFL9 0xF0062872          MC 24 Read Data and Bit Flip Register 9
MTU_MC24_RDBFL10 0xF0062874          MC 24 Read Data and Bit Flip Register 10
MTU_MC24_RDBFL11 0xF0062876          MC 24 Read Data and Bit Flip Register 11
MTU_MC24_RDBFL12 0xF0062878          MC 24 Read Data and Bit Flip Register 12
MTU_MC24_RDBFL13 0xF006287A          MC 24 Read Data and Bit Flip Register 13
MTU_MC24_RDBFL14 0xF006287C          MC 24 Read Data and Bit Flip Register 14
MTU_MC24_RDBFL15 0xF006287E          MC 24 Read Data and Bit Flip Register 15
MTU_MC24_RDBFL16 0xF0062880          MC 24 Read Data and Bit Flip Register 16
MTU_MC24_RDBFL17 0xF0062882          MC 24 Read Data and Bit Flip Register 17
MTU_MC24_RDBFL18 0xF0062884          MC 24 Read Data and Bit Flip Register 18
MTU_MC24_RDBFL19 0xF0062886          MC 24 Read Data and Bit Flip Register 19
MTU_MC24_RDBFL20 0xF0062888          MC 24 Read Data and Bit Flip Register 20
MTU_MC24_RDBFL21 0xF006288A          MC 24 Read Data and Bit Flip Register 21
MTU_MC24_RDBFL22 0xF006288C          MC 24 Read Data and Bit Flip Register 22
MTU_MC24_RDBFL23 0xF006288E          MC 24 Read Data and Bit Flip Register 23
MTU_MC24_RDBFL24 0xF0062890          MC 24 Read Data and Bit Flip Register 24
MTU_MC24_RDBFL25 0xF0062892          MC 24 Read Data and Bit Flip Register 25
MTU_MC24_RDBFL26 0xF0062894          MC 24 Read Data and Bit Flip Register 26
MTU_MC24_RDBFL27 0xF0062896          MC 24 Read Data and Bit Flip Register 27
MTU_MC24_RDBFL28 0xF0062898          MC 24 Read Data and Bit Flip Register 28
MTU_MC24_RDBFL29 0xF006289A          MC 24 Read Data and Bit Flip Register 29
MTU_MC24_RDBFL30 0xF006289C          MC 24 Read Data and Bit Flip Register 30
MTU_MC24_RDBFL31 0xF006289E          MC 24 Read Data and Bit Flip Register 31
MTU_MC24_RDBFL32 0xF00628A0          MC 24 Read Data and Bit Flip Register 32
MTU_MC24_RDBFL33 0xF00628A2          MC 24 Read Data and Bit Flip Register 33
MTU_MC24_RDBFL34 0xF00628A4          MC 24 Read Data and Bit Flip Register 34
MTU_MC24_RDBFL35 0xF00628A6          MC 24 Read Data and Bit Flip Register 35
MTU_MC24_RDBFL36 0xF00628A8          MC 24 Read Data and Bit Flip Register 36
MTU_MC24_RDBFL37 0xF00628AA          MC 24 Read Data and Bit Flip Register 37
MTU_MC24_RDBFL38 0xF00628AC          MC 24 Read Data and Bit Flip Register 38
MTU_MC24_RDBFL39 0xF00628AE          MC 24 Read Data and Bit Flip Register 39
MTU_MC24_RDBFL40 0xF00628B0          MC 24 Read Data and Bit Flip Register 40
MTU_MC24_RDBFL41 0xF00628B2          MC 24 Read Data and Bit Flip Register 41
MTU_MC24_RDBFL42 0xF00628B4          MC 24 Read Data and Bit Flip Register 42
MTU_MC24_RDBFL43 0xF00628B6          MC 24 Read Data and Bit Flip Register 43
MTU_MC24_RDBFL44 0xF00628B8          MC 24 Read Data and Bit Flip Register 44
MTU_MC24_RDBFL45 0xF00628BA          MC 24 Read Data and Bit Flip Register 45
MTU_MC24_RDBFL46 0xF00628BC          MC 24 Read Data and Bit Flip Register 46
MTU_MC24_RDBFL47 0xF00628BE          MC 24 Read Data and Bit Flip Register 47
MTU_MC24_RDBFL48 0xF00628C0          MC 24 Read Data and Bit Flip Register 48
MTU_MC24_RDBFL49 0xF00628C2          MC 24 Read Data and Bit Flip Register 49
MTU_MC24_RDBFL50 0xF00628C4          MC 24 Read Data and Bit Flip Register 50
MTU_MC24_RDBFL51 0xF00628C6          MC 24 Read Data and Bit Flip Register 51
MTU_MC24_RDBFL52 0xF00628C8          MC 24 Read Data and Bit Flip Register 52
MTU_MC24_RDBFL53 0xF00628CA          MC 24 Read Data and Bit Flip Register 53
MTU_MC24_RDBFL54 0xF00628CC          MC 24 Read Data and Bit Flip Register 54
MTU_MC24_RDBFL55 0xF00628CE          MC 24 Read Data and Bit Flip Register 55
MTU_MC24_RDBFL56 0xF00628D0          MC 24 Read Data and Bit Flip Register 56
MTU_MC24_RDBFL57 0xF00628D2          MC 24 Read Data and Bit Flip Register 57
MTU_MC24_RDBFL58 0xF00628D4          MC 24 Read Data and Bit Flip Register 58
MTU_MC24_RDBFL59 0xF00628D6          MC 24 Read Data and Bit Flip Register 59
MTU_MC24_RDBFL60 0xF00628D8          MC 24 Read Data and Bit Flip Register 60
MTU_MC24_RDBFL61 0xF00628DA          MC 24 Read Data and Bit Flip Register 61
MTU_MC24_RDBFL62 0xF00628DC          MC 24 Read Data and Bit Flip Register 62
MTU_MC24_RDBFL63 0xF00628DE          MC 24 Read Data and Bit Flip Register 63
MTU_MC24_RDBFL64 0xF00628E0          MC 24 Read Data and Bit Flip Register 64
MTU_MC24_RDBFL65 0xF00628E2          MC 24 Read Data and Bit Flip Register 65
MTU_MC24_RDBFL66 0xF00628E4          MC 24 Read Data and Bit Flip Register 66
MTU_MC24_ALMSRCS 0xF00628EE          MC 24 Alarm Sources Configuration Register
MTU_MC24_FAULTSTS 0xF00628F0          MC 24 SSH Safety Faults Status Register
MTU_MC24_ERRINFO0 0xF00628F2          MC 24 Error Information Register 0
MTU_MC24_ERRINFO1 0xF00628F4          MC 24 Error Information Register 1
MTU_MC24_ERRINFO2 0xF00628F6          MC 24 Error Information Register 2
MTU_MC24_ERRINFO3 0xF00628F8          MC 24 Error Information Register 3
MTU_MC24_ERRINFO4 0xF00628FA          MC 24 Error Information Register 4
MTU_MC25_CONFIG0 0xF0062900          MC 25 Configuration Register 0
MTU_MC25_CONFIG1 0xF0062902          MC 25 Configuration Register 1
MTU_MC25_MCONTROL 0xF0062904          MC 25 MBIST Control Register
MTU_MC25_MSTATUS 0xF0062906          MC 25 Status Register
MTU_MC25_RANGE  0xF0062908          MC 25 Range Register, single address mode
MTU_MC25_REVID  0xF006290C          MC 25 Revision ID Register
MTU_MC25_ECCS   0xF006290E          MC 25 ECC Safety Register
MTU_MC25_ECCD   0xF0062910          MC 25 Memory ECC Detection Register
MTU_MC25_ETRR0  0xF0062912          MC 25 Error Tracking Register 0
MTU_MC25_ETRR1  0xF0062914          MC 25 Error Tracking Register 1
MTU_MC25_ETRR2  0xF0062916          MC 25 Error Tracking Register 2
MTU_MC25_ETRR3  0xF0062918          MC 25 Error Tracking Register 3
MTU_MC25_ETRR4  0xF006291A          MC 25 Error Tracking Register 4
MTU_MC25_RDBFL0 0xF0062960          MC 25 Read Data and Bit Flip Register 0
MTU_MC25_RDBFL1 0xF0062962          MC 25 Read Data and Bit Flip Register 1
MTU_MC25_RDBFL2 0xF0062964          MC 25 Read Data and Bit Flip Register 2
MTU_MC25_RDBFL3 0xF0062966          MC 25 Read Data and Bit Flip Register 3
MTU_MC25_RDBFL4 0xF0062968          MC 25 Read Data and Bit Flip Register 4
MTU_MC25_RDBFL5 0xF006296A          MC 25 Read Data and Bit Flip Register 5
MTU_MC25_RDBFL6 0xF006296C          MC 25 Read Data and Bit Flip Register 6
MTU_MC25_RDBFL7 0xF006296E          MC 25 Read Data and Bit Flip Register 7
MTU_MC25_RDBFL8 0xF0062970          MC 25 Read Data and Bit Flip Register 8
MTU_MC25_RDBFL9 0xF0062972          MC 25 Read Data and Bit Flip Register 9
MTU_MC25_RDBFL10 0xF0062974          MC 25 Read Data and Bit Flip Register 10
MTU_MC25_RDBFL11 0xF0062976          MC 25 Read Data and Bit Flip Register 11
MTU_MC25_RDBFL12 0xF0062978          MC 25 Read Data and Bit Flip Register 12
MTU_MC25_RDBFL13 0xF006297A          MC 25 Read Data and Bit Flip Register 13
MTU_MC25_RDBFL14 0xF006297C          MC 25 Read Data and Bit Flip Register 14
MTU_MC25_RDBFL15 0xF006297E          MC 25 Read Data and Bit Flip Register 15
MTU_MC25_RDBFL16 0xF0062980          MC 25 Read Data and Bit Flip Register 16
MTU_MC25_RDBFL17 0xF0062982          MC 25 Read Data and Bit Flip Register 17
MTU_MC25_RDBFL18 0xF0062984          MC 25 Read Data and Bit Flip Register 18
MTU_MC25_RDBFL19 0xF0062986          MC 25 Read Data and Bit Flip Register 19
MTU_MC25_RDBFL20 0xF0062988          MC 25 Read Data and Bit Flip Register 20
MTU_MC25_RDBFL21 0xF006298A          MC 25 Read Data and Bit Flip Register 21
MTU_MC25_RDBFL22 0xF006298C          MC 25 Read Data and Bit Flip Register 22
MTU_MC25_RDBFL23 0xF006298E          MC 25 Read Data and Bit Flip Register 23
MTU_MC25_RDBFL24 0xF0062990          MC 25 Read Data and Bit Flip Register 24
MTU_MC25_RDBFL25 0xF0062992          MC 25 Read Data and Bit Flip Register 25
MTU_MC25_RDBFL26 0xF0062994          MC 25 Read Data and Bit Flip Register 26
MTU_MC25_RDBFL27 0xF0062996          MC 25 Read Data and Bit Flip Register 27
MTU_MC25_RDBFL28 0xF0062998          MC 25 Read Data and Bit Flip Register 28
MTU_MC25_RDBFL29 0xF006299A          MC 25 Read Data and Bit Flip Register 29
MTU_MC25_RDBFL30 0xF006299C          MC 25 Read Data and Bit Flip Register 30
MTU_MC25_RDBFL31 0xF006299E          MC 25 Read Data and Bit Flip Register 31
MTU_MC25_RDBFL32 0xF00629A0          MC 25 Read Data and Bit Flip Register 32
MTU_MC25_RDBFL33 0xF00629A2          MC 25 Read Data and Bit Flip Register 33
MTU_MC25_RDBFL34 0xF00629A4          MC 25 Read Data and Bit Flip Register 34
MTU_MC25_RDBFL35 0xF00629A6          MC 25 Read Data and Bit Flip Register 35
MTU_MC25_RDBFL36 0xF00629A8          MC 25 Read Data and Bit Flip Register 36
MTU_MC25_RDBFL37 0xF00629AA          MC 25 Read Data and Bit Flip Register 37
MTU_MC25_RDBFL38 0xF00629AC          MC 25 Read Data and Bit Flip Register 38
MTU_MC25_RDBFL39 0xF00629AE          MC 25 Read Data and Bit Flip Register 39
MTU_MC25_RDBFL40 0xF00629B0          MC 25 Read Data and Bit Flip Register 40
MTU_MC25_RDBFL41 0xF00629B2          MC 25 Read Data and Bit Flip Register 41
MTU_MC25_RDBFL42 0xF00629B4          MC 25 Read Data and Bit Flip Register 42
MTU_MC25_RDBFL43 0xF00629B6          MC 25 Read Data and Bit Flip Register 43
MTU_MC25_RDBFL44 0xF00629B8          MC 25 Read Data and Bit Flip Register 44
MTU_MC25_RDBFL45 0xF00629BA          MC 25 Read Data and Bit Flip Register 45
MTU_MC25_RDBFL46 0xF00629BC          MC 25 Read Data and Bit Flip Register 46
MTU_MC25_RDBFL47 0xF00629BE          MC 25 Read Data and Bit Flip Register 47
MTU_MC25_RDBFL48 0xF00629C0          MC 25 Read Data and Bit Flip Register 48
MTU_MC25_RDBFL49 0xF00629C2          MC 25 Read Data and Bit Flip Register 49
MTU_MC25_RDBFL50 0xF00629C4          MC 25 Read Data and Bit Flip Register 50
MTU_MC25_RDBFL51 0xF00629C6          MC 25 Read Data and Bit Flip Register 51
MTU_MC25_RDBFL52 0xF00629C8          MC 25 Read Data and Bit Flip Register 52
MTU_MC25_RDBFL53 0xF00629CA          MC 25 Read Data and Bit Flip Register 53
MTU_MC25_RDBFL54 0xF00629CC          MC 25 Read Data and Bit Flip Register 54
MTU_MC25_RDBFL55 0xF00629CE          MC 25 Read Data and Bit Flip Register 55
MTU_MC25_RDBFL56 0xF00629D0          MC 25 Read Data and Bit Flip Register 56
MTU_MC25_RDBFL57 0xF00629D2          MC 25 Read Data and Bit Flip Register 57
MTU_MC25_RDBFL58 0xF00629D4          MC 25 Read Data and Bit Flip Register 58
MTU_MC25_RDBFL59 0xF00629D6          MC 25 Read Data and Bit Flip Register 59
MTU_MC25_RDBFL60 0xF00629D8          MC 25 Read Data and Bit Flip Register 60
MTU_MC25_RDBFL61 0xF00629DA          MC 25 Read Data and Bit Flip Register 61
MTU_MC25_RDBFL62 0xF00629DC          MC 25 Read Data and Bit Flip Register 62
MTU_MC25_RDBFL63 0xF00629DE          MC 25 Read Data and Bit Flip Register 63
MTU_MC25_RDBFL64 0xF00629E0          MC 25 Read Data and Bit Flip Register 64
MTU_MC25_RDBFL65 0xF00629E2          MC 25 Read Data and Bit Flip Register 65
MTU_MC25_RDBFL66 0xF00629E4          MC 25 Read Data and Bit Flip Register 66
MTU_MC25_ALMSRCS 0xF00629EE          MC 25 Alarm Sources Configuration Register
MTU_MC25_FAULTSTS 0xF00629F0          MC 25 SSH Safety Faults Status Register
MTU_MC25_ERRINFO0 0xF00629F2          MC 25 Error Information Register 0
MTU_MC25_ERRINFO1 0xF00629F4          MC 25 Error Information Register 1
MTU_MC25_ERRINFO2 0xF00629F6          MC 25 Error Information Register 2
MTU_MC25_ERRINFO3 0xF00629F8          MC 25 Error Information Register 3
MTU_MC25_ERRINFO4 0xF00629FA          MC 25 Error Information Register 4
MTU_MC26_CONFIG0 0xF0062A00          MC 26 Configuration Register 0
MTU_MC26_CONFIG1 0xF0062A02          MC 26 Configuration Register 1
MTU_MC26_MCONTROL 0xF0062A04          MC 26 MBIST Control Register
MTU_MC26_MSTATUS 0xF0062A06          MC 26 Status Register
MTU_MC26_RANGE  0xF0062A08          MC 26 Range Register, single address mode
MTU_MC26_REVID  0xF0062A0C          MC 26 Revision ID Register
MTU_MC26_ECCS   0xF0062A0E          MC 26 ECC Safety Register
MTU_MC26_ECCD   0xF0062A10          MC 26 Memory ECC Detection Register
MTU_MC26_ETRR0  0xF0062A12          MC 26 Error Tracking Register 0
MTU_MC26_ETRR1  0xF0062A14          MC 26 Error Tracking Register 1
MTU_MC26_ETRR2  0xF0062A16          MC 26 Error Tracking Register 2
MTU_MC26_ETRR3  0xF0062A18          MC 26 Error Tracking Register 3
MTU_MC26_ETRR4  0xF0062A1A          MC 26 Error Tracking Register 4
MTU_MC26_RDBFL0 0xF0062A60          MC 26 Read Data and Bit Flip Register 0
MTU_MC26_RDBFL1 0xF0062A62          MC 26 Read Data and Bit Flip Register 1
MTU_MC26_RDBFL2 0xF0062A64          MC 26 Read Data and Bit Flip Register 2
MTU_MC26_RDBFL3 0xF0062A66          MC 26 Read Data and Bit Flip Register 3
MTU_MC26_RDBFL4 0xF0062A68          MC 26 Read Data and Bit Flip Register 4
MTU_MC26_RDBFL5 0xF0062A6A          MC 26 Read Data and Bit Flip Register 5
MTU_MC26_RDBFL6 0xF0062A6C          MC 26 Read Data and Bit Flip Register 6
MTU_MC26_RDBFL7 0xF0062A6E          MC 26 Read Data and Bit Flip Register 7
MTU_MC26_RDBFL8 0xF0062A70          MC 26 Read Data and Bit Flip Register 8
MTU_MC26_RDBFL9 0xF0062A72          MC 26 Read Data and Bit Flip Register 9
MTU_MC26_RDBFL10 0xF0062A74          MC 26 Read Data and Bit Flip Register 10
MTU_MC26_RDBFL11 0xF0062A76          MC 26 Read Data and Bit Flip Register 11
MTU_MC26_RDBFL12 0xF0062A78          MC 26 Read Data and Bit Flip Register 12
MTU_MC26_RDBFL13 0xF0062A7A          MC 26 Read Data and Bit Flip Register 13
MTU_MC26_RDBFL14 0xF0062A7C          MC 26 Read Data and Bit Flip Register 14
MTU_MC26_RDBFL15 0xF0062A7E          MC 26 Read Data and Bit Flip Register 15
MTU_MC26_RDBFL16 0xF0062A80          MC 26 Read Data and Bit Flip Register 16
MTU_MC26_RDBFL17 0xF0062A82          MC 26 Read Data and Bit Flip Register 17
MTU_MC26_RDBFL18 0xF0062A84          MC 26 Read Data and Bit Flip Register 18
MTU_MC26_RDBFL19 0xF0062A86          MC 26 Read Data and Bit Flip Register 19
MTU_MC26_RDBFL20 0xF0062A88          MC 26 Read Data and Bit Flip Register 20
MTU_MC26_RDBFL21 0xF0062A8A          MC 26 Read Data and Bit Flip Register 21
MTU_MC26_RDBFL22 0xF0062A8C          MC 26 Read Data and Bit Flip Register 22
MTU_MC26_RDBFL23 0xF0062A8E          MC 26 Read Data and Bit Flip Register 23
MTU_MC26_RDBFL24 0xF0062A90          MC 26 Read Data and Bit Flip Register 24
MTU_MC26_RDBFL25 0xF0062A92          MC 26 Read Data and Bit Flip Register 25
MTU_MC26_RDBFL26 0xF0062A94          MC 26 Read Data and Bit Flip Register 26
MTU_MC26_RDBFL27 0xF0062A96          MC 26 Read Data and Bit Flip Register 27
MTU_MC26_RDBFL28 0xF0062A98          MC 26 Read Data and Bit Flip Register 28
MTU_MC26_RDBFL29 0xF0062A9A          MC 26 Read Data and Bit Flip Register 29
MTU_MC26_RDBFL30 0xF0062A9C          MC 26 Read Data and Bit Flip Register 30
MTU_MC26_RDBFL31 0xF0062A9E          MC 26 Read Data and Bit Flip Register 31
MTU_MC26_RDBFL32 0xF0062AA0          MC 26 Read Data and Bit Flip Register 32
MTU_MC26_RDBFL33 0xF0062AA2          MC 26 Read Data and Bit Flip Register 33
MTU_MC26_RDBFL34 0xF0062AA4          MC 26 Read Data and Bit Flip Register 34
MTU_MC26_RDBFL35 0xF0062AA6          MC 26 Read Data and Bit Flip Register 35
MTU_MC26_RDBFL36 0xF0062AA8          MC 26 Read Data and Bit Flip Register 36
MTU_MC26_RDBFL37 0xF0062AAA          MC 26 Read Data and Bit Flip Register 37
MTU_MC26_RDBFL38 0xF0062AAC          MC 26 Read Data and Bit Flip Register 38
MTU_MC26_RDBFL39 0xF0062AAE          MC 26 Read Data and Bit Flip Register 39
MTU_MC26_RDBFL40 0xF0062AB0          MC 26 Read Data and Bit Flip Register 40
MTU_MC26_RDBFL41 0xF0062AB2          MC 26 Read Data and Bit Flip Register 41
MTU_MC26_RDBFL42 0xF0062AB4          MC 26 Read Data and Bit Flip Register 42
MTU_MC26_RDBFL43 0xF0062AB6          MC 26 Read Data and Bit Flip Register 43
MTU_MC26_RDBFL44 0xF0062AB8          MC 26 Read Data and Bit Flip Register 44
MTU_MC26_RDBFL45 0xF0062ABA          MC 26 Read Data and Bit Flip Register 45
MTU_MC26_RDBFL46 0xF0062ABC          MC 26 Read Data and Bit Flip Register 46
MTU_MC26_RDBFL47 0xF0062ABE          MC 26 Read Data and Bit Flip Register 47
MTU_MC26_RDBFL48 0xF0062AC0          MC 26 Read Data and Bit Flip Register 48
MTU_MC26_RDBFL49 0xF0062AC2          MC 26 Read Data and Bit Flip Register 49
MTU_MC26_RDBFL50 0xF0062AC4          MC 26 Read Data and Bit Flip Register 50
MTU_MC26_RDBFL51 0xF0062AC6          MC 26 Read Data and Bit Flip Register 51
MTU_MC26_RDBFL52 0xF0062AC8          MC 26 Read Data and Bit Flip Register 52
MTU_MC26_RDBFL53 0xF0062ACA          MC 26 Read Data and Bit Flip Register 53
MTU_MC26_RDBFL54 0xF0062ACC          MC 26 Read Data and Bit Flip Register 54
MTU_MC26_RDBFL55 0xF0062ACE          MC 26 Read Data and Bit Flip Register 55
MTU_MC26_RDBFL56 0xF0062AD0          MC 26 Read Data and Bit Flip Register 56
MTU_MC26_RDBFL57 0xF0062AD2          MC 26 Read Data and Bit Flip Register 57
MTU_MC26_RDBFL58 0xF0062AD4          MC 26 Read Data and Bit Flip Register 58
MTU_MC26_RDBFL59 0xF0062AD6          MC 26 Read Data and Bit Flip Register 59
MTU_MC26_RDBFL60 0xF0062AD8          MC 26 Read Data and Bit Flip Register 60
MTU_MC26_RDBFL61 0xF0062ADA          MC 26 Read Data and Bit Flip Register 61
MTU_MC26_RDBFL62 0xF0062ADC          MC 26 Read Data and Bit Flip Register 62
MTU_MC26_RDBFL63 0xF0062ADE          MC 26 Read Data and Bit Flip Register 63
MTU_MC26_RDBFL64 0xF0062AE0          MC 26 Read Data and Bit Flip Register 64
MTU_MC26_RDBFL65 0xF0062AE2          MC 26 Read Data and Bit Flip Register 65
MTU_MC26_RDBFL66 0xF0062AE4          MC 26 Read Data and Bit Flip Register 66
MTU_MC26_ALMSRCS 0xF0062AEE          MC 26 Alarm Sources Configuration Register
MTU_MC26_FAULTSTS 0xF0062AF0          MC 26 SSH Safety Faults Status Register
MTU_MC26_ERRINFO0 0xF0062AF2          MC 26 Error Information Register 0
MTU_MC26_ERRINFO1 0xF0062AF4          MC 26 Error Information Register 1
MTU_MC26_ERRINFO2 0xF0062AF6          MC 26 Error Information Register 2
MTU_MC26_ERRINFO3 0xF0062AF8          MC 26 Error Information Register 3
MTU_MC26_ERRINFO4 0xF0062AFA          MC 26 Error Information Register 4
MTU_MC27_CONFIG0 0xF0062B00          MC 27 Configuration Register 0
MTU_MC27_CONFIG1 0xF0062B02          MC 27 Configuration Register 1
MTU_MC27_MCONTROL 0xF0062B04          MC 27 MBIST Control Register
MTU_MC27_MSTATUS 0xF0062B06          MC 27 Status Register
MTU_MC27_RANGE  0xF0062B08          MC 27 Range Register, single address mode
MTU_MC27_REVID  0xF0062B0C          MC 27 Revision ID Register
MTU_MC27_ECCS   0xF0062B0E          MC 27 ECC Safety Register
MTU_MC27_ECCD   0xF0062B10          MC 27 Memory ECC Detection Register
MTU_MC27_ETRR0  0xF0062B12          MC 27 Error Tracking Register 0
MTU_MC27_ETRR1  0xF0062B14          MC 27 Error Tracking Register 1
MTU_MC27_ETRR2  0xF0062B16          MC 27 Error Tracking Register 2
MTU_MC27_ETRR3  0xF0062B18          MC 27 Error Tracking Register 3
MTU_MC27_ETRR4  0xF0062B1A          MC 27 Error Tracking Register 4
MTU_MC27_RDBFL0 0xF0062B60          MC 27 Read Data and Bit Flip Register 0
MTU_MC27_RDBFL1 0xF0062B62          MC 27 Read Data and Bit Flip Register 1
MTU_MC27_RDBFL2 0xF0062B64          MC 27 Read Data and Bit Flip Register 2
MTU_MC27_RDBFL3 0xF0062B66          MC 27 Read Data and Bit Flip Register 3
MTU_MC27_RDBFL4 0xF0062B68          MC 27 Read Data and Bit Flip Register 4
MTU_MC27_RDBFL5 0xF0062B6A          MC 27 Read Data and Bit Flip Register 5
MTU_MC27_RDBFL6 0xF0062B6C          MC 27 Read Data and Bit Flip Register 6
MTU_MC27_RDBFL7 0xF0062B6E          MC 27 Read Data and Bit Flip Register 7
MTU_MC27_RDBFL8 0xF0062B70          MC 27 Read Data and Bit Flip Register 8
MTU_MC27_RDBFL9 0xF0062B72          MC 27 Read Data and Bit Flip Register 9
MTU_MC27_RDBFL10 0xF0062B74          MC 27 Read Data and Bit Flip Register 10
MTU_MC27_RDBFL11 0xF0062B76          MC 27 Read Data and Bit Flip Register 11
MTU_MC27_RDBFL12 0xF0062B78          MC 27 Read Data and Bit Flip Register 12
MTU_MC27_RDBFL13 0xF0062B7A          MC 27 Read Data and Bit Flip Register 13
MTU_MC27_RDBFL14 0xF0062B7C          MC 27 Read Data and Bit Flip Register 14
MTU_MC27_RDBFL15 0xF0062B7E          MC 27 Read Data and Bit Flip Register 15
MTU_MC27_RDBFL16 0xF0062B80          MC 27 Read Data and Bit Flip Register 16
MTU_MC27_RDBFL17 0xF0062B82          MC 27 Read Data and Bit Flip Register 17
MTU_MC27_RDBFL18 0xF0062B84          MC 27 Read Data and Bit Flip Register 18
MTU_MC27_RDBFL19 0xF0062B86          MC 27 Read Data and Bit Flip Register 19
MTU_MC27_RDBFL20 0xF0062B88          MC 27 Read Data and Bit Flip Register 20
MTU_MC27_RDBFL21 0xF0062B8A          MC 27 Read Data and Bit Flip Register 21
MTU_MC27_RDBFL22 0xF0062B8C          MC 27 Read Data and Bit Flip Register 22
MTU_MC27_RDBFL23 0xF0062B8E          MC 27 Read Data and Bit Flip Register 23
MTU_MC27_RDBFL24 0xF0062B90          MC 27 Read Data and Bit Flip Register 24
MTU_MC27_RDBFL25 0xF0062B92          MC 27 Read Data and Bit Flip Register 25
MTU_MC27_RDBFL26 0xF0062B94          MC 27 Read Data and Bit Flip Register 26
MTU_MC27_RDBFL27 0xF0062B96          MC 27 Read Data and Bit Flip Register 27
MTU_MC27_RDBFL28 0xF0062B98          MC 27 Read Data and Bit Flip Register 28
MTU_MC27_RDBFL29 0xF0062B9A          MC 27 Read Data and Bit Flip Register 29
MTU_MC27_RDBFL30 0xF0062B9C          MC 27 Read Data and Bit Flip Register 30
MTU_MC27_RDBFL31 0xF0062B9E          MC 27 Read Data and Bit Flip Register 31
MTU_MC27_RDBFL32 0xF0062BA0          MC 27 Read Data and Bit Flip Register 32
MTU_MC27_RDBFL33 0xF0062BA2          MC 27 Read Data and Bit Flip Register 33
MTU_MC27_RDBFL34 0xF0062BA4          MC 27 Read Data and Bit Flip Register 34
MTU_MC27_RDBFL35 0xF0062BA6          MC 27 Read Data and Bit Flip Register 35
MTU_MC27_RDBFL36 0xF0062BA8          MC 27 Read Data and Bit Flip Register 36
MTU_MC27_RDBFL37 0xF0062BAA          MC 27 Read Data and Bit Flip Register 37
MTU_MC27_RDBFL38 0xF0062BAC          MC 27 Read Data and Bit Flip Register 38
MTU_MC27_RDBFL39 0xF0062BAE          MC 27 Read Data and Bit Flip Register 39
MTU_MC27_RDBFL40 0xF0062BB0          MC 27 Read Data and Bit Flip Register 40
MTU_MC27_RDBFL41 0xF0062BB2          MC 27 Read Data and Bit Flip Register 41
MTU_MC27_RDBFL42 0xF0062BB4          MC 27 Read Data and Bit Flip Register 42
MTU_MC27_RDBFL43 0xF0062BB6          MC 27 Read Data and Bit Flip Register 43
MTU_MC27_RDBFL44 0xF0062BB8          MC 27 Read Data and Bit Flip Register 44
MTU_MC27_RDBFL45 0xF0062BBA          MC 27 Read Data and Bit Flip Register 45
MTU_MC27_RDBFL46 0xF0062BBC          MC 27 Read Data and Bit Flip Register 46
MTU_MC27_RDBFL47 0xF0062BBE          MC 27 Read Data and Bit Flip Register 47
MTU_MC27_RDBFL48 0xF0062BC0          MC 27 Read Data and Bit Flip Register 48
MTU_MC27_RDBFL49 0xF0062BC2          MC 27 Read Data and Bit Flip Register 49
MTU_MC27_RDBFL50 0xF0062BC4          MC 27 Read Data and Bit Flip Register 50
MTU_MC27_RDBFL51 0xF0062BC6          MC 27 Read Data and Bit Flip Register 51
MTU_MC27_RDBFL52 0xF0062BC8          MC 27 Read Data and Bit Flip Register 52
MTU_MC27_RDBFL53 0xF0062BCA          MC 27 Read Data and Bit Flip Register 53
MTU_MC27_RDBFL54 0xF0062BCC          MC 27 Read Data and Bit Flip Register 54
MTU_MC27_RDBFL55 0xF0062BCE          MC 27 Read Data and Bit Flip Register 55
MTU_MC27_RDBFL56 0xF0062BD0          MC 27 Read Data and Bit Flip Register 56
MTU_MC27_RDBFL57 0xF0062BD2          MC 27 Read Data and Bit Flip Register 57
MTU_MC27_RDBFL58 0xF0062BD4          MC 27 Read Data and Bit Flip Register 58
MTU_MC27_RDBFL59 0xF0062BD6          MC 27 Read Data and Bit Flip Register 59
MTU_MC27_RDBFL60 0xF0062BD8          MC 27 Read Data and Bit Flip Register 60
MTU_MC27_RDBFL61 0xF0062BDA          MC 27 Read Data and Bit Flip Register 61
MTU_MC27_RDBFL62 0xF0062BDC          MC 27 Read Data and Bit Flip Register 62
MTU_MC27_RDBFL63 0xF0062BDE          MC 27 Read Data and Bit Flip Register 63
MTU_MC27_RDBFL64 0xF0062BE0          MC 27 Read Data and Bit Flip Register 64
MTU_MC27_RDBFL65 0xF0062BE2          MC 27 Read Data and Bit Flip Register 65
MTU_MC27_RDBFL66 0xF0062BE4          MC 27 Read Data and Bit Flip Register 66
MTU_MC27_ALMSRCS 0xF0062BEE          MC 27 Alarm Sources Configuration Register
MTU_MC27_FAULTSTS 0xF0062BF0          MC 27 SSH Safety Faults Status Register
MTU_MC27_ERRINFO0 0xF0062BF2          MC 27 Error Information Register 0
MTU_MC27_ERRINFO1 0xF0062BF4          MC 27 Error Information Register 1
MTU_MC27_ERRINFO2 0xF0062BF6          MC 27 Error Information Register 2
MTU_MC27_ERRINFO3 0xF0062BF8          MC 27 Error Information Register 3
MTU_MC27_ERRINFO4 0xF0062BFA          MC 27 Error Information Register 4
MTU_MC28_CONFIG0 0xF0062C00          MC 28 Configuration Register 0
MTU_MC28_CONFIG1 0xF0062C02          MC 28 Configuration Register 1
MTU_MC28_MCONTROL 0xF0062C04          MC 28 MBIST Control Register
MTU_MC28_MSTATUS 0xF0062C06          MC 28 Status Register
MTU_MC28_RANGE  0xF0062C08          MC 28 Range Register, single address mode
MTU_MC28_REVID  0xF0062C0C          MC 28 Revision ID Register
MTU_MC28_ECCS   0xF0062C0E          MC 28 ECC Safety Register
MTU_MC28_ECCD   0xF0062C10          MC 28 Memory ECC Detection Register
MTU_MC28_ETRR0  0xF0062C12          MC 28 Error Tracking Register 0
MTU_MC28_ETRR1  0xF0062C14          MC 28 Error Tracking Register 1
MTU_MC28_ETRR2  0xF0062C16          MC 28 Error Tracking Register 2
MTU_MC28_ETRR3  0xF0062C18          MC 28 Error Tracking Register 3
MTU_MC28_ETRR4  0xF0062C1A          MC 28 Error Tracking Register 4
MTU_MC28_RDBFL0 0xF0062C60          MC 28 Read Data and Bit Flip Register 0
MTU_MC28_RDBFL1 0xF0062C62          MC 28 Read Data and Bit Flip Register 1
MTU_MC28_RDBFL2 0xF0062C64          MC 28 Read Data and Bit Flip Register 2
MTU_MC28_RDBFL3 0xF0062C66          MC 28 Read Data and Bit Flip Register 3
MTU_MC28_RDBFL4 0xF0062C68          MC 28 Read Data and Bit Flip Register 4
MTU_MC28_RDBFL5 0xF0062C6A          MC 28 Read Data and Bit Flip Register 5
MTU_MC28_RDBFL6 0xF0062C6C          MC 28 Read Data and Bit Flip Register 6
MTU_MC28_RDBFL7 0xF0062C6E          MC 28 Read Data and Bit Flip Register 7
MTU_MC28_RDBFL8 0xF0062C70          MC 28 Read Data and Bit Flip Register 8
MTU_MC28_RDBFL9 0xF0062C72          MC 28 Read Data and Bit Flip Register 9
MTU_MC28_RDBFL10 0xF0062C74          MC 28 Read Data and Bit Flip Register 10
MTU_MC28_RDBFL11 0xF0062C76          MC 28 Read Data and Bit Flip Register 11
MTU_MC28_RDBFL12 0xF0062C78          MC 28 Read Data and Bit Flip Register 12
MTU_MC28_RDBFL13 0xF0062C7A          MC 28 Read Data and Bit Flip Register 13
MTU_MC28_RDBFL14 0xF0062C7C          MC 28 Read Data and Bit Flip Register 14
MTU_MC28_RDBFL15 0xF0062C7E          MC 28 Read Data and Bit Flip Register 15
MTU_MC28_RDBFL16 0xF0062C80          MC 28 Read Data and Bit Flip Register 16
MTU_MC28_RDBFL17 0xF0062C82          MC 28 Read Data and Bit Flip Register 17
MTU_MC28_RDBFL18 0xF0062C84          MC 28 Read Data and Bit Flip Register 18
MTU_MC28_RDBFL19 0xF0062C86          MC 28 Read Data and Bit Flip Register 19
MTU_MC28_RDBFL20 0xF0062C88          MC 28 Read Data and Bit Flip Register 20
MTU_MC28_RDBFL21 0xF0062C8A          MC 28 Read Data and Bit Flip Register 21
MTU_MC28_RDBFL22 0xF0062C8C          MC 28 Read Data and Bit Flip Register 22
MTU_MC28_RDBFL23 0xF0062C8E          MC 28 Read Data and Bit Flip Register 23
MTU_MC28_RDBFL24 0xF0062C90          MC 28 Read Data and Bit Flip Register 24
MTU_MC28_RDBFL25 0xF0062C92          MC 28 Read Data and Bit Flip Register 25
MTU_MC28_RDBFL26 0xF0062C94          MC 28 Read Data and Bit Flip Register 26
MTU_MC28_RDBFL27 0xF0062C96          MC 28 Read Data and Bit Flip Register 27
MTU_MC28_RDBFL28 0xF0062C98          MC 28 Read Data and Bit Flip Register 28
MTU_MC28_RDBFL29 0xF0062C9A          MC 28 Read Data and Bit Flip Register 29
MTU_MC28_RDBFL30 0xF0062C9C          MC 28 Read Data and Bit Flip Register 30
MTU_MC28_RDBFL31 0xF0062C9E          MC 28 Read Data and Bit Flip Register 31
MTU_MC28_RDBFL32 0xF0062CA0          MC 28 Read Data and Bit Flip Register 32
MTU_MC28_RDBFL33 0xF0062CA2          MC 28 Read Data and Bit Flip Register 33
MTU_MC28_RDBFL34 0xF0062CA4          MC 28 Read Data and Bit Flip Register 34
MTU_MC28_RDBFL35 0xF0062CA6          MC 28 Read Data and Bit Flip Register 35
MTU_MC28_RDBFL36 0xF0062CA8          MC 28 Read Data and Bit Flip Register 36
MTU_MC28_RDBFL37 0xF0062CAA          MC 28 Read Data and Bit Flip Register 37
MTU_MC28_RDBFL38 0xF0062CAC          MC 28 Read Data and Bit Flip Register 38
MTU_MC28_RDBFL39 0xF0062CAE          MC 28 Read Data and Bit Flip Register 39
MTU_MC28_RDBFL40 0xF0062CB0          MC 28 Read Data and Bit Flip Register 40
MTU_MC28_RDBFL41 0xF0062CB2          MC 28 Read Data and Bit Flip Register 41
MTU_MC28_RDBFL42 0xF0062CB4          MC 28 Read Data and Bit Flip Register 42
MTU_MC28_RDBFL43 0xF0062CB6          MC 28 Read Data and Bit Flip Register 43
MTU_MC28_RDBFL44 0xF0062CB8          MC 28 Read Data and Bit Flip Register 44
MTU_MC28_RDBFL45 0xF0062CBA          MC 28 Read Data and Bit Flip Register 45
MTU_MC28_RDBFL46 0xF0062CBC          MC 28 Read Data and Bit Flip Register 46
MTU_MC28_RDBFL47 0xF0062CBE          MC 28 Read Data and Bit Flip Register 47
MTU_MC28_RDBFL48 0xF0062CC0          MC 28 Read Data and Bit Flip Register 48
MTU_MC28_RDBFL49 0xF0062CC2          MC 28 Read Data and Bit Flip Register 49
MTU_MC28_RDBFL50 0xF0062CC4          MC 28 Read Data and Bit Flip Register 50
MTU_MC28_RDBFL51 0xF0062CC6          MC 28 Read Data and Bit Flip Register 51
MTU_MC28_RDBFL52 0xF0062CC8          MC 28 Read Data and Bit Flip Register 52
MTU_MC28_RDBFL53 0xF0062CCA          MC 28 Read Data and Bit Flip Register 53
MTU_MC28_RDBFL54 0xF0062CCC          MC 28 Read Data and Bit Flip Register 54
MTU_MC28_RDBFL55 0xF0062CCE          MC 28 Read Data and Bit Flip Register 55
MTU_MC28_RDBFL56 0xF0062CD0          MC 28 Read Data and Bit Flip Register 56
MTU_MC28_RDBFL57 0xF0062CD2          MC 28 Read Data and Bit Flip Register 57
MTU_MC28_RDBFL58 0xF0062CD4          MC 28 Read Data and Bit Flip Register 58
MTU_MC28_RDBFL59 0xF0062CD6          MC 28 Read Data and Bit Flip Register 59
MTU_MC28_RDBFL60 0xF0062CD8          MC 28 Read Data and Bit Flip Register 60
MTU_MC28_RDBFL61 0xF0062CDA          MC 28 Read Data and Bit Flip Register 61
MTU_MC28_RDBFL62 0xF0062CDC          MC 28 Read Data and Bit Flip Register 62
MTU_MC28_RDBFL63 0xF0062CDE          MC 28 Read Data and Bit Flip Register 63
MTU_MC28_RDBFL64 0xF0062CE0          MC 28 Read Data and Bit Flip Register 64
MTU_MC28_RDBFL65 0xF0062CE2          MC 28 Read Data and Bit Flip Register 65
MTU_MC28_RDBFL66 0xF0062CE4          MC 28 Read Data and Bit Flip Register 66
MTU_MC28_ALMSRCS 0xF0062CEE          MC 28 Alarm Sources Configuration Register
MTU_MC28_FAULTSTS 0xF0062CF0          MC 28 SSH Safety Faults Status Register
MTU_MC28_ERRINFO0 0xF0062CF2          MC 28 Error Information Register 0
MTU_MC28_ERRINFO1 0xF0062CF4          MC 28 Error Information Register 1
MTU_MC28_ERRINFO2 0xF0062CF6          MC 28 Error Information Register 2
MTU_MC28_ERRINFO3 0xF0062CF8          MC 28 Error Information Register 3
MTU_MC28_ERRINFO4 0xF0062CFA          MC 28 Error Information Register 4
MTU_MC29_CONFIG0 0xF0062D00          MC 29 Configuration Register 0
MTU_MC29_CONFIG1 0xF0062D02          MC 29 Configuration Register 1
MTU_MC29_MCONTROL 0xF0062D04          MC 29 MBIST Control Register
MTU_MC29_MSTATUS 0xF0062D06          MC 29 Status Register
MTU_MC29_RANGE  0xF0062D08          MC 29 Range Register, single address mode
MTU_MC29_REVID  0xF0062D0C          MC 29 Revision ID Register
MTU_MC29_ECCS   0xF0062D0E          MC 29 ECC Safety Register
MTU_MC29_ECCD   0xF0062D10          MC 29 Memory ECC Detection Register
MTU_MC29_ETRR0  0xF0062D12          MC 29 Error Tracking Register 0
MTU_MC29_ETRR1  0xF0062D14          MC 29 Error Tracking Register 1
MTU_MC29_ETRR2  0xF0062D16          MC 29 Error Tracking Register 2
MTU_MC29_ETRR3  0xF0062D18          MC 29 Error Tracking Register 3
MTU_MC29_ETRR4  0xF0062D1A          MC 29 Error Tracking Register 4
MTU_MC29_RDBFL0 0xF0062D60          MC 29 Read Data and Bit Flip Register 0
MTU_MC29_RDBFL1 0xF0062D62          MC 29 Read Data and Bit Flip Register 1
MTU_MC29_RDBFL2 0xF0062D64          MC 29 Read Data and Bit Flip Register 2
MTU_MC29_RDBFL3 0xF0062D66          MC 29 Read Data and Bit Flip Register 3
MTU_MC29_RDBFL4 0xF0062D68          MC 29 Read Data and Bit Flip Register 4
MTU_MC29_RDBFL5 0xF0062D6A          MC 29 Read Data and Bit Flip Register 5
MTU_MC29_RDBFL6 0xF0062D6C          MC 29 Read Data and Bit Flip Register 6
MTU_MC29_RDBFL7 0xF0062D6E          MC 29 Read Data and Bit Flip Register 7
MTU_MC29_RDBFL8 0xF0062D70          MC 29 Read Data and Bit Flip Register 8
MTU_MC29_RDBFL9 0xF0062D72          MC 29 Read Data and Bit Flip Register 9
MTU_MC29_RDBFL10 0xF0062D74          MC 29 Read Data and Bit Flip Register 10
MTU_MC29_RDBFL11 0xF0062D76          MC 29 Read Data and Bit Flip Register 11
MTU_MC29_RDBFL12 0xF0062D78          MC 29 Read Data and Bit Flip Register 12
MTU_MC29_RDBFL13 0xF0062D7A          MC 29 Read Data and Bit Flip Register 13
MTU_MC29_RDBFL14 0xF0062D7C          MC 29 Read Data and Bit Flip Register 14
MTU_MC29_RDBFL15 0xF0062D7E          MC 29 Read Data and Bit Flip Register 15
MTU_MC29_RDBFL16 0xF0062D80          MC 29 Read Data and Bit Flip Register 16
MTU_MC29_RDBFL17 0xF0062D82          MC 29 Read Data and Bit Flip Register 17
MTU_MC29_RDBFL18 0xF0062D84          MC 29 Read Data and Bit Flip Register 18
MTU_MC29_RDBFL19 0xF0062D86          MC 29 Read Data and Bit Flip Register 19
MTU_MC29_RDBFL20 0xF0062D88          MC 29 Read Data and Bit Flip Register 20
MTU_MC29_RDBFL21 0xF0062D8A          MC 29 Read Data and Bit Flip Register 21
MTU_MC29_RDBFL22 0xF0062D8C          MC 29 Read Data and Bit Flip Register 22
MTU_MC29_RDBFL23 0xF0062D8E          MC 29 Read Data and Bit Flip Register 23
MTU_MC29_RDBFL24 0xF0062D90          MC 29 Read Data and Bit Flip Register 24
MTU_MC29_RDBFL25 0xF0062D92          MC 29 Read Data and Bit Flip Register 25
MTU_MC29_RDBFL26 0xF0062D94          MC 29 Read Data and Bit Flip Register 26
MTU_MC29_RDBFL27 0xF0062D96          MC 29 Read Data and Bit Flip Register 27
MTU_MC29_RDBFL28 0xF0062D98          MC 29 Read Data and Bit Flip Register 28
MTU_MC29_RDBFL29 0xF0062D9A          MC 29 Read Data and Bit Flip Register 29
MTU_MC29_RDBFL30 0xF0062D9C          MC 29 Read Data and Bit Flip Register 30
MTU_MC29_RDBFL31 0xF0062D9E          MC 29 Read Data and Bit Flip Register 31
MTU_MC29_RDBFL32 0xF0062DA0          MC 29 Read Data and Bit Flip Register 32
MTU_MC29_RDBFL33 0xF0062DA2          MC 29 Read Data and Bit Flip Register 33
MTU_MC29_RDBFL34 0xF0062DA4          MC 29 Read Data and Bit Flip Register 34
MTU_MC29_RDBFL35 0xF0062DA6          MC 29 Read Data and Bit Flip Register 35
MTU_MC29_RDBFL36 0xF0062DA8          MC 29 Read Data and Bit Flip Register 36
MTU_MC29_RDBFL37 0xF0062DAA          MC 29 Read Data and Bit Flip Register 37
MTU_MC29_RDBFL38 0xF0062DAC          MC 29 Read Data and Bit Flip Register 38
MTU_MC29_RDBFL39 0xF0062DAE          MC 29 Read Data and Bit Flip Register 39
MTU_MC29_RDBFL40 0xF0062DB0          MC 29 Read Data and Bit Flip Register 40
MTU_MC29_RDBFL41 0xF0062DB2          MC 29 Read Data and Bit Flip Register 41
MTU_MC29_RDBFL42 0xF0062DB4          MC 29 Read Data and Bit Flip Register 42
MTU_MC29_RDBFL43 0xF0062DB6          MC 29 Read Data and Bit Flip Register 43
MTU_MC29_RDBFL44 0xF0062DB8          MC 29 Read Data and Bit Flip Register 44
MTU_MC29_RDBFL45 0xF0062DBA          MC 29 Read Data and Bit Flip Register 45
MTU_MC29_RDBFL46 0xF0062DBC          MC 29 Read Data and Bit Flip Register 46
MTU_MC29_RDBFL47 0xF0062DBE          MC 29 Read Data and Bit Flip Register 47
MTU_MC29_RDBFL48 0xF0062DC0          MC 29 Read Data and Bit Flip Register 48
MTU_MC29_RDBFL49 0xF0062DC2          MC 29 Read Data and Bit Flip Register 49
MTU_MC29_RDBFL50 0xF0062DC4          MC 29 Read Data and Bit Flip Register 50
MTU_MC29_RDBFL51 0xF0062DC6          MC 29 Read Data and Bit Flip Register 51
MTU_MC29_RDBFL52 0xF0062DC8          MC 29 Read Data and Bit Flip Register 52
MTU_MC29_RDBFL53 0xF0062DCA          MC 29 Read Data and Bit Flip Register 53
MTU_MC29_RDBFL54 0xF0062DCC          MC 29 Read Data and Bit Flip Register 54
MTU_MC29_RDBFL55 0xF0062DCE          MC 29 Read Data and Bit Flip Register 55
MTU_MC29_RDBFL56 0xF0062DD0          MC 29 Read Data and Bit Flip Register 56
MTU_MC29_RDBFL57 0xF0062DD2          MC 29 Read Data and Bit Flip Register 57
MTU_MC29_RDBFL58 0xF0062DD4          MC 29 Read Data and Bit Flip Register 58
MTU_MC29_RDBFL59 0xF0062DD6          MC 29 Read Data and Bit Flip Register 59
MTU_MC29_RDBFL60 0xF0062DD8          MC 29 Read Data and Bit Flip Register 60
MTU_MC29_RDBFL61 0xF0062DDA          MC 29 Read Data and Bit Flip Register 61
MTU_MC29_RDBFL62 0xF0062DDC          MC 29 Read Data and Bit Flip Register 62
MTU_MC29_RDBFL63 0xF0062DDE          MC 29 Read Data and Bit Flip Register 63
MTU_MC29_RDBFL64 0xF0062DE0          MC 29 Read Data and Bit Flip Register 64
MTU_MC29_RDBFL65 0xF0062DE2          MC 29 Read Data and Bit Flip Register 65
MTU_MC29_RDBFL66 0xF0062DE4          MC 29 Read Data and Bit Flip Register 66
MTU_MC29_ALMSRCS 0xF0062DEE          MC 29 Alarm Sources Configuration Register
MTU_MC29_FAULTSTS 0xF0062DF0          MC 29 SSH Safety Faults Status Register
MTU_MC29_ERRINFO0 0xF0062DF2          MC 29 Error Information Register 0
MTU_MC29_ERRINFO1 0xF0062DF4          MC 29 Error Information Register 1
MTU_MC29_ERRINFO2 0xF0062DF6          MC 29 Error Information Register 2
MTU_MC29_ERRINFO3 0xF0062DF8          MC 29 Error Information Register 3
MTU_MC29_ERRINFO4 0xF0062DFA          MC 29 Error Information Register 4
MTU_MC30_CONFIG0 0xF0062E00          MC 30 Configuration Register 0
MTU_MC30_CONFIG1 0xF0062E02          MC 30 Configuration Register 1
MTU_MC30_MCONTROL 0xF0062E04          MC 30 MBIST Control Register
MTU_MC30_MSTATUS 0xF0062E06          MC 30 Status Register
MTU_MC30_RANGE  0xF0062E08          MC 30 Range Register, single address mode
MTU_MC30_REVID  0xF0062E0C          MC 30 Revision ID Register
MTU_MC30_ECCS   0xF0062E0E          MC 30 ECC Safety Register
MTU_MC30_ECCD   0xF0062E10          MC 30 Memory ECC Detection Register
MTU_MC30_ETRR0  0xF0062E12          MC 30 Error Tracking Register 0
MTU_MC30_ETRR1  0xF0062E14          MC 30 Error Tracking Register 1
MTU_MC30_ETRR2  0xF0062E16          MC 30 Error Tracking Register 2
MTU_MC30_ETRR3  0xF0062E18          MC 30 Error Tracking Register 3
MTU_MC30_ETRR4  0xF0062E1A          MC 30 Error Tracking Register 4
MTU_MC30_RDBFL0 0xF0062E60          MC 30 Read Data and Bit Flip Register 0
MTU_MC30_RDBFL1 0xF0062E62          MC 30 Read Data and Bit Flip Register 1
MTU_MC30_RDBFL2 0xF0062E64          MC 30 Read Data and Bit Flip Register 2
MTU_MC30_RDBFL3 0xF0062E66          MC 30 Read Data and Bit Flip Register 3
MTU_MC30_RDBFL4 0xF0062E68          MC 30 Read Data and Bit Flip Register 4
MTU_MC30_RDBFL5 0xF0062E6A          MC 30 Read Data and Bit Flip Register 5
MTU_MC30_RDBFL6 0xF0062E6C          MC 30 Read Data and Bit Flip Register 6
MTU_MC30_RDBFL7 0xF0062E6E          MC 30 Read Data and Bit Flip Register 7
MTU_MC30_RDBFL8 0xF0062E70          MC 30 Read Data and Bit Flip Register 8
MTU_MC30_RDBFL9 0xF0062E72          MC 30 Read Data and Bit Flip Register 9
MTU_MC30_RDBFL10 0xF0062E74          MC 30 Read Data and Bit Flip Register 10
MTU_MC30_RDBFL11 0xF0062E76          MC 30 Read Data and Bit Flip Register 11
MTU_MC30_RDBFL12 0xF0062E78          MC 30 Read Data and Bit Flip Register 12
MTU_MC30_RDBFL13 0xF0062E7A          MC 30 Read Data and Bit Flip Register 13
MTU_MC30_RDBFL14 0xF0062E7C          MC 30 Read Data and Bit Flip Register 14
MTU_MC30_RDBFL15 0xF0062E7E          MC 30 Read Data and Bit Flip Register 15
MTU_MC30_RDBFL16 0xF0062E80          MC 30 Read Data and Bit Flip Register 16
MTU_MC30_RDBFL17 0xF0062E82          MC 30 Read Data and Bit Flip Register 17
MTU_MC30_RDBFL18 0xF0062E84          MC 30 Read Data and Bit Flip Register 18
MTU_MC30_RDBFL19 0xF0062E86          MC 30 Read Data and Bit Flip Register 19
MTU_MC30_RDBFL20 0xF0062E88          MC 30 Read Data and Bit Flip Register 20
MTU_MC30_RDBFL21 0xF0062E8A          MC 30 Read Data and Bit Flip Register 21
MTU_MC30_RDBFL22 0xF0062E8C          MC 30 Read Data and Bit Flip Register 22
MTU_MC30_RDBFL23 0xF0062E8E          MC 30 Read Data and Bit Flip Register 23
MTU_MC30_RDBFL24 0xF0062E90          MC 30 Read Data and Bit Flip Register 24
MTU_MC30_RDBFL25 0xF0062E92          MC 30 Read Data and Bit Flip Register 25
MTU_MC30_RDBFL26 0xF0062E94          MC 30 Read Data and Bit Flip Register 26
MTU_MC30_RDBFL27 0xF0062E96          MC 30 Read Data and Bit Flip Register 27
MTU_MC30_RDBFL28 0xF0062E98          MC 30 Read Data and Bit Flip Register 28
MTU_MC30_RDBFL29 0xF0062E9A          MC 30 Read Data and Bit Flip Register 29
MTU_MC30_RDBFL30 0xF0062E9C          MC 30 Read Data and Bit Flip Register 30
MTU_MC30_RDBFL31 0xF0062E9E          MC 30 Read Data and Bit Flip Register 31
MTU_MC30_RDBFL32 0xF0062EA0          MC 30 Read Data and Bit Flip Register 32
MTU_MC30_RDBFL33 0xF0062EA2          MC 30 Read Data and Bit Flip Register 33
MTU_MC30_RDBFL34 0xF0062EA4          MC 30 Read Data and Bit Flip Register 34
MTU_MC30_RDBFL35 0xF0062EA6          MC 30 Read Data and Bit Flip Register 35
MTU_MC30_RDBFL36 0xF0062EA8          MC 30 Read Data and Bit Flip Register 36
MTU_MC30_RDBFL37 0xF0062EAA          MC 30 Read Data and Bit Flip Register 37
MTU_MC30_RDBFL38 0xF0062EAC          MC 30 Read Data and Bit Flip Register 38
MTU_MC30_RDBFL39 0xF0062EAE          MC 30 Read Data and Bit Flip Register 39
MTU_MC30_RDBFL40 0xF0062EB0          MC 30 Read Data and Bit Flip Register 40
MTU_MC30_RDBFL41 0xF0062EB2          MC 30 Read Data and Bit Flip Register 41
MTU_MC30_RDBFL42 0xF0062EB4          MC 30 Read Data and Bit Flip Register 42
MTU_MC30_RDBFL43 0xF0062EB6          MC 30 Read Data and Bit Flip Register 43
MTU_MC30_RDBFL44 0xF0062EB8          MC 30 Read Data and Bit Flip Register 44
MTU_MC30_RDBFL45 0xF0062EBA          MC 30 Read Data and Bit Flip Register 45
MTU_MC30_RDBFL46 0xF0062EBC          MC 30 Read Data and Bit Flip Register 46
MTU_MC30_RDBFL47 0xF0062EBE          MC 30 Read Data and Bit Flip Register 47
MTU_MC30_RDBFL48 0xF0062EC0          MC 30 Read Data and Bit Flip Register 48
MTU_MC30_RDBFL49 0xF0062EC2          MC 30 Read Data and Bit Flip Register 49
MTU_MC30_RDBFL50 0xF0062EC4          MC 30 Read Data and Bit Flip Register 50
MTU_MC30_RDBFL51 0xF0062EC6          MC 30 Read Data and Bit Flip Register 51
MTU_MC30_RDBFL52 0xF0062EC8          MC 30 Read Data and Bit Flip Register 52
MTU_MC30_RDBFL53 0xF0062ECA          MC 30 Read Data and Bit Flip Register 53
MTU_MC30_RDBFL54 0xF0062ECC          MC 30 Read Data and Bit Flip Register 54
MTU_MC30_RDBFL55 0xF0062ECE          MC 30 Read Data and Bit Flip Register 55
MTU_MC30_RDBFL56 0xF0062ED0          MC 30 Read Data and Bit Flip Register 56
MTU_MC30_RDBFL57 0xF0062ED2          MC 30 Read Data and Bit Flip Register 57
MTU_MC30_RDBFL58 0xF0062ED4          MC 30 Read Data and Bit Flip Register 58
MTU_MC30_RDBFL59 0xF0062ED6          MC 30 Read Data and Bit Flip Register 59
MTU_MC30_RDBFL60 0xF0062ED8          MC 30 Read Data and Bit Flip Register 60
MTU_MC30_RDBFL61 0xF0062EDA          MC 30 Read Data and Bit Flip Register 61
MTU_MC30_RDBFL62 0xF0062EDC          MC 30 Read Data and Bit Flip Register 62
MTU_MC30_RDBFL63 0xF0062EDE          MC 30 Read Data and Bit Flip Register 63
MTU_MC30_RDBFL64 0xF0062EE0          MC 30 Read Data and Bit Flip Register 64
MTU_MC30_RDBFL65 0xF0062EE2          MC 30 Read Data and Bit Flip Register 65
MTU_MC30_RDBFL66 0xF0062EE4          MC 30 Read Data and Bit Flip Register 66
MTU_MC30_ALMSRCS 0xF0062EEE          MC 30 Alarm Sources Configuration Register
MTU_MC30_FAULTSTS 0xF0062EF0          MC 30 SSH Safety Faults Status Register
MTU_MC30_ERRINFO0 0xF0062EF2          MC 30 Error Information Register 0
MTU_MC30_ERRINFO1 0xF0062EF4          MC 30 Error Information Register 1
MTU_MC30_ERRINFO2 0xF0062EF6          MC 30 Error Information Register 2
MTU_MC30_ERRINFO3 0xF0062EF8          MC 30 Error Information Register 3
MTU_MC30_ERRINFO4 0xF0062EFA          MC 30 Error Information Register 4
MTU_MC31_CONFIG0 0xF0062F00          MC 31 Configuration Register 0
MTU_MC31_CONFIG1 0xF0062F02          MC 31 Configuration Register 1
MTU_MC31_MCONTROL 0xF0062F04          MC 31 MBIST Control Register
MTU_MC31_MSTATUS 0xF0062F06          MC 31 Status Register
MTU_MC31_RANGE  0xF0062F08          MC 31 Range Register, single address mode
MTU_MC31_REVID  0xF0062F0C          MC 31 Revision ID Register
MTU_MC31_ECCS   0xF0062F0E          MC 31 ECC Safety Register
MTU_MC31_ECCD   0xF0062F10          MC 31 Memory ECC Detection Register
MTU_MC31_ETRR0  0xF0062F12          MC 31 Error Tracking Register 0
MTU_MC31_ETRR1  0xF0062F14          MC 31 Error Tracking Register 1
MTU_MC31_ETRR2  0xF0062F16          MC 31 Error Tracking Register 2
MTU_MC31_ETRR3  0xF0062F18          MC 31 Error Tracking Register 3
MTU_MC31_ETRR4  0xF0062F1A          MC 31 Error Tracking Register 4
MTU_MC31_RDBFL0 0xF0062F60          MC 31 Read Data and Bit Flip Register 0
MTU_MC31_RDBFL1 0xF0062F62          MC 31 Read Data and Bit Flip Register 1
MTU_MC31_RDBFL2 0xF0062F64          MC 31 Read Data and Bit Flip Register 2
MTU_MC31_RDBFL3 0xF0062F66          MC 31 Read Data and Bit Flip Register 3
MTU_MC31_RDBFL4 0xF0062F68          MC 31 Read Data and Bit Flip Register 4
MTU_MC31_RDBFL5 0xF0062F6A          MC 31 Read Data and Bit Flip Register 5
MTU_MC31_RDBFL6 0xF0062F6C          MC 31 Read Data and Bit Flip Register 6
MTU_MC31_RDBFL7 0xF0062F6E          MC 31 Read Data and Bit Flip Register 7
MTU_MC31_RDBFL8 0xF0062F70          MC 31 Read Data and Bit Flip Register 8
MTU_MC31_RDBFL9 0xF0062F72          MC 31 Read Data and Bit Flip Register 9
MTU_MC31_RDBFL10 0xF0062F74          MC 31 Read Data and Bit Flip Register 10
MTU_MC31_RDBFL11 0xF0062F76          MC 31 Read Data and Bit Flip Register 11
MTU_MC31_RDBFL12 0xF0062F78          MC 31 Read Data and Bit Flip Register 12
MTU_MC31_RDBFL13 0xF0062F7A          MC 31 Read Data and Bit Flip Register 13
MTU_MC31_RDBFL14 0xF0062F7C          MC 31 Read Data and Bit Flip Register 14
MTU_MC31_RDBFL15 0xF0062F7E          MC 31 Read Data and Bit Flip Register 15
MTU_MC31_RDBFL16 0xF0062F80          MC 31 Read Data and Bit Flip Register 16
MTU_MC31_RDBFL17 0xF0062F82          MC 31 Read Data and Bit Flip Register 17
MTU_MC31_RDBFL18 0xF0062F84          MC 31 Read Data and Bit Flip Register 18
MTU_MC31_RDBFL19 0xF0062F86          MC 31 Read Data and Bit Flip Register 19
MTU_MC31_RDBFL20 0xF0062F88          MC 31 Read Data and Bit Flip Register 20
MTU_MC31_RDBFL21 0xF0062F8A          MC 31 Read Data and Bit Flip Register 21
MTU_MC31_RDBFL22 0xF0062F8C          MC 31 Read Data and Bit Flip Register 22
MTU_MC31_RDBFL23 0xF0062F8E          MC 31 Read Data and Bit Flip Register 23
MTU_MC31_RDBFL24 0xF0062F90          MC 31 Read Data and Bit Flip Register 24
MTU_MC31_RDBFL25 0xF0062F92          MC 31 Read Data and Bit Flip Register 25
MTU_MC31_RDBFL26 0xF0062F94          MC 31 Read Data and Bit Flip Register 26
MTU_MC31_RDBFL27 0xF0062F96          MC 31 Read Data and Bit Flip Register 27
MTU_MC31_RDBFL28 0xF0062F98          MC 31 Read Data and Bit Flip Register 28
MTU_MC31_RDBFL29 0xF0062F9A          MC 31 Read Data and Bit Flip Register 29
MTU_MC31_RDBFL30 0xF0062F9C          MC 31 Read Data and Bit Flip Register 30
MTU_MC31_RDBFL31 0xF0062F9E          MC 31 Read Data and Bit Flip Register 31
MTU_MC31_RDBFL32 0xF0062FA0          MC 31 Read Data and Bit Flip Register 32
MTU_MC31_RDBFL33 0xF0062FA2          MC 31 Read Data and Bit Flip Register 33
MTU_MC31_RDBFL34 0xF0062FA4          MC 31 Read Data and Bit Flip Register 34
MTU_MC31_RDBFL35 0xF0062FA6          MC 31 Read Data and Bit Flip Register 35
MTU_MC31_RDBFL36 0xF0062FA8          MC 31 Read Data and Bit Flip Register 36
MTU_MC31_RDBFL37 0xF0062FAA          MC 31 Read Data and Bit Flip Register 37
MTU_MC31_RDBFL38 0xF0062FAC          MC 31 Read Data and Bit Flip Register 38
MTU_MC31_RDBFL39 0xF0062FAE          MC 31 Read Data and Bit Flip Register 39
MTU_MC31_RDBFL40 0xF0062FB0          MC 31 Read Data and Bit Flip Register 40
MTU_MC31_RDBFL41 0xF0062FB2          MC 31 Read Data and Bit Flip Register 41
MTU_MC31_RDBFL42 0xF0062FB4          MC 31 Read Data and Bit Flip Register 42
MTU_MC31_RDBFL43 0xF0062FB6          MC 31 Read Data and Bit Flip Register 43
MTU_MC31_RDBFL44 0xF0062FB8          MC 31 Read Data and Bit Flip Register 44
MTU_MC31_RDBFL45 0xF0062FBA          MC 31 Read Data and Bit Flip Register 45
MTU_MC31_RDBFL46 0xF0062FBC          MC 31 Read Data and Bit Flip Register 46
MTU_MC31_RDBFL47 0xF0062FBE          MC 31 Read Data and Bit Flip Register 47
MTU_MC31_RDBFL48 0xF0062FC0          MC 31 Read Data and Bit Flip Register 48
MTU_MC31_RDBFL49 0xF0062FC2          MC 31 Read Data and Bit Flip Register 49
MTU_MC31_RDBFL50 0xF0062FC4          MC 31 Read Data and Bit Flip Register 50
MTU_MC31_RDBFL51 0xF0062FC6          MC 31 Read Data and Bit Flip Register 51
MTU_MC31_RDBFL52 0xF0062FC8          MC 31 Read Data and Bit Flip Register 52
MTU_MC31_RDBFL53 0xF0062FCA          MC 31 Read Data and Bit Flip Register 53
MTU_MC31_RDBFL54 0xF0062FCC          MC 31 Read Data and Bit Flip Register 54
MTU_MC31_RDBFL55 0xF0062FCE          MC 31 Read Data and Bit Flip Register 55
MTU_MC31_RDBFL56 0xF0062FD0          MC 31 Read Data and Bit Flip Register 56
MTU_MC31_RDBFL57 0xF0062FD2          MC 31 Read Data and Bit Flip Register 57
MTU_MC31_RDBFL58 0xF0062FD4          MC 31 Read Data and Bit Flip Register 58
MTU_MC31_RDBFL59 0xF0062FD6          MC 31 Read Data and Bit Flip Register 59
MTU_MC31_RDBFL60 0xF0062FD8          MC 31 Read Data and Bit Flip Register 60
MTU_MC31_RDBFL61 0xF0062FDA          MC 31 Read Data and Bit Flip Register 61
MTU_MC31_RDBFL62 0xF0062FDC          MC 31 Read Data and Bit Flip Register 62
MTU_MC31_RDBFL63 0xF0062FDE          MC 31 Read Data and Bit Flip Register 63
MTU_MC31_RDBFL64 0xF0062FE0          MC 31 Read Data and Bit Flip Register 64
MTU_MC31_RDBFL65 0xF0062FE2          MC 31 Read Data and Bit Flip Register 65
MTU_MC31_RDBFL66 0xF0062FE4          MC 31 Read Data and Bit Flip Register 66
MTU_MC31_ALMSRCS 0xF0062FEE          MC 31 Alarm Sources Configuration Register
MTU_MC31_FAULTSTS 0xF0062FF0          MC 31 SSH Safety Faults Status Register
MTU_MC31_ERRINFO0 0xF0062FF2          MC 31 Error Information Register 0
MTU_MC31_ERRINFO1 0xF0062FF4          MC 31 Error Information Register 1
MTU_MC31_ERRINFO2 0xF0062FF6          MC 31 Error Information Register 2
MTU_MC31_ERRINFO3 0xF0062FF8          MC 31 Error Information Register 3
MTU_MC31_ERRINFO4 0xF0062FFA          MC 31 Error Information Register 4
MTU_MC32_CONFIG0 0xF0063000          MC 32 Configuration Register 0
MTU_MC32_CONFIG1 0xF0063002          MC 32 Configuration Register 1
MTU_MC32_MCONTROL 0xF0063004          MC 32 MBIST Control Register
MTU_MC32_MSTATUS 0xF0063006          MC 32 Status Register
MTU_MC32_RANGE  0xF0063008          MC 32 Range Register, single address mode
MTU_MC32_REVID  0xF006300C          MC 32 Revision ID Register
MTU_MC32_ECCS   0xF006300E          MC 32 ECC Safety Register
MTU_MC32_ECCD   0xF0063010          MC 32 Memory ECC Detection Register
MTU_MC32_ETRR0  0xF0063012          MC 32 Error Tracking Register 0
MTU_MC32_ETRR1  0xF0063014          MC 32 Error Tracking Register 1
MTU_MC32_ETRR2  0xF0063016          MC 32 Error Tracking Register 2
MTU_MC32_ETRR3  0xF0063018          MC 32 Error Tracking Register 3
MTU_MC32_ETRR4  0xF006301A          MC 32 Error Tracking Register 4
MTU_MC32_RDBFL0 0xF0063060          MC 32 Read Data and Bit Flip Register 0
MTU_MC32_RDBFL1 0xF0063062          MC 32 Read Data and Bit Flip Register 1
MTU_MC32_RDBFL2 0xF0063064          MC 32 Read Data and Bit Flip Register 2
MTU_MC32_RDBFL3 0xF0063066          MC 32 Read Data and Bit Flip Register 3
MTU_MC32_RDBFL4 0xF0063068          MC 32 Read Data and Bit Flip Register 4
MTU_MC32_RDBFL5 0xF006306A          MC 32 Read Data and Bit Flip Register 5
MTU_MC32_RDBFL6 0xF006306C          MC 32 Read Data and Bit Flip Register 6
MTU_MC32_RDBFL7 0xF006306E          MC 32 Read Data and Bit Flip Register 7
MTU_MC32_RDBFL8 0xF0063070          MC 32 Read Data and Bit Flip Register 8
MTU_MC32_RDBFL9 0xF0063072          MC 32 Read Data and Bit Flip Register 9
MTU_MC32_RDBFL10 0xF0063074          MC 32 Read Data and Bit Flip Register 10
MTU_MC32_RDBFL11 0xF0063076          MC 32 Read Data and Bit Flip Register 11
MTU_MC32_RDBFL12 0xF0063078          MC 32 Read Data and Bit Flip Register 12
MTU_MC32_RDBFL13 0xF006307A          MC 32 Read Data and Bit Flip Register 13
MTU_MC32_RDBFL14 0xF006307C          MC 32 Read Data and Bit Flip Register 14
MTU_MC32_RDBFL15 0xF006307E          MC 32 Read Data and Bit Flip Register 15
MTU_MC32_RDBFL16 0xF0063080          MC 32 Read Data and Bit Flip Register 16
MTU_MC32_RDBFL17 0xF0063082          MC 32 Read Data and Bit Flip Register 17
MTU_MC32_RDBFL18 0xF0063084          MC 32 Read Data and Bit Flip Register 18
MTU_MC32_RDBFL19 0xF0063086          MC 32 Read Data and Bit Flip Register 19
MTU_MC32_RDBFL20 0xF0063088          MC 32 Read Data and Bit Flip Register 20
MTU_MC32_RDBFL21 0xF006308A          MC 32 Read Data and Bit Flip Register 21
MTU_MC32_RDBFL22 0xF006308C          MC 32 Read Data and Bit Flip Register 22
MTU_MC32_RDBFL23 0xF006308E          MC 32 Read Data and Bit Flip Register 23
MTU_MC32_RDBFL24 0xF0063090          MC 32 Read Data and Bit Flip Register 24
MTU_MC32_RDBFL25 0xF0063092          MC 32 Read Data and Bit Flip Register 25
MTU_MC32_RDBFL26 0xF0063094          MC 32 Read Data and Bit Flip Register 26
MTU_MC32_RDBFL27 0xF0063096          MC 32 Read Data and Bit Flip Register 27
MTU_MC32_RDBFL28 0xF0063098          MC 32 Read Data and Bit Flip Register 28
MTU_MC32_RDBFL29 0xF006309A          MC 32 Read Data and Bit Flip Register 29
MTU_MC32_RDBFL30 0xF006309C          MC 32 Read Data and Bit Flip Register 30
MTU_MC32_RDBFL31 0xF006309E          MC 32 Read Data and Bit Flip Register 31
MTU_MC32_RDBFL32 0xF00630A0          MC 32 Read Data and Bit Flip Register 32
MTU_MC32_RDBFL33 0xF00630A2          MC 32 Read Data and Bit Flip Register 33
MTU_MC32_RDBFL34 0xF00630A4          MC 32 Read Data and Bit Flip Register 34
MTU_MC32_RDBFL35 0xF00630A6          MC 32 Read Data and Bit Flip Register 35
MTU_MC32_RDBFL36 0xF00630A8          MC 32 Read Data and Bit Flip Register 36
MTU_MC32_RDBFL37 0xF00630AA          MC 32 Read Data and Bit Flip Register 37
MTU_MC32_RDBFL38 0xF00630AC          MC 32 Read Data and Bit Flip Register 38
MTU_MC32_RDBFL39 0xF00630AE          MC 32 Read Data and Bit Flip Register 39
MTU_MC32_RDBFL40 0xF00630B0          MC 32 Read Data and Bit Flip Register 40
MTU_MC32_RDBFL41 0xF00630B2          MC 32 Read Data and Bit Flip Register 41
MTU_MC32_RDBFL42 0xF00630B4          MC 32 Read Data and Bit Flip Register 42
MTU_MC32_RDBFL43 0xF00630B6          MC 32 Read Data and Bit Flip Register 43
MTU_MC32_RDBFL44 0xF00630B8          MC 32 Read Data and Bit Flip Register 44
MTU_MC32_RDBFL45 0xF00630BA          MC 32 Read Data and Bit Flip Register 45
MTU_MC32_RDBFL46 0xF00630BC          MC 32 Read Data and Bit Flip Register 46
MTU_MC32_RDBFL47 0xF00630BE          MC 32 Read Data and Bit Flip Register 47
MTU_MC32_RDBFL48 0xF00630C0          MC 32 Read Data and Bit Flip Register 48
MTU_MC32_RDBFL49 0xF00630C2          MC 32 Read Data and Bit Flip Register 49
MTU_MC32_RDBFL50 0xF00630C4          MC 32 Read Data and Bit Flip Register 50
MTU_MC32_RDBFL51 0xF00630C6          MC 32 Read Data and Bit Flip Register 51
MTU_MC32_RDBFL52 0xF00630C8          MC 32 Read Data and Bit Flip Register 52
MTU_MC32_RDBFL53 0xF00630CA          MC 32 Read Data and Bit Flip Register 53
MTU_MC32_RDBFL54 0xF00630CC          MC 32 Read Data and Bit Flip Register 54
MTU_MC32_RDBFL55 0xF00630CE          MC 32 Read Data and Bit Flip Register 55
MTU_MC32_RDBFL56 0xF00630D0          MC 32 Read Data and Bit Flip Register 56
MTU_MC32_RDBFL57 0xF00630D2          MC 32 Read Data and Bit Flip Register 57
MTU_MC32_RDBFL58 0xF00630D4          MC 32 Read Data and Bit Flip Register 58
MTU_MC32_RDBFL59 0xF00630D6          MC 32 Read Data and Bit Flip Register 59
MTU_MC32_RDBFL60 0xF00630D8          MC 32 Read Data and Bit Flip Register 60
MTU_MC32_RDBFL61 0xF00630DA          MC 32 Read Data and Bit Flip Register 61
MTU_MC32_RDBFL62 0xF00630DC          MC 32 Read Data and Bit Flip Register 62
MTU_MC32_RDBFL63 0xF00630DE          MC 32 Read Data and Bit Flip Register 63
MTU_MC32_RDBFL64 0xF00630E0          MC 32 Read Data and Bit Flip Register 64
MTU_MC32_RDBFL65 0xF00630E2          MC 32 Read Data and Bit Flip Register 65
MTU_MC32_RDBFL66 0xF00630E4          MC 32 Read Data and Bit Flip Register 66
MTU_MC32_ALMSRCS 0xF00630EE          MC 32 Alarm Sources Configuration Register
MTU_MC32_FAULTSTS 0xF00630F0          MC 32 SSH Safety Faults Status Register
MTU_MC32_ERRINFO0 0xF00630F2          MC 32 Error Information Register 0
MTU_MC32_ERRINFO1 0xF00630F4          MC 32 Error Information Register 1
MTU_MC32_ERRINFO2 0xF00630F6          MC 32 Error Information Register 2
MTU_MC32_ERRINFO3 0xF00630F8          MC 32 Error Information Register 3
MTU_MC32_ERRINFO4 0xF00630FA          MC 32 Error Information Register 4
MTU_MC33_CONFIG0 0xF0063100          MC 33 Configuration Register 0
MTU_MC33_CONFIG1 0xF0063102          MC 33 Configuration Register 1
MTU_MC33_MCONTROL 0xF0063104          MC 33 MBIST Control Register
MTU_MC33_MSTATUS 0xF0063106          MC 33 Status Register
MTU_MC33_RANGE  0xF0063108          MC 33 Range Register, single address mode
MTU_MC33_REVID  0xF006310C          MC 33 Revision ID Register
MTU_MC33_ECCS   0xF006310E          MC 33 ECC Safety Register
MTU_MC33_ECCD   0xF0063110          MC 33 Memory ECC Detection Register
MTU_MC33_ETRR0  0xF0063112          MC 33 Error Tracking Register 0
MTU_MC33_ETRR1  0xF0063114          MC 33 Error Tracking Register 1
MTU_MC33_ETRR2  0xF0063116          MC 33 Error Tracking Register 2
MTU_MC33_ETRR3  0xF0063118          MC 33 Error Tracking Register 3
MTU_MC33_ETRR4  0xF006311A          MC 33 Error Tracking Register 4
MTU_MC33_RDBFL0 0xF0063160          MC 33 Read Data and Bit Flip Register 0
MTU_MC33_RDBFL1 0xF0063162          MC 33 Read Data and Bit Flip Register 1
MTU_MC33_RDBFL2 0xF0063164          MC 33 Read Data and Bit Flip Register 2
MTU_MC33_RDBFL3 0xF0063166          MC 33 Read Data and Bit Flip Register 3
MTU_MC33_RDBFL4 0xF0063168          MC 33 Read Data and Bit Flip Register 4
MTU_MC33_RDBFL5 0xF006316A          MC 33 Read Data and Bit Flip Register 5
MTU_MC33_RDBFL6 0xF006316C          MC 33 Read Data and Bit Flip Register 6
MTU_MC33_RDBFL7 0xF006316E          MC 33 Read Data and Bit Flip Register 7
MTU_MC33_RDBFL8 0xF0063170          MC 33 Read Data and Bit Flip Register 8
MTU_MC33_RDBFL9 0xF0063172          MC 33 Read Data and Bit Flip Register 9
MTU_MC33_RDBFL10 0xF0063174          MC 33 Read Data and Bit Flip Register 10
MTU_MC33_RDBFL11 0xF0063176          MC 33 Read Data and Bit Flip Register 11
MTU_MC33_RDBFL12 0xF0063178          MC 33 Read Data and Bit Flip Register 12
MTU_MC33_RDBFL13 0xF006317A          MC 33 Read Data and Bit Flip Register 13
MTU_MC33_RDBFL14 0xF006317C          MC 33 Read Data and Bit Flip Register 14
MTU_MC33_RDBFL15 0xF006317E          MC 33 Read Data and Bit Flip Register 15
MTU_MC33_RDBFL16 0xF0063180          MC 33 Read Data and Bit Flip Register 16
MTU_MC33_RDBFL17 0xF0063182          MC 33 Read Data and Bit Flip Register 17
MTU_MC33_RDBFL18 0xF0063184          MC 33 Read Data and Bit Flip Register 18
MTU_MC33_RDBFL19 0xF0063186          MC 33 Read Data and Bit Flip Register 19
MTU_MC33_RDBFL20 0xF0063188          MC 33 Read Data and Bit Flip Register 20
MTU_MC33_RDBFL21 0xF006318A          MC 33 Read Data and Bit Flip Register 21
MTU_MC33_RDBFL22 0xF006318C          MC 33 Read Data and Bit Flip Register 22
MTU_MC33_RDBFL23 0xF006318E          MC 33 Read Data and Bit Flip Register 23
MTU_MC33_RDBFL24 0xF0063190          MC 33 Read Data and Bit Flip Register 24
MTU_MC33_RDBFL25 0xF0063192          MC 33 Read Data and Bit Flip Register 25
MTU_MC33_RDBFL26 0xF0063194          MC 33 Read Data and Bit Flip Register 26
MTU_MC33_RDBFL27 0xF0063196          MC 33 Read Data and Bit Flip Register 27
MTU_MC33_RDBFL28 0xF0063198          MC 33 Read Data and Bit Flip Register 28
MTU_MC33_RDBFL29 0xF006319A          MC 33 Read Data and Bit Flip Register 29
MTU_MC33_RDBFL30 0xF006319C          MC 33 Read Data and Bit Flip Register 30
MTU_MC33_RDBFL31 0xF006319E          MC 33 Read Data and Bit Flip Register 31
MTU_MC33_RDBFL32 0xF00631A0          MC 33 Read Data and Bit Flip Register 32
MTU_MC33_RDBFL33 0xF00631A2          MC 33 Read Data and Bit Flip Register 33
MTU_MC33_RDBFL34 0xF00631A4          MC 33 Read Data and Bit Flip Register 34
MTU_MC33_RDBFL35 0xF00631A6          MC 33 Read Data and Bit Flip Register 35
MTU_MC33_RDBFL36 0xF00631A8          MC 33 Read Data and Bit Flip Register 36
MTU_MC33_RDBFL37 0xF00631AA          MC 33 Read Data and Bit Flip Register 37
MTU_MC33_RDBFL38 0xF00631AC          MC 33 Read Data and Bit Flip Register 38
MTU_MC33_RDBFL39 0xF00631AE          MC 33 Read Data and Bit Flip Register 39
MTU_MC33_RDBFL40 0xF00631B0          MC 33 Read Data and Bit Flip Register 40
MTU_MC33_RDBFL41 0xF00631B2          MC 33 Read Data and Bit Flip Register 41
MTU_MC33_RDBFL42 0xF00631B4          MC 33 Read Data and Bit Flip Register 42
MTU_MC33_RDBFL43 0xF00631B6          MC 33 Read Data and Bit Flip Register 43
MTU_MC33_RDBFL44 0xF00631B8          MC 33 Read Data and Bit Flip Register 44
MTU_MC33_RDBFL45 0xF00631BA          MC 33 Read Data and Bit Flip Register 45
MTU_MC33_RDBFL46 0xF00631BC          MC 33 Read Data and Bit Flip Register 46
MTU_MC33_RDBFL47 0xF00631BE          MC 33 Read Data and Bit Flip Register 47
MTU_MC33_RDBFL48 0xF00631C0          MC 33 Read Data and Bit Flip Register 48
MTU_MC33_RDBFL49 0xF00631C2          MC 33 Read Data and Bit Flip Register 49
MTU_MC33_RDBFL50 0xF00631C4          MC 33 Read Data and Bit Flip Register 50
MTU_MC33_RDBFL51 0xF00631C6          MC 33 Read Data and Bit Flip Register 51
MTU_MC33_RDBFL52 0xF00631C8          MC 33 Read Data and Bit Flip Register 52
MTU_MC33_RDBFL53 0xF00631CA          MC 33 Read Data and Bit Flip Register 53
MTU_MC33_RDBFL54 0xF00631CC          MC 33 Read Data and Bit Flip Register 54
MTU_MC33_RDBFL55 0xF00631CE          MC 33 Read Data and Bit Flip Register 55
MTU_MC33_RDBFL56 0xF00631D0          MC 33 Read Data and Bit Flip Register 56
MTU_MC33_RDBFL57 0xF00631D2          MC 33 Read Data and Bit Flip Register 57
MTU_MC33_RDBFL58 0xF00631D4          MC 33 Read Data and Bit Flip Register 58
MTU_MC33_RDBFL59 0xF00631D6          MC 33 Read Data and Bit Flip Register 59
MTU_MC33_RDBFL60 0xF00631D8          MC 33 Read Data and Bit Flip Register 60
MTU_MC33_RDBFL61 0xF00631DA          MC 33 Read Data and Bit Flip Register 61
MTU_MC33_RDBFL62 0xF00631DC          MC 33 Read Data and Bit Flip Register 62
MTU_MC33_RDBFL63 0xF00631DE          MC 33 Read Data and Bit Flip Register 63
MTU_MC33_RDBFL64 0xF00631E0          MC 33 Read Data and Bit Flip Register 64
MTU_MC33_RDBFL65 0xF00631E2          MC 33 Read Data and Bit Flip Register 65
MTU_MC33_RDBFL66 0xF00631E4          MC 33 Read Data and Bit Flip Register 66
MTU_MC33_ALMSRCS 0xF00631EE          MC 33 Alarm Sources Configuration Register
MTU_MC33_FAULTSTS 0xF00631F0          MC 33 SSH Safety Faults Status Register
MTU_MC33_ERRINFO0 0xF00631F2          MC 33 Error Information Register 0
MTU_MC33_ERRINFO1 0xF00631F4          MC 33 Error Information Register 1
MTU_MC33_ERRINFO2 0xF00631F6          MC 33 Error Information Register 2
MTU_MC33_ERRINFO3 0xF00631F8          MC 33 Error Information Register 3
MTU_MC33_ERRINFO4 0xF00631FA          MC 33 Error Information Register 4
MTU_MC34_CONFIG0 0xF0063200          MC 34 Configuration Register 0
MTU_MC34_CONFIG1 0xF0063202          MC 34 Configuration Register 1
MTU_MC34_MCONTROL 0xF0063204          MC 34 MBIST Control Register
MTU_MC34_MSTATUS 0xF0063206          MC 34 Status Register
MTU_MC34_RANGE  0xF0063208          MC 34 Range Register, single address mode
MTU_MC34_REVID  0xF006320C          MC 34 Revision ID Register
MTU_MC34_ECCS   0xF006320E          MC 34 ECC Safety Register
MTU_MC34_ECCD   0xF0063210          MC 34 Memory ECC Detection Register
MTU_MC34_ETRR0  0xF0063212          MC 34 Error Tracking Register 0
MTU_MC34_ETRR1  0xF0063214          MC 34 Error Tracking Register 1
MTU_MC34_ETRR2  0xF0063216          MC 34 Error Tracking Register 2
MTU_MC34_ETRR3  0xF0063218          MC 34 Error Tracking Register 3
MTU_MC34_ETRR4  0xF006321A          MC 34 Error Tracking Register 4
MTU_MC34_RDBFL0 0xF0063260          MC 34 Read Data and Bit Flip Register 0
MTU_MC34_RDBFL1 0xF0063262          MC 34 Read Data and Bit Flip Register 1
MTU_MC34_RDBFL2 0xF0063264          MC 34 Read Data and Bit Flip Register 2
MTU_MC34_RDBFL3 0xF0063266          MC 34 Read Data and Bit Flip Register 3
MTU_MC34_RDBFL4 0xF0063268          MC 34 Read Data and Bit Flip Register 4
MTU_MC34_RDBFL5 0xF006326A          MC 34 Read Data and Bit Flip Register 5
MTU_MC34_RDBFL6 0xF006326C          MC 34 Read Data and Bit Flip Register 6
MTU_MC34_RDBFL7 0xF006326E          MC 34 Read Data and Bit Flip Register 7
MTU_MC34_RDBFL8 0xF0063270          MC 34 Read Data and Bit Flip Register 8
MTU_MC34_RDBFL9 0xF0063272          MC 34 Read Data and Bit Flip Register 9
MTU_MC34_RDBFL10 0xF0063274          MC 34 Read Data and Bit Flip Register 10
MTU_MC34_RDBFL11 0xF0063276          MC 34 Read Data and Bit Flip Register 11
MTU_MC34_RDBFL12 0xF0063278          MC 34 Read Data and Bit Flip Register 12
MTU_MC34_RDBFL13 0xF006327A          MC 34 Read Data and Bit Flip Register 13
MTU_MC34_RDBFL14 0xF006327C          MC 34 Read Data and Bit Flip Register 14
MTU_MC34_RDBFL15 0xF006327E          MC 34 Read Data and Bit Flip Register 15
MTU_MC34_RDBFL16 0xF0063280          MC 34 Read Data and Bit Flip Register 16
MTU_MC34_RDBFL17 0xF0063282          MC 34 Read Data and Bit Flip Register 17
MTU_MC34_RDBFL18 0xF0063284          MC 34 Read Data and Bit Flip Register 18
MTU_MC34_RDBFL19 0xF0063286          MC 34 Read Data and Bit Flip Register 19
MTU_MC34_RDBFL20 0xF0063288          MC 34 Read Data and Bit Flip Register 20
MTU_MC34_RDBFL21 0xF006328A          MC 34 Read Data and Bit Flip Register 21
MTU_MC34_RDBFL22 0xF006328C          MC 34 Read Data and Bit Flip Register 22
MTU_MC34_RDBFL23 0xF006328E          MC 34 Read Data and Bit Flip Register 23
MTU_MC34_RDBFL24 0xF0063290          MC 34 Read Data and Bit Flip Register 24
MTU_MC34_RDBFL25 0xF0063292          MC 34 Read Data and Bit Flip Register 25
MTU_MC34_RDBFL26 0xF0063294          MC 34 Read Data and Bit Flip Register 26
MTU_MC34_RDBFL27 0xF0063296          MC 34 Read Data and Bit Flip Register 27
MTU_MC34_RDBFL28 0xF0063298          MC 34 Read Data and Bit Flip Register 28
MTU_MC34_RDBFL29 0xF006329A          MC 34 Read Data and Bit Flip Register 29
MTU_MC34_RDBFL30 0xF006329C          MC 34 Read Data and Bit Flip Register 30
MTU_MC34_RDBFL31 0xF006329E          MC 34 Read Data and Bit Flip Register 31
MTU_MC34_RDBFL32 0xF00632A0          MC 34 Read Data and Bit Flip Register 32
MTU_MC34_RDBFL33 0xF00632A2          MC 34 Read Data and Bit Flip Register 33
MTU_MC34_RDBFL34 0xF00632A4          MC 34 Read Data and Bit Flip Register 34
MTU_MC34_RDBFL35 0xF00632A6          MC 34 Read Data and Bit Flip Register 35
MTU_MC34_RDBFL36 0xF00632A8          MC 34 Read Data and Bit Flip Register 36
MTU_MC34_RDBFL37 0xF00632AA          MC 34 Read Data and Bit Flip Register 37
MTU_MC34_RDBFL38 0xF00632AC          MC 34 Read Data and Bit Flip Register 38
MTU_MC34_RDBFL39 0xF00632AE          MC 34 Read Data and Bit Flip Register 39
MTU_MC34_RDBFL40 0xF00632B0          MC 34 Read Data and Bit Flip Register 40
MTU_MC34_RDBFL41 0xF00632B2          MC 34 Read Data and Bit Flip Register 41
MTU_MC34_RDBFL42 0xF00632B4          MC 34 Read Data and Bit Flip Register 42
MTU_MC34_RDBFL43 0xF00632B6          MC 34 Read Data and Bit Flip Register 43
MTU_MC34_RDBFL44 0xF00632B8          MC 34 Read Data and Bit Flip Register 44
MTU_MC34_RDBFL45 0xF00632BA          MC 34 Read Data and Bit Flip Register 45
MTU_MC34_RDBFL46 0xF00632BC          MC 34 Read Data and Bit Flip Register 46
MTU_MC34_RDBFL47 0xF00632BE          MC 34 Read Data and Bit Flip Register 47
MTU_MC34_RDBFL48 0xF00632C0          MC 34 Read Data and Bit Flip Register 48
MTU_MC34_RDBFL49 0xF00632C2          MC 34 Read Data and Bit Flip Register 49
MTU_MC34_RDBFL50 0xF00632C4          MC 34 Read Data and Bit Flip Register 50
MTU_MC34_RDBFL51 0xF00632C6          MC 34 Read Data and Bit Flip Register 51
MTU_MC34_RDBFL52 0xF00632C8          MC 34 Read Data and Bit Flip Register 52
MTU_MC34_RDBFL53 0xF00632CA          MC 34 Read Data and Bit Flip Register 53
MTU_MC34_RDBFL54 0xF00632CC          MC 34 Read Data and Bit Flip Register 54
MTU_MC34_RDBFL55 0xF00632CE          MC 34 Read Data and Bit Flip Register 55
MTU_MC34_RDBFL56 0xF00632D0          MC 34 Read Data and Bit Flip Register 56
MTU_MC34_RDBFL57 0xF00632D2          MC 34 Read Data and Bit Flip Register 57
MTU_MC34_RDBFL58 0xF00632D4          MC 34 Read Data and Bit Flip Register 58
MTU_MC34_RDBFL59 0xF00632D6          MC 34 Read Data and Bit Flip Register 59
MTU_MC34_RDBFL60 0xF00632D8          MC 34 Read Data and Bit Flip Register 60
MTU_MC34_RDBFL61 0xF00632DA          MC 34 Read Data and Bit Flip Register 61
MTU_MC34_RDBFL62 0xF00632DC          MC 34 Read Data and Bit Flip Register 62
MTU_MC34_RDBFL63 0xF00632DE          MC 34 Read Data and Bit Flip Register 63
MTU_MC34_RDBFL64 0xF00632E0          MC 34 Read Data and Bit Flip Register 64
MTU_MC34_RDBFL65 0xF00632E2          MC 34 Read Data and Bit Flip Register 65
MTU_MC34_RDBFL66 0xF00632E4          MC 34 Read Data and Bit Flip Register 66
MTU_MC34_ALMSRCS 0xF00632EE          MC 34 Alarm Sources Configuration Register
MTU_MC34_FAULTSTS 0xF00632F0          MC 34 SSH Safety Faults Status Register
MTU_MC34_ERRINFO0 0xF00632F2          MC 34 Error Information Register 0
MTU_MC34_ERRINFO1 0xF00632F4          MC 34 Error Information Register 1
MTU_MC34_ERRINFO2 0xF00632F6          MC 34 Error Information Register 2
MTU_MC34_ERRINFO3 0xF00632F8          MC 34 Error Information Register 3
MTU_MC34_ERRINFO4 0xF00632FA          MC 34 Error Information Register 4
MTU_MC35_CONFIG0 0xF0063300          MC 35 Configuration Register 0
MTU_MC35_CONFIG1 0xF0063302          MC 35 Configuration Register 1
MTU_MC35_MCONTROL 0xF0063304          MC 35 MBIST Control Register
MTU_MC35_MSTATUS 0xF0063306          MC 35 Status Register
MTU_MC35_RANGE  0xF0063308          MC 35 Range Register, single address mode
MTU_MC35_REVID  0xF006330C          MC 35 Revision ID Register
MTU_MC35_ECCS   0xF006330E          MC 35 ECC Safety Register
MTU_MC35_ECCD   0xF0063310          MC 35 Memory ECC Detection Register
MTU_MC35_ETRR0  0xF0063312          MC 35 Error Tracking Register 0
MTU_MC35_ETRR1  0xF0063314          MC 35 Error Tracking Register 1
MTU_MC35_ETRR2  0xF0063316          MC 35 Error Tracking Register 2
MTU_MC35_ETRR3  0xF0063318          MC 35 Error Tracking Register 3
MTU_MC35_ETRR4  0xF006331A          MC 35 Error Tracking Register 4
MTU_MC35_RDBFL0 0xF0063360          MC 35 Read Data and Bit Flip Register 0
MTU_MC35_RDBFL1 0xF0063362          MC 35 Read Data and Bit Flip Register 1
MTU_MC35_RDBFL2 0xF0063364          MC 35 Read Data and Bit Flip Register 2
MTU_MC35_RDBFL3 0xF0063366          MC 35 Read Data and Bit Flip Register 3
MTU_MC35_RDBFL4 0xF0063368          MC 35 Read Data and Bit Flip Register 4
MTU_MC35_RDBFL5 0xF006336A          MC 35 Read Data and Bit Flip Register 5
MTU_MC35_RDBFL6 0xF006336C          MC 35 Read Data and Bit Flip Register 6
MTU_MC35_RDBFL7 0xF006336E          MC 35 Read Data and Bit Flip Register 7
MTU_MC35_RDBFL8 0xF0063370          MC 35 Read Data and Bit Flip Register 8
MTU_MC35_RDBFL9 0xF0063372          MC 35 Read Data and Bit Flip Register 9
MTU_MC35_RDBFL10 0xF0063374          MC 35 Read Data and Bit Flip Register 10
MTU_MC35_RDBFL11 0xF0063376          MC 35 Read Data and Bit Flip Register 11
MTU_MC35_RDBFL12 0xF0063378          MC 35 Read Data and Bit Flip Register 12
MTU_MC35_RDBFL13 0xF006337A          MC 35 Read Data and Bit Flip Register 13
MTU_MC35_RDBFL14 0xF006337C          MC 35 Read Data and Bit Flip Register 14
MTU_MC35_RDBFL15 0xF006337E          MC 35 Read Data and Bit Flip Register 15
MTU_MC35_RDBFL16 0xF0063380          MC 35 Read Data and Bit Flip Register 16
MTU_MC35_RDBFL17 0xF0063382          MC 35 Read Data and Bit Flip Register 17
MTU_MC35_RDBFL18 0xF0063384          MC 35 Read Data and Bit Flip Register 18
MTU_MC35_RDBFL19 0xF0063386          MC 35 Read Data and Bit Flip Register 19
MTU_MC35_RDBFL20 0xF0063388          MC 35 Read Data and Bit Flip Register 20
MTU_MC35_RDBFL21 0xF006338A          MC 35 Read Data and Bit Flip Register 21
MTU_MC35_RDBFL22 0xF006338C          MC 35 Read Data and Bit Flip Register 22
MTU_MC35_RDBFL23 0xF006338E          MC 35 Read Data and Bit Flip Register 23
MTU_MC35_RDBFL24 0xF0063390          MC 35 Read Data and Bit Flip Register 24
MTU_MC35_RDBFL25 0xF0063392          MC 35 Read Data and Bit Flip Register 25
MTU_MC35_RDBFL26 0xF0063394          MC 35 Read Data and Bit Flip Register 26
MTU_MC35_RDBFL27 0xF0063396          MC 35 Read Data and Bit Flip Register 27
MTU_MC35_RDBFL28 0xF0063398          MC 35 Read Data and Bit Flip Register 28
MTU_MC35_RDBFL29 0xF006339A          MC 35 Read Data and Bit Flip Register 29
MTU_MC35_RDBFL30 0xF006339C          MC 35 Read Data and Bit Flip Register 30
MTU_MC35_RDBFL31 0xF006339E          MC 35 Read Data and Bit Flip Register 31
MTU_MC35_RDBFL32 0xF00633A0          MC 35 Read Data and Bit Flip Register 32
MTU_MC35_RDBFL33 0xF00633A2          MC 35 Read Data and Bit Flip Register 33
MTU_MC35_RDBFL34 0xF00633A4          MC 35 Read Data and Bit Flip Register 34
MTU_MC35_RDBFL35 0xF00633A6          MC 35 Read Data and Bit Flip Register 35
MTU_MC35_RDBFL36 0xF00633A8          MC 35 Read Data and Bit Flip Register 36
MTU_MC35_RDBFL37 0xF00633AA          MC 35 Read Data and Bit Flip Register 37
MTU_MC35_RDBFL38 0xF00633AC          MC 35 Read Data and Bit Flip Register 38
MTU_MC35_RDBFL39 0xF00633AE          MC 35 Read Data and Bit Flip Register 39
MTU_MC35_RDBFL40 0xF00633B0          MC 35 Read Data and Bit Flip Register 40
MTU_MC35_RDBFL41 0xF00633B2          MC 35 Read Data and Bit Flip Register 41
MTU_MC35_RDBFL42 0xF00633B4          MC 35 Read Data and Bit Flip Register 42
MTU_MC35_RDBFL43 0xF00633B6          MC 35 Read Data and Bit Flip Register 43
MTU_MC35_RDBFL44 0xF00633B8          MC 35 Read Data and Bit Flip Register 44
MTU_MC35_RDBFL45 0xF00633BA          MC 35 Read Data and Bit Flip Register 45
MTU_MC35_RDBFL46 0xF00633BC          MC 35 Read Data and Bit Flip Register 46
MTU_MC35_RDBFL47 0xF00633BE          MC 35 Read Data and Bit Flip Register 47
MTU_MC35_RDBFL48 0xF00633C0          MC 35 Read Data and Bit Flip Register 48
MTU_MC35_RDBFL49 0xF00633C2          MC 35 Read Data and Bit Flip Register 49
MTU_MC35_RDBFL50 0xF00633C4          MC 35 Read Data and Bit Flip Register 50
MTU_MC35_RDBFL51 0xF00633C6          MC 35 Read Data and Bit Flip Register 51
MTU_MC35_RDBFL52 0xF00633C8          MC 35 Read Data and Bit Flip Register 52
MTU_MC35_RDBFL53 0xF00633CA          MC 35 Read Data and Bit Flip Register 53
MTU_MC35_RDBFL54 0xF00633CC          MC 35 Read Data and Bit Flip Register 54
MTU_MC35_RDBFL55 0xF00633CE          MC 35 Read Data and Bit Flip Register 55
MTU_MC35_RDBFL56 0xF00633D0          MC 35 Read Data and Bit Flip Register 56
MTU_MC35_RDBFL57 0xF00633D2          MC 35 Read Data and Bit Flip Register 57
MTU_MC35_RDBFL58 0xF00633D4          MC 35 Read Data and Bit Flip Register 58
MTU_MC35_RDBFL59 0xF00633D6          MC 35 Read Data and Bit Flip Register 59
MTU_MC35_RDBFL60 0xF00633D8          MC 35 Read Data and Bit Flip Register 60
MTU_MC35_RDBFL61 0xF00633DA          MC 35 Read Data and Bit Flip Register 61
MTU_MC35_RDBFL62 0xF00633DC          MC 35 Read Data and Bit Flip Register 62
MTU_MC35_RDBFL63 0xF00633DE          MC 35 Read Data and Bit Flip Register 63
MTU_MC35_RDBFL64 0xF00633E0          MC 35 Read Data and Bit Flip Register 64
MTU_MC35_RDBFL65 0xF00633E2          MC 35 Read Data and Bit Flip Register 65
MTU_MC35_RDBFL66 0xF00633E4          MC 35 Read Data and Bit Flip Register 66
MTU_MC35_ALMSRCS 0xF00633EE          MC 35 Alarm Sources Configuration Register
MTU_MC35_FAULTSTS 0xF00633F0          MC 35 SSH Safety Faults Status Register
MTU_MC35_ERRINFO0 0xF00633F2          MC 35 Error Information Register 0
MTU_MC35_ERRINFO1 0xF00633F4          MC 35 Error Information Register 1
MTU_MC35_ERRINFO2 0xF00633F6          MC 35 Error Information Register 2
MTU_MC35_ERRINFO3 0xF00633F8          MC 35 Error Information Register 3
MTU_MC35_ERRINFO4 0xF00633FA          MC 35 Error Information Register 4
MTU_MC36_CONFIG0 0xF0063400          MC 36 Configuration Register 0
MTU_MC36_CONFIG1 0xF0063402          MC 36 Configuration Register 1
MTU_MC36_MCONTROL 0xF0063404          MC 36 MBIST Control Register
MTU_MC36_MSTATUS 0xF0063406          MC 36 Status Register
MTU_MC36_RANGE  0xF0063408          MC 36 Range Register, single address mode
MTU_MC36_REVID  0xF006340C          MC 36 Revision ID Register
MTU_MC36_ECCS   0xF006340E          MC 36 ECC Safety Register
MTU_MC36_ECCD   0xF0063410          MC 36 Memory ECC Detection Register
MTU_MC36_ETRR0  0xF0063412          MC 36 Error Tracking Register 0
MTU_MC36_ETRR1  0xF0063414          MC 36 Error Tracking Register 1
MTU_MC36_ETRR2  0xF0063416          MC 36 Error Tracking Register 2
MTU_MC36_ETRR3  0xF0063418          MC 36 Error Tracking Register 3
MTU_MC36_ETRR4  0xF006341A          MC 36 Error Tracking Register 4
MTU_MC36_RDBFL0 0xF0063460          MC 36 Read Data and Bit Flip Register 0
MTU_MC36_RDBFL1 0xF0063462          MC 36 Read Data and Bit Flip Register 1
MTU_MC36_RDBFL2 0xF0063464          MC 36 Read Data and Bit Flip Register 2
MTU_MC36_RDBFL3 0xF0063466          MC 36 Read Data and Bit Flip Register 3
MTU_MC36_RDBFL4 0xF0063468          MC 36 Read Data and Bit Flip Register 4
MTU_MC36_RDBFL5 0xF006346A          MC 36 Read Data and Bit Flip Register 5
MTU_MC36_RDBFL6 0xF006346C          MC 36 Read Data and Bit Flip Register 6
MTU_MC36_RDBFL7 0xF006346E          MC 36 Read Data and Bit Flip Register 7
MTU_MC36_RDBFL8 0xF0063470          MC 36 Read Data and Bit Flip Register 8
MTU_MC36_RDBFL9 0xF0063472          MC 36 Read Data and Bit Flip Register 9
MTU_MC36_RDBFL10 0xF0063474          MC 36 Read Data and Bit Flip Register 10
MTU_MC36_RDBFL11 0xF0063476          MC 36 Read Data and Bit Flip Register 11
MTU_MC36_RDBFL12 0xF0063478          MC 36 Read Data and Bit Flip Register 12
MTU_MC36_RDBFL13 0xF006347A          MC 36 Read Data and Bit Flip Register 13
MTU_MC36_RDBFL14 0xF006347C          MC 36 Read Data and Bit Flip Register 14
MTU_MC36_RDBFL15 0xF006347E          MC 36 Read Data and Bit Flip Register 15
MTU_MC36_RDBFL16 0xF0063480          MC 36 Read Data and Bit Flip Register 16
MTU_MC36_RDBFL17 0xF0063482          MC 36 Read Data and Bit Flip Register 17
MTU_MC36_RDBFL18 0xF0063484          MC 36 Read Data and Bit Flip Register 18
MTU_MC36_RDBFL19 0xF0063486          MC 36 Read Data and Bit Flip Register 19
MTU_MC36_RDBFL20 0xF0063488          MC 36 Read Data and Bit Flip Register 20
MTU_MC36_RDBFL21 0xF006348A          MC 36 Read Data and Bit Flip Register 21
MTU_MC36_RDBFL22 0xF006348C          MC 36 Read Data and Bit Flip Register 22
MTU_MC36_RDBFL23 0xF006348E          MC 36 Read Data and Bit Flip Register 23
MTU_MC36_RDBFL24 0xF0063490          MC 36 Read Data and Bit Flip Register 24
MTU_MC36_RDBFL25 0xF0063492          MC 36 Read Data and Bit Flip Register 25
MTU_MC36_RDBFL26 0xF0063494          MC 36 Read Data and Bit Flip Register 26
MTU_MC36_RDBFL27 0xF0063496          MC 36 Read Data and Bit Flip Register 27
MTU_MC36_RDBFL28 0xF0063498          MC 36 Read Data and Bit Flip Register 28
MTU_MC36_RDBFL29 0xF006349A          MC 36 Read Data and Bit Flip Register 29
MTU_MC36_RDBFL30 0xF006349C          MC 36 Read Data and Bit Flip Register 30
MTU_MC36_RDBFL31 0xF006349E          MC 36 Read Data and Bit Flip Register 31
MTU_MC36_RDBFL32 0xF00634A0          MC 36 Read Data and Bit Flip Register 32
MTU_MC36_RDBFL33 0xF00634A2          MC 36 Read Data and Bit Flip Register 33
MTU_MC36_RDBFL34 0xF00634A4          MC 36 Read Data and Bit Flip Register 34
MTU_MC36_RDBFL35 0xF00634A6          MC 36 Read Data and Bit Flip Register 35
MTU_MC36_RDBFL36 0xF00634A8          MC 36 Read Data and Bit Flip Register 36
MTU_MC36_RDBFL37 0xF00634AA          MC 36 Read Data and Bit Flip Register 37
MTU_MC36_RDBFL38 0xF00634AC          MC 36 Read Data and Bit Flip Register 38
MTU_MC36_RDBFL39 0xF00634AE          MC 36 Read Data and Bit Flip Register 39
MTU_MC36_RDBFL40 0xF00634B0          MC 36 Read Data and Bit Flip Register 40
MTU_MC36_RDBFL41 0xF00634B2          MC 36 Read Data and Bit Flip Register 41
MTU_MC36_RDBFL42 0xF00634B4          MC 36 Read Data and Bit Flip Register 42
MTU_MC36_RDBFL43 0xF00634B6          MC 36 Read Data and Bit Flip Register 43
MTU_MC36_RDBFL44 0xF00634B8          MC 36 Read Data and Bit Flip Register 44
MTU_MC36_RDBFL45 0xF00634BA          MC 36 Read Data and Bit Flip Register 45
MTU_MC36_RDBFL46 0xF00634BC          MC 36 Read Data and Bit Flip Register 46
MTU_MC36_RDBFL47 0xF00634BE          MC 36 Read Data and Bit Flip Register 47
MTU_MC36_RDBFL48 0xF00634C0          MC 36 Read Data and Bit Flip Register 48
MTU_MC36_RDBFL49 0xF00634C2          MC 36 Read Data and Bit Flip Register 49
MTU_MC36_RDBFL50 0xF00634C4          MC 36 Read Data and Bit Flip Register 50
MTU_MC36_RDBFL51 0xF00634C6          MC 36 Read Data and Bit Flip Register 51
MTU_MC36_RDBFL52 0xF00634C8          MC 36 Read Data and Bit Flip Register 52
MTU_MC36_RDBFL53 0xF00634CA          MC 36 Read Data and Bit Flip Register 53
MTU_MC36_RDBFL54 0xF00634CC          MC 36 Read Data and Bit Flip Register 54
MTU_MC36_RDBFL55 0xF00634CE          MC 36 Read Data and Bit Flip Register 55
MTU_MC36_RDBFL56 0xF00634D0          MC 36 Read Data and Bit Flip Register 56
MTU_MC36_RDBFL57 0xF00634D2          MC 36 Read Data and Bit Flip Register 57
MTU_MC36_RDBFL58 0xF00634D4          MC 36 Read Data and Bit Flip Register 58
MTU_MC36_RDBFL59 0xF00634D6          MC 36 Read Data and Bit Flip Register 59
MTU_MC36_RDBFL60 0xF00634D8          MC 36 Read Data and Bit Flip Register 60
MTU_MC36_RDBFL61 0xF00634DA          MC 36 Read Data and Bit Flip Register 61
MTU_MC36_RDBFL62 0xF00634DC          MC 36 Read Data and Bit Flip Register 62
MTU_MC36_RDBFL63 0xF00634DE          MC 36 Read Data and Bit Flip Register 63
MTU_MC36_RDBFL64 0xF00634E0          MC 36 Read Data and Bit Flip Register 64
MTU_MC36_RDBFL65 0xF00634E2          MC 36 Read Data and Bit Flip Register 65
MTU_MC36_RDBFL66 0xF00634E4          MC 36 Read Data and Bit Flip Register 66
MTU_MC36_ALMSRCS 0xF00634EE          MC 36 Alarm Sources Configuration Register
MTU_MC36_FAULTSTS 0xF00634F0          MC 36 SSH Safety Faults Status Register
MTU_MC36_ERRINFO0 0xF00634F2          MC 36 Error Information Register 0
MTU_MC36_ERRINFO1 0xF00634F4          MC 36 Error Information Register 1
MTU_MC36_ERRINFO2 0xF00634F6          MC 36 Error Information Register 2
MTU_MC36_ERRINFO3 0xF00634F8          MC 36 Error Information Register 3
MTU_MC36_ERRINFO4 0xF00634FA          MC 36 Error Information Register 4
MTU_MC37_CONFIG0 0xF0063500          MC 37 Configuration Register 0
MTU_MC37_CONFIG1 0xF0063502          MC 37 Configuration Register 1
MTU_MC37_MCONTROL 0xF0063504          MC 37 MBIST Control Register
MTU_MC37_MSTATUS 0xF0063506          MC 37 Status Register
MTU_MC37_RANGE  0xF0063508          MC 37 Range Register, single address mode
MTU_MC37_REVID  0xF006350C          MC 37 Revision ID Register
MTU_MC37_ECCS   0xF006350E          MC 37 ECC Safety Register
MTU_MC37_ECCD   0xF0063510          MC 37 Memory ECC Detection Register
MTU_MC37_ETRR0  0xF0063512          MC 37 Error Tracking Register 0
MTU_MC37_ETRR1  0xF0063514          MC 37 Error Tracking Register 1
MTU_MC37_ETRR2  0xF0063516          MC 37 Error Tracking Register 2
MTU_MC37_ETRR3  0xF0063518          MC 37 Error Tracking Register 3
MTU_MC37_ETRR4  0xF006351A          MC 37 Error Tracking Register 4
MTU_MC37_RDBFL0 0xF0063560          MC 37 Read Data and Bit Flip Register 0
MTU_MC37_RDBFL1 0xF0063562          MC 37 Read Data and Bit Flip Register 1
MTU_MC37_RDBFL2 0xF0063564          MC 37 Read Data and Bit Flip Register 2
MTU_MC37_RDBFL3 0xF0063566          MC 37 Read Data and Bit Flip Register 3
MTU_MC37_RDBFL4 0xF0063568          MC 37 Read Data and Bit Flip Register 4
MTU_MC37_RDBFL5 0xF006356A          MC 37 Read Data and Bit Flip Register 5
MTU_MC37_RDBFL6 0xF006356C          MC 37 Read Data and Bit Flip Register 6
MTU_MC37_RDBFL7 0xF006356E          MC 37 Read Data and Bit Flip Register 7
MTU_MC37_RDBFL8 0xF0063570          MC 37 Read Data and Bit Flip Register 8
MTU_MC37_RDBFL9 0xF0063572          MC 37 Read Data and Bit Flip Register 9
MTU_MC37_RDBFL10 0xF0063574          MC 37 Read Data and Bit Flip Register 10
MTU_MC37_RDBFL11 0xF0063576          MC 37 Read Data and Bit Flip Register 11
MTU_MC37_RDBFL12 0xF0063578          MC 37 Read Data and Bit Flip Register 12
MTU_MC37_RDBFL13 0xF006357A          MC 37 Read Data and Bit Flip Register 13
MTU_MC37_RDBFL14 0xF006357C          MC 37 Read Data and Bit Flip Register 14
MTU_MC37_RDBFL15 0xF006357E          MC 37 Read Data and Bit Flip Register 15
MTU_MC37_RDBFL16 0xF0063580          MC 37 Read Data and Bit Flip Register 16
MTU_MC37_RDBFL17 0xF0063582          MC 37 Read Data and Bit Flip Register 17
MTU_MC37_RDBFL18 0xF0063584          MC 37 Read Data and Bit Flip Register 18
MTU_MC37_RDBFL19 0xF0063586          MC 37 Read Data and Bit Flip Register 19
MTU_MC37_RDBFL20 0xF0063588          MC 37 Read Data and Bit Flip Register 20
MTU_MC37_RDBFL21 0xF006358A          MC 37 Read Data and Bit Flip Register 21
MTU_MC37_RDBFL22 0xF006358C          MC 37 Read Data and Bit Flip Register 22
MTU_MC37_RDBFL23 0xF006358E          MC 37 Read Data and Bit Flip Register 23
MTU_MC37_RDBFL24 0xF0063590          MC 37 Read Data and Bit Flip Register 24
MTU_MC37_RDBFL25 0xF0063592          MC 37 Read Data and Bit Flip Register 25
MTU_MC37_RDBFL26 0xF0063594          MC 37 Read Data and Bit Flip Register 26
MTU_MC37_RDBFL27 0xF0063596          MC 37 Read Data and Bit Flip Register 27
MTU_MC37_RDBFL28 0xF0063598          MC 37 Read Data and Bit Flip Register 28
MTU_MC37_RDBFL29 0xF006359A          MC 37 Read Data and Bit Flip Register 29
MTU_MC37_RDBFL30 0xF006359C          MC 37 Read Data and Bit Flip Register 30
MTU_MC37_RDBFL31 0xF006359E          MC 37 Read Data and Bit Flip Register 31
MTU_MC37_RDBFL32 0xF00635A0          MC 37 Read Data and Bit Flip Register 32
MTU_MC37_RDBFL33 0xF00635A2          MC 37 Read Data and Bit Flip Register 33
MTU_MC37_RDBFL34 0xF00635A4          MC 37 Read Data and Bit Flip Register 34
MTU_MC37_RDBFL35 0xF00635A6          MC 37 Read Data and Bit Flip Register 35
MTU_MC37_RDBFL36 0xF00635A8          MC 37 Read Data and Bit Flip Register 36
MTU_MC37_RDBFL37 0xF00635AA          MC 37 Read Data and Bit Flip Register 37
MTU_MC37_RDBFL38 0xF00635AC          MC 37 Read Data and Bit Flip Register 38
MTU_MC37_RDBFL39 0xF00635AE          MC 37 Read Data and Bit Flip Register 39
MTU_MC37_RDBFL40 0xF00635B0          MC 37 Read Data and Bit Flip Register 40
MTU_MC37_RDBFL41 0xF00635B2          MC 37 Read Data and Bit Flip Register 41
MTU_MC37_RDBFL42 0xF00635B4          MC 37 Read Data and Bit Flip Register 42
MTU_MC37_RDBFL43 0xF00635B6          MC 37 Read Data and Bit Flip Register 43
MTU_MC37_RDBFL44 0xF00635B8          MC 37 Read Data and Bit Flip Register 44
MTU_MC37_RDBFL45 0xF00635BA          MC 37 Read Data and Bit Flip Register 45
MTU_MC37_RDBFL46 0xF00635BC          MC 37 Read Data and Bit Flip Register 46
MTU_MC37_RDBFL47 0xF00635BE          MC 37 Read Data and Bit Flip Register 47
MTU_MC37_RDBFL48 0xF00635C0          MC 37 Read Data and Bit Flip Register 48
MTU_MC37_RDBFL49 0xF00635C2          MC 37 Read Data and Bit Flip Register 49
MTU_MC37_RDBFL50 0xF00635C4          MC 37 Read Data and Bit Flip Register 50
MTU_MC37_RDBFL51 0xF00635C6          MC 37 Read Data and Bit Flip Register 51
MTU_MC37_RDBFL52 0xF00635C8          MC 37 Read Data and Bit Flip Register 52
MTU_MC37_RDBFL53 0xF00635CA          MC 37 Read Data and Bit Flip Register 53
MTU_MC37_RDBFL54 0xF00635CC          MC 37 Read Data and Bit Flip Register 54
MTU_MC37_RDBFL55 0xF00635CE          MC 37 Read Data and Bit Flip Register 55
MTU_MC37_RDBFL56 0xF00635D0          MC 37 Read Data and Bit Flip Register 56
MTU_MC37_RDBFL57 0xF00635D2          MC 37 Read Data and Bit Flip Register 57
MTU_MC37_RDBFL58 0xF00635D4          MC 37 Read Data and Bit Flip Register 58
MTU_MC37_RDBFL59 0xF00635D6          MC 37 Read Data and Bit Flip Register 59
MTU_MC37_RDBFL60 0xF00635D8          MC 37 Read Data and Bit Flip Register 60
MTU_MC37_RDBFL61 0xF00635DA          MC 37 Read Data and Bit Flip Register 61
MTU_MC37_RDBFL62 0xF00635DC          MC 37 Read Data and Bit Flip Register 62
MTU_MC37_RDBFL63 0xF00635DE          MC 37 Read Data and Bit Flip Register 63
MTU_MC37_RDBFL64 0xF00635E0          MC 37 Read Data and Bit Flip Register 64
MTU_MC37_RDBFL65 0xF00635E2          MC 37 Read Data and Bit Flip Register 65
MTU_MC37_RDBFL66 0xF00635E4          MC 37 Read Data and Bit Flip Register 66
MTU_MC37_ALMSRCS 0xF00635EE          MC 37 Alarm Sources Configuration Register
MTU_MC37_FAULTSTS 0xF00635F0          MC 37 SSH Safety Faults Status Register
MTU_MC37_ERRINFO0 0xF00635F2          MC 37 Error Information Register 0
MTU_MC37_ERRINFO1 0xF00635F4          MC 37 Error Information Register 1
MTU_MC37_ERRINFO2 0xF00635F6          MC 37 Error Information Register 2
MTU_MC37_ERRINFO3 0xF00635F8          MC 37 Error Information Register 3
MTU_MC37_ERRINFO4 0xF00635FA          MC 37 Error Information Register 4
MTU_MC38_CONFIG0 0xF0063600          MC 38 Configuration Register 0
MTU_MC38_CONFIG1 0xF0063602          MC 38 Configuration Register 1
MTU_MC38_MCONTROL 0xF0063604          MC 38 MBIST Control Register
MTU_MC38_MSTATUS 0xF0063606          MC 38 Status Register
MTU_MC38_RANGE  0xF0063608          MC 38 Range Register, single address mode
MTU_MC38_REVID  0xF006360C          MC 38 Revision ID Register
MTU_MC38_ECCS   0xF006360E          MC 38 ECC Safety Register
MTU_MC38_ECCD   0xF0063610          MC 38 Memory ECC Detection Register
MTU_MC38_ETRR0  0xF0063612          MC 38 Error Tracking Register 0
MTU_MC38_ETRR1  0xF0063614          MC 38 Error Tracking Register 1
MTU_MC38_ETRR2  0xF0063616          MC 38 Error Tracking Register 2
MTU_MC38_ETRR3  0xF0063618          MC 38 Error Tracking Register 3
MTU_MC38_ETRR4  0xF006361A          MC 38 Error Tracking Register 4
MTU_MC38_RDBFL0 0xF0063660          MC 38 Read Data and Bit Flip Register 0
MTU_MC38_RDBFL1 0xF0063662          MC 38 Read Data and Bit Flip Register 1
MTU_MC38_RDBFL2 0xF0063664          MC 38 Read Data and Bit Flip Register 2
MTU_MC38_RDBFL3 0xF0063666          MC 38 Read Data and Bit Flip Register 3
MTU_MC38_RDBFL4 0xF0063668          MC 38 Read Data and Bit Flip Register 4
MTU_MC38_RDBFL5 0xF006366A          MC 38 Read Data and Bit Flip Register 5
MTU_MC38_RDBFL6 0xF006366C          MC 38 Read Data and Bit Flip Register 6
MTU_MC38_RDBFL7 0xF006366E          MC 38 Read Data and Bit Flip Register 7
MTU_MC38_RDBFL8 0xF0063670          MC 38 Read Data and Bit Flip Register 8
MTU_MC38_RDBFL9 0xF0063672          MC 38 Read Data and Bit Flip Register 9
MTU_MC38_RDBFL10 0xF0063674          MC 38 Read Data and Bit Flip Register 10
MTU_MC38_RDBFL11 0xF0063676          MC 38 Read Data and Bit Flip Register 11
MTU_MC38_RDBFL12 0xF0063678          MC 38 Read Data and Bit Flip Register 12
MTU_MC38_RDBFL13 0xF006367A          MC 38 Read Data and Bit Flip Register 13
MTU_MC38_RDBFL14 0xF006367C          MC 38 Read Data and Bit Flip Register 14
MTU_MC38_RDBFL15 0xF006367E          MC 38 Read Data and Bit Flip Register 15
MTU_MC38_RDBFL16 0xF0063680          MC 38 Read Data and Bit Flip Register 16
MTU_MC38_RDBFL17 0xF0063682          MC 38 Read Data and Bit Flip Register 17
MTU_MC38_RDBFL18 0xF0063684          MC 38 Read Data and Bit Flip Register 18
MTU_MC38_RDBFL19 0xF0063686          MC 38 Read Data and Bit Flip Register 19
MTU_MC38_RDBFL20 0xF0063688          MC 38 Read Data and Bit Flip Register 20
MTU_MC38_RDBFL21 0xF006368A          MC 38 Read Data and Bit Flip Register 21
MTU_MC38_RDBFL22 0xF006368C          MC 38 Read Data and Bit Flip Register 22
MTU_MC38_RDBFL23 0xF006368E          MC 38 Read Data and Bit Flip Register 23
MTU_MC38_RDBFL24 0xF0063690          MC 38 Read Data and Bit Flip Register 24
MTU_MC38_RDBFL25 0xF0063692          MC 38 Read Data and Bit Flip Register 25
MTU_MC38_RDBFL26 0xF0063694          MC 38 Read Data and Bit Flip Register 26
MTU_MC38_RDBFL27 0xF0063696          MC 38 Read Data and Bit Flip Register 27
MTU_MC38_RDBFL28 0xF0063698          MC 38 Read Data and Bit Flip Register 28
MTU_MC38_RDBFL29 0xF006369A          MC 38 Read Data and Bit Flip Register 29
MTU_MC38_RDBFL30 0xF006369C          MC 38 Read Data and Bit Flip Register 30
MTU_MC38_RDBFL31 0xF006369E          MC 38 Read Data and Bit Flip Register 31
MTU_MC38_RDBFL32 0xF00636A0          MC 38 Read Data and Bit Flip Register 32
MTU_MC38_RDBFL33 0xF00636A2          MC 38 Read Data and Bit Flip Register 33
MTU_MC38_RDBFL34 0xF00636A4          MC 38 Read Data and Bit Flip Register 34
MTU_MC38_RDBFL35 0xF00636A6          MC 38 Read Data and Bit Flip Register 35
MTU_MC38_RDBFL36 0xF00636A8          MC 38 Read Data and Bit Flip Register 36
MTU_MC38_RDBFL37 0xF00636AA          MC 38 Read Data and Bit Flip Register 37
MTU_MC38_RDBFL38 0xF00636AC          MC 38 Read Data and Bit Flip Register 38
MTU_MC38_RDBFL39 0xF00636AE          MC 38 Read Data and Bit Flip Register 39
MTU_MC38_RDBFL40 0xF00636B0          MC 38 Read Data and Bit Flip Register 40
MTU_MC38_RDBFL41 0xF00636B2          MC 38 Read Data and Bit Flip Register 41
MTU_MC38_RDBFL42 0xF00636B4          MC 38 Read Data and Bit Flip Register 42
MTU_MC38_RDBFL43 0xF00636B6          MC 38 Read Data and Bit Flip Register 43
MTU_MC38_RDBFL44 0xF00636B8          MC 38 Read Data and Bit Flip Register 44
MTU_MC38_RDBFL45 0xF00636BA          MC 38 Read Data and Bit Flip Register 45
MTU_MC38_RDBFL46 0xF00636BC          MC 38 Read Data and Bit Flip Register 46
MTU_MC38_RDBFL47 0xF00636BE          MC 38 Read Data and Bit Flip Register 47
MTU_MC38_RDBFL48 0xF00636C0          MC 38 Read Data and Bit Flip Register 48
MTU_MC38_RDBFL49 0xF00636C2          MC 38 Read Data and Bit Flip Register 49
MTU_MC38_RDBFL50 0xF00636C4          MC 38 Read Data and Bit Flip Register 50
MTU_MC38_RDBFL51 0xF00636C6          MC 38 Read Data and Bit Flip Register 51
MTU_MC38_RDBFL52 0xF00636C8          MC 38 Read Data and Bit Flip Register 52
MTU_MC38_RDBFL53 0xF00636CA          MC 38 Read Data and Bit Flip Register 53
MTU_MC38_RDBFL54 0xF00636CC          MC 38 Read Data and Bit Flip Register 54
MTU_MC38_RDBFL55 0xF00636CE          MC 38 Read Data and Bit Flip Register 55
MTU_MC38_RDBFL56 0xF00636D0          MC 38 Read Data and Bit Flip Register 56
MTU_MC38_RDBFL57 0xF00636D2          MC 38 Read Data and Bit Flip Register 57
MTU_MC38_RDBFL58 0xF00636D4          MC 38 Read Data and Bit Flip Register 58
MTU_MC38_RDBFL59 0xF00636D6          MC 38 Read Data and Bit Flip Register 59
MTU_MC38_RDBFL60 0xF00636D8          MC 38 Read Data and Bit Flip Register 60
MTU_MC38_RDBFL61 0xF00636DA          MC 38 Read Data and Bit Flip Register 61
MTU_MC38_RDBFL62 0xF00636DC          MC 38 Read Data and Bit Flip Register 62
MTU_MC38_RDBFL63 0xF00636DE          MC 38 Read Data and Bit Flip Register 63
MTU_MC38_RDBFL64 0xF00636E0          MC 38 Read Data and Bit Flip Register 64
MTU_MC38_RDBFL65 0xF00636E2          MC 38 Read Data and Bit Flip Register 65
MTU_MC38_RDBFL66 0xF00636E4          MC 38 Read Data and Bit Flip Register 66
MTU_MC38_ALMSRCS 0xF00636EE          MC 38 Alarm Sources Configuration Register
MTU_MC38_FAULTSTS 0xF00636F0          MC 38 SSH Safety Faults Status Register
MTU_MC38_ERRINFO0 0xF00636F2          MC 38 Error Information Register 0
MTU_MC38_ERRINFO1 0xF00636F4          MC 38 Error Information Register 1
MTU_MC38_ERRINFO2 0xF00636F6          MC 38 Error Information Register 2
MTU_MC38_ERRINFO3 0xF00636F8          MC 38 Error Information Register 3
MTU_MC38_ERRINFO4 0xF00636FA          MC 38 Error Information Register 4
MTU_MC39_CONFIG0 0xF0063700          MC 39 Configuration Register 0
MTU_MC39_CONFIG1 0xF0063702          MC 39 Configuration Register 1
MTU_MC39_MCONTROL 0xF0063704          MC 39 MBIST Control Register
MTU_MC39_MSTATUS 0xF0063706          MC 39 Status Register
MTU_MC39_RANGE  0xF0063708          MC 39 Range Register, single address mode
MTU_MC39_REVID  0xF006370C          MC 39 Revision ID Register
MTU_MC39_ECCS   0xF006370E          MC 39 ECC Safety Register
MTU_MC39_ECCD   0xF0063710          MC 39 Memory ECC Detection Register
MTU_MC39_ETRR0  0xF0063712          MC 39 Error Tracking Register 0
MTU_MC39_ETRR1  0xF0063714          MC 39 Error Tracking Register 1
MTU_MC39_ETRR2  0xF0063716          MC 39 Error Tracking Register 2
MTU_MC39_ETRR3  0xF0063718          MC 39 Error Tracking Register 3
MTU_MC39_ETRR4  0xF006371A          MC 39 Error Tracking Register 4
MTU_MC39_RDBFL0 0xF0063760          MC 39 Read Data and Bit Flip Register 0
MTU_MC39_RDBFL1 0xF0063762          MC 39 Read Data and Bit Flip Register 1
MTU_MC39_RDBFL2 0xF0063764          MC 39 Read Data and Bit Flip Register 2
MTU_MC39_RDBFL3 0xF0063766          MC 39 Read Data and Bit Flip Register 3
MTU_MC39_RDBFL4 0xF0063768          MC 39 Read Data and Bit Flip Register 4
MTU_MC39_RDBFL5 0xF006376A          MC 39 Read Data and Bit Flip Register 5
MTU_MC39_RDBFL6 0xF006376C          MC 39 Read Data and Bit Flip Register 6
MTU_MC39_RDBFL7 0xF006376E          MC 39 Read Data and Bit Flip Register 7
MTU_MC39_RDBFL8 0xF0063770          MC 39 Read Data and Bit Flip Register 8
MTU_MC39_RDBFL9 0xF0063772          MC 39 Read Data and Bit Flip Register 9
MTU_MC39_RDBFL10 0xF0063774          MC 39 Read Data and Bit Flip Register 10
MTU_MC39_RDBFL11 0xF0063776          MC 39 Read Data and Bit Flip Register 11
MTU_MC39_RDBFL12 0xF0063778          MC 39 Read Data and Bit Flip Register 12
MTU_MC39_RDBFL13 0xF006377A          MC 39 Read Data and Bit Flip Register 13
MTU_MC39_RDBFL14 0xF006377C          MC 39 Read Data and Bit Flip Register 14
MTU_MC39_RDBFL15 0xF006377E          MC 39 Read Data and Bit Flip Register 15
MTU_MC39_RDBFL16 0xF0063780          MC 39 Read Data and Bit Flip Register 16
MTU_MC39_RDBFL17 0xF0063782          MC 39 Read Data and Bit Flip Register 17
MTU_MC39_RDBFL18 0xF0063784          MC 39 Read Data and Bit Flip Register 18
MTU_MC39_RDBFL19 0xF0063786          MC 39 Read Data and Bit Flip Register 19
MTU_MC39_RDBFL20 0xF0063788          MC 39 Read Data and Bit Flip Register 20
MTU_MC39_RDBFL21 0xF006378A          MC 39 Read Data and Bit Flip Register 21
MTU_MC39_RDBFL22 0xF006378C          MC 39 Read Data and Bit Flip Register 22
MTU_MC39_RDBFL23 0xF006378E          MC 39 Read Data and Bit Flip Register 23
MTU_MC39_RDBFL24 0xF0063790          MC 39 Read Data and Bit Flip Register 24
MTU_MC39_RDBFL25 0xF0063792          MC 39 Read Data and Bit Flip Register 25
MTU_MC39_RDBFL26 0xF0063794          MC 39 Read Data and Bit Flip Register 26
MTU_MC39_RDBFL27 0xF0063796          MC 39 Read Data and Bit Flip Register 27
MTU_MC39_RDBFL28 0xF0063798          MC 39 Read Data and Bit Flip Register 28
MTU_MC39_RDBFL29 0xF006379A          MC 39 Read Data and Bit Flip Register 29
MTU_MC39_RDBFL30 0xF006379C          MC 39 Read Data and Bit Flip Register 30
MTU_MC39_RDBFL31 0xF006379E          MC 39 Read Data and Bit Flip Register 31
MTU_MC39_RDBFL32 0xF00637A0          MC 39 Read Data and Bit Flip Register 32
MTU_MC39_RDBFL33 0xF00637A2          MC 39 Read Data and Bit Flip Register 33
MTU_MC39_RDBFL34 0xF00637A4          MC 39 Read Data and Bit Flip Register 34
MTU_MC39_RDBFL35 0xF00637A6          MC 39 Read Data and Bit Flip Register 35
MTU_MC39_RDBFL36 0xF00637A8          MC 39 Read Data and Bit Flip Register 36
MTU_MC39_RDBFL37 0xF00637AA          MC 39 Read Data and Bit Flip Register 37
MTU_MC39_RDBFL38 0xF00637AC          MC 39 Read Data and Bit Flip Register 38
MTU_MC39_RDBFL39 0xF00637AE          MC 39 Read Data and Bit Flip Register 39
MTU_MC39_RDBFL40 0xF00637B0          MC 39 Read Data and Bit Flip Register 40
MTU_MC39_RDBFL41 0xF00637B2          MC 39 Read Data and Bit Flip Register 41
MTU_MC39_RDBFL42 0xF00637B4          MC 39 Read Data and Bit Flip Register 42
MTU_MC39_RDBFL43 0xF00637B6          MC 39 Read Data and Bit Flip Register 43
MTU_MC39_RDBFL44 0xF00637B8          MC 39 Read Data and Bit Flip Register 44
MTU_MC39_RDBFL45 0xF00637BA          MC 39 Read Data and Bit Flip Register 45
MTU_MC39_RDBFL46 0xF00637BC          MC 39 Read Data and Bit Flip Register 46
MTU_MC39_RDBFL47 0xF00637BE          MC 39 Read Data and Bit Flip Register 47
MTU_MC39_RDBFL48 0xF00637C0          MC 39 Read Data and Bit Flip Register 48
MTU_MC39_RDBFL49 0xF00637C2          MC 39 Read Data and Bit Flip Register 49
MTU_MC39_RDBFL50 0xF00637C4          MC 39 Read Data and Bit Flip Register 50
MTU_MC39_RDBFL51 0xF00637C6          MC 39 Read Data and Bit Flip Register 51
MTU_MC39_RDBFL52 0xF00637C8          MC 39 Read Data and Bit Flip Register 52
MTU_MC39_RDBFL53 0xF00637CA          MC 39 Read Data and Bit Flip Register 53
MTU_MC39_RDBFL54 0xF00637CC          MC 39 Read Data and Bit Flip Register 54
MTU_MC39_RDBFL55 0xF00637CE          MC 39 Read Data and Bit Flip Register 55
MTU_MC39_RDBFL56 0xF00637D0          MC 39 Read Data and Bit Flip Register 56
MTU_MC39_RDBFL57 0xF00637D2          MC 39 Read Data and Bit Flip Register 57
MTU_MC39_RDBFL58 0xF00637D4          MC 39 Read Data and Bit Flip Register 58
MTU_MC39_RDBFL59 0xF00637D6          MC 39 Read Data and Bit Flip Register 59
MTU_MC39_RDBFL60 0xF00637D8          MC 39 Read Data and Bit Flip Register 60
MTU_MC39_RDBFL61 0xF00637DA          MC 39 Read Data and Bit Flip Register 61
MTU_MC39_RDBFL62 0xF00637DC          MC 39 Read Data and Bit Flip Register 62
MTU_MC39_RDBFL63 0xF00637DE          MC 39 Read Data and Bit Flip Register 63
MTU_MC39_RDBFL64 0xF00637E0          MC 39 Read Data and Bit Flip Register 64
MTU_MC39_RDBFL65 0xF00637E2          MC 39 Read Data and Bit Flip Register 65
MTU_MC39_RDBFL66 0xF00637E4          MC 39 Read Data and Bit Flip Register 66
MTU_MC39_ALMSRCS 0xF00637EE          MC 39 Alarm Sources Configuration Register
MTU_MC39_FAULTSTS 0xF00637F0          MC 39 SSH Safety Faults Status Register
MTU_MC39_ERRINFO0 0xF00637F2          MC 39 Error Information Register 0
MTU_MC39_ERRINFO1 0xF00637F4          MC 39 Error Information Register 1
MTU_MC39_ERRINFO2 0xF00637F6          MC 39 Error Information Register 2
MTU_MC39_ERRINFO3 0xF00637F8          MC 39 Error Information Register 3
MTU_MC39_ERRINFO4 0xF00637FA          MC 39 Error Information Register 4
MTU_MC40_CONFIG0 0xF0063800          MC 40 Configuration Register 0
MTU_MC40_CONFIG1 0xF0063802          MC 40 Configuration Register 1
MTU_MC40_MCONTROL 0xF0063804          MC 40 MBIST Control Register
MTU_MC40_MSTATUS 0xF0063806          MC 40 Status Register
MTU_MC40_RANGE  0xF0063808          MC 40 Range Register, single address mode
MTU_MC40_REVID  0xF006380C          MC 40 Revision ID Register
MTU_MC40_ECCS   0xF006380E          MC 40 ECC Safety Register
MTU_MC40_ECCD   0xF0063810          MC 40 Memory ECC Detection Register
MTU_MC40_ETRR0  0xF0063812          MC 40 Error Tracking Register 0
MTU_MC40_ETRR1  0xF0063814          MC 40 Error Tracking Register 1
MTU_MC40_ETRR2  0xF0063816          MC 40 Error Tracking Register 2
MTU_MC40_ETRR3  0xF0063818          MC 40 Error Tracking Register 3
MTU_MC40_ETRR4  0xF006381A          MC 40 Error Tracking Register 4
MTU_MC40_RDBFL0 0xF0063860          MC 40 Read Data and Bit Flip Register 0
MTU_MC40_RDBFL1 0xF0063862          MC 40 Read Data and Bit Flip Register 1
MTU_MC40_RDBFL2 0xF0063864          MC 40 Read Data and Bit Flip Register 2
MTU_MC40_RDBFL3 0xF0063866          MC 40 Read Data and Bit Flip Register 3
MTU_MC40_RDBFL4 0xF0063868          MC 40 Read Data and Bit Flip Register 4
MTU_MC40_RDBFL5 0xF006386A          MC 40 Read Data and Bit Flip Register 5
MTU_MC40_RDBFL6 0xF006386C          MC 40 Read Data and Bit Flip Register 6
MTU_MC40_RDBFL7 0xF006386E          MC 40 Read Data and Bit Flip Register 7
MTU_MC40_RDBFL8 0xF0063870          MC 40 Read Data and Bit Flip Register 8
MTU_MC40_RDBFL9 0xF0063872          MC 40 Read Data and Bit Flip Register 9
MTU_MC40_RDBFL10 0xF0063874          MC 40 Read Data and Bit Flip Register 10
MTU_MC40_RDBFL11 0xF0063876          MC 40 Read Data and Bit Flip Register 11
MTU_MC40_RDBFL12 0xF0063878          MC 40 Read Data and Bit Flip Register 12
MTU_MC40_RDBFL13 0xF006387A          MC 40 Read Data and Bit Flip Register 13
MTU_MC40_RDBFL14 0xF006387C          MC 40 Read Data and Bit Flip Register 14
MTU_MC40_RDBFL15 0xF006387E          MC 40 Read Data and Bit Flip Register 15
MTU_MC40_RDBFL16 0xF0063880          MC 40 Read Data and Bit Flip Register 16
MTU_MC40_RDBFL17 0xF0063882          MC 40 Read Data and Bit Flip Register 17
MTU_MC40_RDBFL18 0xF0063884          MC 40 Read Data and Bit Flip Register 18
MTU_MC40_RDBFL19 0xF0063886          MC 40 Read Data and Bit Flip Register 19
MTU_MC40_RDBFL20 0xF0063888          MC 40 Read Data and Bit Flip Register 20
MTU_MC40_RDBFL21 0xF006388A          MC 40 Read Data and Bit Flip Register 21
MTU_MC40_RDBFL22 0xF006388C          MC 40 Read Data and Bit Flip Register 22
MTU_MC40_RDBFL23 0xF006388E          MC 40 Read Data and Bit Flip Register 23
MTU_MC40_RDBFL24 0xF0063890          MC 40 Read Data and Bit Flip Register 24
MTU_MC40_RDBFL25 0xF0063892          MC 40 Read Data and Bit Flip Register 25
MTU_MC40_RDBFL26 0xF0063894          MC 40 Read Data and Bit Flip Register 26
MTU_MC40_RDBFL27 0xF0063896          MC 40 Read Data and Bit Flip Register 27
MTU_MC40_RDBFL28 0xF0063898          MC 40 Read Data and Bit Flip Register 28
MTU_MC40_RDBFL29 0xF006389A          MC 40 Read Data and Bit Flip Register 29
MTU_MC40_RDBFL30 0xF006389C          MC 40 Read Data and Bit Flip Register 30
MTU_MC40_RDBFL31 0xF006389E          MC 40 Read Data and Bit Flip Register 31
MTU_MC40_RDBFL32 0xF00638A0          MC 40 Read Data and Bit Flip Register 32
MTU_MC40_RDBFL33 0xF00638A2          MC 40 Read Data and Bit Flip Register 33
MTU_MC40_RDBFL34 0xF00638A4          MC 40 Read Data and Bit Flip Register 34
MTU_MC40_RDBFL35 0xF00638A6          MC 40 Read Data and Bit Flip Register 35
MTU_MC40_RDBFL36 0xF00638A8          MC 40 Read Data and Bit Flip Register 36
MTU_MC40_RDBFL37 0xF00638AA          MC 40 Read Data and Bit Flip Register 37
MTU_MC40_RDBFL38 0xF00638AC          MC 40 Read Data and Bit Flip Register 38
MTU_MC40_RDBFL39 0xF00638AE          MC 40 Read Data and Bit Flip Register 39
MTU_MC40_RDBFL40 0xF00638B0          MC 40 Read Data and Bit Flip Register 40
MTU_MC40_RDBFL41 0xF00638B2          MC 40 Read Data and Bit Flip Register 41
MTU_MC40_RDBFL42 0xF00638B4          MC 40 Read Data and Bit Flip Register 42
MTU_MC40_RDBFL43 0xF00638B6          MC 40 Read Data and Bit Flip Register 43
MTU_MC40_RDBFL44 0xF00638B8          MC 40 Read Data and Bit Flip Register 44
MTU_MC40_RDBFL45 0xF00638BA          MC 40 Read Data and Bit Flip Register 45
MTU_MC40_RDBFL46 0xF00638BC          MC 40 Read Data and Bit Flip Register 46
MTU_MC40_RDBFL47 0xF00638BE          MC 40 Read Data and Bit Flip Register 47
MTU_MC40_RDBFL48 0xF00638C0          MC 40 Read Data and Bit Flip Register 48
MTU_MC40_RDBFL49 0xF00638C2          MC 40 Read Data and Bit Flip Register 49
MTU_MC40_RDBFL50 0xF00638C4          MC 40 Read Data and Bit Flip Register 50
MTU_MC40_RDBFL51 0xF00638C6          MC 40 Read Data and Bit Flip Register 51
MTU_MC40_RDBFL52 0xF00638C8          MC 40 Read Data and Bit Flip Register 52
MTU_MC40_RDBFL53 0xF00638CA          MC 40 Read Data and Bit Flip Register 53
MTU_MC40_RDBFL54 0xF00638CC          MC 40 Read Data and Bit Flip Register 54
MTU_MC40_RDBFL55 0xF00638CE          MC 40 Read Data and Bit Flip Register 55
MTU_MC40_RDBFL56 0xF00638D0          MC 40 Read Data and Bit Flip Register 56
MTU_MC40_RDBFL57 0xF00638D2          MC 40 Read Data and Bit Flip Register 57
MTU_MC40_RDBFL58 0xF00638D4          MC 40 Read Data and Bit Flip Register 58
MTU_MC40_RDBFL59 0xF00638D6          MC 40 Read Data and Bit Flip Register 59
MTU_MC40_RDBFL60 0xF00638D8          MC 40 Read Data and Bit Flip Register 60
MTU_MC40_RDBFL61 0xF00638DA          MC 40 Read Data and Bit Flip Register 61
MTU_MC40_RDBFL62 0xF00638DC          MC 40 Read Data and Bit Flip Register 62
MTU_MC40_RDBFL63 0xF00638DE          MC 40 Read Data and Bit Flip Register 63
MTU_MC40_RDBFL64 0xF00638E0          MC 40 Read Data and Bit Flip Register 64
MTU_MC40_RDBFL65 0xF00638E2          MC 40 Read Data and Bit Flip Register 65
MTU_MC40_RDBFL66 0xF00638E4          MC 40 Read Data and Bit Flip Register 66
MTU_MC40_ALMSRCS 0xF00638EE          MC 40 Alarm Sources Configuration Register
MTU_MC40_FAULTSTS 0xF00638F0          MC 40 SSH Safety Faults Status Register
MTU_MC40_ERRINFO0 0xF00638F2          MC 40 Error Information Register 0
MTU_MC40_ERRINFO1 0xF00638F4          MC 40 Error Information Register 1
MTU_MC40_ERRINFO2 0xF00638F6          MC 40 Error Information Register 2
MTU_MC40_ERRINFO3 0xF00638F8          MC 40 Error Information Register 3
MTU_MC40_ERRINFO4 0xF00638FA          MC 40 Error Information Register 4
MTU_MC41_CONFIG0 0xF0063900          MC 41 Configuration Register 0
MTU_MC41_CONFIG1 0xF0063902          MC 41 Configuration Register 1
MTU_MC41_MCONTROL 0xF0063904          MC 41 MBIST Control Register
MTU_MC41_MSTATUS 0xF0063906          MC 41 Status Register
MTU_MC41_RANGE  0xF0063908          MC 41 Range Register, single address mode
MTU_MC41_REVID  0xF006390C          MC 41 Revision ID Register
MTU_MC41_ECCS   0xF006390E          MC 41 ECC Safety Register
MTU_MC41_ECCD   0xF0063910          MC 41 Memory ECC Detection Register
MTU_MC41_ETRR0  0xF0063912          MC 41 Error Tracking Register 0
MTU_MC41_ETRR1  0xF0063914          MC 41 Error Tracking Register 1
MTU_MC41_ETRR2  0xF0063916          MC 41 Error Tracking Register 2
MTU_MC41_ETRR3  0xF0063918          MC 41 Error Tracking Register 3
MTU_MC41_ETRR4  0xF006391A          MC 41 Error Tracking Register 4
MTU_MC41_RDBFL0 0xF0063960          MC 41 Read Data and Bit Flip Register 0
MTU_MC41_RDBFL1 0xF0063962          MC 41 Read Data and Bit Flip Register 1
MTU_MC41_RDBFL2 0xF0063964          MC 41 Read Data and Bit Flip Register 2
MTU_MC41_RDBFL3 0xF0063966          MC 41 Read Data and Bit Flip Register 3
MTU_MC41_RDBFL4 0xF0063968          MC 41 Read Data and Bit Flip Register 4
MTU_MC41_RDBFL5 0xF006396A          MC 41 Read Data and Bit Flip Register 5
MTU_MC41_RDBFL6 0xF006396C          MC 41 Read Data and Bit Flip Register 6
MTU_MC41_RDBFL7 0xF006396E          MC 41 Read Data and Bit Flip Register 7
MTU_MC41_RDBFL8 0xF0063970          MC 41 Read Data and Bit Flip Register 8
MTU_MC41_RDBFL9 0xF0063972          MC 41 Read Data and Bit Flip Register 9
MTU_MC41_RDBFL10 0xF0063974          MC 41 Read Data and Bit Flip Register 10
MTU_MC41_RDBFL11 0xF0063976          MC 41 Read Data and Bit Flip Register 11
MTU_MC41_RDBFL12 0xF0063978          MC 41 Read Data and Bit Flip Register 12
MTU_MC41_RDBFL13 0xF006397A          MC 41 Read Data and Bit Flip Register 13
MTU_MC41_RDBFL14 0xF006397C          MC 41 Read Data and Bit Flip Register 14
MTU_MC41_RDBFL15 0xF006397E          MC 41 Read Data and Bit Flip Register 15
MTU_MC41_RDBFL16 0xF0063980          MC 41 Read Data and Bit Flip Register 16
MTU_MC41_RDBFL17 0xF0063982          MC 41 Read Data and Bit Flip Register 17
MTU_MC41_RDBFL18 0xF0063984          MC 41 Read Data and Bit Flip Register 18
MTU_MC41_RDBFL19 0xF0063986          MC 41 Read Data and Bit Flip Register 19
MTU_MC41_RDBFL20 0xF0063988          MC 41 Read Data and Bit Flip Register 20
MTU_MC41_RDBFL21 0xF006398A          MC 41 Read Data and Bit Flip Register 21
MTU_MC41_RDBFL22 0xF006398C          MC 41 Read Data and Bit Flip Register 22
MTU_MC41_RDBFL23 0xF006398E          MC 41 Read Data and Bit Flip Register 23
MTU_MC41_RDBFL24 0xF0063990          MC 41 Read Data and Bit Flip Register 24
MTU_MC41_RDBFL25 0xF0063992          MC 41 Read Data and Bit Flip Register 25
MTU_MC41_RDBFL26 0xF0063994          MC 41 Read Data and Bit Flip Register 26
MTU_MC41_RDBFL27 0xF0063996          MC 41 Read Data and Bit Flip Register 27
MTU_MC41_RDBFL28 0xF0063998          MC 41 Read Data and Bit Flip Register 28
MTU_MC41_RDBFL29 0xF006399A          MC 41 Read Data and Bit Flip Register 29
MTU_MC41_RDBFL30 0xF006399C          MC 41 Read Data and Bit Flip Register 30
MTU_MC41_RDBFL31 0xF006399E          MC 41 Read Data and Bit Flip Register 31
MTU_MC41_RDBFL32 0xF00639A0          MC 41 Read Data and Bit Flip Register 32
MTU_MC41_RDBFL33 0xF00639A2          MC 41 Read Data and Bit Flip Register 33
MTU_MC41_RDBFL34 0xF00639A4          MC 41 Read Data and Bit Flip Register 34
MTU_MC41_RDBFL35 0xF00639A6          MC 41 Read Data and Bit Flip Register 35
MTU_MC41_RDBFL36 0xF00639A8          MC 41 Read Data and Bit Flip Register 36
MTU_MC41_RDBFL37 0xF00639AA          MC 41 Read Data and Bit Flip Register 37
MTU_MC41_RDBFL38 0xF00639AC          MC 41 Read Data and Bit Flip Register 38
MTU_MC41_RDBFL39 0xF00639AE          MC 41 Read Data and Bit Flip Register 39
MTU_MC41_RDBFL40 0xF00639B0          MC 41 Read Data and Bit Flip Register 40
MTU_MC41_RDBFL41 0xF00639B2          MC 41 Read Data and Bit Flip Register 41
MTU_MC41_RDBFL42 0xF00639B4          MC 41 Read Data and Bit Flip Register 42
MTU_MC41_RDBFL43 0xF00639B6          MC 41 Read Data and Bit Flip Register 43
MTU_MC41_RDBFL44 0xF00639B8          MC 41 Read Data and Bit Flip Register 44
MTU_MC41_RDBFL45 0xF00639BA          MC 41 Read Data and Bit Flip Register 45
MTU_MC41_RDBFL46 0xF00639BC          MC 41 Read Data and Bit Flip Register 46
MTU_MC41_RDBFL47 0xF00639BE          MC 41 Read Data and Bit Flip Register 47
MTU_MC41_RDBFL48 0xF00639C0          MC 41 Read Data and Bit Flip Register 48
MTU_MC41_RDBFL49 0xF00639C2          MC 41 Read Data and Bit Flip Register 49
MTU_MC41_RDBFL50 0xF00639C4          MC 41 Read Data and Bit Flip Register 50
MTU_MC41_RDBFL51 0xF00639C6          MC 41 Read Data and Bit Flip Register 51
MTU_MC41_RDBFL52 0xF00639C8          MC 41 Read Data and Bit Flip Register 52
MTU_MC41_RDBFL53 0xF00639CA          MC 41 Read Data and Bit Flip Register 53
MTU_MC41_RDBFL54 0xF00639CC          MC 41 Read Data and Bit Flip Register 54
MTU_MC41_RDBFL55 0xF00639CE          MC 41 Read Data and Bit Flip Register 55
MTU_MC41_RDBFL56 0xF00639D0          MC 41 Read Data and Bit Flip Register 56
MTU_MC41_RDBFL57 0xF00639D2          MC 41 Read Data and Bit Flip Register 57
MTU_MC41_RDBFL58 0xF00639D4          MC 41 Read Data and Bit Flip Register 58
MTU_MC41_RDBFL59 0xF00639D6          MC 41 Read Data and Bit Flip Register 59
MTU_MC41_RDBFL60 0xF00639D8          MC 41 Read Data and Bit Flip Register 60
MTU_MC41_RDBFL61 0xF00639DA          MC 41 Read Data and Bit Flip Register 61
MTU_MC41_RDBFL62 0xF00639DC          MC 41 Read Data and Bit Flip Register 62
MTU_MC41_RDBFL63 0xF00639DE          MC 41 Read Data and Bit Flip Register 63
MTU_MC41_RDBFL64 0xF00639E0          MC 41 Read Data and Bit Flip Register 64
MTU_MC41_RDBFL65 0xF00639E2          MC 41 Read Data and Bit Flip Register 65
MTU_MC41_RDBFL66 0xF00639E4          MC 41 Read Data and Bit Flip Register 66
MTU_MC41_ALMSRCS 0xF00639EE          MC 41 Alarm Sources Configuration Register
MTU_MC41_FAULTSTS 0xF00639F0          MC 41 SSH Safety Faults Status Register
MTU_MC41_ERRINFO0 0xF00639F2          MC 41 Error Information Register 0
MTU_MC41_ERRINFO1 0xF00639F4          MC 41 Error Information Register 1
MTU_MC41_ERRINFO2 0xF00639F6          MC 41 Error Information Register 2
MTU_MC41_ERRINFO3 0xF00639F8          MC 41 Error Information Register 3
MTU_MC41_ERRINFO4 0xF00639FA          MC 41 Error Information Register 4
MTU_MC42_CONFIG0 0xF0063A00          MC 42 Configuration Register 0
MTU_MC42_CONFIG1 0xF0063A02          MC 42 Configuration Register 1
MTU_MC42_MCONTROL 0xF0063A04          MC 42 MBIST Control Register
MTU_MC42_MSTATUS 0xF0063A06          MC 42 Status Register
MTU_MC42_RANGE  0xF0063A08          MC 42 Range Register, single address mode
MTU_MC42_REVID  0xF0063A0C          MC 42 Revision ID Register
MTU_MC42_ECCS   0xF0063A0E          MC 42 ECC Safety Register
MTU_MC42_ECCD   0xF0063A10          MC 42 Memory ECC Detection Register
MTU_MC42_ETRR0  0xF0063A12          MC 42 Error Tracking Register 0
MTU_MC42_ETRR1  0xF0063A14          MC 42 Error Tracking Register 1
MTU_MC42_ETRR2  0xF0063A16          MC 42 Error Tracking Register 2
MTU_MC42_ETRR3  0xF0063A18          MC 42 Error Tracking Register 3
MTU_MC42_ETRR4  0xF0063A1A          MC 42 Error Tracking Register 4
MTU_MC42_RDBFL0 0xF0063A60          MC 42 Read Data and Bit Flip Register 0
MTU_MC42_RDBFL1 0xF0063A62          MC 42 Read Data and Bit Flip Register 1
MTU_MC42_RDBFL2 0xF0063A64          MC 42 Read Data and Bit Flip Register 2
MTU_MC42_RDBFL3 0xF0063A66          MC 42 Read Data and Bit Flip Register 3
MTU_MC42_RDBFL4 0xF0063A68          MC 42 Read Data and Bit Flip Register 4
MTU_MC42_RDBFL5 0xF0063A6A          MC 42 Read Data and Bit Flip Register 5
MTU_MC42_RDBFL6 0xF0063A6C          MC 42 Read Data and Bit Flip Register 6
MTU_MC42_RDBFL7 0xF0063A6E          MC 42 Read Data and Bit Flip Register 7
MTU_MC42_RDBFL8 0xF0063A70          MC 42 Read Data and Bit Flip Register 8
MTU_MC42_RDBFL9 0xF0063A72          MC 42 Read Data and Bit Flip Register 9
MTU_MC42_RDBFL10 0xF0063A74          MC 42 Read Data and Bit Flip Register 10
MTU_MC42_RDBFL11 0xF0063A76          MC 42 Read Data and Bit Flip Register 11
MTU_MC42_RDBFL12 0xF0063A78          MC 42 Read Data and Bit Flip Register 12
MTU_MC42_RDBFL13 0xF0063A7A          MC 42 Read Data and Bit Flip Register 13
MTU_MC42_RDBFL14 0xF0063A7C          MC 42 Read Data and Bit Flip Register 14
MTU_MC42_RDBFL15 0xF0063A7E          MC 42 Read Data and Bit Flip Register 15
MTU_MC42_RDBFL16 0xF0063A80          MC 42 Read Data and Bit Flip Register 16
MTU_MC42_RDBFL17 0xF0063A82          MC 42 Read Data and Bit Flip Register 17
MTU_MC42_RDBFL18 0xF0063A84          MC 42 Read Data and Bit Flip Register 18
MTU_MC42_RDBFL19 0xF0063A86          MC 42 Read Data and Bit Flip Register 19
MTU_MC42_RDBFL20 0xF0063A88          MC 42 Read Data and Bit Flip Register 20
MTU_MC42_RDBFL21 0xF0063A8A          MC 42 Read Data and Bit Flip Register 21
MTU_MC42_RDBFL22 0xF0063A8C          MC 42 Read Data and Bit Flip Register 22
MTU_MC42_RDBFL23 0xF0063A8E          MC 42 Read Data and Bit Flip Register 23
MTU_MC42_RDBFL24 0xF0063A90          MC 42 Read Data and Bit Flip Register 24
MTU_MC42_RDBFL25 0xF0063A92          MC 42 Read Data and Bit Flip Register 25
MTU_MC42_RDBFL26 0xF0063A94          MC 42 Read Data and Bit Flip Register 26
MTU_MC42_RDBFL27 0xF0063A96          MC 42 Read Data and Bit Flip Register 27
MTU_MC42_RDBFL28 0xF0063A98          MC 42 Read Data and Bit Flip Register 28
MTU_MC42_RDBFL29 0xF0063A9A          MC 42 Read Data and Bit Flip Register 29
MTU_MC42_RDBFL30 0xF0063A9C          MC 42 Read Data and Bit Flip Register 30
MTU_MC42_RDBFL31 0xF0063A9E          MC 42 Read Data and Bit Flip Register 31
MTU_MC42_RDBFL32 0xF0063AA0          MC 42 Read Data and Bit Flip Register 32
MTU_MC42_RDBFL33 0xF0063AA2          MC 42 Read Data and Bit Flip Register 33
MTU_MC42_RDBFL34 0xF0063AA4          MC 42 Read Data and Bit Flip Register 34
MTU_MC42_RDBFL35 0xF0063AA6          MC 42 Read Data and Bit Flip Register 35
MTU_MC42_RDBFL36 0xF0063AA8          MC 42 Read Data and Bit Flip Register 36
MTU_MC42_RDBFL37 0xF0063AAA          MC 42 Read Data and Bit Flip Register 37
MTU_MC42_RDBFL38 0xF0063AAC          MC 42 Read Data and Bit Flip Register 38
MTU_MC42_RDBFL39 0xF0063AAE          MC 42 Read Data and Bit Flip Register 39
MTU_MC42_RDBFL40 0xF0063AB0          MC 42 Read Data and Bit Flip Register 40
MTU_MC42_RDBFL41 0xF0063AB2          MC 42 Read Data and Bit Flip Register 41
MTU_MC42_RDBFL42 0xF0063AB4          MC 42 Read Data and Bit Flip Register 42
MTU_MC42_RDBFL43 0xF0063AB6          MC 42 Read Data and Bit Flip Register 43
MTU_MC42_RDBFL44 0xF0063AB8          MC 42 Read Data and Bit Flip Register 44
MTU_MC42_RDBFL45 0xF0063ABA          MC 42 Read Data and Bit Flip Register 45
MTU_MC42_RDBFL46 0xF0063ABC          MC 42 Read Data and Bit Flip Register 46
MTU_MC42_RDBFL47 0xF0063ABE          MC 42 Read Data and Bit Flip Register 47
MTU_MC42_RDBFL48 0xF0063AC0          MC 42 Read Data and Bit Flip Register 48
MTU_MC42_RDBFL49 0xF0063AC2          MC 42 Read Data and Bit Flip Register 49
MTU_MC42_RDBFL50 0xF0063AC4          MC 42 Read Data and Bit Flip Register 50
MTU_MC42_RDBFL51 0xF0063AC6          MC 42 Read Data and Bit Flip Register 51
MTU_MC42_RDBFL52 0xF0063AC8          MC 42 Read Data and Bit Flip Register 52
MTU_MC42_RDBFL53 0xF0063ACA          MC 42 Read Data and Bit Flip Register 53
MTU_MC42_RDBFL54 0xF0063ACC          MC 42 Read Data and Bit Flip Register 54
MTU_MC42_RDBFL55 0xF0063ACE          MC 42 Read Data and Bit Flip Register 55
MTU_MC42_RDBFL56 0xF0063AD0          MC 42 Read Data and Bit Flip Register 56
MTU_MC42_RDBFL57 0xF0063AD2          MC 42 Read Data and Bit Flip Register 57
MTU_MC42_RDBFL58 0xF0063AD4          MC 42 Read Data and Bit Flip Register 58
MTU_MC42_RDBFL59 0xF0063AD6          MC 42 Read Data and Bit Flip Register 59
MTU_MC42_RDBFL60 0xF0063AD8          MC 42 Read Data and Bit Flip Register 60
MTU_MC42_RDBFL61 0xF0063ADA          MC 42 Read Data and Bit Flip Register 61
MTU_MC42_RDBFL62 0xF0063ADC          MC 42 Read Data and Bit Flip Register 62
MTU_MC42_RDBFL63 0xF0063ADE          MC 42 Read Data and Bit Flip Register 63
MTU_MC42_RDBFL64 0xF0063AE0          MC 42 Read Data and Bit Flip Register 64
MTU_MC42_RDBFL65 0xF0063AE2          MC 42 Read Data and Bit Flip Register 65
MTU_MC42_RDBFL66 0xF0063AE4          MC 42 Read Data and Bit Flip Register 66
MTU_MC42_ALMSRCS 0xF0063AEE          MC 42 Alarm Sources Configuration Register
MTU_MC42_FAULTSTS 0xF0063AF0          MC 42 SSH Safety Faults Status Register
MTU_MC42_ERRINFO0 0xF0063AF2          MC 42 Error Information Register 0
MTU_MC42_ERRINFO1 0xF0063AF4          MC 42 Error Information Register 1
MTU_MC42_ERRINFO2 0xF0063AF6          MC 42 Error Information Register 2
MTU_MC42_ERRINFO3 0xF0063AF8          MC 42 Error Information Register 3
MTU_MC42_ERRINFO4 0xF0063AFA          MC 42 Error Information Register 4
MTU_MC43_CONFIG0 0xF0063B00          MC 43 Configuration Register 0
MTU_MC43_CONFIG1 0xF0063B02          MC 43 Configuration Register 1
MTU_MC43_MCONTROL 0xF0063B04          MC 43 MBIST Control Register
MTU_MC43_MSTATUS 0xF0063B06          MC 43 Status Register
MTU_MC43_RANGE  0xF0063B08          MC 43 Range Register, single address mode
MTU_MC43_REVID  0xF0063B0C          MC 43 Revision ID Register
MTU_MC43_ECCS   0xF0063B0E          MC 43 ECC Safety Register
MTU_MC43_ECCD   0xF0063B10          MC 43 Memory ECC Detection Register
MTU_MC43_ETRR0  0xF0063B12          MC 43 Error Tracking Register 0
MTU_MC43_ETRR1  0xF0063B14          MC 43 Error Tracking Register 1
MTU_MC43_ETRR2  0xF0063B16          MC 43 Error Tracking Register 2
MTU_MC43_ETRR3  0xF0063B18          MC 43 Error Tracking Register 3
MTU_MC43_ETRR4  0xF0063B1A          MC 43 Error Tracking Register 4
MTU_MC43_RDBFL0 0xF0063B60          MC 43 Read Data and Bit Flip Register 0
MTU_MC43_RDBFL1 0xF0063B62          MC 43 Read Data and Bit Flip Register 1
MTU_MC43_RDBFL2 0xF0063B64          MC 43 Read Data and Bit Flip Register 2
MTU_MC43_RDBFL3 0xF0063B66          MC 43 Read Data and Bit Flip Register 3
MTU_MC43_RDBFL4 0xF0063B68          MC 43 Read Data and Bit Flip Register 4
MTU_MC43_RDBFL5 0xF0063B6A          MC 43 Read Data and Bit Flip Register 5
MTU_MC43_RDBFL6 0xF0063B6C          MC 43 Read Data and Bit Flip Register 6
MTU_MC43_RDBFL7 0xF0063B6E          MC 43 Read Data and Bit Flip Register 7
MTU_MC43_RDBFL8 0xF0063B70          MC 43 Read Data and Bit Flip Register 8
MTU_MC43_RDBFL9 0xF0063B72          MC 43 Read Data and Bit Flip Register 9
MTU_MC43_RDBFL10 0xF0063B74          MC 43 Read Data and Bit Flip Register 10
MTU_MC43_RDBFL11 0xF0063B76          MC 43 Read Data and Bit Flip Register 11
MTU_MC43_RDBFL12 0xF0063B78          MC 43 Read Data and Bit Flip Register 12
MTU_MC43_RDBFL13 0xF0063B7A          MC 43 Read Data and Bit Flip Register 13
MTU_MC43_RDBFL14 0xF0063B7C          MC 43 Read Data and Bit Flip Register 14
MTU_MC43_RDBFL15 0xF0063B7E          MC 43 Read Data and Bit Flip Register 15
MTU_MC43_RDBFL16 0xF0063B80          MC 43 Read Data and Bit Flip Register 16
MTU_MC43_RDBFL17 0xF0063B82          MC 43 Read Data and Bit Flip Register 17
MTU_MC43_RDBFL18 0xF0063B84          MC 43 Read Data and Bit Flip Register 18
MTU_MC43_RDBFL19 0xF0063B86          MC 43 Read Data and Bit Flip Register 19
MTU_MC43_RDBFL20 0xF0063B88          MC 43 Read Data and Bit Flip Register 20
MTU_MC43_RDBFL21 0xF0063B8A          MC 43 Read Data and Bit Flip Register 21
MTU_MC43_RDBFL22 0xF0063B8C          MC 43 Read Data and Bit Flip Register 22
MTU_MC43_RDBFL23 0xF0063B8E          MC 43 Read Data and Bit Flip Register 23
MTU_MC43_RDBFL24 0xF0063B90          MC 43 Read Data and Bit Flip Register 24
MTU_MC43_RDBFL25 0xF0063B92          MC 43 Read Data and Bit Flip Register 25
MTU_MC43_RDBFL26 0xF0063B94          MC 43 Read Data and Bit Flip Register 26
MTU_MC43_RDBFL27 0xF0063B96          MC 43 Read Data and Bit Flip Register 27
MTU_MC43_RDBFL28 0xF0063B98          MC 43 Read Data and Bit Flip Register 28
MTU_MC43_RDBFL29 0xF0063B9A          MC 43 Read Data and Bit Flip Register 29
MTU_MC43_RDBFL30 0xF0063B9C          MC 43 Read Data and Bit Flip Register 30
MTU_MC43_RDBFL31 0xF0063B9E          MC 43 Read Data and Bit Flip Register 31
MTU_MC43_RDBFL32 0xF0063BA0          MC 43 Read Data and Bit Flip Register 32
MTU_MC43_RDBFL33 0xF0063BA2          MC 43 Read Data and Bit Flip Register 33
MTU_MC43_RDBFL34 0xF0063BA4          MC 43 Read Data and Bit Flip Register 34
MTU_MC43_RDBFL35 0xF0063BA6          MC 43 Read Data and Bit Flip Register 35
MTU_MC43_RDBFL36 0xF0063BA8          MC 43 Read Data and Bit Flip Register 36
MTU_MC43_RDBFL37 0xF0063BAA          MC 43 Read Data and Bit Flip Register 37
MTU_MC43_RDBFL38 0xF0063BAC          MC 43 Read Data and Bit Flip Register 38
MTU_MC43_RDBFL39 0xF0063BAE          MC 43 Read Data and Bit Flip Register 39
MTU_MC43_RDBFL40 0xF0063BB0          MC 43 Read Data and Bit Flip Register 40
MTU_MC43_RDBFL41 0xF0063BB2          MC 43 Read Data and Bit Flip Register 41
MTU_MC43_RDBFL42 0xF0063BB4          MC 43 Read Data and Bit Flip Register 42
MTU_MC43_RDBFL43 0xF0063BB6          MC 43 Read Data and Bit Flip Register 43
MTU_MC43_RDBFL44 0xF0063BB8          MC 43 Read Data and Bit Flip Register 44
MTU_MC43_RDBFL45 0xF0063BBA          MC 43 Read Data and Bit Flip Register 45
MTU_MC43_RDBFL46 0xF0063BBC          MC 43 Read Data and Bit Flip Register 46
MTU_MC43_RDBFL47 0xF0063BBE          MC 43 Read Data and Bit Flip Register 47
MTU_MC43_RDBFL48 0xF0063BC0          MC 43 Read Data and Bit Flip Register 48
MTU_MC43_RDBFL49 0xF0063BC2          MC 43 Read Data and Bit Flip Register 49
MTU_MC43_RDBFL50 0xF0063BC4          MC 43 Read Data and Bit Flip Register 50
MTU_MC43_RDBFL51 0xF0063BC6          MC 43 Read Data and Bit Flip Register 51
MTU_MC43_RDBFL52 0xF0063BC8          MC 43 Read Data and Bit Flip Register 52
MTU_MC43_RDBFL53 0xF0063BCA          MC 43 Read Data and Bit Flip Register 53
MTU_MC43_RDBFL54 0xF0063BCC          MC 43 Read Data and Bit Flip Register 54
MTU_MC43_RDBFL55 0xF0063BCE          MC 43 Read Data and Bit Flip Register 55
MTU_MC43_RDBFL56 0xF0063BD0          MC 43 Read Data and Bit Flip Register 56
MTU_MC43_RDBFL57 0xF0063BD2          MC 43 Read Data and Bit Flip Register 57
MTU_MC43_RDBFL58 0xF0063BD4          MC 43 Read Data and Bit Flip Register 58
MTU_MC43_RDBFL59 0xF0063BD6          MC 43 Read Data and Bit Flip Register 59
MTU_MC43_RDBFL60 0xF0063BD8          MC 43 Read Data and Bit Flip Register 60
MTU_MC43_RDBFL61 0xF0063BDA          MC 43 Read Data and Bit Flip Register 61
MTU_MC43_RDBFL62 0xF0063BDC          MC 43 Read Data and Bit Flip Register 62
MTU_MC43_RDBFL63 0xF0063BDE          MC 43 Read Data and Bit Flip Register 63
MTU_MC43_RDBFL64 0xF0063BE0          MC 43 Read Data and Bit Flip Register 64
MTU_MC43_RDBFL65 0xF0063BE2          MC 43 Read Data and Bit Flip Register 65
MTU_MC43_RDBFL66 0xF0063BE4          MC 43 Read Data and Bit Flip Register 66
MTU_MC43_ALMSRCS 0xF0063BEE          MC 43 Alarm Sources Configuration Register
MTU_MC43_FAULTSTS 0xF0063BF0          MC 43 SSH Safety Faults Status Register
MTU_MC43_ERRINFO0 0xF0063BF2          MC 43 Error Information Register 0
MTU_MC43_ERRINFO1 0xF0063BF4          MC 43 Error Information Register 1
MTU_MC43_ERRINFO2 0xF0063BF6          MC 43 Error Information Register 2
MTU_MC43_ERRINFO3 0xF0063BF8          MC 43 Error Information Register 3
MTU_MC43_ERRINFO4 0xF0063BFA          MC 43 Error Information Register 4
MTU_MC44_CONFIG0 0xF0063C00          MC 44 Configuration Register 0
MTU_MC44_CONFIG1 0xF0063C02          MC 44 Configuration Register 1
MTU_MC44_MCONTROL 0xF0063C04          MC 44 MBIST Control Register
MTU_MC44_MSTATUS 0xF0063C06          MC 44 Status Register
MTU_MC44_RANGE  0xF0063C08          MC 44 Range Register, single address mode
MTU_MC44_REVID  0xF0063C0C          MC 44 Revision ID Register
MTU_MC44_ECCS   0xF0063C0E          MC 44 ECC Safety Register
MTU_MC44_ECCD   0xF0063C10          MC 44 Memory ECC Detection Register
MTU_MC44_ETRR0  0xF0063C12          MC 44 Error Tracking Register 0
MTU_MC44_ETRR1  0xF0063C14          MC 44 Error Tracking Register 1
MTU_MC44_ETRR2  0xF0063C16          MC 44 Error Tracking Register 2
MTU_MC44_ETRR3  0xF0063C18          MC 44 Error Tracking Register 3
MTU_MC44_ETRR4  0xF0063C1A          MC 44 Error Tracking Register 4
MTU_MC44_RDBFL0 0xF0063C60          MC 44 Read Data and Bit Flip Register 0
MTU_MC44_RDBFL1 0xF0063C62          MC 44 Read Data and Bit Flip Register 1
MTU_MC44_RDBFL2 0xF0063C64          MC 44 Read Data and Bit Flip Register 2
MTU_MC44_RDBFL3 0xF0063C66          MC 44 Read Data and Bit Flip Register 3
MTU_MC44_RDBFL4 0xF0063C68          MC 44 Read Data and Bit Flip Register 4
MTU_MC44_RDBFL5 0xF0063C6A          MC 44 Read Data and Bit Flip Register 5
MTU_MC44_RDBFL6 0xF0063C6C          MC 44 Read Data and Bit Flip Register 6
MTU_MC44_RDBFL7 0xF0063C6E          MC 44 Read Data and Bit Flip Register 7
MTU_MC44_RDBFL8 0xF0063C70          MC 44 Read Data and Bit Flip Register 8
MTU_MC44_RDBFL9 0xF0063C72          MC 44 Read Data and Bit Flip Register 9
MTU_MC44_RDBFL10 0xF0063C74          MC 44 Read Data and Bit Flip Register 10
MTU_MC44_RDBFL11 0xF0063C76          MC 44 Read Data and Bit Flip Register 11
MTU_MC44_RDBFL12 0xF0063C78          MC 44 Read Data and Bit Flip Register 12
MTU_MC44_RDBFL13 0xF0063C7A          MC 44 Read Data and Bit Flip Register 13
MTU_MC44_RDBFL14 0xF0063C7C          MC 44 Read Data and Bit Flip Register 14
MTU_MC44_RDBFL15 0xF0063C7E          MC 44 Read Data and Bit Flip Register 15
MTU_MC44_RDBFL16 0xF0063C80          MC 44 Read Data and Bit Flip Register 16
MTU_MC44_RDBFL17 0xF0063C82          MC 44 Read Data and Bit Flip Register 17
MTU_MC44_RDBFL18 0xF0063C84          MC 44 Read Data and Bit Flip Register 18
MTU_MC44_RDBFL19 0xF0063C86          MC 44 Read Data and Bit Flip Register 19
MTU_MC44_RDBFL20 0xF0063C88          MC 44 Read Data and Bit Flip Register 20
MTU_MC44_RDBFL21 0xF0063C8A          MC 44 Read Data and Bit Flip Register 21
MTU_MC44_RDBFL22 0xF0063C8C          MC 44 Read Data and Bit Flip Register 22
MTU_MC44_RDBFL23 0xF0063C8E          MC 44 Read Data and Bit Flip Register 23
MTU_MC44_RDBFL24 0xF0063C90          MC 44 Read Data and Bit Flip Register 24
MTU_MC44_RDBFL25 0xF0063C92          MC 44 Read Data and Bit Flip Register 25
MTU_MC44_RDBFL26 0xF0063C94          MC 44 Read Data and Bit Flip Register 26
MTU_MC44_RDBFL27 0xF0063C96          MC 44 Read Data and Bit Flip Register 27
MTU_MC44_RDBFL28 0xF0063C98          MC 44 Read Data and Bit Flip Register 28
MTU_MC44_RDBFL29 0xF0063C9A          MC 44 Read Data and Bit Flip Register 29
MTU_MC44_RDBFL30 0xF0063C9C          MC 44 Read Data and Bit Flip Register 30
MTU_MC44_RDBFL31 0xF0063C9E          MC 44 Read Data and Bit Flip Register 31
MTU_MC44_RDBFL32 0xF0063CA0          MC 44 Read Data and Bit Flip Register 32
MTU_MC44_RDBFL33 0xF0063CA2          MC 44 Read Data and Bit Flip Register 33
MTU_MC44_RDBFL34 0xF0063CA4          MC 44 Read Data and Bit Flip Register 34
MTU_MC44_RDBFL35 0xF0063CA6          MC 44 Read Data and Bit Flip Register 35
MTU_MC44_RDBFL36 0xF0063CA8          MC 44 Read Data and Bit Flip Register 36
MTU_MC44_RDBFL37 0xF0063CAA          MC 44 Read Data and Bit Flip Register 37
MTU_MC44_RDBFL38 0xF0063CAC          MC 44 Read Data and Bit Flip Register 38
MTU_MC44_RDBFL39 0xF0063CAE          MC 44 Read Data and Bit Flip Register 39
MTU_MC44_RDBFL40 0xF0063CB0          MC 44 Read Data and Bit Flip Register 40
MTU_MC44_RDBFL41 0xF0063CB2          MC 44 Read Data and Bit Flip Register 41
MTU_MC44_RDBFL42 0xF0063CB4          MC 44 Read Data and Bit Flip Register 42
MTU_MC44_RDBFL43 0xF0063CB6          MC 44 Read Data and Bit Flip Register 43
MTU_MC44_RDBFL44 0xF0063CB8          MC 44 Read Data and Bit Flip Register 44
MTU_MC44_RDBFL45 0xF0063CBA          MC 44 Read Data and Bit Flip Register 45
MTU_MC44_RDBFL46 0xF0063CBC          MC 44 Read Data and Bit Flip Register 46
MTU_MC44_RDBFL47 0xF0063CBE          MC 44 Read Data and Bit Flip Register 47
MTU_MC44_RDBFL48 0xF0063CC0          MC 44 Read Data and Bit Flip Register 48
MTU_MC44_RDBFL49 0xF0063CC2          MC 44 Read Data and Bit Flip Register 49
MTU_MC44_RDBFL50 0xF0063CC4          MC 44 Read Data and Bit Flip Register 50
MTU_MC44_RDBFL51 0xF0063CC6          MC 44 Read Data and Bit Flip Register 51
MTU_MC44_RDBFL52 0xF0063CC8          MC 44 Read Data and Bit Flip Register 52
MTU_MC44_RDBFL53 0xF0063CCA          MC 44 Read Data and Bit Flip Register 53
MTU_MC44_RDBFL54 0xF0063CCC          MC 44 Read Data and Bit Flip Register 54
MTU_MC44_RDBFL55 0xF0063CCE          MC 44 Read Data and Bit Flip Register 55
MTU_MC44_RDBFL56 0xF0063CD0          MC 44 Read Data and Bit Flip Register 56
MTU_MC44_RDBFL57 0xF0063CD2          MC 44 Read Data and Bit Flip Register 57
MTU_MC44_RDBFL58 0xF0063CD4          MC 44 Read Data and Bit Flip Register 58
MTU_MC44_RDBFL59 0xF0063CD6          MC 44 Read Data and Bit Flip Register 59
MTU_MC44_RDBFL60 0xF0063CD8          MC 44 Read Data and Bit Flip Register 60
MTU_MC44_RDBFL61 0xF0063CDA          MC 44 Read Data and Bit Flip Register 61
MTU_MC44_RDBFL62 0xF0063CDC          MC 44 Read Data and Bit Flip Register 62
MTU_MC44_RDBFL63 0xF0063CDE          MC 44 Read Data and Bit Flip Register 63
MTU_MC44_RDBFL64 0xF0063CE0          MC 44 Read Data and Bit Flip Register 64
MTU_MC44_RDBFL65 0xF0063CE2          MC 44 Read Data and Bit Flip Register 65
MTU_MC44_RDBFL66 0xF0063CE4          MC 44 Read Data and Bit Flip Register 66
MTU_MC44_ALMSRCS 0xF0063CEE          MC 44 Alarm Sources Configuration Register
MTU_MC44_FAULTSTS 0xF0063CF0          MC 44 SSH Safety Faults Status Register
MTU_MC44_ERRINFO0 0xF0063CF2          MC 44 Error Information Register 0
MTU_MC44_ERRINFO1 0xF0063CF4          MC 44 Error Information Register 1
MTU_MC44_ERRINFO2 0xF0063CF6          MC 44 Error Information Register 2
MTU_MC44_ERRINFO3 0xF0063CF8          MC 44 Error Information Register 3
MTU_MC44_ERRINFO4 0xF0063CFA          MC 44 Error Information Register 4
MTU_MC45_CONFIG0 0xF0063D00          MC 45 Configuration Register 0
MTU_MC45_CONFIG1 0xF0063D02          MC 45 Configuration Register 1
MTU_MC45_MCONTROL 0xF0063D04          MC 45 MBIST Control Register
MTU_MC45_MSTATUS 0xF0063D06          MC 45 Status Register
MTU_MC45_RANGE  0xF0063D08          MC 45 Range Register, single address mode
MTU_MC45_REVID  0xF0063D0C          MC 45 Revision ID Register
MTU_MC45_ECCS   0xF0063D0E          MC 45 ECC Safety Register
MTU_MC45_ECCD   0xF0063D10          MC 45 Memory ECC Detection Register
MTU_MC45_ETRR0  0xF0063D12          MC 45 Error Tracking Register 0
MTU_MC45_ETRR1  0xF0063D14          MC 45 Error Tracking Register 1
MTU_MC45_ETRR2  0xF0063D16          MC 45 Error Tracking Register 2
MTU_MC45_ETRR3  0xF0063D18          MC 45 Error Tracking Register 3
MTU_MC45_ETRR4  0xF0063D1A          MC 45 Error Tracking Register 4
MTU_MC45_RDBFL0 0xF0063D60          MC 45 Read Data and Bit Flip Register 0
MTU_MC45_RDBFL1 0xF0063D62          MC 45 Read Data and Bit Flip Register 1
MTU_MC45_RDBFL2 0xF0063D64          MC 45 Read Data and Bit Flip Register 2
MTU_MC45_RDBFL3 0xF0063D66          MC 45 Read Data and Bit Flip Register 3
MTU_MC45_RDBFL4 0xF0063D68          MC 45 Read Data and Bit Flip Register 4
MTU_MC45_RDBFL5 0xF0063D6A          MC 45 Read Data and Bit Flip Register 5
MTU_MC45_RDBFL6 0xF0063D6C          MC 45 Read Data and Bit Flip Register 6
MTU_MC45_RDBFL7 0xF0063D6E          MC 45 Read Data and Bit Flip Register 7
MTU_MC45_RDBFL8 0xF0063D70          MC 45 Read Data and Bit Flip Register 8
MTU_MC45_RDBFL9 0xF0063D72          MC 45 Read Data and Bit Flip Register 9
MTU_MC45_RDBFL10 0xF0063D74          MC 45 Read Data and Bit Flip Register 10
MTU_MC45_RDBFL11 0xF0063D76          MC 45 Read Data and Bit Flip Register 11
MTU_MC45_RDBFL12 0xF0063D78          MC 45 Read Data and Bit Flip Register 12
MTU_MC45_RDBFL13 0xF0063D7A          MC 45 Read Data and Bit Flip Register 13
MTU_MC45_RDBFL14 0xF0063D7C          MC 45 Read Data and Bit Flip Register 14
MTU_MC45_RDBFL15 0xF0063D7E          MC 45 Read Data and Bit Flip Register 15
MTU_MC45_RDBFL16 0xF0063D80          MC 45 Read Data and Bit Flip Register 16
MTU_MC45_RDBFL17 0xF0063D82          MC 45 Read Data and Bit Flip Register 17
MTU_MC45_RDBFL18 0xF0063D84          MC 45 Read Data and Bit Flip Register 18
MTU_MC45_RDBFL19 0xF0063D86          MC 45 Read Data and Bit Flip Register 19
MTU_MC45_RDBFL20 0xF0063D88          MC 45 Read Data and Bit Flip Register 20
MTU_MC45_RDBFL21 0xF0063D8A          MC 45 Read Data and Bit Flip Register 21
MTU_MC45_RDBFL22 0xF0063D8C          MC 45 Read Data and Bit Flip Register 22
MTU_MC45_RDBFL23 0xF0063D8E          MC 45 Read Data and Bit Flip Register 23
MTU_MC45_RDBFL24 0xF0063D90          MC 45 Read Data and Bit Flip Register 24
MTU_MC45_RDBFL25 0xF0063D92          MC 45 Read Data and Bit Flip Register 25
MTU_MC45_RDBFL26 0xF0063D94          MC 45 Read Data and Bit Flip Register 26
MTU_MC45_RDBFL27 0xF0063D96          MC 45 Read Data and Bit Flip Register 27
MTU_MC45_RDBFL28 0xF0063D98          MC 45 Read Data and Bit Flip Register 28
MTU_MC45_RDBFL29 0xF0063D9A          MC 45 Read Data and Bit Flip Register 29
MTU_MC45_RDBFL30 0xF0063D9C          MC 45 Read Data and Bit Flip Register 30
MTU_MC45_RDBFL31 0xF0063D9E          MC 45 Read Data and Bit Flip Register 31
MTU_MC45_RDBFL32 0xF0063DA0          MC 45 Read Data and Bit Flip Register 32
MTU_MC45_RDBFL33 0xF0063DA2          MC 45 Read Data and Bit Flip Register 33
MTU_MC45_RDBFL34 0xF0063DA4          MC 45 Read Data and Bit Flip Register 34
MTU_MC45_RDBFL35 0xF0063DA6          MC 45 Read Data and Bit Flip Register 35
MTU_MC45_RDBFL36 0xF0063DA8          MC 45 Read Data and Bit Flip Register 36
MTU_MC45_RDBFL37 0xF0063DAA          MC 45 Read Data and Bit Flip Register 37
MTU_MC45_RDBFL38 0xF0063DAC          MC 45 Read Data and Bit Flip Register 38
MTU_MC45_RDBFL39 0xF0063DAE          MC 45 Read Data and Bit Flip Register 39
MTU_MC45_RDBFL40 0xF0063DB0          MC 45 Read Data and Bit Flip Register 40
MTU_MC45_RDBFL41 0xF0063DB2          MC 45 Read Data and Bit Flip Register 41
MTU_MC45_RDBFL42 0xF0063DB4          MC 45 Read Data and Bit Flip Register 42
MTU_MC45_RDBFL43 0xF0063DB6          MC 45 Read Data and Bit Flip Register 43
MTU_MC45_RDBFL44 0xF0063DB8          MC 45 Read Data and Bit Flip Register 44
MTU_MC45_RDBFL45 0xF0063DBA          MC 45 Read Data and Bit Flip Register 45
MTU_MC45_RDBFL46 0xF0063DBC          MC 45 Read Data and Bit Flip Register 46
MTU_MC45_RDBFL47 0xF0063DBE          MC 45 Read Data and Bit Flip Register 47
MTU_MC45_RDBFL48 0xF0063DC0          MC 45 Read Data and Bit Flip Register 48
MTU_MC45_RDBFL49 0xF0063DC2          MC 45 Read Data and Bit Flip Register 49
MTU_MC45_RDBFL50 0xF0063DC4          MC 45 Read Data and Bit Flip Register 50
MTU_MC45_RDBFL51 0xF0063DC6          MC 45 Read Data and Bit Flip Register 51
MTU_MC45_RDBFL52 0xF0063DC8          MC 45 Read Data and Bit Flip Register 52
MTU_MC45_RDBFL53 0xF0063DCA          MC 45 Read Data and Bit Flip Register 53
MTU_MC45_RDBFL54 0xF0063DCC          MC 45 Read Data and Bit Flip Register 54
MTU_MC45_RDBFL55 0xF0063DCE          MC 45 Read Data and Bit Flip Register 55
MTU_MC45_RDBFL56 0xF0063DD0          MC 45 Read Data and Bit Flip Register 56
MTU_MC45_RDBFL57 0xF0063DD2          MC 45 Read Data and Bit Flip Register 57
MTU_MC45_RDBFL58 0xF0063DD4          MC 45 Read Data and Bit Flip Register 58
MTU_MC45_RDBFL59 0xF0063DD6          MC 45 Read Data and Bit Flip Register 59
MTU_MC45_RDBFL60 0xF0063DD8          MC 45 Read Data and Bit Flip Register 60
MTU_MC45_RDBFL61 0xF0063DDA          MC 45 Read Data and Bit Flip Register 61
MTU_MC45_RDBFL62 0xF0063DDC          MC 45 Read Data and Bit Flip Register 62
MTU_MC45_RDBFL63 0xF0063DDE          MC 45 Read Data and Bit Flip Register 63
MTU_MC45_RDBFL64 0xF0063DE0          MC 45 Read Data and Bit Flip Register 64
MTU_MC45_RDBFL65 0xF0063DE2          MC 45 Read Data and Bit Flip Register 65
MTU_MC45_RDBFL66 0xF0063DE4          MC 45 Read Data and Bit Flip Register 66
MTU_MC45_ALMSRCS 0xF0063DEE          MC 45 Alarm Sources Configuration Register
MTU_MC45_FAULTSTS 0xF0063DF0          MC 45 SSH Safety Faults Status Register
MTU_MC45_ERRINFO0 0xF0063DF2          MC 45 Error Information Register 0
MTU_MC45_ERRINFO1 0xF0063DF4          MC 45 Error Information Register 1
MTU_MC45_ERRINFO2 0xF0063DF6          MC 45 Error Information Register 2
MTU_MC45_ERRINFO3 0xF0063DF8          MC 45 Error Information Register 3
MTU_MC45_ERRINFO4 0xF0063DFA          MC 45 Error Information Register 4
MTU_MC46_CONFIG0 0xF0063E00          MC 46 Configuration Register 0
MTU_MC46_CONFIG1 0xF0063E02          MC 46 Configuration Register 1
MTU_MC46_MCONTROL 0xF0063E04          MC 46 MBIST Control Register
MTU_MC46_MSTATUS 0xF0063E06          MC 46 Status Register
MTU_MC46_RANGE  0xF0063E08          MC 46 Range Register, single address mode
MTU_MC46_REVID  0xF0063E0C          MC 46 Revision ID Register
MTU_MC46_ECCS   0xF0063E0E          MC 46 ECC Safety Register
MTU_MC46_ECCD   0xF0063E10          MC 46 Memory ECC Detection Register
MTU_MC46_ETRR0  0xF0063E12          MC 46 Error Tracking Register 0
MTU_MC46_ETRR1  0xF0063E14          MC 46 Error Tracking Register 1
MTU_MC46_ETRR2  0xF0063E16          MC 46 Error Tracking Register 2
MTU_MC46_ETRR3  0xF0063E18          MC 46 Error Tracking Register 3
MTU_MC46_ETRR4  0xF0063E1A          MC 46 Error Tracking Register 4
MTU_MC46_RDBFL0 0xF0063E60          MC 46 Read Data and Bit Flip Register 0
MTU_MC46_RDBFL1 0xF0063E62          MC 46 Read Data and Bit Flip Register 1
MTU_MC46_RDBFL2 0xF0063E64          MC 46 Read Data and Bit Flip Register 2
MTU_MC46_RDBFL3 0xF0063E66          MC 46 Read Data and Bit Flip Register 3
MTU_MC46_RDBFL4 0xF0063E68          MC 46 Read Data and Bit Flip Register 4
MTU_MC46_RDBFL5 0xF0063E6A          MC 46 Read Data and Bit Flip Register 5
MTU_MC46_RDBFL6 0xF0063E6C          MC 46 Read Data and Bit Flip Register 6
MTU_MC46_RDBFL7 0xF0063E6E          MC 46 Read Data and Bit Flip Register 7
MTU_MC46_RDBFL8 0xF0063E70          MC 46 Read Data and Bit Flip Register 8
MTU_MC46_RDBFL9 0xF0063E72          MC 46 Read Data and Bit Flip Register 9
MTU_MC46_RDBFL10 0xF0063E74          MC 46 Read Data and Bit Flip Register 10
MTU_MC46_RDBFL11 0xF0063E76          MC 46 Read Data and Bit Flip Register 11
MTU_MC46_RDBFL12 0xF0063E78          MC 46 Read Data and Bit Flip Register 12
MTU_MC46_RDBFL13 0xF0063E7A          MC 46 Read Data and Bit Flip Register 13
MTU_MC46_RDBFL14 0xF0063E7C          MC 46 Read Data and Bit Flip Register 14
MTU_MC46_RDBFL15 0xF0063E7E          MC 46 Read Data and Bit Flip Register 15
MTU_MC46_RDBFL16 0xF0063E80          MC 46 Read Data and Bit Flip Register 16
MTU_MC46_RDBFL17 0xF0063E82          MC 46 Read Data and Bit Flip Register 17
MTU_MC46_RDBFL18 0xF0063E84          MC 46 Read Data and Bit Flip Register 18
MTU_MC46_RDBFL19 0xF0063E86          MC 46 Read Data and Bit Flip Register 19
MTU_MC46_RDBFL20 0xF0063E88          MC 46 Read Data and Bit Flip Register 20
MTU_MC46_RDBFL21 0xF0063E8A          MC 46 Read Data and Bit Flip Register 21
MTU_MC46_RDBFL22 0xF0063E8C          MC 46 Read Data and Bit Flip Register 22
MTU_MC46_RDBFL23 0xF0063E8E          MC 46 Read Data and Bit Flip Register 23
MTU_MC46_RDBFL24 0xF0063E90          MC 46 Read Data and Bit Flip Register 24
MTU_MC46_RDBFL25 0xF0063E92          MC 46 Read Data and Bit Flip Register 25
MTU_MC46_RDBFL26 0xF0063E94          MC 46 Read Data and Bit Flip Register 26
MTU_MC46_RDBFL27 0xF0063E96          MC 46 Read Data and Bit Flip Register 27
MTU_MC46_RDBFL28 0xF0063E98          MC 46 Read Data and Bit Flip Register 28
MTU_MC46_RDBFL29 0xF0063E9A          MC 46 Read Data and Bit Flip Register 29
MTU_MC46_RDBFL30 0xF0063E9C          MC 46 Read Data and Bit Flip Register 30
MTU_MC46_RDBFL31 0xF0063E9E          MC 46 Read Data and Bit Flip Register 31
MTU_MC46_RDBFL32 0xF0063EA0          MC 46 Read Data and Bit Flip Register 32
MTU_MC46_RDBFL33 0xF0063EA2          MC 46 Read Data and Bit Flip Register 33
MTU_MC46_RDBFL34 0xF0063EA4          MC 46 Read Data and Bit Flip Register 34
MTU_MC46_RDBFL35 0xF0063EA6          MC 46 Read Data and Bit Flip Register 35
MTU_MC46_RDBFL36 0xF0063EA8          MC 46 Read Data and Bit Flip Register 36
MTU_MC46_RDBFL37 0xF0063EAA          MC 46 Read Data and Bit Flip Register 37
MTU_MC46_RDBFL38 0xF0063EAC          MC 46 Read Data and Bit Flip Register 38
MTU_MC46_RDBFL39 0xF0063EAE          MC 46 Read Data and Bit Flip Register 39
MTU_MC46_RDBFL40 0xF0063EB0          MC 46 Read Data and Bit Flip Register 40
MTU_MC46_RDBFL41 0xF0063EB2          MC 46 Read Data and Bit Flip Register 41
MTU_MC46_RDBFL42 0xF0063EB4          MC 46 Read Data and Bit Flip Register 42
MTU_MC46_RDBFL43 0xF0063EB6          MC 46 Read Data and Bit Flip Register 43
MTU_MC46_RDBFL44 0xF0063EB8          MC 46 Read Data and Bit Flip Register 44
MTU_MC46_RDBFL45 0xF0063EBA          MC 46 Read Data and Bit Flip Register 45
MTU_MC46_RDBFL46 0xF0063EBC          MC 46 Read Data and Bit Flip Register 46
MTU_MC46_RDBFL47 0xF0063EBE          MC 46 Read Data and Bit Flip Register 47
MTU_MC46_RDBFL48 0xF0063EC0          MC 46 Read Data and Bit Flip Register 48
MTU_MC46_RDBFL49 0xF0063EC2          MC 46 Read Data and Bit Flip Register 49
MTU_MC46_RDBFL50 0xF0063EC4          MC 46 Read Data and Bit Flip Register 50
MTU_MC46_RDBFL51 0xF0063EC6          MC 46 Read Data and Bit Flip Register 51
MTU_MC46_RDBFL52 0xF0063EC8          MC 46 Read Data and Bit Flip Register 52
MTU_MC46_RDBFL53 0xF0063ECA          MC 46 Read Data and Bit Flip Register 53
MTU_MC46_RDBFL54 0xF0063ECC          MC 46 Read Data and Bit Flip Register 54
MTU_MC46_RDBFL55 0xF0063ECE          MC 46 Read Data and Bit Flip Register 55
MTU_MC46_RDBFL56 0xF0063ED0          MC 46 Read Data and Bit Flip Register 56
MTU_MC46_RDBFL57 0xF0063ED2          MC 46 Read Data and Bit Flip Register 57
MTU_MC46_RDBFL58 0xF0063ED4          MC 46 Read Data and Bit Flip Register 58
MTU_MC46_RDBFL59 0xF0063ED6          MC 46 Read Data and Bit Flip Register 59
MTU_MC46_RDBFL60 0xF0063ED8          MC 46 Read Data and Bit Flip Register 60
MTU_MC46_RDBFL61 0xF0063EDA          MC 46 Read Data and Bit Flip Register 61
MTU_MC46_RDBFL62 0xF0063EDC          MC 46 Read Data and Bit Flip Register 62
MTU_MC46_RDBFL63 0xF0063EDE          MC 46 Read Data and Bit Flip Register 63
MTU_MC46_RDBFL64 0xF0063EE0          MC 46 Read Data and Bit Flip Register 64
MTU_MC46_RDBFL65 0xF0063EE2          MC 46 Read Data and Bit Flip Register 65
MTU_MC46_RDBFL66 0xF0063EE4          MC 46 Read Data and Bit Flip Register 66
MTU_MC46_ALMSRCS 0xF0063EEE          MC 46 Alarm Sources Configuration Register
MTU_MC46_FAULTSTS 0xF0063EF0          MC 46 SSH Safety Faults Status Register
MTU_MC46_ERRINFO0 0xF0063EF2          MC 46 Error Information Register 0
MTU_MC46_ERRINFO1 0xF0063EF4          MC 46 Error Information Register 1
MTU_MC46_ERRINFO2 0xF0063EF6          MC 46 Error Information Register 2
MTU_MC46_ERRINFO3 0xF0063EF8          MC 46 Error Information Register 3
MTU_MC46_ERRINFO4 0xF0063EFA          MC 46 Error Information Register 4
MTU_MC47_CONFIG0 0xF0063F00          MC 47 Configuration Register 0
MTU_MC47_CONFIG1 0xF0063F02          MC 47 Configuration Register 1
MTU_MC47_MCONTROL 0xF0063F04          MC 47 MBIST Control Register
MTU_MC47_MSTATUS 0xF0063F06          MC 47 Status Register
MTU_MC47_RANGE  0xF0063F08          MC 47 Range Register, single address mode
MTU_MC47_REVID  0xF0063F0C          MC 47 Revision ID Register
MTU_MC47_ECCS   0xF0063F0E          MC 47 ECC Safety Register
MTU_MC47_ECCD   0xF0063F10          MC 47 Memory ECC Detection Register
MTU_MC47_ETRR0  0xF0063F12          MC 47 Error Tracking Register 0
MTU_MC47_ETRR1  0xF0063F14          MC 47 Error Tracking Register 1
MTU_MC47_ETRR2  0xF0063F16          MC 47 Error Tracking Register 2
MTU_MC47_ETRR3  0xF0063F18          MC 47 Error Tracking Register 3
MTU_MC47_ETRR4  0xF0063F1A          MC 47 Error Tracking Register 4
MTU_MC47_RDBFL0 0xF0063F60          MC 47 Read Data and Bit Flip Register 0
MTU_MC47_RDBFL1 0xF0063F62          MC 47 Read Data and Bit Flip Register 1
MTU_MC47_RDBFL2 0xF0063F64          MC 47 Read Data and Bit Flip Register 2
MTU_MC47_RDBFL3 0xF0063F66          MC 47 Read Data and Bit Flip Register 3
MTU_MC47_RDBFL4 0xF0063F68          MC 47 Read Data and Bit Flip Register 4
MTU_MC47_RDBFL5 0xF0063F6A          MC 47 Read Data and Bit Flip Register 5
MTU_MC47_RDBFL6 0xF0063F6C          MC 47 Read Data and Bit Flip Register 6
MTU_MC47_RDBFL7 0xF0063F6E          MC 47 Read Data and Bit Flip Register 7
MTU_MC47_RDBFL8 0xF0063F70          MC 47 Read Data and Bit Flip Register 8
MTU_MC47_RDBFL9 0xF0063F72          MC 47 Read Data and Bit Flip Register 9
MTU_MC47_RDBFL10 0xF0063F74          MC 47 Read Data and Bit Flip Register 10
MTU_MC47_RDBFL11 0xF0063F76          MC 47 Read Data and Bit Flip Register 11
MTU_MC47_RDBFL12 0xF0063F78          MC 47 Read Data and Bit Flip Register 12
MTU_MC47_RDBFL13 0xF0063F7A          MC 47 Read Data and Bit Flip Register 13
MTU_MC47_RDBFL14 0xF0063F7C          MC 47 Read Data and Bit Flip Register 14
MTU_MC47_RDBFL15 0xF0063F7E          MC 47 Read Data and Bit Flip Register 15
MTU_MC47_RDBFL16 0xF0063F80          MC 47 Read Data and Bit Flip Register 16
MTU_MC47_RDBFL17 0xF0063F82          MC 47 Read Data and Bit Flip Register 17
MTU_MC47_RDBFL18 0xF0063F84          MC 47 Read Data and Bit Flip Register 18
MTU_MC47_RDBFL19 0xF0063F86          MC 47 Read Data and Bit Flip Register 19
MTU_MC47_RDBFL20 0xF0063F88          MC 47 Read Data and Bit Flip Register 20
MTU_MC47_RDBFL21 0xF0063F8A          MC 47 Read Data and Bit Flip Register 21
MTU_MC47_RDBFL22 0xF0063F8C          MC 47 Read Data and Bit Flip Register 22
MTU_MC47_RDBFL23 0xF0063F8E          MC 47 Read Data and Bit Flip Register 23
MTU_MC47_RDBFL24 0xF0063F90          MC 47 Read Data and Bit Flip Register 24
MTU_MC47_RDBFL25 0xF0063F92          MC 47 Read Data and Bit Flip Register 25
MTU_MC47_RDBFL26 0xF0063F94          MC 47 Read Data and Bit Flip Register 26
MTU_MC47_RDBFL27 0xF0063F96          MC 47 Read Data and Bit Flip Register 27
MTU_MC47_RDBFL28 0xF0063F98          MC 47 Read Data and Bit Flip Register 28
MTU_MC47_RDBFL29 0xF0063F9A          MC 47 Read Data and Bit Flip Register 29
MTU_MC47_RDBFL30 0xF0063F9C          MC 47 Read Data and Bit Flip Register 30
MTU_MC47_RDBFL31 0xF0063F9E          MC 47 Read Data and Bit Flip Register 31
MTU_MC47_RDBFL32 0xF0063FA0          MC 47 Read Data and Bit Flip Register 32
MTU_MC47_RDBFL33 0xF0063FA2          MC 47 Read Data and Bit Flip Register 33
MTU_MC47_RDBFL34 0xF0063FA4          MC 47 Read Data and Bit Flip Register 34
MTU_MC47_RDBFL35 0xF0063FA6          MC 47 Read Data and Bit Flip Register 35
MTU_MC47_RDBFL36 0xF0063FA8          MC 47 Read Data and Bit Flip Register 36
MTU_MC47_RDBFL37 0xF0063FAA          MC 47 Read Data and Bit Flip Register 37
MTU_MC47_RDBFL38 0xF0063FAC          MC 47 Read Data and Bit Flip Register 38
MTU_MC47_RDBFL39 0xF0063FAE          MC 47 Read Data and Bit Flip Register 39
MTU_MC47_RDBFL40 0xF0063FB0          MC 47 Read Data and Bit Flip Register 40
MTU_MC47_RDBFL41 0xF0063FB2          MC 47 Read Data and Bit Flip Register 41
MTU_MC47_RDBFL42 0xF0063FB4          MC 47 Read Data and Bit Flip Register 42
MTU_MC47_RDBFL43 0xF0063FB6          MC 47 Read Data and Bit Flip Register 43
MTU_MC47_RDBFL44 0xF0063FB8          MC 47 Read Data and Bit Flip Register 44
MTU_MC47_RDBFL45 0xF0063FBA          MC 47 Read Data and Bit Flip Register 45
MTU_MC47_RDBFL46 0xF0063FBC          MC 47 Read Data and Bit Flip Register 46
MTU_MC47_RDBFL47 0xF0063FBE          MC 47 Read Data and Bit Flip Register 47
MTU_MC47_RDBFL48 0xF0063FC0          MC 47 Read Data and Bit Flip Register 48
MTU_MC47_RDBFL49 0xF0063FC2          MC 47 Read Data and Bit Flip Register 49
MTU_MC47_RDBFL50 0xF0063FC4          MC 47 Read Data and Bit Flip Register 50
MTU_MC47_RDBFL51 0xF0063FC6          MC 47 Read Data and Bit Flip Register 51
MTU_MC47_RDBFL52 0xF0063FC8          MC 47 Read Data and Bit Flip Register 52
MTU_MC47_RDBFL53 0xF0063FCA          MC 47 Read Data and Bit Flip Register 53
MTU_MC47_RDBFL54 0xF0063FCC          MC 47 Read Data and Bit Flip Register 54
MTU_MC47_RDBFL55 0xF0063FCE          MC 47 Read Data and Bit Flip Register 55
MTU_MC47_RDBFL56 0xF0063FD0          MC 47 Read Data and Bit Flip Register 56
MTU_MC47_RDBFL57 0xF0063FD2          MC 47 Read Data and Bit Flip Register 57
MTU_MC47_RDBFL58 0xF0063FD4          MC 47 Read Data and Bit Flip Register 58
MTU_MC47_RDBFL59 0xF0063FD6          MC 47 Read Data and Bit Flip Register 59
MTU_MC47_RDBFL60 0xF0063FD8          MC 47 Read Data and Bit Flip Register 60
MTU_MC47_RDBFL61 0xF0063FDA          MC 47 Read Data and Bit Flip Register 61
MTU_MC47_RDBFL62 0xF0063FDC          MC 47 Read Data and Bit Flip Register 62
MTU_MC47_RDBFL63 0xF0063FDE          MC 47 Read Data and Bit Flip Register 63
MTU_MC47_RDBFL64 0xF0063FE0          MC 47 Read Data and Bit Flip Register 64
MTU_MC47_RDBFL65 0xF0063FE2          MC 47 Read Data and Bit Flip Register 65
MTU_MC47_RDBFL66 0xF0063FE4          MC 47 Read Data and Bit Flip Register 66
MTU_MC47_ALMSRCS 0xF0063FEE          MC 47 Alarm Sources Configuration Register
MTU_MC47_FAULTSTS 0xF0063FF0          MC 47 SSH Safety Faults Status Register
MTU_MC47_ERRINFO0 0xF0063FF2          MC 47 Error Information Register 0
MTU_MC47_ERRINFO1 0xF0063FF4          MC 47 Error Information Register 1
MTU_MC47_ERRINFO2 0xF0063FF6          MC 47 Error Information Register 2
MTU_MC47_ERRINFO3 0xF0063FF8          MC 47 Error Information Register 3
MTU_MC47_ERRINFO4 0xF0063FFA          MC 47 Error Information Register 4
MTU_MC48_CONFIG0 0xF0064000          MC 48 Configuration Register 0
MTU_MC48_CONFIG1 0xF0064002          MC 48 Configuration Register 1
MTU_MC48_MCONTROL 0xF0064004          MC 48 MBIST Control Register
MTU_MC48_MSTATUS 0xF0064006          MC 48 Status Register
MTU_MC48_RANGE  0xF0064008          MC 48 Range Register, single address mode
MTU_MC48_REVID  0xF006400C          MC 48 Revision ID Register
MTU_MC48_ECCS   0xF006400E          MC 48 ECC Safety Register
MTU_MC48_ECCD   0xF0064010          MC 48 Memory ECC Detection Register
MTU_MC48_ETRR0  0xF0064012          MC 48 Error Tracking Register 0
MTU_MC48_ETRR1  0xF0064014          MC 48 Error Tracking Register 1
MTU_MC48_ETRR2  0xF0064016          MC 48 Error Tracking Register 2
MTU_MC48_ETRR3  0xF0064018          MC 48 Error Tracking Register 3
MTU_MC48_ETRR4  0xF006401A          MC 48 Error Tracking Register 4
MTU_MC48_RDBFL0 0xF0064060          MC 48 Read Data and Bit Flip Register 0
MTU_MC48_RDBFL1 0xF0064062          MC 48 Read Data and Bit Flip Register 1
MTU_MC48_RDBFL2 0xF0064064          MC 48 Read Data and Bit Flip Register 2
MTU_MC48_RDBFL3 0xF0064066          MC 48 Read Data and Bit Flip Register 3
MTU_MC48_RDBFL4 0xF0064068          MC 48 Read Data and Bit Flip Register 4
MTU_MC48_RDBFL5 0xF006406A          MC 48 Read Data and Bit Flip Register 5
MTU_MC48_RDBFL6 0xF006406C          MC 48 Read Data and Bit Flip Register 6
MTU_MC48_RDBFL7 0xF006406E          MC 48 Read Data and Bit Flip Register 7
MTU_MC48_RDBFL8 0xF0064070          MC 48 Read Data and Bit Flip Register 8
MTU_MC48_RDBFL9 0xF0064072          MC 48 Read Data and Bit Flip Register 9
MTU_MC48_RDBFL10 0xF0064074          MC 48 Read Data and Bit Flip Register 10
MTU_MC48_RDBFL11 0xF0064076          MC 48 Read Data and Bit Flip Register 11
MTU_MC48_RDBFL12 0xF0064078          MC 48 Read Data and Bit Flip Register 12
MTU_MC48_RDBFL13 0xF006407A          MC 48 Read Data and Bit Flip Register 13
MTU_MC48_RDBFL14 0xF006407C          MC 48 Read Data and Bit Flip Register 14
MTU_MC48_RDBFL15 0xF006407E          MC 48 Read Data and Bit Flip Register 15
MTU_MC48_RDBFL16 0xF0064080          MC 48 Read Data and Bit Flip Register 16
MTU_MC48_RDBFL17 0xF0064082          MC 48 Read Data and Bit Flip Register 17
MTU_MC48_RDBFL18 0xF0064084          MC 48 Read Data and Bit Flip Register 18
MTU_MC48_RDBFL19 0xF0064086          MC 48 Read Data and Bit Flip Register 19
MTU_MC48_RDBFL20 0xF0064088          MC 48 Read Data and Bit Flip Register 20
MTU_MC48_RDBFL21 0xF006408A          MC 48 Read Data and Bit Flip Register 21
MTU_MC48_RDBFL22 0xF006408C          MC 48 Read Data and Bit Flip Register 22
MTU_MC48_RDBFL23 0xF006408E          MC 48 Read Data and Bit Flip Register 23
MTU_MC48_RDBFL24 0xF0064090          MC 48 Read Data and Bit Flip Register 24
MTU_MC48_RDBFL25 0xF0064092          MC 48 Read Data and Bit Flip Register 25
MTU_MC48_RDBFL26 0xF0064094          MC 48 Read Data and Bit Flip Register 26
MTU_MC48_RDBFL27 0xF0064096          MC 48 Read Data and Bit Flip Register 27
MTU_MC48_RDBFL28 0xF0064098          MC 48 Read Data and Bit Flip Register 28
MTU_MC48_RDBFL29 0xF006409A          MC 48 Read Data and Bit Flip Register 29
MTU_MC48_RDBFL30 0xF006409C          MC 48 Read Data and Bit Flip Register 30
MTU_MC48_RDBFL31 0xF006409E          MC 48 Read Data and Bit Flip Register 31
MTU_MC48_RDBFL32 0xF00640A0          MC 48 Read Data and Bit Flip Register 32
MTU_MC48_RDBFL33 0xF00640A2          MC 48 Read Data and Bit Flip Register 33
MTU_MC48_RDBFL34 0xF00640A4          MC 48 Read Data and Bit Flip Register 34
MTU_MC48_RDBFL35 0xF00640A6          MC 48 Read Data and Bit Flip Register 35
MTU_MC48_RDBFL36 0xF00640A8          MC 48 Read Data and Bit Flip Register 36
MTU_MC48_RDBFL37 0xF00640AA          MC 48 Read Data and Bit Flip Register 37
MTU_MC48_RDBFL38 0xF00640AC          MC 48 Read Data and Bit Flip Register 38
MTU_MC48_RDBFL39 0xF00640AE          MC 48 Read Data and Bit Flip Register 39
MTU_MC48_RDBFL40 0xF00640B0          MC 48 Read Data and Bit Flip Register 40
MTU_MC48_RDBFL41 0xF00640B2          MC 48 Read Data and Bit Flip Register 41
MTU_MC48_RDBFL42 0xF00640B4          MC 48 Read Data and Bit Flip Register 42
MTU_MC48_RDBFL43 0xF00640B6          MC 48 Read Data and Bit Flip Register 43
MTU_MC48_RDBFL44 0xF00640B8          MC 48 Read Data and Bit Flip Register 44
MTU_MC48_RDBFL45 0xF00640BA          MC 48 Read Data and Bit Flip Register 45
MTU_MC48_RDBFL46 0xF00640BC          MC 48 Read Data and Bit Flip Register 46
MTU_MC48_RDBFL47 0xF00640BE          MC 48 Read Data and Bit Flip Register 47
MTU_MC48_RDBFL48 0xF00640C0          MC 48 Read Data and Bit Flip Register 48
MTU_MC48_RDBFL49 0xF00640C2          MC 48 Read Data and Bit Flip Register 49
MTU_MC48_RDBFL50 0xF00640C4          MC 48 Read Data and Bit Flip Register 50
MTU_MC48_RDBFL51 0xF00640C6          MC 48 Read Data and Bit Flip Register 51
MTU_MC48_RDBFL52 0xF00640C8          MC 48 Read Data and Bit Flip Register 52
MTU_MC48_RDBFL53 0xF00640CA          MC 48 Read Data and Bit Flip Register 53
MTU_MC48_RDBFL54 0xF00640CC          MC 48 Read Data and Bit Flip Register 54
MTU_MC48_RDBFL55 0xF00640CE          MC 48 Read Data and Bit Flip Register 55
MTU_MC48_RDBFL56 0xF00640D0          MC 48 Read Data and Bit Flip Register 56
MTU_MC48_RDBFL57 0xF00640D2          MC 48 Read Data and Bit Flip Register 57
MTU_MC48_RDBFL58 0xF00640D4          MC 48 Read Data and Bit Flip Register 58
MTU_MC48_RDBFL59 0xF00640D6          MC 48 Read Data and Bit Flip Register 59
MTU_MC48_RDBFL60 0xF00640D8          MC 48 Read Data and Bit Flip Register 60
MTU_MC48_RDBFL61 0xF00640DA          MC 48 Read Data and Bit Flip Register 61
MTU_MC48_RDBFL62 0xF00640DC          MC 48 Read Data and Bit Flip Register 62
MTU_MC48_RDBFL63 0xF00640DE          MC 48 Read Data and Bit Flip Register 63
MTU_MC48_RDBFL64 0xF00640E0          MC 48 Read Data and Bit Flip Register 64
MTU_MC48_RDBFL65 0xF00640E2          MC 48 Read Data and Bit Flip Register 65
MTU_MC48_RDBFL66 0xF00640E4          MC 48 Read Data and Bit Flip Register 66
MTU_MC48_ALMSRCS 0xF00640EE          MC 48 Alarm Sources Configuration Register
MTU_MC48_FAULTSTS 0xF00640F0          MC 48 SSH Safety Faults Status Register
MTU_MC48_ERRINFO0 0xF00640F2          MC 48 Error Information Register 0
MTU_MC48_ERRINFO1 0xF00640F4          MC 48 Error Information Register 1
MTU_MC48_ERRINFO2 0xF00640F6          MC 48 Error Information Register 2
MTU_MC48_ERRINFO3 0xF00640F8          MC 48 Error Information Register 3
MTU_MC48_ERRINFO4 0xF00640FA          MC 48 Error Information Register 4
MTU_MC49_CONFIG0 0xF0064100          MC 49 Configuration Register 0
MTU_MC49_CONFIG1 0xF0064102          MC 49 Configuration Register 1
MTU_MC49_MCONTROL 0xF0064104          MC 49 MBIST Control Register
MTU_MC49_MSTATUS 0xF0064106          MC 49 Status Register
MTU_MC49_RANGE  0xF0064108          MC 49 Range Register, single address mode
MTU_MC49_REVID  0xF006410C          MC 49 Revision ID Register
MTU_MC49_ECCS   0xF006410E          MC 49 ECC Safety Register
MTU_MC49_ECCD   0xF0064110          MC 49 Memory ECC Detection Register
MTU_MC49_ETRR0  0xF0064112          MC 49 Error Tracking Register 0
MTU_MC49_ETRR1  0xF0064114          MC 49 Error Tracking Register 1
MTU_MC49_ETRR2  0xF0064116          MC 49 Error Tracking Register 2
MTU_MC49_ETRR3  0xF0064118          MC 49 Error Tracking Register 3
MTU_MC49_ETRR4  0xF006411A          MC 49 Error Tracking Register 4
MTU_MC49_RDBFL0 0xF0064160          MC 49 Read Data and Bit Flip Register 0
MTU_MC49_RDBFL1 0xF0064162          MC 49 Read Data and Bit Flip Register 1
MTU_MC49_RDBFL2 0xF0064164          MC 49 Read Data and Bit Flip Register 2
MTU_MC49_RDBFL3 0xF0064166          MC 49 Read Data and Bit Flip Register 3
MTU_MC49_RDBFL4 0xF0064168          MC 49 Read Data and Bit Flip Register 4
MTU_MC49_RDBFL5 0xF006416A          MC 49 Read Data and Bit Flip Register 5
MTU_MC49_RDBFL6 0xF006416C          MC 49 Read Data and Bit Flip Register 6
MTU_MC49_RDBFL7 0xF006416E          MC 49 Read Data and Bit Flip Register 7
MTU_MC49_RDBFL8 0xF0064170          MC 49 Read Data and Bit Flip Register 8
MTU_MC49_RDBFL9 0xF0064172          MC 49 Read Data and Bit Flip Register 9
MTU_MC49_RDBFL10 0xF0064174          MC 49 Read Data and Bit Flip Register 10
MTU_MC49_RDBFL11 0xF0064176          MC 49 Read Data and Bit Flip Register 11
MTU_MC49_RDBFL12 0xF0064178          MC 49 Read Data and Bit Flip Register 12
MTU_MC49_RDBFL13 0xF006417A          MC 49 Read Data and Bit Flip Register 13
MTU_MC49_RDBFL14 0xF006417C          MC 49 Read Data and Bit Flip Register 14
MTU_MC49_RDBFL15 0xF006417E          MC 49 Read Data and Bit Flip Register 15
MTU_MC49_RDBFL16 0xF0064180          MC 49 Read Data and Bit Flip Register 16
MTU_MC49_RDBFL17 0xF0064182          MC 49 Read Data and Bit Flip Register 17
MTU_MC49_RDBFL18 0xF0064184          MC 49 Read Data and Bit Flip Register 18
MTU_MC49_RDBFL19 0xF0064186          MC 49 Read Data and Bit Flip Register 19
MTU_MC49_RDBFL20 0xF0064188          MC 49 Read Data and Bit Flip Register 20
MTU_MC49_RDBFL21 0xF006418A          MC 49 Read Data and Bit Flip Register 21
MTU_MC49_RDBFL22 0xF006418C          MC 49 Read Data and Bit Flip Register 22
MTU_MC49_RDBFL23 0xF006418E          MC 49 Read Data and Bit Flip Register 23
MTU_MC49_RDBFL24 0xF0064190          MC 49 Read Data and Bit Flip Register 24
MTU_MC49_RDBFL25 0xF0064192          MC 49 Read Data and Bit Flip Register 25
MTU_MC49_RDBFL26 0xF0064194          MC 49 Read Data and Bit Flip Register 26
MTU_MC49_RDBFL27 0xF0064196          MC 49 Read Data and Bit Flip Register 27
MTU_MC49_RDBFL28 0xF0064198          MC 49 Read Data and Bit Flip Register 28
MTU_MC49_RDBFL29 0xF006419A          MC 49 Read Data and Bit Flip Register 29
MTU_MC49_RDBFL30 0xF006419C          MC 49 Read Data and Bit Flip Register 30
MTU_MC49_RDBFL31 0xF006419E          MC 49 Read Data and Bit Flip Register 31
MTU_MC49_RDBFL32 0xF00641A0          MC 49 Read Data and Bit Flip Register 32
MTU_MC49_RDBFL33 0xF00641A2          MC 49 Read Data and Bit Flip Register 33
MTU_MC49_RDBFL34 0xF00641A4          MC 49 Read Data and Bit Flip Register 34
MTU_MC49_RDBFL35 0xF00641A6          MC 49 Read Data and Bit Flip Register 35
MTU_MC49_RDBFL36 0xF00641A8          MC 49 Read Data and Bit Flip Register 36
MTU_MC49_RDBFL37 0xF00641AA          MC 49 Read Data and Bit Flip Register 37
MTU_MC49_RDBFL38 0xF00641AC          MC 49 Read Data and Bit Flip Register 38
MTU_MC49_RDBFL39 0xF00641AE          MC 49 Read Data and Bit Flip Register 39
MTU_MC49_RDBFL40 0xF00641B0          MC 49 Read Data and Bit Flip Register 40
MTU_MC49_RDBFL41 0xF00641B2          MC 49 Read Data and Bit Flip Register 41
MTU_MC49_RDBFL42 0xF00641B4          MC 49 Read Data and Bit Flip Register 42
MTU_MC49_RDBFL43 0xF00641B6          MC 49 Read Data and Bit Flip Register 43
MTU_MC49_RDBFL44 0xF00641B8          MC 49 Read Data and Bit Flip Register 44
MTU_MC49_RDBFL45 0xF00641BA          MC 49 Read Data and Bit Flip Register 45
MTU_MC49_RDBFL46 0xF00641BC          MC 49 Read Data and Bit Flip Register 46
MTU_MC49_RDBFL47 0xF00641BE          MC 49 Read Data and Bit Flip Register 47
MTU_MC49_RDBFL48 0xF00641C0          MC 49 Read Data and Bit Flip Register 48
MTU_MC49_RDBFL49 0xF00641C2          MC 49 Read Data and Bit Flip Register 49
MTU_MC49_RDBFL50 0xF00641C4          MC 49 Read Data and Bit Flip Register 50
MTU_MC49_RDBFL51 0xF00641C6          MC 49 Read Data and Bit Flip Register 51
MTU_MC49_RDBFL52 0xF00641C8          MC 49 Read Data and Bit Flip Register 52
MTU_MC49_RDBFL53 0xF00641CA          MC 49 Read Data and Bit Flip Register 53
MTU_MC49_RDBFL54 0xF00641CC          MC 49 Read Data and Bit Flip Register 54
MTU_MC49_RDBFL55 0xF00641CE          MC 49 Read Data and Bit Flip Register 55
MTU_MC49_RDBFL56 0xF00641D0          MC 49 Read Data and Bit Flip Register 56
MTU_MC49_RDBFL57 0xF00641D2          MC 49 Read Data and Bit Flip Register 57
MTU_MC49_RDBFL58 0xF00641D4          MC 49 Read Data and Bit Flip Register 58
MTU_MC49_RDBFL59 0xF00641D6          MC 49 Read Data and Bit Flip Register 59
MTU_MC49_RDBFL60 0xF00641D8          MC 49 Read Data and Bit Flip Register 60
MTU_MC49_RDBFL61 0xF00641DA          MC 49 Read Data and Bit Flip Register 61
MTU_MC49_RDBFL62 0xF00641DC          MC 49 Read Data and Bit Flip Register 62
MTU_MC49_RDBFL63 0xF00641DE          MC 49 Read Data and Bit Flip Register 63
MTU_MC49_RDBFL64 0xF00641E0          MC 49 Read Data and Bit Flip Register 64
MTU_MC49_RDBFL65 0xF00641E2          MC 49 Read Data and Bit Flip Register 65
MTU_MC49_RDBFL66 0xF00641E4          MC 49 Read Data and Bit Flip Register 66
MTU_MC49_ALMSRCS 0xF00641EE          MC 49 Alarm Sources Configuration Register
MTU_MC49_FAULTSTS 0xF00641F0          MC 49 SSH Safety Faults Status Register
MTU_MC49_ERRINFO0 0xF00641F2          MC 49 Error Information Register 0
MTU_MC49_ERRINFO1 0xF00641F4          MC 49 Error Information Register 1
MTU_MC49_ERRINFO2 0xF00641F6          MC 49 Error Information Register 2
MTU_MC49_ERRINFO3 0xF00641F8          MC 49 Error Information Register 3
MTU_MC49_ERRINFO4 0xF00641FA          MC 49 Error Information Register 4
MTU_MC50_CONFIG0 0xF0064200          MC 50 Configuration Register 0
MTU_MC50_CONFIG1 0xF0064202          MC 50 Configuration Register 1
MTU_MC50_MCONTROL 0xF0064204          MC 50 MBIST Control Register
MTU_MC50_MSTATUS 0xF0064206          MC 50 Status Register
MTU_MC50_RANGE  0xF0064208          MC 50 Range Register, single address mode
MTU_MC50_REVID  0xF006420C          MC 50 Revision ID Register
MTU_MC50_ECCS   0xF006420E          MC 50 ECC Safety Register
MTU_MC50_ECCD   0xF0064210          MC 50 Memory ECC Detection Register
MTU_MC50_ETRR0  0xF0064212          MC 50 Error Tracking Register 0
MTU_MC50_ETRR1  0xF0064214          MC 50 Error Tracking Register 1
MTU_MC50_ETRR2  0xF0064216          MC 50 Error Tracking Register 2
MTU_MC50_ETRR3  0xF0064218          MC 50 Error Tracking Register 3
MTU_MC50_ETRR4  0xF006421A          MC 50 Error Tracking Register 4
MTU_MC50_RDBFL0 0xF0064260          MC 50 Read Data and Bit Flip Register 0
MTU_MC50_RDBFL1 0xF0064262          MC 50 Read Data and Bit Flip Register 1
MTU_MC50_RDBFL2 0xF0064264          MC 50 Read Data and Bit Flip Register 2
MTU_MC50_RDBFL3 0xF0064266          MC 50 Read Data and Bit Flip Register 3
MTU_MC50_RDBFL4 0xF0064268          MC 50 Read Data and Bit Flip Register 4
MTU_MC50_RDBFL5 0xF006426A          MC 50 Read Data and Bit Flip Register 5
MTU_MC50_RDBFL6 0xF006426C          MC 50 Read Data and Bit Flip Register 6
MTU_MC50_RDBFL7 0xF006426E          MC 50 Read Data and Bit Flip Register 7
MTU_MC50_RDBFL8 0xF0064270          MC 50 Read Data and Bit Flip Register 8
MTU_MC50_RDBFL9 0xF0064272          MC 50 Read Data and Bit Flip Register 9
MTU_MC50_RDBFL10 0xF0064274          MC 50 Read Data and Bit Flip Register 10
MTU_MC50_RDBFL11 0xF0064276          MC 50 Read Data and Bit Flip Register 11
MTU_MC50_RDBFL12 0xF0064278          MC 50 Read Data and Bit Flip Register 12
MTU_MC50_RDBFL13 0xF006427A          MC 50 Read Data and Bit Flip Register 13
MTU_MC50_RDBFL14 0xF006427C          MC 50 Read Data and Bit Flip Register 14
MTU_MC50_RDBFL15 0xF006427E          MC 50 Read Data and Bit Flip Register 15
MTU_MC50_RDBFL16 0xF0064280          MC 50 Read Data and Bit Flip Register 16
MTU_MC50_RDBFL17 0xF0064282          MC 50 Read Data and Bit Flip Register 17
MTU_MC50_RDBFL18 0xF0064284          MC 50 Read Data and Bit Flip Register 18
MTU_MC50_RDBFL19 0xF0064286          MC 50 Read Data and Bit Flip Register 19
MTU_MC50_RDBFL20 0xF0064288          MC 50 Read Data and Bit Flip Register 20
MTU_MC50_RDBFL21 0xF006428A          MC 50 Read Data and Bit Flip Register 21
MTU_MC50_RDBFL22 0xF006428C          MC 50 Read Data and Bit Flip Register 22
MTU_MC50_RDBFL23 0xF006428E          MC 50 Read Data and Bit Flip Register 23
MTU_MC50_RDBFL24 0xF0064290          MC 50 Read Data and Bit Flip Register 24
MTU_MC50_RDBFL25 0xF0064292          MC 50 Read Data and Bit Flip Register 25
MTU_MC50_RDBFL26 0xF0064294          MC 50 Read Data and Bit Flip Register 26
MTU_MC50_RDBFL27 0xF0064296          MC 50 Read Data and Bit Flip Register 27
MTU_MC50_RDBFL28 0xF0064298          MC 50 Read Data and Bit Flip Register 28
MTU_MC50_RDBFL29 0xF006429A          MC 50 Read Data and Bit Flip Register 29
MTU_MC50_RDBFL30 0xF006429C          MC 50 Read Data and Bit Flip Register 30
MTU_MC50_RDBFL31 0xF006429E          MC 50 Read Data and Bit Flip Register 31
MTU_MC50_RDBFL32 0xF00642A0          MC 50 Read Data and Bit Flip Register 32
MTU_MC50_RDBFL33 0xF00642A2          MC 50 Read Data and Bit Flip Register 33
MTU_MC50_RDBFL34 0xF00642A4          MC 50 Read Data and Bit Flip Register 34
MTU_MC50_RDBFL35 0xF00642A6          MC 50 Read Data and Bit Flip Register 35
MTU_MC50_RDBFL36 0xF00642A8          MC 50 Read Data and Bit Flip Register 36
MTU_MC50_RDBFL37 0xF00642AA          MC 50 Read Data and Bit Flip Register 37
MTU_MC50_RDBFL38 0xF00642AC          MC 50 Read Data and Bit Flip Register 38
MTU_MC50_RDBFL39 0xF00642AE          MC 50 Read Data and Bit Flip Register 39
MTU_MC50_RDBFL40 0xF00642B0          MC 50 Read Data and Bit Flip Register 40
MTU_MC50_RDBFL41 0xF00642B2          MC 50 Read Data and Bit Flip Register 41
MTU_MC50_RDBFL42 0xF00642B4          MC 50 Read Data and Bit Flip Register 42
MTU_MC50_RDBFL43 0xF00642B6          MC 50 Read Data and Bit Flip Register 43
MTU_MC50_RDBFL44 0xF00642B8          MC 50 Read Data and Bit Flip Register 44
MTU_MC50_RDBFL45 0xF00642BA          MC 50 Read Data and Bit Flip Register 45
MTU_MC50_RDBFL46 0xF00642BC          MC 50 Read Data and Bit Flip Register 46
MTU_MC50_RDBFL47 0xF00642BE          MC 50 Read Data and Bit Flip Register 47
MTU_MC50_RDBFL48 0xF00642C0          MC 50 Read Data and Bit Flip Register 48
MTU_MC50_RDBFL49 0xF00642C2          MC 50 Read Data and Bit Flip Register 49
MTU_MC50_RDBFL50 0xF00642C4          MC 50 Read Data and Bit Flip Register 50
MTU_MC50_RDBFL51 0xF00642C6          MC 50 Read Data and Bit Flip Register 51
MTU_MC50_RDBFL52 0xF00642C8          MC 50 Read Data and Bit Flip Register 52
MTU_MC50_RDBFL53 0xF00642CA          MC 50 Read Data and Bit Flip Register 53
MTU_MC50_RDBFL54 0xF00642CC          MC 50 Read Data and Bit Flip Register 54
MTU_MC50_RDBFL55 0xF00642CE          MC 50 Read Data and Bit Flip Register 55
MTU_MC50_RDBFL56 0xF00642D0          MC 50 Read Data and Bit Flip Register 56
MTU_MC50_RDBFL57 0xF00642D2          MC 50 Read Data and Bit Flip Register 57
MTU_MC50_RDBFL58 0xF00642D4          MC 50 Read Data and Bit Flip Register 58
MTU_MC50_RDBFL59 0xF00642D6          MC 50 Read Data and Bit Flip Register 59
MTU_MC50_RDBFL60 0xF00642D8          MC 50 Read Data and Bit Flip Register 60
MTU_MC50_RDBFL61 0xF00642DA          MC 50 Read Data and Bit Flip Register 61
MTU_MC50_RDBFL62 0xF00642DC          MC 50 Read Data and Bit Flip Register 62
MTU_MC50_RDBFL63 0xF00642DE          MC 50 Read Data and Bit Flip Register 63
MTU_MC50_RDBFL64 0xF00642E0          MC 50 Read Data and Bit Flip Register 64
MTU_MC50_RDBFL65 0xF00642E2          MC 50 Read Data and Bit Flip Register 65
MTU_MC50_RDBFL66 0xF00642E4          MC 50 Read Data and Bit Flip Register 66
MTU_MC50_ALMSRCS 0xF00642EE          MC 50 Alarm Sources Configuration Register
MTU_MC50_FAULTSTS 0xF00642F0          MC 50 SSH Safety Faults Status Register
MTU_MC50_ERRINFO0 0xF00642F2          MC 50 Error Information Register 0
MTU_MC50_ERRINFO1 0xF00642F4          MC 50 Error Information Register 1
MTU_MC50_ERRINFO2 0xF00642F6          MC 50 Error Information Register 2
MTU_MC50_ERRINFO3 0xF00642F8          MC 50 Error Information Register 3
MTU_MC50_ERRINFO4 0xF00642FA          MC 50 Error Information Register 4
MTU_MC51_CONFIG0 0xF0064300          MC 51 Configuration Register 0
MTU_MC51_CONFIG1 0xF0064302          MC 51 Configuration Register 1
MTU_MC51_MCONTROL 0xF0064304          MC 51 MBIST Control Register
MTU_MC51_MSTATUS 0xF0064306          MC 51 Status Register
MTU_MC51_RANGE  0xF0064308          MC 51 Range Register, single address mode
MTU_MC51_REVID  0xF006430C          MC 51 Revision ID Register
MTU_MC51_ECCS   0xF006430E          MC 51 ECC Safety Register
MTU_MC51_ECCD   0xF0064310          MC 51 Memory ECC Detection Register
MTU_MC51_ETRR0  0xF0064312          MC 51 Error Tracking Register 0
MTU_MC51_ETRR1  0xF0064314          MC 51 Error Tracking Register 1
MTU_MC51_ETRR2  0xF0064316          MC 51 Error Tracking Register 2
MTU_MC51_ETRR3  0xF0064318          MC 51 Error Tracking Register 3
MTU_MC51_ETRR4  0xF006431A          MC 51 Error Tracking Register 4
MTU_MC51_RDBFL0 0xF0064360          MC 51 Read Data and Bit Flip Register 0
MTU_MC51_RDBFL1 0xF0064362          MC 51 Read Data and Bit Flip Register 1
MTU_MC51_RDBFL2 0xF0064364          MC 51 Read Data and Bit Flip Register 2
MTU_MC51_RDBFL3 0xF0064366          MC 51 Read Data and Bit Flip Register 3
MTU_MC51_RDBFL4 0xF0064368          MC 51 Read Data and Bit Flip Register 4
MTU_MC51_RDBFL5 0xF006436A          MC 51 Read Data and Bit Flip Register 5
MTU_MC51_RDBFL6 0xF006436C          MC 51 Read Data and Bit Flip Register 6
MTU_MC51_RDBFL7 0xF006436E          MC 51 Read Data and Bit Flip Register 7
MTU_MC51_RDBFL8 0xF0064370          MC 51 Read Data and Bit Flip Register 8
MTU_MC51_RDBFL9 0xF0064372          MC 51 Read Data and Bit Flip Register 9
MTU_MC51_RDBFL10 0xF0064374          MC 51 Read Data and Bit Flip Register 10
MTU_MC51_RDBFL11 0xF0064376          MC 51 Read Data and Bit Flip Register 11
MTU_MC51_RDBFL12 0xF0064378          MC 51 Read Data and Bit Flip Register 12
MTU_MC51_RDBFL13 0xF006437A          MC 51 Read Data and Bit Flip Register 13
MTU_MC51_RDBFL14 0xF006437C          MC 51 Read Data and Bit Flip Register 14
MTU_MC51_RDBFL15 0xF006437E          MC 51 Read Data and Bit Flip Register 15
MTU_MC51_RDBFL16 0xF0064380          MC 51 Read Data and Bit Flip Register 16
MTU_MC51_RDBFL17 0xF0064382          MC 51 Read Data and Bit Flip Register 17
MTU_MC51_RDBFL18 0xF0064384          MC 51 Read Data and Bit Flip Register 18
MTU_MC51_RDBFL19 0xF0064386          MC 51 Read Data and Bit Flip Register 19
MTU_MC51_RDBFL20 0xF0064388          MC 51 Read Data and Bit Flip Register 20
MTU_MC51_RDBFL21 0xF006438A          MC 51 Read Data and Bit Flip Register 21
MTU_MC51_RDBFL22 0xF006438C          MC 51 Read Data and Bit Flip Register 22
MTU_MC51_RDBFL23 0xF006438E          MC 51 Read Data and Bit Flip Register 23
MTU_MC51_RDBFL24 0xF0064390          MC 51 Read Data and Bit Flip Register 24
MTU_MC51_RDBFL25 0xF0064392          MC 51 Read Data and Bit Flip Register 25
MTU_MC51_RDBFL26 0xF0064394          MC 51 Read Data and Bit Flip Register 26
MTU_MC51_RDBFL27 0xF0064396          MC 51 Read Data and Bit Flip Register 27
MTU_MC51_RDBFL28 0xF0064398          MC 51 Read Data and Bit Flip Register 28
MTU_MC51_RDBFL29 0xF006439A          MC 51 Read Data and Bit Flip Register 29
MTU_MC51_RDBFL30 0xF006439C          MC 51 Read Data and Bit Flip Register 30
MTU_MC51_RDBFL31 0xF006439E          MC 51 Read Data and Bit Flip Register 31
MTU_MC51_RDBFL32 0xF00643A0          MC 51 Read Data and Bit Flip Register 32
MTU_MC51_RDBFL33 0xF00643A2          MC 51 Read Data and Bit Flip Register 33
MTU_MC51_RDBFL34 0xF00643A4          MC 51 Read Data and Bit Flip Register 34
MTU_MC51_RDBFL35 0xF00643A6          MC 51 Read Data and Bit Flip Register 35
MTU_MC51_RDBFL36 0xF00643A8          MC 51 Read Data and Bit Flip Register 36
MTU_MC51_RDBFL37 0xF00643AA          MC 51 Read Data and Bit Flip Register 37
MTU_MC51_RDBFL38 0xF00643AC          MC 51 Read Data and Bit Flip Register 38
MTU_MC51_RDBFL39 0xF00643AE          MC 51 Read Data and Bit Flip Register 39
MTU_MC51_RDBFL40 0xF00643B0          MC 51 Read Data and Bit Flip Register 40
MTU_MC51_RDBFL41 0xF00643B2          MC 51 Read Data and Bit Flip Register 41
MTU_MC51_RDBFL42 0xF00643B4          MC 51 Read Data and Bit Flip Register 42
MTU_MC51_RDBFL43 0xF00643B6          MC 51 Read Data and Bit Flip Register 43
MTU_MC51_RDBFL44 0xF00643B8          MC 51 Read Data and Bit Flip Register 44
MTU_MC51_RDBFL45 0xF00643BA          MC 51 Read Data and Bit Flip Register 45
MTU_MC51_RDBFL46 0xF00643BC          MC 51 Read Data and Bit Flip Register 46
MTU_MC51_RDBFL47 0xF00643BE          MC 51 Read Data and Bit Flip Register 47
MTU_MC51_RDBFL48 0xF00643C0          MC 51 Read Data and Bit Flip Register 48
MTU_MC51_RDBFL49 0xF00643C2          MC 51 Read Data and Bit Flip Register 49
MTU_MC51_RDBFL50 0xF00643C4          MC 51 Read Data and Bit Flip Register 50
MTU_MC51_RDBFL51 0xF00643C6          MC 51 Read Data and Bit Flip Register 51
MTU_MC51_RDBFL52 0xF00643C8          MC 51 Read Data and Bit Flip Register 52
MTU_MC51_RDBFL53 0xF00643CA          MC 51 Read Data and Bit Flip Register 53
MTU_MC51_RDBFL54 0xF00643CC          MC 51 Read Data and Bit Flip Register 54
MTU_MC51_RDBFL55 0xF00643CE          MC 51 Read Data and Bit Flip Register 55
MTU_MC51_RDBFL56 0xF00643D0          MC 51 Read Data and Bit Flip Register 56
MTU_MC51_RDBFL57 0xF00643D2          MC 51 Read Data and Bit Flip Register 57
MTU_MC51_RDBFL58 0xF00643D4          MC 51 Read Data and Bit Flip Register 58
MTU_MC51_RDBFL59 0xF00643D6          MC 51 Read Data and Bit Flip Register 59
MTU_MC51_RDBFL60 0xF00643D8          MC 51 Read Data and Bit Flip Register 60
MTU_MC51_RDBFL61 0xF00643DA          MC 51 Read Data and Bit Flip Register 61
MTU_MC51_RDBFL62 0xF00643DC          MC 51 Read Data and Bit Flip Register 62
MTU_MC51_RDBFL63 0xF00643DE          MC 51 Read Data and Bit Flip Register 63
MTU_MC51_RDBFL64 0xF00643E0          MC 51 Read Data and Bit Flip Register 64
MTU_MC51_RDBFL65 0xF00643E2          MC 51 Read Data and Bit Flip Register 65
MTU_MC51_RDBFL66 0xF00643E4          MC 51 Read Data and Bit Flip Register 66
MTU_MC51_ALMSRCS 0xF00643EE          MC 51 Alarm Sources Configuration Register
MTU_MC51_FAULTSTS 0xF00643F0          MC 51 SSH Safety Faults Status Register
MTU_MC51_ERRINFO0 0xF00643F2          MC 51 Error Information Register 0
MTU_MC51_ERRINFO1 0xF00643F4          MC 51 Error Information Register 1
MTU_MC51_ERRINFO2 0xF00643F6          MC 51 Error Information Register 2
MTU_MC51_ERRINFO3 0xF00643F8          MC 51 Error Information Register 3
MTU_MC51_ERRINFO4 0xF00643FA          MC 51 Error Information Register 4
MTU_MC52_CONFIG0 0xF0064400          MC 52 Configuration Register 0
MTU_MC52_CONFIG1 0xF0064402          MC 52 Configuration Register 1
MTU_MC52_MCONTROL 0xF0064404          MC 52 MBIST Control Register
MTU_MC52_MSTATUS 0xF0064406          MC 52 Status Register
MTU_MC52_RANGE  0xF0064408          MC 52 Range Register, single address mode
MTU_MC52_REVID  0xF006440C          MC 52 Revision ID Register
MTU_MC52_ECCS   0xF006440E          MC 52 ECC Safety Register
MTU_MC52_ECCD   0xF0064410          MC 52 Memory ECC Detection Register
MTU_MC52_ETRR0  0xF0064412          MC 52 Error Tracking Register 0
MTU_MC52_ETRR1  0xF0064414          MC 52 Error Tracking Register 1
MTU_MC52_ETRR2  0xF0064416          MC 52 Error Tracking Register 2
MTU_MC52_ETRR3  0xF0064418          MC 52 Error Tracking Register 3
MTU_MC52_ETRR4  0xF006441A          MC 52 Error Tracking Register 4
MTU_MC52_RDBFL0 0xF0064460          MC 52 Read Data and Bit Flip Register 0
MTU_MC52_RDBFL1 0xF0064462          MC 52 Read Data and Bit Flip Register 1
MTU_MC52_RDBFL2 0xF0064464          MC 52 Read Data and Bit Flip Register 2
MTU_MC52_RDBFL3 0xF0064466          MC 52 Read Data and Bit Flip Register 3
MTU_MC52_RDBFL4 0xF0064468          MC 52 Read Data and Bit Flip Register 4
MTU_MC52_RDBFL5 0xF006446A          MC 52 Read Data and Bit Flip Register 5
MTU_MC52_RDBFL6 0xF006446C          MC 52 Read Data and Bit Flip Register 6
MTU_MC52_RDBFL7 0xF006446E          MC 52 Read Data and Bit Flip Register 7
MTU_MC52_RDBFL8 0xF0064470          MC 52 Read Data and Bit Flip Register 8
MTU_MC52_RDBFL9 0xF0064472          MC 52 Read Data and Bit Flip Register 9
MTU_MC52_RDBFL10 0xF0064474          MC 52 Read Data and Bit Flip Register 10
MTU_MC52_RDBFL11 0xF0064476          MC 52 Read Data and Bit Flip Register 11
MTU_MC52_RDBFL12 0xF0064478          MC 52 Read Data and Bit Flip Register 12
MTU_MC52_RDBFL13 0xF006447A          MC 52 Read Data and Bit Flip Register 13
MTU_MC52_RDBFL14 0xF006447C          MC 52 Read Data and Bit Flip Register 14
MTU_MC52_RDBFL15 0xF006447E          MC 52 Read Data and Bit Flip Register 15
MTU_MC52_RDBFL16 0xF0064480          MC 52 Read Data and Bit Flip Register 16
MTU_MC52_RDBFL17 0xF0064482          MC 52 Read Data and Bit Flip Register 17
MTU_MC52_RDBFL18 0xF0064484          MC 52 Read Data and Bit Flip Register 18
MTU_MC52_RDBFL19 0xF0064486          MC 52 Read Data and Bit Flip Register 19
MTU_MC52_RDBFL20 0xF0064488          MC 52 Read Data and Bit Flip Register 20
MTU_MC52_RDBFL21 0xF006448A          MC 52 Read Data and Bit Flip Register 21
MTU_MC52_RDBFL22 0xF006448C          MC 52 Read Data and Bit Flip Register 22
MTU_MC52_RDBFL23 0xF006448E          MC 52 Read Data and Bit Flip Register 23
MTU_MC52_RDBFL24 0xF0064490          MC 52 Read Data and Bit Flip Register 24
MTU_MC52_RDBFL25 0xF0064492          MC 52 Read Data and Bit Flip Register 25
MTU_MC52_RDBFL26 0xF0064494          MC 52 Read Data and Bit Flip Register 26
MTU_MC52_RDBFL27 0xF0064496          MC 52 Read Data and Bit Flip Register 27
MTU_MC52_RDBFL28 0xF0064498          MC 52 Read Data and Bit Flip Register 28
MTU_MC52_RDBFL29 0xF006449A          MC 52 Read Data and Bit Flip Register 29
MTU_MC52_RDBFL30 0xF006449C          MC 52 Read Data and Bit Flip Register 30
MTU_MC52_RDBFL31 0xF006449E          MC 52 Read Data and Bit Flip Register 31
MTU_MC52_RDBFL32 0xF00644A0          MC 52 Read Data and Bit Flip Register 32
MTU_MC52_RDBFL33 0xF00644A2          MC 52 Read Data and Bit Flip Register 33
MTU_MC52_RDBFL34 0xF00644A4          MC 52 Read Data and Bit Flip Register 34
MTU_MC52_RDBFL35 0xF00644A6          MC 52 Read Data and Bit Flip Register 35
MTU_MC52_RDBFL36 0xF00644A8          MC 52 Read Data and Bit Flip Register 36
MTU_MC52_RDBFL37 0xF00644AA          MC 52 Read Data and Bit Flip Register 37
MTU_MC52_RDBFL38 0xF00644AC          MC 52 Read Data and Bit Flip Register 38
MTU_MC52_RDBFL39 0xF00644AE          MC 52 Read Data and Bit Flip Register 39
MTU_MC52_RDBFL40 0xF00644B0          MC 52 Read Data and Bit Flip Register 40
MTU_MC52_RDBFL41 0xF00644B2          MC 52 Read Data and Bit Flip Register 41
MTU_MC52_RDBFL42 0xF00644B4          MC 52 Read Data and Bit Flip Register 42
MTU_MC52_RDBFL43 0xF00644B6          MC 52 Read Data and Bit Flip Register 43
MTU_MC52_RDBFL44 0xF00644B8          MC 52 Read Data and Bit Flip Register 44
MTU_MC52_RDBFL45 0xF00644BA          MC 52 Read Data and Bit Flip Register 45
MTU_MC52_RDBFL46 0xF00644BC          MC 52 Read Data and Bit Flip Register 46
MTU_MC52_RDBFL47 0xF00644BE          MC 52 Read Data and Bit Flip Register 47
MTU_MC52_RDBFL48 0xF00644C0          MC 52 Read Data and Bit Flip Register 48
MTU_MC52_RDBFL49 0xF00644C2          MC 52 Read Data and Bit Flip Register 49
MTU_MC52_RDBFL50 0xF00644C4          MC 52 Read Data and Bit Flip Register 50
MTU_MC52_RDBFL51 0xF00644C6          MC 52 Read Data and Bit Flip Register 51
MTU_MC52_RDBFL52 0xF00644C8          MC 52 Read Data and Bit Flip Register 52
MTU_MC52_RDBFL53 0xF00644CA          MC 52 Read Data and Bit Flip Register 53
MTU_MC52_RDBFL54 0xF00644CC          MC 52 Read Data and Bit Flip Register 54
MTU_MC52_RDBFL55 0xF00644CE          MC 52 Read Data and Bit Flip Register 55
MTU_MC52_RDBFL56 0xF00644D0          MC 52 Read Data and Bit Flip Register 56
MTU_MC52_RDBFL57 0xF00644D2          MC 52 Read Data and Bit Flip Register 57
MTU_MC52_RDBFL58 0xF00644D4          MC 52 Read Data and Bit Flip Register 58
MTU_MC52_RDBFL59 0xF00644D6          MC 52 Read Data and Bit Flip Register 59
MTU_MC52_RDBFL60 0xF00644D8          MC 52 Read Data and Bit Flip Register 60
MTU_MC52_RDBFL61 0xF00644DA          MC 52 Read Data and Bit Flip Register 61
MTU_MC52_RDBFL62 0xF00644DC          MC 52 Read Data and Bit Flip Register 62
MTU_MC52_RDBFL63 0xF00644DE          MC 52 Read Data and Bit Flip Register 63
MTU_MC52_RDBFL64 0xF00644E0          MC 52 Read Data and Bit Flip Register 64
MTU_MC52_RDBFL65 0xF00644E2          MC 52 Read Data and Bit Flip Register 65
MTU_MC52_RDBFL66 0xF00644E4          MC 52 Read Data and Bit Flip Register 66
MTU_MC52_ALMSRCS 0xF00644EE          MC 52 Alarm Sources Configuration Register
MTU_MC52_FAULTSTS 0xF00644F0          MC 52 SSH Safety Faults Status Register
MTU_MC52_ERRINFO0 0xF00644F2          MC 52 Error Information Register 0
MTU_MC52_ERRINFO1 0xF00644F4          MC 52 Error Information Register 1
MTU_MC52_ERRINFO2 0xF00644F6          MC 52 Error Information Register 2
MTU_MC52_ERRINFO3 0xF00644F8          MC 52 Error Information Register 3
MTU_MC52_ERRINFO4 0xF00644FA          MC 52 Error Information Register 4
MTU_MC53_CONFIG0 0xF0064500          MC 53 Configuration Register 0
MTU_MC53_CONFIG1 0xF0064502          MC 53 Configuration Register 1
MTU_MC53_MCONTROL 0xF0064504          MC 53 MBIST Control Register
MTU_MC53_MSTATUS 0xF0064506          MC 53 Status Register
MTU_MC53_RANGE  0xF0064508          MC 53 Range Register, single address mode
MTU_MC53_REVID  0xF006450C          MC 53 Revision ID Register
MTU_MC53_ECCS   0xF006450E          MC 53 ECC Safety Register
MTU_MC53_ECCD   0xF0064510          MC 53 Memory ECC Detection Register
MTU_MC53_ETRR0  0xF0064512          MC 53 Error Tracking Register 0
MTU_MC53_ETRR1  0xF0064514          MC 53 Error Tracking Register 1
MTU_MC53_ETRR2  0xF0064516          MC 53 Error Tracking Register 2
MTU_MC53_ETRR3  0xF0064518          MC 53 Error Tracking Register 3
MTU_MC53_ETRR4  0xF006451A          MC 53 Error Tracking Register 4
MTU_MC53_RDBFL0 0xF0064560          MC 53 Read Data and Bit Flip Register 0
MTU_MC53_RDBFL1 0xF0064562          MC 53 Read Data and Bit Flip Register 1
MTU_MC53_RDBFL2 0xF0064564          MC 53 Read Data and Bit Flip Register 2
MTU_MC53_RDBFL3 0xF0064566          MC 53 Read Data and Bit Flip Register 3
MTU_MC53_RDBFL4 0xF0064568          MC 53 Read Data and Bit Flip Register 4
MTU_MC53_RDBFL5 0xF006456A          MC 53 Read Data and Bit Flip Register 5
MTU_MC53_RDBFL6 0xF006456C          MC 53 Read Data and Bit Flip Register 6
MTU_MC53_RDBFL7 0xF006456E          MC 53 Read Data and Bit Flip Register 7
MTU_MC53_RDBFL8 0xF0064570          MC 53 Read Data and Bit Flip Register 8
MTU_MC53_RDBFL9 0xF0064572          MC 53 Read Data and Bit Flip Register 9
MTU_MC53_RDBFL10 0xF0064574          MC 53 Read Data and Bit Flip Register 10
MTU_MC53_RDBFL11 0xF0064576          MC 53 Read Data and Bit Flip Register 11
MTU_MC53_RDBFL12 0xF0064578          MC 53 Read Data and Bit Flip Register 12
MTU_MC53_RDBFL13 0xF006457A          MC 53 Read Data and Bit Flip Register 13
MTU_MC53_RDBFL14 0xF006457C          MC 53 Read Data and Bit Flip Register 14
MTU_MC53_RDBFL15 0xF006457E          MC 53 Read Data and Bit Flip Register 15
MTU_MC53_RDBFL16 0xF0064580          MC 53 Read Data and Bit Flip Register 16
MTU_MC53_RDBFL17 0xF0064582          MC 53 Read Data and Bit Flip Register 17
MTU_MC53_RDBFL18 0xF0064584          MC 53 Read Data and Bit Flip Register 18
MTU_MC53_RDBFL19 0xF0064586          MC 53 Read Data and Bit Flip Register 19
MTU_MC53_RDBFL20 0xF0064588          MC 53 Read Data and Bit Flip Register 20
MTU_MC53_RDBFL21 0xF006458A          MC 53 Read Data and Bit Flip Register 21
MTU_MC53_RDBFL22 0xF006458C          MC 53 Read Data and Bit Flip Register 22
MTU_MC53_RDBFL23 0xF006458E          MC 53 Read Data and Bit Flip Register 23
MTU_MC53_RDBFL24 0xF0064590          MC 53 Read Data and Bit Flip Register 24
MTU_MC53_RDBFL25 0xF0064592          MC 53 Read Data and Bit Flip Register 25
MTU_MC53_RDBFL26 0xF0064594          MC 53 Read Data and Bit Flip Register 26
MTU_MC53_RDBFL27 0xF0064596          MC 53 Read Data and Bit Flip Register 27
MTU_MC53_RDBFL28 0xF0064598          MC 53 Read Data and Bit Flip Register 28
MTU_MC53_RDBFL29 0xF006459A          MC 53 Read Data and Bit Flip Register 29
MTU_MC53_RDBFL30 0xF006459C          MC 53 Read Data and Bit Flip Register 30
MTU_MC53_RDBFL31 0xF006459E          MC 53 Read Data and Bit Flip Register 31
MTU_MC53_RDBFL32 0xF00645A0          MC 53 Read Data and Bit Flip Register 32
MTU_MC53_RDBFL33 0xF00645A2          MC 53 Read Data and Bit Flip Register 33
MTU_MC53_RDBFL34 0xF00645A4          MC 53 Read Data and Bit Flip Register 34
MTU_MC53_RDBFL35 0xF00645A6          MC 53 Read Data and Bit Flip Register 35
MTU_MC53_RDBFL36 0xF00645A8          MC 53 Read Data and Bit Flip Register 36
MTU_MC53_RDBFL37 0xF00645AA          MC 53 Read Data and Bit Flip Register 37
MTU_MC53_RDBFL38 0xF00645AC          MC 53 Read Data and Bit Flip Register 38
MTU_MC53_RDBFL39 0xF00645AE          MC 53 Read Data and Bit Flip Register 39
MTU_MC53_RDBFL40 0xF00645B0          MC 53 Read Data and Bit Flip Register 40
MTU_MC53_RDBFL41 0xF00645B2          MC 53 Read Data and Bit Flip Register 41
MTU_MC53_RDBFL42 0xF00645B4          MC 53 Read Data and Bit Flip Register 42
MTU_MC53_RDBFL43 0xF00645B6          MC 53 Read Data and Bit Flip Register 43
MTU_MC53_RDBFL44 0xF00645B8          MC 53 Read Data and Bit Flip Register 44
MTU_MC53_RDBFL45 0xF00645BA          MC 53 Read Data and Bit Flip Register 45
MTU_MC53_RDBFL46 0xF00645BC          MC 53 Read Data and Bit Flip Register 46
MTU_MC53_RDBFL47 0xF00645BE          MC 53 Read Data and Bit Flip Register 47
MTU_MC53_RDBFL48 0xF00645C0          MC 53 Read Data and Bit Flip Register 48
MTU_MC53_RDBFL49 0xF00645C2          MC 53 Read Data and Bit Flip Register 49
MTU_MC53_RDBFL50 0xF00645C4          MC 53 Read Data and Bit Flip Register 50
MTU_MC53_RDBFL51 0xF00645C6          MC 53 Read Data and Bit Flip Register 51
MTU_MC53_RDBFL52 0xF00645C8          MC 53 Read Data and Bit Flip Register 52
MTU_MC53_RDBFL53 0xF00645CA          MC 53 Read Data and Bit Flip Register 53
MTU_MC53_RDBFL54 0xF00645CC          MC 53 Read Data and Bit Flip Register 54
MTU_MC53_RDBFL55 0xF00645CE          MC 53 Read Data and Bit Flip Register 55
MTU_MC53_RDBFL56 0xF00645D0          MC 53 Read Data and Bit Flip Register 56
MTU_MC53_RDBFL57 0xF00645D2          MC 53 Read Data and Bit Flip Register 57
MTU_MC53_RDBFL58 0xF00645D4          MC 53 Read Data and Bit Flip Register 58
MTU_MC53_RDBFL59 0xF00645D6          MC 53 Read Data and Bit Flip Register 59
MTU_MC53_RDBFL60 0xF00645D8          MC 53 Read Data and Bit Flip Register 60
MTU_MC53_RDBFL61 0xF00645DA          MC 53 Read Data and Bit Flip Register 61
MTU_MC53_RDBFL62 0xF00645DC          MC 53 Read Data and Bit Flip Register 62
MTU_MC53_RDBFL63 0xF00645DE          MC 53 Read Data and Bit Flip Register 63
MTU_MC53_RDBFL64 0xF00645E0          MC 53 Read Data and Bit Flip Register 64
MTU_MC53_RDBFL65 0xF00645E2          MC 53 Read Data and Bit Flip Register 65
MTU_MC53_RDBFL66 0xF00645E4          MC 53 Read Data and Bit Flip Register 66
MTU_MC53_ALMSRCS 0xF00645EE          MC 53 Alarm Sources Configuration Register
MTU_MC53_FAULTSTS 0xF00645F0          MC 53 SSH Safety Faults Status Register
MTU_MC53_ERRINFO0 0xF00645F2          MC 53 Error Information Register 0
MTU_MC53_ERRINFO1 0xF00645F4          MC 53 Error Information Register 1
MTU_MC53_ERRINFO2 0xF00645F6          MC 53 Error Information Register 2
MTU_MC53_ERRINFO3 0xF00645F8          MC 53 Error Information Register 3
MTU_MC53_ERRINFO4 0xF00645FA          MC 53 Error Information Register 4
MTU_MC54_CONFIG0 0xF0064600          MC 54 Configuration Register 0
MTU_MC54_CONFIG1 0xF0064602          MC 54 Configuration Register 1
MTU_MC54_MCONTROL 0xF0064604          MC 54 MBIST Control Register
MTU_MC54_MSTATUS 0xF0064606          MC 54 Status Register
MTU_MC54_RANGE  0xF0064608          MC 54 Range Register, single address mode
MTU_MC54_REVID  0xF006460C          MC 54 Revision ID Register
MTU_MC54_ECCS   0xF006460E          MC 54 ECC Safety Register
MTU_MC54_ECCD   0xF0064610          MC 54 Memory ECC Detection Register
MTU_MC54_ETRR0  0xF0064612          MC 54 Error Tracking Register 0
MTU_MC54_ETRR1  0xF0064614          MC 54 Error Tracking Register 1
MTU_MC54_ETRR2  0xF0064616          MC 54 Error Tracking Register 2
MTU_MC54_ETRR3  0xF0064618          MC 54 Error Tracking Register 3
MTU_MC54_ETRR4  0xF006461A          MC 54 Error Tracking Register 4
MTU_MC54_RDBFL0 0xF0064660          MC 54 Read Data and Bit Flip Register 0
MTU_MC54_RDBFL1 0xF0064662          MC 54 Read Data and Bit Flip Register 1
MTU_MC54_RDBFL2 0xF0064664          MC 54 Read Data and Bit Flip Register 2
MTU_MC54_RDBFL3 0xF0064666          MC 54 Read Data and Bit Flip Register 3
MTU_MC54_RDBFL4 0xF0064668          MC 54 Read Data and Bit Flip Register 4
MTU_MC54_RDBFL5 0xF006466A          MC 54 Read Data and Bit Flip Register 5
MTU_MC54_RDBFL6 0xF006466C          MC 54 Read Data and Bit Flip Register 6
MTU_MC54_RDBFL7 0xF006466E          MC 54 Read Data and Bit Flip Register 7
MTU_MC54_RDBFL8 0xF0064670          MC 54 Read Data and Bit Flip Register 8
MTU_MC54_RDBFL9 0xF0064672          MC 54 Read Data and Bit Flip Register 9
MTU_MC54_RDBFL10 0xF0064674          MC 54 Read Data and Bit Flip Register 10
MTU_MC54_RDBFL11 0xF0064676          MC 54 Read Data and Bit Flip Register 11
MTU_MC54_RDBFL12 0xF0064678          MC 54 Read Data and Bit Flip Register 12
MTU_MC54_RDBFL13 0xF006467A          MC 54 Read Data and Bit Flip Register 13
MTU_MC54_RDBFL14 0xF006467C          MC 54 Read Data and Bit Flip Register 14
MTU_MC54_RDBFL15 0xF006467E          MC 54 Read Data and Bit Flip Register 15
MTU_MC54_RDBFL16 0xF0064680          MC 54 Read Data and Bit Flip Register 16
MTU_MC54_RDBFL17 0xF0064682          MC 54 Read Data and Bit Flip Register 17
MTU_MC54_RDBFL18 0xF0064684          MC 54 Read Data and Bit Flip Register 18
MTU_MC54_RDBFL19 0xF0064686          MC 54 Read Data and Bit Flip Register 19
MTU_MC54_RDBFL20 0xF0064688          MC 54 Read Data and Bit Flip Register 20
MTU_MC54_RDBFL21 0xF006468A          MC 54 Read Data and Bit Flip Register 21
MTU_MC54_RDBFL22 0xF006468C          MC 54 Read Data and Bit Flip Register 22
MTU_MC54_RDBFL23 0xF006468E          MC 54 Read Data and Bit Flip Register 23
MTU_MC54_RDBFL24 0xF0064690          MC 54 Read Data and Bit Flip Register 24
MTU_MC54_RDBFL25 0xF0064692          MC 54 Read Data and Bit Flip Register 25
MTU_MC54_RDBFL26 0xF0064694          MC 54 Read Data and Bit Flip Register 26
MTU_MC54_RDBFL27 0xF0064696          MC 54 Read Data and Bit Flip Register 27
MTU_MC54_RDBFL28 0xF0064698          MC 54 Read Data and Bit Flip Register 28
MTU_MC54_RDBFL29 0xF006469A          MC 54 Read Data and Bit Flip Register 29
MTU_MC54_RDBFL30 0xF006469C          MC 54 Read Data and Bit Flip Register 30
MTU_MC54_RDBFL31 0xF006469E          MC 54 Read Data and Bit Flip Register 31
MTU_MC54_RDBFL32 0xF00646A0          MC 54 Read Data and Bit Flip Register 32
MTU_MC54_RDBFL33 0xF00646A2          MC 54 Read Data and Bit Flip Register 33
MTU_MC54_RDBFL34 0xF00646A4          MC 54 Read Data and Bit Flip Register 34
MTU_MC54_RDBFL35 0xF00646A6          MC 54 Read Data and Bit Flip Register 35
MTU_MC54_RDBFL36 0xF00646A8          MC 54 Read Data and Bit Flip Register 36
MTU_MC54_RDBFL37 0xF00646AA          MC 54 Read Data and Bit Flip Register 37
MTU_MC54_RDBFL38 0xF00646AC          MC 54 Read Data and Bit Flip Register 38
MTU_MC54_RDBFL39 0xF00646AE          MC 54 Read Data and Bit Flip Register 39
MTU_MC54_RDBFL40 0xF00646B0          MC 54 Read Data and Bit Flip Register 40
MTU_MC54_RDBFL41 0xF00646B2          MC 54 Read Data and Bit Flip Register 41
MTU_MC54_RDBFL42 0xF00646B4          MC 54 Read Data and Bit Flip Register 42
MTU_MC54_RDBFL43 0xF00646B6          MC 54 Read Data and Bit Flip Register 43
MTU_MC54_RDBFL44 0xF00646B8          MC 54 Read Data and Bit Flip Register 44
MTU_MC54_RDBFL45 0xF00646BA          MC 54 Read Data and Bit Flip Register 45
MTU_MC54_RDBFL46 0xF00646BC          MC 54 Read Data and Bit Flip Register 46
MTU_MC54_RDBFL47 0xF00646BE          MC 54 Read Data and Bit Flip Register 47
MTU_MC54_RDBFL48 0xF00646C0          MC 54 Read Data and Bit Flip Register 48
MTU_MC54_RDBFL49 0xF00646C2          MC 54 Read Data and Bit Flip Register 49
MTU_MC54_RDBFL50 0xF00646C4          MC 54 Read Data and Bit Flip Register 50
MTU_MC54_RDBFL51 0xF00646C6          MC 54 Read Data and Bit Flip Register 51
MTU_MC54_RDBFL52 0xF00646C8          MC 54 Read Data and Bit Flip Register 52
MTU_MC54_RDBFL53 0xF00646CA          MC 54 Read Data and Bit Flip Register 53
MTU_MC54_RDBFL54 0xF00646CC          MC 54 Read Data and Bit Flip Register 54
MTU_MC54_RDBFL55 0xF00646CE          MC 54 Read Data and Bit Flip Register 55
MTU_MC54_RDBFL56 0xF00646D0          MC 54 Read Data and Bit Flip Register 56
MTU_MC54_RDBFL57 0xF00646D2          MC 54 Read Data and Bit Flip Register 57
MTU_MC54_RDBFL58 0xF00646D4          MC 54 Read Data and Bit Flip Register 58
MTU_MC54_RDBFL59 0xF00646D6          MC 54 Read Data and Bit Flip Register 59
MTU_MC54_RDBFL60 0xF00646D8          MC 54 Read Data and Bit Flip Register 60
MTU_MC54_RDBFL61 0xF00646DA          MC 54 Read Data and Bit Flip Register 61
MTU_MC54_RDBFL62 0xF00646DC          MC 54 Read Data and Bit Flip Register 62
MTU_MC54_RDBFL63 0xF00646DE          MC 54 Read Data and Bit Flip Register 63
MTU_MC54_RDBFL64 0xF00646E0          MC 54 Read Data and Bit Flip Register 64
MTU_MC54_RDBFL65 0xF00646E2          MC 54 Read Data and Bit Flip Register 65
MTU_MC54_RDBFL66 0xF00646E4          MC 54 Read Data and Bit Flip Register 66
MTU_MC54_ALMSRCS 0xF00646EE          MC 54 Alarm Sources Configuration Register
MTU_MC54_FAULTSTS 0xF00646F0          MC 54 SSH Safety Faults Status Register
MTU_MC54_ERRINFO0 0xF00646F2          MC 54 Error Information Register 0
MTU_MC54_ERRINFO1 0xF00646F4          MC 54 Error Information Register 1
MTU_MC54_ERRINFO2 0xF00646F6          MC 54 Error Information Register 2
MTU_MC54_ERRINFO3 0xF00646F8          MC 54 Error Information Register 3
MTU_MC54_ERRINFO4 0xF00646FA          MC 54 Error Information Register 4
MTU_MC55_CONFIG0 0xF0064700          MC 55 Configuration Register 0
MTU_MC55_CONFIG1 0xF0064702          MC 55 Configuration Register 1
MTU_MC55_MCONTROL 0xF0064704          MC 55 MBIST Control Register
MTU_MC55_MSTATUS 0xF0064706          MC 55 Status Register
MTU_MC55_RANGE  0xF0064708          MC 55 Range Register, single address mode
MTU_MC55_REVID  0xF006470C          MC 55 Revision ID Register
MTU_MC55_ECCS   0xF006470E          MC 55 ECC Safety Register
MTU_MC55_ECCD   0xF0064710          MC 55 Memory ECC Detection Register
MTU_MC55_ETRR0  0xF0064712          MC 55 Error Tracking Register 0
MTU_MC55_ETRR1  0xF0064714          MC 55 Error Tracking Register 1
MTU_MC55_ETRR2  0xF0064716          MC 55 Error Tracking Register 2
MTU_MC55_ETRR3  0xF0064718          MC 55 Error Tracking Register 3
MTU_MC55_ETRR4  0xF006471A          MC 55 Error Tracking Register 4
MTU_MC55_RDBFL0 0xF0064760          MC 55 Read Data and Bit Flip Register 0
MTU_MC55_RDBFL1 0xF0064762          MC 55 Read Data and Bit Flip Register 1
MTU_MC55_RDBFL2 0xF0064764          MC 55 Read Data and Bit Flip Register 2
MTU_MC55_RDBFL3 0xF0064766          MC 55 Read Data and Bit Flip Register 3
MTU_MC55_RDBFL4 0xF0064768          MC 55 Read Data and Bit Flip Register 4
MTU_MC55_RDBFL5 0xF006476A          MC 55 Read Data and Bit Flip Register 5
MTU_MC55_RDBFL6 0xF006476C          MC 55 Read Data and Bit Flip Register 6
MTU_MC55_RDBFL7 0xF006476E          MC 55 Read Data and Bit Flip Register 7
MTU_MC55_RDBFL8 0xF0064770          MC 55 Read Data and Bit Flip Register 8
MTU_MC55_RDBFL9 0xF0064772          MC 55 Read Data and Bit Flip Register 9
MTU_MC55_RDBFL10 0xF0064774          MC 55 Read Data and Bit Flip Register 10
MTU_MC55_RDBFL11 0xF0064776          MC 55 Read Data and Bit Flip Register 11
MTU_MC55_RDBFL12 0xF0064778          MC 55 Read Data and Bit Flip Register 12
MTU_MC55_RDBFL13 0xF006477A          MC 55 Read Data and Bit Flip Register 13
MTU_MC55_RDBFL14 0xF006477C          MC 55 Read Data and Bit Flip Register 14
MTU_MC55_RDBFL15 0xF006477E          MC 55 Read Data and Bit Flip Register 15
MTU_MC55_RDBFL16 0xF0064780          MC 55 Read Data and Bit Flip Register 16
MTU_MC55_RDBFL17 0xF0064782          MC 55 Read Data and Bit Flip Register 17
MTU_MC55_RDBFL18 0xF0064784          MC 55 Read Data and Bit Flip Register 18
MTU_MC55_RDBFL19 0xF0064786          MC 55 Read Data and Bit Flip Register 19
MTU_MC55_RDBFL20 0xF0064788          MC 55 Read Data and Bit Flip Register 20
MTU_MC55_RDBFL21 0xF006478A          MC 55 Read Data and Bit Flip Register 21
MTU_MC55_RDBFL22 0xF006478C          MC 55 Read Data and Bit Flip Register 22
MTU_MC55_RDBFL23 0xF006478E          MC 55 Read Data and Bit Flip Register 23
MTU_MC55_RDBFL24 0xF0064790          MC 55 Read Data and Bit Flip Register 24
MTU_MC55_RDBFL25 0xF0064792          MC 55 Read Data and Bit Flip Register 25
MTU_MC55_RDBFL26 0xF0064794          MC 55 Read Data and Bit Flip Register 26
MTU_MC55_RDBFL27 0xF0064796          MC 55 Read Data and Bit Flip Register 27
MTU_MC55_RDBFL28 0xF0064798          MC 55 Read Data and Bit Flip Register 28
MTU_MC55_RDBFL29 0xF006479A          MC 55 Read Data and Bit Flip Register 29
MTU_MC55_RDBFL30 0xF006479C          MC 55 Read Data and Bit Flip Register 30
MTU_MC55_RDBFL31 0xF006479E          MC 55 Read Data and Bit Flip Register 31
MTU_MC55_RDBFL32 0xF00647A0          MC 55 Read Data and Bit Flip Register 32
MTU_MC55_RDBFL33 0xF00647A2          MC 55 Read Data and Bit Flip Register 33
MTU_MC55_RDBFL34 0xF00647A4          MC 55 Read Data and Bit Flip Register 34
MTU_MC55_RDBFL35 0xF00647A6          MC 55 Read Data and Bit Flip Register 35
MTU_MC55_RDBFL36 0xF00647A8          MC 55 Read Data and Bit Flip Register 36
MTU_MC55_RDBFL37 0xF00647AA          MC 55 Read Data and Bit Flip Register 37
MTU_MC55_RDBFL38 0xF00647AC          MC 55 Read Data and Bit Flip Register 38
MTU_MC55_RDBFL39 0xF00647AE          MC 55 Read Data and Bit Flip Register 39
MTU_MC55_RDBFL40 0xF00647B0          MC 55 Read Data and Bit Flip Register 40
MTU_MC55_RDBFL41 0xF00647B2          MC 55 Read Data and Bit Flip Register 41
MTU_MC55_RDBFL42 0xF00647B4          MC 55 Read Data and Bit Flip Register 42
MTU_MC55_RDBFL43 0xF00647B6          MC 55 Read Data and Bit Flip Register 43
MTU_MC55_RDBFL44 0xF00647B8          MC 55 Read Data and Bit Flip Register 44
MTU_MC55_RDBFL45 0xF00647BA          MC 55 Read Data and Bit Flip Register 45
MTU_MC55_RDBFL46 0xF00647BC          MC 55 Read Data and Bit Flip Register 46
MTU_MC55_RDBFL47 0xF00647BE          MC 55 Read Data and Bit Flip Register 47
MTU_MC55_RDBFL48 0xF00647C0          MC 55 Read Data and Bit Flip Register 48
MTU_MC55_RDBFL49 0xF00647C2          MC 55 Read Data and Bit Flip Register 49
MTU_MC55_RDBFL50 0xF00647C4          MC 55 Read Data and Bit Flip Register 50
MTU_MC55_RDBFL51 0xF00647C6          MC 55 Read Data and Bit Flip Register 51
MTU_MC55_RDBFL52 0xF00647C8          MC 55 Read Data and Bit Flip Register 52
MTU_MC55_RDBFL53 0xF00647CA          MC 55 Read Data and Bit Flip Register 53
MTU_MC55_RDBFL54 0xF00647CC          MC 55 Read Data and Bit Flip Register 54
MTU_MC55_RDBFL55 0xF00647CE          MC 55 Read Data and Bit Flip Register 55
MTU_MC55_RDBFL56 0xF00647D0          MC 55 Read Data and Bit Flip Register 56
MTU_MC55_RDBFL57 0xF00647D2          MC 55 Read Data and Bit Flip Register 57
MTU_MC55_RDBFL58 0xF00647D4          MC 55 Read Data and Bit Flip Register 58
MTU_MC55_RDBFL59 0xF00647D6          MC 55 Read Data and Bit Flip Register 59
MTU_MC55_RDBFL60 0xF00647D8          MC 55 Read Data and Bit Flip Register 60
MTU_MC55_RDBFL61 0xF00647DA          MC 55 Read Data and Bit Flip Register 61
MTU_MC55_RDBFL62 0xF00647DC          MC 55 Read Data and Bit Flip Register 62
MTU_MC55_RDBFL63 0xF00647DE          MC 55 Read Data and Bit Flip Register 63
MTU_MC55_RDBFL64 0xF00647E0          MC 55 Read Data and Bit Flip Register 64
MTU_MC55_RDBFL65 0xF00647E2          MC 55 Read Data and Bit Flip Register 65
MTU_MC55_RDBFL66 0xF00647E4          MC 55 Read Data and Bit Flip Register 66
MTU_MC55_ALMSRCS 0xF00647EE          MC 55 Alarm Sources Configuration Register
MTU_MC55_FAULTSTS 0xF00647F0          MC 55 SSH Safety Faults Status Register
MTU_MC55_ERRINFO0 0xF00647F2          MC 55 Error Information Register 0
MTU_MC55_ERRINFO1 0xF00647F4          MC 55 Error Information Register 1
MTU_MC55_ERRINFO2 0xF00647F6          MC 55 Error Information Register 2
MTU_MC55_ERRINFO3 0xF00647F8          MC 55 Error Information Register 3
MTU_MC55_ERRINFO4 0xF00647FA          MC 55 Error Information Register 4
MTU_MC56_CONFIG0 0xF0064800          MC 56 Configuration Register 0
MTU_MC56_CONFIG1 0xF0064802          MC 56 Configuration Register 1
MTU_MC56_MCONTROL 0xF0064804          MC 56 MBIST Control Register
MTU_MC56_MSTATUS 0xF0064806          MC 56 Status Register
MTU_MC56_RANGE  0xF0064808          MC 56 Range Register, single address mode
MTU_MC56_REVID  0xF006480C          MC 56 Revision ID Register
MTU_MC56_ECCS   0xF006480E          MC 56 ECC Safety Register
MTU_MC56_ECCD   0xF0064810          MC 56 Memory ECC Detection Register
MTU_MC56_ETRR0  0xF0064812          MC 56 Error Tracking Register 0
MTU_MC56_ETRR1  0xF0064814          MC 56 Error Tracking Register 1
MTU_MC56_ETRR2  0xF0064816          MC 56 Error Tracking Register 2
MTU_MC56_ETRR3  0xF0064818          MC 56 Error Tracking Register 3
MTU_MC56_ETRR4  0xF006481A          MC 56 Error Tracking Register 4
MTU_MC56_RDBFL0 0xF0064860          MC 56 Read Data and Bit Flip Register 0
MTU_MC56_RDBFL1 0xF0064862          MC 56 Read Data and Bit Flip Register 1
MTU_MC56_RDBFL2 0xF0064864          MC 56 Read Data and Bit Flip Register 2
MTU_MC56_RDBFL3 0xF0064866          MC 56 Read Data and Bit Flip Register 3
MTU_MC56_RDBFL4 0xF0064868          MC 56 Read Data and Bit Flip Register 4
MTU_MC56_RDBFL5 0xF006486A          MC 56 Read Data and Bit Flip Register 5
MTU_MC56_RDBFL6 0xF006486C          MC 56 Read Data and Bit Flip Register 6
MTU_MC56_RDBFL7 0xF006486E          MC 56 Read Data and Bit Flip Register 7
MTU_MC56_RDBFL8 0xF0064870          MC 56 Read Data and Bit Flip Register 8
MTU_MC56_RDBFL9 0xF0064872          MC 56 Read Data and Bit Flip Register 9
MTU_MC56_RDBFL10 0xF0064874          MC 56 Read Data and Bit Flip Register 10
MTU_MC56_RDBFL11 0xF0064876          MC 56 Read Data and Bit Flip Register 11
MTU_MC56_RDBFL12 0xF0064878          MC 56 Read Data and Bit Flip Register 12
MTU_MC56_RDBFL13 0xF006487A          MC 56 Read Data and Bit Flip Register 13
MTU_MC56_RDBFL14 0xF006487C          MC 56 Read Data and Bit Flip Register 14
MTU_MC56_RDBFL15 0xF006487E          MC 56 Read Data and Bit Flip Register 15
MTU_MC56_RDBFL16 0xF0064880          MC 56 Read Data and Bit Flip Register 16
MTU_MC56_RDBFL17 0xF0064882          MC 56 Read Data and Bit Flip Register 17
MTU_MC56_RDBFL18 0xF0064884          MC 56 Read Data and Bit Flip Register 18
MTU_MC56_RDBFL19 0xF0064886          MC 56 Read Data and Bit Flip Register 19
MTU_MC56_RDBFL20 0xF0064888          MC 56 Read Data and Bit Flip Register 20
MTU_MC56_RDBFL21 0xF006488A          MC 56 Read Data and Bit Flip Register 21
MTU_MC56_RDBFL22 0xF006488C          MC 56 Read Data and Bit Flip Register 22
MTU_MC56_RDBFL23 0xF006488E          MC 56 Read Data and Bit Flip Register 23
MTU_MC56_RDBFL24 0xF0064890          MC 56 Read Data and Bit Flip Register 24
MTU_MC56_RDBFL25 0xF0064892          MC 56 Read Data and Bit Flip Register 25
MTU_MC56_RDBFL26 0xF0064894          MC 56 Read Data and Bit Flip Register 26
MTU_MC56_RDBFL27 0xF0064896          MC 56 Read Data and Bit Flip Register 27
MTU_MC56_RDBFL28 0xF0064898          MC 56 Read Data and Bit Flip Register 28
MTU_MC56_RDBFL29 0xF006489A          MC 56 Read Data and Bit Flip Register 29
MTU_MC56_RDBFL30 0xF006489C          MC 56 Read Data and Bit Flip Register 30
MTU_MC56_RDBFL31 0xF006489E          MC 56 Read Data and Bit Flip Register 31
MTU_MC56_RDBFL32 0xF00648A0          MC 56 Read Data and Bit Flip Register 32
MTU_MC56_RDBFL33 0xF00648A2          MC 56 Read Data and Bit Flip Register 33
MTU_MC56_RDBFL34 0xF00648A4          MC 56 Read Data and Bit Flip Register 34
MTU_MC56_RDBFL35 0xF00648A6          MC 56 Read Data and Bit Flip Register 35
MTU_MC56_RDBFL36 0xF00648A8          MC 56 Read Data and Bit Flip Register 36
MTU_MC56_RDBFL37 0xF00648AA          MC 56 Read Data and Bit Flip Register 37
MTU_MC56_RDBFL38 0xF00648AC          MC 56 Read Data and Bit Flip Register 38
MTU_MC56_RDBFL39 0xF00648AE          MC 56 Read Data and Bit Flip Register 39
MTU_MC56_RDBFL40 0xF00648B0          MC 56 Read Data and Bit Flip Register 40
MTU_MC56_RDBFL41 0xF00648B2          MC 56 Read Data and Bit Flip Register 41
MTU_MC56_RDBFL42 0xF00648B4          MC 56 Read Data and Bit Flip Register 42
MTU_MC56_RDBFL43 0xF00648B6          MC 56 Read Data and Bit Flip Register 43
MTU_MC56_RDBFL44 0xF00648B8          MC 56 Read Data and Bit Flip Register 44
MTU_MC56_RDBFL45 0xF00648BA          MC 56 Read Data and Bit Flip Register 45
MTU_MC56_RDBFL46 0xF00648BC          MC 56 Read Data and Bit Flip Register 46
MTU_MC56_RDBFL47 0xF00648BE          MC 56 Read Data and Bit Flip Register 47
MTU_MC56_RDBFL48 0xF00648C0          MC 56 Read Data and Bit Flip Register 48
MTU_MC56_RDBFL49 0xF00648C2          MC 56 Read Data and Bit Flip Register 49
MTU_MC56_RDBFL50 0xF00648C4          MC 56 Read Data and Bit Flip Register 50
MTU_MC56_RDBFL51 0xF00648C6          MC 56 Read Data and Bit Flip Register 51
MTU_MC56_RDBFL52 0xF00648C8          MC 56 Read Data and Bit Flip Register 52
MTU_MC56_RDBFL53 0xF00648CA          MC 56 Read Data and Bit Flip Register 53
MTU_MC56_RDBFL54 0xF00648CC          MC 56 Read Data and Bit Flip Register 54
MTU_MC56_RDBFL55 0xF00648CE          MC 56 Read Data and Bit Flip Register 55
MTU_MC56_RDBFL56 0xF00648D0          MC 56 Read Data and Bit Flip Register 56
MTU_MC56_RDBFL57 0xF00648D2          MC 56 Read Data and Bit Flip Register 57
MTU_MC56_RDBFL58 0xF00648D4          MC 56 Read Data and Bit Flip Register 58
MTU_MC56_RDBFL59 0xF00648D6          MC 56 Read Data and Bit Flip Register 59
MTU_MC56_RDBFL60 0xF00648D8          MC 56 Read Data and Bit Flip Register 60
MTU_MC56_RDBFL61 0xF00648DA          MC 56 Read Data and Bit Flip Register 61
MTU_MC56_RDBFL62 0xF00648DC          MC 56 Read Data and Bit Flip Register 62
MTU_MC56_RDBFL63 0xF00648DE          MC 56 Read Data and Bit Flip Register 63
MTU_MC56_RDBFL64 0xF00648E0          MC 56 Read Data and Bit Flip Register 64
MTU_MC56_RDBFL65 0xF00648E2          MC 56 Read Data and Bit Flip Register 65
MTU_MC56_RDBFL66 0xF00648E4          MC 56 Read Data and Bit Flip Register 66
MTU_MC56_ALMSRCS 0xF00648EE          MC 56 Alarm Sources Configuration Register
MTU_MC56_FAULTSTS 0xF00648F0          MC 56 SSH Safety Faults Status Register
MTU_MC56_ERRINFO0 0xF00648F2          MC 56 Error Information Register 0
MTU_MC56_ERRINFO1 0xF00648F4          MC 56 Error Information Register 1
MTU_MC56_ERRINFO2 0xF00648F6          MC 56 Error Information Register 2
MTU_MC56_ERRINFO3 0xF00648F8          MC 56 Error Information Register 3
MTU_MC56_ERRINFO4 0xF00648FA          MC 56 Error Information Register 4
MTU_MC57_CONFIG0 0xF0064900          MC 57 Configuration Register 0
MTU_MC57_CONFIG1 0xF0064902          MC 57 Configuration Register 1
MTU_MC57_MCONTROL 0xF0064904          MC 57 MBIST Control Register
MTU_MC57_MSTATUS 0xF0064906          MC 57 Status Register
MTU_MC57_RANGE  0xF0064908          MC 57 Range Register, single address mode
MTU_MC57_REVID  0xF006490C          MC 57 Revision ID Register
MTU_MC57_ECCS   0xF006490E          MC 57 ECC Safety Register
MTU_MC57_ECCD   0xF0064910          MC 57 Memory ECC Detection Register
MTU_MC57_ETRR0  0xF0064912          MC 57 Error Tracking Register 0
MTU_MC57_ETRR1  0xF0064914          MC 57 Error Tracking Register 1
MTU_MC57_ETRR2  0xF0064916          MC 57 Error Tracking Register 2
MTU_MC57_ETRR3  0xF0064918          MC 57 Error Tracking Register 3
MTU_MC57_ETRR4  0xF006491A          MC 57 Error Tracking Register 4
MTU_MC57_RDBFL0 0xF0064960          MC 57 Read Data and Bit Flip Register 0
MTU_MC57_RDBFL1 0xF0064962          MC 57 Read Data and Bit Flip Register 1
MTU_MC57_RDBFL2 0xF0064964          MC 57 Read Data and Bit Flip Register 2
MTU_MC57_RDBFL3 0xF0064966          MC 57 Read Data and Bit Flip Register 3
MTU_MC57_RDBFL4 0xF0064968          MC 57 Read Data and Bit Flip Register 4
MTU_MC57_RDBFL5 0xF006496A          MC 57 Read Data and Bit Flip Register 5
MTU_MC57_RDBFL6 0xF006496C          MC 57 Read Data and Bit Flip Register 6
MTU_MC57_RDBFL7 0xF006496E          MC 57 Read Data and Bit Flip Register 7
MTU_MC57_RDBFL8 0xF0064970          MC 57 Read Data and Bit Flip Register 8
MTU_MC57_RDBFL9 0xF0064972          MC 57 Read Data and Bit Flip Register 9
MTU_MC57_RDBFL10 0xF0064974          MC 57 Read Data and Bit Flip Register 10
MTU_MC57_RDBFL11 0xF0064976          MC 57 Read Data and Bit Flip Register 11
MTU_MC57_RDBFL12 0xF0064978          MC 57 Read Data and Bit Flip Register 12
MTU_MC57_RDBFL13 0xF006497A          MC 57 Read Data and Bit Flip Register 13
MTU_MC57_RDBFL14 0xF006497C          MC 57 Read Data and Bit Flip Register 14
MTU_MC57_RDBFL15 0xF006497E          MC 57 Read Data and Bit Flip Register 15
MTU_MC57_RDBFL16 0xF0064980          MC 57 Read Data and Bit Flip Register 16
MTU_MC57_RDBFL17 0xF0064982          MC 57 Read Data and Bit Flip Register 17
MTU_MC57_RDBFL18 0xF0064984          MC 57 Read Data and Bit Flip Register 18
MTU_MC57_RDBFL19 0xF0064986          MC 57 Read Data and Bit Flip Register 19
MTU_MC57_RDBFL20 0xF0064988          MC 57 Read Data and Bit Flip Register 20
MTU_MC57_RDBFL21 0xF006498A          MC 57 Read Data and Bit Flip Register 21
MTU_MC57_RDBFL22 0xF006498C          MC 57 Read Data and Bit Flip Register 22
MTU_MC57_RDBFL23 0xF006498E          MC 57 Read Data and Bit Flip Register 23
MTU_MC57_RDBFL24 0xF0064990          MC 57 Read Data and Bit Flip Register 24
MTU_MC57_RDBFL25 0xF0064992          MC 57 Read Data and Bit Flip Register 25
MTU_MC57_RDBFL26 0xF0064994          MC 57 Read Data and Bit Flip Register 26
MTU_MC57_RDBFL27 0xF0064996          MC 57 Read Data and Bit Flip Register 27
MTU_MC57_RDBFL28 0xF0064998          MC 57 Read Data and Bit Flip Register 28
MTU_MC57_RDBFL29 0xF006499A          MC 57 Read Data and Bit Flip Register 29
MTU_MC57_RDBFL30 0xF006499C          MC 57 Read Data and Bit Flip Register 30
MTU_MC57_RDBFL31 0xF006499E          MC 57 Read Data and Bit Flip Register 31
MTU_MC57_RDBFL32 0xF00649A0          MC 57 Read Data and Bit Flip Register 32
MTU_MC57_RDBFL33 0xF00649A2          MC 57 Read Data and Bit Flip Register 33
MTU_MC57_RDBFL34 0xF00649A4          MC 57 Read Data and Bit Flip Register 34
MTU_MC57_RDBFL35 0xF00649A6          MC 57 Read Data and Bit Flip Register 35
MTU_MC57_RDBFL36 0xF00649A8          MC 57 Read Data and Bit Flip Register 36
MTU_MC57_RDBFL37 0xF00649AA          MC 57 Read Data and Bit Flip Register 37
MTU_MC57_RDBFL38 0xF00649AC          MC 57 Read Data and Bit Flip Register 38
MTU_MC57_RDBFL39 0xF00649AE          MC 57 Read Data and Bit Flip Register 39
MTU_MC57_RDBFL40 0xF00649B0          MC 57 Read Data and Bit Flip Register 40
MTU_MC57_RDBFL41 0xF00649B2          MC 57 Read Data and Bit Flip Register 41
MTU_MC57_RDBFL42 0xF00649B4          MC 57 Read Data and Bit Flip Register 42
MTU_MC57_RDBFL43 0xF00649B6          MC 57 Read Data and Bit Flip Register 43
MTU_MC57_RDBFL44 0xF00649B8          MC 57 Read Data and Bit Flip Register 44
MTU_MC57_RDBFL45 0xF00649BA          MC 57 Read Data and Bit Flip Register 45
MTU_MC57_RDBFL46 0xF00649BC          MC 57 Read Data and Bit Flip Register 46
MTU_MC57_RDBFL47 0xF00649BE          MC 57 Read Data and Bit Flip Register 47
MTU_MC57_RDBFL48 0xF00649C0          MC 57 Read Data and Bit Flip Register 48
MTU_MC57_RDBFL49 0xF00649C2          MC 57 Read Data and Bit Flip Register 49
MTU_MC57_RDBFL50 0xF00649C4          MC 57 Read Data and Bit Flip Register 50
MTU_MC57_RDBFL51 0xF00649C6          MC 57 Read Data and Bit Flip Register 51
MTU_MC57_RDBFL52 0xF00649C8          MC 57 Read Data and Bit Flip Register 52
MTU_MC57_RDBFL53 0xF00649CA          MC 57 Read Data and Bit Flip Register 53
MTU_MC57_RDBFL54 0xF00649CC          MC 57 Read Data and Bit Flip Register 54
MTU_MC57_RDBFL55 0xF00649CE          MC 57 Read Data and Bit Flip Register 55
MTU_MC57_RDBFL56 0xF00649D0          MC 57 Read Data and Bit Flip Register 56
MTU_MC57_RDBFL57 0xF00649D2          MC 57 Read Data and Bit Flip Register 57
MTU_MC57_RDBFL58 0xF00649D4          MC 57 Read Data and Bit Flip Register 58
MTU_MC57_RDBFL59 0xF00649D6          MC 57 Read Data and Bit Flip Register 59
MTU_MC57_RDBFL60 0xF00649D8          MC 57 Read Data and Bit Flip Register 60
MTU_MC57_RDBFL61 0xF00649DA          MC 57 Read Data and Bit Flip Register 61
MTU_MC57_RDBFL62 0xF00649DC          MC 57 Read Data and Bit Flip Register 62
MTU_MC57_RDBFL63 0xF00649DE          MC 57 Read Data and Bit Flip Register 63
MTU_MC57_RDBFL64 0xF00649E0          MC 57 Read Data and Bit Flip Register 64
MTU_MC57_RDBFL65 0xF00649E2          MC 57 Read Data and Bit Flip Register 65
MTU_MC57_RDBFL66 0xF00649E4          MC 57 Read Data and Bit Flip Register 66
MTU_MC57_ALMSRCS 0xF00649EE          MC 57 Alarm Sources Configuration Register
MTU_MC57_FAULTSTS 0xF00649F0          MC 57 SSH Safety Faults Status Register
MTU_MC57_ERRINFO0 0xF00649F2          MC 57 Error Information Register 0
MTU_MC57_ERRINFO1 0xF00649F4          MC 57 Error Information Register 1
MTU_MC57_ERRINFO2 0xF00649F6          MC 57 Error Information Register 2
MTU_MC57_ERRINFO3 0xF00649F8          MC 57 Error Information Register 3
MTU_MC57_ERRINFO4 0xF00649FA          MC 57 Error Information Register 4
MTU_MC58_CONFIG0 0xF0064A00          MC 58 Configuration Register 0
MTU_MC58_CONFIG1 0xF0064A02          MC 58 Configuration Register 1
MTU_MC58_MCONTROL 0xF0064A04          MC 58 MBIST Control Register
MTU_MC58_MSTATUS 0xF0064A06          MC 58 Status Register
MTU_MC58_RANGE  0xF0064A08          MC 58 Range Register, single address mode
MTU_MC58_REVID  0xF0064A0C          MC 58 Revision ID Register
MTU_MC58_ECCS   0xF0064A0E          MC 58 ECC Safety Register
MTU_MC58_ECCD   0xF0064A10          MC 58 Memory ECC Detection Register
MTU_MC58_ETRR0  0xF0064A12          MC 58 Error Tracking Register 0
MTU_MC58_ETRR1  0xF0064A14          MC 58 Error Tracking Register 1
MTU_MC58_ETRR2  0xF0064A16          MC 58 Error Tracking Register 2
MTU_MC58_ETRR3  0xF0064A18          MC 58 Error Tracking Register 3
MTU_MC58_ETRR4  0xF0064A1A          MC 58 Error Tracking Register 4
MTU_MC58_RDBFL0 0xF0064A60          MC 58 Read Data and Bit Flip Register 0
MTU_MC58_RDBFL1 0xF0064A62          MC 58 Read Data and Bit Flip Register 1
MTU_MC58_RDBFL2 0xF0064A64          MC 58 Read Data and Bit Flip Register 2
MTU_MC58_RDBFL3 0xF0064A66          MC 58 Read Data and Bit Flip Register 3
MTU_MC58_RDBFL4 0xF0064A68          MC 58 Read Data and Bit Flip Register 4
MTU_MC58_RDBFL5 0xF0064A6A          MC 58 Read Data and Bit Flip Register 5
MTU_MC58_RDBFL6 0xF0064A6C          MC 58 Read Data and Bit Flip Register 6
MTU_MC58_RDBFL7 0xF0064A6E          MC 58 Read Data and Bit Flip Register 7
MTU_MC58_RDBFL8 0xF0064A70          MC 58 Read Data and Bit Flip Register 8
MTU_MC58_RDBFL9 0xF0064A72          MC 58 Read Data and Bit Flip Register 9
MTU_MC58_RDBFL10 0xF0064A74          MC 58 Read Data and Bit Flip Register 10
MTU_MC58_RDBFL11 0xF0064A76          MC 58 Read Data and Bit Flip Register 11
MTU_MC58_RDBFL12 0xF0064A78          MC 58 Read Data and Bit Flip Register 12
MTU_MC58_RDBFL13 0xF0064A7A          MC 58 Read Data and Bit Flip Register 13
MTU_MC58_RDBFL14 0xF0064A7C          MC 58 Read Data and Bit Flip Register 14
MTU_MC58_RDBFL15 0xF0064A7E          MC 58 Read Data and Bit Flip Register 15
MTU_MC58_RDBFL16 0xF0064A80          MC 58 Read Data and Bit Flip Register 16
MTU_MC58_RDBFL17 0xF0064A82          MC 58 Read Data and Bit Flip Register 17
MTU_MC58_RDBFL18 0xF0064A84          MC 58 Read Data and Bit Flip Register 18
MTU_MC58_RDBFL19 0xF0064A86          MC 58 Read Data and Bit Flip Register 19
MTU_MC58_RDBFL20 0xF0064A88          MC 58 Read Data and Bit Flip Register 20
MTU_MC58_RDBFL21 0xF0064A8A          MC 58 Read Data and Bit Flip Register 21
MTU_MC58_RDBFL22 0xF0064A8C          MC 58 Read Data and Bit Flip Register 22
MTU_MC58_RDBFL23 0xF0064A8E          MC 58 Read Data and Bit Flip Register 23
MTU_MC58_RDBFL24 0xF0064A90          MC 58 Read Data and Bit Flip Register 24
MTU_MC58_RDBFL25 0xF0064A92          MC 58 Read Data and Bit Flip Register 25
MTU_MC58_RDBFL26 0xF0064A94          MC 58 Read Data and Bit Flip Register 26
MTU_MC58_RDBFL27 0xF0064A96          MC 58 Read Data and Bit Flip Register 27
MTU_MC58_RDBFL28 0xF0064A98          MC 58 Read Data and Bit Flip Register 28
MTU_MC58_RDBFL29 0xF0064A9A          MC 58 Read Data and Bit Flip Register 29
MTU_MC58_RDBFL30 0xF0064A9C          MC 58 Read Data and Bit Flip Register 30
MTU_MC58_RDBFL31 0xF0064A9E          MC 58 Read Data and Bit Flip Register 31
MTU_MC58_RDBFL32 0xF0064AA0          MC 58 Read Data and Bit Flip Register 32
MTU_MC58_RDBFL33 0xF0064AA2          MC 58 Read Data and Bit Flip Register 33
MTU_MC58_RDBFL34 0xF0064AA4          MC 58 Read Data and Bit Flip Register 34
MTU_MC58_RDBFL35 0xF0064AA6          MC 58 Read Data and Bit Flip Register 35
MTU_MC58_RDBFL36 0xF0064AA8          MC 58 Read Data and Bit Flip Register 36
MTU_MC58_RDBFL37 0xF0064AAA          MC 58 Read Data and Bit Flip Register 37
MTU_MC58_RDBFL38 0xF0064AAC          MC 58 Read Data and Bit Flip Register 38
MTU_MC58_RDBFL39 0xF0064AAE          MC 58 Read Data and Bit Flip Register 39
MTU_MC58_RDBFL40 0xF0064AB0          MC 58 Read Data and Bit Flip Register 40
MTU_MC58_RDBFL41 0xF0064AB2          MC 58 Read Data and Bit Flip Register 41
MTU_MC58_RDBFL42 0xF0064AB4          MC 58 Read Data and Bit Flip Register 42
MTU_MC58_RDBFL43 0xF0064AB6          MC 58 Read Data and Bit Flip Register 43
MTU_MC58_RDBFL44 0xF0064AB8          MC 58 Read Data and Bit Flip Register 44
MTU_MC58_RDBFL45 0xF0064ABA          MC 58 Read Data and Bit Flip Register 45
MTU_MC58_RDBFL46 0xF0064ABC          MC 58 Read Data and Bit Flip Register 46
MTU_MC58_RDBFL47 0xF0064ABE          MC 58 Read Data and Bit Flip Register 47
MTU_MC58_RDBFL48 0xF0064AC0          MC 58 Read Data and Bit Flip Register 48
MTU_MC58_RDBFL49 0xF0064AC2          MC 58 Read Data and Bit Flip Register 49
MTU_MC58_RDBFL50 0xF0064AC4          MC 58 Read Data and Bit Flip Register 50
MTU_MC58_RDBFL51 0xF0064AC6          MC 58 Read Data and Bit Flip Register 51
MTU_MC58_RDBFL52 0xF0064AC8          MC 58 Read Data and Bit Flip Register 52
MTU_MC58_RDBFL53 0xF0064ACA          MC 58 Read Data and Bit Flip Register 53
MTU_MC58_RDBFL54 0xF0064ACC          MC 58 Read Data and Bit Flip Register 54
MTU_MC58_RDBFL55 0xF0064ACE          MC 58 Read Data and Bit Flip Register 55
MTU_MC58_RDBFL56 0xF0064AD0          MC 58 Read Data and Bit Flip Register 56
MTU_MC58_RDBFL57 0xF0064AD2          MC 58 Read Data and Bit Flip Register 57
MTU_MC58_RDBFL58 0xF0064AD4          MC 58 Read Data and Bit Flip Register 58
MTU_MC58_RDBFL59 0xF0064AD6          MC 58 Read Data and Bit Flip Register 59
MTU_MC58_RDBFL60 0xF0064AD8          MC 58 Read Data and Bit Flip Register 60
MTU_MC58_RDBFL61 0xF0064ADA          MC 58 Read Data and Bit Flip Register 61
MTU_MC58_RDBFL62 0xF0064ADC          MC 58 Read Data and Bit Flip Register 62
MTU_MC58_RDBFL63 0xF0064ADE          MC 58 Read Data and Bit Flip Register 63
MTU_MC58_RDBFL64 0xF0064AE0          MC 58 Read Data and Bit Flip Register 64
MTU_MC58_RDBFL65 0xF0064AE2          MC 58 Read Data and Bit Flip Register 65
MTU_MC58_RDBFL66 0xF0064AE4          MC 58 Read Data and Bit Flip Register 66
MTU_MC58_ALMSRCS 0xF0064AEE          MC 58 Alarm Sources Configuration Register
MTU_MC58_FAULTSTS 0xF0064AF0          MC 58 SSH Safety Faults Status Register
MTU_MC58_ERRINFO0 0xF0064AF2          MC 58 Error Information Register 0
MTU_MC58_ERRINFO1 0xF0064AF4          MC 58 Error Information Register 1
MTU_MC58_ERRINFO2 0xF0064AF6          MC 58 Error Information Register 2
MTU_MC58_ERRINFO3 0xF0064AF8          MC 58 Error Information Register 3
MTU_MC58_ERRINFO4 0xF0064AFA          MC 58 Error Information Register 4
MTU_MC59_CONFIG0 0xF0064B00          MC 59 Configuration Register 0
MTU_MC59_CONFIG1 0xF0064B02          MC 59 Configuration Register 1
MTU_MC59_MCONTROL 0xF0064B04          MC 59 MBIST Control Register
MTU_MC59_MSTATUS 0xF0064B06          MC 59 Status Register
MTU_MC59_RANGE  0xF0064B08          MC 59 Range Register, single address mode
MTU_MC59_REVID  0xF0064B0C          MC 59 Revision ID Register
MTU_MC59_ECCS   0xF0064B0E          MC 59 ECC Safety Register
MTU_MC59_ECCD   0xF0064B10          MC 59 Memory ECC Detection Register
MTU_MC59_ETRR0  0xF0064B12          MC 59 Error Tracking Register 0
MTU_MC59_ETRR1  0xF0064B14          MC 59 Error Tracking Register 1
MTU_MC59_ETRR2  0xF0064B16          MC 59 Error Tracking Register 2
MTU_MC59_ETRR3  0xF0064B18          MC 59 Error Tracking Register 3
MTU_MC59_ETRR4  0xF0064B1A          MC 59 Error Tracking Register 4
MTU_MC59_RDBFL0 0xF0064B60          MC 59 Read Data and Bit Flip Register 0
MTU_MC59_RDBFL1 0xF0064B62          MC 59 Read Data and Bit Flip Register 1
MTU_MC59_RDBFL2 0xF0064B64          MC 59 Read Data and Bit Flip Register 2
MTU_MC59_RDBFL3 0xF0064B66          MC 59 Read Data and Bit Flip Register 3
MTU_MC59_RDBFL4 0xF0064B68          MC 59 Read Data and Bit Flip Register 4
MTU_MC59_RDBFL5 0xF0064B6A          MC 59 Read Data and Bit Flip Register 5
MTU_MC59_RDBFL6 0xF0064B6C          MC 59 Read Data and Bit Flip Register 6
MTU_MC59_RDBFL7 0xF0064B6E          MC 59 Read Data and Bit Flip Register 7
MTU_MC59_RDBFL8 0xF0064B70          MC 59 Read Data and Bit Flip Register 8
MTU_MC59_RDBFL9 0xF0064B72          MC 59 Read Data and Bit Flip Register 9
MTU_MC59_RDBFL10 0xF0064B74          MC 59 Read Data and Bit Flip Register 10
MTU_MC59_RDBFL11 0xF0064B76          MC 59 Read Data and Bit Flip Register 11
MTU_MC59_RDBFL12 0xF0064B78          MC 59 Read Data and Bit Flip Register 12
MTU_MC59_RDBFL13 0xF0064B7A          MC 59 Read Data and Bit Flip Register 13
MTU_MC59_RDBFL14 0xF0064B7C          MC 59 Read Data and Bit Flip Register 14
MTU_MC59_RDBFL15 0xF0064B7E          MC 59 Read Data and Bit Flip Register 15
MTU_MC59_RDBFL16 0xF0064B80          MC 59 Read Data and Bit Flip Register 16
MTU_MC59_RDBFL17 0xF0064B82          MC 59 Read Data and Bit Flip Register 17
MTU_MC59_RDBFL18 0xF0064B84          MC 59 Read Data and Bit Flip Register 18
MTU_MC59_RDBFL19 0xF0064B86          MC 59 Read Data and Bit Flip Register 19
MTU_MC59_RDBFL20 0xF0064B88          MC 59 Read Data and Bit Flip Register 20
MTU_MC59_RDBFL21 0xF0064B8A          MC 59 Read Data and Bit Flip Register 21
MTU_MC59_RDBFL22 0xF0064B8C          MC 59 Read Data and Bit Flip Register 22
MTU_MC59_RDBFL23 0xF0064B8E          MC 59 Read Data and Bit Flip Register 23
MTU_MC59_RDBFL24 0xF0064B90          MC 59 Read Data and Bit Flip Register 24
MTU_MC59_RDBFL25 0xF0064B92          MC 59 Read Data and Bit Flip Register 25
MTU_MC59_RDBFL26 0xF0064B94          MC 59 Read Data and Bit Flip Register 26
MTU_MC59_RDBFL27 0xF0064B96          MC 59 Read Data and Bit Flip Register 27
MTU_MC59_RDBFL28 0xF0064B98          MC 59 Read Data and Bit Flip Register 28
MTU_MC59_RDBFL29 0xF0064B9A          MC 59 Read Data and Bit Flip Register 29
MTU_MC59_RDBFL30 0xF0064B9C          MC 59 Read Data and Bit Flip Register 30
MTU_MC59_RDBFL31 0xF0064B9E          MC 59 Read Data and Bit Flip Register 31
MTU_MC59_RDBFL32 0xF0064BA0          MC 59 Read Data and Bit Flip Register 32
MTU_MC59_RDBFL33 0xF0064BA2          MC 59 Read Data and Bit Flip Register 33
MTU_MC59_RDBFL34 0xF0064BA4          MC 59 Read Data and Bit Flip Register 34
MTU_MC59_RDBFL35 0xF0064BA6          MC 59 Read Data and Bit Flip Register 35
MTU_MC59_RDBFL36 0xF0064BA8          MC 59 Read Data and Bit Flip Register 36
MTU_MC59_RDBFL37 0xF0064BAA          MC 59 Read Data and Bit Flip Register 37
MTU_MC59_RDBFL38 0xF0064BAC          MC 59 Read Data and Bit Flip Register 38
MTU_MC59_RDBFL39 0xF0064BAE          MC 59 Read Data and Bit Flip Register 39
MTU_MC59_RDBFL40 0xF0064BB0          MC 59 Read Data and Bit Flip Register 40
MTU_MC59_RDBFL41 0xF0064BB2          MC 59 Read Data and Bit Flip Register 41
MTU_MC59_RDBFL42 0xF0064BB4          MC 59 Read Data and Bit Flip Register 42
MTU_MC59_RDBFL43 0xF0064BB6          MC 59 Read Data and Bit Flip Register 43
MTU_MC59_RDBFL44 0xF0064BB8          MC 59 Read Data and Bit Flip Register 44
MTU_MC59_RDBFL45 0xF0064BBA          MC 59 Read Data and Bit Flip Register 45
MTU_MC59_RDBFL46 0xF0064BBC          MC 59 Read Data and Bit Flip Register 46
MTU_MC59_RDBFL47 0xF0064BBE          MC 59 Read Data and Bit Flip Register 47
MTU_MC59_RDBFL48 0xF0064BC0          MC 59 Read Data and Bit Flip Register 48
MTU_MC59_RDBFL49 0xF0064BC2          MC 59 Read Data and Bit Flip Register 49
MTU_MC59_RDBFL50 0xF0064BC4          MC 59 Read Data and Bit Flip Register 50
MTU_MC59_RDBFL51 0xF0064BC6          MC 59 Read Data and Bit Flip Register 51
MTU_MC59_RDBFL52 0xF0064BC8          MC 59 Read Data and Bit Flip Register 52
MTU_MC59_RDBFL53 0xF0064BCA          MC 59 Read Data and Bit Flip Register 53
MTU_MC59_RDBFL54 0xF0064BCC          MC 59 Read Data and Bit Flip Register 54
MTU_MC59_RDBFL55 0xF0064BCE          MC 59 Read Data and Bit Flip Register 55
MTU_MC59_RDBFL56 0xF0064BD0          MC 59 Read Data and Bit Flip Register 56
MTU_MC59_RDBFL57 0xF0064BD2          MC 59 Read Data and Bit Flip Register 57
MTU_MC59_RDBFL58 0xF0064BD4          MC 59 Read Data and Bit Flip Register 58
MTU_MC59_RDBFL59 0xF0064BD6          MC 59 Read Data and Bit Flip Register 59
MTU_MC59_RDBFL60 0xF0064BD8          MC 59 Read Data and Bit Flip Register 60
MTU_MC59_RDBFL61 0xF0064BDA          MC 59 Read Data and Bit Flip Register 61
MTU_MC59_RDBFL62 0xF0064BDC          MC 59 Read Data and Bit Flip Register 62
MTU_MC59_RDBFL63 0xF0064BDE          MC 59 Read Data and Bit Flip Register 63
MTU_MC59_RDBFL64 0xF0064BE0          MC 59 Read Data and Bit Flip Register 64
MTU_MC59_RDBFL65 0xF0064BE2          MC 59 Read Data and Bit Flip Register 65
MTU_MC59_RDBFL66 0xF0064BE4          MC 59 Read Data and Bit Flip Register 66
MTU_MC59_ALMSRCS 0xF0064BEE          MC 59 Alarm Sources Configuration Register
MTU_MC59_FAULTSTS 0xF0064BF0          MC 59 SSH Safety Faults Status Register
MTU_MC59_ERRINFO0 0xF0064BF2          MC 59 Error Information Register 0
MTU_MC59_ERRINFO1 0xF0064BF4          MC 59 Error Information Register 1
MTU_MC59_ERRINFO2 0xF0064BF6          MC 59 Error Information Register 2
MTU_MC59_ERRINFO3 0xF0064BF8          MC 59 Error Information Register 3
MTU_MC59_ERRINFO4 0xF0064BFA          MC 59 Error Information Register 4
MTU_MC60_CONFIG0 0xF0064C00          MC 60 Configuration Register 0
MTU_MC60_CONFIG1 0xF0064C02          MC 60 Configuration Register 1
MTU_MC60_MCONTROL 0xF0064C04          MC 60 MBIST Control Register
MTU_MC60_MSTATUS 0xF0064C06          MC 60 Status Register
MTU_MC60_RANGE  0xF0064C08          MC 60 Range Register, single address mode
MTU_MC60_REVID  0xF0064C0C          MC 60 Revision ID Register
MTU_MC60_ECCS   0xF0064C0E          MC 60 ECC Safety Register
MTU_MC60_ECCD   0xF0064C10          MC 60 Memory ECC Detection Register
MTU_MC60_ETRR0  0xF0064C12          MC 60 Error Tracking Register 0
MTU_MC60_ETRR1  0xF0064C14          MC 60 Error Tracking Register 1
MTU_MC60_ETRR2  0xF0064C16          MC 60 Error Tracking Register 2
MTU_MC60_ETRR3  0xF0064C18          MC 60 Error Tracking Register 3
MTU_MC60_ETRR4  0xF0064C1A          MC 60 Error Tracking Register 4
MTU_MC60_RDBFL0 0xF0064C60          MC 60 Read Data and Bit Flip Register 0
MTU_MC60_RDBFL1 0xF0064C62          MC 60 Read Data and Bit Flip Register 1
MTU_MC60_RDBFL2 0xF0064C64          MC 60 Read Data and Bit Flip Register 2
MTU_MC60_RDBFL3 0xF0064C66          MC 60 Read Data and Bit Flip Register 3
MTU_MC60_RDBFL4 0xF0064C68          MC 60 Read Data and Bit Flip Register 4
MTU_MC60_RDBFL5 0xF0064C6A          MC 60 Read Data and Bit Flip Register 5
MTU_MC60_RDBFL6 0xF0064C6C          MC 60 Read Data and Bit Flip Register 6
MTU_MC60_RDBFL7 0xF0064C6E          MC 60 Read Data and Bit Flip Register 7
MTU_MC60_RDBFL8 0xF0064C70          MC 60 Read Data and Bit Flip Register 8
MTU_MC60_RDBFL9 0xF0064C72          MC 60 Read Data and Bit Flip Register 9
MTU_MC60_RDBFL10 0xF0064C74          MC 60 Read Data and Bit Flip Register 10
MTU_MC60_RDBFL11 0xF0064C76          MC 60 Read Data and Bit Flip Register 11
MTU_MC60_RDBFL12 0xF0064C78          MC 60 Read Data and Bit Flip Register 12
MTU_MC60_RDBFL13 0xF0064C7A          MC 60 Read Data and Bit Flip Register 13
MTU_MC60_RDBFL14 0xF0064C7C          MC 60 Read Data and Bit Flip Register 14
MTU_MC60_RDBFL15 0xF0064C7E          MC 60 Read Data and Bit Flip Register 15
MTU_MC60_RDBFL16 0xF0064C80          MC 60 Read Data and Bit Flip Register 16
MTU_MC60_RDBFL17 0xF0064C82          MC 60 Read Data and Bit Flip Register 17
MTU_MC60_RDBFL18 0xF0064C84          MC 60 Read Data and Bit Flip Register 18
MTU_MC60_RDBFL19 0xF0064C86          MC 60 Read Data and Bit Flip Register 19
MTU_MC60_RDBFL20 0xF0064C88          MC 60 Read Data and Bit Flip Register 20
MTU_MC60_RDBFL21 0xF0064C8A          MC 60 Read Data and Bit Flip Register 21
MTU_MC60_RDBFL22 0xF0064C8C          MC 60 Read Data and Bit Flip Register 22
MTU_MC60_RDBFL23 0xF0064C8E          MC 60 Read Data and Bit Flip Register 23
MTU_MC60_RDBFL24 0xF0064C90          MC 60 Read Data and Bit Flip Register 24
MTU_MC60_RDBFL25 0xF0064C92          MC 60 Read Data and Bit Flip Register 25
MTU_MC60_RDBFL26 0xF0064C94          MC 60 Read Data and Bit Flip Register 26
MTU_MC60_RDBFL27 0xF0064C96          MC 60 Read Data and Bit Flip Register 27
MTU_MC60_RDBFL28 0xF0064C98          MC 60 Read Data and Bit Flip Register 28
MTU_MC60_RDBFL29 0xF0064C9A          MC 60 Read Data and Bit Flip Register 29
MTU_MC60_RDBFL30 0xF0064C9C          MC 60 Read Data and Bit Flip Register 30
MTU_MC60_RDBFL31 0xF0064C9E          MC 60 Read Data and Bit Flip Register 31
MTU_MC60_RDBFL32 0xF0064CA0          MC 60 Read Data and Bit Flip Register 32
MTU_MC60_RDBFL33 0xF0064CA2          MC 60 Read Data and Bit Flip Register 33
MTU_MC60_RDBFL34 0xF0064CA4          MC 60 Read Data and Bit Flip Register 34
MTU_MC60_RDBFL35 0xF0064CA6          MC 60 Read Data and Bit Flip Register 35
MTU_MC60_RDBFL36 0xF0064CA8          MC 60 Read Data and Bit Flip Register 36
MTU_MC60_RDBFL37 0xF0064CAA          MC 60 Read Data and Bit Flip Register 37
MTU_MC60_RDBFL38 0xF0064CAC          MC 60 Read Data and Bit Flip Register 38
MTU_MC60_RDBFL39 0xF0064CAE          MC 60 Read Data and Bit Flip Register 39
MTU_MC60_RDBFL40 0xF0064CB0          MC 60 Read Data and Bit Flip Register 40
MTU_MC60_RDBFL41 0xF0064CB2          MC 60 Read Data and Bit Flip Register 41
MTU_MC60_RDBFL42 0xF0064CB4          MC 60 Read Data and Bit Flip Register 42
MTU_MC60_RDBFL43 0xF0064CB6          MC 60 Read Data and Bit Flip Register 43
MTU_MC60_RDBFL44 0xF0064CB8          MC 60 Read Data and Bit Flip Register 44
MTU_MC60_RDBFL45 0xF0064CBA          MC 60 Read Data and Bit Flip Register 45
MTU_MC60_RDBFL46 0xF0064CBC          MC 60 Read Data and Bit Flip Register 46
MTU_MC60_RDBFL47 0xF0064CBE          MC 60 Read Data and Bit Flip Register 47
MTU_MC60_RDBFL48 0xF0064CC0          MC 60 Read Data and Bit Flip Register 48
MTU_MC60_RDBFL49 0xF0064CC2          MC 60 Read Data and Bit Flip Register 49
MTU_MC60_RDBFL50 0xF0064CC4          MC 60 Read Data and Bit Flip Register 50
MTU_MC60_RDBFL51 0xF0064CC6          MC 60 Read Data and Bit Flip Register 51
MTU_MC60_RDBFL52 0xF0064CC8          MC 60 Read Data and Bit Flip Register 52
MTU_MC60_RDBFL53 0xF0064CCA          MC 60 Read Data and Bit Flip Register 53
MTU_MC60_RDBFL54 0xF0064CCC          MC 60 Read Data and Bit Flip Register 54
MTU_MC60_RDBFL55 0xF0064CCE          MC 60 Read Data and Bit Flip Register 55
MTU_MC60_RDBFL56 0xF0064CD0          MC 60 Read Data and Bit Flip Register 56
MTU_MC60_RDBFL57 0xF0064CD2          MC 60 Read Data and Bit Flip Register 57
MTU_MC60_RDBFL58 0xF0064CD4          MC 60 Read Data and Bit Flip Register 58
MTU_MC60_RDBFL59 0xF0064CD6          MC 60 Read Data and Bit Flip Register 59
MTU_MC60_RDBFL60 0xF0064CD8          MC 60 Read Data and Bit Flip Register 60
MTU_MC60_RDBFL61 0xF0064CDA          MC 60 Read Data and Bit Flip Register 61
MTU_MC60_RDBFL62 0xF0064CDC          MC 60 Read Data and Bit Flip Register 62
MTU_MC60_RDBFL63 0xF0064CDE          MC 60 Read Data and Bit Flip Register 63
MTU_MC60_RDBFL64 0xF0064CE0          MC 60 Read Data and Bit Flip Register 64
MTU_MC60_RDBFL65 0xF0064CE2          MC 60 Read Data and Bit Flip Register 65
MTU_MC60_RDBFL66 0xF0064CE4          MC 60 Read Data and Bit Flip Register 66
MTU_MC60_ALMSRCS 0xF0064CEE          MC 60 Alarm Sources Configuration Register
MTU_MC60_FAULTSTS 0xF0064CF0          MC 60 SSH Safety Faults Status Register
MTU_MC60_ERRINFO0 0xF0064CF2          MC 60 Error Information Register 0
MTU_MC60_ERRINFO1 0xF0064CF4          MC 60 Error Information Register 1
MTU_MC60_ERRINFO2 0xF0064CF6          MC 60 Error Information Register 2
MTU_MC60_ERRINFO3 0xF0064CF8          MC 60 Error Information Register 3
MTU_MC60_ERRINFO4 0xF0064CFA          MC 60 Error Information Register 4
MTU_MC61_CONFIG0 0xF0064D00          MC 61 Configuration Register 0
MTU_MC61_CONFIG1 0xF0064D02          MC 61 Configuration Register 1
MTU_MC61_MCONTROL 0xF0064D04          MC 61 MBIST Control Register
MTU_MC61_MSTATUS 0xF0064D06          MC 61 Status Register
MTU_MC61_RANGE  0xF0064D08          MC 61 Range Register, single address mode
MTU_MC61_REVID  0xF0064D0C          MC 61 Revision ID Register
MTU_MC61_ECCS   0xF0064D0E          MC 61 ECC Safety Register
MTU_MC61_ECCD   0xF0064D10          MC 61 Memory ECC Detection Register
MTU_MC61_ETRR0  0xF0064D12          MC 61 Error Tracking Register 0
MTU_MC61_ETRR1  0xF0064D14          MC 61 Error Tracking Register 1
MTU_MC61_ETRR2  0xF0064D16          MC 61 Error Tracking Register 2
MTU_MC61_ETRR3  0xF0064D18          MC 61 Error Tracking Register 3
MTU_MC61_ETRR4  0xF0064D1A          MC 61 Error Tracking Register 4
MTU_MC61_RDBFL0 0xF0064D60          MC 61 Read Data and Bit Flip Register 0
MTU_MC61_RDBFL1 0xF0064D62          MC 61 Read Data and Bit Flip Register 1
MTU_MC61_RDBFL2 0xF0064D64          MC 61 Read Data and Bit Flip Register 2
MTU_MC61_RDBFL3 0xF0064D66          MC 61 Read Data and Bit Flip Register 3
MTU_MC61_RDBFL4 0xF0064D68          MC 61 Read Data and Bit Flip Register 4
MTU_MC61_RDBFL5 0xF0064D6A          MC 61 Read Data and Bit Flip Register 5
MTU_MC61_RDBFL6 0xF0064D6C          MC 61 Read Data and Bit Flip Register 6
MTU_MC61_RDBFL7 0xF0064D6E          MC 61 Read Data and Bit Flip Register 7
MTU_MC61_RDBFL8 0xF0064D70          MC 61 Read Data and Bit Flip Register 8
MTU_MC61_RDBFL9 0xF0064D72          MC 61 Read Data and Bit Flip Register 9
MTU_MC61_RDBFL10 0xF0064D74          MC 61 Read Data and Bit Flip Register 10
MTU_MC61_RDBFL11 0xF0064D76          MC 61 Read Data and Bit Flip Register 11
MTU_MC61_RDBFL12 0xF0064D78          MC 61 Read Data and Bit Flip Register 12
MTU_MC61_RDBFL13 0xF0064D7A          MC 61 Read Data and Bit Flip Register 13
MTU_MC61_RDBFL14 0xF0064D7C          MC 61 Read Data and Bit Flip Register 14
MTU_MC61_RDBFL15 0xF0064D7E          MC 61 Read Data and Bit Flip Register 15
MTU_MC61_RDBFL16 0xF0064D80          MC 61 Read Data and Bit Flip Register 16
MTU_MC61_RDBFL17 0xF0064D82          MC 61 Read Data and Bit Flip Register 17
MTU_MC61_RDBFL18 0xF0064D84          MC 61 Read Data and Bit Flip Register 18
MTU_MC61_RDBFL19 0xF0064D86          MC 61 Read Data and Bit Flip Register 19
MTU_MC61_RDBFL20 0xF0064D88          MC 61 Read Data and Bit Flip Register 20
MTU_MC61_RDBFL21 0xF0064D8A          MC 61 Read Data and Bit Flip Register 21
MTU_MC61_RDBFL22 0xF0064D8C          MC 61 Read Data and Bit Flip Register 22
MTU_MC61_RDBFL23 0xF0064D8E          MC 61 Read Data and Bit Flip Register 23
MTU_MC61_RDBFL24 0xF0064D90          MC 61 Read Data and Bit Flip Register 24
MTU_MC61_RDBFL25 0xF0064D92          MC 61 Read Data and Bit Flip Register 25
MTU_MC61_RDBFL26 0xF0064D94          MC 61 Read Data and Bit Flip Register 26
MTU_MC61_RDBFL27 0xF0064D96          MC 61 Read Data and Bit Flip Register 27
MTU_MC61_RDBFL28 0xF0064D98          MC 61 Read Data and Bit Flip Register 28
MTU_MC61_RDBFL29 0xF0064D9A          MC 61 Read Data and Bit Flip Register 29
MTU_MC61_RDBFL30 0xF0064D9C          MC 61 Read Data and Bit Flip Register 30
MTU_MC61_RDBFL31 0xF0064D9E          MC 61 Read Data and Bit Flip Register 31
MTU_MC61_RDBFL32 0xF0064DA0          MC 61 Read Data and Bit Flip Register 32
MTU_MC61_RDBFL33 0xF0064DA2          MC 61 Read Data and Bit Flip Register 33
MTU_MC61_RDBFL34 0xF0064DA4          MC 61 Read Data and Bit Flip Register 34
MTU_MC61_RDBFL35 0xF0064DA6          MC 61 Read Data and Bit Flip Register 35
MTU_MC61_RDBFL36 0xF0064DA8          MC 61 Read Data and Bit Flip Register 36
MTU_MC61_RDBFL37 0xF0064DAA          MC 61 Read Data and Bit Flip Register 37
MTU_MC61_RDBFL38 0xF0064DAC          MC 61 Read Data and Bit Flip Register 38
MTU_MC61_RDBFL39 0xF0064DAE          MC 61 Read Data and Bit Flip Register 39
MTU_MC61_RDBFL40 0xF0064DB0          MC 61 Read Data and Bit Flip Register 40
MTU_MC61_RDBFL41 0xF0064DB2          MC 61 Read Data and Bit Flip Register 41
MTU_MC61_RDBFL42 0xF0064DB4          MC 61 Read Data and Bit Flip Register 42
MTU_MC61_RDBFL43 0xF0064DB6          MC 61 Read Data and Bit Flip Register 43
MTU_MC61_RDBFL44 0xF0064DB8          MC 61 Read Data and Bit Flip Register 44
MTU_MC61_RDBFL45 0xF0064DBA          MC 61 Read Data and Bit Flip Register 45
MTU_MC61_RDBFL46 0xF0064DBC          MC 61 Read Data and Bit Flip Register 46
MTU_MC61_RDBFL47 0xF0064DBE          MC 61 Read Data and Bit Flip Register 47
MTU_MC61_RDBFL48 0xF0064DC0          MC 61 Read Data and Bit Flip Register 48
MTU_MC61_RDBFL49 0xF0064DC2          MC 61 Read Data and Bit Flip Register 49
MTU_MC61_RDBFL50 0xF0064DC4          MC 61 Read Data and Bit Flip Register 50
MTU_MC61_RDBFL51 0xF0064DC6          MC 61 Read Data and Bit Flip Register 51
MTU_MC61_RDBFL52 0xF0064DC8          MC 61 Read Data and Bit Flip Register 52
MTU_MC61_RDBFL53 0xF0064DCA          MC 61 Read Data and Bit Flip Register 53
MTU_MC61_RDBFL54 0xF0064DCC          MC 61 Read Data and Bit Flip Register 54
MTU_MC61_RDBFL55 0xF0064DCE          MC 61 Read Data and Bit Flip Register 55
MTU_MC61_RDBFL56 0xF0064DD0          MC 61 Read Data and Bit Flip Register 56
MTU_MC61_RDBFL57 0xF0064DD2          MC 61 Read Data and Bit Flip Register 57
MTU_MC61_RDBFL58 0xF0064DD4          MC 61 Read Data and Bit Flip Register 58
MTU_MC61_RDBFL59 0xF0064DD6          MC 61 Read Data and Bit Flip Register 59
MTU_MC61_RDBFL60 0xF0064DD8          MC 61 Read Data and Bit Flip Register 60
MTU_MC61_RDBFL61 0xF0064DDA          MC 61 Read Data and Bit Flip Register 61
MTU_MC61_RDBFL62 0xF0064DDC          MC 61 Read Data and Bit Flip Register 62
MTU_MC61_RDBFL63 0xF0064DDE          MC 61 Read Data and Bit Flip Register 63
MTU_MC61_RDBFL64 0xF0064DE0          MC 61 Read Data and Bit Flip Register 64
MTU_MC61_RDBFL65 0xF0064DE2          MC 61 Read Data and Bit Flip Register 65
MTU_MC61_RDBFL66 0xF0064DE4          MC 61 Read Data and Bit Flip Register 66
MTU_MC61_ALMSRCS 0xF0064DEE          MC 61 Alarm Sources Configuration Register
MTU_MC61_FAULTSTS 0xF0064DF0          MC 61 SSH Safety Faults Status Register
MTU_MC61_ERRINFO0 0xF0064DF2          MC 61 Error Information Register 0
MTU_MC61_ERRINFO1 0xF0064DF4          MC 61 Error Information Register 1
MTU_MC61_ERRINFO2 0xF0064DF6          MC 61 Error Information Register 2
MTU_MC61_ERRINFO3 0xF0064DF8          MC 61 Error Information Register 3
MTU_MC61_ERRINFO4 0xF0064DFA          MC 61 Error Information Register 4
MTU_MC62_CONFIG0 0xF0064E00          MC 62 Configuration Register 0
MTU_MC62_CONFIG1 0xF0064E02          MC 62 Configuration Register 1
MTU_MC62_MCONTROL 0xF0064E04          MC 62 MBIST Control Register
MTU_MC62_MSTATUS 0xF0064E06          MC 62 Status Register
MTU_MC62_RANGE  0xF0064E08          MC 62 Range Register, single address mode
MTU_MC62_REVID  0xF0064E0C          MC 62 Revision ID Register
MTU_MC62_ECCS   0xF0064E0E          MC 62 ECC Safety Register
MTU_MC62_ECCD   0xF0064E10          MC 62 Memory ECC Detection Register
MTU_MC62_ETRR0  0xF0064E12          MC 62 Error Tracking Register 0
MTU_MC62_ETRR1  0xF0064E14          MC 62 Error Tracking Register 1
MTU_MC62_ETRR2  0xF0064E16          MC 62 Error Tracking Register 2
MTU_MC62_ETRR3  0xF0064E18          MC 62 Error Tracking Register 3
MTU_MC62_ETRR4  0xF0064E1A          MC 62 Error Tracking Register 4
MTU_MC62_RDBFL0 0xF0064E60          MC 62 Read Data and Bit Flip Register 0
MTU_MC62_RDBFL1 0xF0064E62          MC 62 Read Data and Bit Flip Register 1
MTU_MC62_RDBFL2 0xF0064E64          MC 62 Read Data and Bit Flip Register 2
MTU_MC62_RDBFL3 0xF0064E66          MC 62 Read Data and Bit Flip Register 3
MTU_MC62_RDBFL4 0xF0064E68          MC 62 Read Data and Bit Flip Register 4
MTU_MC62_RDBFL5 0xF0064E6A          MC 62 Read Data and Bit Flip Register 5
MTU_MC62_RDBFL6 0xF0064E6C          MC 62 Read Data and Bit Flip Register 6
MTU_MC62_RDBFL7 0xF0064E6E          MC 62 Read Data and Bit Flip Register 7
MTU_MC62_RDBFL8 0xF0064E70          MC 62 Read Data and Bit Flip Register 8
MTU_MC62_RDBFL9 0xF0064E72          MC 62 Read Data and Bit Flip Register 9
MTU_MC62_RDBFL10 0xF0064E74          MC 62 Read Data and Bit Flip Register 10
MTU_MC62_RDBFL11 0xF0064E76          MC 62 Read Data and Bit Flip Register 11
MTU_MC62_RDBFL12 0xF0064E78          MC 62 Read Data and Bit Flip Register 12
MTU_MC62_RDBFL13 0xF0064E7A          MC 62 Read Data and Bit Flip Register 13
MTU_MC62_RDBFL14 0xF0064E7C          MC 62 Read Data and Bit Flip Register 14
MTU_MC62_RDBFL15 0xF0064E7E          MC 62 Read Data and Bit Flip Register 15
MTU_MC62_RDBFL16 0xF0064E80          MC 62 Read Data and Bit Flip Register 16
MTU_MC62_RDBFL17 0xF0064E82          MC 62 Read Data and Bit Flip Register 17
MTU_MC62_RDBFL18 0xF0064E84          MC 62 Read Data and Bit Flip Register 18
MTU_MC62_RDBFL19 0xF0064E86          MC 62 Read Data and Bit Flip Register 19
MTU_MC62_RDBFL20 0xF0064E88          MC 62 Read Data and Bit Flip Register 20
MTU_MC62_RDBFL21 0xF0064E8A          MC 62 Read Data and Bit Flip Register 21
MTU_MC62_RDBFL22 0xF0064E8C          MC 62 Read Data and Bit Flip Register 22
MTU_MC62_RDBFL23 0xF0064E8E          MC 62 Read Data and Bit Flip Register 23
MTU_MC62_RDBFL24 0xF0064E90          MC 62 Read Data and Bit Flip Register 24
MTU_MC62_RDBFL25 0xF0064E92          MC 62 Read Data and Bit Flip Register 25
MTU_MC62_RDBFL26 0xF0064E94          MC 62 Read Data and Bit Flip Register 26
MTU_MC62_RDBFL27 0xF0064E96          MC 62 Read Data and Bit Flip Register 27
MTU_MC62_RDBFL28 0xF0064E98          MC 62 Read Data and Bit Flip Register 28
MTU_MC62_RDBFL29 0xF0064E9A          MC 62 Read Data and Bit Flip Register 29
MTU_MC62_RDBFL30 0xF0064E9C          MC 62 Read Data and Bit Flip Register 30
MTU_MC62_RDBFL31 0xF0064E9E          MC 62 Read Data and Bit Flip Register 31
MTU_MC62_RDBFL32 0xF0064EA0          MC 62 Read Data and Bit Flip Register 32
MTU_MC62_RDBFL33 0xF0064EA2          MC 62 Read Data and Bit Flip Register 33
MTU_MC62_RDBFL34 0xF0064EA4          MC 62 Read Data and Bit Flip Register 34
MTU_MC62_RDBFL35 0xF0064EA6          MC 62 Read Data and Bit Flip Register 35
MTU_MC62_RDBFL36 0xF0064EA8          MC 62 Read Data and Bit Flip Register 36
MTU_MC62_RDBFL37 0xF0064EAA          MC 62 Read Data and Bit Flip Register 37
MTU_MC62_RDBFL38 0xF0064EAC          MC 62 Read Data and Bit Flip Register 38
MTU_MC62_RDBFL39 0xF0064EAE          MC 62 Read Data and Bit Flip Register 39
MTU_MC62_RDBFL40 0xF0064EB0          MC 62 Read Data and Bit Flip Register 40
MTU_MC62_RDBFL41 0xF0064EB2          MC 62 Read Data and Bit Flip Register 41
MTU_MC62_RDBFL42 0xF0064EB4          MC 62 Read Data and Bit Flip Register 42
MTU_MC62_RDBFL43 0xF0064EB6          MC 62 Read Data and Bit Flip Register 43
MTU_MC62_RDBFL44 0xF0064EB8          MC 62 Read Data and Bit Flip Register 44
MTU_MC62_RDBFL45 0xF0064EBA          MC 62 Read Data and Bit Flip Register 45
MTU_MC62_RDBFL46 0xF0064EBC          MC 62 Read Data and Bit Flip Register 46
MTU_MC62_RDBFL47 0xF0064EBE          MC 62 Read Data and Bit Flip Register 47
MTU_MC62_RDBFL48 0xF0064EC0          MC 62 Read Data and Bit Flip Register 48
MTU_MC62_RDBFL49 0xF0064EC2          MC 62 Read Data and Bit Flip Register 49
MTU_MC62_RDBFL50 0xF0064EC4          MC 62 Read Data and Bit Flip Register 50
MTU_MC62_RDBFL51 0xF0064EC6          MC 62 Read Data and Bit Flip Register 51
MTU_MC62_RDBFL52 0xF0064EC8          MC 62 Read Data and Bit Flip Register 52
MTU_MC62_RDBFL53 0xF0064ECA          MC 62 Read Data and Bit Flip Register 53
MTU_MC62_RDBFL54 0xF0064ECC          MC 62 Read Data and Bit Flip Register 54
MTU_MC62_RDBFL55 0xF0064ECE          MC 62 Read Data and Bit Flip Register 55
MTU_MC62_RDBFL56 0xF0064ED0          MC 62 Read Data and Bit Flip Register 56
MTU_MC62_RDBFL57 0xF0064ED2          MC 62 Read Data and Bit Flip Register 57
MTU_MC62_RDBFL58 0xF0064ED4          MC 62 Read Data and Bit Flip Register 58
MTU_MC62_RDBFL59 0xF0064ED6          MC 62 Read Data and Bit Flip Register 59
MTU_MC62_RDBFL60 0xF0064ED8          MC 62 Read Data and Bit Flip Register 60
MTU_MC62_RDBFL61 0xF0064EDA          MC 62 Read Data and Bit Flip Register 61
MTU_MC62_RDBFL62 0xF0064EDC          MC 62 Read Data and Bit Flip Register 62
MTU_MC62_RDBFL63 0xF0064EDE          MC 62 Read Data and Bit Flip Register 63
MTU_MC62_RDBFL64 0xF0064EE0          MC 62 Read Data and Bit Flip Register 64
MTU_MC62_RDBFL65 0xF0064EE2          MC 62 Read Data and Bit Flip Register 65
MTU_MC62_RDBFL66 0xF0064EE4          MC 62 Read Data and Bit Flip Register 66
MTU_MC62_ALMSRCS 0xF0064EEE          MC 62 Alarm Sources Configuration Register
MTU_MC62_FAULTSTS 0xF0064EF0          MC 62 SSH Safety Faults Status Register
MTU_MC62_ERRINFO0 0xF0064EF2          MC 62 Error Information Register 0
MTU_MC62_ERRINFO1 0xF0064EF4          MC 62 Error Information Register 1
MTU_MC62_ERRINFO2 0xF0064EF6          MC 62 Error Information Register 2
MTU_MC62_ERRINFO3 0xF0064EF8          MC 62 Error Information Register 3
MTU_MC62_ERRINFO4 0xF0064EFA          MC 62 Error Information Register 4
MTU_MC63_CONFIG0 0xF0064F00          MC 63 Configuration Register 0
MTU_MC63_CONFIG1 0xF0064F02          MC 63 Configuration Register 1
MTU_MC63_MCONTROL 0xF0064F04          MC 63 MBIST Control Register
MTU_MC63_MSTATUS 0xF0064F06          MC 63 Status Register
MTU_MC63_RANGE  0xF0064F08          MC 63 Range Register, single address mode
MTU_MC63_REVID  0xF0064F0C          MC 63 Revision ID Register
MTU_MC63_ECCS   0xF0064F0E          MC 63 ECC Safety Register
MTU_MC63_ECCD   0xF0064F10          MC 63 Memory ECC Detection Register
MTU_MC63_ETRR0  0xF0064F12          MC 63 Error Tracking Register 0
MTU_MC63_ETRR1  0xF0064F14          MC 63 Error Tracking Register 1
MTU_MC63_ETRR2  0xF0064F16          MC 63 Error Tracking Register 2
MTU_MC63_ETRR3  0xF0064F18          MC 63 Error Tracking Register 3
MTU_MC63_ETRR4  0xF0064F1A          MC 63 Error Tracking Register 4
MTU_MC63_RDBFL0 0xF0064F60          MC 63 Read Data and Bit Flip Register 0
MTU_MC63_RDBFL1 0xF0064F62          MC 63 Read Data and Bit Flip Register 1
MTU_MC63_RDBFL2 0xF0064F64          MC 63 Read Data and Bit Flip Register 2
MTU_MC63_RDBFL3 0xF0064F66          MC 63 Read Data and Bit Flip Register 3
MTU_MC63_RDBFL4 0xF0064F68          MC 63 Read Data and Bit Flip Register 4
MTU_MC63_RDBFL5 0xF0064F6A          MC 63 Read Data and Bit Flip Register 5
MTU_MC63_RDBFL6 0xF0064F6C          MC 63 Read Data and Bit Flip Register 6
MTU_MC63_RDBFL7 0xF0064F6E          MC 63 Read Data and Bit Flip Register 7
MTU_MC63_RDBFL8 0xF0064F70          MC 63 Read Data and Bit Flip Register 8
MTU_MC63_RDBFL9 0xF0064F72          MC 63 Read Data and Bit Flip Register 9
MTU_MC63_RDBFL10 0xF0064F74          MC 63 Read Data and Bit Flip Register 10
MTU_MC63_RDBFL11 0xF0064F76          MC 63 Read Data and Bit Flip Register 11
MTU_MC63_RDBFL12 0xF0064F78          MC 63 Read Data and Bit Flip Register 12
MTU_MC63_RDBFL13 0xF0064F7A          MC 63 Read Data and Bit Flip Register 13
MTU_MC63_RDBFL14 0xF0064F7C          MC 63 Read Data and Bit Flip Register 14
MTU_MC63_RDBFL15 0xF0064F7E          MC 63 Read Data and Bit Flip Register 15
MTU_MC63_RDBFL16 0xF0064F80          MC 63 Read Data and Bit Flip Register 16
MTU_MC63_RDBFL17 0xF0064F82          MC 63 Read Data and Bit Flip Register 17
MTU_MC63_RDBFL18 0xF0064F84          MC 63 Read Data and Bit Flip Register 18
MTU_MC63_RDBFL19 0xF0064F86          MC 63 Read Data and Bit Flip Register 19
MTU_MC63_RDBFL20 0xF0064F88          MC 63 Read Data and Bit Flip Register 20
MTU_MC63_RDBFL21 0xF0064F8A          MC 63 Read Data and Bit Flip Register 21
MTU_MC63_RDBFL22 0xF0064F8C          MC 63 Read Data and Bit Flip Register 22
MTU_MC63_RDBFL23 0xF0064F8E          MC 63 Read Data and Bit Flip Register 23
MTU_MC63_RDBFL24 0xF0064F90          MC 63 Read Data and Bit Flip Register 24
MTU_MC63_RDBFL25 0xF0064F92          MC 63 Read Data and Bit Flip Register 25
MTU_MC63_RDBFL26 0xF0064F94          MC 63 Read Data and Bit Flip Register 26
MTU_MC63_RDBFL27 0xF0064F96          MC 63 Read Data and Bit Flip Register 27
MTU_MC63_RDBFL28 0xF0064F98          MC 63 Read Data and Bit Flip Register 28
MTU_MC63_RDBFL29 0xF0064F9A          MC 63 Read Data and Bit Flip Register 29
MTU_MC63_RDBFL30 0xF0064F9C          MC 63 Read Data and Bit Flip Register 30
MTU_MC63_RDBFL31 0xF0064F9E          MC 63 Read Data and Bit Flip Register 31
MTU_MC63_RDBFL32 0xF0064FA0          MC 63 Read Data and Bit Flip Register 32
MTU_MC63_RDBFL33 0xF0064FA2          MC 63 Read Data and Bit Flip Register 33
MTU_MC63_RDBFL34 0xF0064FA4          MC 63 Read Data and Bit Flip Register 34
MTU_MC63_RDBFL35 0xF0064FA6          MC 63 Read Data and Bit Flip Register 35
MTU_MC63_RDBFL36 0xF0064FA8          MC 63 Read Data and Bit Flip Register 36
MTU_MC63_RDBFL37 0xF0064FAA          MC 63 Read Data and Bit Flip Register 37
MTU_MC63_RDBFL38 0xF0064FAC          MC 63 Read Data and Bit Flip Register 38
MTU_MC63_RDBFL39 0xF0064FAE          MC 63 Read Data and Bit Flip Register 39
MTU_MC63_RDBFL40 0xF0064FB0          MC 63 Read Data and Bit Flip Register 40
MTU_MC63_RDBFL41 0xF0064FB2          MC 63 Read Data and Bit Flip Register 41
MTU_MC63_RDBFL42 0xF0064FB4          MC 63 Read Data and Bit Flip Register 42
MTU_MC63_RDBFL43 0xF0064FB6          MC 63 Read Data and Bit Flip Register 43
MTU_MC63_RDBFL44 0xF0064FB8          MC 63 Read Data and Bit Flip Register 44
MTU_MC63_RDBFL45 0xF0064FBA          MC 63 Read Data and Bit Flip Register 45
MTU_MC63_RDBFL46 0xF0064FBC          MC 63 Read Data and Bit Flip Register 46
MTU_MC63_RDBFL47 0xF0064FBE          MC 63 Read Data and Bit Flip Register 47
MTU_MC63_RDBFL48 0xF0064FC0          MC 63 Read Data and Bit Flip Register 48
MTU_MC63_RDBFL49 0xF0064FC2          MC 63 Read Data and Bit Flip Register 49
MTU_MC63_RDBFL50 0xF0064FC4          MC 63 Read Data and Bit Flip Register 50
MTU_MC63_RDBFL51 0xF0064FC6          MC 63 Read Data and Bit Flip Register 51
MTU_MC63_RDBFL52 0xF0064FC8          MC 63 Read Data and Bit Flip Register 52
MTU_MC63_RDBFL53 0xF0064FCA          MC 63 Read Data and Bit Flip Register 53
MTU_MC63_RDBFL54 0xF0064FCC          MC 63 Read Data and Bit Flip Register 54
MTU_MC63_RDBFL55 0xF0064FCE          MC 63 Read Data and Bit Flip Register 55
MTU_MC63_RDBFL56 0xF0064FD0          MC 63 Read Data and Bit Flip Register 56
MTU_MC63_RDBFL57 0xF0064FD2          MC 63 Read Data and Bit Flip Register 57
MTU_MC63_RDBFL58 0xF0064FD4          MC 63 Read Data and Bit Flip Register 58
MTU_MC63_RDBFL59 0xF0064FD6          MC 63 Read Data and Bit Flip Register 59
MTU_MC63_RDBFL60 0xF0064FD8          MC 63 Read Data and Bit Flip Register 60
MTU_MC63_RDBFL61 0xF0064FDA          MC 63 Read Data and Bit Flip Register 61
MTU_MC63_RDBFL62 0xF0064FDC          MC 63 Read Data and Bit Flip Register 62
MTU_MC63_RDBFL63 0xF0064FDE          MC 63 Read Data and Bit Flip Register 63
MTU_MC63_RDBFL64 0xF0064FE0          MC 63 Read Data and Bit Flip Register 64
MTU_MC63_RDBFL65 0xF0064FE2          MC 63 Read Data and Bit Flip Register 65
MTU_MC63_RDBFL66 0xF0064FE4          MC 63 Read Data and Bit Flip Register 66
MTU_MC63_ALMSRCS 0xF0064FEE          MC 63 Alarm Sources Configuration Register
MTU_MC63_FAULTSTS 0xF0064FF0          MC 63 SSH Safety Faults Status Register
MTU_MC63_ERRINFO0 0xF0064FF2          MC 63 Error Information Register 0
MTU_MC63_ERRINFO1 0xF0064FF4          MC 63 Error Information Register 1
MTU_MC63_ERRINFO2 0xF0064FF6          MC 63 Error Information Register 2
MTU_MC63_ERRINFO3 0xF0064FF8          MC 63 Error Information Register 3
MTU_MC63_ERRINFO4 0xF0064FFA          MC 63 Error Information Register 4
MTU_MC64_CONFIG0 0xF0065000          MC 64 Configuration Register 0
MTU_MC64_CONFIG1 0xF0065002          MC 64 Configuration Register 1
MTU_MC64_MCONTROL 0xF0065004          MC 64 MBIST Control Register
MTU_MC64_MSTATUS 0xF0065006          MC 64 Status Register
MTU_MC64_RANGE  0xF0065008          MC 64 Range Register, single address mode
MTU_MC64_REVID  0xF006500C          MC 64 Revision ID Register
MTU_MC64_ECCS   0xF006500E          MC 64 ECC Safety Register
MTU_MC64_ECCD   0xF0065010          MC 64 Memory ECC Detection Register
MTU_MC64_ETRR0  0xF0065012          MC 64 Error Tracking Register 0
MTU_MC64_ETRR1  0xF0065014          MC 64 Error Tracking Register 1
MTU_MC64_ETRR2  0xF0065016          MC 64 Error Tracking Register 2
MTU_MC64_ETRR3  0xF0065018          MC 64 Error Tracking Register 3
MTU_MC64_ETRR4  0xF006501A          MC 64 Error Tracking Register 4
MTU_MC64_RDBFL0 0xF0065060          MC 64 Read Data and Bit Flip Register 0
MTU_MC64_RDBFL1 0xF0065062          MC 64 Read Data and Bit Flip Register 1
MTU_MC64_RDBFL2 0xF0065064          MC 64 Read Data and Bit Flip Register 2
MTU_MC64_RDBFL3 0xF0065066          MC 64 Read Data and Bit Flip Register 3
MTU_MC64_RDBFL4 0xF0065068          MC 64 Read Data and Bit Flip Register 4
MTU_MC64_RDBFL5 0xF006506A          MC 64 Read Data and Bit Flip Register 5
MTU_MC64_RDBFL6 0xF006506C          MC 64 Read Data and Bit Flip Register 6
MTU_MC64_RDBFL7 0xF006506E          MC 64 Read Data and Bit Flip Register 7
MTU_MC64_RDBFL8 0xF0065070          MC 64 Read Data and Bit Flip Register 8
MTU_MC64_RDBFL9 0xF0065072          MC 64 Read Data and Bit Flip Register 9
MTU_MC64_RDBFL10 0xF0065074          MC 64 Read Data and Bit Flip Register 10
MTU_MC64_RDBFL11 0xF0065076          MC 64 Read Data and Bit Flip Register 11
MTU_MC64_RDBFL12 0xF0065078          MC 64 Read Data and Bit Flip Register 12
MTU_MC64_RDBFL13 0xF006507A          MC 64 Read Data and Bit Flip Register 13
MTU_MC64_RDBFL14 0xF006507C          MC 64 Read Data and Bit Flip Register 14
MTU_MC64_RDBFL15 0xF006507E          MC 64 Read Data and Bit Flip Register 15
MTU_MC64_RDBFL16 0xF0065080          MC 64 Read Data and Bit Flip Register 16
MTU_MC64_RDBFL17 0xF0065082          MC 64 Read Data and Bit Flip Register 17
MTU_MC64_RDBFL18 0xF0065084          MC 64 Read Data and Bit Flip Register 18
MTU_MC64_RDBFL19 0xF0065086          MC 64 Read Data and Bit Flip Register 19
MTU_MC64_RDBFL20 0xF0065088          MC 64 Read Data and Bit Flip Register 20
MTU_MC64_RDBFL21 0xF006508A          MC 64 Read Data and Bit Flip Register 21
MTU_MC64_RDBFL22 0xF006508C          MC 64 Read Data and Bit Flip Register 22
MTU_MC64_RDBFL23 0xF006508E          MC 64 Read Data and Bit Flip Register 23
MTU_MC64_RDBFL24 0xF0065090          MC 64 Read Data and Bit Flip Register 24
MTU_MC64_RDBFL25 0xF0065092          MC 64 Read Data and Bit Flip Register 25
MTU_MC64_RDBFL26 0xF0065094          MC 64 Read Data and Bit Flip Register 26
MTU_MC64_RDBFL27 0xF0065096          MC 64 Read Data and Bit Flip Register 27
MTU_MC64_RDBFL28 0xF0065098          MC 64 Read Data and Bit Flip Register 28
MTU_MC64_RDBFL29 0xF006509A          MC 64 Read Data and Bit Flip Register 29
MTU_MC64_RDBFL30 0xF006509C          MC 64 Read Data and Bit Flip Register 30
MTU_MC64_RDBFL31 0xF006509E          MC 64 Read Data and Bit Flip Register 31
MTU_MC64_RDBFL32 0xF00650A0          MC 64 Read Data and Bit Flip Register 32
MTU_MC64_RDBFL33 0xF00650A2          MC 64 Read Data and Bit Flip Register 33
MTU_MC64_RDBFL34 0xF00650A4          MC 64 Read Data and Bit Flip Register 34
MTU_MC64_RDBFL35 0xF00650A6          MC 64 Read Data and Bit Flip Register 35
MTU_MC64_RDBFL36 0xF00650A8          MC 64 Read Data and Bit Flip Register 36
MTU_MC64_RDBFL37 0xF00650AA          MC 64 Read Data and Bit Flip Register 37
MTU_MC64_RDBFL38 0xF00650AC          MC 64 Read Data and Bit Flip Register 38
MTU_MC64_RDBFL39 0xF00650AE          MC 64 Read Data and Bit Flip Register 39
MTU_MC64_RDBFL40 0xF00650B0          MC 64 Read Data and Bit Flip Register 40
MTU_MC64_RDBFL41 0xF00650B2          MC 64 Read Data and Bit Flip Register 41
MTU_MC64_RDBFL42 0xF00650B4          MC 64 Read Data and Bit Flip Register 42
MTU_MC64_RDBFL43 0xF00650B6          MC 64 Read Data and Bit Flip Register 43
MTU_MC64_RDBFL44 0xF00650B8          MC 64 Read Data and Bit Flip Register 44
MTU_MC64_RDBFL45 0xF00650BA          MC 64 Read Data and Bit Flip Register 45
MTU_MC64_RDBFL46 0xF00650BC          MC 64 Read Data and Bit Flip Register 46
MTU_MC64_RDBFL47 0xF00650BE          MC 64 Read Data and Bit Flip Register 47
MTU_MC64_RDBFL48 0xF00650C0          MC 64 Read Data and Bit Flip Register 48
MTU_MC64_RDBFL49 0xF00650C2          MC 64 Read Data and Bit Flip Register 49
MTU_MC64_RDBFL50 0xF00650C4          MC 64 Read Data and Bit Flip Register 50
MTU_MC64_RDBFL51 0xF00650C6          MC 64 Read Data and Bit Flip Register 51
MTU_MC64_RDBFL52 0xF00650C8          MC 64 Read Data and Bit Flip Register 52
MTU_MC64_RDBFL53 0xF00650CA          MC 64 Read Data and Bit Flip Register 53
MTU_MC64_RDBFL54 0xF00650CC          MC 64 Read Data and Bit Flip Register 54
MTU_MC64_RDBFL55 0xF00650CE          MC 64 Read Data and Bit Flip Register 55
MTU_MC64_RDBFL56 0xF00650D0          MC 64 Read Data and Bit Flip Register 56
MTU_MC64_RDBFL57 0xF00650D2          MC 64 Read Data and Bit Flip Register 57
MTU_MC64_RDBFL58 0xF00650D4          MC 64 Read Data and Bit Flip Register 58
MTU_MC64_RDBFL59 0xF00650D6          MC 64 Read Data and Bit Flip Register 59
MTU_MC64_RDBFL60 0xF00650D8          MC 64 Read Data and Bit Flip Register 60
MTU_MC64_RDBFL61 0xF00650DA          MC 64 Read Data and Bit Flip Register 61
MTU_MC64_RDBFL62 0xF00650DC          MC 64 Read Data and Bit Flip Register 62
MTU_MC64_RDBFL63 0xF00650DE          MC 64 Read Data and Bit Flip Register 63
MTU_MC64_RDBFL64 0xF00650E0          MC 64 Read Data and Bit Flip Register 64
MTU_MC64_RDBFL65 0xF00650E2          MC 64 Read Data and Bit Flip Register 65
MTU_MC64_RDBFL66 0xF00650E4          MC 64 Read Data and Bit Flip Register 66
MTU_MC64_ALMSRCS 0xF00650EE          MC 64 Alarm Sources Configuration Register
MTU_MC64_FAULTSTS 0xF00650F0          MC 64 SSH Safety Faults Status Register
MTU_MC64_ERRINFO0 0xF00650F2          MC 64 Error Information Register 0
MTU_MC64_ERRINFO1 0xF00650F4          MC 64 Error Information Register 1
MTU_MC64_ERRINFO2 0xF00650F6          MC 64 Error Information Register 2
MTU_MC64_ERRINFO3 0xF00650F8          MC 64 Error Information Register 3
MTU_MC64_ERRINFO4 0xF00650FA          MC 64 Error Information Register 4
MTU_MC65_CONFIG0 0xF0065100          MC 65 Configuration Register 0
MTU_MC65_CONFIG1 0xF0065102          MC 65 Configuration Register 1
MTU_MC65_MCONTROL 0xF0065104          MC 65 MBIST Control Register
MTU_MC65_MSTATUS 0xF0065106          MC 65 Status Register
MTU_MC65_RANGE  0xF0065108          MC 65 Range Register, single address mode
MTU_MC65_REVID  0xF006510C          MC 65 Revision ID Register
MTU_MC65_ECCS   0xF006510E          MC 65 ECC Safety Register
MTU_MC65_ECCD   0xF0065110          MC 65 Memory ECC Detection Register
MTU_MC65_ETRR0  0xF0065112          MC 65 Error Tracking Register 0
MTU_MC65_ETRR1  0xF0065114          MC 65 Error Tracking Register 1
MTU_MC65_ETRR2  0xF0065116          MC 65 Error Tracking Register 2
MTU_MC65_ETRR3  0xF0065118          MC 65 Error Tracking Register 3
MTU_MC65_ETRR4  0xF006511A          MC 65 Error Tracking Register 4
MTU_MC65_RDBFL0 0xF0065160          MC 65 Read Data and Bit Flip Register 0
MTU_MC65_RDBFL1 0xF0065162          MC 65 Read Data and Bit Flip Register 1
MTU_MC65_RDBFL2 0xF0065164          MC 65 Read Data and Bit Flip Register 2
MTU_MC65_RDBFL3 0xF0065166          MC 65 Read Data and Bit Flip Register 3
MTU_MC65_RDBFL4 0xF0065168          MC 65 Read Data and Bit Flip Register 4
MTU_MC65_RDBFL5 0xF006516A          MC 65 Read Data and Bit Flip Register 5
MTU_MC65_RDBFL6 0xF006516C          MC 65 Read Data and Bit Flip Register 6
MTU_MC65_RDBFL7 0xF006516E          MC 65 Read Data and Bit Flip Register 7
MTU_MC65_RDBFL8 0xF0065170          MC 65 Read Data and Bit Flip Register 8
MTU_MC65_RDBFL9 0xF0065172          MC 65 Read Data and Bit Flip Register 9
MTU_MC65_RDBFL10 0xF0065174          MC 65 Read Data and Bit Flip Register 10
MTU_MC65_RDBFL11 0xF0065176          MC 65 Read Data and Bit Flip Register 11
MTU_MC65_RDBFL12 0xF0065178          MC 65 Read Data and Bit Flip Register 12
MTU_MC65_RDBFL13 0xF006517A          MC 65 Read Data and Bit Flip Register 13
MTU_MC65_RDBFL14 0xF006517C          MC 65 Read Data and Bit Flip Register 14
MTU_MC65_RDBFL15 0xF006517E          MC 65 Read Data and Bit Flip Register 15
MTU_MC65_RDBFL16 0xF0065180          MC 65 Read Data and Bit Flip Register 16
MTU_MC65_RDBFL17 0xF0065182          MC 65 Read Data and Bit Flip Register 17
MTU_MC65_RDBFL18 0xF0065184          MC 65 Read Data and Bit Flip Register 18
MTU_MC65_RDBFL19 0xF0065186          MC 65 Read Data and Bit Flip Register 19
MTU_MC65_RDBFL20 0xF0065188          MC 65 Read Data and Bit Flip Register 20
MTU_MC65_RDBFL21 0xF006518A          MC 65 Read Data and Bit Flip Register 21
MTU_MC65_RDBFL22 0xF006518C          MC 65 Read Data and Bit Flip Register 22
MTU_MC65_RDBFL23 0xF006518E          MC 65 Read Data and Bit Flip Register 23
MTU_MC65_RDBFL24 0xF0065190          MC 65 Read Data and Bit Flip Register 24
MTU_MC65_RDBFL25 0xF0065192          MC 65 Read Data and Bit Flip Register 25
MTU_MC65_RDBFL26 0xF0065194          MC 65 Read Data and Bit Flip Register 26
MTU_MC65_RDBFL27 0xF0065196          MC 65 Read Data and Bit Flip Register 27
MTU_MC65_RDBFL28 0xF0065198          MC 65 Read Data and Bit Flip Register 28
MTU_MC65_RDBFL29 0xF006519A          MC 65 Read Data and Bit Flip Register 29
MTU_MC65_RDBFL30 0xF006519C          MC 65 Read Data and Bit Flip Register 30
MTU_MC65_RDBFL31 0xF006519E          MC 65 Read Data and Bit Flip Register 31
MTU_MC65_RDBFL32 0xF00651A0          MC 65 Read Data and Bit Flip Register 32
MTU_MC65_RDBFL33 0xF00651A2          MC 65 Read Data and Bit Flip Register 33
MTU_MC65_RDBFL34 0xF00651A4          MC 65 Read Data and Bit Flip Register 34
MTU_MC65_RDBFL35 0xF00651A6          MC 65 Read Data and Bit Flip Register 35
MTU_MC65_RDBFL36 0xF00651A8          MC 65 Read Data and Bit Flip Register 36
MTU_MC65_RDBFL37 0xF00651AA          MC 65 Read Data and Bit Flip Register 37
MTU_MC65_RDBFL38 0xF00651AC          MC 65 Read Data and Bit Flip Register 38
MTU_MC65_RDBFL39 0xF00651AE          MC 65 Read Data and Bit Flip Register 39
MTU_MC65_RDBFL40 0xF00651B0          MC 65 Read Data and Bit Flip Register 40
MTU_MC65_RDBFL41 0xF00651B2          MC 65 Read Data and Bit Flip Register 41
MTU_MC65_RDBFL42 0xF00651B4          MC 65 Read Data and Bit Flip Register 42
MTU_MC65_RDBFL43 0xF00651B6          MC 65 Read Data and Bit Flip Register 43
MTU_MC65_RDBFL44 0xF00651B8          MC 65 Read Data and Bit Flip Register 44
MTU_MC65_RDBFL45 0xF00651BA          MC 65 Read Data and Bit Flip Register 45
MTU_MC65_RDBFL46 0xF00651BC          MC 65 Read Data and Bit Flip Register 46
MTU_MC65_RDBFL47 0xF00651BE          MC 65 Read Data and Bit Flip Register 47
MTU_MC65_RDBFL48 0xF00651C0          MC 65 Read Data and Bit Flip Register 48
MTU_MC65_RDBFL49 0xF00651C2          MC 65 Read Data and Bit Flip Register 49
MTU_MC65_RDBFL50 0xF00651C4          MC 65 Read Data and Bit Flip Register 50
MTU_MC65_RDBFL51 0xF00651C6          MC 65 Read Data and Bit Flip Register 51
MTU_MC65_RDBFL52 0xF00651C8          MC 65 Read Data and Bit Flip Register 52
MTU_MC65_RDBFL53 0xF00651CA          MC 65 Read Data and Bit Flip Register 53
MTU_MC65_RDBFL54 0xF00651CC          MC 65 Read Data and Bit Flip Register 54
MTU_MC65_RDBFL55 0xF00651CE          MC 65 Read Data and Bit Flip Register 55
MTU_MC65_RDBFL56 0xF00651D0          MC 65 Read Data and Bit Flip Register 56
MTU_MC65_RDBFL57 0xF00651D2          MC 65 Read Data and Bit Flip Register 57
MTU_MC65_RDBFL58 0xF00651D4          MC 65 Read Data and Bit Flip Register 58
MTU_MC65_RDBFL59 0xF00651D6          MC 65 Read Data and Bit Flip Register 59
MTU_MC65_RDBFL60 0xF00651D8          MC 65 Read Data and Bit Flip Register 60
MTU_MC65_RDBFL61 0xF00651DA          MC 65 Read Data and Bit Flip Register 61
MTU_MC65_RDBFL62 0xF00651DC          MC 65 Read Data and Bit Flip Register 62
MTU_MC65_RDBFL63 0xF00651DE          MC 65 Read Data and Bit Flip Register 63
MTU_MC65_RDBFL64 0xF00651E0          MC 65 Read Data and Bit Flip Register 64
MTU_MC65_RDBFL65 0xF00651E2          MC 65 Read Data and Bit Flip Register 65
MTU_MC65_RDBFL66 0xF00651E4          MC 65 Read Data and Bit Flip Register 66
MTU_MC65_ALMSRCS 0xF00651EE          MC 65 Alarm Sources Configuration Register
MTU_MC65_FAULTSTS 0xF00651F0          MC 65 SSH Safety Faults Status Register
MTU_MC65_ERRINFO0 0xF00651F2          MC 65 Error Information Register 0
MTU_MC65_ERRINFO1 0xF00651F4          MC 65 Error Information Register 1
MTU_MC65_ERRINFO2 0xF00651F6          MC 65 Error Information Register 2
MTU_MC65_ERRINFO3 0xF00651F8          MC 65 Error Information Register 3
MTU_MC65_ERRINFO4 0xF00651FA          MC 65 Error Information Register 4
MTU_MC66_CONFIG0 0xF0065200          MC 66 Configuration Register 0
MTU_MC66_CONFIG1 0xF0065202          MC 66 Configuration Register 1
MTU_MC66_MCONTROL 0xF0065204          MC 66 MBIST Control Register
MTU_MC66_MSTATUS 0xF0065206          MC 66 Status Register
MTU_MC66_RANGE  0xF0065208          MC 66 Range Register, single address mode
MTU_MC66_REVID  0xF006520C          MC 66 Revision ID Register
MTU_MC66_ECCS   0xF006520E          MC 66 ECC Safety Register
MTU_MC66_ECCD   0xF0065210          MC 66 Memory ECC Detection Register
MTU_MC66_ETRR0  0xF0065212          MC 66 Error Tracking Register 0
MTU_MC66_ETRR1  0xF0065214          MC 66 Error Tracking Register 1
MTU_MC66_ETRR2  0xF0065216          MC 66 Error Tracking Register 2
MTU_MC66_ETRR3  0xF0065218          MC 66 Error Tracking Register 3
MTU_MC66_ETRR4  0xF006521A          MC 66 Error Tracking Register 4
MTU_MC66_RDBFL0 0xF0065260          MC 66 Read Data and Bit Flip Register 0
MTU_MC66_RDBFL1 0xF0065262          MC 66 Read Data and Bit Flip Register 1
MTU_MC66_RDBFL2 0xF0065264          MC 66 Read Data and Bit Flip Register 2
MTU_MC66_RDBFL3 0xF0065266          MC 66 Read Data and Bit Flip Register 3
MTU_MC66_RDBFL4 0xF0065268          MC 66 Read Data and Bit Flip Register 4
MTU_MC66_RDBFL5 0xF006526A          MC 66 Read Data and Bit Flip Register 5
MTU_MC66_RDBFL6 0xF006526C          MC 66 Read Data and Bit Flip Register 6
MTU_MC66_RDBFL7 0xF006526E          MC 66 Read Data and Bit Flip Register 7
MTU_MC66_RDBFL8 0xF0065270          MC 66 Read Data and Bit Flip Register 8
MTU_MC66_RDBFL9 0xF0065272          MC 66 Read Data and Bit Flip Register 9
MTU_MC66_RDBFL10 0xF0065274          MC 66 Read Data and Bit Flip Register 10
MTU_MC66_RDBFL11 0xF0065276          MC 66 Read Data and Bit Flip Register 11
MTU_MC66_RDBFL12 0xF0065278          MC 66 Read Data and Bit Flip Register 12
MTU_MC66_RDBFL13 0xF006527A          MC 66 Read Data and Bit Flip Register 13
MTU_MC66_RDBFL14 0xF006527C          MC 66 Read Data and Bit Flip Register 14
MTU_MC66_RDBFL15 0xF006527E          MC 66 Read Data and Bit Flip Register 15
MTU_MC66_RDBFL16 0xF0065280          MC 66 Read Data and Bit Flip Register 16
MTU_MC66_RDBFL17 0xF0065282          MC 66 Read Data and Bit Flip Register 17
MTU_MC66_RDBFL18 0xF0065284          MC 66 Read Data and Bit Flip Register 18
MTU_MC66_RDBFL19 0xF0065286          MC 66 Read Data and Bit Flip Register 19
MTU_MC66_RDBFL20 0xF0065288          MC 66 Read Data and Bit Flip Register 20
MTU_MC66_RDBFL21 0xF006528A          MC 66 Read Data and Bit Flip Register 21
MTU_MC66_RDBFL22 0xF006528C          MC 66 Read Data and Bit Flip Register 22
MTU_MC66_RDBFL23 0xF006528E          MC 66 Read Data and Bit Flip Register 23
MTU_MC66_RDBFL24 0xF0065290          MC 66 Read Data and Bit Flip Register 24
MTU_MC66_RDBFL25 0xF0065292          MC 66 Read Data and Bit Flip Register 25
MTU_MC66_RDBFL26 0xF0065294          MC 66 Read Data and Bit Flip Register 26
MTU_MC66_RDBFL27 0xF0065296          MC 66 Read Data and Bit Flip Register 27
MTU_MC66_RDBFL28 0xF0065298          MC 66 Read Data and Bit Flip Register 28
MTU_MC66_RDBFL29 0xF006529A          MC 66 Read Data and Bit Flip Register 29
MTU_MC66_RDBFL30 0xF006529C          MC 66 Read Data and Bit Flip Register 30
MTU_MC66_RDBFL31 0xF006529E          MC 66 Read Data and Bit Flip Register 31
MTU_MC66_RDBFL32 0xF00652A0          MC 66 Read Data and Bit Flip Register 32
MTU_MC66_RDBFL33 0xF00652A2          MC 66 Read Data and Bit Flip Register 33
MTU_MC66_RDBFL34 0xF00652A4          MC 66 Read Data and Bit Flip Register 34
MTU_MC66_RDBFL35 0xF00652A6          MC 66 Read Data and Bit Flip Register 35
MTU_MC66_RDBFL36 0xF00652A8          MC 66 Read Data and Bit Flip Register 36
MTU_MC66_RDBFL37 0xF00652AA          MC 66 Read Data and Bit Flip Register 37
MTU_MC66_RDBFL38 0xF00652AC          MC 66 Read Data and Bit Flip Register 38
MTU_MC66_RDBFL39 0xF00652AE          MC 66 Read Data and Bit Flip Register 39
MTU_MC66_RDBFL40 0xF00652B0          MC 66 Read Data and Bit Flip Register 40
MTU_MC66_RDBFL41 0xF00652B2          MC 66 Read Data and Bit Flip Register 41
MTU_MC66_RDBFL42 0xF00652B4          MC 66 Read Data and Bit Flip Register 42
MTU_MC66_RDBFL43 0xF00652B6          MC 66 Read Data and Bit Flip Register 43
MTU_MC66_RDBFL44 0xF00652B8          MC 66 Read Data and Bit Flip Register 44
MTU_MC66_RDBFL45 0xF00652BA          MC 66 Read Data and Bit Flip Register 45
MTU_MC66_RDBFL46 0xF00652BC          MC 66 Read Data and Bit Flip Register 46
MTU_MC66_RDBFL47 0xF00652BE          MC 66 Read Data and Bit Flip Register 47
MTU_MC66_RDBFL48 0xF00652C0          MC 66 Read Data and Bit Flip Register 48
MTU_MC66_RDBFL49 0xF00652C2          MC 66 Read Data and Bit Flip Register 49
MTU_MC66_RDBFL50 0xF00652C4          MC 66 Read Data and Bit Flip Register 50
MTU_MC66_RDBFL51 0xF00652C6          MC 66 Read Data and Bit Flip Register 51
MTU_MC66_RDBFL52 0xF00652C8          MC 66 Read Data and Bit Flip Register 52
MTU_MC66_RDBFL53 0xF00652CA          MC 66 Read Data and Bit Flip Register 53
MTU_MC66_RDBFL54 0xF00652CC          MC 66 Read Data and Bit Flip Register 54
MTU_MC66_RDBFL55 0xF00652CE          MC 66 Read Data and Bit Flip Register 55
MTU_MC66_RDBFL56 0xF00652D0          MC 66 Read Data and Bit Flip Register 56
MTU_MC66_RDBFL57 0xF00652D2          MC 66 Read Data and Bit Flip Register 57
MTU_MC66_RDBFL58 0xF00652D4          MC 66 Read Data and Bit Flip Register 58
MTU_MC66_RDBFL59 0xF00652D6          MC 66 Read Data and Bit Flip Register 59
MTU_MC66_RDBFL60 0xF00652D8          MC 66 Read Data and Bit Flip Register 60
MTU_MC66_RDBFL61 0xF00652DA          MC 66 Read Data and Bit Flip Register 61
MTU_MC66_RDBFL62 0xF00652DC          MC 66 Read Data and Bit Flip Register 62
MTU_MC66_RDBFL63 0xF00652DE          MC 66 Read Data and Bit Flip Register 63
MTU_MC66_RDBFL64 0xF00652E0          MC 66 Read Data and Bit Flip Register 64
MTU_MC66_RDBFL65 0xF00652E2          MC 66 Read Data and Bit Flip Register 65
MTU_MC66_RDBFL66 0xF00652E4          MC 66 Read Data and Bit Flip Register 66
MTU_MC66_ALMSRCS 0xF00652EE          MC 66 Alarm Sources Configuration Register
MTU_MC66_FAULTSTS 0xF00652F0          MC 66 SSH Safety Faults Status Register
MTU_MC66_ERRINFO0 0xF00652F2          MC 66 Error Information Register 0
MTU_MC66_ERRINFO1 0xF00652F4          MC 66 Error Information Register 1
MTU_MC66_ERRINFO2 0xF00652F6          MC 66 Error Information Register 2
MTU_MC66_ERRINFO3 0xF00652F8          MC 66 Error Information Register 3
MTU_MC66_ERRINFO4 0xF00652FA          MC 66 Error Information Register 4
MTU_MC67_CONFIG0 0xF0065300          MC 67 Configuration Register 0
MTU_MC67_CONFIG1 0xF0065302          MC 67 Configuration Register 1
MTU_MC67_MCONTROL 0xF0065304          MC 67 MBIST Control Register
MTU_MC67_MSTATUS 0xF0065306          MC 67 Status Register
MTU_MC67_RANGE  0xF0065308          MC 67 Range Register, single address mode
MTU_MC67_REVID  0xF006530C          MC 67 Revision ID Register
MTU_MC67_ECCS   0xF006530E          MC 67 ECC Safety Register
MTU_MC67_ECCD   0xF0065310          MC 67 Memory ECC Detection Register
MTU_MC67_ETRR0  0xF0065312          MC 67 Error Tracking Register 0
MTU_MC67_ETRR1  0xF0065314          MC 67 Error Tracking Register 1
MTU_MC67_ETRR2  0xF0065316          MC 67 Error Tracking Register 2
MTU_MC67_ETRR3  0xF0065318          MC 67 Error Tracking Register 3
MTU_MC67_ETRR4  0xF006531A          MC 67 Error Tracking Register 4
MTU_MC67_RDBFL0 0xF0065360          MC 67 Read Data and Bit Flip Register 0
MTU_MC67_RDBFL1 0xF0065362          MC 67 Read Data and Bit Flip Register 1
MTU_MC67_RDBFL2 0xF0065364          MC 67 Read Data and Bit Flip Register 2
MTU_MC67_RDBFL3 0xF0065366          MC 67 Read Data and Bit Flip Register 3
MTU_MC67_RDBFL4 0xF0065368          MC 67 Read Data and Bit Flip Register 4
MTU_MC67_RDBFL5 0xF006536A          MC 67 Read Data and Bit Flip Register 5
MTU_MC67_RDBFL6 0xF006536C          MC 67 Read Data and Bit Flip Register 6
MTU_MC67_RDBFL7 0xF006536E          MC 67 Read Data and Bit Flip Register 7
MTU_MC67_RDBFL8 0xF0065370          MC 67 Read Data and Bit Flip Register 8
MTU_MC67_RDBFL9 0xF0065372          MC 67 Read Data and Bit Flip Register 9
MTU_MC67_RDBFL10 0xF0065374          MC 67 Read Data and Bit Flip Register 10
MTU_MC67_RDBFL11 0xF0065376          MC 67 Read Data and Bit Flip Register 11
MTU_MC67_RDBFL12 0xF0065378          MC 67 Read Data and Bit Flip Register 12
MTU_MC67_RDBFL13 0xF006537A          MC 67 Read Data and Bit Flip Register 13
MTU_MC67_RDBFL14 0xF006537C          MC 67 Read Data and Bit Flip Register 14
MTU_MC67_RDBFL15 0xF006537E          MC 67 Read Data and Bit Flip Register 15
MTU_MC67_RDBFL16 0xF0065380          MC 67 Read Data and Bit Flip Register 16
MTU_MC67_RDBFL17 0xF0065382          MC 67 Read Data and Bit Flip Register 17
MTU_MC67_RDBFL18 0xF0065384          MC 67 Read Data and Bit Flip Register 18
MTU_MC67_RDBFL19 0xF0065386          MC 67 Read Data and Bit Flip Register 19
MTU_MC67_RDBFL20 0xF0065388          MC 67 Read Data and Bit Flip Register 20
MTU_MC67_RDBFL21 0xF006538A          MC 67 Read Data and Bit Flip Register 21
MTU_MC67_RDBFL22 0xF006538C          MC 67 Read Data and Bit Flip Register 22
MTU_MC67_RDBFL23 0xF006538E          MC 67 Read Data and Bit Flip Register 23
MTU_MC67_RDBFL24 0xF0065390          MC 67 Read Data and Bit Flip Register 24
MTU_MC67_RDBFL25 0xF0065392          MC 67 Read Data and Bit Flip Register 25
MTU_MC67_RDBFL26 0xF0065394          MC 67 Read Data and Bit Flip Register 26
MTU_MC67_RDBFL27 0xF0065396          MC 67 Read Data and Bit Flip Register 27
MTU_MC67_RDBFL28 0xF0065398          MC 67 Read Data and Bit Flip Register 28
MTU_MC67_RDBFL29 0xF006539A          MC 67 Read Data and Bit Flip Register 29
MTU_MC67_RDBFL30 0xF006539C          MC 67 Read Data and Bit Flip Register 30
MTU_MC67_RDBFL31 0xF006539E          MC 67 Read Data and Bit Flip Register 31
MTU_MC67_RDBFL32 0xF00653A0          MC 67 Read Data and Bit Flip Register 32
MTU_MC67_RDBFL33 0xF00653A2          MC 67 Read Data and Bit Flip Register 33
MTU_MC67_RDBFL34 0xF00653A4          MC 67 Read Data and Bit Flip Register 34
MTU_MC67_RDBFL35 0xF00653A6          MC 67 Read Data and Bit Flip Register 35
MTU_MC67_RDBFL36 0xF00653A8          MC 67 Read Data and Bit Flip Register 36
MTU_MC67_RDBFL37 0xF00653AA          MC 67 Read Data and Bit Flip Register 37
MTU_MC67_RDBFL38 0xF00653AC          MC 67 Read Data and Bit Flip Register 38
MTU_MC67_RDBFL39 0xF00653AE          MC 67 Read Data and Bit Flip Register 39
MTU_MC67_RDBFL40 0xF00653B0          MC 67 Read Data and Bit Flip Register 40
MTU_MC67_RDBFL41 0xF00653B2          MC 67 Read Data and Bit Flip Register 41
MTU_MC67_RDBFL42 0xF00653B4          MC 67 Read Data and Bit Flip Register 42
MTU_MC67_RDBFL43 0xF00653B6          MC 67 Read Data and Bit Flip Register 43
MTU_MC67_RDBFL44 0xF00653B8          MC 67 Read Data and Bit Flip Register 44
MTU_MC67_RDBFL45 0xF00653BA          MC 67 Read Data and Bit Flip Register 45
MTU_MC67_RDBFL46 0xF00653BC          MC 67 Read Data and Bit Flip Register 46
MTU_MC67_RDBFL47 0xF00653BE          MC 67 Read Data and Bit Flip Register 47
MTU_MC67_RDBFL48 0xF00653C0          MC 67 Read Data and Bit Flip Register 48
MTU_MC67_RDBFL49 0xF00653C2          MC 67 Read Data and Bit Flip Register 49
MTU_MC67_RDBFL50 0xF00653C4          MC 67 Read Data and Bit Flip Register 50
MTU_MC67_RDBFL51 0xF00653C6          MC 67 Read Data and Bit Flip Register 51
MTU_MC67_RDBFL52 0xF00653C8          MC 67 Read Data and Bit Flip Register 52
MTU_MC67_RDBFL53 0xF00653CA          MC 67 Read Data and Bit Flip Register 53
MTU_MC67_RDBFL54 0xF00653CC          MC 67 Read Data and Bit Flip Register 54
MTU_MC67_RDBFL55 0xF00653CE          MC 67 Read Data and Bit Flip Register 55
MTU_MC67_RDBFL56 0xF00653D0          MC 67 Read Data and Bit Flip Register 56
MTU_MC67_RDBFL57 0xF00653D2          MC 67 Read Data and Bit Flip Register 57
MTU_MC67_RDBFL58 0xF00653D4          MC 67 Read Data and Bit Flip Register 58
MTU_MC67_RDBFL59 0xF00653D6          MC 67 Read Data and Bit Flip Register 59
MTU_MC67_RDBFL60 0xF00653D8          MC 67 Read Data and Bit Flip Register 60
MTU_MC67_RDBFL61 0xF00653DA          MC 67 Read Data and Bit Flip Register 61
MTU_MC67_RDBFL62 0xF00653DC          MC 67 Read Data and Bit Flip Register 62
MTU_MC67_RDBFL63 0xF00653DE          MC 67 Read Data and Bit Flip Register 63
MTU_MC67_RDBFL64 0xF00653E0          MC 67 Read Data and Bit Flip Register 64
MTU_MC67_RDBFL65 0xF00653E2          MC 67 Read Data and Bit Flip Register 65
MTU_MC67_RDBFL66 0xF00653E4          MC 67 Read Data and Bit Flip Register 66
MTU_MC67_ALMSRCS 0xF00653EE          MC 67 Alarm Sources Configuration Register
MTU_MC67_FAULTSTS 0xF00653F0          MC 67 SSH Safety Faults Status Register
MTU_MC67_ERRINFO0 0xF00653F2          MC 67 Error Information Register 0
MTU_MC67_ERRINFO1 0xF00653F4          MC 67 Error Information Register 1
MTU_MC67_ERRINFO2 0xF00653F6          MC 67 Error Information Register 2
MTU_MC67_ERRINFO3 0xF00653F8          MC 67 Error Information Register 3
MTU_MC67_ERRINFO4 0xF00653FA          MC 67 Error Information Register 4
MTU_MC68_CONFIG0 0xF0065400          MC 68 Configuration Register 0
MTU_MC68_CONFIG1 0xF0065402          MC 68 Configuration Register 1
MTU_MC68_MCONTROL 0xF0065404          MC 68 MBIST Control Register
MTU_MC68_MSTATUS 0xF0065406          MC 68 Status Register
MTU_MC68_RANGE  0xF0065408          MC 68 Range Register, single address mode
MTU_MC68_REVID  0xF006540C          MC 68 Revision ID Register
MTU_MC68_ECCS   0xF006540E          MC 68 ECC Safety Register
MTU_MC68_ECCD   0xF0065410          MC 68 Memory ECC Detection Register
MTU_MC68_ETRR0  0xF0065412          MC 68 Error Tracking Register 0
MTU_MC68_ETRR1  0xF0065414          MC 68 Error Tracking Register 1
MTU_MC68_ETRR2  0xF0065416          MC 68 Error Tracking Register 2
MTU_MC68_ETRR3  0xF0065418          MC 68 Error Tracking Register 3
MTU_MC68_ETRR4  0xF006541A          MC 68 Error Tracking Register 4
MTU_MC68_RDBFL0 0xF0065460          MC 68 Read Data and Bit Flip Register 0
MTU_MC68_RDBFL1 0xF0065462          MC 68 Read Data and Bit Flip Register 1
MTU_MC68_RDBFL2 0xF0065464          MC 68 Read Data and Bit Flip Register 2
MTU_MC68_RDBFL3 0xF0065466          MC 68 Read Data and Bit Flip Register 3
MTU_MC68_RDBFL4 0xF0065468          MC 68 Read Data and Bit Flip Register 4
MTU_MC68_RDBFL5 0xF006546A          MC 68 Read Data and Bit Flip Register 5
MTU_MC68_RDBFL6 0xF006546C          MC 68 Read Data and Bit Flip Register 6
MTU_MC68_RDBFL7 0xF006546E          MC 68 Read Data and Bit Flip Register 7
MTU_MC68_RDBFL8 0xF0065470          MC 68 Read Data and Bit Flip Register 8
MTU_MC68_RDBFL9 0xF0065472          MC 68 Read Data and Bit Flip Register 9
MTU_MC68_RDBFL10 0xF0065474          MC 68 Read Data and Bit Flip Register 10
MTU_MC68_RDBFL11 0xF0065476          MC 68 Read Data and Bit Flip Register 11
MTU_MC68_RDBFL12 0xF0065478          MC 68 Read Data and Bit Flip Register 12
MTU_MC68_RDBFL13 0xF006547A          MC 68 Read Data and Bit Flip Register 13
MTU_MC68_RDBFL14 0xF006547C          MC 68 Read Data and Bit Flip Register 14
MTU_MC68_RDBFL15 0xF006547E          MC 68 Read Data and Bit Flip Register 15
MTU_MC68_RDBFL16 0xF0065480          MC 68 Read Data and Bit Flip Register 16
MTU_MC68_RDBFL17 0xF0065482          MC 68 Read Data and Bit Flip Register 17
MTU_MC68_RDBFL18 0xF0065484          MC 68 Read Data and Bit Flip Register 18
MTU_MC68_RDBFL19 0xF0065486          MC 68 Read Data and Bit Flip Register 19
MTU_MC68_RDBFL20 0xF0065488          MC 68 Read Data and Bit Flip Register 20
MTU_MC68_RDBFL21 0xF006548A          MC 68 Read Data and Bit Flip Register 21
MTU_MC68_RDBFL22 0xF006548C          MC 68 Read Data and Bit Flip Register 22
MTU_MC68_RDBFL23 0xF006548E          MC 68 Read Data and Bit Flip Register 23
MTU_MC68_RDBFL24 0xF0065490          MC 68 Read Data and Bit Flip Register 24
MTU_MC68_RDBFL25 0xF0065492          MC 68 Read Data and Bit Flip Register 25
MTU_MC68_RDBFL26 0xF0065494          MC 68 Read Data and Bit Flip Register 26
MTU_MC68_RDBFL27 0xF0065496          MC 68 Read Data and Bit Flip Register 27
MTU_MC68_RDBFL28 0xF0065498          MC 68 Read Data and Bit Flip Register 28
MTU_MC68_RDBFL29 0xF006549A          MC 68 Read Data and Bit Flip Register 29
MTU_MC68_RDBFL30 0xF006549C          MC 68 Read Data and Bit Flip Register 30
MTU_MC68_RDBFL31 0xF006549E          MC 68 Read Data and Bit Flip Register 31
MTU_MC68_RDBFL32 0xF00654A0          MC 68 Read Data and Bit Flip Register 32
MTU_MC68_RDBFL33 0xF00654A2          MC 68 Read Data and Bit Flip Register 33
MTU_MC68_RDBFL34 0xF00654A4          MC 68 Read Data and Bit Flip Register 34
MTU_MC68_RDBFL35 0xF00654A6          MC 68 Read Data and Bit Flip Register 35
MTU_MC68_RDBFL36 0xF00654A8          MC 68 Read Data and Bit Flip Register 36
MTU_MC68_RDBFL37 0xF00654AA          MC 68 Read Data and Bit Flip Register 37
MTU_MC68_RDBFL38 0xF00654AC          MC 68 Read Data and Bit Flip Register 38
MTU_MC68_RDBFL39 0xF00654AE          MC 68 Read Data and Bit Flip Register 39
MTU_MC68_RDBFL40 0xF00654B0          MC 68 Read Data and Bit Flip Register 40
MTU_MC68_RDBFL41 0xF00654B2          MC 68 Read Data and Bit Flip Register 41
MTU_MC68_RDBFL42 0xF00654B4          MC 68 Read Data and Bit Flip Register 42
MTU_MC68_RDBFL43 0xF00654B6          MC 68 Read Data and Bit Flip Register 43
MTU_MC68_RDBFL44 0xF00654B8          MC 68 Read Data and Bit Flip Register 44
MTU_MC68_RDBFL45 0xF00654BA          MC 68 Read Data and Bit Flip Register 45
MTU_MC68_RDBFL46 0xF00654BC          MC 68 Read Data and Bit Flip Register 46
MTU_MC68_RDBFL47 0xF00654BE          MC 68 Read Data and Bit Flip Register 47
MTU_MC68_RDBFL48 0xF00654C0          MC 68 Read Data and Bit Flip Register 48
MTU_MC68_RDBFL49 0xF00654C2          MC 68 Read Data and Bit Flip Register 49
MTU_MC68_RDBFL50 0xF00654C4          MC 68 Read Data and Bit Flip Register 50
MTU_MC68_RDBFL51 0xF00654C6          MC 68 Read Data and Bit Flip Register 51
MTU_MC68_RDBFL52 0xF00654C8          MC 68 Read Data and Bit Flip Register 52
MTU_MC68_RDBFL53 0xF00654CA          MC 68 Read Data and Bit Flip Register 53
MTU_MC68_RDBFL54 0xF00654CC          MC 68 Read Data and Bit Flip Register 54
MTU_MC68_RDBFL55 0xF00654CE          MC 68 Read Data and Bit Flip Register 55
MTU_MC68_RDBFL56 0xF00654D0          MC 68 Read Data and Bit Flip Register 56
MTU_MC68_RDBFL57 0xF00654D2          MC 68 Read Data and Bit Flip Register 57
MTU_MC68_RDBFL58 0xF00654D4          MC 68 Read Data and Bit Flip Register 58
MTU_MC68_RDBFL59 0xF00654D6          MC 68 Read Data and Bit Flip Register 59
MTU_MC68_RDBFL60 0xF00654D8          MC 68 Read Data and Bit Flip Register 60
MTU_MC68_RDBFL61 0xF00654DA          MC 68 Read Data and Bit Flip Register 61
MTU_MC68_RDBFL62 0xF00654DC          MC 68 Read Data and Bit Flip Register 62
MTU_MC68_RDBFL63 0xF00654DE          MC 68 Read Data and Bit Flip Register 63
MTU_MC68_RDBFL64 0xF00654E0          MC 68 Read Data and Bit Flip Register 64
MTU_MC68_RDBFL65 0xF00654E2          MC 68 Read Data and Bit Flip Register 65
MTU_MC68_RDBFL66 0xF00654E4          MC 68 Read Data and Bit Flip Register 66
MTU_MC68_ALMSRCS 0xF00654EE          MC 68 Alarm Sources Configuration Register
MTU_MC68_FAULTSTS 0xF00654F0          MC 68 SSH Safety Faults Status Register
MTU_MC68_ERRINFO0 0xF00654F2          MC 68 Error Information Register 0
MTU_MC68_ERRINFO1 0xF00654F4          MC 68 Error Information Register 1
MTU_MC68_ERRINFO2 0xF00654F6          MC 68 Error Information Register 2
MTU_MC68_ERRINFO3 0xF00654F8          MC 68 Error Information Register 3
MTU_MC68_ERRINFO4 0xF00654FA          MC 68 Error Information Register 4
MTU_MC69_CONFIG0 0xF0065500          MC 69 Configuration Register 0
MTU_MC69_CONFIG1 0xF0065502          MC 69 Configuration Register 1
MTU_MC69_MCONTROL 0xF0065504          MC 69 MBIST Control Register
MTU_MC69_MSTATUS 0xF0065506          MC 69 Status Register
MTU_MC69_RANGE  0xF0065508          MC 69 Range Register, single address mode
MTU_MC69_REVID  0xF006550C          MC 69 Revision ID Register
MTU_MC69_ECCS   0xF006550E          MC 69 ECC Safety Register
MTU_MC69_ECCD   0xF0065510          MC 69 Memory ECC Detection Register
MTU_MC69_ETRR0  0xF0065512          MC 69 Error Tracking Register 0
MTU_MC69_ETRR1  0xF0065514          MC 69 Error Tracking Register 1
MTU_MC69_ETRR2  0xF0065516          MC 69 Error Tracking Register 2
MTU_MC69_ETRR3  0xF0065518          MC 69 Error Tracking Register 3
MTU_MC69_ETRR4  0xF006551A          MC 69 Error Tracking Register 4
MTU_MC69_RDBFL0 0xF0065560          MC 69 Read Data and Bit Flip Register 0
MTU_MC69_RDBFL1 0xF0065562          MC 69 Read Data and Bit Flip Register 1
MTU_MC69_RDBFL2 0xF0065564          MC 69 Read Data and Bit Flip Register 2
MTU_MC69_RDBFL3 0xF0065566          MC 69 Read Data and Bit Flip Register 3
MTU_MC69_RDBFL4 0xF0065568          MC 69 Read Data and Bit Flip Register 4
MTU_MC69_RDBFL5 0xF006556A          MC 69 Read Data and Bit Flip Register 5
MTU_MC69_RDBFL6 0xF006556C          MC 69 Read Data and Bit Flip Register 6
MTU_MC69_RDBFL7 0xF006556E          MC 69 Read Data and Bit Flip Register 7
MTU_MC69_RDBFL8 0xF0065570          MC 69 Read Data and Bit Flip Register 8
MTU_MC69_RDBFL9 0xF0065572          MC 69 Read Data and Bit Flip Register 9
MTU_MC69_RDBFL10 0xF0065574          MC 69 Read Data and Bit Flip Register 10
MTU_MC69_RDBFL11 0xF0065576          MC 69 Read Data and Bit Flip Register 11
MTU_MC69_RDBFL12 0xF0065578          MC 69 Read Data and Bit Flip Register 12
MTU_MC69_RDBFL13 0xF006557A          MC 69 Read Data and Bit Flip Register 13
MTU_MC69_RDBFL14 0xF006557C          MC 69 Read Data and Bit Flip Register 14
MTU_MC69_RDBFL15 0xF006557E          MC 69 Read Data and Bit Flip Register 15
MTU_MC69_RDBFL16 0xF0065580          MC 69 Read Data and Bit Flip Register 16
MTU_MC69_RDBFL17 0xF0065582          MC 69 Read Data and Bit Flip Register 17
MTU_MC69_RDBFL18 0xF0065584          MC 69 Read Data and Bit Flip Register 18
MTU_MC69_RDBFL19 0xF0065586          MC 69 Read Data and Bit Flip Register 19
MTU_MC69_RDBFL20 0xF0065588          MC 69 Read Data and Bit Flip Register 20
MTU_MC69_RDBFL21 0xF006558A          MC 69 Read Data and Bit Flip Register 21
MTU_MC69_RDBFL22 0xF006558C          MC 69 Read Data and Bit Flip Register 22
MTU_MC69_RDBFL23 0xF006558E          MC 69 Read Data and Bit Flip Register 23
MTU_MC69_RDBFL24 0xF0065590          MC 69 Read Data and Bit Flip Register 24
MTU_MC69_RDBFL25 0xF0065592          MC 69 Read Data and Bit Flip Register 25
MTU_MC69_RDBFL26 0xF0065594          MC 69 Read Data and Bit Flip Register 26
MTU_MC69_RDBFL27 0xF0065596          MC 69 Read Data and Bit Flip Register 27
MTU_MC69_RDBFL28 0xF0065598          MC 69 Read Data and Bit Flip Register 28
MTU_MC69_RDBFL29 0xF006559A          MC 69 Read Data and Bit Flip Register 29
MTU_MC69_RDBFL30 0xF006559C          MC 69 Read Data and Bit Flip Register 30
MTU_MC69_RDBFL31 0xF006559E          MC 69 Read Data and Bit Flip Register 31
MTU_MC69_RDBFL32 0xF00655A0          MC 69 Read Data and Bit Flip Register 32
MTU_MC69_RDBFL33 0xF00655A2          MC 69 Read Data and Bit Flip Register 33
MTU_MC69_RDBFL34 0xF00655A4          MC 69 Read Data and Bit Flip Register 34
MTU_MC69_RDBFL35 0xF00655A6          MC 69 Read Data and Bit Flip Register 35
MTU_MC69_RDBFL36 0xF00655A8          MC 69 Read Data and Bit Flip Register 36
MTU_MC69_RDBFL37 0xF00655AA          MC 69 Read Data and Bit Flip Register 37
MTU_MC69_RDBFL38 0xF00655AC          MC 69 Read Data and Bit Flip Register 38
MTU_MC69_RDBFL39 0xF00655AE          MC 69 Read Data and Bit Flip Register 39
MTU_MC69_RDBFL40 0xF00655B0          MC 69 Read Data and Bit Flip Register 40
MTU_MC69_RDBFL41 0xF00655B2          MC 69 Read Data and Bit Flip Register 41
MTU_MC69_RDBFL42 0xF00655B4          MC 69 Read Data and Bit Flip Register 42
MTU_MC69_RDBFL43 0xF00655B6          MC 69 Read Data and Bit Flip Register 43
MTU_MC69_RDBFL44 0xF00655B8          MC 69 Read Data and Bit Flip Register 44
MTU_MC69_RDBFL45 0xF00655BA          MC 69 Read Data and Bit Flip Register 45
MTU_MC69_RDBFL46 0xF00655BC          MC 69 Read Data and Bit Flip Register 46
MTU_MC69_RDBFL47 0xF00655BE          MC 69 Read Data and Bit Flip Register 47
MTU_MC69_RDBFL48 0xF00655C0          MC 69 Read Data and Bit Flip Register 48
MTU_MC69_RDBFL49 0xF00655C2          MC 69 Read Data and Bit Flip Register 49
MTU_MC69_RDBFL50 0xF00655C4          MC 69 Read Data and Bit Flip Register 50
MTU_MC69_RDBFL51 0xF00655C6          MC 69 Read Data and Bit Flip Register 51
MTU_MC69_RDBFL52 0xF00655C8          MC 69 Read Data and Bit Flip Register 52
MTU_MC69_RDBFL53 0xF00655CA          MC 69 Read Data and Bit Flip Register 53
MTU_MC69_RDBFL54 0xF00655CC          MC 69 Read Data and Bit Flip Register 54
MTU_MC69_RDBFL55 0xF00655CE          MC 69 Read Data and Bit Flip Register 55
MTU_MC69_RDBFL56 0xF00655D0          MC 69 Read Data and Bit Flip Register 56
MTU_MC69_RDBFL57 0xF00655D2          MC 69 Read Data and Bit Flip Register 57
MTU_MC69_RDBFL58 0xF00655D4          MC 69 Read Data and Bit Flip Register 58
MTU_MC69_RDBFL59 0xF00655D6          MC 69 Read Data and Bit Flip Register 59
MTU_MC69_RDBFL60 0xF00655D8          MC 69 Read Data and Bit Flip Register 60
MTU_MC69_RDBFL61 0xF00655DA          MC 69 Read Data and Bit Flip Register 61
MTU_MC69_RDBFL62 0xF00655DC          MC 69 Read Data and Bit Flip Register 62
MTU_MC69_RDBFL63 0xF00655DE          MC 69 Read Data and Bit Flip Register 63
MTU_MC69_RDBFL64 0xF00655E0          MC 69 Read Data and Bit Flip Register 64
MTU_MC69_RDBFL65 0xF00655E2          MC 69 Read Data and Bit Flip Register 65
MTU_MC69_RDBFL66 0xF00655E4          MC 69 Read Data and Bit Flip Register 66
MTU_MC69_ALMSRCS 0xF00655EE          MC 69 Alarm Sources Configuration Register
MTU_MC69_FAULTSTS 0xF00655F0          MC 69 SSH Safety Faults Status Register
MTU_MC69_ERRINFO0 0xF00655F2          MC 69 Error Information Register 0
MTU_MC69_ERRINFO1 0xF00655F4          MC 69 Error Information Register 1
MTU_MC69_ERRINFO2 0xF00655F6          MC 69 Error Information Register 2
MTU_MC69_ERRINFO3 0xF00655F8          MC 69 Error Information Register 3
MTU_MC69_ERRINFO4 0xF00655FA          MC 69 Error Information Register 4
MTU_MC70_CONFIG0 0xF0065600          MC 70 Configuration Register 0
MTU_MC70_CONFIG1 0xF0065602          MC 70 Configuration Register 1
MTU_MC70_MCONTROL 0xF0065604          MC 70 MBIST Control Register
MTU_MC70_MSTATUS 0xF0065606          MC 70 Status Register
MTU_MC70_RANGE  0xF0065608          MC 70 Range Register, single address mode
MTU_MC70_REVID  0xF006560C          MC 70 Revision ID Register
MTU_MC70_ECCS   0xF006560E          MC 70 ECC Safety Register
MTU_MC70_ECCD   0xF0065610          MC 70 Memory ECC Detection Register
MTU_MC70_ETRR0  0xF0065612          MC 70 Error Tracking Register 0
MTU_MC70_ETRR1  0xF0065614          MC 70 Error Tracking Register 1
MTU_MC70_ETRR2  0xF0065616          MC 70 Error Tracking Register 2
MTU_MC70_ETRR3  0xF0065618          MC 70 Error Tracking Register 3
MTU_MC70_ETRR4  0xF006561A          MC 70 Error Tracking Register 4
MTU_MC70_RDBFL0 0xF0065660          MC 70 Read Data and Bit Flip Register 0
MTU_MC70_RDBFL1 0xF0065662          MC 70 Read Data and Bit Flip Register 1
MTU_MC70_RDBFL2 0xF0065664          MC 70 Read Data and Bit Flip Register 2
MTU_MC70_RDBFL3 0xF0065666          MC 70 Read Data and Bit Flip Register 3
MTU_MC70_RDBFL4 0xF0065668          MC 70 Read Data and Bit Flip Register 4
MTU_MC70_RDBFL5 0xF006566A          MC 70 Read Data and Bit Flip Register 5
MTU_MC70_RDBFL6 0xF006566C          MC 70 Read Data and Bit Flip Register 6
MTU_MC70_RDBFL7 0xF006566E          MC 70 Read Data and Bit Flip Register 7
MTU_MC70_RDBFL8 0xF0065670          MC 70 Read Data and Bit Flip Register 8
MTU_MC70_RDBFL9 0xF0065672          MC 70 Read Data and Bit Flip Register 9
MTU_MC70_RDBFL10 0xF0065674          MC 70 Read Data and Bit Flip Register 10
MTU_MC70_RDBFL11 0xF0065676          MC 70 Read Data and Bit Flip Register 11
MTU_MC70_RDBFL12 0xF0065678          MC 70 Read Data and Bit Flip Register 12
MTU_MC70_RDBFL13 0xF006567A          MC 70 Read Data and Bit Flip Register 13
MTU_MC70_RDBFL14 0xF006567C          MC 70 Read Data and Bit Flip Register 14
MTU_MC70_RDBFL15 0xF006567E          MC 70 Read Data and Bit Flip Register 15
MTU_MC70_RDBFL16 0xF0065680          MC 70 Read Data and Bit Flip Register 16
MTU_MC70_RDBFL17 0xF0065682          MC 70 Read Data and Bit Flip Register 17
MTU_MC70_RDBFL18 0xF0065684          MC 70 Read Data and Bit Flip Register 18
MTU_MC70_RDBFL19 0xF0065686          MC 70 Read Data and Bit Flip Register 19
MTU_MC70_RDBFL20 0xF0065688          MC 70 Read Data and Bit Flip Register 20
MTU_MC70_RDBFL21 0xF006568A          MC 70 Read Data and Bit Flip Register 21
MTU_MC70_RDBFL22 0xF006568C          MC 70 Read Data and Bit Flip Register 22
MTU_MC70_RDBFL23 0xF006568E          MC 70 Read Data and Bit Flip Register 23
MTU_MC70_RDBFL24 0xF0065690          MC 70 Read Data and Bit Flip Register 24
MTU_MC70_RDBFL25 0xF0065692          MC 70 Read Data and Bit Flip Register 25
MTU_MC70_RDBFL26 0xF0065694          MC 70 Read Data and Bit Flip Register 26
MTU_MC70_RDBFL27 0xF0065696          MC 70 Read Data and Bit Flip Register 27
MTU_MC70_RDBFL28 0xF0065698          MC 70 Read Data and Bit Flip Register 28
MTU_MC70_RDBFL29 0xF006569A          MC 70 Read Data and Bit Flip Register 29
MTU_MC70_RDBFL30 0xF006569C          MC 70 Read Data and Bit Flip Register 30
MTU_MC70_RDBFL31 0xF006569E          MC 70 Read Data and Bit Flip Register 31
MTU_MC70_RDBFL32 0xF00656A0          MC 70 Read Data and Bit Flip Register 32
MTU_MC70_RDBFL33 0xF00656A2          MC 70 Read Data and Bit Flip Register 33
MTU_MC70_RDBFL34 0xF00656A4          MC 70 Read Data and Bit Flip Register 34
MTU_MC70_RDBFL35 0xF00656A6          MC 70 Read Data and Bit Flip Register 35
MTU_MC70_RDBFL36 0xF00656A8          MC 70 Read Data and Bit Flip Register 36
MTU_MC70_RDBFL37 0xF00656AA          MC 70 Read Data and Bit Flip Register 37
MTU_MC70_RDBFL38 0xF00656AC          MC 70 Read Data and Bit Flip Register 38
MTU_MC70_RDBFL39 0xF00656AE          MC 70 Read Data and Bit Flip Register 39
MTU_MC70_RDBFL40 0xF00656B0          MC 70 Read Data and Bit Flip Register 40
MTU_MC70_RDBFL41 0xF00656B2          MC 70 Read Data and Bit Flip Register 41
MTU_MC70_RDBFL42 0xF00656B4          MC 70 Read Data and Bit Flip Register 42
MTU_MC70_RDBFL43 0xF00656B6          MC 70 Read Data and Bit Flip Register 43
MTU_MC70_RDBFL44 0xF00656B8          MC 70 Read Data and Bit Flip Register 44
MTU_MC70_RDBFL45 0xF00656BA          MC 70 Read Data and Bit Flip Register 45
MTU_MC70_RDBFL46 0xF00656BC          MC 70 Read Data and Bit Flip Register 46
MTU_MC70_RDBFL47 0xF00656BE          MC 70 Read Data and Bit Flip Register 47
MTU_MC70_RDBFL48 0xF00656C0          MC 70 Read Data and Bit Flip Register 48
MTU_MC70_RDBFL49 0xF00656C2          MC 70 Read Data and Bit Flip Register 49
MTU_MC70_RDBFL50 0xF00656C4          MC 70 Read Data and Bit Flip Register 50
MTU_MC70_RDBFL51 0xF00656C6          MC 70 Read Data and Bit Flip Register 51
MTU_MC70_RDBFL52 0xF00656C8          MC 70 Read Data and Bit Flip Register 52
MTU_MC70_RDBFL53 0xF00656CA          MC 70 Read Data and Bit Flip Register 53
MTU_MC70_RDBFL54 0xF00656CC          MC 70 Read Data and Bit Flip Register 54
MTU_MC70_RDBFL55 0xF00656CE          MC 70 Read Data and Bit Flip Register 55
MTU_MC70_RDBFL56 0xF00656D0          MC 70 Read Data and Bit Flip Register 56
MTU_MC70_RDBFL57 0xF00656D2          MC 70 Read Data and Bit Flip Register 57
MTU_MC70_RDBFL58 0xF00656D4          MC 70 Read Data and Bit Flip Register 58
MTU_MC70_RDBFL59 0xF00656D6          MC 70 Read Data and Bit Flip Register 59
MTU_MC70_RDBFL60 0xF00656D8          MC 70 Read Data and Bit Flip Register 60
MTU_MC70_RDBFL61 0xF00656DA          MC 70 Read Data and Bit Flip Register 61
MTU_MC70_RDBFL62 0xF00656DC          MC 70 Read Data and Bit Flip Register 62
MTU_MC70_RDBFL63 0xF00656DE          MC 70 Read Data and Bit Flip Register 63
MTU_MC70_RDBFL64 0xF00656E0          MC 70 Read Data and Bit Flip Register 64
MTU_MC70_RDBFL65 0xF00656E2          MC 70 Read Data and Bit Flip Register 65
MTU_MC70_RDBFL66 0xF00656E4          MC 70 Read Data and Bit Flip Register 66
MTU_MC70_ALMSRCS 0xF00656EE          MC 70 Alarm Sources Configuration Register
MTU_MC70_FAULTSTS 0xF00656F0          MC 70 SSH Safety Faults Status Register
MTU_MC70_ERRINFO0 0xF00656F2          MC 70 Error Information Register 0
MTU_MC70_ERRINFO1 0xF00656F4          MC 70 Error Information Register 1
MTU_MC70_ERRINFO2 0xF00656F6          MC 70 Error Information Register 2
MTU_MC70_ERRINFO3 0xF00656F8          MC 70 Error Information Register 3
MTU_MC70_ERRINFO4 0xF00656FA          MC 70 Error Information Register 4
MTU_MC71_CONFIG0 0xF0065700          MC 71 Configuration Register 0
MTU_MC71_CONFIG1 0xF0065702          MC 71 Configuration Register 1
MTU_MC71_MCONTROL 0xF0065704          MC 71 MBIST Control Register
MTU_MC71_MSTATUS 0xF0065706          MC 71 Status Register
MTU_MC71_RANGE  0xF0065708          MC 71 Range Register, single address mode
MTU_MC71_REVID  0xF006570C          MC 71 Revision ID Register
MTU_MC71_ECCS   0xF006570E          MC 71 ECC Safety Register
MTU_MC71_ECCD   0xF0065710          MC 71 Memory ECC Detection Register
MTU_MC71_ETRR0  0xF0065712          MC 71 Error Tracking Register 0
MTU_MC71_ETRR1  0xF0065714          MC 71 Error Tracking Register 1
MTU_MC71_ETRR2  0xF0065716          MC 71 Error Tracking Register 2
MTU_MC71_ETRR3  0xF0065718          MC 71 Error Tracking Register 3
MTU_MC71_ETRR4  0xF006571A          MC 71 Error Tracking Register 4
MTU_MC71_RDBFL0 0xF0065760          MC 71 Read Data and Bit Flip Register 0
MTU_MC71_RDBFL1 0xF0065762          MC 71 Read Data and Bit Flip Register 1
MTU_MC71_RDBFL2 0xF0065764          MC 71 Read Data and Bit Flip Register 2
MTU_MC71_RDBFL3 0xF0065766          MC 71 Read Data and Bit Flip Register 3
MTU_MC71_RDBFL4 0xF0065768          MC 71 Read Data and Bit Flip Register 4
MTU_MC71_RDBFL5 0xF006576A          MC 71 Read Data and Bit Flip Register 5
MTU_MC71_RDBFL6 0xF006576C          MC 71 Read Data and Bit Flip Register 6
MTU_MC71_RDBFL7 0xF006576E          MC 71 Read Data and Bit Flip Register 7
MTU_MC71_RDBFL8 0xF0065770          MC 71 Read Data and Bit Flip Register 8
MTU_MC71_RDBFL9 0xF0065772          MC 71 Read Data and Bit Flip Register 9
MTU_MC71_RDBFL10 0xF0065774          MC 71 Read Data and Bit Flip Register 10
MTU_MC71_RDBFL11 0xF0065776          MC 71 Read Data and Bit Flip Register 11
MTU_MC71_RDBFL12 0xF0065778          MC 71 Read Data and Bit Flip Register 12
MTU_MC71_RDBFL13 0xF006577A          MC 71 Read Data and Bit Flip Register 13
MTU_MC71_RDBFL14 0xF006577C          MC 71 Read Data and Bit Flip Register 14
MTU_MC71_RDBFL15 0xF006577E          MC 71 Read Data and Bit Flip Register 15
MTU_MC71_RDBFL16 0xF0065780          MC 71 Read Data and Bit Flip Register 16
MTU_MC71_RDBFL17 0xF0065782          MC 71 Read Data and Bit Flip Register 17
MTU_MC71_RDBFL18 0xF0065784          MC 71 Read Data and Bit Flip Register 18
MTU_MC71_RDBFL19 0xF0065786          MC 71 Read Data and Bit Flip Register 19
MTU_MC71_RDBFL20 0xF0065788          MC 71 Read Data and Bit Flip Register 20
MTU_MC71_RDBFL21 0xF006578A          MC 71 Read Data and Bit Flip Register 21
MTU_MC71_RDBFL22 0xF006578C          MC 71 Read Data and Bit Flip Register 22
MTU_MC71_RDBFL23 0xF006578E          MC 71 Read Data and Bit Flip Register 23
MTU_MC71_RDBFL24 0xF0065790          MC 71 Read Data and Bit Flip Register 24
MTU_MC71_RDBFL25 0xF0065792          MC 71 Read Data and Bit Flip Register 25
MTU_MC71_RDBFL26 0xF0065794          MC 71 Read Data and Bit Flip Register 26
MTU_MC71_RDBFL27 0xF0065796          MC 71 Read Data and Bit Flip Register 27
MTU_MC71_RDBFL28 0xF0065798          MC 71 Read Data and Bit Flip Register 28
MTU_MC71_RDBFL29 0xF006579A          MC 71 Read Data and Bit Flip Register 29
MTU_MC71_RDBFL30 0xF006579C          MC 71 Read Data and Bit Flip Register 30
MTU_MC71_RDBFL31 0xF006579E          MC 71 Read Data and Bit Flip Register 31
MTU_MC71_RDBFL32 0xF00657A0          MC 71 Read Data and Bit Flip Register 32
MTU_MC71_RDBFL33 0xF00657A2          MC 71 Read Data and Bit Flip Register 33
MTU_MC71_RDBFL34 0xF00657A4          MC 71 Read Data and Bit Flip Register 34
MTU_MC71_RDBFL35 0xF00657A6          MC 71 Read Data and Bit Flip Register 35
MTU_MC71_RDBFL36 0xF00657A8          MC 71 Read Data and Bit Flip Register 36
MTU_MC71_RDBFL37 0xF00657AA          MC 71 Read Data and Bit Flip Register 37
MTU_MC71_RDBFL38 0xF00657AC          MC 71 Read Data and Bit Flip Register 38
MTU_MC71_RDBFL39 0xF00657AE          MC 71 Read Data and Bit Flip Register 39
MTU_MC71_RDBFL40 0xF00657B0          MC 71 Read Data and Bit Flip Register 40
MTU_MC71_RDBFL41 0xF00657B2          MC 71 Read Data and Bit Flip Register 41
MTU_MC71_RDBFL42 0xF00657B4          MC 71 Read Data and Bit Flip Register 42
MTU_MC71_RDBFL43 0xF00657B6          MC 71 Read Data and Bit Flip Register 43
MTU_MC71_RDBFL44 0xF00657B8          MC 71 Read Data and Bit Flip Register 44
MTU_MC71_RDBFL45 0xF00657BA          MC 71 Read Data and Bit Flip Register 45
MTU_MC71_RDBFL46 0xF00657BC          MC 71 Read Data and Bit Flip Register 46
MTU_MC71_RDBFL47 0xF00657BE          MC 71 Read Data and Bit Flip Register 47
MTU_MC71_RDBFL48 0xF00657C0          MC 71 Read Data and Bit Flip Register 48
MTU_MC71_RDBFL49 0xF00657C2          MC 71 Read Data and Bit Flip Register 49
MTU_MC71_RDBFL50 0xF00657C4          MC 71 Read Data and Bit Flip Register 50
MTU_MC71_RDBFL51 0xF00657C6          MC 71 Read Data and Bit Flip Register 51
MTU_MC71_RDBFL52 0xF00657C8          MC 71 Read Data and Bit Flip Register 52
MTU_MC71_RDBFL53 0xF00657CA          MC 71 Read Data and Bit Flip Register 53
MTU_MC71_RDBFL54 0xF00657CC          MC 71 Read Data and Bit Flip Register 54
MTU_MC71_RDBFL55 0xF00657CE          MC 71 Read Data and Bit Flip Register 55
MTU_MC71_RDBFL56 0xF00657D0          MC 71 Read Data and Bit Flip Register 56
MTU_MC71_RDBFL57 0xF00657D2          MC 71 Read Data and Bit Flip Register 57
MTU_MC71_RDBFL58 0xF00657D4          MC 71 Read Data and Bit Flip Register 58
MTU_MC71_RDBFL59 0xF00657D6          MC 71 Read Data and Bit Flip Register 59
MTU_MC71_RDBFL60 0xF00657D8          MC 71 Read Data and Bit Flip Register 60
MTU_MC71_RDBFL61 0xF00657DA          MC 71 Read Data and Bit Flip Register 61
MTU_MC71_RDBFL62 0xF00657DC          MC 71 Read Data and Bit Flip Register 62
MTU_MC71_RDBFL63 0xF00657DE          MC 71 Read Data and Bit Flip Register 63
MTU_MC71_RDBFL64 0xF00657E0          MC 71 Read Data and Bit Flip Register 64
MTU_MC71_RDBFL65 0xF00657E2          MC 71 Read Data and Bit Flip Register 65
MTU_MC71_RDBFL66 0xF00657E4          MC 71 Read Data and Bit Flip Register 66
MTU_MC71_ALMSRCS 0xF00657EE          MC 71 Alarm Sources Configuration Register
MTU_MC71_FAULTSTS 0xF00657F0          MC 71 SSH Safety Faults Status Register
MTU_MC71_ERRINFO0 0xF00657F2          MC 71 Error Information Register 0
MTU_MC71_ERRINFO1 0xF00657F4          MC 71 Error Information Register 1
MTU_MC71_ERRINFO2 0xF00657F6          MC 71 Error Information Register 2
MTU_MC71_ERRINFO3 0xF00657F8          MC 71 Error Information Register 3
MTU_MC71_ERRINFO4 0xF00657FA          MC 71 Error Information Register 4
MTU_MC72_CONFIG0 0xF0065800          MC 72 Configuration Register 0
MTU_MC72_CONFIG1 0xF0065802          MC 72 Configuration Register 1
MTU_MC72_MCONTROL 0xF0065804          MC 72 MBIST Control Register
MTU_MC72_MSTATUS 0xF0065806          MC 72 Status Register
MTU_MC72_RANGE  0xF0065808          MC 72 Range Register, single address mode
MTU_MC72_REVID  0xF006580C          MC 72 Revision ID Register
MTU_MC72_ECCS   0xF006580E          MC 72 ECC Safety Register
MTU_MC72_ECCD   0xF0065810          MC 72 Memory ECC Detection Register
MTU_MC72_ETRR0  0xF0065812          MC 72 Error Tracking Register 0
MTU_MC72_ETRR1  0xF0065814          MC 72 Error Tracking Register 1
MTU_MC72_ETRR2  0xF0065816          MC 72 Error Tracking Register 2
MTU_MC72_ETRR3  0xF0065818          MC 72 Error Tracking Register 3
MTU_MC72_ETRR4  0xF006581A          MC 72 Error Tracking Register 4
MTU_MC72_RDBFL0 0xF0065860          MC 72 Read Data and Bit Flip Register 0
MTU_MC72_RDBFL1 0xF0065862          MC 72 Read Data and Bit Flip Register 1
MTU_MC72_RDBFL2 0xF0065864          MC 72 Read Data and Bit Flip Register 2
MTU_MC72_RDBFL3 0xF0065866          MC 72 Read Data and Bit Flip Register 3
MTU_MC72_RDBFL4 0xF0065868          MC 72 Read Data and Bit Flip Register 4
MTU_MC72_RDBFL5 0xF006586A          MC 72 Read Data and Bit Flip Register 5
MTU_MC72_RDBFL6 0xF006586C          MC 72 Read Data and Bit Flip Register 6
MTU_MC72_RDBFL7 0xF006586E          MC 72 Read Data and Bit Flip Register 7
MTU_MC72_RDBFL8 0xF0065870          MC 72 Read Data and Bit Flip Register 8
MTU_MC72_RDBFL9 0xF0065872          MC 72 Read Data and Bit Flip Register 9
MTU_MC72_RDBFL10 0xF0065874          MC 72 Read Data and Bit Flip Register 10
MTU_MC72_RDBFL11 0xF0065876          MC 72 Read Data and Bit Flip Register 11
MTU_MC72_RDBFL12 0xF0065878          MC 72 Read Data and Bit Flip Register 12
MTU_MC72_RDBFL13 0xF006587A          MC 72 Read Data and Bit Flip Register 13
MTU_MC72_RDBFL14 0xF006587C          MC 72 Read Data and Bit Flip Register 14
MTU_MC72_RDBFL15 0xF006587E          MC 72 Read Data and Bit Flip Register 15
MTU_MC72_RDBFL16 0xF0065880          MC 72 Read Data and Bit Flip Register 16
MTU_MC72_RDBFL17 0xF0065882          MC 72 Read Data and Bit Flip Register 17
MTU_MC72_RDBFL18 0xF0065884          MC 72 Read Data and Bit Flip Register 18
MTU_MC72_RDBFL19 0xF0065886          MC 72 Read Data and Bit Flip Register 19
MTU_MC72_RDBFL20 0xF0065888          MC 72 Read Data and Bit Flip Register 20
MTU_MC72_RDBFL21 0xF006588A          MC 72 Read Data and Bit Flip Register 21
MTU_MC72_RDBFL22 0xF006588C          MC 72 Read Data and Bit Flip Register 22
MTU_MC72_RDBFL23 0xF006588E          MC 72 Read Data and Bit Flip Register 23
MTU_MC72_RDBFL24 0xF0065890          MC 72 Read Data and Bit Flip Register 24
MTU_MC72_RDBFL25 0xF0065892          MC 72 Read Data and Bit Flip Register 25
MTU_MC72_RDBFL26 0xF0065894          MC 72 Read Data and Bit Flip Register 26
MTU_MC72_RDBFL27 0xF0065896          MC 72 Read Data and Bit Flip Register 27
MTU_MC72_RDBFL28 0xF0065898          MC 72 Read Data and Bit Flip Register 28
MTU_MC72_RDBFL29 0xF006589A          MC 72 Read Data and Bit Flip Register 29
MTU_MC72_RDBFL30 0xF006589C          MC 72 Read Data and Bit Flip Register 30
MTU_MC72_RDBFL31 0xF006589E          MC 72 Read Data and Bit Flip Register 31
MTU_MC72_RDBFL32 0xF00658A0          MC 72 Read Data and Bit Flip Register 32
MTU_MC72_RDBFL33 0xF00658A2          MC 72 Read Data and Bit Flip Register 33
MTU_MC72_RDBFL34 0xF00658A4          MC 72 Read Data and Bit Flip Register 34
MTU_MC72_RDBFL35 0xF00658A6          MC 72 Read Data and Bit Flip Register 35
MTU_MC72_RDBFL36 0xF00658A8          MC 72 Read Data and Bit Flip Register 36
MTU_MC72_RDBFL37 0xF00658AA          MC 72 Read Data and Bit Flip Register 37
MTU_MC72_RDBFL38 0xF00658AC          MC 72 Read Data and Bit Flip Register 38
MTU_MC72_RDBFL39 0xF00658AE          MC 72 Read Data and Bit Flip Register 39
MTU_MC72_RDBFL40 0xF00658B0          MC 72 Read Data and Bit Flip Register 40
MTU_MC72_RDBFL41 0xF00658B2          MC 72 Read Data and Bit Flip Register 41
MTU_MC72_RDBFL42 0xF00658B4          MC 72 Read Data and Bit Flip Register 42
MTU_MC72_RDBFL43 0xF00658B6          MC 72 Read Data and Bit Flip Register 43
MTU_MC72_RDBFL44 0xF00658B8          MC 72 Read Data and Bit Flip Register 44
MTU_MC72_RDBFL45 0xF00658BA          MC 72 Read Data and Bit Flip Register 45
MTU_MC72_RDBFL46 0xF00658BC          MC 72 Read Data and Bit Flip Register 46
MTU_MC72_RDBFL47 0xF00658BE          MC 72 Read Data and Bit Flip Register 47
MTU_MC72_RDBFL48 0xF00658C0          MC 72 Read Data and Bit Flip Register 48
MTU_MC72_RDBFL49 0xF00658C2          MC 72 Read Data and Bit Flip Register 49
MTU_MC72_RDBFL50 0xF00658C4          MC 72 Read Data and Bit Flip Register 50
MTU_MC72_RDBFL51 0xF00658C6          MC 72 Read Data and Bit Flip Register 51
MTU_MC72_RDBFL52 0xF00658C8          MC 72 Read Data and Bit Flip Register 52
MTU_MC72_RDBFL53 0xF00658CA          MC 72 Read Data and Bit Flip Register 53
MTU_MC72_RDBFL54 0xF00658CC          MC 72 Read Data and Bit Flip Register 54
MTU_MC72_RDBFL55 0xF00658CE          MC 72 Read Data and Bit Flip Register 55
MTU_MC72_RDBFL56 0xF00658D0          MC 72 Read Data and Bit Flip Register 56
MTU_MC72_RDBFL57 0xF00658D2          MC 72 Read Data and Bit Flip Register 57
MTU_MC72_RDBFL58 0xF00658D4          MC 72 Read Data and Bit Flip Register 58
MTU_MC72_RDBFL59 0xF00658D6          MC 72 Read Data and Bit Flip Register 59
MTU_MC72_RDBFL60 0xF00658D8          MC 72 Read Data and Bit Flip Register 60
MTU_MC72_RDBFL61 0xF00658DA          MC 72 Read Data and Bit Flip Register 61
MTU_MC72_RDBFL62 0xF00658DC          MC 72 Read Data and Bit Flip Register 62
MTU_MC72_RDBFL63 0xF00658DE          MC 72 Read Data and Bit Flip Register 63
MTU_MC72_RDBFL64 0xF00658E0          MC 72 Read Data and Bit Flip Register 64
MTU_MC72_RDBFL65 0xF00658E2          MC 72 Read Data and Bit Flip Register 65
MTU_MC72_RDBFL66 0xF00658E4          MC 72 Read Data and Bit Flip Register 66
MTU_MC72_ALMSRCS 0xF00658EE          MC 72 Alarm Sources Configuration Register
MTU_MC72_FAULTSTS 0xF00658F0          MC 72 SSH Safety Faults Status Register
MTU_MC72_ERRINFO0 0xF00658F2          MC 72 Error Information Register 0
MTU_MC72_ERRINFO1 0xF00658F4          MC 72 Error Information Register 1
MTU_MC72_ERRINFO2 0xF00658F6          MC 72 Error Information Register 2
MTU_MC72_ERRINFO3 0xF00658F8          MC 72 Error Information Register 3
MTU_MC72_ERRINFO4 0xF00658FA          MC 72 Error Information Register 4
MTU_MC73_CONFIG0 0xF0065900          MC 73 Configuration Register 0
MTU_MC73_CONFIG1 0xF0065902          MC 73 Configuration Register 1
MTU_MC73_MCONTROL 0xF0065904          MC 73 MBIST Control Register
MTU_MC73_MSTATUS 0xF0065906          MC 73 Status Register
MTU_MC73_RANGE  0xF0065908          MC 73 Range Register, single address mode
MTU_MC73_REVID  0xF006590C          MC 73 Revision ID Register
MTU_MC73_ECCS   0xF006590E          MC 73 ECC Safety Register
MTU_MC73_ECCD   0xF0065910          MC 73 Memory ECC Detection Register
MTU_MC73_ETRR0  0xF0065912          MC 73 Error Tracking Register 0
MTU_MC73_ETRR1  0xF0065914          MC 73 Error Tracking Register 1
MTU_MC73_ETRR2  0xF0065916          MC 73 Error Tracking Register 2
MTU_MC73_ETRR3  0xF0065918          MC 73 Error Tracking Register 3
MTU_MC73_ETRR4  0xF006591A          MC 73 Error Tracking Register 4
MTU_MC73_RDBFL0 0xF0065960          MC 73 Read Data and Bit Flip Register 0
MTU_MC73_RDBFL1 0xF0065962          MC 73 Read Data and Bit Flip Register 1
MTU_MC73_RDBFL2 0xF0065964          MC 73 Read Data and Bit Flip Register 2
MTU_MC73_RDBFL3 0xF0065966          MC 73 Read Data and Bit Flip Register 3
MTU_MC73_RDBFL4 0xF0065968          MC 73 Read Data and Bit Flip Register 4
MTU_MC73_RDBFL5 0xF006596A          MC 73 Read Data and Bit Flip Register 5
MTU_MC73_RDBFL6 0xF006596C          MC 73 Read Data and Bit Flip Register 6
MTU_MC73_RDBFL7 0xF006596E          MC 73 Read Data and Bit Flip Register 7
MTU_MC73_RDBFL8 0xF0065970          MC 73 Read Data and Bit Flip Register 8
MTU_MC73_RDBFL9 0xF0065972          MC 73 Read Data and Bit Flip Register 9
MTU_MC73_RDBFL10 0xF0065974          MC 73 Read Data and Bit Flip Register 10
MTU_MC73_RDBFL11 0xF0065976          MC 73 Read Data and Bit Flip Register 11
MTU_MC73_RDBFL12 0xF0065978          MC 73 Read Data and Bit Flip Register 12
MTU_MC73_RDBFL13 0xF006597A          MC 73 Read Data and Bit Flip Register 13
MTU_MC73_RDBFL14 0xF006597C          MC 73 Read Data and Bit Flip Register 14
MTU_MC73_RDBFL15 0xF006597E          MC 73 Read Data and Bit Flip Register 15
MTU_MC73_RDBFL16 0xF0065980          MC 73 Read Data and Bit Flip Register 16
MTU_MC73_RDBFL17 0xF0065982          MC 73 Read Data and Bit Flip Register 17
MTU_MC73_RDBFL18 0xF0065984          MC 73 Read Data and Bit Flip Register 18
MTU_MC73_RDBFL19 0xF0065986          MC 73 Read Data and Bit Flip Register 19
MTU_MC73_RDBFL20 0xF0065988          MC 73 Read Data and Bit Flip Register 20
MTU_MC73_RDBFL21 0xF006598A          MC 73 Read Data and Bit Flip Register 21
MTU_MC73_RDBFL22 0xF006598C          MC 73 Read Data and Bit Flip Register 22
MTU_MC73_RDBFL23 0xF006598E          MC 73 Read Data and Bit Flip Register 23
MTU_MC73_RDBFL24 0xF0065990          MC 73 Read Data and Bit Flip Register 24
MTU_MC73_RDBFL25 0xF0065992          MC 73 Read Data and Bit Flip Register 25
MTU_MC73_RDBFL26 0xF0065994          MC 73 Read Data and Bit Flip Register 26
MTU_MC73_RDBFL27 0xF0065996          MC 73 Read Data and Bit Flip Register 27
MTU_MC73_RDBFL28 0xF0065998          MC 73 Read Data and Bit Flip Register 28
MTU_MC73_RDBFL29 0xF006599A          MC 73 Read Data and Bit Flip Register 29
MTU_MC73_RDBFL30 0xF006599C          MC 73 Read Data and Bit Flip Register 30
MTU_MC73_RDBFL31 0xF006599E          MC 73 Read Data and Bit Flip Register 31
MTU_MC73_RDBFL32 0xF00659A0          MC 73 Read Data and Bit Flip Register 32
MTU_MC73_RDBFL33 0xF00659A2          MC 73 Read Data and Bit Flip Register 33
MTU_MC73_RDBFL34 0xF00659A4          MC 73 Read Data and Bit Flip Register 34
MTU_MC73_RDBFL35 0xF00659A6          MC 73 Read Data and Bit Flip Register 35
MTU_MC73_RDBFL36 0xF00659A8          MC 73 Read Data and Bit Flip Register 36
MTU_MC73_RDBFL37 0xF00659AA          MC 73 Read Data and Bit Flip Register 37
MTU_MC73_RDBFL38 0xF00659AC          MC 73 Read Data and Bit Flip Register 38
MTU_MC73_RDBFL39 0xF00659AE          MC 73 Read Data and Bit Flip Register 39
MTU_MC73_RDBFL40 0xF00659B0          MC 73 Read Data and Bit Flip Register 40
MTU_MC73_RDBFL41 0xF00659B2          MC 73 Read Data and Bit Flip Register 41
MTU_MC73_RDBFL42 0xF00659B4          MC 73 Read Data and Bit Flip Register 42
MTU_MC73_RDBFL43 0xF00659B6          MC 73 Read Data and Bit Flip Register 43
MTU_MC73_RDBFL44 0xF00659B8          MC 73 Read Data and Bit Flip Register 44
MTU_MC73_RDBFL45 0xF00659BA          MC 73 Read Data and Bit Flip Register 45
MTU_MC73_RDBFL46 0xF00659BC          MC 73 Read Data and Bit Flip Register 46
MTU_MC73_RDBFL47 0xF00659BE          MC 73 Read Data and Bit Flip Register 47
MTU_MC73_RDBFL48 0xF00659C0          MC 73 Read Data and Bit Flip Register 48
MTU_MC73_RDBFL49 0xF00659C2          MC 73 Read Data and Bit Flip Register 49
MTU_MC73_RDBFL50 0xF00659C4          MC 73 Read Data and Bit Flip Register 50
MTU_MC73_RDBFL51 0xF00659C6          MC 73 Read Data and Bit Flip Register 51
MTU_MC73_RDBFL52 0xF00659C8          MC 73 Read Data and Bit Flip Register 52
MTU_MC73_RDBFL53 0xF00659CA          MC 73 Read Data and Bit Flip Register 53
MTU_MC73_RDBFL54 0xF00659CC          MC 73 Read Data and Bit Flip Register 54
MTU_MC73_RDBFL55 0xF00659CE          MC 73 Read Data and Bit Flip Register 55
MTU_MC73_RDBFL56 0xF00659D0          MC 73 Read Data and Bit Flip Register 56
MTU_MC73_RDBFL57 0xF00659D2          MC 73 Read Data and Bit Flip Register 57
MTU_MC73_RDBFL58 0xF00659D4          MC 73 Read Data and Bit Flip Register 58
MTU_MC73_RDBFL59 0xF00659D6          MC 73 Read Data and Bit Flip Register 59
MTU_MC73_RDBFL60 0xF00659D8          MC 73 Read Data and Bit Flip Register 60
MTU_MC73_RDBFL61 0xF00659DA          MC 73 Read Data and Bit Flip Register 61
MTU_MC73_RDBFL62 0xF00659DC          MC 73 Read Data and Bit Flip Register 62
MTU_MC73_RDBFL63 0xF00659DE          MC 73 Read Data and Bit Flip Register 63
MTU_MC73_RDBFL64 0xF00659E0          MC 73 Read Data and Bit Flip Register 64
MTU_MC73_RDBFL65 0xF00659E2          MC 73 Read Data and Bit Flip Register 65
MTU_MC73_RDBFL66 0xF00659E4          MC 73 Read Data and Bit Flip Register 66
MTU_MC73_ALMSRCS 0xF00659EE          MC 73 Alarm Sources Configuration Register
MTU_MC73_FAULTSTS 0xF00659F0          MC 73 SSH Safety Faults Status Register
MTU_MC73_ERRINFO0 0xF00659F2          MC 73 Error Information Register 0
MTU_MC73_ERRINFO1 0xF00659F4          MC 73 Error Information Register 1
MTU_MC73_ERRINFO2 0xF00659F6          MC 73 Error Information Register 2
MTU_MC73_ERRINFO3 0xF00659F8          MC 73 Error Information Register 3
MTU_MC73_ERRINFO4 0xF00659FA          MC 73 Error Information Register 4
MTU_MC74_CONFIG0 0xF0065A00          MC 74 Configuration Register 0
MTU_MC74_CONFIG1 0xF0065A02          MC 74 Configuration Register 1
MTU_MC74_MCONTROL 0xF0065A04          MC 74 MBIST Control Register
MTU_MC74_MSTATUS 0xF0065A06          MC 74 Status Register
MTU_MC74_RANGE  0xF0065A08          MC 74 Range Register, single address mode
MTU_MC74_REVID  0xF0065A0C          MC 74 Revision ID Register
MTU_MC74_ECCS   0xF0065A0E          MC 74 ECC Safety Register
MTU_MC74_ECCD   0xF0065A10          MC 74 Memory ECC Detection Register
MTU_MC74_ETRR0  0xF0065A12          MC 74 Error Tracking Register 0
MTU_MC74_ETRR1  0xF0065A14          MC 74 Error Tracking Register 1
MTU_MC74_ETRR2  0xF0065A16          MC 74 Error Tracking Register 2
MTU_MC74_ETRR3  0xF0065A18          MC 74 Error Tracking Register 3
MTU_MC74_ETRR4  0xF0065A1A          MC 74 Error Tracking Register 4
MTU_MC74_RDBFL0 0xF0065A60          MC 74 Read Data and Bit Flip Register 0
MTU_MC74_RDBFL1 0xF0065A62          MC 74 Read Data and Bit Flip Register 1
MTU_MC74_RDBFL2 0xF0065A64          MC 74 Read Data and Bit Flip Register 2
MTU_MC74_RDBFL3 0xF0065A66          MC 74 Read Data and Bit Flip Register 3
MTU_MC74_RDBFL4 0xF0065A68          MC 74 Read Data and Bit Flip Register 4
MTU_MC74_RDBFL5 0xF0065A6A          MC 74 Read Data and Bit Flip Register 5
MTU_MC74_RDBFL6 0xF0065A6C          MC 74 Read Data and Bit Flip Register 6
MTU_MC74_RDBFL7 0xF0065A6E          MC 74 Read Data and Bit Flip Register 7
MTU_MC74_RDBFL8 0xF0065A70          MC 74 Read Data and Bit Flip Register 8
MTU_MC74_RDBFL9 0xF0065A72          MC 74 Read Data and Bit Flip Register 9
MTU_MC74_RDBFL10 0xF0065A74          MC 74 Read Data and Bit Flip Register 10
MTU_MC74_RDBFL11 0xF0065A76          MC 74 Read Data and Bit Flip Register 11
MTU_MC74_RDBFL12 0xF0065A78          MC 74 Read Data and Bit Flip Register 12
MTU_MC74_RDBFL13 0xF0065A7A          MC 74 Read Data and Bit Flip Register 13
MTU_MC74_RDBFL14 0xF0065A7C          MC 74 Read Data and Bit Flip Register 14
MTU_MC74_RDBFL15 0xF0065A7E          MC 74 Read Data and Bit Flip Register 15
MTU_MC74_RDBFL16 0xF0065A80          MC 74 Read Data and Bit Flip Register 16
MTU_MC74_RDBFL17 0xF0065A82          MC 74 Read Data and Bit Flip Register 17
MTU_MC74_RDBFL18 0xF0065A84          MC 74 Read Data and Bit Flip Register 18
MTU_MC74_RDBFL19 0xF0065A86          MC 74 Read Data and Bit Flip Register 19
MTU_MC74_RDBFL20 0xF0065A88          MC 74 Read Data and Bit Flip Register 20
MTU_MC74_RDBFL21 0xF0065A8A          MC 74 Read Data and Bit Flip Register 21
MTU_MC74_RDBFL22 0xF0065A8C          MC 74 Read Data and Bit Flip Register 22
MTU_MC74_RDBFL23 0xF0065A8E          MC 74 Read Data and Bit Flip Register 23
MTU_MC74_RDBFL24 0xF0065A90          MC 74 Read Data and Bit Flip Register 24
MTU_MC74_RDBFL25 0xF0065A92          MC 74 Read Data and Bit Flip Register 25
MTU_MC74_RDBFL26 0xF0065A94          MC 74 Read Data and Bit Flip Register 26
MTU_MC74_RDBFL27 0xF0065A96          MC 74 Read Data and Bit Flip Register 27
MTU_MC74_RDBFL28 0xF0065A98          MC 74 Read Data and Bit Flip Register 28
MTU_MC74_RDBFL29 0xF0065A9A          MC 74 Read Data and Bit Flip Register 29
MTU_MC74_RDBFL30 0xF0065A9C          MC 74 Read Data and Bit Flip Register 30
MTU_MC74_RDBFL31 0xF0065A9E          MC 74 Read Data and Bit Flip Register 31
MTU_MC74_RDBFL32 0xF0065AA0          MC 74 Read Data and Bit Flip Register 32
MTU_MC74_RDBFL33 0xF0065AA2          MC 74 Read Data and Bit Flip Register 33
MTU_MC74_RDBFL34 0xF0065AA4          MC 74 Read Data and Bit Flip Register 34
MTU_MC74_RDBFL35 0xF0065AA6          MC 74 Read Data and Bit Flip Register 35
MTU_MC74_RDBFL36 0xF0065AA8          MC 74 Read Data and Bit Flip Register 36
MTU_MC74_RDBFL37 0xF0065AAA          MC 74 Read Data and Bit Flip Register 37
MTU_MC74_RDBFL38 0xF0065AAC          MC 74 Read Data and Bit Flip Register 38
MTU_MC74_RDBFL39 0xF0065AAE          MC 74 Read Data and Bit Flip Register 39
MTU_MC74_RDBFL40 0xF0065AB0          MC 74 Read Data and Bit Flip Register 40
MTU_MC74_RDBFL41 0xF0065AB2          MC 74 Read Data and Bit Flip Register 41
MTU_MC74_RDBFL42 0xF0065AB4          MC 74 Read Data and Bit Flip Register 42
MTU_MC74_RDBFL43 0xF0065AB6          MC 74 Read Data and Bit Flip Register 43
MTU_MC74_RDBFL44 0xF0065AB8          MC 74 Read Data and Bit Flip Register 44
MTU_MC74_RDBFL45 0xF0065ABA          MC 74 Read Data and Bit Flip Register 45
MTU_MC74_RDBFL46 0xF0065ABC          MC 74 Read Data and Bit Flip Register 46
MTU_MC74_RDBFL47 0xF0065ABE          MC 74 Read Data and Bit Flip Register 47
MTU_MC74_RDBFL48 0xF0065AC0          MC 74 Read Data and Bit Flip Register 48
MTU_MC74_RDBFL49 0xF0065AC2          MC 74 Read Data and Bit Flip Register 49
MTU_MC74_RDBFL50 0xF0065AC4          MC 74 Read Data and Bit Flip Register 50
MTU_MC74_RDBFL51 0xF0065AC6          MC 74 Read Data and Bit Flip Register 51
MTU_MC74_RDBFL52 0xF0065AC8          MC 74 Read Data and Bit Flip Register 52
MTU_MC74_RDBFL53 0xF0065ACA          MC 74 Read Data and Bit Flip Register 53
MTU_MC74_RDBFL54 0xF0065ACC          MC 74 Read Data and Bit Flip Register 54
MTU_MC74_RDBFL55 0xF0065ACE          MC 74 Read Data and Bit Flip Register 55
MTU_MC74_RDBFL56 0xF0065AD0          MC 74 Read Data and Bit Flip Register 56
MTU_MC74_RDBFL57 0xF0065AD2          MC 74 Read Data and Bit Flip Register 57
MTU_MC74_RDBFL58 0xF0065AD4          MC 74 Read Data and Bit Flip Register 58
MTU_MC74_RDBFL59 0xF0065AD6          MC 74 Read Data and Bit Flip Register 59
MTU_MC74_RDBFL60 0xF0065AD8          MC 74 Read Data and Bit Flip Register 60
MTU_MC74_RDBFL61 0xF0065ADA          MC 74 Read Data and Bit Flip Register 61
MTU_MC74_RDBFL62 0xF0065ADC          MC 74 Read Data and Bit Flip Register 62
MTU_MC74_RDBFL63 0xF0065ADE          MC 74 Read Data and Bit Flip Register 63
MTU_MC74_RDBFL64 0xF0065AE0          MC 74 Read Data and Bit Flip Register 64
MTU_MC74_RDBFL65 0xF0065AE2          MC 74 Read Data and Bit Flip Register 65
MTU_MC74_RDBFL66 0xF0065AE4          MC 74 Read Data and Bit Flip Register 66
MTU_MC74_ALMSRCS 0xF0065AEE          MC 74 Alarm Sources Configuration Register
MTU_MC74_FAULTSTS 0xF0065AF0          MC 74 SSH Safety Faults Status Register
MTU_MC74_ERRINFO0 0xF0065AF2          MC 74 Error Information Register 0
MTU_MC74_ERRINFO1 0xF0065AF4          MC 74 Error Information Register 1
MTU_MC74_ERRINFO2 0xF0065AF6          MC 74 Error Information Register 2
MTU_MC74_ERRINFO3 0xF0065AF8          MC 74 Error Information Register 3
MTU_MC74_ERRINFO4 0xF0065AFA          MC 74 Error Information Register 4
MTU_MC75_CONFIG0 0xF0065B00          MC 75 Configuration Register 0
MTU_MC75_CONFIG1 0xF0065B02          MC 75 Configuration Register 1
MTU_MC75_MCONTROL 0xF0065B04          MC 75 MBIST Control Register
MTU_MC75_MSTATUS 0xF0065B06          MC 75 Status Register
MTU_MC75_RANGE  0xF0065B08          MC 75 Range Register, single address mode
MTU_MC75_REVID  0xF0065B0C          MC 75 Revision ID Register
MTU_MC75_ECCS   0xF0065B0E          MC 75 ECC Safety Register
MTU_MC75_ECCD   0xF0065B10          MC 75 Memory ECC Detection Register
MTU_MC75_ETRR0  0xF0065B12          MC 75 Error Tracking Register 0
MTU_MC75_ETRR1  0xF0065B14          MC 75 Error Tracking Register 1
MTU_MC75_ETRR2  0xF0065B16          MC 75 Error Tracking Register 2
MTU_MC75_ETRR3  0xF0065B18          MC 75 Error Tracking Register 3
MTU_MC75_ETRR4  0xF0065B1A          MC 75 Error Tracking Register 4
MTU_MC75_RDBFL0 0xF0065B60          MC 75 Read Data and Bit Flip Register 0
MTU_MC75_RDBFL1 0xF0065B62          MC 75 Read Data and Bit Flip Register 1
MTU_MC75_RDBFL2 0xF0065B64          MC 75 Read Data and Bit Flip Register 2
MTU_MC75_RDBFL3 0xF0065B66          MC 75 Read Data and Bit Flip Register 3
MTU_MC75_RDBFL4 0xF0065B68          MC 75 Read Data and Bit Flip Register 4
MTU_MC75_RDBFL5 0xF0065B6A          MC 75 Read Data and Bit Flip Register 5
MTU_MC75_RDBFL6 0xF0065B6C          MC 75 Read Data and Bit Flip Register 6
MTU_MC75_RDBFL7 0xF0065B6E          MC 75 Read Data and Bit Flip Register 7
MTU_MC75_RDBFL8 0xF0065B70          MC 75 Read Data and Bit Flip Register 8
MTU_MC75_RDBFL9 0xF0065B72          MC 75 Read Data and Bit Flip Register 9
MTU_MC75_RDBFL10 0xF0065B74          MC 75 Read Data and Bit Flip Register 10
MTU_MC75_RDBFL11 0xF0065B76          MC 75 Read Data and Bit Flip Register 11
MTU_MC75_RDBFL12 0xF0065B78          MC 75 Read Data and Bit Flip Register 12
MTU_MC75_RDBFL13 0xF0065B7A          MC 75 Read Data and Bit Flip Register 13
MTU_MC75_RDBFL14 0xF0065B7C          MC 75 Read Data and Bit Flip Register 14
MTU_MC75_RDBFL15 0xF0065B7E          MC 75 Read Data and Bit Flip Register 15
MTU_MC75_RDBFL16 0xF0065B80          MC 75 Read Data and Bit Flip Register 16
MTU_MC75_RDBFL17 0xF0065B82          MC 75 Read Data and Bit Flip Register 17
MTU_MC75_RDBFL18 0xF0065B84          MC 75 Read Data and Bit Flip Register 18
MTU_MC75_RDBFL19 0xF0065B86          MC 75 Read Data and Bit Flip Register 19
MTU_MC75_RDBFL20 0xF0065B88          MC 75 Read Data and Bit Flip Register 20
MTU_MC75_RDBFL21 0xF0065B8A          MC 75 Read Data and Bit Flip Register 21
MTU_MC75_RDBFL22 0xF0065B8C          MC 75 Read Data and Bit Flip Register 22
MTU_MC75_RDBFL23 0xF0065B8E          MC 75 Read Data and Bit Flip Register 23
MTU_MC75_RDBFL24 0xF0065B90          MC 75 Read Data and Bit Flip Register 24
MTU_MC75_RDBFL25 0xF0065B92          MC 75 Read Data and Bit Flip Register 25
MTU_MC75_RDBFL26 0xF0065B94          MC 75 Read Data and Bit Flip Register 26
MTU_MC75_RDBFL27 0xF0065B96          MC 75 Read Data and Bit Flip Register 27
MTU_MC75_RDBFL28 0xF0065B98          MC 75 Read Data and Bit Flip Register 28
MTU_MC75_RDBFL29 0xF0065B9A          MC 75 Read Data and Bit Flip Register 29
MTU_MC75_RDBFL30 0xF0065B9C          MC 75 Read Data and Bit Flip Register 30
MTU_MC75_RDBFL31 0xF0065B9E          MC 75 Read Data and Bit Flip Register 31
MTU_MC75_RDBFL32 0xF0065BA0          MC 75 Read Data and Bit Flip Register 32
MTU_MC75_RDBFL33 0xF0065BA2          MC 75 Read Data and Bit Flip Register 33
MTU_MC75_RDBFL34 0xF0065BA4          MC 75 Read Data and Bit Flip Register 34
MTU_MC75_RDBFL35 0xF0065BA6          MC 75 Read Data and Bit Flip Register 35
MTU_MC75_RDBFL36 0xF0065BA8          MC 75 Read Data and Bit Flip Register 36
MTU_MC75_RDBFL37 0xF0065BAA          MC 75 Read Data and Bit Flip Register 37
MTU_MC75_RDBFL38 0xF0065BAC          MC 75 Read Data and Bit Flip Register 38
MTU_MC75_RDBFL39 0xF0065BAE          MC 75 Read Data and Bit Flip Register 39
MTU_MC75_RDBFL40 0xF0065BB0          MC 75 Read Data and Bit Flip Register 40
MTU_MC75_RDBFL41 0xF0065BB2          MC 75 Read Data and Bit Flip Register 41
MTU_MC75_RDBFL42 0xF0065BB4          MC 75 Read Data and Bit Flip Register 42
MTU_MC75_RDBFL43 0xF0065BB6          MC 75 Read Data and Bit Flip Register 43
MTU_MC75_RDBFL44 0xF0065BB8          MC 75 Read Data and Bit Flip Register 44
MTU_MC75_RDBFL45 0xF0065BBA          MC 75 Read Data and Bit Flip Register 45
MTU_MC75_RDBFL46 0xF0065BBC          MC 75 Read Data and Bit Flip Register 46
MTU_MC75_RDBFL47 0xF0065BBE          MC 75 Read Data and Bit Flip Register 47
MTU_MC75_RDBFL48 0xF0065BC0          MC 75 Read Data and Bit Flip Register 48
MTU_MC75_RDBFL49 0xF0065BC2          MC 75 Read Data and Bit Flip Register 49
MTU_MC75_RDBFL50 0xF0065BC4          MC 75 Read Data and Bit Flip Register 50
MTU_MC75_RDBFL51 0xF0065BC6          MC 75 Read Data and Bit Flip Register 51
MTU_MC75_RDBFL52 0xF0065BC8          MC 75 Read Data and Bit Flip Register 52
MTU_MC75_RDBFL53 0xF0065BCA          MC 75 Read Data and Bit Flip Register 53
MTU_MC75_RDBFL54 0xF0065BCC          MC 75 Read Data and Bit Flip Register 54
MTU_MC75_RDBFL55 0xF0065BCE          MC 75 Read Data and Bit Flip Register 55
MTU_MC75_RDBFL56 0xF0065BD0          MC 75 Read Data and Bit Flip Register 56
MTU_MC75_RDBFL57 0xF0065BD2          MC 75 Read Data and Bit Flip Register 57
MTU_MC75_RDBFL58 0xF0065BD4          MC 75 Read Data and Bit Flip Register 58
MTU_MC75_RDBFL59 0xF0065BD6          MC 75 Read Data and Bit Flip Register 59
MTU_MC75_RDBFL60 0xF0065BD8          MC 75 Read Data and Bit Flip Register 60
MTU_MC75_RDBFL61 0xF0065BDA          MC 75 Read Data and Bit Flip Register 61
MTU_MC75_RDBFL62 0xF0065BDC          MC 75 Read Data and Bit Flip Register 62
MTU_MC75_RDBFL63 0xF0065BDE          MC 75 Read Data and Bit Flip Register 63
MTU_MC75_RDBFL64 0xF0065BE0          MC 75 Read Data and Bit Flip Register 64
MTU_MC75_RDBFL65 0xF0065BE2          MC 75 Read Data and Bit Flip Register 65
MTU_MC75_RDBFL66 0xF0065BE4          MC 75 Read Data and Bit Flip Register 66
MTU_MC75_ALMSRCS 0xF0065BEE          MC 75 Alarm Sources Configuration Register
MTU_MC75_FAULTSTS 0xF0065BF0          MC 75 SSH Safety Faults Status Register
MTU_MC75_ERRINFO0 0xF0065BF2          MC 75 Error Information Register 0
MTU_MC75_ERRINFO1 0xF0065BF4          MC 75 Error Information Register 1
MTU_MC75_ERRINFO2 0xF0065BF6          MC 75 Error Information Register 2
MTU_MC75_ERRINFO3 0xF0065BF8          MC 75 Error Information Register 3
MTU_MC75_ERRINFO4 0xF0065BFA          MC 75 Error Information Register 4
MTU_MC76_CONFIG0 0xF0065C00          MC 76 Configuration Register 0
MTU_MC76_CONFIG1 0xF0065C02          MC 76 Configuration Register 1
MTU_MC76_MCONTROL 0xF0065C04          MC 76 MBIST Control Register
MTU_MC76_MSTATUS 0xF0065C06          MC 76 Status Register
MTU_MC76_RANGE  0xF0065C08          MC 76 Range Register, single address mode
MTU_MC76_REVID  0xF0065C0C          MC 76 Revision ID Register
MTU_MC76_ECCS   0xF0065C0E          MC 76 ECC Safety Register
MTU_MC76_ECCD   0xF0065C10          MC 76 Memory ECC Detection Register
MTU_MC76_ETRR0  0xF0065C12          MC 76 Error Tracking Register 0
MTU_MC76_ETRR1  0xF0065C14          MC 76 Error Tracking Register 1
MTU_MC76_ETRR2  0xF0065C16          MC 76 Error Tracking Register 2
MTU_MC76_ETRR3  0xF0065C18          MC 76 Error Tracking Register 3
MTU_MC76_ETRR4  0xF0065C1A          MC 76 Error Tracking Register 4
MTU_MC76_RDBFL0 0xF0065C60          MC 76 Read Data and Bit Flip Register 0
MTU_MC76_RDBFL1 0xF0065C62          MC 76 Read Data and Bit Flip Register 1
MTU_MC76_RDBFL2 0xF0065C64          MC 76 Read Data and Bit Flip Register 2
MTU_MC76_RDBFL3 0xF0065C66          MC 76 Read Data and Bit Flip Register 3
MTU_MC76_RDBFL4 0xF0065C68          MC 76 Read Data and Bit Flip Register 4
MTU_MC76_RDBFL5 0xF0065C6A          MC 76 Read Data and Bit Flip Register 5
MTU_MC76_RDBFL6 0xF0065C6C          MC 76 Read Data and Bit Flip Register 6
MTU_MC76_RDBFL7 0xF0065C6E          MC 76 Read Data and Bit Flip Register 7
MTU_MC76_RDBFL8 0xF0065C70          MC 76 Read Data and Bit Flip Register 8
MTU_MC76_RDBFL9 0xF0065C72          MC 76 Read Data and Bit Flip Register 9
MTU_MC76_RDBFL10 0xF0065C74          MC 76 Read Data and Bit Flip Register 10
MTU_MC76_RDBFL11 0xF0065C76          MC 76 Read Data and Bit Flip Register 11
MTU_MC76_RDBFL12 0xF0065C78          MC 76 Read Data and Bit Flip Register 12
MTU_MC76_RDBFL13 0xF0065C7A          MC 76 Read Data and Bit Flip Register 13
MTU_MC76_RDBFL14 0xF0065C7C          MC 76 Read Data and Bit Flip Register 14
MTU_MC76_RDBFL15 0xF0065C7E          MC 76 Read Data and Bit Flip Register 15
MTU_MC76_RDBFL16 0xF0065C80          MC 76 Read Data and Bit Flip Register 16
MTU_MC76_RDBFL17 0xF0065C82          MC 76 Read Data and Bit Flip Register 17
MTU_MC76_RDBFL18 0xF0065C84          MC 76 Read Data and Bit Flip Register 18
MTU_MC76_RDBFL19 0xF0065C86          MC 76 Read Data and Bit Flip Register 19
MTU_MC76_RDBFL20 0xF0065C88          MC 76 Read Data and Bit Flip Register 20
MTU_MC76_RDBFL21 0xF0065C8A          MC 76 Read Data and Bit Flip Register 21
MTU_MC76_RDBFL22 0xF0065C8C          MC 76 Read Data and Bit Flip Register 22
MTU_MC76_RDBFL23 0xF0065C8E          MC 76 Read Data and Bit Flip Register 23
MTU_MC76_RDBFL24 0xF0065C90          MC 76 Read Data and Bit Flip Register 24
MTU_MC76_RDBFL25 0xF0065C92          MC 76 Read Data and Bit Flip Register 25
MTU_MC76_RDBFL26 0xF0065C94          MC 76 Read Data and Bit Flip Register 26
MTU_MC76_RDBFL27 0xF0065C96          MC 76 Read Data and Bit Flip Register 27
MTU_MC76_RDBFL28 0xF0065C98          MC 76 Read Data and Bit Flip Register 28
MTU_MC76_RDBFL29 0xF0065C9A          MC 76 Read Data and Bit Flip Register 29
MTU_MC76_RDBFL30 0xF0065C9C          MC 76 Read Data and Bit Flip Register 30
MTU_MC76_RDBFL31 0xF0065C9E          MC 76 Read Data and Bit Flip Register 31
MTU_MC76_RDBFL32 0xF0065CA0          MC 76 Read Data and Bit Flip Register 32
MTU_MC76_RDBFL33 0xF0065CA2          MC 76 Read Data and Bit Flip Register 33
MTU_MC76_RDBFL34 0xF0065CA4          MC 76 Read Data and Bit Flip Register 34
MTU_MC76_RDBFL35 0xF0065CA6          MC 76 Read Data and Bit Flip Register 35
MTU_MC76_RDBFL36 0xF0065CA8          MC 76 Read Data and Bit Flip Register 36
MTU_MC76_RDBFL37 0xF0065CAA          MC 76 Read Data and Bit Flip Register 37
MTU_MC76_RDBFL38 0xF0065CAC          MC 76 Read Data and Bit Flip Register 38
MTU_MC76_RDBFL39 0xF0065CAE          MC 76 Read Data and Bit Flip Register 39
MTU_MC76_RDBFL40 0xF0065CB0          MC 76 Read Data and Bit Flip Register 40
MTU_MC76_RDBFL41 0xF0065CB2          MC 76 Read Data and Bit Flip Register 41
MTU_MC76_RDBFL42 0xF0065CB4          MC 76 Read Data and Bit Flip Register 42
MTU_MC76_RDBFL43 0xF0065CB6          MC 76 Read Data and Bit Flip Register 43
MTU_MC76_RDBFL44 0xF0065CB8          MC 76 Read Data and Bit Flip Register 44
MTU_MC76_RDBFL45 0xF0065CBA          MC 76 Read Data and Bit Flip Register 45
MTU_MC76_RDBFL46 0xF0065CBC          MC 76 Read Data and Bit Flip Register 46
MTU_MC76_RDBFL47 0xF0065CBE          MC 76 Read Data and Bit Flip Register 47
MTU_MC76_RDBFL48 0xF0065CC0          MC 76 Read Data and Bit Flip Register 48
MTU_MC76_RDBFL49 0xF0065CC2          MC 76 Read Data and Bit Flip Register 49
MTU_MC76_RDBFL50 0xF0065CC4          MC 76 Read Data and Bit Flip Register 50
MTU_MC76_RDBFL51 0xF0065CC6          MC 76 Read Data and Bit Flip Register 51
MTU_MC76_RDBFL52 0xF0065CC8          MC 76 Read Data and Bit Flip Register 52
MTU_MC76_RDBFL53 0xF0065CCA          MC 76 Read Data and Bit Flip Register 53
MTU_MC76_RDBFL54 0xF0065CCC          MC 76 Read Data and Bit Flip Register 54
MTU_MC76_RDBFL55 0xF0065CCE          MC 76 Read Data and Bit Flip Register 55
MTU_MC76_RDBFL56 0xF0065CD0          MC 76 Read Data and Bit Flip Register 56
MTU_MC76_RDBFL57 0xF0065CD2          MC 76 Read Data and Bit Flip Register 57
MTU_MC76_RDBFL58 0xF0065CD4          MC 76 Read Data and Bit Flip Register 58
MTU_MC76_RDBFL59 0xF0065CD6          MC 76 Read Data and Bit Flip Register 59
MTU_MC76_RDBFL60 0xF0065CD8          MC 76 Read Data and Bit Flip Register 60
MTU_MC76_RDBFL61 0xF0065CDA          MC 76 Read Data and Bit Flip Register 61
MTU_MC76_RDBFL62 0xF0065CDC          MC 76 Read Data and Bit Flip Register 62
MTU_MC76_RDBFL63 0xF0065CDE          MC 76 Read Data and Bit Flip Register 63
MTU_MC76_RDBFL64 0xF0065CE0          MC 76 Read Data and Bit Flip Register 64
MTU_MC76_RDBFL65 0xF0065CE2          MC 76 Read Data and Bit Flip Register 65
MTU_MC76_RDBFL66 0xF0065CE4          MC 76 Read Data and Bit Flip Register 66
MTU_MC76_ALMSRCS 0xF0065CEE          MC 76 Alarm Sources Configuration Register
MTU_MC76_FAULTSTS 0xF0065CF0          MC 76 SSH Safety Faults Status Register
MTU_MC76_ERRINFO0 0xF0065CF2          MC 76 Error Information Register 0
MTU_MC76_ERRINFO1 0xF0065CF4          MC 76 Error Information Register 1
MTU_MC76_ERRINFO2 0xF0065CF6          MC 76 Error Information Register 2
MTU_MC76_ERRINFO3 0xF0065CF8          MC 76 Error Information Register 3
MTU_MC76_ERRINFO4 0xF0065CFA          MC 76 Error Information Register 4
MTU_MC77_CONFIG0 0xF0065D00          MC 77 Configuration Register 0
MTU_MC77_CONFIG1 0xF0065D02          MC 77 Configuration Register 1
MTU_MC77_MCONTROL 0xF0065D04          MC 77 MBIST Control Register
MTU_MC77_MSTATUS 0xF0065D06          MC 77 Status Register
MTU_MC77_RANGE  0xF0065D08          MC 77 Range Register, single address mode
MTU_MC77_REVID  0xF0065D0C          MC 77 Revision ID Register
MTU_MC77_ECCS   0xF0065D0E          MC 77 ECC Safety Register
MTU_MC77_ECCD   0xF0065D10          MC 77 Memory ECC Detection Register
MTU_MC77_ETRR0  0xF0065D12          MC 77 Error Tracking Register 0
MTU_MC77_ETRR1  0xF0065D14          MC 77 Error Tracking Register 1
MTU_MC77_ETRR2  0xF0065D16          MC 77 Error Tracking Register 2
MTU_MC77_ETRR3  0xF0065D18          MC 77 Error Tracking Register 3
MTU_MC77_ETRR4  0xF0065D1A          MC 77 Error Tracking Register 4
MTU_MC77_RDBFL0 0xF0065D60          MC 77 Read Data and Bit Flip Register 0
MTU_MC77_RDBFL1 0xF0065D62          MC 77 Read Data and Bit Flip Register 1
MTU_MC77_RDBFL2 0xF0065D64          MC 77 Read Data and Bit Flip Register 2
MTU_MC77_RDBFL3 0xF0065D66          MC 77 Read Data and Bit Flip Register 3
MTU_MC77_RDBFL4 0xF0065D68          MC 77 Read Data and Bit Flip Register 4
MTU_MC77_RDBFL5 0xF0065D6A          MC 77 Read Data and Bit Flip Register 5
MTU_MC77_RDBFL6 0xF0065D6C          MC 77 Read Data and Bit Flip Register 6
MTU_MC77_RDBFL7 0xF0065D6E          MC 77 Read Data and Bit Flip Register 7
MTU_MC77_RDBFL8 0xF0065D70          MC 77 Read Data and Bit Flip Register 8
MTU_MC77_RDBFL9 0xF0065D72          MC 77 Read Data and Bit Flip Register 9
MTU_MC77_RDBFL10 0xF0065D74          MC 77 Read Data and Bit Flip Register 10
MTU_MC77_RDBFL11 0xF0065D76          MC 77 Read Data and Bit Flip Register 11
MTU_MC77_RDBFL12 0xF0065D78          MC 77 Read Data and Bit Flip Register 12
MTU_MC77_RDBFL13 0xF0065D7A          MC 77 Read Data and Bit Flip Register 13
MTU_MC77_RDBFL14 0xF0065D7C          MC 77 Read Data and Bit Flip Register 14
MTU_MC77_RDBFL15 0xF0065D7E          MC 77 Read Data and Bit Flip Register 15
MTU_MC77_RDBFL16 0xF0065D80          MC 77 Read Data and Bit Flip Register 16
MTU_MC77_RDBFL17 0xF0065D82          MC 77 Read Data and Bit Flip Register 17
MTU_MC77_RDBFL18 0xF0065D84          MC 77 Read Data and Bit Flip Register 18
MTU_MC77_RDBFL19 0xF0065D86          MC 77 Read Data and Bit Flip Register 19
MTU_MC77_RDBFL20 0xF0065D88          MC 77 Read Data and Bit Flip Register 20
MTU_MC77_RDBFL21 0xF0065D8A          MC 77 Read Data and Bit Flip Register 21
MTU_MC77_RDBFL22 0xF0065D8C          MC 77 Read Data and Bit Flip Register 22
MTU_MC77_RDBFL23 0xF0065D8E          MC 77 Read Data and Bit Flip Register 23
MTU_MC77_RDBFL24 0xF0065D90          MC 77 Read Data and Bit Flip Register 24
MTU_MC77_RDBFL25 0xF0065D92          MC 77 Read Data and Bit Flip Register 25
MTU_MC77_RDBFL26 0xF0065D94          MC 77 Read Data and Bit Flip Register 26
MTU_MC77_RDBFL27 0xF0065D96          MC 77 Read Data and Bit Flip Register 27
MTU_MC77_RDBFL28 0xF0065D98          MC 77 Read Data and Bit Flip Register 28
MTU_MC77_RDBFL29 0xF0065D9A          MC 77 Read Data and Bit Flip Register 29
MTU_MC77_RDBFL30 0xF0065D9C          MC 77 Read Data and Bit Flip Register 30
MTU_MC77_RDBFL31 0xF0065D9E          MC 77 Read Data and Bit Flip Register 31
MTU_MC77_RDBFL32 0xF0065DA0          MC 77 Read Data and Bit Flip Register 32
MTU_MC77_RDBFL33 0xF0065DA2          MC 77 Read Data and Bit Flip Register 33
MTU_MC77_RDBFL34 0xF0065DA4          MC 77 Read Data and Bit Flip Register 34
MTU_MC77_RDBFL35 0xF0065DA6          MC 77 Read Data and Bit Flip Register 35
MTU_MC77_RDBFL36 0xF0065DA8          MC 77 Read Data and Bit Flip Register 36
MTU_MC77_RDBFL37 0xF0065DAA          MC 77 Read Data and Bit Flip Register 37
MTU_MC77_RDBFL38 0xF0065DAC          MC 77 Read Data and Bit Flip Register 38
MTU_MC77_RDBFL39 0xF0065DAE          MC 77 Read Data and Bit Flip Register 39
MTU_MC77_RDBFL40 0xF0065DB0          MC 77 Read Data and Bit Flip Register 40
MTU_MC77_RDBFL41 0xF0065DB2          MC 77 Read Data and Bit Flip Register 41
MTU_MC77_RDBFL42 0xF0065DB4          MC 77 Read Data and Bit Flip Register 42
MTU_MC77_RDBFL43 0xF0065DB6          MC 77 Read Data and Bit Flip Register 43
MTU_MC77_RDBFL44 0xF0065DB8          MC 77 Read Data and Bit Flip Register 44
MTU_MC77_RDBFL45 0xF0065DBA          MC 77 Read Data and Bit Flip Register 45
MTU_MC77_RDBFL46 0xF0065DBC          MC 77 Read Data and Bit Flip Register 46
MTU_MC77_RDBFL47 0xF0065DBE          MC 77 Read Data and Bit Flip Register 47
MTU_MC77_RDBFL48 0xF0065DC0          MC 77 Read Data and Bit Flip Register 48
MTU_MC77_RDBFL49 0xF0065DC2          MC 77 Read Data and Bit Flip Register 49
MTU_MC77_RDBFL50 0xF0065DC4          MC 77 Read Data and Bit Flip Register 50
MTU_MC77_RDBFL51 0xF0065DC6          MC 77 Read Data and Bit Flip Register 51
MTU_MC77_RDBFL52 0xF0065DC8          MC 77 Read Data and Bit Flip Register 52
MTU_MC77_RDBFL53 0xF0065DCA          MC 77 Read Data and Bit Flip Register 53
MTU_MC77_RDBFL54 0xF0065DCC          MC 77 Read Data and Bit Flip Register 54
MTU_MC77_RDBFL55 0xF0065DCE          MC 77 Read Data and Bit Flip Register 55
MTU_MC77_RDBFL56 0xF0065DD0          MC 77 Read Data and Bit Flip Register 56
MTU_MC77_RDBFL57 0xF0065DD2          MC 77 Read Data and Bit Flip Register 57
MTU_MC77_RDBFL58 0xF0065DD4          MC 77 Read Data and Bit Flip Register 58
MTU_MC77_RDBFL59 0xF0065DD6          MC 77 Read Data and Bit Flip Register 59
MTU_MC77_RDBFL60 0xF0065DD8          MC 77 Read Data and Bit Flip Register 60
MTU_MC77_RDBFL61 0xF0065DDA          MC 77 Read Data and Bit Flip Register 61
MTU_MC77_RDBFL62 0xF0065DDC          MC 77 Read Data and Bit Flip Register 62
MTU_MC77_RDBFL63 0xF0065DDE          MC 77 Read Data and Bit Flip Register 63
MTU_MC77_RDBFL64 0xF0065DE0          MC 77 Read Data and Bit Flip Register 64
MTU_MC77_RDBFL65 0xF0065DE2          MC 77 Read Data and Bit Flip Register 65
MTU_MC77_RDBFL66 0xF0065DE4          MC 77 Read Data and Bit Flip Register 66
MTU_MC77_ALMSRCS 0xF0065DEE          MC 77 Alarm Sources Configuration Register
MTU_MC77_FAULTSTS 0xF0065DF0          MC 77 SSH Safety Faults Status Register
MTU_MC77_ERRINFO0 0xF0065DF2          MC 77 Error Information Register 0
MTU_MC77_ERRINFO1 0xF0065DF4          MC 77 Error Information Register 1
MTU_MC77_ERRINFO2 0xF0065DF6          MC 77 Error Information Register 2
MTU_MC77_ERRINFO3 0xF0065DF8          MC 77 Error Information Register 3
MTU_MC77_ERRINFO4 0xF0065DFA          MC 77 Error Information Register 4
MTU_MC78_CONFIG0 0xF0065E00          MC 78 Configuration Register 0
MTU_MC78_CONFIG1 0xF0065E02          MC 78 Configuration Register 1
MTU_MC78_MCONTROL 0xF0065E04          MC 78 MBIST Control Register
MTU_MC78_MSTATUS 0xF0065E06          MC 78 Status Register
MTU_MC78_RANGE  0xF0065E08          MC 78 Range Register, single address mode
MTU_MC78_REVID  0xF0065E0C          MC 78 Revision ID Register
MTU_MC78_ECCS   0xF0065E0E          MC 78 ECC Safety Register
MTU_MC78_ECCD   0xF0065E10          MC 78 Memory ECC Detection Register
MTU_MC78_ETRR0  0xF0065E12          MC 78 Error Tracking Register 0
MTU_MC78_ETRR1  0xF0065E14          MC 78 Error Tracking Register 1
MTU_MC78_ETRR2  0xF0065E16          MC 78 Error Tracking Register 2
MTU_MC78_ETRR3  0xF0065E18          MC 78 Error Tracking Register 3
MTU_MC78_ETRR4  0xF0065E1A          MC 78 Error Tracking Register 4
MTU_MC78_RDBFL0 0xF0065E60          MC 78 Read Data and Bit Flip Register 0
MTU_MC78_RDBFL1 0xF0065E62          MC 78 Read Data and Bit Flip Register 1
MTU_MC78_RDBFL2 0xF0065E64          MC 78 Read Data and Bit Flip Register 2
MTU_MC78_RDBFL3 0xF0065E66          MC 78 Read Data and Bit Flip Register 3
MTU_MC78_RDBFL4 0xF0065E68          MC 78 Read Data and Bit Flip Register 4
MTU_MC78_RDBFL5 0xF0065E6A          MC 78 Read Data and Bit Flip Register 5
MTU_MC78_RDBFL6 0xF0065E6C          MC 78 Read Data and Bit Flip Register 6
MTU_MC78_RDBFL7 0xF0065E6E          MC 78 Read Data and Bit Flip Register 7
MTU_MC78_RDBFL8 0xF0065E70          MC 78 Read Data and Bit Flip Register 8
MTU_MC78_RDBFL9 0xF0065E72          MC 78 Read Data and Bit Flip Register 9
MTU_MC78_RDBFL10 0xF0065E74          MC 78 Read Data and Bit Flip Register 10
MTU_MC78_RDBFL11 0xF0065E76          MC 78 Read Data and Bit Flip Register 11
MTU_MC78_RDBFL12 0xF0065E78          MC 78 Read Data and Bit Flip Register 12
MTU_MC78_RDBFL13 0xF0065E7A          MC 78 Read Data and Bit Flip Register 13
MTU_MC78_RDBFL14 0xF0065E7C          MC 78 Read Data and Bit Flip Register 14
MTU_MC78_RDBFL15 0xF0065E7E          MC 78 Read Data and Bit Flip Register 15
MTU_MC78_RDBFL16 0xF0065E80          MC 78 Read Data and Bit Flip Register 16
MTU_MC78_RDBFL17 0xF0065E82          MC 78 Read Data and Bit Flip Register 17
MTU_MC78_RDBFL18 0xF0065E84          MC 78 Read Data and Bit Flip Register 18
MTU_MC78_RDBFL19 0xF0065E86          MC 78 Read Data and Bit Flip Register 19
MTU_MC78_RDBFL20 0xF0065E88          MC 78 Read Data and Bit Flip Register 20
MTU_MC78_RDBFL21 0xF0065E8A          MC 78 Read Data and Bit Flip Register 21
MTU_MC78_RDBFL22 0xF0065E8C          MC 78 Read Data and Bit Flip Register 22
MTU_MC78_RDBFL23 0xF0065E8E          MC 78 Read Data and Bit Flip Register 23
MTU_MC78_RDBFL24 0xF0065E90          MC 78 Read Data and Bit Flip Register 24
MTU_MC78_RDBFL25 0xF0065E92          MC 78 Read Data and Bit Flip Register 25
MTU_MC78_RDBFL26 0xF0065E94          MC 78 Read Data and Bit Flip Register 26
MTU_MC78_RDBFL27 0xF0065E96          MC 78 Read Data and Bit Flip Register 27
MTU_MC78_RDBFL28 0xF0065E98          MC 78 Read Data and Bit Flip Register 28
MTU_MC78_RDBFL29 0xF0065E9A          MC 78 Read Data and Bit Flip Register 29
MTU_MC78_RDBFL30 0xF0065E9C          MC 78 Read Data and Bit Flip Register 30
MTU_MC78_RDBFL31 0xF0065E9E          MC 78 Read Data and Bit Flip Register 31
MTU_MC78_RDBFL32 0xF0065EA0          MC 78 Read Data and Bit Flip Register 32
MTU_MC78_RDBFL33 0xF0065EA2          MC 78 Read Data and Bit Flip Register 33
MTU_MC78_RDBFL34 0xF0065EA4          MC 78 Read Data and Bit Flip Register 34
MTU_MC78_RDBFL35 0xF0065EA6          MC 78 Read Data and Bit Flip Register 35
MTU_MC78_RDBFL36 0xF0065EA8          MC 78 Read Data and Bit Flip Register 36
MTU_MC78_RDBFL37 0xF0065EAA          MC 78 Read Data and Bit Flip Register 37
MTU_MC78_RDBFL38 0xF0065EAC          MC 78 Read Data and Bit Flip Register 38
MTU_MC78_RDBFL39 0xF0065EAE          MC 78 Read Data and Bit Flip Register 39
MTU_MC78_RDBFL40 0xF0065EB0          MC 78 Read Data and Bit Flip Register 40
MTU_MC78_RDBFL41 0xF0065EB2          MC 78 Read Data and Bit Flip Register 41
MTU_MC78_RDBFL42 0xF0065EB4          MC 78 Read Data and Bit Flip Register 42
MTU_MC78_RDBFL43 0xF0065EB6          MC 78 Read Data and Bit Flip Register 43
MTU_MC78_RDBFL44 0xF0065EB8          MC 78 Read Data and Bit Flip Register 44
MTU_MC78_RDBFL45 0xF0065EBA          MC 78 Read Data and Bit Flip Register 45
MTU_MC78_RDBFL46 0xF0065EBC          MC 78 Read Data and Bit Flip Register 46
MTU_MC78_RDBFL47 0xF0065EBE          MC 78 Read Data and Bit Flip Register 47
MTU_MC78_RDBFL48 0xF0065EC0          MC 78 Read Data and Bit Flip Register 48
MTU_MC78_RDBFL49 0xF0065EC2          MC 78 Read Data and Bit Flip Register 49
MTU_MC78_RDBFL50 0xF0065EC4          MC 78 Read Data and Bit Flip Register 50
MTU_MC78_RDBFL51 0xF0065EC6          MC 78 Read Data and Bit Flip Register 51
MTU_MC78_RDBFL52 0xF0065EC8          MC 78 Read Data and Bit Flip Register 52
MTU_MC78_RDBFL53 0xF0065ECA          MC 78 Read Data and Bit Flip Register 53
MTU_MC78_RDBFL54 0xF0065ECC          MC 78 Read Data and Bit Flip Register 54
MTU_MC78_RDBFL55 0xF0065ECE          MC 78 Read Data and Bit Flip Register 55
MTU_MC78_RDBFL56 0xF0065ED0          MC 78 Read Data and Bit Flip Register 56
MTU_MC78_RDBFL57 0xF0065ED2          MC 78 Read Data and Bit Flip Register 57
MTU_MC78_RDBFL58 0xF0065ED4          MC 78 Read Data and Bit Flip Register 58
MTU_MC78_RDBFL59 0xF0065ED6          MC 78 Read Data and Bit Flip Register 59
MTU_MC78_RDBFL60 0xF0065ED8          MC 78 Read Data and Bit Flip Register 60
MTU_MC78_RDBFL61 0xF0065EDA          MC 78 Read Data and Bit Flip Register 61
MTU_MC78_RDBFL62 0xF0065EDC          MC 78 Read Data and Bit Flip Register 62
MTU_MC78_RDBFL63 0xF0065EDE          MC 78 Read Data and Bit Flip Register 63
MTU_MC78_RDBFL64 0xF0065EE0          MC 78 Read Data and Bit Flip Register 64
MTU_MC78_RDBFL65 0xF0065EE2          MC 78 Read Data and Bit Flip Register 65
MTU_MC78_RDBFL66 0xF0065EE4          MC 78 Read Data and Bit Flip Register 66
MTU_MC78_ALMSRCS 0xF0065EEE          MC 78 Alarm Sources Configuration Register
MTU_MC78_FAULTSTS 0xF0065EF0          MC 78 SSH Safety Faults Status Register
MTU_MC78_ERRINFO0 0xF0065EF2          MC 78 Error Information Register 0
MTU_MC78_ERRINFO1 0xF0065EF4          MC 78 Error Information Register 1
MTU_MC78_ERRINFO2 0xF0065EF6          MC 78 Error Information Register 2
MTU_MC78_ERRINFO3 0xF0065EF8          MC 78 Error Information Register 3
MTU_MC78_ERRINFO4 0xF0065EFA          MC 78 Error Information Register 4
MTU_MC79_CONFIG0 0xF0065F00          MC 79 Configuration Register 0
MTU_MC79_CONFIG1 0xF0065F02          MC 79 Configuration Register 1
MTU_MC79_MCONTROL 0xF0065F04          MC 79 MBIST Control Register
MTU_MC79_MSTATUS 0xF0065F06          MC 79 Status Register
MTU_MC79_RANGE  0xF0065F08          MC 79 Range Register, single address mode
MTU_MC79_REVID  0xF0065F0C          MC 79 Revision ID Register
MTU_MC79_ECCS   0xF0065F0E          MC 79 ECC Safety Register
MTU_MC79_ECCD   0xF0065F10          MC 79 Memory ECC Detection Register
MTU_MC79_ETRR0  0xF0065F12          MC 79 Error Tracking Register 0
MTU_MC79_ETRR1  0xF0065F14          MC 79 Error Tracking Register 1
MTU_MC79_ETRR2  0xF0065F16          MC 79 Error Tracking Register 2
MTU_MC79_ETRR3  0xF0065F18          MC 79 Error Tracking Register 3
MTU_MC79_ETRR4  0xF0065F1A          MC 79 Error Tracking Register 4
MTU_MC79_RDBFL0 0xF0065F60          MC 79 Read Data and Bit Flip Register 0
MTU_MC79_RDBFL1 0xF0065F62          MC 79 Read Data and Bit Flip Register 1
MTU_MC79_RDBFL2 0xF0065F64          MC 79 Read Data and Bit Flip Register 2
MTU_MC79_RDBFL3 0xF0065F66          MC 79 Read Data and Bit Flip Register 3
MTU_MC79_RDBFL4 0xF0065F68          MC 79 Read Data and Bit Flip Register 4
MTU_MC79_RDBFL5 0xF0065F6A          MC 79 Read Data and Bit Flip Register 5
MTU_MC79_RDBFL6 0xF0065F6C          MC 79 Read Data and Bit Flip Register 6
MTU_MC79_RDBFL7 0xF0065F6E          MC 79 Read Data and Bit Flip Register 7
MTU_MC79_RDBFL8 0xF0065F70          MC 79 Read Data and Bit Flip Register 8
MTU_MC79_RDBFL9 0xF0065F72          MC 79 Read Data and Bit Flip Register 9
MTU_MC79_RDBFL10 0xF0065F74          MC 79 Read Data and Bit Flip Register 10
MTU_MC79_RDBFL11 0xF0065F76          MC 79 Read Data and Bit Flip Register 11
MTU_MC79_RDBFL12 0xF0065F78          MC 79 Read Data and Bit Flip Register 12
MTU_MC79_RDBFL13 0xF0065F7A          MC 79 Read Data and Bit Flip Register 13
MTU_MC79_RDBFL14 0xF0065F7C          MC 79 Read Data and Bit Flip Register 14
MTU_MC79_RDBFL15 0xF0065F7E          MC 79 Read Data and Bit Flip Register 15
MTU_MC79_RDBFL16 0xF0065F80          MC 79 Read Data and Bit Flip Register 16
MTU_MC79_RDBFL17 0xF0065F82          MC 79 Read Data and Bit Flip Register 17
MTU_MC79_RDBFL18 0xF0065F84          MC 79 Read Data and Bit Flip Register 18
MTU_MC79_RDBFL19 0xF0065F86          MC 79 Read Data and Bit Flip Register 19
MTU_MC79_RDBFL20 0xF0065F88          MC 79 Read Data and Bit Flip Register 20
MTU_MC79_RDBFL21 0xF0065F8A          MC 79 Read Data and Bit Flip Register 21
MTU_MC79_RDBFL22 0xF0065F8C          MC 79 Read Data and Bit Flip Register 22
MTU_MC79_RDBFL23 0xF0065F8E          MC 79 Read Data and Bit Flip Register 23
MTU_MC79_RDBFL24 0xF0065F90          MC 79 Read Data and Bit Flip Register 24
MTU_MC79_RDBFL25 0xF0065F92          MC 79 Read Data and Bit Flip Register 25
MTU_MC79_RDBFL26 0xF0065F94          MC 79 Read Data and Bit Flip Register 26
MTU_MC79_RDBFL27 0xF0065F96          MC 79 Read Data and Bit Flip Register 27
MTU_MC79_RDBFL28 0xF0065F98          MC 79 Read Data and Bit Flip Register 28
MTU_MC79_RDBFL29 0xF0065F9A          MC 79 Read Data and Bit Flip Register 29
MTU_MC79_RDBFL30 0xF0065F9C          MC 79 Read Data and Bit Flip Register 30
MTU_MC79_RDBFL31 0xF0065F9E          MC 79 Read Data and Bit Flip Register 31
MTU_MC79_RDBFL32 0xF0065FA0          MC 79 Read Data and Bit Flip Register 32
MTU_MC79_RDBFL33 0xF0065FA2          MC 79 Read Data and Bit Flip Register 33
MTU_MC79_RDBFL34 0xF0065FA4          MC 79 Read Data and Bit Flip Register 34
MTU_MC79_RDBFL35 0xF0065FA6          MC 79 Read Data and Bit Flip Register 35
MTU_MC79_RDBFL36 0xF0065FA8          MC 79 Read Data and Bit Flip Register 36
MTU_MC79_RDBFL37 0xF0065FAA          MC 79 Read Data and Bit Flip Register 37
MTU_MC79_RDBFL38 0xF0065FAC          MC 79 Read Data and Bit Flip Register 38
MTU_MC79_RDBFL39 0xF0065FAE          MC 79 Read Data and Bit Flip Register 39
MTU_MC79_RDBFL40 0xF0065FB0          MC 79 Read Data and Bit Flip Register 40
MTU_MC79_RDBFL41 0xF0065FB2          MC 79 Read Data and Bit Flip Register 41
MTU_MC79_RDBFL42 0xF0065FB4          MC 79 Read Data and Bit Flip Register 42
MTU_MC79_RDBFL43 0xF0065FB6          MC 79 Read Data and Bit Flip Register 43
MTU_MC79_RDBFL44 0xF0065FB8          MC 79 Read Data and Bit Flip Register 44
MTU_MC79_RDBFL45 0xF0065FBA          MC 79 Read Data and Bit Flip Register 45
MTU_MC79_RDBFL46 0xF0065FBC          MC 79 Read Data and Bit Flip Register 46
MTU_MC79_RDBFL47 0xF0065FBE          MC 79 Read Data and Bit Flip Register 47
MTU_MC79_RDBFL48 0xF0065FC0          MC 79 Read Data and Bit Flip Register 48
MTU_MC79_RDBFL49 0xF0065FC2          MC 79 Read Data and Bit Flip Register 49
MTU_MC79_RDBFL50 0xF0065FC4          MC 79 Read Data and Bit Flip Register 50
MTU_MC79_RDBFL51 0xF0065FC6          MC 79 Read Data and Bit Flip Register 51
MTU_MC79_RDBFL52 0xF0065FC8          MC 79 Read Data and Bit Flip Register 52
MTU_MC79_RDBFL53 0xF0065FCA          MC 79 Read Data and Bit Flip Register 53
MTU_MC79_RDBFL54 0xF0065FCC          MC 79 Read Data and Bit Flip Register 54
MTU_MC79_RDBFL55 0xF0065FCE          MC 79 Read Data and Bit Flip Register 55
MTU_MC79_RDBFL56 0xF0065FD0          MC 79 Read Data and Bit Flip Register 56
MTU_MC79_RDBFL57 0xF0065FD2          MC 79 Read Data and Bit Flip Register 57
MTU_MC79_RDBFL58 0xF0065FD4          MC 79 Read Data and Bit Flip Register 58
MTU_MC79_RDBFL59 0xF0065FD6          MC 79 Read Data and Bit Flip Register 59
MTU_MC79_RDBFL60 0xF0065FD8          MC 79 Read Data and Bit Flip Register 60
MTU_MC79_RDBFL61 0xF0065FDA          MC 79 Read Data and Bit Flip Register 61
MTU_MC79_RDBFL62 0xF0065FDC          MC 79 Read Data and Bit Flip Register 62
MTU_MC79_RDBFL63 0xF0065FDE          MC 79 Read Data and Bit Flip Register 63
MTU_MC79_RDBFL64 0xF0065FE0          MC 79 Read Data and Bit Flip Register 64
MTU_MC79_RDBFL65 0xF0065FE2          MC 79 Read Data and Bit Flip Register 65
MTU_MC79_RDBFL66 0xF0065FE4          MC 79 Read Data and Bit Flip Register 66
MTU_MC79_ALMSRCS 0xF0065FEE          MC 79 Alarm Sources Configuration Register
MTU_MC79_FAULTSTS 0xF0065FF0          MC 79 SSH Safety Faults Status Register
MTU_MC79_ERRINFO0 0xF0065FF2          MC 79 Error Information Register 0
MTU_MC79_ERRINFO1 0xF0065FF4          MC 79 Error Information Register 1
MTU_MC79_ERRINFO2 0xF0065FF6          MC 79 Error Information Register 2
MTU_MC79_ERRINFO3 0xF0065FF8          MC 79 Error Information Register 3
MTU_MC79_ERRINFO4 0xF0065FFA          MC 79 Error Information Register 4
MTU_MC80_CONFIG0 0xF0066000          MC 80 Configuration Register 0
MTU_MC80_CONFIG1 0xF0066002          MC 80 Configuration Register 1
MTU_MC80_MCONTROL 0xF0066004          MC 80 MBIST Control Register
MTU_MC80_MSTATUS 0xF0066006          MC 80 Status Register
MTU_MC80_RANGE  0xF0066008          MC 80 Range Register, single address mode
MTU_MC80_REVID  0xF006600C          MC 80 Revision ID Register
MTU_MC80_ECCS   0xF006600E          MC 80 ECC Safety Register
MTU_MC80_ECCD   0xF0066010          MC 80 Memory ECC Detection Register
MTU_MC80_ETRR0  0xF0066012          MC 80 Error Tracking Register 0
MTU_MC80_ETRR1  0xF0066014          MC 80 Error Tracking Register 1
MTU_MC80_ETRR2  0xF0066016          MC 80 Error Tracking Register 2
MTU_MC80_ETRR3  0xF0066018          MC 80 Error Tracking Register 3
MTU_MC80_ETRR4  0xF006601A          MC 80 Error Tracking Register 4
MTU_MC80_RDBFL0 0xF0066060          MC 80 Read Data and Bit Flip Register 0
MTU_MC80_RDBFL1 0xF0066062          MC 80 Read Data and Bit Flip Register 1
MTU_MC80_RDBFL2 0xF0066064          MC 80 Read Data and Bit Flip Register 2
MTU_MC80_RDBFL3 0xF0066066          MC 80 Read Data and Bit Flip Register 3
MTU_MC80_RDBFL4 0xF0066068          MC 80 Read Data and Bit Flip Register 4
MTU_MC80_RDBFL5 0xF006606A          MC 80 Read Data and Bit Flip Register 5
MTU_MC80_RDBFL6 0xF006606C          MC 80 Read Data and Bit Flip Register 6
MTU_MC80_RDBFL7 0xF006606E          MC 80 Read Data and Bit Flip Register 7
MTU_MC80_RDBFL8 0xF0066070          MC 80 Read Data and Bit Flip Register 8
MTU_MC80_RDBFL9 0xF0066072          MC 80 Read Data and Bit Flip Register 9
MTU_MC80_RDBFL10 0xF0066074          MC 80 Read Data and Bit Flip Register 10
MTU_MC80_RDBFL11 0xF0066076          MC 80 Read Data and Bit Flip Register 11
MTU_MC80_RDBFL12 0xF0066078          MC 80 Read Data and Bit Flip Register 12
MTU_MC80_RDBFL13 0xF006607A          MC 80 Read Data and Bit Flip Register 13
MTU_MC80_RDBFL14 0xF006607C          MC 80 Read Data and Bit Flip Register 14
MTU_MC80_RDBFL15 0xF006607E          MC 80 Read Data and Bit Flip Register 15
MTU_MC80_RDBFL16 0xF0066080          MC 80 Read Data and Bit Flip Register 16
MTU_MC80_RDBFL17 0xF0066082          MC 80 Read Data and Bit Flip Register 17
MTU_MC80_RDBFL18 0xF0066084          MC 80 Read Data and Bit Flip Register 18
MTU_MC80_RDBFL19 0xF0066086          MC 80 Read Data and Bit Flip Register 19
MTU_MC80_RDBFL20 0xF0066088          MC 80 Read Data and Bit Flip Register 20
MTU_MC80_RDBFL21 0xF006608A          MC 80 Read Data and Bit Flip Register 21
MTU_MC80_RDBFL22 0xF006608C          MC 80 Read Data and Bit Flip Register 22
MTU_MC80_RDBFL23 0xF006608E          MC 80 Read Data and Bit Flip Register 23
MTU_MC80_RDBFL24 0xF0066090          MC 80 Read Data and Bit Flip Register 24
MTU_MC80_RDBFL25 0xF0066092          MC 80 Read Data and Bit Flip Register 25
MTU_MC80_RDBFL26 0xF0066094          MC 80 Read Data and Bit Flip Register 26
MTU_MC80_RDBFL27 0xF0066096          MC 80 Read Data and Bit Flip Register 27
MTU_MC80_RDBFL28 0xF0066098          MC 80 Read Data and Bit Flip Register 28
MTU_MC80_RDBFL29 0xF006609A          MC 80 Read Data and Bit Flip Register 29
MTU_MC80_RDBFL30 0xF006609C          MC 80 Read Data and Bit Flip Register 30
MTU_MC80_RDBFL31 0xF006609E          MC 80 Read Data and Bit Flip Register 31
MTU_MC80_RDBFL32 0xF00660A0          MC 80 Read Data and Bit Flip Register 32
MTU_MC80_RDBFL33 0xF00660A2          MC 80 Read Data and Bit Flip Register 33
MTU_MC80_RDBFL34 0xF00660A4          MC 80 Read Data and Bit Flip Register 34
MTU_MC80_RDBFL35 0xF00660A6          MC 80 Read Data and Bit Flip Register 35
MTU_MC80_RDBFL36 0xF00660A8          MC 80 Read Data and Bit Flip Register 36
MTU_MC80_RDBFL37 0xF00660AA          MC 80 Read Data and Bit Flip Register 37
MTU_MC80_RDBFL38 0xF00660AC          MC 80 Read Data and Bit Flip Register 38
MTU_MC80_RDBFL39 0xF00660AE          MC 80 Read Data and Bit Flip Register 39
MTU_MC80_RDBFL40 0xF00660B0          MC 80 Read Data and Bit Flip Register 40
MTU_MC80_RDBFL41 0xF00660B2          MC 80 Read Data and Bit Flip Register 41
MTU_MC80_RDBFL42 0xF00660B4          MC 80 Read Data and Bit Flip Register 42
MTU_MC80_RDBFL43 0xF00660B6          MC 80 Read Data and Bit Flip Register 43
MTU_MC80_RDBFL44 0xF00660B8          MC 80 Read Data and Bit Flip Register 44
MTU_MC80_RDBFL45 0xF00660BA          MC 80 Read Data and Bit Flip Register 45
MTU_MC80_RDBFL46 0xF00660BC          MC 80 Read Data and Bit Flip Register 46
MTU_MC80_RDBFL47 0xF00660BE          MC 80 Read Data and Bit Flip Register 47
MTU_MC80_RDBFL48 0xF00660C0          MC 80 Read Data and Bit Flip Register 48
MTU_MC80_RDBFL49 0xF00660C2          MC 80 Read Data and Bit Flip Register 49
MTU_MC80_RDBFL50 0xF00660C4          MC 80 Read Data and Bit Flip Register 50
MTU_MC80_RDBFL51 0xF00660C6          MC 80 Read Data and Bit Flip Register 51
MTU_MC80_RDBFL52 0xF00660C8          MC 80 Read Data and Bit Flip Register 52
MTU_MC80_RDBFL53 0xF00660CA          MC 80 Read Data and Bit Flip Register 53
MTU_MC80_RDBFL54 0xF00660CC          MC 80 Read Data and Bit Flip Register 54
MTU_MC80_RDBFL55 0xF00660CE          MC 80 Read Data and Bit Flip Register 55
MTU_MC80_RDBFL56 0xF00660D0          MC 80 Read Data and Bit Flip Register 56
MTU_MC80_RDBFL57 0xF00660D2          MC 80 Read Data and Bit Flip Register 57
MTU_MC80_RDBFL58 0xF00660D4          MC 80 Read Data and Bit Flip Register 58
MTU_MC80_RDBFL59 0xF00660D6          MC 80 Read Data and Bit Flip Register 59
MTU_MC80_RDBFL60 0xF00660D8          MC 80 Read Data and Bit Flip Register 60
MTU_MC80_RDBFL61 0xF00660DA          MC 80 Read Data and Bit Flip Register 61
MTU_MC80_RDBFL62 0xF00660DC          MC 80 Read Data and Bit Flip Register 62
MTU_MC80_RDBFL63 0xF00660DE          MC 80 Read Data and Bit Flip Register 63
MTU_MC80_RDBFL64 0xF00660E0          MC 80 Read Data and Bit Flip Register 64
MTU_MC80_RDBFL65 0xF00660E2          MC 80 Read Data and Bit Flip Register 65
MTU_MC80_RDBFL66 0xF00660E4          MC 80 Read Data and Bit Flip Register 66
MTU_MC80_ALMSRCS 0xF00660EE          MC 80 Alarm Sources Configuration Register
MTU_MC80_FAULTSTS 0xF00660F0          MC 80 SSH Safety Faults Status Register
MTU_MC80_ERRINFO0 0xF00660F2          MC 80 Error Information Register 0
MTU_MC80_ERRINFO1 0xF00660F4          MC 80 Error Information Register 1
MTU_MC80_ERRINFO2 0xF00660F6          MC 80 Error Information Register 2
MTU_MC80_ERRINFO3 0xF00660F8          MC 80 Error Information Register 3
MTU_MC80_ERRINFO4 0xF00660FA          MC 80 Error Information Register 4
MTU_MC81_CONFIG0 0xF0066100          MC 81 Configuration Register 0
MTU_MC81_CONFIG1 0xF0066102          MC 81 Configuration Register 1
MTU_MC81_MCONTROL 0xF0066104          MC 81 MBIST Control Register
MTU_MC81_MSTATUS 0xF0066106          MC 81 Status Register
MTU_MC81_RANGE  0xF0066108          MC 81 Range Register, single address mode
MTU_MC81_REVID  0xF006610C          MC 81 Revision ID Register
MTU_MC81_ECCS   0xF006610E          MC 81 ECC Safety Register
MTU_MC81_ECCD   0xF0066110          MC 81 Memory ECC Detection Register
MTU_MC81_ETRR0  0xF0066112          MC 81 Error Tracking Register 0
MTU_MC81_ETRR1  0xF0066114          MC 81 Error Tracking Register 1
MTU_MC81_ETRR2  0xF0066116          MC 81 Error Tracking Register 2
MTU_MC81_ETRR3  0xF0066118          MC 81 Error Tracking Register 3
MTU_MC81_ETRR4  0xF006611A          MC 81 Error Tracking Register 4
MTU_MC81_RDBFL0 0xF0066160          MC 81 Read Data and Bit Flip Register 0
MTU_MC81_RDBFL1 0xF0066162          MC 81 Read Data and Bit Flip Register 1
MTU_MC81_RDBFL2 0xF0066164          MC 81 Read Data and Bit Flip Register 2
MTU_MC81_RDBFL3 0xF0066166          MC 81 Read Data and Bit Flip Register 3
MTU_MC81_RDBFL4 0xF0066168          MC 81 Read Data and Bit Flip Register 4
MTU_MC81_RDBFL5 0xF006616A          MC 81 Read Data and Bit Flip Register 5
MTU_MC81_RDBFL6 0xF006616C          MC 81 Read Data and Bit Flip Register 6
MTU_MC81_RDBFL7 0xF006616E          MC 81 Read Data and Bit Flip Register 7
MTU_MC81_RDBFL8 0xF0066170          MC 81 Read Data and Bit Flip Register 8
MTU_MC81_RDBFL9 0xF0066172          MC 81 Read Data and Bit Flip Register 9
MTU_MC81_RDBFL10 0xF0066174          MC 81 Read Data and Bit Flip Register 10
MTU_MC81_RDBFL11 0xF0066176          MC 81 Read Data and Bit Flip Register 11
MTU_MC81_RDBFL12 0xF0066178          MC 81 Read Data and Bit Flip Register 12
MTU_MC81_RDBFL13 0xF006617A          MC 81 Read Data and Bit Flip Register 13
MTU_MC81_RDBFL14 0xF006617C          MC 81 Read Data and Bit Flip Register 14
MTU_MC81_RDBFL15 0xF006617E          MC 81 Read Data and Bit Flip Register 15
MTU_MC81_RDBFL16 0xF0066180          MC 81 Read Data and Bit Flip Register 16
MTU_MC81_RDBFL17 0xF0066182          MC 81 Read Data and Bit Flip Register 17
MTU_MC81_RDBFL18 0xF0066184          MC 81 Read Data and Bit Flip Register 18
MTU_MC81_RDBFL19 0xF0066186          MC 81 Read Data and Bit Flip Register 19
MTU_MC81_RDBFL20 0xF0066188          MC 81 Read Data and Bit Flip Register 20
MTU_MC81_RDBFL21 0xF006618A          MC 81 Read Data and Bit Flip Register 21
MTU_MC81_RDBFL22 0xF006618C          MC 81 Read Data and Bit Flip Register 22
MTU_MC81_RDBFL23 0xF006618E          MC 81 Read Data and Bit Flip Register 23
MTU_MC81_RDBFL24 0xF0066190          MC 81 Read Data and Bit Flip Register 24
MTU_MC81_RDBFL25 0xF0066192          MC 81 Read Data and Bit Flip Register 25
MTU_MC81_RDBFL26 0xF0066194          MC 81 Read Data and Bit Flip Register 26
MTU_MC81_RDBFL27 0xF0066196          MC 81 Read Data and Bit Flip Register 27
MTU_MC81_RDBFL28 0xF0066198          MC 81 Read Data and Bit Flip Register 28
MTU_MC81_RDBFL29 0xF006619A          MC 81 Read Data and Bit Flip Register 29
MTU_MC81_RDBFL30 0xF006619C          MC 81 Read Data and Bit Flip Register 30
MTU_MC81_RDBFL31 0xF006619E          MC 81 Read Data and Bit Flip Register 31
MTU_MC81_RDBFL32 0xF00661A0          MC 81 Read Data and Bit Flip Register 32
MTU_MC81_RDBFL33 0xF00661A2          MC 81 Read Data and Bit Flip Register 33
MTU_MC81_RDBFL34 0xF00661A4          MC 81 Read Data and Bit Flip Register 34
MTU_MC81_RDBFL35 0xF00661A6          MC 81 Read Data and Bit Flip Register 35
MTU_MC81_RDBFL36 0xF00661A8          MC 81 Read Data and Bit Flip Register 36
MTU_MC81_RDBFL37 0xF00661AA          MC 81 Read Data and Bit Flip Register 37
MTU_MC81_RDBFL38 0xF00661AC          MC 81 Read Data and Bit Flip Register 38
MTU_MC81_RDBFL39 0xF00661AE          MC 81 Read Data and Bit Flip Register 39
MTU_MC81_RDBFL40 0xF00661B0          MC 81 Read Data and Bit Flip Register 40
MTU_MC81_RDBFL41 0xF00661B2          MC 81 Read Data and Bit Flip Register 41
MTU_MC81_RDBFL42 0xF00661B4          MC 81 Read Data and Bit Flip Register 42
MTU_MC81_RDBFL43 0xF00661B6          MC 81 Read Data and Bit Flip Register 43
MTU_MC81_RDBFL44 0xF00661B8          MC 81 Read Data and Bit Flip Register 44
MTU_MC81_RDBFL45 0xF00661BA          MC 81 Read Data and Bit Flip Register 45
MTU_MC81_RDBFL46 0xF00661BC          MC 81 Read Data and Bit Flip Register 46
MTU_MC81_RDBFL47 0xF00661BE          MC 81 Read Data and Bit Flip Register 47
MTU_MC81_RDBFL48 0xF00661C0          MC 81 Read Data and Bit Flip Register 48
MTU_MC81_RDBFL49 0xF00661C2          MC 81 Read Data and Bit Flip Register 49
MTU_MC81_RDBFL50 0xF00661C4          MC 81 Read Data and Bit Flip Register 50
MTU_MC81_RDBFL51 0xF00661C6          MC 81 Read Data and Bit Flip Register 51
MTU_MC81_RDBFL52 0xF00661C8          MC 81 Read Data and Bit Flip Register 52
MTU_MC81_RDBFL53 0xF00661CA          MC 81 Read Data and Bit Flip Register 53
MTU_MC81_RDBFL54 0xF00661CC          MC 81 Read Data and Bit Flip Register 54
MTU_MC81_RDBFL55 0xF00661CE          MC 81 Read Data and Bit Flip Register 55
MTU_MC81_RDBFL56 0xF00661D0          MC 81 Read Data and Bit Flip Register 56
MTU_MC81_RDBFL57 0xF00661D2          MC 81 Read Data and Bit Flip Register 57
MTU_MC81_RDBFL58 0xF00661D4          MC 81 Read Data and Bit Flip Register 58
MTU_MC81_RDBFL59 0xF00661D6          MC 81 Read Data and Bit Flip Register 59
MTU_MC81_RDBFL60 0xF00661D8          MC 81 Read Data and Bit Flip Register 60
MTU_MC81_RDBFL61 0xF00661DA          MC 81 Read Data and Bit Flip Register 61
MTU_MC81_RDBFL62 0xF00661DC          MC 81 Read Data and Bit Flip Register 62
MTU_MC81_RDBFL63 0xF00661DE          MC 81 Read Data and Bit Flip Register 63
MTU_MC81_RDBFL64 0xF00661E0          MC 81 Read Data and Bit Flip Register 64
MTU_MC81_RDBFL65 0xF00661E2          MC 81 Read Data and Bit Flip Register 65
MTU_MC81_RDBFL66 0xF00661E4          MC 81 Read Data and Bit Flip Register 66
MTU_MC81_ALMSRCS 0xF00661EE          MC 81 Alarm Sources Configuration Register
MTU_MC81_FAULTSTS 0xF00661F0          MC 81 SSH Safety Faults Status Register
MTU_MC81_ERRINFO0 0xF00661F2          MC 81 Error Information Register 0
MTU_MC81_ERRINFO1 0xF00661F4          MC 81 Error Information Register 1
MTU_MC81_ERRINFO2 0xF00661F6          MC 81 Error Information Register 2
MTU_MC81_ERRINFO3 0xF00661F8          MC 81 Error Information Register 3
MTU_MC81_ERRINFO4 0xF00661FA          MC 81 Error Information Register 4
MTU_MC82_CONFIG0 0xF0066200          MC 82 Configuration Register 0
MTU_MC82_CONFIG1 0xF0066202          MC 82 Configuration Register 1
MTU_MC82_MCONTROL 0xF0066204          MC 82 MBIST Control Register
MTU_MC82_MSTATUS 0xF0066206          MC 82 Status Register
MTU_MC82_RANGE  0xF0066208          MC 82 Range Register, single address mode
MTU_MC82_REVID  0xF006620C          MC 82 Revision ID Register
MTU_MC82_ECCS   0xF006620E          MC 82 ECC Safety Register
MTU_MC82_ECCD   0xF0066210          MC 82 Memory ECC Detection Register
MTU_MC82_ETRR0  0xF0066212          MC 82 Error Tracking Register 0
MTU_MC82_ETRR1  0xF0066214          MC 82 Error Tracking Register 1
MTU_MC82_ETRR2  0xF0066216          MC 82 Error Tracking Register 2
MTU_MC82_ETRR3  0xF0066218          MC 82 Error Tracking Register 3
MTU_MC82_ETRR4  0xF006621A          MC 82 Error Tracking Register 4
MTU_MC82_RDBFL0 0xF0066260          MC 82 Read Data and Bit Flip Register 0
MTU_MC82_RDBFL1 0xF0066262          MC 82 Read Data and Bit Flip Register 1
MTU_MC82_RDBFL2 0xF0066264          MC 82 Read Data and Bit Flip Register 2
MTU_MC82_RDBFL3 0xF0066266          MC 82 Read Data and Bit Flip Register 3
MTU_MC82_RDBFL4 0xF0066268          MC 82 Read Data and Bit Flip Register 4
MTU_MC82_RDBFL5 0xF006626A          MC 82 Read Data and Bit Flip Register 5
MTU_MC82_RDBFL6 0xF006626C          MC 82 Read Data and Bit Flip Register 6
MTU_MC82_RDBFL7 0xF006626E          MC 82 Read Data and Bit Flip Register 7
MTU_MC82_RDBFL8 0xF0066270          MC 82 Read Data and Bit Flip Register 8
MTU_MC82_RDBFL9 0xF0066272          MC 82 Read Data and Bit Flip Register 9
MTU_MC82_RDBFL10 0xF0066274          MC 82 Read Data and Bit Flip Register 10
MTU_MC82_RDBFL11 0xF0066276          MC 82 Read Data and Bit Flip Register 11
MTU_MC82_RDBFL12 0xF0066278          MC 82 Read Data and Bit Flip Register 12
MTU_MC82_RDBFL13 0xF006627A          MC 82 Read Data and Bit Flip Register 13
MTU_MC82_RDBFL14 0xF006627C          MC 82 Read Data and Bit Flip Register 14
MTU_MC82_RDBFL15 0xF006627E          MC 82 Read Data and Bit Flip Register 15
MTU_MC82_RDBFL16 0xF0066280          MC 82 Read Data and Bit Flip Register 16
MTU_MC82_RDBFL17 0xF0066282          MC 82 Read Data and Bit Flip Register 17
MTU_MC82_RDBFL18 0xF0066284          MC 82 Read Data and Bit Flip Register 18
MTU_MC82_RDBFL19 0xF0066286          MC 82 Read Data and Bit Flip Register 19
MTU_MC82_RDBFL20 0xF0066288          MC 82 Read Data and Bit Flip Register 20
MTU_MC82_RDBFL21 0xF006628A          MC 82 Read Data and Bit Flip Register 21
MTU_MC82_RDBFL22 0xF006628C          MC 82 Read Data and Bit Flip Register 22
MTU_MC82_RDBFL23 0xF006628E          MC 82 Read Data and Bit Flip Register 23
MTU_MC82_RDBFL24 0xF0066290          MC 82 Read Data and Bit Flip Register 24
MTU_MC82_RDBFL25 0xF0066292          MC 82 Read Data and Bit Flip Register 25
MTU_MC82_RDBFL26 0xF0066294          MC 82 Read Data and Bit Flip Register 26
MTU_MC82_RDBFL27 0xF0066296          MC 82 Read Data and Bit Flip Register 27
MTU_MC82_RDBFL28 0xF0066298          MC 82 Read Data and Bit Flip Register 28
MTU_MC82_RDBFL29 0xF006629A          MC 82 Read Data and Bit Flip Register 29
MTU_MC82_RDBFL30 0xF006629C          MC 82 Read Data and Bit Flip Register 30
MTU_MC82_RDBFL31 0xF006629E          MC 82 Read Data and Bit Flip Register 31
MTU_MC82_RDBFL32 0xF00662A0          MC 82 Read Data and Bit Flip Register 32
MTU_MC82_RDBFL33 0xF00662A2          MC 82 Read Data and Bit Flip Register 33
MTU_MC82_RDBFL34 0xF00662A4          MC 82 Read Data and Bit Flip Register 34
MTU_MC82_RDBFL35 0xF00662A6          MC 82 Read Data and Bit Flip Register 35
MTU_MC82_RDBFL36 0xF00662A8          MC 82 Read Data and Bit Flip Register 36
MTU_MC82_RDBFL37 0xF00662AA          MC 82 Read Data and Bit Flip Register 37
MTU_MC82_RDBFL38 0xF00662AC          MC 82 Read Data and Bit Flip Register 38
MTU_MC82_RDBFL39 0xF00662AE          MC 82 Read Data and Bit Flip Register 39
MTU_MC82_RDBFL40 0xF00662B0          MC 82 Read Data and Bit Flip Register 40
MTU_MC82_RDBFL41 0xF00662B2          MC 82 Read Data and Bit Flip Register 41
MTU_MC82_RDBFL42 0xF00662B4          MC 82 Read Data and Bit Flip Register 42
MTU_MC82_RDBFL43 0xF00662B6          MC 82 Read Data and Bit Flip Register 43
MTU_MC82_RDBFL44 0xF00662B8          MC 82 Read Data and Bit Flip Register 44
MTU_MC82_RDBFL45 0xF00662BA          MC 82 Read Data and Bit Flip Register 45
MTU_MC82_RDBFL46 0xF00662BC          MC 82 Read Data and Bit Flip Register 46
MTU_MC82_RDBFL47 0xF00662BE          MC 82 Read Data and Bit Flip Register 47
MTU_MC82_RDBFL48 0xF00662C0          MC 82 Read Data and Bit Flip Register 48
MTU_MC82_RDBFL49 0xF00662C2          MC 82 Read Data and Bit Flip Register 49
MTU_MC82_RDBFL50 0xF00662C4          MC 82 Read Data and Bit Flip Register 50
MTU_MC82_RDBFL51 0xF00662C6          MC 82 Read Data and Bit Flip Register 51
MTU_MC82_RDBFL52 0xF00662C8          MC 82 Read Data and Bit Flip Register 52
MTU_MC82_RDBFL53 0xF00662CA          MC 82 Read Data and Bit Flip Register 53
MTU_MC82_RDBFL54 0xF00662CC          MC 82 Read Data and Bit Flip Register 54
MTU_MC82_RDBFL55 0xF00662CE          MC 82 Read Data and Bit Flip Register 55
MTU_MC82_RDBFL56 0xF00662D0          MC 82 Read Data and Bit Flip Register 56
MTU_MC82_RDBFL57 0xF00662D2          MC 82 Read Data and Bit Flip Register 57
MTU_MC82_RDBFL58 0xF00662D4          MC 82 Read Data and Bit Flip Register 58
MTU_MC82_RDBFL59 0xF00662D6          MC 82 Read Data and Bit Flip Register 59
MTU_MC82_RDBFL60 0xF00662D8          MC 82 Read Data and Bit Flip Register 60
MTU_MC82_RDBFL61 0xF00662DA          MC 82 Read Data and Bit Flip Register 61
MTU_MC82_RDBFL62 0xF00662DC          MC 82 Read Data and Bit Flip Register 62
MTU_MC82_RDBFL63 0xF00662DE          MC 82 Read Data and Bit Flip Register 63
MTU_MC82_RDBFL64 0xF00662E0          MC 82 Read Data and Bit Flip Register 64
MTU_MC82_RDBFL65 0xF00662E2          MC 82 Read Data and Bit Flip Register 65
MTU_MC82_RDBFL66 0xF00662E4          MC 82 Read Data and Bit Flip Register 66
MTU_MC82_ALMSRCS 0xF00662EE          MC 82 Alarm Sources Configuration Register
MTU_MC82_FAULTSTS 0xF00662F0          MC 82 SSH Safety Faults Status Register
MTU_MC82_ERRINFO0 0xF00662F2          MC 82 Error Information Register 0
MTU_MC82_ERRINFO1 0xF00662F4          MC 82 Error Information Register 1
MTU_MC82_ERRINFO2 0xF00662F6          MC 82 Error Information Register 2
MTU_MC82_ERRINFO3 0xF00662F8          MC 82 Error Information Register 3
MTU_MC82_ERRINFO4 0xF00662FA          MC 82 Error Information Register 4
MTU_MC83_CONFIG0 0xF0066300          MC 83 Configuration Register 0
MTU_MC83_CONFIG1 0xF0066302          MC 83 Configuration Register 1
MTU_MC83_MCONTROL 0xF0066304          MC 83 MBIST Control Register
MTU_MC83_MSTATUS 0xF0066306          MC 83 Status Register
MTU_MC83_RANGE  0xF0066308          MC 83 Range Register, single address mode
MTU_MC83_REVID  0xF006630C          MC 83 Revision ID Register
MTU_MC83_ECCS   0xF006630E          MC 83 ECC Safety Register
MTU_MC83_ECCD   0xF0066310          MC 83 Memory ECC Detection Register
MTU_MC83_ETRR0  0xF0066312          MC 83 Error Tracking Register 0
MTU_MC83_ETRR1  0xF0066314          MC 83 Error Tracking Register 1
MTU_MC83_ETRR2  0xF0066316          MC 83 Error Tracking Register 2
MTU_MC83_ETRR3  0xF0066318          MC 83 Error Tracking Register 3
MTU_MC83_ETRR4  0xF006631A          MC 83 Error Tracking Register 4
MTU_MC83_RDBFL0 0xF0066360          MC 83 Read Data and Bit Flip Register 0
MTU_MC83_RDBFL1 0xF0066362          MC 83 Read Data and Bit Flip Register 1
MTU_MC83_RDBFL2 0xF0066364          MC 83 Read Data and Bit Flip Register 2
MTU_MC83_RDBFL3 0xF0066366          MC 83 Read Data and Bit Flip Register 3
MTU_MC83_RDBFL4 0xF0066368          MC 83 Read Data and Bit Flip Register 4
MTU_MC83_RDBFL5 0xF006636A          MC 83 Read Data and Bit Flip Register 5
MTU_MC83_RDBFL6 0xF006636C          MC 83 Read Data and Bit Flip Register 6
MTU_MC83_RDBFL7 0xF006636E          MC 83 Read Data and Bit Flip Register 7
MTU_MC83_RDBFL8 0xF0066370          MC 83 Read Data and Bit Flip Register 8
MTU_MC83_RDBFL9 0xF0066372          MC 83 Read Data and Bit Flip Register 9
MTU_MC83_RDBFL10 0xF0066374          MC 83 Read Data and Bit Flip Register 10
MTU_MC83_RDBFL11 0xF0066376          MC 83 Read Data and Bit Flip Register 11
MTU_MC83_RDBFL12 0xF0066378          MC 83 Read Data and Bit Flip Register 12
MTU_MC83_RDBFL13 0xF006637A          MC 83 Read Data and Bit Flip Register 13
MTU_MC83_RDBFL14 0xF006637C          MC 83 Read Data and Bit Flip Register 14
MTU_MC83_RDBFL15 0xF006637E          MC 83 Read Data and Bit Flip Register 15
MTU_MC83_RDBFL16 0xF0066380          MC 83 Read Data and Bit Flip Register 16
MTU_MC83_RDBFL17 0xF0066382          MC 83 Read Data and Bit Flip Register 17
MTU_MC83_RDBFL18 0xF0066384          MC 83 Read Data and Bit Flip Register 18
MTU_MC83_RDBFL19 0xF0066386          MC 83 Read Data and Bit Flip Register 19
MTU_MC83_RDBFL20 0xF0066388          MC 83 Read Data and Bit Flip Register 20
MTU_MC83_RDBFL21 0xF006638A          MC 83 Read Data and Bit Flip Register 21
MTU_MC83_RDBFL22 0xF006638C          MC 83 Read Data and Bit Flip Register 22
MTU_MC83_RDBFL23 0xF006638E          MC 83 Read Data and Bit Flip Register 23
MTU_MC83_RDBFL24 0xF0066390          MC 83 Read Data and Bit Flip Register 24
MTU_MC83_RDBFL25 0xF0066392          MC 83 Read Data and Bit Flip Register 25
MTU_MC83_RDBFL26 0xF0066394          MC 83 Read Data and Bit Flip Register 26
MTU_MC83_RDBFL27 0xF0066396          MC 83 Read Data and Bit Flip Register 27
MTU_MC83_RDBFL28 0xF0066398          MC 83 Read Data and Bit Flip Register 28
MTU_MC83_RDBFL29 0xF006639A          MC 83 Read Data and Bit Flip Register 29
MTU_MC83_RDBFL30 0xF006639C          MC 83 Read Data and Bit Flip Register 30
MTU_MC83_RDBFL31 0xF006639E          MC 83 Read Data and Bit Flip Register 31
MTU_MC83_RDBFL32 0xF00663A0          MC 83 Read Data and Bit Flip Register 32
MTU_MC83_RDBFL33 0xF00663A2          MC 83 Read Data and Bit Flip Register 33
MTU_MC83_RDBFL34 0xF00663A4          MC 83 Read Data and Bit Flip Register 34
MTU_MC83_RDBFL35 0xF00663A6          MC 83 Read Data and Bit Flip Register 35
MTU_MC83_RDBFL36 0xF00663A8          MC 83 Read Data and Bit Flip Register 36
MTU_MC83_RDBFL37 0xF00663AA          MC 83 Read Data and Bit Flip Register 37
MTU_MC83_RDBFL38 0xF00663AC          MC 83 Read Data and Bit Flip Register 38
MTU_MC83_RDBFL39 0xF00663AE          MC 83 Read Data and Bit Flip Register 39
MTU_MC83_RDBFL40 0xF00663B0          MC 83 Read Data and Bit Flip Register 40
MTU_MC83_RDBFL41 0xF00663B2          MC 83 Read Data and Bit Flip Register 41
MTU_MC83_RDBFL42 0xF00663B4          MC 83 Read Data and Bit Flip Register 42
MTU_MC83_RDBFL43 0xF00663B6          MC 83 Read Data and Bit Flip Register 43
MTU_MC83_RDBFL44 0xF00663B8          MC 83 Read Data and Bit Flip Register 44
MTU_MC83_RDBFL45 0xF00663BA          MC 83 Read Data and Bit Flip Register 45
MTU_MC83_RDBFL46 0xF00663BC          MC 83 Read Data and Bit Flip Register 46
MTU_MC83_RDBFL47 0xF00663BE          MC 83 Read Data and Bit Flip Register 47
MTU_MC83_RDBFL48 0xF00663C0          MC 83 Read Data and Bit Flip Register 48
MTU_MC83_RDBFL49 0xF00663C2          MC 83 Read Data and Bit Flip Register 49
MTU_MC83_RDBFL50 0xF00663C4          MC 83 Read Data and Bit Flip Register 50
MTU_MC83_RDBFL51 0xF00663C6          MC 83 Read Data and Bit Flip Register 51
MTU_MC83_RDBFL52 0xF00663C8          MC 83 Read Data and Bit Flip Register 52
MTU_MC83_RDBFL53 0xF00663CA          MC 83 Read Data and Bit Flip Register 53
MTU_MC83_RDBFL54 0xF00663CC          MC 83 Read Data and Bit Flip Register 54
MTU_MC83_RDBFL55 0xF00663CE          MC 83 Read Data and Bit Flip Register 55
MTU_MC83_RDBFL56 0xF00663D0          MC 83 Read Data and Bit Flip Register 56
MTU_MC83_RDBFL57 0xF00663D2          MC 83 Read Data and Bit Flip Register 57
MTU_MC83_RDBFL58 0xF00663D4          MC 83 Read Data and Bit Flip Register 58
MTU_MC83_RDBFL59 0xF00663D6          MC 83 Read Data and Bit Flip Register 59
MTU_MC83_RDBFL60 0xF00663D8          MC 83 Read Data and Bit Flip Register 60
MTU_MC83_RDBFL61 0xF00663DA          MC 83 Read Data and Bit Flip Register 61
MTU_MC83_RDBFL62 0xF00663DC          MC 83 Read Data and Bit Flip Register 62
MTU_MC83_RDBFL63 0xF00663DE          MC 83 Read Data and Bit Flip Register 63
MTU_MC83_RDBFL64 0xF00663E0          MC 83 Read Data and Bit Flip Register 64
MTU_MC83_RDBFL65 0xF00663E2          MC 83 Read Data and Bit Flip Register 65
MTU_MC83_RDBFL66 0xF00663E4          MC 83 Read Data and Bit Flip Register 66
MTU_MC83_ALMSRCS 0xF00663EE          MC 83 Alarm Sources Configuration Register
MTU_MC83_FAULTSTS 0xF00663F0          MC 83 SSH Safety Faults Status Register
MTU_MC83_ERRINFO0 0xF00663F2          MC 83 Error Information Register 0
MTU_MC83_ERRINFO1 0xF00663F4          MC 83 Error Information Register 1
MTU_MC83_ERRINFO2 0xF00663F6          MC 83 Error Information Register 2
MTU_MC83_ERRINFO3 0xF00663F8          MC 83 Error Information Register 3
MTU_MC83_ERRINFO4 0xF00663FA          MC 83 Error Information Register 4
MTU_MC84_CONFIG0 0xF0066400          MC 84 Configuration Register 0
MTU_MC84_CONFIG1 0xF0066402          MC 84 Configuration Register 1
MTU_MC84_MCONTROL 0xF0066404          MC 84 MBIST Control Register
MTU_MC84_MSTATUS 0xF0066406          MC 84 Status Register
MTU_MC84_RANGE  0xF0066408          MC 84 Range Register, single address mode
MTU_MC84_REVID  0xF006640C          MC 84 Revision ID Register
MTU_MC84_ECCS   0xF006640E          MC 84 ECC Safety Register
MTU_MC84_ECCD   0xF0066410          MC 84 Memory ECC Detection Register
MTU_MC84_ETRR0  0xF0066412          MC 84 Error Tracking Register 0
MTU_MC84_ETRR1  0xF0066414          MC 84 Error Tracking Register 1
MTU_MC84_ETRR2  0xF0066416          MC 84 Error Tracking Register 2
MTU_MC84_ETRR3  0xF0066418          MC 84 Error Tracking Register 3
MTU_MC84_ETRR4  0xF006641A          MC 84 Error Tracking Register 4
MTU_MC84_RDBFL0 0xF0066460          MC 84 Read Data and Bit Flip Register 0
MTU_MC84_RDBFL1 0xF0066462          MC 84 Read Data and Bit Flip Register 1
MTU_MC84_RDBFL2 0xF0066464          MC 84 Read Data and Bit Flip Register 2
MTU_MC84_RDBFL3 0xF0066466          MC 84 Read Data and Bit Flip Register 3
MTU_MC84_RDBFL4 0xF0066468          MC 84 Read Data and Bit Flip Register 4
MTU_MC84_RDBFL5 0xF006646A          MC 84 Read Data and Bit Flip Register 5
MTU_MC84_RDBFL6 0xF006646C          MC 84 Read Data and Bit Flip Register 6
MTU_MC84_RDBFL7 0xF006646E          MC 84 Read Data and Bit Flip Register 7
MTU_MC84_RDBFL8 0xF0066470          MC 84 Read Data and Bit Flip Register 8
MTU_MC84_RDBFL9 0xF0066472          MC 84 Read Data and Bit Flip Register 9
MTU_MC84_RDBFL10 0xF0066474          MC 84 Read Data and Bit Flip Register 10
MTU_MC84_RDBFL11 0xF0066476          MC 84 Read Data and Bit Flip Register 11
MTU_MC84_RDBFL12 0xF0066478          MC 84 Read Data and Bit Flip Register 12
MTU_MC84_RDBFL13 0xF006647A          MC 84 Read Data and Bit Flip Register 13
MTU_MC84_RDBFL14 0xF006647C          MC 84 Read Data and Bit Flip Register 14
MTU_MC84_RDBFL15 0xF006647E          MC 84 Read Data and Bit Flip Register 15
MTU_MC84_RDBFL16 0xF0066480          MC 84 Read Data and Bit Flip Register 16
MTU_MC84_RDBFL17 0xF0066482          MC 84 Read Data and Bit Flip Register 17
MTU_MC84_RDBFL18 0xF0066484          MC 84 Read Data and Bit Flip Register 18
MTU_MC84_RDBFL19 0xF0066486          MC 84 Read Data and Bit Flip Register 19
MTU_MC84_RDBFL20 0xF0066488          MC 84 Read Data and Bit Flip Register 20
MTU_MC84_RDBFL21 0xF006648A          MC 84 Read Data and Bit Flip Register 21
MTU_MC84_RDBFL22 0xF006648C          MC 84 Read Data and Bit Flip Register 22
MTU_MC84_RDBFL23 0xF006648E          MC 84 Read Data and Bit Flip Register 23
MTU_MC84_RDBFL24 0xF0066490          MC 84 Read Data and Bit Flip Register 24
MTU_MC84_RDBFL25 0xF0066492          MC 84 Read Data and Bit Flip Register 25
MTU_MC84_RDBFL26 0xF0066494          MC 84 Read Data and Bit Flip Register 26
MTU_MC84_RDBFL27 0xF0066496          MC 84 Read Data and Bit Flip Register 27
MTU_MC84_RDBFL28 0xF0066498          MC 84 Read Data and Bit Flip Register 28
MTU_MC84_RDBFL29 0xF006649A          MC 84 Read Data and Bit Flip Register 29
MTU_MC84_RDBFL30 0xF006649C          MC 84 Read Data and Bit Flip Register 30
MTU_MC84_RDBFL31 0xF006649E          MC 84 Read Data and Bit Flip Register 31
MTU_MC84_RDBFL32 0xF00664A0          MC 84 Read Data and Bit Flip Register 32
MTU_MC84_RDBFL33 0xF00664A2          MC 84 Read Data and Bit Flip Register 33
MTU_MC84_RDBFL34 0xF00664A4          MC 84 Read Data and Bit Flip Register 34
MTU_MC84_RDBFL35 0xF00664A6          MC 84 Read Data and Bit Flip Register 35
MTU_MC84_RDBFL36 0xF00664A8          MC 84 Read Data and Bit Flip Register 36
MTU_MC84_RDBFL37 0xF00664AA          MC 84 Read Data and Bit Flip Register 37
MTU_MC84_RDBFL38 0xF00664AC          MC 84 Read Data and Bit Flip Register 38
MTU_MC84_RDBFL39 0xF00664AE          MC 84 Read Data and Bit Flip Register 39
MTU_MC84_RDBFL40 0xF00664B0          MC 84 Read Data and Bit Flip Register 40
MTU_MC84_RDBFL41 0xF00664B2          MC 84 Read Data and Bit Flip Register 41
MTU_MC84_RDBFL42 0xF00664B4          MC 84 Read Data and Bit Flip Register 42
MTU_MC84_RDBFL43 0xF00664B6          MC 84 Read Data and Bit Flip Register 43
MTU_MC84_RDBFL44 0xF00664B8          MC 84 Read Data and Bit Flip Register 44
MTU_MC84_RDBFL45 0xF00664BA          MC 84 Read Data and Bit Flip Register 45
MTU_MC84_RDBFL46 0xF00664BC          MC 84 Read Data and Bit Flip Register 46
MTU_MC84_RDBFL47 0xF00664BE          MC 84 Read Data and Bit Flip Register 47
MTU_MC84_RDBFL48 0xF00664C0          MC 84 Read Data and Bit Flip Register 48
MTU_MC84_RDBFL49 0xF00664C2          MC 84 Read Data and Bit Flip Register 49
MTU_MC84_RDBFL50 0xF00664C4          MC 84 Read Data and Bit Flip Register 50
MTU_MC84_RDBFL51 0xF00664C6          MC 84 Read Data and Bit Flip Register 51
MTU_MC84_RDBFL52 0xF00664C8          MC 84 Read Data and Bit Flip Register 52
MTU_MC84_RDBFL53 0xF00664CA          MC 84 Read Data and Bit Flip Register 53
MTU_MC84_RDBFL54 0xF00664CC          MC 84 Read Data and Bit Flip Register 54
MTU_MC84_RDBFL55 0xF00664CE          MC 84 Read Data and Bit Flip Register 55
MTU_MC84_RDBFL56 0xF00664D0          MC 84 Read Data and Bit Flip Register 56
MTU_MC84_RDBFL57 0xF00664D2          MC 84 Read Data and Bit Flip Register 57
MTU_MC84_RDBFL58 0xF00664D4          MC 84 Read Data and Bit Flip Register 58
MTU_MC84_RDBFL59 0xF00664D6          MC 84 Read Data and Bit Flip Register 59
MTU_MC84_RDBFL60 0xF00664D8          MC 84 Read Data and Bit Flip Register 60
MTU_MC84_RDBFL61 0xF00664DA          MC 84 Read Data and Bit Flip Register 61
MTU_MC84_RDBFL62 0xF00664DC          MC 84 Read Data and Bit Flip Register 62
MTU_MC84_RDBFL63 0xF00664DE          MC 84 Read Data and Bit Flip Register 63
MTU_MC84_RDBFL64 0xF00664E0          MC 84 Read Data and Bit Flip Register 64
MTU_MC84_RDBFL65 0xF00664E2          MC 84 Read Data and Bit Flip Register 65
MTU_MC84_RDBFL66 0xF00664E4          MC 84 Read Data and Bit Flip Register 66
MTU_MC84_ALMSRCS 0xF00664EE          MC 84 Alarm Sources Configuration Register
MTU_MC84_FAULTSTS 0xF00664F0          MC 84 SSH Safety Faults Status Register
MTU_MC84_ERRINFO0 0xF00664F2          MC 84 Error Information Register 0
MTU_MC84_ERRINFO1 0xF00664F4          MC 84 Error Information Register 1
MTU_MC84_ERRINFO2 0xF00664F6          MC 84 Error Information Register 2
MTU_MC84_ERRINFO3 0xF00664F8          MC 84 Error Information Register 3
MTU_MC84_ERRINFO4 0xF00664FA          MC 84 Error Information Register 4
MTU_MC85_CONFIG0 0xF0066500          MC 85 Configuration Register 0
MTU_MC85_CONFIG1 0xF0066502          MC 85 Configuration Register 1
MTU_MC85_MCONTROL 0xF0066504          MC 85 MBIST Control Register
MTU_MC85_MSTATUS 0xF0066506          MC 85 Status Register
MTU_MC85_RANGE  0xF0066508          MC 85 Range Register, single address mode
MTU_MC85_REVID  0xF006650C          MC 85 Revision ID Register
MTU_MC85_ECCS   0xF006650E          MC 85 ECC Safety Register
MTU_MC85_ECCD   0xF0066510          MC 85 Memory ECC Detection Register
MTU_MC85_ETRR0  0xF0066512          MC 85 Error Tracking Register 0
MTU_MC85_ETRR1  0xF0066514          MC 85 Error Tracking Register 1
MTU_MC85_ETRR2  0xF0066516          MC 85 Error Tracking Register 2
MTU_MC85_ETRR3  0xF0066518          MC 85 Error Tracking Register 3
MTU_MC85_ETRR4  0xF006651A          MC 85 Error Tracking Register 4
MTU_MC85_RDBFL0 0xF0066560          MC 85 Read Data and Bit Flip Register 0
MTU_MC85_RDBFL1 0xF0066562          MC 85 Read Data and Bit Flip Register 1
MTU_MC85_RDBFL2 0xF0066564          MC 85 Read Data and Bit Flip Register 2
MTU_MC85_RDBFL3 0xF0066566          MC 85 Read Data and Bit Flip Register 3
MTU_MC85_RDBFL4 0xF0066568          MC 85 Read Data and Bit Flip Register 4
MTU_MC85_RDBFL5 0xF006656A          MC 85 Read Data and Bit Flip Register 5
MTU_MC85_RDBFL6 0xF006656C          MC 85 Read Data and Bit Flip Register 6
MTU_MC85_RDBFL7 0xF006656E          MC 85 Read Data and Bit Flip Register 7
MTU_MC85_RDBFL8 0xF0066570          MC 85 Read Data and Bit Flip Register 8
MTU_MC85_RDBFL9 0xF0066572          MC 85 Read Data and Bit Flip Register 9
MTU_MC85_RDBFL10 0xF0066574          MC 85 Read Data and Bit Flip Register 10
MTU_MC85_RDBFL11 0xF0066576          MC 85 Read Data and Bit Flip Register 11
MTU_MC85_RDBFL12 0xF0066578          MC 85 Read Data and Bit Flip Register 12
MTU_MC85_RDBFL13 0xF006657A          MC 85 Read Data and Bit Flip Register 13
MTU_MC85_RDBFL14 0xF006657C          MC 85 Read Data and Bit Flip Register 14
MTU_MC85_RDBFL15 0xF006657E          MC 85 Read Data and Bit Flip Register 15
MTU_MC85_RDBFL16 0xF0066580          MC 85 Read Data and Bit Flip Register 16
MTU_MC85_RDBFL17 0xF0066582          MC 85 Read Data and Bit Flip Register 17
MTU_MC85_RDBFL18 0xF0066584          MC 85 Read Data and Bit Flip Register 18
MTU_MC85_RDBFL19 0xF0066586          MC 85 Read Data and Bit Flip Register 19
MTU_MC85_RDBFL20 0xF0066588          MC 85 Read Data and Bit Flip Register 20
MTU_MC85_RDBFL21 0xF006658A          MC 85 Read Data and Bit Flip Register 21
MTU_MC85_RDBFL22 0xF006658C          MC 85 Read Data and Bit Flip Register 22
MTU_MC85_RDBFL23 0xF006658E          MC 85 Read Data and Bit Flip Register 23
MTU_MC85_RDBFL24 0xF0066590          MC 85 Read Data and Bit Flip Register 24
MTU_MC85_RDBFL25 0xF0066592          MC 85 Read Data and Bit Flip Register 25
MTU_MC85_RDBFL26 0xF0066594          MC 85 Read Data and Bit Flip Register 26
MTU_MC85_RDBFL27 0xF0066596          MC 85 Read Data and Bit Flip Register 27
MTU_MC85_RDBFL28 0xF0066598          MC 85 Read Data and Bit Flip Register 28
MTU_MC85_RDBFL29 0xF006659A          MC 85 Read Data and Bit Flip Register 29
MTU_MC85_RDBFL30 0xF006659C          MC 85 Read Data and Bit Flip Register 30
MTU_MC85_RDBFL31 0xF006659E          MC 85 Read Data and Bit Flip Register 31
MTU_MC85_RDBFL32 0xF00665A0          MC 85 Read Data and Bit Flip Register 32
MTU_MC85_RDBFL33 0xF00665A2          MC 85 Read Data and Bit Flip Register 33
MTU_MC85_RDBFL34 0xF00665A4          MC 85 Read Data and Bit Flip Register 34
MTU_MC85_RDBFL35 0xF00665A6          MC 85 Read Data and Bit Flip Register 35
MTU_MC85_RDBFL36 0xF00665A8          MC 85 Read Data and Bit Flip Register 36
MTU_MC85_RDBFL37 0xF00665AA          MC 85 Read Data and Bit Flip Register 37
MTU_MC85_RDBFL38 0xF00665AC          MC 85 Read Data and Bit Flip Register 38
MTU_MC85_RDBFL39 0xF00665AE          MC 85 Read Data and Bit Flip Register 39
MTU_MC85_RDBFL40 0xF00665B0          MC 85 Read Data and Bit Flip Register 40
MTU_MC85_RDBFL41 0xF00665B2          MC 85 Read Data and Bit Flip Register 41
MTU_MC85_RDBFL42 0xF00665B4          MC 85 Read Data and Bit Flip Register 42
MTU_MC85_RDBFL43 0xF00665B6          MC 85 Read Data and Bit Flip Register 43
MTU_MC85_RDBFL44 0xF00665B8          MC 85 Read Data and Bit Flip Register 44
MTU_MC85_RDBFL45 0xF00665BA          MC 85 Read Data and Bit Flip Register 45
MTU_MC85_RDBFL46 0xF00665BC          MC 85 Read Data and Bit Flip Register 46
MTU_MC85_RDBFL47 0xF00665BE          MC 85 Read Data and Bit Flip Register 47
MTU_MC85_RDBFL48 0xF00665C0          MC 85 Read Data and Bit Flip Register 48
MTU_MC85_RDBFL49 0xF00665C2          MC 85 Read Data and Bit Flip Register 49
MTU_MC85_RDBFL50 0xF00665C4          MC 85 Read Data and Bit Flip Register 50
MTU_MC85_RDBFL51 0xF00665C6          MC 85 Read Data and Bit Flip Register 51
MTU_MC85_RDBFL52 0xF00665C8          MC 85 Read Data and Bit Flip Register 52
MTU_MC85_RDBFL53 0xF00665CA          MC 85 Read Data and Bit Flip Register 53
MTU_MC85_RDBFL54 0xF00665CC          MC 85 Read Data and Bit Flip Register 54
MTU_MC85_RDBFL55 0xF00665CE          MC 85 Read Data and Bit Flip Register 55
MTU_MC85_RDBFL56 0xF00665D0          MC 85 Read Data and Bit Flip Register 56
MTU_MC85_RDBFL57 0xF00665D2          MC 85 Read Data and Bit Flip Register 57
MTU_MC85_RDBFL58 0xF00665D4          MC 85 Read Data and Bit Flip Register 58
MTU_MC85_RDBFL59 0xF00665D6          MC 85 Read Data and Bit Flip Register 59
MTU_MC85_RDBFL60 0xF00665D8          MC 85 Read Data and Bit Flip Register 60
MTU_MC85_RDBFL61 0xF00665DA          MC 85 Read Data and Bit Flip Register 61
MTU_MC85_RDBFL62 0xF00665DC          MC 85 Read Data and Bit Flip Register 62
MTU_MC85_RDBFL63 0xF00665DE          MC 85 Read Data and Bit Flip Register 63
MTU_MC85_RDBFL64 0xF00665E0          MC 85 Read Data and Bit Flip Register 64
MTU_MC85_RDBFL65 0xF00665E2          MC 85 Read Data and Bit Flip Register 65
MTU_MC85_RDBFL66 0xF00665E4          MC 85 Read Data and Bit Flip Register 66
MTU_MC85_ALMSRCS 0xF00665EE          MC 85 Alarm Sources Configuration Register
MTU_MC85_FAULTSTS 0xF00665F0          MC 85 SSH Safety Faults Status Register
MTU_MC85_ERRINFO0 0xF00665F2          MC 85 Error Information Register 0
MTU_MC85_ERRINFO1 0xF00665F4          MC 85 Error Information Register 1
MTU_MC85_ERRINFO2 0xF00665F6          MC 85 Error Information Register 2
MTU_MC85_ERRINFO3 0xF00665F8          MC 85 Error Information Register 3
MTU_MC85_ERRINFO4 0xF00665FA          MC 85 Error Information Register 4
MTU_MC86_CONFIG0 0xF0066600          MC 86 Configuration Register 0
MTU_MC86_CONFIG1 0xF0066602          MC 86 Configuration Register 1
MTU_MC86_MCONTROL 0xF0066604          MC 86 MBIST Control Register
MTU_MC86_MSTATUS 0xF0066606          MC 86 Status Register
MTU_MC86_RANGE  0xF0066608          MC 86 Range Register, single address mode
MTU_MC86_REVID  0xF006660C          MC 86 Revision ID Register
MTU_MC86_ECCS   0xF006660E          MC 86 ECC Safety Register
MTU_MC86_ECCD   0xF0066610          MC 86 Memory ECC Detection Register
MTU_MC86_ETRR0  0xF0066612          MC 86 Error Tracking Register 0
MTU_MC86_ETRR1  0xF0066614          MC 86 Error Tracking Register 1
MTU_MC86_ETRR2  0xF0066616          MC 86 Error Tracking Register 2
MTU_MC86_ETRR3  0xF0066618          MC 86 Error Tracking Register 3
MTU_MC86_ETRR4  0xF006661A          MC 86 Error Tracking Register 4
MTU_MC86_RDBFL0 0xF0066660          MC 86 Read Data and Bit Flip Register 0
MTU_MC86_RDBFL1 0xF0066662          MC 86 Read Data and Bit Flip Register 1
MTU_MC86_RDBFL2 0xF0066664          MC 86 Read Data and Bit Flip Register 2
MTU_MC86_RDBFL3 0xF0066666          MC 86 Read Data and Bit Flip Register 3
MTU_MC86_RDBFL4 0xF0066668          MC 86 Read Data and Bit Flip Register 4
MTU_MC86_RDBFL5 0xF006666A          MC 86 Read Data and Bit Flip Register 5
MTU_MC86_RDBFL6 0xF006666C          MC 86 Read Data and Bit Flip Register 6
MTU_MC86_RDBFL7 0xF006666E          MC 86 Read Data and Bit Flip Register 7
MTU_MC86_RDBFL8 0xF0066670          MC 86 Read Data and Bit Flip Register 8
MTU_MC86_RDBFL9 0xF0066672          MC 86 Read Data and Bit Flip Register 9
MTU_MC86_RDBFL10 0xF0066674          MC 86 Read Data and Bit Flip Register 10
MTU_MC86_RDBFL11 0xF0066676          MC 86 Read Data and Bit Flip Register 11
MTU_MC86_RDBFL12 0xF0066678          MC 86 Read Data and Bit Flip Register 12
MTU_MC86_RDBFL13 0xF006667A          MC 86 Read Data and Bit Flip Register 13
MTU_MC86_RDBFL14 0xF006667C          MC 86 Read Data and Bit Flip Register 14
MTU_MC86_RDBFL15 0xF006667E          MC 86 Read Data and Bit Flip Register 15
MTU_MC86_RDBFL16 0xF0066680          MC 86 Read Data and Bit Flip Register 16
MTU_MC86_RDBFL17 0xF0066682          MC 86 Read Data and Bit Flip Register 17
MTU_MC86_RDBFL18 0xF0066684          MC 86 Read Data and Bit Flip Register 18
MTU_MC86_RDBFL19 0xF0066686          MC 86 Read Data and Bit Flip Register 19
MTU_MC86_RDBFL20 0xF0066688          MC 86 Read Data and Bit Flip Register 20
MTU_MC86_RDBFL21 0xF006668A          MC 86 Read Data and Bit Flip Register 21
MTU_MC86_RDBFL22 0xF006668C          MC 86 Read Data and Bit Flip Register 22
MTU_MC86_RDBFL23 0xF006668E          MC 86 Read Data and Bit Flip Register 23
MTU_MC86_RDBFL24 0xF0066690          MC 86 Read Data and Bit Flip Register 24
MTU_MC86_RDBFL25 0xF0066692          MC 86 Read Data and Bit Flip Register 25
MTU_MC86_RDBFL26 0xF0066694          MC 86 Read Data and Bit Flip Register 26
MTU_MC86_RDBFL27 0xF0066696          MC 86 Read Data and Bit Flip Register 27
MTU_MC86_RDBFL28 0xF0066698          MC 86 Read Data and Bit Flip Register 28
MTU_MC86_RDBFL29 0xF006669A          MC 86 Read Data and Bit Flip Register 29
MTU_MC86_RDBFL30 0xF006669C          MC 86 Read Data and Bit Flip Register 30
MTU_MC86_RDBFL31 0xF006669E          MC 86 Read Data and Bit Flip Register 31
MTU_MC86_RDBFL32 0xF00666A0          MC 86 Read Data and Bit Flip Register 32
MTU_MC86_RDBFL33 0xF00666A2          MC 86 Read Data and Bit Flip Register 33
MTU_MC86_RDBFL34 0xF00666A4          MC 86 Read Data and Bit Flip Register 34
MTU_MC86_RDBFL35 0xF00666A6          MC 86 Read Data and Bit Flip Register 35
MTU_MC86_RDBFL36 0xF00666A8          MC 86 Read Data and Bit Flip Register 36
MTU_MC86_RDBFL37 0xF00666AA          MC 86 Read Data and Bit Flip Register 37
MTU_MC86_RDBFL38 0xF00666AC          MC 86 Read Data and Bit Flip Register 38
MTU_MC86_RDBFL39 0xF00666AE          MC 86 Read Data and Bit Flip Register 39
MTU_MC86_RDBFL40 0xF00666B0          MC 86 Read Data and Bit Flip Register 40
MTU_MC86_RDBFL41 0xF00666B2          MC 86 Read Data and Bit Flip Register 41
MTU_MC86_RDBFL42 0xF00666B4          MC 86 Read Data and Bit Flip Register 42
MTU_MC86_RDBFL43 0xF00666B6          MC 86 Read Data and Bit Flip Register 43
MTU_MC86_RDBFL44 0xF00666B8          MC 86 Read Data and Bit Flip Register 44
MTU_MC86_RDBFL45 0xF00666BA          MC 86 Read Data and Bit Flip Register 45
MTU_MC86_RDBFL46 0xF00666BC          MC 86 Read Data and Bit Flip Register 46
MTU_MC86_RDBFL47 0xF00666BE          MC 86 Read Data and Bit Flip Register 47
MTU_MC86_RDBFL48 0xF00666C0          MC 86 Read Data and Bit Flip Register 48
MTU_MC86_RDBFL49 0xF00666C2          MC 86 Read Data and Bit Flip Register 49
MTU_MC86_RDBFL50 0xF00666C4          MC 86 Read Data and Bit Flip Register 50
MTU_MC86_RDBFL51 0xF00666C6          MC 86 Read Data and Bit Flip Register 51
MTU_MC86_RDBFL52 0xF00666C8          MC 86 Read Data and Bit Flip Register 52
MTU_MC86_RDBFL53 0xF00666CA          MC 86 Read Data and Bit Flip Register 53
MTU_MC86_RDBFL54 0xF00666CC          MC 86 Read Data and Bit Flip Register 54
MTU_MC86_RDBFL55 0xF00666CE          MC 86 Read Data and Bit Flip Register 55
MTU_MC86_RDBFL56 0xF00666D0          MC 86 Read Data and Bit Flip Register 56
MTU_MC86_RDBFL57 0xF00666D2          MC 86 Read Data and Bit Flip Register 57
MTU_MC86_RDBFL58 0xF00666D4          MC 86 Read Data and Bit Flip Register 58
MTU_MC86_RDBFL59 0xF00666D6          MC 86 Read Data and Bit Flip Register 59
MTU_MC86_RDBFL60 0xF00666D8          MC 86 Read Data and Bit Flip Register 60
MTU_MC86_RDBFL61 0xF00666DA          MC 86 Read Data and Bit Flip Register 61
MTU_MC86_RDBFL62 0xF00666DC          MC 86 Read Data and Bit Flip Register 62
MTU_MC86_RDBFL63 0xF00666DE          MC 86 Read Data and Bit Flip Register 63
MTU_MC86_RDBFL64 0xF00666E0          MC 86 Read Data and Bit Flip Register 64
MTU_MC86_RDBFL65 0xF00666E2          MC 86 Read Data and Bit Flip Register 65
MTU_MC86_RDBFL66 0xF00666E4          MC 86 Read Data and Bit Flip Register 66
MTU_MC86_ALMSRCS 0xF00666EE          MC 86 Alarm Sources Configuration Register
MTU_MC86_FAULTSTS 0xF00666F0          MC 86 SSH Safety Faults Status Register
MTU_MC86_ERRINFO0 0xF00666F2          MC 86 Error Information Register 0
MTU_MC86_ERRINFO1 0xF00666F4          MC 86 Error Information Register 1
MTU_MC86_ERRINFO2 0xF00666F6          MC 86 Error Information Register 2
MTU_MC86_ERRINFO3 0xF00666F8          MC 86 Error Information Register 3
MTU_MC86_ERRINFO4 0xF00666FA          MC 86 Error Information Register 4
MTU_MC87_CONFIG0 0xF0066700          MC 87 Configuration Register 0
MTU_MC87_CONFIG1 0xF0066702          MC 87 Configuration Register 1
MTU_MC87_MCONTROL 0xF0066704          MC 87 MBIST Control Register
MTU_MC87_MSTATUS 0xF0066706          MC 87 Status Register
MTU_MC87_RANGE  0xF0066708          MC 87 Range Register, single address mode
MTU_MC87_REVID  0xF006670C          MC 87 Revision ID Register
MTU_MC87_ECCS   0xF006670E          MC 87 ECC Safety Register
MTU_MC87_ECCD   0xF0066710          MC 87 Memory ECC Detection Register
MTU_MC87_ETRR0  0xF0066712          MC 87 Error Tracking Register 0
MTU_MC87_ETRR1  0xF0066714          MC 87 Error Tracking Register 1
MTU_MC87_ETRR2  0xF0066716          MC 87 Error Tracking Register 2
MTU_MC87_ETRR3  0xF0066718          MC 87 Error Tracking Register 3
MTU_MC87_ETRR4  0xF006671A          MC 87 Error Tracking Register 4
MTU_MC87_RDBFL0 0xF0066760          MC 87 Read Data and Bit Flip Register 0
MTU_MC87_RDBFL1 0xF0066762          MC 87 Read Data and Bit Flip Register 1
MTU_MC87_RDBFL2 0xF0066764          MC 87 Read Data and Bit Flip Register 2
MTU_MC87_RDBFL3 0xF0066766          MC 87 Read Data and Bit Flip Register 3
MTU_MC87_RDBFL4 0xF0066768          MC 87 Read Data and Bit Flip Register 4
MTU_MC87_RDBFL5 0xF006676A          MC 87 Read Data and Bit Flip Register 5
MTU_MC87_RDBFL6 0xF006676C          MC 87 Read Data and Bit Flip Register 6
MTU_MC87_RDBFL7 0xF006676E          MC 87 Read Data and Bit Flip Register 7
MTU_MC87_RDBFL8 0xF0066770          MC 87 Read Data and Bit Flip Register 8
MTU_MC87_RDBFL9 0xF0066772          MC 87 Read Data and Bit Flip Register 9
MTU_MC87_RDBFL10 0xF0066774          MC 87 Read Data and Bit Flip Register 10
MTU_MC87_RDBFL11 0xF0066776          MC 87 Read Data and Bit Flip Register 11
MTU_MC87_RDBFL12 0xF0066778          MC 87 Read Data and Bit Flip Register 12
MTU_MC87_RDBFL13 0xF006677A          MC 87 Read Data and Bit Flip Register 13
MTU_MC87_RDBFL14 0xF006677C          MC 87 Read Data and Bit Flip Register 14
MTU_MC87_RDBFL15 0xF006677E          MC 87 Read Data and Bit Flip Register 15
MTU_MC87_RDBFL16 0xF0066780          MC 87 Read Data and Bit Flip Register 16
MTU_MC87_RDBFL17 0xF0066782          MC 87 Read Data and Bit Flip Register 17
MTU_MC87_RDBFL18 0xF0066784          MC 87 Read Data and Bit Flip Register 18
MTU_MC87_RDBFL19 0xF0066786          MC 87 Read Data and Bit Flip Register 19
MTU_MC87_RDBFL20 0xF0066788          MC 87 Read Data and Bit Flip Register 20
MTU_MC87_RDBFL21 0xF006678A          MC 87 Read Data and Bit Flip Register 21
MTU_MC87_RDBFL22 0xF006678C          MC 87 Read Data and Bit Flip Register 22
MTU_MC87_RDBFL23 0xF006678E          MC 87 Read Data and Bit Flip Register 23
MTU_MC87_RDBFL24 0xF0066790          MC 87 Read Data and Bit Flip Register 24
MTU_MC87_RDBFL25 0xF0066792          MC 87 Read Data and Bit Flip Register 25
MTU_MC87_RDBFL26 0xF0066794          MC 87 Read Data and Bit Flip Register 26
MTU_MC87_RDBFL27 0xF0066796          MC 87 Read Data and Bit Flip Register 27
MTU_MC87_RDBFL28 0xF0066798          MC 87 Read Data and Bit Flip Register 28
MTU_MC87_RDBFL29 0xF006679A          MC 87 Read Data and Bit Flip Register 29
MTU_MC87_RDBFL30 0xF006679C          MC 87 Read Data and Bit Flip Register 30
MTU_MC87_RDBFL31 0xF006679E          MC 87 Read Data and Bit Flip Register 31
MTU_MC87_RDBFL32 0xF00667A0          MC 87 Read Data and Bit Flip Register 32
MTU_MC87_RDBFL33 0xF00667A2          MC 87 Read Data and Bit Flip Register 33
MTU_MC87_RDBFL34 0xF00667A4          MC 87 Read Data and Bit Flip Register 34
MTU_MC87_RDBFL35 0xF00667A6          MC 87 Read Data and Bit Flip Register 35
MTU_MC87_RDBFL36 0xF00667A8          MC 87 Read Data and Bit Flip Register 36
MTU_MC87_RDBFL37 0xF00667AA          MC 87 Read Data and Bit Flip Register 37
MTU_MC87_RDBFL38 0xF00667AC          MC 87 Read Data and Bit Flip Register 38
MTU_MC87_RDBFL39 0xF00667AE          MC 87 Read Data and Bit Flip Register 39
MTU_MC87_RDBFL40 0xF00667B0          MC 87 Read Data and Bit Flip Register 40
MTU_MC87_RDBFL41 0xF00667B2          MC 87 Read Data and Bit Flip Register 41
MTU_MC87_RDBFL42 0xF00667B4          MC 87 Read Data and Bit Flip Register 42
MTU_MC87_RDBFL43 0xF00667B6          MC 87 Read Data and Bit Flip Register 43
MTU_MC87_RDBFL44 0xF00667B8          MC 87 Read Data and Bit Flip Register 44
MTU_MC87_RDBFL45 0xF00667BA          MC 87 Read Data and Bit Flip Register 45
MTU_MC87_RDBFL46 0xF00667BC          MC 87 Read Data and Bit Flip Register 46
MTU_MC87_RDBFL47 0xF00667BE          MC 87 Read Data and Bit Flip Register 47
MTU_MC87_RDBFL48 0xF00667C0          MC 87 Read Data and Bit Flip Register 48
MTU_MC87_RDBFL49 0xF00667C2          MC 87 Read Data and Bit Flip Register 49
MTU_MC87_RDBFL50 0xF00667C4          MC 87 Read Data and Bit Flip Register 50
MTU_MC87_RDBFL51 0xF00667C6          MC 87 Read Data and Bit Flip Register 51
MTU_MC87_RDBFL52 0xF00667C8          MC 87 Read Data and Bit Flip Register 52
MTU_MC87_RDBFL53 0xF00667CA          MC 87 Read Data and Bit Flip Register 53
MTU_MC87_RDBFL54 0xF00667CC          MC 87 Read Data and Bit Flip Register 54
MTU_MC87_RDBFL55 0xF00667CE          MC 87 Read Data and Bit Flip Register 55
MTU_MC87_RDBFL56 0xF00667D0          MC 87 Read Data and Bit Flip Register 56
MTU_MC87_RDBFL57 0xF00667D2          MC 87 Read Data and Bit Flip Register 57
MTU_MC87_RDBFL58 0xF00667D4          MC 87 Read Data and Bit Flip Register 58
MTU_MC87_RDBFL59 0xF00667D6          MC 87 Read Data and Bit Flip Register 59
MTU_MC87_RDBFL60 0xF00667D8          MC 87 Read Data and Bit Flip Register 60
MTU_MC87_RDBFL61 0xF00667DA          MC 87 Read Data and Bit Flip Register 61
MTU_MC87_RDBFL62 0xF00667DC          MC 87 Read Data and Bit Flip Register 62
MTU_MC87_RDBFL63 0xF00667DE          MC 87 Read Data and Bit Flip Register 63
MTU_MC87_RDBFL64 0xF00667E0          MC 87 Read Data and Bit Flip Register 64
MTU_MC87_RDBFL65 0xF00667E2          MC 87 Read Data and Bit Flip Register 65
MTU_MC87_RDBFL66 0xF00667E4          MC 87 Read Data and Bit Flip Register 66
MTU_MC87_ALMSRCS 0xF00667EE          MC 87 Alarm Sources Configuration Register
MTU_MC87_FAULTSTS 0xF00667F0          MC 87 SSH Safety Faults Status Register
MTU_MC87_ERRINFO0 0xF00667F2          MC 87 Error Information Register 0
MTU_MC87_ERRINFO1 0xF00667F4          MC 87 Error Information Register 1
MTU_MC87_ERRINFO2 0xF00667F6          MC 87 Error Information Register 2
MTU_MC87_ERRINFO3 0xF00667F8          MC 87 Error Information Register 3
MTU_MC87_ERRINFO4 0xF00667FA          MC 87 Error Information Register 4
MTU_MC88_CONFIG0 0xF0066800          MC 88 Configuration Register 0
MTU_MC88_CONFIG1 0xF0066802          MC 88 Configuration Register 1
MTU_MC88_MCONTROL 0xF0066804          MC 88 MBIST Control Register
MTU_MC88_MSTATUS 0xF0066806          MC 88 Status Register
MTU_MC88_RANGE  0xF0066808          MC 88 Range Register, single address mode
MTU_MC88_REVID  0xF006680C          MC 88 Revision ID Register
MTU_MC88_ECCS   0xF006680E          MC 88 ECC Safety Register
MTU_MC88_ECCD   0xF0066810          MC 88 Memory ECC Detection Register
MTU_MC88_ETRR0  0xF0066812          MC 88 Error Tracking Register 0
MTU_MC88_ETRR1  0xF0066814          MC 88 Error Tracking Register 1
MTU_MC88_ETRR2  0xF0066816          MC 88 Error Tracking Register 2
MTU_MC88_ETRR3  0xF0066818          MC 88 Error Tracking Register 3
MTU_MC88_ETRR4  0xF006681A          MC 88 Error Tracking Register 4
MTU_MC88_RDBFL0 0xF0066860          MC 88 Read Data and Bit Flip Register 0
MTU_MC88_RDBFL1 0xF0066862          MC 88 Read Data and Bit Flip Register 1
MTU_MC88_RDBFL2 0xF0066864          MC 88 Read Data and Bit Flip Register 2
MTU_MC88_RDBFL3 0xF0066866          MC 88 Read Data and Bit Flip Register 3
MTU_MC88_RDBFL4 0xF0066868          MC 88 Read Data and Bit Flip Register 4
MTU_MC88_RDBFL5 0xF006686A          MC 88 Read Data and Bit Flip Register 5
MTU_MC88_RDBFL6 0xF006686C          MC 88 Read Data and Bit Flip Register 6
MTU_MC88_RDBFL7 0xF006686E          MC 88 Read Data and Bit Flip Register 7
MTU_MC88_RDBFL8 0xF0066870          MC 88 Read Data and Bit Flip Register 8
MTU_MC88_RDBFL9 0xF0066872          MC 88 Read Data and Bit Flip Register 9
MTU_MC88_RDBFL10 0xF0066874          MC 88 Read Data and Bit Flip Register 10
MTU_MC88_RDBFL11 0xF0066876          MC 88 Read Data and Bit Flip Register 11
MTU_MC88_RDBFL12 0xF0066878          MC 88 Read Data and Bit Flip Register 12
MTU_MC88_RDBFL13 0xF006687A          MC 88 Read Data and Bit Flip Register 13
MTU_MC88_RDBFL14 0xF006687C          MC 88 Read Data and Bit Flip Register 14
MTU_MC88_RDBFL15 0xF006687E          MC 88 Read Data and Bit Flip Register 15
MTU_MC88_RDBFL16 0xF0066880          MC 88 Read Data and Bit Flip Register 16
MTU_MC88_RDBFL17 0xF0066882          MC 88 Read Data and Bit Flip Register 17
MTU_MC88_RDBFL18 0xF0066884          MC 88 Read Data and Bit Flip Register 18
MTU_MC88_RDBFL19 0xF0066886          MC 88 Read Data and Bit Flip Register 19
MTU_MC88_RDBFL20 0xF0066888          MC 88 Read Data and Bit Flip Register 20
MTU_MC88_RDBFL21 0xF006688A          MC 88 Read Data and Bit Flip Register 21
MTU_MC88_RDBFL22 0xF006688C          MC 88 Read Data and Bit Flip Register 22
MTU_MC88_RDBFL23 0xF006688E          MC 88 Read Data and Bit Flip Register 23
MTU_MC88_RDBFL24 0xF0066890          MC 88 Read Data and Bit Flip Register 24
MTU_MC88_RDBFL25 0xF0066892          MC 88 Read Data and Bit Flip Register 25
MTU_MC88_RDBFL26 0xF0066894          MC 88 Read Data and Bit Flip Register 26
MTU_MC88_RDBFL27 0xF0066896          MC 88 Read Data and Bit Flip Register 27
MTU_MC88_RDBFL28 0xF0066898          MC 88 Read Data and Bit Flip Register 28
MTU_MC88_RDBFL29 0xF006689A          MC 88 Read Data and Bit Flip Register 29
MTU_MC88_RDBFL30 0xF006689C          MC 88 Read Data and Bit Flip Register 30
MTU_MC88_RDBFL31 0xF006689E          MC 88 Read Data and Bit Flip Register 31
MTU_MC88_RDBFL32 0xF00668A0          MC 88 Read Data and Bit Flip Register 32
MTU_MC88_RDBFL33 0xF00668A2          MC 88 Read Data and Bit Flip Register 33
MTU_MC88_RDBFL34 0xF00668A4          MC 88 Read Data and Bit Flip Register 34
MTU_MC88_RDBFL35 0xF00668A6          MC 88 Read Data and Bit Flip Register 35
MTU_MC88_RDBFL36 0xF00668A8          MC 88 Read Data and Bit Flip Register 36
MTU_MC88_RDBFL37 0xF00668AA          MC 88 Read Data and Bit Flip Register 37
MTU_MC88_RDBFL38 0xF00668AC          MC 88 Read Data and Bit Flip Register 38
MTU_MC88_RDBFL39 0xF00668AE          MC 88 Read Data and Bit Flip Register 39
MTU_MC88_RDBFL40 0xF00668B0          MC 88 Read Data and Bit Flip Register 40
MTU_MC88_RDBFL41 0xF00668B2          MC 88 Read Data and Bit Flip Register 41
MTU_MC88_RDBFL42 0xF00668B4          MC 88 Read Data and Bit Flip Register 42
MTU_MC88_RDBFL43 0xF00668B6          MC 88 Read Data and Bit Flip Register 43
MTU_MC88_RDBFL44 0xF00668B8          MC 88 Read Data and Bit Flip Register 44
MTU_MC88_RDBFL45 0xF00668BA          MC 88 Read Data and Bit Flip Register 45
MTU_MC88_RDBFL46 0xF00668BC          MC 88 Read Data and Bit Flip Register 46
MTU_MC88_RDBFL47 0xF00668BE          MC 88 Read Data and Bit Flip Register 47
MTU_MC88_RDBFL48 0xF00668C0          MC 88 Read Data and Bit Flip Register 48
MTU_MC88_RDBFL49 0xF00668C2          MC 88 Read Data and Bit Flip Register 49
MTU_MC88_RDBFL50 0xF00668C4          MC 88 Read Data and Bit Flip Register 50
MTU_MC88_RDBFL51 0xF00668C6          MC 88 Read Data and Bit Flip Register 51
MTU_MC88_RDBFL52 0xF00668C8          MC 88 Read Data and Bit Flip Register 52
MTU_MC88_RDBFL53 0xF00668CA          MC 88 Read Data and Bit Flip Register 53
MTU_MC88_RDBFL54 0xF00668CC          MC 88 Read Data and Bit Flip Register 54
MTU_MC88_RDBFL55 0xF00668CE          MC 88 Read Data and Bit Flip Register 55
MTU_MC88_RDBFL56 0xF00668D0          MC 88 Read Data and Bit Flip Register 56
MTU_MC88_RDBFL57 0xF00668D2          MC 88 Read Data and Bit Flip Register 57
MTU_MC88_RDBFL58 0xF00668D4          MC 88 Read Data and Bit Flip Register 58
MTU_MC88_RDBFL59 0xF00668D6          MC 88 Read Data and Bit Flip Register 59
MTU_MC88_RDBFL60 0xF00668D8          MC 88 Read Data and Bit Flip Register 60
MTU_MC88_RDBFL61 0xF00668DA          MC 88 Read Data and Bit Flip Register 61
MTU_MC88_RDBFL62 0xF00668DC          MC 88 Read Data and Bit Flip Register 62
MTU_MC88_RDBFL63 0xF00668DE          MC 88 Read Data and Bit Flip Register 63
MTU_MC88_RDBFL64 0xF00668E0          MC 88 Read Data and Bit Flip Register 64
MTU_MC88_RDBFL65 0xF00668E2          MC 88 Read Data and Bit Flip Register 65
MTU_MC88_RDBFL66 0xF00668E4          MC 88 Read Data and Bit Flip Register 66
MTU_MC88_ALMSRCS 0xF00668EE          MC 88 Alarm Sources Configuration Register
MTU_MC88_FAULTSTS 0xF00668F0          MC 88 SSH Safety Faults Status Register
MTU_MC88_ERRINFO0 0xF00668F2          MC 88 Error Information Register 0
MTU_MC88_ERRINFO1 0xF00668F4          MC 88 Error Information Register 1
MTU_MC88_ERRINFO2 0xF00668F6          MC 88 Error Information Register 2
MTU_MC88_ERRINFO3 0xF00668F8          MC 88 Error Information Register 3
MTU_MC88_ERRINFO4 0xF00668FA          MC 88 Error Information Register 4
MTU_MC89_CONFIG0 0xF0066900          MC 89 Configuration Register 0
MTU_MC89_CONFIG1 0xF0066902          MC 89 Configuration Register 1
MTU_MC89_MCONTROL 0xF0066904          MC 89 MBIST Control Register
MTU_MC89_MSTATUS 0xF0066906          MC 89 Status Register
MTU_MC89_RANGE  0xF0066908          MC 89 Range Register, single address mode
MTU_MC89_REVID  0xF006690C          MC 89 Revision ID Register
MTU_MC89_ECCS   0xF006690E          MC 89 ECC Safety Register
MTU_MC89_ECCD   0xF0066910          MC 89 Memory ECC Detection Register
MTU_MC89_ETRR0  0xF0066912          MC 89 Error Tracking Register 0
MTU_MC89_ETRR1  0xF0066914          MC 89 Error Tracking Register 1
MTU_MC89_ETRR2  0xF0066916          MC 89 Error Tracking Register 2
MTU_MC89_ETRR3  0xF0066918          MC 89 Error Tracking Register 3
MTU_MC89_ETRR4  0xF006691A          MC 89 Error Tracking Register 4
MTU_MC89_RDBFL0 0xF0066960          MC 89 Read Data and Bit Flip Register 0
MTU_MC89_RDBFL1 0xF0066962          MC 89 Read Data and Bit Flip Register 1
MTU_MC89_RDBFL2 0xF0066964          MC 89 Read Data and Bit Flip Register 2
MTU_MC89_RDBFL3 0xF0066966          MC 89 Read Data and Bit Flip Register 3
MTU_MC89_RDBFL4 0xF0066968          MC 89 Read Data and Bit Flip Register 4
MTU_MC89_RDBFL5 0xF006696A          MC 89 Read Data and Bit Flip Register 5
MTU_MC89_RDBFL6 0xF006696C          MC 89 Read Data and Bit Flip Register 6
MTU_MC89_RDBFL7 0xF006696E          MC 89 Read Data and Bit Flip Register 7
MTU_MC89_RDBFL8 0xF0066970          MC 89 Read Data and Bit Flip Register 8
MTU_MC89_RDBFL9 0xF0066972          MC 89 Read Data and Bit Flip Register 9
MTU_MC89_RDBFL10 0xF0066974          MC 89 Read Data and Bit Flip Register 10
MTU_MC89_RDBFL11 0xF0066976          MC 89 Read Data and Bit Flip Register 11
MTU_MC89_RDBFL12 0xF0066978          MC 89 Read Data and Bit Flip Register 12
MTU_MC89_RDBFL13 0xF006697A          MC 89 Read Data and Bit Flip Register 13
MTU_MC89_RDBFL14 0xF006697C          MC 89 Read Data and Bit Flip Register 14
MTU_MC89_RDBFL15 0xF006697E          MC 89 Read Data and Bit Flip Register 15
MTU_MC89_RDBFL16 0xF0066980          MC 89 Read Data and Bit Flip Register 16
MTU_MC89_RDBFL17 0xF0066982          MC 89 Read Data and Bit Flip Register 17
MTU_MC89_RDBFL18 0xF0066984          MC 89 Read Data and Bit Flip Register 18
MTU_MC89_RDBFL19 0xF0066986          MC 89 Read Data and Bit Flip Register 19
MTU_MC89_RDBFL20 0xF0066988          MC 89 Read Data and Bit Flip Register 20
MTU_MC89_RDBFL21 0xF006698A          MC 89 Read Data and Bit Flip Register 21
MTU_MC89_RDBFL22 0xF006698C          MC 89 Read Data and Bit Flip Register 22
MTU_MC89_RDBFL23 0xF006698E          MC 89 Read Data and Bit Flip Register 23
MTU_MC89_RDBFL24 0xF0066990          MC 89 Read Data and Bit Flip Register 24
MTU_MC89_RDBFL25 0xF0066992          MC 89 Read Data and Bit Flip Register 25
MTU_MC89_RDBFL26 0xF0066994          MC 89 Read Data and Bit Flip Register 26
MTU_MC89_RDBFL27 0xF0066996          MC 89 Read Data and Bit Flip Register 27
MTU_MC89_RDBFL28 0xF0066998          MC 89 Read Data and Bit Flip Register 28
MTU_MC89_RDBFL29 0xF006699A          MC 89 Read Data and Bit Flip Register 29
MTU_MC89_RDBFL30 0xF006699C          MC 89 Read Data and Bit Flip Register 30
MTU_MC89_RDBFL31 0xF006699E          MC 89 Read Data and Bit Flip Register 31
MTU_MC89_RDBFL32 0xF00669A0          MC 89 Read Data and Bit Flip Register 32
MTU_MC89_RDBFL33 0xF00669A2          MC 89 Read Data and Bit Flip Register 33
MTU_MC89_RDBFL34 0xF00669A4          MC 89 Read Data and Bit Flip Register 34
MTU_MC89_RDBFL35 0xF00669A6          MC 89 Read Data and Bit Flip Register 35
MTU_MC89_RDBFL36 0xF00669A8          MC 89 Read Data and Bit Flip Register 36
MTU_MC89_RDBFL37 0xF00669AA          MC 89 Read Data and Bit Flip Register 37
MTU_MC89_RDBFL38 0xF00669AC          MC 89 Read Data and Bit Flip Register 38
MTU_MC89_RDBFL39 0xF00669AE          MC 89 Read Data and Bit Flip Register 39
MTU_MC89_RDBFL40 0xF00669B0          MC 89 Read Data and Bit Flip Register 40
MTU_MC89_RDBFL41 0xF00669B2          MC 89 Read Data and Bit Flip Register 41
MTU_MC89_RDBFL42 0xF00669B4          MC 89 Read Data and Bit Flip Register 42
MTU_MC89_RDBFL43 0xF00669B6          MC 89 Read Data and Bit Flip Register 43
MTU_MC89_RDBFL44 0xF00669B8          MC 89 Read Data and Bit Flip Register 44
MTU_MC89_RDBFL45 0xF00669BA          MC 89 Read Data and Bit Flip Register 45
MTU_MC89_RDBFL46 0xF00669BC          MC 89 Read Data and Bit Flip Register 46
MTU_MC89_RDBFL47 0xF00669BE          MC 89 Read Data and Bit Flip Register 47
MTU_MC89_RDBFL48 0xF00669C0          MC 89 Read Data and Bit Flip Register 48
MTU_MC89_RDBFL49 0xF00669C2          MC 89 Read Data and Bit Flip Register 49
MTU_MC89_RDBFL50 0xF00669C4          MC 89 Read Data and Bit Flip Register 50
MTU_MC89_RDBFL51 0xF00669C6          MC 89 Read Data and Bit Flip Register 51
MTU_MC89_RDBFL52 0xF00669C8          MC 89 Read Data and Bit Flip Register 52
MTU_MC89_RDBFL53 0xF00669CA          MC 89 Read Data and Bit Flip Register 53
MTU_MC89_RDBFL54 0xF00669CC          MC 89 Read Data and Bit Flip Register 54
MTU_MC89_RDBFL55 0xF00669CE          MC 89 Read Data and Bit Flip Register 55
MTU_MC89_RDBFL56 0xF00669D0          MC 89 Read Data and Bit Flip Register 56
MTU_MC89_RDBFL57 0xF00669D2          MC 89 Read Data and Bit Flip Register 57
MTU_MC89_RDBFL58 0xF00669D4          MC 89 Read Data and Bit Flip Register 58
MTU_MC89_RDBFL59 0xF00669D6          MC 89 Read Data and Bit Flip Register 59
MTU_MC89_RDBFL60 0xF00669D8          MC 89 Read Data and Bit Flip Register 60
MTU_MC89_RDBFL61 0xF00669DA          MC 89 Read Data and Bit Flip Register 61
MTU_MC89_RDBFL62 0xF00669DC          MC 89 Read Data and Bit Flip Register 62
MTU_MC89_RDBFL63 0xF00669DE          MC 89 Read Data and Bit Flip Register 63
MTU_MC89_RDBFL64 0xF00669E0          MC 89 Read Data and Bit Flip Register 64
MTU_MC89_RDBFL65 0xF00669E2          MC 89 Read Data and Bit Flip Register 65
MTU_MC89_RDBFL66 0xF00669E4          MC 89 Read Data and Bit Flip Register 66
MTU_MC89_ALMSRCS 0xF00669EE          MC 89 Alarm Sources Configuration Register
MTU_MC89_FAULTSTS 0xF00669F0          MC 89 SSH Safety Faults Status Register
MTU_MC89_ERRINFO0 0xF00669F2          MC 89 Error Information Register 0
MTU_MC89_ERRINFO1 0xF00669F4          MC 89 Error Information Register 1
MTU_MC89_ERRINFO2 0xF00669F6          MC 89 Error Information Register 2
MTU_MC89_ERRINFO3 0xF00669F8          MC 89 Error Information Register 3
MTU_MC89_ERRINFO4 0xF00669FA          MC 89 Error Information Register 4
MTU_MC90_CONFIG0 0xF0066A00          MC 90 Configuration Register 0
MTU_MC90_CONFIG1 0xF0066A02          MC 90 Configuration Register 1
MTU_MC90_MCONTROL 0xF0066A04          MC 90 MBIST Control Register
MTU_MC90_MSTATUS 0xF0066A06          MC 90 Status Register
MTU_MC90_RANGE  0xF0066A08          MC 90 Range Register, single address mode
MTU_MC90_REVID  0xF0066A0C          MC 90 Revision ID Register
MTU_MC90_ECCS   0xF0066A0E          MC 90 ECC Safety Register
MTU_MC90_ECCD   0xF0066A10          MC 90 Memory ECC Detection Register
MTU_MC90_ETRR0  0xF0066A12          MC 90 Error Tracking Register 0
MTU_MC90_ETRR1  0xF0066A14          MC 90 Error Tracking Register 1
MTU_MC90_ETRR2  0xF0066A16          MC 90 Error Tracking Register 2
MTU_MC90_ETRR3  0xF0066A18          MC 90 Error Tracking Register 3
MTU_MC90_ETRR4  0xF0066A1A          MC 90 Error Tracking Register 4
MTU_MC90_RDBFL0 0xF0066A60          MC 90 Read Data and Bit Flip Register 0
MTU_MC90_RDBFL1 0xF0066A62          MC 90 Read Data and Bit Flip Register 1
MTU_MC90_RDBFL2 0xF0066A64          MC 90 Read Data and Bit Flip Register 2
MTU_MC90_RDBFL3 0xF0066A66          MC 90 Read Data and Bit Flip Register 3
MTU_MC90_RDBFL4 0xF0066A68          MC 90 Read Data and Bit Flip Register 4
MTU_MC90_RDBFL5 0xF0066A6A          MC 90 Read Data and Bit Flip Register 5
MTU_MC90_RDBFL6 0xF0066A6C          MC 90 Read Data and Bit Flip Register 6
MTU_MC90_RDBFL7 0xF0066A6E          MC 90 Read Data and Bit Flip Register 7
MTU_MC90_RDBFL8 0xF0066A70          MC 90 Read Data and Bit Flip Register 8
MTU_MC90_RDBFL9 0xF0066A72          MC 90 Read Data and Bit Flip Register 9
MTU_MC90_RDBFL10 0xF0066A74          MC 90 Read Data and Bit Flip Register 10
MTU_MC90_RDBFL11 0xF0066A76          MC 90 Read Data and Bit Flip Register 11
MTU_MC90_RDBFL12 0xF0066A78          MC 90 Read Data and Bit Flip Register 12
MTU_MC90_RDBFL13 0xF0066A7A          MC 90 Read Data and Bit Flip Register 13
MTU_MC90_RDBFL14 0xF0066A7C          MC 90 Read Data and Bit Flip Register 14
MTU_MC90_RDBFL15 0xF0066A7E          MC 90 Read Data and Bit Flip Register 15
MTU_MC90_RDBFL16 0xF0066A80          MC 90 Read Data and Bit Flip Register 16
MTU_MC90_RDBFL17 0xF0066A82          MC 90 Read Data and Bit Flip Register 17
MTU_MC90_RDBFL18 0xF0066A84          MC 90 Read Data and Bit Flip Register 18
MTU_MC90_RDBFL19 0xF0066A86          MC 90 Read Data and Bit Flip Register 19
MTU_MC90_RDBFL20 0xF0066A88          MC 90 Read Data and Bit Flip Register 20
MTU_MC90_RDBFL21 0xF0066A8A          MC 90 Read Data and Bit Flip Register 21
MTU_MC90_RDBFL22 0xF0066A8C          MC 90 Read Data and Bit Flip Register 22
MTU_MC90_RDBFL23 0xF0066A8E          MC 90 Read Data and Bit Flip Register 23
MTU_MC90_RDBFL24 0xF0066A90          MC 90 Read Data and Bit Flip Register 24
MTU_MC90_RDBFL25 0xF0066A92          MC 90 Read Data and Bit Flip Register 25
MTU_MC90_RDBFL26 0xF0066A94          MC 90 Read Data and Bit Flip Register 26
MTU_MC90_RDBFL27 0xF0066A96          MC 90 Read Data and Bit Flip Register 27
MTU_MC90_RDBFL28 0xF0066A98          MC 90 Read Data and Bit Flip Register 28
MTU_MC90_RDBFL29 0xF0066A9A          MC 90 Read Data and Bit Flip Register 29
MTU_MC90_RDBFL30 0xF0066A9C          MC 90 Read Data and Bit Flip Register 30
MTU_MC90_RDBFL31 0xF0066A9E          MC 90 Read Data and Bit Flip Register 31
MTU_MC90_RDBFL32 0xF0066AA0          MC 90 Read Data and Bit Flip Register 32
MTU_MC90_RDBFL33 0xF0066AA2          MC 90 Read Data and Bit Flip Register 33
MTU_MC90_RDBFL34 0xF0066AA4          MC 90 Read Data and Bit Flip Register 34
MTU_MC90_RDBFL35 0xF0066AA6          MC 90 Read Data and Bit Flip Register 35
MTU_MC90_RDBFL36 0xF0066AA8          MC 90 Read Data and Bit Flip Register 36
MTU_MC90_RDBFL37 0xF0066AAA          MC 90 Read Data and Bit Flip Register 37
MTU_MC90_RDBFL38 0xF0066AAC          MC 90 Read Data and Bit Flip Register 38
MTU_MC90_RDBFL39 0xF0066AAE          MC 90 Read Data and Bit Flip Register 39
MTU_MC90_RDBFL40 0xF0066AB0          MC 90 Read Data and Bit Flip Register 40
MTU_MC90_RDBFL41 0xF0066AB2          MC 90 Read Data and Bit Flip Register 41
MTU_MC90_RDBFL42 0xF0066AB4          MC 90 Read Data and Bit Flip Register 42
MTU_MC90_RDBFL43 0xF0066AB6          MC 90 Read Data and Bit Flip Register 43
MTU_MC90_RDBFL44 0xF0066AB8          MC 90 Read Data and Bit Flip Register 44
MTU_MC90_RDBFL45 0xF0066ABA          MC 90 Read Data and Bit Flip Register 45
MTU_MC90_RDBFL46 0xF0066ABC          MC 90 Read Data and Bit Flip Register 46
MTU_MC90_RDBFL47 0xF0066ABE          MC 90 Read Data and Bit Flip Register 47
MTU_MC90_RDBFL48 0xF0066AC0          MC 90 Read Data and Bit Flip Register 48
MTU_MC90_RDBFL49 0xF0066AC2          MC 90 Read Data and Bit Flip Register 49
MTU_MC90_RDBFL50 0xF0066AC4          MC 90 Read Data and Bit Flip Register 50
MTU_MC90_RDBFL51 0xF0066AC6          MC 90 Read Data and Bit Flip Register 51
MTU_MC90_RDBFL52 0xF0066AC8          MC 90 Read Data and Bit Flip Register 52
MTU_MC90_RDBFL53 0xF0066ACA          MC 90 Read Data and Bit Flip Register 53
MTU_MC90_RDBFL54 0xF0066ACC          MC 90 Read Data and Bit Flip Register 54
MTU_MC90_RDBFL55 0xF0066ACE          MC 90 Read Data and Bit Flip Register 55
MTU_MC90_RDBFL56 0xF0066AD0          MC 90 Read Data and Bit Flip Register 56
MTU_MC90_RDBFL57 0xF0066AD2          MC 90 Read Data and Bit Flip Register 57
MTU_MC90_RDBFL58 0xF0066AD4          MC 90 Read Data and Bit Flip Register 58
MTU_MC90_RDBFL59 0xF0066AD6          MC 90 Read Data and Bit Flip Register 59
MTU_MC90_RDBFL60 0xF0066AD8          MC 90 Read Data and Bit Flip Register 60
MTU_MC90_RDBFL61 0xF0066ADA          MC 90 Read Data and Bit Flip Register 61
MTU_MC90_RDBFL62 0xF0066ADC          MC 90 Read Data and Bit Flip Register 62
MTU_MC90_RDBFL63 0xF0066ADE          MC 90 Read Data and Bit Flip Register 63
MTU_MC90_RDBFL64 0xF0066AE0          MC 90 Read Data and Bit Flip Register 64
MTU_MC90_RDBFL65 0xF0066AE2          MC 90 Read Data and Bit Flip Register 65
MTU_MC90_RDBFL66 0xF0066AE4          MC 90 Read Data and Bit Flip Register 66
MTU_MC90_ALMSRCS 0xF0066AEE          MC 90 Alarm Sources Configuration Register
MTU_MC90_FAULTSTS 0xF0066AF0          MC 90 SSH Safety Faults Status Register
MTU_MC90_ERRINFO0 0xF0066AF2          MC 90 Error Information Register 0
MTU_MC90_ERRINFO1 0xF0066AF4          MC 90 Error Information Register 1
MTU_MC90_ERRINFO2 0xF0066AF6          MC 90 Error Information Register 2
MTU_MC90_ERRINFO3 0xF0066AF8          MC 90 Error Information Register 3
MTU_MC90_ERRINFO4 0xF0066AFA          MC 90 Error Information Register 4
MTU_MC91_CONFIG0 0xF0066B00          MC 91 Configuration Register 0
MTU_MC91_CONFIG1 0xF0066B02          MC 91 Configuration Register 1
MTU_MC91_MCONTROL 0xF0066B04          MC 91 MBIST Control Register
MTU_MC91_MSTATUS 0xF0066B06          MC 91 Status Register
MTU_MC91_RANGE  0xF0066B08          MC 91 Range Register, single address mode
MTU_MC91_REVID  0xF0066B0C          MC 91 Revision ID Register
MTU_MC91_ECCS   0xF0066B0E          MC 91 ECC Safety Register
MTU_MC91_ECCD   0xF0066B10          MC 91 Memory ECC Detection Register
MTU_MC91_ETRR0  0xF0066B12          MC 91 Error Tracking Register 0
MTU_MC91_ETRR1  0xF0066B14          MC 91 Error Tracking Register 1
MTU_MC91_ETRR2  0xF0066B16          MC 91 Error Tracking Register 2
MTU_MC91_ETRR3  0xF0066B18          MC 91 Error Tracking Register 3
MTU_MC91_ETRR4  0xF0066B1A          MC 91 Error Tracking Register 4
MTU_MC91_RDBFL0 0xF0066B60          MC 91 Read Data and Bit Flip Register 0
MTU_MC91_RDBFL1 0xF0066B62          MC 91 Read Data and Bit Flip Register 1
MTU_MC91_RDBFL2 0xF0066B64          MC 91 Read Data and Bit Flip Register 2
MTU_MC91_RDBFL3 0xF0066B66          MC 91 Read Data and Bit Flip Register 3
MTU_MC91_RDBFL4 0xF0066B68          MC 91 Read Data and Bit Flip Register 4
MTU_MC91_RDBFL5 0xF0066B6A          MC 91 Read Data and Bit Flip Register 5
MTU_MC91_RDBFL6 0xF0066B6C          MC 91 Read Data and Bit Flip Register 6
MTU_MC91_RDBFL7 0xF0066B6E          MC 91 Read Data and Bit Flip Register 7
MTU_MC91_RDBFL8 0xF0066B70          MC 91 Read Data and Bit Flip Register 8
MTU_MC91_RDBFL9 0xF0066B72          MC 91 Read Data and Bit Flip Register 9
MTU_MC91_RDBFL10 0xF0066B74          MC 91 Read Data and Bit Flip Register 10
MTU_MC91_RDBFL11 0xF0066B76          MC 91 Read Data and Bit Flip Register 11
MTU_MC91_RDBFL12 0xF0066B78          MC 91 Read Data and Bit Flip Register 12
MTU_MC91_RDBFL13 0xF0066B7A          MC 91 Read Data and Bit Flip Register 13
MTU_MC91_RDBFL14 0xF0066B7C          MC 91 Read Data and Bit Flip Register 14
MTU_MC91_RDBFL15 0xF0066B7E          MC 91 Read Data and Bit Flip Register 15
MTU_MC91_RDBFL16 0xF0066B80          MC 91 Read Data and Bit Flip Register 16
MTU_MC91_RDBFL17 0xF0066B82          MC 91 Read Data and Bit Flip Register 17
MTU_MC91_RDBFL18 0xF0066B84          MC 91 Read Data and Bit Flip Register 18
MTU_MC91_RDBFL19 0xF0066B86          MC 91 Read Data and Bit Flip Register 19
MTU_MC91_RDBFL20 0xF0066B88          MC 91 Read Data and Bit Flip Register 20
MTU_MC91_RDBFL21 0xF0066B8A          MC 91 Read Data and Bit Flip Register 21
MTU_MC91_RDBFL22 0xF0066B8C          MC 91 Read Data and Bit Flip Register 22
MTU_MC91_RDBFL23 0xF0066B8E          MC 91 Read Data and Bit Flip Register 23
MTU_MC91_RDBFL24 0xF0066B90          MC 91 Read Data and Bit Flip Register 24
MTU_MC91_RDBFL25 0xF0066B92          MC 91 Read Data and Bit Flip Register 25
MTU_MC91_RDBFL26 0xF0066B94          MC 91 Read Data and Bit Flip Register 26
MTU_MC91_RDBFL27 0xF0066B96          MC 91 Read Data and Bit Flip Register 27
MTU_MC91_RDBFL28 0xF0066B98          MC 91 Read Data and Bit Flip Register 28
MTU_MC91_RDBFL29 0xF0066B9A          MC 91 Read Data and Bit Flip Register 29
MTU_MC91_RDBFL30 0xF0066B9C          MC 91 Read Data and Bit Flip Register 30
MTU_MC91_RDBFL31 0xF0066B9E          MC 91 Read Data and Bit Flip Register 31
MTU_MC91_RDBFL32 0xF0066BA0          MC 91 Read Data and Bit Flip Register 32
MTU_MC91_RDBFL33 0xF0066BA2          MC 91 Read Data and Bit Flip Register 33
MTU_MC91_RDBFL34 0xF0066BA4          MC 91 Read Data and Bit Flip Register 34
MTU_MC91_RDBFL35 0xF0066BA6          MC 91 Read Data and Bit Flip Register 35
MTU_MC91_RDBFL36 0xF0066BA8          MC 91 Read Data and Bit Flip Register 36
MTU_MC91_RDBFL37 0xF0066BAA          MC 91 Read Data and Bit Flip Register 37
MTU_MC91_RDBFL38 0xF0066BAC          MC 91 Read Data and Bit Flip Register 38
MTU_MC91_RDBFL39 0xF0066BAE          MC 91 Read Data and Bit Flip Register 39
MTU_MC91_RDBFL40 0xF0066BB0          MC 91 Read Data and Bit Flip Register 40
MTU_MC91_RDBFL41 0xF0066BB2          MC 91 Read Data and Bit Flip Register 41
MTU_MC91_RDBFL42 0xF0066BB4          MC 91 Read Data and Bit Flip Register 42
MTU_MC91_RDBFL43 0xF0066BB6          MC 91 Read Data and Bit Flip Register 43
MTU_MC91_RDBFL44 0xF0066BB8          MC 91 Read Data and Bit Flip Register 44
MTU_MC91_RDBFL45 0xF0066BBA          MC 91 Read Data and Bit Flip Register 45
MTU_MC91_RDBFL46 0xF0066BBC          MC 91 Read Data and Bit Flip Register 46
MTU_MC91_RDBFL47 0xF0066BBE          MC 91 Read Data and Bit Flip Register 47
MTU_MC91_RDBFL48 0xF0066BC0          MC 91 Read Data and Bit Flip Register 48
MTU_MC91_RDBFL49 0xF0066BC2          MC 91 Read Data and Bit Flip Register 49
MTU_MC91_RDBFL50 0xF0066BC4          MC 91 Read Data and Bit Flip Register 50
MTU_MC91_RDBFL51 0xF0066BC6          MC 91 Read Data and Bit Flip Register 51
MTU_MC91_RDBFL52 0xF0066BC8          MC 91 Read Data and Bit Flip Register 52
MTU_MC91_RDBFL53 0xF0066BCA          MC 91 Read Data and Bit Flip Register 53
MTU_MC91_RDBFL54 0xF0066BCC          MC 91 Read Data and Bit Flip Register 54
MTU_MC91_RDBFL55 0xF0066BCE          MC 91 Read Data and Bit Flip Register 55
MTU_MC91_RDBFL56 0xF0066BD0          MC 91 Read Data and Bit Flip Register 56
MTU_MC91_RDBFL57 0xF0066BD2          MC 91 Read Data and Bit Flip Register 57
MTU_MC91_RDBFL58 0xF0066BD4          MC 91 Read Data and Bit Flip Register 58
MTU_MC91_RDBFL59 0xF0066BD6          MC 91 Read Data and Bit Flip Register 59
MTU_MC91_RDBFL60 0xF0066BD8          MC 91 Read Data and Bit Flip Register 60
MTU_MC91_RDBFL61 0xF0066BDA          MC 91 Read Data and Bit Flip Register 61
MTU_MC91_RDBFL62 0xF0066BDC          MC 91 Read Data and Bit Flip Register 62
MTU_MC91_RDBFL63 0xF0066BDE          MC 91 Read Data and Bit Flip Register 63
MTU_MC91_RDBFL64 0xF0066BE0          MC 91 Read Data and Bit Flip Register 64
MTU_MC91_RDBFL65 0xF0066BE2          MC 91 Read Data and Bit Flip Register 65
MTU_MC91_RDBFL66 0xF0066BE4          MC 91 Read Data and Bit Flip Register 66
MTU_MC91_ALMSRCS 0xF0066BEE          MC 91 Alarm Sources Configuration Register
MTU_MC91_FAULTSTS 0xF0066BF0          MC 91 SSH Safety Faults Status Register
MTU_MC91_ERRINFO0 0xF0066BF2          MC 91 Error Information Register 0
MTU_MC91_ERRINFO1 0xF0066BF4          MC 91 Error Information Register 1
MTU_MC91_ERRINFO2 0xF0066BF6          MC 91 Error Information Register 2
MTU_MC91_ERRINFO3 0xF0066BF8          MC 91 Error Information Register 3
MTU_MC91_ERRINFO4 0xF0066BFA          MC 91 Error Information Register 4
MTU_MC92_CONFIG0 0xF0066C00          MC 92 Configuration Register 0
MTU_MC92_CONFIG1 0xF0066C02          MC 92 Configuration Register 1
MTU_MC92_MCONTROL 0xF0066C04          MC 92 MBIST Control Register
MTU_MC92_MSTATUS 0xF0066C06          MC 92 Status Register
MTU_MC92_RANGE  0xF0066C08          MC 92 Range Register, single address mode
MTU_MC92_REVID  0xF0066C0C          MC 92 Revision ID Register
MTU_MC92_ECCS   0xF0066C0E          MC 92 ECC Safety Register
MTU_MC92_ECCD   0xF0066C10          MC 92 Memory ECC Detection Register
MTU_MC92_ETRR0  0xF0066C12          MC 92 Error Tracking Register 0
MTU_MC92_ETRR1  0xF0066C14          MC 92 Error Tracking Register 1
MTU_MC92_ETRR2  0xF0066C16          MC 92 Error Tracking Register 2
MTU_MC92_ETRR3  0xF0066C18          MC 92 Error Tracking Register 3
MTU_MC92_ETRR4  0xF0066C1A          MC 92 Error Tracking Register 4
MTU_MC92_RDBFL0 0xF0066C60          MC 92 Read Data and Bit Flip Register 0
MTU_MC92_RDBFL1 0xF0066C62          MC 92 Read Data and Bit Flip Register 1
MTU_MC92_RDBFL2 0xF0066C64          MC 92 Read Data and Bit Flip Register 2
MTU_MC92_RDBFL3 0xF0066C66          MC 92 Read Data and Bit Flip Register 3
MTU_MC92_RDBFL4 0xF0066C68          MC 92 Read Data and Bit Flip Register 4
MTU_MC92_RDBFL5 0xF0066C6A          MC 92 Read Data and Bit Flip Register 5
MTU_MC92_RDBFL6 0xF0066C6C          MC 92 Read Data and Bit Flip Register 6
MTU_MC92_RDBFL7 0xF0066C6E          MC 92 Read Data and Bit Flip Register 7
MTU_MC92_RDBFL8 0xF0066C70          MC 92 Read Data and Bit Flip Register 8
MTU_MC92_RDBFL9 0xF0066C72          MC 92 Read Data and Bit Flip Register 9
MTU_MC92_RDBFL10 0xF0066C74          MC 92 Read Data and Bit Flip Register 10
MTU_MC92_RDBFL11 0xF0066C76          MC 92 Read Data and Bit Flip Register 11
MTU_MC92_RDBFL12 0xF0066C78          MC 92 Read Data and Bit Flip Register 12
MTU_MC92_RDBFL13 0xF0066C7A          MC 92 Read Data and Bit Flip Register 13
MTU_MC92_RDBFL14 0xF0066C7C          MC 92 Read Data and Bit Flip Register 14
MTU_MC92_RDBFL15 0xF0066C7E          MC 92 Read Data and Bit Flip Register 15
MTU_MC92_RDBFL16 0xF0066C80          MC 92 Read Data and Bit Flip Register 16
MTU_MC92_RDBFL17 0xF0066C82          MC 92 Read Data and Bit Flip Register 17
MTU_MC92_RDBFL18 0xF0066C84          MC 92 Read Data and Bit Flip Register 18
MTU_MC92_RDBFL19 0xF0066C86          MC 92 Read Data and Bit Flip Register 19
MTU_MC92_RDBFL20 0xF0066C88          MC 92 Read Data and Bit Flip Register 20
MTU_MC92_RDBFL21 0xF0066C8A          MC 92 Read Data and Bit Flip Register 21
MTU_MC92_RDBFL22 0xF0066C8C          MC 92 Read Data and Bit Flip Register 22
MTU_MC92_RDBFL23 0xF0066C8E          MC 92 Read Data and Bit Flip Register 23
MTU_MC92_RDBFL24 0xF0066C90          MC 92 Read Data and Bit Flip Register 24
MTU_MC92_RDBFL25 0xF0066C92          MC 92 Read Data and Bit Flip Register 25
MTU_MC92_RDBFL26 0xF0066C94          MC 92 Read Data and Bit Flip Register 26
MTU_MC92_RDBFL27 0xF0066C96          MC 92 Read Data and Bit Flip Register 27
MTU_MC92_RDBFL28 0xF0066C98          MC 92 Read Data and Bit Flip Register 28
MTU_MC92_RDBFL29 0xF0066C9A          MC 92 Read Data and Bit Flip Register 29
MTU_MC92_RDBFL30 0xF0066C9C          MC 92 Read Data and Bit Flip Register 30
MTU_MC92_RDBFL31 0xF0066C9E          MC 92 Read Data and Bit Flip Register 31
MTU_MC92_RDBFL32 0xF0066CA0          MC 92 Read Data and Bit Flip Register 32
MTU_MC92_RDBFL33 0xF0066CA2          MC 92 Read Data and Bit Flip Register 33
MTU_MC92_RDBFL34 0xF0066CA4          MC 92 Read Data and Bit Flip Register 34
MTU_MC92_RDBFL35 0xF0066CA6          MC 92 Read Data and Bit Flip Register 35
MTU_MC92_RDBFL36 0xF0066CA8          MC 92 Read Data and Bit Flip Register 36
MTU_MC92_RDBFL37 0xF0066CAA          MC 92 Read Data and Bit Flip Register 37
MTU_MC92_RDBFL38 0xF0066CAC          MC 92 Read Data and Bit Flip Register 38
MTU_MC92_RDBFL39 0xF0066CAE          MC 92 Read Data and Bit Flip Register 39
MTU_MC92_RDBFL40 0xF0066CB0          MC 92 Read Data and Bit Flip Register 40
MTU_MC92_RDBFL41 0xF0066CB2          MC 92 Read Data and Bit Flip Register 41
MTU_MC92_RDBFL42 0xF0066CB4          MC 92 Read Data and Bit Flip Register 42
MTU_MC92_RDBFL43 0xF0066CB6          MC 92 Read Data and Bit Flip Register 43
MTU_MC92_RDBFL44 0xF0066CB8          MC 92 Read Data and Bit Flip Register 44
MTU_MC92_RDBFL45 0xF0066CBA          MC 92 Read Data and Bit Flip Register 45
MTU_MC92_RDBFL46 0xF0066CBC          MC 92 Read Data and Bit Flip Register 46
MTU_MC92_RDBFL47 0xF0066CBE          MC 92 Read Data and Bit Flip Register 47
MTU_MC92_RDBFL48 0xF0066CC0          MC 92 Read Data and Bit Flip Register 48
MTU_MC92_RDBFL49 0xF0066CC2          MC 92 Read Data and Bit Flip Register 49
MTU_MC92_RDBFL50 0xF0066CC4          MC 92 Read Data and Bit Flip Register 50
MTU_MC92_RDBFL51 0xF0066CC6          MC 92 Read Data and Bit Flip Register 51
MTU_MC92_RDBFL52 0xF0066CC8          MC 92 Read Data and Bit Flip Register 52
MTU_MC92_RDBFL53 0xF0066CCA          MC 92 Read Data and Bit Flip Register 53
MTU_MC92_RDBFL54 0xF0066CCC          MC 92 Read Data and Bit Flip Register 54
MTU_MC92_RDBFL55 0xF0066CCE          MC 92 Read Data and Bit Flip Register 55
MTU_MC92_RDBFL56 0xF0066CD0          MC 92 Read Data and Bit Flip Register 56
MTU_MC92_RDBFL57 0xF0066CD2          MC 92 Read Data and Bit Flip Register 57
MTU_MC92_RDBFL58 0xF0066CD4          MC 92 Read Data and Bit Flip Register 58
MTU_MC92_RDBFL59 0xF0066CD6          MC 92 Read Data and Bit Flip Register 59
MTU_MC92_RDBFL60 0xF0066CD8          MC 92 Read Data and Bit Flip Register 60
MTU_MC92_RDBFL61 0xF0066CDA          MC 92 Read Data and Bit Flip Register 61
MTU_MC92_RDBFL62 0xF0066CDC          MC 92 Read Data and Bit Flip Register 62
MTU_MC92_RDBFL63 0xF0066CDE          MC 92 Read Data and Bit Flip Register 63
MTU_MC92_RDBFL64 0xF0066CE0          MC 92 Read Data and Bit Flip Register 64
MTU_MC92_RDBFL65 0xF0066CE2          MC 92 Read Data and Bit Flip Register 65
MTU_MC92_RDBFL66 0xF0066CE4          MC 92 Read Data and Bit Flip Register 66
MTU_MC92_ALMSRCS 0xF0066CEE          MC 92 Alarm Sources Configuration Register
MTU_MC92_FAULTSTS 0xF0066CF0          MC 92 SSH Safety Faults Status Register
MTU_MC92_ERRINFO0 0xF0066CF2          MC 92 Error Information Register 0
MTU_MC92_ERRINFO1 0xF0066CF4          MC 92 Error Information Register 1
MTU_MC92_ERRINFO2 0xF0066CF6          MC 92 Error Information Register 2
MTU_MC92_ERRINFO3 0xF0066CF8          MC 92 Error Information Register 3
MTU_MC92_ERRINFO4 0xF0066CFA          MC 92 Error Information Register 4
MTU_MC93_CONFIG0 0xF0066D00          MC 93 Configuration Register 0
MTU_MC93_CONFIG1 0xF0066D02          MC 93 Configuration Register 1
MTU_MC93_MCONTROL 0xF0066D04          MC 93 MBIST Control Register
MTU_MC93_MSTATUS 0xF0066D06          MC 93 Status Register
MTU_MC93_RANGE  0xF0066D08          MC 93 Range Register, single address mode
MTU_MC93_REVID  0xF0066D0C          MC 93 Revision ID Register
MTU_MC93_ECCS   0xF0066D0E          MC 93 ECC Safety Register
MTU_MC93_ECCD   0xF0066D10          MC 93 Memory ECC Detection Register
MTU_MC93_ETRR0  0xF0066D12          MC 93 Error Tracking Register 0
MTU_MC93_ETRR1  0xF0066D14          MC 93 Error Tracking Register 1
MTU_MC93_ETRR2  0xF0066D16          MC 93 Error Tracking Register 2
MTU_MC93_ETRR3  0xF0066D18          MC 93 Error Tracking Register 3
MTU_MC93_ETRR4  0xF0066D1A          MC 93 Error Tracking Register 4
MTU_MC93_RDBFL0 0xF0066D60          MC 93 Read Data and Bit Flip Register 0
MTU_MC93_RDBFL1 0xF0066D62          MC 93 Read Data and Bit Flip Register 1
MTU_MC93_RDBFL2 0xF0066D64          MC 93 Read Data and Bit Flip Register 2
MTU_MC93_RDBFL3 0xF0066D66          MC 93 Read Data and Bit Flip Register 3
MTU_MC93_RDBFL4 0xF0066D68          MC 93 Read Data and Bit Flip Register 4
MTU_MC93_RDBFL5 0xF0066D6A          MC 93 Read Data and Bit Flip Register 5
MTU_MC93_RDBFL6 0xF0066D6C          MC 93 Read Data and Bit Flip Register 6
MTU_MC93_RDBFL7 0xF0066D6E          MC 93 Read Data and Bit Flip Register 7
MTU_MC93_RDBFL8 0xF0066D70          MC 93 Read Data and Bit Flip Register 8
MTU_MC93_RDBFL9 0xF0066D72          MC 93 Read Data and Bit Flip Register 9
MTU_MC93_RDBFL10 0xF0066D74          MC 93 Read Data and Bit Flip Register 10
MTU_MC93_RDBFL11 0xF0066D76          MC 93 Read Data and Bit Flip Register 11
MTU_MC93_RDBFL12 0xF0066D78          MC 93 Read Data and Bit Flip Register 12
MTU_MC93_RDBFL13 0xF0066D7A          MC 93 Read Data and Bit Flip Register 13
MTU_MC93_RDBFL14 0xF0066D7C          MC 93 Read Data and Bit Flip Register 14
MTU_MC93_RDBFL15 0xF0066D7E          MC 93 Read Data and Bit Flip Register 15
MTU_MC93_RDBFL16 0xF0066D80          MC 93 Read Data and Bit Flip Register 16
MTU_MC93_RDBFL17 0xF0066D82          MC 93 Read Data and Bit Flip Register 17
MTU_MC93_RDBFL18 0xF0066D84          MC 93 Read Data and Bit Flip Register 18
MTU_MC93_RDBFL19 0xF0066D86          MC 93 Read Data and Bit Flip Register 19
MTU_MC93_RDBFL20 0xF0066D88          MC 93 Read Data and Bit Flip Register 20
MTU_MC93_RDBFL21 0xF0066D8A          MC 93 Read Data and Bit Flip Register 21
MTU_MC93_RDBFL22 0xF0066D8C          MC 93 Read Data and Bit Flip Register 22
MTU_MC93_RDBFL23 0xF0066D8E          MC 93 Read Data and Bit Flip Register 23
MTU_MC93_RDBFL24 0xF0066D90          MC 93 Read Data and Bit Flip Register 24
MTU_MC93_RDBFL25 0xF0066D92          MC 93 Read Data and Bit Flip Register 25
MTU_MC93_RDBFL26 0xF0066D94          MC 93 Read Data and Bit Flip Register 26
MTU_MC93_RDBFL27 0xF0066D96          MC 93 Read Data and Bit Flip Register 27
MTU_MC93_RDBFL28 0xF0066D98          MC 93 Read Data and Bit Flip Register 28
MTU_MC93_RDBFL29 0xF0066D9A          MC 93 Read Data and Bit Flip Register 29
MTU_MC93_RDBFL30 0xF0066D9C          MC 93 Read Data and Bit Flip Register 30
MTU_MC93_RDBFL31 0xF0066D9E          MC 93 Read Data and Bit Flip Register 31
MTU_MC93_RDBFL32 0xF0066DA0          MC 93 Read Data and Bit Flip Register 32
MTU_MC93_RDBFL33 0xF0066DA2          MC 93 Read Data and Bit Flip Register 33
MTU_MC93_RDBFL34 0xF0066DA4          MC 93 Read Data and Bit Flip Register 34
MTU_MC93_RDBFL35 0xF0066DA6          MC 93 Read Data and Bit Flip Register 35
MTU_MC93_RDBFL36 0xF0066DA8          MC 93 Read Data and Bit Flip Register 36
MTU_MC93_RDBFL37 0xF0066DAA          MC 93 Read Data and Bit Flip Register 37
MTU_MC93_RDBFL38 0xF0066DAC          MC 93 Read Data and Bit Flip Register 38
MTU_MC93_RDBFL39 0xF0066DAE          MC 93 Read Data and Bit Flip Register 39
MTU_MC93_RDBFL40 0xF0066DB0          MC 93 Read Data and Bit Flip Register 40
MTU_MC93_RDBFL41 0xF0066DB2          MC 93 Read Data and Bit Flip Register 41
MTU_MC93_RDBFL42 0xF0066DB4          MC 93 Read Data and Bit Flip Register 42
MTU_MC93_RDBFL43 0xF0066DB6          MC 93 Read Data and Bit Flip Register 43
MTU_MC93_RDBFL44 0xF0066DB8          MC 93 Read Data and Bit Flip Register 44
MTU_MC93_RDBFL45 0xF0066DBA          MC 93 Read Data and Bit Flip Register 45
MTU_MC93_RDBFL46 0xF0066DBC          MC 93 Read Data and Bit Flip Register 46
MTU_MC93_RDBFL47 0xF0066DBE          MC 93 Read Data and Bit Flip Register 47
MTU_MC93_RDBFL48 0xF0066DC0          MC 93 Read Data and Bit Flip Register 48
MTU_MC93_RDBFL49 0xF0066DC2          MC 93 Read Data and Bit Flip Register 49
MTU_MC93_RDBFL50 0xF0066DC4          MC 93 Read Data and Bit Flip Register 50
MTU_MC93_RDBFL51 0xF0066DC6          MC 93 Read Data and Bit Flip Register 51
MTU_MC93_RDBFL52 0xF0066DC8          MC 93 Read Data and Bit Flip Register 52
MTU_MC93_RDBFL53 0xF0066DCA          MC 93 Read Data and Bit Flip Register 53
MTU_MC93_RDBFL54 0xF0066DCC          MC 93 Read Data and Bit Flip Register 54
MTU_MC93_RDBFL55 0xF0066DCE          MC 93 Read Data and Bit Flip Register 55
MTU_MC93_RDBFL56 0xF0066DD0          MC 93 Read Data and Bit Flip Register 56
MTU_MC93_RDBFL57 0xF0066DD2          MC 93 Read Data and Bit Flip Register 57
MTU_MC93_RDBFL58 0xF0066DD4          MC 93 Read Data and Bit Flip Register 58
MTU_MC93_RDBFL59 0xF0066DD6          MC 93 Read Data and Bit Flip Register 59
MTU_MC93_RDBFL60 0xF0066DD8          MC 93 Read Data and Bit Flip Register 60
MTU_MC93_RDBFL61 0xF0066DDA          MC 93 Read Data and Bit Flip Register 61
MTU_MC93_RDBFL62 0xF0066DDC          MC 93 Read Data and Bit Flip Register 62
MTU_MC93_RDBFL63 0xF0066DDE          MC 93 Read Data and Bit Flip Register 63
MTU_MC93_RDBFL64 0xF0066DE0          MC 93 Read Data and Bit Flip Register 64
MTU_MC93_RDBFL65 0xF0066DE2          MC 93 Read Data and Bit Flip Register 65
MTU_MC93_RDBFL66 0xF0066DE4          MC 93 Read Data and Bit Flip Register 66
MTU_MC93_ALMSRCS 0xF0066DEE          MC 93 Alarm Sources Configuration Register
MTU_MC93_FAULTSTS 0xF0066DF0          MC 93 SSH Safety Faults Status Register
MTU_MC93_ERRINFO0 0xF0066DF2          MC 93 Error Information Register 0
MTU_MC93_ERRINFO1 0xF0066DF4          MC 93 Error Information Register 1
MTU_MC93_ERRINFO2 0xF0066DF6          MC 93 Error Information Register 2
MTU_MC93_ERRINFO3 0xF0066DF8          MC 93 Error Information Register 3
MTU_MC93_ERRINFO4 0xF0066DFA          MC 93 Error Information Register 4
MTU_MC94_CONFIG0 0xF0066E00          MC 94 Configuration Register 0
MTU_MC94_CONFIG1 0xF0066E02          MC 94 Configuration Register 1
MTU_MC94_MCONTROL 0xF0066E04          MC 94 MBIST Control Register
MTU_MC94_MSTATUS 0xF0066E06          MC 94 Status Register
MTU_MC94_RANGE  0xF0066E08          MC 94 Range Register, single address mode
MTU_MC94_REVID  0xF0066E0C          MC 94 Revision ID Register
MTU_MC94_ECCS   0xF0066E0E          MC 94 ECC Safety Register
MTU_MC94_ECCD   0xF0066E10          MC 94 Memory ECC Detection Register
MTU_MC94_ETRR0  0xF0066E12          MC 94 Error Tracking Register 0
MTU_MC94_ETRR1  0xF0066E14          MC 94 Error Tracking Register 1
MTU_MC94_ETRR2  0xF0066E16          MC 94 Error Tracking Register 2
MTU_MC94_ETRR3  0xF0066E18          MC 94 Error Tracking Register 3
MTU_MC94_ETRR4  0xF0066E1A          MC 94 Error Tracking Register 4
MTU_MC94_RDBFL0 0xF0066E60          MC 94 Read Data and Bit Flip Register 0
MTU_MC94_RDBFL1 0xF0066E62          MC 94 Read Data and Bit Flip Register 1
MTU_MC94_RDBFL2 0xF0066E64          MC 94 Read Data and Bit Flip Register 2
MTU_MC94_RDBFL3 0xF0066E66          MC 94 Read Data and Bit Flip Register 3
MTU_MC94_RDBFL4 0xF0066E68          MC 94 Read Data and Bit Flip Register 4
MTU_MC94_RDBFL5 0xF0066E6A          MC 94 Read Data and Bit Flip Register 5
MTU_MC94_RDBFL6 0xF0066E6C          MC 94 Read Data and Bit Flip Register 6
MTU_MC94_RDBFL7 0xF0066E6E          MC 94 Read Data and Bit Flip Register 7
MTU_MC94_RDBFL8 0xF0066E70          MC 94 Read Data and Bit Flip Register 8
MTU_MC94_RDBFL9 0xF0066E72          MC 94 Read Data and Bit Flip Register 9
MTU_MC94_RDBFL10 0xF0066E74          MC 94 Read Data and Bit Flip Register 10
MTU_MC94_RDBFL11 0xF0066E76          MC 94 Read Data and Bit Flip Register 11
MTU_MC94_RDBFL12 0xF0066E78          MC 94 Read Data and Bit Flip Register 12
MTU_MC94_RDBFL13 0xF0066E7A          MC 94 Read Data and Bit Flip Register 13
MTU_MC94_RDBFL14 0xF0066E7C          MC 94 Read Data and Bit Flip Register 14
MTU_MC94_RDBFL15 0xF0066E7E          MC 94 Read Data and Bit Flip Register 15
MTU_MC94_RDBFL16 0xF0066E80          MC 94 Read Data and Bit Flip Register 16
MTU_MC94_RDBFL17 0xF0066E82          MC 94 Read Data and Bit Flip Register 17
MTU_MC94_RDBFL18 0xF0066E84          MC 94 Read Data and Bit Flip Register 18
MTU_MC94_RDBFL19 0xF0066E86          MC 94 Read Data and Bit Flip Register 19
MTU_MC94_RDBFL20 0xF0066E88          MC 94 Read Data and Bit Flip Register 20
MTU_MC94_RDBFL21 0xF0066E8A          MC 94 Read Data and Bit Flip Register 21
MTU_MC94_RDBFL22 0xF0066E8C          MC 94 Read Data and Bit Flip Register 22
MTU_MC94_RDBFL23 0xF0066E8E          MC 94 Read Data and Bit Flip Register 23
MTU_MC94_RDBFL24 0xF0066E90          MC 94 Read Data and Bit Flip Register 24
MTU_MC94_RDBFL25 0xF0066E92          MC 94 Read Data and Bit Flip Register 25
MTU_MC94_RDBFL26 0xF0066E94          MC 94 Read Data and Bit Flip Register 26
MTU_MC94_RDBFL27 0xF0066E96          MC 94 Read Data and Bit Flip Register 27
MTU_MC94_RDBFL28 0xF0066E98          MC 94 Read Data and Bit Flip Register 28
MTU_MC94_RDBFL29 0xF0066E9A          MC 94 Read Data and Bit Flip Register 29
MTU_MC94_RDBFL30 0xF0066E9C          MC 94 Read Data and Bit Flip Register 30
MTU_MC94_RDBFL31 0xF0066E9E          MC 94 Read Data and Bit Flip Register 31
MTU_MC94_RDBFL32 0xF0066EA0          MC 94 Read Data and Bit Flip Register 32
MTU_MC94_RDBFL33 0xF0066EA2          MC 94 Read Data and Bit Flip Register 33
MTU_MC94_RDBFL34 0xF0066EA4          MC 94 Read Data and Bit Flip Register 34
MTU_MC94_RDBFL35 0xF0066EA6          MC 94 Read Data and Bit Flip Register 35
MTU_MC94_RDBFL36 0xF0066EA8          MC 94 Read Data and Bit Flip Register 36
MTU_MC94_RDBFL37 0xF0066EAA          MC 94 Read Data and Bit Flip Register 37
MTU_MC94_RDBFL38 0xF0066EAC          MC 94 Read Data and Bit Flip Register 38
MTU_MC94_RDBFL39 0xF0066EAE          MC 94 Read Data and Bit Flip Register 39
MTU_MC94_RDBFL40 0xF0066EB0          MC 94 Read Data and Bit Flip Register 40
MTU_MC94_RDBFL41 0xF0066EB2          MC 94 Read Data and Bit Flip Register 41
MTU_MC94_RDBFL42 0xF0066EB4          MC 94 Read Data and Bit Flip Register 42
MTU_MC94_RDBFL43 0xF0066EB6          MC 94 Read Data and Bit Flip Register 43
MTU_MC94_RDBFL44 0xF0066EB8          MC 94 Read Data and Bit Flip Register 44
MTU_MC94_RDBFL45 0xF0066EBA          MC 94 Read Data and Bit Flip Register 45
MTU_MC94_RDBFL46 0xF0066EBC          MC 94 Read Data and Bit Flip Register 46
MTU_MC94_RDBFL47 0xF0066EBE          MC 94 Read Data and Bit Flip Register 47
MTU_MC94_RDBFL48 0xF0066EC0          MC 94 Read Data and Bit Flip Register 48
MTU_MC94_RDBFL49 0xF0066EC2          MC 94 Read Data and Bit Flip Register 49
MTU_MC94_RDBFL50 0xF0066EC4          MC 94 Read Data and Bit Flip Register 50
MTU_MC94_RDBFL51 0xF0066EC6          MC 94 Read Data and Bit Flip Register 51
MTU_MC94_RDBFL52 0xF0066EC8          MC 94 Read Data and Bit Flip Register 52
MTU_MC94_RDBFL53 0xF0066ECA          MC 94 Read Data and Bit Flip Register 53
MTU_MC94_RDBFL54 0xF0066ECC          MC 94 Read Data and Bit Flip Register 54
MTU_MC94_RDBFL55 0xF0066ECE          MC 94 Read Data and Bit Flip Register 55
MTU_MC94_RDBFL56 0xF0066ED0          MC 94 Read Data and Bit Flip Register 56
MTU_MC94_RDBFL57 0xF0066ED2          MC 94 Read Data and Bit Flip Register 57
MTU_MC94_RDBFL58 0xF0066ED4          MC 94 Read Data and Bit Flip Register 58
MTU_MC94_RDBFL59 0xF0066ED6          MC 94 Read Data and Bit Flip Register 59
MTU_MC94_RDBFL60 0xF0066ED8          MC 94 Read Data and Bit Flip Register 60
MTU_MC94_RDBFL61 0xF0066EDA          MC 94 Read Data and Bit Flip Register 61
MTU_MC94_RDBFL62 0xF0066EDC          MC 94 Read Data and Bit Flip Register 62
MTU_MC94_RDBFL63 0xF0066EDE          MC 94 Read Data and Bit Flip Register 63
MTU_MC94_RDBFL64 0xF0066EE0          MC 94 Read Data and Bit Flip Register 64
MTU_MC94_RDBFL65 0xF0066EE2          MC 94 Read Data and Bit Flip Register 65
MTU_MC94_RDBFL66 0xF0066EE4          MC 94 Read Data and Bit Flip Register 66
MTU_MC94_ALMSRCS 0xF0066EEE          MC 94 Alarm Sources Configuration Register
MTU_MC94_FAULTSTS 0xF0066EF0          MC 94 SSH Safety Faults Status Register
MTU_MC94_ERRINFO0 0xF0066EF2          MC 94 Error Information Register 0
MTU_MC94_ERRINFO1 0xF0066EF4          MC 94 Error Information Register 1
MTU_MC94_ERRINFO2 0xF0066EF6          MC 94 Error Information Register 2
MTU_MC94_ERRINFO3 0xF0066EF8          MC 94 Error Information Register 3
MTU_MC94_ERRINFO4 0xF0066EFA          MC 94 Error Information Register 4
MTU_MC95_CONFIG0 0xF0066F00          MC 95 Configuration Register 0
MTU_MC95_CONFIG1 0xF0066F02          MC 95 Configuration Register 1
MTU_MC95_MCONTROL 0xF0066F04          MC 95 MBIST Control Register
MTU_MC95_MSTATUS 0xF0066F06          MC 95 Status Register
MTU_MC95_RANGE  0xF0066F08          MC 95 Range Register, single address mode
MTU_MC95_REVID  0xF0066F0C          MC 95 Revision ID Register
MTU_MC95_ECCS   0xF0066F0E          MC 95 ECC Safety Register
MTU_MC95_ECCD   0xF0066F10          MC 95 Memory ECC Detection Register
MTU_MC95_ETRR0  0xF0066F12          MC 95 Error Tracking Register 0
MTU_MC95_ETRR1  0xF0066F14          MC 95 Error Tracking Register 1
MTU_MC95_ETRR2  0xF0066F16          MC 95 Error Tracking Register 2
MTU_MC95_ETRR3  0xF0066F18          MC 95 Error Tracking Register 3
MTU_MC95_ETRR4  0xF0066F1A          MC 95 Error Tracking Register 4
MTU_MC95_RDBFL0 0xF0066F60          MC 95 Read Data and Bit Flip Register 0
MTU_MC95_RDBFL1 0xF0066F62          MC 95 Read Data and Bit Flip Register 1
MTU_MC95_RDBFL2 0xF0066F64          MC 95 Read Data and Bit Flip Register 2
MTU_MC95_RDBFL3 0xF0066F66          MC 95 Read Data and Bit Flip Register 3
MTU_MC95_RDBFL4 0xF0066F68          MC 95 Read Data and Bit Flip Register 4
MTU_MC95_RDBFL5 0xF0066F6A          MC 95 Read Data and Bit Flip Register 5
MTU_MC95_RDBFL6 0xF0066F6C          MC 95 Read Data and Bit Flip Register 6
MTU_MC95_RDBFL7 0xF0066F6E          MC 95 Read Data and Bit Flip Register 7
MTU_MC95_RDBFL8 0xF0066F70          MC 95 Read Data and Bit Flip Register 8
MTU_MC95_RDBFL9 0xF0066F72          MC 95 Read Data and Bit Flip Register 9
MTU_MC95_RDBFL10 0xF0066F74          MC 95 Read Data and Bit Flip Register 10
MTU_MC95_RDBFL11 0xF0066F76          MC 95 Read Data and Bit Flip Register 11
MTU_MC95_RDBFL12 0xF0066F78          MC 95 Read Data and Bit Flip Register 12
MTU_MC95_RDBFL13 0xF0066F7A          MC 95 Read Data and Bit Flip Register 13
MTU_MC95_RDBFL14 0xF0066F7C          MC 95 Read Data and Bit Flip Register 14
MTU_MC95_RDBFL15 0xF0066F7E          MC 95 Read Data and Bit Flip Register 15
MTU_MC95_RDBFL16 0xF0066F80          MC 95 Read Data and Bit Flip Register 16
MTU_MC95_RDBFL17 0xF0066F82          MC 95 Read Data and Bit Flip Register 17
MTU_MC95_RDBFL18 0xF0066F84          MC 95 Read Data and Bit Flip Register 18
MTU_MC95_RDBFL19 0xF0066F86          MC 95 Read Data and Bit Flip Register 19
MTU_MC95_RDBFL20 0xF0066F88          MC 95 Read Data and Bit Flip Register 20
MTU_MC95_RDBFL21 0xF0066F8A          MC 95 Read Data and Bit Flip Register 21
MTU_MC95_RDBFL22 0xF0066F8C          MC 95 Read Data and Bit Flip Register 22
MTU_MC95_RDBFL23 0xF0066F8E          MC 95 Read Data and Bit Flip Register 23
MTU_MC95_RDBFL24 0xF0066F90          MC 95 Read Data and Bit Flip Register 24
MTU_MC95_RDBFL25 0xF0066F92          MC 95 Read Data and Bit Flip Register 25
MTU_MC95_RDBFL26 0xF0066F94          MC 95 Read Data and Bit Flip Register 26
MTU_MC95_RDBFL27 0xF0066F96          MC 95 Read Data and Bit Flip Register 27
MTU_MC95_RDBFL28 0xF0066F98          MC 95 Read Data and Bit Flip Register 28
MTU_MC95_RDBFL29 0xF0066F9A          MC 95 Read Data and Bit Flip Register 29
MTU_MC95_RDBFL30 0xF0066F9C          MC 95 Read Data and Bit Flip Register 30
MTU_MC95_RDBFL31 0xF0066F9E          MC 95 Read Data and Bit Flip Register 31
MTU_MC95_RDBFL32 0xF0066FA0          MC 95 Read Data and Bit Flip Register 32
MTU_MC95_RDBFL33 0xF0066FA2          MC 95 Read Data and Bit Flip Register 33
MTU_MC95_RDBFL34 0xF0066FA4          MC 95 Read Data and Bit Flip Register 34
MTU_MC95_RDBFL35 0xF0066FA6          MC 95 Read Data and Bit Flip Register 35
MTU_MC95_RDBFL36 0xF0066FA8          MC 95 Read Data and Bit Flip Register 36
MTU_MC95_RDBFL37 0xF0066FAA          MC 95 Read Data and Bit Flip Register 37
MTU_MC95_RDBFL38 0xF0066FAC          MC 95 Read Data and Bit Flip Register 38
MTU_MC95_RDBFL39 0xF0066FAE          MC 95 Read Data and Bit Flip Register 39
MTU_MC95_RDBFL40 0xF0066FB0          MC 95 Read Data and Bit Flip Register 40
MTU_MC95_RDBFL41 0xF0066FB2          MC 95 Read Data and Bit Flip Register 41
MTU_MC95_RDBFL42 0xF0066FB4          MC 95 Read Data and Bit Flip Register 42
MTU_MC95_RDBFL43 0xF0066FB6          MC 95 Read Data and Bit Flip Register 43
MTU_MC95_RDBFL44 0xF0066FB8          MC 95 Read Data and Bit Flip Register 44
MTU_MC95_RDBFL45 0xF0066FBA          MC 95 Read Data and Bit Flip Register 45
MTU_MC95_RDBFL46 0xF0066FBC          MC 95 Read Data and Bit Flip Register 46
MTU_MC95_RDBFL47 0xF0066FBE          MC 95 Read Data and Bit Flip Register 47
MTU_MC95_RDBFL48 0xF0066FC0          MC 95 Read Data and Bit Flip Register 48
MTU_MC95_RDBFL49 0xF0066FC2          MC 95 Read Data and Bit Flip Register 49
MTU_MC95_RDBFL50 0xF0066FC4          MC 95 Read Data and Bit Flip Register 50
MTU_MC95_RDBFL51 0xF0066FC6          MC 95 Read Data and Bit Flip Register 51
MTU_MC95_RDBFL52 0xF0066FC8          MC 95 Read Data and Bit Flip Register 52
MTU_MC95_RDBFL53 0xF0066FCA          MC 95 Read Data and Bit Flip Register 53
MTU_MC95_RDBFL54 0xF0066FCC          MC 95 Read Data and Bit Flip Register 54
MTU_MC95_RDBFL55 0xF0066FCE          MC 95 Read Data and Bit Flip Register 55
MTU_MC95_RDBFL56 0xF0066FD0          MC 95 Read Data and Bit Flip Register 56
MTU_MC95_RDBFL57 0xF0066FD2          MC 95 Read Data and Bit Flip Register 57
MTU_MC95_RDBFL58 0xF0066FD4          MC 95 Read Data and Bit Flip Register 58
MTU_MC95_RDBFL59 0xF0066FD6          MC 95 Read Data and Bit Flip Register 59
MTU_MC95_RDBFL60 0xF0066FD8          MC 95 Read Data and Bit Flip Register 60
MTU_MC95_RDBFL61 0xF0066FDA          MC 95 Read Data and Bit Flip Register 61
MTU_MC95_RDBFL62 0xF0066FDC          MC 95 Read Data and Bit Flip Register 62
MTU_MC95_RDBFL63 0xF0066FDE          MC 95 Read Data and Bit Flip Register 63
MTU_MC95_RDBFL64 0xF0066FE0          MC 95 Read Data and Bit Flip Register 64
MTU_MC95_RDBFL65 0xF0066FE2          MC 95 Read Data and Bit Flip Register 65
MTU_MC95_RDBFL66 0xF0066FE4          MC 95 Read Data and Bit Flip Register 66
MTU_MC95_ALMSRCS 0xF0066FEE          MC 95 Alarm Sources Configuration Register
MTU_MC95_FAULTSTS 0xF0066FF0          MC 95 SSH Safety Faults Status Register
MTU_MC95_ERRINFO0 0xF0066FF2          MC 95 Error Information Register 0
MTU_MC95_ERRINFO1 0xF0066FF4          MC 95 Error Information Register 1
MTU_MC95_ERRINFO2 0xF0066FF6          MC 95 Error Information Register 2
MTU_MC95_ERRINFO3 0xF0066FF8          MC 95 Error Information Register 3
MTU_MC95_ERRINFO4 0xF0066FFA          MC 95 Error Information Register 4
HSSL0_CLC       0xF0080000          Clock Control Register
HSSL0_ID        0xF0080008          Module Identification Register
HSSL0_CRC       0xF008000C          CRC Control Register
HSSL0_CFG       0xF0080010          Configuration Register
HSSL0_QFLAGS    0xF0080014          Request Flags Register
HSSL0_MFLAGS    0xF0080018          Miscellaneous Flags Register
HSSL0_MFLAGSSET 0xF008001C          Miscellaneous Flags Set Register
HSSL0_MFLAGSCL  0xF0080020          Miscellaneous Flags Clear Register
HSSL0_MFLAGSEN  0xF0080024          Flags Enable Register
HSSL0_SFSFLAGS  0xF0080028          Stream FIFOs Status Flags Register
HSSL0_IWD0      0xF0080030          Initiator Write Data Register 0
HSSL0_ICON0     0xF0080034          Initiator Control Data Register 0
HSSL0_IRWA0     0xF0080038          Initiator Read Write Address Register 0
HSSL0_IRD0      0xF008003C          Initiator Read Data Register 0
HSSL0_IWD1      0xF0080040          Initiator Write Data Register 1
HSSL0_ICON1     0xF0080044          Initiator Control Data Register 1
HSSL0_IRWA1     0xF0080048          Initiator Read Write Address Register 1
HSSL0_IRD1      0xF008004C          Initiator Read Data Register 1
HSSL0_IWD2      0xF0080050          Initiator Write Data Register 2
HSSL0_ICON2     0xF0080054          Initiator Control Data Register 2
HSSL0_IRWA2     0xF0080058          Initiator Read Write Address Register 2
HSSL0_IRD2      0xF008005C          Initiator Read Data Register 2
HSSL0_IWD3      0xF0080060          Initiator Write Data Register 3
HSSL0_ICON3     0xF0080064          Initiator Control Data Register 3
HSSL0_IRWA3     0xF0080068          Initiator Read Write Address Register 3
HSSL0_IRD3      0xF008006C          Initiator Read Data Register 3
HSSL0_TCD0      0xF0080070          Target Current Data Register 0
HSSL0_TCA0      0xF0080074          Target Current Address Register 0
HSSL0_TCD1      0xF0080078          Target Current Data Register 1
HSSL0_TCA1      0xF008007C          Target Current Address Register 1
HSSL0_TCD2      0xF0080080          Target Current Data Register 2
HSSL0_TCA2      0xF0080084          Target Current Address Register 2
HSSL0_TCD3      0xF0080088          Target Current Data Register 3
HSSL0_TCA3      0xF008008C          Target Current Address Register 3
HSSL0_TSTAT     0xF0080090          Target Status Register
HSSL0_TIDADD    0xF0080094          Target ID Address Register
HSSL0_SEC       0xF0080098          Security Control Register
HSSL0_MSCR      0xF008009C          Multi Slave Control Register
HSSL0_ISSA0     0xF00800A0          Initiator Stream Start Address Register
HSSL0_ISSA1     0xF00800A4          Initiator Stream Start Address Register
HSSL0_ISCA      0xF00800A8          Initiator Stream Current Address Register
HSSL0_ISFC      0xF00800AC          Initiator Stream Frame Count Register
HSSL0_TSSA0     0xF00800B0          Target Stream Start Address Register 0
HSSL0_TSSA1     0xF00800B4          Target Stream Start Address Register 1
HSSL0_TSCA      0xF00800B8          Target Stream Current Address Register
HSSL0_TSFC      0xF00800BC          Target Stream Frame Count Register
HSSL0_AWSTART0  0xF00800C0          Access Window Start Register 0
HSSL0_AWEND0    0xF00800C4          Access Window End Register 0
HSSL0_AWSTART1  0xF00800C8          Access Window Start Register 1
HSSL0_AWEND1    0xF00800CC          Access Window End Register 1
HSSL0_AWSTART2  0xF00800D0          Access Window Start Register 2
HSSL0_AWEND2    0xF00800D4          Access Window End Register 2
HSSL0_AWSTART3  0xF00800D8          Access Window Start Register 3
HSSL0_AWEND3    0xF00800DC          Access Window End Register 3
HSSL0_AR        0xF00800E0          Access Rules Register
HSSL0_OCS       0xF00800E8          OCDS Control and Status
HSSL0_KRSTCLR   0xF00800EC          Kernel Reset Status Clear Register
HSSL0_KRST1     0xF00800F0          Kernel Reset Register 1
HSSL0_KRST0     0xF00800F4          Kernel Reset Register 0
HSSL0_ACCEN1    0xF00800F8          Access Enable Register 1
HSSL0_ACCEN0    0xF00800FC          Access Enable Register 0
HSCT0_CLC       0xF0090000          Clock Control Register
HSCT0_ID        0xF0090008          Module Identification Register
HSCT0_INIT      0xF0090010          Initialization Register
HSCT0_IFCTRL    0xF0090014          Interface Control Register
HSCT0_SLEEPCTRL 0xF0090018          Sleep Control Register
HSCT0_CTSCTRL   0xF009001C          Clear To Send Control Register
HSCT0_DISABLE   0xF0090020          Transmission Disable Register
HSCT0_STAT      0xF0090024          Status Register
HSCT0_IFSTAT    0xF0090028          Interface Status Register
HSCT0_CONFIGPHY 0xF0090030          Configuration Physical Layer Register
HSCT0_STATPHY   0xF0090034          STATPHY
HSCT0_IRQ       0xF0090040          Interrupt register
HSCT0_IRQEN     0xF0090044          Interrupt Enable Register
HSCT0_IRQCLR    0xF0090048          Interrupt Clear Register
HSCT0_USMR      0xF0090050          Unsolicited Status Message Received
HSCT0_USMS      0xF0090054          Unsolicited Status Message Send
HSCT0_TESTCTRL  0xF0090060          Test Control Register
HSCT0_OCS       0xF009FFE8          OCDS Control and Status
HSCT0_KRSTCLR   0xF009FFEC          Reset Status Clear Register
HSCT0_KRST1     0xF009FFF0          Reset Register 1
HSCT0_KRST0     0xF009FFF4          Reset Register 0
HSCT0_ACCEN1    0xF009FFF8          Access Enable Register 1
HSCT0_ACCEN0    0xF009FFFC          Access Enable Register 0
I2C0_CLC1       0xF00C0000          Clock Control 1 Register
I2C0_ID         0xF00C0008          Module Identification Register
I2C0_RUNCTRL    0xF00C0010          RUN Control Register
I2C0_ENDDCTRL   0xF00C0014          End Data Control Register
I2C0_FDIVCFG    0xF00C0018          Fractional Divider Configuration Register
I2C0_FDIVHIGHCFG 0xF00C001C          Fractional Divider High-speed Mode Configuration Register
I2C0_ADDRCFG    0xF00C0020          Address Configuration Register
I2C0_BUSSTAT    0xF00C0024          Bus Status Register
I2C0_FIFOCFG    0xF00C0028          FIFO Configuration Register
I2C0_MRPSCTRL   0xF00C002C          Maximum Received Packet Size Control Register
I2C0_RPSSTAT    0xF00C0030          Received Packet Size Status Register
I2C0_TPSCTRL    0xF00C0034          Transmit Packet Size Control Register
I2C0_FFSSTAT    0xF00C0038          Filled FIFO Stages Status Register
I2C0_TIMCFG     0xF00C0040          Timing Configuration Register
I2C0_ERRIRQSM   0xF00C0060          Error Interrupt Request Source Mask Register
I2C0_ERRIRQSS   0xF00C0064          Error Interrupt Request Source Status Register
I2C0_ERRIRQSC   0xF00C0068          Error Interrupt Request Source Clear Register
I2C0_PIRQSM     0xF00C0070          Protocol Interrupt Request Source Mask Register
I2C0_PIRQSS     0xF00C0074          Protocol Interrupt Request Source Status Register
I2C0_PIRQSC     0xF00C0078          Protocol Interrupt Request Source Clear Register
I2C0_RIS        0xF00C0080          Raw Interrupt Status Register
I2C0_IMSC       0xF00C0084          Interrupt Mask Control Register
I2C0_MIS        0xF00C0088          Masked Interrupt Status Register
I2C0_ICR        0xF00C008C          Interrupt Clear Register
I2C0_ISR        0xF00C0090          Interrupt Set Register
I2C0_TXD        0xF00C8000          Transmission Data Register
I2C0_RXD        0xF00CC000          Reception Data Register
I2C0_CLC        0xF00D0000          Clock Control Register
I2C0_MODID      0xF00D0004          Module Identification Register
I2C0_GPCTL      0xF00D0008          General Purpose Control Register
I2C0_ACCEN0     0xF00D000C          Access Enable Register 0
I2C0_ACCEN1     0xF00D0010          Access Enable Register 1
I2C0_KRST0      0xF00D0014          Kernel Reset Register 0
I2C0_KRST1      0xF00D0018          Kernel Reset Register 1
I2C0_KRSTCLR    0xF00D001C          Kernel Reset Status Clear Register
GTM_REV         0xF0100000          GTM Version Control Register
GTM_RST         0xF0100004          GTM Global Reset Register
GTM_CTRL        0xF0100008          GTM Global Control Register
GTM_AEI_ADDR_XPT 0xF010000C          GTM AEI Timeout Exception Address Register
GTM_IRQ_NOTIFY  0xF0100010          GTM Interrupt Notification Register
GTM_IRQ_EN      0xF0100014          GTM Interrupt Enable Register
GTM_IRQ_FORCINT 0xF0100018          GTM Software Interrupt Generation Register
GTM_IRQ_MODE    0xF010001C          GTM Top Level Interrupts Mode Selection Register
GTM_EIRQ_EN     0xF0100020          GTM Error Interrupt Enable Register
GTM_HW_CONF     0xF0100024          GTM Hardware Configuration Register
GTM_CFG         0xF0100028          GTM Configuration Register
GTM_AEI_STA_XPT 0xF010002C          GTM AEI Non Zero Status Register
GTM_BRIDGE_MODE 0xF0100030          GTM AEI Bridge Mode Register
GTM_BRIDGE_PTR1 0xF0100034          GTM AEI Bridge Pointer 1 Register
GTM_BRIDGE_PTR2 0xF0100038          GTM AEI Bridge Pointer 2 Register
GTM_MCS_AEM_DIS 0xF010003C          GTM MCS Master Port Disable Register
GTM_TIM0_AUX_IN_SRC 0xF0100040          GTM TIM 0 Module AUX_IN Source Selection Register
GTM_TIM1_AUX_IN_SRC 0xF0100044          GTM TIM 1 Module AUX_IN Source Selection Register
GTM_TIM2_AUX_IN_SRC 0xF0100048          GTM TIM 2 Module AUX_IN Source Selection Register
GTM_TIM3_AUX_IN_SRC 0xF010004C          GTM TIM 3 Module AUX_IN Source Selection Register
GTM_TIM4_AUX_IN_SRC 0xF0100050          GTM TIM 4 Module AUX_IN Source Selection Register
GTM_TIM5_AUX_IN_SRC 0xF0100054          GTM TIM 5 Module AUX_IN Source Selection Register
GTM_EXT_CAP_EN_0 0xF010005C          GTM External Capture Trigger Enable 0
GTM_EXT_CAP_EN_1 0xF0100060          GTM External Capture Trigger Enable 1
GTM_EXT_CAP_EN_2 0xF0100064          GTM External Capture Trigger Enable 2
GTM_EXT_CAP_EN_3 0xF0100068          GTM External Capture Trigger Enable 3
GTM_EXT_CAP_EN_4 0xF010006C          GTM External Capture Trigger Enable 4
GTM_TOM0_OUT    0xF0100080          GTM TOM 0 Output Level
GTM_TOM1_OUT    0xF0100084          GTM TOM 1 Output Level
GTM_TOM2_OUT    0xF0100088          GTM TOM 2 Output Level
GTM_ATOM0_OUT   0xF0100098          GTM ATOM 0 Output Level
GTM_ATOM2_OUT   0xF010009C          GTM ATOM 2 Output Level
GTM_ATOM4_OUT   0xF01000A0          GTM ATOM 4 Output Level
GTM_CLS_CLK_CFG 0xF01000B0          GTM Cluster Clock Configuration
GTM_TBU_CHEN    0xF0100100          TBU Global Channel Enable
GTM_TBU_CH0_CTRL 0xF0100104          TBU Channel 0 Control Register
GTM_TBU_CH0_BASE 0xF0100108          TBU Channel 0 Base Register
GTM_TBU_CH1_CTRL 0xF010010C          TBU Channel 1 Control Register
GTM_TBU_CH1_BASE 0xF0100110          TBU Channel 1 Base Register
GTM_TBU_CH2_CTRL 0xF0100114          TBU Channel 2 Control Register
GTM_TBU_CH2_BASE 0xF0100118          TBU Channel 2 Base Register
GTM_TBU_CH3_CTRL 0xF010011C          TBU Channel 3 Control Register
GTM_TBU_CH3_BASE 0xF0100120          TBU Channel 3 Base Register
GTM_TBU_CH3_BASE_MARK 0xF0100124          TBU Channel 3 Modulo Value Register
GTM_TBU_CH3_BASE_CAPTURE 0xF0100128          TBU Channel 3 Base Captured Register
GTM_MON_STATUS  0xF0100180          Monitor Status Register
GTM_MON_ACTIVITY_0 0xF0100184          Monitor Activity Register 0
GTM_MON_ACTIVITY_1 0xF0100188          Monitor Activity Register 1
GTM_MON_ACTIVITY_MCS0 0xF010018C          Monitor Activity Register for MCS 0
GTM_MON_ACTIVITY_MCS1 0xF0100190          Monitor Activity Register for MCS 1
GTM_MON_ACTIVITY_MCS2 0xF0100194          Monitor Activity Register for MCS 2
GTM_MON_ACTIVITY_MCS3 0xF0100198          Monitor Activity Register for MCS 3
GTM_MON_ACTIVITY_MCS4 0xF010019C          Monitor Activity Register for MCS 4
GTM_CMP_EN      0xF0100200          CMP Comparator Enable Register
GTM_CMP_IRQ_NOTIFY 0xF0100204          CMP Event Notification Register
GTM_CMP_IRQ_EN  0xF0100208          CMP Interrupt Enable Register
GTM_CMP_IRQ_FORCINT 0xF010020C          CMP Interrupt Force Register
GTM_CMP_IRQ_MODE 0xF0100210          CMP Interrupt Mode Configuration Register
GTM_CMP_EIRQ_EN 0xF0100214          CMP error interrupt enable register
GTM_ARU_ACCESS  0xF0100280          ARU Access Register
GTM_ARU_DATA_H  0xF0100284          ARU Access Register Upper Data Word
GTM_ARU_DATA_L  0xF0100288          ARU Access Register Lower Data Word
GTM_ARU_DBG_ACCESS0 0xF010028C          ARU Debug Access Channel 0
GTM_ARU_DBG_DATA0_H 0xF0100290          ARU Debug Access 0 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA0_L 0xF0100294          ARU Debug Access 0 Transfer Register Lower Data Word
GTM_ARU_DBG_ACCESS1 0xF0100298          ARU Debug Access Channel 1
GTM_ARU_DBG_DATA1_H 0xF010029C          ARU Debug Access 1 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA1_L 0xF01002A0          ARU Debug Access 1 Transfer Register Lower Data Word
GTM_ARU_IRQ_NOTIFY 0xF01002A4          ARU Interrupt Notification Register
GTM_ARU_IRQ_EN  0xF01002A8          ARU Interrupt Enable Register
GTM_ARU_IRQ_FORCINT 0xF01002AC          ARU Force Interrupt Register
GTM_ARU_IRQ_MODE 0xF01002B0          ARU Interrupt Mode Register
GTM_ARU_CADDR_END 0xF01002B4          ARU caddr Counter End Value Register
GTM_ARU_CTRL    0xF01002BC          ARU Enable Dynamic Routing Register
GTM_ARU_0_DYN_CTRL 0xF01002C0          ARU 0 Dynamic Routing Control Register
GTM_ARU_1_DYN_CTRL 0xF01002C4          ARU 1 Dynamic Routing Control Register
GTM_ARU_0_DYN_ROUTE_LOW 0xF01002C8          ARU 0 Lower Bits of DYN_ROUTE Register
GTM_ARU_1_DYN_ROUTE_LOW 0xF01002CC          ARU 1 Lower Bits of DYN_ROUTE Register
GTM_ARU_0_DYN_ROUTE_HIGH 0xF01002D0          ARU 0 Higher Bits of DYN_ROUTE Register
GTM_ARU_1_DYN_ROUTE_HIGH 0xF01002D4          ARU 1 Higher Bits of DYN_ROUTE Register
GTM_ARU_0_DYN_ROUTE_SR_LOW 0xF01002D8          ARU 0 Shadow Register for ARU_z_DYN_ROUTE_LOW
GTM_ARU_1_DYN_ROUTE_SR_LOW 0xF01002DC          ARU 1 Shadow Register for ARU_z_DYN_ROUTE_LOW
GTM_ARU_0_DYN_ROUTE_SR_HIGH 0xF01002E0          ARU 0 Shadow Register for ARU_z_DYN_ROUTE_HIGH
GTM_ARU_1_DYN_ROUTE_SR_HIGH 0xF01002E4          ARU 1 Shadow Register for ARU_z_DYN_ROUTE_HIGH
GTM_ARU_0_DYN_RDADDR 0xF01002E8          ARU 0 Read ID for Dynamic Routing
GTM_ARU_1_DYN_RDADDR 0xF01002EC          ARU 1 Read ID for Dynamic Routing
GTM_ARU_CADDR   0xF01002FC          ARU caddr Counter Value
GTM_CMU_CLK_EN  0xF0100300          CMU Clock Enable Register
GTM_CMU_GCLK_NUM 0xF0100304          CMU Global Clock Control Numerator
GTM_CMU_GCLK_DEN 0xF0100308          CMU Global Clock Control Denominator
GTM_CMU_CLK_0_CTRL 0xF010030C          CMU Control for Clock Source 0
GTM_CMU_CLK_1_CTRL 0xF0100310          CMU Control for Clock Source 1
GTM_CMU_CLK_2_CTRL 0xF0100314          CMU Control for Clock Source 2
GTM_CMU_CLK_3_CTRL 0xF0100318          CMU Control for Clock Source 3
GTM_CMU_CLK_4_CTRL 0xF010031C          CMU Control for Clock Source 4
GTM_CMU_CLK_5_CTRL 0xF0100320          CMU Control for Clock Source 5
GTM_CMU_CLK_6_CTRL 0xF0100324          CMU Control for Clock Source 6
GTM_CMU_CLK_7_CTRL 0xF0100328          CMU Control for Clock Source 7
GTM_CMU_ECLK_0_NUM 0xF010032C          CMU External Clock 0 Control Numerator
GTM_CMU_ECLK_0_DEN 0xF0100330          CMU External Clock 0 Control Denominator
GTM_CMU_ECLK_1_NUM 0xF0100334          CMU External Clock 1 Control Numerator
GTM_CMU_ECLK_1_DEN 0xF0100338          CMU External Clock 1 Control Denominator
GTM_CMU_ECLK_2_NUM 0xF010033C          CMU External Clock 2 Control Numerator
GTM_CMU_ECLK_2_DEN 0xF0100340          CMU External Clock 2 Control Denominator
GTM_CMU_FXCLK_CTRL 0xF0100344          CMU Control FXCLK Sub-Unit Input Clock
GTM_CMU_GLB_CTRL 0xF0100348          CMU Synchronizing ARU and Clock Source
GTM_CMU_CLK_CTRL 0xF010034C          CMU Control for Clock Source Selection
GTM_BRC_SRC_0_ADDR 0xF0100400          BRC Read Address for Input Channel 0
GTM_BRC_SRC_0_DEST 0xF0100404          BRC Destination Channels for Input Channel 0
GTM_BRC_SRC_1_ADDR 0xF0100408          BRC Read Address for Input Channel 1
GTM_BRC_SRC_1_DEST 0xF010040C          BRC Destination Channels for Input Channel 1
GTM_BRC_SRC_2_ADDR 0xF0100410          BRC Read Address for Input Channel 2
GTM_BRC_SRC_2_DEST 0xF0100414          BRC Destination Channels for Input Channel 2
GTM_BRC_SRC_3_ADDR 0xF0100418          BRC Read Address for Input Channel 3
GTM_BRC_SRC_3_DEST 0xF010041C          BRC Destination Channels for Input Channel 3
GTM_BRC_SRC_4_ADDR 0xF0100420          BRC Read Address for Input Channel 4
GTM_BRC_SRC_4_DEST 0xF0100424          BRC Destination Channels for Input Channel 4
GTM_BRC_SRC_5_ADDR 0xF0100428          BRC Read Address for Input Channel 5
GTM_BRC_SRC_5_DEST 0xF010042C          BRC Destination Channels for Input Channel 5
GTM_BRC_SRC_6_ADDR 0xF0100430          BRC Read Address for Input Channel 6
GTM_BRC_SRC_6_DEST 0xF0100434          BRC Destination Channels for Input Channel 6
GTM_BRC_SRC_7_ADDR 0xF0100438          BRC Read Address for Input Channel 7
GTM_BRC_SRC_7_DEST 0xF010043C          BRC Destination Channels for Input Channel 7
GTM_BRC_SRC_8_ADDR 0xF0100440          BRC Read Address for Input Channel 8
GTM_BRC_SRC_8_DEST 0xF0100444          BRC Destination Channels for Input Channel 8
GTM_BRC_SRC_9_ADDR 0xF0100448          BRC Read Address for Input Channel 9
GTM_BRC_SRC_9_DEST 0xF010044C          BRC Destination Channels for Input Channel 9
GTM_BRC_SRC_10_ADDR 0xF0100450          BRC Read Address for Input Channel 10
GTM_BRC_SRC_10_DEST 0xF0100454          BRC Destination Channels for Input Channel 10
GTM_BRC_SRC_11_ADDR 0xF0100458          BRC Read Address for Input Channel 11
GTM_BRC_SRC_11_DEST 0xF010045C          BRC Destination Channels for Input Channel 11
GTM_BRC_IRQ_NOTIFY 0xF0100460          BRC Interrupt Notification Register
GTM_BRC_IRQ_EN  0xF0100464          BRC Interrupt Enable Register
GTM_BRC_IRQ_FORCINT 0xF0100468          BRC Force Interrupt Register
GTM_BRC_IRQ_MODE 0xF010046C          BRC Interrupt Mode Configuration Register
GTM_BRC_RST     0xF0100470          BRC Software Reset Register
GTM_BRC_EIRQ_EN 0xF0100474          BRC Error Interrupt Enable Register
GTM_ICM_IRQG_0  0xF0100600          ICM Interrupt Group Register Covering Infrastructural and Safety Components ARU, BRC, AEI, PSM0, PSM1, MAP, CMP, SPE
GTM_ICM_IRQG_1  0xF0100604          ICM Interrupt Group Register Covering DPLL
GTM_ICM_IRQG_2  0xF0100608          ICM Interrupt Group Register Covering TIM0, TIM1, TIM2, TIM3
GTM_ICM_IRQG_3  0xF010060C          ICM Interrupt Group Register Covering TIM4, TIM5, TIM6, TIM7
GTM_ICM_IRQG_4  0xF0100610          ICM Interrupt Group Register Covering MCS0 to MCS3 Sub-Modules
GTM_ICM_IRQG_5  0xF0100614          ICM Interrupt Group Register Covering MCS4 to MCS6 Sub-Modules
GTM_ICM_IRQG_6  0xF0100618          ICM Interrupt Group Register Covering GTM Output Sub-Modules TOM0 to TOM1
GTM_ICM_IRQG_7  0xF010061C          ICM Interrupt Group Register Covering GTM Output Sub-Modules TOM2 to TOM3
GTM_ICM_IRQG_9  0xF0100624          ICM Interrupt Group Register Covering GTM Output Sub-Modules ATOM0, ATOM1, ATOM2 and ATOM3
GTM_ICM_IRQG_10 0xF0100628          ICM Interrupt Group Register Covering GTM Output Sub-Modules ATOM4 to ATOM7
GTM_ICM_IRQG_MEI 0xF0100630          ICM Interrupt Group Register for Module Error Interrupt Information
GTM_ICM_IRQG_CEI0 0xF0100634          ICM Interrupt Group Register 0 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI1 0xF0100638          ICM Interrupt Group Register 1 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI2 0xF010063C          ICM Interrupt Group Register 2 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI3 0xF0100640          ICM Interrupt Group Register 3 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI4 0xF0100644          ICM Interrupt Group Register 4 for Channel Error Interrupt Information
GTM_ICM_IRQG_MCS0_CEI 0xF0100664          ICM Interrupt Group MCS 0 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS1_CEI 0xF0100668          ICM Interrupt Group MCS 1 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS2_CEI 0xF010066C          ICM Interrupt Group MCS 2 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS3_CEI 0xF0100670          ICM Interrupt Group MCS 3 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS4_CEI 0xF0100674          ICM Interrupt Group MCS 4 for Channel Error Interrupt information
GTM_ICM_IRQG_PSM_0_CEI 0xF01006A4          ICM Interrupt Group PSM 0 for Channel Error Interrupt information of FIFO0, FIFO1, FIFO2
GTM_ICM_IRQG_SPE_CEI 0xF01006B4          ICM Interrupt Group SPE for Module Error Interrupt Information
GTM_ICM_IRQG_CLS_0_MEI 0xF0100710          ICM Interrupt Group for Module Error Interrupt Information for each TIMm, MCSm, SPEm, FIFOm
GTM_ICM_IRQG_CLS_1_MEI 0xF0100714          ICM Interrupt Group for Module Error Interrupt Information for each TIMm, MCSm, SPEm, FIFOm
GTM_ICM_IRQG_MCS0_CI 0xF0100720          ICM Interrupt Group MCS 0 for Channel Interrupt Information
GTM_ICM_IRQG_MCS1_CI 0xF0100724          ICM Interrupt Group MCS 1 for Channel Interrupt Information
GTM_ICM_IRQG_MCS2_CI 0xF0100728          ICM Interrupt Group MCS 2 for Channel Interrupt Information
GTM_ICM_IRQG_MCS3_CI 0xF010072C          ICM Interrupt Group MCS 3 for Channel Interrupt Information
GTM_ICM_IRQG_MCS4_CI 0xF0100730          ICM Interrupt Group MCS 4 for Channel Interrupt Information
GTM_ICM_IRQG_PSM_0_CI 0xF0100760          ICM Interrupt Group PSM 0 for Channel Interrupt Information of FIFO0, FIFO1, FIFO2
GTM_ICM_IRQG_SPE_CI 0xF0100770          ICM Interrupt Group SPE for Module Interrupt Information
GTM_ICM_IRQG_ATOM_0_CI 0xF0100790          ICM Interrupt Group ATOM 0 for Channel Interrupt Information of ATOMm
GTM_ICM_IRQG_ATOM_1_CI 0xF0100794          ICM Interrupt Group ATOM 1 for Channel Interrupt Information of ATOMm
GTM_ICM_IRQG_TOM_0_CI 0xF01007A0          ICM Interrupt Group TOM 0 for Channel Interrupt Information of TOMm
GTM_ICM_IRQG_TOM_1_CI 0xF01007A4          ICM Interrupt Group TOM 1 for Channel Interrupt Information of TOMm
GTM_SPE0_CTRL_STAT 0xF0100800          SPE0 Control Status Register
GTM_SPE0_PAT    0xF0100804          SPE0 Input Pattern Definition Register
GTM_SPE0_OUT_PAT0 0xF0100808          SPE0 Output Definition Register 0
GTM_SPE0_OUT_PAT1 0xF010080C          SPE0 Output Definition Register 1
GTM_SPE0_OUT_PAT2 0xF0100810          SPE0 Output Definition Register 2
GTM_SPE0_OUT_PAT3 0xF0100814          SPE0 Output Definition Register 3
GTM_SPE0_OUT_PAT4 0xF0100818          SPE0 Output Definition Register 4
GTM_SPE0_OUT_PAT5 0xF010081C          SPE0 Output Definition Register 5
GTM_SPE0_OUT_PAT6 0xF0100820          SPE0 Output Definition Register 6
GTM_SPE0_OUT_PAT7 0xF0100824          SPE0 Output Definition Register 7
GTM_SPE0_OUT_CTRL 0xF0100828          SPE0 Output Control Register
GTM_SPE0_IRQ_NOTIFY 0xF010082C          SPE0 Interrupt Notification Register
GTM_SPE0_IRQ_EN 0xF0100830          SPE0 Interrupt Enable Register
GTM_SPE0_IRQ_FORCINT 0xF0100834          SPE0 Interrupt Generation by Software
GTM_SPE0_IRQ_MODE 0xF0100838          SPE0 Interrupt Mode Configuration Register
GTM_SPE0_EIRQ_EN 0xF010083C          SPE0 Error Interrupt Enable Register
GTM_SPE0_REV_CNT 0xF0100840          SPE0 Input Revolution Counter
GTM_SPE0_REV_CMP 0xF0100844          SPE0 Revolution Counter Compare Value
GTM_SPE0_CTRL_STAT2 0xF0100848          SPE0 Control Status Register 2
GTM_SPE0_CMD    0xF010084C          SPE0 Command register
GTM_SPE1_CTRL_STAT 0xF0100880          SPE1 Control Status Register
GTM_SPE1_PAT    0xF0100884          SPE1 Input Pattern Definition Register
GTM_SPE1_OUT_PAT0 0xF0100888          SPE1 Output Definition Register 0
GTM_SPE1_OUT_PAT1 0xF010088C          SPE1 Output Definition Register 1
GTM_SPE1_OUT_PAT2 0xF0100890          SPE1 Output Definition Register 2
GTM_SPE1_OUT_PAT3 0xF0100894          SPE1 Output Definition Register 3
GTM_SPE1_OUT_PAT4 0xF0100898          SPE1 Output Definition Register 4
GTM_SPE1_OUT_PAT5 0xF010089C          SPE1 Output Definition Register 5
GTM_SPE1_OUT_PAT6 0xF01008A0          SPE1 Output Definition Register 6
GTM_SPE1_OUT_PAT7 0xF01008A4          SPE1 Output Definition Register 7
GTM_SPE1_OUT_CTRL 0xF01008A8          SPE1 Output Control Register
GTM_SPE1_IRQ_NOTIFY 0xF01008AC          SPE1 Interrupt Notification Register
GTM_SPE1_IRQ_EN 0xF01008B0          SPE1 Interrupt Enable Register
GTM_SPE1_IRQ_FORCINT 0xF01008B4          SPE1 Interrupt Generation by Software
GTM_SPE1_IRQ_MODE 0xF01008B8          SPE1 Interrupt Mode Configuration Register
GTM_SPE1_EIRQ_EN 0xF01008BC          SPE1 Error Interrupt Enable Register
GTM_SPE1_REV_CNT 0xF01008C0          SPE1 Input Revolution Counter
GTM_SPE1_REV_CMP 0xF01008C4          SPE1 Revolution Counter Compare Value
GTM_SPE1_CTRL_STAT2 0xF01008C8          SPE1 Control Status Register 2
GTM_SPE1_CMD    0xF01008CC          SPE1 Command register
GTM_MAP_CTRL    0xF0100F00          MAP Control Register
GTM_MCFG_CTRL   0xF0100F40          MCFG Memory Layout Configuration Register
GTM_TIM0_CH0_GPR0 0xF0101000          TIM0 Channel 0 General Purpose 0 Register
GTM_TIM0_CH0_GPR1 0xF0101004          TIM0 Channel 0 General Purpose 1 Register
GTM_TIM0_CH0_CNT 0xF0101008          TIM0 Channel 0 SMU Counter Register
GTM_TIM0_CH0_ECNT 0xF010100C          TIM0 Channel 0 SMU Edge Counter Register
GTM_TIM0_CH0_CNTS 0xF0101010          TIM0 Channel 0 SMU Shadow Counter Register
GTM_TIM0_CH0_TDUC 0xF0101014          TIM0 Channel 0 TDU Counter Register
GTM_TIM0_CH0_TDUV 0xF0101018          TIM0 Channel 0 TDU Control Register
GTM_TIM0_CH0_FLT_RE 0xF010101C          TIM0 Channel 0 Filter Parameter 0 Register
GTM_TIM0_CH0_FLT_FE 0xF0101020          TIM0 Channel 0 Filter Parameter 1 Register
GTM_TIM0_CH0_CTRL 0xF0101024          TIM0 Channel 0 Control Register
GTM_TIM0_CH0_ECTRL 0xF0101028          TIM0 Channel 0 Extended Control Register
GTM_TIM0_CH0_IRQ_NOTIFY 0xF010102C          TIM0 Channel 0 Interrupt Notification Register
GTM_TIM0_CH0_IRQ_EN 0xF0101030          TIM0 Channel 0 Interrupt Enable Register
GTM_TIM0_CH0_IRQ_FORCINT 0xF0101034          TIM0 Channel 0 Force Interrupt Register
GTM_TIM0_CH0_IRQ_MODE 0xF0101038          TIM0 Channel 0 Interrupt Mode Configuration Register
GTM_TIM0_CH0_EIRQ_EN 0xF010103C          TIM0 Channel 0 Error Interrupt Enable Register
GTM_TIM0_INP_VAL 0xF0101074          TIM0 Input Value Observation Register
GTM_TIM0_IN_SRC 0xF0101078          TIM0 AUX IN Source Selection Register
GTM_TIM0_RST    0xF010107C          TIM0 Global Software Reset Register
GTM_TIM0_CH1_GPR0 0xF0101080          TIM0 Channel 1 General Purpose 0 Register
GTM_TIM0_CH1_GPR1 0xF0101084          TIM0 Channel 1 General Purpose 1 Register
GTM_TIM0_CH1_CNT 0xF0101088          TIM0 Channel 1 SMU Counter Register
GTM_TIM0_CH1_ECNT 0xF010108C          TIM0 Channel 1 SMU Edge Counter Register
GTM_TIM0_CH1_CNTS 0xF0101090          TIM0 Channel 1 SMU Shadow Counter Register
GTM_TIM0_CH1_TDUC 0xF0101094          TIM0 Channel 1 TDU Counter Register
GTM_TIM0_CH1_TDUV 0xF0101098          TIM0 Channel 1 TDU Control Register
GTM_TIM0_CH1_FLT_RE 0xF010109C          TIM0 Channel 1 Filter Parameter 0 Register
GTM_TIM0_CH1_FLT_FE 0xF01010A0          TIM0 Channel 1 Filter Parameter 1 Register
GTM_TIM0_CH1_CTRL 0xF01010A4          TIM0 Channel 1 Control Register
GTM_TIM0_CH1_ECTRL 0xF01010A8          TIM0 Channel 1 Extended Control Register
GTM_TIM0_CH1_IRQ_NOTIFY 0xF01010AC          TIM0 Channel 1 Interrupt Notification Register
GTM_TIM0_CH1_IRQ_EN 0xF01010B0          TIM0 Channel 1 Interrupt Enable Register
GTM_TIM0_CH1_IRQ_FORCINT 0xF01010B4          TIM0 Channel 1 Force Interrupt Register
GTM_TIM0_CH1_IRQ_MODE 0xF01010B8          TIM0 Channel 1 Interrupt Mode Configuration Register
GTM_TIM0_CH1_EIRQ_EN 0xF01010BC          TIM0 Channel 1 Error Interrupt Enable Register
GTM_TIM0_CH2_GPR0 0xF0101100          TIM0 Channel 2 General Purpose 0 Register
GTM_TIM0_CH2_GPR1 0xF0101104          TIM0 Channel 2 General Purpose 1 Register
GTM_TIM0_CH2_CNT 0xF0101108          TIM0 Channel 2 SMU Counter Register
GTM_TIM0_CH2_ECNT 0xF010110C          TIM0 Channel 2 SMU Edge Counter Register
GTM_TIM0_CH2_CNTS 0xF0101110          TIM0 Channel 2 SMU Shadow Counter Register
GTM_TIM0_CH2_TDUC 0xF0101114          TIM0 Channel 2 TDU Counter Register
GTM_TIM0_CH2_TDUV 0xF0101118          TIM0 Channel 2 TDU Control Register
GTM_TIM0_CH2_FLT_RE 0xF010111C          TIM0 Channel 2 Filter Parameter 0 Register
GTM_TIM0_CH2_FLT_FE 0xF0101120          TIM0 Channel 2 Filter Parameter 1 Register
GTM_TIM0_CH2_CTRL 0xF0101124          TIM0 Channel 2 Control Register
GTM_TIM0_CH2_ECTRL 0xF0101128          TIM0 Channel 2 Extended Control Register
GTM_TIM0_CH2_IRQ_NOTIFY 0xF010112C          TIM0 Channel 2 Interrupt Notification Register
GTM_TIM0_CH2_IRQ_EN 0xF0101130          TIM0 Channel 2 Interrupt Enable Register
GTM_TIM0_CH2_IRQ_FORCINT 0xF0101134          TIM0 Channel 2 Force Interrupt Register
GTM_TIM0_CH2_IRQ_MODE 0xF0101138          TIM0 Channel 2 Interrupt Mode Configuration Register
GTM_TIM0_CH2_EIRQ_EN 0xF010113C          TIM0 Channel 2 Error Interrupt Enable Register
GTM_TIM0_CH3_GPR0 0xF0101180          TIM0 Channel 3 General Purpose 0 Register
GTM_TIM0_CH3_GPR1 0xF0101184          TIM0 Channel 3 General Purpose 1 Register
GTM_TIM0_CH3_CNT 0xF0101188          TIM0 Channel 3 SMU Counter Register
GTM_TIM0_CH3_ECNT 0xF010118C          TIM0 Channel 3 SMU Edge Counter Register
GTM_TIM0_CH3_CNTS 0xF0101190          TIM0 Channel 3 SMU Shadow Counter Register
GTM_TIM0_CH3_TDUC 0xF0101194          TIM0 Channel 3 TDU Counter Register
GTM_TIM0_CH3_TDUV 0xF0101198          TIM0 Channel 3 TDU Control Register
GTM_TIM0_CH3_FLT_RE 0xF010119C          TIM0 Channel 3 Filter Parameter 0 Register
GTM_TIM0_CH3_FLT_FE 0xF01011A0          TIM0 Channel 3 Filter Parameter 1 Register
GTM_TIM0_CH3_CTRL 0xF01011A4          TIM0 Channel 3 Control Register
GTM_TIM0_CH3_ECTRL 0xF01011A8          TIM0 Channel 3 Extended Control Register
GTM_TIM0_CH3_IRQ_NOTIFY 0xF01011AC          TIM0 Channel 3 Interrupt Notification Register
GTM_TIM0_CH3_IRQ_EN 0xF01011B0          TIM0 Channel 3 Interrupt Enable Register
GTM_TIM0_CH3_IRQ_FORCINT 0xF01011B4          TIM0 Channel 3 Force Interrupt Register
GTM_TIM0_CH3_IRQ_MODE 0xF01011B8          TIM0 Channel 3 Interrupt Mode Configuration Register
GTM_TIM0_CH3_EIRQ_EN 0xF01011BC          TIM0 Channel 3 Error Interrupt Enable Register
GTM_TIM0_CH4_GPR0 0xF0101200          TIM0 Channel 4 General Purpose 0 Register
GTM_TIM0_CH4_GPR1 0xF0101204          TIM0 Channel 4 General Purpose 1 Register
GTM_TIM0_CH4_CNT 0xF0101208          TIM0 Channel 4 SMU Counter Register
GTM_TIM0_CH4_ECNT 0xF010120C          TIM0 Channel 4 SMU Edge Counter Register
GTM_TIM0_CH4_CNTS 0xF0101210          TIM0 Channel 4 SMU Shadow Counter Register
GTM_TIM0_CH4_TDUC 0xF0101214          TIM0 Channel 4 TDU Counter Register
GTM_TIM0_CH4_TDUV 0xF0101218          TIM0 Channel 4 TDU Control Register
GTM_TIM0_CH4_FLT_RE 0xF010121C          TIM0 Channel 4 Filter Parameter 0 Register
GTM_TIM0_CH4_FLT_FE 0xF0101220          TIM0 Channel 4 Filter Parameter 1 Register
GTM_TIM0_CH4_CTRL 0xF0101224          TIM0 Channel 4 Control Register
GTM_TIM0_CH4_ECTRL 0xF0101228          TIM0 Channel 4 Extended Control Register
GTM_TIM0_CH4_IRQ_NOTIFY 0xF010122C          TIM0 Channel 4 Interrupt Notification Register
GTM_TIM0_CH4_IRQ_EN 0xF0101230          TIM0 Channel 4 Interrupt Enable Register
GTM_TIM0_CH4_IRQ_FORCINT 0xF0101234          TIM0 Channel 4 Force Interrupt Register
GTM_TIM0_CH4_IRQ_MODE 0xF0101238          TIM0 Channel 4 Interrupt Mode Configuration Register
GTM_TIM0_CH4_EIRQ_EN 0xF010123C          TIM0 Channel 4 Error Interrupt Enable Register
GTM_TIM0_CH5_GPR0 0xF0101280          TIM0 Channel 5 General Purpose 0 Register
GTM_TIM0_CH5_GPR1 0xF0101284          TIM0 Channel 5 General Purpose 1 Register
GTM_TIM0_CH5_CNT 0xF0101288          TIM0 Channel 5 SMU Counter Register
GTM_TIM0_CH5_ECNT 0xF010128C          TIM0 Channel 5 SMU Edge Counter Register
GTM_TIM0_CH5_CNTS 0xF0101290          TIM0 Channel 5 SMU Shadow Counter Register
GTM_TIM0_CH5_TDUC 0xF0101294          TIM0 Channel 5 TDU Counter Register
GTM_TIM0_CH5_TDUV 0xF0101298          TIM0 Channel 5 TDU Control Register
GTM_TIM0_CH5_FLT_RE 0xF010129C          TIM0 Channel 5 Filter Parameter 0 Register
GTM_TIM0_CH5_FLT_FE 0xF01012A0          TIM0 Channel 5 Filter Parameter 1 Register
GTM_TIM0_CH5_CTRL 0xF01012A4          TIM0 Channel 5 Control Register
GTM_TIM0_CH5_ECTRL 0xF01012A8          TIM0 Channel 5 Extended Control Register
GTM_TIM0_CH5_IRQ_NOTIFY 0xF01012AC          TIM0 Channel 5 Interrupt Notification Register
GTM_TIM0_CH5_IRQ_EN 0xF01012B0          TIM0 Channel 5 Interrupt Enable Register
GTM_TIM0_CH5_IRQ_FORCINT 0xF01012B4          TIM0 Channel 5 Force Interrupt Register
GTM_TIM0_CH5_IRQ_MODE 0xF01012B8          TIM0 Channel 5 Interrupt Mode Configuration Register
GTM_TIM0_CH5_EIRQ_EN 0xF01012BC          TIM0 Channel 5 Error Interrupt Enable Register
GTM_TIM0_CH6_GPR0 0xF0101300          TIM0 Channel 6 General Purpose 0 Register
GTM_TIM0_CH6_GPR1 0xF0101304          TIM0 Channel 6 General Purpose 1 Register
GTM_TIM0_CH6_CNT 0xF0101308          TIM0 Channel 6 SMU Counter Register
GTM_TIM0_CH6_ECNT 0xF010130C          TIM0 Channel 6 SMU Edge Counter Register
GTM_TIM0_CH6_CNTS 0xF0101310          TIM0 Channel 6 SMU Shadow Counter Register
GTM_TIM0_CH6_TDUC 0xF0101314          TIM0 Channel 6 TDU Counter Register
GTM_TIM0_CH6_TDUV 0xF0101318          TIM0 Channel 6 TDU Control Register
GTM_TIM0_CH6_FLT_RE 0xF010131C          TIM0 Channel 6 Filter Parameter 0 Register
GTM_TIM0_CH6_FLT_FE 0xF0101320          TIM0 Channel 6 Filter Parameter 1 Register
GTM_TIM0_CH6_CTRL 0xF0101324          TIM0 Channel 6 Control Register
GTM_TIM0_CH6_ECTRL 0xF0101328          TIM0 Channel 6 Extended Control Register
GTM_TIM0_CH6_IRQ_NOTIFY 0xF010132C          TIM0 Channel 6 Interrupt Notification Register
GTM_TIM0_CH6_IRQ_EN 0xF0101330          TIM0 Channel 6 Interrupt Enable Register
GTM_TIM0_CH6_IRQ_FORCINT 0xF0101334          TIM0 Channel 6 Force Interrupt Register
GTM_TIM0_CH6_IRQ_MODE 0xF0101338          TIM0 Channel 6 Interrupt Mode Configuration Register
GTM_TIM0_CH6_EIRQ_EN 0xF010133C          TIM0 Channel 6 Error Interrupt Enable Register
GTM_TIM0_CH7_GPR0 0xF0101380          TIM0 Channel 7 General Purpose 0 Register
GTM_TIM0_CH7_GPR1 0xF0101384          TIM0 Channel 7 General Purpose 1 Register
GTM_TIM0_CH7_CNT 0xF0101388          TIM0 Channel 7 SMU Counter Register
GTM_TIM0_CH7_ECNT 0xF010138C          TIM0 Channel 7 SMU Edge Counter Register
GTM_TIM0_CH7_CNTS 0xF0101390          TIM0 Channel 7 SMU Shadow Counter Register
GTM_TIM0_CH7_TDUC 0xF0101394          TIM0 Channel 7 TDU Counter Register
GTM_TIM0_CH7_TDUV 0xF0101398          TIM0 Channel 7 TDU Control Register
GTM_TIM0_CH7_FLT_RE 0xF010139C          TIM0 Channel 7 Filter Parameter 0 Register
GTM_TIM0_CH7_FLT_FE 0xF01013A0          TIM0 Channel 7 Filter Parameter 1 Register
GTM_TIM0_CH7_CTRL 0xF01013A4          TIM0 Channel 7 Control Register
GTM_TIM0_CH7_ECTRL 0xF01013A8          TIM0 Channel 7 Extended Control Register
GTM_TIM0_CH7_IRQ_NOTIFY 0xF01013AC          TIM0 Channel 7 Interrupt Notification Register
GTM_TIM0_CH7_IRQ_EN 0xF01013B0          TIM0 Channel 7 Interrupt Enable Register
GTM_TIM0_CH7_IRQ_FORCINT 0xF01013B4          TIM0 Channel 7 Force Interrupt Register
GTM_TIM0_CH7_IRQ_MODE 0xF01013B8          TIM0 Channel 7 Interrupt Mode Configuration Register
GTM_TIM0_CH7_EIRQ_EN 0xF01013BC          TIM0 Channel 7 Error Interrupt Enable Register
GTM_TIM1_CH0_GPR0 0xF0101800          TIM1 Channel 0 General Purpose 0 Register
GTM_TIM1_CH0_GPR1 0xF0101804          TIM1 Channel 0 General Purpose 1 Register
GTM_TIM1_CH0_CNT 0xF0101808          TIM1 Channel 0 SMU Counter Register
GTM_TIM1_CH0_ECNT 0xF010180C          TIM1 Channel 0 SMU Edge Counter Register
GTM_TIM1_CH0_CNTS 0xF0101810          TIM1 Channel 0 SMU Shadow Counter Register
GTM_TIM1_CH0_TDUC 0xF0101814          TIM1 Channel 0 TDU Counter Register
GTM_TIM1_CH0_TDUV 0xF0101818          TIM1 Channel 0 TDU Control Register
GTM_TIM1_CH0_FLT_RE 0xF010181C          TIM1 Channel 0 Filter Parameter 0 Register
GTM_TIM1_CH0_FLT_FE 0xF0101820          TIM1 Channel 0 Filter Parameter 1 Register
GTM_TIM1_CH0_CTRL 0xF0101824          TIM1 Channel 0 Control Register
GTM_TIM1_CH0_ECTRL 0xF0101828          TIM1 Channel 0 Extended Control Register
GTM_TIM1_CH0_IRQ_NOTIFY 0xF010182C          TIM1 Channel 0 Interrupt Notification Register
GTM_TIM1_CH0_IRQ_EN 0xF0101830          TIM1 Channel 0 Interrupt Enable Register
GTM_TIM1_CH0_IRQ_FORCINT 0xF0101834          TIM1 Channel 0 Force Interrupt Register
GTM_TIM1_CH0_IRQ_MODE 0xF0101838          TIM1 Channel 0 Interrupt Mode Configuration Register
GTM_TIM1_CH0_EIRQ_EN 0xF010183C          TIM1 Channel 0 Error Interrupt Enable Register
GTM_TIM1_INP_VAL 0xF0101874          TIM1 Input Value Observation Register
GTM_TIM1_IN_SRC 0xF0101878          TIM1 AUX IN Source Selection Register
GTM_TIM1_RST    0xF010187C          TIM1 Global Software Reset Register
GTM_TIM1_CH1_GPR0 0xF0101880          TIM1 Channel 1 General Purpose 0 Register
GTM_TIM1_CH1_GPR1 0xF0101884          TIM1 Channel 1 General Purpose 1 Register
GTM_TIM1_CH1_CNT 0xF0101888          TIM1 Channel 1 SMU Counter Register
GTM_TIM1_CH1_ECNT 0xF010188C          TIM1 Channel 1 SMU Edge Counter Register
GTM_TIM1_CH1_CNTS 0xF0101890          TIM1 Channel 1 SMU Shadow Counter Register
GTM_TIM1_CH1_TDUC 0xF0101894          TIM1 Channel 1 TDU Counter Register
GTM_TIM1_CH1_TDUV 0xF0101898          TIM1 Channel 1 TDU Control Register
GTM_TIM1_CH1_FLT_RE 0xF010189C          TIM1 Channel 1 Filter Parameter 0 Register
GTM_TIM1_CH1_FLT_FE 0xF01018A0          TIM1 Channel 1 Filter Parameter 1 Register
GTM_TIM1_CH1_CTRL 0xF01018A4          TIM1 Channel 1 Control Register
GTM_TIM1_CH1_ECTRL 0xF01018A8          TIM1 Channel 1 Extended Control Register
GTM_TIM1_CH1_IRQ_NOTIFY 0xF01018AC          TIM1 Channel 1 Interrupt Notification Register
GTM_TIM1_CH1_IRQ_EN 0xF01018B0          TIM1 Channel 1 Interrupt Enable Register
GTM_TIM1_CH1_IRQ_FORCINT 0xF01018B4          TIM1 Channel 1 Force Interrupt Register
GTM_TIM1_CH1_IRQ_MODE 0xF01018B8          TIM1 Channel 1 Interrupt Mode Configuration Register
GTM_TIM1_CH1_EIRQ_EN 0xF01018BC          TIM1 Channel 1 Error Interrupt Enable Register
GTM_TIM1_CH2_GPR0 0xF0101900          TIM1 Channel 2 General Purpose 0 Register
GTM_TIM1_CH2_GPR1 0xF0101904          TIM1 Channel 2 General Purpose 1 Register
GTM_TIM1_CH2_CNT 0xF0101908          TIM1 Channel 2 SMU Counter Register
GTM_TIM1_CH2_ECNT 0xF010190C          TIM1 Channel 2 SMU Edge Counter Register
GTM_TIM1_CH2_CNTS 0xF0101910          TIM1 Channel 2 SMU Shadow Counter Register
GTM_TIM1_CH2_TDUC 0xF0101914          TIM1 Channel 2 TDU Counter Register
GTM_TIM1_CH2_TDUV 0xF0101918          TIM1 Channel 2 TDU Control Register
GTM_TIM1_CH2_FLT_RE 0xF010191C          TIM1 Channel 2 Filter Parameter 0 Register
GTM_TIM1_CH2_FLT_FE 0xF0101920          TIM1 Channel 2 Filter Parameter 1 Register
GTM_TIM1_CH2_CTRL 0xF0101924          TIM1 Channel 2 Control Register
GTM_TIM1_CH2_ECTRL 0xF0101928          TIM1 Channel 2 Extended Control Register
GTM_TIM1_CH2_IRQ_NOTIFY 0xF010192C          TIM1 Channel 2 Interrupt Notification Register
GTM_TIM1_CH2_IRQ_EN 0xF0101930          TIM1 Channel 2 Interrupt Enable Register
GTM_TIM1_CH2_IRQ_FORCINT 0xF0101934          TIM1 Channel 2 Force Interrupt Register
GTM_TIM1_CH2_IRQ_MODE 0xF0101938          TIM1 Channel 2 Interrupt Mode Configuration Register
GTM_TIM1_CH2_EIRQ_EN 0xF010193C          TIM1 Channel 2 Error Interrupt Enable Register
GTM_TIM1_CH3_GPR0 0xF0101980          TIM1 Channel 3 General Purpose 0 Register
GTM_TIM1_CH3_GPR1 0xF0101984          TIM1 Channel 3 General Purpose 1 Register
GTM_TIM1_CH3_CNT 0xF0101988          TIM1 Channel 3 SMU Counter Register
GTM_TIM1_CH3_ECNT 0xF010198C          TIM1 Channel 3 SMU Edge Counter Register
GTM_TIM1_CH3_CNTS 0xF0101990          TIM1 Channel 3 SMU Shadow Counter Register
GTM_TIM1_CH3_TDUC 0xF0101994          TIM1 Channel 3 TDU Counter Register
GTM_TIM1_CH3_TDUV 0xF0101998          TIM1 Channel 3 TDU Control Register
GTM_TIM1_CH3_FLT_RE 0xF010199C          TIM1 Channel 3 Filter Parameter 0 Register
GTM_TIM1_CH3_FLT_FE 0xF01019A0          TIM1 Channel 3 Filter Parameter 1 Register
GTM_TIM1_CH3_CTRL 0xF01019A4          TIM1 Channel 3 Control Register
GTM_TIM1_CH3_ECTRL 0xF01019A8          TIM1 Channel 3 Extended Control Register
GTM_TIM1_CH3_IRQ_NOTIFY 0xF01019AC          TIM1 Channel 3 Interrupt Notification Register
GTM_TIM1_CH3_IRQ_EN 0xF01019B0          TIM1 Channel 3 Interrupt Enable Register
GTM_TIM1_CH3_IRQ_FORCINT 0xF01019B4          TIM1 Channel 3 Force Interrupt Register
GTM_TIM1_CH3_IRQ_MODE 0xF01019B8          TIM1 Channel 3 Interrupt Mode Configuration Register
GTM_TIM1_CH3_EIRQ_EN 0xF01019BC          TIM1 Channel 3 Error Interrupt Enable Register
GTM_TIM1_CH4_GPR0 0xF0101A00          TIM1 Channel 4 General Purpose 0 Register
GTM_TIM1_CH4_GPR1 0xF0101A04          TIM1 Channel 4 General Purpose 1 Register
GTM_TIM1_CH4_CNT 0xF0101A08          TIM1 Channel 4 SMU Counter Register
GTM_TIM1_CH4_ECNT 0xF0101A0C          TIM1 Channel 4 SMU Edge Counter Register
GTM_TIM1_CH4_CNTS 0xF0101A10          TIM1 Channel 4 SMU Shadow Counter Register
GTM_TIM1_CH4_TDUC 0xF0101A14          TIM1 Channel 4 TDU Counter Register
GTM_TIM1_CH4_TDUV 0xF0101A18          TIM1 Channel 4 TDU Control Register
GTM_TIM1_CH4_FLT_RE 0xF0101A1C          TIM1 Channel 4 Filter Parameter 0 Register
GTM_TIM1_CH4_FLT_FE 0xF0101A20          TIM1 Channel 4 Filter Parameter 1 Register
GTM_TIM1_CH4_CTRL 0xF0101A24          TIM1 Channel 4 Control Register
GTM_TIM1_CH4_ECTRL 0xF0101A28          TIM1 Channel 4 Extended Control Register
GTM_TIM1_CH4_IRQ_NOTIFY 0xF0101A2C          TIM1 Channel 4 Interrupt Notification Register
GTM_TIM1_CH4_IRQ_EN 0xF0101A30          TIM1 Channel 4 Interrupt Enable Register
GTM_TIM1_CH4_IRQ_FORCINT 0xF0101A34          TIM1 Channel 4 Force Interrupt Register
GTM_TIM1_CH4_IRQ_MODE 0xF0101A38          TIM1 Channel 4 Interrupt Mode Configuration Register
GTM_TIM1_CH4_EIRQ_EN 0xF0101A3C          TIM1 Channel 4 Error Interrupt Enable Register
GTM_TIM1_CH5_GPR0 0xF0101A80          TIM1 Channel 5 General Purpose 0 Register
GTM_TIM1_CH5_GPR1 0xF0101A84          TIM1 Channel 5 General Purpose 1 Register
GTM_TIM1_CH5_CNT 0xF0101A88          TIM1 Channel 5 SMU Counter Register
GTM_TIM1_CH5_ECNT 0xF0101A8C          TIM1 Channel 5 SMU Edge Counter Register
GTM_TIM1_CH5_CNTS 0xF0101A90          TIM1 Channel 5 SMU Shadow Counter Register
GTM_TIM1_CH5_TDUC 0xF0101A94          TIM1 Channel 5 TDU Counter Register
GTM_TIM1_CH5_TDUV 0xF0101A98          TIM1 Channel 5 TDU Control Register
GTM_TIM1_CH5_FLT_RE 0xF0101A9C          TIM1 Channel 5 Filter Parameter 0 Register
GTM_TIM1_CH5_FLT_FE 0xF0101AA0          TIM1 Channel 5 Filter Parameter 1 Register
GTM_TIM1_CH5_CTRL 0xF0101AA4          TIM1 Channel 5 Control Register
GTM_TIM1_CH5_ECTRL 0xF0101AA8          TIM1 Channel 5 Extended Control Register
GTM_TIM1_CH5_IRQ_NOTIFY 0xF0101AAC          TIM1 Channel 5 Interrupt Notification Register
GTM_TIM1_CH5_IRQ_EN 0xF0101AB0          TIM1 Channel 5 Interrupt Enable Register
GTM_TIM1_CH5_IRQ_FORCINT 0xF0101AB4          TIM1 Channel 5 Force Interrupt Register
GTM_TIM1_CH5_IRQ_MODE 0xF0101AB8          TIM1 Channel 5 Interrupt Mode Configuration Register
GTM_TIM1_CH5_EIRQ_EN 0xF0101ABC          TIM1 Channel 5 Error Interrupt Enable Register
GTM_TIM1_CH6_GPR0 0xF0101B00          TIM1 Channel 6 General Purpose 0 Register
GTM_TIM1_CH6_GPR1 0xF0101B04          TIM1 Channel 6 General Purpose 1 Register
GTM_TIM1_CH6_CNT 0xF0101B08          TIM1 Channel 6 SMU Counter Register
GTM_TIM1_CH6_ECNT 0xF0101B0C          TIM1 Channel 6 SMU Edge Counter Register
GTM_TIM1_CH6_CNTS 0xF0101B10          TIM1 Channel 6 SMU Shadow Counter Register
GTM_TIM1_CH6_TDUC 0xF0101B14          TIM1 Channel 6 TDU Counter Register
GTM_TIM1_CH6_TDUV 0xF0101B18          TIM1 Channel 6 TDU Control Register
GTM_TIM1_CH6_FLT_RE 0xF0101B1C          TIM1 Channel 6 Filter Parameter 0 Register
GTM_TIM1_CH6_FLT_FE 0xF0101B20          TIM1 Channel 6 Filter Parameter 1 Register
GTM_TIM1_CH6_CTRL 0xF0101B24          TIM1 Channel 6 Control Register
GTM_TIM1_CH6_ECTRL 0xF0101B28          TIM1 Channel 6 Extended Control Register
GTM_TIM1_CH6_IRQ_NOTIFY 0xF0101B2C          TIM1 Channel 6 Interrupt Notification Register
GTM_TIM1_CH6_IRQ_EN 0xF0101B30          TIM1 Channel 6 Interrupt Enable Register
GTM_TIM1_CH6_IRQ_FORCINT 0xF0101B34          TIM1 Channel 6 Force Interrupt Register
GTM_TIM1_CH6_IRQ_MODE 0xF0101B38          TIM1 Channel 6 Interrupt Mode Configuration Register
GTM_TIM1_CH6_EIRQ_EN 0xF0101B3C          TIM1 Channel 6 Error Interrupt Enable Register
GTM_TIM1_CH7_GPR0 0xF0101B80          TIM1 Channel 7 General Purpose 0 Register
GTM_TIM1_CH7_GPR1 0xF0101B84          TIM1 Channel 7 General Purpose 1 Register
GTM_TIM1_CH7_CNT 0xF0101B88          TIM1 Channel 7 SMU Counter Register
GTM_TIM1_CH7_ECNT 0xF0101B8C          TIM1 Channel 7 SMU Edge Counter Register
GTM_TIM1_CH7_CNTS 0xF0101B90          TIM1 Channel 7 SMU Shadow Counter Register
GTM_TIM1_CH7_TDUC 0xF0101B94          TIM1 Channel 7 TDU Counter Register
GTM_TIM1_CH7_TDUV 0xF0101B98          TIM1 Channel 7 TDU Control Register
GTM_TIM1_CH7_FLT_RE 0xF0101B9C          TIM1 Channel 7 Filter Parameter 0 Register
GTM_TIM1_CH7_FLT_FE 0xF0101BA0          TIM1 Channel 7 Filter Parameter 1 Register
GTM_TIM1_CH7_CTRL 0xF0101BA4          TIM1 Channel 7 Control Register
GTM_TIM1_CH7_ECTRL 0xF0101BA8          TIM1 Channel 7 Extended Control Register
GTM_TIM1_CH7_IRQ_NOTIFY 0xF0101BAC          TIM1 Channel 7 Interrupt Notification Register
GTM_TIM1_CH7_IRQ_EN 0xF0101BB0          TIM1 Channel 7 Interrupt Enable Register
GTM_TIM1_CH7_IRQ_FORCINT 0xF0101BB4          TIM1 Channel 7 Force Interrupt Register
GTM_TIM1_CH7_IRQ_MODE 0xF0101BB8          TIM1 Channel 7 Interrupt Mode Configuration Register
GTM_TIM1_CH7_EIRQ_EN 0xF0101BBC          TIM1 Channel 7 Error Interrupt Enable Register
GTM_TIM2_CH0_GPR0 0xF0102000          TIM2 Channel 0 General Purpose 0 Register
GTM_TIM2_CH0_GPR1 0xF0102004          TIM2 Channel 0 General Purpose 1 Register
GTM_TIM2_CH0_CNT 0xF0102008          TIM2 Channel 0 SMU Counter Register
GTM_TIM2_CH0_ECNT 0xF010200C          TIM2 Channel 0 SMU Edge Counter Register
GTM_TIM2_CH0_CNTS 0xF0102010          TIM2 Channel 0 SMU Shadow Counter Register
GTM_TIM2_CH0_TDUC 0xF0102014          TIM2 Channel 0 TDU Counter Register
GTM_TIM2_CH0_TDUV 0xF0102018          TIM2 Channel 0 TDU Control Register
GTM_TIM2_CH0_FLT_RE 0xF010201C          TIM2 Channel 0 Filter Parameter 0 Register
GTM_TIM2_CH0_FLT_FE 0xF0102020          TIM2 Channel 0 Filter Parameter 1 Register
GTM_TIM2_CH0_CTRL 0xF0102024          TIM2 Channel 0 Control Register
GTM_TIM2_CH0_ECTRL 0xF0102028          TIM2 Channel 0 Extended Control Register
GTM_TIM2_CH0_IRQ_NOTIFY 0xF010202C          TIM2 Channel 0 Interrupt Notification Register
GTM_TIM2_CH0_IRQ_EN 0xF0102030          TIM2 Channel 0 Interrupt Enable Register
GTM_TIM2_CH0_IRQ_FORCINT 0xF0102034          TIM2 Channel 0 Force Interrupt Register
GTM_TIM2_CH0_IRQ_MODE 0xF0102038          TIM2 Channel 0 Interrupt Mode Configuration Register
GTM_TIM2_CH0_EIRQ_EN 0xF010203C          TIM2 Channel 0 Error Interrupt Enable Register
GTM_TIM2_INP_VAL 0xF0102074          TIM2 Input Value Observation Register
GTM_TIM2_IN_SRC 0xF0102078          TIM2 AUX IN Source Selection Register
GTM_TIM2_RST    0xF010207C          TIM2 Global Software Reset Register
GTM_TIM2_CH1_GPR0 0xF0102080          TIM2 Channel 1 General Purpose 0 Register
GTM_TIM2_CH1_GPR1 0xF0102084          TIM2 Channel 1 General Purpose 1 Register
GTM_TIM2_CH1_CNT 0xF0102088          TIM2 Channel 1 SMU Counter Register
GTM_TIM2_CH1_ECNT 0xF010208C          TIM2 Channel 1 SMU Edge Counter Register
GTM_TIM2_CH1_CNTS 0xF0102090          TIM2 Channel 1 SMU Shadow Counter Register
GTM_TIM2_CH1_TDUC 0xF0102094          TIM2 Channel 1 TDU Counter Register
GTM_TIM2_CH1_TDUV 0xF0102098          TIM2 Channel 1 TDU Control Register
GTM_TIM2_CH1_FLT_RE 0xF010209C          TIM2 Channel 1 Filter Parameter 0 Register
GTM_TIM2_CH1_FLT_FE 0xF01020A0          TIM2 Channel 1 Filter Parameter 1 Register
GTM_TIM2_CH1_CTRL 0xF01020A4          TIM2 Channel 1 Control Register
GTM_TIM2_CH1_ECTRL 0xF01020A8          TIM2 Channel 1 Extended Control Register
GTM_TIM2_CH1_IRQ_NOTIFY 0xF01020AC          TIM2 Channel 1 Interrupt Notification Register
GTM_TIM2_CH1_IRQ_EN 0xF01020B0          TIM2 Channel 1 Interrupt Enable Register
GTM_TIM2_CH1_IRQ_FORCINT 0xF01020B4          TIM2 Channel 1 Force Interrupt Register
GTM_TIM2_CH1_IRQ_MODE 0xF01020B8          TIM2 Channel 1 Interrupt Mode Configuration Register
GTM_TIM2_CH1_EIRQ_EN 0xF01020BC          TIM2 Channel 1 Error Interrupt Enable Register
GTM_TIM2_CH2_GPR0 0xF0102100          TIM2 Channel 2 General Purpose 0 Register
GTM_TIM2_CH2_GPR1 0xF0102104          TIM2 Channel 2 General Purpose 1 Register
GTM_TIM2_CH2_CNT 0xF0102108          TIM2 Channel 2 SMU Counter Register
GTM_TIM2_CH2_ECNT 0xF010210C          TIM2 Channel 2 SMU Edge Counter Register
GTM_TIM2_CH2_CNTS 0xF0102110          TIM2 Channel 2 SMU Shadow Counter Register
GTM_TIM2_CH2_TDUC 0xF0102114          TIM2 Channel 2 TDU Counter Register
GTM_TIM2_CH2_TDUV 0xF0102118          TIM2 Channel 2 TDU Control Register
GTM_TIM2_CH2_FLT_RE 0xF010211C          TIM2 Channel 2 Filter Parameter 0 Register
GTM_TIM2_CH2_FLT_FE 0xF0102120          TIM2 Channel 2 Filter Parameter 1 Register
GTM_TIM2_CH2_CTRL 0xF0102124          TIM2 Channel 2 Control Register
GTM_TIM2_CH2_ECTRL 0xF0102128          TIM2 Channel 2 Extended Control Register
GTM_TIM2_CH2_IRQ_NOTIFY 0xF010212C          TIM2 Channel 2 Interrupt Notification Register
GTM_TIM2_CH2_IRQ_EN 0xF0102130          TIM2 Channel 2 Interrupt Enable Register
GTM_TIM2_CH2_IRQ_FORCINT 0xF0102134          TIM2 Channel 2 Force Interrupt Register
GTM_TIM2_CH2_IRQ_MODE 0xF0102138          TIM2 Channel 2 Interrupt Mode Configuration Register
GTM_TIM2_CH2_EIRQ_EN 0xF010213C          TIM2 Channel 2 Error Interrupt Enable Register
GTM_TIM2_CH3_GPR0 0xF0102180          TIM2 Channel 3 General Purpose 0 Register
GTM_TIM2_CH3_GPR1 0xF0102184          TIM2 Channel 3 General Purpose 1 Register
GTM_TIM2_CH3_CNT 0xF0102188          TIM2 Channel 3 SMU Counter Register
GTM_TIM2_CH3_ECNT 0xF010218C          TIM2 Channel 3 SMU Edge Counter Register
GTM_TIM2_CH3_CNTS 0xF0102190          TIM2 Channel 3 SMU Shadow Counter Register
GTM_TIM2_CH3_TDUC 0xF0102194          TIM2 Channel 3 TDU Counter Register
GTM_TIM2_CH3_TDUV 0xF0102198          TIM2 Channel 3 TDU Control Register
GTM_TIM2_CH3_FLT_RE 0xF010219C          TIM2 Channel 3 Filter Parameter 0 Register
GTM_TIM2_CH3_FLT_FE 0xF01021A0          TIM2 Channel 3 Filter Parameter 1 Register
GTM_TIM2_CH3_CTRL 0xF01021A4          TIM2 Channel 3 Control Register
GTM_TIM2_CH3_ECTRL 0xF01021A8          TIM2 Channel 3 Extended Control Register
GTM_TIM2_CH3_IRQ_NOTIFY 0xF01021AC          TIM2 Channel 3 Interrupt Notification Register
GTM_TIM2_CH3_IRQ_EN 0xF01021B0          TIM2 Channel 3 Interrupt Enable Register
GTM_TIM2_CH3_IRQ_FORCINT 0xF01021B4          TIM2 Channel 3 Force Interrupt Register
GTM_TIM2_CH3_IRQ_MODE 0xF01021B8          TIM2 Channel 3 Interrupt Mode Configuration Register
GTM_TIM2_CH3_EIRQ_EN 0xF01021BC          TIM2 Channel 3 Error Interrupt Enable Register
GTM_TIM2_CH4_GPR0 0xF0102200          TIM2 Channel 4 General Purpose 0 Register
GTM_TIM2_CH4_GPR1 0xF0102204          TIM2 Channel 4 General Purpose 1 Register
GTM_TIM2_CH4_CNT 0xF0102208          TIM2 Channel 4 SMU Counter Register
GTM_TIM2_CH4_ECNT 0xF010220C          TIM2 Channel 4 SMU Edge Counter Register
GTM_TIM2_CH4_CNTS 0xF0102210          TIM2 Channel 4 SMU Shadow Counter Register
GTM_TIM2_CH4_TDUC 0xF0102214          TIM2 Channel 4 TDU Counter Register
GTM_TIM2_CH4_TDUV 0xF0102218          TIM2 Channel 4 TDU Control Register
GTM_TIM2_CH4_FLT_RE 0xF010221C          TIM2 Channel 4 Filter Parameter 0 Register
GTM_TIM2_CH4_FLT_FE 0xF0102220          TIM2 Channel 4 Filter Parameter 1 Register
GTM_TIM2_CH4_CTRL 0xF0102224          TIM2 Channel 4 Control Register
GTM_TIM2_CH4_ECTRL 0xF0102228          TIM2 Channel 4 Extended Control Register
GTM_TIM2_CH4_IRQ_NOTIFY 0xF010222C          TIM2 Channel 4 Interrupt Notification Register
GTM_TIM2_CH4_IRQ_EN 0xF0102230          TIM2 Channel 4 Interrupt Enable Register
GTM_TIM2_CH4_IRQ_FORCINT 0xF0102234          TIM2 Channel 4 Force Interrupt Register
GTM_TIM2_CH4_IRQ_MODE 0xF0102238          TIM2 Channel 4 Interrupt Mode Configuration Register
GTM_TIM2_CH4_EIRQ_EN 0xF010223C          TIM2 Channel 4 Error Interrupt Enable Register
GTM_TIM2_CH5_GPR0 0xF0102280          TIM2 Channel 5 General Purpose 0 Register
GTM_TIM2_CH5_GPR1 0xF0102284          TIM2 Channel 5 General Purpose 1 Register
GTM_TIM2_CH5_CNT 0xF0102288          TIM2 Channel 5 SMU Counter Register
GTM_TIM2_CH5_ECNT 0xF010228C          TIM2 Channel 5 SMU Edge Counter Register
GTM_TIM2_CH5_CNTS 0xF0102290          TIM2 Channel 5 SMU Shadow Counter Register
GTM_TIM2_CH5_TDUC 0xF0102294          TIM2 Channel 5 TDU Counter Register
GTM_TIM2_CH5_TDUV 0xF0102298          TIM2 Channel 5 TDU Control Register
GTM_TIM2_CH5_FLT_RE 0xF010229C          TIM2 Channel 5 Filter Parameter 0 Register
GTM_TIM2_CH5_FLT_FE 0xF01022A0          TIM2 Channel 5 Filter Parameter 1 Register
GTM_TIM2_CH5_CTRL 0xF01022A4          TIM2 Channel 5 Control Register
GTM_TIM2_CH5_ECTRL 0xF01022A8          TIM2 Channel 5 Extended Control Register
GTM_TIM2_CH5_IRQ_NOTIFY 0xF01022AC          TIM2 Channel 5 Interrupt Notification Register
GTM_TIM2_CH5_IRQ_EN 0xF01022B0          TIM2 Channel 5 Interrupt Enable Register
GTM_TIM2_CH5_IRQ_FORCINT 0xF01022B4          TIM2 Channel 5 Force Interrupt Register
GTM_TIM2_CH5_IRQ_MODE 0xF01022B8          TIM2 Channel 5 Interrupt Mode Configuration Register
GTM_TIM2_CH5_EIRQ_EN 0xF01022BC          TIM2 Channel 5 Error Interrupt Enable Register
GTM_TIM2_CH6_GPR0 0xF0102300          TIM2 Channel 6 General Purpose 0 Register
GTM_TIM2_CH6_GPR1 0xF0102304          TIM2 Channel 6 General Purpose 1 Register
GTM_TIM2_CH6_CNT 0xF0102308          TIM2 Channel 6 SMU Counter Register
GTM_TIM2_CH6_ECNT 0xF010230C          TIM2 Channel 6 SMU Edge Counter Register
GTM_TIM2_CH6_CNTS 0xF0102310          TIM2 Channel 6 SMU Shadow Counter Register
GTM_TIM2_CH6_TDUC 0xF0102314          TIM2 Channel 6 TDU Counter Register
GTM_TIM2_CH6_TDUV 0xF0102318          TIM2 Channel 6 TDU Control Register
GTM_TIM2_CH6_FLT_RE 0xF010231C          TIM2 Channel 6 Filter Parameter 0 Register
GTM_TIM2_CH6_FLT_FE 0xF0102320          TIM2 Channel 6 Filter Parameter 1 Register
GTM_TIM2_CH6_CTRL 0xF0102324          TIM2 Channel 6 Control Register
GTM_TIM2_CH6_ECTRL 0xF0102328          TIM2 Channel 6 Extended Control Register
GTM_TIM2_CH6_IRQ_NOTIFY 0xF010232C          TIM2 Channel 6 Interrupt Notification Register
GTM_TIM2_CH6_IRQ_EN 0xF0102330          TIM2 Channel 6 Interrupt Enable Register
GTM_TIM2_CH6_IRQ_FORCINT 0xF0102334          TIM2 Channel 6 Force Interrupt Register
GTM_TIM2_CH6_IRQ_MODE 0xF0102338          TIM2 Channel 6 Interrupt Mode Configuration Register
GTM_TIM2_CH6_EIRQ_EN 0xF010233C          TIM2 Channel 6 Error Interrupt Enable Register
GTM_TIM2_CH7_GPR0 0xF0102380          TIM2 Channel 7 General Purpose 0 Register
GTM_TIM2_CH7_GPR1 0xF0102384          TIM2 Channel 7 General Purpose 1 Register
GTM_TIM2_CH7_CNT 0xF0102388          TIM2 Channel 7 SMU Counter Register
GTM_TIM2_CH7_ECNT 0xF010238C          TIM2 Channel 7 SMU Edge Counter Register
GTM_TIM2_CH7_CNTS 0xF0102390          TIM2 Channel 7 SMU Shadow Counter Register
GTM_TIM2_CH7_TDUC 0xF0102394          TIM2 Channel 7 TDU Counter Register
GTM_TIM2_CH7_TDUV 0xF0102398          TIM2 Channel 7 TDU Control Register
GTM_TIM2_CH7_FLT_RE 0xF010239C          TIM2 Channel 7 Filter Parameter 0 Register
GTM_TIM2_CH7_FLT_FE 0xF01023A0          TIM2 Channel 7 Filter Parameter 1 Register
GTM_TIM2_CH7_CTRL 0xF01023A4          TIM2 Channel 7 Control Register
GTM_TIM2_CH7_ECTRL 0xF01023A8          TIM2 Channel 7 Extended Control Register
GTM_TIM2_CH7_IRQ_NOTIFY 0xF01023AC          TIM2 Channel 7 Interrupt Notification Register
GTM_TIM2_CH7_IRQ_EN 0xF01023B0          TIM2 Channel 7 Interrupt Enable Register
GTM_TIM2_CH7_IRQ_FORCINT 0xF01023B4          TIM2 Channel 7 Force Interrupt Register
GTM_TIM2_CH7_IRQ_MODE 0xF01023B8          TIM2 Channel 7 Interrupt Mode Configuration Register
GTM_TIM2_CH7_EIRQ_EN 0xF01023BC          TIM2 Channel 7 Error Interrupt Enable Register
GTM_TIM3_CH0_GPR0 0xF0102800          TIM3 Channel 0 General Purpose 0 Register
GTM_TIM3_CH0_GPR1 0xF0102804          TIM3 Channel 0 General Purpose 1 Register
GTM_TIM3_CH0_CNT 0xF0102808          TIM3 Channel 0 SMU Counter Register
GTM_TIM3_CH0_ECNT 0xF010280C          TIM3 Channel 0 SMU Edge Counter Register
GTM_TIM3_CH0_CNTS 0xF0102810          TIM3 Channel 0 SMU Shadow Counter Register
GTM_TIM3_CH0_TDUC 0xF0102814          TIM3 Channel 0 TDU Counter Register
GTM_TIM3_CH0_TDUV 0xF0102818          TIM3 Channel 0 TDU Control Register
GTM_TIM3_CH0_FLT_RE 0xF010281C          TIM3 Channel 0 Filter Parameter 0 Register
GTM_TIM3_CH0_FLT_FE 0xF0102820          TIM3 Channel 0 Filter Parameter 1 Register
GTM_TIM3_CH0_CTRL 0xF0102824          TIM3 Channel 0 Control Register
GTM_TIM3_CH0_ECTRL 0xF0102828          TIM3 Channel 0 Extended Control Register
GTM_TIM3_CH0_IRQ_NOTIFY 0xF010282C          TIM3 Channel 0 Interrupt Notification Register
GTM_TIM3_CH0_IRQ_EN 0xF0102830          TIM3 Channel 0 Interrupt Enable Register
GTM_TIM3_CH0_IRQ_FORCINT 0xF0102834          TIM3 Channel 0 Force Interrupt Register
GTM_TIM3_CH0_IRQ_MODE 0xF0102838          TIM3 Channel 0 Interrupt Mode Configuration Register
GTM_TIM3_CH0_EIRQ_EN 0xF010283C          TIM3 Channel 0 Error Interrupt Enable Register
GTM_TIM3_INP_VAL 0xF0102874          TIM3 Input Value Observation Register
GTM_TIM3_IN_SRC 0xF0102878          TIM3 AUX IN Source Selection Register
GTM_TIM3_RST    0xF010287C          TIM3 Global Software Reset Register
GTM_TIM3_CH1_GPR0 0xF0102880          TIM3 Channel 1 General Purpose 0 Register
GTM_TIM3_CH1_GPR1 0xF0102884          TIM3 Channel 1 General Purpose 1 Register
GTM_TIM3_CH1_CNT 0xF0102888          TIM3 Channel 1 SMU Counter Register
GTM_TIM3_CH1_ECNT 0xF010288C          TIM3 Channel 1 SMU Edge Counter Register
GTM_TIM3_CH1_CNTS 0xF0102890          TIM3 Channel 1 SMU Shadow Counter Register
GTM_TIM3_CH1_TDUC 0xF0102894          TIM3 Channel 1 TDU Counter Register
GTM_TIM3_CH1_TDUV 0xF0102898          TIM3 Channel 1 TDU Control Register
GTM_TIM3_CH1_FLT_RE 0xF010289C          TIM3 Channel 1 Filter Parameter 0 Register
GTM_TIM3_CH1_FLT_FE 0xF01028A0          TIM3 Channel 1 Filter Parameter 1 Register
GTM_TIM3_CH1_CTRL 0xF01028A4          TIM3 Channel 1 Control Register
GTM_TIM3_CH1_ECTRL 0xF01028A8          TIM3 Channel 1 Extended Control Register
GTM_TIM3_CH1_IRQ_NOTIFY 0xF01028AC          TIM3 Channel 1 Interrupt Notification Register
GTM_TIM3_CH1_IRQ_EN 0xF01028B0          TIM3 Channel 1 Interrupt Enable Register
GTM_TIM3_CH1_IRQ_FORCINT 0xF01028B4          TIM3 Channel 1 Force Interrupt Register
GTM_TIM3_CH1_IRQ_MODE 0xF01028B8          TIM3 Channel 1 Interrupt Mode Configuration Register
GTM_TIM3_CH1_EIRQ_EN 0xF01028BC          TIM3 Channel 1 Error Interrupt Enable Register
GTM_TIM3_CH2_GPR0 0xF0102900          TIM3 Channel 2 General Purpose 0 Register
GTM_TIM3_CH2_GPR1 0xF0102904          TIM3 Channel 2 General Purpose 1 Register
GTM_TIM3_CH2_CNT 0xF0102908          TIM3 Channel 2 SMU Counter Register
GTM_TIM3_CH2_ECNT 0xF010290C          TIM3 Channel 2 SMU Edge Counter Register
GTM_TIM3_CH2_CNTS 0xF0102910          TIM3 Channel 2 SMU Shadow Counter Register
GTM_TIM3_CH2_TDUC 0xF0102914          TIM3 Channel 2 TDU Counter Register
GTM_TIM3_CH2_TDUV 0xF0102918          TIM3 Channel 2 TDU Control Register
GTM_TIM3_CH2_FLT_RE 0xF010291C          TIM3 Channel 2 Filter Parameter 0 Register
GTM_TIM3_CH2_FLT_FE 0xF0102920          TIM3 Channel 2 Filter Parameter 1 Register
GTM_TIM3_CH2_CTRL 0xF0102924          TIM3 Channel 2 Control Register
GTM_TIM3_CH2_ECTRL 0xF0102928          TIM3 Channel 2 Extended Control Register
GTM_TIM3_CH2_IRQ_NOTIFY 0xF010292C          TIM3 Channel 2 Interrupt Notification Register
GTM_TIM3_CH2_IRQ_EN 0xF0102930          TIM3 Channel 2 Interrupt Enable Register
GTM_TIM3_CH2_IRQ_FORCINT 0xF0102934          TIM3 Channel 2 Force Interrupt Register
GTM_TIM3_CH2_IRQ_MODE 0xF0102938          TIM3 Channel 2 Interrupt Mode Configuration Register
GTM_TIM3_CH2_EIRQ_EN 0xF010293C          TIM3 Channel 2 Error Interrupt Enable Register
GTM_TIM3_CH3_GPR0 0xF0102980          TIM3 Channel 3 General Purpose 0 Register
GTM_TIM3_CH3_GPR1 0xF0102984          TIM3 Channel 3 General Purpose 1 Register
GTM_TIM3_CH3_CNT 0xF0102988          TIM3 Channel 3 SMU Counter Register
GTM_TIM3_CH3_ECNT 0xF010298C          TIM3 Channel 3 SMU Edge Counter Register
GTM_TIM3_CH3_CNTS 0xF0102990          TIM3 Channel 3 SMU Shadow Counter Register
GTM_TIM3_CH3_TDUC 0xF0102994          TIM3 Channel 3 TDU Counter Register
GTM_TIM3_CH3_TDUV 0xF0102998          TIM3 Channel 3 TDU Control Register
GTM_TIM3_CH3_FLT_RE 0xF010299C          TIM3 Channel 3 Filter Parameter 0 Register
GTM_TIM3_CH3_FLT_FE 0xF01029A0          TIM3 Channel 3 Filter Parameter 1 Register
GTM_TIM3_CH3_CTRL 0xF01029A4          TIM3 Channel 3 Control Register
GTM_TIM3_CH3_ECTRL 0xF01029A8          TIM3 Channel 3 Extended Control Register
GTM_TIM3_CH3_IRQ_NOTIFY 0xF01029AC          TIM3 Channel 3 Interrupt Notification Register
GTM_TIM3_CH3_IRQ_EN 0xF01029B0          TIM3 Channel 3 Interrupt Enable Register
GTM_TIM3_CH3_IRQ_FORCINT 0xF01029B4          TIM3 Channel 3 Force Interrupt Register
GTM_TIM3_CH3_IRQ_MODE 0xF01029B8          TIM3 Channel 3 Interrupt Mode Configuration Register
GTM_TIM3_CH3_EIRQ_EN 0xF01029BC          TIM3 Channel 3 Error Interrupt Enable Register
GTM_TIM3_CH4_GPR0 0xF0102A00          TIM3 Channel 4 General Purpose 0 Register
GTM_TIM3_CH4_GPR1 0xF0102A04          TIM3 Channel 4 General Purpose 1 Register
GTM_TIM3_CH4_CNT 0xF0102A08          TIM3 Channel 4 SMU Counter Register
GTM_TIM3_CH4_ECNT 0xF0102A0C          TIM3 Channel 4 SMU Edge Counter Register
GTM_TIM3_CH4_CNTS 0xF0102A10          TIM3 Channel 4 SMU Shadow Counter Register
GTM_TIM3_CH4_TDUC 0xF0102A14          TIM3 Channel 4 TDU Counter Register
GTM_TIM3_CH4_TDUV 0xF0102A18          TIM3 Channel 4 TDU Control Register
GTM_TIM3_CH4_FLT_RE 0xF0102A1C          TIM3 Channel 4 Filter Parameter 0 Register
GTM_TIM3_CH4_FLT_FE 0xF0102A20          TIM3 Channel 4 Filter Parameter 1 Register
GTM_TIM3_CH4_CTRL 0xF0102A24          TIM3 Channel 4 Control Register
GTM_TIM3_CH4_ECTRL 0xF0102A28          TIM3 Channel 4 Extended Control Register
GTM_TIM3_CH4_IRQ_NOTIFY 0xF0102A2C          TIM3 Channel 4 Interrupt Notification Register
GTM_TIM3_CH4_IRQ_EN 0xF0102A30          TIM3 Channel 4 Interrupt Enable Register
GTM_TIM3_CH4_IRQ_FORCINT 0xF0102A34          TIM3 Channel 4 Force Interrupt Register
GTM_TIM3_CH4_IRQ_MODE 0xF0102A38          TIM3 Channel 4 Interrupt Mode Configuration Register
GTM_TIM3_CH4_EIRQ_EN 0xF0102A3C          TIM3 Channel 4 Error Interrupt Enable Register
GTM_TIM3_CH5_GPR0 0xF0102A80          TIM3 Channel 5 General Purpose 0 Register
GTM_TIM3_CH5_GPR1 0xF0102A84          TIM3 Channel 5 General Purpose 1 Register
GTM_TIM3_CH5_CNT 0xF0102A88          TIM3 Channel 5 SMU Counter Register
GTM_TIM3_CH5_ECNT 0xF0102A8C          TIM3 Channel 5 SMU Edge Counter Register
GTM_TIM3_CH5_CNTS 0xF0102A90          TIM3 Channel 5 SMU Shadow Counter Register
GTM_TIM3_CH5_TDUC 0xF0102A94          TIM3 Channel 5 TDU Counter Register
GTM_TIM3_CH5_TDUV 0xF0102A98          TIM3 Channel 5 TDU Control Register
GTM_TIM3_CH5_FLT_RE 0xF0102A9C          TIM3 Channel 5 Filter Parameter 0 Register
GTM_TIM3_CH5_FLT_FE 0xF0102AA0          TIM3 Channel 5 Filter Parameter 1 Register
GTM_TIM3_CH5_CTRL 0xF0102AA4          TIM3 Channel 5 Control Register
GTM_TIM3_CH5_ECTRL 0xF0102AA8          TIM3 Channel 5 Extended Control Register
GTM_TIM3_CH5_IRQ_NOTIFY 0xF0102AAC          TIM3 Channel 5 Interrupt Notification Register
GTM_TIM3_CH5_IRQ_EN 0xF0102AB0          TIM3 Channel 5 Interrupt Enable Register
GTM_TIM3_CH5_IRQ_FORCINT 0xF0102AB4          TIM3 Channel 5 Force Interrupt Register
GTM_TIM3_CH5_IRQ_MODE 0xF0102AB8          TIM3 Channel 5 Interrupt Mode Configuration Register
GTM_TIM3_CH5_EIRQ_EN 0xF0102ABC          TIM3 Channel 5 Error Interrupt Enable Register
GTM_TIM3_CH6_GPR0 0xF0102B00          TIM3 Channel 6 General Purpose 0 Register
GTM_TIM3_CH6_GPR1 0xF0102B04          TIM3 Channel 6 General Purpose 1 Register
GTM_TIM3_CH6_CNT 0xF0102B08          TIM3 Channel 6 SMU Counter Register
GTM_TIM3_CH6_ECNT 0xF0102B0C          TIM3 Channel 6 SMU Edge Counter Register
GTM_TIM3_CH6_CNTS 0xF0102B10          TIM3 Channel 6 SMU Shadow Counter Register
GTM_TIM3_CH6_TDUC 0xF0102B14          TIM3 Channel 6 TDU Counter Register
GTM_TIM3_CH6_TDUV 0xF0102B18          TIM3 Channel 6 TDU Control Register
GTM_TIM3_CH6_FLT_RE 0xF0102B1C          TIM3 Channel 6 Filter Parameter 0 Register
GTM_TIM3_CH6_FLT_FE 0xF0102B20          TIM3 Channel 6 Filter Parameter 1 Register
GTM_TIM3_CH6_CTRL 0xF0102B24          TIM3 Channel 6 Control Register
GTM_TIM3_CH6_ECTRL 0xF0102B28          TIM3 Channel 6 Extended Control Register
GTM_TIM3_CH6_IRQ_NOTIFY 0xF0102B2C          TIM3 Channel 6 Interrupt Notification Register
GTM_TIM3_CH6_IRQ_EN 0xF0102B30          TIM3 Channel 6 Interrupt Enable Register
GTM_TIM3_CH6_IRQ_FORCINT 0xF0102B34          TIM3 Channel 6 Force Interrupt Register
GTM_TIM3_CH6_IRQ_MODE 0xF0102B38          TIM3 Channel 6 Interrupt Mode Configuration Register
GTM_TIM3_CH6_EIRQ_EN 0xF0102B3C          TIM3 Channel 6 Error Interrupt Enable Register
GTM_TIM3_CH7_GPR0 0xF0102B80          TIM3 Channel 7 General Purpose 0 Register
GTM_TIM3_CH7_GPR1 0xF0102B84          TIM3 Channel 7 General Purpose 1 Register
GTM_TIM3_CH7_CNT 0xF0102B88          TIM3 Channel 7 SMU Counter Register
GTM_TIM3_CH7_ECNT 0xF0102B8C          TIM3 Channel 7 SMU Edge Counter Register
GTM_TIM3_CH7_CNTS 0xF0102B90          TIM3 Channel 7 SMU Shadow Counter Register
GTM_TIM3_CH7_TDUC 0xF0102B94          TIM3 Channel 7 TDU Counter Register
GTM_TIM3_CH7_TDUV 0xF0102B98          TIM3 Channel 7 TDU Control Register
GTM_TIM3_CH7_FLT_RE 0xF0102B9C          TIM3 Channel 7 Filter Parameter 0 Register
GTM_TIM3_CH7_FLT_FE 0xF0102BA0          TIM3 Channel 7 Filter Parameter 1 Register
GTM_TIM3_CH7_CTRL 0xF0102BA4          TIM3 Channel 7 Control Register
GTM_TIM3_CH7_ECTRL 0xF0102BA8          TIM3 Channel 7 Extended Control Register
GTM_TIM3_CH7_IRQ_NOTIFY 0xF0102BAC          TIM3 Channel 7 Interrupt Notification Register
GTM_TIM3_CH7_IRQ_EN 0xF0102BB0          TIM3 Channel 7 Interrupt Enable Register
GTM_TIM3_CH7_IRQ_FORCINT 0xF0102BB4          TIM3 Channel 7 Force Interrupt Register
GTM_TIM3_CH7_IRQ_MODE 0xF0102BB8          TIM3 Channel 7 Interrupt Mode Configuration Register
GTM_TIM3_CH7_EIRQ_EN 0xF0102BBC          TIM3 Channel 7 Error Interrupt Enable Register
GTM_TIM4_CH0_GPR0 0xF0103000          TIM4 Channel 0 General Purpose 0 Register
GTM_TIM4_CH0_GPR1 0xF0103004          TIM4 Channel 0 General Purpose 1 Register
GTM_TIM4_CH0_CNT 0xF0103008          TIM4 Channel 0 SMU Counter Register
GTM_TIM4_CH0_ECNT 0xF010300C          TIM4 Channel 0 SMU Edge Counter Register
GTM_TIM4_CH0_CNTS 0xF0103010          TIM4 Channel 0 SMU Shadow Counter Register
GTM_TIM4_CH0_TDUC 0xF0103014          TIM4 Channel 0 TDU Counter Register
GTM_TIM4_CH0_TDUV 0xF0103018          TIM4 Channel 0 TDU Control Register
GTM_TIM4_CH0_FLT_RE 0xF010301C          TIM4 Channel 0 Filter Parameter 0 Register
GTM_TIM4_CH0_FLT_FE 0xF0103020          TIM4 Channel 0 Filter Parameter 1 Register
GTM_TIM4_CH0_CTRL 0xF0103024          TIM4 Channel 0 Control Register
GTM_TIM4_CH0_ECTRL 0xF0103028          TIM4 Channel 0 Extended Control Register
GTM_TIM4_CH0_IRQ_NOTIFY 0xF010302C          TIM4 Channel 0 Interrupt Notification Register
GTM_TIM4_CH0_IRQ_EN 0xF0103030          TIM4 Channel 0 Interrupt Enable Register
GTM_TIM4_CH0_IRQ_FORCINT 0xF0103034          TIM4 Channel 0 Force Interrupt Register
GTM_TIM4_CH0_IRQ_MODE 0xF0103038          TIM4 Channel 0 Interrupt Mode Configuration Register
GTM_TIM4_CH0_EIRQ_EN 0xF010303C          TIM4 Channel 0 Error Interrupt Enable Register
GTM_TIM4_INP_VAL 0xF0103074          TIM4 Input Value Observation Register
GTM_TIM4_IN_SRC 0xF0103078          TIM4 AUX IN Source Selection Register
GTM_TIM4_RST    0xF010307C          TIM4 Global Software Reset Register
GTM_TIM4_CH1_GPR0 0xF0103080          TIM4 Channel 1 General Purpose 0 Register
GTM_TIM4_CH1_GPR1 0xF0103084          TIM4 Channel 1 General Purpose 1 Register
GTM_TIM4_CH1_CNT 0xF0103088          TIM4 Channel 1 SMU Counter Register
GTM_TIM4_CH1_ECNT 0xF010308C          TIM4 Channel 1 SMU Edge Counter Register
GTM_TIM4_CH1_CNTS 0xF0103090          TIM4 Channel 1 SMU Shadow Counter Register
GTM_TIM4_CH1_TDUC 0xF0103094          TIM4 Channel 1 TDU Counter Register
GTM_TIM4_CH1_TDUV 0xF0103098          TIM4 Channel 1 TDU Control Register
GTM_TIM4_CH1_FLT_RE 0xF010309C          TIM4 Channel 1 Filter Parameter 0 Register
GTM_TIM4_CH1_FLT_FE 0xF01030A0          TIM4 Channel 1 Filter Parameter 1 Register
GTM_TIM4_CH1_CTRL 0xF01030A4          TIM4 Channel 1 Control Register
GTM_TIM4_CH1_ECTRL 0xF01030A8          TIM4 Channel 1 Extended Control Register
GTM_TIM4_CH1_IRQ_NOTIFY 0xF01030AC          TIM4 Channel 1 Interrupt Notification Register
GTM_TIM4_CH1_IRQ_EN 0xF01030B0          TIM4 Channel 1 Interrupt Enable Register
GTM_TIM4_CH1_IRQ_FORCINT 0xF01030B4          TIM4 Channel 1 Force Interrupt Register
GTM_TIM4_CH1_IRQ_MODE 0xF01030B8          TIM4 Channel 1 Interrupt Mode Configuration Register
GTM_TIM4_CH1_EIRQ_EN 0xF01030BC          TIM4 Channel 1 Error Interrupt Enable Register
GTM_TIM4_CH2_GPR0 0xF0103100          TIM4 Channel 2 General Purpose 0 Register
GTM_TIM4_CH2_GPR1 0xF0103104          TIM4 Channel 2 General Purpose 1 Register
GTM_TIM4_CH2_CNT 0xF0103108          TIM4 Channel 2 SMU Counter Register
GTM_TIM4_CH2_ECNT 0xF010310C          TIM4 Channel 2 SMU Edge Counter Register
GTM_TIM4_CH2_CNTS 0xF0103110          TIM4 Channel 2 SMU Shadow Counter Register
GTM_TIM4_CH2_TDUC 0xF0103114          TIM4 Channel 2 TDU Counter Register
GTM_TIM4_CH2_TDUV 0xF0103118          TIM4 Channel 2 TDU Control Register
GTM_TIM4_CH2_FLT_RE 0xF010311C          TIM4 Channel 2 Filter Parameter 0 Register
GTM_TIM4_CH2_FLT_FE 0xF0103120          TIM4 Channel 2 Filter Parameter 1 Register
GTM_TIM4_CH2_CTRL 0xF0103124          TIM4 Channel 2 Control Register
GTM_TIM4_CH2_ECTRL 0xF0103128          TIM4 Channel 2 Extended Control Register
GTM_TIM4_CH2_IRQ_NOTIFY 0xF010312C          TIM4 Channel 2 Interrupt Notification Register
GTM_TIM4_CH2_IRQ_EN 0xF0103130          TIM4 Channel 2 Interrupt Enable Register
GTM_TIM4_CH2_IRQ_FORCINT 0xF0103134          TIM4 Channel 2 Force Interrupt Register
GTM_TIM4_CH2_IRQ_MODE 0xF0103138          TIM4 Channel 2 Interrupt Mode Configuration Register
GTM_TIM4_CH2_EIRQ_EN 0xF010313C          TIM4 Channel 2 Error Interrupt Enable Register
GTM_TIM4_CH3_GPR0 0xF0103180          TIM4 Channel 3 General Purpose 0 Register
GTM_TIM4_CH3_GPR1 0xF0103184          TIM4 Channel 3 General Purpose 1 Register
GTM_TIM4_CH3_CNT 0xF0103188          TIM4 Channel 3 SMU Counter Register
GTM_TIM4_CH3_ECNT 0xF010318C          TIM4 Channel 3 SMU Edge Counter Register
GTM_TIM4_CH3_CNTS 0xF0103190          TIM4 Channel 3 SMU Shadow Counter Register
GTM_TIM4_CH3_TDUC 0xF0103194          TIM4 Channel 3 TDU Counter Register
GTM_TIM4_CH3_TDUV 0xF0103198          TIM4 Channel 3 TDU Control Register
GTM_TIM4_CH3_FLT_RE 0xF010319C          TIM4 Channel 3 Filter Parameter 0 Register
GTM_TIM4_CH3_FLT_FE 0xF01031A0          TIM4 Channel 3 Filter Parameter 1 Register
GTM_TIM4_CH3_CTRL 0xF01031A4          TIM4 Channel 3 Control Register
GTM_TIM4_CH3_ECTRL 0xF01031A8          TIM4 Channel 3 Extended Control Register
GTM_TIM4_CH3_IRQ_NOTIFY 0xF01031AC          TIM4 Channel 3 Interrupt Notification Register
GTM_TIM4_CH3_IRQ_EN 0xF01031B0          TIM4 Channel 3 Interrupt Enable Register
GTM_TIM4_CH3_IRQ_FORCINT 0xF01031B4          TIM4 Channel 3 Force Interrupt Register
GTM_TIM4_CH3_IRQ_MODE 0xF01031B8          TIM4 Channel 3 Interrupt Mode Configuration Register
GTM_TIM4_CH3_EIRQ_EN 0xF01031BC          TIM4 Channel 3 Error Interrupt Enable Register
GTM_TIM4_CH4_GPR0 0xF0103200          TIM4 Channel 4 General Purpose 0 Register
GTM_TIM4_CH4_GPR1 0xF0103204          TIM4 Channel 4 General Purpose 1 Register
GTM_TIM4_CH4_CNT 0xF0103208          TIM4 Channel 4 SMU Counter Register
GTM_TIM4_CH4_ECNT 0xF010320C          TIM4 Channel 4 SMU Edge Counter Register
GTM_TIM4_CH4_CNTS 0xF0103210          TIM4 Channel 4 SMU Shadow Counter Register
GTM_TIM4_CH4_TDUC 0xF0103214          TIM4 Channel 4 TDU Counter Register
GTM_TIM4_CH4_TDUV 0xF0103218          TIM4 Channel 4 TDU Control Register
GTM_TIM4_CH4_FLT_RE 0xF010321C          TIM4 Channel 4 Filter Parameter 0 Register
GTM_TIM4_CH4_FLT_FE 0xF0103220          TIM4 Channel 4 Filter Parameter 1 Register
GTM_TIM4_CH4_CTRL 0xF0103224          TIM4 Channel 4 Control Register
GTM_TIM4_CH4_ECTRL 0xF0103228          TIM4 Channel 4 Extended Control Register
GTM_TIM4_CH4_IRQ_NOTIFY 0xF010322C          TIM4 Channel 4 Interrupt Notification Register
GTM_TIM4_CH4_IRQ_EN 0xF0103230          TIM4 Channel 4 Interrupt Enable Register
GTM_TIM4_CH4_IRQ_FORCINT 0xF0103234          TIM4 Channel 4 Force Interrupt Register
GTM_TIM4_CH4_IRQ_MODE 0xF0103238          TIM4 Channel 4 Interrupt Mode Configuration Register
GTM_TIM4_CH4_EIRQ_EN 0xF010323C          TIM4 Channel 4 Error Interrupt Enable Register
GTM_TIM4_CH5_GPR0 0xF0103280          TIM4 Channel 5 General Purpose 0 Register
GTM_TIM4_CH5_GPR1 0xF0103284          TIM4 Channel 5 General Purpose 1 Register
GTM_TIM4_CH5_CNT 0xF0103288          TIM4 Channel 5 SMU Counter Register
GTM_TIM4_CH5_ECNT 0xF010328C          TIM4 Channel 5 SMU Edge Counter Register
GTM_TIM4_CH5_CNTS 0xF0103290          TIM4 Channel 5 SMU Shadow Counter Register
GTM_TIM4_CH5_TDUC 0xF0103294          TIM4 Channel 5 TDU Counter Register
GTM_TIM4_CH5_TDUV 0xF0103298          TIM4 Channel 5 TDU Control Register
GTM_TIM4_CH5_FLT_RE 0xF010329C          TIM4 Channel 5 Filter Parameter 0 Register
GTM_TIM4_CH5_FLT_FE 0xF01032A0          TIM4 Channel 5 Filter Parameter 1 Register
GTM_TIM4_CH5_CTRL 0xF01032A4          TIM4 Channel 5 Control Register
GTM_TIM4_CH5_ECTRL 0xF01032A8          TIM4 Channel 5 Extended Control Register
GTM_TIM4_CH5_IRQ_NOTIFY 0xF01032AC          TIM4 Channel 5 Interrupt Notification Register
GTM_TIM4_CH5_IRQ_EN 0xF01032B0          TIM4 Channel 5 Interrupt Enable Register
GTM_TIM4_CH5_IRQ_FORCINT 0xF01032B4          TIM4 Channel 5 Force Interrupt Register
GTM_TIM4_CH5_IRQ_MODE 0xF01032B8          TIM4 Channel 5 Interrupt Mode Configuration Register
GTM_TIM4_CH5_EIRQ_EN 0xF01032BC          TIM4 Channel 5 Error Interrupt Enable Register
GTM_TIM4_CH6_GPR0 0xF0103300          TIM4 Channel 6 General Purpose 0 Register
GTM_TIM4_CH6_GPR1 0xF0103304          TIM4 Channel 6 General Purpose 1 Register
GTM_TIM4_CH6_CNT 0xF0103308          TIM4 Channel 6 SMU Counter Register
GTM_TIM4_CH6_ECNT 0xF010330C          TIM4 Channel 6 SMU Edge Counter Register
GTM_TIM4_CH6_CNTS 0xF0103310          TIM4 Channel 6 SMU Shadow Counter Register
GTM_TIM4_CH6_TDUC 0xF0103314          TIM4 Channel 6 TDU Counter Register
GTM_TIM4_CH6_TDUV 0xF0103318          TIM4 Channel 6 TDU Control Register
GTM_TIM4_CH6_FLT_RE 0xF010331C          TIM4 Channel 6 Filter Parameter 0 Register
GTM_TIM4_CH6_FLT_FE 0xF0103320          TIM4 Channel 6 Filter Parameter 1 Register
GTM_TIM4_CH6_CTRL 0xF0103324          TIM4 Channel 6 Control Register
GTM_TIM4_CH6_ECTRL 0xF0103328          TIM4 Channel 6 Extended Control Register
GTM_TIM4_CH6_IRQ_NOTIFY 0xF010332C          TIM4 Channel 6 Interrupt Notification Register
GTM_TIM4_CH6_IRQ_EN 0xF0103330          TIM4 Channel 6 Interrupt Enable Register
GTM_TIM4_CH6_IRQ_FORCINT 0xF0103334          TIM4 Channel 6 Force Interrupt Register
GTM_TIM4_CH6_IRQ_MODE 0xF0103338          TIM4 Channel 6 Interrupt Mode Configuration Register
GTM_TIM4_CH6_EIRQ_EN 0xF010333C          TIM4 Channel 6 Error Interrupt Enable Register
GTM_TIM4_CH7_GPR0 0xF0103380          TIM4 Channel 7 General Purpose 0 Register
GTM_TIM4_CH7_GPR1 0xF0103384          TIM4 Channel 7 General Purpose 1 Register
GTM_TIM4_CH7_CNT 0xF0103388          TIM4 Channel 7 SMU Counter Register
GTM_TIM4_CH7_ECNT 0xF010338C          TIM4 Channel 7 SMU Edge Counter Register
GTM_TIM4_CH7_CNTS 0xF0103390          TIM4 Channel 7 SMU Shadow Counter Register
GTM_TIM4_CH7_TDUC 0xF0103394          TIM4 Channel 7 TDU Counter Register
GTM_TIM4_CH7_TDUV 0xF0103398          TIM4 Channel 7 TDU Control Register
GTM_TIM4_CH7_FLT_RE 0xF010339C          TIM4 Channel 7 Filter Parameter 0 Register
GTM_TIM4_CH7_FLT_FE 0xF01033A0          TIM4 Channel 7 Filter Parameter 1 Register
GTM_TIM4_CH7_CTRL 0xF01033A4          TIM4 Channel 7 Control Register
GTM_TIM4_CH7_ECTRL 0xF01033A8          TIM4 Channel 7 Extended Control Register
GTM_TIM4_CH7_IRQ_NOTIFY 0xF01033AC          TIM4 Channel 7 Interrupt Notification Register
GTM_TIM4_CH7_IRQ_EN 0xF01033B0          TIM4 Channel 7 Interrupt Enable Register
GTM_TIM4_CH7_IRQ_FORCINT 0xF01033B4          TIM4 Channel 7 Force Interrupt Register
GTM_TIM4_CH7_IRQ_MODE 0xF01033B8          TIM4 Channel 7 Interrupt Mode Configuration Register
GTM_TIM4_CH7_EIRQ_EN 0xF01033BC          TIM4 Channel 7 Error Interrupt Enable Register
GTM_TIM5_CH0_GPR0 0xF0103800          TIM5 Channel 0 General Purpose 0 Register
GTM_TIM5_CH0_GPR1 0xF0103804          TIM5 Channel 0 General Purpose 1 Register
GTM_TIM5_CH0_CNT 0xF0103808          TIM5 Channel 0 SMU Counter Register
GTM_TIM5_CH0_ECNT 0xF010380C          TIM5 Channel 0 SMU Edge Counter Register
GTM_TIM5_CH0_CNTS 0xF0103810          TIM5 Channel 0 SMU Shadow Counter Register
GTM_TIM5_CH0_TDUC 0xF0103814          TIM5 Channel 0 TDU Counter Register
GTM_TIM5_CH0_TDUV 0xF0103818          TIM5 Channel 0 TDU Control Register
GTM_TIM5_CH0_FLT_RE 0xF010381C          TIM5 Channel 0 Filter Parameter 0 Register
GTM_TIM5_CH0_FLT_FE 0xF0103820          TIM5 Channel 0 Filter Parameter 1 Register
GTM_TIM5_CH0_CTRL 0xF0103824          TIM5 Channel 0 Control Register
GTM_TIM5_CH0_ECTRL 0xF0103828          TIM5 Channel 0 Extended Control Register
GTM_TIM5_CH0_IRQ_NOTIFY 0xF010382C          TIM5 Channel 0 Interrupt Notification Register
GTM_TIM5_CH0_IRQ_EN 0xF0103830          TIM5 Channel 0 Interrupt Enable Register
GTM_TIM5_CH0_IRQ_FORCINT 0xF0103834          TIM5 Channel 0 Force Interrupt Register
GTM_TIM5_CH0_IRQ_MODE 0xF0103838          TIM5 Channel 0 Interrupt Mode Configuration Register
GTM_TIM5_CH0_EIRQ_EN 0xF010383C          TIM5 Channel 0 Error Interrupt Enable Register
GTM_TIM5_INP_VAL 0xF0103874          TIM5 Input Value Observation Register
GTM_TIM5_IN_SRC 0xF0103878          TIM5 AUX IN Source Selection Register
GTM_TIM5_RST    0xF010387C          TIM5 Global Software Reset Register
GTM_TIM5_CH1_GPR0 0xF0103880          TIM5 Channel 1 General Purpose 0 Register
GTM_TIM5_CH1_GPR1 0xF0103884          TIM5 Channel 1 General Purpose 1 Register
GTM_TIM5_CH1_CNT 0xF0103888          TIM5 Channel 1 SMU Counter Register
GTM_TIM5_CH1_ECNT 0xF010388C          TIM5 Channel 1 SMU Edge Counter Register
GTM_TIM5_CH1_CNTS 0xF0103890          TIM5 Channel 1 SMU Shadow Counter Register
GTM_TIM5_CH1_TDUC 0xF0103894          TIM5 Channel 1 TDU Counter Register
GTM_TIM5_CH1_TDUV 0xF0103898          TIM5 Channel 1 TDU Control Register
GTM_TIM5_CH1_FLT_RE 0xF010389C          TIM5 Channel 1 Filter Parameter 0 Register
GTM_TIM5_CH1_FLT_FE 0xF01038A0          TIM5 Channel 1 Filter Parameter 1 Register
GTM_TIM5_CH1_CTRL 0xF01038A4          TIM5 Channel 1 Control Register
GTM_TIM5_CH1_ECTRL 0xF01038A8          TIM5 Channel 1 Extended Control Register
GTM_TIM5_CH1_IRQ_NOTIFY 0xF01038AC          TIM5 Channel 1 Interrupt Notification Register
GTM_TIM5_CH1_IRQ_EN 0xF01038B0          TIM5 Channel 1 Interrupt Enable Register
GTM_TIM5_CH1_IRQ_FORCINT 0xF01038B4          TIM5 Channel 1 Force Interrupt Register
GTM_TIM5_CH1_IRQ_MODE 0xF01038B8          TIM5 Channel 1 Interrupt Mode Configuration Register
GTM_TIM5_CH1_EIRQ_EN 0xF01038BC          TIM5 Channel 1 Error Interrupt Enable Register
GTM_TIM5_CH2_GPR0 0xF0103900          TIM5 Channel 2 General Purpose 0 Register
GTM_TIM5_CH2_GPR1 0xF0103904          TIM5 Channel 2 General Purpose 1 Register
GTM_TIM5_CH2_CNT 0xF0103908          TIM5 Channel 2 SMU Counter Register
GTM_TIM5_CH2_ECNT 0xF010390C          TIM5 Channel 2 SMU Edge Counter Register
GTM_TIM5_CH2_CNTS 0xF0103910          TIM5 Channel 2 SMU Shadow Counter Register
GTM_TIM5_CH2_TDUC 0xF0103914          TIM5 Channel 2 TDU Counter Register
GTM_TIM5_CH2_TDUV 0xF0103918          TIM5 Channel 2 TDU Control Register
GTM_TIM5_CH2_FLT_RE 0xF010391C          TIM5 Channel 2 Filter Parameter 0 Register
GTM_TIM5_CH2_FLT_FE 0xF0103920          TIM5 Channel 2 Filter Parameter 1 Register
GTM_TIM5_CH2_CTRL 0xF0103924          TIM5 Channel 2 Control Register
GTM_TIM5_CH2_ECTRL 0xF0103928          TIM5 Channel 2 Extended Control Register
GTM_TIM5_CH2_IRQ_NOTIFY 0xF010392C          TIM5 Channel 2 Interrupt Notification Register
GTM_TIM5_CH2_IRQ_EN 0xF0103930          TIM5 Channel 2 Interrupt Enable Register
GTM_TIM5_CH2_IRQ_FORCINT 0xF0103934          TIM5 Channel 2 Force Interrupt Register
GTM_TIM5_CH2_IRQ_MODE 0xF0103938          TIM5 Channel 2 Interrupt Mode Configuration Register
GTM_TIM5_CH2_EIRQ_EN 0xF010393C          TIM5 Channel 2 Error Interrupt Enable Register
GTM_TIM5_CH3_GPR0 0xF0103980          TIM5 Channel 3 General Purpose 0 Register
GTM_TIM5_CH3_GPR1 0xF0103984          TIM5 Channel 3 General Purpose 1 Register
GTM_TIM5_CH3_CNT 0xF0103988          TIM5 Channel 3 SMU Counter Register
GTM_TIM5_CH3_ECNT 0xF010398C          TIM5 Channel 3 SMU Edge Counter Register
GTM_TIM5_CH3_CNTS 0xF0103990          TIM5 Channel 3 SMU Shadow Counter Register
GTM_TIM5_CH3_TDUC 0xF0103994          TIM5 Channel 3 TDU Counter Register
GTM_TIM5_CH3_TDUV 0xF0103998          TIM5 Channel 3 TDU Control Register
GTM_TIM5_CH3_FLT_RE 0xF010399C          TIM5 Channel 3 Filter Parameter 0 Register
GTM_TIM5_CH3_FLT_FE 0xF01039A0          TIM5 Channel 3 Filter Parameter 1 Register
GTM_TIM5_CH3_CTRL 0xF01039A4          TIM5 Channel 3 Control Register
GTM_TIM5_CH3_ECTRL 0xF01039A8          TIM5 Channel 3 Extended Control Register
GTM_TIM5_CH3_IRQ_NOTIFY 0xF01039AC          TIM5 Channel 3 Interrupt Notification Register
GTM_TIM5_CH3_IRQ_EN 0xF01039B0          TIM5 Channel 3 Interrupt Enable Register
GTM_TIM5_CH3_IRQ_FORCINT 0xF01039B4          TIM5 Channel 3 Force Interrupt Register
GTM_TIM5_CH3_IRQ_MODE 0xF01039B8          TIM5 Channel 3 Interrupt Mode Configuration Register
GTM_TIM5_CH3_EIRQ_EN 0xF01039BC          TIM5 Channel 3 Error Interrupt Enable Register
GTM_TIM5_CH4_GPR0 0xF0103A00          TIM5 Channel 4 General Purpose 0 Register
GTM_TIM5_CH4_GPR1 0xF0103A04          TIM5 Channel 4 General Purpose 1 Register
GTM_TIM5_CH4_CNT 0xF0103A08          TIM5 Channel 4 SMU Counter Register
GTM_TIM5_CH4_ECNT 0xF0103A0C          TIM5 Channel 4 SMU Edge Counter Register
GTM_TIM5_CH4_CNTS 0xF0103A10          TIM5 Channel 4 SMU Shadow Counter Register
GTM_TIM5_CH4_TDUC 0xF0103A14          TIM5 Channel 4 TDU Counter Register
GTM_TIM5_CH4_TDUV 0xF0103A18          TIM5 Channel 4 TDU Control Register
GTM_TIM5_CH4_FLT_RE 0xF0103A1C          TIM5 Channel 4 Filter Parameter 0 Register
GTM_TIM5_CH4_FLT_FE 0xF0103A20          TIM5 Channel 4 Filter Parameter 1 Register
GTM_TIM5_CH4_CTRL 0xF0103A24          TIM5 Channel 4 Control Register
GTM_TIM5_CH4_ECTRL 0xF0103A28          TIM5 Channel 4 Extended Control Register
GTM_TIM5_CH4_IRQ_NOTIFY 0xF0103A2C          TIM5 Channel 4 Interrupt Notification Register
GTM_TIM5_CH4_IRQ_EN 0xF0103A30          TIM5 Channel 4 Interrupt Enable Register
GTM_TIM5_CH4_IRQ_FORCINT 0xF0103A34          TIM5 Channel 4 Force Interrupt Register
GTM_TIM5_CH4_IRQ_MODE 0xF0103A38          TIM5 Channel 4 Interrupt Mode Configuration Register
GTM_TIM5_CH4_EIRQ_EN 0xF0103A3C          TIM5 Channel 4 Error Interrupt Enable Register
GTM_TIM5_CH5_GPR0 0xF0103A80          TIM5 Channel 5 General Purpose 0 Register
GTM_TIM5_CH5_GPR1 0xF0103A84          TIM5 Channel 5 General Purpose 1 Register
GTM_TIM5_CH5_CNT 0xF0103A88          TIM5 Channel 5 SMU Counter Register
GTM_TIM5_CH5_ECNT 0xF0103A8C          TIM5 Channel 5 SMU Edge Counter Register
GTM_TIM5_CH5_CNTS 0xF0103A90          TIM5 Channel 5 SMU Shadow Counter Register
GTM_TIM5_CH5_TDUC 0xF0103A94          TIM5 Channel 5 TDU Counter Register
GTM_TIM5_CH5_TDUV 0xF0103A98          TIM5 Channel 5 TDU Control Register
GTM_TIM5_CH5_FLT_RE 0xF0103A9C          TIM5 Channel 5 Filter Parameter 0 Register
GTM_TIM5_CH5_FLT_FE 0xF0103AA0          TIM5 Channel 5 Filter Parameter 1 Register
GTM_TIM5_CH5_CTRL 0xF0103AA4          TIM5 Channel 5 Control Register
GTM_TIM5_CH5_ECTRL 0xF0103AA8          TIM5 Channel 5 Extended Control Register
GTM_TIM5_CH5_IRQ_NOTIFY 0xF0103AAC          TIM5 Channel 5 Interrupt Notification Register
GTM_TIM5_CH5_IRQ_EN 0xF0103AB0          TIM5 Channel 5 Interrupt Enable Register
GTM_TIM5_CH5_IRQ_FORCINT 0xF0103AB4          TIM5 Channel 5 Force Interrupt Register
GTM_TIM5_CH5_IRQ_MODE 0xF0103AB8          TIM5 Channel 5 Interrupt Mode Configuration Register
GTM_TIM5_CH5_EIRQ_EN 0xF0103ABC          TIM5 Channel 5 Error Interrupt Enable Register
GTM_TIM5_CH6_GPR0 0xF0103B00          TIM5 Channel 6 General Purpose 0 Register
GTM_TIM5_CH6_GPR1 0xF0103B04          TIM5 Channel 6 General Purpose 1 Register
GTM_TIM5_CH6_CNT 0xF0103B08          TIM5 Channel 6 SMU Counter Register
GTM_TIM5_CH6_ECNT 0xF0103B0C          TIM5 Channel 6 SMU Edge Counter Register
GTM_TIM5_CH6_CNTS 0xF0103B10          TIM5 Channel 6 SMU Shadow Counter Register
GTM_TIM5_CH6_TDUC 0xF0103B14          TIM5 Channel 6 TDU Counter Register
GTM_TIM5_CH6_TDUV 0xF0103B18          TIM5 Channel 6 TDU Control Register
GTM_TIM5_CH6_FLT_RE 0xF0103B1C          TIM5 Channel 6 Filter Parameter 0 Register
GTM_TIM5_CH6_FLT_FE 0xF0103B20          TIM5 Channel 6 Filter Parameter 1 Register
GTM_TIM5_CH6_CTRL 0xF0103B24          TIM5 Channel 6 Control Register
GTM_TIM5_CH6_ECTRL 0xF0103B28          TIM5 Channel 6 Extended Control Register
GTM_TIM5_CH6_IRQ_NOTIFY 0xF0103B2C          TIM5 Channel 6 Interrupt Notification Register
GTM_TIM5_CH6_IRQ_EN 0xF0103B30          TIM5 Channel 6 Interrupt Enable Register
GTM_TIM5_CH6_IRQ_FORCINT 0xF0103B34          TIM5 Channel 6 Force Interrupt Register
GTM_TIM5_CH6_IRQ_MODE 0xF0103B38          TIM5 Channel 6 Interrupt Mode Configuration Register
GTM_TIM5_CH6_EIRQ_EN 0xF0103B3C          TIM5 Channel 6 Error Interrupt Enable Register
GTM_TIM5_CH7_GPR0 0xF0103B80          TIM5 Channel 7 General Purpose 0 Register
GTM_TIM5_CH7_GPR1 0xF0103B84          TIM5 Channel 7 General Purpose 1 Register
GTM_TIM5_CH7_CNT 0xF0103B88          TIM5 Channel 7 SMU Counter Register
GTM_TIM5_CH7_ECNT 0xF0103B8C          TIM5 Channel 7 SMU Edge Counter Register
GTM_TIM5_CH7_CNTS 0xF0103B90          TIM5 Channel 7 SMU Shadow Counter Register
GTM_TIM5_CH7_TDUC 0xF0103B94          TIM5 Channel 7 TDU Counter Register
GTM_TIM5_CH7_TDUV 0xF0103B98          TIM5 Channel 7 TDU Control Register
GTM_TIM5_CH7_FLT_RE 0xF0103B9C          TIM5 Channel 7 Filter Parameter 0 Register
GTM_TIM5_CH7_FLT_FE 0xF0103BA0          TIM5 Channel 7 Filter Parameter 1 Register
GTM_TIM5_CH7_CTRL 0xF0103BA4          TIM5 Channel 7 Control Register
GTM_TIM5_CH7_ECTRL 0xF0103BA8          TIM5 Channel 7 Extended Control Register
GTM_TIM5_CH7_IRQ_NOTIFY 0xF0103BAC          TIM5 Channel 7 Interrupt Notification Register
GTM_TIM5_CH7_IRQ_EN 0xF0103BB0          TIM5 Channel 7 Interrupt Enable Register
GTM_TIM5_CH7_IRQ_FORCINT 0xF0103BB4          TIM5 Channel 7 Force Interrupt Register
GTM_TIM5_CH7_IRQ_MODE 0xF0103BB8          TIM5 Channel 7 Interrupt Mode Configuration Register
GTM_TIM5_CH7_EIRQ_EN 0xF0103BBC          TIM5 Channel 7 Error Interrupt Enable Register
GTM_TOM0_CH0_CTRL 0xF0108000          TOM0 Channel 0 Control Register
GTM_TOM0_CH0_SR0 0xF0108004          TOM0 Channel 0 CCU0 Compare Shadow Register
GTM_TOM0_CH0_SR1 0xF0108008          TOM0 Channel 0 CCU1 Compare Shadow Register
GTM_TOM0_CH0_CM0 0xF010800C          TOM0 Channel 0 CCU0 Compare Register
GTM_TOM0_CH0_CM1 0xF0108010          TOM0 Channel 0 CCU1 Compare Register
GTM_TOM0_CH0_CN0 0xF0108014          TOM0 Channel 0 CCU0 Counter Register
GTM_TOM0_CH0_STAT 0xF0108018          TOM0 Channel 0 Status Register
GTM_TOM0_CH0_IRQ_NOTIFY 0xF010801C          TOM0 Channel 0 Interrupt Notification Register
GTM_TOM0_CH0_IRQ_EN 0xF0108020          TOM0 Channel 0 Interrupt Enable Register
GTM_TOM0_CH0_IRQ_FORCINT 0xF0108024          TOM0 Channel 0 Force Interrupt Register
GTM_TOM0_CH0_IRQ_MODE 0xF0108028          TOM0 Channel 0 Interrupt Mode Register
GTM_TOM0_TGC0_GLB_CTRL 0xF0108030          TOM0 TGC0 Global Control Register
GTM_TOM0_TGC0_ACT_TB 0xF0108034          TOM0 TGC0 Action Time Base Register
GTM_TOM0_TGC0_FUPD_CTRL 0xF0108038          TOM0 TGC0 Force Update Control Register
GTM_TOM0_TGC0_INT_TRIG 0xF010803C          TOM0 TGC0 Internal Trigger Control Register
GTM_TOM0_CH1_CTRL 0xF0108040          TOM0 Channel 1 Control Register
GTM_TOM0_CH1_SR0 0xF0108044          TOM0 Channel 1 CCU0 Compare Shadow Register
GTM_TOM0_CH1_SR1 0xF0108048          TOM0 Channel 1 CCU1 Compare Shadow Register
GTM_TOM0_CH1_CM0 0xF010804C          TOM0 Channel 1 CCU0 Compare Register
GTM_TOM0_CH1_CM1 0xF0108050          TOM0 Channel 1 CCU1 Compare Register
GTM_TOM0_CH1_CN0 0xF0108054          TOM0 Channel 1 CCU0 Counter Register
GTM_TOM0_CH1_STAT 0xF0108058          TOM0 Channel 1 Status Register
GTM_TOM0_CH1_IRQ_NOTIFY 0xF010805C          TOM0 Channel 1 Interrupt Notification Register
GTM_TOM0_CH1_IRQ_EN 0xF0108060          TOM0 Channel 1 Interrupt Enable Register
GTM_TOM0_CH1_IRQ_FORCINT 0xF0108064          TOM0 Channel 1 Force Interrupt Register
GTM_TOM0_CH1_IRQ_MODE 0xF0108068          TOM0 Channel 1 Interrupt Mode Register
GTM_TOM0_TGC0_ENDIS_CTRL 0xF0108070          TOM0 TGC0 Enable/Disable Control Register
GTM_TOM0_TGC0_ENDIS_STAT 0xF0108074          TOM0 TGC0 Enable/Disable Status Register
GTM_TOM0_TGC0_OUTEN_CTRL 0xF0108078          TOM0 TGC0 Output Enable Control Register
GTM_TOM0_TGC0_OUTEN_STAT 0xF010807C          TOM0 TGC0 Output Enable Status Register
GTM_TOM0_CH2_CTRL 0xF0108080          TOM0 Channel 2 Control Register
GTM_TOM0_CH2_SR0 0xF0108084          TOM0 Channel 2 CCU0 Compare Shadow Register
GTM_TOM0_CH2_SR1 0xF0108088          TOM0 Channel 2 CCU1 Compare Shadow Register
GTM_TOM0_CH2_CM0 0xF010808C          TOM0 Channel 2 CCU0 Compare Register
GTM_TOM0_CH2_CM1 0xF0108090          TOM0 Channel 2 CCU1 Compare Register
GTM_TOM0_CH2_CN0 0xF0108094          TOM0 Channel 2 CCU0 Counter Register
GTM_TOM0_CH2_STAT 0xF0108098          TOM0 Channel 2 Status Register
GTM_TOM0_CH2_IRQ_NOTIFY 0xF010809C          TOM0 Channel 2 Interrupt Notification Register
GTM_TOM0_CH2_IRQ_EN 0xF01080A0          TOM0 Channel 2 Interrupt Enable Register
GTM_TOM0_CH2_IRQ_FORCINT 0xF01080A4          TOM0 Channel 2 Force Interrupt Register
GTM_TOM0_CH2_IRQ_MODE 0xF01080A8          TOM0 Channel 2 Interrupt Mode Register
GTM_TOM0_CH3_CTRL 0xF01080C0          TOM0 Channel 3 Control Register
GTM_TOM0_CH3_SR0 0xF01080C4          TOM0 Channel 3 CCU0 Compare Shadow Register
GTM_TOM0_CH3_SR1 0xF01080C8          TOM0 Channel 3 CCU1 Compare Shadow Register
GTM_TOM0_CH3_CM0 0xF01080CC          TOM0 Channel 3 CCU0 Compare Register
GTM_TOM0_CH3_CM1 0xF01080D0          TOM0 Channel 3 CCU1 Compare Register
GTM_TOM0_CH3_CN0 0xF01080D4          TOM0 Channel 3 CCU0 Counter Register
GTM_TOM0_CH3_STAT 0xF01080D8          TOM0 Channel 3 Status Register
GTM_TOM0_CH3_IRQ_NOTIFY 0xF01080DC          TOM0 Channel 3 Interrupt Notification Register
GTM_TOM0_CH3_IRQ_EN 0xF01080E0          TOM0 Channel 3 Interrupt Enable Register
GTM_TOM0_CH3_IRQ_FORCINT 0xF01080E4          TOM0 Channel 3 Force Interrupt Register
GTM_TOM0_CH3_IRQ_MODE 0xF01080E8          TOM0 Channel 3 Interrupt Mode Register
GTM_TOM0_CH4_CTRL 0xF0108100          TOM0 Channel 4 Control Register
GTM_TOM0_CH4_SR0 0xF0108104          TOM0 Channel 4 CCU0 Compare Shadow Register
GTM_TOM0_CH4_SR1 0xF0108108          TOM0 Channel 4 CCU1 Compare Shadow Register
GTM_TOM0_CH4_CM0 0xF010810C          TOM0 Channel 4 CCU0 Compare Register
GTM_TOM0_CH4_CM1 0xF0108110          TOM0 Channel 4 CCU1 Compare Register
GTM_TOM0_CH4_CN0 0xF0108114          TOM0 Channel 4 CCU0 Counter Register
GTM_TOM0_CH4_STAT 0xF0108118          TOM0 Channel 4 Status Register
GTM_TOM0_CH4_IRQ_NOTIFY 0xF010811C          TOM0 Channel 4 Interrupt Notification Register
GTM_TOM0_CH4_IRQ_EN 0xF0108120          TOM0 Channel 4 Interrupt Enable Register
GTM_TOM0_CH4_IRQ_FORCINT 0xF0108124          TOM0 Channel 4 Force Interrupt Register
GTM_TOM0_CH4_IRQ_MODE 0xF0108128          TOM0 Channel 4 Interrupt Mode Register
GTM_TOM0_CH5_CTRL 0xF0108140          TOM0 Channel 5 Control Register
GTM_TOM0_CH5_SR0 0xF0108144          TOM0 Channel 5 CCU0 Compare Shadow Register
GTM_TOM0_CH5_SR1 0xF0108148          TOM0 Channel 5 CCU1 Compare Shadow Register
GTM_TOM0_CH5_CM0 0xF010814C          TOM0 Channel 5 CCU0 Compare Register
GTM_TOM0_CH5_CM1 0xF0108150          TOM0 Channel 5 CCU1 Compare Register
GTM_TOM0_CH5_CN0 0xF0108154          TOM0 Channel 5 CCU0 Counter Register
GTM_TOM0_CH5_STAT 0xF0108158          TOM0 Channel 5 Status Register
GTM_TOM0_CH5_IRQ_NOTIFY 0xF010815C          TOM0 Channel 5 Interrupt Notification Register
GTM_TOM0_CH5_IRQ_EN 0xF0108160          TOM0 Channel 5 Interrupt Enable Register
GTM_TOM0_CH5_IRQ_FORCINT 0xF0108164          TOM0 Channel 5 Force Interrupt Register
GTM_TOM0_CH5_IRQ_MODE 0xF0108168          TOM0 Channel 5 Interrupt Mode Register
GTM_TOM0_CH6_CTRL 0xF0108180          TOM0 Channel 6 Control Register
GTM_TOM0_CH6_SR0 0xF0108184          TOM0 Channel 6 CCU0 Compare Shadow Register
GTM_TOM0_CH6_SR1 0xF0108188          TOM0 Channel 6 CCU1 Compare Shadow Register
GTM_TOM0_CH6_CM0 0xF010818C          TOM0 Channel 6 CCU0 Compare Register
GTM_TOM0_CH6_CM1 0xF0108190          TOM0 Channel 6 CCU1 Compare Register
GTM_TOM0_CH6_CN0 0xF0108194          TOM0 Channel 6 CCU0 Counter Register
GTM_TOM0_CH6_STAT 0xF0108198          TOM0 Channel 6 Status Register
GTM_TOM0_CH6_IRQ_NOTIFY 0xF010819C          TOM0 Channel 6 Interrupt Notification Register
GTM_TOM0_CH6_IRQ_EN 0xF01081A0          TOM0 Channel 6 Interrupt Enable Register
GTM_TOM0_CH6_IRQ_FORCINT 0xF01081A4          TOM0 Channel 6 Force Interrupt Register
GTM_TOM0_CH6_IRQ_MODE 0xF01081A8          TOM0 Channel 6 Interrupt Mode Register
GTM_TOM0_CH7_CTRL 0xF01081C0          TOM0 Channel 7 Control Register
GTM_TOM0_CH7_SR0 0xF01081C4          TOM0 Channel 7 CCU0 Compare Shadow Register
GTM_TOM0_CH7_SR1 0xF01081C8          TOM0 Channel 7 CCU1 Compare Shadow Register
GTM_TOM0_CH7_CM0 0xF01081CC          TOM0 Channel 7 CCU0 Compare Register
GTM_TOM0_CH7_CM1 0xF01081D0          TOM0 Channel 7 CCU1 Compare Register
GTM_TOM0_CH7_CN0 0xF01081D4          TOM0 Channel 7 CCU0 Counter Register
GTM_TOM0_CH7_STAT 0xF01081D8          TOM0 Channel 7 Status Register
GTM_TOM0_CH7_IRQ_NOTIFY 0xF01081DC          TOM0 Channel 7 Interrupt Notification Register
GTM_TOM0_CH7_IRQ_EN 0xF01081E0          TOM0 Channel 7 Interrupt Enable Register
GTM_TOM0_CH7_IRQ_FORCINT 0xF01081E4          TOM0 Channel 7 Force Interrupt Register
GTM_TOM0_CH7_IRQ_MODE 0xF01081E8          TOM0 Channel 7 Interrupt Mode Register
GTM_TOM0_CH8_CTRL 0xF0108200          TOM0 Channel 8 Control Register
GTM_TOM0_CH8_SR0 0xF0108204          TOM0 Channel 8 CCU0 Compare Shadow Register
GTM_TOM0_CH8_SR1 0xF0108208          TOM0 Channel 8 CCU1 Compare Shadow Register
GTM_TOM0_CH8_CM0 0xF010820C          TOM0 Channel 8 CCU0 Compare Register
GTM_TOM0_CH8_CM1 0xF0108210          TOM0 Channel 8 CCU1 Compare Register
GTM_TOM0_CH8_CN0 0xF0108214          TOM0 Channel 8 CCU0 Counter Register
GTM_TOM0_CH8_STAT 0xF0108218          TOM0 Channel 8 Status Register
GTM_TOM0_CH8_IRQ_NOTIFY 0xF010821C          TOM0 Channel 8 Interrupt Notification Register
GTM_TOM0_CH8_IRQ_EN 0xF0108220          TOM0 Channel 8 Interrupt Enable Register
GTM_TOM0_CH8_IRQ_FORCINT 0xF0108224          TOM0 Channel 8 Force Interrupt Register
GTM_TOM0_CH8_IRQ_MODE 0xF0108228          TOM0 Channel 8 Interrupt Mode Register
GTM_TOM0_TGC1_GLB_CTRL 0xF0108230          TOM0 TGC1 Global Control Register
GTM_TOM0_TGC1_ACT_TB 0xF0108234          TOM0 TGC1 Action Time Base Register
GTM_TOM0_TGC1_FUPD_CTRL 0xF0108238          TOM0 TGC1 Force Update Control Register
GTM_TOM0_TGC1_INT_TRIG 0xF010823C          TOM0 TGC1 Internal Trigger Control Register
GTM_TOM0_CH9_CTRL 0xF0108240          TOM0 Channel 9 Control Register
GTM_TOM0_CH9_SR0 0xF0108244          TOM0 Channel 9 CCU0 Compare Shadow Register
GTM_TOM0_CH9_SR1 0xF0108248          TOM0 Channel 9 CCU1 Compare Shadow Register
GTM_TOM0_CH9_CM0 0xF010824C          TOM0 Channel 9 CCU0 Compare Register
GTM_TOM0_CH9_CM1 0xF0108250          TOM0 Channel 9 CCU1 Compare Register
GTM_TOM0_CH9_CN0 0xF0108254          TOM0 Channel 9 CCU0 Counter Register
GTM_TOM0_CH9_STAT 0xF0108258          TOM0 Channel 9 Status Register
GTM_TOM0_CH9_IRQ_NOTIFY 0xF010825C          TOM0 Channel 9 Interrupt Notification Register
GTM_TOM0_CH9_IRQ_EN 0xF0108260          TOM0 Channel 9 Interrupt Enable Register
GTM_TOM0_CH9_IRQ_FORCINT 0xF0108264          TOM0 Channel 9 Force Interrupt Register
GTM_TOM0_CH9_IRQ_MODE 0xF0108268          TOM0 Channel 9 Interrupt Mode Register
GTM_TOM0_TGC1_ENDIS_CTRL 0xF0108270          TOM0 TGC1 Enable/Disable Control Register
GTM_TOM0_TGC1_ENDIS_STAT 0xF0108274          TOM0 TGC1 Enable/Disable Status Register
GTM_TOM0_TGC1_OUTEN_CTRL 0xF0108278          TOM0 TGC1 Output Enable Control Register
GTM_TOM0_TGC1_OUTEN_STAT 0xF010827C          TOM0 TGC1 Output Enable Status Register
GTM_TOM0_CH10_CTRL 0xF0108280          TOM0 Channel 10 Control Register
GTM_TOM0_CH10_SR0 0xF0108284          TOM0 Channel 10 CCU0 Compare Shadow Register
GTM_TOM0_CH10_SR1 0xF0108288          TOM0 Channel 10 CCU1 Compare Shadow Register
GTM_TOM0_CH10_CM0 0xF010828C          TOM0 Channel 10 CCU0 Compare Register
GTM_TOM0_CH10_CM1 0xF0108290          TOM0 Channel 10 CCU1 Compare Register
GTM_TOM0_CH10_CN0 0xF0108294          TOM0 Channel 10 CCU0 Counter Register
GTM_TOM0_CH10_STAT 0xF0108298          TOM0 Channel 10 Status Register
GTM_TOM0_CH10_IRQ_NOTIFY 0xF010829C          TOM0 Channel 10 Interrupt Notification Register
GTM_TOM0_CH10_IRQ_EN 0xF01082A0          TOM0 Channel 10 Interrupt Enable Register
GTM_TOM0_CH10_IRQ_FORCINT 0xF01082A4          TOM0 Channel 10 Force Interrupt Register
GTM_TOM0_CH10_IRQ_MODE 0xF01082A8          TOM0 Channel 10 Interrupt Mode Register
GTM_TOM0_CH11_CTRL 0xF01082C0          TOM0 Channel 11 Control Register
GTM_TOM0_CH11_SR0 0xF01082C4          TOM0 Channel 11 CCU0 Compare Shadow Register
GTM_TOM0_CH11_SR1 0xF01082C8          TOM0 Channel 11 CCU1 Compare Shadow Register
GTM_TOM0_CH11_CM0 0xF01082CC          TOM0 Channel 11 CCU0 Compare Register
GTM_TOM0_CH11_CM1 0xF01082D0          TOM0 Channel 11 CCU1 Compare Register
GTM_TOM0_CH11_CN0 0xF01082D4          TOM0 Channel 11 CCU0 Counter Register
GTM_TOM0_CH11_STAT 0xF01082D8          TOM0 Channel 11 Status Register
GTM_TOM0_CH11_IRQ_NOTIFY 0xF01082DC          TOM0 Channel 11 Interrupt Notification Register
GTM_TOM0_CH11_IRQ_EN 0xF01082E0          TOM0 Channel 11 Interrupt Enable Register
GTM_TOM0_CH11_IRQ_FORCINT 0xF01082E4          TOM0 Channel 11 Force Interrupt Register
GTM_TOM0_CH11_IRQ_MODE 0xF01082E8          TOM0 Channel 11 Interrupt Mode Register
GTM_TOM0_CH12_CTRL 0xF0108300          TOM0 Channel 12 Control Register
GTM_TOM0_CH12_SR0 0xF0108304          TOM0 Channel 12 CCU0 Compare Shadow Register
GTM_TOM0_CH12_SR1 0xF0108308          TOM0 Channel 12 CCU1 Compare Shadow Register
GTM_TOM0_CH12_CM0 0xF010830C          TOM0 Channel 12 CCU0 Compare Register
GTM_TOM0_CH12_CM1 0xF0108310          TOM0 Channel 12 CCU1 Compare Register
GTM_TOM0_CH12_CN0 0xF0108314          TOM0 Channel 12 CCU0 Counter Register
GTM_TOM0_CH12_STAT 0xF0108318          TOM0 Channel 12 Status Register
GTM_TOM0_CH12_IRQ_NOTIFY 0xF010831C          TOM0 Channel 12 Interrupt Notification Register
GTM_TOM0_CH12_IRQ_EN 0xF0108320          TOM0 Channel 12 Interrupt Enable Register
GTM_TOM0_CH12_IRQ_FORCINT 0xF0108324          TOM0 Channel 12 Force Interrupt Register
GTM_TOM0_CH12_IRQ_MODE 0xF0108328          TOM0 Channel 12 Interrupt Mode Register
GTM_TOM0_CH13_CTRL 0xF0108340          TOM0 Channel 13 Control Register
GTM_TOM0_CH13_SR0 0xF0108344          TOM0 Channel 13 CCU0 Compare Shadow Register
GTM_TOM0_CH13_SR1 0xF0108348          TOM0 Channel 13 CCU1 Compare Shadow Register
GTM_TOM0_CH13_CM0 0xF010834C          TOM0 Channel 13 CCU0 Compare Register
GTM_TOM0_CH13_CM1 0xF0108350          TOM0 Channel 13 CCU1 Compare Register
GTM_TOM0_CH13_CN0 0xF0108354          TOM0 Channel 13 CCU0 Counter Register
GTM_TOM0_CH13_STAT 0xF0108358          TOM0 Channel 13 Status Register
GTM_TOM0_CH13_IRQ_NOTIFY 0xF010835C          TOM0 Channel 13 Interrupt Notification Register
GTM_TOM0_CH13_IRQ_EN 0xF0108360          TOM0 Channel 13 Interrupt Enable Register
GTM_TOM0_CH13_IRQ_FORCINT 0xF0108364          TOM0 Channel 13 Force Interrupt Register
GTM_TOM0_CH13_IRQ_MODE 0xF0108368          TOM0 Channel 13 Interrupt Mode Register
GTM_TOM0_CH14_CTRL 0xF0108380          TOM0 Channel 14 Control Register
GTM_TOM0_CH14_SR0 0xF0108384          TOM0 Channel 14 CCU0 Compare Shadow Register
GTM_TOM0_CH14_SR1 0xF0108388          TOM0 Channel 14 CCU1 Compare Shadow Register
GTM_TOM0_CH14_CM0 0xF010838C          TOM0 Channel 14 CCU0 Compare Register
GTM_TOM0_CH14_CM1 0xF0108390          TOM0 Channel 14 CCU1 Compare Register
GTM_TOM0_CH14_CN0 0xF0108394          TOM0 Channel 14 CCU0 Counter Register
GTM_TOM0_CH14_STAT 0xF0108398          TOM0 Channel 14 Status Register
GTM_TOM0_CH14_IRQ_NOTIFY 0xF010839C          TOM0 Channel 14 Interrupt Notification Register
GTM_TOM0_CH14_IRQ_EN 0xF01083A0          TOM0 Channel 14 Interrupt Enable Register
GTM_TOM0_CH14_IRQ_FORCINT 0xF01083A4          TOM0 Channel 14 Force Interrupt Register
GTM_TOM0_CH14_IRQ_MODE 0xF01083A8          TOM0 Channel 14 Interrupt Mode Register
GTM_TOM0_CH15_CTRL 0xF01083C0          TOM0 Channel 15 Control Register
GTM_TOM0_CH15_SR0 0xF01083C4          TOM0 Channel 15 CCU0 Compare Shadow Register
GTM_TOM0_CH15_SR1 0xF01083C8          TOM0 Channel 15 CCU1 Compare Shadow Register
GTM_TOM0_CH15_CM0 0xF01083CC          TOM0 Channel 15 CCU0 Compare Register
GTM_TOM0_CH15_CM1 0xF01083D0          TOM0 Channel 15 CCU1 Compare Register
GTM_TOM0_CH15_CN0 0xF01083D4          TOM0 Channel 15 CCU0 Counter Register
GTM_TOM0_CH15_STAT 0xF01083D8          TOM0 Channel 15 Status Register
GTM_TOM0_CH15_IRQ_NOTIFY 0xF01083DC          TOM0 Channel 15 Interrupt Notification Register
GTM_TOM0_CH15_IRQ_EN 0xF01083E0          TOM0 Channel 15 Interrupt Enable Register
GTM_TOM0_CH15_IRQ_FORCINT 0xF01083E4          TOM0 Channel 15 Force Interrupt Register
GTM_TOM0_CH15_IRQ_MODE 0xF01083E8          TOM0 Channel 15 Interrupt Mode Register
GTM_TOM1_CH0_CTRL 0xF0108800          TOM1 Channel 0 Control Register
GTM_TOM1_CH0_SR0 0xF0108804          TOM1 Channel 0 CCU0 Compare Shadow Register
GTM_TOM1_CH0_SR1 0xF0108808          TOM1 Channel 0 CCU1 Compare Shadow Register
GTM_TOM1_CH0_CM0 0xF010880C          TOM1 Channel 0 CCU0 Compare Register
GTM_TOM1_CH0_CM1 0xF0108810          TOM1 Channel 0 CCU1 Compare Register
GTM_TOM1_CH0_CN0 0xF0108814          TOM1 Channel 0 CCU0 Counter Register
GTM_TOM1_CH0_STAT 0xF0108818          TOM1 Channel 0 Status Register
GTM_TOM1_CH0_IRQ_NOTIFY 0xF010881C          TOM1 Channel 0 Interrupt Notification Register
GTM_TOM1_CH0_IRQ_EN 0xF0108820          TOM1 Channel 0 Interrupt Enable Register
GTM_TOM1_CH0_IRQ_FORCINT 0xF0108824          TOM1 Channel 0 Force Interrupt Register
GTM_TOM1_CH0_IRQ_MODE 0xF0108828          TOM1 Channel 0 Interrupt Mode Register
GTM_TOM1_TGC0_GLB_CTRL 0xF0108830          TOM1 TGC0 Global Control Register
GTM_TOM1_TGC0_ACT_TB 0xF0108834          TOM1 TGC0 Action Time Base Register
GTM_TOM1_TGC0_FUPD_CTRL 0xF0108838          TOM1 TGC0 Force Update Control Register
GTM_TOM1_TGC0_INT_TRIG 0xF010883C          TOM1 TGC0 Internal Trigger Control Register
GTM_TOM1_CH1_CTRL 0xF0108840          TOM1 Channel 1 Control Register
GTM_TOM1_CH1_SR0 0xF0108844          TOM1 Channel 1 CCU0 Compare Shadow Register
GTM_TOM1_CH1_SR1 0xF0108848          TOM1 Channel 1 CCU1 Compare Shadow Register
GTM_TOM1_CH1_CM0 0xF010884C          TOM1 Channel 1 CCU0 Compare Register
GTM_TOM1_CH1_CM1 0xF0108850          TOM1 Channel 1 CCU1 Compare Register
GTM_TOM1_CH1_CN0 0xF0108854          TOM1 Channel 1 CCU0 Counter Register
GTM_TOM1_CH1_STAT 0xF0108858          TOM1 Channel 1 Status Register
GTM_TOM1_CH1_IRQ_NOTIFY 0xF010885C          TOM1 Channel 1 Interrupt Notification Register
GTM_TOM1_CH1_IRQ_EN 0xF0108860          TOM1 Channel 1 Interrupt Enable Register
GTM_TOM1_CH1_IRQ_FORCINT 0xF0108864          TOM1 Channel 1 Force Interrupt Register
GTM_TOM1_CH1_IRQ_MODE 0xF0108868          TOM1 Channel 1 Interrupt Mode Register
GTM_TOM1_TGC0_ENDIS_CTRL 0xF0108870          TOM1 TGC0 Enable/Disable Control Register
GTM_TOM1_TGC0_ENDIS_STAT 0xF0108874          TOM1 TGC0 Enable/Disable Status Register
GTM_TOM1_TGC0_OUTEN_CTRL 0xF0108878          TOM1 TGC0 Output Enable Control Register
GTM_TOM1_TGC0_OUTEN_STAT 0xF010887C          TOM1 TGC0 Output Enable Status Register
GTM_TOM1_CH2_CTRL 0xF0108880          TOM1 Channel 2 Control Register
GTM_TOM1_CH2_SR0 0xF0108884          TOM1 Channel 2 CCU0 Compare Shadow Register
GTM_TOM1_CH2_SR1 0xF0108888          TOM1 Channel 2 CCU1 Compare Shadow Register
GTM_TOM1_CH2_CM0 0xF010888C          TOM1 Channel 2 CCU0 Compare Register
GTM_TOM1_CH2_CM1 0xF0108890          TOM1 Channel 2 CCU1 Compare Register
GTM_TOM1_CH2_CN0 0xF0108894          TOM1 Channel 2 CCU0 Counter Register
GTM_TOM1_CH2_STAT 0xF0108898          TOM1 Channel 2 Status Register
GTM_TOM1_CH2_IRQ_NOTIFY 0xF010889C          TOM1 Channel 2 Interrupt Notification Register
GTM_TOM1_CH2_IRQ_EN 0xF01088A0          TOM1 Channel 2 Interrupt Enable Register
GTM_TOM1_CH2_IRQ_FORCINT 0xF01088A4          TOM1 Channel 2 Force Interrupt Register
GTM_TOM1_CH2_IRQ_MODE 0xF01088A8          TOM1 Channel 2 Interrupt Mode Register
GTM_TOM1_CH3_CTRL 0xF01088C0          TOM1 Channel 3 Control Register
GTM_TOM1_CH3_SR0 0xF01088C4          TOM1 Channel 3 CCU0 Compare Shadow Register
GTM_TOM1_CH3_SR1 0xF01088C8          TOM1 Channel 3 CCU1 Compare Shadow Register
GTM_TOM1_CH3_CM0 0xF01088CC          TOM1 Channel 3 CCU0 Compare Register
GTM_TOM1_CH3_CM1 0xF01088D0          TOM1 Channel 3 CCU1 Compare Register
GTM_TOM1_CH3_CN0 0xF01088D4          TOM1 Channel 3 CCU0 Counter Register
GTM_TOM1_CH3_STAT 0xF01088D8          TOM1 Channel 3 Status Register
GTM_TOM1_CH3_IRQ_NOTIFY 0xF01088DC          TOM1 Channel 3 Interrupt Notification Register
GTM_TOM1_CH3_IRQ_EN 0xF01088E0          TOM1 Channel 3 Interrupt Enable Register
GTM_TOM1_CH3_IRQ_FORCINT 0xF01088E4          TOM1 Channel 3 Force Interrupt Register
GTM_TOM1_CH3_IRQ_MODE 0xF01088E8          TOM1 Channel 3 Interrupt Mode Register
GTM_TOM1_CH4_CTRL 0xF0108900          TOM1 Channel 4 Control Register
GTM_TOM1_CH4_SR0 0xF0108904          TOM1 Channel 4 CCU0 Compare Shadow Register
GTM_TOM1_CH4_SR1 0xF0108908          TOM1 Channel 4 CCU1 Compare Shadow Register
GTM_TOM1_CH4_CM0 0xF010890C          TOM1 Channel 4 CCU0 Compare Register
GTM_TOM1_CH4_CM1 0xF0108910          TOM1 Channel 4 CCU1 Compare Register
GTM_TOM1_CH4_CN0 0xF0108914          TOM1 Channel 4 CCU0 Counter Register
GTM_TOM1_CH4_STAT 0xF0108918          TOM1 Channel 4 Status Register
GTM_TOM1_CH4_IRQ_NOTIFY 0xF010891C          TOM1 Channel 4 Interrupt Notification Register
GTM_TOM1_CH4_IRQ_EN 0xF0108920          TOM1 Channel 4 Interrupt Enable Register
GTM_TOM1_CH4_IRQ_FORCINT 0xF0108924          TOM1 Channel 4 Force Interrupt Register
GTM_TOM1_CH4_IRQ_MODE 0xF0108928          TOM1 Channel 4 Interrupt Mode Register
GTM_TOM1_CH5_CTRL 0xF0108940          TOM1 Channel 5 Control Register
GTM_TOM1_CH5_SR0 0xF0108944          TOM1 Channel 5 CCU0 Compare Shadow Register
GTM_TOM1_CH5_SR1 0xF0108948          TOM1 Channel 5 CCU1 Compare Shadow Register
GTM_TOM1_CH5_CM0 0xF010894C          TOM1 Channel 5 CCU0 Compare Register
GTM_TOM1_CH5_CM1 0xF0108950          TOM1 Channel 5 CCU1 Compare Register
GTM_TOM1_CH5_CN0 0xF0108954          TOM1 Channel 5 CCU0 Counter Register
GTM_TOM1_CH5_STAT 0xF0108958          TOM1 Channel 5 Status Register
GTM_TOM1_CH5_IRQ_NOTIFY 0xF010895C          TOM1 Channel 5 Interrupt Notification Register
GTM_TOM1_CH5_IRQ_EN 0xF0108960          TOM1 Channel 5 Interrupt Enable Register
GTM_TOM1_CH5_IRQ_FORCINT 0xF0108964          TOM1 Channel 5 Force Interrupt Register
GTM_TOM1_CH5_IRQ_MODE 0xF0108968          TOM1 Channel 5 Interrupt Mode Register
GTM_TOM1_CH6_CTRL 0xF0108980          TOM1 Channel 6 Control Register
GTM_TOM1_CH6_SR0 0xF0108984          TOM1 Channel 6 CCU0 Compare Shadow Register
GTM_TOM1_CH6_SR1 0xF0108988          TOM1 Channel 6 CCU1 Compare Shadow Register
GTM_TOM1_CH6_CM0 0xF010898C          TOM1 Channel 6 CCU0 Compare Register
GTM_TOM1_CH6_CM1 0xF0108990          TOM1 Channel 6 CCU1 Compare Register
GTM_TOM1_CH6_CN0 0xF0108994          TOM1 Channel 6 CCU0 Counter Register
GTM_TOM1_CH6_STAT 0xF0108998          TOM1 Channel 6 Status Register
GTM_TOM1_CH6_IRQ_NOTIFY 0xF010899C          TOM1 Channel 6 Interrupt Notification Register
GTM_TOM1_CH6_IRQ_EN 0xF01089A0          TOM1 Channel 6 Interrupt Enable Register
GTM_TOM1_CH6_IRQ_FORCINT 0xF01089A4          TOM1 Channel 6 Force Interrupt Register
GTM_TOM1_CH6_IRQ_MODE 0xF01089A8          TOM1 Channel 6 Interrupt Mode Register
GTM_TOM1_CH7_CTRL 0xF01089C0          TOM1 Channel 7 Control Register
GTM_TOM1_CH7_SR0 0xF01089C4          TOM1 Channel 7 CCU0 Compare Shadow Register
GTM_TOM1_CH7_SR1 0xF01089C8          TOM1 Channel 7 CCU1 Compare Shadow Register
GTM_TOM1_CH7_CM0 0xF01089CC          TOM1 Channel 7 CCU0 Compare Register
GTM_TOM1_CH7_CM1 0xF01089D0          TOM1 Channel 7 CCU1 Compare Register
GTM_TOM1_CH7_CN0 0xF01089D4          TOM1 Channel 7 CCU0 Counter Register
GTM_TOM1_CH7_STAT 0xF01089D8          TOM1 Channel 7 Status Register
GTM_TOM1_CH7_IRQ_NOTIFY 0xF01089DC          TOM1 Channel 7 Interrupt Notification Register
GTM_TOM1_CH7_IRQ_EN 0xF01089E0          TOM1 Channel 7 Interrupt Enable Register
GTM_TOM1_CH7_IRQ_FORCINT 0xF01089E4          TOM1 Channel 7 Force Interrupt Register
GTM_TOM1_CH7_IRQ_MODE 0xF01089E8          TOM1 Channel 7 Interrupt Mode Register
GTM_TOM1_CH8_CTRL 0xF0108A00          TOM1 Channel 8 Control Register
GTM_TOM1_CH8_SR0 0xF0108A04          TOM1 Channel 8 CCU0 Compare Shadow Register
GTM_TOM1_CH8_SR1 0xF0108A08          TOM1 Channel 8 CCU1 Compare Shadow Register
GTM_TOM1_CH8_CM0 0xF0108A0C          TOM1 Channel 8 CCU0 Compare Register
GTM_TOM1_CH8_CM1 0xF0108A10          TOM1 Channel 8 CCU1 Compare Register
GTM_TOM1_CH8_CN0 0xF0108A14          TOM1 Channel 8 CCU0 Counter Register
GTM_TOM1_CH8_STAT 0xF0108A18          TOM1 Channel 8 Status Register
GTM_TOM1_CH8_IRQ_NOTIFY 0xF0108A1C          TOM1 Channel 8 Interrupt Notification Register
GTM_TOM1_CH8_IRQ_EN 0xF0108A20          TOM1 Channel 8 Interrupt Enable Register
GTM_TOM1_CH8_IRQ_FORCINT 0xF0108A24          TOM1 Channel 8 Force Interrupt Register
GTM_TOM1_CH8_IRQ_MODE 0xF0108A28          TOM1 Channel 8 Interrupt Mode Register
GTM_TOM1_TGC1_GLB_CTRL 0xF0108A30          TOM1 TGC1 Global Control Register
GTM_TOM1_TGC1_ACT_TB 0xF0108A34          TOM1 TGC1 Action Time Base Register
GTM_TOM1_TGC1_FUPD_CTRL 0xF0108A38          TOM1 TGC1 Force Update Control Register
GTM_TOM1_TGC1_INT_TRIG 0xF0108A3C          TOM1 TGC1 Internal Trigger Control Register
GTM_TOM1_CH9_CTRL 0xF0108A40          TOM1 Channel 9 Control Register
GTM_TOM1_CH9_SR0 0xF0108A44          TOM1 Channel 9 CCU0 Compare Shadow Register
GTM_TOM1_CH9_SR1 0xF0108A48          TOM1 Channel 9 CCU1 Compare Shadow Register
GTM_TOM1_CH9_CM0 0xF0108A4C          TOM1 Channel 9 CCU0 Compare Register
GTM_TOM1_CH9_CM1 0xF0108A50          TOM1 Channel 9 CCU1 Compare Register
GTM_TOM1_CH9_CN0 0xF0108A54          TOM1 Channel 9 CCU0 Counter Register
GTM_TOM1_CH9_STAT 0xF0108A58          TOM1 Channel 9 Status Register
GTM_TOM1_CH9_IRQ_NOTIFY 0xF0108A5C          TOM1 Channel 9 Interrupt Notification Register
GTM_TOM1_CH9_IRQ_EN 0xF0108A60          TOM1 Channel 9 Interrupt Enable Register
GTM_TOM1_CH9_IRQ_FORCINT 0xF0108A64          TOM1 Channel 9 Force Interrupt Register
GTM_TOM1_CH9_IRQ_MODE 0xF0108A68          TOM1 Channel 9 Interrupt Mode Register
GTM_TOM1_TGC1_ENDIS_CTRL 0xF0108A70          TOM1 TGC1 Enable/Disable Control Register
GTM_TOM1_TGC1_ENDIS_STAT 0xF0108A74          TOM1 TGC1 Enable/Disable Status Register
GTM_TOM1_TGC1_OUTEN_CTRL 0xF0108A78          TOM1 TGC1 Output Enable Control Register
GTM_TOM1_TGC1_OUTEN_STAT 0xF0108A7C          TOM1 TGC1 Output Enable Status Register
GTM_TOM1_CH10_CTRL 0xF0108A80          TOM1 Channel 10 Control Register
GTM_TOM1_CH10_SR0 0xF0108A84          TOM1 Channel 10 CCU0 Compare Shadow Register
GTM_TOM1_CH10_SR1 0xF0108A88          TOM1 Channel 10 CCU1 Compare Shadow Register
GTM_TOM1_CH10_CM0 0xF0108A8C          TOM1 Channel 10 CCU0 Compare Register
GTM_TOM1_CH10_CM1 0xF0108A90          TOM1 Channel 10 CCU1 Compare Register
GTM_TOM1_CH10_CN0 0xF0108A94          TOM1 Channel 10 CCU0 Counter Register
GTM_TOM1_CH10_STAT 0xF0108A98          TOM1 Channel 10 Status Register
GTM_TOM1_CH10_IRQ_NOTIFY 0xF0108A9C          TOM1 Channel 10 Interrupt Notification Register
GTM_TOM1_CH10_IRQ_EN 0xF0108AA0          TOM1 Channel 10 Interrupt Enable Register
GTM_TOM1_CH10_IRQ_FORCINT 0xF0108AA4          TOM1 Channel 10 Force Interrupt Register
GTM_TOM1_CH10_IRQ_MODE 0xF0108AA8          TOM1 Channel 10 Interrupt Mode Register
GTM_TOM1_CH11_CTRL 0xF0108AC0          TOM1 Channel 11 Control Register
GTM_TOM1_CH11_SR0 0xF0108AC4          TOM1 Channel 11 CCU0 Compare Shadow Register
GTM_TOM1_CH11_SR1 0xF0108AC8          TOM1 Channel 11 CCU1 Compare Shadow Register
GTM_TOM1_CH11_CM0 0xF0108ACC          TOM1 Channel 11 CCU0 Compare Register
GTM_TOM1_CH11_CM1 0xF0108AD0          TOM1 Channel 11 CCU1 Compare Register
GTM_TOM1_CH11_CN0 0xF0108AD4          TOM1 Channel 11 CCU0 Counter Register
GTM_TOM1_CH11_STAT 0xF0108AD8          TOM1 Channel 11 Status Register
GTM_TOM1_CH11_IRQ_NOTIFY 0xF0108ADC          TOM1 Channel 11 Interrupt Notification Register
GTM_TOM1_CH11_IRQ_EN 0xF0108AE0          TOM1 Channel 11 Interrupt Enable Register
GTM_TOM1_CH11_IRQ_FORCINT 0xF0108AE4          TOM1 Channel 11 Force Interrupt Register
GTM_TOM1_CH11_IRQ_MODE 0xF0108AE8          TOM1 Channel 11 Interrupt Mode Register
GTM_TOM1_CH12_CTRL 0xF0108B00          TOM1 Channel 12 Control Register
GTM_TOM1_CH12_SR0 0xF0108B04          TOM1 Channel 12 CCU0 Compare Shadow Register
GTM_TOM1_CH12_SR1 0xF0108B08          TOM1 Channel 12 CCU1 Compare Shadow Register
GTM_TOM1_CH12_CM0 0xF0108B0C          TOM1 Channel 12 CCU0 Compare Register
GTM_TOM1_CH12_CM1 0xF0108B10          TOM1 Channel 12 CCU1 Compare Register
GTM_TOM1_CH12_CN0 0xF0108B14          TOM1 Channel 12 CCU0 Counter Register
GTM_TOM1_CH12_STAT 0xF0108B18          TOM1 Channel 12 Status Register
GTM_TOM1_CH12_IRQ_NOTIFY 0xF0108B1C          TOM1 Channel 12 Interrupt Notification Register
GTM_TOM1_CH12_IRQ_EN 0xF0108B20          TOM1 Channel 12 Interrupt Enable Register
GTM_TOM1_CH12_IRQ_FORCINT 0xF0108B24          TOM1 Channel 12 Force Interrupt Register
GTM_TOM1_CH12_IRQ_MODE 0xF0108B28          TOM1 Channel 12 Interrupt Mode Register
GTM_TOM1_CH13_CTRL 0xF0108B40          TOM1 Channel 13 Control Register
GTM_TOM1_CH13_SR0 0xF0108B44          TOM1 Channel 13 CCU0 Compare Shadow Register
GTM_TOM1_CH13_SR1 0xF0108B48          TOM1 Channel 13 CCU1 Compare Shadow Register
GTM_TOM1_CH13_CM0 0xF0108B4C          TOM1 Channel 13 CCU0 Compare Register
GTM_TOM1_CH13_CM1 0xF0108B50          TOM1 Channel 13 CCU1 Compare Register
GTM_TOM1_CH13_CN0 0xF0108B54          TOM1 Channel 13 CCU0 Counter Register
GTM_TOM1_CH13_STAT 0xF0108B58          TOM1 Channel 13 Status Register
GTM_TOM1_CH13_IRQ_NOTIFY 0xF0108B5C          TOM1 Channel 13 Interrupt Notification Register
GTM_TOM1_CH13_IRQ_EN 0xF0108B60          TOM1 Channel 13 Interrupt Enable Register
GTM_TOM1_CH13_IRQ_FORCINT 0xF0108B64          TOM1 Channel 13 Force Interrupt Register
GTM_TOM1_CH13_IRQ_MODE 0xF0108B68          TOM1 Channel 13 Interrupt Mode Register
GTM_TOM1_CH14_CTRL 0xF0108B80          TOM1 Channel 14 Control Register
GTM_TOM1_CH14_SR0 0xF0108B84          TOM1 Channel 14 CCU0 Compare Shadow Register
GTM_TOM1_CH14_SR1 0xF0108B88          TOM1 Channel 14 CCU1 Compare Shadow Register
GTM_TOM1_CH14_CM0 0xF0108B8C          TOM1 Channel 14 CCU0 Compare Register
GTM_TOM1_CH14_CM1 0xF0108B90          TOM1 Channel 14 CCU1 Compare Register
GTM_TOM1_CH14_CN0 0xF0108B94          TOM1 Channel 14 CCU0 Counter Register
GTM_TOM1_CH14_STAT 0xF0108B98          TOM1 Channel 14 Status Register
GTM_TOM1_CH14_IRQ_NOTIFY 0xF0108B9C          TOM1 Channel 14 Interrupt Notification Register
GTM_TOM1_CH14_IRQ_EN 0xF0108BA0          TOM1 Channel 14 Interrupt Enable Register
GTM_TOM1_CH14_IRQ_FORCINT 0xF0108BA4          TOM1 Channel 14 Force Interrupt Register
GTM_TOM1_CH14_IRQ_MODE 0xF0108BA8          TOM1 Channel 14 Interrupt Mode Register
GTM_TOM1_CH15_CTRL 0xF0108BC0          TOM1 Channel 15 Control Register
GTM_TOM1_CH15_SR0 0xF0108BC4          TOM1 Channel 15 CCU0 Compare Shadow Register
GTM_TOM1_CH15_SR1 0xF0108BC8          TOM1 Channel 15 CCU1 Compare Shadow Register
GTM_TOM1_CH15_CM0 0xF0108BCC          TOM1 Channel 15 CCU0 Compare Register
GTM_TOM1_CH15_CM1 0xF0108BD0          TOM1 Channel 15 CCU1 Compare Register
GTM_TOM1_CH15_CN0 0xF0108BD4          TOM1 Channel 15 CCU0 Counter Register
GTM_TOM1_CH15_STAT 0xF0108BD8          TOM1 Channel 15 Status Register
GTM_TOM1_CH15_IRQ_NOTIFY 0xF0108BDC          TOM1 Channel 15 Interrupt Notification Register
GTM_TOM1_CH15_IRQ_EN 0xF0108BE0          TOM1 Channel 15 Interrupt Enable Register
GTM_TOM1_CH15_IRQ_FORCINT 0xF0108BE4          TOM1 Channel 15 Force Interrupt Register
GTM_TOM1_CH15_IRQ_MODE 0xF0108BE8          TOM1 Channel 15 Interrupt Mode Register
GTM_TOM2_CH0_CTRL 0xF0109000          TOM2 Channel 0 Control Register
GTM_TOM2_CH0_SR0 0xF0109004          TOM2 Channel 0 CCU0 Compare Shadow Register
GTM_TOM2_CH0_SR1 0xF0109008          TOM2 Channel 0 CCU1 Compare Shadow Register
GTM_TOM2_CH0_CM0 0xF010900C          TOM2 Channel 0 CCU0 Compare Register
GTM_TOM2_CH0_CM1 0xF0109010          TOM2 Channel 0 CCU1 Compare Register
GTM_TOM2_CH0_CN0 0xF0109014          TOM2 Channel 0 CCU0 Counter Register
GTM_TOM2_CH0_STAT 0xF0109018          TOM2 Channel 0 Status Register
GTM_TOM2_CH0_IRQ_NOTIFY 0xF010901C          TOM2 Channel 0 Interrupt Notification Register
GTM_TOM2_CH0_IRQ_EN 0xF0109020          TOM2 Channel 0 Interrupt Enable Register
GTM_TOM2_CH0_IRQ_FORCINT 0xF0109024          TOM2 Channel 0 Force Interrupt Register
GTM_TOM2_CH0_IRQ_MODE 0xF0109028          TOM2 Channel 0 Interrupt Mode Register
GTM_TOM2_TGC0_GLB_CTRL 0xF0109030          TOM2 TGC0 Global Control Register
GTM_TOM2_TGC0_ACT_TB 0xF0109034          TOM2 TGC0 Action Time Base Register
GTM_TOM2_TGC0_FUPD_CTRL 0xF0109038          TOM2 TGC0 Force Update Control Register
GTM_TOM2_TGC0_INT_TRIG 0xF010903C          TOM2 TGC0 Internal Trigger Control Register
GTM_TOM2_CH1_CTRL 0xF0109040          TOM2 Channel 1 Control Register
GTM_TOM2_CH1_SR0 0xF0109044          TOM2 Channel 1 CCU0 Compare Shadow Register
GTM_TOM2_CH1_SR1 0xF0109048          TOM2 Channel 1 CCU1 Compare Shadow Register
GTM_TOM2_CH1_CM0 0xF010904C          TOM2 Channel 1 CCU0 Compare Register
GTM_TOM2_CH1_CM1 0xF0109050          TOM2 Channel 1 CCU1 Compare Register
GTM_TOM2_CH1_CN0 0xF0109054          TOM2 Channel 1 CCU0 Counter Register
GTM_TOM2_CH1_STAT 0xF0109058          TOM2 Channel 1 Status Register
GTM_TOM2_CH1_IRQ_NOTIFY 0xF010905C          TOM2 Channel 1 Interrupt Notification Register
GTM_TOM2_CH1_IRQ_EN 0xF0109060          TOM2 Channel 1 Interrupt Enable Register
GTM_TOM2_CH1_IRQ_FORCINT 0xF0109064          TOM2 Channel 1 Force Interrupt Register
GTM_TOM2_CH1_IRQ_MODE 0xF0109068          TOM2 Channel 1 Interrupt Mode Register
GTM_TOM2_TGC0_ENDIS_CTRL 0xF0109070          TOM2 TGC0 Enable/Disable Control Register
GTM_TOM2_TGC0_ENDIS_STAT 0xF0109074          TOM2 TGC0 Enable/Disable Status Register
GTM_TOM2_TGC0_OUTEN_CTRL 0xF0109078          TOM2 TGC0 Output Enable Control Register
GTM_TOM2_TGC0_OUTEN_STAT 0xF010907C          TOM2 TGC0 Output Enable Status Register
GTM_TOM2_CH2_CTRL 0xF0109080          TOM2 Channel 2 Control Register
GTM_TOM2_CH2_SR0 0xF0109084          TOM2 Channel 2 CCU0 Compare Shadow Register
GTM_TOM2_CH2_SR1 0xF0109088          TOM2 Channel 2 CCU1 Compare Shadow Register
GTM_TOM2_CH2_CM0 0xF010908C          TOM2 Channel 2 CCU0 Compare Register
GTM_TOM2_CH2_CM1 0xF0109090          TOM2 Channel 2 CCU1 Compare Register
GTM_TOM2_CH2_CN0 0xF0109094          TOM2 Channel 2 CCU0 Counter Register
GTM_TOM2_CH2_STAT 0xF0109098          TOM2 Channel 2 Status Register
GTM_TOM2_CH2_IRQ_NOTIFY 0xF010909C          TOM2 Channel 2 Interrupt Notification Register
GTM_TOM2_CH2_IRQ_EN 0xF01090A0          TOM2 Channel 2 Interrupt Enable Register
GTM_TOM2_CH2_IRQ_FORCINT 0xF01090A4          TOM2 Channel 2 Force Interrupt Register
GTM_TOM2_CH2_IRQ_MODE 0xF01090A8          TOM2 Channel 2 Interrupt Mode Register
GTM_TOM2_CH3_CTRL 0xF01090C0          TOM2 Channel 3 Control Register
GTM_TOM2_CH3_SR0 0xF01090C4          TOM2 Channel 3 CCU0 Compare Shadow Register
GTM_TOM2_CH3_SR1 0xF01090C8          TOM2 Channel 3 CCU1 Compare Shadow Register
GTM_TOM2_CH3_CM0 0xF01090CC          TOM2 Channel 3 CCU0 Compare Register
GTM_TOM2_CH3_CM1 0xF01090D0          TOM2 Channel 3 CCU1 Compare Register
GTM_TOM2_CH3_CN0 0xF01090D4          TOM2 Channel 3 CCU0 Counter Register
GTM_TOM2_CH3_STAT 0xF01090D8          TOM2 Channel 3 Status Register
GTM_TOM2_CH3_IRQ_NOTIFY 0xF01090DC          TOM2 Channel 3 Interrupt Notification Register
GTM_TOM2_CH3_IRQ_EN 0xF01090E0          TOM2 Channel 3 Interrupt Enable Register
GTM_TOM2_CH3_IRQ_FORCINT 0xF01090E4          TOM2 Channel 3 Force Interrupt Register
GTM_TOM2_CH3_IRQ_MODE 0xF01090E8          TOM2 Channel 3 Interrupt Mode Register
GTM_TOM2_CH4_CTRL 0xF0109100          TOM2 Channel 4 Control Register
GTM_TOM2_CH4_SR0 0xF0109104          TOM2 Channel 4 CCU0 Compare Shadow Register
GTM_TOM2_CH4_SR1 0xF0109108          TOM2 Channel 4 CCU1 Compare Shadow Register
GTM_TOM2_CH4_CM0 0xF010910C          TOM2 Channel 4 CCU0 Compare Register
GTM_TOM2_CH4_CM1 0xF0109110          TOM2 Channel 4 CCU1 Compare Register
GTM_TOM2_CH4_CN0 0xF0109114          TOM2 Channel 4 CCU0 Counter Register
GTM_TOM2_CH4_STAT 0xF0109118          TOM2 Channel 4 Status Register
GTM_TOM2_CH4_IRQ_NOTIFY 0xF010911C          TOM2 Channel 4 Interrupt Notification Register
GTM_TOM2_CH4_IRQ_EN 0xF0109120          TOM2 Channel 4 Interrupt Enable Register
GTM_TOM2_CH4_IRQ_FORCINT 0xF0109124          TOM2 Channel 4 Force Interrupt Register
GTM_TOM2_CH4_IRQ_MODE 0xF0109128          TOM2 Channel 4 Interrupt Mode Register
GTM_TOM2_CH5_CTRL 0xF0109140          TOM2 Channel 5 Control Register
GTM_TOM2_CH5_SR0 0xF0109144          TOM2 Channel 5 CCU0 Compare Shadow Register
GTM_TOM2_CH5_SR1 0xF0109148          TOM2 Channel 5 CCU1 Compare Shadow Register
GTM_TOM2_CH5_CM0 0xF010914C          TOM2 Channel 5 CCU0 Compare Register
GTM_TOM2_CH5_CM1 0xF0109150          TOM2 Channel 5 CCU1 Compare Register
GTM_TOM2_CH5_CN0 0xF0109154          TOM2 Channel 5 CCU0 Counter Register
GTM_TOM2_CH5_STAT 0xF0109158          TOM2 Channel 5 Status Register
GTM_TOM2_CH5_IRQ_NOTIFY 0xF010915C          TOM2 Channel 5 Interrupt Notification Register
GTM_TOM2_CH5_IRQ_EN 0xF0109160          TOM2 Channel 5 Interrupt Enable Register
GTM_TOM2_CH5_IRQ_FORCINT 0xF0109164          TOM2 Channel 5 Force Interrupt Register
GTM_TOM2_CH5_IRQ_MODE 0xF0109168          TOM2 Channel 5 Interrupt Mode Register
GTM_TOM2_CH6_CTRL 0xF0109180          TOM2 Channel 6 Control Register
GTM_TOM2_CH6_SR0 0xF0109184          TOM2 Channel 6 CCU0 Compare Shadow Register
GTM_TOM2_CH6_SR1 0xF0109188          TOM2 Channel 6 CCU1 Compare Shadow Register
GTM_TOM2_CH6_CM0 0xF010918C          TOM2 Channel 6 CCU0 Compare Register
GTM_TOM2_CH6_CM1 0xF0109190          TOM2 Channel 6 CCU1 Compare Register
GTM_TOM2_CH6_CN0 0xF0109194          TOM2 Channel 6 CCU0 Counter Register
GTM_TOM2_CH6_STAT 0xF0109198          TOM2 Channel 6 Status Register
GTM_TOM2_CH6_IRQ_NOTIFY 0xF010919C          TOM2 Channel 6 Interrupt Notification Register
GTM_TOM2_CH6_IRQ_EN 0xF01091A0          TOM2 Channel 6 Interrupt Enable Register
GTM_TOM2_CH6_IRQ_FORCINT 0xF01091A4          TOM2 Channel 6 Force Interrupt Register
GTM_TOM2_CH6_IRQ_MODE 0xF01091A8          TOM2 Channel 6 Interrupt Mode Register
GTM_TOM2_CH7_CTRL 0xF01091C0          TOM2 Channel 7 Control Register
GTM_TOM2_CH7_SR0 0xF01091C4          TOM2 Channel 7 CCU0 Compare Shadow Register
GTM_TOM2_CH7_SR1 0xF01091C8          TOM2 Channel 7 CCU1 Compare Shadow Register
GTM_TOM2_CH7_CM0 0xF01091CC          TOM2 Channel 7 CCU0 Compare Register
GTM_TOM2_CH7_CM1 0xF01091D0          TOM2 Channel 7 CCU1 Compare Register
GTM_TOM2_CH7_CN0 0xF01091D4          TOM2 Channel 7 CCU0 Counter Register
GTM_TOM2_CH7_STAT 0xF01091D8          TOM2 Channel 7 Status Register
GTM_TOM2_CH7_IRQ_NOTIFY 0xF01091DC          TOM2 Channel 7 Interrupt Notification Register
GTM_TOM2_CH7_IRQ_EN 0xF01091E0          TOM2 Channel 7 Interrupt Enable Register
GTM_TOM2_CH7_IRQ_FORCINT 0xF01091E4          TOM2 Channel 7 Force Interrupt Register
GTM_TOM2_CH7_IRQ_MODE 0xF01091E8          TOM2 Channel 7 Interrupt Mode Register
GTM_TOM2_CH8_CTRL 0xF0109200          TOM2 Channel 8 Control Register
GTM_TOM2_CH8_SR0 0xF0109204          TOM2 Channel 8 CCU0 Compare Shadow Register
GTM_TOM2_CH8_SR1 0xF0109208          TOM2 Channel 8 CCU1 Compare Shadow Register
GTM_TOM2_CH8_CM0 0xF010920C          TOM2 Channel 8 CCU0 Compare Register
GTM_TOM2_CH8_CM1 0xF0109210          TOM2 Channel 8 CCU1 Compare Register
GTM_TOM2_CH8_CN0 0xF0109214          TOM2 Channel 8 CCU0 Counter Register
GTM_TOM2_CH8_STAT 0xF0109218          TOM2 Channel 8 Status Register
GTM_TOM2_CH8_IRQ_NOTIFY 0xF010921C          TOM2 Channel 8 Interrupt Notification Register
GTM_TOM2_CH8_IRQ_EN 0xF0109220          TOM2 Channel 8 Interrupt Enable Register
GTM_TOM2_CH8_IRQ_FORCINT 0xF0109224          TOM2 Channel 8 Force Interrupt Register
GTM_TOM2_CH8_IRQ_MODE 0xF0109228          TOM2 Channel 8 Interrupt Mode Register
GTM_TOM2_TGC1_GLB_CTRL 0xF0109230          TOM2 TGC1 Global Control Register
GTM_TOM2_TGC1_ACT_TB 0xF0109234          TOM2 TGC1 Action Time Base Register
GTM_TOM2_TGC1_FUPD_CTRL 0xF0109238          TOM2 TGC1 Force Update Control Register
GTM_TOM2_TGC1_INT_TRIG 0xF010923C          TOM2 TGC1 Internal Trigger Control Register
GTM_TOM2_CH9_CTRL 0xF0109240          TOM2 Channel 9 Control Register
GTM_TOM2_CH9_SR0 0xF0109244          TOM2 Channel 9 CCU0 Compare Shadow Register
GTM_TOM2_CH9_SR1 0xF0109248          TOM2 Channel 9 CCU1 Compare Shadow Register
GTM_TOM2_CH9_CM0 0xF010924C          TOM2 Channel 9 CCU0 Compare Register
GTM_TOM2_CH9_CM1 0xF0109250          TOM2 Channel 9 CCU1 Compare Register
GTM_TOM2_CH9_CN0 0xF0109254          TOM2 Channel 9 CCU0 Counter Register
GTM_TOM2_CH9_STAT 0xF0109258          TOM2 Channel 9 Status Register
GTM_TOM2_CH9_IRQ_NOTIFY 0xF010925C          TOM2 Channel 9 Interrupt Notification Register
GTM_TOM2_CH9_IRQ_EN 0xF0109260          TOM2 Channel 9 Interrupt Enable Register
GTM_TOM2_CH9_IRQ_FORCINT 0xF0109264          TOM2 Channel 9 Force Interrupt Register
GTM_TOM2_CH9_IRQ_MODE 0xF0109268          TOM2 Channel 9 Interrupt Mode Register
GTM_TOM2_TGC1_ENDIS_CTRL 0xF0109270          TOM2 TGC1 Enable/Disable Control Register
GTM_TOM2_TGC1_ENDIS_STAT 0xF0109274          TOM2 TGC1 Enable/Disable Status Register
GTM_TOM2_TGC1_OUTEN_CTRL 0xF0109278          TOM2 TGC1 Output Enable Control Register
GTM_TOM2_TGC1_OUTEN_STAT 0xF010927C          TOM2 TGC1 Output Enable Status Register
GTM_TOM2_CH10_CTRL 0xF0109280          TOM2 Channel 10 Control Register
GTM_TOM2_CH10_SR0 0xF0109284          TOM2 Channel 10 CCU0 Compare Shadow Register
GTM_TOM2_CH10_SR1 0xF0109288          TOM2 Channel 10 CCU1 Compare Shadow Register
GTM_TOM2_CH10_CM0 0xF010928C          TOM2 Channel 10 CCU0 Compare Register
GTM_TOM2_CH10_CM1 0xF0109290          TOM2 Channel 10 CCU1 Compare Register
GTM_TOM2_CH10_CN0 0xF0109294          TOM2 Channel 10 CCU0 Counter Register
GTM_TOM2_CH10_STAT 0xF0109298          TOM2 Channel 10 Status Register
GTM_TOM2_CH10_IRQ_NOTIFY 0xF010929C          TOM2 Channel 10 Interrupt Notification Register
GTM_TOM2_CH10_IRQ_EN 0xF01092A0          TOM2 Channel 10 Interrupt Enable Register
GTM_TOM2_CH10_IRQ_FORCINT 0xF01092A4          TOM2 Channel 10 Force Interrupt Register
GTM_TOM2_CH10_IRQ_MODE 0xF01092A8          TOM2 Channel 10 Interrupt Mode Register
GTM_TOM2_CH11_CTRL 0xF01092C0          TOM2 Channel 11 Control Register
GTM_TOM2_CH11_SR0 0xF01092C4          TOM2 Channel 11 CCU0 Compare Shadow Register
GTM_TOM2_CH11_SR1 0xF01092C8          TOM2 Channel 11 CCU1 Compare Shadow Register
GTM_TOM2_CH11_CM0 0xF01092CC          TOM2 Channel 11 CCU0 Compare Register
GTM_TOM2_CH11_CM1 0xF01092D0          TOM2 Channel 11 CCU1 Compare Register
GTM_TOM2_CH11_CN0 0xF01092D4          TOM2 Channel 11 CCU0 Counter Register
GTM_TOM2_CH11_STAT 0xF01092D8          TOM2 Channel 11 Status Register
GTM_TOM2_CH11_IRQ_NOTIFY 0xF01092DC          TOM2 Channel 11 Interrupt Notification Register
GTM_TOM2_CH11_IRQ_EN 0xF01092E0          TOM2 Channel 11 Interrupt Enable Register
GTM_TOM2_CH11_IRQ_FORCINT 0xF01092E4          TOM2 Channel 11 Force Interrupt Register
GTM_TOM2_CH11_IRQ_MODE 0xF01092E8          TOM2 Channel 11 Interrupt Mode Register
GTM_TOM2_CH12_CTRL 0xF0109300          TOM2 Channel 12 Control Register
GTM_TOM2_CH12_SR0 0xF0109304          TOM2 Channel 12 CCU0 Compare Shadow Register
GTM_TOM2_CH12_SR1 0xF0109308          TOM2 Channel 12 CCU1 Compare Shadow Register
GTM_TOM2_CH12_CM0 0xF010930C          TOM2 Channel 12 CCU0 Compare Register
GTM_TOM2_CH12_CM1 0xF0109310          TOM2 Channel 12 CCU1 Compare Register
GTM_TOM2_CH12_CN0 0xF0109314          TOM2 Channel 12 CCU0 Counter Register
GTM_TOM2_CH12_STAT 0xF0109318          TOM2 Channel 12 Status Register
GTM_TOM2_CH12_IRQ_NOTIFY 0xF010931C          TOM2 Channel 12 Interrupt Notification Register
GTM_TOM2_CH12_IRQ_EN 0xF0109320          TOM2 Channel 12 Interrupt Enable Register
GTM_TOM2_CH12_IRQ_FORCINT 0xF0109324          TOM2 Channel 12 Force Interrupt Register
GTM_TOM2_CH12_IRQ_MODE 0xF0109328          TOM2 Channel 12 Interrupt Mode Register
GTM_TOM2_CH13_CTRL 0xF0109340          TOM2 Channel 13 Control Register
GTM_TOM2_CH13_SR0 0xF0109344          TOM2 Channel 13 CCU0 Compare Shadow Register
GTM_TOM2_CH13_SR1 0xF0109348          TOM2 Channel 13 CCU1 Compare Shadow Register
GTM_TOM2_CH13_CM0 0xF010934C          TOM2 Channel 13 CCU0 Compare Register
GTM_TOM2_CH13_CM1 0xF0109350          TOM2 Channel 13 CCU1 Compare Register
GTM_TOM2_CH13_CN0 0xF0109354          TOM2 Channel 13 CCU0 Counter Register
GTM_TOM2_CH13_STAT 0xF0109358          TOM2 Channel 13 Status Register
GTM_TOM2_CH13_IRQ_NOTIFY 0xF010935C          TOM2 Channel 13 Interrupt Notification Register
GTM_TOM2_CH13_IRQ_EN 0xF0109360          TOM2 Channel 13 Interrupt Enable Register
GTM_TOM2_CH13_IRQ_FORCINT 0xF0109364          TOM2 Channel 13 Force Interrupt Register
GTM_TOM2_CH13_IRQ_MODE 0xF0109368          TOM2 Channel 13 Interrupt Mode Register
GTM_TOM2_CH14_CTRL 0xF0109380          TOM2 Channel 14 Control Register
GTM_TOM2_CH14_SR0 0xF0109384          TOM2 Channel 14 CCU0 Compare Shadow Register
GTM_TOM2_CH14_SR1 0xF0109388          TOM2 Channel 14 CCU1 Compare Shadow Register
GTM_TOM2_CH14_CM0 0xF010938C          TOM2 Channel 14 CCU0 Compare Register
GTM_TOM2_CH14_CM1 0xF0109390          TOM2 Channel 14 CCU1 Compare Register
GTM_TOM2_CH14_CN0 0xF0109394          TOM2 Channel 14 CCU0 Counter Register
GTM_TOM2_CH14_STAT 0xF0109398          TOM2 Channel 14 Status Register
GTM_TOM2_CH14_IRQ_NOTIFY 0xF010939C          TOM2 Channel 14 Interrupt Notification Register
GTM_TOM2_CH14_IRQ_EN 0xF01093A0          TOM2 Channel 14 Interrupt Enable Register
GTM_TOM2_CH14_IRQ_FORCINT 0xF01093A4          TOM2 Channel 14 Force Interrupt Register
GTM_TOM2_CH14_IRQ_MODE 0xF01093A8          TOM2 Channel 14 Interrupt Mode Register
GTM_TOM2_CH15_CTRL 0xF01093C0          TOM2 Channel 15 Control Register
GTM_TOM2_CH15_SR0 0xF01093C4          TOM2 Channel 15 CCU0 Compare Shadow Register
GTM_TOM2_CH15_SR1 0xF01093C8          TOM2 Channel 15 CCU1 Compare Shadow Register
GTM_TOM2_CH15_CM0 0xF01093CC          TOM2 Channel 15 CCU0 Compare Register
GTM_TOM2_CH15_CM1 0xF01093D0          TOM2 Channel 15 CCU1 Compare Register
GTM_TOM2_CH15_CN0 0xF01093D4          TOM2 Channel 15 CCU0 Counter Register
GTM_TOM2_CH15_STAT 0xF01093D8          TOM2 Channel 15 Status Register
GTM_TOM2_CH15_IRQ_NOTIFY 0xF01093DC          TOM2 Channel 15 Interrupt Notification Register
GTM_TOM2_CH15_IRQ_EN 0xF01093E0          TOM2 Channel 15 Interrupt Enable Register
GTM_TOM2_CH15_IRQ_FORCINT 0xF01093E4          TOM2 Channel 15 Force Interrupt Register
GTM_TOM2_CH15_IRQ_MODE 0xF01093E8          TOM2 Channel 15 Interrupt Mode Register
GTM_F2A0_CH0_ARU_RD_FIFO 0xF0118000          F2A0 Stream 0 Read Address Register
GTM_F2A0_CH1_ARU_RD_FIFO 0xF0118004          F2A0 Stream 1 Read Address Register
GTM_F2A0_CH2_ARU_RD_FIFO 0xF0118008          F2A0 Stream 2 Read Address Register
GTM_F2A0_CH3_ARU_RD_FIFO 0xF011800C          F2A0 Stream 3 Read Address Register
GTM_F2A0_CH4_ARU_RD_FIFO 0xF0118010          F2A0 Stream 4 Read Address Register
GTM_F2A0_CH5_ARU_RD_FIFO 0xF0118014          F2A0 Stream 5 Read Address Register
GTM_F2A0_CH6_ARU_RD_FIFO 0xF0118018          F2A0 Stream 6 Read Address Register
GTM_F2A0_CH7_ARU_RD_FIFO 0xF011801C          F2A0 Stream 7 Read Address Register
GTM_F2A0_CH0_STR_CFG 0xF0118020          F2A0 Stream 0 Configuration Register
GTM_F2A0_CH1_STR_CFG 0xF0118024          F2A0 Stream 1 Configuration Register
GTM_F2A0_CH2_STR_CFG 0xF0118028          F2A0 Stream 2 Configuration Register
GTM_F2A0_CH3_STR_CFG 0xF011802C          F2A0 Stream 3 Configuration Register
GTM_F2A0_CH4_STR_CFG 0xF0118030          F2A0 Stream 4 Configuration Register
GTM_F2A0_CH5_STR_CFG 0xF0118034          F2A0 Stream 5 Configuration Register
GTM_F2A0_CH6_STR_CFG 0xF0118038          F2A0 Stream 6 Configuration Register
GTM_F2A0_CH7_STR_CFG 0xF011803C          F2A0 Stream 7 Configuration Register
GTM_F2A0_ENABLE 0xF0118040          F2A0 Stream Activation Register
GTM_F2A0_CTRL   0xF0118044          F2A0 Stream Control Register
GTM_AFD0_CH0_BUF_ACC 0xF0118080          AFD 0 FIFO 0 Buffer Access Register
GTM_AFD0_CH1_BUF_ACC 0xF0118090          AFD 0 FIFO 1 Buffer Access Register
GTM_AFD0_CH2_BUF_ACC 0xF01180A0          AFD 0 FIFO 2 Buffer Access Register
GTM_AFD0_CH3_BUF_ACC 0xF01180B0          AFD 0 FIFO 3 Buffer Access Register
GTM_AFD0_CH4_BUF_ACC 0xF01180C0          AFD 0 FIFO 4 Buffer Access Register
GTM_AFD0_CH5_BUF_ACC 0xF01180D0          AFD 0 FIFO 5 Buffer Access Register
GTM_AFD0_CH6_BUF_ACC 0xF01180E0          AFD 0 FIFO 6 Buffer Access Register
GTM_AFD0_CH7_BUF_ACC 0xF01180F0          AFD 0 FIFO 7 Buffer Access Register
GTM_FIFO0_CH0_CTRL 0xF0118400          FIFO0 Channel 0 Control Register
GTM_FIFO0_CH0_END_ADDR 0xF0118404          FIFO0 Channel 0 End Address Register
GTM_FIFO0_CH0_START_ADDR 0xF0118408          FIFO0 Channel 0 Start Address Register
GTM_FIFO0_CH0_UPPER_WM 0xF011840C          FIFO0 Channel 0 Upper Watermark Register
GTM_FIFO0_CH0_LOWER_WM 0xF0118410          FIFO0 Channel 0 Lower Watermark Register
GTM_FIFO0_CH0_STATUS 0xF0118414          FIFO0 Channel 0 Status Register
GTM_FIFO0_CH0_FILL_LEVEL 0xF0118418          FIFO0 Channel 0 Fill Level Register
GTM_FIFO0_CH0_WR_PTR 0xF011841C          FIFO0 Channel 0 Write Pointer Register
GTM_FIFO0_CH0_RD_PTR 0xF0118420          FIFO0 Channel 0 Read Pointer Register
GTM_FIFO0_CH0_IRQ_NOTIFY 0xF0118424          FIFO0 Channel 0 Interrupt Notification Register
GTM_FIFO0_CH0_IRQ_EN 0xF0118428          FIFO0 Channel 0 Interrupt Enable Register
GTM_FIFO0_CH0_IRQ_FORCINT 0xF011842C          FIFO0 Channel 0 Force Interrupt Register
GTM_FIFO0_CH0_IRQ_MODE 0xF0118430          FIFO0 Channel 0 Interrupt Mode Control Register
GTM_FIFO0_CH0_EIRQ_EN 0xF0118434          FIFO0 Channel 0 Error Interrupt Enable Register
GTM_FIFO0_CH1_CTRL 0xF0118440          FIFO0 Channel 1 Control Register
GTM_FIFO0_CH1_END_ADDR 0xF0118444          FIFO0 Channel 1 End Address Register
GTM_FIFO0_CH1_START_ADDR 0xF0118448          FIFO0 Channel 1 Start Address Register
GTM_FIFO0_CH1_UPPER_WM 0xF011844C          FIFO0 Channel 1 Upper Watermark Register
GTM_FIFO0_CH1_LOWER_WM 0xF0118450          FIFO0 Channel 1 Lower Watermark Register
GTM_FIFO0_CH1_STATUS 0xF0118454          FIFO0 Channel 1 Status Register
GTM_FIFO0_CH1_FILL_LEVEL 0xF0118458          FIFO0 Channel 1 Fill Level Register
GTM_FIFO0_CH1_WR_PTR 0xF011845C          FIFO0 Channel 1 Write Pointer Register
GTM_FIFO0_CH1_RD_PTR 0xF0118460          FIFO0 Channel 1 Read Pointer Register
GTM_FIFO0_CH1_IRQ_NOTIFY 0xF0118464          FIFO0 Channel 1 Interrupt Notification Register
GTM_FIFO0_CH1_IRQ_EN 0xF0118468          FIFO0 Channel 1 Interrupt Enable Register
GTM_FIFO0_CH1_IRQ_FORCINT 0xF011846C          FIFO0 Channel 1 Force Interrupt Register
GTM_FIFO0_CH1_IRQ_MODE 0xF0118470          FIFO0 Channel 1 Interrupt Mode Control Register
GTM_FIFO0_CH1_EIRQ_EN 0xF0118474          FIFO0 Channel 1 Error Interrupt Enable Register
GTM_FIFO0_CH2_CTRL 0xF0118480          FIFO0 Channel 2 Control Register
GTM_FIFO0_CH2_END_ADDR 0xF0118484          FIFO0 Channel 2 End Address Register
GTM_FIFO0_CH2_START_ADDR 0xF0118488          FIFO0 Channel 2 Start Address Register
GTM_FIFO0_CH2_UPPER_WM 0xF011848C          FIFO0 Channel 2 Upper Watermark Register
GTM_FIFO0_CH2_LOWER_WM 0xF0118490          FIFO0 Channel 2 Lower Watermark Register
GTM_FIFO0_CH2_STATUS 0xF0118494          FIFO0 Channel 2 Status Register
GTM_FIFO0_CH2_FILL_LEVEL 0xF0118498          FIFO0 Channel 2 Fill Level Register
GTM_FIFO0_CH2_WR_PTR 0xF011849C          FIFO0 Channel 2 Write Pointer Register
GTM_FIFO0_CH2_RD_PTR 0xF01184A0          FIFO0 Channel 2 Read Pointer Register
GTM_FIFO0_CH2_IRQ_NOTIFY 0xF01184A4          FIFO0 Channel 2 Interrupt Notification Register
GTM_FIFO0_CH2_IRQ_EN 0xF01184A8          FIFO0 Channel 2 Interrupt Enable Register
GTM_FIFO0_CH2_IRQ_FORCINT 0xF01184AC          FIFO0 Channel 2 Force Interrupt Register
GTM_FIFO0_CH2_IRQ_MODE 0xF01184B0          FIFO0 Channel 2 Interrupt Mode Control Register
GTM_FIFO0_CH2_EIRQ_EN 0xF01184B4          FIFO0 Channel 2 Error Interrupt Enable Register
GTM_FIFO0_CH3_CTRL 0xF01184C0          FIFO0 Channel 3 Control Register
GTM_FIFO0_CH3_END_ADDR 0xF01184C4          FIFO0 Channel 3 End Address Register
GTM_FIFO0_CH3_START_ADDR 0xF01184C8          FIFO0 Channel 3 Start Address Register
GTM_FIFO0_CH3_UPPER_WM 0xF01184CC          FIFO0 Channel 3 Upper Watermark Register
GTM_FIFO0_CH3_LOWER_WM 0xF01184D0          FIFO0 Channel 3 Lower Watermark Register
GTM_FIFO0_CH3_STATUS 0xF01184D4          FIFO0 Channel 3 Status Register
GTM_FIFO0_CH3_FILL_LEVEL 0xF01184D8          FIFO0 Channel 3 Fill Level Register
GTM_FIFO0_CH3_WR_PTR 0xF01184DC          FIFO0 Channel 3 Write Pointer Register
GTM_FIFO0_CH3_RD_PTR 0xF01184E0          FIFO0 Channel 3 Read Pointer Register
GTM_FIFO0_CH3_IRQ_NOTIFY 0xF01184E4          FIFO0 Channel 3 Interrupt Notification Register
GTM_FIFO0_CH3_IRQ_EN 0xF01184E8          FIFO0 Channel 3 Interrupt Enable Register
GTM_FIFO0_CH3_IRQ_FORCINT 0xF01184EC          FIFO0 Channel 3 Force Interrupt Register
GTM_FIFO0_CH3_IRQ_MODE 0xF01184F0          FIFO0 Channel 3 Interrupt Mode Control Register
GTM_FIFO0_CH3_EIRQ_EN 0xF01184F4          FIFO0 Channel 3 Error Interrupt Enable Register
GTM_FIFO0_CH4_CTRL 0xF0118500          FIFO0 Channel 4 Control Register
GTM_FIFO0_CH4_END_ADDR 0xF0118504          FIFO0 Channel 4 End Address Register
GTM_FIFO0_CH4_START_ADDR 0xF0118508          FIFO0 Channel 4 Start Address Register
GTM_FIFO0_CH4_UPPER_WM 0xF011850C          FIFO0 Channel 4 Upper Watermark Register
GTM_FIFO0_CH4_LOWER_WM 0xF0118510          FIFO0 Channel 4 Lower Watermark Register
GTM_FIFO0_CH4_STATUS 0xF0118514          FIFO0 Channel 4 Status Register
GTM_FIFO0_CH4_FILL_LEVEL 0xF0118518          FIFO0 Channel 4 Fill Level Register
GTM_FIFO0_CH4_WR_PTR 0xF011851C          FIFO0 Channel 4 Write Pointer Register
GTM_FIFO0_CH4_RD_PTR 0xF0118520          FIFO0 Channel 4 Read Pointer Register
GTM_FIFO0_CH4_IRQ_NOTIFY 0xF0118524          FIFO0 Channel 4 Interrupt Notification Register
GTM_FIFO0_CH4_IRQ_EN 0xF0118528          FIFO0 Channel 4 Interrupt Enable Register
GTM_FIFO0_CH4_IRQ_FORCINT 0xF011852C          FIFO0 Channel 4 Force Interrupt Register
GTM_FIFO0_CH4_IRQ_MODE 0xF0118530          FIFO0 Channel 4 Interrupt Mode Control Register
GTM_FIFO0_CH4_EIRQ_EN 0xF0118534          FIFO0 Channel 4 Error Interrupt Enable Register
GTM_FIFO0_CH5_CTRL 0xF0118540          FIFO0 Channel 5 Control Register
GTM_FIFO0_CH5_END_ADDR 0xF0118544          FIFO0 Channel 5 End Address Register
GTM_FIFO0_CH5_START_ADDR 0xF0118548          FIFO0 Channel 5 Start Address Register
GTM_FIFO0_CH5_UPPER_WM 0xF011854C          FIFO0 Channel 5 Upper Watermark Register
GTM_FIFO0_CH5_LOWER_WM 0xF0118550          FIFO0 Channel 5 Lower Watermark Register
GTM_FIFO0_CH5_STATUS 0xF0118554          FIFO0 Channel 5 Status Register
GTM_FIFO0_CH5_FILL_LEVEL 0xF0118558          FIFO0 Channel 5 Fill Level Register
GTM_FIFO0_CH5_WR_PTR 0xF011855C          FIFO0 Channel 5 Write Pointer Register
GTM_FIFO0_CH5_RD_PTR 0xF0118560          FIFO0 Channel 5 Read Pointer Register
GTM_FIFO0_CH5_IRQ_NOTIFY 0xF0118564          FIFO0 Channel 5 Interrupt Notification Register
GTM_FIFO0_CH5_IRQ_EN 0xF0118568          FIFO0 Channel 5 Interrupt Enable Register
GTM_FIFO0_CH5_IRQ_FORCINT 0xF011856C          FIFO0 Channel 5 Force Interrupt Register
GTM_FIFO0_CH5_IRQ_MODE 0xF0118570          FIFO0 Channel 5 Interrupt Mode Control Register
GTM_FIFO0_CH5_EIRQ_EN 0xF0118574          FIFO0 Channel 5 Error Interrupt Enable Register
GTM_FIFO0_CH6_CTRL 0xF0118580          FIFO0 Channel 6 Control Register
GTM_FIFO0_CH6_END_ADDR 0xF0118584          FIFO0 Channel 6 End Address Register
GTM_FIFO0_CH6_START_ADDR 0xF0118588          FIFO0 Channel 6 Start Address Register
GTM_FIFO0_CH6_UPPER_WM 0xF011858C          FIFO0 Channel 6 Upper Watermark Register
GTM_FIFO0_CH6_LOWER_WM 0xF0118590          FIFO0 Channel 6 Lower Watermark Register
GTM_FIFO0_CH6_STATUS 0xF0118594          FIFO0 Channel 6 Status Register
GTM_FIFO0_CH6_FILL_LEVEL 0xF0118598          FIFO0 Channel 6 Fill Level Register
GTM_FIFO0_CH6_WR_PTR 0xF011859C          FIFO0 Channel 6 Write Pointer Register
GTM_FIFO0_CH6_RD_PTR 0xF01185A0          FIFO0 Channel 6 Read Pointer Register
GTM_FIFO0_CH6_IRQ_NOTIFY 0xF01185A4          FIFO0 Channel 6 Interrupt Notification Register
GTM_FIFO0_CH6_IRQ_EN 0xF01185A8          FIFO0 Channel 6 Interrupt Enable Register
GTM_FIFO0_CH6_IRQ_FORCINT 0xF01185AC          FIFO0 Channel 6 Force Interrupt Register
GTM_FIFO0_CH6_IRQ_MODE 0xF01185B0          FIFO0 Channel 6 Interrupt Mode Control Register
GTM_FIFO0_CH6_EIRQ_EN 0xF01185B4          FIFO0 Channel 6 Error Interrupt Enable Register
GTM_FIFO0_CH7_CTRL 0xF01185C0          FIFO0 Channel 7 Control Register
GTM_FIFO0_CH7_END_ADDR 0xF01185C4          FIFO0 Channel 7 End Address Register
GTM_FIFO0_CH7_START_ADDR 0xF01185C8          FIFO0 Channel 7 Start Address Register
GTM_FIFO0_CH7_UPPER_WM 0xF01185CC          FIFO0 Channel 7 Upper Watermark Register
GTM_FIFO0_CH7_LOWER_WM 0xF01185D0          FIFO0 Channel 7 Lower Watermark Register
GTM_FIFO0_CH7_STATUS 0xF01185D4          FIFO0 Channel 7 Status Register
GTM_FIFO0_CH7_FILL_LEVEL 0xF01185D8          FIFO0 Channel 7 Fill Level Register
GTM_FIFO0_CH7_WR_PTR 0xF01185DC          FIFO0 Channel 7 Write Pointer Register
GTM_FIFO0_CH7_RD_PTR 0xF01185E0          FIFO0 Channel 7 Read Pointer Register
GTM_FIFO0_CH7_IRQ_NOTIFY 0xF01185E4          FIFO0 Channel 7 Interrupt Notification Register
GTM_FIFO0_CH7_IRQ_EN 0xF01185E8          FIFO0 Channel 7 Interrupt Enable Register
GTM_FIFO0_CH7_IRQ_FORCINT 0xF01185EC          FIFO0 Channel 7 Force Interrupt Register
GTM_FIFO0_CH7_IRQ_MODE 0xF01185F0          FIFO0 Channel 7 Interrupt Mode Control Register
GTM_FIFO0_CH7_EIRQ_EN 0xF01185F4          FIFO0 Channel 7 Error Interrupt Enable Register
GTM_DPLL_CTRL_0 0xF0128000          DPLL Control Register 0
GTM_DPLL_CTRL_1 0xF0128004          DPLL Control Register 1
GTM_DPLL_CTRL_2 0xF0128008          DPLL Control Register 2
GTM_DPLL_CTRL_3 0xF012800C          DPLL Control Register 3
GTM_DPLL_CTRL_4 0xF0128010          DPLL Control Register 4
GTM_DPLL_CTRL_5 0xF0128014          DPLL Control Register 5
GTM_DPLL_ACT_STA 0xF0128018          DPLL ACTION Status Register with Connected Shadow Register
GTM_DPLL_OSW    0xF012801C          DPLL Offset and Switch Old/New Address Register
GTM_DPLL_AOSV_2 0xF0128020          DPLL Address Offset Register of RAM 2 Regions
GTM_DPLL_APT    0xF0128024          DPLL Actual RAM Pointer Address for TRIGGER
GTM_DPLL_APS    0xF0128028          DPLL Actual RAM Pointer Address for STATE
GTM_DPLL_APT_2C 0xF012802C          DPLL Actual RAM Pointer for Region 2C
GTM_DPLL_APS_1C3 0xF0128030          DPLL Actual RAM Pointer for RAM Region 1C3
GTM_DPLL_NUTC   0xF0128034          DPLL Number of Recent TRIGGER Events Used for Calculations
GTM_DPLL_NUSC   0xF0128038          DPLL Number of Recent STATE Events Used for Calculations
GTM_DPLL_NTI_CNT 0xF012803C          DPLL Number of Active TRIGGER Events to Interrupt
GTM_DPLL_IRQ_NOTIFY 0xF0128040          DPLL Interrupt Notification Register
GTM_DPLL_IRQ_EN 0xF0128044          DPLL Interrupt Enable Register
GTM_DPLL_IRQ_FORCINT 0xF0128048          DPLL Interrupt Force Register
GTM_DPLL_IRQ_MODE 0xF012804C          DPLL Interrupt Mode Register
GTM_DPLL_EIRQ_EN 0xF0128050          DPLL Error Interrupt Enable Register
GTM_DPLL_INC_CNT1 0xF01280B0          DPLL Counter for Pulses for TBU_CH1_BASE to be Sent in Automatic End Mode
GTM_DPLL_INC_CNT2 0xF01280B4          DPLL Counter for Pulses for TBU_TS2 to be Sent in Automatic End Mode
GTM_DPLL_APT_SYNC 0xF01280B8          DPLL Old RAM Pointer and Offset Value for TRIGGER
GTM_DPLL_APS_SYNC 0xF01280BC          DPLL Old RAM Pointer and Offset Value for STATE
GTM_DPLL_TBU_TS0_T 0xF01280C0          DPLL TBU_TS0 Value at Last TRIGGER Event
GTM_DPLL_TBU_TS0_S 0xF01280C4          DPLL TBU_TS0 Value at Last STATE Event
GTM_DPLL_ADD_IN_LD1 0xF01280C8          DPLL Direct Load Input Value for SUB_INC1
GTM_DPLL_ADD_IN_LD2 0xF01280CC          DPLL Direct Load Input Value for SUB_INC2
GTM_DPLL_STATUS 0xF01280FC          DPLL Status Register
GTM_DPLL_ID_PMTR_0 0xF0128100          DPLL ID Information for Input Signal PMT 0 Register
GTM_DPLL_ID_PMTR_1 0xF0128104          DPLL ID Information for Input Signal PMT 1 Register
GTM_DPLL_ID_PMTR_2 0xF0128108          DPLL ID Information for Input Signal PMT 2 Register
GTM_DPLL_ID_PMTR_3 0xF012810C          DPLL ID Information for Input Signal PMT 3 Register
GTM_DPLL_ID_PMTR_4 0xF0128110          DPLL ID Information for Input Signal PMT 4 Register
GTM_DPLL_ID_PMTR_5 0xF0128114          DPLL ID Information for Input Signal PMT 5 Register
GTM_DPLL_ID_PMTR_6 0xF0128118          DPLL ID Information for Input Signal PMT 6 Register
GTM_DPLL_ID_PMTR_7 0xF012811C          DPLL ID Information for Input Signal PMT 7 Register
GTM_DPLL_ID_PMTR_8 0xF0128120          DPLL ID Information for Input Signal PMT 8 Register
GTM_DPLL_ID_PMTR_9 0xF0128124          DPLL ID Information for Input Signal PMT 9 Register
GTM_DPLL_ID_PMTR_10 0xF0128128          DPLL ID Information for Input Signal PMT 10 Register
GTM_DPLL_ID_PMTR_11 0xF012812C          DPLL ID Information for Input Signal PMT 11 Register
GTM_DPLL_ID_PMTR_12 0xF0128130          DPLL ID Information for Input Signal PMT 12 Register
GTM_DPLL_ID_PMTR_13 0xF0128134          DPLL ID Information for Input Signal PMT 13 Register
GTM_DPLL_ID_PMTR_14 0xF0128138          DPLL ID Information for Input Signal PMT 14 Register
GTM_DPLL_ID_PMTR_15 0xF012813C          DPLL ID Information for Input Signal PMT 15 Register
GTM_DPLL_ID_PMTR_16 0xF0128140          DPLL ID Information for Input Signal PMT 16 Register
GTM_DPLL_ID_PMTR_17 0xF0128144          DPLL ID Information for Input Signal PMT 17 Register
GTM_DPLL_ID_PMTR_18 0xF0128148          DPLL ID Information for Input Signal PMT 18 Register
GTM_DPLL_ID_PMTR_19 0xF012814C          DPLL ID Information for Input Signal PMT 19 Register
GTM_DPLL_ID_PMTR_20 0xF0128150          DPLL ID Information for Input Signal PMT 20 Register
GTM_DPLL_ID_PMTR_21 0xF0128154          DPLL ID Information for Input Signal PMT 21 Register
GTM_DPLL_ID_PMTR_22 0xF0128158          DPLL ID Information for Input Signal PMT 22 Register
GTM_DPLL_ID_PMTR_23 0xF012815C          DPLL ID Information for Input Signal PMT 23 Register
GTM_DPLL_ID_PMTR_24 0xF0128160          DPLL ID Information for Input Signal PMT 24 Register
GTM_DPLL_ID_PMTR_25 0xF0128164          DPLL ID Information for Input Signal PMT 25 Register
GTM_DPLL_ID_PMTR_26 0xF0128168          DPLL ID Information for Input Signal PMT 26 Register
GTM_DPLL_ID_PMTR_27 0xF012816C          DPLL ID Information for Input Signal PMT 27 Register
GTM_DPLL_ID_PMTR_28 0xF0128170          DPLL ID Information for Input Signal PMT 28 Register
GTM_DPLL_ID_PMTR_29 0xF0128174          DPLL ID Information for Input Signal PMT 29 Register
GTM_DPLL_ID_PMTR_30 0xF0128178          DPLL ID Information for Input Signal PMT 30 Register
GTM_DPLL_ID_PMTR_31 0xF012817C          DPLL ID Information for Input Signal PMT 31 Register
GTM_DPLL_CTRL_0_SHADOW_TRIGGER 0xF01281E0          DPLL Control 0 Shadow Trigger Register
GTM_DPLL_CTRL_0_SHADOW_STATE 0xF01281E4          DPLL Control 0 Shadow STATE Register
GTM_DPLL_CTRL_1_SHADOW_TRIGGER 0xF01281E8          DPLL Control 1 Shadow TRIGGER Register
GTM_DPLL_CTRL_1_SHADOW_STATE 0xF01281EC          DPLL Control 1 Shadow STATE Register
GTM_DPLL_RAM_INI 0xF01281FC          DPLL RAM Initialization Register
GTM_DPLL_PSA0   0xF0128200          DPLL ACTION_0 Position/Value Request
GTM_DPLL_PSA1   0xF0128204          DPLL ACTION_1 Position/Value Request
GTM_DPLL_PSA2   0xF0128208          DPLL ACTION_2 Position/Value Request
GTM_DPLL_PSA3   0xF012820C          DPLL ACTION_3 Position/Value Request
GTM_DPLL_PSA4   0xF0128210          DPLL ACTION_4 Position/Value Request
GTM_DPLL_PSA5   0xF0128214          DPLL ACTION_5 Position/Value Request
GTM_DPLL_PSA6   0xF0128218          DPLL ACTION_6 Position/Value Request
GTM_DPLL_PSA7   0xF012821C          DPLL ACTION_7 Position/Value Request
GTM_DPLL_PSA8   0xF0128220          DPLL ACTION_8 Position/Value Request
GTM_DPLL_PSA9   0xF0128224          DPLL ACTION_9 Position/Value Request
GTM_DPLL_PSA10  0xF0128228          DPLL ACTION_10 Position/Value Request
GTM_DPLL_PSA11  0xF012822C          DPLL ACTION_11 Position/Value Request
GTM_DPLL_PSA12  0xF0128230          DPLL ACTION_12 Position/Value Request
GTM_DPLL_PSA13  0xF0128234          DPLL ACTION_13 Position/Value Request
GTM_DPLL_PSA14  0xF0128238          DPLL ACTION_14 Position/Value Request
GTM_DPLL_PSA15  0xF012823C          DPLL ACTION_15 Position/Value Request
GTM_DPLL_PSA16  0xF0128240          DPLL ACTION_16 Position/Value Request
GTM_DPLL_PSA17  0xF0128244          DPLL ACTION_17 Position/Value Request
GTM_DPLL_PSA18  0xF0128248          DPLL ACTION_18 Position/Value Request
GTM_DPLL_PSA19  0xF012824C          DPLL ACTION_19 Position/Value Request
GTM_DPLL_PSA20  0xF0128250          DPLL ACTION_20 Position/Value Request
GTM_DPLL_PSA21  0xF0128254          DPLL ACTION_21 Position/Value Request
GTM_DPLL_PSA22  0xF0128258          DPLL ACTION_22 Position/Value Request
GTM_DPLL_PSA23  0xF012825C          DPLL ACTION_23 Position/Value Request
GTM_DPLL_PSA24  0xF0128260          DPLL ACTION_24 Position/Value Request
GTM_DPLL_PSA25  0xF0128264          DPLL ACTION_25 Position/Value Request
GTM_DPLL_PSA26  0xF0128268          DPLL ACTION_26 Position/Value Request
GTM_DPLL_PSA27  0xF012826C          DPLL ACTION_27 Position/Value Request
GTM_DPLL_PSA28  0xF0128270          DPLL ACTION_28 Position/Value Request
GTM_DPLL_PSA29  0xF0128274          DPLL ACTION_29 Position/Value Request
GTM_DPLL_PSA30  0xF0128278          DPLL ACTION_30 Position/Value Request
GTM_DPLL_PSA31  0xF012827C          DPLL ACTION_31 Position/Value Request
GTM_DPLL_DLA0   0xF0128280          DPLL ACTION_i Time to React before PSA0
GTM_DPLL_DLA1   0xF0128284          DPLL ACTION_i Time to React before PSA1
GTM_DPLL_DLA2   0xF0128288          DPLL ACTION_i Time to React before PSA2
GTM_DPLL_DLA3   0xF012828C          DPLL ACTION_i Time to React before PSA3
GTM_DPLL_DLA4   0xF0128290          DPLL ACTION_i Time to React before PSA4
GTM_DPLL_DLA5   0xF0128294          DPLL ACTION_i Time to React before PSA5
GTM_DPLL_DLA6   0xF0128298          DPLL ACTION_i Time to React before PSA6
GTM_DPLL_DLA7   0xF012829C          DPLL ACTION_i Time to React before PSA7
GTM_DPLL_DLA8   0xF01282A0          DPLL ACTION_i Time to React before PSA8
GTM_DPLL_DLA9   0xF01282A4          DPLL ACTION_i Time to React before PSA9
GTM_DPLL_DLA10  0xF01282A8          DPLL ACTION_i Time to React before PSA10
GTM_DPLL_DLA11  0xF01282AC          DPLL ACTION_i Time to React before PSA11
GTM_DPLL_DLA12  0xF01282B0          DPLL ACTION_i Time to React before PSA12
GTM_DPLL_DLA13  0xF01282B4          DPLL ACTION_i Time to React before PSA13
GTM_DPLL_DLA14  0xF01282B8          DPLL ACTION_i Time to React before PSA14
GTM_DPLL_DLA15  0xF01282BC          DPLL ACTION_i Time to React before PSA15
GTM_DPLL_DLA16  0xF01282C0          DPLL ACTION_i Time to React before PSA16
GTM_DPLL_DLA17  0xF01282C4          DPLL ACTION_i Time to React before PSA17
GTM_DPLL_DLA18  0xF01282C8          DPLL ACTION_i Time to React before PSA18
GTM_DPLL_DLA19  0xF01282CC          DPLL ACTION_i Time to React before PSA19
GTM_DPLL_DLA20  0xF01282D0          DPLL ACTION_i Time to React before PSA20
GTM_DPLL_DLA21  0xF01282D4          DPLL ACTION_i Time to React before PSA21
GTM_DPLL_DLA22  0xF01282D8          DPLL ACTION_i Time to React before PSA22
GTM_DPLL_DLA23  0xF01282DC          DPLL ACTION_i Time to React before PSA23
GTM_DPLL_DLA24  0xF01282E0          DPLL ACTION_i Time to React before PSA24
GTM_DPLL_DLA25  0xF01282E4          DPLL ACTION_i Time to React before PSA25
GTM_DPLL_DLA26  0xF01282E8          DPLL ACTION_i Time to React before PSA26
GTM_DPLL_DLA27  0xF01282EC          DPLL ACTION_i Time to React before PSA27
GTM_DPLL_DLA28  0xF01282F0          DPLL ACTION_i Time to React before PSA28
GTM_DPLL_DLA29  0xF01282F4          DPLL ACTION_i Time to React before PSA29
GTM_DPLL_DLA30  0xF01282F8          DPLL ACTION_i Time to React before PSA30
GTM_DPLL_DLA31  0xF01282FC          DPLL ACTION_i Time to React before PSA31
GTM_DPLL_NA0    0xF0128300          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_0
GTM_DPLL_NA1    0xF0128304          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_1
GTM_DPLL_NA2    0xF0128308          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_2
GTM_DPLL_NA3    0xF012830C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_3
GTM_DPLL_NA4    0xF0128310          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_4
GTM_DPLL_NA5    0xF0128314          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_5
GTM_DPLL_NA6    0xF0128318          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_6
GTM_DPLL_NA7    0xF012831C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_7
GTM_DPLL_NA8    0xF0128320          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_8
GTM_DPLL_NA9    0xF0128324          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_9
GTM_DPLL_NA10   0xF0128328          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_10
GTM_DPLL_NA11   0xF012832C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_11
GTM_DPLL_NA12   0xF0128330          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_12
GTM_DPLL_NA13   0xF0128334          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_13
GTM_DPLL_NA14   0xF0128338          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_14
GTM_DPLL_NA15   0xF012833C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_15
GTM_DPLL_NA16   0xF0128340          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_16
GTM_DPLL_NA17   0xF0128344          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_17
GTM_DPLL_NA18   0xF0128348          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_18
GTM_DPLL_NA19   0xF012834C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_19
GTM_DPLL_NA20   0xF0128350          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_20
GTM_DPLL_NA21   0xF0128354          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_21
GTM_DPLL_NA22   0xF0128358          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_22
GTM_DPLL_NA23   0xF012835C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_23
GTM_DPLL_NA24   0xF0128360          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_24
GTM_DPLL_NA25   0xF0128364          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_25
GTM_DPLL_NA26   0xF0128368          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_26
GTM_DPLL_NA27   0xF012836C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_27
GTM_DPLL_NA28   0xF0128370          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_28
GTM_DPLL_NA29   0xF0128374          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_29
GTM_DPLL_NA30   0xF0128378          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_30
GTM_DPLL_NA31   0xF012837C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_31
GTM_DPLL_DTA0   0xF0128380          DPLL Calculated Relative TIME to ACTION_0
GTM_DPLL_DTA1   0xF0128384          DPLL Calculated Relative TIME to ACTION_1
GTM_DPLL_DTA2   0xF0128388          DPLL Calculated Relative TIME to ACTION_2
GTM_DPLL_DTA3   0xF012838C          DPLL Calculated Relative TIME to ACTION_3
GTM_DPLL_DTA4   0xF0128390          DPLL Calculated Relative TIME to ACTION_4
GTM_DPLL_DTA5   0xF0128394          DPLL Calculated Relative TIME to ACTION_5
GTM_DPLL_DTA6   0xF0128398          DPLL Calculated Relative TIME to ACTION_6
GTM_DPLL_DTA7   0xF012839C          DPLL Calculated Relative TIME to ACTION_7
GTM_DPLL_DTA8   0xF01283A0          DPLL Calculated Relative TIME to ACTION_8
GTM_DPLL_DTA9   0xF01283A4          DPLL Calculated Relative TIME to ACTION_9
GTM_DPLL_DTA10  0xF01283A8          DPLL Calculated Relative TIME to ACTION_10
GTM_DPLL_DTA11  0xF01283AC          DPLL Calculated Relative TIME to ACTION_11
GTM_DPLL_DTA12  0xF01283B0          DPLL Calculated Relative TIME to ACTION_12
GTM_DPLL_DTA13  0xF01283B4          DPLL Calculated Relative TIME to ACTION_13
GTM_DPLL_DTA14  0xF01283B8          DPLL Calculated Relative TIME to ACTION_14
GTM_DPLL_DTA15  0xF01283BC          DPLL Calculated Relative TIME to ACTION_15
GTM_DPLL_DTA16  0xF01283C0          DPLL Calculated Relative TIME to ACTION_16
GTM_DPLL_DTA17  0xF01283C4          DPLL Calculated Relative TIME to ACTION_17
GTM_DPLL_DTA18  0xF01283C8          DPLL Calculated Relative TIME to ACTION_18
GTM_DPLL_DTA19  0xF01283CC          DPLL Calculated Relative TIME to ACTION_19
GTM_DPLL_DTA20  0xF01283D0          DPLL Calculated Relative TIME to ACTION_20
GTM_DPLL_DTA21  0xF01283D4          DPLL Calculated Relative TIME to ACTION_21
GTM_DPLL_DTA22  0xF01283D8          DPLL Calculated Relative TIME to ACTION_22
GTM_DPLL_DTA23  0xF01283DC          DPLL Calculated Relative TIME to ACTION_23
GTM_DPLL_DTA24  0xF01283E0          DPLL Calculated Relative TIME to ACTION_24
GTM_DPLL_DTA25  0xF01283E4          DPLL Calculated Relative TIME to ACTION_25
GTM_DPLL_DTA26  0xF01283E8          DPLL Calculated Relative TIME to ACTION_26
GTM_DPLL_DTA27  0xF01283EC          DPLL Calculated Relative TIME to ACTION_27
GTM_DPLL_DTA28  0xF01283F0          DPLL Calculated Relative TIME to ACTION_28
GTM_DPLL_DTA29  0xF01283F4          DPLL Calculated Relative TIME to ACTION_29
GTM_DPLL_DTA30  0xF01283F8          DPLL Calculated Relative TIME to ACTION_30
GTM_DPLL_DTA31  0xF01283FC          DPLL Calculated Relative TIME to ACTION_31
GTM_DPLL_TS_T   0xF0128400          DPLL Actual TRIGGER Time Stamp Value
GTM_DPLL_TS_T_OLD 0xF0128404          DPLL Previous TRIGGER Time Stamp Value
GTM_DPLL_FTV_T  0xF0128408          DPLL Actual TRIGGER Filter Value
GTM_DPLL_TS_S   0xF0128410          DPLL Actual STATE Time Stamp
GTM_DPLL_TS_S_OLD 0xF0128414          DPLL Previous STATE Time Stamp
GTM_DPLL_FTV_S  0xF0128418          DPLL Actual STATE Filter Value
GTM_DPLL_THMI   0xF0128420          DPLL TRIGGER Hold Time Minimum Value
GTM_DPLL_THMA   0xF0128424          DPLL TRIGGER Hold Time Maximum Value
GTM_DPLL_THVAL  0xF0128428          DPLL Measured TRIGGER Hold Time Value
GTM_DPLL_TOV    0xF0128430          DPLL Time Out Value of Active TRIGGER Slope
GTM_DPLL_TOV_S  0xF0128434          DPLL Time Out Value of Active STATE Slope
GTM_DPLL_ADD_IN_CAL1 0xF0128438          DPLL Calculated ADD_IN Value for SUB_INC1 Generation
GTM_DPLL_ADD_IN_CAL2 0xF012843C          DPLL Calculated ADD_IN Value for SUB_INC2 Generation
GTM_DPLL_MPVAL1 0xF0128440          DPLL Missing Pulses to be Added or Subtracted Directly 1
GTM_DPLL_MPVAL2 0xF0128444          DPLL Missing Pulses to be Added or Subtracted Directly 2
GTM_DPLL_NMB_T_TAR 0xF0128448          DPLL Target Number of Pulses to be Sent in Normal Mode
GTM_DPLL_NMB_T_TAR_OLD 0xF012844C          DPLL Last but One Target Number of Pulses to be Sent in Normal Mode
GTM_DPLL_NMB_S_TAR 0xF0128450          DPLL Target Number of Pulses to be Sent in Emergency Mode
GTM_DPLL_NMB_S_TAR_OLD 0xF0128454          DPLL Last but One Target Number of Pulses to be Sent in Emergency Mode
GTM_DPLL_RCDT_TX 0xF0128460          DPLL Reciprocal Value of the Expected Increment Duration of TRIGGER
GTM_DPLL_RCDT_SX 0xF0128464          DPLL Reciprocal Value of the Expected Increment Duration of STATE
GTM_DPLL_RCDT_TX_NOM 0xF0128468          DPLL Reciprocal Value of the Expected Nominal Increment Duration of TRIGGER
GTM_DPLL_RCDT_SX_NOM 0xF012846C          DPLL Reciprocal Value of the Expected Nominal Increment Duration of STATE
GTM_DPLL_RDT_T_ACT 0xF0128470          DPLL Reciprocal Value of the Last Increment of TRIGGER
GTM_DPLL_RDT_S_ACT 0xF0128474          DPLL Reciprocal Value of the Last Increment of STATE
GTM_DPLL_DT_T_ACT 0xF0128478          DPLL Duration of the Last TRIGGER Increment
GTM_DPLL_DT_S_ACT 0xF012847C          DPLL Duration of the Last STATE Increment
GTM_DPLL_EDT_T  0xF0128480          DPLL Difference of Prediction to Actual Value of the Last TRIGGER Increment
GTM_DPLL_MEDT_T 0xF0128484          DPLL Weighted Difference of Prediction Errors of TRIGGER
GTM_DPLL_EDT_S  0xF0128488          DPLL Difference of Prediction to Actual Value of the Last STATE Increment
GTM_DPLL_MEDT_S 0xF012848C          DPLL Weighted Difference of Prediction Errors of STATE
GTM_DPLL_CDT_TX 0xF0128490          DPLL Prediction of the Actual TRIGGER Increment Duration
GTM_DPLL_CDT_SX 0xF0128494          DPLL Prediction of the Actual STATE Increment Duration
GTM_DPLL_CDT_TX_NOM 0xF0128498          DPLL Prediction of the Nominal TRIGGER Increment Duration
GTM_DPLL_CDT_SX_NOM 0xF012849C          DPLL Prediction of the Nominal STATE Increment Duration
GTM_DPLL_TLR    0xF01284A0          DPLL TRIGGER Locking Range
GTM_DPLL_SLR    0xF01284A4          DPLL STATE Locking Range
GTM_DPLL_PDT_0  0xF0128500          DPLL Projected Increment Sum Relations for Action 0
GTM_DPLL_PDT_1  0xF0128504          DPLL Projected Increment Sum Relations for Action 1
GTM_DPLL_PDT_2  0xF0128508          DPLL Projected Increment Sum Relations for Action 2
GTM_DPLL_PDT_3  0xF012850C          DPLL Projected Increment Sum Relations for Action 3
GTM_DPLL_PDT_4  0xF0128510          DPLL Projected Increment Sum Relations for Action 4
GTM_DPLL_PDT_5  0xF0128514          DPLL Projected Increment Sum Relations for Action 5
GTM_DPLL_PDT_6  0xF0128518          DPLL Projected Increment Sum Relations for Action 6
GTM_DPLL_PDT_7  0xF012851C          DPLL Projected Increment Sum Relations for Action 7
GTM_DPLL_PDT_8  0xF0128520          DPLL Projected Increment Sum Relations for Action 8
GTM_DPLL_PDT_9  0xF0128524          DPLL Projected Increment Sum Relations for Action 9
GTM_DPLL_PDT_10 0xF0128528          DPLL Projected Increment Sum Relations for Action 10
GTM_DPLL_PDT_11 0xF012852C          DPLL Projected Increment Sum Relations for Action 11
GTM_DPLL_PDT_12 0xF0128530          DPLL Projected Increment Sum Relations for Action 12
GTM_DPLL_PDT_13 0xF0128534          DPLL Projected Increment Sum Relations for Action 13
GTM_DPLL_PDT_14 0xF0128538          DPLL Projected Increment Sum Relations for Action 14
GTM_DPLL_PDT_15 0xF012853C          DPLL Projected Increment Sum Relations for Action 15
GTM_DPLL_PDT_16 0xF0128540          DPLL Projected Increment Sum Relations for Action 16
GTM_DPLL_PDT_17 0xF0128544          DPLL Projected Increment Sum Relations for Action 17
GTM_DPLL_PDT_18 0xF0128548          DPLL Projected Increment Sum Relations for Action 18
GTM_DPLL_PDT_19 0xF012854C          DPLL Projected Increment Sum Relations for Action 19
GTM_DPLL_PDT_20 0xF0128550          DPLL Projected Increment Sum Relations for Action 20
GTM_DPLL_PDT_21 0xF0128554          DPLL Projected Increment Sum Relations for Action 21
GTM_DPLL_PDT_22 0xF0128558          DPLL Projected Increment Sum Relations for Action 22
GTM_DPLL_PDT_23 0xF012855C          DPLL Projected Increment Sum Relations for Action 23
GTM_DPLL_PDT_24 0xF0128560          DPLL Projected Increment Sum Relations for Action 24
GTM_DPLL_PDT_25 0xF0128564          DPLL Projected Increment Sum Relations for Action 25
GTM_DPLL_PDT_26 0xF0128568          DPLL Projected Increment Sum Relations for Action 26
GTM_DPLL_PDT_27 0xF012856C          DPLL Projected Increment Sum Relations for Action 27
GTM_DPLL_PDT_28 0xF0128570          DPLL Projected Increment Sum Relations for Action 28
GTM_DPLL_PDT_29 0xF0128574          DPLL Projected Increment Sum Relations for Action 29
GTM_DPLL_PDT_30 0xF0128578          DPLL Projected Increment Sum Relations for Action 30
GTM_DPLL_PDT_31 0xF012857C          DPLL Projected Increment Sum Relations for Action 31
GTM_DPLL_MLS1   0xF01285C0          DPLL Calculated Number of Sub-Pulses between two Nominal STATE Events for SMC = 0
GTM_DPLL_MLS2   0xF01285C4          DPLL Calculated Number of Sub-Pulses between two Nominal STATE Events for SMC = 1 and RMO = 1
GTM_DPLL_CNT_NUM_1 0xF01285C8          DPLL Number of Sub-Pulses of SUB_INC1 in Continuous Mode
GTM_DPLL_CNT_NUM_2 0xF01285CC          DPLL Number of Sub-Pulses of SUB_INC2 in Continuous Mode
GTM_DPLL_PVT    0xF01285D0          DPLL Plausibility Value of Next TRIGGER Slope
GTM_DPLL_PSTC   0xF01285E0          DPLL Actual Calculated Position Stamp of TRIGGER
GTM_DPLL_PSSC   0xF01285E4          DPLL Actual Calculated Position Stamp of STATE
GTM_DPLL_PSTM   0xF01285E8          DPLL Measured Position Stamp at Last TRIGGER Input
GTM_DPLL_PSTM_OLD 0xF01285EC          DPLL Measured Position Stamp at Last but One TRIGGER Input
GTM_DPLL_PSSM   0xF01285F0          DPLL Measured Position Stamp at Last STATE Input
GTM_DPLL_PSSM_OLD 0xF01285F4          DPLL Measured Position Stamp at Last but One STATE Input
GTM_DPLL_NMB_T  0xF01285F8          DPLL Number of Pulses to be Sent in Normal Mode
GTM_DPLL_NMB_S  0xF01285FC          DPLL Number of Pulses to be Sent in Emergency Mode
GTM_DPLL_RDT_S0 0xF0128600          DPLL Reciprocal Values of the Nominal STATE 0 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S1 0xF0128604          DPLL Reciprocal Values of the Nominal STATE 1 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S2 0xF0128608          DPLL Reciprocal Values of the Nominal STATE 2 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S3 0xF012860C          DPLL Reciprocal Values of the Nominal STATE 3 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S4 0xF0128610          DPLL Reciprocal Values of the Nominal STATE 4 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S5 0xF0128614          DPLL Reciprocal Values of the Nominal STATE 5 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S6 0xF0128618          DPLL Reciprocal Values of the Nominal STATE 6 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S7 0xF012861C          DPLL Reciprocal Values of the Nominal STATE 7 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S8 0xF0128620          DPLL Reciprocal Values of the Nominal STATE 8 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S9 0xF0128624          DPLL Reciprocal Values of the Nominal STATE 9 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S10 0xF0128628          DPLL Reciprocal Values of the Nominal STATE 10 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S11 0xF012862C          DPLL Reciprocal Values of the Nominal STATE 11 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S12 0xF0128630          DPLL Reciprocal Values of the Nominal STATE 12 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S13 0xF0128634          DPLL Reciprocal Values of the Nominal STATE 13 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S14 0xF0128638          DPLL Reciprocal Values of the Nominal STATE 14 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S15 0xF012863C          DPLL Reciprocal Values of the Nominal STATE 15 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S16 0xF0128640          DPLL Reciprocal Values of the Nominal STATE 16 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S17 0xF0128644          DPLL Reciprocal Values of the Nominal STATE 17 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S18 0xF0128648          DPLL Reciprocal Values of the Nominal STATE 18 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S19 0xF012864C          DPLL Reciprocal Values of the Nominal STATE 19 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S20 0xF0128650          DPLL Reciprocal Values of the Nominal STATE 20 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S21 0xF0128654          DPLL Reciprocal Values of the Nominal STATE 21 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S22 0xF0128658          DPLL Reciprocal Values of the Nominal STATE 22 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S23 0xF012865C          DPLL Reciprocal Values of the Nominal STATE 23 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S24 0xF0128660          DPLL Reciprocal Values of the Nominal STATE 24 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S25 0xF0128664          DPLL Reciprocal Values of the Nominal STATE 25 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S26 0xF0128668          DPLL Reciprocal Values of the Nominal STATE 26 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S27 0xF012866C          DPLL Reciprocal Values of the Nominal STATE 27 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S28 0xF0128670          DPLL Reciprocal Values of the Nominal STATE 28 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S29 0xF0128674          DPLL Reciprocal Values of the Nominal STATE 29 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S30 0xF0128678          DPLL Reciprocal Values of the Nominal STATE 30 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S31 0xF012867C          DPLL Reciprocal Values of the Nominal STATE 31 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S32 0xF0128680          DPLL Reciprocal Values of the Nominal STATE 32 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S33 0xF0128684          DPLL Reciprocal Values of the Nominal STATE 33 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S34 0xF0128688          DPLL Reciprocal Values of the Nominal STATE 34 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S35 0xF012868C          DPLL Reciprocal Values of the Nominal STATE 35 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S36 0xF0128690          DPLL Reciprocal Values of the Nominal STATE 36 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S37 0xF0128694          DPLL Reciprocal Values of the Nominal STATE 37 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S38 0xF0128698          DPLL Reciprocal Values of the Nominal STATE 38 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S39 0xF012869C          DPLL Reciprocal Values of the Nominal STATE 39 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S40 0xF01286A0          DPLL Reciprocal Values of the Nominal STATE 40 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S41 0xF01286A4          DPLL Reciprocal Values of the Nominal STATE 41 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S42 0xF01286A8          DPLL Reciprocal Values of the Nominal STATE 42 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S43 0xF01286AC          DPLL Reciprocal Values of the Nominal STATE 43 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S44 0xF01286B0          DPLL Reciprocal Values of the Nominal STATE 44 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S45 0xF01286B4          DPLL Reciprocal Values of the Nominal STATE 45 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S46 0xF01286B8          DPLL Reciprocal Values of the Nominal STATE 46 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S47 0xF01286BC          DPLL Reciprocal Values of the Nominal STATE 47 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S48 0xF01286C0          DPLL Reciprocal Values of the Nominal STATE 48 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S49 0xF01286C4          DPLL Reciprocal Values of the Nominal STATE 49 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S50 0xF01286C8          DPLL Reciprocal Values of the Nominal STATE 50 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S51 0xF01286CC          DPLL Reciprocal Values of the Nominal STATE 51 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S52 0xF01286D0          DPLL Reciprocal Values of the Nominal STATE 52 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S53 0xF01286D4          DPLL Reciprocal Values of the Nominal STATE 53 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S54 0xF01286D8          DPLL Reciprocal Values of the Nominal STATE 54 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S55 0xF01286DC          DPLL Reciprocal Values of the Nominal STATE 55 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S56 0xF01286E0          DPLL Reciprocal Values of the Nominal STATE 56 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S57 0xF01286E4          DPLL Reciprocal Values of the Nominal STATE 57 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S58 0xF01286E8          DPLL Reciprocal Values of the Nominal STATE 58 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S59 0xF01286EC          DPLL Reciprocal Values of the Nominal STATE 59 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S60 0xF01286F0          DPLL Reciprocal Values of the Nominal STATE 60 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S61 0xF01286F4          DPLL Reciprocal Values of the Nominal STATE 61 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S62 0xF01286F8          DPLL Reciprocal Values of the Nominal STATE 62 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S63 0xF01286FC          DPLL Reciprocal Values of the Nominal STATE 63 Increment Duration in FULL_SCALE
GTM_DPLL_TSF_S0 0xF0128700          DPLL Time Stamp Values of the Nominal STATE 0 Events in FULL_SCALE
GTM_DPLL_TSF_S1 0xF0128704          DPLL Time Stamp Values of the Nominal STATE 1 Events in FULL_SCALE
GTM_DPLL_TSF_S2 0xF0128708          DPLL Time Stamp Values of the Nominal STATE 2 Events in FULL_SCALE
GTM_DPLL_TSF_S3 0xF012870C          DPLL Time Stamp Values of the Nominal STATE 3 Events in FULL_SCALE
GTM_DPLL_TSF_S4 0xF0128710          DPLL Time Stamp Values of the Nominal STATE 4 Events in FULL_SCALE
GTM_DPLL_TSF_S5 0xF0128714          DPLL Time Stamp Values of the Nominal STATE 5 Events in FULL_SCALE
GTM_DPLL_TSF_S6 0xF0128718          DPLL Time Stamp Values of the Nominal STATE 6 Events in FULL_SCALE
GTM_DPLL_TSF_S7 0xF012871C          DPLL Time Stamp Values of the Nominal STATE 7 Events in FULL_SCALE
GTM_DPLL_TSF_S8 0xF0128720          DPLL Time Stamp Values of the Nominal STATE 8 Events in FULL_SCALE
GTM_DPLL_TSF_S9 0xF0128724          DPLL Time Stamp Values of the Nominal STATE 9 Events in FULL_SCALE
GTM_DPLL_TSF_S10 0xF0128728          DPLL Time Stamp Values of the Nominal STATE 10 Events in FULL_SCALE
GTM_DPLL_TSF_S11 0xF012872C          DPLL Time Stamp Values of the Nominal STATE 11 Events in FULL_SCALE
GTM_DPLL_TSF_S12 0xF0128730          DPLL Time Stamp Values of the Nominal STATE 12 Events in FULL_SCALE
GTM_DPLL_TSF_S13 0xF0128734          DPLL Time Stamp Values of the Nominal STATE 13 Events in FULL_SCALE
GTM_DPLL_TSF_S14 0xF0128738          DPLL Time Stamp Values of the Nominal STATE 14 Events in FULL_SCALE
GTM_DPLL_TSF_S15 0xF012873C          DPLL Time Stamp Values of the Nominal STATE 15 Events in FULL_SCALE
GTM_DPLL_TSF_S16 0xF0128740          DPLL Time Stamp Values of the Nominal STATE 16 Events in FULL_SCALE
GTM_DPLL_TSF_S17 0xF0128744          DPLL Time Stamp Values of the Nominal STATE 17 Events in FULL_SCALE
GTM_DPLL_TSF_S18 0xF0128748          DPLL Time Stamp Values of the Nominal STATE 18 Events in FULL_SCALE
GTM_DPLL_TSF_S19 0xF012874C          DPLL Time Stamp Values of the Nominal STATE 19 Events in FULL_SCALE
GTM_DPLL_TSF_S20 0xF0128750          DPLL Time Stamp Values of the Nominal STATE 20 Events in FULL_SCALE
GTM_DPLL_TSF_S21 0xF0128754          DPLL Time Stamp Values of the Nominal STATE 21 Events in FULL_SCALE
GTM_DPLL_TSF_S22 0xF0128758          DPLL Time Stamp Values of the Nominal STATE 22 Events in FULL_SCALE
GTM_DPLL_TSF_S23 0xF012875C          DPLL Time Stamp Values of the Nominal STATE 23 Events in FULL_SCALE
GTM_DPLL_TSF_S24 0xF0128760          DPLL Time Stamp Values of the Nominal STATE 24 Events in FULL_SCALE
GTM_DPLL_TSF_S25 0xF0128764          DPLL Time Stamp Values of the Nominal STATE 25 Events in FULL_SCALE
GTM_DPLL_TSF_S26 0xF0128768          DPLL Time Stamp Values of the Nominal STATE 26 Events in FULL_SCALE
GTM_DPLL_TSF_S27 0xF012876C          DPLL Time Stamp Values of the Nominal STATE 27 Events in FULL_SCALE
GTM_DPLL_TSF_S28 0xF0128770          DPLL Time Stamp Values of the Nominal STATE 28 Events in FULL_SCALE
GTM_DPLL_TSF_S29 0xF0128774          DPLL Time Stamp Values of the Nominal STATE 29 Events in FULL_SCALE
GTM_DPLL_TSF_S30 0xF0128778          DPLL Time Stamp Values of the Nominal STATE 30 Events in FULL_SCALE
GTM_DPLL_TSF_S31 0xF012877C          DPLL Time Stamp Values of the Nominal STATE 31 Events in FULL_SCALE
GTM_DPLL_TSF_S32 0xF0128780          DPLL Time Stamp Values of the Nominal STATE 32 Events in FULL_SCALE
GTM_DPLL_TSF_S33 0xF0128784          DPLL Time Stamp Values of the Nominal STATE 33 Events in FULL_SCALE
GTM_DPLL_TSF_S34 0xF0128788          DPLL Time Stamp Values of the Nominal STATE 34 Events in FULL_SCALE
GTM_DPLL_TSF_S35 0xF012878C          DPLL Time Stamp Values of the Nominal STATE 35 Events in FULL_SCALE
GTM_DPLL_TSF_S36 0xF0128790          DPLL Time Stamp Values of the Nominal STATE 36 Events in FULL_SCALE
GTM_DPLL_TSF_S37 0xF0128794          DPLL Time Stamp Values of the Nominal STATE 37 Events in FULL_SCALE
GTM_DPLL_TSF_S38 0xF0128798          DPLL Time Stamp Values of the Nominal STATE 38 Events in FULL_SCALE
GTM_DPLL_TSF_S39 0xF012879C          DPLL Time Stamp Values of the Nominal STATE 39 Events in FULL_SCALE
GTM_DPLL_TSF_S40 0xF01287A0          DPLL Time Stamp Values of the Nominal STATE 40 Events in FULL_SCALE
GTM_DPLL_TSF_S41 0xF01287A4          DPLL Time Stamp Values of the Nominal STATE 41 Events in FULL_SCALE
GTM_DPLL_TSF_S42 0xF01287A8          DPLL Time Stamp Values of the Nominal STATE 42 Events in FULL_SCALE
GTM_DPLL_TSF_S43 0xF01287AC          DPLL Time Stamp Values of the Nominal STATE 43 Events in FULL_SCALE
GTM_DPLL_TSF_S44 0xF01287B0          DPLL Time Stamp Values of the Nominal STATE 44 Events in FULL_SCALE
GTM_DPLL_TSF_S45 0xF01287B4          DPLL Time Stamp Values of the Nominal STATE 45 Events in FULL_SCALE
GTM_DPLL_TSF_S46 0xF01287B8          DPLL Time Stamp Values of the Nominal STATE 46 Events in FULL_SCALE
GTM_DPLL_TSF_S47 0xF01287BC          DPLL Time Stamp Values of the Nominal STATE 47 Events in FULL_SCALE
GTM_DPLL_TSF_S48 0xF01287C0          DPLL Time Stamp Values of the Nominal STATE 48 Events in FULL_SCALE
GTM_DPLL_TSF_S49 0xF01287C4          DPLL Time Stamp Values of the Nominal STATE 49 Events in FULL_SCALE
GTM_DPLL_TSF_S50 0xF01287C8          DPLL Time Stamp Values of the Nominal STATE 50 Events in FULL_SCALE
GTM_DPLL_TSF_S51 0xF01287CC          DPLL Time Stamp Values of the Nominal STATE 51 Events in FULL_SCALE
GTM_DPLL_TSF_S52 0xF01287D0          DPLL Time Stamp Values of the Nominal STATE 52 Events in FULL_SCALE
GTM_DPLL_TSF_S53 0xF01287D4          DPLL Time Stamp Values of the Nominal STATE 53 Events in FULL_SCALE
GTM_DPLL_TSF_S54 0xF01287D8          DPLL Time Stamp Values of the Nominal STATE 54 Events in FULL_SCALE
GTM_DPLL_TSF_S55 0xF01287DC          DPLL Time Stamp Values of the Nominal STATE 55 Events in FULL_SCALE
GTM_DPLL_TSF_S56 0xF01287E0          DPLL Time Stamp Values of the Nominal STATE 56 Events in FULL_SCALE
GTM_DPLL_TSF_S57 0xF01287E4          DPLL Time Stamp Values of the Nominal STATE 57 Events in FULL_SCALE
GTM_DPLL_TSF_S58 0xF01287E8          DPLL Time Stamp Values of the Nominal STATE 58 Events in FULL_SCALE
GTM_DPLL_TSF_S59 0xF01287EC          DPLL Time Stamp Values of the Nominal STATE 59 Events in FULL_SCALE
GTM_DPLL_TSF_S60 0xF01287F0          DPLL Time Stamp Values of the Nominal STATE 60 Events in FULL_SCALE
GTM_DPLL_TSF_S61 0xF01287F4          DPLL Time Stamp Values of the Nominal STATE 61 Events in FULL_SCALE
GTM_DPLL_TSF_S62 0xF01287F8          DPLL Time Stamp Values of the Nominal STATE 62 Events in FULL_SCALE
GTM_DPLL_TSF_S63 0xF01287FC          DPLL Time Stamp Values of the Nominal STATE 63 Events in FULL_SCALE
GTM_DPLL_ADT_S0 0xF0128800          DPLL Adapt and Profile Values of the STATE 0 Increments in FULL_SCALE
GTM_DPLL_ADT_S1 0xF0128804          DPLL Adapt and Profile Values of the STATE 1 Increments in FULL_SCALE
GTM_DPLL_ADT_S2 0xF0128808          DPLL Adapt and Profile Values of the STATE 2 Increments in FULL_SCALE
GTM_DPLL_ADT_S3 0xF012880C          DPLL Adapt and Profile Values of the STATE 3 Increments in FULL_SCALE
GTM_DPLL_ADT_S4 0xF0128810          DPLL Adapt and Profile Values of the STATE 4 Increments in FULL_SCALE
GTM_DPLL_ADT_S5 0xF0128814          DPLL Adapt and Profile Values of the STATE 5 Increments in FULL_SCALE
GTM_DPLL_ADT_S6 0xF0128818          DPLL Adapt and Profile Values of the STATE 6 Increments in FULL_SCALE
GTM_DPLL_ADT_S7 0xF012881C          DPLL Adapt and Profile Values of the STATE 7 Increments in FULL_SCALE
GTM_DPLL_ADT_S8 0xF0128820          DPLL Adapt and Profile Values of the STATE 8 Increments in FULL_SCALE
GTM_DPLL_ADT_S9 0xF0128824          DPLL Adapt and Profile Values of the STATE 9 Increments in FULL_SCALE
GTM_DPLL_ADT_S10 0xF0128828          DPLL Adapt and Profile Values of the STATE 10 Increments in FULL_SCALE
GTM_DPLL_ADT_S11 0xF012882C          DPLL Adapt and Profile Values of the STATE 11 Increments in FULL_SCALE
GTM_DPLL_ADT_S12 0xF0128830          DPLL Adapt and Profile Values of the STATE 12 Increments in FULL_SCALE
GTM_DPLL_ADT_S13 0xF0128834          DPLL Adapt and Profile Values of the STATE 13 Increments in FULL_SCALE
GTM_DPLL_ADT_S14 0xF0128838          DPLL Adapt and Profile Values of the STATE 14 Increments in FULL_SCALE
GTM_DPLL_ADT_S15 0xF012883C          DPLL Adapt and Profile Values of the STATE 15 Increments in FULL_SCALE
GTM_DPLL_ADT_S16 0xF0128840          DPLL Adapt and Profile Values of the STATE 16 Increments in FULL_SCALE
GTM_DPLL_ADT_S17 0xF0128844          DPLL Adapt and Profile Values of the STATE 17 Increments in FULL_SCALE
GTM_DPLL_ADT_S18 0xF0128848          DPLL Adapt and Profile Values of the STATE 18 Increments in FULL_SCALE
GTM_DPLL_ADT_S19 0xF012884C          DPLL Adapt and Profile Values of the STATE 19 Increments in FULL_SCALE
GTM_DPLL_ADT_S20 0xF0128850          DPLL Adapt and Profile Values of the STATE 20 Increments in FULL_SCALE
GTM_DPLL_ADT_S21 0xF0128854          DPLL Adapt and Profile Values of the STATE 21 Increments in FULL_SCALE
GTM_DPLL_ADT_S22 0xF0128858          DPLL Adapt and Profile Values of the STATE 22 Increments in FULL_SCALE
GTM_DPLL_ADT_S23 0xF012885C          DPLL Adapt and Profile Values of the STATE 23 Increments in FULL_SCALE
GTM_DPLL_ADT_S24 0xF0128860          DPLL Adapt and Profile Values of the STATE 24 Increments in FULL_SCALE
GTM_DPLL_ADT_S25 0xF0128864          DPLL Adapt and Profile Values of the STATE 25 Increments in FULL_SCALE
GTM_DPLL_ADT_S26 0xF0128868          DPLL Adapt and Profile Values of the STATE 26 Increments in FULL_SCALE
GTM_DPLL_ADT_S27 0xF012886C          DPLL Adapt and Profile Values of the STATE 27 Increments in FULL_SCALE
GTM_DPLL_ADT_S28 0xF0128870          DPLL Adapt and Profile Values of the STATE 28 Increments in FULL_SCALE
GTM_DPLL_ADT_S29 0xF0128874          DPLL Adapt and Profile Values of the STATE 29 Increments in FULL_SCALE
GTM_DPLL_ADT_S30 0xF0128878          DPLL Adapt and Profile Values of the STATE 30 Increments in FULL_SCALE
GTM_DPLL_ADT_S31 0xF012887C          DPLL Adapt and Profile Values of the STATE 31 Increments in FULL_SCALE
GTM_DPLL_ADT_S32 0xF0128880          DPLL Adapt and Profile Values of the STATE 32 Increments in FULL_SCALE
GTM_DPLL_ADT_S33 0xF0128884          DPLL Adapt and Profile Values of the STATE 33 Increments in FULL_SCALE
GTM_DPLL_ADT_S34 0xF0128888          DPLL Adapt and Profile Values of the STATE 34 Increments in FULL_SCALE
GTM_DPLL_ADT_S35 0xF012888C          DPLL Adapt and Profile Values of the STATE 35 Increments in FULL_SCALE
GTM_DPLL_ADT_S36 0xF0128890          DPLL Adapt and Profile Values of the STATE 36 Increments in FULL_SCALE
GTM_DPLL_ADT_S37 0xF0128894          DPLL Adapt and Profile Values of the STATE 37 Increments in FULL_SCALE
GTM_DPLL_ADT_S38 0xF0128898          DPLL Adapt and Profile Values of the STATE 38 Increments in FULL_SCALE
GTM_DPLL_ADT_S39 0xF012889C          DPLL Adapt and Profile Values of the STATE 39 Increments in FULL_SCALE
GTM_DPLL_ADT_S40 0xF01288A0          DPLL Adapt and Profile Values of the STATE 40 Increments in FULL_SCALE
GTM_DPLL_ADT_S41 0xF01288A4          DPLL Adapt and Profile Values of the STATE 41 Increments in FULL_SCALE
GTM_DPLL_ADT_S42 0xF01288A8          DPLL Adapt and Profile Values of the STATE 42 Increments in FULL_SCALE
GTM_DPLL_ADT_S43 0xF01288AC          DPLL Adapt and Profile Values of the STATE 43 Increments in FULL_SCALE
GTM_DPLL_ADT_S44 0xF01288B0          DPLL Adapt and Profile Values of the STATE 44 Increments in FULL_SCALE
GTM_DPLL_ADT_S45 0xF01288B4          DPLL Adapt and Profile Values of the STATE 45 Increments in FULL_SCALE
GTM_DPLL_ADT_S46 0xF01288B8          DPLL Adapt and Profile Values of the STATE 46 Increments in FULL_SCALE
GTM_DPLL_ADT_S47 0xF01288BC          DPLL Adapt and Profile Values of the STATE 47 Increments in FULL_SCALE
GTM_DPLL_ADT_S48 0xF01288C0          DPLL Adapt and Profile Values of the STATE 48 Increments in FULL_SCALE
GTM_DPLL_ADT_S49 0xF01288C4          DPLL Adapt and Profile Values of the STATE 49 Increments in FULL_SCALE
GTM_DPLL_ADT_S50 0xF01288C8          DPLL Adapt and Profile Values of the STATE 50 Increments in FULL_SCALE
GTM_DPLL_ADT_S51 0xF01288CC          DPLL Adapt and Profile Values of the STATE 51 Increments in FULL_SCALE
GTM_DPLL_ADT_S52 0xF01288D0          DPLL Adapt and Profile Values of the STATE 52 Increments in FULL_SCALE
GTM_DPLL_ADT_S53 0xF01288D4          DPLL Adapt and Profile Values of the STATE 53 Increments in FULL_SCALE
GTM_DPLL_ADT_S54 0xF01288D8          DPLL Adapt and Profile Values of the STATE 54 Increments in FULL_SCALE
GTM_DPLL_ADT_S55 0xF01288DC          DPLL Adapt and Profile Values of the STATE 55 Increments in FULL_SCALE
GTM_DPLL_ADT_S56 0xF01288E0          DPLL Adapt and Profile Values of the STATE 56 Increments in FULL_SCALE
GTM_DPLL_ADT_S57 0xF01288E4          DPLL Adapt and Profile Values of the STATE 57 Increments in FULL_SCALE
GTM_DPLL_ADT_S58 0xF01288E8          DPLL Adapt and Profile Values of the STATE 58 Increments in FULL_SCALE
GTM_DPLL_ADT_S59 0xF01288EC          DPLL Adapt and Profile Values of the STATE 59 Increments in FULL_SCALE
GTM_DPLL_ADT_S60 0xF01288F0          DPLL Adapt and Profile Values of the STATE 60 Increments in FULL_SCALE
GTM_DPLL_ADT_S61 0xF01288F4          DPLL Adapt and Profile Values of the STATE 61 Increments in FULL_SCALE
GTM_DPLL_ADT_S62 0xF01288F8          DPLL Adapt and Profile Values of the STATE 62 Increments in FULL_SCALE
GTM_DPLL_ADT_S63 0xF01288FC          DPLL Adapt and Profile Values of the STATE 63 Increments in FULL_SCALE
GTM_DPLL_DT_S0  0xF0128900          DPLL Nominal STATE 0 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S1  0xF0128904          DPLL Nominal STATE 1 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S2  0xF0128908          DPLL Nominal STATE 2 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S3  0xF012890C          DPLL Nominal STATE 3 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S4  0xF0128910          DPLL Nominal STATE 4 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S5  0xF0128914          DPLL Nominal STATE 5 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S6  0xF0128918          DPLL Nominal STATE 6 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S7  0xF012891C          DPLL Nominal STATE 7 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S8  0xF0128920          DPLL Nominal STATE 8 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S9  0xF0128924          DPLL Nominal STATE 9 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S10 0xF0128928          DPLL Nominal STATE 10 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S11 0xF012892C          DPLL Nominal STATE 11 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S12 0xF0128930          DPLL Nominal STATE 12 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S13 0xF0128934          DPLL Nominal STATE 13 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S14 0xF0128938          DPLL Nominal STATE 14 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S15 0xF012893C          DPLL Nominal STATE 15 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S16 0xF0128940          DPLL Nominal STATE 16 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S17 0xF0128944          DPLL Nominal STATE 17 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S18 0xF0128948          DPLL Nominal STATE 18 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S19 0xF012894C          DPLL Nominal STATE 19 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S20 0xF0128950          DPLL Nominal STATE 20 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S21 0xF0128954          DPLL Nominal STATE 21 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S22 0xF0128958          DPLL Nominal STATE 22 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S23 0xF012895C          DPLL Nominal STATE 23 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S24 0xF0128960          DPLL Nominal STATE 24 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S25 0xF0128964          DPLL Nominal STATE 25 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S26 0xF0128968          DPLL Nominal STATE 26 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S27 0xF012896C          DPLL Nominal STATE 27 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S28 0xF0128970          DPLL Nominal STATE 28 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S29 0xF0128974          DPLL Nominal STATE 29 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S30 0xF0128978          DPLL Nominal STATE 30 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S31 0xF012897C          DPLL Nominal STATE 31 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S32 0xF0128980          DPLL Nominal STATE 32 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S33 0xF0128984          DPLL Nominal STATE 33 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S34 0xF0128988          DPLL Nominal STATE 34 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S35 0xF012898C          DPLL Nominal STATE 35 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S36 0xF0128990          DPLL Nominal STATE 36 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S37 0xF0128994          DPLL Nominal STATE 37 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S38 0xF0128998          DPLL Nominal STATE 38 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S39 0xF012899C          DPLL Nominal STATE 39 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S40 0xF01289A0          DPLL Nominal STATE 40 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S41 0xF01289A4          DPLL Nominal STATE 41 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S42 0xF01289A8          DPLL Nominal STATE 42 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S43 0xF01289AC          DPLL Nominal STATE 43 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S44 0xF01289B0          DPLL Nominal STATE 44 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S45 0xF01289B4          DPLL Nominal STATE 45 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S46 0xF01289B8          DPLL Nominal STATE 46 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S47 0xF01289BC          DPLL Nominal STATE 47 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S48 0xF01289C0          DPLL Nominal STATE 48 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S49 0xF01289C4          DPLL Nominal STATE 49 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S50 0xF01289C8          DPLL Nominal STATE 50 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S51 0xF01289CC          DPLL Nominal STATE 51 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S52 0xF01289D0          DPLL Nominal STATE 52 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S53 0xF01289D4          DPLL Nominal STATE 53 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S54 0xF01289D8          DPLL Nominal STATE 54 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S55 0xF01289DC          DPLL Nominal STATE 55 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S56 0xF01289E0          DPLL Nominal STATE 56 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S57 0xF01289E4          DPLL Nominal STATE 57 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S58 0xF01289E8          DPLL Nominal STATE 58 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S59 0xF01289EC          DPLL Nominal STATE 59 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S60 0xF01289F0          DPLL Nominal STATE 60 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S61 0xF01289F4          DPLL Nominal STATE 61 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S62 0xF01289F8          DPLL Nominal STATE 62 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S63 0xF01289FC          DPLL Nominal STATE 63 Increment Duration in FULL_SCALE
GTM_DPLL_TSAC0  0xF0128E00          DPLL Calculated Time Value to start Action 0 Register
GTM_DPLL_TSAC1  0xF0128E04          DPLL Calculated Time Value to start Action 1 Register
GTM_DPLL_TSAC2  0xF0128E08          DPLL Calculated Time Value to start Action 2 Register
GTM_DPLL_TSAC3  0xF0128E0C          DPLL Calculated Time Value to start Action 3 Register
GTM_DPLL_TSAC4  0xF0128E10          DPLL Calculated Time Value to start Action 4 Register
GTM_DPLL_TSAC5  0xF0128E14          DPLL Calculated Time Value to start Action 5 Register
GTM_DPLL_TSAC6  0xF0128E18          DPLL Calculated Time Value to start Action 6 Register
GTM_DPLL_TSAC7  0xF0128E1C          DPLL Calculated Time Value to start Action 7 Register
GTM_DPLL_TSAC8  0xF0128E20          DPLL Calculated Time Value to start Action 8 Register
GTM_DPLL_TSAC9  0xF0128E24          DPLL Calculated Time Value to start Action 9 Register
GTM_DPLL_TSAC10 0xF0128E28          DPLL Calculated Time Value to start Action 10 Register
GTM_DPLL_TSAC11 0xF0128E2C          DPLL Calculated Time Value to start Action 11 Register
GTM_DPLL_TSAC12 0xF0128E30          DPLL Calculated Time Value to start Action 12 Register
GTM_DPLL_TSAC13 0xF0128E34          DPLL Calculated Time Value to start Action 13 Register
GTM_DPLL_TSAC14 0xF0128E38          DPLL Calculated Time Value to start Action 14 Register
GTM_DPLL_TSAC15 0xF0128E3C          DPLL Calculated Time Value to start Action 15 Register
GTM_DPLL_TSAC16 0xF0128E40          DPLL Calculated Time Value to start Action 16 Register
GTM_DPLL_TSAC17 0xF0128E44          DPLL Calculated Time Value to start Action 17 Register
GTM_DPLL_TSAC18 0xF0128E48          DPLL Calculated Time Value to start Action 18 Register
GTM_DPLL_TSAC19 0xF0128E4C          DPLL Calculated Time Value to start Action 19 Register
GTM_DPLL_TSAC20 0xF0128E50          DPLL Calculated Time Value to start Action 20 Register
GTM_DPLL_TSAC21 0xF0128E54          DPLL Calculated Time Value to start Action 21 Register
GTM_DPLL_TSAC22 0xF0128E58          DPLL Calculated Time Value to start Action 22 Register
GTM_DPLL_TSAC23 0xF0128E5C          DPLL Calculated Time Value to start Action 23 Register
GTM_DPLL_TSAC24 0xF0128E60          DPLL Calculated Time Value to start Action 24 Register
GTM_DPLL_TSAC25 0xF0128E64          DPLL Calculated Time Value to start Action 25 Register
GTM_DPLL_TSAC26 0xF0128E68          DPLL Calculated Time Value to start Action 26 Register
GTM_DPLL_TSAC27 0xF0128E6C          DPLL Calculated Time Value to start Action 27 Register
GTM_DPLL_TSAC28 0xF0128E70          DPLL Calculated Time Value to start Action 28 Register
GTM_DPLL_TSAC29 0xF0128E74          DPLL Calculated Time Value to start Action 29 Register
GTM_DPLL_TSAC30 0xF0128E78          DPLL Calculated Time Value to start Action 30 Register
GTM_DPLL_TSAC31 0xF0128E7C          DPLL Calculated Time Value to start Action 31 Register
GTM_DPLL_PSAC0  0xF0128E80          DPLL ACTION Position/Value Action 0 Request Register
GTM_DPLL_PSAC1  0xF0128E84          DPLL ACTION Position/Value Action 1 Request Register
GTM_DPLL_PSAC2  0xF0128E88          DPLL ACTION Position/Value Action 2 Request Register
GTM_DPLL_PSAC3  0xF0128E8C          DPLL ACTION Position/Value Action 3 Request Register
GTM_DPLL_PSAC4  0xF0128E90          DPLL ACTION Position/Value Action 4 Request Register
GTM_DPLL_PSAC5  0xF0128E94          DPLL ACTION Position/Value Action 5 Request Register
GTM_DPLL_PSAC6  0xF0128E98          DPLL ACTION Position/Value Action 6 Request Register
GTM_DPLL_PSAC7  0xF0128E9C          DPLL ACTION Position/Value Action 7 Request Register
GTM_DPLL_PSAC8  0xF0128EA0          DPLL ACTION Position/Value Action 8 Request Register
GTM_DPLL_PSAC9  0xF0128EA4          DPLL ACTION Position/Value Action 9 Request Register
GTM_DPLL_PSAC10 0xF0128EA8          DPLL ACTION Position/Value Action 10 Request Register
GTM_DPLL_PSAC11 0xF0128EAC          DPLL ACTION Position/Value Action 11 Request Register
GTM_DPLL_PSAC12 0xF0128EB0          DPLL ACTION Position/Value Action 12 Request Register
GTM_DPLL_PSAC13 0xF0128EB4          DPLL ACTION Position/Value Action 13 Request Register
GTM_DPLL_PSAC14 0xF0128EB8          DPLL ACTION Position/Value Action 14 Request Register
GTM_DPLL_PSAC15 0xF0128EBC          DPLL ACTION Position/Value Action 15 Request Register
GTM_DPLL_PSAC16 0xF0128EC0          DPLL ACTION Position/Value Action 16 Request Register
GTM_DPLL_PSAC17 0xF0128EC4          DPLL ACTION Position/Value Action 17 Request Register
GTM_DPLL_PSAC18 0xF0128EC8          DPLL ACTION Position/Value Action 18 Request Register
GTM_DPLL_PSAC19 0xF0128ECC          DPLL ACTION Position/Value Action 19 Request Register
GTM_DPLL_PSAC20 0xF0128ED0          DPLL ACTION Position/Value Action 20 Request Register
GTM_DPLL_PSAC21 0xF0128ED4          DPLL ACTION Position/Value Action 21 Request Register
GTM_DPLL_PSAC22 0xF0128ED8          DPLL ACTION Position/Value Action 22 Request Register
GTM_DPLL_PSAC23 0xF0128EDC          DPLL ACTION Position/Value Action 23 Request Register
GTM_DPLL_PSAC24 0xF0128EE0          DPLL ACTION Position/Value Action 24 Request Register
GTM_DPLL_PSAC25 0xF0128EE4          DPLL ACTION Position/Value Action 25 Request Register
GTM_DPLL_PSAC26 0xF0128EE8          DPLL ACTION Position/Value Action 26 Request Register
GTM_DPLL_PSAC27 0xF0128EEC          DPLL ACTION Position/Value Action 27 Request Register
GTM_DPLL_PSAC28 0xF0128EF0          DPLL ACTION Position/Value Action 28 Request Register
GTM_DPLL_PSAC29 0xF0128EF4          DPLL ACTION Position/Value Action 29 Request Register
GTM_DPLL_PSAC30 0xF0128EF8          DPLL ACTION Position/Value Action 30 Request Register
GTM_DPLL_PSAC31 0xF0128EFC          DPLL ACTION Position/Value Action 31 Request Register
GTM_DPLL_ACB_0  0xF0128F00          DPLL Control Bits Register 0 for up to 32 Actions
GTM_DPLL_ACB_1  0xF0128F04          DPLL Control Bits Register 1 for up to 32 Actions
GTM_DPLL_ACB_2  0xF0128F08          DPLL Control Bits Register 2 for up to 32 Actions
GTM_DPLL_ACB_3  0xF0128F0C          DPLL Control Bits Register 3 for up to 32 Actions
GTM_DPLL_ACB_4  0xF0128F10          DPLL Control Bits Register 4 for up to 32 Actions
GTM_DPLL_ACB_5  0xF0128F14          DPLL Control Bits Register 5 for up to 32 Actions
GTM_DPLL_ACB_6  0xF0128F18          DPLL Control Bits Register 6 for up to 32 Actions
GTM_DPLL_ACB_7  0xF0128F1C          DPLL Control Bits Register 7 for up to 32 Actions
GTM_DPLL_CTRL_11 0xF0128F20          DPLL Control Register 11
GTM_DPLL_THVAL2 0xF0128F24          DPLL Immediate THVAL Value Register
GTM_DPLL_TIDEL  0xF0128F28          DPLL Additional TRIGGER Input Delay Register
GTM_DPLL_SIDEL  0xF0128F2C          DPLL Additional STATE Input Delay Register
GTM_DPLL_APS_SYNC_EXT 0xF0128F30          DPLL Extension Register for DPLL_APS_SYNC
GTM_DPLL_CTRL_EXT 0xF0128F34          DPLL Extension Register for DPLL_CTRL
GTM_DPLL_APS_EXT 0xF0128F38          DPLL Extension Register for DPLL_APS
GTM_DPLL_APS_1C3_EXT 0xF0128F3C          DPLL Extension Register for DPLL_APS_1C3
GTM_DPLL_STA    0xF0128F40          DPLL Status of the State Machine States Register
GTM_DPLL_INCF1_OFFSET 0xF0128F44          DPLL Start Value of the ADD_IN_ADDER1 Register
GTM_DPLL_INCF2_OFFSET 0xF0128F48          DPLL Start Value of the ADD_IN_ADDER2 Register
GTM_DPLL_DT_T_START 0xF0128F4C          DPLL Start Value of DPLL_DT_T_ACT for the First Increment after SIP1 is Set to 1
GTM_DPLL_DT_S_START 0xF0128F50          DPLL Start Value of DPLL_DT_S_ACT for the First Increment after SIP2 is Set to 1
GTM_DPLL_STA_MASK 0xF0128F54          DPLL Trigger Masks for Signals DPLL_STA_T and DPLL_STA_S
GTM_DPLL_STA_FLAG 0xF0128F58          DPLL STA Flag Register
GTM_DPLL_INC_CNT1_MASK 0xF0128F5C          DPLL INC_CNT1 Trigger Mask
GTM_DPLL_INC_CNT2_MASK 0xF0128F60          DPLL INC_CNT2 Trigger Mask
GTM_DPLL_NUSC_EXT1 0xF0128F64          DPLL Extension Register Number 1 for DPLL_NUSC 4
GTM_DPLL_NUSC_EXT2 0xF0128F68          DPLL Extension Register Number 2 for DPLL_NUSC 4
GTM_DPLL_CTN_MIN 0xF0128F6C          DPLL Minimum CDT_T Nominal Value Register
GTM_DPLL_CTN_MAX 0xF0128F70          DPLL Maximum CDT_T Nominal Value Register
GTM_DPLL_CSN_MIN 0xF0128F74          DPLL Minimum CDT_S Nominal Value Register
GTM_DPLL_CSN_MAX 0xF0128F78          DPLL Maximum CDT_S Nominal Value Register
GTM_CLC         0xF019FD00          Clock Control Register
GTM_RESET_CLR   0xF019FD04          Kernel Reset Status Clear Register
GTM_RESET1      0xF019FD08          Kernel Reset Register 0
GTM_RESET2      0xF019FD0C          Kernel Reset Register 1
GTM_ACCEN0      0xF019FD10          Access Enable Register 0
GTM_ACCEN1      0xF019FD14          Access Enable Register 1
GTM_OTBU0T      0xF019FD18          OCDS TBU0 Trigger Register
GTM_OTBU1T      0xF019FD1C          OCDS TBU1 Trigger Register
GTM_OTBU2T      0xF019FD20          OCDS TBU2 Trigger Register
GTM_OTBU3T      0xF019FD24          OCDS TBU3 Trigger Register
GTM_OTSS        0xF019FD28          OCDS Trigger Set Select Register
GTM_OTSC0       0xF019FD2C          OCDS Trigger Set Control 0 Register
GTM_OTSC1       0xF019FD30          OCDS Trigger Set Control 1 Register
GTM_ODA         0xF019FD34          OCDS Debug Access Register
GTM_OCS         0xF019FD38          OCDS Control and Status
GTM_TIM0INSEL   0xF019FD40          TIM0 Input Select Register
GTM_TIM1INSEL   0xF019FD44          TIM1 Input Select Register
GTM_TIM2INSEL   0xF019FD48          TIM2 Input Select Register
GTM_TIM3INSEL   0xF019FD4C          TIM3 Input Select Register
GTM_TIM4INSEL   0xF019FD50          TIM4 Input Select Register
GTM_TIM5INSEL   0xF019FD54          TIM5 Input Select Register
GTM_TOUTSEL0    0xF019FD60          Timer Output Select Register
GTM_TOUTSEL1    0xF019FD64          Timer Output Select Register
GTM_TOUTSEL2    0xF019FD68          Timer Output Select Register
GTM_TOUTSEL3    0xF019FD6C          Timer Output Select Register
GTM_TOUTSEL4    0xF019FD70          Timer Output Select Register
GTM_TOUTSEL5    0xF019FD74          Timer Output Select Register
GTM_TOUTSEL6    0xF019FD78          Timer Output Select Register
GTM_TOUTSEL7    0xF019FD7C          Timer Output Select Register
GTM_TOUTSEL8    0xF019FD80          Timer Output Select Register
GTM_TOUTSEL9    0xF019FD84          Timer Output Select Register
GTM_TOUTSEL10   0xF019FD88          Timer Output Select Register
GTM_TOUTSEL11   0xF019FD8C          Timer Output Select Register
GTM_TOUTSEL12   0xF019FD90          Timer Output Select Register
GTM_TOUTSEL13   0xF019FD94          Timer Output Select Register
GTM_TOUTSEL14   0xF019FD98          Timer Output Select Register
GTM_TOUTSEL15   0xF019FD9C          Timer Output Select Register
GTM_TOUTSEL16   0xF019FDA0          Timer Output Select Register
GTM_TOUTSEL17   0xF019FDA4          Timer Output Select Register
GTM_TOUTSEL18   0xF019FDA8          Timer Output Select Register
GTM_TOUTSEL19   0xF019FDAC          Timer Output Select Register
GTM_TOUTSEL20   0xF019FDB0          Timer Output Select Register
GTM_TOUTSEL21   0xF019FDB4          Timer Output Select Register
GTM_TOUTSEL22   0xF019FDB8          Timer Output Select Register
GTM_TOUTSEL23   0xF019FDBC          Timer Output Select Register
GTM_TOUTSEL24   0xF019FDC0          Timer Output Select Register
GTM_TOUTSEL25   0xF019FDC4          Timer Output Select Register
GTM_TOUTSEL26   0xF019FDC8          Timer Output Select Register
GTM_TOUTSEL27   0xF019FDCC          Timer Output Select Register
GTM_TOUTSEL28   0xF019FDD0          Timer Output Select Register
GTM_TOUTSEL29   0xF019FDD4          Timer Output Select Register
GTM_TOUTSEL30   0xF019FDD8          Timer Output Select Register
GTM_TOUTSEL31   0xF019FDDC          Timer Output Select Register
GTM_TOUTSEL32   0xF019FDE0          Timer Output Select Register
GTM_TOUTSEL33   0xF019FDE4          Timer Output Select Register
GTM_DSADCINSEL0 0xF019FE00          DSADC Input Select 0 Register
GTM_DSADCINSEL1 0xF019FE04          DSADC Input Select 1 Register
GTM_DSADCINSEL2 0xF019FE08          DSADC Input Select 2 Register
GTM_DSADCINSEL3 0xF019FE0C          DSADC Input Select 3 Register
GTM_DSADCINSEL4 0xF019FE10          DSADC Input Select 4 Register
GTM_DSADCINSEL5 0xF019FE14          DSADC Input Select 5 Register
GTM_DSADCOUTSEL00 0xF019FE20          DSADC Output Select 00 Register
GTM_DSADCOUTSEL10 0xF019FE28          DSADC Output Select 10 Register
GTM_DSADCOUTSEL20 0xF019FE30          DSADC Output Select 20 Register
GTM_DSADCOUTSEL30 0xF019FE38          DSADC Output Select 30 Register
GTM_ADCTRIG0OUT0 0xF019FE40          ADC Trigger 0 Output Select 0 Register
GTM_ADCTRIG0OUT1 0xF019FE44          ADC Trigger 0 Output Select 1 Register
GTM_ADCTRIG1OUT0 0xF019FE48          ADC Trigger 1 Output Select 0 Register
GTM_ADCTRIG1OUT1 0xF019FE4C          ADC Trigger 1 Output Select 1 Register
GTM_ADCTRIG2OUT0 0xF019FE50          ADC Trigger 2 Output Select 0 Register
GTM_ADCTRIG2OUT1 0xF019FE54          ADC Trigger 2 Output Select 1 Register
GTM_ADCTRIG3OUT0 0xF019FE58          ADC Trigger 3 Output Select 0 Register
GTM_ADCTRIG3OUT1 0xF019FE5C          ADC Trigger 3 Output Select 1 Register
GTM_ADCTRIG4OUT0 0xF019FE60          ADC Trigger 4 Output Select 0 Register
GTM_ADCTRIG4OUT1 0xF019FE64          ADC Trigger 4 Output Select 1 Register
GTM_DXOUTCON    0xF019FE70          Data Exchange Output Control Register
GTM_TRIGOUT0    0xF019FE74          Trigger Output Register 0
GTM_TRIGOUT1    0xF019FE78          Trigger Output Register 1
GTM_TRIGOUT2    0xF019FE7C          Trigger Output Register 2
GTM_TRIGOUT3    0xF019FE80          Trigger Output Register 3
GTM_TRIGOUT4    0xF019FE84          Trigger Output Register 4
GTM_INTOUT0     0xF019FE9C          Interrupt Output Register 0
GTM_INTOUT1     0xF019FEA0          Interrupt Output Register 1
GTM_INTOUT2     0xF019FEA4          Interrupt Output Register 2
GTM_INTOUT3     0xF019FEA8          Interrupt Output Register 3
GTM_INTOUT4     0xF019FEAC          Interrupt Output Register 4
GTM_MCSTRIGOUTSEL 0xF019FEC4          Trigger Output Select Register
GTM_MCSINTSTAT  0xF019FEC8          MCS Interrupt Status Register
GTM_MCSINTCLR   0xF019FECC          MCS Interrupt Clear Register
GTM_DXINCON     0xF019FED0          Data Exchange Input Control Register
GTM_DATAIN0     0xF019FED4          Data Input 0 Register
GTM_DATAIN1     0xF019FED8          Data Input 1 Register
GTM_DATAIN2     0xF019FEDC          Data Input 2 Register
GTM_DATAIN3     0xF019FEE0          Data Input 3 Register
GTM_DATAIN4     0xF019FEE4          Data Input 4 Register
GTM_MSCSET0CON0 0xF019FF00          MSC Set 0 Control 0 Register
GTM_MSCSET0CON1 0xF019FF04          MSC Set 0 Control 1 Register
GTM_MSCSET0CON2 0xF019FF08          MSC Set 0 Control 2 Register
GTM_MSCSET0CON3 0xF019FF0C          MSC Set 0 Control 3 Register
GTM_MSCSET1CON0 0xF019FF10          MSC Set 1 Control 0 Register
GTM_MSCSET1CON1 0xF019FF14          MSC Set 1 Control 1 Register
GTM_MSCSET1CON2 0xF019FF18          MSC Set 1 Control 2 Register
GTM_MSCSET1CON3 0xF019FF1C          MSC Set 1 Control 3 Register
GTM_MSCSET2CON0 0xF019FF20          MSC Set 2 Control 0 Register
GTM_MSCSET2CON1 0xF019FF24          MSC Set 2 Control 1 Register
GTM_MSCSET2CON2 0xF019FF28          MSC Set 2 Control 2 Register
GTM_MSCSET2CON3 0xF019FF2C          MSC Set 2 Control 3 Register
GTM_MSCSET3CON0 0xF019FF30          MSC Set 3 Control 0 Register
GTM_MSCSET3CON1 0xF019FF34          MSC Set 3 Control 1 Register
GTM_MSCSET3CON2 0xF019FF38          MSC Set 3 Control 2 Register
GTM_MSCSET3CON3 0xF019FF3C          MSC Set 3 Control 3 Register
GTM_MSC0INLCON  0xF019FF90          MSC0 Input Low Control Register
GTM_MSC0INHCON  0xF019FF94          MSC0 Input High Control Register
GTM_MSC0INLEXTCON 0xF019FF98          MSC0 Input Low Extended Control Register
GTM_MSC1INLCON  0xF019FF9C          MSC1 Input Low Control Register
GTM_MSC1INHCON  0xF019FFA0          MSC1 Input High Control Register
GTM_MSC1INLEXTCON 0xF019FFA4          MSC1 Input Low Extended Control Register
GTM_PSI5OUTSEL  0xF019FFCC          PSI5 Output Select Register
GTM_PSI5SOUTSEL 0xF019FFD0          PSI5-S Output Select Register
GTM_LCDCDCOUTSEL 0xF019FFD4          LCDCDC Output Select Register
GTM_DTMAUXINSEL 0xF019FFD8          DTM_AUX Input Selection Register
GTM_CANOUTSEL0  0xF019FFDC          CAN0/CAN1 Output Select Register
GTM_CANOUTSEL1  0xF019FFE0          CAN2 Output Select Register
GTM_CCM0_ARP0_CTRL 0xF01E2000          CCM0 Address Range Protector 0 Control Register
GTM_CCM0_ARP0_PROT 0xF01E2004          CCM0 Address Range Protector 0 Protection Register
GTM_CCM0_ARP1_CTRL 0xF01E2008          CCM0 Address Range Protector 1 Control Register
GTM_CCM0_ARP1_PROT 0xF01E200C          CCM0 Address Range Protector 1 Protection Register
GTM_CCM0_ARP2_CTRL 0xF01E2010          CCM0 Address Range Protector 2 Control Register
GTM_CCM0_ARP2_PROT 0xF01E2014          CCM0 Address Range Protector 2 Protection Register
GTM_CCM0_ARP3_CTRL 0xF01E2018          CCM0 Address Range Protector 3 Control Register
GTM_CCM0_ARP3_PROT 0xF01E201C          CCM0 Address Range Protector 3 Protection Register
GTM_CCM0_ARP4_CTRL 0xF01E2020          CCM0 Address Range Protector 4 Control Register
GTM_CCM0_ARP4_PROT 0xF01E2024          CCM0 Address Range Protector 4 Protection Register
GTM_CCM0_ARP5_CTRL 0xF01E2028          CCM0 Address Range Protector 5 Control Register
GTM_CCM0_ARP5_PROT 0xF01E202C          CCM0 Address Range Protector 5 Protection Register
GTM_CCM0_ARP6_CTRL 0xF01E2030          CCM0 Address Range Protector 6 Control Register
GTM_CCM0_ARP6_PROT 0xF01E2034          CCM0 Address Range Protector 6 Protection Register
GTM_CCM0_ARP7_CTRL 0xF01E2038          CCM0 Address Range Protector 7 Control Register
GTM_CCM0_ARP7_PROT 0xF01E203C          CCM0 Address Range Protector 7 Protection Register
GTM_CCM0_ARP8_CTRL 0xF01E2040          CCM0 Address Range Protector 8 Control Register
GTM_CCM0_ARP8_PROT 0xF01E2044          CCM0 Address Range Protector 8 Protection Register
GTM_CCM0_ARP9_CTRL 0xF01E2048          CCM0 Address Range Protector 9 Control Register
GTM_CCM0_ARP9_PROT 0xF01E204C          CCM0 Address Range Protector 9 Protection Register
GTM_CCM0_AEIM_STA 0xF01E21D8          CCM0 MCS Bus Master Status Register
GTM_CCM0_HW_CONF 0xF01E21DC          CCM0 Hardware Configuration Register
GTM_CCM0_TIM_AUX_IN_SRC 0xF01E21E0          CCM0 TIM Module AUX_IN Source Selection Register
GTM_CCM0_EXT_CAP_EN 0xF01E21E4          CCM0 External Capture Trigger Enable Register
GTM_CCM0_TOM_OUT 0xF01E21E8          CCM0 TOM Output Level Register
GTM_CCM0_ATOM_OUT 0xF01E21EC          CCM0 ATOM Output Level Register
GTM_CCM0_CMU_CLK_CFG 0xF01E21F0          CCM0 CMU Clock Configuration Register
GTM_CCM0_CMU_FXCLK_CFG 0xF01E21F4          CCM0 CMU Fixed Clock Configuration Register
GTM_CCM0_CFG    0xF01E21F8          CCM0 Configuration Register
GTM_CCM0_PROT   0xF01E21FC          CCM0 Protection Register
GTM_CCM1_ARP0_CTRL 0xF01E2200          CCM1 Address Range Protector 0 Control Register
GTM_CCM1_ARP0_PROT 0xF01E2204          CCM1 Address Range Protector 0 Protection Register
GTM_CCM1_ARP1_CTRL 0xF01E2208          CCM1 Address Range Protector 1 Control Register
GTM_CCM1_ARP1_PROT 0xF01E220C          CCM1 Address Range Protector 1 Protection Register
GTM_CCM1_ARP2_CTRL 0xF01E2210          CCM1 Address Range Protector 2 Control Register
GTM_CCM1_ARP2_PROT 0xF01E2214          CCM1 Address Range Protector 2 Protection Register
GTM_CCM1_ARP3_CTRL 0xF01E2218          CCM1 Address Range Protector 3 Control Register
GTM_CCM1_ARP3_PROT 0xF01E221C          CCM1 Address Range Protector 3 Protection Register
GTM_CCM1_ARP4_CTRL 0xF01E2220          CCM1 Address Range Protector 4 Control Register
GTM_CCM1_ARP4_PROT 0xF01E2224          CCM1 Address Range Protector 4 Protection Register
GTM_CCM1_ARP5_CTRL 0xF01E2228          CCM1 Address Range Protector 5 Control Register
GTM_CCM1_ARP5_PROT 0xF01E222C          CCM1 Address Range Protector 5 Protection Register
GTM_CCM1_ARP6_CTRL 0xF01E2230          CCM1 Address Range Protector 6 Control Register
GTM_CCM1_ARP6_PROT 0xF01E2234          CCM1 Address Range Protector 6 Protection Register
GTM_CCM1_ARP7_CTRL 0xF01E2238          CCM1 Address Range Protector 7 Control Register
GTM_CCM1_ARP7_PROT 0xF01E223C          CCM1 Address Range Protector 7 Protection Register
GTM_CCM1_ARP8_CTRL 0xF01E2240          CCM1 Address Range Protector 8 Control Register
GTM_CCM1_ARP8_PROT 0xF01E2244          CCM1 Address Range Protector 8 Protection Register
GTM_CCM1_ARP9_CTRL 0xF01E2248          CCM1 Address Range Protector 9 Control Register
GTM_CCM1_ARP9_PROT 0xF01E224C          CCM1 Address Range Protector 9 Protection Register
GTM_CCM1_AEIM_STA 0xF01E23D8          CCM1 MCS Bus Master Status Register
GTM_CCM1_HW_CONF 0xF01E23DC          CCM1 Hardware Configuration Register
GTM_CCM1_TIM_AUX_IN_SRC 0xF01E23E0          CCM1 TIM Module AUX_IN Source Selection Register
GTM_CCM1_EXT_CAP_EN 0xF01E23E4          CCM1 External Capture Trigger Enable Register
GTM_CCM1_TOM_OUT 0xF01E23E8          CCM1 TOM Output Level Register
GTM_CCM1_ATOM_OUT 0xF01E23EC          CCM1 ATOM Output Level Register
GTM_CCM1_CMU_CLK_CFG 0xF01E23F0          CCM1 CMU Clock Configuration Register
GTM_CCM1_CMU_FXCLK_CFG 0xF01E23F4          CCM1 CMU Fixed Clock Configuration Register
GTM_CCM1_CFG    0xF01E23F8          CCM1 Configuration Register
GTM_CCM1_PROT   0xF01E23FC          CCM1 Protection Register
GTM_CCM2_ARP0_CTRL 0xF01E2400          CCM2 Address Range Protector 0 Control Register
GTM_CCM2_ARP0_PROT 0xF01E2404          CCM2 Address Range Protector 0 Protection Register
GTM_CCM2_ARP1_CTRL 0xF01E2408          CCM2 Address Range Protector 1 Control Register
GTM_CCM2_ARP1_PROT 0xF01E240C          CCM2 Address Range Protector 1 Protection Register
GTM_CCM2_ARP2_CTRL 0xF01E2410          CCM2 Address Range Protector 2 Control Register
GTM_CCM2_ARP2_PROT 0xF01E2414          CCM2 Address Range Protector 2 Protection Register
GTM_CCM2_ARP3_CTRL 0xF01E2418          CCM2 Address Range Protector 3 Control Register
GTM_CCM2_ARP3_PROT 0xF01E241C          CCM2 Address Range Protector 3 Protection Register
GTM_CCM2_ARP4_CTRL 0xF01E2420          CCM2 Address Range Protector 4 Control Register
GTM_CCM2_ARP4_PROT 0xF01E2424          CCM2 Address Range Protector 4 Protection Register
GTM_CCM2_ARP5_CTRL 0xF01E2428          CCM2 Address Range Protector 5 Control Register
GTM_CCM2_ARP5_PROT 0xF01E242C          CCM2 Address Range Protector 5 Protection Register
GTM_CCM2_ARP6_CTRL 0xF01E2430          CCM2 Address Range Protector 6 Control Register
GTM_CCM2_ARP6_PROT 0xF01E2434          CCM2 Address Range Protector 6 Protection Register
GTM_CCM2_ARP7_CTRL 0xF01E2438          CCM2 Address Range Protector 7 Control Register
GTM_CCM2_ARP7_PROT 0xF01E243C          CCM2 Address Range Protector 7 Protection Register
GTM_CCM2_ARP8_CTRL 0xF01E2440          CCM2 Address Range Protector 8 Control Register
GTM_CCM2_ARP8_PROT 0xF01E2444          CCM2 Address Range Protector 8 Protection Register
GTM_CCM2_ARP9_CTRL 0xF01E2448          CCM2 Address Range Protector 9 Control Register
GTM_CCM2_ARP9_PROT 0xF01E244C          CCM2 Address Range Protector 9 Protection Register
GTM_CCM2_AEIM_STA 0xF01E25D8          CCM2 MCS Bus Master Status Register
GTM_CCM2_HW_CONF 0xF01E25DC          CCM2 Hardware Configuration Register
GTM_CCM2_TIM_AUX_IN_SRC 0xF01E25E0          CCM2 TIM Module AUX_IN Source Selection Register
GTM_CCM2_EXT_CAP_EN 0xF01E25E4          CCM2 External Capture Trigger Enable Register
GTM_CCM2_TOM_OUT 0xF01E25E8          CCM2 TOM Output Level Register
GTM_CCM2_ATOM_OUT 0xF01E25EC          CCM2 ATOM Output Level Register
GTM_CCM2_CMU_CLK_CFG 0xF01E25F0          CCM2 CMU Clock Configuration Register
GTM_CCM2_CMU_FXCLK_CFG 0xF01E25F4          CCM2 CMU Fixed Clock Configuration Register
GTM_CCM2_CFG    0xF01E25F8          CCM2 Configuration Register
GTM_CCM2_PROT   0xF01E25FC          CCM2 Protection Register
GTM_CCM3_ARP0_CTRL 0xF01E2600          CCM3 Address Range Protector 0 Control Register
GTM_CCM3_ARP0_PROT 0xF01E2604          CCM3 Address Range Protector 0 Protection Register
GTM_CCM3_ARP1_CTRL 0xF01E2608          CCM3 Address Range Protector 1 Control Register
GTM_CCM3_ARP1_PROT 0xF01E260C          CCM3 Address Range Protector 1 Protection Register
GTM_CCM3_ARP2_CTRL 0xF01E2610          CCM3 Address Range Protector 2 Control Register
GTM_CCM3_ARP2_PROT 0xF01E2614          CCM3 Address Range Protector 2 Protection Register
GTM_CCM3_ARP3_CTRL 0xF01E2618          CCM3 Address Range Protector 3 Control Register
GTM_CCM3_ARP3_PROT 0xF01E261C          CCM3 Address Range Protector 3 Protection Register
GTM_CCM3_ARP4_CTRL 0xF01E2620          CCM3 Address Range Protector 4 Control Register
GTM_CCM3_ARP4_PROT 0xF01E2624          CCM3 Address Range Protector 4 Protection Register
GTM_CCM3_ARP5_CTRL 0xF01E2628          CCM3 Address Range Protector 5 Control Register
GTM_CCM3_ARP5_PROT 0xF01E262C          CCM3 Address Range Protector 5 Protection Register
GTM_CCM3_ARP6_CTRL 0xF01E2630          CCM3 Address Range Protector 6 Control Register
GTM_CCM3_ARP6_PROT 0xF01E2634          CCM3 Address Range Protector 6 Protection Register
GTM_CCM3_ARP7_CTRL 0xF01E2638          CCM3 Address Range Protector 7 Control Register
GTM_CCM3_ARP7_PROT 0xF01E263C          CCM3 Address Range Protector 7 Protection Register
GTM_CCM3_ARP8_CTRL 0xF01E2640          CCM3 Address Range Protector 8 Control Register
GTM_CCM3_ARP8_PROT 0xF01E2644          CCM3 Address Range Protector 8 Protection Register
GTM_CCM3_ARP9_CTRL 0xF01E2648          CCM3 Address Range Protector 9 Control Register
GTM_CCM3_ARP9_PROT 0xF01E264C          CCM3 Address Range Protector 9 Protection Register
GTM_CCM3_AEIM_STA 0xF01E27D8          CCM3 MCS Bus Master Status Register
GTM_CCM3_HW_CONF 0xF01E27DC          CCM3 Hardware Configuration Register
GTM_CCM3_TIM_AUX_IN_SRC 0xF01E27E0          CCM3 TIM Module AUX_IN Source Selection Register
GTM_CCM3_EXT_CAP_EN 0xF01E27E4          CCM3 External Capture Trigger Enable Register
GTM_CCM3_ATOM_OUT 0xF01E27EC          CCM3 ATOM Output Level Register
GTM_CCM3_CMU_CLK_CFG 0xF01E27F0          CCM3 CMU Clock Configuration Register
GTM_CCM3_CMU_FXCLK_CFG 0xF01E27F4          CCM3 CMU Fixed Clock Configuration Register
GTM_CCM3_CFG    0xF01E27F8          CCM3 Configuration Register
GTM_CCM3_PROT   0xF01E27FC          CCM3 Protection Register
GTM_CCM4_ARP0_CTRL 0xF01E2800          CCM4 Address Range Protector 0 Control Register
GTM_CCM4_ARP0_PROT 0xF01E2804          CCM4 Address Range Protector 0 Protection Register
GTM_CCM4_ARP1_CTRL 0xF01E2808          CCM4 Address Range Protector 1 Control Register
GTM_CCM4_ARP1_PROT 0xF01E280C          CCM4 Address Range Protector 1 Protection Register
GTM_CCM4_ARP2_CTRL 0xF01E2810          CCM4 Address Range Protector 2 Control Register
GTM_CCM4_ARP2_PROT 0xF01E2814          CCM4 Address Range Protector 2 Protection Register
GTM_CCM4_ARP3_CTRL 0xF01E2818          CCM4 Address Range Protector 3 Control Register
GTM_CCM4_ARP3_PROT 0xF01E281C          CCM4 Address Range Protector 3 Protection Register
GTM_CCM4_ARP4_CTRL 0xF01E2820          CCM4 Address Range Protector 4 Control Register
GTM_CCM4_ARP4_PROT 0xF01E2824          CCM4 Address Range Protector 4 Protection Register
GTM_CCM4_ARP5_CTRL 0xF01E2828          CCM4 Address Range Protector 5 Control Register
GTM_CCM4_ARP5_PROT 0xF01E282C          CCM4 Address Range Protector 5 Protection Register
GTM_CCM4_ARP6_CTRL 0xF01E2830          CCM4 Address Range Protector 6 Control Register
GTM_CCM4_ARP6_PROT 0xF01E2834          CCM4 Address Range Protector 6 Protection Register
GTM_CCM4_ARP7_CTRL 0xF01E2838          CCM4 Address Range Protector 7 Control Register
GTM_CCM4_ARP7_PROT 0xF01E283C          CCM4 Address Range Protector 7 Protection Register
GTM_CCM4_ARP8_CTRL 0xF01E2840          CCM4 Address Range Protector 8 Control Register
GTM_CCM4_ARP8_PROT 0xF01E2844          CCM4 Address Range Protector 8 Protection Register
GTM_CCM4_ARP9_CTRL 0xF01E2848          CCM4 Address Range Protector 9 Control Register
GTM_CCM4_ARP9_PROT 0xF01E284C          CCM4 Address Range Protector 9 Protection Register
GTM_CCM4_AEIM_STA 0xF01E29D8          CCM4 MCS Bus Master Status Register
GTM_CCM4_HW_CONF 0xF01E29DC          CCM4 Hardware Configuration Register
GTM_CCM4_TIM_AUX_IN_SRC 0xF01E29E0          CCM4 TIM Module AUX_IN Source Selection Register
GTM_CCM4_EXT_CAP_EN 0xF01E29E4          CCM4 External Capture Trigger Enable Register
GTM_CCM4_ATOM_OUT 0xF01E29EC          CCM4 ATOM Output Level Register
GTM_CCM4_CMU_CLK_CFG 0xF01E29F0          CCM4 CMU Clock Configuration Register
GTM_CCM4_CMU_FXCLK_CFG 0xF01E29F4          CCM4 CMU Fixed Clock Configuration Register
GTM_CCM4_CFG    0xF01E29F8          CCM4 Configuration Register
GTM_CCM4_PROT   0xF01E29FC          CCM4 Protection Register
GTM_CCM5_HW_CONF 0xF01E2BDC          CCM5 Hardware Configuration Register
GTM_CCM5_TIM_AUX_IN_SRC 0xF01E2BE0          CCM5 TIM Module AUX_IN Source Selection Register
GTM_CCM5_ATOM_OUT 0xF01E2BEC          CCM5 ATOM Output Level Register
GTM_CCM5_CMU_CLK_CFG 0xF01E2BF0          CCM5 CMU Clock Configuration Register
GTM_CCM5_CMU_FXCLK_CFG 0xF01E2BF4          CCM5 CMU Fixed Clock Configuration Register
GTM_CCM5_CFG    0xF01E2BF8          CCM5 Configuration Register
GTM_CCM5_PROT   0xF01E2BFC          CCM5 Protection Register
GTM_CDTM0_DTM0_CTRL 0xF01E4000          CDTM0 DTM0 Global Configuration and Control Register
GTM_CDTM0_DTM0_CH_CTRL1 0xF01E4004          CDTM0 DTM0 Channel Control Register 1
GTM_CDTM0_DTM0_CH_CTRL2 0xF01E4008          CDTM0 DTM0 Channel Control Register 2
GTM_CDTM0_DTM0_CH_CTRL2_SR 0xF01E400C          CDTM0 DTM0 Channel Control Register 2 Shadow
GTM_CDTM0_DTM0_PS_CTRL 0xF01E4010          CDTM0 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM0_CH0_DTV 0xF01E4014          CDTM0 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM0_CH1_DTV 0xF01E4018          CDTM0 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM0_CH2_DTV 0xF01E401C          CDTM0 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM0_CH3_DTV 0xF01E4020          CDTM0 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM0_CH_SR 0xF01E4024          CDTM0 DTM0 Channel Shadow Register
GTM_CDTM0_DTM0_CH_CTRL3 0xF01E4028          CDTM0 DTM0 Channel Control Register 3
GTM_CDTM0_DTM1_CTRL 0xF01E4040          CDTM0 DTM1 Global Configuration and Control Register
GTM_CDTM0_DTM1_CH_CTRL1 0xF01E4044          CDTM0 DTM1 Channel Control Register 1
GTM_CDTM0_DTM1_CH_CTRL2 0xF01E4048          CDTM0 DTM1 Channel Control Register 2
GTM_CDTM0_DTM1_CH_CTRL2_SR 0xF01E404C          CDTM0 DTM1 Channel Control Register 2 Shadow
GTM_CDTM0_DTM1_PS_CTRL 0xF01E4050          CDTM0 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM1_CH0_DTV 0xF01E4054          CDTM0 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM1_CH1_DTV 0xF01E4058          CDTM0 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM1_CH2_DTV 0xF01E405C          CDTM0 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM1_CH3_DTV 0xF01E4060          CDTM0 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM1_CH_SR 0xF01E4064          CDTM0 DTM1 Channel Shadow Register
GTM_CDTM0_DTM1_CH_CTRL3 0xF01E4068          CDTM0 DTM1 Channel Control Register 3
GTM_CDTM0_DTM4_CTRL 0xF01E4100          CDTM0 DTM4 Global Configuration and Control Register
GTM_CDTM0_DTM4_CH_CTRL1 0xF01E4104          CDTM0 DTM4 Channel Control Register 1
GTM_CDTM0_DTM4_CH_CTRL2 0xF01E4108          CDTM0 DTM4 Channel Control Register 2
GTM_CDTM0_DTM4_CH_CTRL2_SR 0xF01E410C          CDTM0 DTM4 Channel Control Register 2 Shadow
GTM_CDTM0_DTM4_PS_CTRL 0xF01E4110          CDTM0 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM4_CH0_DTV 0xF01E4114          CDTM0 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM4_CH1_DTV 0xF01E4118          CDTM0 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM4_CH2_DTV 0xF01E411C          CDTM0 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM4_CH3_DTV 0xF01E4120          CDTM0 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM4_CH_SR 0xF01E4124          CDTM0 DTM4 Channel Shadow Register
GTM_CDTM0_DTM4_CH_CTRL3 0xF01E4128          CDTM0 DTM4 Channel Control Register 3
GTM_CDTM0_DTM5_CTRL 0xF01E4140          CDTM0 DTM5 Global Configuration and Control Register
GTM_CDTM0_DTM5_CH_CTRL1 0xF01E4144          CDTM0 DTM5 Channel Control Register 1
GTM_CDTM0_DTM5_CH_CTRL2 0xF01E4148          CDTM0 DTM5 Channel Control Register 2
GTM_CDTM0_DTM5_CH_CTRL2_SR 0xF01E414C          CDTM0 DTM5 Channel Control Register 2 Shadow
GTM_CDTM0_DTM5_PS_CTRL 0xF01E4150          CDTM0 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM5_CH0_DTV 0xF01E4154          CDTM0 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM5_CH1_DTV 0xF01E4158          CDTM0 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM5_CH2_DTV 0xF01E415C          CDTM0 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM5_CH3_DTV 0xF01E4160          CDTM0 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM5_CH_SR 0xF01E4164          CDTM0 DTM5 Channel Shadow Register
GTM_CDTM0_DTM5_CH_CTRL3 0xF01E4168          CDTM0 DTM5 Channel Control Register 3
GTM_CDTM1_DTM0_CTRL 0xF01E4400          CDTM1 DTM0 Global Configuration and Control Register
GTM_CDTM1_DTM0_CH_CTRL1 0xF01E4404          CDTM1 DTM0 Channel Control Register 1
GTM_CDTM1_DTM0_CH_CTRL2 0xF01E4408          CDTM1 DTM0 Channel Control Register 2
GTM_CDTM1_DTM0_CH_CTRL2_SR 0xF01E440C          CDTM1 DTM0 Channel Control Register 2 Shadow
GTM_CDTM1_DTM0_PS_CTRL 0xF01E4410          CDTM1 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM0_CH0_DTV 0xF01E4414          CDTM1 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM0_CH1_DTV 0xF01E4418          CDTM1 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM0_CH2_DTV 0xF01E441C          CDTM1 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM0_CH3_DTV 0xF01E4420          CDTM1 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM0_CH_SR 0xF01E4424          CDTM1 DTM0 Channel Shadow Register
GTM_CDTM1_DTM0_CH_CTRL3 0xF01E4428          CDTM1 DTM0 Channel Control Register 3
GTM_CDTM1_DTM1_CTRL 0xF01E4440          CDTM1 DTM1 Global Configuration and Control Register
GTM_CDTM1_DTM1_CH_CTRL1 0xF01E4444          CDTM1 DTM1 Channel Control Register 1
GTM_CDTM1_DTM1_CH_CTRL2 0xF01E4448          CDTM1 DTM1 Channel Control Register 2
GTM_CDTM1_DTM1_CH_CTRL2_SR 0xF01E444C          CDTM1 DTM1 Channel Control Register 2 Shadow
GTM_CDTM1_DTM1_PS_CTRL 0xF01E4450          CDTM1 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM1_CH0_DTV 0xF01E4454          CDTM1 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM1_CH1_DTV 0xF01E4458          CDTM1 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM1_CH2_DTV 0xF01E445C          CDTM1 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM1_CH3_DTV 0xF01E4460          CDTM1 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM1_CH_SR 0xF01E4464          CDTM1 DTM1 Channel Shadow Register
GTM_CDTM1_DTM1_CH_CTRL3 0xF01E4468          CDTM1 DTM1 Channel Control Register 3
GTM_CDTM1_DTM4_CTRL 0xF01E4500          CDTM1 DTM4 Global Configuration and Control Register
GTM_CDTM1_DTM4_CH_CTRL1 0xF01E4504          CDTM1 DTM4 Channel Control Register 1
GTM_CDTM1_DTM4_CH_CTRL2 0xF01E4508          CDTM1 DTM4 Channel Control Register 2
GTM_CDTM1_DTM4_CH_CTRL2_SR 0xF01E450C          CDTM1 DTM4 Channel Control Register 2 Shadow
GTM_CDTM1_DTM4_PS_CTRL 0xF01E4510          CDTM1 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM4_CH0_DTV 0xF01E4514          CDTM1 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM4_CH1_DTV 0xF01E4518          CDTM1 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM4_CH2_DTV 0xF01E451C          CDTM1 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM4_CH3_DTV 0xF01E4520          CDTM1 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM4_CH_SR 0xF01E4524          CDTM1 DTM4 Channel Shadow Register
GTM_CDTM1_DTM4_CH_CTRL3 0xF01E4528          CDTM1 DTM4 Channel Control Register 3
GTM_CDTM1_DTM5_CTRL 0xF01E4540          CDTM1 DTM5 Global Configuration and Control Register
GTM_CDTM1_DTM5_CH_CTRL1 0xF01E4544          CDTM1 DTM5 Channel Control Register 1
GTM_CDTM1_DTM5_CH_CTRL2 0xF01E4548          CDTM1 DTM5 Channel Control Register 2
GTM_CDTM1_DTM5_CH_CTRL2_SR 0xF01E454C          CDTM1 DTM5 Channel Control Register 2 Shadow
GTM_CDTM1_DTM5_PS_CTRL 0xF01E4550          CDTM1 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM5_CH0_DTV 0xF01E4554          CDTM1 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM5_CH1_DTV 0xF01E4558          CDTM1 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM5_CH2_DTV 0xF01E455C          CDTM1 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM5_CH3_DTV 0xF01E4560          CDTM1 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM5_CH_SR 0xF01E4564          CDTM1 DTM5 Channel Shadow Register
GTM_CDTM1_DTM5_CH_CTRL3 0xF01E4568          CDTM1 DTM5 Channel Control Register 3
GTM_CDTM2_DTM0_CTRL 0xF01E4800          CDTM2 DTM0 Global Configuration and Control Register
GTM_CDTM2_DTM0_CH_CTRL1 0xF01E4804          CDTM2 DTM0 Channel Control Register 1
GTM_CDTM2_DTM0_CH_CTRL2 0xF01E4808          CDTM2 DTM0 Channel Control Register 2
GTM_CDTM2_DTM0_CH_CTRL2_SR 0xF01E480C          CDTM2 DTM0 Channel Control Register 2 Shadow
GTM_CDTM2_DTM0_PS_CTRL 0xF01E4810          CDTM2 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM0_CH0_DTV 0xF01E4814          CDTM2 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM0_CH1_DTV 0xF01E4818          CDTM2 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM0_CH2_DTV 0xF01E481C          CDTM2 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM0_CH3_DTV 0xF01E4820          CDTM2 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM0_CH_SR 0xF01E4824          CDTM2 DTM0 Channel Shadow Register
GTM_CDTM2_DTM0_CH_CTRL3 0xF01E4828          CDTM2 DTM0 Channel Control Register 3
GTM_CDTM2_DTM1_CTRL 0xF01E4840          CDTM2 DTM1 Global Configuration and Control Register
GTM_CDTM2_DTM1_CH_CTRL1 0xF01E4844          CDTM2 DTM1 Channel Control Register 1
GTM_CDTM2_DTM1_CH_CTRL2 0xF01E4848          CDTM2 DTM1 Channel Control Register 2
GTM_CDTM2_DTM1_CH_CTRL2_SR 0xF01E484C          CDTM2 DTM1 Channel Control Register 2 Shadow
GTM_CDTM2_DTM1_PS_CTRL 0xF01E4850          CDTM2 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM1_CH0_DTV 0xF01E4854          CDTM2 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM1_CH1_DTV 0xF01E4858          CDTM2 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM1_CH2_DTV 0xF01E485C          CDTM2 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM1_CH3_DTV 0xF01E4860          CDTM2 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM1_CH_SR 0xF01E4864          CDTM2 DTM1 Channel Shadow Register
GTM_CDTM2_DTM1_CH_CTRL3 0xF01E4868          CDTM2 DTM1 Channel Control Register 3
GTM_CDTM2_DTM4_CTRL 0xF01E4900          CDTM2 DTM4 Global Configuration and Control Register
GTM_CDTM2_DTM4_CH_CTRL1 0xF01E4904          CDTM2 DTM4 Channel Control Register 1
GTM_CDTM2_DTM4_CH_CTRL2 0xF01E4908          CDTM2 DTM4 Channel Control Register 2
GTM_CDTM2_DTM4_CH_CTRL2_SR 0xF01E490C          CDTM2 DTM4 Channel Control Register 2 Shadow
GTM_CDTM2_DTM4_PS_CTRL 0xF01E4910          CDTM2 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM4_CH0_DTV 0xF01E4914          CDTM2 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM4_CH1_DTV 0xF01E4918          CDTM2 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM4_CH2_DTV 0xF01E491C          CDTM2 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM4_CH3_DTV 0xF01E4920          CDTM2 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM4_CH_SR 0xF01E4924          CDTM2 DTM4 Channel Shadow Register
GTM_CDTM2_DTM4_CH_CTRL3 0xF01E4928          CDTM2 DTM4 Channel Control Register 3
GTM_CDTM2_DTM5_CTRL 0xF01E4940          CDTM2 DTM5 Global Configuration and Control Register
GTM_CDTM2_DTM5_CH_CTRL1 0xF01E4944          CDTM2 DTM5 Channel Control Register 1
GTM_CDTM2_DTM5_CH_CTRL2 0xF01E4948          CDTM2 DTM5 Channel Control Register 2
GTM_CDTM2_DTM5_CH_CTRL2_SR 0xF01E494C          CDTM2 DTM5 Channel Control Register 2 Shadow
GTM_CDTM2_DTM5_PS_CTRL 0xF01E4950          CDTM2 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM5_CH0_DTV 0xF01E4954          CDTM2 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM5_CH1_DTV 0xF01E4958          CDTM2 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM5_CH2_DTV 0xF01E495C          CDTM2 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM5_CH3_DTV 0xF01E4960          CDTM2 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM5_CH_SR 0xF01E4964          CDTM2 DTM5 Channel Shadow Register
GTM_CDTM2_DTM5_CH_CTRL3 0xF01E4968          CDTM2 DTM5 Channel Control Register 3
GTM_CDTM3_DTM4_CTRL 0xF01E4D00          CDTM3 DTM4 Global Configuration and Control Register
GTM_CDTM3_DTM4_CH_CTRL1 0xF01E4D04          CDTM3 DTM4 Channel Control Register 1
GTM_CDTM3_DTM4_CH_CTRL2 0xF01E4D08          CDTM3 DTM4 Channel Control Register 2
GTM_CDTM3_DTM4_CH_CTRL2_SR 0xF01E4D0C          CDTM3 DTM4 Channel Control Register 2 Shadow
GTM_CDTM3_DTM4_PS_CTRL 0xF01E4D10          CDTM3 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM3_DTM4_CH0_DTV 0xF01E4D14          CDTM3 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM3_DTM4_CH1_DTV 0xF01E4D18          CDTM3 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM3_DTM4_CH2_DTV 0xF01E4D1C          CDTM3 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM3_DTM4_CH3_DTV 0xF01E4D20          CDTM3 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM3_DTM4_CH_SR 0xF01E4D24          CDTM3 DTM4 Channel Shadow Register
GTM_CDTM3_DTM4_CH_CTRL3 0xF01E4D28          CDTM3 DTM4 Channel Control Register 3
GTM_CDTM3_DTM5_CTRL 0xF01E4D40          CDTM3 DTM5 Global Configuration and Control Register
GTM_CDTM3_DTM5_CH_CTRL1 0xF01E4D44          CDTM3 DTM5 Channel Control Register 1
GTM_CDTM3_DTM5_CH_CTRL2 0xF01E4D48          CDTM3 DTM5 Channel Control Register 2
GTM_CDTM3_DTM5_CH_CTRL2_SR 0xF01E4D4C          CDTM3 DTM5 Channel Control Register 2 Shadow
GTM_CDTM3_DTM5_PS_CTRL 0xF01E4D50          CDTM3 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM3_DTM5_CH0_DTV 0xF01E4D54          CDTM3 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM3_DTM5_CH1_DTV 0xF01E4D58          CDTM3 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM3_DTM5_CH2_DTV 0xF01E4D5C          CDTM3 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM3_DTM5_CH3_DTV 0xF01E4D60          CDTM3 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM3_DTM5_CH_SR 0xF01E4D64          CDTM3 DTM5 Channel Shadow Register
GTM_CDTM3_DTM5_CH_CTRL3 0xF01E4D68          CDTM3 DTM5 Channel Control Register 3
GTM_CDTM4_DTM4_CTRL 0xF01E5100          CDTM4 DTM4 Global Configuration and Control Register
GTM_CDTM4_DTM4_CH_CTRL1 0xF01E5104          CDTM4 DTM4 Channel Control Register 1
GTM_CDTM4_DTM4_CH_CTRL2 0xF01E5108          CDTM4 DTM4 Channel Control Register 2
GTM_CDTM4_DTM4_CH_CTRL2_SR 0xF01E510C          CDTM4 DTM4 Channel Control Register 2 Shadow
GTM_CDTM4_DTM4_PS_CTRL 0xF01E5110          CDTM4 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM4_DTM4_CH0_DTV 0xF01E5114          CDTM4 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM4_DTM4_CH1_DTV 0xF01E5118          CDTM4 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM4_DTM4_CH2_DTV 0xF01E511C          CDTM4 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM4_DTM4_CH3_DTV 0xF01E5120          CDTM4 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM4_DTM4_CH_SR 0xF01E5124          CDTM4 DTM4 Channel Shadow Register
GTM_CDTM4_DTM4_CH_CTRL3 0xF01E5128          CDTM4 DTM4 Channel Control Register 3
GTM_CDTM4_DTM5_CTRL 0xF01E5140          CDTM4 DTM5 Global Configuration and Control Register
GTM_CDTM4_DTM5_CH_CTRL1 0xF01E5144          CDTM4 DTM5 Channel Control Register 1
GTM_CDTM4_DTM5_CH_CTRL2 0xF01E5148          CDTM4 DTM5 Channel Control Register 2
GTM_CDTM4_DTM5_CH_CTRL2_SR 0xF01E514C          CDTM4 DTM5 Channel Control Register 2 Shadow
GTM_CDTM4_DTM5_PS_CTRL 0xF01E5150          CDTM4 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM4_DTM5_CH0_DTV 0xF01E5154          CDTM4 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM4_DTM5_CH1_DTV 0xF01E5158          CDTM4 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM4_DTM5_CH2_DTV 0xF01E515C          CDTM4 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM4_DTM5_CH3_DTV 0xF01E5160          CDTM4 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM4_DTM5_CH_SR 0xF01E5164          CDTM4 DTM5 Channel Shadow Register
GTM_CDTM4_DTM5_CH_CTRL3 0xF01E5168          CDTM4 DTM5 Channel Control Register 3
GTM_ATOM0_CH0_RDADDR 0xF01E8000          ATOM0 Channel 0 ARU read address Register
GTM_ATOM0_CH0_CTRL 0xF01E8004          ATOM0 Channel 0 Control Register
GTM_ATOM0_CH0_SR0 0xF01E8008          ATOM0 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM0_CH0_SR1 0xF01E800C          ATOM0 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM0_CH0_CM0 0xF01E8010          ATOM0 Channel 0 CCU0 Compare Register
GTM_ATOM0_CH0_CM1 0xF01E8014          ATOM0 Channel 0 CCU1 Compare Register
GTM_ATOM0_CH0_CN0 0xF01E8018          ATOM0 Channel 0 CCU0 Counter Register
GTM_ATOM0_CH0_STAT 0xF01E801C          ATOM0 Channel 0 Status Register
GTM_ATOM0_CH0_IRQ_NOTIFY 0xF01E8020          ATOM0 Channel 0 Interrupt Notification Register
GTM_ATOM0_CH0_IRQ_EN 0xF01E8024          ATOM0 Channel 0 Interrupt Enable Register
GTM_ATOM0_CH0_IRQ_FORCINT 0xF01E8028          ATOM0 Channel 0 Software Interrupt Generation Register
GTM_ATOM0_CH0_IRQ_MODE 0xF01E802C          ATOM0 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM0_AGC_GLB_CTRL 0xF01E8040          ATOM0 AGC Global Control Register
GTM_ATOM0_AGC_ENDIS_CTRL 0xF01E8044          ATOM0 AGC Enable/Disable Control Register
GTM_ATOM0_AGC_ENDIS_STAT 0xF01E8048          ATOM0 AGC Enable/Disable Status Register
GTM_ATOM0_AGC_ACT_TB 0xF01E804C          ATOM0 AGC Action Time Base Register
GTM_ATOM0_AGC_OUTEN_CTRL 0xF01E8050          ATOM0 AGC Output Enable Control Register
GTM_ATOM0_AGC_OUTEN_STAT 0xF01E8054          ATOM0 AGC Output Enable Status Register
GTM_ATOM0_AGC_FUPD_CTRL 0xF01E8058          ATOM0 AGC Force Update Control Register
GTM_ATOM0_AGC_INT_TRIG 0xF01E805C          ATOM0 AGC Internal Trigger Control Register
GTM_ATOM0_CH1_RDADDR 0xF01E8080          ATOM0 Channel 1 ARU read address Register
GTM_ATOM0_CH1_CTRL 0xF01E8084          ATOM0 Channel 1 Control Register
GTM_ATOM0_CH1_SR0 0xF01E8088          ATOM0 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM0_CH1_SR1 0xF01E808C          ATOM0 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM0_CH1_CM0 0xF01E8090          ATOM0 Channel 1 CCU0 Compare Register
GTM_ATOM0_CH1_CM1 0xF01E8094          ATOM0 Channel 1 CCU1 Compare Register
GTM_ATOM0_CH1_CN0 0xF01E8098          ATOM0 Channel 1 CCU0 Counter Register
GTM_ATOM0_CH1_STAT 0xF01E809C          ATOM0 Channel 1 Status Register
GTM_ATOM0_CH1_IRQ_NOTIFY 0xF01E80A0          ATOM0 Channel 1 Interrupt Notification Register
GTM_ATOM0_CH1_IRQ_EN 0xF01E80A4          ATOM0 Channel 1 Interrupt Enable Register
GTM_ATOM0_CH1_IRQ_FORCINT 0xF01E80A8          ATOM0 Channel 1 Software Interrupt Generation Register
GTM_ATOM0_CH1_IRQ_MODE 0xF01E80AC          ATOM0 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM0_CH2_RDADDR 0xF01E8100          ATOM0 Channel 2 ARU read address Register
GTM_ATOM0_CH2_CTRL 0xF01E8104          ATOM0 Channel 2 Control Register
GTM_ATOM0_CH2_SR0 0xF01E8108          ATOM0 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM0_CH2_SR1 0xF01E810C          ATOM0 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM0_CH2_CM0 0xF01E8110          ATOM0 Channel 2 CCU0 Compare Register
GTM_ATOM0_CH2_CM1 0xF01E8114          ATOM0 Channel 2 CCU1 Compare Register
GTM_ATOM0_CH2_CN0 0xF01E8118          ATOM0 Channel 2 CCU0 Counter Register
GTM_ATOM0_CH2_STAT 0xF01E811C          ATOM0 Channel 2 Status Register
GTM_ATOM0_CH2_IRQ_NOTIFY 0xF01E8120          ATOM0 Channel 2 Interrupt Notification Register
GTM_ATOM0_CH2_IRQ_EN 0xF01E8124          ATOM0 Channel 2 Interrupt Enable Register
GTM_ATOM0_CH2_IRQ_FORCINT 0xF01E8128          ATOM0 Channel 2 Software Interrupt Generation Register
GTM_ATOM0_CH2_IRQ_MODE 0xF01E812C          ATOM0 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM0_CH3_RDADDR 0xF01E8180          ATOM0 Channel 3 ARU read address Register
GTM_ATOM0_CH3_CTRL 0xF01E8184          ATOM0 Channel 3 Control Register
GTM_ATOM0_CH3_SR0 0xF01E8188          ATOM0 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM0_CH3_SR1 0xF01E818C          ATOM0 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM0_CH3_CM0 0xF01E8190          ATOM0 Channel 3 CCU0 Compare Register
GTM_ATOM0_CH3_CM1 0xF01E8194          ATOM0 Channel 3 CCU1 Compare Register
GTM_ATOM0_CH3_CN0 0xF01E8198          ATOM0 Channel 3 CCU0 Counter Register
GTM_ATOM0_CH3_STAT 0xF01E819C          ATOM0 Channel 3 Status Register
GTM_ATOM0_CH3_IRQ_NOTIFY 0xF01E81A0          ATOM0 Channel 3 Interrupt Notification Register
GTM_ATOM0_CH3_IRQ_EN 0xF01E81A4          ATOM0 Channel 3 Interrupt Enable Register
GTM_ATOM0_CH3_IRQ_FORCINT 0xF01E81A8          ATOM0 Channel 3 Software Interrupt Generation Register
GTM_ATOM0_CH3_IRQ_MODE 0xF01E81AC          ATOM0 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM0_CH4_RDADDR 0xF01E8200          ATOM0 Channel 4 ARU read address Register
GTM_ATOM0_CH4_CTRL 0xF01E8204          ATOM0 Channel 4 Control Register
GTM_ATOM0_CH4_SR0 0xF01E8208          ATOM0 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM0_CH4_SR1 0xF01E820C          ATOM0 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM0_CH4_CM0 0xF01E8210          ATOM0 Channel 4 CCU0 Compare Register
GTM_ATOM0_CH4_CM1 0xF01E8214          ATOM0 Channel 4 CCU1 Compare Register
GTM_ATOM0_CH4_CN0 0xF01E8218          ATOM0 Channel 4 CCU0 Counter Register
GTM_ATOM0_CH4_STAT 0xF01E821C          ATOM0 Channel 4 Status Register
GTM_ATOM0_CH4_IRQ_NOTIFY 0xF01E8220          ATOM0 Channel 4 Interrupt Notification Register
GTM_ATOM0_CH4_IRQ_EN 0xF01E8224          ATOM0 Channel 4 Interrupt Enable Register
GTM_ATOM0_CH4_IRQ_FORCINT 0xF01E8228          ATOM0 Channel 4 Software Interrupt Generation Register
GTM_ATOM0_CH4_IRQ_MODE 0xF01E822C          ATOM0 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM0_CH5_RDADDR 0xF01E8280          ATOM0 Channel 5 ARU read address Register
GTM_ATOM0_CH5_CTRL 0xF01E8284          ATOM0 Channel 5 Control Register
GTM_ATOM0_CH5_SR0 0xF01E8288          ATOM0 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM0_CH5_SR1 0xF01E828C          ATOM0 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM0_CH5_CM0 0xF01E8290          ATOM0 Channel 5 CCU0 Compare Register
GTM_ATOM0_CH5_CM1 0xF01E8294          ATOM0 Channel 5 CCU1 Compare Register
GTM_ATOM0_CH5_CN0 0xF01E8298          ATOM0 Channel 5 CCU0 Counter Register
GTM_ATOM0_CH5_STAT 0xF01E829C          ATOM0 Channel 5 Status Register
GTM_ATOM0_CH5_IRQ_NOTIFY 0xF01E82A0          ATOM0 Channel 5 Interrupt Notification Register
GTM_ATOM0_CH5_IRQ_EN 0xF01E82A4          ATOM0 Channel 5 Interrupt Enable Register
GTM_ATOM0_CH5_IRQ_FORCINT 0xF01E82A8          ATOM0 Channel 5 Software Interrupt Generation Register
GTM_ATOM0_CH5_IRQ_MODE 0xF01E82AC          ATOM0 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM0_CH6_RDADDR 0xF01E8300          ATOM0 Channel 6 ARU read address Register
GTM_ATOM0_CH6_CTRL 0xF01E8304          ATOM0 Channel 6 Control Register
GTM_ATOM0_CH6_SR0 0xF01E8308          ATOM0 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM0_CH6_SR1 0xF01E830C          ATOM0 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM0_CH6_CM0 0xF01E8310          ATOM0 Channel 6 CCU0 Compare Register
GTM_ATOM0_CH6_CM1 0xF01E8314          ATOM0 Channel 6 CCU1 Compare Register
GTM_ATOM0_CH6_CN0 0xF01E8318          ATOM0 Channel 6 CCU0 Counter Register
GTM_ATOM0_CH6_STAT 0xF01E831C          ATOM0 Channel 6 Status Register
GTM_ATOM0_CH6_IRQ_NOTIFY 0xF01E8320          ATOM0 Channel 6 Interrupt Notification Register
GTM_ATOM0_CH6_IRQ_EN 0xF01E8324          ATOM0 Channel 6 Interrupt Enable Register
GTM_ATOM0_CH6_IRQ_FORCINT 0xF01E8328          ATOM0 Channel 6 Software Interrupt Generation Register
GTM_ATOM0_CH6_IRQ_MODE 0xF01E832C          ATOM0 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM0_CH7_RDADDR 0xF01E8380          ATOM0 Channel 7 ARU read address Register
GTM_ATOM0_CH7_CTRL 0xF01E8384          ATOM0 Channel 7 Control Register
GTM_ATOM0_CH7_SR0 0xF01E8388          ATOM0 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM0_CH7_SR1 0xF01E838C          ATOM0 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM0_CH7_CM0 0xF01E8390          ATOM0 Channel 7 CCU0 Compare Register
GTM_ATOM0_CH7_CM1 0xF01E8394          ATOM0 Channel 7 CCU1 Compare Register
GTM_ATOM0_CH7_CN0 0xF01E8398          ATOM0 Channel 7 CCU0 Counter Register
GTM_ATOM0_CH7_STAT 0xF01E839C          ATOM0 Channel 7 Status Register
GTM_ATOM0_CH7_IRQ_NOTIFY 0xF01E83A0          ATOM0 Channel 7 Interrupt Notification Register
GTM_ATOM0_CH7_IRQ_EN 0xF01E83A4          ATOM0 Channel 7 Interrupt Enable Register
GTM_ATOM0_CH7_IRQ_FORCINT 0xF01E83A8          ATOM0 Channel 7 Software Interrupt Generation Register
GTM_ATOM0_CH7_IRQ_MODE 0xF01E83AC          ATOM0 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM1_CH0_RDADDR 0xF01E8800          ATOM1 Channel 0 ARU read address Register
GTM_ATOM1_CH0_CTRL 0xF01E8804          ATOM1 Channel 0 Control Register
GTM_ATOM1_CH0_SR0 0xF01E8808          ATOM1 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM1_CH0_SR1 0xF01E880C          ATOM1 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM1_CH0_CM0 0xF01E8810          ATOM1 Channel 0 CCU0 Compare Register
GTM_ATOM1_CH0_CM1 0xF01E8814          ATOM1 Channel 0 CCU1 Compare Register
GTM_ATOM1_CH0_CN0 0xF01E8818          ATOM1 Channel 0 CCU0 Counter Register
GTM_ATOM1_CH0_STAT 0xF01E881C          ATOM1 Channel 0 Status Register
GTM_ATOM1_CH0_IRQ_NOTIFY 0xF01E8820          ATOM1 Channel 0 Interrupt Notification Register
GTM_ATOM1_CH0_IRQ_EN 0xF01E8824          ATOM1 Channel 0 Interrupt Enable Register
GTM_ATOM1_CH0_IRQ_FORCINT 0xF01E8828          ATOM1 Channel 0 Software Interrupt Generation Register
GTM_ATOM1_CH0_IRQ_MODE 0xF01E882C          ATOM1 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM1_AGC_GLB_CTRL 0xF01E8840          ATOM1 AGC Global Control Register
GTM_ATOM1_AGC_ENDIS_CTRL 0xF01E8844          ATOM1 AGC Enable/Disable Control Register
GTM_ATOM1_AGC_ENDIS_STAT 0xF01E8848          ATOM1 AGC Enable/Disable Status Register
GTM_ATOM1_AGC_ACT_TB 0xF01E884C          ATOM1 AGC Action Time Base Register
GTM_ATOM1_AGC_OUTEN_CTRL 0xF01E8850          ATOM1 AGC Output Enable Control Register
GTM_ATOM1_AGC_OUTEN_STAT 0xF01E8854          ATOM1 AGC Output Enable Status Register
GTM_ATOM1_AGC_FUPD_CTRL 0xF01E8858          ATOM1 AGC Force Update Control Register
GTM_ATOM1_AGC_INT_TRIG 0xF01E885C          ATOM1 AGC Internal Trigger Control Register
GTM_ATOM1_CH1_RDADDR 0xF01E8880          ATOM1 Channel 1 ARU read address Register
GTM_ATOM1_CH1_CTRL 0xF01E8884          ATOM1 Channel 1 Control Register
GTM_ATOM1_CH1_SR0 0xF01E8888          ATOM1 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM1_CH1_SR1 0xF01E888C          ATOM1 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM1_CH1_CM0 0xF01E8890          ATOM1 Channel 1 CCU0 Compare Register
GTM_ATOM1_CH1_CM1 0xF01E8894          ATOM1 Channel 1 CCU1 Compare Register
GTM_ATOM1_CH1_CN0 0xF01E8898          ATOM1 Channel 1 CCU0 Counter Register
GTM_ATOM1_CH1_STAT 0xF01E889C          ATOM1 Channel 1 Status Register
GTM_ATOM1_CH1_IRQ_NOTIFY 0xF01E88A0          ATOM1 Channel 1 Interrupt Notification Register
GTM_ATOM1_CH1_IRQ_EN 0xF01E88A4          ATOM1 Channel 1 Interrupt Enable Register
GTM_ATOM1_CH1_IRQ_FORCINT 0xF01E88A8          ATOM1 Channel 1 Software Interrupt Generation Register
GTM_ATOM1_CH1_IRQ_MODE 0xF01E88AC          ATOM1 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM1_CH2_RDADDR 0xF01E8900          ATOM1 Channel 2 ARU read address Register
GTM_ATOM1_CH2_CTRL 0xF01E8904          ATOM1 Channel 2 Control Register
GTM_ATOM1_CH2_SR0 0xF01E8908          ATOM1 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM1_CH2_SR1 0xF01E890C          ATOM1 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM1_CH2_CM0 0xF01E8910          ATOM1 Channel 2 CCU0 Compare Register
GTM_ATOM1_CH2_CM1 0xF01E8914          ATOM1 Channel 2 CCU1 Compare Register
GTM_ATOM1_CH2_CN0 0xF01E8918          ATOM1 Channel 2 CCU0 Counter Register
GTM_ATOM1_CH2_STAT 0xF01E891C          ATOM1 Channel 2 Status Register
GTM_ATOM1_CH2_IRQ_NOTIFY 0xF01E8920          ATOM1 Channel 2 Interrupt Notification Register
GTM_ATOM1_CH2_IRQ_EN 0xF01E8924          ATOM1 Channel 2 Interrupt Enable Register
GTM_ATOM1_CH2_IRQ_FORCINT 0xF01E8928          ATOM1 Channel 2 Software Interrupt Generation Register
GTM_ATOM1_CH2_IRQ_MODE 0xF01E892C          ATOM1 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM1_CH3_RDADDR 0xF01E8980          ATOM1 Channel 3 ARU read address Register
GTM_ATOM1_CH3_CTRL 0xF01E8984          ATOM1 Channel 3 Control Register
GTM_ATOM1_CH3_SR0 0xF01E8988          ATOM1 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM1_CH3_SR1 0xF01E898C          ATOM1 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM1_CH3_CM0 0xF01E8990          ATOM1 Channel 3 CCU0 Compare Register
GTM_ATOM1_CH3_CM1 0xF01E8994          ATOM1 Channel 3 CCU1 Compare Register
GTM_ATOM1_CH3_CN0 0xF01E8998          ATOM1 Channel 3 CCU0 Counter Register
GTM_ATOM1_CH3_STAT 0xF01E899C          ATOM1 Channel 3 Status Register
GTM_ATOM1_CH3_IRQ_NOTIFY 0xF01E89A0          ATOM1 Channel 3 Interrupt Notification Register
GTM_ATOM1_CH3_IRQ_EN 0xF01E89A4          ATOM1 Channel 3 Interrupt Enable Register
GTM_ATOM1_CH3_IRQ_FORCINT 0xF01E89A8          ATOM1 Channel 3 Software Interrupt Generation Register
GTM_ATOM1_CH3_IRQ_MODE 0xF01E89AC          ATOM1 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM1_CH4_RDADDR 0xF01E8A00          ATOM1 Channel 4 ARU read address Register
GTM_ATOM1_CH4_CTRL 0xF01E8A04          ATOM1 Channel 4 Control Register
GTM_ATOM1_CH4_SR0 0xF01E8A08          ATOM1 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM1_CH4_SR1 0xF01E8A0C          ATOM1 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM1_CH4_CM0 0xF01E8A10          ATOM1 Channel 4 CCU0 Compare Register
GTM_ATOM1_CH4_CM1 0xF01E8A14          ATOM1 Channel 4 CCU1 Compare Register
GTM_ATOM1_CH4_CN0 0xF01E8A18          ATOM1 Channel 4 CCU0 Counter Register
GTM_ATOM1_CH4_STAT 0xF01E8A1C          ATOM1 Channel 4 Status Register
GTM_ATOM1_CH4_IRQ_NOTIFY 0xF01E8A20          ATOM1 Channel 4 Interrupt Notification Register
GTM_ATOM1_CH4_IRQ_EN 0xF01E8A24          ATOM1 Channel 4 Interrupt Enable Register
GTM_ATOM1_CH4_IRQ_FORCINT 0xF01E8A28          ATOM1 Channel 4 Software Interrupt Generation Register
GTM_ATOM1_CH4_IRQ_MODE 0xF01E8A2C          ATOM1 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM1_CH5_RDADDR 0xF01E8A80          ATOM1 Channel 5 ARU read address Register
GTM_ATOM1_CH5_CTRL 0xF01E8A84          ATOM1 Channel 5 Control Register
GTM_ATOM1_CH5_SR0 0xF01E8A88          ATOM1 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM1_CH5_SR1 0xF01E8A8C          ATOM1 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM1_CH5_CM0 0xF01E8A90          ATOM1 Channel 5 CCU0 Compare Register
GTM_ATOM1_CH5_CM1 0xF01E8A94          ATOM1 Channel 5 CCU1 Compare Register
GTM_ATOM1_CH5_CN0 0xF01E8A98          ATOM1 Channel 5 CCU0 Counter Register
GTM_ATOM1_CH5_STAT 0xF01E8A9C          ATOM1 Channel 5 Status Register
GTM_ATOM1_CH5_IRQ_NOTIFY 0xF01E8AA0          ATOM1 Channel 5 Interrupt Notification Register
GTM_ATOM1_CH5_IRQ_EN 0xF01E8AA4          ATOM1 Channel 5 Interrupt Enable Register
GTM_ATOM1_CH5_IRQ_FORCINT 0xF01E8AA8          ATOM1 Channel 5 Software Interrupt Generation Register
GTM_ATOM1_CH5_IRQ_MODE 0xF01E8AAC          ATOM1 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM1_CH6_RDADDR 0xF01E8B00          ATOM1 Channel 6 ARU read address Register
GTM_ATOM1_CH6_CTRL 0xF01E8B04          ATOM1 Channel 6 Control Register
GTM_ATOM1_CH6_SR0 0xF01E8B08          ATOM1 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM1_CH6_SR1 0xF01E8B0C          ATOM1 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM1_CH6_CM0 0xF01E8B10          ATOM1 Channel 6 CCU0 Compare Register
GTM_ATOM1_CH6_CM1 0xF01E8B14          ATOM1 Channel 6 CCU1 Compare Register
GTM_ATOM1_CH6_CN0 0xF01E8B18          ATOM1 Channel 6 CCU0 Counter Register
GTM_ATOM1_CH6_STAT 0xF01E8B1C          ATOM1 Channel 6 Status Register
GTM_ATOM1_CH6_IRQ_NOTIFY 0xF01E8B20          ATOM1 Channel 6 Interrupt Notification Register
GTM_ATOM1_CH6_IRQ_EN 0xF01E8B24          ATOM1 Channel 6 Interrupt Enable Register
GTM_ATOM1_CH6_IRQ_FORCINT 0xF01E8B28          ATOM1 Channel 6 Software Interrupt Generation Register
GTM_ATOM1_CH6_IRQ_MODE 0xF01E8B2C          ATOM1 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM1_CH7_RDADDR 0xF01E8B80          ATOM1 Channel 7 ARU read address Register
GTM_ATOM1_CH7_CTRL 0xF01E8B84          ATOM1 Channel 7 Control Register
GTM_ATOM1_CH7_SR0 0xF01E8B88          ATOM1 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM1_CH7_SR1 0xF01E8B8C          ATOM1 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM1_CH7_CM0 0xF01E8B90          ATOM1 Channel 7 CCU0 Compare Register
GTM_ATOM1_CH7_CM1 0xF01E8B94          ATOM1 Channel 7 CCU1 Compare Register
GTM_ATOM1_CH7_CN0 0xF01E8B98          ATOM1 Channel 7 CCU0 Counter Register
GTM_ATOM1_CH7_STAT 0xF01E8B9C          ATOM1 Channel 7 Status Register
GTM_ATOM1_CH7_IRQ_NOTIFY 0xF01E8BA0          ATOM1 Channel 7 Interrupt Notification Register
GTM_ATOM1_CH7_IRQ_EN 0xF01E8BA4          ATOM1 Channel 7 Interrupt Enable Register
GTM_ATOM1_CH7_IRQ_FORCINT 0xF01E8BA8          ATOM1 Channel 7 Software Interrupt Generation Register
GTM_ATOM1_CH7_IRQ_MODE 0xF01E8BAC          ATOM1 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM2_CH0_RDADDR 0xF01E9000          ATOM2 Channel 0 ARU read address Register
GTM_ATOM2_CH0_CTRL 0xF01E9004          ATOM2 Channel 0 Control Register
GTM_ATOM2_CH0_SR0 0xF01E9008          ATOM2 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM2_CH0_SR1 0xF01E900C          ATOM2 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM2_CH0_CM0 0xF01E9010          ATOM2 Channel 0 CCU0 Compare Register
GTM_ATOM2_CH0_CM1 0xF01E9014          ATOM2 Channel 0 CCU1 Compare Register
GTM_ATOM2_CH0_CN0 0xF01E9018          ATOM2 Channel 0 CCU0 Counter Register
GTM_ATOM2_CH0_STAT 0xF01E901C          ATOM2 Channel 0 Status Register
GTM_ATOM2_CH0_IRQ_NOTIFY 0xF01E9020          ATOM2 Channel 0 Interrupt Notification Register
GTM_ATOM2_CH0_IRQ_EN 0xF01E9024          ATOM2 Channel 0 Interrupt Enable Register
GTM_ATOM2_CH0_IRQ_FORCINT 0xF01E9028          ATOM2 Channel 0 Software Interrupt Generation Register
GTM_ATOM2_CH0_IRQ_MODE 0xF01E902C          ATOM2 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM2_AGC_GLB_CTRL 0xF01E9040          ATOM2 AGC Global Control Register
GTM_ATOM2_AGC_ENDIS_CTRL 0xF01E9044          ATOM2 AGC Enable/Disable Control Register
GTM_ATOM2_AGC_ENDIS_STAT 0xF01E9048          ATOM2 AGC Enable/Disable Status Register
GTM_ATOM2_AGC_ACT_TB 0xF01E904C          ATOM2 AGC Action Time Base Register
GTM_ATOM2_AGC_OUTEN_CTRL 0xF01E9050          ATOM2 AGC Output Enable Control Register
GTM_ATOM2_AGC_OUTEN_STAT 0xF01E9054          ATOM2 AGC Output Enable Status Register
GTM_ATOM2_AGC_FUPD_CTRL 0xF01E9058          ATOM2 AGC Force Update Control Register
GTM_ATOM2_AGC_INT_TRIG 0xF01E905C          ATOM2 AGC Internal Trigger Control Register
GTM_ATOM2_CH1_RDADDR 0xF01E9080          ATOM2 Channel 1 ARU read address Register
GTM_ATOM2_CH1_CTRL 0xF01E9084          ATOM2 Channel 1 Control Register
GTM_ATOM2_CH1_SR0 0xF01E9088          ATOM2 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM2_CH1_SR1 0xF01E908C          ATOM2 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM2_CH1_CM0 0xF01E9090          ATOM2 Channel 1 CCU0 Compare Register
GTM_ATOM2_CH1_CM1 0xF01E9094          ATOM2 Channel 1 CCU1 Compare Register
GTM_ATOM2_CH1_CN0 0xF01E9098          ATOM2 Channel 1 CCU0 Counter Register
GTM_ATOM2_CH1_STAT 0xF01E909C          ATOM2 Channel 1 Status Register
GTM_ATOM2_CH1_IRQ_NOTIFY 0xF01E90A0          ATOM2 Channel 1 Interrupt Notification Register
GTM_ATOM2_CH1_IRQ_EN 0xF01E90A4          ATOM2 Channel 1 Interrupt Enable Register
GTM_ATOM2_CH1_IRQ_FORCINT 0xF01E90A8          ATOM2 Channel 1 Software Interrupt Generation Register
GTM_ATOM2_CH1_IRQ_MODE 0xF01E90AC          ATOM2 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM2_CH2_RDADDR 0xF01E9100          ATOM2 Channel 2 ARU read address Register
GTM_ATOM2_CH2_CTRL 0xF01E9104          ATOM2 Channel 2 Control Register
GTM_ATOM2_CH2_SR0 0xF01E9108          ATOM2 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM2_CH2_SR1 0xF01E910C          ATOM2 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM2_CH2_CM0 0xF01E9110          ATOM2 Channel 2 CCU0 Compare Register
GTM_ATOM2_CH2_CM1 0xF01E9114          ATOM2 Channel 2 CCU1 Compare Register
GTM_ATOM2_CH2_CN0 0xF01E9118          ATOM2 Channel 2 CCU0 Counter Register
GTM_ATOM2_CH2_STAT 0xF01E911C          ATOM2 Channel 2 Status Register
GTM_ATOM2_CH2_IRQ_NOTIFY 0xF01E9120          ATOM2 Channel 2 Interrupt Notification Register
GTM_ATOM2_CH2_IRQ_EN 0xF01E9124          ATOM2 Channel 2 Interrupt Enable Register
GTM_ATOM2_CH2_IRQ_FORCINT 0xF01E9128          ATOM2 Channel 2 Software Interrupt Generation Register
GTM_ATOM2_CH2_IRQ_MODE 0xF01E912C          ATOM2 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM2_CH3_RDADDR 0xF01E9180          ATOM2 Channel 3 ARU read address Register
GTM_ATOM2_CH3_CTRL 0xF01E9184          ATOM2 Channel 3 Control Register
GTM_ATOM2_CH3_SR0 0xF01E9188          ATOM2 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM2_CH3_SR1 0xF01E918C          ATOM2 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM2_CH3_CM0 0xF01E9190          ATOM2 Channel 3 CCU0 Compare Register
GTM_ATOM2_CH3_CM1 0xF01E9194          ATOM2 Channel 3 CCU1 Compare Register
GTM_ATOM2_CH3_CN0 0xF01E9198          ATOM2 Channel 3 CCU0 Counter Register
GTM_ATOM2_CH3_STAT 0xF01E919C          ATOM2 Channel 3 Status Register
GTM_ATOM2_CH3_IRQ_NOTIFY 0xF01E91A0          ATOM2 Channel 3 Interrupt Notification Register
GTM_ATOM2_CH3_IRQ_EN 0xF01E91A4          ATOM2 Channel 3 Interrupt Enable Register
GTM_ATOM2_CH3_IRQ_FORCINT 0xF01E91A8          ATOM2 Channel 3 Software Interrupt Generation Register
GTM_ATOM2_CH3_IRQ_MODE 0xF01E91AC          ATOM2 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM2_CH4_RDADDR 0xF01E9200          ATOM2 Channel 4 ARU read address Register
GTM_ATOM2_CH4_CTRL 0xF01E9204          ATOM2 Channel 4 Control Register
GTM_ATOM2_CH4_SR0 0xF01E9208          ATOM2 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM2_CH4_SR1 0xF01E920C          ATOM2 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM2_CH4_CM0 0xF01E9210          ATOM2 Channel 4 CCU0 Compare Register
GTM_ATOM2_CH4_CM1 0xF01E9214          ATOM2 Channel 4 CCU1 Compare Register
GTM_ATOM2_CH4_CN0 0xF01E9218          ATOM2 Channel 4 CCU0 Counter Register
GTM_ATOM2_CH4_STAT 0xF01E921C          ATOM2 Channel 4 Status Register
GTM_ATOM2_CH4_IRQ_NOTIFY 0xF01E9220          ATOM2 Channel 4 Interrupt Notification Register
GTM_ATOM2_CH4_IRQ_EN 0xF01E9224          ATOM2 Channel 4 Interrupt Enable Register
GTM_ATOM2_CH4_IRQ_FORCINT 0xF01E9228          ATOM2 Channel 4 Software Interrupt Generation Register
GTM_ATOM2_CH4_IRQ_MODE 0xF01E922C          ATOM2 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM2_CH5_RDADDR 0xF01E9280          ATOM2 Channel 5 ARU read address Register
GTM_ATOM2_CH5_CTRL 0xF01E9284          ATOM2 Channel 5 Control Register
GTM_ATOM2_CH5_SR0 0xF01E9288          ATOM2 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM2_CH5_SR1 0xF01E928C          ATOM2 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM2_CH5_CM0 0xF01E9290          ATOM2 Channel 5 CCU0 Compare Register
GTM_ATOM2_CH5_CM1 0xF01E9294          ATOM2 Channel 5 CCU1 Compare Register
GTM_ATOM2_CH5_CN0 0xF01E9298          ATOM2 Channel 5 CCU0 Counter Register
GTM_ATOM2_CH5_STAT 0xF01E929C          ATOM2 Channel 5 Status Register
GTM_ATOM2_CH5_IRQ_NOTIFY 0xF01E92A0          ATOM2 Channel 5 Interrupt Notification Register
GTM_ATOM2_CH5_IRQ_EN 0xF01E92A4          ATOM2 Channel 5 Interrupt Enable Register
GTM_ATOM2_CH5_IRQ_FORCINT 0xF01E92A8          ATOM2 Channel 5 Software Interrupt Generation Register
GTM_ATOM2_CH5_IRQ_MODE 0xF01E92AC          ATOM2 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM2_CH6_RDADDR 0xF01E9300          ATOM2 Channel 6 ARU read address Register
GTM_ATOM2_CH6_CTRL 0xF01E9304          ATOM2 Channel 6 Control Register
GTM_ATOM2_CH6_SR0 0xF01E9308          ATOM2 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM2_CH6_SR1 0xF01E930C          ATOM2 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM2_CH6_CM0 0xF01E9310          ATOM2 Channel 6 CCU0 Compare Register
GTM_ATOM2_CH6_CM1 0xF01E9314          ATOM2 Channel 6 CCU1 Compare Register
GTM_ATOM2_CH6_CN0 0xF01E9318          ATOM2 Channel 6 CCU0 Counter Register
GTM_ATOM2_CH6_STAT 0xF01E931C          ATOM2 Channel 6 Status Register
GTM_ATOM2_CH6_IRQ_NOTIFY 0xF01E9320          ATOM2 Channel 6 Interrupt Notification Register
GTM_ATOM2_CH6_IRQ_EN 0xF01E9324          ATOM2 Channel 6 Interrupt Enable Register
GTM_ATOM2_CH6_IRQ_FORCINT 0xF01E9328          ATOM2 Channel 6 Software Interrupt Generation Register
GTM_ATOM2_CH6_IRQ_MODE 0xF01E932C          ATOM2 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM2_CH7_RDADDR 0xF01E9380          ATOM2 Channel 7 ARU read address Register
GTM_ATOM2_CH7_CTRL 0xF01E9384          ATOM2 Channel 7 Control Register
GTM_ATOM2_CH7_SR0 0xF01E9388          ATOM2 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM2_CH7_SR1 0xF01E938C          ATOM2 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM2_CH7_CM0 0xF01E9390          ATOM2 Channel 7 CCU0 Compare Register
GTM_ATOM2_CH7_CM1 0xF01E9394          ATOM2 Channel 7 CCU1 Compare Register
GTM_ATOM2_CH7_CN0 0xF01E9398          ATOM2 Channel 7 CCU0 Counter Register
GTM_ATOM2_CH7_STAT 0xF01E939C          ATOM2 Channel 7 Status Register
GTM_ATOM2_CH7_IRQ_NOTIFY 0xF01E93A0          ATOM2 Channel 7 Interrupt Notification Register
GTM_ATOM2_CH7_IRQ_EN 0xF01E93A4          ATOM2 Channel 7 Interrupt Enable Register
GTM_ATOM2_CH7_IRQ_FORCINT 0xF01E93A8          ATOM2 Channel 7 Software Interrupt Generation Register
GTM_ATOM2_CH7_IRQ_MODE 0xF01E93AC          ATOM2 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM3_CH0_RDADDR 0xF01E9800          ATOM3 Channel 0 ARU read address Register
GTM_ATOM3_CH0_CTRL 0xF01E9804          ATOM3 Channel 0 Control Register
GTM_ATOM3_CH0_SR0 0xF01E9808          ATOM3 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM3_CH0_SR1 0xF01E980C          ATOM3 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM3_CH0_CM0 0xF01E9810          ATOM3 Channel 0 CCU0 Compare Register
GTM_ATOM3_CH0_CM1 0xF01E9814          ATOM3 Channel 0 CCU1 Compare Register
GTM_ATOM3_CH0_CN0 0xF01E9818          ATOM3 Channel 0 CCU0 Counter Register
GTM_ATOM3_CH0_STAT 0xF01E981C          ATOM3 Channel 0 Status Register
GTM_ATOM3_CH0_IRQ_NOTIFY 0xF01E9820          ATOM3 Channel 0 Interrupt Notification Register
GTM_ATOM3_CH0_IRQ_EN 0xF01E9824          ATOM3 Channel 0 Interrupt Enable Register
GTM_ATOM3_CH0_IRQ_FORCINT 0xF01E9828          ATOM3 Channel 0 Software Interrupt Generation Register
GTM_ATOM3_CH0_IRQ_MODE 0xF01E982C          ATOM3 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM3_AGC_GLB_CTRL 0xF01E9840          ATOM3 AGC Global Control Register
GTM_ATOM3_AGC_ENDIS_CTRL 0xF01E9844          ATOM3 AGC Enable/Disable Control Register
GTM_ATOM3_AGC_ENDIS_STAT 0xF01E9848          ATOM3 AGC Enable/Disable Status Register
GTM_ATOM3_AGC_ACT_TB 0xF01E984C          ATOM3 AGC Action Time Base Register
GTM_ATOM3_AGC_OUTEN_CTRL 0xF01E9850          ATOM3 AGC Output Enable Control Register
GTM_ATOM3_AGC_OUTEN_STAT 0xF01E9854          ATOM3 AGC Output Enable Status Register
GTM_ATOM3_AGC_FUPD_CTRL 0xF01E9858          ATOM3 AGC Force Update Control Register
GTM_ATOM3_AGC_INT_TRIG 0xF01E985C          ATOM3 AGC Internal Trigger Control Register
GTM_ATOM3_CH1_RDADDR 0xF01E9880          ATOM3 Channel 1 ARU read address Register
GTM_ATOM3_CH1_CTRL 0xF01E9884          ATOM3 Channel 1 Control Register
GTM_ATOM3_CH1_SR0 0xF01E9888          ATOM3 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM3_CH1_SR1 0xF01E988C          ATOM3 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM3_CH1_CM0 0xF01E9890          ATOM3 Channel 1 CCU0 Compare Register
GTM_ATOM3_CH1_CM1 0xF01E9894          ATOM3 Channel 1 CCU1 Compare Register
GTM_ATOM3_CH1_CN0 0xF01E9898          ATOM3 Channel 1 CCU0 Counter Register
GTM_ATOM3_CH1_STAT 0xF01E989C          ATOM3 Channel 1 Status Register
GTM_ATOM3_CH1_IRQ_NOTIFY 0xF01E98A0          ATOM3 Channel 1 Interrupt Notification Register
GTM_ATOM3_CH1_IRQ_EN 0xF01E98A4          ATOM3 Channel 1 Interrupt Enable Register
GTM_ATOM3_CH1_IRQ_FORCINT 0xF01E98A8          ATOM3 Channel 1 Software Interrupt Generation Register
GTM_ATOM3_CH1_IRQ_MODE 0xF01E98AC          ATOM3 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM3_CH2_RDADDR 0xF01E9900          ATOM3 Channel 2 ARU read address Register
GTM_ATOM3_CH2_CTRL 0xF01E9904          ATOM3 Channel 2 Control Register
GTM_ATOM3_CH2_SR0 0xF01E9908          ATOM3 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM3_CH2_SR1 0xF01E990C          ATOM3 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM3_CH2_CM0 0xF01E9910          ATOM3 Channel 2 CCU0 Compare Register
GTM_ATOM3_CH2_CM1 0xF01E9914          ATOM3 Channel 2 CCU1 Compare Register
GTM_ATOM3_CH2_CN0 0xF01E9918          ATOM3 Channel 2 CCU0 Counter Register
GTM_ATOM3_CH2_STAT 0xF01E991C          ATOM3 Channel 2 Status Register
GTM_ATOM3_CH2_IRQ_NOTIFY 0xF01E9920          ATOM3 Channel 2 Interrupt Notification Register
GTM_ATOM3_CH2_IRQ_EN 0xF01E9924          ATOM3 Channel 2 Interrupt Enable Register
GTM_ATOM3_CH2_IRQ_FORCINT 0xF01E9928          ATOM3 Channel 2 Software Interrupt Generation Register
GTM_ATOM3_CH2_IRQ_MODE 0xF01E992C          ATOM3 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM3_CH3_RDADDR 0xF01E9980          ATOM3 Channel 3 ARU read address Register
GTM_ATOM3_CH3_CTRL 0xF01E9984          ATOM3 Channel 3 Control Register
GTM_ATOM3_CH3_SR0 0xF01E9988          ATOM3 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM3_CH3_SR1 0xF01E998C          ATOM3 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM3_CH3_CM0 0xF01E9990          ATOM3 Channel 3 CCU0 Compare Register
GTM_ATOM3_CH3_CM1 0xF01E9994          ATOM3 Channel 3 CCU1 Compare Register
GTM_ATOM3_CH3_CN0 0xF01E9998          ATOM3 Channel 3 CCU0 Counter Register
GTM_ATOM3_CH3_STAT 0xF01E999C          ATOM3 Channel 3 Status Register
GTM_ATOM3_CH3_IRQ_NOTIFY 0xF01E99A0          ATOM3 Channel 3 Interrupt Notification Register
GTM_ATOM3_CH3_IRQ_EN 0xF01E99A4          ATOM3 Channel 3 Interrupt Enable Register
GTM_ATOM3_CH3_IRQ_FORCINT 0xF01E99A8          ATOM3 Channel 3 Software Interrupt Generation Register
GTM_ATOM3_CH3_IRQ_MODE 0xF01E99AC          ATOM3 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM3_CH4_RDADDR 0xF01E9A00          ATOM3 Channel 4 ARU read address Register
GTM_ATOM3_CH4_CTRL 0xF01E9A04          ATOM3 Channel 4 Control Register
GTM_ATOM3_CH4_SR0 0xF01E9A08          ATOM3 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM3_CH4_SR1 0xF01E9A0C          ATOM3 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM3_CH4_CM0 0xF01E9A10          ATOM3 Channel 4 CCU0 Compare Register
GTM_ATOM3_CH4_CM1 0xF01E9A14          ATOM3 Channel 4 CCU1 Compare Register
GTM_ATOM3_CH4_CN0 0xF01E9A18          ATOM3 Channel 4 CCU0 Counter Register
GTM_ATOM3_CH4_STAT 0xF01E9A1C          ATOM3 Channel 4 Status Register
GTM_ATOM3_CH4_IRQ_NOTIFY 0xF01E9A20          ATOM3 Channel 4 Interrupt Notification Register
GTM_ATOM3_CH4_IRQ_EN 0xF01E9A24          ATOM3 Channel 4 Interrupt Enable Register
GTM_ATOM3_CH4_IRQ_FORCINT 0xF01E9A28          ATOM3 Channel 4 Software Interrupt Generation Register
GTM_ATOM3_CH4_IRQ_MODE 0xF01E9A2C          ATOM3 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM3_CH5_RDADDR 0xF01E9A80          ATOM3 Channel 5 ARU read address Register
GTM_ATOM3_CH5_CTRL 0xF01E9A84          ATOM3 Channel 5 Control Register
GTM_ATOM3_CH5_SR0 0xF01E9A88          ATOM3 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM3_CH5_SR1 0xF01E9A8C          ATOM3 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM3_CH5_CM0 0xF01E9A90          ATOM3 Channel 5 CCU0 Compare Register
GTM_ATOM3_CH5_CM1 0xF01E9A94          ATOM3 Channel 5 CCU1 Compare Register
GTM_ATOM3_CH5_CN0 0xF01E9A98          ATOM3 Channel 5 CCU0 Counter Register
GTM_ATOM3_CH5_STAT 0xF01E9A9C          ATOM3 Channel 5 Status Register
GTM_ATOM3_CH5_IRQ_NOTIFY 0xF01E9AA0          ATOM3 Channel 5 Interrupt Notification Register
GTM_ATOM3_CH5_IRQ_EN 0xF01E9AA4          ATOM3 Channel 5 Interrupt Enable Register
GTM_ATOM3_CH5_IRQ_FORCINT 0xF01E9AA8          ATOM3 Channel 5 Software Interrupt Generation Register
GTM_ATOM3_CH5_IRQ_MODE 0xF01E9AAC          ATOM3 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM3_CH6_RDADDR 0xF01E9B00          ATOM3 Channel 6 ARU read address Register
GTM_ATOM3_CH6_CTRL 0xF01E9B04          ATOM3 Channel 6 Control Register
GTM_ATOM3_CH6_SR0 0xF01E9B08          ATOM3 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM3_CH6_SR1 0xF01E9B0C          ATOM3 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM3_CH6_CM0 0xF01E9B10          ATOM3 Channel 6 CCU0 Compare Register
GTM_ATOM3_CH6_CM1 0xF01E9B14          ATOM3 Channel 6 CCU1 Compare Register
GTM_ATOM3_CH6_CN0 0xF01E9B18          ATOM3 Channel 6 CCU0 Counter Register
GTM_ATOM3_CH6_STAT 0xF01E9B1C          ATOM3 Channel 6 Status Register
GTM_ATOM3_CH6_IRQ_NOTIFY 0xF01E9B20          ATOM3 Channel 6 Interrupt Notification Register
GTM_ATOM3_CH6_IRQ_EN 0xF01E9B24          ATOM3 Channel 6 Interrupt Enable Register
GTM_ATOM3_CH6_IRQ_FORCINT 0xF01E9B28          ATOM3 Channel 6 Software Interrupt Generation Register
GTM_ATOM3_CH6_IRQ_MODE 0xF01E9B2C          ATOM3 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM3_CH7_RDADDR 0xF01E9B80          ATOM3 Channel 7 ARU read address Register
GTM_ATOM3_CH7_CTRL 0xF01E9B84          ATOM3 Channel 7 Control Register
GTM_ATOM3_CH7_SR0 0xF01E9B88          ATOM3 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM3_CH7_SR1 0xF01E9B8C          ATOM3 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM3_CH7_CM0 0xF01E9B90          ATOM3 Channel 7 CCU0 Compare Register
GTM_ATOM3_CH7_CM1 0xF01E9B94          ATOM3 Channel 7 CCU1 Compare Register
GTM_ATOM3_CH7_CN0 0xF01E9B98          ATOM3 Channel 7 CCU0 Counter Register
GTM_ATOM3_CH7_STAT 0xF01E9B9C          ATOM3 Channel 7 Status Register
GTM_ATOM3_CH7_IRQ_NOTIFY 0xF01E9BA0          ATOM3 Channel 7 Interrupt Notification Register
GTM_ATOM3_CH7_IRQ_EN 0xF01E9BA4          ATOM3 Channel 7 Interrupt Enable Register
GTM_ATOM3_CH7_IRQ_FORCINT 0xF01E9BA8          ATOM3 Channel 7 Software Interrupt Generation Register
GTM_ATOM3_CH7_IRQ_MODE 0xF01E9BAC          ATOM3 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM4_CH0_RDADDR 0xF01EA000          ATOM4 Channel 0 ARU read address Register
GTM_ATOM4_CH0_CTRL 0xF01EA004          ATOM4 Channel 0 Control Register
GTM_ATOM4_CH0_SR0 0xF01EA008          ATOM4 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM4_CH0_SR1 0xF01EA00C          ATOM4 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM4_CH0_CM0 0xF01EA010          ATOM4 Channel 0 CCU0 Compare Register
GTM_ATOM4_CH0_CM1 0xF01EA014          ATOM4 Channel 0 CCU1 Compare Register
GTM_ATOM4_CH0_CN0 0xF01EA018          ATOM4 Channel 0 CCU0 Counter Register
GTM_ATOM4_CH0_STAT 0xF01EA01C          ATOM4 Channel 0 Status Register
GTM_ATOM4_CH0_IRQ_NOTIFY 0xF01EA020          ATOM4 Channel 0 Interrupt Notification Register
GTM_ATOM4_CH0_IRQ_EN 0xF01EA024          ATOM4 Channel 0 Interrupt Enable Register
GTM_ATOM4_CH0_IRQ_FORCINT 0xF01EA028          ATOM4 Channel 0 Software Interrupt Generation Register
GTM_ATOM4_CH0_IRQ_MODE 0xF01EA02C          ATOM4 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM4_AGC_GLB_CTRL 0xF01EA040          ATOM4 AGC Global Control Register
GTM_ATOM4_AGC_ENDIS_CTRL 0xF01EA044          ATOM4 AGC Enable/Disable Control Register
GTM_ATOM4_AGC_ENDIS_STAT 0xF01EA048          ATOM4 AGC Enable/Disable Status Register
GTM_ATOM4_AGC_ACT_TB 0xF01EA04C          ATOM4 AGC Action Time Base Register
GTM_ATOM4_AGC_OUTEN_CTRL 0xF01EA050          ATOM4 AGC Output Enable Control Register
GTM_ATOM4_AGC_OUTEN_STAT 0xF01EA054          ATOM4 AGC Output Enable Status Register
GTM_ATOM4_AGC_FUPD_CTRL 0xF01EA058          ATOM4 AGC Force Update Control Register
GTM_ATOM4_AGC_INT_TRIG 0xF01EA05C          ATOM4 AGC Internal Trigger Control Register
GTM_ATOM4_CH1_RDADDR 0xF01EA080          ATOM4 Channel 1 ARU read address Register
GTM_ATOM4_CH1_CTRL 0xF01EA084          ATOM4 Channel 1 Control Register
GTM_ATOM4_CH1_SR0 0xF01EA088          ATOM4 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM4_CH1_SR1 0xF01EA08C          ATOM4 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM4_CH1_CM0 0xF01EA090          ATOM4 Channel 1 CCU0 Compare Register
GTM_ATOM4_CH1_CM1 0xF01EA094          ATOM4 Channel 1 CCU1 Compare Register
GTM_ATOM4_CH1_CN0 0xF01EA098          ATOM4 Channel 1 CCU0 Counter Register
GTM_ATOM4_CH1_STAT 0xF01EA09C          ATOM4 Channel 1 Status Register
GTM_ATOM4_CH1_IRQ_NOTIFY 0xF01EA0A0          ATOM4 Channel 1 Interrupt Notification Register
GTM_ATOM4_CH1_IRQ_EN 0xF01EA0A4          ATOM4 Channel 1 Interrupt Enable Register
GTM_ATOM4_CH1_IRQ_FORCINT 0xF01EA0A8          ATOM4 Channel 1 Software Interrupt Generation Register
GTM_ATOM4_CH1_IRQ_MODE 0xF01EA0AC          ATOM4 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM4_CH2_RDADDR 0xF01EA100          ATOM4 Channel 2 ARU read address Register
GTM_ATOM4_CH2_CTRL 0xF01EA104          ATOM4 Channel 2 Control Register
GTM_ATOM4_CH2_SR0 0xF01EA108          ATOM4 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM4_CH2_SR1 0xF01EA10C          ATOM4 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM4_CH2_CM0 0xF01EA110          ATOM4 Channel 2 CCU0 Compare Register
GTM_ATOM4_CH2_CM1 0xF01EA114          ATOM4 Channel 2 CCU1 Compare Register
GTM_ATOM4_CH2_CN0 0xF01EA118          ATOM4 Channel 2 CCU0 Counter Register
GTM_ATOM4_CH2_STAT 0xF01EA11C          ATOM4 Channel 2 Status Register
GTM_ATOM4_CH2_IRQ_NOTIFY 0xF01EA120          ATOM4 Channel 2 Interrupt Notification Register
GTM_ATOM4_CH2_IRQ_EN 0xF01EA124          ATOM4 Channel 2 Interrupt Enable Register
GTM_ATOM4_CH2_IRQ_FORCINT 0xF01EA128          ATOM4 Channel 2 Software Interrupt Generation Register
GTM_ATOM4_CH2_IRQ_MODE 0xF01EA12C          ATOM4 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM4_CH3_RDADDR 0xF01EA180          ATOM4 Channel 3 ARU read address Register
GTM_ATOM4_CH3_CTRL 0xF01EA184          ATOM4 Channel 3 Control Register
GTM_ATOM4_CH3_SR0 0xF01EA188          ATOM4 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM4_CH3_SR1 0xF01EA18C          ATOM4 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM4_CH3_CM0 0xF01EA190          ATOM4 Channel 3 CCU0 Compare Register
GTM_ATOM4_CH3_CM1 0xF01EA194          ATOM4 Channel 3 CCU1 Compare Register
GTM_ATOM4_CH3_CN0 0xF01EA198          ATOM4 Channel 3 CCU0 Counter Register
GTM_ATOM4_CH3_STAT 0xF01EA19C          ATOM4 Channel 3 Status Register
GTM_ATOM4_CH3_IRQ_NOTIFY 0xF01EA1A0          ATOM4 Channel 3 Interrupt Notification Register
GTM_ATOM4_CH3_IRQ_EN 0xF01EA1A4          ATOM4 Channel 3 Interrupt Enable Register
GTM_ATOM4_CH3_IRQ_FORCINT 0xF01EA1A8          ATOM4 Channel 3 Software Interrupt Generation Register
GTM_ATOM4_CH3_IRQ_MODE 0xF01EA1AC          ATOM4 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM4_CH4_RDADDR 0xF01EA200          ATOM4 Channel 4 ARU read address Register
GTM_ATOM4_CH4_CTRL 0xF01EA204          ATOM4 Channel 4 Control Register
GTM_ATOM4_CH4_SR0 0xF01EA208          ATOM4 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM4_CH4_SR1 0xF01EA20C          ATOM4 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM4_CH4_CM0 0xF01EA210          ATOM4 Channel 4 CCU0 Compare Register
GTM_ATOM4_CH4_CM1 0xF01EA214          ATOM4 Channel 4 CCU1 Compare Register
GTM_ATOM4_CH4_CN0 0xF01EA218          ATOM4 Channel 4 CCU0 Counter Register
GTM_ATOM4_CH4_STAT 0xF01EA21C          ATOM4 Channel 4 Status Register
GTM_ATOM4_CH4_IRQ_NOTIFY 0xF01EA220          ATOM4 Channel 4 Interrupt Notification Register
GTM_ATOM4_CH4_IRQ_EN 0xF01EA224          ATOM4 Channel 4 Interrupt Enable Register
GTM_ATOM4_CH4_IRQ_FORCINT 0xF01EA228          ATOM4 Channel 4 Software Interrupt Generation Register
GTM_ATOM4_CH4_IRQ_MODE 0xF01EA22C          ATOM4 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM4_CH5_RDADDR 0xF01EA280          ATOM4 Channel 5 ARU read address Register
GTM_ATOM4_CH5_CTRL 0xF01EA284          ATOM4 Channel 5 Control Register
GTM_ATOM4_CH5_SR0 0xF01EA288          ATOM4 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM4_CH5_SR1 0xF01EA28C          ATOM4 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM4_CH5_CM0 0xF01EA290          ATOM4 Channel 5 CCU0 Compare Register
GTM_ATOM4_CH5_CM1 0xF01EA294          ATOM4 Channel 5 CCU1 Compare Register
GTM_ATOM4_CH5_CN0 0xF01EA298          ATOM4 Channel 5 CCU0 Counter Register
GTM_ATOM4_CH5_STAT 0xF01EA29C          ATOM4 Channel 5 Status Register
GTM_ATOM4_CH5_IRQ_NOTIFY 0xF01EA2A0          ATOM4 Channel 5 Interrupt Notification Register
GTM_ATOM4_CH5_IRQ_EN 0xF01EA2A4          ATOM4 Channel 5 Interrupt Enable Register
GTM_ATOM4_CH5_IRQ_FORCINT 0xF01EA2A8          ATOM4 Channel 5 Software Interrupt Generation Register
GTM_ATOM4_CH5_IRQ_MODE 0xF01EA2AC          ATOM4 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM4_CH6_RDADDR 0xF01EA300          ATOM4 Channel 6 ARU read address Register
GTM_ATOM4_CH6_CTRL 0xF01EA304          ATOM4 Channel 6 Control Register
GTM_ATOM4_CH6_SR0 0xF01EA308          ATOM4 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM4_CH6_SR1 0xF01EA30C          ATOM4 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM4_CH6_CM0 0xF01EA310          ATOM4 Channel 6 CCU0 Compare Register
GTM_ATOM4_CH6_CM1 0xF01EA314          ATOM4 Channel 6 CCU1 Compare Register
GTM_ATOM4_CH6_CN0 0xF01EA318          ATOM4 Channel 6 CCU0 Counter Register
GTM_ATOM4_CH6_STAT 0xF01EA31C          ATOM4 Channel 6 Status Register
GTM_ATOM4_CH6_IRQ_NOTIFY 0xF01EA320          ATOM4 Channel 6 Interrupt Notification Register
GTM_ATOM4_CH6_IRQ_EN 0xF01EA324          ATOM4 Channel 6 Interrupt Enable Register
GTM_ATOM4_CH6_IRQ_FORCINT 0xF01EA328          ATOM4 Channel 6 Software Interrupt Generation Register
GTM_ATOM4_CH6_IRQ_MODE 0xF01EA32C          ATOM4 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM4_CH7_RDADDR 0xF01EA380          ATOM4 Channel 7 ARU read address Register
GTM_ATOM4_CH7_CTRL 0xF01EA384          ATOM4 Channel 7 Control Register
GTM_ATOM4_CH7_SR0 0xF01EA388          ATOM4 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM4_CH7_SR1 0xF01EA38C          ATOM4 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM4_CH7_CM0 0xF01EA390          ATOM4 Channel 7 CCU0 Compare Register
GTM_ATOM4_CH7_CM1 0xF01EA394          ATOM4 Channel 7 CCU1 Compare Register
GTM_ATOM4_CH7_CN0 0xF01EA398          ATOM4 Channel 7 CCU0 Counter Register
GTM_ATOM4_CH7_STAT 0xF01EA39C          ATOM4 Channel 7 Status Register
GTM_ATOM4_CH7_IRQ_NOTIFY 0xF01EA3A0          ATOM4 Channel 7 Interrupt Notification Register
GTM_ATOM4_CH7_IRQ_EN 0xF01EA3A4          ATOM4 Channel 7 Interrupt Enable Register
GTM_ATOM4_CH7_IRQ_FORCINT 0xF01EA3A8          ATOM4 Channel 7 Software Interrupt Generation Register
GTM_ATOM4_CH7_IRQ_MODE 0xF01EA3AC          ATOM4 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM5_CH0_RDADDR 0xF01EA800          ATOM5 Channel 0 ARU read address Register
GTM_ATOM5_CH0_CTRL 0xF01EA804          ATOM5 Channel 0 Control Register
GTM_ATOM5_CH0_SR0 0xF01EA808          ATOM5 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM5_CH0_SR1 0xF01EA80C          ATOM5 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM5_CH0_CM0 0xF01EA810          ATOM5 Channel 0 CCU0 Compare Register
GTM_ATOM5_CH0_CM1 0xF01EA814          ATOM5 Channel 0 CCU1 Compare Register
GTM_ATOM5_CH0_CN0 0xF01EA818          ATOM5 Channel 0 CCU0 Counter Register
GTM_ATOM5_CH0_STAT 0xF01EA81C          ATOM5 Channel 0 Status Register
GTM_ATOM5_CH0_IRQ_NOTIFY 0xF01EA820          ATOM5 Channel 0 Interrupt Notification Register
GTM_ATOM5_CH0_IRQ_EN 0xF01EA824          ATOM5 Channel 0 Interrupt Enable Register
GTM_ATOM5_CH0_IRQ_FORCINT 0xF01EA828          ATOM5 Channel 0 Software Interrupt Generation Register
GTM_ATOM5_CH0_IRQ_MODE 0xF01EA82C          ATOM5 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM5_AGC_GLB_CTRL 0xF01EA840          ATOM5 AGC Global Control Register
GTM_ATOM5_AGC_ENDIS_CTRL 0xF01EA844          ATOM5 AGC Enable/Disable Control Register
GTM_ATOM5_AGC_ENDIS_STAT 0xF01EA848          ATOM5 AGC Enable/Disable Status Register
GTM_ATOM5_AGC_ACT_TB 0xF01EA84C          ATOM5 AGC Action Time Base Register
GTM_ATOM5_AGC_OUTEN_CTRL 0xF01EA850          ATOM5 AGC Output Enable Control Register
GTM_ATOM5_AGC_OUTEN_STAT 0xF01EA854          ATOM5 AGC Output Enable Status Register
GTM_ATOM5_AGC_FUPD_CTRL 0xF01EA858          ATOM5 AGC Force Update Control Register
GTM_ATOM5_AGC_INT_TRIG 0xF01EA85C          ATOM5 AGC Internal Trigger Control Register
GTM_ATOM5_CH1_RDADDR 0xF01EA880          ATOM5 Channel 1 ARU read address Register
GTM_ATOM5_CH1_CTRL 0xF01EA884          ATOM5 Channel 1 Control Register
GTM_ATOM5_CH1_SR0 0xF01EA888          ATOM5 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM5_CH1_SR1 0xF01EA88C          ATOM5 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM5_CH1_CM0 0xF01EA890          ATOM5 Channel 1 CCU0 Compare Register
GTM_ATOM5_CH1_CM1 0xF01EA894          ATOM5 Channel 1 CCU1 Compare Register
GTM_ATOM5_CH1_CN0 0xF01EA898          ATOM5 Channel 1 CCU0 Counter Register
GTM_ATOM5_CH1_STAT 0xF01EA89C          ATOM5 Channel 1 Status Register
GTM_ATOM5_CH1_IRQ_NOTIFY 0xF01EA8A0          ATOM5 Channel 1 Interrupt Notification Register
GTM_ATOM5_CH1_IRQ_EN 0xF01EA8A4          ATOM5 Channel 1 Interrupt Enable Register
GTM_ATOM5_CH1_IRQ_FORCINT 0xF01EA8A8          ATOM5 Channel 1 Software Interrupt Generation Register
GTM_ATOM5_CH1_IRQ_MODE 0xF01EA8AC          ATOM5 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM5_CH2_RDADDR 0xF01EA900          ATOM5 Channel 2 ARU read address Register
GTM_ATOM5_CH2_CTRL 0xF01EA904          ATOM5 Channel 2 Control Register
GTM_ATOM5_CH2_SR0 0xF01EA908          ATOM5 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM5_CH2_SR1 0xF01EA90C          ATOM5 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM5_CH2_CM0 0xF01EA910          ATOM5 Channel 2 CCU0 Compare Register
GTM_ATOM5_CH2_CM1 0xF01EA914          ATOM5 Channel 2 CCU1 Compare Register
GTM_ATOM5_CH2_CN0 0xF01EA918          ATOM5 Channel 2 CCU0 Counter Register
GTM_ATOM5_CH2_STAT 0xF01EA91C          ATOM5 Channel 2 Status Register
GTM_ATOM5_CH2_IRQ_NOTIFY 0xF01EA920          ATOM5 Channel 2 Interrupt Notification Register
GTM_ATOM5_CH2_IRQ_EN 0xF01EA924          ATOM5 Channel 2 Interrupt Enable Register
GTM_ATOM5_CH2_IRQ_FORCINT 0xF01EA928          ATOM5 Channel 2 Software Interrupt Generation Register
GTM_ATOM5_CH2_IRQ_MODE 0xF01EA92C          ATOM5 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM5_CH3_RDADDR 0xF01EA980          ATOM5 Channel 3 ARU read address Register
GTM_ATOM5_CH3_CTRL 0xF01EA984          ATOM5 Channel 3 Control Register
GTM_ATOM5_CH3_SR0 0xF01EA988          ATOM5 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM5_CH3_SR1 0xF01EA98C          ATOM5 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM5_CH3_CM0 0xF01EA990          ATOM5 Channel 3 CCU0 Compare Register
GTM_ATOM5_CH3_CM1 0xF01EA994          ATOM5 Channel 3 CCU1 Compare Register
GTM_ATOM5_CH3_CN0 0xF01EA998          ATOM5 Channel 3 CCU0 Counter Register
GTM_ATOM5_CH3_STAT 0xF01EA99C          ATOM5 Channel 3 Status Register
GTM_ATOM5_CH3_IRQ_NOTIFY 0xF01EA9A0          ATOM5 Channel 3 Interrupt Notification Register
GTM_ATOM5_CH3_IRQ_EN 0xF01EA9A4          ATOM5 Channel 3 Interrupt Enable Register
GTM_ATOM5_CH3_IRQ_FORCINT 0xF01EA9A8          ATOM5 Channel 3 Software Interrupt Generation Register
GTM_ATOM5_CH3_IRQ_MODE 0xF01EA9AC          ATOM5 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM5_CH4_RDADDR 0xF01EAA00          ATOM5 Channel 4 ARU read address Register
GTM_ATOM5_CH4_CTRL 0xF01EAA04          ATOM5 Channel 4 Control Register
GTM_ATOM5_CH4_SR0 0xF01EAA08          ATOM5 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM5_CH4_SR1 0xF01EAA0C          ATOM5 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM5_CH4_CM0 0xF01EAA10          ATOM5 Channel 4 CCU0 Compare Register
GTM_ATOM5_CH4_CM1 0xF01EAA14          ATOM5 Channel 4 CCU1 Compare Register
GTM_ATOM5_CH4_CN0 0xF01EAA18          ATOM5 Channel 4 CCU0 Counter Register
GTM_ATOM5_CH4_STAT 0xF01EAA1C          ATOM5 Channel 4 Status Register
GTM_ATOM5_CH4_IRQ_NOTIFY 0xF01EAA20          ATOM5 Channel 4 Interrupt Notification Register
GTM_ATOM5_CH4_IRQ_EN 0xF01EAA24          ATOM5 Channel 4 Interrupt Enable Register
GTM_ATOM5_CH4_IRQ_FORCINT 0xF01EAA28          ATOM5 Channel 4 Software Interrupt Generation Register
GTM_ATOM5_CH4_IRQ_MODE 0xF01EAA2C          ATOM5 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM5_CH5_RDADDR 0xF01EAA80          ATOM5 Channel 5 ARU read address Register
GTM_ATOM5_CH5_CTRL 0xF01EAA84          ATOM5 Channel 5 Control Register
GTM_ATOM5_CH5_SR0 0xF01EAA88          ATOM5 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM5_CH5_SR1 0xF01EAA8C          ATOM5 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM5_CH5_CM0 0xF01EAA90          ATOM5 Channel 5 CCU0 Compare Register
GTM_ATOM5_CH5_CM1 0xF01EAA94          ATOM5 Channel 5 CCU1 Compare Register
GTM_ATOM5_CH5_CN0 0xF01EAA98          ATOM5 Channel 5 CCU0 Counter Register
GTM_ATOM5_CH5_STAT 0xF01EAA9C          ATOM5 Channel 5 Status Register
GTM_ATOM5_CH5_IRQ_NOTIFY 0xF01EAAA0          ATOM5 Channel 5 Interrupt Notification Register
GTM_ATOM5_CH5_IRQ_EN 0xF01EAAA4          ATOM5 Channel 5 Interrupt Enable Register
GTM_ATOM5_CH5_IRQ_FORCINT 0xF01EAAA8          ATOM5 Channel 5 Software Interrupt Generation Register
GTM_ATOM5_CH5_IRQ_MODE 0xF01EAAAC          ATOM5 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM5_CH6_RDADDR 0xF01EAB00          ATOM5 Channel 6 ARU read address Register
GTM_ATOM5_CH6_CTRL 0xF01EAB04          ATOM5 Channel 6 Control Register
GTM_ATOM5_CH6_SR0 0xF01EAB08          ATOM5 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM5_CH6_SR1 0xF01EAB0C          ATOM5 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM5_CH6_CM0 0xF01EAB10          ATOM5 Channel 6 CCU0 Compare Register
GTM_ATOM5_CH6_CM1 0xF01EAB14          ATOM5 Channel 6 CCU1 Compare Register
GTM_ATOM5_CH6_CN0 0xF01EAB18          ATOM5 Channel 6 CCU0 Counter Register
GTM_ATOM5_CH6_STAT 0xF01EAB1C          ATOM5 Channel 6 Status Register
GTM_ATOM5_CH6_IRQ_NOTIFY 0xF01EAB20          ATOM5 Channel 6 Interrupt Notification Register
GTM_ATOM5_CH6_IRQ_EN 0xF01EAB24          ATOM5 Channel 6 Interrupt Enable Register
GTM_ATOM5_CH6_IRQ_FORCINT 0xF01EAB28          ATOM5 Channel 6 Software Interrupt Generation Register
GTM_ATOM5_CH6_IRQ_MODE 0xF01EAB2C          ATOM5 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM5_CH7_RDADDR 0xF01EAB80          ATOM5 Channel 7 ARU read address Register
GTM_ATOM5_CH7_CTRL 0xF01EAB84          ATOM5 Channel 7 Control Register
GTM_ATOM5_CH7_SR0 0xF01EAB88          ATOM5 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM5_CH7_SR1 0xF01EAB8C          ATOM5 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM5_CH7_CM0 0xF01EAB90          ATOM5 Channel 7 CCU0 Compare Register
GTM_ATOM5_CH7_CM1 0xF01EAB94          ATOM5 Channel 7 CCU1 Compare Register
GTM_ATOM5_CH7_CN0 0xF01EAB98          ATOM5 Channel 7 CCU0 Counter Register
GTM_ATOM5_CH7_STAT 0xF01EAB9C          ATOM5 Channel 7 Status Register
GTM_ATOM5_CH7_IRQ_NOTIFY 0xF01EABA0          ATOM5 Channel 7 Interrupt Notification Register
GTM_ATOM5_CH7_IRQ_EN 0xF01EABA4          ATOM5 Channel 7 Interrupt Enable Register
GTM_ATOM5_CH7_IRQ_FORCINT 0xF01EABA8          ATOM5 Channel 7 Software Interrupt Generation Register
GTM_ATOM5_CH7_IRQ_MODE 0xF01EABAC          ATOM5 Channel 7 Interrupt Mode Configuration Register
GTM_MCS0_CH0_R0 0xF01F0000          MCS0 Channel 0 General Purpose Register 0
GTM_MCS0_CH0_R1 0xF01F0004          MCS0 Channel 0 General Purpose Register 1
GTM_MCS0_CH0_R2 0xF01F0008          MCS0 Channel 0 General Purpose Register 2
GTM_MCS0_CH0_R3 0xF01F000C          MCS0 Channel 0 General Purpose Register 3
GTM_MCS0_CH0_R4 0xF01F0010          MCS0 Channel 0 General Purpose Register 4
GTM_MCS0_CH0_R5 0xF01F0014          MCS0 Channel 0 General Purpose Register 5
GTM_MCS0_CH0_R6 0xF01F0018          MCS0 Channel 0 General Purpose Register 6
GTM_MCS0_CH0_R7 0xF01F001C          MCS0 Channel 0 General Purpose Register 7
GTM_MCS0_CH0_CTRL 0xF01F0020          MCS0 Channel 0 Control Register
GTM_MCS0_CH0_ACB 0xF01F0024          MCS0 Channel 0 ARU Control Bit Register
GTM_MCS0_CTRG   0xF01F0028          MCS0 Clear Trigger Control Register
GTM_MCS0_STRG   0xF01F002C          MCS0 Set Trigger Control Register
GTM_MCS0_CH0_MHB 0xF01F003C          MCS0 Channel 0 Memory High Byte Register
GTM_MCS0_CH0_PC 0xF01F0040          MCS0 Channel 0 Program Counter Register
GTM_MCS0_CH0_IRQ_NOTIFY 0xF01F0044          MCS0 Channel 0 Interrupt Notification Register
GTM_MCS0_CH0_IRQ_EN 0xF01F0048          MCS0 Channel 0 Interrupt Enable Register
GTM_MCS0_CH0_IRQ_FORCINT 0xF01F004C          MCS0 Channel 0 Force Interrupt Register
GTM_MCS0_CH0_IRQ_MODE 0xF01F0050          MCS0 Channel 0 Interrupt Mode Configuration Register
GTM_MCS0_CH0_EIRQ_EN 0xF01F0054          MCS0 Channel 0 Error Interrupt Enable Register
GTM_MCS0_REG_PROT 0xF01F0060          MCS0 Write Protection Register
GTM_MCS0_CTRL_STAT 0xF01F0064          MCS0 Control and Status Register
GTM_MCS0_RESET  0xF01F0068          MCS0 Reset Register
GTM_MCS0_CAT    0xF01F006C          MCS0 Cancel ARU Transfer Instruction Register
GTM_MCS0_CWT    0xF01F0070          MCS0 Cancel WURM Instruction Register
GTM_MCS0_ERR    0xF01F007C          MCS0 error register
GTM_MCS0_CH1_R0 0xF01F0080          MCS0 Channel 1 General Purpose Register 0
GTM_MCS0_CH1_R1 0xF01F0084          MCS0 Channel 1 General Purpose Register 1
GTM_MCS0_CH1_R2 0xF01F0088          MCS0 Channel 1 General Purpose Register 2
GTM_MCS0_CH1_R3 0xF01F008C          MCS0 Channel 1 General Purpose Register 3
GTM_MCS0_CH1_R4 0xF01F0090          MCS0 Channel 1 General Purpose Register 4
GTM_MCS0_CH1_R5 0xF01F0094          MCS0 Channel 1 General Purpose Register 5
GTM_MCS0_CH1_R6 0xF01F0098          MCS0 Channel 1 General Purpose Register 6
GTM_MCS0_CH1_R7 0xF01F009C          MCS0 Channel 1 General Purpose Register 7
GTM_MCS0_CH1_CTRL 0xF01F00A0          MCS0 Channel 1 Control Register
GTM_MCS0_CH1_ACB 0xF01F00A4          MCS0 Channel 1 ARU Control Bit Register
GTM_MCS0_CH1_MHB 0xF01F00BC          MCS0 Channel 1 Memory High Byte Register
GTM_MCS0_CH1_PC 0xF01F00C0          MCS0 Channel 1 Program Counter Register
GTM_MCS0_CH1_IRQ_NOTIFY 0xF01F00C4          MCS0 Channel 1 Interrupt Notification Register
GTM_MCS0_CH1_IRQ_EN 0xF01F00C8          MCS0 Channel 1 Interrupt Enable Register
GTM_MCS0_CH1_IRQ_FORCINT 0xF01F00CC          MCS0 Channel 1 Force Interrupt Register
GTM_MCS0_CH1_IRQ_MODE 0xF01F00D0          MCS0 Channel 1 Interrupt Mode Configuration Register
GTM_MCS0_CH1_EIRQ_EN 0xF01F00D4          MCS0 Channel 1 Error Interrupt Enable Register
GTM_MCS0_CH2_R0 0xF01F0100          MCS0 Channel 2 General Purpose Register 0
GTM_MCS0_CH2_R1 0xF01F0104          MCS0 Channel 2 General Purpose Register 1
GTM_MCS0_CH2_R2 0xF01F0108          MCS0 Channel 2 General Purpose Register 2
GTM_MCS0_CH2_R3 0xF01F010C          MCS0 Channel 2 General Purpose Register 3
GTM_MCS0_CH2_R4 0xF01F0110          MCS0 Channel 2 General Purpose Register 4
GTM_MCS0_CH2_R5 0xF01F0114          MCS0 Channel 2 General Purpose Register 5
GTM_MCS0_CH2_R6 0xF01F0118          MCS0 Channel 2 General Purpose Register 6
GTM_MCS0_CH2_R7 0xF01F011C          MCS0 Channel 2 General Purpose Register 7
GTM_MCS0_CH2_CTRL 0xF01F0120          MCS0 Channel 2 Control Register
GTM_MCS0_CH2_ACB 0xF01F0124          MCS0 Channel 2 ARU Control Bit Register
GTM_MCS0_CH2_MHB 0xF01F013C          MCS0 Channel 2 Memory High Byte Register
GTM_MCS0_CH2_PC 0xF01F0140          MCS0 Channel 2 Program Counter Register
GTM_MCS0_CH2_IRQ_NOTIFY 0xF01F0144          MCS0 Channel 2 Interrupt Notification Register
GTM_MCS0_CH2_IRQ_EN 0xF01F0148          MCS0 Channel 2 Interrupt Enable Register
GTM_MCS0_CH2_IRQ_FORCINT 0xF01F014C          MCS0 Channel 2 Force Interrupt Register
GTM_MCS0_CH2_IRQ_MODE 0xF01F0150          MCS0 Channel 2 Interrupt Mode Configuration Register
GTM_MCS0_CH2_EIRQ_EN 0xF01F0154          MCS0 Channel 2 Error Interrupt Enable Register
GTM_MCS0_CH3_R0 0xF01F0180          MCS0 Channel 3 General Purpose Register 0
GTM_MCS0_CH3_R1 0xF01F0184          MCS0 Channel 3 General Purpose Register 1
GTM_MCS0_CH3_R2 0xF01F0188          MCS0 Channel 3 General Purpose Register 2
GTM_MCS0_CH3_R3 0xF01F018C          MCS0 Channel 3 General Purpose Register 3
GTM_MCS0_CH3_R4 0xF01F0190          MCS0 Channel 3 General Purpose Register 4
GTM_MCS0_CH3_R5 0xF01F0194          MCS0 Channel 3 General Purpose Register 5
GTM_MCS0_CH3_R6 0xF01F0198          MCS0 Channel 3 General Purpose Register 6
GTM_MCS0_CH3_R7 0xF01F019C          MCS0 Channel 3 General Purpose Register 7
GTM_MCS0_CH3_CTRL 0xF01F01A0          MCS0 Channel 3 Control Register
GTM_MCS0_CH3_ACB 0xF01F01A4          MCS0 Channel 3 ARU Control Bit Register
GTM_MCS0_CH3_MHB 0xF01F01BC          MCS0 Channel 3 Memory High Byte Register
GTM_MCS0_CH3_PC 0xF01F01C0          MCS0 Channel 3 Program Counter Register
GTM_MCS0_CH3_IRQ_NOTIFY 0xF01F01C4          MCS0 Channel 3 Interrupt Notification Register
GTM_MCS0_CH3_IRQ_EN 0xF01F01C8          MCS0 Channel 3 Interrupt Enable Register
GTM_MCS0_CH3_IRQ_FORCINT 0xF01F01CC          MCS0 Channel 3 Force Interrupt Register
GTM_MCS0_CH3_IRQ_MODE 0xF01F01D0          MCS0 Channel 3 Interrupt Mode Configuration Register
GTM_MCS0_CH3_EIRQ_EN 0xF01F01D4          MCS0 Channel 3 Error Interrupt Enable Register
GTM_MCS0_CH4_R0 0xF01F0200          MCS0 Channel 4 General Purpose Register 0
GTM_MCS0_CH4_R1 0xF01F0204          MCS0 Channel 4 General Purpose Register 1
GTM_MCS0_CH4_R2 0xF01F0208          MCS0 Channel 4 General Purpose Register 2
GTM_MCS0_CH4_R3 0xF01F020C          MCS0 Channel 4 General Purpose Register 3
GTM_MCS0_CH4_R4 0xF01F0210          MCS0 Channel 4 General Purpose Register 4
GTM_MCS0_CH4_R5 0xF01F0214          MCS0 Channel 4 General Purpose Register 5
GTM_MCS0_CH4_R6 0xF01F0218          MCS0 Channel 4 General Purpose Register 6
GTM_MCS0_CH4_R7 0xF01F021C          MCS0 Channel 4 General Purpose Register 7
GTM_MCS0_CH4_CTRL 0xF01F0220          MCS0 Channel 4 Control Register
GTM_MCS0_CH4_ACB 0xF01F0224          MCS0 Channel 4 ARU Control Bit Register
GTM_MCS0_CH4_MHB 0xF01F023C          MCS0 Channel 4 Memory High Byte Register
GTM_MCS0_CH4_PC 0xF01F0240          MCS0 Channel 4 Program Counter Register
GTM_MCS0_CH4_IRQ_NOTIFY 0xF01F0244          MCS0 Channel 4 Interrupt Notification Register
GTM_MCS0_CH4_IRQ_EN 0xF01F0248          MCS0 Channel 4 Interrupt Enable Register
GTM_MCS0_CH4_IRQ_FORCINT 0xF01F024C          MCS0 Channel 4 Force Interrupt Register
GTM_MCS0_CH4_IRQ_MODE 0xF01F0250          MCS0 Channel 4 Interrupt Mode Configuration Register
GTM_MCS0_CH4_EIRQ_EN 0xF01F0254          MCS0 Channel 4 Error Interrupt Enable Register
GTM_MCS0_CH5_R0 0xF01F0280          MCS0 Channel 5 General Purpose Register 0
GTM_MCS0_CH5_R1 0xF01F0284          MCS0 Channel 5 General Purpose Register 1
GTM_MCS0_CH5_R2 0xF01F0288          MCS0 Channel 5 General Purpose Register 2
GTM_MCS0_CH5_R3 0xF01F028C          MCS0 Channel 5 General Purpose Register 3
GTM_MCS0_CH5_R4 0xF01F0290          MCS0 Channel 5 General Purpose Register 4
GTM_MCS0_CH5_R5 0xF01F0294          MCS0 Channel 5 General Purpose Register 5
GTM_MCS0_CH5_R6 0xF01F0298          MCS0 Channel 5 General Purpose Register 6
GTM_MCS0_CH5_R7 0xF01F029C          MCS0 Channel 5 General Purpose Register 7
GTM_MCS0_CH5_CTRL 0xF01F02A0          MCS0 Channel 5 Control Register
GTM_MCS0_CH5_ACB 0xF01F02A4          MCS0 Channel 5 ARU Control Bit Register
GTM_MCS0_CH5_MHB 0xF01F02BC          MCS0 Channel 5 Memory High Byte Register
GTM_MCS0_CH5_PC 0xF01F02C0          MCS0 Channel 5 Program Counter Register
GTM_MCS0_CH5_IRQ_NOTIFY 0xF01F02C4          MCS0 Channel 5 Interrupt Notification Register
GTM_MCS0_CH5_IRQ_EN 0xF01F02C8          MCS0 Channel 5 Interrupt Enable Register
GTM_MCS0_CH5_IRQ_FORCINT 0xF01F02CC          MCS0 Channel 5 Force Interrupt Register
GTM_MCS0_CH5_IRQ_MODE 0xF01F02D0          MCS0 Channel 5 Interrupt Mode Configuration Register
GTM_MCS0_CH5_EIRQ_EN 0xF01F02D4          MCS0 Channel 5 Error Interrupt Enable Register
GTM_MCS0_CH6_R0 0xF01F0300          MCS0 Channel 6 General Purpose Register 0
GTM_MCS0_CH6_R1 0xF01F0304          MCS0 Channel 6 General Purpose Register 1
GTM_MCS0_CH6_R2 0xF01F0308          MCS0 Channel 6 General Purpose Register 2
GTM_MCS0_CH6_R3 0xF01F030C          MCS0 Channel 6 General Purpose Register 3
GTM_MCS0_CH6_R4 0xF01F0310          MCS0 Channel 6 General Purpose Register 4
GTM_MCS0_CH6_R5 0xF01F0314          MCS0 Channel 6 General Purpose Register 5
GTM_MCS0_CH6_R6 0xF01F0318          MCS0 Channel 6 General Purpose Register 6
GTM_MCS0_CH6_R7 0xF01F031C          MCS0 Channel 6 General Purpose Register 7
GTM_MCS0_CH6_CTRL 0xF01F0320          MCS0 Channel 6 Control Register
GTM_MCS0_CH6_ACB 0xF01F0324          MCS0 Channel 6 ARU Control Bit Register
GTM_MCS0_CH6_MHB 0xF01F033C          MCS0 Channel 6 Memory High Byte Register
GTM_MCS0_CH6_PC 0xF01F0340          MCS0 Channel 6 Program Counter Register
GTM_MCS0_CH6_IRQ_NOTIFY 0xF01F0344          MCS0 Channel 6 Interrupt Notification Register
GTM_MCS0_CH6_IRQ_EN 0xF01F0348          MCS0 Channel 6 Interrupt Enable Register
GTM_MCS0_CH6_IRQ_FORCINT 0xF01F034C          MCS0 Channel 6 Force Interrupt Register
GTM_MCS0_CH6_IRQ_MODE 0xF01F0350          MCS0 Channel 6 Interrupt Mode Configuration Register
GTM_MCS0_CH6_EIRQ_EN 0xF01F0354          MCS0 Channel 6 Error Interrupt Enable Register
GTM_MCS0_CH7_R0 0xF01F0380          MCS0 Channel 7 General Purpose Register 0
GTM_MCS0_CH7_R1 0xF01F0384          MCS0 Channel 7 General Purpose Register 1
GTM_MCS0_CH7_R2 0xF01F0388          MCS0 Channel 7 General Purpose Register 2
GTM_MCS0_CH7_R3 0xF01F038C          MCS0 Channel 7 General Purpose Register 3
GTM_MCS0_CH7_R4 0xF01F0390          MCS0 Channel 7 General Purpose Register 4
GTM_MCS0_CH7_R5 0xF01F0394          MCS0 Channel 7 General Purpose Register 5
GTM_MCS0_CH7_R6 0xF01F0398          MCS0 Channel 7 General Purpose Register 6
GTM_MCS0_CH7_R7 0xF01F039C          MCS0 Channel 7 General Purpose Register 7
GTM_MCS0_CH7_CTRL 0xF01F03A0          MCS0 Channel 7 Control Register
GTM_MCS0_CH7_ACB 0xF01F03A4          MCS0 Channel 7 ARU Control Bit Register
GTM_MCS0_CH7_MHB 0xF01F03BC          MCS0 Channel 7 Memory High Byte Register
GTM_MCS0_CH7_PC 0xF01F03C0          MCS0 Channel 7 Program Counter Register
GTM_MCS0_CH7_IRQ_NOTIFY 0xF01F03C4          MCS0 Channel 7 Interrupt Notification Register
GTM_MCS0_CH7_IRQ_EN 0xF01F03C8          MCS0 Channel 7 Interrupt Enable Register
GTM_MCS0_CH7_IRQ_FORCINT 0xF01F03CC          MCS0 Channel 7 Force Interrupt Register
GTM_MCS0_CH7_IRQ_MODE 0xF01F03D0          MCS0 Channel 7 Interrupt Mode Configuration Register
GTM_MCS0_CH7_EIRQ_EN 0xF01F03D4          MCS0 Channel 7 Error Interrupt Enable Register
GTM_MCS1_CH0_R0 0xF01F1000          MCS1 Channel 0 General Purpose Register 0
GTM_MCS1_CH0_R1 0xF01F1004          MCS1 Channel 0 General Purpose Register 1
GTM_MCS1_CH0_R2 0xF01F1008          MCS1 Channel 0 General Purpose Register 2
GTM_MCS1_CH0_R3 0xF01F100C          MCS1 Channel 0 General Purpose Register 3
GTM_MCS1_CH0_R4 0xF01F1010          MCS1 Channel 0 General Purpose Register 4
GTM_MCS1_CH0_R5 0xF01F1014          MCS1 Channel 0 General Purpose Register 5
GTM_MCS1_CH0_R6 0xF01F1018          MCS1 Channel 0 General Purpose Register 6
GTM_MCS1_CH0_R7 0xF01F101C          MCS1 Channel 0 General Purpose Register 7
GTM_MCS1_CH0_CTRL 0xF01F1020          MCS1 Channel 0 Control Register
GTM_MCS1_CH0_ACB 0xF01F1024          MCS1 Channel 0 ARU Control Bit Register
GTM_MCS1_CTRG   0xF01F1028          MCS1 Clear Trigger Control Register
GTM_MCS1_STRG   0xF01F102C          MCS1 Set Trigger Control Register
GTM_MCS1_CH0_MHB 0xF01F103C          MCS1 Channel 0 Memory High Byte Register
GTM_MCS1_CH0_PC 0xF01F1040          MCS1 Channel 0 Program Counter Register
GTM_MCS1_CH0_IRQ_NOTIFY 0xF01F1044          MCS1 Channel 0 Interrupt Notification Register
GTM_MCS1_CH0_IRQ_EN 0xF01F1048          MCS1 Channel 0 Interrupt Enable Register
GTM_MCS1_CH0_IRQ_FORCINT 0xF01F104C          MCS1 Channel 0 Force Interrupt Register
GTM_MCS1_CH0_IRQ_MODE 0xF01F1050          MCS1 Channel 0 Interrupt Mode Configuration Register
GTM_MCS1_CH0_EIRQ_EN 0xF01F1054          MCS1 Channel 0 Error Interrupt Enable Register
GTM_MCS1_REG_PROT 0xF01F1060          MCS1 Write Protection Register
GTM_MCS1_CTRL_STAT 0xF01F1064          MCS1 Control and Status Register
GTM_MCS1_RESET  0xF01F1068          MCS1 Reset Register
GTM_MCS1_CAT    0xF01F106C          MCS1 Cancel ARU Transfer Instruction Register
GTM_MCS1_CWT    0xF01F1070          MCS1 Cancel WURM Instruction Register
GTM_MCS1_ERR    0xF01F107C          MCS1 error register
GTM_MCS1_CH1_R0 0xF01F1080          MCS1 Channel 1 General Purpose Register 0
GTM_MCS1_CH1_R1 0xF01F1084          MCS1 Channel 1 General Purpose Register 1
GTM_MCS1_CH1_R2 0xF01F1088          MCS1 Channel 1 General Purpose Register 2
GTM_MCS1_CH1_R3 0xF01F108C          MCS1 Channel 1 General Purpose Register 3
GTM_MCS1_CH1_R4 0xF01F1090          MCS1 Channel 1 General Purpose Register 4
GTM_MCS1_CH1_R5 0xF01F1094          MCS1 Channel 1 General Purpose Register 5
GTM_MCS1_CH1_R6 0xF01F1098          MCS1 Channel 1 General Purpose Register 6
GTM_MCS1_CH1_R7 0xF01F109C          MCS1 Channel 1 General Purpose Register 7
GTM_MCS1_CH1_CTRL 0xF01F10A0          MCS1 Channel 1 Control Register
GTM_MCS1_CH1_ACB 0xF01F10A4          MCS1 Channel 1 ARU Control Bit Register
GTM_MCS1_CH1_MHB 0xF01F10BC          MCS1 Channel 1 Memory High Byte Register
GTM_MCS1_CH1_PC 0xF01F10C0          MCS1 Channel 1 Program Counter Register
GTM_MCS1_CH1_IRQ_NOTIFY 0xF01F10C4          MCS1 Channel 1 Interrupt Notification Register
GTM_MCS1_CH1_IRQ_EN 0xF01F10C8          MCS1 Channel 1 Interrupt Enable Register
GTM_MCS1_CH1_IRQ_FORCINT 0xF01F10CC          MCS1 Channel 1 Force Interrupt Register
GTM_MCS1_CH1_IRQ_MODE 0xF01F10D0          MCS1 Channel 1 Interrupt Mode Configuration Register
GTM_MCS1_CH1_EIRQ_EN 0xF01F10D4          MCS1 Channel 1 Error Interrupt Enable Register
GTM_MCS1_CH2_R0 0xF01F1100          MCS1 Channel 2 General Purpose Register 0
GTM_MCS1_CH2_R1 0xF01F1104          MCS1 Channel 2 General Purpose Register 1
GTM_MCS1_CH2_R2 0xF01F1108          MCS1 Channel 2 General Purpose Register 2
GTM_MCS1_CH2_R3 0xF01F110C          MCS1 Channel 2 General Purpose Register 3
GTM_MCS1_CH2_R4 0xF01F1110          MCS1 Channel 2 General Purpose Register 4
GTM_MCS1_CH2_R5 0xF01F1114          MCS1 Channel 2 General Purpose Register 5
GTM_MCS1_CH2_R6 0xF01F1118          MCS1 Channel 2 General Purpose Register 6
GTM_MCS1_CH2_R7 0xF01F111C          MCS1 Channel 2 General Purpose Register 7
GTM_MCS1_CH2_CTRL 0xF01F1120          MCS1 Channel 2 Control Register
GTM_MCS1_CH2_ACB 0xF01F1124          MCS1 Channel 2 ARU Control Bit Register
GTM_MCS1_CH2_MHB 0xF01F113C          MCS1 Channel 2 Memory High Byte Register
GTM_MCS1_CH2_PC 0xF01F1140          MCS1 Channel 2 Program Counter Register
GTM_MCS1_CH2_IRQ_NOTIFY 0xF01F1144          MCS1 Channel 2 Interrupt Notification Register
GTM_MCS1_CH2_IRQ_EN 0xF01F1148          MCS1 Channel 2 Interrupt Enable Register
GTM_MCS1_CH2_IRQ_FORCINT 0xF01F114C          MCS1 Channel 2 Force Interrupt Register
GTM_MCS1_CH2_IRQ_MODE 0xF01F1150          MCS1 Channel 2 Interrupt Mode Configuration Register
GTM_MCS1_CH2_EIRQ_EN 0xF01F1154          MCS1 Channel 2 Error Interrupt Enable Register
GTM_MCS1_CH3_R0 0xF01F1180          MCS1 Channel 3 General Purpose Register 0
GTM_MCS1_CH3_R1 0xF01F1184          MCS1 Channel 3 General Purpose Register 1
GTM_MCS1_CH3_R2 0xF01F1188          MCS1 Channel 3 General Purpose Register 2
GTM_MCS1_CH3_R3 0xF01F118C          MCS1 Channel 3 General Purpose Register 3
GTM_MCS1_CH3_R4 0xF01F1190          MCS1 Channel 3 General Purpose Register 4
GTM_MCS1_CH3_R5 0xF01F1194          MCS1 Channel 3 General Purpose Register 5
GTM_MCS1_CH3_R6 0xF01F1198          MCS1 Channel 3 General Purpose Register 6
GTM_MCS1_CH3_R7 0xF01F119C          MCS1 Channel 3 General Purpose Register 7
GTM_MCS1_CH3_CTRL 0xF01F11A0          MCS1 Channel 3 Control Register
GTM_MCS1_CH3_ACB 0xF01F11A4          MCS1 Channel 3 ARU Control Bit Register
GTM_MCS1_CH3_MHB 0xF01F11BC          MCS1 Channel 3 Memory High Byte Register
GTM_MCS1_CH3_PC 0xF01F11C0          MCS1 Channel 3 Program Counter Register
GTM_MCS1_CH3_IRQ_NOTIFY 0xF01F11C4          MCS1 Channel 3 Interrupt Notification Register
GTM_MCS1_CH3_IRQ_EN 0xF01F11C8          MCS1 Channel 3 Interrupt Enable Register
GTM_MCS1_CH3_IRQ_FORCINT 0xF01F11CC          MCS1 Channel 3 Force Interrupt Register
GTM_MCS1_CH3_IRQ_MODE 0xF01F11D0          MCS1 Channel 3 Interrupt Mode Configuration Register
GTM_MCS1_CH3_EIRQ_EN 0xF01F11D4          MCS1 Channel 3 Error Interrupt Enable Register
GTM_MCS1_CH4_R0 0xF01F1200          MCS1 Channel 4 General Purpose Register 0
GTM_MCS1_CH4_R1 0xF01F1204          MCS1 Channel 4 General Purpose Register 1
GTM_MCS1_CH4_R2 0xF01F1208          MCS1 Channel 4 General Purpose Register 2
GTM_MCS1_CH4_R3 0xF01F120C          MCS1 Channel 4 General Purpose Register 3
GTM_MCS1_CH4_R4 0xF01F1210          MCS1 Channel 4 General Purpose Register 4
GTM_MCS1_CH4_R5 0xF01F1214          MCS1 Channel 4 General Purpose Register 5
GTM_MCS1_CH4_R6 0xF01F1218          MCS1 Channel 4 General Purpose Register 6
GTM_MCS1_CH4_R7 0xF01F121C          MCS1 Channel 4 General Purpose Register 7
GTM_MCS1_CH4_CTRL 0xF01F1220          MCS1 Channel 4 Control Register
GTM_MCS1_CH4_ACB 0xF01F1224          MCS1 Channel 4 ARU Control Bit Register
GTM_MCS1_CH4_MHB 0xF01F123C          MCS1 Channel 4 Memory High Byte Register
GTM_MCS1_CH4_PC 0xF01F1240          MCS1 Channel 4 Program Counter Register
GTM_MCS1_CH4_IRQ_NOTIFY 0xF01F1244          MCS1 Channel 4 Interrupt Notification Register
GTM_MCS1_CH4_IRQ_EN 0xF01F1248          MCS1 Channel 4 Interrupt Enable Register
GTM_MCS1_CH4_IRQ_FORCINT 0xF01F124C          MCS1 Channel 4 Force Interrupt Register
GTM_MCS1_CH4_IRQ_MODE 0xF01F1250          MCS1 Channel 4 Interrupt Mode Configuration Register
GTM_MCS1_CH4_EIRQ_EN 0xF01F1254          MCS1 Channel 4 Error Interrupt Enable Register
GTM_MCS1_CH5_R0 0xF01F1280          MCS1 Channel 5 General Purpose Register 0
GTM_MCS1_CH5_R1 0xF01F1284          MCS1 Channel 5 General Purpose Register 1
GTM_MCS1_CH5_R2 0xF01F1288          MCS1 Channel 5 General Purpose Register 2
GTM_MCS1_CH5_R3 0xF01F128C          MCS1 Channel 5 General Purpose Register 3
GTM_MCS1_CH5_R4 0xF01F1290          MCS1 Channel 5 General Purpose Register 4
GTM_MCS1_CH5_R5 0xF01F1294          MCS1 Channel 5 General Purpose Register 5
GTM_MCS1_CH5_R6 0xF01F1298          MCS1 Channel 5 General Purpose Register 6
GTM_MCS1_CH5_R7 0xF01F129C          MCS1 Channel 5 General Purpose Register 7
GTM_MCS1_CH5_CTRL 0xF01F12A0          MCS1 Channel 5 Control Register
GTM_MCS1_CH5_ACB 0xF01F12A4          MCS1 Channel 5 ARU Control Bit Register
GTM_MCS1_CH5_MHB 0xF01F12BC          MCS1 Channel 5 Memory High Byte Register
GTM_MCS1_CH5_PC 0xF01F12C0          MCS1 Channel 5 Program Counter Register
GTM_MCS1_CH5_IRQ_NOTIFY 0xF01F12C4          MCS1 Channel 5 Interrupt Notification Register
GTM_MCS1_CH5_IRQ_EN 0xF01F12C8          MCS1 Channel 5 Interrupt Enable Register
GTM_MCS1_CH5_IRQ_FORCINT 0xF01F12CC          MCS1 Channel 5 Force Interrupt Register
GTM_MCS1_CH5_IRQ_MODE 0xF01F12D0          MCS1 Channel 5 Interrupt Mode Configuration Register
GTM_MCS1_CH5_EIRQ_EN 0xF01F12D4          MCS1 Channel 5 Error Interrupt Enable Register
GTM_MCS1_CH6_R0 0xF01F1300          MCS1 Channel 6 General Purpose Register 0
GTM_MCS1_CH6_R1 0xF01F1304          MCS1 Channel 6 General Purpose Register 1
GTM_MCS1_CH6_R2 0xF01F1308          MCS1 Channel 6 General Purpose Register 2
GTM_MCS1_CH6_R3 0xF01F130C          MCS1 Channel 6 General Purpose Register 3
GTM_MCS1_CH6_R4 0xF01F1310          MCS1 Channel 6 General Purpose Register 4
GTM_MCS1_CH6_R5 0xF01F1314          MCS1 Channel 6 General Purpose Register 5
GTM_MCS1_CH6_R6 0xF01F1318          MCS1 Channel 6 General Purpose Register 6
GTM_MCS1_CH6_R7 0xF01F131C          MCS1 Channel 6 General Purpose Register 7
GTM_MCS1_CH6_CTRL 0xF01F1320          MCS1 Channel 6 Control Register
GTM_MCS1_CH6_ACB 0xF01F1324          MCS1 Channel 6 ARU Control Bit Register
GTM_MCS1_CH6_MHB 0xF01F133C          MCS1 Channel 6 Memory High Byte Register
GTM_MCS1_CH6_PC 0xF01F1340          MCS1 Channel 6 Program Counter Register
GTM_MCS1_CH6_IRQ_NOTIFY 0xF01F1344          MCS1 Channel 6 Interrupt Notification Register
GTM_MCS1_CH6_IRQ_EN 0xF01F1348          MCS1 Channel 6 Interrupt Enable Register
GTM_MCS1_CH6_IRQ_FORCINT 0xF01F134C          MCS1 Channel 6 Force Interrupt Register
GTM_MCS1_CH6_IRQ_MODE 0xF01F1350          MCS1 Channel 6 Interrupt Mode Configuration Register
GTM_MCS1_CH6_EIRQ_EN 0xF01F1354          MCS1 Channel 6 Error Interrupt Enable Register
GTM_MCS1_CH7_R0 0xF01F1380          MCS1 Channel 7 General Purpose Register 0
GTM_MCS1_CH7_R1 0xF01F1384          MCS1 Channel 7 General Purpose Register 1
GTM_MCS1_CH7_R2 0xF01F1388          MCS1 Channel 7 General Purpose Register 2
GTM_MCS1_CH7_R3 0xF01F138C          MCS1 Channel 7 General Purpose Register 3
GTM_MCS1_CH7_R4 0xF01F1390          MCS1 Channel 7 General Purpose Register 4
GTM_MCS1_CH7_R5 0xF01F1394          MCS1 Channel 7 General Purpose Register 5
GTM_MCS1_CH7_R6 0xF01F1398          MCS1 Channel 7 General Purpose Register 6
GTM_MCS1_CH7_R7 0xF01F139C          MCS1 Channel 7 General Purpose Register 7
GTM_MCS1_CH7_CTRL 0xF01F13A0          MCS1 Channel 7 Control Register
GTM_MCS1_CH7_ACB 0xF01F13A4          MCS1 Channel 7 ARU Control Bit Register
GTM_MCS1_CH7_MHB 0xF01F13BC          MCS1 Channel 7 Memory High Byte Register
GTM_MCS1_CH7_PC 0xF01F13C0          MCS1 Channel 7 Program Counter Register
GTM_MCS1_CH7_IRQ_NOTIFY 0xF01F13C4          MCS1 Channel 7 Interrupt Notification Register
GTM_MCS1_CH7_IRQ_EN 0xF01F13C8          MCS1 Channel 7 Interrupt Enable Register
GTM_MCS1_CH7_IRQ_FORCINT 0xF01F13CC          MCS1 Channel 7 Force Interrupt Register
GTM_MCS1_CH7_IRQ_MODE 0xF01F13D0          MCS1 Channel 7 Interrupt Mode Configuration Register
GTM_MCS1_CH7_EIRQ_EN 0xF01F13D4          MCS1 Channel 7 Error Interrupt Enable Register
GTM_MCS2_CH0_R0 0xF01F2000          MCS2 Channel 0 General Purpose Register 0
GTM_MCS2_CH0_R1 0xF01F2004          MCS2 Channel 0 General Purpose Register 1
GTM_MCS2_CH0_R2 0xF01F2008          MCS2 Channel 0 General Purpose Register 2
GTM_MCS2_CH0_R3 0xF01F200C          MCS2 Channel 0 General Purpose Register 3
GTM_MCS2_CH0_R4 0xF01F2010          MCS2 Channel 0 General Purpose Register 4
GTM_MCS2_CH0_R5 0xF01F2014          MCS2 Channel 0 General Purpose Register 5
GTM_MCS2_CH0_R6 0xF01F2018          MCS2 Channel 0 General Purpose Register 6
GTM_MCS2_CH0_R7 0xF01F201C          MCS2 Channel 0 General Purpose Register 7
GTM_MCS2_CH0_CTRL 0xF01F2020          MCS2 Channel 0 Control Register
GTM_MCS2_CH0_ACB 0xF01F2024          MCS2 Channel 0 ARU Control Bit Register
GTM_MCS2_CTRG   0xF01F2028          MCS2 Clear Trigger Control Register
GTM_MCS2_STRG   0xF01F202C          MCS2 Set Trigger Control Register
GTM_MCS2_CH0_MHB 0xF01F203C          MCS2 Channel 0 Memory High Byte Register
GTM_MCS2_CH0_PC 0xF01F2040          MCS2 Channel 0 Program Counter Register
GTM_MCS2_CH0_IRQ_NOTIFY 0xF01F2044          MCS2 Channel 0 Interrupt Notification Register
GTM_MCS2_CH0_IRQ_EN 0xF01F2048          MCS2 Channel 0 Interrupt Enable Register
GTM_MCS2_CH0_IRQ_FORCINT 0xF01F204C          MCS2 Channel 0 Force Interrupt Register
GTM_MCS2_CH0_IRQ_MODE 0xF01F2050          MCS2 Channel 0 Interrupt Mode Configuration Register
GTM_MCS2_CH0_EIRQ_EN 0xF01F2054          MCS2 Channel 0 Error Interrupt Enable Register
GTM_MCS2_REG_PROT 0xF01F2060          MCS2 Write Protection Register
GTM_MCS2_CTRL_STAT 0xF01F2064          MCS2 Control and Status Register
GTM_MCS2_RESET  0xF01F2068          MCS2 Reset Register
GTM_MCS2_CAT    0xF01F206C          MCS2 Cancel ARU Transfer Instruction Register
GTM_MCS2_CWT    0xF01F2070          MCS2 Cancel WURM Instruction Register
GTM_MCS2_ERR    0xF01F207C          MCS2 error register
GTM_MCS2_CH1_R0 0xF01F2080          MCS2 Channel 1 General Purpose Register 0
GTM_MCS2_CH1_R1 0xF01F2084          MCS2 Channel 1 General Purpose Register 1
GTM_MCS2_CH1_R2 0xF01F2088          MCS2 Channel 1 General Purpose Register 2
GTM_MCS2_CH1_R3 0xF01F208C          MCS2 Channel 1 General Purpose Register 3
GTM_MCS2_CH1_R4 0xF01F2090          MCS2 Channel 1 General Purpose Register 4
GTM_MCS2_CH1_R5 0xF01F2094          MCS2 Channel 1 General Purpose Register 5
GTM_MCS2_CH1_R6 0xF01F2098          MCS2 Channel 1 General Purpose Register 6
GTM_MCS2_CH1_R7 0xF01F209C          MCS2 Channel 1 General Purpose Register 7
GTM_MCS2_CH1_CTRL 0xF01F20A0          MCS2 Channel 1 Control Register
GTM_MCS2_CH1_ACB 0xF01F20A4          MCS2 Channel 1 ARU Control Bit Register
GTM_MCS2_CH1_MHB 0xF01F20BC          MCS2 Channel 1 Memory High Byte Register
GTM_MCS2_CH1_PC 0xF01F20C0          MCS2 Channel 1 Program Counter Register
GTM_MCS2_CH1_IRQ_NOTIFY 0xF01F20C4          MCS2 Channel 1 Interrupt Notification Register
GTM_MCS2_CH1_IRQ_EN 0xF01F20C8          MCS2 Channel 1 Interrupt Enable Register
GTM_MCS2_CH1_IRQ_FORCINT 0xF01F20CC          MCS2 Channel 1 Force Interrupt Register
GTM_MCS2_CH1_IRQ_MODE 0xF01F20D0          MCS2 Channel 1 Interrupt Mode Configuration Register
GTM_MCS2_CH1_EIRQ_EN 0xF01F20D4          MCS2 Channel 1 Error Interrupt Enable Register
GTM_MCS2_CH2_R0 0xF01F2100          MCS2 Channel 2 General Purpose Register 0
GTM_MCS2_CH2_R1 0xF01F2104          MCS2 Channel 2 General Purpose Register 1
GTM_MCS2_CH2_R2 0xF01F2108          MCS2 Channel 2 General Purpose Register 2
GTM_MCS2_CH2_R3 0xF01F210C          MCS2 Channel 2 General Purpose Register 3
GTM_MCS2_CH2_R4 0xF01F2110          MCS2 Channel 2 General Purpose Register 4
GTM_MCS2_CH2_R5 0xF01F2114          MCS2 Channel 2 General Purpose Register 5
GTM_MCS2_CH2_R6 0xF01F2118          MCS2 Channel 2 General Purpose Register 6
GTM_MCS2_CH2_R7 0xF01F211C          MCS2 Channel 2 General Purpose Register 7
GTM_MCS2_CH2_CTRL 0xF01F2120          MCS2 Channel 2 Control Register
GTM_MCS2_CH2_ACB 0xF01F2124          MCS2 Channel 2 ARU Control Bit Register
GTM_MCS2_CH2_MHB 0xF01F213C          MCS2 Channel 2 Memory High Byte Register
GTM_MCS2_CH2_PC 0xF01F2140          MCS2 Channel 2 Program Counter Register
GTM_MCS2_CH2_IRQ_NOTIFY 0xF01F2144          MCS2 Channel 2 Interrupt Notification Register
GTM_MCS2_CH2_IRQ_EN 0xF01F2148          MCS2 Channel 2 Interrupt Enable Register
GTM_MCS2_CH2_IRQ_FORCINT 0xF01F214C          MCS2 Channel 2 Force Interrupt Register
GTM_MCS2_CH2_IRQ_MODE 0xF01F2150          MCS2 Channel 2 Interrupt Mode Configuration Register
GTM_MCS2_CH2_EIRQ_EN 0xF01F2154          MCS2 Channel 2 Error Interrupt Enable Register
GTM_MCS2_CH3_R0 0xF01F2180          MCS2 Channel 3 General Purpose Register 0
GTM_MCS2_CH3_R1 0xF01F2184          MCS2 Channel 3 General Purpose Register 1
GTM_MCS2_CH3_R2 0xF01F2188          MCS2 Channel 3 General Purpose Register 2
GTM_MCS2_CH3_R3 0xF01F218C          MCS2 Channel 3 General Purpose Register 3
GTM_MCS2_CH3_R4 0xF01F2190          MCS2 Channel 3 General Purpose Register 4
GTM_MCS2_CH3_R5 0xF01F2194          MCS2 Channel 3 General Purpose Register 5
GTM_MCS2_CH3_R6 0xF01F2198          MCS2 Channel 3 General Purpose Register 6
GTM_MCS2_CH3_R7 0xF01F219C          MCS2 Channel 3 General Purpose Register 7
GTM_MCS2_CH3_CTRL 0xF01F21A0          MCS2 Channel 3 Control Register
GTM_MCS2_CH3_ACB 0xF01F21A4          MCS2 Channel 3 ARU Control Bit Register
GTM_MCS2_CH3_MHB 0xF01F21BC          MCS2 Channel 3 Memory High Byte Register
GTM_MCS2_CH3_PC 0xF01F21C0          MCS2 Channel 3 Program Counter Register
GTM_MCS2_CH3_IRQ_NOTIFY 0xF01F21C4          MCS2 Channel 3 Interrupt Notification Register
GTM_MCS2_CH3_IRQ_EN 0xF01F21C8          MCS2 Channel 3 Interrupt Enable Register
GTM_MCS2_CH3_IRQ_FORCINT 0xF01F21CC          MCS2 Channel 3 Force Interrupt Register
GTM_MCS2_CH3_IRQ_MODE 0xF01F21D0          MCS2 Channel 3 Interrupt Mode Configuration Register
GTM_MCS2_CH3_EIRQ_EN 0xF01F21D4          MCS2 Channel 3 Error Interrupt Enable Register
GTM_MCS2_CH4_R0 0xF01F2200          MCS2 Channel 4 General Purpose Register 0
GTM_MCS2_CH4_R1 0xF01F2204          MCS2 Channel 4 General Purpose Register 1
GTM_MCS2_CH4_R2 0xF01F2208          MCS2 Channel 4 General Purpose Register 2
GTM_MCS2_CH4_R3 0xF01F220C          MCS2 Channel 4 General Purpose Register 3
GTM_MCS2_CH4_R4 0xF01F2210          MCS2 Channel 4 General Purpose Register 4
GTM_MCS2_CH4_R5 0xF01F2214          MCS2 Channel 4 General Purpose Register 5
GTM_MCS2_CH4_R6 0xF01F2218          MCS2 Channel 4 General Purpose Register 6
GTM_MCS2_CH4_R7 0xF01F221C          MCS2 Channel 4 General Purpose Register 7
GTM_MCS2_CH4_CTRL 0xF01F2220          MCS2 Channel 4 Control Register
GTM_MCS2_CH4_ACB 0xF01F2224          MCS2 Channel 4 ARU Control Bit Register
GTM_MCS2_CH4_MHB 0xF01F223C          MCS2 Channel 4 Memory High Byte Register
GTM_MCS2_CH4_PC 0xF01F2240          MCS2 Channel 4 Program Counter Register
GTM_MCS2_CH4_IRQ_NOTIFY 0xF01F2244          MCS2 Channel 4 Interrupt Notification Register
GTM_MCS2_CH4_IRQ_EN 0xF01F2248          MCS2 Channel 4 Interrupt Enable Register
GTM_MCS2_CH4_IRQ_FORCINT 0xF01F224C          MCS2 Channel 4 Force Interrupt Register
GTM_MCS2_CH4_IRQ_MODE 0xF01F2250          MCS2 Channel 4 Interrupt Mode Configuration Register
GTM_MCS2_CH4_EIRQ_EN 0xF01F2254          MCS2 Channel 4 Error Interrupt Enable Register
GTM_MCS2_CH5_R0 0xF01F2280          MCS2 Channel 5 General Purpose Register 0
GTM_MCS2_CH5_R1 0xF01F2284          MCS2 Channel 5 General Purpose Register 1
GTM_MCS2_CH5_R2 0xF01F2288          MCS2 Channel 5 General Purpose Register 2
GTM_MCS2_CH5_R3 0xF01F228C          MCS2 Channel 5 General Purpose Register 3
GTM_MCS2_CH5_R4 0xF01F2290          MCS2 Channel 5 General Purpose Register 4
GTM_MCS2_CH5_R5 0xF01F2294          MCS2 Channel 5 General Purpose Register 5
GTM_MCS2_CH5_R6 0xF01F2298          MCS2 Channel 5 General Purpose Register 6
GTM_MCS2_CH5_R7 0xF01F229C          MCS2 Channel 5 General Purpose Register 7
GTM_MCS2_CH5_CTRL 0xF01F22A0          MCS2 Channel 5 Control Register
GTM_MCS2_CH5_ACB 0xF01F22A4          MCS2 Channel 5 ARU Control Bit Register
GTM_MCS2_CH5_MHB 0xF01F22BC          MCS2 Channel 5 Memory High Byte Register
GTM_MCS2_CH5_PC 0xF01F22C0          MCS2 Channel 5 Program Counter Register
GTM_MCS2_CH5_IRQ_NOTIFY 0xF01F22C4          MCS2 Channel 5 Interrupt Notification Register
GTM_MCS2_CH5_IRQ_EN 0xF01F22C8          MCS2 Channel 5 Interrupt Enable Register
GTM_MCS2_CH5_IRQ_FORCINT 0xF01F22CC          MCS2 Channel 5 Force Interrupt Register
GTM_MCS2_CH5_IRQ_MODE 0xF01F22D0          MCS2 Channel 5 Interrupt Mode Configuration Register
GTM_MCS2_CH5_EIRQ_EN 0xF01F22D4          MCS2 Channel 5 Error Interrupt Enable Register
GTM_MCS2_CH6_R0 0xF01F2300          MCS2 Channel 6 General Purpose Register 0
GTM_MCS2_CH6_R1 0xF01F2304          MCS2 Channel 6 General Purpose Register 1
GTM_MCS2_CH6_R2 0xF01F2308          MCS2 Channel 6 General Purpose Register 2
GTM_MCS2_CH6_R3 0xF01F230C          MCS2 Channel 6 General Purpose Register 3
GTM_MCS2_CH6_R4 0xF01F2310          MCS2 Channel 6 General Purpose Register 4
GTM_MCS2_CH6_R5 0xF01F2314          MCS2 Channel 6 General Purpose Register 5
GTM_MCS2_CH6_R6 0xF01F2318          MCS2 Channel 6 General Purpose Register 6
GTM_MCS2_CH6_R7 0xF01F231C          MCS2 Channel 6 General Purpose Register 7
GTM_MCS2_CH6_CTRL 0xF01F2320          MCS2 Channel 6 Control Register
GTM_MCS2_CH6_ACB 0xF01F2324          MCS2 Channel 6 ARU Control Bit Register
GTM_MCS2_CH6_MHB 0xF01F233C          MCS2 Channel 6 Memory High Byte Register
GTM_MCS2_CH6_PC 0xF01F2340          MCS2 Channel 6 Program Counter Register
GTM_MCS2_CH6_IRQ_NOTIFY 0xF01F2344          MCS2 Channel 6 Interrupt Notification Register
GTM_MCS2_CH6_IRQ_EN 0xF01F2348          MCS2 Channel 6 Interrupt Enable Register
GTM_MCS2_CH6_IRQ_FORCINT 0xF01F234C          MCS2 Channel 6 Force Interrupt Register
GTM_MCS2_CH6_IRQ_MODE 0xF01F2350          MCS2 Channel 6 Interrupt Mode Configuration Register
GTM_MCS2_CH6_EIRQ_EN 0xF01F2354          MCS2 Channel 6 Error Interrupt Enable Register
GTM_MCS2_CH7_R0 0xF01F2380          MCS2 Channel 7 General Purpose Register 0
GTM_MCS2_CH7_R1 0xF01F2384          MCS2 Channel 7 General Purpose Register 1
GTM_MCS2_CH7_R2 0xF01F2388          MCS2 Channel 7 General Purpose Register 2
GTM_MCS2_CH7_R3 0xF01F238C          MCS2 Channel 7 General Purpose Register 3
GTM_MCS2_CH7_R4 0xF01F2390          MCS2 Channel 7 General Purpose Register 4
GTM_MCS2_CH7_R5 0xF01F2394          MCS2 Channel 7 General Purpose Register 5
GTM_MCS2_CH7_R6 0xF01F2398          MCS2 Channel 7 General Purpose Register 6
GTM_MCS2_CH7_R7 0xF01F239C          MCS2 Channel 7 General Purpose Register 7
GTM_MCS2_CH7_CTRL 0xF01F23A0          MCS2 Channel 7 Control Register
GTM_MCS2_CH7_ACB 0xF01F23A4          MCS2 Channel 7 ARU Control Bit Register
GTM_MCS2_CH7_MHB 0xF01F23BC          MCS2 Channel 7 Memory High Byte Register
GTM_MCS2_CH7_PC 0xF01F23C0          MCS2 Channel 7 Program Counter Register
GTM_MCS2_CH7_IRQ_NOTIFY 0xF01F23C4          MCS2 Channel 7 Interrupt Notification Register
GTM_MCS2_CH7_IRQ_EN 0xF01F23C8          MCS2 Channel 7 Interrupt Enable Register
GTM_MCS2_CH7_IRQ_FORCINT 0xF01F23CC          MCS2 Channel 7 Force Interrupt Register
GTM_MCS2_CH7_IRQ_MODE 0xF01F23D0          MCS2 Channel 7 Interrupt Mode Configuration Register
GTM_MCS2_CH7_EIRQ_EN 0xF01F23D4          MCS2 Channel 7 Error Interrupt Enable Register
GTM_MCS3_CH0_R0 0xF01F3000          MCS3 Channel 0 General Purpose Register 0
GTM_MCS3_CH0_R1 0xF01F3004          MCS3 Channel 0 General Purpose Register 1
GTM_MCS3_CH0_R2 0xF01F3008          MCS3 Channel 0 General Purpose Register 2
GTM_MCS3_CH0_R3 0xF01F300C          MCS3 Channel 0 General Purpose Register 3
GTM_MCS3_CH0_R4 0xF01F3010          MCS3 Channel 0 General Purpose Register 4
GTM_MCS3_CH0_R5 0xF01F3014          MCS3 Channel 0 General Purpose Register 5
GTM_MCS3_CH0_R6 0xF01F3018          MCS3 Channel 0 General Purpose Register 6
GTM_MCS3_CH0_R7 0xF01F301C          MCS3 Channel 0 General Purpose Register 7
GTM_MCS3_CH0_CTRL 0xF01F3020          MCS3 Channel 0 Control Register
GTM_MCS3_CH0_ACB 0xF01F3024          MCS3 Channel 0 ARU Control Bit Register
GTM_MCS3_CTRG   0xF01F3028          MCS3 Clear Trigger Control Register
GTM_MCS3_STRG   0xF01F302C          MCS3 Set Trigger Control Register
GTM_MCS3_CH0_MHB 0xF01F303C          MCS3 Channel 0 Memory High Byte Register
GTM_MCS3_CH0_PC 0xF01F3040          MCS3 Channel 0 Program Counter Register
GTM_MCS3_CH0_IRQ_NOTIFY 0xF01F3044          MCS3 Channel 0 Interrupt Notification Register
GTM_MCS3_CH0_IRQ_EN 0xF01F3048          MCS3 Channel 0 Interrupt Enable Register
GTM_MCS3_CH0_IRQ_FORCINT 0xF01F304C          MCS3 Channel 0 Force Interrupt Register
GTM_MCS3_CH0_IRQ_MODE 0xF01F3050          MCS3 Channel 0 Interrupt Mode Configuration Register
GTM_MCS3_CH0_EIRQ_EN 0xF01F3054          MCS3 Channel 0 Error Interrupt Enable Register
GTM_MCS3_REG_PROT 0xF01F3060          MCS3 Write Protection Register
GTM_MCS3_CTRL_STAT 0xF01F3064          MCS3 Control and Status Register
GTM_MCS3_RESET  0xF01F3068          MCS3 Reset Register
GTM_MCS3_CAT    0xF01F306C          MCS3 Cancel ARU Transfer Instruction Register
GTM_MCS3_CWT    0xF01F3070          MCS3 Cancel WURM Instruction Register
GTM_MCS3_ERR    0xF01F307C          MCS3 error register
GTM_MCS3_CH1_R0 0xF01F3080          MCS3 Channel 1 General Purpose Register 0
GTM_MCS3_CH1_R1 0xF01F3084          MCS3 Channel 1 General Purpose Register 1
GTM_MCS3_CH1_R2 0xF01F3088          MCS3 Channel 1 General Purpose Register 2
GTM_MCS3_CH1_R3 0xF01F308C          MCS3 Channel 1 General Purpose Register 3
GTM_MCS3_CH1_R4 0xF01F3090          MCS3 Channel 1 General Purpose Register 4
GTM_MCS3_CH1_R5 0xF01F3094          MCS3 Channel 1 General Purpose Register 5
GTM_MCS3_CH1_R6 0xF01F3098          MCS3 Channel 1 General Purpose Register 6
GTM_MCS3_CH1_R7 0xF01F309C          MCS3 Channel 1 General Purpose Register 7
GTM_MCS3_CH1_CTRL 0xF01F30A0          MCS3 Channel 1 Control Register
GTM_MCS3_CH1_ACB 0xF01F30A4          MCS3 Channel 1 ARU Control Bit Register
GTM_MCS3_CH1_MHB 0xF01F30BC          MCS3 Channel 1 Memory High Byte Register
GTM_MCS3_CH1_PC 0xF01F30C0          MCS3 Channel 1 Program Counter Register
GTM_MCS3_CH1_IRQ_NOTIFY 0xF01F30C4          MCS3 Channel 1 Interrupt Notification Register
GTM_MCS3_CH1_IRQ_EN 0xF01F30C8          MCS3 Channel 1 Interrupt Enable Register
GTM_MCS3_CH1_IRQ_FORCINT 0xF01F30CC          MCS3 Channel 1 Force Interrupt Register
GTM_MCS3_CH1_IRQ_MODE 0xF01F30D0          MCS3 Channel 1 Interrupt Mode Configuration Register
GTM_MCS3_CH1_EIRQ_EN 0xF01F30D4          MCS3 Channel 1 Error Interrupt Enable Register
GTM_MCS3_CH2_R0 0xF01F3100          MCS3 Channel 2 General Purpose Register 0
GTM_MCS3_CH2_R1 0xF01F3104          MCS3 Channel 2 General Purpose Register 1
GTM_MCS3_CH2_R2 0xF01F3108          MCS3 Channel 2 General Purpose Register 2
GTM_MCS3_CH2_R3 0xF01F310C          MCS3 Channel 2 General Purpose Register 3
GTM_MCS3_CH2_R4 0xF01F3110          MCS3 Channel 2 General Purpose Register 4
GTM_MCS3_CH2_R5 0xF01F3114          MCS3 Channel 2 General Purpose Register 5
GTM_MCS3_CH2_R6 0xF01F3118          MCS3 Channel 2 General Purpose Register 6
GTM_MCS3_CH2_R7 0xF01F311C          MCS3 Channel 2 General Purpose Register 7
GTM_MCS3_CH2_CTRL 0xF01F3120          MCS3 Channel 2 Control Register
GTM_MCS3_CH2_ACB 0xF01F3124          MCS3 Channel 2 ARU Control Bit Register
GTM_MCS3_CH2_MHB 0xF01F313C          MCS3 Channel 2 Memory High Byte Register
GTM_MCS3_CH2_PC 0xF01F3140          MCS3 Channel 2 Program Counter Register
GTM_MCS3_CH2_IRQ_NOTIFY 0xF01F3144          MCS3 Channel 2 Interrupt Notification Register
GTM_MCS3_CH2_IRQ_EN 0xF01F3148          MCS3 Channel 2 Interrupt Enable Register
GTM_MCS3_CH2_IRQ_FORCINT 0xF01F314C          MCS3 Channel 2 Force Interrupt Register
GTM_MCS3_CH2_IRQ_MODE 0xF01F3150          MCS3 Channel 2 Interrupt Mode Configuration Register
GTM_MCS3_CH2_EIRQ_EN 0xF01F3154          MCS3 Channel 2 Error Interrupt Enable Register
GTM_MCS3_CH3_R0 0xF01F3180          MCS3 Channel 3 General Purpose Register 0
GTM_MCS3_CH3_R1 0xF01F3184          MCS3 Channel 3 General Purpose Register 1
GTM_MCS3_CH3_R2 0xF01F3188          MCS3 Channel 3 General Purpose Register 2
GTM_MCS3_CH3_R3 0xF01F318C          MCS3 Channel 3 General Purpose Register 3
GTM_MCS3_CH3_R4 0xF01F3190          MCS3 Channel 3 General Purpose Register 4
GTM_MCS3_CH3_R5 0xF01F3194          MCS3 Channel 3 General Purpose Register 5
GTM_MCS3_CH3_R6 0xF01F3198          MCS3 Channel 3 General Purpose Register 6
GTM_MCS3_CH3_R7 0xF01F319C          MCS3 Channel 3 General Purpose Register 7
GTM_MCS3_CH3_CTRL 0xF01F31A0          MCS3 Channel 3 Control Register
GTM_MCS3_CH3_ACB 0xF01F31A4          MCS3 Channel 3 ARU Control Bit Register
GTM_MCS3_CH3_MHB 0xF01F31BC          MCS3 Channel 3 Memory High Byte Register
GTM_MCS3_CH3_PC 0xF01F31C0          MCS3 Channel 3 Program Counter Register
GTM_MCS3_CH3_IRQ_NOTIFY 0xF01F31C4          MCS3 Channel 3 Interrupt Notification Register
GTM_MCS3_CH3_IRQ_EN 0xF01F31C8          MCS3 Channel 3 Interrupt Enable Register
GTM_MCS3_CH3_IRQ_FORCINT 0xF01F31CC          MCS3 Channel 3 Force Interrupt Register
GTM_MCS3_CH3_IRQ_MODE 0xF01F31D0          MCS3 Channel 3 Interrupt Mode Configuration Register
GTM_MCS3_CH3_EIRQ_EN 0xF01F31D4          MCS3 Channel 3 Error Interrupt Enable Register
GTM_MCS3_CH4_R0 0xF01F3200          MCS3 Channel 4 General Purpose Register 0
GTM_MCS3_CH4_R1 0xF01F3204          MCS3 Channel 4 General Purpose Register 1
GTM_MCS3_CH4_R2 0xF01F3208          MCS3 Channel 4 General Purpose Register 2
GTM_MCS3_CH4_R3 0xF01F320C          MCS3 Channel 4 General Purpose Register 3
GTM_MCS3_CH4_R4 0xF01F3210          MCS3 Channel 4 General Purpose Register 4
GTM_MCS3_CH4_R5 0xF01F3214          MCS3 Channel 4 General Purpose Register 5
GTM_MCS3_CH4_R6 0xF01F3218          MCS3 Channel 4 General Purpose Register 6
GTM_MCS3_CH4_R7 0xF01F321C          MCS3 Channel 4 General Purpose Register 7
GTM_MCS3_CH4_CTRL 0xF01F3220          MCS3 Channel 4 Control Register
GTM_MCS3_CH4_ACB 0xF01F3224          MCS3 Channel 4 ARU Control Bit Register
GTM_MCS3_CH4_MHB 0xF01F323C          MCS3 Channel 4 Memory High Byte Register
GTM_MCS3_CH4_PC 0xF01F3240          MCS3 Channel 4 Program Counter Register
GTM_MCS3_CH4_IRQ_NOTIFY 0xF01F3244          MCS3 Channel 4 Interrupt Notification Register
GTM_MCS3_CH4_IRQ_EN 0xF01F3248          MCS3 Channel 4 Interrupt Enable Register
GTM_MCS3_CH4_IRQ_FORCINT 0xF01F324C          MCS3 Channel 4 Force Interrupt Register
GTM_MCS3_CH4_IRQ_MODE 0xF01F3250          MCS3 Channel 4 Interrupt Mode Configuration Register
GTM_MCS3_CH4_EIRQ_EN 0xF01F3254          MCS3 Channel 4 Error Interrupt Enable Register
GTM_MCS3_CH5_R0 0xF01F3280          MCS3 Channel 5 General Purpose Register 0
GTM_MCS3_CH5_R1 0xF01F3284          MCS3 Channel 5 General Purpose Register 1
GTM_MCS3_CH5_R2 0xF01F3288          MCS3 Channel 5 General Purpose Register 2
GTM_MCS3_CH5_R3 0xF01F328C          MCS3 Channel 5 General Purpose Register 3
GTM_MCS3_CH5_R4 0xF01F3290          MCS3 Channel 5 General Purpose Register 4
GTM_MCS3_CH5_R5 0xF01F3294          MCS3 Channel 5 General Purpose Register 5
GTM_MCS3_CH5_R6 0xF01F3298          MCS3 Channel 5 General Purpose Register 6
GTM_MCS3_CH5_R7 0xF01F329C          MCS3 Channel 5 General Purpose Register 7
GTM_MCS3_CH5_CTRL 0xF01F32A0          MCS3 Channel 5 Control Register
GTM_MCS3_CH5_ACB 0xF01F32A4          MCS3 Channel 5 ARU Control Bit Register
GTM_MCS3_CH5_MHB 0xF01F32BC          MCS3 Channel 5 Memory High Byte Register
GTM_MCS3_CH5_PC 0xF01F32C0          MCS3 Channel 5 Program Counter Register
GTM_MCS3_CH5_IRQ_NOTIFY 0xF01F32C4          MCS3 Channel 5 Interrupt Notification Register
GTM_MCS3_CH5_IRQ_EN 0xF01F32C8          MCS3 Channel 5 Interrupt Enable Register
GTM_MCS3_CH5_IRQ_FORCINT 0xF01F32CC          MCS3 Channel 5 Force Interrupt Register
GTM_MCS3_CH5_IRQ_MODE 0xF01F32D0          MCS3 Channel 5 Interrupt Mode Configuration Register
GTM_MCS3_CH5_EIRQ_EN 0xF01F32D4          MCS3 Channel 5 Error Interrupt Enable Register
GTM_MCS3_CH6_R0 0xF01F3300          MCS3 Channel 6 General Purpose Register 0
GTM_MCS3_CH6_R1 0xF01F3304          MCS3 Channel 6 General Purpose Register 1
GTM_MCS3_CH6_R2 0xF01F3308          MCS3 Channel 6 General Purpose Register 2
GTM_MCS3_CH6_R3 0xF01F330C          MCS3 Channel 6 General Purpose Register 3
GTM_MCS3_CH6_R4 0xF01F3310          MCS3 Channel 6 General Purpose Register 4
GTM_MCS3_CH6_R5 0xF01F3314          MCS3 Channel 6 General Purpose Register 5
GTM_MCS3_CH6_R6 0xF01F3318          MCS3 Channel 6 General Purpose Register 6
GTM_MCS3_CH6_R7 0xF01F331C          MCS3 Channel 6 General Purpose Register 7
GTM_MCS3_CH6_CTRL 0xF01F3320          MCS3 Channel 6 Control Register
GTM_MCS3_CH6_ACB 0xF01F3324          MCS3 Channel 6 ARU Control Bit Register
GTM_MCS3_CH6_MHB 0xF01F333C          MCS3 Channel 6 Memory High Byte Register
GTM_MCS3_CH6_PC 0xF01F3340          MCS3 Channel 6 Program Counter Register
GTM_MCS3_CH6_IRQ_NOTIFY 0xF01F3344          MCS3 Channel 6 Interrupt Notification Register
GTM_MCS3_CH6_IRQ_EN 0xF01F3348          MCS3 Channel 6 Interrupt Enable Register
GTM_MCS3_CH6_IRQ_FORCINT 0xF01F334C          MCS3 Channel 6 Force Interrupt Register
GTM_MCS3_CH6_IRQ_MODE 0xF01F3350          MCS3 Channel 6 Interrupt Mode Configuration Register
GTM_MCS3_CH6_EIRQ_EN 0xF01F3354          MCS3 Channel 6 Error Interrupt Enable Register
GTM_MCS3_CH7_R0 0xF01F3380          MCS3 Channel 7 General Purpose Register 0
GTM_MCS3_CH7_R1 0xF01F3384          MCS3 Channel 7 General Purpose Register 1
GTM_MCS3_CH7_R2 0xF01F3388          MCS3 Channel 7 General Purpose Register 2
GTM_MCS3_CH7_R3 0xF01F338C          MCS3 Channel 7 General Purpose Register 3
GTM_MCS3_CH7_R4 0xF01F3390          MCS3 Channel 7 General Purpose Register 4
GTM_MCS3_CH7_R5 0xF01F3394          MCS3 Channel 7 General Purpose Register 5
GTM_MCS3_CH7_R6 0xF01F3398          MCS3 Channel 7 General Purpose Register 6
GTM_MCS3_CH7_R7 0xF01F339C          MCS3 Channel 7 General Purpose Register 7
GTM_MCS3_CH7_CTRL 0xF01F33A0          MCS3 Channel 7 Control Register
GTM_MCS3_CH7_ACB 0xF01F33A4          MCS3 Channel 7 ARU Control Bit Register
GTM_MCS3_CH7_MHB 0xF01F33BC          MCS3 Channel 7 Memory High Byte Register
GTM_MCS3_CH7_PC 0xF01F33C0          MCS3 Channel 7 Program Counter Register
GTM_MCS3_CH7_IRQ_NOTIFY 0xF01F33C4          MCS3 Channel 7 Interrupt Notification Register
GTM_MCS3_CH7_IRQ_EN 0xF01F33C8          MCS3 Channel 7 Interrupt Enable Register
GTM_MCS3_CH7_IRQ_FORCINT 0xF01F33CC          MCS3 Channel 7 Force Interrupt Register
GTM_MCS3_CH7_IRQ_MODE 0xF01F33D0          MCS3 Channel 7 Interrupt Mode Configuration Register
GTM_MCS3_CH7_EIRQ_EN 0xF01F33D4          MCS3 Channel 7 Error Interrupt Enable Register
GTM_MCS4_CH0_R0 0xF01F4000          MCS4 Channel 0 General Purpose Register 0
GTM_MCS4_CH0_R1 0xF01F4004          MCS4 Channel 0 General Purpose Register 1
GTM_MCS4_CH0_R2 0xF01F4008          MCS4 Channel 0 General Purpose Register 2
GTM_MCS4_CH0_R3 0xF01F400C          MCS4 Channel 0 General Purpose Register 3
GTM_MCS4_CH0_R4 0xF01F4010          MCS4 Channel 0 General Purpose Register 4
GTM_MCS4_CH0_R5 0xF01F4014          MCS4 Channel 0 General Purpose Register 5
GTM_MCS4_CH0_R6 0xF01F4018          MCS4 Channel 0 General Purpose Register 6
GTM_MCS4_CH0_R7 0xF01F401C          MCS4 Channel 0 General Purpose Register 7
GTM_MCS4_CH0_CTRL 0xF01F4020          MCS4 Channel 0 Control Register
GTM_MCS4_CH0_ACB 0xF01F4024          MCS4 Channel 0 ARU Control Bit Register
GTM_MCS4_CTRG   0xF01F4028          MCS4 Clear Trigger Control Register
GTM_MCS4_STRG   0xF01F402C          MCS4 Set Trigger Control Register
GTM_MCS4_CH0_MHB 0xF01F403C          MCS4 Channel 0 Memory High Byte Register
GTM_MCS4_CH0_PC 0xF01F4040          MCS4 Channel 0 Program Counter Register
GTM_MCS4_CH0_IRQ_NOTIFY 0xF01F4044          MCS4 Channel 0 Interrupt Notification Register
GTM_MCS4_CH0_IRQ_EN 0xF01F4048          MCS4 Channel 0 Interrupt Enable Register
GTM_MCS4_CH0_IRQ_FORCINT 0xF01F404C          MCS4 Channel 0 Force Interrupt Register
GTM_MCS4_CH0_IRQ_MODE 0xF01F4050          MCS4 Channel 0 Interrupt Mode Configuration Register
GTM_MCS4_CH0_EIRQ_EN 0xF01F4054          MCS4 Channel 0 Error Interrupt Enable Register
GTM_MCS4_REG_PROT 0xF01F4060          MCS4 Write Protection Register
GTM_MCS4_CTRL_STAT 0xF01F4064          MCS4 Control and Status Register
GTM_MCS4_RESET  0xF01F4068          MCS4 Reset Register
GTM_MCS4_CAT    0xF01F406C          MCS4 Cancel ARU Transfer Instruction Register
GTM_MCS4_CWT    0xF01F4070          MCS4 Cancel WURM Instruction Register
GTM_MCS4_ERR    0xF01F407C          MCS4 error register
GTM_MCS4_CH1_R0 0xF01F4080          MCS4 Channel 1 General Purpose Register 0
GTM_MCS4_CH1_R1 0xF01F4084          MCS4 Channel 1 General Purpose Register 1
GTM_MCS4_CH1_R2 0xF01F4088          MCS4 Channel 1 General Purpose Register 2
GTM_MCS4_CH1_R3 0xF01F408C          MCS4 Channel 1 General Purpose Register 3
GTM_MCS4_CH1_R4 0xF01F4090          MCS4 Channel 1 General Purpose Register 4
GTM_MCS4_CH1_R5 0xF01F4094          MCS4 Channel 1 General Purpose Register 5
GTM_MCS4_CH1_R6 0xF01F4098          MCS4 Channel 1 General Purpose Register 6
GTM_MCS4_CH1_R7 0xF01F409C          MCS4 Channel 1 General Purpose Register 7
GTM_MCS4_CH1_CTRL 0xF01F40A0          MCS4 Channel 1 Control Register
GTM_MCS4_CH1_ACB 0xF01F40A4          MCS4 Channel 1 ARU Control Bit Register
GTM_MCS4_CH1_MHB 0xF01F40BC          MCS4 Channel 1 Memory High Byte Register
GTM_MCS4_CH1_PC 0xF01F40C0          MCS4 Channel 1 Program Counter Register
GTM_MCS4_CH1_IRQ_NOTIFY 0xF01F40C4          MCS4 Channel 1 Interrupt Notification Register
GTM_MCS4_CH1_IRQ_EN 0xF01F40C8          MCS4 Channel 1 Interrupt Enable Register
GTM_MCS4_CH1_IRQ_FORCINT 0xF01F40CC          MCS4 Channel 1 Force Interrupt Register
GTM_MCS4_CH1_IRQ_MODE 0xF01F40D0          MCS4 Channel 1 Interrupt Mode Configuration Register
GTM_MCS4_CH1_EIRQ_EN 0xF01F40D4          MCS4 Channel 1 Error Interrupt Enable Register
GTM_MCS4_CH2_R0 0xF01F4100          MCS4 Channel 2 General Purpose Register 0
GTM_MCS4_CH2_R1 0xF01F4104          MCS4 Channel 2 General Purpose Register 1
GTM_MCS4_CH2_R2 0xF01F4108          MCS4 Channel 2 General Purpose Register 2
GTM_MCS4_CH2_R3 0xF01F410C          MCS4 Channel 2 General Purpose Register 3
GTM_MCS4_CH2_R4 0xF01F4110          MCS4 Channel 2 General Purpose Register 4
GTM_MCS4_CH2_R5 0xF01F4114          MCS4 Channel 2 General Purpose Register 5
GTM_MCS4_CH2_R6 0xF01F4118          MCS4 Channel 2 General Purpose Register 6
GTM_MCS4_CH2_R7 0xF01F411C          MCS4 Channel 2 General Purpose Register 7
GTM_MCS4_CH2_CTRL 0xF01F4120          MCS4 Channel 2 Control Register
GTM_MCS4_CH2_ACB 0xF01F4124          MCS4 Channel 2 ARU Control Bit Register
GTM_MCS4_CH2_MHB 0xF01F413C          MCS4 Channel 2 Memory High Byte Register
GTM_MCS4_CH2_PC 0xF01F4140          MCS4 Channel 2 Program Counter Register
GTM_MCS4_CH2_IRQ_NOTIFY 0xF01F4144          MCS4 Channel 2 Interrupt Notification Register
GTM_MCS4_CH2_IRQ_EN 0xF01F4148          MCS4 Channel 2 Interrupt Enable Register
GTM_MCS4_CH2_IRQ_FORCINT 0xF01F414C          MCS4 Channel 2 Force Interrupt Register
GTM_MCS4_CH2_IRQ_MODE 0xF01F4150          MCS4 Channel 2 Interrupt Mode Configuration Register
GTM_MCS4_CH2_EIRQ_EN 0xF01F4154          MCS4 Channel 2 Error Interrupt Enable Register
GTM_MCS4_CH3_R0 0xF01F4180          MCS4 Channel 3 General Purpose Register 0
GTM_MCS4_CH3_R1 0xF01F4184          MCS4 Channel 3 General Purpose Register 1
GTM_MCS4_CH3_R2 0xF01F4188          MCS4 Channel 3 General Purpose Register 2
GTM_MCS4_CH3_R3 0xF01F418C          MCS4 Channel 3 General Purpose Register 3
GTM_MCS4_CH3_R4 0xF01F4190          MCS4 Channel 3 General Purpose Register 4
GTM_MCS4_CH3_R5 0xF01F4194          MCS4 Channel 3 General Purpose Register 5
GTM_MCS4_CH3_R6 0xF01F4198          MCS4 Channel 3 General Purpose Register 6
GTM_MCS4_CH3_R7 0xF01F419C          MCS4 Channel 3 General Purpose Register 7
GTM_MCS4_CH3_CTRL 0xF01F41A0          MCS4 Channel 3 Control Register
GTM_MCS4_CH3_ACB 0xF01F41A4          MCS4 Channel 3 ARU Control Bit Register
GTM_MCS4_CH3_MHB 0xF01F41BC          MCS4 Channel 3 Memory High Byte Register
GTM_MCS4_CH3_PC 0xF01F41C0          MCS4 Channel 3 Program Counter Register
GTM_MCS4_CH3_IRQ_NOTIFY 0xF01F41C4          MCS4 Channel 3 Interrupt Notification Register
GTM_MCS4_CH3_IRQ_EN 0xF01F41C8          MCS4 Channel 3 Interrupt Enable Register
GTM_MCS4_CH3_IRQ_FORCINT 0xF01F41CC          MCS4 Channel 3 Force Interrupt Register
GTM_MCS4_CH3_IRQ_MODE 0xF01F41D0          MCS4 Channel 3 Interrupt Mode Configuration Register
GTM_MCS4_CH3_EIRQ_EN 0xF01F41D4          MCS4 Channel 3 Error Interrupt Enable Register
GTM_MCS4_CH4_R0 0xF01F4200          MCS4 Channel 4 General Purpose Register 0
GTM_MCS4_CH4_R1 0xF01F4204          MCS4 Channel 4 General Purpose Register 1
GTM_MCS4_CH4_R2 0xF01F4208          MCS4 Channel 4 General Purpose Register 2
GTM_MCS4_CH4_R3 0xF01F420C          MCS4 Channel 4 General Purpose Register 3
GTM_MCS4_CH4_R4 0xF01F4210          MCS4 Channel 4 General Purpose Register 4
GTM_MCS4_CH4_R5 0xF01F4214          MCS4 Channel 4 General Purpose Register 5
GTM_MCS4_CH4_R6 0xF01F4218          MCS4 Channel 4 General Purpose Register 6
GTM_MCS4_CH4_R7 0xF01F421C          MCS4 Channel 4 General Purpose Register 7
GTM_MCS4_CH4_CTRL 0xF01F4220          MCS4 Channel 4 Control Register
GTM_MCS4_CH4_ACB 0xF01F4224          MCS4 Channel 4 ARU Control Bit Register
GTM_MCS4_CH4_MHB 0xF01F423C          MCS4 Channel 4 Memory High Byte Register
GTM_MCS4_CH4_PC 0xF01F4240          MCS4 Channel 4 Program Counter Register
GTM_MCS4_CH4_IRQ_NOTIFY 0xF01F4244          MCS4 Channel 4 Interrupt Notification Register
GTM_MCS4_CH4_IRQ_EN 0xF01F4248          MCS4 Channel 4 Interrupt Enable Register
GTM_MCS4_CH4_IRQ_FORCINT 0xF01F424C          MCS4 Channel 4 Force Interrupt Register
GTM_MCS4_CH4_IRQ_MODE 0xF01F4250          MCS4 Channel 4 Interrupt Mode Configuration Register
GTM_MCS4_CH4_EIRQ_EN 0xF01F4254          MCS4 Channel 4 Error Interrupt Enable Register
GTM_MCS4_CH5_R0 0xF01F4280          MCS4 Channel 5 General Purpose Register 0
GTM_MCS4_CH5_R1 0xF01F4284          MCS4 Channel 5 General Purpose Register 1
GTM_MCS4_CH5_R2 0xF01F4288          MCS4 Channel 5 General Purpose Register 2
GTM_MCS4_CH5_R3 0xF01F428C          MCS4 Channel 5 General Purpose Register 3
GTM_MCS4_CH5_R4 0xF01F4290          MCS4 Channel 5 General Purpose Register 4
GTM_MCS4_CH5_R5 0xF01F4294          MCS4 Channel 5 General Purpose Register 5
GTM_MCS4_CH5_R6 0xF01F4298          MCS4 Channel 5 General Purpose Register 6
GTM_MCS4_CH5_R7 0xF01F429C          MCS4 Channel 5 General Purpose Register 7
GTM_MCS4_CH5_CTRL 0xF01F42A0          MCS4 Channel 5 Control Register
GTM_MCS4_CH5_ACB 0xF01F42A4          MCS4 Channel 5 ARU Control Bit Register
GTM_MCS4_CH5_MHB 0xF01F42BC          MCS4 Channel 5 Memory High Byte Register
GTM_MCS4_CH5_PC 0xF01F42C0          MCS4 Channel 5 Program Counter Register
GTM_MCS4_CH5_IRQ_NOTIFY 0xF01F42C4          MCS4 Channel 5 Interrupt Notification Register
GTM_MCS4_CH5_IRQ_EN 0xF01F42C8          MCS4 Channel 5 Interrupt Enable Register
GTM_MCS4_CH5_IRQ_FORCINT 0xF01F42CC          MCS4 Channel 5 Force Interrupt Register
GTM_MCS4_CH5_IRQ_MODE 0xF01F42D0          MCS4 Channel 5 Interrupt Mode Configuration Register
GTM_MCS4_CH5_EIRQ_EN 0xF01F42D4          MCS4 Channel 5 Error Interrupt Enable Register
GTM_MCS4_CH6_R0 0xF01F4300          MCS4 Channel 6 General Purpose Register 0
GTM_MCS4_CH6_R1 0xF01F4304          MCS4 Channel 6 General Purpose Register 1
GTM_MCS4_CH6_R2 0xF01F4308          MCS4 Channel 6 General Purpose Register 2
GTM_MCS4_CH6_R3 0xF01F430C          MCS4 Channel 6 General Purpose Register 3
GTM_MCS4_CH6_R4 0xF01F4310          MCS4 Channel 6 General Purpose Register 4
GTM_MCS4_CH6_R5 0xF01F4314          MCS4 Channel 6 General Purpose Register 5
GTM_MCS4_CH6_R6 0xF01F4318          MCS4 Channel 6 General Purpose Register 6
GTM_MCS4_CH6_R7 0xF01F431C          MCS4 Channel 6 General Purpose Register 7
GTM_MCS4_CH6_CTRL 0xF01F4320          MCS4 Channel 6 Control Register
GTM_MCS4_CH6_ACB 0xF01F4324          MCS4 Channel 6 ARU Control Bit Register
GTM_MCS4_CH6_MHB 0xF01F433C          MCS4 Channel 6 Memory High Byte Register
GTM_MCS4_CH6_PC 0xF01F4340          MCS4 Channel 6 Program Counter Register
GTM_MCS4_CH6_IRQ_NOTIFY 0xF01F4344          MCS4 Channel 6 Interrupt Notification Register
GTM_MCS4_CH6_IRQ_EN 0xF01F4348          MCS4 Channel 6 Interrupt Enable Register
GTM_MCS4_CH6_IRQ_FORCINT 0xF01F434C          MCS4 Channel 6 Force Interrupt Register
GTM_MCS4_CH6_IRQ_MODE 0xF01F4350          MCS4 Channel 6 Interrupt Mode Configuration Register
GTM_MCS4_CH6_EIRQ_EN 0xF01F4354          MCS4 Channel 6 Error Interrupt Enable Register
GTM_MCS4_CH7_R0 0xF01F4380          MCS4 Channel 7 General Purpose Register 0
GTM_MCS4_CH7_R1 0xF01F4384          MCS4 Channel 7 General Purpose Register 1
GTM_MCS4_CH7_R2 0xF01F4388          MCS4 Channel 7 General Purpose Register 2
GTM_MCS4_CH7_R3 0xF01F438C          MCS4 Channel 7 General Purpose Register 3
GTM_MCS4_CH7_R4 0xF01F4390          MCS4 Channel 7 General Purpose Register 4
GTM_MCS4_CH7_R5 0xF01F4394          MCS4 Channel 7 General Purpose Register 5
GTM_MCS4_CH7_R6 0xF01F4398          MCS4 Channel 7 General Purpose Register 6
GTM_MCS4_CH7_R7 0xF01F439C          MCS4 Channel 7 General Purpose Register 7
GTM_MCS4_CH7_CTRL 0xF01F43A0          MCS4 Channel 7 Control Register
GTM_MCS4_CH7_ACB 0xF01F43A4          MCS4 Channel 7 ARU Control Bit Register
GTM_MCS4_CH7_MHB 0xF01F43BC          MCS4 Channel 7 Memory High Byte Register
GTM_MCS4_CH7_PC 0xF01F43C0          MCS4 Channel 7 Program Counter Register
GTM_MCS4_CH7_IRQ_NOTIFY 0xF01F43C4          MCS4 Channel 7 Interrupt Notification Register
GTM_MCS4_CH7_IRQ_EN 0xF01F43C8          MCS4 Channel 7 Interrupt Enable Register
GTM_MCS4_CH7_IRQ_FORCINT 0xF01F43CC          MCS4 Channel 7 Force Interrupt Register
GTM_MCS4_CH7_IRQ_MODE 0xF01F43D0          MCS4 Channel 7 Interrupt Mode Configuration Register
GTM_MCS4_CH7_EIRQ_EN 0xF01F43D4          MCS4 Channel 7 Error Interrupt Enable Register
CAN0_CLC        0xF0208000          CAN Clock Control Register
CAN0_ID         0xF0208008          Module Identification Register
CAN0_MCR        0xF0208030          Module Control Register
CAN0_BUFADR     0xF0208034          Buffer receive address and transmit address
CAN0_MECR       0xF0208040          Measure Control Register
CAN0_MESTAT     0xF0208044          Measure Status Register
CAN0_ACCENCTR0  0xF02080DC          Access Enable Register Control 0
CAN0_OCS        0xF02080E8          OCDS Control and Status
CAN0_KRSTCLR    0xF02080EC          Kernel Reset Status Clear Register
CAN0_KRST1      0xF02080F0          Kernel Reset Register 1
CAN0_KRST0      0xF02080F4          Kernel Reset Register 0
CAN0_ACCEN0     0xF02080FC          Access Enable Register 0
CAN0_ACCENNODE00 0xF0208100          Access Enable Register CAN Node 0 0
CAN0_STARTADR0  0xF0208108          Start Address Node 0
CAN0_ENDADR0    0xF020810C          End Address Node 0
CAN0_ISREG0     0xF0208110          Interrupt Signalling Register 0
CAN0_GRINT10    0xF0208114          Interrupt routing for Groups 1 0
CAN0_GRINT20    0xF0208118          Interrupt routing for Groups 2 0
CAN0_NTCCR0     0xF0208120          Node 0 Timer Clock Control Register
CAN0_NTATTR0    0xF0208124          Node 0 Timer A Transmit Trigger Register
CAN0_NTBTTR0    0xF0208128          Node 0 Timer B Transmit Trigger Register
CAN0_NTCTTR0    0xF020812C          Node 0 Timer C Transmit Trigger Register
CAN0_NTRTR0     0xF0208130          Node 0 Timer Receive Timeout Register
CAN0_NPCR0      0xF0208140          Node 0 Port Control Register
CAN0_TTCR0      0xF02081F0          Time Trigger Control Register
CAN0_CREL0      0xF0208200          Core Release Register 0
CAN0_ENDN0      0xF0208204          Endian Register 0
CAN0_DBTP0      0xF020820C          Data Bit Timing 'and' Prescaler Register 0
CAN0_TEST0      0xF0208210          Test Register 0
CAN0_RWD0       0xF0208214          RAM Watchdog 0
CAN0_CCCR0      0xF0208218          CC Control Register 0
CAN0_NBTP0      0xF020821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN0_TSCC0      0xF0208220          Timestamp Counter Configuration 0
CAN0_TSCV0      0xF0208224          Timestamp Counter Value 0
CAN0_TOCC0      0xF0208228          Timeout Counter Configuration 0
CAN0_TOCV0      0xF020822C          Timeout Counter Value 0
CAN0_ECR0       0xF0208240          Error Counter Register 0
CAN0_PSR0       0xF0208244          Protocol Status Register 0
CAN0_TDCR0      0xF0208248          Transmitter Delay Compensation Register 0
CAN0_IR0        0xF0208250          Interrupt Register 0
CAN0_IE0        0xF0208254          Interrupt Enable 0
CAN0_GFC0       0xF0208280          Global Filter Configuration 0
CAN0_SIDFC0     0xF0208284          Standard ID Filter Configuration 0
CAN0_XIDFC0     0xF0208288          Extended ID Filter Configuration 0
CAN0_XIDAM0     0xF0208290          Extended ID AND Mask 0
CAN0_HPMS0      0xF0208294          High Priority Message Status 0
CAN0_NDAT10     0xF0208298          New Data 1 0
CAN0_NDAT20     0xF020829C          New Data 2 0
CAN0_RXF0C0     0xF02082A0          Rx FIFO 0 Configuration 0
CAN0_RXF0S0     0xF02082A4          Rx FIFO 0 Status 0
CAN0_RXF0A0     0xF02082A8          Rx FIFO 0 Acknowledge 0
CAN0_RXBC0      0xF02082AC          Rx Buffer Configuration 0
CAN0_RXF1C0     0xF02082B0          Rx FIFO 1 Configuration 0
CAN0_RXF1S0     0xF02082B4          Rx FIFO 1 Status 0
CAN0_RXF1A0     0xF02082B8          Rx FIFO 1 Acknowledge 0
CAN0_RXESC0     0xF02082BC          Rx Buffer/FIFO Element Size Configuration 0
CAN0_TXBC0      0xF02082C0          Tx Buffer Configuration 0
CAN0_TXFQS0     0xF02082C4          Tx FIFO/Queue Status 0
CAN0_TXESC0     0xF02082C8          Tx Buffer Element Size Configuration 0
CAN0_TXBRP0     0xF02082CC          Tx Buffer Request Pending 0
CAN0_TXBAR0     0xF02082D0          Tx Buffer Add Request 0
CAN0_TXBCR0     0xF02082D4          Tx Buffer Cancellation Request 0
CAN0_TXBTO0     0xF02082D8          Tx Buffer Transmission Occurred 0
CAN0_TXBCF0     0xF02082DC          Tx Buffer Cancellation Finished 0
CAN0_TXBTIE0    0xF02082E0          Tx Buffer Transmission Interrupt Enable 0
CAN0_TXBCIE0    0xF02082E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN0_TXEFC0     0xF02082F0          Tx Event FIFO Configuration 0
CAN0_TXEFS0     0xF02082F4          Tx Event FIFO Status 0
CAN0_TXEFA0     0xF02082F8          Tx Event FIFO Acknowledge 0
CAN0_TTTMC0     0xF0208300          TT Trigger Memory Configuration 0
CAN0_TTRMC0     0xF0208304          TT Reference Message Configuration 0
CAN0_TTOCF0     0xF0208308          TT Operation Configuration 0
CAN0_TTMLM0     0xF020830C          TT Matrix Limits 0
CAN0_TURCF0     0xF0208310          TUR Configuration 0
CAN0_TTOCN0     0xF0208314          TT Operation Control 0
CAN0_TTGTP0     0xF0208318          TT Global Time Preset 0
CAN0_TTTMK0     0xF020831C          TT Time Mark 0
CAN0_TTIR0      0xF0208320          TT Interrupt Register 0
CAN0_TTIE0      0xF0208324          TT Interrupt Enable 0
CAN0_TTOST0     0xF020832C          TT Operation Status 0
CAN0_TURNA0     0xF0208330          TUR Numerator Actual 0
CAN0_TTLGT0     0xF0208334          TT Local 'and' Global Time 0
CAN0_TTCTC0     0xF0208338          TT Cycle Time 'and' Count 0
CAN0_TTCPT0     0xF020833C          TT Capture Time 0
CAN0_TTCSM0     0xF0208340          TT Cycle Sync Mark 0
CAN0_ACCENNODE10 0xF0208500          Access Enable Register CAN Node 1 0
CAN0_STARTADR1  0xF0208508          Start Address Node 1
CAN0_ENDADR1    0xF020850C          End Address Node 1
CAN0_ISREG1     0xF0208510          Interrupt Signalling Register 1
CAN0_GRINT11    0xF0208514          Interrupt routing for Groups 1 1
CAN0_GRINT21    0xF0208518          Interrupt routing for Groups 2 1
CAN0_NTCCR1     0xF0208520          Node 1 Timer Clock Control Register
CAN0_NTATTR1    0xF0208524          Node 1 Timer A Transmit Trigger Register
CAN0_NTBTTR1    0xF0208528          Node 1 Timer B Transmit Trigger Register
CAN0_NTCTTR1    0xF020852C          Node 1 Timer C Transmit Trigger Register
CAN0_NTRTR1     0xF0208530          Node 1 Timer Receive Timeout Register
CAN0_NPCR1      0xF0208540          Node 1 Port Control Register
CAN0_CREL1      0xF0208600          Core Release Register 1
CAN0_ENDN1      0xF0208604          Endian Register 1
CAN0_DBTP1      0xF020860C          Data Bit Timing 'and' Prescaler Register 1
CAN0_TEST1      0xF0208610          Test Register 1
CAN0_RWD1       0xF0208614          RAM Watchdog 1
CAN0_CCCR1      0xF0208618          CC Control Register 1
CAN0_NBTP1      0xF020861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN0_TSCC1      0xF0208620          Timestamp Counter Configuration 1
CAN0_TSCV1      0xF0208624          Timestamp Counter Value 1
CAN0_TOCC1      0xF0208628          Timeout Counter Configuration 1
CAN0_TOCV1      0xF020862C          Timeout Counter Value 1
CAN0_ECR1       0xF0208640          Error Counter Register 1
CAN0_PSR1       0xF0208644          Protocol Status Register 1
CAN0_TDCR1      0xF0208648          Transmitter Delay Compensation Register 1
CAN0_IR1        0xF0208650          Interrupt Register 1
CAN0_IE1        0xF0208654          Interrupt Enable 1
CAN0_GFC1       0xF0208680          Global Filter Configuration 1
CAN0_SIDFC1     0xF0208684          Standard ID Filter Configuration 1
CAN0_XIDFC1     0xF0208688          Extended ID Filter Configuration 1
CAN0_XIDAM1     0xF0208690          Extended ID AND Mask 1
CAN0_HPMS1      0xF0208694          High Priority Message Status 1
CAN0_NDAT11     0xF0208698          New Data 1 1
CAN0_NDAT21     0xF020869C          New Data 2 1
CAN0_RXF0C1     0xF02086A0          Rx FIFO 0 Configuration 1
CAN0_RXF0S1     0xF02086A4          Rx FIFO 0 Status 1
CAN0_RXF0A1     0xF02086A8          Rx FIFO 0 Acknowledge 1
CAN0_RXBC1      0xF02086AC          Rx Buffer Configuration 1
CAN0_RXF1C1     0xF02086B0          Rx FIFO 1 Configuration 1
CAN0_RXF1S1     0xF02086B4          Rx FIFO 1 Status 1
CAN0_RXF1A1     0xF02086B8          Rx FIFO 1 Acknowledge 1
CAN0_RXESC1     0xF02086BC          Rx Buffer/FIFO Element Size Configuration 1
CAN0_TXBC1      0xF02086C0          Tx Buffer Configuration 1
CAN0_TXFQS1     0xF02086C4          Tx FIFO/Queue Status 1
CAN0_TXESC1     0xF02086C8          Tx Buffer Element Size Configuration 1
CAN0_TXBRP1     0xF02086CC          Tx Buffer Request Pending 1
CAN0_TXBAR1     0xF02086D0          Tx Buffer Add Request 1
CAN0_TXBCR1     0xF02086D4          Tx Buffer Cancellation Request 1
CAN0_TXBTO1     0xF02086D8          Tx Buffer Transmission Occurred 1
CAN0_TXBCF1     0xF02086DC          Tx Buffer Cancellation Finished 1
CAN0_TXBTIE1    0xF02086E0          Tx Buffer Transmission Interrupt Enable 1
CAN0_TXBCIE1    0xF02086E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN0_TXEFC1     0xF02086F0          Tx Event FIFO Configuration 1
CAN0_TXEFS1     0xF02086F4          Tx Event FIFO Status 1
CAN0_TXEFA1     0xF02086F8          Tx Event FIFO Acknowledge 1
CAN0_ACCENNODE20 0xF0208900          Access Enable Register CAN Node 2 0
CAN0_STARTADR2  0xF0208908          Start Address Node 2
CAN0_ENDADR2    0xF020890C          End Address Node 2
CAN0_ISREG2     0xF0208910          Interrupt Signalling Register 2
CAN0_GRINT12    0xF0208914          Interrupt routing for Groups 1 2
CAN0_GRINT22    0xF0208918          Interrupt routing for Groups 2 2
CAN0_NTCCR2     0xF0208920          Node 2 Timer Clock Control Register
CAN0_NTATTR2    0xF0208924          Node 2 Timer A Transmit Trigger Register
CAN0_NTBTTR2    0xF0208928          Node 2 Timer B Transmit Trigger Register
CAN0_NTCTTR2    0xF020892C          Node 2 Timer C Transmit Trigger Register
CAN0_NTRTR2     0xF0208930          Node 2 Timer Receive Timeout Register
CAN0_NPCR2      0xF0208940          Node 2 Port Control Register
CAN0_CREL2      0xF0208A00          Core Release Register 2
CAN0_ENDN2      0xF0208A04          Endian Register 2
CAN0_DBTP2      0xF0208A0C          Data Bit Timing 'and' Prescaler Register 2
CAN0_TEST2      0xF0208A10          Test Register 2
CAN0_RWD2       0xF0208A14          RAM Watchdog 2
CAN0_CCCR2      0xF0208A18          CC Control Register 2
CAN0_NBTP2      0xF0208A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN0_TSCC2      0xF0208A20          Timestamp Counter Configuration 2
CAN0_TSCV2      0xF0208A24          Timestamp Counter Value 2
CAN0_TOCC2      0xF0208A28          Timeout Counter Configuration 2
CAN0_TOCV2      0xF0208A2C          Timeout Counter Value 2
CAN0_ECR2       0xF0208A40          Error Counter Register 2
CAN0_PSR2       0xF0208A44          Protocol Status Register 2
CAN0_TDCR2      0xF0208A48          Transmitter Delay Compensation Register 2
CAN0_IR2        0xF0208A50          Interrupt Register 2
CAN0_IE2        0xF0208A54          Interrupt Enable 2
CAN0_GFC2       0xF0208A80          Global Filter Configuration 2
CAN0_SIDFC2     0xF0208A84          Standard ID Filter Configuration 2
CAN0_XIDFC2     0xF0208A88          Extended ID Filter Configuration 2
CAN0_XIDAM2     0xF0208A90          Extended ID AND Mask 2
CAN0_HPMS2      0xF0208A94          High Priority Message Status 2
CAN0_NDAT12     0xF0208A98          New Data 1 2
CAN0_NDAT22     0xF0208A9C          New Data 2 2
CAN0_RXF0C2     0xF0208AA0          Rx FIFO 0 Configuration 2
CAN0_RXF0S2     0xF0208AA4          Rx FIFO 0 Status 2
CAN0_RXF0A2     0xF0208AA8          Rx FIFO 0 Acknowledge 2
CAN0_RXBC2      0xF0208AAC          Rx Buffer Configuration 2
CAN0_RXF1C2     0xF0208AB0          Rx FIFO 1 Configuration 2
CAN0_RXF1S2     0xF0208AB4          Rx FIFO 1 Status 2
CAN0_RXF1A2     0xF0208AB8          Rx FIFO 1 Acknowledge 2
CAN0_RXESC2     0xF0208ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN0_TXBC2      0xF0208AC0          Tx Buffer Configuration 2
CAN0_TXFQS2     0xF0208AC4          Tx FIFO/Queue Status 2
CAN0_TXESC2     0xF0208AC8          Tx Buffer Element Size Configuration 2
CAN0_TXBRP2     0xF0208ACC          Tx Buffer Request Pending 2
CAN0_TXBAR2     0xF0208AD0          Tx Buffer Add Request 2
CAN0_TXBCR2     0xF0208AD4          Tx Buffer Cancellation Request 2
CAN0_TXBTO2     0xF0208AD8          Tx Buffer Transmission Occurred 2
CAN0_TXBCF2     0xF0208ADC          Tx Buffer Cancellation Finished 2
CAN0_TXBTIE2    0xF0208AE0          Tx Buffer Transmission Interrupt Enable 2
CAN0_TXBCIE2    0xF0208AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN0_TXEFC2     0xF0208AF0          Tx Event FIFO Configuration 2
CAN0_TXEFS2     0xF0208AF4          Tx Event FIFO Status 2
CAN0_TXEFA2     0xF0208AF8          Tx Event FIFO Acknowledge 2
CAN0_ACCENNODE30 0xF0208D00          Access Enable Register CAN Node 3 0
CAN0_STARTADR3  0xF0208D08          Start Address Node 3
CAN0_ENDADR3    0xF0208D0C          End Address Node 3
CAN0_ISREG3     0xF0208D10          Interrupt Signalling Register 3
CAN0_GRINT13    0xF0208D14          Interrupt routing for Groups 1 3
CAN0_GRINT23    0xF0208D18          Interrupt routing for Groups 2 3
CAN0_NTCCR3     0xF0208D20          Node 3 Timer Clock Control Register
CAN0_NTATTR3    0xF0208D24          Node 3 Timer A Transmit Trigger Register
CAN0_NTBTTR3    0xF0208D28          Node 3 Timer B Transmit Trigger Register
CAN0_NTCTTR3    0xF0208D2C          Node 3 Timer C Transmit Trigger Register
CAN0_NTRTR3     0xF0208D30          Node 3 Timer Receive Timeout Register
CAN0_NPCR3      0xF0208D40          Node 3 Port Control Register
CAN0_CREL3      0xF0208E00          Core Release Register 3
CAN0_ENDN3      0xF0208E04          Endian Register 3
CAN0_DBTP3      0xF0208E0C          Data Bit Timing 'and' Prescaler Register 3
CAN0_TEST3      0xF0208E10          Test Register 3
CAN0_RWD3       0xF0208E14          RAM Watchdog 3
CAN0_CCCR3      0xF0208E18          CC Control Register 3
CAN0_NBTP3      0xF0208E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN0_TSCC3      0xF0208E20          Timestamp Counter Configuration 3
CAN0_TSCV3      0xF0208E24          Timestamp Counter Value 3
CAN0_TOCC3      0xF0208E28          Timeout Counter Configuration 3
CAN0_TOCV3      0xF0208E2C          Timeout Counter Value 3
CAN0_ECR3       0xF0208E40          Error Counter Register 3
CAN0_PSR3       0xF0208E44          Protocol Status Register 3
CAN0_TDCR3      0xF0208E48          Transmitter Delay Compensation Register 3
CAN0_IR3        0xF0208E50          Interrupt Register 3
CAN0_IE3        0xF0208E54          Interrupt Enable 3
CAN0_GFC3       0xF0208E80          Global Filter Configuration 3
CAN0_SIDFC3     0xF0208E84          Standard ID Filter Configuration 3
CAN0_XIDFC3     0xF0208E88          Extended ID Filter Configuration 3
CAN0_XIDAM3     0xF0208E90          Extended ID AND Mask 3
CAN0_HPMS3      0xF0208E94          High Priority Message Status 3
CAN0_NDAT13     0xF0208E98          New Data 1 3
CAN0_NDAT23     0xF0208E9C          New Data 2 3
CAN0_RXF0C3     0xF0208EA0          Rx FIFO 0 Configuration 3
CAN0_RXF0S3     0xF0208EA4          Rx FIFO 0 Status 3
CAN0_RXF0A3     0xF0208EA8          Rx FIFO 0 Acknowledge 3
CAN0_RXBC3      0xF0208EAC          Rx Buffer Configuration 3
CAN0_RXF1C3     0xF0208EB0          Rx FIFO 1 Configuration 3
CAN0_RXF1S3     0xF0208EB4          Rx FIFO 1 Status 3
CAN0_RXF1A3     0xF0208EB8          Rx FIFO 1 Acknowledge 3
CAN0_RXESC3     0xF0208EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN0_TXBC3      0xF0208EC0          Tx Buffer Configuration 3
CAN0_TXFQS3     0xF0208EC4          Tx FIFO/Queue Status 3
CAN0_TXESC3     0xF0208EC8          Tx Buffer Element Size Configuration 3
CAN0_TXBRP3     0xF0208ECC          Tx Buffer Request Pending 3
CAN0_TXBAR3     0xF0208ED0          Tx Buffer Add Request 3
CAN0_TXBCR3     0xF0208ED4          Tx Buffer Cancellation Request 3
CAN0_TXBTO3     0xF0208ED8          Tx Buffer Transmission Occurred 3
CAN0_TXBCF3     0xF0208EDC          Tx Buffer Cancellation Finished 3
CAN0_TXBTIE3    0xF0208EE0          Tx Buffer Transmission Interrupt Enable 3
CAN0_TXBCIE3    0xF0208EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN0_TXEFC3     0xF0208EF0          Tx Event FIFO Configuration 3
CAN0_TXEFS3     0xF0208EF4          Tx Event FIFO Status 3
CAN0_TXEFA3     0xF0208EF8          Tx Event FIFO Acknowledge 3
CAN1_CLC        0xF0218000          CAN Clock Control Register
CAN1_ID         0xF0218008          Module Identification Register
CAN1_MCR        0xF0218030          Module Control Register
CAN1_ACCENCTR0  0xF02180DC          Access Enable Register Control 0
CAN1_OCS        0xF02180E8          OCDS Control and Status
CAN1_KRSTCLR    0xF02180EC          Kernel Reset Status Clear Register
CAN1_KRST1      0xF02180F0          Kernel Reset Register 1
CAN1_KRST0      0xF02180F4          Kernel Reset Register 0
CAN1_ACCEN0     0xF02180FC          Access Enable Register 0
CAN1_ACCENNODE00 0xF0218100          Access Enable Register CAN Node 0 0
CAN1_STARTADR0  0xF0218108          Start Address Node 0
CAN1_ENDADR0    0xF021810C          End Address Node 0
CAN1_ISREG0     0xF0218110          Interrupt Signalling Register 0
CAN1_GRINT10    0xF0218114          Interrupt routing for Groups 1 0
CAN1_GRINT20    0xF0218118          Interrupt routing for Groups 2 0
CAN1_NTCCR0     0xF0218120          Node 0 Timer Clock Control Register
CAN1_NTATTR0    0xF0218124          Node 0 Timer A Transmit Trigger Register
CAN1_NTBTTR0    0xF0218128          Node 0 Timer B Transmit Trigger Register
CAN1_NTCTTR0    0xF021812C          Node 0 Timer C Transmit Trigger Register
CAN1_NTRTR0     0xF0218130          Node 0 Timer Receive Timeout Register
CAN1_NPCR0      0xF0218140          Node 0 Port Control Register
CAN1_CREL0      0xF0218200          Core Release Register 0
CAN1_ENDN0      0xF0218204          Endian Register 0
CAN1_DBTP0      0xF021820C          Data Bit Timing 'and' Prescaler Register 0
CAN1_TEST0      0xF0218210          Test Register 0
CAN1_RWD0       0xF0218214          RAM Watchdog 0
CAN1_CCCR0      0xF0218218          CC Control Register 0
CAN1_NBTP0      0xF021821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN1_TSCC0      0xF0218220          Timestamp Counter Configuration 0
CAN1_TSCV0      0xF0218224          Timestamp Counter Value 0
CAN1_TOCC0      0xF0218228          Timeout Counter Configuration 0
CAN1_TOCV0      0xF021822C          Timeout Counter Value 0
CAN1_ECR0       0xF0218240          Error Counter Register 0
CAN1_PSR0       0xF0218244          Protocol Status Register 0
CAN1_TDCR0      0xF0218248          Transmitter Delay Compensation Register 0
CAN1_IR0        0xF0218250          Interrupt Register 0
CAN1_IE0        0xF0218254          Interrupt Enable 0
CAN1_GFC0       0xF0218280          Global Filter Configuration 0
CAN1_SIDFC0     0xF0218284          Standard ID Filter Configuration 0
CAN1_XIDFC0     0xF0218288          Extended ID Filter Configuration 0
CAN1_XIDAM0     0xF0218290          Extended ID AND Mask 0
CAN1_HPMS0      0xF0218294          High Priority Message Status 0
CAN1_NDAT10     0xF0218298          New Data 1 0
CAN1_NDAT20     0xF021829C          New Data 2 0
CAN1_RXF0C0     0xF02182A0          Rx FIFO 0 Configuration 0
CAN1_RXF0S0     0xF02182A4          Rx FIFO 0 Status 0
CAN1_RXF0A0     0xF02182A8          Rx FIFO 0 Acknowledge 0
CAN1_RXBC0      0xF02182AC          Rx Buffer Configuration 0
CAN1_RXF1C0     0xF02182B0          Rx FIFO 1 Configuration 0
CAN1_RXF1S0     0xF02182B4          Rx FIFO 1 Status 0
CAN1_RXF1A0     0xF02182B8          Rx FIFO 1 Acknowledge 0
CAN1_RXESC0     0xF02182BC          Rx Buffer/FIFO Element Size Configuration 0
CAN1_TXBC0      0xF02182C0          Tx Buffer Configuration 0
CAN1_TXFQS0     0xF02182C4          Tx FIFO/Queue Status 0
CAN1_TXESC0     0xF02182C8          Tx Buffer Element Size Configuration 0
CAN1_TXBRP0     0xF02182CC          Tx Buffer Request Pending 0
CAN1_TXBAR0     0xF02182D0          Tx Buffer Add Request 0
CAN1_TXBCR0     0xF02182D4          Tx Buffer Cancellation Request 0
CAN1_TXBTO0     0xF02182D8          Tx Buffer Transmission Occurred 0
CAN1_TXBCF0     0xF02182DC          Tx Buffer Cancellation Finished 0
CAN1_TXBTIE0    0xF02182E0          Tx Buffer Transmission Interrupt Enable 0
CAN1_TXBCIE0    0xF02182E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN1_TXEFC0     0xF02182F0          Tx Event FIFO Configuration 0
CAN1_TXEFS0     0xF02182F4          Tx Event FIFO Status 0
CAN1_TXEFA0     0xF02182F8          Tx Event FIFO Acknowledge 0
CAN1_ACCENNODE10 0xF0218500          Access Enable Register CAN Node 1 0
CAN1_STARTADR1  0xF0218508          Start Address Node 1
CAN1_ENDADR1    0xF021850C          End Address Node 1
CAN1_ISREG1     0xF0218510          Interrupt Signalling Register 1
CAN1_GRINT11    0xF0218514          Interrupt routing for Groups 1 1
CAN1_GRINT21    0xF0218518          Interrupt routing for Groups 2 1
CAN1_NTCCR1     0xF0218520          Node 1 Timer Clock Control Register
CAN1_NTATTR1    0xF0218524          Node 1 Timer A Transmit Trigger Register
CAN1_NTBTTR1    0xF0218528          Node 1 Timer B Transmit Trigger Register
CAN1_NTCTTR1    0xF021852C          Node 1 Timer C Transmit Trigger Register
CAN1_NTRTR1     0xF0218530          Node 1 Timer Receive Timeout Register
CAN1_NPCR1      0xF0218540          Node 1 Port Control Register
CAN1_CREL1      0xF0218600          Core Release Register 1
CAN1_ENDN1      0xF0218604          Endian Register 1
CAN1_DBTP1      0xF021860C          Data Bit Timing 'and' Prescaler Register 1
CAN1_TEST1      0xF0218610          Test Register 1
CAN1_RWD1       0xF0218614          RAM Watchdog 1
CAN1_CCCR1      0xF0218618          CC Control Register 1
CAN1_NBTP1      0xF021861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN1_TSCC1      0xF0218620          Timestamp Counter Configuration 1
CAN1_TSCV1      0xF0218624          Timestamp Counter Value 1
CAN1_TOCC1      0xF0218628          Timeout Counter Configuration 1
CAN1_TOCV1      0xF021862C          Timeout Counter Value 1
CAN1_ECR1       0xF0218640          Error Counter Register 1
CAN1_PSR1       0xF0218644          Protocol Status Register 1
CAN1_TDCR1      0xF0218648          Transmitter Delay Compensation Register 1
CAN1_IR1        0xF0218650          Interrupt Register 1
CAN1_IE1        0xF0218654          Interrupt Enable 1
CAN1_GFC1       0xF0218680          Global Filter Configuration 1
CAN1_SIDFC1     0xF0218684          Standard ID Filter Configuration 1
CAN1_XIDFC1     0xF0218688          Extended ID Filter Configuration 1
CAN1_XIDAM1     0xF0218690          Extended ID AND Mask 1
CAN1_HPMS1      0xF0218694          High Priority Message Status 1
CAN1_NDAT11     0xF0218698          New Data 1 1
CAN1_NDAT21     0xF021869C          New Data 2 1
CAN1_RXF0C1     0xF02186A0          Rx FIFO 0 Configuration 1
CAN1_RXF0S1     0xF02186A4          Rx FIFO 0 Status 1
CAN1_RXF0A1     0xF02186A8          Rx FIFO 0 Acknowledge 1
CAN1_RXBC1      0xF02186AC          Rx Buffer Configuration 1
CAN1_RXF1C1     0xF02186B0          Rx FIFO 1 Configuration 1
CAN1_RXF1S1     0xF02186B4          Rx FIFO 1 Status 1
CAN1_RXF1A1     0xF02186B8          Rx FIFO 1 Acknowledge 1
CAN1_RXESC1     0xF02186BC          Rx Buffer/FIFO Element Size Configuration 1
CAN1_TXBC1      0xF02186C0          Tx Buffer Configuration 1
CAN1_TXFQS1     0xF02186C4          Tx FIFO/Queue Status 1
CAN1_TXESC1     0xF02186C8          Tx Buffer Element Size Configuration 1
CAN1_TXBRP1     0xF02186CC          Tx Buffer Request Pending 1
CAN1_TXBAR1     0xF02186D0          Tx Buffer Add Request 1
CAN1_TXBCR1     0xF02186D4          Tx Buffer Cancellation Request 1
CAN1_TXBTO1     0xF02186D8          Tx Buffer Transmission Occurred 1
CAN1_TXBCF1     0xF02186DC          Tx Buffer Cancellation Finished 1
CAN1_TXBTIE1    0xF02186E0          Tx Buffer Transmission Interrupt Enable 1
CAN1_TXBCIE1    0xF02186E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN1_TXEFC1     0xF02186F0          Tx Event FIFO Configuration 1
CAN1_TXEFS1     0xF02186F4          Tx Event FIFO Status 1
CAN1_TXEFA1     0xF02186F8          Tx Event FIFO Acknowledge 1
CAN1_ACCENNODE20 0xF0218900          Access Enable Register CAN Node 2 0
CAN1_STARTADR2  0xF0218908          Start Address Node 2
CAN1_ENDADR2    0xF021890C          End Address Node 2
CAN1_ISREG2     0xF0218910          Interrupt Signalling Register 2
CAN1_GRINT12    0xF0218914          Interrupt routing for Groups 1 2
CAN1_GRINT22    0xF0218918          Interrupt routing for Groups 2 2
CAN1_NTCCR2     0xF0218920          Node 2 Timer Clock Control Register
CAN1_NTATTR2    0xF0218924          Node 2 Timer A Transmit Trigger Register
CAN1_NTBTTR2    0xF0218928          Node 2 Timer B Transmit Trigger Register
CAN1_NTCTTR2    0xF021892C          Node 2 Timer C Transmit Trigger Register
CAN1_NTRTR2     0xF0218930          Node 2 Timer Receive Timeout Register
CAN1_NPCR2      0xF0218940          Node 2 Port Control Register
CAN1_CREL2      0xF0218A00          Core Release Register 2
CAN1_ENDN2      0xF0218A04          Endian Register 2
CAN1_DBTP2      0xF0218A0C          Data Bit Timing 'and' Prescaler Register 2
CAN1_TEST2      0xF0218A10          Test Register 2
CAN1_RWD2       0xF0218A14          RAM Watchdog 2
CAN1_CCCR2      0xF0218A18          CC Control Register 2
CAN1_NBTP2      0xF0218A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN1_TSCC2      0xF0218A20          Timestamp Counter Configuration 2
CAN1_TSCV2      0xF0218A24          Timestamp Counter Value 2
CAN1_TOCC2      0xF0218A28          Timeout Counter Configuration 2
CAN1_TOCV2      0xF0218A2C          Timeout Counter Value 2
CAN1_ECR2       0xF0218A40          Error Counter Register 2
CAN1_PSR2       0xF0218A44          Protocol Status Register 2
CAN1_TDCR2      0xF0218A48          Transmitter Delay Compensation Register 2
CAN1_IR2        0xF0218A50          Interrupt Register 2
CAN1_IE2        0xF0218A54          Interrupt Enable 2
CAN1_GFC2       0xF0218A80          Global Filter Configuration 2
CAN1_SIDFC2     0xF0218A84          Standard ID Filter Configuration 2
CAN1_XIDFC2     0xF0218A88          Extended ID Filter Configuration 2
CAN1_XIDAM2     0xF0218A90          Extended ID AND Mask 2
CAN1_HPMS2      0xF0218A94          High Priority Message Status 2
CAN1_NDAT12     0xF0218A98          New Data 1 2
CAN1_NDAT22     0xF0218A9C          New Data 2 2
CAN1_RXF0C2     0xF0218AA0          Rx FIFO 0 Configuration 2
CAN1_RXF0S2     0xF0218AA4          Rx FIFO 0 Status 2
CAN1_RXF0A2     0xF0218AA8          Rx FIFO 0 Acknowledge 2
CAN1_RXBC2      0xF0218AAC          Rx Buffer Configuration 2
CAN1_RXF1C2     0xF0218AB0          Rx FIFO 1 Configuration 2
CAN1_RXF1S2     0xF0218AB4          Rx FIFO 1 Status 2
CAN1_RXF1A2     0xF0218AB8          Rx FIFO 1 Acknowledge 2
CAN1_RXESC2     0xF0218ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN1_TXBC2      0xF0218AC0          Tx Buffer Configuration 2
CAN1_TXFQS2     0xF0218AC4          Tx FIFO/Queue Status 2
CAN1_TXESC2     0xF0218AC8          Tx Buffer Element Size Configuration 2
CAN1_TXBRP2     0xF0218ACC          Tx Buffer Request Pending 2
CAN1_TXBAR2     0xF0218AD0          Tx Buffer Add Request 2
CAN1_TXBCR2     0xF0218AD4          Tx Buffer Cancellation Request 2
CAN1_TXBTO2     0xF0218AD8          Tx Buffer Transmission Occurred 2
CAN1_TXBCF2     0xF0218ADC          Tx Buffer Cancellation Finished 2
CAN1_TXBTIE2    0xF0218AE0          Tx Buffer Transmission Interrupt Enable 2
CAN1_TXBCIE2    0xF0218AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN1_TXEFC2     0xF0218AF0          Tx Event FIFO Configuration 2
CAN1_TXEFS2     0xF0218AF4          Tx Event FIFO Status 2
CAN1_TXEFA2     0xF0218AF8          Tx Event FIFO Acknowledge 2
CAN1_ACCENNODE30 0xF0218D00          Access Enable Register CAN Node 3 0
CAN1_STARTADR3  0xF0218D08          Start Address Node 3
CAN1_ENDADR3    0xF0218D0C          End Address Node 3
CAN1_ISREG3     0xF0218D10          Interrupt Signalling Register 3
CAN1_GRINT13    0xF0218D14          Interrupt routing for Groups 1 3
CAN1_GRINT23    0xF0218D18          Interrupt routing for Groups 2 3
CAN1_NTCCR3     0xF0218D20          Node 3 Timer Clock Control Register
CAN1_NTATTR3    0xF0218D24          Node 3 Timer A Transmit Trigger Register
CAN1_NTBTTR3    0xF0218D28          Node 3 Timer B Transmit Trigger Register
CAN1_NTCTTR3    0xF0218D2C          Node 3 Timer C Transmit Trigger Register
CAN1_NTRTR3     0xF0218D30          Node 3 Timer Receive Timeout Register
CAN1_NPCR3      0xF0218D40          Node 3 Port Control Register
CAN1_CREL3      0xF0218E00          Core Release Register 3
CAN1_ENDN3      0xF0218E04          Endian Register 3
CAN1_DBTP3      0xF0218E0C          Data Bit Timing 'and' Prescaler Register 3
CAN1_TEST3      0xF0218E10          Test Register 3
CAN1_RWD3       0xF0218E14          RAM Watchdog 3
CAN1_CCCR3      0xF0218E18          CC Control Register 3
CAN1_NBTP3      0xF0218E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN1_TSCC3      0xF0218E20          Timestamp Counter Configuration 3
CAN1_TSCV3      0xF0218E24          Timestamp Counter Value 3
CAN1_TOCC3      0xF0218E28          Timeout Counter Configuration 3
CAN1_TOCV3      0xF0218E2C          Timeout Counter Value 3
CAN1_ECR3       0xF0218E40          Error Counter Register 3
CAN1_PSR3       0xF0218E44          Protocol Status Register 3
CAN1_TDCR3      0xF0218E48          Transmitter Delay Compensation Register 3
CAN1_IR3        0xF0218E50          Interrupt Register 3
CAN1_IE3        0xF0218E54          Interrupt Enable 3
CAN1_GFC3       0xF0218E80          Global Filter Configuration 3
CAN1_SIDFC3     0xF0218E84          Standard ID Filter Configuration 3
CAN1_XIDFC3     0xF0218E88          Extended ID Filter Configuration 3
CAN1_XIDAM3     0xF0218E90          Extended ID AND Mask 3
CAN1_HPMS3      0xF0218E94          High Priority Message Status 3
CAN1_NDAT13     0xF0218E98          New Data 1 3
CAN1_NDAT23     0xF0218E9C          New Data 2 3
CAN1_RXF0C3     0xF0218EA0          Rx FIFO 0 Configuration 3
CAN1_RXF0S3     0xF0218EA4          Rx FIFO 0 Status 3
CAN1_RXF0A3     0xF0218EA8          Rx FIFO 0 Acknowledge 3
CAN1_RXBC3      0xF0218EAC          Rx Buffer Configuration 3
CAN1_RXF1C3     0xF0218EB0          Rx FIFO 1 Configuration 3
CAN1_RXF1S3     0xF0218EB4          Rx FIFO 1 Status 3
CAN1_RXF1A3     0xF0218EB8          Rx FIFO 1 Acknowledge 3
CAN1_RXESC3     0xF0218EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN1_TXBC3      0xF0218EC0          Tx Buffer Configuration 3
CAN1_TXFQS3     0xF0218EC4          Tx FIFO/Queue Status 3
CAN1_TXESC3     0xF0218EC8          Tx Buffer Element Size Configuration 3
CAN1_TXBRP3     0xF0218ECC          Tx Buffer Request Pending 3
CAN1_TXBAR3     0xF0218ED0          Tx Buffer Add Request 3
CAN1_TXBCR3     0xF0218ED4          Tx Buffer Cancellation Request 3
CAN1_TXBTO3     0xF0218ED8          Tx Buffer Transmission Occurred 3
CAN1_TXBCF3     0xF0218EDC          Tx Buffer Cancellation Finished 3
CAN1_TXBTIE3    0xF0218EE0          Tx Buffer Transmission Interrupt Enable 3
CAN1_TXBCIE3    0xF0218EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN1_TXEFC3     0xF0218EF0          Tx Event FIFO Configuration 3
CAN1_TXEFS3     0xF0218EF4          Tx Event FIFO Status 3
CAN1_TXEFA3     0xF0218EF8          Tx Event FIFO Acknowledge 3
CAN2_CLC        0xF0228000          CAN Clock Control Register
CAN2_ID         0xF0228008          Module Identification Register
CAN2_MCR        0xF0228030          Module Control Register
CAN2_ACCENCTR0  0xF02280DC          Access Enable Register Control 0
CAN2_OCS        0xF02280E8          OCDS Control and Status
CAN2_KRSTCLR    0xF02280EC          Kernel Reset Status Clear Register
CAN2_KRST1      0xF02280F0          Kernel Reset Register 1
CAN2_KRST0      0xF02280F4          Kernel Reset Register 0
CAN2_ACCEN0     0xF02280FC          Access Enable Register 0
CAN2_ACCENNODE00 0xF0228100          Access Enable Register CAN Node 0 0
CAN2_STARTADR0  0xF0228108          Start Address Node 0
CAN2_ENDADR0    0xF022810C          End Address Node 0
CAN2_ISREG0     0xF0228110          Interrupt Signalling Register 0
CAN2_GRINT10    0xF0228114          Interrupt routing for Groups 1 0
CAN2_GRINT20    0xF0228118          Interrupt routing for Groups 2 0
CAN2_NTCCR0     0xF0228120          Node 0 Timer Clock Control Register
CAN2_NTATTR0    0xF0228124          Node 0 Timer A Transmit Trigger Register
CAN2_NTBTTR0    0xF0228128          Node 0 Timer B Transmit Trigger Register
CAN2_NTCTTR0    0xF022812C          Node 0 Timer C Transmit Trigger Register
CAN2_NTRTR0     0xF0228130          Node 0 Timer Receive Timeout Register
CAN2_NPCR0      0xF0228140          Node 0 Port Control Register
CAN2_CREL0      0xF0228200          Core Release Register 0
CAN2_ENDN0      0xF0228204          Endian Register 0
CAN2_DBTP0      0xF022820C          Data Bit Timing 'and' Prescaler Register 0
CAN2_TEST0      0xF0228210          Test Register 0
CAN2_RWD0       0xF0228214          RAM Watchdog 0
CAN2_CCCR0      0xF0228218          CC Control Register 0
CAN2_NBTP0      0xF022821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN2_TSCC0      0xF0228220          Timestamp Counter Configuration 0
CAN2_TSCV0      0xF0228224          Timestamp Counter Value 0
CAN2_TOCC0      0xF0228228          Timeout Counter Configuration 0
CAN2_TOCV0      0xF022822C          Timeout Counter Value 0
CAN2_ECR0       0xF0228240          Error Counter Register 0
CAN2_PSR0       0xF0228244          Protocol Status Register 0
CAN2_TDCR0      0xF0228248          Transmitter Delay Compensation Register 0
CAN2_IR0        0xF0228250          Interrupt Register 0
CAN2_IE0        0xF0228254          Interrupt Enable 0
CAN2_GFC0       0xF0228280          Global Filter Configuration 0
CAN2_SIDFC0     0xF0228284          Standard ID Filter Configuration 0
CAN2_XIDFC0     0xF0228288          Extended ID Filter Configuration 0
CAN2_XIDAM0     0xF0228290          Extended ID AND Mask 0
CAN2_HPMS0      0xF0228294          High Priority Message Status 0
CAN2_NDAT10     0xF0228298          New Data 1 0
CAN2_NDAT20     0xF022829C          New Data 2 0
CAN2_RXF0C0     0xF02282A0          Rx FIFO 0 Configuration 0
CAN2_RXF0S0     0xF02282A4          Rx FIFO 0 Status 0
CAN2_RXF0A0     0xF02282A8          Rx FIFO 0 Acknowledge 0
CAN2_RXBC0      0xF02282AC          Rx Buffer Configuration 0
CAN2_RXF1C0     0xF02282B0          Rx FIFO 1 Configuration 0
CAN2_RXF1S0     0xF02282B4          Rx FIFO 1 Status 0
CAN2_RXF1A0     0xF02282B8          Rx FIFO 1 Acknowledge 0
CAN2_RXESC0     0xF02282BC          Rx Buffer/FIFO Element Size Configuration 0
CAN2_TXBC0      0xF02282C0          Tx Buffer Configuration 0
CAN2_TXFQS0     0xF02282C4          Tx FIFO/Queue Status 0
CAN2_TXESC0     0xF02282C8          Tx Buffer Element Size Configuration 0
CAN2_TXBRP0     0xF02282CC          Tx Buffer Request Pending 0
CAN2_TXBAR0     0xF02282D0          Tx Buffer Add Request 0
CAN2_TXBCR0     0xF02282D4          Tx Buffer Cancellation Request 0
CAN2_TXBTO0     0xF02282D8          Tx Buffer Transmission Occurred 0
CAN2_TXBCF0     0xF02282DC          Tx Buffer Cancellation Finished 0
CAN2_TXBTIE0    0xF02282E0          Tx Buffer Transmission Interrupt Enable 0
CAN2_TXBCIE0    0xF02282E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN2_TXEFC0     0xF02282F0          Tx Event FIFO Configuration 0
CAN2_TXEFS0     0xF02282F4          Tx Event FIFO Status 0
CAN2_TXEFA0     0xF02282F8          Tx Event FIFO Acknowledge 0
CAN2_ACCENNODE10 0xF0228500          Access Enable Register CAN Node 1 0
CAN2_STARTADR1  0xF0228508          Start Address Node 1
CAN2_ENDADR1    0xF022850C          End Address Node 1
CAN2_ISREG1     0xF0228510          Interrupt Signalling Register 1
CAN2_GRINT11    0xF0228514          Interrupt routing for Groups 1 1
CAN2_GRINT21    0xF0228518          Interrupt routing for Groups 2 1
CAN2_NTCCR1     0xF0228520          Node 1 Timer Clock Control Register
CAN2_NTATTR1    0xF0228524          Node 1 Timer A Transmit Trigger Register
CAN2_NTBTTR1    0xF0228528          Node 1 Timer B Transmit Trigger Register
CAN2_NTCTTR1    0xF022852C          Node 1 Timer C Transmit Trigger Register
CAN2_NTRTR1     0xF0228530          Node 1 Timer Receive Timeout Register
CAN2_NPCR1      0xF0228540          Node 1 Port Control Register
CAN2_CREL1      0xF0228600          Core Release Register 1
CAN2_ENDN1      0xF0228604          Endian Register 1
CAN2_DBTP1      0xF022860C          Data Bit Timing 'and' Prescaler Register 1
CAN2_TEST1      0xF0228610          Test Register 1
CAN2_RWD1       0xF0228614          RAM Watchdog 1
CAN2_CCCR1      0xF0228618          CC Control Register 1
CAN2_NBTP1      0xF022861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN2_TSCC1      0xF0228620          Timestamp Counter Configuration 1
CAN2_TSCV1      0xF0228624          Timestamp Counter Value 1
CAN2_TOCC1      0xF0228628          Timeout Counter Configuration 1
CAN2_TOCV1      0xF022862C          Timeout Counter Value 1
CAN2_ECR1       0xF0228640          Error Counter Register 1
CAN2_PSR1       0xF0228644          Protocol Status Register 1
CAN2_TDCR1      0xF0228648          Transmitter Delay Compensation Register 1
CAN2_IR1        0xF0228650          Interrupt Register 1
CAN2_IE1        0xF0228654          Interrupt Enable 1
CAN2_GFC1       0xF0228680          Global Filter Configuration 1
CAN2_SIDFC1     0xF0228684          Standard ID Filter Configuration 1
CAN2_XIDFC1     0xF0228688          Extended ID Filter Configuration 1
CAN2_XIDAM1     0xF0228690          Extended ID AND Mask 1
CAN2_HPMS1      0xF0228694          High Priority Message Status 1
CAN2_NDAT11     0xF0228698          New Data 1 1
CAN2_NDAT21     0xF022869C          New Data 2 1
CAN2_RXF0C1     0xF02286A0          Rx FIFO 0 Configuration 1
CAN2_RXF0S1     0xF02286A4          Rx FIFO 0 Status 1
CAN2_RXF0A1     0xF02286A8          Rx FIFO 0 Acknowledge 1
CAN2_RXBC1      0xF02286AC          Rx Buffer Configuration 1
CAN2_RXF1C1     0xF02286B0          Rx FIFO 1 Configuration 1
CAN2_RXF1S1     0xF02286B4          Rx FIFO 1 Status 1
CAN2_RXF1A1     0xF02286B8          Rx FIFO 1 Acknowledge 1
CAN2_RXESC1     0xF02286BC          Rx Buffer/FIFO Element Size Configuration 1
CAN2_TXBC1      0xF02286C0          Tx Buffer Configuration 1
CAN2_TXFQS1     0xF02286C4          Tx FIFO/Queue Status 1
CAN2_TXESC1     0xF02286C8          Tx Buffer Element Size Configuration 1
CAN2_TXBRP1     0xF02286CC          Tx Buffer Request Pending 1
CAN2_TXBAR1     0xF02286D0          Tx Buffer Add Request 1
CAN2_TXBCR1     0xF02286D4          Tx Buffer Cancellation Request 1
CAN2_TXBTO1     0xF02286D8          Tx Buffer Transmission Occurred 1
CAN2_TXBCF1     0xF02286DC          Tx Buffer Cancellation Finished 1
CAN2_TXBTIE1    0xF02286E0          Tx Buffer Transmission Interrupt Enable 1
CAN2_TXBCIE1    0xF02286E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN2_TXEFC1     0xF02286F0          Tx Event FIFO Configuration 1
CAN2_TXEFS1     0xF02286F4          Tx Event FIFO Status 1
CAN2_TXEFA1     0xF02286F8          Tx Event FIFO Acknowledge 1
CAN2_ACCENNODE20 0xF0228900          Access Enable Register CAN Node 2 0
CAN2_STARTADR2  0xF0228908          Start Address Node 2
CAN2_ENDADR2    0xF022890C          End Address Node 2
CAN2_ISREG2     0xF0228910          Interrupt Signalling Register 2
CAN2_GRINT12    0xF0228914          Interrupt routing for Groups 1 2
CAN2_GRINT22    0xF0228918          Interrupt routing for Groups 2 2
CAN2_NTCCR2     0xF0228920          Node 2 Timer Clock Control Register
CAN2_NTATTR2    0xF0228924          Node 2 Timer A Transmit Trigger Register
CAN2_NTBTTR2    0xF0228928          Node 2 Timer B Transmit Trigger Register
CAN2_NTCTTR2    0xF022892C          Node 2 Timer C Transmit Trigger Register
CAN2_NTRTR2     0xF0228930          Node 2 Timer Receive Timeout Register
CAN2_NPCR2      0xF0228940          Node 2 Port Control Register
CAN2_CREL2      0xF0228A00          Core Release Register 2
CAN2_ENDN2      0xF0228A04          Endian Register 2
CAN2_DBTP2      0xF0228A0C          Data Bit Timing 'and' Prescaler Register 2
CAN2_TEST2      0xF0228A10          Test Register 2
CAN2_RWD2       0xF0228A14          RAM Watchdog 2
CAN2_CCCR2      0xF0228A18          CC Control Register 2
CAN2_NBTP2      0xF0228A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN2_TSCC2      0xF0228A20          Timestamp Counter Configuration 2
CAN2_TSCV2      0xF0228A24          Timestamp Counter Value 2
CAN2_TOCC2      0xF0228A28          Timeout Counter Configuration 2
CAN2_TOCV2      0xF0228A2C          Timeout Counter Value 2
CAN2_ECR2       0xF0228A40          Error Counter Register 2
CAN2_PSR2       0xF0228A44          Protocol Status Register 2
CAN2_TDCR2      0xF0228A48          Transmitter Delay Compensation Register 2
CAN2_IR2        0xF0228A50          Interrupt Register 2
CAN2_IE2        0xF0228A54          Interrupt Enable 2
CAN2_GFC2       0xF0228A80          Global Filter Configuration 2
CAN2_SIDFC2     0xF0228A84          Standard ID Filter Configuration 2
CAN2_XIDFC2     0xF0228A88          Extended ID Filter Configuration 2
CAN2_XIDAM2     0xF0228A90          Extended ID AND Mask 2
CAN2_HPMS2      0xF0228A94          High Priority Message Status 2
CAN2_NDAT12     0xF0228A98          New Data 1 2
CAN2_NDAT22     0xF0228A9C          New Data 2 2
CAN2_RXF0C2     0xF0228AA0          Rx FIFO 0 Configuration 2
CAN2_RXF0S2     0xF0228AA4          Rx FIFO 0 Status 2
CAN2_RXF0A2     0xF0228AA8          Rx FIFO 0 Acknowledge 2
CAN2_RXBC2      0xF0228AAC          Rx Buffer Configuration 2
CAN2_RXF1C2     0xF0228AB0          Rx FIFO 1 Configuration 2
CAN2_RXF1S2     0xF0228AB4          Rx FIFO 1 Status 2
CAN2_RXF1A2     0xF0228AB8          Rx FIFO 1 Acknowledge 2
CAN2_RXESC2     0xF0228ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN2_TXBC2      0xF0228AC0          Tx Buffer Configuration 2
CAN2_TXFQS2     0xF0228AC4          Tx FIFO/Queue Status 2
CAN2_TXESC2     0xF0228AC8          Tx Buffer Element Size Configuration 2
CAN2_TXBRP2     0xF0228ACC          Tx Buffer Request Pending 2
CAN2_TXBAR2     0xF0228AD0          Tx Buffer Add Request 2
CAN2_TXBCR2     0xF0228AD4          Tx Buffer Cancellation Request 2
CAN2_TXBTO2     0xF0228AD8          Tx Buffer Transmission Occurred 2
CAN2_TXBCF2     0xF0228ADC          Tx Buffer Cancellation Finished 2
CAN2_TXBTIE2    0xF0228AE0          Tx Buffer Transmission Interrupt Enable 2
CAN2_TXBCIE2    0xF0228AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN2_TXEFC2     0xF0228AF0          Tx Event FIFO Configuration 2
CAN2_TXEFS2     0xF0228AF4          Tx Event FIFO Status 2
CAN2_TXEFA2     0xF0228AF8          Tx Event FIFO Acknowledge 2
CAN2_ACCENNODE30 0xF0228D00          Access Enable Register CAN Node 3 0
CAN2_STARTADR3  0xF0228D08          Start Address Node 3
CAN2_ENDADR3    0xF0228D0C          End Address Node 3
CAN2_ISREG3     0xF0228D10          Interrupt Signalling Register 3
CAN2_GRINT13    0xF0228D14          Interrupt routing for Groups 1 3
CAN2_GRINT23    0xF0228D18          Interrupt routing for Groups 2 3
CAN2_NTCCR3     0xF0228D20          Node 3 Timer Clock Control Register
CAN2_NTATTR3    0xF0228D24          Node 3 Timer A Transmit Trigger Register
CAN2_NTBTTR3    0xF0228D28          Node 3 Timer B Transmit Trigger Register
CAN2_NTCTTR3    0xF0228D2C          Node 3 Timer C Transmit Trigger Register
CAN2_NTRTR3     0xF0228D30          Node 3 Timer Receive Timeout Register
CAN2_NPCR3      0xF0228D40          Node 3 Port Control Register
CAN2_CREL3      0xF0228E00          Core Release Register 3
CAN2_ENDN3      0xF0228E04          Endian Register 3
CAN2_DBTP3      0xF0228E0C          Data Bit Timing 'and' Prescaler Register 3
CAN2_TEST3      0xF0228E10          Test Register 3
CAN2_RWD3       0xF0228E14          RAM Watchdog 3
CAN2_CCCR3      0xF0228E18          CC Control Register 3
CAN2_NBTP3      0xF0228E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN2_TSCC3      0xF0228E20          Timestamp Counter Configuration 3
CAN2_TSCV3      0xF0228E24          Timestamp Counter Value 3
CAN2_TOCC3      0xF0228E28          Timeout Counter Configuration 3
CAN2_TOCV3      0xF0228E2C          Timeout Counter Value 3
CAN2_ECR3       0xF0228E40          Error Counter Register 3
CAN2_PSR3       0xF0228E44          Protocol Status Register 3
CAN2_TDCR3      0xF0228E48          Transmitter Delay Compensation Register 3
CAN2_IR3        0xF0228E50          Interrupt Register 3
CAN2_IE3        0xF0228E54          Interrupt Enable 3
CAN2_GFC3       0xF0228E80          Global Filter Configuration 3
CAN2_SIDFC3     0xF0228E84          Standard ID Filter Configuration 3
CAN2_XIDFC3     0xF0228E88          Extended ID Filter Configuration 3
CAN2_XIDAM3     0xF0228E90          Extended ID AND Mask 3
CAN2_HPMS3      0xF0228E94          High Priority Message Status 3
CAN2_NDAT13     0xF0228E98          New Data 1 3
CAN2_NDAT23     0xF0228E9C          New Data 2 3
CAN2_RXF0C3     0xF0228EA0          Rx FIFO 0 Configuration 3
CAN2_RXF0S3     0xF0228EA4          Rx FIFO 0 Status 3
CAN2_RXF0A3     0xF0228EA8          Rx FIFO 0 Acknowledge 3
CAN2_RXBC3      0xF0228EAC          Rx Buffer Configuration 3
CAN2_RXF1C3     0xF0228EB0          Rx FIFO 1 Configuration 3
CAN2_RXF1S3     0xF0228EB4          Rx FIFO 1 Status 3
CAN2_RXF1A3     0xF0228EB8          Rx FIFO 1 Acknowledge 3
CAN2_RXESC3     0xF0228EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN2_TXBC3      0xF0228EC0          Tx Buffer Configuration 3
CAN2_TXFQS3     0xF0228EC4          Tx FIFO/Queue Status 3
CAN2_TXESC3     0xF0228EC8          Tx Buffer Element Size Configuration 3
CAN2_TXBRP3     0xF0228ECC          Tx Buffer Request Pending 3
CAN2_TXBAR3     0xF0228ED0          Tx Buffer Add Request 3
CAN2_TXBCR3     0xF0228ED4          Tx Buffer Cancellation Request 3
CAN2_TXBTO3     0xF0228ED8          Tx Buffer Transmission Occurred 3
CAN2_TXBCF3     0xF0228EDC          Tx Buffer Cancellation Finished 3
CAN2_TXBTIE3    0xF0228EE0          Tx Buffer Transmission Interrupt Enable 3
CAN2_TXBCIE3    0xF0228EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN2_TXEFC3     0xF0228EF0          Tx Event FIFO Configuration 3
CAN2_TXEFS3     0xF0228EF4          Tx Event FIFO Status 3
CAN2_TXEFA3     0xF0228EF8          Tx Event FIFO Acknowledge 3
PMS_ID          0xF0248008          Identification Register
PMS_EVRSTAT     0xF024802C          EVR Status Register
PMS_EVRADCSTAT  0xF0248034          EVR Primary ADC Status Register
PMS_EVRRSTCON   0xF024803C          EVR Reset Control Register
PMS_EVRRSTSTAT  0xF0248044          EVR Reset Status Register
PMS_EVRTRIM     0xF024804C          EVR Trim Control Register
PMS_EVRTRIMSTAT 0xF0248050          EVR Trim Status Register
PMS_EVRMONSTAT1 0xF0248060          EVR Secondary ADC Status Register 1
PMS_EVRMONSTAT2 0xF0248064          EVR Secondary ADC Status Register 2
PMS_EVRMONCTRL  0xF0248068          EVR Secondary Monitor Control Register
PMS_EVRMONFILT  0xF0248070          EVR Secondary Monitor Filter Register
PMS_PMSIEN      0xF0248074          PMS Interrupt Enable Register
PMS_EVRUVMON    0xF0248078          EVR Secondary Under-voltage Monitor Register
PMS_EVROVMON    0xF024807C          EVR Secondary Over-voltage Monitor Register
PMS_EVRUVMON2   0xF0248080          EVR Secondary Under-voltage Monitor Register 2
PMS_EVROVMON2   0xF0248084          EVR Secondary Over-voltage Monitor Register 2
PMS_HSMUVMON    0xF0248088          EVR Primary HSM Under-voltage Monitor Register
PMS_HSMOVMON    0xF024808C          EVR Primary HSM Over-voltage Monitor Register
PMS_EVROSCCTRL  0xF02480A0          EVR Oscillator Control Register
PMS_PMSWCR0     0xF02480B4          Standby and Wake-up Control Register 0
PMS_PMSWCR2     0xF02480B8          Standby and Wake-up Control Register 2
PMS_PMSWCR3     0xF02480C0          Standby and Wake-up Control Register 3
PMS_PMSWCR4     0xF02480C4          Standby and Wake-up Control Register 4
PMS_PMSWCR5     0xF02480C8          Standby and Wake-up Control Register 5
PMS_PMSWSTAT    0xF02480D4          Standby and Wake-up Status Register
PMS_PMSWSTAT2   0xF02480D8          Standby and Wake-up Status Register 2
PMS_PMSWUTCNT   0xF02480DC          Standby WUT Counter Register
PMS_PMSWSTATCLR 0xF02480E8          Standby and Wake-up Status Clear Register
PMS_EVRSDSTAT0  0xF02480FC          EVR SD Status Register 0
PMS_EVRSDCTRL0  0xF0248108          EVRC SD Control Register 0
PMS_EVRSDCTRL1  0xF024810C          EVRC SD Control Register 1
PMS_EVRSDCTRL2  0xF0248110          EVRC SD Control Register 2
PMS_EVRSDCTRL3  0xF0248114          EVRC SD Control Register 3
PMS_EVRSDCTRL4  0xF0248118          EVRC SD Control Register 4
PMS_EVRSDCTRL5  0xF024811C          EVRC SD Control Register 5
PMS_EVRSDCTRL6  0xF0248120          EVRC SD Control Register 6
PMS_EVRSDCTRL7  0xF0248124          EVRC SD Control Register 7
PMS_EVRSDCTRL8  0xF0248128          EVRC SD Control Register 8
PMS_EVRSDCTRL9  0xF024812C          EVRC SD Control Register 9
PMS_EVRSDCTRL10 0xF0248130          EVRC SD Control Register 10
PMS_EVRSDCTRL11 0xF0248134          EVRC SD Control Register 11
PMS_EVRSDCOEFF0 0xF0248148          EVRC SD Coefficient Register 0
PMS_EVRSDCOEFF1 0xF024814C          EVRC SD Coefficient Register 1
PMS_EVRSDCOEFF2 0xF0248150          EVRC SD Coefficient Register 2
PMS_EVRSDCOEFF3 0xF0248154          EVRC SD Coefficient Register 3
PMS_EVRSDCOEFF4 0xF0248158          EVRC SD Coefficient Register 4
PMS_EVRSDCOEFF5 0xF024815C          EVRC SD Coefficient Register 5
PMS_EVRSDCOEFF6 0xF0248160          EVRC SD Coefficient Register 6
PMS_EVRSDCOEFF7 0xF0248164          EVRC SD Coefficient Register 7
PMS_EVRSDCOEFF8 0xF0248168          EVRC SD Coefficient Register 8
PMS_EVRSDCOEFF9 0xF024816C          EVRC SD Coefficient Register 9
PMS_AG20_STDBY  0xF0248188          Alarm 0 Status Register
PMS_AG21_STDBY  0xF024818C          Alarm 1 Status Register
PMS_MONBISTSTAT 0xF0248190          SMU_stdby BIST Status Register
PMS_MONBISTCTRL 0xF0248198          SMU_stdby BIST Control Register
PMS_CMD_STDBY   0xF024819C          SMU_stdby Command Register
PMS_AG20FSP_STDBY 0xF02481A4          SMU_stdby 0 FSP Configuration Register
PMS_AG21FSP_STDBY 0xF02481A8          SMU_stdby 1 FSP Configuration Register
PMS_DTSSTAT     0xF02481C0          Die Temperature Sensor Status Register
PMS_DTSLIM      0xF02481C8          Die Temperature Sensor Limit Register
PMS_OTSS        0xF02481E0          OCDS Trigger Set Select Register
PMS_OTSC0       0xF02481E4          OCDS Trigger Set Control 0 Register
PMS_OTSC1       0xF02481E8          OCDS Trigger Set Control 1 Register
PMS_ACCEN1      0xF02481F8          Access Enable Register 1
PMS_ACCEN0      0xF02481FC          Access Enable Register 0
SDMMC0_SDMASA   0xF02B0000          SDMA System Address register
SDMMC0_BLOCKSIZE 0xF02B0004          Block Size register
SDMMC0_BLOCKCOUNT 0xF02B0006          16-bit Block Count register
SDMMC0_ARGUMENT 0xF02B0008          Argument register
SDMMC0_XFER_MODE 0xF02B000C          Transfer Mode register
SDMMC0_CMD      0xF02B000E          Command register
SDMMC0_RESP01   0xF02B0010          Response Register 01
SDMMC0_RESP23   0xF02B0014          Response Register 23
SDMMC0_RESP45   0xF02B0018          Response Register 45
SDMMC0_RESP67   0xF02B001C          Response Register 67
SDMMC0_BUF_DATA 0xF02B0020          Buffer Data Port Register
SDMMC0_PSTATE_REG 0xF02B0024          Present State Register
SDMMC0_HOST_CTRL1 0xF02B0028          Host Control 1 Register
SDMMC0_PWR_CTRL 0xF02B0029          Power Control Register
SDMMC0_BGAP_CTRL 0xF02B002A          Block Gap Control Register
SDMMC0_WUP_CTRL 0xF02B002B          Wakeup Control Register
SDMMC0_CLK_CTRL 0xF02B002C          Clock Control Register
SDMMC0_TOUT_CTRL 0xF02B002E          Timeout Control Register
SDMMC0_SW_RST   0xF02B002F          Software Reset Register
SDMMC0_NORMAL_INT_STAT 0xF02B0030          Normal Interrupt Status Register
SDMMC0_ERROR_INT_STAT 0xF02B0032          Error Interrupt Status Register
SDMMC0_NORMAL_INT_STAT_EN 0xF02B0034          Normal Interrupt Status Enable Register
SDMMC0_ERROR_INT_STAT_EN 0xF02B0036          Error Interrupt Status Enable Register
SDMMC0_NORMAL_INT_SIGNAL_EN 0xF02B0038          Normal Interrupt Signal Enable Register
SDMMC0_ERROR_INT_SIGNAL_EN 0xF02B003A          Error Interrupt Signal Enable Register
SDMMC0_AUTO_CMD_STAT 0xF02B003C          Auto CMD Status Register
SDMMC0_HOST_CTRL2 0xF02B003E          Host Control 2 Register
SDMMC0_CAPABILITIES1 0xF02B0040          Capabilities 1 Register 0 to 31
SDMMC0_CAPABILITIES2 0xF02B0044          Capabilities Register 32 to 63
SDMMC0_CURR_CAPABILITIES1 0xF02B0048          Maximum Current Capabilities Register 0 to 31
SDMMC0_CURR_CAPABILITIES2 0xF02B004C          Maximum Current Capabilities Register 32 to 63
SDMMC0_FORCE_AUTO_CMD_STAT 0xF02B0050          Force Event Register for Auto CMD Error Status register
SDMMC0_FORCE_ERROR_INT_STAT 0xF02B0052          Force Event Register for Error Interrupt Status
SDMMC0_ADMA_ERR_STAT 0xF02B0054          ADMA Error Status Register
SDMMC0_ADMA_SA_LOW 0xF02B0058          ADMA System Address Register Low
SDMMC0_PRESET_INIT 0xF02B0060          Preset Value for Initialization
SDMMC0_PRESET_DS 0xF02B0062          Preset Value for Default Speed
SDMMC0_PRESET_HS 0xF02B0064          Preset Value for High Speed
SDMMC0_ADMA_ID_LOW 0xF02B0078          ADMA3 Integrated Descriptor Address Register - Low
SDMMC0_P_VENDOR_SPECIFIC_AREA 0xF02B00E8          Pointer for Vendor Specific Area 1
SDMMC0_P_VENDOR2_SPECIFIC_AREA 0xF02B00EA          Pointer for Vendor Specific Area 2
SDMMC0_SLOT_INTR_STATUS 0xF02B00FC          Slot Interrupt Status Register
SDMMC0_HOST_CNTRL_VERS 0xF02B00FE          Host Controller Version
SDMMC0_MSHC_VER_ID 0xF02B0180          MSHC version
SDMMC0_MSHC_VER_TYPE 0xF02B0184          MSHC version type
SDMMC0_MBIU_CTRL 0xF02B0190          DMA burst control register
SDMMC0_EMMC_CTRL 0xF02B01AC          eMMC Control register
SDMMC0_BOOT_CTRL 0xF02B01AE          eMMC Boot Control register
SDMMC0_EMBEDDED_CTRL 0xF02B0280          Embedded Control register
SDMMC0_CLC      0xF02B0300          Clock Control Register
SDMMC0_ID       0xF02B0304          Module Identification Register
SDMMC0_ACCEN0   0xF02B030C          Access Enable Register 0
SDMMC0_ACCEN1   0xF02B0310          Access Enable Register 1
SDMMC0_KRST0    0xF02B0314          Kernel Reset Register 0
SDMMC0_KRST1    0xF02B0318          Kernel Reset Register 1
SDMMC0_KRSTCLR  0xF02B031C          Kernel Reset Status Clear Register
ASCLIN10_CLC    0xF02C0A00          Clock Control Register
ASCLIN10_IOCR   0xF02C0A04          Input and Output Control Register
ASCLIN10_ID     0xF02C0A08          Module Identification Register
ASCLIN10_TXFIFOCON 0xF02C0A0C          TX FIFO Configuration Register
ASCLIN10_RXFIFOCON 0xF02C0A10          RX FIFO Configuration Register
ASCLIN10_BITCON 0xF02C0A14          Bit Configuration Register
ASCLIN10_FRAMECON 0xF02C0A18          Frame Control Register
ASCLIN10_DATCON 0xF02C0A1C          Data Configuration Register
ASCLIN10_BRG    0xF02C0A20          Baud Rate Generation Register
ASCLIN10_BRD    0xF02C0A24          Baud Rate Detection Register
ASCLIN10_LINCON 0xF02C0A28          LIN Control Register
ASCLIN10_LINBTIMER 0xF02C0A2C          LIN Break Timer Register
ASCLIN10_LINHTIMER 0xF02C0A30          LIN Header Timer Register
ASCLIN10_FLAGS  0xF02C0A34          Flags Register
ASCLIN10_FLAGSSET 0xF02C0A38          Flags Set Register
ASCLIN10_FLAGSCLEAR 0xF02C0A3C          Flags Clear Register
ASCLIN10_FLAGSENABLE 0xF02C0A40          Flags Enable Register
ASCLIN10_TXDATA 0xF02C0A44          Transmit Data Register
ASCLIN10_RXDATA 0xF02C0A48          Receive Data Register
ASCLIN10_CSR    0xF02C0A4C          Clock Selection Register
ASCLIN10_RXDATAD 0xF02C0A50          Receive Data Debug Register
ASCLIN10_OCS    0xF02C0AE8          OCDS Control and Status
ASCLIN10_KRSTCLR 0xF02C0AEC          Kernel Reset Status Clear Register
ASCLIN10_KRST1  0xF02C0AF0          Kernel Reset Register 1
ASCLIN10_KRST0  0xF02C0AF4          Kernel Reset Register 0
ASCLIN10_ACCEN0 0xF02C0AFC          Access Enable Register 0
ASCLIN11_CLC    0xF02C0B00          Clock Control Register
ASCLIN11_IOCR   0xF02C0B04          Input and Output Control Register
ASCLIN11_ID     0xF02C0B08          Module Identification Register
ASCLIN11_TXFIFOCON 0xF02C0B0C          TX FIFO Configuration Register
ASCLIN11_RXFIFOCON 0xF02C0B10          RX FIFO Configuration Register
ASCLIN11_BITCON 0xF02C0B14          Bit Configuration Register
ASCLIN11_FRAMECON 0xF02C0B18          Frame Control Register
ASCLIN11_DATCON 0xF02C0B1C          Data Configuration Register
ASCLIN11_BRG    0xF02C0B20          Baud Rate Generation Register
ASCLIN11_BRD    0xF02C0B24          Baud Rate Detection Register
ASCLIN11_LINCON 0xF02C0B28          LIN Control Register
ASCLIN11_LINBTIMER 0xF02C0B2C          LIN Break Timer Register
ASCLIN11_LINHTIMER 0xF02C0B30          LIN Header Timer Register
ASCLIN11_FLAGS  0xF02C0B34          Flags Register
ASCLIN11_FLAGSSET 0xF02C0B38          Flags Set Register
ASCLIN11_FLAGSCLEAR 0xF02C0B3C          Flags Clear Register
ASCLIN11_FLAGSENABLE 0xF02C0B40          Flags Enable Register
ASCLIN11_TXDATA 0xF02C0B44          Transmit Data Register
ASCLIN11_RXDATA 0xF02C0B48          Receive Data Register
ASCLIN11_CSR    0xF02C0B4C          Clock Selection Register
ASCLIN11_RXDATAD 0xF02C0B50          Receive Data Debug Register
ASCLIN11_OCS    0xF02C0BE8          OCDS Control and Status
ASCLIN11_KRSTCLR 0xF02C0BEC          Kernel Reset Status Clear Register
ASCLIN11_KRST1  0xF02C0BF0          Kernel Reset Register 1
ASCLIN11_KRST0  0xF02C0BF4          Kernel Reset Register 0
ASCLIN11_ACCEN0 0xF02C0BFC          Access Enable Register 0
FSI_COMM_1      0xF8030004          Communication Register 1
FSI_COMM_2      0xF8030005          Communication Register 2
FSI_HSMCOMM_1   0xF8030006          HSM Communication Register 1
FSI_HSMCOMM_2   0xF8030007          HSM Communication Register 2
PMU_ID          0xF8038508          Module Identification Register
DMU_HF_ID       0xF8040008          Module Identification Register
DMU_HF_STATUS   0xF8040010          Flash Status Register
DMU_HF_CONTROL  0xF8040014          Flash Control Register
DMU_HF_OPERATION 0xF8040018          Flash Operation Register
DMU_HF_PROTECT  0xF804001C          Flash Protection Status Register
DMU_HF_CONFIRM0 0xF8040020          Flash Confirm Status Register 0
DMU_HF_CONFIRM1 0xF8040024          Flash Confirm Status Register 1
DMU_HF_CONFIRM2 0xF8040028          Flash Confirm Status Register 2
DMU_HF_EER      0xF8040030          Enable Error Interrupt Control Register
DMU_HF_ERRSR    0xF8040034          Error Status Register
DMU_HF_CLRE     0xF8040038          Clear Error Register
DMU_HF_ECCR     0xF8040040          DF0 ECC Read Register
DMU_HF_ECCS     0xF8040044          DF0 ECC Status Register
DMU_HF_ECCC     0xF8040048          DF0 ECC Control Register
DMU_HF_ECCW     0xF804004C          DF0 ECC Write Register
DMU_HF_CCONTROL 0xF8040050          Cranking Control Register
DMU_HF_PSTATUS  0xF8040060          Power Status Register
DMU_HF_PCONTROL 0xF8040064          Power Control Register
DMU_HF_PWAIT    0xF8040068          PFLASH Wait Cycle Register
DMU_HF_DWAIT    0xF804006C          DFLASH Wait Cycle Register
DMU_HF_PROCONUSR 0xF8040074          DF0 User Mode Control
DMU_HF_PROCONPF 0xF8040080          PFLASH Protection Configuration
DMU_HF_PROCONTP 0xF8040084          Tuning Protection Configuration
DMU_HF_PROCONDF 0xF8040088          DFLASH Protection Configuration
DMU_HF_PROCONRAM 0xF804008C          RAM Configuration
DMU_HF_PROCONDBG 0xF8040090          Debug Interface Protection Configuration
DMU_HF_SUSPEND  0xF80400F0          Suspend Control Register
DMU_HF_MARGIN   0xF80400F4          Margin Control Register
DMU_HF_ACCEN1   0xF80400F8          Access Enable Register 1
DMU_HF_ACCEN0   0xF80400FC          Access Enable Register 0
DMU_HP_PROCONP00 0xF8050000          PFLASH Bank 0 Protection Configuration 0
DMU_HP_PROCONP01 0xF8050004          PFLASH Bank 0 Protection Configuration 1
DMU_HP_PROCONP02 0xF8050008          PFLASH Bank 0 Protection Configuration 2
DMU_HP_PROCONP03 0xF805000C          PFLASH Bank 0 Protection Configuration 3
DMU_HP_PROCONP04 0xF8050010          PFLASH Bank 0 Protection Configuration 4
DMU_HP_PROCONP05 0xF8050014          PFLASH Bank 0 Protection Configuration 5
DMU_HP_PROCONOTP00 0xF8050040          PFLASH Bank 0 OTP Protection Configuration 0
DMU_HP_PROCONOTP01 0xF8050044          PFLASH Bank 0 OTP Protection Configuration 1
DMU_HP_PROCONOTP02 0xF8050048          PFLASH Bank 0 OTP Protection Configuration 2
DMU_HP_PROCONOTP03 0xF805004C          PFLASH Bank 0 OTP Protection Configuration 3
DMU_HP_PROCONOTP04 0xF8050050          PFLASH Bank 0 OTP Protection Configuration 4
DMU_HP_PROCONOTP05 0xF8050054          PFLASH Bank 0 OTP Protection Configuration 5
DMU_HP_PROCONWOP00 0xF8050080          PFLASH Bank 0 WOP Configuration 0
DMU_HP_PROCONWOP01 0xF8050084          PFLASH Bank 0 WOP Configuration 1
DMU_HP_PROCONWOP02 0xF8050088          PFLASH Bank 0 WOP Configuration 2
DMU_HP_PROCONWOP03 0xF805008C          PFLASH Bank 0 WOP Configuration 3
DMU_HP_PROCONWOP04 0xF8050090          PFLASH Bank 0 WOP Configuration 4
DMU_HP_PROCONWOP05 0xF8050094          PFLASH Bank 0 WOP Configuration 5
DMU_HP_ECPRIO00 0xF80500A0          PFLASH Bank 0 Erase Counter Priority configuration 0
DMU_HP_ECPRIO01 0xF80500A4          PFLASH Bank 0 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO02 0xF80500A8          PFLASH Bank 0 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO03 0xF80500AC          PFLASH Bank 0 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO04 0xF80500B0          PFLASH Bank 0 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO05 0xF80500B4          PFLASH Bank 0 Erase Counter Priority Configuration 5
DMU_HP_PROCONP10 0xF8050100          PFLASH Bank 1 Protection Configuration 0
DMU_HP_PROCONP11 0xF8050104          PFLASH Bank 1 Protection Configuration 1
DMU_HP_PROCONP12 0xF8050108          PFLASH Bank 1 Protection Configuration 2
DMU_HP_PROCONP13 0xF805010C          PFLASH Bank 1 Protection Configuration 3
DMU_HP_PROCONP14 0xF8050110          PFLASH Bank 1 Protection Configuration 4
DMU_HP_PROCONP15 0xF8050114          PFLASH Bank 1 Protection Configuration 5
DMU_HP_PROCONOTP10 0xF8050140          PFLASH Bank 1 OTP Protection Configuration 0
DMU_HP_PROCONOTP11 0xF8050144          PFLASH Bank 1 OTP Protection Configuration 1
DMU_HP_PROCONOTP12 0xF8050148          PFLASH Bank 1 OTP Protection Configuration 2
DMU_HP_PROCONOTP13 0xF805014C          PFLASH Bank 1 OTP Protection Configuration 3
DMU_HP_PROCONOTP14 0xF8050150          PFLASH Bank 1 OTP Protection Configuration 4
DMU_HP_PROCONOTP15 0xF8050154          PFLASH Bank 1 OTP Protection Configuration 5
DMU_HP_PROCONWOP10 0xF8050180          PFLASH Bank 1 WOP Configuration 0
DMU_HP_PROCONWOP11 0xF8050184          PFLASH Bank 1 WOP Configuration 1
DMU_HP_PROCONWOP12 0xF8050188          PFLASH Bank 1 WOP Configuration 2
DMU_HP_PROCONWOP13 0xF805018C          PFLASH Bank 1 WOP Configuration 3
DMU_HP_PROCONWOP14 0xF8050190          PFLASH Bank 1 WOP Configuration 4
DMU_HP_PROCONWOP15 0xF8050194          PFLASH Bank 1 WOP Configuration 5
DMU_HP_ECPRIO10 0xF80501A0          PFLASH Bank 1 Erase Counter Priority configuration 0
DMU_HP_ECPRIO11 0xF80501A4          PFLASH Bank 1 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO12 0xF80501A8          PFLASH Bank 1 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO13 0xF80501AC          PFLASH Bank 1 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO14 0xF80501B0          PFLASH Bank 1 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO15 0xF80501B4          PFLASH Bank 1 Erase Counter Priority Configuration 5
DMU_SF_STATUS   0xF8060010          HSM Flash Status Register
DMU_SF_CONTROL  0xF8060014          HSM Flash Configuration Register
DMU_SF_OPERATION 0xF8060018          HSM Flash Operation Register
DMU_SF_EER      0xF8060030          HSM Enable Error Interrupt Control Register
DMU_SF_ERRSR    0xF8060034          HSM Error Status Register
DMU_SF_CLRE     0xF8060038          HSM Clear Error Register
DMU_SF_ECCR     0xF8060040          HSM DF1 ECC Read Register
DMU_SF_ECCS     0xF8060044          HSM DF1 ECC Status Register
DMU_SF_ECCC     0xF8060048          HSM DF1 ECC Control Register
DMU_SF_ECCW     0xF806004C          HSM DF1 ECC Write Register
DMU_SF_PROCONUSR 0xF8060074          HSM DF1 User Mode Control
DMU_SF_SUSPEND  0xF80600E8          HSM Suspend Control Register
DMU_SF_MARGIN   0xF80600EC          HSM DF1 Margin Control Register
DMU_SP_PROCONHSMCFG 0xF8070000          HSM Protection Configuration
DMU_SP_PROCONHSMCBS 0xF8070004          HSM Code Boot Sector
DMU_SP_PROCONHSMCX0 0xF8070008          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCX1 0xF807000C          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCOTP0 0xF8070010          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSMCOTP1 0xF8070014          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSM 0xF8070040          HSM Interface Protection Configuration
DAM0_CLC        0xF8500000          DAM Clock Control Register
DAM0_MODID      0xF8500008          DAM Module ID Register
DAM0_ACCEN0     0xF8500010          DAM Access Enable Register 0
DAM0_ACCEN1     0xF8500014          DAM Access Enable Register 1
DAM0_MEMCON     0xF8500020          DAM Memory Control Register
DAM0_RGNLA0     0xF8500050          DAM Region Lower Address Register
DAM0_RGNUA0     0xF8500054          DAM Region Upper Address Register
DAM0_RGNACCENWA0 0xF8500058          DAM Region Write Enable Register A
DAM0_RGNACCENWB0 0xF850005C          DAM Region Write Enable Register B
DAM0_RGNLA1     0xF8500060          DAM Region Lower Address Register
DAM0_RGNUA1     0xF8500064          DAM Region Upper Address Register
DAM0_RGNACCENWA1 0xF8500068          DAM Region Write Enable Register A
DAM0_RGNACCENWB1 0xF850006C          DAM Region Write Enable Register B
DAM0_RGNLA2     0xF8500070          DAM Region Lower Address Register
DAM0_RGNUA2     0xF8500074          DAM Region Upper Address Register
DAM0_RGNACCENWA2 0xF8500078          DAM Region Write Enable Register A
DAM0_RGNACCENWB2 0xF850007C          DAM Region Write Enable Register B
DAM0_RGNLA3     0xF8500080          DAM Region Lower Address Register
DAM0_RGNUA3     0xF8500084          DAM Region Upper Address Register
DAM0_RGNACCENWA3 0xF8500088          DAM Region Write Enable Register A
DAM0_RGNACCENWB3 0xF850008C          DAM Region Write Enable Register B
DAM0_RGNLA4     0xF8500090          DAM Region Lower Address Register
DAM0_RGNUA4     0xF8500094          DAM Region Upper Address Register
DAM0_RGNACCENWA4 0xF8500098          DAM Region Write Enable Register A
DAM0_RGNACCENWB4 0xF850009C          DAM Region Write Enable Register B
DAM0_RGNLA5     0xF85000A0          DAM Region Lower Address Register
DAM0_RGNUA5     0xF85000A4          DAM Region Upper Address Register
DAM0_RGNACCENWA5 0xF85000A8          DAM Region Write Enable Register A
DAM0_RGNACCENWB5 0xF85000AC          DAM Region Write Enable Register B
DAM0_RGNLA6     0xF85000B0          DAM Region Lower Address Register
DAM0_RGNUA6     0xF85000B4          DAM Region Upper Address Register
DAM0_RGNACCENWA6 0xF85000B8          DAM Region Write Enable Register A
DAM0_RGNACCENWB6 0xF85000BC          DAM Region Write Enable Register B
DAM0_RGNLA7     0xF85000C0          DAM Region Lower Address Register
DAM0_RGNUA7     0xF85000C4          DAM Region Upper Address Register
DAM0_RGNACCENWA7 0xF85000C8          DAM Region Write Enable Register A
DAM0_RGNACCENWB7 0xF85000CC          DAM Region Write Enable Register B
DAM0_RGNACCENRA0 0xF85000D8          DAM Region Read Enable Register A0
DAM0_RGNACCENRB0 0xF85000DC          DAM Region Read Enable Register B0
DAM0_RGNACCENRA1 0xF85000E8          DAM Region Read Enable Register A1
DAM0_RGNACCENRB1 0xF85000EC          DAM Region Read Enable Register B1
DAM0_RGNACCENRA2 0xF85000F8          DAM Region Read Enable Register A2
DAM0_RGNACCENRB2 0xF85000FC          DAM Region Read Enable Register B2
DAM0_RGNACCENRA3 0xF8500108          DAM Region Read Enable Register A3
DAM0_RGNACCENRB3 0xF850010C          DAM Region Read Enable Register B3
DAM0_RGNACCENRA4 0xF8500118          DAM Region Read Enable Register A4
DAM0_RGNACCENRB4 0xF850011C          DAM Region Read Enable Register B4
DAM0_RGNACCENRA5 0xF8500128          DAM Region Read Enable Register A5
DAM0_RGNACCENRB5 0xF850012C          DAM Region Read Enable Register B5
DAM0_RGNACCENRA6 0xF8500138          DAM Region Read Enable Register A6
DAM0_RGNACCENRB6 0xF850013C          DAM Region Read Enable Register B6
DAM0_RGNACCENRA7 0xF8500148          DAM Region Read Enable Register A7
DAM0_RGNACCENRB7 0xF850014C          DAM Region Read Enable Register B7
DOM0_PECON0     0xF8700000          Protocol Error Control Register 0
DOM0_PRIORITY0  0xF8700008          SCI0 Arbiter Priority Register
DOM0_ERRADDR0   0xF8700010          SCI 0 Error Address Capture Register
DOM0_ERR0       0xF8700018          SCI 0 Error Capture Register
DOM0_PECON1     0xF8700020          Protocol Error Control Register 1
DOM0_PRIORITY1  0xF8700028          SCI1 Arbiter Priority Register
DOM0_ERRADDR1   0xF8700030          SCI 1 Error Address Capture Register
DOM0_ERR1       0xF8700038          SCI 1 Error Capture Register
DOM0_PECON2     0xF8700040          Protocol Error Control Register 2
DOM0_PRIORITY2  0xF8700048          SCI2 Arbiter Priority Register
DOM0_ERRADDR2   0xF8700050          SCI 2 Error Address Capture Register
DOM0_ERR2       0xF8700058          SCI 2 Error Capture Register
DOM0_PECON3     0xF8700060          Protocol Error Control Register 3
DOM0_PRIORITY3  0xF8700068          SCI3 Arbiter Priority Register
DOM0_ERRADDR3   0xF8700070          SCI 3 Error Address Capture Register
DOM0_ERR3       0xF8700078          SCI 3 Error Capture Register
DOM0_PECON4     0xF8700080          Protocol Error Control Register 4
DOM0_PRIORITY4  0xF8700088          SCI4 Arbiter Priority Register
DOM0_ERRADDR4   0xF8700090          SCI 4 Error Address Capture Register
DOM0_ERR4       0xF8700098          SCI 4 Error Capture Register
DOM0_PECON5     0xF87000A0          Protocol Error Control Register 5
DOM0_PRIORITY5  0xF87000A8          SCI5 Arbiter Priority Register
DOM0_ERRADDR5   0xF87000B0          SCI 5 Error Address Capture Register
DOM0_ERR5       0xF87000B8          SCI 5 Error Capture Register
DOM0_PECON6     0xF87000C0          Protocol Error Control Register 6
DOM0_PRIORITY6  0xF87000C8          SCI6 Arbiter Priority Register
DOM0_ERRADDR6   0xF87000D0          SCI 6 Error Address Capture Register
DOM0_ERR6       0xF87000D8          SCI 6 Error Capture Register
DOM0_PECON7     0xF87000E0          Protocol Error Control Register 7
DOM0_PRIORITY7  0xF87000E8          SCI7 Arbiter Priority Register
DOM0_ERRADDR7   0xF87000F0          SCI 7 Error Address Capture Register
DOM0_ERR7       0xF87000F8          SCI 7 Error Capture Register
DOM0_PECON8     0xF8700100          Protocol Error Control Register 8
DOM0_PRIORITY8  0xF8700108          SCI8 Arbiter Priority Register
DOM0_ERRADDR8   0xF8700110          SCI 8 Error Address Capture Register
DOM0_ERR8       0xF8700118          SCI 8 Error Capture Register
DOM0_PECON9     0xF8700120          Protocol Error Control Register 9
DOM0_PRIORITY9  0xF8700128          SCI9 Arbiter Priority Register
DOM0_ERRADDR9   0xF8700130          SCI 9 Error Address Capture Register
DOM0_ERR9       0xF8700138          SCI 9 Error Capture Register
DOM0_PECON10    0xF8700140          Protocol Error Control Register 10
DOM0_PRIORITY10 0xF8700148          SCI10 Arbiter Priority Register
DOM0_ERRADDR10  0xF8700150          SCI 10 Error Address Capture Register
DOM0_ERR10      0xF8700158          SCI 10 Error Capture Register
DOM0_PECON11    0xF8700160          Protocol Error Control Register 11
DOM0_PRIORITY11 0xF8700168          SCI11 Arbiter Priority Register
DOM0_ERRADDR11  0xF8700170          SCI 11 Error Address Capture Register
DOM0_ERR11      0xF8700178          SCI 11 Error Capture Register
DOM0_PECON12    0xF8700180          Protocol Error Control Register 12
DOM0_PRIORITY12 0xF8700188          SCI12 Arbiter Priority Register
DOM0_ERRADDR12  0xF8700190          SCI 12 Error Address Capture Register
DOM0_ERR12      0xF8700198          SCI 12 Error Capture Register
DOM0_PECON13    0xF87001A0          Protocol Error Control Register 13
DOM0_PRIORITY13 0xF87001A8          SCI13 Arbiter Priority Register
DOM0_ERRADDR13  0xF87001B0          SCI 13 Error Address Capture Register
DOM0_ERR13      0xF87001B8          SCI 13 Error Capture Register
DOM0_PECON14    0xF87001C0          Protocol Error Control Register 14
DOM0_PRIORITY14 0xF87001C8          SCI14 Arbiter Priority Register
DOM0_ERRADDR14  0xF87001D0          SCI 14 Error Address Capture Register
DOM0_ERR14      0xF87001D8          SCI 14 Error Capture Register
DOM0_PECON15    0xF87001E0          Protocol Error Control Register 15
DOM0_PRIORITY15 0xF87001E8          SCI15 Arbiter Priority Register
DOM0_ERRADDR15  0xF87001F0          SCI 15 Error Address Capture Register
DOM0_ERR15      0xF87001F8          SCI 15 Error Capture Register
DOM0_ID         0xF8700408          Identification Register
DOM0_PESTAT     0xF8700410          Protocol Error Status Register
DOM0_TIDSTAT    0xF8700418          Transaction ID Status Register
DOM0_TIDEN      0xF8700420          Transaction ID Enable Register
DOM0_BRCON      0xF8700430          Domain 0 Bridge Control Register
DOM0_ACCEN0     0xF87004F0          Access Enable Register 0
DOM0_ACCEN1     0xF87004F8          Access Enable Register 1
CPU0_FLASHCON0  0xF8801100          CPUx Flash Configuration Register 0
CPU0_FLASHCON1  0xF8801104          CPUx Flash Configuration Register 1
CPU0_FLASHCON2  0xF8801108          CPUx Flash Configuration Register 2
CPU0_FLASHCON3  0xF880110C          CPUx Flash Configuration Register 3
CPU0_FLASHCON4  0xF8801110          CPUx Flash Configuration Register 4
CPU0_KRST0      0xF880D000          CPUx Reset Register 0
CPU0_KRST1      0xF880D004          CPUx Reset Register 1
CPU0_KRSTCLR    0xF880D008          CPUx Reset Clear Register
CPU0_SPR_SPROT_RGNLA0 0xF880E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU0_SPR_SPROT_RGNUA0 0xF880E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU0_SPR_SPROT_RGNACCENA0_W 0xF880E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_W 0xF880E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU0_SPR_SPROT_RGNLA1 0xF880E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU0_SPR_SPROT_RGNUA1 0xF880E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU0_SPR_SPROT_RGNACCENA1_W 0xF880E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_W 0xF880E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU0_SPR_SPROT_RGNLA2 0xF880E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU0_SPR_SPROT_RGNUA2 0xF880E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU0_SPR_SPROT_RGNACCENA2_W 0xF880E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_W 0xF880E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU0_SPR_SPROT_RGNLA3 0xF880E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU0_SPR_SPROT_RGNUA3 0xF880E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU0_SPR_SPROT_RGNACCENA3_W 0xF880E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_W 0xF880E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU0_SPR_SPROT_RGNLA4 0xF880E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU0_SPR_SPROT_RGNUA4 0xF880E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU0_SPR_SPROT_RGNACCENA4_W 0xF880E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_W 0xF880E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU0_SPR_SPROT_RGNLA5 0xF880E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU0_SPR_SPROT_RGNUA5 0xF880E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU0_SPR_SPROT_RGNACCENA5_W 0xF880E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_W 0xF880E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU0_SPR_SPROT_RGNLA6 0xF880E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU0_SPR_SPROT_RGNUA6 0xF880E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU0_SPR_SPROT_RGNACCENA6_W 0xF880E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_W 0xF880E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU0_SPR_SPROT_RGNLA7 0xF880E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU0_SPR_SPROT_RGNUA7 0xF880E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU0_SPR_SPROT_RGNACCENA7_W 0xF880E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_W 0xF880E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU0_SPR_SPROT_RGNACCENA0_R 0xF880E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_R 0xF880E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU0_SPR_SPROT_RGNACCENA1_R 0xF880E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_R 0xF880E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU0_SPR_SPROT_RGNACCENA2_R 0xF880E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_R 0xF880E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU0_SPR_SPROT_RGNACCENA3_R 0xF880E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_R 0xF880E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU0_SPR_SPROT_RGNACCENA4_R 0xF880E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_R 0xF880E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU0_SPR_SPROT_RGNACCENA5_R 0xF880E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_R 0xF880E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU0_SPR_SPROT_RGNACCENA6_R 0xF880E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_R 0xF880E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU0_SPR_SPROT_RGNACCENA7_R 0xF880E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_R 0xF880E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU0_SFR_SPROT_ACCENA_W 0xF880E100          CPUx Safety Protection Register Access Enable Register A
CPU0_SFR_SPROT_ACCENB_W 0xF880E104          CPUx Safety Protection Region Access Enable Register B
CPU0_LPB_SPROT_ACCENA_R 0xF880E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU0_LPB_SPROT_ACCENB_R 0xF880E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU0_DLMU_SPROT_RGNLA0 0xF880E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU0_DLMU_SPROT_RGNUA0 0xF880E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU0_DLMU_SPROT_RGNACCENA0_W 0xF880E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_W 0xF880E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU0_DLMU_SPROT_RGNLA1 0xF880E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU0_DLMU_SPROT_RGNUA1 0xF880E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU0_DLMU_SPROT_RGNACCENA1_W 0xF880E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_W 0xF880E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU0_DLMU_SPROT_RGNLA2 0xF880E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU0_DLMU_SPROT_RGNUA2 0xF880E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU0_DLMU_SPROT_RGNACCENA2_W 0xF880E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_W 0xF880E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU0_DLMU_SPROT_RGNLA3 0xF880E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU0_DLMU_SPROT_RGNUA3 0xF880E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU0_DLMU_SPROT_RGNACCENA3_W 0xF880E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_W 0xF880E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU0_DLMU_SPROT_RGNLA4 0xF880E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU0_DLMU_SPROT_RGNUA4 0xF880E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU0_DLMU_SPROT_RGNACCENA4_W 0xF880E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_W 0xF880E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU0_DLMU_SPROT_RGNLA5 0xF880E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU0_DLMU_SPROT_RGNUA5 0xF880E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU0_DLMU_SPROT_RGNACCENA5_W 0xF880E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_W 0xF880E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU0_DLMU_SPROT_RGNLA6 0xF880E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU0_DLMU_SPROT_RGNUA6 0xF880E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU0_DLMU_SPROT_RGNACCENA6_W 0xF880E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_W 0xF880E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU0_DLMU_SPROT_RGNLA7 0xF880E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU0_DLMU_SPROT_RGNUA7 0xF880E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU0_DLMU_SPROT_RGNACCENA7_W 0xF880E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_W 0xF880E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU0_DLMU_SPROT_RGNACCENA0_R 0xF880E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_R 0xF880E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU0_DLMU_SPROT_RGNACCENA1_R 0xF880E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_R 0xF880E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU0_DLMU_SPROT_RGNACCENA2_R 0xF880E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_R 0xF880E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU0_DLMU_SPROT_RGNACCENA3_R 0xF880E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_R 0xF880E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU0_DLMU_SPROT_RGNACCENA4_R 0xF880E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_R 0xF880E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU0_DLMU_SPROT_RGNACCENA5_R 0xF880E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_R 0xF880E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU0_DLMU_SPROT_RGNACCENA6_R 0xF880E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_R 0xF880E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU0_DLMU_SPROT_RGNACCENA7_R 0xF880E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_R 0xF880E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU0_OSEL       0xF880FB00          CPUx Overlay Range Select Register
CPU0_RABR0      0xF880FB10          CPUx Redirected Address Base Register 0
CPU0_OTAR0      0xF880FB14          CPUx Overlay Target Address Register 0
CPU0_OMASK0     0xF880FB18          CPUx Overlay Mask Register 0
CPU0_RABR1      0xF880FB1C          CPUx Redirected Address Base Register 1
CPU0_OTAR1      0xF880FB20          CPUx Overlay Target Address Register 1
CPU0_OMASK1     0xF880FB24          CPUx Overlay Mask Register 1
CPU0_RABR2      0xF880FB28          CPUx Redirected Address Base Register 2
CPU0_OTAR2      0xF880FB2C          CPUx Overlay Target Address Register 2
CPU0_OMASK2     0xF880FB30          CPUx Overlay Mask Register 2
CPU0_RABR3      0xF880FB34          CPUx Redirected Address Base Register 3
CPU0_OTAR3      0xF880FB38          CPUx Overlay Target Address Register 3
CPU0_OMASK3     0xF880FB3C          CPUx Overlay Mask Register 3
CPU0_RABR4      0xF880FB40          CPUx Redirected Address Base Register 4
CPU0_OTAR4      0xF880FB44          CPUx Overlay Target Address Register 4
CPU0_OMASK4     0xF880FB48          CPUx Overlay Mask Register 4
CPU0_RABR5      0xF880FB4C          CPUx Redirected Address Base Register 5
CPU0_OTAR5      0xF880FB50          CPUx Overlay Target Address Register 5
CPU0_OMASK5     0xF880FB54          CPUx Overlay Mask Register 5
CPU0_RABR6      0xF880FB58          CPUx Redirected Address Base Register 6
CPU0_OTAR6      0xF880FB5C          CPUx Overlay Target Address Register 6
CPU0_OMASK6     0xF880FB60          CPUx Overlay Mask Register 6
CPU0_RABR7      0xF880FB64          CPUx Redirected Address Base Register 7
CPU0_OTAR7      0xF880FB68          CPUx Overlay Target Address Register 7
CPU0_OMASK7     0xF880FB6C          CPUx Overlay Mask Register 7
CPU0_RABR8      0xF880FB70          CPUx Redirected Address Base Register 8
CPU0_OTAR8      0xF880FB74          CPUx Overlay Target Address Register 8
CPU0_OMASK8     0xF880FB78          CPUx Overlay Mask Register 8
CPU0_RABR9      0xF880FB7C          CPUx Redirected Address Base Register 9
CPU0_OTAR9      0xF880FB80          CPUx Overlay Target Address Register 9
CPU0_OMASK9     0xF880FB84          CPUx Overlay Mask Register 9
CPU0_RABR10     0xF880FB88          CPUx Redirected Address Base Register 10
CPU0_OTAR10     0xF880FB8C          CPUx Overlay Target Address Register 10
CPU0_OMASK10    0xF880FB90          CPUx Overlay Mask Register 10
CPU0_RABR11     0xF880FB94          CPUx Redirected Address Base Register 11
CPU0_OTAR11     0xF880FB98          CPUx Overlay Target Address Register 11
CPU0_OMASK11    0xF880FB9C          CPUx Overlay Mask Register 11
CPU0_RABR12     0xF880FBA0          CPUx Redirected Address Base Register 12
CPU0_OTAR12     0xF880FBA4          CPUx Overlay Target Address Register 12
CPU0_OMASK12    0xF880FBA8          CPUx Overlay Mask Register 12
CPU0_RABR13     0xF880FBAC          CPUx Redirected Address Base Register 13
CPU0_OTAR13     0xF880FBB0          CPUx Overlay Target Address Register 13
CPU0_OMASK13    0xF880FBB4          CPUx Overlay Mask Register 13
CPU0_RABR14     0xF880FBB8          CPUx Redirected Address Base Register 14
CPU0_OTAR14     0xF880FBBC          CPUx Overlay Target Address Register 14
CPU0_OMASK14    0xF880FBC0          CPUx Overlay Mask Register 14
CPU0_RABR15     0xF880FBC4          CPUx Redirected Address Base Register 15
CPU0_OTAR15     0xF880FBC8          CPUx Overlay Target Address Register 15
CPU0_OMASK15    0xF880FBCC          CPUx Overlay Mask Register 15
CPU0_RABR16     0xF880FBD0          CPUx Redirected Address Base Register 16
CPU0_OTAR16     0xF880FBD4          CPUx Overlay Target Address Register 16
CPU0_OMASK16    0xF880FBD8          CPUx Overlay Mask Register 16
CPU0_RABR17     0xF880FBDC          CPUx Redirected Address Base Register 17
CPU0_OTAR17     0xF880FBE0          CPUx Overlay Target Address Register 17
CPU0_OMASK17    0xF880FBE4          CPUx Overlay Mask Register 17
CPU0_RABR18     0xF880FBE8          CPUx Redirected Address Base Register 18
CPU0_OTAR18     0xF880FBEC          CPUx Overlay Target Address Register 18
CPU0_OMASK18    0xF880FBF0          CPUx Overlay Mask Register 18
CPU0_RABR19     0xF880FBF4          CPUx Redirected Address Base Register 19
CPU0_OTAR19     0xF880FBF8          CPUx Overlay Target Address Register 19
CPU0_OMASK19    0xF880FBFC          CPUx Overlay Mask Register 19
CPU0_RABR20     0xF880FC00          CPUx Redirected Address Base Register 20
CPU0_OTAR20     0xF880FC04          CPUx Overlay Target Address Register 20
CPU0_OMASK20    0xF880FC08          CPUx Overlay Mask Register 20
CPU0_RABR21     0xF880FC0C          CPUx Redirected Address Base Register 21
CPU0_OTAR21     0xF880FC10          CPUx Overlay Target Address Register 21
CPU0_OMASK21    0xF880FC14          CPUx Overlay Mask Register 21
CPU0_RABR22     0xF880FC18          CPUx Redirected Address Base Register 22
CPU0_OTAR22     0xF880FC1C          CPUx Overlay Target Address Register 22
CPU0_OMASK22    0xF880FC20          CPUx Overlay Mask Register 22
CPU0_RABR23     0xF880FC24          CPUx Redirected Address Base Register 23
CPU0_OTAR23     0xF880FC28          CPUx Overlay Target Address Register 23
CPU0_OMASK23    0xF880FC2C          CPUx Overlay Mask Register 23
CPU0_RABR24     0xF880FC30          CPUx Redirected Address Base Register 24
CPU0_OTAR24     0xF880FC34          CPUx Overlay Target Address Register 24
CPU0_OMASK24    0xF880FC38          CPUx Overlay Mask Register 24
CPU0_RABR25     0xF880FC3C          CPUx Redirected Address Base Register 25
CPU0_OTAR25     0xF880FC40          CPUx Overlay Target Address Register 25
CPU0_OMASK25    0xF880FC44          CPUx Overlay Mask Register 25
CPU0_RABR26     0xF880FC48          CPUx Redirected Address Base Register 26
CPU0_OTAR26     0xF880FC4C          CPUx Overlay Target Address Register 26
CPU0_OMASK26    0xF880FC50          CPUx Overlay Mask Register 26
CPU0_RABR27     0xF880FC54          CPUx Redirected Address Base Register 27
CPU0_OTAR27     0xF880FC58          CPUx Overlay Target Address Register 27
CPU0_OMASK27    0xF880FC5C          CPUx Overlay Mask Register 27
CPU0_RABR28     0xF880FC60          CPUx Redirected Address Base Register 28
CPU0_OTAR28     0xF880FC64          CPUx Overlay Target Address Register 28
CPU0_OMASK28    0xF880FC68          CPUx Overlay Mask Register 28
CPU0_RABR29     0xF880FC6C          CPUx Redirected Address Base Register 29
CPU0_OTAR29     0xF880FC70          CPUx Overlay Target Address Register 29
CPU0_OMASK29    0xF880FC74          CPUx Overlay Mask Register 29
CPU0_RABR30     0xF880FC78          CPUx Redirected Address Base Register 30
CPU0_OTAR30     0xF880FC7C          CPUx Overlay Target Address Register 30
CPU0_OMASK30    0xF880FC80          CPUx Overlay Mask Register 30
CPU0_RABR31     0xF880FC84          CPUx Redirected Address Base Register 31
CPU0_OTAR31     0xF880FC88          CPUx Overlay Target Address Register 31
CPU0_OMASK31    0xF880FC8C          CPUx Overlay Mask Register 31
CSFR_BASE       0xF8810000          Core Special Function Registers base (CPU0)
CPU0_SEGEN      0xF8811030          CPUx SRI Error Generation Register
CPU0_TASK_ASI   0xF8818004          CPUx Task Address Space Identifier Register
CPU0_PMA0       0xF8818100          CPUx Data Access CacheabilityRegister
CPU0_PMA1       0xF8818104          CPUx Code Access CacheabilityRegister
CPU0_PMA2       0xF8818108          CPUx Peripheral Space Identifier register
CPU0_DCON2      0xF8819000          CPUx Data Control Register 2
CPU0_SMACON     0xF881900C          CPUx SIST Mode Access Control Register
CPU0_DSTR       0xF8819010          CPUx Data Synchronous Trap Register
CPU0_DATR       0xF8819018          CPUx Data Asynchronous Trap Register
CPU0_DEADD      0xF881901C          CPUx Data Error Address Register
CPU0_DIEAR      0xF8819020          CPUx Data Integrity Error Address Register
CPU0_DIETR      0xF8819024          CPUx Data Integrity Error Trap Register
CPU0_DCON0      0xF8819040          CPUx Data Memory Control Register
CPU0_PSTR       0xF8819200          CPUx Program Synchronous Trap Register
CPU0_PCON1      0xF8819204          CPUx Program Control 1
CPU0_PCON2      0xF8819208          CPUx Program Control 2
CPU0_PCON0      0xF881920C          CPUx Program Control 0
CPU0_PIEAR      0xF8819210          CPUx Program Integrity Error Address Register
CPU0_PIETR      0xF8819214          CPUx Program Integrity Error Trap Register
CPU0_COMPAT     0xF8819400          CPUx Compatibility Control Register
CPU0_FPU_TRAP_CON 0xF881A000          CPUx Trap Control Register
CPU0_FPU_TRAP_PC 0xF881A004          CPUx Trapping Instruction Program Counter Register
CPU0_FPU_TRAP_OPC 0xF881A008          CPUx Trapping Instruction Opcode Register
CPU0_FPU_TRAP_SRC1 0xF881A010          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC2 0xF881A014          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC3 0xF881A018          CPUx Trapping Instruction Operand Register
CPU0_DPR0_L     0xF881C000          CPUx Data Protection Range 0, Lower Bound Register
CPU0_DPR0_U     0xF881C004          CPUx Data Protection Range 0, Upper Bound Register
CPU0_DPR1_L     0xF881C008          CPUx Data Protection Range 1, Lower Bound Register
CPU0_DPR1_U     0xF881C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU0_DPR2_L     0xF881C010          CPUx Data Protection Range 2, Lower Bound Register
CPU0_DPR2_U     0xF881C014          CPUx Data Protection Range 2, Upper Bound Register
CPU0_DPR3_L     0xF881C018          CPUx Data Protection Range 3, Lower Bound Register
CPU0_DPR3_U     0xF881C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU0_DPR4_L     0xF881C020          CPUx Data Protection Range 4, Lower Bound Register
CPU0_DPR4_U     0xF881C024          CPUx Data Protection Range 4, Upper Bound Register
CPU0_DPR5_L     0xF881C028          CPUx Data Protection Range 5, Lower Bound Register
CPU0_DPR5_U     0xF881C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU0_DPR6_L     0xF881C030          CPUx Data Protection Range 6, Lower Bound Register
CPU0_DPR6_U     0xF881C034          CPUx Data Protection Range 6, Upper Bound Register
CPU0_DPR7_L     0xF881C038          CPUx Data Protection Range 7, Lower Bound Register
CPU0_DPR7_U     0xF881C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU0_DPR8_L     0xF881C040          CPUx Data Protection Range 8, Lower Bound Register
CPU0_DPR8_U     0xF881C044          CPUx Data Protection Range 8, Upper Bound Register
CPU0_DPR9_L     0xF881C048          CPUx Data Protection Range 9, Lower Bound Register
CPU0_DPR9_U     0xF881C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU0_DPR10_L    0xF881C050          CPUx Data Protection Range 10, Lower Bound Register
CPU0_DPR10_U    0xF881C054          CPUx Data Protection Range 10, Upper Bound Register
CPU0_DPR11_L    0xF881C058          CPUx Data Protection Range 11, Lower Bound Register
CPU0_DPR11_U    0xF881C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU0_DPR12_L    0xF881C060          CPUx Data Protection Range 12, Lower Bound Register
CPU0_DPR12_U    0xF881C064          CPUx Data Protection Range 12, Upper Bound Register
CPU0_DPR13_L    0xF881C068          CPUx Data Protection Range 13, Lower Bound Register
CPU0_DPR13_U    0xF881C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU0_DPR14_L    0xF881C070          CPUx Data Protection Range 14, Lower Bound Register
CPU0_DPR14_U    0xF881C074          CPUx Data Protection Range 14, Upper Bound Register
CPU0_DPR15_L    0xF881C078          CPUx Data Protection Range 15, Lower Bound Register
CPU0_DPR15_U    0xF881C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU0_DPR16_L    0xF881C080          CPUx Data Protection Range 16, Lower Bound Register
CPU0_DPR16_U    0xF881C084          CPUx Data Protection Range 16, Upper Bound Register
CPU0_DPR17_L    0xF881C088          CPUx Data Protection Range 17, Lower Bound Register
CPU0_DPR17_U    0xF881C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU0_CPR0_L     0xF881D000          CPUx Code Protection Range 0 Lower Bound Register
CPU0_CPR0_U     0xF881D004          CPUx Code Protection Range 0 Upper Bound Register
CPU0_CPR1_L     0xF881D008          CPUx Code Protection Range 1 Lower Bound Register
CPU0_CPR1_U     0xF881D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU0_CPR2_L     0xF881D010          CPUx Code Protection Range 2 Lower Bound Register
CPU0_CPR2_U     0xF881D014          CPUx Code Protection Range 2 Upper Bound Register
CPU0_CPR3_L     0xF881D018          CPUx Code Protection Range 3 Lower Bound Register
CPU0_CPR3_U     0xF881D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU0_CPR4_L     0xF881D020          CPUx Code Protection Range 4 Lower Bound Register
CPU0_CPR4_U     0xF881D024          CPUx Code Protection Range 4 Upper Bound Register
CPU0_CPR5_L     0xF881D028          CPUx Code Protection Range 5 Lower Bound Register
CPU0_CPR5_U     0xF881D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU0_CPR6_L     0xF881D030          CPUx Code Protection Range 6 Lower Bound Register
CPU0_CPR6_U     0xF881D034          CPUx Code Protection Range 6 Upper Bound Register
CPU0_CPR7_L     0xF881D038          CPUx Code Protection Range 7 Lower Bound Register
CPU0_CPR7_U     0xF881D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU0_CPR8_L     0xF881D040          CPUx Code Protection Range 8 Lower Bound Register
CPU0_CPR8_U     0xF881D044          CPUx Code Protection Range 8 Upper Bound Register
CPU0_CPR9_L     0xF881D048          CPUx Code Protection Range 9 Lower Bound Register
CPU0_CPR9_U     0xF881D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU0_CPXE_0     0xF881E000          CPUx Code Protection Execute Enable Register Set 0
CPU0_CPXE_1     0xF881E004          CPUx Code Protection Execute Enable Register Set 1
CPU0_CPXE_2     0xF881E008          CPUx Code Protection Execute Enable Register Set 2
CPU0_CPXE_3     0xF881E00C          CPUx Code Protection Execute Enable Register Set 3
CPU0_DPRE_0     0xF881E010          CPUx Data Protection Read Enable Register Set 0
CPU0_DPRE_1     0xF881E014          CPUx Data Protection Read Enable Register Set 1
CPU0_DPRE_2     0xF881E018          CPUx Data Protection Read Enable Register Set 2
CPU0_DPRE_3     0xF881E01C          CPUx Data Protection Read Enable Register Set 3
CPU0_DPWE_0     0xF881E020          CPUx Data Protection Write Enable Register Set 0
CPU0_DPWE_1     0xF881E024          CPUx Data Protection Write Enable Register Set 1
CPU0_DPWE_2     0xF881E028          CPUx Data Protection Write Enable Register Set 2
CPU0_DPWE_3     0xF881E02C          CPUx Data Protection Write Enable Register Set 3
CPU0_CPXE_4     0xF881E040          CPUx Code Protection Execute Enable Register Set 4
CPU0_CPXE_5     0xF881E044          CPUx Code Protection Execute Enable Register Set 5
CPU0_DPRE_4     0xF881E050          CPUx Data Protection Read Enable Register Set 4
CPU0_DPRE_5     0xF881E054          CPUx Data Protection Read Enable Register Set 5
CPU0_DPWE_4     0xF881E060          CPUx Data Protection Write Enable Register Set 4
CPU0_DPWE_5     0xF881E064          CPUx Data Protection Write Enable Register Set 5
CPU0_TPS_CON    0xF881E400          CPUx Temporal Protection System Control Register
CPU0_TPS_TIMER0 0xF881E404          CPUx Temporal Protection System Timer Register 0
CPU0_TPS_TIMER1 0xF881E408          CPUx Temporal Protection System Timer Register 1
CPU0_TPS_TIMER2 0xF881E40C          CPUx Temporal Protection System Timer Register 2
CPU0_TPS_EXTIM_ENTRY_LVAL 0xF881E440          CPUx Exception Entry Timer Load Value
CPU0_TPS_EXTIM_ENTRY_CVAL 0xF881E444          CPUx Exception Entry Timer Current Value
CPU0_TPS_EXTIM_EXIT_LVAL 0xF881E448          CPUx Exception Exit Timer Load Value
CPU0_TPS_EXTIM_EXIT_CVAL 0xF881E44C          CPUx Exception Exit Timer Current Value
CPU0_TPS_EXTIM_CLASS_EN 0xF881E450          CPUx Exception Timer Class Enable Register
CPU0_TPS_EXTIM_STAT 0xF881E454          CPUx Exception Timer Status Register
CPU0_TPS_EXTIM_FCX 0xF881E458          CPUx Exception Timer FCX Register
CPU0_TR0EVT     0xF881F000          CPUx Trigger Event 0
CPU0_TR0ADR     0xF881F004          CPUx Trigger Address 0
CPU0_TR1EVT     0xF881F008          CPUx Trigger Event 1
CPU0_TR1ADR     0xF881F00C          CPUx Trigger Address 1
CPU0_TR2EVT     0xF881F010          CPUx Trigger Event 2
CPU0_TR2ADR     0xF881F014          CPUx Trigger Address 2
CPU0_TR3EVT     0xF881F018          CPUx Trigger Event 3
CPU0_TR3ADR     0xF881F01C          CPUx Trigger Address 3
CPU0_TR4EVT     0xF881F020          CPUx Trigger Event 4
CPU0_TR4ADR     0xF881F024          CPUx Trigger Address 4
CPU0_TR5EVT     0xF881F028          CPUx Trigger Event 5
CPU0_TR5ADR     0xF881F02C          CPUx Trigger Address 5
CPU0_TR6EVT     0xF881F030          CPUx Trigger Event 6
CPU0_TR6ADR     0xF881F034          CPUx Trigger Address 6
CPU0_TR7EVT     0xF881F038          CPUx Trigger Event 7
CPU0_TR7ADR     0xF881F03C          CPUx Trigger Address 7
CPU0_CCTRL      0xF881FC00          CPUx Counter Control
CPU0_CCNT       0xF881FC04          CPUx CPU Clock Cycle Count
CPU0_ICNT       0xF881FC08          CPUx Instruction Count
CPU0_M1CNT      0xF881FC0C          CPUx Multi-Count Register 1
CPU0_M2CNT      0xF881FC10          CPUx Multi-Count Register 2
CPU0_M3CNT      0xF881FC14          CPUx Multi-Count Register 3
CPU0_DBGSR      0xF881FD00          CPUx Debug Status Register
CPU0_EXEVT      0xF881FD08          CPUx External Event Register
CPU0_CREVT      0xF881FD0C          CPUx Core Register Access Event
CPU0_SWEVT      0xF881FD10          CPUx Software Debug Event
CPU0_TRIG_ACC   0xF881FD30          CPUx TriggerAddressx
CPU0_DMS        0xF881FD40          CPUx Debug Monitor Start Address
CPU0_DCX        0xF881FD44          CPUx Debug Context Save Area Pointer
CPU0_DBGTCR     0xF881FD48          CPUx Debug Trap Control Register
CPU0_PCXI       0xF881FE00          CPUx Previous Context Information Register
CPU0_PSW        0xF881FE04          CPUx Program Status Word
CPU0_PC         0xF881FE08          CPUx Program Counter
CPU0_SYSCON     0xF881FE14          CPUx System Configuration Register
CPU0_CPU_ID     0xF881FE18          CPUx Identification Register TC1.6.2P
CPU0_CORE_ID    0xF881FE1C          CPUx Core Identification Register
CPU0_BIV        0xF881FE20          CPUx Base Interrupt Vector Table Pointer
CPU0_BTV        0xF881FE24          CPUx Base Trap Vector Table Pointer
CPU0_ISP        0xF881FE28          CPUx Interrupt Stack Pointer
CPU0_ICR        0xF881FE2C          CPUx Interrupt Control Register
CPU0_FCX        0xF881FE38          CPUx Free CSA List Head Pointer
CPU0_LCX        0xF881FE3C          CPUx Free CSA List Limit Pointer
CPU0_CUS_ID     0xF881FE50          CPUx Customer ID register
CPU0_D0         0xF881FF00          Data Register 0
CPU0_D1         0xF881FF04          Data Register 1
CPU0_D2         0xF881FF08          Data Register 2
CPU0_D3         0xF881FF0C          Data Register 3
CPU0_D4         0xF881FF10          Data Register 4
CPU0_D5         0xF881FF14          Data Register 5
CPU0_D6         0xF881FF18          Data Register 6
CPU0_D7         0xF881FF1C          Data Register 7
CPU0_D8         0xF881FF20          Data Register 8
CPU0_D9         0xF881FF24          Data Register 9
CPU0_D10        0xF881FF28          Data Register 10
CPU0_D11        0xF881FF2C          Data Register 11
CPU0_D12        0xF881FF30          Data Register 12
CPU0_D13        0xF881FF34          Data Register 13
CPU0_D14        0xF881FF38          Data Register 14
CPU0_D15        0xF881FF3C          Data Register 15
CPU0_A0         0xF881FF80          Address Register 0
CPU0_A1         0xF881FF84          Address Register 1
CPU0_A2         0xF881FF88          Address Register 2
CPU0_A3         0xF881FF8C          Address Register 3
CPU0_A4         0xF881FF90          Address Register 4
CPU0_A5         0xF881FF94          Address Register 5
CPU0_A6         0xF881FF98          Address Register 6
CPU0_A7         0xF881FF9C          Address Register 7
CPU0_A8         0xF881FFA0          Address Register 8
CPU0_A9         0xF881FFA4          Address Register 9
CPU0_A10        0xF881FFA8          Address Register 10
CPU0_A11        0xF881FFAC          Address Register 11
CPU0_A12        0xF881FFB0          Address Register 12
CPU0_A13        0xF881FFB4          Address Register 13
CPU0_A14        0xF881FFB8          Address Register 14
CPU0_A15        0xF881FFBC          Address Register 15
CPU1_FLASHCON0  0xF8821100          CPUx Flash Configuration Register 0
CPU1_FLASHCON1  0xF8821104          CPUx Flash Configuration Register 1
CPU1_FLASHCON2  0xF8821108          CPUx Flash Configuration Register 2
CPU1_FLASHCON3  0xF882110C          CPUx Flash Configuration Register 3
CPU1_FLASHCON4  0xF8821110          CPUx Flash Configuration Register 4
CPU1_KRST0      0xF882D000          CPUx Reset Register 0
CPU1_KRST1      0xF882D004          CPUx Reset Register 1
CPU1_KRSTCLR    0xF882D008          CPUx Reset Clear Register
CPU1_SPR_SPROT_RGNLA0 0xF882E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU1_SPR_SPROT_RGNUA0 0xF882E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU1_SPR_SPROT_RGNACCENA0_W 0xF882E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU1_SPR_SPROT_RGNACCENB0_W 0xF882E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU1_SPR_SPROT_RGNLA1 0xF882E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU1_SPR_SPROT_RGNUA1 0xF882E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU1_SPR_SPROT_RGNACCENA1_W 0xF882E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU1_SPR_SPROT_RGNACCENB1_W 0xF882E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU1_SPR_SPROT_RGNLA2 0xF882E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU1_SPR_SPROT_RGNUA2 0xF882E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU1_SPR_SPROT_RGNACCENA2_W 0xF882E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU1_SPR_SPROT_RGNACCENB2_W 0xF882E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU1_SPR_SPROT_RGNLA3 0xF882E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU1_SPR_SPROT_RGNUA3 0xF882E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU1_SPR_SPROT_RGNACCENA3_W 0xF882E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU1_SPR_SPROT_RGNACCENB3_W 0xF882E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU1_SPR_SPROT_RGNLA4 0xF882E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU1_SPR_SPROT_RGNUA4 0xF882E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU1_SPR_SPROT_RGNACCENA4_W 0xF882E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU1_SPR_SPROT_RGNACCENB4_W 0xF882E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU1_SPR_SPROT_RGNLA5 0xF882E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU1_SPR_SPROT_RGNUA5 0xF882E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU1_SPR_SPROT_RGNACCENA5_W 0xF882E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU1_SPR_SPROT_RGNACCENB5_W 0xF882E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU1_SPR_SPROT_RGNLA6 0xF882E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU1_SPR_SPROT_RGNUA6 0xF882E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU1_SPR_SPROT_RGNACCENA6_W 0xF882E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU1_SPR_SPROT_RGNACCENB6_W 0xF882E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU1_SPR_SPROT_RGNLA7 0xF882E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU1_SPR_SPROT_RGNUA7 0xF882E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU1_SPR_SPROT_RGNACCENA7_W 0xF882E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU1_SPR_SPROT_RGNACCENB7_W 0xF882E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU1_SPR_SPROT_RGNACCENA0_R 0xF882E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU1_SPR_SPROT_RGNACCENB0_R 0xF882E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU1_SPR_SPROT_RGNACCENA1_R 0xF882E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU1_SPR_SPROT_RGNACCENB1_R 0xF882E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU1_SPR_SPROT_RGNACCENA2_R 0xF882E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU1_SPR_SPROT_RGNACCENB2_R 0xF882E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU1_SPR_SPROT_RGNACCENA3_R 0xF882E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU1_SPR_SPROT_RGNACCENB3_R 0xF882E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU1_SPR_SPROT_RGNACCENA4_R 0xF882E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU1_SPR_SPROT_RGNACCENB4_R 0xF882E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU1_SPR_SPROT_RGNACCENA5_R 0xF882E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU1_SPR_SPROT_RGNACCENB5_R 0xF882E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU1_SPR_SPROT_RGNACCENA6_R 0xF882E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU1_SPR_SPROT_RGNACCENB6_R 0xF882E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU1_SPR_SPROT_RGNACCENA7_R 0xF882E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU1_SPR_SPROT_RGNACCENB7_R 0xF882E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU1_SFR_SPROT_ACCENA_W 0xF882E100          CPUx Safety Protection Register Access Enable Register A
CPU1_SFR_SPROT_ACCENB_W 0xF882E104          CPUx Safety Protection Region Access Enable Register B
CPU1_LPB_SPROT_ACCENA_R 0xF882E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU1_LPB_SPROT_ACCENB_R 0xF882E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU1_DLMU_SPROT_RGNLA0 0xF882E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU1_DLMU_SPROT_RGNUA0 0xF882E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU1_DLMU_SPROT_RGNACCENA0_W 0xF882E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU1_DLMU_SPROT_RGNACCENB0_W 0xF882E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU1_DLMU_SPROT_RGNLA1 0xF882E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU1_DLMU_SPROT_RGNUA1 0xF882E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU1_DLMU_SPROT_RGNACCENA1_W 0xF882E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU1_DLMU_SPROT_RGNACCENB1_W 0xF882E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU1_DLMU_SPROT_RGNLA2 0xF882E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU1_DLMU_SPROT_RGNUA2 0xF882E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU1_DLMU_SPROT_RGNACCENA2_W 0xF882E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU1_DLMU_SPROT_RGNACCENB2_W 0xF882E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU1_DLMU_SPROT_RGNLA3 0xF882E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU1_DLMU_SPROT_RGNUA3 0xF882E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU1_DLMU_SPROT_RGNACCENA3_W 0xF882E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU1_DLMU_SPROT_RGNACCENB3_W 0xF882E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU1_DLMU_SPROT_RGNLA4 0xF882E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU1_DLMU_SPROT_RGNUA4 0xF882E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU1_DLMU_SPROT_RGNACCENA4_W 0xF882E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU1_DLMU_SPROT_RGNACCENB4_W 0xF882E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU1_DLMU_SPROT_RGNLA5 0xF882E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU1_DLMU_SPROT_RGNUA5 0xF882E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU1_DLMU_SPROT_RGNACCENA5_W 0xF882E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU1_DLMU_SPROT_RGNACCENB5_W 0xF882E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU1_DLMU_SPROT_RGNLA6 0xF882E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU1_DLMU_SPROT_RGNUA6 0xF882E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU1_DLMU_SPROT_RGNACCENA6_W 0xF882E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU1_DLMU_SPROT_RGNACCENB6_W 0xF882E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU1_DLMU_SPROT_RGNLA7 0xF882E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU1_DLMU_SPROT_RGNUA7 0xF882E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU1_DLMU_SPROT_RGNACCENA7_W 0xF882E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU1_DLMU_SPROT_RGNACCENB7_W 0xF882E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU1_DLMU_SPROT_RGNACCENA0_R 0xF882E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU1_DLMU_SPROT_RGNACCENB0_R 0xF882E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU1_DLMU_SPROT_RGNACCENA1_R 0xF882E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU1_DLMU_SPROT_RGNACCENB1_R 0xF882E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU1_DLMU_SPROT_RGNACCENA2_R 0xF882E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU1_DLMU_SPROT_RGNACCENB2_R 0xF882E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU1_DLMU_SPROT_RGNACCENA3_R 0xF882E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU1_DLMU_SPROT_RGNACCENB3_R 0xF882E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU1_DLMU_SPROT_RGNACCENA4_R 0xF882E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU1_DLMU_SPROT_RGNACCENB4_R 0xF882E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU1_DLMU_SPROT_RGNACCENA5_R 0xF882E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU1_DLMU_SPROT_RGNACCENB5_R 0xF882E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU1_DLMU_SPROT_RGNACCENA6_R 0xF882E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU1_DLMU_SPROT_RGNACCENB6_R 0xF882E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU1_DLMU_SPROT_RGNACCENA7_R 0xF882E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU1_DLMU_SPROT_RGNACCENB7_R 0xF882E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU1_OSEL       0xF882FB00          CPUx Overlay Range Select Register
CPU1_RABR0      0xF882FB10          CPUx Redirected Address Base Register 0
CPU1_OTAR0      0xF882FB14          CPUx Overlay Target Address Register 0
CPU1_OMASK0     0xF882FB18          CPUx Overlay Mask Register 0
CPU1_RABR1      0xF882FB1C          CPUx Redirected Address Base Register 1
CPU1_OTAR1      0xF882FB20          CPUx Overlay Target Address Register 1
CPU1_OMASK1     0xF882FB24          CPUx Overlay Mask Register 1
CPU1_RABR2      0xF882FB28          CPUx Redirected Address Base Register 2
CPU1_OTAR2      0xF882FB2C          CPUx Overlay Target Address Register 2
CPU1_OMASK2     0xF882FB30          CPUx Overlay Mask Register 2
CPU1_RABR3      0xF882FB34          CPUx Redirected Address Base Register 3
CPU1_OTAR3      0xF882FB38          CPUx Overlay Target Address Register 3
CPU1_OMASK3     0xF882FB3C          CPUx Overlay Mask Register 3
CPU1_RABR4      0xF882FB40          CPUx Redirected Address Base Register 4
CPU1_OTAR4      0xF882FB44          CPUx Overlay Target Address Register 4
CPU1_OMASK4     0xF882FB48          CPUx Overlay Mask Register 4
CPU1_RABR5      0xF882FB4C          CPUx Redirected Address Base Register 5
CPU1_OTAR5      0xF882FB50          CPUx Overlay Target Address Register 5
CPU1_OMASK5     0xF882FB54          CPUx Overlay Mask Register 5
CPU1_RABR6      0xF882FB58          CPUx Redirected Address Base Register 6
CPU1_OTAR6      0xF882FB5C          CPUx Overlay Target Address Register 6
CPU1_OMASK6     0xF882FB60          CPUx Overlay Mask Register 6
CPU1_RABR7      0xF882FB64          CPUx Redirected Address Base Register 7
CPU1_OTAR7      0xF882FB68          CPUx Overlay Target Address Register 7
CPU1_OMASK7     0xF882FB6C          CPUx Overlay Mask Register 7
CPU1_RABR8      0xF882FB70          CPUx Redirected Address Base Register 8
CPU1_OTAR8      0xF882FB74          CPUx Overlay Target Address Register 8
CPU1_OMASK8     0xF882FB78          CPUx Overlay Mask Register 8
CPU1_RABR9      0xF882FB7C          CPUx Redirected Address Base Register 9
CPU1_OTAR9      0xF882FB80          CPUx Overlay Target Address Register 9
CPU1_OMASK9     0xF882FB84          CPUx Overlay Mask Register 9
CPU1_RABR10     0xF882FB88          CPUx Redirected Address Base Register 10
CPU1_OTAR10     0xF882FB8C          CPUx Overlay Target Address Register 10
CPU1_OMASK10    0xF882FB90          CPUx Overlay Mask Register 10
CPU1_RABR11     0xF882FB94          CPUx Redirected Address Base Register 11
CPU1_OTAR11     0xF882FB98          CPUx Overlay Target Address Register 11
CPU1_OMASK11    0xF882FB9C          CPUx Overlay Mask Register 11
CPU1_RABR12     0xF882FBA0          CPUx Redirected Address Base Register 12
CPU1_OTAR12     0xF882FBA4          CPUx Overlay Target Address Register 12
CPU1_OMASK12    0xF882FBA8          CPUx Overlay Mask Register 12
CPU1_RABR13     0xF882FBAC          CPUx Redirected Address Base Register 13
CPU1_OTAR13     0xF882FBB0          CPUx Overlay Target Address Register 13
CPU1_OMASK13    0xF882FBB4          CPUx Overlay Mask Register 13
CPU1_RABR14     0xF882FBB8          CPUx Redirected Address Base Register 14
CPU1_OTAR14     0xF882FBBC          CPUx Overlay Target Address Register 14
CPU1_OMASK14    0xF882FBC0          CPUx Overlay Mask Register 14
CPU1_RABR15     0xF882FBC4          CPUx Redirected Address Base Register 15
CPU1_OTAR15     0xF882FBC8          CPUx Overlay Target Address Register 15
CPU1_OMASK15    0xF882FBCC          CPUx Overlay Mask Register 15
CPU1_RABR16     0xF882FBD0          CPUx Redirected Address Base Register 16
CPU1_OTAR16     0xF882FBD4          CPUx Overlay Target Address Register 16
CPU1_OMASK16    0xF882FBD8          CPUx Overlay Mask Register 16
CPU1_RABR17     0xF882FBDC          CPUx Redirected Address Base Register 17
CPU1_OTAR17     0xF882FBE0          CPUx Overlay Target Address Register 17
CPU1_OMASK17    0xF882FBE4          CPUx Overlay Mask Register 17
CPU1_RABR18     0xF882FBE8          CPUx Redirected Address Base Register 18
CPU1_OTAR18     0xF882FBEC          CPUx Overlay Target Address Register 18
CPU1_OMASK18    0xF882FBF0          CPUx Overlay Mask Register 18
CPU1_RABR19     0xF882FBF4          CPUx Redirected Address Base Register 19
CPU1_OTAR19     0xF882FBF8          CPUx Overlay Target Address Register 19
CPU1_OMASK19    0xF882FBFC          CPUx Overlay Mask Register 19
CPU1_RABR20     0xF882FC00          CPUx Redirected Address Base Register 20
CPU1_OTAR20     0xF882FC04          CPUx Overlay Target Address Register 20
CPU1_OMASK20    0xF882FC08          CPUx Overlay Mask Register 20
CPU1_RABR21     0xF882FC0C          CPUx Redirected Address Base Register 21
CPU1_OTAR21     0xF882FC10          CPUx Overlay Target Address Register 21
CPU1_OMASK21    0xF882FC14          CPUx Overlay Mask Register 21
CPU1_RABR22     0xF882FC18          CPUx Redirected Address Base Register 22
CPU1_OTAR22     0xF882FC1C          CPUx Overlay Target Address Register 22
CPU1_OMASK22    0xF882FC20          CPUx Overlay Mask Register 22
CPU1_RABR23     0xF882FC24          CPUx Redirected Address Base Register 23
CPU1_OTAR23     0xF882FC28          CPUx Overlay Target Address Register 23
CPU1_OMASK23    0xF882FC2C          CPUx Overlay Mask Register 23
CPU1_RABR24     0xF882FC30          CPUx Redirected Address Base Register 24
CPU1_OTAR24     0xF882FC34          CPUx Overlay Target Address Register 24
CPU1_OMASK24    0xF882FC38          CPUx Overlay Mask Register 24
CPU1_RABR25     0xF882FC3C          CPUx Redirected Address Base Register 25
CPU1_OTAR25     0xF882FC40          CPUx Overlay Target Address Register 25
CPU1_OMASK25    0xF882FC44          CPUx Overlay Mask Register 25
CPU1_RABR26     0xF882FC48          CPUx Redirected Address Base Register 26
CPU1_OTAR26     0xF882FC4C          CPUx Overlay Target Address Register 26
CPU1_OMASK26    0xF882FC50          CPUx Overlay Mask Register 26
CPU1_RABR27     0xF882FC54          CPUx Redirected Address Base Register 27
CPU1_OTAR27     0xF882FC58          CPUx Overlay Target Address Register 27
CPU1_OMASK27    0xF882FC5C          CPUx Overlay Mask Register 27
CPU1_RABR28     0xF882FC60          CPUx Redirected Address Base Register 28
CPU1_OTAR28     0xF882FC64          CPUx Overlay Target Address Register 28
CPU1_OMASK28    0xF882FC68          CPUx Overlay Mask Register 28
CPU1_RABR29     0xF882FC6C          CPUx Redirected Address Base Register 29
CPU1_OTAR29     0xF882FC70          CPUx Overlay Target Address Register 29
CPU1_OMASK29    0xF882FC74          CPUx Overlay Mask Register 29
CPU1_RABR30     0xF882FC78          CPUx Redirected Address Base Register 30
CPU1_OTAR30     0xF882FC7C          CPUx Overlay Target Address Register 30
CPU1_OMASK30    0xF882FC80          CPUx Overlay Mask Register 30
CPU1_RABR31     0xF882FC84          CPUx Redirected Address Base Register 31
CPU1_OTAR31     0xF882FC88          CPUx Overlay Target Address Register 31
CPU1_OMASK31    0xF882FC8C          CPUx Overlay Mask Register 31
CSFR_BASE_1     0xF8830000          Core Special Function Registers base (CPU1)
CPU1_SEGEN      0xF8831030          CPUx SRI Error Generation Register
CPU1_TASK_ASI   0xF8838004          CPUx Task Address Space Identifier Register
CPU1_PMA0       0xF8838100          CPUx Data Access CacheabilityRegister
CPU1_PMA1       0xF8838104          CPUx Code Access CacheabilityRegister
CPU1_PMA2       0xF8838108          CPUx Peripheral Space Identifier register
CPU1_DCON2      0xF8839000          CPUx Data Control Register 2
CPU1_SMACON     0xF883900C          CPUx SIST Mode Access Control Register
CPU1_DSTR       0xF8839010          CPUx Data Synchronous Trap Register
CPU1_DATR       0xF8839018          CPUx Data Asynchronous Trap Register
CPU1_DEADD      0xF883901C          CPUx Data Error Address Register
CPU1_DIEAR      0xF8839020          CPUx Data Integrity Error Address Register
CPU1_DIETR      0xF8839024          CPUx Data Integrity Error Trap Register
CPU1_DCON0      0xF8839040          CPUx Data Memory Control Register
CPU1_PSTR       0xF8839200          CPUx Program Synchronous Trap Register
CPU1_PCON1      0xF8839204          CPUx Program Control 1
CPU1_PCON2      0xF8839208          CPUx Program Control 2
CPU1_PCON0      0xF883920C          CPUx Program Control 0
CPU1_PIEAR      0xF8839210          CPUx Program Integrity Error Address Register
CPU1_PIETR      0xF8839214          CPUx Program Integrity Error Trap Register
CPU1_COMPAT     0xF8839400          CPUx Compatibility Control Register
CPU1_FPU_TRAP_CON 0xF883A000          CPUx Trap Control Register
CPU1_FPU_TRAP_PC 0xF883A004          CPUx Trapping Instruction Program Counter Register
CPU1_FPU_TRAP_OPC 0xF883A008          CPUx Trapping Instruction Opcode Register
CPU1_FPU_TRAP_SRC1 0xF883A010          CPUx Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC2 0xF883A014          CPUx Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC3 0xF883A018          CPUx Trapping Instruction Operand Register
CPU1_DPR0_L     0xF883C000          CPUx Data Protection Range 0, Lower Bound Register
CPU1_DPR0_U     0xF883C004          CPUx Data Protection Range 0, Upper Bound Register
CPU1_DPR1_L     0xF883C008          CPUx Data Protection Range 1, Lower Bound Register
CPU1_DPR1_U     0xF883C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU1_DPR2_L     0xF883C010          CPUx Data Protection Range 2, Lower Bound Register
CPU1_DPR2_U     0xF883C014          CPUx Data Protection Range 2, Upper Bound Register
CPU1_DPR3_L     0xF883C018          CPUx Data Protection Range 3, Lower Bound Register
CPU1_DPR3_U     0xF883C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU1_DPR4_L     0xF883C020          CPUx Data Protection Range 4, Lower Bound Register
CPU1_DPR4_U     0xF883C024          CPUx Data Protection Range 4, Upper Bound Register
CPU1_DPR5_L     0xF883C028          CPUx Data Protection Range 5, Lower Bound Register
CPU1_DPR5_U     0xF883C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU1_DPR6_L     0xF883C030          CPUx Data Protection Range 6, Lower Bound Register
CPU1_DPR6_U     0xF883C034          CPUx Data Protection Range 6, Upper Bound Register
CPU1_DPR7_L     0xF883C038          CPUx Data Protection Range 7, Lower Bound Register
CPU1_DPR7_U     0xF883C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU1_DPR8_L     0xF883C040          CPUx Data Protection Range 8, Lower Bound Register
CPU1_DPR8_U     0xF883C044          CPUx Data Protection Range 8, Upper Bound Register
CPU1_DPR9_L     0xF883C048          CPUx Data Protection Range 9, Lower Bound Register
CPU1_DPR9_U     0xF883C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU1_DPR10_L    0xF883C050          CPUx Data Protection Range 10, Lower Bound Register
CPU1_DPR10_U    0xF883C054          CPUx Data Protection Range 10, Upper Bound Register
CPU1_DPR11_L    0xF883C058          CPUx Data Protection Range 11, Lower Bound Register
CPU1_DPR11_U    0xF883C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU1_DPR12_L    0xF883C060          CPUx Data Protection Range 12, Lower Bound Register
CPU1_DPR12_U    0xF883C064          CPUx Data Protection Range 12, Upper Bound Register
CPU1_DPR13_L    0xF883C068          CPUx Data Protection Range 13, Lower Bound Register
CPU1_DPR13_U    0xF883C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU1_DPR14_L    0xF883C070          CPUx Data Protection Range 14, Lower Bound Register
CPU1_DPR14_U    0xF883C074          CPUx Data Protection Range 14, Upper Bound Register
CPU1_DPR15_L    0xF883C078          CPUx Data Protection Range 15, Lower Bound Register
CPU1_DPR15_U    0xF883C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU1_DPR16_L    0xF883C080          CPUx Data Protection Range 16, Lower Bound Register
CPU1_DPR16_U    0xF883C084          CPUx Data Protection Range 16, Upper Bound Register
CPU1_DPR17_L    0xF883C088          CPUx Data Protection Range 17, Lower Bound Register
CPU1_DPR17_U    0xF883C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU1_CPR0_L     0xF883D000          CPUx Code Protection Range 0 Lower Bound Register
CPU1_CPR0_U     0xF883D004          CPUx Code Protection Range 0 Upper Bound Register
CPU1_CPR1_L     0xF883D008          CPUx Code Protection Range 1 Lower Bound Register
CPU1_CPR1_U     0xF883D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU1_CPR2_L     0xF883D010          CPUx Code Protection Range 2 Lower Bound Register
CPU1_CPR2_U     0xF883D014          CPUx Code Protection Range 2 Upper Bound Register
CPU1_CPR3_L     0xF883D018          CPUx Code Protection Range 3 Lower Bound Register
CPU1_CPR3_U     0xF883D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU1_CPR4_L     0xF883D020          CPUx Code Protection Range 4 Lower Bound Register
CPU1_CPR4_U     0xF883D024          CPUx Code Protection Range 4 Upper Bound Register
CPU1_CPR5_L     0xF883D028          CPUx Code Protection Range 5 Lower Bound Register
CPU1_CPR5_U     0xF883D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU1_CPR6_L     0xF883D030          CPUx Code Protection Range 6 Lower Bound Register
CPU1_CPR6_U     0xF883D034          CPUx Code Protection Range 6 Upper Bound Register
CPU1_CPR7_L     0xF883D038          CPUx Code Protection Range 7 Lower Bound Register
CPU1_CPR7_U     0xF883D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU1_CPR8_L     0xF883D040          CPUx Code Protection Range 8 Lower Bound Register
CPU1_CPR8_U     0xF883D044          CPUx Code Protection Range 8 Upper Bound Register
CPU1_CPR9_L     0xF883D048          CPUx Code Protection Range 9 Lower Bound Register
CPU1_CPR9_U     0xF883D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU1_CPXE_0     0xF883E000          CPUx Code Protection Execute Enable Register Set 0
CPU1_CPXE_1     0xF883E004          CPUx Code Protection Execute Enable Register Set 1
CPU1_CPXE_2     0xF883E008          CPUx Code Protection Execute Enable Register Set 2
CPU1_CPXE_3     0xF883E00C          CPUx Code Protection Execute Enable Register Set 3
CPU1_DPRE_0     0xF883E010          CPUx Data Protection Read Enable Register Set 0
CPU1_DPRE_1     0xF883E014          CPUx Data Protection Read Enable Register Set 1
CPU1_DPRE_2     0xF883E018          CPUx Data Protection Read Enable Register Set 2
CPU1_DPRE_3     0xF883E01C          CPUx Data Protection Read Enable Register Set 3
CPU1_DPWE_0     0xF883E020          CPUx Data Protection Write Enable Register Set 0
CPU1_DPWE_1     0xF883E024          CPUx Data Protection Write Enable Register Set 1
CPU1_DPWE_2     0xF883E028          CPUx Data Protection Write Enable Register Set 2
CPU1_DPWE_3     0xF883E02C          CPUx Data Protection Write Enable Register Set 3
CPU1_CPXE_4     0xF883E040          CPUx Code Protection Execute Enable Register Set 4
CPU1_CPXE_5     0xF883E044          CPUx Code Protection Execute Enable Register Set 5
CPU1_DPRE_4     0xF883E050          CPUx Data Protection Read Enable Register Set 4
CPU1_DPRE_5     0xF883E054          CPUx Data Protection Read Enable Register Set 5
CPU1_DPWE_4     0xF883E060          CPUx Data Protection Write Enable Register Set 4
CPU1_DPWE_5     0xF883E064          CPUx Data Protection Write Enable Register Set 5
CPU1_TPS_CON    0xF883E400          CPUx Temporal Protection System Control Register
CPU1_TPS_TIMER0 0xF883E404          CPUx Temporal Protection System Timer Register 0
CPU1_TPS_TIMER1 0xF883E408          CPUx Temporal Protection System Timer Register 1
CPU1_TPS_TIMER2 0xF883E40C          CPUx Temporal Protection System Timer Register 2
CPU1_TPS_EXTIM_ENTRY_LVAL 0xF883E440          CPUx Exception Entry Timer Load Value
CPU1_TPS_EXTIM_ENTRY_CVAL 0xF883E444          CPUx Exception Entry Timer Current Value
CPU1_TPS_EXTIM_EXIT_LVAL 0xF883E448          CPUx Exception Exit Timer Load Value
CPU1_TPS_EXTIM_EXIT_CVAL 0xF883E44C          CPUx Exception Exit Timer Current Value
CPU1_TPS_EXTIM_CLASS_EN 0xF883E450          CPUx Exception Timer Class Enable Register
CPU1_TPS_EXTIM_STAT 0xF883E454          CPUx Exception Timer Status Register
CPU1_TPS_EXTIM_FCX 0xF883E458          CPUx Exception Timer FCX Register
CPU1_TR0EVT     0xF883F000          CPUx Trigger Event 0
CPU1_TR0ADR     0xF883F004          CPUx Trigger Address 0
CPU1_TR1EVT     0xF883F008          CPUx Trigger Event 1
CPU1_TR1ADR     0xF883F00C          CPUx Trigger Address 1
CPU1_TR2EVT     0xF883F010          CPUx Trigger Event 2
CPU1_TR2ADR     0xF883F014          CPUx Trigger Address 2
CPU1_TR3EVT     0xF883F018          CPUx Trigger Event 3
CPU1_TR3ADR     0xF883F01C          CPUx Trigger Address 3
CPU1_TR4EVT     0xF883F020          CPUx Trigger Event 4
CPU1_TR4ADR     0xF883F024          CPUx Trigger Address 4
CPU1_TR5EVT     0xF883F028          CPUx Trigger Event 5
CPU1_TR5ADR     0xF883F02C          CPUx Trigger Address 5
CPU1_TR6EVT     0xF883F030          CPUx Trigger Event 6
CPU1_TR6ADR     0xF883F034          CPUx Trigger Address 6
CPU1_TR7EVT     0xF883F038          CPUx Trigger Event 7
CPU1_TR7ADR     0xF883F03C          CPUx Trigger Address 7
CPU1_CCTRL      0xF883FC00          CPUx Counter Control
CPU1_CCNT       0xF883FC04          CPUx CPU Clock Cycle Count
CPU1_ICNT       0xF883FC08          CPUx Instruction Count
CPU1_M1CNT      0xF883FC0C          CPUx Multi-Count Register 1
CPU1_M2CNT      0xF883FC10          CPUx Multi-Count Register 2
CPU1_M3CNT      0xF883FC14          CPUx Multi-Count Register 3
CPU1_DBGSR      0xF883FD00          CPUx Debug Status Register
CPU1_EXEVT      0xF883FD08          CPUx External Event Register
CPU1_CREVT      0xF883FD0C          CPUx Core Register Access Event
CPU1_SWEVT      0xF883FD10          CPUx Software Debug Event
CPU1_TRIG_ACC   0xF883FD30          CPUx TriggerAddressx
CPU1_DMS        0xF883FD40          CPUx Debug Monitor Start Address
CPU1_DCX        0xF883FD44          CPUx Debug Context Save Area Pointer
CPU1_DBGTCR     0xF883FD48          CPUx Debug Trap Control Register
CPU1_PCXI       0xF883FE00          CPUx Previous Context Information Register
CPU1_PSW        0xF883FE04          CPUx Program Status Word
CPU1_PC         0xF883FE08          CPUx Program Counter
CPU1_SYSCON     0xF883FE14          CPUx System Configuration Register
CPU1_CPU_ID     0xF883FE18          CPUx Identification Register TC1.6.2P
CPU1_CORE_ID    0xF883FE1C          CPUx Core Identification Register
CPU1_BIV        0xF883FE20          CPUx Base Interrupt Vector Table Pointer
CPU1_BTV        0xF883FE24          CPUx Base Trap Vector Table Pointer
CPU1_ISP        0xF883FE28          CPUx Interrupt Stack Pointer
CPU1_ICR        0xF883FE2C          CPUx Interrupt Control Register
CPU1_FCX        0xF883FE38          CPUx Free CSA List Head Pointer
CPU1_LCX        0xF883FE3C          CPUx Free CSA List Limit Pointer
CPU1_CUS_ID     0xF883FE50          CPUx Customer ID register
CPU1_D0         0xF883FF00          Data Register 0
CPU1_D1         0xF883FF04          Data Register 1
CPU1_D2         0xF883FF08          Data Register 2
CPU1_D3         0xF883FF0C          Data Register 3
CPU1_D4         0xF883FF10          Data Register 4
CPU1_D5         0xF883FF14          Data Register 5
CPU1_D6         0xF883FF18          Data Register 6
CPU1_D7         0xF883FF1C          Data Register 7
CPU1_D8         0xF883FF20          Data Register 8
CPU1_D9         0xF883FF24          Data Register 9
CPU1_D10        0xF883FF28          Data Register 10
CPU1_D11        0xF883FF2C          Data Register 11
CPU1_D12        0xF883FF30          Data Register 12
CPU1_D13        0xF883FF34          Data Register 13
CPU1_D14        0xF883FF38          Data Register 14
CPU1_D15        0xF883FF3C          Data Register 15
CPU1_A0         0xF883FF80          Address Register 0
CPU1_A1         0xF883FF84          Address Register 1
CPU1_A2         0xF883FF88          Address Register 2
CPU1_A3         0xF883FF8C          Address Register 3
CPU1_A4         0xF883FF90          Address Register 4
CPU1_A5         0xF883FF94          Address Register 5
CPU1_A6         0xF883FF98          Address Register 6
CPU1_A7         0xF883FF9C          Address Register 7
CPU1_A8         0xF883FFA0          Address Register 8
CPU1_A9         0xF883FFA4          Address Register 9
CPU1_A10        0xF883FFA8          Address Register 10
CPU1_A11        0xF883FFAC          Address Register 11
CPU1_A12        0xF883FFB0          Address Register 12
CPU1_A13        0xF883FFB4          Address Register 13
CPU1_A14        0xF883FFB8          Address Register 14
CPU1_A15        0xF883FFBC          Address Register 15
CPU2_FLASHCON0  0xF8841100          CPUx Flash Configuration Register 0
CPU2_FLASHCON1  0xF8841104          CPUx Flash Configuration Register 1
CPU2_FLASHCON2  0xF8841108          CPUx Flash Configuration Register 2
CPU2_FLASHCON3  0xF884110C          CPUx Flash Configuration Register 3
CPU2_FLASHCON4  0xF8841110          CPUx Flash Configuration Register 4
CPU2_KRST0      0xF884D000          CPUx Reset Register 0
CPU2_KRST1      0xF884D004          CPUx Reset Register 1
CPU2_KRSTCLR    0xF884D008          CPUx Reset Clear Register
CPU2_SPR_SPROT_RGNLA0 0xF884E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU2_SPR_SPROT_RGNUA0 0xF884E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU2_SPR_SPROT_RGNACCENA0_W 0xF884E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU2_SPR_SPROT_RGNACCENB0_W 0xF884E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU2_SPR_SPROT_RGNLA1 0xF884E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU2_SPR_SPROT_RGNUA1 0xF884E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU2_SPR_SPROT_RGNACCENA1_W 0xF884E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU2_SPR_SPROT_RGNACCENB1_W 0xF884E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU2_SPR_SPROT_RGNLA2 0xF884E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU2_SPR_SPROT_RGNUA2 0xF884E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU2_SPR_SPROT_RGNACCENA2_W 0xF884E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU2_SPR_SPROT_RGNACCENB2_W 0xF884E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU2_SPR_SPROT_RGNLA3 0xF884E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU2_SPR_SPROT_RGNUA3 0xF884E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU2_SPR_SPROT_RGNACCENA3_W 0xF884E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU2_SPR_SPROT_RGNACCENB3_W 0xF884E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU2_SPR_SPROT_RGNLA4 0xF884E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU2_SPR_SPROT_RGNUA4 0xF884E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU2_SPR_SPROT_RGNACCENA4_W 0xF884E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU2_SPR_SPROT_RGNACCENB4_W 0xF884E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU2_SPR_SPROT_RGNLA5 0xF884E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU2_SPR_SPROT_RGNUA5 0xF884E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU2_SPR_SPROT_RGNACCENA5_W 0xF884E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU2_SPR_SPROT_RGNACCENB5_W 0xF884E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU2_SPR_SPROT_RGNLA6 0xF884E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU2_SPR_SPROT_RGNUA6 0xF884E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU2_SPR_SPROT_RGNACCENA6_W 0xF884E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU2_SPR_SPROT_RGNACCENB6_W 0xF884E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU2_SPR_SPROT_RGNLA7 0xF884E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU2_SPR_SPROT_RGNUA7 0xF884E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU2_SPR_SPROT_RGNACCENA7_W 0xF884E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU2_SPR_SPROT_RGNACCENB7_W 0xF884E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU2_SPR_SPROT_RGNACCENA0_R 0xF884E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU2_SPR_SPROT_RGNACCENB0_R 0xF884E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU2_SPR_SPROT_RGNACCENA1_R 0xF884E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU2_SPR_SPROT_RGNACCENB1_R 0xF884E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU2_SPR_SPROT_RGNACCENA2_R 0xF884E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU2_SPR_SPROT_RGNACCENB2_R 0xF884E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU2_SPR_SPROT_RGNACCENA3_R 0xF884E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU2_SPR_SPROT_RGNACCENB3_R 0xF884E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU2_SPR_SPROT_RGNACCENA4_R 0xF884E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU2_SPR_SPROT_RGNACCENB4_R 0xF884E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU2_SPR_SPROT_RGNACCENA5_R 0xF884E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU2_SPR_SPROT_RGNACCENB5_R 0xF884E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU2_SPR_SPROT_RGNACCENA6_R 0xF884E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU2_SPR_SPROT_RGNACCENB6_R 0xF884E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU2_SPR_SPROT_RGNACCENA7_R 0xF884E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU2_SPR_SPROT_RGNACCENB7_R 0xF884E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU2_SFR_SPROT_ACCENA_W 0xF884E100          CPUx Safety Protection Register Access Enable Register A
CPU2_SFR_SPROT_ACCENB_W 0xF884E104          CPUx Safety Protection Region Access Enable Register B
CPU2_LPB_SPROT_ACCENA_R 0xF884E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU2_LPB_SPROT_ACCENB_R 0xF884E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU2_DLMU_SPROT_RGNLA0 0xF884E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU2_DLMU_SPROT_RGNUA0 0xF884E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU2_DLMU_SPROT_RGNACCENA0_W 0xF884E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU2_DLMU_SPROT_RGNACCENB0_W 0xF884E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU2_DLMU_SPROT_RGNLA1 0xF884E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU2_DLMU_SPROT_RGNUA1 0xF884E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU2_DLMU_SPROT_RGNACCENA1_W 0xF884E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU2_DLMU_SPROT_RGNACCENB1_W 0xF884E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU2_DLMU_SPROT_RGNLA2 0xF884E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU2_DLMU_SPROT_RGNUA2 0xF884E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU2_DLMU_SPROT_RGNACCENA2_W 0xF884E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU2_DLMU_SPROT_RGNACCENB2_W 0xF884E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU2_DLMU_SPROT_RGNLA3 0xF884E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU2_DLMU_SPROT_RGNUA3 0xF884E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU2_DLMU_SPROT_RGNACCENA3_W 0xF884E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU2_DLMU_SPROT_RGNACCENB3_W 0xF884E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU2_DLMU_SPROT_RGNLA4 0xF884E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU2_DLMU_SPROT_RGNUA4 0xF884E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU2_DLMU_SPROT_RGNACCENA4_W 0xF884E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU2_DLMU_SPROT_RGNACCENB4_W 0xF884E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU2_DLMU_SPROT_RGNLA5 0xF884E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU2_DLMU_SPROT_RGNUA5 0xF884E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU2_DLMU_SPROT_RGNACCENA5_W 0xF884E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU2_DLMU_SPROT_RGNACCENB5_W 0xF884E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU2_DLMU_SPROT_RGNLA6 0xF884E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU2_DLMU_SPROT_RGNUA6 0xF884E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU2_DLMU_SPROT_RGNACCENA6_W 0xF884E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU2_DLMU_SPROT_RGNACCENB6_W 0xF884E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU2_DLMU_SPROT_RGNLA7 0xF884E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU2_DLMU_SPROT_RGNUA7 0xF884E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU2_DLMU_SPROT_RGNACCENA7_W 0xF884E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU2_DLMU_SPROT_RGNACCENB7_W 0xF884E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU2_DLMU_SPROT_RGNACCENA0_R 0xF884E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU2_DLMU_SPROT_RGNACCENB0_R 0xF884E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU2_DLMU_SPROT_RGNACCENA1_R 0xF884E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU2_DLMU_SPROT_RGNACCENB1_R 0xF884E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU2_DLMU_SPROT_RGNACCENA2_R 0xF884E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU2_DLMU_SPROT_RGNACCENB2_R 0xF884E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU2_DLMU_SPROT_RGNACCENA3_R 0xF884E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU2_DLMU_SPROT_RGNACCENB3_R 0xF884E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU2_DLMU_SPROT_RGNACCENA4_R 0xF884E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU2_DLMU_SPROT_RGNACCENB4_R 0xF884E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU2_DLMU_SPROT_RGNACCENA5_R 0xF884E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU2_DLMU_SPROT_RGNACCENB5_R 0xF884E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU2_DLMU_SPROT_RGNACCENA6_R 0xF884E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU2_DLMU_SPROT_RGNACCENB6_R 0xF884E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU2_DLMU_SPROT_RGNACCENA7_R 0xF884E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU2_DLMU_SPROT_RGNACCENB7_R 0xF884E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU2_OSEL       0xF884FB00          CPUx Overlay Range Select Register
CPU2_RABR0      0xF884FB10          CPUx Redirected Address Base Register 0
CPU2_OTAR0      0xF884FB14          CPUx Overlay Target Address Register 0
CPU2_OMASK0     0xF884FB18          CPUx Overlay Mask Register 0
CPU2_RABR1      0xF884FB1C          CPUx Redirected Address Base Register 1
CPU2_OTAR1      0xF884FB20          CPUx Overlay Target Address Register 1
CPU2_OMASK1     0xF884FB24          CPUx Overlay Mask Register 1
CPU2_RABR2      0xF884FB28          CPUx Redirected Address Base Register 2
CPU2_OTAR2      0xF884FB2C          CPUx Overlay Target Address Register 2
CPU2_OMASK2     0xF884FB30          CPUx Overlay Mask Register 2
CPU2_RABR3      0xF884FB34          CPUx Redirected Address Base Register 3
CPU2_OTAR3      0xF884FB38          CPUx Overlay Target Address Register 3
CPU2_OMASK3     0xF884FB3C          CPUx Overlay Mask Register 3
CPU2_RABR4      0xF884FB40          CPUx Redirected Address Base Register 4
CPU2_OTAR4      0xF884FB44          CPUx Overlay Target Address Register 4
CPU2_OMASK4     0xF884FB48          CPUx Overlay Mask Register 4
CPU2_RABR5      0xF884FB4C          CPUx Redirected Address Base Register 5
CPU2_OTAR5      0xF884FB50          CPUx Overlay Target Address Register 5
CPU2_OMASK5     0xF884FB54          CPUx Overlay Mask Register 5
CPU2_RABR6      0xF884FB58          CPUx Redirected Address Base Register 6
CPU2_OTAR6      0xF884FB5C          CPUx Overlay Target Address Register 6
CPU2_OMASK6     0xF884FB60          CPUx Overlay Mask Register 6
CPU2_RABR7      0xF884FB64          CPUx Redirected Address Base Register 7
CPU2_OTAR7      0xF884FB68          CPUx Overlay Target Address Register 7
CPU2_OMASK7     0xF884FB6C          CPUx Overlay Mask Register 7
CPU2_RABR8      0xF884FB70          CPUx Redirected Address Base Register 8
CPU2_OTAR8      0xF884FB74          CPUx Overlay Target Address Register 8
CPU2_OMASK8     0xF884FB78          CPUx Overlay Mask Register 8
CPU2_RABR9      0xF884FB7C          CPUx Redirected Address Base Register 9
CPU2_OTAR9      0xF884FB80          CPUx Overlay Target Address Register 9
CPU2_OMASK9     0xF884FB84          CPUx Overlay Mask Register 9
CPU2_RABR10     0xF884FB88          CPUx Redirected Address Base Register 10
CPU2_OTAR10     0xF884FB8C          CPUx Overlay Target Address Register 10
CPU2_OMASK10    0xF884FB90          CPUx Overlay Mask Register 10
CPU2_RABR11     0xF884FB94          CPUx Redirected Address Base Register 11
CPU2_OTAR11     0xF884FB98          CPUx Overlay Target Address Register 11
CPU2_OMASK11    0xF884FB9C          CPUx Overlay Mask Register 11
CPU2_RABR12     0xF884FBA0          CPUx Redirected Address Base Register 12
CPU2_OTAR12     0xF884FBA4          CPUx Overlay Target Address Register 12
CPU2_OMASK12    0xF884FBA8          CPUx Overlay Mask Register 12
CPU2_RABR13     0xF884FBAC          CPUx Redirected Address Base Register 13
CPU2_OTAR13     0xF884FBB0          CPUx Overlay Target Address Register 13
CPU2_OMASK13    0xF884FBB4          CPUx Overlay Mask Register 13
CPU2_RABR14     0xF884FBB8          CPUx Redirected Address Base Register 14
CPU2_OTAR14     0xF884FBBC          CPUx Overlay Target Address Register 14
CPU2_OMASK14    0xF884FBC0          CPUx Overlay Mask Register 14
CPU2_RABR15     0xF884FBC4          CPUx Redirected Address Base Register 15
CPU2_OTAR15     0xF884FBC8          CPUx Overlay Target Address Register 15
CPU2_OMASK15    0xF884FBCC          CPUx Overlay Mask Register 15
CPU2_RABR16     0xF884FBD0          CPUx Redirected Address Base Register 16
CPU2_OTAR16     0xF884FBD4          CPUx Overlay Target Address Register 16
CPU2_OMASK16    0xF884FBD8          CPUx Overlay Mask Register 16
CPU2_RABR17     0xF884FBDC          CPUx Redirected Address Base Register 17
CPU2_OTAR17     0xF884FBE0          CPUx Overlay Target Address Register 17
CPU2_OMASK17    0xF884FBE4          CPUx Overlay Mask Register 17
CPU2_RABR18     0xF884FBE8          CPUx Redirected Address Base Register 18
CPU2_OTAR18     0xF884FBEC          CPUx Overlay Target Address Register 18
CPU2_OMASK18    0xF884FBF0          CPUx Overlay Mask Register 18
CPU2_RABR19     0xF884FBF4          CPUx Redirected Address Base Register 19
CPU2_OTAR19     0xF884FBF8          CPUx Overlay Target Address Register 19
CPU2_OMASK19    0xF884FBFC          CPUx Overlay Mask Register 19
CPU2_RABR20     0xF884FC00          CPUx Redirected Address Base Register 20
CPU2_OTAR20     0xF884FC04          CPUx Overlay Target Address Register 20
CPU2_OMASK20    0xF884FC08          CPUx Overlay Mask Register 20
CPU2_RABR21     0xF884FC0C          CPUx Redirected Address Base Register 21
CPU2_OTAR21     0xF884FC10          CPUx Overlay Target Address Register 21
CPU2_OMASK21    0xF884FC14          CPUx Overlay Mask Register 21
CPU2_RABR22     0xF884FC18          CPUx Redirected Address Base Register 22
CPU2_OTAR22     0xF884FC1C          CPUx Overlay Target Address Register 22
CPU2_OMASK22    0xF884FC20          CPUx Overlay Mask Register 22
CPU2_RABR23     0xF884FC24          CPUx Redirected Address Base Register 23
CPU2_OTAR23     0xF884FC28          CPUx Overlay Target Address Register 23
CPU2_OMASK23    0xF884FC2C          CPUx Overlay Mask Register 23
CPU2_RABR24     0xF884FC30          CPUx Redirected Address Base Register 24
CPU2_OTAR24     0xF884FC34          CPUx Overlay Target Address Register 24
CPU2_OMASK24    0xF884FC38          CPUx Overlay Mask Register 24
CPU2_RABR25     0xF884FC3C          CPUx Redirected Address Base Register 25
CPU2_OTAR25     0xF884FC40          CPUx Overlay Target Address Register 25
CPU2_OMASK25    0xF884FC44          CPUx Overlay Mask Register 25
CPU2_RABR26     0xF884FC48          CPUx Redirected Address Base Register 26
CPU2_OTAR26     0xF884FC4C          CPUx Overlay Target Address Register 26
CPU2_OMASK26    0xF884FC50          CPUx Overlay Mask Register 26
CPU2_RABR27     0xF884FC54          CPUx Redirected Address Base Register 27
CPU2_OTAR27     0xF884FC58          CPUx Overlay Target Address Register 27
CPU2_OMASK27    0xF884FC5C          CPUx Overlay Mask Register 27
CPU2_RABR28     0xF884FC60          CPUx Redirected Address Base Register 28
CPU2_OTAR28     0xF884FC64          CPUx Overlay Target Address Register 28
CPU2_OMASK28    0xF884FC68          CPUx Overlay Mask Register 28
CPU2_RABR29     0xF884FC6C          CPUx Redirected Address Base Register 29
CPU2_OTAR29     0xF884FC70          CPUx Overlay Target Address Register 29
CPU2_OMASK29    0xF884FC74          CPUx Overlay Mask Register 29
CPU2_RABR30     0xF884FC78          CPUx Redirected Address Base Register 30
CPU2_OTAR30     0xF884FC7C          CPUx Overlay Target Address Register 30
CPU2_OMASK30    0xF884FC80          CPUx Overlay Mask Register 30
CPU2_RABR31     0xF884FC84          CPUx Redirected Address Base Register 31
CPU2_OTAR31     0xF884FC88          CPUx Overlay Target Address Register 31
CPU2_OMASK31    0xF884FC8C          CPUx Overlay Mask Register 31
CSFR_BASE_2     0xF8850000          Core Special Function Registers base (CPU2)
CPU2_SEGEN      0xF8851030          CPUx SRI Error Generation Register
CPU2_TASK_ASI   0xF8858004          CPUx Task Address Space Identifier Register
CPU2_PMA0       0xF8858100          CPUx Data Access CacheabilityRegister
CPU2_PMA1       0xF8858104          CPUx Code Access CacheabilityRegister
CPU2_PMA2       0xF8858108          CPUx Peripheral Space Identifier register
CPU2_DCON2      0xF8859000          CPUx Data Control Register 2
CPU2_SMACON     0xF885900C          CPUx SIST Mode Access Control Register
CPU2_DSTR       0xF8859010          CPUx Data Synchronous Trap Register
CPU2_DATR       0xF8859018          CPUx Data Asynchronous Trap Register
CPU2_DEADD      0xF885901C          CPUx Data Error Address Register
CPU2_DIEAR      0xF8859020          CPUx Data Integrity Error Address Register
CPU2_DIETR      0xF8859024          CPUx Data Integrity Error Trap Register
CPU2_DCON0      0xF8859040          CPUx Data Memory Control Register
CPU2_PSTR       0xF8859200          CPUx Program Synchronous Trap Register
CPU2_PCON1      0xF8859204          CPUx Program Control 1
CPU2_PCON2      0xF8859208          CPUx Program Control 2
CPU2_PCON0      0xF885920C          CPUx Program Control 0
CPU2_PIEAR      0xF8859210          CPUx Program Integrity Error Address Register
CPU2_PIETR      0xF8859214          CPUx Program Integrity Error Trap Register
CPU2_COMPAT     0xF8859400          CPUx Compatibility Control Register
CPU2_FPU_TRAP_CON 0xF885A000          CPUx Trap Control Register
CPU2_FPU_TRAP_PC 0xF885A004          CPUx Trapping Instruction Program Counter Register
CPU2_FPU_TRAP_OPC 0xF885A008          CPUx Trapping Instruction Opcode Register
CPU2_FPU_TRAP_SRC1 0xF885A010          CPUx Trapping Instruction Operand Register
CPU2_FPU_TRAP_SRC2 0xF885A014          CPUx Trapping Instruction Operand Register
CPU2_FPU_TRAP_SRC3 0xF885A018          CPUx Trapping Instruction Operand Register
CPU2_DPR0_L     0xF885C000          CPUx Data Protection Range 0, Lower Bound Register
CPU2_DPR0_U     0xF885C004          CPUx Data Protection Range 0, Upper Bound Register
CPU2_DPR1_L     0xF885C008          CPUx Data Protection Range 1, Lower Bound Register
CPU2_DPR1_U     0xF885C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU2_DPR2_L     0xF885C010          CPUx Data Protection Range 2, Lower Bound Register
CPU2_DPR2_U     0xF885C014          CPUx Data Protection Range 2, Upper Bound Register
CPU2_DPR3_L     0xF885C018          CPUx Data Protection Range 3, Lower Bound Register
CPU2_DPR3_U     0xF885C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU2_DPR4_L     0xF885C020          CPUx Data Protection Range 4, Lower Bound Register
CPU2_DPR4_U     0xF885C024          CPUx Data Protection Range 4, Upper Bound Register
CPU2_DPR5_L     0xF885C028          CPUx Data Protection Range 5, Lower Bound Register
CPU2_DPR5_U     0xF885C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU2_DPR6_L     0xF885C030          CPUx Data Protection Range 6, Lower Bound Register
CPU2_DPR6_U     0xF885C034          CPUx Data Protection Range 6, Upper Bound Register
CPU2_DPR7_L     0xF885C038          CPUx Data Protection Range 7, Lower Bound Register
CPU2_DPR7_U     0xF885C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU2_DPR8_L     0xF885C040          CPUx Data Protection Range 8, Lower Bound Register
CPU2_DPR8_U     0xF885C044          CPUx Data Protection Range 8, Upper Bound Register
CPU2_DPR9_L     0xF885C048          CPUx Data Protection Range 9, Lower Bound Register
CPU2_DPR9_U     0xF885C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU2_DPR10_L    0xF885C050          CPUx Data Protection Range 10, Lower Bound Register
CPU2_DPR10_U    0xF885C054          CPUx Data Protection Range 10, Upper Bound Register
CPU2_DPR11_L    0xF885C058          CPUx Data Protection Range 11, Lower Bound Register
CPU2_DPR11_U    0xF885C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU2_DPR12_L    0xF885C060          CPUx Data Protection Range 12, Lower Bound Register
CPU2_DPR12_U    0xF885C064          CPUx Data Protection Range 12, Upper Bound Register
CPU2_DPR13_L    0xF885C068          CPUx Data Protection Range 13, Lower Bound Register
CPU2_DPR13_U    0xF885C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU2_DPR14_L    0xF885C070          CPUx Data Protection Range 14, Lower Bound Register
CPU2_DPR14_U    0xF885C074          CPUx Data Protection Range 14, Upper Bound Register
CPU2_DPR15_L    0xF885C078          CPUx Data Protection Range 15, Lower Bound Register
CPU2_DPR15_U    0xF885C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU2_DPR16_L    0xF885C080          CPUx Data Protection Range 16, Lower Bound Register
CPU2_DPR16_U    0xF885C084          CPUx Data Protection Range 16, Upper Bound Register
CPU2_DPR17_L    0xF885C088          CPUx Data Protection Range 17, Lower Bound Register
CPU2_DPR17_U    0xF885C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU2_CPR0_L     0xF885D000          CPUx Code Protection Range 0 Lower Bound Register
CPU2_CPR0_U     0xF885D004          CPUx Code Protection Range 0 Upper Bound Register
CPU2_CPR1_L     0xF885D008          CPUx Code Protection Range 1 Lower Bound Register
CPU2_CPR1_U     0xF885D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU2_CPR2_L     0xF885D010          CPUx Code Protection Range 2 Lower Bound Register
CPU2_CPR2_U     0xF885D014          CPUx Code Protection Range 2 Upper Bound Register
CPU2_CPR3_L     0xF885D018          CPUx Code Protection Range 3 Lower Bound Register
CPU2_CPR3_U     0xF885D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU2_CPR4_L     0xF885D020          CPUx Code Protection Range 4 Lower Bound Register
CPU2_CPR4_U     0xF885D024          CPUx Code Protection Range 4 Upper Bound Register
CPU2_CPR5_L     0xF885D028          CPUx Code Protection Range 5 Lower Bound Register
CPU2_CPR5_U     0xF885D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU2_CPR6_L     0xF885D030          CPUx Code Protection Range 6 Lower Bound Register
CPU2_CPR6_U     0xF885D034          CPUx Code Protection Range 6 Upper Bound Register
CPU2_CPR7_L     0xF885D038          CPUx Code Protection Range 7 Lower Bound Register
CPU2_CPR7_U     0xF885D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU2_CPR8_L     0xF885D040          CPUx Code Protection Range 8 Lower Bound Register
CPU2_CPR8_U     0xF885D044          CPUx Code Protection Range 8 Upper Bound Register
CPU2_CPR9_L     0xF885D048          CPUx Code Protection Range 9 Lower Bound Register
CPU2_CPR9_U     0xF885D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU2_CPXE_0     0xF885E000          CPUx Code Protection Execute Enable Register Set 0
CPU2_CPXE_1     0xF885E004          CPUx Code Protection Execute Enable Register Set 1
CPU2_CPXE_2     0xF885E008          CPUx Code Protection Execute Enable Register Set 2
CPU2_CPXE_3     0xF885E00C          CPUx Code Protection Execute Enable Register Set 3
CPU2_DPRE_0     0xF885E010          CPUx Data Protection Read Enable Register Set 0
CPU2_DPRE_1     0xF885E014          CPUx Data Protection Read Enable Register Set 1
CPU2_DPRE_2     0xF885E018          CPUx Data Protection Read Enable Register Set 2
CPU2_DPRE_3     0xF885E01C          CPUx Data Protection Read Enable Register Set 3
CPU2_DPWE_0     0xF885E020          CPUx Data Protection Write Enable Register Set 0
CPU2_DPWE_1     0xF885E024          CPUx Data Protection Write Enable Register Set 1
CPU2_DPWE_2     0xF885E028          CPUx Data Protection Write Enable Register Set 2
CPU2_DPWE_3     0xF885E02C          CPUx Data Protection Write Enable Register Set 3
CPU2_CPXE_4     0xF885E040          CPUx Code Protection Execute Enable Register Set 4
CPU2_CPXE_5     0xF885E044          CPUx Code Protection Execute Enable Register Set 5
CPU2_DPRE_4     0xF885E050          CPUx Data Protection Read Enable Register Set 4
CPU2_DPRE_5     0xF885E054          CPUx Data Protection Read Enable Register Set 5
CPU2_DPWE_4     0xF885E060          CPUx Data Protection Write Enable Register Set 4
CPU2_DPWE_5     0xF885E064          CPUx Data Protection Write Enable Register Set 5
CPU2_TPS_CON    0xF885E400          CPUx Temporal Protection System Control Register
CPU2_TPS_TIMER0 0xF885E404          CPUx Temporal Protection System Timer Register 0
CPU2_TPS_TIMER1 0xF885E408          CPUx Temporal Protection System Timer Register 1
CPU2_TPS_TIMER2 0xF885E40C          CPUx Temporal Protection System Timer Register 2
CPU2_TPS_EXTIM_ENTRY_LVAL 0xF885E440          CPUx Exception Entry Timer Load Value
CPU2_TPS_EXTIM_ENTRY_CVAL 0xF885E444          CPUx Exception Entry Timer Current Value
CPU2_TPS_EXTIM_EXIT_LVAL 0xF885E448          CPUx Exception Exit Timer Load Value
CPU2_TPS_EXTIM_EXIT_CVAL 0xF885E44C          CPUx Exception Exit Timer Current Value
CPU2_TPS_EXTIM_CLASS_EN 0xF885E450          CPUx Exception Timer Class Enable Register
CPU2_TPS_EXTIM_STAT 0xF885E454          CPUx Exception Timer Status Register
CPU2_TPS_EXTIM_FCX 0xF885E458          CPUx Exception Timer FCX Register
CPU2_TR0EVT     0xF885F000          CPUx Trigger Event 0
CPU2_TR0ADR     0xF885F004          CPUx Trigger Address 0
CPU2_TR1EVT     0xF885F008          CPUx Trigger Event 1
CPU2_TR1ADR     0xF885F00C          CPUx Trigger Address 1
CPU2_TR2EVT     0xF885F010          CPUx Trigger Event 2
CPU2_TR2ADR     0xF885F014          CPUx Trigger Address 2
CPU2_TR3EVT     0xF885F018          CPUx Trigger Event 3
CPU2_TR3ADR     0xF885F01C          CPUx Trigger Address 3
CPU2_TR4EVT     0xF885F020          CPUx Trigger Event 4
CPU2_TR4ADR     0xF885F024          CPUx Trigger Address 4
CPU2_TR5EVT     0xF885F028          CPUx Trigger Event 5
CPU2_TR5ADR     0xF885F02C          CPUx Trigger Address 5
CPU2_TR6EVT     0xF885F030          CPUx Trigger Event 6
CPU2_TR6ADR     0xF885F034          CPUx Trigger Address 6
CPU2_TR7EVT     0xF885F038          CPUx Trigger Event 7
CPU2_TR7ADR     0xF885F03C          CPUx Trigger Address 7
CPU2_CCTRL      0xF885FC00          CPUx Counter Control
CPU2_CCNT       0xF885FC04          CPUx CPU Clock Cycle Count
CPU2_ICNT       0xF885FC08          CPUx Instruction Count
CPU2_M1CNT      0xF885FC0C          CPUx Multi-Count Register 1
CPU2_M2CNT      0xF885FC10          CPUx Multi-Count Register 2
CPU2_M3CNT      0xF885FC14          CPUx Multi-Count Register 3
CPU2_DBGSR      0xF885FD00          CPUx Debug Status Register
CPU2_EXEVT      0xF885FD08          CPUx External Event Register
CPU2_CREVT      0xF885FD0C          CPUx Core Register Access Event
CPU2_SWEVT      0xF885FD10          CPUx Software Debug Event
CPU2_TRIG_ACC   0xF885FD30          CPUx TriggerAddressx
CPU2_DMS        0xF885FD40          CPUx Debug Monitor Start Address
CPU2_DCX        0xF885FD44          CPUx Debug Context Save Area Pointer
CPU2_DBGTCR     0xF885FD48          CPUx Debug Trap Control Register
CPU2_PCXI       0xF885FE00          CPUx Previous Context Information Register
CPU2_PSW        0xF885FE04          CPUx Program Status Word
CPU2_PC         0xF885FE08          CPUx Program Counter
CPU2_SYSCON     0xF885FE14          CPUx System Configuration Register
CPU2_CPU_ID     0xF885FE18          CPUx Identification Register TC1.6.2P
CPU2_CORE_ID    0xF885FE1C          CPUx Core Identification Register
CPU2_BIV        0xF885FE20          CPUx Base Interrupt Vector Table Pointer
CPU2_BTV        0xF885FE24          CPUx Base Trap Vector Table Pointer
CPU2_ISP        0xF885FE28          CPUx Interrupt Stack Pointer
CPU2_ICR        0xF885FE2C          CPUx Interrupt Control Register
CPU2_FCX        0xF885FE38          CPUx Free CSA List Head Pointer
CPU2_LCX        0xF885FE3C          CPUx Free CSA List Limit Pointer
CPU2_CUS_ID     0xF885FE50          CPUx Customer ID register
CPU2_D0         0xF885FF00          Data Register 0
CPU2_D1         0xF885FF04          Data Register 1
CPU2_D2         0xF885FF08          Data Register 2
CPU2_D3         0xF885FF0C          Data Register 3
CPU2_D4         0xF885FF10          Data Register 4
CPU2_D5         0xF885FF14          Data Register 5
CPU2_D6         0xF885FF18          Data Register 6
CPU2_D7         0xF885FF1C          Data Register 7
CPU2_D8         0xF885FF20          Data Register 8
CPU2_D9         0xF885FF24          Data Register 9
CPU2_D10        0xF885FF28          Data Register 10
CPU2_D11        0xF885FF2C          Data Register 11
CPU2_D12        0xF885FF30          Data Register 12
CPU2_D13        0xF885FF34          Data Register 13
CPU2_D14        0xF885FF38          Data Register 14
CPU2_D15        0xF885FF3C          Data Register 15
CPU2_A0         0xF885FF80          Address Register 0
CPU2_A1         0xF885FF84          Address Register 1
CPU2_A2         0xF885FF88          Address Register 2
CPU2_A3         0xF885FF8C          Address Register 3
CPU2_A4         0xF885FF90          Address Register 4
CPU2_A5         0xF885FF94          Address Register 5
CPU2_A6         0xF885FF98          Address Register 6
CPU2_A7         0xF885FF9C          Address Register 7
CPU2_A8         0xF885FFA0          Address Register 8
CPU2_A9         0xF885FFA4          Address Register 9
CPU2_A10        0xF885FFA8          Address Register 10
CPU2_A11        0xF885FFAC          Address Register 11
CPU2_A12        0xF885FFB0          Address Register 12
CPU2_A13        0xF885FFB4          Address Register 13
CPU2_A14        0xF885FFB8          Address Register 14
CPU2_A15        0xF885FFBC          Address Register 15
EBCU_ID         0xFA000108          Module Identification Register
EBCU_CON        0xFA000110          BCU Control Register
EBCU_PRIOH      0xFA000114          Arbiter Priority Register High
EBCU_PRIOL      0xFA000118          Arbiter Priority Register Low
EBCU_ECON       0xFA000120          BCU Error Control Capture Register
EBCU_EADD       0xFA000124          BCU Error Address Capture Register
EBCU_EDAT       0xFA000128          BCU Error Data Capture Register
EBCU_DBCNTL     0xFA000130          BCU Debug Control Register
EBCU_DBGRNT     0xFA000134          EBCU Debug Grant Mask Register
EBCU_DBADR1     0xFA000138          BCU Debug Address 1 Register
EBCU_DBADR2     0xFA00013C          BCU Debug Address 2 Register
EBCU_DBBOS      0xFA000140          BCU Debug Bus Operation Signals Register
EBCU_DBGNTT     0xFA000144          EBCU Debug Trapped Master Register
EBCU_DBADRT     0xFA000148          BCU Debug Trapped Address Register
EBCU_DBBOST     0xFA00014C          BCU Debug Trapped Bus Operation Signals Register
EBCU_DBDAT      0xFA000150          BCU Debug Data Status Register
EBCU_ALSTAT0    0xFA000160          BCU EDC Alarm Status Register 0
EBCU_ALSTAT1    0xFA000164          BCU EDC Alarm Status Register 1
EBCU_ALSTAT2    0xFA000168          BCU EDC Alarm Status Register 2
EBCU_ALSTAT3    0xFA00016C          BCU EDC Alarm Status Register 3
EBCU_ALCLR0     0xFA000170          BCU EDC Alarm Clear Register 0
EBCU_ALCLR1     0xFA000174          BCU EDC Alarm Clear Register 1
EBCU_ALCLR2     0xFA000178          BCU EDC Alarm Clear Register 2
EBCU_ALCLR3     0xFA00017C          BCU EDC Alarm Clear Register 3
EBCU_ALCTRL     0xFA000180          BCU EDC Alarm Control Register
EBCU_FEGEN      0xFA000184          FPI Error Generation Control Register
EBCU_ACCEN1     0xFA0001F8          Access Enable Register 1
EBCU_ACCEN0     0xFA0001FC          Access Enable Register 0
CIF_BBB_CLC     0xFA001F00          Clock Control Register
CIF_BBB_MODID   0xFA001F04          Module Identification Register
CIF_BBB_GPCTL   0xFA001F08          General Purpose Control Register
CIF_BBB_ACCEN0  0xFA001F0C          Access Enable Register 0
CIF_BBB_ACCEN1  0xFA001F10          Access Enable Register 1
CIF_BBB_KRST0   0xFA001F14          Kernel Reset Register 0
CIF_BBB_KRST1   0xFA001F18          Kernel Reset Register 1
CIF_BBB_KRSTCLR 0xFA001F1C          Kernel Reset Status Clear Register
CIF_CCL         0xFA002000          Clock Control Register
CIF_ID          0xFA002008          CIF Revision Identification Register
CIF_ICCL        0xFA002010          CIF Internal Clock Control Register
CIF_IRCL        0xFA002014          CIF Internal Reset Control Register
CIF_DPCL        0xFA002018          CIF Data Path Control Register
CIF_ISP_CTRL    0xFA002400          ISP Global Control Register
CIF_ISP_ACQ_PROP 0xFA002404          ISP Acquisition Properties Register
CIF_ISP_ACQ_H_OFFS 0xFA002408          ISP Acquisition Horizontal Offset Register
CIF_ISP_ACQ_V_OFFS 0xFA00240C          ISP Acquistion Vertical Offset Register
CIF_ISP_ACQ_H_SIZE 0xFA002410          ISP Acquisition Horizontal Size Register
CIF_ISP_ACQ_V_SIZE 0xFA002414          ISP Acquisition Vertical Size Register
CIF_ISP_ACQ_NR_FRAMES 0xFA002418          ISP Acquisition Number of Frames Register
CIF_ISP_OUT_H_OFFS 0xFA002594          ISP Output Window Horizontal Offset Register
CIF_ISP_OUT_V_OFFS 0xFA002598          ISP Output Window Vertical Offset Register
CIF_ISP_OUT_H_SIZE 0xFA00259C          ISP Output Horizontal Picture Size Register
CIF_ISP_OUT_V_SIZE 0xFA0025A0          ISP Output Vertical Picture Size Register
CIF_ISP_FLAGS_SHD 0xFA0025A8          ISP Shadow Flags Register
CIF_ISP_OUT_H_OFFS_SHD 0xFA0025AC          ISP Output Window Horizontal Offset Shadow Register
CIF_ISP_OUT_V_OFFS_SHD 0xFA0025B0          ISP Output Window Vertical Offset Shadow Register
CIF_ISP_OUT_H_SIZE_SHD 0xFA0025B4          ISP Output Horizontal Picture Size Shadow Register
CIF_ISP_OUT_V_SIZE_SHD 0xFA0025B8          ISP Output Vertical Picture Size Shadow Register
CIF_ISP_IMSC    0xFA0025BC          ISP Interrupt Mask Register
CIF_ISP_RIS     0xFA0025C0          ISP Raw Interrupt Status Register
CIF_ISP_MIS     0xFA0025C4          ISP Masked Interrupt Status Register
CIF_ISP_ICR     0xFA0025C8          ISP Interrupt Clear Register
CIF_ISP_ISR     0xFA0025CC          ISP Interrupt Set Register
CIF_ISP_ERR     0xFA00263C          ISP Error Register
CIF_ISP_ERR_CLR 0xFA002640          ISP Error Clear Register
CIF_ISP_FRAME_COUNT 0xFA002644          ISP Frame Counter Register
CIF_MI_CTRL     0xFA003400          Memory Interface Global Control Register
CIF_MI_INIT     0xFA003404          Memory Interface Control Register For Address Init And Skip Function Register
CIF_MI_MP_Y_BASE_AD_INIT 0xFA003408          Memory Interface Base Address For Main Picture Y Component, JPEG or RAW Data Register
CIF_MI_MP_Y_SIZE_INIT 0xFA00340C          Memory Interface Size of main picture Y component, JPEG or RAW data Register
CIF_MI_MP_Y_OFFS_CNT_INIT 0xFA003410          Memory Interface Offset Counter Init Value For Main Picture Y, JPEG or RAW Data Register
CIF_MI_MP_Y_OFFS_CNT_START 0xFA003414          Memory Interface Offset Counter Start Value For Main Picture Y, JPEG or RAW Data Register
CIF_MI_MP_Y_IRQ_OFFS_INIT 0xFA003418          Memory Interface Fill Level Interrupt Offset Value For Main Picture Y, JPEG or RAW Data Register
CIF_MI_MP_CB_BASE_AD_INIT 0xFA00341C          Memory Interface Base Address For Main Picture Cb Component Ring Buffer Register
CIF_MI_MP_CB_SIZE_INIT 0xFA003420          Memory Interface Size Of Main Picture Cb Component Ring Buffer Register
CIF_MI_MP_CB_OFFS_CNT_INIT 0xFA003424          Memory Interface Offset Counter Init Value For Main Picture Cb Component Ring Buffer Register
CIF_MI_MP_CB_OFFS_CNT_START 0xFA003428          Memory Interface Offset Counter Start Value For Main Picture Cb Component Ring Buffer Register
CIF_MI_MP_CR_BASE_AD_INIT 0xFA00342C          Memory Interface Base Address For Main Picture Cr Component Ring Buffer Register
CIF_MI_MP_CR_SIZE_INIT 0xFA003430          Memory Interface Size Of Main Picture Cr Component Ring Buffer Register
CIF_MI_MP_CR_OFFS_CNT_INIT 0xFA003434          Memory Interface Offset Counter Init value For Main Picture Cr Component Ring Buffer Register
CIF_MI_MP_CR_OFFS_CNT_START 0xFA003438          Memory Interface Offset Counter Start Value For Main Picture Cr Component Ring Buffer Register
CIF_MI_BYTE_CNT 0xFA003470          Memory Interface Counter Value of JPEG or RAW Data Bytes Register
CIF_MI_CTRL_SHD 0xFA003474          Memory Interface Global Control Internal Shadow Register
CIF_MI_MP_Y_BASE_AD_SHD 0xFA003478          Memory Interface Base Address Shadow Register For Main Picture Y Component, JPEG Register
CIF_MI_MP_Y_SIZE_SHD 0xFA00347C          Memory Interface Size Shadow Register of Main Picture Y Component,JPEG or RAW Data Register
CIF_MI_MP_Y_OFFS_CNT_SHD 0xFA003480          Memory Interface Current Offset Counter of Main Picture Y Component JPEG or RAW Register
CIF_MI_MP_Y_IRQ_OFFS_SHD 0xFA003484          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Main Picture Y Register
CIF_MI_MP_CB_BASE_AD_SHD 0xFA003488          Memory Interface Base Address Shadow Register For Main Picture Cb Component Ring Register
CIF_MI_MP_CB_SIZE_SHD 0xFA00348C          Memory Interface Size Shadow Register Of Main Picture Cb Component Ring Buffer Register
CIF_MI_MP_CB_OFFS_CNT_SHD 0xFA003490          Memory Interface Current Offset Counter Of Main Picture Cb Component Ring Buffer Register
CIF_MI_MP_CR_BASE_AD_SHD 0xFA003494          Memory Interface Base Address Shadow Register For Main Picture Cr Component Ring Register
CIF_MI_MP_CR_SIZE_SHD 0xFA003498          Memory Interface Size Shadow Register Of Main Picture Cr Component Ring Buffer Register
CIF_MI_MP_CR_OFFS_CNT_SHD 0xFA00349C          Memory Interface Current Offset Counter Of Main Picture Cr Component Ring Buffer Register
CIF_MI_IMSC     0xFA0034F8          MI Interrupt Mask ?1? interrupt active ?0? interrupt masked
CIF_MI_RIS      0xFA0034FC          MI Raw Interrupt Status Register
CIF_MI_MIS      0xFA003500          MI Masked Interrupt Status Registe
CIF_MI_ICR      0xFA003504          MI Interrupt Clear Register
CIF_MI_ISR      0xFA003508          MI Interrupt Set Register
CIF_MI_STATUS   0xFA00350C          MI Status Register
CIF_MI_STATUS_CLR 0xFA003510          MI Status Clear Register
CIF_JPE_GEN_HEADER 0xFA003800          JPE Command To Start Stream Header Generation Register
CIF_JPE_ENCODE  0xFA003804          JPE Start Command To Start JFIF Stream Encoding Register
CIF_JPE_INIT    0xFA003808          JPE Automatic Configuration Update Register
CIF_JPE_Y_SCALE_EN 0xFA00380C          JPE Y Value Scaling Control Register
CIF_JPE_CBCR_SCALE_EN 0xFA003810          JPE Cb/Cr Value Scaling Control Register
CIF_JPE_TABLE_FLUSH 0xFA003814          JPE Header Generation Debug Register
CIF_JPE_ENC_HSIZE 0xFA003818          JPEG Codec Horizontal Image Size For Encoding Register
CIF_JPE_ENC_VSIZE 0xFA00381C          JPEG Codec Vertical Image Size For Encoding Register
CIF_JPE_PIC_FORMAT 0xFA003820          JPEG Picture Encoding Format Register
CIF_JPE_RESTART_INTERVAL 0xFA003824          JPE Restart Marker Insertion Register
CIF_JPE_TQ_Y_SELECT 0xFA003828          Q- table Selector 0, Quant. Table For Y Component
CIF_JPE_TQ_U_SELECT 0xFA00382C          Q- table Selector 1, Quant. Table For U Component
CIF_JPE_TQ_V_SELECT 0xFA003830          Q- table Selector 2 Quant Table For V Component
CIF_JPE_DC_TABLE_SELECT 0xFA003834          JPE Huffman Table Selector For DC Values Register
CIF_JPE_AC_TABLE_SELECT 0xFA003838          JPE Huffman Table Selector For AC Values Register
CIF_JPE_TABLE_DATA 0xFA00383C          JPE Table Programming Register
CIF_JPE_TABLE_ID 0xFA003840          JPE Table Programming Select Register
CIF_JPE_TAC0_LEN 0xFA003844          JPE Huffman AC Table 0 Length Register
CIF_JPE_TDC0_LEN 0xFA003848          JPE Huffman DC Table 0 Length Register
CIF_JPE_TAC1_LEN 0xFA00384C          JPE Huffman AC Table 1 Length Register
CIF_JPE_TDC1_LEN 0xFA003850          JPE Huffman DC Table 1 Length Register
CIF_JPE_ENCODER_BUSY 0xFA003858          JPE Encoder Status Flag Register
CIF_JPE_HEADER_MODE 0xFA00385C          JPE Header Mode Definition Register
CIF_JPE_ENCODE_MODE 0xFA003860          JPE Encode Mode Register
CIF_JPE_DEBUG   0xFA003864          JPE Debug Information Register
CIF_JPE_ERROR_IMR 0xFA003868          JPE Error Interrupt Mask Register
CIF_JPE_ERROR_RIS 0xFA00386C          JPE Error Raw Interrupt Status Register
CIF_JPE_ERROR_MIS 0xFA003870          JPE Error Masked Interrupt Status Register
CIF_JPE_ERROR_ICR 0xFA003874          JPE Error Interrupt Clear Register
CIF_JPE_ERROR_ISR 0xFA003878          JPE Error Interrupt Set Register
CIF_JPE_STATUS_IMR 0xFA00387C          JPEG Status Interrupt Mask Register
CIF_JPE_STATUS_RIS 0xFA003880          JPEG Status Raw Interrupt Status Register
CIF_JPE_STATUS_MIS 0xFA003884          JPEG Status Masked Interrupt Status Register
CIF_JPE_STATUS_ICR 0xFA003888          JPEG Status Interrupt Clear Register
CIF_JPE_STATUS_ISR 0xFA00388C          JPEG Status Interrupt Set Register
CIF_ISPIS_CTRL  0xFA004300          ISP Image Stabilization Control Register
CIF_ISPIS_RECENTER 0xFA004304          ISP Image Stabilization Recenter Register
CIF_ISPIS_H_OFFS 0xFA004308          ISP Image Stabilization Horizontal Offset Of Output Window Register
CIF_ISPIS_V_OFFS 0xFA00430C          ISP Image Stabilization Vertical Offset Of Output Window Register
CIF_ISPIS_H_SIZE 0xFA004310          ISP Image Stabilization Output Horizontal Picture Size Register
CIF_ISPIS_V_SIZE 0xFA004314          ISP Image Stabilization Output Vertical Picture Size Register
CIF_ISPIS_MAX_DX 0xFA004318          ISP Image Stabilization Maximum Horizontal Displacement Register
CIF_ISPIS_MAX_DY 0xFA00431C          ISP Image Stabilization Maximum Vertical Displacement Register
CIF_ISPIS_DISPLACE 0xFA004320          ISP Image Stabilization Camera Displacement Register
CIF_ISPIS_H_OFFS_SHD 0xFA004324          ISP Image Current Horizontal Offset Of Output Window Shadow Register
CIF_ISPIS_V_OFFS_SHD 0xFA004328          ISP Image Current Vertical Offset Of Output Window Shadow Register
CIF_ISPIS_H_SIZE_SHD 0xFA00432C          ISP Image Current Output Horizontal Picture Size Shadow Register
CIF_ISPIS_V_SIZE_SHD 0xFA004330          ISP Image Current Output Vertical Picture Size Shadow Register
CIF_WD_CTRL     0xFA004400          Watchdog Control Register
CIF_WD_V_TIMEOUT 0xFA004404          Watchdog Vertical Timeout Register
CIF_WD_H_TIMEOUT 0xFA004408          Watchdog Horizontal Timeout Register
CIF_WD_IMSC     0xFA00440C          Watchdog Interrupt Mask Register
CIF_WD_RIS      0xFA004410          Watchdog Raw Interrupt Status Register
CIF_WD_MIS      0xFA004414          Watchdog Masked Interrupt Status Register
CIF_WD_ICR      0xFA004418          Watchdog Interrupt Clear Register
CIF_WD_ISR      0xFA00441C          Watchdog Interrupt Set Register
CIF_LDS_CTRL    0xFA004500          Linear Downscaler Control Register
CIF_LDS_FAC     0xFA004504          Linear Downscaler Factor Register
CIF_DP_CTRL     0xFA004700          Debug Path Control Register
CIF_DP_PDIV_CTRL 0xFA004704          Debug Path Predivider Control Register
CIF_DP_FLC_STAT 0xFA004708          Debug Path Frame/Line Counter Status Register
CIF_DP_PDIV_STAT 0xFA00470C          Debug Path Predivider Counter Status Register
CIF_DP_TSC_STAT 0xFA004710          Debug Path Timestamp Counter Status Register
CIF_DP_UDS_0    0xFA004714          Debug Path User Defined Symbol 0 Register
CIF_DP_UDS_1    0xFA004718          Debug Path User Defined Symbol 1 Register
CIF_DP_UDS_2    0xFA00471C          Debug Path User Defined Symbol 2 Register
CIF_DP_UDS_3    0xFA004720          Debug Path User Defined Symbol 3 Register
CIF_DP_UDS_4    0xFA004724          Debug Path User Defined Symbol 4 Register
CIF_DP_UDS_5    0xFA004728          Debug Path User Defined Symbol 5 Register
CIF_DP_UDS_6    0xFA00472C          Debug Path User Defined Symbol 6 Register
CIF_DP_UDS_7    0xFA004730          Debug Path User Defined Symbol 7 Register
CIF_EP_0_IC_CTRL 0xFA004900          Extra Path 0 Image Cropping Control Register
CIF_EP_0_IC_RECENTER 0xFA004904          Extra Path 0 Image Cropping Recenter Register
CIF_EP_0_IC_H_OFFS 0xFA004908          Extra Path 0 Image Cropping Horizontal Offset of Output Window Register
CIF_EP_0_IC_V_OFFS 0xFA00490C          Extra Path 0 Image Cropping Vertical Offset Of Output Window Register
CIF_EP_0_IC_H_SIZE 0xFA004910          Extra Path 0 Image Cropping Output Horizontal Picture Size Register
CIF_EP_0_IC_V_SIZE 0xFA004914          Extra Path 0 Image Cropping Output Vertical Picture Size Register
CIF_EP_0_IC_MAX_DX 0xFA004918          Extra Path 0 Image Cropping Maximum Horizontal Displacement Register
CIF_EP_0_IC_MAX_DY 0xFA00491C          Extra Path 0 Image Cropping Maximum Vertical Displacement Register
CIF_EP_0_IC_DISPLACE 0xFA004920          Extra Path 0 Image Cropping Camera Displacement Register
CIF_EP_0_IC_H_OFFS_SHD 0xFA004924          Extra Path 0 Image Cropping Current Horizontal Offset of Output Window Shadow Register
CIF_EP_0_IC_V_OFFS_SHD 0xFA004928          Extra Path 0 Image Cropping Current Vertical Offset Of Output Window Shadow Register
CIF_EP_0_IC_H_SIZE_SHD 0xFA00492C          Extra Path 0 Image Cropping Current Output Horizontal Picture Size Shadow Register
CIF_EP_0_IC_V_SIZE_SHD 0xFA004930          Extra Path 0 Image Cropping Current Output Vertical Picture Size Shadow Register
CIF_EP_1_IC_CTRL 0xFA004A00          Extra Path 1 Image Cropping Control Register
CIF_EP_1_IC_RECENTER 0xFA004A04          Extra Path 1 Image Cropping Recenter Register
CIF_EP_1_IC_H_OFFS 0xFA004A08          Extra Path 1 Image Cropping Horizontal Offset of Output Window Register
CIF_EP_1_IC_V_OFFS 0xFA004A0C          Extra Path 1 Image Cropping Vertical Offset Of Output Window Register
CIF_EP_1_IC_H_SIZE 0xFA004A10          Extra Path 1 Image Cropping Output Horizontal Picture Size Register
CIF_EP_1_IC_V_SIZE 0xFA004A14          Extra Path 1 Image Cropping Output Vertical Picture Size Register
CIF_EP_1_IC_MAX_DX 0xFA004A18          Extra Path 1 Image Cropping Maximum Horizontal Displacement Register
CIF_EP_1_IC_MAX_DY 0xFA004A1C          Extra Path 1 Image Cropping Maximum Vertical Displacement Register
CIF_EP_1_IC_DISPLACE 0xFA004A20          Extra Path 1 Image Cropping Camera Displacement Register
CIF_EP_1_IC_H_OFFS_SHD 0xFA004A24          Extra Path 1 Image Cropping Current Horizontal Offset of Output Window Shadow Register
CIF_EP_1_IC_V_OFFS_SHD 0xFA004A28          Extra Path 1 Image Cropping Current Vertical Offset Of Output Window Shadow Register
CIF_EP_1_IC_H_SIZE_SHD 0xFA004A2C          Extra Path 1 Image Cropping Current Output Horizontal Picture Size Shadow Register
CIF_EP_1_IC_V_SIZE_SHD 0xFA004A30          Extra Path 1 Image Cropping Current Output Vertical Picture Size Shadow Register
CIF_EP_2_IC_CTRL 0xFA004B00          Extra Path 2 Image Cropping Control Register
CIF_EP_2_IC_RECENTER 0xFA004B04          Extra Path 2 Image Cropping Recenter Register
CIF_EP_2_IC_H_OFFS 0xFA004B08          Extra Path 2 Image Cropping Horizontal Offset of Output Window Register
CIF_EP_2_IC_V_OFFS 0xFA004B0C          Extra Path 2 Image Cropping Vertical Offset Of Output Window Register
CIF_EP_2_IC_H_SIZE 0xFA004B10          Extra Path 2 Image Cropping Output Horizontal Picture Size Register
CIF_EP_2_IC_V_SIZE 0xFA004B14          Extra Path 2 Image Cropping Output Vertical Picture Size Register
CIF_EP_2_IC_MAX_DX 0xFA004B18          Extra Path 2 Image Cropping Maximum Horizontal Displacement Register
CIF_EP_2_IC_MAX_DY 0xFA004B1C          Extra Path 2 Image Cropping Maximum Vertical Displacement Register
CIF_EP_2_IC_DISPLACE 0xFA004B20          Extra Path 2 Image Cropping Camera Displacement Register
CIF_EP_2_IC_H_OFFS_SHD 0xFA004B24          Extra Path 2 Image Cropping Current Horizontal Offset of Output Window Shadow Register
CIF_EP_2_IC_V_OFFS_SHD 0xFA004B28          Extra Path 2 Image Cropping Current Vertical Offset Of Output Window Shadow Register
CIF_EP_2_IC_H_SIZE_SHD 0xFA004B2C          Extra Path 2 Image Cropping Current Output Horizontal Picture Size Shadow Register
CIF_EP_2_IC_V_SIZE_SHD 0xFA004B30          Extra Path 2 Image Cropping Current Output Vertical Picture Size Shadow Register
CIF_EP_3_IC_CTRL 0xFA004C00          Extra Path 3 Image Cropping Control Register
CIF_EP_3_IC_RECENTER 0xFA004C04          Extra Path 3 Image Cropping Recenter Register
CIF_EP_3_IC_H_OFFS 0xFA004C08          Extra Path 3 Image Cropping Horizontal Offset of Output Window Register
CIF_EP_3_IC_V_OFFS 0xFA004C0C          Extra Path 3 Image Cropping Vertical Offset Of Output Window Register
CIF_EP_3_IC_H_SIZE 0xFA004C10          Extra Path 3 Image Cropping Output Horizontal Picture Size Register
CIF_EP_3_IC_V_SIZE 0xFA004C14          Extra Path 3 Image Cropping Output Vertical Picture Size Register
CIF_EP_3_IC_MAX_DX 0xFA004C18          Extra Path 3 Image Cropping Maximum Horizontal Displacement Register
CIF_EP_3_IC_MAX_DY 0xFA004C1C          Extra Path 3 Image Cropping Maximum Vertical Displacement Register
CIF_EP_3_IC_DISPLACE 0xFA004C20          Extra Path 3 Image Cropping Camera Displacement Register
CIF_EP_3_IC_H_OFFS_SHD 0xFA004C24          Extra Path 3 Image Cropping Current Horizontal Offset of Output Window Shadow Register
CIF_EP_3_IC_V_OFFS_SHD 0xFA004C28          Extra Path 3 Image Cropping Current Vertical Offset Of Output Window Shadow Register
CIF_EP_3_IC_H_SIZE_SHD 0xFA004C2C          Extra Path 3 Image Cropping Current Output Horizontal Picture Size Shadow Register
CIF_EP_3_IC_V_SIZE_SHD 0xFA004C30          Extra Path 3 Image Cropping Current Output Vertical Picture Size Shadow Register
CIF_EP_4_IC_CTRL 0xFA004D00          Extra Path 4 Image Cropping Control Register
CIF_EP_4_IC_RECENTER 0xFA004D04          Extra Path 4 Image Cropping Recenter Register
CIF_EP_4_IC_H_OFFS 0xFA004D08          Extra Path 4 Image Cropping Horizontal Offset of Output Window Register
CIF_EP_4_IC_V_OFFS 0xFA004D0C          Extra Path 4 Image Cropping Vertical Offset Of Output Window Register
CIF_EP_4_IC_H_SIZE 0xFA004D10          Extra Path 4 Image Cropping Output Horizontal Picture Size Register
CIF_EP_4_IC_V_SIZE 0xFA004D14          Extra Path 4 Image Cropping Output Vertical Picture Size Register
CIF_EP_4_IC_MAX_DX 0xFA004D18          Extra Path 4 Image Cropping Maximum Horizontal Displacement Register
CIF_EP_4_IC_MAX_DY 0xFA004D1C          Extra Path 4 Image Cropping Maximum Vertical Displacement Register
CIF_EP_4_IC_DISPLACE 0xFA004D20          Extra Path 4 Image Cropping Camera Displacement Register
CIF_EP_4_IC_H_OFFS_SHD 0xFA004D24          Extra Path 4 Image Cropping Current Horizontal Offset of Output Window Shadow Register
CIF_EP_4_IC_V_OFFS_SHD 0xFA004D28          Extra Path 4 Image Cropping Current Vertical Offset Of Output Window Shadow Register
CIF_EP_4_IC_H_SIZE_SHD 0xFA004D2C          Extra Path 4 Image Cropping Current Output Horizontal Picture Size Shadow Register
CIF_EP_4_IC_V_SIZE_SHD 0xFA004D30          Extra Path 4 Image Cropping Current Output Vertical Picture Size Shadow Register
CIF_MIEP_STA_ERR 0xFA005400          Extra Path Error Register
CIF_MIEP_STA_ERR_CLR 0xFA005404          Extra Path Status Error Clear Register
CIF_MIEP_IMSC   0xFA005408          MI Extra Path Interrupt Mask ?1?: interrupt active, ?0?: interrupt masked
CIF_MIEP_RIS    0xFA00540C          MI Extra Path Raw Interrupt Status Register
CIF_MIEP_MIS    0xFA005410          MI Extra Path Masked Interrupt Status Register
CIF_MIEP_ICR    0xFA005414          MI Extra Path Interrupt Clear Register
CIF_MIEP_ISR    0xFA005418          MI Extra Path Interrupt Set Register
CIF_MIEP_0_CTRL 0xFA005500          Memory Interface Extra Path 0 Control Register
CIF_MIEP_0_INIT 0xFA005504          Memory Interface Extra Path 0 Control Register For Address Init And Skip Function Register
CIF_MIEP_0_BASE_AD_INIT 0xFA005508          Memory Interface Base Address for Extra Path 0 Data Buffer Register
CIF_MIEP_0_SIZE_INIT 0xFA00550C          Memory Interface Size of Extra Path 0 Data Buffer Register
CIF_MIEP_0_OFFS_CNT_INIT 0xFA005510          Memory Interface Offset Counter Init Value For Extra Path 0 Buffer Register
CIF_MIEP_0_OFFS_CNT_START 0xFA005514          Memory Interface Offset Counter Start Value for Extra Path 0 Register
CIF_MIEP_0_IRQ_OFFS_INIT 0xFA005518          Memory Interface Fill Level Interrupt Offset Value For Extra Path Data Register
CIF_MIEP_0_CTRL_SHD 0xFA00551C          Memory Interface Extra Path 0 Control Internal Shadow Register
CIF_MIEP_0_BASE_AD_SHD 0xFA005520          Memory Interface Base Address Shadow Register for Extra Path 0 Buffer Register
CIF_MIEP_0_SIZE_SHD 0xFA005524          Memory Interface Size Shadow Register of Extra Path 0 Buffer Register
CIF_MIEP_0_OFFS_CNT_SHD 0xFA005528          Memory Interface Current Offset Counter of Extra Path 0 Buffer Register
CIF_MIEP_0_IRQ_OFFS_SHD 0xFA00552C          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Extra Path 0 Register
CIF_MIEP_1_CTRL 0xFA005600          Memory Interface Extra Path 1 Control Register
CIF_MIEP_1_INIT 0xFA005604          Memory Interface Extra Path 1 Control Register For Address Init And Skip Function Register
CIF_MIEP_1_BASE_AD_INIT 0xFA005608          Memory Interface Base Address for Extra Path 1 Data Buffer Register
CIF_MIEP_1_SIZE_INIT 0xFA00560C          Memory Interface Size of Extra Path 1 Data Buffer Register
CIF_MIEP_1_OFFS_CNT_INIT 0xFA005610          Memory Interface Offset Counter Init Value For Extra Path 1 Buffer Register
CIF_MIEP_1_OFFS_CNT_START 0xFA005614          Memory Interface Offset Counter Start Value for Extra Path 1 Register
CIF_MIEP_1_IRQ_OFFS_INIT 0xFA005618          Memory Interface Fill Level Interrupt Offset Value For Extra Path Data Register
CIF_MIEP_1_CTRL_SHD 0xFA00561C          Memory Interface Extra Path 1 Control Internal Shadow Register
CIF_MIEP_1_BASE_AD_SHD 0xFA005620          Memory Interface Base Address Shadow Register for Extra Path 1 Buffer Register
CIF_MIEP_1_SIZE_SHD 0xFA005624          Memory Interface Size Shadow Register of Extra Path 1 Buffer Register
CIF_MIEP_1_OFFS_CNT_SHD 0xFA005628          Memory Interface Current Offset Counter of Extra Path 1 Buffer Register
CIF_MIEP_1_IRQ_OFFS_SHD 0xFA00562C          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Extra Path 1 Register
CIF_MIEP_2_CTRL 0xFA005700          Memory Interface Extra Path 2 Control Register
CIF_MIEP_2_INIT 0xFA005704          Memory Interface Extra Path 2 Control Register For Address Init And Skip Function Register
CIF_MIEP_2_BASE_AD_INIT 0xFA005708          Memory Interface Base Address for Extra Path 2 Data Buffer Register
CIF_MIEP_2_SIZE_INIT 0xFA00570C          Memory Interface Size of Extra Path 2 Data Buffer Register
CIF_MIEP_2_OFFS_CNT_INIT 0xFA005710          Memory Interface Offset Counter Init Value For Extra Path 2 Buffer Register
CIF_MIEP_2_OFFS_CNT_START 0xFA005714          Memory Interface Offset Counter Start Value for Extra Path 2 Register
CIF_MIEP_2_IRQ_OFFS_INIT 0xFA005718          Memory Interface Fill Level Interrupt Offset Value For Extra Path Data Register
CIF_MIEP_2_CTRL_SHD 0xFA00571C          Memory Interface Extra Path 2 Control Internal Shadow Register
CIF_MIEP_2_BASE_AD_SHD 0xFA005720          Memory Interface Base Address Shadow Register for Extra Path 2 Buffer Register
CIF_MIEP_2_SIZE_SHD 0xFA005724          Memory Interface Size Shadow Register of Extra Path 2 Buffer Register
CIF_MIEP_2_OFFS_CNT_SHD 0xFA005728          Memory Interface Current Offset Counter of Extra Path 2 Buffer Register
CIF_MIEP_2_IRQ_OFFS_SHD 0xFA00572C          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Extra Path 2 Register
CIF_MIEP_3_CTRL 0xFA005800          Memory Interface Extra Path 3 Control Register
CIF_MIEP_3_INIT 0xFA005804          Memory Interface Extra Path 3 Control Register For Address Init And Skip Function Register
CIF_MIEP_3_BASE_AD_INIT 0xFA005808          Memory Interface Base Address for Extra Path 3 Data Buffer Register
CIF_MIEP_3_SIZE_INIT 0xFA00580C          Memory Interface Size of Extra Path 3 Data Buffer Register
CIF_MIEP_3_OFFS_CNT_INIT 0xFA005810          Memory Interface Offset Counter Init Value For Extra Path 3 Buffer Register
CIF_MIEP_3_OFFS_CNT_START 0xFA005814          Memory Interface Offset Counter Start Value for Extra Path 3 Register
CIF_MIEP_3_IRQ_OFFS_INIT 0xFA005818          Memory Interface Fill Level Interrupt Offset Value For Extra Path Data Register
CIF_MIEP_3_CTRL_SHD 0xFA00581C          Memory Interface Extra Path 3 Control Internal Shadow Register
CIF_MIEP_3_BASE_AD_SHD 0xFA005820          Memory Interface Base Address Shadow Register for Extra Path 3 Buffer Register
CIF_MIEP_3_SIZE_SHD 0xFA005824          Memory Interface Size Shadow Register of Extra Path 3 Buffer Register
CIF_MIEP_3_OFFS_CNT_SHD 0xFA005828          Memory Interface Current Offset Counter of Extra Path 3 Buffer Register
CIF_MIEP_3_IRQ_OFFS_SHD 0xFA00582C          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Extra Path 3 Register
CIF_MIEP_4_CTRL 0xFA005900          Memory Interface Extra Path 4 Control Register
CIF_MIEP_4_INIT 0xFA005904          Memory Interface Extra Path 4 Control Register For Address Init And Skip Function Register
CIF_MIEP_4_BASE_AD_INIT 0xFA005908          Memory Interface Base Address for Extra Path 4 Data Buffer Register
CIF_MIEP_4_SIZE_INIT 0xFA00590C          Memory Interface Size of Extra Path 4 Data Buffer Register
CIF_MIEP_4_OFFS_CNT_INIT 0xFA005910          Memory Interface Offset Counter Init Value For Extra Path 4 Buffer Register
CIF_MIEP_4_OFFS_CNT_START 0xFA005914          Memory Interface Offset Counter Start Value for Extra Path 4 Register
CIF_MIEP_4_IRQ_OFFS_INIT 0xFA005918          Memory Interface Fill Level Interrupt Offset Value For Extra Path Data Register
CIF_MIEP_4_CTRL_SHD 0xFA00591C          Memory Interface Extra Path 4 Control Internal Shadow Register
CIF_MIEP_4_BASE_AD_SHD 0xFA005920          Memory Interface Base Address Shadow Register for Extra Path 4 Buffer Register
CIF_MIEP_4_SIZE_SHD 0xFA005924          Memory Interface Size Shadow Register of Extra Path 4 Buffer Register
CIF_MIEP_4_OFFS_CNT_SHD 0xFA005928          Memory Interface Current Offset Counter of Extra Path 4 Buffer Register
CIF_MIEP_4_IRQ_OFFS_SHD 0xFA00592C          Memory Interface Shadow Register of Fill Level Interrupt Offset Value For Extra Path 4 Register
EMEM_CLC        0xFA006000          EMEM Core Clock Control Register
EMEM_ID         0xFA006008          EMEM Core Module Identification Register
EMEM_TILECONFIG 0xFA006020          EMEM Core Tile Configuration Register
EMEM_TILECC     0xFA006024          EMEM Core Tile Control Common Memory Register
EMEM_TILECT     0xFA006028          EMEM Core Tile Control Trace Memory Register
EMEM_TILESTATE  0xFA00602C          EMEM Core Tile Status Register
EMEM_SBRCTR     0xFA006034          EMEM Core Standby RAM Control Register
EMEM_ACCEN1     0xFA0060F8          EMEM Core Access Enable Register 1
EMEM_ACCEN0     0xFA0060FC          EMEM Core Access Enable Register 0
EMEMMPU0_CLC    0xFB000000          EMEM Module Clock Control Register
EMEMMPU0_MODID  0xFB000008          EMEM Module ID Register
EMEMMPU0_ACCEN0 0xFB000010          EMEM Module Access Enable Register 0
EMEMMPU0_ACCEN1 0xFB000014          EMEM Module Access Enable Register 1
EMEMMPU0_MEMCON 0xFB000020          EMEM Module Memory Control Register
EMEMMPU0_SCTRL  0xFB000024          EMEM Module Safety Control Register
EMEMMPU0_RGNLA0 0xFB000050          EMEM Module Region 0 Lower Address Register
EMEMMPU0_RGNUA0 0xFB000054          EMEM Module Region 0 Upper Address Register
EMEMMPU0_RGNACCENWA0 0xFB000058          EMEM Module Region 0 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB0 0xFB00005C          EMEM Module Region 0 Write Access Enable Register 1
EMEMMPU0_RGNLA1 0xFB000060          EMEM Module Region 1 Lower Address Register
EMEMMPU0_RGNUA1 0xFB000064          EMEM Module Region 1 Upper Address Register
EMEMMPU0_RGNACCENWA1 0xFB000068          EMEM Module Region 1 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB1 0xFB00006C          EMEM Module Region 1 Write Access Enable Register 1
EMEMMPU0_RGNLA2 0xFB000070          EMEM Module Region 2 Lower Address Register
EMEMMPU0_RGNUA2 0xFB000074          EMEM Module Region 2 Upper Address Register
EMEMMPU0_RGNACCENWA2 0xFB000078          EMEM Module Region 2 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB2 0xFB00007C          EMEM Module Region 2 Write Access Enable Register 1
EMEMMPU0_RGNLA3 0xFB000080          EMEM Module Region 3 Lower Address Register
EMEMMPU0_RGNUA3 0xFB000084          EMEM Module Region 3 Upper Address Register
EMEMMPU0_RGNACCENWA3 0xFB000088          EMEM Module Region 3 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB3 0xFB00008C          EMEM Module Region 3 Write Access Enable Register 1
EMEMMPU0_RGNLA4 0xFB000090          EMEM Module Region 4 Lower Address Register
EMEMMPU0_RGNUA4 0xFB000094          EMEM Module Region 4 Upper Address Register
EMEMMPU0_RGNACCENWA4 0xFB000098          EMEM Module Region 4 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB4 0xFB00009C          EMEM Module Region 4 Write Access Enable Register 1
EMEMMPU0_RGNLA5 0xFB0000A0          EMEM Module Region 5 Lower Address Register
EMEMMPU0_RGNUA5 0xFB0000A4          EMEM Module Region 5 Upper Address Register
EMEMMPU0_RGNACCENWA5 0xFB0000A8          EMEM Module Region 5 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB5 0xFB0000AC          EMEM Module Region 5 Write Access Enable Register 1
EMEMMPU0_RGNLA6 0xFB0000B0          EMEM Module Region 6 Lower Address Register
EMEMMPU0_RGNUA6 0xFB0000B4          EMEM Module Region 6 Upper Address Register
EMEMMPU0_RGNACCENWA6 0xFB0000B8          EMEM Module Region 6 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB6 0xFB0000BC          EMEM Module Region 6 Write Access Enable Register 1
EMEMMPU0_RGNLA7 0xFB0000C0          EMEM Module Region 7 Lower Address Register
EMEMMPU0_RGNUA7 0xFB0000C4          EMEM Module Region 7 Upper Address Register
EMEMMPU0_RGNACCENWA7 0xFB0000C8          EMEM Module Region 7 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB7 0xFB0000CC          EMEM Module Region 7 Write Access Enable Register 1
EMEMMPU0_RGNACCENRA0 0xFB0000D8          EMEM Module Region 0 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB0 0xFB0000DC          EMEM Module Region 0 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA1 0xFB0000E8          EMEM Module Region 1 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB1 0xFB0000EC          EMEM Module Region 1 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA2 0xFB0000F8          EMEM Module Region 2 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB2 0xFB0000FC          EMEM Module Region 2 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA3 0xFB000108          EMEM Module Region 3 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB3 0xFB00010C          EMEM Module Region 3 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA4 0xFB000118          EMEM Module Region 4 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB4 0xFB00011C          EMEM Module Region 4 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA5 0xFB000128          EMEM Module Region 5 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB5 0xFB00012C          EMEM Module Region 5 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA6 0xFB000138          EMEM Module Region 6 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB6 0xFB00013C          EMEM Module Region 6 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA7 0xFB000148          EMEM Module Region 7 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB7 0xFB00014C          EMEM Module Region 7 Read Access Enable Register 1
EMEMMPU1_CLC    0xFB010000          EMEM Module Clock Control Register
EMEMMPU1_MODID  0xFB010008          EMEM Module ID Register
EMEMMPU1_ACCEN0 0xFB010010          EMEM Module Access Enable Register 0
EMEMMPU1_ACCEN1 0xFB010014          EMEM Module Access Enable Register 1
EMEMMPU1_MEMCON 0xFB010020          EMEM Module Memory Control Register
EMEMMPU1_SCTRL  0xFB010024          EMEM Module Safety Control Register
EMEMMPU1_RGNLA0 0xFB010050          EMEM Module Region 0 Lower Address Register
EMEMMPU1_RGNUA0 0xFB010054          EMEM Module Region 0 Upper Address Register
EMEMMPU1_RGNACCENWA0 0xFB010058          EMEM Module Region 0 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB0 0xFB01005C          EMEM Module Region 0 Write Access Enable Register 1
EMEMMPU1_RGNLA1 0xFB010060          EMEM Module Region 1 Lower Address Register
EMEMMPU1_RGNUA1 0xFB010064          EMEM Module Region 1 Upper Address Register
EMEMMPU1_RGNACCENWA1 0xFB010068          EMEM Module Region 1 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB1 0xFB01006C          EMEM Module Region 1 Write Access Enable Register 1
EMEMMPU1_RGNLA2 0xFB010070          EMEM Module Region 2 Lower Address Register
EMEMMPU1_RGNUA2 0xFB010074          EMEM Module Region 2 Upper Address Register
EMEMMPU1_RGNACCENWA2 0xFB010078          EMEM Module Region 2 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB2 0xFB01007C          EMEM Module Region 2 Write Access Enable Register 1
EMEMMPU1_RGNLA3 0xFB010080          EMEM Module Region 3 Lower Address Register
EMEMMPU1_RGNUA3 0xFB010084          EMEM Module Region 3 Upper Address Register
EMEMMPU1_RGNACCENWA3 0xFB010088          EMEM Module Region 3 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB3 0xFB01008C          EMEM Module Region 3 Write Access Enable Register 1
EMEMMPU1_RGNLA4 0xFB010090          EMEM Module Region 4 Lower Address Register
EMEMMPU1_RGNUA4 0xFB010094          EMEM Module Region 4 Upper Address Register
EMEMMPU1_RGNACCENWA4 0xFB010098          EMEM Module Region 4 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB4 0xFB01009C          EMEM Module Region 4 Write Access Enable Register 1
EMEMMPU1_RGNLA5 0xFB0100A0          EMEM Module Region 5 Lower Address Register
EMEMMPU1_RGNUA5 0xFB0100A4          EMEM Module Region 5 Upper Address Register
EMEMMPU1_RGNACCENWA5 0xFB0100A8          EMEM Module Region 5 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB5 0xFB0100AC          EMEM Module Region 5 Write Access Enable Register 1
EMEMMPU1_RGNLA6 0xFB0100B0          EMEM Module Region 6 Lower Address Register
EMEMMPU1_RGNUA6 0xFB0100B4          EMEM Module Region 6 Upper Address Register
EMEMMPU1_RGNACCENWA6 0xFB0100B8          EMEM Module Region 6 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB6 0xFB0100BC          EMEM Module Region 6 Write Access Enable Register 1
EMEMMPU1_RGNLA7 0xFB0100C0          EMEM Module Region 7 Lower Address Register
EMEMMPU1_RGNUA7 0xFB0100C4          EMEM Module Region 7 Upper Address Register
EMEMMPU1_RGNACCENWA7 0xFB0100C8          EMEM Module Region 7 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB7 0xFB0100CC          EMEM Module Region 7 Write Access Enable Register 1
EMEMMPU1_RGNACCENRA0 0xFB0100D8          EMEM Module Region 0 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB0 0xFB0100DC          EMEM Module Region 0 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA1 0xFB0100E8          EMEM Module Region 1 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB1 0xFB0100EC          EMEM Module Region 1 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA2 0xFB0100F8          EMEM Module Region 2 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB2 0xFB0100FC          EMEM Module Region 2 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA3 0xFB010108          EMEM Module Region 3 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB3 0xFB01010C          EMEM Module Region 3 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA4 0xFB010118          EMEM Module Region 4 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB4 0xFB01011C          EMEM Module Region 4 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA5 0xFB010128          EMEM Module Region 5 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB5 0xFB01012C          EMEM Module Region 5 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA6 0xFB010138          EMEM Module Region 6 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB6 0xFB01013C          EMEM Module Region 6 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA7 0xFB010148          EMEM Module Region 7 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB7 0xFB01014C          EMEM Module Region 7 Read Access Enable Register 1
EMEMMPU2_CLC    0xFB020000          EMEM Module Clock Control Register
EMEMMPU2_MODID  0xFB020008          EMEM Module ID Register
EMEMMPU2_ACCEN0 0xFB020010          EMEM Module Access Enable Register 0
EMEMMPU2_ACCEN1 0xFB020014          EMEM Module Access Enable Register 1
EMEMMPU2_MEMCON 0xFB020020          EMEM Module Memory Control Register
EMEMMPU2_SCTRL  0xFB020024          EMEM Module Safety Control Register
EMEMMPU2_RGNLA0 0xFB020050          EMEM Module Region 0 Lower Address Register
EMEMMPU2_RGNUA0 0xFB020054          EMEM Module Region 0 Upper Address Register
EMEMMPU2_RGNACCENWA0 0xFB020058          EMEM Module Region 0 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB0 0xFB02005C          EMEM Module Region 0 Write Access Enable Register 1
EMEMMPU2_RGNLA1 0xFB020060          EMEM Module Region 1 Lower Address Register
EMEMMPU2_RGNUA1 0xFB020064          EMEM Module Region 1 Upper Address Register
EMEMMPU2_RGNACCENWA1 0xFB020068          EMEM Module Region 1 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB1 0xFB02006C          EMEM Module Region 1 Write Access Enable Register 1
EMEMMPU2_RGNLA2 0xFB020070          EMEM Module Region 2 Lower Address Register
EMEMMPU2_RGNUA2 0xFB020074          EMEM Module Region 2 Upper Address Register
EMEMMPU2_RGNACCENWA2 0xFB020078          EMEM Module Region 2 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB2 0xFB02007C          EMEM Module Region 2 Write Access Enable Register 1
EMEMMPU2_RGNLA3 0xFB020080          EMEM Module Region 3 Lower Address Register
EMEMMPU2_RGNUA3 0xFB020084          EMEM Module Region 3 Upper Address Register
EMEMMPU2_RGNACCENWA3 0xFB020088          EMEM Module Region 3 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB3 0xFB02008C          EMEM Module Region 3 Write Access Enable Register 1
EMEMMPU2_RGNLA4 0xFB020090          EMEM Module Region 4 Lower Address Register
EMEMMPU2_RGNUA4 0xFB020094          EMEM Module Region 4 Upper Address Register
EMEMMPU2_RGNACCENWA4 0xFB020098          EMEM Module Region 4 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB4 0xFB02009C          EMEM Module Region 4 Write Access Enable Register 1
EMEMMPU2_RGNLA5 0xFB0200A0          EMEM Module Region 5 Lower Address Register
EMEMMPU2_RGNUA5 0xFB0200A4          EMEM Module Region 5 Upper Address Register
EMEMMPU2_RGNACCENWA5 0xFB0200A8          EMEM Module Region 5 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB5 0xFB0200AC          EMEM Module Region 5 Write Access Enable Register 1
EMEMMPU2_RGNLA6 0xFB0200B0          EMEM Module Region 6 Lower Address Register
EMEMMPU2_RGNUA6 0xFB0200B4          EMEM Module Region 6 Upper Address Register
EMEMMPU2_RGNACCENWA6 0xFB0200B8          EMEM Module Region 6 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB6 0xFB0200BC          EMEM Module Region 6 Write Access Enable Register 1
EMEMMPU2_RGNLA7 0xFB0200C0          EMEM Module Region 7 Lower Address Register
EMEMMPU2_RGNUA7 0xFB0200C4          EMEM Module Region 7 Upper Address Register
EMEMMPU2_RGNACCENWA7 0xFB0200C8          EMEM Module Region 7 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB7 0xFB0200CC          EMEM Module Region 7 Write Access Enable Register 1
EMEMMPU2_RGNACCENRA0 0xFB0200D8          EMEM Module Region 0 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB0 0xFB0200DC          EMEM Module Region 0 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA1 0xFB0200E8          EMEM Module Region 1 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB1 0xFB0200EC          EMEM Module Region 1 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA2 0xFB0200F8          EMEM Module Region 2 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB2 0xFB0200FC          EMEM Module Region 2 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA3 0xFB020108          EMEM Module Region 3 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB3 0xFB02010C          EMEM Module Region 3 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA4 0xFB020118          EMEM Module Region 4 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB4 0xFB02011C          EMEM Module Region 4 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA5 0xFB020128          EMEM Module Region 5 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB5 0xFB02012C          EMEM Module Region 5 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA6 0xFB020138          EMEM Module Region 6 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB6 0xFB02013C          EMEM Module Region 6 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA7 0xFB020148          EMEM Module Region 7 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB7 0xFB02014C          EMEM Module Region 7 Read Access Enable Register 1
DOM2_PECON0     0xFB700000          Protocol Error Control Register 0
DOM2_PRIORITY0  0xFB700008          SCI0 Arbiter Priority Register
DOM2_ERRADDR0   0xFB700010          SCI 0 Error Address Capture Register
DOM2_ERR0       0xFB700018          SCI 0 Error Capture Register
DOM2_PECON1     0xFB700020          Protocol Error Control Register 1
DOM2_PRIORITY1  0xFB700028          SCI1 Arbiter Priority Register
DOM2_ERRADDR1   0xFB700030          SCI 1 Error Address Capture Register
DOM2_ERR1       0xFB700038          SCI 1 Error Capture Register
DOM2_PECON2     0xFB700040          Protocol Error Control Register 2
DOM2_PRIORITY2  0xFB700048          SCI2 Arbiter Priority Register
DOM2_ERRADDR2   0xFB700050          SCI 2 Error Address Capture Register
DOM2_ERR2       0xFB700058          SCI 2 Error Capture Register
DOM2_PECON3     0xFB700060          Protocol Error Control Register 3
DOM2_PRIORITY3  0xFB700068          SCI3 Arbiter Priority Register
DOM2_ERRADDR3   0xFB700070          SCI 3 Error Address Capture Register
DOM2_ERR3       0xFB700078          SCI 3 Error Capture Register
DOM2_PECON4     0xFB700080          Protocol Error Control Register 4
DOM2_PRIORITY4  0xFB700088          SCI4 Arbiter Priority Register
DOM2_ERRADDR4   0xFB700090          SCI 4 Error Address Capture Register
DOM2_ERR4       0xFB700098          SCI 4 Error Capture Register
DOM2_PECON5     0xFB7000A0          Protocol Error Control Register 5
DOM2_PRIORITY5  0xFB7000A8          SCI5 Arbiter Priority Register
DOM2_ERRADDR5   0xFB7000B0          SCI 5 Error Address Capture Register
DOM2_ERR5       0xFB7000B8          SCI 5 Error Capture Register
DOM2_PECON6     0xFB7000C0          Protocol Error Control Register 6
DOM2_PRIORITY6  0xFB7000C8          SCI6 Arbiter Priority Register
DOM2_ERRADDR6   0xFB7000D0          SCI 6 Error Address Capture Register
DOM2_ERR6       0xFB7000D8          SCI 6 Error Capture Register
DOM2_PECON7     0xFB7000E0          Protocol Error Control Register 7
DOM2_PRIORITY7  0xFB7000E8          SCI7 Arbiter Priority Register
DOM2_ERRADDR7   0xFB7000F0          SCI 7 Error Address Capture Register
DOM2_ERR7       0xFB7000F8          SCI 7 Error Capture Register
DOM2_PECON8     0xFB700100          Protocol Error Control Register 8
DOM2_PRIORITY8  0xFB700108          SCI8 Arbiter Priority Register
DOM2_ERRADDR8   0xFB700110          SCI 8 Error Address Capture Register
DOM2_ERR8       0xFB700118          SCI 8 Error Capture Register
DOM2_PECON9     0xFB700120          Protocol Error Control Register 9
DOM2_PRIORITY9  0xFB700128          SCI9 Arbiter Priority Register
DOM2_ERRADDR9   0xFB700130          SCI 9 Error Address Capture Register
DOM2_ERR9       0xFB700138          SCI 9 Error Capture Register
DOM2_PECON10    0xFB700140          Protocol Error Control Register 10
DOM2_PRIORITY10 0xFB700148          SCI10 Arbiter Priority Register
DOM2_ERRADDR10  0xFB700150          SCI 10 Error Address Capture Register
DOM2_ERR10      0xFB700158          SCI 10 Error Capture Register
DOM2_PECON11    0xFB700160          Protocol Error Control Register 11
DOM2_PRIORITY11 0xFB700168          SCI11 Arbiter Priority Register
DOM2_ERRADDR11  0xFB700170          SCI 11 Error Address Capture Register
DOM2_ERR11      0xFB700178          SCI 11 Error Capture Register
DOM2_PECON12    0xFB700180          Protocol Error Control Register 12
DOM2_PRIORITY12 0xFB700188          SCI12 Arbiter Priority Register
DOM2_ERRADDR12  0xFB700190          SCI 12 Error Address Capture Register
DOM2_ERR12      0xFB700198          SCI 12 Error Capture Register
DOM2_PECON13    0xFB7001A0          Protocol Error Control Register 13
DOM2_PRIORITY13 0xFB7001A8          SCI13 Arbiter Priority Register
DOM2_ERRADDR13  0xFB7001B0          SCI 13 Error Address Capture Register
DOM2_ERR13      0xFB7001B8          SCI 13 Error Capture Register
DOM2_PECON14    0xFB7001C0          Protocol Error Control Register 14
DOM2_PRIORITY14 0xFB7001C8          SCI14 Arbiter Priority Register
DOM2_ERRADDR14  0xFB7001D0          SCI 14 Error Address Capture Register
DOM2_ERR14      0xFB7001D8          SCI 14 Error Capture Register
DOM2_PECON15    0xFB7001E0          Protocol Error Control Register 15
DOM2_PRIORITY15 0xFB7001E8          SCI15 Arbiter Priority Register
DOM2_ERRADDR15  0xFB7001F0          SCI 15 Error Address Capture Register
DOM2_ERR15      0xFB7001F8          SCI 15 Error Capture Register
DOM2_ID         0xFB700408          Identification Register
DOM2_PESTAT     0xFB700410          Protocol Error Status Register
DOM2_TIDSTAT    0xFB700418          Transaction ID Status Register
DOM2_TIDEN      0xFB700420          Transaction ID Enable Register
DOM2_BRCON      0xFB700430          Domain 2 Bridge Control Register
DOM2_ACCEN0     0xFB7004F0          Access Enable Register 0
DOM2_ACCEN1     0xFB7004F8          Access Enable Register 1

; this chip implements TriCore v1.6.2 instruction set
.tc3xx/tc38x
; MEMORY MAP
area DATA CPU3_DSPR       0x40000000:0x40018000   CPU3 Data Scratch Pad SRAM
area DATA CPU3_DCACHE     0x40018000:0x4001C000   CPU3 Data Cache SRAM
area DATA CPU3_DTAG       0x400C0000:0x400C1800   CPU3 Data Cache TAG SRAM
area CODE CPU3_PSPR       0x40100000:0x40110000   CPU3 Program Scratch Pad SRAM
area CODE CPU3_PCACHE     0x40110000:0x40118000   CPU3 Program Cache SRAM
area CODE CPU3_PTAG       0x401C0000:0x401C3000   CPU3 Program Cache TAG SRAM
area DATA CPU2_DSPR       0x50000000:0x50018000   CPU2 Data Scratch Pad SRAM
area DATA CPU2_DCACHE     0x50018000:0x5001C000   CPU2 Data Cache SRAM
area DATA CPU2_DTAG       0x500C0000:0x500C1800   CPU2 Data Cache TAG SRAM
area CODE CPU2_PSPR       0x50100000:0x50110000   CPU2 Program Scratch Pad SRAM
area CODE CPU2_PCACHE     0x50110000:0x50118000   CPU2 Program Cache SRAM
area CODE CPU2_PTAG       0x501C0000:0x501C3000   CPU2 Program Cache TAG SRAM
area DATA CPU1_DSPR       0x60000000:0x6003C000   CPU1 Data Scratch Pad SRAM
area DATA CPU1_DCACHE     0x6003C000:0x60040000   CPU1 Data Cache SRAM
area DATA CPU1_DTAG       0x600C0000:0x600C1800   CPU1 Data Cache TAG SRAM
area CODE CPU1_PSPR       0x60100000:0x60110000   CPU1 Program Scratch Pad SRAM
area CODE CPU1_PCACHE     0x60110000:0x60118000   CPU1 Program Cache SRAM
area CODE CPU1_PTAG       0x601C0000:0x601C3000   CPU1 Program Cache TAG SRAM
area DATA CPU0_DSPR       0x70000000:0x7003C000   CPU0 Data Scratch Pad SRAM
area DATA CPU0_DCACHE     0x7003C000:0x70040000   CPU0 Data Cache SRAM
area DATA CPU0_DTAG       0x700C0000:0x700C1800   CPU0 Data Cache TAG SRAM
area CODE CPU0_PSPR       0x70100000:0x70110000   CPU0 Program Scratch Pad SRAM
area CODE CPU0_PCACHE     0x70110000:0x70118000   CPU0 Program Cache SRAM
area CODE CPU0_PTAG       0x701C0000:0x701C3000   CPU0 Program Cache TAG SRAM
area DATA EBU             0x82000000:0x88000000   External EBU Space, cached
area DATA OLDA            0x8FE00000:0x8FE80000   Online Data Acquisition, cached
area CODE BROM            0x8FFF0000:0x90000000   Boot ROM, cached
area DATA LMURAM          0x90000000:0x90120000   LMU SRAM, cached
area DATA DAM             0x90400000:0x90420000   DAM, cached
area DATA TRAM            0x98000000:0x98002000   miniMCDS Trace SRAM, cached
area DATA EMEM            0x98E00000:0x99400000   EMEM, cached
area CODE PFLASH0_NC      0xA0000000:0xA0300000   Program Flash 0, non-cached
area CODE PFLASH1_NC      0xA0300000:0xA0600000   Program Flash 1, non-cached
area CODE PFLASH2_NC      0xA0600000:0xA0900000   Program Flash 2, non-cached
area CODE PFLASH3_NC      0xA0900000:0xA0C00000   Program Flash 3, non-cached
area CODE PFLASH4_NC      0xA0C00000:0xA0F00000   Program Flash 4, non-cached
area CODE PFLASH5_NC      0xA0F00000:0xA1000000   Program Flash 5, non-cached
area DATA EBU_NC          0xA2000000:0xA8000000   External EBU Space, non-cached
area DATA EC0             0xA8000000:0xA8004000   Erase Counter 0, non-cached
area DATA PFI0            0xA8080000:0xA80C0000   PFI User Registers 0, non-cached
area DATA EC1             0xA8300000:0xA8304000   Erase Counter 1, non-cached
area DATA PFI1            0xA8380000:0xA83C0000   PFI User Registers 1, non-cached
area DATA EC2             0xA8600000:0xA8604000   Erase Counter 2, non-cached
area DATA PFI2            0xA8680000:0xA86C0000   PFI User Registers 2, non-cached
area DATA EC3             0xA8900000:0xA8904000   Erase Counter 3, non-cached
area DATA PFI3            0xA8980000:0xA89C0000   PFI User Registers 3, non-cached
area DATA EC4             0xA8C00000:0xA8C04000   Erase Counter 4, non-cached
area DATA PFI4            0xA8C80000:0xA8CC0000   PFI User Registers 4, non-cached
area DATA EC5             0xA8F00000:0xA8F04000   Erase Counter 5, non-cached
area DATA PFI5            0xA8F80000:0xA8FC0000   PFI User Registers 5, non-cached
area DATA DFLASH0_EEPROM_NC 0xAF000000:0xAF100000   Data Flash 0 EEPROM, non-cached
area DATA DFLASH0_UCB_NC  0xAF400000:0xAF406000   Data Flash 0 UCB, non-cached
area DATA DFLASH0_CFS_NC  0xAF800000:0xAF810000   Data Flash 0 CFS, non-cached
area DATA DFLASH1_EEPROM_NC 0xAFC00000:0xAFC20000   Data Flash 1 EEPROM, non-cached
area DATA OLDA_NC         0xAFE00000:0xAFE80000   Online Data Acquisition, non-cached
area CODE BROM_NC         0xAFFF0000:0xB0000000   Boot ROM, non-cached
area DATA LMU_NC          0xB0000000:0xB0120000   LMU, non-cached
area DATA DAM_NC          0xB0400000:0xB0420000   DAM, non-cached
area DATA TRAM_NC         0xB8000000:0xB8002000   miniMCDS Trace SRAM, non-cached
area DATA EMEM_NC         0xB8E00000:0xB9400000   EMEM, non-cached
area DATA XTM_NC          0xB9400000:0xB9480000   Extra Trace Memory, non-cached
area DATA REGISTERS       0xF0000000:0xFF120000   Core SFRs and GPRs
; REGISTERS
PFI0_ECCR       0xA8080000          ECC Read Register
PFI0_ECCS       0xA8080020          ECC Status Register
PFI0_SBABRECORD0 0xA8082000          SBAB Record 0
PFI0_SBABRECORD1 0xA8082020          SBAB Record 1
PFI0_SBABRECORD2 0xA8082040          SBAB Record 2
PFI0_SBABRECORD3 0xA8082060          SBAB Record 3
PFI0_SBABRECORD4 0xA8082080          SBAB Record 4
PFI0_SBABRECORD5 0xA80820A0          SBAB Record 5
PFI0_SBABRECORD6 0xA80820C0          SBAB Record 6
PFI0_SBABRECORD7 0xA80820E0          SBAB Record 7
PFI0_SBABRECORD8 0xA8082100          SBAB Record 8
PFI0_SBABRECORD9 0xA8082120          SBAB Record 9
PFI0_SBABRECORD10 0xA8082140          SBAB Record 10
PFI0_SBABRECORD11 0xA8082160          SBAB Record 11
PFI0_SBABRECORD12 0xA8082180          SBAB Record 12
PFI0_SBABRECORD13 0xA80821A0          SBAB Record 13
PFI0_SBABRECORD14 0xA80821C0          SBAB Record 14
PFI0_SBABRECORD15 0xA80821E0          SBAB Record 15
PFI0_SBABRECORD16 0xA8082200          SBAB Record 16
PFI0_DBABRECORD0 0xA8084000          DBAB Record 0
PFI0_DBABRECORD1 0xA8084020          DBAB Record 1
PFI0_MBABRECORD0 0xA8088000          MBAB Record 0
PFI0_ZBABRECORD0 0xA808C000          ZBAB Record 0
PFI0_ZBABRECORD1 0xA808C020          ZBAB Record 1
PFI0_ZBABRECORD2 0xA808C040          ZBAB Record 2
PFI0_ZBABRECORD3 0xA808C060          ZBAB Record 3
PFI1_ECCR       0xA8380000          ECC Read Register
PFI1_ECCS       0xA8380020          ECC Status Register
PFI1_SBABRECORD0 0xA8382000          SBAB Record 0
PFI1_SBABRECORD1 0xA8382020          SBAB Record 1
PFI1_SBABRECORD2 0xA8382040          SBAB Record 2
PFI1_SBABRECORD3 0xA8382060          SBAB Record 3
PFI1_SBABRECORD4 0xA8382080          SBAB Record 4
PFI1_SBABRECORD5 0xA83820A0          SBAB Record 5
PFI1_SBABRECORD6 0xA83820C0          SBAB Record 6
PFI1_SBABRECORD7 0xA83820E0          SBAB Record 7
PFI1_SBABRECORD8 0xA8382100          SBAB Record 8
PFI1_SBABRECORD9 0xA8382120          SBAB Record 9
PFI1_SBABRECORD10 0xA8382140          SBAB Record 10
PFI1_SBABRECORD11 0xA8382160          SBAB Record 11
PFI1_SBABRECORD12 0xA8382180          SBAB Record 12
PFI1_SBABRECORD13 0xA83821A0          SBAB Record 13
PFI1_SBABRECORD14 0xA83821C0          SBAB Record 14
PFI1_SBABRECORD15 0xA83821E0          SBAB Record 15
PFI1_SBABRECORD16 0xA8382200          SBAB Record 16
PFI1_DBABRECORD0 0xA8384000          DBAB Record 0
PFI1_DBABRECORD1 0xA8384020          DBAB Record 1
PFI1_MBABRECORD0 0xA8388000          MBAB Record 0
PFI1_ZBABRECORD0 0xA838C000          ZBAB Record 0
PFI1_ZBABRECORD1 0xA838C020          ZBAB Record 1
PFI1_ZBABRECORD2 0xA838C040          ZBAB Record 2
PFI1_ZBABRECORD3 0xA838C060          ZBAB Record 3
PFI2_ECCR       0xA8680000          ECC Read Register
PFI2_ECCS       0xA8680020          ECC Status Register
PFI2_SBABRECORD0 0xA8682000          SBAB Record 0
PFI2_SBABRECORD1 0xA8682020          SBAB Record 1
PFI2_SBABRECORD2 0xA8682040          SBAB Record 2
PFI2_SBABRECORD3 0xA8682060          SBAB Record 3
PFI2_SBABRECORD4 0xA8682080          SBAB Record 4
PFI2_SBABRECORD5 0xA86820A0          SBAB Record 5
PFI2_SBABRECORD6 0xA86820C0          SBAB Record 6
PFI2_SBABRECORD7 0xA86820E0          SBAB Record 7
PFI2_SBABRECORD8 0xA8682100          SBAB Record 8
PFI2_SBABRECORD9 0xA8682120          SBAB Record 9
PFI2_SBABRECORD10 0xA8682140          SBAB Record 10
PFI2_SBABRECORD11 0xA8682160          SBAB Record 11
PFI2_SBABRECORD12 0xA8682180          SBAB Record 12
PFI2_SBABRECORD13 0xA86821A0          SBAB Record 13
PFI2_SBABRECORD14 0xA86821C0          SBAB Record 14
PFI2_SBABRECORD15 0xA86821E0          SBAB Record 15
PFI2_SBABRECORD16 0xA8682200          SBAB Record 16
PFI2_DBABRECORD0 0xA8684000          DBAB Record 0
PFI2_DBABRECORD1 0xA8684020          DBAB Record 1
PFI2_MBABRECORD0 0xA8688000          MBAB Record 0
PFI2_ZBABRECORD0 0xA868C000          ZBAB Record 0
PFI2_ZBABRECORD1 0xA868C020          ZBAB Record 1
PFI2_ZBABRECORD2 0xA868C040          ZBAB Record 2
PFI2_ZBABRECORD3 0xA868C060          ZBAB Record 3
PFI3_ECCR       0xA8980000          ECC Read Register
PFI3_ECCS       0xA8980020          ECC Status Register
PFI3_SBABRECORD0 0xA8982000          SBAB Record 0
PFI3_SBABRECORD1 0xA8982020          SBAB Record 1
PFI3_SBABRECORD2 0xA8982040          SBAB Record 2
PFI3_SBABRECORD3 0xA8982060          SBAB Record 3
PFI3_SBABRECORD4 0xA8982080          SBAB Record 4
PFI3_SBABRECORD5 0xA89820A0          SBAB Record 5
PFI3_SBABRECORD6 0xA89820C0          SBAB Record 6
PFI3_SBABRECORD7 0xA89820E0          SBAB Record 7
PFI3_SBABRECORD8 0xA8982100          SBAB Record 8
PFI3_SBABRECORD9 0xA8982120          SBAB Record 9
PFI3_SBABRECORD10 0xA8982140          SBAB Record 10
PFI3_SBABRECORD11 0xA8982160          SBAB Record 11
PFI3_SBABRECORD12 0xA8982180          SBAB Record 12
PFI3_SBABRECORD13 0xA89821A0          SBAB Record 13
PFI3_SBABRECORD14 0xA89821C0          SBAB Record 14
PFI3_SBABRECORD15 0xA89821E0          SBAB Record 15
PFI3_SBABRECORD16 0xA8982200          SBAB Record 16
PFI3_DBABRECORD0 0xA8984000          DBAB Record 0
PFI3_DBABRECORD1 0xA8984020          DBAB Record 1
PFI3_MBABRECORD0 0xA8988000          MBAB Record 0
PFI3_ZBABRECORD0 0xA898C000          ZBAB Record 0
PFI3_ZBABRECORD1 0xA898C020          ZBAB Record 1
PFI3_ZBABRECORD2 0xA898C040          ZBAB Record 2
PFI3_ZBABRECORD3 0xA898C060          ZBAB Record 3
FCE_CLC         0xF0000000          Clock Control Register
FCE_ID          0xF0000008          Module Identification Register
FCE_CHSTS       0xF0000020          Channels Status Register
FCE_KRSTCLR     0xF00000EC          Kernel Reset Status Clear Register
FCE_KRST1       0xF00000F0          Kernel Reset Register 1
FCE_KRST0       0xF00000F4          Kernel Reset Register 0
FCE_ACCEN1      0xF00000F8          Access Enable Register 1
FCE_ACCEN0      0xF00000FC          Access Enable Register 0
FCE_IR0         0xF0000100          Input Register 0
FCE_RES0        0xF0000104          CRC Result Register 0
FCE_CFG0        0xF0000108          CRC Configuration Register 0
FCE_STS0        0xF000010C          CRC Status Register 0
FCE_LENGTH0     0xF0000110          CRC Length Register 0
FCE_CHECK0      0xF0000114          CRC Check Register 0
FCE_CRC0        0xF0000118          CRC Regsister 0
FCE_CTR0        0xF000011C          CRC Test Register 0
FCE_IR1         0xF0000120          Input Register 1
FCE_RES1        0xF0000124          CRC Result Register 1
FCE_CFG1        0xF0000128          CRC Configuration Register 1
FCE_STS1        0xF000012C          CRC Status Register 1
FCE_LENGTH1     0xF0000130          CRC Length Register 1
FCE_CHECK1      0xF0000134          CRC Check Register 1
FCE_CRC1        0xF0000138          CRC Regsister 1
FCE_CTR1        0xF000013C          CRC Test Register 1
FCE_IR2         0xF0000140          Input Register 2
FCE_RES2        0xF0000144          CRC Result Register 2
FCE_CFG2        0xF0000148          CRC Configuration Register 2
FCE_STS2        0xF000014C          CRC Status Register 2
FCE_LENGTH2     0xF0000150          CRC Length Register 2
FCE_CHECK2      0xF0000154          CRC Check Register 2
FCE_CRC2        0xF0000158          CRC Regsister 2
FCE_CTR2        0xF000015C          CRC Test Register 2
FCE_IR3         0xF0000160          Input Register 3
FCE_RES3        0xF0000164          CRC Result Register 3
FCE_CFG3        0xF0000168          CRC Configuration Register 3
FCE_STS3        0xF000016C          CRC Status Register 3
FCE_LENGTH3     0xF0000170          CRC Length Register 3
FCE_CHECK3      0xF0000174          CRC Check Register 3
FCE_CRC3        0xF0000178          CRC Regsister 3
FCE_CTR3        0xF000017C          CRC Test Register 3
FCE_IR4         0xF0000180          Input Register 4
FCE_RES4        0xF0000184          CRC Result Register 4
FCE_CFG4        0xF0000188          CRC Configuration Register 4
FCE_STS4        0xF000018C          CRC Status Register 4
FCE_LENGTH4     0xF0000190          CRC Length Register 4
FCE_CHECK4      0xF0000194          CRC Check Register 4
FCE_CRC4        0xF0000198          CRC Regsister 4
FCE_CTR4        0xF000019C          CRC Test Register 4
FCE_IR5         0xF00001A0          Input Register 5
FCE_RES5        0xF00001A4          CRC Result Register 5
FCE_CFG5        0xF00001A8          CRC Configuration Register 5
FCE_STS5        0xF00001AC          CRC Status Register 5
FCE_LENGTH5     0xF00001B0          CRC Length Register 5
FCE_CHECK5      0xF00001B4          CRC Check Register 5
FCE_CRC5        0xF00001B8          CRC Regsister 5
FCE_CTR5        0xF00001BC          CRC Test Register 5
FCE_IR6         0xF00001C0          Input Register 6
FCE_RES6        0xF00001C4          CRC Result Register 6
FCE_CFG6        0xF00001C8          CRC Configuration Register 6
FCE_STS6        0xF00001CC          CRC Status Register 6
FCE_LENGTH6     0xF00001D0          CRC Length Register 6
FCE_CHECK6      0xF00001D4          CRC Check Register 6
FCE_CRC6        0xF00001D8          CRC Regsister 6
FCE_CTR6        0xF00001DC          CRC Test Register 6
FCE_IR7         0xF00001E0          Input Register 7
FCE_RES7        0xF00001E4          CRC Result Register 7
FCE_CFG7        0xF00001E8          CRC Configuration Register 7
FCE_STS7        0xF00001EC          CRC Status Register 7
FCE_LENGTH7     0xF00001F0          CRC Length Register 7
FCE_CHECK7      0xF00001F4          CRC Check Register 7
FCE_CRC7        0xF00001F8          CRC Regsister 7
FCE_CTR7        0xF00001FC          CRC Test Register 7
CBS_JDPID       0xF0000408          Module Identification Register
CBS_OIFM        0xF000040C          OCDS Interface Mode Register
CBS_TIPR        0xF0000410          TG Input Pins Routing
CBS_TOPR        0xF0000414          TG Output Pins Routing
CBS_TOPPS       0xF0000418          TG Output Pins Pulse Stretcher
CBS_TCIP        0xF000041C          TG Capture for TG Input Pins
CBS_TRC0        0xF0000420          TG Routing for CPU0
CBS_TRC1        0xF0000424          TG Routing for CPU1
CBS_TRC2        0xF0000428          TG Routing for CPU2
CBS_TRC3        0xF000042C          TG Routing for CPU3
CBS_TRC4        0xF0000430          TG Routing for CPU4
CBS_TRC5        0xF0000434          TG Routing for CPU5
CBS_TRHSM       0xF0000438          TG Routing for HSMControl
CBS_TRMC        0xF000043C          TG Routing for MCDS Control
CBS_TLCC0       0xF0000440          TG Line Counter Control
CBS_TLCC1       0xF0000444          TG Line Counter Control
CBS_TLCV0       0xF0000450          TG Line Counter Value
CBS_TLCV1       0xF0000454          TG Line Counter Value
CBS_TRSS        0xF0000460          TG Routing for Special Signals
CBS_JTAGID      0xF0000464          JTAGDevice Identification Register
CBS_COMDATA     0xF0000468          Communication Mode Data Register
CBS_IOSR        0xF000046C          IOClientStatus and Control Register
CBS_TLS         0xF0000470          TG Line State
CBS_TCTL        0xF0000474          TG Capture for TG Lines
CBS_OEC         0xF0000478          OCDS Enable Control Register
CBS_OCNTRL      0xF000047C          OSCU Control Register
CBS_OSTATE      0xF0000480          OSCUStatus Register
CBS_INTMOD      0xF0000484          Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488          Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C          Internally Controlled Trace Destination Register
CBS_TLC         0xF0000490          TG Line Control
CBS_TL1ST       0xF0000494          TG Line 1 Suspend Targets
CBS_TLCHE       0xF0000498          TG Line Capture and Hold Enable
CBS_TLCHS       0xF000049C          TG Line Capture and Hold Clear
CBS_TRIGS       0xF00004A0          Set Trigger to Host Register
CBS_TRIGC       0xF00004A4          Clear Trigger to Host Register
CBS_TLT         0xF00004A8          TG Line Timer
CBS_TLTTH       0xF00004AC          TG Lines for Trigger to Host
CBS_TCCB        0xF00004B0          TG Capture for Cores - BRKOUT
CBS_TCCH        0xF00004B4          TG Capture for Cores - HALT
CBS_TCTGB       0xF00004B8          TG Capture for OTGB0/1
CBS_TCM         0xF00004BC          TG Capture for MCDS
CBS_TREC0       0xF00004C0          TG Routing Events of CPU0
CBS_TREC1       0xF00004C4          TG Routing Events of CPU1
CBS_TREC2       0xF00004C8          TG Routing Events of CPU2
CBS_TREC3       0xF00004CC          TG Routing Events of CPU3
CBS_TREC4       0xF00004D0          TG Routing Events of CPU4
CBS_TREC5       0xF00004D4          TG Routing Events of CPU5
CBS_TRMT        0xF00004DC          TG Routing for MCDS Triggers
CBS_TRTGB0L     0xF00004E0          TG Routing for OTGB0 Bits [7:0]
CBS_TRTGB0H     0xF00004E4          TG Routing for OTGB0 Bits [15:8]
CBS_TRTGB1L     0xF00004E8          TG Routing for OTGB1 Bits [7:0]
CBS_TRTGB1H     0xF00004EC          TG Routing for OTGB1 Bits [15:8]
CBS_IFSA        0xF00004F0          IFS Address Register
CBS_IFSC        0xF00004F4          IFS Control Register
CBS_TRIG0       0xF0000500          Trigger to Host Register 0
CBS_TRIG1       0xF0000504          Trigger to Host Register 1
CBS_TRIG2       0xF0000508          Trigger to Host Register 2
CBS_TRIG3       0xF000050C          Trigger to Host Register 3
CBS_TRIG4       0xF0000510          Trigger to Host Register 4
CBS_TRIG5       0xF0000514          Trigger to Host Register 5
CBS_ACCEN1      0xF00005F8          Access Enable Register 1
CBS_ACCEN0      0xF00005FC          Access Enable Register 0
ASCLIN0_CLC     0xF0000600          Clock Control Register
ASCLIN0_IOCR    0xF0000604          Input and Output Control Register
ASCLIN0_ID      0xF0000608          Module Identification Register
ASCLIN0_TXFIFOCON 0xF000060C          TX FIFO Configuration Register
ASCLIN0_RXFIFOCON 0xF0000610          RX FIFO Configuration Register
ASCLIN0_BITCON  0xF0000614          Bit Configuration Register
ASCLIN0_FRAMECON 0xF0000618          Frame Control Register
ASCLIN0_DATCON  0xF000061C          Data Configuration Register
ASCLIN0_BRG     0xF0000620          Baud Rate Generation Register
ASCLIN0_BRD     0xF0000624          Baud Rate Detection Register
ASCLIN0_LINCON  0xF0000628          LIN Control Register
ASCLIN0_LINBTIMER 0xF000062C          LIN Break Timer Register
ASCLIN0_LINHTIMER 0xF0000630          LIN Header Timer Register
ASCLIN0_FLAGS   0xF0000634          Flags Register
ASCLIN0_FLAGSSET 0xF0000638          Flags Set Register
ASCLIN0_FLAGSCLEAR 0xF000063C          Flags Clear Register
ASCLIN0_FLAGSENABLE 0xF0000640          Flags Enable Register
ASCLIN0_TXDATA  0xF0000644          Transmit Data Register
ASCLIN0_RXDATA  0xF0000648          Receive Data Register
ASCLIN0_CSR     0xF000064C          Clock Selection Register
ASCLIN0_RXDATAD 0xF0000650          Receive Data Debug Register
ASCLIN0_OCS     0xF00006E8          OCDS Control and Status
ASCLIN0_KRSTCLR 0xF00006EC          Kernel Reset Status Clear Register
ASCLIN0_KRST1   0xF00006F0          Kernel Reset Register 1
ASCLIN0_KRST0   0xF00006F4          Kernel Reset Register 0
ASCLIN0_ACCEN0  0xF00006FC          Access Enable Register 0
ASCLIN1_CLC     0xF0000700          Clock Control Register
ASCLIN1_IOCR    0xF0000704          Input and Output Control Register
ASCLIN1_ID      0xF0000708          Module Identification Register
ASCLIN1_TXFIFOCON 0xF000070C          TX FIFO Configuration Register
ASCLIN1_RXFIFOCON 0xF0000710          RX FIFO Configuration Register
ASCLIN1_BITCON  0xF0000714          Bit Configuration Register
ASCLIN1_FRAMECON 0xF0000718          Frame Control Register
ASCLIN1_DATCON  0xF000071C          Data Configuration Register
ASCLIN1_BRG     0xF0000720          Baud Rate Generation Register
ASCLIN1_BRD     0xF0000724          Baud Rate Detection Register
ASCLIN1_LINCON  0xF0000728          LIN Control Register
ASCLIN1_LINBTIMER 0xF000072C          LIN Break Timer Register
ASCLIN1_LINHTIMER 0xF0000730          LIN Header Timer Register
ASCLIN1_FLAGS   0xF0000734          Flags Register
ASCLIN1_FLAGSSET 0xF0000738          Flags Set Register
ASCLIN1_FLAGSCLEAR 0xF000073C          Flags Clear Register
ASCLIN1_FLAGSENABLE 0xF0000740          Flags Enable Register
ASCLIN1_TXDATA  0xF0000744          Transmit Data Register
ASCLIN1_RXDATA  0xF0000748          Receive Data Register
ASCLIN1_CSR     0xF000074C          Clock Selection Register
ASCLIN1_RXDATAD 0xF0000750          Receive Data Debug Register
ASCLIN1_OCS     0xF00007E8          OCDS Control and Status
ASCLIN1_KRSTCLR 0xF00007EC          Kernel Reset Status Clear Register
ASCLIN1_KRST1   0xF00007F0          Kernel Reset Register 1
ASCLIN1_KRST0   0xF00007F4          Kernel Reset Register 0
ASCLIN1_ACCEN0  0xF00007FC          Access Enable Register 0
ASCLIN2_CLC     0xF0000800          Clock Control Register
ASCLIN2_IOCR    0xF0000804          Input and Output Control Register
ASCLIN2_ID      0xF0000808          Module Identification Register
ASCLIN2_TXFIFOCON 0xF000080C          TX FIFO Configuration Register
ASCLIN2_RXFIFOCON 0xF0000810          RX FIFO Configuration Register
ASCLIN2_BITCON  0xF0000814          Bit Configuration Register
ASCLIN2_FRAMECON 0xF0000818          Frame Control Register
ASCLIN2_DATCON  0xF000081C          Data Configuration Register
ASCLIN2_BRG     0xF0000820          Baud Rate Generation Register
ASCLIN2_BRD     0xF0000824          Baud Rate Detection Register
ASCLIN2_LINCON  0xF0000828          LIN Control Register
ASCLIN2_LINBTIMER 0xF000082C          LIN Break Timer Register
ASCLIN2_LINHTIMER 0xF0000830          LIN Header Timer Register
ASCLIN2_FLAGS   0xF0000834          Flags Register
ASCLIN2_FLAGSSET 0xF0000838          Flags Set Register
ASCLIN2_FLAGSCLEAR 0xF000083C          Flags Clear Register
ASCLIN2_FLAGSENABLE 0xF0000840          Flags Enable Register
ASCLIN2_TXDATA  0xF0000844          Transmit Data Register
ASCLIN2_RXDATA  0xF0000848          Receive Data Register
ASCLIN2_CSR     0xF000084C          Clock Selection Register
ASCLIN2_RXDATAD 0xF0000850          Receive Data Debug Register
ASCLIN2_OCS     0xF00008E8          OCDS Control and Status
ASCLIN2_KRSTCLR 0xF00008EC          Kernel Reset Status Clear Register
ASCLIN2_KRST1   0xF00008F0          Kernel Reset Register 1
ASCLIN2_KRST0   0xF00008F4          Kernel Reset Register 0
ASCLIN2_ACCEN0  0xF00008FC          Access Enable Register 0
ASCLIN3_CLC     0xF0000900          Clock Control Register
ASCLIN3_IOCR    0xF0000904          Input and Output Control Register
ASCLIN3_ID      0xF0000908          Module Identification Register
ASCLIN3_TXFIFOCON 0xF000090C          TX FIFO Configuration Register
ASCLIN3_RXFIFOCON 0xF0000910          RX FIFO Configuration Register
ASCLIN3_BITCON  0xF0000914          Bit Configuration Register
ASCLIN3_FRAMECON 0xF0000918          Frame Control Register
ASCLIN3_DATCON  0xF000091C          Data Configuration Register
ASCLIN3_BRG     0xF0000920          Baud Rate Generation Register
ASCLIN3_BRD     0xF0000924          Baud Rate Detection Register
ASCLIN3_LINCON  0xF0000928          LIN Control Register
ASCLIN3_LINBTIMER 0xF000092C          LIN Break Timer Register
ASCLIN3_LINHTIMER 0xF0000930          LIN Header Timer Register
ASCLIN3_FLAGS   0xF0000934          Flags Register
ASCLIN3_FLAGSSET 0xF0000938          Flags Set Register
ASCLIN3_FLAGSCLEAR 0xF000093C          Flags Clear Register
ASCLIN3_FLAGSENABLE 0xF0000940          Flags Enable Register
ASCLIN3_TXDATA  0xF0000944          Transmit Data Register
ASCLIN3_RXDATA  0xF0000948          Receive Data Register
ASCLIN3_CSR     0xF000094C          Clock Selection Register
ASCLIN3_RXDATAD 0xF0000950          Receive Data Debug Register
ASCLIN3_OCS     0xF00009E8          OCDS Control and Status
ASCLIN3_KRSTCLR 0xF00009EC          Kernel Reset Status Clear Register
ASCLIN3_KRST1   0xF00009F0          Kernel Reset Register 1
ASCLIN3_KRST0   0xF00009F4          Kernel Reset Register 0
ASCLIN3_ACCEN0  0xF00009FC          Access Enable Register 0
ASCLIN4_CLC     0xF0000A00          Clock Control Register
ASCLIN4_IOCR    0xF0000A04          Input and Output Control Register
ASCLIN4_ID      0xF0000A08          Module Identification Register
ASCLIN4_TXFIFOCON 0xF0000A0C          TX FIFO Configuration Register
ASCLIN4_RXFIFOCON 0xF0000A10          RX FIFO Configuration Register
ASCLIN4_BITCON  0xF0000A14          Bit Configuration Register
ASCLIN4_FRAMECON 0xF0000A18          Frame Control Register
ASCLIN4_DATCON  0xF0000A1C          Data Configuration Register
ASCLIN4_BRG     0xF0000A20          Baud Rate Generation Register
ASCLIN4_BRD     0xF0000A24          Baud Rate Detection Register
ASCLIN4_LINCON  0xF0000A28          LIN Control Register
ASCLIN4_LINBTIMER 0xF0000A2C          LIN Break Timer Register
ASCLIN4_LINHTIMER 0xF0000A30          LIN Header Timer Register
ASCLIN4_FLAGS   0xF0000A34          Flags Register
ASCLIN4_FLAGSSET 0xF0000A38          Flags Set Register
ASCLIN4_FLAGSCLEAR 0xF0000A3C          Flags Clear Register
ASCLIN4_FLAGSENABLE 0xF0000A40          Flags Enable Register
ASCLIN4_TXDATA  0xF0000A44          Transmit Data Register
ASCLIN4_RXDATA  0xF0000A48          Receive Data Register
ASCLIN4_CSR     0xF0000A4C          Clock Selection Register
ASCLIN4_RXDATAD 0xF0000A50          Receive Data Debug Register
ASCLIN4_OCS     0xF0000AE8          OCDS Control and Status
ASCLIN4_KRSTCLR 0xF0000AEC          Kernel Reset Status Clear Register
ASCLIN4_KRST1   0xF0000AF0          Kernel Reset Register 1
ASCLIN4_KRST0   0xF0000AF4          Kernel Reset Register 0
ASCLIN4_ACCEN0  0xF0000AFC          Access Enable Register 0
ASCLIN5_CLC     0xF0000B00          Clock Control Register
ASCLIN5_IOCR    0xF0000B04          Input and Output Control Register
ASCLIN5_ID      0xF0000B08          Module Identification Register
ASCLIN5_TXFIFOCON 0xF0000B0C          TX FIFO Configuration Register
ASCLIN5_RXFIFOCON 0xF0000B10          RX FIFO Configuration Register
ASCLIN5_BITCON  0xF0000B14          Bit Configuration Register
ASCLIN5_FRAMECON 0xF0000B18          Frame Control Register
ASCLIN5_DATCON  0xF0000B1C          Data Configuration Register
ASCLIN5_BRG     0xF0000B20          Baud Rate Generation Register
ASCLIN5_BRD     0xF0000B24          Baud Rate Detection Register
ASCLIN5_LINCON  0xF0000B28          LIN Control Register
ASCLIN5_LINBTIMER 0xF0000B2C          LIN Break Timer Register
ASCLIN5_LINHTIMER 0xF0000B30          LIN Header Timer Register
ASCLIN5_FLAGS   0xF0000B34          Flags Register
ASCLIN5_FLAGSSET 0xF0000B38          Flags Set Register
ASCLIN5_FLAGSCLEAR 0xF0000B3C          Flags Clear Register
ASCLIN5_FLAGSENABLE 0xF0000B40          Flags Enable Register
ASCLIN5_TXDATA  0xF0000B44          Transmit Data Register
ASCLIN5_RXDATA  0xF0000B48          Receive Data Register
ASCLIN5_CSR     0xF0000B4C          Clock Selection Register
ASCLIN5_RXDATAD 0xF0000B50          Receive Data Debug Register
ASCLIN5_OCS     0xF0000BE8          OCDS Control and Status
ASCLIN5_KRSTCLR 0xF0000BEC          Kernel Reset Status Clear Register
ASCLIN5_KRST1   0xF0000BF0          Kernel Reset Register 1
ASCLIN5_KRST0   0xF0000BF4          Kernel Reset Register 0
ASCLIN5_ACCEN0  0xF0000BFC          Access Enable Register 0
ASCLIN6_CLC     0xF0000C00          Clock Control Register
ASCLIN6_IOCR    0xF0000C04          Input and Output Control Register
ASCLIN6_ID      0xF0000C08          Module Identification Register
ASCLIN6_TXFIFOCON 0xF0000C0C          TX FIFO Configuration Register
ASCLIN6_RXFIFOCON 0xF0000C10          RX FIFO Configuration Register
ASCLIN6_BITCON  0xF0000C14          Bit Configuration Register
ASCLIN6_FRAMECON 0xF0000C18          Frame Control Register
ASCLIN6_DATCON  0xF0000C1C          Data Configuration Register
ASCLIN6_BRG     0xF0000C20          Baud Rate Generation Register
ASCLIN6_BRD     0xF0000C24          Baud Rate Detection Register
ASCLIN6_LINCON  0xF0000C28          LIN Control Register
ASCLIN6_LINBTIMER 0xF0000C2C          LIN Break Timer Register
ASCLIN6_LINHTIMER 0xF0000C30          LIN Header Timer Register
ASCLIN6_FLAGS   0xF0000C34          Flags Register
ASCLIN6_FLAGSSET 0xF0000C38          Flags Set Register
ASCLIN6_FLAGSCLEAR 0xF0000C3C          Flags Clear Register
ASCLIN6_FLAGSENABLE 0xF0000C40          Flags Enable Register
ASCLIN6_TXDATA  0xF0000C44          Transmit Data Register
ASCLIN6_RXDATA  0xF0000C48          Receive Data Register
ASCLIN6_CSR     0xF0000C4C          Clock Selection Register
ASCLIN6_RXDATAD 0xF0000C50          Receive Data Debug Register
ASCLIN6_OCS     0xF0000CE8          OCDS Control and Status
ASCLIN6_KRSTCLR 0xF0000CEC          Kernel Reset Status Clear Register
ASCLIN6_KRST1   0xF0000CF0          Kernel Reset Register 1
ASCLIN6_KRST0   0xF0000CF4          Kernel Reset Register 0
ASCLIN6_ACCEN0  0xF0000CFC          Access Enable Register 0
ASCLIN7_CLC     0xF0000D00          Clock Control Register
ASCLIN7_IOCR    0xF0000D04          Input and Output Control Register
ASCLIN7_ID      0xF0000D08          Module Identification Register
ASCLIN7_TXFIFOCON 0xF0000D0C          TX FIFO Configuration Register
ASCLIN7_RXFIFOCON 0xF0000D10          RX FIFO Configuration Register
ASCLIN7_BITCON  0xF0000D14          Bit Configuration Register
ASCLIN7_FRAMECON 0xF0000D18          Frame Control Register
ASCLIN7_DATCON  0xF0000D1C          Data Configuration Register
ASCLIN7_BRG     0xF0000D20          Baud Rate Generation Register
ASCLIN7_BRD     0xF0000D24          Baud Rate Detection Register
ASCLIN7_LINCON  0xF0000D28          LIN Control Register
ASCLIN7_LINBTIMER 0xF0000D2C          LIN Break Timer Register
ASCLIN7_LINHTIMER 0xF0000D30          LIN Header Timer Register
ASCLIN7_FLAGS   0xF0000D34          Flags Register
ASCLIN7_FLAGSSET 0xF0000D38          Flags Set Register
ASCLIN7_FLAGSCLEAR 0xF0000D3C          Flags Clear Register
ASCLIN7_FLAGSENABLE 0xF0000D40          Flags Enable Register
ASCLIN7_TXDATA  0xF0000D44          Transmit Data Register
ASCLIN7_RXDATA  0xF0000D48          Receive Data Register
ASCLIN7_CSR     0xF0000D4C          Clock Selection Register
ASCLIN7_RXDATAD 0xF0000D50          Receive Data Debug Register
ASCLIN7_OCS     0xF0000DE8          OCDS Control and Status
ASCLIN7_KRSTCLR 0xF0000DEC          Kernel Reset Status Clear Register
ASCLIN7_KRST1   0xF0000DF0          Kernel Reset Register 1
ASCLIN7_KRST0   0xF0000DF4          Kernel Reset Register 0
ASCLIN7_ACCEN0  0xF0000DFC          Access Enable Register 0
ASCLIN8_CLC     0xF0000E00          Clock Control Register
ASCLIN8_IOCR    0xF0000E04          Input and Output Control Register
ASCLIN8_ID      0xF0000E08          Module Identification Register
ASCLIN8_TXFIFOCON 0xF0000E0C          TX FIFO Configuration Register
ASCLIN8_RXFIFOCON 0xF0000E10          RX FIFO Configuration Register
ASCLIN8_BITCON  0xF0000E14          Bit Configuration Register
ASCLIN8_FRAMECON 0xF0000E18          Frame Control Register
ASCLIN8_DATCON  0xF0000E1C          Data Configuration Register
ASCLIN8_BRG     0xF0000E20          Baud Rate Generation Register
ASCLIN8_BRD     0xF0000E24          Baud Rate Detection Register
ASCLIN8_LINCON  0xF0000E28          LIN Control Register
ASCLIN8_LINBTIMER 0xF0000E2C          LIN Break Timer Register
ASCLIN8_LINHTIMER 0xF0000E30          LIN Header Timer Register
ASCLIN8_FLAGS   0xF0000E34          Flags Register
ASCLIN8_FLAGSSET 0xF0000E38          Flags Set Register
ASCLIN8_FLAGSCLEAR 0xF0000E3C          Flags Clear Register
ASCLIN8_FLAGSENABLE 0xF0000E40          Flags Enable Register
ASCLIN8_TXDATA  0xF0000E44          Transmit Data Register
ASCLIN8_RXDATA  0xF0000E48          Receive Data Register
ASCLIN8_CSR     0xF0000E4C          Clock Selection Register
ASCLIN8_RXDATAD 0xF0000E50          Receive Data Debug Register
ASCLIN8_OCS     0xF0000EE8          OCDS Control and Status
ASCLIN8_KRSTCLR 0xF0000EEC          Kernel Reset Status Clear Register
ASCLIN8_KRST1   0xF0000EF0          Kernel Reset Register 1
ASCLIN8_KRST0   0xF0000EF4          Kernel Reset Register 0
ASCLIN8_ACCEN0  0xF0000EFC          Access Enable Register 0
ASCLIN9_CLC     0xF0000F00          Clock Control Register
ASCLIN9_IOCR    0xF0000F04          Input and Output Control Register
ASCLIN9_ID      0xF0000F08          Module Identification Register
ASCLIN9_TXFIFOCON 0xF0000F0C          TX FIFO Configuration Register
ASCLIN9_RXFIFOCON 0xF0000F10          RX FIFO Configuration Register
ASCLIN9_BITCON  0xF0000F14          Bit Configuration Register
ASCLIN9_FRAMECON 0xF0000F18          Frame Control Register
ASCLIN9_DATCON  0xF0000F1C          Data Configuration Register
ASCLIN9_BRG     0xF0000F20          Baud Rate Generation Register
ASCLIN9_BRD     0xF0000F24          Baud Rate Detection Register
ASCLIN9_LINCON  0xF0000F28          LIN Control Register
ASCLIN9_LINBTIMER 0xF0000F2C          LIN Break Timer Register
ASCLIN9_LINHTIMER 0xF0000F30          LIN Header Timer Register
ASCLIN9_FLAGS   0xF0000F34          Flags Register
ASCLIN9_FLAGSSET 0xF0000F38          Flags Set Register
ASCLIN9_FLAGSCLEAR 0xF0000F3C          Flags Clear Register
ASCLIN9_FLAGSENABLE 0xF0000F40          Flags Enable Register
ASCLIN9_TXDATA  0xF0000F44          Transmit Data Register
ASCLIN9_RXDATA  0xF0000F48          Receive Data Register
ASCLIN9_CSR     0xF0000F4C          Clock Selection Register
ASCLIN9_RXDATAD 0xF0000F50          Receive Data Debug Register
ASCLIN9_OCS     0xF0000FE8          OCDS Control and Status
ASCLIN9_KRSTCLR 0xF0000FEC          Kernel Reset Status Clear Register
ASCLIN9_KRST1   0xF0000FF0          Kernel Reset Register 1
ASCLIN9_KRST0   0xF0000FF4          Kernel Reset Register 0
ASCLIN9_ACCEN0  0xF0000FFC          Access Enable Register 0
STM0_CLC        0xF0001000          Clock Control Register
STM0_ID         0xF0001008          Module Identification Register
STM0_TIM0       0xF0001010          Timer Register 0
STM0_TIM1       0xF0001014          Timer Register 1
STM0_TIM2       0xF0001018          Timer Register 2
STM0_TIM3       0xF000101C          Timer Register 3
STM0_TIM4       0xF0001020          Timer Register 4
STM0_TIM5       0xF0001024          Timer Register 5
STM0_TIM6       0xF0001028          Timer Register 6
STM0_CAP        0xF000102C          Timer Capture Register
STM0_CMP0       0xF0001030          Compare Register 0
STM0_CMP1       0xF0001034          Compare Register 1
STM0_CMCON      0xF0001038          Compare Match Control Register
STM0_ICR        0xF000103C          Interrupt Control Register
STM0_ISCR       0xF0001040          Interrupt Set/Clear Register
STM0_TIM0SV     0xF0001050          Timer Register 0 Second View
STM0_CAPSV      0xF0001054          Timer Capture Register Second View
STM0_OCS        0xF00010E8          OCDS Control and Status Register
STM0_KRSTCLR    0xF00010EC          Kernel Reset Status Clear Register
STM0_KRST1      0xF00010F0          Kernel Reset Register 1
STM0_KRST0      0xF00010F4          Kernel Reset Register 0
STM0_ACCEN1     0xF00010F8          Access Enable Register 1
STM0_ACCEN0     0xF00010FC          Access Enable Register 0
STM1_CLC        0xF0001100          Clock Control Register
STM1_ID         0xF0001108          Module Identification Register
STM1_TIM0       0xF0001110          Timer Register 0
STM1_TIM1       0xF0001114          Timer Register 1
STM1_TIM2       0xF0001118          Timer Register 2
STM1_TIM3       0xF000111C          Timer Register 3
STM1_TIM4       0xF0001120          Timer Register 4
STM1_TIM5       0xF0001124          Timer Register 5
STM1_TIM6       0xF0001128          Timer Register 6
STM1_CAP        0xF000112C          Timer Capture Register
STM1_CMP0       0xF0001130          Compare Register 0
STM1_CMP1       0xF0001134          Compare Register 1
STM1_CMCON      0xF0001138          Compare Match Control Register
STM1_ICR        0xF000113C          Interrupt Control Register
STM1_ISCR       0xF0001140          Interrupt Set/Clear Register
STM1_TIM0SV     0xF0001150          Timer Register 0 Second View
STM1_CAPSV      0xF0001154          Timer Capture Register Second View
STM1_OCS        0xF00011E8          OCDS Control and Status Register
STM1_KRSTCLR    0xF00011EC          Kernel Reset Status Clear Register
STM1_KRST1      0xF00011F0          Kernel Reset Register 1
STM1_KRST0      0xF00011F4          Kernel Reset Register 0
STM1_ACCEN1     0xF00011F8          Access Enable Register 1
STM1_ACCEN0     0xF00011FC          Access Enable Register 0
STM2_CLC        0xF0001200          Clock Control Register
STM2_ID         0xF0001208          Module Identification Register
STM2_TIM0       0xF0001210          Timer Register 0
STM2_TIM1       0xF0001214          Timer Register 1
STM2_TIM2       0xF0001218          Timer Register 2
STM2_TIM3       0xF000121C          Timer Register 3
STM2_TIM4       0xF0001220          Timer Register 4
STM2_TIM5       0xF0001224          Timer Register 5
STM2_TIM6       0xF0001228          Timer Register 6
STM2_CAP        0xF000122C          Timer Capture Register
STM2_CMP0       0xF0001230          Compare Register 0
STM2_CMP1       0xF0001234          Compare Register 1
STM2_CMCON      0xF0001238          Compare Match Control Register
STM2_ICR        0xF000123C          Interrupt Control Register
STM2_ISCR       0xF0001240          Interrupt Set/Clear Register
STM2_TIM0SV     0xF0001250          Timer Register 0 Second View
STM2_CAPSV      0xF0001254          Timer Capture Register Second View
STM2_OCS        0xF00012E8          OCDS Control and Status Register
STM2_KRSTCLR    0xF00012EC          Kernel Reset Status Clear Register
STM2_KRST1      0xF00012F0          Kernel Reset Register 1
STM2_KRST0      0xF00012F4          Kernel Reset Register 0
STM2_ACCEN1     0xF00012F8          Access Enable Register 1
STM2_ACCEN0     0xF00012FC          Access Enable Register 0
STM3_CLC        0xF0001300          Clock Control Register
STM3_ID         0xF0001308          Module Identification Register
STM3_TIM0       0xF0001310          Timer Register 0
STM3_TIM1       0xF0001314          Timer Register 1
STM3_TIM2       0xF0001318          Timer Register 2
STM3_TIM3       0xF000131C          Timer Register 3
STM3_TIM4       0xF0001320          Timer Register 4
STM3_TIM5       0xF0001324          Timer Register 5
STM3_TIM6       0xF0001328          Timer Register 6
STM3_CAP        0xF000132C          Timer Capture Register
STM3_CMP0       0xF0001330          Compare Register 0
STM3_CMP1       0xF0001334          Compare Register 1
STM3_CMCON      0xF0001338          Compare Match Control Register
STM3_ICR        0xF000133C          Interrupt Control Register
STM3_ISCR       0xF0001340          Interrupt Set/Clear Register
STM3_TIM0SV     0xF0001350          Timer Register 0 Second View
STM3_CAPSV      0xF0001354          Timer Capture Register Second View
STM3_OCS        0xF00013E8          OCDS Control and Status Register
STM3_KRSTCLR    0xF00013EC          Kernel Reset Status Clear Register
STM3_KRST1      0xF00013F0          Kernel Reset Register 1
STM3_KRST0      0xF00013F4          Kernel Reset Register 0
STM3_ACCEN1     0xF00013F8          Access Enable Register 1
STM3_ACCEN0     0xF00013FC          Access Enable Register 0
GPT120_CLC      0xF0001800          Clock Control Register
GPT120_PISEL    0xF0001804          Port Input Select Register
GPT120_ID       0xF0001808          Identification Register
GPT120_T2CON    0xF0001810          Timer T2 Control Register
GPT120_T3CON    0xF0001814          Timer T3 Control Register
GPT120_T4CON    0xF0001818          Timer T4 Control Register
GPT120_T5CON    0xF000181C          Timer T5 Control Register
GPT120_T6CON    0xF0001820          Timer T6 Control Register
GPT120_CAPREL   0xF0001830          Capture and Reload Register
GPT120_T2       0xF0001834          Timer T2 Register
GPT120_T3       0xF0001838          Timer T3 Register
GPT120_T4       0xF000183C          Timer T4 Register
GPT120_T5       0xF0001840          Timer T5 Register
GPT120_T6       0xF0001844          Timer T6 Register
GPT120_OCS      0xF00018E8          OCDS Control and Status Register
GPT120_KRSTCLR  0xF00018EC          Kernel Reset Status Clear Register
GPT120_KRST1    0xF00018F0          Kernel Reset Register 1
GPT120_KRST0    0xF00018F4          Kernel Reset Register 0
GPT120_ACCEN0   0xF00018FC          Access Enable Register 0
QSPI0_CLC       0xF0001C00          Clock Control Register
QSPI0_PISEL     0xF0001C04          Port Input Select Register
QSPI0_ID        0xF0001C08          Module Identification Register
QSPI0_GLOBALCON 0xF0001C10          Global Configuration Register
QSPI0_GLOBALCON1 0xF0001C14          Global Configuration Register 1
QSPI0_BACON     0xF0001C18          Basic Configuration Register
QSPI0_ECON0     0xF0001C20          Configuration Extension 0
QSPI0_ECON1     0xF0001C24          Configuration Extension 1
QSPI0_ECON2     0xF0001C28          Configuration Extension 2
QSPI0_ECON3     0xF0001C2C          Configuration Extension 3
QSPI0_ECON4     0xF0001C30          Configuration Extension 4
QSPI0_ECON5     0xF0001C34          Configuration Extension 5
QSPI0_ECON6     0xF0001C38          Configuration Extension 6
QSPI0_ECON7     0xF0001C3C          Configuration Extension 7
QSPI0_STATUS    0xF0001C40          Status Register
QSPI0_STATUS1   0xF0001C44          Status Register 1
QSPI0_SSOC      0xF0001C48          Slave Select Output Control Register
QSPI0_FLAGSCLEAR 0xF0001C54          Flags Clear Register
QSPI0_XXLCON    0xF0001C58          Extra Large Data Configuration Register
QSPI0_MIXENTRY  0xF0001C5C          MIX_ENTRY Register
QSPI0_BACONENTRY 0xF0001C60          BACON_ENTRY Register
QSPI0_DATAENTRY0 0xF0001C64          DATA_ENTRY Register 0
QSPI0_DATAENTRY1 0xF0001C68          DATA_ENTRY Register 1
QSPI0_DATAENTRY2 0xF0001C6C          DATA_ENTRY Register 2
QSPI0_DATAENTRY3 0xF0001C70          DATA_ENTRY Register 3
QSPI0_DATAENTRY4 0xF0001C74          DATA_ENTRY Register 4
QSPI0_DATAENTRY5 0xF0001C78          DATA_ENTRY Register 5
QSPI0_DATAENTRY6 0xF0001C7C          DATA_ENTRY Register 6
QSPI0_DATAENTRY7 0xF0001C80          DATA_ENTRY Register 7
QSPI0_RXEXIT    0xF0001C90          RX_EXIT Register
QSPI0_RXEXITD   0xF0001C94          RX_EXIT Debug Register
QSPI0_MC        0xF0001CA4          Move Counter Register
QSPI0_MCCON     0xF0001CA8          Move Counter control Register
QSPI0_OCS       0xF0001CE8          OCDS Control and Status
QSPI0_KRSTCLR   0xF0001CEC          Kernel Reset Status Clear Register
QSPI0_KRST1     0xF0001CF0          Kernel Reset Register 1
QSPI0_KRST0     0xF0001CF4          Kernel Reset Register 0
QSPI0_ACCEN1    0xF0001CF8          Access Enable Register 1
QSPI0_ACCEN0    0xF0001CFC          Access Enable Register 0
QSPI1_CLC       0xF0001D00          Clock Control Register
QSPI1_PISEL     0xF0001D04          Port Input Select Register
QSPI1_ID        0xF0001D08          Module Identification Register
QSPI1_GLOBALCON 0xF0001D10          Global Configuration Register
QSPI1_GLOBALCON1 0xF0001D14          Global Configuration Register 1
QSPI1_BACON     0xF0001D18          Basic Configuration Register
QSPI1_ECON0     0xF0001D20          Configuration Extension 0
QSPI1_ECON1     0xF0001D24          Configuration Extension 1
QSPI1_ECON2     0xF0001D28          Configuration Extension 2
QSPI1_ECON3     0xF0001D2C          Configuration Extension 3
QSPI1_ECON4     0xF0001D30          Configuration Extension 4
QSPI1_ECON5     0xF0001D34          Configuration Extension 5
QSPI1_ECON6     0xF0001D38          Configuration Extension 6
QSPI1_ECON7     0xF0001D3C          Configuration Extension 7
QSPI1_STATUS    0xF0001D40          Status Register
QSPI1_STATUS1   0xF0001D44          Status Register 1
QSPI1_SSOC      0xF0001D48          Slave Select Output Control Register
QSPI1_FLAGSCLEAR 0xF0001D54          Flags Clear Register
QSPI1_XXLCON    0xF0001D58          Extra Large Data Configuration Register
QSPI1_MIXENTRY  0xF0001D5C          MIX_ENTRY Register
QSPI1_BACONENTRY 0xF0001D60          BACON_ENTRY Register
QSPI1_DATAENTRY0 0xF0001D64          DATA_ENTRY Register 0
QSPI1_DATAENTRY1 0xF0001D68          DATA_ENTRY Register 1
QSPI1_DATAENTRY2 0xF0001D6C          DATA_ENTRY Register 2
QSPI1_DATAENTRY3 0xF0001D70          DATA_ENTRY Register 3
QSPI1_DATAENTRY4 0xF0001D74          DATA_ENTRY Register 4
QSPI1_DATAENTRY5 0xF0001D78          DATA_ENTRY Register 5
QSPI1_DATAENTRY6 0xF0001D7C          DATA_ENTRY Register 6
QSPI1_DATAENTRY7 0xF0001D80          DATA_ENTRY Register 7
QSPI1_RXEXIT    0xF0001D90          RX_EXIT Register
QSPI1_RXEXITD   0xF0001D94          RX_EXIT Debug Register
QSPI1_MC        0xF0001DA4          Move Counter Register
QSPI1_MCCON     0xF0001DA8          Move Counter control Register
QSPI1_OCS       0xF0001DE8          OCDS Control and Status
QSPI1_KRSTCLR   0xF0001DEC          Kernel Reset Status Clear Register
QSPI1_KRST1     0xF0001DF0          Kernel Reset Register 1
QSPI1_KRST0     0xF0001DF4          Kernel Reset Register 0
QSPI1_ACCEN1    0xF0001DF8          Access Enable Register 1
QSPI1_ACCEN0    0xF0001DFC          Access Enable Register 0
QSPI2_CLC       0xF0001E00          Clock Control Register
QSPI2_PISEL     0xF0001E04          Port Input Select Register
QSPI2_ID        0xF0001E08          Module Identification Register
QSPI2_GLOBALCON 0xF0001E10          Global Configuration Register
QSPI2_GLOBALCON1 0xF0001E14          Global Configuration Register 1
QSPI2_BACON     0xF0001E18          Basic Configuration Register
QSPI2_ECON0     0xF0001E20          Configuration Extension 0
QSPI2_ECON1     0xF0001E24          Configuration Extension 1
QSPI2_ECON2     0xF0001E28          Configuration Extension 2
QSPI2_ECON3     0xF0001E2C          Configuration Extension 3
QSPI2_ECON4     0xF0001E30          Configuration Extension 4
QSPI2_ECON5     0xF0001E34          Configuration Extension 5
QSPI2_ECON6     0xF0001E38          Configuration Extension 6
QSPI2_ECON7     0xF0001E3C          Configuration Extension 7
QSPI2_STATUS    0xF0001E40          Status Register
QSPI2_STATUS1   0xF0001E44          Status Register 1
QSPI2_SSOC      0xF0001E48          Slave Select Output Control Register
QSPI2_FLAGSCLEAR 0xF0001E54          Flags Clear Register
QSPI2_XXLCON    0xF0001E58          Extra Large Data Configuration Register
QSPI2_MIXENTRY  0xF0001E5C          MIX_ENTRY Register
QSPI2_BACONENTRY 0xF0001E60          BACON_ENTRY Register
QSPI2_DATAENTRY0 0xF0001E64          DATA_ENTRY Register 0
QSPI2_DATAENTRY1 0xF0001E68          DATA_ENTRY Register 1
QSPI2_DATAENTRY2 0xF0001E6C          DATA_ENTRY Register 2
QSPI2_DATAENTRY3 0xF0001E70          DATA_ENTRY Register 3
QSPI2_DATAENTRY4 0xF0001E74          DATA_ENTRY Register 4
QSPI2_DATAENTRY5 0xF0001E78          DATA_ENTRY Register 5
QSPI2_DATAENTRY6 0xF0001E7C          DATA_ENTRY Register 6
QSPI2_DATAENTRY7 0xF0001E80          DATA_ENTRY Register 7
QSPI2_RXEXIT    0xF0001E90          RX_EXIT Register
QSPI2_RXEXITD   0xF0001E94          RX_EXIT Debug Register
QSPI2_MC        0xF0001EA4          Move Counter Register
QSPI2_MCCON     0xF0001EA8          Move Counter control Register
QSPI2_OCS       0xF0001EE8          OCDS Control and Status
QSPI2_KRSTCLR   0xF0001EEC          Kernel Reset Status Clear Register
QSPI2_KRST1     0xF0001EF0          Kernel Reset Register 1
QSPI2_KRST0     0xF0001EF4          Kernel Reset Register 0
QSPI2_ACCEN1    0xF0001EF8          Access Enable Register 1
QSPI2_ACCEN0    0xF0001EFC          Access Enable Register 0
QSPI3_CLC       0xF0001F00          Clock Control Register
QSPI3_PISEL     0xF0001F04          Port Input Select Register
QSPI3_ID        0xF0001F08          Module Identification Register
QSPI3_GLOBALCON 0xF0001F10          Global Configuration Register
QSPI3_GLOBALCON1 0xF0001F14          Global Configuration Register 1
QSPI3_BACON     0xF0001F18          Basic Configuration Register
QSPI3_ECON0     0xF0001F20          Configuration Extension 0
QSPI3_ECON1     0xF0001F24          Configuration Extension 1
QSPI3_ECON2     0xF0001F28          Configuration Extension 2
QSPI3_ECON3     0xF0001F2C          Configuration Extension 3
QSPI3_ECON4     0xF0001F30          Configuration Extension 4
QSPI3_ECON5     0xF0001F34          Configuration Extension 5
QSPI3_ECON6     0xF0001F38          Configuration Extension 6
QSPI3_ECON7     0xF0001F3C          Configuration Extension 7
QSPI3_STATUS    0xF0001F40          Status Register
QSPI3_STATUS1   0xF0001F44          Status Register 1
QSPI3_SSOC      0xF0001F48          Slave Select Output Control Register
QSPI3_FLAGSCLEAR 0xF0001F54          Flags Clear Register
QSPI3_XXLCON    0xF0001F58          Extra Large Data Configuration Register
QSPI3_MIXENTRY  0xF0001F5C          MIX_ENTRY Register
QSPI3_BACONENTRY 0xF0001F60          BACON_ENTRY Register
QSPI3_DATAENTRY0 0xF0001F64          DATA_ENTRY Register 0
QSPI3_DATAENTRY1 0xF0001F68          DATA_ENTRY Register 1
QSPI3_DATAENTRY2 0xF0001F6C          DATA_ENTRY Register 2
QSPI3_DATAENTRY3 0xF0001F70          DATA_ENTRY Register 3
QSPI3_DATAENTRY4 0xF0001F74          DATA_ENTRY Register 4
QSPI3_DATAENTRY5 0xF0001F78          DATA_ENTRY Register 5
QSPI3_DATAENTRY6 0xF0001F7C          DATA_ENTRY Register 6
QSPI3_DATAENTRY7 0xF0001F80          DATA_ENTRY Register 7
QSPI3_RXEXIT    0xF0001F90          RX_EXIT Register
QSPI3_RXEXITD   0xF0001F94          RX_EXIT Debug Register
QSPI3_MC        0xF0001FA4          Move Counter Register
QSPI3_MCCON     0xF0001FA8          Move Counter control Register
QSPI3_OCS       0xF0001FE8          OCDS Control and Status
QSPI3_KRSTCLR   0xF0001FEC          Kernel Reset Status Clear Register
QSPI3_KRST1     0xF0001FF0          Kernel Reset Register 1
QSPI3_KRST0     0xF0001FF4          Kernel Reset Register 0
QSPI3_ACCEN1    0xF0001FF8          Access Enable Register 1
QSPI3_ACCEN0    0xF0001FFC          Access Enable Register 0
QSPI4_CLC       0xF0002000          Clock Control Register
QSPI4_PISEL     0xF0002004          Port Input Select Register
QSPI4_ID        0xF0002008          Module Identification Register
QSPI4_GLOBALCON 0xF0002010          Global Configuration Register
QSPI4_GLOBALCON1 0xF0002014          Global Configuration Register 1
QSPI4_BACON     0xF0002018          Basic Configuration Register
QSPI4_ECON0     0xF0002020          Configuration Extension 0
QSPI4_ECON1     0xF0002024          Configuration Extension 1
QSPI4_ECON2     0xF0002028          Configuration Extension 2
QSPI4_ECON3     0xF000202C          Configuration Extension 3
QSPI4_ECON4     0xF0002030          Configuration Extension 4
QSPI4_ECON5     0xF0002034          Configuration Extension 5
QSPI4_ECON6     0xF0002038          Configuration Extension 6
QSPI4_ECON7     0xF000203C          Configuration Extension 7
QSPI4_STATUS    0xF0002040          Status Register
QSPI4_STATUS1   0xF0002044          Status Register 1
QSPI4_SSOC      0xF0002048          Slave Select Output Control Register
QSPI4_FLAGSCLEAR 0xF0002054          Flags Clear Register
QSPI4_XXLCON    0xF0002058          Extra Large Data Configuration Register
QSPI4_MIXENTRY  0xF000205C          MIX_ENTRY Register
QSPI4_BACONENTRY 0xF0002060          BACON_ENTRY Register
QSPI4_DATAENTRY0 0xF0002064          DATA_ENTRY Register 0
QSPI4_DATAENTRY1 0xF0002068          DATA_ENTRY Register 1
QSPI4_DATAENTRY2 0xF000206C          DATA_ENTRY Register 2
QSPI4_DATAENTRY3 0xF0002070          DATA_ENTRY Register 3
QSPI4_DATAENTRY4 0xF0002074          DATA_ENTRY Register 4
QSPI4_DATAENTRY5 0xF0002078          DATA_ENTRY Register 5
QSPI4_DATAENTRY6 0xF000207C          DATA_ENTRY Register 6
QSPI4_DATAENTRY7 0xF0002080          DATA_ENTRY Register 7
QSPI4_RXEXIT    0xF0002090          RX_EXIT Register
QSPI4_RXEXITD   0xF0002094          RX_EXIT Debug Register
QSPI4_MC        0xF00020A4          Move Counter Register
QSPI4_MCCON     0xF00020A8          Move Counter control Register
QSPI4_OCS       0xF00020E8          OCDS Control and Status
QSPI4_KRSTCLR   0xF00020EC          Kernel Reset Status Clear Register
QSPI4_KRST1     0xF00020F0          Kernel Reset Register 1
QSPI4_KRST0     0xF00020F4          Kernel Reset Register 0
QSPI4_ACCEN1    0xF00020F8          Access Enable Register 1
QSPI4_ACCEN0    0xF00020FC          Access Enable Register 0
MSC0_CLC        0xF0002600          Clock Control Register
MSC0_ID         0xF0002608          Module Identification Register
MSC0_FDR        0xF000260C          Fractional Divider Register
MSC0_USR        0xF0002610          Upstream Status Register
MSC0_DSC        0xF0002614          Downstream Control Register
MSC0_DSS        0xF0002618          Downstream Status Register
MSC0_DD         0xF000261C          Downstream Data Register
MSC0_DC         0xF0002620          Downstream Command Register
MSC0_DSDSL      0xF0002624          Downstream Select Data Source Low Register
MSC0_DSDSH      0xF0002628          Downstream Select Data Source High Register
MSC0_ESR        0xF000262C          Emergency Stop Register
MSC0_UD0        0xF0002630          Upstream Data Register 0
MSC0_UD1        0xF0002634          Upstream Data Register 1
MSC0_UD2        0xF0002638          Upstream Data Register 2
MSC0_UD3        0xF000263C          Upstream Data Register 3
MSC0_ICR        0xF0002640          Interrupt Control Register
MSC0_ISR        0xF0002644          Interrupt Status Register
MSC0_ISC        0xF0002648          Interrupt Set Clear Register
MSC0_OCR        0xF000264C          Output Control Register
MSC0_DSCE       0xF0002658          Downstream Control Enhanced Register 1
MSC0_USCE       0xF000265C          Upstream Control Enhanced Register 1
MSC0_DSDSLE     0xF0002660          Downstream Select Data Source Low Extension Register
MSC0_DSDSHE     0xF0002664          Downstream Select Data Source High Extension Register
MSC0_ESRE       0xF0002668          Emergency Stop Extension Register
MSC0_DSTE       0xF000266C          Downstream Timing Extension Register
MSC0_DDM        0xF0002670          Downstream Data Mirror Register
MSC0_DDE        0xF0002674          Downstream Data Extension Register
MSC0_DCM        0xF0002678          Downstream Command Mirror Register
MSC0_DCE        0xF000267C          Downstream Command Extension Register
MSC0_ABC        0xF0002680          Asynchronous Block Configuration Register
MSC0_OCS        0xF00026E8          OCDS Control and Status
MSC0_KRSTCLR    0xF00026EC          Kernel Reset Status Clear Register
MSC0_KRST1      0xF00026F0          Kernel Reset Register 1
MSC0_KRST0      0xF00026F4          Kernel Reset Register 0
MSC0_ACCEN1     0xF00026F8          Access Enable Register 1
MSC0_ACCEN0     0xF00026FC          Access Enable Register 0
MSC1_CLC        0xF0002700          Clock Control Register
MSC1_ID         0xF0002708          Module Identification Register
MSC1_FDR        0xF000270C          Fractional Divider Register
MSC1_USR        0xF0002710          Upstream Status Register
MSC1_DSC        0xF0002714          Downstream Control Register
MSC1_DSS        0xF0002718          Downstream Status Register
MSC1_DD         0xF000271C          Downstream Data Register
MSC1_DC         0xF0002720          Downstream Command Register
MSC1_DSDSL      0xF0002724          Downstream Select Data Source Low Register
MSC1_DSDSH      0xF0002728          Downstream Select Data Source High Register
MSC1_ESR        0xF000272C          Emergency Stop Register
MSC1_UD0        0xF0002730          Upstream Data Register 0
MSC1_UD1        0xF0002734          Upstream Data Register 1
MSC1_UD2        0xF0002738          Upstream Data Register 2
MSC1_UD3        0xF000273C          Upstream Data Register 3
MSC1_ICR        0xF0002740          Interrupt Control Register
MSC1_ISR        0xF0002744          Interrupt Status Register
MSC1_ISC        0xF0002748          Interrupt Set Clear Register
MSC1_OCR        0xF000274C          Output Control Register
MSC1_DSCE       0xF0002758          Downstream Control Enhanced Register 1
MSC1_USCE       0xF000275C          Upstream Control Enhanced Register 1
MSC1_DSDSLE     0xF0002760          Downstream Select Data Source Low Extension Register
MSC1_DSDSHE     0xF0002764          Downstream Select Data Source High Extension Register
MSC1_ESRE       0xF0002768          Emergency Stop Extension Register
MSC1_DSTE       0xF000276C          Downstream Timing Extension Register
MSC1_DDM        0xF0002770          Downstream Data Mirror Register
MSC1_DDE        0xF0002774          Downstream Data Extension Register
MSC1_DCM        0xF0002778          Downstream Command Mirror Register
MSC1_DCE        0xF000277C          Downstream Command Extension Register
MSC1_ABC        0xF0002780          Asynchronous Block Configuration Register
MSC1_OCS        0xF00027E8          OCDS Control and Status
MSC1_KRSTCLR    0xF00027EC          Kernel Reset Status Clear Register
MSC1_KRST1      0xF00027F0          Kernel Reset Register 1
MSC1_KRST0      0xF00027F4          Kernel Reset Register 0
MSC1_ACCEN1     0xF00027F8          Access Enable Register 1
MSC1_ACCEN0     0xF00027FC          Access Enable Register 0
MSC2_CLC        0xF0002800          Clock Control Register
MSC2_ID         0xF0002808          Module Identification Register
MSC2_FDR        0xF000280C          Fractional Divider Register
MSC2_USR        0xF0002810          Upstream Status Register
MSC2_DSC        0xF0002814          Downstream Control Register
MSC2_DSS        0xF0002818          Downstream Status Register
MSC2_DD         0xF000281C          Downstream Data Register
MSC2_DC         0xF0002820          Downstream Command Register
MSC2_DSDSL      0xF0002824          Downstream Select Data Source Low Register
MSC2_DSDSH      0xF0002828          Downstream Select Data Source High Register
MSC2_ESR        0xF000282C          Emergency Stop Register
MSC2_UD0        0xF0002830          Upstream Data Register 0
MSC2_UD1        0xF0002834          Upstream Data Register 1
MSC2_UD2        0xF0002838          Upstream Data Register 2
MSC2_UD3        0xF000283C          Upstream Data Register 3
MSC2_ICR        0xF0002840          Interrupt Control Register
MSC2_ISR        0xF0002844          Interrupt Status Register
MSC2_ISC        0xF0002848          Interrupt Set Clear Register
MSC2_OCR        0xF000284C          Output Control Register
MSC2_DSCE       0xF0002858          Downstream Control Enhanced Register 1
MSC2_USCE       0xF000285C          Upstream Control Enhanced Register 1
MSC2_DSDSLE     0xF0002860          Downstream Select Data Source Low Extension Register
MSC2_DSDSHE     0xF0002864          Downstream Select Data Source High Extension Register
MSC2_ESRE       0xF0002868          Emergency Stop Extension Register
MSC2_DSTE       0xF000286C          Downstream Timing Extension Register
MSC2_DDM        0xF0002870          Downstream Data Mirror Register
MSC2_DDE        0xF0002874          Downstream Data Extension Register
MSC2_DCM        0xF0002878          Downstream Command Mirror Register
MSC2_DCE        0xF000287C          Downstream Command Extension Register
MSC2_ABC        0xF0002880          Asynchronous Block Configuration Register
MSC2_OCS        0xF00028E8          OCDS Control and Status
MSC2_KRSTCLR    0xF00028EC          Kernel Reset Status Clear Register
MSC2_KRST1      0xF00028F0          Kernel Reset Register 1
MSC2_KRST0      0xF00028F4          Kernel Reset Register 0
MSC2_ACCEN1     0xF00028F8          Access Enable Register 1
MSC2_ACCEN0     0xF00028FC          Access Enable Register 0
CCU60_CLC       0xF0002A00          Clock Control Register
CCU60_MCFG      0xF0002A04          Module Configuration Register
CCU60_ID        0xF0002A08          Module Identification Register
CCU60_MOSEL     0xF0002A0C          CCU60 Module Output Select Register
CCU60_PISEL0    0xF0002A10          Port Input Select Register 0
CCU60_PISEL2    0xF0002A14          Port Input Select Register 2
CCU60_KSCSR     0xF0002A1C          Kernel State Control Sensitivity Register
CCU60_T12       0xF0002A20          Timer T12 Counter Register
CCU60_T12PR     0xF0002A24          Timer 12 Period Register
CCU60_T12DTC    0xF0002A28          Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0002A30          Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0002A34          Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0002A38          Capture/Compare Register for Channel CC62
CCU60_CC60SR    0xF0002A40          Capture/Compare Shadow Reg. for Channel CC60
CCU60_CC61SR    0xF0002A44          Capture/Compare Shadow Reg. for Channel CC61
CCU60_CC62SR    0xF0002A48          Capture/Compare Shadow Reg. for Channel CC62
CCU60_T13       0xF0002A50          Timer T13 Counter Register
CCU60_T13PR     0xF0002A54          Timer 13 Period Register
CCU60_CC63R     0xF0002A58          Compare Register for T13
CCU60_CC63SR    0xF0002A5C          Compare Shadow Register for T13
CCU60_CMPSTAT   0xF0002A60          Compare State Register
CCU60_CMPMODIF  0xF0002A64          Compare State Modification Register
CCU60_T12MSEL   0xF0002A68          T12 Mode Select Register
CCU60_TCTR0     0xF0002A70          Timer Control Register 0
CCU60_TCTR2     0xF0002A74          Timer Control Register 2
CCU60_TCTR4     0xF0002A78          Timer Control Register 4
CCU60_MODCTR    0xF0002A80          Modulation Control Register
CCU60_TRPCTR    0xF0002A84          Trap Control Register
CCU60_PSLR      0xF0002A88          Passive State Level Register
CCU60_MCMOUTS   0xF0002A8C          Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0002A90          Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0002A94          Multi-Channel Mode Control Register
CCU60_IMON      0xF0002A98          Input Monitoring Register
CCU60_LI        0xF0002A9C          Lost Indicator Register
CCU60_IS        0xF0002AA0          Interrupt Status Register
CCU60_ISS       0xF0002AA4          Interrupt Status Set Register
CCU60_ISR       0xF0002AA8          Interrupt Status Reset Register
CCU60_INP       0xF0002AAC          Interrupt Node Pointer Register
CCU60_IEN       0xF0002AB0          Interrupt Enable Register
CCU60_OCS       0xF0002AE8          OCDS Control and Status Register
CCU60_KRSTCLR   0xF0002AEC          Kernel Reset Status Clear Register
CCU60_KRST1     0xF0002AF0          Kernel Reset Register 1
CCU60_KRST0     0xF0002AF4          Kernel Reset Register 0
CCU60_ACCEN1    0xF0002AF8          Access Enable Register 1
CCU60_ACCEN0    0xF0002AFC          Access Enable Register 0
CCU61_CLC       0xF0002B00          Clock Control Register
CCU61_MCFG      0xF0002B04          Module Configuration Register
CCU61_ID        0xF0002B08          Module Identification Register
CCU61_PISEL0    0xF0002B10          Port Input Select Register 0
CCU61_PISEL2    0xF0002B14          Port Input Select Register 2
CCU61_KSCSR     0xF0002B1C          Kernel State Control Sensitivity Register
CCU61_T12       0xF0002B20          Timer T12 Counter Register
CCU61_T12PR     0xF0002B24          Timer 12 Period Register
CCU61_T12DTC    0xF0002B28          Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0002B30          Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0002B34          Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0002B38          Capture/Compare Register for Channel CC62
CCU61_CC60SR    0xF0002B40          Capture/Compare Shadow Reg. for Channel CC60
CCU61_CC61SR    0xF0002B44          Capture/Compare Shadow Reg. for Channel CC61
CCU61_CC62SR    0xF0002B48          Capture/Compare Shadow Reg. for Channel CC62
CCU61_T13       0xF0002B50          Timer T13 Counter Register
CCU61_T13PR     0xF0002B54          Timer 13 Period Register
CCU61_CC63R     0xF0002B58          Compare Register for T13
CCU61_CC63SR    0xF0002B5C          Compare Shadow Register for T13
CCU61_CMPSTAT   0xF0002B60          Compare State Register
CCU61_CMPMODIF  0xF0002B64          Compare State Modification Register
CCU61_T12MSEL   0xF0002B68          T12 Mode Select Register
CCU61_TCTR0     0xF0002B70          Timer Control Register 0
CCU61_TCTR2     0xF0002B74          Timer Control Register 2
CCU61_TCTR4     0xF0002B78          Timer Control Register 4
CCU61_MODCTR    0xF0002B80          Modulation Control Register
CCU61_TRPCTR    0xF0002B84          Trap Control Register
CCU61_PSLR      0xF0002B88          Passive State Level Register
CCU61_MCMOUTS   0xF0002B8C          Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0002B90          Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0002B94          Multi-Channel Mode Control Register
CCU61_IMON      0xF0002B98          Input Monitoring Register
CCU61_LI        0xF0002B9C          Lost Indicator Register
CCU61_IS        0xF0002BA0          Interrupt Status Register
CCU61_ISS       0xF0002BA4          Interrupt Status Set Register
CCU61_ISR       0xF0002BA8          Interrupt Status Reset Register
CCU61_INP       0xF0002BAC          Interrupt Node Pointer Register
CCU61_IEN       0xF0002BB0          Interrupt Enable Register
CCU61_OCS       0xF0002BE8          OCDS Control and Status Register
CCU61_KRSTCLR   0xF0002BEC          Kernel Reset Status Clear Register
CCU61_KRST1     0xF0002BF0          Kernel Reset Register 1
CCU61_KRST0     0xF0002BF4          Kernel Reset Register 0
CCU61_ACCEN1    0xF0002BF8          Access Enable Register 1
CCU61_ACCEN0    0xF0002BFC          Access Enable Register 0
SENT_CLC        0xF0003000          Clock Control Register
SENT_ID         0xF0003008          Module Identification Register
SENT_FDR        0xF000300C          SENT Fractional Divider Register
SENT_INTOV      0xF0003014          Interrupt Overview Register
SENT_TSR        0xF0003018          Module Time Stamp Register
SENT_TPD        0xF000301C          Time Stamp Predivider Register
SENT_RDR0       0xF0003080          Receive Data Register 0
SENT_RDR1       0xF0003084          Receive Data Register 1
SENT_RDR2       0xF0003088          Receive Data Register 2
SENT_RDR3       0xF000308C          Receive Data Register 3
SENT_RDR4       0xF0003090          Receive Data Register 4
SENT_RDR5       0xF0003094          Receive Data Register 5
SENT_RDR6       0xF0003098          Receive Data Register 6
SENT_RDR7       0xF000309C          Receive Data Register 7
SENT_RDR8       0xF00030A0          Receive Data Register 8
SENT_RDR9       0xF00030A4          Receive Data Register 9
SENT_RDR10      0xF00030A8          Receive Data Register 10
SENT_RDR11      0xF00030AC          Receive Data Register 11
SENT_RDR12      0xF00030B0          Receive Data Register 12
SENT_RDR13      0xF00030B4          Receive Data Register 13
SENT_RDR14      0xF00030B8          Receive Data Register 14
SENT_RDR15      0xF00030BC          Receive Data Register 15
SENT_RDR16      0xF00030C0          Receive Data Register 16
SENT_RDR17      0xF00030C4          Receive Data Register 17
SENT_RDR18      0xF00030C8          Receive Data Register 18
SENT_RDR19      0xF00030CC          Receive Data Register 19
SENT_RDR20      0xF00030D0          Receive Data Register 20
SENT_RDR21      0xF00030D4          Receive Data Register 21
SENT_RDR22      0xF00030D8          Receive Data Register 22
SENT_RDR23      0xF00030DC          Receive Data Register 23
SENT_RDR24      0xF00030E0          Receive Data Register 24
SENT_OCS        0xF00030E8          OCDS Control and Status
SENT_KRSTCLR    0xF00030EC          Kernel Reset Status Clear Register
SENT_KRST1      0xF00030F0          Kernel Reset Register 1
SENT_KRST0      0xF00030F4          Kernel Reset Register 0
SENT_ACCEN1     0xF00030F8          Access Enable Register 1
SENT_ACCEN0     0xF00030FC          Access Enable Register 0
SENT_CPDR0      0xF0003100          Channel Pre Divider Register 0
SENT_CFDR0      0xF0003104          Channel Fractional Divider Register 0
SENT_RCR0       0xF0003108          Receiver Control Register 0
SENT_RSR0       0xF000310C          Receive Status Register 0
SENT_SDS0       0xF0003110          Serial Data and Status Register 0
SENT_IOCR0      0xF0003114          Input and Output Control Register 0
SENT_SCR0       0xF0003118          SPC Control Register 0
SENT_VIEW0      0xF000311C          Receive Data View Register 0
SENT_INTSTAT0   0xF0003120          Interrupt Status Register 0
SENT_INTSET0    0xF0003124          Interrupt Set Register 0
SENT_INTCLR0    0xF0003128          Interrupt Clear Register 0
SENT_INTEN0     0xF000312C          Interrupt Enable Register 0
SENT_INP0       0xF0003130          Interrupt Node Pointer Register 0
SENT_WDT0       0xF0003134          Watch Dog Timer Register 0
SENT_CPDR1      0xF0003140          Channel Pre Divider Register 1
SENT_CFDR1      0xF0003144          Channel Fractional Divider Register 1
SENT_RCR1       0xF0003148          Receiver Control Register 1
SENT_RSR1       0xF000314C          Receive Status Register 1
SENT_SDS1       0xF0003150          Serial Data and Status Register 1
SENT_IOCR1      0xF0003154          Input and Output Control Register 1
SENT_SCR1       0xF0003158          SPC Control Register 1
SENT_VIEW1      0xF000315C          Receive Data View Register 1
SENT_INTSTAT1   0xF0003160          Interrupt Status Register 1
SENT_INTSET1    0xF0003164          Interrupt Set Register 1
SENT_INTCLR1    0xF0003168          Interrupt Clear Register 1
SENT_INTEN1     0xF000316C          Interrupt Enable Register 1
SENT_INP1       0xF0003170          Interrupt Node Pointer Register 1
SENT_WDT1       0xF0003174          Watch Dog Timer Register 1
SENT_CPDR2      0xF0003180          Channel Pre Divider Register 2
SENT_CFDR2      0xF0003184          Channel Fractional Divider Register 2
SENT_RCR2       0xF0003188          Receiver Control Register 2
SENT_RSR2       0xF000318C          Receive Status Register 2
SENT_SDS2       0xF0003190          Serial Data and Status Register 2
SENT_IOCR2      0xF0003194          Input and Output Control Register 2
SENT_SCR2       0xF0003198          SPC Control Register 2
SENT_VIEW2      0xF000319C          Receive Data View Register 2
SENT_INTSTAT2   0xF00031A0          Interrupt Status Register 2
SENT_INTSET2    0xF00031A4          Interrupt Set Register 2
SENT_INTCLR2    0xF00031A8          Interrupt Clear Register 2
SENT_INTEN2     0xF00031AC          Interrupt Enable Register 2
SENT_INP2       0xF00031B0          Interrupt Node Pointer Register 2
SENT_WDT2       0xF00031B4          Watch Dog Timer Register 2
SENT_CPDR3      0xF00031C0          Channel Pre Divider Register 3
SENT_CFDR3      0xF00031C4          Channel Fractional Divider Register 3
SENT_RCR3       0xF00031C8          Receiver Control Register 3
SENT_RSR3       0xF00031CC          Receive Status Register 3
SENT_SDS3       0xF00031D0          Serial Data and Status Register 3
SENT_IOCR3      0xF00031D4          Input and Output Control Register 3
SENT_SCR3       0xF00031D8          SPC Control Register 3
SENT_VIEW3      0xF00031DC          Receive Data View Register 3
SENT_INTSTAT3   0xF00031E0          Interrupt Status Register 3
SENT_INTSET3    0xF00031E4          Interrupt Set Register 3
SENT_INTCLR3    0xF00031E8          Interrupt Clear Register 3
SENT_INTEN3     0xF00031EC          Interrupt Enable Register 3
SENT_INP3       0xF00031F0          Interrupt Node Pointer Register 3
SENT_WDT3       0xF00031F4          Watch Dog Timer Register 3
SENT_CPDR4      0xF0003200          Channel Pre Divider Register 4
SENT_CFDR4      0xF0003204          Channel Fractional Divider Register 4
SENT_RCR4       0xF0003208          Receiver Control Register 4
SENT_RSR4       0xF000320C          Receive Status Register 4
SENT_SDS4       0xF0003210          Serial Data and Status Register 4
SENT_IOCR4      0xF0003214          Input and Output Control Register 4
SENT_SCR4       0xF0003218          SPC Control Register 4
SENT_VIEW4      0xF000321C          Receive Data View Register 4
SENT_INTSTAT4   0xF0003220          Interrupt Status Register 4
SENT_INTSET4    0xF0003224          Interrupt Set Register 4
SENT_INTCLR4    0xF0003228          Interrupt Clear Register 4
SENT_INTEN4     0xF000322C          Interrupt Enable Register 4
SENT_INP4       0xF0003230          Interrupt Node Pointer Register 4
SENT_WDT4       0xF0003234          Watch Dog Timer Register 4
SENT_CPDR5      0xF0003240          Channel Pre Divider Register 5
SENT_CFDR5      0xF0003244          Channel Fractional Divider Register 5
SENT_RCR5       0xF0003248          Receiver Control Register 5
SENT_RSR5       0xF000324C          Receive Status Register 5
SENT_SDS5       0xF0003250          Serial Data and Status Register 5
SENT_IOCR5      0xF0003254          Input and Output Control Register 5
SENT_SCR5       0xF0003258          SPC Control Register 5
SENT_VIEW5      0xF000325C          Receive Data View Register 5
SENT_INTSTAT5   0xF0003260          Interrupt Status Register 5
SENT_INTSET5    0xF0003264          Interrupt Set Register 5
SENT_INTCLR5    0xF0003268          Interrupt Clear Register 5
SENT_INTEN5     0xF000326C          Interrupt Enable Register 5
SENT_INP5       0xF0003270          Interrupt Node Pointer Register 5
SENT_WDT5       0xF0003274          Watch Dog Timer Register 5
SENT_CPDR6      0xF0003280          Channel Pre Divider Register 6
SENT_CFDR6      0xF0003284          Channel Fractional Divider Register 6
SENT_RCR6       0xF0003288          Receiver Control Register 6
SENT_RSR6       0xF000328C          Receive Status Register 6
SENT_SDS6       0xF0003290          Serial Data and Status Register 6
SENT_IOCR6      0xF0003294          Input and Output Control Register 6
SENT_SCR6       0xF0003298          SPC Control Register 6
SENT_VIEW6      0xF000329C          Receive Data View Register 6
SENT_INTSTAT6   0xF00032A0          Interrupt Status Register 6
SENT_INTSET6    0xF00032A4          Interrupt Set Register 6
SENT_INTCLR6    0xF00032A8          Interrupt Clear Register 6
SENT_INTEN6     0xF00032AC          Interrupt Enable Register 6
SENT_INP6       0xF00032B0          Interrupt Node Pointer Register 6
SENT_WDT6       0xF00032B4          Watch Dog Timer Register 6
SENT_CPDR7      0xF00032C0          Channel Pre Divider Register 7
SENT_CFDR7      0xF00032C4          Channel Fractional Divider Register 7
SENT_RCR7       0xF00032C8          Receiver Control Register 7
SENT_RSR7       0xF00032CC          Receive Status Register 7
SENT_SDS7       0xF00032D0          Serial Data and Status Register 7
SENT_IOCR7      0xF00032D4          Input and Output Control Register 7
SENT_SCR7       0xF00032D8          SPC Control Register 7
SENT_VIEW7      0xF00032DC          Receive Data View Register 7
SENT_INTSTAT7   0xF00032E0          Interrupt Status Register 7
SENT_INTSET7    0xF00032E4          Interrupt Set Register 7
SENT_INTCLR7    0xF00032E8          Interrupt Clear Register 7
SENT_INTEN7     0xF00032EC          Interrupt Enable Register 7
SENT_INP7       0xF00032F0          Interrupt Node Pointer Register 7
SENT_WDT7       0xF00032F4          Watch Dog Timer Register 7
SENT_CPDR8      0xF0003300          Channel Pre Divider Register 8
SENT_CFDR8      0xF0003304          Channel Fractional Divider Register 8
SENT_RCR8       0xF0003308          Receiver Control Register 8
SENT_RSR8       0xF000330C          Receive Status Register 8
SENT_SDS8       0xF0003310          Serial Data and Status Register 8
SENT_IOCR8      0xF0003314          Input and Output Control Register 8
SENT_SCR8       0xF0003318          SPC Control Register 8
SENT_VIEW8      0xF000331C          Receive Data View Register 8
SENT_INTSTAT8   0xF0003320          Interrupt Status Register 8
SENT_INTSET8    0xF0003324          Interrupt Set Register 8
SENT_INTCLR8    0xF0003328          Interrupt Clear Register 8
SENT_INTEN8     0xF000332C          Interrupt Enable Register 8
SENT_INP8       0xF0003330          Interrupt Node Pointer Register 8
SENT_WDT8       0xF0003334          Watch Dog Timer Register 8
SENT_CPDR9      0xF0003340          Channel Pre Divider Register 9
SENT_CFDR9      0xF0003344          Channel Fractional Divider Register 9
SENT_RCR9       0xF0003348          Receiver Control Register 9
SENT_RSR9       0xF000334C          Receive Status Register 9
SENT_SDS9       0xF0003350          Serial Data and Status Register 9
SENT_IOCR9      0xF0003354          Input and Output Control Register 9
SENT_SCR9       0xF0003358          SPC Control Register 9
SENT_VIEW9      0xF000335C          Receive Data View Register 9
SENT_INTSTAT9   0xF0003360          Interrupt Status Register 9
SENT_INTSET9    0xF0003364          Interrupt Set Register 9
SENT_INTCLR9    0xF0003368          Interrupt Clear Register 9
SENT_INTEN9     0xF000336C          Interrupt Enable Register 9
SENT_INP9       0xF0003370          Interrupt Node Pointer Register 9
SENT_WDT9       0xF0003374          Watch Dog Timer Register 9
SENT_CPDR10     0xF0003380          Channel Pre Divider Register 10
SENT_CFDR10     0xF0003384          Channel Fractional Divider Register 10
SENT_RCR10      0xF0003388          Receiver Control Register 10
SENT_RSR10      0xF000338C          Receive Status Register 10
SENT_SDS10      0xF0003390          Serial Data and Status Register 10
SENT_IOCR10     0xF0003394          Input and Output Control Register 10
SENT_SCR10      0xF0003398          SPC Control Register 10
SENT_VIEW10     0xF000339C          Receive Data View Register 10
SENT_INTSTAT10  0xF00033A0          Interrupt Status Register 10
SENT_INTSET10   0xF00033A4          Interrupt Set Register 10
SENT_INTCLR10   0xF00033A8          Interrupt Clear Register 10
SENT_INTEN10    0xF00033AC          Interrupt Enable Register 10
SENT_INP10      0xF00033B0          Interrupt Node Pointer Register 10
SENT_WDT10      0xF00033B4          Watch Dog Timer Register 10
SENT_CPDR11     0xF00033C0          Channel Pre Divider Register 11
SENT_CFDR11     0xF00033C4          Channel Fractional Divider Register 11
SENT_RCR11      0xF00033C8          Receiver Control Register 11
SENT_RSR11      0xF00033CC          Receive Status Register 11
SENT_SDS11      0xF00033D0          Serial Data and Status Register 11
SENT_IOCR11     0xF00033D4          Input and Output Control Register 11
SENT_SCR11      0xF00033D8          SPC Control Register 11
SENT_VIEW11     0xF00033DC          Receive Data View Register 11
SENT_INTSTAT11  0xF00033E0          Interrupt Status Register 11
SENT_INTSET11   0xF00033E4          Interrupt Set Register 11
SENT_INTCLR11   0xF00033E8          Interrupt Clear Register 11
SENT_INTEN11    0xF00033EC          Interrupt Enable Register 11
SENT_INP11      0xF00033F0          Interrupt Node Pointer Register 11
SENT_WDT11      0xF00033F4          Watch Dog Timer Register 11
SENT_CPDR12     0xF0003400          Channel Pre Divider Register 12
SENT_CFDR12     0xF0003404          Channel Fractional Divider Register 12
SENT_RCR12      0xF0003408          Receiver Control Register 12
SENT_RSR12      0xF000340C          Receive Status Register 12
SENT_SDS12      0xF0003410          Serial Data and Status Register 12
SENT_IOCR12     0xF0003414          Input and Output Control Register 12
SENT_SCR12      0xF0003418          SPC Control Register 12
SENT_VIEW12     0xF000341C          Receive Data View Register 12
SENT_INTSTAT12  0xF0003420          Interrupt Status Register 12
SENT_INTSET12   0xF0003424          Interrupt Set Register 12
SENT_INTCLR12   0xF0003428          Interrupt Clear Register 12
SENT_INTEN12    0xF000342C          Interrupt Enable Register 12
SENT_INP12      0xF0003430          Interrupt Node Pointer Register 12
SENT_WDT12      0xF0003434          Watch Dog Timer Register 12
SENT_CPDR13     0xF0003440          Channel Pre Divider Register 13
SENT_CFDR13     0xF0003444          Channel Fractional Divider Register 13
SENT_RCR13      0xF0003448          Receiver Control Register 13
SENT_RSR13      0xF000344C          Receive Status Register 13
SENT_SDS13      0xF0003450          Serial Data and Status Register 13
SENT_IOCR13     0xF0003454          Input and Output Control Register 13
SENT_SCR13      0xF0003458          SPC Control Register 13
SENT_VIEW13     0xF000345C          Receive Data View Register 13
SENT_INTSTAT13  0xF0003460          Interrupt Status Register 13
SENT_INTSET13   0xF0003464          Interrupt Set Register 13
SENT_INTCLR13   0xF0003468          Interrupt Clear Register 13
SENT_INTEN13    0xF000346C          Interrupt Enable Register 13
SENT_INP13      0xF0003470          Interrupt Node Pointer Register 13
SENT_WDT13      0xF0003474          Watch Dog Timer Register 13
SENT_CPDR14     0xF0003480          Channel Pre Divider Register 14
SENT_CFDR14     0xF0003484          Channel Fractional Divider Register 14
SENT_RCR14      0xF0003488          Receiver Control Register 14
SENT_RSR14      0xF000348C          Receive Status Register 14
SENT_SDS14      0xF0003490          Serial Data and Status Register 14
SENT_IOCR14     0xF0003494          Input and Output Control Register 14
SENT_SCR14      0xF0003498          SPC Control Register 14
SENT_VIEW14     0xF000349C          Receive Data View Register 14
SENT_INTSTAT14  0xF00034A0          Interrupt Status Register 14
SENT_INTSET14   0xF00034A4          Interrupt Set Register 14
SENT_INTCLR14   0xF00034A8          Interrupt Clear Register 14
SENT_INTEN14    0xF00034AC          Interrupt Enable Register 14
SENT_INP14      0xF00034B0          Interrupt Node Pointer Register 14
SENT_WDT14      0xF00034B4          Watch Dog Timer Register 14
SENT_CPDR15     0xF00034C0          Channel Pre Divider Register 15
SENT_CFDR15     0xF00034C4          Channel Fractional Divider Register 15
SENT_RCR15      0xF00034C8          Receiver Control Register 15
SENT_RSR15      0xF00034CC          Receive Status Register 15
SENT_SDS15      0xF00034D0          Serial Data and Status Register 15
SENT_IOCR15     0xF00034D4          Input and Output Control Register 15
SENT_SCR15      0xF00034D8          SPC Control Register 15
SENT_VIEW15     0xF00034DC          Receive Data View Register 15
SENT_INTSTAT15  0xF00034E0          Interrupt Status Register 15
SENT_INTSET15   0xF00034E4          Interrupt Set Register 15
SENT_INTCLR15   0xF00034E8          Interrupt Clear Register 15
SENT_INTEN15    0xF00034EC          Interrupt Enable Register 15
SENT_INP15      0xF00034F0          Interrupt Node Pointer Register 15
SENT_WDT15      0xF00034F4          Watch Dog Timer Register 15
SENT_CPDR16     0xF0003500          Channel Pre Divider Register 16
SENT_CFDR16     0xF0003504          Channel Fractional Divider Register 16
SENT_RCR16      0xF0003508          Receiver Control Register 16
SENT_RSR16      0xF000350C          Receive Status Register 16
SENT_SDS16      0xF0003510          Serial Data and Status Register 16
SENT_IOCR16     0xF0003514          Input and Output Control Register 16
SENT_SCR16      0xF0003518          SPC Control Register 16
SENT_VIEW16     0xF000351C          Receive Data View Register 16
SENT_INTSTAT16  0xF0003520          Interrupt Status Register 16
SENT_INTSET16   0xF0003524          Interrupt Set Register 16
SENT_INTCLR16   0xF0003528          Interrupt Clear Register 16
SENT_INTEN16    0xF000352C          Interrupt Enable Register 16
SENT_INP16      0xF0003530          Interrupt Node Pointer Register 16
SENT_WDT16      0xF0003534          Watch Dog Timer Register 16
SENT_CPDR17     0xF0003540          Channel Pre Divider Register 17
SENT_CFDR17     0xF0003544          Channel Fractional Divider Register 17
SENT_RCR17      0xF0003548          Receiver Control Register 17
SENT_RSR17      0xF000354C          Receive Status Register 17
SENT_SDS17      0xF0003550          Serial Data and Status Register 17
SENT_IOCR17     0xF0003554          Input and Output Control Register 17
SENT_SCR17      0xF0003558          SPC Control Register 17
SENT_VIEW17     0xF000355C          Receive Data View Register 17
SENT_INTSTAT17  0xF0003560          Interrupt Status Register 17
SENT_INTSET17   0xF0003564          Interrupt Set Register 17
SENT_INTCLR17   0xF0003568          Interrupt Clear Register 17
SENT_INTEN17    0xF000356C          Interrupt Enable Register 17
SENT_INP17      0xF0003570          Interrupt Node Pointer Register 17
SENT_WDT17      0xF0003574          Watch Dog Timer Register 17
SENT_CPDR18     0xF0003580          Channel Pre Divider Register 18
SENT_CFDR18     0xF0003584          Channel Fractional Divider Register 18
SENT_RCR18      0xF0003588          Receiver Control Register 18
SENT_RSR18      0xF000358C          Receive Status Register 18
SENT_SDS18      0xF0003590          Serial Data and Status Register 18
SENT_IOCR18     0xF0003594          Input and Output Control Register 18
SENT_SCR18      0xF0003598          SPC Control Register 18
SENT_VIEW18     0xF000359C          Receive Data View Register 18
SENT_INTSTAT18  0xF00035A0          Interrupt Status Register 18
SENT_INTSET18   0xF00035A4          Interrupt Set Register 18
SENT_INTCLR18   0xF00035A8          Interrupt Clear Register 18
SENT_INTEN18    0xF00035AC          Interrupt Enable Register 18
SENT_INP18      0xF00035B0          Interrupt Node Pointer Register 18
SENT_WDT18      0xF00035B4          Watch Dog Timer Register 18
SENT_CPDR19     0xF00035C0          Channel Pre Divider Register 19
SENT_CFDR19     0xF00035C4          Channel Fractional Divider Register 19
SENT_RCR19      0xF00035C8          Receiver Control Register 19
SENT_RSR19      0xF00035CC          Receive Status Register 19
SENT_SDS19      0xF00035D0          Serial Data and Status Register 19
SENT_IOCR19     0xF00035D4          Input and Output Control Register 19
SENT_SCR19      0xF00035D8          SPC Control Register 19
SENT_VIEW19     0xF00035DC          Receive Data View Register 19
SENT_INTSTAT19  0xF00035E0          Interrupt Status Register 19
SENT_INTSET19   0xF00035E4          Interrupt Set Register 19
SENT_INTCLR19   0xF00035E8          Interrupt Clear Register 19
SENT_INTEN19    0xF00035EC          Interrupt Enable Register 19
SENT_INP19      0xF00035F0          Interrupt Node Pointer Register 19
SENT_WDT19      0xF00035F4          Watch Dog Timer Register 19
SENT_CPDR20     0xF0003600          Channel Pre Divider Register 20
SENT_CFDR20     0xF0003604          Channel Fractional Divider Register 20
SENT_RCR20      0xF0003608          Receiver Control Register 20
SENT_RSR20      0xF000360C          Receive Status Register 20
SENT_SDS20      0xF0003610          Serial Data and Status Register 20
SENT_IOCR20     0xF0003614          Input and Output Control Register 20
SENT_SCR20      0xF0003618          SPC Control Register 20
SENT_VIEW20     0xF000361C          Receive Data View Register 20
SENT_INTSTAT20  0xF0003620          Interrupt Status Register 20
SENT_INTSET20   0xF0003624          Interrupt Set Register 20
SENT_INTCLR20   0xF0003628          Interrupt Clear Register 20
SENT_INTEN20    0xF000362C          Interrupt Enable Register 20
SENT_INP20      0xF0003630          Interrupt Node Pointer Register 20
SENT_WDT20      0xF0003634          Watch Dog Timer Register 20
SENT_CPDR21     0xF0003640          Channel Pre Divider Register 21
SENT_CFDR21     0xF0003644          Channel Fractional Divider Register 21
SENT_RCR21      0xF0003648          Receiver Control Register 21
SENT_RSR21      0xF000364C          Receive Status Register 21
SENT_SDS21      0xF0003650          Serial Data and Status Register 21
SENT_IOCR21     0xF0003654          Input and Output Control Register 21
SENT_SCR21      0xF0003658          SPC Control Register 21
SENT_VIEW21     0xF000365C          Receive Data View Register 21
SENT_INTSTAT21  0xF0003660          Interrupt Status Register 21
SENT_INTSET21   0xF0003664          Interrupt Set Register 21
SENT_INTCLR21   0xF0003668          Interrupt Clear Register 21
SENT_INTEN21    0xF000366C          Interrupt Enable Register 21
SENT_INP21      0xF0003670          Interrupt Node Pointer Register 21
SENT_WDT21      0xF0003674          Watch Dog Timer Register 21
SENT_CPDR22     0xF0003680          Channel Pre Divider Register 22
SENT_CFDR22     0xF0003684          Channel Fractional Divider Register 22
SENT_RCR22      0xF0003688          Receiver Control Register 22
SENT_RSR22      0xF000368C          Receive Status Register 22
SENT_SDS22      0xF0003690          Serial Data and Status Register 22
SENT_IOCR22     0xF0003694          Input and Output Control Register 22
SENT_SCR22      0xF0003698          SPC Control Register 22
SENT_VIEW22     0xF000369C          Receive Data View Register 22
SENT_INTSTAT22  0xF00036A0          Interrupt Status Register 22
SENT_INTSET22   0xF00036A4          Interrupt Set Register 22
SENT_INTCLR22   0xF00036A8          Interrupt Clear Register 22
SENT_INTEN22    0xF00036AC          Interrupt Enable Register 22
SENT_INP22      0xF00036B0          Interrupt Node Pointer Register 22
SENT_WDT22      0xF00036B4          Watch Dog Timer Register 22
SENT_CPDR23     0xF00036C0          Channel Pre Divider Register 23
SENT_CFDR23     0xF00036C4          Channel Fractional Divider Register 23
SENT_RCR23      0xF00036C8          Receiver Control Register 23
SENT_RSR23      0xF00036CC          Receive Status Register 23
SENT_SDS23      0xF00036D0          Serial Data and Status Register 23
SENT_IOCR23     0xF00036D4          Input and Output Control Register 23
SENT_SCR23      0xF00036D8          SPC Control Register 23
SENT_VIEW23     0xF00036DC          Receive Data View Register 23
SENT_INTSTAT23  0xF00036E0          Interrupt Status Register 23
SENT_INTSET23   0xF00036E4          Interrupt Set Register 23
SENT_INTCLR23   0xF00036E8          Interrupt Clear Register 23
SENT_INTEN23    0xF00036EC          Interrupt Enable Register 23
SENT_INP23      0xF00036F0          Interrupt Node Pointer Register 23
SENT_WDT23      0xF00036F4          Watch Dog Timer Register 23
SENT_CPDR24     0xF0003700          Channel Pre Divider Register 24
SENT_CFDR24     0xF0003704          Channel Fractional Divider Register 24
SENT_RCR24      0xF0003708          Receiver Control Register 24
SENT_RSR24      0xF000370C          Receive Status Register 24
SENT_SDS24      0xF0003710          Serial Data and Status Register 24
SENT_IOCR24     0xF0003714          Input and Output Control Register 24
SENT_SCR24      0xF0003718          SPC Control Register 24
SENT_VIEW24     0xF000371C          Receive Data View Register 24
SENT_INTSTAT24  0xF0003720          Interrupt Status Register 24
SENT_INTSET24   0xF0003724          Interrupt Set Register 24
SENT_INTCLR24   0xF0003728          Interrupt Clear Register 24
SENT_INTEN24    0xF000372C          Interrupt Enable Register 24
SENT_INP24      0xF0003730          Interrupt Node Pointer Register 24
SENT_WDT24      0xF0003734          Watch Dog Timer Register 24
SENT_RTS0       0xF0003A80          Receive Time Stamp Register 0
SENT_RTS1       0xF0003A84          Receive Time Stamp Register 1
SENT_RTS2       0xF0003A88          Receive Time Stamp Register 2
SENT_RTS3       0xF0003A8C          Receive Time Stamp Register 3
SENT_RTS4       0xF0003A90          Receive Time Stamp Register 4
SENT_RTS5       0xF0003A94          Receive Time Stamp Register 5
SENT_RTS6       0xF0003A98          Receive Time Stamp Register 6
SENT_RTS7       0xF0003A9C          Receive Time Stamp Register 7
SENT_RTS8       0xF0003AA0          Receive Time Stamp Register 8
SENT_RTS9       0xF0003AA4          Receive Time Stamp Register 9
SENT_RTS10      0xF0003AA8          Receive Time Stamp Register 10
SENT_RTS11      0xF0003AAC          Receive Time Stamp Register 11
SENT_RTS12      0xF0003AB0          Receive Time Stamp Register 12
SENT_RTS13      0xF0003AB4          Receive Time Stamp Register 13
SENT_RTS14      0xF0003AB8          Receive Time Stamp Register 14
SENT_RTS15      0xF0003ABC          Receive Time Stamp Register 15
SENT_RTS16      0xF0003AC0          Receive Time Stamp Register 16
SENT_RTS17      0xF0003AC4          Receive Time Stamp Register 17
SENT_RTS18      0xF0003AC8          Receive Time Stamp Register 18
SENT_RTS19      0xF0003ACC          Receive Time Stamp Register 19
SENT_RTS20      0xF0003AD0          Receive Time Stamp Register 20
SENT_RTS21      0xF0003AD4          Receive Time Stamp Register 21
SENT_RTS22      0xF0003AD8          Receive Time Stamp Register 22
SENT_RTS23      0xF0003ADC          Receive Time Stamp Register 23
SENT_RTS24      0xF0003AE0          Receive Time Stamp Register 24
PSI5_CLC        0xF0005000          Clock Control Register
PSI5_ID         0xF0005008          Module Identification Register
PSI5_FDR        0xF000500C          PSI5 Fractional Divider Register
PSI5_FDRL       0xF0005010          Fractional Divider Register for Lower Bit Rate
PSI5_FDRH       0xF0005014          Fractional Divider Register for Higher Bit Rate
PSI5_FDRT       0xF0005018          Fractional Divider Register for Time Stamp
PSI5_TSRA       0xF000501C          Module Time Stamp Register A
PSI5_TSRB       0xF0005020          Time Stamp Register B
PSI5_TSRC       0xF0005024          Module Time Stamp Register C
PSI5_GCR        0xF000502C          Global Control Register
PSI5_IOCR0      0xF0005030          Input and Output Control Register 0
PSI5_RCRA0      0xF0005034          Receiver Control Register A 0
PSI5_RCRB0      0xF0005038          Receiver Control Register B 0
PSI5_RCRC0      0xF000503C          Receiver Control Register C 0
PSI5_WDT00      0xF0005040          Watch Dog Timer Register 00
PSI5_WDT01      0xF0005044          Watch Dog Timer Register 01
PSI5_WDT02      0xF0005048          Watch Dog Timer Register 02
PSI5_WDT03      0xF000504C          Watch Dog Timer Register 03
PSI5_WDT04      0xF0005050          Watch Dog Timer Register 04
PSI5_WDT05      0xF0005054          Watch Dog Timer Register 05
PSI5_WDT06      0xF0005058          Watch Dog Timer Register 06
PSI5_RSR0       0xF000505C          Receive Status Register 0
PSI5_SDS00      0xF0005060          Serial Data and Status Register 00
PSI5_SDS01      0xF0005064          Serial Data and Status Register 01
PSI5_SDS02      0xF0005068          Serial Data and Status Register 02
PSI5_SDS03      0xF000506C          Serial Data and Status Register 03
PSI5_SDS04      0xF0005070          Serial Data and Status Register 04
PSI5_SDS05      0xF0005074          Serial Data and Status Register 05
PSI5_SPTSC0     0xF0005078          Start of Pulse Time Stamp Capture Register 0
PSI5_SFTSC0     0xF000507C          Start of Frame Time Stamp Capture Register 0
PSI5_RDRL0      0xF0005080          Receive Data Register Low 0
PSI5_RDRH0      0xF0005084          Receive Data Register High 0
PSI5_PGC0       0xF0005088          Pulse Generation Control Register 0
PSI5_CTV0       0xF000508C          Channel Trigger Value Register 0
PSI5_SCR0       0xF0005090          Send Control Register 0
PSI5_SDRL0      0xF0005094          Send Data Register Low 0
PSI5_SDRH0      0xF0005098          Send Data Register High 0
PSI5_SSRL0      0xF000509C          Send Shift Register Low 0
PSI5_SSRH0      0xF00050A0          Send Shift Register High 0
PSI5_SORL0      0xF00050A4          Send Output Register Low 0
PSI5_SORH0      0xF00050A8          Send Output Register High 0
PSI5_IOCR1      0xF00050C0          Input and Output Control Register 1
PSI5_RCRA1      0xF00050C4          Receiver Control Register A 1
PSI5_RCRB1      0xF00050C8          Receiver Control Register B 1
PSI5_RCRC1      0xF00050CC          Receiver Control Register C 1
PSI5_WDT10      0xF00050D0          Watch Dog Timer Register 10
PSI5_WDT11      0xF00050D4          Watch Dog Timer Register 11
PSI5_WDT12      0xF00050D8          Watch Dog Timer Register 12
PSI5_WDT13      0xF00050DC          Watch Dog Timer Register 13
PSI5_WDT14      0xF00050E0          Watch Dog Timer Register 14
PSI5_WDT15      0xF00050E4          Watch Dog Timer Register 15
PSI5_WDT16      0xF00050E8          Watch Dog Timer Register 16
PSI5_RSR1       0xF00050EC          Receive Status Register 1
PSI5_SDS10      0xF00050F0          Serial Data and Status Register 10
PSI5_SDS11      0xF00050F4          Serial Data and Status Register 11
PSI5_SDS12      0xF00050F8          Serial Data and Status Register 12
PSI5_SDS13      0xF00050FC          Serial Data and Status Register 13
PSI5_SDS14      0xF0005100          Serial Data and Status Register 14
PSI5_SDS15      0xF0005104          Serial Data and Status Register 15
PSI5_SPTSC1     0xF0005108          Start of Pulse Time Stamp Capture Register 1
PSI5_SFTSC1     0xF000510C          Start of Frame Time Stamp Capture Register 1
PSI5_RDRL1      0xF0005110          Receive Data Register Low 1
PSI5_RDRH1      0xF0005114          Receive Data Register High 1
PSI5_PGC1       0xF0005118          Pulse Generation Control Register 1
PSI5_CTV1       0xF000511C          Channel Trigger Value Register 1
PSI5_SCR1       0xF0005120          Send Control Register 1
PSI5_SDRL1      0xF0005124          Send Data Register Low 1
PSI5_SDRH1      0xF0005128          Send Data Register High 1
PSI5_SSRL1      0xF000512C          Send Shift Register Low 1
PSI5_SSRH1      0xF0005130          Send Shift Register High 1
PSI5_SORL1      0xF0005134          Send Output Register Low 1
PSI5_SORH1      0xF0005138          Send Output Register High 1
PSI5_IOCR2      0xF0005150          Input and Output Control Register 2
PSI5_RCRA2      0xF0005154          Receiver Control Register A 2
PSI5_RCRB2      0xF0005158          Receiver Control Register B 2
PSI5_RCRC2      0xF000515C          Receiver Control Register C 2
PSI5_WDT20      0xF0005160          Watch Dog Timer Register 20
PSI5_WDT21      0xF0005164          Watch Dog Timer Register 21
PSI5_WDT22      0xF0005168          Watch Dog Timer Register 22
PSI5_WDT23      0xF000516C          Watch Dog Timer Register 23
PSI5_WDT24      0xF0005170          Watch Dog Timer Register 24
PSI5_WDT25      0xF0005174          Watch Dog Timer Register 25
PSI5_WDT26      0xF0005178          Watch Dog Timer Register 26
PSI5_RSR2       0xF000517C          Receive Status Register 2
PSI5_SDS20      0xF0005180          Serial Data and Status Register 20
PSI5_SDS21      0xF0005184          Serial Data and Status Register 21
PSI5_SDS22      0xF0005188          Serial Data and Status Register 22
PSI5_SDS23      0xF000518C          Serial Data and Status Register 23
PSI5_SDS24      0xF0005190          Serial Data and Status Register 24
PSI5_SDS25      0xF0005194          Serial Data and Status Register 25
PSI5_SPTSC2     0xF0005198          Start of Pulse Time Stamp Capture Register 2
PSI5_SFTSC2     0xF000519C          Start of Frame Time Stamp Capture Register 2
PSI5_RDRL2      0xF00051A0          Receive Data Register Low 2
PSI5_RDRH2      0xF00051A4          Receive Data Register High 2
PSI5_PGC2       0xF00051A8          Pulse Generation Control Register 2
PSI5_CTV2       0xF00051AC          Channel Trigger Value Register 2
PSI5_SCR2       0xF00051B0          Send Control Register 2
PSI5_SDRL2      0xF00051B4          Send Data Register Low 2
PSI5_SDRH2      0xF00051B8          Send Data Register High 2
PSI5_SSRL2      0xF00051BC          Send Shift Register Low 2
PSI5_SSRH2      0xF00051C0          Send Shift Register High 2
PSI5_SORL2      0xF00051C4          Send Output Register Low 2
PSI5_SORH2      0xF00051C8          Send Output Register High 2
PSI5_IOCR3      0xF00051E0          Input and Output Control Register 3
PSI5_RCRA3      0xF00051E4          Receiver Control Register A 3
PSI5_RCRB3      0xF00051E8          Receiver Control Register B 3
PSI5_RCRC3      0xF00051EC          Receiver Control Register C 3
PSI5_WDT30      0xF00051F0          Watch Dog Timer Register 30
PSI5_WDT31      0xF00051F4          Watch Dog Timer Register 31
PSI5_WDT32      0xF00051F8          Watch Dog Timer Register 32
PSI5_WDT33      0xF00051FC          Watch Dog Timer Register 33
PSI5_WDT34      0xF0005200          Watch Dog Timer Register 34
PSI5_WDT35      0xF0005204          Watch Dog Timer Register 35
PSI5_WDT36      0xF0005208          Watch Dog Timer Register 36
PSI5_RSR3       0xF000520C          Receive Status Register 3
PSI5_SDS30      0xF0005210          Serial Data and Status Register 30
PSI5_SDS31      0xF0005214          Serial Data and Status Register 31
PSI5_SDS32      0xF0005218          Serial Data and Status Register 32
PSI5_SDS33      0xF000521C          Serial Data and Status Register 33
PSI5_SDS34      0xF0005220          Serial Data and Status Register 34
PSI5_SDS35      0xF0005224          Serial Data and Status Register 35
PSI5_SPTSC3     0xF0005228          Start of Pulse Time Stamp Capture Register 3
PSI5_SFTSC3     0xF000522C          Start of Frame Time Stamp Capture Register 3
PSI5_RDRL3      0xF0005230          Receive Data Register Low 3
PSI5_RDRH3      0xF0005234          Receive Data Register High 3
PSI5_PGC3       0xF0005238          Pulse Generation Control Register 3
PSI5_CTV3       0xF000523C          Channel Trigger Value Register 3
PSI5_SCR3       0xF0005240          Send Control Register 3
PSI5_SDRL3      0xF0005244          Send Data Register Low 3
PSI5_SDRH3      0xF0005248          Send Data Register High 3
PSI5_SSRL3      0xF000524C          Send Shift Register Low 3
PSI5_SSRH3      0xF0005250          Send Shift Register High 3
PSI5_SORL3      0xF0005254          Send Output Register Low 3
PSI5_SORH3      0xF0005258          Send Output Register High 3
PSI5_INTOV      0xF00052F8          Interrupt Overview Register
PSI5_INP0       0xF00052FC          Interrupt Node Pointer Register 0
PSI5_INP1       0xF0005300          Interrupt Node Pointer Register 1
PSI5_INP2       0xF0005304          Interrupt Node Pointer Register 2
PSI5_INP3       0xF0005308          Interrupt Node Pointer Register 3
PSI5_INTSTATA0  0xF0005310          Interrupt Status Register A 0
PSI5_INTSTATA1  0xF0005314          Interrupt Status Register A 1
PSI5_INTSTATA2  0xF0005318          Interrupt Status Register A 2
PSI5_INTSTATA3  0xF000531C          Interrupt Status Register A 3
PSI5_INTSTATB0  0xF0005324          Interrupt Status Register B 0
PSI5_INTSTATB1  0xF0005328          Interrupt Status Register B 1
PSI5_INTSTATB2  0xF000532C          Interrupt Status Register B 2
PSI5_INTSTATB3  0xF0005330          Interrupt Status Register B 3
PSI5_INTSETA0   0xF0005338          Interrupt Set Register A 0
PSI5_INTSETA1   0xF000533C          Interrupt Set Register A 1
PSI5_INTSETA2   0xF0005340          Interrupt Set Register A 2
PSI5_INTSETA3   0xF0005344          Interrupt Set Register A 3
PSI5_INTSETB0   0xF000534C          Interrupt Set Register B 0
PSI5_INTSETB1   0xF0005350          Interrupt Set Register B 1
PSI5_INTSETB2   0xF0005354          Interrupt Set Register B 2
PSI5_INTSETB3   0xF0005358          Interrupt Set Register B 3
PSI5_INTCLRA0   0xF0005360          Interrupt Clear Register A 0
PSI5_INTCLRA1   0xF0005364          Interrupt Clear Register A 1
PSI5_INTCLRA2   0xF0005368          Interrupt Clear Register A 2
PSI5_INTCLRA3   0xF000536C          Interrupt Clear Register A 3
PSI5_INTCLRB0   0xF0005374          Interrupt Clear Register A 0
PSI5_INTCLRB1   0xF0005378          Interrupt Clear Register A 1
PSI5_INTCLRB2   0xF000537C          Interrupt Clear Register A 2
PSI5_INTCLRB3   0xF0005380          Interrupt Clear Register A 3
PSI5_INTENA0    0xF0005388          Interrupt Enable Register A 0
PSI5_INTENA1    0xF000538C          Interrupt Enable Register A 1
PSI5_INTENA2    0xF0005390          Interrupt Enable Register A 2
PSI5_INTENA3    0xF0005394          Interrupt Enable Register A 3
PSI5_INTENB0    0xF000539C          Interrupt Enable Register B 0
PSI5_INTENB1    0xF00053A0          Interrupt Enable Register B 1
PSI5_INTENB2    0xF00053A4          Interrupt Enable Register B 2
PSI5_INTENB3    0xF00053A8          Interrupt Enable Register B 3
PSI5_OCS        0xF00053CC          OCDS Control and Status
PSI5_ACCEN0     0xF00053D0          Access Enable Register 0
PSI5_ACCEN1     0xF00053D4          Access Enable Register 1
PSI5_KRST0      0xF00053D8          Kernel Reset Register 0
PSI5_KRST1      0xF00053DC          Kernel Reset Register 1
PSI5_KRSTCLR    0xF00053E0          Kernel Reset Status Clear Register
PSI5_RFC0       0xF00053E4          Receive FIFO Control Register 0
PSI5_RFC1       0xF00053E8          Receive FIFO Control Register 1
PSI5_RFC2       0xF00053EC          Receive FIFO Control Register 2
PSI5_RFC3       0xF00053F0          Receive FIFO Control Register 3
PSI5_RDF0       0xF00053F8          Receive Data FIFO 0
PSI5_RDF1       0xF00053FC          Receive Data FIFO 1
PSI5_RDF2       0xF0005400          Receive Data FIFO 2
PSI5_RDF3       0xF0005404          Receive Data FIFO 3
PSI5_RSIOV0     0xF000540C          RSI Overview Register 0
PSI5_RSIOV1     0xF0005410          RSI Overview Register 1
PSI5_RSIOV2     0xF0005414          RSI Overview Register 2
PSI5_RSIOV3     0xF0005418          RSI Overview Register 3
PSI5_RMIOV0     0xF0005420          RMI Overview Register 0
PSI5_RMIOV1     0xF0005424          RMI Overview Register 1
PSI5_RMIOV2     0xF0005428          RMI Overview Register 2
PSI5_RMIOV3     0xF000542C          RMI Overview Register 3
PSI5_NBIOV0     0xF0005434          NBI Overview Register 0
PSI5_NBIOV1     0xF0005438          NBI Overview Register 1
PSI5_NBIOV2     0xF000543C          NBI Overview Register 2
PSI5_NBIOV3     0xF0005440          NBI Overview Register 3
PSI5_TEIOV0     0xF0005448          TEI Overview Register 0
PSI5_TEIOV1     0xF000544C          TEI Overview Register 1
PSI5_TEIOV2     0xF0005450          TEI Overview Register 2
PSI5_TEIOV3     0xF0005454          TEI Overview Register 3
PSI5_CRCIOV0    0xF000545C          CRCI Overview Register 0
PSI5_CRCIOV1    0xF0005460          CRCI Overview Register 1
PSI5_CRCIOV2    0xF0005464          CRCI Overview Register 2
PSI5_CRCIOV3    0xF0005468          CRCI Overview Register 3
PSI5_RDIOV0     0xF0005470          RDI Overview Register 0
PSI5_RDIOV1     0xF0005474          RDI Overview Register 1
PSI5_RDIOV2     0xF0005478          RDI Overview Register 2
PSI5_RDIOV3     0xF000547C          RDI Overview Register 3
PSI5_NFIOV0     0xF0005484          NFI Overview Register 0
PSI5_NFIOV1     0xF0005488          NFI Overview Register 1
PSI5_NFIOV2     0xF000548C          NFI Overview Register 2
PSI5_NFIOV3     0xF0005490          NFI Overview Register 3
PSI5_MEIOV0     0xF0005498          MEI Overview Register 0
PSI5_MEIOV1     0xF000549C          MEI Overview Register 1
PSI5_MEIOV2     0xF00054A0          MEI Overview Register 2
PSI5_MEIOV3     0xF00054A4          MEI Overview Register 3
PSI5_RSISET0    0xF00054AC          RSI Overview Set Register 0
PSI5_RSISET1    0xF00054B0          RSI Overview Set Register 1
PSI5_RSISET2    0xF00054B4          RSI Overview Set Register 2
PSI5_RSISET3    0xF00054B8          RSI Overview Set Register 3
PSI5_RMISET0    0xF00054C0          RMI Overview Set Register 0
PSI5_RMISET1    0xF00054C4          RMI Overview Set Register 1
PSI5_RMISET2    0xF00054C8          RMI Overview Set Register 2
PSI5_RMISET3    0xF00054CC          RMI Overview Set Register 3
PSI5_NBISET0    0xF00054D4          NBI Overview Set Register 0
PSI5_NBISET1    0xF00054D8          NBI Overview Set Register 1
PSI5_NBISET2    0xF00054DC          NBI Overview Set Register 2
PSI5_NBISET3    0xF00054E0          NBI Overview Set Register 3
PSI5_TEISET0    0xF00054E8          TEI Overview Set Register 0
PSI5_TEISET1    0xF00054EC          TEI Overview Set Register 1
PSI5_TEISET2    0xF00054F0          TEI Overview Set Register 2
PSI5_TEISET3    0xF00054F4          TEI Overview Set Register 3
PSI5_CRCISET0   0xF00054FC          CRCI Overview Set Register 0
PSI5_CRCISET1   0xF0005500          CRCI Overview Set Register 1
PSI5_CRCISET2   0xF0005504          CRCI Overview Set Register 2
PSI5_CRCISET3   0xF0005508          CRCI Overview Set Register 3
PSI5_RDISET0    0xF0005510          RDI Overview Set Register 0
PSI5_RDISET1    0xF0005514          RDI Overview Set Register 1
PSI5_RDISET2    0xF0005518          RDI Overview Set Register 2
PSI5_RDISET3    0xF000551C          RDI Overview Set Register 3
PSI5_NFISET0    0xF0005524          NFI Overview Set Register 0
PSI5_NFISET1    0xF0005528          NFI Overview Set Register 1
PSI5_NFISET2    0xF000552C          NFI Overview Set Register 2
PSI5_NFISET3    0xF0005530          NFI Overview Set Register 3
PSI5_MEISET0    0xF0005538          MEI Overview Set Register 0
PSI5_MEISET1    0xF000553C          MEI Overview Set Register 1
PSI5_MEISET2    0xF0005540          MEI Overview Set Register 2
PSI5_MEISET3    0xF0005544          MEI Overview Set Register 3
PSI5_RSICLR0    0xF000554C          RSI Overview Clear Register 0
PSI5_RSICLR1    0xF0005550          RSI Overview Clear Register 1
PSI5_RSICLR2    0xF0005554          RSI Overview Clear Register 2
PSI5_RSICLR3    0xF0005558          RSI Overview Clear Register 3
PSI5_RMICLR0    0xF0005560          RMI Overview Clear Register 0
PSI5_RMICLR1    0xF0005564          RMI Overview Clear Register 1
PSI5_RMICLR2    0xF0005568          RMI Overview Clear Register 2
PSI5_RMICLR3    0xF000556C          RMI Overview Clear Register 3
PSI5_NBICLR0    0xF0005574          NBI Overview Clear Register 0
PSI5_NBICLR1    0xF0005578          NBI Overview Clear Register 1
PSI5_NBICLR2    0xF000557C          NBI Overview Clear Register 2
PSI5_NBICLR3    0xF0005580          NBI Overview Clear Register 3
PSI5_TEICLR0    0xF0005588          TEI Overview Clear Register 0
PSI5_TEICLR1    0xF000558C          TEI Overview Clear Register 1
PSI5_TEICLR2    0xF0005590          TEI Overview Clear Register 2
PSI5_TEICLR3    0xF0005594          TEI Overview Clear Register 3
PSI5_CRCICLR0   0xF000559C          CRCI Overview Clear Register 0
PSI5_CRCICLR1   0xF00055A0          CRCI Overview Clear Register 1
PSI5_CRCICLR2   0xF00055A4          CRCI Overview Clear Register 2
PSI5_CRCICLR3   0xF00055A8          CRCI Overview Clear Register 3
PSI5_RDICLR0    0xF00055B0          RDI Overview Clear Register 0
PSI5_RDICLR1    0xF00055B4          RDI Overview Clear Register 1
PSI5_RDICLR2    0xF00055B8          RDI Overview Clear Register 2
PSI5_RDICLR3    0xF00055BC          RDI Overview Clear Register 3
PSI5_NFICLR0    0xF00055C4          NFI Overview Clear Register 0
PSI5_NFICLR1    0xF00055C8          NFI Overview Clear Register 1
PSI5_NFICLR2    0xF00055CC          NFI Overview Clear Register 2
PSI5_NFICLR3    0xF00055D0          NFI Overview Clear Register 3
PSI5_MEICLR0    0xF00055D8          MEI Overview Clear Register 0
PSI5_MEICLR1    0xF00055DC          MEI Overview Clear Register 1
PSI5_MEICLR2    0xF00055E0          MEI Overview Clear Register 2
PSI5_MEICLR3    0xF00055E4          MEI Overview Clear Register 3
PSI5_RDML00     0xF0005600          Receive Data Memory Low 00
PSI5_RDMH00     0xF0005604          Receive Data Memory High 00
PSI5_RDML01     0xF0005608          Receive Data Memory Low 01
PSI5_RDMH01     0xF000560C          Receive Data Memory High 01
PSI5_RDML02     0xF0005610          Receive Data Memory Low 02
PSI5_RDMH02     0xF0005614          Receive Data Memory High 02
PSI5_RDML03     0xF0005618          Receive Data Memory Low 03
PSI5_RDMH03     0xF000561C          Receive Data Memory High 03
PSI5_RDML04     0xF0005620          Receive Data Memory Low 04
PSI5_RDMH04     0xF0005624          Receive Data Memory High 04
PSI5_RDML05     0xF0005628          Receive Data Memory Low 05
PSI5_RDMH05     0xF000562C          Receive Data Memory High 05
PSI5_RDML06     0xF0005630          Receive Data Memory Low 06
PSI5_RDMH06     0xF0005634          Receive Data Memory High 06
PSI5_RDML07     0xF0005638          Receive Data Memory Low 07
PSI5_RDMH07     0xF000563C          Receive Data Memory High 07
PSI5_RDML08     0xF0005640          Receive Data Memory Low 08
PSI5_RDMH08     0xF0005644          Receive Data Memory High 08
PSI5_RDML09     0xF0005648          Receive Data Memory Low 09
PSI5_RDMH09     0xF000564C          Receive Data Memory High 09
PSI5_RDML010    0xF0005650          Receive Data Memory Low 010
PSI5_RDMH010    0xF0005654          Receive Data Memory High 010
PSI5_RDML011    0xF0005658          Receive Data Memory Low 011
PSI5_RDMH011    0xF000565C          Receive Data Memory High 011
PSI5_RDML012    0xF0005660          Receive Data Memory Low 012
PSI5_RDMH012    0xF0005664          Receive Data Memory High 012
PSI5_RDML013    0xF0005668          Receive Data Memory Low 013
PSI5_RDMH013    0xF000566C          Receive Data Memory High 013
PSI5_RDML014    0xF0005670          Receive Data Memory Low 014
PSI5_RDMH014    0xF0005674          Receive Data Memory High 014
PSI5_RDML015    0xF0005678          Receive Data Memory Low 015
PSI5_RDMH015    0xF000567C          Receive Data Memory High 015
PSI5_RDML016    0xF0005680          Receive Data Memory Low 016
PSI5_RDMH016    0xF0005684          Receive Data Memory High 016
PSI5_RDML017    0xF0005688          Receive Data Memory Low 017
PSI5_RDMH017    0xF000568C          Receive Data Memory High 017
PSI5_RDML018    0xF0005690          Receive Data Memory Low 018
PSI5_RDMH018    0xF0005694          Receive Data Memory High 018
PSI5_RDML019    0xF0005698          Receive Data Memory Low 019
PSI5_RDMH019    0xF000569C          Receive Data Memory High 019
PSI5_RDML020    0xF00056A0          Receive Data Memory Low 020
PSI5_RDMH020    0xF00056A4          Receive Data Memory High 020
PSI5_RDML021    0xF00056A8          Receive Data Memory Low 021
PSI5_RDMH021    0xF00056AC          Receive Data Memory High 021
PSI5_RDML022    0xF00056B0          Receive Data Memory Low 022
PSI5_RDMH022    0xF00056B4          Receive Data Memory High 022
PSI5_RDML023    0xF00056B8          Receive Data Memory Low 023
PSI5_RDMH023    0xF00056BC          Receive Data Memory High 023
PSI5_RDML024    0xF00056C0          Receive Data Memory Low 024
PSI5_RDMH024    0xF00056C4          Receive Data Memory High 024
PSI5_RDML025    0xF00056C8          Receive Data Memory Low 025
PSI5_RDMH025    0xF00056CC          Receive Data Memory High 025
PSI5_RDML026    0xF00056D0          Receive Data Memory Low 026
PSI5_RDMH026    0xF00056D4          Receive Data Memory High 026
PSI5_RDML027    0xF00056D8          Receive Data Memory Low 027
PSI5_RDMH027    0xF00056DC          Receive Data Memory High 027
PSI5_RDML028    0xF00056E0          Receive Data Memory Low 028
PSI5_RDMH028    0xF00056E4          Receive Data Memory High 028
PSI5_RDML029    0xF00056E8          Receive Data Memory Low 029
PSI5_RDMH029    0xF00056EC          Receive Data Memory High 029
PSI5_RDML030    0xF00056F0          Receive Data Memory Low 030
PSI5_RDMH030    0xF00056F4          Receive Data Memory High 030
PSI5_RDML031    0xF00056F8          Receive Data Memory Low 031
PSI5_RDMH031    0xF00056FC          Receive Data Memory High 031
PSI5_RDML10     0xF0005700          Receive Data Memory Low 10
PSI5_RDMH10     0xF0005704          Receive Data Memory High 10
PSI5_RDML11     0xF0005708          Receive Data Memory Low 11
PSI5_RDMH11     0xF000570C          Receive Data Memory High 11
PSI5_RDML12     0xF0005710          Receive Data Memory Low 12
PSI5_RDMH12     0xF0005714          Receive Data Memory High 12
PSI5_RDML13     0xF0005718          Receive Data Memory Low 13
PSI5_RDMH13     0xF000571C          Receive Data Memory High 13
PSI5_RDML14     0xF0005720          Receive Data Memory Low 14
PSI5_RDMH14     0xF0005724          Receive Data Memory High 14
PSI5_RDML15     0xF0005728          Receive Data Memory Low 15
PSI5_RDMH15     0xF000572C          Receive Data Memory High 15
PSI5_RDML16     0xF0005730          Receive Data Memory Low 16
PSI5_RDMH16     0xF0005734          Receive Data Memory High 16
PSI5_RDML17     0xF0005738          Receive Data Memory Low 17
PSI5_RDMH17     0xF000573C          Receive Data Memory High 17
PSI5_RDML18     0xF0005740          Receive Data Memory Low 18
PSI5_RDMH18     0xF0005744          Receive Data Memory High 18
PSI5_RDML19     0xF0005748          Receive Data Memory Low 19
PSI5_RDMH19     0xF000574C          Receive Data Memory High 19
PSI5_RDML110    0xF0005750          Receive Data Memory Low 110
PSI5_RDMH110    0xF0005754          Receive Data Memory High 110
PSI5_RDML111    0xF0005758          Receive Data Memory Low 111
PSI5_RDMH111    0xF000575C          Receive Data Memory High 111
PSI5_RDML112    0xF0005760          Receive Data Memory Low 112
PSI5_RDMH112    0xF0005764          Receive Data Memory High 112
PSI5_RDML113    0xF0005768          Receive Data Memory Low 113
PSI5_RDMH113    0xF000576C          Receive Data Memory High 113
PSI5_RDML114    0xF0005770          Receive Data Memory Low 114
PSI5_RDMH114    0xF0005774          Receive Data Memory High 114
PSI5_RDML115    0xF0005778          Receive Data Memory Low 115
PSI5_RDMH115    0xF000577C          Receive Data Memory High 115
PSI5_RDML116    0xF0005780          Receive Data Memory Low 116
PSI5_RDMH116    0xF0005784          Receive Data Memory High 116
PSI5_RDML117    0xF0005788          Receive Data Memory Low 117
PSI5_RDMH117    0xF000578C          Receive Data Memory High 117
PSI5_RDML118    0xF0005790          Receive Data Memory Low 118
PSI5_RDMH118    0xF0005794          Receive Data Memory High 118
PSI5_RDML119    0xF0005798          Receive Data Memory Low 119
PSI5_RDMH119    0xF000579C          Receive Data Memory High 119
PSI5_RDML120    0xF00057A0          Receive Data Memory Low 120
PSI5_RDMH120    0xF00057A4          Receive Data Memory High 120
PSI5_RDML121    0xF00057A8          Receive Data Memory Low 121
PSI5_RDMH121    0xF00057AC          Receive Data Memory High 121
PSI5_RDML122    0xF00057B0          Receive Data Memory Low 122
PSI5_RDMH122    0xF00057B4          Receive Data Memory High 122
PSI5_RDML123    0xF00057B8          Receive Data Memory Low 123
PSI5_RDMH123    0xF00057BC          Receive Data Memory High 123
PSI5_RDML124    0xF00057C0          Receive Data Memory Low 124
PSI5_RDMH124    0xF00057C4          Receive Data Memory High 124
PSI5_RDML125    0xF00057C8          Receive Data Memory Low 125
PSI5_RDMH125    0xF00057CC          Receive Data Memory High 125
PSI5_RDML126    0xF00057D0          Receive Data Memory Low 126
PSI5_RDMH126    0xF00057D4          Receive Data Memory High 126
PSI5_RDML127    0xF00057D8          Receive Data Memory Low 127
PSI5_RDMH127    0xF00057DC          Receive Data Memory High 127
PSI5_RDML128    0xF00057E0          Receive Data Memory Low 128
PSI5_RDMH128    0xF00057E4          Receive Data Memory High 128
PSI5_RDML129    0xF00057E8          Receive Data Memory Low 129
PSI5_RDMH129    0xF00057EC          Receive Data Memory High 129
PSI5_RDML130    0xF00057F0          Receive Data Memory Low 130
PSI5_RDMH130    0xF00057F4          Receive Data Memory High 130
PSI5_RDML131    0xF00057F8          Receive Data Memory Low 131
PSI5_RDMH131    0xF00057FC          Receive Data Memory High 131
PSI5_RDML20     0xF0005800          Receive Data Memory Low 20
PSI5_RDMH20     0xF0005804          Receive Data Memory High 20
PSI5_RDML21     0xF0005808          Receive Data Memory Low 21
PSI5_RDMH21     0xF000580C          Receive Data Memory High 21
PSI5_RDML22     0xF0005810          Receive Data Memory Low 22
PSI5_RDMH22     0xF0005814          Receive Data Memory High 22
PSI5_RDML23     0xF0005818          Receive Data Memory Low 23
PSI5_RDMH23     0xF000581C          Receive Data Memory High 23
PSI5_RDML24     0xF0005820          Receive Data Memory Low 24
PSI5_RDMH24     0xF0005824          Receive Data Memory High 24
PSI5_RDML25     0xF0005828          Receive Data Memory Low 25
PSI5_RDMH25     0xF000582C          Receive Data Memory High 25
PSI5_RDML26     0xF0005830          Receive Data Memory Low 26
PSI5_RDMH26     0xF0005834          Receive Data Memory High 26
PSI5_RDML27     0xF0005838          Receive Data Memory Low 27
PSI5_RDMH27     0xF000583C          Receive Data Memory High 27
PSI5_RDML28     0xF0005840          Receive Data Memory Low 28
PSI5_RDMH28     0xF0005844          Receive Data Memory High 28
PSI5_RDML29     0xF0005848          Receive Data Memory Low 29
PSI5_RDMH29     0xF000584C          Receive Data Memory High 29
PSI5_RDML210    0xF0005850          Receive Data Memory Low 210
PSI5_RDMH210    0xF0005854          Receive Data Memory High 210
PSI5_RDML211    0xF0005858          Receive Data Memory Low 211
PSI5_RDMH211    0xF000585C          Receive Data Memory High 211
PSI5_RDML212    0xF0005860          Receive Data Memory Low 212
PSI5_RDMH212    0xF0005864          Receive Data Memory High 212
PSI5_RDML213    0xF0005868          Receive Data Memory Low 213
PSI5_RDMH213    0xF000586C          Receive Data Memory High 213
PSI5_RDML214    0xF0005870          Receive Data Memory Low 214
PSI5_RDMH214    0xF0005874          Receive Data Memory High 214
PSI5_RDML215    0xF0005878          Receive Data Memory Low 215
PSI5_RDMH215    0xF000587C          Receive Data Memory High 215
PSI5_RDML216    0xF0005880          Receive Data Memory Low 216
PSI5_RDMH216    0xF0005884          Receive Data Memory High 216
PSI5_RDML217    0xF0005888          Receive Data Memory Low 217
PSI5_RDMH217    0xF000588C          Receive Data Memory High 217
PSI5_RDML218    0xF0005890          Receive Data Memory Low 218
PSI5_RDMH218    0xF0005894          Receive Data Memory High 218
PSI5_RDML219    0xF0005898          Receive Data Memory Low 219
PSI5_RDMH219    0xF000589C          Receive Data Memory High 219
PSI5_RDML220    0xF00058A0          Receive Data Memory Low 220
PSI5_RDMH220    0xF00058A4          Receive Data Memory High 220
PSI5_RDML221    0xF00058A8          Receive Data Memory Low 221
PSI5_RDMH221    0xF00058AC          Receive Data Memory High 221
PSI5_RDML222    0xF00058B0          Receive Data Memory Low 222
PSI5_RDMH222    0xF00058B4          Receive Data Memory High 222
PSI5_RDML223    0xF00058B8          Receive Data Memory Low 223
PSI5_RDMH223    0xF00058BC          Receive Data Memory High 223
PSI5_RDML224    0xF00058C0          Receive Data Memory Low 224
PSI5_RDMH224    0xF00058C4          Receive Data Memory High 224
PSI5_RDML225    0xF00058C8          Receive Data Memory Low 225
PSI5_RDMH225    0xF00058CC          Receive Data Memory High 225
PSI5_RDML226    0xF00058D0          Receive Data Memory Low 226
PSI5_RDMH226    0xF00058D4          Receive Data Memory High 226
PSI5_RDML227    0xF00058D8          Receive Data Memory Low 227
PSI5_RDMH227    0xF00058DC          Receive Data Memory High 227
PSI5_RDML228    0xF00058E0          Receive Data Memory Low 228
PSI5_RDMH228    0xF00058E4          Receive Data Memory High 228
PSI5_RDML229    0xF00058E8          Receive Data Memory Low 229
PSI5_RDMH229    0xF00058EC          Receive Data Memory High 229
PSI5_RDML230    0xF00058F0          Receive Data Memory Low 230
PSI5_RDMH230    0xF00058F4          Receive Data Memory High 230
PSI5_RDML231    0xF00058F8          Receive Data Memory Low 231
PSI5_RDMH231    0xF00058FC          Receive Data Memory High 231
PSI5_RDML30     0xF0005900          Receive Data Memory Low 30
PSI5_RDMH30     0xF0005904          Receive Data Memory High 30
PSI5_RDML31     0xF0005908          Receive Data Memory Low 31
PSI5_RDMH31     0xF000590C          Receive Data Memory High 31
PSI5_RDML32     0xF0005910          Receive Data Memory Low 32
PSI5_RDMH32     0xF0005914          Receive Data Memory High 32
PSI5_RDML33     0xF0005918          Receive Data Memory Low 33
PSI5_RDMH33     0xF000591C          Receive Data Memory High 33
PSI5_RDML34     0xF0005920          Receive Data Memory Low 34
PSI5_RDMH34     0xF0005924          Receive Data Memory High 34
PSI5_RDML35     0xF0005928          Receive Data Memory Low 35
PSI5_RDMH35     0xF000592C          Receive Data Memory High 35
PSI5_RDML36     0xF0005930          Receive Data Memory Low 36
PSI5_RDMH36     0xF0005934          Receive Data Memory High 36
PSI5_RDML37     0xF0005938          Receive Data Memory Low 37
PSI5_RDMH37     0xF000593C          Receive Data Memory High 37
PSI5_RDML38     0xF0005940          Receive Data Memory Low 38
PSI5_RDMH38     0xF0005944          Receive Data Memory High 38
PSI5_RDML39     0xF0005948          Receive Data Memory Low 39
PSI5_RDMH39     0xF000594C          Receive Data Memory High 39
PSI5_RDML310    0xF0005950          Receive Data Memory Low 310
PSI5_RDMH310    0xF0005954          Receive Data Memory High 310
PSI5_RDML311    0xF0005958          Receive Data Memory Low 311
PSI5_RDMH311    0xF000595C          Receive Data Memory High 311
PSI5_RDML312    0xF0005960          Receive Data Memory Low 312
PSI5_RDMH312    0xF0005964          Receive Data Memory High 312
PSI5_RDML313    0xF0005968          Receive Data Memory Low 313
PSI5_RDMH313    0xF000596C          Receive Data Memory High 313
PSI5_RDML314    0xF0005970          Receive Data Memory Low 314
PSI5_RDMH314    0xF0005974          Receive Data Memory High 314
PSI5_RDML315    0xF0005978          Receive Data Memory Low 315
PSI5_RDMH315    0xF000597C          Receive Data Memory High 315
PSI5_RDML316    0xF0005980          Receive Data Memory Low 316
PSI5_RDMH316    0xF0005984          Receive Data Memory High 316
PSI5_RDML317    0xF0005988          Receive Data Memory Low 317
PSI5_RDMH317    0xF000598C          Receive Data Memory High 317
PSI5_RDML318    0xF0005990          Receive Data Memory Low 318
PSI5_RDMH318    0xF0005994          Receive Data Memory High 318
PSI5_RDML319    0xF0005998          Receive Data Memory Low 319
PSI5_RDMH319    0xF000599C          Receive Data Memory High 319
PSI5_RDML320    0xF00059A0          Receive Data Memory Low 320
PSI5_RDMH320    0xF00059A4          Receive Data Memory High 320
PSI5_RDML321    0xF00059A8          Receive Data Memory Low 321
PSI5_RDMH321    0xF00059AC          Receive Data Memory High 321
PSI5_RDML322    0xF00059B0          Receive Data Memory Low 322
PSI5_RDMH322    0xF00059B4          Receive Data Memory High 322
PSI5_RDML323    0xF00059B8          Receive Data Memory Low 323
PSI5_RDMH323    0xF00059BC          Receive Data Memory High 323
PSI5_RDML324    0xF00059C0          Receive Data Memory Low 324
PSI5_RDMH324    0xF00059C4          Receive Data Memory High 324
PSI5_RDML325    0xF00059C8          Receive Data Memory Low 325
PSI5_RDMH325    0xF00059CC          Receive Data Memory High 325
PSI5_RDML326    0xF00059D0          Receive Data Memory Low 326
PSI5_RDMH326    0xF00059D4          Receive Data Memory High 326
PSI5_RDML327    0xF00059D8          Receive Data Memory Low 327
PSI5_RDMH327    0xF00059DC          Receive Data Memory High 327
PSI5_RDML328    0xF00059E0          Receive Data Memory Low 328
PSI5_RDMH328    0xF00059E4          Receive Data Memory High 328
PSI5_RDML329    0xF00059E8          Receive Data Memory Low 329
PSI5_RDMH329    0xF00059EC          Receive Data Memory High 329
PSI5_RDML330    0xF00059F0          Receive Data Memory Low 330
PSI5_RDMH330    0xF00059F4          Receive Data Memory High 330
PSI5_RDML331    0xF00059F8          Receive Data Memory Low 331
PSI5_RDMH331    0xF00059FC          Receive Data Memory High 331
PSI5S_CLC       0xF0007000          Clock Control Register
PSI5S_ID        0xF0007008          Module Identification Register
PSI5S_FDR       0xF000700C          PSI5-S Fractional Divider Register
PSI5S_FDRT      0xF0007010          Fractional Divider Register for Time Stamp
PSI5S_TSCNTA    0xF0007014          Time Stamp Count Register A
PSI5S_TSCNTB    0xF0007018          Time Stamp Count Register B
PSI5S_GCR       0xF000701C          Global Control Register
PSI5S_NFC       0xF0007020          Number of Frames Control Register
PSI5S_FCNT      0xF0007024          Frame Counter Register
PSI5S_IOCR      0xF0007028          Input and Output Control Register
PSI5S_RCRA0     0xF0007030          Receiver Control Register A0
PSI5S_RCRA1     0xF0007034          Receiver Control Register A1
PSI5S_RCRA2     0xF0007038          Receiver Control Register A2
PSI5S_RCRA3     0xF000703C          Receiver Control Register A3
PSI5S_RCRA4     0xF0007040          Receiver Control Register A4
PSI5S_RCRA5     0xF0007044          Receiver Control Register A5
PSI5S_RCRA6     0xF0007048          Receiver Control Register A6
PSI5S_RCRA7     0xF000704C          Receiver Control Register A7
PSI5S_RCRB0     0xF0007050          Receiver Control Register B0
PSI5S_RCRB1     0xF0007054          Receiver Control Register B1
PSI5S_RCRB2     0xF0007058          Receiver Control Register B2
PSI5S_RCRB3     0xF000705C          Receiver Control Register B3
PSI5S_RCRB4     0xF0007060          Receiver Control Register B4
PSI5S_RCRB5     0xF0007064          Receiver Control Register B5
PSI5S_RCRB6     0xF0007068          Receiver Control Register B6
PSI5S_RCRB7     0xF000706C          Receiver Control Register B7
PSI5S_WDT0      0xF0007070          Watch Dog Timer Register 0
PSI5S_WDT1      0xF0007074          Watch Dog Timer Register 1
PSI5S_WDT2      0xF0007078          Watch Dog Timer Register 2
PSI5S_WDT3      0xF000707C          Watch Dog Timer Register 3
PSI5S_WDT4      0xF0007080          Watch Dog Timer Register 4
PSI5S_WDT5      0xF0007084          Watch Dog Timer Register 5
PSI5S_WDT6      0xF0007088          Watch Dog Timer Register 6
PSI5S_WDT7      0xF000708C          Watch Dog Timer Register 7
PSI5S_TSCR0     0xF0007090          Capture Register TSCR0
PSI5S_TSCR1     0xF0007094          Capture Register TSCR1
PSI5S_TSCR2     0xF0007098          Capture Register TSCR2
PSI5S_TSCR3     0xF000709C          Capture Register TSCR3
PSI5S_TSCR4     0xF00070A0          Capture Register TSCR4
PSI5S_TSCR5     0xF00070A4          Capture Register TSCR5
PSI5S_TSCR6     0xF00070A8          Capture Register TSCR6
PSI5S_TSCR7     0xF00070AC          Capture Register TSCR7
PSI5S_RDS       0xF00070B0          Receive Status Register
PSI5S_RDR       0xF00070B4          Receive Data Register
PSI5S_TSM       0xF00070B8          Time Stamp Mirror Register
PSI5S_TAR       0xF00070D0          Target Address Register
PSI5S_BAR       0xF00070D4          Base Address Register
PSI5S_PGC0      0xF00070F0          Pulse Generation Control Register 0
PSI5S_PGC1      0xF00070F4          Pulse Generation Control Register 1
PSI5S_PGC2      0xF00070F8          Pulse Generation Control Register 2
PSI5S_PGC3      0xF00070FC          Pulse Generation Control Register 3
PSI5S_PGC4      0xF0007100          Pulse Generation Control Register 4
PSI5S_PGC5      0xF0007104          Pulse Generation Control Register 5
PSI5S_PGC6      0xF0007108          Pulse Generation Control Register 6
PSI5S_PGC7      0xF000710C          Pulse Generation Control Register 7
PSI5S_CTV0      0xF0007110          Channel Trigger Value Register 0
PSI5S_CTV1      0xF0007114          Channel Trigger Value Register 1
PSI5S_CTV2      0xF0007118          Channel Trigger Value Register 2
PSI5S_CTV3      0xF000711C          Channel Trigger Value Register 3
PSI5S_CTV4      0xF0007120          Channel Trigger Value Register 4
PSI5S_CTV5      0xF0007124          Channel Trigger Value Register 5
PSI5S_CTV6      0xF0007128          Channel Trigger Value Register 6
PSI5S_CTV7      0xF000712C          Channel Trigger Value Register 7
PSI5S_SCR0      0xF0007130          Send Control Register 0
PSI5S_SCR1      0xF0007134          Send Control Register 1
PSI5S_SCR2      0xF0007138          Send Control Register 2
PSI5S_SCR3      0xF000713C          Send Control Register 3
PSI5S_SCR4      0xF0007140          Send Control Register 4
PSI5S_SCR5      0xF0007144          Send Control Register 5
PSI5S_SCR6      0xF0007148          Send Control Register 6
PSI5S_SCR7      0xF000714C          Send Control Register 7
PSI5S_SDR0      0xF0007150          Send Data Register 0
PSI5S_SDR1      0xF0007154          Send Data Register 1
PSI5S_SDR2      0xF0007158          Send Data Register 2
PSI5S_SDR3      0xF000715C          Send Data Register 3
PSI5S_SDR4      0xF0007160          Send Data Register 4
PSI5S_SDR5      0xF0007164          Send Data Register 5
PSI5S_SDR6      0xF0007168          Send Data Register 6
PSI5S_SDR7      0xF000716C          Send Data Register 7
PSI5S_CDW       0xF0007170          CPU Direct Write Register
PSI5S_CON       0xF0007210          Control Register
PSI5S_BG        0xF0007214          Baud Rate Timer/Reload Register
PSI5S_FDV       0xF0007218          Fractional Divider Register
PSI5S_FDO       0xF000721C          Fractional Divider for Output CLK Register
PSI5S_TBUF      0xF0007220          Transmit Buffer Register
PSI5S_RBUF      0xF0007224          Receive Buffer Register
PSI5S_WHBCON    0xF0007250          Write Hardware Bits Control Register
PSI5S_INTSTAT0  0xF0007260          Interrupt Status Register 0
PSI5S_INTSTAT1  0xF0007264          Interrupt Status Register 1
PSI5S_INTSTAT2  0xF0007268          Interrupt Status Register 2
PSI5S_INTSTAT3  0xF000726C          Interrupt Status Register 3
PSI5S_INTSTAT4  0xF0007270          Interrupt Status Register 4
PSI5S_INTSTAT5  0xF0007274          Interrupt Status Register 5
PSI5S_INTSTAT6  0xF0007278          Interrupt Status Register 6
PSI5S_INTSTAT7  0xF000727C          Interrupt Status Register 7
PSI5S_INTSET0   0xF0007280          Interrupt Set Register 0
PSI5S_INTSET1   0xF0007284          Interrupt Set Register 1
PSI5S_INTSET2   0xF0007288          Interrupt Set Register 2
PSI5S_INTSET3   0xF000728C          Interrupt Set Register 3
PSI5S_INTSET4   0xF0007290          Interrupt Set Register 4
PSI5S_INTSET5   0xF0007294          Interrupt Set Register 5
PSI5S_INTSET6   0xF0007298          Interrupt Set Register 6
PSI5S_INTSET7   0xF000729C          Interrupt Set Register 7
PSI5S_INTCLR0   0xF00072A0          Interrupt Clear Register 0
PSI5S_INTCLR1   0xF00072A4          Interrupt Clear Register 1
PSI5S_INTCLR2   0xF00072A8          Interrupt Clear Register 2
PSI5S_INTCLR3   0xF00072AC          Interrupt Clear Register 3
PSI5S_INTCLR4   0xF00072B0          Interrupt Clear Register 4
PSI5S_INTCLR5   0xF00072B4          Interrupt Clear Register 5
PSI5S_INTCLR6   0xF00072B8          Interrupt Clear Register 6
PSI5S_INTCLR7   0xF00072BC          Interrupt Clear Register 7
PSI5S_INTEN0    0xF00072C0          Interrupt Enable Register 0
PSI5S_INTEN1    0xF00072C4          Interrupt Enable Register 1
PSI5S_INTEN2    0xF00072C8          Interrupt Enable Register 2
PSI5S_INTEN3    0xF00072CC          Interrupt Enable Register 3
PSI5S_INTEN4    0xF00072D0          Interrupt Enable Register 4
PSI5S_INTEN5    0xF00072D4          Interrupt Enable Register 5
PSI5S_INTEN6    0xF00072D8          Interrupt Enable Register 6
PSI5S_INTEN7    0xF00072DC          Interrupt Enable Register 7
PSI5S_INP0      0xF00072E0          Interrupt Node Pointer Register 0
PSI5S_INP1      0xF00072E4          Interrupt Node Pointer Register 1
PSI5S_INP2      0xF00072E8          Interrupt Node Pointer Register 2
PSI5S_INP3      0xF00072EC          Interrupt Node Pointer Register 3
PSI5S_INP4      0xF00072F0          Interrupt Node Pointer Register 4
PSI5S_INP5      0xF00072F4          Interrupt Node Pointer Register 5
PSI5S_INP6      0xF00072F8          Interrupt Node Pointer Register 6
PSI5S_INP7      0xF00072FC          Interrupt Node Pointer Register 7
PSI5S_INTOV     0xF0007300          Interrupt Overview Register
PSI5S_INTSTATG  0xF0007304          Interrupt Status Register Global
PSI5S_INTSETG   0xF0007308          Interrupt Set Register Global
PSI5S_INTCLRG   0xF000730C          Interrupt Clear Register Global
PSI5S_INTENG    0xF0007310          Interrupt Enable Register Global
PSI5S_INPG      0xF0007314          Interrupt Node Pointer Register Global
PSI5S_OCS       0xF00073CC          OCDS Control and Status
PSI5S_ACCEN0    0xF00073D0          Access Enable Register 0
PSI5S_ACCEN1    0xF00073D4          Access Enable Register 1
PSI5S_KRST0     0xF00073D8          Kernel Reset Register 0
PSI5S_KRST1     0xF00073DC          Kernel Reset Register 1
PSI5S_KRSTCLR   0xF00073E0          Kernel Reset Status Clear Register
DMA_CLC         0xF0010000          DMA Clock Control Register
DMA_ID          0xF0010008          DMA Identification Register
DMA_ACCEN00     0xF0010040          RP 0 Access Enable Register 0
DMA_ACCEN01     0xF0010044          RP 0 Access Enable Register 1
DMA_ACCEN10     0xF0010048          RP 1 Access Enable Register 0
DMA_ACCEN11     0xF001004C          RP 1 Access Enable Register 1
DMA_ACCEN20     0xF0010050          RP 2 Access Enable Register 0
DMA_ACCEN21     0xF0010054          RP 2 Access Enable Register 1
DMA_ACCEN30     0xF0010058          RP 3 Access Enable Register 0
DMA_ACCEN31     0xF001005C          RP 3 Access Enable Register 1
DMA_EER0        0xF0010120          ME 0 Enable Error Register
DMA_ERRSR0      0xF0010124          ME 0 Error Status Register
DMA_CLRE0       0xF0010128          ME 0 Clear Error Register
DMA_ME0SR       0xF0010130          ME 0 Status Register
DMA_ME00R       0xF0010140          ME 0 Read Register 0
DMA_ME01R       0xF0010144          ME 0 Read Register 1
DMA_ME02R       0xF0010148          ME 0 Read Register 2
DMA_ME03R       0xF001014C          ME 0 Read Register 3
DMA_ME04R       0xF0010150          ME 0 Read Register 4
DMA_ME05R       0xF0010154          ME 0 Read Register 5
DMA_ME06R       0xF0010158          ME 0 Read Register 6
DMA_ME07R       0xF001015C          ME 0 Read Register 7
DMA_ME0RDCRC    0xF0010180          ME 0 Channel Read Data CRC Register
DMA_ME0SDCRC    0xF0010184          ME 0 Channel Source and Destination Address CRC Register
DMA_ME0SADR     0xF0010188          ME 0 Channel Source Address Register
DMA_ME0DADR     0xF001018C          ME 0 Channel Destination Address Register
DMA_ME0ADICR    0xF0010190          ME 0 Channel Address and Interrupt Control Register
DMA_ME0CHCR     0xF0010194          ME 0 Channel Control Register
DMA_ME0SHADR    0xF0010198          ME 0 Channel Shadow Address Register
DMA_ME0CHSR     0xF001019C          ME 0 Channel Status Register
DMA_EER1        0xF0011120          ME 1 Enable Error Register
DMA_ERRSR1      0xF0011124          ME 1 Error Status Register
DMA_CLRE1       0xF0011128          ME 1 Clear Error Register
DMA_ME1SR       0xF0011130          ME 1 Status Register
DMA_ME10R       0xF0011140          ME 1 Read Register 0
DMA_ME11R       0xF0011144          ME 1 Read Register 1
DMA_ME12R       0xF0011148          ME 1 Read Register 2
DMA_ME13R       0xF001114C          ME 1 Read Register 3
DMA_ME14R       0xF0011150          ME 1 Read Register 4
DMA_ME15R       0xF0011154          ME 1 Read Register 5
DMA_ME16R       0xF0011158          ME 1 Read Register 6
DMA_ME17R       0xF001115C          ME 1 Read Register 7
DMA_ME1RDCRC    0xF0011180          ME 1 Channel Read Data CRC Register
DMA_ME1SDCRC    0xF0011184          ME 1 Channel Source and Destination Address CRC Register
DMA_ME1SADR     0xF0011188          ME 1 Channel Source Address Register
DMA_ME1DADR     0xF001118C          ME 1 Channel Destination Address Register
DMA_ME1ADICR    0xF0011190          ME 1 Channel Address and Interrupt Control Register
DMA_ME1CHCR     0xF0011194          ME 1 Channel Control Register
DMA_ME1SHADR    0xF0011198          ME 1 Channel Shadow Address Register
DMA_ME1CHSR     0xF001119C          ME 1 Channel Status Register
DMA_OTSS        0xF0011200          DMA OCDS Trigger Set Select
DMA_PRR0        0xF0011208          DMA Pattern Read Register 0
DMA_PRR1        0xF001120C          DMA Pattern Read Register 1
DMA_TIME        0xF0011210          DMA Time Register
DMA_MODE0       0xF0011300          RP 0 Mode Register
DMA_MODE1       0xF0011304          RP 1 Mode Register
DMA_MODE2       0xF0011308          RP 2 Mode Register
DMA_MODE3       0xF001130C          RP 3 Mode Register
DMA_ERRINTR0    0xF0011320          RP 0 Error Interrupt Set Register
DMA_ERRINTR1    0xF0011324          RP 1 Error Interrupt Set Register
DMA_ERRINTR2    0xF0011328          RP 2 Error Interrupt Set Register
DMA_ERRINTR3    0xF001132C          RP 3 Error Interrupt Set Register
DMA_HRR000      0xF0011800          DMA Channel 0 Resource Partition Register
DMA_HRR001      0xF0011804          DMA Channel 1 Resource Partition Register
DMA_HRR002      0xF0011808          DMA Channel 2 Resource Partition Register
DMA_HRR003      0xF001180C          DMA Channel 3 Resource Partition Register
DMA_HRR004      0xF0011810          DMA Channel 4 Resource Partition Register
DMA_HRR005      0xF0011814          DMA Channel 5 Resource Partition Register
DMA_HRR006      0xF0011818          DMA Channel 6 Resource Partition Register
DMA_HRR007      0xF001181C          DMA Channel 7 Resource Partition Register
DMA_HRR008      0xF0011820          DMA Channel 8 Resource Partition Register
DMA_HRR009      0xF0011824          DMA Channel 9 Resource Partition Register
DMA_HRR010      0xF0011828          DMA Channel 10 Resource Partition Register
DMA_HRR011      0xF001182C          DMA Channel 11 Resource Partition Register
DMA_HRR012      0xF0011830          DMA Channel 12 Resource Partition Register
DMA_HRR013      0xF0011834          DMA Channel 13 Resource Partition Register
DMA_HRR014      0xF0011838          DMA Channel 14 Resource Partition Register
DMA_HRR015      0xF001183C          DMA Channel 15 Resource Partition Register
DMA_HRR016      0xF0011840          DMA Channel 16 Resource Partition Register
DMA_HRR017      0xF0011844          DMA Channel 17 Resource Partition Register
DMA_HRR018      0xF0011848          DMA Channel 18 Resource Partition Register
DMA_HRR019      0xF001184C          DMA Channel 19 Resource Partition Register
DMA_HRR020      0xF0011850          DMA Channel 20 Resource Partition Register
DMA_HRR021      0xF0011854          DMA Channel 21 Resource Partition Register
DMA_HRR022      0xF0011858          DMA Channel 22 Resource Partition Register
DMA_HRR023      0xF001185C          DMA Channel 23 Resource Partition Register
DMA_HRR024      0xF0011860          DMA Channel 24 Resource Partition Register
DMA_HRR025      0xF0011864          DMA Channel 25 Resource Partition Register
DMA_HRR026      0xF0011868          DMA Channel 26 Resource Partition Register
DMA_HRR027      0xF001186C          DMA Channel 27 Resource Partition Register
DMA_HRR028      0xF0011870          DMA Channel 28 Resource Partition Register
DMA_HRR029      0xF0011874          DMA Channel 29 Resource Partition Register
DMA_HRR030      0xF0011878          DMA Channel 30 Resource Partition Register
DMA_HRR031      0xF001187C          DMA Channel 31 Resource Partition Register
DMA_HRR032      0xF0011880          DMA Channel 32 Resource Partition Register
DMA_HRR033      0xF0011884          DMA Channel 33 Resource Partition Register
DMA_HRR034      0xF0011888          DMA Channel 34 Resource Partition Register
DMA_HRR035      0xF001188C          DMA Channel 35 Resource Partition Register
DMA_HRR036      0xF0011890          DMA Channel 36 Resource Partition Register
DMA_HRR037      0xF0011894          DMA Channel 37 Resource Partition Register
DMA_HRR038      0xF0011898          DMA Channel 38 Resource Partition Register
DMA_HRR039      0xF001189C          DMA Channel 39 Resource Partition Register
DMA_HRR040      0xF00118A0          DMA Channel 40 Resource Partition Register
DMA_HRR041      0xF00118A4          DMA Channel 41 Resource Partition Register
DMA_HRR042      0xF00118A8          DMA Channel 42 Resource Partition Register
DMA_HRR043      0xF00118AC          DMA Channel 43 Resource Partition Register
DMA_HRR044      0xF00118B0          DMA Channel 44 Resource Partition Register
DMA_HRR045      0xF00118B4          DMA Channel 45 Resource Partition Register
DMA_HRR046      0xF00118B8          DMA Channel 46 Resource Partition Register
DMA_HRR047      0xF00118BC          DMA Channel 47 Resource Partition Register
DMA_HRR048      0xF00118C0          DMA Channel 48 Resource Partition Register
DMA_HRR049      0xF00118C4          DMA Channel 49 Resource Partition Register
DMA_HRR050      0xF00118C8          DMA Channel 50 Resource Partition Register
DMA_HRR051      0xF00118CC          DMA Channel 51 Resource Partition Register
DMA_HRR052      0xF00118D0          DMA Channel 52 Resource Partition Register
DMA_HRR053      0xF00118D4          DMA Channel 53 Resource Partition Register
DMA_HRR054      0xF00118D8          DMA Channel 54 Resource Partition Register
DMA_HRR055      0xF00118DC          DMA Channel 55 Resource Partition Register
DMA_HRR056      0xF00118E0          DMA Channel 56 Resource Partition Register
DMA_HRR057      0xF00118E4          DMA Channel 57 Resource Partition Register
DMA_HRR058      0xF00118E8          DMA Channel 58 Resource Partition Register
DMA_HRR059      0xF00118EC          DMA Channel 59 Resource Partition Register
DMA_HRR060      0xF00118F0          DMA Channel 60 Resource Partition Register
DMA_HRR061      0xF00118F4          DMA Channel 61 Resource Partition Register
DMA_HRR062      0xF00118F8          DMA Channel 62 Resource Partition Register
DMA_HRR063      0xF00118FC          DMA Channel 63 Resource Partition Register
DMA_HRR064      0xF0011900          DMA Channel 64 Resource Partition Register
DMA_HRR065      0xF0011904          DMA Channel 65 Resource Partition Register
DMA_HRR066      0xF0011908          DMA Channel 66 Resource Partition Register
DMA_HRR067      0xF001190C          DMA Channel 67 Resource Partition Register
DMA_HRR068      0xF0011910          DMA Channel 68 Resource Partition Register
DMA_HRR069      0xF0011914          DMA Channel 69 Resource Partition Register
DMA_HRR070      0xF0011918          DMA Channel 70 Resource Partition Register
DMA_HRR071      0xF001191C          DMA Channel 71 Resource Partition Register
DMA_HRR072      0xF0011920          DMA Channel 72 Resource Partition Register
DMA_HRR073      0xF0011924          DMA Channel 73 Resource Partition Register
DMA_HRR074      0xF0011928          DMA Channel 74 Resource Partition Register
DMA_HRR075      0xF001192C          DMA Channel 75 Resource Partition Register
DMA_HRR076      0xF0011930          DMA Channel 76 Resource Partition Register
DMA_HRR077      0xF0011934          DMA Channel 77 Resource Partition Register
DMA_HRR078      0xF0011938          DMA Channel 78 Resource Partition Register
DMA_HRR079      0xF001193C          DMA Channel 79 Resource Partition Register
DMA_HRR080      0xF0011940          DMA Channel 80 Resource Partition Register
DMA_HRR081      0xF0011944          DMA Channel 81 Resource Partition Register
DMA_HRR082      0xF0011948          DMA Channel 82 Resource Partition Register
DMA_HRR083      0xF001194C          DMA Channel 83 Resource Partition Register
DMA_HRR084      0xF0011950          DMA Channel 84 Resource Partition Register
DMA_HRR085      0xF0011954          DMA Channel 85 Resource Partition Register
DMA_HRR086      0xF0011958          DMA Channel 86 Resource Partition Register
DMA_HRR087      0xF001195C          DMA Channel 87 Resource Partition Register
DMA_HRR088      0xF0011960          DMA Channel 88 Resource Partition Register
DMA_HRR089      0xF0011964          DMA Channel 89 Resource Partition Register
DMA_HRR090      0xF0011968          DMA Channel 90 Resource Partition Register
DMA_HRR091      0xF001196C          DMA Channel 91 Resource Partition Register
DMA_HRR092      0xF0011970          DMA Channel 92 Resource Partition Register
DMA_HRR093      0xF0011974          DMA Channel 93 Resource Partition Register
DMA_HRR094      0xF0011978          DMA Channel 94 Resource Partition Register
DMA_HRR095      0xF001197C          DMA Channel 95 Resource Partition Register
DMA_HRR096      0xF0011980          DMA Channel 96 Resource Partition Register
DMA_HRR097      0xF0011984          DMA Channel 97 Resource Partition Register
DMA_HRR098      0xF0011988          DMA Channel 98 Resource Partition Register
DMA_HRR099      0xF001198C          DMA Channel 99 Resource Partition Register
DMA_HRR100      0xF0011990          DMA Channel 100 Resource Partition Register
DMA_HRR101      0xF0011994          DMA Channel 101 Resource Partition Register
DMA_HRR102      0xF0011998          DMA Channel 102 Resource Partition Register
DMA_HRR103      0xF001199C          DMA Channel 103 Resource Partition Register
DMA_HRR104      0xF00119A0          DMA Channel 104 Resource Partition Register
DMA_HRR105      0xF00119A4          DMA Channel 105 Resource Partition Register
DMA_HRR106      0xF00119A8          DMA Channel 106 Resource Partition Register
DMA_HRR107      0xF00119AC          DMA Channel 107 Resource Partition Register
DMA_HRR108      0xF00119B0          DMA Channel 108 Resource Partition Register
DMA_HRR109      0xF00119B4          DMA Channel 109 Resource Partition Register
DMA_HRR110      0xF00119B8          DMA Channel 110 Resource Partition Register
DMA_HRR111      0xF00119BC          DMA Channel 111 Resource Partition Register
DMA_HRR112      0xF00119C0          DMA Channel 112 Resource Partition Register
DMA_HRR113      0xF00119C4          DMA Channel 113 Resource Partition Register
DMA_HRR114      0xF00119C8          DMA Channel 114 Resource Partition Register
DMA_HRR115      0xF00119CC          DMA Channel 115 Resource Partition Register
DMA_HRR116      0xF00119D0          DMA Channel 116 Resource Partition Register
DMA_HRR117      0xF00119D4          DMA Channel 117 Resource Partition Register
DMA_HRR118      0xF00119D8          DMA Channel 118 Resource Partition Register
DMA_HRR119      0xF00119DC          DMA Channel 119 Resource Partition Register
DMA_HRR120      0xF00119E0          DMA Channel 120 Resource Partition Register
DMA_HRR121      0xF00119E4          DMA Channel 121 Resource Partition Register
DMA_HRR122      0xF00119E8          DMA Channel 122 Resource Partition Register
DMA_HRR123      0xF00119EC          DMA Channel 123 Resource Partition Register
DMA_HRR124      0xF00119F0          DMA Channel 124 Resource Partition Register
DMA_HRR125      0xF00119F4          DMA Channel 125 Resource Partition Register
DMA_HRR126      0xF00119F8          DMA Channel 126 Resource Partition Register
DMA_HRR127      0xF00119FC          DMA Channel 127 Resource Partition Register
DMA_SUSENR000   0xF0011A00          DMA Channel 0 Suspend Enable Register
DMA_SUSENR001   0xF0011A04          DMA Channel 1 Suspend Enable Register
DMA_SUSENR002   0xF0011A08          DMA Channel 2 Suspend Enable Register
DMA_SUSENR003   0xF0011A0C          DMA Channel 3 Suspend Enable Register
DMA_SUSENR004   0xF0011A10          DMA Channel 4 Suspend Enable Register
DMA_SUSENR005   0xF0011A14          DMA Channel 5 Suspend Enable Register
DMA_SUSENR006   0xF0011A18          DMA Channel 6 Suspend Enable Register
DMA_SUSENR007   0xF0011A1C          DMA Channel 7 Suspend Enable Register
DMA_SUSENR008   0xF0011A20          DMA Channel 8 Suspend Enable Register
DMA_SUSENR009   0xF0011A24          DMA Channel 9 Suspend Enable Register
DMA_SUSENR010   0xF0011A28          DMA Channel 10 Suspend Enable Register
DMA_SUSENR011   0xF0011A2C          DMA Channel 11 Suspend Enable Register
DMA_SUSENR012   0xF0011A30          DMA Channel 12 Suspend Enable Register
DMA_SUSENR013   0xF0011A34          DMA Channel 13 Suspend Enable Register
DMA_SUSENR014   0xF0011A38          DMA Channel 14 Suspend Enable Register
DMA_SUSENR015   0xF0011A3C          DMA Channel 15 Suspend Enable Register
DMA_SUSENR016   0xF0011A40          DMA Channel 16 Suspend Enable Register
DMA_SUSENR017   0xF0011A44          DMA Channel 17 Suspend Enable Register
DMA_SUSENR018   0xF0011A48          DMA Channel 18 Suspend Enable Register
DMA_SUSENR019   0xF0011A4C          DMA Channel 19 Suspend Enable Register
DMA_SUSENR020   0xF0011A50          DMA Channel 20 Suspend Enable Register
DMA_SUSENR021   0xF0011A54          DMA Channel 21 Suspend Enable Register
DMA_SUSENR022   0xF0011A58          DMA Channel 22 Suspend Enable Register
DMA_SUSENR023   0xF0011A5C          DMA Channel 23 Suspend Enable Register
DMA_SUSENR024   0xF0011A60          DMA Channel 24 Suspend Enable Register
DMA_SUSENR025   0xF0011A64          DMA Channel 25 Suspend Enable Register
DMA_SUSENR026   0xF0011A68          DMA Channel 26 Suspend Enable Register
DMA_SUSENR027   0xF0011A6C          DMA Channel 27 Suspend Enable Register
DMA_SUSENR028   0xF0011A70          DMA Channel 28 Suspend Enable Register
DMA_SUSENR029   0xF0011A74          DMA Channel 29 Suspend Enable Register
DMA_SUSENR030   0xF0011A78          DMA Channel 30 Suspend Enable Register
DMA_SUSENR031   0xF0011A7C          DMA Channel 31 Suspend Enable Register
DMA_SUSENR032   0xF0011A80          DMA Channel 32 Suspend Enable Register
DMA_SUSENR033   0xF0011A84          DMA Channel 33 Suspend Enable Register
DMA_SUSENR034   0xF0011A88          DMA Channel 34 Suspend Enable Register
DMA_SUSENR035   0xF0011A8C          DMA Channel 35 Suspend Enable Register
DMA_SUSENR036   0xF0011A90          DMA Channel 36 Suspend Enable Register
DMA_SUSENR037   0xF0011A94          DMA Channel 37 Suspend Enable Register
DMA_SUSENR038   0xF0011A98          DMA Channel 38 Suspend Enable Register
DMA_SUSENR039   0xF0011A9C          DMA Channel 39 Suspend Enable Register
DMA_SUSENR040   0xF0011AA0          DMA Channel 40 Suspend Enable Register
DMA_SUSENR041   0xF0011AA4          DMA Channel 41 Suspend Enable Register
DMA_SUSENR042   0xF0011AA8          DMA Channel 42 Suspend Enable Register
DMA_SUSENR043   0xF0011AAC          DMA Channel 43 Suspend Enable Register
DMA_SUSENR044   0xF0011AB0          DMA Channel 44 Suspend Enable Register
DMA_SUSENR045   0xF0011AB4          DMA Channel 45 Suspend Enable Register
DMA_SUSENR046   0xF0011AB8          DMA Channel 46 Suspend Enable Register
DMA_SUSENR047   0xF0011ABC          DMA Channel 47 Suspend Enable Register
DMA_SUSENR048   0xF0011AC0          DMA Channel 48 Suspend Enable Register
DMA_SUSENR049   0xF0011AC4          DMA Channel 49 Suspend Enable Register
DMA_SUSENR050   0xF0011AC8          DMA Channel 50 Suspend Enable Register
DMA_SUSENR051   0xF0011ACC          DMA Channel 51 Suspend Enable Register
DMA_SUSENR052   0xF0011AD0          DMA Channel 52 Suspend Enable Register
DMA_SUSENR053   0xF0011AD4          DMA Channel 53 Suspend Enable Register
DMA_SUSENR054   0xF0011AD8          DMA Channel 54 Suspend Enable Register
DMA_SUSENR055   0xF0011ADC          DMA Channel 55 Suspend Enable Register
DMA_SUSENR056   0xF0011AE0          DMA Channel 56 Suspend Enable Register
DMA_SUSENR057   0xF0011AE4          DMA Channel 57 Suspend Enable Register
DMA_SUSENR058   0xF0011AE8          DMA Channel 58 Suspend Enable Register
DMA_SUSENR059   0xF0011AEC          DMA Channel 59 Suspend Enable Register
DMA_SUSENR060   0xF0011AF0          DMA Channel 60 Suspend Enable Register
DMA_SUSENR061   0xF0011AF4          DMA Channel 61 Suspend Enable Register
DMA_SUSENR062   0xF0011AF8          DMA Channel 62 Suspend Enable Register
DMA_SUSENR063   0xF0011AFC          DMA Channel 63 Suspend Enable Register
DMA_SUSENR064   0xF0011B00          DMA Channel 64 Suspend Enable Register
DMA_SUSENR065   0xF0011B04          DMA Channel 65 Suspend Enable Register
DMA_SUSENR066   0xF0011B08          DMA Channel 66 Suspend Enable Register
DMA_SUSENR067   0xF0011B0C          DMA Channel 67 Suspend Enable Register
DMA_SUSENR068   0xF0011B10          DMA Channel 68 Suspend Enable Register
DMA_SUSENR069   0xF0011B14          DMA Channel 69 Suspend Enable Register
DMA_SUSENR070   0xF0011B18          DMA Channel 70 Suspend Enable Register
DMA_SUSENR071   0xF0011B1C          DMA Channel 71 Suspend Enable Register
DMA_SUSENR072   0xF0011B20          DMA Channel 72 Suspend Enable Register
DMA_SUSENR073   0xF0011B24          DMA Channel 73 Suspend Enable Register
DMA_SUSENR074   0xF0011B28          DMA Channel 74 Suspend Enable Register
DMA_SUSENR075   0xF0011B2C          DMA Channel 75 Suspend Enable Register
DMA_SUSENR076   0xF0011B30          DMA Channel 76 Suspend Enable Register
DMA_SUSENR077   0xF0011B34          DMA Channel 77 Suspend Enable Register
DMA_SUSENR078   0xF0011B38          DMA Channel 78 Suspend Enable Register
DMA_SUSENR079   0xF0011B3C          DMA Channel 79 Suspend Enable Register
DMA_SUSENR080   0xF0011B40          DMA Channel 80 Suspend Enable Register
DMA_SUSENR081   0xF0011B44          DMA Channel 81 Suspend Enable Register
DMA_SUSENR082   0xF0011B48          DMA Channel 82 Suspend Enable Register
DMA_SUSENR083   0xF0011B4C          DMA Channel 83 Suspend Enable Register
DMA_SUSENR084   0xF0011B50          DMA Channel 84 Suspend Enable Register
DMA_SUSENR085   0xF0011B54          DMA Channel 85 Suspend Enable Register
DMA_SUSENR086   0xF0011B58          DMA Channel 86 Suspend Enable Register
DMA_SUSENR087   0xF0011B5C          DMA Channel 87 Suspend Enable Register
DMA_SUSENR088   0xF0011B60          DMA Channel 88 Suspend Enable Register
DMA_SUSENR089   0xF0011B64          DMA Channel 89 Suspend Enable Register
DMA_SUSENR090   0xF0011B68          DMA Channel 90 Suspend Enable Register
DMA_SUSENR091   0xF0011B6C          DMA Channel 91 Suspend Enable Register
DMA_SUSENR092   0xF0011B70          DMA Channel 92 Suspend Enable Register
DMA_SUSENR093   0xF0011B74          DMA Channel 93 Suspend Enable Register
DMA_SUSENR094   0xF0011B78          DMA Channel 94 Suspend Enable Register
DMA_SUSENR095   0xF0011B7C          DMA Channel 95 Suspend Enable Register
DMA_SUSENR096   0xF0011B80          DMA Channel 96 Suspend Enable Register
DMA_SUSENR097   0xF0011B84          DMA Channel 97 Suspend Enable Register
DMA_SUSENR098   0xF0011B88          DMA Channel 98 Suspend Enable Register
DMA_SUSENR099   0xF0011B8C          DMA Channel 99 Suspend Enable Register
DMA_SUSENR100   0xF0011B90          DMA Channel 100 Suspend Enable Register
DMA_SUSENR101   0xF0011B94          DMA Channel 101 Suspend Enable Register
DMA_SUSENR102   0xF0011B98          DMA Channel 102 Suspend Enable Register
DMA_SUSENR103   0xF0011B9C          DMA Channel 103 Suspend Enable Register
DMA_SUSENR104   0xF0011BA0          DMA Channel 104 Suspend Enable Register
DMA_SUSENR105   0xF0011BA4          DMA Channel 105 Suspend Enable Register
DMA_SUSENR106   0xF0011BA8          DMA Channel 106 Suspend Enable Register
DMA_SUSENR107   0xF0011BAC          DMA Channel 107 Suspend Enable Register
DMA_SUSENR108   0xF0011BB0          DMA Channel 108 Suspend Enable Register
DMA_SUSENR109   0xF0011BB4          DMA Channel 109 Suspend Enable Register
DMA_SUSENR110   0xF0011BB8          DMA Channel 110 Suspend Enable Register
DMA_SUSENR111   0xF0011BBC          DMA Channel 111 Suspend Enable Register
DMA_SUSENR112   0xF0011BC0          DMA Channel 112 Suspend Enable Register
DMA_SUSENR113   0xF0011BC4          DMA Channel 113 Suspend Enable Register
DMA_SUSENR114   0xF0011BC8          DMA Channel 114 Suspend Enable Register
DMA_SUSENR115   0xF0011BCC          DMA Channel 115 Suspend Enable Register
DMA_SUSENR116   0xF0011BD0          DMA Channel 116 Suspend Enable Register
DMA_SUSENR117   0xF0011BD4          DMA Channel 117 Suspend Enable Register
DMA_SUSENR118   0xF0011BD8          DMA Channel 118 Suspend Enable Register
DMA_SUSENR119   0xF0011BDC          DMA Channel 119 Suspend Enable Register
DMA_SUSENR120   0xF0011BE0          DMA Channel 120 Suspend Enable Register
DMA_SUSENR121   0xF0011BE4          DMA Channel 121 Suspend Enable Register
DMA_SUSENR122   0xF0011BE8          DMA Channel 122 Suspend Enable Register
DMA_SUSENR123   0xF0011BEC          DMA Channel 123 Suspend Enable Register
DMA_SUSENR124   0xF0011BF0          DMA Channel 124 Suspend Enable Register
DMA_SUSENR125   0xF0011BF4          DMA Channel 125 Suspend Enable Register
DMA_SUSENR126   0xF0011BF8          DMA Channel 126 Suspend Enable Register
DMA_SUSENR127   0xF0011BFC          DMA Channel 127 Suspend Enable Register
DMA_SUSACR000   0xF0011C00          DMA Channel 0 Suspend Acknowledge Register
DMA_SUSACR001   0xF0011C04          DMA Channel 1 Suspend Acknowledge Register
DMA_SUSACR002   0xF0011C08          DMA Channel 2 Suspend Acknowledge Register
DMA_SUSACR003   0xF0011C0C          DMA Channel 3 Suspend Acknowledge Register
DMA_SUSACR004   0xF0011C10          DMA Channel 4 Suspend Acknowledge Register
DMA_SUSACR005   0xF0011C14          DMA Channel 5 Suspend Acknowledge Register
DMA_SUSACR006   0xF0011C18          DMA Channel 6 Suspend Acknowledge Register
DMA_SUSACR007   0xF0011C1C          DMA Channel 7 Suspend Acknowledge Register
DMA_SUSACR008   0xF0011C20          DMA Channel 8 Suspend Acknowledge Register
DMA_SUSACR009   0xF0011C24          DMA Channel 9 Suspend Acknowledge Register
DMA_SUSACR010   0xF0011C28          DMA Channel 10 Suspend Acknowledge Register
DMA_SUSACR011   0xF0011C2C          DMA Channel 11 Suspend Acknowledge Register
DMA_SUSACR012   0xF0011C30          DMA Channel 12 Suspend Acknowledge Register
DMA_SUSACR013   0xF0011C34          DMA Channel 13 Suspend Acknowledge Register
DMA_SUSACR014   0xF0011C38          DMA Channel 14 Suspend Acknowledge Register
DMA_SUSACR015   0xF0011C3C          DMA Channel 15 Suspend Acknowledge Register
DMA_SUSACR016   0xF0011C40          DMA Channel 16 Suspend Acknowledge Register
DMA_SUSACR017   0xF0011C44          DMA Channel 17 Suspend Acknowledge Register
DMA_SUSACR018   0xF0011C48          DMA Channel 18 Suspend Acknowledge Register
DMA_SUSACR019   0xF0011C4C          DMA Channel 19 Suspend Acknowledge Register
DMA_SUSACR020   0xF0011C50          DMA Channel 20 Suspend Acknowledge Register
DMA_SUSACR021   0xF0011C54          DMA Channel 21 Suspend Acknowledge Register
DMA_SUSACR022   0xF0011C58          DMA Channel 22 Suspend Acknowledge Register
DMA_SUSACR023   0xF0011C5C          DMA Channel 23 Suspend Acknowledge Register
DMA_SUSACR024   0xF0011C60          DMA Channel 24 Suspend Acknowledge Register
DMA_SUSACR025   0xF0011C64          DMA Channel 25 Suspend Acknowledge Register
DMA_SUSACR026   0xF0011C68          DMA Channel 26 Suspend Acknowledge Register
DMA_SUSACR027   0xF0011C6C          DMA Channel 27 Suspend Acknowledge Register
DMA_SUSACR028   0xF0011C70          DMA Channel 28 Suspend Acknowledge Register
DMA_SUSACR029   0xF0011C74          DMA Channel 29 Suspend Acknowledge Register
DMA_SUSACR030   0xF0011C78          DMA Channel 30 Suspend Acknowledge Register
DMA_SUSACR031   0xF0011C7C          DMA Channel 31 Suspend Acknowledge Register
DMA_SUSACR032   0xF0011C80          DMA Channel 32 Suspend Acknowledge Register
DMA_SUSACR033   0xF0011C84          DMA Channel 33 Suspend Acknowledge Register
DMA_SUSACR034   0xF0011C88          DMA Channel 34 Suspend Acknowledge Register
DMA_SUSACR035   0xF0011C8C          DMA Channel 35 Suspend Acknowledge Register
DMA_SUSACR036   0xF0011C90          DMA Channel 36 Suspend Acknowledge Register
DMA_SUSACR037   0xF0011C94          DMA Channel 37 Suspend Acknowledge Register
DMA_SUSACR038   0xF0011C98          DMA Channel 38 Suspend Acknowledge Register
DMA_SUSACR039   0xF0011C9C          DMA Channel 39 Suspend Acknowledge Register
DMA_SUSACR040   0xF0011CA0          DMA Channel 40 Suspend Acknowledge Register
DMA_SUSACR041   0xF0011CA4          DMA Channel 41 Suspend Acknowledge Register
DMA_SUSACR042   0xF0011CA8          DMA Channel 42 Suspend Acknowledge Register
DMA_SUSACR043   0xF0011CAC          DMA Channel 43 Suspend Acknowledge Register
DMA_SUSACR044   0xF0011CB0          DMA Channel 44 Suspend Acknowledge Register
DMA_SUSACR045   0xF0011CB4          DMA Channel 45 Suspend Acknowledge Register
DMA_SUSACR046   0xF0011CB8          DMA Channel 46 Suspend Acknowledge Register
DMA_SUSACR047   0xF0011CBC          DMA Channel 47 Suspend Acknowledge Register
DMA_SUSACR048   0xF0011CC0          DMA Channel 48 Suspend Acknowledge Register
DMA_SUSACR049   0xF0011CC4          DMA Channel 49 Suspend Acknowledge Register
DMA_SUSACR050   0xF0011CC8          DMA Channel 50 Suspend Acknowledge Register
DMA_SUSACR051   0xF0011CCC          DMA Channel 51 Suspend Acknowledge Register
DMA_SUSACR052   0xF0011CD0          DMA Channel 52 Suspend Acknowledge Register
DMA_SUSACR053   0xF0011CD4          DMA Channel 53 Suspend Acknowledge Register
DMA_SUSACR054   0xF0011CD8          DMA Channel 54 Suspend Acknowledge Register
DMA_SUSACR055   0xF0011CDC          DMA Channel 55 Suspend Acknowledge Register
DMA_SUSACR056   0xF0011CE0          DMA Channel 56 Suspend Acknowledge Register
DMA_SUSACR057   0xF0011CE4          DMA Channel 57 Suspend Acknowledge Register
DMA_SUSACR058   0xF0011CE8          DMA Channel 58 Suspend Acknowledge Register
DMA_SUSACR059   0xF0011CEC          DMA Channel 59 Suspend Acknowledge Register
DMA_SUSACR060   0xF0011CF0          DMA Channel 60 Suspend Acknowledge Register
DMA_SUSACR061   0xF0011CF4          DMA Channel 61 Suspend Acknowledge Register
DMA_SUSACR062   0xF0011CF8          DMA Channel 62 Suspend Acknowledge Register
DMA_SUSACR063   0xF0011CFC          DMA Channel 63 Suspend Acknowledge Register
DMA_SUSACR064   0xF0011D00          DMA Channel 64 Suspend Acknowledge Register
DMA_SUSACR065   0xF0011D04          DMA Channel 65 Suspend Acknowledge Register
DMA_SUSACR066   0xF0011D08          DMA Channel 66 Suspend Acknowledge Register
DMA_SUSACR067   0xF0011D0C          DMA Channel 67 Suspend Acknowledge Register
DMA_SUSACR068   0xF0011D10          DMA Channel 68 Suspend Acknowledge Register
DMA_SUSACR069   0xF0011D14          DMA Channel 69 Suspend Acknowledge Register
DMA_SUSACR070   0xF0011D18          DMA Channel 70 Suspend Acknowledge Register
DMA_SUSACR071   0xF0011D1C          DMA Channel 71 Suspend Acknowledge Register
DMA_SUSACR072   0xF0011D20          DMA Channel 72 Suspend Acknowledge Register
DMA_SUSACR073   0xF0011D24          DMA Channel 73 Suspend Acknowledge Register
DMA_SUSACR074   0xF0011D28          DMA Channel 74 Suspend Acknowledge Register
DMA_SUSACR075   0xF0011D2C          DMA Channel 75 Suspend Acknowledge Register
DMA_SUSACR076   0xF0011D30          DMA Channel 76 Suspend Acknowledge Register
DMA_SUSACR077   0xF0011D34          DMA Channel 77 Suspend Acknowledge Register
DMA_SUSACR078   0xF0011D38          DMA Channel 78 Suspend Acknowledge Register
DMA_SUSACR079   0xF0011D3C          DMA Channel 79 Suspend Acknowledge Register
DMA_SUSACR080   0xF0011D40          DMA Channel 80 Suspend Acknowledge Register
DMA_SUSACR081   0xF0011D44          DMA Channel 81 Suspend Acknowledge Register
DMA_SUSACR082   0xF0011D48          DMA Channel 82 Suspend Acknowledge Register
DMA_SUSACR083   0xF0011D4C          DMA Channel 83 Suspend Acknowledge Register
DMA_SUSACR084   0xF0011D50          DMA Channel 84 Suspend Acknowledge Register
DMA_SUSACR085   0xF0011D54          DMA Channel 85 Suspend Acknowledge Register
DMA_SUSACR086   0xF0011D58          DMA Channel 86 Suspend Acknowledge Register
DMA_SUSACR087   0xF0011D5C          DMA Channel 87 Suspend Acknowledge Register
DMA_SUSACR088   0xF0011D60          DMA Channel 88 Suspend Acknowledge Register
DMA_SUSACR089   0xF0011D64          DMA Channel 89 Suspend Acknowledge Register
DMA_SUSACR090   0xF0011D68          DMA Channel 90 Suspend Acknowledge Register
DMA_SUSACR091   0xF0011D6C          DMA Channel 91 Suspend Acknowledge Register
DMA_SUSACR092   0xF0011D70          DMA Channel 92 Suspend Acknowledge Register
DMA_SUSACR093   0xF0011D74          DMA Channel 93 Suspend Acknowledge Register
DMA_SUSACR094   0xF0011D78          DMA Channel 94 Suspend Acknowledge Register
DMA_SUSACR095   0xF0011D7C          DMA Channel 95 Suspend Acknowledge Register
DMA_SUSACR096   0xF0011D80          DMA Channel 96 Suspend Acknowledge Register
DMA_SUSACR097   0xF0011D84          DMA Channel 97 Suspend Acknowledge Register
DMA_SUSACR098   0xF0011D88          DMA Channel 98 Suspend Acknowledge Register
DMA_SUSACR099   0xF0011D8C          DMA Channel 99 Suspend Acknowledge Register
DMA_SUSACR100   0xF0011D90          DMA Channel 100 Suspend Acknowledge Register
DMA_SUSACR101   0xF0011D94          DMA Channel 101 Suspend Acknowledge Register
DMA_SUSACR102   0xF0011D98          DMA Channel 102 Suspend Acknowledge Register
DMA_SUSACR103   0xF0011D9C          DMA Channel 103 Suspend Acknowledge Register
DMA_SUSACR104   0xF0011DA0          DMA Channel 104 Suspend Acknowledge Register
DMA_SUSACR105   0xF0011DA4          DMA Channel 105 Suspend Acknowledge Register
DMA_SUSACR106   0xF0011DA8          DMA Channel 106 Suspend Acknowledge Register
DMA_SUSACR107   0xF0011DAC          DMA Channel 107 Suspend Acknowledge Register
DMA_SUSACR108   0xF0011DB0          DMA Channel 108 Suspend Acknowledge Register
DMA_SUSACR109   0xF0011DB4          DMA Channel 109 Suspend Acknowledge Register
DMA_SUSACR110   0xF0011DB8          DMA Channel 110 Suspend Acknowledge Register
DMA_SUSACR111   0xF0011DBC          DMA Channel 111 Suspend Acknowledge Register
DMA_SUSACR112   0xF0011DC0          DMA Channel 112 Suspend Acknowledge Register
DMA_SUSACR113   0xF0011DC4          DMA Channel 113 Suspend Acknowledge Register
DMA_SUSACR114   0xF0011DC8          DMA Channel 114 Suspend Acknowledge Register
DMA_SUSACR115   0xF0011DCC          DMA Channel 115 Suspend Acknowledge Register
DMA_SUSACR116   0xF0011DD0          DMA Channel 116 Suspend Acknowledge Register
DMA_SUSACR117   0xF0011DD4          DMA Channel 117 Suspend Acknowledge Register
DMA_SUSACR118   0xF0011DD8          DMA Channel 118 Suspend Acknowledge Register
DMA_SUSACR119   0xF0011DDC          DMA Channel 119 Suspend Acknowledge Register
DMA_SUSACR120   0xF0011DE0          DMA Channel 120 Suspend Acknowledge Register
DMA_SUSACR121   0xF0011DE4          DMA Channel 121 Suspend Acknowledge Register
DMA_SUSACR122   0xF0011DE8          DMA Channel 122 Suspend Acknowledge Register
DMA_SUSACR123   0xF0011DEC          DMA Channel 123 Suspend Acknowledge Register
DMA_SUSACR124   0xF0011DF0          DMA Channel 124 Suspend Acknowledge Register
DMA_SUSACR125   0xF0011DF4          DMA Channel 125 Suspend Acknowledge Register
DMA_SUSACR126   0xF0011DF8          DMA Channel 126 Suspend Acknowledge Register
DMA_SUSACR127   0xF0011DFC          DMA Channel 127 Suspend Acknowledge Register
DMA_TSR000      0xF0011E00          DMA Channel 0 Transaction State Register
DMA_TSR001      0xF0011E04          DMA Channel 1 Transaction State Register
DMA_TSR002      0xF0011E08          DMA Channel 2 Transaction State Register
DMA_TSR003      0xF0011E0C          DMA Channel 3 Transaction State Register
DMA_TSR004      0xF0011E10          DMA Channel 4 Transaction State Register
DMA_TSR005      0xF0011E14          DMA Channel 5 Transaction State Register
DMA_TSR006      0xF0011E18          DMA Channel 6 Transaction State Register
DMA_TSR007      0xF0011E1C          DMA Channel 7 Transaction State Register
DMA_TSR008      0xF0011E20          DMA Channel 8 Transaction State Register
DMA_TSR009      0xF0011E24          DMA Channel 9 Transaction State Register
DMA_TSR010      0xF0011E28          DMA Channel 10 Transaction State Register
DMA_TSR011      0xF0011E2C          DMA Channel 11 Transaction State Register
DMA_TSR012      0xF0011E30          DMA Channel 12 Transaction State Register
DMA_TSR013      0xF0011E34          DMA Channel 13 Transaction State Register
DMA_TSR014      0xF0011E38          DMA Channel 14 Transaction State Register
DMA_TSR015      0xF0011E3C          DMA Channel 15 Transaction State Register
DMA_TSR016      0xF0011E40          DMA Channel 16 Transaction State Register
DMA_TSR017      0xF0011E44          DMA Channel 17 Transaction State Register
DMA_TSR018      0xF0011E48          DMA Channel 18 Transaction State Register
DMA_TSR019      0xF0011E4C          DMA Channel 19 Transaction State Register
DMA_TSR020      0xF0011E50          DMA Channel 20 Transaction State Register
DMA_TSR021      0xF0011E54          DMA Channel 21 Transaction State Register
DMA_TSR022      0xF0011E58          DMA Channel 22 Transaction State Register
DMA_TSR023      0xF0011E5C          DMA Channel 23 Transaction State Register
DMA_TSR024      0xF0011E60          DMA Channel 24 Transaction State Register
DMA_TSR025      0xF0011E64          DMA Channel 25 Transaction State Register
DMA_TSR026      0xF0011E68          DMA Channel 26 Transaction State Register
DMA_TSR027      0xF0011E6C          DMA Channel 27 Transaction State Register
DMA_TSR028      0xF0011E70          DMA Channel 28 Transaction State Register
DMA_TSR029      0xF0011E74          DMA Channel 29 Transaction State Register
DMA_TSR030      0xF0011E78          DMA Channel 30 Transaction State Register
DMA_TSR031      0xF0011E7C          DMA Channel 31 Transaction State Register
DMA_TSR032      0xF0011E80          DMA Channel 32 Transaction State Register
DMA_TSR033      0xF0011E84          DMA Channel 33 Transaction State Register
DMA_TSR034      0xF0011E88          DMA Channel 34 Transaction State Register
DMA_TSR035      0xF0011E8C          DMA Channel 35 Transaction State Register
DMA_TSR036      0xF0011E90          DMA Channel 36 Transaction State Register
DMA_TSR037      0xF0011E94          DMA Channel 37 Transaction State Register
DMA_TSR038      0xF0011E98          DMA Channel 38 Transaction State Register
DMA_TSR039      0xF0011E9C          DMA Channel 39 Transaction State Register
DMA_TSR040      0xF0011EA0          DMA Channel 40 Transaction State Register
DMA_TSR041      0xF0011EA4          DMA Channel 41 Transaction State Register
DMA_TSR042      0xF0011EA8          DMA Channel 42 Transaction State Register
DMA_TSR043      0xF0011EAC          DMA Channel 43 Transaction State Register
DMA_TSR044      0xF0011EB0          DMA Channel 44 Transaction State Register
DMA_TSR045      0xF0011EB4          DMA Channel 45 Transaction State Register
DMA_TSR046      0xF0011EB8          DMA Channel 46 Transaction State Register
DMA_TSR047      0xF0011EBC          DMA Channel 47 Transaction State Register
DMA_TSR048      0xF0011EC0          DMA Channel 48 Transaction State Register
DMA_TSR049      0xF0011EC4          DMA Channel 49 Transaction State Register
DMA_TSR050      0xF0011EC8          DMA Channel 50 Transaction State Register
DMA_TSR051      0xF0011ECC          DMA Channel 51 Transaction State Register
DMA_TSR052      0xF0011ED0          DMA Channel 52 Transaction State Register
DMA_TSR053      0xF0011ED4          DMA Channel 53 Transaction State Register
DMA_TSR054      0xF0011ED8          DMA Channel 54 Transaction State Register
DMA_TSR055      0xF0011EDC          DMA Channel 55 Transaction State Register
DMA_TSR056      0xF0011EE0          DMA Channel 56 Transaction State Register
DMA_TSR057      0xF0011EE4          DMA Channel 57 Transaction State Register
DMA_TSR058      0xF0011EE8          DMA Channel 58 Transaction State Register
DMA_TSR059      0xF0011EEC          DMA Channel 59 Transaction State Register
DMA_TSR060      0xF0011EF0          DMA Channel 60 Transaction State Register
DMA_TSR061      0xF0011EF4          DMA Channel 61 Transaction State Register
DMA_TSR062      0xF0011EF8          DMA Channel 62 Transaction State Register
DMA_TSR063      0xF0011EFC          DMA Channel 63 Transaction State Register
DMA_TSR064      0xF0011F00          DMA Channel 64 Transaction State Register
DMA_TSR065      0xF0011F04          DMA Channel 65 Transaction State Register
DMA_TSR066      0xF0011F08          DMA Channel 66 Transaction State Register
DMA_TSR067      0xF0011F0C          DMA Channel 67 Transaction State Register
DMA_TSR068      0xF0011F10          DMA Channel 68 Transaction State Register
DMA_TSR069      0xF0011F14          DMA Channel 69 Transaction State Register
DMA_TSR070      0xF0011F18          DMA Channel 70 Transaction State Register
DMA_TSR071      0xF0011F1C          DMA Channel 71 Transaction State Register
DMA_TSR072      0xF0011F20          DMA Channel 72 Transaction State Register
DMA_TSR073      0xF0011F24          DMA Channel 73 Transaction State Register
DMA_TSR074      0xF0011F28          DMA Channel 74 Transaction State Register
DMA_TSR075      0xF0011F2C          DMA Channel 75 Transaction State Register
DMA_TSR076      0xF0011F30          DMA Channel 76 Transaction State Register
DMA_TSR077      0xF0011F34          DMA Channel 77 Transaction State Register
DMA_TSR078      0xF0011F38          DMA Channel 78 Transaction State Register
DMA_TSR079      0xF0011F3C          DMA Channel 79 Transaction State Register
DMA_TSR080      0xF0011F40          DMA Channel 80 Transaction State Register
DMA_TSR081      0xF0011F44          DMA Channel 81 Transaction State Register
DMA_TSR082      0xF0011F48          DMA Channel 82 Transaction State Register
DMA_TSR083      0xF0011F4C          DMA Channel 83 Transaction State Register
DMA_TSR084      0xF0011F50          DMA Channel 84 Transaction State Register
DMA_TSR085      0xF0011F54          DMA Channel 85 Transaction State Register
DMA_TSR086      0xF0011F58          DMA Channel 86 Transaction State Register
DMA_TSR087      0xF0011F5C          DMA Channel 87 Transaction State Register
DMA_TSR088      0xF0011F60          DMA Channel 88 Transaction State Register
DMA_TSR089      0xF0011F64          DMA Channel 89 Transaction State Register
DMA_TSR090      0xF0011F68          DMA Channel 90 Transaction State Register
DMA_TSR091      0xF0011F6C          DMA Channel 91 Transaction State Register
DMA_TSR092      0xF0011F70          DMA Channel 92 Transaction State Register
DMA_TSR093      0xF0011F74          DMA Channel 93 Transaction State Register
DMA_TSR094      0xF0011F78          DMA Channel 94 Transaction State Register
DMA_TSR095      0xF0011F7C          DMA Channel 95 Transaction State Register
DMA_TSR096      0xF0011F80          DMA Channel 96 Transaction State Register
DMA_TSR097      0xF0011F84          DMA Channel 97 Transaction State Register
DMA_TSR098      0xF0011F88          DMA Channel 98 Transaction State Register
DMA_TSR099      0xF0011F8C          DMA Channel 99 Transaction State Register
DMA_TSR100      0xF0011F90          DMA Channel 100 Transaction State Register
DMA_TSR101      0xF0011F94          DMA Channel 101 Transaction State Register
DMA_TSR102      0xF0011F98          DMA Channel 102 Transaction State Register
DMA_TSR103      0xF0011F9C          DMA Channel 103 Transaction State Register
DMA_TSR104      0xF0011FA0          DMA Channel 104 Transaction State Register
DMA_TSR105      0xF0011FA4          DMA Channel 105 Transaction State Register
DMA_TSR106      0xF0011FA8          DMA Channel 106 Transaction State Register
DMA_TSR107      0xF0011FAC          DMA Channel 107 Transaction State Register
DMA_TSR108      0xF0011FB0          DMA Channel 108 Transaction State Register
DMA_TSR109      0xF0011FB4          DMA Channel 109 Transaction State Register
DMA_TSR110      0xF0011FB8          DMA Channel 110 Transaction State Register
DMA_TSR111      0xF0011FBC          DMA Channel 111 Transaction State Register
DMA_TSR112      0xF0011FC0          DMA Channel 112 Transaction State Register
DMA_TSR113      0xF0011FC4          DMA Channel 113 Transaction State Register
DMA_TSR114      0xF0011FC8          DMA Channel 114 Transaction State Register
DMA_TSR115      0xF0011FCC          DMA Channel 115 Transaction State Register
DMA_TSR116      0xF0011FD0          DMA Channel 116 Transaction State Register
DMA_TSR117      0xF0011FD4          DMA Channel 117 Transaction State Register
DMA_TSR118      0xF0011FD8          DMA Channel 118 Transaction State Register
DMA_TSR119      0xF0011FDC          DMA Channel 119 Transaction State Register
DMA_TSR120      0xF0011FE0          DMA Channel 120 Transaction State Register
DMA_TSR121      0xF0011FE4          DMA Channel 121 Transaction State Register
DMA_TSR122      0xF0011FE8          DMA Channel 122 Transaction State Register
DMA_TSR123      0xF0011FEC          DMA Channel 123 Transaction State Register
DMA_TSR124      0xF0011FF0          DMA Channel 124 Transaction State Register
DMA_TSR125      0xF0011FF4          DMA Channel 125 Transaction State Register
DMA_TSR126      0xF0011FF8          DMA Channel 126 Transaction State Register
DMA_TSR127      0xF0011FFC          DMA Channel 127 Transaction State Register
DMA_RDCRCR000   0xF0012000          DMARAM Channel 0 Read Data CRC Register
DMA_SDCRCR000   0xF0012004          DMARAM Channel 0 Source and Destination Address CRC Register
DMA_SADR000     0xF0012008          DMARAM Channel 0 Source Address Register
DMA_DADR000     0xF001200C          DMARAM Channel 0 Destination Address Register
DMA_ADICR000    0xF0012010          DMARAM Channel 0 Address and Interrupt Control Register
DMA_CHCFGR000   0xF0012014          DMARAM Channel 0 Configuration Register
DMA_SHADR000    0xF0012018          DMARAM Channel 0 Shadow Address Register
DMA_CHCSR000    0xF001201C          DMARAM Channel 0 Control and Status Register
DMA_RDCRCR001   0xF0012020          DMARAM Channel 1 Read Data CRC Register
DMA_SDCRCR001   0xF0012024          DMARAM Channel 1 Source and Destination Address CRC Register
DMA_SADR001     0xF0012028          DMARAM Channel 1 Source Address Register
DMA_DADR001     0xF001202C          DMARAM Channel 1 Destination Address Register
DMA_ADICR001    0xF0012030          DMARAM Channel 1 Address and Interrupt Control Register
DMA_CHCFGR001   0xF0012034          DMARAM Channel 1 Configuration Register
DMA_SHADR001    0xF0012038          DMARAM Channel 1 Shadow Address Register
DMA_CHCSR001    0xF001203C          DMARAM Channel 1 Control and Status Register
DMA_RDCRCR002   0xF0012040          DMARAM Channel 2 Read Data CRC Register
DMA_SDCRCR002   0xF0012044          DMARAM Channel 2 Source and Destination Address CRC Register
DMA_SADR002     0xF0012048          DMARAM Channel 2 Source Address Register
DMA_DADR002     0xF001204C          DMARAM Channel 2 Destination Address Register
DMA_ADICR002    0xF0012050          DMARAM Channel 2 Address and Interrupt Control Register
DMA_CHCFGR002   0xF0012054          DMARAM Channel 2 Configuration Register
DMA_SHADR002    0xF0012058          DMARAM Channel 2 Shadow Address Register
DMA_CHCSR002    0xF001205C          DMARAM Channel 2 Control and Status Register
DMA_RDCRCR003   0xF0012060          DMARAM Channel 3 Read Data CRC Register
DMA_SDCRCR003   0xF0012064          DMARAM Channel 3 Source and Destination Address CRC Register
DMA_SADR003     0xF0012068          DMARAM Channel 3 Source Address Register
DMA_DADR003     0xF001206C          DMARAM Channel 3 Destination Address Register
DMA_ADICR003    0xF0012070          DMARAM Channel 3 Address and Interrupt Control Register
DMA_CHCFGR003   0xF0012074          DMARAM Channel 3 Configuration Register
DMA_SHADR003    0xF0012078          DMARAM Channel 3 Shadow Address Register
DMA_CHCSR003    0xF001207C          DMARAM Channel 3 Control and Status Register
DMA_RDCRCR004   0xF0012080          DMARAM Channel 4 Read Data CRC Register
DMA_SDCRCR004   0xF0012084          DMARAM Channel 4 Source and Destination Address CRC Register
DMA_SADR004     0xF0012088          DMARAM Channel 4 Source Address Register
DMA_DADR004     0xF001208C          DMARAM Channel 4 Destination Address Register
DMA_ADICR004    0xF0012090          DMARAM Channel 4 Address and Interrupt Control Register
DMA_CHCFGR004   0xF0012094          DMARAM Channel 4 Configuration Register
DMA_SHADR004    0xF0012098          DMARAM Channel 4 Shadow Address Register
DMA_CHCSR004    0xF001209C          DMARAM Channel 4 Control and Status Register
DMA_RDCRCR005   0xF00120A0          DMARAM Channel 5 Read Data CRC Register
DMA_SDCRCR005   0xF00120A4          DMARAM Channel 5 Source and Destination Address CRC Register
DMA_SADR005     0xF00120A8          DMARAM Channel 5 Source Address Register
DMA_DADR005     0xF00120AC          DMARAM Channel 5 Destination Address Register
DMA_ADICR005    0xF00120B0          DMARAM Channel 5 Address and Interrupt Control Register
DMA_CHCFGR005   0xF00120B4          DMARAM Channel 5 Configuration Register
DMA_SHADR005    0xF00120B8          DMARAM Channel 5 Shadow Address Register
DMA_CHCSR005    0xF00120BC          DMARAM Channel 5 Control and Status Register
DMA_RDCRCR006   0xF00120C0          DMARAM Channel 6 Read Data CRC Register
DMA_SDCRCR006   0xF00120C4          DMARAM Channel 6 Source and Destination Address CRC Register
DMA_SADR006     0xF00120C8          DMARAM Channel 6 Source Address Register
DMA_DADR006     0xF00120CC          DMARAM Channel 6 Destination Address Register
DMA_ADICR006    0xF00120D0          DMARAM Channel 6 Address and Interrupt Control Register
DMA_CHCFGR006   0xF00120D4          DMARAM Channel 6 Configuration Register
DMA_SHADR006    0xF00120D8          DMARAM Channel 6 Shadow Address Register
DMA_CHCSR006    0xF00120DC          DMARAM Channel 6 Control and Status Register
DMA_RDCRCR007   0xF00120E0          DMARAM Channel 7 Read Data CRC Register
DMA_SDCRCR007   0xF00120E4          DMARAM Channel 7 Source and Destination Address CRC Register
DMA_SADR007     0xF00120E8          DMARAM Channel 7 Source Address Register
DMA_DADR007     0xF00120EC          DMARAM Channel 7 Destination Address Register
DMA_ADICR007    0xF00120F0          DMARAM Channel 7 Address and Interrupt Control Register
DMA_CHCFGR007   0xF00120F4          DMARAM Channel 7 Configuration Register
DMA_SHADR007    0xF00120F8          DMARAM Channel 7 Shadow Address Register
DMA_CHCSR007    0xF00120FC          DMARAM Channel 7 Control and Status Register
DMA_RDCRCR008   0xF0012100          DMARAM Channel 8 Read Data CRC Register
DMA_SDCRCR008   0xF0012104          DMARAM Channel 8 Source and Destination Address CRC Register
DMA_SADR008     0xF0012108          DMARAM Channel 8 Source Address Register
DMA_DADR008     0xF001210C          DMARAM Channel 8 Destination Address Register
DMA_ADICR008    0xF0012110          DMARAM Channel 8 Address and Interrupt Control Register
DMA_CHCFGR008   0xF0012114          DMARAM Channel 8 Configuration Register
DMA_SHADR008    0xF0012118          DMARAM Channel 8 Shadow Address Register
DMA_CHCSR008    0xF001211C          DMARAM Channel 8 Control and Status Register
DMA_RDCRCR009   0xF0012120          DMARAM Channel 9 Read Data CRC Register
DMA_SDCRCR009   0xF0012124          DMARAM Channel 9 Source and Destination Address CRC Register
DMA_SADR009     0xF0012128          DMARAM Channel 9 Source Address Register
DMA_DADR009     0xF001212C          DMARAM Channel 9 Destination Address Register
DMA_ADICR009    0xF0012130          DMARAM Channel 9 Address and Interrupt Control Register
DMA_CHCFGR009   0xF0012134          DMARAM Channel 9 Configuration Register
DMA_SHADR009    0xF0012138          DMARAM Channel 9 Shadow Address Register
DMA_CHCSR009    0xF001213C          DMARAM Channel 9 Control and Status Register
DMA_RDCRCR010   0xF0012140          DMARAM Channel 10 Read Data CRC Register
DMA_SDCRCR010   0xF0012144          DMARAM Channel 10 Source and Destination Address CRC Register
DMA_SADR010     0xF0012148          DMARAM Channel 10 Source Address Register
DMA_DADR010     0xF001214C          DMARAM Channel 10 Destination Address Register
DMA_ADICR010    0xF0012150          DMARAM Channel 10 Address and Interrupt Control Register
DMA_CHCFGR010   0xF0012154          DMARAM Channel 10 Configuration Register
DMA_SHADR010    0xF0012158          DMARAM Channel 10 Shadow Address Register
DMA_CHCSR010    0xF001215C          DMARAM Channel 10 Control and Status Register
DMA_RDCRCR011   0xF0012160          DMARAM Channel 11 Read Data CRC Register
DMA_SDCRCR011   0xF0012164          DMARAM Channel 11 Source and Destination Address CRC Register
DMA_SADR011     0xF0012168          DMARAM Channel 11 Source Address Register
DMA_DADR011     0xF001216C          DMARAM Channel 11 Destination Address Register
DMA_ADICR011    0xF0012170          DMARAM Channel 11 Address and Interrupt Control Register
DMA_CHCFGR011   0xF0012174          DMARAM Channel 11 Configuration Register
DMA_SHADR011    0xF0012178          DMARAM Channel 11 Shadow Address Register
DMA_CHCSR011    0xF001217C          DMARAM Channel 11 Control and Status Register
DMA_RDCRCR012   0xF0012180          DMARAM Channel 12 Read Data CRC Register
DMA_SDCRCR012   0xF0012184          DMARAM Channel 12 Source and Destination Address CRC Register
DMA_SADR012     0xF0012188          DMARAM Channel 12 Source Address Register
DMA_DADR012     0xF001218C          DMARAM Channel 12 Destination Address Register
DMA_ADICR012    0xF0012190          DMARAM Channel 12 Address and Interrupt Control Register
DMA_CHCFGR012   0xF0012194          DMARAM Channel 12 Configuration Register
DMA_SHADR012    0xF0012198          DMARAM Channel 12 Shadow Address Register
DMA_CHCSR012    0xF001219C          DMARAM Channel 12 Control and Status Register
DMA_RDCRCR013   0xF00121A0          DMARAM Channel 13 Read Data CRC Register
DMA_SDCRCR013   0xF00121A4          DMARAM Channel 13 Source and Destination Address CRC Register
DMA_SADR013     0xF00121A8          DMARAM Channel 13 Source Address Register
DMA_DADR013     0xF00121AC          DMARAM Channel 13 Destination Address Register
DMA_ADICR013    0xF00121B0          DMARAM Channel 13 Address and Interrupt Control Register
DMA_CHCFGR013   0xF00121B4          DMARAM Channel 13 Configuration Register
DMA_SHADR013    0xF00121B8          DMARAM Channel 13 Shadow Address Register
DMA_CHCSR013    0xF00121BC          DMARAM Channel 13 Control and Status Register
DMA_RDCRCR014   0xF00121C0          DMARAM Channel 14 Read Data CRC Register
DMA_SDCRCR014   0xF00121C4          DMARAM Channel 14 Source and Destination Address CRC Register
DMA_SADR014     0xF00121C8          DMARAM Channel 14 Source Address Register
DMA_DADR014     0xF00121CC          DMARAM Channel 14 Destination Address Register
DMA_ADICR014    0xF00121D0          DMARAM Channel 14 Address and Interrupt Control Register
DMA_CHCFGR014   0xF00121D4          DMARAM Channel 14 Configuration Register
DMA_SHADR014    0xF00121D8          DMARAM Channel 14 Shadow Address Register
DMA_CHCSR014    0xF00121DC          DMARAM Channel 14 Control and Status Register
DMA_RDCRCR015   0xF00121E0          DMARAM Channel 15 Read Data CRC Register
DMA_SDCRCR015   0xF00121E4          DMARAM Channel 15 Source and Destination Address CRC Register
DMA_SADR015     0xF00121E8          DMARAM Channel 15 Source Address Register
DMA_DADR015     0xF00121EC          DMARAM Channel 15 Destination Address Register
DMA_ADICR015    0xF00121F0          DMARAM Channel 15 Address and Interrupt Control Register
DMA_CHCFGR015   0xF00121F4          DMARAM Channel 15 Configuration Register
DMA_SHADR015    0xF00121F8          DMARAM Channel 15 Shadow Address Register
DMA_CHCSR015    0xF00121FC          DMARAM Channel 15 Control and Status Register
DMA_RDCRCR016   0xF0012200          DMARAM Channel 16 Read Data CRC Register
DMA_SDCRCR016   0xF0012204          DMARAM Channel 16 Source and Destination Address CRC Register
DMA_SADR016     0xF0012208          DMARAM Channel 16 Source Address Register
DMA_DADR016     0xF001220C          DMARAM Channel 16 Destination Address Register
DMA_ADICR016    0xF0012210          DMARAM Channel 16 Address and Interrupt Control Register
DMA_CHCFGR016   0xF0012214          DMARAM Channel 16 Configuration Register
DMA_SHADR016    0xF0012218          DMARAM Channel 16 Shadow Address Register
DMA_CHCSR016    0xF001221C          DMARAM Channel 16 Control and Status Register
DMA_RDCRCR017   0xF0012220          DMARAM Channel 17 Read Data CRC Register
DMA_SDCRCR017   0xF0012224          DMARAM Channel 17 Source and Destination Address CRC Register
DMA_SADR017     0xF0012228          DMARAM Channel 17 Source Address Register
DMA_DADR017     0xF001222C          DMARAM Channel 17 Destination Address Register
DMA_ADICR017    0xF0012230          DMARAM Channel 17 Address and Interrupt Control Register
DMA_CHCFGR017   0xF0012234          DMARAM Channel 17 Configuration Register
DMA_SHADR017    0xF0012238          DMARAM Channel 17 Shadow Address Register
DMA_CHCSR017    0xF001223C          DMARAM Channel 17 Control and Status Register
DMA_RDCRCR018   0xF0012240          DMARAM Channel 18 Read Data CRC Register
DMA_SDCRCR018   0xF0012244          DMARAM Channel 18 Source and Destination Address CRC Register
DMA_SADR018     0xF0012248          DMARAM Channel 18 Source Address Register
DMA_DADR018     0xF001224C          DMARAM Channel 18 Destination Address Register
DMA_ADICR018    0xF0012250          DMARAM Channel 18 Address and Interrupt Control Register
DMA_CHCFGR018   0xF0012254          DMARAM Channel 18 Configuration Register
DMA_SHADR018    0xF0012258          DMARAM Channel 18 Shadow Address Register
DMA_CHCSR018    0xF001225C          DMARAM Channel 18 Control and Status Register
DMA_RDCRCR019   0xF0012260          DMARAM Channel 19 Read Data CRC Register
DMA_SDCRCR019   0xF0012264          DMARAM Channel 19 Source and Destination Address CRC Register
DMA_SADR019     0xF0012268          DMARAM Channel 19 Source Address Register
DMA_DADR019     0xF001226C          DMARAM Channel 19 Destination Address Register
DMA_ADICR019    0xF0012270          DMARAM Channel 19 Address and Interrupt Control Register
DMA_CHCFGR019   0xF0012274          DMARAM Channel 19 Configuration Register
DMA_SHADR019    0xF0012278          DMARAM Channel 19 Shadow Address Register
DMA_CHCSR019    0xF001227C          DMARAM Channel 19 Control and Status Register
DMA_RDCRCR020   0xF0012280          DMARAM Channel 20 Read Data CRC Register
DMA_SDCRCR020   0xF0012284          DMARAM Channel 20 Source and Destination Address CRC Register
DMA_SADR020     0xF0012288          DMARAM Channel 20 Source Address Register
DMA_DADR020     0xF001228C          DMARAM Channel 20 Destination Address Register
DMA_ADICR020    0xF0012290          DMARAM Channel 20 Address and Interrupt Control Register
DMA_CHCFGR020   0xF0012294          DMARAM Channel 20 Configuration Register
DMA_SHADR020    0xF0012298          DMARAM Channel 20 Shadow Address Register
DMA_CHCSR020    0xF001229C          DMARAM Channel 20 Control and Status Register
DMA_RDCRCR021   0xF00122A0          DMARAM Channel 21 Read Data CRC Register
DMA_SDCRCR021   0xF00122A4          DMARAM Channel 21 Source and Destination Address CRC Register
DMA_SADR021     0xF00122A8          DMARAM Channel 21 Source Address Register
DMA_DADR021     0xF00122AC          DMARAM Channel 21 Destination Address Register
DMA_ADICR021    0xF00122B0          DMARAM Channel 21 Address and Interrupt Control Register
DMA_CHCFGR021   0xF00122B4          DMARAM Channel 21 Configuration Register
DMA_SHADR021    0xF00122B8          DMARAM Channel 21 Shadow Address Register
DMA_CHCSR021    0xF00122BC          DMARAM Channel 21 Control and Status Register
DMA_RDCRCR022   0xF00122C0          DMARAM Channel 22 Read Data CRC Register
DMA_SDCRCR022   0xF00122C4          DMARAM Channel 22 Source and Destination Address CRC Register
DMA_SADR022     0xF00122C8          DMARAM Channel 22 Source Address Register
DMA_DADR022     0xF00122CC          DMARAM Channel 22 Destination Address Register
DMA_ADICR022    0xF00122D0          DMARAM Channel 22 Address and Interrupt Control Register
DMA_CHCFGR022   0xF00122D4          DMARAM Channel 22 Configuration Register
DMA_SHADR022    0xF00122D8          DMARAM Channel 22 Shadow Address Register
DMA_CHCSR022    0xF00122DC          DMARAM Channel 22 Control and Status Register
DMA_RDCRCR023   0xF00122E0          DMARAM Channel 23 Read Data CRC Register
DMA_SDCRCR023   0xF00122E4          DMARAM Channel 23 Source and Destination Address CRC Register
DMA_SADR023     0xF00122E8          DMARAM Channel 23 Source Address Register
DMA_DADR023     0xF00122EC          DMARAM Channel 23 Destination Address Register
DMA_ADICR023    0xF00122F0          DMARAM Channel 23 Address and Interrupt Control Register
DMA_CHCFGR023   0xF00122F4          DMARAM Channel 23 Configuration Register
DMA_SHADR023    0xF00122F8          DMARAM Channel 23 Shadow Address Register
DMA_CHCSR023    0xF00122FC          DMARAM Channel 23 Control and Status Register
DMA_RDCRCR024   0xF0012300          DMARAM Channel 24 Read Data CRC Register
DMA_SDCRCR024   0xF0012304          DMARAM Channel 24 Source and Destination Address CRC Register
DMA_SADR024     0xF0012308          DMARAM Channel 24 Source Address Register
DMA_DADR024     0xF001230C          DMARAM Channel 24 Destination Address Register
DMA_ADICR024    0xF0012310          DMARAM Channel 24 Address and Interrupt Control Register
DMA_CHCFGR024   0xF0012314          DMARAM Channel 24 Configuration Register
DMA_SHADR024    0xF0012318          DMARAM Channel 24 Shadow Address Register
DMA_CHCSR024    0xF001231C          DMARAM Channel 24 Control and Status Register
DMA_RDCRCR025   0xF0012320          DMARAM Channel 25 Read Data CRC Register
DMA_SDCRCR025   0xF0012324          DMARAM Channel 25 Source and Destination Address CRC Register
DMA_SADR025     0xF0012328          DMARAM Channel 25 Source Address Register
DMA_DADR025     0xF001232C          DMARAM Channel 25 Destination Address Register
DMA_ADICR025    0xF0012330          DMARAM Channel 25 Address and Interrupt Control Register
DMA_CHCFGR025   0xF0012334          DMARAM Channel 25 Configuration Register
DMA_SHADR025    0xF0012338          DMARAM Channel 25 Shadow Address Register
DMA_CHCSR025    0xF001233C          DMARAM Channel 25 Control and Status Register
DMA_RDCRCR026   0xF0012340          DMARAM Channel 26 Read Data CRC Register
DMA_SDCRCR026   0xF0012344          DMARAM Channel 26 Source and Destination Address CRC Register
DMA_SADR026     0xF0012348          DMARAM Channel 26 Source Address Register
DMA_DADR026     0xF001234C          DMARAM Channel 26 Destination Address Register
DMA_ADICR026    0xF0012350          DMARAM Channel 26 Address and Interrupt Control Register
DMA_CHCFGR026   0xF0012354          DMARAM Channel 26 Configuration Register
DMA_SHADR026    0xF0012358          DMARAM Channel 26 Shadow Address Register
DMA_CHCSR026    0xF001235C          DMARAM Channel 26 Control and Status Register
DMA_RDCRCR027   0xF0012360          DMARAM Channel 27 Read Data CRC Register
DMA_SDCRCR027   0xF0012364          DMARAM Channel 27 Source and Destination Address CRC Register
DMA_SADR027     0xF0012368          DMARAM Channel 27 Source Address Register
DMA_DADR027     0xF001236C          DMARAM Channel 27 Destination Address Register
DMA_ADICR027    0xF0012370          DMARAM Channel 27 Address and Interrupt Control Register
DMA_CHCFGR027   0xF0012374          DMARAM Channel 27 Configuration Register
DMA_SHADR027    0xF0012378          DMARAM Channel 27 Shadow Address Register
DMA_CHCSR027    0xF001237C          DMARAM Channel 27 Control and Status Register
DMA_RDCRCR028   0xF0012380          DMARAM Channel 28 Read Data CRC Register
DMA_SDCRCR028   0xF0012384          DMARAM Channel 28 Source and Destination Address CRC Register
DMA_SADR028     0xF0012388          DMARAM Channel 28 Source Address Register
DMA_DADR028     0xF001238C          DMARAM Channel 28 Destination Address Register
DMA_ADICR028    0xF0012390          DMARAM Channel 28 Address and Interrupt Control Register
DMA_CHCFGR028   0xF0012394          DMARAM Channel 28 Configuration Register
DMA_SHADR028    0xF0012398          DMARAM Channel 28 Shadow Address Register
DMA_CHCSR028    0xF001239C          DMARAM Channel 28 Control and Status Register
DMA_RDCRCR029   0xF00123A0          DMARAM Channel 29 Read Data CRC Register
DMA_SDCRCR029   0xF00123A4          DMARAM Channel 29 Source and Destination Address CRC Register
DMA_SADR029     0xF00123A8          DMARAM Channel 29 Source Address Register
DMA_DADR029     0xF00123AC          DMARAM Channel 29 Destination Address Register
DMA_ADICR029    0xF00123B0          DMARAM Channel 29 Address and Interrupt Control Register
DMA_CHCFGR029   0xF00123B4          DMARAM Channel 29 Configuration Register
DMA_SHADR029    0xF00123B8          DMARAM Channel 29 Shadow Address Register
DMA_CHCSR029    0xF00123BC          DMARAM Channel 29 Control and Status Register
DMA_RDCRCR030   0xF00123C0          DMARAM Channel 30 Read Data CRC Register
DMA_SDCRCR030   0xF00123C4          DMARAM Channel 30 Source and Destination Address CRC Register
DMA_SADR030     0xF00123C8          DMARAM Channel 30 Source Address Register
DMA_DADR030     0xF00123CC          DMARAM Channel 30 Destination Address Register
DMA_ADICR030    0xF00123D0          DMARAM Channel 30 Address and Interrupt Control Register
DMA_CHCFGR030   0xF00123D4          DMARAM Channel 30 Configuration Register
DMA_SHADR030    0xF00123D8          DMARAM Channel 30 Shadow Address Register
DMA_CHCSR030    0xF00123DC          DMARAM Channel 30 Control and Status Register
DMA_RDCRCR031   0xF00123E0          DMARAM Channel 31 Read Data CRC Register
DMA_SDCRCR031   0xF00123E4          DMARAM Channel 31 Source and Destination Address CRC Register
DMA_SADR031     0xF00123E8          DMARAM Channel 31 Source Address Register
DMA_DADR031     0xF00123EC          DMARAM Channel 31 Destination Address Register
DMA_ADICR031    0xF00123F0          DMARAM Channel 31 Address and Interrupt Control Register
DMA_CHCFGR031   0xF00123F4          DMARAM Channel 31 Configuration Register
DMA_SHADR031    0xF00123F8          DMARAM Channel 31 Shadow Address Register
DMA_CHCSR031    0xF00123FC          DMARAM Channel 31 Control and Status Register
DMA_RDCRCR032   0xF0012400          DMARAM Channel 32 Read Data CRC Register
DMA_SDCRCR032   0xF0012404          DMARAM Channel 32 Source and Destination Address CRC Register
DMA_SADR032     0xF0012408          DMARAM Channel 32 Source Address Register
DMA_DADR032     0xF001240C          DMARAM Channel 32 Destination Address Register
DMA_ADICR032    0xF0012410          DMARAM Channel 32 Address and Interrupt Control Register
DMA_CHCFGR032   0xF0012414          DMARAM Channel 32 Configuration Register
DMA_SHADR032    0xF0012418          DMARAM Channel 32 Shadow Address Register
DMA_CHCSR032    0xF001241C          DMARAM Channel 32 Control and Status Register
DMA_RDCRCR033   0xF0012420          DMARAM Channel 33 Read Data CRC Register
DMA_SDCRCR033   0xF0012424          DMARAM Channel 33 Source and Destination Address CRC Register
DMA_SADR033     0xF0012428          DMARAM Channel 33 Source Address Register
DMA_DADR033     0xF001242C          DMARAM Channel 33 Destination Address Register
DMA_ADICR033    0xF0012430          DMARAM Channel 33 Address and Interrupt Control Register
DMA_CHCFGR033   0xF0012434          DMARAM Channel 33 Configuration Register
DMA_SHADR033    0xF0012438          DMARAM Channel 33 Shadow Address Register
DMA_CHCSR033    0xF001243C          DMARAM Channel 33 Control and Status Register
DMA_RDCRCR034   0xF0012440          DMARAM Channel 34 Read Data CRC Register
DMA_SDCRCR034   0xF0012444          DMARAM Channel 34 Source and Destination Address CRC Register
DMA_SADR034     0xF0012448          DMARAM Channel 34 Source Address Register
DMA_DADR034     0xF001244C          DMARAM Channel 34 Destination Address Register
DMA_ADICR034    0xF0012450          DMARAM Channel 34 Address and Interrupt Control Register
DMA_CHCFGR034   0xF0012454          DMARAM Channel 34 Configuration Register
DMA_SHADR034    0xF0012458          DMARAM Channel 34 Shadow Address Register
DMA_CHCSR034    0xF001245C          DMARAM Channel 34 Control and Status Register
DMA_RDCRCR035   0xF0012460          DMARAM Channel 35 Read Data CRC Register
DMA_SDCRCR035   0xF0012464          DMARAM Channel 35 Source and Destination Address CRC Register
DMA_SADR035     0xF0012468          DMARAM Channel 35 Source Address Register
DMA_DADR035     0xF001246C          DMARAM Channel 35 Destination Address Register
DMA_ADICR035    0xF0012470          DMARAM Channel 35 Address and Interrupt Control Register
DMA_CHCFGR035   0xF0012474          DMARAM Channel 35 Configuration Register
DMA_SHADR035    0xF0012478          DMARAM Channel 35 Shadow Address Register
DMA_CHCSR035    0xF001247C          DMARAM Channel 35 Control and Status Register
DMA_RDCRCR036   0xF0012480          DMARAM Channel 36 Read Data CRC Register
DMA_SDCRCR036   0xF0012484          DMARAM Channel 36 Source and Destination Address CRC Register
DMA_SADR036     0xF0012488          DMARAM Channel 36 Source Address Register
DMA_DADR036     0xF001248C          DMARAM Channel 36 Destination Address Register
DMA_ADICR036    0xF0012490          DMARAM Channel 36 Address and Interrupt Control Register
DMA_CHCFGR036   0xF0012494          DMARAM Channel 36 Configuration Register
DMA_SHADR036    0xF0012498          DMARAM Channel 36 Shadow Address Register
DMA_CHCSR036    0xF001249C          DMARAM Channel 36 Control and Status Register
DMA_RDCRCR037   0xF00124A0          DMARAM Channel 37 Read Data CRC Register
DMA_SDCRCR037   0xF00124A4          DMARAM Channel 37 Source and Destination Address CRC Register
DMA_SADR037     0xF00124A8          DMARAM Channel 37 Source Address Register
DMA_DADR037     0xF00124AC          DMARAM Channel 37 Destination Address Register
DMA_ADICR037    0xF00124B0          DMARAM Channel 37 Address and Interrupt Control Register
DMA_CHCFGR037   0xF00124B4          DMARAM Channel 37 Configuration Register
DMA_SHADR037    0xF00124B8          DMARAM Channel 37 Shadow Address Register
DMA_CHCSR037    0xF00124BC          DMARAM Channel 37 Control and Status Register
DMA_RDCRCR038   0xF00124C0          DMARAM Channel 38 Read Data CRC Register
DMA_SDCRCR038   0xF00124C4          DMARAM Channel 38 Source and Destination Address CRC Register
DMA_SADR038     0xF00124C8          DMARAM Channel 38 Source Address Register
DMA_DADR038     0xF00124CC          DMARAM Channel 38 Destination Address Register
DMA_ADICR038    0xF00124D0          DMARAM Channel 38 Address and Interrupt Control Register
DMA_CHCFGR038   0xF00124D4          DMARAM Channel 38 Configuration Register
DMA_SHADR038    0xF00124D8          DMARAM Channel 38 Shadow Address Register
DMA_CHCSR038    0xF00124DC          DMARAM Channel 38 Control and Status Register
DMA_RDCRCR039   0xF00124E0          DMARAM Channel 39 Read Data CRC Register
DMA_SDCRCR039   0xF00124E4          DMARAM Channel 39 Source and Destination Address CRC Register
DMA_SADR039     0xF00124E8          DMARAM Channel 39 Source Address Register
DMA_DADR039     0xF00124EC          DMARAM Channel 39 Destination Address Register
DMA_ADICR039    0xF00124F0          DMARAM Channel 39 Address and Interrupt Control Register
DMA_CHCFGR039   0xF00124F4          DMARAM Channel 39 Configuration Register
DMA_SHADR039    0xF00124F8          DMARAM Channel 39 Shadow Address Register
DMA_CHCSR039    0xF00124FC          DMARAM Channel 39 Control and Status Register
DMA_RDCRCR040   0xF0012500          DMARAM Channel 40 Read Data CRC Register
DMA_SDCRCR040   0xF0012504          DMARAM Channel 40 Source and Destination Address CRC Register
DMA_SADR040     0xF0012508          DMARAM Channel 40 Source Address Register
DMA_DADR040     0xF001250C          DMARAM Channel 40 Destination Address Register
DMA_ADICR040    0xF0012510          DMARAM Channel 40 Address and Interrupt Control Register
DMA_CHCFGR040   0xF0012514          DMARAM Channel 40 Configuration Register
DMA_SHADR040    0xF0012518          DMARAM Channel 40 Shadow Address Register
DMA_CHCSR040    0xF001251C          DMARAM Channel 40 Control and Status Register
DMA_RDCRCR041   0xF0012520          DMARAM Channel 41 Read Data CRC Register
DMA_SDCRCR041   0xF0012524          DMARAM Channel 41 Source and Destination Address CRC Register
DMA_SADR041     0xF0012528          DMARAM Channel 41 Source Address Register
DMA_DADR041     0xF001252C          DMARAM Channel 41 Destination Address Register
DMA_ADICR041    0xF0012530          DMARAM Channel 41 Address and Interrupt Control Register
DMA_CHCFGR041   0xF0012534          DMARAM Channel 41 Configuration Register
DMA_SHADR041    0xF0012538          DMARAM Channel 41 Shadow Address Register
DMA_CHCSR041    0xF001253C          DMARAM Channel 41 Control and Status Register
DMA_RDCRCR042   0xF0012540          DMARAM Channel 42 Read Data CRC Register
DMA_SDCRCR042   0xF0012544          DMARAM Channel 42 Source and Destination Address CRC Register
DMA_SADR042     0xF0012548          DMARAM Channel 42 Source Address Register
DMA_DADR042     0xF001254C          DMARAM Channel 42 Destination Address Register
DMA_ADICR042    0xF0012550          DMARAM Channel 42 Address and Interrupt Control Register
DMA_CHCFGR042   0xF0012554          DMARAM Channel 42 Configuration Register
DMA_SHADR042    0xF0012558          DMARAM Channel 42 Shadow Address Register
DMA_CHCSR042    0xF001255C          DMARAM Channel 42 Control and Status Register
DMA_RDCRCR043   0xF0012560          DMARAM Channel 43 Read Data CRC Register
DMA_SDCRCR043   0xF0012564          DMARAM Channel 43 Source and Destination Address CRC Register
DMA_SADR043     0xF0012568          DMARAM Channel 43 Source Address Register
DMA_DADR043     0xF001256C          DMARAM Channel 43 Destination Address Register
DMA_ADICR043    0xF0012570          DMARAM Channel 43 Address and Interrupt Control Register
DMA_CHCFGR043   0xF0012574          DMARAM Channel 43 Configuration Register
DMA_SHADR043    0xF0012578          DMARAM Channel 43 Shadow Address Register
DMA_CHCSR043    0xF001257C          DMARAM Channel 43 Control and Status Register
DMA_RDCRCR044   0xF0012580          DMARAM Channel 44 Read Data CRC Register
DMA_SDCRCR044   0xF0012584          DMARAM Channel 44 Source and Destination Address CRC Register
DMA_SADR044     0xF0012588          DMARAM Channel 44 Source Address Register
DMA_DADR044     0xF001258C          DMARAM Channel 44 Destination Address Register
DMA_ADICR044    0xF0012590          DMARAM Channel 44 Address and Interrupt Control Register
DMA_CHCFGR044   0xF0012594          DMARAM Channel 44 Configuration Register
DMA_SHADR044    0xF0012598          DMARAM Channel 44 Shadow Address Register
DMA_CHCSR044    0xF001259C          DMARAM Channel 44 Control and Status Register
DMA_RDCRCR045   0xF00125A0          DMARAM Channel 45 Read Data CRC Register
DMA_SDCRCR045   0xF00125A4          DMARAM Channel 45 Source and Destination Address CRC Register
DMA_SADR045     0xF00125A8          DMARAM Channel 45 Source Address Register
DMA_DADR045     0xF00125AC          DMARAM Channel 45 Destination Address Register
DMA_ADICR045    0xF00125B0          DMARAM Channel 45 Address and Interrupt Control Register
DMA_CHCFGR045   0xF00125B4          DMARAM Channel 45 Configuration Register
DMA_SHADR045    0xF00125B8          DMARAM Channel 45 Shadow Address Register
DMA_CHCSR045    0xF00125BC          DMARAM Channel 45 Control and Status Register
DMA_RDCRCR046   0xF00125C0          DMARAM Channel 46 Read Data CRC Register
DMA_SDCRCR046   0xF00125C4          DMARAM Channel 46 Source and Destination Address CRC Register
DMA_SADR046     0xF00125C8          DMARAM Channel 46 Source Address Register
DMA_DADR046     0xF00125CC          DMARAM Channel 46 Destination Address Register
DMA_ADICR046    0xF00125D0          DMARAM Channel 46 Address and Interrupt Control Register
DMA_CHCFGR046   0xF00125D4          DMARAM Channel 46 Configuration Register
DMA_SHADR046    0xF00125D8          DMARAM Channel 46 Shadow Address Register
DMA_CHCSR046    0xF00125DC          DMARAM Channel 46 Control and Status Register
DMA_RDCRCR047   0xF00125E0          DMARAM Channel 47 Read Data CRC Register
DMA_SDCRCR047   0xF00125E4          DMARAM Channel 47 Source and Destination Address CRC Register
DMA_SADR047     0xF00125E8          DMARAM Channel 47 Source Address Register
DMA_DADR047     0xF00125EC          DMARAM Channel 47 Destination Address Register
DMA_ADICR047    0xF00125F0          DMARAM Channel 47 Address and Interrupt Control Register
DMA_CHCFGR047   0xF00125F4          DMARAM Channel 47 Configuration Register
DMA_SHADR047    0xF00125F8          DMARAM Channel 47 Shadow Address Register
DMA_CHCSR047    0xF00125FC          DMARAM Channel 47 Control and Status Register
DMA_RDCRCR048   0xF0012600          DMARAM Channel 48 Read Data CRC Register
DMA_SDCRCR048   0xF0012604          DMARAM Channel 48 Source and Destination Address CRC Register
DMA_SADR048     0xF0012608          DMARAM Channel 48 Source Address Register
DMA_DADR048     0xF001260C          DMARAM Channel 48 Destination Address Register
DMA_ADICR048    0xF0012610          DMARAM Channel 48 Address and Interrupt Control Register
DMA_CHCFGR048   0xF0012614          DMARAM Channel 48 Configuration Register
DMA_SHADR048    0xF0012618          DMARAM Channel 48 Shadow Address Register
DMA_CHCSR048    0xF001261C          DMARAM Channel 48 Control and Status Register
DMA_RDCRCR049   0xF0012620          DMARAM Channel 49 Read Data CRC Register
DMA_SDCRCR049   0xF0012624          DMARAM Channel 49 Source and Destination Address CRC Register
DMA_SADR049     0xF0012628          DMARAM Channel 49 Source Address Register
DMA_DADR049     0xF001262C          DMARAM Channel 49 Destination Address Register
DMA_ADICR049    0xF0012630          DMARAM Channel 49 Address and Interrupt Control Register
DMA_CHCFGR049   0xF0012634          DMARAM Channel 49 Configuration Register
DMA_SHADR049    0xF0012638          DMARAM Channel 49 Shadow Address Register
DMA_CHCSR049    0xF001263C          DMARAM Channel 49 Control and Status Register
DMA_RDCRCR050   0xF0012640          DMARAM Channel 50 Read Data CRC Register
DMA_SDCRCR050   0xF0012644          DMARAM Channel 50 Source and Destination Address CRC Register
DMA_SADR050     0xF0012648          DMARAM Channel 50 Source Address Register
DMA_DADR050     0xF001264C          DMARAM Channel 50 Destination Address Register
DMA_ADICR050    0xF0012650          DMARAM Channel 50 Address and Interrupt Control Register
DMA_CHCFGR050   0xF0012654          DMARAM Channel 50 Configuration Register
DMA_SHADR050    0xF0012658          DMARAM Channel 50 Shadow Address Register
DMA_CHCSR050    0xF001265C          DMARAM Channel 50 Control and Status Register
DMA_RDCRCR051   0xF0012660          DMARAM Channel 51 Read Data CRC Register
DMA_SDCRCR051   0xF0012664          DMARAM Channel 51 Source and Destination Address CRC Register
DMA_SADR051     0xF0012668          DMARAM Channel 51 Source Address Register
DMA_DADR051     0xF001266C          DMARAM Channel 51 Destination Address Register
DMA_ADICR051    0xF0012670          DMARAM Channel 51 Address and Interrupt Control Register
DMA_CHCFGR051   0xF0012674          DMARAM Channel 51 Configuration Register
DMA_SHADR051    0xF0012678          DMARAM Channel 51 Shadow Address Register
DMA_CHCSR051    0xF001267C          DMARAM Channel 51 Control and Status Register
DMA_RDCRCR052   0xF0012680          DMARAM Channel 52 Read Data CRC Register
DMA_SDCRCR052   0xF0012684          DMARAM Channel 52 Source and Destination Address CRC Register
DMA_SADR052     0xF0012688          DMARAM Channel 52 Source Address Register
DMA_DADR052     0xF001268C          DMARAM Channel 52 Destination Address Register
DMA_ADICR052    0xF0012690          DMARAM Channel 52 Address and Interrupt Control Register
DMA_CHCFGR052   0xF0012694          DMARAM Channel 52 Configuration Register
DMA_SHADR052    0xF0012698          DMARAM Channel 52 Shadow Address Register
DMA_CHCSR052    0xF001269C          DMARAM Channel 52 Control and Status Register
DMA_RDCRCR053   0xF00126A0          DMARAM Channel 53 Read Data CRC Register
DMA_SDCRCR053   0xF00126A4          DMARAM Channel 53 Source and Destination Address CRC Register
DMA_SADR053     0xF00126A8          DMARAM Channel 53 Source Address Register
DMA_DADR053     0xF00126AC          DMARAM Channel 53 Destination Address Register
DMA_ADICR053    0xF00126B0          DMARAM Channel 53 Address and Interrupt Control Register
DMA_CHCFGR053   0xF00126B4          DMARAM Channel 53 Configuration Register
DMA_SHADR053    0xF00126B8          DMARAM Channel 53 Shadow Address Register
DMA_CHCSR053    0xF00126BC          DMARAM Channel 53 Control and Status Register
DMA_RDCRCR054   0xF00126C0          DMARAM Channel 54 Read Data CRC Register
DMA_SDCRCR054   0xF00126C4          DMARAM Channel 54 Source and Destination Address CRC Register
DMA_SADR054     0xF00126C8          DMARAM Channel 54 Source Address Register
DMA_DADR054     0xF00126CC          DMARAM Channel 54 Destination Address Register
DMA_ADICR054    0xF00126D0          DMARAM Channel 54 Address and Interrupt Control Register
DMA_CHCFGR054   0xF00126D4          DMARAM Channel 54 Configuration Register
DMA_SHADR054    0xF00126D8          DMARAM Channel 54 Shadow Address Register
DMA_CHCSR054    0xF00126DC          DMARAM Channel 54 Control and Status Register
DMA_RDCRCR055   0xF00126E0          DMARAM Channel 55 Read Data CRC Register
DMA_SDCRCR055   0xF00126E4          DMARAM Channel 55 Source and Destination Address CRC Register
DMA_SADR055     0xF00126E8          DMARAM Channel 55 Source Address Register
DMA_DADR055     0xF00126EC          DMARAM Channel 55 Destination Address Register
DMA_ADICR055    0xF00126F0          DMARAM Channel 55 Address and Interrupt Control Register
DMA_CHCFGR055   0xF00126F4          DMARAM Channel 55 Configuration Register
DMA_SHADR055    0xF00126F8          DMARAM Channel 55 Shadow Address Register
DMA_CHCSR055    0xF00126FC          DMARAM Channel 55 Control and Status Register
DMA_RDCRCR056   0xF0012700          DMARAM Channel 56 Read Data CRC Register
DMA_SDCRCR056   0xF0012704          DMARAM Channel 56 Source and Destination Address CRC Register
DMA_SADR056     0xF0012708          DMARAM Channel 56 Source Address Register
DMA_DADR056     0xF001270C          DMARAM Channel 56 Destination Address Register
DMA_ADICR056    0xF0012710          DMARAM Channel 56 Address and Interrupt Control Register
DMA_CHCFGR056   0xF0012714          DMARAM Channel 56 Configuration Register
DMA_SHADR056    0xF0012718          DMARAM Channel 56 Shadow Address Register
DMA_CHCSR056    0xF001271C          DMARAM Channel 56 Control and Status Register
DMA_RDCRCR057   0xF0012720          DMARAM Channel 57 Read Data CRC Register
DMA_SDCRCR057   0xF0012724          DMARAM Channel 57 Source and Destination Address CRC Register
DMA_SADR057     0xF0012728          DMARAM Channel 57 Source Address Register
DMA_DADR057     0xF001272C          DMARAM Channel 57 Destination Address Register
DMA_ADICR057    0xF0012730          DMARAM Channel 57 Address and Interrupt Control Register
DMA_CHCFGR057   0xF0012734          DMARAM Channel 57 Configuration Register
DMA_SHADR057    0xF0012738          DMARAM Channel 57 Shadow Address Register
DMA_CHCSR057    0xF001273C          DMARAM Channel 57 Control and Status Register
DMA_RDCRCR058   0xF0012740          DMARAM Channel 58 Read Data CRC Register
DMA_SDCRCR058   0xF0012744          DMARAM Channel 58 Source and Destination Address CRC Register
DMA_SADR058     0xF0012748          DMARAM Channel 58 Source Address Register
DMA_DADR058     0xF001274C          DMARAM Channel 58 Destination Address Register
DMA_ADICR058    0xF0012750          DMARAM Channel 58 Address and Interrupt Control Register
DMA_CHCFGR058   0xF0012754          DMARAM Channel 58 Configuration Register
DMA_SHADR058    0xF0012758          DMARAM Channel 58 Shadow Address Register
DMA_CHCSR058    0xF001275C          DMARAM Channel 58 Control and Status Register
DMA_RDCRCR059   0xF0012760          DMARAM Channel 59 Read Data CRC Register
DMA_SDCRCR059   0xF0012764          DMARAM Channel 59 Source and Destination Address CRC Register
DMA_SADR059     0xF0012768          DMARAM Channel 59 Source Address Register
DMA_DADR059     0xF001276C          DMARAM Channel 59 Destination Address Register
DMA_ADICR059    0xF0012770          DMARAM Channel 59 Address and Interrupt Control Register
DMA_CHCFGR059   0xF0012774          DMARAM Channel 59 Configuration Register
DMA_SHADR059    0xF0012778          DMARAM Channel 59 Shadow Address Register
DMA_CHCSR059    0xF001277C          DMARAM Channel 59 Control and Status Register
DMA_RDCRCR060   0xF0012780          DMARAM Channel 60 Read Data CRC Register
DMA_SDCRCR060   0xF0012784          DMARAM Channel 60 Source and Destination Address CRC Register
DMA_SADR060     0xF0012788          DMARAM Channel 60 Source Address Register
DMA_DADR060     0xF001278C          DMARAM Channel 60 Destination Address Register
DMA_ADICR060    0xF0012790          DMARAM Channel 60 Address and Interrupt Control Register
DMA_CHCFGR060   0xF0012794          DMARAM Channel 60 Configuration Register
DMA_SHADR060    0xF0012798          DMARAM Channel 60 Shadow Address Register
DMA_CHCSR060    0xF001279C          DMARAM Channel 60 Control and Status Register
DMA_RDCRCR061   0xF00127A0          DMARAM Channel 61 Read Data CRC Register
DMA_SDCRCR061   0xF00127A4          DMARAM Channel 61 Source and Destination Address CRC Register
DMA_SADR061     0xF00127A8          DMARAM Channel 61 Source Address Register
DMA_DADR061     0xF00127AC          DMARAM Channel 61 Destination Address Register
DMA_ADICR061    0xF00127B0          DMARAM Channel 61 Address and Interrupt Control Register
DMA_CHCFGR061   0xF00127B4          DMARAM Channel 61 Configuration Register
DMA_SHADR061    0xF00127B8          DMARAM Channel 61 Shadow Address Register
DMA_CHCSR061    0xF00127BC          DMARAM Channel 61 Control and Status Register
DMA_RDCRCR062   0xF00127C0          DMARAM Channel 62 Read Data CRC Register
DMA_SDCRCR062   0xF00127C4          DMARAM Channel 62 Source and Destination Address CRC Register
DMA_SADR062     0xF00127C8          DMARAM Channel 62 Source Address Register
DMA_DADR062     0xF00127CC          DMARAM Channel 62 Destination Address Register
DMA_ADICR062    0xF00127D0          DMARAM Channel 62 Address and Interrupt Control Register
DMA_CHCFGR062   0xF00127D4          DMARAM Channel 62 Configuration Register
DMA_SHADR062    0xF00127D8          DMARAM Channel 62 Shadow Address Register
DMA_CHCSR062    0xF00127DC          DMARAM Channel 62 Control and Status Register
DMA_RDCRCR063   0xF00127E0          DMARAM Channel 63 Read Data CRC Register
DMA_SDCRCR063   0xF00127E4          DMARAM Channel 63 Source and Destination Address CRC Register
DMA_SADR063     0xF00127E8          DMARAM Channel 63 Source Address Register
DMA_DADR063     0xF00127EC          DMARAM Channel 63 Destination Address Register
DMA_ADICR063    0xF00127F0          DMARAM Channel 63 Address and Interrupt Control Register
DMA_CHCFGR063   0xF00127F4          DMARAM Channel 63 Configuration Register
DMA_SHADR063    0xF00127F8          DMARAM Channel 63 Shadow Address Register
DMA_CHCSR063    0xF00127FC          DMARAM Channel 63 Control and Status Register
DMA_RDCRCR064   0xF0012800          DMARAM Channel 64 Read Data CRC Register
DMA_SDCRCR064   0xF0012804          DMARAM Channel 64 Source and Destination Address CRC Register
DMA_SADR064     0xF0012808          DMARAM Channel 64 Source Address Register
DMA_DADR064     0xF001280C          DMARAM Channel 64 Destination Address Register
DMA_ADICR064    0xF0012810          DMARAM Channel 64 Address and Interrupt Control Register
DMA_CHCFGR064   0xF0012814          DMARAM Channel 64 Configuration Register
DMA_SHADR064    0xF0012818          DMARAM Channel 64 Shadow Address Register
DMA_CHCSR064    0xF001281C          DMARAM Channel 64 Control and Status Register
DMA_RDCRCR065   0xF0012820          DMARAM Channel 65 Read Data CRC Register
DMA_SDCRCR065   0xF0012824          DMARAM Channel 65 Source and Destination Address CRC Register
DMA_SADR065     0xF0012828          DMARAM Channel 65 Source Address Register
DMA_DADR065     0xF001282C          DMARAM Channel 65 Destination Address Register
DMA_ADICR065    0xF0012830          DMARAM Channel 65 Address and Interrupt Control Register
DMA_CHCFGR065   0xF0012834          DMARAM Channel 65 Configuration Register
DMA_SHADR065    0xF0012838          DMARAM Channel 65 Shadow Address Register
DMA_CHCSR065    0xF001283C          DMARAM Channel 65 Control and Status Register
DMA_RDCRCR066   0xF0012840          DMARAM Channel 66 Read Data CRC Register
DMA_SDCRCR066   0xF0012844          DMARAM Channel 66 Source and Destination Address CRC Register
DMA_SADR066     0xF0012848          DMARAM Channel 66 Source Address Register
DMA_DADR066     0xF001284C          DMARAM Channel 66 Destination Address Register
DMA_ADICR066    0xF0012850          DMARAM Channel 66 Address and Interrupt Control Register
DMA_CHCFGR066   0xF0012854          DMARAM Channel 66 Configuration Register
DMA_SHADR066    0xF0012858          DMARAM Channel 66 Shadow Address Register
DMA_CHCSR066    0xF001285C          DMARAM Channel 66 Control and Status Register
DMA_RDCRCR067   0xF0012860          DMARAM Channel 67 Read Data CRC Register
DMA_SDCRCR067   0xF0012864          DMARAM Channel 67 Source and Destination Address CRC Register
DMA_SADR067     0xF0012868          DMARAM Channel 67 Source Address Register
DMA_DADR067     0xF001286C          DMARAM Channel 67 Destination Address Register
DMA_ADICR067    0xF0012870          DMARAM Channel 67 Address and Interrupt Control Register
DMA_CHCFGR067   0xF0012874          DMARAM Channel 67 Configuration Register
DMA_SHADR067    0xF0012878          DMARAM Channel 67 Shadow Address Register
DMA_CHCSR067    0xF001287C          DMARAM Channel 67 Control and Status Register
DMA_RDCRCR068   0xF0012880          DMARAM Channel 68 Read Data CRC Register
DMA_SDCRCR068   0xF0012884          DMARAM Channel 68 Source and Destination Address CRC Register
DMA_SADR068     0xF0012888          DMARAM Channel 68 Source Address Register
DMA_DADR068     0xF001288C          DMARAM Channel 68 Destination Address Register
DMA_ADICR068    0xF0012890          DMARAM Channel 68 Address and Interrupt Control Register
DMA_CHCFGR068   0xF0012894          DMARAM Channel 68 Configuration Register
DMA_SHADR068    0xF0012898          DMARAM Channel 68 Shadow Address Register
DMA_CHCSR068    0xF001289C          DMARAM Channel 68 Control and Status Register
DMA_RDCRCR069   0xF00128A0          DMARAM Channel 69 Read Data CRC Register
DMA_SDCRCR069   0xF00128A4          DMARAM Channel 69 Source and Destination Address CRC Register
DMA_SADR069     0xF00128A8          DMARAM Channel 69 Source Address Register
DMA_DADR069     0xF00128AC          DMARAM Channel 69 Destination Address Register
DMA_ADICR069    0xF00128B0          DMARAM Channel 69 Address and Interrupt Control Register
DMA_CHCFGR069   0xF00128B4          DMARAM Channel 69 Configuration Register
DMA_SHADR069    0xF00128B8          DMARAM Channel 69 Shadow Address Register
DMA_CHCSR069    0xF00128BC          DMARAM Channel 69 Control and Status Register
DMA_RDCRCR070   0xF00128C0          DMARAM Channel 70 Read Data CRC Register
DMA_SDCRCR070   0xF00128C4          DMARAM Channel 70 Source and Destination Address CRC Register
DMA_SADR070     0xF00128C8          DMARAM Channel 70 Source Address Register
DMA_DADR070     0xF00128CC          DMARAM Channel 70 Destination Address Register
DMA_ADICR070    0xF00128D0          DMARAM Channel 70 Address and Interrupt Control Register
DMA_CHCFGR070   0xF00128D4          DMARAM Channel 70 Configuration Register
DMA_SHADR070    0xF00128D8          DMARAM Channel 70 Shadow Address Register
DMA_CHCSR070    0xF00128DC          DMARAM Channel 70 Control and Status Register
DMA_RDCRCR071   0xF00128E0          DMARAM Channel 71 Read Data CRC Register
DMA_SDCRCR071   0xF00128E4          DMARAM Channel 71 Source and Destination Address CRC Register
DMA_SADR071     0xF00128E8          DMARAM Channel 71 Source Address Register
DMA_DADR071     0xF00128EC          DMARAM Channel 71 Destination Address Register
DMA_ADICR071    0xF00128F0          DMARAM Channel 71 Address and Interrupt Control Register
DMA_CHCFGR071   0xF00128F4          DMARAM Channel 71 Configuration Register
DMA_SHADR071    0xF00128F8          DMARAM Channel 71 Shadow Address Register
DMA_CHCSR071    0xF00128FC          DMARAM Channel 71 Control and Status Register
DMA_RDCRCR072   0xF0012900          DMARAM Channel 72 Read Data CRC Register
DMA_SDCRCR072   0xF0012904          DMARAM Channel 72 Source and Destination Address CRC Register
DMA_SADR072     0xF0012908          DMARAM Channel 72 Source Address Register
DMA_DADR072     0xF001290C          DMARAM Channel 72 Destination Address Register
DMA_ADICR072    0xF0012910          DMARAM Channel 72 Address and Interrupt Control Register
DMA_CHCFGR072   0xF0012914          DMARAM Channel 72 Configuration Register
DMA_SHADR072    0xF0012918          DMARAM Channel 72 Shadow Address Register
DMA_CHCSR072    0xF001291C          DMARAM Channel 72 Control and Status Register
DMA_RDCRCR073   0xF0012920          DMARAM Channel 73 Read Data CRC Register
DMA_SDCRCR073   0xF0012924          DMARAM Channel 73 Source and Destination Address CRC Register
DMA_SADR073     0xF0012928          DMARAM Channel 73 Source Address Register
DMA_DADR073     0xF001292C          DMARAM Channel 73 Destination Address Register
DMA_ADICR073    0xF0012930          DMARAM Channel 73 Address and Interrupt Control Register
DMA_CHCFGR073   0xF0012934          DMARAM Channel 73 Configuration Register
DMA_SHADR073    0xF0012938          DMARAM Channel 73 Shadow Address Register
DMA_CHCSR073    0xF001293C          DMARAM Channel 73 Control and Status Register
DMA_RDCRCR074   0xF0012940          DMARAM Channel 74 Read Data CRC Register
DMA_SDCRCR074   0xF0012944          DMARAM Channel 74 Source and Destination Address CRC Register
DMA_SADR074     0xF0012948          DMARAM Channel 74 Source Address Register
DMA_DADR074     0xF001294C          DMARAM Channel 74 Destination Address Register
DMA_ADICR074    0xF0012950          DMARAM Channel 74 Address and Interrupt Control Register
DMA_CHCFGR074   0xF0012954          DMARAM Channel 74 Configuration Register
DMA_SHADR074    0xF0012958          DMARAM Channel 74 Shadow Address Register
DMA_CHCSR074    0xF001295C          DMARAM Channel 74 Control and Status Register
DMA_RDCRCR075   0xF0012960          DMARAM Channel 75 Read Data CRC Register
DMA_SDCRCR075   0xF0012964          DMARAM Channel 75 Source and Destination Address CRC Register
DMA_SADR075     0xF0012968          DMARAM Channel 75 Source Address Register
DMA_DADR075     0xF001296C          DMARAM Channel 75 Destination Address Register
DMA_ADICR075    0xF0012970          DMARAM Channel 75 Address and Interrupt Control Register
DMA_CHCFGR075   0xF0012974          DMARAM Channel 75 Configuration Register
DMA_SHADR075    0xF0012978          DMARAM Channel 75 Shadow Address Register
DMA_CHCSR075    0xF001297C          DMARAM Channel 75 Control and Status Register
DMA_RDCRCR076   0xF0012980          DMARAM Channel 76 Read Data CRC Register
DMA_SDCRCR076   0xF0012984          DMARAM Channel 76 Source and Destination Address CRC Register
DMA_SADR076     0xF0012988          DMARAM Channel 76 Source Address Register
DMA_DADR076     0xF001298C          DMARAM Channel 76 Destination Address Register
DMA_ADICR076    0xF0012990          DMARAM Channel 76 Address and Interrupt Control Register
DMA_CHCFGR076   0xF0012994          DMARAM Channel 76 Configuration Register
DMA_SHADR076    0xF0012998          DMARAM Channel 76 Shadow Address Register
DMA_CHCSR076    0xF001299C          DMARAM Channel 76 Control and Status Register
DMA_RDCRCR077   0xF00129A0          DMARAM Channel 77 Read Data CRC Register
DMA_SDCRCR077   0xF00129A4          DMARAM Channel 77 Source and Destination Address CRC Register
DMA_SADR077     0xF00129A8          DMARAM Channel 77 Source Address Register
DMA_DADR077     0xF00129AC          DMARAM Channel 77 Destination Address Register
DMA_ADICR077    0xF00129B0          DMARAM Channel 77 Address and Interrupt Control Register
DMA_CHCFGR077   0xF00129B4          DMARAM Channel 77 Configuration Register
DMA_SHADR077    0xF00129B8          DMARAM Channel 77 Shadow Address Register
DMA_CHCSR077    0xF00129BC          DMARAM Channel 77 Control and Status Register
DMA_RDCRCR078   0xF00129C0          DMARAM Channel 78 Read Data CRC Register
DMA_SDCRCR078   0xF00129C4          DMARAM Channel 78 Source and Destination Address CRC Register
DMA_SADR078     0xF00129C8          DMARAM Channel 78 Source Address Register
DMA_DADR078     0xF00129CC          DMARAM Channel 78 Destination Address Register
DMA_ADICR078    0xF00129D0          DMARAM Channel 78 Address and Interrupt Control Register
DMA_CHCFGR078   0xF00129D4          DMARAM Channel 78 Configuration Register
DMA_SHADR078    0xF00129D8          DMARAM Channel 78 Shadow Address Register
DMA_CHCSR078    0xF00129DC          DMARAM Channel 78 Control and Status Register
DMA_RDCRCR079   0xF00129E0          DMARAM Channel 79 Read Data CRC Register
DMA_SDCRCR079   0xF00129E4          DMARAM Channel 79 Source and Destination Address CRC Register
DMA_SADR079     0xF00129E8          DMARAM Channel 79 Source Address Register
DMA_DADR079     0xF00129EC          DMARAM Channel 79 Destination Address Register
DMA_ADICR079    0xF00129F0          DMARAM Channel 79 Address and Interrupt Control Register
DMA_CHCFGR079   0xF00129F4          DMARAM Channel 79 Configuration Register
DMA_SHADR079    0xF00129F8          DMARAM Channel 79 Shadow Address Register
DMA_CHCSR079    0xF00129FC          DMARAM Channel 79 Control and Status Register
DMA_RDCRCR080   0xF0012A00          DMARAM Channel 80 Read Data CRC Register
DMA_SDCRCR080   0xF0012A04          DMARAM Channel 80 Source and Destination Address CRC Register
DMA_SADR080     0xF0012A08          DMARAM Channel 80 Source Address Register
DMA_DADR080     0xF0012A0C          DMARAM Channel 80 Destination Address Register
DMA_ADICR080    0xF0012A10          DMARAM Channel 80 Address and Interrupt Control Register
DMA_CHCFGR080   0xF0012A14          DMARAM Channel 80 Configuration Register
DMA_SHADR080    0xF0012A18          DMARAM Channel 80 Shadow Address Register
DMA_CHCSR080    0xF0012A1C          DMARAM Channel 80 Control and Status Register
DMA_RDCRCR081   0xF0012A20          DMARAM Channel 81 Read Data CRC Register
DMA_SDCRCR081   0xF0012A24          DMARAM Channel 81 Source and Destination Address CRC Register
DMA_SADR081     0xF0012A28          DMARAM Channel 81 Source Address Register
DMA_DADR081     0xF0012A2C          DMARAM Channel 81 Destination Address Register
DMA_ADICR081    0xF0012A30          DMARAM Channel 81 Address and Interrupt Control Register
DMA_CHCFGR081   0xF0012A34          DMARAM Channel 81 Configuration Register
DMA_SHADR081    0xF0012A38          DMARAM Channel 81 Shadow Address Register
DMA_CHCSR081    0xF0012A3C          DMARAM Channel 81 Control and Status Register
DMA_RDCRCR082   0xF0012A40          DMARAM Channel 82 Read Data CRC Register
DMA_SDCRCR082   0xF0012A44          DMARAM Channel 82 Source and Destination Address CRC Register
DMA_SADR082     0xF0012A48          DMARAM Channel 82 Source Address Register
DMA_DADR082     0xF0012A4C          DMARAM Channel 82 Destination Address Register
DMA_ADICR082    0xF0012A50          DMARAM Channel 82 Address and Interrupt Control Register
DMA_CHCFGR082   0xF0012A54          DMARAM Channel 82 Configuration Register
DMA_SHADR082    0xF0012A58          DMARAM Channel 82 Shadow Address Register
DMA_CHCSR082    0xF0012A5C          DMARAM Channel 82 Control and Status Register
DMA_RDCRCR083   0xF0012A60          DMARAM Channel 83 Read Data CRC Register
DMA_SDCRCR083   0xF0012A64          DMARAM Channel 83 Source and Destination Address CRC Register
DMA_SADR083     0xF0012A68          DMARAM Channel 83 Source Address Register
DMA_DADR083     0xF0012A6C          DMARAM Channel 83 Destination Address Register
DMA_ADICR083    0xF0012A70          DMARAM Channel 83 Address and Interrupt Control Register
DMA_CHCFGR083   0xF0012A74          DMARAM Channel 83 Configuration Register
DMA_SHADR083    0xF0012A78          DMARAM Channel 83 Shadow Address Register
DMA_CHCSR083    0xF0012A7C          DMARAM Channel 83 Control and Status Register
DMA_RDCRCR084   0xF0012A80          DMARAM Channel 84 Read Data CRC Register
DMA_SDCRCR084   0xF0012A84          DMARAM Channel 84 Source and Destination Address CRC Register
DMA_SADR084     0xF0012A88          DMARAM Channel 84 Source Address Register
DMA_DADR084     0xF0012A8C          DMARAM Channel 84 Destination Address Register
DMA_ADICR084    0xF0012A90          DMARAM Channel 84 Address and Interrupt Control Register
DMA_CHCFGR084   0xF0012A94          DMARAM Channel 84 Configuration Register
DMA_SHADR084    0xF0012A98          DMARAM Channel 84 Shadow Address Register
DMA_CHCSR084    0xF0012A9C          DMARAM Channel 84 Control and Status Register
DMA_RDCRCR085   0xF0012AA0          DMARAM Channel 85 Read Data CRC Register
DMA_SDCRCR085   0xF0012AA4          DMARAM Channel 85 Source and Destination Address CRC Register
DMA_SADR085     0xF0012AA8          DMARAM Channel 85 Source Address Register
DMA_DADR085     0xF0012AAC          DMARAM Channel 85 Destination Address Register
DMA_ADICR085    0xF0012AB0          DMARAM Channel 85 Address and Interrupt Control Register
DMA_CHCFGR085   0xF0012AB4          DMARAM Channel 85 Configuration Register
DMA_SHADR085    0xF0012AB8          DMARAM Channel 85 Shadow Address Register
DMA_CHCSR085    0xF0012ABC          DMARAM Channel 85 Control and Status Register
DMA_RDCRCR086   0xF0012AC0          DMARAM Channel 86 Read Data CRC Register
DMA_SDCRCR086   0xF0012AC4          DMARAM Channel 86 Source and Destination Address CRC Register
DMA_SADR086     0xF0012AC8          DMARAM Channel 86 Source Address Register
DMA_DADR086     0xF0012ACC          DMARAM Channel 86 Destination Address Register
DMA_ADICR086    0xF0012AD0          DMARAM Channel 86 Address and Interrupt Control Register
DMA_CHCFGR086   0xF0012AD4          DMARAM Channel 86 Configuration Register
DMA_SHADR086    0xF0012AD8          DMARAM Channel 86 Shadow Address Register
DMA_CHCSR086    0xF0012ADC          DMARAM Channel 86 Control and Status Register
DMA_RDCRCR087   0xF0012AE0          DMARAM Channel 87 Read Data CRC Register
DMA_SDCRCR087   0xF0012AE4          DMARAM Channel 87 Source and Destination Address CRC Register
DMA_SADR087     0xF0012AE8          DMARAM Channel 87 Source Address Register
DMA_DADR087     0xF0012AEC          DMARAM Channel 87 Destination Address Register
DMA_ADICR087    0xF0012AF0          DMARAM Channel 87 Address and Interrupt Control Register
DMA_CHCFGR087   0xF0012AF4          DMARAM Channel 87 Configuration Register
DMA_SHADR087    0xF0012AF8          DMARAM Channel 87 Shadow Address Register
DMA_CHCSR087    0xF0012AFC          DMARAM Channel 87 Control and Status Register
DMA_RDCRCR088   0xF0012B00          DMARAM Channel 88 Read Data CRC Register
DMA_SDCRCR088   0xF0012B04          DMARAM Channel 88 Source and Destination Address CRC Register
DMA_SADR088     0xF0012B08          DMARAM Channel 88 Source Address Register
DMA_DADR088     0xF0012B0C          DMARAM Channel 88 Destination Address Register
DMA_ADICR088    0xF0012B10          DMARAM Channel 88 Address and Interrupt Control Register
DMA_CHCFGR088   0xF0012B14          DMARAM Channel 88 Configuration Register
DMA_SHADR088    0xF0012B18          DMARAM Channel 88 Shadow Address Register
DMA_CHCSR088    0xF0012B1C          DMARAM Channel 88 Control and Status Register
DMA_RDCRCR089   0xF0012B20          DMARAM Channel 89 Read Data CRC Register
DMA_SDCRCR089   0xF0012B24          DMARAM Channel 89 Source and Destination Address CRC Register
DMA_SADR089     0xF0012B28          DMARAM Channel 89 Source Address Register
DMA_DADR089     0xF0012B2C          DMARAM Channel 89 Destination Address Register
DMA_ADICR089    0xF0012B30          DMARAM Channel 89 Address and Interrupt Control Register
DMA_CHCFGR089   0xF0012B34          DMARAM Channel 89 Configuration Register
DMA_SHADR089    0xF0012B38          DMARAM Channel 89 Shadow Address Register
DMA_CHCSR089    0xF0012B3C          DMARAM Channel 89 Control and Status Register
DMA_RDCRCR090   0xF0012B40          DMARAM Channel 90 Read Data CRC Register
DMA_SDCRCR090   0xF0012B44          DMARAM Channel 90 Source and Destination Address CRC Register
DMA_SADR090     0xF0012B48          DMARAM Channel 90 Source Address Register
DMA_DADR090     0xF0012B4C          DMARAM Channel 90 Destination Address Register
DMA_ADICR090    0xF0012B50          DMARAM Channel 90 Address and Interrupt Control Register
DMA_CHCFGR090   0xF0012B54          DMARAM Channel 90 Configuration Register
DMA_SHADR090    0xF0012B58          DMARAM Channel 90 Shadow Address Register
DMA_CHCSR090    0xF0012B5C          DMARAM Channel 90 Control and Status Register
DMA_RDCRCR091   0xF0012B60          DMARAM Channel 91 Read Data CRC Register
DMA_SDCRCR091   0xF0012B64          DMARAM Channel 91 Source and Destination Address CRC Register
DMA_SADR091     0xF0012B68          DMARAM Channel 91 Source Address Register
DMA_DADR091     0xF0012B6C          DMARAM Channel 91 Destination Address Register
DMA_ADICR091    0xF0012B70          DMARAM Channel 91 Address and Interrupt Control Register
DMA_CHCFGR091   0xF0012B74          DMARAM Channel 91 Configuration Register
DMA_SHADR091    0xF0012B78          DMARAM Channel 91 Shadow Address Register
DMA_CHCSR091    0xF0012B7C          DMARAM Channel 91 Control and Status Register
DMA_RDCRCR092   0xF0012B80          DMARAM Channel 92 Read Data CRC Register
DMA_SDCRCR092   0xF0012B84          DMARAM Channel 92 Source and Destination Address CRC Register
DMA_SADR092     0xF0012B88          DMARAM Channel 92 Source Address Register
DMA_DADR092     0xF0012B8C          DMARAM Channel 92 Destination Address Register
DMA_ADICR092    0xF0012B90          DMARAM Channel 92 Address and Interrupt Control Register
DMA_CHCFGR092   0xF0012B94          DMARAM Channel 92 Configuration Register
DMA_SHADR092    0xF0012B98          DMARAM Channel 92 Shadow Address Register
DMA_CHCSR092    0xF0012B9C          DMARAM Channel 92 Control and Status Register
DMA_RDCRCR093   0xF0012BA0          DMARAM Channel 93 Read Data CRC Register
DMA_SDCRCR093   0xF0012BA4          DMARAM Channel 93 Source and Destination Address CRC Register
DMA_SADR093     0xF0012BA8          DMARAM Channel 93 Source Address Register
DMA_DADR093     0xF0012BAC          DMARAM Channel 93 Destination Address Register
DMA_ADICR093    0xF0012BB0          DMARAM Channel 93 Address and Interrupt Control Register
DMA_CHCFGR093   0xF0012BB4          DMARAM Channel 93 Configuration Register
DMA_SHADR093    0xF0012BB8          DMARAM Channel 93 Shadow Address Register
DMA_CHCSR093    0xF0012BBC          DMARAM Channel 93 Control and Status Register
DMA_RDCRCR094   0xF0012BC0          DMARAM Channel 94 Read Data CRC Register
DMA_SDCRCR094   0xF0012BC4          DMARAM Channel 94 Source and Destination Address CRC Register
DMA_SADR094     0xF0012BC8          DMARAM Channel 94 Source Address Register
DMA_DADR094     0xF0012BCC          DMARAM Channel 94 Destination Address Register
DMA_ADICR094    0xF0012BD0          DMARAM Channel 94 Address and Interrupt Control Register
DMA_CHCFGR094   0xF0012BD4          DMARAM Channel 94 Configuration Register
DMA_SHADR094    0xF0012BD8          DMARAM Channel 94 Shadow Address Register
DMA_CHCSR094    0xF0012BDC          DMARAM Channel 94 Control and Status Register
DMA_RDCRCR095   0xF0012BE0          DMARAM Channel 95 Read Data CRC Register
DMA_SDCRCR095   0xF0012BE4          DMARAM Channel 95 Source and Destination Address CRC Register
DMA_SADR095     0xF0012BE8          DMARAM Channel 95 Source Address Register
DMA_DADR095     0xF0012BEC          DMARAM Channel 95 Destination Address Register
DMA_ADICR095    0xF0012BF0          DMARAM Channel 95 Address and Interrupt Control Register
DMA_CHCFGR095   0xF0012BF4          DMARAM Channel 95 Configuration Register
DMA_SHADR095    0xF0012BF8          DMARAM Channel 95 Shadow Address Register
DMA_CHCSR095    0xF0012BFC          DMARAM Channel 95 Control and Status Register
DMA_RDCRCR096   0xF0012C00          DMARAM Channel 96 Read Data CRC Register
DMA_SDCRCR096   0xF0012C04          DMARAM Channel 96 Source and Destination Address CRC Register
DMA_SADR096     0xF0012C08          DMARAM Channel 96 Source Address Register
DMA_DADR096     0xF0012C0C          DMARAM Channel 96 Destination Address Register
DMA_ADICR096    0xF0012C10          DMARAM Channel 96 Address and Interrupt Control Register
DMA_CHCFGR096   0xF0012C14          DMARAM Channel 96 Configuration Register
DMA_SHADR096    0xF0012C18          DMARAM Channel 96 Shadow Address Register
DMA_CHCSR096    0xF0012C1C          DMARAM Channel 96 Control and Status Register
DMA_RDCRCR097   0xF0012C20          DMARAM Channel 97 Read Data CRC Register
DMA_SDCRCR097   0xF0012C24          DMARAM Channel 97 Source and Destination Address CRC Register
DMA_SADR097     0xF0012C28          DMARAM Channel 97 Source Address Register
DMA_DADR097     0xF0012C2C          DMARAM Channel 97 Destination Address Register
DMA_ADICR097    0xF0012C30          DMARAM Channel 97 Address and Interrupt Control Register
DMA_CHCFGR097   0xF0012C34          DMARAM Channel 97 Configuration Register
DMA_SHADR097    0xF0012C38          DMARAM Channel 97 Shadow Address Register
DMA_CHCSR097    0xF0012C3C          DMARAM Channel 97 Control and Status Register
DMA_RDCRCR098   0xF0012C40          DMARAM Channel 98 Read Data CRC Register
DMA_SDCRCR098   0xF0012C44          DMARAM Channel 98 Source and Destination Address CRC Register
DMA_SADR098     0xF0012C48          DMARAM Channel 98 Source Address Register
DMA_DADR098     0xF0012C4C          DMARAM Channel 98 Destination Address Register
DMA_ADICR098    0xF0012C50          DMARAM Channel 98 Address and Interrupt Control Register
DMA_CHCFGR098   0xF0012C54          DMARAM Channel 98 Configuration Register
DMA_SHADR098    0xF0012C58          DMARAM Channel 98 Shadow Address Register
DMA_CHCSR098    0xF0012C5C          DMARAM Channel 98 Control and Status Register
DMA_RDCRCR099   0xF0012C60          DMARAM Channel 99 Read Data CRC Register
DMA_SDCRCR099   0xF0012C64          DMARAM Channel 99 Source and Destination Address CRC Register
DMA_SADR099     0xF0012C68          DMARAM Channel 99 Source Address Register
DMA_DADR099     0xF0012C6C          DMARAM Channel 99 Destination Address Register
DMA_ADICR099    0xF0012C70          DMARAM Channel 99 Address and Interrupt Control Register
DMA_CHCFGR099   0xF0012C74          DMARAM Channel 99 Configuration Register
DMA_SHADR099    0xF0012C78          DMARAM Channel 99 Shadow Address Register
DMA_CHCSR099    0xF0012C7C          DMARAM Channel 99 Control and Status Register
DMA_RDCRCR100   0xF0012C80          DMARAM Channel 100 Read Data CRC Register
DMA_SDCRCR100   0xF0012C84          DMARAM Channel 100 Source and Destination Address CRC Register
DMA_SADR100     0xF0012C88          DMARAM Channel 100 Source Address Register
DMA_DADR100     0xF0012C8C          DMARAM Channel 100 Destination Address Register
DMA_ADICR100    0xF0012C90          DMARAM Channel 100 Address and Interrupt Control Register
DMA_CHCFGR100   0xF0012C94          DMARAM Channel 100 Configuration Register
DMA_SHADR100    0xF0012C98          DMARAM Channel 100 Shadow Address Register
DMA_CHCSR100    0xF0012C9C          DMARAM Channel 100 Control and Status Register
DMA_RDCRCR101   0xF0012CA0          DMARAM Channel 101 Read Data CRC Register
DMA_SDCRCR101   0xF0012CA4          DMARAM Channel 101 Source and Destination Address CRC Register
DMA_SADR101     0xF0012CA8          DMARAM Channel 101 Source Address Register
DMA_DADR101     0xF0012CAC          DMARAM Channel 101 Destination Address Register
DMA_ADICR101    0xF0012CB0          DMARAM Channel 101 Address and Interrupt Control Register
DMA_CHCFGR101   0xF0012CB4          DMARAM Channel 101 Configuration Register
DMA_SHADR101    0xF0012CB8          DMARAM Channel 101 Shadow Address Register
DMA_CHCSR101    0xF0012CBC          DMARAM Channel 101 Control and Status Register
DMA_RDCRCR102   0xF0012CC0          DMARAM Channel 102 Read Data CRC Register
DMA_SDCRCR102   0xF0012CC4          DMARAM Channel 102 Source and Destination Address CRC Register
DMA_SADR102     0xF0012CC8          DMARAM Channel 102 Source Address Register
DMA_DADR102     0xF0012CCC          DMARAM Channel 102 Destination Address Register
DMA_ADICR102    0xF0012CD0          DMARAM Channel 102 Address and Interrupt Control Register
DMA_CHCFGR102   0xF0012CD4          DMARAM Channel 102 Configuration Register
DMA_SHADR102    0xF0012CD8          DMARAM Channel 102 Shadow Address Register
DMA_CHCSR102    0xF0012CDC          DMARAM Channel 102 Control and Status Register
DMA_RDCRCR103   0xF0012CE0          DMARAM Channel 103 Read Data CRC Register
DMA_SDCRCR103   0xF0012CE4          DMARAM Channel 103 Source and Destination Address CRC Register
DMA_SADR103     0xF0012CE8          DMARAM Channel 103 Source Address Register
DMA_DADR103     0xF0012CEC          DMARAM Channel 103 Destination Address Register
DMA_ADICR103    0xF0012CF0          DMARAM Channel 103 Address and Interrupt Control Register
DMA_CHCFGR103   0xF0012CF4          DMARAM Channel 103 Configuration Register
DMA_SHADR103    0xF0012CF8          DMARAM Channel 103 Shadow Address Register
DMA_CHCSR103    0xF0012CFC          DMARAM Channel 103 Control and Status Register
DMA_RDCRCR104   0xF0012D00          DMARAM Channel 104 Read Data CRC Register
DMA_SDCRCR104   0xF0012D04          DMARAM Channel 104 Source and Destination Address CRC Register
DMA_SADR104     0xF0012D08          DMARAM Channel 104 Source Address Register
DMA_DADR104     0xF0012D0C          DMARAM Channel 104 Destination Address Register
DMA_ADICR104    0xF0012D10          DMARAM Channel 104 Address and Interrupt Control Register
DMA_CHCFGR104   0xF0012D14          DMARAM Channel 104 Configuration Register
DMA_SHADR104    0xF0012D18          DMARAM Channel 104 Shadow Address Register
DMA_CHCSR104    0xF0012D1C          DMARAM Channel 104 Control and Status Register
DMA_RDCRCR105   0xF0012D20          DMARAM Channel 105 Read Data CRC Register
DMA_SDCRCR105   0xF0012D24          DMARAM Channel 105 Source and Destination Address CRC Register
DMA_SADR105     0xF0012D28          DMARAM Channel 105 Source Address Register
DMA_DADR105     0xF0012D2C          DMARAM Channel 105 Destination Address Register
DMA_ADICR105    0xF0012D30          DMARAM Channel 105 Address and Interrupt Control Register
DMA_CHCFGR105   0xF0012D34          DMARAM Channel 105 Configuration Register
DMA_SHADR105    0xF0012D38          DMARAM Channel 105 Shadow Address Register
DMA_CHCSR105    0xF0012D3C          DMARAM Channel 105 Control and Status Register
DMA_RDCRCR106   0xF0012D40          DMARAM Channel 106 Read Data CRC Register
DMA_SDCRCR106   0xF0012D44          DMARAM Channel 106 Source and Destination Address CRC Register
DMA_SADR106     0xF0012D48          DMARAM Channel 106 Source Address Register
DMA_DADR106     0xF0012D4C          DMARAM Channel 106 Destination Address Register
DMA_ADICR106    0xF0012D50          DMARAM Channel 106 Address and Interrupt Control Register
DMA_CHCFGR106   0xF0012D54          DMARAM Channel 106 Configuration Register
DMA_SHADR106    0xF0012D58          DMARAM Channel 106 Shadow Address Register
DMA_CHCSR106    0xF0012D5C          DMARAM Channel 106 Control and Status Register
DMA_RDCRCR107   0xF0012D60          DMARAM Channel 107 Read Data CRC Register
DMA_SDCRCR107   0xF0012D64          DMARAM Channel 107 Source and Destination Address CRC Register
DMA_SADR107     0xF0012D68          DMARAM Channel 107 Source Address Register
DMA_DADR107     0xF0012D6C          DMARAM Channel 107 Destination Address Register
DMA_ADICR107    0xF0012D70          DMARAM Channel 107 Address and Interrupt Control Register
DMA_CHCFGR107   0xF0012D74          DMARAM Channel 107 Configuration Register
DMA_SHADR107    0xF0012D78          DMARAM Channel 107 Shadow Address Register
DMA_CHCSR107    0xF0012D7C          DMARAM Channel 107 Control and Status Register
DMA_RDCRCR108   0xF0012D80          DMARAM Channel 108 Read Data CRC Register
DMA_SDCRCR108   0xF0012D84          DMARAM Channel 108 Source and Destination Address CRC Register
DMA_SADR108     0xF0012D88          DMARAM Channel 108 Source Address Register
DMA_DADR108     0xF0012D8C          DMARAM Channel 108 Destination Address Register
DMA_ADICR108    0xF0012D90          DMARAM Channel 108 Address and Interrupt Control Register
DMA_CHCFGR108   0xF0012D94          DMARAM Channel 108 Configuration Register
DMA_SHADR108    0xF0012D98          DMARAM Channel 108 Shadow Address Register
DMA_CHCSR108    0xF0012D9C          DMARAM Channel 108 Control and Status Register
DMA_RDCRCR109   0xF0012DA0          DMARAM Channel 109 Read Data CRC Register
DMA_SDCRCR109   0xF0012DA4          DMARAM Channel 109 Source and Destination Address CRC Register
DMA_SADR109     0xF0012DA8          DMARAM Channel 109 Source Address Register
DMA_DADR109     0xF0012DAC          DMARAM Channel 109 Destination Address Register
DMA_ADICR109    0xF0012DB0          DMARAM Channel 109 Address and Interrupt Control Register
DMA_CHCFGR109   0xF0012DB4          DMARAM Channel 109 Configuration Register
DMA_SHADR109    0xF0012DB8          DMARAM Channel 109 Shadow Address Register
DMA_CHCSR109    0xF0012DBC          DMARAM Channel 109 Control and Status Register
DMA_RDCRCR110   0xF0012DC0          DMARAM Channel 110 Read Data CRC Register
DMA_SDCRCR110   0xF0012DC4          DMARAM Channel 110 Source and Destination Address CRC Register
DMA_SADR110     0xF0012DC8          DMARAM Channel 110 Source Address Register
DMA_DADR110     0xF0012DCC          DMARAM Channel 110 Destination Address Register
DMA_ADICR110    0xF0012DD0          DMARAM Channel 110 Address and Interrupt Control Register
DMA_CHCFGR110   0xF0012DD4          DMARAM Channel 110 Configuration Register
DMA_SHADR110    0xF0012DD8          DMARAM Channel 110 Shadow Address Register
DMA_CHCSR110    0xF0012DDC          DMARAM Channel 110 Control and Status Register
DMA_RDCRCR111   0xF0012DE0          DMARAM Channel 111 Read Data CRC Register
DMA_SDCRCR111   0xF0012DE4          DMARAM Channel 111 Source and Destination Address CRC Register
DMA_SADR111     0xF0012DE8          DMARAM Channel 111 Source Address Register
DMA_DADR111     0xF0012DEC          DMARAM Channel 111 Destination Address Register
DMA_ADICR111    0xF0012DF0          DMARAM Channel 111 Address and Interrupt Control Register
DMA_CHCFGR111   0xF0012DF4          DMARAM Channel 111 Configuration Register
DMA_SHADR111    0xF0012DF8          DMARAM Channel 111 Shadow Address Register
DMA_CHCSR111    0xF0012DFC          DMARAM Channel 111 Control and Status Register
DMA_RDCRCR112   0xF0012E00          DMARAM Channel 112 Read Data CRC Register
DMA_SDCRCR112   0xF0012E04          DMARAM Channel 112 Source and Destination Address CRC Register
DMA_SADR112     0xF0012E08          DMARAM Channel 112 Source Address Register
DMA_DADR112     0xF0012E0C          DMARAM Channel 112 Destination Address Register
DMA_ADICR112    0xF0012E10          DMARAM Channel 112 Address and Interrupt Control Register
DMA_CHCFGR112   0xF0012E14          DMARAM Channel 112 Configuration Register
DMA_SHADR112    0xF0012E18          DMARAM Channel 112 Shadow Address Register
DMA_CHCSR112    0xF0012E1C          DMARAM Channel 112 Control and Status Register
DMA_RDCRCR113   0xF0012E20          DMARAM Channel 113 Read Data CRC Register
DMA_SDCRCR113   0xF0012E24          DMARAM Channel 113 Source and Destination Address CRC Register
DMA_SADR113     0xF0012E28          DMARAM Channel 113 Source Address Register
DMA_DADR113     0xF0012E2C          DMARAM Channel 113 Destination Address Register
DMA_ADICR113    0xF0012E30          DMARAM Channel 113 Address and Interrupt Control Register
DMA_CHCFGR113   0xF0012E34          DMARAM Channel 113 Configuration Register
DMA_SHADR113    0xF0012E38          DMARAM Channel 113 Shadow Address Register
DMA_CHCSR113    0xF0012E3C          DMARAM Channel 113 Control and Status Register
DMA_RDCRCR114   0xF0012E40          DMARAM Channel 114 Read Data CRC Register
DMA_SDCRCR114   0xF0012E44          DMARAM Channel 114 Source and Destination Address CRC Register
DMA_SADR114     0xF0012E48          DMARAM Channel 114 Source Address Register
DMA_DADR114     0xF0012E4C          DMARAM Channel 114 Destination Address Register
DMA_ADICR114    0xF0012E50          DMARAM Channel 114 Address and Interrupt Control Register
DMA_CHCFGR114   0xF0012E54          DMARAM Channel 114 Configuration Register
DMA_SHADR114    0xF0012E58          DMARAM Channel 114 Shadow Address Register
DMA_CHCSR114    0xF0012E5C          DMARAM Channel 114 Control and Status Register
DMA_RDCRCR115   0xF0012E60          DMARAM Channel 115 Read Data CRC Register
DMA_SDCRCR115   0xF0012E64          DMARAM Channel 115 Source and Destination Address CRC Register
DMA_SADR115     0xF0012E68          DMARAM Channel 115 Source Address Register
DMA_DADR115     0xF0012E6C          DMARAM Channel 115 Destination Address Register
DMA_ADICR115    0xF0012E70          DMARAM Channel 115 Address and Interrupt Control Register
DMA_CHCFGR115   0xF0012E74          DMARAM Channel 115 Configuration Register
DMA_SHADR115    0xF0012E78          DMARAM Channel 115 Shadow Address Register
DMA_CHCSR115    0xF0012E7C          DMARAM Channel 115 Control and Status Register
DMA_RDCRCR116   0xF0012E80          DMARAM Channel 116 Read Data CRC Register
DMA_SDCRCR116   0xF0012E84          DMARAM Channel 116 Source and Destination Address CRC Register
DMA_SADR116     0xF0012E88          DMARAM Channel 116 Source Address Register
DMA_DADR116     0xF0012E8C          DMARAM Channel 116 Destination Address Register
DMA_ADICR116    0xF0012E90          DMARAM Channel 116 Address and Interrupt Control Register
DMA_CHCFGR116   0xF0012E94          DMARAM Channel 116 Configuration Register
DMA_SHADR116    0xF0012E98          DMARAM Channel 116 Shadow Address Register
DMA_CHCSR116    0xF0012E9C          DMARAM Channel 116 Control and Status Register
DMA_RDCRCR117   0xF0012EA0          DMARAM Channel 117 Read Data CRC Register
DMA_SDCRCR117   0xF0012EA4          DMARAM Channel 117 Source and Destination Address CRC Register
DMA_SADR117     0xF0012EA8          DMARAM Channel 117 Source Address Register
DMA_DADR117     0xF0012EAC          DMARAM Channel 117 Destination Address Register
DMA_ADICR117    0xF0012EB0          DMARAM Channel 117 Address and Interrupt Control Register
DMA_CHCFGR117   0xF0012EB4          DMARAM Channel 117 Configuration Register
DMA_SHADR117    0xF0012EB8          DMARAM Channel 117 Shadow Address Register
DMA_CHCSR117    0xF0012EBC          DMARAM Channel 117 Control and Status Register
DMA_RDCRCR118   0xF0012EC0          DMARAM Channel 118 Read Data CRC Register
DMA_SDCRCR118   0xF0012EC4          DMARAM Channel 118 Source and Destination Address CRC Register
DMA_SADR118     0xF0012EC8          DMARAM Channel 118 Source Address Register
DMA_DADR118     0xF0012ECC          DMARAM Channel 118 Destination Address Register
DMA_ADICR118    0xF0012ED0          DMARAM Channel 118 Address and Interrupt Control Register
DMA_CHCFGR118   0xF0012ED4          DMARAM Channel 118 Configuration Register
DMA_SHADR118    0xF0012ED8          DMARAM Channel 118 Shadow Address Register
DMA_CHCSR118    0xF0012EDC          DMARAM Channel 118 Control and Status Register
DMA_RDCRCR119   0xF0012EE0          DMARAM Channel 119 Read Data CRC Register
DMA_SDCRCR119   0xF0012EE4          DMARAM Channel 119 Source and Destination Address CRC Register
DMA_SADR119     0xF0012EE8          DMARAM Channel 119 Source Address Register
DMA_DADR119     0xF0012EEC          DMARAM Channel 119 Destination Address Register
DMA_ADICR119    0xF0012EF0          DMARAM Channel 119 Address and Interrupt Control Register
DMA_CHCFGR119   0xF0012EF4          DMARAM Channel 119 Configuration Register
DMA_SHADR119    0xF0012EF8          DMARAM Channel 119 Shadow Address Register
DMA_CHCSR119    0xF0012EFC          DMARAM Channel 119 Control and Status Register
DMA_RDCRCR120   0xF0012F00          DMARAM Channel 120 Read Data CRC Register
DMA_SDCRCR120   0xF0012F04          DMARAM Channel 120 Source and Destination Address CRC Register
DMA_SADR120     0xF0012F08          DMARAM Channel 120 Source Address Register
DMA_DADR120     0xF0012F0C          DMARAM Channel 120 Destination Address Register
DMA_ADICR120    0xF0012F10          DMARAM Channel 120 Address and Interrupt Control Register
DMA_CHCFGR120   0xF0012F14          DMARAM Channel 120 Configuration Register
DMA_SHADR120    0xF0012F18          DMARAM Channel 120 Shadow Address Register
DMA_CHCSR120    0xF0012F1C          DMARAM Channel 120 Control and Status Register
DMA_RDCRCR121   0xF0012F20          DMARAM Channel 121 Read Data CRC Register
DMA_SDCRCR121   0xF0012F24          DMARAM Channel 121 Source and Destination Address CRC Register
DMA_SADR121     0xF0012F28          DMARAM Channel 121 Source Address Register
DMA_DADR121     0xF0012F2C          DMARAM Channel 121 Destination Address Register
DMA_ADICR121    0xF0012F30          DMARAM Channel 121 Address and Interrupt Control Register
DMA_CHCFGR121   0xF0012F34          DMARAM Channel 121 Configuration Register
DMA_SHADR121    0xF0012F38          DMARAM Channel 121 Shadow Address Register
DMA_CHCSR121    0xF0012F3C          DMARAM Channel 121 Control and Status Register
DMA_RDCRCR122   0xF0012F40          DMARAM Channel 122 Read Data CRC Register
DMA_SDCRCR122   0xF0012F44          DMARAM Channel 122 Source and Destination Address CRC Register
DMA_SADR122     0xF0012F48          DMARAM Channel 122 Source Address Register
DMA_DADR122     0xF0012F4C          DMARAM Channel 122 Destination Address Register
DMA_ADICR122    0xF0012F50          DMARAM Channel 122 Address and Interrupt Control Register
DMA_CHCFGR122   0xF0012F54          DMARAM Channel 122 Configuration Register
DMA_SHADR122    0xF0012F58          DMARAM Channel 122 Shadow Address Register
DMA_CHCSR122    0xF0012F5C          DMARAM Channel 122 Control and Status Register
DMA_RDCRCR123   0xF0012F60          DMARAM Channel 123 Read Data CRC Register
DMA_SDCRCR123   0xF0012F64          DMARAM Channel 123 Source and Destination Address CRC Register
DMA_SADR123     0xF0012F68          DMARAM Channel 123 Source Address Register
DMA_DADR123     0xF0012F6C          DMARAM Channel 123 Destination Address Register
DMA_ADICR123    0xF0012F70          DMARAM Channel 123 Address and Interrupt Control Register
DMA_CHCFGR123   0xF0012F74          DMARAM Channel 123 Configuration Register
DMA_SHADR123    0xF0012F78          DMARAM Channel 123 Shadow Address Register
DMA_CHCSR123    0xF0012F7C          DMARAM Channel 123 Control and Status Register
DMA_RDCRCR124   0xF0012F80          DMARAM Channel 124 Read Data CRC Register
DMA_SDCRCR124   0xF0012F84          DMARAM Channel 124 Source and Destination Address CRC Register
DMA_SADR124     0xF0012F88          DMARAM Channel 124 Source Address Register
DMA_DADR124     0xF0012F8C          DMARAM Channel 124 Destination Address Register
DMA_ADICR124    0xF0012F90          DMARAM Channel 124 Address and Interrupt Control Register
DMA_CHCFGR124   0xF0012F94          DMARAM Channel 124 Configuration Register
DMA_SHADR124    0xF0012F98          DMARAM Channel 124 Shadow Address Register
DMA_CHCSR124    0xF0012F9C          DMARAM Channel 124 Control and Status Register
DMA_RDCRCR125   0xF0012FA0          DMARAM Channel 125 Read Data CRC Register
DMA_SDCRCR125   0xF0012FA4          DMARAM Channel 125 Source and Destination Address CRC Register
DMA_SADR125     0xF0012FA8          DMARAM Channel 125 Source Address Register
DMA_DADR125     0xF0012FAC          DMARAM Channel 125 Destination Address Register
DMA_ADICR125    0xF0012FB0          DMARAM Channel 125 Address and Interrupt Control Register
DMA_CHCFGR125   0xF0012FB4          DMARAM Channel 125 Configuration Register
DMA_SHADR125    0xF0012FB8          DMARAM Channel 125 Shadow Address Register
DMA_CHCSR125    0xF0012FBC          DMARAM Channel 125 Control and Status Register
DMA_RDCRCR126   0xF0012FC0          DMARAM Channel 126 Read Data CRC Register
DMA_SDCRCR126   0xF0012FC4          DMARAM Channel 126 Source and Destination Address CRC Register
DMA_SADR126     0xF0012FC8          DMARAM Channel 126 Source Address Register
DMA_DADR126     0xF0012FCC          DMARAM Channel 126 Destination Address Register
DMA_ADICR126    0xF0012FD0          DMARAM Channel 126 Address and Interrupt Control Register
DMA_CHCFGR126   0xF0012FD4          DMARAM Channel 126 Configuration Register
DMA_SHADR126    0xF0012FD8          DMARAM Channel 126 Shadow Address Register
DMA_CHCSR126    0xF0012FDC          DMARAM Channel 126 Control and Status Register
DMA_RDCRCR127   0xF0012FE0          DMARAM Channel 127 Read Data CRC Register
DMA_SDCRCR127   0xF0012FE4          DMARAM Channel 127 Source and Destination Address CRC Register
DMA_SADR127     0xF0012FE8          DMARAM Channel 127 Source Address Register
DMA_DADR127     0xF0012FEC          DMARAM Channel 127 Destination Address Register
DMA_ADICR127    0xF0012FF0          DMARAM Channel 127 Address and Interrupt Control Register
DMA_CHCFGR127   0xF0012FF4          DMARAM Channel 127 Configuration Register
DMA_SHADR127    0xF0012FF8          DMARAM Channel 127 Shadow Address Register
DMA_CHCSR127    0xF0012FFC          DMARAM Channel 127 Control and Status Register
ERAY1_CLC       0xF0017000          Clock Control Register
ERAY1_CUST1     0xF0017004          Busy and Input Buffer Control Register
ERAY1_ID        0xF0017008          Module Identification Register
ERAY1_CUST3     0xF001700C          Customer Interface Timeout Counter Register
ERAY1_TEST1     0xF0017010          Test Register 1
ERAY1_TEST2     0xF0017014          Test Register 2
ERAY1_LCK       0xF001701C          Lock Register
ERAY1_EIR       0xF0017020          Error Service Request Select Register
ERAY1_SIR       0xF0017024          Status Service Request Register
ERAY1_EILS      0xF0017028          Error Service Request Line Select
ERAY1_SILS      0xF001702C          Status Service Request Line Select
ERAY1_EIES      0xF0017030          Error Service Request Enable Set
ERAY1_EIER      0xF0017034          Error Service Request Enable Reset
ERAY1_SIES      0xF0017038          Status Service Request Enable Set
ERAY1_SIER      0xF001703C          Status Service Request Enable Reset
ERAY1_ILE       0xF0017040          Service Request Line Enable
ERAY1_T0C       0xF0017044          Timer 0 Configuration
ERAY1_T1C       0xF0017048          Timer 1 Configuration
ERAY1_STPW1     0xF001704C          Stop Watch Register 1
ERAY1_STPW2     0xF0017050          Stop Watch Register 2
ERAY1_SUCC1     0xF0017080          SUC Configuration Register 1
ERAY1_SUCC2     0xF0017084          SUC Configuration Register 2
ERAY1_SUCC3     0xF0017088          SUC Configuration Register 3
ERAY1_NEMC      0xF001708C          NEM Configuration Register
ERAY1_PRTC1     0xF0017090          PRT Configuration Register 1
ERAY1_PRTC2     0xF0017094          PRT Configuration Register 2
ERAY1_MHDC      0xF0017098          MHD Configuration Register
ERAY1_GTUC01    0xF00170A0          GTU Configuration Register 1
ERAY1_GTUC02    0xF00170A4          GTU Configuration Register 2
ERAY1_GTUC03    0xF00170A8          GTU Configuration Register 3
ERAY1_GTUC04    0xF00170AC          GTU Configuration Register 4
ERAY1_GTUC05    0xF00170B0          GTU Configuration Register 5
ERAY1_GTUC06    0xF00170B4          GTU Configuration Register 6
ERAY1_GTUC07    0xF00170B8          GTU Configuration Register 7
ERAY1_GTUC08    0xF00170BC          GTU Configuration Register 8
ERAY1_GTUC09    0xF00170C0          GTU Configuration Register 9
ERAY1_GTUC10    0xF00170C4          GTU Configuration Register 10
ERAY1_GTUC11    0xF00170C8          GTU Configuration Register 11
ERAY1_CCSV      0xF0017100          Communication Controller Status Vector
ERAY1_CCEV      0xF0017104          Communication Controller Error Vector
ERAY1_SCV       0xF0017110          Slot Counter Value
ERAY1_MTCCV     0xF0017114          Macrotick and Cycle Counter Value
ERAY1_RCV       0xF0017118          Rate Correction Value
ERAY1_OCV       0xF001711C          Offset Correction Value
ERAY1_SFS       0xF0017120          SYNC Frame Status
ERAY1_SWNIT     0xF0017124          Symbol Window and Network Idle Time Status
ERAY1_ACS       0xF0017128          Aggregated Channel Status
ERAY1_ESID01    0xF0017130          Even Sync ID Symbol Window 1
ERAY1_ESID02    0xF0017134          Even Sync ID Symbol Window 2
ERAY1_ESID03    0xF0017138          Even Sync ID Symbol Window 3
ERAY1_ESID04    0xF001713C          Even Sync ID Symbol Window 4
ERAY1_ESID05    0xF0017140          Even Sync ID Symbol Window 5
ERAY1_ESID06    0xF0017144          Even Sync ID Symbol Window 6
ERAY1_ESID07    0xF0017148          Even Sync ID Symbol Window 7
ERAY1_ESID08    0xF001714C          Even Sync ID Symbol Window 8
ERAY1_ESID09    0xF0017150          Even Sync ID Symbol Window 9
ERAY1_ESID10    0xF0017154          Even Sync ID Symbol Window 10
ERAY1_ESID11    0xF0017158          Even Sync ID Symbol Window 11
ERAY1_ESID12    0xF001715C          Even Sync ID Symbol Window 12
ERAY1_ESID13    0xF0017160          Even Sync ID Symbol Window 13
ERAY1_ESID14    0xF0017164          Even Sync ID Symbol Window 14
ERAY1_ESID15    0xF0017168          Even Sync ID Symbol Window 15
ERAY1_OSID01    0xF0017170          Odd Sync ID Symbol Window 1
ERAY1_OSID02    0xF0017174          Odd Sync ID Symbol Window 2
ERAY1_OSID03    0xF0017178          Odd Sync ID Symbol Window 3
ERAY1_OSID04    0xF001717C          Odd Sync ID Symbol Window 4
ERAY1_OSID05    0xF0017180          Odd Sync ID Symbol Window 5
ERAY1_OSID06    0xF0017184          Odd Sync ID Symbol Window 6
ERAY1_OSID07    0xF0017188          Odd Sync ID Symbol Window 7
ERAY1_OSID08    0xF001718C          Odd Sync ID Symbol Window 8
ERAY1_OSID09    0xF0017190          Odd Sync ID Symbol Window 9
ERAY1_OSID10    0xF0017194          Odd Sync ID Symbol Window 10
ERAY1_OSID11    0xF0017198          Odd Sync ID Symbol Window 11
ERAY1_OSID12    0xF001719C          Odd Sync ID Symbol Window 12
ERAY1_OSID13    0xF00171A0          Odd Sync ID Symbol Window 13
ERAY1_OSID14    0xF00171A4          Odd Sync ID Symbol Window 14
ERAY1_OSID15    0xF00171A8          Odd Sync ID Symbol Window 15
ERAY1_NMV1      0xF00171B0          Network Management Vector 1
ERAY1_NMV2      0xF00171B4          Network Management Vector 2
ERAY1_NMV3      0xF00171B8          Network Management Vector 3
ERAY1_MRC       0xF0017300          Message RAM Configuration
ERAY1_FRF       0xF0017304          FIFO Rejection Filter
ERAY1_FRFM      0xF0017308          FIFO Rejection Filter Mask
ERAY1_FCL       0xF001730C          FIFO Critical Level
ERAY1_MHDS      0xF0017310          Message Handler Status
ERAY1_LDTS      0xF0017314          Last Dynamic Transmit Slot
ERAY1_FSR       0xF0017318          FIFO Status Register
ERAY1_MHDF      0xF001731C          Message Handler Constraints Flags
ERAY1_TXRQ1     0xF0017320          Transmission Request Register 1
ERAY1_TXRQ2     0xF0017324          Transmission Request Register 2
ERAY1_TXRQ3     0xF0017328          Transmission Request Register 3
ERAY1_TXRQ4     0xF001732C          Transmission Request Register 4
ERAY1_NDAT1     0xF0017330          New Data Register 1
ERAY1_NDAT2     0xF0017334          New Data Register 2
ERAY1_NDAT3     0xF0017338          New Data Register 3
ERAY1_NDAT4     0xF001733C          New Data Register 4
ERAY1_MBSC1     0xF0017340          Message Buffer Status Changed 1
ERAY1_MBSC2     0xF0017344          Message Buffer Status Changed 2
ERAY1_MBSC3     0xF0017348          Message Buffer Status Changed 3
ERAY1_MBSC4     0xF001734C          Message Buffer Status Changed 4
ERAY1_NDIC1     0xF00173A8          New Data Interrupt Control 1
ERAY1_NDIC2     0xF00173AC          New Data Interrupt Control 2
ERAY1_NDIC3     0xF00173B0          New Data Interrupt Control 3
ERAY1_NDIC4     0xF00173B4          New Data Interrupt Control 4
ERAY1_MSIC1     0xF00173B8          Message Buffer Status Changed Interrupt Control 1
ERAY1_MSIC2     0xF00173BC          Message Buffer Status Changed Interrupt Control 2
ERAY1_MSIC3     0xF00173C0          Message Buffer Status Changed Interrupt Control 3
ERAY1_MSIC4     0xF00173C4          Message Buffer Status Changed Interrupt Control 4
ERAY1_CREL      0xF00173F0          Core Release Register
ERAY1_ENDN      0xF00173F4          Endian Register
ERAY1_WRDS01    0xF0017400          Write Data Section 1
ERAY1_WRDS02    0xF0017404          Write Data Section 2
ERAY1_WRDS03    0xF0017408          Write Data Section 3
ERAY1_WRDS04    0xF001740C          Write Data Section 4
ERAY1_WRDS05    0xF0017410          Write Data Section 5
ERAY1_WRDS06    0xF0017414          Write Data Section 6
ERAY1_WRDS07    0xF0017418          Write Data Section 7
ERAY1_WRDS08    0xF001741C          Write Data Section 8
ERAY1_WRDS09    0xF0017420          Write Data Section 9
ERAY1_WRDS10    0xF0017424          Write Data Section 10
ERAY1_WRDS11    0xF0017428          Write Data Section 11
ERAY1_WRDS12    0xF001742C          Write Data Section 12
ERAY1_WRDS13    0xF0017430          Write Data Section 13
ERAY1_WRDS14    0xF0017434          Write Data Section 14
ERAY1_WRDS15    0xF0017438          Write Data Section 15
ERAY1_WRDS16    0xF001743C          Write Data Section 16
ERAY1_WRDS17    0xF0017440          Write Data Section 17
ERAY1_WRDS18    0xF0017444          Write Data Section 18
ERAY1_WRDS19    0xF0017448          Write Data Section 19
ERAY1_WRDS20    0xF001744C          Write Data Section 20
ERAY1_WRDS21    0xF0017450          Write Data Section 21
ERAY1_WRDS22    0xF0017454          Write Data Section 22
ERAY1_WRDS23    0xF0017458          Write Data Section 23
ERAY1_WRDS24    0xF001745C          Write Data Section 24
ERAY1_WRDS25    0xF0017460          Write Data Section 25
ERAY1_WRDS26    0xF0017464          Write Data Section 26
ERAY1_WRDS27    0xF0017468          Write Data Section 27
ERAY1_WRDS28    0xF001746C          Write Data Section 28
ERAY1_WRDS29    0xF0017470          Write Data Section 29
ERAY1_WRDS30    0xF0017474          Write Data Section 30
ERAY1_WRDS31    0xF0017478          Write Data Section 31
ERAY1_WRDS32    0xF001747C          Write Data Section 32
ERAY1_WRDS33    0xF0017480          Write Data Section 33
ERAY1_WRDS34    0xF0017484          Write Data Section 34
ERAY1_WRDS35    0xF0017488          Write Data Section 35
ERAY1_WRDS36    0xF001748C          Write Data Section 36
ERAY1_WRDS37    0xF0017490          Write Data Section 37
ERAY1_WRDS38    0xF0017494          Write Data Section 38
ERAY1_WRDS39    0xF0017498          Write Data Section 39
ERAY1_WRDS40    0xF001749C          Write Data Section 40
ERAY1_WRDS41    0xF00174A0          Write Data Section 41
ERAY1_WRDS42    0xF00174A4          Write Data Section 42
ERAY1_WRDS43    0xF00174A8          Write Data Section 43
ERAY1_WRDS44    0xF00174AC          Write Data Section 44
ERAY1_WRDS45    0xF00174B0          Write Data Section 45
ERAY1_WRDS46    0xF00174B4          Write Data Section 46
ERAY1_WRDS47    0xF00174B8          Write Data Section 47
ERAY1_WRDS48    0xF00174BC          Write Data Section 48
ERAY1_WRDS49    0xF00174C0          Write Data Section 49
ERAY1_WRDS50    0xF00174C4          Write Data Section 50
ERAY1_WRDS51    0xF00174C8          Write Data Section 51
ERAY1_WRDS52    0xF00174CC          Write Data Section 52
ERAY1_WRDS53    0xF00174D0          Write Data Section 53
ERAY1_WRDS54    0xF00174D4          Write Data Section 54
ERAY1_WRDS55    0xF00174D8          Write Data Section 55
ERAY1_WRDS56    0xF00174DC          Write Data Section 56
ERAY1_WRDS57    0xF00174E0          Write Data Section 57
ERAY1_WRDS58    0xF00174E4          Write Data Section 58
ERAY1_WRDS59    0xF00174E8          Write Data Section 59
ERAY1_WRDS60    0xF00174EC          Write Data Section 60
ERAY1_WRDS61    0xF00174F0          Write Data Section 61
ERAY1_WRDS62    0xF00174F4          Write Data Section 62
ERAY1_WRDS63    0xF00174F8          Write Data Section 63
ERAY1_WRDS64    0xF00174FC          Write Data Section 64
ERAY1_WRHS1     0xF0017500          Write Header Section 1
ERAY1_WRHS2     0xF0017504          Write Header Section 2
ERAY1_WRHS3     0xF0017508          Write Header Section 3
ERAY1_IBCM      0xF0017510          Input Buffer Command Mask
ERAY1_IBCR      0xF0017514          Input Buffer Command Request
ERAY1_RDDS01    0xF0017600          Read Data Section 1
ERAY1_RDDS02    0xF0017604          Read Data Section 2
ERAY1_RDDS03    0xF0017608          Read Data Section 3
ERAY1_RDDS04    0xF001760C          Read Data Section 4
ERAY1_RDDS05    0xF0017610          Read Data Section 5
ERAY1_RDDS06    0xF0017614          Read Data Section 6
ERAY1_RDDS07    0xF0017618          Read Data Section 7
ERAY1_RDDS08    0xF001761C          Read Data Section 8
ERAY1_RDDS09    0xF0017620          Read Data Section 9
ERAY1_RDDS10    0xF0017624          Read Data Section 10
ERAY1_RDDS11    0xF0017628          Read Data Section 11
ERAY1_RDDS12    0xF001762C          Read Data Section 12
ERAY1_RDDS13    0xF0017630          Read Data Section 13
ERAY1_RDDS14    0xF0017634          Read Data Section 14
ERAY1_RDDS15    0xF0017638          Read Data Section 15
ERAY1_RDDS16    0xF001763C          Read Data Section 16
ERAY1_RDDS17    0xF0017640          Read Data Section 17
ERAY1_RDDS18    0xF0017644          Read Data Section 18
ERAY1_RDDS19    0xF0017648          Read Data Section 19
ERAY1_RDDS20    0xF001764C          Read Data Section 20
ERAY1_RDDS21    0xF0017650          Read Data Section 21
ERAY1_RDDS22    0xF0017654          Read Data Section 22
ERAY1_RDDS23    0xF0017658          Read Data Section 23
ERAY1_RDDS24    0xF001765C          Read Data Section 24
ERAY1_RDDS25    0xF0017660          Read Data Section 25
ERAY1_RDDS26    0xF0017664          Read Data Section 26
ERAY1_RDDS27    0xF0017668          Read Data Section 27
ERAY1_RDDS28    0xF001766C          Read Data Section 28
ERAY1_RDDS29    0xF0017670          Read Data Section 29
ERAY1_RDDS30    0xF0017674          Read Data Section 30
ERAY1_RDDS31    0xF0017678          Read Data Section 31
ERAY1_RDDS32    0xF001767C          Read Data Section 32
ERAY1_RDDS33    0xF0017680          Read Data Section 33
ERAY1_RDDS34    0xF0017684          Read Data Section 34
ERAY1_RDDS35    0xF0017688          Read Data Section 35
ERAY1_RDDS36    0xF001768C          Read Data Section 36
ERAY1_RDDS37    0xF0017690          Read Data Section 37
ERAY1_RDDS38    0xF0017694          Read Data Section 38
ERAY1_RDDS39    0xF0017698          Read Data Section 39
ERAY1_RDDS40    0xF001769C          Read Data Section 40
ERAY1_RDDS41    0xF00176A0          Read Data Section 41
ERAY1_RDDS42    0xF00176A4          Read Data Section 42
ERAY1_RDDS43    0xF00176A8          Read Data Section 43
ERAY1_RDDS44    0xF00176AC          Read Data Section 44
ERAY1_RDDS45    0xF00176B0          Read Data Section 45
ERAY1_RDDS46    0xF00176B4          Read Data Section 46
ERAY1_RDDS47    0xF00176B8          Read Data Section 47
ERAY1_RDDS48    0xF00176BC          Read Data Section 48
ERAY1_RDDS49    0xF00176C0          Read Data Section 49
ERAY1_RDDS50    0xF00176C4          Read Data Section 50
ERAY1_RDDS51    0xF00176C8          Read Data Section 51
ERAY1_RDDS52    0xF00176CC          Read Data Section 52
ERAY1_RDDS53    0xF00176D0          Read Data Section 53
ERAY1_RDDS54    0xF00176D4          Read Data Section 54
ERAY1_RDDS55    0xF00176D8          Read Data Section 55
ERAY1_RDDS56    0xF00176DC          Read Data Section 56
ERAY1_RDDS57    0xF00176E0          Read Data Section 57
ERAY1_RDDS58    0xF00176E4          Read Data Section 58
ERAY1_RDDS59    0xF00176E8          Read Data Section 59
ERAY1_RDDS60    0xF00176EC          Read Data Section 60
ERAY1_RDDS61    0xF00176F0          Read Data Section 61
ERAY1_RDDS62    0xF00176F4          Read Data Section 62
ERAY1_RDDS63    0xF00176F8          Read Data Section 63
ERAY1_RDDS64    0xF00176FC          Read Data Section 64
ERAY1_RDHS1     0xF0017700          Read Header Section 1
ERAY1_RDHS2     0xF0017704          Read Header Section 2
ERAY1_RDHS3     0xF0017708          Read Header Section 3
ERAY1_MBS       0xF001770C          Message Buffer Status
ERAY1_OBCM      0xF0017710          Output Buffer Command Mask
ERAY1_OBCR      0xF0017714          Output Buffer Command Request
ERAY1_OTSS      0xF0017870          OCDS Trigger Set Select
ERAY1_OCS       0xF00178E8          OCDS Control and Status
ERAY1_KRSTCLR   0xF00178EC          Kernel Reset Status Clear Register
ERAY1_KRST1     0xF00178F0          Kernel Reset Register 1
ERAY1_KRST0     0xF00178F4          Kernel Reset Register 0
ERAY1_ACCEN0    0xF00178FC          Access Enable Register 0
ERAY0_CLC       0xF001C000          Clock Control Register
ERAY0_CUST1     0xF001C004          Busy and Input Buffer Control Register
ERAY0_ID        0xF001C008          Module Identification Register
ERAY0_CUST3     0xF001C00C          Customer Interface Timeout Counter Register
ERAY0_TEST1     0xF001C010          Test Register 1
ERAY0_TEST2     0xF001C014          Test Register 2
ERAY0_LCK       0xF001C01C          Lock Register
ERAY0_EIR       0xF001C020          Error Service Request Select Register
ERAY0_SIR       0xF001C024          Status Service Request Register
ERAY0_EILS      0xF001C028          Error Service Request Line Select
ERAY0_SILS      0xF001C02C          Status Service Request Line Select
ERAY0_EIES      0xF001C030          Error Service Request Enable Set
ERAY0_EIER      0xF001C034          Error Service Request Enable Reset
ERAY0_SIES      0xF001C038          Status Service Request Enable Set
ERAY0_SIER      0xF001C03C          Status Service Request Enable Reset
ERAY0_ILE       0xF001C040          Service Request Line Enable
ERAY0_T0C       0xF001C044          Timer 0 Configuration
ERAY0_T1C       0xF001C048          Timer 1 Configuration
ERAY0_STPW1     0xF001C04C          Stop Watch Register 1
ERAY0_STPW2     0xF001C050          Stop Watch Register 2
ERAY0_SUCC1     0xF001C080          SUC Configuration Register 1
ERAY0_SUCC2     0xF001C084          SUC Configuration Register 2
ERAY0_SUCC3     0xF001C088          SUC Configuration Register 3
ERAY0_NEMC      0xF001C08C          NEM Configuration Register
ERAY0_PRTC1     0xF001C090          PRT Configuration Register 1
ERAY0_PRTC2     0xF001C094          PRT Configuration Register 2
ERAY0_MHDC      0xF001C098          MHD Configuration Register
ERAY0_GTUC01    0xF001C0A0          GTU Configuration Register 1
ERAY0_GTUC02    0xF001C0A4          GTU Configuration Register 2
ERAY0_GTUC03    0xF001C0A8          GTU Configuration Register 3
ERAY0_GTUC04    0xF001C0AC          GTU Configuration Register 4
ERAY0_GTUC05    0xF001C0B0          GTU Configuration Register 5
ERAY0_GTUC06    0xF001C0B4          GTU Configuration Register 6
ERAY0_GTUC07    0xF001C0B8          GTU Configuration Register 7
ERAY0_GTUC08    0xF001C0BC          GTU Configuration Register 8
ERAY0_GTUC09    0xF001C0C0          GTU Configuration Register 9
ERAY0_GTUC10    0xF001C0C4          GTU Configuration Register 10
ERAY0_GTUC11    0xF001C0C8          GTU Configuration Register 11
ERAY0_CCSV      0xF001C100          Communication Controller Status Vector
ERAY0_CCEV      0xF001C104          Communication Controller Error Vector
ERAY0_SCV       0xF001C110          Slot Counter Value
ERAY0_MTCCV     0xF001C114          Macrotick and Cycle Counter Value
ERAY0_RCV       0xF001C118          Rate Correction Value
ERAY0_OCV       0xF001C11C          Offset Correction Value
ERAY0_SFS       0xF001C120          SYNC Frame Status
ERAY0_SWNIT     0xF001C124          Symbol Window and Network Idle Time Status
ERAY0_ACS       0xF001C128          Aggregated Channel Status
ERAY0_ESID01    0xF001C130          Even Sync ID Symbol Window 1
ERAY0_ESID02    0xF001C134          Even Sync ID Symbol Window 2
ERAY0_ESID03    0xF001C138          Even Sync ID Symbol Window 3
ERAY0_ESID04    0xF001C13C          Even Sync ID Symbol Window 4
ERAY0_ESID05    0xF001C140          Even Sync ID Symbol Window 5
ERAY0_ESID06    0xF001C144          Even Sync ID Symbol Window 6
ERAY0_ESID07    0xF001C148          Even Sync ID Symbol Window 7
ERAY0_ESID08    0xF001C14C          Even Sync ID Symbol Window 8
ERAY0_ESID09    0xF001C150          Even Sync ID Symbol Window 9
ERAY0_ESID10    0xF001C154          Even Sync ID Symbol Window 10
ERAY0_ESID11    0xF001C158          Even Sync ID Symbol Window 11
ERAY0_ESID12    0xF001C15C          Even Sync ID Symbol Window 12
ERAY0_ESID13    0xF001C160          Even Sync ID Symbol Window 13
ERAY0_ESID14    0xF001C164          Even Sync ID Symbol Window 14
ERAY0_ESID15    0xF001C168          Even Sync ID Symbol Window 15
ERAY0_OSID01    0xF001C170          Odd Sync ID Symbol Window 1
ERAY0_OSID02    0xF001C174          Odd Sync ID Symbol Window 2
ERAY0_OSID03    0xF001C178          Odd Sync ID Symbol Window 3
ERAY0_OSID04    0xF001C17C          Odd Sync ID Symbol Window 4
ERAY0_OSID05    0xF001C180          Odd Sync ID Symbol Window 5
ERAY0_OSID06    0xF001C184          Odd Sync ID Symbol Window 6
ERAY0_OSID07    0xF001C188          Odd Sync ID Symbol Window 7
ERAY0_OSID08    0xF001C18C          Odd Sync ID Symbol Window 8
ERAY0_OSID09    0xF001C190          Odd Sync ID Symbol Window 9
ERAY0_OSID10    0xF001C194          Odd Sync ID Symbol Window 10
ERAY0_OSID11    0xF001C198          Odd Sync ID Symbol Window 11
ERAY0_OSID12    0xF001C19C          Odd Sync ID Symbol Window 12
ERAY0_OSID13    0xF001C1A0          Odd Sync ID Symbol Window 13
ERAY0_OSID14    0xF001C1A4          Odd Sync ID Symbol Window 14
ERAY0_OSID15    0xF001C1A8          Odd Sync ID Symbol Window 15
ERAY0_NMV1      0xF001C1B0          Network Management Vector 1
ERAY0_NMV2      0xF001C1B4          Network Management Vector 2
ERAY0_NMV3      0xF001C1B8          Network Management Vector 3
ERAY0_MRC       0xF001C300          Message RAM Configuration
ERAY0_FRF       0xF001C304          FIFO Rejection Filter
ERAY0_FRFM      0xF001C308          FIFO Rejection Filter Mask
ERAY0_FCL       0xF001C30C          FIFO Critical Level
ERAY0_MHDS      0xF001C310          Message Handler Status
ERAY0_LDTS      0xF001C314          Last Dynamic Transmit Slot
ERAY0_FSR       0xF001C318          FIFO Status Register
ERAY0_MHDF      0xF001C31C          Message Handler Constraints Flags
ERAY0_TXRQ1     0xF001C320          Transmission Request Register 1
ERAY0_TXRQ2     0xF001C324          Transmission Request Register 2
ERAY0_TXRQ3     0xF001C328          Transmission Request Register 3
ERAY0_TXRQ4     0xF001C32C          Transmission Request Register 4
ERAY0_NDAT1     0xF001C330          New Data Register 1
ERAY0_NDAT2     0xF001C334          New Data Register 2
ERAY0_NDAT3     0xF001C338          New Data Register 3
ERAY0_NDAT4     0xF001C33C          New Data Register 4
ERAY0_MBSC1     0xF001C340          Message Buffer Status Changed 1
ERAY0_MBSC2     0xF001C344          Message Buffer Status Changed 2
ERAY0_MBSC3     0xF001C348          Message Buffer Status Changed 3
ERAY0_MBSC4     0xF001C34C          Message Buffer Status Changed 4
ERAY0_NDIC1     0xF001C3A8          New Data Interrupt Control 1
ERAY0_NDIC2     0xF001C3AC          New Data Interrupt Control 2
ERAY0_NDIC3     0xF001C3B0          New Data Interrupt Control 3
ERAY0_NDIC4     0xF001C3B4          New Data Interrupt Control 4
ERAY0_MSIC1     0xF001C3B8          Message Buffer Status Changed Interrupt Control 1
ERAY0_MSIC2     0xF001C3BC          Message Buffer Status Changed Interrupt Control 2
ERAY0_MSIC3     0xF001C3C0          Message Buffer Status Changed Interrupt Control 3
ERAY0_MSIC4     0xF001C3C4          Message Buffer Status Changed Interrupt Control 4
ERAY0_CREL      0xF001C3F0          Core Release Register
ERAY0_ENDN      0xF001C3F4          Endian Register
ERAY0_WRDS01    0xF001C400          Write Data Section 1
ERAY0_WRDS02    0xF001C404          Write Data Section 2
ERAY0_WRDS03    0xF001C408          Write Data Section 3
ERAY0_WRDS04    0xF001C40C          Write Data Section 4
ERAY0_WRDS05    0xF001C410          Write Data Section 5
ERAY0_WRDS06    0xF001C414          Write Data Section 6
ERAY0_WRDS07    0xF001C418          Write Data Section 7
ERAY0_WRDS08    0xF001C41C          Write Data Section 8
ERAY0_WRDS09    0xF001C420          Write Data Section 9
ERAY0_WRDS10    0xF001C424          Write Data Section 10
ERAY0_WRDS11    0xF001C428          Write Data Section 11
ERAY0_WRDS12    0xF001C42C          Write Data Section 12
ERAY0_WRDS13    0xF001C430          Write Data Section 13
ERAY0_WRDS14    0xF001C434          Write Data Section 14
ERAY0_WRDS15    0xF001C438          Write Data Section 15
ERAY0_WRDS16    0xF001C43C          Write Data Section 16
ERAY0_WRDS17    0xF001C440          Write Data Section 17
ERAY0_WRDS18    0xF001C444          Write Data Section 18
ERAY0_WRDS19    0xF001C448          Write Data Section 19
ERAY0_WRDS20    0xF001C44C          Write Data Section 20
ERAY0_WRDS21    0xF001C450          Write Data Section 21
ERAY0_WRDS22    0xF001C454          Write Data Section 22
ERAY0_WRDS23    0xF001C458          Write Data Section 23
ERAY0_WRDS24    0xF001C45C          Write Data Section 24
ERAY0_WRDS25    0xF001C460          Write Data Section 25
ERAY0_WRDS26    0xF001C464          Write Data Section 26
ERAY0_WRDS27    0xF001C468          Write Data Section 27
ERAY0_WRDS28    0xF001C46C          Write Data Section 28
ERAY0_WRDS29    0xF001C470          Write Data Section 29
ERAY0_WRDS30    0xF001C474          Write Data Section 30
ERAY0_WRDS31    0xF001C478          Write Data Section 31
ERAY0_WRDS32    0xF001C47C          Write Data Section 32
ERAY0_WRDS33    0xF001C480          Write Data Section 33
ERAY0_WRDS34    0xF001C484          Write Data Section 34
ERAY0_WRDS35    0xF001C488          Write Data Section 35
ERAY0_WRDS36    0xF001C48C          Write Data Section 36
ERAY0_WRDS37    0xF001C490          Write Data Section 37
ERAY0_WRDS38    0xF001C494          Write Data Section 38
ERAY0_WRDS39    0xF001C498          Write Data Section 39
ERAY0_WRDS40    0xF001C49C          Write Data Section 40
ERAY0_WRDS41    0xF001C4A0          Write Data Section 41
ERAY0_WRDS42    0xF001C4A4          Write Data Section 42
ERAY0_WRDS43    0xF001C4A8          Write Data Section 43
ERAY0_WRDS44    0xF001C4AC          Write Data Section 44
ERAY0_WRDS45    0xF001C4B0          Write Data Section 45
ERAY0_WRDS46    0xF001C4B4          Write Data Section 46
ERAY0_WRDS47    0xF001C4B8          Write Data Section 47
ERAY0_WRDS48    0xF001C4BC          Write Data Section 48
ERAY0_WRDS49    0xF001C4C0          Write Data Section 49
ERAY0_WRDS50    0xF001C4C4          Write Data Section 50
ERAY0_WRDS51    0xF001C4C8          Write Data Section 51
ERAY0_WRDS52    0xF001C4CC          Write Data Section 52
ERAY0_WRDS53    0xF001C4D0          Write Data Section 53
ERAY0_WRDS54    0xF001C4D4          Write Data Section 54
ERAY0_WRDS55    0xF001C4D8          Write Data Section 55
ERAY0_WRDS56    0xF001C4DC          Write Data Section 56
ERAY0_WRDS57    0xF001C4E0          Write Data Section 57
ERAY0_WRDS58    0xF001C4E4          Write Data Section 58
ERAY0_WRDS59    0xF001C4E8          Write Data Section 59
ERAY0_WRDS60    0xF001C4EC          Write Data Section 60
ERAY0_WRDS61    0xF001C4F0          Write Data Section 61
ERAY0_WRDS62    0xF001C4F4          Write Data Section 62
ERAY0_WRDS63    0xF001C4F8          Write Data Section 63
ERAY0_WRDS64    0xF001C4FC          Write Data Section 64
ERAY0_WRHS1     0xF001C500          Write Header Section 1
ERAY0_WRHS2     0xF001C504          Write Header Section 2
ERAY0_WRHS3     0xF001C508          Write Header Section 3
ERAY0_IBCM      0xF001C510          Input Buffer Command Mask
ERAY0_IBCR      0xF001C514          Input Buffer Command Request
ERAY0_RDDS01    0xF001C600          Read Data Section 1
ERAY0_RDDS02    0xF001C604          Read Data Section 2
ERAY0_RDDS03    0xF001C608          Read Data Section 3
ERAY0_RDDS04    0xF001C60C          Read Data Section 4
ERAY0_RDDS05    0xF001C610          Read Data Section 5
ERAY0_RDDS06    0xF001C614          Read Data Section 6
ERAY0_RDDS07    0xF001C618          Read Data Section 7
ERAY0_RDDS08    0xF001C61C          Read Data Section 8
ERAY0_RDDS09    0xF001C620          Read Data Section 9
ERAY0_RDDS10    0xF001C624          Read Data Section 10
ERAY0_RDDS11    0xF001C628          Read Data Section 11
ERAY0_RDDS12    0xF001C62C          Read Data Section 12
ERAY0_RDDS13    0xF001C630          Read Data Section 13
ERAY0_RDDS14    0xF001C634          Read Data Section 14
ERAY0_RDDS15    0xF001C638          Read Data Section 15
ERAY0_RDDS16    0xF001C63C          Read Data Section 16
ERAY0_RDDS17    0xF001C640          Read Data Section 17
ERAY0_RDDS18    0xF001C644          Read Data Section 18
ERAY0_RDDS19    0xF001C648          Read Data Section 19
ERAY0_RDDS20    0xF001C64C          Read Data Section 20
ERAY0_RDDS21    0xF001C650          Read Data Section 21
ERAY0_RDDS22    0xF001C654          Read Data Section 22
ERAY0_RDDS23    0xF001C658          Read Data Section 23
ERAY0_RDDS24    0xF001C65C          Read Data Section 24
ERAY0_RDDS25    0xF001C660          Read Data Section 25
ERAY0_RDDS26    0xF001C664          Read Data Section 26
ERAY0_RDDS27    0xF001C668          Read Data Section 27
ERAY0_RDDS28    0xF001C66C          Read Data Section 28
ERAY0_RDDS29    0xF001C670          Read Data Section 29
ERAY0_RDDS30    0xF001C674          Read Data Section 30
ERAY0_RDDS31    0xF001C678          Read Data Section 31
ERAY0_RDDS32    0xF001C67C          Read Data Section 32
ERAY0_RDDS33    0xF001C680          Read Data Section 33
ERAY0_RDDS34    0xF001C684          Read Data Section 34
ERAY0_RDDS35    0xF001C688          Read Data Section 35
ERAY0_RDDS36    0xF001C68C          Read Data Section 36
ERAY0_RDDS37    0xF001C690          Read Data Section 37
ERAY0_RDDS38    0xF001C694          Read Data Section 38
ERAY0_RDDS39    0xF001C698          Read Data Section 39
ERAY0_RDDS40    0xF001C69C          Read Data Section 40
ERAY0_RDDS41    0xF001C6A0          Read Data Section 41
ERAY0_RDDS42    0xF001C6A4          Read Data Section 42
ERAY0_RDDS43    0xF001C6A8          Read Data Section 43
ERAY0_RDDS44    0xF001C6AC          Read Data Section 44
ERAY0_RDDS45    0xF001C6B0          Read Data Section 45
ERAY0_RDDS46    0xF001C6B4          Read Data Section 46
ERAY0_RDDS47    0xF001C6B8          Read Data Section 47
ERAY0_RDDS48    0xF001C6BC          Read Data Section 48
ERAY0_RDDS49    0xF001C6C0          Read Data Section 49
ERAY0_RDDS50    0xF001C6C4          Read Data Section 50
ERAY0_RDDS51    0xF001C6C8          Read Data Section 51
ERAY0_RDDS52    0xF001C6CC          Read Data Section 52
ERAY0_RDDS53    0xF001C6D0          Read Data Section 53
ERAY0_RDDS54    0xF001C6D4          Read Data Section 54
ERAY0_RDDS55    0xF001C6D8          Read Data Section 55
ERAY0_RDDS56    0xF001C6DC          Read Data Section 56
ERAY0_RDDS57    0xF001C6E0          Read Data Section 57
ERAY0_RDDS58    0xF001C6E4          Read Data Section 58
ERAY0_RDDS59    0xF001C6E8          Read Data Section 59
ERAY0_RDDS60    0xF001C6EC          Read Data Section 60
ERAY0_RDDS61    0xF001C6F0          Read Data Section 61
ERAY0_RDDS62    0xF001C6F4          Read Data Section 62
ERAY0_RDDS63    0xF001C6F8          Read Data Section 63
ERAY0_RDDS64    0xF001C6FC          Read Data Section 64
ERAY0_RDHS1     0xF001C700          Read Header Section 1
ERAY0_RDHS2     0xF001C704          Read Header Section 2
ERAY0_RDHS3     0xF001C708          Read Header Section 3
ERAY0_MBS       0xF001C70C          Message Buffer Status
ERAY0_OBCM      0xF001C710          Output Buffer Command Mask
ERAY0_OBCR      0xF001C714          Output Buffer Command Request
ERAY0_OTSS      0xF001C870          OCDS Trigger Set Select
ERAY0_OCS       0xF001C8E8          OCDS Control and Status
ERAY0_KRSTCLR   0xF001C8EC          Kernel Reset Status Clear Register
ERAY0_KRST1     0xF001C8F0          Kernel Reset Register 1
ERAY0_KRST0     0xF001C8F4          Kernel Reset Register 0
ERAY0_ACCEN0    0xF001C8FC          Access Enable Register 0
GETH_MAC_CONFIGURATION 0xF001D000          MAC Configuration Register
GETH_MAC_EXT_CONFIGURATION 0xF001D004          MAC Extended Configuration Register
GETH_MAC_PACKET_FILTER 0xF001D008          MAC Packet Filter Register
GETH_MAC_WATCHDOG_TIMEOUT 0xF001D00C          MAC Watchdog Timeout Register
GETH_MAC_VLAN_TAG_CTRL 0xF001D050          MAC VLAN Tag Control Register
GETH_MAC_VLAN_TAG_DATA 0xF001D054          MAC VLAN Tag Data Register
GETH_MAC_VLAN_HASH_TABLE 0xF001D058          MAC VLAN Hash Table Register
GETH_MAC_VLAN_INCL 0xF001D060          MAC VLAN Tag Inclusion or Replacement Register
GETH_MAC_INNER_VLAN_INCL 0xF001D064          MAC Inner VLAN Tag Inclus0on or Replacement Register
GETH_MAC_Q0_TX_FLOW_CTRL 0xF001D070          MAC Flow Control Register
GETH_MAC_RX_FLOW_CTRL 0xF001D090          MAC Receive Flow Control Register
GETH_MAC_RxQ_CTRL4 0xF001D094          MAC Receive Queue Control 4 register
GETH_MAC_RXQ_CTRL0 0xF001D0A0          MAC Receive Queue Control 0 Register
GETH_MAC_RXQ_CTRL1 0xF001D0A4          MAC Receive Queue Control 1 Register
GETH_MAC_RXQ_CTRL2 0xF001D0A8          MAC Receive Queue Control 2 Register
GETH_MAC_INTERRUPT_STATUS 0xF001D0B0          MAC Interrupt Status Register
GETH_MAC_INTERRUPT_ENABLE 0xF001D0B4          MAC Interrupt Enable Register
GETH_MAC_RX_TX_STATUS 0xF001D0B8          MAC Receive Transmit Status Register
GETH_MAC_PMT_CONTROL_STATUS 0xF001D0C0          MAC PMT Control and Status Register
GETH_MAC_LPI_CONTROL_STATUS 0xF001D0D0          MAC LPI Control and Status Register
GETH_MAC_LPI_TIMERS_CONTROL 0xF001D0D4          MAC LPI Timers Control Register
GETH_MAC_LPI_ENTRY_TIMER 0xF001D0D8          MAC LPI Entry Timer Register
GETH_MAC_1US_TIC_COUNTER 0xF001D0DC          MAC One Microsecond Tic Counter Register
GETH_MAC_PHYIF_CONTROL_STATUS 0xF001D0F8          MAC PHY Interface Control and Status Register
GETH_MAC_VERSION 0xF001D110          MAC Version Register
GETH_MAC_DEBUG  0xF001D114          MAC Debug Register
GETH_MAC_HW_FEATURE0 0xF001D11C          MAC Hardware Feature Register 0
GETH_MAC_HW_FEATURE1 0xF001D120          MAC Hardware Feature Register 1
GETH_MAC_HW_FEATURE2 0xF001D124          MAC Hardware Feature Register 2
GETH_MAC_HW_FEATURE3 0xF001D128          MAC Hardware Feature Register 3
GETH_MAC_MDIO_ADDRESS 0xF001D200          MAC MDIO Address Register
GETH_MAC_MDIO_DATA 0xF001D204          MAC MDIO Data Register
GETH_MAC_CSR_SW_CTRL 0xF001D230          MAC CSR Software Controls Register
GETH_MAC_ADDRESS0_HIGH 0xF001D300          MAC Address 0 High Register
GETH_MAC_ADDRESS0_LOW 0xF001D304          MAC Address 0 Low Register
GETH_MAC_ADDRESS1_HIGH 0xF001D308          MAC Address 1 High Register
GETH_MAC_ADDRESS1_LOW 0xF001D30C          MAC Address 1 Low Register
GETH_MAC_ADDRESS2_HIGH 0xF001D310          MAC Address 2 High Register
GETH_MAC_ADDRESS2_LOW 0xF001D314          MAC Address 2 Low Register
GETH_MAC_ADDRESS3_HIGH 0xF001D318          MAC Address 3 High Register
GETH_MAC_ADDRESS3_LOW 0xF001D31C          MAC Address 3 Low Register
GETH_MAC_ADDRESS4_HIGH 0xF001D320          MAC Address 4 High Register
GETH_MAC_ADDRESS4_LOW 0xF001D324          MAC Address 4 Low Register
GETH_MAC_ADDRESS5_HIGH 0xF001D328          MAC Address 5 High Register
GETH_MAC_ADDRESS5_LOW 0xF001D32C          MAC Address 5 Low Register
GETH_MAC_ADDRESS6_HIGH 0xF001D330          MAC Address 6 High Register
GETH_MAC_ADDRESS6_LOW 0xF001D334          MAC Address 6 Low Register
GETH_MAC_ADDRESS7_HIGH 0xF001D338          MAC Address 7 High Register
GETH_MAC_ADDRESS7_LOW 0xF001D33C          MAC Address 7 Low Register
GETH_MAC_ADDRESS8_HIGH 0xF001D340          MAC Address 8 High Register
GETH_MAC_ADDRESS8_LOW 0xF001D344          MAC Address 8 Low Register
GETH_MAC_ADDRESS9_HIGH 0xF001D348          MAC Address 9 High Register
GETH_MAC_ADDRESS9_LOW 0xF001D34C          MAC Address 9 Low Register
GETH_MAC_ADDRESS10_HIGH 0xF001D350          MAC Address 10 High Register
GETH_MAC_ADDRESS10_LOW 0xF001D354          MAC Address 10 Low Register
GETH_MAC_ADDRESS11_HIGH 0xF001D358          MAC Address 11 High Register
GETH_MAC_ADDRESS11_LOW 0xF001D35C          MAC Address 11 Low Register
GETH_MAC_ADDRESS12_HIGH 0xF001D360          MAC Address 12 High Register
GETH_MAC_ADDRESS12_LOW 0xF001D364          MAC Address 12 Low Register
GETH_MAC_ADDRESS13_HIGH 0xF001D368          MAC Address 13 High Register
GETH_MAC_ADDRESS13_LOW 0xF001D36C          MAC Address 13 Low Register
GETH_MAC_ADDRESS14_HIGH 0xF001D370          MAC Address 14 High Register
GETH_MAC_ADDRESS14_LOW 0xF001D374          MAC Address 14 Low Register
GETH_MAC_ADDRESS15_HIGH 0xF001D378          MAC Address 15 High Register
GETH_MAC_ADDRESS15_LOW 0xF001D37C          MAC Address 15 Low Register
GETH_MAC_ADDRESS16_HIGH 0xF001D380          MAC Address 16 High Register
GETH_MAC_ADDRESS16_LOW 0xF001D384          MAC Address 16 Low Register
GETH_MAC_ADDRESS17_HIGH 0xF001D388          MAC Address 17 High Register
GETH_MAC_ADDRESS17_LOW 0xF001D38C          MAC Address 17 Low Register
GETH_MAC_ADDRESS18_HIGH 0xF001D390          MAC Address 18 High Register
GETH_MAC_ADDRESS18_LOW 0xF001D394          MAC Address 18 Low Register
GETH_MAC_ADDRESS19_HIGH 0xF001D398          MAC Address 19 High Register
GETH_MAC_ADDRESS19_LOW 0xF001D39C          MAC Address 19 Low Register
GETH_MAC_ADDRESS20_HIGH 0xF001D3A0          MAC Address 20 High Register
GETH_MAC_ADDRESS20_LOW 0xF001D3A4          MAC Address 20 Low Register
GETH_MAC_ADDRESS21_HIGH 0xF001D3A8          MAC Address 21 High Register
GETH_MAC_ADDRESS21_LOW 0xF001D3AC          MAC Address 21 Low Register
GETH_MAC_ADDRESS22_HIGH 0xF001D3B0          MAC Address 22 High Register
GETH_MAC_ADDRESS22_LOW 0xF001D3B4          MAC Address 22 Low Register
GETH_MAC_ADDRESS23_HIGH 0xF001D3B8          MAC Address 23 High Register
GETH_MAC_ADDRESS23_LOW 0xF001D3BC          MAC Address 23 Low Register
GETH_MAC_ADDRESS24_HIGH 0xF001D3C0          MAC Address 24 High Register
GETH_MAC_ADDRESS24_LOW 0xF001D3C4          MAC Address 24 Low Register
GETH_MAC_ADDRESS25_HIGH 0xF001D3C8          MAC Address 25 High Register
GETH_MAC_ADDRESS25_LOW 0xF001D3CC          MAC Address 25 Low Register
GETH_MAC_ADDRESS26_HIGH 0xF001D3D0          MAC Address 26 High Register
GETH_MAC_ADDRESS26_LOW 0xF001D3D4          MAC Address 26 Low Register
GETH_MAC_ADDRESS27_HIGH 0xF001D3D8          MAC Address 27 High Register
GETH_MAC_ADDRESS27_LOW 0xF001D3DC          MAC Address 27 Low Register
GETH_MAC_ADDRESS28_HIGH 0xF001D3E0          MAC Address 28 High Register
GETH_MAC_ADDRESS28_LOW 0xF001D3E4          MAC Address 28 Low Register
GETH_MAC_ADDRESS29_HIGH 0xF001D3E8          MAC Address 29 High Register
GETH_MAC_ADDRESS29_LOW 0xF001D3EC          MAC Address 29 Low Register
GETH_MAC_ADDRESS30_HIGH 0xF001D3F0          MAC Address 30 High Register
GETH_MAC_ADDRESS30_LOW 0xF001D3F4          MAC Address 30 Low Register
GETH_MAC_ADDRESS31_HIGH 0xF001D3F8          MAC Address 31 High Register
GETH_MAC_ADDRESS31_LOW 0xF001D3FC          MAC Address 31 Low Register
GETH_MMC_CONTROL 0xF001D700          MMC Control Register
GETH_MMC_RX_INTERRUPT 0xF001D704          MMC Receive Interrupts Register
GETH_MMC_TX_INTERRUPT 0xF001D708          MMC Transmit Interrupts Register
GETH_MMC_RX_INTERRUPT_MASK 0xF001D70C          MMC Receive Interrupts Mask Register
GETH_MMC_TX_INTERRUPT_MASK 0xF001D710          MMC Transmit Interrupts Mask Register
GETH_TX_OCTET_COUNT_GOOD_BAD 0xF001D714          Good And Bad Transmitted Octet Count Register
GETH_TX_PACKET_COUNT_GOOD_BAD 0xF001D718          Good And Bad Transmitted Packets Count Register
GETH_TX_BROADCAST_PACKETS_GOOD 0xF001D71C          Good Transmitted Broadcast Packets Count Register
GETH_TX_MULTICAST_PACKETS_GOOD 0xF001D720          Good Transmitted Multicast Packets Count Register
GETH_TX_64OCTETS_PACKETS_GOOD_BAD 0xF001D724          Good And Bad 64 Octets Packets Transmitted Count Register
GETH_TX_65TO127OCTETS_PACKETS_GOOD_BAD 0xF001D728          Good And Bad 65to127 Octets Packets Transmitted Count Register
GETH_TX_128TO255OCTETS_PACKETS_GOOD_BAD 0xF001D72C          Good And Bad 128to255 Octets Packets Transmitted Count Register
GETH_TX_256TO511OCTETS_PACKETS_GOOD_BAD 0xF001D730          Good And Bad 256to511 Octets Packets Transmitted Count Register
GETH_TX_512TO1023OCTETS_PACKETS_GOOD_BAD 0xF001D734          Good And Bad 512to1023 Octets Packets Transmitted Count Register
GETH_TX_1024TOMAXOCTETS_PACKETS_GOOD_BAD 0xF001D738          Good And Bad 1024toMax Octets Packets Transmitted Count Register
GETH_TX_UNICAST_PACKETS_GOOD_BAD 0xF001D73C          Good Transmitted Unicat Packets Count Register
GETH_TX_MULTICAST_PACKETS_GOOD_BAD 0xF001D740          Good And Bad Transmitted Multicast Packets Count Register
GETH_TX_BROADCAST_PACKETS_GOOD_BAD 0xF001D744          Good And Bad Transmitted Broadcast Packets Count Register
GETH_TX_UNDERFLOW_ERROR_PACKETS 0xF001D748          Transmitted Underflow Error Packets Count Register
GETH_TX_SINGLE_COLLISION_GOOD_PACKETS 0xF001D74C          Good Transmitted Single Collision Count Register
GETH_TX_MULTIPLE_COLLISION_GOOD_PACKETS 0xF001D750          Transmitted Multiple Collision Count Register
GETH_TX_DEFERRED_PACKETS 0xF001D754          Transmitted Deferred Packets Count Register
GETH_TX_LATE_COLLISION_PACKETS 0xF001D758          Transmitted Late Collision Packets Count Register
GETH_TX_EXCESSIVE_COLLISION_PACKETS 0xF001D75C          Transmitted Excessive Collision Packets Count Register
GETH_TX_CARRIER_ERROR_PACKETS 0xF001D760          Transmitted Carrier Error Packets Count Register
GETH_TX_OCTET_COUNT_GOOD 0xF001D764          Good Transmitted Octet Count Register
GETH_TX_PACKET_COUNT_GOOD 0xF001D768          Good Transmitted Packet Count Register
GETH_TX_EXCESSIVE_DEFERRAL_ERROR 0xF001D76C          Transmitted Excessive Deferral Error Count Register
GETH_TX_PAUSE_PACKETS 0xF001D770          Transmitted Pause Packets Count Register
GETH_TX_VLAN_PACKETS_GOOD 0xF001D774          Good Transmitted VLAN Packets Count Register
GETH_TX_OSIZE_PACKETS_GOOD 0xF001D778          Good Transmitted Osize Packets Count Register
GETH_RX_PACKETS_COUNT_GOOD_BAD 0xF001D780          Good And Bad Received Packets Count Register
GETH_RX_OCTET_COUNT_GOOD_BAD 0xF001D784          Good And Bad Received Octet Count Register
GETH_RX_OCTET_COUNT_GOOD 0xF001D788          Good Received Octet Count Register
GETH_RX_BROADCAST_PACKETS_GOOD 0xF001D78C          Good Received Broadcast Packets Count Register
GETH_RX_MULTICAST_PACKETS_GOOD 0xF001D790          Good Received Multicast Packets Count Register
GETH_RX_CRC_ERROR_PACKETS 0xF001D794          Received CRC Error Packets Count Register
GETH_RX_ALIGNMENT_ERROR_PACKETS 0xF001D798          Received Alignment Error Count Register
GETH_RX_RUNT_ERROR_PACKETS 0xF001D79C          Received Runtime Error Count Register
GETH_RX_JABBER_ERROR_PACKETS 0xF001D7A0          Received Jabber Error Count Register
GETH_RX_UNDERSIZE_PACKETS_GOOD 0xF001D7A4          Good Received Undersized Packets Count Register
GETH_RX_OVERSIZE_PACKETS_GOOD 0xF001D7A8          Good Received Oversized Packets Count Register
GETH_RX_64OCTETS_PACKETS_GOOD_BAD 0xF001D7AC          Good And Bad 64 Octets Packets Received Count Register
GETH_RX_65TO127OCTETS_PACKETS_GOOD_BAD 0xF001D7B0          Good And Bad 65to127 Octets Packets Received Count Register
GETH_RX_128TO255OCTETS_PACKETS_GOOD_BAD 0xF001D7B4          Good And Bad 128to255 Octets Packets Received Count Register
GETH_RX_256TO511OCTETS_PACKETS_GOOD_BAD 0xF001D7B8          Good And Bad 256to511 Octets Packets Received Count Register
GETH_RX_512TO1023OCTETS_PACKETS_GOOD_BAD 0xF001D7BC          Good And Bad 512to1023 Octets Packets Received Count Register
GETH_RX_1024TOMAXOCTETS_PACKETS_GOOD_BAD 0xF001D7C0          Good And Bad 1024toMax Octets Packets Received Count Register
GETH_RX_UNICAST_PACKETS_GOOD 0xF001D7C4          Good Received Unicat Packets Count Register
GETH_RX_LENGTH_ERROR_PACKETS 0xF001D7C8          Received Length Error Packets Count Register
GETH_RX_OUT_OF_RANGE_TYPE_PACKETS 0xF001D7CC          Received Out Of Range Type Count Register
GETH_RX_PAUSE_PACKETS 0xF001D7D0          Received Pause Packets Count Register
GETH_RX_FIFO_OVERFLOW_PACKETS 0xF001D7D4          Received FIFO Overflow Count Register
GETH_RX_VLAN_PACKETS_GOOD_BAD 0xF001D7D8          Good And Bad Received VLAN Packets Count Registerv
GETH_RX_WATCHDOG_ERROR_PACKETS 0xF001D7DC          Received Watchdog Error Count Register
GETH_RX_RECEIVE_ERROR_PACKETS 0xF001D7E0          Received Receive Error Count Register
GETH_RX_CONTROL_PACKETS_GOOD 0xF001D7E4          Good Received Control Packets Count Register
GETH_TX_LPI_USEC_CNTR 0xF001D7EC          Transmitted LPI Microseconds Count Register
GETH_TX_LPI_TRAN_CNTR 0xF001D7F0          Transmitted LPI Transition Count Register
GETH_RX_LPI_USEC_CNTR 0xF001D7F4          Received Microseconds LPI Count Register
GETH_RX_LPI_TRAN_CNTR 0xF001D7F8          Received LPI Transition Count Register
GETH_MMC_IPC_RX_INTERRUPT_MASK 0xF001D800          MMC IPC Receive Interrupts Mask Register
GETH_MMC_IPC_RX_INTERRUPT 0xF001D808          MMC IPC Receive Interrupts Register
GETH_RXIPV4_GOOD_PACKETS 0xF001D810          Good Received RxIPv4 Packets Count Register
GETH_RXIPV4_HEADER_ERROR_PACKETS 0xF001D814          Received IPv4 Header Error Packets Count Register
GETH_RXIPV4_NO_PAYLOAD_PACKETS 0xF001D818          Received IPv4 No Payload Packets Count Register
GETH_RXIPV4_FRAGMENTED_PACKETS 0xF001D81C          Received IPv4 Fragmented Packets Count Register
GETH_RXIPV4_UDP_CHECKSUM_DISABLED_PACKETS 0xF001D820          Received IPv4 UPD Checksum Disabled Packets Count Register
GETH_RXIPV6_GOOD_PACKETS 0xF001D824          Good Received RxIPv6 Packets Count Register
GETH_RXIPV6_HEADER_ERROR_PACKETS 0xF001D828          Received IPv6 Header Error Packets Count Register
GETH_RXIPV6_NO_PAYLOAD_PACKETS 0xF001D82C          Received IPv6 No Payload Packets Count Register
GETH_RXUDP_GOOD_PACKETS 0xF001D830          Good Received UDP Packets Count Register
GETH_RXUDP_ERROR_PACKETS 0xF001D834          Received UDP Error Packets Count Register
GETH_RXTCP_GOOD_PACKETS 0xF001D838          Good Received TCP Packets Count Register
GETH_RXTCP_ERROR_PACKETS 0xF001D83C          Received TCP Error Packets Count Register
GETH_RXICMP_GOOD_PACKETS 0xF001D840          Good Received ICMP Packets Count Register
GETH_RXICMP_ERROR_PACKETS 0xF001D844          Received ICMP Error Packets Count Register
GETH_RXIPV4_GOOD_OCTETS 0xF001D850          Good Received IPV4 Octets Count Register
GETH_RXIPV4_HEADER_ERROR_OCTETS 0xF001D854          Received IPV4 Header Error Octets Count Register
GETH_RXIPV4_NO_PAYLOAD_OCTETS 0xF001D858          Received IPV4 No Payload Octets Count Register
GETH_RXIPV4_FRAGMENTED_OCTETS 0xF001D85C          Received IPV4 Fragmented Octets Count Register
GETH_RXIPV4_UDP_CHECKSUM_DISABLE_OCTETS 0xF001D860          Received IPV4 UPD Checksum Disabled Octets Count Register
GETH_RXIPV6_GOOD_OCTETS 0xF001D864          Good Received IPV6 Octets Count Register
GETH_RXIPV6_HEADER_ERROR_OCTETS 0xF001D868          Received IPV6 Header Error Octets Count Register
GETH_RXIPV6_NO_PAYLOAD_OCTETS 0xF001D86C          Received IPV6 No Payload Octets Count Register
GETH_RXUDP_GOOD_OCTETS 0xF001D870          Good Received UDP Octets Count Register
GETH_RXUDP_ERROR_OCTETS 0xF001D874          Received UDP Error Octets Count Register
GETH_RXTCP_GOOD_OCTETS 0xF001D878          Good Received TCP Octets Count Register
GETH_RXTCP_ERROR_OCTETS 0xF001D87C          Received TCP Error Octets Count Register
GETH_RXICMP_GOOD_OCTETS 0xF001D880          Good Received ICMP Octets Count Register
GETH_RXICMP_ERROR_OCTETS 0xF001D884          Received ICMP Error Octets Count Register
GETH_MAC_TIMESTAMP_CONTROL 0xF001DB00          MAC Timestamp Control Register
GETH_MAC_SUB_SECOND_INCREMENT 0xF001DB04          MAC Sub-Second Increment Register
GETH_MAC_SYSTEM_TIME_SECONDS 0xF001DB08          MAC System Time Seconds Register
GETH_MAC_SYSTEM_TIME_NANOSECONDS 0xF001DB0C          MAC System Time Nanoseconds Register
GETH_MAC_SYSTEM_TIME_SECONDS_UPDATE 0xF001DB10          MAC System Time Seconds Update Register
GETH_MAC_SYSTEM_TIME_NANOSECONDS_UPDATE 0xF001DB14          MAC System Time Nanoseconds Update Register
GETH_MAC_TIMESTAMP_ADDEND 0xF001DB18          MAC Timestamp Addend Register
GETH_MAC_SYSTEM_TIME_HIGHER_WORD_SECONDS 0xF001DB1C          MAC System Time Higher Word Seconds Register
GETH_MAC_TIMESTAMP_STATUS 0xF001DB20          MAC Timestamp Status Register
GETH_MAC_TX_TIMESTAMP_STATUS_NANOSECONDS 0xF001DB30          MAC Transmit Timestamp Nanoseconds Status Register
GETH_MAC_TX_TIMESTAMP_STATUS_SECONDS 0xF001DB34          MAC Transmit Timestamp Seconds Status Register
GETH_MAC_TIMESTAMP_INGRESS_ASYM_CORR 0xF001DB50          MAC Timestamp Ingress Asymmetry Correction Register
GETH_MAC_TIMESTAMP_EGRESS_ASYM_CORR 0xF001DB54          MAC Timestamp Egress Asymmetry Correction Register
GETH_MAC_TIMESTAMP_INGRESS_CORR_NANOSECOND 0xF001DB58          MAC Timestamp Ingress Correction Nanoseconds Register
GETH_MAC_TIMESTAMP_EGRESS_CORR_NANOSECOND 0xF001DB5C          MAC Timestamp Egress Correction Nanoseconds Register
GETH_MAC_TIMESTAMP_INGRESS_CORR_SUBNANOSEC 0xF001DB60          MAC Timestamp Ingress Correction Subnanoseconds Register
GETH_MAC_TIMESTAMP_EGRESS_CORR_SUBNANOSEC 0xF001DB64          MAC Timestamp Egress Correction Subnanoseconds Register
GETH_MAC_PPS_CONTROL 0xF001DB70          MAC PPS Control Register
GETH_MAC_PPS0_TARGET_TIME_SECONDS 0xF001DB80          MAC PPS 0 Target Time Seconds Register
GETH_MAC_PPS0_TARGET_TIME_NANOSECONDS 0xF001DB84          MAC PPS 0 Target Time Nanoeconds Register
GETH_MAC_PPS0_INTERVAL 0xF001DB88          MAC PPS 0 Interval Register
GETH_MAC_PPS0_WIDTH 0xF001DB8C          MAC PPS 0 Width Register
GETH_MTL_OPERATION_MODE 0xF001DC00          MTL Operation Mode Register
GETH_MTL_INTERRUPT_STATUS 0xF001DC20          MTL Interrupt Status Register
GETH_MTL_RXQ_DMA_MAP0 0xF001DC30          MTL Receive Queue and DMA Channel Mapping 0 Register
GETH_MTL_TXQ0_OPERATION_MODE 0xF001DD00          MTL Queue 0 Transmit Operation Mode Register
GETH_MTL_TXQ0_UNDERFLOW 0xF001DD04          MTL Queue 0 Transmit Underflow Counter Register
GETH_MTL_TXQ0_DEBUG 0xF001DD08          MTL Queue 0 Transmit Debug Register
GETH_MTL_TXQ0_ETS_STATUS 0xF001DD14          MTL Queue 0 Transmit Status Register
GETH_MTL_TXQ0_QUANTUM_WEIGHT 0xF001DD18          MTL Queue 0 Transmit Quantum or Weights Register
GETH_MTL_Q0_INTERRUPT_CONTROL_STATUS 0xF001DD2C          MTL Queue 0 Interrupt Control Status Register
GETH_MTL_RXQ0_OPERATION_MODE 0xF001DD30          MTL Queue 0 Receive Operation Mode Register
GETH_MTL_RXQ0_MISSED_PACKET_OVERFLOW_CNT 0xF001DD34          MTL Queue 0 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ0_DEBUG 0xF001DD38          MTL Queue 0 Receive Debug Register
GETH_MTL_RXQ0_CONTROL 0xF001DD3C          MTL Queue 0 Receive Control Register
GETH_MTL_TXQ1_OPERATION_MODE 0xF001DD40          MTL Queue 1 Transmit Operation Mode Register
GETH_MTL_TXQ1_UNDERFLOW 0xF001DD44          MTL Queue 1 Transmit Underflow Counter Register
GETH_MTL_TXQ1_DEBUG 0xF001DD48          MTL Queue 1 Transmit Debug Register
GETH_MTL_TXQ1_ETS_CONTROL 0xF001DD50          MTL Queue 1 Transmit ETS Control Register
GETH_MTL_TXQ1_ETS_STATUS 0xF001DD54          MTL Queue 1 Transmit ETS Status Register
GETH_MTL_TXQ1_QUANTUM_WEIGHT 0xF001DD58          MTL Queue 1 Transmit Quantum or Weights Register
GETH_MTL_TXQ1_SENDSLOPECREDIT 0xF001DD5C          MTL Queue 1 Transmit SendSlopeCredit Register
GETH_MTL_TXQ1_HICREDIT 0xF001DD60          MTL Queue 1 Transmit HiCredit Register
GETH_MTL_TXQ1_LOCREDIT 0xF001DD64          MTL Queue 1 Transmit LoCredit Register
GETH_MTL_Q1_INTERRUPT_CONTROL_STATUS 0xF001DD6C          MTL Queue 1 Interrupt Status Register
GETH_MTL_RXQ1_OPERATION_MODE 0xF001DD70          MTL Queue 1 Receive Operation Mode Register
GETH_MTL_RXQ1_MISSED_PACKET_OVERFLOW_CNT 0xF001DD74          MTL Queue 1 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ1_DEBUG 0xF001DD78          MTL Queue 1 Receive Debug Register
GETH_MTL_RXQ1_CONTROL 0xF001DD7C          MTL Queue 1 Receive Control Register
GETH_MTL_TXQ2_OPERATION_MODE 0xF001DD80          MTL Queue 2 Transmit Operation Mode Register
GETH_MTL_TXQ2_UNDERFLOW 0xF001DD84          MTL Queue 2 Transmit Underflow Counter Register
GETH_MTL_TXQ2_DEBUG 0xF001DD88          MTL Queue 2 Transmit Debug Register
GETH_MTL_TXQ2_ETS_CONTROL 0xF001DD90          MTL Queue 2 Transmit ETS Control Register
GETH_MTL_TXQ2_ETS_STATUS 0xF001DD94          MTL Queue 2 Transmit ETS Status Register
GETH_MTL_TXQ2_QUANTUM_WEIGHT 0xF001DD98          MTL Queue 2 Transmit Quantum or Weights Register
GETH_MTL_TXQ2_SENDSLOPECREDIT 0xF001DD9C          MTL Queue 2 Transmit SendSlopeCredit Register
GETH_MTL_TXQ2_HICREDIT 0xF001DDA0          MTL Queue 2 Transmit HiCredit Register
GETH_MTL_TXQ2_LOCREDIT 0xF001DDA4          MTL Queue 2 Transmit LoCredit Register
GETH_MTL_Q2_INTERRUPT_CONTROL_STATUS 0xF001DDAC          MTL Queue 2 Interrupt Status Register
GETH_MTL_RXQ2_OPERATION_MODE 0xF001DDB0          MTL Queue 2 Receive Operation Mode Register
GETH_MTL_RXQ2_MISSED_PACKET_OVERFLOW_CNT 0xF001DDB4          MTL Queue 2 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ2_DEBUG 0xF001DDB8          MTL Queue 2 Receive Debug Register
GETH_MTL_RXQ2_CONTROL 0xF001DDBC          MTL Queue 2 Receive Control Register
GETH_MTL_TXQ3_OPERATION_MODE 0xF001DDC0          MTL Queue 3 Transmit Operation Mode Register
GETH_MTL_TXQ3_UNDERFLOW 0xF001DDC4          MTL Queue 3 Transmit Underflow Counter Register
GETH_MTL_TXQ3_DEBUG 0xF001DDC8          MTL Queue 3 Transmit Debug Register
GETH_MTL_TXQ3_ETS_CONTROL 0xF001DDD0          MTL Queue 3 Transmit ETS Control Register
GETH_MTL_TXQ3_ETS_STATUS 0xF001DDD4          MTL Queue 3 Transmit ETS Status Register
GETH_MTL_TXQ3_QUANTUM_WEIGHT 0xF001DDD8          MTL Queue 3 Transmit Quantum or Weights Register
GETH_MTL_TXQ3_SENDSLOPECREDIT 0xF001DDDC          MTL Queue 3 Transmit SendSlopeCredit Register
GETH_MTL_TXQ3_HICREDIT 0xF001DDE0          MTL Queue 3 Transmit HiCredit Register
GETH_MTL_TXQ3_LOCREDIT 0xF001DDE4          MTL Queue 3 Transmit LoCredit Register
GETH_MTL_Q3_INTERRUPT_CONTROL_STATUS 0xF001DDEC          MTL Queue 3 Interrupt Status Register
GETH_MTL_RXQ3_OPERATION_MODE 0xF001DDF0          MTL Queue 3 Receive Operation Mode Register
GETH_MTL_RXQ3_MISSED_PACKET_OVERFLOW_CNT 0xF001DDF4          MTL Queue 3 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ3_DEBUG 0xF001DDF8          MTL Queue 3 Receive Debug Register
GETH_MTL_RXQ3_CONTROL 0xF001DDFC          MTL Queue 3 Receive Control Register
GETH_DMA_MODE   0xF001E000          DMA Bus Mode Register
GETH_DMA_SYSBUS_MODE 0xF001E004          DMA System Bus Mode Register
GETH_DMA_INTERRUPT_STATUS 0xF001E008          DMA Interrupt Status Register
GETH_DMA_DEBUG_STATUS0 0xF001E00C          DMA Debug Status 0 Register
GETH_DMA_DEBUG_STATUS1 0xF001E010          DMA Debug Status 1 Register
GETH_DMA_CH0_CONTROL 0xF001E100          DMA Channel 0 Control Register
GETH_DMA_CH0_TX_CONTROL 0xF001E104          DMA Channel 0 Transmit Control Register
GETH_DMA_CH0_RX_CONTROL 0xF001E108          DMA Channel 0 Receive Control Register
GETH_DMA_CH0_TXDESC_LIST_ADDRESS 0xF001E114          DMA Channel 0 Transmit Descriptor List Address Register
GETH_DMA_CH0_RXDESC_LIST_ADDRESS 0xF001E11C          DMA Channel 0 Receive Descriptor List Address Register
GETH_DMA_CH0_TXDESC_TAIL_POINTER 0xF001E120          DMA Channel 0 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH0_RXDESC_TAIL_POINTER 0xF001E128          DMA Channel 0 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH0_TXDESC_RING_LENGTH 0xF001E12C          DMA Channel 0 Transmit Descriptor Ring Length Register
GETH_DMA_CH0_RXDESC_RING_LENGTH 0xF001E130          DMA Channel 0 Recieve Descriptor Ring Length Register
GETH_DMA_CH0_INTERRUPT_ENABLE 0xF001E134          DMA Channel 0 Interrupt Enable Register
GETH_DMA_CH0_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E138          DMA Channel 0 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH0_SLOT_FUNCTION_CONTROL_STATUS 0xF001E13C          DMA Channel 0 Slot Function Control and Status Register
GETH_DMA_CH0_CURRENT_APP_TXDESC 0xF001E144          DMA Channel 0 Current Application Transmit Descriptor Register
GETH_DMA_CH0_CURRENT_APP_RXDESC 0xF001E14C          DMA Channel 0 Current Application Receive Descriptor Register
GETH_DMA_CH0_CURRENT_APP_TXBUFFER 0xF001E154          DMA Channel 0 Current Application Transmit Buffer Address Register
GETH_DMA_CH0_CURRENT_APP_RXBUFFER 0xF001E15C          DMA Channel 0 Current Application Receive Buffer Address Register
GETH_DMA_CH0_STATUS 0xF001E160          DMA Channel 0 Status Register
GETH_DMA_CH0_MISS_FRAME_CNT 0xF001E164          DMA Channel 0 Missed Frames Count Register
GETH_DMA_CH1_CONTROL 0xF001E180          DMA Channel 1 Control Register
GETH_DMA_CH1_TX_CONTROL 0xF001E184          DMA Channel 1 Transmit Control Register
GETH_DMA_CH1_RX_CONTROL 0xF001E188          DMA Channel 1 Receive Control Register
GETH_DMA_CH1_TXDESC_LIST_ADDRESS 0xF001E194          DMA Channel 1 Transmit Descriptor List Address Register
GETH_DMA_CH1_RXDESC_LIST_ADDRESS 0xF001E19C          DMA Channel 1 Receive Descriptor List Address Register
GETH_DMA_CH1_TXDESC_TAIL_POINTER 0xF001E1A0          DMA Channel 1 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH1_RXDESC_TAIL_POINTER 0xF001E1A8          DMA Channel 1 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH1_TXDESC_RING_LENGTH 0xF001E1AC          DMA Channel 1 Transmit Descriptor Ring Length Register
GETH_DMA_CH1_RXDESC_RING_LENGTH 0xF001E1B0          DMA Channel 1 Recieve Descriptor Ring Length Register
GETH_DMA_CH1_INTERRUPT_ENABLE 0xF001E1B4          DMA Channel 1 Interrupt Enable Register
GETH_DMA_CH1_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E1B8          DMA Channel 1 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH1_SLOT_FUNCTION_CONTROL_STATUS 0xF001E1BC          DMA Channel 1 Slot Function Control and Status Register
GETH_DMA_CH1_CURRENT_APP_TXDESC 0xF001E1C4          DMA Channel 1 Current Application Transmit Descriptor Register
GETH_DMA_CH1_CURRENT_APP_RXDESC 0xF001E1CC          DMA Channel 1 Current Application Receive Descriptor Register
GETH_DMA_CH1_CURRENT_APP_TXBUFFER 0xF001E1D4          DMA Channel 1 Current Application Transmit Buffer Address Register
GETH_DMA_CH1_CURRENT_APP_RXBUFFER 0xF001E1DC          DMA Channel 1 Current Application Receive Buffer Address Register
GETH_DMA_CH1_STATUS 0xF001E1E0          DMA Channel 1 Status Register
GETH_DMA_CH1_MISS_FRAME_CNT 0xF001E1E4          DMA Channel 1 Missed Frames Count Register
GETH_DMA_CH2_CONTROL 0xF001E200          DMA Channel 2 Control Register
GETH_DMA_CH2_TX_CONTROL 0xF001E204          DMA Channel 2 Transmit Control Register
GETH_DMA_CH2_RX_CONTROL 0xF001E208          DMA Channel 2 Receive Control Register
GETH_DMA_CH2_TXDESC_LIST_ADDRESS 0xF001E214          DMA Channel 2 Transmit Descriptor List Address Register
GETH_DMA_CH2_RXDESC_LIST_ADDRESS 0xF001E21C          DMA Channel 2 Receive Descriptor List Address Register
GETH_DMA_CH2_TXDESC_TAIL_POINTER 0xF001E220          DMA Channel 2 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH2_RXDESC_TAIL_POINTER 0xF001E228          DMA Channel 2 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH2_TXDESC_RING_LENGTH 0xF001E22C          DMA Channel 2 Transmit Descriptor Ring Length Register
GETH_DMA_CH2_RXDESC_RING_LENGTH 0xF001E230          DMA Channel 2 Recieve Descriptor Ring Length Register
GETH_DMA_CH2_INTERRUPT_ENABLE 0xF001E234          DMA Channel 2 Interrupt Enable Register
GETH_DMA_CH2_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E238          DMA Channel 2 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH2_SLOT_FUNCTION_CONTROL_STATUS 0xF001E23C          DMA Channel 2 Slot Function Control and Status Register
GETH_DMA_CH2_CURRENT_APP_TXDESC 0xF001E244          DMA Channel 2 Current Application Transmit Descriptor Register
GETH_DMA_CH2_CURRENT_APP_RXDESC 0xF001E24C          DMA Channel 2 Current Application Receive Descriptor Register
GETH_DMA_CH2_CURRENT_APP_TXBUFFER 0xF001E254          DMA Channel 2 Current Application Transmit Buffer Address Register
GETH_DMA_CH2_CURRENT_APP_RXBUFFER 0xF001E25C          DMA Channel 2 Current Application Receive Buffer Address Register
GETH_DMA_CH2_STATUS 0xF001E260          DMA Channel 2 Status Register
GETH_DMA_CH2_MISS_FRAME_CNT 0xF001E264          DMA Channel 2 Missed Frames Count Register
GETH_DMA_CH3_CONTROL 0xF001E280          DMA Channel 3 Control Register
GETH_DMA_CH3_TX_CONTROL 0xF001E284          DMA Channel 3 Transmit Control Register
GETH_DMA_CH3_RX_CONTROL 0xF001E288          DMA Channel 3 Receive Control Register
GETH_DMA_CH3_TXDESC_LIST_ADDRESS 0xF001E294          DMA Channel 3 Transmit Descriptor List Address Register
GETH_DMA_CH3_RXDESC_LIST_ADDRESS 0xF001E29C          DMA Channel 3 Receive Descriptor List Address Register
GETH_DMA_CH3_TXDESC_TAIL_POINTER 0xF001E2A0          DMA Channel 3 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH3_RXDESC_TAIL_POINTER 0xF001E2A8          DMA Channel 3 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH3_TXDESC_RING_LENGTH 0xF001E2AC          DMA Channel 3 Transmit Descriptor Ring Length Register
GETH_DMA_CH3_RXDESC_RING_LENGTH 0xF001E2B0          DMA Channel 3 Recieve Descriptor Ring Length Register
GETH_DMA_CH3_INTERRUPT_ENABLE 0xF001E2B4          DMA Channel 3 Interrupt Enable Register
GETH_DMA_CH3_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E2B8          DMA Channel 3 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH3_SLOT_FUNCTION_CONTROL_STATUS 0xF001E2BC          DMA Channel 3 Slot Function Control and Status Register
GETH_DMA_CH3_CURRENT_APP_TXDESC 0xF001E2C4          DMA Channel 3 Current Application Transmit Descriptor Register
GETH_DMA_CH3_CURRENT_APP_RXDESC 0xF001E2CC          DMA Channel 3 Current Application Receive Descriptor Register
GETH_DMA_CH3_CURRENT_APP_TXBUFFER 0xF001E2D4          DMA Channel 3 Current Application Transmit Buffer Address Register
GETH_DMA_CH3_CURRENT_APP_RXBUFFER 0xF001E2DC          DMA Channel 3 Current Application Receive Buffer Address Register
GETH_DMA_CH3_STATUS 0xF001E2E0          DMA Channel 3 Status Register
GETH_DMA_CH3_MISS_FRAME_CNT 0xF001E2E4          DMA Channel 3 Missed Frames Count Register
GETH_CLC        0xF001F000          Clock Control Register
GETH_ID         0xF001F004          Module Identification Register
GETH_GPCTL      0xF001F008          General Purpose Control Register
GETH_ACCEN0     0xF001F00C          Access Enable Register 0
GETH_ACCEN1     0xF001F010          Access Enable Register 1
GETH_KRST0      0xF001F014          Kernel Reset Register 0
GETH_KRST1      0xF001F018          Kernel Reset Register 1
GETH_KRSTCLR    0xF001F01C          Kernel Reset Status Clear Register
GETH_ACCEN0D0   0xF001F020          Access Enable Register 0 for DMA0
GETH_ACCEN1D0   0xF001F024          Access Enable Register 1 for DMA0
GETH_ACCEN0D1   0xF001F028          Access Enable Register 0 for DMA1
GETH_ACCEN1D1   0xF001F02C          Access Enable Register 1 for DMA1
GETH_ACCEN0D2   0xF001F030          Access Enable Register 0 for DMA2
GETH_ACCEN1D2   0xF001F034          Access Enable Register 1 for DMA2
GETH_ACCEN0D3   0xF001F038          Access Enable Register 0 for DMA3
GETH_ACCEN1D3   0xF001F03C          Access Enable Register 1 for DMA3
GETH_SKEWCTL    0xF001F040          Skew Control Register
EVADC_CLC       0xF0020000          Clock Control Register
EVADC_ID        0xF0020008          Module Identification Register
EVADC_OCS       0xF0020028          OCDS Control and Status Register
EVADC_KRSTCLR   0xF002002C          Kernel Reset Status Clear Register
EVADC_KRST1     0xF0020030          Kernel Reset Register 1
EVADC_KRST0     0xF0020034          Kernel Reset Register 0
EVADC_ACCEN0    0xF002003C          Access Enable Register 0
EVADC_GLOBCFG   0xF0020080          Global Configuration Register
EVADC_ACCPROT0  0xF0020088          Access Protection Register 0
EVADC_ACCPROT1  0xF002008C          Access Protection Register 1
EVADC_ACCPROT2  0xF0020090          Access Protection Register 2
EVADC_GLOBICLASS0 0xF00200A0          Input Class Register 0, Global
EVADC_GLOBICLASS1 0xF00200A4          Input Class Register 1, Global
EVADC_GLOBBOUND 0xF00200B8          Global Boundary Select Register
EVADC_GLOBEFLAG 0xF00200E0          Global Event Flag Register
EVADC_GLOBEVNP  0xF0020140          Global Event Node Pointer Register
EVADC_GLOBTF    0xF0020160          Global Test Functions Register
EVADC_GLOBTE    0xF0020164          Global Test Enable Register
EVADC_GLOBRCR   0xF0020280          Global Result Control Register
EVADC_GLOBRES   0xF0020300          Global Result Register
EVADC_GLOBRESD  0xF0020380          Global Result Register, Debug
EVADC_EMUXSEL   0xF00203F0          External Multiplexer Interface Select Register
EVADC_G0TRCTR   0xF0020410          Trigger Control Register, Group 0
EVADC_G0ARBCFG  0xF0020480          Arbitration Config. Register, Group 0
EVADC_G0ARBPR   0xF0020484          Arbitration Priority Register, Group 0
EVADC_G0ANCFG   0xF0020488          Analog Fct. Config. Register, Group 0
EVADC_G0ICLASS0 0xF00204A0          Input Class Register 0, Group 0
EVADC_G0ICLASS1 0xF00204A4          Input Class Register 1, Group 0
EVADC_G0ALIAS   0xF00204B0          Alias Register, Group 0
EVADC_G0BOUND   0xF00204B8          Boundary Select Register, Group 0
EVADC_G0SYNCTR  0xF00204C0          Synchronization Control Register, Group 0
EVADC_G0QCTRL0  0xF0020500          Queue 0 Source Contr. Register, Group 0
EVADC_G0QMR0    0xF0020504          Queue 0 Mode Register, Group 0
EVADC_G0QSR0    0xF0020508          Queue 0 Status Register, Group 0
EVADC_G0Q0R0    0xF002050C          Queue 0 Register 0, Group 0
EVADC_G0QINR0   0xF0020510          Queue 0 Input Register, Group 0
EVADC_G0QBUR0   0xF0020514          Queue 0 Backup Register, Group 0
EVADC_G0REQTM0  0xF0020518          Queue 0 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS0  0xF002051C          Queue 0 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL1  0xF0020520          Queue 1 Source Contr. Register, Group 0
EVADC_G0QMR1    0xF0020524          Queue 1 Mode Register, Group 0
EVADC_G0QSR1    0xF0020528          Queue 1 Status Register, Group 0
EVADC_G0Q0R1    0xF002052C          Queue 1 Register 0, Group 0
EVADC_G0QINR1   0xF0020530          Queue 1 Input Register, Group 0
EVADC_G0QBUR1   0xF0020534          Queue 1 Backup Register, Group 0
EVADC_G0REQTM1  0xF0020538          Queue 1 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS1  0xF002053C          Queue 1 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL2  0xF0020540          Queue 2 Source Contr. Register, Group 0
EVADC_G0QMR2    0xF0020544          Queue 2 Mode Register, Group 0
EVADC_G0QSR2    0xF0020548          Queue 2 Status Register, Group 0
EVADC_G0Q0R2    0xF002054C          Queue 2 Register 0, Group 0
EVADC_G0QINR2   0xF0020550          Queue 2 Input Register, Group 0
EVADC_G0QBUR2   0xF0020554          Queue 2 Backup Register, Group 0
EVADC_G0REQTM2  0xF0020558          Queue 2 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS2  0xF002055C          Queue 2 Requ. Timer Status Reg., Group 0
EVADC_G0CEFLAG  0xF0020580          Channel Event Flag Register, Group 0
EVADC_G0REFLAG  0xF0020584          Result Event Flag Register, Group 0
EVADC_G0SEFLAG  0xF0020588          Source Event Flag Register, Group 0
EVADC_G0CEFCLR  0xF0020590          Channel Event Flag Clear Register, Group 0
EVADC_G0REFCLR  0xF0020594          Result Event Flag Clear Register, Group 0
EVADC_G0SEFCLR  0xF0020598          Source Event Flag Clear Reg., Group 0
EVADC_G0CEVNP0  0xF00205A0          Channel Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP0  0xF00205B0          Result Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP1  0xF00205B4          Result Event Node Pointer Reg. 1, Group 0
EVADC_G0SEVNP   0xF00205C0          Source Event Node Pointer Reg., Group 0
EVADC_G0SRACT   0xF00205C8          Service Request Software Activation Trigger, Group 0
EVADC_G0EMUXCTR 0xF00205F0          External Multiplexer Control Reg., Group 0
EVADC_G0EMUXCS  0xF00205F4          Ext. Multiplexer Channel Select Reg., Group 0
EVADC_G0VFR     0xF00205F8          Valid Flag Register, Group 0
EVADC_G0CHCTR0  0xF0020600          Group 0, Channel 0 Control Register
EVADC_G0CHCTR1  0xF0020604          Group 0, Channel 1 Control Register
EVADC_G0CHCTR2  0xF0020608          Group 0, Channel 2 Control Register
EVADC_G0CHCTR3  0xF002060C          Group 0, Channel 3 Control Register
EVADC_G0CHCTR4  0xF0020610          Group 0, Channel 4 Control Register
EVADC_G0CHCTR5  0xF0020614          Group 0, Channel 5 Control Register
EVADC_G0CHCTR6  0xF0020618          Group 0, Channel 6 Control Register
EVADC_G0CHCTR7  0xF002061C          Group 0, Channel 7 Control Register
EVADC_G0RCR0    0xF0020680          Group 0 Result Control Register 0
EVADC_G0RCR1    0xF0020684          Group 0 Result Control Register 1
EVADC_G0RCR2    0xF0020688          Group 0 Result Control Register 2
EVADC_G0RCR3    0xF002068C          Group 0 Result Control Register 3
EVADC_G0RCR4    0xF0020690          Group 0 Result Control Register 4
EVADC_G0RCR5    0xF0020694          Group 0 Result Control Register 5
EVADC_G0RCR6    0xF0020698          Group 0 Result Control Register 6
EVADC_G0RCR7    0xF002069C          Group 0 Result Control Register 7
EVADC_G0RCR8    0xF00206A0          Group 0 Result Control Register 8
EVADC_G0RCR9    0xF00206A4          Group 0 Result Control Register 9
EVADC_G0RCR10   0xF00206A8          Group 0 Result Control Register 10
EVADC_G0RCR11   0xF00206AC          Group 0 Result Control Register 11
EVADC_G0RCR12   0xF00206B0          Group 0 Result Control Register 12
EVADC_G0RCR13   0xF00206B4          Group 0 Result Control Register 13
EVADC_G0RCR14   0xF00206B8          Group 0 Result Control Register 14
EVADC_G0RCR15   0xF00206BC          Group 0 Result Control Register 15
EVADC_G0RES0    0xF0020700          Group 0 Result Register 0
EVADC_G0RES1    0xF0020704          Group 0 Result Register 1
EVADC_G0RES2    0xF0020708          Group 0 Result Register 2
EVADC_G0RES3    0xF002070C          Group 0 Result Register 3
EVADC_G0RES4    0xF0020710          Group 0 Result Register 4
EVADC_G0RES5    0xF0020714          Group 0 Result Register 5
EVADC_G0RES6    0xF0020718          Group 0 Result Register 6
EVADC_G0RES7    0xF002071C          Group 0 Result Register 7
EVADC_G0RES8    0xF0020720          Group 0 Result Register 8
EVADC_G0RES9    0xF0020724          Group 0 Result Register 9
EVADC_G0RES10   0xF0020728          Group 0 Result Register 10
EVADC_G0RES11   0xF002072C          Group 0 Result Register 11
EVADC_G0RES12   0xF0020730          Group 0 Result Register 12
EVADC_G0RES13   0xF0020734          Group 0 Result Register 13
EVADC_G0RES14   0xF0020738          Group 0 Result Register 14
EVADC_G0RES15   0xF002073C          Group 0 Result Register 15
EVADC_G0RESD0   0xF0020780          Group 0 Result Reg. 0, Debug
EVADC_G0RESD1   0xF0020784          Group 0 Result Reg. 1, Debug
EVADC_G0RESD2   0xF0020788          Group 0 Result Reg. 2, Debug
EVADC_G0RESD3   0xF002078C          Group 0 Result Reg. 3, Debug
EVADC_G0RESD4   0xF0020790          Group 0 Result Reg. 4, Debug
EVADC_G0RESD5   0xF0020794          Group 0 Result Reg. 5, Debug
EVADC_G0RESD6   0xF0020798          Group 0 Result Reg. 6, Debug
EVADC_G0RESD7   0xF002079C          Group 0 Result Reg. 7, Debug
EVADC_G0RESD8   0xF00207A0          Group 0 Result Reg. 8, Debug
EVADC_G0RESD9   0xF00207A4          Group 0 Result Reg. 9, Debug
EVADC_G0RESD10  0xF00207A8          Group 0 Result Reg. 10, Debug
EVADC_G0RESD11  0xF00207AC          Group 0 Result Reg. 11, Debug
EVADC_G0RESD12  0xF00207B0          Group 0 Result Reg. 12, Debug
EVADC_G0RESD13  0xF00207B4          Group 0 Result Reg. 13, Debug
EVADC_G0RESD14  0xF00207B8          Group 0 Result Reg. 14, Debug
EVADC_G0RESD15  0xF00207BC          Group 0 Result Reg. 15, Debug
EVADC_G1TRCTR   0xF0020810          Trigger Control Register, Group 1
EVADC_G1ARBCFG  0xF0020880          Arbitration Config. Register, Group 1
EVADC_G1ARBPR   0xF0020884          Arbitration Priority Register, Group 1
EVADC_G1ANCFG   0xF0020888          Analog Fct. Config. Register, Group 1
EVADC_G1ICLASS0 0xF00208A0          Input Class Register 0, Group 1
EVADC_G1ICLASS1 0xF00208A4          Input Class Register 1, Group 1
EVADC_G1ALIAS   0xF00208B0          Alias Register, Group 1
EVADC_G1BOUND   0xF00208B8          Boundary Select Register, Group 1
EVADC_G1SYNCTR  0xF00208C0          Synchronization Control Register, Group 1
EVADC_G1QCTRL0  0xF0020900          Queue 0 Source Contr. Register, Group 1
EVADC_G1QMR0    0xF0020904          Queue 0 Mode Register, Group 1
EVADC_G1QSR0    0xF0020908          Queue 0 Status Register, Group 1
EVADC_G1Q0R0    0xF002090C          Queue 0 Register 0, Group 1
EVADC_G1QINR0   0xF0020910          Queue 0 Input Register, Group 1
EVADC_G1QBUR0   0xF0020914          Queue 0 Backup Register, Group 1
EVADC_G1REQTM0  0xF0020918          Queue 0 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS0  0xF002091C          Queue 0 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL1  0xF0020920          Queue 1 Source Contr. Register, Group 1
EVADC_G1QMR1    0xF0020924          Queue 1 Mode Register, Group 1
EVADC_G1QSR1    0xF0020928          Queue 1 Status Register, Group 1
EVADC_G1Q0R1    0xF002092C          Queue 1 Register 0, Group 1
EVADC_G1QINR1   0xF0020930          Queue 1 Input Register, Group 1
EVADC_G1QBUR1   0xF0020934          Queue 1 Backup Register, Group 1
EVADC_G1REQTM1  0xF0020938          Queue 1 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS1  0xF002093C          Queue 1 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL2  0xF0020940          Queue 2 Source Contr. Register, Group 1
EVADC_G1QMR2    0xF0020944          Queue 2 Mode Register, Group 1
EVADC_G1QSR2    0xF0020948          Queue 2 Status Register, Group 1
EVADC_G1Q0R2    0xF002094C          Queue 2 Register 0, Group 1
EVADC_G1QINR2   0xF0020950          Queue 2 Input Register, Group 1
EVADC_G1QBUR2   0xF0020954          Queue 2 Backup Register, Group 1
EVADC_G1REQTM2  0xF0020958          Queue 2 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS2  0xF002095C          Queue 2 Requ. Timer Status Reg., Group 1
EVADC_G1CEFLAG  0xF0020980          Channel Event Flag Register, Group 1
EVADC_G1REFLAG  0xF0020984          Result Event Flag Register, Group 1
EVADC_G1SEFLAG  0xF0020988          Source Event Flag Register, Group 1
EVADC_G1CEFCLR  0xF0020990          Channel Event Flag Clear Register, Group 1
EVADC_G1REFCLR  0xF0020994          Result Event Flag Clear Register, Group 1
EVADC_G1SEFCLR  0xF0020998          Source Event Flag Clear Reg., Group 1
EVADC_G1CEVNP0  0xF00209A0          Channel Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP0  0xF00209B0          Result Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP1  0xF00209B4          Result Event Node Pointer Reg. 1, Group 1
EVADC_G1SEVNP   0xF00209C0          Source Event Node Pointer Reg., Group 1
EVADC_G1SRACT   0xF00209C8          Service Request Software Activation Trigger, Group 1
EVADC_G1EMUXCTR 0xF00209F0          External Multiplexer Control Reg., Group 1
EVADC_G1EMUXCS  0xF00209F4          Ext. Multiplexer Channel Select Reg., Group 1
EVADC_G1VFR     0xF00209F8          Valid Flag Register, Group 1
EVADC_G1CHCTR0  0xF0020A00          Group 1, Channel 0 Control Register
EVADC_G1CHCTR1  0xF0020A04          Group 1, Channel 1 Control Register
EVADC_G1CHCTR2  0xF0020A08          Group 1, Channel 2 Control Register
EVADC_G1CHCTR3  0xF0020A0C          Group 1, Channel 3 Control Register
EVADC_G1CHCTR4  0xF0020A10          Group 1, Channel 4 Control Register
EVADC_G1CHCTR5  0xF0020A14          Group 1, Channel 5 Control Register
EVADC_G1CHCTR6  0xF0020A18          Group 1, Channel 6 Control Register
EVADC_G1CHCTR7  0xF0020A1C          Group 1, Channel 7 Control Register
EVADC_G1RCR0    0xF0020A80          Group 1 Result Control Register 0
EVADC_G1RCR1    0xF0020A84          Group 1 Result Control Register 1
EVADC_G1RCR2    0xF0020A88          Group 1 Result Control Register 2
EVADC_G1RCR3    0xF0020A8C          Group 1 Result Control Register 3
EVADC_G1RCR4    0xF0020A90          Group 1 Result Control Register 4
EVADC_G1RCR5    0xF0020A94          Group 1 Result Control Register 5
EVADC_G1RCR6    0xF0020A98          Group 1 Result Control Register 6
EVADC_G1RCR7    0xF0020A9C          Group 1 Result Control Register 7
EVADC_G1RCR8    0xF0020AA0          Group 1 Result Control Register 8
EVADC_G1RCR9    0xF0020AA4          Group 1 Result Control Register 9
EVADC_G1RCR10   0xF0020AA8          Group 1 Result Control Register 10
EVADC_G1RCR11   0xF0020AAC          Group 1 Result Control Register 11
EVADC_G1RCR12   0xF0020AB0          Group 1 Result Control Register 12
EVADC_G1RCR13   0xF0020AB4          Group 1 Result Control Register 13
EVADC_G1RCR14   0xF0020AB8          Group 1 Result Control Register 14
EVADC_G1RCR15   0xF0020ABC          Group 1 Result Control Register 15
EVADC_G1RES0    0xF0020B00          Group 1 Result Register 0
EVADC_G1RES1    0xF0020B04          Group 1 Result Register 1
EVADC_G1RES2    0xF0020B08          Group 1 Result Register 2
EVADC_G1RES3    0xF0020B0C          Group 1 Result Register 3
EVADC_G1RES4    0xF0020B10          Group 1 Result Register 4
EVADC_G1RES5    0xF0020B14          Group 1 Result Register 5
EVADC_G1RES6    0xF0020B18          Group 1 Result Register 6
EVADC_G1RES7    0xF0020B1C          Group 1 Result Register 7
EVADC_G1RES8    0xF0020B20          Group 1 Result Register 8
EVADC_G1RES9    0xF0020B24          Group 1 Result Register 9
EVADC_G1RES10   0xF0020B28          Group 1 Result Register 10
EVADC_G1RES11   0xF0020B2C          Group 1 Result Register 11
EVADC_G1RES12   0xF0020B30          Group 1 Result Register 12
EVADC_G1RES13   0xF0020B34          Group 1 Result Register 13
EVADC_G1RES14   0xF0020B38          Group 1 Result Register 14
EVADC_G1RES15   0xF0020B3C          Group 1 Result Register 15
EVADC_G1RESD0   0xF0020B80          Group 1 Result Reg. 0, Debug
EVADC_G1RESD1   0xF0020B84          Group 1 Result Reg. 1, Debug
EVADC_G1RESD2   0xF0020B88          Group 1 Result Reg. 2, Debug
EVADC_G1RESD3   0xF0020B8C          Group 1 Result Reg. 3, Debug
EVADC_G1RESD4   0xF0020B90          Group 1 Result Reg. 4, Debug
EVADC_G1RESD5   0xF0020B94          Group 1 Result Reg. 5, Debug
EVADC_G1RESD6   0xF0020B98          Group 1 Result Reg. 6, Debug
EVADC_G1RESD7   0xF0020B9C          Group 1 Result Reg. 7, Debug
EVADC_G1RESD8   0xF0020BA0          Group 1 Result Reg. 8, Debug
EVADC_G1RESD9   0xF0020BA4          Group 1 Result Reg. 9, Debug
EVADC_G1RESD10  0xF0020BA8          Group 1 Result Reg. 10, Debug
EVADC_G1RESD11  0xF0020BAC          Group 1 Result Reg. 11, Debug
EVADC_G1RESD12  0xF0020BB0          Group 1 Result Reg. 12, Debug
EVADC_G1RESD13  0xF0020BB4          Group 1 Result Reg. 13, Debug
EVADC_G1RESD14  0xF0020BB8          Group 1 Result Reg. 14, Debug
EVADC_G1RESD15  0xF0020BBC          Group 1 Result Reg. 15, Debug
EVADC_G2TRCTR   0xF0020C10          Trigger Control Register, Group 2
EVADC_G2ARBCFG  0xF0020C80          Arbitration Config. Register, Group 2
EVADC_G2ARBPR   0xF0020C84          Arbitration Priority Register, Group 2
EVADC_G2ANCFG   0xF0020C88          Analog Fct. Config. Register, Group 2
EVADC_G2ICLASS0 0xF0020CA0          Input Class Register 0, Group 2
EVADC_G2ICLASS1 0xF0020CA4          Input Class Register 1, Group 2
EVADC_G2ALIAS   0xF0020CB0          Alias Register, Group 2
EVADC_G2BOUND   0xF0020CB8          Boundary Select Register, Group 2
EVADC_G2SYNCTR  0xF0020CC0          Synchronization Control Register, Group 2
EVADC_G2QCTRL0  0xF0020D00          Queue 0 Source Contr. Register, Group 2
EVADC_G2QMR0    0xF0020D04          Queue 0 Mode Register, Group 2
EVADC_G2QSR0    0xF0020D08          Queue 0 Status Register, Group 2
EVADC_G2Q0R0    0xF0020D0C          Queue 0 Register 0, Group 2
EVADC_G2QINR0   0xF0020D10          Queue 0 Input Register, Group 2
EVADC_G2QBUR0   0xF0020D14          Queue 0 Backup Register, Group 2
EVADC_G2REQTM0  0xF0020D18          Queue 0 Requ. Timer Mode Reg., Group 2
EVADC_G2REQTS0  0xF0020D1C          Queue 0 Requ. Timer Status Reg., Group 2
EVADC_G2QCTRL1  0xF0020D20          Queue 1 Source Contr. Register, Group 2
EVADC_G2QMR1    0xF0020D24          Queue 1 Mode Register, Group 2
EVADC_G2QSR1    0xF0020D28          Queue 1 Status Register, Group 2
EVADC_G2Q0R1    0xF0020D2C          Queue 1 Register 0, Group 2
EVADC_G2QINR1   0xF0020D30          Queue 1 Input Register, Group 2
EVADC_G2QBUR1   0xF0020D34          Queue 1 Backup Register, Group 2
EVADC_G2REQTM1  0xF0020D38          Queue 1 Requ. Timer Mode Reg., Group 2
EVADC_G2REQTS1  0xF0020D3C          Queue 1 Requ. Timer Status Reg., Group 2
EVADC_G2QCTRL2  0xF0020D40          Queue 2 Source Contr. Register, Group 2
EVADC_G2QMR2    0xF0020D44          Queue 2 Mode Register, Group 2
EVADC_G2QSR2    0xF0020D48          Queue 2 Status Register, Group 2
EVADC_G2Q0R2    0xF0020D4C          Queue 2 Register 0, Group 2
EVADC_G2QINR2   0xF0020D50          Queue 2 Input Register, Group 2
EVADC_G2QBUR2   0xF0020D54          Queue 2 Backup Register, Group 2
EVADC_G2REQTM2  0xF0020D58          Queue 2 Requ. Timer Mode Reg., Group 2
EVADC_G2REQTS2  0xF0020D5C          Queue 2 Requ. Timer Status Reg., Group 2
EVADC_G2CEFLAG  0xF0020D80          Channel Event Flag Register, Group 2
EVADC_G2REFLAG  0xF0020D84          Result Event Flag Register, Group 2
EVADC_G2SEFLAG  0xF0020D88          Source Event Flag Register, Group 2
EVADC_G2CEFCLR  0xF0020D90          Channel Event Flag Clear Register, Group 2
EVADC_G2REFCLR  0xF0020D94          Result Event Flag Clear Register, Group 2
EVADC_G2SEFCLR  0xF0020D98          Source Event Flag Clear Reg., Group 2
EVADC_G2CEVNP0  0xF0020DA0          Channel Event Node Pointer Reg. 0, Group 2
EVADC_G2REVNP0  0xF0020DB0          Result Event Node Pointer Reg. 0, Group 2
EVADC_G2REVNP1  0xF0020DB4          Result Event Node Pointer Reg. 1, Group 2
EVADC_G2SEVNP   0xF0020DC0          Source Event Node Pointer Reg., Group 2
EVADC_G2SRACT   0xF0020DC8          Service Request Software Activation Trigger, Group 2
EVADC_G2EMUXCTR 0xF0020DF0          External Multiplexer Control Reg., Group 2
EVADC_G2EMUXCS  0xF0020DF4          Ext. Multiplexer Channel Select Reg., Group 2
EVADC_G2VFR     0xF0020DF8          Valid Flag Register, Group 2
EVADC_G2CHCTR0  0xF0020E00          Group 2, Channel 0 Control Register
EVADC_G2CHCTR1  0xF0020E04          Group 2, Channel 1 Control Register
EVADC_G2CHCTR2  0xF0020E08          Group 2, Channel 2 Control Register
EVADC_G2CHCTR3  0xF0020E0C          Group 2, Channel 3 Control Register
EVADC_G2CHCTR4  0xF0020E10          Group 2, Channel 4 Control Register
EVADC_G2CHCTR5  0xF0020E14          Group 2, Channel 5 Control Register
EVADC_G2CHCTR6  0xF0020E18          Group 2, Channel 6 Control Register
EVADC_G2CHCTR7  0xF0020E1C          Group 2, Channel 7 Control Register
EVADC_G2RCR0    0xF0020E80          Group 2 Result Control Register 0
EVADC_G2RCR1    0xF0020E84          Group 2 Result Control Register 1
EVADC_G2RCR2    0xF0020E88          Group 2 Result Control Register 2
EVADC_G2RCR3    0xF0020E8C          Group 2 Result Control Register 3
EVADC_G2RCR4    0xF0020E90          Group 2 Result Control Register 4
EVADC_G2RCR5    0xF0020E94          Group 2 Result Control Register 5
EVADC_G2RCR6    0xF0020E98          Group 2 Result Control Register 6
EVADC_G2RCR7    0xF0020E9C          Group 2 Result Control Register 7
EVADC_G2RCR8    0xF0020EA0          Group 2 Result Control Register 8
EVADC_G2RCR9    0xF0020EA4          Group 2 Result Control Register 9
EVADC_G2RCR10   0xF0020EA8          Group 2 Result Control Register 10
EVADC_G2RCR11   0xF0020EAC          Group 2 Result Control Register 11
EVADC_G2RCR12   0xF0020EB0          Group 2 Result Control Register 12
EVADC_G2RCR13   0xF0020EB4          Group 2 Result Control Register 13
EVADC_G2RCR14   0xF0020EB8          Group 2 Result Control Register 14
EVADC_G2RCR15   0xF0020EBC          Group 2 Result Control Register 15
EVADC_G2RES0    0xF0020F00          Group 2 Result Register 0
EVADC_G2RES1    0xF0020F04          Group 2 Result Register 1
EVADC_G2RES2    0xF0020F08          Group 2 Result Register 2
EVADC_G2RES3    0xF0020F0C          Group 2 Result Register 3
EVADC_G2RES4    0xF0020F10          Group 2 Result Register 4
EVADC_G2RES5    0xF0020F14          Group 2 Result Register 5
EVADC_G2RES6    0xF0020F18          Group 2 Result Register 6
EVADC_G2RES7    0xF0020F1C          Group 2 Result Register 7
EVADC_G2RES8    0xF0020F20          Group 2 Result Register 8
EVADC_G2RES9    0xF0020F24          Group 2 Result Register 9
EVADC_G2RES10   0xF0020F28          Group 2 Result Register 10
EVADC_G2RES11   0xF0020F2C          Group 2 Result Register 11
EVADC_G2RES12   0xF0020F30          Group 2 Result Register 12
EVADC_G2RES13   0xF0020F34          Group 2 Result Register 13
EVADC_G2RES14   0xF0020F38          Group 2 Result Register 14
EVADC_G2RES15   0xF0020F3C          Group 2 Result Register 15
EVADC_G2RESD0   0xF0020F80          Group 2 Result Reg. 0, Debug
EVADC_G2RESD1   0xF0020F84          Group 2 Result Reg. 1, Debug
EVADC_G2RESD2   0xF0020F88          Group 2 Result Reg. 2, Debug
EVADC_G2RESD3   0xF0020F8C          Group 2 Result Reg. 3, Debug
EVADC_G2RESD4   0xF0020F90          Group 2 Result Reg. 4, Debug
EVADC_G2RESD5   0xF0020F94          Group 2 Result Reg. 5, Debug
EVADC_G2RESD6   0xF0020F98          Group 2 Result Reg. 6, Debug
EVADC_G2RESD7   0xF0020F9C          Group 2 Result Reg. 7, Debug
EVADC_G2RESD8   0xF0020FA0          Group 2 Result Reg. 8, Debug
EVADC_G2RESD9   0xF0020FA4          Group 2 Result Reg. 9, Debug
EVADC_G2RESD10  0xF0020FA8          Group 2 Result Reg. 10, Debug
EVADC_G2RESD11  0xF0020FAC          Group 2 Result Reg. 11, Debug
EVADC_G2RESD12  0xF0020FB0          Group 2 Result Reg. 12, Debug
EVADC_G2RESD13  0xF0020FB4          Group 2 Result Reg. 13, Debug
EVADC_G2RESD14  0xF0020FB8          Group 2 Result Reg. 14, Debug
EVADC_G2RESD15  0xF0020FBC          Group 2 Result Reg. 15, Debug
EVADC_G3TRCTR   0xF0021010          Trigger Control Register, Group 3
EVADC_G3ARBCFG  0xF0021080          Arbitration Config. Register, Group 3
EVADC_G3ARBPR   0xF0021084          Arbitration Priority Register, Group 3
EVADC_G3ANCFG   0xF0021088          Analog Fct. Config. Register, Group 3
EVADC_G3ICLASS0 0xF00210A0          Input Class Register 0, Group 3
EVADC_G3ICLASS1 0xF00210A4          Input Class Register 1, Group 3
EVADC_G3ALIAS   0xF00210B0          Alias Register, Group 3
EVADC_G3BOUND   0xF00210B8          Boundary Select Register, Group 3
EVADC_G3SYNCTR  0xF00210C0          Synchronization Control Register, Group 3
EVADC_G3QCTRL0  0xF0021100          Queue 0 Source Contr. Register, Group 3
EVADC_G3QMR0    0xF0021104          Queue 0 Mode Register, Group 3
EVADC_G3QSR0    0xF0021108          Queue 0 Status Register, Group 3
EVADC_G3Q0R0    0xF002110C          Queue 0 Register 0, Group 3
EVADC_G3QINR0   0xF0021110          Queue 0 Input Register, Group 3
EVADC_G3QBUR0   0xF0021114          Queue 0 Backup Register, Group 3
EVADC_G3REQTM0  0xF0021118          Queue 0 Requ. Timer Mode Reg., Group 3
EVADC_G3REQTS0  0xF002111C          Queue 0 Requ. Timer Status Reg., Group 3
EVADC_G3QCTRL1  0xF0021120          Queue 1 Source Contr. Register, Group 3
EVADC_G3QMR1    0xF0021124          Queue 1 Mode Register, Group 3
EVADC_G3QSR1    0xF0021128          Queue 1 Status Register, Group 3
EVADC_G3Q0R1    0xF002112C          Queue 1 Register 0, Group 3
EVADC_G3QINR1   0xF0021130          Queue 1 Input Register, Group 3
EVADC_G3QBUR1   0xF0021134          Queue 1 Backup Register, Group 3
EVADC_G3REQTM1  0xF0021138          Queue 1 Requ. Timer Mode Reg., Group 3
EVADC_G3REQTS1  0xF002113C          Queue 1 Requ. Timer Status Reg., Group 3
EVADC_G3QCTRL2  0xF0021140          Queue 2 Source Contr. Register, Group 3
EVADC_G3QMR2    0xF0021144          Queue 2 Mode Register, Group 3
EVADC_G3QSR2    0xF0021148          Queue 2 Status Register, Group 3
EVADC_G3Q0R2    0xF002114C          Queue 2 Register 0, Group 3
EVADC_G3QINR2   0xF0021150          Queue 2 Input Register, Group 3
EVADC_G3QBUR2   0xF0021154          Queue 2 Backup Register, Group 3
EVADC_G3REQTM2  0xF0021158          Queue 2 Requ. Timer Mode Reg., Group 3
EVADC_G3REQTS2  0xF002115C          Queue 2 Requ. Timer Status Reg., Group 3
EVADC_G3CEFLAG  0xF0021180          Channel Event Flag Register, Group 3
EVADC_G3REFLAG  0xF0021184          Result Event Flag Register, Group 3
EVADC_G3SEFLAG  0xF0021188          Source Event Flag Register, Group 3
EVADC_G3CEFCLR  0xF0021190          Channel Event Flag Clear Register, Group 3
EVADC_G3REFCLR  0xF0021194          Result Event Flag Clear Register, Group 3
EVADC_G3SEFCLR  0xF0021198          Source Event Flag Clear Reg., Group 3
EVADC_G3CEVNP0  0xF00211A0          Channel Event Node Pointer Reg. 0, Group 3
EVADC_G3REVNP0  0xF00211B0          Result Event Node Pointer Reg. 0, Group 3
EVADC_G3REVNP1  0xF00211B4          Result Event Node Pointer Reg. 1, Group 3
EVADC_G3SEVNP   0xF00211C0          Source Event Node Pointer Reg., Group 3
EVADC_G3SRACT   0xF00211C8          Service Request Software Activation Trigger, Group 3
EVADC_G3EMUXCTR 0xF00211F0          External Multiplexer Control Reg., Group 3
EVADC_G3EMUXCS  0xF00211F4          Ext. Multiplexer Channel Select Reg., Group 3
EVADC_G3VFR     0xF00211F8          Valid Flag Register, Group 3
EVADC_G3CHCTR0  0xF0021200          Group 3, Channel 0 Control Register
EVADC_G3CHCTR1  0xF0021204          Group 3, Channel 1 Control Register
EVADC_G3CHCTR2  0xF0021208          Group 3, Channel 2 Control Register
EVADC_G3CHCTR3  0xF002120C          Group 3, Channel 3 Control Register
EVADC_G3CHCTR4  0xF0021210          Group 3, Channel 4 Control Register
EVADC_G3CHCTR5  0xF0021214          Group 3, Channel 5 Control Register
EVADC_G3CHCTR6  0xF0021218          Group 3, Channel 6 Control Register
EVADC_G3CHCTR7  0xF002121C          Group 3, Channel 7 Control Register
EVADC_G3RCR0    0xF0021280          Group 3 Result Control Register 0
EVADC_G3RCR1    0xF0021284          Group 3 Result Control Register 1
EVADC_G3RCR2    0xF0021288          Group 3 Result Control Register 2
EVADC_G3RCR3    0xF002128C          Group 3 Result Control Register 3
EVADC_G3RCR4    0xF0021290          Group 3 Result Control Register 4
EVADC_G3RCR5    0xF0021294          Group 3 Result Control Register 5
EVADC_G3RCR6    0xF0021298          Group 3 Result Control Register 6
EVADC_G3RCR7    0xF002129C          Group 3 Result Control Register 7
EVADC_G3RCR8    0xF00212A0          Group 3 Result Control Register 8
EVADC_G3RCR9    0xF00212A4          Group 3 Result Control Register 9
EVADC_G3RCR10   0xF00212A8          Group 3 Result Control Register 10
EVADC_G3RCR11   0xF00212AC          Group 3 Result Control Register 11
EVADC_G3RCR12   0xF00212B0          Group 3 Result Control Register 12
EVADC_G3RCR13   0xF00212B4          Group 3 Result Control Register 13
EVADC_G3RCR14   0xF00212B8          Group 3 Result Control Register 14
EVADC_G3RCR15   0xF00212BC          Group 3 Result Control Register 15
EVADC_G3RES0    0xF0021300          Group 3 Result Register 0
EVADC_G3RES1    0xF0021304          Group 3 Result Register 1
EVADC_G3RES2    0xF0021308          Group 3 Result Register 2
EVADC_G3RES3    0xF002130C          Group 3 Result Register 3
EVADC_G3RES4    0xF0021310          Group 3 Result Register 4
EVADC_G3RES5    0xF0021314          Group 3 Result Register 5
EVADC_G3RES6    0xF0021318          Group 3 Result Register 6
EVADC_G3RES7    0xF002131C          Group 3 Result Register 7
EVADC_G3RES8    0xF0021320          Group 3 Result Register 8
EVADC_G3RES9    0xF0021324          Group 3 Result Register 9
EVADC_G3RES10   0xF0021328          Group 3 Result Register 10
EVADC_G3RES11   0xF002132C          Group 3 Result Register 11
EVADC_G3RES12   0xF0021330          Group 3 Result Register 12
EVADC_G3RES13   0xF0021334          Group 3 Result Register 13
EVADC_G3RES14   0xF0021338          Group 3 Result Register 14
EVADC_G3RES15   0xF002133C          Group 3 Result Register 15
EVADC_G3RESD0   0xF0021380          Group 3 Result Reg. 0, Debug
EVADC_G3RESD1   0xF0021384          Group 3 Result Reg. 1, Debug
EVADC_G3RESD2   0xF0021388          Group 3 Result Reg. 2, Debug
EVADC_G3RESD3   0xF002138C          Group 3 Result Reg. 3, Debug
EVADC_G3RESD4   0xF0021390          Group 3 Result Reg. 4, Debug
EVADC_G3RESD5   0xF0021394          Group 3 Result Reg. 5, Debug
EVADC_G3RESD6   0xF0021398          Group 3 Result Reg. 6, Debug
EVADC_G3RESD7   0xF002139C          Group 3 Result Reg. 7, Debug
EVADC_G3RESD8   0xF00213A0          Group 3 Result Reg. 8, Debug
EVADC_G3RESD9   0xF00213A4          Group 3 Result Reg. 9, Debug
EVADC_G3RESD10  0xF00213A8          Group 3 Result Reg. 10, Debug
EVADC_G3RESD11  0xF00213AC          Group 3 Result Reg. 11, Debug
EVADC_G3RESD12  0xF00213B0          Group 3 Result Reg. 12, Debug
EVADC_G3RESD13  0xF00213B4          Group 3 Result Reg. 13, Debug
EVADC_G3RESD14  0xF00213B8          Group 3 Result Reg. 14, Debug
EVADC_G3RESD15  0xF00213BC          Group 3 Result Reg. 15, Debug
EVADC_G4TRCTR   0xF0021410          Trigger Control Register, Group 4
EVADC_G4ARBCFG  0xF0021480          Arbitration Config. Register, Group 4
EVADC_G4ARBPR   0xF0021484          Arbitration Priority Register, Group 4
EVADC_G4ANCFG   0xF0021488          Analog Fct. Config. Register, Group 4
EVADC_G4ICLASS0 0xF00214A0          Input Class Register 0, Group 4
EVADC_G4ICLASS1 0xF00214A4          Input Class Register 1, Group 4
EVADC_G4ALIAS   0xF00214B0          Alias Register, Group 4
EVADC_G4BOUND   0xF00214B8          Boundary Select Register, Group 4
EVADC_G4SYNCTR  0xF00214C0          Synchronization Control Register, Group 4
EVADC_G4QCTRL0  0xF0021500          Queue 0 Source Contr. Register, Group 4
EVADC_G4QMR0    0xF0021504          Queue 0 Mode Register, Group 4
EVADC_G4QSR0    0xF0021508          Queue 0 Status Register, Group 4
EVADC_G4Q0R0    0xF002150C          Queue 0 Register 0, Group 4
EVADC_G4QINR0   0xF0021510          Queue 0 Input Register, Group 4
EVADC_G4QBUR0   0xF0021514          Queue 0 Backup Register, Group 4
EVADC_G4REQTM0  0xF0021518          Queue 0 Requ. Timer Mode Reg., Group 4
EVADC_G4REQTS0  0xF002151C          Queue 0 Requ. Timer Status Reg., Group 4
EVADC_G4QCTRL1  0xF0021520          Queue 1 Source Contr. Register, Group 4
EVADC_G4QMR1    0xF0021524          Queue 1 Mode Register, Group 4
EVADC_G4QSR1    0xF0021528          Queue 1 Status Register, Group 4
EVADC_G4Q0R1    0xF002152C          Queue 1 Register 0, Group 4
EVADC_G4QINR1   0xF0021530          Queue 1 Input Register, Group 4
EVADC_G4QBUR1   0xF0021534          Queue 1 Backup Register, Group 4
EVADC_G4REQTM1  0xF0021538          Queue 1 Requ. Timer Mode Reg., Group 4
EVADC_G4REQTS1  0xF002153C          Queue 1 Requ. Timer Status Reg., Group 4
EVADC_G4QCTRL2  0xF0021540          Queue 2 Source Contr. Register, Group 4
EVADC_G4QMR2    0xF0021544          Queue 2 Mode Register, Group 4
EVADC_G4QSR2    0xF0021548          Queue 2 Status Register, Group 4
EVADC_G4Q0R2    0xF002154C          Queue 2 Register 0, Group 4
EVADC_G4QINR2   0xF0021550          Queue 2 Input Register, Group 4
EVADC_G4QBUR2   0xF0021554          Queue 2 Backup Register, Group 4
EVADC_G4REQTM2  0xF0021558          Queue 2 Requ. Timer Mode Reg., Group 4
EVADC_G4REQTS2  0xF002155C          Queue 2 Requ. Timer Status Reg., Group 4
EVADC_G4CEFLAG  0xF0021580          Channel Event Flag Register, Group 4
EVADC_G4REFLAG  0xF0021584          Result Event Flag Register, Group 4
EVADC_G4SEFLAG  0xF0021588          Source Event Flag Register, Group 4
EVADC_G4CEFCLR  0xF0021590          Channel Event Flag Clear Register, Group 4
EVADC_G4REFCLR  0xF0021594          Result Event Flag Clear Register, Group 4
EVADC_G4SEFCLR  0xF0021598          Source Event Flag Clear Reg., Group 4
EVADC_G4CEVNP0  0xF00215A0          Channel Event Node Pointer Reg. 0, Group 4
EVADC_G4REVNP0  0xF00215B0          Result Event Node Pointer Reg. 0, Group 4
EVADC_G4REVNP1  0xF00215B4          Result Event Node Pointer Reg. 1, Group 4
EVADC_G4SEVNP   0xF00215C0          Source Event Node Pointer Reg., Group 4
EVADC_G4SRACT   0xF00215C8          Service Request Software Activation Trigger, Group 4
EVADC_G4EMUXCTR 0xF00215F0          External Multiplexer Control Reg., Group 4
EVADC_G4EMUXCS  0xF00215F4          Ext. Multiplexer Channel Select Reg., Group 4
EVADC_G4VFR     0xF00215F8          Valid Flag Register, Group 4
EVADC_G4CHCTR0  0xF0021600          Group 4, Channel 0 Control Register
EVADC_G4CHCTR1  0xF0021604          Group 4, Channel 1 Control Register
EVADC_G4CHCTR2  0xF0021608          Group 4, Channel 2 Control Register
EVADC_G4CHCTR3  0xF002160C          Group 4, Channel 3 Control Register
EVADC_G4CHCTR4  0xF0021610          Group 4, Channel 4 Control Register
EVADC_G4CHCTR5  0xF0021614          Group 4, Channel 5 Control Register
EVADC_G4CHCTR6  0xF0021618          Group 4, Channel 6 Control Register
EVADC_G4CHCTR7  0xF002161C          Group 4, Channel 7 Control Register
EVADC_G4RCR0    0xF0021680          Group 4 Result Control Register 0
EVADC_G4RCR1    0xF0021684          Group 4 Result Control Register 1
EVADC_G4RCR2    0xF0021688          Group 4 Result Control Register 2
EVADC_G4RCR3    0xF002168C          Group 4 Result Control Register 3
EVADC_G4RCR4    0xF0021690          Group 4 Result Control Register 4
EVADC_G4RCR5    0xF0021694          Group 4 Result Control Register 5
EVADC_G4RCR6    0xF0021698          Group 4 Result Control Register 6
EVADC_G4RCR7    0xF002169C          Group 4 Result Control Register 7
EVADC_G4RCR8    0xF00216A0          Group 4 Result Control Register 8
EVADC_G4RCR9    0xF00216A4          Group 4 Result Control Register 9
EVADC_G4RCR10   0xF00216A8          Group 4 Result Control Register 10
EVADC_G4RCR11   0xF00216AC          Group 4 Result Control Register 11
EVADC_G4RCR12   0xF00216B0          Group 4 Result Control Register 12
EVADC_G4RCR13   0xF00216B4          Group 4 Result Control Register 13
EVADC_G4RCR14   0xF00216B8          Group 4 Result Control Register 14
EVADC_G4RCR15   0xF00216BC          Group 4 Result Control Register 15
EVADC_G4RES0    0xF0021700          Group 4 Result Register 0
EVADC_G4RES1    0xF0021704          Group 4 Result Register 1
EVADC_G4RES2    0xF0021708          Group 4 Result Register 2
EVADC_G4RES3    0xF002170C          Group 4 Result Register 3
EVADC_G4RES4    0xF0021710          Group 4 Result Register 4
EVADC_G4RES5    0xF0021714          Group 4 Result Register 5
EVADC_G4RES6    0xF0021718          Group 4 Result Register 6
EVADC_G4RES7    0xF002171C          Group 4 Result Register 7
EVADC_G4RES8    0xF0021720          Group 4 Result Register 8
EVADC_G4RES9    0xF0021724          Group 4 Result Register 9
EVADC_G4RES10   0xF0021728          Group 4 Result Register 10
EVADC_G4RES11   0xF002172C          Group 4 Result Register 11
EVADC_G4RES12   0xF0021730          Group 4 Result Register 12
EVADC_G4RES13   0xF0021734          Group 4 Result Register 13
EVADC_G4RES14   0xF0021738          Group 4 Result Register 14
EVADC_G4RES15   0xF002173C          Group 4 Result Register 15
EVADC_G4RESD0   0xF0021780          Group 4 Result Reg. 0, Debug
EVADC_G4RESD1   0xF0021784          Group 4 Result Reg. 1, Debug
EVADC_G4RESD2   0xF0021788          Group 4 Result Reg. 2, Debug
EVADC_G4RESD3   0xF002178C          Group 4 Result Reg. 3, Debug
EVADC_G4RESD4   0xF0021790          Group 4 Result Reg. 4, Debug
EVADC_G4RESD5   0xF0021794          Group 4 Result Reg. 5, Debug
EVADC_G4RESD6   0xF0021798          Group 4 Result Reg. 6, Debug
EVADC_G4RESD7   0xF002179C          Group 4 Result Reg. 7, Debug
EVADC_G4RESD8   0xF00217A0          Group 4 Result Reg. 8, Debug
EVADC_G4RESD9   0xF00217A4          Group 4 Result Reg. 9, Debug
EVADC_G4RESD10  0xF00217A8          Group 4 Result Reg. 10, Debug
EVADC_G4RESD11  0xF00217AC          Group 4 Result Reg. 11, Debug
EVADC_G4RESD12  0xF00217B0          Group 4 Result Reg. 12, Debug
EVADC_G4RESD13  0xF00217B4          Group 4 Result Reg. 13, Debug
EVADC_G4RESD14  0xF00217B8          Group 4 Result Reg. 14, Debug
EVADC_G4RESD15  0xF00217BC          Group 4 Result Reg. 15, Debug
EVADC_G5TRCTR   0xF0021810          Trigger Control Register, Group 5
EVADC_G5ARBCFG  0xF0021880          Arbitration Config. Register, Group 5
EVADC_G5ARBPR   0xF0021884          Arbitration Priority Register, Group 5
EVADC_G5ANCFG   0xF0021888          Analog Fct. Config. Register, Group 5
EVADC_G5ICLASS0 0xF00218A0          Input Class Register 0, Group 5
EVADC_G5ICLASS1 0xF00218A4          Input Class Register 1, Group 5
EVADC_G5ALIAS   0xF00218B0          Alias Register, Group 5
EVADC_G5BOUND   0xF00218B8          Boundary Select Register, Group 5
EVADC_G5SYNCTR  0xF00218C0          Synchronization Control Register, Group 5
EVADC_G5QCTRL0  0xF0021900          Queue 0 Source Contr. Register, Group 5
EVADC_G5QMR0    0xF0021904          Queue 0 Mode Register, Group 5
EVADC_G5QSR0    0xF0021908          Queue 0 Status Register, Group 5
EVADC_G5Q0R0    0xF002190C          Queue 0 Register 0, Group 5
EVADC_G5QINR0   0xF0021910          Queue 0 Input Register, Group 5
EVADC_G5QBUR0   0xF0021914          Queue 0 Backup Register, Group 5
EVADC_G5REQTM0  0xF0021918          Queue 0 Requ. Timer Mode Reg., Group 5
EVADC_G5REQTS0  0xF002191C          Queue 0 Requ. Timer Status Reg., Group 5
EVADC_G5QCTRL1  0xF0021920          Queue 1 Source Contr. Register, Group 5
EVADC_G5QMR1    0xF0021924          Queue 1 Mode Register, Group 5
EVADC_G5QSR1    0xF0021928          Queue 1 Status Register, Group 5
EVADC_G5Q0R1    0xF002192C          Queue 1 Register 0, Group 5
EVADC_G5QINR1   0xF0021930          Queue 1 Input Register, Group 5
EVADC_G5QBUR1   0xF0021934          Queue 1 Backup Register, Group 5
EVADC_G5REQTM1  0xF0021938          Queue 1 Requ. Timer Mode Reg., Group 5
EVADC_G5REQTS1  0xF002193C          Queue 1 Requ. Timer Status Reg., Group 5
EVADC_G5QCTRL2  0xF0021940          Queue 2 Source Contr. Register, Group 5
EVADC_G5QMR2    0xF0021944          Queue 2 Mode Register, Group 5
EVADC_G5QSR2    0xF0021948          Queue 2 Status Register, Group 5
EVADC_G5Q0R2    0xF002194C          Queue 2 Register 0, Group 5
EVADC_G5QINR2   0xF0021950          Queue 2 Input Register, Group 5
EVADC_G5QBUR2   0xF0021954          Queue 2 Backup Register, Group 5
EVADC_G5REQTM2  0xF0021958          Queue 2 Requ. Timer Mode Reg., Group 5
EVADC_G5REQTS2  0xF002195C          Queue 2 Requ. Timer Status Reg., Group 5
EVADC_G5CEFLAG  0xF0021980          Channel Event Flag Register, Group 5
EVADC_G5REFLAG  0xF0021984          Result Event Flag Register, Group 5
EVADC_G5SEFLAG  0xF0021988          Source Event Flag Register, Group 5
EVADC_G5CEFCLR  0xF0021990          Channel Event Flag Clear Register, Group 5
EVADC_G5REFCLR  0xF0021994          Result Event Flag Clear Register, Group 5
EVADC_G5SEFCLR  0xF0021998          Source Event Flag Clear Reg., Group 5
EVADC_G5CEVNP0  0xF00219A0          Channel Event Node Pointer Reg. 0, Group 5
EVADC_G5REVNP0  0xF00219B0          Result Event Node Pointer Reg. 0, Group 5
EVADC_G5REVNP1  0xF00219B4          Result Event Node Pointer Reg. 1, Group 5
EVADC_G5SEVNP   0xF00219C0          Source Event Node Pointer Reg., Group 5
EVADC_G5SRACT   0xF00219C8          Service Request Software Activation Trigger, Group 5
EVADC_G5EMUXCTR 0xF00219F0          External Multiplexer Control Reg., Group 5
EVADC_G5EMUXCS  0xF00219F4          Ext. Multiplexer Channel Select Reg., Group 5
EVADC_G5VFR     0xF00219F8          Valid Flag Register, Group 5
EVADC_G5CHCTR0  0xF0021A00          Group 5, Channel 0 Control Register
EVADC_G5CHCTR1  0xF0021A04          Group 5, Channel 1 Control Register
EVADC_G5CHCTR2  0xF0021A08          Group 5, Channel 2 Control Register
EVADC_G5CHCTR3  0xF0021A0C          Group 5, Channel 3 Control Register
EVADC_G5CHCTR4  0xF0021A10          Group 5, Channel 4 Control Register
EVADC_G5CHCTR5  0xF0021A14          Group 5, Channel 5 Control Register
EVADC_G5CHCTR6  0xF0021A18          Group 5, Channel 6 Control Register
EVADC_G5CHCTR7  0xF0021A1C          Group 5, Channel 7 Control Register
EVADC_G5RCR0    0xF0021A80          Group 5 Result Control Register 0
EVADC_G5RCR1    0xF0021A84          Group 5 Result Control Register 1
EVADC_G5RCR2    0xF0021A88          Group 5 Result Control Register 2
EVADC_G5RCR3    0xF0021A8C          Group 5 Result Control Register 3
EVADC_G5RCR4    0xF0021A90          Group 5 Result Control Register 4
EVADC_G5RCR5    0xF0021A94          Group 5 Result Control Register 5
EVADC_G5RCR6    0xF0021A98          Group 5 Result Control Register 6
EVADC_G5RCR7    0xF0021A9C          Group 5 Result Control Register 7
EVADC_G5RCR8    0xF0021AA0          Group 5 Result Control Register 8
EVADC_G5RCR9    0xF0021AA4          Group 5 Result Control Register 9
EVADC_G5RCR10   0xF0021AA8          Group 5 Result Control Register 10
EVADC_G5RCR11   0xF0021AAC          Group 5 Result Control Register 11
EVADC_G5RCR12   0xF0021AB0          Group 5 Result Control Register 12
EVADC_G5RCR13   0xF0021AB4          Group 5 Result Control Register 13
EVADC_G5RCR14   0xF0021AB8          Group 5 Result Control Register 14
EVADC_G5RCR15   0xF0021ABC          Group 5 Result Control Register 15
EVADC_G5RES0    0xF0021B00          Group 5 Result Register 0
EVADC_G5RES1    0xF0021B04          Group 5 Result Register 1
EVADC_G5RES2    0xF0021B08          Group 5 Result Register 2
EVADC_G5RES3    0xF0021B0C          Group 5 Result Register 3
EVADC_G5RES4    0xF0021B10          Group 5 Result Register 4
EVADC_G5RES5    0xF0021B14          Group 5 Result Register 5
EVADC_G5RES6    0xF0021B18          Group 5 Result Register 6
EVADC_G5RES7    0xF0021B1C          Group 5 Result Register 7
EVADC_G5RES8    0xF0021B20          Group 5 Result Register 8
EVADC_G5RES9    0xF0021B24          Group 5 Result Register 9
EVADC_G5RES10   0xF0021B28          Group 5 Result Register 10
EVADC_G5RES11   0xF0021B2C          Group 5 Result Register 11
EVADC_G5RES12   0xF0021B30          Group 5 Result Register 12
EVADC_G5RES13   0xF0021B34          Group 5 Result Register 13
EVADC_G5RES14   0xF0021B38          Group 5 Result Register 14
EVADC_G5RES15   0xF0021B3C          Group 5 Result Register 15
EVADC_G5RESD0   0xF0021B80          Group 5 Result Reg. 0, Debug
EVADC_G5RESD1   0xF0021B84          Group 5 Result Reg. 1, Debug
EVADC_G5RESD2   0xF0021B88          Group 5 Result Reg. 2, Debug
EVADC_G5RESD3   0xF0021B8C          Group 5 Result Reg. 3, Debug
EVADC_G5RESD4   0xF0021B90          Group 5 Result Reg. 4, Debug
EVADC_G5RESD5   0xF0021B94          Group 5 Result Reg. 5, Debug
EVADC_G5RESD6   0xF0021B98          Group 5 Result Reg. 6, Debug
EVADC_G5RESD7   0xF0021B9C          Group 5 Result Reg. 7, Debug
EVADC_G5RESD8   0xF0021BA0          Group 5 Result Reg. 8, Debug
EVADC_G5RESD9   0xF0021BA4          Group 5 Result Reg. 9, Debug
EVADC_G5RESD10  0xF0021BA8          Group 5 Result Reg. 10, Debug
EVADC_G5RESD11  0xF0021BAC          Group 5 Result Reg. 11, Debug
EVADC_G5RESD12  0xF0021BB0          Group 5 Result Reg. 12, Debug
EVADC_G5RESD13  0xF0021BB4          Group 5 Result Reg. 13, Debug
EVADC_G5RESD14  0xF0021BB8          Group 5 Result Reg. 14, Debug
EVADC_G5RESD15  0xF0021BBC          Group 5 Result Reg. 15, Debug
EVADC_G6TRCTR   0xF0021C10          Trigger Control Register, Group 6
EVADC_G6ARBCFG  0xF0021C80          Arbitration Config. Register, Group 6
EVADC_G6ARBPR   0xF0021C84          Arbitration Priority Register, Group 6
EVADC_G6ANCFG   0xF0021C88          Analog Fct. Config. Register, Group 6
EVADC_G6ICLASS0 0xF0021CA0          Input Class Register 0, Group 6
EVADC_G6ICLASS1 0xF0021CA4          Input Class Register 1, Group 6
EVADC_G6ALIAS   0xF0021CB0          Alias Register, Group 6
EVADC_G6BOUND   0xF0021CB8          Boundary Select Register, Group 6
EVADC_G6SYNCTR  0xF0021CC0          Synchronization Control Register, Group 6
EVADC_G6QCTRL0  0xF0021D00          Queue 0 Source Contr. Register, Group 6
EVADC_G6QMR0    0xF0021D04          Queue 0 Mode Register, Group 6
EVADC_G6QSR0    0xF0021D08          Queue 0 Status Register, Group 6
EVADC_G6Q0R0    0xF0021D0C          Queue 0 Register 0, Group 6
EVADC_G6QINR0   0xF0021D10          Queue 0 Input Register, Group 6
EVADC_G6QBUR0   0xF0021D14          Queue 0 Backup Register, Group 6
EVADC_G6REQTM0  0xF0021D18          Queue 0 Requ. Timer Mode Reg., Group 6
EVADC_G6REQTS0  0xF0021D1C          Queue 0 Requ. Timer Status Reg., Group 6
EVADC_G6QCTRL1  0xF0021D20          Queue 1 Source Contr. Register, Group 6
EVADC_G6QMR1    0xF0021D24          Queue 1 Mode Register, Group 6
EVADC_G6QSR1    0xF0021D28          Queue 1 Status Register, Group 6
EVADC_G6Q0R1    0xF0021D2C          Queue 1 Register 0, Group 6
EVADC_G6QINR1   0xF0021D30          Queue 1 Input Register, Group 6
EVADC_G6QBUR1   0xF0021D34          Queue 1 Backup Register, Group 6
EVADC_G6REQTM1  0xF0021D38          Queue 1 Requ. Timer Mode Reg., Group 6
EVADC_G6REQTS1  0xF0021D3C          Queue 1 Requ. Timer Status Reg., Group 6
EVADC_G6QCTRL2  0xF0021D40          Queue 2 Source Contr. Register, Group 6
EVADC_G6QMR2    0xF0021D44          Queue 2 Mode Register, Group 6
EVADC_G6QSR2    0xF0021D48          Queue 2 Status Register, Group 6
EVADC_G6Q0R2    0xF0021D4C          Queue 2 Register 0, Group 6
EVADC_G6QINR2   0xF0021D50          Queue 2 Input Register, Group 6
EVADC_G6QBUR2   0xF0021D54          Queue 2 Backup Register, Group 6
EVADC_G6REQTM2  0xF0021D58          Queue 2 Requ. Timer Mode Reg., Group 6
EVADC_G6REQTS2  0xF0021D5C          Queue 2 Requ. Timer Status Reg., Group 6
EVADC_G6CEFLAG  0xF0021D80          Channel Event Flag Register, Group 6
EVADC_G6REFLAG  0xF0021D84          Result Event Flag Register, Group 6
EVADC_G6SEFLAG  0xF0021D88          Source Event Flag Register, Group 6
EVADC_G6CEFCLR  0xF0021D90          Channel Event Flag Clear Register, Group 6
EVADC_G6REFCLR  0xF0021D94          Result Event Flag Clear Register, Group 6
EVADC_G6SEFCLR  0xF0021D98          Source Event Flag Clear Reg., Group 6
EVADC_G6CEVNP0  0xF0021DA0          Channel Event Node Pointer Reg. 0, Group 6
EVADC_G6REVNP0  0xF0021DB0          Result Event Node Pointer Reg. 0, Group 6
EVADC_G6REVNP1  0xF0021DB4          Result Event Node Pointer Reg. 1, Group 6
EVADC_G6SEVNP   0xF0021DC0          Source Event Node Pointer Reg., Group 6
EVADC_G6SRACT   0xF0021DC8          Service Request Software Activation Trigger, Group 6
EVADC_G6EMUXCTR 0xF0021DF0          External Multiplexer Control Reg., Group 6
EVADC_G6EMUXCS  0xF0021DF4          Ext. Multiplexer Channel Select Reg., Group 6
EVADC_G6VFR     0xF0021DF8          Valid Flag Register, Group 6
EVADC_G6CHCTR0  0xF0021E00          Group 6, Channel 0 Control Register
EVADC_G6CHCTR1  0xF0021E04          Group 6, Channel 1 Control Register
EVADC_G6CHCTR2  0xF0021E08          Group 6, Channel 2 Control Register
EVADC_G6CHCTR3  0xF0021E0C          Group 6, Channel 3 Control Register
EVADC_G6CHCTR4  0xF0021E10          Group 6, Channel 4 Control Register
EVADC_G6CHCTR5  0xF0021E14          Group 6, Channel 5 Control Register
EVADC_G6CHCTR6  0xF0021E18          Group 6, Channel 6 Control Register
EVADC_G6CHCTR7  0xF0021E1C          Group 6, Channel 7 Control Register
EVADC_G6RCR0    0xF0021E80          Group 6 Result Control Register 0
EVADC_G6RCR1    0xF0021E84          Group 6 Result Control Register 1
EVADC_G6RCR2    0xF0021E88          Group 6 Result Control Register 2
EVADC_G6RCR3    0xF0021E8C          Group 6 Result Control Register 3
EVADC_G6RCR4    0xF0021E90          Group 6 Result Control Register 4
EVADC_G6RCR5    0xF0021E94          Group 6 Result Control Register 5
EVADC_G6RCR6    0xF0021E98          Group 6 Result Control Register 6
EVADC_G6RCR7    0xF0021E9C          Group 6 Result Control Register 7
EVADC_G6RCR8    0xF0021EA0          Group 6 Result Control Register 8
EVADC_G6RCR9    0xF0021EA4          Group 6 Result Control Register 9
EVADC_G6RCR10   0xF0021EA8          Group 6 Result Control Register 10
EVADC_G6RCR11   0xF0021EAC          Group 6 Result Control Register 11
EVADC_G6RCR12   0xF0021EB0          Group 6 Result Control Register 12
EVADC_G6RCR13   0xF0021EB4          Group 6 Result Control Register 13
EVADC_G6RCR14   0xF0021EB8          Group 6 Result Control Register 14
EVADC_G6RCR15   0xF0021EBC          Group 6 Result Control Register 15
EVADC_G6RES0    0xF0021F00          Group 6 Result Register 0
EVADC_G6RES1    0xF0021F04          Group 6 Result Register 1
EVADC_G6RES2    0xF0021F08          Group 6 Result Register 2
EVADC_G6RES3    0xF0021F0C          Group 6 Result Register 3
EVADC_G6RES4    0xF0021F10          Group 6 Result Register 4
EVADC_G6RES5    0xF0021F14          Group 6 Result Register 5
EVADC_G6RES6    0xF0021F18          Group 6 Result Register 6
EVADC_G6RES7    0xF0021F1C          Group 6 Result Register 7
EVADC_G6RES8    0xF0021F20          Group 6 Result Register 8
EVADC_G6RES9    0xF0021F24          Group 6 Result Register 9
EVADC_G6RES10   0xF0021F28          Group 6 Result Register 10
EVADC_G6RES11   0xF0021F2C          Group 6 Result Register 11
EVADC_G6RES12   0xF0021F30          Group 6 Result Register 12
EVADC_G6RES13   0xF0021F34          Group 6 Result Register 13
EVADC_G6RES14   0xF0021F38          Group 6 Result Register 14
EVADC_G6RES15   0xF0021F3C          Group 6 Result Register 15
EVADC_G6RESD0   0xF0021F80          Group 6 Result Reg. 0, Debug
EVADC_G6RESD1   0xF0021F84          Group 6 Result Reg. 1, Debug
EVADC_G6RESD2   0xF0021F88          Group 6 Result Reg. 2, Debug
EVADC_G6RESD3   0xF0021F8C          Group 6 Result Reg. 3, Debug
EVADC_G6RESD4   0xF0021F90          Group 6 Result Reg. 4, Debug
EVADC_G6RESD5   0xF0021F94          Group 6 Result Reg. 5, Debug
EVADC_G6RESD6   0xF0021F98          Group 6 Result Reg. 6, Debug
EVADC_G6RESD7   0xF0021F9C          Group 6 Result Reg. 7, Debug
EVADC_G6RESD8   0xF0021FA0          Group 6 Result Reg. 8, Debug
EVADC_G6RESD9   0xF0021FA4          Group 6 Result Reg. 9, Debug
EVADC_G6RESD10  0xF0021FA8          Group 6 Result Reg. 10, Debug
EVADC_G6RESD11  0xF0021FAC          Group 6 Result Reg. 11, Debug
EVADC_G6RESD12  0xF0021FB0          Group 6 Result Reg. 12, Debug
EVADC_G6RESD13  0xF0021FB4          Group 6 Result Reg. 13, Debug
EVADC_G6RESD14  0xF0021FB8          Group 6 Result Reg. 14, Debug
EVADC_G6RESD15  0xF0021FBC          Group 6 Result Reg. 15, Debug
EVADC_G7TRCTR   0xF0022010          Trigger Control Register, Group 7
EVADC_G7ARBCFG  0xF0022080          Arbitration Config. Register, Group 7
EVADC_G7ARBPR   0xF0022084          Arbitration Priority Register, Group 7
EVADC_G7ANCFG   0xF0022088          Analog Fct. Config. Register, Group 7
EVADC_G7ICLASS0 0xF00220A0          Input Class Register 0, Group 7
EVADC_G7ICLASS1 0xF00220A4          Input Class Register 1, Group 7
EVADC_G7ALIAS   0xF00220B0          Alias Register, Group 7
EVADC_G7BOUND   0xF00220B8          Boundary Select Register, Group 7
EVADC_G7SYNCTR  0xF00220C0          Synchronization Control Register, Group 7
EVADC_G7QCTRL0  0xF0022100          Queue 0 Source Contr. Register, Group 7
EVADC_G7QMR0    0xF0022104          Queue 0 Mode Register, Group 7
EVADC_G7QSR0    0xF0022108          Queue 0 Status Register, Group 7
EVADC_G7Q0R0    0xF002210C          Queue 0 Register 0, Group 7
EVADC_G7QINR0   0xF0022110          Queue 0 Input Register, Group 7
EVADC_G7QBUR0   0xF0022114          Queue 0 Backup Register, Group 7
EVADC_G7REQTM0  0xF0022118          Queue 0 Requ. Timer Mode Reg., Group 7
EVADC_G7REQTS0  0xF002211C          Queue 0 Requ. Timer Status Reg., Group 7
EVADC_G7QCTRL1  0xF0022120          Queue 1 Source Contr. Register, Group 7
EVADC_G7QMR1    0xF0022124          Queue 1 Mode Register, Group 7
EVADC_G7QSR1    0xF0022128          Queue 1 Status Register, Group 7
EVADC_G7Q0R1    0xF002212C          Queue 1 Register 0, Group 7
EVADC_G7QINR1   0xF0022130          Queue 1 Input Register, Group 7
EVADC_G7QBUR1   0xF0022134          Queue 1 Backup Register, Group 7
EVADC_G7REQTM1  0xF0022138          Queue 1 Requ. Timer Mode Reg., Group 7
EVADC_G7REQTS1  0xF002213C          Queue 1 Requ. Timer Status Reg., Group 7
EVADC_G7QCTRL2  0xF0022140          Queue 2 Source Contr. Register, Group 7
EVADC_G7QMR2    0xF0022144          Queue 2 Mode Register, Group 7
EVADC_G7QSR2    0xF0022148          Queue 2 Status Register, Group 7
EVADC_G7Q0R2    0xF002214C          Queue 2 Register 0, Group 7
EVADC_G7QINR2   0xF0022150          Queue 2 Input Register, Group 7
EVADC_G7QBUR2   0xF0022154          Queue 2 Backup Register, Group 7
EVADC_G7REQTM2  0xF0022158          Queue 2 Requ. Timer Mode Reg., Group 7
EVADC_G7REQTS2  0xF002215C          Queue 2 Requ. Timer Status Reg., Group 7
EVADC_G7CEFLAG  0xF0022180          Channel Event Flag Register, Group 7
EVADC_G7REFLAG  0xF0022184          Result Event Flag Register, Group 7
EVADC_G7SEFLAG  0xF0022188          Source Event Flag Register, Group 7
EVADC_G7CEFCLR  0xF0022190          Channel Event Flag Clear Register, Group 7
EVADC_G7REFCLR  0xF0022194          Result Event Flag Clear Register, Group 7
EVADC_G7SEFCLR  0xF0022198          Source Event Flag Clear Reg., Group 7
EVADC_G7CEVNP0  0xF00221A0          Channel Event Node Pointer Reg. 0, Group 7
EVADC_G7REVNP0  0xF00221B0          Result Event Node Pointer Reg. 0, Group 7
EVADC_G7REVNP1  0xF00221B4          Result Event Node Pointer Reg. 1, Group 7
EVADC_G7SEVNP   0xF00221C0          Source Event Node Pointer Reg., Group 7
EVADC_G7SRACT   0xF00221C8          Service Request Software Activation Trigger, Group 7
EVADC_G7EMUXCTR 0xF00221F0          External Multiplexer Control Reg., Group 7
EVADC_G7EMUXCS  0xF00221F4          Ext. Multiplexer Channel Select Reg., Group 7
EVADC_G7VFR     0xF00221F8          Valid Flag Register, Group 7
EVADC_G7CHCTR0  0xF0022200          Group 7, Channel 0 Control Register
EVADC_G7CHCTR1  0xF0022204          Group 7, Channel 1 Control Register
EVADC_G7CHCTR2  0xF0022208          Group 7, Channel 2 Control Register
EVADC_G7CHCTR3  0xF002220C          Group 7, Channel 3 Control Register
EVADC_G7CHCTR4  0xF0022210          Group 7, Channel 4 Control Register
EVADC_G7CHCTR5  0xF0022214          Group 7, Channel 5 Control Register
EVADC_G7CHCTR6  0xF0022218          Group 7, Channel 6 Control Register
EVADC_G7CHCTR7  0xF002221C          Group 7, Channel 7 Control Register
EVADC_G7RCR0    0xF0022280          Group 7 Result Control Register 0
EVADC_G7RCR1    0xF0022284          Group 7 Result Control Register 1
EVADC_G7RCR2    0xF0022288          Group 7 Result Control Register 2
EVADC_G7RCR3    0xF002228C          Group 7 Result Control Register 3
EVADC_G7RCR4    0xF0022290          Group 7 Result Control Register 4
EVADC_G7RCR5    0xF0022294          Group 7 Result Control Register 5
EVADC_G7RCR6    0xF0022298          Group 7 Result Control Register 6
EVADC_G7RCR7    0xF002229C          Group 7 Result Control Register 7
EVADC_G7RCR8    0xF00222A0          Group 7 Result Control Register 8
EVADC_G7RCR9    0xF00222A4          Group 7 Result Control Register 9
EVADC_G7RCR10   0xF00222A8          Group 7 Result Control Register 10
EVADC_G7RCR11   0xF00222AC          Group 7 Result Control Register 11
EVADC_G7RCR12   0xF00222B0          Group 7 Result Control Register 12
EVADC_G7RCR13   0xF00222B4          Group 7 Result Control Register 13
EVADC_G7RCR14   0xF00222B8          Group 7 Result Control Register 14
EVADC_G7RCR15   0xF00222BC          Group 7 Result Control Register 15
EVADC_G7RES0    0xF0022300          Group 7 Result Register 0
EVADC_G7RES1    0xF0022304          Group 7 Result Register 1
EVADC_G7RES2    0xF0022308          Group 7 Result Register 2
EVADC_G7RES3    0xF002230C          Group 7 Result Register 3
EVADC_G7RES4    0xF0022310          Group 7 Result Register 4
EVADC_G7RES5    0xF0022314          Group 7 Result Register 5
EVADC_G7RES6    0xF0022318          Group 7 Result Register 6
EVADC_G7RES7    0xF002231C          Group 7 Result Register 7
EVADC_G7RES8    0xF0022320          Group 7 Result Register 8
EVADC_G7RES9    0xF0022324          Group 7 Result Register 9
EVADC_G7RES10   0xF0022328          Group 7 Result Register 10
EVADC_G7RES11   0xF002232C          Group 7 Result Register 11
EVADC_G7RES12   0xF0022330          Group 7 Result Register 12
EVADC_G7RES13   0xF0022334          Group 7 Result Register 13
EVADC_G7RES14   0xF0022338          Group 7 Result Register 14
EVADC_G7RES15   0xF002233C          Group 7 Result Register 15
EVADC_G7RESD0   0xF0022380          Group 7 Result Reg. 0, Debug
EVADC_G7RESD1   0xF0022384          Group 7 Result Reg. 1, Debug
EVADC_G7RESD2   0xF0022388          Group 7 Result Reg. 2, Debug
EVADC_G7RESD3   0xF002238C          Group 7 Result Reg. 3, Debug
EVADC_G7RESD4   0xF0022390          Group 7 Result Reg. 4, Debug
EVADC_G7RESD5   0xF0022394          Group 7 Result Reg. 5, Debug
EVADC_G7RESD6   0xF0022398          Group 7 Result Reg. 6, Debug
EVADC_G7RESD7   0xF002239C          Group 7 Result Reg. 7, Debug
EVADC_G7RESD8   0xF00223A0          Group 7 Result Reg. 8, Debug
EVADC_G7RESD9   0xF00223A4          Group 7 Result Reg. 9, Debug
EVADC_G7RESD10  0xF00223A8          Group 7 Result Reg. 10, Debug
EVADC_G7RESD11  0xF00223AC          Group 7 Result Reg. 11, Debug
EVADC_G7RESD12  0xF00223B0          Group 7 Result Reg. 12, Debug
EVADC_G7RESD13  0xF00223B4          Group 7 Result Reg. 13, Debug
EVADC_G7RESD14  0xF00223B8          Group 7 Result Reg. 14, Debug
EVADC_G7RESD15  0xF00223BC          Group 7 Result Reg. 15, Debug
EVADC_G8TRCTR   0xF0022410          Trigger Control Register, Group 8
EVADC_G8ARBCFG  0xF0022480          Arbitration Config. Register, Group 8
EVADC_G8ARBPR   0xF0022484          Arbitration Priority Register, Group 8
EVADC_G8ANCFG   0xF0022488          Analog Fct. Config. Register, Group 8
EVADC_G8ICLASS0 0xF00224A0          Input Class Register 0, Group 8
EVADC_G8ICLASS1 0xF00224A4          Input Class Register 1, Group 8
EVADC_G8ALIAS   0xF00224B0          Alias Register, Group 8
EVADC_G8BOUND   0xF00224B8          Boundary Select Register, Group 8
EVADC_G8SYNCTR  0xF00224C0          Synchronization Control Register, Group 8
EVADC_G8QCTRL0  0xF0022500          Queue 0 Source Contr. Register, Group 8
EVADC_G8QMR0    0xF0022504          Queue 0 Mode Register, Group 8
EVADC_G8QSR0    0xF0022508          Queue 0 Status Register, Group 8
EVADC_G8Q0R0    0xF002250C          Queue 0 Register 0, Group 8
EVADC_G8QINR0   0xF0022510          Queue 0 Input Register, Group 8
EVADC_G8QBUR0   0xF0022514          Queue 0 Backup Register, Group 8
EVADC_G8REQTM0  0xF0022518          Queue 0 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS0  0xF002251C          Queue 0 Requ. Timer Status Reg., Group 8
EVADC_G8QCTRL1  0xF0022520          Queue 1 Source Contr. Register, Group 8
EVADC_G8QMR1    0xF0022524          Queue 1 Mode Register, Group 8
EVADC_G8QSR1    0xF0022528          Queue 1 Status Register, Group 8
EVADC_G8Q0R1    0xF002252C          Queue 1 Register 0, Group 8
EVADC_G8QINR1   0xF0022530          Queue 1 Input Register, Group 8
EVADC_G8QBUR1   0xF0022534          Queue 1 Backup Register, Group 8
EVADC_G8REQTM1  0xF0022538          Queue 1 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS1  0xF002253C          Queue 1 Requ. Timer Status Reg., Group 8
EVADC_G8QCTRL2  0xF0022540          Queue 2 Source Contr. Register, Group 8
EVADC_G8QMR2    0xF0022544          Queue 2 Mode Register, Group 8
EVADC_G8QSR2    0xF0022548          Queue 2 Status Register, Group 8
EVADC_G8Q0R2    0xF002254C          Queue 2 Register 0, Group 8
EVADC_G8QINR2   0xF0022550          Queue 2 Input Register, Group 8
EVADC_G8QBUR2   0xF0022554          Queue 2 Backup Register, Group 8
EVADC_G8REQTM2  0xF0022558          Queue 2 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS2  0xF002255C          Queue 2 Requ. Timer Status Reg., Group 8
EVADC_G8CEFLAG  0xF0022580          Channel Event Flag Register, Group 8
EVADC_G8REFLAG  0xF0022584          Result Event Flag Register, Group 8
EVADC_G8SEFLAG  0xF0022588          Source Event Flag Register, Group 8
EVADC_G8CEFCLR  0xF0022590          Channel Event Flag Clear Register, Group 8
EVADC_G8REFCLR  0xF0022594          Result Event Flag Clear Register, Group 8
EVADC_G8SEFCLR  0xF0022598          Source Event Flag Clear Reg., Group 8
EVADC_G8CEVNP0  0xF00225A0          Channel Event Node Pointer Reg. 0, Group 8
EVADC_G8CEVNP1  0xF00225A4          Channel Event Node Pointer Reg. 1, Group 8
EVADC_G8REVNP0  0xF00225B0          Result Event Node Pointer Reg. 0, Group 8
EVADC_G8REVNP1  0xF00225B4          Result Event Node Pointer Reg. 1, Group 8
EVADC_G8SEVNP   0xF00225C0          Source Event Node Pointer Reg., Group 8
EVADC_G8SRACT   0xF00225C8          Service Request Software Activation Trigger, Group 8
EVADC_G8EMUXCTR 0xF00225F0          External Multiplexer Control Reg., Group 8
EVADC_G8EMUXCS  0xF00225F4          Ext. Multiplexer Channel Select Reg., Group 8
EVADC_G8VFR     0xF00225F8          Valid Flag Register, Group 8
EVADC_G8CHCTR0  0xF0022600          Group 8, Channel 0 Control Register
EVADC_G8CHCTR1  0xF0022604          Group 8, Channel 1 Control Register
EVADC_G8CHCTR2  0xF0022608          Group 8, Channel 2 Control Register
EVADC_G8CHCTR3  0xF002260C          Group 8, Channel 3 Control Register
EVADC_G8CHCTR4  0xF0022610          Group 8, Channel 4 Control Register
EVADC_G8CHCTR5  0xF0022614          Group 8, Channel 5 Control Register
EVADC_G8CHCTR6  0xF0022618          Group 8, Channel 6 Control Register
EVADC_G8CHCTR7  0xF002261C          Group 8, Channel 7 Control Register
EVADC_G8CHCTR8  0xF0022620          Group 8, Channel 8 Control Register
EVADC_G8CHCTR9  0xF0022624          Group 8, Channel 9 Control Register
EVADC_G8CHCTR10 0xF0022628          Group 8, Channel 10 Control Register
EVADC_G8CHCTR11 0xF002262C          Group 8, Channel 11 Control Register
EVADC_G8CHCTR12 0xF0022630          Group 8, Channel 12 Control Register
EVADC_G8CHCTR13 0xF0022634          Group 8, Channel 13 Control Register
EVADC_G8CHCTR14 0xF0022638          Group 8, Channel 14 Control Register
EVADC_G8CHCTR15 0xF002263C          Group 8, Channel 15 Control Register
EVADC_G8RCR0    0xF0022680          Group 8 Result Control Register 0
EVADC_G8RCR1    0xF0022684          Group 8 Result Control Register 1
EVADC_G8RCR2    0xF0022688          Group 8 Result Control Register 2
EVADC_G8RCR3    0xF002268C          Group 8 Result Control Register 3
EVADC_G8RCR4    0xF0022690          Group 8 Result Control Register 4
EVADC_G8RCR5    0xF0022694          Group 8 Result Control Register 5
EVADC_G8RCR6    0xF0022698          Group 8 Result Control Register 6
EVADC_G8RCR7    0xF002269C          Group 8 Result Control Register 7
EVADC_G8RCR8    0xF00226A0          Group 8 Result Control Register 8
EVADC_G8RCR9    0xF00226A4          Group 8 Result Control Register 9
EVADC_G8RCR10   0xF00226A8          Group 8 Result Control Register 10
EVADC_G8RCR11   0xF00226AC          Group 8 Result Control Register 11
EVADC_G8RCR12   0xF00226B0          Group 8 Result Control Register 12
EVADC_G8RCR13   0xF00226B4          Group 8 Result Control Register 13
EVADC_G8RCR14   0xF00226B8          Group 8 Result Control Register 14
EVADC_G8RCR15   0xF00226BC          Group 8 Result Control Register 15
EVADC_G8RES0    0xF0022700          Group 8 Result Register 0
EVADC_G8RES1    0xF0022704          Group 8 Result Register 1
EVADC_G8RES2    0xF0022708          Group 8 Result Register 2
EVADC_G8RES3    0xF002270C          Group 8 Result Register 3
EVADC_G8RES4    0xF0022710          Group 8 Result Register 4
EVADC_G8RES5    0xF0022714          Group 8 Result Register 5
EVADC_G8RES6    0xF0022718          Group 8 Result Register 6
EVADC_G8RES7    0xF002271C          Group 8 Result Register 7
EVADC_G8RES8    0xF0022720          Group 8 Result Register 8
EVADC_G8RES9    0xF0022724          Group 8 Result Register 9
EVADC_G8RES10   0xF0022728          Group 8 Result Register 10
EVADC_G8RES11   0xF002272C          Group 8 Result Register 11
EVADC_G8RES12   0xF0022730          Group 8 Result Register 12
EVADC_G8RES13   0xF0022734          Group 8 Result Register 13
EVADC_G8RES14   0xF0022738          Group 8 Result Register 14
EVADC_G8RES15   0xF002273C          Group 8 Result Register 15
EVADC_G8RESD0   0xF0022780          Group 8 Result Reg. 0, Debug
EVADC_G8RESD1   0xF0022784          Group 8 Result Reg. 1, Debug
EVADC_G8RESD2   0xF0022788          Group 8 Result Reg. 2, Debug
EVADC_G8RESD3   0xF002278C          Group 8 Result Reg. 3, Debug
EVADC_G8RESD4   0xF0022790          Group 8 Result Reg. 4, Debug
EVADC_G8RESD5   0xF0022794          Group 8 Result Reg. 5, Debug
EVADC_G8RESD6   0xF0022798          Group 8 Result Reg. 6, Debug
EVADC_G8RESD7   0xF002279C          Group 8 Result Reg. 7, Debug
EVADC_G8RESD8   0xF00227A0          Group 8 Result Reg. 8, Debug
EVADC_G8RESD9   0xF00227A4          Group 8 Result Reg. 9, Debug
EVADC_G8RESD10  0xF00227A8          Group 8 Result Reg. 10, Debug
EVADC_G8RESD11  0xF00227AC          Group 8 Result Reg. 11, Debug
EVADC_G8RESD12  0xF00227B0          Group 8 Result Reg. 12, Debug
EVADC_G8RESD13  0xF00227B4          Group 8 Result Reg. 13, Debug
EVADC_G8RESD14  0xF00227B8          Group 8 Result Reg. 14, Debug
EVADC_G8RESD15  0xF00227BC          Group 8 Result Reg. 15, Debug
EVADC_G9TRCTR   0xF0022810          Trigger Control Register, Group 9
EVADC_G9ARBCFG  0xF0022880          Arbitration Config. Register, Group 9
EVADC_G9ARBPR   0xF0022884          Arbitration Priority Register, Group 9
EVADC_G9ANCFG   0xF0022888          Analog Fct. Config. Register, Group 9
EVADC_G9ICLASS0 0xF00228A0          Input Class Register 0, Group 9
EVADC_G9ICLASS1 0xF00228A4          Input Class Register 1, Group 9
EVADC_G9ALIAS   0xF00228B0          Alias Register, Group 9
EVADC_G9BOUND   0xF00228B8          Boundary Select Register, Group 9
EVADC_G9SYNCTR  0xF00228C0          Synchronization Control Register, Group 9
EVADC_G9QCTRL0  0xF0022900          Queue 0 Source Contr. Register, Group 9
EVADC_G9QMR0    0xF0022904          Queue 0 Mode Register, Group 9
EVADC_G9QSR0    0xF0022908          Queue 0 Status Register, Group 9
EVADC_G9Q0R0    0xF002290C          Queue 0 Register 0, Group 9
EVADC_G9QINR0   0xF0022910          Queue 0 Input Register, Group 9
EVADC_G9QBUR0   0xF0022914          Queue 0 Backup Register, Group 9
EVADC_G9REQTM0  0xF0022918          Queue 0 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS0  0xF002291C          Queue 0 Requ. Timer Status Reg., Group 9
EVADC_G9QCTRL1  0xF0022920          Queue 1 Source Contr. Register, Group 9
EVADC_G9QMR1    0xF0022924          Queue 1 Mode Register, Group 9
EVADC_G9QSR1    0xF0022928          Queue 1 Status Register, Group 9
EVADC_G9Q0R1    0xF002292C          Queue 1 Register 0, Group 9
EVADC_G9QINR1   0xF0022930          Queue 1 Input Register, Group 9
EVADC_G9QBUR1   0xF0022934          Queue 1 Backup Register, Group 9
EVADC_G9REQTM1  0xF0022938          Queue 1 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS1  0xF002293C          Queue 1 Requ. Timer Status Reg., Group 9
EVADC_G9QCTRL2  0xF0022940          Queue 2 Source Contr. Register, Group 9
EVADC_G9QMR2    0xF0022944          Queue 2 Mode Register, Group 9
EVADC_G9QSR2    0xF0022948          Queue 2 Status Register, Group 9
EVADC_G9Q0R2    0xF002294C          Queue 2 Register 0, Group 9
EVADC_G9QINR2   0xF0022950          Queue 2 Input Register, Group 9
EVADC_G9QBUR2   0xF0022954          Queue 2 Backup Register, Group 9
EVADC_G9REQTM2  0xF0022958          Queue 2 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS2  0xF002295C          Queue 2 Requ. Timer Status Reg., Group 9
EVADC_G9CEFLAG  0xF0022980          Channel Event Flag Register, Group 9
EVADC_G9REFLAG  0xF0022984          Result Event Flag Register, Group 9
EVADC_G9SEFLAG  0xF0022988          Source Event Flag Register, Group 9
EVADC_G9CEFCLR  0xF0022990          Channel Event Flag Clear Register, Group 9
EVADC_G9REFCLR  0xF0022994          Result Event Flag Clear Register, Group 9
EVADC_G9SEFCLR  0xF0022998          Source Event Flag Clear Reg., Group 9
EVADC_G9CEVNP0  0xF00229A0          Channel Event Node Pointer Reg. 0, Group 9
EVADC_G9CEVNP1  0xF00229A4          Channel Event Node Pointer Reg. 1, Group 9
EVADC_G9REVNP0  0xF00229B0          Result Event Node Pointer Reg. 0, Group 9
EVADC_G9REVNP1  0xF00229B4          Result Event Node Pointer Reg. 1, Group 9
EVADC_G9SEVNP   0xF00229C0          Source Event Node Pointer Reg., Group 9
EVADC_G9SRACT   0xF00229C8          Service Request Software Activation Trigger, Group 9
EVADC_G9EMUXCTR 0xF00229F0          External Multiplexer Control Reg., Group 9
EVADC_G9EMUXCS  0xF00229F4          Ext. Multiplexer Channel Select Reg., Group 9
EVADC_G9VFR     0xF00229F8          Valid Flag Register, Group 9
EVADC_G9CHCTR0  0xF0022A00          Group 9, Channel 0 Control Register
EVADC_G9CHCTR1  0xF0022A04          Group 9, Channel 1 Control Register
EVADC_G9CHCTR2  0xF0022A08          Group 9, Channel 2 Control Register
EVADC_G9CHCTR3  0xF0022A0C          Group 9, Channel 3 Control Register
EVADC_G9CHCTR4  0xF0022A10          Group 9, Channel 4 Control Register
EVADC_G9CHCTR5  0xF0022A14          Group 9, Channel 5 Control Register
EVADC_G9CHCTR6  0xF0022A18          Group 9, Channel 6 Control Register
EVADC_G9CHCTR7  0xF0022A1C          Group 9, Channel 7 Control Register
EVADC_G9CHCTR8  0xF0022A20          Group 9, Channel 8 Control Register
EVADC_G9CHCTR9  0xF0022A24          Group 9, Channel 9 Control Register
EVADC_G9CHCTR10 0xF0022A28          Group 9, Channel 10 Control Register
EVADC_G9CHCTR11 0xF0022A2C          Group 9, Channel 11 Control Register
EVADC_G9CHCTR12 0xF0022A30          Group 9, Channel 12 Control Register
EVADC_G9CHCTR13 0xF0022A34          Group 9, Channel 13 Control Register
EVADC_G9CHCTR14 0xF0022A38          Group 9, Channel 14 Control Register
EVADC_G9CHCTR15 0xF0022A3C          Group 9, Channel 15 Control Register
EVADC_G9RCR0    0xF0022A80          Group 9 Result Control Register 0
EVADC_G9RCR1    0xF0022A84          Group 9 Result Control Register 1
EVADC_G9RCR2    0xF0022A88          Group 9 Result Control Register 2
EVADC_G9RCR3    0xF0022A8C          Group 9 Result Control Register 3
EVADC_G9RCR4    0xF0022A90          Group 9 Result Control Register 4
EVADC_G9RCR5    0xF0022A94          Group 9 Result Control Register 5
EVADC_G9RCR6    0xF0022A98          Group 9 Result Control Register 6
EVADC_G9RCR7    0xF0022A9C          Group 9 Result Control Register 7
EVADC_G9RCR8    0xF0022AA0          Group 9 Result Control Register 8
EVADC_G9RCR9    0xF0022AA4          Group 9 Result Control Register 9
EVADC_G9RCR10   0xF0022AA8          Group 9 Result Control Register 10
EVADC_G9RCR11   0xF0022AAC          Group 9 Result Control Register 11
EVADC_G9RCR12   0xF0022AB0          Group 9 Result Control Register 12
EVADC_G9RCR13   0xF0022AB4          Group 9 Result Control Register 13
EVADC_G9RCR14   0xF0022AB8          Group 9 Result Control Register 14
EVADC_G9RCR15   0xF0022ABC          Group 9 Result Control Register 15
EVADC_G9RES0    0xF0022B00          Group 9 Result Register 0
EVADC_G9RES1    0xF0022B04          Group 9 Result Register 1
EVADC_G9RES2    0xF0022B08          Group 9 Result Register 2
EVADC_G9RES3    0xF0022B0C          Group 9 Result Register 3
EVADC_G9RES4    0xF0022B10          Group 9 Result Register 4
EVADC_G9RES5    0xF0022B14          Group 9 Result Register 5
EVADC_G9RES6    0xF0022B18          Group 9 Result Register 6
EVADC_G9RES7    0xF0022B1C          Group 9 Result Register 7
EVADC_G9RES8    0xF0022B20          Group 9 Result Register 8
EVADC_G9RES9    0xF0022B24          Group 9 Result Register 9
EVADC_G9RES10   0xF0022B28          Group 9 Result Register 10
EVADC_G9RES11   0xF0022B2C          Group 9 Result Register 11
EVADC_G9RES12   0xF0022B30          Group 9 Result Register 12
EVADC_G9RES13   0xF0022B34          Group 9 Result Register 13
EVADC_G9RES14   0xF0022B38          Group 9 Result Register 14
EVADC_G9RES15   0xF0022B3C          Group 9 Result Register 15
EVADC_G9RESD0   0xF0022B80          Group 9 Result Reg. 0, Debug
EVADC_G9RESD1   0xF0022B84          Group 9 Result Reg. 1, Debug
EVADC_G9RESD2   0xF0022B88          Group 9 Result Reg. 2, Debug
EVADC_G9RESD3   0xF0022B8C          Group 9 Result Reg. 3, Debug
EVADC_G9RESD4   0xF0022B90          Group 9 Result Reg. 4, Debug
EVADC_G9RESD5   0xF0022B94          Group 9 Result Reg. 5, Debug
EVADC_G9RESD6   0xF0022B98          Group 9 Result Reg. 6, Debug
EVADC_G9RESD7   0xF0022B9C          Group 9 Result Reg. 7, Debug
EVADC_G9RESD8   0xF0022BA0          Group 9 Result Reg. 8, Debug
EVADC_G9RESD9   0xF0022BA4          Group 9 Result Reg. 9, Debug
EVADC_G9RESD10  0xF0022BA8          Group 9 Result Reg. 10, Debug
EVADC_G9RESD11  0xF0022BAC          Group 9 Result Reg. 11, Debug
EVADC_G9RESD12  0xF0022BB0          Group 9 Result Reg. 12, Debug
EVADC_G9RESD13  0xF0022BB4          Group 9 Result Reg. 13, Debug
EVADC_G9RESD14  0xF0022BB8          Group 9 Result Reg. 14, Debug
EVADC_G9RESD15  0xF0022BBC          Group 9 Result Reg. 15, Debug
EVADC_G10TRCTR  0xF0022C10          Trigger Control Register, Group 10
EVADC_G10ARBCFG 0xF0022C80          Arbitration Config. Register, Group 10
EVADC_G10ARBPR  0xF0022C84          Arbitration Priority Register, Group 10
EVADC_G10ANCFG  0xF0022C88          Analog Fct. Config. Register, Group 10
EVADC_G10ICLASS0 0xF0022CA0          Input Class Register 0, Group 10
EVADC_G10ICLASS1 0xF0022CA4          Input Class Register 1, Group 10
EVADC_G10ALIAS  0xF0022CB0          Alias Register, Group 10
EVADC_G10BOUND  0xF0022CB8          Boundary Select Register, Group 10
EVADC_G10SYNCTR 0xF0022CC0          Synchronization Control Register, Group 10
EVADC_G10QCTRL0 0xF0022D00          Queue 0 Source Contr. Register, Group 10
EVADC_G10QMR0   0xF0022D04          Queue 0 Mode Register, Group 10
EVADC_G10QSR0   0xF0022D08          Queue 0 Status Register, Group 10
EVADC_G10Q0R0   0xF0022D0C          Queue 0 Register 0, Group 10
EVADC_G10QINR0  0xF0022D10          Queue 0 Input Register, Group 10
EVADC_G10QBUR0  0xF0022D14          Queue 0 Backup Register, Group 10
EVADC_G10REQTM0 0xF0022D18          Queue 0 Requ. Timer Mode Reg., Group 10
EVADC_G10REQTS0 0xF0022D1C          Queue 0 Requ. Timer Status Reg., Group 10
EVADC_G10QCTRL1 0xF0022D20          Queue 1 Source Contr. Register, Group 10
EVADC_G10QMR1   0xF0022D24          Queue 1 Mode Register, Group 10
EVADC_G10QSR1   0xF0022D28          Queue 1 Status Register, Group 10
EVADC_G10Q0R1   0xF0022D2C          Queue 1 Register 0, Group 10
EVADC_G10QINR1  0xF0022D30          Queue 1 Input Register, Group 10
EVADC_G10QBUR1  0xF0022D34          Queue 1 Backup Register, Group 10
EVADC_G10REQTM1 0xF0022D38          Queue 1 Requ. Timer Mode Reg., Group 10
EVADC_G10REQTS1 0xF0022D3C          Queue 1 Requ. Timer Status Reg., Group 10
EVADC_G10QCTRL2 0xF0022D40          Queue 2 Source Contr. Register, Group 10
EVADC_G10QMR2   0xF0022D44          Queue 2 Mode Register, Group 10
EVADC_G10QSR2   0xF0022D48          Queue 2 Status Register, Group 10
EVADC_G10Q0R2   0xF0022D4C          Queue 2 Register 0, Group 10
EVADC_G10QINR2  0xF0022D50          Queue 2 Input Register, Group 10
EVADC_G10QBUR2  0xF0022D54          Queue 2 Backup Register, Group 10
EVADC_G10REQTM2 0xF0022D58          Queue 2 Requ. Timer Mode Reg., Group 10
EVADC_G10REQTS2 0xF0022D5C          Queue 2 Requ. Timer Status Reg., Group 10
EVADC_G10CEFLAG 0xF0022D80          Channel Event Flag Register, Group 10
EVADC_G10REFLAG 0xF0022D84          Result Event Flag Register, Group 10
EVADC_G10SEFLAG 0xF0022D88          Source Event Flag Register, Group 10
EVADC_G10CEFCLR 0xF0022D90          Channel Event Flag Clear Register, Group 10
EVADC_G10REFCLR 0xF0022D94          Result Event Flag Clear Register, Group 10
EVADC_G10SEFCLR 0xF0022D98          Source Event Flag Clear Reg., Group 10
EVADC_G10CEVNP0 0xF0022DA0          Channel Event Node Pointer Reg. 0, Group 10
EVADC_G10CEVNP1 0xF0022DA4          Channel Event Node Pointer Reg. 1, Group 10
EVADC_G10REVNP0 0xF0022DB0          Result Event Node Pointer Reg. 0, Group 10
EVADC_G10REVNP1 0xF0022DB4          Result Event Node Pointer Reg. 1, Group 10
EVADC_G10SEVNP  0xF0022DC0          Source Event Node Pointer Reg., Group 10
EVADC_G10SRACT  0xF0022DC8          Service Request Software Activation Trigger, Group 10
EVADC_G10EMUXCTR 0xF0022DF0          External Multiplexer Control Reg., Group 10
EVADC_G10EMUXCS 0xF0022DF4          Ext. Multiplexer Channel Select Reg., Group 10
EVADC_G10VFR    0xF0022DF8          Valid Flag Register, Group 10
EVADC_G10CHCTR0 0xF0022E00          Group 10, Channel 0 Control Register
EVADC_G10CHCTR1 0xF0022E04          Group 10, Channel 1 Control Register
EVADC_G10CHCTR2 0xF0022E08          Group 10, Channel 2 Control Register
EVADC_G10CHCTR3 0xF0022E0C          Group 10, Channel 3 Control Register
EVADC_G10CHCTR4 0xF0022E10          Group 10, Channel 4 Control Register
EVADC_G10CHCTR5 0xF0022E14          Group 10, Channel 5 Control Register
EVADC_G10CHCTR6 0xF0022E18          Group 10, Channel 6 Control Register
EVADC_G10CHCTR7 0xF0022E1C          Group 10, Channel 7 Control Register
EVADC_G10CHCTR8 0xF0022E20          Group 10, Channel 8 Control Register
EVADC_G10CHCTR9 0xF0022E24          Group 10, Channel 9 Control Register
EVADC_G10CHCTR10 0xF0022E28          Group 10, Channel 10 Control Register
EVADC_G10CHCTR11 0xF0022E2C          Group 10, Channel 11 Control Register
EVADC_G10CHCTR12 0xF0022E30          Group 10, Channel 12 Control Register
EVADC_G10CHCTR13 0xF0022E34          Group 10, Channel 13 Control Register
EVADC_G10CHCTR14 0xF0022E38          Group 10, Channel 14 Control Register
EVADC_G10CHCTR15 0xF0022E3C          Group 10, Channel 15 Control Register
EVADC_G10RCR0   0xF0022E80          Group 10 Result Control Register 0
EVADC_G10RCR1   0xF0022E84          Group 10 Result Control Register 1
EVADC_G10RCR2   0xF0022E88          Group 10 Result Control Register 2
EVADC_G10RCR3   0xF0022E8C          Group 10 Result Control Register 3
EVADC_G10RCR4   0xF0022E90          Group 10 Result Control Register 4
EVADC_G10RCR5   0xF0022E94          Group 10 Result Control Register 5
EVADC_G10RCR6   0xF0022E98          Group 10 Result Control Register 6
EVADC_G10RCR7   0xF0022E9C          Group 10 Result Control Register 7
EVADC_G10RCR8   0xF0022EA0          Group 10 Result Control Register 8
EVADC_G10RCR9   0xF0022EA4          Group 10 Result Control Register 9
EVADC_G10RCR10  0xF0022EA8          Group 10 Result Control Register 10
EVADC_G10RCR11  0xF0022EAC          Group 10 Result Control Register 11
EVADC_G10RCR12  0xF0022EB0          Group 10 Result Control Register 12
EVADC_G10RCR13  0xF0022EB4          Group 10 Result Control Register 13
EVADC_G10RCR14  0xF0022EB8          Group 10 Result Control Register 14
EVADC_G10RCR15  0xF0022EBC          Group 10 Result Control Register 15
EVADC_G10RES0   0xF0022F00          Group 10 Result Register 0
EVADC_G10RES1   0xF0022F04          Group 10 Result Register 1
EVADC_G10RES2   0xF0022F08          Group 10 Result Register 2
EVADC_G10RES3   0xF0022F0C          Group 10 Result Register 3
EVADC_G10RES4   0xF0022F10          Group 10 Result Register 4
EVADC_G10RES5   0xF0022F14          Group 10 Result Register 5
EVADC_G10RES6   0xF0022F18          Group 10 Result Register 6
EVADC_G10RES7   0xF0022F1C          Group 10 Result Register 7
EVADC_G10RES8   0xF0022F20          Group 10 Result Register 8
EVADC_G10RES9   0xF0022F24          Group 10 Result Register 9
EVADC_G10RES10  0xF0022F28          Group 10 Result Register 10
EVADC_G10RES11  0xF0022F2C          Group 10 Result Register 11
EVADC_G10RES12  0xF0022F30          Group 10 Result Register 12
EVADC_G10RES13  0xF0022F34          Group 10 Result Register 13
EVADC_G10RES14  0xF0022F38          Group 10 Result Register 14
EVADC_G10RES15  0xF0022F3C          Group 10 Result Register 15
EVADC_G10RESD0  0xF0022F80          Group 10 Result Reg. 0, Debug
EVADC_G10RESD1  0xF0022F84          Group 10 Result Reg. 1, Debug
EVADC_G10RESD2  0xF0022F88          Group 10 Result Reg. 2, Debug
EVADC_G10RESD3  0xF0022F8C          Group 10 Result Reg. 3, Debug
EVADC_G10RESD4  0xF0022F90          Group 10 Result Reg. 4, Debug
EVADC_G10RESD5  0xF0022F94          Group 10 Result Reg. 5, Debug
EVADC_G10RESD6  0xF0022F98          Group 10 Result Reg. 6, Debug
EVADC_G10RESD7  0xF0022F9C          Group 10 Result Reg. 7, Debug
EVADC_G10RESD8  0xF0022FA0          Group 10 Result Reg. 8, Debug
EVADC_G10RESD9  0xF0022FA4          Group 10 Result Reg. 9, Debug
EVADC_G10RESD10 0xF0022FA8          Group 10 Result Reg. 10, Debug
EVADC_G10RESD11 0xF0022FAC          Group 10 Result Reg. 11, Debug
EVADC_G10RESD12 0xF0022FB0          Group 10 Result Reg. 12, Debug
EVADC_G10RESD13 0xF0022FB4          Group 10 Result Reg. 13, Debug
EVADC_G10RESD14 0xF0022FB8          Group 10 Result Reg. 14, Debug
EVADC_G10RESD15 0xF0022FBC          Group 10 Result Reg. 15, Debug
EVADC_G11TRCTR  0xF0023010          Trigger Control Register, Group 11
EVADC_G11ARBCFG 0xF0023080          Arbitration Config. Register, Group 11
EVADC_G11ARBPR  0xF0023084          Arbitration Priority Register, Group 11
EVADC_G11ANCFG  0xF0023088          Analog Fct. Config. Register, Group 11
EVADC_G11ICLASS0 0xF00230A0          Input Class Register 0, Group 11
EVADC_G11ICLASS1 0xF00230A4          Input Class Register 1, Group 11
EVADC_G11ALIAS  0xF00230B0          Alias Register, Group 11
EVADC_G11BOUND  0xF00230B8          Boundary Select Register, Group 11
EVADC_G11SYNCTR 0xF00230C0          Synchronization Control Register, Group 11
EVADC_G11QCTRL0 0xF0023100          Queue 0 Source Contr. Register, Group 11
EVADC_G11QMR0   0xF0023104          Queue 0 Mode Register, Group 11
EVADC_G11QSR0   0xF0023108          Queue 0 Status Register, Group 11
EVADC_G11Q0R0   0xF002310C          Queue 0 Register 0, Group 11
EVADC_G11QINR0  0xF0023110          Queue 0 Input Register, Group 11
EVADC_G11QBUR0  0xF0023114          Queue 0 Backup Register, Group 11
EVADC_G11REQTM0 0xF0023118          Queue 0 Requ. Timer Mode Reg., Group 11
EVADC_G11REQTS0 0xF002311C          Queue 0 Requ. Timer Status Reg., Group 11
EVADC_G11QCTRL1 0xF0023120          Queue 1 Source Contr. Register, Group 11
EVADC_G11QMR1   0xF0023124          Queue 1 Mode Register, Group 11
EVADC_G11QSR1   0xF0023128          Queue 1 Status Register, Group 11
EVADC_G11Q0R1   0xF002312C          Queue 1 Register 0, Group 11
EVADC_G11QINR1  0xF0023130          Queue 1 Input Register, Group 11
EVADC_G11QBUR1  0xF0023134          Queue 1 Backup Register, Group 11
EVADC_G11REQTM1 0xF0023138          Queue 1 Requ. Timer Mode Reg., Group 11
EVADC_G11REQTS1 0xF002313C          Queue 1 Requ. Timer Status Reg., Group 11
EVADC_G11QCTRL2 0xF0023140          Queue 2 Source Contr. Register, Group 11
EVADC_G11QMR2   0xF0023144          Queue 2 Mode Register, Group 11
EVADC_G11QSR2   0xF0023148          Queue 2 Status Register, Group 11
EVADC_G11Q0R2   0xF002314C          Queue 2 Register 0, Group 11
EVADC_G11QINR2  0xF0023150          Queue 2 Input Register, Group 11
EVADC_G11QBUR2  0xF0023154          Queue 2 Backup Register, Group 11
EVADC_G11REQTM2 0xF0023158          Queue 2 Requ. Timer Mode Reg., Group 11
EVADC_G11REQTS2 0xF002315C          Queue 2 Requ. Timer Status Reg., Group 11
EVADC_G11CEFLAG 0xF0023180          Channel Event Flag Register, Group 11
EVADC_G11REFLAG 0xF0023184          Result Event Flag Register, Group 11
EVADC_G11SEFLAG 0xF0023188          Source Event Flag Register, Group 11
EVADC_G11CEFCLR 0xF0023190          Channel Event Flag Clear Register, Group 11
EVADC_G11REFCLR 0xF0023194          Result Event Flag Clear Register, Group 11
EVADC_G11SEFCLR 0xF0023198          Source Event Flag Clear Reg., Group 11
EVADC_G11CEVNP0 0xF00231A0          Channel Event Node Pointer Reg. 0, Group 11
EVADC_G11CEVNP1 0xF00231A4          Channel Event Node Pointer Reg. 1, Group 11
EVADC_G11REVNP0 0xF00231B0          Result Event Node Pointer Reg. 0, Group 11
EVADC_G11REVNP1 0xF00231B4          Result Event Node Pointer Reg. 1, Group 11
EVADC_G11SEVNP  0xF00231C0          Source Event Node Pointer Reg., Group 11
EVADC_G11SRACT  0xF00231C8          Service Request Software Activation Trigger, Group 11
EVADC_G11EMUXCTR 0xF00231F0          External Multiplexer Control Reg., Group 11
EVADC_G11EMUXCS 0xF00231F4          Ext. Multiplexer Channel Select Reg., Group 11
EVADC_G11VFR    0xF00231F8          Valid Flag Register, Group 11
EVADC_G11CHCTR0 0xF0023200          Group 11, Channel 0 Control Register
EVADC_G11CHCTR1 0xF0023204          Group 11, Channel 1 Control Register
EVADC_G11CHCTR2 0xF0023208          Group 11, Channel 2 Control Register
EVADC_G11CHCTR3 0xF002320C          Group 11, Channel 3 Control Register
EVADC_G11CHCTR4 0xF0023210          Group 11, Channel 4 Control Register
EVADC_G11CHCTR5 0xF0023214          Group 11, Channel 5 Control Register
EVADC_G11CHCTR6 0xF0023218          Group 11, Channel 6 Control Register
EVADC_G11CHCTR7 0xF002321C          Group 11, Channel 7 Control Register
EVADC_G11CHCTR8 0xF0023220          Group 11, Channel 8 Control Register
EVADC_G11CHCTR9 0xF0023224          Group 11, Channel 9 Control Register
EVADC_G11CHCTR10 0xF0023228          Group 11, Channel 10 Control Register
EVADC_G11CHCTR11 0xF002322C          Group 11, Channel 11 Control Register
EVADC_G11CHCTR12 0xF0023230          Group 11, Channel 12 Control Register
EVADC_G11CHCTR13 0xF0023234          Group 11, Channel 13 Control Register
EVADC_G11CHCTR14 0xF0023238          Group 11, Channel 14 Control Register
EVADC_G11CHCTR15 0xF002323C          Group 11, Channel 15 Control Register
EVADC_G11RCR0   0xF0023280          Group 11 Result Control Register 0
EVADC_G11RCR1   0xF0023284          Group 11 Result Control Register 1
EVADC_G11RCR2   0xF0023288          Group 11 Result Control Register 2
EVADC_G11RCR3   0xF002328C          Group 11 Result Control Register 3
EVADC_G11RCR4   0xF0023290          Group 11 Result Control Register 4
EVADC_G11RCR5   0xF0023294          Group 11 Result Control Register 5
EVADC_G11RCR6   0xF0023298          Group 11 Result Control Register 6
EVADC_G11RCR7   0xF002329C          Group 11 Result Control Register 7
EVADC_G11RCR8   0xF00232A0          Group 11 Result Control Register 8
EVADC_G11RCR9   0xF00232A4          Group 11 Result Control Register 9
EVADC_G11RCR10  0xF00232A8          Group 11 Result Control Register 10
EVADC_G11RCR11  0xF00232AC          Group 11 Result Control Register 11
EVADC_G11RCR12  0xF00232B0          Group 11 Result Control Register 12
EVADC_G11RCR13  0xF00232B4          Group 11 Result Control Register 13
EVADC_G11RCR14  0xF00232B8          Group 11 Result Control Register 14
EVADC_G11RCR15  0xF00232BC          Group 11 Result Control Register 15
EVADC_G11RES0   0xF0023300          Group 11 Result Register 0
EVADC_G11RES1   0xF0023304          Group 11 Result Register 1
EVADC_G11RES2   0xF0023308          Group 11 Result Register 2
EVADC_G11RES3   0xF002330C          Group 11 Result Register 3
EVADC_G11RES4   0xF0023310          Group 11 Result Register 4
EVADC_G11RES5   0xF0023314          Group 11 Result Register 5
EVADC_G11RES6   0xF0023318          Group 11 Result Register 6
EVADC_G11RES7   0xF002331C          Group 11 Result Register 7
EVADC_G11RES8   0xF0023320          Group 11 Result Register 8
EVADC_G11RES9   0xF0023324          Group 11 Result Register 9
EVADC_G11RES10  0xF0023328          Group 11 Result Register 10
EVADC_G11RES11  0xF002332C          Group 11 Result Register 11
EVADC_G11RES12  0xF0023330          Group 11 Result Register 12
EVADC_G11RES13  0xF0023334          Group 11 Result Register 13
EVADC_G11RES14  0xF0023338          Group 11 Result Register 14
EVADC_G11RES15  0xF002333C          Group 11 Result Register 15
EVADC_G11RESD0  0xF0023380          Group 11 Result Reg. 0, Debug
EVADC_G11RESD1  0xF0023384          Group 11 Result Reg. 1, Debug
EVADC_G11RESD2  0xF0023388          Group 11 Result Reg. 2, Debug
EVADC_G11RESD3  0xF002338C          Group 11 Result Reg. 3, Debug
EVADC_G11RESD4  0xF0023390          Group 11 Result Reg. 4, Debug
EVADC_G11RESD5  0xF0023394          Group 11 Result Reg. 5, Debug
EVADC_G11RESD6  0xF0023398          Group 11 Result Reg. 6, Debug
EVADC_G11RESD7  0xF002339C          Group 11 Result Reg. 7, Debug
EVADC_G11RESD8  0xF00233A0          Group 11 Result Reg. 8, Debug
EVADC_G11RESD9  0xF00233A4          Group 11 Result Reg. 9, Debug
EVADC_G11RESD10 0xF00233A8          Group 11 Result Reg. 10, Debug
EVADC_G11RESD11 0xF00233AC          Group 11 Result Reg. 11, Debug
EVADC_G11RESD12 0xF00233B0          Group 11 Result Reg. 12, Debug
EVADC_G11RESD13 0xF00233B4          Group 11 Result Reg. 13, Debug
EVADC_G11RESD14 0xF00233B8          Group 11 Result Reg. 14, Debug
EVADC_G11RESD15 0xF00233BC          Group 11 Result Reg. 15, Debug
EVADC_FC0FCCTRL 0xF0023400          Fast Compare Control Register, FC Channel 0
EVADC_FC0FCM    0xF0023404          Fast Compare Mode Register, FC Channel 0
EVADC_FC0FCRAMP0 0xF0023408          Fast Compare Ramp Register 0, FC Channel 0
EVADC_FC0FCRAMP1 0xF002340C          Fast Compare Ramp Register 1, FC Channel 0
EVADC_FC0FCBFL  0xF0023420          Boundary Flag Register, FC Channel 0
EVADC_FC0FCHYST 0xF0023424          Fast Comp. Hysteresis Register, FC Channel 0
EVADC_FC1FCCTRL 0xF0023500          Fast Compare Control Register, FC Channel 1
EVADC_FC1FCM    0xF0023504          Fast Compare Mode Register, FC Channel 1
EVADC_FC1FCRAMP0 0xF0023508          Fast Compare Ramp Register 0, FC Channel 1
EVADC_FC1FCRAMP1 0xF002350C          Fast Compare Ramp Register 1, FC Channel 1
EVADC_FC1FCBFL  0xF0023520          Boundary Flag Register, FC Channel 1
EVADC_FC1FCHYST 0xF0023524          Fast Comp. Hysteresis Register, FC Channel 1
EVADC_FC2FCCTRL 0xF0023600          Fast Compare Control Register, FC Channel 2
EVADC_FC2FCM    0xF0023604          Fast Compare Mode Register, FC Channel 2
EVADC_FC2FCRAMP0 0xF0023608          Fast Compare Ramp Register 0, FC Channel 2
EVADC_FC2FCRAMP1 0xF002360C          Fast Compare Ramp Register 1, FC Channel 2
EVADC_FC2FCBFL  0xF0023620          Boundary Flag Register, FC Channel 2
EVADC_FC2FCHYST 0xF0023624          Fast Comp. Hysteresis Register, FC Channel 2
EVADC_FC3FCCTRL 0xF0023700          Fast Compare Control Register, FC Channel 3
EVADC_FC3FCM    0xF0023704          Fast Compare Mode Register, FC Channel 3
EVADC_FC3FCRAMP0 0xF0023708          Fast Compare Ramp Register 0, FC Channel 3
EVADC_FC3FCRAMP1 0xF002370C          Fast Compare Ramp Register 1, FC Channel 3
EVADC_FC3FCBFL  0xF0023720          Boundary Flag Register, FC Channel 3
EVADC_FC3FCHYST 0xF0023724          Fast Comp. Hysteresis Register, FC Channel 3
EDSADC_CLC      0xF0024000          Clock Control Register
EDSADC_ID       0xF0024008          Module Identification Register
EDSADC_OCS      0xF0024028          OCDS Control and Status Register
EDSADC_KRSTCLR  0xF002402C          Kernel Reset Status Clear Register
EDSADC_KRST1    0xF0024030          Kernel Reset Register 1
EDSADC_KRST0    0xF0024034          Kernel Reset Register 0
EDSADC_ACCEN0   0xF002403C          Access Enable Register 0
EDSADC_GLOBCFG  0xF0024080          Global Configuration Register
EDSADC_GLOBRC   0xF0024088          Global Run Control Register
EDSADC_ACCPROT  0xF0024090          Access Protection Register
EDSADC_CGCFG    0xF00240A0          Carrier Generator Configuration Register
EDSADC_EVFLAG   0xF00240E0          Event Flag Register
EDSADC_EVFLAGCLR 0xF00240E4          Event Flag Clear Register
EDSADC_MODCFG0  0xF0024100          Modulator Configuration Register 0
EDSADC_DICFG0   0xF0024108          Demodulator Input Config. Register 0
EDSADC_FCFGM0   0xF0024110          Filter Configuration Register 0, Main
EDSADC_FCFGC0   0xF0024114          Filter Configuration Register 0, CIC Filter
EDSADC_FCNTC0   0xF0024118          Filter Counter Register 0, CIC Filter
EDSADC_OVSCFG0  0xF002411C          Overshoot Compensation Cfg. Register 0
EDSADC_IWCTR0   0xF0024120          Integration Window Control Register 0
EDSADC_IIVAL0   0xF0024124          Intermediate Integration Value
EDSADC_ISTAT0   0xF0024128          Integrator Status Register 0
EDSADC_RFC0     0xF002412C          Result FIFO Control Register 0
EDSADC_RESM0    0xF0024130          Result Register 0 Main
EDSADC_OFFCOMP0 0xF0024138          Offset Compensation Register 0
EDSADC_GAINCAL0 0xF002413C          Gain Calibration Register 0
EDSADC_GAINCTR0 0xF0024140          Gain Control Register 0
EDSADC_GAINCORR0 0xF0024144          Gain Correction Register 0
EDSADC_TSTMP0   0xF0024150          Time-Stamp Register 0
EDSADC_TSCNT0   0xF0024154          Time-Stamp Counter 0
EDSADC_FCFGA0   0xF0024170          Auxiliary Filter Configuration Register 0
EDSADC_BOUNDSEL0 0xF0024178          Boundary Select Register 0
EDSADC_RESA0    0xF0024180          Result Register 0 Auxiliary
EDSADC_CGSYNC0  0xF00241A0          Carrier Generator Synchronization Reg. 0
EDSADC_RECTCFG0 0xF00241A8          Rectification Configuration Register 0
EDSADC_VCM0     0xF00241B0          Common Mode Voltage Register 0
EDSADC_MODCFG1  0xF0024200          Modulator Configuration Register 1
EDSADC_DICFG1   0xF0024208          Demodulator Input Config. Register 1
EDSADC_FCFGM1   0xF0024210          Filter Configuration Register 1, Main
EDSADC_FCFGC1   0xF0024214          Filter Configuration Register 1, CIC Filter
EDSADC_FCNTC1   0xF0024218          Filter Counter Register 1, CIC Filter
EDSADC_OVSCFG1  0xF002421C          Overshoot Compensation Cfg. Register 1
EDSADC_IWCTR1   0xF0024220          Integration Window Control Register 1
EDSADC_IIVAL1   0xF0024224          Intermediate Integration Value
EDSADC_ISTAT1   0xF0024228          Integrator Status Register 1
EDSADC_RFC1     0xF002422C          Result FIFO Control Register 1
EDSADC_RESM1    0xF0024230          Result Register 1 Main
EDSADC_OFFCOMP1 0xF0024238          Offset Compensation Register 1
EDSADC_GAINCAL1 0xF002423C          Gain Calibration Register 1
EDSADC_GAINCTR1 0xF0024240          Gain Control Register 1
EDSADC_GAINCORR1 0xF0024244          Gain Correction Register 1
EDSADC_TSTMP1   0xF0024250          Time-Stamp Register 1
EDSADC_TSCNT1   0xF0024254          Time-Stamp Counter 1
EDSADC_FCFGA1   0xF0024270          Auxiliary Filter Configuration Register 1
EDSADC_BOUNDSEL1 0xF0024278          Boundary Select Register 1
EDSADC_RESA1    0xF0024280          Result Register 1 Auxiliary
EDSADC_CGSYNC1  0xF00242A0          Carrier Generator Synchronization Reg. 1
EDSADC_RECTCFG1 0xF00242A8          Rectification Configuration Register 1
EDSADC_VCM1     0xF00242B0          Common Mode Voltage Register 1
EDSADC_MODCFG2  0xF0024300          Modulator Configuration Register 2
EDSADC_DICFG2   0xF0024308          Demodulator Input Config. Register 2
EDSADC_FCFGM2   0xF0024310          Filter Configuration Register 2, Main
EDSADC_FCFGC2   0xF0024314          Filter Configuration Register 2, CIC Filter
EDSADC_FCNTC2   0xF0024318          Filter Counter Register 2, CIC Filter
EDSADC_OVSCFG2  0xF002431C          Overshoot Compensation Cfg. Register 2
EDSADC_IWCTR2   0xF0024320          Integration Window Control Register 2
EDSADC_IIVAL2   0xF0024324          Intermediate Integration Value
EDSADC_ISTAT2   0xF0024328          Integrator Status Register 2
EDSADC_RFC2     0xF002432C          Result FIFO Control Register 2
EDSADC_RESM2    0xF0024330          Result Register 2 Main
EDSADC_OFFCOMP2 0xF0024338          Offset Compensation Register 2
EDSADC_GAINCAL2 0xF002433C          Gain Calibration Register 2
EDSADC_GAINCTR2 0xF0024340          Gain Control Register 2
EDSADC_GAINCORR2 0xF0024344          Gain Correction Register 2
EDSADC_TSTMP2   0xF0024350          Time-Stamp Register 2
EDSADC_TSCNT2   0xF0024354          Time-Stamp Counter 2
EDSADC_FCFGA2   0xF0024370          Auxiliary Filter Configuration Register 2
EDSADC_BOUNDSEL2 0xF0024378          Boundary Select Register 2
EDSADC_RESA2    0xF0024380          Result Register 2 Auxiliary
EDSADC_CGSYNC2  0xF00243A0          Carrier Generator Synchronization Reg. 2
EDSADC_RECTCFG2 0xF00243A8          Rectification Configuration Register 2
EDSADC_VCM2     0xF00243B0          Common Mode Voltage Register 2
EDSADC_MODCFG3  0xF0024400          Modulator Configuration Register 3
EDSADC_DICFG3   0xF0024408          Demodulator Input Config. Register 3
EDSADC_FCFGM3   0xF0024410          Filter Configuration Register 3, Main
EDSADC_FCFGC3   0xF0024414          Filter Configuration Register 3, CIC Filter
EDSADC_FCNTC3   0xF0024418          Filter Counter Register 3, CIC Filter
EDSADC_OVSCFG3  0xF002441C          Overshoot Compensation Cfg. Register 3
EDSADC_IWCTR3   0xF0024420          Integration Window Control Register 3
EDSADC_IIVAL3   0xF0024424          Intermediate Integration Value
EDSADC_ISTAT3   0xF0024428          Integrator Status Register 3
EDSADC_RFC3     0xF002442C          Result FIFO Control Register 3
EDSADC_RESM3    0xF0024430          Result Register 3 Main
EDSADC_OFFCOMP3 0xF0024438          Offset Compensation Register 3
EDSADC_GAINCAL3 0xF002443C          Gain Calibration Register 3
EDSADC_GAINCTR3 0xF0024440          Gain Control Register 3
EDSADC_GAINCORR3 0xF0024444          Gain Correction Register 3
EDSADC_TSTMP3   0xF0024450          Time-Stamp Register 3
EDSADC_TSCNT3   0xF0024454          Time-Stamp Counter 3
EDSADC_FCFGA3   0xF0024470          Auxiliary Filter Configuration Register 3
EDSADC_BOUNDSEL3 0xF0024478          Boundary Select Register 3
EDSADC_RESA3    0xF0024480          Result Register 3 Auxiliary
EDSADC_CGSYNC3  0xF00244A0          Carrier Generator Synchronization Reg. 3
EDSADC_RECTCFG3 0xF00244A8          Rectification Configuration Register 3
EDSADC_VCM3     0xF00244B0          Common Mode Voltage Register 3
EDSADC_MODCFG4  0xF0024500          Modulator Configuration Register 4
EDSADC_DICFG4   0xF0024508          Demodulator Input Config. Register 4
EDSADC_FCFGM4   0xF0024510          Filter Configuration Register 4, Main
EDSADC_FCFGC4   0xF0024514          Filter Configuration Register 4, CIC Filter
EDSADC_FCNTC4   0xF0024518          Filter Counter Register 4, CIC Filter
EDSADC_OVSCFG4  0xF002451C          Overshoot Compensation Cfg. Register 4
EDSADC_IWCTR4   0xF0024520          Integration Window Control Register 4
EDSADC_IIVAL4   0xF0024524          Intermediate Integration Value
EDSADC_ISTAT4   0xF0024528          Integrator Status Register 4
EDSADC_RFC4     0xF002452C          Result FIFO Control Register 4
EDSADC_RESM4    0xF0024530          Result Register 4 Main
EDSADC_OFFCOMP4 0xF0024538          Offset Compensation Register 4
EDSADC_GAINCAL4 0xF002453C          Gain Calibration Register 4
EDSADC_GAINCTR4 0xF0024540          Gain Control Register 4
EDSADC_GAINCORR4 0xF0024544          Gain Correction Register 4
EDSADC_TSTMP4   0xF0024550          Time-Stamp Register 4
EDSADC_TSCNT4   0xF0024554          Time-Stamp Counter 4
EDSADC_FCFGA4   0xF0024570          Auxiliary Filter Configuration Register 4
EDSADC_BOUNDSEL4 0xF0024578          Boundary Select Register 4
EDSADC_RESA4    0xF0024580          Result Register 4 Auxiliary
EDSADC_CGSYNC4  0xF00245A0          Carrier Generator Synchronization Reg. 4
EDSADC_RECTCFG4 0xF00245A8          Rectification Configuration Register 4
EDSADC_VCM4     0xF00245B0          Common Mode Voltage Register 4
EDSADC_MODCFG5  0xF0024600          Modulator Configuration Register 5
EDSADC_DICFG5   0xF0024608          Demodulator Input Config. Register 5
EDSADC_FCFGM5   0xF0024610          Filter Configuration Register 5, Main
EDSADC_FCFGC5   0xF0024614          Filter Configuration Register 5, CIC Filter
EDSADC_FCNTC5   0xF0024618          Filter Counter Register 5, CIC Filter
EDSADC_OVSCFG5  0xF002461C          Overshoot Compensation Cfg. Register 5
EDSADC_IWCTR5   0xF0024620          Integration Window Control Register 5
EDSADC_IIVAL5   0xF0024624          Intermediate Integration Value
EDSADC_ISTAT5   0xF0024628          Integrator Status Register 5
EDSADC_RFC5     0xF002462C          Result FIFO Control Register 5
EDSADC_RESM5    0xF0024630          Result Register 5 Main
EDSADC_OFFCOMP5 0xF0024638          Offset Compensation Register 5
EDSADC_GAINCAL5 0xF002463C          Gain Calibration Register 5
EDSADC_GAINCTR5 0xF0024640          Gain Control Register 5
EDSADC_GAINCORR5 0xF0024644          Gain Correction Register 5
EDSADC_TSTMP5   0xF0024650          Time-Stamp Register 5
EDSADC_TSCNT5   0xF0024654          Time-Stamp Counter 5
EDSADC_FCFGA5   0xF0024670          Auxiliary Filter Configuration Register 5
EDSADC_BOUNDSEL5 0xF0024678          Boundary Select Register 5
EDSADC_RESA5    0xF0024680          Result Register 5 Auxiliary
EDSADC_CGSYNC5  0xF00246A0          Carrier Generator Synchronization Reg. 5
EDSADC_RECTCFG5 0xF00246A8          Rectification Configuration Register 5
EDSADC_VCM5     0xF00246B0          Common Mode Voltage Register 5
EDSADC_MODCFG6  0xF0024700          Modulator Configuration Register 6
EDSADC_DICFG6   0xF0024708          Demodulator Input Config. Register 6
EDSADC_FCFGM6   0xF0024710          Filter Configuration Register 6, Main
EDSADC_FCFGC6   0xF0024714          Filter Configuration Register 6, CIC Filter
EDSADC_FCNTC6   0xF0024718          Filter Counter Register 6, CIC Filter
EDSADC_OVSCFG6  0xF002471C          Overshoot Compensation Cfg. Register 6
EDSADC_IWCTR6   0xF0024720          Integration Window Control Register 6
EDSADC_IIVAL6   0xF0024724          Intermediate Integration Value
EDSADC_ISTAT6   0xF0024728          Integrator Status Register 6
EDSADC_RFC6     0xF002472C          Result FIFO Control Register 6
EDSADC_RESM6    0xF0024730          Result Register 6 Main
EDSADC_OFFCOMP6 0xF0024738          Offset Compensation Register 6
EDSADC_GAINCAL6 0xF002473C          Gain Calibration Register 6
EDSADC_GAINCTR6 0xF0024740          Gain Control Register 6
EDSADC_GAINCORR6 0xF0024744          Gain Correction Register 6
EDSADC_TSTMP6   0xF0024750          Time-Stamp Register 6
EDSADC_TSCNT6   0xF0024754          Time-Stamp Counter 6
EDSADC_FCFGA6   0xF0024770          Auxiliary Filter Configuration Register 6
EDSADC_BOUNDSEL6 0xF0024778          Boundary Select Register 6
EDSADC_RESA6    0xF0024780          Result Register 6 Auxiliary
EDSADC_CGSYNC6  0xF00247A0          Carrier Generator Synchronization Reg. 6
EDSADC_RECTCFG6 0xF00247A8          Rectification Configuration Register 6
EDSADC_VCM6     0xF00247B0          Common Mode Voltage Register 6
EDSADC_MODCFG7  0xF0024800          Modulator Configuration Register 7
EDSADC_DICFG7   0xF0024808          Demodulator Input Config. Register 7
EDSADC_FCFGM7   0xF0024810          Filter Configuration Register 7, Main
EDSADC_FCFGC7   0xF0024814          Filter Configuration Register 7, CIC Filter
EDSADC_FCNTC7   0xF0024818          Filter Counter Register 7, CIC Filter
EDSADC_OVSCFG7  0xF002481C          Overshoot Compensation Cfg. Register 7
EDSADC_IWCTR7   0xF0024820          Integration Window Control Register 7
EDSADC_IIVAL7   0xF0024824          Intermediate Integration Value
EDSADC_ISTAT7   0xF0024828          Integrator Status Register 7
EDSADC_RFC7     0xF002482C          Result FIFO Control Register 7
EDSADC_RESM7    0xF0024830          Result Register 7 Main
EDSADC_OFFCOMP7 0xF0024838          Offset Compensation Register 7
EDSADC_GAINCAL7 0xF002483C          Gain Calibration Register 7
EDSADC_GAINCTR7 0xF0024840          Gain Control Register 7
EDSADC_GAINCORR7 0xF0024844          Gain Correction Register 7
EDSADC_TSTMP7   0xF0024850          Time-Stamp Register 7
EDSADC_TSCNT7   0xF0024854          Time-Stamp Counter 7
EDSADC_FCFGA7   0xF0024870          Auxiliary Filter Configuration Register 7
EDSADC_BOUNDSEL7 0xF0024878          Boundary Select Register 7
EDSADC_RESA7    0xF0024880          Result Register 7 Auxiliary
EDSADC_CGSYNC7  0xF00248A0          Carrier Generator Synchronization Reg. 7
EDSADC_RECTCFG7 0xF00248A8          Rectification Configuration Register 7
EDSADC_VCM7     0xF00248B0          Common Mode Voltage Register 7
EDSADC_MODCFG8  0xF0024900          Modulator Configuration Register 8
EDSADC_DICFG8   0xF0024908          Demodulator Input Config. Register 8
EDSADC_FCFGM8   0xF0024910          Filter Configuration Register 8, Main
EDSADC_FCFGC8   0xF0024914          Filter Configuration Register 8, CIC Filter
EDSADC_FCNTC8   0xF0024918          Filter Counter Register 8, CIC Filter
EDSADC_OVSCFG8  0xF002491C          Overshoot Compensation Cfg. Register 8
EDSADC_IWCTR8   0xF0024920          Integration Window Control Register 8
EDSADC_IIVAL8   0xF0024924          Intermediate Integration Value
EDSADC_ISTAT8   0xF0024928          Integrator Status Register 8
EDSADC_RFC8     0xF002492C          Result FIFO Control Register 8
EDSADC_RESM8    0xF0024930          Result Register 8 Main
EDSADC_OFFCOMP8 0xF0024938          Offset Compensation Register 8
EDSADC_GAINCAL8 0xF002493C          Gain Calibration Register 8
EDSADC_GAINCTR8 0xF0024940          Gain Control Register 8
EDSADC_GAINCORR8 0xF0024944          Gain Correction Register 8
EDSADC_TSTMP8   0xF0024950          Time-Stamp Register 8
EDSADC_TSCNT8   0xF0024954          Time-Stamp Counter 8
EDSADC_FCFGA8   0xF0024970          Auxiliary Filter Configuration Register 8
EDSADC_BOUNDSEL8 0xF0024978          Boundary Select Register 8
EDSADC_RESA8    0xF0024980          Result Register 8 Auxiliary
EDSADC_CGSYNC8  0xF00249A0          Carrier Generator Synchronization Reg. 8
EDSADC_RECTCFG8 0xF00249A8          Rectification Configuration Register 8
EDSADC_VCM8     0xF00249B0          Common Mode Voltage Register 8
EDSADC_MODCFG9  0xF0024A00          Modulator Configuration Register 9
EDSADC_DICFG9   0xF0024A08          Demodulator Input Config. Register 9
EDSADC_FCFGM9   0xF0024A10          Filter Configuration Register 9, Main
EDSADC_FCFGC9   0xF0024A14          Filter Configuration Register 9, CIC Filter
EDSADC_FCNTC9   0xF0024A18          Filter Counter Register 9, CIC Filter
EDSADC_OVSCFG9  0xF0024A1C          Overshoot Compensation Cfg. Register 9
EDSADC_IWCTR9   0xF0024A20          Integration Window Control Register 9
EDSADC_IIVAL9   0xF0024A24          Intermediate Integration Value
EDSADC_ISTAT9   0xF0024A28          Integrator Status Register 9
EDSADC_RFC9     0xF0024A2C          Result FIFO Control Register 9
EDSADC_RESM9    0xF0024A30          Result Register 9 Main
EDSADC_OFFCOMP9 0xF0024A38          Offset Compensation Register 9
EDSADC_GAINCAL9 0xF0024A3C          Gain Calibration Register 9
EDSADC_GAINCTR9 0xF0024A40          Gain Control Register 9
EDSADC_GAINCORR9 0xF0024A44          Gain Correction Register 9
EDSADC_TSTMP9   0xF0024A50          Time-Stamp Register 9
EDSADC_TSCNT9   0xF0024A54          Time-Stamp Counter 9
EDSADC_FCFGA9   0xF0024A70          Auxiliary Filter Configuration Register 9
EDSADC_BOUNDSEL9 0xF0024A78          Boundary Select Register 9
EDSADC_RESA9    0xF0024A80          Result Register 9 Auxiliary
EDSADC_CGSYNC9  0xF0024AA0          Carrier Generator Synchronization Reg. 9
EDSADC_RECTCFG9 0xF0024AA8          Rectification Configuration Register 9
EDSADC_VCM9     0xF0024AB0          Common Mode Voltage Register 9
CONVCTRL_CLC    0xF0025000          Clock Control Register
CONVCTRL_ID     0xF0025008          Module Identification Register
CONVCTRL_OCS    0xF0025028          OCDS Control and Status Register
CONVCTRL_KRSTCLR 0xF002502C          Kernel Reset Status Clear Register
CONVCTRL_KRST1  0xF0025030          Kernel Reset Register 1
CONVCTRL_KRST0  0xF0025034          Kernel Reset Register 0
CONVCTRL_ACCEN0 0xF002503C          Access Enable Register 0
CONVCTRL_CCCTRL 0xF002507C          Converter Control Block Control Register
CONVCTRL_PHSCFG 0xF0025080          Phase Synchronizer Configuration Register
CONVCTRL_PHSSFTY 0xF0025084          Phase Synchronizer Safety Control Register
SBCU_ID         0xF0030008          Module Identification Register
SBCU_CON        0xF0030010          BCU Control Register
SBCU_PRIOH      0xF0030014          Arbiter Priority Register High
SBCU_PRIOL      0xF0030018          Arbiter Priority Register Low
SBCU_ECON       0xF0030020          BCU Error Control Capture Register
SBCU_EADD       0xF0030024          BCU Error Address Capture Register
SBCU_EDAT       0xF0030028          BCU Error Data Capture Register
SBCU_DBCNTL     0xF0030030          BCU Debug Control Register
SBCU_DBGRNT     0xF0030034          SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0030038          BCU Debug Address 1 Register
SBCU_DBADR2     0xF003003C          BCU Debug Address 2 Register
SBCU_DBBOS      0xF0030040          BCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0030044          SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0030048          BCU Debug Trapped Address Register
SBCU_DBBOST     0xF003004C          BCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0030050          BCU Debug Data Status Register
SBCU_ALSTAT0    0xF0030060          BCU EDC Alarm Status Register 0
SBCU_ALSTAT1    0xF0030064          BCU EDC Alarm Status Register 1
SBCU_ALSTAT2    0xF0030068          BCU EDC Alarm Status Register 2
SBCU_ALSTAT3    0xF003006C          BCU EDC Alarm Status Register 3
SBCU_ALCLR0     0xF0030070          BCU EDC Alarm Clear Register 0
SBCU_ALCLR1     0xF0030074          BCU EDC Alarm Clear Register 1
SBCU_ALCLR2     0xF0030078          BCU EDC Alarm Clear Register 2
SBCU_ALCLR3     0xF003007C          BCU EDC Alarm Clear Register 3
SBCU_ALCTRL     0xF0030080          BCU EDC Alarm Control Register
SBCU_FEGEN      0xF0030084          FPI Error Generation Control Register
SBCU_ACCEN1     0xF00300F8          Access Enable Register 1
SBCU_ACCEN0     0xF00300FC          Access Enable Register 0
IOM_CLC         0xF0035000          IOM Clock Control Register
IOM_ID          0xF0035008          IOM Identification Register
IOM_KRSTCLR     0xF003501C          IOM Kernel Reset Status Clear Register
IOM_KRST1       0xF0035020          IOM Kernel Reset Register 1
IOM_KRST0       0xF0035024          IOM Kernel Reset Register 0
IOM_ACCEN1      0xF0035028          IOM Access Enable Register 1
IOM_ACCEN0      0xF003502C          IOM Access Enable Register 0
IOM_ECMCCFG     0xF0035030          IOM Event Combiner Module Counter Configuration Register
IOM_ECMSELR     0xF0035034          IOM Event Combiner Module Global Event Selection Register
IOM_ECMETH0     0xF0035038          IOM Event Combiner Module Event Trigger History Register 0
IOM_ECMETH1     0xF003503C          IOM Event Combiner Module Event Trigger History Register 1
IOM_GTMEXR      0xF0035040          IOM GTM Input EXOR Combiner Selection Register
IOM_FPCESR      0xF0035078          IOM Filter and Prescaler Channels Rising 'and' Falling Edge Status Register
IOM_FPCCTR0     0xF0035080          IOM Filter and Prescaler Channel Control Register 0
IOM_FPCCTR1     0xF0035084          IOM Filter and Prescaler Channel Control Register 1
IOM_FPCCTR2     0xF0035088          IOM Filter and Prescaler Channel Control Register 2
IOM_FPCCTR3     0xF003508C          IOM Filter and Prescaler Channel Control Register 3
IOM_FPCCTR4     0xF0035090          IOM Filter and Prescaler Channel Control Register 4
IOM_FPCCTR5     0xF0035094          IOM Filter and Prescaler Channel Control Register 5
IOM_FPCCTR6     0xF0035098          IOM Filter and Prescaler Channel Control Register 6
IOM_FPCCTR7     0xF003509C          IOM Filter and Prescaler Channel Control Register 7
IOM_FPCCTR8     0xF00350A0          IOM Filter and Prescaler Channel Control Register 8
IOM_FPCCTR9     0xF00350A4          IOM Filter and Prescaler Channel Control Register 9
IOM_FPCCTR10    0xF00350A8          IOM Filter and Prescaler Channel Control Register 10
IOM_FPCCTR11    0xF00350AC          IOM Filter and Prescaler Channel Control Register 11
IOM_FPCCTR12    0xF00350B0          IOM Filter and Prescaler Channel Control Register 12
IOM_FPCCTR13    0xF00350B4          IOM Filter and Prescaler Channel Control Register 13
IOM_FPCCTR14    0xF00350B8          IOM Filter and Prescaler Channel Control Register 14
IOM_FPCCTR15    0xF00350BC          IOM Filter and Prescaler Channel Control Register 15
IOM_FPCTIM0     0xF00350C0          IOM Filter and Prescaler Channel Timer Register 0
IOM_FPCTIM1     0xF00350C4          IOM Filter and Prescaler Channel Timer Register 1
IOM_FPCTIM2     0xF00350C8          IOM Filter and Prescaler Channel Timer Register 2
IOM_FPCTIM3     0xF00350CC          IOM Filter and Prescaler Channel Timer Register 3
IOM_FPCTIM4     0xF00350D0          IOM Filter and Prescaler Channel Timer Register 4
IOM_FPCTIM5     0xF00350D4          IOM Filter and Prescaler Channel Timer Register 5
IOM_FPCTIM6     0xF00350D8          IOM Filter and Prescaler Channel Timer Register 6
IOM_FPCTIM7     0xF00350DC          IOM Filter and Prescaler Channel Timer Register 7
IOM_FPCTIM8     0xF00350E0          IOM Filter and Prescaler Channel Timer Register 8
IOM_FPCTIM9     0xF00350E4          IOM Filter and Prescaler Channel Timer Register 9
IOM_FPCTIM10    0xF00350E8          IOM Filter and Prescaler Channel Timer Register 10
IOM_FPCTIM11    0xF00350EC          IOM Filter and Prescaler Channel Timer Register 11
IOM_FPCTIM12    0xF00350F0          IOM Filter and Prescaler Channel Timer Register 12
IOM_FPCTIM13    0xF00350F4          IOM Filter and Prescaler Channel Timer Register 13
IOM_FPCTIM14    0xF00350F8          IOM Filter and Prescaler Channel Timer Register 14
IOM_FPCTIM15    0xF00350FC          IOM Filter and Prescaler Channel Timer Register 15
IOM_LAMEWC0     0xF0035100          IOM Logic Analyzer Module Event Window Count Status Register 0
IOM_LAMEWC1     0xF0035104          IOM Logic Analyzer Module Event Window Count Status Register 1
IOM_LAMEWC2     0xF0035108          IOM Logic Analyzer Module Event Window Count Status Register 2
IOM_LAMEWC3     0xF003510C          IOM Logic Analyzer Module Event Window Count Status Register 3
IOM_LAMEWC4     0xF0035110          IOM Logic Analyzer Module Event Window Count Status Register 4
IOM_LAMEWC5     0xF0035114          IOM Logic Analyzer Module Event Window Count Status Register 5
IOM_LAMEWC6     0xF0035118          IOM Logic Analyzer Module Event Window Count Status Register 6
IOM_LAMEWC7     0xF003511C          IOM Logic Analyzer Module Event Window Count Status Register 7
IOM_LAMEWC8     0xF0035120          IOM Logic Analyzer Module Event Window Count Status Register 8
IOM_LAMEWC9     0xF0035124          IOM Logic Analyzer Module Event Window Count Status Register 9
IOM_LAMEWC10    0xF0035128          IOM Logic Analyzer Module Event Window Count Status Register 10
IOM_LAMEWC11    0xF003512C          IOM Logic Analyzer Module Event Window Count Status Register 11
IOM_LAMEWC12    0xF0035130          IOM Logic Analyzer Module Event Window Count Status Register 12
IOM_LAMEWC13    0xF0035134          IOM Logic Analyzer Module Event Window Count Status Register 13
IOM_LAMEWC14    0xF0035138          IOM Logic Analyzer Module Event Window Count Status Register 14
IOM_LAMEWC15    0xF003513C          IOM Logic Analyzer Module Event Window Count Status Register 15
IOM_LAMCFG0     0xF0035180          IOM Logic Analyzer Module Configuration Register 0
IOM_LAMCFG1     0xF0035184          IOM Logic Analyzer Module Configuration Register 1
IOM_LAMCFG2     0xF0035188          IOM Logic Analyzer Module Configuration Register 2
IOM_LAMCFG3     0xF003518C          IOM Logic Analyzer Module Configuration Register 3
IOM_LAMCFG4     0xF0035190          IOM Logic Analyzer Module Configuration Register 4
IOM_LAMCFG5     0xF0035194          IOM Logic Analyzer Module Configuration Register 5
IOM_LAMCFG6     0xF0035198          IOM Logic Analyzer Module Configuration Register 6
IOM_LAMCFG7     0xF003519C          IOM Logic Analyzer Module Configuration Register 7
IOM_LAMCFG8     0xF00351A0          IOM Logic Analyzer Module Configuration Register 8
IOM_LAMCFG9     0xF00351A4          IOM Logic Analyzer Module Configuration Register 9
IOM_LAMCFG10    0xF00351A8          IOM Logic Analyzer Module Configuration Register 10
IOM_LAMCFG11    0xF00351AC          IOM Logic Analyzer Module Configuration Register 11
IOM_LAMCFG12    0xF00351B0          IOM Logic Analyzer Module Configuration Register 12
IOM_LAMCFG13    0xF00351B4          IOM Logic Analyzer Module Configuration Register 13
IOM_LAMCFG14    0xF00351B8          IOM Logic Analyzer Module Configuration Register 14
IOM_LAMCFG15    0xF00351BC          IOM Logic Analyzer Module Configuration Register 15
IOM_LAMEWS0     0xF00351C0          IOM Logic Analyzer Module Event Window Configuration Register 0
IOM_LAMEWS1     0xF00351C4          IOM Logic Analyzer Module Event Window Configuration Register 1
IOM_LAMEWS2     0xF00351C8          IOM Logic Analyzer Module Event Window Configuration Register 2
IOM_LAMEWS3     0xF00351CC          IOM Logic Analyzer Module Event Window Configuration Register 3
IOM_LAMEWS4     0xF00351D0          IOM Logic Analyzer Module Event Window Configuration Register 4
IOM_LAMEWS5     0xF00351D4          IOM Logic Analyzer Module Event Window Configuration Register 5
IOM_LAMEWS6     0xF00351D8          IOM Logic Analyzer Module Event Window Configuration Register 6
IOM_LAMEWS7     0xF00351DC          IOM Logic Analyzer Module Event Window Configuration Register 7
IOM_LAMEWS8     0xF00351E0          IOM Logic Analyzer Module Event Window Configuration Register 8
IOM_LAMEWS9     0xF00351E4          IOM Logic Analyzer Module Event Window Configuration Register 9
IOM_LAMEWS10    0xF00351E8          IOM Logic Analyzer Module Event Window Configuration Register 10
IOM_LAMEWS11    0xF00351EC          IOM Logic Analyzer Module Event Window Configuration Register 11
IOM_LAMEWS12    0xF00351F0          IOM Logic Analyzer Module Event Window Configuration Register 12
IOM_LAMEWS13    0xF00351F4          IOM Logic Analyzer Module Event Window Configuration Register 13
IOM_LAMEWS14    0xF00351F8          IOM Logic Analyzer Module Event Window Configuration Register 14
IOM_LAMEWS15    0xF00351FC          IOM Logic Analyzer Module Event Window Configuration Register 15
SCU_ID          0xF0036008          Identification Register
SCU_OSCCON      0xF0036010          OSC Control Register
SCU_SYSPLLSTAT  0xF0036014          System PLL Status Register
SCU_SYSPLLCON0  0xF0036018          System PLL Configuration 0 Register
SCU_SYSPLLCON1  0xF003601C          System PLL Configuration 1 Register
SCU_SYSPLLCON2  0xF0036020          System PLL Configuration 2 Register
SCU_PERPLLSTAT  0xF0036024          Peripheral PLL Status Register
SCU_PERPLLCON0  0xF0036028          Peripheral PLL Configuration 0 Register
SCU_PERPLLCON1  0xF003602C          Peripheral PLL Configuration 1 Register
SCU_CCUCON0     0xF0036030          CCU Clock Control Register 0
SCU_CCUCON1     0xF0036034          CCU Clock Control Register 1
SCU_FDR         0xF0036038          Fractional Divider Register
SCU_EXTCON      0xF003603C          External Clock Control Register
SCU_CCUCON2     0xF0036040          CCU Clock Control Register 2
SCU_CCUCON3     0xF0036044          CCU Clock Control Register 3
SCU_CCUCON4     0xF0036048          CCU Clock Control Register 4
SCU_CCUCON5     0xF003604C          CCU Clock Control Register 5
SCU_RSTSTAT     0xF0036050          Reset Status Register
SCU_RSTCON      0xF0036058          Reset Configuration Register
SCU_ARSTDIS     0xF003605C          Application Reset Disable Register
SCU_SWRSTCON    0xF0036060          Software Reset Configuration Register
SCU_RSTCON2     0xF0036064          Additional Reset Control Register
SCU_RSTCON3     0xF0036068          Reset Configuration Register 3
SCU_ESRCFG0     0xF0036070          ESR0 Input Configuration Register
SCU_ESRCFG1     0xF0036074          ESR1 Input Configuration Register
SCU_ESROCFG     0xF0036078          ESR Output Configuration Register
SCU_SYSCON      0xF003607C          System Control Register
SCU_CCUCON6     0xF0036080          CCU Clock Control Register 6
SCU_CCUCON7     0xF0036084          CCU Clock Control Register 7
SCU_CCUCON8     0xF0036088          CCU Clock Control Register 8
SCU_CCUCON9     0xF003608C          CCU Clock Control Register 9
SCU_PDR         0xF003609C          ESR Pad Driver Mode Register
SCU_IOCR        0xF00360A0          Input/Output Control Register
SCU_OUT         0xF00360A4          ESR Output Register
SCU_OMR         0xF00360A8          ESR Output Modification Register
SCU_IN          0xF00360AC          ESR Input Register
SCU_STSTAT      0xF00360C0          Start-up Status Register
SCU_STCON       0xF00360C4          Start-up Configuration Register
SCU_PMCSR0      0xF00360C8          Power Management Control and Status Register
SCU_PMCSR1      0xF00360CC          Power Management Control and Status Register
SCU_PMCSR2      0xF00360D0          Power Management Control and Status Register
SCU_PMCSR3      0xF00360D4          Power Management Control and Status Register
SCU_PMCSR4      0xF00360D8          Power Management Control and Status Register
SCU_PMCSR5      0xF00360DC          Power Management Control and Status Register
SCU_PMSTAT0     0xF00360E4          Power Management Status Register 0
SCU_PMSWCR1     0xF00360E8          Standby and Wake-up Control Register 1
SCU_EMSR        0xF00360FC          Emergency Stop Register
SCU_EMSSW       0xF0036100          Emergency Stop Software set and clear register
SCU_DTSCSTAT    0xF0036104          Core Die Temperature Sensor Status Register
SCU_DTSCLIM     0xF0036108          Core Die Temperature Sensor Limit Register
SCU_TRAPDIS1    0xF0036120          Trap Disable Register 1
SCU_TRAPSTAT    0xF0036124          Trap Status Register
SCU_TRAPSET     0xF0036128          Trap Set Register
SCU_TRAPCLR     0xF003612C          Trap Clear Register
SCU_TRAPDIS0    0xF0036130          Trap Disable Register 0
SCU_LCLCON0     0xF0036134          LCL CPU0 and CPU2 Control Register
SCU_LCLCON1     0xF0036138          LCL CPU1 and CPU3 Control Register
SCU_LCLTEST     0xF003613C          LCL Test Register
SCU_CHIPID      0xF0036140          Chip Identification Register
SCU_MANID       0xF0036144          Manufacturer Identification Register
SCU_SWAPCTRL    0xF003614C          Alternate Address Control Register
SCU_LBISTCTRL0  0xF0036164          Logic BIST Control 0 Register
SCU_LBISTCTRL1  0xF0036168          Logic BIST Control 1 Register
SCU_LBISTCTRL2  0xF003616C          Logic BIST Control 2 Register
SCU_LBISTCTRL3  0xF0036170          Logic BIST Control 3 Register
SCU_PDISC       0xF003618C          Pad Disable Control Register
SCU_PMTRCSR0    0xF0036198          Power Management Transition Control and Status Register 0
SCU_PMTRCSR1    0xF003619C          Power Management Transition Control and Status Register 1
SCU_PMTRCSR2    0xF00361A0          Power Management Transition Control and Status Register 2
SCU_PMTRCSR3    0xF00361A4          Power Management Transition Control and Status Register 3
SCU_OVCENABLE   0xF00361E0          Overlay Enable Register
SCU_OVCCON      0xF00361E4          Overlay Control Register
SCU_EIFILT      0xF003620C          External Input Filter Register
SCU_EICR0       0xF0036210          External Input Channel Register 0
SCU_EICR1       0xF0036214          External Input Channel Register 1
SCU_EICR2       0xF0036218          External Input Channel Register 2
SCU_EICR3       0xF003621C          External Input Channel Register 3
SCU_EIFR        0xF0036220          External Input Flag Register
SCU_FMR         0xF0036224          Flag Modification Register
SCU_PDRR        0xF0036228          Pattern Detection Result Register
SCU_IGCR0       0xF003622C          Flag Gating Register 0
SCU_IGCR1       0xF0036230          Flag Gating Register 1
SCU_IGCR2       0xF0036234          Flag Gating Register 2
SCU_IGCR3       0xF0036238          Flag Gating Register 3
SCU_WDTCPU0CON0 0xF003624C          CPU0 WDT Control Register 0
SCU_WDTCPU0CON1 0xF0036250          CPU0 WDT Control Register 1
SCU_WDTCPU0SR   0xF0036254          CPU0 WDT Status Register
SCU_WDTCPU1CON0 0xF0036258          CPU1 WDT Control Register 0
SCU_WDTCPU1CON1 0xF003625C          CPU1 WDT Control Register 1
SCU_WDTCPU1SR   0xF0036260          CPU1 WDT Status Register
SCU_WDTCPU2CON0 0xF0036264          CPU2 WDT Control Register 0
SCU_WDTCPU2CON1 0xF0036268          CPU2 WDT Control Register 1
SCU_WDTCPU2SR   0xF003626C          CPU2 WDT Status Register
SCU_WDTCPU3CON0 0xF0036270          CPU3 WDT Control Register 0
SCU_WDTCPU3CON1 0xF0036274          CPU3 WDT Control Register 1
SCU_WDTCPU3SR   0xF0036278          CPU3 WDT Status Register
SCU_EICON0      0xF003629C          ENDINIT Global Control Register 0
SCU_EICON1      0xF00362A0          ENDINIT Global Control Register 1
SCU_EISR        0xF00362A4          ENDINIT Timeout Counter Status Register
SCU_WDTSCON0    0xF00362A8          Safety WDT Control Register 0
SCU_WDTSCON1    0xF00362AC          Safety WDT Control Register 1
SCU_WDTSSR      0xF00362B0          Safety WDT Status Register
SCU_SEICON0     0xF00362B4          Safety ENDINIT Control Register 0
SCU_SEICON1     0xF00362B8          Safety ENDINIT Control Register 1
SCU_SEISR       0xF00362BC          Safety ENDINIT Timeout Status Register
SCU_ACCEN11     0xF00363F0          Access Enable Register 11
SCU_ACCEN10     0xF00363F4          Access Enable Register 10
SCU_ACCEN01     0xF00363F8          Access Enable Register 01
SCU_ACCEN00     0xF00363FC          Access Enable Register 00
SMU_CLC         0xF0036800          Clock Control Register
SMU_ID          0xF0036808          Module Identification Register
SMU_CMD         0xF0036820          Command Register
SMU_STS         0xF0036824          Status Register
SMU_FSP         0xF0036828          Fault Signaling Protocol
SMU_AGC         0xF003682C          Alarm Global Configuration
SMU_RTC         0xF0036830          Recovery Timer Configuration
SMU_KEYS        0xF0036834          Key Register
SMU_DBG         0xF0036838          Debug Register
SMU_PCTL        0xF003683C          Port Control
SMU_AFCNT       0xF0036840          Alarm and Fault Counter
SMU_RTAC00      0xF0036860          Recovery Timer 0 Alarm Configuration 0
SMU_RTAC01      0xF0036864          Recovery Timer 0 Alarm Configuration 1
SMU_RTAC10      0xF0036868          Recovery Timer 1 Alarm Configuration 0
SMU_RTAC11      0xF003686C          Recovery Timer 1 Alarm Configuration 1
SMU_AEX         0xF0036870          Alarm Executed Status Register
SMU_AEXCLR      0xF0036874          Alarm Executed Status Clear Register
SMU_AG0CF0      0xF0036900          Alarm 0 Configuration Register
SMU_AG0CF1      0xF0036904          Alarm 0 Configuration Register
SMU_AG0CF2      0xF0036908          Alarm 0 Configuration Register
SMU_AG1CF0      0xF003690C          Alarm 1 Configuration Register
SMU_AG1CF1      0xF0036910          Alarm 1 Configuration Register
SMU_AG1CF2      0xF0036914          Alarm 1 Configuration Register
SMU_AG2CF0      0xF0036918          Alarm 2 Configuration Register
SMU_AG2CF1      0xF003691C          Alarm 2 Configuration Register
SMU_AG2CF2      0xF0036920          Alarm 2 Configuration Register
SMU_AG3CF0      0xF0036924          Alarm 3 Configuration Register
SMU_AG3CF1      0xF0036928          Alarm 3 Configuration Register
SMU_AG3CF2      0xF003692C          Alarm 3 Configuration Register
SMU_AG4CF0      0xF0036930          Alarm 4 Configuration Register
SMU_AG4CF1      0xF0036934          Alarm 4 Configuration Register
SMU_AG4CF2      0xF0036938          Alarm 4 Configuration Register
SMU_AG5CF0      0xF003693C          Alarm 5 Configuration Register
SMU_AG5CF1      0xF0036940          Alarm 5 Configuration Register
SMU_AG5CF2      0xF0036944          Alarm 5 Configuration Register
SMU_AG6CF0      0xF0036948          Alarm 6 Configuration Register
SMU_AG6CF1      0xF003694C          Alarm 6 Configuration Register
SMU_AG6CF2      0xF0036950          Alarm 6 Configuration Register
SMU_AG7CF0      0xF0036954          Alarm 7 Configuration Register
SMU_AG7CF1      0xF0036958          Alarm 7 Configuration Register
SMU_AG7CF2      0xF003695C          Alarm 7 Configuration Register
SMU_AG8CF0      0xF0036960          Alarm 8 Configuration Register
SMU_AG8CF1      0xF0036964          Alarm 8 Configuration Register
SMU_AG8CF2      0xF0036968          Alarm 8 Configuration Register
SMU_AG9CF0      0xF003696C          Alarm 9 Configuration Register
SMU_AG9CF1      0xF0036970          Alarm 9 Configuration Register
SMU_AG9CF2      0xF0036974          Alarm 9 Configuration Register
SMU_AG10CF0     0xF0036978          Alarm 10 Configuration Register
SMU_AG10CF1     0xF003697C          Alarm 10 Configuration Register
SMU_AG10CF2     0xF0036980          Alarm 10 Configuration Register
SMU_AG11CF0     0xF0036984          Alarm 11 Configuration Register
SMU_AG11CF1     0xF0036988          Alarm 11 Configuration Register
SMU_AG11CF2     0xF003698C          Alarm 11 Configuration Register
SMU_AG0FSP      0xF0036990          SMU_core 0 FSP Configuration Register
SMU_AG1FSP      0xF0036994          SMU_core 1 FSP Configuration Register
SMU_AG2FSP      0xF0036998          SMU_core 2 FSP Configuration Register
SMU_AG3FSP      0xF003699C          SMU_core 3 FSP Configuration Register
SMU_AG4FSP      0xF00369A0          SMU_core 4 FSP Configuration Register
SMU_AG5FSP      0xF00369A4          SMU_core 5 FSP Configuration Register
SMU_AG6FSP      0xF00369A8          SMU_core 6 FSP Configuration Register
SMU_AG7FSP      0xF00369AC          SMU_core 7 FSP Configuration Register
SMU_AG8FSP      0xF00369B0          SMU_core 8 FSP Configuration Register
SMU_AG9FSP      0xF00369B4          SMU_core 9 FSP Configuration Register
SMU_AG10FSP     0xF00369B8          SMU_core 10 FSP Configuration Register
SMU_AG11FSP     0xF00369BC          SMU_core 11 FSP Configuration Register
SMU_AG0         0xF00369C0          Alarm 0 Status Register
SMU_AG1         0xF00369C4          Alarm 1 Status Register
SMU_AG2         0xF00369C8          Alarm 2 Status Register
SMU_AG3         0xF00369CC          Alarm 3 Status Register
SMU_AG4         0xF00369D0          Alarm 4 Status Register
SMU_AG5         0xF00369D4          Alarm 5 Status Register
SMU_AG6         0xF00369D8          Alarm 6 Status Register
SMU_AG7         0xF00369DC          Alarm 7 Status Register
SMU_AG8         0xF00369E0          Alarm 8 Status Register
SMU_AG9         0xF00369E4          Alarm 9 Status Register
SMU_AG10        0xF00369E8          Alarm 10 Status Register
SMU_AG11        0xF00369EC          Alarm 11 Status Register
SMU_AD0         0xF0036A00          Alarm 0 Debug Register
SMU_AD1         0xF0036A04          Alarm 1 Debug Register
SMU_AD2         0xF0036A08          Alarm 2 Debug Register
SMU_AD3         0xF0036A0C          Alarm 3 Debug Register
SMU_AD4         0xF0036A10          Alarm 4 Debug Register
SMU_AD5         0xF0036A14          Alarm 5 Debug Register
SMU_AD6         0xF0036A18          Alarm 6 Debug Register
SMU_AD7         0xF0036A1C          Alarm 7 Debug Register
SMU_AD8         0xF0036A20          Alarm 8 Debug Register
SMU_AD9         0xF0036A24          Alarm 9 Debug Register
SMU_AD10        0xF0036A28          Alarm 10 Debug Register
SMU_AD11        0xF0036A2C          Alarm 11 Debug Register
SMU_RMCTL       0xF0036B00          Register Monitor Control
SMU_RMEF        0xF0036B04          Register Monitor Error Flags
SMU_RMSTS       0xF0036B08          Register Monitor Self Test Status
SMU_OCS         0xF0036FE8          OCDS Control and Status
SMU_ACCEN1      0xF0036FF8          SMU_core Access Enable Register 1
SMU_ACCEN0      0xF0036FFC          SMU_core Access Enable Register 0
INT_ID          0xF0037008          Module Identification Register
INT_SRB0        0xF0037010          Service Request Broadcast Register 0
INT_SRB1        0xF0037014          Service Request Broadcast Register 1
INT_SRB2        0xF0037018          Service Request Broadcast Register 2
INT_SRB3        0xF003701C          Service Request Broadcast Register 3
INT_OOBS        0xF0037080          OTGM OTGB0/1 Status
INT_OSSIC       0xF0037084          OTGM SSI Control
INT_OIXTS       0xF0037088          OTGM IRQ MUX Trigger Set Select
INT_OIXMS       0xF003708C          OTGM IRQ MUX Missed IRQ Select
INT_OIXS0       0xF0037090          OTGM IRQ MUX Select 0
INT_OIXS1       0xF0037094          OTGM IRQ MUX Select 1
INT_OIT         0xF00370A0          OTGM IRQ Trace
INT_OMISP       0xF00370A4          OTGM MCDS I/F Sensitivity Posedge
INT_OMISN       0xF00370A8          OTGM MCDS I/F Sensitivity Negedge
INT_ACCEN_CONFIG0 0xF00370F0          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 0
INT_ACCEN_CONFIG1 0xF00370F4          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 1
INT_ACCEN_SRB00 0xF0037100          Access Enable covering SRB0, Register 0
INT_ACCEN_SRB01 0xF0037104          Access Enable covering SRB0, Register 1
INT_ACCEN_SRB10 0xF0037108          Access Enable covering SRB1, Register 0
INT_ACCEN_SRB11 0xF003710C          Access Enable covering SRB1, Register 1
INT_ACCEN_SRB20 0xF0037110          Access Enable covering SRB2, Register 0
INT_ACCEN_SRB21 0xF0037114          Access Enable covering SRB2, Register 1
INT_ACCEN_SRB30 0xF0037118          Access Enable covering SRB3, Register 0
INT_ACCEN_SRB31 0xF003711C          Access Enable covering SRB3, Register 1
INT_ACCEN_SRC_TOS00 0xF0037180          Access Enable covering all SRC0[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS01 0xF0037184          Access Enable covering all SRC0[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS10 0xF0037188          Access Enable covering all SRC1[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS11 0xF003718C          Access Enable covering all SRC1[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS20 0xF0037190          Access Enable covering all SRC2[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS21 0xF0037194          Access Enable covering all SRC2[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS30 0xF0037198          Access Enable covering all SRC3[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS31 0xF003719C          Access Enable covering all SRC3[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS40 0xF00371A0          Access Enable covering all SRC4[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS41 0xF00371A4          Access Enable covering all SRC4[31:16] mapped to ICUx, Register 1
INT_LWSR0       0xF0037200          Latest Winning Service Request Register x, related to ICU0
INT_LASR0       0xF0037204          Last Acknowledged Service Request Register x, related to ICU0
INT_ECR0        0xF0037208          Error Capture Register x, related to ICU0
INT_LWSR1       0xF0037210          Latest Winning Service Request Register x, related to ICU1
INT_LASR1       0xF0037214          Last Acknowledged Service Request Register x, related to ICU1
INT_ECR1        0xF0037218          Error Capture Register x, related to ICU1
INT_LWSR2       0xF0037220          Latest Winning Service Request Register x, related to ICU2
INT_LASR2       0xF0037224          Last Acknowledged Service Request Register x, related to ICU2
INT_ECR2        0xF0037228          Error Capture Register x, related to ICU2
INT_LWSR3       0xF0037230          Latest Winning Service Request Register x, related to ICU3
INT_LASR3       0xF0037234          Last Acknowledged Service Request Register x, related to ICU3
INT_ECR3        0xF0037238          Error Capture Register x, related to ICU3
INT_LWSR4       0xF0037240          Latest Winning Service Request Register x, related to ICU4
INT_LASR4       0xF0037244          Last Acknowledged Service Request Register x, related to ICU4
INT_ECR4        0xF0037248          Error Capture Register x, related to ICU4
SRC_CPU0SB      0xF0038000          CPU0 Software Breakpoint Service Request
SRC_CPU1SB      0xF0038004          CPU1 Software Breakpoint Service Request
SRC_CPU2SB      0xF0038008          CPU2 Software Breakpoint Service Request
SRC_CPU3SB      0xF003800C          CPU3 Software Breakpoint Service Request
SRC_BCUSPB      0xF0038020          SBCU Service Request [SPB Bus Control Unit)
SRC_XBAR0       0xF0038030          SRI Domain 0 Service Request
SRC_CERBERUS0   0xF0038040          Cerberus Service Request 0
SRC_CERBERUS1   0xF0038044          Cerberus Service Request 1
SRC_ASCLIN0TX   0xF0038050          ASCLIN0 Transmit Service Request
SRC_ASCLIN0RX   0xF0038054          ASCLIN0 Receive Service Request
SRC_ASCLIN0ERR  0xF0038058          ASCLIN0 Error Service Request
SRC_ASCLIN1TX   0xF003805C          ASCLIN1 Transmit Service Request
SRC_ASCLIN1RX   0xF0038060          ASCLIN1 Receive Service Request
SRC_ASCLIN1ERR  0xF0038064          ASCLIN1 Error Service Request
SRC_ASCLIN2TX   0xF0038068          ASCLIN2 Transmit Service Request
SRC_ASCLIN2RX   0xF003806C          ASCLIN2 Receive Service Request
SRC_ASCLIN2ERR  0xF0038070          ASCLIN2 Error Service Request
SRC_ASCLIN3TX   0xF0038074          ASCLIN3 Transmit Service Request
SRC_ASCLIN3RX   0xF0038078          ASCLIN3 Receive Service Request
SRC_ASCLIN3ERR  0xF003807C          ASCLIN3 Error Service Request
SRC_ASCLIN4TX   0xF0038080          ASCLIN4 Transmit Service Request
SRC_ASCLIN4RX   0xF0038084          ASCLIN4 Receive Service Request
SRC_ASCLIN4ERR  0xF0038088          ASCLIN4 Error Service Request
SRC_ASCLIN5TX   0xF003808C          ASCLIN5 Transmit Service Request
SRC_ASCLIN5RX   0xF0038090          ASCLIN5 Receive Service Request
SRC_ASCLIN5ERR  0xF0038094          ASCLIN5 Error Service Request
SRC_ASCLIN6TX   0xF0038098          ASCLIN6 Transmit Service Request
SRC_ASCLIN6RX   0xF003809C          ASCLIN6 Receive Service Request
SRC_ASCLIN6ERR  0xF00380A0          ASCLIN6 Error Service Request
SRC_ASCLIN7TX   0xF00380A4          ASCLIN7 Transmit Service Request
SRC_ASCLIN7RX   0xF00380A8          ASCLIN7 Receive Service Request
SRC_ASCLIN7ERR  0xF00380AC          ASCLIN7 Error Service Request
SRC_ASCLIN8TX   0xF00380B0          ASCLIN8 Transmit Service Request
SRC_ASCLIN8RX   0xF00380B4          ASCLIN8 Receive Service Request
SRC_ASCLIN8ERR  0xF00380B8          ASCLIN8 Error Service Request
SRC_ASCLIN9TX   0xF00380BC          ASCLIN9 Transmit Service Request
SRC_ASCLIN9RX   0xF00380C0          ASCLIN9 Receive Service Request
SRC_ASCLIN9ERR  0xF00380C4          ASCLIN9 Error Service Request
SRC_ASCLIN10TX  0xF00380C8          ASCLIN10 Transmit Service Request
SRC_ASCLIN10RX  0xF00380CC          ASCLIN10 Receive Service Request
SRC_ASCLIN10ERR 0xF00380D0          ASCLIN10 Error Service Request
SRC_ASCLIN11TX  0xF00380D4          ASCLIN11 Transmit Service Request
SRC_ASCLIN11RX  0xF00380D8          ASCLIN11 Receive Service Request
SRC_ASCLIN11ERR 0xF00380DC          ASCLIN11 Error Service Request
SRC_MTUDONE     0xF00380EC          MTU Done Service Request
SRC_QSPI0TX     0xF00380F0          QSPI0 Transmit Service Request
SRC_QSPI0RX     0xF00380F4          QSPI0 Receive Service Request
SRC_QSPI0ERR    0xF00380F8          QSPI0 Error Service Request
SRC_QSPI0PT     0xF00380FC          QSPI0 Phase Transition Service Request
SRC_QSPI0U      0xF0038100          QSPI0 User Defined Service Request
SRC_QSPI1TX     0xF0038104          QSPI1 Transmit Service Request
SRC_QSPI1RX     0xF0038108          QSPI1 Receive Service Request
SRC_QSPI1ERR    0xF003810C          QSPI1 Error Service Request
SRC_QSPI1PT     0xF0038110          QSPI1 Phase Transition Service Request
SRC_QSPI1U      0xF0038114          QSPI1 User Defined Service Request
SRC_QSPI2TX     0xF0038118          QSPI2 Transmit Service Request
SRC_QSPI2RX     0xF003811C          QSPI2 Receive Service Request
SRC_QSPI2ERR    0xF0038120          QSPI2 Error Service Request
SRC_QSPI2PT     0xF0038124          QSPI2 Phase Transition Service Request
SRC_QSPI2U      0xF0038128          QSPI2 User Defined Service Request
SRC_QSPI3TX     0xF003812C          QSPI3 Transmit Service Request
SRC_QSPI3RX     0xF0038130          QSPI3 Receive Service Request
SRC_QSPI3ERR    0xF0038134          QSPI3 Error Service Request
SRC_QSPI3PT     0xF0038138          QSPI3 Phase Transition Service Request
SRC_QSPI3U      0xF003813C          QSPI3 User Defined Service Request
SRC_QSPI4TX     0xF0038140          QSPI4 Transmit Service Request
SRC_QSPI4RX     0xF0038144          QSPI4 Receive Service Request
SRC_QSPI4ERR    0xF0038148          QSPI4 Error Service Request
SRC_QSPI4PT     0xF003814C          QSPI4 Phase Transition Service Request
SRC_QSPI4U      0xF0038150          QSPI4 User Defined Service Request
SRC_HSCT0       0xF0038180          HSCT0 Service Request
SRC_HSSL0COK0   0xF0038190          HSSL0 Channel 0 OK Service Request
SRC_HSSL0RDI0   0xF0038194          HSSL0 Channel 0 Read Data Service Request
SRC_HSSL0ERR0   0xF0038198          HSSL0 Channel 0 Error Service Request
SRC_HSSL0TRG0   0xF003819C          HSSL0 Channel 0 Trigger Interrupt Service Request
SRC_HSSL0COK1   0xF00381A0          HSSL0 Channel 1 OK Service Request
SRC_HSSL0RDI1   0xF00381A4          HSSL0 Channel 1 Read Data Service Request
SRC_HSSL0ERR1   0xF00381A8          HSSL0 Channel 1 Error Service Request
SRC_HSSL0TRG1   0xF00381AC          HSSL0 Channel 1 Trigger Interrupt Service Request
SRC_HSSL0COK2   0xF00381B0          HSSL0 Channel 2 OK Service Request
SRC_HSSL0RDI2   0xF00381B4          HSSL0 Channel 2 Read Data Service Request
SRC_HSSL0ERR2   0xF00381B8          HSSL0 Channel 2 Error Service Request
SRC_HSSL0TRG2   0xF00381BC          HSSL0 Channel 2 Trigger Interrupt Service Request
SRC_HSSL0COK3   0xF00381C0          HSSL0 Channel 3 OK Service Request
SRC_HSSL0RDI3   0xF00381C4          HSSL0 Channel 3 Read Data Service Request
SRC_HSSL0ERR3   0xF00381C8          HSSL0 Channel 3 Error Service Request
SRC_HSSL0TRG3   0xF00381CC          HSSL0 Channel 3 Trigger Interrupt Service Request
SRC_HSSL0EXI    0xF00381D0          HSSL0 Exception Service Request
SRC_I2C0DTR     0xF0038220          I2C0 Data Transfer Request
SRC_I2C0ERR     0xF0038224          I2C0 Error Service Request
SRC_I2C0P       0xF0038228          I2C0 Protocol Service Request
SRC_I2C1DTR     0xF0038230          I2C1 Data Transfer Request
SRC_I2C1ERR     0xF0038234          I2C1 Error Service Request
SRC_I2C1P       0xF0038238          I2C1 Protocol Service Request
SRC_SENT0       0xF0038240          SENT TRIG0 Service Request
SRC_SENT1       0xF0038244          SENT TRIG1 Service Request
SRC_SENT2       0xF0038248          SENT TRIG2 Service Request
SRC_SENT3       0xF003824C          SENT TRIG3 Service Request
SRC_SENT4       0xF0038250          SENT TRIG4 Service Request
SRC_SENT5       0xF0038254          SENT TRIG5 Service Request
SRC_SENT6       0xF0038258          SENT TRIG6 Service Request
SRC_SENT7       0xF003825C          SENT TRIG7 Service Request
SRC_SENT8       0xF0038260          SENT TRIG8 Service Request
SRC_SENT9       0xF0038264          SENT TRIG9 Service Request
SRC_MSC0SR0     0xF0038270          MSC0 Service Request 0
SRC_MSC0SR1     0xF0038274          MSC0 Service Request 1
SRC_MSC0SR2     0xF0038278          MSC0 Service Request 2
SRC_MSC0SR3     0xF003827C          MSC0 Service Request 3
SRC_MSC0SR4     0xF0038280          MSC0 Service Request 4
SRC_MSC1SR0     0xF0038284          MSC1 Service Request 0
SRC_MSC1SR1     0xF0038288          MSC1 Service Request 1
SRC_MSC1SR2     0xF003828C          MSC1 Service Request 2
SRC_MSC1SR3     0xF0038290          MSC1 Service Request 3
SRC_MSC1SR4     0xF0038294          MSC1 Service Request 4
SRC_MSC2SR0     0xF0038298          MSC2 Service Request 0
SRC_MSC2SR1     0xF003829C          MSC2 Service Request 1
SRC_MSC2SR2     0xF00382A0          MSC2 Service Request 2
SRC_MSC2SR3     0xF00382A4          MSC2 Service Request 3
SRC_MSC2SR4     0xF00382A8          MSC2 Service Request 4
SRC_CCU60SR0    0xF00382C0          CCU0 Service Request 0
SRC_CCU60SR1    0xF00382C4          CCU0 Service Request 1
SRC_CCU60SR2    0xF00382C8          CCU0 Service Request 2
SRC_CCU60SR3    0xF00382CC          CCU0 Service Request 3
SRC_CCU61SR0    0xF00382D0          CCU1 Service Request 0
SRC_CCU61SR1    0xF00382D4          CCU1 Service Request 1
SRC_CCU61SR2    0xF00382D8          CCU1 Service Request 2
SRC_CCU61SR3    0xF00382DC          CCU1 Service Request 3
SRC_GPT120CIRQ  0xF00382E0          GPT120 CAPREL Service Request
SRC_GPT120T2    0xF00382E4          GPT120 Timer 2 Service Request
SRC_GPT120T3    0xF00382E8          GPT120 Timer 3 Service Request
SRC_GPT120T4    0xF00382EC          GPT120 Timer 4 Service Request
SRC_GPT120T5    0xF00382F0          GPT120 Timer 5 Service Request
SRC_GPT120T6    0xF00382F4          GPT120 Timer 6 Service Request
SRC_STM0SR0     0xF0038300          System Timer 0 Service Request 0
SRC_STM0SR1     0xF0038304          System Timer 0 Service Request 1
SRC_STM1SR0     0xF0038308          System Timer 1 Service Request 0
SRC_STM1SR1     0xF003830C          System Timer 1 Service Request 1
SRC_STM2SR0     0xF0038310          System Timer 2 Service Request 0
SRC_STM2SR1     0xF0038314          System Timer 2 Service Request 1
SRC_STM3SR0     0xF0038318          System Timer 3 Service Request 0
SRC_STM3SR1     0xF003831C          System Timer 3 Service Request 1
SRC_FCE0        0xF0038330          FCE0 Error Service Request
SRC_DMAERR0     0xF0038340          DMA Error Service Request 0
SRC_DMAERR1     0xF0038344          DMA Error Service Request 1
SRC_DMAERR2     0xF0038348          DMA Error Service Request 2
SRC_DMAERR3     0xF003834C          DMA Error Service Request 3
SRC_DMACH0      0xF0038370          DMA Channel 0 Service Request
SRC_DMACH1      0xF0038374          DMA Channel 1 Service Request
SRC_DMACH2      0xF0038378          DMA Channel 2 Service Request
SRC_DMACH3      0xF003837C          DMA Channel 3 Service Request
SRC_DMACH4      0xF0038380          DMA Channel 4 Service Request
SRC_DMACH5      0xF0038384          DMA Channel 5 Service Request
SRC_DMACH6      0xF0038388          DMA Channel 6 Service Request
SRC_DMACH7      0xF003838C          DMA Channel 7 Service Request
SRC_DMACH8      0xF0038390          DMA Channel 8 Service Request
SRC_DMACH9      0xF0038394          DMA Channel 9 Service Request
SRC_DMACH10     0xF0038398          DMA Channel 10 Service Request
SRC_DMACH11     0xF003839C          DMA Channel 11 Service Request
SRC_DMACH12     0xF00383A0          DMA Channel 12 Service Request
SRC_DMACH13     0xF00383A4          DMA Channel 13 Service Request
SRC_DMACH14     0xF00383A8          DMA Channel 14 Service Request
SRC_DMACH15     0xF00383AC          DMA Channel 15 Service Request
SRC_DMACH16     0xF00383B0          DMA Channel 16 Service Request
SRC_DMACH17     0xF00383B4          DMA Channel 17 Service Request
SRC_DMACH18     0xF00383B8          DMA Channel 18 Service Request
SRC_DMACH19     0xF00383BC          DMA Channel 19 Service Request
SRC_DMACH20     0xF00383C0          DMA Channel 20 Service Request
SRC_DMACH21     0xF00383C4          DMA Channel 21 Service Request
SRC_DMACH22     0xF00383C8          DMA Channel 22 Service Request
SRC_DMACH23     0xF00383CC          DMA Channel 23 Service Request
SRC_DMACH24     0xF00383D0          DMA Channel 24 Service Request
SRC_DMACH25     0xF00383D4          DMA Channel 25 Service Request
SRC_DMACH26     0xF00383D8          DMA Channel 26 Service Request
SRC_DMACH27     0xF00383DC          DMA Channel 27 Service Request
SRC_DMACH28     0xF00383E0          DMA Channel 28 Service Request
SRC_DMACH29     0xF00383E4          DMA Channel 29 Service Request
SRC_DMACH30     0xF00383E8          DMA Channel 30 Service Request
SRC_DMACH31     0xF00383EC          DMA Channel 31 Service Request
SRC_DMACH32     0xF00383F0          DMA Channel 32 Service Request
SRC_DMACH33     0xF00383F4          DMA Channel 33 Service Request
SRC_DMACH34     0xF00383F8          DMA Channel 34 Service Request
SRC_DMACH35     0xF00383FC          DMA Channel 35 Service Request
SRC_DMACH36     0xF0038400          DMA Channel 36 Service Request
SRC_DMACH37     0xF0038404          DMA Channel 37 Service Request
SRC_DMACH38     0xF0038408          DMA Channel 38 Service Request
SRC_DMACH39     0xF003840C          DMA Channel 39 Service Request
SRC_DMACH40     0xF0038410          DMA Channel 40 Service Request
SRC_DMACH41     0xF0038414          DMA Channel 41 Service Request
SRC_DMACH42     0xF0038418          DMA Channel 42 Service Request
SRC_DMACH43     0xF003841C          DMA Channel 43 Service Request
SRC_DMACH44     0xF0038420          DMA Channel 44 Service Request
SRC_DMACH45     0xF0038424          DMA Channel 45 Service Request
SRC_DMACH46     0xF0038428          DMA Channel 46 Service Request
SRC_DMACH47     0xF003842C          DMA Channel 47 Service Request
SRC_DMACH48     0xF0038430          DMA Channel 48 Service Request
SRC_DMACH49     0xF0038434          DMA Channel 49 Service Request
SRC_DMACH50     0xF0038438          DMA Channel 50 Service Request
SRC_DMACH51     0xF003843C          DMA Channel 51 Service Request
SRC_DMACH52     0xF0038440          DMA Channel 52 Service Request
SRC_DMACH53     0xF0038444          DMA Channel 53 Service Request
SRC_DMACH54     0xF0038448          DMA Channel 54 Service Request
SRC_DMACH55     0xF003844C          DMA Channel 55 Service Request
SRC_DMACH56     0xF0038450          DMA Channel 56 Service Request
SRC_DMACH57     0xF0038454          DMA Channel 57 Service Request
SRC_DMACH58     0xF0038458          DMA Channel 58 Service Request
SRC_DMACH59     0xF003845C          DMA Channel 59 Service Request
SRC_DMACH60     0xF0038460          DMA Channel 60 Service Request
SRC_DMACH61     0xF0038464          DMA Channel 61 Service Request
SRC_DMACH62     0xF0038468          DMA Channel 62 Service Request
SRC_DMACH63     0xF003846C          DMA Channel 63 Service Request
SRC_DMACH64     0xF0038470          DMA Channel 64 Service Request
SRC_DMACH65     0xF0038474          DMA Channel 65 Service Request
SRC_DMACH66     0xF0038478          DMA Channel 66 Service Request
SRC_DMACH67     0xF003847C          DMA Channel 67 Service Request
SRC_DMACH68     0xF0038480          DMA Channel 68 Service Request
SRC_DMACH69     0xF0038484          DMA Channel 69 Service Request
SRC_DMACH70     0xF0038488          DMA Channel 70 Service Request
SRC_DMACH71     0xF003848C          DMA Channel 71 Service Request
SRC_DMACH72     0xF0038490          DMA Channel 72 Service Request
SRC_DMACH73     0xF0038494          DMA Channel 73 Service Request
SRC_DMACH74     0xF0038498          DMA Channel 74 Service Request
SRC_DMACH75     0xF003849C          DMA Channel 75 Service Request
SRC_DMACH76     0xF00384A0          DMA Channel 76 Service Request
SRC_DMACH77     0xF00384A4          DMA Channel 77 Service Request
SRC_DMACH78     0xF00384A8          DMA Channel 78 Service Request
SRC_DMACH79     0xF00384AC          DMA Channel 79 Service Request
SRC_DMACH80     0xF00384B0          DMA Channel 80 Service Request
SRC_DMACH81     0xF00384B4          DMA Channel 81 Service Request
SRC_DMACH82     0xF00384B8          DMA Channel 82 Service Request
SRC_DMACH83     0xF00384BC          DMA Channel 83 Service Request
SRC_DMACH84     0xF00384C0          DMA Channel 84 Service Request
SRC_DMACH85     0xF00384C4          DMA Channel 85 Service Request
SRC_DMACH86     0xF00384C8          DMA Channel 86 Service Request
SRC_DMACH87     0xF00384CC          DMA Channel 87 Service Request
SRC_DMACH88     0xF00384D0          DMA Channel 88 Service Request
SRC_DMACH89     0xF00384D4          DMA Channel 89 Service Request
SRC_DMACH90     0xF00384D8          DMA Channel 90 Service Request
SRC_DMACH91     0xF00384DC          DMA Channel 91 Service Request
SRC_DMACH92     0xF00384E0          DMA Channel 92 Service Request
SRC_DMACH93     0xF00384E4          DMA Channel 93 Service Request
SRC_DMACH94     0xF00384E8          DMA Channel 94 Service Request
SRC_DMACH95     0xF00384EC          DMA Channel 95 Service Request
SRC_DMACH96     0xF00384F0          DMA Channel 96 Service Request
SRC_DMACH97     0xF00384F4          DMA Channel 97 Service Request
SRC_DMACH98     0xF00384F8          DMA Channel 98 Service Request
SRC_DMACH99     0xF00384FC          DMA Channel 99 Service Request
SRC_DMACH100    0xF0038500          DMA Channel 100 Service Request
SRC_DMACH101    0xF0038504          DMA Channel 101 Service Request
SRC_DMACH102    0xF0038508          DMA Channel 102 Service Request
SRC_DMACH103    0xF003850C          DMA Channel 103 Service Request
SRC_DMACH104    0xF0038510          DMA Channel 104 Service Request
SRC_DMACH105    0xF0038514          DMA Channel 105 Service Request
SRC_DMACH106    0xF0038518          DMA Channel 106 Service Request
SRC_DMACH107    0xF003851C          DMA Channel 107 Service Request
SRC_DMACH108    0xF0038520          DMA Channel 108 Service Request
SRC_DMACH109    0xF0038524          DMA Channel 109 Service Request
SRC_DMACH110    0xF0038528          DMA Channel 110 Service Request
SRC_DMACH111    0xF003852C          DMA Channel 111 Service Request
SRC_DMACH112    0xF0038530          DMA Channel 112 Service Request
SRC_DMACH113    0xF0038534          DMA Channel 113 Service Request
SRC_DMACH114    0xF0038538          DMA Channel 114 Service Request
SRC_DMACH115    0xF003853C          DMA Channel 115 Service Request
SRC_DMACH116    0xF0038540          DMA Channel 116 Service Request
SRC_DMACH117    0xF0038544          DMA Channel 117 Service Request
SRC_DMACH118    0xF0038548          DMA Channel 118 Service Request
SRC_DMACH119    0xF003854C          DMA Channel 119 Service Request
SRC_DMACH120    0xF0038550          DMA Channel 120 Service Request
SRC_DMACH121    0xF0038554          DMA Channel 121 Service Request
SRC_DMACH122    0xF0038558          DMA Channel 122 Service Request
SRC_DMACH123    0xF003855C          DMA Channel 123 Service Request
SRC_DMACH124    0xF0038560          DMA Channel 124 Service Request
SRC_DMACH125    0xF0038564          DMA Channel 125 Service Request
SRC_DMACH126    0xF0038568          DMA Channel 126 Service Request
SRC_DMACH127    0xF003856C          DMA Channel 127 Service Request
SRC_GETH0       0xF0038580          GETH Service Request 0
SRC_GETH1       0xF0038584          GETH Service Request 1
SRC_GETH2       0xF0038588          GETH Service Request 2
SRC_GETH3       0xF003858C          GETH Service Request 3
SRC_GETH4       0xF0038590          GETH Service Request 4
SRC_GETH5       0xF0038594          GETH Service Request 5
SRC_GETH6       0xF0038598          GETH Service Request 6
SRC_GETH7       0xF003859C          GETH Service Request 7
SRC_GETH8       0xF00385A0          GETH Service Request 8
SRC_GETH9       0xF00385A4          GETH Service Request 9
SRC_CAN0INT0    0xF00385B0          CAN0 Service Request 0
SRC_CAN0INT1    0xF00385B4          CAN0 Service Request 1
SRC_CAN0INT2    0xF00385B8          CAN0 Service Request 2
SRC_CAN0INT3    0xF00385BC          CAN0 Service Request 3
SRC_CAN0INT4    0xF00385C0          CAN0 Service Request 4
SRC_CAN0INT5    0xF00385C4          CAN0 Service Request 5
SRC_CAN0INT6    0xF00385C8          CAN0 Service Request 6
SRC_CAN0INT7    0xF00385CC          CAN0 Service Request 7
SRC_CAN0INT8    0xF00385D0          CAN0 Service Request 8
SRC_CAN0INT9    0xF00385D4          CAN0 Service Request 9
SRC_CAN0INT10   0xF00385D8          CAN0 Service Request 10
SRC_CAN0INT11   0xF00385DC          CAN0 Service Request 11
SRC_CAN0INT12   0xF00385E0          CAN0 Service Request 12
SRC_CAN0INT13   0xF00385E4          CAN0 Service Request 13
SRC_CAN0INT14   0xF00385E8          CAN0 Service Request 14
SRC_CAN0INT15   0xF00385EC          CAN0 Service Request 15
SRC_CAN1INT0    0xF00385F0          CAN1 Service Request 0
SRC_CAN1INT1    0xF00385F4          CAN1 Service Request 1
SRC_CAN1INT2    0xF00385F8          CAN1 Service Request 2
SRC_CAN1INT3    0xF00385FC          CAN1 Service Request 3
SRC_CAN1INT4    0xF0038600          CAN1 Service Request 4
SRC_CAN1INT5    0xF0038604          CAN1 Service Request 5
SRC_CAN1INT6    0xF0038608          CAN1 Service Request 6
SRC_CAN1INT7    0xF003860C          CAN1 Service Request 7
SRC_CAN1INT8    0xF0038610          CAN1 Service Request 8
SRC_CAN1INT9    0xF0038614          CAN1 Service Request 9
SRC_CAN1INT10   0xF0038618          CAN1 Service Request 10
SRC_CAN1INT11   0xF003861C          CAN1 Service Request 11
SRC_CAN1INT12   0xF0038620          CAN1 Service Request 12
SRC_CAN1INT13   0xF0038624          CAN1 Service Request 13
SRC_CAN1INT14   0xF0038628          CAN1 Service Request 14
SRC_CAN1INT15   0xF003862C          CAN1 Service Request 15
SRC_CAN2INT0    0xF0038630          CAN2 Service Request 0
SRC_CAN2INT1    0xF0038634          CAN2 Service Request 1
SRC_CAN2INT2    0xF0038638          CAN2 Service Request 2
SRC_CAN2INT3    0xF003863C          CAN2 Service Request 3
SRC_CAN2INT4    0xF0038640          CAN2 Service Request 4
SRC_CAN2INT5    0xF0038644          CAN2 Service Request 5
SRC_CAN2INT6    0xF0038648          CAN2 Service Request 6
SRC_CAN2INT7    0xF003864C          CAN2 Service Request 7
SRC_CAN2INT8    0xF0038650          CAN2 Service Request 8
SRC_CAN2INT9    0xF0038654          CAN2 Service Request 9
SRC_CAN2INT10   0xF0038658          CAN2 Service Request 10
SRC_CAN2INT11   0xF003865C          CAN2 Service Request 11
SRC_CAN2INT12   0xF0038660          CAN2 Service Request 12
SRC_CAN2INT13   0xF0038664          CAN2 Service Request 13
SRC_CAN2INT14   0xF0038668          CAN2 Service Request 14
SRC_CAN2INT15   0xF003866C          CAN2 Service Request 15
SRC_VADCG0SR0   0xF0038670          EVADC Group 0 Service Request 0
SRC_VADCG0SR1   0xF0038674          EVADC Group 0 Service Request 1
SRC_VADCG0SR2   0xF0038678          EVADC Group 0 Service Request 2
SRC_VADCG0SR3   0xF003867C          EVADC Group 0 Service Request 3
SRC_VADCG1SR0   0xF0038680          EVADC Group 1 Service Request 0
SRC_VADCG1SR1   0xF0038684          EVADC Group 1 Service Request 1
SRC_VADCG1SR2   0xF0038688          EVADC Group 1 Service Request 2
SRC_VADCG1SR3   0xF003868C          EVADC Group 1 Service Request 3
SRC_VADCG2SR0   0xF0038690          EVADC Group 2 Service Request 0
SRC_VADCG2SR1   0xF0038694          EVADC Group 2 Service Request 1
SRC_VADCG2SR2   0xF0038698          EVADC Group 2 Service Request 2
SRC_VADCG2SR3   0xF003869C          EVADC Group 2 Service Request 3
SRC_VADCG3SR0   0xF00386A0          EVADC Group 3 Service Request 0
SRC_VADCG3SR1   0xF00386A4          EVADC Group 3 Service Request 1
SRC_VADCG3SR2   0xF00386A8          EVADC Group 3 Service Request 2
SRC_VADCG3SR3   0xF00386AC          EVADC Group 3 Service Request 3
SRC_VADCG4SR0   0xF00386B0          EVADC Group 4 Service Request 0
SRC_VADCG4SR1   0xF00386B4          EVADC Group 4 Service Request 1
SRC_VADCG4SR2   0xF00386B8          EVADC Group 4 Service Request 2
SRC_VADCG4SR3   0xF00386BC          EVADC Group 4 Service Request 3
SRC_VADCG5SR0   0xF00386C0          EVADC Group 5 Service Request 0
SRC_VADCG5SR1   0xF00386C4          EVADC Group 5 Service Request 1
SRC_VADCG5SR2   0xF00386C8          EVADC Group 5 Service Request 2
SRC_VADCG5SR3   0xF00386CC          EVADC Group 5 Service Request 3
SRC_VADCG6SR0   0xF00386D0          EVADC Group 6 Service Request 0
SRC_VADCG6SR1   0xF00386D4          EVADC Group 6 Service Request 1
SRC_VADCG6SR2   0xF00386D8          EVADC Group 6 Service Request 2
SRC_VADCG6SR3   0xF00386DC          EVADC Group 6 Service Request 3
SRC_VADCG7SR0   0xF00386E0          EVADC Group 7 Service Request 0
SRC_VADCG7SR1   0xF00386E4          EVADC Group 7 Service Request 1
SRC_VADCG7SR2   0xF00386E8          EVADC Group 7 Service Request 2
SRC_VADCG7SR3   0xF00386EC          EVADC Group 7 Service Request 3
SRC_VADCG8SR0   0xF00386F0          EVADC Group 8 Service Request 0
SRC_VADCG8SR1   0xF00386F4          EVADC Group 8 Service Request 1
SRC_VADCG8SR2   0xF00386F8          EVADC Group 8 Service Request 2
SRC_VADCG8SR3   0xF00386FC          EVADC Group 8 Service Request 3
SRC_VADCG9SR0   0xF0038700          EVADC Group 9 Service Request 0
SRC_VADCG9SR1   0xF0038704          EVADC Group 9 Service Request 1
SRC_VADCG9SR2   0xF0038708          EVADC Group 9 Service Request 2
SRC_VADCG9SR3   0xF003870C          EVADC Group 9 Service Request 3
SRC_VADCG10SR0  0xF0038710          EVADC Group 10 Service Request 0
SRC_VADCG10SR1  0xF0038714          EVADC Group 10 Service Request 1
SRC_VADCG10SR2  0xF0038718          EVADC Group 10 Service Request 2
SRC_VADCG10SR3  0xF003871C          EVADC Group 10 Service Request 3
SRC_VADCG11SR0  0xF0038720          EVADC Group 11 Service Request 0
SRC_VADCG11SR1  0xF0038724          EVADC Group 11 Service Request 1
SRC_VADCG11SR2  0xF0038728          EVADC Group 11 Service Request 2
SRC_VADCG11SR3  0xF003872C          EVADC Group 11 Service Request 3
SRC_VADCFC0SR0  0xF0038730          EVADC Fast Compare 0 Service Request SR0
SRC_VADCFC1SR0  0xF0038734          EVADC Fast Compare 1 Service Request SR0
SRC_VADCFC2SR0  0xF0038738          EVADC Fast Compare 2 Service Request SR0
SRC_VADCFC3SR0  0xF003873C          EVADC Fast Compare 3 Service Request SR0
SRC_VADCCG0SR0  0xF0038750          EVADC Common Group 0 Service Request 0
SRC_VADCCG0SR1  0xF0038754          EVADC Common Group 0 Service Request 1
SRC_VADCCG0SR2  0xF0038758          EVADC Common Group 0 Service Request 2
SRC_VADCCG0SR3  0xF003875C          EVADC Common Group 0 Service Request 3
SRC_VADCCG1SR0  0xF0038760          EVADC Common Group 1 Service Request 0
SRC_VADCCG1SR1  0xF0038764          EVADC Common Group 1 Service Request 1
SRC_VADCCG1SR2  0xF0038768          EVADC Common Group 1 Service Request 2
SRC_VADCCG1SR3  0xF003876C          EVADC Common Group 1 Service Request 3
SRC_DSADCSRM0   0xF0038770          DSADC SRM0 Service Request
SRC_DSADCSRA0   0xF0038774          DSADC SRA0 Service Request
SRC_DSADCSRM1   0xF0038778          DSADC SRM1 Service Request
SRC_DSADCSRA1   0xF003877C          DSADC SRA1 Service Request
SRC_DSADCSRM2   0xF0038780          DSADC SRM2 Service Request
SRC_DSADCSRA2   0xF0038784          DSADC SRA2 Service Request
SRC_DSADCSRM3   0xF0038788          DSADC SRM3 Service Request
SRC_DSADCSRA3   0xF003878C          DSADC SRA3 Service Request
SRC_DSADCSRM4   0xF0038790          DSADC SRM4 Service Request
SRC_DSADCSRA4   0xF0038794          DSADC SRA4 Service Request
SRC_DSADCSRM5   0xF0038798          DSADC SRM5 Service Request
SRC_DSADCSRA5   0xF003879C          DSADC SRA5 Service Request
SRC_DSADCSRM6   0xF00387A0          DSADC SRM6 Service Request
SRC_DSADCSRA6   0xF00387A4          DSADC SRA6 Service Request
SRC_DSADCSRM7   0xF00387A8          DSADC SRM7 Service Request
SRC_DSADCSRA7   0xF00387AC          DSADC SRA7 Service Request
SRC_DSADCSRM8   0xF00387B0          DSADC SRM8 Service Request
SRC_DSADCSRA8   0xF00387B4          DSADC SRA8 Service Request
SRC_DSADCSRM9   0xF00387B8          DSADC SRM9 Service Request
SRC_DSADCSRA9   0xF00387BC          DSADC SRA9 Service Request
SRC_ASCLIN12TX  0xF00387E0          ASCLIN12 Transmit Service Request
SRC_ASCLIN12RX  0xF00387E4          ASCLIN12 Receive Service Request
SRC_ASCLIN12ERR 0xF00387E8          ASCLIN12 Error Service Request
SRC_ASCLIN13TX  0xF00387EC          ASCLIN13 Transmit Service Request
SRC_ASCLIN13RX  0xF00387F0          ASCLIN13 Receive Service Request
SRC_ASCLIN13ERR 0xF00387F4          ASCLIN13 Error Service Request
SRC_ERAY0INT0   0xF0038800          E-RAY 0 Service Request 0
SRC_ERAY0INT1   0xF0038804          E-RAY 0 Service Request 1
SRC_ERAY0TINT0  0xF0038808          E-RAY 0 Timer Interrupt 0 Service Request
SRC_ERAY0TINT1  0xF003880C          E-RAY 0 Timer Interrupt 1 Service Request
SRC_ERAY0NDAT0  0xF0038810          E-RAY 0 New Data 0 Service Request
SRC_ERAY0NDAT1  0xF0038814          E-RAY 0 New Data 1 Service Request
SRC_ERAY0MBSC0  0xF0038818          E-RAY 0 Message Buffer Status Changed 0 Service Request
SRC_ERAY0MBSC1  0xF003881C          E-RAY 0 Message Buffer Status Changed 1 Service Request
SRC_ERAY0OBUSY  0xF0038820          E-RAY 0 Output Buffer Busy
SRC_ERAY0IBUSY  0xF0038824          E-RAY 0 Input Buffer Busy
SRC_ERAY1INT0   0xF0038830          E-RAY 1 Service Request 0
SRC_ERAY1INT1   0xF0038834          E-RAY 1 Service Request 1
SRC_ERAY1TINT0  0xF0038838          E-RAY 1 Timer Interrupt 0 Service Request
SRC_ERAY1TINT1  0xF003883C          E-RAY 1 Timer Interrupt 1 Service Request
SRC_ERAY1NDAT0  0xF0038840          E-RAY 1 New Data 0 Service Request
SRC_ERAY1NDAT1  0xF0038844          E-RAY 1 New Data 1 Service Request
SRC_ERAY1MBSC0  0xF0038848          E-RAY 1 Message Buffer Status Changed 0 Service Request
SRC_ERAY1MBSC1  0xF003884C          E-RAY 1 Message Buffer Status Changed 1 Service Request
SRC_ERAY1OBUSY  0xF0038850          E-RAY 1 Output Buffer Busy
SRC_ERAY1IBUSY  0xF0038854          E-RAY 1 Input Buffer Busy
SRC_DMUHOST     0xF0038860          DMU Host Service Request
SRC_DMUFSI      0xF0038864          DMU FSI Service Request
SRC_HSM0        0xF0038870          HSM Service Request 0
SRC_HSM1        0xF0038874          HSM Service Request 1
SRC_SCUERU0     0xF0038880          SCU ERU Service Request 0
SRC_SCUERU1     0xF0038884          SCU ERU Service Request 1
SRC_SCUERU2     0xF0038888          SCU ERU Service Request 2
SRC_SCUERU3     0xF003888C          SCU ERU Service Request 3
SRC_PMSDTS      0xF00388AC          PMS DTS Service Request
SRC_PMS0        0xF00388B0          Power Management System Service Request 0
SRC_PMS1        0xF00388B4          Power Management System Service Request 1
SRC_PMS2        0xF00388B8          Power Management System Service Request 2
SRC_PMS3        0xF00388BC          Power Management System Service Request 3
SRC_SCR         0xF00388C0          Stand By Controller Service Request
SRC_SMU0        0xF00388D0          SMU Service Request 0
SRC_SMU1        0xF00388D4          SMU Service Request 1
SRC_SMU2        0xF00388D8          SMU Service Request 2
SRC_PSI50       0xF00388E0          PSI5 Service Request 0
SRC_PSI51       0xF00388E4          PSI5 Service Request 1
SRC_PSI52       0xF00388E8          PSI5 Service Request 2
SRC_PSI53       0xF00388EC          PSI5 Service Request 3
SRC_PSI54       0xF00388F0          PSI5 Service Request 4
SRC_PSI55       0xF00388F4          PSI5 Service Request 5
SRC_PSI56       0xF00388F8          PSI5 Service Request 6
SRC_PSI57       0xF00388FC          PSI5 Service Request 7
SRC_DAM0LI0     0xF0038910          DAM0 Limit 0 Service Request
SRC_DAM0RI0     0xF0038914          DAM0 Ready 0 Service Reques
SRC_DAM0LI1     0xF0038918          DAM0 Limit 1 Service Request
SRC_DAM0RI1     0xF003891C          DAM0 Ready 1 Service Request
SRC_DAM0DR      0xF0038920          DAM0 DMA Ready Service Request
SRC_DAM0ERR     0xF0038924          DAM0 Error Service Request
SRC_PSI5S0      0xF0038950          PSI5-S Service Request 0
SRC_PSI5S1      0xF0038954          PSI5-S Service Request 1
SRC_PSI5S2      0xF0038958          PSI5-S Service Request 2
SRC_PSI5S3      0xF003895C          PSI5-S Service Request 3
SRC_PSI5S4      0xF0038960          PSI5-S Service Request 4
SRC_PSI5S5      0xF0038964          PSI5-S Service Request 5
SRC_PSI5S6      0xF0038968          PSI5-S Service Request 6
SRC_PSI5S7      0xF003896C          PSI5-S Service Request 7
SRC_GPSR00      0xF0038990          General Purpose Group 0 Service Request 0
SRC_GPSR01      0xF0038994          General Purpose Group 0 Service Request 1
SRC_GPSR02      0xF0038998          General Purpose Group 0 Service Request 2
SRC_GPSR03      0xF003899C          General Purpose Group 0 Service Request 3
SRC_GPSR04      0xF00389A0          General Purpose Group 0 Service Request 4
SRC_GPSR05      0xF00389A4          General Purpose Group 0 Service Request 5
SRC_GPSR06      0xF00389A8          General Purpose Group 0 Service Request 6
SRC_GPSR07      0xF00389AC          General Purpose Group 0 Service Request 7
SRC_GPSR10      0xF00389B0          General Purpose Group 1 Service Request 0
SRC_GPSR11      0xF00389B4          General Purpose Group 1 Service Request 1
SRC_GPSR12      0xF00389B8          General Purpose Group 1 Service Request 2
SRC_GPSR13      0xF00389BC          General Purpose Group 1 Service Request 3
SRC_GPSR14      0xF00389C0          General Purpose Group 1 Service Request 4
SRC_GPSR15      0xF00389C4          General Purpose Group 1 Service Request 5
SRC_GPSR16      0xF00389C8          General Purpose Group 1 Service Request 6
SRC_GPSR17      0xF00389CC          General Purpose Group 1 Service Request 7
SRC_GPSR20      0xF00389D0          General Purpose Group 2 Service Request 0
SRC_GPSR21      0xF00389D4          General Purpose Group 2 Service Request 1
SRC_GPSR22      0xF00389D8          General Purpose Group 2 Service Request 2
SRC_GPSR23      0xF00389DC          General Purpose Group 2 Service Request 3
SRC_GPSR24      0xF00389E0          General Purpose Group 2 Service Request 4
SRC_GPSR25      0xF00389E4          General Purpose Group 2 Service Request 5
SRC_GPSR26      0xF00389E8          General Purpose Group 2 Service Request 6
SRC_GPSR27      0xF00389EC          General Purpose Group 2 Service Request 7
SRC_GPSR30      0xF00389F0          General Purpose Group 3 Service Request 0
SRC_GPSR31      0xF00389F4          General Purpose Group 3 Service Request 1
SRC_GPSR32      0xF00389F8          General Purpose Group 3 Service Request 2
SRC_GPSR33      0xF00389FC          General Purpose Group 3 Service Request 3
SRC_GPSR34      0xF0038A00          General Purpose Group 3 Service Request 4
SRC_GPSR35      0xF0038A04          General Purpose Group 3 Service Request 5
SRC_GPSR36      0xF0038A08          General Purpose Group 3 Service Request 6
SRC_GPSR37      0xF0038A0C          General Purpose Group 3 Service Request 7
SRC_ASCLIN14TX  0xF0038A50          ASCLIN14 Transmit Service Request
SRC_ASCLIN14RX  0xF0038A54          ASCLIN14 Receive Service Request
SRC_ASCLIN14ERR 0xF0038A58          ASCLIN14 Error Service Request
SRC_ASCLIN15TX  0xF0038A5C          ASCLIN15 Transmit Service Request
SRC_ASCLIN15RX  0xF0038A60          ASCLIN15 Receive Service Request
SRC_ASCLIN15ERR 0xF0038A64          ASCLIN15 Error Service Request
SRC_GTMAEIIRQ   0xF0038A70          AEI Shared Service Request
SRC_GTMARUIRQ0  0xF0038A74          ARU Shared Service Request 0
SRC_GTMARUIRQ1  0xF0038A78          ARU Shared Service Request 1
SRC_GTMARUIRQ2  0xF0038A7C          ARU Shared Service Request 2
SRC_GTMBRCIRQ   0xF0038A80          BRC Shared Service Request
SRC_GTMCMPIRQ   0xF0038A84          CMP Shared Service Request
SRC_GTMSPE0IRQ  0xF0038A88          SPE0 Shared Service Request
SRC_GTMSPE1IRQ  0xF0038A8C          SPE1 Shared Service Request
SRC_GTMSPE2IRQ  0xF0038A90          SPE2 Shared Service Request
SRC_GTMSPE3IRQ  0xF0038A94          SPE3 Shared Service Request
SRC_GTMPSM00    0xF0038AA0          PSM0 Shared Service Request 0
SRC_GTMPSM01    0xF0038AA4          PSM0 Shared Service Request 1
SRC_GTMPSM02    0xF0038AA8          PSM0 Shared Service Request 2
SRC_GTMPSM03    0xF0038AAC          PSM0 Shared Service Request 3
SRC_GTMPSM04    0xF0038AB0          PSM0 Shared Service Request 4
SRC_GTMPSM05    0xF0038AB4          PSM0 Shared Service Request 5
SRC_GTMPSM06    0xF0038AB8          PSM0 Shared Service Request 6
SRC_GTMPSM07    0xF0038ABC          PSM0 Shared Service Request 7
SRC_GTMPSM10    0xF0038AC0          PSM1 Shared Service Request 0
SRC_GTMPSM11    0xF0038AC4          PSM1 Shared Service Request 1
SRC_GTMPSM12    0xF0038AC8          PSM1 Shared Service Request 2
SRC_GTMPSM13    0xF0038ACC          PSM1 Shared Service Request 3
SRC_GTMPSM14    0xF0038AD0          PSM1 Shared Service Request 4
SRC_GTMPSM15    0xF0038AD4          PSM1 Shared Service Request 5
SRC_GTMPSM16    0xF0038AD8          PSM1 Shared Service Request 6
SRC_GTMPSM17    0xF0038ADC          PSM1 Shared Service Request 7
SRC_GTMDPLL0    0xF0038B00          DPLL Service Request 0
SRC_GTMDPLL1    0xF0038B04          DPLL Service Request 1
SRC_GTMDPLL2    0xF0038B08          DPLL Service Request 2
SRC_GTMDPLL3    0xF0038B0C          DPLL Service Request 3
SRC_GTMDPLL4    0xF0038B10          DPLL Service Request 4
SRC_GTMDPLL5    0xF0038B14          DPLL Service Request 5
SRC_GTMDPLL6    0xF0038B18          DPLL Service Request 6
SRC_GTMDPLL7    0xF0038B1C          DPLL Service Request 7
SRC_GTMDPLL8    0xF0038B20          DPLL Service Request 8
SRC_GTMDPLL9    0xF0038B24          DPLL Service Request 9
SRC_GTMDPLL10   0xF0038B28          DPLL Service Request 10
SRC_GTMDPLL11   0xF0038B2C          DPLL Service Request 11
SRC_GTMDPLL12   0xF0038B30          DPLL Service Request 12
SRC_GTMDPLL13   0xF0038B34          DPLL Service Request 13
SRC_GTMDPLL14   0xF0038B38          DPLL Service Request 14
SRC_GTMDPLL15   0xF0038B3C          DPLL Service Request 15
SRC_GTMDPLL16   0xF0038B40          DPLL Service Request 16
SRC_GTMDPLL17   0xF0038B44          DPLL Service Request 17
SRC_GTMDPLL18   0xF0038B48          DPLL Service Request 18
SRC_GTMDPLL19   0xF0038B4C          DPLL Service Request 19
SRC_GTMDPLL20   0xF0038B50          DPLL Service Request 20
SRC_GTMDPLL21   0xF0038B54          DPLL Service Request 21
SRC_GTMDPLL22   0xF0038B58          DPLL Service Request 22
SRC_GTMDPLL23   0xF0038B5C          DPLL Service Request 23
SRC_GTMDPLL24   0xF0038B60          DPLL Service Request 24
SRC_GTMDPLL25   0xF0038B64          DPLL Service Request 25
SRC_GTMDPLL26   0xF0038B68          DPLL Service Request 26
SRC_GTMERR      0xF0038B70          Error Service Request
SRC_GTMTIM00    0xF0038B90          TIM0 Shared Service Request 0
SRC_GTMTIM01    0xF0038B94          TIM0 Shared Service Request 1
SRC_GTMTIM02    0xF0038B98          TIM0 Shared Service Request 2
SRC_GTMTIM03    0xF0038B9C          TIM0 Shared Service Request 3
SRC_GTMTIM04    0xF0038BA0          TIM0 Shared Service Request 4
SRC_GTMTIM05    0xF0038BA4          TIM0 Shared Service Request 5
SRC_GTMTIM06    0xF0038BA8          TIM0 Shared Service Request 6
SRC_GTMTIM07    0xF0038BAC          TIM0 Shared Service Request 7
SRC_GTMTIM10    0xF0038BB0          TIM1 Shared Service Request 0
SRC_GTMTIM11    0xF0038BB4          TIM1 Shared Service Request 1
SRC_GTMTIM12    0xF0038BB8          TIM1 Shared Service Request 2
SRC_GTMTIM13    0xF0038BBC          TIM1 Shared Service Request 3
SRC_GTMTIM14    0xF0038BC0          TIM1 Shared Service Request 4
SRC_GTMTIM15    0xF0038BC4          TIM1 Shared Service Request 5
SRC_GTMTIM16    0xF0038BC8          TIM1 Shared Service Request 6
SRC_GTMTIM17    0xF0038BCC          TIM1 Shared Service Request 7
SRC_GTMTIM20    0xF0038BD0          TIM2 Shared Service Request 0
SRC_GTMTIM21    0xF0038BD4          TIM2 Shared Service Request 1
SRC_GTMTIM22    0xF0038BD8          TIM2 Shared Service Request 2
SRC_GTMTIM23    0xF0038BDC          TIM2 Shared Service Request 3
SRC_GTMTIM24    0xF0038BE0          TIM2 Shared Service Request 4
SRC_GTMTIM25    0xF0038BE4          TIM2 Shared Service Request 5
SRC_GTMTIM26    0xF0038BE8          TIM2 Shared Service Request 6
SRC_GTMTIM27    0xF0038BEC          TIM2 Shared Service Request 7
SRC_GTMTIM30    0xF0038BF0          TIM3 Shared Service Request 0
SRC_GTMTIM31    0xF0038BF4          TIM3 Shared Service Request 1
SRC_GTMTIM32    0xF0038BF8          TIM3 Shared Service Request 2
SRC_GTMTIM33    0xF0038BFC          TIM3 Shared Service Request 3
SRC_GTMTIM34    0xF0038C00          TIM3 Shared Service Request 4
SRC_GTMTIM35    0xF0038C04          TIM3 Shared Service Request 5
SRC_GTMTIM36    0xF0038C08          TIM3 Shared Service Request 6
SRC_GTMTIM37    0xF0038C0C          TIM3 Shared Service Request 7
SRC_GTMTIM40    0xF0038C10          TIM4 Shared Service Request 0
SRC_GTMTIM41    0xF0038C14          TIM4 Shared Service Request 1
SRC_GTMTIM42    0xF0038C18          TIM4 Shared Service Request 2
SRC_GTMTIM43    0xF0038C1C          TIM4 Shared Service Request 3
SRC_GTMTIM44    0xF0038C20          TIM4 Shared Service Request 4
SRC_GTMTIM45    0xF0038C24          TIM4 Shared Service Request 5
SRC_GTMTIM46    0xF0038C28          TIM4 Shared Service Request 6
SRC_GTMTIM47    0xF0038C2C          TIM4 Shared Service Request 7
SRC_GTMTIM50    0xF0038C30          TIM5 Shared Service Request 0
SRC_GTMTIM51    0xF0038C34          TIM5 Shared Service Request 1
SRC_GTMTIM52    0xF0038C38          TIM5 Shared Service Request 2
SRC_GTMTIM53    0xF0038C3C          TIM5 Shared Service Request 3
SRC_GTMTIM54    0xF0038C40          TIM5 Shared Service Request 4
SRC_GTMTIM55    0xF0038C44          TIM5 Shared Service Request 5
SRC_GTMTIM56    0xF0038C48          TIM5 Shared Service Request 6
SRC_GTMTIM57    0xF0038C4C          TIM5 Shared Service Request 7
SRC_GTMTIM60    0xF0038C50          TIM6 Shared Service Request 0
SRC_GTMTIM61    0xF0038C54          TIM6 Shared Service Request 1
SRC_GTMTIM62    0xF0038C58          TIM6 Shared Service Request 2
SRC_GTMTIM63    0xF0038C5C          TIM6 Shared Service Request 3
SRC_GTMTIM64    0xF0038C60          TIM6 Shared Service Request 4
SRC_GTMTIM65    0xF0038C64          TIM6 Shared Service Request 5
SRC_GTMTIM66    0xF0038C68          TIM6 Shared Service Request 6
SRC_GTMTIM67    0xF0038C6C          TIM6 Shared Service Request 7
SRC_ASCLIN16TX  0xF0038C90          ASCLIN16 Transmit Service Request
SRC_ASCLIN16RX  0xF0038C94          ASCLIN16 Receive Service Request
SRC_ASCLIN16ERR 0xF0038C98          ASCLIN16 Error Service Request
SRC_ASCLIN17TX  0xF0038C9C          ASCLIN17 Transmit Service Request
SRC_ASCLIN17RX  0xF0038CA0          ASCLIN17 Receive Service Request
SRC_ASCLIN17ERR 0xF0038CA4          ASCLIN17 Error Service Request
SRC_GTMMCS00    0xF0038CB0          MCS0 Shared Service Request 0
SRC_GTMMCS01    0xF0038CB4          MCS0 Shared Service Request 1
SRC_GTMMCS02    0xF0038CB8          MCS0 Shared Service Request 2
SRC_GTMMCS03    0xF0038CBC          MCS0 Shared Service Request 3
SRC_GTMMCS04    0xF0038CC0          MCS0 Shared Service Request 4
SRC_GTMMCS05    0xF0038CC4          MCS0 Shared Service Request 5
SRC_GTMMCS06    0xF0038CC8          MCS0 Shared Service Request 6
SRC_GTMMCS07    0xF0038CCC          MCS0 Shared Service Request 7
SRC_GTMMCS10    0xF0038CD0          MCS1 Shared Service Request 0
SRC_GTMMCS11    0xF0038CD4          MCS1 Shared Service Request 1
SRC_GTMMCS12    0xF0038CD8          MCS1 Shared Service Request 2
SRC_GTMMCS13    0xF0038CDC          MCS1 Shared Service Request 3
SRC_GTMMCS14    0xF0038CE0          MCS1 Shared Service Request 4
SRC_GTMMCS15    0xF0038CE4          MCS1 Shared Service Request 5
SRC_GTMMCS16    0xF0038CE8          MCS1 Shared Service Request 6
SRC_GTMMCS17    0xF0038CEC          MCS1 Shared Service Request 7
SRC_GTMMCS20    0xF0038CF0          MCS2 Shared Service Request 0
SRC_GTMMCS21    0xF0038CF4          MCS2 Shared Service Request 1
SRC_GTMMCS22    0xF0038CF8          MCS2 Shared Service Request 2
SRC_GTMMCS23    0xF0038CFC          MCS2 Shared Service Request 3
SRC_GTMMCS24    0xF0038D00          MCS2 Shared Service Request 4
SRC_GTMMCS25    0xF0038D04          MCS2 Shared Service Request 5
SRC_GTMMCS26    0xF0038D08          MCS2 Shared Service Request 6
SRC_GTMMCS27    0xF0038D0C          MCS2 Shared Service Request 7
SRC_GTMMCS30    0xF0038D10          MCS3 Shared Service Request 0
SRC_GTMMCS31    0xF0038D14          MCS3 Shared Service Request 1
SRC_GTMMCS32    0xF0038D18          MCS3 Shared Service Request 2
SRC_GTMMCS33    0xF0038D1C          MCS3 Shared Service Request 3
SRC_GTMMCS34    0xF0038D20          MCS3 Shared Service Request 4
SRC_GTMMCS35    0xF0038D24          MCS3 Shared Service Request 5
SRC_GTMMCS36    0xF0038D28          MCS3 Shared Service Request 6
SRC_GTMMCS37    0xF0038D2C          MCS3 Shared Service Request 7
SRC_GTMMCS40    0xF0038D30          MCS4 Shared Service Request 0
SRC_GTMMCS41    0xF0038D34          MCS4 Shared Service Request 1
SRC_GTMMCS42    0xF0038D38          MCS4 Shared Service Request 2
SRC_GTMMCS43    0xF0038D3C          MCS4 Shared Service Request 3
SRC_GTMMCS44    0xF0038D40          MCS4 Shared Service Request 4
SRC_GTMMCS45    0xF0038D44          MCS4 Shared Service Request 5
SRC_GTMMCS46    0xF0038D48          MCS4 Shared Service Request 6
SRC_GTMMCS47    0xF0038D4C          MCS4 Shared Service Request 7
SRC_GTMMCS50    0xF0038D50          MCS5 Shared Service Request 0
SRC_GTMMCS51    0xF0038D54          MCS5 Shared Service Request 1
SRC_GTMMCS52    0xF0038D58          MCS5 Shared Service Request 2
SRC_GTMMCS53    0xF0038D5C          MCS5 Shared Service Request 3
SRC_GTMMCS54    0xF0038D60          MCS5 Shared Service Request 4
SRC_GTMMCS55    0xF0038D64          MCS5 Shared Service Request 5
SRC_GTMMCS56    0xF0038D68          MCS5 Shared Service Request 6
SRC_GTMMCS57    0xF0038D6C          MCS5 Shared Service Request 7
SRC_GTMMCS60    0xF0038D70          MCS6 Shared Service Request 0
SRC_GTMMCS61    0xF0038D74          MCS6 Shared Service Request 1
SRC_GTMMCS62    0xF0038D78          MCS6 Shared Service Request 2
SRC_GTMMCS63    0xF0038D7C          MCS6 Shared Service Request 3
SRC_GTMMCS64    0xF0038D80          MCS6 Shared Service Request 4
SRC_GTMMCS65    0xF0038D84          MCS6 Shared Service Request 5
SRC_GTMMCS66    0xF0038D88          MCS6 Shared Service Request 6
SRC_GTMMCS67    0xF0038D8C          MCS6 Shared Service Request 7
SRC_ASCLIN18TX  0xF0038DF0          ASCLIN18 Transmit Service Request
SRC_ASCLIN18RX  0xF0038DF4          ASCLIN18 Receive Service Request
SRC_ASCLIN18ERR 0xF0038DF8          ASCLIN18 Error Service Request
SRC_ASCLIN19TX  0xF0038DFC          ASCLIN19 Transmit Service Request
SRC_ASCLIN19RX  0xF0038E00          ASCLIN19 Receive Service Request
SRC_ASCLIN19ERR 0xF0038E04          ASCLIN19 Error Service Request
SRC_GTMTOM00    0xF0038E10          TOM0 Shared Service Request 0
SRC_GTMTOM01    0xF0038E14          TOM0 Shared Service Request 1
SRC_GTMTOM02    0xF0038E18          TOM0 Shared Service Request 2
SRC_GTMTOM03    0xF0038E1C          TOM0 Shared Service Request 3
SRC_GTMTOM04    0xF0038E20          TOM0 Shared Service Request 4
SRC_GTMTOM05    0xF0038E24          TOM0 Shared Service Request 5
SRC_GTMTOM06    0xF0038E28          TOM0 Shared Service Request 6
SRC_GTMTOM07    0xF0038E2C          TOM0 Shared Service Request 7
SRC_GTMTOM10    0xF0038E30          TOM1 Shared Service Request 0
SRC_GTMTOM11    0xF0038E34          TOM1 Shared Service Request 1
SRC_GTMTOM12    0xF0038E38          TOM1 Shared Service Request 2
SRC_GTMTOM13    0xF0038E3C          TOM1 Shared Service Request 3
SRC_GTMTOM14    0xF0038E40          TOM1 Shared Service Request 4
SRC_GTMTOM15    0xF0038E44          TOM1 Shared Service Request 5
SRC_GTMTOM16    0xF0038E48          TOM1 Shared Service Request 6
SRC_GTMTOM17    0xF0038E4C          TOM1 Shared Service Request 7
SRC_GTMTOM20    0xF0038E50          TOM2 Shared Service Request 0
SRC_GTMTOM21    0xF0038E54          TOM2 Shared Service Request 1
SRC_GTMTOM22    0xF0038E58          TOM2 Shared Service Request 2
SRC_GTMTOM23    0xF0038E5C          TOM2 Shared Service Request 3
SRC_GTMTOM24    0xF0038E60          TOM2 Shared Service Request 4
SRC_GTMTOM25    0xF0038E64          TOM2 Shared Service Request 5
SRC_GTMTOM26    0xF0038E68          TOM2 Shared Service Request 6
SRC_GTMTOM27    0xF0038E6C          TOM2 Shared Service Request 7
SRC_GTMTOM30    0xF0038E70          TOM3 Shared Service Request 0
SRC_GTMTOM31    0xF0038E74          TOM3 Shared Service Request 1
SRC_GTMTOM32    0xF0038E78          TOM3 Shared Service Request 2
SRC_GTMTOM33    0xF0038E7C          TOM3 Shared Service Request 3
SRC_GTMTOM34    0xF0038E80          TOM3 Shared Service Request 4
SRC_GTMTOM35    0xF0038E84          TOM3 Shared Service Request 5
SRC_GTMTOM36    0xF0038E88          TOM3 Shared Service Request 6
SRC_GTMTOM37    0xF0038E8C          TOM3 Shared Service Request 7
SRC_GTMTOM40    0xF0038E90          TOM4 Shared Service Request 0
SRC_GTMTOM41    0xF0038E94          TOM4 Shared Service Request 1
SRC_GTMTOM42    0xF0038E98          TOM4 Shared Service Request 2
SRC_GTMTOM43    0xF0038E9C          TOM4 Shared Service Request 3
SRC_GTMTOM44    0xF0038EA0          TOM4 Shared Service Request 4
SRC_GTMTOM45    0xF0038EA4          TOM4 Shared Service Request 5
SRC_GTMTOM46    0xF0038EA8          TOM4 Shared Service Request 6
SRC_GTMTOM47    0xF0038EAC          TOM4 Shared Service Request 7
SRC_ASCLIN20TX  0xF0038ED0          ASCLIN20 Transmit Service Request
SRC_ASCLIN20RX  0xF0038ED4          ASCLIN20 Receive Service Request
SRC_ASCLIN20ERR 0xF0038ED8          ASCLIN20 Error Service Request
SRC_ASCLIN21TX  0xF0038EDC          ASCLIN21 Transmit Service Request
SRC_ASCLIN21RX  0xF0038EE0          ASCLIN21 Receive Service Request
SRC_ASCLIN21ERR 0xF0038EE4          ASCLIN21 Error Service Request
SRC_GTMATOM00   0xF0038EF0          ATOM0 Shared Service Request 0
SRC_GTMATOM01   0xF0038EF4          ATOM0 Shared Service Request 1
SRC_GTMATOM02   0xF0038EF8          ATOM0 Shared Service Request 2
SRC_GTMATOM03   0xF0038EFC          ATOM0 Shared Service Request 3
SRC_GTMATOM10   0xF0038F00          ATOM1 Shared Service Request 0
SRC_GTMATOM11   0xF0038F04          ATOM1 Shared Service Request 1
SRC_GTMATOM12   0xF0038F08          ATOM1 Shared Service Request 2
SRC_GTMATOM13   0xF0038F0C          ATOM1 Shared Service Request 3
SRC_GTMATOM20   0xF0038F10          ATOM2 Shared Service Request 0
SRC_GTMATOM21   0xF0038F14          ATOM2 Shared Service Request 1
SRC_GTMATOM22   0xF0038F18          ATOM2 Shared Service Request 2
SRC_GTMATOM23   0xF0038F1C          ATOM2 Shared Service Request 3
SRC_GTMATOM30   0xF0038F20          ATOM3 Shared Service Request 0
SRC_GTMATOM31   0xF0038F24          ATOM3 Shared Service Request 1
SRC_GTMATOM32   0xF0038F28          ATOM3 Shared Service Request 2
SRC_GTMATOM33   0xF0038F2C          ATOM3 Shared Service Request 3
SRC_GTMATOM40   0xF0038F30          ATOM4 Shared Service Request 0
SRC_GTMATOM41   0xF0038F34          ATOM4 Shared Service Request 1
SRC_GTMATOM42   0xF0038F38          ATOM4 Shared Service Request 2
SRC_GTMATOM43   0xF0038F3C          ATOM4 Shared Service Request 3
SRC_GTMATOM50   0xF0038F40          ATOM5 Shared Service Request 0
SRC_GTMATOM51   0xF0038F44          ATOM5 Shared Service Request 1
SRC_GTMATOM52   0xF0038F48          ATOM5 Shared Service Request 2
SRC_GTMATOM53   0xF0038F4C          ATOM5 Shared Service Request 3
SRC_GTMATOM60   0xF0038F50          ATOM6 Shared Service Request 0
SRC_GTMATOM61   0xF0038F54          ATOM6 Shared Service Request 1
SRC_GTMATOM62   0xF0038F58          ATOM6 Shared Service Request 2
SRC_GTMATOM63   0xF0038F5C          ATOM6 Shared Service Request 3
SRC_GTMATOM70   0xF0038F60          ATOM7 Shared Service Request 0
SRC_GTMATOM71   0xF0038F64          ATOM7 Shared Service Request 1
SRC_GTMATOM72   0xF0038F68          ATOM7 Shared Service Request 2
SRC_GTMATOM73   0xF0038F6C          ATOM7 Shared Service Request 3
SRC_GTMATOM80   0xF0038F70          ATOM8 Shared Service Request 0
SRC_GTMATOM81   0xF0038F74          ATOM8 Shared Service Request 1
SRC_GTMATOM82   0xF0038F78          ATOM8 Shared Service Request 2
SRC_GTMATOM83   0xF0038F7C          ATOM8 Shared Service Request 3
SRC_ASCLIN22TX  0xF0038FB0          ASCLIN22 Transmit Service Request
SRC_ASCLIN22RX  0xF0038FB4          ASCLIN22 Receive Service Request
SRC_ASCLIN22ERR 0xF0038FB8          ASCLIN22 Error Service Request
SRC_ASCLIN23TX  0xF0038FBC          ASCLIN23 Transmit Service Request
SRC_ASCLIN23RX  0xF0038FC0          ASCLIN23 Receive Service Request
SRC_ASCLIN23ERR 0xF0038FC4          ASCLIN23 Error Service Request
SRC_GTMMCSW0    0xF0038FD0          GTM Multi Channel Sequencer Service Request 0
SRC_GTMMCSW1    0xF0038FD4          GTM Multi Channel Sequencer Service Request 1
SRC_GTMMCSW2    0xF0038FD8          GTM Multi Channel Sequencer Service Request 2
SRC_GTMMCSW3    0xF0038FDC          GTM Multi Channel Sequencer Service Request 3
SRC_GTMMCSW4    0xF0038FE0          GTM Multi Channel Sequencer Service Request 4
SRC_GTMMCSW5    0xF0038FE4          GTM Multi Channel Sequencer Service Request 5
SRC_GTMMCSW6    0xF0038FE8          GTM Multi Channel Sequencer Service Request 6
SRC_GTMMCSW7    0xF0038FEC          GTM Multi Channel Sequencer Service Request 7
SRC_GTMMCSW8    0xF0038FF0          GTM Multi Channel Sequencer Service Request 8
SRC_GTMMCSW9    0xF0038FF4          GTM Multi Channel Sequencer Service Request 9
P00_OUT         0xF003A000          Port 00 Output Register
P00_OMR         0xF003A004          Port 00 Output Modification Register
P00_ID          0xF003A008          Port 00 Identification Register
P00_IOCR0       0xF003A010          Port 00 Input/Output Control Register 0
P00_IOCR4       0xF003A014          Port 00 Input/Output Control Register 4
P00_IOCR8       0xF003A018          Port 00 Input/Output Control Register 8
P00_IOCR12      0xF003A01C          Port 00 Input/Output Control Register 12
P00_IN          0xF003A024          Port 00 Input Register
P00_PDR0        0xF003A040          Port 00 Pad Driver Mode Register 0
P00_PDR1        0xF003A044          Port 00 Pad Driver Mode Register 1
P00_ESR         0xF003A050          Port 00 Emergency Stop Register
P00_PDISC       0xF003A060          Port 00 Pin Function Decision Control Register
P00_PCSR        0xF003A064          Port 00 Pin Controller Select Register
P00_OMSR0       0xF003A070          Port 00 Output Modification Set Register 0
P00_OMSR4       0xF003A074          Port 00 Output Modification Set Register 4
P00_OMSR8       0xF003A078          Port 00 Output Modification Set Register 8
P00_OMSR12      0xF003A07C          Port 00 Output Modification Set Register 12
P00_OMCR0       0xF003A080          Port 00 Output Modification Clear Register 0
P00_OMCR4       0xF003A084          Port 00 Output Modification Clear Register 4
P00_OMCR8       0xF003A088          Port 00 Output Modification Clear Register 8
P00_OMCR12      0xF003A08C          Port 00 Output Modification Clear Register 12
P00_OMSR        0xF003A090          Port 00 Output Modification Set Register
P00_OMCR        0xF003A094          Port 00 Output Modification Clear Register
P00_ACCEN1      0xF003A0F8          Port 00 Access Enable Register 1
P00_ACCEN0      0xF003A0FC          Port 00 Access Enable Register 0
P01_OUT         0xF003A100          Port 01 Output Register
P01_OMR         0xF003A104          Port 01 Output Modification Register
P01_ID          0xF003A108          Port 01 Identification Register
P01_IOCR0       0xF003A110          Port 01 Input/Output Control Register 0
P01_IOCR4       0xF003A114          Port 01 Input/Output Control Register 4
P01_IOCR8       0xF003A118          Port 01 Input/Output Control Register 8
P01_IOCR12      0xF003A11C          Port 01 Input/Output Control Register 12
P01_IN          0xF003A124          Port 01 Input Register
P01_PDR0        0xF003A140          Port 01 Pad Driver Mode Register 0
P01_PDR1        0xF003A144          Port 01 Pad Driver Mode Register 1
P01_ESR         0xF003A150          Port 01 Emergency Stop Register
P01_PDISC       0xF003A160          Port 01 Pin Function Decision Control Register
P01_PCSR        0xF003A164          Port 01 Pin Controller Select Register
P01_OMSR0       0xF003A170          Port 01 Output Modification Set Register 0
P01_OMSR4       0xF003A174          Port 01 Output Modification Set Register 4
P01_OMSR8       0xF003A178          Port 01 Output Modification Set Register 8
P01_OMSR12      0xF003A17C          Port 01 Output Modification Set Register 12
P01_OMCR0       0xF003A180          Port 01 Output Modification Clear Register 0
P01_OMCR4       0xF003A184          Port 01 Output Modification Clear Register 4
P01_OMCR8       0xF003A188          Port 01 Output Modification Clear Register 8
P01_OMCR12      0xF003A18C          Port 01 Output Modification Clear Register 12
P01_OMSR        0xF003A190          Port 01 Output Modification Set Register
P01_OMCR        0xF003A194          Port 01 Output Modification Clear Register
P01_ACCEN1      0xF003A1F8          Port 01 Access Enable Register 1
P01_ACCEN0      0xF003A1FC          Port 01 Access Enable Register 0
P02_OUT         0xF003A200          Port 02 Output Register
P02_OMR         0xF003A204          Port 02 Output Modification Register
P02_ID          0xF003A208          Port 02 Identification Register
P02_IOCR0       0xF003A210          Port 02 Input/Output Control Register 0
P02_IOCR4       0xF003A214          Port 02 Input/Output Control Register 4
P02_IOCR8       0xF003A218          Port 02 Input/Output Control Register 8
P02_IOCR12      0xF003A21C          Port 02 Input/Output Control Register 12
P02_IN          0xF003A224          Port 02 Input Register
P02_PDR0        0xF003A240          Port 02 Pad Driver Mode Register 0
P02_PDR1        0xF003A244          Port 02 Pad Driver Mode Register 1
P02_ESR         0xF003A250          Port 02 Emergency Stop Register
P02_PDISC       0xF003A260          Port 02 Pin Function Decision Control Register
P02_PCSR        0xF003A264          Port 02 Pin Controller Select Register
P02_OMSR0       0xF003A270          Port 02 Output Modification Set Register 0
P02_OMSR4       0xF003A274          Port 02 Output Modification Set Register 4
P02_OMSR8       0xF003A278          Port 02 Output Modification Set Register 8
P02_OMSR12      0xF003A27C          Port 02 Output Modification Set Register 12
P02_OMCR0       0xF003A280          Port 02 Output Modification Clear Register 0
P02_OMCR4       0xF003A284          Port 02 Output Modification Clear Register 4
P02_OMCR8       0xF003A288          Port 02 Output Modification Clear Register 8
P02_OMCR12      0xF003A28C          Port 02 Output Modification Clear Register 12
P02_OMSR        0xF003A290          Port 02 Output Modification Set Register
P02_OMCR        0xF003A294          Port 02 Output Modification Clear Register
P02_ACCEN1      0xF003A2F8          Port 02 Access Enable Register 1
P02_ACCEN0      0xF003A2FC          Port 02 Access Enable Register 0
P10_OUT         0xF003AA00          Port 10 Output Register
P10_OMR         0xF003AA04          Port 10 Output Modification Register
P10_ID          0xF003AA08          Port 10 Identification Register
P10_IOCR0       0xF003AA10          Port 10 Input/Output Control Register 0
P10_IOCR4       0xF003AA14          Port 10 Input/Output Control Register 4
P10_IOCR8       0xF003AA18          Port 10 Input/Output Control Register 8
P10_IOCR12      0xF003AA1C          Port 10 Input/Output Control Register 12
P10_IN          0xF003AA24          Port 10 Input Register
P10_PDR0        0xF003AA40          Port 10 Pad Driver Mode Register 0
P10_PDR1        0xF003AA44          Port 10 Pad Driver Mode Register 1
P10_ESR         0xF003AA50          Port 10 Emergency Stop Register
P10_PDISC       0xF003AA60          Port 10 Pin Function Decision Control Register
P10_PCSR        0xF003AA64          Port 10 Pin Controller Select Register
P10_OMSR0       0xF003AA70          Port 10 Output Modification Set Register 0
P10_OMSR4       0xF003AA74          Port 10 Output Modification Set Register 4
P10_OMSR8       0xF003AA78          Port 10 Output Modification Set Register 8
P10_OMSR12      0xF003AA7C          Port 10 Output Modification Set Register 12
P10_OMCR0       0xF003AA80          Port 10 Output Modification Clear Register 0
P10_OMCR4       0xF003AA84          Port 10 Output Modification Clear Register 4
P10_OMCR8       0xF003AA88          Port 10 Output Modification Clear Register 8
P10_OMCR12      0xF003AA8C          Port 10 Output Modification Clear Register 12
P10_OMSR        0xF003AA90          Port 10 Output Modification Set Register
P10_OMCR        0xF003AA94          Port 10 Output Modification Clear Register
P10_ACCEN1      0xF003AAF8          Port 10 Access Enable Register 1
P10_ACCEN0      0xF003AAFC          Port 10 Access Enable Register 0
P11_OUT         0xF003AB00          Port 11 Output Register
P11_OMR         0xF003AB04          Port 11 Output Modification Register
P11_ID          0xF003AB08          Port 11 Identification Register
P11_IOCR0       0xF003AB10          Port 11 Input/Output Control Register 0
P11_IOCR4       0xF003AB14          Port 11 Input/Output Control Register 4
P11_IOCR8       0xF003AB18          Port 11 Input/Output Control Register 8
P11_IOCR12      0xF003AB1C          Port 11 Input/Output Control Register 12
P11_IN          0xF003AB24          Port 11 Input Register
P11_PDR0        0xF003AB40          Port 11 Pad Driver Mode Register 0
P11_PDR1        0xF003AB44          Port 11 Pad Driver Mode Register 1
P11_ESR         0xF003AB50          Port 11 Emergency Stop Register
P11_PDISC       0xF003AB60          Port 11 Pin Function Decision Control Register
P11_PCSR        0xF003AB64          Port 11 Pin Controller Select Register
P11_OMSR0       0xF003AB70          Port 11 Output Modification Set Register 0
P11_OMSR4       0xF003AB74          Port 11 Output Modification Set Register 4
P11_OMSR8       0xF003AB78          Port 11 Output Modification Set Register 8
P11_OMSR12      0xF003AB7C          Port 11 Output Modification Set Register 12
P11_OMCR0       0xF003AB80          Port 11 Output Modification Clear Register 0
P11_OMCR4       0xF003AB84          Port 11 Output Modification Clear Register 4
P11_OMCR8       0xF003AB88          Port 11 Output Modification Clear Register 8
P11_OMCR12      0xF003AB8C          Port 11 Output Modification Clear Register 12
P11_OMSR        0xF003AB90          Port 11 Output Modification Set Register
P11_OMCR        0xF003AB94          Port 11 Output Modification Clear Register
P11_ACCEN1      0xF003ABF8          Port 11 Access Enable Register 1
P11_ACCEN0      0xF003ABFC          Port 11 Access Enable Register 0
P12_OUT         0xF003AC00          Port 12 Output Register
P12_OMR         0xF003AC04          Port 12 Output Modification Register
P12_ID          0xF003AC08          Port 12 Identification Register
P12_IOCR0       0xF003AC10          Port 12 Input/Output Control Register 0
P12_IN          0xF003AC24          Port 12 Input Register
P12_PDR0        0xF003AC40          Port 12 Pad Driver Mode Register 0
P12_ESR         0xF003AC50          Port 12 Emergency Stop Register
P12_PDISC       0xF003AC60          Port 12 Pin Function Decision Control Register
P12_PCSR        0xF003AC64          Port 12 Pin Controller Select Register
P12_OMSR0       0xF003AC70          Port 12 Output Modification Set Register 0
P12_OMCR0       0xF003AC80          Port 12 Output Modification Clear Register 0
P12_OMSR        0xF003AC90          Port 12 Output Modification Set Register
P12_OMCR        0xF003AC94          Port 12 Output Modification Clear Register
P12_ACCEN1      0xF003ACF8          Port 12 Access Enable Register 1
P12_ACCEN0      0xF003ACFC          Port 12 Access Enable Register 0
P13_OUT         0xF003AD00          Port 13 Output Register
P13_OMR         0xF003AD04          Port 13 Output Modification Register
P13_ID          0xF003AD08          Port 13 Identification Register
P13_IOCR0       0xF003AD10          Port 13 Input/Output Control Register 0
P13_IOCR4       0xF003AD14          Port 13 Input/Output Control Register 4
P13_IOCR8       0xF003AD18          Port 13 Input/Output Control Register 8
P13_IOCR12      0xF003AD1C          Port 13 Input/Output Control Register 12
P13_IN          0xF003AD24          Port 13 Input Register
P13_PDR0        0xF003AD40          Port 13 Pad Driver Mode Register 0
P13_PDR1        0xF003AD44          Port 13 Pad Driver Mode Register 1
P13_ESR         0xF003AD50          Port 13 Emergency Stop Register
P13_PDISC       0xF003AD60          Port 13 Pin Function Decision Control Register
P13_PCSR        0xF003AD64          Port 13 Pin Controller Select Register
P13_OMSR0       0xF003AD70          Port 13 Output Modification Set Register 0
P13_OMSR4       0xF003AD74          Port 13 Output Modification Set Register 4
P13_OMSR8       0xF003AD78          Port 13 Output Modification Set Register 8
P13_OMSR12      0xF003AD7C          Port 13 Output Modification Set Register 12
P13_OMCR0       0xF003AD80          Port 13 Output Modification Clear Register 0
P13_OMCR4       0xF003AD84          Port 13 Output Modification Clear Register 4
P13_OMCR8       0xF003AD88          Port 13 Output Modification Clear Register 8
P13_OMCR12      0xF003AD8C          Port 13 Output Modification Clear Register 12
P13_OMSR        0xF003AD90          Port 13 Output Modification Set Register
P13_OMCR        0xF003AD94          Port 13 Output Modification Clear Register
P13_LPCR0       0xF003ADA0          Port 13 LVDS Pad Control Register 0
P13_LPCR1       0xF003ADA4          Port 13 LVDS Pad Control Register 1
P13_LPCR2       0xF003ADA8          Port 13 LVDS Pad Control Register 2
P13_LPCR3       0xF003ADAC          Port 13 LVDS Pad Control Register 3
P13_ACCEN1      0xF003ADF8          Port 13 Access Enable Register 1
P13_ACCEN0      0xF003ADFC          Port 13 Access Enable Register 0
P14_OUT         0xF003AE00          Port 14 Output Register
P14_OMR         0xF003AE04          Port 14 Output Modification Register
P14_ID          0xF003AE08          Port 14 Identification Register
P14_IOCR0       0xF003AE10          Port 14 Input/Output Control Register 0
P14_IOCR4       0xF003AE14          Port 14 Input/Output Control Register 4
P14_IOCR8       0xF003AE18          Port 14 Input/Output Control Register 8
P14_IOCR12      0xF003AE1C          Port 14 Input/Output Control Register 12
P14_IN          0xF003AE24          Port 14 Input Register
P14_PDR0        0xF003AE40          Port 14 Pad Driver Mode Register 0
P14_PDR1        0xF003AE44          Port 14 Pad Driver Mode Register 1
P14_ESR         0xF003AE50          Port 14 Emergency Stop Register
P14_PDISC       0xF003AE60          Port 14 Pin Function Decision Control Register
P14_PCSR        0xF003AE64          Port 14 Pin Controller Select Register
P14_OMSR0       0xF003AE70          Port 14 Output Modification Set Register 0
P14_OMSR4       0xF003AE74          Port 14 Output Modification Set Register 4
P14_OMSR8       0xF003AE78          Port 14 Output Modification Set Register 8
P14_OMSR12      0xF003AE7C          Port 14 Output Modification Set Register 12
P14_OMCR0       0xF003AE80          Port 14 Output Modification Clear Register 0
P14_OMCR4       0xF003AE84          Port 14 Output Modification Clear Register 4
P14_OMCR8       0xF003AE88          Port 14 Output Modification Clear Register 8
P14_OMCR12      0xF003AE8C          Port 14 Output Modification Clear Register 12
P14_OMSR        0xF003AE90          Port 14 Output Modification Set Register
P14_OMCR        0xF003AE94          Port 14 Output Modification Clear Register
P14_LPCR5       0xF003AEB4          Port 14 LVDS Pad Control Register 5
P14_ACCEN1      0xF003AEF8          Port 14 Access Enable Register 1
P14_ACCEN0      0xF003AEFC          Port 14 Access Enable Register 0
P15_OUT         0xF003AF00          Port 15 Output Register
P15_OMR         0xF003AF04          Port 15 Output Modification Register
P15_ID          0xF003AF08          Port 15 Identification Register
P15_IOCR0       0xF003AF10          Port 15 Input/Output Control Register 0
P15_IOCR4       0xF003AF14          Port 15 Input/Output Control Register 4
P15_IOCR8       0xF003AF18          Port 15 Input/Output Control Register 8
P15_IOCR12      0xF003AF1C          Port 15 Input/Output Control Register 12
P15_IN          0xF003AF24          Port 15 Input Register
P15_PDR0        0xF003AF40          Port 15 Pad Driver Mode Register 0
P15_PDR1        0xF003AF44          Port 15 Pad Driver Mode Register 1
P15_ESR         0xF003AF50          Port 15 Emergency Stop Register
P15_PDISC       0xF003AF60          Port 15 Pin Function Decision Control Register
P15_PCSR        0xF003AF64          Port 15 Pin Controller Select Register
P15_OMSR0       0xF003AF70          Port 15 Output Modification Set Register 0
P15_OMSR4       0xF003AF74          Port 15 Output Modification Set Register 4
P15_OMSR8       0xF003AF78          Port 15 Output Modification Set Register 8
P15_OMSR12      0xF003AF7C          Port 15 Output Modification Set Register 12
P15_OMCR0       0xF003AF80          Port 15 Output Modification Clear Register 0
P15_OMCR4       0xF003AF84          Port 15 Output Modification Clear Register 4
P15_OMCR8       0xF003AF88          Port 15 Output Modification Clear Register 8
P15_OMCR12      0xF003AF8C          Port 15 Output Modification Clear Register 12
P15_OMSR        0xF003AF90          Port 15 Output Modification Set Register
P15_OMCR        0xF003AF94          Port 15 Output Modification Clear Register
P15_ACCEN1      0xF003AFF8          Port 15 Access Enable Register 1
P15_ACCEN0      0xF003AFFC          Port 15 Access Enable Register 0
P20_OUT         0xF003B400          Port 20 Output Register
P20_OMR         0xF003B404          Port 20 Output Modification Register
P20_ID          0xF003B408          Port 20 Identification Register
P20_IOCR0       0xF003B410          Port 20 Input/Output Control Register 0
P20_IOCR4       0xF003B414          Port 20 Input/Output Control Register 4
P20_IOCR8       0xF003B418          Port 20 Input/Output Control Register 8
P20_IOCR12      0xF003B41C          Port 20 Input/Output Control Register 12
P20_IN          0xF003B424          Port 20 Input Register
P20_PDR0        0xF003B440          Port 20 Pad Driver Mode Register 0
P20_PDR1        0xF003B444          Port 20 Pad Driver Mode Register 1
P20_ESR         0xF003B450          Port 20 Emergency Stop Register
P20_PDISC       0xF003B460          Port 20 Pin Function Decision Control Register
P20_PCSR        0xF003B464          Port 20 Pin Controller Select Register
P20_OMSR0       0xF003B470          Port 20 Output Modification Set Register 0
P20_OMSR4       0xF003B474          Port 20 Output Modification Set Register 4
P20_OMSR8       0xF003B478          Port 20 Output Modification Set Register 8
P20_OMSR12      0xF003B47C          Port 20 Output Modification Set Register 12
P20_OMCR0       0xF003B480          Port 20 Output Modification Clear Register 0
P20_OMCR4       0xF003B484          Port 20 Output Modification Clear Register 4
P20_OMCR8       0xF003B488          Port 20 Output Modification Clear Register 8
P20_OMCR12      0xF003B48C          Port 20 Output Modification Clear Register 12
P20_OMSR        0xF003B490          Port 20 Output Modification Set Register
P20_OMCR        0xF003B494          Port 20 Output Modification Clear Register
P20_ACCEN1      0xF003B4F8          Port 20 Access Enable Register 1
P20_ACCEN0      0xF003B4FC          Port 20 Access Enable Register 0
P21_OUT         0xF003B500          Port 21 Output Register
P21_OMR         0xF003B504          Port 21 Output Modification Register
P21_ID          0xF003B508          Port 21 Identification Register
P21_IOCR0       0xF003B510          Port 21 Input/Output Control Register 0
P21_IOCR4       0xF003B514          Port 21 Input/Output Control Register 4
P21_IN          0xF003B524          Port 21 Input Register
P21_PDR0        0xF003B540          Port 21 Pad Driver Mode Register 0
P21_ESR         0xF003B550          Port 21 Emergency Stop Register
P21_PDISC       0xF003B560          Port 21 Pin Function Decision Control Register
P21_PCSR        0xF003B564          Port 21 Pin Controller Select Register
P21_OMSR0       0xF003B570          Port 21 Output Modification Set Register 0
P21_OMSR4       0xF003B574          Port 21 Output Modification Set Register 4
P21_OMCR0       0xF003B580          Port 21 Output Modification Clear Register 0
P21_OMCR4       0xF003B584          Port 21 Output Modification Clear Register 4
P21_OMSR        0xF003B590          Port 21 Output Modification Set Register
P21_OMCR        0xF003B594          Port 21 Output Modification Clear Register
P21_LPCR0       0xF003B5A0          Port 21 LVDS Pad Control Register 0
P21_LPCR1       0xF003B5A4          Port 21 LVDS Pad Control Register 1
P21_LPCR2       0xF003B5A8          Port 21 LVDS Pad Control Register 2
P21_ACCEN1      0xF003B5F8          Port 21 Access Enable Register 1
P21_ACCEN0      0xF003B5FC          Port 21 Access Enable Register 0
P22_OUT         0xF003B600          Port 22 Output Register
P22_OMR         0xF003B604          Port 22 Output Modification Register
P22_ID          0xF003B608          Port 22 Identification Register
P22_IOCR0       0xF003B610          Port 22 Input/Output Control Register 0
P22_IOCR4       0xF003B614          Port 22 Input/Output Control Register 4
P22_IOCR8       0xF003B618          Port 22 Input/Output Control Register 8
P22_IN          0xF003B624          Port 22 Input Register
P22_PDR0        0xF003B640          Port 22 Pad Driver Mode Register 0
P22_PDR1        0xF003B644          Port 22 Pad Driver Mode Register 1
P22_ESR         0xF003B650          Port 22 Emergency Stop Register
P22_PDISC       0xF003B660          Port 22 Pin Function Decision Control Register
P22_PCSR        0xF003B664          Port 22 Pin Controller Select Register
P22_OMSR0       0xF003B670          Port 22 Output Modification Set Register 0
P22_OMSR4       0xF003B674          Port 22 Output Modification Set Register 4
P22_OMSR8       0xF003B678          Port 22 Output Modification Set Register 8
P22_OMCR0       0xF003B680          Port 22 Output Modification Clear Register 0
P22_OMCR4       0xF003B684          Port 22 Output Modification Clear Register 4
P22_OMCR8       0xF003B688          Port 22 Output Modification Clear Register 8
P22_OMSR        0xF003B690          Port 22 Output Modification Set Register
P22_OMCR        0xF003B694          Port 22 Output Modification Clear Register
P22_LPCR0       0xF003B6A0          Port 22 LVDS Pad Control Register 0
P22_LPCR1       0xF003B6A4          Port 22 LVDS Pad Control Register 1
P22_ACCEN1      0xF003B6F8          Port 22 Access Enable Register 1
P22_ACCEN0      0xF003B6FC          Port 22 Access Enable Register 0
P23_OUT         0xF003B700          Port 23 Output Register
P23_OMR         0xF003B704          Port 23 Output Modification Register
P23_ID          0xF003B708          Port 23 Identification Register
P23_IOCR0       0xF003B710          Port 23 Input/Output Control Register 0
P23_IOCR4       0xF003B714          Port 23 Input/Output Control Register 4
P23_IN          0xF003B724          Port 23 Input Register
P23_PDR0        0xF003B740          Port 23 Pad Driver Mode Register 0
P23_ESR         0xF003B750          Port 23 Emergency Stop Register
P23_PDISC       0xF003B760          Port 23 Pin Function Decision Control Register
P23_PCSR        0xF003B764          Port 23 Pin Controller Select Register
P23_OMSR0       0xF003B770          Port 23 Output Modification Set Register 0
P23_OMSR4       0xF003B774          Port 23 Output Modification Set Register 4
P23_OMCR0       0xF003B780          Port 23 Output Modification Clear Register 0
P23_OMCR4       0xF003B784          Port 23 Output Modification Clear Register 4
P23_OMSR        0xF003B790          Port 23 Output Modification Set Register
P23_OMCR        0xF003B794          Port 23 Output Modification Clear Register
P23_ACCEN1      0xF003B7F8          Port 23 Access Enable Register 1
P23_ACCEN0      0xF003B7FC          Port 23 Access Enable Register 0
P24_OUT         0xF003B800          Port 24 Output Register
P24_OMR         0xF003B804          Port 24 Output Modification Register
P24_ID          0xF003B808          Port 24 Identification Register
P24_IOCR0       0xF003B810          Port 24 Input/Output Control Register 0
P24_IOCR4       0xF003B814          Port 24 Input/Output Control Register 4
P24_IOCR8       0xF003B818          Port 24 Input/Output Control Register 8
P24_IOCR12      0xF003B81C          Port 24 Input/Output Control Register 12
P24_IN          0xF003B824          Port 24 Input Register
P24_PDR0        0xF003B840          Port 24 Pad Driver Mode Register 0
P24_PDR1        0xF003B844          Port 24 Pad Driver Mode Register 1
P24_ESR         0xF003B850          Port 24 Emergency Stop Register
P24_PDISC       0xF003B860          Port 24 Pin Function Decision Control Register
P24_PCSR        0xF003B864          Port 24 Pin Controller Select Register
P24_OMSR0       0xF003B870          Port 24 Output Modification Set Register 0
P24_OMSR4       0xF003B874          Port 24 Output Modification Set Register 4
P24_OMSR8       0xF003B878          Port 24 Output Modification Set Register 8
P24_OMSR12      0xF003B87C          Port 24 Output Modification Set Register 12
P24_OMCR0       0xF003B880          Port 24 Output Modification Clear Register 0
P24_OMCR4       0xF003B884          Port 24 Output Modification Clear Register 4
P24_OMCR8       0xF003B888          Port 24 Output Modification Clear Register 8
P24_OMCR12      0xF003B88C          Port 24 Output Modification Clear Register 12
P24_OMSR        0xF003B890          Port 24 Output Modification Set Register
P24_OMCR        0xF003B894          Port 24 Output Modification Clear Register
P24_ACCEN1      0xF003B8F8          Port 24 Access Enable Register 1
P24_ACCEN0      0xF003B8FC          Port 24 Access Enable Register 0
P25_OUT         0xF003B900          Port 25 Output Register
P25_OMR         0xF003B904          Port 25 Output Modification Register
P25_ID          0xF003B908          Port 25 Identification Register
P25_IOCR0       0xF003B910          Port 25 Input/Output Control Register 0
P25_IOCR4       0xF003B914          Port 25 Input/Output Control Register 4
P25_IOCR8       0xF003B918          Port 25 Input/Output Control Register 8
P25_IOCR12      0xF003B91C          Port 25 Input/Output Control Register 12
P25_IN          0xF003B924          Port 25 Input Register
P25_PDR0        0xF003B940          Port 25 Pad Driver Mode Register 0
P25_PDR1        0xF003B944          Port 25 Pad Driver Mode Register 1
P25_ESR         0xF003B950          Port 25 Emergency Stop Register
P25_PDISC       0xF003B960          Port 25 Pin Function Decision Control Register
P25_PCSR        0xF003B964          Port 25 Pin Controller Select Register
P25_OMSR0       0xF003B970          Port 25 Output Modification Set Register 0
P25_OMSR4       0xF003B974          Port 25 Output Modification Set Register 4
P25_OMSR8       0xF003B978          Port 25 Output Modification Set Register 8
P25_OMSR12      0xF003B97C          Port 25 Output Modification Set Register 12
P25_OMCR0       0xF003B980          Port 25 Output Modification Clear Register 0
P25_OMCR4       0xF003B984          Port 25 Output Modification Clear Register 4
P25_OMCR8       0xF003B988          Port 25 Output Modification Clear Register 8
P25_OMCR12      0xF003B98C          Port 25 Output Modification Clear Register 12
P25_OMSR        0xF003B990          Port 25 Output Modification Set Register
P25_OMCR        0xF003B994          Port 25 Output Modification Clear Register
P25_ACCEN1      0xF003B9F8          Port 25 Access Enable Register 1
P25_ACCEN0      0xF003B9FC          Port 25 Access Enable Register 0
P26_OUT         0xF003BA00          Port 26 Output Register
P26_OMR         0xF003BA04          Port 26 Output Modification Register
P26_ID          0xF003BA08          Port 26 Identification Register
P26_IOCR0       0xF003BA10          Port 26 Input/Output Control Register 0
P26_IN          0xF003BA24          Port 26 Input Register
P26_PDR0        0xF003BA40          Port 26 Pad Driver Mode Register 0
P26_ESR         0xF003BA50          Port 26 Emergency Stop Register
P26_PDISC       0xF003BA60          Port 26 Pin Function Decision Control Register
P26_PCSR        0xF003BA64          Port 26 Pin Controller Select Register
P26_OMSR0       0xF003BA70          Port 26 Output Modification Set Register 0
P26_OMCR0       0xF003BA80          Port 26 Output Modification Clear Register 0
P26_OMSR        0xF003BA90          Port 26 Output Modification Set Register
P26_OMCR        0xF003BA94          Port 26 Output Modification Clear Register
P26_ACCEN1      0xF003BAF8          Port 26 Access Enable Register 1
P26_ACCEN0      0xF003BAFC          Port 26 Access Enable Register 0
P30_OUT         0xF003BE00          Port 30 Output Register
P30_OMR         0xF003BE04          Port 30 Output Modification Register
P30_ID          0xF003BE08          Port 30 Identification Register
P30_IOCR0       0xF003BE10          Port 30 Input/Output Control Register 0
P30_IOCR4       0xF003BE14          Port 30 Input/Output Control Register 4
P30_IOCR8       0xF003BE18          Port 30 Input/Output Control Register 8
P30_IOCR12      0xF003BE1C          Port 30 Input/Output Control Register 12
P30_IN          0xF003BE24          Port 30 Input Register
P30_PDR0        0xF003BE40          Port 30 Pad Driver Mode Register 0
P30_PDR1        0xF003BE44          Port 30 Pad Driver Mode Register 1
P30_ESR         0xF003BE50          Port 30 Emergency Stop Register
P30_PDISC       0xF003BE60          Port 30 Pin Function Decision Control Register
P30_PCSR        0xF003BE64          Port 30 Pin Controller Select Register
P30_OMSR0       0xF003BE70          Port 30 Output Modification Set Register 0
P30_OMSR4       0xF003BE74          Port 30 Output Modification Set Register 4
P30_OMSR8       0xF003BE78          Port 30 Output Modification Set Register 8
P30_OMSR12      0xF003BE7C          Port 30 Output Modification Set Register 12
P30_OMCR0       0xF003BE80          Port 30 Output Modification Clear Register 0
P30_OMCR4       0xF003BE84          Port 30 Output Modification Clear Register 4
P30_OMCR8       0xF003BE88          Port 30 Output Modification Clear Register 8
P30_OMCR12      0xF003BE8C          Port 30 Output Modification Clear Register 12
P30_OMSR        0xF003BE90          Port 30 Output Modification Set Register
P30_OMCR        0xF003BE94          Port 30 Output Modification Clear Register
P30_ACCEN1      0xF003BEF8          Port 30 Access Enable Register 1
P30_ACCEN0      0xF003BEFC          Port 30 Access Enable Register 0
P31_OUT         0xF003BF00          Port 31 Output Register
P31_OMR         0xF003BF04          Port 31 Output Modification Register
P31_ID          0xF003BF08          Port 31 Identification Register
P31_IOCR0       0xF003BF10          Port 31 Input/Output Control Register 0
P31_IOCR4       0xF003BF14          Port 31 Input/Output Control Register 4
P31_IOCR8       0xF003BF18          Port 31 Input/Output Control Register 8
P31_IOCR12      0xF003BF1C          Port 31 Input/Output Control Register 12
P31_IN          0xF003BF24          Port 31 Input Register
P31_PDR0        0xF003BF40          Port 31 Pad Driver Mode Register 0
P31_PDR1        0xF003BF44          Port 31 Pad Driver Mode Register 1
P31_ESR         0xF003BF50          Port 31 Emergency Stop Register
P31_PDISC       0xF003BF60          Port 31 Pin Function Decision Control Register
P31_PCSR        0xF003BF64          Port 31 Pin Controller Select Register
P31_OMSR0       0xF003BF70          Port 31 Output Modification Set Register 0
P31_OMSR4       0xF003BF74          Port 31 Output Modification Set Register 4
P31_OMSR8       0xF003BF78          Port 31 Output Modification Set Register 8
P31_OMSR12      0xF003BF7C          Port 31 Output Modification Set Register 12
P31_OMCR0       0xF003BF80          Port 31 Output Modification Clear Register 0
P31_OMCR4       0xF003BF84          Port 31 Output Modification Clear Register 4
P31_OMCR8       0xF003BF88          Port 31 Output Modification Clear Register 8
P31_OMCR12      0xF003BF8C          Port 31 Output Modification Clear Register 12
P31_OMSR        0xF003BF90          Port 31 Output Modification Set Register
P31_OMCR        0xF003BF94          Port 31 Output Modification Clear Register
P31_ACCEN1      0xF003BFF8          Port 31 Access Enable Register 1
P31_ACCEN0      0xF003BFFC          Port 31 Access Enable Register 0
P32_OUT         0xF003C000          Port 32 Output Register
P32_OMR         0xF003C004          Port 32 Output Modification Register
P32_ID          0xF003C008          Port 32 Identification Register
P32_IOCR0       0xF003C010          Port 32 Input/Output Control Register 0
P32_IOCR4       0xF003C014          Port 32 Input/Output Control Register 4
P32_IN          0xF003C024          Port 32 Input Register
P32_PDR0        0xF003C040          Port 32 Pad Driver Mode Register 0
P32_ESR         0xF003C050          Port 32 Emergency Stop Register
P32_PDISC       0xF003C060          Port 32 Pin Function Decision Control Register
P32_PCSR        0xF003C064          Port 32 Pin Controller Select Register
P32_OMSR0       0xF003C070          Port 32 Output Modification Set Register 0
P32_OMSR4       0xF003C074          Port 32 Output Modification Set Register 4
P32_OMCR0       0xF003C080          Port 32 Output Modification Clear Register 0
P32_OMCR4       0xF003C084          Port 32 Output Modification Clear Register 4
P32_OMSR        0xF003C090          Port 32 Output Modification Set Register
P32_OMCR        0xF003C094          Port 32 Output Modification Clear Register
P32_ACCEN1      0xF003C0F8          Port 32 Access Enable Register 1
P32_ACCEN0      0xF003C0FC          Port 32 Access Enable Register 0
P33_OUT         0xF003C100          Port 33 Output Register
P33_OMR         0xF003C104          Port 33 Output Modification Register
P33_ID          0xF003C108          Port 33 Identification Register
P33_IOCR0       0xF003C110          Port 33 Input/Output Control Register 0
P33_IOCR4       0xF003C114          Port 33 Input/Output Control Register 4
P33_IOCR8       0xF003C118          Port 33 Input/Output Control Register 8
P33_IOCR12      0xF003C11C          Port 33 Input/Output Control Register 12
P33_IN          0xF003C124          Port 33 Input Register
P33_PDR0        0xF003C140          Port 33 Pad Driver Mode Register 0
P33_PDR1        0xF003C144          Port 33 Pad Driver Mode Register 1
P33_ESR         0xF003C150          Port 33 Emergency Stop Register
P33_PDISC       0xF003C160          Port 33 Pin Function Decision Control Register
P33_PCSR        0xF003C164          Port 33 Pin Controller Select Register
P33_OMSR0       0xF003C170          Port 33 Output Modification Set Register 0
P33_OMSR4       0xF003C174          Port 33 Output Modification Set Register 4
P33_OMSR8       0xF003C178          Port 33 Output Modification Set Register 8
P33_OMSR12      0xF003C17C          Port 33 Output Modification Set Register 12
P33_OMCR0       0xF003C180          Port 33 Output Modification Clear Register 0
P33_OMCR4       0xF003C184          Port 33 Output Modification Clear Register 4
P33_OMCR8       0xF003C188          Port 33 Output Modification Clear Register 8
P33_OMCR12      0xF003C18C          Port 33 Output Modification Clear Register 12
P33_OMSR        0xF003C190          Port 33 Output Modification Set Register
P33_OMCR        0xF003C194          Port 33 Output Modification Clear Register
P33_ACCEN1      0xF003C1F8          Port 33 Access Enable Register 1
P33_ACCEN0      0xF003C1FC          Port 33 Access Enable Register 0
P34_OUT         0xF003C200          Port 34 Output Register
P34_OMR         0xF003C204          Port 34 Output Modification Register
P34_ID          0xF003C208          Port 34 Identification Register
P34_IOCR0       0xF003C210          Port 34 Input/Output Control Register 0
P34_IOCR4       0xF003C214          Port 34 Input/Output Control Register 4
P34_IN          0xF003C224          Port 34 Input Register
P34_PDR0        0xF003C240          Port 34 Pad Driver Mode Register 0
P34_ESR         0xF003C250          Port 34 Emergency Stop Register
P34_PDISC       0xF003C260          Port 34 Pin Function Decision Control Register
P34_PCSR        0xF003C264          Port 34 Pin Controller Select Register
P34_OMSR0       0xF003C270          Port 34 Output Modification Set Register 0
P34_OMSR4       0xF003C274          Port 34 Output Modification Set Register 4
P34_OMCR0       0xF003C280          Port 34 Output Modification Clear Register 0
P34_OMCR4       0xF003C284          Port 34 Output Modification Clear Register 4
P34_OMSR        0xF003C290          Port 34 Output Modification Set Register
P34_OMCR        0xF003C294          Port 34 Output Modification Clear Register
P34_ACCEN1      0xF003C2F8          Port 34 Access Enable Register 1
P34_ACCEN0      0xF003C2FC          Port 34 Access Enable Register 0
P40_OUT         0xF003C800          Port 40 Output Register
P40_OMR         0xF003C804          Port 40 Output Modification Register
P40_ID          0xF003C808          Port 40 Identification Register
P40_IOCR0       0xF003C810          Port 40 Input/Output Control Register 0
P40_IOCR4       0xF003C814          Port 40 Input/Output Control Register 4
P40_IOCR8       0xF003C818          Port 40 Input/Output Control Register 8
P40_IOCR12      0xF003C81C          Port 40 Input/Output Control Register 12
P40_IN          0xF003C824          Port 40 Input Register
P40_PDR0        0xF003C840          Port 40 Pad Driver Mode Register 0
P40_PDR1        0xF003C844          Port 40 Pad Driver Mode Register 1
P40_ESR         0xF003C850          Port 40 Emergency Stop Register
P40_PDISC       0xF003C860          Port 40 Pin Function Decision Control Register
P40_PCSR        0xF003C864          Port 40 Pin Controller Select Register
P40_OMSR0       0xF003C870          Port 40 Output Modification Set Register 0
P40_OMSR4       0xF003C874          Port 40 Output Modification Set Register 4
P40_OMSR8       0xF003C878          Port 40 Output Modification Set Register 8
P40_OMSR12      0xF003C87C          Port 40 Output Modification Set Register 12
P40_OMCR0       0xF003C880          Port 40 Output Modification Clear Register 0
P40_OMCR4       0xF003C884          Port 40 Output Modification Clear Register 4
P40_OMCR8       0xF003C888          Port 40 Output Modification Clear Register 8
P40_OMCR12      0xF003C88C          Port 40 Output Modification Clear Register 12
P40_OMSR        0xF003C890          Port 40 Output Modification Set Register
P40_OMCR        0xF003C894          Port 40 Output Modification Clear Register
P40_ACCEN1      0xF003C8F8          Port 40 Access Enable Register 1
P40_ACCEN0      0xF003C8FC          Port 40 Access Enable Register 0
P41_OUT         0xF003C900          Port 41 Output Register
P41_OMR         0xF003C904          Port 41 Output Modification Register
P41_ID          0xF003C908          Port 41 Identification Register
P41_IOCR0       0xF003C910          Port 41 Input/Output Control Register 0
P41_IOCR4       0xF003C914          Port 41 Input/Output Control Register 4
P41_IOCR8       0xF003C918          Port 41 Input/Output Control Register 8
P41_IN          0xF003C924          Port 41 Input Register
P41_PDR0        0xF003C940          Port 41 Pad Driver Mode Register 0
P41_PDR1        0xF003C944          Port 41 Pad Driver Mode Register 1
P41_ESR         0xF003C950          Port 41 Emergency Stop Register
P41_PDISC       0xF003C960          Port 41 Pin Function Decision Control Register
P41_PCSR        0xF003C964          Port 41 Pin Controller Select Register
P41_OMSR0       0xF003C970          Port 41 Output Modification Set Register 0
P41_OMSR4       0xF003C974          Port 41 Output Modification Set Register 4
P41_OMSR8       0xF003C978          Port 41 Output Modification Set Register 8
P41_OMCR0       0xF003C980          Port 41 Output Modification Clear Register 0
P41_OMCR4       0xF003C984          Port 41 Output Modification Clear Register 4
P41_OMCR8       0xF003C988          Port 41 Output Modification Clear Register 8
P41_OMSR        0xF003C990          Port 41 Output Modification Set Register
P41_OMCR        0xF003C994          Port 41 Output Modification Clear Register
P41_ACCEN1      0xF003C9F8          Port 41 Access Enable Register 1
P41_ACCEN0      0xF003C9FC          Port 41 Access Enable Register 0
MTU_CLC         0xF0060000          Clock Control Register
MTU_ID          0xF0060008          Identification Register
MTU_MEMTEST0    0xF0060010          Memory MBIST Enable Register 0
MTU_MEMTEST1    0xF0060014          Memory MBIST Enable Register 1
MTU_MEMTEST2    0xF0060018          Memory MBIST Enable Register 2
MTU_MEMMAP      0xF006001C          Memory Mapping Enable Register
MTU_MEMSTAT0    0xF0060038          Memory Status Register 0
MTU_MEMSTAT1    0xF006003C          Memory Status Register 1
MTU_MEMSTAT2    0xF0060040          Memory Status Register 2
MTU_MEMDONE0    0xF0060050          Memory Test Done Status Register 0
MTU_MEMDONE1    0xF0060054          Memory Test Done Status Register 1
MTU_MEMDONE2    0xF0060058          Memory Test Done Status Register 2
MTU_MEMFDA0     0xF0060060          Memory Test FDA Status Register 0
MTU_MEMFDA1     0xF0060064          Memory Test FDA Status Register 1
MTU_MEMFDA2     0xF0060068          Memory Test FDA Status Register 2
MTU_ACCEN1      0xF00600F8          Access Enable Register 1
MTU_ACCEN0      0xF00600FC          Access Enable Register 0
MTU_MC0_CONFIG0 0xF0061000          MC 0 Configuration Register 0
MTU_MC0_CONFIG1 0xF0061002          MC 0 Configuration Register 1
MTU_MC0_MCONTROL 0xF0061004          MC 0 MBIST Control Register
MTU_MC0_MSTATUS 0xF0061006          MC 0 Status Register
MTU_MC0_RANGE   0xF0061008          MC 0 Range Register, single address mode
MTU_MC0_REVID   0xF006100C          MC 0 Revision ID Register
MTU_MC0_ECCS    0xF006100E          MC 0 ECC Safety Register
MTU_MC0_ECCD    0xF0061010          MC 0 Memory ECC Detection Register
MTU_MC0_ETRR0   0xF0061012          MC 0 Error Tracking Register 0
MTU_MC0_ETRR1   0xF0061014          MC 0 Error Tracking Register 1
MTU_MC0_ETRR2   0xF0061016          MC 0 Error Tracking Register 2
MTU_MC0_ETRR3   0xF0061018          MC 0 Error Tracking Register 3
MTU_MC0_ETRR4   0xF006101A          MC 0 Error Tracking Register 4
MTU_MC0_RDBFL0  0xF0061060          MC 0 Read Data and Bit Flip Register 0
MTU_MC0_RDBFL1  0xF0061062          MC 0 Read Data and Bit Flip Register 1
MTU_MC0_RDBFL2  0xF0061064          MC 0 Read Data and Bit Flip Register 2
MTU_MC0_RDBFL3  0xF0061066          MC 0 Read Data and Bit Flip Register 3
MTU_MC0_RDBFL4  0xF0061068          MC 0 Read Data and Bit Flip Register 4
MTU_MC0_RDBFL5  0xF006106A          MC 0 Read Data and Bit Flip Register 5
MTU_MC0_RDBFL6  0xF006106C          MC 0 Read Data and Bit Flip Register 6
MTU_MC0_RDBFL7  0xF006106E          MC 0 Read Data and Bit Flip Register 7
MTU_MC0_RDBFL8  0xF0061070          MC 0 Read Data and Bit Flip Register 8
MTU_MC0_RDBFL9  0xF0061072          MC 0 Read Data and Bit Flip Register 9
MTU_MC0_RDBFL10 0xF0061074          MC 0 Read Data and Bit Flip Register 10
MTU_MC0_RDBFL11 0xF0061076          MC 0 Read Data and Bit Flip Register 11
MTU_MC0_RDBFL12 0xF0061078          MC 0 Read Data and Bit Flip Register 12
MTU_MC0_RDBFL13 0xF006107A          MC 0 Read Data and Bit Flip Register 13
MTU_MC0_RDBFL14 0xF006107C          MC 0 Read Data and Bit Flip Register 14
MTU_MC0_RDBFL15 0xF006107E          MC 0 Read Data and Bit Flip Register 15
MTU_MC0_RDBFL16 0xF0061080          MC 0 Read Data and Bit Flip Register 16
MTU_MC0_RDBFL17 0xF0061082          MC 0 Read Data and Bit Flip Register 17
MTU_MC0_RDBFL18 0xF0061084          MC 0 Read Data and Bit Flip Register 18
MTU_MC0_RDBFL19 0xF0061086          MC 0 Read Data and Bit Flip Register 19
MTU_MC0_RDBFL20 0xF0061088          MC 0 Read Data and Bit Flip Register 20
MTU_MC0_RDBFL21 0xF006108A          MC 0 Read Data and Bit Flip Register 21
MTU_MC0_RDBFL22 0xF006108C          MC 0 Read Data and Bit Flip Register 22
MTU_MC0_RDBFL23 0xF006108E          MC 0 Read Data and Bit Flip Register 23
MTU_MC0_RDBFL24 0xF0061090          MC 0 Read Data and Bit Flip Register 24
MTU_MC0_RDBFL25 0xF0061092          MC 0 Read Data and Bit Flip Register 25
MTU_MC0_RDBFL26 0xF0061094          MC 0 Read Data and Bit Flip Register 26
MTU_MC0_RDBFL27 0xF0061096          MC 0 Read Data and Bit Flip Register 27
MTU_MC0_RDBFL28 0xF0061098          MC 0 Read Data and Bit Flip Register 28
MTU_MC0_RDBFL29 0xF006109A          MC 0 Read Data and Bit Flip Register 29
MTU_MC0_RDBFL30 0xF006109C          MC 0 Read Data and Bit Flip Register 30
MTU_MC0_RDBFL31 0xF006109E          MC 0 Read Data and Bit Flip Register 31
MTU_MC0_RDBFL32 0xF00610A0          MC 0 Read Data and Bit Flip Register 32
MTU_MC0_RDBFL33 0xF00610A2          MC 0 Read Data and Bit Flip Register 33
MTU_MC0_RDBFL34 0xF00610A4          MC 0 Read Data and Bit Flip Register 34
MTU_MC0_RDBFL35 0xF00610A6          MC 0 Read Data and Bit Flip Register 35
MTU_MC0_RDBFL36 0xF00610A8          MC 0 Read Data and Bit Flip Register 36
MTU_MC0_RDBFL37 0xF00610AA          MC 0 Read Data and Bit Flip Register 37
MTU_MC0_RDBFL38 0xF00610AC          MC 0 Read Data and Bit Flip Register 38
MTU_MC0_RDBFL39 0xF00610AE          MC 0 Read Data and Bit Flip Register 39
MTU_MC0_RDBFL40 0xF00610B0          MC 0 Read Data and Bit Flip Register 40
MTU_MC0_RDBFL41 0xF00610B2          MC 0 Read Data and Bit Flip Register 41
MTU_MC0_RDBFL42 0xF00610B4          MC 0 Read Data and Bit Flip Register 42
MTU_MC0_RDBFL43 0xF00610B6          MC 0 Read Data and Bit Flip Register 43
MTU_MC0_RDBFL44 0xF00610B8          MC 0 Read Data and Bit Flip Register 44
MTU_MC0_RDBFL45 0xF00610BA          MC 0 Read Data and Bit Flip Register 45
MTU_MC0_RDBFL46 0xF00610BC          MC 0 Read Data and Bit Flip Register 46
MTU_MC0_RDBFL47 0xF00610BE          MC 0 Read Data and Bit Flip Register 47
MTU_MC0_RDBFL48 0xF00610C0          MC 0 Read Data and Bit Flip Register 48
MTU_MC0_RDBFL49 0xF00610C2          MC 0 Read Data and Bit Flip Register 49
MTU_MC0_RDBFL50 0xF00610C4          MC 0 Read Data and Bit Flip Register 50
MTU_MC0_RDBFL51 0xF00610C6          MC 0 Read Data and Bit Flip Register 51
MTU_MC0_RDBFL52 0xF00610C8          MC 0 Read Data and Bit Flip Register 52
MTU_MC0_RDBFL53 0xF00610CA          MC 0 Read Data and Bit Flip Register 53
MTU_MC0_RDBFL54 0xF00610CC          MC 0 Read Data and Bit Flip Register 54
MTU_MC0_RDBFL55 0xF00610CE          MC 0 Read Data and Bit Flip Register 55
MTU_MC0_RDBFL56 0xF00610D0          MC 0 Read Data and Bit Flip Register 56
MTU_MC0_RDBFL57 0xF00610D2          MC 0 Read Data and Bit Flip Register 57
MTU_MC0_RDBFL58 0xF00610D4          MC 0 Read Data and Bit Flip Register 58
MTU_MC0_RDBFL59 0xF00610D6          MC 0 Read Data and Bit Flip Register 59
MTU_MC0_RDBFL60 0xF00610D8          MC 0 Read Data and Bit Flip Register 60
MTU_MC0_RDBFL61 0xF00610DA          MC 0 Read Data and Bit Flip Register 61
MTU_MC0_RDBFL62 0xF00610DC          MC 0 Read Data and Bit Flip Register 62
MTU_MC0_RDBFL63 0xF00610DE          MC 0 Read Data and Bit Flip Register 63
MTU_MC0_RDBFL64 0xF00610E0          MC 0 Read Data and Bit Flip Register 64
MTU_MC0_RDBFL65 0xF00610E2          MC 0 Read Data and Bit Flip Register 65
MTU_MC0_RDBFL66 0xF00610E4          MC 0 Read Data and Bit Flip Register 66
MTU_MC0_ALMSRCS 0xF00610EE          MC 0 Alarm Sources Configuration Register
MTU_MC0_FAULTSTS 0xF00610F0          MC 0 SSH Safety Faults Status Register
MTU_MC0_ERRINFO0 0xF00610F2          MC 0 Error Information Register 0
MTU_MC0_ERRINFO1 0xF00610F4          MC 0 Error Information Register 1
MTU_MC0_ERRINFO2 0xF00610F6          MC 0 Error Information Register 2
MTU_MC0_ERRINFO3 0xF00610F8          MC 0 Error Information Register 3
MTU_MC0_ERRINFO4 0xF00610FA          MC 0 Error Information Register 4
MTU_MC1_CONFIG0 0xF0061100          MC 1 Configuration Register 0
MTU_MC1_CONFIG1 0xF0061102          MC 1 Configuration Register 1
MTU_MC1_MCONTROL 0xF0061104          MC 1 MBIST Control Register
MTU_MC1_MSTATUS 0xF0061106          MC 1 Status Register
MTU_MC1_RANGE   0xF0061108          MC 1 Range Register, single address mode
MTU_MC1_REVID   0xF006110C          MC 1 Revision ID Register
MTU_MC1_ECCS    0xF006110E          MC 1 ECC Safety Register
MTU_MC1_ECCD    0xF0061110          MC 1 Memory ECC Detection Register
MTU_MC1_ETRR0   0xF0061112          MC 1 Error Tracking Register 0
MTU_MC1_ETRR1   0xF0061114          MC 1 Error Tracking Register 1
MTU_MC1_ETRR2   0xF0061116          MC 1 Error Tracking Register 2
MTU_MC1_ETRR3   0xF0061118          MC 1 Error Tracking Register 3
MTU_MC1_ETRR4   0xF006111A          MC 1 Error Tracking Register 4
MTU_MC1_RDBFL0  0xF0061160          MC 1 Read Data and Bit Flip Register 0
MTU_MC1_RDBFL1  0xF0061162          MC 1 Read Data and Bit Flip Register 1
MTU_MC1_RDBFL2  0xF0061164          MC 1 Read Data and Bit Flip Register 2
MTU_MC1_RDBFL3  0xF0061166          MC 1 Read Data and Bit Flip Register 3
MTU_MC1_RDBFL4  0xF0061168          MC 1 Read Data and Bit Flip Register 4
MTU_MC1_RDBFL5  0xF006116A          MC 1 Read Data and Bit Flip Register 5
MTU_MC1_RDBFL6  0xF006116C          MC 1 Read Data and Bit Flip Register 6
MTU_MC1_RDBFL7  0xF006116E          MC 1 Read Data and Bit Flip Register 7
MTU_MC1_RDBFL8  0xF0061170          MC 1 Read Data and Bit Flip Register 8
MTU_MC1_RDBFL9  0xF0061172          MC 1 Read Data and Bit Flip Register 9
MTU_MC1_RDBFL10 0xF0061174          MC 1 Read Data and Bit Flip Register 10
MTU_MC1_RDBFL11 0xF0061176          MC 1 Read Data and Bit Flip Register 11
MTU_MC1_RDBFL12 0xF0061178          MC 1 Read Data and Bit Flip Register 12
MTU_MC1_RDBFL13 0xF006117A          MC 1 Read Data and Bit Flip Register 13
MTU_MC1_RDBFL14 0xF006117C          MC 1 Read Data and Bit Flip Register 14
MTU_MC1_RDBFL15 0xF006117E          MC 1 Read Data and Bit Flip Register 15
MTU_MC1_RDBFL16 0xF0061180          MC 1 Read Data and Bit Flip Register 16
MTU_MC1_RDBFL17 0xF0061182          MC 1 Read Data and Bit Flip Register 17
MTU_MC1_RDBFL18 0xF0061184          MC 1 Read Data and Bit Flip Register 18
MTU_MC1_RDBFL19 0xF0061186          MC 1 Read Data and Bit Flip Register 19
MTU_MC1_RDBFL20 0xF0061188          MC 1 Read Data and Bit Flip Register 20
MTU_MC1_RDBFL21 0xF006118A          MC 1 Read Data and Bit Flip Register 21
MTU_MC1_RDBFL22 0xF006118C          MC 1 Read Data and Bit Flip Register 22
MTU_MC1_RDBFL23 0xF006118E          MC 1 Read Data and Bit Flip Register 23
MTU_MC1_RDBFL24 0xF0061190          MC 1 Read Data and Bit Flip Register 24
MTU_MC1_RDBFL25 0xF0061192          MC 1 Read Data and Bit Flip Register 25
MTU_MC1_RDBFL26 0xF0061194          MC 1 Read Data and Bit Flip Register 26
MTU_MC1_RDBFL27 0xF0061196          MC 1 Read Data and Bit Flip Register 27
MTU_MC1_RDBFL28 0xF0061198          MC 1 Read Data and Bit Flip Register 28
MTU_MC1_RDBFL29 0xF006119A          MC 1 Read Data and Bit Flip Register 29
MTU_MC1_RDBFL30 0xF006119C          MC 1 Read Data and Bit Flip Register 30
MTU_MC1_RDBFL31 0xF006119E          MC 1 Read Data and Bit Flip Register 31
MTU_MC1_RDBFL32 0xF00611A0          MC 1 Read Data and Bit Flip Register 32
MTU_MC1_RDBFL33 0xF00611A2          MC 1 Read Data and Bit Flip Register 33
MTU_MC1_RDBFL34 0xF00611A4          MC 1 Read Data and Bit Flip Register 34
MTU_MC1_RDBFL35 0xF00611A6          MC 1 Read Data and Bit Flip Register 35
MTU_MC1_RDBFL36 0xF00611A8          MC 1 Read Data and Bit Flip Register 36
MTU_MC1_RDBFL37 0xF00611AA          MC 1 Read Data and Bit Flip Register 37
MTU_MC1_RDBFL38 0xF00611AC          MC 1 Read Data and Bit Flip Register 38
MTU_MC1_RDBFL39 0xF00611AE          MC 1 Read Data and Bit Flip Register 39
MTU_MC1_RDBFL40 0xF00611B0          MC 1 Read Data and Bit Flip Register 40
MTU_MC1_RDBFL41 0xF00611B2          MC 1 Read Data and Bit Flip Register 41
MTU_MC1_RDBFL42 0xF00611B4          MC 1 Read Data and Bit Flip Register 42
MTU_MC1_RDBFL43 0xF00611B6          MC 1 Read Data and Bit Flip Register 43
MTU_MC1_RDBFL44 0xF00611B8          MC 1 Read Data and Bit Flip Register 44
MTU_MC1_RDBFL45 0xF00611BA          MC 1 Read Data and Bit Flip Register 45
MTU_MC1_RDBFL46 0xF00611BC          MC 1 Read Data and Bit Flip Register 46
MTU_MC1_RDBFL47 0xF00611BE          MC 1 Read Data and Bit Flip Register 47
MTU_MC1_RDBFL48 0xF00611C0          MC 1 Read Data and Bit Flip Register 48
MTU_MC1_RDBFL49 0xF00611C2          MC 1 Read Data and Bit Flip Register 49
MTU_MC1_RDBFL50 0xF00611C4          MC 1 Read Data and Bit Flip Register 50
MTU_MC1_RDBFL51 0xF00611C6          MC 1 Read Data and Bit Flip Register 51
MTU_MC1_RDBFL52 0xF00611C8          MC 1 Read Data and Bit Flip Register 52
MTU_MC1_RDBFL53 0xF00611CA          MC 1 Read Data and Bit Flip Register 53
MTU_MC1_RDBFL54 0xF00611CC          MC 1 Read Data and Bit Flip Register 54
MTU_MC1_RDBFL55 0xF00611CE          MC 1 Read Data and Bit Flip Register 55
MTU_MC1_RDBFL56 0xF00611D0          MC 1 Read Data and Bit Flip Register 56
MTU_MC1_RDBFL57 0xF00611D2          MC 1 Read Data and Bit Flip Register 57
MTU_MC1_RDBFL58 0xF00611D4          MC 1 Read Data and Bit Flip Register 58
MTU_MC1_RDBFL59 0xF00611D6          MC 1 Read Data and Bit Flip Register 59
MTU_MC1_RDBFL60 0xF00611D8          MC 1 Read Data and Bit Flip Register 60
MTU_MC1_RDBFL61 0xF00611DA          MC 1 Read Data and Bit Flip Register 61
MTU_MC1_RDBFL62 0xF00611DC          MC 1 Read Data and Bit Flip Register 62
MTU_MC1_RDBFL63 0xF00611DE          MC 1 Read Data and Bit Flip Register 63
MTU_MC1_RDBFL64 0xF00611E0          MC 1 Read Data and Bit Flip Register 64
MTU_MC1_RDBFL65 0xF00611E2          MC 1 Read Data and Bit Flip Register 65
MTU_MC1_RDBFL66 0xF00611E4          MC 1 Read Data and Bit Flip Register 66
MTU_MC1_ALMSRCS 0xF00611EE          MC 1 Alarm Sources Configuration Register
MTU_MC1_FAULTSTS 0xF00611F0          MC 1 SSH Safety Faults Status Register
MTU_MC1_ERRINFO0 0xF00611F2          MC 1 Error Information Register 0
MTU_MC1_ERRINFO1 0xF00611F4          MC 1 Error Information Register 1
MTU_MC1_ERRINFO2 0xF00611F6          MC 1 Error Information Register 2
MTU_MC1_ERRINFO3 0xF00611F8          MC 1 Error Information Register 3
MTU_MC1_ERRINFO4 0xF00611FA          MC 1 Error Information Register 4
MTU_MC2_CONFIG0 0xF0061200          MC 2 Configuration Register 0
MTU_MC2_CONFIG1 0xF0061202          MC 2 Configuration Register 1
MTU_MC2_MCONTROL 0xF0061204          MC 2 MBIST Control Register
MTU_MC2_MSTATUS 0xF0061206          MC 2 Status Register
MTU_MC2_RANGE   0xF0061208          MC 2 Range Register, single address mode
MTU_MC2_REVID   0xF006120C          MC 2 Revision ID Register
MTU_MC2_ECCS    0xF006120E          MC 2 ECC Safety Register
MTU_MC2_ECCD    0xF0061210          MC 2 Memory ECC Detection Register
MTU_MC2_ETRR0   0xF0061212          MC 2 Error Tracking Register 0
MTU_MC2_ETRR1   0xF0061214          MC 2 Error Tracking Register 1
MTU_MC2_ETRR2   0xF0061216          MC 2 Error Tracking Register 2
MTU_MC2_ETRR3   0xF0061218          MC 2 Error Tracking Register 3
MTU_MC2_ETRR4   0xF006121A          MC 2 Error Tracking Register 4
MTU_MC2_RDBFL0  0xF0061260          MC 2 Read Data and Bit Flip Register 0
MTU_MC2_RDBFL1  0xF0061262          MC 2 Read Data and Bit Flip Register 1
MTU_MC2_RDBFL2  0xF0061264          MC 2 Read Data and Bit Flip Register 2
MTU_MC2_RDBFL3  0xF0061266          MC 2 Read Data and Bit Flip Register 3
MTU_MC2_RDBFL4  0xF0061268          MC 2 Read Data and Bit Flip Register 4
MTU_MC2_RDBFL5  0xF006126A          MC 2 Read Data and Bit Flip Register 5
MTU_MC2_RDBFL6  0xF006126C          MC 2 Read Data and Bit Flip Register 6
MTU_MC2_RDBFL7  0xF006126E          MC 2 Read Data and Bit Flip Register 7
MTU_MC2_RDBFL8  0xF0061270          MC 2 Read Data and Bit Flip Register 8
MTU_MC2_RDBFL9  0xF0061272          MC 2 Read Data and Bit Flip Register 9
MTU_MC2_RDBFL10 0xF0061274          MC 2 Read Data and Bit Flip Register 10
MTU_MC2_RDBFL11 0xF0061276          MC 2 Read Data and Bit Flip Register 11
MTU_MC2_RDBFL12 0xF0061278          MC 2 Read Data and Bit Flip Register 12
MTU_MC2_RDBFL13 0xF006127A          MC 2 Read Data and Bit Flip Register 13
MTU_MC2_RDBFL14 0xF006127C          MC 2 Read Data and Bit Flip Register 14
MTU_MC2_RDBFL15 0xF006127E          MC 2 Read Data and Bit Flip Register 15
MTU_MC2_RDBFL16 0xF0061280          MC 2 Read Data and Bit Flip Register 16
MTU_MC2_RDBFL17 0xF0061282          MC 2 Read Data and Bit Flip Register 17
MTU_MC2_RDBFL18 0xF0061284          MC 2 Read Data and Bit Flip Register 18
MTU_MC2_RDBFL19 0xF0061286          MC 2 Read Data and Bit Flip Register 19
MTU_MC2_RDBFL20 0xF0061288          MC 2 Read Data and Bit Flip Register 20
MTU_MC2_RDBFL21 0xF006128A          MC 2 Read Data and Bit Flip Register 21
MTU_MC2_RDBFL22 0xF006128C          MC 2 Read Data and Bit Flip Register 22
MTU_MC2_RDBFL23 0xF006128E          MC 2 Read Data and Bit Flip Register 23
MTU_MC2_RDBFL24 0xF0061290          MC 2 Read Data and Bit Flip Register 24
MTU_MC2_RDBFL25 0xF0061292          MC 2 Read Data and Bit Flip Register 25
MTU_MC2_RDBFL26 0xF0061294          MC 2 Read Data and Bit Flip Register 26
MTU_MC2_RDBFL27 0xF0061296          MC 2 Read Data and Bit Flip Register 27
MTU_MC2_RDBFL28 0xF0061298          MC 2 Read Data and Bit Flip Register 28
MTU_MC2_RDBFL29 0xF006129A          MC 2 Read Data and Bit Flip Register 29
MTU_MC2_RDBFL30 0xF006129C          MC 2 Read Data and Bit Flip Register 30
MTU_MC2_RDBFL31 0xF006129E          MC 2 Read Data and Bit Flip Register 31
MTU_MC2_RDBFL32 0xF00612A0          MC 2 Read Data and Bit Flip Register 32
MTU_MC2_RDBFL33 0xF00612A2          MC 2 Read Data and Bit Flip Register 33
MTU_MC2_RDBFL34 0xF00612A4          MC 2 Read Data and Bit Flip Register 34
MTU_MC2_RDBFL35 0xF00612A6          MC 2 Read Data and Bit Flip Register 35
MTU_MC2_RDBFL36 0xF00612A8          MC 2 Read Data and Bit Flip Register 36
MTU_MC2_RDBFL37 0xF00612AA          MC 2 Read Data and Bit Flip Register 37
MTU_MC2_RDBFL38 0xF00612AC          MC 2 Read Data and Bit Flip Register 38
MTU_MC2_RDBFL39 0xF00612AE          MC 2 Read Data and Bit Flip Register 39
MTU_MC2_RDBFL40 0xF00612B0          MC 2 Read Data and Bit Flip Register 40
MTU_MC2_RDBFL41 0xF00612B2          MC 2 Read Data and Bit Flip Register 41
MTU_MC2_RDBFL42 0xF00612B4          MC 2 Read Data and Bit Flip Register 42
MTU_MC2_RDBFL43 0xF00612B6          MC 2 Read Data and Bit Flip Register 43
MTU_MC2_RDBFL44 0xF00612B8          MC 2 Read Data and Bit Flip Register 44
MTU_MC2_RDBFL45 0xF00612BA          MC 2 Read Data and Bit Flip Register 45
MTU_MC2_RDBFL46 0xF00612BC          MC 2 Read Data and Bit Flip Register 46
MTU_MC2_RDBFL47 0xF00612BE          MC 2 Read Data and Bit Flip Register 47
MTU_MC2_RDBFL48 0xF00612C0          MC 2 Read Data and Bit Flip Register 48
MTU_MC2_RDBFL49 0xF00612C2          MC 2 Read Data and Bit Flip Register 49
MTU_MC2_RDBFL50 0xF00612C4          MC 2 Read Data and Bit Flip Register 50
MTU_MC2_RDBFL51 0xF00612C6          MC 2 Read Data and Bit Flip Register 51
MTU_MC2_RDBFL52 0xF00612C8          MC 2 Read Data and Bit Flip Register 52
MTU_MC2_RDBFL53 0xF00612CA          MC 2 Read Data and Bit Flip Register 53
MTU_MC2_RDBFL54 0xF00612CC          MC 2 Read Data and Bit Flip Register 54
MTU_MC2_RDBFL55 0xF00612CE          MC 2 Read Data and Bit Flip Register 55
MTU_MC2_RDBFL56 0xF00612D0          MC 2 Read Data and Bit Flip Register 56
MTU_MC2_RDBFL57 0xF00612D2          MC 2 Read Data and Bit Flip Register 57
MTU_MC2_RDBFL58 0xF00612D4          MC 2 Read Data and Bit Flip Register 58
MTU_MC2_RDBFL59 0xF00612D6          MC 2 Read Data and Bit Flip Register 59
MTU_MC2_RDBFL60 0xF00612D8          MC 2 Read Data and Bit Flip Register 60
MTU_MC2_RDBFL61 0xF00612DA          MC 2 Read Data and Bit Flip Register 61
MTU_MC2_RDBFL62 0xF00612DC          MC 2 Read Data and Bit Flip Register 62
MTU_MC2_RDBFL63 0xF00612DE          MC 2 Read Data and Bit Flip Register 63
MTU_MC2_RDBFL64 0xF00612E0          MC 2 Read Data and Bit Flip Register 64
MTU_MC2_RDBFL65 0xF00612E2          MC 2 Read Data and Bit Flip Register 65
MTU_MC2_RDBFL66 0xF00612E4          MC 2 Read Data and Bit Flip Register 66
MTU_MC2_ALMSRCS 0xF00612EE          MC 2 Alarm Sources Configuration Register
MTU_MC2_FAULTSTS 0xF00612F0          MC 2 SSH Safety Faults Status Register
MTU_MC2_ERRINFO0 0xF00612F2          MC 2 Error Information Register 0
MTU_MC2_ERRINFO1 0xF00612F4          MC 2 Error Information Register 1
MTU_MC2_ERRINFO2 0xF00612F6          MC 2 Error Information Register 2
MTU_MC2_ERRINFO3 0xF00612F8          MC 2 Error Information Register 3
MTU_MC2_ERRINFO4 0xF00612FA          MC 2 Error Information Register 4
MTU_MC3_CONFIG0 0xF0061300          MC 3 Configuration Register 0
MTU_MC3_CONFIG1 0xF0061302          MC 3 Configuration Register 1
MTU_MC3_MCONTROL 0xF0061304          MC 3 MBIST Control Register
MTU_MC3_MSTATUS 0xF0061306          MC 3 Status Register
MTU_MC3_RANGE   0xF0061308          MC 3 Range Register, single address mode
MTU_MC3_REVID   0xF006130C          MC 3 Revision ID Register
MTU_MC3_ECCS    0xF006130E          MC 3 ECC Safety Register
MTU_MC3_ECCD    0xF0061310          MC 3 Memory ECC Detection Register
MTU_MC3_ETRR0   0xF0061312          MC 3 Error Tracking Register 0
MTU_MC3_ETRR1   0xF0061314          MC 3 Error Tracking Register 1
MTU_MC3_ETRR2   0xF0061316          MC 3 Error Tracking Register 2
MTU_MC3_ETRR3   0xF0061318          MC 3 Error Tracking Register 3
MTU_MC3_ETRR4   0xF006131A          MC 3 Error Tracking Register 4
MTU_MC3_RDBFL0  0xF0061360          MC 3 Read Data and Bit Flip Register 0
MTU_MC3_RDBFL1  0xF0061362          MC 3 Read Data and Bit Flip Register 1
MTU_MC3_RDBFL2  0xF0061364          MC 3 Read Data and Bit Flip Register 2
MTU_MC3_RDBFL3  0xF0061366          MC 3 Read Data and Bit Flip Register 3
MTU_MC3_RDBFL4  0xF0061368          MC 3 Read Data and Bit Flip Register 4
MTU_MC3_RDBFL5  0xF006136A          MC 3 Read Data and Bit Flip Register 5
MTU_MC3_RDBFL6  0xF006136C          MC 3 Read Data and Bit Flip Register 6
MTU_MC3_RDBFL7  0xF006136E          MC 3 Read Data and Bit Flip Register 7
MTU_MC3_RDBFL8  0xF0061370          MC 3 Read Data and Bit Flip Register 8
MTU_MC3_RDBFL9  0xF0061372          MC 3 Read Data and Bit Flip Register 9
MTU_MC3_RDBFL10 0xF0061374          MC 3 Read Data and Bit Flip Register 10
MTU_MC3_RDBFL11 0xF0061376          MC 3 Read Data and Bit Flip Register 11
MTU_MC3_RDBFL12 0xF0061378          MC 3 Read Data and Bit Flip Register 12
MTU_MC3_RDBFL13 0xF006137A          MC 3 Read Data and Bit Flip Register 13
MTU_MC3_RDBFL14 0xF006137C          MC 3 Read Data and Bit Flip Register 14
MTU_MC3_RDBFL15 0xF006137E          MC 3 Read Data and Bit Flip Register 15
MTU_MC3_RDBFL16 0xF0061380          MC 3 Read Data and Bit Flip Register 16
MTU_MC3_RDBFL17 0xF0061382          MC 3 Read Data and Bit Flip Register 17
MTU_MC3_RDBFL18 0xF0061384          MC 3 Read Data and Bit Flip Register 18
MTU_MC3_RDBFL19 0xF0061386          MC 3 Read Data and Bit Flip Register 19
MTU_MC3_RDBFL20 0xF0061388          MC 3 Read Data and Bit Flip Register 20
MTU_MC3_RDBFL21 0xF006138A          MC 3 Read Data and Bit Flip Register 21
MTU_MC3_RDBFL22 0xF006138C          MC 3 Read Data and Bit Flip Register 22
MTU_MC3_RDBFL23 0xF006138E          MC 3 Read Data and Bit Flip Register 23
MTU_MC3_RDBFL24 0xF0061390          MC 3 Read Data and Bit Flip Register 24
MTU_MC3_RDBFL25 0xF0061392          MC 3 Read Data and Bit Flip Register 25
MTU_MC3_RDBFL26 0xF0061394          MC 3 Read Data and Bit Flip Register 26
MTU_MC3_RDBFL27 0xF0061396          MC 3 Read Data and Bit Flip Register 27
MTU_MC3_RDBFL28 0xF0061398          MC 3 Read Data and Bit Flip Register 28
MTU_MC3_RDBFL29 0xF006139A          MC 3 Read Data and Bit Flip Register 29
MTU_MC3_RDBFL30 0xF006139C          MC 3 Read Data and Bit Flip Register 30
MTU_MC3_RDBFL31 0xF006139E          MC 3 Read Data and Bit Flip Register 31
MTU_MC3_RDBFL32 0xF00613A0          MC 3 Read Data and Bit Flip Register 32
MTU_MC3_RDBFL33 0xF00613A2          MC 3 Read Data and Bit Flip Register 33
MTU_MC3_RDBFL34 0xF00613A4          MC 3 Read Data and Bit Flip Register 34
MTU_MC3_RDBFL35 0xF00613A6          MC 3 Read Data and Bit Flip Register 35
MTU_MC3_RDBFL36 0xF00613A8          MC 3 Read Data and Bit Flip Register 36
MTU_MC3_RDBFL37 0xF00613AA          MC 3 Read Data and Bit Flip Register 37
MTU_MC3_RDBFL38 0xF00613AC          MC 3 Read Data and Bit Flip Register 38
MTU_MC3_RDBFL39 0xF00613AE          MC 3 Read Data and Bit Flip Register 39
MTU_MC3_RDBFL40 0xF00613B0          MC 3 Read Data and Bit Flip Register 40
MTU_MC3_RDBFL41 0xF00613B2          MC 3 Read Data and Bit Flip Register 41
MTU_MC3_RDBFL42 0xF00613B4          MC 3 Read Data and Bit Flip Register 42
MTU_MC3_RDBFL43 0xF00613B6          MC 3 Read Data and Bit Flip Register 43
MTU_MC3_RDBFL44 0xF00613B8          MC 3 Read Data and Bit Flip Register 44
MTU_MC3_RDBFL45 0xF00613BA          MC 3 Read Data and Bit Flip Register 45
MTU_MC3_RDBFL46 0xF00613BC          MC 3 Read Data and Bit Flip Register 46
MTU_MC3_RDBFL47 0xF00613BE          MC 3 Read Data and Bit Flip Register 47
MTU_MC3_RDBFL48 0xF00613C0          MC 3 Read Data and Bit Flip Register 48
MTU_MC3_RDBFL49 0xF00613C2          MC 3 Read Data and Bit Flip Register 49
MTU_MC3_RDBFL50 0xF00613C4          MC 3 Read Data and Bit Flip Register 50
MTU_MC3_RDBFL51 0xF00613C6          MC 3 Read Data and Bit Flip Register 51
MTU_MC3_RDBFL52 0xF00613C8          MC 3 Read Data and Bit Flip Register 52
MTU_MC3_RDBFL53 0xF00613CA          MC 3 Read Data and Bit Flip Register 53
MTU_MC3_RDBFL54 0xF00613CC          MC 3 Read Data and Bit Flip Register 54
MTU_MC3_RDBFL55 0xF00613CE          MC 3 Read Data and Bit Flip Register 55
MTU_MC3_RDBFL56 0xF00613D0          MC 3 Read Data and Bit Flip Register 56
MTU_MC3_RDBFL57 0xF00613D2          MC 3 Read Data and Bit Flip Register 57
MTU_MC3_RDBFL58 0xF00613D4          MC 3 Read Data and Bit Flip Register 58
MTU_MC3_RDBFL59 0xF00613D6          MC 3 Read Data and Bit Flip Register 59
MTU_MC3_RDBFL60 0xF00613D8          MC 3 Read Data and Bit Flip Register 60
MTU_MC3_RDBFL61 0xF00613DA          MC 3 Read Data and Bit Flip Register 61
MTU_MC3_RDBFL62 0xF00613DC          MC 3 Read Data and Bit Flip Register 62
MTU_MC3_RDBFL63 0xF00613DE          MC 3 Read Data and Bit Flip Register 63
MTU_MC3_RDBFL64 0xF00613E0          MC 3 Read Data and Bit Flip Register 64
MTU_MC3_RDBFL65 0xF00613E2          MC 3 Read Data and Bit Flip Register 65
MTU_MC3_RDBFL66 0xF00613E4          MC 3 Read Data and Bit Flip Register 66
MTU_MC3_ALMSRCS 0xF00613EE          MC 3 Alarm Sources Configuration Register
MTU_MC3_FAULTSTS 0xF00613F0          MC 3 SSH Safety Faults Status Register
MTU_MC3_ERRINFO0 0xF00613F2          MC 3 Error Information Register 0
MTU_MC3_ERRINFO1 0xF00613F4          MC 3 Error Information Register 1
MTU_MC3_ERRINFO2 0xF00613F6          MC 3 Error Information Register 2
MTU_MC3_ERRINFO3 0xF00613F8          MC 3 Error Information Register 3
MTU_MC3_ERRINFO4 0xF00613FA          MC 3 Error Information Register 4
MTU_MC4_CONFIG0 0xF0061400          MC 4 Configuration Register 0
MTU_MC4_CONFIG1 0xF0061402          MC 4 Configuration Register 1
MTU_MC4_MCONTROL 0xF0061404          MC 4 MBIST Control Register
MTU_MC4_MSTATUS 0xF0061406          MC 4 Status Register
MTU_MC4_RANGE   0xF0061408          MC 4 Range Register, single address mode
MTU_MC4_REVID   0xF006140C          MC 4 Revision ID Register
MTU_MC4_ECCS    0xF006140E          MC 4 ECC Safety Register
MTU_MC4_ECCD    0xF0061410          MC 4 Memory ECC Detection Register
MTU_MC4_ETRR0   0xF0061412          MC 4 Error Tracking Register 0
MTU_MC4_ETRR1   0xF0061414          MC 4 Error Tracking Register 1
MTU_MC4_ETRR2   0xF0061416          MC 4 Error Tracking Register 2
MTU_MC4_ETRR3   0xF0061418          MC 4 Error Tracking Register 3
MTU_MC4_ETRR4   0xF006141A          MC 4 Error Tracking Register 4
MTU_MC4_RDBFL0  0xF0061460          MC 4 Read Data and Bit Flip Register 0
MTU_MC4_RDBFL1  0xF0061462          MC 4 Read Data and Bit Flip Register 1
MTU_MC4_RDBFL2  0xF0061464          MC 4 Read Data and Bit Flip Register 2
MTU_MC4_RDBFL3  0xF0061466          MC 4 Read Data and Bit Flip Register 3
MTU_MC4_RDBFL4  0xF0061468          MC 4 Read Data and Bit Flip Register 4
MTU_MC4_RDBFL5  0xF006146A          MC 4 Read Data and Bit Flip Register 5
MTU_MC4_RDBFL6  0xF006146C          MC 4 Read Data and Bit Flip Register 6
MTU_MC4_RDBFL7  0xF006146E          MC 4 Read Data and Bit Flip Register 7
MTU_MC4_RDBFL8  0xF0061470          MC 4 Read Data and Bit Flip Register 8
MTU_MC4_RDBFL9  0xF0061472          MC 4 Read Data and Bit Flip Register 9
MTU_MC4_RDBFL10 0xF0061474          MC 4 Read Data and Bit Flip Register 10
MTU_MC4_RDBFL11 0xF0061476          MC 4 Read Data and Bit Flip Register 11
MTU_MC4_RDBFL12 0xF0061478          MC 4 Read Data and Bit Flip Register 12
MTU_MC4_RDBFL13 0xF006147A          MC 4 Read Data and Bit Flip Register 13
MTU_MC4_RDBFL14 0xF006147C          MC 4 Read Data and Bit Flip Register 14
MTU_MC4_RDBFL15 0xF006147E          MC 4 Read Data and Bit Flip Register 15
MTU_MC4_RDBFL16 0xF0061480          MC 4 Read Data and Bit Flip Register 16
MTU_MC4_RDBFL17 0xF0061482          MC 4 Read Data and Bit Flip Register 17
MTU_MC4_RDBFL18 0xF0061484          MC 4 Read Data and Bit Flip Register 18
MTU_MC4_RDBFL19 0xF0061486          MC 4 Read Data and Bit Flip Register 19
MTU_MC4_RDBFL20 0xF0061488          MC 4 Read Data and Bit Flip Register 20
MTU_MC4_RDBFL21 0xF006148A          MC 4 Read Data and Bit Flip Register 21
MTU_MC4_RDBFL22 0xF006148C          MC 4 Read Data and Bit Flip Register 22
MTU_MC4_RDBFL23 0xF006148E          MC 4 Read Data and Bit Flip Register 23
MTU_MC4_RDBFL24 0xF0061490          MC 4 Read Data and Bit Flip Register 24
MTU_MC4_RDBFL25 0xF0061492          MC 4 Read Data and Bit Flip Register 25
MTU_MC4_RDBFL26 0xF0061494          MC 4 Read Data and Bit Flip Register 26
MTU_MC4_RDBFL27 0xF0061496          MC 4 Read Data and Bit Flip Register 27
MTU_MC4_RDBFL28 0xF0061498          MC 4 Read Data and Bit Flip Register 28
MTU_MC4_RDBFL29 0xF006149A          MC 4 Read Data and Bit Flip Register 29
MTU_MC4_RDBFL30 0xF006149C          MC 4 Read Data and Bit Flip Register 30
MTU_MC4_RDBFL31 0xF006149E          MC 4 Read Data and Bit Flip Register 31
MTU_MC4_RDBFL32 0xF00614A0          MC 4 Read Data and Bit Flip Register 32
MTU_MC4_RDBFL33 0xF00614A2          MC 4 Read Data and Bit Flip Register 33
MTU_MC4_RDBFL34 0xF00614A4          MC 4 Read Data and Bit Flip Register 34
MTU_MC4_RDBFL35 0xF00614A6          MC 4 Read Data and Bit Flip Register 35
MTU_MC4_RDBFL36 0xF00614A8          MC 4 Read Data and Bit Flip Register 36
MTU_MC4_RDBFL37 0xF00614AA          MC 4 Read Data and Bit Flip Register 37
MTU_MC4_RDBFL38 0xF00614AC          MC 4 Read Data and Bit Flip Register 38
MTU_MC4_RDBFL39 0xF00614AE          MC 4 Read Data and Bit Flip Register 39
MTU_MC4_RDBFL40 0xF00614B0          MC 4 Read Data and Bit Flip Register 40
MTU_MC4_RDBFL41 0xF00614B2          MC 4 Read Data and Bit Flip Register 41
MTU_MC4_RDBFL42 0xF00614B4          MC 4 Read Data and Bit Flip Register 42
MTU_MC4_RDBFL43 0xF00614B6          MC 4 Read Data and Bit Flip Register 43
MTU_MC4_RDBFL44 0xF00614B8          MC 4 Read Data and Bit Flip Register 44
MTU_MC4_RDBFL45 0xF00614BA          MC 4 Read Data and Bit Flip Register 45
MTU_MC4_RDBFL46 0xF00614BC          MC 4 Read Data and Bit Flip Register 46
MTU_MC4_RDBFL47 0xF00614BE          MC 4 Read Data and Bit Flip Register 47
MTU_MC4_RDBFL48 0xF00614C0          MC 4 Read Data and Bit Flip Register 48
MTU_MC4_RDBFL49 0xF00614C2          MC 4 Read Data and Bit Flip Register 49
MTU_MC4_RDBFL50 0xF00614C4          MC 4 Read Data and Bit Flip Register 50
MTU_MC4_RDBFL51 0xF00614C6          MC 4 Read Data and Bit Flip Register 51
MTU_MC4_RDBFL52 0xF00614C8          MC 4 Read Data and Bit Flip Register 52
MTU_MC4_RDBFL53 0xF00614CA          MC 4 Read Data and Bit Flip Register 53
MTU_MC4_RDBFL54 0xF00614CC          MC 4 Read Data and Bit Flip Register 54
MTU_MC4_RDBFL55 0xF00614CE          MC 4 Read Data and Bit Flip Register 55
MTU_MC4_RDBFL56 0xF00614D0          MC 4 Read Data and Bit Flip Register 56
MTU_MC4_RDBFL57 0xF00614D2          MC 4 Read Data and Bit Flip Register 57
MTU_MC4_RDBFL58 0xF00614D4          MC 4 Read Data and Bit Flip Register 58
MTU_MC4_RDBFL59 0xF00614D6          MC 4 Read Data and Bit Flip Register 59
MTU_MC4_RDBFL60 0xF00614D8          MC 4 Read Data and Bit Flip Register 60
MTU_MC4_RDBFL61 0xF00614DA          MC 4 Read Data and Bit Flip Register 61
MTU_MC4_RDBFL62 0xF00614DC          MC 4 Read Data and Bit Flip Register 62
MTU_MC4_RDBFL63 0xF00614DE          MC 4 Read Data and Bit Flip Register 63
MTU_MC4_RDBFL64 0xF00614E0          MC 4 Read Data and Bit Flip Register 64
MTU_MC4_RDBFL65 0xF00614E2          MC 4 Read Data and Bit Flip Register 65
MTU_MC4_RDBFL66 0xF00614E4          MC 4 Read Data and Bit Flip Register 66
MTU_MC4_ALMSRCS 0xF00614EE          MC 4 Alarm Sources Configuration Register
MTU_MC4_FAULTSTS 0xF00614F0          MC 4 SSH Safety Faults Status Register
MTU_MC4_ERRINFO0 0xF00614F2          MC 4 Error Information Register 0
MTU_MC4_ERRINFO1 0xF00614F4          MC 4 Error Information Register 1
MTU_MC4_ERRINFO2 0xF00614F6          MC 4 Error Information Register 2
MTU_MC4_ERRINFO3 0xF00614F8          MC 4 Error Information Register 3
MTU_MC4_ERRINFO4 0xF00614FA          MC 4 Error Information Register 4
MTU_MC5_CONFIG0 0xF0061500          MC 5 Configuration Register 0
MTU_MC5_CONFIG1 0xF0061502          MC 5 Configuration Register 1
MTU_MC5_MCONTROL 0xF0061504          MC 5 MBIST Control Register
MTU_MC5_MSTATUS 0xF0061506          MC 5 Status Register
MTU_MC5_RANGE   0xF0061508          MC 5 Range Register, single address mode
MTU_MC5_REVID   0xF006150C          MC 5 Revision ID Register
MTU_MC5_ECCS    0xF006150E          MC 5 ECC Safety Register
MTU_MC5_ECCD    0xF0061510          MC 5 Memory ECC Detection Register
MTU_MC5_ETRR0   0xF0061512          MC 5 Error Tracking Register 0
MTU_MC5_ETRR1   0xF0061514          MC 5 Error Tracking Register 1
MTU_MC5_ETRR2   0xF0061516          MC 5 Error Tracking Register 2
MTU_MC5_ETRR3   0xF0061518          MC 5 Error Tracking Register 3
MTU_MC5_ETRR4   0xF006151A          MC 5 Error Tracking Register 4
MTU_MC5_RDBFL0  0xF0061560          MC 5 Read Data and Bit Flip Register 0
MTU_MC5_RDBFL1  0xF0061562          MC 5 Read Data and Bit Flip Register 1
MTU_MC5_RDBFL2  0xF0061564          MC 5 Read Data and Bit Flip Register 2
MTU_MC5_RDBFL3  0xF0061566          MC 5 Read Data and Bit Flip Register 3
MTU_MC5_RDBFL4  0xF0061568          MC 5 Read Data and Bit Flip Register 4
MTU_MC5_RDBFL5  0xF006156A          MC 5 Read Data and Bit Flip Register 5
MTU_MC5_RDBFL6  0xF006156C          MC 5 Read Data and Bit Flip Register 6
MTU_MC5_RDBFL7  0xF006156E          MC 5 Read Data and Bit Flip Register 7
MTU_MC5_RDBFL8  0xF0061570          MC 5 Read Data and Bit Flip Register 8
MTU_MC5_RDBFL9  0xF0061572          MC 5 Read Data and Bit Flip Register 9
MTU_MC5_RDBFL10 0xF0061574          MC 5 Read Data and Bit Flip Register 10
MTU_MC5_RDBFL11 0xF0061576          MC 5 Read Data and Bit Flip Register 11
MTU_MC5_RDBFL12 0xF0061578          MC 5 Read Data and Bit Flip Register 12
MTU_MC5_RDBFL13 0xF006157A          MC 5 Read Data and Bit Flip Register 13
MTU_MC5_RDBFL14 0xF006157C          MC 5 Read Data and Bit Flip Register 14
MTU_MC5_RDBFL15 0xF006157E          MC 5 Read Data and Bit Flip Register 15
MTU_MC5_RDBFL16 0xF0061580          MC 5 Read Data and Bit Flip Register 16
MTU_MC5_RDBFL17 0xF0061582          MC 5 Read Data and Bit Flip Register 17
MTU_MC5_RDBFL18 0xF0061584          MC 5 Read Data and Bit Flip Register 18
MTU_MC5_RDBFL19 0xF0061586          MC 5 Read Data and Bit Flip Register 19
MTU_MC5_RDBFL20 0xF0061588          MC 5 Read Data and Bit Flip Register 20
MTU_MC5_RDBFL21 0xF006158A          MC 5 Read Data and Bit Flip Register 21
MTU_MC5_RDBFL22 0xF006158C          MC 5 Read Data and Bit Flip Register 22
MTU_MC5_RDBFL23 0xF006158E          MC 5 Read Data and Bit Flip Register 23
MTU_MC5_RDBFL24 0xF0061590          MC 5 Read Data and Bit Flip Register 24
MTU_MC5_RDBFL25 0xF0061592          MC 5 Read Data and Bit Flip Register 25
MTU_MC5_RDBFL26 0xF0061594          MC 5 Read Data and Bit Flip Register 26
MTU_MC5_RDBFL27 0xF0061596          MC 5 Read Data and Bit Flip Register 27
MTU_MC5_RDBFL28 0xF0061598          MC 5 Read Data and Bit Flip Register 28
MTU_MC5_RDBFL29 0xF006159A          MC 5 Read Data and Bit Flip Register 29
MTU_MC5_RDBFL30 0xF006159C          MC 5 Read Data and Bit Flip Register 30
MTU_MC5_RDBFL31 0xF006159E          MC 5 Read Data and Bit Flip Register 31
MTU_MC5_RDBFL32 0xF00615A0          MC 5 Read Data and Bit Flip Register 32
MTU_MC5_RDBFL33 0xF00615A2          MC 5 Read Data and Bit Flip Register 33
MTU_MC5_RDBFL34 0xF00615A4          MC 5 Read Data and Bit Flip Register 34
MTU_MC5_RDBFL35 0xF00615A6          MC 5 Read Data and Bit Flip Register 35
MTU_MC5_RDBFL36 0xF00615A8          MC 5 Read Data and Bit Flip Register 36
MTU_MC5_RDBFL37 0xF00615AA          MC 5 Read Data and Bit Flip Register 37
MTU_MC5_RDBFL38 0xF00615AC          MC 5 Read Data and Bit Flip Register 38
MTU_MC5_RDBFL39 0xF00615AE          MC 5 Read Data and Bit Flip Register 39
MTU_MC5_RDBFL40 0xF00615B0          MC 5 Read Data and Bit Flip Register 40
MTU_MC5_RDBFL41 0xF00615B2          MC 5 Read Data and Bit Flip Register 41
MTU_MC5_RDBFL42 0xF00615B4          MC 5 Read Data and Bit Flip Register 42
MTU_MC5_RDBFL43 0xF00615B6          MC 5 Read Data and Bit Flip Register 43
MTU_MC5_RDBFL44 0xF00615B8          MC 5 Read Data and Bit Flip Register 44
MTU_MC5_RDBFL45 0xF00615BA          MC 5 Read Data and Bit Flip Register 45
MTU_MC5_RDBFL46 0xF00615BC          MC 5 Read Data and Bit Flip Register 46
MTU_MC5_RDBFL47 0xF00615BE          MC 5 Read Data and Bit Flip Register 47
MTU_MC5_RDBFL48 0xF00615C0          MC 5 Read Data and Bit Flip Register 48
MTU_MC5_RDBFL49 0xF00615C2          MC 5 Read Data and Bit Flip Register 49
MTU_MC5_RDBFL50 0xF00615C4          MC 5 Read Data and Bit Flip Register 50
MTU_MC5_RDBFL51 0xF00615C6          MC 5 Read Data and Bit Flip Register 51
MTU_MC5_RDBFL52 0xF00615C8          MC 5 Read Data and Bit Flip Register 52
MTU_MC5_RDBFL53 0xF00615CA          MC 5 Read Data and Bit Flip Register 53
MTU_MC5_RDBFL54 0xF00615CC          MC 5 Read Data and Bit Flip Register 54
MTU_MC5_RDBFL55 0xF00615CE          MC 5 Read Data and Bit Flip Register 55
MTU_MC5_RDBFL56 0xF00615D0          MC 5 Read Data and Bit Flip Register 56
MTU_MC5_RDBFL57 0xF00615D2          MC 5 Read Data and Bit Flip Register 57
MTU_MC5_RDBFL58 0xF00615D4          MC 5 Read Data and Bit Flip Register 58
MTU_MC5_RDBFL59 0xF00615D6          MC 5 Read Data and Bit Flip Register 59
MTU_MC5_RDBFL60 0xF00615D8          MC 5 Read Data and Bit Flip Register 60
MTU_MC5_RDBFL61 0xF00615DA          MC 5 Read Data and Bit Flip Register 61
MTU_MC5_RDBFL62 0xF00615DC          MC 5 Read Data and Bit Flip Register 62
MTU_MC5_RDBFL63 0xF00615DE          MC 5 Read Data and Bit Flip Register 63
MTU_MC5_RDBFL64 0xF00615E0          MC 5 Read Data and Bit Flip Register 64
MTU_MC5_RDBFL65 0xF00615E2          MC 5 Read Data and Bit Flip Register 65
MTU_MC5_RDBFL66 0xF00615E4          MC 5 Read Data and Bit Flip Register 66
MTU_MC5_ALMSRCS 0xF00615EE          MC 5 Alarm Sources Configuration Register
MTU_MC5_FAULTSTS 0xF00615F0          MC 5 SSH Safety Faults Status Register
MTU_MC5_ERRINFO0 0xF00615F2          MC 5 Error Information Register 0
MTU_MC5_ERRINFO1 0xF00615F4          MC 5 Error Information Register 1
MTU_MC5_ERRINFO2 0xF00615F6          MC 5 Error Information Register 2
MTU_MC5_ERRINFO3 0xF00615F8          MC 5 Error Information Register 3
MTU_MC5_ERRINFO4 0xF00615FA          MC 5 Error Information Register 4
MTU_MC6_CONFIG0 0xF0061600          MC 6 Configuration Register 0
MTU_MC6_CONFIG1 0xF0061602          MC 6 Configuration Register 1
MTU_MC6_MCONTROL 0xF0061604          MC 6 MBIST Control Register
MTU_MC6_MSTATUS 0xF0061606          MC 6 Status Register
MTU_MC6_RANGE   0xF0061608          MC 6 Range Register, single address mode
MTU_MC6_REVID   0xF006160C          MC 6 Revision ID Register
MTU_MC6_ECCS    0xF006160E          MC 6 ECC Safety Register
MTU_MC6_ECCD    0xF0061610          MC 6 Memory ECC Detection Register
MTU_MC6_ETRR0   0xF0061612          MC 6 Error Tracking Register 0
MTU_MC6_ETRR1   0xF0061614          MC 6 Error Tracking Register 1
MTU_MC6_ETRR2   0xF0061616          MC 6 Error Tracking Register 2
MTU_MC6_ETRR3   0xF0061618          MC 6 Error Tracking Register 3
MTU_MC6_ETRR4   0xF006161A          MC 6 Error Tracking Register 4
MTU_MC6_RDBFL0  0xF0061660          MC 6 Read Data and Bit Flip Register 0
MTU_MC6_RDBFL1  0xF0061662          MC 6 Read Data and Bit Flip Register 1
MTU_MC6_RDBFL2  0xF0061664          MC 6 Read Data and Bit Flip Register 2
MTU_MC6_RDBFL3  0xF0061666          MC 6 Read Data and Bit Flip Register 3
MTU_MC6_RDBFL4  0xF0061668          MC 6 Read Data and Bit Flip Register 4
MTU_MC6_RDBFL5  0xF006166A          MC 6 Read Data and Bit Flip Register 5
MTU_MC6_RDBFL6  0xF006166C          MC 6 Read Data and Bit Flip Register 6
MTU_MC6_RDBFL7  0xF006166E          MC 6 Read Data and Bit Flip Register 7
MTU_MC6_RDBFL8  0xF0061670          MC 6 Read Data and Bit Flip Register 8
MTU_MC6_RDBFL9  0xF0061672          MC 6 Read Data and Bit Flip Register 9
MTU_MC6_RDBFL10 0xF0061674          MC 6 Read Data and Bit Flip Register 10
MTU_MC6_RDBFL11 0xF0061676          MC 6 Read Data and Bit Flip Register 11
MTU_MC6_RDBFL12 0xF0061678          MC 6 Read Data and Bit Flip Register 12
MTU_MC6_RDBFL13 0xF006167A          MC 6 Read Data and Bit Flip Register 13
MTU_MC6_RDBFL14 0xF006167C          MC 6 Read Data and Bit Flip Register 14
MTU_MC6_RDBFL15 0xF006167E          MC 6 Read Data and Bit Flip Register 15
MTU_MC6_RDBFL16 0xF0061680          MC 6 Read Data and Bit Flip Register 16
MTU_MC6_RDBFL17 0xF0061682          MC 6 Read Data and Bit Flip Register 17
MTU_MC6_RDBFL18 0xF0061684          MC 6 Read Data and Bit Flip Register 18
MTU_MC6_RDBFL19 0xF0061686          MC 6 Read Data and Bit Flip Register 19
MTU_MC6_RDBFL20 0xF0061688          MC 6 Read Data and Bit Flip Register 20
MTU_MC6_RDBFL21 0xF006168A          MC 6 Read Data and Bit Flip Register 21
MTU_MC6_RDBFL22 0xF006168C          MC 6 Read Data and Bit Flip Register 22
MTU_MC6_RDBFL23 0xF006168E          MC 6 Read Data and Bit Flip Register 23
MTU_MC6_RDBFL24 0xF0061690          MC 6 Read Data and Bit Flip Register 24
MTU_MC6_RDBFL25 0xF0061692          MC 6 Read Data and Bit Flip Register 25
MTU_MC6_RDBFL26 0xF0061694          MC 6 Read Data and Bit Flip Register 26
MTU_MC6_RDBFL27 0xF0061696          MC 6 Read Data and Bit Flip Register 27
MTU_MC6_RDBFL28 0xF0061698          MC 6 Read Data and Bit Flip Register 28
MTU_MC6_RDBFL29 0xF006169A          MC 6 Read Data and Bit Flip Register 29
MTU_MC6_RDBFL30 0xF006169C          MC 6 Read Data and Bit Flip Register 30
MTU_MC6_RDBFL31 0xF006169E          MC 6 Read Data and Bit Flip Register 31
MTU_MC6_RDBFL32 0xF00616A0          MC 6 Read Data and Bit Flip Register 32
MTU_MC6_RDBFL33 0xF00616A2          MC 6 Read Data and Bit Flip Register 33
MTU_MC6_RDBFL34 0xF00616A4          MC 6 Read Data and Bit Flip Register 34
MTU_MC6_RDBFL35 0xF00616A6          MC 6 Read Data and Bit Flip Register 35
MTU_MC6_RDBFL36 0xF00616A8          MC 6 Read Data and Bit Flip Register 36
MTU_MC6_RDBFL37 0xF00616AA          MC 6 Read Data and Bit Flip Register 37
MTU_MC6_RDBFL38 0xF00616AC          MC 6 Read Data and Bit Flip Register 38
MTU_MC6_RDBFL39 0xF00616AE          MC 6 Read Data and Bit Flip Register 39
MTU_MC6_RDBFL40 0xF00616B0          MC 6 Read Data and Bit Flip Register 40
MTU_MC6_RDBFL41 0xF00616B2          MC 6 Read Data and Bit Flip Register 41
MTU_MC6_RDBFL42 0xF00616B4          MC 6 Read Data and Bit Flip Register 42
MTU_MC6_RDBFL43 0xF00616B6          MC 6 Read Data and Bit Flip Register 43
MTU_MC6_RDBFL44 0xF00616B8          MC 6 Read Data and Bit Flip Register 44
MTU_MC6_RDBFL45 0xF00616BA          MC 6 Read Data and Bit Flip Register 45
MTU_MC6_RDBFL46 0xF00616BC          MC 6 Read Data and Bit Flip Register 46
MTU_MC6_RDBFL47 0xF00616BE          MC 6 Read Data and Bit Flip Register 47
MTU_MC6_RDBFL48 0xF00616C0          MC 6 Read Data and Bit Flip Register 48
MTU_MC6_RDBFL49 0xF00616C2          MC 6 Read Data and Bit Flip Register 49
MTU_MC6_RDBFL50 0xF00616C4          MC 6 Read Data and Bit Flip Register 50
MTU_MC6_RDBFL51 0xF00616C6          MC 6 Read Data and Bit Flip Register 51
MTU_MC6_RDBFL52 0xF00616C8          MC 6 Read Data and Bit Flip Register 52
MTU_MC6_RDBFL53 0xF00616CA          MC 6 Read Data and Bit Flip Register 53
MTU_MC6_RDBFL54 0xF00616CC          MC 6 Read Data and Bit Flip Register 54
MTU_MC6_RDBFL55 0xF00616CE          MC 6 Read Data and Bit Flip Register 55
MTU_MC6_RDBFL56 0xF00616D0          MC 6 Read Data and Bit Flip Register 56
MTU_MC6_RDBFL57 0xF00616D2          MC 6 Read Data and Bit Flip Register 57
MTU_MC6_RDBFL58 0xF00616D4          MC 6 Read Data and Bit Flip Register 58
MTU_MC6_RDBFL59 0xF00616D6          MC 6 Read Data and Bit Flip Register 59
MTU_MC6_RDBFL60 0xF00616D8          MC 6 Read Data and Bit Flip Register 60
MTU_MC6_RDBFL61 0xF00616DA          MC 6 Read Data and Bit Flip Register 61
MTU_MC6_RDBFL62 0xF00616DC          MC 6 Read Data and Bit Flip Register 62
MTU_MC6_RDBFL63 0xF00616DE          MC 6 Read Data and Bit Flip Register 63
MTU_MC6_RDBFL64 0xF00616E0          MC 6 Read Data and Bit Flip Register 64
MTU_MC6_RDBFL65 0xF00616E2          MC 6 Read Data and Bit Flip Register 65
MTU_MC6_RDBFL66 0xF00616E4          MC 6 Read Data and Bit Flip Register 66
MTU_MC6_ALMSRCS 0xF00616EE          MC 6 Alarm Sources Configuration Register
MTU_MC6_FAULTSTS 0xF00616F0          MC 6 SSH Safety Faults Status Register
MTU_MC6_ERRINFO0 0xF00616F2          MC 6 Error Information Register 0
MTU_MC6_ERRINFO1 0xF00616F4          MC 6 Error Information Register 1
MTU_MC6_ERRINFO2 0xF00616F6          MC 6 Error Information Register 2
MTU_MC6_ERRINFO3 0xF00616F8          MC 6 Error Information Register 3
MTU_MC6_ERRINFO4 0xF00616FA          MC 6 Error Information Register 4
MTU_MC7_CONFIG0 0xF0061700          MC 7 Configuration Register 0
MTU_MC7_CONFIG1 0xF0061702          MC 7 Configuration Register 1
MTU_MC7_MCONTROL 0xF0061704          MC 7 MBIST Control Register
MTU_MC7_MSTATUS 0xF0061706          MC 7 Status Register
MTU_MC7_RANGE   0xF0061708          MC 7 Range Register, single address mode
MTU_MC7_REVID   0xF006170C          MC 7 Revision ID Register
MTU_MC7_ECCS    0xF006170E          MC 7 ECC Safety Register
MTU_MC7_ECCD    0xF0061710          MC 7 Memory ECC Detection Register
MTU_MC7_ETRR0   0xF0061712          MC 7 Error Tracking Register 0
MTU_MC7_ETRR1   0xF0061714          MC 7 Error Tracking Register 1
MTU_MC7_ETRR2   0xF0061716          MC 7 Error Tracking Register 2
MTU_MC7_ETRR3   0xF0061718          MC 7 Error Tracking Register 3
MTU_MC7_ETRR4   0xF006171A          MC 7 Error Tracking Register 4
MTU_MC7_RDBFL0  0xF0061760          MC 7 Read Data and Bit Flip Register 0
MTU_MC7_RDBFL1  0xF0061762          MC 7 Read Data and Bit Flip Register 1
MTU_MC7_RDBFL2  0xF0061764          MC 7 Read Data and Bit Flip Register 2
MTU_MC7_RDBFL3  0xF0061766          MC 7 Read Data and Bit Flip Register 3
MTU_MC7_RDBFL4  0xF0061768          MC 7 Read Data and Bit Flip Register 4
MTU_MC7_RDBFL5  0xF006176A          MC 7 Read Data and Bit Flip Register 5
MTU_MC7_RDBFL6  0xF006176C          MC 7 Read Data and Bit Flip Register 6
MTU_MC7_RDBFL7  0xF006176E          MC 7 Read Data and Bit Flip Register 7
MTU_MC7_RDBFL8  0xF0061770          MC 7 Read Data and Bit Flip Register 8
MTU_MC7_RDBFL9  0xF0061772          MC 7 Read Data and Bit Flip Register 9
MTU_MC7_RDBFL10 0xF0061774          MC 7 Read Data and Bit Flip Register 10
MTU_MC7_RDBFL11 0xF0061776          MC 7 Read Data and Bit Flip Register 11
MTU_MC7_RDBFL12 0xF0061778          MC 7 Read Data and Bit Flip Register 12
MTU_MC7_RDBFL13 0xF006177A          MC 7 Read Data and Bit Flip Register 13
MTU_MC7_RDBFL14 0xF006177C          MC 7 Read Data and Bit Flip Register 14
MTU_MC7_RDBFL15 0xF006177E          MC 7 Read Data and Bit Flip Register 15
MTU_MC7_RDBFL16 0xF0061780          MC 7 Read Data and Bit Flip Register 16
MTU_MC7_RDBFL17 0xF0061782          MC 7 Read Data and Bit Flip Register 17
MTU_MC7_RDBFL18 0xF0061784          MC 7 Read Data and Bit Flip Register 18
MTU_MC7_RDBFL19 0xF0061786          MC 7 Read Data and Bit Flip Register 19
MTU_MC7_RDBFL20 0xF0061788          MC 7 Read Data and Bit Flip Register 20
MTU_MC7_RDBFL21 0xF006178A          MC 7 Read Data and Bit Flip Register 21
MTU_MC7_RDBFL22 0xF006178C          MC 7 Read Data and Bit Flip Register 22
MTU_MC7_RDBFL23 0xF006178E          MC 7 Read Data and Bit Flip Register 23
MTU_MC7_RDBFL24 0xF0061790          MC 7 Read Data and Bit Flip Register 24
MTU_MC7_RDBFL25 0xF0061792          MC 7 Read Data and Bit Flip Register 25
MTU_MC7_RDBFL26 0xF0061794          MC 7 Read Data and Bit Flip Register 26
MTU_MC7_RDBFL27 0xF0061796          MC 7 Read Data and Bit Flip Register 27
MTU_MC7_RDBFL28 0xF0061798          MC 7 Read Data and Bit Flip Register 28
MTU_MC7_RDBFL29 0xF006179A          MC 7 Read Data and Bit Flip Register 29
MTU_MC7_RDBFL30 0xF006179C          MC 7 Read Data and Bit Flip Register 30
MTU_MC7_RDBFL31 0xF006179E          MC 7 Read Data and Bit Flip Register 31
MTU_MC7_RDBFL32 0xF00617A0          MC 7 Read Data and Bit Flip Register 32
MTU_MC7_RDBFL33 0xF00617A2          MC 7 Read Data and Bit Flip Register 33
MTU_MC7_RDBFL34 0xF00617A4          MC 7 Read Data and Bit Flip Register 34
MTU_MC7_RDBFL35 0xF00617A6          MC 7 Read Data and Bit Flip Register 35
MTU_MC7_RDBFL36 0xF00617A8          MC 7 Read Data and Bit Flip Register 36
MTU_MC7_RDBFL37 0xF00617AA          MC 7 Read Data and Bit Flip Register 37
MTU_MC7_RDBFL38 0xF00617AC          MC 7 Read Data and Bit Flip Register 38
MTU_MC7_RDBFL39 0xF00617AE          MC 7 Read Data and Bit Flip Register 39
MTU_MC7_RDBFL40 0xF00617B0          MC 7 Read Data and Bit Flip Register 40
MTU_MC7_RDBFL41 0xF00617B2          MC 7 Read Data and Bit Flip Register 41
MTU_MC7_RDBFL42 0xF00617B4          MC 7 Read Data and Bit Flip Register 42
MTU_MC7_RDBFL43 0xF00617B6          MC 7 Read Data and Bit Flip Register 43
MTU_MC7_RDBFL44 0xF00617B8          MC 7 Read Data and Bit Flip Register 44
MTU_MC7_RDBFL45 0xF00617BA          MC 7 Read Data and Bit Flip Register 45
MTU_MC7_RDBFL46 0xF00617BC          MC 7 Read Data and Bit Flip Register 46
MTU_MC7_RDBFL47 0xF00617BE          MC 7 Read Data and Bit Flip Register 47
MTU_MC7_RDBFL48 0xF00617C0          MC 7 Read Data and Bit Flip Register 48
MTU_MC7_RDBFL49 0xF00617C2          MC 7 Read Data and Bit Flip Register 49
MTU_MC7_RDBFL50 0xF00617C4          MC 7 Read Data and Bit Flip Register 50
MTU_MC7_RDBFL51 0xF00617C6          MC 7 Read Data and Bit Flip Register 51
MTU_MC7_RDBFL52 0xF00617C8          MC 7 Read Data and Bit Flip Register 52
MTU_MC7_RDBFL53 0xF00617CA          MC 7 Read Data and Bit Flip Register 53
MTU_MC7_RDBFL54 0xF00617CC          MC 7 Read Data and Bit Flip Register 54
MTU_MC7_RDBFL55 0xF00617CE          MC 7 Read Data and Bit Flip Register 55
MTU_MC7_RDBFL56 0xF00617D0          MC 7 Read Data and Bit Flip Register 56
MTU_MC7_RDBFL57 0xF00617D2          MC 7 Read Data and Bit Flip Register 57
MTU_MC7_RDBFL58 0xF00617D4          MC 7 Read Data and Bit Flip Register 58
MTU_MC7_RDBFL59 0xF00617D6          MC 7 Read Data and Bit Flip Register 59
MTU_MC7_RDBFL60 0xF00617D8          MC 7 Read Data and Bit Flip Register 60
MTU_MC7_RDBFL61 0xF00617DA          MC 7 Read Data and Bit Flip Register 61
MTU_MC7_RDBFL62 0xF00617DC          MC 7 Read Data and Bit Flip Register 62
MTU_MC7_RDBFL63 0xF00617DE          MC 7 Read Data and Bit Flip Register 63
MTU_MC7_RDBFL64 0xF00617E0          MC 7 Read Data and Bit Flip Register 64
MTU_MC7_RDBFL65 0xF00617E2          MC 7 Read Data and Bit Flip Register 65
MTU_MC7_RDBFL66 0xF00617E4          MC 7 Read Data and Bit Flip Register 66
MTU_MC7_ALMSRCS 0xF00617EE          MC 7 Alarm Sources Configuration Register
MTU_MC7_FAULTSTS 0xF00617F0          MC 7 SSH Safety Faults Status Register
MTU_MC7_ERRINFO0 0xF00617F2          MC 7 Error Information Register 0
MTU_MC7_ERRINFO1 0xF00617F4          MC 7 Error Information Register 1
MTU_MC7_ERRINFO2 0xF00617F6          MC 7 Error Information Register 2
MTU_MC7_ERRINFO3 0xF00617F8          MC 7 Error Information Register 3
MTU_MC7_ERRINFO4 0xF00617FA          MC 7 Error Information Register 4
MTU_MC8_CONFIG0 0xF0061800          MC 8 Configuration Register 0
MTU_MC8_CONFIG1 0xF0061802          MC 8 Configuration Register 1
MTU_MC8_MCONTROL 0xF0061804          MC 8 MBIST Control Register
MTU_MC8_MSTATUS 0xF0061806          MC 8 Status Register
MTU_MC8_RANGE   0xF0061808          MC 8 Range Register, single address mode
MTU_MC8_REVID   0xF006180C          MC 8 Revision ID Register
MTU_MC8_ECCS    0xF006180E          MC 8 ECC Safety Register
MTU_MC8_ECCD    0xF0061810          MC 8 Memory ECC Detection Register
MTU_MC8_ETRR0   0xF0061812          MC 8 Error Tracking Register 0
MTU_MC8_ETRR1   0xF0061814          MC 8 Error Tracking Register 1
MTU_MC8_ETRR2   0xF0061816          MC 8 Error Tracking Register 2
MTU_MC8_ETRR3   0xF0061818          MC 8 Error Tracking Register 3
MTU_MC8_ETRR4   0xF006181A          MC 8 Error Tracking Register 4
MTU_MC8_RDBFL0  0xF0061860          MC 8 Read Data and Bit Flip Register 0
MTU_MC8_RDBFL1  0xF0061862          MC 8 Read Data and Bit Flip Register 1
MTU_MC8_RDBFL2  0xF0061864          MC 8 Read Data and Bit Flip Register 2
MTU_MC8_RDBFL3  0xF0061866          MC 8 Read Data and Bit Flip Register 3
MTU_MC8_RDBFL4  0xF0061868          MC 8 Read Data and Bit Flip Register 4
MTU_MC8_RDBFL5  0xF006186A          MC 8 Read Data and Bit Flip Register 5
MTU_MC8_RDBFL6  0xF006186C          MC 8 Read Data and Bit Flip Register 6
MTU_MC8_RDBFL7  0xF006186E          MC 8 Read Data and Bit Flip Register 7
MTU_MC8_RDBFL8  0xF0061870          MC 8 Read Data and Bit Flip Register 8
MTU_MC8_RDBFL9  0xF0061872          MC 8 Read Data and Bit Flip Register 9
MTU_MC8_RDBFL10 0xF0061874          MC 8 Read Data and Bit Flip Register 10
MTU_MC8_RDBFL11 0xF0061876          MC 8 Read Data and Bit Flip Register 11
MTU_MC8_RDBFL12 0xF0061878          MC 8 Read Data and Bit Flip Register 12
MTU_MC8_RDBFL13 0xF006187A          MC 8 Read Data and Bit Flip Register 13
MTU_MC8_RDBFL14 0xF006187C          MC 8 Read Data and Bit Flip Register 14
MTU_MC8_RDBFL15 0xF006187E          MC 8 Read Data and Bit Flip Register 15
MTU_MC8_RDBFL16 0xF0061880          MC 8 Read Data and Bit Flip Register 16
MTU_MC8_RDBFL17 0xF0061882          MC 8 Read Data and Bit Flip Register 17
MTU_MC8_RDBFL18 0xF0061884          MC 8 Read Data and Bit Flip Register 18
MTU_MC8_RDBFL19 0xF0061886          MC 8 Read Data and Bit Flip Register 19
MTU_MC8_RDBFL20 0xF0061888          MC 8 Read Data and Bit Flip Register 20
MTU_MC8_RDBFL21 0xF006188A          MC 8 Read Data and Bit Flip Register 21
MTU_MC8_RDBFL22 0xF006188C          MC 8 Read Data and Bit Flip Register 22
MTU_MC8_RDBFL23 0xF006188E          MC 8 Read Data and Bit Flip Register 23
MTU_MC8_RDBFL24 0xF0061890          MC 8 Read Data and Bit Flip Register 24
MTU_MC8_RDBFL25 0xF0061892          MC 8 Read Data and Bit Flip Register 25
MTU_MC8_RDBFL26 0xF0061894          MC 8 Read Data and Bit Flip Register 26
MTU_MC8_RDBFL27 0xF0061896          MC 8 Read Data and Bit Flip Register 27
MTU_MC8_RDBFL28 0xF0061898          MC 8 Read Data and Bit Flip Register 28
MTU_MC8_RDBFL29 0xF006189A          MC 8 Read Data and Bit Flip Register 29
MTU_MC8_RDBFL30 0xF006189C          MC 8 Read Data and Bit Flip Register 30
MTU_MC8_RDBFL31 0xF006189E          MC 8 Read Data and Bit Flip Register 31
MTU_MC8_RDBFL32 0xF00618A0          MC 8 Read Data and Bit Flip Register 32
MTU_MC8_RDBFL33 0xF00618A2          MC 8 Read Data and Bit Flip Register 33
MTU_MC8_RDBFL34 0xF00618A4          MC 8 Read Data and Bit Flip Register 34
MTU_MC8_RDBFL35 0xF00618A6          MC 8 Read Data and Bit Flip Register 35
MTU_MC8_RDBFL36 0xF00618A8          MC 8 Read Data and Bit Flip Register 36
MTU_MC8_RDBFL37 0xF00618AA          MC 8 Read Data and Bit Flip Register 37
MTU_MC8_RDBFL38 0xF00618AC          MC 8 Read Data and Bit Flip Register 38
MTU_MC8_RDBFL39 0xF00618AE          MC 8 Read Data and Bit Flip Register 39
MTU_MC8_RDBFL40 0xF00618B0          MC 8 Read Data and Bit Flip Register 40
MTU_MC8_RDBFL41 0xF00618B2          MC 8 Read Data and Bit Flip Register 41
MTU_MC8_RDBFL42 0xF00618B4          MC 8 Read Data and Bit Flip Register 42
MTU_MC8_RDBFL43 0xF00618B6          MC 8 Read Data and Bit Flip Register 43
MTU_MC8_RDBFL44 0xF00618B8          MC 8 Read Data and Bit Flip Register 44
MTU_MC8_RDBFL45 0xF00618BA          MC 8 Read Data and Bit Flip Register 45
MTU_MC8_RDBFL46 0xF00618BC          MC 8 Read Data and Bit Flip Register 46
MTU_MC8_RDBFL47 0xF00618BE          MC 8 Read Data and Bit Flip Register 47
MTU_MC8_RDBFL48 0xF00618C0          MC 8 Read Data and Bit Flip Register 48
MTU_MC8_RDBFL49 0xF00618C2          MC 8 Read Data and Bit Flip Register 49
MTU_MC8_RDBFL50 0xF00618C4          MC 8 Read Data and Bit Flip Register 50
MTU_MC8_RDBFL51 0xF00618C6          MC 8 Read Data and Bit Flip Register 51
MTU_MC8_RDBFL52 0xF00618C8          MC 8 Read Data and Bit Flip Register 52
MTU_MC8_RDBFL53 0xF00618CA          MC 8 Read Data and Bit Flip Register 53
MTU_MC8_RDBFL54 0xF00618CC          MC 8 Read Data and Bit Flip Register 54
MTU_MC8_RDBFL55 0xF00618CE          MC 8 Read Data and Bit Flip Register 55
MTU_MC8_RDBFL56 0xF00618D0          MC 8 Read Data and Bit Flip Register 56
MTU_MC8_RDBFL57 0xF00618D2          MC 8 Read Data and Bit Flip Register 57
MTU_MC8_RDBFL58 0xF00618D4          MC 8 Read Data and Bit Flip Register 58
MTU_MC8_RDBFL59 0xF00618D6          MC 8 Read Data and Bit Flip Register 59
MTU_MC8_RDBFL60 0xF00618D8          MC 8 Read Data and Bit Flip Register 60
MTU_MC8_RDBFL61 0xF00618DA          MC 8 Read Data and Bit Flip Register 61
MTU_MC8_RDBFL62 0xF00618DC          MC 8 Read Data and Bit Flip Register 62
MTU_MC8_RDBFL63 0xF00618DE          MC 8 Read Data and Bit Flip Register 63
MTU_MC8_RDBFL64 0xF00618E0          MC 8 Read Data and Bit Flip Register 64
MTU_MC8_RDBFL65 0xF00618E2          MC 8 Read Data and Bit Flip Register 65
MTU_MC8_RDBFL66 0xF00618E4          MC 8 Read Data and Bit Flip Register 66
MTU_MC8_ALMSRCS 0xF00618EE          MC 8 Alarm Sources Configuration Register
MTU_MC8_FAULTSTS 0xF00618F0          MC 8 SSH Safety Faults Status Register
MTU_MC8_ERRINFO0 0xF00618F2          MC 8 Error Information Register 0
MTU_MC8_ERRINFO1 0xF00618F4          MC 8 Error Information Register 1
MTU_MC8_ERRINFO2 0xF00618F6          MC 8 Error Information Register 2
MTU_MC8_ERRINFO3 0xF00618F8          MC 8 Error Information Register 3
MTU_MC8_ERRINFO4 0xF00618FA          MC 8 Error Information Register 4
MTU_MC9_CONFIG0 0xF0061900          MC 9 Configuration Register 0
MTU_MC9_CONFIG1 0xF0061902          MC 9 Configuration Register 1
MTU_MC9_MCONTROL 0xF0061904          MC 9 MBIST Control Register
MTU_MC9_MSTATUS 0xF0061906          MC 9 Status Register
MTU_MC9_RANGE   0xF0061908          MC 9 Range Register, single address mode
MTU_MC9_REVID   0xF006190C          MC 9 Revision ID Register
MTU_MC9_ECCS    0xF006190E          MC 9 ECC Safety Register
MTU_MC9_ECCD    0xF0061910          MC 9 Memory ECC Detection Register
MTU_MC9_ETRR0   0xF0061912          MC 9 Error Tracking Register 0
MTU_MC9_ETRR1   0xF0061914          MC 9 Error Tracking Register 1
MTU_MC9_ETRR2   0xF0061916          MC 9 Error Tracking Register 2
MTU_MC9_ETRR3   0xF0061918          MC 9 Error Tracking Register 3
MTU_MC9_ETRR4   0xF006191A          MC 9 Error Tracking Register 4
MTU_MC9_RDBFL0  0xF0061960          MC 9 Read Data and Bit Flip Register 0
MTU_MC9_RDBFL1  0xF0061962          MC 9 Read Data and Bit Flip Register 1
MTU_MC9_RDBFL2  0xF0061964          MC 9 Read Data and Bit Flip Register 2
MTU_MC9_RDBFL3  0xF0061966          MC 9 Read Data and Bit Flip Register 3
MTU_MC9_RDBFL4  0xF0061968          MC 9 Read Data and Bit Flip Register 4
MTU_MC9_RDBFL5  0xF006196A          MC 9 Read Data and Bit Flip Register 5
MTU_MC9_RDBFL6  0xF006196C          MC 9 Read Data and Bit Flip Register 6
MTU_MC9_RDBFL7  0xF006196E          MC 9 Read Data and Bit Flip Register 7
MTU_MC9_RDBFL8  0xF0061970          MC 9 Read Data and Bit Flip Register 8
MTU_MC9_RDBFL9  0xF0061972          MC 9 Read Data and Bit Flip Register 9
MTU_MC9_RDBFL10 0xF0061974          MC 9 Read Data and Bit Flip Register 10
MTU_MC9_RDBFL11 0xF0061976          MC 9 Read Data and Bit Flip Register 11
MTU_MC9_RDBFL12 0xF0061978          MC 9 Read Data and Bit Flip Register 12
MTU_MC9_RDBFL13 0xF006197A          MC 9 Read Data and Bit Flip Register 13
MTU_MC9_RDBFL14 0xF006197C          MC 9 Read Data and Bit Flip Register 14
MTU_MC9_RDBFL15 0xF006197E          MC 9 Read Data and Bit Flip Register 15
MTU_MC9_RDBFL16 0xF0061980          MC 9 Read Data and Bit Flip Register 16
MTU_MC9_RDBFL17 0xF0061982          MC 9 Read Data and Bit Flip Register 17
MTU_MC9_RDBFL18 0xF0061984          MC 9 Read Data and Bit Flip Register 18
MTU_MC9_RDBFL19 0xF0061986          MC 9 Read Data and Bit Flip Register 19
MTU_MC9_RDBFL20 0xF0061988          MC 9 Read Data and Bit Flip Register 20
MTU_MC9_RDBFL21 0xF006198A          MC 9 Read Data and Bit Flip Register 21
MTU_MC9_RDBFL22 0xF006198C          MC 9 Read Data and Bit Flip Register 22
MTU_MC9_RDBFL23 0xF006198E          MC 9 Read Data and Bit Flip Register 23
MTU_MC9_RDBFL24 0xF0061990          MC 9 Read Data and Bit Flip Register 24
MTU_MC9_RDBFL25 0xF0061992          MC 9 Read Data and Bit Flip Register 25
MTU_MC9_RDBFL26 0xF0061994          MC 9 Read Data and Bit Flip Register 26
MTU_MC9_RDBFL27 0xF0061996          MC 9 Read Data and Bit Flip Register 27
MTU_MC9_RDBFL28 0xF0061998          MC 9 Read Data and Bit Flip Register 28
MTU_MC9_RDBFL29 0xF006199A          MC 9 Read Data and Bit Flip Register 29
MTU_MC9_RDBFL30 0xF006199C          MC 9 Read Data and Bit Flip Register 30
MTU_MC9_RDBFL31 0xF006199E          MC 9 Read Data and Bit Flip Register 31
MTU_MC9_RDBFL32 0xF00619A0          MC 9 Read Data and Bit Flip Register 32
MTU_MC9_RDBFL33 0xF00619A2          MC 9 Read Data and Bit Flip Register 33
MTU_MC9_RDBFL34 0xF00619A4          MC 9 Read Data and Bit Flip Register 34
MTU_MC9_RDBFL35 0xF00619A6          MC 9 Read Data and Bit Flip Register 35
MTU_MC9_RDBFL36 0xF00619A8          MC 9 Read Data and Bit Flip Register 36
MTU_MC9_RDBFL37 0xF00619AA          MC 9 Read Data and Bit Flip Register 37
MTU_MC9_RDBFL38 0xF00619AC          MC 9 Read Data and Bit Flip Register 38
MTU_MC9_RDBFL39 0xF00619AE          MC 9 Read Data and Bit Flip Register 39
MTU_MC9_RDBFL40 0xF00619B0          MC 9 Read Data and Bit Flip Register 40
MTU_MC9_RDBFL41 0xF00619B2          MC 9 Read Data and Bit Flip Register 41
MTU_MC9_RDBFL42 0xF00619B4          MC 9 Read Data and Bit Flip Register 42
MTU_MC9_RDBFL43 0xF00619B6          MC 9 Read Data and Bit Flip Register 43
MTU_MC9_RDBFL44 0xF00619B8          MC 9 Read Data and Bit Flip Register 44
MTU_MC9_RDBFL45 0xF00619BA          MC 9 Read Data and Bit Flip Register 45
MTU_MC9_RDBFL46 0xF00619BC          MC 9 Read Data and Bit Flip Register 46
MTU_MC9_RDBFL47 0xF00619BE          MC 9 Read Data and Bit Flip Register 47
MTU_MC9_RDBFL48 0xF00619C0          MC 9 Read Data and Bit Flip Register 48
MTU_MC9_RDBFL49 0xF00619C2          MC 9 Read Data and Bit Flip Register 49
MTU_MC9_RDBFL50 0xF00619C4          MC 9 Read Data and Bit Flip Register 50
MTU_MC9_RDBFL51 0xF00619C6          MC 9 Read Data and Bit Flip Register 51
MTU_MC9_RDBFL52 0xF00619C8          MC 9 Read Data and Bit Flip Register 52
MTU_MC9_RDBFL53 0xF00619CA          MC 9 Read Data and Bit Flip Register 53
MTU_MC9_RDBFL54 0xF00619CC          MC 9 Read Data and Bit Flip Register 54
MTU_MC9_RDBFL55 0xF00619CE          MC 9 Read Data and Bit Flip Register 55
MTU_MC9_RDBFL56 0xF00619D0          MC 9 Read Data and Bit Flip Register 56
MTU_MC9_RDBFL57 0xF00619D2          MC 9 Read Data and Bit Flip Register 57
MTU_MC9_RDBFL58 0xF00619D4          MC 9 Read Data and Bit Flip Register 58
MTU_MC9_RDBFL59 0xF00619D6          MC 9 Read Data and Bit Flip Register 59
MTU_MC9_RDBFL60 0xF00619D8          MC 9 Read Data and Bit Flip Register 60
MTU_MC9_RDBFL61 0xF00619DA          MC 9 Read Data and Bit Flip Register 61
MTU_MC9_RDBFL62 0xF00619DC          MC 9 Read Data and Bit Flip Register 62
MTU_MC9_RDBFL63 0xF00619DE          MC 9 Read Data and Bit Flip Register 63
MTU_MC9_RDBFL64 0xF00619E0          MC 9 Read Data and Bit Flip Register 64
MTU_MC9_RDBFL65 0xF00619E2          MC 9 Read Data and Bit Flip Register 65
MTU_MC9_RDBFL66 0xF00619E4          MC 9 Read Data and Bit Flip Register 66
MTU_MC9_ALMSRCS 0xF00619EE          MC 9 Alarm Sources Configuration Register
MTU_MC9_FAULTSTS 0xF00619F0          MC 9 SSH Safety Faults Status Register
MTU_MC9_ERRINFO0 0xF00619F2          MC 9 Error Information Register 0
MTU_MC9_ERRINFO1 0xF00619F4          MC 9 Error Information Register 1
MTU_MC9_ERRINFO2 0xF00619F6          MC 9 Error Information Register 2
MTU_MC9_ERRINFO3 0xF00619F8          MC 9 Error Information Register 3
MTU_MC9_ERRINFO4 0xF00619FA          MC 9 Error Information Register 4
MTU_MC10_CONFIG0 0xF0061A00          MC 10 Configuration Register 0
MTU_MC10_CONFIG1 0xF0061A02          MC 10 Configuration Register 1
MTU_MC10_MCONTROL 0xF0061A04          MC 10 MBIST Control Register
MTU_MC10_MSTATUS 0xF0061A06          MC 10 Status Register
MTU_MC10_RANGE  0xF0061A08          MC 10 Range Register, single address mode
MTU_MC10_REVID  0xF0061A0C          MC 10 Revision ID Register
MTU_MC10_ECCS   0xF0061A0E          MC 10 ECC Safety Register
MTU_MC10_ECCD   0xF0061A10          MC 10 Memory ECC Detection Register
MTU_MC10_ETRR0  0xF0061A12          MC 10 Error Tracking Register 0
MTU_MC10_ETRR1  0xF0061A14          MC 10 Error Tracking Register 1
MTU_MC10_ETRR2  0xF0061A16          MC 10 Error Tracking Register 2
MTU_MC10_ETRR3  0xF0061A18          MC 10 Error Tracking Register 3
MTU_MC10_ETRR4  0xF0061A1A          MC 10 Error Tracking Register 4
MTU_MC10_RDBFL0 0xF0061A60          MC 10 Read Data and Bit Flip Register 0
MTU_MC10_RDBFL1 0xF0061A62          MC 10 Read Data and Bit Flip Register 1
MTU_MC10_RDBFL2 0xF0061A64          MC 10 Read Data and Bit Flip Register 2
MTU_MC10_RDBFL3 0xF0061A66          MC 10 Read Data and Bit Flip Register 3
MTU_MC10_RDBFL4 0xF0061A68          MC 10 Read Data and Bit Flip Register 4
MTU_MC10_RDBFL5 0xF0061A6A          MC 10 Read Data and Bit Flip Register 5
MTU_MC10_RDBFL6 0xF0061A6C          MC 10 Read Data and Bit Flip Register 6
MTU_MC10_RDBFL7 0xF0061A6E          MC 10 Read Data and Bit Flip Register 7
MTU_MC10_RDBFL8 0xF0061A70          MC 10 Read Data and Bit Flip Register 8
MTU_MC10_RDBFL9 0xF0061A72          MC 10 Read Data and Bit Flip Register 9
MTU_MC10_RDBFL10 0xF0061A74          MC 10 Read Data and Bit Flip Register 10
MTU_MC10_RDBFL11 0xF0061A76          MC 10 Read Data and Bit Flip Register 11
MTU_MC10_RDBFL12 0xF0061A78          MC 10 Read Data and Bit Flip Register 12
MTU_MC10_RDBFL13 0xF0061A7A          MC 10 Read Data and Bit Flip Register 13
MTU_MC10_RDBFL14 0xF0061A7C          MC 10 Read Data and Bit Flip Register 14
MTU_MC10_RDBFL15 0xF0061A7E          MC 10 Read Data and Bit Flip Register 15
MTU_MC10_RDBFL16 0xF0061A80          MC 10 Read Data and Bit Flip Register 16
MTU_MC10_RDBFL17 0xF0061A82          MC 10 Read Data and Bit Flip Register 17
MTU_MC10_RDBFL18 0xF0061A84          MC 10 Read Data and Bit Flip Register 18
MTU_MC10_RDBFL19 0xF0061A86          MC 10 Read Data and Bit Flip Register 19
MTU_MC10_RDBFL20 0xF0061A88          MC 10 Read Data and Bit Flip Register 20
MTU_MC10_RDBFL21 0xF0061A8A          MC 10 Read Data and Bit Flip Register 21
MTU_MC10_RDBFL22 0xF0061A8C          MC 10 Read Data and Bit Flip Register 22
MTU_MC10_RDBFL23 0xF0061A8E          MC 10 Read Data and Bit Flip Register 23
MTU_MC10_RDBFL24 0xF0061A90          MC 10 Read Data and Bit Flip Register 24
MTU_MC10_RDBFL25 0xF0061A92          MC 10 Read Data and Bit Flip Register 25
MTU_MC10_RDBFL26 0xF0061A94          MC 10 Read Data and Bit Flip Register 26
MTU_MC10_RDBFL27 0xF0061A96          MC 10 Read Data and Bit Flip Register 27
MTU_MC10_RDBFL28 0xF0061A98          MC 10 Read Data and Bit Flip Register 28
MTU_MC10_RDBFL29 0xF0061A9A          MC 10 Read Data and Bit Flip Register 29
MTU_MC10_RDBFL30 0xF0061A9C          MC 10 Read Data and Bit Flip Register 30
MTU_MC10_RDBFL31 0xF0061A9E          MC 10 Read Data and Bit Flip Register 31
MTU_MC10_RDBFL32 0xF0061AA0          MC 10 Read Data and Bit Flip Register 32
MTU_MC10_RDBFL33 0xF0061AA2          MC 10 Read Data and Bit Flip Register 33
MTU_MC10_RDBFL34 0xF0061AA4          MC 10 Read Data and Bit Flip Register 34
MTU_MC10_RDBFL35 0xF0061AA6          MC 10 Read Data and Bit Flip Register 35
MTU_MC10_RDBFL36 0xF0061AA8          MC 10 Read Data and Bit Flip Register 36
MTU_MC10_RDBFL37 0xF0061AAA          MC 10 Read Data and Bit Flip Register 37
MTU_MC10_RDBFL38 0xF0061AAC          MC 10 Read Data and Bit Flip Register 38
MTU_MC10_RDBFL39 0xF0061AAE          MC 10 Read Data and Bit Flip Register 39
MTU_MC10_RDBFL40 0xF0061AB0          MC 10 Read Data and Bit Flip Register 40
MTU_MC10_RDBFL41 0xF0061AB2          MC 10 Read Data and Bit Flip Register 41
MTU_MC10_RDBFL42 0xF0061AB4          MC 10 Read Data and Bit Flip Register 42
MTU_MC10_RDBFL43 0xF0061AB6          MC 10 Read Data and Bit Flip Register 43
MTU_MC10_RDBFL44 0xF0061AB8          MC 10 Read Data and Bit Flip Register 44
MTU_MC10_RDBFL45 0xF0061ABA          MC 10 Read Data and Bit Flip Register 45
MTU_MC10_RDBFL46 0xF0061ABC          MC 10 Read Data and Bit Flip Register 46
MTU_MC10_RDBFL47 0xF0061ABE          MC 10 Read Data and Bit Flip Register 47
MTU_MC10_RDBFL48 0xF0061AC0          MC 10 Read Data and Bit Flip Register 48
MTU_MC10_RDBFL49 0xF0061AC2          MC 10 Read Data and Bit Flip Register 49
MTU_MC10_RDBFL50 0xF0061AC4          MC 10 Read Data and Bit Flip Register 50
MTU_MC10_RDBFL51 0xF0061AC6          MC 10 Read Data and Bit Flip Register 51
MTU_MC10_RDBFL52 0xF0061AC8          MC 10 Read Data and Bit Flip Register 52
MTU_MC10_RDBFL53 0xF0061ACA          MC 10 Read Data and Bit Flip Register 53
MTU_MC10_RDBFL54 0xF0061ACC          MC 10 Read Data and Bit Flip Register 54
MTU_MC10_RDBFL55 0xF0061ACE          MC 10 Read Data and Bit Flip Register 55
MTU_MC10_RDBFL56 0xF0061AD0          MC 10 Read Data and Bit Flip Register 56
MTU_MC10_RDBFL57 0xF0061AD2          MC 10 Read Data and Bit Flip Register 57
MTU_MC10_RDBFL58 0xF0061AD4          MC 10 Read Data and Bit Flip Register 58
MTU_MC10_RDBFL59 0xF0061AD6          MC 10 Read Data and Bit Flip Register 59
MTU_MC10_RDBFL60 0xF0061AD8          MC 10 Read Data and Bit Flip Register 60
MTU_MC10_RDBFL61 0xF0061ADA          MC 10 Read Data and Bit Flip Register 61
MTU_MC10_RDBFL62 0xF0061ADC          MC 10 Read Data and Bit Flip Register 62
MTU_MC10_RDBFL63 0xF0061ADE          MC 10 Read Data and Bit Flip Register 63
MTU_MC10_RDBFL64 0xF0061AE0          MC 10 Read Data and Bit Flip Register 64
MTU_MC10_RDBFL65 0xF0061AE2          MC 10 Read Data and Bit Flip Register 65
MTU_MC10_RDBFL66 0xF0061AE4          MC 10 Read Data and Bit Flip Register 66
MTU_MC10_ALMSRCS 0xF0061AEE          MC 10 Alarm Sources Configuration Register
MTU_MC10_FAULTSTS 0xF0061AF0          MC 10 SSH Safety Faults Status Register
MTU_MC10_ERRINFO0 0xF0061AF2          MC 10 Error Information Register 0
MTU_MC10_ERRINFO1 0xF0061AF4          MC 10 Error Information Register 1
MTU_MC10_ERRINFO2 0xF0061AF6          MC 10 Error Information Register 2
MTU_MC10_ERRINFO3 0xF0061AF8          MC 10 Error Information Register 3
MTU_MC10_ERRINFO4 0xF0061AFA          MC 10 Error Information Register 4
MTU_MC11_CONFIG0 0xF0061B00          MC 11 Configuration Register 0
MTU_MC11_CONFIG1 0xF0061B02          MC 11 Configuration Register 1
MTU_MC11_MCONTROL 0xF0061B04          MC 11 MBIST Control Register
MTU_MC11_MSTATUS 0xF0061B06          MC 11 Status Register
MTU_MC11_RANGE  0xF0061B08          MC 11 Range Register, single address mode
MTU_MC11_REVID  0xF0061B0C          MC 11 Revision ID Register
MTU_MC11_ECCS   0xF0061B0E          MC 11 ECC Safety Register
MTU_MC11_ECCD   0xF0061B10          MC 11 Memory ECC Detection Register
MTU_MC11_ETRR0  0xF0061B12          MC 11 Error Tracking Register 0
MTU_MC11_ETRR1  0xF0061B14          MC 11 Error Tracking Register 1
MTU_MC11_ETRR2  0xF0061B16          MC 11 Error Tracking Register 2
MTU_MC11_ETRR3  0xF0061B18          MC 11 Error Tracking Register 3
MTU_MC11_ETRR4  0xF0061B1A          MC 11 Error Tracking Register 4
MTU_MC11_RDBFL0 0xF0061B60          MC 11 Read Data and Bit Flip Register 0
MTU_MC11_RDBFL1 0xF0061B62          MC 11 Read Data and Bit Flip Register 1
MTU_MC11_RDBFL2 0xF0061B64          MC 11 Read Data and Bit Flip Register 2
MTU_MC11_RDBFL3 0xF0061B66          MC 11 Read Data and Bit Flip Register 3
MTU_MC11_RDBFL4 0xF0061B68          MC 11 Read Data and Bit Flip Register 4
MTU_MC11_RDBFL5 0xF0061B6A          MC 11 Read Data and Bit Flip Register 5
MTU_MC11_RDBFL6 0xF0061B6C          MC 11 Read Data and Bit Flip Register 6
MTU_MC11_RDBFL7 0xF0061B6E          MC 11 Read Data and Bit Flip Register 7
MTU_MC11_RDBFL8 0xF0061B70          MC 11 Read Data and Bit Flip Register 8
MTU_MC11_RDBFL9 0xF0061B72          MC 11 Read Data and Bit Flip Register 9
MTU_MC11_RDBFL10 0xF0061B74          MC 11 Read Data and Bit Flip Register 10
MTU_MC11_RDBFL11 0xF0061B76          MC 11 Read Data and Bit Flip Register 11
MTU_MC11_RDBFL12 0xF0061B78          MC 11 Read Data and Bit Flip Register 12
MTU_MC11_RDBFL13 0xF0061B7A          MC 11 Read Data and Bit Flip Register 13
MTU_MC11_RDBFL14 0xF0061B7C          MC 11 Read Data and Bit Flip Register 14
MTU_MC11_RDBFL15 0xF0061B7E          MC 11 Read Data and Bit Flip Register 15
MTU_MC11_RDBFL16 0xF0061B80          MC 11 Read Data and Bit Flip Register 16
MTU_MC11_RDBFL17 0xF0061B82          MC 11 Read Data and Bit Flip Register 17
MTU_MC11_RDBFL18 0xF0061B84          MC 11 Read Data and Bit Flip Register 18
MTU_MC11_RDBFL19 0xF0061B86          MC 11 Read Data and Bit Flip Register 19
MTU_MC11_RDBFL20 0xF0061B88          MC 11 Read Data and Bit Flip Register 20
MTU_MC11_RDBFL21 0xF0061B8A          MC 11 Read Data and Bit Flip Register 21
MTU_MC11_RDBFL22 0xF0061B8C          MC 11 Read Data and Bit Flip Register 22
MTU_MC11_RDBFL23 0xF0061B8E          MC 11 Read Data and Bit Flip Register 23
MTU_MC11_RDBFL24 0xF0061B90          MC 11 Read Data and Bit Flip Register 24
MTU_MC11_RDBFL25 0xF0061B92          MC 11 Read Data and Bit Flip Register 25
MTU_MC11_RDBFL26 0xF0061B94          MC 11 Read Data and Bit Flip Register 26
MTU_MC11_RDBFL27 0xF0061B96          MC 11 Read Data and Bit Flip Register 27
MTU_MC11_RDBFL28 0xF0061B98          MC 11 Read Data and Bit Flip Register 28
MTU_MC11_RDBFL29 0xF0061B9A          MC 11 Read Data and Bit Flip Register 29
MTU_MC11_RDBFL30 0xF0061B9C          MC 11 Read Data and Bit Flip Register 30
MTU_MC11_RDBFL31 0xF0061B9E          MC 11 Read Data and Bit Flip Register 31
MTU_MC11_RDBFL32 0xF0061BA0          MC 11 Read Data and Bit Flip Register 32
MTU_MC11_RDBFL33 0xF0061BA2          MC 11 Read Data and Bit Flip Register 33
MTU_MC11_RDBFL34 0xF0061BA4          MC 11 Read Data and Bit Flip Register 34
MTU_MC11_RDBFL35 0xF0061BA6          MC 11 Read Data and Bit Flip Register 35
MTU_MC11_RDBFL36 0xF0061BA8          MC 11 Read Data and Bit Flip Register 36
MTU_MC11_RDBFL37 0xF0061BAA          MC 11 Read Data and Bit Flip Register 37
MTU_MC11_RDBFL38 0xF0061BAC          MC 11 Read Data and Bit Flip Register 38
MTU_MC11_RDBFL39 0xF0061BAE          MC 11 Read Data and Bit Flip Register 39
MTU_MC11_RDBFL40 0xF0061BB0          MC 11 Read Data and Bit Flip Register 40
MTU_MC11_RDBFL41 0xF0061BB2          MC 11 Read Data and Bit Flip Register 41
MTU_MC11_RDBFL42 0xF0061BB4          MC 11 Read Data and Bit Flip Register 42
MTU_MC11_RDBFL43 0xF0061BB6          MC 11 Read Data and Bit Flip Register 43
MTU_MC11_RDBFL44 0xF0061BB8          MC 11 Read Data and Bit Flip Register 44
MTU_MC11_RDBFL45 0xF0061BBA          MC 11 Read Data and Bit Flip Register 45
MTU_MC11_RDBFL46 0xF0061BBC          MC 11 Read Data and Bit Flip Register 46
MTU_MC11_RDBFL47 0xF0061BBE          MC 11 Read Data and Bit Flip Register 47
MTU_MC11_RDBFL48 0xF0061BC0          MC 11 Read Data and Bit Flip Register 48
MTU_MC11_RDBFL49 0xF0061BC2          MC 11 Read Data and Bit Flip Register 49
MTU_MC11_RDBFL50 0xF0061BC4          MC 11 Read Data and Bit Flip Register 50
MTU_MC11_RDBFL51 0xF0061BC6          MC 11 Read Data and Bit Flip Register 51
MTU_MC11_RDBFL52 0xF0061BC8          MC 11 Read Data and Bit Flip Register 52
MTU_MC11_RDBFL53 0xF0061BCA          MC 11 Read Data and Bit Flip Register 53
MTU_MC11_RDBFL54 0xF0061BCC          MC 11 Read Data and Bit Flip Register 54
MTU_MC11_RDBFL55 0xF0061BCE          MC 11 Read Data and Bit Flip Register 55
MTU_MC11_RDBFL56 0xF0061BD0          MC 11 Read Data and Bit Flip Register 56
MTU_MC11_RDBFL57 0xF0061BD2          MC 11 Read Data and Bit Flip Register 57
MTU_MC11_RDBFL58 0xF0061BD4          MC 11 Read Data and Bit Flip Register 58
MTU_MC11_RDBFL59 0xF0061BD6          MC 11 Read Data and Bit Flip Register 59
MTU_MC11_RDBFL60 0xF0061BD8          MC 11 Read Data and Bit Flip Register 60
MTU_MC11_RDBFL61 0xF0061BDA          MC 11 Read Data and Bit Flip Register 61
MTU_MC11_RDBFL62 0xF0061BDC          MC 11 Read Data and Bit Flip Register 62
MTU_MC11_RDBFL63 0xF0061BDE          MC 11 Read Data and Bit Flip Register 63
MTU_MC11_RDBFL64 0xF0061BE0          MC 11 Read Data and Bit Flip Register 64
MTU_MC11_RDBFL65 0xF0061BE2          MC 11 Read Data and Bit Flip Register 65
MTU_MC11_RDBFL66 0xF0061BE4          MC 11 Read Data and Bit Flip Register 66
MTU_MC11_ALMSRCS 0xF0061BEE          MC 11 Alarm Sources Configuration Register
MTU_MC11_FAULTSTS 0xF0061BF0          MC 11 SSH Safety Faults Status Register
MTU_MC11_ERRINFO0 0xF0061BF2          MC 11 Error Information Register 0
MTU_MC11_ERRINFO1 0xF0061BF4          MC 11 Error Information Register 1
MTU_MC11_ERRINFO2 0xF0061BF6          MC 11 Error Information Register 2
MTU_MC11_ERRINFO3 0xF0061BF8          MC 11 Error Information Register 3
MTU_MC11_ERRINFO4 0xF0061BFA          MC 11 Error Information Register 4
MTU_MC12_CONFIG0 0xF0061C00          MC 12 Configuration Register 0
MTU_MC12_CONFIG1 0xF0061C02          MC 12 Configuration Register 1
MTU_MC12_MCONTROL 0xF0061C04          MC 12 MBIST Control Register
MTU_MC12_MSTATUS 0xF0061C06          MC 12 Status Register
MTU_MC12_RANGE  0xF0061C08          MC 12 Range Register, single address mode
MTU_MC12_REVID  0xF0061C0C          MC 12 Revision ID Register
MTU_MC12_ECCS   0xF0061C0E          MC 12 ECC Safety Register
MTU_MC12_ECCD   0xF0061C10          MC 12 Memory ECC Detection Register
MTU_MC12_ETRR0  0xF0061C12          MC 12 Error Tracking Register 0
MTU_MC12_ETRR1  0xF0061C14          MC 12 Error Tracking Register 1
MTU_MC12_ETRR2  0xF0061C16          MC 12 Error Tracking Register 2
MTU_MC12_ETRR3  0xF0061C18          MC 12 Error Tracking Register 3
MTU_MC12_ETRR4  0xF0061C1A          MC 12 Error Tracking Register 4
MTU_MC12_RDBFL0 0xF0061C60          MC 12 Read Data and Bit Flip Register 0
MTU_MC12_RDBFL1 0xF0061C62          MC 12 Read Data and Bit Flip Register 1
MTU_MC12_RDBFL2 0xF0061C64          MC 12 Read Data and Bit Flip Register 2
MTU_MC12_RDBFL3 0xF0061C66          MC 12 Read Data and Bit Flip Register 3
MTU_MC12_RDBFL4 0xF0061C68          MC 12 Read Data and Bit Flip Register 4
MTU_MC12_RDBFL5 0xF0061C6A          MC 12 Read Data and Bit Flip Register 5
MTU_MC12_RDBFL6 0xF0061C6C          MC 12 Read Data and Bit Flip Register 6
MTU_MC12_RDBFL7 0xF0061C6E          MC 12 Read Data and Bit Flip Register 7
MTU_MC12_RDBFL8 0xF0061C70          MC 12 Read Data and Bit Flip Register 8
MTU_MC12_RDBFL9 0xF0061C72          MC 12 Read Data and Bit Flip Register 9
MTU_MC12_RDBFL10 0xF0061C74          MC 12 Read Data and Bit Flip Register 10
MTU_MC12_RDBFL11 0xF0061C76          MC 12 Read Data and Bit Flip Register 11
MTU_MC12_RDBFL12 0xF0061C78          MC 12 Read Data and Bit Flip Register 12
MTU_MC12_RDBFL13 0xF0061C7A          MC 12 Read Data and Bit Flip Register 13
MTU_MC12_RDBFL14 0xF0061C7C          MC 12 Read Data and Bit Flip Register 14
MTU_MC12_RDBFL15 0xF0061C7E          MC 12 Read Data and Bit Flip Register 15
MTU_MC12_RDBFL16 0xF0061C80          MC 12 Read Data and Bit Flip Register 16
MTU_MC12_RDBFL17 0xF0061C82          MC 12 Read Data and Bit Flip Register 17
MTU_MC12_RDBFL18 0xF0061C84          MC 12 Read Data and Bit Flip Register 18
MTU_MC12_RDBFL19 0xF0061C86          MC 12 Read Data and Bit Flip Register 19
MTU_MC12_RDBFL20 0xF0061C88          MC 12 Read Data and Bit Flip Register 20
MTU_MC12_RDBFL21 0xF0061C8A          MC 12 Read Data and Bit Flip Register 21
MTU_MC12_RDBFL22 0xF0061C8C          MC 12 Read Data and Bit Flip Register 22
MTU_MC12_RDBFL23 0xF0061C8E          MC 12 Read Data and Bit Flip Register 23
MTU_MC12_RDBFL24 0xF0061C90          MC 12 Read Data and Bit Flip Register 24
MTU_MC12_RDBFL25 0xF0061C92          MC 12 Read Data and Bit Flip Register 25
MTU_MC12_RDBFL26 0xF0061C94          MC 12 Read Data and Bit Flip Register 26
MTU_MC12_RDBFL27 0xF0061C96          MC 12 Read Data and Bit Flip Register 27
MTU_MC12_RDBFL28 0xF0061C98          MC 12 Read Data and Bit Flip Register 28
MTU_MC12_RDBFL29 0xF0061C9A          MC 12 Read Data and Bit Flip Register 29
MTU_MC12_RDBFL30 0xF0061C9C          MC 12 Read Data and Bit Flip Register 30
MTU_MC12_RDBFL31 0xF0061C9E          MC 12 Read Data and Bit Flip Register 31
MTU_MC12_RDBFL32 0xF0061CA0          MC 12 Read Data and Bit Flip Register 32
MTU_MC12_RDBFL33 0xF0061CA2          MC 12 Read Data and Bit Flip Register 33
MTU_MC12_RDBFL34 0xF0061CA4          MC 12 Read Data and Bit Flip Register 34
MTU_MC12_RDBFL35 0xF0061CA6          MC 12 Read Data and Bit Flip Register 35
MTU_MC12_RDBFL36 0xF0061CA8          MC 12 Read Data and Bit Flip Register 36
MTU_MC12_RDBFL37 0xF0061CAA          MC 12 Read Data and Bit Flip Register 37
MTU_MC12_RDBFL38 0xF0061CAC          MC 12 Read Data and Bit Flip Register 38
MTU_MC12_RDBFL39 0xF0061CAE          MC 12 Read Data and Bit Flip Register 39
MTU_MC12_RDBFL40 0xF0061CB0          MC 12 Read Data and Bit Flip Register 40
MTU_MC12_RDBFL41 0xF0061CB2          MC 12 Read Data and Bit Flip Register 41
MTU_MC12_RDBFL42 0xF0061CB4          MC 12 Read Data and Bit Flip Register 42
MTU_MC12_RDBFL43 0xF0061CB6          MC 12 Read Data and Bit Flip Register 43
MTU_MC12_RDBFL44 0xF0061CB8          MC 12 Read Data and Bit Flip Register 44
MTU_MC12_RDBFL45 0xF0061CBA          MC 12 Read Data and Bit Flip Register 45
MTU_MC12_RDBFL46 0xF0061CBC          MC 12 Read Data and Bit Flip Register 46
MTU_MC12_RDBFL47 0xF0061CBE          MC 12 Read Data and Bit Flip Register 47
MTU_MC12_RDBFL48 0xF0061CC0          MC 12 Read Data and Bit Flip Register 48
MTU_MC12_RDBFL49 0xF0061CC2          MC 12 Read Data and Bit Flip Register 49
MTU_MC12_RDBFL50 0xF0061CC4          MC 12 Read Data and Bit Flip Register 50
MTU_MC12_RDBFL51 0xF0061CC6          MC 12 Read Data and Bit Flip Register 51
MTU_MC12_RDBFL52 0xF0061CC8          MC 12 Read Data and Bit Flip Register 52
MTU_MC12_RDBFL53 0xF0061CCA          MC 12 Read Data and Bit Flip Register 53
MTU_MC12_RDBFL54 0xF0061CCC          MC 12 Read Data and Bit Flip Register 54
MTU_MC12_RDBFL55 0xF0061CCE          MC 12 Read Data and Bit Flip Register 55
MTU_MC12_RDBFL56 0xF0061CD0          MC 12 Read Data and Bit Flip Register 56
MTU_MC12_RDBFL57 0xF0061CD2          MC 12 Read Data and Bit Flip Register 57
MTU_MC12_RDBFL58 0xF0061CD4          MC 12 Read Data and Bit Flip Register 58
MTU_MC12_RDBFL59 0xF0061CD6          MC 12 Read Data and Bit Flip Register 59
MTU_MC12_RDBFL60 0xF0061CD8          MC 12 Read Data and Bit Flip Register 60
MTU_MC12_RDBFL61 0xF0061CDA          MC 12 Read Data and Bit Flip Register 61
MTU_MC12_RDBFL62 0xF0061CDC          MC 12 Read Data and Bit Flip Register 62
MTU_MC12_RDBFL63 0xF0061CDE          MC 12 Read Data and Bit Flip Register 63
MTU_MC12_RDBFL64 0xF0061CE0          MC 12 Read Data and Bit Flip Register 64
MTU_MC12_RDBFL65 0xF0061CE2          MC 12 Read Data and Bit Flip Register 65
MTU_MC12_RDBFL66 0xF0061CE4          MC 12 Read Data and Bit Flip Register 66
MTU_MC12_ALMSRCS 0xF0061CEE          MC 12 Alarm Sources Configuration Register
MTU_MC12_FAULTSTS 0xF0061CF0          MC 12 SSH Safety Faults Status Register
MTU_MC12_ERRINFO0 0xF0061CF2          MC 12 Error Information Register 0
MTU_MC12_ERRINFO1 0xF0061CF4          MC 12 Error Information Register 1
MTU_MC12_ERRINFO2 0xF0061CF6          MC 12 Error Information Register 2
MTU_MC12_ERRINFO3 0xF0061CF8          MC 12 Error Information Register 3
MTU_MC12_ERRINFO4 0xF0061CFA          MC 12 Error Information Register 4
MTU_MC13_CONFIG0 0xF0061D00          MC 13 Configuration Register 0
MTU_MC13_CONFIG1 0xF0061D02          MC 13 Configuration Register 1
MTU_MC13_MCONTROL 0xF0061D04          MC 13 MBIST Control Register
MTU_MC13_MSTATUS 0xF0061D06          MC 13 Status Register
MTU_MC13_RANGE  0xF0061D08          MC 13 Range Register, single address mode
MTU_MC13_REVID  0xF0061D0C          MC 13 Revision ID Register
MTU_MC13_ECCS   0xF0061D0E          MC 13 ECC Safety Register
MTU_MC13_ECCD   0xF0061D10          MC 13 Memory ECC Detection Register
MTU_MC13_ETRR0  0xF0061D12          MC 13 Error Tracking Register 0
MTU_MC13_ETRR1  0xF0061D14          MC 13 Error Tracking Register 1
MTU_MC13_ETRR2  0xF0061D16          MC 13 Error Tracking Register 2
MTU_MC13_ETRR3  0xF0061D18          MC 13 Error Tracking Register 3
MTU_MC13_ETRR4  0xF0061D1A          MC 13 Error Tracking Register 4
MTU_MC13_RDBFL0 0xF0061D60          MC 13 Read Data and Bit Flip Register 0
MTU_MC13_RDBFL1 0xF0061D62          MC 13 Read Data and Bit Flip Register 1
MTU_MC13_RDBFL2 0xF0061D64          MC 13 Read Data and Bit Flip Register 2
MTU_MC13_RDBFL3 0xF0061D66          MC 13 Read Data and Bit Flip Register 3
MTU_MC13_RDBFL4 0xF0061D68          MC 13 Read Data and Bit Flip Register 4
MTU_MC13_RDBFL5 0xF0061D6A          MC 13 Read Data and Bit Flip Register 5
MTU_MC13_RDBFL6 0xF0061D6C          MC 13 Read Data and Bit Flip Register 6
MTU_MC13_RDBFL7 0xF0061D6E          MC 13 Read Data and Bit Flip Register 7
MTU_MC13_RDBFL8 0xF0061D70          MC 13 Read Data and Bit Flip Register 8
MTU_MC13_RDBFL9 0xF0061D72          MC 13 Read Data and Bit Flip Register 9
MTU_MC13_RDBFL10 0xF0061D74          MC 13 Read Data and Bit Flip Register 10
MTU_MC13_RDBFL11 0xF0061D76          MC 13 Read Data and Bit Flip Register 11
MTU_MC13_RDBFL12 0xF0061D78          MC 13 Read Data and Bit Flip Register 12
MTU_MC13_RDBFL13 0xF0061D7A          MC 13 Read Data and Bit Flip Register 13
MTU_MC13_RDBFL14 0xF0061D7C          MC 13 Read Data and Bit Flip Register 14
MTU_MC13_RDBFL15 0xF0061D7E          MC 13 Read Data and Bit Flip Register 15
MTU_MC13_RDBFL16 0xF0061D80          MC 13 Read Data and Bit Flip Register 16
MTU_MC13_RDBFL17 0xF0061D82          MC 13 Read Data and Bit Flip Register 17
MTU_MC13_RDBFL18 0xF0061D84          MC 13 Read Data and Bit Flip Register 18
MTU_MC13_RDBFL19 0xF0061D86          MC 13 Read Data and Bit Flip Register 19
MTU_MC13_RDBFL20 0xF0061D88          MC 13 Read Data and Bit Flip Register 20
MTU_MC13_RDBFL21 0xF0061D8A          MC 13 Read Data and Bit Flip Register 21
MTU_MC13_RDBFL22 0xF0061D8C          MC 13 Read Data and Bit Flip Register 22
MTU_MC13_RDBFL23 0xF0061D8E          MC 13 Read Data and Bit Flip Register 23
MTU_MC13_RDBFL24 0xF0061D90          MC 13 Read Data and Bit Flip Register 24
MTU_MC13_RDBFL25 0xF0061D92          MC 13 Read Data and Bit Flip Register 25
MTU_MC13_RDBFL26 0xF0061D94          MC 13 Read Data and Bit Flip Register 26
MTU_MC13_RDBFL27 0xF0061D96          MC 13 Read Data and Bit Flip Register 27
MTU_MC13_RDBFL28 0xF0061D98          MC 13 Read Data and Bit Flip Register 28
MTU_MC13_RDBFL29 0xF0061D9A          MC 13 Read Data and Bit Flip Register 29
MTU_MC13_RDBFL30 0xF0061D9C          MC 13 Read Data and Bit Flip Register 30
MTU_MC13_RDBFL31 0xF0061D9E          MC 13 Read Data and Bit Flip Register 31
MTU_MC13_RDBFL32 0xF0061DA0          MC 13 Read Data and Bit Flip Register 32
MTU_MC13_RDBFL33 0xF0061DA2          MC 13 Read Data and Bit Flip Register 33
MTU_MC13_RDBFL34 0xF0061DA4          MC 13 Read Data and Bit Flip Register 34
MTU_MC13_RDBFL35 0xF0061DA6          MC 13 Read Data and Bit Flip Register 35
MTU_MC13_RDBFL36 0xF0061DA8          MC 13 Read Data and Bit Flip Register 36
MTU_MC13_RDBFL37 0xF0061DAA          MC 13 Read Data and Bit Flip Register 37
MTU_MC13_RDBFL38 0xF0061DAC          MC 13 Read Data and Bit Flip Register 38
MTU_MC13_RDBFL39 0xF0061DAE          MC 13 Read Data and Bit Flip Register 39
MTU_MC13_RDBFL40 0xF0061DB0          MC 13 Read Data and Bit Flip Register 40
MTU_MC13_RDBFL41 0xF0061DB2          MC 13 Read Data and Bit Flip Register 41
MTU_MC13_RDBFL42 0xF0061DB4          MC 13 Read Data and Bit Flip Register 42
MTU_MC13_RDBFL43 0xF0061DB6          MC 13 Read Data and Bit Flip Register 43
MTU_MC13_RDBFL44 0xF0061DB8          MC 13 Read Data and Bit Flip Register 44
MTU_MC13_RDBFL45 0xF0061DBA          MC 13 Read Data and Bit Flip Register 45
MTU_MC13_RDBFL46 0xF0061DBC          MC 13 Read Data and Bit Flip Register 46
MTU_MC13_RDBFL47 0xF0061DBE          MC 13 Read Data and Bit Flip Register 47
MTU_MC13_RDBFL48 0xF0061DC0          MC 13 Read Data and Bit Flip Register 48
MTU_MC13_RDBFL49 0xF0061DC2          MC 13 Read Data and Bit Flip Register 49
MTU_MC13_RDBFL50 0xF0061DC4          MC 13 Read Data and Bit Flip Register 50
MTU_MC13_RDBFL51 0xF0061DC6          MC 13 Read Data and Bit Flip Register 51
MTU_MC13_RDBFL52 0xF0061DC8          MC 13 Read Data and Bit Flip Register 52
MTU_MC13_RDBFL53 0xF0061DCA          MC 13 Read Data and Bit Flip Register 53
MTU_MC13_RDBFL54 0xF0061DCC          MC 13 Read Data and Bit Flip Register 54
MTU_MC13_RDBFL55 0xF0061DCE          MC 13 Read Data and Bit Flip Register 55
MTU_MC13_RDBFL56 0xF0061DD0          MC 13 Read Data and Bit Flip Register 56
MTU_MC13_RDBFL57 0xF0061DD2          MC 13 Read Data and Bit Flip Register 57
MTU_MC13_RDBFL58 0xF0061DD4          MC 13 Read Data and Bit Flip Register 58
MTU_MC13_RDBFL59 0xF0061DD6          MC 13 Read Data and Bit Flip Register 59
MTU_MC13_RDBFL60 0xF0061DD8          MC 13 Read Data and Bit Flip Register 60
MTU_MC13_RDBFL61 0xF0061DDA          MC 13 Read Data and Bit Flip Register 61
MTU_MC13_RDBFL62 0xF0061DDC          MC 13 Read Data and Bit Flip Register 62
MTU_MC13_RDBFL63 0xF0061DDE          MC 13 Read Data and Bit Flip Register 63
MTU_MC13_RDBFL64 0xF0061DE0          MC 13 Read Data and Bit Flip Register 64
MTU_MC13_RDBFL65 0xF0061DE2          MC 13 Read Data and Bit Flip Register 65
MTU_MC13_RDBFL66 0xF0061DE4          MC 13 Read Data and Bit Flip Register 66
MTU_MC13_ALMSRCS 0xF0061DEE          MC 13 Alarm Sources Configuration Register
MTU_MC13_FAULTSTS 0xF0061DF0          MC 13 SSH Safety Faults Status Register
MTU_MC13_ERRINFO0 0xF0061DF2          MC 13 Error Information Register 0
MTU_MC13_ERRINFO1 0xF0061DF4          MC 13 Error Information Register 1
MTU_MC13_ERRINFO2 0xF0061DF6          MC 13 Error Information Register 2
MTU_MC13_ERRINFO3 0xF0061DF8          MC 13 Error Information Register 3
MTU_MC13_ERRINFO4 0xF0061DFA          MC 13 Error Information Register 4
MTU_MC14_CONFIG0 0xF0061E00          MC 14 Configuration Register 0
MTU_MC14_CONFIG1 0xF0061E02          MC 14 Configuration Register 1
MTU_MC14_MCONTROL 0xF0061E04          MC 14 MBIST Control Register
MTU_MC14_MSTATUS 0xF0061E06          MC 14 Status Register
MTU_MC14_RANGE  0xF0061E08          MC 14 Range Register, single address mode
MTU_MC14_REVID  0xF0061E0C          MC 14 Revision ID Register
MTU_MC14_ECCS   0xF0061E0E          MC 14 ECC Safety Register
MTU_MC14_ECCD   0xF0061E10          MC 14 Memory ECC Detection Register
MTU_MC14_ETRR0  0xF0061E12          MC 14 Error Tracking Register 0
MTU_MC14_ETRR1  0xF0061E14          MC 14 Error Tracking Register 1
MTU_MC14_ETRR2  0xF0061E16          MC 14 Error Tracking Register 2
MTU_MC14_ETRR3  0xF0061E18          MC 14 Error Tracking Register 3
MTU_MC14_ETRR4  0xF0061E1A          MC 14 Error Tracking Register 4
MTU_MC14_RDBFL0 0xF0061E60          MC 14 Read Data and Bit Flip Register 0
MTU_MC14_RDBFL1 0xF0061E62          MC 14 Read Data and Bit Flip Register 1
MTU_MC14_RDBFL2 0xF0061E64          MC 14 Read Data and Bit Flip Register 2
MTU_MC14_RDBFL3 0xF0061E66          MC 14 Read Data and Bit Flip Register 3
MTU_MC14_RDBFL4 0xF0061E68          MC 14 Read Data and Bit Flip Register 4
MTU_MC14_RDBFL5 0xF0061E6A          MC 14 Read Data and Bit Flip Register 5
MTU_MC14_RDBFL6 0xF0061E6C          MC 14 Read Data and Bit Flip Register 6
MTU_MC14_RDBFL7 0xF0061E6E          MC 14 Read Data and Bit Flip Register 7
MTU_MC14_RDBFL8 0xF0061E70          MC 14 Read Data and Bit Flip Register 8
MTU_MC14_RDBFL9 0xF0061E72          MC 14 Read Data and Bit Flip Register 9
MTU_MC14_RDBFL10 0xF0061E74          MC 14 Read Data and Bit Flip Register 10
MTU_MC14_RDBFL11 0xF0061E76          MC 14 Read Data and Bit Flip Register 11
MTU_MC14_RDBFL12 0xF0061E78          MC 14 Read Data and Bit Flip Register 12
MTU_MC14_RDBFL13 0xF0061E7A          MC 14 Read Data and Bit Flip Register 13
MTU_MC14_RDBFL14 0xF0061E7C          MC 14 Read Data and Bit Flip Register 14
MTU_MC14_RDBFL15 0xF0061E7E          MC 14 Read Data and Bit Flip Register 15
MTU_MC14_RDBFL16 0xF0061E80          MC 14 Read Data and Bit Flip Register 16
MTU_MC14_RDBFL17 0xF0061E82          MC 14 Read Data and Bit Flip Register 17
MTU_MC14_RDBFL18 0xF0061E84          MC 14 Read Data and Bit Flip Register 18
MTU_MC14_RDBFL19 0xF0061E86          MC 14 Read Data and Bit Flip Register 19
MTU_MC14_RDBFL20 0xF0061E88          MC 14 Read Data and Bit Flip Register 20
MTU_MC14_RDBFL21 0xF0061E8A          MC 14 Read Data and Bit Flip Register 21
MTU_MC14_RDBFL22 0xF0061E8C          MC 14 Read Data and Bit Flip Register 22
MTU_MC14_RDBFL23 0xF0061E8E          MC 14 Read Data and Bit Flip Register 23
MTU_MC14_RDBFL24 0xF0061E90          MC 14 Read Data and Bit Flip Register 24
MTU_MC14_RDBFL25 0xF0061E92          MC 14 Read Data and Bit Flip Register 25
MTU_MC14_RDBFL26 0xF0061E94          MC 14 Read Data and Bit Flip Register 26
MTU_MC14_RDBFL27 0xF0061E96          MC 14 Read Data and Bit Flip Register 27
MTU_MC14_RDBFL28 0xF0061E98          MC 14 Read Data and Bit Flip Register 28
MTU_MC14_RDBFL29 0xF0061E9A          MC 14 Read Data and Bit Flip Register 29
MTU_MC14_RDBFL30 0xF0061E9C          MC 14 Read Data and Bit Flip Register 30
MTU_MC14_RDBFL31 0xF0061E9E          MC 14 Read Data and Bit Flip Register 31
MTU_MC14_RDBFL32 0xF0061EA0          MC 14 Read Data and Bit Flip Register 32
MTU_MC14_RDBFL33 0xF0061EA2          MC 14 Read Data and Bit Flip Register 33
MTU_MC14_RDBFL34 0xF0061EA4          MC 14 Read Data and Bit Flip Register 34
MTU_MC14_RDBFL35 0xF0061EA6          MC 14 Read Data and Bit Flip Register 35
MTU_MC14_RDBFL36 0xF0061EA8          MC 14 Read Data and Bit Flip Register 36
MTU_MC14_RDBFL37 0xF0061EAA          MC 14 Read Data and Bit Flip Register 37
MTU_MC14_RDBFL38 0xF0061EAC          MC 14 Read Data and Bit Flip Register 38
MTU_MC14_RDBFL39 0xF0061EAE          MC 14 Read Data and Bit Flip Register 39
MTU_MC14_RDBFL40 0xF0061EB0          MC 14 Read Data and Bit Flip Register 40
MTU_MC14_RDBFL41 0xF0061EB2          MC 14 Read Data and Bit Flip Register 41
MTU_MC14_RDBFL42 0xF0061EB4          MC 14 Read Data and Bit Flip Register 42
MTU_MC14_RDBFL43 0xF0061EB6          MC 14 Read Data and Bit Flip Register 43
MTU_MC14_RDBFL44 0xF0061EB8          MC 14 Read Data and Bit Flip Register 44
MTU_MC14_RDBFL45 0xF0061EBA          MC 14 Read Data and Bit Flip Register 45
MTU_MC14_RDBFL46 0xF0061EBC          MC 14 Read Data and Bit Flip Register 46
MTU_MC14_RDBFL47 0xF0061EBE          MC 14 Read Data and Bit Flip Register 47
MTU_MC14_RDBFL48 0xF0061EC0          MC 14 Read Data and Bit Flip Register 48
MTU_MC14_RDBFL49 0xF0061EC2          MC 14 Read Data and Bit Flip Register 49
MTU_MC14_RDBFL50 0xF0061EC4          MC 14 Read Data and Bit Flip Register 50
MTU_MC14_RDBFL51 0xF0061EC6          MC 14 Read Data and Bit Flip Register 51
MTU_MC14_RDBFL52 0xF0061EC8          MC 14 Read Data and Bit Flip Register 52
MTU_MC14_RDBFL53 0xF0061ECA          MC 14 Read Data and Bit Flip Register 53
MTU_MC14_RDBFL54 0xF0061ECC          MC 14 Read Data and Bit Flip Register 54
MTU_MC14_RDBFL55 0xF0061ECE          MC 14 Read Data and Bit Flip Register 55
MTU_MC14_RDBFL56 0xF0061ED0          MC 14 Read Data and Bit Flip Register 56
MTU_MC14_RDBFL57 0xF0061ED2          MC 14 Read Data and Bit Flip Register 57
MTU_MC14_RDBFL58 0xF0061ED4          MC 14 Read Data and Bit Flip Register 58
MTU_MC14_RDBFL59 0xF0061ED6          MC 14 Read Data and Bit Flip Register 59
MTU_MC14_RDBFL60 0xF0061ED8          MC 14 Read Data and Bit Flip Register 60
MTU_MC14_RDBFL61 0xF0061EDA          MC 14 Read Data and Bit Flip Register 61
MTU_MC14_RDBFL62 0xF0061EDC          MC 14 Read Data and Bit Flip Register 62
MTU_MC14_RDBFL63 0xF0061EDE          MC 14 Read Data and Bit Flip Register 63
MTU_MC14_RDBFL64 0xF0061EE0          MC 14 Read Data and Bit Flip Register 64
MTU_MC14_RDBFL65 0xF0061EE2          MC 14 Read Data and Bit Flip Register 65
MTU_MC14_RDBFL66 0xF0061EE4          MC 14 Read Data and Bit Flip Register 66
MTU_MC14_ALMSRCS 0xF0061EEE          MC 14 Alarm Sources Configuration Register
MTU_MC14_FAULTSTS 0xF0061EF0          MC 14 SSH Safety Faults Status Register
MTU_MC14_ERRINFO0 0xF0061EF2          MC 14 Error Information Register 0
MTU_MC14_ERRINFO1 0xF0061EF4          MC 14 Error Information Register 1
MTU_MC14_ERRINFO2 0xF0061EF6          MC 14 Error Information Register 2
MTU_MC14_ERRINFO3 0xF0061EF8          MC 14 Error Information Register 3
MTU_MC14_ERRINFO4 0xF0061EFA          MC 14 Error Information Register 4
MTU_MC15_CONFIG0 0xF0061F00          MC 15 Configuration Register 0
MTU_MC15_CONFIG1 0xF0061F02          MC 15 Configuration Register 1
MTU_MC15_MCONTROL 0xF0061F04          MC 15 MBIST Control Register
MTU_MC15_MSTATUS 0xF0061F06          MC 15 Status Register
MTU_MC15_RANGE  0xF0061F08          MC 15 Range Register, single address mode
MTU_MC15_REVID  0xF0061F0C          MC 15 Revision ID Register
MTU_MC15_ECCS   0xF0061F0E          MC 15 ECC Safety Register
MTU_MC15_ECCD   0xF0061F10          MC 15 Memory ECC Detection Register
MTU_MC15_ETRR0  0xF0061F12          MC 15 Error Tracking Register 0
MTU_MC15_ETRR1  0xF0061F14          MC 15 Error Tracking Register 1
MTU_MC15_ETRR2  0xF0061F16          MC 15 Error Tracking Register 2
MTU_MC15_ETRR3  0xF0061F18          MC 15 Error Tracking Register 3
MTU_MC15_ETRR4  0xF0061F1A          MC 15 Error Tracking Register 4
MTU_MC15_RDBFL0 0xF0061F60          MC 15 Read Data and Bit Flip Register 0
MTU_MC15_RDBFL1 0xF0061F62          MC 15 Read Data and Bit Flip Register 1
MTU_MC15_RDBFL2 0xF0061F64          MC 15 Read Data and Bit Flip Register 2
MTU_MC15_RDBFL3 0xF0061F66          MC 15 Read Data and Bit Flip Register 3
MTU_MC15_RDBFL4 0xF0061F68          MC 15 Read Data and Bit Flip Register 4
MTU_MC15_RDBFL5 0xF0061F6A          MC 15 Read Data and Bit Flip Register 5
MTU_MC15_RDBFL6 0xF0061F6C          MC 15 Read Data and Bit Flip Register 6
MTU_MC15_RDBFL7 0xF0061F6E          MC 15 Read Data and Bit Flip Register 7
MTU_MC15_RDBFL8 0xF0061F70          MC 15 Read Data and Bit Flip Register 8
MTU_MC15_RDBFL9 0xF0061F72          MC 15 Read Data and Bit Flip Register 9
MTU_MC15_RDBFL10 0xF0061F74          MC 15 Read Data and Bit Flip Register 10
MTU_MC15_RDBFL11 0xF0061F76          MC 15 Read Data and Bit Flip Register 11
MTU_MC15_RDBFL12 0xF0061F78          MC 15 Read Data and Bit Flip Register 12
MTU_MC15_RDBFL13 0xF0061F7A          MC 15 Read Data and Bit Flip Register 13
MTU_MC15_RDBFL14 0xF0061F7C          MC 15 Read Data and Bit Flip Register 14
MTU_MC15_RDBFL15 0xF0061F7E          MC 15 Read Data and Bit Flip Register 15
MTU_MC15_RDBFL16 0xF0061F80          MC 15 Read Data and Bit Flip Register 16
MTU_MC15_RDBFL17 0xF0061F82          MC 15 Read Data and Bit Flip Register 17
MTU_MC15_RDBFL18 0xF0061F84          MC 15 Read Data and Bit Flip Register 18
MTU_MC15_RDBFL19 0xF0061F86          MC 15 Read Data and Bit Flip Register 19
MTU_MC15_RDBFL20 0xF0061F88          MC 15 Read Data and Bit Flip Register 20
MTU_MC15_RDBFL21 0xF0061F8A          MC 15 Read Data and Bit Flip Register 21
MTU_MC15_RDBFL22 0xF0061F8C          MC 15 Read Data and Bit Flip Register 22
MTU_MC15_RDBFL23 0xF0061F8E          MC 15 Read Data and Bit Flip Register 23
MTU_MC15_RDBFL24 0xF0061F90          MC 15 Read Data and Bit Flip Register 24
MTU_MC15_RDBFL25 0xF0061F92          MC 15 Read Data and Bit Flip Register 25
MTU_MC15_RDBFL26 0xF0061F94          MC 15 Read Data and Bit Flip Register 26
MTU_MC15_RDBFL27 0xF0061F96          MC 15 Read Data and Bit Flip Register 27
MTU_MC15_RDBFL28 0xF0061F98          MC 15 Read Data and Bit Flip Register 28
MTU_MC15_RDBFL29 0xF0061F9A          MC 15 Read Data and Bit Flip Register 29
MTU_MC15_RDBFL30 0xF0061F9C          MC 15 Read Data and Bit Flip Register 30
MTU_MC15_RDBFL31 0xF0061F9E          MC 15 Read Data and Bit Flip Register 31
MTU_MC15_RDBFL32 0xF0061FA0          MC 15 Read Data and Bit Flip Register 32
MTU_MC15_RDBFL33 0xF0061FA2          MC 15 Read Data and Bit Flip Register 33
MTU_MC15_RDBFL34 0xF0061FA4          MC 15 Read Data and Bit Flip Register 34
MTU_MC15_RDBFL35 0xF0061FA6          MC 15 Read Data and Bit Flip Register 35
MTU_MC15_RDBFL36 0xF0061FA8          MC 15 Read Data and Bit Flip Register 36
MTU_MC15_RDBFL37 0xF0061FAA          MC 15 Read Data and Bit Flip Register 37
MTU_MC15_RDBFL38 0xF0061FAC          MC 15 Read Data and Bit Flip Register 38
MTU_MC15_RDBFL39 0xF0061FAE          MC 15 Read Data and Bit Flip Register 39
MTU_MC15_RDBFL40 0xF0061FB0          MC 15 Read Data and Bit Flip Register 40
MTU_MC15_RDBFL41 0xF0061FB2          MC 15 Read Data and Bit Flip Register 41
MTU_MC15_RDBFL42 0xF0061FB4          MC 15 Read Data and Bit Flip Register 42
MTU_MC15_RDBFL43 0xF0061FB6          MC 15 Read Data and Bit Flip Register 43
MTU_MC15_RDBFL44 0xF0061FB8          MC 15 Read Data and Bit Flip Register 44
MTU_MC15_RDBFL45 0xF0061FBA          MC 15 Read Data and Bit Flip Register 45
MTU_MC15_RDBFL46 0xF0061FBC          MC 15 Read Data and Bit Flip Register 46
MTU_MC15_RDBFL47 0xF0061FBE          MC 15 Read Data and Bit Flip Register 47
MTU_MC15_RDBFL48 0xF0061FC0          MC 15 Read Data and Bit Flip Register 48
MTU_MC15_RDBFL49 0xF0061FC2          MC 15 Read Data and Bit Flip Register 49
MTU_MC15_RDBFL50 0xF0061FC4          MC 15 Read Data and Bit Flip Register 50
MTU_MC15_RDBFL51 0xF0061FC6          MC 15 Read Data and Bit Flip Register 51
MTU_MC15_RDBFL52 0xF0061FC8          MC 15 Read Data and Bit Flip Register 52
MTU_MC15_RDBFL53 0xF0061FCA          MC 15 Read Data and Bit Flip Register 53
MTU_MC15_RDBFL54 0xF0061FCC          MC 15 Read Data and Bit Flip Register 54
MTU_MC15_RDBFL55 0xF0061FCE          MC 15 Read Data and Bit Flip Register 55
MTU_MC15_RDBFL56 0xF0061FD0          MC 15 Read Data and Bit Flip Register 56
MTU_MC15_RDBFL57 0xF0061FD2          MC 15 Read Data and Bit Flip Register 57
MTU_MC15_RDBFL58 0xF0061FD4          MC 15 Read Data and Bit Flip Register 58
MTU_MC15_RDBFL59 0xF0061FD6          MC 15 Read Data and Bit Flip Register 59
MTU_MC15_RDBFL60 0xF0061FD8          MC 15 Read Data and Bit Flip Register 60
MTU_MC15_RDBFL61 0xF0061FDA          MC 15 Read Data and Bit Flip Register 61
MTU_MC15_RDBFL62 0xF0061FDC          MC 15 Read Data and Bit Flip Register 62
MTU_MC15_RDBFL63 0xF0061FDE          MC 15 Read Data and Bit Flip Register 63
MTU_MC15_RDBFL64 0xF0061FE0          MC 15 Read Data and Bit Flip Register 64
MTU_MC15_RDBFL65 0xF0061FE2          MC 15 Read Data and Bit Flip Register 65
MTU_MC15_RDBFL66 0xF0061FE4          MC 15 Read Data and Bit Flip Register 66
MTU_MC15_ALMSRCS 0xF0061FEE          MC 15 Alarm Sources Configuration Register
MTU_MC15_FAULTSTS 0xF0061FF0          MC 15 SSH Safety Faults Status Register
MTU_MC15_ERRINFO0 0xF0061FF2          MC 15 Error Information Register 0
MTU_MC15_ERRINFO1 0xF0061FF4          MC 15 Error Information Register 1
MTU_MC15_ERRINFO2 0xF0061FF6          MC 15 Error Information Register 2
MTU_MC15_ERRINFO3 0xF0061FF8          MC 15 Error Information Register 3
MTU_MC15_ERRINFO4 0xF0061FFA          MC 15 Error Information Register 4
MTU_MC16_CONFIG0 0xF0062000          MC 16 Configuration Register 0
MTU_MC16_CONFIG1 0xF0062002          MC 16 Configuration Register 1
MTU_MC16_MCONTROL 0xF0062004          MC 16 MBIST Control Register
MTU_MC16_MSTATUS 0xF0062006          MC 16 Status Register
MTU_MC16_RANGE  0xF0062008          MC 16 Range Register, single address mode
MTU_MC16_REVID  0xF006200C          MC 16 Revision ID Register
MTU_MC16_ECCS   0xF006200E          MC 16 ECC Safety Register
MTU_MC16_ECCD   0xF0062010          MC 16 Memory ECC Detection Register
MTU_MC16_ETRR0  0xF0062012          MC 16 Error Tracking Register 0
MTU_MC16_ETRR1  0xF0062014          MC 16 Error Tracking Register 1
MTU_MC16_ETRR2  0xF0062016          MC 16 Error Tracking Register 2
MTU_MC16_ETRR3  0xF0062018          MC 16 Error Tracking Register 3
MTU_MC16_ETRR4  0xF006201A          MC 16 Error Tracking Register 4
MTU_MC16_RDBFL0 0xF0062060          MC 16 Read Data and Bit Flip Register 0
MTU_MC16_RDBFL1 0xF0062062          MC 16 Read Data and Bit Flip Register 1
MTU_MC16_RDBFL2 0xF0062064          MC 16 Read Data and Bit Flip Register 2
MTU_MC16_RDBFL3 0xF0062066          MC 16 Read Data and Bit Flip Register 3
MTU_MC16_RDBFL4 0xF0062068          MC 16 Read Data and Bit Flip Register 4
MTU_MC16_RDBFL5 0xF006206A          MC 16 Read Data and Bit Flip Register 5
MTU_MC16_RDBFL6 0xF006206C          MC 16 Read Data and Bit Flip Register 6
MTU_MC16_RDBFL7 0xF006206E          MC 16 Read Data and Bit Flip Register 7
MTU_MC16_RDBFL8 0xF0062070          MC 16 Read Data and Bit Flip Register 8
MTU_MC16_RDBFL9 0xF0062072          MC 16 Read Data and Bit Flip Register 9
MTU_MC16_RDBFL10 0xF0062074          MC 16 Read Data and Bit Flip Register 10
MTU_MC16_RDBFL11 0xF0062076          MC 16 Read Data and Bit Flip Register 11
MTU_MC16_RDBFL12 0xF0062078          MC 16 Read Data and Bit Flip Register 12
MTU_MC16_RDBFL13 0xF006207A          MC 16 Read Data and Bit Flip Register 13
MTU_MC16_RDBFL14 0xF006207C          MC 16 Read Data and Bit Flip Register 14
MTU_MC16_RDBFL15 0xF006207E          MC 16 Read Data and Bit Flip Register 15
MTU_MC16_RDBFL16 0xF0062080          MC 16 Read Data and Bit Flip Register 16
MTU_MC16_RDBFL17 0xF0062082          MC 16 Read Data and Bit Flip Register 17
MTU_MC16_RDBFL18 0xF0062084          MC 16 Read Data and Bit Flip Register 18
MTU_MC16_RDBFL19 0xF0062086          MC 16 Read Data and Bit Flip Register 19
MTU_MC16_RDBFL20 0xF0062088          MC 16 Read Data and Bit Flip Register 20
MTU_MC16_RDBFL21 0xF006208A          MC 16 Read Data and Bit Flip Register 21
MTU_MC16_RDBFL22 0xF006208C          MC 16 Read Data and Bit Flip Register 22
MTU_MC16_RDBFL23 0xF006208E          MC 16 Read Data and Bit Flip Register 23
MTU_MC16_RDBFL24 0xF0062090          MC 16 Read Data and Bit Flip Register 24
MTU_MC16_RDBFL25 0xF0062092          MC 16 Read Data and Bit Flip Register 25
MTU_MC16_RDBFL26 0xF0062094          MC 16 Read Data and Bit Flip Register 26
MTU_MC16_RDBFL27 0xF0062096          MC 16 Read Data and Bit Flip Register 27
MTU_MC16_RDBFL28 0xF0062098          MC 16 Read Data and Bit Flip Register 28
MTU_MC16_RDBFL29 0xF006209A          MC 16 Read Data and Bit Flip Register 29
MTU_MC16_RDBFL30 0xF006209C          MC 16 Read Data and Bit Flip Register 30
MTU_MC16_RDBFL31 0xF006209E          MC 16 Read Data and Bit Flip Register 31
MTU_MC16_RDBFL32 0xF00620A0          MC 16 Read Data and Bit Flip Register 32
MTU_MC16_RDBFL33 0xF00620A2          MC 16 Read Data and Bit Flip Register 33
MTU_MC16_RDBFL34 0xF00620A4          MC 16 Read Data and Bit Flip Register 34
MTU_MC16_RDBFL35 0xF00620A6          MC 16 Read Data and Bit Flip Register 35
MTU_MC16_RDBFL36 0xF00620A8          MC 16 Read Data and Bit Flip Register 36
MTU_MC16_RDBFL37 0xF00620AA          MC 16 Read Data and Bit Flip Register 37
MTU_MC16_RDBFL38 0xF00620AC          MC 16 Read Data and Bit Flip Register 38
MTU_MC16_RDBFL39 0xF00620AE          MC 16 Read Data and Bit Flip Register 39
MTU_MC16_RDBFL40 0xF00620B0          MC 16 Read Data and Bit Flip Register 40
MTU_MC16_RDBFL41 0xF00620B2          MC 16 Read Data and Bit Flip Register 41
MTU_MC16_RDBFL42 0xF00620B4          MC 16 Read Data and Bit Flip Register 42
MTU_MC16_RDBFL43 0xF00620B6          MC 16 Read Data and Bit Flip Register 43
MTU_MC16_RDBFL44 0xF00620B8          MC 16 Read Data and Bit Flip Register 44
MTU_MC16_RDBFL45 0xF00620BA          MC 16 Read Data and Bit Flip Register 45
MTU_MC16_RDBFL46 0xF00620BC          MC 16 Read Data and Bit Flip Register 46
MTU_MC16_RDBFL47 0xF00620BE          MC 16 Read Data and Bit Flip Register 47
MTU_MC16_RDBFL48 0xF00620C0          MC 16 Read Data and Bit Flip Register 48
MTU_MC16_RDBFL49 0xF00620C2          MC 16 Read Data and Bit Flip Register 49
MTU_MC16_RDBFL50 0xF00620C4          MC 16 Read Data and Bit Flip Register 50
MTU_MC16_RDBFL51 0xF00620C6          MC 16 Read Data and Bit Flip Register 51
MTU_MC16_RDBFL52 0xF00620C8          MC 16 Read Data and Bit Flip Register 52
MTU_MC16_RDBFL53 0xF00620CA          MC 16 Read Data and Bit Flip Register 53
MTU_MC16_RDBFL54 0xF00620CC          MC 16 Read Data and Bit Flip Register 54
MTU_MC16_RDBFL55 0xF00620CE          MC 16 Read Data and Bit Flip Register 55
MTU_MC16_RDBFL56 0xF00620D0          MC 16 Read Data and Bit Flip Register 56
MTU_MC16_RDBFL57 0xF00620D2          MC 16 Read Data and Bit Flip Register 57
MTU_MC16_RDBFL58 0xF00620D4          MC 16 Read Data and Bit Flip Register 58
MTU_MC16_RDBFL59 0xF00620D6          MC 16 Read Data and Bit Flip Register 59
MTU_MC16_RDBFL60 0xF00620D8          MC 16 Read Data and Bit Flip Register 60
MTU_MC16_RDBFL61 0xF00620DA          MC 16 Read Data and Bit Flip Register 61
MTU_MC16_RDBFL62 0xF00620DC          MC 16 Read Data and Bit Flip Register 62
MTU_MC16_RDBFL63 0xF00620DE          MC 16 Read Data and Bit Flip Register 63
MTU_MC16_RDBFL64 0xF00620E0          MC 16 Read Data and Bit Flip Register 64
MTU_MC16_RDBFL65 0xF00620E2          MC 16 Read Data and Bit Flip Register 65
MTU_MC16_RDBFL66 0xF00620E4          MC 16 Read Data and Bit Flip Register 66
MTU_MC16_ALMSRCS 0xF00620EE          MC 16 Alarm Sources Configuration Register
MTU_MC16_FAULTSTS 0xF00620F0          MC 16 SSH Safety Faults Status Register
MTU_MC16_ERRINFO0 0xF00620F2          MC 16 Error Information Register 0
MTU_MC16_ERRINFO1 0xF00620F4          MC 16 Error Information Register 1
MTU_MC16_ERRINFO2 0xF00620F6          MC 16 Error Information Register 2
MTU_MC16_ERRINFO3 0xF00620F8          MC 16 Error Information Register 3
MTU_MC16_ERRINFO4 0xF00620FA          MC 16 Error Information Register 4
MTU_MC17_CONFIG0 0xF0062100          MC 17 Configuration Register 0
MTU_MC17_CONFIG1 0xF0062102          MC 17 Configuration Register 1
MTU_MC17_MCONTROL 0xF0062104          MC 17 MBIST Control Register
MTU_MC17_MSTATUS 0xF0062106          MC 17 Status Register
MTU_MC17_RANGE  0xF0062108          MC 17 Range Register, single address mode
MTU_MC17_REVID  0xF006210C          MC 17 Revision ID Register
MTU_MC17_ECCS   0xF006210E          MC 17 ECC Safety Register
MTU_MC17_ECCD   0xF0062110          MC 17 Memory ECC Detection Register
MTU_MC17_ETRR0  0xF0062112          MC 17 Error Tracking Register 0
MTU_MC17_ETRR1  0xF0062114          MC 17 Error Tracking Register 1
MTU_MC17_ETRR2  0xF0062116          MC 17 Error Tracking Register 2
MTU_MC17_ETRR3  0xF0062118          MC 17 Error Tracking Register 3
MTU_MC17_ETRR4  0xF006211A          MC 17 Error Tracking Register 4
MTU_MC17_RDBFL0 0xF0062160          MC 17 Read Data and Bit Flip Register 0
MTU_MC17_RDBFL1 0xF0062162          MC 17 Read Data and Bit Flip Register 1
MTU_MC17_RDBFL2 0xF0062164          MC 17 Read Data and Bit Flip Register 2
MTU_MC17_RDBFL3 0xF0062166          MC 17 Read Data and Bit Flip Register 3
MTU_MC17_RDBFL4 0xF0062168          MC 17 Read Data and Bit Flip Register 4
MTU_MC17_RDBFL5 0xF006216A          MC 17 Read Data and Bit Flip Register 5
MTU_MC17_RDBFL6 0xF006216C          MC 17 Read Data and Bit Flip Register 6
MTU_MC17_RDBFL7 0xF006216E          MC 17 Read Data and Bit Flip Register 7
MTU_MC17_RDBFL8 0xF0062170          MC 17 Read Data and Bit Flip Register 8
MTU_MC17_RDBFL9 0xF0062172          MC 17 Read Data and Bit Flip Register 9
MTU_MC17_RDBFL10 0xF0062174          MC 17 Read Data and Bit Flip Register 10
MTU_MC17_RDBFL11 0xF0062176          MC 17 Read Data and Bit Flip Register 11
MTU_MC17_RDBFL12 0xF0062178          MC 17 Read Data and Bit Flip Register 12
MTU_MC17_RDBFL13 0xF006217A          MC 17 Read Data and Bit Flip Register 13
MTU_MC17_RDBFL14 0xF006217C          MC 17 Read Data and Bit Flip Register 14
MTU_MC17_RDBFL15 0xF006217E          MC 17 Read Data and Bit Flip Register 15
MTU_MC17_RDBFL16 0xF0062180          MC 17 Read Data and Bit Flip Register 16
MTU_MC17_RDBFL17 0xF0062182          MC 17 Read Data and Bit Flip Register 17
MTU_MC17_RDBFL18 0xF0062184          MC 17 Read Data and Bit Flip Register 18
MTU_MC17_RDBFL19 0xF0062186          MC 17 Read Data and Bit Flip Register 19
MTU_MC17_RDBFL20 0xF0062188          MC 17 Read Data and Bit Flip Register 20
MTU_MC17_RDBFL21 0xF006218A          MC 17 Read Data and Bit Flip Register 21
MTU_MC17_RDBFL22 0xF006218C          MC 17 Read Data and Bit Flip Register 22
MTU_MC17_RDBFL23 0xF006218E          MC 17 Read Data and Bit Flip Register 23
MTU_MC17_RDBFL24 0xF0062190          MC 17 Read Data and Bit Flip Register 24
MTU_MC17_RDBFL25 0xF0062192          MC 17 Read Data and Bit Flip Register 25
MTU_MC17_RDBFL26 0xF0062194          MC 17 Read Data and Bit Flip Register 26
MTU_MC17_RDBFL27 0xF0062196          MC 17 Read Data and Bit Flip Register 27
MTU_MC17_RDBFL28 0xF0062198          MC 17 Read Data and Bit Flip Register 28
MTU_MC17_RDBFL29 0xF006219A          MC 17 Read Data and Bit Flip Register 29
MTU_MC17_RDBFL30 0xF006219C          MC 17 Read Data and Bit Flip Register 30
MTU_MC17_RDBFL31 0xF006219E          MC 17 Read Data and Bit Flip Register 31
MTU_MC17_RDBFL32 0xF00621A0          MC 17 Read Data and Bit Flip Register 32
MTU_MC17_RDBFL33 0xF00621A2          MC 17 Read Data and Bit Flip Register 33
MTU_MC17_RDBFL34 0xF00621A4          MC 17 Read Data and Bit Flip Register 34
MTU_MC17_RDBFL35 0xF00621A6          MC 17 Read Data and Bit Flip Register 35
MTU_MC17_RDBFL36 0xF00621A8          MC 17 Read Data and Bit Flip Register 36
MTU_MC17_RDBFL37 0xF00621AA          MC 17 Read Data and Bit Flip Register 37
MTU_MC17_RDBFL38 0xF00621AC          MC 17 Read Data and Bit Flip Register 38
MTU_MC17_RDBFL39 0xF00621AE          MC 17 Read Data and Bit Flip Register 39
MTU_MC17_RDBFL40 0xF00621B0          MC 17 Read Data and Bit Flip Register 40
MTU_MC17_RDBFL41 0xF00621B2          MC 17 Read Data and Bit Flip Register 41
MTU_MC17_RDBFL42 0xF00621B4          MC 17 Read Data and Bit Flip Register 42
MTU_MC17_RDBFL43 0xF00621B6          MC 17 Read Data and Bit Flip Register 43
MTU_MC17_RDBFL44 0xF00621B8          MC 17 Read Data and Bit Flip Register 44
MTU_MC17_RDBFL45 0xF00621BA          MC 17 Read Data and Bit Flip Register 45
MTU_MC17_RDBFL46 0xF00621BC          MC 17 Read Data and Bit Flip Register 46
MTU_MC17_RDBFL47 0xF00621BE          MC 17 Read Data and Bit Flip Register 47
MTU_MC17_RDBFL48 0xF00621C0          MC 17 Read Data and Bit Flip Register 48
MTU_MC17_RDBFL49 0xF00621C2          MC 17 Read Data and Bit Flip Register 49
MTU_MC17_RDBFL50 0xF00621C4          MC 17 Read Data and Bit Flip Register 50
MTU_MC17_RDBFL51 0xF00621C6          MC 17 Read Data and Bit Flip Register 51
MTU_MC17_RDBFL52 0xF00621C8          MC 17 Read Data and Bit Flip Register 52
MTU_MC17_RDBFL53 0xF00621CA          MC 17 Read Data and Bit Flip Register 53
MTU_MC17_RDBFL54 0xF00621CC          MC 17 Read Data and Bit Flip Register 54
MTU_MC17_RDBFL55 0xF00621CE          MC 17 Read Data and Bit Flip Register 55
MTU_MC17_RDBFL56 0xF00621D0          MC 17 Read Data and Bit Flip Register 56
MTU_MC17_RDBFL57 0xF00621D2          MC 17 Read Data and Bit Flip Register 57
MTU_MC17_RDBFL58 0xF00621D4          MC 17 Read Data and Bit Flip Register 58
MTU_MC17_RDBFL59 0xF00621D6          MC 17 Read Data and Bit Flip Register 59
MTU_MC17_RDBFL60 0xF00621D8          MC 17 Read Data and Bit Flip Register 60
MTU_MC17_RDBFL61 0xF00621DA          MC 17 Read Data and Bit Flip Register 61
MTU_MC17_RDBFL62 0xF00621DC          MC 17 Read Data and Bit Flip Register 62
MTU_MC17_RDBFL63 0xF00621DE          MC 17 Read Data and Bit Flip Register 63
MTU_MC17_RDBFL64 0xF00621E0          MC 17 Read Data and Bit Flip Register 64
MTU_MC17_RDBFL65 0xF00621E2          MC 17 Read Data and Bit Flip Register 65
MTU_MC17_RDBFL66 0xF00621E4          MC 17 Read Data and Bit Flip Register 66
MTU_MC17_ALMSRCS 0xF00621EE          MC 17 Alarm Sources Configuration Register
MTU_MC17_FAULTSTS 0xF00621F0          MC 17 SSH Safety Faults Status Register
MTU_MC17_ERRINFO0 0xF00621F2          MC 17 Error Information Register 0
MTU_MC17_ERRINFO1 0xF00621F4          MC 17 Error Information Register 1
MTU_MC17_ERRINFO2 0xF00621F6          MC 17 Error Information Register 2
MTU_MC17_ERRINFO3 0xF00621F8          MC 17 Error Information Register 3
MTU_MC17_ERRINFO4 0xF00621FA          MC 17 Error Information Register 4
MTU_MC18_CONFIG0 0xF0062200          MC 18 Configuration Register 0
MTU_MC18_CONFIG1 0xF0062202          MC 18 Configuration Register 1
MTU_MC18_MCONTROL 0xF0062204          MC 18 MBIST Control Register
MTU_MC18_MSTATUS 0xF0062206          MC 18 Status Register
MTU_MC18_RANGE  0xF0062208          MC 18 Range Register, single address mode
MTU_MC18_REVID  0xF006220C          MC 18 Revision ID Register
MTU_MC18_ECCS   0xF006220E          MC 18 ECC Safety Register
MTU_MC18_ECCD   0xF0062210          MC 18 Memory ECC Detection Register
MTU_MC18_ETRR0  0xF0062212          MC 18 Error Tracking Register 0
MTU_MC18_ETRR1  0xF0062214          MC 18 Error Tracking Register 1
MTU_MC18_ETRR2  0xF0062216          MC 18 Error Tracking Register 2
MTU_MC18_ETRR3  0xF0062218          MC 18 Error Tracking Register 3
MTU_MC18_ETRR4  0xF006221A          MC 18 Error Tracking Register 4
MTU_MC18_RDBFL0 0xF0062260          MC 18 Read Data and Bit Flip Register 0
MTU_MC18_RDBFL1 0xF0062262          MC 18 Read Data and Bit Flip Register 1
MTU_MC18_RDBFL2 0xF0062264          MC 18 Read Data and Bit Flip Register 2
MTU_MC18_RDBFL3 0xF0062266          MC 18 Read Data and Bit Flip Register 3
MTU_MC18_RDBFL4 0xF0062268          MC 18 Read Data and Bit Flip Register 4
MTU_MC18_RDBFL5 0xF006226A          MC 18 Read Data and Bit Flip Register 5
MTU_MC18_RDBFL6 0xF006226C          MC 18 Read Data and Bit Flip Register 6
MTU_MC18_RDBFL7 0xF006226E          MC 18 Read Data and Bit Flip Register 7
MTU_MC18_RDBFL8 0xF0062270          MC 18 Read Data and Bit Flip Register 8
MTU_MC18_RDBFL9 0xF0062272          MC 18 Read Data and Bit Flip Register 9
MTU_MC18_RDBFL10 0xF0062274          MC 18 Read Data and Bit Flip Register 10
MTU_MC18_RDBFL11 0xF0062276          MC 18 Read Data and Bit Flip Register 11
MTU_MC18_RDBFL12 0xF0062278          MC 18 Read Data and Bit Flip Register 12
MTU_MC18_RDBFL13 0xF006227A          MC 18 Read Data and Bit Flip Register 13
MTU_MC18_RDBFL14 0xF006227C          MC 18 Read Data and Bit Flip Register 14
MTU_MC18_RDBFL15 0xF006227E          MC 18 Read Data and Bit Flip Register 15
MTU_MC18_RDBFL16 0xF0062280          MC 18 Read Data and Bit Flip Register 16
MTU_MC18_RDBFL17 0xF0062282          MC 18 Read Data and Bit Flip Register 17
MTU_MC18_RDBFL18 0xF0062284          MC 18 Read Data and Bit Flip Register 18
MTU_MC18_RDBFL19 0xF0062286          MC 18 Read Data and Bit Flip Register 19
MTU_MC18_RDBFL20 0xF0062288          MC 18 Read Data and Bit Flip Register 20
MTU_MC18_RDBFL21 0xF006228A          MC 18 Read Data and Bit Flip Register 21
MTU_MC18_RDBFL22 0xF006228C          MC 18 Read Data and Bit Flip Register 22
MTU_MC18_RDBFL23 0xF006228E          MC 18 Read Data and Bit Flip Register 23
MTU_MC18_RDBFL24 0xF0062290          MC 18 Read Data and Bit Flip Register 24
MTU_MC18_RDBFL25 0xF0062292          MC 18 Read Data and Bit Flip Register 25
MTU_MC18_RDBFL26 0xF0062294          MC 18 Read Data and Bit Flip Register 26
MTU_MC18_RDBFL27 0xF0062296          MC 18 Read Data and Bit Flip Register 27
MTU_MC18_RDBFL28 0xF0062298          MC 18 Read Data and Bit Flip Register 28
MTU_MC18_RDBFL29 0xF006229A          MC 18 Read Data and Bit Flip Register 29
MTU_MC18_RDBFL30 0xF006229C          MC 18 Read Data and Bit Flip Register 30
MTU_MC18_RDBFL31 0xF006229E          MC 18 Read Data and Bit Flip Register 31
MTU_MC18_RDBFL32 0xF00622A0          MC 18 Read Data and Bit Flip Register 32
MTU_MC18_RDBFL33 0xF00622A2          MC 18 Read Data and Bit Flip Register 33
MTU_MC18_RDBFL34 0xF00622A4          MC 18 Read Data and Bit Flip Register 34
MTU_MC18_RDBFL35 0xF00622A6          MC 18 Read Data and Bit Flip Register 35
MTU_MC18_RDBFL36 0xF00622A8          MC 18 Read Data and Bit Flip Register 36
MTU_MC18_RDBFL37 0xF00622AA          MC 18 Read Data and Bit Flip Register 37
MTU_MC18_RDBFL38 0xF00622AC          MC 18 Read Data and Bit Flip Register 38
MTU_MC18_RDBFL39 0xF00622AE          MC 18 Read Data and Bit Flip Register 39
MTU_MC18_RDBFL40 0xF00622B0          MC 18 Read Data and Bit Flip Register 40
MTU_MC18_RDBFL41 0xF00622B2          MC 18 Read Data and Bit Flip Register 41
MTU_MC18_RDBFL42 0xF00622B4          MC 18 Read Data and Bit Flip Register 42
MTU_MC18_RDBFL43 0xF00622B6          MC 18 Read Data and Bit Flip Register 43
MTU_MC18_RDBFL44 0xF00622B8          MC 18 Read Data and Bit Flip Register 44
MTU_MC18_RDBFL45 0xF00622BA          MC 18 Read Data and Bit Flip Register 45
MTU_MC18_RDBFL46 0xF00622BC          MC 18 Read Data and Bit Flip Register 46
MTU_MC18_RDBFL47 0xF00622BE          MC 18 Read Data and Bit Flip Register 47
MTU_MC18_RDBFL48 0xF00622C0          MC 18 Read Data and Bit Flip Register 48
MTU_MC18_RDBFL49 0xF00622C2          MC 18 Read Data and Bit Flip Register 49
MTU_MC18_RDBFL50 0xF00622C4          MC 18 Read Data and Bit Flip Register 50
MTU_MC18_RDBFL51 0xF00622C6          MC 18 Read Data and Bit Flip Register 51
MTU_MC18_RDBFL52 0xF00622C8          MC 18 Read Data and Bit Flip Register 52
MTU_MC18_RDBFL53 0xF00622CA          MC 18 Read Data and Bit Flip Register 53
MTU_MC18_RDBFL54 0xF00622CC          MC 18 Read Data and Bit Flip Register 54
MTU_MC18_RDBFL55 0xF00622CE          MC 18 Read Data and Bit Flip Register 55
MTU_MC18_RDBFL56 0xF00622D0          MC 18 Read Data and Bit Flip Register 56
MTU_MC18_RDBFL57 0xF00622D2          MC 18 Read Data and Bit Flip Register 57
MTU_MC18_RDBFL58 0xF00622D4          MC 18 Read Data and Bit Flip Register 58
MTU_MC18_RDBFL59 0xF00622D6          MC 18 Read Data and Bit Flip Register 59
MTU_MC18_RDBFL60 0xF00622D8          MC 18 Read Data and Bit Flip Register 60
MTU_MC18_RDBFL61 0xF00622DA          MC 18 Read Data and Bit Flip Register 61
MTU_MC18_RDBFL62 0xF00622DC          MC 18 Read Data and Bit Flip Register 62
MTU_MC18_RDBFL63 0xF00622DE          MC 18 Read Data and Bit Flip Register 63
MTU_MC18_RDBFL64 0xF00622E0          MC 18 Read Data and Bit Flip Register 64
MTU_MC18_RDBFL65 0xF00622E2          MC 18 Read Data and Bit Flip Register 65
MTU_MC18_RDBFL66 0xF00622E4          MC 18 Read Data and Bit Flip Register 66
MTU_MC18_ALMSRCS 0xF00622EE          MC 18 Alarm Sources Configuration Register
MTU_MC18_FAULTSTS 0xF00622F0          MC 18 SSH Safety Faults Status Register
MTU_MC18_ERRINFO0 0xF00622F2          MC 18 Error Information Register 0
MTU_MC18_ERRINFO1 0xF00622F4          MC 18 Error Information Register 1
MTU_MC18_ERRINFO2 0xF00622F6          MC 18 Error Information Register 2
MTU_MC18_ERRINFO3 0xF00622F8          MC 18 Error Information Register 3
MTU_MC18_ERRINFO4 0xF00622FA          MC 18 Error Information Register 4
MTU_MC19_CONFIG0 0xF0062300          MC 19 Configuration Register 0
MTU_MC19_CONFIG1 0xF0062302          MC 19 Configuration Register 1
MTU_MC19_MCONTROL 0xF0062304          MC 19 MBIST Control Register
MTU_MC19_MSTATUS 0xF0062306          MC 19 Status Register
MTU_MC19_RANGE  0xF0062308          MC 19 Range Register, single address mode
MTU_MC19_REVID  0xF006230C          MC 19 Revision ID Register
MTU_MC19_ECCS   0xF006230E          MC 19 ECC Safety Register
MTU_MC19_ECCD   0xF0062310          MC 19 Memory ECC Detection Register
MTU_MC19_ETRR0  0xF0062312          MC 19 Error Tracking Register 0
MTU_MC19_ETRR1  0xF0062314          MC 19 Error Tracking Register 1
MTU_MC19_ETRR2  0xF0062316          MC 19 Error Tracking Register 2
MTU_MC19_ETRR3  0xF0062318          MC 19 Error Tracking Register 3
MTU_MC19_ETRR4  0xF006231A          MC 19 Error Tracking Register 4
MTU_MC19_RDBFL0 0xF0062360          MC 19 Read Data and Bit Flip Register 0
MTU_MC19_RDBFL1 0xF0062362          MC 19 Read Data and Bit Flip Register 1
MTU_MC19_RDBFL2 0xF0062364          MC 19 Read Data and Bit Flip Register 2
MTU_MC19_RDBFL3 0xF0062366          MC 19 Read Data and Bit Flip Register 3
MTU_MC19_RDBFL4 0xF0062368          MC 19 Read Data and Bit Flip Register 4
MTU_MC19_RDBFL5 0xF006236A          MC 19 Read Data and Bit Flip Register 5
MTU_MC19_RDBFL6 0xF006236C          MC 19 Read Data and Bit Flip Register 6
MTU_MC19_RDBFL7 0xF006236E          MC 19 Read Data and Bit Flip Register 7
MTU_MC19_RDBFL8 0xF0062370          MC 19 Read Data and Bit Flip Register 8
MTU_MC19_RDBFL9 0xF0062372          MC 19 Read Data and Bit Flip Register 9
MTU_MC19_RDBFL10 0xF0062374          MC 19 Read Data and Bit Flip Register 10
MTU_MC19_RDBFL11 0xF0062376          MC 19 Read Data and Bit Flip Register 11
MTU_MC19_RDBFL12 0xF0062378          MC 19 Read Data and Bit Flip Register 12
MTU_MC19_RDBFL13 0xF006237A          MC 19 Read Data and Bit Flip Register 13
MTU_MC19_RDBFL14 0xF006237C          MC 19 Read Data and Bit Flip Register 14
MTU_MC19_RDBFL15 0xF006237E          MC 19 Read Data and Bit Flip Register 15
MTU_MC19_RDBFL16 0xF0062380          MC 19 Read Data and Bit Flip Register 16
MTU_MC19_RDBFL17 0xF0062382          MC 19 Read Data and Bit Flip Register 17
MTU_MC19_RDBFL18 0xF0062384          MC 19 Read Data and Bit Flip Register 18
MTU_MC19_RDBFL19 0xF0062386          MC 19 Read Data and Bit Flip Register 19
MTU_MC19_RDBFL20 0xF0062388          MC 19 Read Data and Bit Flip Register 20
MTU_MC19_RDBFL21 0xF006238A          MC 19 Read Data and Bit Flip Register 21
MTU_MC19_RDBFL22 0xF006238C          MC 19 Read Data and Bit Flip Register 22
MTU_MC19_RDBFL23 0xF006238E          MC 19 Read Data and Bit Flip Register 23
MTU_MC19_RDBFL24 0xF0062390          MC 19 Read Data and Bit Flip Register 24
MTU_MC19_RDBFL25 0xF0062392          MC 19 Read Data and Bit Flip Register 25
MTU_MC19_RDBFL26 0xF0062394          MC 19 Read Data and Bit Flip Register 26
MTU_MC19_RDBFL27 0xF0062396          MC 19 Read Data and Bit Flip Register 27
MTU_MC19_RDBFL28 0xF0062398          MC 19 Read Data and Bit Flip Register 28
MTU_MC19_RDBFL29 0xF006239A          MC 19 Read Data and Bit Flip Register 29
MTU_MC19_RDBFL30 0xF006239C          MC 19 Read Data and Bit Flip Register 30
MTU_MC19_RDBFL31 0xF006239E          MC 19 Read Data and Bit Flip Register 31
MTU_MC19_RDBFL32 0xF00623A0          MC 19 Read Data and Bit Flip Register 32
MTU_MC19_RDBFL33 0xF00623A2          MC 19 Read Data and Bit Flip Register 33
MTU_MC19_RDBFL34 0xF00623A4          MC 19 Read Data and Bit Flip Register 34
MTU_MC19_RDBFL35 0xF00623A6          MC 19 Read Data and Bit Flip Register 35
MTU_MC19_RDBFL36 0xF00623A8          MC 19 Read Data and Bit Flip Register 36
MTU_MC19_RDBFL37 0xF00623AA          MC 19 Read Data and Bit Flip Register 37
MTU_MC19_RDBFL38 0xF00623AC          MC 19 Read Data and Bit Flip Register 38
MTU_MC19_RDBFL39 0xF00623AE          MC 19 Read Data and Bit Flip Register 39
MTU_MC19_RDBFL40 0xF00623B0          MC 19 Read Data and Bit Flip Register 40
MTU_MC19_RDBFL41 0xF00623B2          MC 19 Read Data and Bit Flip Register 41
MTU_MC19_RDBFL42 0xF00623B4          MC 19 Read Data and Bit Flip Register 42
MTU_MC19_RDBFL43 0xF00623B6          MC 19 Read Data and Bit Flip Register 43
MTU_MC19_RDBFL44 0xF00623B8          MC 19 Read Data and Bit Flip Register 44
MTU_MC19_RDBFL45 0xF00623BA          MC 19 Read Data and Bit Flip Register 45
MTU_MC19_RDBFL46 0xF00623BC          MC 19 Read Data and Bit Flip Register 46
MTU_MC19_RDBFL47 0xF00623BE          MC 19 Read Data and Bit Flip Register 47
MTU_MC19_RDBFL48 0xF00623C0          MC 19 Read Data and Bit Flip Register 48
MTU_MC19_RDBFL49 0xF00623C2          MC 19 Read Data and Bit Flip Register 49
MTU_MC19_RDBFL50 0xF00623C4          MC 19 Read Data and Bit Flip Register 50
MTU_MC19_RDBFL51 0xF00623C6          MC 19 Read Data and Bit Flip Register 51
MTU_MC19_RDBFL52 0xF00623C8          MC 19 Read Data and Bit Flip Register 52
MTU_MC19_RDBFL53 0xF00623CA          MC 19 Read Data and Bit Flip Register 53
MTU_MC19_RDBFL54 0xF00623CC          MC 19 Read Data and Bit Flip Register 54
MTU_MC19_RDBFL55 0xF00623CE          MC 19 Read Data and Bit Flip Register 55
MTU_MC19_RDBFL56 0xF00623D0          MC 19 Read Data and Bit Flip Register 56
MTU_MC19_RDBFL57 0xF00623D2          MC 19 Read Data and Bit Flip Register 57
MTU_MC19_RDBFL58 0xF00623D4          MC 19 Read Data and Bit Flip Register 58
MTU_MC19_RDBFL59 0xF00623D6          MC 19 Read Data and Bit Flip Register 59
MTU_MC19_RDBFL60 0xF00623D8          MC 19 Read Data and Bit Flip Register 60
MTU_MC19_RDBFL61 0xF00623DA          MC 19 Read Data and Bit Flip Register 61
MTU_MC19_RDBFL62 0xF00623DC          MC 19 Read Data and Bit Flip Register 62
MTU_MC19_RDBFL63 0xF00623DE          MC 19 Read Data and Bit Flip Register 63
MTU_MC19_RDBFL64 0xF00623E0          MC 19 Read Data and Bit Flip Register 64
MTU_MC19_RDBFL65 0xF00623E2          MC 19 Read Data and Bit Flip Register 65
MTU_MC19_RDBFL66 0xF00623E4          MC 19 Read Data and Bit Flip Register 66
MTU_MC19_ALMSRCS 0xF00623EE          MC 19 Alarm Sources Configuration Register
MTU_MC19_FAULTSTS 0xF00623F0          MC 19 SSH Safety Faults Status Register
MTU_MC19_ERRINFO0 0xF00623F2          MC 19 Error Information Register 0
MTU_MC19_ERRINFO1 0xF00623F4          MC 19 Error Information Register 1
MTU_MC19_ERRINFO2 0xF00623F6          MC 19 Error Information Register 2
MTU_MC19_ERRINFO3 0xF00623F8          MC 19 Error Information Register 3
MTU_MC19_ERRINFO4 0xF00623FA          MC 19 Error Information Register 4
MTU_MC20_CONFIG0 0xF0062400          MC 20 Configuration Register 0
MTU_MC20_CONFIG1 0xF0062402          MC 20 Configuration Register 1
MTU_MC20_MCONTROL 0xF0062404          MC 20 MBIST Control Register
MTU_MC20_MSTATUS 0xF0062406          MC 20 Status Register
MTU_MC20_RANGE  0xF0062408          MC 20 Range Register, single address mode
MTU_MC20_REVID  0xF006240C          MC 20 Revision ID Register
MTU_MC20_ECCS   0xF006240E          MC 20 ECC Safety Register
MTU_MC20_ECCD   0xF0062410          MC 20 Memory ECC Detection Register
MTU_MC20_ETRR0  0xF0062412          MC 20 Error Tracking Register 0
MTU_MC20_ETRR1  0xF0062414          MC 20 Error Tracking Register 1
MTU_MC20_ETRR2  0xF0062416          MC 20 Error Tracking Register 2
MTU_MC20_ETRR3  0xF0062418          MC 20 Error Tracking Register 3
MTU_MC20_ETRR4  0xF006241A          MC 20 Error Tracking Register 4
MTU_MC20_RDBFL0 0xF0062460          MC 20 Read Data and Bit Flip Register 0
MTU_MC20_RDBFL1 0xF0062462          MC 20 Read Data and Bit Flip Register 1
MTU_MC20_RDBFL2 0xF0062464          MC 20 Read Data and Bit Flip Register 2
MTU_MC20_RDBFL3 0xF0062466          MC 20 Read Data and Bit Flip Register 3
MTU_MC20_RDBFL4 0xF0062468          MC 20 Read Data and Bit Flip Register 4
MTU_MC20_RDBFL5 0xF006246A          MC 20 Read Data and Bit Flip Register 5
MTU_MC20_RDBFL6 0xF006246C          MC 20 Read Data and Bit Flip Register 6
MTU_MC20_RDBFL7 0xF006246E          MC 20 Read Data and Bit Flip Register 7
MTU_MC20_RDBFL8 0xF0062470          MC 20 Read Data and Bit Flip Register 8
MTU_MC20_RDBFL9 0xF0062472          MC 20 Read Data and Bit Flip Register 9
MTU_MC20_RDBFL10 0xF0062474          MC 20 Read Data and Bit Flip Register 10
MTU_MC20_RDBFL11 0xF0062476          MC 20 Read Data and Bit Flip Register 11
MTU_MC20_RDBFL12 0xF0062478          MC 20 Read Data and Bit Flip Register 12
MTU_MC20_RDBFL13 0xF006247A          MC 20 Read Data and Bit Flip Register 13
MTU_MC20_RDBFL14 0xF006247C          MC 20 Read Data and Bit Flip Register 14
MTU_MC20_RDBFL15 0xF006247E          MC 20 Read Data and Bit Flip Register 15
MTU_MC20_RDBFL16 0xF0062480          MC 20 Read Data and Bit Flip Register 16
MTU_MC20_RDBFL17 0xF0062482          MC 20 Read Data and Bit Flip Register 17
MTU_MC20_RDBFL18 0xF0062484          MC 20 Read Data and Bit Flip Register 18
MTU_MC20_RDBFL19 0xF0062486          MC 20 Read Data and Bit Flip Register 19
MTU_MC20_RDBFL20 0xF0062488          MC 20 Read Data and Bit Flip Register 20
MTU_MC20_RDBFL21 0xF006248A          MC 20 Read Data and Bit Flip Register 21
MTU_MC20_RDBFL22 0xF006248C          MC 20 Read Data and Bit Flip Register 22
MTU_MC20_RDBFL23 0xF006248E          MC 20 Read Data and Bit Flip Register 23
MTU_MC20_RDBFL24 0xF0062490          MC 20 Read Data and Bit Flip Register 24
MTU_MC20_RDBFL25 0xF0062492          MC 20 Read Data and Bit Flip Register 25
MTU_MC20_RDBFL26 0xF0062494          MC 20 Read Data and Bit Flip Register 26
MTU_MC20_RDBFL27 0xF0062496          MC 20 Read Data and Bit Flip Register 27
MTU_MC20_RDBFL28 0xF0062498          MC 20 Read Data and Bit Flip Register 28
MTU_MC20_RDBFL29 0xF006249A          MC 20 Read Data and Bit Flip Register 29
MTU_MC20_RDBFL30 0xF006249C          MC 20 Read Data and Bit Flip Register 30
MTU_MC20_RDBFL31 0xF006249E          MC 20 Read Data and Bit Flip Register 31
MTU_MC20_RDBFL32 0xF00624A0          MC 20 Read Data and Bit Flip Register 32
MTU_MC20_RDBFL33 0xF00624A2          MC 20 Read Data and Bit Flip Register 33
MTU_MC20_RDBFL34 0xF00624A4          MC 20 Read Data and Bit Flip Register 34
MTU_MC20_RDBFL35 0xF00624A6          MC 20 Read Data and Bit Flip Register 35
MTU_MC20_RDBFL36 0xF00624A8          MC 20 Read Data and Bit Flip Register 36
MTU_MC20_RDBFL37 0xF00624AA          MC 20 Read Data and Bit Flip Register 37
MTU_MC20_RDBFL38 0xF00624AC          MC 20 Read Data and Bit Flip Register 38
MTU_MC20_RDBFL39 0xF00624AE          MC 20 Read Data and Bit Flip Register 39
MTU_MC20_RDBFL40 0xF00624B0          MC 20 Read Data and Bit Flip Register 40
MTU_MC20_RDBFL41 0xF00624B2          MC 20 Read Data and Bit Flip Register 41
MTU_MC20_RDBFL42 0xF00624B4          MC 20 Read Data and Bit Flip Register 42
MTU_MC20_RDBFL43 0xF00624B6          MC 20 Read Data and Bit Flip Register 43
MTU_MC20_RDBFL44 0xF00624B8          MC 20 Read Data and Bit Flip Register 44
MTU_MC20_RDBFL45 0xF00624BA          MC 20 Read Data and Bit Flip Register 45
MTU_MC20_RDBFL46 0xF00624BC          MC 20 Read Data and Bit Flip Register 46
MTU_MC20_RDBFL47 0xF00624BE          MC 20 Read Data and Bit Flip Register 47
MTU_MC20_RDBFL48 0xF00624C0          MC 20 Read Data and Bit Flip Register 48
MTU_MC20_RDBFL49 0xF00624C2          MC 20 Read Data and Bit Flip Register 49
MTU_MC20_RDBFL50 0xF00624C4          MC 20 Read Data and Bit Flip Register 50
MTU_MC20_RDBFL51 0xF00624C6          MC 20 Read Data and Bit Flip Register 51
MTU_MC20_RDBFL52 0xF00624C8          MC 20 Read Data and Bit Flip Register 52
MTU_MC20_RDBFL53 0xF00624CA          MC 20 Read Data and Bit Flip Register 53
MTU_MC20_RDBFL54 0xF00624CC          MC 20 Read Data and Bit Flip Register 54
MTU_MC20_RDBFL55 0xF00624CE          MC 20 Read Data and Bit Flip Register 55
MTU_MC20_RDBFL56 0xF00624D0          MC 20 Read Data and Bit Flip Register 56
MTU_MC20_RDBFL57 0xF00624D2          MC 20 Read Data and Bit Flip Register 57
MTU_MC20_RDBFL58 0xF00624D4          MC 20 Read Data and Bit Flip Register 58
MTU_MC20_RDBFL59 0xF00624D6          MC 20 Read Data and Bit Flip Register 59
MTU_MC20_RDBFL60 0xF00624D8          MC 20 Read Data and Bit Flip Register 60
MTU_MC20_RDBFL61 0xF00624DA          MC 20 Read Data and Bit Flip Register 61
MTU_MC20_RDBFL62 0xF00624DC          MC 20 Read Data and Bit Flip Register 62
MTU_MC20_RDBFL63 0xF00624DE          MC 20 Read Data and Bit Flip Register 63
MTU_MC20_RDBFL64 0xF00624E0          MC 20 Read Data and Bit Flip Register 64
MTU_MC20_RDBFL65 0xF00624E2          MC 20 Read Data and Bit Flip Register 65
MTU_MC20_RDBFL66 0xF00624E4          MC 20 Read Data and Bit Flip Register 66
MTU_MC20_ALMSRCS 0xF00624EE          MC 20 Alarm Sources Configuration Register
MTU_MC20_FAULTSTS 0xF00624F0          MC 20 SSH Safety Faults Status Register
MTU_MC20_ERRINFO0 0xF00624F2          MC 20 Error Information Register 0
MTU_MC20_ERRINFO1 0xF00624F4          MC 20 Error Information Register 1
MTU_MC20_ERRINFO2 0xF00624F6          MC 20 Error Information Register 2
MTU_MC20_ERRINFO3 0xF00624F8          MC 20 Error Information Register 3
MTU_MC20_ERRINFO4 0xF00624FA          MC 20 Error Information Register 4
MTU_MC21_CONFIG0 0xF0062500          MC 21 Configuration Register 0
MTU_MC21_CONFIG1 0xF0062502          MC 21 Configuration Register 1
MTU_MC21_MCONTROL 0xF0062504          MC 21 MBIST Control Register
MTU_MC21_MSTATUS 0xF0062506          MC 21 Status Register
MTU_MC21_RANGE  0xF0062508          MC 21 Range Register, single address mode
MTU_MC21_REVID  0xF006250C          MC 21 Revision ID Register
MTU_MC21_ECCS   0xF006250E          MC 21 ECC Safety Register
MTU_MC21_ECCD   0xF0062510          MC 21 Memory ECC Detection Register
MTU_MC21_ETRR0  0xF0062512          MC 21 Error Tracking Register 0
MTU_MC21_ETRR1  0xF0062514          MC 21 Error Tracking Register 1
MTU_MC21_ETRR2  0xF0062516          MC 21 Error Tracking Register 2
MTU_MC21_ETRR3  0xF0062518          MC 21 Error Tracking Register 3
MTU_MC21_ETRR4  0xF006251A          MC 21 Error Tracking Register 4
MTU_MC21_RDBFL0 0xF0062560          MC 21 Read Data and Bit Flip Register 0
MTU_MC21_RDBFL1 0xF0062562          MC 21 Read Data and Bit Flip Register 1
MTU_MC21_RDBFL2 0xF0062564          MC 21 Read Data and Bit Flip Register 2
MTU_MC21_RDBFL3 0xF0062566          MC 21 Read Data and Bit Flip Register 3
MTU_MC21_RDBFL4 0xF0062568          MC 21 Read Data and Bit Flip Register 4
MTU_MC21_RDBFL5 0xF006256A          MC 21 Read Data and Bit Flip Register 5
MTU_MC21_RDBFL6 0xF006256C          MC 21 Read Data and Bit Flip Register 6
MTU_MC21_RDBFL7 0xF006256E          MC 21 Read Data and Bit Flip Register 7
MTU_MC21_RDBFL8 0xF0062570          MC 21 Read Data and Bit Flip Register 8
MTU_MC21_RDBFL9 0xF0062572          MC 21 Read Data and Bit Flip Register 9
MTU_MC21_RDBFL10 0xF0062574          MC 21 Read Data and Bit Flip Register 10
MTU_MC21_RDBFL11 0xF0062576          MC 21 Read Data and Bit Flip Register 11
MTU_MC21_RDBFL12 0xF0062578          MC 21 Read Data and Bit Flip Register 12
MTU_MC21_RDBFL13 0xF006257A          MC 21 Read Data and Bit Flip Register 13
MTU_MC21_RDBFL14 0xF006257C          MC 21 Read Data and Bit Flip Register 14
MTU_MC21_RDBFL15 0xF006257E          MC 21 Read Data and Bit Flip Register 15
MTU_MC21_RDBFL16 0xF0062580          MC 21 Read Data and Bit Flip Register 16
MTU_MC21_RDBFL17 0xF0062582          MC 21 Read Data and Bit Flip Register 17
MTU_MC21_RDBFL18 0xF0062584          MC 21 Read Data and Bit Flip Register 18
MTU_MC21_RDBFL19 0xF0062586          MC 21 Read Data and Bit Flip Register 19
MTU_MC21_RDBFL20 0xF0062588          MC 21 Read Data and Bit Flip Register 20
MTU_MC21_RDBFL21 0xF006258A          MC 21 Read Data and Bit Flip Register 21
MTU_MC21_RDBFL22 0xF006258C          MC 21 Read Data and Bit Flip Register 22
MTU_MC21_RDBFL23 0xF006258E          MC 21 Read Data and Bit Flip Register 23
MTU_MC21_RDBFL24 0xF0062590          MC 21 Read Data and Bit Flip Register 24
MTU_MC21_RDBFL25 0xF0062592          MC 21 Read Data and Bit Flip Register 25
MTU_MC21_RDBFL26 0xF0062594          MC 21 Read Data and Bit Flip Register 26
MTU_MC21_RDBFL27 0xF0062596          MC 21 Read Data and Bit Flip Register 27
MTU_MC21_RDBFL28 0xF0062598          MC 21 Read Data and Bit Flip Register 28
MTU_MC21_RDBFL29 0xF006259A          MC 21 Read Data and Bit Flip Register 29
MTU_MC21_RDBFL30 0xF006259C          MC 21 Read Data and Bit Flip Register 30
MTU_MC21_RDBFL31 0xF006259E          MC 21 Read Data and Bit Flip Register 31
MTU_MC21_RDBFL32 0xF00625A0          MC 21 Read Data and Bit Flip Register 32
MTU_MC21_RDBFL33 0xF00625A2          MC 21 Read Data and Bit Flip Register 33
MTU_MC21_RDBFL34 0xF00625A4          MC 21 Read Data and Bit Flip Register 34
MTU_MC21_RDBFL35 0xF00625A6          MC 21 Read Data and Bit Flip Register 35
MTU_MC21_RDBFL36 0xF00625A8          MC 21 Read Data and Bit Flip Register 36
MTU_MC21_RDBFL37 0xF00625AA          MC 21 Read Data and Bit Flip Register 37
MTU_MC21_RDBFL38 0xF00625AC          MC 21 Read Data and Bit Flip Register 38
MTU_MC21_RDBFL39 0xF00625AE          MC 21 Read Data and Bit Flip Register 39
MTU_MC21_RDBFL40 0xF00625B0          MC 21 Read Data and Bit Flip Register 40
MTU_MC21_RDBFL41 0xF00625B2          MC 21 Read Data and Bit Flip Register 41
MTU_MC21_RDBFL42 0xF00625B4          MC 21 Read Data and Bit Flip Register 42
MTU_MC21_RDBFL43 0xF00625B6          MC 21 Read Data and Bit Flip Register 43
MTU_MC21_RDBFL44 0xF00625B8          MC 21 Read Data and Bit Flip Register 44
MTU_MC21_RDBFL45 0xF00625BA          MC 21 Read Data and Bit Flip Register 45
MTU_MC21_RDBFL46 0xF00625BC          MC 21 Read Data and Bit Flip Register 46
MTU_MC21_RDBFL47 0xF00625BE          MC 21 Read Data and Bit Flip Register 47
MTU_MC21_RDBFL48 0xF00625C0          MC 21 Read Data and Bit Flip Register 48
MTU_MC21_RDBFL49 0xF00625C2          MC 21 Read Data and Bit Flip Register 49
MTU_MC21_RDBFL50 0xF00625C4          MC 21 Read Data and Bit Flip Register 50
MTU_MC21_RDBFL51 0xF00625C6          MC 21 Read Data and Bit Flip Register 51
MTU_MC21_RDBFL52 0xF00625C8          MC 21 Read Data and Bit Flip Register 52
MTU_MC21_RDBFL53 0xF00625CA          MC 21 Read Data and Bit Flip Register 53
MTU_MC21_RDBFL54 0xF00625CC          MC 21 Read Data and Bit Flip Register 54
MTU_MC21_RDBFL55 0xF00625CE          MC 21 Read Data and Bit Flip Register 55
MTU_MC21_RDBFL56 0xF00625D0          MC 21 Read Data and Bit Flip Register 56
MTU_MC21_RDBFL57 0xF00625D2          MC 21 Read Data and Bit Flip Register 57
MTU_MC21_RDBFL58 0xF00625D4          MC 21 Read Data and Bit Flip Register 58
MTU_MC21_RDBFL59 0xF00625D6          MC 21 Read Data and Bit Flip Register 59
MTU_MC21_RDBFL60 0xF00625D8          MC 21 Read Data and Bit Flip Register 60
MTU_MC21_RDBFL61 0xF00625DA          MC 21 Read Data and Bit Flip Register 61
MTU_MC21_RDBFL62 0xF00625DC          MC 21 Read Data and Bit Flip Register 62
MTU_MC21_RDBFL63 0xF00625DE          MC 21 Read Data and Bit Flip Register 63
MTU_MC21_RDBFL64 0xF00625E0          MC 21 Read Data and Bit Flip Register 64
MTU_MC21_RDBFL65 0xF00625E2          MC 21 Read Data and Bit Flip Register 65
MTU_MC21_RDBFL66 0xF00625E4          MC 21 Read Data and Bit Flip Register 66
MTU_MC21_ALMSRCS 0xF00625EE          MC 21 Alarm Sources Configuration Register
MTU_MC21_FAULTSTS 0xF00625F0          MC 21 SSH Safety Faults Status Register
MTU_MC21_ERRINFO0 0xF00625F2          MC 21 Error Information Register 0
MTU_MC21_ERRINFO1 0xF00625F4          MC 21 Error Information Register 1
MTU_MC21_ERRINFO2 0xF00625F6          MC 21 Error Information Register 2
MTU_MC21_ERRINFO3 0xF00625F8          MC 21 Error Information Register 3
MTU_MC21_ERRINFO4 0xF00625FA          MC 21 Error Information Register 4
MTU_MC22_CONFIG0 0xF0062600          MC 22 Configuration Register 0
MTU_MC22_CONFIG1 0xF0062602          MC 22 Configuration Register 1
MTU_MC22_MCONTROL 0xF0062604          MC 22 MBIST Control Register
MTU_MC22_MSTATUS 0xF0062606          MC 22 Status Register
MTU_MC22_RANGE  0xF0062608          MC 22 Range Register, single address mode
MTU_MC22_REVID  0xF006260C          MC 22 Revision ID Register
MTU_MC22_ECCS   0xF006260E          MC 22 ECC Safety Register
MTU_MC22_ECCD   0xF0062610          MC 22 Memory ECC Detection Register
MTU_MC22_ETRR0  0xF0062612          MC 22 Error Tracking Register 0
MTU_MC22_ETRR1  0xF0062614          MC 22 Error Tracking Register 1
MTU_MC22_ETRR2  0xF0062616          MC 22 Error Tracking Register 2
MTU_MC22_ETRR3  0xF0062618          MC 22 Error Tracking Register 3
MTU_MC22_ETRR4  0xF006261A          MC 22 Error Tracking Register 4
MTU_MC22_RDBFL0 0xF0062660          MC 22 Read Data and Bit Flip Register 0
MTU_MC22_RDBFL1 0xF0062662          MC 22 Read Data and Bit Flip Register 1
MTU_MC22_RDBFL2 0xF0062664          MC 22 Read Data and Bit Flip Register 2
MTU_MC22_RDBFL3 0xF0062666          MC 22 Read Data and Bit Flip Register 3
MTU_MC22_RDBFL4 0xF0062668          MC 22 Read Data and Bit Flip Register 4
MTU_MC22_RDBFL5 0xF006266A          MC 22 Read Data and Bit Flip Register 5
MTU_MC22_RDBFL6 0xF006266C          MC 22 Read Data and Bit Flip Register 6
MTU_MC22_RDBFL7 0xF006266E          MC 22 Read Data and Bit Flip Register 7
MTU_MC22_RDBFL8 0xF0062670          MC 22 Read Data and Bit Flip Register 8
MTU_MC22_RDBFL9 0xF0062672          MC 22 Read Data and Bit Flip Register 9
MTU_MC22_RDBFL10 0xF0062674          MC 22 Read Data and Bit Flip Register 10
MTU_MC22_RDBFL11 0xF0062676          MC 22 Read Data and Bit Flip Register 11
MTU_MC22_RDBFL12 0xF0062678          MC 22 Read Data and Bit Flip Register 12
MTU_MC22_RDBFL13 0xF006267A          MC 22 Read Data and Bit Flip Register 13
MTU_MC22_RDBFL14 0xF006267C          MC 22 Read Data and Bit Flip Register 14
MTU_MC22_RDBFL15 0xF006267E          MC 22 Read Data and Bit Flip Register 15
MTU_MC22_RDBFL16 0xF0062680          MC 22 Read Data and Bit Flip Register 16
MTU_MC22_RDBFL17 0xF0062682          MC 22 Read Data and Bit Flip Register 17
MTU_MC22_RDBFL18 0xF0062684          MC 22 Read Data and Bit Flip Register 18
MTU_MC22_RDBFL19 0xF0062686          MC 22 Read Data and Bit Flip Register 19
MTU_MC22_RDBFL20 0xF0062688          MC 22 Read Data and Bit Flip Register 20
MTU_MC22_RDBFL21 0xF006268A          MC 22 Read Data and Bit Flip Register 21
MTU_MC22_RDBFL22 0xF006268C          MC 22 Read Data and Bit Flip Register 22
MTU_MC22_RDBFL23 0xF006268E          MC 22 Read Data and Bit Flip Register 23
MTU_MC22_RDBFL24 0xF0062690          MC 22 Read Data and Bit Flip Register 24
MTU_MC22_RDBFL25 0xF0062692          MC 22 Read Data and Bit Flip Register 25
MTU_MC22_RDBFL26 0xF0062694          MC 22 Read Data and Bit Flip Register 26
MTU_MC22_RDBFL27 0xF0062696          MC 22 Read Data and Bit Flip Register 27
MTU_MC22_RDBFL28 0xF0062698          MC 22 Read Data and Bit Flip Register 28
MTU_MC22_RDBFL29 0xF006269A          MC 22 Read Data and Bit Flip Register 29
MTU_MC22_RDBFL30 0xF006269C          MC 22 Read Data and Bit Flip Register 30
MTU_MC22_RDBFL31 0xF006269E          MC 22 Read Data and Bit Flip Register 31
MTU_MC22_RDBFL32 0xF00626A0          MC 22 Read Data and Bit Flip Register 32
MTU_MC22_RDBFL33 0xF00626A2          MC 22 Read Data and Bit Flip Register 33
MTU_MC22_RDBFL34 0xF00626A4          MC 22 Read Data and Bit Flip Register 34
MTU_MC22_RDBFL35 0xF00626A6          MC 22 Read Data and Bit Flip Register 35
MTU_MC22_RDBFL36 0xF00626A8          MC 22 Read Data and Bit Flip Register 36
MTU_MC22_RDBFL37 0xF00626AA          MC 22 Read Data and Bit Flip Register 37
MTU_MC22_RDBFL38 0xF00626AC          MC 22 Read Data and Bit Flip Register 38
MTU_MC22_RDBFL39 0xF00626AE          MC 22 Read Data and Bit Flip Register 39
MTU_MC22_RDBFL40 0xF00626B0          MC 22 Read Data and Bit Flip Register 40
MTU_MC22_RDBFL41 0xF00626B2          MC 22 Read Data and Bit Flip Register 41
MTU_MC22_RDBFL42 0xF00626B4          MC 22 Read Data and Bit Flip Register 42
MTU_MC22_RDBFL43 0xF00626B6          MC 22 Read Data and Bit Flip Register 43
MTU_MC22_RDBFL44 0xF00626B8          MC 22 Read Data and Bit Flip Register 44
MTU_MC22_RDBFL45 0xF00626BA          MC 22 Read Data and Bit Flip Register 45
MTU_MC22_RDBFL46 0xF00626BC          MC 22 Read Data and Bit Flip Register 46
MTU_MC22_RDBFL47 0xF00626BE          MC 22 Read Data and Bit Flip Register 47
MTU_MC22_RDBFL48 0xF00626C0          MC 22 Read Data and Bit Flip Register 48
MTU_MC22_RDBFL49 0xF00626C2          MC 22 Read Data and Bit Flip Register 49
MTU_MC22_RDBFL50 0xF00626C4          MC 22 Read Data and Bit Flip Register 50
MTU_MC22_RDBFL51 0xF00626C6          MC 22 Read Data and Bit Flip Register 51
MTU_MC22_RDBFL52 0xF00626C8          MC 22 Read Data and Bit Flip Register 52
MTU_MC22_RDBFL53 0xF00626CA          MC 22 Read Data and Bit Flip Register 53
MTU_MC22_RDBFL54 0xF00626CC          MC 22 Read Data and Bit Flip Register 54
MTU_MC22_RDBFL55 0xF00626CE          MC 22 Read Data and Bit Flip Register 55
MTU_MC22_RDBFL56 0xF00626D0          MC 22 Read Data and Bit Flip Register 56
MTU_MC22_RDBFL57 0xF00626D2          MC 22 Read Data and Bit Flip Register 57
MTU_MC22_RDBFL58 0xF00626D4          MC 22 Read Data and Bit Flip Register 58
MTU_MC22_RDBFL59 0xF00626D6          MC 22 Read Data and Bit Flip Register 59
MTU_MC22_RDBFL60 0xF00626D8          MC 22 Read Data and Bit Flip Register 60
MTU_MC22_RDBFL61 0xF00626DA          MC 22 Read Data and Bit Flip Register 61
MTU_MC22_RDBFL62 0xF00626DC          MC 22 Read Data and Bit Flip Register 62
MTU_MC22_RDBFL63 0xF00626DE          MC 22 Read Data and Bit Flip Register 63
MTU_MC22_RDBFL64 0xF00626E0          MC 22 Read Data and Bit Flip Register 64
MTU_MC22_RDBFL65 0xF00626E2          MC 22 Read Data and Bit Flip Register 65
MTU_MC22_RDBFL66 0xF00626E4          MC 22 Read Data and Bit Flip Register 66
MTU_MC22_ALMSRCS 0xF00626EE          MC 22 Alarm Sources Configuration Register
MTU_MC22_FAULTSTS 0xF00626F0          MC 22 SSH Safety Faults Status Register
MTU_MC22_ERRINFO0 0xF00626F2          MC 22 Error Information Register 0
MTU_MC22_ERRINFO1 0xF00626F4          MC 22 Error Information Register 1
MTU_MC22_ERRINFO2 0xF00626F6          MC 22 Error Information Register 2
MTU_MC22_ERRINFO3 0xF00626F8          MC 22 Error Information Register 3
MTU_MC22_ERRINFO4 0xF00626FA          MC 22 Error Information Register 4
MTU_MC23_CONFIG0 0xF0062700          MC 23 Configuration Register 0
MTU_MC23_CONFIG1 0xF0062702          MC 23 Configuration Register 1
MTU_MC23_MCONTROL 0xF0062704          MC 23 MBIST Control Register
MTU_MC23_MSTATUS 0xF0062706          MC 23 Status Register
MTU_MC23_RANGE  0xF0062708          MC 23 Range Register, single address mode
MTU_MC23_REVID  0xF006270C          MC 23 Revision ID Register
MTU_MC23_ECCS   0xF006270E          MC 23 ECC Safety Register
MTU_MC23_ECCD   0xF0062710          MC 23 Memory ECC Detection Register
MTU_MC23_ETRR0  0xF0062712          MC 23 Error Tracking Register 0
MTU_MC23_ETRR1  0xF0062714          MC 23 Error Tracking Register 1
MTU_MC23_ETRR2  0xF0062716          MC 23 Error Tracking Register 2
MTU_MC23_ETRR3  0xF0062718          MC 23 Error Tracking Register 3
MTU_MC23_ETRR4  0xF006271A          MC 23 Error Tracking Register 4
MTU_MC23_RDBFL0 0xF0062760          MC 23 Read Data and Bit Flip Register 0
MTU_MC23_RDBFL1 0xF0062762          MC 23 Read Data and Bit Flip Register 1
MTU_MC23_RDBFL2 0xF0062764          MC 23 Read Data and Bit Flip Register 2
MTU_MC23_RDBFL3 0xF0062766          MC 23 Read Data and Bit Flip Register 3
MTU_MC23_RDBFL4 0xF0062768          MC 23 Read Data and Bit Flip Register 4
MTU_MC23_RDBFL5 0xF006276A          MC 23 Read Data and Bit Flip Register 5
MTU_MC23_RDBFL6 0xF006276C          MC 23 Read Data and Bit Flip Register 6
MTU_MC23_RDBFL7 0xF006276E          MC 23 Read Data and Bit Flip Register 7
MTU_MC23_RDBFL8 0xF0062770          MC 23 Read Data and Bit Flip Register 8
MTU_MC23_RDBFL9 0xF0062772          MC 23 Read Data and Bit Flip Register 9
MTU_MC23_RDBFL10 0xF0062774          MC 23 Read Data and Bit Flip Register 10
MTU_MC23_RDBFL11 0xF0062776          MC 23 Read Data and Bit Flip Register 11
MTU_MC23_RDBFL12 0xF0062778          MC 23 Read Data and Bit Flip Register 12
MTU_MC23_RDBFL13 0xF006277A          MC 23 Read Data and Bit Flip Register 13
MTU_MC23_RDBFL14 0xF006277C          MC 23 Read Data and Bit Flip Register 14
MTU_MC23_RDBFL15 0xF006277E          MC 23 Read Data and Bit Flip Register 15
MTU_MC23_RDBFL16 0xF0062780          MC 23 Read Data and Bit Flip Register 16
MTU_MC23_RDBFL17 0xF0062782          MC 23 Read Data and Bit Flip Register 17
MTU_MC23_RDBFL18 0xF0062784          MC 23 Read Data and Bit Flip Register 18
MTU_MC23_RDBFL19 0xF0062786          MC 23 Read Data and Bit Flip Register 19
MTU_MC23_RDBFL20 0xF0062788          MC 23 Read Data and Bit Flip Register 20
MTU_MC23_RDBFL21 0xF006278A          MC 23 Read Data and Bit Flip Register 21
MTU_MC23_RDBFL22 0xF006278C          MC 23 Read Data and Bit Flip Register 22
MTU_MC23_RDBFL23 0xF006278E          MC 23 Read Data and Bit Flip Register 23
MTU_MC23_RDBFL24 0xF0062790          MC 23 Read Data and Bit Flip Register 24
MTU_MC23_RDBFL25 0xF0062792          MC 23 Read Data and Bit Flip Register 25
MTU_MC23_RDBFL26 0xF0062794          MC 23 Read Data and Bit Flip Register 26
MTU_MC23_RDBFL27 0xF0062796          MC 23 Read Data and Bit Flip Register 27
MTU_MC23_RDBFL28 0xF0062798          MC 23 Read Data and Bit Flip Register 28
MTU_MC23_RDBFL29 0xF006279A          MC 23 Read Data and Bit Flip Register 29
MTU_MC23_RDBFL30 0xF006279C          MC 23 Read Data and Bit Flip Register 30
MTU_MC23_RDBFL31 0xF006279E          MC 23 Read Data and Bit Flip Register 31
MTU_MC23_RDBFL32 0xF00627A0          MC 23 Read Data and Bit Flip Register 32
MTU_MC23_RDBFL33 0xF00627A2          MC 23 Read Data and Bit Flip Register 33
MTU_MC23_RDBFL34 0xF00627A4          MC 23 Read Data and Bit Flip Register 34
MTU_MC23_RDBFL35 0xF00627A6          MC 23 Read Data and Bit Flip Register 35
MTU_MC23_RDBFL36 0xF00627A8          MC 23 Read Data and Bit Flip Register 36
MTU_MC23_RDBFL37 0xF00627AA          MC 23 Read Data and Bit Flip Register 37
MTU_MC23_RDBFL38 0xF00627AC          MC 23 Read Data and Bit Flip Register 38
MTU_MC23_RDBFL39 0xF00627AE          MC 23 Read Data and Bit Flip Register 39
MTU_MC23_RDBFL40 0xF00627B0          MC 23 Read Data and Bit Flip Register 40
MTU_MC23_RDBFL41 0xF00627B2          MC 23 Read Data and Bit Flip Register 41
MTU_MC23_RDBFL42 0xF00627B4          MC 23 Read Data and Bit Flip Register 42
MTU_MC23_RDBFL43 0xF00627B6          MC 23 Read Data and Bit Flip Register 43
MTU_MC23_RDBFL44 0xF00627B8          MC 23 Read Data and Bit Flip Register 44
MTU_MC23_RDBFL45 0xF00627BA          MC 23 Read Data and Bit Flip Register 45
MTU_MC23_RDBFL46 0xF00627BC          MC 23 Read Data and Bit Flip Register 46
MTU_MC23_RDBFL47 0xF00627BE          MC 23 Read Data and Bit Flip Register 47
MTU_MC23_RDBFL48 0xF00627C0          MC 23 Read Data and Bit Flip Register 48
MTU_MC23_RDBFL49 0xF00627C2          MC 23 Read Data and Bit Flip Register 49
MTU_MC23_RDBFL50 0xF00627C4          MC 23 Read Data and Bit Flip Register 50
MTU_MC23_RDBFL51 0xF00627C6          MC 23 Read Data and Bit Flip Register 51
MTU_MC23_RDBFL52 0xF00627C8          MC 23 Read Data and Bit Flip Register 52
MTU_MC23_RDBFL53 0xF00627CA          MC 23 Read Data and Bit Flip Register 53
MTU_MC23_RDBFL54 0xF00627CC          MC 23 Read Data and Bit Flip Register 54
MTU_MC23_RDBFL55 0xF00627CE          MC 23 Read Data and Bit Flip Register 55
MTU_MC23_RDBFL56 0xF00627D0          MC 23 Read Data and Bit Flip Register 56
MTU_MC23_RDBFL57 0xF00627D2          MC 23 Read Data and Bit Flip Register 57
MTU_MC23_RDBFL58 0xF00627D4          MC 23 Read Data and Bit Flip Register 58
MTU_MC23_RDBFL59 0xF00627D6          MC 23 Read Data and Bit Flip Register 59
MTU_MC23_RDBFL60 0xF00627D8          MC 23 Read Data and Bit Flip Register 60
MTU_MC23_RDBFL61 0xF00627DA          MC 23 Read Data and Bit Flip Register 61
MTU_MC23_RDBFL62 0xF00627DC          MC 23 Read Data and Bit Flip Register 62
MTU_MC23_RDBFL63 0xF00627DE          MC 23 Read Data and Bit Flip Register 63
MTU_MC23_RDBFL64 0xF00627E0          MC 23 Read Data and Bit Flip Register 64
MTU_MC23_RDBFL65 0xF00627E2          MC 23 Read Data and Bit Flip Register 65
MTU_MC23_RDBFL66 0xF00627E4          MC 23 Read Data and Bit Flip Register 66
MTU_MC23_ALMSRCS 0xF00627EE          MC 23 Alarm Sources Configuration Register
MTU_MC23_FAULTSTS 0xF00627F0          MC 23 SSH Safety Faults Status Register
MTU_MC23_ERRINFO0 0xF00627F2          MC 23 Error Information Register 0
MTU_MC23_ERRINFO1 0xF00627F4          MC 23 Error Information Register 1
MTU_MC23_ERRINFO2 0xF00627F6          MC 23 Error Information Register 2
MTU_MC23_ERRINFO3 0xF00627F8          MC 23 Error Information Register 3
MTU_MC23_ERRINFO4 0xF00627FA          MC 23 Error Information Register 4
MTU_MC24_CONFIG0 0xF0062800          MC 24 Configuration Register 0
MTU_MC24_CONFIG1 0xF0062802          MC 24 Configuration Register 1
MTU_MC24_MCONTROL 0xF0062804          MC 24 MBIST Control Register
MTU_MC24_MSTATUS 0xF0062806          MC 24 Status Register
MTU_MC24_RANGE  0xF0062808          MC 24 Range Register, single address mode
MTU_MC24_REVID  0xF006280C          MC 24 Revision ID Register
MTU_MC24_ECCS   0xF006280E          MC 24 ECC Safety Register
MTU_MC24_ECCD   0xF0062810          MC 24 Memory ECC Detection Register
MTU_MC24_ETRR0  0xF0062812          MC 24 Error Tracking Register 0
MTU_MC24_ETRR1  0xF0062814          MC 24 Error Tracking Register 1
MTU_MC24_ETRR2  0xF0062816          MC 24 Error Tracking Register 2
MTU_MC24_ETRR3  0xF0062818          MC 24 Error Tracking Register 3
MTU_MC24_ETRR4  0xF006281A          MC 24 Error Tracking Register 4
MTU_MC24_RDBFL0 0xF0062860          MC 24 Read Data and Bit Flip Register 0
MTU_MC24_RDBFL1 0xF0062862          MC 24 Read Data and Bit Flip Register 1
MTU_MC24_RDBFL2 0xF0062864          MC 24 Read Data and Bit Flip Register 2
MTU_MC24_RDBFL3 0xF0062866          MC 24 Read Data and Bit Flip Register 3
MTU_MC24_RDBFL4 0xF0062868          MC 24 Read Data and Bit Flip Register 4
MTU_MC24_RDBFL5 0xF006286A          MC 24 Read Data and Bit Flip Register 5
MTU_MC24_RDBFL6 0xF006286C          MC 24 Read Data and Bit Flip Register 6
MTU_MC24_RDBFL7 0xF006286E          MC 24 Read Data and Bit Flip Register 7
MTU_MC24_RDBFL8 0xF0062870          MC 24 Read Data and Bit Flip Register 8
MTU_MC24_RDBFL9 0xF0062872          MC 24 Read Data and Bit Flip Register 9
MTU_MC24_RDBFL10 0xF0062874          MC 24 Read Data and Bit Flip Register 10
MTU_MC24_RDBFL11 0xF0062876          MC 24 Read Data and Bit Flip Register 11
MTU_MC24_RDBFL12 0xF0062878          MC 24 Read Data and Bit Flip Register 12
MTU_MC24_RDBFL13 0xF006287A          MC 24 Read Data and Bit Flip Register 13
MTU_MC24_RDBFL14 0xF006287C          MC 24 Read Data and Bit Flip Register 14
MTU_MC24_RDBFL15 0xF006287E          MC 24 Read Data and Bit Flip Register 15
MTU_MC24_RDBFL16 0xF0062880          MC 24 Read Data and Bit Flip Register 16
MTU_MC24_RDBFL17 0xF0062882          MC 24 Read Data and Bit Flip Register 17
MTU_MC24_RDBFL18 0xF0062884          MC 24 Read Data and Bit Flip Register 18
MTU_MC24_RDBFL19 0xF0062886          MC 24 Read Data and Bit Flip Register 19
MTU_MC24_RDBFL20 0xF0062888          MC 24 Read Data and Bit Flip Register 20
MTU_MC24_RDBFL21 0xF006288A          MC 24 Read Data and Bit Flip Register 21
MTU_MC24_RDBFL22 0xF006288C          MC 24 Read Data and Bit Flip Register 22
MTU_MC24_RDBFL23 0xF006288E          MC 24 Read Data and Bit Flip Register 23
MTU_MC24_RDBFL24 0xF0062890          MC 24 Read Data and Bit Flip Register 24
MTU_MC24_RDBFL25 0xF0062892          MC 24 Read Data and Bit Flip Register 25
MTU_MC24_RDBFL26 0xF0062894          MC 24 Read Data and Bit Flip Register 26
MTU_MC24_RDBFL27 0xF0062896          MC 24 Read Data and Bit Flip Register 27
MTU_MC24_RDBFL28 0xF0062898          MC 24 Read Data and Bit Flip Register 28
MTU_MC24_RDBFL29 0xF006289A          MC 24 Read Data and Bit Flip Register 29
MTU_MC24_RDBFL30 0xF006289C          MC 24 Read Data and Bit Flip Register 30
MTU_MC24_RDBFL31 0xF006289E          MC 24 Read Data and Bit Flip Register 31
MTU_MC24_RDBFL32 0xF00628A0          MC 24 Read Data and Bit Flip Register 32
MTU_MC24_RDBFL33 0xF00628A2          MC 24 Read Data and Bit Flip Register 33
MTU_MC24_RDBFL34 0xF00628A4          MC 24 Read Data and Bit Flip Register 34
MTU_MC24_RDBFL35 0xF00628A6          MC 24 Read Data and Bit Flip Register 35
MTU_MC24_RDBFL36 0xF00628A8          MC 24 Read Data and Bit Flip Register 36
MTU_MC24_RDBFL37 0xF00628AA          MC 24 Read Data and Bit Flip Register 37
MTU_MC24_RDBFL38 0xF00628AC          MC 24 Read Data and Bit Flip Register 38
MTU_MC24_RDBFL39 0xF00628AE          MC 24 Read Data and Bit Flip Register 39
MTU_MC24_RDBFL40 0xF00628B0          MC 24 Read Data and Bit Flip Register 40
MTU_MC24_RDBFL41 0xF00628B2          MC 24 Read Data and Bit Flip Register 41
MTU_MC24_RDBFL42 0xF00628B4          MC 24 Read Data and Bit Flip Register 42
MTU_MC24_RDBFL43 0xF00628B6          MC 24 Read Data and Bit Flip Register 43
MTU_MC24_RDBFL44 0xF00628B8          MC 24 Read Data and Bit Flip Register 44
MTU_MC24_RDBFL45 0xF00628BA          MC 24 Read Data and Bit Flip Register 45
MTU_MC24_RDBFL46 0xF00628BC          MC 24 Read Data and Bit Flip Register 46
MTU_MC24_RDBFL47 0xF00628BE          MC 24 Read Data and Bit Flip Register 47
MTU_MC24_RDBFL48 0xF00628C0          MC 24 Read Data and Bit Flip Register 48
MTU_MC24_RDBFL49 0xF00628C2          MC 24 Read Data and Bit Flip Register 49
MTU_MC24_RDBFL50 0xF00628C4          MC 24 Read Data and Bit Flip Register 50
MTU_MC24_RDBFL51 0xF00628C6          MC 24 Read Data and Bit Flip Register 51
MTU_MC24_RDBFL52 0xF00628C8          MC 24 Read Data and Bit Flip Register 52
MTU_MC24_RDBFL53 0xF00628CA          MC 24 Read Data and Bit Flip Register 53
MTU_MC24_RDBFL54 0xF00628CC          MC 24 Read Data and Bit Flip Register 54
MTU_MC24_RDBFL55 0xF00628CE          MC 24 Read Data and Bit Flip Register 55
MTU_MC24_RDBFL56 0xF00628D0          MC 24 Read Data and Bit Flip Register 56
MTU_MC24_RDBFL57 0xF00628D2          MC 24 Read Data and Bit Flip Register 57
MTU_MC24_RDBFL58 0xF00628D4          MC 24 Read Data and Bit Flip Register 58
MTU_MC24_RDBFL59 0xF00628D6          MC 24 Read Data and Bit Flip Register 59
MTU_MC24_RDBFL60 0xF00628D8          MC 24 Read Data and Bit Flip Register 60
MTU_MC24_RDBFL61 0xF00628DA          MC 24 Read Data and Bit Flip Register 61
MTU_MC24_RDBFL62 0xF00628DC          MC 24 Read Data and Bit Flip Register 62
MTU_MC24_RDBFL63 0xF00628DE          MC 24 Read Data and Bit Flip Register 63
MTU_MC24_RDBFL64 0xF00628E0          MC 24 Read Data and Bit Flip Register 64
MTU_MC24_RDBFL65 0xF00628E2          MC 24 Read Data and Bit Flip Register 65
MTU_MC24_RDBFL66 0xF00628E4          MC 24 Read Data and Bit Flip Register 66
MTU_MC24_ALMSRCS 0xF00628EE          MC 24 Alarm Sources Configuration Register
MTU_MC24_FAULTSTS 0xF00628F0          MC 24 SSH Safety Faults Status Register
MTU_MC24_ERRINFO0 0xF00628F2          MC 24 Error Information Register 0
MTU_MC24_ERRINFO1 0xF00628F4          MC 24 Error Information Register 1
MTU_MC24_ERRINFO2 0xF00628F6          MC 24 Error Information Register 2
MTU_MC24_ERRINFO3 0xF00628F8          MC 24 Error Information Register 3
MTU_MC24_ERRINFO4 0xF00628FA          MC 24 Error Information Register 4
MTU_MC25_CONFIG0 0xF0062900          MC 25 Configuration Register 0
MTU_MC25_CONFIG1 0xF0062902          MC 25 Configuration Register 1
MTU_MC25_MCONTROL 0xF0062904          MC 25 MBIST Control Register
MTU_MC25_MSTATUS 0xF0062906          MC 25 Status Register
MTU_MC25_RANGE  0xF0062908          MC 25 Range Register, single address mode
MTU_MC25_REVID  0xF006290C          MC 25 Revision ID Register
MTU_MC25_ECCS   0xF006290E          MC 25 ECC Safety Register
MTU_MC25_ECCD   0xF0062910          MC 25 Memory ECC Detection Register
MTU_MC25_ETRR0  0xF0062912          MC 25 Error Tracking Register 0
MTU_MC25_ETRR1  0xF0062914          MC 25 Error Tracking Register 1
MTU_MC25_ETRR2  0xF0062916          MC 25 Error Tracking Register 2
MTU_MC25_ETRR3  0xF0062918          MC 25 Error Tracking Register 3
MTU_MC25_ETRR4  0xF006291A          MC 25 Error Tracking Register 4
MTU_MC25_RDBFL0 0xF0062960          MC 25 Read Data and Bit Flip Register 0
MTU_MC25_RDBFL1 0xF0062962          MC 25 Read Data and Bit Flip Register 1
MTU_MC25_RDBFL2 0xF0062964          MC 25 Read Data and Bit Flip Register 2
MTU_MC25_RDBFL3 0xF0062966          MC 25 Read Data and Bit Flip Register 3
MTU_MC25_RDBFL4 0xF0062968          MC 25 Read Data and Bit Flip Register 4
MTU_MC25_RDBFL5 0xF006296A          MC 25 Read Data and Bit Flip Register 5
MTU_MC25_RDBFL6 0xF006296C          MC 25 Read Data and Bit Flip Register 6
MTU_MC25_RDBFL7 0xF006296E          MC 25 Read Data and Bit Flip Register 7
MTU_MC25_RDBFL8 0xF0062970          MC 25 Read Data and Bit Flip Register 8
MTU_MC25_RDBFL9 0xF0062972          MC 25 Read Data and Bit Flip Register 9
MTU_MC25_RDBFL10 0xF0062974          MC 25 Read Data and Bit Flip Register 10
MTU_MC25_RDBFL11 0xF0062976          MC 25 Read Data and Bit Flip Register 11
MTU_MC25_RDBFL12 0xF0062978          MC 25 Read Data and Bit Flip Register 12
MTU_MC25_RDBFL13 0xF006297A          MC 25 Read Data and Bit Flip Register 13
MTU_MC25_RDBFL14 0xF006297C          MC 25 Read Data and Bit Flip Register 14
MTU_MC25_RDBFL15 0xF006297E          MC 25 Read Data and Bit Flip Register 15
MTU_MC25_RDBFL16 0xF0062980          MC 25 Read Data and Bit Flip Register 16
MTU_MC25_RDBFL17 0xF0062982          MC 25 Read Data and Bit Flip Register 17
MTU_MC25_RDBFL18 0xF0062984          MC 25 Read Data and Bit Flip Register 18
MTU_MC25_RDBFL19 0xF0062986          MC 25 Read Data and Bit Flip Register 19
MTU_MC25_RDBFL20 0xF0062988          MC 25 Read Data and Bit Flip Register 20
MTU_MC25_RDBFL21 0xF006298A          MC 25 Read Data and Bit Flip Register 21
MTU_MC25_RDBFL22 0xF006298C          MC 25 Read Data and Bit Flip Register 22
MTU_MC25_RDBFL23 0xF006298E          MC 25 Read Data and Bit Flip Register 23
MTU_MC25_RDBFL24 0xF0062990          MC 25 Read Data and Bit Flip Register 24
MTU_MC25_RDBFL25 0xF0062992          MC 25 Read Data and Bit Flip Register 25
MTU_MC25_RDBFL26 0xF0062994          MC 25 Read Data and Bit Flip Register 26
MTU_MC25_RDBFL27 0xF0062996          MC 25 Read Data and Bit Flip Register 27
MTU_MC25_RDBFL28 0xF0062998          MC 25 Read Data and Bit Flip Register 28
MTU_MC25_RDBFL29 0xF006299A          MC 25 Read Data and Bit Flip Register 29
MTU_MC25_RDBFL30 0xF006299C          MC 25 Read Data and Bit Flip Register 30
MTU_MC25_RDBFL31 0xF006299E          MC 25 Read Data and Bit Flip Register 31
MTU_MC25_RDBFL32 0xF00629A0          MC 25 Read Data and Bit Flip Register 32
MTU_MC25_RDBFL33 0xF00629A2          MC 25 Read Data and Bit Flip Register 33
MTU_MC25_RDBFL34 0xF00629A4          MC 25 Read Data and Bit Flip Register 34
MTU_MC25_RDBFL35 0xF00629A6          MC 25 Read Data and Bit Flip Register 35
MTU_MC25_RDBFL36 0xF00629A8          MC 25 Read Data and Bit Flip Register 36
MTU_MC25_RDBFL37 0xF00629AA          MC 25 Read Data and Bit Flip Register 37
MTU_MC25_RDBFL38 0xF00629AC          MC 25 Read Data and Bit Flip Register 38
MTU_MC25_RDBFL39 0xF00629AE          MC 25 Read Data and Bit Flip Register 39
MTU_MC25_RDBFL40 0xF00629B0          MC 25 Read Data and Bit Flip Register 40
MTU_MC25_RDBFL41 0xF00629B2          MC 25 Read Data and Bit Flip Register 41
MTU_MC25_RDBFL42 0xF00629B4          MC 25 Read Data and Bit Flip Register 42
MTU_MC25_RDBFL43 0xF00629B6          MC 25 Read Data and Bit Flip Register 43
MTU_MC25_RDBFL44 0xF00629B8          MC 25 Read Data and Bit Flip Register 44
MTU_MC25_RDBFL45 0xF00629BA          MC 25 Read Data and Bit Flip Register 45
MTU_MC25_RDBFL46 0xF00629BC          MC 25 Read Data and Bit Flip Register 46
MTU_MC25_RDBFL47 0xF00629BE          MC 25 Read Data and Bit Flip Register 47
MTU_MC25_RDBFL48 0xF00629C0          MC 25 Read Data and Bit Flip Register 48
MTU_MC25_RDBFL49 0xF00629C2          MC 25 Read Data and Bit Flip Register 49
MTU_MC25_RDBFL50 0xF00629C4          MC 25 Read Data and Bit Flip Register 50
MTU_MC25_RDBFL51 0xF00629C6          MC 25 Read Data and Bit Flip Register 51
MTU_MC25_RDBFL52 0xF00629C8          MC 25 Read Data and Bit Flip Register 52
MTU_MC25_RDBFL53 0xF00629CA          MC 25 Read Data and Bit Flip Register 53
MTU_MC25_RDBFL54 0xF00629CC          MC 25 Read Data and Bit Flip Register 54
MTU_MC25_RDBFL55 0xF00629CE          MC 25 Read Data and Bit Flip Register 55
MTU_MC25_RDBFL56 0xF00629D0          MC 25 Read Data and Bit Flip Register 56
MTU_MC25_RDBFL57 0xF00629D2          MC 25 Read Data and Bit Flip Register 57
MTU_MC25_RDBFL58 0xF00629D4          MC 25 Read Data and Bit Flip Register 58
MTU_MC25_RDBFL59 0xF00629D6          MC 25 Read Data and Bit Flip Register 59
MTU_MC25_RDBFL60 0xF00629D8          MC 25 Read Data and Bit Flip Register 60
MTU_MC25_RDBFL61 0xF00629DA          MC 25 Read Data and Bit Flip Register 61
MTU_MC25_RDBFL62 0xF00629DC          MC 25 Read Data and Bit Flip Register 62
MTU_MC25_RDBFL63 0xF00629DE          MC 25 Read Data and Bit Flip Register 63
MTU_MC25_RDBFL64 0xF00629E0          MC 25 Read Data and Bit Flip Register 64
MTU_MC25_RDBFL65 0xF00629E2          MC 25 Read Data and Bit Flip Register 65
MTU_MC25_RDBFL66 0xF00629E4          MC 25 Read Data and Bit Flip Register 66
MTU_MC25_ALMSRCS 0xF00629EE          MC 25 Alarm Sources Configuration Register
MTU_MC25_FAULTSTS 0xF00629F0          MC 25 SSH Safety Faults Status Register
MTU_MC25_ERRINFO0 0xF00629F2          MC 25 Error Information Register 0
MTU_MC25_ERRINFO1 0xF00629F4          MC 25 Error Information Register 1
MTU_MC25_ERRINFO2 0xF00629F6          MC 25 Error Information Register 2
MTU_MC25_ERRINFO3 0xF00629F8          MC 25 Error Information Register 3
MTU_MC25_ERRINFO4 0xF00629FA          MC 25 Error Information Register 4
MTU_MC26_CONFIG0 0xF0062A00          MC 26 Configuration Register 0
MTU_MC26_CONFIG1 0xF0062A02          MC 26 Configuration Register 1
MTU_MC26_MCONTROL 0xF0062A04          MC 26 MBIST Control Register
MTU_MC26_MSTATUS 0xF0062A06          MC 26 Status Register
MTU_MC26_RANGE  0xF0062A08          MC 26 Range Register, single address mode
MTU_MC26_REVID  0xF0062A0C          MC 26 Revision ID Register
MTU_MC26_ECCS   0xF0062A0E          MC 26 ECC Safety Register
MTU_MC26_ECCD   0xF0062A10          MC 26 Memory ECC Detection Register
MTU_MC26_ETRR0  0xF0062A12          MC 26 Error Tracking Register 0
MTU_MC26_ETRR1  0xF0062A14          MC 26 Error Tracking Register 1
MTU_MC26_ETRR2  0xF0062A16          MC 26 Error Tracking Register 2
MTU_MC26_ETRR3  0xF0062A18          MC 26 Error Tracking Register 3
MTU_MC26_ETRR4  0xF0062A1A          MC 26 Error Tracking Register 4
MTU_MC26_RDBFL0 0xF0062A60          MC 26 Read Data and Bit Flip Register 0
MTU_MC26_RDBFL1 0xF0062A62          MC 26 Read Data and Bit Flip Register 1
MTU_MC26_RDBFL2 0xF0062A64          MC 26 Read Data and Bit Flip Register 2
MTU_MC26_RDBFL3 0xF0062A66          MC 26 Read Data and Bit Flip Register 3
MTU_MC26_RDBFL4 0xF0062A68          MC 26 Read Data and Bit Flip Register 4
MTU_MC26_RDBFL5 0xF0062A6A          MC 26 Read Data and Bit Flip Register 5
MTU_MC26_RDBFL6 0xF0062A6C          MC 26 Read Data and Bit Flip Register 6
MTU_MC26_RDBFL7 0xF0062A6E          MC 26 Read Data and Bit Flip Register 7
MTU_MC26_RDBFL8 0xF0062A70          MC 26 Read Data and Bit Flip Register 8
MTU_MC26_RDBFL9 0xF0062A72          MC 26 Read Data and Bit Flip Register 9
MTU_MC26_RDBFL10 0xF0062A74          MC 26 Read Data and Bit Flip Register 10
MTU_MC26_RDBFL11 0xF0062A76          MC 26 Read Data and Bit Flip Register 11
MTU_MC26_RDBFL12 0xF0062A78          MC 26 Read Data and Bit Flip Register 12
MTU_MC26_RDBFL13 0xF0062A7A          MC 26 Read Data and Bit Flip Register 13
MTU_MC26_RDBFL14 0xF0062A7C          MC 26 Read Data and Bit Flip Register 14
MTU_MC26_RDBFL15 0xF0062A7E          MC 26 Read Data and Bit Flip Register 15
MTU_MC26_RDBFL16 0xF0062A80          MC 26 Read Data and Bit Flip Register 16
MTU_MC26_RDBFL17 0xF0062A82          MC 26 Read Data and Bit Flip Register 17
MTU_MC26_RDBFL18 0xF0062A84          MC 26 Read Data and Bit Flip Register 18
MTU_MC26_RDBFL19 0xF0062A86          MC 26 Read Data and Bit Flip Register 19
MTU_MC26_RDBFL20 0xF0062A88          MC 26 Read Data and Bit Flip Register 20
MTU_MC26_RDBFL21 0xF0062A8A          MC 26 Read Data and Bit Flip Register 21
MTU_MC26_RDBFL22 0xF0062A8C          MC 26 Read Data and Bit Flip Register 22
MTU_MC26_RDBFL23 0xF0062A8E          MC 26 Read Data and Bit Flip Register 23
MTU_MC26_RDBFL24 0xF0062A90          MC 26 Read Data and Bit Flip Register 24
MTU_MC26_RDBFL25 0xF0062A92          MC 26 Read Data and Bit Flip Register 25
MTU_MC26_RDBFL26 0xF0062A94          MC 26 Read Data and Bit Flip Register 26
MTU_MC26_RDBFL27 0xF0062A96          MC 26 Read Data and Bit Flip Register 27
MTU_MC26_RDBFL28 0xF0062A98          MC 26 Read Data and Bit Flip Register 28
MTU_MC26_RDBFL29 0xF0062A9A          MC 26 Read Data and Bit Flip Register 29
MTU_MC26_RDBFL30 0xF0062A9C          MC 26 Read Data and Bit Flip Register 30
MTU_MC26_RDBFL31 0xF0062A9E          MC 26 Read Data and Bit Flip Register 31
MTU_MC26_RDBFL32 0xF0062AA0          MC 26 Read Data and Bit Flip Register 32
MTU_MC26_RDBFL33 0xF0062AA2          MC 26 Read Data and Bit Flip Register 33
MTU_MC26_RDBFL34 0xF0062AA4          MC 26 Read Data and Bit Flip Register 34
MTU_MC26_RDBFL35 0xF0062AA6          MC 26 Read Data and Bit Flip Register 35
MTU_MC26_RDBFL36 0xF0062AA8          MC 26 Read Data and Bit Flip Register 36
MTU_MC26_RDBFL37 0xF0062AAA          MC 26 Read Data and Bit Flip Register 37
MTU_MC26_RDBFL38 0xF0062AAC          MC 26 Read Data and Bit Flip Register 38
MTU_MC26_RDBFL39 0xF0062AAE          MC 26 Read Data and Bit Flip Register 39
MTU_MC26_RDBFL40 0xF0062AB0          MC 26 Read Data and Bit Flip Register 40
MTU_MC26_RDBFL41 0xF0062AB2          MC 26 Read Data and Bit Flip Register 41
MTU_MC26_RDBFL42 0xF0062AB4          MC 26 Read Data and Bit Flip Register 42
MTU_MC26_RDBFL43 0xF0062AB6          MC 26 Read Data and Bit Flip Register 43
MTU_MC26_RDBFL44 0xF0062AB8          MC 26 Read Data and Bit Flip Register 44
MTU_MC26_RDBFL45 0xF0062ABA          MC 26 Read Data and Bit Flip Register 45
MTU_MC26_RDBFL46 0xF0062ABC          MC 26 Read Data and Bit Flip Register 46
MTU_MC26_RDBFL47 0xF0062ABE          MC 26 Read Data and Bit Flip Register 47
MTU_MC26_RDBFL48 0xF0062AC0          MC 26 Read Data and Bit Flip Register 48
MTU_MC26_RDBFL49 0xF0062AC2          MC 26 Read Data and Bit Flip Register 49
MTU_MC26_RDBFL50 0xF0062AC4          MC 26 Read Data and Bit Flip Register 50
MTU_MC26_RDBFL51 0xF0062AC6          MC 26 Read Data and Bit Flip Register 51
MTU_MC26_RDBFL52 0xF0062AC8          MC 26 Read Data and Bit Flip Register 52
MTU_MC26_RDBFL53 0xF0062ACA          MC 26 Read Data and Bit Flip Register 53
MTU_MC26_RDBFL54 0xF0062ACC          MC 26 Read Data and Bit Flip Register 54
MTU_MC26_RDBFL55 0xF0062ACE          MC 26 Read Data and Bit Flip Register 55
MTU_MC26_RDBFL56 0xF0062AD0          MC 26 Read Data and Bit Flip Register 56
MTU_MC26_RDBFL57 0xF0062AD2          MC 26 Read Data and Bit Flip Register 57
MTU_MC26_RDBFL58 0xF0062AD4          MC 26 Read Data and Bit Flip Register 58
MTU_MC26_RDBFL59 0xF0062AD6          MC 26 Read Data and Bit Flip Register 59
MTU_MC26_RDBFL60 0xF0062AD8          MC 26 Read Data and Bit Flip Register 60
MTU_MC26_RDBFL61 0xF0062ADA          MC 26 Read Data and Bit Flip Register 61
MTU_MC26_RDBFL62 0xF0062ADC          MC 26 Read Data and Bit Flip Register 62
MTU_MC26_RDBFL63 0xF0062ADE          MC 26 Read Data and Bit Flip Register 63
MTU_MC26_RDBFL64 0xF0062AE0          MC 26 Read Data and Bit Flip Register 64
MTU_MC26_RDBFL65 0xF0062AE2          MC 26 Read Data and Bit Flip Register 65
MTU_MC26_RDBFL66 0xF0062AE4          MC 26 Read Data and Bit Flip Register 66
MTU_MC26_ALMSRCS 0xF0062AEE          MC 26 Alarm Sources Configuration Register
MTU_MC26_FAULTSTS 0xF0062AF0          MC 26 SSH Safety Faults Status Register
MTU_MC26_ERRINFO0 0xF0062AF2          MC 26 Error Information Register 0
MTU_MC26_ERRINFO1 0xF0062AF4          MC 26 Error Information Register 1
MTU_MC26_ERRINFO2 0xF0062AF6          MC 26 Error Information Register 2
MTU_MC26_ERRINFO3 0xF0062AF8          MC 26 Error Information Register 3
MTU_MC26_ERRINFO4 0xF0062AFA          MC 26 Error Information Register 4
MTU_MC27_CONFIG0 0xF0062B00          MC 27 Configuration Register 0
MTU_MC27_CONFIG1 0xF0062B02          MC 27 Configuration Register 1
MTU_MC27_MCONTROL 0xF0062B04          MC 27 MBIST Control Register
MTU_MC27_MSTATUS 0xF0062B06          MC 27 Status Register
MTU_MC27_RANGE  0xF0062B08          MC 27 Range Register, single address mode
MTU_MC27_REVID  0xF0062B0C          MC 27 Revision ID Register
MTU_MC27_ECCS   0xF0062B0E          MC 27 ECC Safety Register
MTU_MC27_ECCD   0xF0062B10          MC 27 Memory ECC Detection Register
MTU_MC27_ETRR0  0xF0062B12          MC 27 Error Tracking Register 0
MTU_MC27_ETRR1  0xF0062B14          MC 27 Error Tracking Register 1
MTU_MC27_ETRR2  0xF0062B16          MC 27 Error Tracking Register 2
MTU_MC27_ETRR3  0xF0062B18          MC 27 Error Tracking Register 3
MTU_MC27_ETRR4  0xF0062B1A          MC 27 Error Tracking Register 4
MTU_MC27_RDBFL0 0xF0062B60          MC 27 Read Data and Bit Flip Register 0
MTU_MC27_RDBFL1 0xF0062B62          MC 27 Read Data and Bit Flip Register 1
MTU_MC27_RDBFL2 0xF0062B64          MC 27 Read Data and Bit Flip Register 2
MTU_MC27_RDBFL3 0xF0062B66          MC 27 Read Data and Bit Flip Register 3
MTU_MC27_RDBFL4 0xF0062B68          MC 27 Read Data and Bit Flip Register 4
MTU_MC27_RDBFL5 0xF0062B6A          MC 27 Read Data and Bit Flip Register 5
MTU_MC27_RDBFL6 0xF0062B6C          MC 27 Read Data and Bit Flip Register 6
MTU_MC27_RDBFL7 0xF0062B6E          MC 27 Read Data and Bit Flip Register 7
MTU_MC27_RDBFL8 0xF0062B70          MC 27 Read Data and Bit Flip Register 8
MTU_MC27_RDBFL9 0xF0062B72          MC 27 Read Data and Bit Flip Register 9
MTU_MC27_RDBFL10 0xF0062B74          MC 27 Read Data and Bit Flip Register 10
MTU_MC27_RDBFL11 0xF0062B76          MC 27 Read Data and Bit Flip Register 11
MTU_MC27_RDBFL12 0xF0062B78          MC 27 Read Data and Bit Flip Register 12
MTU_MC27_RDBFL13 0xF0062B7A          MC 27 Read Data and Bit Flip Register 13
MTU_MC27_RDBFL14 0xF0062B7C          MC 27 Read Data and Bit Flip Register 14
MTU_MC27_RDBFL15 0xF0062B7E          MC 27 Read Data and Bit Flip Register 15
MTU_MC27_RDBFL16 0xF0062B80          MC 27 Read Data and Bit Flip Register 16
MTU_MC27_RDBFL17 0xF0062B82          MC 27 Read Data and Bit Flip Register 17
MTU_MC27_RDBFL18 0xF0062B84          MC 27 Read Data and Bit Flip Register 18
MTU_MC27_RDBFL19 0xF0062B86          MC 27 Read Data and Bit Flip Register 19
MTU_MC27_RDBFL20 0xF0062B88          MC 27 Read Data and Bit Flip Register 20
MTU_MC27_RDBFL21 0xF0062B8A          MC 27 Read Data and Bit Flip Register 21
MTU_MC27_RDBFL22 0xF0062B8C          MC 27 Read Data and Bit Flip Register 22
MTU_MC27_RDBFL23 0xF0062B8E          MC 27 Read Data and Bit Flip Register 23
MTU_MC27_RDBFL24 0xF0062B90          MC 27 Read Data and Bit Flip Register 24
MTU_MC27_RDBFL25 0xF0062B92          MC 27 Read Data and Bit Flip Register 25
MTU_MC27_RDBFL26 0xF0062B94          MC 27 Read Data and Bit Flip Register 26
MTU_MC27_RDBFL27 0xF0062B96          MC 27 Read Data and Bit Flip Register 27
MTU_MC27_RDBFL28 0xF0062B98          MC 27 Read Data and Bit Flip Register 28
MTU_MC27_RDBFL29 0xF0062B9A          MC 27 Read Data and Bit Flip Register 29
MTU_MC27_RDBFL30 0xF0062B9C          MC 27 Read Data and Bit Flip Register 30
MTU_MC27_RDBFL31 0xF0062B9E          MC 27 Read Data and Bit Flip Register 31
MTU_MC27_RDBFL32 0xF0062BA0          MC 27 Read Data and Bit Flip Register 32
MTU_MC27_RDBFL33 0xF0062BA2          MC 27 Read Data and Bit Flip Register 33
MTU_MC27_RDBFL34 0xF0062BA4          MC 27 Read Data and Bit Flip Register 34
MTU_MC27_RDBFL35 0xF0062BA6          MC 27 Read Data and Bit Flip Register 35
MTU_MC27_RDBFL36 0xF0062BA8          MC 27 Read Data and Bit Flip Register 36
MTU_MC27_RDBFL37 0xF0062BAA          MC 27 Read Data and Bit Flip Register 37
MTU_MC27_RDBFL38 0xF0062BAC          MC 27 Read Data and Bit Flip Register 38
MTU_MC27_RDBFL39 0xF0062BAE          MC 27 Read Data and Bit Flip Register 39
MTU_MC27_RDBFL40 0xF0062BB0          MC 27 Read Data and Bit Flip Register 40
MTU_MC27_RDBFL41 0xF0062BB2          MC 27 Read Data and Bit Flip Register 41
MTU_MC27_RDBFL42 0xF0062BB4          MC 27 Read Data and Bit Flip Register 42
MTU_MC27_RDBFL43 0xF0062BB6          MC 27 Read Data and Bit Flip Register 43
MTU_MC27_RDBFL44 0xF0062BB8          MC 27 Read Data and Bit Flip Register 44
MTU_MC27_RDBFL45 0xF0062BBA          MC 27 Read Data and Bit Flip Register 45
MTU_MC27_RDBFL46 0xF0062BBC          MC 27 Read Data and Bit Flip Register 46
MTU_MC27_RDBFL47 0xF0062BBE          MC 27 Read Data and Bit Flip Register 47
MTU_MC27_RDBFL48 0xF0062BC0          MC 27 Read Data and Bit Flip Register 48
MTU_MC27_RDBFL49 0xF0062BC2          MC 27 Read Data and Bit Flip Register 49
MTU_MC27_RDBFL50 0xF0062BC4          MC 27 Read Data and Bit Flip Register 50
MTU_MC27_RDBFL51 0xF0062BC6          MC 27 Read Data and Bit Flip Register 51
MTU_MC27_RDBFL52 0xF0062BC8          MC 27 Read Data and Bit Flip Register 52
MTU_MC27_RDBFL53 0xF0062BCA          MC 27 Read Data and Bit Flip Register 53
MTU_MC27_RDBFL54 0xF0062BCC          MC 27 Read Data and Bit Flip Register 54
MTU_MC27_RDBFL55 0xF0062BCE          MC 27 Read Data and Bit Flip Register 55
MTU_MC27_RDBFL56 0xF0062BD0          MC 27 Read Data and Bit Flip Register 56
MTU_MC27_RDBFL57 0xF0062BD2          MC 27 Read Data and Bit Flip Register 57
MTU_MC27_RDBFL58 0xF0062BD4          MC 27 Read Data and Bit Flip Register 58
MTU_MC27_RDBFL59 0xF0062BD6          MC 27 Read Data and Bit Flip Register 59
MTU_MC27_RDBFL60 0xF0062BD8          MC 27 Read Data and Bit Flip Register 60
MTU_MC27_RDBFL61 0xF0062BDA          MC 27 Read Data and Bit Flip Register 61
MTU_MC27_RDBFL62 0xF0062BDC          MC 27 Read Data and Bit Flip Register 62
MTU_MC27_RDBFL63 0xF0062BDE          MC 27 Read Data and Bit Flip Register 63
MTU_MC27_RDBFL64 0xF0062BE0          MC 27 Read Data and Bit Flip Register 64
MTU_MC27_RDBFL65 0xF0062BE2          MC 27 Read Data and Bit Flip Register 65
MTU_MC27_RDBFL66 0xF0062BE4          MC 27 Read Data and Bit Flip Register 66
MTU_MC27_ALMSRCS 0xF0062BEE          MC 27 Alarm Sources Configuration Register
MTU_MC27_FAULTSTS 0xF0062BF0          MC 27 SSH Safety Faults Status Register
MTU_MC27_ERRINFO0 0xF0062BF2          MC 27 Error Information Register 0
MTU_MC27_ERRINFO1 0xF0062BF4          MC 27 Error Information Register 1
MTU_MC27_ERRINFO2 0xF0062BF6          MC 27 Error Information Register 2
MTU_MC27_ERRINFO3 0xF0062BF8          MC 27 Error Information Register 3
MTU_MC27_ERRINFO4 0xF0062BFA          MC 27 Error Information Register 4
MTU_MC28_CONFIG0 0xF0062C00          MC 28 Configuration Register 0
MTU_MC28_CONFIG1 0xF0062C02          MC 28 Configuration Register 1
MTU_MC28_MCONTROL 0xF0062C04          MC 28 MBIST Control Register
MTU_MC28_MSTATUS 0xF0062C06          MC 28 Status Register
MTU_MC28_RANGE  0xF0062C08          MC 28 Range Register, single address mode
MTU_MC28_REVID  0xF0062C0C          MC 28 Revision ID Register
MTU_MC28_ECCS   0xF0062C0E          MC 28 ECC Safety Register
MTU_MC28_ECCD   0xF0062C10          MC 28 Memory ECC Detection Register
MTU_MC28_ETRR0  0xF0062C12          MC 28 Error Tracking Register 0
MTU_MC28_ETRR1  0xF0062C14          MC 28 Error Tracking Register 1
MTU_MC28_ETRR2  0xF0062C16          MC 28 Error Tracking Register 2
MTU_MC28_ETRR3  0xF0062C18          MC 28 Error Tracking Register 3
MTU_MC28_ETRR4  0xF0062C1A          MC 28 Error Tracking Register 4
MTU_MC28_RDBFL0 0xF0062C60          MC 28 Read Data and Bit Flip Register 0
MTU_MC28_RDBFL1 0xF0062C62          MC 28 Read Data and Bit Flip Register 1
MTU_MC28_RDBFL2 0xF0062C64          MC 28 Read Data and Bit Flip Register 2
MTU_MC28_RDBFL3 0xF0062C66          MC 28 Read Data and Bit Flip Register 3
MTU_MC28_RDBFL4 0xF0062C68          MC 28 Read Data and Bit Flip Register 4
MTU_MC28_RDBFL5 0xF0062C6A          MC 28 Read Data and Bit Flip Register 5
MTU_MC28_RDBFL6 0xF0062C6C          MC 28 Read Data and Bit Flip Register 6
MTU_MC28_RDBFL7 0xF0062C6E          MC 28 Read Data and Bit Flip Register 7
MTU_MC28_RDBFL8 0xF0062C70          MC 28 Read Data and Bit Flip Register 8
MTU_MC28_RDBFL9 0xF0062C72          MC 28 Read Data and Bit Flip Register 9
MTU_MC28_RDBFL10 0xF0062C74          MC 28 Read Data and Bit Flip Register 10
MTU_MC28_RDBFL11 0xF0062C76          MC 28 Read Data and Bit Flip Register 11
MTU_MC28_RDBFL12 0xF0062C78          MC 28 Read Data and Bit Flip Register 12
MTU_MC28_RDBFL13 0xF0062C7A          MC 28 Read Data and Bit Flip Register 13
MTU_MC28_RDBFL14 0xF0062C7C          MC 28 Read Data and Bit Flip Register 14
MTU_MC28_RDBFL15 0xF0062C7E          MC 28 Read Data and Bit Flip Register 15
MTU_MC28_RDBFL16 0xF0062C80          MC 28 Read Data and Bit Flip Register 16
MTU_MC28_RDBFL17 0xF0062C82          MC 28 Read Data and Bit Flip Register 17
MTU_MC28_RDBFL18 0xF0062C84          MC 28 Read Data and Bit Flip Register 18
MTU_MC28_RDBFL19 0xF0062C86          MC 28 Read Data and Bit Flip Register 19
MTU_MC28_RDBFL20 0xF0062C88          MC 28 Read Data and Bit Flip Register 20
MTU_MC28_RDBFL21 0xF0062C8A          MC 28 Read Data and Bit Flip Register 21
MTU_MC28_RDBFL22 0xF0062C8C          MC 28 Read Data and Bit Flip Register 22
MTU_MC28_RDBFL23 0xF0062C8E          MC 28 Read Data and Bit Flip Register 23
MTU_MC28_RDBFL24 0xF0062C90          MC 28 Read Data and Bit Flip Register 24
MTU_MC28_RDBFL25 0xF0062C92          MC 28 Read Data and Bit Flip Register 25
MTU_MC28_RDBFL26 0xF0062C94          MC 28 Read Data and Bit Flip Register 26
MTU_MC28_RDBFL27 0xF0062C96          MC 28 Read Data and Bit Flip Register 27
MTU_MC28_RDBFL28 0xF0062C98          MC 28 Read Data and Bit Flip Register 28
MTU_MC28_RDBFL29 0xF0062C9A          MC 28 Read Data and Bit Flip Register 29
MTU_MC28_RDBFL30 0xF0062C9C          MC 28 Read Data and Bit Flip Register 30
MTU_MC28_RDBFL31 0xF0062C9E          MC 28 Read Data and Bit Flip Register 31
MTU_MC28_RDBFL32 0xF0062CA0          MC 28 Read Data and Bit Flip Register 32
MTU_MC28_RDBFL33 0xF0062CA2          MC 28 Read Data and Bit Flip Register 33
MTU_MC28_RDBFL34 0xF0062CA4          MC 28 Read Data and Bit Flip Register 34
MTU_MC28_RDBFL35 0xF0062CA6          MC 28 Read Data and Bit Flip Register 35
MTU_MC28_RDBFL36 0xF0062CA8          MC 28 Read Data and Bit Flip Register 36
MTU_MC28_RDBFL37 0xF0062CAA          MC 28 Read Data and Bit Flip Register 37
MTU_MC28_RDBFL38 0xF0062CAC          MC 28 Read Data and Bit Flip Register 38
MTU_MC28_RDBFL39 0xF0062CAE          MC 28 Read Data and Bit Flip Register 39
MTU_MC28_RDBFL40 0xF0062CB0          MC 28 Read Data and Bit Flip Register 40
MTU_MC28_RDBFL41 0xF0062CB2          MC 28 Read Data and Bit Flip Register 41
MTU_MC28_RDBFL42 0xF0062CB4          MC 28 Read Data and Bit Flip Register 42
MTU_MC28_RDBFL43 0xF0062CB6          MC 28 Read Data and Bit Flip Register 43
MTU_MC28_RDBFL44 0xF0062CB8          MC 28 Read Data and Bit Flip Register 44
MTU_MC28_RDBFL45 0xF0062CBA          MC 28 Read Data and Bit Flip Register 45
MTU_MC28_RDBFL46 0xF0062CBC          MC 28 Read Data and Bit Flip Register 46
MTU_MC28_RDBFL47 0xF0062CBE          MC 28 Read Data and Bit Flip Register 47
MTU_MC28_RDBFL48 0xF0062CC0          MC 28 Read Data and Bit Flip Register 48
MTU_MC28_RDBFL49 0xF0062CC2          MC 28 Read Data and Bit Flip Register 49
MTU_MC28_RDBFL50 0xF0062CC4          MC 28 Read Data and Bit Flip Register 50
MTU_MC28_RDBFL51 0xF0062CC6          MC 28 Read Data and Bit Flip Register 51
MTU_MC28_RDBFL52 0xF0062CC8          MC 28 Read Data and Bit Flip Register 52
MTU_MC28_RDBFL53 0xF0062CCA          MC 28 Read Data and Bit Flip Register 53
MTU_MC28_RDBFL54 0xF0062CCC          MC 28 Read Data and Bit Flip Register 54
MTU_MC28_RDBFL55 0xF0062CCE          MC 28 Read Data and Bit Flip Register 55
MTU_MC28_RDBFL56 0xF0062CD0          MC 28 Read Data and Bit Flip Register 56
MTU_MC28_RDBFL57 0xF0062CD2          MC 28 Read Data and Bit Flip Register 57
MTU_MC28_RDBFL58 0xF0062CD4          MC 28 Read Data and Bit Flip Register 58
MTU_MC28_RDBFL59 0xF0062CD6          MC 28 Read Data and Bit Flip Register 59
MTU_MC28_RDBFL60 0xF0062CD8          MC 28 Read Data and Bit Flip Register 60
MTU_MC28_RDBFL61 0xF0062CDA          MC 28 Read Data and Bit Flip Register 61
MTU_MC28_RDBFL62 0xF0062CDC          MC 28 Read Data and Bit Flip Register 62
MTU_MC28_RDBFL63 0xF0062CDE          MC 28 Read Data and Bit Flip Register 63
MTU_MC28_RDBFL64 0xF0062CE0          MC 28 Read Data and Bit Flip Register 64
MTU_MC28_RDBFL65 0xF0062CE2          MC 28 Read Data and Bit Flip Register 65
MTU_MC28_RDBFL66 0xF0062CE4          MC 28 Read Data and Bit Flip Register 66
MTU_MC28_ALMSRCS 0xF0062CEE          MC 28 Alarm Sources Configuration Register
MTU_MC28_FAULTSTS 0xF0062CF0          MC 28 SSH Safety Faults Status Register
MTU_MC28_ERRINFO0 0xF0062CF2          MC 28 Error Information Register 0
MTU_MC28_ERRINFO1 0xF0062CF4          MC 28 Error Information Register 1
MTU_MC28_ERRINFO2 0xF0062CF6          MC 28 Error Information Register 2
MTU_MC28_ERRINFO3 0xF0062CF8          MC 28 Error Information Register 3
MTU_MC28_ERRINFO4 0xF0062CFA          MC 28 Error Information Register 4
MTU_MC29_CONFIG0 0xF0062D00          MC 29 Configuration Register 0
MTU_MC29_CONFIG1 0xF0062D02          MC 29 Configuration Register 1
MTU_MC29_MCONTROL 0xF0062D04          MC 29 MBIST Control Register
MTU_MC29_MSTATUS 0xF0062D06          MC 29 Status Register
MTU_MC29_RANGE  0xF0062D08          MC 29 Range Register, single address mode
MTU_MC29_REVID  0xF0062D0C          MC 29 Revision ID Register
MTU_MC29_ECCS   0xF0062D0E          MC 29 ECC Safety Register
MTU_MC29_ECCD   0xF0062D10          MC 29 Memory ECC Detection Register
MTU_MC29_ETRR0  0xF0062D12          MC 29 Error Tracking Register 0
MTU_MC29_ETRR1  0xF0062D14          MC 29 Error Tracking Register 1
MTU_MC29_ETRR2  0xF0062D16          MC 29 Error Tracking Register 2
MTU_MC29_ETRR3  0xF0062D18          MC 29 Error Tracking Register 3
MTU_MC29_ETRR4  0xF0062D1A          MC 29 Error Tracking Register 4
MTU_MC29_RDBFL0 0xF0062D60          MC 29 Read Data and Bit Flip Register 0
MTU_MC29_RDBFL1 0xF0062D62          MC 29 Read Data and Bit Flip Register 1
MTU_MC29_RDBFL2 0xF0062D64          MC 29 Read Data and Bit Flip Register 2
MTU_MC29_RDBFL3 0xF0062D66          MC 29 Read Data and Bit Flip Register 3
MTU_MC29_RDBFL4 0xF0062D68          MC 29 Read Data and Bit Flip Register 4
MTU_MC29_RDBFL5 0xF0062D6A          MC 29 Read Data and Bit Flip Register 5
MTU_MC29_RDBFL6 0xF0062D6C          MC 29 Read Data and Bit Flip Register 6
MTU_MC29_RDBFL7 0xF0062D6E          MC 29 Read Data and Bit Flip Register 7
MTU_MC29_RDBFL8 0xF0062D70          MC 29 Read Data and Bit Flip Register 8
MTU_MC29_RDBFL9 0xF0062D72          MC 29 Read Data and Bit Flip Register 9
MTU_MC29_RDBFL10 0xF0062D74          MC 29 Read Data and Bit Flip Register 10
MTU_MC29_RDBFL11 0xF0062D76          MC 29 Read Data and Bit Flip Register 11
MTU_MC29_RDBFL12 0xF0062D78          MC 29 Read Data and Bit Flip Register 12
MTU_MC29_RDBFL13 0xF0062D7A          MC 29 Read Data and Bit Flip Register 13
MTU_MC29_RDBFL14 0xF0062D7C          MC 29 Read Data and Bit Flip Register 14
MTU_MC29_RDBFL15 0xF0062D7E          MC 29 Read Data and Bit Flip Register 15
MTU_MC29_RDBFL16 0xF0062D80          MC 29 Read Data and Bit Flip Register 16
MTU_MC29_RDBFL17 0xF0062D82          MC 29 Read Data and Bit Flip Register 17
MTU_MC29_RDBFL18 0xF0062D84          MC 29 Read Data and Bit Flip Register 18
MTU_MC29_RDBFL19 0xF0062D86          MC 29 Read Data and Bit Flip Register 19
MTU_MC29_RDBFL20 0xF0062D88          MC 29 Read Data and Bit Flip Register 20
MTU_MC29_RDBFL21 0xF0062D8A          MC 29 Read Data and Bit Flip Register 21
MTU_MC29_RDBFL22 0xF0062D8C          MC 29 Read Data and Bit Flip Register 22
MTU_MC29_RDBFL23 0xF0062D8E          MC 29 Read Data and Bit Flip Register 23
MTU_MC29_RDBFL24 0xF0062D90          MC 29 Read Data and Bit Flip Register 24
MTU_MC29_RDBFL25 0xF0062D92          MC 29 Read Data and Bit Flip Register 25
MTU_MC29_RDBFL26 0xF0062D94          MC 29 Read Data and Bit Flip Register 26
MTU_MC29_RDBFL27 0xF0062D96          MC 29 Read Data and Bit Flip Register 27
MTU_MC29_RDBFL28 0xF0062D98          MC 29 Read Data and Bit Flip Register 28
MTU_MC29_RDBFL29 0xF0062D9A          MC 29 Read Data and Bit Flip Register 29
MTU_MC29_RDBFL30 0xF0062D9C          MC 29 Read Data and Bit Flip Register 30
MTU_MC29_RDBFL31 0xF0062D9E          MC 29 Read Data and Bit Flip Register 31
MTU_MC29_RDBFL32 0xF0062DA0          MC 29 Read Data and Bit Flip Register 32
MTU_MC29_RDBFL33 0xF0062DA2          MC 29 Read Data and Bit Flip Register 33
MTU_MC29_RDBFL34 0xF0062DA4          MC 29 Read Data and Bit Flip Register 34
MTU_MC29_RDBFL35 0xF0062DA6          MC 29 Read Data and Bit Flip Register 35
MTU_MC29_RDBFL36 0xF0062DA8          MC 29 Read Data and Bit Flip Register 36
MTU_MC29_RDBFL37 0xF0062DAA          MC 29 Read Data and Bit Flip Register 37
MTU_MC29_RDBFL38 0xF0062DAC          MC 29 Read Data and Bit Flip Register 38
MTU_MC29_RDBFL39 0xF0062DAE          MC 29 Read Data and Bit Flip Register 39
MTU_MC29_RDBFL40 0xF0062DB0          MC 29 Read Data and Bit Flip Register 40
MTU_MC29_RDBFL41 0xF0062DB2          MC 29 Read Data and Bit Flip Register 41
MTU_MC29_RDBFL42 0xF0062DB4          MC 29 Read Data and Bit Flip Register 42
MTU_MC29_RDBFL43 0xF0062DB6          MC 29 Read Data and Bit Flip Register 43
MTU_MC29_RDBFL44 0xF0062DB8          MC 29 Read Data and Bit Flip Register 44
MTU_MC29_RDBFL45 0xF0062DBA          MC 29 Read Data and Bit Flip Register 45
MTU_MC29_RDBFL46 0xF0062DBC          MC 29 Read Data and Bit Flip Register 46
MTU_MC29_RDBFL47 0xF0062DBE          MC 29 Read Data and Bit Flip Register 47
MTU_MC29_RDBFL48 0xF0062DC0          MC 29 Read Data and Bit Flip Register 48
MTU_MC29_RDBFL49 0xF0062DC2          MC 29 Read Data and Bit Flip Register 49
MTU_MC29_RDBFL50 0xF0062DC4          MC 29 Read Data and Bit Flip Register 50
MTU_MC29_RDBFL51 0xF0062DC6          MC 29 Read Data and Bit Flip Register 51
MTU_MC29_RDBFL52 0xF0062DC8          MC 29 Read Data and Bit Flip Register 52
MTU_MC29_RDBFL53 0xF0062DCA          MC 29 Read Data and Bit Flip Register 53
MTU_MC29_RDBFL54 0xF0062DCC          MC 29 Read Data and Bit Flip Register 54
MTU_MC29_RDBFL55 0xF0062DCE          MC 29 Read Data and Bit Flip Register 55
MTU_MC29_RDBFL56 0xF0062DD0          MC 29 Read Data and Bit Flip Register 56
MTU_MC29_RDBFL57 0xF0062DD2          MC 29 Read Data and Bit Flip Register 57
MTU_MC29_RDBFL58 0xF0062DD4          MC 29 Read Data and Bit Flip Register 58
MTU_MC29_RDBFL59 0xF0062DD6          MC 29 Read Data and Bit Flip Register 59
MTU_MC29_RDBFL60 0xF0062DD8          MC 29 Read Data and Bit Flip Register 60
MTU_MC29_RDBFL61 0xF0062DDA          MC 29 Read Data and Bit Flip Register 61
MTU_MC29_RDBFL62 0xF0062DDC          MC 29 Read Data and Bit Flip Register 62
MTU_MC29_RDBFL63 0xF0062DDE          MC 29 Read Data and Bit Flip Register 63
MTU_MC29_RDBFL64 0xF0062DE0          MC 29 Read Data and Bit Flip Register 64
MTU_MC29_RDBFL65 0xF0062DE2          MC 29 Read Data and Bit Flip Register 65
MTU_MC29_RDBFL66 0xF0062DE4          MC 29 Read Data and Bit Flip Register 66
MTU_MC29_ALMSRCS 0xF0062DEE          MC 29 Alarm Sources Configuration Register
MTU_MC29_FAULTSTS 0xF0062DF0          MC 29 SSH Safety Faults Status Register
MTU_MC29_ERRINFO0 0xF0062DF2          MC 29 Error Information Register 0
MTU_MC29_ERRINFO1 0xF0062DF4          MC 29 Error Information Register 1
MTU_MC29_ERRINFO2 0xF0062DF6          MC 29 Error Information Register 2
MTU_MC29_ERRINFO3 0xF0062DF8          MC 29 Error Information Register 3
MTU_MC29_ERRINFO4 0xF0062DFA          MC 29 Error Information Register 4
MTU_MC30_CONFIG0 0xF0062E00          MC 30 Configuration Register 0
MTU_MC30_CONFIG1 0xF0062E02          MC 30 Configuration Register 1
MTU_MC30_MCONTROL 0xF0062E04          MC 30 MBIST Control Register
MTU_MC30_MSTATUS 0xF0062E06          MC 30 Status Register
MTU_MC30_RANGE  0xF0062E08          MC 30 Range Register, single address mode
MTU_MC30_REVID  0xF0062E0C          MC 30 Revision ID Register
MTU_MC30_ECCS   0xF0062E0E          MC 30 ECC Safety Register
MTU_MC30_ECCD   0xF0062E10          MC 30 Memory ECC Detection Register
MTU_MC30_ETRR0  0xF0062E12          MC 30 Error Tracking Register 0
MTU_MC30_ETRR1  0xF0062E14          MC 30 Error Tracking Register 1
MTU_MC30_ETRR2  0xF0062E16          MC 30 Error Tracking Register 2
MTU_MC30_ETRR3  0xF0062E18          MC 30 Error Tracking Register 3
MTU_MC30_ETRR4  0xF0062E1A          MC 30 Error Tracking Register 4
MTU_MC30_RDBFL0 0xF0062E60          MC 30 Read Data and Bit Flip Register 0
MTU_MC30_RDBFL1 0xF0062E62          MC 30 Read Data and Bit Flip Register 1
MTU_MC30_RDBFL2 0xF0062E64          MC 30 Read Data and Bit Flip Register 2
MTU_MC30_RDBFL3 0xF0062E66          MC 30 Read Data and Bit Flip Register 3
MTU_MC30_RDBFL4 0xF0062E68          MC 30 Read Data and Bit Flip Register 4
MTU_MC30_RDBFL5 0xF0062E6A          MC 30 Read Data and Bit Flip Register 5
MTU_MC30_RDBFL6 0xF0062E6C          MC 30 Read Data and Bit Flip Register 6
MTU_MC30_RDBFL7 0xF0062E6E          MC 30 Read Data and Bit Flip Register 7
MTU_MC30_RDBFL8 0xF0062E70          MC 30 Read Data and Bit Flip Register 8
MTU_MC30_RDBFL9 0xF0062E72          MC 30 Read Data and Bit Flip Register 9
MTU_MC30_RDBFL10 0xF0062E74          MC 30 Read Data and Bit Flip Register 10
MTU_MC30_RDBFL11 0xF0062E76          MC 30 Read Data and Bit Flip Register 11
MTU_MC30_RDBFL12 0xF0062E78          MC 30 Read Data and Bit Flip Register 12
MTU_MC30_RDBFL13 0xF0062E7A          MC 30 Read Data and Bit Flip Register 13
MTU_MC30_RDBFL14 0xF0062E7C          MC 30 Read Data and Bit Flip Register 14
MTU_MC30_RDBFL15 0xF0062E7E          MC 30 Read Data and Bit Flip Register 15
MTU_MC30_RDBFL16 0xF0062E80          MC 30 Read Data and Bit Flip Register 16
MTU_MC30_RDBFL17 0xF0062E82          MC 30 Read Data and Bit Flip Register 17
MTU_MC30_RDBFL18 0xF0062E84          MC 30 Read Data and Bit Flip Register 18
MTU_MC30_RDBFL19 0xF0062E86          MC 30 Read Data and Bit Flip Register 19
MTU_MC30_RDBFL20 0xF0062E88          MC 30 Read Data and Bit Flip Register 20
MTU_MC30_RDBFL21 0xF0062E8A          MC 30 Read Data and Bit Flip Register 21
MTU_MC30_RDBFL22 0xF0062E8C          MC 30 Read Data and Bit Flip Register 22
MTU_MC30_RDBFL23 0xF0062E8E          MC 30 Read Data and Bit Flip Register 23
MTU_MC30_RDBFL24 0xF0062E90          MC 30 Read Data and Bit Flip Register 24
MTU_MC30_RDBFL25 0xF0062E92          MC 30 Read Data and Bit Flip Register 25
MTU_MC30_RDBFL26 0xF0062E94          MC 30 Read Data and Bit Flip Register 26
MTU_MC30_RDBFL27 0xF0062E96          MC 30 Read Data and Bit Flip Register 27
MTU_MC30_RDBFL28 0xF0062E98          MC 30 Read Data and Bit Flip Register 28
MTU_MC30_RDBFL29 0xF0062E9A          MC 30 Read Data and Bit Flip Register 29
MTU_MC30_RDBFL30 0xF0062E9C          MC 30 Read Data and Bit Flip Register 30
MTU_MC30_RDBFL31 0xF0062E9E          MC 30 Read Data and Bit Flip Register 31
MTU_MC30_RDBFL32 0xF0062EA0          MC 30 Read Data and Bit Flip Register 32
MTU_MC30_RDBFL33 0xF0062EA2          MC 30 Read Data and Bit Flip Register 33
MTU_MC30_RDBFL34 0xF0062EA4          MC 30 Read Data and Bit Flip Register 34
MTU_MC30_RDBFL35 0xF0062EA6          MC 30 Read Data and Bit Flip Register 35
MTU_MC30_RDBFL36 0xF0062EA8          MC 30 Read Data and Bit Flip Register 36
MTU_MC30_RDBFL37 0xF0062EAA          MC 30 Read Data and Bit Flip Register 37
MTU_MC30_RDBFL38 0xF0062EAC          MC 30 Read Data and Bit Flip Register 38
MTU_MC30_RDBFL39 0xF0062EAE          MC 30 Read Data and Bit Flip Register 39
MTU_MC30_RDBFL40 0xF0062EB0          MC 30 Read Data and Bit Flip Register 40
MTU_MC30_RDBFL41 0xF0062EB2          MC 30 Read Data and Bit Flip Register 41
MTU_MC30_RDBFL42 0xF0062EB4          MC 30 Read Data and Bit Flip Register 42
MTU_MC30_RDBFL43 0xF0062EB6          MC 30 Read Data and Bit Flip Register 43
MTU_MC30_RDBFL44 0xF0062EB8          MC 30 Read Data and Bit Flip Register 44
MTU_MC30_RDBFL45 0xF0062EBA          MC 30 Read Data and Bit Flip Register 45
MTU_MC30_RDBFL46 0xF0062EBC          MC 30 Read Data and Bit Flip Register 46
MTU_MC30_RDBFL47 0xF0062EBE          MC 30 Read Data and Bit Flip Register 47
MTU_MC30_RDBFL48 0xF0062EC0          MC 30 Read Data and Bit Flip Register 48
MTU_MC30_RDBFL49 0xF0062EC2          MC 30 Read Data and Bit Flip Register 49
MTU_MC30_RDBFL50 0xF0062EC4          MC 30 Read Data and Bit Flip Register 50
MTU_MC30_RDBFL51 0xF0062EC6          MC 30 Read Data and Bit Flip Register 51
MTU_MC30_RDBFL52 0xF0062EC8          MC 30 Read Data and Bit Flip Register 52
MTU_MC30_RDBFL53 0xF0062ECA          MC 30 Read Data and Bit Flip Register 53
MTU_MC30_RDBFL54 0xF0062ECC          MC 30 Read Data and Bit Flip Register 54
MTU_MC30_RDBFL55 0xF0062ECE          MC 30 Read Data and Bit Flip Register 55
MTU_MC30_RDBFL56 0xF0062ED0          MC 30 Read Data and Bit Flip Register 56
MTU_MC30_RDBFL57 0xF0062ED2          MC 30 Read Data and Bit Flip Register 57
MTU_MC30_RDBFL58 0xF0062ED4          MC 30 Read Data and Bit Flip Register 58
MTU_MC30_RDBFL59 0xF0062ED6          MC 30 Read Data and Bit Flip Register 59
MTU_MC30_RDBFL60 0xF0062ED8          MC 30 Read Data and Bit Flip Register 60
MTU_MC30_RDBFL61 0xF0062EDA          MC 30 Read Data and Bit Flip Register 61
MTU_MC30_RDBFL62 0xF0062EDC          MC 30 Read Data and Bit Flip Register 62
MTU_MC30_RDBFL63 0xF0062EDE          MC 30 Read Data and Bit Flip Register 63
MTU_MC30_RDBFL64 0xF0062EE0          MC 30 Read Data and Bit Flip Register 64
MTU_MC30_RDBFL65 0xF0062EE2          MC 30 Read Data and Bit Flip Register 65
MTU_MC30_RDBFL66 0xF0062EE4          MC 30 Read Data and Bit Flip Register 66
MTU_MC30_ALMSRCS 0xF0062EEE          MC 30 Alarm Sources Configuration Register
MTU_MC30_FAULTSTS 0xF0062EF0          MC 30 SSH Safety Faults Status Register
MTU_MC30_ERRINFO0 0xF0062EF2          MC 30 Error Information Register 0
MTU_MC30_ERRINFO1 0xF0062EF4          MC 30 Error Information Register 1
MTU_MC30_ERRINFO2 0xF0062EF6          MC 30 Error Information Register 2
MTU_MC30_ERRINFO3 0xF0062EF8          MC 30 Error Information Register 3
MTU_MC30_ERRINFO4 0xF0062EFA          MC 30 Error Information Register 4
MTU_MC31_CONFIG0 0xF0062F00          MC 31 Configuration Register 0
MTU_MC31_CONFIG1 0xF0062F02          MC 31 Configuration Register 1
MTU_MC31_MCONTROL 0xF0062F04          MC 31 MBIST Control Register
MTU_MC31_MSTATUS 0xF0062F06          MC 31 Status Register
MTU_MC31_RANGE  0xF0062F08          MC 31 Range Register, single address mode
MTU_MC31_REVID  0xF0062F0C          MC 31 Revision ID Register
MTU_MC31_ECCS   0xF0062F0E          MC 31 ECC Safety Register
MTU_MC31_ECCD   0xF0062F10          MC 31 Memory ECC Detection Register
MTU_MC31_ETRR0  0xF0062F12          MC 31 Error Tracking Register 0
MTU_MC31_ETRR1  0xF0062F14          MC 31 Error Tracking Register 1
MTU_MC31_ETRR2  0xF0062F16          MC 31 Error Tracking Register 2
MTU_MC31_ETRR3  0xF0062F18          MC 31 Error Tracking Register 3
MTU_MC31_ETRR4  0xF0062F1A          MC 31 Error Tracking Register 4
MTU_MC31_RDBFL0 0xF0062F60          MC 31 Read Data and Bit Flip Register 0
MTU_MC31_RDBFL1 0xF0062F62          MC 31 Read Data and Bit Flip Register 1
MTU_MC31_RDBFL2 0xF0062F64          MC 31 Read Data and Bit Flip Register 2
MTU_MC31_RDBFL3 0xF0062F66          MC 31 Read Data and Bit Flip Register 3
MTU_MC31_RDBFL4 0xF0062F68          MC 31 Read Data and Bit Flip Register 4
MTU_MC31_RDBFL5 0xF0062F6A          MC 31 Read Data and Bit Flip Register 5
MTU_MC31_RDBFL6 0xF0062F6C          MC 31 Read Data and Bit Flip Register 6
MTU_MC31_RDBFL7 0xF0062F6E          MC 31 Read Data and Bit Flip Register 7
MTU_MC31_RDBFL8 0xF0062F70          MC 31 Read Data and Bit Flip Register 8
MTU_MC31_RDBFL9 0xF0062F72          MC 31 Read Data and Bit Flip Register 9
MTU_MC31_RDBFL10 0xF0062F74          MC 31 Read Data and Bit Flip Register 10
MTU_MC31_RDBFL11 0xF0062F76          MC 31 Read Data and Bit Flip Register 11
MTU_MC31_RDBFL12 0xF0062F78          MC 31 Read Data and Bit Flip Register 12
MTU_MC31_RDBFL13 0xF0062F7A          MC 31 Read Data and Bit Flip Register 13
MTU_MC31_RDBFL14 0xF0062F7C          MC 31 Read Data and Bit Flip Register 14
MTU_MC31_RDBFL15 0xF0062F7E          MC 31 Read Data and Bit Flip Register 15
MTU_MC31_RDBFL16 0xF0062F80          MC 31 Read Data and Bit Flip Register 16
MTU_MC31_RDBFL17 0xF0062F82          MC 31 Read Data and Bit Flip Register 17
MTU_MC31_RDBFL18 0xF0062F84          MC 31 Read Data and Bit Flip Register 18
MTU_MC31_RDBFL19 0xF0062F86          MC 31 Read Data and Bit Flip Register 19
MTU_MC31_RDBFL20 0xF0062F88          MC 31 Read Data and Bit Flip Register 20
MTU_MC31_RDBFL21 0xF0062F8A          MC 31 Read Data and Bit Flip Register 21
MTU_MC31_RDBFL22 0xF0062F8C          MC 31 Read Data and Bit Flip Register 22
MTU_MC31_RDBFL23 0xF0062F8E          MC 31 Read Data and Bit Flip Register 23
MTU_MC31_RDBFL24 0xF0062F90          MC 31 Read Data and Bit Flip Register 24
MTU_MC31_RDBFL25 0xF0062F92          MC 31 Read Data and Bit Flip Register 25
MTU_MC31_RDBFL26 0xF0062F94          MC 31 Read Data and Bit Flip Register 26
MTU_MC31_RDBFL27 0xF0062F96          MC 31 Read Data and Bit Flip Register 27
MTU_MC31_RDBFL28 0xF0062F98          MC 31 Read Data and Bit Flip Register 28
MTU_MC31_RDBFL29 0xF0062F9A          MC 31 Read Data and Bit Flip Register 29
MTU_MC31_RDBFL30 0xF0062F9C          MC 31 Read Data and Bit Flip Register 30
MTU_MC31_RDBFL31 0xF0062F9E          MC 31 Read Data and Bit Flip Register 31
MTU_MC31_RDBFL32 0xF0062FA0          MC 31 Read Data and Bit Flip Register 32
MTU_MC31_RDBFL33 0xF0062FA2          MC 31 Read Data and Bit Flip Register 33
MTU_MC31_RDBFL34 0xF0062FA4          MC 31 Read Data and Bit Flip Register 34
MTU_MC31_RDBFL35 0xF0062FA6          MC 31 Read Data and Bit Flip Register 35
MTU_MC31_RDBFL36 0xF0062FA8          MC 31 Read Data and Bit Flip Register 36
MTU_MC31_RDBFL37 0xF0062FAA          MC 31 Read Data and Bit Flip Register 37
MTU_MC31_RDBFL38 0xF0062FAC          MC 31 Read Data and Bit Flip Register 38
MTU_MC31_RDBFL39 0xF0062FAE          MC 31 Read Data and Bit Flip Register 39
MTU_MC31_RDBFL40 0xF0062FB0          MC 31 Read Data and Bit Flip Register 40
MTU_MC31_RDBFL41 0xF0062FB2          MC 31 Read Data and Bit Flip Register 41
MTU_MC31_RDBFL42 0xF0062FB4          MC 31 Read Data and Bit Flip Register 42
MTU_MC31_RDBFL43 0xF0062FB6          MC 31 Read Data and Bit Flip Register 43
MTU_MC31_RDBFL44 0xF0062FB8          MC 31 Read Data and Bit Flip Register 44
MTU_MC31_RDBFL45 0xF0062FBA          MC 31 Read Data and Bit Flip Register 45
MTU_MC31_RDBFL46 0xF0062FBC          MC 31 Read Data and Bit Flip Register 46
MTU_MC31_RDBFL47 0xF0062FBE          MC 31 Read Data and Bit Flip Register 47
MTU_MC31_RDBFL48 0xF0062FC0          MC 31 Read Data and Bit Flip Register 48
MTU_MC31_RDBFL49 0xF0062FC2          MC 31 Read Data and Bit Flip Register 49
MTU_MC31_RDBFL50 0xF0062FC4          MC 31 Read Data and Bit Flip Register 50
MTU_MC31_RDBFL51 0xF0062FC6          MC 31 Read Data and Bit Flip Register 51
MTU_MC31_RDBFL52 0xF0062FC8          MC 31 Read Data and Bit Flip Register 52
MTU_MC31_RDBFL53 0xF0062FCA          MC 31 Read Data and Bit Flip Register 53
MTU_MC31_RDBFL54 0xF0062FCC          MC 31 Read Data and Bit Flip Register 54
MTU_MC31_RDBFL55 0xF0062FCE          MC 31 Read Data and Bit Flip Register 55
MTU_MC31_RDBFL56 0xF0062FD0          MC 31 Read Data and Bit Flip Register 56
MTU_MC31_RDBFL57 0xF0062FD2          MC 31 Read Data and Bit Flip Register 57
MTU_MC31_RDBFL58 0xF0062FD4          MC 31 Read Data and Bit Flip Register 58
MTU_MC31_RDBFL59 0xF0062FD6          MC 31 Read Data and Bit Flip Register 59
MTU_MC31_RDBFL60 0xF0062FD8          MC 31 Read Data and Bit Flip Register 60
MTU_MC31_RDBFL61 0xF0062FDA          MC 31 Read Data and Bit Flip Register 61
MTU_MC31_RDBFL62 0xF0062FDC          MC 31 Read Data and Bit Flip Register 62
MTU_MC31_RDBFL63 0xF0062FDE          MC 31 Read Data and Bit Flip Register 63
MTU_MC31_RDBFL64 0xF0062FE0          MC 31 Read Data and Bit Flip Register 64
MTU_MC31_RDBFL65 0xF0062FE2          MC 31 Read Data and Bit Flip Register 65
MTU_MC31_RDBFL66 0xF0062FE4          MC 31 Read Data and Bit Flip Register 66
MTU_MC31_ALMSRCS 0xF0062FEE          MC 31 Alarm Sources Configuration Register
MTU_MC31_FAULTSTS 0xF0062FF0          MC 31 SSH Safety Faults Status Register
MTU_MC31_ERRINFO0 0xF0062FF2          MC 31 Error Information Register 0
MTU_MC31_ERRINFO1 0xF0062FF4          MC 31 Error Information Register 1
MTU_MC31_ERRINFO2 0xF0062FF6          MC 31 Error Information Register 2
MTU_MC31_ERRINFO3 0xF0062FF8          MC 31 Error Information Register 3
MTU_MC31_ERRINFO4 0xF0062FFA          MC 31 Error Information Register 4
MTU_MC32_CONFIG0 0xF0063000          MC 32 Configuration Register 0
MTU_MC32_CONFIG1 0xF0063002          MC 32 Configuration Register 1
MTU_MC32_MCONTROL 0xF0063004          MC 32 MBIST Control Register
MTU_MC32_MSTATUS 0xF0063006          MC 32 Status Register
MTU_MC32_RANGE  0xF0063008          MC 32 Range Register, single address mode
MTU_MC32_REVID  0xF006300C          MC 32 Revision ID Register
MTU_MC32_ECCS   0xF006300E          MC 32 ECC Safety Register
MTU_MC32_ECCD   0xF0063010          MC 32 Memory ECC Detection Register
MTU_MC32_ETRR0  0xF0063012          MC 32 Error Tracking Register 0
MTU_MC32_ETRR1  0xF0063014          MC 32 Error Tracking Register 1
MTU_MC32_ETRR2  0xF0063016          MC 32 Error Tracking Register 2
MTU_MC32_ETRR3  0xF0063018          MC 32 Error Tracking Register 3
MTU_MC32_ETRR4  0xF006301A          MC 32 Error Tracking Register 4
MTU_MC32_RDBFL0 0xF0063060          MC 32 Read Data and Bit Flip Register 0
MTU_MC32_RDBFL1 0xF0063062          MC 32 Read Data and Bit Flip Register 1
MTU_MC32_RDBFL2 0xF0063064          MC 32 Read Data and Bit Flip Register 2
MTU_MC32_RDBFL3 0xF0063066          MC 32 Read Data and Bit Flip Register 3
MTU_MC32_RDBFL4 0xF0063068          MC 32 Read Data and Bit Flip Register 4
MTU_MC32_RDBFL5 0xF006306A          MC 32 Read Data and Bit Flip Register 5
MTU_MC32_RDBFL6 0xF006306C          MC 32 Read Data and Bit Flip Register 6
MTU_MC32_RDBFL7 0xF006306E          MC 32 Read Data and Bit Flip Register 7
MTU_MC32_RDBFL8 0xF0063070          MC 32 Read Data and Bit Flip Register 8
MTU_MC32_RDBFL9 0xF0063072          MC 32 Read Data and Bit Flip Register 9
MTU_MC32_RDBFL10 0xF0063074          MC 32 Read Data and Bit Flip Register 10
MTU_MC32_RDBFL11 0xF0063076          MC 32 Read Data and Bit Flip Register 11
MTU_MC32_RDBFL12 0xF0063078          MC 32 Read Data and Bit Flip Register 12
MTU_MC32_RDBFL13 0xF006307A          MC 32 Read Data and Bit Flip Register 13
MTU_MC32_RDBFL14 0xF006307C          MC 32 Read Data and Bit Flip Register 14
MTU_MC32_RDBFL15 0xF006307E          MC 32 Read Data and Bit Flip Register 15
MTU_MC32_RDBFL16 0xF0063080          MC 32 Read Data and Bit Flip Register 16
MTU_MC32_RDBFL17 0xF0063082          MC 32 Read Data and Bit Flip Register 17
MTU_MC32_RDBFL18 0xF0063084          MC 32 Read Data and Bit Flip Register 18
MTU_MC32_RDBFL19 0xF0063086          MC 32 Read Data and Bit Flip Register 19
MTU_MC32_RDBFL20 0xF0063088          MC 32 Read Data and Bit Flip Register 20
MTU_MC32_RDBFL21 0xF006308A          MC 32 Read Data and Bit Flip Register 21
MTU_MC32_RDBFL22 0xF006308C          MC 32 Read Data and Bit Flip Register 22
MTU_MC32_RDBFL23 0xF006308E          MC 32 Read Data and Bit Flip Register 23
MTU_MC32_RDBFL24 0xF0063090          MC 32 Read Data and Bit Flip Register 24
MTU_MC32_RDBFL25 0xF0063092          MC 32 Read Data and Bit Flip Register 25
MTU_MC32_RDBFL26 0xF0063094          MC 32 Read Data and Bit Flip Register 26
MTU_MC32_RDBFL27 0xF0063096          MC 32 Read Data and Bit Flip Register 27
MTU_MC32_RDBFL28 0xF0063098          MC 32 Read Data and Bit Flip Register 28
MTU_MC32_RDBFL29 0xF006309A          MC 32 Read Data and Bit Flip Register 29
MTU_MC32_RDBFL30 0xF006309C          MC 32 Read Data and Bit Flip Register 30
MTU_MC32_RDBFL31 0xF006309E          MC 32 Read Data and Bit Flip Register 31
MTU_MC32_RDBFL32 0xF00630A0          MC 32 Read Data and Bit Flip Register 32
MTU_MC32_RDBFL33 0xF00630A2          MC 32 Read Data and Bit Flip Register 33
MTU_MC32_RDBFL34 0xF00630A4          MC 32 Read Data and Bit Flip Register 34
MTU_MC32_RDBFL35 0xF00630A6          MC 32 Read Data and Bit Flip Register 35
MTU_MC32_RDBFL36 0xF00630A8          MC 32 Read Data and Bit Flip Register 36
MTU_MC32_RDBFL37 0xF00630AA          MC 32 Read Data and Bit Flip Register 37
MTU_MC32_RDBFL38 0xF00630AC          MC 32 Read Data and Bit Flip Register 38
MTU_MC32_RDBFL39 0xF00630AE          MC 32 Read Data and Bit Flip Register 39
MTU_MC32_RDBFL40 0xF00630B0          MC 32 Read Data and Bit Flip Register 40
MTU_MC32_RDBFL41 0xF00630B2          MC 32 Read Data and Bit Flip Register 41
MTU_MC32_RDBFL42 0xF00630B4          MC 32 Read Data and Bit Flip Register 42
MTU_MC32_RDBFL43 0xF00630B6          MC 32 Read Data and Bit Flip Register 43
MTU_MC32_RDBFL44 0xF00630B8          MC 32 Read Data and Bit Flip Register 44
MTU_MC32_RDBFL45 0xF00630BA          MC 32 Read Data and Bit Flip Register 45
MTU_MC32_RDBFL46 0xF00630BC          MC 32 Read Data and Bit Flip Register 46
MTU_MC32_RDBFL47 0xF00630BE          MC 32 Read Data and Bit Flip Register 47
MTU_MC32_RDBFL48 0xF00630C0          MC 32 Read Data and Bit Flip Register 48
MTU_MC32_RDBFL49 0xF00630C2          MC 32 Read Data and Bit Flip Register 49
MTU_MC32_RDBFL50 0xF00630C4          MC 32 Read Data and Bit Flip Register 50
MTU_MC32_RDBFL51 0xF00630C6          MC 32 Read Data and Bit Flip Register 51
MTU_MC32_RDBFL52 0xF00630C8          MC 32 Read Data and Bit Flip Register 52
MTU_MC32_RDBFL53 0xF00630CA          MC 32 Read Data and Bit Flip Register 53
MTU_MC32_RDBFL54 0xF00630CC          MC 32 Read Data and Bit Flip Register 54
MTU_MC32_RDBFL55 0xF00630CE          MC 32 Read Data and Bit Flip Register 55
MTU_MC32_RDBFL56 0xF00630D0          MC 32 Read Data and Bit Flip Register 56
MTU_MC32_RDBFL57 0xF00630D2          MC 32 Read Data and Bit Flip Register 57
MTU_MC32_RDBFL58 0xF00630D4          MC 32 Read Data and Bit Flip Register 58
MTU_MC32_RDBFL59 0xF00630D6          MC 32 Read Data and Bit Flip Register 59
MTU_MC32_RDBFL60 0xF00630D8          MC 32 Read Data and Bit Flip Register 60
MTU_MC32_RDBFL61 0xF00630DA          MC 32 Read Data and Bit Flip Register 61
MTU_MC32_RDBFL62 0xF00630DC          MC 32 Read Data and Bit Flip Register 62
MTU_MC32_RDBFL63 0xF00630DE          MC 32 Read Data and Bit Flip Register 63
MTU_MC32_RDBFL64 0xF00630E0          MC 32 Read Data and Bit Flip Register 64
MTU_MC32_RDBFL65 0xF00630E2          MC 32 Read Data and Bit Flip Register 65
MTU_MC32_RDBFL66 0xF00630E4          MC 32 Read Data and Bit Flip Register 66
MTU_MC32_ALMSRCS 0xF00630EE          MC 32 Alarm Sources Configuration Register
MTU_MC32_FAULTSTS 0xF00630F0          MC 32 SSH Safety Faults Status Register
MTU_MC32_ERRINFO0 0xF00630F2          MC 32 Error Information Register 0
MTU_MC32_ERRINFO1 0xF00630F4          MC 32 Error Information Register 1
MTU_MC32_ERRINFO2 0xF00630F6          MC 32 Error Information Register 2
MTU_MC32_ERRINFO3 0xF00630F8          MC 32 Error Information Register 3
MTU_MC32_ERRINFO4 0xF00630FA          MC 32 Error Information Register 4
MTU_MC33_CONFIG0 0xF0063100          MC 33 Configuration Register 0
MTU_MC33_CONFIG1 0xF0063102          MC 33 Configuration Register 1
MTU_MC33_MCONTROL 0xF0063104          MC 33 MBIST Control Register
MTU_MC33_MSTATUS 0xF0063106          MC 33 Status Register
MTU_MC33_RANGE  0xF0063108          MC 33 Range Register, single address mode
MTU_MC33_REVID  0xF006310C          MC 33 Revision ID Register
MTU_MC33_ECCS   0xF006310E          MC 33 ECC Safety Register
MTU_MC33_ECCD   0xF0063110          MC 33 Memory ECC Detection Register
MTU_MC33_ETRR0  0xF0063112          MC 33 Error Tracking Register 0
MTU_MC33_ETRR1  0xF0063114          MC 33 Error Tracking Register 1
MTU_MC33_ETRR2  0xF0063116          MC 33 Error Tracking Register 2
MTU_MC33_ETRR3  0xF0063118          MC 33 Error Tracking Register 3
MTU_MC33_ETRR4  0xF006311A          MC 33 Error Tracking Register 4
MTU_MC33_RDBFL0 0xF0063160          MC 33 Read Data and Bit Flip Register 0
MTU_MC33_RDBFL1 0xF0063162          MC 33 Read Data and Bit Flip Register 1
MTU_MC33_RDBFL2 0xF0063164          MC 33 Read Data and Bit Flip Register 2
MTU_MC33_RDBFL3 0xF0063166          MC 33 Read Data and Bit Flip Register 3
MTU_MC33_RDBFL4 0xF0063168          MC 33 Read Data and Bit Flip Register 4
MTU_MC33_RDBFL5 0xF006316A          MC 33 Read Data and Bit Flip Register 5
MTU_MC33_RDBFL6 0xF006316C          MC 33 Read Data and Bit Flip Register 6
MTU_MC33_RDBFL7 0xF006316E          MC 33 Read Data and Bit Flip Register 7
MTU_MC33_RDBFL8 0xF0063170          MC 33 Read Data and Bit Flip Register 8
MTU_MC33_RDBFL9 0xF0063172          MC 33 Read Data and Bit Flip Register 9
MTU_MC33_RDBFL10 0xF0063174          MC 33 Read Data and Bit Flip Register 10
MTU_MC33_RDBFL11 0xF0063176          MC 33 Read Data and Bit Flip Register 11
MTU_MC33_RDBFL12 0xF0063178          MC 33 Read Data and Bit Flip Register 12
MTU_MC33_RDBFL13 0xF006317A          MC 33 Read Data and Bit Flip Register 13
MTU_MC33_RDBFL14 0xF006317C          MC 33 Read Data and Bit Flip Register 14
MTU_MC33_RDBFL15 0xF006317E          MC 33 Read Data and Bit Flip Register 15
MTU_MC33_RDBFL16 0xF0063180          MC 33 Read Data and Bit Flip Register 16
MTU_MC33_RDBFL17 0xF0063182          MC 33 Read Data and Bit Flip Register 17
MTU_MC33_RDBFL18 0xF0063184          MC 33 Read Data and Bit Flip Register 18
MTU_MC33_RDBFL19 0xF0063186          MC 33 Read Data and Bit Flip Register 19
MTU_MC33_RDBFL20 0xF0063188          MC 33 Read Data and Bit Flip Register 20
MTU_MC33_RDBFL21 0xF006318A          MC 33 Read Data and Bit Flip Register 21
MTU_MC33_RDBFL22 0xF006318C          MC 33 Read Data and Bit Flip Register 22
MTU_MC33_RDBFL23 0xF006318E          MC 33 Read Data and Bit Flip Register 23
MTU_MC33_RDBFL24 0xF0063190          MC 33 Read Data and Bit Flip Register 24
MTU_MC33_RDBFL25 0xF0063192          MC 33 Read Data and Bit Flip Register 25
MTU_MC33_RDBFL26 0xF0063194          MC 33 Read Data and Bit Flip Register 26
MTU_MC33_RDBFL27 0xF0063196          MC 33 Read Data and Bit Flip Register 27
MTU_MC33_RDBFL28 0xF0063198          MC 33 Read Data and Bit Flip Register 28
MTU_MC33_RDBFL29 0xF006319A          MC 33 Read Data and Bit Flip Register 29
MTU_MC33_RDBFL30 0xF006319C          MC 33 Read Data and Bit Flip Register 30
MTU_MC33_RDBFL31 0xF006319E          MC 33 Read Data and Bit Flip Register 31
MTU_MC33_RDBFL32 0xF00631A0          MC 33 Read Data and Bit Flip Register 32
MTU_MC33_RDBFL33 0xF00631A2          MC 33 Read Data and Bit Flip Register 33
MTU_MC33_RDBFL34 0xF00631A4          MC 33 Read Data and Bit Flip Register 34
MTU_MC33_RDBFL35 0xF00631A6          MC 33 Read Data and Bit Flip Register 35
MTU_MC33_RDBFL36 0xF00631A8          MC 33 Read Data and Bit Flip Register 36
MTU_MC33_RDBFL37 0xF00631AA          MC 33 Read Data and Bit Flip Register 37
MTU_MC33_RDBFL38 0xF00631AC          MC 33 Read Data and Bit Flip Register 38
MTU_MC33_RDBFL39 0xF00631AE          MC 33 Read Data and Bit Flip Register 39
MTU_MC33_RDBFL40 0xF00631B0          MC 33 Read Data and Bit Flip Register 40
MTU_MC33_RDBFL41 0xF00631B2          MC 33 Read Data and Bit Flip Register 41
MTU_MC33_RDBFL42 0xF00631B4          MC 33 Read Data and Bit Flip Register 42
MTU_MC33_RDBFL43 0xF00631B6          MC 33 Read Data and Bit Flip Register 43
MTU_MC33_RDBFL44 0xF00631B8          MC 33 Read Data and Bit Flip Register 44
MTU_MC33_RDBFL45 0xF00631BA          MC 33 Read Data and Bit Flip Register 45
MTU_MC33_RDBFL46 0xF00631BC          MC 33 Read Data and Bit Flip Register 46
MTU_MC33_RDBFL47 0xF00631BE          MC 33 Read Data and Bit Flip Register 47
MTU_MC33_RDBFL48 0xF00631C0          MC 33 Read Data and Bit Flip Register 48
MTU_MC33_RDBFL49 0xF00631C2          MC 33 Read Data and Bit Flip Register 49
MTU_MC33_RDBFL50 0xF00631C4          MC 33 Read Data and Bit Flip Register 50
MTU_MC33_RDBFL51 0xF00631C6          MC 33 Read Data and Bit Flip Register 51
MTU_MC33_RDBFL52 0xF00631C8          MC 33 Read Data and Bit Flip Register 52
MTU_MC33_RDBFL53 0xF00631CA          MC 33 Read Data and Bit Flip Register 53
MTU_MC33_RDBFL54 0xF00631CC          MC 33 Read Data and Bit Flip Register 54
MTU_MC33_RDBFL55 0xF00631CE          MC 33 Read Data and Bit Flip Register 55
MTU_MC33_RDBFL56 0xF00631D0          MC 33 Read Data and Bit Flip Register 56
MTU_MC33_RDBFL57 0xF00631D2          MC 33 Read Data and Bit Flip Register 57
MTU_MC33_RDBFL58 0xF00631D4          MC 33 Read Data and Bit Flip Register 58
MTU_MC33_RDBFL59 0xF00631D6          MC 33 Read Data and Bit Flip Register 59
MTU_MC33_RDBFL60 0xF00631D8          MC 33 Read Data and Bit Flip Register 60
MTU_MC33_RDBFL61 0xF00631DA          MC 33 Read Data and Bit Flip Register 61
MTU_MC33_RDBFL62 0xF00631DC          MC 33 Read Data and Bit Flip Register 62
MTU_MC33_RDBFL63 0xF00631DE          MC 33 Read Data and Bit Flip Register 63
MTU_MC33_RDBFL64 0xF00631E0          MC 33 Read Data and Bit Flip Register 64
MTU_MC33_RDBFL65 0xF00631E2          MC 33 Read Data and Bit Flip Register 65
MTU_MC33_RDBFL66 0xF00631E4          MC 33 Read Data and Bit Flip Register 66
MTU_MC33_ALMSRCS 0xF00631EE          MC 33 Alarm Sources Configuration Register
MTU_MC33_FAULTSTS 0xF00631F0          MC 33 SSH Safety Faults Status Register
MTU_MC33_ERRINFO0 0xF00631F2          MC 33 Error Information Register 0
MTU_MC33_ERRINFO1 0xF00631F4          MC 33 Error Information Register 1
MTU_MC33_ERRINFO2 0xF00631F6          MC 33 Error Information Register 2
MTU_MC33_ERRINFO3 0xF00631F8          MC 33 Error Information Register 3
MTU_MC33_ERRINFO4 0xF00631FA          MC 33 Error Information Register 4
MTU_MC34_CONFIG0 0xF0063200          MC 34 Configuration Register 0
MTU_MC34_CONFIG1 0xF0063202          MC 34 Configuration Register 1
MTU_MC34_MCONTROL 0xF0063204          MC 34 MBIST Control Register
MTU_MC34_MSTATUS 0xF0063206          MC 34 Status Register
MTU_MC34_RANGE  0xF0063208          MC 34 Range Register, single address mode
MTU_MC34_REVID  0xF006320C          MC 34 Revision ID Register
MTU_MC34_ECCS   0xF006320E          MC 34 ECC Safety Register
MTU_MC34_ECCD   0xF0063210          MC 34 Memory ECC Detection Register
MTU_MC34_ETRR0  0xF0063212          MC 34 Error Tracking Register 0
MTU_MC34_ETRR1  0xF0063214          MC 34 Error Tracking Register 1
MTU_MC34_ETRR2  0xF0063216          MC 34 Error Tracking Register 2
MTU_MC34_ETRR3  0xF0063218          MC 34 Error Tracking Register 3
MTU_MC34_ETRR4  0xF006321A          MC 34 Error Tracking Register 4
MTU_MC34_RDBFL0 0xF0063260          MC 34 Read Data and Bit Flip Register 0
MTU_MC34_RDBFL1 0xF0063262          MC 34 Read Data and Bit Flip Register 1
MTU_MC34_RDBFL2 0xF0063264          MC 34 Read Data and Bit Flip Register 2
MTU_MC34_RDBFL3 0xF0063266          MC 34 Read Data and Bit Flip Register 3
MTU_MC34_RDBFL4 0xF0063268          MC 34 Read Data and Bit Flip Register 4
MTU_MC34_RDBFL5 0xF006326A          MC 34 Read Data and Bit Flip Register 5
MTU_MC34_RDBFL6 0xF006326C          MC 34 Read Data and Bit Flip Register 6
MTU_MC34_RDBFL7 0xF006326E          MC 34 Read Data and Bit Flip Register 7
MTU_MC34_RDBFL8 0xF0063270          MC 34 Read Data and Bit Flip Register 8
MTU_MC34_RDBFL9 0xF0063272          MC 34 Read Data and Bit Flip Register 9
MTU_MC34_RDBFL10 0xF0063274          MC 34 Read Data and Bit Flip Register 10
MTU_MC34_RDBFL11 0xF0063276          MC 34 Read Data and Bit Flip Register 11
MTU_MC34_RDBFL12 0xF0063278          MC 34 Read Data and Bit Flip Register 12
MTU_MC34_RDBFL13 0xF006327A          MC 34 Read Data and Bit Flip Register 13
MTU_MC34_RDBFL14 0xF006327C          MC 34 Read Data and Bit Flip Register 14
MTU_MC34_RDBFL15 0xF006327E          MC 34 Read Data and Bit Flip Register 15
MTU_MC34_RDBFL16 0xF0063280          MC 34 Read Data and Bit Flip Register 16
MTU_MC34_RDBFL17 0xF0063282          MC 34 Read Data and Bit Flip Register 17
MTU_MC34_RDBFL18 0xF0063284          MC 34 Read Data and Bit Flip Register 18
MTU_MC34_RDBFL19 0xF0063286          MC 34 Read Data and Bit Flip Register 19
MTU_MC34_RDBFL20 0xF0063288          MC 34 Read Data and Bit Flip Register 20
MTU_MC34_RDBFL21 0xF006328A          MC 34 Read Data and Bit Flip Register 21
MTU_MC34_RDBFL22 0xF006328C          MC 34 Read Data and Bit Flip Register 22
MTU_MC34_RDBFL23 0xF006328E          MC 34 Read Data and Bit Flip Register 23
MTU_MC34_RDBFL24 0xF0063290          MC 34 Read Data and Bit Flip Register 24
MTU_MC34_RDBFL25 0xF0063292          MC 34 Read Data and Bit Flip Register 25
MTU_MC34_RDBFL26 0xF0063294          MC 34 Read Data and Bit Flip Register 26
MTU_MC34_RDBFL27 0xF0063296          MC 34 Read Data and Bit Flip Register 27
MTU_MC34_RDBFL28 0xF0063298          MC 34 Read Data and Bit Flip Register 28
MTU_MC34_RDBFL29 0xF006329A          MC 34 Read Data and Bit Flip Register 29
MTU_MC34_RDBFL30 0xF006329C          MC 34 Read Data and Bit Flip Register 30
MTU_MC34_RDBFL31 0xF006329E          MC 34 Read Data and Bit Flip Register 31
MTU_MC34_RDBFL32 0xF00632A0          MC 34 Read Data and Bit Flip Register 32
MTU_MC34_RDBFL33 0xF00632A2          MC 34 Read Data and Bit Flip Register 33
MTU_MC34_RDBFL34 0xF00632A4          MC 34 Read Data and Bit Flip Register 34
MTU_MC34_RDBFL35 0xF00632A6          MC 34 Read Data and Bit Flip Register 35
MTU_MC34_RDBFL36 0xF00632A8          MC 34 Read Data and Bit Flip Register 36
MTU_MC34_RDBFL37 0xF00632AA          MC 34 Read Data and Bit Flip Register 37
MTU_MC34_RDBFL38 0xF00632AC          MC 34 Read Data and Bit Flip Register 38
MTU_MC34_RDBFL39 0xF00632AE          MC 34 Read Data and Bit Flip Register 39
MTU_MC34_RDBFL40 0xF00632B0          MC 34 Read Data and Bit Flip Register 40
MTU_MC34_RDBFL41 0xF00632B2          MC 34 Read Data and Bit Flip Register 41
MTU_MC34_RDBFL42 0xF00632B4          MC 34 Read Data and Bit Flip Register 42
MTU_MC34_RDBFL43 0xF00632B6          MC 34 Read Data and Bit Flip Register 43
MTU_MC34_RDBFL44 0xF00632B8          MC 34 Read Data and Bit Flip Register 44
MTU_MC34_RDBFL45 0xF00632BA          MC 34 Read Data and Bit Flip Register 45
MTU_MC34_RDBFL46 0xF00632BC          MC 34 Read Data and Bit Flip Register 46
MTU_MC34_RDBFL47 0xF00632BE          MC 34 Read Data and Bit Flip Register 47
MTU_MC34_RDBFL48 0xF00632C0          MC 34 Read Data and Bit Flip Register 48
MTU_MC34_RDBFL49 0xF00632C2          MC 34 Read Data and Bit Flip Register 49
MTU_MC34_RDBFL50 0xF00632C4          MC 34 Read Data and Bit Flip Register 50
MTU_MC34_RDBFL51 0xF00632C6          MC 34 Read Data and Bit Flip Register 51
MTU_MC34_RDBFL52 0xF00632C8          MC 34 Read Data and Bit Flip Register 52
MTU_MC34_RDBFL53 0xF00632CA          MC 34 Read Data and Bit Flip Register 53
MTU_MC34_RDBFL54 0xF00632CC          MC 34 Read Data and Bit Flip Register 54
MTU_MC34_RDBFL55 0xF00632CE          MC 34 Read Data and Bit Flip Register 55
MTU_MC34_RDBFL56 0xF00632D0          MC 34 Read Data and Bit Flip Register 56
MTU_MC34_RDBFL57 0xF00632D2          MC 34 Read Data and Bit Flip Register 57
MTU_MC34_RDBFL58 0xF00632D4          MC 34 Read Data and Bit Flip Register 58
MTU_MC34_RDBFL59 0xF00632D6          MC 34 Read Data and Bit Flip Register 59
MTU_MC34_RDBFL60 0xF00632D8          MC 34 Read Data and Bit Flip Register 60
MTU_MC34_RDBFL61 0xF00632DA          MC 34 Read Data and Bit Flip Register 61
MTU_MC34_RDBFL62 0xF00632DC          MC 34 Read Data and Bit Flip Register 62
MTU_MC34_RDBFL63 0xF00632DE          MC 34 Read Data and Bit Flip Register 63
MTU_MC34_RDBFL64 0xF00632E0          MC 34 Read Data and Bit Flip Register 64
MTU_MC34_RDBFL65 0xF00632E2          MC 34 Read Data and Bit Flip Register 65
MTU_MC34_RDBFL66 0xF00632E4          MC 34 Read Data and Bit Flip Register 66
MTU_MC34_ALMSRCS 0xF00632EE          MC 34 Alarm Sources Configuration Register
MTU_MC34_FAULTSTS 0xF00632F0          MC 34 SSH Safety Faults Status Register
MTU_MC34_ERRINFO0 0xF00632F2          MC 34 Error Information Register 0
MTU_MC34_ERRINFO1 0xF00632F4          MC 34 Error Information Register 1
MTU_MC34_ERRINFO2 0xF00632F6          MC 34 Error Information Register 2
MTU_MC34_ERRINFO3 0xF00632F8          MC 34 Error Information Register 3
MTU_MC34_ERRINFO4 0xF00632FA          MC 34 Error Information Register 4
MTU_MC35_CONFIG0 0xF0063300          MC 35 Configuration Register 0
MTU_MC35_CONFIG1 0xF0063302          MC 35 Configuration Register 1
MTU_MC35_MCONTROL 0xF0063304          MC 35 MBIST Control Register
MTU_MC35_MSTATUS 0xF0063306          MC 35 Status Register
MTU_MC35_RANGE  0xF0063308          MC 35 Range Register, single address mode
MTU_MC35_REVID  0xF006330C          MC 35 Revision ID Register
MTU_MC35_ECCS   0xF006330E          MC 35 ECC Safety Register
MTU_MC35_ECCD   0xF0063310          MC 35 Memory ECC Detection Register
MTU_MC35_ETRR0  0xF0063312          MC 35 Error Tracking Register 0
MTU_MC35_ETRR1  0xF0063314          MC 35 Error Tracking Register 1
MTU_MC35_ETRR2  0xF0063316          MC 35 Error Tracking Register 2
MTU_MC35_ETRR3  0xF0063318          MC 35 Error Tracking Register 3
MTU_MC35_ETRR4  0xF006331A          MC 35 Error Tracking Register 4
MTU_MC35_RDBFL0 0xF0063360          MC 35 Read Data and Bit Flip Register 0
MTU_MC35_RDBFL1 0xF0063362          MC 35 Read Data and Bit Flip Register 1
MTU_MC35_RDBFL2 0xF0063364          MC 35 Read Data and Bit Flip Register 2
MTU_MC35_RDBFL3 0xF0063366          MC 35 Read Data and Bit Flip Register 3
MTU_MC35_RDBFL4 0xF0063368          MC 35 Read Data and Bit Flip Register 4
MTU_MC35_RDBFL5 0xF006336A          MC 35 Read Data and Bit Flip Register 5
MTU_MC35_RDBFL6 0xF006336C          MC 35 Read Data and Bit Flip Register 6
MTU_MC35_RDBFL7 0xF006336E          MC 35 Read Data and Bit Flip Register 7
MTU_MC35_RDBFL8 0xF0063370          MC 35 Read Data and Bit Flip Register 8
MTU_MC35_RDBFL9 0xF0063372          MC 35 Read Data and Bit Flip Register 9
MTU_MC35_RDBFL10 0xF0063374          MC 35 Read Data and Bit Flip Register 10
MTU_MC35_RDBFL11 0xF0063376          MC 35 Read Data and Bit Flip Register 11
MTU_MC35_RDBFL12 0xF0063378          MC 35 Read Data and Bit Flip Register 12
MTU_MC35_RDBFL13 0xF006337A          MC 35 Read Data and Bit Flip Register 13
MTU_MC35_RDBFL14 0xF006337C          MC 35 Read Data and Bit Flip Register 14
MTU_MC35_RDBFL15 0xF006337E          MC 35 Read Data and Bit Flip Register 15
MTU_MC35_RDBFL16 0xF0063380          MC 35 Read Data and Bit Flip Register 16
MTU_MC35_RDBFL17 0xF0063382          MC 35 Read Data and Bit Flip Register 17
MTU_MC35_RDBFL18 0xF0063384          MC 35 Read Data and Bit Flip Register 18
MTU_MC35_RDBFL19 0xF0063386          MC 35 Read Data and Bit Flip Register 19
MTU_MC35_RDBFL20 0xF0063388          MC 35 Read Data and Bit Flip Register 20
MTU_MC35_RDBFL21 0xF006338A          MC 35 Read Data and Bit Flip Register 21
MTU_MC35_RDBFL22 0xF006338C          MC 35 Read Data and Bit Flip Register 22
MTU_MC35_RDBFL23 0xF006338E          MC 35 Read Data and Bit Flip Register 23
MTU_MC35_RDBFL24 0xF0063390          MC 35 Read Data and Bit Flip Register 24
MTU_MC35_RDBFL25 0xF0063392          MC 35 Read Data and Bit Flip Register 25
MTU_MC35_RDBFL26 0xF0063394          MC 35 Read Data and Bit Flip Register 26
MTU_MC35_RDBFL27 0xF0063396          MC 35 Read Data and Bit Flip Register 27
MTU_MC35_RDBFL28 0xF0063398          MC 35 Read Data and Bit Flip Register 28
MTU_MC35_RDBFL29 0xF006339A          MC 35 Read Data and Bit Flip Register 29
MTU_MC35_RDBFL30 0xF006339C          MC 35 Read Data and Bit Flip Register 30
MTU_MC35_RDBFL31 0xF006339E          MC 35 Read Data and Bit Flip Register 31
MTU_MC35_RDBFL32 0xF00633A0          MC 35 Read Data and Bit Flip Register 32
MTU_MC35_RDBFL33 0xF00633A2          MC 35 Read Data and Bit Flip Register 33
MTU_MC35_RDBFL34 0xF00633A4          MC 35 Read Data and Bit Flip Register 34
MTU_MC35_RDBFL35 0xF00633A6          MC 35 Read Data and Bit Flip Register 35
MTU_MC35_RDBFL36 0xF00633A8          MC 35 Read Data and Bit Flip Register 36
MTU_MC35_RDBFL37 0xF00633AA          MC 35 Read Data and Bit Flip Register 37
MTU_MC35_RDBFL38 0xF00633AC          MC 35 Read Data and Bit Flip Register 38
MTU_MC35_RDBFL39 0xF00633AE          MC 35 Read Data and Bit Flip Register 39
MTU_MC35_RDBFL40 0xF00633B0          MC 35 Read Data and Bit Flip Register 40
MTU_MC35_RDBFL41 0xF00633B2          MC 35 Read Data and Bit Flip Register 41
MTU_MC35_RDBFL42 0xF00633B4          MC 35 Read Data and Bit Flip Register 42
MTU_MC35_RDBFL43 0xF00633B6          MC 35 Read Data and Bit Flip Register 43
MTU_MC35_RDBFL44 0xF00633B8          MC 35 Read Data and Bit Flip Register 44
MTU_MC35_RDBFL45 0xF00633BA          MC 35 Read Data and Bit Flip Register 45
MTU_MC35_RDBFL46 0xF00633BC          MC 35 Read Data and Bit Flip Register 46
MTU_MC35_RDBFL47 0xF00633BE          MC 35 Read Data and Bit Flip Register 47
MTU_MC35_RDBFL48 0xF00633C0          MC 35 Read Data and Bit Flip Register 48
MTU_MC35_RDBFL49 0xF00633C2          MC 35 Read Data and Bit Flip Register 49
MTU_MC35_RDBFL50 0xF00633C4          MC 35 Read Data and Bit Flip Register 50
MTU_MC35_RDBFL51 0xF00633C6          MC 35 Read Data and Bit Flip Register 51
MTU_MC35_RDBFL52 0xF00633C8          MC 35 Read Data and Bit Flip Register 52
MTU_MC35_RDBFL53 0xF00633CA          MC 35 Read Data and Bit Flip Register 53
MTU_MC35_RDBFL54 0xF00633CC          MC 35 Read Data and Bit Flip Register 54
MTU_MC35_RDBFL55 0xF00633CE          MC 35 Read Data and Bit Flip Register 55
MTU_MC35_RDBFL56 0xF00633D0          MC 35 Read Data and Bit Flip Register 56
MTU_MC35_RDBFL57 0xF00633D2          MC 35 Read Data and Bit Flip Register 57
MTU_MC35_RDBFL58 0xF00633D4          MC 35 Read Data and Bit Flip Register 58
MTU_MC35_RDBFL59 0xF00633D6          MC 35 Read Data and Bit Flip Register 59
MTU_MC35_RDBFL60 0xF00633D8          MC 35 Read Data and Bit Flip Register 60
MTU_MC35_RDBFL61 0xF00633DA          MC 35 Read Data and Bit Flip Register 61
MTU_MC35_RDBFL62 0xF00633DC          MC 35 Read Data and Bit Flip Register 62
MTU_MC35_RDBFL63 0xF00633DE          MC 35 Read Data and Bit Flip Register 63
MTU_MC35_RDBFL64 0xF00633E0          MC 35 Read Data and Bit Flip Register 64
MTU_MC35_RDBFL65 0xF00633E2          MC 35 Read Data and Bit Flip Register 65
MTU_MC35_RDBFL66 0xF00633E4          MC 35 Read Data and Bit Flip Register 66
MTU_MC35_ALMSRCS 0xF00633EE          MC 35 Alarm Sources Configuration Register
MTU_MC35_FAULTSTS 0xF00633F0          MC 35 SSH Safety Faults Status Register
MTU_MC35_ERRINFO0 0xF00633F2          MC 35 Error Information Register 0
MTU_MC35_ERRINFO1 0xF00633F4          MC 35 Error Information Register 1
MTU_MC35_ERRINFO2 0xF00633F6          MC 35 Error Information Register 2
MTU_MC35_ERRINFO3 0xF00633F8          MC 35 Error Information Register 3
MTU_MC35_ERRINFO4 0xF00633FA          MC 35 Error Information Register 4
MTU_MC36_CONFIG0 0xF0063400          MC 36 Configuration Register 0
MTU_MC36_CONFIG1 0xF0063402          MC 36 Configuration Register 1
MTU_MC36_MCONTROL 0xF0063404          MC 36 MBIST Control Register
MTU_MC36_MSTATUS 0xF0063406          MC 36 Status Register
MTU_MC36_RANGE  0xF0063408          MC 36 Range Register, single address mode
MTU_MC36_REVID  0xF006340C          MC 36 Revision ID Register
MTU_MC36_ECCS   0xF006340E          MC 36 ECC Safety Register
MTU_MC36_ECCD   0xF0063410          MC 36 Memory ECC Detection Register
MTU_MC36_ETRR0  0xF0063412          MC 36 Error Tracking Register 0
MTU_MC36_ETRR1  0xF0063414          MC 36 Error Tracking Register 1
MTU_MC36_ETRR2  0xF0063416          MC 36 Error Tracking Register 2
MTU_MC36_ETRR3  0xF0063418          MC 36 Error Tracking Register 3
MTU_MC36_ETRR4  0xF006341A          MC 36 Error Tracking Register 4
MTU_MC36_RDBFL0 0xF0063460          MC 36 Read Data and Bit Flip Register 0
MTU_MC36_RDBFL1 0xF0063462          MC 36 Read Data and Bit Flip Register 1
MTU_MC36_RDBFL2 0xF0063464          MC 36 Read Data and Bit Flip Register 2
MTU_MC36_RDBFL3 0xF0063466          MC 36 Read Data and Bit Flip Register 3
MTU_MC36_RDBFL4 0xF0063468          MC 36 Read Data and Bit Flip Register 4
MTU_MC36_RDBFL5 0xF006346A          MC 36 Read Data and Bit Flip Register 5
MTU_MC36_RDBFL6 0xF006346C          MC 36 Read Data and Bit Flip Register 6
MTU_MC36_RDBFL7 0xF006346E          MC 36 Read Data and Bit Flip Register 7
MTU_MC36_RDBFL8 0xF0063470          MC 36 Read Data and Bit Flip Register 8
MTU_MC36_RDBFL9 0xF0063472          MC 36 Read Data and Bit Flip Register 9
MTU_MC36_RDBFL10 0xF0063474          MC 36 Read Data and Bit Flip Register 10
MTU_MC36_RDBFL11 0xF0063476          MC 36 Read Data and Bit Flip Register 11
MTU_MC36_RDBFL12 0xF0063478          MC 36 Read Data and Bit Flip Register 12
MTU_MC36_RDBFL13 0xF006347A          MC 36 Read Data and Bit Flip Register 13
MTU_MC36_RDBFL14 0xF006347C          MC 36 Read Data and Bit Flip Register 14
MTU_MC36_RDBFL15 0xF006347E          MC 36 Read Data and Bit Flip Register 15
MTU_MC36_RDBFL16 0xF0063480          MC 36 Read Data and Bit Flip Register 16
MTU_MC36_RDBFL17 0xF0063482          MC 36 Read Data and Bit Flip Register 17
MTU_MC36_RDBFL18 0xF0063484          MC 36 Read Data and Bit Flip Register 18
MTU_MC36_RDBFL19 0xF0063486          MC 36 Read Data and Bit Flip Register 19
MTU_MC36_RDBFL20 0xF0063488          MC 36 Read Data and Bit Flip Register 20
MTU_MC36_RDBFL21 0xF006348A          MC 36 Read Data and Bit Flip Register 21
MTU_MC36_RDBFL22 0xF006348C          MC 36 Read Data and Bit Flip Register 22
MTU_MC36_RDBFL23 0xF006348E          MC 36 Read Data and Bit Flip Register 23
MTU_MC36_RDBFL24 0xF0063490          MC 36 Read Data and Bit Flip Register 24
MTU_MC36_RDBFL25 0xF0063492          MC 36 Read Data and Bit Flip Register 25
MTU_MC36_RDBFL26 0xF0063494          MC 36 Read Data and Bit Flip Register 26
MTU_MC36_RDBFL27 0xF0063496          MC 36 Read Data and Bit Flip Register 27
MTU_MC36_RDBFL28 0xF0063498          MC 36 Read Data and Bit Flip Register 28
MTU_MC36_RDBFL29 0xF006349A          MC 36 Read Data and Bit Flip Register 29
MTU_MC36_RDBFL30 0xF006349C          MC 36 Read Data and Bit Flip Register 30
MTU_MC36_RDBFL31 0xF006349E          MC 36 Read Data and Bit Flip Register 31
MTU_MC36_RDBFL32 0xF00634A0          MC 36 Read Data and Bit Flip Register 32
MTU_MC36_RDBFL33 0xF00634A2          MC 36 Read Data and Bit Flip Register 33
MTU_MC36_RDBFL34 0xF00634A4          MC 36 Read Data and Bit Flip Register 34
MTU_MC36_RDBFL35 0xF00634A6          MC 36 Read Data and Bit Flip Register 35
MTU_MC36_RDBFL36 0xF00634A8          MC 36 Read Data and Bit Flip Register 36
MTU_MC36_RDBFL37 0xF00634AA          MC 36 Read Data and Bit Flip Register 37
MTU_MC36_RDBFL38 0xF00634AC          MC 36 Read Data and Bit Flip Register 38
MTU_MC36_RDBFL39 0xF00634AE          MC 36 Read Data and Bit Flip Register 39
MTU_MC36_RDBFL40 0xF00634B0          MC 36 Read Data and Bit Flip Register 40
MTU_MC36_RDBFL41 0xF00634B2          MC 36 Read Data and Bit Flip Register 41
MTU_MC36_RDBFL42 0xF00634B4          MC 36 Read Data and Bit Flip Register 42
MTU_MC36_RDBFL43 0xF00634B6          MC 36 Read Data and Bit Flip Register 43
MTU_MC36_RDBFL44 0xF00634B8          MC 36 Read Data and Bit Flip Register 44
MTU_MC36_RDBFL45 0xF00634BA          MC 36 Read Data and Bit Flip Register 45
MTU_MC36_RDBFL46 0xF00634BC          MC 36 Read Data and Bit Flip Register 46
MTU_MC36_RDBFL47 0xF00634BE          MC 36 Read Data and Bit Flip Register 47
MTU_MC36_RDBFL48 0xF00634C0          MC 36 Read Data and Bit Flip Register 48
MTU_MC36_RDBFL49 0xF00634C2          MC 36 Read Data and Bit Flip Register 49
MTU_MC36_RDBFL50 0xF00634C4          MC 36 Read Data and Bit Flip Register 50
MTU_MC36_RDBFL51 0xF00634C6          MC 36 Read Data and Bit Flip Register 51
MTU_MC36_RDBFL52 0xF00634C8          MC 36 Read Data and Bit Flip Register 52
MTU_MC36_RDBFL53 0xF00634CA          MC 36 Read Data and Bit Flip Register 53
MTU_MC36_RDBFL54 0xF00634CC          MC 36 Read Data and Bit Flip Register 54
MTU_MC36_RDBFL55 0xF00634CE          MC 36 Read Data and Bit Flip Register 55
MTU_MC36_RDBFL56 0xF00634D0          MC 36 Read Data and Bit Flip Register 56
MTU_MC36_RDBFL57 0xF00634D2          MC 36 Read Data and Bit Flip Register 57
MTU_MC36_RDBFL58 0xF00634D4          MC 36 Read Data and Bit Flip Register 58
MTU_MC36_RDBFL59 0xF00634D6          MC 36 Read Data and Bit Flip Register 59
MTU_MC36_RDBFL60 0xF00634D8          MC 36 Read Data and Bit Flip Register 60
MTU_MC36_RDBFL61 0xF00634DA          MC 36 Read Data and Bit Flip Register 61
MTU_MC36_RDBFL62 0xF00634DC          MC 36 Read Data and Bit Flip Register 62
MTU_MC36_RDBFL63 0xF00634DE          MC 36 Read Data and Bit Flip Register 63
MTU_MC36_RDBFL64 0xF00634E0          MC 36 Read Data and Bit Flip Register 64
MTU_MC36_RDBFL65 0xF00634E2          MC 36 Read Data and Bit Flip Register 65
MTU_MC36_RDBFL66 0xF00634E4          MC 36 Read Data and Bit Flip Register 66
MTU_MC36_ALMSRCS 0xF00634EE          MC 36 Alarm Sources Configuration Register
MTU_MC36_FAULTSTS 0xF00634F0          MC 36 SSH Safety Faults Status Register
MTU_MC36_ERRINFO0 0xF00634F2          MC 36 Error Information Register 0
MTU_MC36_ERRINFO1 0xF00634F4          MC 36 Error Information Register 1
MTU_MC36_ERRINFO2 0xF00634F6          MC 36 Error Information Register 2
MTU_MC36_ERRINFO3 0xF00634F8          MC 36 Error Information Register 3
MTU_MC36_ERRINFO4 0xF00634FA          MC 36 Error Information Register 4
MTU_MC37_CONFIG0 0xF0063500          MC 37 Configuration Register 0
MTU_MC37_CONFIG1 0xF0063502          MC 37 Configuration Register 1
MTU_MC37_MCONTROL 0xF0063504          MC 37 MBIST Control Register
MTU_MC37_MSTATUS 0xF0063506          MC 37 Status Register
MTU_MC37_RANGE  0xF0063508          MC 37 Range Register, single address mode
MTU_MC37_REVID  0xF006350C          MC 37 Revision ID Register
MTU_MC37_ECCS   0xF006350E          MC 37 ECC Safety Register
MTU_MC37_ECCD   0xF0063510          MC 37 Memory ECC Detection Register
MTU_MC37_ETRR0  0xF0063512          MC 37 Error Tracking Register 0
MTU_MC37_ETRR1  0xF0063514          MC 37 Error Tracking Register 1
MTU_MC37_ETRR2  0xF0063516          MC 37 Error Tracking Register 2
MTU_MC37_ETRR3  0xF0063518          MC 37 Error Tracking Register 3
MTU_MC37_ETRR4  0xF006351A          MC 37 Error Tracking Register 4
MTU_MC37_RDBFL0 0xF0063560          MC 37 Read Data and Bit Flip Register 0
MTU_MC37_RDBFL1 0xF0063562          MC 37 Read Data and Bit Flip Register 1
MTU_MC37_RDBFL2 0xF0063564          MC 37 Read Data and Bit Flip Register 2
MTU_MC37_RDBFL3 0xF0063566          MC 37 Read Data and Bit Flip Register 3
MTU_MC37_RDBFL4 0xF0063568          MC 37 Read Data and Bit Flip Register 4
MTU_MC37_RDBFL5 0xF006356A          MC 37 Read Data and Bit Flip Register 5
MTU_MC37_RDBFL6 0xF006356C          MC 37 Read Data and Bit Flip Register 6
MTU_MC37_RDBFL7 0xF006356E          MC 37 Read Data and Bit Flip Register 7
MTU_MC37_RDBFL8 0xF0063570          MC 37 Read Data and Bit Flip Register 8
MTU_MC37_RDBFL9 0xF0063572          MC 37 Read Data and Bit Flip Register 9
MTU_MC37_RDBFL10 0xF0063574          MC 37 Read Data and Bit Flip Register 10
MTU_MC37_RDBFL11 0xF0063576          MC 37 Read Data and Bit Flip Register 11
MTU_MC37_RDBFL12 0xF0063578          MC 37 Read Data and Bit Flip Register 12
MTU_MC37_RDBFL13 0xF006357A          MC 37 Read Data and Bit Flip Register 13
MTU_MC37_RDBFL14 0xF006357C          MC 37 Read Data and Bit Flip Register 14
MTU_MC37_RDBFL15 0xF006357E          MC 37 Read Data and Bit Flip Register 15
MTU_MC37_RDBFL16 0xF0063580          MC 37 Read Data and Bit Flip Register 16
MTU_MC37_RDBFL17 0xF0063582          MC 37 Read Data and Bit Flip Register 17
MTU_MC37_RDBFL18 0xF0063584          MC 37 Read Data and Bit Flip Register 18
MTU_MC37_RDBFL19 0xF0063586          MC 37 Read Data and Bit Flip Register 19
MTU_MC37_RDBFL20 0xF0063588          MC 37 Read Data and Bit Flip Register 20
MTU_MC37_RDBFL21 0xF006358A          MC 37 Read Data and Bit Flip Register 21
MTU_MC37_RDBFL22 0xF006358C          MC 37 Read Data and Bit Flip Register 22
MTU_MC37_RDBFL23 0xF006358E          MC 37 Read Data and Bit Flip Register 23
MTU_MC37_RDBFL24 0xF0063590          MC 37 Read Data and Bit Flip Register 24
MTU_MC37_RDBFL25 0xF0063592          MC 37 Read Data and Bit Flip Register 25
MTU_MC37_RDBFL26 0xF0063594          MC 37 Read Data and Bit Flip Register 26
MTU_MC37_RDBFL27 0xF0063596          MC 37 Read Data and Bit Flip Register 27
MTU_MC37_RDBFL28 0xF0063598          MC 37 Read Data and Bit Flip Register 28
MTU_MC37_RDBFL29 0xF006359A          MC 37 Read Data and Bit Flip Register 29
MTU_MC37_RDBFL30 0xF006359C          MC 37 Read Data and Bit Flip Register 30
MTU_MC37_RDBFL31 0xF006359E          MC 37 Read Data and Bit Flip Register 31
MTU_MC37_RDBFL32 0xF00635A0          MC 37 Read Data and Bit Flip Register 32
MTU_MC37_RDBFL33 0xF00635A2          MC 37 Read Data and Bit Flip Register 33
MTU_MC37_RDBFL34 0xF00635A4          MC 37 Read Data and Bit Flip Register 34
MTU_MC37_RDBFL35 0xF00635A6          MC 37 Read Data and Bit Flip Register 35
MTU_MC37_RDBFL36 0xF00635A8          MC 37 Read Data and Bit Flip Register 36
MTU_MC37_RDBFL37 0xF00635AA          MC 37 Read Data and Bit Flip Register 37
MTU_MC37_RDBFL38 0xF00635AC          MC 37 Read Data and Bit Flip Register 38
MTU_MC37_RDBFL39 0xF00635AE          MC 37 Read Data and Bit Flip Register 39
MTU_MC37_RDBFL40 0xF00635B0          MC 37 Read Data and Bit Flip Register 40
MTU_MC37_RDBFL41 0xF00635B2          MC 37 Read Data and Bit Flip Register 41
MTU_MC37_RDBFL42 0xF00635B4          MC 37 Read Data and Bit Flip Register 42
MTU_MC37_RDBFL43 0xF00635B6          MC 37 Read Data and Bit Flip Register 43
MTU_MC37_RDBFL44 0xF00635B8          MC 37 Read Data and Bit Flip Register 44
MTU_MC37_RDBFL45 0xF00635BA          MC 37 Read Data and Bit Flip Register 45
MTU_MC37_RDBFL46 0xF00635BC          MC 37 Read Data and Bit Flip Register 46
MTU_MC37_RDBFL47 0xF00635BE          MC 37 Read Data and Bit Flip Register 47
MTU_MC37_RDBFL48 0xF00635C0          MC 37 Read Data and Bit Flip Register 48
MTU_MC37_RDBFL49 0xF00635C2          MC 37 Read Data and Bit Flip Register 49
MTU_MC37_RDBFL50 0xF00635C4          MC 37 Read Data and Bit Flip Register 50
MTU_MC37_RDBFL51 0xF00635C6          MC 37 Read Data and Bit Flip Register 51
MTU_MC37_RDBFL52 0xF00635C8          MC 37 Read Data and Bit Flip Register 52
MTU_MC37_RDBFL53 0xF00635CA          MC 37 Read Data and Bit Flip Register 53
MTU_MC37_RDBFL54 0xF00635CC          MC 37 Read Data and Bit Flip Register 54
MTU_MC37_RDBFL55 0xF00635CE          MC 37 Read Data and Bit Flip Register 55
MTU_MC37_RDBFL56 0xF00635D0          MC 37 Read Data and Bit Flip Register 56
MTU_MC37_RDBFL57 0xF00635D2          MC 37 Read Data and Bit Flip Register 57
MTU_MC37_RDBFL58 0xF00635D4          MC 37 Read Data and Bit Flip Register 58
MTU_MC37_RDBFL59 0xF00635D6          MC 37 Read Data and Bit Flip Register 59
MTU_MC37_RDBFL60 0xF00635D8          MC 37 Read Data and Bit Flip Register 60
MTU_MC37_RDBFL61 0xF00635DA          MC 37 Read Data and Bit Flip Register 61
MTU_MC37_RDBFL62 0xF00635DC          MC 37 Read Data and Bit Flip Register 62
MTU_MC37_RDBFL63 0xF00635DE          MC 37 Read Data and Bit Flip Register 63
MTU_MC37_RDBFL64 0xF00635E0          MC 37 Read Data and Bit Flip Register 64
MTU_MC37_RDBFL65 0xF00635E2          MC 37 Read Data and Bit Flip Register 65
MTU_MC37_RDBFL66 0xF00635E4          MC 37 Read Data and Bit Flip Register 66
MTU_MC37_ALMSRCS 0xF00635EE          MC 37 Alarm Sources Configuration Register
MTU_MC37_FAULTSTS 0xF00635F0          MC 37 SSH Safety Faults Status Register
MTU_MC37_ERRINFO0 0xF00635F2          MC 37 Error Information Register 0
MTU_MC37_ERRINFO1 0xF00635F4          MC 37 Error Information Register 1
MTU_MC37_ERRINFO2 0xF00635F6          MC 37 Error Information Register 2
MTU_MC37_ERRINFO3 0xF00635F8          MC 37 Error Information Register 3
MTU_MC37_ERRINFO4 0xF00635FA          MC 37 Error Information Register 4
MTU_MC38_CONFIG0 0xF0063600          MC 38 Configuration Register 0
MTU_MC38_CONFIG1 0xF0063602          MC 38 Configuration Register 1
MTU_MC38_MCONTROL 0xF0063604          MC 38 MBIST Control Register
MTU_MC38_MSTATUS 0xF0063606          MC 38 Status Register
MTU_MC38_RANGE  0xF0063608          MC 38 Range Register, single address mode
MTU_MC38_REVID  0xF006360C          MC 38 Revision ID Register
MTU_MC38_ECCS   0xF006360E          MC 38 ECC Safety Register
MTU_MC38_ECCD   0xF0063610          MC 38 Memory ECC Detection Register
MTU_MC38_ETRR0  0xF0063612          MC 38 Error Tracking Register 0
MTU_MC38_ETRR1  0xF0063614          MC 38 Error Tracking Register 1
MTU_MC38_ETRR2  0xF0063616          MC 38 Error Tracking Register 2
MTU_MC38_ETRR3  0xF0063618          MC 38 Error Tracking Register 3
MTU_MC38_ETRR4  0xF006361A          MC 38 Error Tracking Register 4
MTU_MC38_RDBFL0 0xF0063660          MC 38 Read Data and Bit Flip Register 0
MTU_MC38_RDBFL1 0xF0063662          MC 38 Read Data and Bit Flip Register 1
MTU_MC38_RDBFL2 0xF0063664          MC 38 Read Data and Bit Flip Register 2
MTU_MC38_RDBFL3 0xF0063666          MC 38 Read Data and Bit Flip Register 3
MTU_MC38_RDBFL4 0xF0063668          MC 38 Read Data and Bit Flip Register 4
MTU_MC38_RDBFL5 0xF006366A          MC 38 Read Data and Bit Flip Register 5
MTU_MC38_RDBFL6 0xF006366C          MC 38 Read Data and Bit Flip Register 6
MTU_MC38_RDBFL7 0xF006366E          MC 38 Read Data and Bit Flip Register 7
MTU_MC38_RDBFL8 0xF0063670          MC 38 Read Data and Bit Flip Register 8
MTU_MC38_RDBFL9 0xF0063672          MC 38 Read Data and Bit Flip Register 9
MTU_MC38_RDBFL10 0xF0063674          MC 38 Read Data and Bit Flip Register 10
MTU_MC38_RDBFL11 0xF0063676          MC 38 Read Data and Bit Flip Register 11
MTU_MC38_RDBFL12 0xF0063678          MC 38 Read Data and Bit Flip Register 12
MTU_MC38_RDBFL13 0xF006367A          MC 38 Read Data and Bit Flip Register 13
MTU_MC38_RDBFL14 0xF006367C          MC 38 Read Data and Bit Flip Register 14
MTU_MC38_RDBFL15 0xF006367E          MC 38 Read Data and Bit Flip Register 15
MTU_MC38_RDBFL16 0xF0063680          MC 38 Read Data and Bit Flip Register 16
MTU_MC38_RDBFL17 0xF0063682          MC 38 Read Data and Bit Flip Register 17
MTU_MC38_RDBFL18 0xF0063684          MC 38 Read Data and Bit Flip Register 18
MTU_MC38_RDBFL19 0xF0063686          MC 38 Read Data and Bit Flip Register 19
MTU_MC38_RDBFL20 0xF0063688          MC 38 Read Data and Bit Flip Register 20
MTU_MC38_RDBFL21 0xF006368A          MC 38 Read Data and Bit Flip Register 21
MTU_MC38_RDBFL22 0xF006368C          MC 38 Read Data and Bit Flip Register 22
MTU_MC38_RDBFL23 0xF006368E          MC 38 Read Data and Bit Flip Register 23
MTU_MC38_RDBFL24 0xF0063690          MC 38 Read Data and Bit Flip Register 24
MTU_MC38_RDBFL25 0xF0063692          MC 38 Read Data and Bit Flip Register 25
MTU_MC38_RDBFL26 0xF0063694          MC 38 Read Data and Bit Flip Register 26
MTU_MC38_RDBFL27 0xF0063696          MC 38 Read Data and Bit Flip Register 27
MTU_MC38_RDBFL28 0xF0063698          MC 38 Read Data and Bit Flip Register 28
MTU_MC38_RDBFL29 0xF006369A          MC 38 Read Data and Bit Flip Register 29
MTU_MC38_RDBFL30 0xF006369C          MC 38 Read Data and Bit Flip Register 30
MTU_MC38_RDBFL31 0xF006369E          MC 38 Read Data and Bit Flip Register 31
MTU_MC38_RDBFL32 0xF00636A0          MC 38 Read Data and Bit Flip Register 32
MTU_MC38_RDBFL33 0xF00636A2          MC 38 Read Data and Bit Flip Register 33
MTU_MC38_RDBFL34 0xF00636A4          MC 38 Read Data and Bit Flip Register 34
MTU_MC38_RDBFL35 0xF00636A6          MC 38 Read Data and Bit Flip Register 35
MTU_MC38_RDBFL36 0xF00636A8          MC 38 Read Data and Bit Flip Register 36
MTU_MC38_RDBFL37 0xF00636AA          MC 38 Read Data and Bit Flip Register 37
MTU_MC38_RDBFL38 0xF00636AC          MC 38 Read Data and Bit Flip Register 38
MTU_MC38_RDBFL39 0xF00636AE          MC 38 Read Data and Bit Flip Register 39
MTU_MC38_RDBFL40 0xF00636B0          MC 38 Read Data and Bit Flip Register 40
MTU_MC38_RDBFL41 0xF00636B2          MC 38 Read Data and Bit Flip Register 41
MTU_MC38_RDBFL42 0xF00636B4          MC 38 Read Data and Bit Flip Register 42
MTU_MC38_RDBFL43 0xF00636B6          MC 38 Read Data and Bit Flip Register 43
MTU_MC38_RDBFL44 0xF00636B8          MC 38 Read Data and Bit Flip Register 44
MTU_MC38_RDBFL45 0xF00636BA          MC 38 Read Data and Bit Flip Register 45
MTU_MC38_RDBFL46 0xF00636BC          MC 38 Read Data and Bit Flip Register 46
MTU_MC38_RDBFL47 0xF00636BE          MC 38 Read Data and Bit Flip Register 47
MTU_MC38_RDBFL48 0xF00636C0          MC 38 Read Data and Bit Flip Register 48
MTU_MC38_RDBFL49 0xF00636C2          MC 38 Read Data and Bit Flip Register 49
MTU_MC38_RDBFL50 0xF00636C4          MC 38 Read Data and Bit Flip Register 50
MTU_MC38_RDBFL51 0xF00636C6          MC 38 Read Data and Bit Flip Register 51
MTU_MC38_RDBFL52 0xF00636C8          MC 38 Read Data and Bit Flip Register 52
MTU_MC38_RDBFL53 0xF00636CA          MC 38 Read Data and Bit Flip Register 53
MTU_MC38_RDBFL54 0xF00636CC          MC 38 Read Data and Bit Flip Register 54
MTU_MC38_RDBFL55 0xF00636CE          MC 38 Read Data and Bit Flip Register 55
MTU_MC38_RDBFL56 0xF00636D0          MC 38 Read Data and Bit Flip Register 56
MTU_MC38_RDBFL57 0xF00636D2          MC 38 Read Data and Bit Flip Register 57
MTU_MC38_RDBFL58 0xF00636D4          MC 38 Read Data and Bit Flip Register 58
MTU_MC38_RDBFL59 0xF00636D6          MC 38 Read Data and Bit Flip Register 59
MTU_MC38_RDBFL60 0xF00636D8          MC 38 Read Data and Bit Flip Register 60
MTU_MC38_RDBFL61 0xF00636DA          MC 38 Read Data and Bit Flip Register 61
MTU_MC38_RDBFL62 0xF00636DC          MC 38 Read Data and Bit Flip Register 62
MTU_MC38_RDBFL63 0xF00636DE          MC 38 Read Data and Bit Flip Register 63
MTU_MC38_RDBFL64 0xF00636E0          MC 38 Read Data and Bit Flip Register 64
MTU_MC38_RDBFL65 0xF00636E2          MC 38 Read Data and Bit Flip Register 65
MTU_MC38_RDBFL66 0xF00636E4          MC 38 Read Data and Bit Flip Register 66
MTU_MC38_ALMSRCS 0xF00636EE          MC 38 Alarm Sources Configuration Register
MTU_MC38_FAULTSTS 0xF00636F0          MC 38 SSH Safety Faults Status Register
MTU_MC38_ERRINFO0 0xF00636F2          MC 38 Error Information Register 0
MTU_MC38_ERRINFO1 0xF00636F4          MC 38 Error Information Register 1
MTU_MC38_ERRINFO2 0xF00636F6          MC 38 Error Information Register 2
MTU_MC38_ERRINFO3 0xF00636F8          MC 38 Error Information Register 3
MTU_MC38_ERRINFO4 0xF00636FA          MC 38 Error Information Register 4
MTU_MC39_CONFIG0 0xF0063700          MC 39 Configuration Register 0
MTU_MC39_CONFIG1 0xF0063702          MC 39 Configuration Register 1
MTU_MC39_MCONTROL 0xF0063704          MC 39 MBIST Control Register
MTU_MC39_MSTATUS 0xF0063706          MC 39 Status Register
MTU_MC39_RANGE  0xF0063708          MC 39 Range Register, single address mode
MTU_MC39_REVID  0xF006370C          MC 39 Revision ID Register
MTU_MC39_ECCS   0xF006370E          MC 39 ECC Safety Register
MTU_MC39_ECCD   0xF0063710          MC 39 Memory ECC Detection Register
MTU_MC39_ETRR0  0xF0063712          MC 39 Error Tracking Register 0
MTU_MC39_ETRR1  0xF0063714          MC 39 Error Tracking Register 1
MTU_MC39_ETRR2  0xF0063716          MC 39 Error Tracking Register 2
MTU_MC39_ETRR3  0xF0063718          MC 39 Error Tracking Register 3
MTU_MC39_ETRR4  0xF006371A          MC 39 Error Tracking Register 4
MTU_MC39_RDBFL0 0xF0063760          MC 39 Read Data and Bit Flip Register 0
MTU_MC39_RDBFL1 0xF0063762          MC 39 Read Data and Bit Flip Register 1
MTU_MC39_RDBFL2 0xF0063764          MC 39 Read Data and Bit Flip Register 2
MTU_MC39_RDBFL3 0xF0063766          MC 39 Read Data and Bit Flip Register 3
MTU_MC39_RDBFL4 0xF0063768          MC 39 Read Data and Bit Flip Register 4
MTU_MC39_RDBFL5 0xF006376A          MC 39 Read Data and Bit Flip Register 5
MTU_MC39_RDBFL6 0xF006376C          MC 39 Read Data and Bit Flip Register 6
MTU_MC39_RDBFL7 0xF006376E          MC 39 Read Data and Bit Flip Register 7
MTU_MC39_RDBFL8 0xF0063770          MC 39 Read Data and Bit Flip Register 8
MTU_MC39_RDBFL9 0xF0063772          MC 39 Read Data and Bit Flip Register 9
MTU_MC39_RDBFL10 0xF0063774          MC 39 Read Data and Bit Flip Register 10
MTU_MC39_RDBFL11 0xF0063776          MC 39 Read Data and Bit Flip Register 11
MTU_MC39_RDBFL12 0xF0063778          MC 39 Read Data and Bit Flip Register 12
MTU_MC39_RDBFL13 0xF006377A          MC 39 Read Data and Bit Flip Register 13
MTU_MC39_RDBFL14 0xF006377C          MC 39 Read Data and Bit Flip Register 14
MTU_MC39_RDBFL15 0xF006377E          MC 39 Read Data and Bit Flip Register 15
MTU_MC39_RDBFL16 0xF0063780          MC 39 Read Data and Bit Flip Register 16
MTU_MC39_RDBFL17 0xF0063782          MC 39 Read Data and Bit Flip Register 17
MTU_MC39_RDBFL18 0xF0063784          MC 39 Read Data and Bit Flip Register 18
MTU_MC39_RDBFL19 0xF0063786          MC 39 Read Data and Bit Flip Register 19
MTU_MC39_RDBFL20 0xF0063788          MC 39 Read Data and Bit Flip Register 20
MTU_MC39_RDBFL21 0xF006378A          MC 39 Read Data and Bit Flip Register 21
MTU_MC39_RDBFL22 0xF006378C          MC 39 Read Data and Bit Flip Register 22
MTU_MC39_RDBFL23 0xF006378E          MC 39 Read Data and Bit Flip Register 23
MTU_MC39_RDBFL24 0xF0063790          MC 39 Read Data and Bit Flip Register 24
MTU_MC39_RDBFL25 0xF0063792          MC 39 Read Data and Bit Flip Register 25
MTU_MC39_RDBFL26 0xF0063794          MC 39 Read Data and Bit Flip Register 26
MTU_MC39_RDBFL27 0xF0063796          MC 39 Read Data and Bit Flip Register 27
MTU_MC39_RDBFL28 0xF0063798          MC 39 Read Data and Bit Flip Register 28
MTU_MC39_RDBFL29 0xF006379A          MC 39 Read Data and Bit Flip Register 29
MTU_MC39_RDBFL30 0xF006379C          MC 39 Read Data and Bit Flip Register 30
MTU_MC39_RDBFL31 0xF006379E          MC 39 Read Data and Bit Flip Register 31
MTU_MC39_RDBFL32 0xF00637A0          MC 39 Read Data and Bit Flip Register 32
MTU_MC39_RDBFL33 0xF00637A2          MC 39 Read Data and Bit Flip Register 33
MTU_MC39_RDBFL34 0xF00637A4          MC 39 Read Data and Bit Flip Register 34
MTU_MC39_RDBFL35 0xF00637A6          MC 39 Read Data and Bit Flip Register 35
MTU_MC39_RDBFL36 0xF00637A8          MC 39 Read Data and Bit Flip Register 36
MTU_MC39_RDBFL37 0xF00637AA          MC 39 Read Data and Bit Flip Register 37
MTU_MC39_RDBFL38 0xF00637AC          MC 39 Read Data and Bit Flip Register 38
MTU_MC39_RDBFL39 0xF00637AE          MC 39 Read Data and Bit Flip Register 39
MTU_MC39_RDBFL40 0xF00637B0          MC 39 Read Data and Bit Flip Register 40
MTU_MC39_RDBFL41 0xF00637B2          MC 39 Read Data and Bit Flip Register 41
MTU_MC39_RDBFL42 0xF00637B4          MC 39 Read Data and Bit Flip Register 42
MTU_MC39_RDBFL43 0xF00637B6          MC 39 Read Data and Bit Flip Register 43
MTU_MC39_RDBFL44 0xF00637B8          MC 39 Read Data and Bit Flip Register 44
MTU_MC39_RDBFL45 0xF00637BA          MC 39 Read Data and Bit Flip Register 45
MTU_MC39_RDBFL46 0xF00637BC          MC 39 Read Data and Bit Flip Register 46
MTU_MC39_RDBFL47 0xF00637BE          MC 39 Read Data and Bit Flip Register 47
MTU_MC39_RDBFL48 0xF00637C0          MC 39 Read Data and Bit Flip Register 48
MTU_MC39_RDBFL49 0xF00637C2          MC 39 Read Data and Bit Flip Register 49
MTU_MC39_RDBFL50 0xF00637C4          MC 39 Read Data and Bit Flip Register 50
MTU_MC39_RDBFL51 0xF00637C6          MC 39 Read Data and Bit Flip Register 51
MTU_MC39_RDBFL52 0xF00637C8          MC 39 Read Data and Bit Flip Register 52
MTU_MC39_RDBFL53 0xF00637CA          MC 39 Read Data and Bit Flip Register 53
MTU_MC39_RDBFL54 0xF00637CC          MC 39 Read Data and Bit Flip Register 54
MTU_MC39_RDBFL55 0xF00637CE          MC 39 Read Data and Bit Flip Register 55
MTU_MC39_RDBFL56 0xF00637D0          MC 39 Read Data and Bit Flip Register 56
MTU_MC39_RDBFL57 0xF00637D2          MC 39 Read Data and Bit Flip Register 57
MTU_MC39_RDBFL58 0xF00637D4          MC 39 Read Data and Bit Flip Register 58
MTU_MC39_RDBFL59 0xF00637D6          MC 39 Read Data and Bit Flip Register 59
MTU_MC39_RDBFL60 0xF00637D8          MC 39 Read Data and Bit Flip Register 60
MTU_MC39_RDBFL61 0xF00637DA          MC 39 Read Data and Bit Flip Register 61
MTU_MC39_RDBFL62 0xF00637DC          MC 39 Read Data and Bit Flip Register 62
MTU_MC39_RDBFL63 0xF00637DE          MC 39 Read Data and Bit Flip Register 63
MTU_MC39_RDBFL64 0xF00637E0          MC 39 Read Data and Bit Flip Register 64
MTU_MC39_RDBFL65 0xF00637E2          MC 39 Read Data and Bit Flip Register 65
MTU_MC39_RDBFL66 0xF00637E4          MC 39 Read Data and Bit Flip Register 66
MTU_MC39_ALMSRCS 0xF00637EE          MC 39 Alarm Sources Configuration Register
MTU_MC39_FAULTSTS 0xF00637F0          MC 39 SSH Safety Faults Status Register
MTU_MC39_ERRINFO0 0xF00637F2          MC 39 Error Information Register 0
MTU_MC39_ERRINFO1 0xF00637F4          MC 39 Error Information Register 1
MTU_MC39_ERRINFO2 0xF00637F6          MC 39 Error Information Register 2
MTU_MC39_ERRINFO3 0xF00637F8          MC 39 Error Information Register 3
MTU_MC39_ERRINFO4 0xF00637FA          MC 39 Error Information Register 4
MTU_MC40_CONFIG0 0xF0063800          MC 40 Configuration Register 0
MTU_MC40_CONFIG1 0xF0063802          MC 40 Configuration Register 1
MTU_MC40_MCONTROL 0xF0063804          MC 40 MBIST Control Register
MTU_MC40_MSTATUS 0xF0063806          MC 40 Status Register
MTU_MC40_RANGE  0xF0063808          MC 40 Range Register, single address mode
MTU_MC40_REVID  0xF006380C          MC 40 Revision ID Register
MTU_MC40_ECCS   0xF006380E          MC 40 ECC Safety Register
MTU_MC40_ECCD   0xF0063810          MC 40 Memory ECC Detection Register
MTU_MC40_ETRR0  0xF0063812          MC 40 Error Tracking Register 0
MTU_MC40_ETRR1  0xF0063814          MC 40 Error Tracking Register 1
MTU_MC40_ETRR2  0xF0063816          MC 40 Error Tracking Register 2
MTU_MC40_ETRR3  0xF0063818          MC 40 Error Tracking Register 3
MTU_MC40_ETRR4  0xF006381A          MC 40 Error Tracking Register 4
MTU_MC40_RDBFL0 0xF0063860          MC 40 Read Data and Bit Flip Register 0
MTU_MC40_RDBFL1 0xF0063862          MC 40 Read Data and Bit Flip Register 1
MTU_MC40_RDBFL2 0xF0063864          MC 40 Read Data and Bit Flip Register 2
MTU_MC40_RDBFL3 0xF0063866          MC 40 Read Data and Bit Flip Register 3
MTU_MC40_RDBFL4 0xF0063868          MC 40 Read Data and Bit Flip Register 4
MTU_MC40_RDBFL5 0xF006386A          MC 40 Read Data and Bit Flip Register 5
MTU_MC40_RDBFL6 0xF006386C          MC 40 Read Data and Bit Flip Register 6
MTU_MC40_RDBFL7 0xF006386E          MC 40 Read Data and Bit Flip Register 7
MTU_MC40_RDBFL8 0xF0063870          MC 40 Read Data and Bit Flip Register 8
MTU_MC40_RDBFL9 0xF0063872          MC 40 Read Data and Bit Flip Register 9
MTU_MC40_RDBFL10 0xF0063874          MC 40 Read Data and Bit Flip Register 10
MTU_MC40_RDBFL11 0xF0063876          MC 40 Read Data and Bit Flip Register 11
MTU_MC40_RDBFL12 0xF0063878          MC 40 Read Data and Bit Flip Register 12
MTU_MC40_RDBFL13 0xF006387A          MC 40 Read Data and Bit Flip Register 13
MTU_MC40_RDBFL14 0xF006387C          MC 40 Read Data and Bit Flip Register 14
MTU_MC40_RDBFL15 0xF006387E          MC 40 Read Data and Bit Flip Register 15
MTU_MC40_RDBFL16 0xF0063880          MC 40 Read Data and Bit Flip Register 16
MTU_MC40_RDBFL17 0xF0063882          MC 40 Read Data and Bit Flip Register 17
MTU_MC40_RDBFL18 0xF0063884          MC 40 Read Data and Bit Flip Register 18
MTU_MC40_RDBFL19 0xF0063886          MC 40 Read Data and Bit Flip Register 19
MTU_MC40_RDBFL20 0xF0063888          MC 40 Read Data and Bit Flip Register 20
MTU_MC40_RDBFL21 0xF006388A          MC 40 Read Data and Bit Flip Register 21
MTU_MC40_RDBFL22 0xF006388C          MC 40 Read Data and Bit Flip Register 22
MTU_MC40_RDBFL23 0xF006388E          MC 40 Read Data and Bit Flip Register 23
MTU_MC40_RDBFL24 0xF0063890          MC 40 Read Data and Bit Flip Register 24
MTU_MC40_RDBFL25 0xF0063892          MC 40 Read Data and Bit Flip Register 25
MTU_MC40_RDBFL26 0xF0063894          MC 40 Read Data and Bit Flip Register 26
MTU_MC40_RDBFL27 0xF0063896          MC 40 Read Data and Bit Flip Register 27
MTU_MC40_RDBFL28 0xF0063898          MC 40 Read Data and Bit Flip Register 28
MTU_MC40_RDBFL29 0xF006389A          MC 40 Read Data and Bit Flip Register 29
MTU_MC40_RDBFL30 0xF006389C          MC 40 Read Data and Bit Flip Register 30
MTU_MC40_RDBFL31 0xF006389E          MC 40 Read Data and Bit Flip Register 31
MTU_MC40_RDBFL32 0xF00638A0          MC 40 Read Data and Bit Flip Register 32
MTU_MC40_RDBFL33 0xF00638A2          MC 40 Read Data and Bit Flip Register 33
MTU_MC40_RDBFL34 0xF00638A4          MC 40 Read Data and Bit Flip Register 34
MTU_MC40_RDBFL35 0xF00638A6          MC 40 Read Data and Bit Flip Register 35
MTU_MC40_RDBFL36 0xF00638A8          MC 40 Read Data and Bit Flip Register 36
MTU_MC40_RDBFL37 0xF00638AA          MC 40 Read Data and Bit Flip Register 37
MTU_MC40_RDBFL38 0xF00638AC          MC 40 Read Data and Bit Flip Register 38
MTU_MC40_RDBFL39 0xF00638AE          MC 40 Read Data and Bit Flip Register 39
MTU_MC40_RDBFL40 0xF00638B0          MC 40 Read Data and Bit Flip Register 40
MTU_MC40_RDBFL41 0xF00638B2          MC 40 Read Data and Bit Flip Register 41
MTU_MC40_RDBFL42 0xF00638B4          MC 40 Read Data and Bit Flip Register 42
MTU_MC40_RDBFL43 0xF00638B6          MC 40 Read Data and Bit Flip Register 43
MTU_MC40_RDBFL44 0xF00638B8          MC 40 Read Data and Bit Flip Register 44
MTU_MC40_RDBFL45 0xF00638BA          MC 40 Read Data and Bit Flip Register 45
MTU_MC40_RDBFL46 0xF00638BC          MC 40 Read Data and Bit Flip Register 46
MTU_MC40_RDBFL47 0xF00638BE          MC 40 Read Data and Bit Flip Register 47
MTU_MC40_RDBFL48 0xF00638C0          MC 40 Read Data and Bit Flip Register 48
MTU_MC40_RDBFL49 0xF00638C2          MC 40 Read Data and Bit Flip Register 49
MTU_MC40_RDBFL50 0xF00638C4          MC 40 Read Data and Bit Flip Register 50
MTU_MC40_RDBFL51 0xF00638C6          MC 40 Read Data and Bit Flip Register 51
MTU_MC40_RDBFL52 0xF00638C8          MC 40 Read Data and Bit Flip Register 52
MTU_MC40_RDBFL53 0xF00638CA          MC 40 Read Data and Bit Flip Register 53
MTU_MC40_RDBFL54 0xF00638CC          MC 40 Read Data and Bit Flip Register 54
MTU_MC40_RDBFL55 0xF00638CE          MC 40 Read Data and Bit Flip Register 55
MTU_MC40_RDBFL56 0xF00638D0          MC 40 Read Data and Bit Flip Register 56
MTU_MC40_RDBFL57 0xF00638D2          MC 40 Read Data and Bit Flip Register 57
MTU_MC40_RDBFL58 0xF00638D4          MC 40 Read Data and Bit Flip Register 58
MTU_MC40_RDBFL59 0xF00638D6          MC 40 Read Data and Bit Flip Register 59
MTU_MC40_RDBFL60 0xF00638D8          MC 40 Read Data and Bit Flip Register 60
MTU_MC40_RDBFL61 0xF00638DA          MC 40 Read Data and Bit Flip Register 61
MTU_MC40_RDBFL62 0xF00638DC          MC 40 Read Data and Bit Flip Register 62
MTU_MC40_RDBFL63 0xF00638DE          MC 40 Read Data and Bit Flip Register 63
MTU_MC40_RDBFL64 0xF00638E0          MC 40 Read Data and Bit Flip Register 64
MTU_MC40_RDBFL65 0xF00638E2          MC 40 Read Data and Bit Flip Register 65
MTU_MC40_RDBFL66 0xF00638E4          MC 40 Read Data and Bit Flip Register 66
MTU_MC40_ALMSRCS 0xF00638EE          MC 40 Alarm Sources Configuration Register
MTU_MC40_FAULTSTS 0xF00638F0          MC 40 SSH Safety Faults Status Register
MTU_MC40_ERRINFO0 0xF00638F2          MC 40 Error Information Register 0
MTU_MC40_ERRINFO1 0xF00638F4          MC 40 Error Information Register 1
MTU_MC40_ERRINFO2 0xF00638F6          MC 40 Error Information Register 2
MTU_MC40_ERRINFO3 0xF00638F8          MC 40 Error Information Register 3
MTU_MC40_ERRINFO4 0xF00638FA          MC 40 Error Information Register 4
MTU_MC41_CONFIG0 0xF0063900          MC 41 Configuration Register 0
MTU_MC41_CONFIG1 0xF0063902          MC 41 Configuration Register 1
MTU_MC41_MCONTROL 0xF0063904          MC 41 MBIST Control Register
MTU_MC41_MSTATUS 0xF0063906          MC 41 Status Register
MTU_MC41_RANGE  0xF0063908          MC 41 Range Register, single address mode
MTU_MC41_REVID  0xF006390C          MC 41 Revision ID Register
MTU_MC41_ECCS   0xF006390E          MC 41 ECC Safety Register
MTU_MC41_ECCD   0xF0063910          MC 41 Memory ECC Detection Register
MTU_MC41_ETRR0  0xF0063912          MC 41 Error Tracking Register 0
MTU_MC41_ETRR1  0xF0063914          MC 41 Error Tracking Register 1
MTU_MC41_ETRR2  0xF0063916          MC 41 Error Tracking Register 2
MTU_MC41_ETRR3  0xF0063918          MC 41 Error Tracking Register 3
MTU_MC41_ETRR4  0xF006391A          MC 41 Error Tracking Register 4
MTU_MC41_RDBFL0 0xF0063960          MC 41 Read Data and Bit Flip Register 0
MTU_MC41_RDBFL1 0xF0063962          MC 41 Read Data and Bit Flip Register 1
MTU_MC41_RDBFL2 0xF0063964          MC 41 Read Data and Bit Flip Register 2
MTU_MC41_RDBFL3 0xF0063966          MC 41 Read Data and Bit Flip Register 3
MTU_MC41_RDBFL4 0xF0063968          MC 41 Read Data and Bit Flip Register 4
MTU_MC41_RDBFL5 0xF006396A          MC 41 Read Data and Bit Flip Register 5
MTU_MC41_RDBFL6 0xF006396C          MC 41 Read Data and Bit Flip Register 6
MTU_MC41_RDBFL7 0xF006396E          MC 41 Read Data and Bit Flip Register 7
MTU_MC41_RDBFL8 0xF0063970          MC 41 Read Data and Bit Flip Register 8
MTU_MC41_RDBFL9 0xF0063972          MC 41 Read Data and Bit Flip Register 9
MTU_MC41_RDBFL10 0xF0063974          MC 41 Read Data and Bit Flip Register 10
MTU_MC41_RDBFL11 0xF0063976          MC 41 Read Data and Bit Flip Register 11
MTU_MC41_RDBFL12 0xF0063978          MC 41 Read Data and Bit Flip Register 12
MTU_MC41_RDBFL13 0xF006397A          MC 41 Read Data and Bit Flip Register 13
MTU_MC41_RDBFL14 0xF006397C          MC 41 Read Data and Bit Flip Register 14
MTU_MC41_RDBFL15 0xF006397E          MC 41 Read Data and Bit Flip Register 15
MTU_MC41_RDBFL16 0xF0063980          MC 41 Read Data and Bit Flip Register 16
MTU_MC41_RDBFL17 0xF0063982          MC 41 Read Data and Bit Flip Register 17
MTU_MC41_RDBFL18 0xF0063984          MC 41 Read Data and Bit Flip Register 18
MTU_MC41_RDBFL19 0xF0063986          MC 41 Read Data and Bit Flip Register 19
MTU_MC41_RDBFL20 0xF0063988          MC 41 Read Data and Bit Flip Register 20
MTU_MC41_RDBFL21 0xF006398A          MC 41 Read Data and Bit Flip Register 21
MTU_MC41_RDBFL22 0xF006398C          MC 41 Read Data and Bit Flip Register 22
MTU_MC41_RDBFL23 0xF006398E          MC 41 Read Data and Bit Flip Register 23
MTU_MC41_RDBFL24 0xF0063990          MC 41 Read Data and Bit Flip Register 24
MTU_MC41_RDBFL25 0xF0063992          MC 41 Read Data and Bit Flip Register 25
MTU_MC41_RDBFL26 0xF0063994          MC 41 Read Data and Bit Flip Register 26
MTU_MC41_RDBFL27 0xF0063996          MC 41 Read Data and Bit Flip Register 27
MTU_MC41_RDBFL28 0xF0063998          MC 41 Read Data and Bit Flip Register 28
MTU_MC41_RDBFL29 0xF006399A          MC 41 Read Data and Bit Flip Register 29
MTU_MC41_RDBFL30 0xF006399C          MC 41 Read Data and Bit Flip Register 30
MTU_MC41_RDBFL31 0xF006399E          MC 41 Read Data and Bit Flip Register 31
MTU_MC41_RDBFL32 0xF00639A0          MC 41 Read Data and Bit Flip Register 32
MTU_MC41_RDBFL33 0xF00639A2          MC 41 Read Data and Bit Flip Register 33
MTU_MC41_RDBFL34 0xF00639A4          MC 41 Read Data and Bit Flip Register 34
MTU_MC41_RDBFL35 0xF00639A6          MC 41 Read Data and Bit Flip Register 35
MTU_MC41_RDBFL36 0xF00639A8          MC 41 Read Data and Bit Flip Register 36
MTU_MC41_RDBFL37 0xF00639AA          MC 41 Read Data and Bit Flip Register 37
MTU_MC41_RDBFL38 0xF00639AC          MC 41 Read Data and Bit Flip Register 38
MTU_MC41_RDBFL39 0xF00639AE          MC 41 Read Data and Bit Flip Register 39
MTU_MC41_RDBFL40 0xF00639B0          MC 41 Read Data and Bit Flip Register 40
MTU_MC41_RDBFL41 0xF00639B2          MC 41 Read Data and Bit Flip Register 41
MTU_MC41_RDBFL42 0xF00639B4          MC 41 Read Data and Bit Flip Register 42
MTU_MC41_RDBFL43 0xF00639B6          MC 41 Read Data and Bit Flip Register 43
MTU_MC41_RDBFL44 0xF00639B8          MC 41 Read Data and Bit Flip Register 44
MTU_MC41_RDBFL45 0xF00639BA          MC 41 Read Data and Bit Flip Register 45
MTU_MC41_RDBFL46 0xF00639BC          MC 41 Read Data and Bit Flip Register 46
MTU_MC41_RDBFL47 0xF00639BE          MC 41 Read Data and Bit Flip Register 47
MTU_MC41_RDBFL48 0xF00639C0          MC 41 Read Data and Bit Flip Register 48
MTU_MC41_RDBFL49 0xF00639C2          MC 41 Read Data and Bit Flip Register 49
MTU_MC41_RDBFL50 0xF00639C4          MC 41 Read Data and Bit Flip Register 50
MTU_MC41_RDBFL51 0xF00639C6          MC 41 Read Data and Bit Flip Register 51
MTU_MC41_RDBFL52 0xF00639C8          MC 41 Read Data and Bit Flip Register 52
MTU_MC41_RDBFL53 0xF00639CA          MC 41 Read Data and Bit Flip Register 53
MTU_MC41_RDBFL54 0xF00639CC          MC 41 Read Data and Bit Flip Register 54
MTU_MC41_RDBFL55 0xF00639CE          MC 41 Read Data and Bit Flip Register 55
MTU_MC41_RDBFL56 0xF00639D0          MC 41 Read Data and Bit Flip Register 56
MTU_MC41_RDBFL57 0xF00639D2          MC 41 Read Data and Bit Flip Register 57
MTU_MC41_RDBFL58 0xF00639D4          MC 41 Read Data and Bit Flip Register 58
MTU_MC41_RDBFL59 0xF00639D6          MC 41 Read Data and Bit Flip Register 59
MTU_MC41_RDBFL60 0xF00639D8          MC 41 Read Data and Bit Flip Register 60
MTU_MC41_RDBFL61 0xF00639DA          MC 41 Read Data and Bit Flip Register 61
MTU_MC41_RDBFL62 0xF00639DC          MC 41 Read Data and Bit Flip Register 62
MTU_MC41_RDBFL63 0xF00639DE          MC 41 Read Data and Bit Flip Register 63
MTU_MC41_RDBFL64 0xF00639E0          MC 41 Read Data and Bit Flip Register 64
MTU_MC41_RDBFL65 0xF00639E2          MC 41 Read Data and Bit Flip Register 65
MTU_MC41_RDBFL66 0xF00639E4          MC 41 Read Data and Bit Flip Register 66
MTU_MC41_ALMSRCS 0xF00639EE          MC 41 Alarm Sources Configuration Register
MTU_MC41_FAULTSTS 0xF00639F0          MC 41 SSH Safety Faults Status Register
MTU_MC41_ERRINFO0 0xF00639F2          MC 41 Error Information Register 0
MTU_MC41_ERRINFO1 0xF00639F4          MC 41 Error Information Register 1
MTU_MC41_ERRINFO2 0xF00639F6          MC 41 Error Information Register 2
MTU_MC41_ERRINFO3 0xF00639F8          MC 41 Error Information Register 3
MTU_MC41_ERRINFO4 0xF00639FA          MC 41 Error Information Register 4
MTU_MC42_CONFIG0 0xF0063A00          MC 42 Configuration Register 0
MTU_MC42_CONFIG1 0xF0063A02          MC 42 Configuration Register 1
MTU_MC42_MCONTROL 0xF0063A04          MC 42 MBIST Control Register
MTU_MC42_MSTATUS 0xF0063A06          MC 42 Status Register
MTU_MC42_RANGE  0xF0063A08          MC 42 Range Register, single address mode
MTU_MC42_REVID  0xF0063A0C          MC 42 Revision ID Register
MTU_MC42_ECCS   0xF0063A0E          MC 42 ECC Safety Register
MTU_MC42_ECCD   0xF0063A10          MC 42 Memory ECC Detection Register
MTU_MC42_ETRR0  0xF0063A12          MC 42 Error Tracking Register 0
MTU_MC42_ETRR1  0xF0063A14          MC 42 Error Tracking Register 1
MTU_MC42_ETRR2  0xF0063A16          MC 42 Error Tracking Register 2
MTU_MC42_ETRR3  0xF0063A18          MC 42 Error Tracking Register 3
MTU_MC42_ETRR4  0xF0063A1A          MC 42 Error Tracking Register 4
MTU_MC42_RDBFL0 0xF0063A60          MC 42 Read Data and Bit Flip Register 0
MTU_MC42_RDBFL1 0xF0063A62          MC 42 Read Data and Bit Flip Register 1
MTU_MC42_RDBFL2 0xF0063A64          MC 42 Read Data and Bit Flip Register 2
MTU_MC42_RDBFL3 0xF0063A66          MC 42 Read Data and Bit Flip Register 3
MTU_MC42_RDBFL4 0xF0063A68          MC 42 Read Data and Bit Flip Register 4
MTU_MC42_RDBFL5 0xF0063A6A          MC 42 Read Data and Bit Flip Register 5
MTU_MC42_RDBFL6 0xF0063A6C          MC 42 Read Data and Bit Flip Register 6
MTU_MC42_RDBFL7 0xF0063A6E          MC 42 Read Data and Bit Flip Register 7
MTU_MC42_RDBFL8 0xF0063A70          MC 42 Read Data and Bit Flip Register 8
MTU_MC42_RDBFL9 0xF0063A72          MC 42 Read Data and Bit Flip Register 9
MTU_MC42_RDBFL10 0xF0063A74          MC 42 Read Data and Bit Flip Register 10
MTU_MC42_RDBFL11 0xF0063A76          MC 42 Read Data and Bit Flip Register 11
MTU_MC42_RDBFL12 0xF0063A78          MC 42 Read Data and Bit Flip Register 12
MTU_MC42_RDBFL13 0xF0063A7A          MC 42 Read Data and Bit Flip Register 13
MTU_MC42_RDBFL14 0xF0063A7C          MC 42 Read Data and Bit Flip Register 14
MTU_MC42_RDBFL15 0xF0063A7E          MC 42 Read Data and Bit Flip Register 15
MTU_MC42_RDBFL16 0xF0063A80          MC 42 Read Data and Bit Flip Register 16
MTU_MC42_RDBFL17 0xF0063A82          MC 42 Read Data and Bit Flip Register 17
MTU_MC42_RDBFL18 0xF0063A84          MC 42 Read Data and Bit Flip Register 18
MTU_MC42_RDBFL19 0xF0063A86          MC 42 Read Data and Bit Flip Register 19
MTU_MC42_RDBFL20 0xF0063A88          MC 42 Read Data and Bit Flip Register 20
MTU_MC42_RDBFL21 0xF0063A8A          MC 42 Read Data and Bit Flip Register 21
MTU_MC42_RDBFL22 0xF0063A8C          MC 42 Read Data and Bit Flip Register 22
MTU_MC42_RDBFL23 0xF0063A8E          MC 42 Read Data and Bit Flip Register 23
MTU_MC42_RDBFL24 0xF0063A90          MC 42 Read Data and Bit Flip Register 24
MTU_MC42_RDBFL25 0xF0063A92          MC 42 Read Data and Bit Flip Register 25
MTU_MC42_RDBFL26 0xF0063A94          MC 42 Read Data and Bit Flip Register 26
MTU_MC42_RDBFL27 0xF0063A96          MC 42 Read Data and Bit Flip Register 27
MTU_MC42_RDBFL28 0xF0063A98          MC 42 Read Data and Bit Flip Register 28
MTU_MC42_RDBFL29 0xF0063A9A          MC 42 Read Data and Bit Flip Register 29
MTU_MC42_RDBFL30 0xF0063A9C          MC 42 Read Data and Bit Flip Register 30
MTU_MC42_RDBFL31 0xF0063A9E          MC 42 Read Data and Bit Flip Register 31
MTU_MC42_RDBFL32 0xF0063AA0          MC 42 Read Data and Bit Flip Register 32
MTU_MC42_RDBFL33 0xF0063AA2          MC 42 Read Data and Bit Flip Register 33
MTU_MC42_RDBFL34 0xF0063AA4          MC 42 Read Data and Bit Flip Register 34
MTU_MC42_RDBFL35 0xF0063AA6          MC 42 Read Data and Bit Flip Register 35
MTU_MC42_RDBFL36 0xF0063AA8          MC 42 Read Data and Bit Flip Register 36
MTU_MC42_RDBFL37 0xF0063AAA          MC 42 Read Data and Bit Flip Register 37
MTU_MC42_RDBFL38 0xF0063AAC          MC 42 Read Data and Bit Flip Register 38
MTU_MC42_RDBFL39 0xF0063AAE          MC 42 Read Data and Bit Flip Register 39
MTU_MC42_RDBFL40 0xF0063AB0          MC 42 Read Data and Bit Flip Register 40
MTU_MC42_RDBFL41 0xF0063AB2          MC 42 Read Data and Bit Flip Register 41
MTU_MC42_RDBFL42 0xF0063AB4          MC 42 Read Data and Bit Flip Register 42
MTU_MC42_RDBFL43 0xF0063AB6          MC 42 Read Data and Bit Flip Register 43
MTU_MC42_RDBFL44 0xF0063AB8          MC 42 Read Data and Bit Flip Register 44
MTU_MC42_RDBFL45 0xF0063ABA          MC 42 Read Data and Bit Flip Register 45
MTU_MC42_RDBFL46 0xF0063ABC          MC 42 Read Data and Bit Flip Register 46
MTU_MC42_RDBFL47 0xF0063ABE          MC 42 Read Data and Bit Flip Register 47
MTU_MC42_RDBFL48 0xF0063AC0          MC 42 Read Data and Bit Flip Register 48
MTU_MC42_RDBFL49 0xF0063AC2          MC 42 Read Data and Bit Flip Register 49
MTU_MC42_RDBFL50 0xF0063AC4          MC 42 Read Data and Bit Flip Register 50
MTU_MC42_RDBFL51 0xF0063AC6          MC 42 Read Data and Bit Flip Register 51
MTU_MC42_RDBFL52 0xF0063AC8          MC 42 Read Data and Bit Flip Register 52
MTU_MC42_RDBFL53 0xF0063ACA          MC 42 Read Data and Bit Flip Register 53
MTU_MC42_RDBFL54 0xF0063ACC          MC 42 Read Data and Bit Flip Register 54
MTU_MC42_RDBFL55 0xF0063ACE          MC 42 Read Data and Bit Flip Register 55
MTU_MC42_RDBFL56 0xF0063AD0          MC 42 Read Data and Bit Flip Register 56
MTU_MC42_RDBFL57 0xF0063AD2          MC 42 Read Data and Bit Flip Register 57
MTU_MC42_RDBFL58 0xF0063AD4          MC 42 Read Data and Bit Flip Register 58
MTU_MC42_RDBFL59 0xF0063AD6          MC 42 Read Data and Bit Flip Register 59
MTU_MC42_RDBFL60 0xF0063AD8          MC 42 Read Data and Bit Flip Register 60
MTU_MC42_RDBFL61 0xF0063ADA          MC 42 Read Data and Bit Flip Register 61
MTU_MC42_RDBFL62 0xF0063ADC          MC 42 Read Data and Bit Flip Register 62
MTU_MC42_RDBFL63 0xF0063ADE          MC 42 Read Data and Bit Flip Register 63
MTU_MC42_RDBFL64 0xF0063AE0          MC 42 Read Data and Bit Flip Register 64
MTU_MC42_RDBFL65 0xF0063AE2          MC 42 Read Data and Bit Flip Register 65
MTU_MC42_RDBFL66 0xF0063AE4          MC 42 Read Data and Bit Flip Register 66
MTU_MC42_ALMSRCS 0xF0063AEE          MC 42 Alarm Sources Configuration Register
MTU_MC42_FAULTSTS 0xF0063AF0          MC 42 SSH Safety Faults Status Register
MTU_MC42_ERRINFO0 0xF0063AF2          MC 42 Error Information Register 0
MTU_MC42_ERRINFO1 0xF0063AF4          MC 42 Error Information Register 1
MTU_MC42_ERRINFO2 0xF0063AF6          MC 42 Error Information Register 2
MTU_MC42_ERRINFO3 0xF0063AF8          MC 42 Error Information Register 3
MTU_MC42_ERRINFO4 0xF0063AFA          MC 42 Error Information Register 4
MTU_MC43_CONFIG0 0xF0063B00          MC 43 Configuration Register 0
MTU_MC43_CONFIG1 0xF0063B02          MC 43 Configuration Register 1
MTU_MC43_MCONTROL 0xF0063B04          MC 43 MBIST Control Register
MTU_MC43_MSTATUS 0xF0063B06          MC 43 Status Register
MTU_MC43_RANGE  0xF0063B08          MC 43 Range Register, single address mode
MTU_MC43_REVID  0xF0063B0C          MC 43 Revision ID Register
MTU_MC43_ECCS   0xF0063B0E          MC 43 ECC Safety Register
MTU_MC43_ECCD   0xF0063B10          MC 43 Memory ECC Detection Register
MTU_MC43_ETRR0  0xF0063B12          MC 43 Error Tracking Register 0
MTU_MC43_ETRR1  0xF0063B14          MC 43 Error Tracking Register 1
MTU_MC43_ETRR2  0xF0063B16          MC 43 Error Tracking Register 2
MTU_MC43_ETRR3  0xF0063B18          MC 43 Error Tracking Register 3
MTU_MC43_ETRR4  0xF0063B1A          MC 43 Error Tracking Register 4
MTU_MC43_RDBFL0 0xF0063B60          MC 43 Read Data and Bit Flip Register 0
MTU_MC43_RDBFL1 0xF0063B62          MC 43 Read Data and Bit Flip Register 1
MTU_MC43_RDBFL2 0xF0063B64          MC 43 Read Data and Bit Flip Register 2
MTU_MC43_RDBFL3 0xF0063B66          MC 43 Read Data and Bit Flip Register 3
MTU_MC43_RDBFL4 0xF0063B68          MC 43 Read Data and Bit Flip Register 4
MTU_MC43_RDBFL5 0xF0063B6A          MC 43 Read Data and Bit Flip Register 5
MTU_MC43_RDBFL6 0xF0063B6C          MC 43 Read Data and Bit Flip Register 6
MTU_MC43_RDBFL7 0xF0063B6E          MC 43 Read Data and Bit Flip Register 7
MTU_MC43_RDBFL8 0xF0063B70          MC 43 Read Data and Bit Flip Register 8
MTU_MC43_RDBFL9 0xF0063B72          MC 43 Read Data and Bit Flip Register 9
MTU_MC43_RDBFL10 0xF0063B74          MC 43 Read Data and Bit Flip Register 10
MTU_MC43_RDBFL11 0xF0063B76          MC 43 Read Data and Bit Flip Register 11
MTU_MC43_RDBFL12 0xF0063B78          MC 43 Read Data and Bit Flip Register 12
MTU_MC43_RDBFL13 0xF0063B7A          MC 43 Read Data and Bit Flip Register 13
MTU_MC43_RDBFL14 0xF0063B7C          MC 43 Read Data and Bit Flip Register 14
MTU_MC43_RDBFL15 0xF0063B7E          MC 43 Read Data and Bit Flip Register 15
MTU_MC43_RDBFL16 0xF0063B80          MC 43 Read Data and Bit Flip Register 16
MTU_MC43_RDBFL17 0xF0063B82          MC 43 Read Data and Bit Flip Register 17
MTU_MC43_RDBFL18 0xF0063B84          MC 43 Read Data and Bit Flip Register 18
MTU_MC43_RDBFL19 0xF0063B86          MC 43 Read Data and Bit Flip Register 19
MTU_MC43_RDBFL20 0xF0063B88          MC 43 Read Data and Bit Flip Register 20
MTU_MC43_RDBFL21 0xF0063B8A          MC 43 Read Data and Bit Flip Register 21
MTU_MC43_RDBFL22 0xF0063B8C          MC 43 Read Data and Bit Flip Register 22
MTU_MC43_RDBFL23 0xF0063B8E          MC 43 Read Data and Bit Flip Register 23
MTU_MC43_RDBFL24 0xF0063B90          MC 43 Read Data and Bit Flip Register 24
MTU_MC43_RDBFL25 0xF0063B92          MC 43 Read Data and Bit Flip Register 25
MTU_MC43_RDBFL26 0xF0063B94          MC 43 Read Data and Bit Flip Register 26
MTU_MC43_RDBFL27 0xF0063B96          MC 43 Read Data and Bit Flip Register 27
MTU_MC43_RDBFL28 0xF0063B98          MC 43 Read Data and Bit Flip Register 28
MTU_MC43_RDBFL29 0xF0063B9A          MC 43 Read Data and Bit Flip Register 29
MTU_MC43_RDBFL30 0xF0063B9C          MC 43 Read Data and Bit Flip Register 30
MTU_MC43_RDBFL31 0xF0063B9E          MC 43 Read Data and Bit Flip Register 31
MTU_MC43_RDBFL32 0xF0063BA0          MC 43 Read Data and Bit Flip Register 32
MTU_MC43_RDBFL33 0xF0063BA2          MC 43 Read Data and Bit Flip Register 33
MTU_MC43_RDBFL34 0xF0063BA4          MC 43 Read Data and Bit Flip Register 34
MTU_MC43_RDBFL35 0xF0063BA6          MC 43 Read Data and Bit Flip Register 35
MTU_MC43_RDBFL36 0xF0063BA8          MC 43 Read Data and Bit Flip Register 36
MTU_MC43_RDBFL37 0xF0063BAA          MC 43 Read Data and Bit Flip Register 37
MTU_MC43_RDBFL38 0xF0063BAC          MC 43 Read Data and Bit Flip Register 38
MTU_MC43_RDBFL39 0xF0063BAE          MC 43 Read Data and Bit Flip Register 39
MTU_MC43_RDBFL40 0xF0063BB0          MC 43 Read Data and Bit Flip Register 40
MTU_MC43_RDBFL41 0xF0063BB2          MC 43 Read Data and Bit Flip Register 41
MTU_MC43_RDBFL42 0xF0063BB4          MC 43 Read Data and Bit Flip Register 42
MTU_MC43_RDBFL43 0xF0063BB6          MC 43 Read Data and Bit Flip Register 43
MTU_MC43_RDBFL44 0xF0063BB8          MC 43 Read Data and Bit Flip Register 44
MTU_MC43_RDBFL45 0xF0063BBA          MC 43 Read Data and Bit Flip Register 45
MTU_MC43_RDBFL46 0xF0063BBC          MC 43 Read Data and Bit Flip Register 46
MTU_MC43_RDBFL47 0xF0063BBE          MC 43 Read Data and Bit Flip Register 47
MTU_MC43_RDBFL48 0xF0063BC0          MC 43 Read Data and Bit Flip Register 48
MTU_MC43_RDBFL49 0xF0063BC2          MC 43 Read Data and Bit Flip Register 49
MTU_MC43_RDBFL50 0xF0063BC4          MC 43 Read Data and Bit Flip Register 50
MTU_MC43_RDBFL51 0xF0063BC6          MC 43 Read Data and Bit Flip Register 51
MTU_MC43_RDBFL52 0xF0063BC8          MC 43 Read Data and Bit Flip Register 52
MTU_MC43_RDBFL53 0xF0063BCA          MC 43 Read Data and Bit Flip Register 53
MTU_MC43_RDBFL54 0xF0063BCC          MC 43 Read Data and Bit Flip Register 54
MTU_MC43_RDBFL55 0xF0063BCE          MC 43 Read Data and Bit Flip Register 55
MTU_MC43_RDBFL56 0xF0063BD0          MC 43 Read Data and Bit Flip Register 56
MTU_MC43_RDBFL57 0xF0063BD2          MC 43 Read Data and Bit Flip Register 57
MTU_MC43_RDBFL58 0xF0063BD4          MC 43 Read Data and Bit Flip Register 58
MTU_MC43_RDBFL59 0xF0063BD6          MC 43 Read Data and Bit Flip Register 59
MTU_MC43_RDBFL60 0xF0063BD8          MC 43 Read Data and Bit Flip Register 60
MTU_MC43_RDBFL61 0xF0063BDA          MC 43 Read Data and Bit Flip Register 61
MTU_MC43_RDBFL62 0xF0063BDC          MC 43 Read Data and Bit Flip Register 62
MTU_MC43_RDBFL63 0xF0063BDE          MC 43 Read Data and Bit Flip Register 63
MTU_MC43_RDBFL64 0xF0063BE0          MC 43 Read Data and Bit Flip Register 64
MTU_MC43_RDBFL65 0xF0063BE2          MC 43 Read Data and Bit Flip Register 65
MTU_MC43_RDBFL66 0xF0063BE4          MC 43 Read Data and Bit Flip Register 66
MTU_MC43_ALMSRCS 0xF0063BEE          MC 43 Alarm Sources Configuration Register
MTU_MC43_FAULTSTS 0xF0063BF0          MC 43 SSH Safety Faults Status Register
MTU_MC43_ERRINFO0 0xF0063BF2          MC 43 Error Information Register 0
MTU_MC43_ERRINFO1 0xF0063BF4          MC 43 Error Information Register 1
MTU_MC43_ERRINFO2 0xF0063BF6          MC 43 Error Information Register 2
MTU_MC43_ERRINFO3 0xF0063BF8          MC 43 Error Information Register 3
MTU_MC43_ERRINFO4 0xF0063BFA          MC 43 Error Information Register 4
MTU_MC44_CONFIG0 0xF0063C00          MC 44 Configuration Register 0
MTU_MC44_CONFIG1 0xF0063C02          MC 44 Configuration Register 1
MTU_MC44_MCONTROL 0xF0063C04          MC 44 MBIST Control Register
MTU_MC44_MSTATUS 0xF0063C06          MC 44 Status Register
MTU_MC44_RANGE  0xF0063C08          MC 44 Range Register, single address mode
MTU_MC44_REVID  0xF0063C0C          MC 44 Revision ID Register
MTU_MC44_ECCS   0xF0063C0E          MC 44 ECC Safety Register
MTU_MC44_ECCD   0xF0063C10          MC 44 Memory ECC Detection Register
MTU_MC44_ETRR0  0xF0063C12          MC 44 Error Tracking Register 0
MTU_MC44_ETRR1  0xF0063C14          MC 44 Error Tracking Register 1
MTU_MC44_ETRR2  0xF0063C16          MC 44 Error Tracking Register 2
MTU_MC44_ETRR3  0xF0063C18          MC 44 Error Tracking Register 3
MTU_MC44_ETRR4  0xF0063C1A          MC 44 Error Tracking Register 4
MTU_MC44_RDBFL0 0xF0063C60          MC 44 Read Data and Bit Flip Register 0
MTU_MC44_RDBFL1 0xF0063C62          MC 44 Read Data and Bit Flip Register 1
MTU_MC44_RDBFL2 0xF0063C64          MC 44 Read Data and Bit Flip Register 2
MTU_MC44_RDBFL3 0xF0063C66          MC 44 Read Data and Bit Flip Register 3
MTU_MC44_RDBFL4 0xF0063C68          MC 44 Read Data and Bit Flip Register 4
MTU_MC44_RDBFL5 0xF0063C6A          MC 44 Read Data and Bit Flip Register 5
MTU_MC44_RDBFL6 0xF0063C6C          MC 44 Read Data and Bit Flip Register 6
MTU_MC44_RDBFL7 0xF0063C6E          MC 44 Read Data and Bit Flip Register 7
MTU_MC44_RDBFL8 0xF0063C70          MC 44 Read Data and Bit Flip Register 8
MTU_MC44_RDBFL9 0xF0063C72          MC 44 Read Data and Bit Flip Register 9
MTU_MC44_RDBFL10 0xF0063C74          MC 44 Read Data and Bit Flip Register 10
MTU_MC44_RDBFL11 0xF0063C76          MC 44 Read Data and Bit Flip Register 11
MTU_MC44_RDBFL12 0xF0063C78          MC 44 Read Data and Bit Flip Register 12
MTU_MC44_RDBFL13 0xF0063C7A          MC 44 Read Data and Bit Flip Register 13
MTU_MC44_RDBFL14 0xF0063C7C          MC 44 Read Data and Bit Flip Register 14
MTU_MC44_RDBFL15 0xF0063C7E          MC 44 Read Data and Bit Flip Register 15
MTU_MC44_RDBFL16 0xF0063C80          MC 44 Read Data and Bit Flip Register 16
MTU_MC44_RDBFL17 0xF0063C82          MC 44 Read Data and Bit Flip Register 17
MTU_MC44_RDBFL18 0xF0063C84          MC 44 Read Data and Bit Flip Register 18
MTU_MC44_RDBFL19 0xF0063C86          MC 44 Read Data and Bit Flip Register 19
MTU_MC44_RDBFL20 0xF0063C88          MC 44 Read Data and Bit Flip Register 20
MTU_MC44_RDBFL21 0xF0063C8A          MC 44 Read Data and Bit Flip Register 21
MTU_MC44_RDBFL22 0xF0063C8C          MC 44 Read Data and Bit Flip Register 22
MTU_MC44_RDBFL23 0xF0063C8E          MC 44 Read Data and Bit Flip Register 23
MTU_MC44_RDBFL24 0xF0063C90          MC 44 Read Data and Bit Flip Register 24
MTU_MC44_RDBFL25 0xF0063C92          MC 44 Read Data and Bit Flip Register 25
MTU_MC44_RDBFL26 0xF0063C94          MC 44 Read Data and Bit Flip Register 26
MTU_MC44_RDBFL27 0xF0063C96          MC 44 Read Data and Bit Flip Register 27
MTU_MC44_RDBFL28 0xF0063C98          MC 44 Read Data and Bit Flip Register 28
MTU_MC44_RDBFL29 0xF0063C9A          MC 44 Read Data and Bit Flip Register 29
MTU_MC44_RDBFL30 0xF0063C9C          MC 44 Read Data and Bit Flip Register 30
MTU_MC44_RDBFL31 0xF0063C9E          MC 44 Read Data and Bit Flip Register 31
MTU_MC44_RDBFL32 0xF0063CA0          MC 44 Read Data and Bit Flip Register 32
MTU_MC44_RDBFL33 0xF0063CA2          MC 44 Read Data and Bit Flip Register 33
MTU_MC44_RDBFL34 0xF0063CA4          MC 44 Read Data and Bit Flip Register 34
MTU_MC44_RDBFL35 0xF0063CA6          MC 44 Read Data and Bit Flip Register 35
MTU_MC44_RDBFL36 0xF0063CA8          MC 44 Read Data and Bit Flip Register 36
MTU_MC44_RDBFL37 0xF0063CAA          MC 44 Read Data and Bit Flip Register 37
MTU_MC44_RDBFL38 0xF0063CAC          MC 44 Read Data and Bit Flip Register 38
MTU_MC44_RDBFL39 0xF0063CAE          MC 44 Read Data and Bit Flip Register 39
MTU_MC44_RDBFL40 0xF0063CB0          MC 44 Read Data and Bit Flip Register 40
MTU_MC44_RDBFL41 0xF0063CB2          MC 44 Read Data and Bit Flip Register 41
MTU_MC44_RDBFL42 0xF0063CB4          MC 44 Read Data and Bit Flip Register 42
MTU_MC44_RDBFL43 0xF0063CB6          MC 44 Read Data and Bit Flip Register 43
MTU_MC44_RDBFL44 0xF0063CB8          MC 44 Read Data and Bit Flip Register 44
MTU_MC44_RDBFL45 0xF0063CBA          MC 44 Read Data and Bit Flip Register 45
MTU_MC44_RDBFL46 0xF0063CBC          MC 44 Read Data and Bit Flip Register 46
MTU_MC44_RDBFL47 0xF0063CBE          MC 44 Read Data and Bit Flip Register 47
MTU_MC44_RDBFL48 0xF0063CC0          MC 44 Read Data and Bit Flip Register 48
MTU_MC44_RDBFL49 0xF0063CC2          MC 44 Read Data and Bit Flip Register 49
MTU_MC44_RDBFL50 0xF0063CC4          MC 44 Read Data and Bit Flip Register 50
MTU_MC44_RDBFL51 0xF0063CC6          MC 44 Read Data and Bit Flip Register 51
MTU_MC44_RDBFL52 0xF0063CC8          MC 44 Read Data and Bit Flip Register 52
MTU_MC44_RDBFL53 0xF0063CCA          MC 44 Read Data and Bit Flip Register 53
MTU_MC44_RDBFL54 0xF0063CCC          MC 44 Read Data and Bit Flip Register 54
MTU_MC44_RDBFL55 0xF0063CCE          MC 44 Read Data and Bit Flip Register 55
MTU_MC44_RDBFL56 0xF0063CD0          MC 44 Read Data and Bit Flip Register 56
MTU_MC44_RDBFL57 0xF0063CD2          MC 44 Read Data and Bit Flip Register 57
MTU_MC44_RDBFL58 0xF0063CD4          MC 44 Read Data and Bit Flip Register 58
MTU_MC44_RDBFL59 0xF0063CD6          MC 44 Read Data and Bit Flip Register 59
MTU_MC44_RDBFL60 0xF0063CD8          MC 44 Read Data and Bit Flip Register 60
MTU_MC44_RDBFL61 0xF0063CDA          MC 44 Read Data and Bit Flip Register 61
MTU_MC44_RDBFL62 0xF0063CDC          MC 44 Read Data and Bit Flip Register 62
MTU_MC44_RDBFL63 0xF0063CDE          MC 44 Read Data and Bit Flip Register 63
MTU_MC44_RDBFL64 0xF0063CE0          MC 44 Read Data and Bit Flip Register 64
MTU_MC44_RDBFL65 0xF0063CE2          MC 44 Read Data and Bit Flip Register 65
MTU_MC44_RDBFL66 0xF0063CE4          MC 44 Read Data and Bit Flip Register 66
MTU_MC44_ALMSRCS 0xF0063CEE          MC 44 Alarm Sources Configuration Register
MTU_MC44_FAULTSTS 0xF0063CF0          MC 44 SSH Safety Faults Status Register
MTU_MC44_ERRINFO0 0xF0063CF2          MC 44 Error Information Register 0
MTU_MC44_ERRINFO1 0xF0063CF4          MC 44 Error Information Register 1
MTU_MC44_ERRINFO2 0xF0063CF6          MC 44 Error Information Register 2
MTU_MC44_ERRINFO3 0xF0063CF8          MC 44 Error Information Register 3
MTU_MC44_ERRINFO4 0xF0063CFA          MC 44 Error Information Register 4
MTU_MC45_CONFIG0 0xF0063D00          MC 45 Configuration Register 0
MTU_MC45_CONFIG1 0xF0063D02          MC 45 Configuration Register 1
MTU_MC45_MCONTROL 0xF0063D04          MC 45 MBIST Control Register
MTU_MC45_MSTATUS 0xF0063D06          MC 45 Status Register
MTU_MC45_RANGE  0xF0063D08          MC 45 Range Register, single address mode
MTU_MC45_REVID  0xF0063D0C          MC 45 Revision ID Register
MTU_MC45_ECCS   0xF0063D0E          MC 45 ECC Safety Register
MTU_MC45_ECCD   0xF0063D10          MC 45 Memory ECC Detection Register
MTU_MC45_ETRR0  0xF0063D12          MC 45 Error Tracking Register 0
MTU_MC45_ETRR1  0xF0063D14          MC 45 Error Tracking Register 1
MTU_MC45_ETRR2  0xF0063D16          MC 45 Error Tracking Register 2
MTU_MC45_ETRR3  0xF0063D18          MC 45 Error Tracking Register 3
MTU_MC45_ETRR4  0xF0063D1A          MC 45 Error Tracking Register 4
MTU_MC45_RDBFL0 0xF0063D60          MC 45 Read Data and Bit Flip Register 0
MTU_MC45_RDBFL1 0xF0063D62          MC 45 Read Data and Bit Flip Register 1
MTU_MC45_RDBFL2 0xF0063D64          MC 45 Read Data and Bit Flip Register 2
MTU_MC45_RDBFL3 0xF0063D66          MC 45 Read Data and Bit Flip Register 3
MTU_MC45_RDBFL4 0xF0063D68          MC 45 Read Data and Bit Flip Register 4
MTU_MC45_RDBFL5 0xF0063D6A          MC 45 Read Data and Bit Flip Register 5
MTU_MC45_RDBFL6 0xF0063D6C          MC 45 Read Data and Bit Flip Register 6
MTU_MC45_RDBFL7 0xF0063D6E          MC 45 Read Data and Bit Flip Register 7
MTU_MC45_RDBFL8 0xF0063D70          MC 45 Read Data and Bit Flip Register 8
MTU_MC45_RDBFL9 0xF0063D72          MC 45 Read Data and Bit Flip Register 9
MTU_MC45_RDBFL10 0xF0063D74          MC 45 Read Data and Bit Flip Register 10
MTU_MC45_RDBFL11 0xF0063D76          MC 45 Read Data and Bit Flip Register 11
MTU_MC45_RDBFL12 0xF0063D78          MC 45 Read Data and Bit Flip Register 12
MTU_MC45_RDBFL13 0xF0063D7A          MC 45 Read Data and Bit Flip Register 13
MTU_MC45_RDBFL14 0xF0063D7C          MC 45 Read Data and Bit Flip Register 14
MTU_MC45_RDBFL15 0xF0063D7E          MC 45 Read Data and Bit Flip Register 15
MTU_MC45_RDBFL16 0xF0063D80          MC 45 Read Data and Bit Flip Register 16
MTU_MC45_RDBFL17 0xF0063D82          MC 45 Read Data and Bit Flip Register 17
MTU_MC45_RDBFL18 0xF0063D84          MC 45 Read Data and Bit Flip Register 18
MTU_MC45_RDBFL19 0xF0063D86          MC 45 Read Data and Bit Flip Register 19
MTU_MC45_RDBFL20 0xF0063D88          MC 45 Read Data and Bit Flip Register 20
MTU_MC45_RDBFL21 0xF0063D8A          MC 45 Read Data and Bit Flip Register 21
MTU_MC45_RDBFL22 0xF0063D8C          MC 45 Read Data and Bit Flip Register 22
MTU_MC45_RDBFL23 0xF0063D8E          MC 45 Read Data and Bit Flip Register 23
MTU_MC45_RDBFL24 0xF0063D90          MC 45 Read Data and Bit Flip Register 24
MTU_MC45_RDBFL25 0xF0063D92          MC 45 Read Data and Bit Flip Register 25
MTU_MC45_RDBFL26 0xF0063D94          MC 45 Read Data and Bit Flip Register 26
MTU_MC45_RDBFL27 0xF0063D96          MC 45 Read Data and Bit Flip Register 27
MTU_MC45_RDBFL28 0xF0063D98          MC 45 Read Data and Bit Flip Register 28
MTU_MC45_RDBFL29 0xF0063D9A          MC 45 Read Data and Bit Flip Register 29
MTU_MC45_RDBFL30 0xF0063D9C          MC 45 Read Data and Bit Flip Register 30
MTU_MC45_RDBFL31 0xF0063D9E          MC 45 Read Data and Bit Flip Register 31
MTU_MC45_RDBFL32 0xF0063DA0          MC 45 Read Data and Bit Flip Register 32
MTU_MC45_RDBFL33 0xF0063DA2          MC 45 Read Data and Bit Flip Register 33
MTU_MC45_RDBFL34 0xF0063DA4          MC 45 Read Data and Bit Flip Register 34
MTU_MC45_RDBFL35 0xF0063DA6          MC 45 Read Data and Bit Flip Register 35
MTU_MC45_RDBFL36 0xF0063DA8          MC 45 Read Data and Bit Flip Register 36
MTU_MC45_RDBFL37 0xF0063DAA          MC 45 Read Data and Bit Flip Register 37
MTU_MC45_RDBFL38 0xF0063DAC          MC 45 Read Data and Bit Flip Register 38
MTU_MC45_RDBFL39 0xF0063DAE          MC 45 Read Data and Bit Flip Register 39
MTU_MC45_RDBFL40 0xF0063DB0          MC 45 Read Data and Bit Flip Register 40
MTU_MC45_RDBFL41 0xF0063DB2          MC 45 Read Data and Bit Flip Register 41
MTU_MC45_RDBFL42 0xF0063DB4          MC 45 Read Data and Bit Flip Register 42
MTU_MC45_RDBFL43 0xF0063DB6          MC 45 Read Data and Bit Flip Register 43
MTU_MC45_RDBFL44 0xF0063DB8          MC 45 Read Data and Bit Flip Register 44
MTU_MC45_RDBFL45 0xF0063DBA          MC 45 Read Data and Bit Flip Register 45
MTU_MC45_RDBFL46 0xF0063DBC          MC 45 Read Data and Bit Flip Register 46
MTU_MC45_RDBFL47 0xF0063DBE          MC 45 Read Data and Bit Flip Register 47
MTU_MC45_RDBFL48 0xF0063DC0          MC 45 Read Data and Bit Flip Register 48
MTU_MC45_RDBFL49 0xF0063DC2          MC 45 Read Data and Bit Flip Register 49
MTU_MC45_RDBFL50 0xF0063DC4          MC 45 Read Data and Bit Flip Register 50
MTU_MC45_RDBFL51 0xF0063DC6          MC 45 Read Data and Bit Flip Register 51
MTU_MC45_RDBFL52 0xF0063DC8          MC 45 Read Data and Bit Flip Register 52
MTU_MC45_RDBFL53 0xF0063DCA          MC 45 Read Data and Bit Flip Register 53
MTU_MC45_RDBFL54 0xF0063DCC          MC 45 Read Data and Bit Flip Register 54
MTU_MC45_RDBFL55 0xF0063DCE          MC 45 Read Data and Bit Flip Register 55
MTU_MC45_RDBFL56 0xF0063DD0          MC 45 Read Data and Bit Flip Register 56
MTU_MC45_RDBFL57 0xF0063DD2          MC 45 Read Data and Bit Flip Register 57
MTU_MC45_RDBFL58 0xF0063DD4          MC 45 Read Data and Bit Flip Register 58
MTU_MC45_RDBFL59 0xF0063DD6          MC 45 Read Data and Bit Flip Register 59
MTU_MC45_RDBFL60 0xF0063DD8          MC 45 Read Data and Bit Flip Register 60
MTU_MC45_RDBFL61 0xF0063DDA          MC 45 Read Data and Bit Flip Register 61
MTU_MC45_RDBFL62 0xF0063DDC          MC 45 Read Data and Bit Flip Register 62
MTU_MC45_RDBFL63 0xF0063DDE          MC 45 Read Data and Bit Flip Register 63
MTU_MC45_RDBFL64 0xF0063DE0          MC 45 Read Data and Bit Flip Register 64
MTU_MC45_RDBFL65 0xF0063DE2          MC 45 Read Data and Bit Flip Register 65
MTU_MC45_RDBFL66 0xF0063DE4          MC 45 Read Data and Bit Flip Register 66
MTU_MC45_ALMSRCS 0xF0063DEE          MC 45 Alarm Sources Configuration Register
MTU_MC45_FAULTSTS 0xF0063DF0          MC 45 SSH Safety Faults Status Register
MTU_MC45_ERRINFO0 0xF0063DF2          MC 45 Error Information Register 0
MTU_MC45_ERRINFO1 0xF0063DF4          MC 45 Error Information Register 1
MTU_MC45_ERRINFO2 0xF0063DF6          MC 45 Error Information Register 2
MTU_MC45_ERRINFO3 0xF0063DF8          MC 45 Error Information Register 3
MTU_MC45_ERRINFO4 0xF0063DFA          MC 45 Error Information Register 4
MTU_MC46_CONFIG0 0xF0063E00          MC 46 Configuration Register 0
MTU_MC46_CONFIG1 0xF0063E02          MC 46 Configuration Register 1
MTU_MC46_MCONTROL 0xF0063E04          MC 46 MBIST Control Register
MTU_MC46_MSTATUS 0xF0063E06          MC 46 Status Register
MTU_MC46_RANGE  0xF0063E08          MC 46 Range Register, single address mode
MTU_MC46_REVID  0xF0063E0C          MC 46 Revision ID Register
MTU_MC46_ECCS   0xF0063E0E          MC 46 ECC Safety Register
MTU_MC46_ECCD   0xF0063E10          MC 46 Memory ECC Detection Register
MTU_MC46_ETRR0  0xF0063E12          MC 46 Error Tracking Register 0
MTU_MC46_ETRR1  0xF0063E14          MC 46 Error Tracking Register 1
MTU_MC46_ETRR2  0xF0063E16          MC 46 Error Tracking Register 2
MTU_MC46_ETRR3  0xF0063E18          MC 46 Error Tracking Register 3
MTU_MC46_ETRR4  0xF0063E1A          MC 46 Error Tracking Register 4
MTU_MC46_RDBFL0 0xF0063E60          MC 46 Read Data and Bit Flip Register 0
MTU_MC46_RDBFL1 0xF0063E62          MC 46 Read Data and Bit Flip Register 1
MTU_MC46_RDBFL2 0xF0063E64          MC 46 Read Data and Bit Flip Register 2
MTU_MC46_RDBFL3 0xF0063E66          MC 46 Read Data and Bit Flip Register 3
MTU_MC46_RDBFL4 0xF0063E68          MC 46 Read Data and Bit Flip Register 4
MTU_MC46_RDBFL5 0xF0063E6A          MC 46 Read Data and Bit Flip Register 5
MTU_MC46_RDBFL6 0xF0063E6C          MC 46 Read Data and Bit Flip Register 6
MTU_MC46_RDBFL7 0xF0063E6E          MC 46 Read Data and Bit Flip Register 7
MTU_MC46_RDBFL8 0xF0063E70          MC 46 Read Data and Bit Flip Register 8
MTU_MC46_RDBFL9 0xF0063E72          MC 46 Read Data and Bit Flip Register 9
MTU_MC46_RDBFL10 0xF0063E74          MC 46 Read Data and Bit Flip Register 10
MTU_MC46_RDBFL11 0xF0063E76          MC 46 Read Data and Bit Flip Register 11
MTU_MC46_RDBFL12 0xF0063E78          MC 46 Read Data and Bit Flip Register 12
MTU_MC46_RDBFL13 0xF0063E7A          MC 46 Read Data and Bit Flip Register 13
MTU_MC46_RDBFL14 0xF0063E7C          MC 46 Read Data and Bit Flip Register 14
MTU_MC46_RDBFL15 0xF0063E7E          MC 46 Read Data and Bit Flip Register 15
MTU_MC46_RDBFL16 0xF0063E80          MC 46 Read Data and Bit Flip Register 16
MTU_MC46_RDBFL17 0xF0063E82          MC 46 Read Data and Bit Flip Register 17
MTU_MC46_RDBFL18 0xF0063E84          MC 46 Read Data and Bit Flip Register 18
MTU_MC46_RDBFL19 0xF0063E86          MC 46 Read Data and Bit Flip Register 19
MTU_MC46_RDBFL20 0xF0063E88          MC 46 Read Data and Bit Flip Register 20
MTU_MC46_RDBFL21 0xF0063E8A          MC 46 Read Data and Bit Flip Register 21
MTU_MC46_RDBFL22 0xF0063E8C          MC 46 Read Data and Bit Flip Register 22
MTU_MC46_RDBFL23 0xF0063E8E          MC 46 Read Data and Bit Flip Register 23
MTU_MC46_RDBFL24 0xF0063E90          MC 46 Read Data and Bit Flip Register 24
MTU_MC46_RDBFL25 0xF0063E92          MC 46 Read Data and Bit Flip Register 25
MTU_MC46_RDBFL26 0xF0063E94          MC 46 Read Data and Bit Flip Register 26
MTU_MC46_RDBFL27 0xF0063E96          MC 46 Read Data and Bit Flip Register 27
MTU_MC46_RDBFL28 0xF0063E98          MC 46 Read Data and Bit Flip Register 28
MTU_MC46_RDBFL29 0xF0063E9A          MC 46 Read Data and Bit Flip Register 29
MTU_MC46_RDBFL30 0xF0063E9C          MC 46 Read Data and Bit Flip Register 30
MTU_MC46_RDBFL31 0xF0063E9E          MC 46 Read Data and Bit Flip Register 31
MTU_MC46_RDBFL32 0xF0063EA0          MC 46 Read Data and Bit Flip Register 32
MTU_MC46_RDBFL33 0xF0063EA2          MC 46 Read Data and Bit Flip Register 33
MTU_MC46_RDBFL34 0xF0063EA4          MC 46 Read Data and Bit Flip Register 34
MTU_MC46_RDBFL35 0xF0063EA6          MC 46 Read Data and Bit Flip Register 35
MTU_MC46_RDBFL36 0xF0063EA8          MC 46 Read Data and Bit Flip Register 36
MTU_MC46_RDBFL37 0xF0063EAA          MC 46 Read Data and Bit Flip Register 37
MTU_MC46_RDBFL38 0xF0063EAC          MC 46 Read Data and Bit Flip Register 38
MTU_MC46_RDBFL39 0xF0063EAE          MC 46 Read Data and Bit Flip Register 39
MTU_MC46_RDBFL40 0xF0063EB0          MC 46 Read Data and Bit Flip Register 40
MTU_MC46_RDBFL41 0xF0063EB2          MC 46 Read Data and Bit Flip Register 41
MTU_MC46_RDBFL42 0xF0063EB4          MC 46 Read Data and Bit Flip Register 42
MTU_MC46_RDBFL43 0xF0063EB6          MC 46 Read Data and Bit Flip Register 43
MTU_MC46_RDBFL44 0xF0063EB8          MC 46 Read Data and Bit Flip Register 44
MTU_MC46_RDBFL45 0xF0063EBA          MC 46 Read Data and Bit Flip Register 45
MTU_MC46_RDBFL46 0xF0063EBC          MC 46 Read Data and Bit Flip Register 46
MTU_MC46_RDBFL47 0xF0063EBE          MC 46 Read Data and Bit Flip Register 47
MTU_MC46_RDBFL48 0xF0063EC0          MC 46 Read Data and Bit Flip Register 48
MTU_MC46_RDBFL49 0xF0063EC2          MC 46 Read Data and Bit Flip Register 49
MTU_MC46_RDBFL50 0xF0063EC4          MC 46 Read Data and Bit Flip Register 50
MTU_MC46_RDBFL51 0xF0063EC6          MC 46 Read Data and Bit Flip Register 51
MTU_MC46_RDBFL52 0xF0063EC8          MC 46 Read Data and Bit Flip Register 52
MTU_MC46_RDBFL53 0xF0063ECA          MC 46 Read Data and Bit Flip Register 53
MTU_MC46_RDBFL54 0xF0063ECC          MC 46 Read Data and Bit Flip Register 54
MTU_MC46_RDBFL55 0xF0063ECE          MC 46 Read Data and Bit Flip Register 55
MTU_MC46_RDBFL56 0xF0063ED0          MC 46 Read Data and Bit Flip Register 56
MTU_MC46_RDBFL57 0xF0063ED2          MC 46 Read Data and Bit Flip Register 57
MTU_MC46_RDBFL58 0xF0063ED4          MC 46 Read Data and Bit Flip Register 58
MTU_MC46_RDBFL59 0xF0063ED6          MC 46 Read Data and Bit Flip Register 59
MTU_MC46_RDBFL60 0xF0063ED8          MC 46 Read Data and Bit Flip Register 60
MTU_MC46_RDBFL61 0xF0063EDA          MC 46 Read Data and Bit Flip Register 61
MTU_MC46_RDBFL62 0xF0063EDC          MC 46 Read Data and Bit Flip Register 62
MTU_MC46_RDBFL63 0xF0063EDE          MC 46 Read Data and Bit Flip Register 63
MTU_MC46_RDBFL64 0xF0063EE0          MC 46 Read Data and Bit Flip Register 64
MTU_MC46_RDBFL65 0xF0063EE2          MC 46 Read Data and Bit Flip Register 65
MTU_MC46_RDBFL66 0xF0063EE4          MC 46 Read Data and Bit Flip Register 66
MTU_MC46_ALMSRCS 0xF0063EEE          MC 46 Alarm Sources Configuration Register
MTU_MC46_FAULTSTS 0xF0063EF0          MC 46 SSH Safety Faults Status Register
MTU_MC46_ERRINFO0 0xF0063EF2          MC 46 Error Information Register 0
MTU_MC46_ERRINFO1 0xF0063EF4          MC 46 Error Information Register 1
MTU_MC46_ERRINFO2 0xF0063EF6          MC 46 Error Information Register 2
MTU_MC46_ERRINFO3 0xF0063EF8          MC 46 Error Information Register 3
MTU_MC46_ERRINFO4 0xF0063EFA          MC 46 Error Information Register 4
MTU_MC47_CONFIG0 0xF0063F00          MC 47 Configuration Register 0
MTU_MC47_CONFIG1 0xF0063F02          MC 47 Configuration Register 1
MTU_MC47_MCONTROL 0xF0063F04          MC 47 MBIST Control Register
MTU_MC47_MSTATUS 0xF0063F06          MC 47 Status Register
MTU_MC47_RANGE  0xF0063F08          MC 47 Range Register, single address mode
MTU_MC47_REVID  0xF0063F0C          MC 47 Revision ID Register
MTU_MC47_ECCS   0xF0063F0E          MC 47 ECC Safety Register
MTU_MC47_ECCD   0xF0063F10          MC 47 Memory ECC Detection Register
MTU_MC47_ETRR0  0xF0063F12          MC 47 Error Tracking Register 0
MTU_MC47_ETRR1  0xF0063F14          MC 47 Error Tracking Register 1
MTU_MC47_ETRR2  0xF0063F16          MC 47 Error Tracking Register 2
MTU_MC47_ETRR3  0xF0063F18          MC 47 Error Tracking Register 3
MTU_MC47_ETRR4  0xF0063F1A          MC 47 Error Tracking Register 4
MTU_MC47_RDBFL0 0xF0063F60          MC 47 Read Data and Bit Flip Register 0
MTU_MC47_RDBFL1 0xF0063F62          MC 47 Read Data and Bit Flip Register 1
MTU_MC47_RDBFL2 0xF0063F64          MC 47 Read Data and Bit Flip Register 2
MTU_MC47_RDBFL3 0xF0063F66          MC 47 Read Data and Bit Flip Register 3
MTU_MC47_RDBFL4 0xF0063F68          MC 47 Read Data and Bit Flip Register 4
MTU_MC47_RDBFL5 0xF0063F6A          MC 47 Read Data and Bit Flip Register 5
MTU_MC47_RDBFL6 0xF0063F6C          MC 47 Read Data and Bit Flip Register 6
MTU_MC47_RDBFL7 0xF0063F6E          MC 47 Read Data and Bit Flip Register 7
MTU_MC47_RDBFL8 0xF0063F70          MC 47 Read Data and Bit Flip Register 8
MTU_MC47_RDBFL9 0xF0063F72          MC 47 Read Data and Bit Flip Register 9
MTU_MC47_RDBFL10 0xF0063F74          MC 47 Read Data and Bit Flip Register 10
MTU_MC47_RDBFL11 0xF0063F76          MC 47 Read Data and Bit Flip Register 11
MTU_MC47_RDBFL12 0xF0063F78          MC 47 Read Data and Bit Flip Register 12
MTU_MC47_RDBFL13 0xF0063F7A          MC 47 Read Data and Bit Flip Register 13
MTU_MC47_RDBFL14 0xF0063F7C          MC 47 Read Data and Bit Flip Register 14
MTU_MC47_RDBFL15 0xF0063F7E          MC 47 Read Data and Bit Flip Register 15
MTU_MC47_RDBFL16 0xF0063F80          MC 47 Read Data and Bit Flip Register 16
MTU_MC47_RDBFL17 0xF0063F82          MC 47 Read Data and Bit Flip Register 17
MTU_MC47_RDBFL18 0xF0063F84          MC 47 Read Data and Bit Flip Register 18
MTU_MC47_RDBFL19 0xF0063F86          MC 47 Read Data and Bit Flip Register 19
MTU_MC47_RDBFL20 0xF0063F88          MC 47 Read Data and Bit Flip Register 20
MTU_MC47_RDBFL21 0xF0063F8A          MC 47 Read Data and Bit Flip Register 21
MTU_MC47_RDBFL22 0xF0063F8C          MC 47 Read Data and Bit Flip Register 22
MTU_MC47_RDBFL23 0xF0063F8E          MC 47 Read Data and Bit Flip Register 23
MTU_MC47_RDBFL24 0xF0063F90          MC 47 Read Data and Bit Flip Register 24
MTU_MC47_RDBFL25 0xF0063F92          MC 47 Read Data and Bit Flip Register 25
MTU_MC47_RDBFL26 0xF0063F94          MC 47 Read Data and Bit Flip Register 26
MTU_MC47_RDBFL27 0xF0063F96          MC 47 Read Data and Bit Flip Register 27
MTU_MC47_RDBFL28 0xF0063F98          MC 47 Read Data and Bit Flip Register 28
MTU_MC47_RDBFL29 0xF0063F9A          MC 47 Read Data and Bit Flip Register 29
MTU_MC47_RDBFL30 0xF0063F9C          MC 47 Read Data and Bit Flip Register 30
MTU_MC47_RDBFL31 0xF0063F9E          MC 47 Read Data and Bit Flip Register 31
MTU_MC47_RDBFL32 0xF0063FA0          MC 47 Read Data and Bit Flip Register 32
MTU_MC47_RDBFL33 0xF0063FA2          MC 47 Read Data and Bit Flip Register 33
MTU_MC47_RDBFL34 0xF0063FA4          MC 47 Read Data and Bit Flip Register 34
MTU_MC47_RDBFL35 0xF0063FA6          MC 47 Read Data and Bit Flip Register 35
MTU_MC47_RDBFL36 0xF0063FA8          MC 47 Read Data and Bit Flip Register 36
MTU_MC47_RDBFL37 0xF0063FAA          MC 47 Read Data and Bit Flip Register 37
MTU_MC47_RDBFL38 0xF0063FAC          MC 47 Read Data and Bit Flip Register 38
MTU_MC47_RDBFL39 0xF0063FAE          MC 47 Read Data and Bit Flip Register 39
MTU_MC47_RDBFL40 0xF0063FB0          MC 47 Read Data and Bit Flip Register 40
MTU_MC47_RDBFL41 0xF0063FB2          MC 47 Read Data and Bit Flip Register 41
MTU_MC47_RDBFL42 0xF0063FB4          MC 47 Read Data and Bit Flip Register 42
MTU_MC47_RDBFL43 0xF0063FB6          MC 47 Read Data and Bit Flip Register 43
MTU_MC47_RDBFL44 0xF0063FB8          MC 47 Read Data and Bit Flip Register 44
MTU_MC47_RDBFL45 0xF0063FBA          MC 47 Read Data and Bit Flip Register 45
MTU_MC47_RDBFL46 0xF0063FBC          MC 47 Read Data and Bit Flip Register 46
MTU_MC47_RDBFL47 0xF0063FBE          MC 47 Read Data and Bit Flip Register 47
MTU_MC47_RDBFL48 0xF0063FC0          MC 47 Read Data and Bit Flip Register 48
MTU_MC47_RDBFL49 0xF0063FC2          MC 47 Read Data and Bit Flip Register 49
MTU_MC47_RDBFL50 0xF0063FC4          MC 47 Read Data and Bit Flip Register 50
MTU_MC47_RDBFL51 0xF0063FC6          MC 47 Read Data and Bit Flip Register 51
MTU_MC47_RDBFL52 0xF0063FC8          MC 47 Read Data and Bit Flip Register 52
MTU_MC47_RDBFL53 0xF0063FCA          MC 47 Read Data and Bit Flip Register 53
MTU_MC47_RDBFL54 0xF0063FCC          MC 47 Read Data and Bit Flip Register 54
MTU_MC47_RDBFL55 0xF0063FCE          MC 47 Read Data and Bit Flip Register 55
MTU_MC47_RDBFL56 0xF0063FD0          MC 47 Read Data and Bit Flip Register 56
MTU_MC47_RDBFL57 0xF0063FD2          MC 47 Read Data and Bit Flip Register 57
MTU_MC47_RDBFL58 0xF0063FD4          MC 47 Read Data and Bit Flip Register 58
MTU_MC47_RDBFL59 0xF0063FD6          MC 47 Read Data and Bit Flip Register 59
MTU_MC47_RDBFL60 0xF0063FD8          MC 47 Read Data and Bit Flip Register 60
MTU_MC47_RDBFL61 0xF0063FDA          MC 47 Read Data and Bit Flip Register 61
MTU_MC47_RDBFL62 0xF0063FDC          MC 47 Read Data and Bit Flip Register 62
MTU_MC47_RDBFL63 0xF0063FDE          MC 47 Read Data and Bit Flip Register 63
MTU_MC47_RDBFL64 0xF0063FE0          MC 47 Read Data and Bit Flip Register 64
MTU_MC47_RDBFL65 0xF0063FE2          MC 47 Read Data and Bit Flip Register 65
MTU_MC47_RDBFL66 0xF0063FE4          MC 47 Read Data and Bit Flip Register 66
MTU_MC47_ALMSRCS 0xF0063FEE          MC 47 Alarm Sources Configuration Register
MTU_MC47_FAULTSTS 0xF0063FF0          MC 47 SSH Safety Faults Status Register
MTU_MC47_ERRINFO0 0xF0063FF2          MC 47 Error Information Register 0
MTU_MC47_ERRINFO1 0xF0063FF4          MC 47 Error Information Register 1
MTU_MC47_ERRINFO2 0xF0063FF6          MC 47 Error Information Register 2
MTU_MC47_ERRINFO3 0xF0063FF8          MC 47 Error Information Register 3
MTU_MC47_ERRINFO4 0xF0063FFA          MC 47 Error Information Register 4
MTU_MC48_CONFIG0 0xF0064000          MC 48 Configuration Register 0
MTU_MC48_CONFIG1 0xF0064002          MC 48 Configuration Register 1
MTU_MC48_MCONTROL 0xF0064004          MC 48 MBIST Control Register
MTU_MC48_MSTATUS 0xF0064006          MC 48 Status Register
MTU_MC48_RANGE  0xF0064008          MC 48 Range Register, single address mode
MTU_MC48_REVID  0xF006400C          MC 48 Revision ID Register
MTU_MC48_ECCS   0xF006400E          MC 48 ECC Safety Register
MTU_MC48_ECCD   0xF0064010          MC 48 Memory ECC Detection Register
MTU_MC48_ETRR0  0xF0064012          MC 48 Error Tracking Register 0
MTU_MC48_ETRR1  0xF0064014          MC 48 Error Tracking Register 1
MTU_MC48_ETRR2  0xF0064016          MC 48 Error Tracking Register 2
MTU_MC48_ETRR3  0xF0064018          MC 48 Error Tracking Register 3
MTU_MC48_ETRR4  0xF006401A          MC 48 Error Tracking Register 4
MTU_MC48_RDBFL0 0xF0064060          MC 48 Read Data and Bit Flip Register 0
MTU_MC48_RDBFL1 0xF0064062          MC 48 Read Data and Bit Flip Register 1
MTU_MC48_RDBFL2 0xF0064064          MC 48 Read Data and Bit Flip Register 2
MTU_MC48_RDBFL3 0xF0064066          MC 48 Read Data and Bit Flip Register 3
MTU_MC48_RDBFL4 0xF0064068          MC 48 Read Data and Bit Flip Register 4
MTU_MC48_RDBFL5 0xF006406A          MC 48 Read Data and Bit Flip Register 5
MTU_MC48_RDBFL6 0xF006406C          MC 48 Read Data and Bit Flip Register 6
MTU_MC48_RDBFL7 0xF006406E          MC 48 Read Data and Bit Flip Register 7
MTU_MC48_RDBFL8 0xF0064070          MC 48 Read Data and Bit Flip Register 8
MTU_MC48_RDBFL9 0xF0064072          MC 48 Read Data and Bit Flip Register 9
MTU_MC48_RDBFL10 0xF0064074          MC 48 Read Data and Bit Flip Register 10
MTU_MC48_RDBFL11 0xF0064076          MC 48 Read Data and Bit Flip Register 11
MTU_MC48_RDBFL12 0xF0064078          MC 48 Read Data and Bit Flip Register 12
MTU_MC48_RDBFL13 0xF006407A          MC 48 Read Data and Bit Flip Register 13
MTU_MC48_RDBFL14 0xF006407C          MC 48 Read Data and Bit Flip Register 14
MTU_MC48_RDBFL15 0xF006407E          MC 48 Read Data and Bit Flip Register 15
MTU_MC48_RDBFL16 0xF0064080          MC 48 Read Data and Bit Flip Register 16
MTU_MC48_RDBFL17 0xF0064082          MC 48 Read Data and Bit Flip Register 17
MTU_MC48_RDBFL18 0xF0064084          MC 48 Read Data and Bit Flip Register 18
MTU_MC48_RDBFL19 0xF0064086          MC 48 Read Data and Bit Flip Register 19
MTU_MC48_RDBFL20 0xF0064088          MC 48 Read Data and Bit Flip Register 20
MTU_MC48_RDBFL21 0xF006408A          MC 48 Read Data and Bit Flip Register 21
MTU_MC48_RDBFL22 0xF006408C          MC 48 Read Data and Bit Flip Register 22
MTU_MC48_RDBFL23 0xF006408E          MC 48 Read Data and Bit Flip Register 23
MTU_MC48_RDBFL24 0xF0064090          MC 48 Read Data and Bit Flip Register 24
MTU_MC48_RDBFL25 0xF0064092          MC 48 Read Data and Bit Flip Register 25
MTU_MC48_RDBFL26 0xF0064094          MC 48 Read Data and Bit Flip Register 26
MTU_MC48_RDBFL27 0xF0064096          MC 48 Read Data and Bit Flip Register 27
MTU_MC48_RDBFL28 0xF0064098          MC 48 Read Data and Bit Flip Register 28
MTU_MC48_RDBFL29 0xF006409A          MC 48 Read Data and Bit Flip Register 29
MTU_MC48_RDBFL30 0xF006409C          MC 48 Read Data and Bit Flip Register 30
MTU_MC48_RDBFL31 0xF006409E          MC 48 Read Data and Bit Flip Register 31
MTU_MC48_RDBFL32 0xF00640A0          MC 48 Read Data and Bit Flip Register 32
MTU_MC48_RDBFL33 0xF00640A2          MC 48 Read Data and Bit Flip Register 33
MTU_MC48_RDBFL34 0xF00640A4          MC 48 Read Data and Bit Flip Register 34
MTU_MC48_RDBFL35 0xF00640A6          MC 48 Read Data and Bit Flip Register 35
MTU_MC48_RDBFL36 0xF00640A8          MC 48 Read Data and Bit Flip Register 36
MTU_MC48_RDBFL37 0xF00640AA          MC 48 Read Data and Bit Flip Register 37
MTU_MC48_RDBFL38 0xF00640AC          MC 48 Read Data and Bit Flip Register 38
MTU_MC48_RDBFL39 0xF00640AE          MC 48 Read Data and Bit Flip Register 39
MTU_MC48_RDBFL40 0xF00640B0          MC 48 Read Data and Bit Flip Register 40
MTU_MC48_RDBFL41 0xF00640B2          MC 48 Read Data and Bit Flip Register 41
MTU_MC48_RDBFL42 0xF00640B4          MC 48 Read Data and Bit Flip Register 42
MTU_MC48_RDBFL43 0xF00640B6          MC 48 Read Data and Bit Flip Register 43
MTU_MC48_RDBFL44 0xF00640B8          MC 48 Read Data and Bit Flip Register 44
MTU_MC48_RDBFL45 0xF00640BA          MC 48 Read Data and Bit Flip Register 45
MTU_MC48_RDBFL46 0xF00640BC          MC 48 Read Data and Bit Flip Register 46
MTU_MC48_RDBFL47 0xF00640BE          MC 48 Read Data and Bit Flip Register 47
MTU_MC48_RDBFL48 0xF00640C0          MC 48 Read Data and Bit Flip Register 48
MTU_MC48_RDBFL49 0xF00640C2          MC 48 Read Data and Bit Flip Register 49
MTU_MC48_RDBFL50 0xF00640C4          MC 48 Read Data and Bit Flip Register 50
MTU_MC48_RDBFL51 0xF00640C6          MC 48 Read Data and Bit Flip Register 51
MTU_MC48_RDBFL52 0xF00640C8          MC 48 Read Data and Bit Flip Register 52
MTU_MC48_RDBFL53 0xF00640CA          MC 48 Read Data and Bit Flip Register 53
MTU_MC48_RDBFL54 0xF00640CC          MC 48 Read Data and Bit Flip Register 54
MTU_MC48_RDBFL55 0xF00640CE          MC 48 Read Data and Bit Flip Register 55
MTU_MC48_RDBFL56 0xF00640D0          MC 48 Read Data and Bit Flip Register 56
MTU_MC48_RDBFL57 0xF00640D2          MC 48 Read Data and Bit Flip Register 57
MTU_MC48_RDBFL58 0xF00640D4          MC 48 Read Data and Bit Flip Register 58
MTU_MC48_RDBFL59 0xF00640D6          MC 48 Read Data and Bit Flip Register 59
MTU_MC48_RDBFL60 0xF00640D8          MC 48 Read Data and Bit Flip Register 60
MTU_MC48_RDBFL61 0xF00640DA          MC 48 Read Data and Bit Flip Register 61
MTU_MC48_RDBFL62 0xF00640DC          MC 48 Read Data and Bit Flip Register 62
MTU_MC48_RDBFL63 0xF00640DE          MC 48 Read Data and Bit Flip Register 63
MTU_MC48_RDBFL64 0xF00640E0          MC 48 Read Data and Bit Flip Register 64
MTU_MC48_RDBFL65 0xF00640E2          MC 48 Read Data and Bit Flip Register 65
MTU_MC48_RDBFL66 0xF00640E4          MC 48 Read Data and Bit Flip Register 66
MTU_MC48_ALMSRCS 0xF00640EE          MC 48 Alarm Sources Configuration Register
MTU_MC48_FAULTSTS 0xF00640F0          MC 48 SSH Safety Faults Status Register
MTU_MC48_ERRINFO0 0xF00640F2          MC 48 Error Information Register 0
MTU_MC48_ERRINFO1 0xF00640F4          MC 48 Error Information Register 1
MTU_MC48_ERRINFO2 0xF00640F6          MC 48 Error Information Register 2
MTU_MC48_ERRINFO3 0xF00640F8          MC 48 Error Information Register 3
MTU_MC48_ERRINFO4 0xF00640FA          MC 48 Error Information Register 4
MTU_MC49_CONFIG0 0xF0064100          MC 49 Configuration Register 0
MTU_MC49_CONFIG1 0xF0064102          MC 49 Configuration Register 1
MTU_MC49_MCONTROL 0xF0064104          MC 49 MBIST Control Register
MTU_MC49_MSTATUS 0xF0064106          MC 49 Status Register
MTU_MC49_RANGE  0xF0064108          MC 49 Range Register, single address mode
MTU_MC49_REVID  0xF006410C          MC 49 Revision ID Register
MTU_MC49_ECCS   0xF006410E          MC 49 ECC Safety Register
MTU_MC49_ECCD   0xF0064110          MC 49 Memory ECC Detection Register
MTU_MC49_ETRR0  0xF0064112          MC 49 Error Tracking Register 0
MTU_MC49_ETRR1  0xF0064114          MC 49 Error Tracking Register 1
MTU_MC49_ETRR2  0xF0064116          MC 49 Error Tracking Register 2
MTU_MC49_ETRR3  0xF0064118          MC 49 Error Tracking Register 3
MTU_MC49_ETRR4  0xF006411A          MC 49 Error Tracking Register 4
MTU_MC49_RDBFL0 0xF0064160          MC 49 Read Data and Bit Flip Register 0
MTU_MC49_RDBFL1 0xF0064162          MC 49 Read Data and Bit Flip Register 1
MTU_MC49_RDBFL2 0xF0064164          MC 49 Read Data and Bit Flip Register 2
MTU_MC49_RDBFL3 0xF0064166          MC 49 Read Data and Bit Flip Register 3
MTU_MC49_RDBFL4 0xF0064168          MC 49 Read Data and Bit Flip Register 4
MTU_MC49_RDBFL5 0xF006416A          MC 49 Read Data and Bit Flip Register 5
MTU_MC49_RDBFL6 0xF006416C          MC 49 Read Data and Bit Flip Register 6
MTU_MC49_RDBFL7 0xF006416E          MC 49 Read Data and Bit Flip Register 7
MTU_MC49_RDBFL8 0xF0064170          MC 49 Read Data and Bit Flip Register 8
MTU_MC49_RDBFL9 0xF0064172          MC 49 Read Data and Bit Flip Register 9
MTU_MC49_RDBFL10 0xF0064174          MC 49 Read Data and Bit Flip Register 10
MTU_MC49_RDBFL11 0xF0064176          MC 49 Read Data and Bit Flip Register 11
MTU_MC49_RDBFL12 0xF0064178          MC 49 Read Data and Bit Flip Register 12
MTU_MC49_RDBFL13 0xF006417A          MC 49 Read Data and Bit Flip Register 13
MTU_MC49_RDBFL14 0xF006417C          MC 49 Read Data and Bit Flip Register 14
MTU_MC49_RDBFL15 0xF006417E          MC 49 Read Data and Bit Flip Register 15
MTU_MC49_RDBFL16 0xF0064180          MC 49 Read Data and Bit Flip Register 16
MTU_MC49_RDBFL17 0xF0064182          MC 49 Read Data and Bit Flip Register 17
MTU_MC49_RDBFL18 0xF0064184          MC 49 Read Data and Bit Flip Register 18
MTU_MC49_RDBFL19 0xF0064186          MC 49 Read Data and Bit Flip Register 19
MTU_MC49_RDBFL20 0xF0064188          MC 49 Read Data and Bit Flip Register 20
MTU_MC49_RDBFL21 0xF006418A          MC 49 Read Data and Bit Flip Register 21
MTU_MC49_RDBFL22 0xF006418C          MC 49 Read Data and Bit Flip Register 22
MTU_MC49_RDBFL23 0xF006418E          MC 49 Read Data and Bit Flip Register 23
MTU_MC49_RDBFL24 0xF0064190          MC 49 Read Data and Bit Flip Register 24
MTU_MC49_RDBFL25 0xF0064192          MC 49 Read Data and Bit Flip Register 25
MTU_MC49_RDBFL26 0xF0064194          MC 49 Read Data and Bit Flip Register 26
MTU_MC49_RDBFL27 0xF0064196          MC 49 Read Data and Bit Flip Register 27
MTU_MC49_RDBFL28 0xF0064198          MC 49 Read Data and Bit Flip Register 28
MTU_MC49_RDBFL29 0xF006419A          MC 49 Read Data and Bit Flip Register 29
MTU_MC49_RDBFL30 0xF006419C          MC 49 Read Data and Bit Flip Register 30
MTU_MC49_RDBFL31 0xF006419E          MC 49 Read Data and Bit Flip Register 31
MTU_MC49_RDBFL32 0xF00641A0          MC 49 Read Data and Bit Flip Register 32
MTU_MC49_RDBFL33 0xF00641A2          MC 49 Read Data and Bit Flip Register 33
MTU_MC49_RDBFL34 0xF00641A4          MC 49 Read Data and Bit Flip Register 34
MTU_MC49_RDBFL35 0xF00641A6          MC 49 Read Data and Bit Flip Register 35
MTU_MC49_RDBFL36 0xF00641A8          MC 49 Read Data and Bit Flip Register 36
MTU_MC49_RDBFL37 0xF00641AA          MC 49 Read Data and Bit Flip Register 37
MTU_MC49_RDBFL38 0xF00641AC          MC 49 Read Data and Bit Flip Register 38
MTU_MC49_RDBFL39 0xF00641AE          MC 49 Read Data and Bit Flip Register 39
MTU_MC49_RDBFL40 0xF00641B0          MC 49 Read Data and Bit Flip Register 40
MTU_MC49_RDBFL41 0xF00641B2          MC 49 Read Data and Bit Flip Register 41
MTU_MC49_RDBFL42 0xF00641B4          MC 49 Read Data and Bit Flip Register 42
MTU_MC49_RDBFL43 0xF00641B6          MC 49 Read Data and Bit Flip Register 43
MTU_MC49_RDBFL44 0xF00641B8          MC 49 Read Data and Bit Flip Register 44
MTU_MC49_RDBFL45 0xF00641BA          MC 49 Read Data and Bit Flip Register 45
MTU_MC49_RDBFL46 0xF00641BC          MC 49 Read Data and Bit Flip Register 46
MTU_MC49_RDBFL47 0xF00641BE          MC 49 Read Data and Bit Flip Register 47
MTU_MC49_RDBFL48 0xF00641C0          MC 49 Read Data and Bit Flip Register 48
MTU_MC49_RDBFL49 0xF00641C2          MC 49 Read Data and Bit Flip Register 49
MTU_MC49_RDBFL50 0xF00641C4          MC 49 Read Data and Bit Flip Register 50
MTU_MC49_RDBFL51 0xF00641C6          MC 49 Read Data and Bit Flip Register 51
MTU_MC49_RDBFL52 0xF00641C8          MC 49 Read Data and Bit Flip Register 52
MTU_MC49_RDBFL53 0xF00641CA          MC 49 Read Data and Bit Flip Register 53
MTU_MC49_RDBFL54 0xF00641CC          MC 49 Read Data and Bit Flip Register 54
MTU_MC49_RDBFL55 0xF00641CE          MC 49 Read Data and Bit Flip Register 55
MTU_MC49_RDBFL56 0xF00641D0          MC 49 Read Data and Bit Flip Register 56
MTU_MC49_RDBFL57 0xF00641D2          MC 49 Read Data and Bit Flip Register 57
MTU_MC49_RDBFL58 0xF00641D4          MC 49 Read Data and Bit Flip Register 58
MTU_MC49_RDBFL59 0xF00641D6          MC 49 Read Data and Bit Flip Register 59
MTU_MC49_RDBFL60 0xF00641D8          MC 49 Read Data and Bit Flip Register 60
MTU_MC49_RDBFL61 0xF00641DA          MC 49 Read Data and Bit Flip Register 61
MTU_MC49_RDBFL62 0xF00641DC          MC 49 Read Data and Bit Flip Register 62
MTU_MC49_RDBFL63 0xF00641DE          MC 49 Read Data and Bit Flip Register 63
MTU_MC49_RDBFL64 0xF00641E0          MC 49 Read Data and Bit Flip Register 64
MTU_MC49_RDBFL65 0xF00641E2          MC 49 Read Data and Bit Flip Register 65
MTU_MC49_RDBFL66 0xF00641E4          MC 49 Read Data and Bit Flip Register 66
MTU_MC49_ALMSRCS 0xF00641EE          MC 49 Alarm Sources Configuration Register
MTU_MC49_FAULTSTS 0xF00641F0          MC 49 SSH Safety Faults Status Register
MTU_MC49_ERRINFO0 0xF00641F2          MC 49 Error Information Register 0
MTU_MC49_ERRINFO1 0xF00641F4          MC 49 Error Information Register 1
MTU_MC49_ERRINFO2 0xF00641F6          MC 49 Error Information Register 2
MTU_MC49_ERRINFO3 0xF00641F8          MC 49 Error Information Register 3
MTU_MC49_ERRINFO4 0xF00641FA          MC 49 Error Information Register 4
MTU_MC50_CONFIG0 0xF0064200          MC 50 Configuration Register 0
MTU_MC50_CONFIG1 0xF0064202          MC 50 Configuration Register 1
MTU_MC50_MCONTROL 0xF0064204          MC 50 MBIST Control Register
MTU_MC50_MSTATUS 0xF0064206          MC 50 Status Register
MTU_MC50_RANGE  0xF0064208          MC 50 Range Register, single address mode
MTU_MC50_REVID  0xF006420C          MC 50 Revision ID Register
MTU_MC50_ECCS   0xF006420E          MC 50 ECC Safety Register
MTU_MC50_ECCD   0xF0064210          MC 50 Memory ECC Detection Register
MTU_MC50_ETRR0  0xF0064212          MC 50 Error Tracking Register 0
MTU_MC50_ETRR1  0xF0064214          MC 50 Error Tracking Register 1
MTU_MC50_ETRR2  0xF0064216          MC 50 Error Tracking Register 2
MTU_MC50_ETRR3  0xF0064218          MC 50 Error Tracking Register 3
MTU_MC50_ETRR4  0xF006421A          MC 50 Error Tracking Register 4
MTU_MC50_RDBFL0 0xF0064260          MC 50 Read Data and Bit Flip Register 0
MTU_MC50_RDBFL1 0xF0064262          MC 50 Read Data and Bit Flip Register 1
MTU_MC50_RDBFL2 0xF0064264          MC 50 Read Data and Bit Flip Register 2
MTU_MC50_RDBFL3 0xF0064266          MC 50 Read Data and Bit Flip Register 3
MTU_MC50_RDBFL4 0xF0064268          MC 50 Read Data and Bit Flip Register 4
MTU_MC50_RDBFL5 0xF006426A          MC 50 Read Data and Bit Flip Register 5
MTU_MC50_RDBFL6 0xF006426C          MC 50 Read Data and Bit Flip Register 6
MTU_MC50_RDBFL7 0xF006426E          MC 50 Read Data and Bit Flip Register 7
MTU_MC50_RDBFL8 0xF0064270          MC 50 Read Data and Bit Flip Register 8
MTU_MC50_RDBFL9 0xF0064272          MC 50 Read Data and Bit Flip Register 9
MTU_MC50_RDBFL10 0xF0064274          MC 50 Read Data and Bit Flip Register 10
MTU_MC50_RDBFL11 0xF0064276          MC 50 Read Data and Bit Flip Register 11
MTU_MC50_RDBFL12 0xF0064278          MC 50 Read Data and Bit Flip Register 12
MTU_MC50_RDBFL13 0xF006427A          MC 50 Read Data and Bit Flip Register 13
MTU_MC50_RDBFL14 0xF006427C          MC 50 Read Data and Bit Flip Register 14
MTU_MC50_RDBFL15 0xF006427E          MC 50 Read Data and Bit Flip Register 15
MTU_MC50_RDBFL16 0xF0064280          MC 50 Read Data and Bit Flip Register 16
MTU_MC50_RDBFL17 0xF0064282          MC 50 Read Data and Bit Flip Register 17
MTU_MC50_RDBFL18 0xF0064284          MC 50 Read Data and Bit Flip Register 18
MTU_MC50_RDBFL19 0xF0064286          MC 50 Read Data and Bit Flip Register 19
MTU_MC50_RDBFL20 0xF0064288          MC 50 Read Data and Bit Flip Register 20
MTU_MC50_RDBFL21 0xF006428A          MC 50 Read Data and Bit Flip Register 21
MTU_MC50_RDBFL22 0xF006428C          MC 50 Read Data and Bit Flip Register 22
MTU_MC50_RDBFL23 0xF006428E          MC 50 Read Data and Bit Flip Register 23
MTU_MC50_RDBFL24 0xF0064290          MC 50 Read Data and Bit Flip Register 24
MTU_MC50_RDBFL25 0xF0064292          MC 50 Read Data and Bit Flip Register 25
MTU_MC50_RDBFL26 0xF0064294          MC 50 Read Data and Bit Flip Register 26
MTU_MC50_RDBFL27 0xF0064296          MC 50 Read Data and Bit Flip Register 27
MTU_MC50_RDBFL28 0xF0064298          MC 50 Read Data and Bit Flip Register 28
MTU_MC50_RDBFL29 0xF006429A          MC 50 Read Data and Bit Flip Register 29
MTU_MC50_RDBFL30 0xF006429C          MC 50 Read Data and Bit Flip Register 30
MTU_MC50_RDBFL31 0xF006429E          MC 50 Read Data and Bit Flip Register 31
MTU_MC50_RDBFL32 0xF00642A0          MC 50 Read Data and Bit Flip Register 32
MTU_MC50_RDBFL33 0xF00642A2          MC 50 Read Data and Bit Flip Register 33
MTU_MC50_RDBFL34 0xF00642A4          MC 50 Read Data and Bit Flip Register 34
MTU_MC50_RDBFL35 0xF00642A6          MC 50 Read Data and Bit Flip Register 35
MTU_MC50_RDBFL36 0xF00642A8          MC 50 Read Data and Bit Flip Register 36
MTU_MC50_RDBFL37 0xF00642AA          MC 50 Read Data and Bit Flip Register 37
MTU_MC50_RDBFL38 0xF00642AC          MC 50 Read Data and Bit Flip Register 38
MTU_MC50_RDBFL39 0xF00642AE          MC 50 Read Data and Bit Flip Register 39
MTU_MC50_RDBFL40 0xF00642B0          MC 50 Read Data and Bit Flip Register 40
MTU_MC50_RDBFL41 0xF00642B2          MC 50 Read Data and Bit Flip Register 41
MTU_MC50_RDBFL42 0xF00642B4          MC 50 Read Data and Bit Flip Register 42
MTU_MC50_RDBFL43 0xF00642B6          MC 50 Read Data and Bit Flip Register 43
MTU_MC50_RDBFL44 0xF00642B8          MC 50 Read Data and Bit Flip Register 44
MTU_MC50_RDBFL45 0xF00642BA          MC 50 Read Data and Bit Flip Register 45
MTU_MC50_RDBFL46 0xF00642BC          MC 50 Read Data and Bit Flip Register 46
MTU_MC50_RDBFL47 0xF00642BE          MC 50 Read Data and Bit Flip Register 47
MTU_MC50_RDBFL48 0xF00642C0          MC 50 Read Data and Bit Flip Register 48
MTU_MC50_RDBFL49 0xF00642C2          MC 50 Read Data and Bit Flip Register 49
MTU_MC50_RDBFL50 0xF00642C4          MC 50 Read Data and Bit Flip Register 50
MTU_MC50_RDBFL51 0xF00642C6          MC 50 Read Data and Bit Flip Register 51
MTU_MC50_RDBFL52 0xF00642C8          MC 50 Read Data and Bit Flip Register 52
MTU_MC50_RDBFL53 0xF00642CA          MC 50 Read Data and Bit Flip Register 53
MTU_MC50_RDBFL54 0xF00642CC          MC 50 Read Data and Bit Flip Register 54
MTU_MC50_RDBFL55 0xF00642CE          MC 50 Read Data and Bit Flip Register 55
MTU_MC50_RDBFL56 0xF00642D0          MC 50 Read Data and Bit Flip Register 56
MTU_MC50_RDBFL57 0xF00642D2          MC 50 Read Data and Bit Flip Register 57
MTU_MC50_RDBFL58 0xF00642D4          MC 50 Read Data and Bit Flip Register 58
MTU_MC50_RDBFL59 0xF00642D6          MC 50 Read Data and Bit Flip Register 59
MTU_MC50_RDBFL60 0xF00642D8          MC 50 Read Data and Bit Flip Register 60
MTU_MC50_RDBFL61 0xF00642DA          MC 50 Read Data and Bit Flip Register 61
MTU_MC50_RDBFL62 0xF00642DC          MC 50 Read Data and Bit Flip Register 62
MTU_MC50_RDBFL63 0xF00642DE          MC 50 Read Data and Bit Flip Register 63
MTU_MC50_RDBFL64 0xF00642E0          MC 50 Read Data and Bit Flip Register 64
MTU_MC50_RDBFL65 0xF00642E2          MC 50 Read Data and Bit Flip Register 65
MTU_MC50_RDBFL66 0xF00642E4          MC 50 Read Data and Bit Flip Register 66
MTU_MC50_ALMSRCS 0xF00642EE          MC 50 Alarm Sources Configuration Register
MTU_MC50_FAULTSTS 0xF00642F0          MC 50 SSH Safety Faults Status Register
MTU_MC50_ERRINFO0 0xF00642F2          MC 50 Error Information Register 0
MTU_MC50_ERRINFO1 0xF00642F4          MC 50 Error Information Register 1
MTU_MC50_ERRINFO2 0xF00642F6          MC 50 Error Information Register 2
MTU_MC50_ERRINFO3 0xF00642F8          MC 50 Error Information Register 3
MTU_MC50_ERRINFO4 0xF00642FA          MC 50 Error Information Register 4
MTU_MC51_CONFIG0 0xF0064300          MC 51 Configuration Register 0
MTU_MC51_CONFIG1 0xF0064302          MC 51 Configuration Register 1
MTU_MC51_MCONTROL 0xF0064304          MC 51 MBIST Control Register
MTU_MC51_MSTATUS 0xF0064306          MC 51 Status Register
MTU_MC51_RANGE  0xF0064308          MC 51 Range Register, single address mode
MTU_MC51_REVID  0xF006430C          MC 51 Revision ID Register
MTU_MC51_ECCS   0xF006430E          MC 51 ECC Safety Register
MTU_MC51_ECCD   0xF0064310          MC 51 Memory ECC Detection Register
MTU_MC51_ETRR0  0xF0064312          MC 51 Error Tracking Register 0
MTU_MC51_ETRR1  0xF0064314          MC 51 Error Tracking Register 1
MTU_MC51_ETRR2  0xF0064316          MC 51 Error Tracking Register 2
MTU_MC51_ETRR3  0xF0064318          MC 51 Error Tracking Register 3
MTU_MC51_ETRR4  0xF006431A          MC 51 Error Tracking Register 4
MTU_MC51_RDBFL0 0xF0064360          MC 51 Read Data and Bit Flip Register 0
MTU_MC51_RDBFL1 0xF0064362          MC 51 Read Data and Bit Flip Register 1
MTU_MC51_RDBFL2 0xF0064364          MC 51 Read Data and Bit Flip Register 2
MTU_MC51_RDBFL3 0xF0064366          MC 51 Read Data and Bit Flip Register 3
MTU_MC51_RDBFL4 0xF0064368          MC 51 Read Data and Bit Flip Register 4
MTU_MC51_RDBFL5 0xF006436A          MC 51 Read Data and Bit Flip Register 5
MTU_MC51_RDBFL6 0xF006436C          MC 51 Read Data and Bit Flip Register 6
MTU_MC51_RDBFL7 0xF006436E          MC 51 Read Data and Bit Flip Register 7
MTU_MC51_RDBFL8 0xF0064370          MC 51 Read Data and Bit Flip Register 8
MTU_MC51_RDBFL9 0xF0064372          MC 51 Read Data and Bit Flip Register 9
MTU_MC51_RDBFL10 0xF0064374          MC 51 Read Data and Bit Flip Register 10
MTU_MC51_RDBFL11 0xF0064376          MC 51 Read Data and Bit Flip Register 11
MTU_MC51_RDBFL12 0xF0064378          MC 51 Read Data and Bit Flip Register 12
MTU_MC51_RDBFL13 0xF006437A          MC 51 Read Data and Bit Flip Register 13
MTU_MC51_RDBFL14 0xF006437C          MC 51 Read Data and Bit Flip Register 14
MTU_MC51_RDBFL15 0xF006437E          MC 51 Read Data and Bit Flip Register 15
MTU_MC51_RDBFL16 0xF0064380          MC 51 Read Data and Bit Flip Register 16
MTU_MC51_RDBFL17 0xF0064382          MC 51 Read Data and Bit Flip Register 17
MTU_MC51_RDBFL18 0xF0064384          MC 51 Read Data and Bit Flip Register 18
MTU_MC51_RDBFL19 0xF0064386          MC 51 Read Data and Bit Flip Register 19
MTU_MC51_RDBFL20 0xF0064388          MC 51 Read Data and Bit Flip Register 20
MTU_MC51_RDBFL21 0xF006438A          MC 51 Read Data and Bit Flip Register 21
MTU_MC51_RDBFL22 0xF006438C          MC 51 Read Data and Bit Flip Register 22
MTU_MC51_RDBFL23 0xF006438E          MC 51 Read Data and Bit Flip Register 23
MTU_MC51_RDBFL24 0xF0064390          MC 51 Read Data and Bit Flip Register 24
MTU_MC51_RDBFL25 0xF0064392          MC 51 Read Data and Bit Flip Register 25
MTU_MC51_RDBFL26 0xF0064394          MC 51 Read Data and Bit Flip Register 26
MTU_MC51_RDBFL27 0xF0064396          MC 51 Read Data and Bit Flip Register 27
MTU_MC51_RDBFL28 0xF0064398          MC 51 Read Data and Bit Flip Register 28
MTU_MC51_RDBFL29 0xF006439A          MC 51 Read Data and Bit Flip Register 29
MTU_MC51_RDBFL30 0xF006439C          MC 51 Read Data and Bit Flip Register 30
MTU_MC51_RDBFL31 0xF006439E          MC 51 Read Data and Bit Flip Register 31
MTU_MC51_RDBFL32 0xF00643A0          MC 51 Read Data and Bit Flip Register 32
MTU_MC51_RDBFL33 0xF00643A2          MC 51 Read Data and Bit Flip Register 33
MTU_MC51_RDBFL34 0xF00643A4          MC 51 Read Data and Bit Flip Register 34
MTU_MC51_RDBFL35 0xF00643A6          MC 51 Read Data and Bit Flip Register 35
MTU_MC51_RDBFL36 0xF00643A8          MC 51 Read Data and Bit Flip Register 36
MTU_MC51_RDBFL37 0xF00643AA          MC 51 Read Data and Bit Flip Register 37
MTU_MC51_RDBFL38 0xF00643AC          MC 51 Read Data and Bit Flip Register 38
MTU_MC51_RDBFL39 0xF00643AE          MC 51 Read Data and Bit Flip Register 39
MTU_MC51_RDBFL40 0xF00643B0          MC 51 Read Data and Bit Flip Register 40
MTU_MC51_RDBFL41 0xF00643B2          MC 51 Read Data and Bit Flip Register 41
MTU_MC51_RDBFL42 0xF00643B4          MC 51 Read Data and Bit Flip Register 42
MTU_MC51_RDBFL43 0xF00643B6          MC 51 Read Data and Bit Flip Register 43
MTU_MC51_RDBFL44 0xF00643B8          MC 51 Read Data and Bit Flip Register 44
MTU_MC51_RDBFL45 0xF00643BA          MC 51 Read Data and Bit Flip Register 45
MTU_MC51_RDBFL46 0xF00643BC          MC 51 Read Data and Bit Flip Register 46
MTU_MC51_RDBFL47 0xF00643BE          MC 51 Read Data and Bit Flip Register 47
MTU_MC51_RDBFL48 0xF00643C0          MC 51 Read Data and Bit Flip Register 48
MTU_MC51_RDBFL49 0xF00643C2          MC 51 Read Data and Bit Flip Register 49
MTU_MC51_RDBFL50 0xF00643C4          MC 51 Read Data and Bit Flip Register 50
MTU_MC51_RDBFL51 0xF00643C6          MC 51 Read Data and Bit Flip Register 51
MTU_MC51_RDBFL52 0xF00643C8          MC 51 Read Data and Bit Flip Register 52
MTU_MC51_RDBFL53 0xF00643CA          MC 51 Read Data and Bit Flip Register 53
MTU_MC51_RDBFL54 0xF00643CC          MC 51 Read Data and Bit Flip Register 54
MTU_MC51_RDBFL55 0xF00643CE          MC 51 Read Data and Bit Flip Register 55
MTU_MC51_RDBFL56 0xF00643D0          MC 51 Read Data and Bit Flip Register 56
MTU_MC51_RDBFL57 0xF00643D2          MC 51 Read Data and Bit Flip Register 57
MTU_MC51_RDBFL58 0xF00643D4          MC 51 Read Data and Bit Flip Register 58
MTU_MC51_RDBFL59 0xF00643D6          MC 51 Read Data and Bit Flip Register 59
MTU_MC51_RDBFL60 0xF00643D8          MC 51 Read Data and Bit Flip Register 60
MTU_MC51_RDBFL61 0xF00643DA          MC 51 Read Data and Bit Flip Register 61
MTU_MC51_RDBFL62 0xF00643DC          MC 51 Read Data and Bit Flip Register 62
MTU_MC51_RDBFL63 0xF00643DE          MC 51 Read Data and Bit Flip Register 63
MTU_MC51_RDBFL64 0xF00643E0          MC 51 Read Data and Bit Flip Register 64
MTU_MC51_RDBFL65 0xF00643E2          MC 51 Read Data and Bit Flip Register 65
MTU_MC51_RDBFL66 0xF00643E4          MC 51 Read Data and Bit Flip Register 66
MTU_MC51_ALMSRCS 0xF00643EE          MC 51 Alarm Sources Configuration Register
MTU_MC51_FAULTSTS 0xF00643F0          MC 51 SSH Safety Faults Status Register
MTU_MC51_ERRINFO0 0xF00643F2          MC 51 Error Information Register 0
MTU_MC51_ERRINFO1 0xF00643F4          MC 51 Error Information Register 1
MTU_MC51_ERRINFO2 0xF00643F6          MC 51 Error Information Register 2
MTU_MC51_ERRINFO3 0xF00643F8          MC 51 Error Information Register 3
MTU_MC51_ERRINFO4 0xF00643FA          MC 51 Error Information Register 4
MTU_MC52_CONFIG0 0xF0064400          MC 52 Configuration Register 0
MTU_MC52_CONFIG1 0xF0064402          MC 52 Configuration Register 1
MTU_MC52_MCONTROL 0xF0064404          MC 52 MBIST Control Register
MTU_MC52_MSTATUS 0xF0064406          MC 52 Status Register
MTU_MC52_RANGE  0xF0064408          MC 52 Range Register, single address mode
MTU_MC52_REVID  0xF006440C          MC 52 Revision ID Register
MTU_MC52_ECCS   0xF006440E          MC 52 ECC Safety Register
MTU_MC52_ECCD   0xF0064410          MC 52 Memory ECC Detection Register
MTU_MC52_ETRR0  0xF0064412          MC 52 Error Tracking Register 0
MTU_MC52_ETRR1  0xF0064414          MC 52 Error Tracking Register 1
MTU_MC52_ETRR2  0xF0064416          MC 52 Error Tracking Register 2
MTU_MC52_ETRR3  0xF0064418          MC 52 Error Tracking Register 3
MTU_MC52_ETRR4  0xF006441A          MC 52 Error Tracking Register 4
MTU_MC52_RDBFL0 0xF0064460          MC 52 Read Data and Bit Flip Register 0
MTU_MC52_RDBFL1 0xF0064462          MC 52 Read Data and Bit Flip Register 1
MTU_MC52_RDBFL2 0xF0064464          MC 52 Read Data and Bit Flip Register 2
MTU_MC52_RDBFL3 0xF0064466          MC 52 Read Data and Bit Flip Register 3
MTU_MC52_RDBFL4 0xF0064468          MC 52 Read Data and Bit Flip Register 4
MTU_MC52_RDBFL5 0xF006446A          MC 52 Read Data and Bit Flip Register 5
MTU_MC52_RDBFL6 0xF006446C          MC 52 Read Data and Bit Flip Register 6
MTU_MC52_RDBFL7 0xF006446E          MC 52 Read Data and Bit Flip Register 7
MTU_MC52_RDBFL8 0xF0064470          MC 52 Read Data and Bit Flip Register 8
MTU_MC52_RDBFL9 0xF0064472          MC 52 Read Data and Bit Flip Register 9
MTU_MC52_RDBFL10 0xF0064474          MC 52 Read Data and Bit Flip Register 10
MTU_MC52_RDBFL11 0xF0064476          MC 52 Read Data and Bit Flip Register 11
MTU_MC52_RDBFL12 0xF0064478          MC 52 Read Data and Bit Flip Register 12
MTU_MC52_RDBFL13 0xF006447A          MC 52 Read Data and Bit Flip Register 13
MTU_MC52_RDBFL14 0xF006447C          MC 52 Read Data and Bit Flip Register 14
MTU_MC52_RDBFL15 0xF006447E          MC 52 Read Data and Bit Flip Register 15
MTU_MC52_RDBFL16 0xF0064480          MC 52 Read Data and Bit Flip Register 16
MTU_MC52_RDBFL17 0xF0064482          MC 52 Read Data and Bit Flip Register 17
MTU_MC52_RDBFL18 0xF0064484          MC 52 Read Data and Bit Flip Register 18
MTU_MC52_RDBFL19 0xF0064486          MC 52 Read Data and Bit Flip Register 19
MTU_MC52_RDBFL20 0xF0064488          MC 52 Read Data and Bit Flip Register 20
MTU_MC52_RDBFL21 0xF006448A          MC 52 Read Data and Bit Flip Register 21
MTU_MC52_RDBFL22 0xF006448C          MC 52 Read Data and Bit Flip Register 22
MTU_MC52_RDBFL23 0xF006448E          MC 52 Read Data and Bit Flip Register 23
MTU_MC52_RDBFL24 0xF0064490          MC 52 Read Data and Bit Flip Register 24
MTU_MC52_RDBFL25 0xF0064492          MC 52 Read Data and Bit Flip Register 25
MTU_MC52_RDBFL26 0xF0064494          MC 52 Read Data and Bit Flip Register 26
MTU_MC52_RDBFL27 0xF0064496          MC 52 Read Data and Bit Flip Register 27
MTU_MC52_RDBFL28 0xF0064498          MC 52 Read Data and Bit Flip Register 28
MTU_MC52_RDBFL29 0xF006449A          MC 52 Read Data and Bit Flip Register 29
MTU_MC52_RDBFL30 0xF006449C          MC 52 Read Data and Bit Flip Register 30
MTU_MC52_RDBFL31 0xF006449E          MC 52 Read Data and Bit Flip Register 31
MTU_MC52_RDBFL32 0xF00644A0          MC 52 Read Data and Bit Flip Register 32
MTU_MC52_RDBFL33 0xF00644A2          MC 52 Read Data and Bit Flip Register 33
MTU_MC52_RDBFL34 0xF00644A4          MC 52 Read Data and Bit Flip Register 34
MTU_MC52_RDBFL35 0xF00644A6          MC 52 Read Data and Bit Flip Register 35
MTU_MC52_RDBFL36 0xF00644A8          MC 52 Read Data and Bit Flip Register 36
MTU_MC52_RDBFL37 0xF00644AA          MC 52 Read Data and Bit Flip Register 37
MTU_MC52_RDBFL38 0xF00644AC          MC 52 Read Data and Bit Flip Register 38
MTU_MC52_RDBFL39 0xF00644AE          MC 52 Read Data and Bit Flip Register 39
MTU_MC52_RDBFL40 0xF00644B0          MC 52 Read Data and Bit Flip Register 40
MTU_MC52_RDBFL41 0xF00644B2          MC 52 Read Data and Bit Flip Register 41
MTU_MC52_RDBFL42 0xF00644B4          MC 52 Read Data and Bit Flip Register 42
MTU_MC52_RDBFL43 0xF00644B6          MC 52 Read Data and Bit Flip Register 43
MTU_MC52_RDBFL44 0xF00644B8          MC 52 Read Data and Bit Flip Register 44
MTU_MC52_RDBFL45 0xF00644BA          MC 52 Read Data and Bit Flip Register 45
MTU_MC52_RDBFL46 0xF00644BC          MC 52 Read Data and Bit Flip Register 46
MTU_MC52_RDBFL47 0xF00644BE          MC 52 Read Data and Bit Flip Register 47
MTU_MC52_RDBFL48 0xF00644C0          MC 52 Read Data and Bit Flip Register 48
MTU_MC52_RDBFL49 0xF00644C2          MC 52 Read Data and Bit Flip Register 49
MTU_MC52_RDBFL50 0xF00644C4          MC 52 Read Data and Bit Flip Register 50
MTU_MC52_RDBFL51 0xF00644C6          MC 52 Read Data and Bit Flip Register 51
MTU_MC52_RDBFL52 0xF00644C8          MC 52 Read Data and Bit Flip Register 52
MTU_MC52_RDBFL53 0xF00644CA          MC 52 Read Data and Bit Flip Register 53
MTU_MC52_RDBFL54 0xF00644CC          MC 52 Read Data and Bit Flip Register 54
MTU_MC52_RDBFL55 0xF00644CE          MC 52 Read Data and Bit Flip Register 55
MTU_MC52_RDBFL56 0xF00644D0          MC 52 Read Data and Bit Flip Register 56
MTU_MC52_RDBFL57 0xF00644D2          MC 52 Read Data and Bit Flip Register 57
MTU_MC52_RDBFL58 0xF00644D4          MC 52 Read Data and Bit Flip Register 58
MTU_MC52_RDBFL59 0xF00644D6          MC 52 Read Data and Bit Flip Register 59
MTU_MC52_RDBFL60 0xF00644D8          MC 52 Read Data and Bit Flip Register 60
MTU_MC52_RDBFL61 0xF00644DA          MC 52 Read Data and Bit Flip Register 61
MTU_MC52_RDBFL62 0xF00644DC          MC 52 Read Data and Bit Flip Register 62
MTU_MC52_RDBFL63 0xF00644DE          MC 52 Read Data and Bit Flip Register 63
MTU_MC52_RDBFL64 0xF00644E0          MC 52 Read Data and Bit Flip Register 64
MTU_MC52_RDBFL65 0xF00644E2          MC 52 Read Data and Bit Flip Register 65
MTU_MC52_RDBFL66 0xF00644E4          MC 52 Read Data and Bit Flip Register 66
MTU_MC52_ALMSRCS 0xF00644EE          MC 52 Alarm Sources Configuration Register
MTU_MC52_FAULTSTS 0xF00644F0          MC 52 SSH Safety Faults Status Register
MTU_MC52_ERRINFO0 0xF00644F2          MC 52 Error Information Register 0
MTU_MC52_ERRINFO1 0xF00644F4          MC 52 Error Information Register 1
MTU_MC52_ERRINFO2 0xF00644F6          MC 52 Error Information Register 2
MTU_MC52_ERRINFO3 0xF00644F8          MC 52 Error Information Register 3
MTU_MC52_ERRINFO4 0xF00644FA          MC 52 Error Information Register 4
MTU_MC53_CONFIG0 0xF0064500          MC 53 Configuration Register 0
MTU_MC53_CONFIG1 0xF0064502          MC 53 Configuration Register 1
MTU_MC53_MCONTROL 0xF0064504          MC 53 MBIST Control Register
MTU_MC53_MSTATUS 0xF0064506          MC 53 Status Register
MTU_MC53_RANGE  0xF0064508          MC 53 Range Register, single address mode
MTU_MC53_REVID  0xF006450C          MC 53 Revision ID Register
MTU_MC53_ECCS   0xF006450E          MC 53 ECC Safety Register
MTU_MC53_ECCD   0xF0064510          MC 53 Memory ECC Detection Register
MTU_MC53_ETRR0  0xF0064512          MC 53 Error Tracking Register 0
MTU_MC53_ETRR1  0xF0064514          MC 53 Error Tracking Register 1
MTU_MC53_ETRR2  0xF0064516          MC 53 Error Tracking Register 2
MTU_MC53_ETRR3  0xF0064518          MC 53 Error Tracking Register 3
MTU_MC53_ETRR4  0xF006451A          MC 53 Error Tracking Register 4
MTU_MC53_RDBFL0 0xF0064560          MC 53 Read Data and Bit Flip Register 0
MTU_MC53_RDBFL1 0xF0064562          MC 53 Read Data and Bit Flip Register 1
MTU_MC53_RDBFL2 0xF0064564          MC 53 Read Data and Bit Flip Register 2
MTU_MC53_RDBFL3 0xF0064566          MC 53 Read Data and Bit Flip Register 3
MTU_MC53_RDBFL4 0xF0064568          MC 53 Read Data and Bit Flip Register 4
MTU_MC53_RDBFL5 0xF006456A          MC 53 Read Data and Bit Flip Register 5
MTU_MC53_RDBFL6 0xF006456C          MC 53 Read Data and Bit Flip Register 6
MTU_MC53_RDBFL7 0xF006456E          MC 53 Read Data and Bit Flip Register 7
MTU_MC53_RDBFL8 0xF0064570          MC 53 Read Data and Bit Flip Register 8
MTU_MC53_RDBFL9 0xF0064572          MC 53 Read Data and Bit Flip Register 9
MTU_MC53_RDBFL10 0xF0064574          MC 53 Read Data and Bit Flip Register 10
MTU_MC53_RDBFL11 0xF0064576          MC 53 Read Data and Bit Flip Register 11
MTU_MC53_RDBFL12 0xF0064578          MC 53 Read Data and Bit Flip Register 12
MTU_MC53_RDBFL13 0xF006457A          MC 53 Read Data and Bit Flip Register 13
MTU_MC53_RDBFL14 0xF006457C          MC 53 Read Data and Bit Flip Register 14
MTU_MC53_RDBFL15 0xF006457E          MC 53 Read Data and Bit Flip Register 15
MTU_MC53_RDBFL16 0xF0064580          MC 53 Read Data and Bit Flip Register 16
MTU_MC53_RDBFL17 0xF0064582          MC 53 Read Data and Bit Flip Register 17
MTU_MC53_RDBFL18 0xF0064584          MC 53 Read Data and Bit Flip Register 18
MTU_MC53_RDBFL19 0xF0064586          MC 53 Read Data and Bit Flip Register 19
MTU_MC53_RDBFL20 0xF0064588          MC 53 Read Data and Bit Flip Register 20
MTU_MC53_RDBFL21 0xF006458A          MC 53 Read Data and Bit Flip Register 21
MTU_MC53_RDBFL22 0xF006458C          MC 53 Read Data and Bit Flip Register 22
MTU_MC53_RDBFL23 0xF006458E          MC 53 Read Data and Bit Flip Register 23
MTU_MC53_RDBFL24 0xF0064590          MC 53 Read Data and Bit Flip Register 24
MTU_MC53_RDBFL25 0xF0064592          MC 53 Read Data and Bit Flip Register 25
MTU_MC53_RDBFL26 0xF0064594          MC 53 Read Data and Bit Flip Register 26
MTU_MC53_RDBFL27 0xF0064596          MC 53 Read Data and Bit Flip Register 27
MTU_MC53_RDBFL28 0xF0064598          MC 53 Read Data and Bit Flip Register 28
MTU_MC53_RDBFL29 0xF006459A          MC 53 Read Data and Bit Flip Register 29
MTU_MC53_RDBFL30 0xF006459C          MC 53 Read Data and Bit Flip Register 30
MTU_MC53_RDBFL31 0xF006459E          MC 53 Read Data and Bit Flip Register 31
MTU_MC53_RDBFL32 0xF00645A0          MC 53 Read Data and Bit Flip Register 32
MTU_MC53_RDBFL33 0xF00645A2          MC 53 Read Data and Bit Flip Register 33
MTU_MC53_RDBFL34 0xF00645A4          MC 53 Read Data and Bit Flip Register 34
MTU_MC53_RDBFL35 0xF00645A6          MC 53 Read Data and Bit Flip Register 35
MTU_MC53_RDBFL36 0xF00645A8          MC 53 Read Data and Bit Flip Register 36
MTU_MC53_RDBFL37 0xF00645AA          MC 53 Read Data and Bit Flip Register 37
MTU_MC53_RDBFL38 0xF00645AC          MC 53 Read Data and Bit Flip Register 38
MTU_MC53_RDBFL39 0xF00645AE          MC 53 Read Data and Bit Flip Register 39
MTU_MC53_RDBFL40 0xF00645B0          MC 53 Read Data and Bit Flip Register 40
MTU_MC53_RDBFL41 0xF00645B2          MC 53 Read Data and Bit Flip Register 41
MTU_MC53_RDBFL42 0xF00645B4          MC 53 Read Data and Bit Flip Register 42
MTU_MC53_RDBFL43 0xF00645B6          MC 53 Read Data and Bit Flip Register 43
MTU_MC53_RDBFL44 0xF00645B8          MC 53 Read Data and Bit Flip Register 44
MTU_MC53_RDBFL45 0xF00645BA          MC 53 Read Data and Bit Flip Register 45
MTU_MC53_RDBFL46 0xF00645BC          MC 53 Read Data and Bit Flip Register 46
MTU_MC53_RDBFL47 0xF00645BE          MC 53 Read Data and Bit Flip Register 47
MTU_MC53_RDBFL48 0xF00645C0          MC 53 Read Data and Bit Flip Register 48
MTU_MC53_RDBFL49 0xF00645C2          MC 53 Read Data and Bit Flip Register 49
MTU_MC53_RDBFL50 0xF00645C4          MC 53 Read Data and Bit Flip Register 50
MTU_MC53_RDBFL51 0xF00645C6          MC 53 Read Data and Bit Flip Register 51
MTU_MC53_RDBFL52 0xF00645C8          MC 53 Read Data and Bit Flip Register 52
MTU_MC53_RDBFL53 0xF00645CA          MC 53 Read Data and Bit Flip Register 53
MTU_MC53_RDBFL54 0xF00645CC          MC 53 Read Data and Bit Flip Register 54
MTU_MC53_RDBFL55 0xF00645CE          MC 53 Read Data and Bit Flip Register 55
MTU_MC53_RDBFL56 0xF00645D0          MC 53 Read Data and Bit Flip Register 56
MTU_MC53_RDBFL57 0xF00645D2          MC 53 Read Data and Bit Flip Register 57
MTU_MC53_RDBFL58 0xF00645D4          MC 53 Read Data and Bit Flip Register 58
MTU_MC53_RDBFL59 0xF00645D6          MC 53 Read Data and Bit Flip Register 59
MTU_MC53_RDBFL60 0xF00645D8          MC 53 Read Data and Bit Flip Register 60
MTU_MC53_RDBFL61 0xF00645DA          MC 53 Read Data and Bit Flip Register 61
MTU_MC53_RDBFL62 0xF00645DC          MC 53 Read Data and Bit Flip Register 62
MTU_MC53_RDBFL63 0xF00645DE          MC 53 Read Data and Bit Flip Register 63
MTU_MC53_RDBFL64 0xF00645E0          MC 53 Read Data and Bit Flip Register 64
MTU_MC53_RDBFL65 0xF00645E2          MC 53 Read Data and Bit Flip Register 65
MTU_MC53_RDBFL66 0xF00645E4          MC 53 Read Data and Bit Flip Register 66
MTU_MC53_ALMSRCS 0xF00645EE          MC 53 Alarm Sources Configuration Register
MTU_MC53_FAULTSTS 0xF00645F0          MC 53 SSH Safety Faults Status Register
MTU_MC53_ERRINFO0 0xF00645F2          MC 53 Error Information Register 0
MTU_MC53_ERRINFO1 0xF00645F4          MC 53 Error Information Register 1
MTU_MC53_ERRINFO2 0xF00645F6          MC 53 Error Information Register 2
MTU_MC53_ERRINFO3 0xF00645F8          MC 53 Error Information Register 3
MTU_MC53_ERRINFO4 0xF00645FA          MC 53 Error Information Register 4
MTU_MC54_CONFIG0 0xF0064600          MC 54 Configuration Register 0
MTU_MC54_CONFIG1 0xF0064602          MC 54 Configuration Register 1
MTU_MC54_MCONTROL 0xF0064604          MC 54 MBIST Control Register
MTU_MC54_MSTATUS 0xF0064606          MC 54 Status Register
MTU_MC54_RANGE  0xF0064608          MC 54 Range Register, single address mode
MTU_MC54_REVID  0xF006460C          MC 54 Revision ID Register
MTU_MC54_ECCS   0xF006460E          MC 54 ECC Safety Register
MTU_MC54_ECCD   0xF0064610          MC 54 Memory ECC Detection Register
MTU_MC54_ETRR0  0xF0064612          MC 54 Error Tracking Register 0
MTU_MC54_ETRR1  0xF0064614          MC 54 Error Tracking Register 1
MTU_MC54_ETRR2  0xF0064616          MC 54 Error Tracking Register 2
MTU_MC54_ETRR3  0xF0064618          MC 54 Error Tracking Register 3
MTU_MC54_ETRR4  0xF006461A          MC 54 Error Tracking Register 4
MTU_MC54_RDBFL0 0xF0064660          MC 54 Read Data and Bit Flip Register 0
MTU_MC54_RDBFL1 0xF0064662          MC 54 Read Data and Bit Flip Register 1
MTU_MC54_RDBFL2 0xF0064664          MC 54 Read Data and Bit Flip Register 2
MTU_MC54_RDBFL3 0xF0064666          MC 54 Read Data and Bit Flip Register 3
MTU_MC54_RDBFL4 0xF0064668          MC 54 Read Data and Bit Flip Register 4
MTU_MC54_RDBFL5 0xF006466A          MC 54 Read Data and Bit Flip Register 5
MTU_MC54_RDBFL6 0xF006466C          MC 54 Read Data and Bit Flip Register 6
MTU_MC54_RDBFL7 0xF006466E          MC 54 Read Data and Bit Flip Register 7
MTU_MC54_RDBFL8 0xF0064670          MC 54 Read Data and Bit Flip Register 8
MTU_MC54_RDBFL9 0xF0064672          MC 54 Read Data and Bit Flip Register 9
MTU_MC54_RDBFL10 0xF0064674          MC 54 Read Data and Bit Flip Register 10
MTU_MC54_RDBFL11 0xF0064676          MC 54 Read Data and Bit Flip Register 11
MTU_MC54_RDBFL12 0xF0064678          MC 54 Read Data and Bit Flip Register 12
MTU_MC54_RDBFL13 0xF006467A          MC 54 Read Data and Bit Flip Register 13
MTU_MC54_RDBFL14 0xF006467C          MC 54 Read Data and Bit Flip Register 14
MTU_MC54_RDBFL15 0xF006467E          MC 54 Read Data and Bit Flip Register 15
MTU_MC54_RDBFL16 0xF0064680          MC 54 Read Data and Bit Flip Register 16
MTU_MC54_RDBFL17 0xF0064682          MC 54 Read Data and Bit Flip Register 17
MTU_MC54_RDBFL18 0xF0064684          MC 54 Read Data and Bit Flip Register 18
MTU_MC54_RDBFL19 0xF0064686          MC 54 Read Data and Bit Flip Register 19
MTU_MC54_RDBFL20 0xF0064688          MC 54 Read Data and Bit Flip Register 20
MTU_MC54_RDBFL21 0xF006468A          MC 54 Read Data and Bit Flip Register 21
MTU_MC54_RDBFL22 0xF006468C          MC 54 Read Data and Bit Flip Register 22
MTU_MC54_RDBFL23 0xF006468E          MC 54 Read Data and Bit Flip Register 23
MTU_MC54_RDBFL24 0xF0064690          MC 54 Read Data and Bit Flip Register 24
MTU_MC54_RDBFL25 0xF0064692          MC 54 Read Data and Bit Flip Register 25
MTU_MC54_RDBFL26 0xF0064694          MC 54 Read Data and Bit Flip Register 26
MTU_MC54_RDBFL27 0xF0064696          MC 54 Read Data and Bit Flip Register 27
MTU_MC54_RDBFL28 0xF0064698          MC 54 Read Data and Bit Flip Register 28
MTU_MC54_RDBFL29 0xF006469A          MC 54 Read Data and Bit Flip Register 29
MTU_MC54_RDBFL30 0xF006469C          MC 54 Read Data and Bit Flip Register 30
MTU_MC54_RDBFL31 0xF006469E          MC 54 Read Data and Bit Flip Register 31
MTU_MC54_RDBFL32 0xF00646A0          MC 54 Read Data and Bit Flip Register 32
MTU_MC54_RDBFL33 0xF00646A2          MC 54 Read Data and Bit Flip Register 33
MTU_MC54_RDBFL34 0xF00646A4          MC 54 Read Data and Bit Flip Register 34
MTU_MC54_RDBFL35 0xF00646A6          MC 54 Read Data and Bit Flip Register 35
MTU_MC54_RDBFL36 0xF00646A8          MC 54 Read Data and Bit Flip Register 36
MTU_MC54_RDBFL37 0xF00646AA          MC 54 Read Data and Bit Flip Register 37
MTU_MC54_RDBFL38 0xF00646AC          MC 54 Read Data and Bit Flip Register 38
MTU_MC54_RDBFL39 0xF00646AE          MC 54 Read Data and Bit Flip Register 39
MTU_MC54_RDBFL40 0xF00646B0          MC 54 Read Data and Bit Flip Register 40
MTU_MC54_RDBFL41 0xF00646B2          MC 54 Read Data and Bit Flip Register 41
MTU_MC54_RDBFL42 0xF00646B4          MC 54 Read Data and Bit Flip Register 42
MTU_MC54_RDBFL43 0xF00646B6          MC 54 Read Data and Bit Flip Register 43
MTU_MC54_RDBFL44 0xF00646B8          MC 54 Read Data and Bit Flip Register 44
MTU_MC54_RDBFL45 0xF00646BA          MC 54 Read Data and Bit Flip Register 45
MTU_MC54_RDBFL46 0xF00646BC          MC 54 Read Data and Bit Flip Register 46
MTU_MC54_RDBFL47 0xF00646BE          MC 54 Read Data and Bit Flip Register 47
MTU_MC54_RDBFL48 0xF00646C0          MC 54 Read Data and Bit Flip Register 48
MTU_MC54_RDBFL49 0xF00646C2          MC 54 Read Data and Bit Flip Register 49
MTU_MC54_RDBFL50 0xF00646C4          MC 54 Read Data and Bit Flip Register 50
MTU_MC54_RDBFL51 0xF00646C6          MC 54 Read Data and Bit Flip Register 51
MTU_MC54_RDBFL52 0xF00646C8          MC 54 Read Data and Bit Flip Register 52
MTU_MC54_RDBFL53 0xF00646CA          MC 54 Read Data and Bit Flip Register 53
MTU_MC54_RDBFL54 0xF00646CC          MC 54 Read Data and Bit Flip Register 54
MTU_MC54_RDBFL55 0xF00646CE          MC 54 Read Data and Bit Flip Register 55
MTU_MC54_RDBFL56 0xF00646D0          MC 54 Read Data and Bit Flip Register 56
MTU_MC54_RDBFL57 0xF00646D2          MC 54 Read Data and Bit Flip Register 57
MTU_MC54_RDBFL58 0xF00646D4          MC 54 Read Data and Bit Flip Register 58
MTU_MC54_RDBFL59 0xF00646D6          MC 54 Read Data and Bit Flip Register 59
MTU_MC54_RDBFL60 0xF00646D8          MC 54 Read Data and Bit Flip Register 60
MTU_MC54_RDBFL61 0xF00646DA          MC 54 Read Data and Bit Flip Register 61
MTU_MC54_RDBFL62 0xF00646DC          MC 54 Read Data and Bit Flip Register 62
MTU_MC54_RDBFL63 0xF00646DE          MC 54 Read Data and Bit Flip Register 63
MTU_MC54_RDBFL64 0xF00646E0          MC 54 Read Data and Bit Flip Register 64
MTU_MC54_RDBFL65 0xF00646E2          MC 54 Read Data and Bit Flip Register 65
MTU_MC54_RDBFL66 0xF00646E4          MC 54 Read Data and Bit Flip Register 66
MTU_MC54_ALMSRCS 0xF00646EE          MC 54 Alarm Sources Configuration Register
MTU_MC54_FAULTSTS 0xF00646F0          MC 54 SSH Safety Faults Status Register
MTU_MC54_ERRINFO0 0xF00646F2          MC 54 Error Information Register 0
MTU_MC54_ERRINFO1 0xF00646F4          MC 54 Error Information Register 1
MTU_MC54_ERRINFO2 0xF00646F6          MC 54 Error Information Register 2
MTU_MC54_ERRINFO3 0xF00646F8          MC 54 Error Information Register 3
MTU_MC54_ERRINFO4 0xF00646FA          MC 54 Error Information Register 4
MTU_MC55_CONFIG0 0xF0064700          MC 55 Configuration Register 0
MTU_MC55_CONFIG1 0xF0064702          MC 55 Configuration Register 1
MTU_MC55_MCONTROL 0xF0064704          MC 55 MBIST Control Register
MTU_MC55_MSTATUS 0xF0064706          MC 55 Status Register
MTU_MC55_RANGE  0xF0064708          MC 55 Range Register, single address mode
MTU_MC55_REVID  0xF006470C          MC 55 Revision ID Register
MTU_MC55_ECCS   0xF006470E          MC 55 ECC Safety Register
MTU_MC55_ECCD   0xF0064710          MC 55 Memory ECC Detection Register
MTU_MC55_ETRR0  0xF0064712          MC 55 Error Tracking Register 0
MTU_MC55_ETRR1  0xF0064714          MC 55 Error Tracking Register 1
MTU_MC55_ETRR2  0xF0064716          MC 55 Error Tracking Register 2
MTU_MC55_ETRR3  0xF0064718          MC 55 Error Tracking Register 3
MTU_MC55_ETRR4  0xF006471A          MC 55 Error Tracking Register 4
MTU_MC55_RDBFL0 0xF0064760          MC 55 Read Data and Bit Flip Register 0
MTU_MC55_RDBFL1 0xF0064762          MC 55 Read Data and Bit Flip Register 1
MTU_MC55_RDBFL2 0xF0064764          MC 55 Read Data and Bit Flip Register 2
MTU_MC55_RDBFL3 0xF0064766          MC 55 Read Data and Bit Flip Register 3
MTU_MC55_RDBFL4 0xF0064768          MC 55 Read Data and Bit Flip Register 4
MTU_MC55_RDBFL5 0xF006476A          MC 55 Read Data and Bit Flip Register 5
MTU_MC55_RDBFL6 0xF006476C          MC 55 Read Data and Bit Flip Register 6
MTU_MC55_RDBFL7 0xF006476E          MC 55 Read Data and Bit Flip Register 7
MTU_MC55_RDBFL8 0xF0064770          MC 55 Read Data and Bit Flip Register 8
MTU_MC55_RDBFL9 0xF0064772          MC 55 Read Data and Bit Flip Register 9
MTU_MC55_RDBFL10 0xF0064774          MC 55 Read Data and Bit Flip Register 10
MTU_MC55_RDBFL11 0xF0064776          MC 55 Read Data and Bit Flip Register 11
MTU_MC55_RDBFL12 0xF0064778          MC 55 Read Data and Bit Flip Register 12
MTU_MC55_RDBFL13 0xF006477A          MC 55 Read Data and Bit Flip Register 13
MTU_MC55_RDBFL14 0xF006477C          MC 55 Read Data and Bit Flip Register 14
MTU_MC55_RDBFL15 0xF006477E          MC 55 Read Data and Bit Flip Register 15
MTU_MC55_RDBFL16 0xF0064780          MC 55 Read Data and Bit Flip Register 16
MTU_MC55_RDBFL17 0xF0064782          MC 55 Read Data and Bit Flip Register 17
MTU_MC55_RDBFL18 0xF0064784          MC 55 Read Data and Bit Flip Register 18
MTU_MC55_RDBFL19 0xF0064786          MC 55 Read Data and Bit Flip Register 19
MTU_MC55_RDBFL20 0xF0064788          MC 55 Read Data and Bit Flip Register 20
MTU_MC55_RDBFL21 0xF006478A          MC 55 Read Data and Bit Flip Register 21
MTU_MC55_RDBFL22 0xF006478C          MC 55 Read Data and Bit Flip Register 22
MTU_MC55_RDBFL23 0xF006478E          MC 55 Read Data and Bit Flip Register 23
MTU_MC55_RDBFL24 0xF0064790          MC 55 Read Data and Bit Flip Register 24
MTU_MC55_RDBFL25 0xF0064792          MC 55 Read Data and Bit Flip Register 25
MTU_MC55_RDBFL26 0xF0064794          MC 55 Read Data and Bit Flip Register 26
MTU_MC55_RDBFL27 0xF0064796          MC 55 Read Data and Bit Flip Register 27
MTU_MC55_RDBFL28 0xF0064798          MC 55 Read Data and Bit Flip Register 28
MTU_MC55_RDBFL29 0xF006479A          MC 55 Read Data and Bit Flip Register 29
MTU_MC55_RDBFL30 0xF006479C          MC 55 Read Data and Bit Flip Register 30
MTU_MC55_RDBFL31 0xF006479E          MC 55 Read Data and Bit Flip Register 31
MTU_MC55_RDBFL32 0xF00647A0          MC 55 Read Data and Bit Flip Register 32
MTU_MC55_RDBFL33 0xF00647A2          MC 55 Read Data and Bit Flip Register 33
MTU_MC55_RDBFL34 0xF00647A4          MC 55 Read Data and Bit Flip Register 34
MTU_MC55_RDBFL35 0xF00647A6          MC 55 Read Data and Bit Flip Register 35
MTU_MC55_RDBFL36 0xF00647A8          MC 55 Read Data and Bit Flip Register 36
MTU_MC55_RDBFL37 0xF00647AA          MC 55 Read Data and Bit Flip Register 37
MTU_MC55_RDBFL38 0xF00647AC          MC 55 Read Data and Bit Flip Register 38
MTU_MC55_RDBFL39 0xF00647AE          MC 55 Read Data and Bit Flip Register 39
MTU_MC55_RDBFL40 0xF00647B0          MC 55 Read Data and Bit Flip Register 40
MTU_MC55_RDBFL41 0xF00647B2          MC 55 Read Data and Bit Flip Register 41
MTU_MC55_RDBFL42 0xF00647B4          MC 55 Read Data and Bit Flip Register 42
MTU_MC55_RDBFL43 0xF00647B6          MC 55 Read Data and Bit Flip Register 43
MTU_MC55_RDBFL44 0xF00647B8          MC 55 Read Data and Bit Flip Register 44
MTU_MC55_RDBFL45 0xF00647BA          MC 55 Read Data and Bit Flip Register 45
MTU_MC55_RDBFL46 0xF00647BC          MC 55 Read Data and Bit Flip Register 46
MTU_MC55_RDBFL47 0xF00647BE          MC 55 Read Data and Bit Flip Register 47
MTU_MC55_RDBFL48 0xF00647C0          MC 55 Read Data and Bit Flip Register 48
MTU_MC55_RDBFL49 0xF00647C2          MC 55 Read Data and Bit Flip Register 49
MTU_MC55_RDBFL50 0xF00647C4          MC 55 Read Data and Bit Flip Register 50
MTU_MC55_RDBFL51 0xF00647C6          MC 55 Read Data and Bit Flip Register 51
MTU_MC55_RDBFL52 0xF00647C8          MC 55 Read Data and Bit Flip Register 52
MTU_MC55_RDBFL53 0xF00647CA          MC 55 Read Data and Bit Flip Register 53
MTU_MC55_RDBFL54 0xF00647CC          MC 55 Read Data and Bit Flip Register 54
MTU_MC55_RDBFL55 0xF00647CE          MC 55 Read Data and Bit Flip Register 55
MTU_MC55_RDBFL56 0xF00647D0          MC 55 Read Data and Bit Flip Register 56
MTU_MC55_RDBFL57 0xF00647D2          MC 55 Read Data and Bit Flip Register 57
MTU_MC55_RDBFL58 0xF00647D4          MC 55 Read Data and Bit Flip Register 58
MTU_MC55_RDBFL59 0xF00647D6          MC 55 Read Data and Bit Flip Register 59
MTU_MC55_RDBFL60 0xF00647D8          MC 55 Read Data and Bit Flip Register 60
MTU_MC55_RDBFL61 0xF00647DA          MC 55 Read Data and Bit Flip Register 61
MTU_MC55_RDBFL62 0xF00647DC          MC 55 Read Data and Bit Flip Register 62
MTU_MC55_RDBFL63 0xF00647DE          MC 55 Read Data and Bit Flip Register 63
MTU_MC55_RDBFL64 0xF00647E0          MC 55 Read Data and Bit Flip Register 64
MTU_MC55_RDBFL65 0xF00647E2          MC 55 Read Data and Bit Flip Register 65
MTU_MC55_RDBFL66 0xF00647E4          MC 55 Read Data and Bit Flip Register 66
MTU_MC55_ALMSRCS 0xF00647EE          MC 55 Alarm Sources Configuration Register
MTU_MC55_FAULTSTS 0xF00647F0          MC 55 SSH Safety Faults Status Register
MTU_MC55_ERRINFO0 0xF00647F2          MC 55 Error Information Register 0
MTU_MC55_ERRINFO1 0xF00647F4          MC 55 Error Information Register 1
MTU_MC55_ERRINFO2 0xF00647F6          MC 55 Error Information Register 2
MTU_MC55_ERRINFO3 0xF00647F8          MC 55 Error Information Register 3
MTU_MC55_ERRINFO4 0xF00647FA          MC 55 Error Information Register 4
MTU_MC56_CONFIG0 0xF0064800          MC 56 Configuration Register 0
MTU_MC56_CONFIG1 0xF0064802          MC 56 Configuration Register 1
MTU_MC56_MCONTROL 0xF0064804          MC 56 MBIST Control Register
MTU_MC56_MSTATUS 0xF0064806          MC 56 Status Register
MTU_MC56_RANGE  0xF0064808          MC 56 Range Register, single address mode
MTU_MC56_REVID  0xF006480C          MC 56 Revision ID Register
MTU_MC56_ECCS   0xF006480E          MC 56 ECC Safety Register
MTU_MC56_ECCD   0xF0064810          MC 56 Memory ECC Detection Register
MTU_MC56_ETRR0  0xF0064812          MC 56 Error Tracking Register 0
MTU_MC56_ETRR1  0xF0064814          MC 56 Error Tracking Register 1
MTU_MC56_ETRR2  0xF0064816          MC 56 Error Tracking Register 2
MTU_MC56_ETRR3  0xF0064818          MC 56 Error Tracking Register 3
MTU_MC56_ETRR4  0xF006481A          MC 56 Error Tracking Register 4
MTU_MC56_RDBFL0 0xF0064860          MC 56 Read Data and Bit Flip Register 0
MTU_MC56_RDBFL1 0xF0064862          MC 56 Read Data and Bit Flip Register 1
MTU_MC56_RDBFL2 0xF0064864          MC 56 Read Data and Bit Flip Register 2
MTU_MC56_RDBFL3 0xF0064866          MC 56 Read Data and Bit Flip Register 3
MTU_MC56_RDBFL4 0xF0064868          MC 56 Read Data and Bit Flip Register 4
MTU_MC56_RDBFL5 0xF006486A          MC 56 Read Data and Bit Flip Register 5
MTU_MC56_RDBFL6 0xF006486C          MC 56 Read Data and Bit Flip Register 6
MTU_MC56_RDBFL7 0xF006486E          MC 56 Read Data and Bit Flip Register 7
MTU_MC56_RDBFL8 0xF0064870          MC 56 Read Data and Bit Flip Register 8
MTU_MC56_RDBFL9 0xF0064872          MC 56 Read Data and Bit Flip Register 9
MTU_MC56_RDBFL10 0xF0064874          MC 56 Read Data and Bit Flip Register 10
MTU_MC56_RDBFL11 0xF0064876          MC 56 Read Data and Bit Flip Register 11
MTU_MC56_RDBFL12 0xF0064878          MC 56 Read Data and Bit Flip Register 12
MTU_MC56_RDBFL13 0xF006487A          MC 56 Read Data and Bit Flip Register 13
MTU_MC56_RDBFL14 0xF006487C          MC 56 Read Data and Bit Flip Register 14
MTU_MC56_RDBFL15 0xF006487E          MC 56 Read Data and Bit Flip Register 15
MTU_MC56_RDBFL16 0xF0064880          MC 56 Read Data and Bit Flip Register 16
MTU_MC56_RDBFL17 0xF0064882          MC 56 Read Data and Bit Flip Register 17
MTU_MC56_RDBFL18 0xF0064884          MC 56 Read Data and Bit Flip Register 18
MTU_MC56_RDBFL19 0xF0064886          MC 56 Read Data and Bit Flip Register 19
MTU_MC56_RDBFL20 0xF0064888          MC 56 Read Data and Bit Flip Register 20
MTU_MC56_RDBFL21 0xF006488A          MC 56 Read Data and Bit Flip Register 21
MTU_MC56_RDBFL22 0xF006488C          MC 56 Read Data and Bit Flip Register 22
MTU_MC56_RDBFL23 0xF006488E          MC 56 Read Data and Bit Flip Register 23
MTU_MC56_RDBFL24 0xF0064890          MC 56 Read Data and Bit Flip Register 24
MTU_MC56_RDBFL25 0xF0064892          MC 56 Read Data and Bit Flip Register 25
MTU_MC56_RDBFL26 0xF0064894          MC 56 Read Data and Bit Flip Register 26
MTU_MC56_RDBFL27 0xF0064896          MC 56 Read Data and Bit Flip Register 27
MTU_MC56_RDBFL28 0xF0064898          MC 56 Read Data and Bit Flip Register 28
MTU_MC56_RDBFL29 0xF006489A          MC 56 Read Data and Bit Flip Register 29
MTU_MC56_RDBFL30 0xF006489C          MC 56 Read Data and Bit Flip Register 30
MTU_MC56_RDBFL31 0xF006489E          MC 56 Read Data and Bit Flip Register 31
MTU_MC56_RDBFL32 0xF00648A0          MC 56 Read Data and Bit Flip Register 32
MTU_MC56_RDBFL33 0xF00648A2          MC 56 Read Data and Bit Flip Register 33
MTU_MC56_RDBFL34 0xF00648A4          MC 56 Read Data and Bit Flip Register 34
MTU_MC56_RDBFL35 0xF00648A6          MC 56 Read Data and Bit Flip Register 35
MTU_MC56_RDBFL36 0xF00648A8          MC 56 Read Data and Bit Flip Register 36
MTU_MC56_RDBFL37 0xF00648AA          MC 56 Read Data and Bit Flip Register 37
MTU_MC56_RDBFL38 0xF00648AC          MC 56 Read Data and Bit Flip Register 38
MTU_MC56_RDBFL39 0xF00648AE          MC 56 Read Data and Bit Flip Register 39
MTU_MC56_RDBFL40 0xF00648B0          MC 56 Read Data and Bit Flip Register 40
MTU_MC56_RDBFL41 0xF00648B2          MC 56 Read Data and Bit Flip Register 41
MTU_MC56_RDBFL42 0xF00648B4          MC 56 Read Data and Bit Flip Register 42
MTU_MC56_RDBFL43 0xF00648B6          MC 56 Read Data and Bit Flip Register 43
MTU_MC56_RDBFL44 0xF00648B8          MC 56 Read Data and Bit Flip Register 44
MTU_MC56_RDBFL45 0xF00648BA          MC 56 Read Data and Bit Flip Register 45
MTU_MC56_RDBFL46 0xF00648BC          MC 56 Read Data and Bit Flip Register 46
MTU_MC56_RDBFL47 0xF00648BE          MC 56 Read Data and Bit Flip Register 47
MTU_MC56_RDBFL48 0xF00648C0          MC 56 Read Data and Bit Flip Register 48
MTU_MC56_RDBFL49 0xF00648C2          MC 56 Read Data and Bit Flip Register 49
MTU_MC56_RDBFL50 0xF00648C4          MC 56 Read Data and Bit Flip Register 50
MTU_MC56_RDBFL51 0xF00648C6          MC 56 Read Data and Bit Flip Register 51
MTU_MC56_RDBFL52 0xF00648C8          MC 56 Read Data and Bit Flip Register 52
MTU_MC56_RDBFL53 0xF00648CA          MC 56 Read Data and Bit Flip Register 53
MTU_MC56_RDBFL54 0xF00648CC          MC 56 Read Data and Bit Flip Register 54
MTU_MC56_RDBFL55 0xF00648CE          MC 56 Read Data and Bit Flip Register 55
MTU_MC56_RDBFL56 0xF00648D0          MC 56 Read Data and Bit Flip Register 56
MTU_MC56_RDBFL57 0xF00648D2          MC 56 Read Data and Bit Flip Register 57
MTU_MC56_RDBFL58 0xF00648D4          MC 56 Read Data and Bit Flip Register 58
MTU_MC56_RDBFL59 0xF00648D6          MC 56 Read Data and Bit Flip Register 59
MTU_MC56_RDBFL60 0xF00648D8          MC 56 Read Data and Bit Flip Register 60
MTU_MC56_RDBFL61 0xF00648DA          MC 56 Read Data and Bit Flip Register 61
MTU_MC56_RDBFL62 0xF00648DC          MC 56 Read Data and Bit Flip Register 62
MTU_MC56_RDBFL63 0xF00648DE          MC 56 Read Data and Bit Flip Register 63
MTU_MC56_RDBFL64 0xF00648E0          MC 56 Read Data and Bit Flip Register 64
MTU_MC56_RDBFL65 0xF00648E2          MC 56 Read Data and Bit Flip Register 65
MTU_MC56_RDBFL66 0xF00648E4          MC 56 Read Data and Bit Flip Register 66
MTU_MC56_ALMSRCS 0xF00648EE          MC 56 Alarm Sources Configuration Register
MTU_MC56_FAULTSTS 0xF00648F0          MC 56 SSH Safety Faults Status Register
MTU_MC56_ERRINFO0 0xF00648F2          MC 56 Error Information Register 0
MTU_MC56_ERRINFO1 0xF00648F4          MC 56 Error Information Register 1
MTU_MC56_ERRINFO2 0xF00648F6          MC 56 Error Information Register 2
MTU_MC56_ERRINFO3 0xF00648F8          MC 56 Error Information Register 3
MTU_MC56_ERRINFO4 0xF00648FA          MC 56 Error Information Register 4
MTU_MC57_CONFIG0 0xF0064900          MC 57 Configuration Register 0
MTU_MC57_CONFIG1 0xF0064902          MC 57 Configuration Register 1
MTU_MC57_MCONTROL 0xF0064904          MC 57 MBIST Control Register
MTU_MC57_MSTATUS 0xF0064906          MC 57 Status Register
MTU_MC57_RANGE  0xF0064908          MC 57 Range Register, single address mode
MTU_MC57_REVID  0xF006490C          MC 57 Revision ID Register
MTU_MC57_ECCS   0xF006490E          MC 57 ECC Safety Register
MTU_MC57_ECCD   0xF0064910          MC 57 Memory ECC Detection Register
MTU_MC57_ETRR0  0xF0064912          MC 57 Error Tracking Register 0
MTU_MC57_ETRR1  0xF0064914          MC 57 Error Tracking Register 1
MTU_MC57_ETRR2  0xF0064916          MC 57 Error Tracking Register 2
MTU_MC57_ETRR3  0xF0064918          MC 57 Error Tracking Register 3
MTU_MC57_ETRR4  0xF006491A          MC 57 Error Tracking Register 4
MTU_MC57_RDBFL0 0xF0064960          MC 57 Read Data and Bit Flip Register 0
MTU_MC57_RDBFL1 0xF0064962          MC 57 Read Data and Bit Flip Register 1
MTU_MC57_RDBFL2 0xF0064964          MC 57 Read Data and Bit Flip Register 2
MTU_MC57_RDBFL3 0xF0064966          MC 57 Read Data and Bit Flip Register 3
MTU_MC57_RDBFL4 0xF0064968          MC 57 Read Data and Bit Flip Register 4
MTU_MC57_RDBFL5 0xF006496A          MC 57 Read Data and Bit Flip Register 5
MTU_MC57_RDBFL6 0xF006496C          MC 57 Read Data and Bit Flip Register 6
MTU_MC57_RDBFL7 0xF006496E          MC 57 Read Data and Bit Flip Register 7
MTU_MC57_RDBFL8 0xF0064970          MC 57 Read Data and Bit Flip Register 8
MTU_MC57_RDBFL9 0xF0064972          MC 57 Read Data and Bit Flip Register 9
MTU_MC57_RDBFL10 0xF0064974          MC 57 Read Data and Bit Flip Register 10
MTU_MC57_RDBFL11 0xF0064976          MC 57 Read Data and Bit Flip Register 11
MTU_MC57_RDBFL12 0xF0064978          MC 57 Read Data and Bit Flip Register 12
MTU_MC57_RDBFL13 0xF006497A          MC 57 Read Data and Bit Flip Register 13
MTU_MC57_RDBFL14 0xF006497C          MC 57 Read Data and Bit Flip Register 14
MTU_MC57_RDBFL15 0xF006497E          MC 57 Read Data and Bit Flip Register 15
MTU_MC57_RDBFL16 0xF0064980          MC 57 Read Data and Bit Flip Register 16
MTU_MC57_RDBFL17 0xF0064982          MC 57 Read Data and Bit Flip Register 17
MTU_MC57_RDBFL18 0xF0064984          MC 57 Read Data and Bit Flip Register 18
MTU_MC57_RDBFL19 0xF0064986          MC 57 Read Data and Bit Flip Register 19
MTU_MC57_RDBFL20 0xF0064988          MC 57 Read Data and Bit Flip Register 20
MTU_MC57_RDBFL21 0xF006498A          MC 57 Read Data and Bit Flip Register 21
MTU_MC57_RDBFL22 0xF006498C          MC 57 Read Data and Bit Flip Register 22
MTU_MC57_RDBFL23 0xF006498E          MC 57 Read Data and Bit Flip Register 23
MTU_MC57_RDBFL24 0xF0064990          MC 57 Read Data and Bit Flip Register 24
MTU_MC57_RDBFL25 0xF0064992          MC 57 Read Data and Bit Flip Register 25
MTU_MC57_RDBFL26 0xF0064994          MC 57 Read Data and Bit Flip Register 26
MTU_MC57_RDBFL27 0xF0064996          MC 57 Read Data and Bit Flip Register 27
MTU_MC57_RDBFL28 0xF0064998          MC 57 Read Data and Bit Flip Register 28
MTU_MC57_RDBFL29 0xF006499A          MC 57 Read Data and Bit Flip Register 29
MTU_MC57_RDBFL30 0xF006499C          MC 57 Read Data and Bit Flip Register 30
MTU_MC57_RDBFL31 0xF006499E          MC 57 Read Data and Bit Flip Register 31
MTU_MC57_RDBFL32 0xF00649A0          MC 57 Read Data and Bit Flip Register 32
MTU_MC57_RDBFL33 0xF00649A2          MC 57 Read Data and Bit Flip Register 33
MTU_MC57_RDBFL34 0xF00649A4          MC 57 Read Data and Bit Flip Register 34
MTU_MC57_RDBFL35 0xF00649A6          MC 57 Read Data and Bit Flip Register 35
MTU_MC57_RDBFL36 0xF00649A8          MC 57 Read Data and Bit Flip Register 36
MTU_MC57_RDBFL37 0xF00649AA          MC 57 Read Data and Bit Flip Register 37
MTU_MC57_RDBFL38 0xF00649AC          MC 57 Read Data and Bit Flip Register 38
MTU_MC57_RDBFL39 0xF00649AE          MC 57 Read Data and Bit Flip Register 39
MTU_MC57_RDBFL40 0xF00649B0          MC 57 Read Data and Bit Flip Register 40
MTU_MC57_RDBFL41 0xF00649B2          MC 57 Read Data and Bit Flip Register 41
MTU_MC57_RDBFL42 0xF00649B4          MC 57 Read Data and Bit Flip Register 42
MTU_MC57_RDBFL43 0xF00649B6          MC 57 Read Data and Bit Flip Register 43
MTU_MC57_RDBFL44 0xF00649B8          MC 57 Read Data and Bit Flip Register 44
MTU_MC57_RDBFL45 0xF00649BA          MC 57 Read Data and Bit Flip Register 45
MTU_MC57_RDBFL46 0xF00649BC          MC 57 Read Data and Bit Flip Register 46
MTU_MC57_RDBFL47 0xF00649BE          MC 57 Read Data and Bit Flip Register 47
MTU_MC57_RDBFL48 0xF00649C0          MC 57 Read Data and Bit Flip Register 48
MTU_MC57_RDBFL49 0xF00649C2          MC 57 Read Data and Bit Flip Register 49
MTU_MC57_RDBFL50 0xF00649C4          MC 57 Read Data and Bit Flip Register 50
MTU_MC57_RDBFL51 0xF00649C6          MC 57 Read Data and Bit Flip Register 51
MTU_MC57_RDBFL52 0xF00649C8          MC 57 Read Data and Bit Flip Register 52
MTU_MC57_RDBFL53 0xF00649CA          MC 57 Read Data and Bit Flip Register 53
MTU_MC57_RDBFL54 0xF00649CC          MC 57 Read Data and Bit Flip Register 54
MTU_MC57_RDBFL55 0xF00649CE          MC 57 Read Data and Bit Flip Register 55
MTU_MC57_RDBFL56 0xF00649D0          MC 57 Read Data and Bit Flip Register 56
MTU_MC57_RDBFL57 0xF00649D2          MC 57 Read Data and Bit Flip Register 57
MTU_MC57_RDBFL58 0xF00649D4          MC 57 Read Data and Bit Flip Register 58
MTU_MC57_RDBFL59 0xF00649D6          MC 57 Read Data and Bit Flip Register 59
MTU_MC57_RDBFL60 0xF00649D8          MC 57 Read Data and Bit Flip Register 60
MTU_MC57_RDBFL61 0xF00649DA          MC 57 Read Data and Bit Flip Register 61
MTU_MC57_RDBFL62 0xF00649DC          MC 57 Read Data and Bit Flip Register 62
MTU_MC57_RDBFL63 0xF00649DE          MC 57 Read Data and Bit Flip Register 63
MTU_MC57_RDBFL64 0xF00649E0          MC 57 Read Data and Bit Flip Register 64
MTU_MC57_RDBFL65 0xF00649E2          MC 57 Read Data and Bit Flip Register 65
MTU_MC57_RDBFL66 0xF00649E4          MC 57 Read Data and Bit Flip Register 66
MTU_MC57_ALMSRCS 0xF00649EE          MC 57 Alarm Sources Configuration Register
MTU_MC57_FAULTSTS 0xF00649F0          MC 57 SSH Safety Faults Status Register
MTU_MC57_ERRINFO0 0xF00649F2          MC 57 Error Information Register 0
MTU_MC57_ERRINFO1 0xF00649F4          MC 57 Error Information Register 1
MTU_MC57_ERRINFO2 0xF00649F6          MC 57 Error Information Register 2
MTU_MC57_ERRINFO3 0xF00649F8          MC 57 Error Information Register 3
MTU_MC57_ERRINFO4 0xF00649FA          MC 57 Error Information Register 4
MTU_MC58_CONFIG0 0xF0064A00          MC 58 Configuration Register 0
MTU_MC58_CONFIG1 0xF0064A02          MC 58 Configuration Register 1
MTU_MC58_MCONTROL 0xF0064A04          MC 58 MBIST Control Register
MTU_MC58_MSTATUS 0xF0064A06          MC 58 Status Register
MTU_MC58_RANGE  0xF0064A08          MC 58 Range Register, single address mode
MTU_MC58_REVID  0xF0064A0C          MC 58 Revision ID Register
MTU_MC58_ECCS   0xF0064A0E          MC 58 ECC Safety Register
MTU_MC58_ECCD   0xF0064A10          MC 58 Memory ECC Detection Register
MTU_MC58_ETRR0  0xF0064A12          MC 58 Error Tracking Register 0
MTU_MC58_ETRR1  0xF0064A14          MC 58 Error Tracking Register 1
MTU_MC58_ETRR2  0xF0064A16          MC 58 Error Tracking Register 2
MTU_MC58_ETRR3  0xF0064A18          MC 58 Error Tracking Register 3
MTU_MC58_ETRR4  0xF0064A1A          MC 58 Error Tracking Register 4
MTU_MC58_RDBFL0 0xF0064A60          MC 58 Read Data and Bit Flip Register 0
MTU_MC58_RDBFL1 0xF0064A62          MC 58 Read Data and Bit Flip Register 1
MTU_MC58_RDBFL2 0xF0064A64          MC 58 Read Data and Bit Flip Register 2
MTU_MC58_RDBFL3 0xF0064A66          MC 58 Read Data and Bit Flip Register 3
MTU_MC58_RDBFL4 0xF0064A68          MC 58 Read Data and Bit Flip Register 4
MTU_MC58_RDBFL5 0xF0064A6A          MC 58 Read Data and Bit Flip Register 5
MTU_MC58_RDBFL6 0xF0064A6C          MC 58 Read Data and Bit Flip Register 6
MTU_MC58_RDBFL7 0xF0064A6E          MC 58 Read Data and Bit Flip Register 7
MTU_MC58_RDBFL8 0xF0064A70          MC 58 Read Data and Bit Flip Register 8
MTU_MC58_RDBFL9 0xF0064A72          MC 58 Read Data and Bit Flip Register 9
MTU_MC58_RDBFL10 0xF0064A74          MC 58 Read Data and Bit Flip Register 10
MTU_MC58_RDBFL11 0xF0064A76          MC 58 Read Data and Bit Flip Register 11
MTU_MC58_RDBFL12 0xF0064A78          MC 58 Read Data and Bit Flip Register 12
MTU_MC58_RDBFL13 0xF0064A7A          MC 58 Read Data and Bit Flip Register 13
MTU_MC58_RDBFL14 0xF0064A7C          MC 58 Read Data and Bit Flip Register 14
MTU_MC58_RDBFL15 0xF0064A7E          MC 58 Read Data and Bit Flip Register 15
MTU_MC58_RDBFL16 0xF0064A80          MC 58 Read Data and Bit Flip Register 16
MTU_MC58_RDBFL17 0xF0064A82          MC 58 Read Data and Bit Flip Register 17
MTU_MC58_RDBFL18 0xF0064A84          MC 58 Read Data and Bit Flip Register 18
MTU_MC58_RDBFL19 0xF0064A86          MC 58 Read Data and Bit Flip Register 19
MTU_MC58_RDBFL20 0xF0064A88          MC 58 Read Data and Bit Flip Register 20
MTU_MC58_RDBFL21 0xF0064A8A          MC 58 Read Data and Bit Flip Register 21
MTU_MC58_RDBFL22 0xF0064A8C          MC 58 Read Data and Bit Flip Register 22
MTU_MC58_RDBFL23 0xF0064A8E          MC 58 Read Data and Bit Flip Register 23
MTU_MC58_RDBFL24 0xF0064A90          MC 58 Read Data and Bit Flip Register 24
MTU_MC58_RDBFL25 0xF0064A92          MC 58 Read Data and Bit Flip Register 25
MTU_MC58_RDBFL26 0xF0064A94          MC 58 Read Data and Bit Flip Register 26
MTU_MC58_RDBFL27 0xF0064A96          MC 58 Read Data and Bit Flip Register 27
MTU_MC58_RDBFL28 0xF0064A98          MC 58 Read Data and Bit Flip Register 28
MTU_MC58_RDBFL29 0xF0064A9A          MC 58 Read Data and Bit Flip Register 29
MTU_MC58_RDBFL30 0xF0064A9C          MC 58 Read Data and Bit Flip Register 30
MTU_MC58_RDBFL31 0xF0064A9E          MC 58 Read Data and Bit Flip Register 31
MTU_MC58_RDBFL32 0xF0064AA0          MC 58 Read Data and Bit Flip Register 32
MTU_MC58_RDBFL33 0xF0064AA2          MC 58 Read Data and Bit Flip Register 33
MTU_MC58_RDBFL34 0xF0064AA4          MC 58 Read Data and Bit Flip Register 34
MTU_MC58_RDBFL35 0xF0064AA6          MC 58 Read Data and Bit Flip Register 35
MTU_MC58_RDBFL36 0xF0064AA8          MC 58 Read Data and Bit Flip Register 36
MTU_MC58_RDBFL37 0xF0064AAA          MC 58 Read Data and Bit Flip Register 37
MTU_MC58_RDBFL38 0xF0064AAC          MC 58 Read Data and Bit Flip Register 38
MTU_MC58_RDBFL39 0xF0064AAE          MC 58 Read Data and Bit Flip Register 39
MTU_MC58_RDBFL40 0xF0064AB0          MC 58 Read Data and Bit Flip Register 40
MTU_MC58_RDBFL41 0xF0064AB2          MC 58 Read Data and Bit Flip Register 41
MTU_MC58_RDBFL42 0xF0064AB4          MC 58 Read Data and Bit Flip Register 42
MTU_MC58_RDBFL43 0xF0064AB6          MC 58 Read Data and Bit Flip Register 43
MTU_MC58_RDBFL44 0xF0064AB8          MC 58 Read Data and Bit Flip Register 44
MTU_MC58_RDBFL45 0xF0064ABA          MC 58 Read Data and Bit Flip Register 45
MTU_MC58_RDBFL46 0xF0064ABC          MC 58 Read Data and Bit Flip Register 46
MTU_MC58_RDBFL47 0xF0064ABE          MC 58 Read Data and Bit Flip Register 47
MTU_MC58_RDBFL48 0xF0064AC0          MC 58 Read Data and Bit Flip Register 48
MTU_MC58_RDBFL49 0xF0064AC2          MC 58 Read Data and Bit Flip Register 49
MTU_MC58_RDBFL50 0xF0064AC4          MC 58 Read Data and Bit Flip Register 50
MTU_MC58_RDBFL51 0xF0064AC6          MC 58 Read Data and Bit Flip Register 51
MTU_MC58_RDBFL52 0xF0064AC8          MC 58 Read Data and Bit Flip Register 52
MTU_MC58_RDBFL53 0xF0064ACA          MC 58 Read Data and Bit Flip Register 53
MTU_MC58_RDBFL54 0xF0064ACC          MC 58 Read Data and Bit Flip Register 54
MTU_MC58_RDBFL55 0xF0064ACE          MC 58 Read Data and Bit Flip Register 55
MTU_MC58_RDBFL56 0xF0064AD0          MC 58 Read Data and Bit Flip Register 56
MTU_MC58_RDBFL57 0xF0064AD2          MC 58 Read Data and Bit Flip Register 57
MTU_MC58_RDBFL58 0xF0064AD4          MC 58 Read Data and Bit Flip Register 58
MTU_MC58_RDBFL59 0xF0064AD6          MC 58 Read Data and Bit Flip Register 59
MTU_MC58_RDBFL60 0xF0064AD8          MC 58 Read Data and Bit Flip Register 60
MTU_MC58_RDBFL61 0xF0064ADA          MC 58 Read Data and Bit Flip Register 61
MTU_MC58_RDBFL62 0xF0064ADC          MC 58 Read Data and Bit Flip Register 62
MTU_MC58_RDBFL63 0xF0064ADE          MC 58 Read Data and Bit Flip Register 63
MTU_MC58_RDBFL64 0xF0064AE0          MC 58 Read Data and Bit Flip Register 64
MTU_MC58_RDBFL65 0xF0064AE2          MC 58 Read Data and Bit Flip Register 65
MTU_MC58_RDBFL66 0xF0064AE4          MC 58 Read Data and Bit Flip Register 66
MTU_MC58_ALMSRCS 0xF0064AEE          MC 58 Alarm Sources Configuration Register
MTU_MC58_FAULTSTS 0xF0064AF0          MC 58 SSH Safety Faults Status Register
MTU_MC58_ERRINFO0 0xF0064AF2          MC 58 Error Information Register 0
MTU_MC58_ERRINFO1 0xF0064AF4          MC 58 Error Information Register 1
MTU_MC58_ERRINFO2 0xF0064AF6          MC 58 Error Information Register 2
MTU_MC58_ERRINFO3 0xF0064AF8          MC 58 Error Information Register 3
MTU_MC58_ERRINFO4 0xF0064AFA          MC 58 Error Information Register 4
MTU_MC59_CONFIG0 0xF0064B00          MC 59 Configuration Register 0
MTU_MC59_CONFIG1 0xF0064B02          MC 59 Configuration Register 1
MTU_MC59_MCONTROL 0xF0064B04          MC 59 MBIST Control Register
MTU_MC59_MSTATUS 0xF0064B06          MC 59 Status Register
MTU_MC59_RANGE  0xF0064B08          MC 59 Range Register, single address mode
MTU_MC59_REVID  0xF0064B0C          MC 59 Revision ID Register
MTU_MC59_ECCS   0xF0064B0E          MC 59 ECC Safety Register
MTU_MC59_ECCD   0xF0064B10          MC 59 Memory ECC Detection Register
MTU_MC59_ETRR0  0xF0064B12          MC 59 Error Tracking Register 0
MTU_MC59_ETRR1  0xF0064B14          MC 59 Error Tracking Register 1
MTU_MC59_ETRR2  0xF0064B16          MC 59 Error Tracking Register 2
MTU_MC59_ETRR3  0xF0064B18          MC 59 Error Tracking Register 3
MTU_MC59_ETRR4  0xF0064B1A          MC 59 Error Tracking Register 4
MTU_MC59_RDBFL0 0xF0064B60          MC 59 Read Data and Bit Flip Register 0
MTU_MC59_RDBFL1 0xF0064B62          MC 59 Read Data and Bit Flip Register 1
MTU_MC59_RDBFL2 0xF0064B64          MC 59 Read Data and Bit Flip Register 2
MTU_MC59_RDBFL3 0xF0064B66          MC 59 Read Data and Bit Flip Register 3
MTU_MC59_RDBFL4 0xF0064B68          MC 59 Read Data and Bit Flip Register 4
MTU_MC59_RDBFL5 0xF0064B6A          MC 59 Read Data and Bit Flip Register 5
MTU_MC59_RDBFL6 0xF0064B6C          MC 59 Read Data and Bit Flip Register 6
MTU_MC59_RDBFL7 0xF0064B6E          MC 59 Read Data and Bit Flip Register 7
MTU_MC59_RDBFL8 0xF0064B70          MC 59 Read Data and Bit Flip Register 8
MTU_MC59_RDBFL9 0xF0064B72          MC 59 Read Data and Bit Flip Register 9
MTU_MC59_RDBFL10 0xF0064B74          MC 59 Read Data and Bit Flip Register 10
MTU_MC59_RDBFL11 0xF0064B76          MC 59 Read Data and Bit Flip Register 11
MTU_MC59_RDBFL12 0xF0064B78          MC 59 Read Data and Bit Flip Register 12
MTU_MC59_RDBFL13 0xF0064B7A          MC 59 Read Data and Bit Flip Register 13
MTU_MC59_RDBFL14 0xF0064B7C          MC 59 Read Data and Bit Flip Register 14
MTU_MC59_RDBFL15 0xF0064B7E          MC 59 Read Data and Bit Flip Register 15
MTU_MC59_RDBFL16 0xF0064B80          MC 59 Read Data and Bit Flip Register 16
MTU_MC59_RDBFL17 0xF0064B82          MC 59 Read Data and Bit Flip Register 17
MTU_MC59_RDBFL18 0xF0064B84          MC 59 Read Data and Bit Flip Register 18
MTU_MC59_RDBFL19 0xF0064B86          MC 59 Read Data and Bit Flip Register 19
MTU_MC59_RDBFL20 0xF0064B88          MC 59 Read Data and Bit Flip Register 20
MTU_MC59_RDBFL21 0xF0064B8A          MC 59 Read Data and Bit Flip Register 21
MTU_MC59_RDBFL22 0xF0064B8C          MC 59 Read Data and Bit Flip Register 22
MTU_MC59_RDBFL23 0xF0064B8E          MC 59 Read Data and Bit Flip Register 23
MTU_MC59_RDBFL24 0xF0064B90          MC 59 Read Data and Bit Flip Register 24
MTU_MC59_RDBFL25 0xF0064B92          MC 59 Read Data and Bit Flip Register 25
MTU_MC59_RDBFL26 0xF0064B94          MC 59 Read Data and Bit Flip Register 26
MTU_MC59_RDBFL27 0xF0064B96          MC 59 Read Data and Bit Flip Register 27
MTU_MC59_RDBFL28 0xF0064B98          MC 59 Read Data and Bit Flip Register 28
MTU_MC59_RDBFL29 0xF0064B9A          MC 59 Read Data and Bit Flip Register 29
MTU_MC59_RDBFL30 0xF0064B9C          MC 59 Read Data and Bit Flip Register 30
MTU_MC59_RDBFL31 0xF0064B9E          MC 59 Read Data and Bit Flip Register 31
MTU_MC59_RDBFL32 0xF0064BA0          MC 59 Read Data and Bit Flip Register 32
MTU_MC59_RDBFL33 0xF0064BA2          MC 59 Read Data and Bit Flip Register 33
MTU_MC59_RDBFL34 0xF0064BA4          MC 59 Read Data and Bit Flip Register 34
MTU_MC59_RDBFL35 0xF0064BA6          MC 59 Read Data and Bit Flip Register 35
MTU_MC59_RDBFL36 0xF0064BA8          MC 59 Read Data and Bit Flip Register 36
MTU_MC59_RDBFL37 0xF0064BAA          MC 59 Read Data and Bit Flip Register 37
MTU_MC59_RDBFL38 0xF0064BAC          MC 59 Read Data and Bit Flip Register 38
MTU_MC59_RDBFL39 0xF0064BAE          MC 59 Read Data and Bit Flip Register 39
MTU_MC59_RDBFL40 0xF0064BB0          MC 59 Read Data and Bit Flip Register 40
MTU_MC59_RDBFL41 0xF0064BB2          MC 59 Read Data and Bit Flip Register 41
MTU_MC59_RDBFL42 0xF0064BB4          MC 59 Read Data and Bit Flip Register 42
MTU_MC59_RDBFL43 0xF0064BB6          MC 59 Read Data and Bit Flip Register 43
MTU_MC59_RDBFL44 0xF0064BB8          MC 59 Read Data and Bit Flip Register 44
MTU_MC59_RDBFL45 0xF0064BBA          MC 59 Read Data and Bit Flip Register 45
MTU_MC59_RDBFL46 0xF0064BBC          MC 59 Read Data and Bit Flip Register 46
MTU_MC59_RDBFL47 0xF0064BBE          MC 59 Read Data and Bit Flip Register 47
MTU_MC59_RDBFL48 0xF0064BC0          MC 59 Read Data and Bit Flip Register 48
MTU_MC59_RDBFL49 0xF0064BC2          MC 59 Read Data and Bit Flip Register 49
MTU_MC59_RDBFL50 0xF0064BC4          MC 59 Read Data and Bit Flip Register 50
MTU_MC59_RDBFL51 0xF0064BC6          MC 59 Read Data and Bit Flip Register 51
MTU_MC59_RDBFL52 0xF0064BC8          MC 59 Read Data and Bit Flip Register 52
MTU_MC59_RDBFL53 0xF0064BCA          MC 59 Read Data and Bit Flip Register 53
MTU_MC59_RDBFL54 0xF0064BCC          MC 59 Read Data and Bit Flip Register 54
MTU_MC59_RDBFL55 0xF0064BCE          MC 59 Read Data and Bit Flip Register 55
MTU_MC59_RDBFL56 0xF0064BD0          MC 59 Read Data and Bit Flip Register 56
MTU_MC59_RDBFL57 0xF0064BD2          MC 59 Read Data and Bit Flip Register 57
MTU_MC59_RDBFL58 0xF0064BD4          MC 59 Read Data and Bit Flip Register 58
MTU_MC59_RDBFL59 0xF0064BD6          MC 59 Read Data and Bit Flip Register 59
MTU_MC59_RDBFL60 0xF0064BD8          MC 59 Read Data and Bit Flip Register 60
MTU_MC59_RDBFL61 0xF0064BDA          MC 59 Read Data and Bit Flip Register 61
MTU_MC59_RDBFL62 0xF0064BDC          MC 59 Read Data and Bit Flip Register 62
MTU_MC59_RDBFL63 0xF0064BDE          MC 59 Read Data and Bit Flip Register 63
MTU_MC59_RDBFL64 0xF0064BE0          MC 59 Read Data and Bit Flip Register 64
MTU_MC59_RDBFL65 0xF0064BE2          MC 59 Read Data and Bit Flip Register 65
MTU_MC59_RDBFL66 0xF0064BE4          MC 59 Read Data and Bit Flip Register 66
MTU_MC59_ALMSRCS 0xF0064BEE          MC 59 Alarm Sources Configuration Register
MTU_MC59_FAULTSTS 0xF0064BF0          MC 59 SSH Safety Faults Status Register
MTU_MC59_ERRINFO0 0xF0064BF2          MC 59 Error Information Register 0
MTU_MC59_ERRINFO1 0xF0064BF4          MC 59 Error Information Register 1
MTU_MC59_ERRINFO2 0xF0064BF6          MC 59 Error Information Register 2
MTU_MC59_ERRINFO3 0xF0064BF8          MC 59 Error Information Register 3
MTU_MC59_ERRINFO4 0xF0064BFA          MC 59 Error Information Register 4
MTU_MC60_CONFIG0 0xF0064C00          MC 60 Configuration Register 0
MTU_MC60_CONFIG1 0xF0064C02          MC 60 Configuration Register 1
MTU_MC60_MCONTROL 0xF0064C04          MC 60 MBIST Control Register
MTU_MC60_MSTATUS 0xF0064C06          MC 60 Status Register
MTU_MC60_RANGE  0xF0064C08          MC 60 Range Register, single address mode
MTU_MC60_REVID  0xF0064C0C          MC 60 Revision ID Register
MTU_MC60_ECCS   0xF0064C0E          MC 60 ECC Safety Register
MTU_MC60_ECCD   0xF0064C10          MC 60 Memory ECC Detection Register
MTU_MC60_ETRR0  0xF0064C12          MC 60 Error Tracking Register 0
MTU_MC60_ETRR1  0xF0064C14          MC 60 Error Tracking Register 1
MTU_MC60_ETRR2  0xF0064C16          MC 60 Error Tracking Register 2
MTU_MC60_ETRR3  0xF0064C18          MC 60 Error Tracking Register 3
MTU_MC60_ETRR4  0xF0064C1A          MC 60 Error Tracking Register 4
MTU_MC60_RDBFL0 0xF0064C60          MC 60 Read Data and Bit Flip Register 0
MTU_MC60_RDBFL1 0xF0064C62          MC 60 Read Data and Bit Flip Register 1
MTU_MC60_RDBFL2 0xF0064C64          MC 60 Read Data and Bit Flip Register 2
MTU_MC60_RDBFL3 0xF0064C66          MC 60 Read Data and Bit Flip Register 3
MTU_MC60_RDBFL4 0xF0064C68          MC 60 Read Data and Bit Flip Register 4
MTU_MC60_RDBFL5 0xF0064C6A          MC 60 Read Data and Bit Flip Register 5
MTU_MC60_RDBFL6 0xF0064C6C          MC 60 Read Data and Bit Flip Register 6
MTU_MC60_RDBFL7 0xF0064C6E          MC 60 Read Data and Bit Flip Register 7
MTU_MC60_RDBFL8 0xF0064C70          MC 60 Read Data and Bit Flip Register 8
MTU_MC60_RDBFL9 0xF0064C72          MC 60 Read Data and Bit Flip Register 9
MTU_MC60_RDBFL10 0xF0064C74          MC 60 Read Data and Bit Flip Register 10
MTU_MC60_RDBFL11 0xF0064C76          MC 60 Read Data and Bit Flip Register 11
MTU_MC60_RDBFL12 0xF0064C78          MC 60 Read Data and Bit Flip Register 12
MTU_MC60_RDBFL13 0xF0064C7A          MC 60 Read Data and Bit Flip Register 13
MTU_MC60_RDBFL14 0xF0064C7C          MC 60 Read Data and Bit Flip Register 14
MTU_MC60_RDBFL15 0xF0064C7E          MC 60 Read Data and Bit Flip Register 15
MTU_MC60_RDBFL16 0xF0064C80          MC 60 Read Data and Bit Flip Register 16
MTU_MC60_RDBFL17 0xF0064C82          MC 60 Read Data and Bit Flip Register 17
MTU_MC60_RDBFL18 0xF0064C84          MC 60 Read Data and Bit Flip Register 18
MTU_MC60_RDBFL19 0xF0064C86          MC 60 Read Data and Bit Flip Register 19
MTU_MC60_RDBFL20 0xF0064C88          MC 60 Read Data and Bit Flip Register 20
MTU_MC60_RDBFL21 0xF0064C8A          MC 60 Read Data and Bit Flip Register 21
MTU_MC60_RDBFL22 0xF0064C8C          MC 60 Read Data and Bit Flip Register 22
MTU_MC60_RDBFL23 0xF0064C8E          MC 60 Read Data and Bit Flip Register 23
MTU_MC60_RDBFL24 0xF0064C90          MC 60 Read Data and Bit Flip Register 24
MTU_MC60_RDBFL25 0xF0064C92          MC 60 Read Data and Bit Flip Register 25
MTU_MC60_RDBFL26 0xF0064C94          MC 60 Read Data and Bit Flip Register 26
MTU_MC60_RDBFL27 0xF0064C96          MC 60 Read Data and Bit Flip Register 27
MTU_MC60_RDBFL28 0xF0064C98          MC 60 Read Data and Bit Flip Register 28
MTU_MC60_RDBFL29 0xF0064C9A          MC 60 Read Data and Bit Flip Register 29
MTU_MC60_RDBFL30 0xF0064C9C          MC 60 Read Data and Bit Flip Register 30
MTU_MC60_RDBFL31 0xF0064C9E          MC 60 Read Data and Bit Flip Register 31
MTU_MC60_RDBFL32 0xF0064CA0          MC 60 Read Data and Bit Flip Register 32
MTU_MC60_RDBFL33 0xF0064CA2          MC 60 Read Data and Bit Flip Register 33
MTU_MC60_RDBFL34 0xF0064CA4          MC 60 Read Data and Bit Flip Register 34
MTU_MC60_RDBFL35 0xF0064CA6          MC 60 Read Data and Bit Flip Register 35
MTU_MC60_RDBFL36 0xF0064CA8          MC 60 Read Data and Bit Flip Register 36
MTU_MC60_RDBFL37 0xF0064CAA          MC 60 Read Data and Bit Flip Register 37
MTU_MC60_RDBFL38 0xF0064CAC          MC 60 Read Data and Bit Flip Register 38
MTU_MC60_RDBFL39 0xF0064CAE          MC 60 Read Data and Bit Flip Register 39
MTU_MC60_RDBFL40 0xF0064CB0          MC 60 Read Data and Bit Flip Register 40
MTU_MC60_RDBFL41 0xF0064CB2          MC 60 Read Data and Bit Flip Register 41
MTU_MC60_RDBFL42 0xF0064CB4          MC 60 Read Data and Bit Flip Register 42
MTU_MC60_RDBFL43 0xF0064CB6          MC 60 Read Data and Bit Flip Register 43
MTU_MC60_RDBFL44 0xF0064CB8          MC 60 Read Data and Bit Flip Register 44
MTU_MC60_RDBFL45 0xF0064CBA          MC 60 Read Data and Bit Flip Register 45
MTU_MC60_RDBFL46 0xF0064CBC          MC 60 Read Data and Bit Flip Register 46
MTU_MC60_RDBFL47 0xF0064CBE          MC 60 Read Data and Bit Flip Register 47
MTU_MC60_RDBFL48 0xF0064CC0          MC 60 Read Data and Bit Flip Register 48
MTU_MC60_RDBFL49 0xF0064CC2          MC 60 Read Data and Bit Flip Register 49
MTU_MC60_RDBFL50 0xF0064CC4          MC 60 Read Data and Bit Flip Register 50
MTU_MC60_RDBFL51 0xF0064CC6          MC 60 Read Data and Bit Flip Register 51
MTU_MC60_RDBFL52 0xF0064CC8          MC 60 Read Data and Bit Flip Register 52
MTU_MC60_RDBFL53 0xF0064CCA          MC 60 Read Data and Bit Flip Register 53
MTU_MC60_RDBFL54 0xF0064CCC          MC 60 Read Data and Bit Flip Register 54
MTU_MC60_RDBFL55 0xF0064CCE          MC 60 Read Data and Bit Flip Register 55
MTU_MC60_RDBFL56 0xF0064CD0          MC 60 Read Data and Bit Flip Register 56
MTU_MC60_RDBFL57 0xF0064CD2          MC 60 Read Data and Bit Flip Register 57
MTU_MC60_RDBFL58 0xF0064CD4          MC 60 Read Data and Bit Flip Register 58
MTU_MC60_RDBFL59 0xF0064CD6          MC 60 Read Data and Bit Flip Register 59
MTU_MC60_RDBFL60 0xF0064CD8          MC 60 Read Data and Bit Flip Register 60
MTU_MC60_RDBFL61 0xF0064CDA          MC 60 Read Data and Bit Flip Register 61
MTU_MC60_RDBFL62 0xF0064CDC          MC 60 Read Data and Bit Flip Register 62
MTU_MC60_RDBFL63 0xF0064CDE          MC 60 Read Data and Bit Flip Register 63
MTU_MC60_RDBFL64 0xF0064CE0          MC 60 Read Data and Bit Flip Register 64
MTU_MC60_RDBFL65 0xF0064CE2          MC 60 Read Data and Bit Flip Register 65
MTU_MC60_RDBFL66 0xF0064CE4          MC 60 Read Data and Bit Flip Register 66
MTU_MC60_ALMSRCS 0xF0064CEE          MC 60 Alarm Sources Configuration Register
MTU_MC60_FAULTSTS 0xF0064CF0          MC 60 SSH Safety Faults Status Register
MTU_MC60_ERRINFO0 0xF0064CF2          MC 60 Error Information Register 0
MTU_MC60_ERRINFO1 0xF0064CF4          MC 60 Error Information Register 1
MTU_MC60_ERRINFO2 0xF0064CF6          MC 60 Error Information Register 2
MTU_MC60_ERRINFO3 0xF0064CF8          MC 60 Error Information Register 3
MTU_MC60_ERRINFO4 0xF0064CFA          MC 60 Error Information Register 4
MTU_MC61_CONFIG0 0xF0064D00          MC 61 Configuration Register 0
MTU_MC61_CONFIG1 0xF0064D02          MC 61 Configuration Register 1
MTU_MC61_MCONTROL 0xF0064D04          MC 61 MBIST Control Register
MTU_MC61_MSTATUS 0xF0064D06          MC 61 Status Register
MTU_MC61_RANGE  0xF0064D08          MC 61 Range Register, single address mode
MTU_MC61_REVID  0xF0064D0C          MC 61 Revision ID Register
MTU_MC61_ECCS   0xF0064D0E          MC 61 ECC Safety Register
MTU_MC61_ECCD   0xF0064D10          MC 61 Memory ECC Detection Register
MTU_MC61_ETRR0  0xF0064D12          MC 61 Error Tracking Register 0
MTU_MC61_ETRR1  0xF0064D14          MC 61 Error Tracking Register 1
MTU_MC61_ETRR2  0xF0064D16          MC 61 Error Tracking Register 2
MTU_MC61_ETRR3  0xF0064D18          MC 61 Error Tracking Register 3
MTU_MC61_ETRR4  0xF0064D1A          MC 61 Error Tracking Register 4
MTU_MC61_RDBFL0 0xF0064D60          MC 61 Read Data and Bit Flip Register 0
MTU_MC61_RDBFL1 0xF0064D62          MC 61 Read Data and Bit Flip Register 1
MTU_MC61_RDBFL2 0xF0064D64          MC 61 Read Data and Bit Flip Register 2
MTU_MC61_RDBFL3 0xF0064D66          MC 61 Read Data and Bit Flip Register 3
MTU_MC61_RDBFL4 0xF0064D68          MC 61 Read Data and Bit Flip Register 4
MTU_MC61_RDBFL5 0xF0064D6A          MC 61 Read Data and Bit Flip Register 5
MTU_MC61_RDBFL6 0xF0064D6C          MC 61 Read Data and Bit Flip Register 6
MTU_MC61_RDBFL7 0xF0064D6E          MC 61 Read Data and Bit Flip Register 7
MTU_MC61_RDBFL8 0xF0064D70          MC 61 Read Data and Bit Flip Register 8
MTU_MC61_RDBFL9 0xF0064D72          MC 61 Read Data and Bit Flip Register 9
MTU_MC61_RDBFL10 0xF0064D74          MC 61 Read Data and Bit Flip Register 10
MTU_MC61_RDBFL11 0xF0064D76          MC 61 Read Data and Bit Flip Register 11
MTU_MC61_RDBFL12 0xF0064D78          MC 61 Read Data and Bit Flip Register 12
MTU_MC61_RDBFL13 0xF0064D7A          MC 61 Read Data and Bit Flip Register 13
MTU_MC61_RDBFL14 0xF0064D7C          MC 61 Read Data and Bit Flip Register 14
MTU_MC61_RDBFL15 0xF0064D7E          MC 61 Read Data and Bit Flip Register 15
MTU_MC61_RDBFL16 0xF0064D80          MC 61 Read Data and Bit Flip Register 16
MTU_MC61_RDBFL17 0xF0064D82          MC 61 Read Data and Bit Flip Register 17
MTU_MC61_RDBFL18 0xF0064D84          MC 61 Read Data and Bit Flip Register 18
MTU_MC61_RDBFL19 0xF0064D86          MC 61 Read Data and Bit Flip Register 19
MTU_MC61_RDBFL20 0xF0064D88          MC 61 Read Data and Bit Flip Register 20
MTU_MC61_RDBFL21 0xF0064D8A          MC 61 Read Data and Bit Flip Register 21
MTU_MC61_RDBFL22 0xF0064D8C          MC 61 Read Data and Bit Flip Register 22
MTU_MC61_RDBFL23 0xF0064D8E          MC 61 Read Data and Bit Flip Register 23
MTU_MC61_RDBFL24 0xF0064D90          MC 61 Read Data and Bit Flip Register 24
MTU_MC61_RDBFL25 0xF0064D92          MC 61 Read Data and Bit Flip Register 25
MTU_MC61_RDBFL26 0xF0064D94          MC 61 Read Data and Bit Flip Register 26
MTU_MC61_RDBFL27 0xF0064D96          MC 61 Read Data and Bit Flip Register 27
MTU_MC61_RDBFL28 0xF0064D98          MC 61 Read Data and Bit Flip Register 28
MTU_MC61_RDBFL29 0xF0064D9A          MC 61 Read Data and Bit Flip Register 29
MTU_MC61_RDBFL30 0xF0064D9C          MC 61 Read Data and Bit Flip Register 30
MTU_MC61_RDBFL31 0xF0064D9E          MC 61 Read Data and Bit Flip Register 31
MTU_MC61_RDBFL32 0xF0064DA0          MC 61 Read Data and Bit Flip Register 32
MTU_MC61_RDBFL33 0xF0064DA2          MC 61 Read Data and Bit Flip Register 33
MTU_MC61_RDBFL34 0xF0064DA4          MC 61 Read Data and Bit Flip Register 34
MTU_MC61_RDBFL35 0xF0064DA6          MC 61 Read Data and Bit Flip Register 35
MTU_MC61_RDBFL36 0xF0064DA8          MC 61 Read Data and Bit Flip Register 36
MTU_MC61_RDBFL37 0xF0064DAA          MC 61 Read Data and Bit Flip Register 37
MTU_MC61_RDBFL38 0xF0064DAC          MC 61 Read Data and Bit Flip Register 38
MTU_MC61_RDBFL39 0xF0064DAE          MC 61 Read Data and Bit Flip Register 39
MTU_MC61_RDBFL40 0xF0064DB0          MC 61 Read Data and Bit Flip Register 40
MTU_MC61_RDBFL41 0xF0064DB2          MC 61 Read Data and Bit Flip Register 41
MTU_MC61_RDBFL42 0xF0064DB4          MC 61 Read Data and Bit Flip Register 42
MTU_MC61_RDBFL43 0xF0064DB6          MC 61 Read Data and Bit Flip Register 43
MTU_MC61_RDBFL44 0xF0064DB8          MC 61 Read Data and Bit Flip Register 44
MTU_MC61_RDBFL45 0xF0064DBA          MC 61 Read Data and Bit Flip Register 45
MTU_MC61_RDBFL46 0xF0064DBC          MC 61 Read Data and Bit Flip Register 46
MTU_MC61_RDBFL47 0xF0064DBE          MC 61 Read Data and Bit Flip Register 47
MTU_MC61_RDBFL48 0xF0064DC0          MC 61 Read Data and Bit Flip Register 48
MTU_MC61_RDBFL49 0xF0064DC2          MC 61 Read Data and Bit Flip Register 49
MTU_MC61_RDBFL50 0xF0064DC4          MC 61 Read Data and Bit Flip Register 50
MTU_MC61_RDBFL51 0xF0064DC6          MC 61 Read Data and Bit Flip Register 51
MTU_MC61_RDBFL52 0xF0064DC8          MC 61 Read Data and Bit Flip Register 52
MTU_MC61_RDBFL53 0xF0064DCA          MC 61 Read Data and Bit Flip Register 53
MTU_MC61_RDBFL54 0xF0064DCC          MC 61 Read Data and Bit Flip Register 54
MTU_MC61_RDBFL55 0xF0064DCE          MC 61 Read Data and Bit Flip Register 55
MTU_MC61_RDBFL56 0xF0064DD0          MC 61 Read Data and Bit Flip Register 56
MTU_MC61_RDBFL57 0xF0064DD2          MC 61 Read Data and Bit Flip Register 57
MTU_MC61_RDBFL58 0xF0064DD4          MC 61 Read Data and Bit Flip Register 58
MTU_MC61_RDBFL59 0xF0064DD6          MC 61 Read Data and Bit Flip Register 59
MTU_MC61_RDBFL60 0xF0064DD8          MC 61 Read Data and Bit Flip Register 60
MTU_MC61_RDBFL61 0xF0064DDA          MC 61 Read Data and Bit Flip Register 61
MTU_MC61_RDBFL62 0xF0064DDC          MC 61 Read Data and Bit Flip Register 62
MTU_MC61_RDBFL63 0xF0064DDE          MC 61 Read Data and Bit Flip Register 63
MTU_MC61_RDBFL64 0xF0064DE0          MC 61 Read Data and Bit Flip Register 64
MTU_MC61_RDBFL65 0xF0064DE2          MC 61 Read Data and Bit Flip Register 65
MTU_MC61_RDBFL66 0xF0064DE4          MC 61 Read Data and Bit Flip Register 66
MTU_MC61_ALMSRCS 0xF0064DEE          MC 61 Alarm Sources Configuration Register
MTU_MC61_FAULTSTS 0xF0064DF0          MC 61 SSH Safety Faults Status Register
MTU_MC61_ERRINFO0 0xF0064DF2          MC 61 Error Information Register 0
MTU_MC61_ERRINFO1 0xF0064DF4          MC 61 Error Information Register 1
MTU_MC61_ERRINFO2 0xF0064DF6          MC 61 Error Information Register 2
MTU_MC61_ERRINFO3 0xF0064DF8          MC 61 Error Information Register 3
MTU_MC61_ERRINFO4 0xF0064DFA          MC 61 Error Information Register 4
MTU_MC62_CONFIG0 0xF0064E00          MC 62 Configuration Register 0
MTU_MC62_CONFIG1 0xF0064E02          MC 62 Configuration Register 1
MTU_MC62_MCONTROL 0xF0064E04          MC 62 MBIST Control Register
MTU_MC62_MSTATUS 0xF0064E06          MC 62 Status Register
MTU_MC62_RANGE  0xF0064E08          MC 62 Range Register, single address mode
MTU_MC62_REVID  0xF0064E0C          MC 62 Revision ID Register
MTU_MC62_ECCS   0xF0064E0E          MC 62 ECC Safety Register
MTU_MC62_ECCD   0xF0064E10          MC 62 Memory ECC Detection Register
MTU_MC62_ETRR0  0xF0064E12          MC 62 Error Tracking Register 0
MTU_MC62_ETRR1  0xF0064E14          MC 62 Error Tracking Register 1
MTU_MC62_ETRR2  0xF0064E16          MC 62 Error Tracking Register 2
MTU_MC62_ETRR3  0xF0064E18          MC 62 Error Tracking Register 3
MTU_MC62_ETRR4  0xF0064E1A          MC 62 Error Tracking Register 4
MTU_MC62_RDBFL0 0xF0064E60          MC 62 Read Data and Bit Flip Register 0
MTU_MC62_RDBFL1 0xF0064E62          MC 62 Read Data and Bit Flip Register 1
MTU_MC62_RDBFL2 0xF0064E64          MC 62 Read Data and Bit Flip Register 2
MTU_MC62_RDBFL3 0xF0064E66          MC 62 Read Data and Bit Flip Register 3
MTU_MC62_RDBFL4 0xF0064E68          MC 62 Read Data and Bit Flip Register 4
MTU_MC62_RDBFL5 0xF0064E6A          MC 62 Read Data and Bit Flip Register 5
MTU_MC62_RDBFL6 0xF0064E6C          MC 62 Read Data and Bit Flip Register 6
MTU_MC62_RDBFL7 0xF0064E6E          MC 62 Read Data and Bit Flip Register 7
MTU_MC62_RDBFL8 0xF0064E70          MC 62 Read Data and Bit Flip Register 8
MTU_MC62_RDBFL9 0xF0064E72          MC 62 Read Data and Bit Flip Register 9
MTU_MC62_RDBFL10 0xF0064E74          MC 62 Read Data and Bit Flip Register 10
MTU_MC62_RDBFL11 0xF0064E76          MC 62 Read Data and Bit Flip Register 11
MTU_MC62_RDBFL12 0xF0064E78          MC 62 Read Data and Bit Flip Register 12
MTU_MC62_RDBFL13 0xF0064E7A          MC 62 Read Data and Bit Flip Register 13
MTU_MC62_RDBFL14 0xF0064E7C          MC 62 Read Data and Bit Flip Register 14
MTU_MC62_RDBFL15 0xF0064E7E          MC 62 Read Data and Bit Flip Register 15
MTU_MC62_RDBFL16 0xF0064E80          MC 62 Read Data and Bit Flip Register 16
MTU_MC62_RDBFL17 0xF0064E82          MC 62 Read Data and Bit Flip Register 17
MTU_MC62_RDBFL18 0xF0064E84          MC 62 Read Data and Bit Flip Register 18
MTU_MC62_RDBFL19 0xF0064E86          MC 62 Read Data and Bit Flip Register 19
MTU_MC62_RDBFL20 0xF0064E88          MC 62 Read Data and Bit Flip Register 20
MTU_MC62_RDBFL21 0xF0064E8A          MC 62 Read Data and Bit Flip Register 21
MTU_MC62_RDBFL22 0xF0064E8C          MC 62 Read Data and Bit Flip Register 22
MTU_MC62_RDBFL23 0xF0064E8E          MC 62 Read Data and Bit Flip Register 23
MTU_MC62_RDBFL24 0xF0064E90          MC 62 Read Data and Bit Flip Register 24
MTU_MC62_RDBFL25 0xF0064E92          MC 62 Read Data and Bit Flip Register 25
MTU_MC62_RDBFL26 0xF0064E94          MC 62 Read Data and Bit Flip Register 26
MTU_MC62_RDBFL27 0xF0064E96          MC 62 Read Data and Bit Flip Register 27
MTU_MC62_RDBFL28 0xF0064E98          MC 62 Read Data and Bit Flip Register 28
MTU_MC62_RDBFL29 0xF0064E9A          MC 62 Read Data and Bit Flip Register 29
MTU_MC62_RDBFL30 0xF0064E9C          MC 62 Read Data and Bit Flip Register 30
MTU_MC62_RDBFL31 0xF0064E9E          MC 62 Read Data and Bit Flip Register 31
MTU_MC62_RDBFL32 0xF0064EA0          MC 62 Read Data and Bit Flip Register 32
MTU_MC62_RDBFL33 0xF0064EA2          MC 62 Read Data and Bit Flip Register 33
MTU_MC62_RDBFL34 0xF0064EA4          MC 62 Read Data and Bit Flip Register 34
MTU_MC62_RDBFL35 0xF0064EA6          MC 62 Read Data and Bit Flip Register 35
MTU_MC62_RDBFL36 0xF0064EA8          MC 62 Read Data and Bit Flip Register 36
MTU_MC62_RDBFL37 0xF0064EAA          MC 62 Read Data and Bit Flip Register 37
MTU_MC62_RDBFL38 0xF0064EAC          MC 62 Read Data and Bit Flip Register 38
MTU_MC62_RDBFL39 0xF0064EAE          MC 62 Read Data and Bit Flip Register 39
MTU_MC62_RDBFL40 0xF0064EB0          MC 62 Read Data and Bit Flip Register 40
MTU_MC62_RDBFL41 0xF0064EB2          MC 62 Read Data and Bit Flip Register 41
MTU_MC62_RDBFL42 0xF0064EB4          MC 62 Read Data and Bit Flip Register 42
MTU_MC62_RDBFL43 0xF0064EB6          MC 62 Read Data and Bit Flip Register 43
MTU_MC62_RDBFL44 0xF0064EB8          MC 62 Read Data and Bit Flip Register 44
MTU_MC62_RDBFL45 0xF0064EBA          MC 62 Read Data and Bit Flip Register 45
MTU_MC62_RDBFL46 0xF0064EBC          MC 62 Read Data and Bit Flip Register 46
MTU_MC62_RDBFL47 0xF0064EBE          MC 62 Read Data and Bit Flip Register 47
MTU_MC62_RDBFL48 0xF0064EC0          MC 62 Read Data and Bit Flip Register 48
MTU_MC62_RDBFL49 0xF0064EC2          MC 62 Read Data and Bit Flip Register 49
MTU_MC62_RDBFL50 0xF0064EC4          MC 62 Read Data and Bit Flip Register 50
MTU_MC62_RDBFL51 0xF0064EC6          MC 62 Read Data and Bit Flip Register 51
MTU_MC62_RDBFL52 0xF0064EC8          MC 62 Read Data and Bit Flip Register 52
MTU_MC62_RDBFL53 0xF0064ECA          MC 62 Read Data and Bit Flip Register 53
MTU_MC62_RDBFL54 0xF0064ECC          MC 62 Read Data and Bit Flip Register 54
MTU_MC62_RDBFL55 0xF0064ECE          MC 62 Read Data and Bit Flip Register 55
MTU_MC62_RDBFL56 0xF0064ED0          MC 62 Read Data and Bit Flip Register 56
MTU_MC62_RDBFL57 0xF0064ED2          MC 62 Read Data and Bit Flip Register 57
MTU_MC62_RDBFL58 0xF0064ED4          MC 62 Read Data and Bit Flip Register 58
MTU_MC62_RDBFL59 0xF0064ED6          MC 62 Read Data and Bit Flip Register 59
MTU_MC62_RDBFL60 0xF0064ED8          MC 62 Read Data and Bit Flip Register 60
MTU_MC62_RDBFL61 0xF0064EDA          MC 62 Read Data and Bit Flip Register 61
MTU_MC62_RDBFL62 0xF0064EDC          MC 62 Read Data and Bit Flip Register 62
MTU_MC62_RDBFL63 0xF0064EDE          MC 62 Read Data and Bit Flip Register 63
MTU_MC62_RDBFL64 0xF0064EE0          MC 62 Read Data and Bit Flip Register 64
MTU_MC62_RDBFL65 0xF0064EE2          MC 62 Read Data and Bit Flip Register 65
MTU_MC62_RDBFL66 0xF0064EE4          MC 62 Read Data and Bit Flip Register 66
MTU_MC62_ALMSRCS 0xF0064EEE          MC 62 Alarm Sources Configuration Register
MTU_MC62_FAULTSTS 0xF0064EF0          MC 62 SSH Safety Faults Status Register
MTU_MC62_ERRINFO0 0xF0064EF2          MC 62 Error Information Register 0
MTU_MC62_ERRINFO1 0xF0064EF4          MC 62 Error Information Register 1
MTU_MC62_ERRINFO2 0xF0064EF6          MC 62 Error Information Register 2
MTU_MC62_ERRINFO3 0xF0064EF8          MC 62 Error Information Register 3
MTU_MC62_ERRINFO4 0xF0064EFA          MC 62 Error Information Register 4
MTU_MC63_CONFIG0 0xF0064F00          MC 63 Configuration Register 0
MTU_MC63_CONFIG1 0xF0064F02          MC 63 Configuration Register 1
MTU_MC63_MCONTROL 0xF0064F04          MC 63 MBIST Control Register
MTU_MC63_MSTATUS 0xF0064F06          MC 63 Status Register
MTU_MC63_RANGE  0xF0064F08          MC 63 Range Register, single address mode
MTU_MC63_REVID  0xF0064F0C          MC 63 Revision ID Register
MTU_MC63_ECCS   0xF0064F0E          MC 63 ECC Safety Register
MTU_MC63_ECCD   0xF0064F10          MC 63 Memory ECC Detection Register
MTU_MC63_ETRR0  0xF0064F12          MC 63 Error Tracking Register 0
MTU_MC63_ETRR1  0xF0064F14          MC 63 Error Tracking Register 1
MTU_MC63_ETRR2  0xF0064F16          MC 63 Error Tracking Register 2
MTU_MC63_ETRR3  0xF0064F18          MC 63 Error Tracking Register 3
MTU_MC63_ETRR4  0xF0064F1A          MC 63 Error Tracking Register 4
MTU_MC63_RDBFL0 0xF0064F60          MC 63 Read Data and Bit Flip Register 0
MTU_MC63_RDBFL1 0xF0064F62          MC 63 Read Data and Bit Flip Register 1
MTU_MC63_RDBFL2 0xF0064F64          MC 63 Read Data and Bit Flip Register 2
MTU_MC63_RDBFL3 0xF0064F66          MC 63 Read Data and Bit Flip Register 3
MTU_MC63_RDBFL4 0xF0064F68          MC 63 Read Data and Bit Flip Register 4
MTU_MC63_RDBFL5 0xF0064F6A          MC 63 Read Data and Bit Flip Register 5
MTU_MC63_RDBFL6 0xF0064F6C          MC 63 Read Data and Bit Flip Register 6
MTU_MC63_RDBFL7 0xF0064F6E          MC 63 Read Data and Bit Flip Register 7
MTU_MC63_RDBFL8 0xF0064F70          MC 63 Read Data and Bit Flip Register 8
MTU_MC63_RDBFL9 0xF0064F72          MC 63 Read Data and Bit Flip Register 9
MTU_MC63_RDBFL10 0xF0064F74          MC 63 Read Data and Bit Flip Register 10
MTU_MC63_RDBFL11 0xF0064F76          MC 63 Read Data and Bit Flip Register 11
MTU_MC63_RDBFL12 0xF0064F78          MC 63 Read Data and Bit Flip Register 12
MTU_MC63_RDBFL13 0xF0064F7A          MC 63 Read Data and Bit Flip Register 13
MTU_MC63_RDBFL14 0xF0064F7C          MC 63 Read Data and Bit Flip Register 14
MTU_MC63_RDBFL15 0xF0064F7E          MC 63 Read Data and Bit Flip Register 15
MTU_MC63_RDBFL16 0xF0064F80          MC 63 Read Data and Bit Flip Register 16
MTU_MC63_RDBFL17 0xF0064F82          MC 63 Read Data and Bit Flip Register 17
MTU_MC63_RDBFL18 0xF0064F84          MC 63 Read Data and Bit Flip Register 18
MTU_MC63_RDBFL19 0xF0064F86          MC 63 Read Data and Bit Flip Register 19
MTU_MC63_RDBFL20 0xF0064F88          MC 63 Read Data and Bit Flip Register 20
MTU_MC63_RDBFL21 0xF0064F8A          MC 63 Read Data and Bit Flip Register 21
MTU_MC63_RDBFL22 0xF0064F8C          MC 63 Read Data and Bit Flip Register 22
MTU_MC63_RDBFL23 0xF0064F8E          MC 63 Read Data and Bit Flip Register 23
MTU_MC63_RDBFL24 0xF0064F90          MC 63 Read Data and Bit Flip Register 24
MTU_MC63_RDBFL25 0xF0064F92          MC 63 Read Data and Bit Flip Register 25
MTU_MC63_RDBFL26 0xF0064F94          MC 63 Read Data and Bit Flip Register 26
MTU_MC63_RDBFL27 0xF0064F96          MC 63 Read Data and Bit Flip Register 27
MTU_MC63_RDBFL28 0xF0064F98          MC 63 Read Data and Bit Flip Register 28
MTU_MC63_RDBFL29 0xF0064F9A          MC 63 Read Data and Bit Flip Register 29
MTU_MC63_RDBFL30 0xF0064F9C          MC 63 Read Data and Bit Flip Register 30
MTU_MC63_RDBFL31 0xF0064F9E          MC 63 Read Data and Bit Flip Register 31
MTU_MC63_RDBFL32 0xF0064FA0          MC 63 Read Data and Bit Flip Register 32
MTU_MC63_RDBFL33 0xF0064FA2          MC 63 Read Data and Bit Flip Register 33
MTU_MC63_RDBFL34 0xF0064FA4          MC 63 Read Data and Bit Flip Register 34
MTU_MC63_RDBFL35 0xF0064FA6          MC 63 Read Data and Bit Flip Register 35
MTU_MC63_RDBFL36 0xF0064FA8          MC 63 Read Data and Bit Flip Register 36
MTU_MC63_RDBFL37 0xF0064FAA          MC 63 Read Data and Bit Flip Register 37
MTU_MC63_RDBFL38 0xF0064FAC          MC 63 Read Data and Bit Flip Register 38
MTU_MC63_RDBFL39 0xF0064FAE          MC 63 Read Data and Bit Flip Register 39
MTU_MC63_RDBFL40 0xF0064FB0          MC 63 Read Data and Bit Flip Register 40
MTU_MC63_RDBFL41 0xF0064FB2          MC 63 Read Data and Bit Flip Register 41
MTU_MC63_RDBFL42 0xF0064FB4          MC 63 Read Data and Bit Flip Register 42
MTU_MC63_RDBFL43 0xF0064FB6          MC 63 Read Data and Bit Flip Register 43
MTU_MC63_RDBFL44 0xF0064FB8          MC 63 Read Data and Bit Flip Register 44
MTU_MC63_RDBFL45 0xF0064FBA          MC 63 Read Data and Bit Flip Register 45
MTU_MC63_RDBFL46 0xF0064FBC          MC 63 Read Data and Bit Flip Register 46
MTU_MC63_RDBFL47 0xF0064FBE          MC 63 Read Data and Bit Flip Register 47
MTU_MC63_RDBFL48 0xF0064FC0          MC 63 Read Data and Bit Flip Register 48
MTU_MC63_RDBFL49 0xF0064FC2          MC 63 Read Data and Bit Flip Register 49
MTU_MC63_RDBFL50 0xF0064FC4          MC 63 Read Data and Bit Flip Register 50
MTU_MC63_RDBFL51 0xF0064FC6          MC 63 Read Data and Bit Flip Register 51
MTU_MC63_RDBFL52 0xF0064FC8          MC 63 Read Data and Bit Flip Register 52
MTU_MC63_RDBFL53 0xF0064FCA          MC 63 Read Data and Bit Flip Register 53
MTU_MC63_RDBFL54 0xF0064FCC          MC 63 Read Data and Bit Flip Register 54
MTU_MC63_RDBFL55 0xF0064FCE          MC 63 Read Data and Bit Flip Register 55
MTU_MC63_RDBFL56 0xF0064FD0          MC 63 Read Data and Bit Flip Register 56
MTU_MC63_RDBFL57 0xF0064FD2          MC 63 Read Data and Bit Flip Register 57
MTU_MC63_RDBFL58 0xF0064FD4          MC 63 Read Data and Bit Flip Register 58
MTU_MC63_RDBFL59 0xF0064FD6          MC 63 Read Data and Bit Flip Register 59
MTU_MC63_RDBFL60 0xF0064FD8          MC 63 Read Data and Bit Flip Register 60
MTU_MC63_RDBFL61 0xF0064FDA          MC 63 Read Data and Bit Flip Register 61
MTU_MC63_RDBFL62 0xF0064FDC          MC 63 Read Data and Bit Flip Register 62
MTU_MC63_RDBFL63 0xF0064FDE          MC 63 Read Data and Bit Flip Register 63
MTU_MC63_RDBFL64 0xF0064FE0          MC 63 Read Data and Bit Flip Register 64
MTU_MC63_RDBFL65 0xF0064FE2          MC 63 Read Data and Bit Flip Register 65
MTU_MC63_RDBFL66 0xF0064FE4          MC 63 Read Data and Bit Flip Register 66
MTU_MC63_ALMSRCS 0xF0064FEE          MC 63 Alarm Sources Configuration Register
MTU_MC63_FAULTSTS 0xF0064FF0          MC 63 SSH Safety Faults Status Register
MTU_MC63_ERRINFO0 0xF0064FF2          MC 63 Error Information Register 0
MTU_MC63_ERRINFO1 0xF0064FF4          MC 63 Error Information Register 1
MTU_MC63_ERRINFO2 0xF0064FF6          MC 63 Error Information Register 2
MTU_MC63_ERRINFO3 0xF0064FF8          MC 63 Error Information Register 3
MTU_MC63_ERRINFO4 0xF0064FFA          MC 63 Error Information Register 4
MTU_MC64_CONFIG0 0xF0065000          MC 64 Configuration Register 0
MTU_MC64_CONFIG1 0xF0065002          MC 64 Configuration Register 1
MTU_MC64_MCONTROL 0xF0065004          MC 64 MBIST Control Register
MTU_MC64_MSTATUS 0xF0065006          MC 64 Status Register
MTU_MC64_RANGE  0xF0065008          MC 64 Range Register, single address mode
MTU_MC64_REVID  0xF006500C          MC 64 Revision ID Register
MTU_MC64_ECCS   0xF006500E          MC 64 ECC Safety Register
MTU_MC64_ECCD   0xF0065010          MC 64 Memory ECC Detection Register
MTU_MC64_ETRR0  0xF0065012          MC 64 Error Tracking Register 0
MTU_MC64_ETRR1  0xF0065014          MC 64 Error Tracking Register 1
MTU_MC64_ETRR2  0xF0065016          MC 64 Error Tracking Register 2
MTU_MC64_ETRR3  0xF0065018          MC 64 Error Tracking Register 3
MTU_MC64_ETRR4  0xF006501A          MC 64 Error Tracking Register 4
MTU_MC64_RDBFL0 0xF0065060          MC 64 Read Data and Bit Flip Register 0
MTU_MC64_RDBFL1 0xF0065062          MC 64 Read Data and Bit Flip Register 1
MTU_MC64_RDBFL2 0xF0065064          MC 64 Read Data and Bit Flip Register 2
MTU_MC64_RDBFL3 0xF0065066          MC 64 Read Data and Bit Flip Register 3
MTU_MC64_RDBFL4 0xF0065068          MC 64 Read Data and Bit Flip Register 4
MTU_MC64_RDBFL5 0xF006506A          MC 64 Read Data and Bit Flip Register 5
MTU_MC64_RDBFL6 0xF006506C          MC 64 Read Data and Bit Flip Register 6
MTU_MC64_RDBFL7 0xF006506E          MC 64 Read Data and Bit Flip Register 7
MTU_MC64_RDBFL8 0xF0065070          MC 64 Read Data and Bit Flip Register 8
MTU_MC64_RDBFL9 0xF0065072          MC 64 Read Data and Bit Flip Register 9
MTU_MC64_RDBFL10 0xF0065074          MC 64 Read Data and Bit Flip Register 10
MTU_MC64_RDBFL11 0xF0065076          MC 64 Read Data and Bit Flip Register 11
MTU_MC64_RDBFL12 0xF0065078          MC 64 Read Data and Bit Flip Register 12
MTU_MC64_RDBFL13 0xF006507A          MC 64 Read Data and Bit Flip Register 13
MTU_MC64_RDBFL14 0xF006507C          MC 64 Read Data and Bit Flip Register 14
MTU_MC64_RDBFL15 0xF006507E          MC 64 Read Data and Bit Flip Register 15
MTU_MC64_RDBFL16 0xF0065080          MC 64 Read Data and Bit Flip Register 16
MTU_MC64_RDBFL17 0xF0065082          MC 64 Read Data and Bit Flip Register 17
MTU_MC64_RDBFL18 0xF0065084          MC 64 Read Data and Bit Flip Register 18
MTU_MC64_RDBFL19 0xF0065086          MC 64 Read Data and Bit Flip Register 19
MTU_MC64_RDBFL20 0xF0065088          MC 64 Read Data and Bit Flip Register 20
MTU_MC64_RDBFL21 0xF006508A          MC 64 Read Data and Bit Flip Register 21
MTU_MC64_RDBFL22 0xF006508C          MC 64 Read Data and Bit Flip Register 22
MTU_MC64_RDBFL23 0xF006508E          MC 64 Read Data and Bit Flip Register 23
MTU_MC64_RDBFL24 0xF0065090          MC 64 Read Data and Bit Flip Register 24
MTU_MC64_RDBFL25 0xF0065092          MC 64 Read Data and Bit Flip Register 25
MTU_MC64_RDBFL26 0xF0065094          MC 64 Read Data and Bit Flip Register 26
MTU_MC64_RDBFL27 0xF0065096          MC 64 Read Data and Bit Flip Register 27
MTU_MC64_RDBFL28 0xF0065098          MC 64 Read Data and Bit Flip Register 28
MTU_MC64_RDBFL29 0xF006509A          MC 64 Read Data and Bit Flip Register 29
MTU_MC64_RDBFL30 0xF006509C          MC 64 Read Data and Bit Flip Register 30
MTU_MC64_RDBFL31 0xF006509E          MC 64 Read Data and Bit Flip Register 31
MTU_MC64_RDBFL32 0xF00650A0          MC 64 Read Data and Bit Flip Register 32
MTU_MC64_RDBFL33 0xF00650A2          MC 64 Read Data and Bit Flip Register 33
MTU_MC64_RDBFL34 0xF00650A4          MC 64 Read Data and Bit Flip Register 34
MTU_MC64_RDBFL35 0xF00650A6          MC 64 Read Data and Bit Flip Register 35
MTU_MC64_RDBFL36 0xF00650A8          MC 64 Read Data and Bit Flip Register 36
MTU_MC64_RDBFL37 0xF00650AA          MC 64 Read Data and Bit Flip Register 37
MTU_MC64_RDBFL38 0xF00650AC          MC 64 Read Data and Bit Flip Register 38
MTU_MC64_RDBFL39 0xF00650AE          MC 64 Read Data and Bit Flip Register 39
MTU_MC64_RDBFL40 0xF00650B0          MC 64 Read Data and Bit Flip Register 40
MTU_MC64_RDBFL41 0xF00650B2          MC 64 Read Data and Bit Flip Register 41
MTU_MC64_RDBFL42 0xF00650B4          MC 64 Read Data and Bit Flip Register 42
MTU_MC64_RDBFL43 0xF00650B6          MC 64 Read Data and Bit Flip Register 43
MTU_MC64_RDBFL44 0xF00650B8          MC 64 Read Data and Bit Flip Register 44
MTU_MC64_RDBFL45 0xF00650BA          MC 64 Read Data and Bit Flip Register 45
MTU_MC64_RDBFL46 0xF00650BC          MC 64 Read Data and Bit Flip Register 46
MTU_MC64_RDBFL47 0xF00650BE          MC 64 Read Data and Bit Flip Register 47
MTU_MC64_RDBFL48 0xF00650C0          MC 64 Read Data and Bit Flip Register 48
MTU_MC64_RDBFL49 0xF00650C2          MC 64 Read Data and Bit Flip Register 49
MTU_MC64_RDBFL50 0xF00650C4          MC 64 Read Data and Bit Flip Register 50
MTU_MC64_RDBFL51 0xF00650C6          MC 64 Read Data and Bit Flip Register 51
MTU_MC64_RDBFL52 0xF00650C8          MC 64 Read Data and Bit Flip Register 52
MTU_MC64_RDBFL53 0xF00650CA          MC 64 Read Data and Bit Flip Register 53
MTU_MC64_RDBFL54 0xF00650CC          MC 64 Read Data and Bit Flip Register 54
MTU_MC64_RDBFL55 0xF00650CE          MC 64 Read Data and Bit Flip Register 55
MTU_MC64_RDBFL56 0xF00650D0          MC 64 Read Data and Bit Flip Register 56
MTU_MC64_RDBFL57 0xF00650D2          MC 64 Read Data and Bit Flip Register 57
MTU_MC64_RDBFL58 0xF00650D4          MC 64 Read Data and Bit Flip Register 58
MTU_MC64_RDBFL59 0xF00650D6          MC 64 Read Data and Bit Flip Register 59
MTU_MC64_RDBFL60 0xF00650D8          MC 64 Read Data and Bit Flip Register 60
MTU_MC64_RDBFL61 0xF00650DA          MC 64 Read Data and Bit Flip Register 61
MTU_MC64_RDBFL62 0xF00650DC          MC 64 Read Data and Bit Flip Register 62
MTU_MC64_RDBFL63 0xF00650DE          MC 64 Read Data and Bit Flip Register 63
MTU_MC64_RDBFL64 0xF00650E0          MC 64 Read Data and Bit Flip Register 64
MTU_MC64_RDBFL65 0xF00650E2          MC 64 Read Data and Bit Flip Register 65
MTU_MC64_RDBFL66 0xF00650E4          MC 64 Read Data and Bit Flip Register 66
MTU_MC64_ALMSRCS 0xF00650EE          MC 64 Alarm Sources Configuration Register
MTU_MC64_FAULTSTS 0xF00650F0          MC 64 SSH Safety Faults Status Register
MTU_MC64_ERRINFO0 0xF00650F2          MC 64 Error Information Register 0
MTU_MC64_ERRINFO1 0xF00650F4          MC 64 Error Information Register 1
MTU_MC64_ERRINFO2 0xF00650F6          MC 64 Error Information Register 2
MTU_MC64_ERRINFO3 0xF00650F8          MC 64 Error Information Register 3
MTU_MC64_ERRINFO4 0xF00650FA          MC 64 Error Information Register 4
MTU_MC65_CONFIG0 0xF0065100          MC 65 Configuration Register 0
MTU_MC65_CONFIG1 0xF0065102          MC 65 Configuration Register 1
MTU_MC65_MCONTROL 0xF0065104          MC 65 MBIST Control Register
MTU_MC65_MSTATUS 0xF0065106          MC 65 Status Register
MTU_MC65_RANGE  0xF0065108          MC 65 Range Register, single address mode
MTU_MC65_REVID  0xF006510C          MC 65 Revision ID Register
MTU_MC65_ECCS   0xF006510E          MC 65 ECC Safety Register
MTU_MC65_ECCD   0xF0065110          MC 65 Memory ECC Detection Register
MTU_MC65_ETRR0  0xF0065112          MC 65 Error Tracking Register 0
MTU_MC65_ETRR1  0xF0065114          MC 65 Error Tracking Register 1
MTU_MC65_ETRR2  0xF0065116          MC 65 Error Tracking Register 2
MTU_MC65_ETRR3  0xF0065118          MC 65 Error Tracking Register 3
MTU_MC65_ETRR4  0xF006511A          MC 65 Error Tracking Register 4
MTU_MC65_RDBFL0 0xF0065160          MC 65 Read Data and Bit Flip Register 0
MTU_MC65_RDBFL1 0xF0065162          MC 65 Read Data and Bit Flip Register 1
MTU_MC65_RDBFL2 0xF0065164          MC 65 Read Data and Bit Flip Register 2
MTU_MC65_RDBFL3 0xF0065166          MC 65 Read Data and Bit Flip Register 3
MTU_MC65_RDBFL4 0xF0065168          MC 65 Read Data and Bit Flip Register 4
MTU_MC65_RDBFL5 0xF006516A          MC 65 Read Data and Bit Flip Register 5
MTU_MC65_RDBFL6 0xF006516C          MC 65 Read Data and Bit Flip Register 6
MTU_MC65_RDBFL7 0xF006516E          MC 65 Read Data and Bit Flip Register 7
MTU_MC65_RDBFL8 0xF0065170          MC 65 Read Data and Bit Flip Register 8
MTU_MC65_RDBFL9 0xF0065172          MC 65 Read Data and Bit Flip Register 9
MTU_MC65_RDBFL10 0xF0065174          MC 65 Read Data and Bit Flip Register 10
MTU_MC65_RDBFL11 0xF0065176          MC 65 Read Data and Bit Flip Register 11
MTU_MC65_RDBFL12 0xF0065178          MC 65 Read Data and Bit Flip Register 12
MTU_MC65_RDBFL13 0xF006517A          MC 65 Read Data and Bit Flip Register 13
MTU_MC65_RDBFL14 0xF006517C          MC 65 Read Data and Bit Flip Register 14
MTU_MC65_RDBFL15 0xF006517E          MC 65 Read Data and Bit Flip Register 15
MTU_MC65_RDBFL16 0xF0065180          MC 65 Read Data and Bit Flip Register 16
MTU_MC65_RDBFL17 0xF0065182          MC 65 Read Data and Bit Flip Register 17
MTU_MC65_RDBFL18 0xF0065184          MC 65 Read Data and Bit Flip Register 18
MTU_MC65_RDBFL19 0xF0065186          MC 65 Read Data and Bit Flip Register 19
MTU_MC65_RDBFL20 0xF0065188          MC 65 Read Data and Bit Flip Register 20
MTU_MC65_RDBFL21 0xF006518A          MC 65 Read Data and Bit Flip Register 21
MTU_MC65_RDBFL22 0xF006518C          MC 65 Read Data and Bit Flip Register 22
MTU_MC65_RDBFL23 0xF006518E          MC 65 Read Data and Bit Flip Register 23
MTU_MC65_RDBFL24 0xF0065190          MC 65 Read Data and Bit Flip Register 24
MTU_MC65_RDBFL25 0xF0065192          MC 65 Read Data and Bit Flip Register 25
MTU_MC65_RDBFL26 0xF0065194          MC 65 Read Data and Bit Flip Register 26
MTU_MC65_RDBFL27 0xF0065196          MC 65 Read Data and Bit Flip Register 27
MTU_MC65_RDBFL28 0xF0065198          MC 65 Read Data and Bit Flip Register 28
MTU_MC65_RDBFL29 0xF006519A          MC 65 Read Data and Bit Flip Register 29
MTU_MC65_RDBFL30 0xF006519C          MC 65 Read Data and Bit Flip Register 30
MTU_MC65_RDBFL31 0xF006519E          MC 65 Read Data and Bit Flip Register 31
MTU_MC65_RDBFL32 0xF00651A0          MC 65 Read Data and Bit Flip Register 32
MTU_MC65_RDBFL33 0xF00651A2          MC 65 Read Data and Bit Flip Register 33
MTU_MC65_RDBFL34 0xF00651A4          MC 65 Read Data and Bit Flip Register 34
MTU_MC65_RDBFL35 0xF00651A6          MC 65 Read Data and Bit Flip Register 35
MTU_MC65_RDBFL36 0xF00651A8          MC 65 Read Data and Bit Flip Register 36
MTU_MC65_RDBFL37 0xF00651AA          MC 65 Read Data and Bit Flip Register 37
MTU_MC65_RDBFL38 0xF00651AC          MC 65 Read Data and Bit Flip Register 38
MTU_MC65_RDBFL39 0xF00651AE          MC 65 Read Data and Bit Flip Register 39
MTU_MC65_RDBFL40 0xF00651B0          MC 65 Read Data and Bit Flip Register 40
MTU_MC65_RDBFL41 0xF00651B2          MC 65 Read Data and Bit Flip Register 41
MTU_MC65_RDBFL42 0xF00651B4          MC 65 Read Data and Bit Flip Register 42
MTU_MC65_RDBFL43 0xF00651B6          MC 65 Read Data and Bit Flip Register 43
MTU_MC65_RDBFL44 0xF00651B8          MC 65 Read Data and Bit Flip Register 44
MTU_MC65_RDBFL45 0xF00651BA          MC 65 Read Data and Bit Flip Register 45
MTU_MC65_RDBFL46 0xF00651BC          MC 65 Read Data and Bit Flip Register 46
MTU_MC65_RDBFL47 0xF00651BE          MC 65 Read Data and Bit Flip Register 47
MTU_MC65_RDBFL48 0xF00651C0          MC 65 Read Data and Bit Flip Register 48
MTU_MC65_RDBFL49 0xF00651C2          MC 65 Read Data and Bit Flip Register 49
MTU_MC65_RDBFL50 0xF00651C4          MC 65 Read Data and Bit Flip Register 50
MTU_MC65_RDBFL51 0xF00651C6          MC 65 Read Data and Bit Flip Register 51
MTU_MC65_RDBFL52 0xF00651C8          MC 65 Read Data and Bit Flip Register 52
MTU_MC65_RDBFL53 0xF00651CA          MC 65 Read Data and Bit Flip Register 53
MTU_MC65_RDBFL54 0xF00651CC          MC 65 Read Data and Bit Flip Register 54
MTU_MC65_RDBFL55 0xF00651CE          MC 65 Read Data and Bit Flip Register 55
MTU_MC65_RDBFL56 0xF00651D0          MC 65 Read Data and Bit Flip Register 56
MTU_MC65_RDBFL57 0xF00651D2          MC 65 Read Data and Bit Flip Register 57
MTU_MC65_RDBFL58 0xF00651D4          MC 65 Read Data and Bit Flip Register 58
MTU_MC65_RDBFL59 0xF00651D6          MC 65 Read Data and Bit Flip Register 59
MTU_MC65_RDBFL60 0xF00651D8          MC 65 Read Data and Bit Flip Register 60
MTU_MC65_RDBFL61 0xF00651DA          MC 65 Read Data and Bit Flip Register 61
MTU_MC65_RDBFL62 0xF00651DC          MC 65 Read Data and Bit Flip Register 62
MTU_MC65_RDBFL63 0xF00651DE          MC 65 Read Data and Bit Flip Register 63
MTU_MC65_RDBFL64 0xF00651E0          MC 65 Read Data and Bit Flip Register 64
MTU_MC65_RDBFL65 0xF00651E2          MC 65 Read Data and Bit Flip Register 65
MTU_MC65_RDBFL66 0xF00651E4          MC 65 Read Data and Bit Flip Register 66
MTU_MC65_ALMSRCS 0xF00651EE          MC 65 Alarm Sources Configuration Register
MTU_MC65_FAULTSTS 0xF00651F0          MC 65 SSH Safety Faults Status Register
MTU_MC65_ERRINFO0 0xF00651F2          MC 65 Error Information Register 0
MTU_MC65_ERRINFO1 0xF00651F4          MC 65 Error Information Register 1
MTU_MC65_ERRINFO2 0xF00651F6          MC 65 Error Information Register 2
MTU_MC65_ERRINFO3 0xF00651F8          MC 65 Error Information Register 3
MTU_MC65_ERRINFO4 0xF00651FA          MC 65 Error Information Register 4
MTU_MC66_CONFIG0 0xF0065200          MC 66 Configuration Register 0
MTU_MC66_CONFIG1 0xF0065202          MC 66 Configuration Register 1
MTU_MC66_MCONTROL 0xF0065204          MC 66 MBIST Control Register
MTU_MC66_MSTATUS 0xF0065206          MC 66 Status Register
MTU_MC66_RANGE  0xF0065208          MC 66 Range Register, single address mode
MTU_MC66_REVID  0xF006520C          MC 66 Revision ID Register
MTU_MC66_ECCS   0xF006520E          MC 66 ECC Safety Register
MTU_MC66_ECCD   0xF0065210          MC 66 Memory ECC Detection Register
MTU_MC66_ETRR0  0xF0065212          MC 66 Error Tracking Register 0
MTU_MC66_ETRR1  0xF0065214          MC 66 Error Tracking Register 1
MTU_MC66_ETRR2  0xF0065216          MC 66 Error Tracking Register 2
MTU_MC66_ETRR3  0xF0065218          MC 66 Error Tracking Register 3
MTU_MC66_ETRR4  0xF006521A          MC 66 Error Tracking Register 4
MTU_MC66_RDBFL0 0xF0065260          MC 66 Read Data and Bit Flip Register 0
MTU_MC66_RDBFL1 0xF0065262          MC 66 Read Data and Bit Flip Register 1
MTU_MC66_RDBFL2 0xF0065264          MC 66 Read Data and Bit Flip Register 2
MTU_MC66_RDBFL3 0xF0065266          MC 66 Read Data and Bit Flip Register 3
MTU_MC66_RDBFL4 0xF0065268          MC 66 Read Data and Bit Flip Register 4
MTU_MC66_RDBFL5 0xF006526A          MC 66 Read Data and Bit Flip Register 5
MTU_MC66_RDBFL6 0xF006526C          MC 66 Read Data and Bit Flip Register 6
MTU_MC66_RDBFL7 0xF006526E          MC 66 Read Data and Bit Flip Register 7
MTU_MC66_RDBFL8 0xF0065270          MC 66 Read Data and Bit Flip Register 8
MTU_MC66_RDBFL9 0xF0065272          MC 66 Read Data and Bit Flip Register 9
MTU_MC66_RDBFL10 0xF0065274          MC 66 Read Data and Bit Flip Register 10
MTU_MC66_RDBFL11 0xF0065276          MC 66 Read Data and Bit Flip Register 11
MTU_MC66_RDBFL12 0xF0065278          MC 66 Read Data and Bit Flip Register 12
MTU_MC66_RDBFL13 0xF006527A          MC 66 Read Data and Bit Flip Register 13
MTU_MC66_RDBFL14 0xF006527C          MC 66 Read Data and Bit Flip Register 14
MTU_MC66_RDBFL15 0xF006527E          MC 66 Read Data and Bit Flip Register 15
MTU_MC66_RDBFL16 0xF0065280          MC 66 Read Data and Bit Flip Register 16
MTU_MC66_RDBFL17 0xF0065282          MC 66 Read Data and Bit Flip Register 17
MTU_MC66_RDBFL18 0xF0065284          MC 66 Read Data and Bit Flip Register 18
MTU_MC66_RDBFL19 0xF0065286          MC 66 Read Data and Bit Flip Register 19
MTU_MC66_RDBFL20 0xF0065288          MC 66 Read Data and Bit Flip Register 20
MTU_MC66_RDBFL21 0xF006528A          MC 66 Read Data and Bit Flip Register 21
MTU_MC66_RDBFL22 0xF006528C          MC 66 Read Data and Bit Flip Register 22
MTU_MC66_RDBFL23 0xF006528E          MC 66 Read Data and Bit Flip Register 23
MTU_MC66_RDBFL24 0xF0065290          MC 66 Read Data and Bit Flip Register 24
MTU_MC66_RDBFL25 0xF0065292          MC 66 Read Data and Bit Flip Register 25
MTU_MC66_RDBFL26 0xF0065294          MC 66 Read Data and Bit Flip Register 26
MTU_MC66_RDBFL27 0xF0065296          MC 66 Read Data and Bit Flip Register 27
MTU_MC66_RDBFL28 0xF0065298          MC 66 Read Data and Bit Flip Register 28
MTU_MC66_RDBFL29 0xF006529A          MC 66 Read Data and Bit Flip Register 29
MTU_MC66_RDBFL30 0xF006529C          MC 66 Read Data and Bit Flip Register 30
MTU_MC66_RDBFL31 0xF006529E          MC 66 Read Data and Bit Flip Register 31
MTU_MC66_RDBFL32 0xF00652A0          MC 66 Read Data and Bit Flip Register 32
MTU_MC66_RDBFL33 0xF00652A2          MC 66 Read Data and Bit Flip Register 33
MTU_MC66_RDBFL34 0xF00652A4          MC 66 Read Data and Bit Flip Register 34
MTU_MC66_RDBFL35 0xF00652A6          MC 66 Read Data and Bit Flip Register 35
MTU_MC66_RDBFL36 0xF00652A8          MC 66 Read Data and Bit Flip Register 36
MTU_MC66_RDBFL37 0xF00652AA          MC 66 Read Data and Bit Flip Register 37
MTU_MC66_RDBFL38 0xF00652AC          MC 66 Read Data and Bit Flip Register 38
MTU_MC66_RDBFL39 0xF00652AE          MC 66 Read Data and Bit Flip Register 39
MTU_MC66_RDBFL40 0xF00652B0          MC 66 Read Data and Bit Flip Register 40
MTU_MC66_RDBFL41 0xF00652B2          MC 66 Read Data and Bit Flip Register 41
MTU_MC66_RDBFL42 0xF00652B4          MC 66 Read Data and Bit Flip Register 42
MTU_MC66_RDBFL43 0xF00652B6          MC 66 Read Data and Bit Flip Register 43
MTU_MC66_RDBFL44 0xF00652B8          MC 66 Read Data and Bit Flip Register 44
MTU_MC66_RDBFL45 0xF00652BA          MC 66 Read Data and Bit Flip Register 45
MTU_MC66_RDBFL46 0xF00652BC          MC 66 Read Data and Bit Flip Register 46
MTU_MC66_RDBFL47 0xF00652BE          MC 66 Read Data and Bit Flip Register 47
MTU_MC66_RDBFL48 0xF00652C0          MC 66 Read Data and Bit Flip Register 48
MTU_MC66_RDBFL49 0xF00652C2          MC 66 Read Data and Bit Flip Register 49
MTU_MC66_RDBFL50 0xF00652C4          MC 66 Read Data and Bit Flip Register 50
MTU_MC66_RDBFL51 0xF00652C6          MC 66 Read Data and Bit Flip Register 51
MTU_MC66_RDBFL52 0xF00652C8          MC 66 Read Data and Bit Flip Register 52
MTU_MC66_RDBFL53 0xF00652CA          MC 66 Read Data and Bit Flip Register 53
MTU_MC66_RDBFL54 0xF00652CC          MC 66 Read Data and Bit Flip Register 54
MTU_MC66_RDBFL55 0xF00652CE          MC 66 Read Data and Bit Flip Register 55
MTU_MC66_RDBFL56 0xF00652D0          MC 66 Read Data and Bit Flip Register 56
MTU_MC66_RDBFL57 0xF00652D2          MC 66 Read Data and Bit Flip Register 57
MTU_MC66_RDBFL58 0xF00652D4          MC 66 Read Data and Bit Flip Register 58
MTU_MC66_RDBFL59 0xF00652D6          MC 66 Read Data and Bit Flip Register 59
MTU_MC66_RDBFL60 0xF00652D8          MC 66 Read Data and Bit Flip Register 60
MTU_MC66_RDBFL61 0xF00652DA          MC 66 Read Data and Bit Flip Register 61
MTU_MC66_RDBFL62 0xF00652DC          MC 66 Read Data and Bit Flip Register 62
MTU_MC66_RDBFL63 0xF00652DE          MC 66 Read Data and Bit Flip Register 63
MTU_MC66_RDBFL64 0xF00652E0          MC 66 Read Data and Bit Flip Register 64
MTU_MC66_RDBFL65 0xF00652E2          MC 66 Read Data and Bit Flip Register 65
MTU_MC66_RDBFL66 0xF00652E4          MC 66 Read Data and Bit Flip Register 66
MTU_MC66_ALMSRCS 0xF00652EE          MC 66 Alarm Sources Configuration Register
MTU_MC66_FAULTSTS 0xF00652F0          MC 66 SSH Safety Faults Status Register
MTU_MC66_ERRINFO0 0xF00652F2          MC 66 Error Information Register 0
MTU_MC66_ERRINFO1 0xF00652F4          MC 66 Error Information Register 1
MTU_MC66_ERRINFO2 0xF00652F6          MC 66 Error Information Register 2
MTU_MC66_ERRINFO3 0xF00652F8          MC 66 Error Information Register 3
MTU_MC66_ERRINFO4 0xF00652FA          MC 66 Error Information Register 4
MTU_MC67_CONFIG0 0xF0065300          MC 67 Configuration Register 0
MTU_MC67_CONFIG1 0xF0065302          MC 67 Configuration Register 1
MTU_MC67_MCONTROL 0xF0065304          MC 67 MBIST Control Register
MTU_MC67_MSTATUS 0xF0065306          MC 67 Status Register
MTU_MC67_RANGE  0xF0065308          MC 67 Range Register, single address mode
MTU_MC67_REVID  0xF006530C          MC 67 Revision ID Register
MTU_MC67_ECCS   0xF006530E          MC 67 ECC Safety Register
MTU_MC67_ECCD   0xF0065310          MC 67 Memory ECC Detection Register
MTU_MC67_ETRR0  0xF0065312          MC 67 Error Tracking Register 0
MTU_MC67_ETRR1  0xF0065314          MC 67 Error Tracking Register 1
MTU_MC67_ETRR2  0xF0065316          MC 67 Error Tracking Register 2
MTU_MC67_ETRR3  0xF0065318          MC 67 Error Tracking Register 3
MTU_MC67_ETRR4  0xF006531A          MC 67 Error Tracking Register 4
MTU_MC67_RDBFL0 0xF0065360          MC 67 Read Data and Bit Flip Register 0
MTU_MC67_RDBFL1 0xF0065362          MC 67 Read Data and Bit Flip Register 1
MTU_MC67_RDBFL2 0xF0065364          MC 67 Read Data and Bit Flip Register 2
MTU_MC67_RDBFL3 0xF0065366          MC 67 Read Data and Bit Flip Register 3
MTU_MC67_RDBFL4 0xF0065368          MC 67 Read Data and Bit Flip Register 4
MTU_MC67_RDBFL5 0xF006536A          MC 67 Read Data and Bit Flip Register 5
MTU_MC67_RDBFL6 0xF006536C          MC 67 Read Data and Bit Flip Register 6
MTU_MC67_RDBFL7 0xF006536E          MC 67 Read Data and Bit Flip Register 7
MTU_MC67_RDBFL8 0xF0065370          MC 67 Read Data and Bit Flip Register 8
MTU_MC67_RDBFL9 0xF0065372          MC 67 Read Data and Bit Flip Register 9
MTU_MC67_RDBFL10 0xF0065374          MC 67 Read Data and Bit Flip Register 10
MTU_MC67_RDBFL11 0xF0065376          MC 67 Read Data and Bit Flip Register 11
MTU_MC67_RDBFL12 0xF0065378          MC 67 Read Data and Bit Flip Register 12
MTU_MC67_RDBFL13 0xF006537A          MC 67 Read Data and Bit Flip Register 13
MTU_MC67_RDBFL14 0xF006537C          MC 67 Read Data and Bit Flip Register 14
MTU_MC67_RDBFL15 0xF006537E          MC 67 Read Data and Bit Flip Register 15
MTU_MC67_RDBFL16 0xF0065380          MC 67 Read Data and Bit Flip Register 16
MTU_MC67_RDBFL17 0xF0065382          MC 67 Read Data and Bit Flip Register 17
MTU_MC67_RDBFL18 0xF0065384          MC 67 Read Data and Bit Flip Register 18
MTU_MC67_RDBFL19 0xF0065386          MC 67 Read Data and Bit Flip Register 19
MTU_MC67_RDBFL20 0xF0065388          MC 67 Read Data and Bit Flip Register 20
MTU_MC67_RDBFL21 0xF006538A          MC 67 Read Data and Bit Flip Register 21
MTU_MC67_RDBFL22 0xF006538C          MC 67 Read Data and Bit Flip Register 22
MTU_MC67_RDBFL23 0xF006538E          MC 67 Read Data and Bit Flip Register 23
MTU_MC67_RDBFL24 0xF0065390          MC 67 Read Data and Bit Flip Register 24
MTU_MC67_RDBFL25 0xF0065392          MC 67 Read Data and Bit Flip Register 25
MTU_MC67_RDBFL26 0xF0065394          MC 67 Read Data and Bit Flip Register 26
MTU_MC67_RDBFL27 0xF0065396          MC 67 Read Data and Bit Flip Register 27
MTU_MC67_RDBFL28 0xF0065398          MC 67 Read Data and Bit Flip Register 28
MTU_MC67_RDBFL29 0xF006539A          MC 67 Read Data and Bit Flip Register 29
MTU_MC67_RDBFL30 0xF006539C          MC 67 Read Data and Bit Flip Register 30
MTU_MC67_RDBFL31 0xF006539E          MC 67 Read Data and Bit Flip Register 31
MTU_MC67_RDBFL32 0xF00653A0          MC 67 Read Data and Bit Flip Register 32
MTU_MC67_RDBFL33 0xF00653A2          MC 67 Read Data and Bit Flip Register 33
MTU_MC67_RDBFL34 0xF00653A4          MC 67 Read Data and Bit Flip Register 34
MTU_MC67_RDBFL35 0xF00653A6          MC 67 Read Data and Bit Flip Register 35
MTU_MC67_RDBFL36 0xF00653A8          MC 67 Read Data and Bit Flip Register 36
MTU_MC67_RDBFL37 0xF00653AA          MC 67 Read Data and Bit Flip Register 37
MTU_MC67_RDBFL38 0xF00653AC          MC 67 Read Data and Bit Flip Register 38
MTU_MC67_RDBFL39 0xF00653AE          MC 67 Read Data and Bit Flip Register 39
MTU_MC67_RDBFL40 0xF00653B0          MC 67 Read Data and Bit Flip Register 40
MTU_MC67_RDBFL41 0xF00653B2          MC 67 Read Data and Bit Flip Register 41
MTU_MC67_RDBFL42 0xF00653B4          MC 67 Read Data and Bit Flip Register 42
MTU_MC67_RDBFL43 0xF00653B6          MC 67 Read Data and Bit Flip Register 43
MTU_MC67_RDBFL44 0xF00653B8          MC 67 Read Data and Bit Flip Register 44
MTU_MC67_RDBFL45 0xF00653BA          MC 67 Read Data and Bit Flip Register 45
MTU_MC67_RDBFL46 0xF00653BC          MC 67 Read Data and Bit Flip Register 46
MTU_MC67_RDBFL47 0xF00653BE          MC 67 Read Data and Bit Flip Register 47
MTU_MC67_RDBFL48 0xF00653C0          MC 67 Read Data and Bit Flip Register 48
MTU_MC67_RDBFL49 0xF00653C2          MC 67 Read Data and Bit Flip Register 49
MTU_MC67_RDBFL50 0xF00653C4          MC 67 Read Data and Bit Flip Register 50
MTU_MC67_RDBFL51 0xF00653C6          MC 67 Read Data and Bit Flip Register 51
MTU_MC67_RDBFL52 0xF00653C8          MC 67 Read Data and Bit Flip Register 52
MTU_MC67_RDBFL53 0xF00653CA          MC 67 Read Data and Bit Flip Register 53
MTU_MC67_RDBFL54 0xF00653CC          MC 67 Read Data and Bit Flip Register 54
MTU_MC67_RDBFL55 0xF00653CE          MC 67 Read Data and Bit Flip Register 55
MTU_MC67_RDBFL56 0xF00653D0          MC 67 Read Data and Bit Flip Register 56
MTU_MC67_RDBFL57 0xF00653D2          MC 67 Read Data and Bit Flip Register 57
MTU_MC67_RDBFL58 0xF00653D4          MC 67 Read Data and Bit Flip Register 58
MTU_MC67_RDBFL59 0xF00653D6          MC 67 Read Data and Bit Flip Register 59
MTU_MC67_RDBFL60 0xF00653D8          MC 67 Read Data and Bit Flip Register 60
MTU_MC67_RDBFL61 0xF00653DA          MC 67 Read Data and Bit Flip Register 61
MTU_MC67_RDBFL62 0xF00653DC          MC 67 Read Data and Bit Flip Register 62
MTU_MC67_RDBFL63 0xF00653DE          MC 67 Read Data and Bit Flip Register 63
MTU_MC67_RDBFL64 0xF00653E0          MC 67 Read Data and Bit Flip Register 64
MTU_MC67_RDBFL65 0xF00653E2          MC 67 Read Data and Bit Flip Register 65
MTU_MC67_RDBFL66 0xF00653E4          MC 67 Read Data and Bit Flip Register 66
MTU_MC67_ALMSRCS 0xF00653EE          MC 67 Alarm Sources Configuration Register
MTU_MC67_FAULTSTS 0xF00653F0          MC 67 SSH Safety Faults Status Register
MTU_MC67_ERRINFO0 0xF00653F2          MC 67 Error Information Register 0
MTU_MC67_ERRINFO1 0xF00653F4          MC 67 Error Information Register 1
MTU_MC67_ERRINFO2 0xF00653F6          MC 67 Error Information Register 2
MTU_MC67_ERRINFO3 0xF00653F8          MC 67 Error Information Register 3
MTU_MC67_ERRINFO4 0xF00653FA          MC 67 Error Information Register 4
MTU_MC68_CONFIG0 0xF0065400          MC 68 Configuration Register 0
MTU_MC68_CONFIG1 0xF0065402          MC 68 Configuration Register 1
MTU_MC68_MCONTROL 0xF0065404          MC 68 MBIST Control Register
MTU_MC68_MSTATUS 0xF0065406          MC 68 Status Register
MTU_MC68_RANGE  0xF0065408          MC 68 Range Register, single address mode
MTU_MC68_REVID  0xF006540C          MC 68 Revision ID Register
MTU_MC68_ECCS   0xF006540E          MC 68 ECC Safety Register
MTU_MC68_ECCD   0xF0065410          MC 68 Memory ECC Detection Register
MTU_MC68_ETRR0  0xF0065412          MC 68 Error Tracking Register 0
MTU_MC68_ETRR1  0xF0065414          MC 68 Error Tracking Register 1
MTU_MC68_ETRR2  0xF0065416          MC 68 Error Tracking Register 2
MTU_MC68_ETRR3  0xF0065418          MC 68 Error Tracking Register 3
MTU_MC68_ETRR4  0xF006541A          MC 68 Error Tracking Register 4
MTU_MC68_RDBFL0 0xF0065460          MC 68 Read Data and Bit Flip Register 0
MTU_MC68_RDBFL1 0xF0065462          MC 68 Read Data and Bit Flip Register 1
MTU_MC68_RDBFL2 0xF0065464          MC 68 Read Data and Bit Flip Register 2
MTU_MC68_RDBFL3 0xF0065466          MC 68 Read Data and Bit Flip Register 3
MTU_MC68_RDBFL4 0xF0065468          MC 68 Read Data and Bit Flip Register 4
MTU_MC68_RDBFL5 0xF006546A          MC 68 Read Data and Bit Flip Register 5
MTU_MC68_RDBFL6 0xF006546C          MC 68 Read Data and Bit Flip Register 6
MTU_MC68_RDBFL7 0xF006546E          MC 68 Read Data and Bit Flip Register 7
MTU_MC68_RDBFL8 0xF0065470          MC 68 Read Data and Bit Flip Register 8
MTU_MC68_RDBFL9 0xF0065472          MC 68 Read Data and Bit Flip Register 9
MTU_MC68_RDBFL10 0xF0065474          MC 68 Read Data and Bit Flip Register 10
MTU_MC68_RDBFL11 0xF0065476          MC 68 Read Data and Bit Flip Register 11
MTU_MC68_RDBFL12 0xF0065478          MC 68 Read Data and Bit Flip Register 12
MTU_MC68_RDBFL13 0xF006547A          MC 68 Read Data and Bit Flip Register 13
MTU_MC68_RDBFL14 0xF006547C          MC 68 Read Data and Bit Flip Register 14
MTU_MC68_RDBFL15 0xF006547E          MC 68 Read Data and Bit Flip Register 15
MTU_MC68_RDBFL16 0xF0065480          MC 68 Read Data and Bit Flip Register 16
MTU_MC68_RDBFL17 0xF0065482          MC 68 Read Data and Bit Flip Register 17
MTU_MC68_RDBFL18 0xF0065484          MC 68 Read Data and Bit Flip Register 18
MTU_MC68_RDBFL19 0xF0065486          MC 68 Read Data and Bit Flip Register 19
MTU_MC68_RDBFL20 0xF0065488          MC 68 Read Data and Bit Flip Register 20
MTU_MC68_RDBFL21 0xF006548A          MC 68 Read Data and Bit Flip Register 21
MTU_MC68_RDBFL22 0xF006548C          MC 68 Read Data and Bit Flip Register 22
MTU_MC68_RDBFL23 0xF006548E          MC 68 Read Data and Bit Flip Register 23
MTU_MC68_RDBFL24 0xF0065490          MC 68 Read Data and Bit Flip Register 24
MTU_MC68_RDBFL25 0xF0065492          MC 68 Read Data and Bit Flip Register 25
MTU_MC68_RDBFL26 0xF0065494          MC 68 Read Data and Bit Flip Register 26
MTU_MC68_RDBFL27 0xF0065496          MC 68 Read Data and Bit Flip Register 27
MTU_MC68_RDBFL28 0xF0065498          MC 68 Read Data and Bit Flip Register 28
MTU_MC68_RDBFL29 0xF006549A          MC 68 Read Data and Bit Flip Register 29
MTU_MC68_RDBFL30 0xF006549C          MC 68 Read Data and Bit Flip Register 30
MTU_MC68_RDBFL31 0xF006549E          MC 68 Read Data and Bit Flip Register 31
MTU_MC68_RDBFL32 0xF00654A0          MC 68 Read Data and Bit Flip Register 32
MTU_MC68_RDBFL33 0xF00654A2          MC 68 Read Data and Bit Flip Register 33
MTU_MC68_RDBFL34 0xF00654A4          MC 68 Read Data and Bit Flip Register 34
MTU_MC68_RDBFL35 0xF00654A6          MC 68 Read Data and Bit Flip Register 35
MTU_MC68_RDBFL36 0xF00654A8          MC 68 Read Data and Bit Flip Register 36
MTU_MC68_RDBFL37 0xF00654AA          MC 68 Read Data and Bit Flip Register 37
MTU_MC68_RDBFL38 0xF00654AC          MC 68 Read Data and Bit Flip Register 38
MTU_MC68_RDBFL39 0xF00654AE          MC 68 Read Data and Bit Flip Register 39
MTU_MC68_RDBFL40 0xF00654B0          MC 68 Read Data and Bit Flip Register 40
MTU_MC68_RDBFL41 0xF00654B2          MC 68 Read Data and Bit Flip Register 41
MTU_MC68_RDBFL42 0xF00654B4          MC 68 Read Data and Bit Flip Register 42
MTU_MC68_RDBFL43 0xF00654B6          MC 68 Read Data and Bit Flip Register 43
MTU_MC68_RDBFL44 0xF00654B8          MC 68 Read Data and Bit Flip Register 44
MTU_MC68_RDBFL45 0xF00654BA          MC 68 Read Data and Bit Flip Register 45
MTU_MC68_RDBFL46 0xF00654BC          MC 68 Read Data and Bit Flip Register 46
MTU_MC68_RDBFL47 0xF00654BE          MC 68 Read Data and Bit Flip Register 47
MTU_MC68_RDBFL48 0xF00654C0          MC 68 Read Data and Bit Flip Register 48
MTU_MC68_RDBFL49 0xF00654C2          MC 68 Read Data and Bit Flip Register 49
MTU_MC68_RDBFL50 0xF00654C4          MC 68 Read Data and Bit Flip Register 50
MTU_MC68_RDBFL51 0xF00654C6          MC 68 Read Data and Bit Flip Register 51
MTU_MC68_RDBFL52 0xF00654C8          MC 68 Read Data and Bit Flip Register 52
MTU_MC68_RDBFL53 0xF00654CA          MC 68 Read Data and Bit Flip Register 53
MTU_MC68_RDBFL54 0xF00654CC          MC 68 Read Data and Bit Flip Register 54
MTU_MC68_RDBFL55 0xF00654CE          MC 68 Read Data and Bit Flip Register 55
MTU_MC68_RDBFL56 0xF00654D0          MC 68 Read Data and Bit Flip Register 56
MTU_MC68_RDBFL57 0xF00654D2          MC 68 Read Data and Bit Flip Register 57
MTU_MC68_RDBFL58 0xF00654D4          MC 68 Read Data and Bit Flip Register 58
MTU_MC68_RDBFL59 0xF00654D6          MC 68 Read Data and Bit Flip Register 59
MTU_MC68_RDBFL60 0xF00654D8          MC 68 Read Data and Bit Flip Register 60
MTU_MC68_RDBFL61 0xF00654DA          MC 68 Read Data and Bit Flip Register 61
MTU_MC68_RDBFL62 0xF00654DC          MC 68 Read Data and Bit Flip Register 62
MTU_MC68_RDBFL63 0xF00654DE          MC 68 Read Data and Bit Flip Register 63
MTU_MC68_RDBFL64 0xF00654E0          MC 68 Read Data and Bit Flip Register 64
MTU_MC68_RDBFL65 0xF00654E2          MC 68 Read Data and Bit Flip Register 65
MTU_MC68_RDBFL66 0xF00654E4          MC 68 Read Data and Bit Flip Register 66
MTU_MC68_ALMSRCS 0xF00654EE          MC 68 Alarm Sources Configuration Register
MTU_MC68_FAULTSTS 0xF00654F0          MC 68 SSH Safety Faults Status Register
MTU_MC68_ERRINFO0 0xF00654F2          MC 68 Error Information Register 0
MTU_MC68_ERRINFO1 0xF00654F4          MC 68 Error Information Register 1
MTU_MC68_ERRINFO2 0xF00654F6          MC 68 Error Information Register 2
MTU_MC68_ERRINFO3 0xF00654F8          MC 68 Error Information Register 3
MTU_MC68_ERRINFO4 0xF00654FA          MC 68 Error Information Register 4
MTU_MC69_CONFIG0 0xF0065500          MC 69 Configuration Register 0
MTU_MC69_CONFIG1 0xF0065502          MC 69 Configuration Register 1
MTU_MC69_MCONTROL 0xF0065504          MC 69 MBIST Control Register
MTU_MC69_MSTATUS 0xF0065506          MC 69 Status Register
MTU_MC69_RANGE  0xF0065508          MC 69 Range Register, single address mode
MTU_MC69_REVID  0xF006550C          MC 69 Revision ID Register
MTU_MC69_ECCS   0xF006550E          MC 69 ECC Safety Register
MTU_MC69_ECCD   0xF0065510          MC 69 Memory ECC Detection Register
MTU_MC69_ETRR0  0xF0065512          MC 69 Error Tracking Register 0
MTU_MC69_ETRR1  0xF0065514          MC 69 Error Tracking Register 1
MTU_MC69_ETRR2  0xF0065516          MC 69 Error Tracking Register 2
MTU_MC69_ETRR3  0xF0065518          MC 69 Error Tracking Register 3
MTU_MC69_ETRR4  0xF006551A          MC 69 Error Tracking Register 4
MTU_MC69_RDBFL0 0xF0065560          MC 69 Read Data and Bit Flip Register 0
MTU_MC69_RDBFL1 0xF0065562          MC 69 Read Data and Bit Flip Register 1
MTU_MC69_RDBFL2 0xF0065564          MC 69 Read Data and Bit Flip Register 2
MTU_MC69_RDBFL3 0xF0065566          MC 69 Read Data and Bit Flip Register 3
MTU_MC69_RDBFL4 0xF0065568          MC 69 Read Data and Bit Flip Register 4
MTU_MC69_RDBFL5 0xF006556A          MC 69 Read Data and Bit Flip Register 5
MTU_MC69_RDBFL6 0xF006556C          MC 69 Read Data and Bit Flip Register 6
MTU_MC69_RDBFL7 0xF006556E          MC 69 Read Data and Bit Flip Register 7
MTU_MC69_RDBFL8 0xF0065570          MC 69 Read Data and Bit Flip Register 8
MTU_MC69_RDBFL9 0xF0065572          MC 69 Read Data and Bit Flip Register 9
MTU_MC69_RDBFL10 0xF0065574          MC 69 Read Data and Bit Flip Register 10
MTU_MC69_RDBFL11 0xF0065576          MC 69 Read Data and Bit Flip Register 11
MTU_MC69_RDBFL12 0xF0065578          MC 69 Read Data and Bit Flip Register 12
MTU_MC69_RDBFL13 0xF006557A          MC 69 Read Data and Bit Flip Register 13
MTU_MC69_RDBFL14 0xF006557C          MC 69 Read Data and Bit Flip Register 14
MTU_MC69_RDBFL15 0xF006557E          MC 69 Read Data and Bit Flip Register 15
MTU_MC69_RDBFL16 0xF0065580          MC 69 Read Data and Bit Flip Register 16
MTU_MC69_RDBFL17 0xF0065582          MC 69 Read Data and Bit Flip Register 17
MTU_MC69_RDBFL18 0xF0065584          MC 69 Read Data and Bit Flip Register 18
MTU_MC69_RDBFL19 0xF0065586          MC 69 Read Data and Bit Flip Register 19
MTU_MC69_RDBFL20 0xF0065588          MC 69 Read Data and Bit Flip Register 20
MTU_MC69_RDBFL21 0xF006558A          MC 69 Read Data and Bit Flip Register 21
MTU_MC69_RDBFL22 0xF006558C          MC 69 Read Data and Bit Flip Register 22
MTU_MC69_RDBFL23 0xF006558E          MC 69 Read Data and Bit Flip Register 23
MTU_MC69_RDBFL24 0xF0065590          MC 69 Read Data and Bit Flip Register 24
MTU_MC69_RDBFL25 0xF0065592          MC 69 Read Data and Bit Flip Register 25
MTU_MC69_RDBFL26 0xF0065594          MC 69 Read Data and Bit Flip Register 26
MTU_MC69_RDBFL27 0xF0065596          MC 69 Read Data and Bit Flip Register 27
MTU_MC69_RDBFL28 0xF0065598          MC 69 Read Data and Bit Flip Register 28
MTU_MC69_RDBFL29 0xF006559A          MC 69 Read Data and Bit Flip Register 29
MTU_MC69_RDBFL30 0xF006559C          MC 69 Read Data and Bit Flip Register 30
MTU_MC69_RDBFL31 0xF006559E          MC 69 Read Data and Bit Flip Register 31
MTU_MC69_RDBFL32 0xF00655A0          MC 69 Read Data and Bit Flip Register 32
MTU_MC69_RDBFL33 0xF00655A2          MC 69 Read Data and Bit Flip Register 33
MTU_MC69_RDBFL34 0xF00655A4          MC 69 Read Data and Bit Flip Register 34
MTU_MC69_RDBFL35 0xF00655A6          MC 69 Read Data and Bit Flip Register 35
MTU_MC69_RDBFL36 0xF00655A8          MC 69 Read Data and Bit Flip Register 36
MTU_MC69_RDBFL37 0xF00655AA          MC 69 Read Data and Bit Flip Register 37
MTU_MC69_RDBFL38 0xF00655AC          MC 69 Read Data and Bit Flip Register 38
MTU_MC69_RDBFL39 0xF00655AE          MC 69 Read Data and Bit Flip Register 39
MTU_MC69_RDBFL40 0xF00655B0          MC 69 Read Data and Bit Flip Register 40
MTU_MC69_RDBFL41 0xF00655B2          MC 69 Read Data and Bit Flip Register 41
MTU_MC69_RDBFL42 0xF00655B4          MC 69 Read Data and Bit Flip Register 42
MTU_MC69_RDBFL43 0xF00655B6          MC 69 Read Data and Bit Flip Register 43
MTU_MC69_RDBFL44 0xF00655B8          MC 69 Read Data and Bit Flip Register 44
MTU_MC69_RDBFL45 0xF00655BA          MC 69 Read Data and Bit Flip Register 45
MTU_MC69_RDBFL46 0xF00655BC          MC 69 Read Data and Bit Flip Register 46
MTU_MC69_RDBFL47 0xF00655BE          MC 69 Read Data and Bit Flip Register 47
MTU_MC69_RDBFL48 0xF00655C0          MC 69 Read Data and Bit Flip Register 48
MTU_MC69_RDBFL49 0xF00655C2          MC 69 Read Data and Bit Flip Register 49
MTU_MC69_RDBFL50 0xF00655C4          MC 69 Read Data and Bit Flip Register 50
MTU_MC69_RDBFL51 0xF00655C6          MC 69 Read Data and Bit Flip Register 51
MTU_MC69_RDBFL52 0xF00655C8          MC 69 Read Data and Bit Flip Register 52
MTU_MC69_RDBFL53 0xF00655CA          MC 69 Read Data and Bit Flip Register 53
MTU_MC69_RDBFL54 0xF00655CC          MC 69 Read Data and Bit Flip Register 54
MTU_MC69_RDBFL55 0xF00655CE          MC 69 Read Data and Bit Flip Register 55
MTU_MC69_RDBFL56 0xF00655D0          MC 69 Read Data and Bit Flip Register 56
MTU_MC69_RDBFL57 0xF00655D2          MC 69 Read Data and Bit Flip Register 57
MTU_MC69_RDBFL58 0xF00655D4          MC 69 Read Data and Bit Flip Register 58
MTU_MC69_RDBFL59 0xF00655D6          MC 69 Read Data and Bit Flip Register 59
MTU_MC69_RDBFL60 0xF00655D8          MC 69 Read Data and Bit Flip Register 60
MTU_MC69_RDBFL61 0xF00655DA          MC 69 Read Data and Bit Flip Register 61
MTU_MC69_RDBFL62 0xF00655DC          MC 69 Read Data and Bit Flip Register 62
MTU_MC69_RDBFL63 0xF00655DE          MC 69 Read Data and Bit Flip Register 63
MTU_MC69_RDBFL64 0xF00655E0          MC 69 Read Data and Bit Flip Register 64
MTU_MC69_RDBFL65 0xF00655E2          MC 69 Read Data and Bit Flip Register 65
MTU_MC69_RDBFL66 0xF00655E4          MC 69 Read Data and Bit Flip Register 66
MTU_MC69_ALMSRCS 0xF00655EE          MC 69 Alarm Sources Configuration Register
MTU_MC69_FAULTSTS 0xF00655F0          MC 69 SSH Safety Faults Status Register
MTU_MC69_ERRINFO0 0xF00655F2          MC 69 Error Information Register 0
MTU_MC69_ERRINFO1 0xF00655F4          MC 69 Error Information Register 1
MTU_MC69_ERRINFO2 0xF00655F6          MC 69 Error Information Register 2
MTU_MC69_ERRINFO3 0xF00655F8          MC 69 Error Information Register 3
MTU_MC69_ERRINFO4 0xF00655FA          MC 69 Error Information Register 4
MTU_MC70_CONFIG0 0xF0065600          MC 70 Configuration Register 0
MTU_MC70_CONFIG1 0xF0065602          MC 70 Configuration Register 1
MTU_MC70_MCONTROL 0xF0065604          MC 70 MBIST Control Register
MTU_MC70_MSTATUS 0xF0065606          MC 70 Status Register
MTU_MC70_RANGE  0xF0065608          MC 70 Range Register, single address mode
MTU_MC70_REVID  0xF006560C          MC 70 Revision ID Register
MTU_MC70_ECCS   0xF006560E          MC 70 ECC Safety Register
MTU_MC70_ECCD   0xF0065610          MC 70 Memory ECC Detection Register
MTU_MC70_ETRR0  0xF0065612          MC 70 Error Tracking Register 0
MTU_MC70_ETRR1  0xF0065614          MC 70 Error Tracking Register 1
MTU_MC70_ETRR2  0xF0065616          MC 70 Error Tracking Register 2
MTU_MC70_ETRR3  0xF0065618          MC 70 Error Tracking Register 3
MTU_MC70_ETRR4  0xF006561A          MC 70 Error Tracking Register 4
MTU_MC70_RDBFL0 0xF0065660          MC 70 Read Data and Bit Flip Register 0
MTU_MC70_RDBFL1 0xF0065662          MC 70 Read Data and Bit Flip Register 1
MTU_MC70_RDBFL2 0xF0065664          MC 70 Read Data and Bit Flip Register 2
MTU_MC70_RDBFL3 0xF0065666          MC 70 Read Data and Bit Flip Register 3
MTU_MC70_RDBFL4 0xF0065668          MC 70 Read Data and Bit Flip Register 4
MTU_MC70_RDBFL5 0xF006566A          MC 70 Read Data and Bit Flip Register 5
MTU_MC70_RDBFL6 0xF006566C          MC 70 Read Data and Bit Flip Register 6
MTU_MC70_RDBFL7 0xF006566E          MC 70 Read Data and Bit Flip Register 7
MTU_MC70_RDBFL8 0xF0065670          MC 70 Read Data and Bit Flip Register 8
MTU_MC70_RDBFL9 0xF0065672          MC 70 Read Data and Bit Flip Register 9
MTU_MC70_RDBFL10 0xF0065674          MC 70 Read Data and Bit Flip Register 10
MTU_MC70_RDBFL11 0xF0065676          MC 70 Read Data and Bit Flip Register 11
MTU_MC70_RDBFL12 0xF0065678          MC 70 Read Data and Bit Flip Register 12
MTU_MC70_RDBFL13 0xF006567A          MC 70 Read Data and Bit Flip Register 13
MTU_MC70_RDBFL14 0xF006567C          MC 70 Read Data and Bit Flip Register 14
MTU_MC70_RDBFL15 0xF006567E          MC 70 Read Data and Bit Flip Register 15
MTU_MC70_RDBFL16 0xF0065680          MC 70 Read Data and Bit Flip Register 16
MTU_MC70_RDBFL17 0xF0065682          MC 70 Read Data and Bit Flip Register 17
MTU_MC70_RDBFL18 0xF0065684          MC 70 Read Data and Bit Flip Register 18
MTU_MC70_RDBFL19 0xF0065686          MC 70 Read Data and Bit Flip Register 19
MTU_MC70_RDBFL20 0xF0065688          MC 70 Read Data and Bit Flip Register 20
MTU_MC70_RDBFL21 0xF006568A          MC 70 Read Data and Bit Flip Register 21
MTU_MC70_RDBFL22 0xF006568C          MC 70 Read Data and Bit Flip Register 22
MTU_MC70_RDBFL23 0xF006568E          MC 70 Read Data and Bit Flip Register 23
MTU_MC70_RDBFL24 0xF0065690          MC 70 Read Data and Bit Flip Register 24
MTU_MC70_RDBFL25 0xF0065692          MC 70 Read Data and Bit Flip Register 25
MTU_MC70_RDBFL26 0xF0065694          MC 70 Read Data and Bit Flip Register 26
MTU_MC70_RDBFL27 0xF0065696          MC 70 Read Data and Bit Flip Register 27
MTU_MC70_RDBFL28 0xF0065698          MC 70 Read Data and Bit Flip Register 28
MTU_MC70_RDBFL29 0xF006569A          MC 70 Read Data and Bit Flip Register 29
MTU_MC70_RDBFL30 0xF006569C          MC 70 Read Data and Bit Flip Register 30
MTU_MC70_RDBFL31 0xF006569E          MC 70 Read Data and Bit Flip Register 31
MTU_MC70_RDBFL32 0xF00656A0          MC 70 Read Data and Bit Flip Register 32
MTU_MC70_RDBFL33 0xF00656A2          MC 70 Read Data and Bit Flip Register 33
MTU_MC70_RDBFL34 0xF00656A4          MC 70 Read Data and Bit Flip Register 34
MTU_MC70_RDBFL35 0xF00656A6          MC 70 Read Data and Bit Flip Register 35
MTU_MC70_RDBFL36 0xF00656A8          MC 70 Read Data and Bit Flip Register 36
MTU_MC70_RDBFL37 0xF00656AA          MC 70 Read Data and Bit Flip Register 37
MTU_MC70_RDBFL38 0xF00656AC          MC 70 Read Data and Bit Flip Register 38
MTU_MC70_RDBFL39 0xF00656AE          MC 70 Read Data and Bit Flip Register 39
MTU_MC70_RDBFL40 0xF00656B0          MC 70 Read Data and Bit Flip Register 40
MTU_MC70_RDBFL41 0xF00656B2          MC 70 Read Data and Bit Flip Register 41
MTU_MC70_RDBFL42 0xF00656B4          MC 70 Read Data and Bit Flip Register 42
MTU_MC70_RDBFL43 0xF00656B6          MC 70 Read Data and Bit Flip Register 43
MTU_MC70_RDBFL44 0xF00656B8          MC 70 Read Data and Bit Flip Register 44
MTU_MC70_RDBFL45 0xF00656BA          MC 70 Read Data and Bit Flip Register 45
MTU_MC70_RDBFL46 0xF00656BC          MC 70 Read Data and Bit Flip Register 46
MTU_MC70_RDBFL47 0xF00656BE          MC 70 Read Data and Bit Flip Register 47
MTU_MC70_RDBFL48 0xF00656C0          MC 70 Read Data and Bit Flip Register 48
MTU_MC70_RDBFL49 0xF00656C2          MC 70 Read Data and Bit Flip Register 49
MTU_MC70_RDBFL50 0xF00656C4          MC 70 Read Data and Bit Flip Register 50
MTU_MC70_RDBFL51 0xF00656C6          MC 70 Read Data and Bit Flip Register 51
MTU_MC70_RDBFL52 0xF00656C8          MC 70 Read Data and Bit Flip Register 52
MTU_MC70_RDBFL53 0xF00656CA          MC 70 Read Data and Bit Flip Register 53
MTU_MC70_RDBFL54 0xF00656CC          MC 70 Read Data and Bit Flip Register 54
MTU_MC70_RDBFL55 0xF00656CE          MC 70 Read Data and Bit Flip Register 55
MTU_MC70_RDBFL56 0xF00656D0          MC 70 Read Data and Bit Flip Register 56
MTU_MC70_RDBFL57 0xF00656D2          MC 70 Read Data and Bit Flip Register 57
MTU_MC70_RDBFL58 0xF00656D4          MC 70 Read Data and Bit Flip Register 58
MTU_MC70_RDBFL59 0xF00656D6          MC 70 Read Data and Bit Flip Register 59
MTU_MC70_RDBFL60 0xF00656D8          MC 70 Read Data and Bit Flip Register 60
MTU_MC70_RDBFL61 0xF00656DA          MC 70 Read Data and Bit Flip Register 61
MTU_MC70_RDBFL62 0xF00656DC          MC 70 Read Data and Bit Flip Register 62
MTU_MC70_RDBFL63 0xF00656DE          MC 70 Read Data and Bit Flip Register 63
MTU_MC70_RDBFL64 0xF00656E0          MC 70 Read Data and Bit Flip Register 64
MTU_MC70_RDBFL65 0xF00656E2          MC 70 Read Data and Bit Flip Register 65
MTU_MC70_RDBFL66 0xF00656E4          MC 70 Read Data and Bit Flip Register 66
MTU_MC70_ALMSRCS 0xF00656EE          MC 70 Alarm Sources Configuration Register
MTU_MC70_FAULTSTS 0xF00656F0          MC 70 SSH Safety Faults Status Register
MTU_MC70_ERRINFO0 0xF00656F2          MC 70 Error Information Register 0
MTU_MC70_ERRINFO1 0xF00656F4          MC 70 Error Information Register 1
MTU_MC70_ERRINFO2 0xF00656F6          MC 70 Error Information Register 2
MTU_MC70_ERRINFO3 0xF00656F8          MC 70 Error Information Register 3
MTU_MC70_ERRINFO4 0xF00656FA          MC 70 Error Information Register 4
MTU_MC71_CONFIG0 0xF0065700          MC 71 Configuration Register 0
MTU_MC71_CONFIG1 0xF0065702          MC 71 Configuration Register 1
MTU_MC71_MCONTROL 0xF0065704          MC 71 MBIST Control Register
MTU_MC71_MSTATUS 0xF0065706          MC 71 Status Register
MTU_MC71_RANGE  0xF0065708          MC 71 Range Register, single address mode
MTU_MC71_REVID  0xF006570C          MC 71 Revision ID Register
MTU_MC71_ECCS   0xF006570E          MC 71 ECC Safety Register
MTU_MC71_ECCD   0xF0065710          MC 71 Memory ECC Detection Register
MTU_MC71_ETRR0  0xF0065712          MC 71 Error Tracking Register 0
MTU_MC71_ETRR1  0xF0065714          MC 71 Error Tracking Register 1
MTU_MC71_ETRR2  0xF0065716          MC 71 Error Tracking Register 2
MTU_MC71_ETRR3  0xF0065718          MC 71 Error Tracking Register 3
MTU_MC71_ETRR4  0xF006571A          MC 71 Error Tracking Register 4
MTU_MC71_RDBFL0 0xF0065760          MC 71 Read Data and Bit Flip Register 0
MTU_MC71_RDBFL1 0xF0065762          MC 71 Read Data and Bit Flip Register 1
MTU_MC71_RDBFL2 0xF0065764          MC 71 Read Data and Bit Flip Register 2
MTU_MC71_RDBFL3 0xF0065766          MC 71 Read Data and Bit Flip Register 3
MTU_MC71_RDBFL4 0xF0065768          MC 71 Read Data and Bit Flip Register 4
MTU_MC71_RDBFL5 0xF006576A          MC 71 Read Data and Bit Flip Register 5
MTU_MC71_RDBFL6 0xF006576C          MC 71 Read Data and Bit Flip Register 6
MTU_MC71_RDBFL7 0xF006576E          MC 71 Read Data and Bit Flip Register 7
MTU_MC71_RDBFL8 0xF0065770          MC 71 Read Data and Bit Flip Register 8
MTU_MC71_RDBFL9 0xF0065772          MC 71 Read Data and Bit Flip Register 9
MTU_MC71_RDBFL10 0xF0065774          MC 71 Read Data and Bit Flip Register 10
MTU_MC71_RDBFL11 0xF0065776          MC 71 Read Data and Bit Flip Register 11
MTU_MC71_RDBFL12 0xF0065778          MC 71 Read Data and Bit Flip Register 12
MTU_MC71_RDBFL13 0xF006577A          MC 71 Read Data and Bit Flip Register 13
MTU_MC71_RDBFL14 0xF006577C          MC 71 Read Data and Bit Flip Register 14
MTU_MC71_RDBFL15 0xF006577E          MC 71 Read Data and Bit Flip Register 15
MTU_MC71_RDBFL16 0xF0065780          MC 71 Read Data and Bit Flip Register 16
MTU_MC71_RDBFL17 0xF0065782          MC 71 Read Data and Bit Flip Register 17
MTU_MC71_RDBFL18 0xF0065784          MC 71 Read Data and Bit Flip Register 18
MTU_MC71_RDBFL19 0xF0065786          MC 71 Read Data and Bit Flip Register 19
MTU_MC71_RDBFL20 0xF0065788          MC 71 Read Data and Bit Flip Register 20
MTU_MC71_RDBFL21 0xF006578A          MC 71 Read Data and Bit Flip Register 21
MTU_MC71_RDBFL22 0xF006578C          MC 71 Read Data and Bit Flip Register 22
MTU_MC71_RDBFL23 0xF006578E          MC 71 Read Data and Bit Flip Register 23
MTU_MC71_RDBFL24 0xF0065790          MC 71 Read Data and Bit Flip Register 24
MTU_MC71_RDBFL25 0xF0065792          MC 71 Read Data and Bit Flip Register 25
MTU_MC71_RDBFL26 0xF0065794          MC 71 Read Data and Bit Flip Register 26
MTU_MC71_RDBFL27 0xF0065796          MC 71 Read Data and Bit Flip Register 27
MTU_MC71_RDBFL28 0xF0065798          MC 71 Read Data and Bit Flip Register 28
MTU_MC71_RDBFL29 0xF006579A          MC 71 Read Data and Bit Flip Register 29
MTU_MC71_RDBFL30 0xF006579C          MC 71 Read Data and Bit Flip Register 30
MTU_MC71_RDBFL31 0xF006579E          MC 71 Read Data and Bit Flip Register 31
MTU_MC71_RDBFL32 0xF00657A0          MC 71 Read Data and Bit Flip Register 32
MTU_MC71_RDBFL33 0xF00657A2          MC 71 Read Data and Bit Flip Register 33
MTU_MC71_RDBFL34 0xF00657A4          MC 71 Read Data and Bit Flip Register 34
MTU_MC71_RDBFL35 0xF00657A6          MC 71 Read Data and Bit Flip Register 35
MTU_MC71_RDBFL36 0xF00657A8          MC 71 Read Data and Bit Flip Register 36
MTU_MC71_RDBFL37 0xF00657AA          MC 71 Read Data and Bit Flip Register 37
MTU_MC71_RDBFL38 0xF00657AC          MC 71 Read Data and Bit Flip Register 38
MTU_MC71_RDBFL39 0xF00657AE          MC 71 Read Data and Bit Flip Register 39
MTU_MC71_RDBFL40 0xF00657B0          MC 71 Read Data and Bit Flip Register 40
MTU_MC71_RDBFL41 0xF00657B2          MC 71 Read Data and Bit Flip Register 41
MTU_MC71_RDBFL42 0xF00657B4          MC 71 Read Data and Bit Flip Register 42
MTU_MC71_RDBFL43 0xF00657B6          MC 71 Read Data and Bit Flip Register 43
MTU_MC71_RDBFL44 0xF00657B8          MC 71 Read Data and Bit Flip Register 44
MTU_MC71_RDBFL45 0xF00657BA          MC 71 Read Data and Bit Flip Register 45
MTU_MC71_RDBFL46 0xF00657BC          MC 71 Read Data and Bit Flip Register 46
MTU_MC71_RDBFL47 0xF00657BE          MC 71 Read Data and Bit Flip Register 47
MTU_MC71_RDBFL48 0xF00657C0          MC 71 Read Data and Bit Flip Register 48
MTU_MC71_RDBFL49 0xF00657C2          MC 71 Read Data and Bit Flip Register 49
MTU_MC71_RDBFL50 0xF00657C4          MC 71 Read Data and Bit Flip Register 50
MTU_MC71_RDBFL51 0xF00657C6          MC 71 Read Data and Bit Flip Register 51
MTU_MC71_RDBFL52 0xF00657C8          MC 71 Read Data and Bit Flip Register 52
MTU_MC71_RDBFL53 0xF00657CA          MC 71 Read Data and Bit Flip Register 53
MTU_MC71_RDBFL54 0xF00657CC          MC 71 Read Data and Bit Flip Register 54
MTU_MC71_RDBFL55 0xF00657CE          MC 71 Read Data and Bit Flip Register 55
MTU_MC71_RDBFL56 0xF00657D0          MC 71 Read Data and Bit Flip Register 56
MTU_MC71_RDBFL57 0xF00657D2          MC 71 Read Data and Bit Flip Register 57
MTU_MC71_RDBFL58 0xF00657D4          MC 71 Read Data and Bit Flip Register 58
MTU_MC71_RDBFL59 0xF00657D6          MC 71 Read Data and Bit Flip Register 59
MTU_MC71_RDBFL60 0xF00657D8          MC 71 Read Data and Bit Flip Register 60
MTU_MC71_RDBFL61 0xF00657DA          MC 71 Read Data and Bit Flip Register 61
MTU_MC71_RDBFL62 0xF00657DC          MC 71 Read Data and Bit Flip Register 62
MTU_MC71_RDBFL63 0xF00657DE          MC 71 Read Data and Bit Flip Register 63
MTU_MC71_RDBFL64 0xF00657E0          MC 71 Read Data and Bit Flip Register 64
MTU_MC71_RDBFL65 0xF00657E2          MC 71 Read Data and Bit Flip Register 65
MTU_MC71_RDBFL66 0xF00657E4          MC 71 Read Data and Bit Flip Register 66
MTU_MC71_ALMSRCS 0xF00657EE          MC 71 Alarm Sources Configuration Register
MTU_MC71_FAULTSTS 0xF00657F0          MC 71 SSH Safety Faults Status Register
MTU_MC71_ERRINFO0 0xF00657F2          MC 71 Error Information Register 0
MTU_MC71_ERRINFO1 0xF00657F4          MC 71 Error Information Register 1
MTU_MC71_ERRINFO2 0xF00657F6          MC 71 Error Information Register 2
MTU_MC71_ERRINFO3 0xF00657F8          MC 71 Error Information Register 3
MTU_MC71_ERRINFO4 0xF00657FA          MC 71 Error Information Register 4
MTU_MC72_CONFIG0 0xF0065800          MC 72 Configuration Register 0
MTU_MC72_CONFIG1 0xF0065802          MC 72 Configuration Register 1
MTU_MC72_MCONTROL 0xF0065804          MC 72 MBIST Control Register
MTU_MC72_MSTATUS 0xF0065806          MC 72 Status Register
MTU_MC72_RANGE  0xF0065808          MC 72 Range Register, single address mode
MTU_MC72_REVID  0xF006580C          MC 72 Revision ID Register
MTU_MC72_ECCS   0xF006580E          MC 72 ECC Safety Register
MTU_MC72_ECCD   0xF0065810          MC 72 Memory ECC Detection Register
MTU_MC72_ETRR0  0xF0065812          MC 72 Error Tracking Register 0
MTU_MC72_ETRR1  0xF0065814          MC 72 Error Tracking Register 1
MTU_MC72_ETRR2  0xF0065816          MC 72 Error Tracking Register 2
MTU_MC72_ETRR3  0xF0065818          MC 72 Error Tracking Register 3
MTU_MC72_ETRR4  0xF006581A          MC 72 Error Tracking Register 4
MTU_MC72_RDBFL0 0xF0065860          MC 72 Read Data and Bit Flip Register 0
MTU_MC72_RDBFL1 0xF0065862          MC 72 Read Data and Bit Flip Register 1
MTU_MC72_RDBFL2 0xF0065864          MC 72 Read Data and Bit Flip Register 2
MTU_MC72_RDBFL3 0xF0065866          MC 72 Read Data and Bit Flip Register 3
MTU_MC72_RDBFL4 0xF0065868          MC 72 Read Data and Bit Flip Register 4
MTU_MC72_RDBFL5 0xF006586A          MC 72 Read Data and Bit Flip Register 5
MTU_MC72_RDBFL6 0xF006586C          MC 72 Read Data and Bit Flip Register 6
MTU_MC72_RDBFL7 0xF006586E          MC 72 Read Data and Bit Flip Register 7
MTU_MC72_RDBFL8 0xF0065870          MC 72 Read Data and Bit Flip Register 8
MTU_MC72_RDBFL9 0xF0065872          MC 72 Read Data and Bit Flip Register 9
MTU_MC72_RDBFL10 0xF0065874          MC 72 Read Data and Bit Flip Register 10
MTU_MC72_RDBFL11 0xF0065876          MC 72 Read Data and Bit Flip Register 11
MTU_MC72_RDBFL12 0xF0065878          MC 72 Read Data and Bit Flip Register 12
MTU_MC72_RDBFL13 0xF006587A          MC 72 Read Data and Bit Flip Register 13
MTU_MC72_RDBFL14 0xF006587C          MC 72 Read Data and Bit Flip Register 14
MTU_MC72_RDBFL15 0xF006587E          MC 72 Read Data and Bit Flip Register 15
MTU_MC72_RDBFL16 0xF0065880          MC 72 Read Data and Bit Flip Register 16
MTU_MC72_RDBFL17 0xF0065882          MC 72 Read Data and Bit Flip Register 17
MTU_MC72_RDBFL18 0xF0065884          MC 72 Read Data and Bit Flip Register 18
MTU_MC72_RDBFL19 0xF0065886          MC 72 Read Data and Bit Flip Register 19
MTU_MC72_RDBFL20 0xF0065888          MC 72 Read Data and Bit Flip Register 20
MTU_MC72_RDBFL21 0xF006588A          MC 72 Read Data and Bit Flip Register 21
MTU_MC72_RDBFL22 0xF006588C          MC 72 Read Data and Bit Flip Register 22
MTU_MC72_RDBFL23 0xF006588E          MC 72 Read Data and Bit Flip Register 23
MTU_MC72_RDBFL24 0xF0065890          MC 72 Read Data and Bit Flip Register 24
MTU_MC72_RDBFL25 0xF0065892          MC 72 Read Data and Bit Flip Register 25
MTU_MC72_RDBFL26 0xF0065894          MC 72 Read Data and Bit Flip Register 26
MTU_MC72_RDBFL27 0xF0065896          MC 72 Read Data and Bit Flip Register 27
MTU_MC72_RDBFL28 0xF0065898          MC 72 Read Data and Bit Flip Register 28
MTU_MC72_RDBFL29 0xF006589A          MC 72 Read Data and Bit Flip Register 29
MTU_MC72_RDBFL30 0xF006589C          MC 72 Read Data and Bit Flip Register 30
MTU_MC72_RDBFL31 0xF006589E          MC 72 Read Data and Bit Flip Register 31
MTU_MC72_RDBFL32 0xF00658A0          MC 72 Read Data and Bit Flip Register 32
MTU_MC72_RDBFL33 0xF00658A2          MC 72 Read Data and Bit Flip Register 33
MTU_MC72_RDBFL34 0xF00658A4          MC 72 Read Data and Bit Flip Register 34
MTU_MC72_RDBFL35 0xF00658A6          MC 72 Read Data and Bit Flip Register 35
MTU_MC72_RDBFL36 0xF00658A8          MC 72 Read Data and Bit Flip Register 36
MTU_MC72_RDBFL37 0xF00658AA          MC 72 Read Data and Bit Flip Register 37
MTU_MC72_RDBFL38 0xF00658AC          MC 72 Read Data and Bit Flip Register 38
MTU_MC72_RDBFL39 0xF00658AE          MC 72 Read Data and Bit Flip Register 39
MTU_MC72_RDBFL40 0xF00658B0          MC 72 Read Data and Bit Flip Register 40
MTU_MC72_RDBFL41 0xF00658B2          MC 72 Read Data and Bit Flip Register 41
MTU_MC72_RDBFL42 0xF00658B4          MC 72 Read Data and Bit Flip Register 42
MTU_MC72_RDBFL43 0xF00658B6          MC 72 Read Data and Bit Flip Register 43
MTU_MC72_RDBFL44 0xF00658B8          MC 72 Read Data and Bit Flip Register 44
MTU_MC72_RDBFL45 0xF00658BA          MC 72 Read Data and Bit Flip Register 45
MTU_MC72_RDBFL46 0xF00658BC          MC 72 Read Data and Bit Flip Register 46
MTU_MC72_RDBFL47 0xF00658BE          MC 72 Read Data and Bit Flip Register 47
MTU_MC72_RDBFL48 0xF00658C0          MC 72 Read Data and Bit Flip Register 48
MTU_MC72_RDBFL49 0xF00658C2          MC 72 Read Data and Bit Flip Register 49
MTU_MC72_RDBFL50 0xF00658C4          MC 72 Read Data and Bit Flip Register 50
MTU_MC72_RDBFL51 0xF00658C6          MC 72 Read Data and Bit Flip Register 51
MTU_MC72_RDBFL52 0xF00658C8          MC 72 Read Data and Bit Flip Register 52
MTU_MC72_RDBFL53 0xF00658CA          MC 72 Read Data and Bit Flip Register 53
MTU_MC72_RDBFL54 0xF00658CC          MC 72 Read Data and Bit Flip Register 54
MTU_MC72_RDBFL55 0xF00658CE          MC 72 Read Data and Bit Flip Register 55
MTU_MC72_RDBFL56 0xF00658D0          MC 72 Read Data and Bit Flip Register 56
MTU_MC72_RDBFL57 0xF00658D2          MC 72 Read Data and Bit Flip Register 57
MTU_MC72_RDBFL58 0xF00658D4          MC 72 Read Data and Bit Flip Register 58
MTU_MC72_RDBFL59 0xF00658D6          MC 72 Read Data and Bit Flip Register 59
MTU_MC72_RDBFL60 0xF00658D8          MC 72 Read Data and Bit Flip Register 60
MTU_MC72_RDBFL61 0xF00658DA          MC 72 Read Data and Bit Flip Register 61
MTU_MC72_RDBFL62 0xF00658DC          MC 72 Read Data and Bit Flip Register 62
MTU_MC72_RDBFL63 0xF00658DE          MC 72 Read Data and Bit Flip Register 63
MTU_MC72_RDBFL64 0xF00658E0          MC 72 Read Data and Bit Flip Register 64
MTU_MC72_RDBFL65 0xF00658E2          MC 72 Read Data and Bit Flip Register 65
MTU_MC72_RDBFL66 0xF00658E4          MC 72 Read Data and Bit Flip Register 66
MTU_MC72_ALMSRCS 0xF00658EE          MC 72 Alarm Sources Configuration Register
MTU_MC72_FAULTSTS 0xF00658F0          MC 72 SSH Safety Faults Status Register
MTU_MC72_ERRINFO0 0xF00658F2          MC 72 Error Information Register 0
MTU_MC72_ERRINFO1 0xF00658F4          MC 72 Error Information Register 1
MTU_MC72_ERRINFO2 0xF00658F6          MC 72 Error Information Register 2
MTU_MC72_ERRINFO3 0xF00658F8          MC 72 Error Information Register 3
MTU_MC72_ERRINFO4 0xF00658FA          MC 72 Error Information Register 4
MTU_MC73_CONFIG0 0xF0065900          MC 73 Configuration Register 0
MTU_MC73_CONFIG1 0xF0065902          MC 73 Configuration Register 1
MTU_MC73_MCONTROL 0xF0065904          MC 73 MBIST Control Register
MTU_MC73_MSTATUS 0xF0065906          MC 73 Status Register
MTU_MC73_RANGE  0xF0065908          MC 73 Range Register, single address mode
MTU_MC73_REVID  0xF006590C          MC 73 Revision ID Register
MTU_MC73_ECCS   0xF006590E          MC 73 ECC Safety Register
MTU_MC73_ECCD   0xF0065910          MC 73 Memory ECC Detection Register
MTU_MC73_ETRR0  0xF0065912          MC 73 Error Tracking Register 0
MTU_MC73_ETRR1  0xF0065914          MC 73 Error Tracking Register 1
MTU_MC73_ETRR2  0xF0065916          MC 73 Error Tracking Register 2
MTU_MC73_ETRR3  0xF0065918          MC 73 Error Tracking Register 3
MTU_MC73_ETRR4  0xF006591A          MC 73 Error Tracking Register 4
MTU_MC73_RDBFL0 0xF0065960          MC 73 Read Data and Bit Flip Register 0
MTU_MC73_RDBFL1 0xF0065962          MC 73 Read Data and Bit Flip Register 1
MTU_MC73_RDBFL2 0xF0065964          MC 73 Read Data and Bit Flip Register 2
MTU_MC73_RDBFL3 0xF0065966          MC 73 Read Data and Bit Flip Register 3
MTU_MC73_RDBFL4 0xF0065968          MC 73 Read Data and Bit Flip Register 4
MTU_MC73_RDBFL5 0xF006596A          MC 73 Read Data and Bit Flip Register 5
MTU_MC73_RDBFL6 0xF006596C          MC 73 Read Data and Bit Flip Register 6
MTU_MC73_RDBFL7 0xF006596E          MC 73 Read Data and Bit Flip Register 7
MTU_MC73_RDBFL8 0xF0065970          MC 73 Read Data and Bit Flip Register 8
MTU_MC73_RDBFL9 0xF0065972          MC 73 Read Data and Bit Flip Register 9
MTU_MC73_RDBFL10 0xF0065974          MC 73 Read Data and Bit Flip Register 10
MTU_MC73_RDBFL11 0xF0065976          MC 73 Read Data and Bit Flip Register 11
MTU_MC73_RDBFL12 0xF0065978          MC 73 Read Data and Bit Flip Register 12
MTU_MC73_RDBFL13 0xF006597A          MC 73 Read Data and Bit Flip Register 13
MTU_MC73_RDBFL14 0xF006597C          MC 73 Read Data and Bit Flip Register 14
MTU_MC73_RDBFL15 0xF006597E          MC 73 Read Data and Bit Flip Register 15
MTU_MC73_RDBFL16 0xF0065980          MC 73 Read Data and Bit Flip Register 16
MTU_MC73_RDBFL17 0xF0065982          MC 73 Read Data and Bit Flip Register 17
MTU_MC73_RDBFL18 0xF0065984          MC 73 Read Data and Bit Flip Register 18
MTU_MC73_RDBFL19 0xF0065986          MC 73 Read Data and Bit Flip Register 19
MTU_MC73_RDBFL20 0xF0065988          MC 73 Read Data and Bit Flip Register 20
MTU_MC73_RDBFL21 0xF006598A          MC 73 Read Data and Bit Flip Register 21
MTU_MC73_RDBFL22 0xF006598C          MC 73 Read Data and Bit Flip Register 22
MTU_MC73_RDBFL23 0xF006598E          MC 73 Read Data and Bit Flip Register 23
MTU_MC73_RDBFL24 0xF0065990          MC 73 Read Data and Bit Flip Register 24
MTU_MC73_RDBFL25 0xF0065992          MC 73 Read Data and Bit Flip Register 25
MTU_MC73_RDBFL26 0xF0065994          MC 73 Read Data and Bit Flip Register 26
MTU_MC73_RDBFL27 0xF0065996          MC 73 Read Data and Bit Flip Register 27
MTU_MC73_RDBFL28 0xF0065998          MC 73 Read Data and Bit Flip Register 28
MTU_MC73_RDBFL29 0xF006599A          MC 73 Read Data and Bit Flip Register 29
MTU_MC73_RDBFL30 0xF006599C          MC 73 Read Data and Bit Flip Register 30
MTU_MC73_RDBFL31 0xF006599E          MC 73 Read Data and Bit Flip Register 31
MTU_MC73_RDBFL32 0xF00659A0          MC 73 Read Data and Bit Flip Register 32
MTU_MC73_RDBFL33 0xF00659A2          MC 73 Read Data and Bit Flip Register 33
MTU_MC73_RDBFL34 0xF00659A4          MC 73 Read Data and Bit Flip Register 34
MTU_MC73_RDBFL35 0xF00659A6          MC 73 Read Data and Bit Flip Register 35
MTU_MC73_RDBFL36 0xF00659A8          MC 73 Read Data and Bit Flip Register 36
MTU_MC73_RDBFL37 0xF00659AA          MC 73 Read Data and Bit Flip Register 37
MTU_MC73_RDBFL38 0xF00659AC          MC 73 Read Data and Bit Flip Register 38
MTU_MC73_RDBFL39 0xF00659AE          MC 73 Read Data and Bit Flip Register 39
MTU_MC73_RDBFL40 0xF00659B0          MC 73 Read Data and Bit Flip Register 40
MTU_MC73_RDBFL41 0xF00659B2          MC 73 Read Data and Bit Flip Register 41
MTU_MC73_RDBFL42 0xF00659B4          MC 73 Read Data and Bit Flip Register 42
MTU_MC73_RDBFL43 0xF00659B6          MC 73 Read Data and Bit Flip Register 43
MTU_MC73_RDBFL44 0xF00659B8          MC 73 Read Data and Bit Flip Register 44
MTU_MC73_RDBFL45 0xF00659BA          MC 73 Read Data and Bit Flip Register 45
MTU_MC73_RDBFL46 0xF00659BC          MC 73 Read Data and Bit Flip Register 46
MTU_MC73_RDBFL47 0xF00659BE          MC 73 Read Data and Bit Flip Register 47
MTU_MC73_RDBFL48 0xF00659C0          MC 73 Read Data and Bit Flip Register 48
MTU_MC73_RDBFL49 0xF00659C2          MC 73 Read Data and Bit Flip Register 49
MTU_MC73_RDBFL50 0xF00659C4          MC 73 Read Data and Bit Flip Register 50
MTU_MC73_RDBFL51 0xF00659C6          MC 73 Read Data and Bit Flip Register 51
MTU_MC73_RDBFL52 0xF00659C8          MC 73 Read Data and Bit Flip Register 52
MTU_MC73_RDBFL53 0xF00659CA          MC 73 Read Data and Bit Flip Register 53
MTU_MC73_RDBFL54 0xF00659CC          MC 73 Read Data and Bit Flip Register 54
MTU_MC73_RDBFL55 0xF00659CE          MC 73 Read Data and Bit Flip Register 55
MTU_MC73_RDBFL56 0xF00659D0          MC 73 Read Data and Bit Flip Register 56
MTU_MC73_RDBFL57 0xF00659D2          MC 73 Read Data and Bit Flip Register 57
MTU_MC73_RDBFL58 0xF00659D4          MC 73 Read Data and Bit Flip Register 58
MTU_MC73_RDBFL59 0xF00659D6          MC 73 Read Data and Bit Flip Register 59
MTU_MC73_RDBFL60 0xF00659D8          MC 73 Read Data and Bit Flip Register 60
MTU_MC73_RDBFL61 0xF00659DA          MC 73 Read Data and Bit Flip Register 61
MTU_MC73_RDBFL62 0xF00659DC          MC 73 Read Data and Bit Flip Register 62
MTU_MC73_RDBFL63 0xF00659DE          MC 73 Read Data and Bit Flip Register 63
MTU_MC73_RDBFL64 0xF00659E0          MC 73 Read Data and Bit Flip Register 64
MTU_MC73_RDBFL65 0xF00659E2          MC 73 Read Data and Bit Flip Register 65
MTU_MC73_RDBFL66 0xF00659E4          MC 73 Read Data and Bit Flip Register 66
MTU_MC73_ALMSRCS 0xF00659EE          MC 73 Alarm Sources Configuration Register
MTU_MC73_FAULTSTS 0xF00659F0          MC 73 SSH Safety Faults Status Register
MTU_MC73_ERRINFO0 0xF00659F2          MC 73 Error Information Register 0
MTU_MC73_ERRINFO1 0xF00659F4          MC 73 Error Information Register 1
MTU_MC73_ERRINFO2 0xF00659F6          MC 73 Error Information Register 2
MTU_MC73_ERRINFO3 0xF00659F8          MC 73 Error Information Register 3
MTU_MC73_ERRINFO4 0xF00659FA          MC 73 Error Information Register 4
MTU_MC74_CONFIG0 0xF0065A00          MC 74 Configuration Register 0
MTU_MC74_CONFIG1 0xF0065A02          MC 74 Configuration Register 1
MTU_MC74_MCONTROL 0xF0065A04          MC 74 MBIST Control Register
MTU_MC74_MSTATUS 0xF0065A06          MC 74 Status Register
MTU_MC74_RANGE  0xF0065A08          MC 74 Range Register, single address mode
MTU_MC74_REVID  0xF0065A0C          MC 74 Revision ID Register
MTU_MC74_ECCS   0xF0065A0E          MC 74 ECC Safety Register
MTU_MC74_ECCD   0xF0065A10          MC 74 Memory ECC Detection Register
MTU_MC74_ETRR0  0xF0065A12          MC 74 Error Tracking Register 0
MTU_MC74_ETRR1  0xF0065A14          MC 74 Error Tracking Register 1
MTU_MC74_ETRR2  0xF0065A16          MC 74 Error Tracking Register 2
MTU_MC74_ETRR3  0xF0065A18          MC 74 Error Tracking Register 3
MTU_MC74_ETRR4  0xF0065A1A          MC 74 Error Tracking Register 4
MTU_MC74_RDBFL0 0xF0065A60          MC 74 Read Data and Bit Flip Register 0
MTU_MC74_RDBFL1 0xF0065A62          MC 74 Read Data and Bit Flip Register 1
MTU_MC74_RDBFL2 0xF0065A64          MC 74 Read Data and Bit Flip Register 2
MTU_MC74_RDBFL3 0xF0065A66          MC 74 Read Data and Bit Flip Register 3
MTU_MC74_RDBFL4 0xF0065A68          MC 74 Read Data and Bit Flip Register 4
MTU_MC74_RDBFL5 0xF0065A6A          MC 74 Read Data and Bit Flip Register 5
MTU_MC74_RDBFL6 0xF0065A6C          MC 74 Read Data and Bit Flip Register 6
MTU_MC74_RDBFL7 0xF0065A6E          MC 74 Read Data and Bit Flip Register 7
MTU_MC74_RDBFL8 0xF0065A70          MC 74 Read Data and Bit Flip Register 8
MTU_MC74_RDBFL9 0xF0065A72          MC 74 Read Data and Bit Flip Register 9
MTU_MC74_RDBFL10 0xF0065A74          MC 74 Read Data and Bit Flip Register 10
MTU_MC74_RDBFL11 0xF0065A76          MC 74 Read Data and Bit Flip Register 11
MTU_MC74_RDBFL12 0xF0065A78          MC 74 Read Data and Bit Flip Register 12
MTU_MC74_RDBFL13 0xF0065A7A          MC 74 Read Data and Bit Flip Register 13
MTU_MC74_RDBFL14 0xF0065A7C          MC 74 Read Data and Bit Flip Register 14
MTU_MC74_RDBFL15 0xF0065A7E          MC 74 Read Data and Bit Flip Register 15
MTU_MC74_RDBFL16 0xF0065A80          MC 74 Read Data and Bit Flip Register 16
MTU_MC74_RDBFL17 0xF0065A82          MC 74 Read Data and Bit Flip Register 17
MTU_MC74_RDBFL18 0xF0065A84          MC 74 Read Data and Bit Flip Register 18
MTU_MC74_RDBFL19 0xF0065A86          MC 74 Read Data and Bit Flip Register 19
MTU_MC74_RDBFL20 0xF0065A88          MC 74 Read Data and Bit Flip Register 20
MTU_MC74_RDBFL21 0xF0065A8A          MC 74 Read Data and Bit Flip Register 21
MTU_MC74_RDBFL22 0xF0065A8C          MC 74 Read Data and Bit Flip Register 22
MTU_MC74_RDBFL23 0xF0065A8E          MC 74 Read Data and Bit Flip Register 23
MTU_MC74_RDBFL24 0xF0065A90          MC 74 Read Data and Bit Flip Register 24
MTU_MC74_RDBFL25 0xF0065A92          MC 74 Read Data and Bit Flip Register 25
MTU_MC74_RDBFL26 0xF0065A94          MC 74 Read Data and Bit Flip Register 26
MTU_MC74_RDBFL27 0xF0065A96          MC 74 Read Data and Bit Flip Register 27
MTU_MC74_RDBFL28 0xF0065A98          MC 74 Read Data and Bit Flip Register 28
MTU_MC74_RDBFL29 0xF0065A9A          MC 74 Read Data and Bit Flip Register 29
MTU_MC74_RDBFL30 0xF0065A9C          MC 74 Read Data and Bit Flip Register 30
MTU_MC74_RDBFL31 0xF0065A9E          MC 74 Read Data and Bit Flip Register 31
MTU_MC74_RDBFL32 0xF0065AA0          MC 74 Read Data and Bit Flip Register 32
MTU_MC74_RDBFL33 0xF0065AA2          MC 74 Read Data and Bit Flip Register 33
MTU_MC74_RDBFL34 0xF0065AA4          MC 74 Read Data and Bit Flip Register 34
MTU_MC74_RDBFL35 0xF0065AA6          MC 74 Read Data and Bit Flip Register 35
MTU_MC74_RDBFL36 0xF0065AA8          MC 74 Read Data and Bit Flip Register 36
MTU_MC74_RDBFL37 0xF0065AAA          MC 74 Read Data and Bit Flip Register 37
MTU_MC74_RDBFL38 0xF0065AAC          MC 74 Read Data and Bit Flip Register 38
MTU_MC74_RDBFL39 0xF0065AAE          MC 74 Read Data and Bit Flip Register 39
MTU_MC74_RDBFL40 0xF0065AB0          MC 74 Read Data and Bit Flip Register 40
MTU_MC74_RDBFL41 0xF0065AB2          MC 74 Read Data and Bit Flip Register 41
MTU_MC74_RDBFL42 0xF0065AB4          MC 74 Read Data and Bit Flip Register 42
MTU_MC74_RDBFL43 0xF0065AB6          MC 74 Read Data and Bit Flip Register 43
MTU_MC74_RDBFL44 0xF0065AB8          MC 74 Read Data and Bit Flip Register 44
MTU_MC74_RDBFL45 0xF0065ABA          MC 74 Read Data and Bit Flip Register 45
MTU_MC74_RDBFL46 0xF0065ABC          MC 74 Read Data and Bit Flip Register 46
MTU_MC74_RDBFL47 0xF0065ABE          MC 74 Read Data and Bit Flip Register 47
MTU_MC74_RDBFL48 0xF0065AC0          MC 74 Read Data and Bit Flip Register 48
MTU_MC74_RDBFL49 0xF0065AC2          MC 74 Read Data and Bit Flip Register 49
MTU_MC74_RDBFL50 0xF0065AC4          MC 74 Read Data and Bit Flip Register 50
MTU_MC74_RDBFL51 0xF0065AC6          MC 74 Read Data and Bit Flip Register 51
MTU_MC74_RDBFL52 0xF0065AC8          MC 74 Read Data and Bit Flip Register 52
MTU_MC74_RDBFL53 0xF0065ACA          MC 74 Read Data and Bit Flip Register 53
MTU_MC74_RDBFL54 0xF0065ACC          MC 74 Read Data and Bit Flip Register 54
MTU_MC74_RDBFL55 0xF0065ACE          MC 74 Read Data and Bit Flip Register 55
MTU_MC74_RDBFL56 0xF0065AD0          MC 74 Read Data and Bit Flip Register 56
MTU_MC74_RDBFL57 0xF0065AD2          MC 74 Read Data and Bit Flip Register 57
MTU_MC74_RDBFL58 0xF0065AD4          MC 74 Read Data and Bit Flip Register 58
MTU_MC74_RDBFL59 0xF0065AD6          MC 74 Read Data and Bit Flip Register 59
MTU_MC74_RDBFL60 0xF0065AD8          MC 74 Read Data and Bit Flip Register 60
MTU_MC74_RDBFL61 0xF0065ADA          MC 74 Read Data and Bit Flip Register 61
MTU_MC74_RDBFL62 0xF0065ADC          MC 74 Read Data and Bit Flip Register 62
MTU_MC74_RDBFL63 0xF0065ADE          MC 74 Read Data and Bit Flip Register 63
MTU_MC74_RDBFL64 0xF0065AE0          MC 74 Read Data and Bit Flip Register 64
MTU_MC74_RDBFL65 0xF0065AE2          MC 74 Read Data and Bit Flip Register 65
MTU_MC74_RDBFL66 0xF0065AE4          MC 74 Read Data and Bit Flip Register 66
MTU_MC74_ALMSRCS 0xF0065AEE          MC 74 Alarm Sources Configuration Register
MTU_MC74_FAULTSTS 0xF0065AF0          MC 74 SSH Safety Faults Status Register
MTU_MC74_ERRINFO0 0xF0065AF2          MC 74 Error Information Register 0
MTU_MC74_ERRINFO1 0xF0065AF4          MC 74 Error Information Register 1
MTU_MC74_ERRINFO2 0xF0065AF6          MC 74 Error Information Register 2
MTU_MC74_ERRINFO3 0xF0065AF8          MC 74 Error Information Register 3
MTU_MC74_ERRINFO4 0xF0065AFA          MC 74 Error Information Register 4
MTU_MC75_CONFIG0 0xF0065B00          MC 75 Configuration Register 0
MTU_MC75_CONFIG1 0xF0065B02          MC 75 Configuration Register 1
MTU_MC75_MCONTROL 0xF0065B04          MC 75 MBIST Control Register
MTU_MC75_MSTATUS 0xF0065B06          MC 75 Status Register
MTU_MC75_RANGE  0xF0065B08          MC 75 Range Register, single address mode
MTU_MC75_REVID  0xF0065B0C          MC 75 Revision ID Register
MTU_MC75_ECCS   0xF0065B0E          MC 75 ECC Safety Register
MTU_MC75_ECCD   0xF0065B10          MC 75 Memory ECC Detection Register
MTU_MC75_ETRR0  0xF0065B12          MC 75 Error Tracking Register 0
MTU_MC75_ETRR1  0xF0065B14          MC 75 Error Tracking Register 1
MTU_MC75_ETRR2  0xF0065B16          MC 75 Error Tracking Register 2
MTU_MC75_ETRR3  0xF0065B18          MC 75 Error Tracking Register 3
MTU_MC75_ETRR4  0xF0065B1A          MC 75 Error Tracking Register 4
MTU_MC75_RDBFL0 0xF0065B60          MC 75 Read Data and Bit Flip Register 0
MTU_MC75_RDBFL1 0xF0065B62          MC 75 Read Data and Bit Flip Register 1
MTU_MC75_RDBFL2 0xF0065B64          MC 75 Read Data and Bit Flip Register 2
MTU_MC75_RDBFL3 0xF0065B66          MC 75 Read Data and Bit Flip Register 3
MTU_MC75_RDBFL4 0xF0065B68          MC 75 Read Data and Bit Flip Register 4
MTU_MC75_RDBFL5 0xF0065B6A          MC 75 Read Data and Bit Flip Register 5
MTU_MC75_RDBFL6 0xF0065B6C          MC 75 Read Data and Bit Flip Register 6
MTU_MC75_RDBFL7 0xF0065B6E          MC 75 Read Data and Bit Flip Register 7
MTU_MC75_RDBFL8 0xF0065B70          MC 75 Read Data and Bit Flip Register 8
MTU_MC75_RDBFL9 0xF0065B72          MC 75 Read Data and Bit Flip Register 9
MTU_MC75_RDBFL10 0xF0065B74          MC 75 Read Data and Bit Flip Register 10
MTU_MC75_RDBFL11 0xF0065B76          MC 75 Read Data and Bit Flip Register 11
MTU_MC75_RDBFL12 0xF0065B78          MC 75 Read Data and Bit Flip Register 12
MTU_MC75_RDBFL13 0xF0065B7A          MC 75 Read Data and Bit Flip Register 13
MTU_MC75_RDBFL14 0xF0065B7C          MC 75 Read Data and Bit Flip Register 14
MTU_MC75_RDBFL15 0xF0065B7E          MC 75 Read Data and Bit Flip Register 15
MTU_MC75_RDBFL16 0xF0065B80          MC 75 Read Data and Bit Flip Register 16
MTU_MC75_RDBFL17 0xF0065B82          MC 75 Read Data and Bit Flip Register 17
MTU_MC75_RDBFL18 0xF0065B84          MC 75 Read Data and Bit Flip Register 18
MTU_MC75_RDBFL19 0xF0065B86          MC 75 Read Data and Bit Flip Register 19
MTU_MC75_RDBFL20 0xF0065B88          MC 75 Read Data and Bit Flip Register 20
MTU_MC75_RDBFL21 0xF0065B8A          MC 75 Read Data and Bit Flip Register 21
MTU_MC75_RDBFL22 0xF0065B8C          MC 75 Read Data and Bit Flip Register 22
MTU_MC75_RDBFL23 0xF0065B8E          MC 75 Read Data and Bit Flip Register 23
MTU_MC75_RDBFL24 0xF0065B90          MC 75 Read Data and Bit Flip Register 24
MTU_MC75_RDBFL25 0xF0065B92          MC 75 Read Data and Bit Flip Register 25
MTU_MC75_RDBFL26 0xF0065B94          MC 75 Read Data and Bit Flip Register 26
MTU_MC75_RDBFL27 0xF0065B96          MC 75 Read Data and Bit Flip Register 27
MTU_MC75_RDBFL28 0xF0065B98          MC 75 Read Data and Bit Flip Register 28
MTU_MC75_RDBFL29 0xF0065B9A          MC 75 Read Data and Bit Flip Register 29
MTU_MC75_RDBFL30 0xF0065B9C          MC 75 Read Data and Bit Flip Register 30
MTU_MC75_RDBFL31 0xF0065B9E          MC 75 Read Data and Bit Flip Register 31
MTU_MC75_RDBFL32 0xF0065BA0          MC 75 Read Data and Bit Flip Register 32
MTU_MC75_RDBFL33 0xF0065BA2          MC 75 Read Data and Bit Flip Register 33
MTU_MC75_RDBFL34 0xF0065BA4          MC 75 Read Data and Bit Flip Register 34
MTU_MC75_RDBFL35 0xF0065BA6          MC 75 Read Data and Bit Flip Register 35
MTU_MC75_RDBFL36 0xF0065BA8          MC 75 Read Data and Bit Flip Register 36
MTU_MC75_RDBFL37 0xF0065BAA          MC 75 Read Data and Bit Flip Register 37
MTU_MC75_RDBFL38 0xF0065BAC          MC 75 Read Data and Bit Flip Register 38
MTU_MC75_RDBFL39 0xF0065BAE          MC 75 Read Data and Bit Flip Register 39
MTU_MC75_RDBFL40 0xF0065BB0          MC 75 Read Data and Bit Flip Register 40
MTU_MC75_RDBFL41 0xF0065BB2          MC 75 Read Data and Bit Flip Register 41
MTU_MC75_RDBFL42 0xF0065BB4          MC 75 Read Data and Bit Flip Register 42
MTU_MC75_RDBFL43 0xF0065BB6          MC 75 Read Data and Bit Flip Register 43
MTU_MC75_RDBFL44 0xF0065BB8          MC 75 Read Data and Bit Flip Register 44
MTU_MC75_RDBFL45 0xF0065BBA          MC 75 Read Data and Bit Flip Register 45
MTU_MC75_RDBFL46 0xF0065BBC          MC 75 Read Data and Bit Flip Register 46
MTU_MC75_RDBFL47 0xF0065BBE          MC 75 Read Data and Bit Flip Register 47
MTU_MC75_RDBFL48 0xF0065BC0          MC 75 Read Data and Bit Flip Register 48
MTU_MC75_RDBFL49 0xF0065BC2          MC 75 Read Data and Bit Flip Register 49
MTU_MC75_RDBFL50 0xF0065BC4          MC 75 Read Data and Bit Flip Register 50
MTU_MC75_RDBFL51 0xF0065BC6          MC 75 Read Data and Bit Flip Register 51
MTU_MC75_RDBFL52 0xF0065BC8          MC 75 Read Data and Bit Flip Register 52
MTU_MC75_RDBFL53 0xF0065BCA          MC 75 Read Data and Bit Flip Register 53
MTU_MC75_RDBFL54 0xF0065BCC          MC 75 Read Data and Bit Flip Register 54
MTU_MC75_RDBFL55 0xF0065BCE          MC 75 Read Data and Bit Flip Register 55
MTU_MC75_RDBFL56 0xF0065BD0          MC 75 Read Data and Bit Flip Register 56
MTU_MC75_RDBFL57 0xF0065BD2          MC 75 Read Data and Bit Flip Register 57
MTU_MC75_RDBFL58 0xF0065BD4          MC 75 Read Data and Bit Flip Register 58
MTU_MC75_RDBFL59 0xF0065BD6          MC 75 Read Data and Bit Flip Register 59
MTU_MC75_RDBFL60 0xF0065BD8          MC 75 Read Data and Bit Flip Register 60
MTU_MC75_RDBFL61 0xF0065BDA          MC 75 Read Data and Bit Flip Register 61
MTU_MC75_RDBFL62 0xF0065BDC          MC 75 Read Data and Bit Flip Register 62
MTU_MC75_RDBFL63 0xF0065BDE          MC 75 Read Data and Bit Flip Register 63
MTU_MC75_RDBFL64 0xF0065BE0          MC 75 Read Data and Bit Flip Register 64
MTU_MC75_RDBFL65 0xF0065BE2          MC 75 Read Data and Bit Flip Register 65
MTU_MC75_RDBFL66 0xF0065BE4          MC 75 Read Data and Bit Flip Register 66
MTU_MC75_ALMSRCS 0xF0065BEE          MC 75 Alarm Sources Configuration Register
MTU_MC75_FAULTSTS 0xF0065BF0          MC 75 SSH Safety Faults Status Register
MTU_MC75_ERRINFO0 0xF0065BF2          MC 75 Error Information Register 0
MTU_MC75_ERRINFO1 0xF0065BF4          MC 75 Error Information Register 1
MTU_MC75_ERRINFO2 0xF0065BF6          MC 75 Error Information Register 2
MTU_MC75_ERRINFO3 0xF0065BF8          MC 75 Error Information Register 3
MTU_MC75_ERRINFO4 0xF0065BFA          MC 75 Error Information Register 4
MTU_MC76_CONFIG0 0xF0065C00          MC 76 Configuration Register 0
MTU_MC76_CONFIG1 0xF0065C02          MC 76 Configuration Register 1
MTU_MC76_MCONTROL 0xF0065C04          MC 76 MBIST Control Register
MTU_MC76_MSTATUS 0xF0065C06          MC 76 Status Register
MTU_MC76_RANGE  0xF0065C08          MC 76 Range Register, single address mode
MTU_MC76_REVID  0xF0065C0C          MC 76 Revision ID Register
MTU_MC76_ECCS   0xF0065C0E          MC 76 ECC Safety Register
MTU_MC76_ECCD   0xF0065C10          MC 76 Memory ECC Detection Register
MTU_MC76_ETRR0  0xF0065C12          MC 76 Error Tracking Register 0
MTU_MC76_ETRR1  0xF0065C14          MC 76 Error Tracking Register 1
MTU_MC76_ETRR2  0xF0065C16          MC 76 Error Tracking Register 2
MTU_MC76_ETRR3  0xF0065C18          MC 76 Error Tracking Register 3
MTU_MC76_ETRR4  0xF0065C1A          MC 76 Error Tracking Register 4
MTU_MC76_RDBFL0 0xF0065C60          MC 76 Read Data and Bit Flip Register 0
MTU_MC76_RDBFL1 0xF0065C62          MC 76 Read Data and Bit Flip Register 1
MTU_MC76_RDBFL2 0xF0065C64          MC 76 Read Data and Bit Flip Register 2
MTU_MC76_RDBFL3 0xF0065C66          MC 76 Read Data and Bit Flip Register 3
MTU_MC76_RDBFL4 0xF0065C68          MC 76 Read Data and Bit Flip Register 4
MTU_MC76_RDBFL5 0xF0065C6A          MC 76 Read Data and Bit Flip Register 5
MTU_MC76_RDBFL6 0xF0065C6C          MC 76 Read Data and Bit Flip Register 6
MTU_MC76_RDBFL7 0xF0065C6E          MC 76 Read Data and Bit Flip Register 7
MTU_MC76_RDBFL8 0xF0065C70          MC 76 Read Data and Bit Flip Register 8
MTU_MC76_RDBFL9 0xF0065C72          MC 76 Read Data and Bit Flip Register 9
MTU_MC76_RDBFL10 0xF0065C74          MC 76 Read Data and Bit Flip Register 10
MTU_MC76_RDBFL11 0xF0065C76          MC 76 Read Data and Bit Flip Register 11
MTU_MC76_RDBFL12 0xF0065C78          MC 76 Read Data and Bit Flip Register 12
MTU_MC76_RDBFL13 0xF0065C7A          MC 76 Read Data and Bit Flip Register 13
MTU_MC76_RDBFL14 0xF0065C7C          MC 76 Read Data and Bit Flip Register 14
MTU_MC76_RDBFL15 0xF0065C7E          MC 76 Read Data and Bit Flip Register 15
MTU_MC76_RDBFL16 0xF0065C80          MC 76 Read Data and Bit Flip Register 16
MTU_MC76_RDBFL17 0xF0065C82          MC 76 Read Data and Bit Flip Register 17
MTU_MC76_RDBFL18 0xF0065C84          MC 76 Read Data and Bit Flip Register 18
MTU_MC76_RDBFL19 0xF0065C86          MC 76 Read Data and Bit Flip Register 19
MTU_MC76_RDBFL20 0xF0065C88          MC 76 Read Data and Bit Flip Register 20
MTU_MC76_RDBFL21 0xF0065C8A          MC 76 Read Data and Bit Flip Register 21
MTU_MC76_RDBFL22 0xF0065C8C          MC 76 Read Data and Bit Flip Register 22
MTU_MC76_RDBFL23 0xF0065C8E          MC 76 Read Data and Bit Flip Register 23
MTU_MC76_RDBFL24 0xF0065C90          MC 76 Read Data and Bit Flip Register 24
MTU_MC76_RDBFL25 0xF0065C92          MC 76 Read Data and Bit Flip Register 25
MTU_MC76_RDBFL26 0xF0065C94          MC 76 Read Data and Bit Flip Register 26
MTU_MC76_RDBFL27 0xF0065C96          MC 76 Read Data and Bit Flip Register 27
MTU_MC76_RDBFL28 0xF0065C98          MC 76 Read Data and Bit Flip Register 28
MTU_MC76_RDBFL29 0xF0065C9A          MC 76 Read Data and Bit Flip Register 29
MTU_MC76_RDBFL30 0xF0065C9C          MC 76 Read Data and Bit Flip Register 30
MTU_MC76_RDBFL31 0xF0065C9E          MC 76 Read Data and Bit Flip Register 31
MTU_MC76_RDBFL32 0xF0065CA0          MC 76 Read Data and Bit Flip Register 32
MTU_MC76_RDBFL33 0xF0065CA2          MC 76 Read Data and Bit Flip Register 33
MTU_MC76_RDBFL34 0xF0065CA4          MC 76 Read Data and Bit Flip Register 34
MTU_MC76_RDBFL35 0xF0065CA6          MC 76 Read Data and Bit Flip Register 35
MTU_MC76_RDBFL36 0xF0065CA8          MC 76 Read Data and Bit Flip Register 36
MTU_MC76_RDBFL37 0xF0065CAA          MC 76 Read Data and Bit Flip Register 37
MTU_MC76_RDBFL38 0xF0065CAC          MC 76 Read Data and Bit Flip Register 38
MTU_MC76_RDBFL39 0xF0065CAE          MC 76 Read Data and Bit Flip Register 39
MTU_MC76_RDBFL40 0xF0065CB0          MC 76 Read Data and Bit Flip Register 40
MTU_MC76_RDBFL41 0xF0065CB2          MC 76 Read Data and Bit Flip Register 41
MTU_MC76_RDBFL42 0xF0065CB4          MC 76 Read Data and Bit Flip Register 42
MTU_MC76_RDBFL43 0xF0065CB6          MC 76 Read Data and Bit Flip Register 43
MTU_MC76_RDBFL44 0xF0065CB8          MC 76 Read Data and Bit Flip Register 44
MTU_MC76_RDBFL45 0xF0065CBA          MC 76 Read Data and Bit Flip Register 45
MTU_MC76_RDBFL46 0xF0065CBC          MC 76 Read Data and Bit Flip Register 46
MTU_MC76_RDBFL47 0xF0065CBE          MC 76 Read Data and Bit Flip Register 47
MTU_MC76_RDBFL48 0xF0065CC0          MC 76 Read Data and Bit Flip Register 48
MTU_MC76_RDBFL49 0xF0065CC2          MC 76 Read Data and Bit Flip Register 49
MTU_MC76_RDBFL50 0xF0065CC4          MC 76 Read Data and Bit Flip Register 50
MTU_MC76_RDBFL51 0xF0065CC6          MC 76 Read Data and Bit Flip Register 51
MTU_MC76_RDBFL52 0xF0065CC8          MC 76 Read Data and Bit Flip Register 52
MTU_MC76_RDBFL53 0xF0065CCA          MC 76 Read Data and Bit Flip Register 53
MTU_MC76_RDBFL54 0xF0065CCC          MC 76 Read Data and Bit Flip Register 54
MTU_MC76_RDBFL55 0xF0065CCE          MC 76 Read Data and Bit Flip Register 55
MTU_MC76_RDBFL56 0xF0065CD0          MC 76 Read Data and Bit Flip Register 56
MTU_MC76_RDBFL57 0xF0065CD2          MC 76 Read Data and Bit Flip Register 57
MTU_MC76_RDBFL58 0xF0065CD4          MC 76 Read Data and Bit Flip Register 58
MTU_MC76_RDBFL59 0xF0065CD6          MC 76 Read Data and Bit Flip Register 59
MTU_MC76_RDBFL60 0xF0065CD8          MC 76 Read Data and Bit Flip Register 60
MTU_MC76_RDBFL61 0xF0065CDA          MC 76 Read Data and Bit Flip Register 61
MTU_MC76_RDBFL62 0xF0065CDC          MC 76 Read Data and Bit Flip Register 62
MTU_MC76_RDBFL63 0xF0065CDE          MC 76 Read Data and Bit Flip Register 63
MTU_MC76_RDBFL64 0xF0065CE0          MC 76 Read Data and Bit Flip Register 64
MTU_MC76_RDBFL65 0xF0065CE2          MC 76 Read Data and Bit Flip Register 65
MTU_MC76_RDBFL66 0xF0065CE4          MC 76 Read Data and Bit Flip Register 66
MTU_MC76_ALMSRCS 0xF0065CEE          MC 76 Alarm Sources Configuration Register
MTU_MC76_FAULTSTS 0xF0065CF0          MC 76 SSH Safety Faults Status Register
MTU_MC76_ERRINFO0 0xF0065CF2          MC 76 Error Information Register 0
MTU_MC76_ERRINFO1 0xF0065CF4          MC 76 Error Information Register 1
MTU_MC76_ERRINFO2 0xF0065CF6          MC 76 Error Information Register 2
MTU_MC76_ERRINFO3 0xF0065CF8          MC 76 Error Information Register 3
MTU_MC76_ERRINFO4 0xF0065CFA          MC 76 Error Information Register 4
MTU_MC77_CONFIG0 0xF0065D00          MC 77 Configuration Register 0
MTU_MC77_CONFIG1 0xF0065D02          MC 77 Configuration Register 1
MTU_MC77_MCONTROL 0xF0065D04          MC 77 MBIST Control Register
MTU_MC77_MSTATUS 0xF0065D06          MC 77 Status Register
MTU_MC77_RANGE  0xF0065D08          MC 77 Range Register, single address mode
MTU_MC77_REVID  0xF0065D0C          MC 77 Revision ID Register
MTU_MC77_ECCS   0xF0065D0E          MC 77 ECC Safety Register
MTU_MC77_ECCD   0xF0065D10          MC 77 Memory ECC Detection Register
MTU_MC77_ETRR0  0xF0065D12          MC 77 Error Tracking Register 0
MTU_MC77_ETRR1  0xF0065D14          MC 77 Error Tracking Register 1
MTU_MC77_ETRR2  0xF0065D16          MC 77 Error Tracking Register 2
MTU_MC77_ETRR3  0xF0065D18          MC 77 Error Tracking Register 3
MTU_MC77_ETRR4  0xF0065D1A          MC 77 Error Tracking Register 4
MTU_MC77_RDBFL0 0xF0065D60          MC 77 Read Data and Bit Flip Register 0
MTU_MC77_RDBFL1 0xF0065D62          MC 77 Read Data and Bit Flip Register 1
MTU_MC77_RDBFL2 0xF0065D64          MC 77 Read Data and Bit Flip Register 2
MTU_MC77_RDBFL3 0xF0065D66          MC 77 Read Data and Bit Flip Register 3
MTU_MC77_RDBFL4 0xF0065D68          MC 77 Read Data and Bit Flip Register 4
MTU_MC77_RDBFL5 0xF0065D6A          MC 77 Read Data and Bit Flip Register 5
MTU_MC77_RDBFL6 0xF0065D6C          MC 77 Read Data and Bit Flip Register 6
MTU_MC77_RDBFL7 0xF0065D6E          MC 77 Read Data and Bit Flip Register 7
MTU_MC77_RDBFL8 0xF0065D70          MC 77 Read Data and Bit Flip Register 8
MTU_MC77_RDBFL9 0xF0065D72          MC 77 Read Data and Bit Flip Register 9
MTU_MC77_RDBFL10 0xF0065D74          MC 77 Read Data and Bit Flip Register 10
MTU_MC77_RDBFL11 0xF0065D76          MC 77 Read Data and Bit Flip Register 11
MTU_MC77_RDBFL12 0xF0065D78          MC 77 Read Data and Bit Flip Register 12
MTU_MC77_RDBFL13 0xF0065D7A          MC 77 Read Data and Bit Flip Register 13
MTU_MC77_RDBFL14 0xF0065D7C          MC 77 Read Data and Bit Flip Register 14
MTU_MC77_RDBFL15 0xF0065D7E          MC 77 Read Data and Bit Flip Register 15
MTU_MC77_RDBFL16 0xF0065D80          MC 77 Read Data and Bit Flip Register 16
MTU_MC77_RDBFL17 0xF0065D82          MC 77 Read Data and Bit Flip Register 17
MTU_MC77_RDBFL18 0xF0065D84          MC 77 Read Data and Bit Flip Register 18
MTU_MC77_RDBFL19 0xF0065D86          MC 77 Read Data and Bit Flip Register 19
MTU_MC77_RDBFL20 0xF0065D88          MC 77 Read Data and Bit Flip Register 20
MTU_MC77_RDBFL21 0xF0065D8A          MC 77 Read Data and Bit Flip Register 21
MTU_MC77_RDBFL22 0xF0065D8C          MC 77 Read Data and Bit Flip Register 22
MTU_MC77_RDBFL23 0xF0065D8E          MC 77 Read Data and Bit Flip Register 23
MTU_MC77_RDBFL24 0xF0065D90          MC 77 Read Data and Bit Flip Register 24
MTU_MC77_RDBFL25 0xF0065D92          MC 77 Read Data and Bit Flip Register 25
MTU_MC77_RDBFL26 0xF0065D94          MC 77 Read Data and Bit Flip Register 26
MTU_MC77_RDBFL27 0xF0065D96          MC 77 Read Data and Bit Flip Register 27
MTU_MC77_RDBFL28 0xF0065D98          MC 77 Read Data and Bit Flip Register 28
MTU_MC77_RDBFL29 0xF0065D9A          MC 77 Read Data and Bit Flip Register 29
MTU_MC77_RDBFL30 0xF0065D9C          MC 77 Read Data and Bit Flip Register 30
MTU_MC77_RDBFL31 0xF0065D9E          MC 77 Read Data and Bit Flip Register 31
MTU_MC77_RDBFL32 0xF0065DA0          MC 77 Read Data and Bit Flip Register 32
MTU_MC77_RDBFL33 0xF0065DA2          MC 77 Read Data and Bit Flip Register 33
MTU_MC77_RDBFL34 0xF0065DA4          MC 77 Read Data and Bit Flip Register 34
MTU_MC77_RDBFL35 0xF0065DA6          MC 77 Read Data and Bit Flip Register 35
MTU_MC77_RDBFL36 0xF0065DA8          MC 77 Read Data and Bit Flip Register 36
MTU_MC77_RDBFL37 0xF0065DAA          MC 77 Read Data and Bit Flip Register 37
MTU_MC77_RDBFL38 0xF0065DAC          MC 77 Read Data and Bit Flip Register 38
MTU_MC77_RDBFL39 0xF0065DAE          MC 77 Read Data and Bit Flip Register 39
MTU_MC77_RDBFL40 0xF0065DB0          MC 77 Read Data and Bit Flip Register 40
MTU_MC77_RDBFL41 0xF0065DB2          MC 77 Read Data and Bit Flip Register 41
MTU_MC77_RDBFL42 0xF0065DB4          MC 77 Read Data and Bit Flip Register 42
MTU_MC77_RDBFL43 0xF0065DB6          MC 77 Read Data and Bit Flip Register 43
MTU_MC77_RDBFL44 0xF0065DB8          MC 77 Read Data and Bit Flip Register 44
MTU_MC77_RDBFL45 0xF0065DBA          MC 77 Read Data and Bit Flip Register 45
MTU_MC77_RDBFL46 0xF0065DBC          MC 77 Read Data and Bit Flip Register 46
MTU_MC77_RDBFL47 0xF0065DBE          MC 77 Read Data and Bit Flip Register 47
MTU_MC77_RDBFL48 0xF0065DC0          MC 77 Read Data and Bit Flip Register 48
MTU_MC77_RDBFL49 0xF0065DC2          MC 77 Read Data and Bit Flip Register 49
MTU_MC77_RDBFL50 0xF0065DC4          MC 77 Read Data and Bit Flip Register 50
MTU_MC77_RDBFL51 0xF0065DC6          MC 77 Read Data and Bit Flip Register 51
MTU_MC77_RDBFL52 0xF0065DC8          MC 77 Read Data and Bit Flip Register 52
MTU_MC77_RDBFL53 0xF0065DCA          MC 77 Read Data and Bit Flip Register 53
MTU_MC77_RDBFL54 0xF0065DCC          MC 77 Read Data and Bit Flip Register 54
MTU_MC77_RDBFL55 0xF0065DCE          MC 77 Read Data and Bit Flip Register 55
MTU_MC77_RDBFL56 0xF0065DD0          MC 77 Read Data and Bit Flip Register 56
MTU_MC77_RDBFL57 0xF0065DD2          MC 77 Read Data and Bit Flip Register 57
MTU_MC77_RDBFL58 0xF0065DD4          MC 77 Read Data and Bit Flip Register 58
MTU_MC77_RDBFL59 0xF0065DD6          MC 77 Read Data and Bit Flip Register 59
MTU_MC77_RDBFL60 0xF0065DD8          MC 77 Read Data and Bit Flip Register 60
MTU_MC77_RDBFL61 0xF0065DDA          MC 77 Read Data and Bit Flip Register 61
MTU_MC77_RDBFL62 0xF0065DDC          MC 77 Read Data and Bit Flip Register 62
MTU_MC77_RDBFL63 0xF0065DDE          MC 77 Read Data and Bit Flip Register 63
MTU_MC77_RDBFL64 0xF0065DE0          MC 77 Read Data and Bit Flip Register 64
MTU_MC77_RDBFL65 0xF0065DE2          MC 77 Read Data and Bit Flip Register 65
MTU_MC77_RDBFL66 0xF0065DE4          MC 77 Read Data and Bit Flip Register 66
MTU_MC77_ALMSRCS 0xF0065DEE          MC 77 Alarm Sources Configuration Register
MTU_MC77_FAULTSTS 0xF0065DF0          MC 77 SSH Safety Faults Status Register
MTU_MC77_ERRINFO0 0xF0065DF2          MC 77 Error Information Register 0
MTU_MC77_ERRINFO1 0xF0065DF4          MC 77 Error Information Register 1
MTU_MC77_ERRINFO2 0xF0065DF6          MC 77 Error Information Register 2
MTU_MC77_ERRINFO3 0xF0065DF8          MC 77 Error Information Register 3
MTU_MC77_ERRINFO4 0xF0065DFA          MC 77 Error Information Register 4
MTU_MC78_CONFIG0 0xF0065E00          MC 78 Configuration Register 0
MTU_MC78_CONFIG1 0xF0065E02          MC 78 Configuration Register 1
MTU_MC78_MCONTROL 0xF0065E04          MC 78 MBIST Control Register
MTU_MC78_MSTATUS 0xF0065E06          MC 78 Status Register
MTU_MC78_RANGE  0xF0065E08          MC 78 Range Register, single address mode
MTU_MC78_REVID  0xF0065E0C          MC 78 Revision ID Register
MTU_MC78_ECCS   0xF0065E0E          MC 78 ECC Safety Register
MTU_MC78_ECCD   0xF0065E10          MC 78 Memory ECC Detection Register
MTU_MC78_ETRR0  0xF0065E12          MC 78 Error Tracking Register 0
MTU_MC78_ETRR1  0xF0065E14          MC 78 Error Tracking Register 1
MTU_MC78_ETRR2  0xF0065E16          MC 78 Error Tracking Register 2
MTU_MC78_ETRR3  0xF0065E18          MC 78 Error Tracking Register 3
MTU_MC78_ETRR4  0xF0065E1A          MC 78 Error Tracking Register 4
MTU_MC78_RDBFL0 0xF0065E60          MC 78 Read Data and Bit Flip Register 0
MTU_MC78_RDBFL1 0xF0065E62          MC 78 Read Data and Bit Flip Register 1
MTU_MC78_RDBFL2 0xF0065E64          MC 78 Read Data and Bit Flip Register 2
MTU_MC78_RDBFL3 0xF0065E66          MC 78 Read Data and Bit Flip Register 3
MTU_MC78_RDBFL4 0xF0065E68          MC 78 Read Data and Bit Flip Register 4
MTU_MC78_RDBFL5 0xF0065E6A          MC 78 Read Data and Bit Flip Register 5
MTU_MC78_RDBFL6 0xF0065E6C          MC 78 Read Data and Bit Flip Register 6
MTU_MC78_RDBFL7 0xF0065E6E          MC 78 Read Data and Bit Flip Register 7
MTU_MC78_RDBFL8 0xF0065E70          MC 78 Read Data and Bit Flip Register 8
MTU_MC78_RDBFL9 0xF0065E72          MC 78 Read Data and Bit Flip Register 9
MTU_MC78_RDBFL10 0xF0065E74          MC 78 Read Data and Bit Flip Register 10
MTU_MC78_RDBFL11 0xF0065E76          MC 78 Read Data and Bit Flip Register 11
MTU_MC78_RDBFL12 0xF0065E78          MC 78 Read Data and Bit Flip Register 12
MTU_MC78_RDBFL13 0xF0065E7A          MC 78 Read Data and Bit Flip Register 13
MTU_MC78_RDBFL14 0xF0065E7C          MC 78 Read Data and Bit Flip Register 14
MTU_MC78_RDBFL15 0xF0065E7E          MC 78 Read Data and Bit Flip Register 15
MTU_MC78_RDBFL16 0xF0065E80          MC 78 Read Data and Bit Flip Register 16
MTU_MC78_RDBFL17 0xF0065E82          MC 78 Read Data and Bit Flip Register 17
MTU_MC78_RDBFL18 0xF0065E84          MC 78 Read Data and Bit Flip Register 18
MTU_MC78_RDBFL19 0xF0065E86          MC 78 Read Data and Bit Flip Register 19
MTU_MC78_RDBFL20 0xF0065E88          MC 78 Read Data and Bit Flip Register 20
MTU_MC78_RDBFL21 0xF0065E8A          MC 78 Read Data and Bit Flip Register 21
MTU_MC78_RDBFL22 0xF0065E8C          MC 78 Read Data and Bit Flip Register 22
MTU_MC78_RDBFL23 0xF0065E8E          MC 78 Read Data and Bit Flip Register 23
MTU_MC78_RDBFL24 0xF0065E90          MC 78 Read Data and Bit Flip Register 24
MTU_MC78_RDBFL25 0xF0065E92          MC 78 Read Data and Bit Flip Register 25
MTU_MC78_RDBFL26 0xF0065E94          MC 78 Read Data and Bit Flip Register 26
MTU_MC78_RDBFL27 0xF0065E96          MC 78 Read Data and Bit Flip Register 27
MTU_MC78_RDBFL28 0xF0065E98          MC 78 Read Data and Bit Flip Register 28
MTU_MC78_RDBFL29 0xF0065E9A          MC 78 Read Data and Bit Flip Register 29
MTU_MC78_RDBFL30 0xF0065E9C          MC 78 Read Data and Bit Flip Register 30
MTU_MC78_RDBFL31 0xF0065E9E          MC 78 Read Data and Bit Flip Register 31
MTU_MC78_RDBFL32 0xF0065EA0          MC 78 Read Data and Bit Flip Register 32
MTU_MC78_RDBFL33 0xF0065EA2          MC 78 Read Data and Bit Flip Register 33
MTU_MC78_RDBFL34 0xF0065EA4          MC 78 Read Data and Bit Flip Register 34
MTU_MC78_RDBFL35 0xF0065EA6          MC 78 Read Data and Bit Flip Register 35
MTU_MC78_RDBFL36 0xF0065EA8          MC 78 Read Data and Bit Flip Register 36
MTU_MC78_RDBFL37 0xF0065EAA          MC 78 Read Data and Bit Flip Register 37
MTU_MC78_RDBFL38 0xF0065EAC          MC 78 Read Data and Bit Flip Register 38
MTU_MC78_RDBFL39 0xF0065EAE          MC 78 Read Data and Bit Flip Register 39
MTU_MC78_RDBFL40 0xF0065EB0          MC 78 Read Data and Bit Flip Register 40
MTU_MC78_RDBFL41 0xF0065EB2          MC 78 Read Data and Bit Flip Register 41
MTU_MC78_RDBFL42 0xF0065EB4          MC 78 Read Data and Bit Flip Register 42
MTU_MC78_RDBFL43 0xF0065EB6          MC 78 Read Data and Bit Flip Register 43
MTU_MC78_RDBFL44 0xF0065EB8          MC 78 Read Data and Bit Flip Register 44
MTU_MC78_RDBFL45 0xF0065EBA          MC 78 Read Data and Bit Flip Register 45
MTU_MC78_RDBFL46 0xF0065EBC          MC 78 Read Data and Bit Flip Register 46
MTU_MC78_RDBFL47 0xF0065EBE          MC 78 Read Data and Bit Flip Register 47
MTU_MC78_RDBFL48 0xF0065EC0          MC 78 Read Data and Bit Flip Register 48
MTU_MC78_RDBFL49 0xF0065EC2          MC 78 Read Data and Bit Flip Register 49
MTU_MC78_RDBFL50 0xF0065EC4          MC 78 Read Data and Bit Flip Register 50
MTU_MC78_RDBFL51 0xF0065EC6          MC 78 Read Data and Bit Flip Register 51
MTU_MC78_RDBFL52 0xF0065EC8          MC 78 Read Data and Bit Flip Register 52
MTU_MC78_RDBFL53 0xF0065ECA          MC 78 Read Data and Bit Flip Register 53
MTU_MC78_RDBFL54 0xF0065ECC          MC 78 Read Data and Bit Flip Register 54
MTU_MC78_RDBFL55 0xF0065ECE          MC 78 Read Data and Bit Flip Register 55
MTU_MC78_RDBFL56 0xF0065ED0          MC 78 Read Data and Bit Flip Register 56
MTU_MC78_RDBFL57 0xF0065ED2          MC 78 Read Data and Bit Flip Register 57
MTU_MC78_RDBFL58 0xF0065ED4          MC 78 Read Data and Bit Flip Register 58
MTU_MC78_RDBFL59 0xF0065ED6          MC 78 Read Data and Bit Flip Register 59
MTU_MC78_RDBFL60 0xF0065ED8          MC 78 Read Data and Bit Flip Register 60
MTU_MC78_RDBFL61 0xF0065EDA          MC 78 Read Data and Bit Flip Register 61
MTU_MC78_RDBFL62 0xF0065EDC          MC 78 Read Data and Bit Flip Register 62
MTU_MC78_RDBFL63 0xF0065EDE          MC 78 Read Data and Bit Flip Register 63
MTU_MC78_RDBFL64 0xF0065EE0          MC 78 Read Data and Bit Flip Register 64
MTU_MC78_RDBFL65 0xF0065EE2          MC 78 Read Data and Bit Flip Register 65
MTU_MC78_RDBFL66 0xF0065EE4          MC 78 Read Data and Bit Flip Register 66
MTU_MC78_ALMSRCS 0xF0065EEE          MC 78 Alarm Sources Configuration Register
MTU_MC78_FAULTSTS 0xF0065EF0          MC 78 SSH Safety Faults Status Register
MTU_MC78_ERRINFO0 0xF0065EF2          MC 78 Error Information Register 0
MTU_MC78_ERRINFO1 0xF0065EF4          MC 78 Error Information Register 1
MTU_MC78_ERRINFO2 0xF0065EF6          MC 78 Error Information Register 2
MTU_MC78_ERRINFO3 0xF0065EF8          MC 78 Error Information Register 3
MTU_MC78_ERRINFO4 0xF0065EFA          MC 78 Error Information Register 4
MTU_MC79_CONFIG0 0xF0065F00          MC 79 Configuration Register 0
MTU_MC79_CONFIG1 0xF0065F02          MC 79 Configuration Register 1
MTU_MC79_MCONTROL 0xF0065F04          MC 79 MBIST Control Register
MTU_MC79_MSTATUS 0xF0065F06          MC 79 Status Register
MTU_MC79_RANGE  0xF0065F08          MC 79 Range Register, single address mode
MTU_MC79_REVID  0xF0065F0C          MC 79 Revision ID Register
MTU_MC79_ECCS   0xF0065F0E          MC 79 ECC Safety Register
MTU_MC79_ECCD   0xF0065F10          MC 79 Memory ECC Detection Register
MTU_MC79_ETRR0  0xF0065F12          MC 79 Error Tracking Register 0
MTU_MC79_ETRR1  0xF0065F14          MC 79 Error Tracking Register 1
MTU_MC79_ETRR2  0xF0065F16          MC 79 Error Tracking Register 2
MTU_MC79_ETRR3  0xF0065F18          MC 79 Error Tracking Register 3
MTU_MC79_ETRR4  0xF0065F1A          MC 79 Error Tracking Register 4
MTU_MC79_RDBFL0 0xF0065F60          MC 79 Read Data and Bit Flip Register 0
MTU_MC79_RDBFL1 0xF0065F62          MC 79 Read Data and Bit Flip Register 1
MTU_MC79_RDBFL2 0xF0065F64          MC 79 Read Data and Bit Flip Register 2
MTU_MC79_RDBFL3 0xF0065F66          MC 79 Read Data and Bit Flip Register 3
MTU_MC79_RDBFL4 0xF0065F68          MC 79 Read Data and Bit Flip Register 4
MTU_MC79_RDBFL5 0xF0065F6A          MC 79 Read Data and Bit Flip Register 5
MTU_MC79_RDBFL6 0xF0065F6C          MC 79 Read Data and Bit Flip Register 6
MTU_MC79_RDBFL7 0xF0065F6E          MC 79 Read Data and Bit Flip Register 7
MTU_MC79_RDBFL8 0xF0065F70          MC 79 Read Data and Bit Flip Register 8
MTU_MC79_RDBFL9 0xF0065F72          MC 79 Read Data and Bit Flip Register 9
MTU_MC79_RDBFL10 0xF0065F74          MC 79 Read Data and Bit Flip Register 10
MTU_MC79_RDBFL11 0xF0065F76          MC 79 Read Data and Bit Flip Register 11
MTU_MC79_RDBFL12 0xF0065F78          MC 79 Read Data and Bit Flip Register 12
MTU_MC79_RDBFL13 0xF0065F7A          MC 79 Read Data and Bit Flip Register 13
MTU_MC79_RDBFL14 0xF0065F7C          MC 79 Read Data and Bit Flip Register 14
MTU_MC79_RDBFL15 0xF0065F7E          MC 79 Read Data and Bit Flip Register 15
MTU_MC79_RDBFL16 0xF0065F80          MC 79 Read Data and Bit Flip Register 16
MTU_MC79_RDBFL17 0xF0065F82          MC 79 Read Data and Bit Flip Register 17
MTU_MC79_RDBFL18 0xF0065F84          MC 79 Read Data and Bit Flip Register 18
MTU_MC79_RDBFL19 0xF0065F86          MC 79 Read Data and Bit Flip Register 19
MTU_MC79_RDBFL20 0xF0065F88          MC 79 Read Data and Bit Flip Register 20
MTU_MC79_RDBFL21 0xF0065F8A          MC 79 Read Data and Bit Flip Register 21
MTU_MC79_RDBFL22 0xF0065F8C          MC 79 Read Data and Bit Flip Register 22
MTU_MC79_RDBFL23 0xF0065F8E          MC 79 Read Data and Bit Flip Register 23
MTU_MC79_RDBFL24 0xF0065F90          MC 79 Read Data and Bit Flip Register 24
MTU_MC79_RDBFL25 0xF0065F92          MC 79 Read Data and Bit Flip Register 25
MTU_MC79_RDBFL26 0xF0065F94          MC 79 Read Data and Bit Flip Register 26
MTU_MC79_RDBFL27 0xF0065F96          MC 79 Read Data and Bit Flip Register 27
MTU_MC79_RDBFL28 0xF0065F98          MC 79 Read Data and Bit Flip Register 28
MTU_MC79_RDBFL29 0xF0065F9A          MC 79 Read Data and Bit Flip Register 29
MTU_MC79_RDBFL30 0xF0065F9C          MC 79 Read Data and Bit Flip Register 30
MTU_MC79_RDBFL31 0xF0065F9E          MC 79 Read Data and Bit Flip Register 31
MTU_MC79_RDBFL32 0xF0065FA0          MC 79 Read Data and Bit Flip Register 32
MTU_MC79_RDBFL33 0xF0065FA2          MC 79 Read Data and Bit Flip Register 33
MTU_MC79_RDBFL34 0xF0065FA4          MC 79 Read Data and Bit Flip Register 34
MTU_MC79_RDBFL35 0xF0065FA6          MC 79 Read Data and Bit Flip Register 35
MTU_MC79_RDBFL36 0xF0065FA8          MC 79 Read Data and Bit Flip Register 36
MTU_MC79_RDBFL37 0xF0065FAA          MC 79 Read Data and Bit Flip Register 37
MTU_MC79_RDBFL38 0xF0065FAC          MC 79 Read Data and Bit Flip Register 38
MTU_MC79_RDBFL39 0xF0065FAE          MC 79 Read Data and Bit Flip Register 39
MTU_MC79_RDBFL40 0xF0065FB0          MC 79 Read Data and Bit Flip Register 40
MTU_MC79_RDBFL41 0xF0065FB2          MC 79 Read Data and Bit Flip Register 41
MTU_MC79_RDBFL42 0xF0065FB4          MC 79 Read Data and Bit Flip Register 42
MTU_MC79_RDBFL43 0xF0065FB6          MC 79 Read Data and Bit Flip Register 43
MTU_MC79_RDBFL44 0xF0065FB8          MC 79 Read Data and Bit Flip Register 44
MTU_MC79_RDBFL45 0xF0065FBA          MC 79 Read Data and Bit Flip Register 45
MTU_MC79_RDBFL46 0xF0065FBC          MC 79 Read Data and Bit Flip Register 46
MTU_MC79_RDBFL47 0xF0065FBE          MC 79 Read Data and Bit Flip Register 47
MTU_MC79_RDBFL48 0xF0065FC0          MC 79 Read Data and Bit Flip Register 48
MTU_MC79_RDBFL49 0xF0065FC2          MC 79 Read Data and Bit Flip Register 49
MTU_MC79_RDBFL50 0xF0065FC4          MC 79 Read Data and Bit Flip Register 50
MTU_MC79_RDBFL51 0xF0065FC6          MC 79 Read Data and Bit Flip Register 51
MTU_MC79_RDBFL52 0xF0065FC8          MC 79 Read Data and Bit Flip Register 52
MTU_MC79_RDBFL53 0xF0065FCA          MC 79 Read Data and Bit Flip Register 53
MTU_MC79_RDBFL54 0xF0065FCC          MC 79 Read Data and Bit Flip Register 54
MTU_MC79_RDBFL55 0xF0065FCE          MC 79 Read Data and Bit Flip Register 55
MTU_MC79_RDBFL56 0xF0065FD0          MC 79 Read Data and Bit Flip Register 56
MTU_MC79_RDBFL57 0xF0065FD2          MC 79 Read Data and Bit Flip Register 57
MTU_MC79_RDBFL58 0xF0065FD4          MC 79 Read Data and Bit Flip Register 58
MTU_MC79_RDBFL59 0xF0065FD6          MC 79 Read Data and Bit Flip Register 59
MTU_MC79_RDBFL60 0xF0065FD8          MC 79 Read Data and Bit Flip Register 60
MTU_MC79_RDBFL61 0xF0065FDA          MC 79 Read Data and Bit Flip Register 61
MTU_MC79_RDBFL62 0xF0065FDC          MC 79 Read Data and Bit Flip Register 62
MTU_MC79_RDBFL63 0xF0065FDE          MC 79 Read Data and Bit Flip Register 63
MTU_MC79_RDBFL64 0xF0065FE0          MC 79 Read Data and Bit Flip Register 64
MTU_MC79_RDBFL65 0xF0065FE2          MC 79 Read Data and Bit Flip Register 65
MTU_MC79_RDBFL66 0xF0065FE4          MC 79 Read Data and Bit Flip Register 66
MTU_MC79_ALMSRCS 0xF0065FEE          MC 79 Alarm Sources Configuration Register
MTU_MC79_FAULTSTS 0xF0065FF0          MC 79 SSH Safety Faults Status Register
MTU_MC79_ERRINFO0 0xF0065FF2          MC 79 Error Information Register 0
MTU_MC79_ERRINFO1 0xF0065FF4          MC 79 Error Information Register 1
MTU_MC79_ERRINFO2 0xF0065FF6          MC 79 Error Information Register 2
MTU_MC79_ERRINFO3 0xF0065FF8          MC 79 Error Information Register 3
MTU_MC79_ERRINFO4 0xF0065FFA          MC 79 Error Information Register 4
MTU_MC80_CONFIG0 0xF0066000          MC 80 Configuration Register 0
MTU_MC80_CONFIG1 0xF0066002          MC 80 Configuration Register 1
MTU_MC80_MCONTROL 0xF0066004          MC 80 MBIST Control Register
MTU_MC80_MSTATUS 0xF0066006          MC 80 Status Register
MTU_MC80_RANGE  0xF0066008          MC 80 Range Register, single address mode
MTU_MC80_REVID  0xF006600C          MC 80 Revision ID Register
MTU_MC80_ECCS   0xF006600E          MC 80 ECC Safety Register
MTU_MC80_ECCD   0xF0066010          MC 80 Memory ECC Detection Register
MTU_MC80_ETRR0  0xF0066012          MC 80 Error Tracking Register 0
MTU_MC80_ETRR1  0xF0066014          MC 80 Error Tracking Register 1
MTU_MC80_ETRR2  0xF0066016          MC 80 Error Tracking Register 2
MTU_MC80_ETRR3  0xF0066018          MC 80 Error Tracking Register 3
MTU_MC80_ETRR4  0xF006601A          MC 80 Error Tracking Register 4
MTU_MC80_RDBFL0 0xF0066060          MC 80 Read Data and Bit Flip Register 0
MTU_MC80_RDBFL1 0xF0066062          MC 80 Read Data and Bit Flip Register 1
MTU_MC80_RDBFL2 0xF0066064          MC 80 Read Data and Bit Flip Register 2
MTU_MC80_RDBFL3 0xF0066066          MC 80 Read Data and Bit Flip Register 3
MTU_MC80_RDBFL4 0xF0066068          MC 80 Read Data and Bit Flip Register 4
MTU_MC80_RDBFL5 0xF006606A          MC 80 Read Data and Bit Flip Register 5
MTU_MC80_RDBFL6 0xF006606C          MC 80 Read Data and Bit Flip Register 6
MTU_MC80_RDBFL7 0xF006606E          MC 80 Read Data and Bit Flip Register 7
MTU_MC80_RDBFL8 0xF0066070          MC 80 Read Data and Bit Flip Register 8
MTU_MC80_RDBFL9 0xF0066072          MC 80 Read Data and Bit Flip Register 9
MTU_MC80_RDBFL10 0xF0066074          MC 80 Read Data and Bit Flip Register 10
MTU_MC80_RDBFL11 0xF0066076          MC 80 Read Data and Bit Flip Register 11
MTU_MC80_RDBFL12 0xF0066078          MC 80 Read Data and Bit Flip Register 12
MTU_MC80_RDBFL13 0xF006607A          MC 80 Read Data and Bit Flip Register 13
MTU_MC80_RDBFL14 0xF006607C          MC 80 Read Data and Bit Flip Register 14
MTU_MC80_RDBFL15 0xF006607E          MC 80 Read Data and Bit Flip Register 15
MTU_MC80_RDBFL16 0xF0066080          MC 80 Read Data and Bit Flip Register 16
MTU_MC80_RDBFL17 0xF0066082          MC 80 Read Data and Bit Flip Register 17
MTU_MC80_RDBFL18 0xF0066084          MC 80 Read Data and Bit Flip Register 18
MTU_MC80_RDBFL19 0xF0066086          MC 80 Read Data and Bit Flip Register 19
MTU_MC80_RDBFL20 0xF0066088          MC 80 Read Data and Bit Flip Register 20
MTU_MC80_RDBFL21 0xF006608A          MC 80 Read Data and Bit Flip Register 21
MTU_MC80_RDBFL22 0xF006608C          MC 80 Read Data and Bit Flip Register 22
MTU_MC80_RDBFL23 0xF006608E          MC 80 Read Data and Bit Flip Register 23
MTU_MC80_RDBFL24 0xF0066090          MC 80 Read Data and Bit Flip Register 24
MTU_MC80_RDBFL25 0xF0066092          MC 80 Read Data and Bit Flip Register 25
MTU_MC80_RDBFL26 0xF0066094          MC 80 Read Data and Bit Flip Register 26
MTU_MC80_RDBFL27 0xF0066096          MC 80 Read Data and Bit Flip Register 27
MTU_MC80_RDBFL28 0xF0066098          MC 80 Read Data and Bit Flip Register 28
MTU_MC80_RDBFL29 0xF006609A          MC 80 Read Data and Bit Flip Register 29
MTU_MC80_RDBFL30 0xF006609C          MC 80 Read Data and Bit Flip Register 30
MTU_MC80_RDBFL31 0xF006609E          MC 80 Read Data and Bit Flip Register 31
MTU_MC80_RDBFL32 0xF00660A0          MC 80 Read Data and Bit Flip Register 32
MTU_MC80_RDBFL33 0xF00660A2          MC 80 Read Data and Bit Flip Register 33
MTU_MC80_RDBFL34 0xF00660A4          MC 80 Read Data and Bit Flip Register 34
MTU_MC80_RDBFL35 0xF00660A6          MC 80 Read Data and Bit Flip Register 35
MTU_MC80_RDBFL36 0xF00660A8          MC 80 Read Data and Bit Flip Register 36
MTU_MC80_RDBFL37 0xF00660AA          MC 80 Read Data and Bit Flip Register 37
MTU_MC80_RDBFL38 0xF00660AC          MC 80 Read Data and Bit Flip Register 38
MTU_MC80_RDBFL39 0xF00660AE          MC 80 Read Data and Bit Flip Register 39
MTU_MC80_RDBFL40 0xF00660B0          MC 80 Read Data and Bit Flip Register 40
MTU_MC80_RDBFL41 0xF00660B2          MC 80 Read Data and Bit Flip Register 41
MTU_MC80_RDBFL42 0xF00660B4          MC 80 Read Data and Bit Flip Register 42
MTU_MC80_RDBFL43 0xF00660B6          MC 80 Read Data and Bit Flip Register 43
MTU_MC80_RDBFL44 0xF00660B8          MC 80 Read Data and Bit Flip Register 44
MTU_MC80_RDBFL45 0xF00660BA          MC 80 Read Data and Bit Flip Register 45
MTU_MC80_RDBFL46 0xF00660BC          MC 80 Read Data and Bit Flip Register 46
MTU_MC80_RDBFL47 0xF00660BE          MC 80 Read Data and Bit Flip Register 47
MTU_MC80_RDBFL48 0xF00660C0          MC 80 Read Data and Bit Flip Register 48
MTU_MC80_RDBFL49 0xF00660C2          MC 80 Read Data and Bit Flip Register 49
MTU_MC80_RDBFL50 0xF00660C4          MC 80 Read Data and Bit Flip Register 50
MTU_MC80_RDBFL51 0xF00660C6          MC 80 Read Data and Bit Flip Register 51
MTU_MC80_RDBFL52 0xF00660C8          MC 80 Read Data and Bit Flip Register 52
MTU_MC80_RDBFL53 0xF00660CA          MC 80 Read Data and Bit Flip Register 53
MTU_MC80_RDBFL54 0xF00660CC          MC 80 Read Data and Bit Flip Register 54
MTU_MC80_RDBFL55 0xF00660CE          MC 80 Read Data and Bit Flip Register 55
MTU_MC80_RDBFL56 0xF00660D0          MC 80 Read Data and Bit Flip Register 56
MTU_MC80_RDBFL57 0xF00660D2          MC 80 Read Data and Bit Flip Register 57
MTU_MC80_RDBFL58 0xF00660D4          MC 80 Read Data and Bit Flip Register 58
MTU_MC80_RDBFL59 0xF00660D6          MC 80 Read Data and Bit Flip Register 59
MTU_MC80_RDBFL60 0xF00660D8          MC 80 Read Data and Bit Flip Register 60
MTU_MC80_RDBFL61 0xF00660DA          MC 80 Read Data and Bit Flip Register 61
MTU_MC80_RDBFL62 0xF00660DC          MC 80 Read Data and Bit Flip Register 62
MTU_MC80_RDBFL63 0xF00660DE          MC 80 Read Data and Bit Flip Register 63
MTU_MC80_RDBFL64 0xF00660E0          MC 80 Read Data and Bit Flip Register 64
MTU_MC80_RDBFL65 0xF00660E2          MC 80 Read Data and Bit Flip Register 65
MTU_MC80_RDBFL66 0xF00660E4          MC 80 Read Data and Bit Flip Register 66
MTU_MC80_ALMSRCS 0xF00660EE          MC 80 Alarm Sources Configuration Register
MTU_MC80_FAULTSTS 0xF00660F0          MC 80 SSH Safety Faults Status Register
MTU_MC80_ERRINFO0 0xF00660F2          MC 80 Error Information Register 0
MTU_MC80_ERRINFO1 0xF00660F4          MC 80 Error Information Register 1
MTU_MC80_ERRINFO2 0xF00660F6          MC 80 Error Information Register 2
MTU_MC80_ERRINFO3 0xF00660F8          MC 80 Error Information Register 3
MTU_MC80_ERRINFO4 0xF00660FA          MC 80 Error Information Register 4
MTU_MC81_CONFIG0 0xF0066100          MC 81 Configuration Register 0
MTU_MC81_CONFIG1 0xF0066102          MC 81 Configuration Register 1
MTU_MC81_MCONTROL 0xF0066104          MC 81 MBIST Control Register
MTU_MC81_MSTATUS 0xF0066106          MC 81 Status Register
MTU_MC81_RANGE  0xF0066108          MC 81 Range Register, single address mode
MTU_MC81_REVID  0xF006610C          MC 81 Revision ID Register
MTU_MC81_ECCS   0xF006610E          MC 81 ECC Safety Register
MTU_MC81_ECCD   0xF0066110          MC 81 Memory ECC Detection Register
MTU_MC81_ETRR0  0xF0066112          MC 81 Error Tracking Register 0
MTU_MC81_ETRR1  0xF0066114          MC 81 Error Tracking Register 1
MTU_MC81_ETRR2  0xF0066116          MC 81 Error Tracking Register 2
MTU_MC81_ETRR3  0xF0066118          MC 81 Error Tracking Register 3
MTU_MC81_ETRR4  0xF006611A          MC 81 Error Tracking Register 4
MTU_MC81_RDBFL0 0xF0066160          MC 81 Read Data and Bit Flip Register 0
MTU_MC81_RDBFL1 0xF0066162          MC 81 Read Data and Bit Flip Register 1
MTU_MC81_RDBFL2 0xF0066164          MC 81 Read Data and Bit Flip Register 2
MTU_MC81_RDBFL3 0xF0066166          MC 81 Read Data and Bit Flip Register 3
MTU_MC81_RDBFL4 0xF0066168          MC 81 Read Data and Bit Flip Register 4
MTU_MC81_RDBFL5 0xF006616A          MC 81 Read Data and Bit Flip Register 5
MTU_MC81_RDBFL6 0xF006616C          MC 81 Read Data and Bit Flip Register 6
MTU_MC81_RDBFL7 0xF006616E          MC 81 Read Data and Bit Flip Register 7
MTU_MC81_RDBFL8 0xF0066170          MC 81 Read Data and Bit Flip Register 8
MTU_MC81_RDBFL9 0xF0066172          MC 81 Read Data and Bit Flip Register 9
MTU_MC81_RDBFL10 0xF0066174          MC 81 Read Data and Bit Flip Register 10
MTU_MC81_RDBFL11 0xF0066176          MC 81 Read Data and Bit Flip Register 11
MTU_MC81_RDBFL12 0xF0066178          MC 81 Read Data and Bit Flip Register 12
MTU_MC81_RDBFL13 0xF006617A          MC 81 Read Data and Bit Flip Register 13
MTU_MC81_RDBFL14 0xF006617C          MC 81 Read Data and Bit Flip Register 14
MTU_MC81_RDBFL15 0xF006617E          MC 81 Read Data and Bit Flip Register 15
MTU_MC81_RDBFL16 0xF0066180          MC 81 Read Data and Bit Flip Register 16
MTU_MC81_RDBFL17 0xF0066182          MC 81 Read Data and Bit Flip Register 17
MTU_MC81_RDBFL18 0xF0066184          MC 81 Read Data and Bit Flip Register 18
MTU_MC81_RDBFL19 0xF0066186          MC 81 Read Data and Bit Flip Register 19
MTU_MC81_RDBFL20 0xF0066188          MC 81 Read Data and Bit Flip Register 20
MTU_MC81_RDBFL21 0xF006618A          MC 81 Read Data and Bit Flip Register 21
MTU_MC81_RDBFL22 0xF006618C          MC 81 Read Data and Bit Flip Register 22
MTU_MC81_RDBFL23 0xF006618E          MC 81 Read Data and Bit Flip Register 23
MTU_MC81_RDBFL24 0xF0066190          MC 81 Read Data and Bit Flip Register 24
MTU_MC81_RDBFL25 0xF0066192          MC 81 Read Data and Bit Flip Register 25
MTU_MC81_RDBFL26 0xF0066194          MC 81 Read Data and Bit Flip Register 26
MTU_MC81_RDBFL27 0xF0066196          MC 81 Read Data and Bit Flip Register 27
MTU_MC81_RDBFL28 0xF0066198          MC 81 Read Data and Bit Flip Register 28
MTU_MC81_RDBFL29 0xF006619A          MC 81 Read Data and Bit Flip Register 29
MTU_MC81_RDBFL30 0xF006619C          MC 81 Read Data and Bit Flip Register 30
MTU_MC81_RDBFL31 0xF006619E          MC 81 Read Data and Bit Flip Register 31
MTU_MC81_RDBFL32 0xF00661A0          MC 81 Read Data and Bit Flip Register 32
MTU_MC81_RDBFL33 0xF00661A2          MC 81 Read Data and Bit Flip Register 33
MTU_MC81_RDBFL34 0xF00661A4          MC 81 Read Data and Bit Flip Register 34
MTU_MC81_RDBFL35 0xF00661A6          MC 81 Read Data and Bit Flip Register 35
MTU_MC81_RDBFL36 0xF00661A8          MC 81 Read Data and Bit Flip Register 36
MTU_MC81_RDBFL37 0xF00661AA          MC 81 Read Data and Bit Flip Register 37
MTU_MC81_RDBFL38 0xF00661AC          MC 81 Read Data and Bit Flip Register 38
MTU_MC81_RDBFL39 0xF00661AE          MC 81 Read Data and Bit Flip Register 39
MTU_MC81_RDBFL40 0xF00661B0          MC 81 Read Data and Bit Flip Register 40
MTU_MC81_RDBFL41 0xF00661B2          MC 81 Read Data and Bit Flip Register 41
MTU_MC81_RDBFL42 0xF00661B4          MC 81 Read Data and Bit Flip Register 42
MTU_MC81_RDBFL43 0xF00661B6          MC 81 Read Data and Bit Flip Register 43
MTU_MC81_RDBFL44 0xF00661B8          MC 81 Read Data and Bit Flip Register 44
MTU_MC81_RDBFL45 0xF00661BA          MC 81 Read Data and Bit Flip Register 45
MTU_MC81_RDBFL46 0xF00661BC          MC 81 Read Data and Bit Flip Register 46
MTU_MC81_RDBFL47 0xF00661BE          MC 81 Read Data and Bit Flip Register 47
MTU_MC81_RDBFL48 0xF00661C0          MC 81 Read Data and Bit Flip Register 48
MTU_MC81_RDBFL49 0xF00661C2          MC 81 Read Data and Bit Flip Register 49
MTU_MC81_RDBFL50 0xF00661C4          MC 81 Read Data and Bit Flip Register 50
MTU_MC81_RDBFL51 0xF00661C6          MC 81 Read Data and Bit Flip Register 51
MTU_MC81_RDBFL52 0xF00661C8          MC 81 Read Data and Bit Flip Register 52
MTU_MC81_RDBFL53 0xF00661CA          MC 81 Read Data and Bit Flip Register 53
MTU_MC81_RDBFL54 0xF00661CC          MC 81 Read Data and Bit Flip Register 54
MTU_MC81_RDBFL55 0xF00661CE          MC 81 Read Data and Bit Flip Register 55
MTU_MC81_RDBFL56 0xF00661D0          MC 81 Read Data and Bit Flip Register 56
MTU_MC81_RDBFL57 0xF00661D2          MC 81 Read Data and Bit Flip Register 57
MTU_MC81_RDBFL58 0xF00661D4          MC 81 Read Data and Bit Flip Register 58
MTU_MC81_RDBFL59 0xF00661D6          MC 81 Read Data and Bit Flip Register 59
MTU_MC81_RDBFL60 0xF00661D8          MC 81 Read Data and Bit Flip Register 60
MTU_MC81_RDBFL61 0xF00661DA          MC 81 Read Data and Bit Flip Register 61
MTU_MC81_RDBFL62 0xF00661DC          MC 81 Read Data and Bit Flip Register 62
MTU_MC81_RDBFL63 0xF00661DE          MC 81 Read Data and Bit Flip Register 63
MTU_MC81_RDBFL64 0xF00661E0          MC 81 Read Data and Bit Flip Register 64
MTU_MC81_RDBFL65 0xF00661E2          MC 81 Read Data and Bit Flip Register 65
MTU_MC81_RDBFL66 0xF00661E4          MC 81 Read Data and Bit Flip Register 66
MTU_MC81_ALMSRCS 0xF00661EE          MC 81 Alarm Sources Configuration Register
MTU_MC81_FAULTSTS 0xF00661F0          MC 81 SSH Safety Faults Status Register
MTU_MC81_ERRINFO0 0xF00661F2          MC 81 Error Information Register 0
MTU_MC81_ERRINFO1 0xF00661F4          MC 81 Error Information Register 1
MTU_MC81_ERRINFO2 0xF00661F6          MC 81 Error Information Register 2
MTU_MC81_ERRINFO3 0xF00661F8          MC 81 Error Information Register 3
MTU_MC81_ERRINFO4 0xF00661FA          MC 81 Error Information Register 4
MTU_MC82_CONFIG0 0xF0066200          MC 82 Configuration Register 0
MTU_MC82_CONFIG1 0xF0066202          MC 82 Configuration Register 1
MTU_MC82_MCONTROL 0xF0066204          MC 82 MBIST Control Register
MTU_MC82_MSTATUS 0xF0066206          MC 82 Status Register
MTU_MC82_RANGE  0xF0066208          MC 82 Range Register, single address mode
MTU_MC82_REVID  0xF006620C          MC 82 Revision ID Register
MTU_MC82_ECCS   0xF006620E          MC 82 ECC Safety Register
MTU_MC82_ECCD   0xF0066210          MC 82 Memory ECC Detection Register
MTU_MC82_ETRR0  0xF0066212          MC 82 Error Tracking Register 0
MTU_MC82_ETRR1  0xF0066214          MC 82 Error Tracking Register 1
MTU_MC82_ETRR2  0xF0066216          MC 82 Error Tracking Register 2
MTU_MC82_ETRR3  0xF0066218          MC 82 Error Tracking Register 3
MTU_MC82_ETRR4  0xF006621A          MC 82 Error Tracking Register 4
MTU_MC82_RDBFL0 0xF0066260          MC 82 Read Data and Bit Flip Register 0
MTU_MC82_RDBFL1 0xF0066262          MC 82 Read Data and Bit Flip Register 1
MTU_MC82_RDBFL2 0xF0066264          MC 82 Read Data and Bit Flip Register 2
MTU_MC82_RDBFL3 0xF0066266          MC 82 Read Data and Bit Flip Register 3
MTU_MC82_RDBFL4 0xF0066268          MC 82 Read Data and Bit Flip Register 4
MTU_MC82_RDBFL5 0xF006626A          MC 82 Read Data and Bit Flip Register 5
MTU_MC82_RDBFL6 0xF006626C          MC 82 Read Data and Bit Flip Register 6
MTU_MC82_RDBFL7 0xF006626E          MC 82 Read Data and Bit Flip Register 7
MTU_MC82_RDBFL8 0xF0066270          MC 82 Read Data and Bit Flip Register 8
MTU_MC82_RDBFL9 0xF0066272          MC 82 Read Data and Bit Flip Register 9
MTU_MC82_RDBFL10 0xF0066274          MC 82 Read Data and Bit Flip Register 10
MTU_MC82_RDBFL11 0xF0066276          MC 82 Read Data and Bit Flip Register 11
MTU_MC82_RDBFL12 0xF0066278          MC 82 Read Data and Bit Flip Register 12
MTU_MC82_RDBFL13 0xF006627A          MC 82 Read Data and Bit Flip Register 13
MTU_MC82_RDBFL14 0xF006627C          MC 82 Read Data and Bit Flip Register 14
MTU_MC82_RDBFL15 0xF006627E          MC 82 Read Data and Bit Flip Register 15
MTU_MC82_RDBFL16 0xF0066280          MC 82 Read Data and Bit Flip Register 16
MTU_MC82_RDBFL17 0xF0066282          MC 82 Read Data and Bit Flip Register 17
MTU_MC82_RDBFL18 0xF0066284          MC 82 Read Data and Bit Flip Register 18
MTU_MC82_RDBFL19 0xF0066286          MC 82 Read Data and Bit Flip Register 19
MTU_MC82_RDBFL20 0xF0066288          MC 82 Read Data and Bit Flip Register 20
MTU_MC82_RDBFL21 0xF006628A          MC 82 Read Data and Bit Flip Register 21
MTU_MC82_RDBFL22 0xF006628C          MC 82 Read Data and Bit Flip Register 22
MTU_MC82_RDBFL23 0xF006628E          MC 82 Read Data and Bit Flip Register 23
MTU_MC82_RDBFL24 0xF0066290          MC 82 Read Data and Bit Flip Register 24
MTU_MC82_RDBFL25 0xF0066292          MC 82 Read Data and Bit Flip Register 25
MTU_MC82_RDBFL26 0xF0066294          MC 82 Read Data and Bit Flip Register 26
MTU_MC82_RDBFL27 0xF0066296          MC 82 Read Data and Bit Flip Register 27
MTU_MC82_RDBFL28 0xF0066298          MC 82 Read Data and Bit Flip Register 28
MTU_MC82_RDBFL29 0xF006629A          MC 82 Read Data and Bit Flip Register 29
MTU_MC82_RDBFL30 0xF006629C          MC 82 Read Data and Bit Flip Register 30
MTU_MC82_RDBFL31 0xF006629E          MC 82 Read Data and Bit Flip Register 31
MTU_MC82_RDBFL32 0xF00662A0          MC 82 Read Data and Bit Flip Register 32
MTU_MC82_RDBFL33 0xF00662A2          MC 82 Read Data and Bit Flip Register 33
MTU_MC82_RDBFL34 0xF00662A4          MC 82 Read Data and Bit Flip Register 34
MTU_MC82_RDBFL35 0xF00662A6          MC 82 Read Data and Bit Flip Register 35
MTU_MC82_RDBFL36 0xF00662A8          MC 82 Read Data and Bit Flip Register 36
MTU_MC82_RDBFL37 0xF00662AA          MC 82 Read Data and Bit Flip Register 37
MTU_MC82_RDBFL38 0xF00662AC          MC 82 Read Data and Bit Flip Register 38
MTU_MC82_RDBFL39 0xF00662AE          MC 82 Read Data and Bit Flip Register 39
MTU_MC82_RDBFL40 0xF00662B0          MC 82 Read Data and Bit Flip Register 40
MTU_MC82_RDBFL41 0xF00662B2          MC 82 Read Data and Bit Flip Register 41
MTU_MC82_RDBFL42 0xF00662B4          MC 82 Read Data and Bit Flip Register 42
MTU_MC82_RDBFL43 0xF00662B6          MC 82 Read Data and Bit Flip Register 43
MTU_MC82_RDBFL44 0xF00662B8          MC 82 Read Data and Bit Flip Register 44
MTU_MC82_RDBFL45 0xF00662BA          MC 82 Read Data and Bit Flip Register 45
MTU_MC82_RDBFL46 0xF00662BC          MC 82 Read Data and Bit Flip Register 46
MTU_MC82_RDBFL47 0xF00662BE          MC 82 Read Data and Bit Flip Register 47
MTU_MC82_RDBFL48 0xF00662C0          MC 82 Read Data and Bit Flip Register 48
MTU_MC82_RDBFL49 0xF00662C2          MC 82 Read Data and Bit Flip Register 49
MTU_MC82_RDBFL50 0xF00662C4          MC 82 Read Data and Bit Flip Register 50
MTU_MC82_RDBFL51 0xF00662C6          MC 82 Read Data and Bit Flip Register 51
MTU_MC82_RDBFL52 0xF00662C8          MC 82 Read Data and Bit Flip Register 52
MTU_MC82_RDBFL53 0xF00662CA          MC 82 Read Data and Bit Flip Register 53
MTU_MC82_RDBFL54 0xF00662CC          MC 82 Read Data and Bit Flip Register 54
MTU_MC82_RDBFL55 0xF00662CE          MC 82 Read Data and Bit Flip Register 55
MTU_MC82_RDBFL56 0xF00662D0          MC 82 Read Data and Bit Flip Register 56
MTU_MC82_RDBFL57 0xF00662D2          MC 82 Read Data and Bit Flip Register 57
MTU_MC82_RDBFL58 0xF00662D4          MC 82 Read Data and Bit Flip Register 58
MTU_MC82_RDBFL59 0xF00662D6          MC 82 Read Data and Bit Flip Register 59
MTU_MC82_RDBFL60 0xF00662D8          MC 82 Read Data and Bit Flip Register 60
MTU_MC82_RDBFL61 0xF00662DA          MC 82 Read Data and Bit Flip Register 61
MTU_MC82_RDBFL62 0xF00662DC          MC 82 Read Data and Bit Flip Register 62
MTU_MC82_RDBFL63 0xF00662DE          MC 82 Read Data and Bit Flip Register 63
MTU_MC82_RDBFL64 0xF00662E0          MC 82 Read Data and Bit Flip Register 64
MTU_MC82_RDBFL65 0xF00662E2          MC 82 Read Data and Bit Flip Register 65
MTU_MC82_RDBFL66 0xF00662E4          MC 82 Read Data and Bit Flip Register 66
MTU_MC82_ALMSRCS 0xF00662EE          MC 82 Alarm Sources Configuration Register
MTU_MC82_FAULTSTS 0xF00662F0          MC 82 SSH Safety Faults Status Register
MTU_MC82_ERRINFO0 0xF00662F2          MC 82 Error Information Register 0
MTU_MC82_ERRINFO1 0xF00662F4          MC 82 Error Information Register 1
MTU_MC82_ERRINFO2 0xF00662F6          MC 82 Error Information Register 2
MTU_MC82_ERRINFO3 0xF00662F8          MC 82 Error Information Register 3
MTU_MC82_ERRINFO4 0xF00662FA          MC 82 Error Information Register 4
MTU_MC83_CONFIG0 0xF0066300          MC 83 Configuration Register 0
MTU_MC83_CONFIG1 0xF0066302          MC 83 Configuration Register 1
MTU_MC83_MCONTROL 0xF0066304          MC 83 MBIST Control Register
MTU_MC83_MSTATUS 0xF0066306          MC 83 Status Register
MTU_MC83_RANGE  0xF0066308          MC 83 Range Register, single address mode
MTU_MC83_REVID  0xF006630C          MC 83 Revision ID Register
MTU_MC83_ECCS   0xF006630E          MC 83 ECC Safety Register
MTU_MC83_ECCD   0xF0066310          MC 83 Memory ECC Detection Register
MTU_MC83_ETRR0  0xF0066312          MC 83 Error Tracking Register 0
MTU_MC83_ETRR1  0xF0066314          MC 83 Error Tracking Register 1
MTU_MC83_ETRR2  0xF0066316          MC 83 Error Tracking Register 2
MTU_MC83_ETRR3  0xF0066318          MC 83 Error Tracking Register 3
MTU_MC83_ETRR4  0xF006631A          MC 83 Error Tracking Register 4
MTU_MC83_RDBFL0 0xF0066360          MC 83 Read Data and Bit Flip Register 0
MTU_MC83_RDBFL1 0xF0066362          MC 83 Read Data and Bit Flip Register 1
MTU_MC83_RDBFL2 0xF0066364          MC 83 Read Data and Bit Flip Register 2
MTU_MC83_RDBFL3 0xF0066366          MC 83 Read Data and Bit Flip Register 3
MTU_MC83_RDBFL4 0xF0066368          MC 83 Read Data and Bit Flip Register 4
MTU_MC83_RDBFL5 0xF006636A          MC 83 Read Data and Bit Flip Register 5
MTU_MC83_RDBFL6 0xF006636C          MC 83 Read Data and Bit Flip Register 6
MTU_MC83_RDBFL7 0xF006636E          MC 83 Read Data and Bit Flip Register 7
MTU_MC83_RDBFL8 0xF0066370          MC 83 Read Data and Bit Flip Register 8
MTU_MC83_RDBFL9 0xF0066372          MC 83 Read Data and Bit Flip Register 9
MTU_MC83_RDBFL10 0xF0066374          MC 83 Read Data and Bit Flip Register 10
MTU_MC83_RDBFL11 0xF0066376          MC 83 Read Data and Bit Flip Register 11
MTU_MC83_RDBFL12 0xF0066378          MC 83 Read Data and Bit Flip Register 12
MTU_MC83_RDBFL13 0xF006637A          MC 83 Read Data and Bit Flip Register 13
MTU_MC83_RDBFL14 0xF006637C          MC 83 Read Data and Bit Flip Register 14
MTU_MC83_RDBFL15 0xF006637E          MC 83 Read Data and Bit Flip Register 15
MTU_MC83_RDBFL16 0xF0066380          MC 83 Read Data and Bit Flip Register 16
MTU_MC83_RDBFL17 0xF0066382          MC 83 Read Data and Bit Flip Register 17
MTU_MC83_RDBFL18 0xF0066384          MC 83 Read Data and Bit Flip Register 18
MTU_MC83_RDBFL19 0xF0066386          MC 83 Read Data and Bit Flip Register 19
MTU_MC83_RDBFL20 0xF0066388          MC 83 Read Data and Bit Flip Register 20
MTU_MC83_RDBFL21 0xF006638A          MC 83 Read Data and Bit Flip Register 21
MTU_MC83_RDBFL22 0xF006638C          MC 83 Read Data and Bit Flip Register 22
MTU_MC83_RDBFL23 0xF006638E          MC 83 Read Data and Bit Flip Register 23
MTU_MC83_RDBFL24 0xF0066390          MC 83 Read Data and Bit Flip Register 24
MTU_MC83_RDBFL25 0xF0066392          MC 83 Read Data and Bit Flip Register 25
MTU_MC83_RDBFL26 0xF0066394          MC 83 Read Data and Bit Flip Register 26
MTU_MC83_RDBFL27 0xF0066396          MC 83 Read Data and Bit Flip Register 27
MTU_MC83_RDBFL28 0xF0066398          MC 83 Read Data and Bit Flip Register 28
MTU_MC83_RDBFL29 0xF006639A          MC 83 Read Data and Bit Flip Register 29
MTU_MC83_RDBFL30 0xF006639C          MC 83 Read Data and Bit Flip Register 30
MTU_MC83_RDBFL31 0xF006639E          MC 83 Read Data and Bit Flip Register 31
MTU_MC83_RDBFL32 0xF00663A0          MC 83 Read Data and Bit Flip Register 32
MTU_MC83_RDBFL33 0xF00663A2          MC 83 Read Data and Bit Flip Register 33
MTU_MC83_RDBFL34 0xF00663A4          MC 83 Read Data and Bit Flip Register 34
MTU_MC83_RDBFL35 0xF00663A6          MC 83 Read Data and Bit Flip Register 35
MTU_MC83_RDBFL36 0xF00663A8          MC 83 Read Data and Bit Flip Register 36
MTU_MC83_RDBFL37 0xF00663AA          MC 83 Read Data and Bit Flip Register 37
MTU_MC83_RDBFL38 0xF00663AC          MC 83 Read Data and Bit Flip Register 38
MTU_MC83_RDBFL39 0xF00663AE          MC 83 Read Data and Bit Flip Register 39
MTU_MC83_RDBFL40 0xF00663B0          MC 83 Read Data and Bit Flip Register 40
MTU_MC83_RDBFL41 0xF00663B2          MC 83 Read Data and Bit Flip Register 41
MTU_MC83_RDBFL42 0xF00663B4          MC 83 Read Data and Bit Flip Register 42
MTU_MC83_RDBFL43 0xF00663B6          MC 83 Read Data and Bit Flip Register 43
MTU_MC83_RDBFL44 0xF00663B8          MC 83 Read Data and Bit Flip Register 44
MTU_MC83_RDBFL45 0xF00663BA          MC 83 Read Data and Bit Flip Register 45
MTU_MC83_RDBFL46 0xF00663BC          MC 83 Read Data and Bit Flip Register 46
MTU_MC83_RDBFL47 0xF00663BE          MC 83 Read Data and Bit Flip Register 47
MTU_MC83_RDBFL48 0xF00663C0          MC 83 Read Data and Bit Flip Register 48
MTU_MC83_RDBFL49 0xF00663C2          MC 83 Read Data and Bit Flip Register 49
MTU_MC83_RDBFL50 0xF00663C4          MC 83 Read Data and Bit Flip Register 50
MTU_MC83_RDBFL51 0xF00663C6          MC 83 Read Data and Bit Flip Register 51
MTU_MC83_RDBFL52 0xF00663C8          MC 83 Read Data and Bit Flip Register 52
MTU_MC83_RDBFL53 0xF00663CA          MC 83 Read Data and Bit Flip Register 53
MTU_MC83_RDBFL54 0xF00663CC          MC 83 Read Data and Bit Flip Register 54
MTU_MC83_RDBFL55 0xF00663CE          MC 83 Read Data and Bit Flip Register 55
MTU_MC83_RDBFL56 0xF00663D0          MC 83 Read Data and Bit Flip Register 56
MTU_MC83_RDBFL57 0xF00663D2          MC 83 Read Data and Bit Flip Register 57
MTU_MC83_RDBFL58 0xF00663D4          MC 83 Read Data and Bit Flip Register 58
MTU_MC83_RDBFL59 0xF00663D6          MC 83 Read Data and Bit Flip Register 59
MTU_MC83_RDBFL60 0xF00663D8          MC 83 Read Data and Bit Flip Register 60
MTU_MC83_RDBFL61 0xF00663DA          MC 83 Read Data and Bit Flip Register 61
MTU_MC83_RDBFL62 0xF00663DC          MC 83 Read Data and Bit Flip Register 62
MTU_MC83_RDBFL63 0xF00663DE          MC 83 Read Data and Bit Flip Register 63
MTU_MC83_RDBFL64 0xF00663E0          MC 83 Read Data and Bit Flip Register 64
MTU_MC83_RDBFL65 0xF00663E2          MC 83 Read Data and Bit Flip Register 65
MTU_MC83_RDBFL66 0xF00663E4          MC 83 Read Data and Bit Flip Register 66
MTU_MC83_ALMSRCS 0xF00663EE          MC 83 Alarm Sources Configuration Register
MTU_MC83_FAULTSTS 0xF00663F0          MC 83 SSH Safety Faults Status Register
MTU_MC83_ERRINFO0 0xF00663F2          MC 83 Error Information Register 0
MTU_MC83_ERRINFO1 0xF00663F4          MC 83 Error Information Register 1
MTU_MC83_ERRINFO2 0xF00663F6          MC 83 Error Information Register 2
MTU_MC83_ERRINFO3 0xF00663F8          MC 83 Error Information Register 3
MTU_MC83_ERRINFO4 0xF00663FA          MC 83 Error Information Register 4
MTU_MC84_CONFIG0 0xF0066400          MC 84 Configuration Register 0
MTU_MC84_CONFIG1 0xF0066402          MC 84 Configuration Register 1
MTU_MC84_MCONTROL 0xF0066404          MC 84 MBIST Control Register
MTU_MC84_MSTATUS 0xF0066406          MC 84 Status Register
MTU_MC84_RANGE  0xF0066408          MC 84 Range Register, single address mode
MTU_MC84_REVID  0xF006640C          MC 84 Revision ID Register
MTU_MC84_ECCS   0xF006640E          MC 84 ECC Safety Register
MTU_MC84_ECCD   0xF0066410          MC 84 Memory ECC Detection Register
MTU_MC84_ETRR0  0xF0066412          MC 84 Error Tracking Register 0
MTU_MC84_ETRR1  0xF0066414          MC 84 Error Tracking Register 1
MTU_MC84_ETRR2  0xF0066416          MC 84 Error Tracking Register 2
MTU_MC84_ETRR3  0xF0066418          MC 84 Error Tracking Register 3
MTU_MC84_ETRR4  0xF006641A          MC 84 Error Tracking Register 4
MTU_MC84_RDBFL0 0xF0066460          MC 84 Read Data and Bit Flip Register 0
MTU_MC84_RDBFL1 0xF0066462          MC 84 Read Data and Bit Flip Register 1
MTU_MC84_RDBFL2 0xF0066464          MC 84 Read Data and Bit Flip Register 2
MTU_MC84_RDBFL3 0xF0066466          MC 84 Read Data and Bit Flip Register 3
MTU_MC84_RDBFL4 0xF0066468          MC 84 Read Data and Bit Flip Register 4
MTU_MC84_RDBFL5 0xF006646A          MC 84 Read Data and Bit Flip Register 5
MTU_MC84_RDBFL6 0xF006646C          MC 84 Read Data and Bit Flip Register 6
MTU_MC84_RDBFL7 0xF006646E          MC 84 Read Data and Bit Flip Register 7
MTU_MC84_RDBFL8 0xF0066470          MC 84 Read Data and Bit Flip Register 8
MTU_MC84_RDBFL9 0xF0066472          MC 84 Read Data and Bit Flip Register 9
MTU_MC84_RDBFL10 0xF0066474          MC 84 Read Data and Bit Flip Register 10
MTU_MC84_RDBFL11 0xF0066476          MC 84 Read Data and Bit Flip Register 11
MTU_MC84_RDBFL12 0xF0066478          MC 84 Read Data and Bit Flip Register 12
MTU_MC84_RDBFL13 0xF006647A          MC 84 Read Data and Bit Flip Register 13
MTU_MC84_RDBFL14 0xF006647C          MC 84 Read Data and Bit Flip Register 14
MTU_MC84_RDBFL15 0xF006647E          MC 84 Read Data and Bit Flip Register 15
MTU_MC84_RDBFL16 0xF0066480          MC 84 Read Data and Bit Flip Register 16
MTU_MC84_RDBFL17 0xF0066482          MC 84 Read Data and Bit Flip Register 17
MTU_MC84_RDBFL18 0xF0066484          MC 84 Read Data and Bit Flip Register 18
MTU_MC84_RDBFL19 0xF0066486          MC 84 Read Data and Bit Flip Register 19
MTU_MC84_RDBFL20 0xF0066488          MC 84 Read Data and Bit Flip Register 20
MTU_MC84_RDBFL21 0xF006648A          MC 84 Read Data and Bit Flip Register 21
MTU_MC84_RDBFL22 0xF006648C          MC 84 Read Data and Bit Flip Register 22
MTU_MC84_RDBFL23 0xF006648E          MC 84 Read Data and Bit Flip Register 23
MTU_MC84_RDBFL24 0xF0066490          MC 84 Read Data and Bit Flip Register 24
MTU_MC84_RDBFL25 0xF0066492          MC 84 Read Data and Bit Flip Register 25
MTU_MC84_RDBFL26 0xF0066494          MC 84 Read Data and Bit Flip Register 26
MTU_MC84_RDBFL27 0xF0066496          MC 84 Read Data and Bit Flip Register 27
MTU_MC84_RDBFL28 0xF0066498          MC 84 Read Data and Bit Flip Register 28
MTU_MC84_RDBFL29 0xF006649A          MC 84 Read Data and Bit Flip Register 29
MTU_MC84_RDBFL30 0xF006649C          MC 84 Read Data and Bit Flip Register 30
MTU_MC84_RDBFL31 0xF006649E          MC 84 Read Data and Bit Flip Register 31
MTU_MC84_RDBFL32 0xF00664A0          MC 84 Read Data and Bit Flip Register 32
MTU_MC84_RDBFL33 0xF00664A2          MC 84 Read Data and Bit Flip Register 33
MTU_MC84_RDBFL34 0xF00664A4          MC 84 Read Data and Bit Flip Register 34
MTU_MC84_RDBFL35 0xF00664A6          MC 84 Read Data and Bit Flip Register 35
MTU_MC84_RDBFL36 0xF00664A8          MC 84 Read Data and Bit Flip Register 36
MTU_MC84_RDBFL37 0xF00664AA          MC 84 Read Data and Bit Flip Register 37
MTU_MC84_RDBFL38 0xF00664AC          MC 84 Read Data and Bit Flip Register 38
MTU_MC84_RDBFL39 0xF00664AE          MC 84 Read Data and Bit Flip Register 39
MTU_MC84_RDBFL40 0xF00664B0          MC 84 Read Data and Bit Flip Register 40
MTU_MC84_RDBFL41 0xF00664B2          MC 84 Read Data and Bit Flip Register 41
MTU_MC84_RDBFL42 0xF00664B4          MC 84 Read Data and Bit Flip Register 42
MTU_MC84_RDBFL43 0xF00664B6          MC 84 Read Data and Bit Flip Register 43
MTU_MC84_RDBFL44 0xF00664B8          MC 84 Read Data and Bit Flip Register 44
MTU_MC84_RDBFL45 0xF00664BA          MC 84 Read Data and Bit Flip Register 45
MTU_MC84_RDBFL46 0xF00664BC          MC 84 Read Data and Bit Flip Register 46
MTU_MC84_RDBFL47 0xF00664BE          MC 84 Read Data and Bit Flip Register 47
MTU_MC84_RDBFL48 0xF00664C0          MC 84 Read Data and Bit Flip Register 48
MTU_MC84_RDBFL49 0xF00664C2          MC 84 Read Data and Bit Flip Register 49
MTU_MC84_RDBFL50 0xF00664C4          MC 84 Read Data and Bit Flip Register 50
MTU_MC84_RDBFL51 0xF00664C6          MC 84 Read Data and Bit Flip Register 51
MTU_MC84_RDBFL52 0xF00664C8          MC 84 Read Data and Bit Flip Register 52
MTU_MC84_RDBFL53 0xF00664CA          MC 84 Read Data and Bit Flip Register 53
MTU_MC84_RDBFL54 0xF00664CC          MC 84 Read Data and Bit Flip Register 54
MTU_MC84_RDBFL55 0xF00664CE          MC 84 Read Data and Bit Flip Register 55
MTU_MC84_RDBFL56 0xF00664D0          MC 84 Read Data and Bit Flip Register 56
MTU_MC84_RDBFL57 0xF00664D2          MC 84 Read Data and Bit Flip Register 57
MTU_MC84_RDBFL58 0xF00664D4          MC 84 Read Data and Bit Flip Register 58
MTU_MC84_RDBFL59 0xF00664D6          MC 84 Read Data and Bit Flip Register 59
MTU_MC84_RDBFL60 0xF00664D8          MC 84 Read Data and Bit Flip Register 60
MTU_MC84_RDBFL61 0xF00664DA          MC 84 Read Data and Bit Flip Register 61
MTU_MC84_RDBFL62 0xF00664DC          MC 84 Read Data and Bit Flip Register 62
MTU_MC84_RDBFL63 0xF00664DE          MC 84 Read Data and Bit Flip Register 63
MTU_MC84_RDBFL64 0xF00664E0          MC 84 Read Data and Bit Flip Register 64
MTU_MC84_RDBFL65 0xF00664E2          MC 84 Read Data and Bit Flip Register 65
MTU_MC84_RDBFL66 0xF00664E4          MC 84 Read Data and Bit Flip Register 66
MTU_MC84_ALMSRCS 0xF00664EE          MC 84 Alarm Sources Configuration Register
MTU_MC84_FAULTSTS 0xF00664F0          MC 84 SSH Safety Faults Status Register
MTU_MC84_ERRINFO0 0xF00664F2          MC 84 Error Information Register 0
MTU_MC84_ERRINFO1 0xF00664F4          MC 84 Error Information Register 1
MTU_MC84_ERRINFO2 0xF00664F6          MC 84 Error Information Register 2
MTU_MC84_ERRINFO3 0xF00664F8          MC 84 Error Information Register 3
MTU_MC84_ERRINFO4 0xF00664FA          MC 84 Error Information Register 4
MTU_MC85_CONFIG0 0xF0066500          MC 85 Configuration Register 0
MTU_MC85_CONFIG1 0xF0066502          MC 85 Configuration Register 1
MTU_MC85_MCONTROL 0xF0066504          MC 85 MBIST Control Register
MTU_MC85_MSTATUS 0xF0066506          MC 85 Status Register
MTU_MC85_RANGE  0xF0066508          MC 85 Range Register, single address mode
MTU_MC85_REVID  0xF006650C          MC 85 Revision ID Register
MTU_MC85_ECCS   0xF006650E          MC 85 ECC Safety Register
MTU_MC85_ECCD   0xF0066510          MC 85 Memory ECC Detection Register
MTU_MC85_ETRR0  0xF0066512          MC 85 Error Tracking Register 0
MTU_MC85_ETRR1  0xF0066514          MC 85 Error Tracking Register 1
MTU_MC85_ETRR2  0xF0066516          MC 85 Error Tracking Register 2
MTU_MC85_ETRR3  0xF0066518          MC 85 Error Tracking Register 3
MTU_MC85_ETRR4  0xF006651A          MC 85 Error Tracking Register 4
MTU_MC85_RDBFL0 0xF0066560          MC 85 Read Data and Bit Flip Register 0
MTU_MC85_RDBFL1 0xF0066562          MC 85 Read Data and Bit Flip Register 1
MTU_MC85_RDBFL2 0xF0066564          MC 85 Read Data and Bit Flip Register 2
MTU_MC85_RDBFL3 0xF0066566          MC 85 Read Data and Bit Flip Register 3
MTU_MC85_RDBFL4 0xF0066568          MC 85 Read Data and Bit Flip Register 4
MTU_MC85_RDBFL5 0xF006656A          MC 85 Read Data and Bit Flip Register 5
MTU_MC85_RDBFL6 0xF006656C          MC 85 Read Data and Bit Flip Register 6
MTU_MC85_RDBFL7 0xF006656E          MC 85 Read Data and Bit Flip Register 7
MTU_MC85_RDBFL8 0xF0066570          MC 85 Read Data and Bit Flip Register 8
MTU_MC85_RDBFL9 0xF0066572          MC 85 Read Data and Bit Flip Register 9
MTU_MC85_RDBFL10 0xF0066574          MC 85 Read Data and Bit Flip Register 10
MTU_MC85_RDBFL11 0xF0066576          MC 85 Read Data and Bit Flip Register 11
MTU_MC85_RDBFL12 0xF0066578          MC 85 Read Data and Bit Flip Register 12
MTU_MC85_RDBFL13 0xF006657A          MC 85 Read Data and Bit Flip Register 13
MTU_MC85_RDBFL14 0xF006657C          MC 85 Read Data and Bit Flip Register 14
MTU_MC85_RDBFL15 0xF006657E          MC 85 Read Data and Bit Flip Register 15
MTU_MC85_RDBFL16 0xF0066580          MC 85 Read Data and Bit Flip Register 16
MTU_MC85_RDBFL17 0xF0066582          MC 85 Read Data and Bit Flip Register 17
MTU_MC85_RDBFL18 0xF0066584          MC 85 Read Data and Bit Flip Register 18
MTU_MC85_RDBFL19 0xF0066586          MC 85 Read Data and Bit Flip Register 19
MTU_MC85_RDBFL20 0xF0066588          MC 85 Read Data and Bit Flip Register 20
MTU_MC85_RDBFL21 0xF006658A          MC 85 Read Data and Bit Flip Register 21
MTU_MC85_RDBFL22 0xF006658C          MC 85 Read Data and Bit Flip Register 22
MTU_MC85_RDBFL23 0xF006658E          MC 85 Read Data and Bit Flip Register 23
MTU_MC85_RDBFL24 0xF0066590          MC 85 Read Data and Bit Flip Register 24
MTU_MC85_RDBFL25 0xF0066592          MC 85 Read Data and Bit Flip Register 25
MTU_MC85_RDBFL26 0xF0066594          MC 85 Read Data and Bit Flip Register 26
MTU_MC85_RDBFL27 0xF0066596          MC 85 Read Data and Bit Flip Register 27
MTU_MC85_RDBFL28 0xF0066598          MC 85 Read Data and Bit Flip Register 28
MTU_MC85_RDBFL29 0xF006659A          MC 85 Read Data and Bit Flip Register 29
MTU_MC85_RDBFL30 0xF006659C          MC 85 Read Data and Bit Flip Register 30
MTU_MC85_RDBFL31 0xF006659E          MC 85 Read Data and Bit Flip Register 31
MTU_MC85_RDBFL32 0xF00665A0          MC 85 Read Data and Bit Flip Register 32
MTU_MC85_RDBFL33 0xF00665A2          MC 85 Read Data and Bit Flip Register 33
MTU_MC85_RDBFL34 0xF00665A4          MC 85 Read Data and Bit Flip Register 34
MTU_MC85_RDBFL35 0xF00665A6          MC 85 Read Data and Bit Flip Register 35
MTU_MC85_RDBFL36 0xF00665A8          MC 85 Read Data and Bit Flip Register 36
MTU_MC85_RDBFL37 0xF00665AA          MC 85 Read Data and Bit Flip Register 37
MTU_MC85_RDBFL38 0xF00665AC          MC 85 Read Data and Bit Flip Register 38
MTU_MC85_RDBFL39 0xF00665AE          MC 85 Read Data and Bit Flip Register 39
MTU_MC85_RDBFL40 0xF00665B0          MC 85 Read Data and Bit Flip Register 40
MTU_MC85_RDBFL41 0xF00665B2          MC 85 Read Data and Bit Flip Register 41
MTU_MC85_RDBFL42 0xF00665B4          MC 85 Read Data and Bit Flip Register 42
MTU_MC85_RDBFL43 0xF00665B6          MC 85 Read Data and Bit Flip Register 43
MTU_MC85_RDBFL44 0xF00665B8          MC 85 Read Data and Bit Flip Register 44
MTU_MC85_RDBFL45 0xF00665BA          MC 85 Read Data and Bit Flip Register 45
MTU_MC85_RDBFL46 0xF00665BC          MC 85 Read Data and Bit Flip Register 46
MTU_MC85_RDBFL47 0xF00665BE          MC 85 Read Data and Bit Flip Register 47
MTU_MC85_RDBFL48 0xF00665C0          MC 85 Read Data and Bit Flip Register 48
MTU_MC85_RDBFL49 0xF00665C2          MC 85 Read Data and Bit Flip Register 49
MTU_MC85_RDBFL50 0xF00665C4          MC 85 Read Data and Bit Flip Register 50
MTU_MC85_RDBFL51 0xF00665C6          MC 85 Read Data and Bit Flip Register 51
MTU_MC85_RDBFL52 0xF00665C8          MC 85 Read Data and Bit Flip Register 52
MTU_MC85_RDBFL53 0xF00665CA          MC 85 Read Data and Bit Flip Register 53
MTU_MC85_RDBFL54 0xF00665CC          MC 85 Read Data and Bit Flip Register 54
MTU_MC85_RDBFL55 0xF00665CE          MC 85 Read Data and Bit Flip Register 55
MTU_MC85_RDBFL56 0xF00665D0          MC 85 Read Data and Bit Flip Register 56
MTU_MC85_RDBFL57 0xF00665D2          MC 85 Read Data and Bit Flip Register 57
MTU_MC85_RDBFL58 0xF00665D4          MC 85 Read Data and Bit Flip Register 58
MTU_MC85_RDBFL59 0xF00665D6          MC 85 Read Data and Bit Flip Register 59
MTU_MC85_RDBFL60 0xF00665D8          MC 85 Read Data and Bit Flip Register 60
MTU_MC85_RDBFL61 0xF00665DA          MC 85 Read Data and Bit Flip Register 61
MTU_MC85_RDBFL62 0xF00665DC          MC 85 Read Data and Bit Flip Register 62
MTU_MC85_RDBFL63 0xF00665DE          MC 85 Read Data and Bit Flip Register 63
MTU_MC85_RDBFL64 0xF00665E0          MC 85 Read Data and Bit Flip Register 64
MTU_MC85_RDBFL65 0xF00665E2          MC 85 Read Data and Bit Flip Register 65
MTU_MC85_RDBFL66 0xF00665E4          MC 85 Read Data and Bit Flip Register 66
MTU_MC85_ALMSRCS 0xF00665EE          MC 85 Alarm Sources Configuration Register
MTU_MC85_FAULTSTS 0xF00665F0          MC 85 SSH Safety Faults Status Register
MTU_MC85_ERRINFO0 0xF00665F2          MC 85 Error Information Register 0
MTU_MC85_ERRINFO1 0xF00665F4          MC 85 Error Information Register 1
MTU_MC85_ERRINFO2 0xF00665F6          MC 85 Error Information Register 2
MTU_MC85_ERRINFO3 0xF00665F8          MC 85 Error Information Register 3
MTU_MC85_ERRINFO4 0xF00665FA          MC 85 Error Information Register 4
MTU_MC86_CONFIG0 0xF0066600          MC 86 Configuration Register 0
MTU_MC86_CONFIG1 0xF0066602          MC 86 Configuration Register 1
MTU_MC86_MCONTROL 0xF0066604          MC 86 MBIST Control Register
MTU_MC86_MSTATUS 0xF0066606          MC 86 Status Register
MTU_MC86_RANGE  0xF0066608          MC 86 Range Register, single address mode
MTU_MC86_REVID  0xF006660C          MC 86 Revision ID Register
MTU_MC86_ECCS   0xF006660E          MC 86 ECC Safety Register
MTU_MC86_ECCD   0xF0066610          MC 86 Memory ECC Detection Register
MTU_MC86_ETRR0  0xF0066612          MC 86 Error Tracking Register 0
MTU_MC86_ETRR1  0xF0066614          MC 86 Error Tracking Register 1
MTU_MC86_ETRR2  0xF0066616          MC 86 Error Tracking Register 2
MTU_MC86_ETRR3  0xF0066618          MC 86 Error Tracking Register 3
MTU_MC86_ETRR4  0xF006661A          MC 86 Error Tracking Register 4
MTU_MC86_RDBFL0 0xF0066660          MC 86 Read Data and Bit Flip Register 0
MTU_MC86_RDBFL1 0xF0066662          MC 86 Read Data and Bit Flip Register 1
MTU_MC86_RDBFL2 0xF0066664          MC 86 Read Data and Bit Flip Register 2
MTU_MC86_RDBFL3 0xF0066666          MC 86 Read Data and Bit Flip Register 3
MTU_MC86_RDBFL4 0xF0066668          MC 86 Read Data and Bit Flip Register 4
MTU_MC86_RDBFL5 0xF006666A          MC 86 Read Data and Bit Flip Register 5
MTU_MC86_RDBFL6 0xF006666C          MC 86 Read Data and Bit Flip Register 6
MTU_MC86_RDBFL7 0xF006666E          MC 86 Read Data and Bit Flip Register 7
MTU_MC86_RDBFL8 0xF0066670          MC 86 Read Data and Bit Flip Register 8
MTU_MC86_RDBFL9 0xF0066672          MC 86 Read Data and Bit Flip Register 9
MTU_MC86_RDBFL10 0xF0066674          MC 86 Read Data and Bit Flip Register 10
MTU_MC86_RDBFL11 0xF0066676          MC 86 Read Data and Bit Flip Register 11
MTU_MC86_RDBFL12 0xF0066678          MC 86 Read Data and Bit Flip Register 12
MTU_MC86_RDBFL13 0xF006667A          MC 86 Read Data and Bit Flip Register 13
MTU_MC86_RDBFL14 0xF006667C          MC 86 Read Data and Bit Flip Register 14
MTU_MC86_RDBFL15 0xF006667E          MC 86 Read Data and Bit Flip Register 15
MTU_MC86_RDBFL16 0xF0066680          MC 86 Read Data and Bit Flip Register 16
MTU_MC86_RDBFL17 0xF0066682          MC 86 Read Data and Bit Flip Register 17
MTU_MC86_RDBFL18 0xF0066684          MC 86 Read Data and Bit Flip Register 18
MTU_MC86_RDBFL19 0xF0066686          MC 86 Read Data and Bit Flip Register 19
MTU_MC86_RDBFL20 0xF0066688          MC 86 Read Data and Bit Flip Register 20
MTU_MC86_RDBFL21 0xF006668A          MC 86 Read Data and Bit Flip Register 21
MTU_MC86_RDBFL22 0xF006668C          MC 86 Read Data and Bit Flip Register 22
MTU_MC86_RDBFL23 0xF006668E          MC 86 Read Data and Bit Flip Register 23
MTU_MC86_RDBFL24 0xF0066690          MC 86 Read Data and Bit Flip Register 24
MTU_MC86_RDBFL25 0xF0066692          MC 86 Read Data and Bit Flip Register 25
MTU_MC86_RDBFL26 0xF0066694          MC 86 Read Data and Bit Flip Register 26
MTU_MC86_RDBFL27 0xF0066696          MC 86 Read Data and Bit Flip Register 27
MTU_MC86_RDBFL28 0xF0066698          MC 86 Read Data and Bit Flip Register 28
MTU_MC86_RDBFL29 0xF006669A          MC 86 Read Data and Bit Flip Register 29
MTU_MC86_RDBFL30 0xF006669C          MC 86 Read Data and Bit Flip Register 30
MTU_MC86_RDBFL31 0xF006669E          MC 86 Read Data and Bit Flip Register 31
MTU_MC86_RDBFL32 0xF00666A0          MC 86 Read Data and Bit Flip Register 32
MTU_MC86_RDBFL33 0xF00666A2          MC 86 Read Data and Bit Flip Register 33
MTU_MC86_RDBFL34 0xF00666A4          MC 86 Read Data and Bit Flip Register 34
MTU_MC86_RDBFL35 0xF00666A6          MC 86 Read Data and Bit Flip Register 35
MTU_MC86_RDBFL36 0xF00666A8          MC 86 Read Data and Bit Flip Register 36
MTU_MC86_RDBFL37 0xF00666AA          MC 86 Read Data and Bit Flip Register 37
MTU_MC86_RDBFL38 0xF00666AC          MC 86 Read Data and Bit Flip Register 38
MTU_MC86_RDBFL39 0xF00666AE          MC 86 Read Data and Bit Flip Register 39
MTU_MC86_RDBFL40 0xF00666B0          MC 86 Read Data and Bit Flip Register 40
MTU_MC86_RDBFL41 0xF00666B2          MC 86 Read Data and Bit Flip Register 41
MTU_MC86_RDBFL42 0xF00666B4          MC 86 Read Data and Bit Flip Register 42
MTU_MC86_RDBFL43 0xF00666B6          MC 86 Read Data and Bit Flip Register 43
MTU_MC86_RDBFL44 0xF00666B8          MC 86 Read Data and Bit Flip Register 44
MTU_MC86_RDBFL45 0xF00666BA          MC 86 Read Data and Bit Flip Register 45
MTU_MC86_RDBFL46 0xF00666BC          MC 86 Read Data and Bit Flip Register 46
MTU_MC86_RDBFL47 0xF00666BE          MC 86 Read Data and Bit Flip Register 47
MTU_MC86_RDBFL48 0xF00666C0          MC 86 Read Data and Bit Flip Register 48
MTU_MC86_RDBFL49 0xF00666C2          MC 86 Read Data and Bit Flip Register 49
MTU_MC86_RDBFL50 0xF00666C4          MC 86 Read Data and Bit Flip Register 50
MTU_MC86_RDBFL51 0xF00666C6          MC 86 Read Data and Bit Flip Register 51
MTU_MC86_RDBFL52 0xF00666C8          MC 86 Read Data and Bit Flip Register 52
MTU_MC86_RDBFL53 0xF00666CA          MC 86 Read Data and Bit Flip Register 53
MTU_MC86_RDBFL54 0xF00666CC          MC 86 Read Data and Bit Flip Register 54
MTU_MC86_RDBFL55 0xF00666CE          MC 86 Read Data and Bit Flip Register 55
MTU_MC86_RDBFL56 0xF00666D0          MC 86 Read Data and Bit Flip Register 56
MTU_MC86_RDBFL57 0xF00666D2          MC 86 Read Data and Bit Flip Register 57
MTU_MC86_RDBFL58 0xF00666D4          MC 86 Read Data and Bit Flip Register 58
MTU_MC86_RDBFL59 0xF00666D6          MC 86 Read Data and Bit Flip Register 59
MTU_MC86_RDBFL60 0xF00666D8          MC 86 Read Data and Bit Flip Register 60
MTU_MC86_RDBFL61 0xF00666DA          MC 86 Read Data and Bit Flip Register 61
MTU_MC86_RDBFL62 0xF00666DC          MC 86 Read Data and Bit Flip Register 62
MTU_MC86_RDBFL63 0xF00666DE          MC 86 Read Data and Bit Flip Register 63
MTU_MC86_RDBFL64 0xF00666E0          MC 86 Read Data and Bit Flip Register 64
MTU_MC86_RDBFL65 0xF00666E2          MC 86 Read Data and Bit Flip Register 65
MTU_MC86_RDBFL66 0xF00666E4          MC 86 Read Data and Bit Flip Register 66
MTU_MC86_ALMSRCS 0xF00666EE          MC 86 Alarm Sources Configuration Register
MTU_MC86_FAULTSTS 0xF00666F0          MC 86 SSH Safety Faults Status Register
MTU_MC86_ERRINFO0 0xF00666F2          MC 86 Error Information Register 0
MTU_MC86_ERRINFO1 0xF00666F4          MC 86 Error Information Register 1
MTU_MC86_ERRINFO2 0xF00666F6          MC 86 Error Information Register 2
MTU_MC86_ERRINFO3 0xF00666F8          MC 86 Error Information Register 3
MTU_MC86_ERRINFO4 0xF00666FA          MC 86 Error Information Register 4
MTU_MC87_CONFIG0 0xF0066700          MC 87 Configuration Register 0
MTU_MC87_CONFIG1 0xF0066702          MC 87 Configuration Register 1
MTU_MC87_MCONTROL 0xF0066704          MC 87 MBIST Control Register
MTU_MC87_MSTATUS 0xF0066706          MC 87 Status Register
MTU_MC87_RANGE  0xF0066708          MC 87 Range Register, single address mode
MTU_MC87_REVID  0xF006670C          MC 87 Revision ID Register
MTU_MC87_ECCS   0xF006670E          MC 87 ECC Safety Register
MTU_MC87_ECCD   0xF0066710          MC 87 Memory ECC Detection Register
MTU_MC87_ETRR0  0xF0066712          MC 87 Error Tracking Register 0
MTU_MC87_ETRR1  0xF0066714          MC 87 Error Tracking Register 1
MTU_MC87_ETRR2  0xF0066716          MC 87 Error Tracking Register 2
MTU_MC87_ETRR3  0xF0066718          MC 87 Error Tracking Register 3
MTU_MC87_ETRR4  0xF006671A          MC 87 Error Tracking Register 4
MTU_MC87_RDBFL0 0xF0066760          MC 87 Read Data and Bit Flip Register 0
MTU_MC87_RDBFL1 0xF0066762          MC 87 Read Data and Bit Flip Register 1
MTU_MC87_RDBFL2 0xF0066764          MC 87 Read Data and Bit Flip Register 2
MTU_MC87_RDBFL3 0xF0066766          MC 87 Read Data and Bit Flip Register 3
MTU_MC87_RDBFL4 0xF0066768          MC 87 Read Data and Bit Flip Register 4
MTU_MC87_RDBFL5 0xF006676A          MC 87 Read Data and Bit Flip Register 5
MTU_MC87_RDBFL6 0xF006676C          MC 87 Read Data and Bit Flip Register 6
MTU_MC87_RDBFL7 0xF006676E          MC 87 Read Data and Bit Flip Register 7
MTU_MC87_RDBFL8 0xF0066770          MC 87 Read Data and Bit Flip Register 8
MTU_MC87_RDBFL9 0xF0066772          MC 87 Read Data and Bit Flip Register 9
MTU_MC87_RDBFL10 0xF0066774          MC 87 Read Data and Bit Flip Register 10
MTU_MC87_RDBFL11 0xF0066776          MC 87 Read Data and Bit Flip Register 11
MTU_MC87_RDBFL12 0xF0066778          MC 87 Read Data and Bit Flip Register 12
MTU_MC87_RDBFL13 0xF006677A          MC 87 Read Data and Bit Flip Register 13
MTU_MC87_RDBFL14 0xF006677C          MC 87 Read Data and Bit Flip Register 14
MTU_MC87_RDBFL15 0xF006677E          MC 87 Read Data and Bit Flip Register 15
MTU_MC87_RDBFL16 0xF0066780          MC 87 Read Data and Bit Flip Register 16
MTU_MC87_RDBFL17 0xF0066782          MC 87 Read Data and Bit Flip Register 17
MTU_MC87_RDBFL18 0xF0066784          MC 87 Read Data and Bit Flip Register 18
MTU_MC87_RDBFL19 0xF0066786          MC 87 Read Data and Bit Flip Register 19
MTU_MC87_RDBFL20 0xF0066788          MC 87 Read Data and Bit Flip Register 20
MTU_MC87_RDBFL21 0xF006678A          MC 87 Read Data and Bit Flip Register 21
MTU_MC87_RDBFL22 0xF006678C          MC 87 Read Data and Bit Flip Register 22
MTU_MC87_RDBFL23 0xF006678E          MC 87 Read Data and Bit Flip Register 23
MTU_MC87_RDBFL24 0xF0066790          MC 87 Read Data and Bit Flip Register 24
MTU_MC87_RDBFL25 0xF0066792          MC 87 Read Data and Bit Flip Register 25
MTU_MC87_RDBFL26 0xF0066794          MC 87 Read Data and Bit Flip Register 26
MTU_MC87_RDBFL27 0xF0066796          MC 87 Read Data and Bit Flip Register 27
MTU_MC87_RDBFL28 0xF0066798          MC 87 Read Data and Bit Flip Register 28
MTU_MC87_RDBFL29 0xF006679A          MC 87 Read Data and Bit Flip Register 29
MTU_MC87_RDBFL30 0xF006679C          MC 87 Read Data and Bit Flip Register 30
MTU_MC87_RDBFL31 0xF006679E          MC 87 Read Data and Bit Flip Register 31
MTU_MC87_RDBFL32 0xF00667A0          MC 87 Read Data and Bit Flip Register 32
MTU_MC87_RDBFL33 0xF00667A2          MC 87 Read Data and Bit Flip Register 33
MTU_MC87_RDBFL34 0xF00667A4          MC 87 Read Data and Bit Flip Register 34
MTU_MC87_RDBFL35 0xF00667A6          MC 87 Read Data and Bit Flip Register 35
MTU_MC87_RDBFL36 0xF00667A8          MC 87 Read Data and Bit Flip Register 36
MTU_MC87_RDBFL37 0xF00667AA          MC 87 Read Data and Bit Flip Register 37
MTU_MC87_RDBFL38 0xF00667AC          MC 87 Read Data and Bit Flip Register 38
MTU_MC87_RDBFL39 0xF00667AE          MC 87 Read Data and Bit Flip Register 39
MTU_MC87_RDBFL40 0xF00667B0          MC 87 Read Data and Bit Flip Register 40
MTU_MC87_RDBFL41 0xF00667B2          MC 87 Read Data and Bit Flip Register 41
MTU_MC87_RDBFL42 0xF00667B4          MC 87 Read Data and Bit Flip Register 42
MTU_MC87_RDBFL43 0xF00667B6          MC 87 Read Data and Bit Flip Register 43
MTU_MC87_RDBFL44 0xF00667B8          MC 87 Read Data and Bit Flip Register 44
MTU_MC87_RDBFL45 0xF00667BA          MC 87 Read Data and Bit Flip Register 45
MTU_MC87_RDBFL46 0xF00667BC          MC 87 Read Data and Bit Flip Register 46
MTU_MC87_RDBFL47 0xF00667BE          MC 87 Read Data and Bit Flip Register 47
MTU_MC87_RDBFL48 0xF00667C0          MC 87 Read Data and Bit Flip Register 48
MTU_MC87_RDBFL49 0xF00667C2          MC 87 Read Data and Bit Flip Register 49
MTU_MC87_RDBFL50 0xF00667C4          MC 87 Read Data and Bit Flip Register 50
MTU_MC87_RDBFL51 0xF00667C6          MC 87 Read Data and Bit Flip Register 51
MTU_MC87_RDBFL52 0xF00667C8          MC 87 Read Data and Bit Flip Register 52
MTU_MC87_RDBFL53 0xF00667CA          MC 87 Read Data and Bit Flip Register 53
MTU_MC87_RDBFL54 0xF00667CC          MC 87 Read Data and Bit Flip Register 54
MTU_MC87_RDBFL55 0xF00667CE          MC 87 Read Data and Bit Flip Register 55
MTU_MC87_RDBFL56 0xF00667D0          MC 87 Read Data and Bit Flip Register 56
MTU_MC87_RDBFL57 0xF00667D2          MC 87 Read Data and Bit Flip Register 57
MTU_MC87_RDBFL58 0xF00667D4          MC 87 Read Data and Bit Flip Register 58
MTU_MC87_RDBFL59 0xF00667D6          MC 87 Read Data and Bit Flip Register 59
MTU_MC87_RDBFL60 0xF00667D8          MC 87 Read Data and Bit Flip Register 60
MTU_MC87_RDBFL61 0xF00667DA          MC 87 Read Data and Bit Flip Register 61
MTU_MC87_RDBFL62 0xF00667DC          MC 87 Read Data and Bit Flip Register 62
MTU_MC87_RDBFL63 0xF00667DE          MC 87 Read Data and Bit Flip Register 63
MTU_MC87_RDBFL64 0xF00667E0          MC 87 Read Data and Bit Flip Register 64
MTU_MC87_RDBFL65 0xF00667E2          MC 87 Read Data and Bit Flip Register 65
MTU_MC87_RDBFL66 0xF00667E4          MC 87 Read Data and Bit Flip Register 66
MTU_MC87_ALMSRCS 0xF00667EE          MC 87 Alarm Sources Configuration Register
MTU_MC87_FAULTSTS 0xF00667F0          MC 87 SSH Safety Faults Status Register
MTU_MC87_ERRINFO0 0xF00667F2          MC 87 Error Information Register 0
MTU_MC87_ERRINFO1 0xF00667F4          MC 87 Error Information Register 1
MTU_MC87_ERRINFO2 0xF00667F6          MC 87 Error Information Register 2
MTU_MC87_ERRINFO3 0xF00667F8          MC 87 Error Information Register 3
MTU_MC87_ERRINFO4 0xF00667FA          MC 87 Error Information Register 4
MTU_MC88_CONFIG0 0xF0066800          MC 88 Configuration Register 0
MTU_MC88_CONFIG1 0xF0066802          MC 88 Configuration Register 1
MTU_MC88_MCONTROL 0xF0066804          MC 88 MBIST Control Register
MTU_MC88_MSTATUS 0xF0066806          MC 88 Status Register
MTU_MC88_RANGE  0xF0066808          MC 88 Range Register, single address mode
MTU_MC88_REVID  0xF006680C          MC 88 Revision ID Register
MTU_MC88_ECCS   0xF006680E          MC 88 ECC Safety Register
MTU_MC88_ECCD   0xF0066810          MC 88 Memory ECC Detection Register
MTU_MC88_ETRR0  0xF0066812          MC 88 Error Tracking Register 0
MTU_MC88_ETRR1  0xF0066814          MC 88 Error Tracking Register 1
MTU_MC88_ETRR2  0xF0066816          MC 88 Error Tracking Register 2
MTU_MC88_ETRR3  0xF0066818          MC 88 Error Tracking Register 3
MTU_MC88_ETRR4  0xF006681A          MC 88 Error Tracking Register 4
MTU_MC88_RDBFL0 0xF0066860          MC 88 Read Data and Bit Flip Register 0
MTU_MC88_RDBFL1 0xF0066862          MC 88 Read Data and Bit Flip Register 1
MTU_MC88_RDBFL2 0xF0066864          MC 88 Read Data and Bit Flip Register 2
MTU_MC88_RDBFL3 0xF0066866          MC 88 Read Data and Bit Flip Register 3
MTU_MC88_RDBFL4 0xF0066868          MC 88 Read Data and Bit Flip Register 4
MTU_MC88_RDBFL5 0xF006686A          MC 88 Read Data and Bit Flip Register 5
MTU_MC88_RDBFL6 0xF006686C          MC 88 Read Data and Bit Flip Register 6
MTU_MC88_RDBFL7 0xF006686E          MC 88 Read Data and Bit Flip Register 7
MTU_MC88_RDBFL8 0xF0066870          MC 88 Read Data and Bit Flip Register 8
MTU_MC88_RDBFL9 0xF0066872          MC 88 Read Data and Bit Flip Register 9
MTU_MC88_RDBFL10 0xF0066874          MC 88 Read Data and Bit Flip Register 10
MTU_MC88_RDBFL11 0xF0066876          MC 88 Read Data and Bit Flip Register 11
MTU_MC88_RDBFL12 0xF0066878          MC 88 Read Data and Bit Flip Register 12
MTU_MC88_RDBFL13 0xF006687A          MC 88 Read Data and Bit Flip Register 13
MTU_MC88_RDBFL14 0xF006687C          MC 88 Read Data and Bit Flip Register 14
MTU_MC88_RDBFL15 0xF006687E          MC 88 Read Data and Bit Flip Register 15
MTU_MC88_RDBFL16 0xF0066880          MC 88 Read Data and Bit Flip Register 16
MTU_MC88_RDBFL17 0xF0066882          MC 88 Read Data and Bit Flip Register 17
MTU_MC88_RDBFL18 0xF0066884          MC 88 Read Data and Bit Flip Register 18
MTU_MC88_RDBFL19 0xF0066886          MC 88 Read Data and Bit Flip Register 19
MTU_MC88_RDBFL20 0xF0066888          MC 88 Read Data and Bit Flip Register 20
MTU_MC88_RDBFL21 0xF006688A          MC 88 Read Data and Bit Flip Register 21
MTU_MC88_RDBFL22 0xF006688C          MC 88 Read Data and Bit Flip Register 22
MTU_MC88_RDBFL23 0xF006688E          MC 88 Read Data and Bit Flip Register 23
MTU_MC88_RDBFL24 0xF0066890          MC 88 Read Data and Bit Flip Register 24
MTU_MC88_RDBFL25 0xF0066892          MC 88 Read Data and Bit Flip Register 25
MTU_MC88_RDBFL26 0xF0066894          MC 88 Read Data and Bit Flip Register 26
MTU_MC88_RDBFL27 0xF0066896          MC 88 Read Data and Bit Flip Register 27
MTU_MC88_RDBFL28 0xF0066898          MC 88 Read Data and Bit Flip Register 28
MTU_MC88_RDBFL29 0xF006689A          MC 88 Read Data and Bit Flip Register 29
MTU_MC88_RDBFL30 0xF006689C          MC 88 Read Data and Bit Flip Register 30
MTU_MC88_RDBFL31 0xF006689E          MC 88 Read Data and Bit Flip Register 31
MTU_MC88_RDBFL32 0xF00668A0          MC 88 Read Data and Bit Flip Register 32
MTU_MC88_RDBFL33 0xF00668A2          MC 88 Read Data and Bit Flip Register 33
MTU_MC88_RDBFL34 0xF00668A4          MC 88 Read Data and Bit Flip Register 34
MTU_MC88_RDBFL35 0xF00668A6          MC 88 Read Data and Bit Flip Register 35
MTU_MC88_RDBFL36 0xF00668A8          MC 88 Read Data and Bit Flip Register 36
MTU_MC88_RDBFL37 0xF00668AA          MC 88 Read Data and Bit Flip Register 37
MTU_MC88_RDBFL38 0xF00668AC          MC 88 Read Data and Bit Flip Register 38
MTU_MC88_RDBFL39 0xF00668AE          MC 88 Read Data and Bit Flip Register 39
MTU_MC88_RDBFL40 0xF00668B0          MC 88 Read Data and Bit Flip Register 40
MTU_MC88_RDBFL41 0xF00668B2          MC 88 Read Data and Bit Flip Register 41
MTU_MC88_RDBFL42 0xF00668B4          MC 88 Read Data and Bit Flip Register 42
MTU_MC88_RDBFL43 0xF00668B6          MC 88 Read Data and Bit Flip Register 43
MTU_MC88_RDBFL44 0xF00668B8          MC 88 Read Data and Bit Flip Register 44
MTU_MC88_RDBFL45 0xF00668BA          MC 88 Read Data and Bit Flip Register 45
MTU_MC88_RDBFL46 0xF00668BC          MC 88 Read Data and Bit Flip Register 46
MTU_MC88_RDBFL47 0xF00668BE          MC 88 Read Data and Bit Flip Register 47
MTU_MC88_RDBFL48 0xF00668C0          MC 88 Read Data and Bit Flip Register 48
MTU_MC88_RDBFL49 0xF00668C2          MC 88 Read Data and Bit Flip Register 49
MTU_MC88_RDBFL50 0xF00668C4          MC 88 Read Data and Bit Flip Register 50
MTU_MC88_RDBFL51 0xF00668C6          MC 88 Read Data and Bit Flip Register 51
MTU_MC88_RDBFL52 0xF00668C8          MC 88 Read Data and Bit Flip Register 52
MTU_MC88_RDBFL53 0xF00668CA          MC 88 Read Data and Bit Flip Register 53
MTU_MC88_RDBFL54 0xF00668CC          MC 88 Read Data and Bit Flip Register 54
MTU_MC88_RDBFL55 0xF00668CE          MC 88 Read Data and Bit Flip Register 55
MTU_MC88_RDBFL56 0xF00668D0          MC 88 Read Data and Bit Flip Register 56
MTU_MC88_RDBFL57 0xF00668D2          MC 88 Read Data and Bit Flip Register 57
MTU_MC88_RDBFL58 0xF00668D4          MC 88 Read Data and Bit Flip Register 58
MTU_MC88_RDBFL59 0xF00668D6          MC 88 Read Data and Bit Flip Register 59
MTU_MC88_RDBFL60 0xF00668D8          MC 88 Read Data and Bit Flip Register 60
MTU_MC88_RDBFL61 0xF00668DA          MC 88 Read Data and Bit Flip Register 61
MTU_MC88_RDBFL62 0xF00668DC          MC 88 Read Data and Bit Flip Register 62
MTU_MC88_RDBFL63 0xF00668DE          MC 88 Read Data and Bit Flip Register 63
MTU_MC88_RDBFL64 0xF00668E0          MC 88 Read Data and Bit Flip Register 64
MTU_MC88_RDBFL65 0xF00668E2          MC 88 Read Data and Bit Flip Register 65
MTU_MC88_RDBFL66 0xF00668E4          MC 88 Read Data and Bit Flip Register 66
MTU_MC88_ALMSRCS 0xF00668EE          MC 88 Alarm Sources Configuration Register
MTU_MC88_FAULTSTS 0xF00668F0          MC 88 SSH Safety Faults Status Register
MTU_MC88_ERRINFO0 0xF00668F2          MC 88 Error Information Register 0
MTU_MC88_ERRINFO1 0xF00668F4          MC 88 Error Information Register 1
MTU_MC88_ERRINFO2 0xF00668F6          MC 88 Error Information Register 2
MTU_MC88_ERRINFO3 0xF00668F8          MC 88 Error Information Register 3
MTU_MC88_ERRINFO4 0xF00668FA          MC 88 Error Information Register 4
MTU_MC89_CONFIG0 0xF0066900          MC 89 Configuration Register 0
MTU_MC89_CONFIG1 0xF0066902          MC 89 Configuration Register 1
MTU_MC89_MCONTROL 0xF0066904          MC 89 MBIST Control Register
MTU_MC89_MSTATUS 0xF0066906          MC 89 Status Register
MTU_MC89_RANGE  0xF0066908          MC 89 Range Register, single address mode
MTU_MC89_REVID  0xF006690C          MC 89 Revision ID Register
MTU_MC89_ECCS   0xF006690E          MC 89 ECC Safety Register
MTU_MC89_ECCD   0xF0066910          MC 89 Memory ECC Detection Register
MTU_MC89_ETRR0  0xF0066912          MC 89 Error Tracking Register 0
MTU_MC89_ETRR1  0xF0066914          MC 89 Error Tracking Register 1
MTU_MC89_ETRR2  0xF0066916          MC 89 Error Tracking Register 2
MTU_MC89_ETRR3  0xF0066918          MC 89 Error Tracking Register 3
MTU_MC89_ETRR4  0xF006691A          MC 89 Error Tracking Register 4
MTU_MC89_RDBFL0 0xF0066960          MC 89 Read Data and Bit Flip Register 0
MTU_MC89_RDBFL1 0xF0066962          MC 89 Read Data and Bit Flip Register 1
MTU_MC89_RDBFL2 0xF0066964          MC 89 Read Data and Bit Flip Register 2
MTU_MC89_RDBFL3 0xF0066966          MC 89 Read Data and Bit Flip Register 3
MTU_MC89_RDBFL4 0xF0066968          MC 89 Read Data and Bit Flip Register 4
MTU_MC89_RDBFL5 0xF006696A          MC 89 Read Data and Bit Flip Register 5
MTU_MC89_RDBFL6 0xF006696C          MC 89 Read Data and Bit Flip Register 6
MTU_MC89_RDBFL7 0xF006696E          MC 89 Read Data and Bit Flip Register 7
MTU_MC89_RDBFL8 0xF0066970          MC 89 Read Data and Bit Flip Register 8
MTU_MC89_RDBFL9 0xF0066972          MC 89 Read Data and Bit Flip Register 9
MTU_MC89_RDBFL10 0xF0066974          MC 89 Read Data and Bit Flip Register 10
MTU_MC89_RDBFL11 0xF0066976          MC 89 Read Data and Bit Flip Register 11
MTU_MC89_RDBFL12 0xF0066978          MC 89 Read Data and Bit Flip Register 12
MTU_MC89_RDBFL13 0xF006697A          MC 89 Read Data and Bit Flip Register 13
MTU_MC89_RDBFL14 0xF006697C          MC 89 Read Data and Bit Flip Register 14
MTU_MC89_RDBFL15 0xF006697E          MC 89 Read Data and Bit Flip Register 15
MTU_MC89_RDBFL16 0xF0066980          MC 89 Read Data and Bit Flip Register 16
MTU_MC89_RDBFL17 0xF0066982          MC 89 Read Data and Bit Flip Register 17
MTU_MC89_RDBFL18 0xF0066984          MC 89 Read Data and Bit Flip Register 18
MTU_MC89_RDBFL19 0xF0066986          MC 89 Read Data and Bit Flip Register 19
MTU_MC89_RDBFL20 0xF0066988          MC 89 Read Data and Bit Flip Register 20
MTU_MC89_RDBFL21 0xF006698A          MC 89 Read Data and Bit Flip Register 21
MTU_MC89_RDBFL22 0xF006698C          MC 89 Read Data and Bit Flip Register 22
MTU_MC89_RDBFL23 0xF006698E          MC 89 Read Data and Bit Flip Register 23
MTU_MC89_RDBFL24 0xF0066990          MC 89 Read Data and Bit Flip Register 24
MTU_MC89_RDBFL25 0xF0066992          MC 89 Read Data and Bit Flip Register 25
MTU_MC89_RDBFL26 0xF0066994          MC 89 Read Data and Bit Flip Register 26
MTU_MC89_RDBFL27 0xF0066996          MC 89 Read Data and Bit Flip Register 27
MTU_MC89_RDBFL28 0xF0066998          MC 89 Read Data and Bit Flip Register 28
MTU_MC89_RDBFL29 0xF006699A          MC 89 Read Data and Bit Flip Register 29
MTU_MC89_RDBFL30 0xF006699C          MC 89 Read Data and Bit Flip Register 30
MTU_MC89_RDBFL31 0xF006699E          MC 89 Read Data and Bit Flip Register 31
MTU_MC89_RDBFL32 0xF00669A0          MC 89 Read Data and Bit Flip Register 32
MTU_MC89_RDBFL33 0xF00669A2          MC 89 Read Data and Bit Flip Register 33
MTU_MC89_RDBFL34 0xF00669A4          MC 89 Read Data and Bit Flip Register 34
MTU_MC89_RDBFL35 0xF00669A6          MC 89 Read Data and Bit Flip Register 35
MTU_MC89_RDBFL36 0xF00669A8          MC 89 Read Data and Bit Flip Register 36
MTU_MC89_RDBFL37 0xF00669AA          MC 89 Read Data and Bit Flip Register 37
MTU_MC89_RDBFL38 0xF00669AC          MC 89 Read Data and Bit Flip Register 38
MTU_MC89_RDBFL39 0xF00669AE          MC 89 Read Data and Bit Flip Register 39
MTU_MC89_RDBFL40 0xF00669B0          MC 89 Read Data and Bit Flip Register 40
MTU_MC89_RDBFL41 0xF00669B2          MC 89 Read Data and Bit Flip Register 41
MTU_MC89_RDBFL42 0xF00669B4          MC 89 Read Data and Bit Flip Register 42
MTU_MC89_RDBFL43 0xF00669B6          MC 89 Read Data and Bit Flip Register 43
MTU_MC89_RDBFL44 0xF00669B8          MC 89 Read Data and Bit Flip Register 44
MTU_MC89_RDBFL45 0xF00669BA          MC 89 Read Data and Bit Flip Register 45
MTU_MC89_RDBFL46 0xF00669BC          MC 89 Read Data and Bit Flip Register 46
MTU_MC89_RDBFL47 0xF00669BE          MC 89 Read Data and Bit Flip Register 47
MTU_MC89_RDBFL48 0xF00669C0          MC 89 Read Data and Bit Flip Register 48
MTU_MC89_RDBFL49 0xF00669C2          MC 89 Read Data and Bit Flip Register 49
MTU_MC89_RDBFL50 0xF00669C4          MC 89 Read Data and Bit Flip Register 50
MTU_MC89_RDBFL51 0xF00669C6          MC 89 Read Data and Bit Flip Register 51
MTU_MC89_RDBFL52 0xF00669C8          MC 89 Read Data and Bit Flip Register 52
MTU_MC89_RDBFL53 0xF00669CA          MC 89 Read Data and Bit Flip Register 53
MTU_MC89_RDBFL54 0xF00669CC          MC 89 Read Data and Bit Flip Register 54
MTU_MC89_RDBFL55 0xF00669CE          MC 89 Read Data and Bit Flip Register 55
MTU_MC89_RDBFL56 0xF00669D0          MC 89 Read Data and Bit Flip Register 56
MTU_MC89_RDBFL57 0xF00669D2          MC 89 Read Data and Bit Flip Register 57
MTU_MC89_RDBFL58 0xF00669D4          MC 89 Read Data and Bit Flip Register 58
MTU_MC89_RDBFL59 0xF00669D6          MC 89 Read Data and Bit Flip Register 59
MTU_MC89_RDBFL60 0xF00669D8          MC 89 Read Data and Bit Flip Register 60
MTU_MC89_RDBFL61 0xF00669DA          MC 89 Read Data and Bit Flip Register 61
MTU_MC89_RDBFL62 0xF00669DC          MC 89 Read Data and Bit Flip Register 62
MTU_MC89_RDBFL63 0xF00669DE          MC 89 Read Data and Bit Flip Register 63
MTU_MC89_RDBFL64 0xF00669E0          MC 89 Read Data and Bit Flip Register 64
MTU_MC89_RDBFL65 0xF00669E2          MC 89 Read Data and Bit Flip Register 65
MTU_MC89_RDBFL66 0xF00669E4          MC 89 Read Data and Bit Flip Register 66
MTU_MC89_ALMSRCS 0xF00669EE          MC 89 Alarm Sources Configuration Register
MTU_MC89_FAULTSTS 0xF00669F0          MC 89 SSH Safety Faults Status Register
MTU_MC89_ERRINFO0 0xF00669F2          MC 89 Error Information Register 0
MTU_MC89_ERRINFO1 0xF00669F4          MC 89 Error Information Register 1
MTU_MC89_ERRINFO2 0xF00669F6          MC 89 Error Information Register 2
MTU_MC89_ERRINFO3 0xF00669F8          MC 89 Error Information Register 3
MTU_MC89_ERRINFO4 0xF00669FA          MC 89 Error Information Register 4
MTU_MC90_CONFIG0 0xF0066A00          MC 90 Configuration Register 0
MTU_MC90_CONFIG1 0xF0066A02          MC 90 Configuration Register 1
MTU_MC90_MCONTROL 0xF0066A04          MC 90 MBIST Control Register
MTU_MC90_MSTATUS 0xF0066A06          MC 90 Status Register
MTU_MC90_RANGE  0xF0066A08          MC 90 Range Register, single address mode
MTU_MC90_REVID  0xF0066A0C          MC 90 Revision ID Register
MTU_MC90_ECCS   0xF0066A0E          MC 90 ECC Safety Register
MTU_MC90_ECCD   0xF0066A10          MC 90 Memory ECC Detection Register
MTU_MC90_ETRR0  0xF0066A12          MC 90 Error Tracking Register 0
MTU_MC90_ETRR1  0xF0066A14          MC 90 Error Tracking Register 1
MTU_MC90_ETRR2  0xF0066A16          MC 90 Error Tracking Register 2
MTU_MC90_ETRR3  0xF0066A18          MC 90 Error Tracking Register 3
MTU_MC90_ETRR4  0xF0066A1A          MC 90 Error Tracking Register 4
MTU_MC90_RDBFL0 0xF0066A60          MC 90 Read Data and Bit Flip Register 0
MTU_MC90_RDBFL1 0xF0066A62          MC 90 Read Data and Bit Flip Register 1
MTU_MC90_RDBFL2 0xF0066A64          MC 90 Read Data and Bit Flip Register 2
MTU_MC90_RDBFL3 0xF0066A66          MC 90 Read Data and Bit Flip Register 3
MTU_MC90_RDBFL4 0xF0066A68          MC 90 Read Data and Bit Flip Register 4
MTU_MC90_RDBFL5 0xF0066A6A          MC 90 Read Data and Bit Flip Register 5
MTU_MC90_RDBFL6 0xF0066A6C          MC 90 Read Data and Bit Flip Register 6
MTU_MC90_RDBFL7 0xF0066A6E          MC 90 Read Data and Bit Flip Register 7
MTU_MC90_RDBFL8 0xF0066A70          MC 90 Read Data and Bit Flip Register 8
MTU_MC90_RDBFL9 0xF0066A72          MC 90 Read Data and Bit Flip Register 9
MTU_MC90_RDBFL10 0xF0066A74          MC 90 Read Data and Bit Flip Register 10
MTU_MC90_RDBFL11 0xF0066A76          MC 90 Read Data and Bit Flip Register 11
MTU_MC90_RDBFL12 0xF0066A78          MC 90 Read Data and Bit Flip Register 12
MTU_MC90_RDBFL13 0xF0066A7A          MC 90 Read Data and Bit Flip Register 13
MTU_MC90_RDBFL14 0xF0066A7C          MC 90 Read Data and Bit Flip Register 14
MTU_MC90_RDBFL15 0xF0066A7E          MC 90 Read Data and Bit Flip Register 15
MTU_MC90_RDBFL16 0xF0066A80          MC 90 Read Data and Bit Flip Register 16
MTU_MC90_RDBFL17 0xF0066A82          MC 90 Read Data and Bit Flip Register 17
MTU_MC90_RDBFL18 0xF0066A84          MC 90 Read Data and Bit Flip Register 18
MTU_MC90_RDBFL19 0xF0066A86          MC 90 Read Data and Bit Flip Register 19
MTU_MC90_RDBFL20 0xF0066A88          MC 90 Read Data and Bit Flip Register 20
MTU_MC90_RDBFL21 0xF0066A8A          MC 90 Read Data and Bit Flip Register 21
MTU_MC90_RDBFL22 0xF0066A8C          MC 90 Read Data and Bit Flip Register 22
MTU_MC90_RDBFL23 0xF0066A8E          MC 90 Read Data and Bit Flip Register 23
MTU_MC90_RDBFL24 0xF0066A90          MC 90 Read Data and Bit Flip Register 24
MTU_MC90_RDBFL25 0xF0066A92          MC 90 Read Data and Bit Flip Register 25
MTU_MC90_RDBFL26 0xF0066A94          MC 90 Read Data and Bit Flip Register 26
MTU_MC90_RDBFL27 0xF0066A96          MC 90 Read Data and Bit Flip Register 27
MTU_MC90_RDBFL28 0xF0066A98          MC 90 Read Data and Bit Flip Register 28
MTU_MC90_RDBFL29 0xF0066A9A          MC 90 Read Data and Bit Flip Register 29
MTU_MC90_RDBFL30 0xF0066A9C          MC 90 Read Data and Bit Flip Register 30
MTU_MC90_RDBFL31 0xF0066A9E          MC 90 Read Data and Bit Flip Register 31
MTU_MC90_RDBFL32 0xF0066AA0          MC 90 Read Data and Bit Flip Register 32
MTU_MC90_RDBFL33 0xF0066AA2          MC 90 Read Data and Bit Flip Register 33
MTU_MC90_RDBFL34 0xF0066AA4          MC 90 Read Data and Bit Flip Register 34
MTU_MC90_RDBFL35 0xF0066AA6          MC 90 Read Data and Bit Flip Register 35
MTU_MC90_RDBFL36 0xF0066AA8          MC 90 Read Data and Bit Flip Register 36
MTU_MC90_RDBFL37 0xF0066AAA          MC 90 Read Data and Bit Flip Register 37
MTU_MC90_RDBFL38 0xF0066AAC          MC 90 Read Data and Bit Flip Register 38
MTU_MC90_RDBFL39 0xF0066AAE          MC 90 Read Data and Bit Flip Register 39
MTU_MC90_RDBFL40 0xF0066AB0          MC 90 Read Data and Bit Flip Register 40
MTU_MC90_RDBFL41 0xF0066AB2          MC 90 Read Data and Bit Flip Register 41
MTU_MC90_RDBFL42 0xF0066AB4          MC 90 Read Data and Bit Flip Register 42
MTU_MC90_RDBFL43 0xF0066AB6          MC 90 Read Data and Bit Flip Register 43
MTU_MC90_RDBFL44 0xF0066AB8          MC 90 Read Data and Bit Flip Register 44
MTU_MC90_RDBFL45 0xF0066ABA          MC 90 Read Data and Bit Flip Register 45
MTU_MC90_RDBFL46 0xF0066ABC          MC 90 Read Data and Bit Flip Register 46
MTU_MC90_RDBFL47 0xF0066ABE          MC 90 Read Data and Bit Flip Register 47
MTU_MC90_RDBFL48 0xF0066AC0          MC 90 Read Data and Bit Flip Register 48
MTU_MC90_RDBFL49 0xF0066AC2          MC 90 Read Data and Bit Flip Register 49
MTU_MC90_RDBFL50 0xF0066AC4          MC 90 Read Data and Bit Flip Register 50
MTU_MC90_RDBFL51 0xF0066AC6          MC 90 Read Data and Bit Flip Register 51
MTU_MC90_RDBFL52 0xF0066AC8          MC 90 Read Data and Bit Flip Register 52
MTU_MC90_RDBFL53 0xF0066ACA          MC 90 Read Data and Bit Flip Register 53
MTU_MC90_RDBFL54 0xF0066ACC          MC 90 Read Data and Bit Flip Register 54
MTU_MC90_RDBFL55 0xF0066ACE          MC 90 Read Data and Bit Flip Register 55
MTU_MC90_RDBFL56 0xF0066AD0          MC 90 Read Data and Bit Flip Register 56
MTU_MC90_RDBFL57 0xF0066AD2          MC 90 Read Data and Bit Flip Register 57
MTU_MC90_RDBFL58 0xF0066AD4          MC 90 Read Data and Bit Flip Register 58
MTU_MC90_RDBFL59 0xF0066AD6          MC 90 Read Data and Bit Flip Register 59
MTU_MC90_RDBFL60 0xF0066AD8          MC 90 Read Data and Bit Flip Register 60
MTU_MC90_RDBFL61 0xF0066ADA          MC 90 Read Data and Bit Flip Register 61
MTU_MC90_RDBFL62 0xF0066ADC          MC 90 Read Data and Bit Flip Register 62
MTU_MC90_RDBFL63 0xF0066ADE          MC 90 Read Data and Bit Flip Register 63
MTU_MC90_RDBFL64 0xF0066AE0          MC 90 Read Data and Bit Flip Register 64
MTU_MC90_RDBFL65 0xF0066AE2          MC 90 Read Data and Bit Flip Register 65
MTU_MC90_RDBFL66 0xF0066AE4          MC 90 Read Data and Bit Flip Register 66
MTU_MC90_ALMSRCS 0xF0066AEE          MC 90 Alarm Sources Configuration Register
MTU_MC90_FAULTSTS 0xF0066AF0          MC 90 SSH Safety Faults Status Register
MTU_MC90_ERRINFO0 0xF0066AF2          MC 90 Error Information Register 0
MTU_MC90_ERRINFO1 0xF0066AF4          MC 90 Error Information Register 1
MTU_MC90_ERRINFO2 0xF0066AF6          MC 90 Error Information Register 2
MTU_MC90_ERRINFO3 0xF0066AF8          MC 90 Error Information Register 3
MTU_MC90_ERRINFO4 0xF0066AFA          MC 90 Error Information Register 4
MTU_MC91_CONFIG0 0xF0066B00          MC 91 Configuration Register 0
MTU_MC91_CONFIG1 0xF0066B02          MC 91 Configuration Register 1
MTU_MC91_MCONTROL 0xF0066B04          MC 91 MBIST Control Register
MTU_MC91_MSTATUS 0xF0066B06          MC 91 Status Register
MTU_MC91_RANGE  0xF0066B08          MC 91 Range Register, single address mode
MTU_MC91_REVID  0xF0066B0C          MC 91 Revision ID Register
MTU_MC91_ECCS   0xF0066B0E          MC 91 ECC Safety Register
MTU_MC91_ECCD   0xF0066B10          MC 91 Memory ECC Detection Register
MTU_MC91_ETRR0  0xF0066B12          MC 91 Error Tracking Register 0
MTU_MC91_ETRR1  0xF0066B14          MC 91 Error Tracking Register 1
MTU_MC91_ETRR2  0xF0066B16          MC 91 Error Tracking Register 2
MTU_MC91_ETRR3  0xF0066B18          MC 91 Error Tracking Register 3
MTU_MC91_ETRR4  0xF0066B1A          MC 91 Error Tracking Register 4
MTU_MC91_RDBFL0 0xF0066B60          MC 91 Read Data and Bit Flip Register 0
MTU_MC91_RDBFL1 0xF0066B62          MC 91 Read Data and Bit Flip Register 1
MTU_MC91_RDBFL2 0xF0066B64          MC 91 Read Data and Bit Flip Register 2
MTU_MC91_RDBFL3 0xF0066B66          MC 91 Read Data and Bit Flip Register 3
MTU_MC91_RDBFL4 0xF0066B68          MC 91 Read Data and Bit Flip Register 4
MTU_MC91_RDBFL5 0xF0066B6A          MC 91 Read Data and Bit Flip Register 5
MTU_MC91_RDBFL6 0xF0066B6C          MC 91 Read Data and Bit Flip Register 6
MTU_MC91_RDBFL7 0xF0066B6E          MC 91 Read Data and Bit Flip Register 7
MTU_MC91_RDBFL8 0xF0066B70          MC 91 Read Data and Bit Flip Register 8
MTU_MC91_RDBFL9 0xF0066B72          MC 91 Read Data and Bit Flip Register 9
MTU_MC91_RDBFL10 0xF0066B74          MC 91 Read Data and Bit Flip Register 10
MTU_MC91_RDBFL11 0xF0066B76          MC 91 Read Data and Bit Flip Register 11
MTU_MC91_RDBFL12 0xF0066B78          MC 91 Read Data and Bit Flip Register 12
MTU_MC91_RDBFL13 0xF0066B7A          MC 91 Read Data and Bit Flip Register 13
MTU_MC91_RDBFL14 0xF0066B7C          MC 91 Read Data and Bit Flip Register 14
MTU_MC91_RDBFL15 0xF0066B7E          MC 91 Read Data and Bit Flip Register 15
MTU_MC91_RDBFL16 0xF0066B80          MC 91 Read Data and Bit Flip Register 16
MTU_MC91_RDBFL17 0xF0066B82          MC 91 Read Data and Bit Flip Register 17
MTU_MC91_RDBFL18 0xF0066B84          MC 91 Read Data and Bit Flip Register 18
MTU_MC91_RDBFL19 0xF0066B86          MC 91 Read Data and Bit Flip Register 19
MTU_MC91_RDBFL20 0xF0066B88          MC 91 Read Data and Bit Flip Register 20
MTU_MC91_RDBFL21 0xF0066B8A          MC 91 Read Data and Bit Flip Register 21
MTU_MC91_RDBFL22 0xF0066B8C          MC 91 Read Data and Bit Flip Register 22
MTU_MC91_RDBFL23 0xF0066B8E          MC 91 Read Data and Bit Flip Register 23
MTU_MC91_RDBFL24 0xF0066B90          MC 91 Read Data and Bit Flip Register 24
MTU_MC91_RDBFL25 0xF0066B92          MC 91 Read Data and Bit Flip Register 25
MTU_MC91_RDBFL26 0xF0066B94          MC 91 Read Data and Bit Flip Register 26
MTU_MC91_RDBFL27 0xF0066B96          MC 91 Read Data and Bit Flip Register 27
MTU_MC91_RDBFL28 0xF0066B98          MC 91 Read Data and Bit Flip Register 28
MTU_MC91_RDBFL29 0xF0066B9A          MC 91 Read Data and Bit Flip Register 29
MTU_MC91_RDBFL30 0xF0066B9C          MC 91 Read Data and Bit Flip Register 30
MTU_MC91_RDBFL31 0xF0066B9E          MC 91 Read Data and Bit Flip Register 31
MTU_MC91_RDBFL32 0xF0066BA0          MC 91 Read Data and Bit Flip Register 32
MTU_MC91_RDBFL33 0xF0066BA2          MC 91 Read Data and Bit Flip Register 33
MTU_MC91_RDBFL34 0xF0066BA4          MC 91 Read Data and Bit Flip Register 34
MTU_MC91_RDBFL35 0xF0066BA6          MC 91 Read Data and Bit Flip Register 35
MTU_MC91_RDBFL36 0xF0066BA8          MC 91 Read Data and Bit Flip Register 36
MTU_MC91_RDBFL37 0xF0066BAA          MC 91 Read Data and Bit Flip Register 37
MTU_MC91_RDBFL38 0xF0066BAC          MC 91 Read Data and Bit Flip Register 38
MTU_MC91_RDBFL39 0xF0066BAE          MC 91 Read Data and Bit Flip Register 39
MTU_MC91_RDBFL40 0xF0066BB0          MC 91 Read Data and Bit Flip Register 40
MTU_MC91_RDBFL41 0xF0066BB2          MC 91 Read Data and Bit Flip Register 41
MTU_MC91_RDBFL42 0xF0066BB4          MC 91 Read Data and Bit Flip Register 42
MTU_MC91_RDBFL43 0xF0066BB6          MC 91 Read Data and Bit Flip Register 43
MTU_MC91_RDBFL44 0xF0066BB8          MC 91 Read Data and Bit Flip Register 44
MTU_MC91_RDBFL45 0xF0066BBA          MC 91 Read Data and Bit Flip Register 45
MTU_MC91_RDBFL46 0xF0066BBC          MC 91 Read Data and Bit Flip Register 46
MTU_MC91_RDBFL47 0xF0066BBE          MC 91 Read Data and Bit Flip Register 47
MTU_MC91_RDBFL48 0xF0066BC0          MC 91 Read Data and Bit Flip Register 48
MTU_MC91_RDBFL49 0xF0066BC2          MC 91 Read Data and Bit Flip Register 49
MTU_MC91_RDBFL50 0xF0066BC4          MC 91 Read Data and Bit Flip Register 50
MTU_MC91_RDBFL51 0xF0066BC6          MC 91 Read Data and Bit Flip Register 51
MTU_MC91_RDBFL52 0xF0066BC8          MC 91 Read Data and Bit Flip Register 52
MTU_MC91_RDBFL53 0xF0066BCA          MC 91 Read Data and Bit Flip Register 53
MTU_MC91_RDBFL54 0xF0066BCC          MC 91 Read Data and Bit Flip Register 54
MTU_MC91_RDBFL55 0xF0066BCE          MC 91 Read Data and Bit Flip Register 55
MTU_MC91_RDBFL56 0xF0066BD0          MC 91 Read Data and Bit Flip Register 56
MTU_MC91_RDBFL57 0xF0066BD2          MC 91 Read Data and Bit Flip Register 57
MTU_MC91_RDBFL58 0xF0066BD4          MC 91 Read Data and Bit Flip Register 58
MTU_MC91_RDBFL59 0xF0066BD6          MC 91 Read Data and Bit Flip Register 59
MTU_MC91_RDBFL60 0xF0066BD8          MC 91 Read Data and Bit Flip Register 60
MTU_MC91_RDBFL61 0xF0066BDA          MC 91 Read Data and Bit Flip Register 61
MTU_MC91_RDBFL62 0xF0066BDC          MC 91 Read Data and Bit Flip Register 62
MTU_MC91_RDBFL63 0xF0066BDE          MC 91 Read Data and Bit Flip Register 63
MTU_MC91_RDBFL64 0xF0066BE0          MC 91 Read Data and Bit Flip Register 64
MTU_MC91_RDBFL65 0xF0066BE2          MC 91 Read Data and Bit Flip Register 65
MTU_MC91_RDBFL66 0xF0066BE4          MC 91 Read Data and Bit Flip Register 66
MTU_MC91_ALMSRCS 0xF0066BEE          MC 91 Alarm Sources Configuration Register
MTU_MC91_FAULTSTS 0xF0066BF0          MC 91 SSH Safety Faults Status Register
MTU_MC91_ERRINFO0 0xF0066BF2          MC 91 Error Information Register 0
MTU_MC91_ERRINFO1 0xF0066BF4          MC 91 Error Information Register 1
MTU_MC91_ERRINFO2 0xF0066BF6          MC 91 Error Information Register 2
MTU_MC91_ERRINFO3 0xF0066BF8          MC 91 Error Information Register 3
MTU_MC91_ERRINFO4 0xF0066BFA          MC 91 Error Information Register 4
MTU_MC92_CONFIG0 0xF0066C00          MC 92 Configuration Register 0
MTU_MC92_CONFIG1 0xF0066C02          MC 92 Configuration Register 1
MTU_MC92_MCONTROL 0xF0066C04          MC 92 MBIST Control Register
MTU_MC92_MSTATUS 0xF0066C06          MC 92 Status Register
MTU_MC92_RANGE  0xF0066C08          MC 92 Range Register, single address mode
MTU_MC92_REVID  0xF0066C0C          MC 92 Revision ID Register
MTU_MC92_ECCS   0xF0066C0E          MC 92 ECC Safety Register
MTU_MC92_ECCD   0xF0066C10          MC 92 Memory ECC Detection Register
MTU_MC92_ETRR0  0xF0066C12          MC 92 Error Tracking Register 0
MTU_MC92_ETRR1  0xF0066C14          MC 92 Error Tracking Register 1
MTU_MC92_ETRR2  0xF0066C16          MC 92 Error Tracking Register 2
MTU_MC92_ETRR3  0xF0066C18          MC 92 Error Tracking Register 3
MTU_MC92_ETRR4  0xF0066C1A          MC 92 Error Tracking Register 4
MTU_MC92_RDBFL0 0xF0066C60          MC 92 Read Data and Bit Flip Register 0
MTU_MC92_RDBFL1 0xF0066C62          MC 92 Read Data and Bit Flip Register 1
MTU_MC92_RDBFL2 0xF0066C64          MC 92 Read Data and Bit Flip Register 2
MTU_MC92_RDBFL3 0xF0066C66          MC 92 Read Data and Bit Flip Register 3
MTU_MC92_RDBFL4 0xF0066C68          MC 92 Read Data and Bit Flip Register 4
MTU_MC92_RDBFL5 0xF0066C6A          MC 92 Read Data and Bit Flip Register 5
MTU_MC92_RDBFL6 0xF0066C6C          MC 92 Read Data and Bit Flip Register 6
MTU_MC92_RDBFL7 0xF0066C6E          MC 92 Read Data and Bit Flip Register 7
MTU_MC92_RDBFL8 0xF0066C70          MC 92 Read Data and Bit Flip Register 8
MTU_MC92_RDBFL9 0xF0066C72          MC 92 Read Data and Bit Flip Register 9
MTU_MC92_RDBFL10 0xF0066C74          MC 92 Read Data and Bit Flip Register 10
MTU_MC92_RDBFL11 0xF0066C76          MC 92 Read Data and Bit Flip Register 11
MTU_MC92_RDBFL12 0xF0066C78          MC 92 Read Data and Bit Flip Register 12
MTU_MC92_RDBFL13 0xF0066C7A          MC 92 Read Data and Bit Flip Register 13
MTU_MC92_RDBFL14 0xF0066C7C          MC 92 Read Data and Bit Flip Register 14
MTU_MC92_RDBFL15 0xF0066C7E          MC 92 Read Data and Bit Flip Register 15
MTU_MC92_RDBFL16 0xF0066C80          MC 92 Read Data and Bit Flip Register 16
MTU_MC92_RDBFL17 0xF0066C82          MC 92 Read Data and Bit Flip Register 17
MTU_MC92_RDBFL18 0xF0066C84          MC 92 Read Data and Bit Flip Register 18
MTU_MC92_RDBFL19 0xF0066C86          MC 92 Read Data and Bit Flip Register 19
MTU_MC92_RDBFL20 0xF0066C88          MC 92 Read Data and Bit Flip Register 20
MTU_MC92_RDBFL21 0xF0066C8A          MC 92 Read Data and Bit Flip Register 21
MTU_MC92_RDBFL22 0xF0066C8C          MC 92 Read Data and Bit Flip Register 22
MTU_MC92_RDBFL23 0xF0066C8E          MC 92 Read Data and Bit Flip Register 23
MTU_MC92_RDBFL24 0xF0066C90          MC 92 Read Data and Bit Flip Register 24
MTU_MC92_RDBFL25 0xF0066C92          MC 92 Read Data and Bit Flip Register 25
MTU_MC92_RDBFL26 0xF0066C94          MC 92 Read Data and Bit Flip Register 26
MTU_MC92_RDBFL27 0xF0066C96          MC 92 Read Data and Bit Flip Register 27
MTU_MC92_RDBFL28 0xF0066C98          MC 92 Read Data and Bit Flip Register 28
MTU_MC92_RDBFL29 0xF0066C9A          MC 92 Read Data and Bit Flip Register 29
MTU_MC92_RDBFL30 0xF0066C9C          MC 92 Read Data and Bit Flip Register 30
MTU_MC92_RDBFL31 0xF0066C9E          MC 92 Read Data and Bit Flip Register 31
MTU_MC92_RDBFL32 0xF0066CA0          MC 92 Read Data and Bit Flip Register 32
MTU_MC92_RDBFL33 0xF0066CA2          MC 92 Read Data and Bit Flip Register 33
MTU_MC92_RDBFL34 0xF0066CA4          MC 92 Read Data and Bit Flip Register 34
MTU_MC92_RDBFL35 0xF0066CA6          MC 92 Read Data and Bit Flip Register 35
MTU_MC92_RDBFL36 0xF0066CA8          MC 92 Read Data and Bit Flip Register 36
MTU_MC92_RDBFL37 0xF0066CAA          MC 92 Read Data and Bit Flip Register 37
MTU_MC92_RDBFL38 0xF0066CAC          MC 92 Read Data and Bit Flip Register 38
MTU_MC92_RDBFL39 0xF0066CAE          MC 92 Read Data and Bit Flip Register 39
MTU_MC92_RDBFL40 0xF0066CB0          MC 92 Read Data and Bit Flip Register 40
MTU_MC92_RDBFL41 0xF0066CB2          MC 92 Read Data and Bit Flip Register 41
MTU_MC92_RDBFL42 0xF0066CB4          MC 92 Read Data and Bit Flip Register 42
MTU_MC92_RDBFL43 0xF0066CB6          MC 92 Read Data and Bit Flip Register 43
MTU_MC92_RDBFL44 0xF0066CB8          MC 92 Read Data and Bit Flip Register 44
MTU_MC92_RDBFL45 0xF0066CBA          MC 92 Read Data and Bit Flip Register 45
MTU_MC92_RDBFL46 0xF0066CBC          MC 92 Read Data and Bit Flip Register 46
MTU_MC92_RDBFL47 0xF0066CBE          MC 92 Read Data and Bit Flip Register 47
MTU_MC92_RDBFL48 0xF0066CC0          MC 92 Read Data and Bit Flip Register 48
MTU_MC92_RDBFL49 0xF0066CC2          MC 92 Read Data and Bit Flip Register 49
MTU_MC92_RDBFL50 0xF0066CC4          MC 92 Read Data and Bit Flip Register 50
MTU_MC92_RDBFL51 0xF0066CC6          MC 92 Read Data and Bit Flip Register 51
MTU_MC92_RDBFL52 0xF0066CC8          MC 92 Read Data and Bit Flip Register 52
MTU_MC92_RDBFL53 0xF0066CCA          MC 92 Read Data and Bit Flip Register 53
MTU_MC92_RDBFL54 0xF0066CCC          MC 92 Read Data and Bit Flip Register 54
MTU_MC92_RDBFL55 0xF0066CCE          MC 92 Read Data and Bit Flip Register 55
MTU_MC92_RDBFL56 0xF0066CD0          MC 92 Read Data and Bit Flip Register 56
MTU_MC92_RDBFL57 0xF0066CD2          MC 92 Read Data and Bit Flip Register 57
MTU_MC92_RDBFL58 0xF0066CD4          MC 92 Read Data and Bit Flip Register 58
MTU_MC92_RDBFL59 0xF0066CD6          MC 92 Read Data and Bit Flip Register 59
MTU_MC92_RDBFL60 0xF0066CD8          MC 92 Read Data and Bit Flip Register 60
MTU_MC92_RDBFL61 0xF0066CDA          MC 92 Read Data and Bit Flip Register 61
MTU_MC92_RDBFL62 0xF0066CDC          MC 92 Read Data and Bit Flip Register 62
MTU_MC92_RDBFL63 0xF0066CDE          MC 92 Read Data and Bit Flip Register 63
MTU_MC92_RDBFL64 0xF0066CE0          MC 92 Read Data and Bit Flip Register 64
MTU_MC92_RDBFL65 0xF0066CE2          MC 92 Read Data and Bit Flip Register 65
MTU_MC92_RDBFL66 0xF0066CE4          MC 92 Read Data and Bit Flip Register 66
MTU_MC92_ALMSRCS 0xF0066CEE          MC 92 Alarm Sources Configuration Register
MTU_MC92_FAULTSTS 0xF0066CF0          MC 92 SSH Safety Faults Status Register
MTU_MC92_ERRINFO0 0xF0066CF2          MC 92 Error Information Register 0
MTU_MC92_ERRINFO1 0xF0066CF4          MC 92 Error Information Register 1
MTU_MC92_ERRINFO2 0xF0066CF6          MC 92 Error Information Register 2
MTU_MC92_ERRINFO3 0xF0066CF8          MC 92 Error Information Register 3
MTU_MC92_ERRINFO4 0xF0066CFA          MC 92 Error Information Register 4
MTU_MC93_CONFIG0 0xF0066D00          MC 93 Configuration Register 0
MTU_MC93_CONFIG1 0xF0066D02          MC 93 Configuration Register 1
MTU_MC93_MCONTROL 0xF0066D04          MC 93 MBIST Control Register
MTU_MC93_MSTATUS 0xF0066D06          MC 93 Status Register
MTU_MC93_RANGE  0xF0066D08          MC 93 Range Register, single address mode
MTU_MC93_REVID  0xF0066D0C          MC 93 Revision ID Register
MTU_MC93_ECCS   0xF0066D0E          MC 93 ECC Safety Register
MTU_MC93_ECCD   0xF0066D10          MC 93 Memory ECC Detection Register
MTU_MC93_ETRR0  0xF0066D12          MC 93 Error Tracking Register 0
MTU_MC93_ETRR1  0xF0066D14          MC 93 Error Tracking Register 1
MTU_MC93_ETRR2  0xF0066D16          MC 93 Error Tracking Register 2
MTU_MC93_ETRR3  0xF0066D18          MC 93 Error Tracking Register 3
MTU_MC93_ETRR4  0xF0066D1A          MC 93 Error Tracking Register 4
MTU_MC93_RDBFL0 0xF0066D60          MC 93 Read Data and Bit Flip Register 0
MTU_MC93_RDBFL1 0xF0066D62          MC 93 Read Data and Bit Flip Register 1
MTU_MC93_RDBFL2 0xF0066D64          MC 93 Read Data and Bit Flip Register 2
MTU_MC93_RDBFL3 0xF0066D66          MC 93 Read Data and Bit Flip Register 3
MTU_MC93_RDBFL4 0xF0066D68          MC 93 Read Data and Bit Flip Register 4
MTU_MC93_RDBFL5 0xF0066D6A          MC 93 Read Data and Bit Flip Register 5
MTU_MC93_RDBFL6 0xF0066D6C          MC 93 Read Data and Bit Flip Register 6
MTU_MC93_RDBFL7 0xF0066D6E          MC 93 Read Data and Bit Flip Register 7
MTU_MC93_RDBFL8 0xF0066D70          MC 93 Read Data and Bit Flip Register 8
MTU_MC93_RDBFL9 0xF0066D72          MC 93 Read Data and Bit Flip Register 9
MTU_MC93_RDBFL10 0xF0066D74          MC 93 Read Data and Bit Flip Register 10
MTU_MC93_RDBFL11 0xF0066D76          MC 93 Read Data and Bit Flip Register 11
MTU_MC93_RDBFL12 0xF0066D78          MC 93 Read Data and Bit Flip Register 12
MTU_MC93_RDBFL13 0xF0066D7A          MC 93 Read Data and Bit Flip Register 13
MTU_MC93_RDBFL14 0xF0066D7C          MC 93 Read Data and Bit Flip Register 14
MTU_MC93_RDBFL15 0xF0066D7E          MC 93 Read Data and Bit Flip Register 15
MTU_MC93_RDBFL16 0xF0066D80          MC 93 Read Data and Bit Flip Register 16
MTU_MC93_RDBFL17 0xF0066D82          MC 93 Read Data and Bit Flip Register 17
MTU_MC93_RDBFL18 0xF0066D84          MC 93 Read Data and Bit Flip Register 18
MTU_MC93_RDBFL19 0xF0066D86          MC 93 Read Data and Bit Flip Register 19
MTU_MC93_RDBFL20 0xF0066D88          MC 93 Read Data and Bit Flip Register 20
MTU_MC93_RDBFL21 0xF0066D8A          MC 93 Read Data and Bit Flip Register 21
MTU_MC93_RDBFL22 0xF0066D8C          MC 93 Read Data and Bit Flip Register 22
MTU_MC93_RDBFL23 0xF0066D8E          MC 93 Read Data and Bit Flip Register 23
MTU_MC93_RDBFL24 0xF0066D90          MC 93 Read Data and Bit Flip Register 24
MTU_MC93_RDBFL25 0xF0066D92          MC 93 Read Data and Bit Flip Register 25
MTU_MC93_RDBFL26 0xF0066D94          MC 93 Read Data and Bit Flip Register 26
MTU_MC93_RDBFL27 0xF0066D96          MC 93 Read Data and Bit Flip Register 27
MTU_MC93_RDBFL28 0xF0066D98          MC 93 Read Data and Bit Flip Register 28
MTU_MC93_RDBFL29 0xF0066D9A          MC 93 Read Data and Bit Flip Register 29
MTU_MC93_RDBFL30 0xF0066D9C          MC 93 Read Data and Bit Flip Register 30
MTU_MC93_RDBFL31 0xF0066D9E          MC 93 Read Data and Bit Flip Register 31
MTU_MC93_RDBFL32 0xF0066DA0          MC 93 Read Data and Bit Flip Register 32
MTU_MC93_RDBFL33 0xF0066DA2          MC 93 Read Data and Bit Flip Register 33
MTU_MC93_RDBFL34 0xF0066DA4          MC 93 Read Data and Bit Flip Register 34
MTU_MC93_RDBFL35 0xF0066DA6          MC 93 Read Data and Bit Flip Register 35
MTU_MC93_RDBFL36 0xF0066DA8          MC 93 Read Data and Bit Flip Register 36
MTU_MC93_RDBFL37 0xF0066DAA          MC 93 Read Data and Bit Flip Register 37
MTU_MC93_RDBFL38 0xF0066DAC          MC 93 Read Data and Bit Flip Register 38
MTU_MC93_RDBFL39 0xF0066DAE          MC 93 Read Data and Bit Flip Register 39
MTU_MC93_RDBFL40 0xF0066DB0          MC 93 Read Data and Bit Flip Register 40
MTU_MC93_RDBFL41 0xF0066DB2          MC 93 Read Data and Bit Flip Register 41
MTU_MC93_RDBFL42 0xF0066DB4          MC 93 Read Data and Bit Flip Register 42
MTU_MC93_RDBFL43 0xF0066DB6          MC 93 Read Data and Bit Flip Register 43
MTU_MC93_RDBFL44 0xF0066DB8          MC 93 Read Data and Bit Flip Register 44
MTU_MC93_RDBFL45 0xF0066DBA          MC 93 Read Data and Bit Flip Register 45
MTU_MC93_RDBFL46 0xF0066DBC          MC 93 Read Data and Bit Flip Register 46
MTU_MC93_RDBFL47 0xF0066DBE          MC 93 Read Data and Bit Flip Register 47
MTU_MC93_RDBFL48 0xF0066DC0          MC 93 Read Data and Bit Flip Register 48
MTU_MC93_RDBFL49 0xF0066DC2          MC 93 Read Data and Bit Flip Register 49
MTU_MC93_RDBFL50 0xF0066DC4          MC 93 Read Data and Bit Flip Register 50
MTU_MC93_RDBFL51 0xF0066DC6          MC 93 Read Data and Bit Flip Register 51
MTU_MC93_RDBFL52 0xF0066DC8          MC 93 Read Data and Bit Flip Register 52
MTU_MC93_RDBFL53 0xF0066DCA          MC 93 Read Data and Bit Flip Register 53
MTU_MC93_RDBFL54 0xF0066DCC          MC 93 Read Data and Bit Flip Register 54
MTU_MC93_RDBFL55 0xF0066DCE          MC 93 Read Data and Bit Flip Register 55
MTU_MC93_RDBFL56 0xF0066DD0          MC 93 Read Data and Bit Flip Register 56
MTU_MC93_RDBFL57 0xF0066DD2          MC 93 Read Data and Bit Flip Register 57
MTU_MC93_RDBFL58 0xF0066DD4          MC 93 Read Data and Bit Flip Register 58
MTU_MC93_RDBFL59 0xF0066DD6          MC 93 Read Data and Bit Flip Register 59
MTU_MC93_RDBFL60 0xF0066DD8          MC 93 Read Data and Bit Flip Register 60
MTU_MC93_RDBFL61 0xF0066DDA          MC 93 Read Data and Bit Flip Register 61
MTU_MC93_RDBFL62 0xF0066DDC          MC 93 Read Data and Bit Flip Register 62
MTU_MC93_RDBFL63 0xF0066DDE          MC 93 Read Data and Bit Flip Register 63
MTU_MC93_RDBFL64 0xF0066DE0          MC 93 Read Data and Bit Flip Register 64
MTU_MC93_RDBFL65 0xF0066DE2          MC 93 Read Data and Bit Flip Register 65
MTU_MC93_RDBFL66 0xF0066DE4          MC 93 Read Data and Bit Flip Register 66
MTU_MC93_ALMSRCS 0xF0066DEE          MC 93 Alarm Sources Configuration Register
MTU_MC93_FAULTSTS 0xF0066DF0          MC 93 SSH Safety Faults Status Register
MTU_MC93_ERRINFO0 0xF0066DF2          MC 93 Error Information Register 0
MTU_MC93_ERRINFO1 0xF0066DF4          MC 93 Error Information Register 1
MTU_MC93_ERRINFO2 0xF0066DF6          MC 93 Error Information Register 2
MTU_MC93_ERRINFO3 0xF0066DF8          MC 93 Error Information Register 3
MTU_MC93_ERRINFO4 0xF0066DFA          MC 93 Error Information Register 4
MTU_MC94_CONFIG0 0xF0066E00          MC 94 Configuration Register 0
MTU_MC94_CONFIG1 0xF0066E02          MC 94 Configuration Register 1
MTU_MC94_MCONTROL 0xF0066E04          MC 94 MBIST Control Register
MTU_MC94_MSTATUS 0xF0066E06          MC 94 Status Register
MTU_MC94_RANGE  0xF0066E08          MC 94 Range Register, single address mode
MTU_MC94_REVID  0xF0066E0C          MC 94 Revision ID Register
MTU_MC94_ECCS   0xF0066E0E          MC 94 ECC Safety Register
MTU_MC94_ECCD   0xF0066E10          MC 94 Memory ECC Detection Register
MTU_MC94_ETRR0  0xF0066E12          MC 94 Error Tracking Register 0
MTU_MC94_ETRR1  0xF0066E14          MC 94 Error Tracking Register 1
MTU_MC94_ETRR2  0xF0066E16          MC 94 Error Tracking Register 2
MTU_MC94_ETRR3  0xF0066E18          MC 94 Error Tracking Register 3
MTU_MC94_ETRR4  0xF0066E1A          MC 94 Error Tracking Register 4
MTU_MC94_RDBFL0 0xF0066E60          MC 94 Read Data and Bit Flip Register 0
MTU_MC94_RDBFL1 0xF0066E62          MC 94 Read Data and Bit Flip Register 1
MTU_MC94_RDBFL2 0xF0066E64          MC 94 Read Data and Bit Flip Register 2
MTU_MC94_RDBFL3 0xF0066E66          MC 94 Read Data and Bit Flip Register 3
MTU_MC94_RDBFL4 0xF0066E68          MC 94 Read Data and Bit Flip Register 4
MTU_MC94_RDBFL5 0xF0066E6A          MC 94 Read Data and Bit Flip Register 5
MTU_MC94_RDBFL6 0xF0066E6C          MC 94 Read Data and Bit Flip Register 6
MTU_MC94_RDBFL7 0xF0066E6E          MC 94 Read Data and Bit Flip Register 7
MTU_MC94_RDBFL8 0xF0066E70          MC 94 Read Data and Bit Flip Register 8
MTU_MC94_RDBFL9 0xF0066E72          MC 94 Read Data and Bit Flip Register 9
MTU_MC94_RDBFL10 0xF0066E74          MC 94 Read Data and Bit Flip Register 10
MTU_MC94_RDBFL11 0xF0066E76          MC 94 Read Data and Bit Flip Register 11
MTU_MC94_RDBFL12 0xF0066E78          MC 94 Read Data and Bit Flip Register 12
MTU_MC94_RDBFL13 0xF0066E7A          MC 94 Read Data and Bit Flip Register 13
MTU_MC94_RDBFL14 0xF0066E7C          MC 94 Read Data and Bit Flip Register 14
MTU_MC94_RDBFL15 0xF0066E7E          MC 94 Read Data and Bit Flip Register 15
MTU_MC94_RDBFL16 0xF0066E80          MC 94 Read Data and Bit Flip Register 16
MTU_MC94_RDBFL17 0xF0066E82          MC 94 Read Data and Bit Flip Register 17
MTU_MC94_RDBFL18 0xF0066E84          MC 94 Read Data and Bit Flip Register 18
MTU_MC94_RDBFL19 0xF0066E86          MC 94 Read Data and Bit Flip Register 19
MTU_MC94_RDBFL20 0xF0066E88          MC 94 Read Data and Bit Flip Register 20
MTU_MC94_RDBFL21 0xF0066E8A          MC 94 Read Data and Bit Flip Register 21
MTU_MC94_RDBFL22 0xF0066E8C          MC 94 Read Data and Bit Flip Register 22
MTU_MC94_RDBFL23 0xF0066E8E          MC 94 Read Data and Bit Flip Register 23
MTU_MC94_RDBFL24 0xF0066E90          MC 94 Read Data and Bit Flip Register 24
MTU_MC94_RDBFL25 0xF0066E92          MC 94 Read Data and Bit Flip Register 25
MTU_MC94_RDBFL26 0xF0066E94          MC 94 Read Data and Bit Flip Register 26
MTU_MC94_RDBFL27 0xF0066E96          MC 94 Read Data and Bit Flip Register 27
MTU_MC94_RDBFL28 0xF0066E98          MC 94 Read Data and Bit Flip Register 28
MTU_MC94_RDBFL29 0xF0066E9A          MC 94 Read Data and Bit Flip Register 29
MTU_MC94_RDBFL30 0xF0066E9C          MC 94 Read Data and Bit Flip Register 30
MTU_MC94_RDBFL31 0xF0066E9E          MC 94 Read Data and Bit Flip Register 31
MTU_MC94_RDBFL32 0xF0066EA0          MC 94 Read Data and Bit Flip Register 32
MTU_MC94_RDBFL33 0xF0066EA2          MC 94 Read Data and Bit Flip Register 33
MTU_MC94_RDBFL34 0xF0066EA4          MC 94 Read Data and Bit Flip Register 34
MTU_MC94_RDBFL35 0xF0066EA6          MC 94 Read Data and Bit Flip Register 35
MTU_MC94_RDBFL36 0xF0066EA8          MC 94 Read Data and Bit Flip Register 36
MTU_MC94_RDBFL37 0xF0066EAA          MC 94 Read Data and Bit Flip Register 37
MTU_MC94_RDBFL38 0xF0066EAC          MC 94 Read Data and Bit Flip Register 38
MTU_MC94_RDBFL39 0xF0066EAE          MC 94 Read Data and Bit Flip Register 39
MTU_MC94_RDBFL40 0xF0066EB0          MC 94 Read Data and Bit Flip Register 40
MTU_MC94_RDBFL41 0xF0066EB2          MC 94 Read Data and Bit Flip Register 41
MTU_MC94_RDBFL42 0xF0066EB4          MC 94 Read Data and Bit Flip Register 42
MTU_MC94_RDBFL43 0xF0066EB6          MC 94 Read Data and Bit Flip Register 43
MTU_MC94_RDBFL44 0xF0066EB8          MC 94 Read Data and Bit Flip Register 44
MTU_MC94_RDBFL45 0xF0066EBA          MC 94 Read Data and Bit Flip Register 45
MTU_MC94_RDBFL46 0xF0066EBC          MC 94 Read Data and Bit Flip Register 46
MTU_MC94_RDBFL47 0xF0066EBE          MC 94 Read Data and Bit Flip Register 47
MTU_MC94_RDBFL48 0xF0066EC0          MC 94 Read Data and Bit Flip Register 48
MTU_MC94_RDBFL49 0xF0066EC2          MC 94 Read Data and Bit Flip Register 49
MTU_MC94_RDBFL50 0xF0066EC4          MC 94 Read Data and Bit Flip Register 50
MTU_MC94_RDBFL51 0xF0066EC6          MC 94 Read Data and Bit Flip Register 51
MTU_MC94_RDBFL52 0xF0066EC8          MC 94 Read Data and Bit Flip Register 52
MTU_MC94_RDBFL53 0xF0066ECA          MC 94 Read Data and Bit Flip Register 53
MTU_MC94_RDBFL54 0xF0066ECC          MC 94 Read Data and Bit Flip Register 54
MTU_MC94_RDBFL55 0xF0066ECE          MC 94 Read Data and Bit Flip Register 55
MTU_MC94_RDBFL56 0xF0066ED0          MC 94 Read Data and Bit Flip Register 56
MTU_MC94_RDBFL57 0xF0066ED2          MC 94 Read Data and Bit Flip Register 57
MTU_MC94_RDBFL58 0xF0066ED4          MC 94 Read Data and Bit Flip Register 58
MTU_MC94_RDBFL59 0xF0066ED6          MC 94 Read Data and Bit Flip Register 59
MTU_MC94_RDBFL60 0xF0066ED8          MC 94 Read Data and Bit Flip Register 60
MTU_MC94_RDBFL61 0xF0066EDA          MC 94 Read Data and Bit Flip Register 61
MTU_MC94_RDBFL62 0xF0066EDC          MC 94 Read Data and Bit Flip Register 62
MTU_MC94_RDBFL63 0xF0066EDE          MC 94 Read Data and Bit Flip Register 63
MTU_MC94_RDBFL64 0xF0066EE0          MC 94 Read Data and Bit Flip Register 64
MTU_MC94_RDBFL65 0xF0066EE2          MC 94 Read Data and Bit Flip Register 65
MTU_MC94_RDBFL66 0xF0066EE4          MC 94 Read Data and Bit Flip Register 66
MTU_MC94_ALMSRCS 0xF0066EEE          MC 94 Alarm Sources Configuration Register
MTU_MC94_FAULTSTS 0xF0066EF0          MC 94 SSH Safety Faults Status Register
MTU_MC94_ERRINFO0 0xF0066EF2          MC 94 Error Information Register 0
MTU_MC94_ERRINFO1 0xF0066EF4          MC 94 Error Information Register 1
MTU_MC94_ERRINFO2 0xF0066EF6          MC 94 Error Information Register 2
MTU_MC94_ERRINFO3 0xF0066EF8          MC 94 Error Information Register 3
MTU_MC94_ERRINFO4 0xF0066EFA          MC 94 Error Information Register 4
MTU_MC95_CONFIG0 0xF0066F00          MC 95 Configuration Register 0
MTU_MC95_CONFIG1 0xF0066F02          MC 95 Configuration Register 1
MTU_MC95_MCONTROL 0xF0066F04          MC 95 MBIST Control Register
MTU_MC95_MSTATUS 0xF0066F06          MC 95 Status Register
MTU_MC95_RANGE  0xF0066F08          MC 95 Range Register, single address mode
MTU_MC95_REVID  0xF0066F0C          MC 95 Revision ID Register
MTU_MC95_ECCS   0xF0066F0E          MC 95 ECC Safety Register
MTU_MC95_ECCD   0xF0066F10          MC 95 Memory ECC Detection Register
MTU_MC95_ETRR0  0xF0066F12          MC 95 Error Tracking Register 0
MTU_MC95_ETRR1  0xF0066F14          MC 95 Error Tracking Register 1
MTU_MC95_ETRR2  0xF0066F16          MC 95 Error Tracking Register 2
MTU_MC95_ETRR3  0xF0066F18          MC 95 Error Tracking Register 3
MTU_MC95_ETRR4  0xF0066F1A          MC 95 Error Tracking Register 4
MTU_MC95_RDBFL0 0xF0066F60          MC 95 Read Data and Bit Flip Register 0
MTU_MC95_RDBFL1 0xF0066F62          MC 95 Read Data and Bit Flip Register 1
MTU_MC95_RDBFL2 0xF0066F64          MC 95 Read Data and Bit Flip Register 2
MTU_MC95_RDBFL3 0xF0066F66          MC 95 Read Data and Bit Flip Register 3
MTU_MC95_RDBFL4 0xF0066F68          MC 95 Read Data and Bit Flip Register 4
MTU_MC95_RDBFL5 0xF0066F6A          MC 95 Read Data and Bit Flip Register 5
MTU_MC95_RDBFL6 0xF0066F6C          MC 95 Read Data and Bit Flip Register 6
MTU_MC95_RDBFL7 0xF0066F6E          MC 95 Read Data and Bit Flip Register 7
MTU_MC95_RDBFL8 0xF0066F70          MC 95 Read Data and Bit Flip Register 8
MTU_MC95_RDBFL9 0xF0066F72          MC 95 Read Data and Bit Flip Register 9
MTU_MC95_RDBFL10 0xF0066F74          MC 95 Read Data and Bit Flip Register 10
MTU_MC95_RDBFL11 0xF0066F76          MC 95 Read Data and Bit Flip Register 11
MTU_MC95_RDBFL12 0xF0066F78          MC 95 Read Data and Bit Flip Register 12
MTU_MC95_RDBFL13 0xF0066F7A          MC 95 Read Data and Bit Flip Register 13
MTU_MC95_RDBFL14 0xF0066F7C          MC 95 Read Data and Bit Flip Register 14
MTU_MC95_RDBFL15 0xF0066F7E          MC 95 Read Data and Bit Flip Register 15
MTU_MC95_RDBFL16 0xF0066F80          MC 95 Read Data and Bit Flip Register 16
MTU_MC95_RDBFL17 0xF0066F82          MC 95 Read Data and Bit Flip Register 17
MTU_MC95_RDBFL18 0xF0066F84          MC 95 Read Data and Bit Flip Register 18
MTU_MC95_RDBFL19 0xF0066F86          MC 95 Read Data and Bit Flip Register 19
MTU_MC95_RDBFL20 0xF0066F88          MC 95 Read Data and Bit Flip Register 20
MTU_MC95_RDBFL21 0xF0066F8A          MC 95 Read Data and Bit Flip Register 21
MTU_MC95_RDBFL22 0xF0066F8C          MC 95 Read Data and Bit Flip Register 22
MTU_MC95_RDBFL23 0xF0066F8E          MC 95 Read Data and Bit Flip Register 23
MTU_MC95_RDBFL24 0xF0066F90          MC 95 Read Data and Bit Flip Register 24
MTU_MC95_RDBFL25 0xF0066F92          MC 95 Read Data and Bit Flip Register 25
MTU_MC95_RDBFL26 0xF0066F94          MC 95 Read Data and Bit Flip Register 26
MTU_MC95_RDBFL27 0xF0066F96          MC 95 Read Data and Bit Flip Register 27
MTU_MC95_RDBFL28 0xF0066F98          MC 95 Read Data and Bit Flip Register 28
MTU_MC95_RDBFL29 0xF0066F9A          MC 95 Read Data and Bit Flip Register 29
MTU_MC95_RDBFL30 0xF0066F9C          MC 95 Read Data and Bit Flip Register 30
MTU_MC95_RDBFL31 0xF0066F9E          MC 95 Read Data and Bit Flip Register 31
MTU_MC95_RDBFL32 0xF0066FA0          MC 95 Read Data and Bit Flip Register 32
MTU_MC95_RDBFL33 0xF0066FA2          MC 95 Read Data and Bit Flip Register 33
MTU_MC95_RDBFL34 0xF0066FA4          MC 95 Read Data and Bit Flip Register 34
MTU_MC95_RDBFL35 0xF0066FA6          MC 95 Read Data and Bit Flip Register 35
MTU_MC95_RDBFL36 0xF0066FA8          MC 95 Read Data and Bit Flip Register 36
MTU_MC95_RDBFL37 0xF0066FAA          MC 95 Read Data and Bit Flip Register 37
MTU_MC95_RDBFL38 0xF0066FAC          MC 95 Read Data and Bit Flip Register 38
MTU_MC95_RDBFL39 0xF0066FAE          MC 95 Read Data and Bit Flip Register 39
MTU_MC95_RDBFL40 0xF0066FB0          MC 95 Read Data and Bit Flip Register 40
MTU_MC95_RDBFL41 0xF0066FB2          MC 95 Read Data and Bit Flip Register 41
MTU_MC95_RDBFL42 0xF0066FB4          MC 95 Read Data and Bit Flip Register 42
MTU_MC95_RDBFL43 0xF0066FB6          MC 95 Read Data and Bit Flip Register 43
MTU_MC95_RDBFL44 0xF0066FB8          MC 95 Read Data and Bit Flip Register 44
MTU_MC95_RDBFL45 0xF0066FBA          MC 95 Read Data and Bit Flip Register 45
MTU_MC95_RDBFL46 0xF0066FBC          MC 95 Read Data and Bit Flip Register 46
MTU_MC95_RDBFL47 0xF0066FBE          MC 95 Read Data and Bit Flip Register 47
MTU_MC95_RDBFL48 0xF0066FC0          MC 95 Read Data and Bit Flip Register 48
MTU_MC95_RDBFL49 0xF0066FC2          MC 95 Read Data and Bit Flip Register 49
MTU_MC95_RDBFL50 0xF0066FC4          MC 95 Read Data and Bit Flip Register 50
MTU_MC95_RDBFL51 0xF0066FC6          MC 95 Read Data and Bit Flip Register 51
MTU_MC95_RDBFL52 0xF0066FC8          MC 95 Read Data and Bit Flip Register 52
MTU_MC95_RDBFL53 0xF0066FCA          MC 95 Read Data and Bit Flip Register 53
MTU_MC95_RDBFL54 0xF0066FCC          MC 95 Read Data and Bit Flip Register 54
MTU_MC95_RDBFL55 0xF0066FCE          MC 95 Read Data and Bit Flip Register 55
MTU_MC95_RDBFL56 0xF0066FD0          MC 95 Read Data and Bit Flip Register 56
MTU_MC95_RDBFL57 0xF0066FD2          MC 95 Read Data and Bit Flip Register 57
MTU_MC95_RDBFL58 0xF0066FD4          MC 95 Read Data and Bit Flip Register 58
MTU_MC95_RDBFL59 0xF0066FD6          MC 95 Read Data and Bit Flip Register 59
MTU_MC95_RDBFL60 0xF0066FD8          MC 95 Read Data and Bit Flip Register 60
MTU_MC95_RDBFL61 0xF0066FDA          MC 95 Read Data and Bit Flip Register 61
MTU_MC95_RDBFL62 0xF0066FDC          MC 95 Read Data and Bit Flip Register 62
MTU_MC95_RDBFL63 0xF0066FDE          MC 95 Read Data and Bit Flip Register 63
MTU_MC95_RDBFL64 0xF0066FE0          MC 95 Read Data and Bit Flip Register 64
MTU_MC95_RDBFL65 0xF0066FE2          MC 95 Read Data and Bit Flip Register 65
MTU_MC95_RDBFL66 0xF0066FE4          MC 95 Read Data and Bit Flip Register 66
MTU_MC95_ALMSRCS 0xF0066FEE          MC 95 Alarm Sources Configuration Register
MTU_MC95_FAULTSTS 0xF0066FF0          MC 95 SSH Safety Faults Status Register
MTU_MC95_ERRINFO0 0xF0066FF2          MC 95 Error Information Register 0
MTU_MC95_ERRINFO1 0xF0066FF4          MC 95 Error Information Register 1
MTU_MC95_ERRINFO2 0xF0066FF6          MC 95 Error Information Register 2
MTU_MC95_ERRINFO3 0xF0066FF8          MC 95 Error Information Register 3
MTU_MC95_ERRINFO4 0xF0066FFA          MC 95 Error Information Register 4
HSSL0_CLC       0xF0080000          Clock Control Register
HSSL0_ID        0xF0080008          Module Identification Register
HSSL0_CRC       0xF008000C          CRC Control Register
HSSL0_CFG       0xF0080010          Configuration Register
HSSL0_QFLAGS    0xF0080014          Request Flags Register
HSSL0_MFLAGS    0xF0080018          Miscellaneous Flags Register
HSSL0_MFLAGSSET 0xF008001C          Miscellaneous Flags Set Register
HSSL0_MFLAGSCL  0xF0080020          Miscellaneous Flags Clear Register
HSSL0_MFLAGSEN  0xF0080024          Flags Enable Register
HSSL0_SFSFLAGS  0xF0080028          Stream FIFOs Status Flags Register
HSSL0_IWD0      0xF0080030          Initiator Write Data Register 0
HSSL0_ICON0     0xF0080034          Initiator Control Data Register 0
HSSL0_IRWA0     0xF0080038          Initiator Read Write Address Register 0
HSSL0_IRD0      0xF008003C          Initiator Read Data Register 0
HSSL0_IWD1      0xF0080040          Initiator Write Data Register 1
HSSL0_ICON1     0xF0080044          Initiator Control Data Register 1
HSSL0_IRWA1     0xF0080048          Initiator Read Write Address Register 1
HSSL0_IRD1      0xF008004C          Initiator Read Data Register 1
HSSL0_IWD2      0xF0080050          Initiator Write Data Register 2
HSSL0_ICON2     0xF0080054          Initiator Control Data Register 2
HSSL0_IRWA2     0xF0080058          Initiator Read Write Address Register 2
HSSL0_IRD2      0xF008005C          Initiator Read Data Register 2
HSSL0_IWD3      0xF0080060          Initiator Write Data Register 3
HSSL0_ICON3     0xF0080064          Initiator Control Data Register 3
HSSL0_IRWA3     0xF0080068          Initiator Read Write Address Register 3
HSSL0_IRD3      0xF008006C          Initiator Read Data Register 3
HSSL0_TCD0      0xF0080070          Target Current Data Register 0
HSSL0_TCA0      0xF0080074          Target Current Address Register 0
HSSL0_TCD1      0xF0080078          Target Current Data Register 1
HSSL0_TCA1      0xF008007C          Target Current Address Register 1
HSSL0_TCD2      0xF0080080          Target Current Data Register 2
HSSL0_TCA2      0xF0080084          Target Current Address Register 2
HSSL0_TCD3      0xF0080088          Target Current Data Register 3
HSSL0_TCA3      0xF008008C          Target Current Address Register 3
HSSL0_TSTAT     0xF0080090          Target Status Register
HSSL0_TIDADD    0xF0080094          Target ID Address Register
HSSL0_SEC       0xF0080098          Security Control Register
HSSL0_MSCR      0xF008009C          Multi Slave Control Register
HSSL0_ISSA0     0xF00800A0          Initiator Stream Start Address Register
HSSL0_ISSA1     0xF00800A4          Initiator Stream Start Address Register
HSSL0_ISCA      0xF00800A8          Initiator Stream Current Address Register
HSSL0_ISFC      0xF00800AC          Initiator Stream Frame Count Register
HSSL0_TSSA0     0xF00800B0          Target Stream Start Address Register 0
HSSL0_TSSA1     0xF00800B4          Target Stream Start Address Register 1
HSSL0_TSCA      0xF00800B8          Target Stream Current Address Register
HSSL0_TSFC      0xF00800BC          Target Stream Frame Count Register
HSSL0_AWSTART0  0xF00800C0          Access Window Start Register 0
HSSL0_AWEND0    0xF00800C4          Access Window End Register 0
HSSL0_AWSTART1  0xF00800C8          Access Window Start Register 1
HSSL0_AWEND1    0xF00800CC          Access Window End Register 1
HSSL0_AWSTART2  0xF00800D0          Access Window Start Register 2
HSSL0_AWEND2    0xF00800D4          Access Window End Register 2
HSSL0_AWSTART3  0xF00800D8          Access Window Start Register 3
HSSL0_AWEND3    0xF00800DC          Access Window End Register 3
HSSL0_AR        0xF00800E0          Access Rules Register
HSSL0_OCS       0xF00800E8          OCDS Control and Status
HSSL0_KRSTCLR   0xF00800EC          Kernel Reset Status Clear Register
HSSL0_KRST1     0xF00800F0          Kernel Reset Register 1
HSSL0_KRST0     0xF00800F4          Kernel Reset Register 0
HSSL0_ACCEN1    0xF00800F8          Access Enable Register 1
HSSL0_ACCEN0    0xF00800FC          Access Enable Register 0
HSCT0_CLC       0xF0090000          Clock Control Register
HSCT0_ID        0xF0090008          Module Identification Register
HSCT0_INIT      0xF0090010          Initialization Register
HSCT0_IFCTRL    0xF0090014          Interface Control Register
HSCT0_SLEEPCTRL 0xF0090018          Sleep Control Register
HSCT0_CTSCTRL   0xF009001C          Clear To Send Control Register
HSCT0_DISABLE   0xF0090020          Transmission Disable Register
HSCT0_STAT      0xF0090024          Status Register
HSCT0_IFSTAT    0xF0090028          Interface Status Register
HSCT0_CONFIGPHY 0xF0090030          Configuration Physical Layer Register
HSCT0_STATPHY   0xF0090034          STATPHY
HSCT0_IRQ       0xF0090040          Interrupt register
HSCT0_IRQEN     0xF0090044          Interrupt Enable Register
HSCT0_IRQCLR    0xF0090048          Interrupt Clear Register
HSCT0_USMR      0xF0090050          Unsolicited Status Message Received
HSCT0_USMS      0xF0090054          Unsolicited Status Message Send
HSCT0_TESTCTRL  0xF0090060          Test Control Register
HSCT0_OCS       0xF009FFE8          OCDS Control and Status
HSCT0_KRSTCLR   0xF009FFEC          Reset Status Clear Register
HSCT0_KRST1     0xF009FFF0          Reset Register 1
HSCT0_KRST0     0xF009FFF4          Reset Register 0
HSCT0_ACCEN1    0xF009FFF8          Access Enable Register 1
HSCT0_ACCEN0    0xF009FFFC          Access Enable Register 0
I2C0_CLC1       0xF00C0000          Clock Control 1 Register
I2C0_ID         0xF00C0008          Module Identification Register
I2C0_RUNCTRL    0xF00C0010          RUN Control Register
I2C0_ENDDCTRL   0xF00C0014          End Data Control Register
I2C0_FDIVCFG    0xF00C0018          Fractional Divider Configuration Register
I2C0_FDIVHIGHCFG 0xF00C001C          Fractional Divider High-speed Mode Configuration Register
I2C0_ADDRCFG    0xF00C0020          Address Configuration Register
I2C0_BUSSTAT    0xF00C0024          Bus Status Register
I2C0_FIFOCFG    0xF00C0028          FIFO Configuration Register
I2C0_MRPSCTRL   0xF00C002C          Maximum Received Packet Size Control Register
I2C0_RPSSTAT    0xF00C0030          Received Packet Size Status Register
I2C0_TPSCTRL    0xF00C0034          Transmit Packet Size Control Register
I2C0_FFSSTAT    0xF00C0038          Filled FIFO Stages Status Register
I2C0_TIMCFG     0xF00C0040          Timing Configuration Register
I2C0_ERRIRQSM   0xF00C0060          Error Interrupt Request Source Mask Register
I2C0_ERRIRQSS   0xF00C0064          Error Interrupt Request Source Status Register
I2C0_ERRIRQSC   0xF00C0068          Error Interrupt Request Source Clear Register
I2C0_PIRQSM     0xF00C0070          Protocol Interrupt Request Source Mask Register
I2C0_PIRQSS     0xF00C0074          Protocol Interrupt Request Source Status Register
I2C0_PIRQSC     0xF00C0078          Protocol Interrupt Request Source Clear Register
I2C0_RIS        0xF00C0080          Raw Interrupt Status Register
I2C0_IMSC       0xF00C0084          Interrupt Mask Control Register
I2C0_MIS        0xF00C0088          Masked Interrupt Status Register
I2C0_ICR        0xF00C008C          Interrupt Clear Register
I2C0_ISR        0xF00C0090          Interrupt Set Register
I2C0_TXD        0xF00C8000          Transmission Data Register
I2C0_RXD        0xF00CC000          Reception Data Register
I2C0_CLC        0xF00D0000          Clock Control Register
I2C0_MODID      0xF00D0004          Module Identification Register
I2C0_GPCTL      0xF00D0008          General Purpose Control Register
I2C0_ACCEN0     0xF00D000C          Access Enable Register 0
I2C0_ACCEN1     0xF00D0010          Access Enable Register 1
I2C0_KRST0      0xF00D0014          Kernel Reset Register 0
I2C0_KRST1      0xF00D0018          Kernel Reset Register 1
I2C0_KRSTCLR    0xF00D001C          Kernel Reset Status Clear Register
I2C1_CLC1       0xF00E0000          Clock Control 1 Register
I2C1_ID         0xF00E0008          Module Identification Register
I2C1_RUNCTRL    0xF00E0010          RUN Control Register
I2C1_ENDDCTRL   0xF00E0014          End Data Control Register
I2C1_FDIVCFG    0xF00E0018          Fractional Divider Configuration Register
I2C1_FDIVHIGHCFG 0xF00E001C          Fractional Divider High-speed Mode Configuration Register
I2C1_ADDRCFG    0xF00E0020          Address Configuration Register
I2C1_BUSSTAT    0xF00E0024          Bus Status Register
I2C1_FIFOCFG    0xF00E0028          FIFO Configuration Register
I2C1_MRPSCTRL   0xF00E002C          Maximum Received Packet Size Control Register
I2C1_RPSSTAT    0xF00E0030          Received Packet Size Status Register
I2C1_TPSCTRL    0xF00E0034          Transmit Packet Size Control Register
I2C1_FFSSTAT    0xF00E0038          Filled FIFO Stages Status Register
I2C1_TIMCFG     0xF00E0040          Timing Configuration Register
I2C1_ERRIRQSM   0xF00E0060          Error Interrupt Request Source Mask Register
I2C1_ERRIRQSS   0xF00E0064          Error Interrupt Request Source Status Register
I2C1_ERRIRQSC   0xF00E0068          Error Interrupt Request Source Clear Register
I2C1_PIRQSM     0xF00E0070          Protocol Interrupt Request Source Mask Register
I2C1_PIRQSS     0xF00E0074          Protocol Interrupt Request Source Status Register
I2C1_PIRQSC     0xF00E0078          Protocol Interrupt Request Source Clear Register
I2C1_RIS        0xF00E0080          Raw Interrupt Status Register
I2C1_IMSC       0xF00E0084          Interrupt Mask Control Register
I2C1_MIS        0xF00E0088          Masked Interrupt Status Register
I2C1_ICR        0xF00E008C          Interrupt Clear Register
I2C1_ISR        0xF00E0090          Interrupt Set Register
I2C1_TXD        0xF00E8000          Transmission Data Register
I2C1_RXD        0xF00EC000          Reception Data Register
I2C1_CLC        0xF00F0000          Clock Control Register
I2C1_MODID      0xF00F0004          Module Identification Register
I2C1_GPCTL      0xF00F0008          General Purpose Control Register
I2C1_ACCEN0     0xF00F000C          Access Enable Register 0
I2C1_ACCEN1     0xF00F0010          Access Enable Register 1
I2C1_KRST0      0xF00F0014          Kernel Reset Register 0
I2C1_KRST1      0xF00F0018          Kernel Reset Register 1
I2C1_KRSTCLR    0xF00F001C          Kernel Reset Status Clear Register
GTM_REV         0xF0100000          GTM Version Control Register
GTM_RST         0xF0100004          GTM Global Reset Register
GTM_CTRL        0xF0100008          GTM Global Control Register
GTM_AEI_ADDR_XPT 0xF010000C          GTM AEI Timeout Exception Address Register
GTM_IRQ_NOTIFY  0xF0100010          GTM Interrupt Notification Register
GTM_IRQ_EN      0xF0100014          GTM Interrupt Enable Register
GTM_IRQ_FORCINT 0xF0100018          GTM Software Interrupt Generation Register
GTM_IRQ_MODE    0xF010001C          GTM Top Level Interrupts Mode Selection Register
GTM_EIRQ_EN     0xF0100020          GTM Error Interrupt Enable Register
GTM_HW_CONF     0xF0100024          GTM Hardware Configuration Register
GTM_CFG         0xF0100028          GTM Configuration Register
GTM_AEI_STA_XPT 0xF010002C          GTM AEI Non Zero Status Register
GTM_BRIDGE_MODE 0xF0100030          GTM AEI Bridge Mode Register
GTM_BRIDGE_PTR1 0xF0100034          GTM AEI Bridge Pointer 1 Register
GTM_BRIDGE_PTR2 0xF0100038          GTM AEI Bridge Pointer 2 Register
GTM_MCS_AEM_DIS 0xF010003C          GTM MCS Master Port Disable Register
GTM_TIM0_AUX_IN_SRC 0xF0100040          GTM TIM 0 Module AUX_IN Source Selection Register
GTM_TIM1_AUX_IN_SRC 0xF0100044          GTM TIM 1 Module AUX_IN Source Selection Register
GTM_TIM2_AUX_IN_SRC 0xF0100048          GTM TIM 2 Module AUX_IN Source Selection Register
GTM_TIM3_AUX_IN_SRC 0xF010004C          GTM TIM 3 Module AUX_IN Source Selection Register
GTM_TIM4_AUX_IN_SRC 0xF0100050          GTM TIM 4 Module AUX_IN Source Selection Register
GTM_TIM5_AUX_IN_SRC 0xF0100054          GTM TIM 5 Module AUX_IN Source Selection Register
GTM_TIM6_AUX_IN_SRC 0xF0100058          GTM TIM 6 Module AUX_IN Source Selection Register
GTM_EXT_CAP_EN_0 0xF010005C          GTM External Capture Trigger Enable 0
GTM_EXT_CAP_EN_1 0xF0100060          GTM External Capture Trigger Enable 1
GTM_EXT_CAP_EN_2 0xF0100064          GTM External Capture Trigger Enable 2
GTM_EXT_CAP_EN_3 0xF0100068          GTM External Capture Trigger Enable 3
GTM_EXT_CAP_EN_4 0xF010006C          GTM External Capture Trigger Enable 4
GTM_EXT_CAP_EN_5 0xF0100070          GTM External Capture Trigger Enable 5
GTM_EXT_CAP_EN_6 0xF0100074          GTM External Capture Trigger Enable 6
GTM_TOM0_OUT    0xF0100080          GTM TOM 0 Output Level
GTM_TOM1_OUT    0xF0100084          GTM TOM 1 Output Level
GTM_TOM2_OUT    0xF0100088          GTM TOM 2 Output Level
GTM_TOM3_OUT    0xF010008C          GTM TOM 3 Output Level
GTM_TOM4_OUT    0xF0100090          GTM TOM 4 Output Level
GTM_ATOM0_OUT   0xF0100098          GTM ATOM 0 Output Level
GTM_ATOM2_OUT   0xF010009C          GTM ATOM 2 Output Level
GTM_ATOM4_OUT   0xF01000A0          GTM ATOM 4 Output Level
GTM_ATOM6_OUT   0xF01000A4          GTM ATOM 6 Output Level
GTM_ATOM8_OUT   0xF01000A8          GTM ATOM 8 Output Level
GTM_CLS_CLK_CFG 0xF01000B0          GTM Cluster Clock Configuration
GTM_TBU_CHEN    0xF0100100          TBU Global Channel Enable
GTM_TBU_CH0_CTRL 0xF0100104          TBU Channel 0 Control Register
GTM_TBU_CH0_BASE 0xF0100108          TBU Channel 0 Base Register
GTM_TBU_CH1_CTRL 0xF010010C          TBU Channel 1 Control Register
GTM_TBU_CH1_BASE 0xF0100110          TBU Channel 1 Base Register
GTM_TBU_CH2_CTRL 0xF0100114          TBU Channel 2 Control Register
GTM_TBU_CH2_BASE 0xF0100118          TBU Channel 2 Base Register
GTM_TBU_CH3_CTRL 0xF010011C          TBU Channel 3 Control Register
GTM_TBU_CH3_BASE 0xF0100120          TBU Channel 3 Base Register
GTM_TBU_CH3_BASE_MARK 0xF0100124          TBU Channel 3 Modulo Value Register
GTM_TBU_CH3_BASE_CAPTURE 0xF0100128          TBU Channel 3 Base Captured Register
GTM_MON_STATUS  0xF0100180          Monitor Status Register
GTM_MON_ACTIVITY_0 0xF0100184          Monitor Activity Register 0
GTM_MON_ACTIVITY_1 0xF0100188          Monitor Activity Register 1
GTM_MON_ACTIVITY_MCS0 0xF010018C          Monitor Activity Register for MCS 0
GTM_MON_ACTIVITY_MCS1 0xF0100190          Monitor Activity Register for MCS 1
GTM_MON_ACTIVITY_MCS2 0xF0100194          Monitor Activity Register for MCS 2
GTM_MON_ACTIVITY_MCS3 0xF0100198          Monitor Activity Register for MCS 3
GTM_MON_ACTIVITY_MCS4 0xF010019C          Monitor Activity Register for MCS 4
GTM_MON_ACTIVITY_MCS5 0xF01001A0          Monitor Activity Register for MCS 5
GTM_MON_ACTIVITY_MCS6 0xF01001A4          Monitor Activity Register for MCS 6
GTM_CMP_EN      0xF0100200          CMP Comparator Enable Register
GTM_CMP_IRQ_NOTIFY 0xF0100204          CMP Event Notification Register
GTM_CMP_IRQ_EN  0xF0100208          CMP Interrupt Enable Register
GTM_CMP_IRQ_FORCINT 0xF010020C          CMP Interrupt Force Register
GTM_CMP_IRQ_MODE 0xF0100210          CMP Interrupt Mode Configuration Register
GTM_CMP_EIRQ_EN 0xF0100214          CMP error interrupt enable register
GTM_ARU_ACCESS  0xF0100280          ARU Access Register
GTM_ARU_DATA_H  0xF0100284          ARU Access Register Upper Data Word
GTM_ARU_DATA_L  0xF0100288          ARU Access Register Lower Data Word
GTM_ARU_DBG_ACCESS0 0xF010028C          ARU Debug Access Channel 0
GTM_ARU_DBG_DATA0_H 0xF0100290          ARU Debug Access 0 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA0_L 0xF0100294          ARU Debug Access 0 Transfer Register Lower Data Word
GTM_ARU_DBG_ACCESS1 0xF0100298          ARU Debug Access Channel 1
GTM_ARU_DBG_DATA1_H 0xF010029C          ARU Debug Access 1 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA1_L 0xF01002A0          ARU Debug Access 1 Transfer Register Lower Data Word
GTM_ARU_IRQ_NOTIFY 0xF01002A4          ARU Interrupt Notification Register
GTM_ARU_IRQ_EN  0xF01002A8          ARU Interrupt Enable Register
GTM_ARU_IRQ_FORCINT 0xF01002AC          ARU Force Interrupt Register
GTM_ARU_IRQ_MODE 0xF01002B0          ARU Interrupt Mode Register
GTM_ARU_CADDR_END 0xF01002B4          ARU caddr Counter End Value Register
GTM_ARU_CTRL    0xF01002BC          ARU Enable Dynamic Routing Register
GTM_ARU_0_DYN_CTRL 0xF01002C0          ARU 0 Dynamic Routing Control Register
GTM_ARU_1_DYN_CTRL 0xF01002C4          ARU 1 Dynamic Routing Control Register
GTM_ARU_0_DYN_ROUTE_LOW 0xF01002C8          ARU 0 Lower Bits of DYN_ROUTE Register
GTM_ARU_1_DYN_ROUTE_LOW 0xF01002CC          ARU 1 Lower Bits of DYN_ROUTE Register
GTM_ARU_0_DYN_ROUTE_HIGH 0xF01002D0          ARU 0 Higher Bits of DYN_ROUTE Register
GTM_ARU_1_DYN_ROUTE_HIGH 0xF01002D4          ARU 1 Higher Bits of DYN_ROUTE Register
GTM_ARU_0_DYN_ROUTE_SR_LOW 0xF01002D8          ARU 0 Shadow Register for ARU_z_DYN_ROUTE_LOW
GTM_ARU_1_DYN_ROUTE_SR_LOW 0xF01002DC          ARU 1 Shadow Register for ARU_z_DYN_ROUTE_LOW
GTM_ARU_0_DYN_ROUTE_SR_HIGH 0xF01002E0          ARU 0 Shadow Register for ARU_z_DYN_ROUTE_HIGH
GTM_ARU_1_DYN_ROUTE_SR_HIGH 0xF01002E4          ARU 1 Shadow Register for ARU_z_DYN_ROUTE_HIGH
GTM_ARU_0_DYN_RDADDR 0xF01002E8          ARU 0 Read ID for Dynamic Routing
GTM_ARU_1_DYN_RDADDR 0xF01002EC          ARU 1 Read ID for Dynamic Routing
GTM_ARU_CADDR   0xF01002FC          ARU caddr Counter Value
GTM_CMU_CLK_EN  0xF0100300          CMU Clock Enable Register
GTM_CMU_GCLK_NUM 0xF0100304          CMU Global Clock Control Numerator
GTM_CMU_GCLK_DEN 0xF0100308          CMU Global Clock Control Denominator
GTM_CMU_CLK_0_CTRL 0xF010030C          CMU Control for Clock Source 0
GTM_CMU_CLK_1_CTRL 0xF0100310          CMU Control for Clock Source 1
GTM_CMU_CLK_2_CTRL 0xF0100314          CMU Control for Clock Source 2
GTM_CMU_CLK_3_CTRL 0xF0100318          CMU Control for Clock Source 3
GTM_CMU_CLK_4_CTRL 0xF010031C          CMU Control for Clock Source 4
GTM_CMU_CLK_5_CTRL 0xF0100320          CMU Control for Clock Source 5
GTM_CMU_CLK_6_CTRL 0xF0100324          CMU Control for Clock Source 6
GTM_CMU_CLK_7_CTRL 0xF0100328          CMU Control for Clock Source 7
GTM_CMU_ECLK_0_NUM 0xF010032C          CMU External Clock 0 Control Numerator
GTM_CMU_ECLK_0_DEN 0xF0100330          CMU External Clock 0 Control Denominator
GTM_CMU_ECLK_1_NUM 0xF0100334          CMU External Clock 1 Control Numerator
GTM_CMU_ECLK_1_DEN 0xF0100338          CMU External Clock 1 Control Denominator
GTM_CMU_ECLK_2_NUM 0xF010033C          CMU External Clock 2 Control Numerator
GTM_CMU_ECLK_2_DEN 0xF0100340          CMU External Clock 2 Control Denominator
GTM_CMU_FXCLK_CTRL 0xF0100344          CMU Control FXCLK Sub-Unit Input Clock
GTM_CMU_GLB_CTRL 0xF0100348          CMU Synchronizing ARU and Clock Source
GTM_CMU_CLK_CTRL 0xF010034C          CMU Control for Clock Source Selection
GTM_BRC_SRC_0_ADDR 0xF0100400          BRC Read Address for Input Channel 0
GTM_BRC_SRC_0_DEST 0xF0100404          BRC Destination Channels for Input Channel 0
GTM_BRC_SRC_1_ADDR 0xF0100408          BRC Read Address for Input Channel 1
GTM_BRC_SRC_1_DEST 0xF010040C          BRC Destination Channels for Input Channel 1
GTM_BRC_SRC_2_ADDR 0xF0100410          BRC Read Address for Input Channel 2
GTM_BRC_SRC_2_DEST 0xF0100414          BRC Destination Channels for Input Channel 2
GTM_BRC_SRC_3_ADDR 0xF0100418          BRC Read Address for Input Channel 3
GTM_BRC_SRC_3_DEST 0xF010041C          BRC Destination Channels for Input Channel 3
GTM_BRC_SRC_4_ADDR 0xF0100420          BRC Read Address for Input Channel 4
GTM_BRC_SRC_4_DEST 0xF0100424          BRC Destination Channels for Input Channel 4
GTM_BRC_SRC_5_ADDR 0xF0100428          BRC Read Address for Input Channel 5
GTM_BRC_SRC_5_DEST 0xF010042C          BRC Destination Channels for Input Channel 5
GTM_BRC_SRC_6_ADDR 0xF0100430          BRC Read Address for Input Channel 6
GTM_BRC_SRC_6_DEST 0xF0100434          BRC Destination Channels for Input Channel 6
GTM_BRC_SRC_7_ADDR 0xF0100438          BRC Read Address for Input Channel 7
GTM_BRC_SRC_7_DEST 0xF010043C          BRC Destination Channels for Input Channel 7
GTM_BRC_SRC_8_ADDR 0xF0100440          BRC Read Address for Input Channel 8
GTM_BRC_SRC_8_DEST 0xF0100444          BRC Destination Channels for Input Channel 8
GTM_BRC_SRC_9_ADDR 0xF0100448          BRC Read Address for Input Channel 9
GTM_BRC_SRC_9_DEST 0xF010044C          BRC Destination Channels for Input Channel 9
GTM_BRC_SRC_10_ADDR 0xF0100450          BRC Read Address for Input Channel 10
GTM_BRC_SRC_10_DEST 0xF0100454          BRC Destination Channels for Input Channel 10
GTM_BRC_SRC_11_ADDR 0xF0100458          BRC Read Address for Input Channel 11
GTM_BRC_SRC_11_DEST 0xF010045C          BRC Destination Channels for Input Channel 11
GTM_BRC_IRQ_NOTIFY 0xF0100460          BRC Interrupt Notification Register
GTM_BRC_IRQ_EN  0xF0100464          BRC Interrupt Enable Register
GTM_BRC_IRQ_FORCINT 0xF0100468          BRC Force Interrupt Register
GTM_BRC_IRQ_MODE 0xF010046C          BRC Interrupt Mode Configuration Register
GTM_BRC_RST     0xF0100470          BRC Software Reset Register
GTM_BRC_EIRQ_EN 0xF0100474          BRC Error Interrupt Enable Register
GTM_ICM_IRQG_0  0xF0100600          ICM Interrupt Group Register Covering Infrastructural and Safety Components ARU, BRC, AEI, PSM0, PSM1, MAP, CMP, SPE
GTM_ICM_IRQG_1  0xF0100604          ICM Interrupt Group Register Covering DPLL
GTM_ICM_IRQG_2  0xF0100608          ICM Interrupt Group Register Covering TIM0, TIM1, TIM2, TIM3
GTM_ICM_IRQG_3  0xF010060C          ICM Interrupt Group Register Covering TIM4, TIM5, TIM6, TIM7
GTM_ICM_IRQG_4  0xF0100610          ICM Interrupt Group Register Covering MCS0 to MCS3 Sub-Modules
GTM_ICM_IRQG_5  0xF0100614          ICM Interrupt Group Register Covering MCS4 to MCS6 Sub-Modules
GTM_ICM_IRQG_6  0xF0100618          ICM Interrupt Group Register Covering GTM Output Sub-Modules TOM0 to TOM1
GTM_ICM_IRQG_7  0xF010061C          ICM Interrupt Group Register Covering GTM Output Sub-Modules TOM2 to TOM3
GTM_ICM_IRQG_8  0xF0100620          ICM Interrupt Group Register Covering GTM Output Sub-Modules TOM4 to TOM5
GTM_ICM_IRQG_9  0xF0100624          ICM Interrupt Group Register Covering GTM Output Sub-Modules ATOM0, ATOM1, ATOM2 and ATOM3
GTM_ICM_IRQG_10 0xF0100628          ICM Interrupt Group Register Covering GTM Output Sub-Modules ATOM4 to ATOM7
GTM_ICM_IRQG_11 0xF010062C          ICM Interrupt Group Register Covering GTM Output Sub-Modules ATOM8 to ATOM11
GTM_ICM_IRQG_MEI 0xF0100630          ICM Interrupt Group Register for Module Error Interrupt Information
GTM_ICM_IRQG_CEI0 0xF0100634          ICM Interrupt Group Register 0 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI1 0xF0100638          ICM Interrupt Group Register 1 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI2 0xF010063C          ICM Interrupt Group Register 2 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI3 0xF0100640          ICM Interrupt Group Register 3 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI4 0xF0100644          ICM Interrupt Group Register 4 for Channel Error Interrupt Information
GTM_ICM_IRQG_MCS0_CEI 0xF0100664          ICM Interrupt Group MCS 0 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS1_CEI 0xF0100668          ICM Interrupt Group MCS 1 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS2_CEI 0xF010066C          ICM Interrupt Group MCS 2 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS3_CEI 0xF0100670          ICM Interrupt Group MCS 3 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS4_CEI 0xF0100674          ICM Interrupt Group MCS 4 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS5_CEI 0xF0100678          ICM Interrupt Group MCS 5 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS6_CEI 0xF010067C          ICM Interrupt Group MCS 6 for Channel Error Interrupt information
GTM_ICM_IRQG_PSM_0_CEI 0xF01006A4          ICM Interrupt Group PSM 0 for Channel Error Interrupt information of FIFO0, FIFO1, FIFO2
GTM_ICM_IRQG_SPE_CEI 0xF01006B4          ICM Interrupt Group SPE for Module Error Interrupt Information
GTM_ICM_IRQG_CLS_0_MEI 0xF0100710          ICM Interrupt Group for Module Error Interrupt Information for each TIMm, MCSm, SPEm, FIFOm
GTM_ICM_IRQG_CLS_1_MEI 0xF0100714          ICM Interrupt Group for Module Error Interrupt Information for each TIMm, MCSm, SPEm, FIFOm
GTM_ICM_IRQG_MCS0_CI 0xF0100720          ICM Interrupt Group MCS 0 for Channel Interrupt Information
GTM_ICM_IRQG_MCS1_CI 0xF0100724          ICM Interrupt Group MCS 1 for Channel Interrupt Information
GTM_ICM_IRQG_MCS2_CI 0xF0100728          ICM Interrupt Group MCS 2 for Channel Interrupt Information
GTM_ICM_IRQG_MCS3_CI 0xF010072C          ICM Interrupt Group MCS 3 for Channel Interrupt Information
GTM_ICM_IRQG_MCS4_CI 0xF0100730          ICM Interrupt Group MCS 4 for Channel Interrupt Information
GTM_ICM_IRQG_MCS5_CI 0xF0100734          ICM Interrupt Group MCS 5 for Channel Interrupt Information
GTM_ICM_IRQG_MCS6_CI 0xF0100738          ICM Interrupt Group MCS 6 for Channel Interrupt Information
GTM_ICM_IRQG_PSM_0_CI 0xF0100760          ICM Interrupt Group PSM 0 for Channel Interrupt Information of FIFO0, FIFO1, FIFO2
GTM_ICM_IRQG_SPE_CI 0xF0100770          ICM Interrupt Group SPE for Module Interrupt Information
GTM_ICM_IRQG_ATOM_0_CI 0xF0100790          ICM Interrupt Group ATOM 0 for Channel Interrupt Information of ATOMm
GTM_ICM_IRQG_ATOM_1_CI 0xF0100794          ICM Interrupt Group ATOM 1 for Channel Interrupt Information of ATOMm
GTM_ICM_IRQG_ATOM_2_CI 0xF0100798          ICM Interrupt Group ATOM 2 for Channel Interrupt Information of ATOMm
GTM_ICM_IRQG_TOM_0_CI 0xF01007A0          ICM Interrupt Group TOM 0 for Channel Interrupt Information of TOMm
GTM_ICM_IRQG_TOM_1_CI 0xF01007A4          ICM Interrupt Group TOM 1 for Channel Interrupt Information of TOMm
GTM_ICM_IRQG_TOM_2_CI 0xF01007A8          ICM Interrupt Group TOM 2 for Channel Interrupt Information of TOMm
GTM_SPE0_CTRL_STAT 0xF0100800          SPE0 Control Status Register
GTM_SPE0_PAT    0xF0100804          SPE0 Input Pattern Definition Register
GTM_SPE0_OUT_PAT0 0xF0100808          SPE0 Output Definition Register 0
GTM_SPE0_OUT_PAT1 0xF010080C          SPE0 Output Definition Register 1
GTM_SPE0_OUT_PAT2 0xF0100810          SPE0 Output Definition Register 2
GTM_SPE0_OUT_PAT3 0xF0100814          SPE0 Output Definition Register 3
GTM_SPE0_OUT_PAT4 0xF0100818          SPE0 Output Definition Register 4
GTM_SPE0_OUT_PAT5 0xF010081C          SPE0 Output Definition Register 5
GTM_SPE0_OUT_PAT6 0xF0100820          SPE0 Output Definition Register 6
GTM_SPE0_OUT_PAT7 0xF0100824          SPE0 Output Definition Register 7
GTM_SPE0_OUT_CTRL 0xF0100828          SPE0 Output Control Register
GTM_SPE0_IRQ_NOTIFY 0xF010082C          SPE0 Interrupt Notification Register
GTM_SPE0_IRQ_EN 0xF0100830          SPE0 Interrupt Enable Register
GTM_SPE0_IRQ_FORCINT 0xF0100834          SPE0 Interrupt Generation by Software
GTM_SPE0_IRQ_MODE 0xF0100838          SPE0 Interrupt Mode Configuration Register
GTM_SPE0_EIRQ_EN 0xF010083C          SPE0 Error Interrupt Enable Register
GTM_SPE0_REV_CNT 0xF0100840          SPE0 Input Revolution Counter
GTM_SPE0_REV_CMP 0xF0100844          SPE0 Revolution Counter Compare Value
GTM_SPE0_CTRL_STAT2 0xF0100848          SPE0 Control Status Register 2
GTM_SPE0_CMD    0xF010084C          SPE0 Command register
GTM_SPE1_CTRL_STAT 0xF0100880          SPE1 Control Status Register
GTM_SPE1_PAT    0xF0100884          SPE1 Input Pattern Definition Register
GTM_SPE1_OUT_PAT0 0xF0100888          SPE1 Output Definition Register 0
GTM_SPE1_OUT_PAT1 0xF010088C          SPE1 Output Definition Register 1
GTM_SPE1_OUT_PAT2 0xF0100890          SPE1 Output Definition Register 2
GTM_SPE1_OUT_PAT3 0xF0100894          SPE1 Output Definition Register 3
GTM_SPE1_OUT_PAT4 0xF0100898          SPE1 Output Definition Register 4
GTM_SPE1_OUT_PAT5 0xF010089C          SPE1 Output Definition Register 5
GTM_SPE1_OUT_PAT6 0xF01008A0          SPE1 Output Definition Register 6
GTM_SPE1_OUT_PAT7 0xF01008A4          SPE1 Output Definition Register 7
GTM_SPE1_OUT_CTRL 0xF01008A8          SPE1 Output Control Register
GTM_SPE1_IRQ_NOTIFY 0xF01008AC          SPE1 Interrupt Notification Register
GTM_SPE1_IRQ_EN 0xF01008B0          SPE1 Interrupt Enable Register
GTM_SPE1_IRQ_FORCINT 0xF01008B4          SPE1 Interrupt Generation by Software
GTM_SPE1_IRQ_MODE 0xF01008B8          SPE1 Interrupt Mode Configuration Register
GTM_SPE1_EIRQ_EN 0xF01008BC          SPE1 Error Interrupt Enable Register
GTM_SPE1_REV_CNT 0xF01008C0          SPE1 Input Revolution Counter
GTM_SPE1_REV_CMP 0xF01008C4          SPE1 Revolution Counter Compare Value
GTM_SPE1_CTRL_STAT2 0xF01008C8          SPE1 Control Status Register 2
GTM_SPE1_CMD    0xF01008CC          SPE1 Command register
GTM_SPE2_CTRL_STAT 0xF0100900          SPE2 Control Status Register
GTM_SPE2_PAT    0xF0100904          SPE2 Input Pattern Definition Register
GTM_SPE2_OUT_PAT0 0xF0100908          SPE2 Output Definition Register 0
GTM_SPE2_OUT_PAT1 0xF010090C          SPE2 Output Definition Register 1
GTM_SPE2_OUT_PAT2 0xF0100910          SPE2 Output Definition Register 2
GTM_SPE2_OUT_PAT3 0xF0100914          SPE2 Output Definition Register 3
GTM_SPE2_OUT_PAT4 0xF0100918          SPE2 Output Definition Register 4
GTM_SPE2_OUT_PAT5 0xF010091C          SPE2 Output Definition Register 5
GTM_SPE2_OUT_PAT6 0xF0100920          SPE2 Output Definition Register 6
GTM_SPE2_OUT_PAT7 0xF0100924          SPE2 Output Definition Register 7
GTM_SPE2_OUT_CTRL 0xF0100928          SPE2 Output Control Register
GTM_SPE2_IRQ_NOTIFY 0xF010092C          SPE2 Interrupt Notification Register
GTM_SPE2_IRQ_EN 0xF0100930          SPE2 Interrupt Enable Register
GTM_SPE2_IRQ_FORCINT 0xF0100934          SPE2 Interrupt Generation by Software
GTM_SPE2_IRQ_MODE 0xF0100938          SPE2 Interrupt Mode Configuration Register
GTM_SPE2_EIRQ_EN 0xF010093C          SPE2 Error Interrupt Enable Register
GTM_SPE2_REV_CNT 0xF0100940          SPE2 Input Revolution Counter
GTM_SPE2_REV_CMP 0xF0100944          SPE2 Revolution Counter Compare Value
GTM_SPE2_CTRL_STAT2 0xF0100948          SPE2 Control Status Register 2
GTM_SPE2_CMD    0xF010094C          SPE2 Command register
GTM_SPE3_CTRL_STAT 0xF0100980          SPE3 Control Status Register
GTM_SPE3_PAT    0xF0100984          SPE3 Input Pattern Definition Register
GTM_SPE3_OUT_PAT0 0xF0100988          SPE3 Output Definition Register 0
GTM_SPE3_OUT_PAT1 0xF010098C          SPE3 Output Definition Register 1
GTM_SPE3_OUT_PAT2 0xF0100990          SPE3 Output Definition Register 2
GTM_SPE3_OUT_PAT3 0xF0100994          SPE3 Output Definition Register 3
GTM_SPE3_OUT_PAT4 0xF0100998          SPE3 Output Definition Register 4
GTM_SPE3_OUT_PAT5 0xF010099C          SPE3 Output Definition Register 5
GTM_SPE3_OUT_PAT6 0xF01009A0          SPE3 Output Definition Register 6
GTM_SPE3_OUT_PAT7 0xF01009A4          SPE3 Output Definition Register 7
GTM_SPE3_OUT_CTRL 0xF01009A8          SPE3 Output Control Register
GTM_SPE3_IRQ_NOTIFY 0xF01009AC          SPE3 Interrupt Notification Register
GTM_SPE3_IRQ_EN 0xF01009B0          SPE3 Interrupt Enable Register
GTM_SPE3_IRQ_FORCINT 0xF01009B4          SPE3 Interrupt Generation by Software
GTM_SPE3_IRQ_MODE 0xF01009B8          SPE3 Interrupt Mode Configuration Register
GTM_SPE3_EIRQ_EN 0xF01009BC          SPE3 Error Interrupt Enable Register
GTM_SPE3_REV_CNT 0xF01009C0          SPE3 Input Revolution Counter
GTM_SPE3_REV_CMP 0xF01009C4          SPE3 Revolution Counter Compare Value
GTM_SPE3_CTRL_STAT2 0xF01009C8          SPE3 Control Status Register 2
GTM_SPE3_CMD    0xF01009CC          SPE3 Command register
GTM_MAP_CTRL    0xF0100F00          MAP Control Register
GTM_MCFG_CTRL   0xF0100F40          MCFG Memory Layout Configuration Register
GTM_TIM0_CH0_GPR0 0xF0101000          TIM0 Channel 0 General Purpose 0 Register
GTM_TIM0_CH0_GPR1 0xF0101004          TIM0 Channel 0 General Purpose 1 Register
GTM_TIM0_CH0_CNT 0xF0101008          TIM0 Channel 0 SMU Counter Register
GTM_TIM0_CH0_ECNT 0xF010100C          TIM0 Channel 0 SMU Edge Counter Register
GTM_TIM0_CH0_CNTS 0xF0101010          TIM0 Channel 0 SMU Shadow Counter Register
GTM_TIM0_CH0_TDUC 0xF0101014          TIM0 Channel 0 TDU Counter Register
GTM_TIM0_CH0_TDUV 0xF0101018          TIM0 Channel 0 TDU Control Register
GTM_TIM0_CH0_FLT_RE 0xF010101C          TIM0 Channel 0 Filter Parameter 0 Register
GTM_TIM0_CH0_FLT_FE 0xF0101020          TIM0 Channel 0 Filter Parameter 1 Register
GTM_TIM0_CH0_CTRL 0xF0101024          TIM0 Channel 0 Control Register
GTM_TIM0_CH0_ECTRL 0xF0101028          TIM0 Channel 0 Extended Control Register
GTM_TIM0_CH0_IRQ_NOTIFY 0xF010102C          TIM0 Channel 0 Interrupt Notification Register
GTM_TIM0_CH0_IRQ_EN 0xF0101030          TIM0 Channel 0 Interrupt Enable Register
GTM_TIM0_CH0_IRQ_FORCINT 0xF0101034          TIM0 Channel 0 Force Interrupt Register
GTM_TIM0_CH0_IRQ_MODE 0xF0101038          TIM0 Channel 0 Interrupt Mode Configuration Register
GTM_TIM0_CH0_EIRQ_EN 0xF010103C          TIM0 Channel 0 Error Interrupt Enable Register
GTM_TIM0_INP_VAL 0xF0101074          TIM0 Input Value Observation Register
GTM_TIM0_IN_SRC 0xF0101078          TIM0 AUX IN Source Selection Register
GTM_TIM0_RST    0xF010107C          TIM0 Global Software Reset Register
GTM_TIM0_CH1_GPR0 0xF0101080          TIM0 Channel 1 General Purpose 0 Register
GTM_TIM0_CH1_GPR1 0xF0101084          TIM0 Channel 1 General Purpose 1 Register
GTM_TIM0_CH1_CNT 0xF0101088          TIM0 Channel 1 SMU Counter Register
GTM_TIM0_CH1_ECNT 0xF010108C          TIM0 Channel 1 SMU Edge Counter Register
GTM_TIM0_CH1_CNTS 0xF0101090          TIM0 Channel 1 SMU Shadow Counter Register
GTM_TIM0_CH1_TDUC 0xF0101094          TIM0 Channel 1 TDU Counter Register
GTM_TIM0_CH1_TDUV 0xF0101098          TIM0 Channel 1 TDU Control Register
GTM_TIM0_CH1_FLT_RE 0xF010109C          TIM0 Channel 1 Filter Parameter 0 Register
GTM_TIM0_CH1_FLT_FE 0xF01010A0          TIM0 Channel 1 Filter Parameter 1 Register
GTM_TIM0_CH1_CTRL 0xF01010A4          TIM0 Channel 1 Control Register
GTM_TIM0_CH1_ECTRL 0xF01010A8          TIM0 Channel 1 Extended Control Register
GTM_TIM0_CH1_IRQ_NOTIFY 0xF01010AC          TIM0 Channel 1 Interrupt Notification Register
GTM_TIM0_CH1_IRQ_EN 0xF01010B0          TIM0 Channel 1 Interrupt Enable Register
GTM_TIM0_CH1_IRQ_FORCINT 0xF01010B4          TIM0 Channel 1 Force Interrupt Register
GTM_TIM0_CH1_IRQ_MODE 0xF01010B8          TIM0 Channel 1 Interrupt Mode Configuration Register
GTM_TIM0_CH1_EIRQ_EN 0xF01010BC          TIM0 Channel 1 Error Interrupt Enable Register
GTM_TIM0_CH2_GPR0 0xF0101100          TIM0 Channel 2 General Purpose 0 Register
GTM_TIM0_CH2_GPR1 0xF0101104          TIM0 Channel 2 General Purpose 1 Register
GTM_TIM0_CH2_CNT 0xF0101108          TIM0 Channel 2 SMU Counter Register
GTM_TIM0_CH2_ECNT 0xF010110C          TIM0 Channel 2 SMU Edge Counter Register
GTM_TIM0_CH2_CNTS 0xF0101110          TIM0 Channel 2 SMU Shadow Counter Register
GTM_TIM0_CH2_TDUC 0xF0101114          TIM0 Channel 2 TDU Counter Register
GTM_TIM0_CH2_TDUV 0xF0101118          TIM0 Channel 2 TDU Control Register
GTM_TIM0_CH2_FLT_RE 0xF010111C          TIM0 Channel 2 Filter Parameter 0 Register
GTM_TIM0_CH2_FLT_FE 0xF0101120          TIM0 Channel 2 Filter Parameter 1 Register
GTM_TIM0_CH2_CTRL 0xF0101124          TIM0 Channel 2 Control Register
GTM_TIM0_CH2_ECTRL 0xF0101128          TIM0 Channel 2 Extended Control Register
GTM_TIM0_CH2_IRQ_NOTIFY 0xF010112C          TIM0 Channel 2 Interrupt Notification Register
GTM_TIM0_CH2_IRQ_EN 0xF0101130          TIM0 Channel 2 Interrupt Enable Register
GTM_TIM0_CH2_IRQ_FORCINT 0xF0101134          TIM0 Channel 2 Force Interrupt Register
GTM_TIM0_CH2_IRQ_MODE 0xF0101138          TIM0 Channel 2 Interrupt Mode Configuration Register
GTM_TIM0_CH2_EIRQ_EN 0xF010113C          TIM0 Channel 2 Error Interrupt Enable Register
GTM_TIM0_CH3_GPR0 0xF0101180          TIM0 Channel 3 General Purpose 0 Register
GTM_TIM0_CH3_GPR1 0xF0101184          TIM0 Channel 3 General Purpose 1 Register
GTM_TIM0_CH3_CNT 0xF0101188          TIM0 Channel 3 SMU Counter Register
GTM_TIM0_CH3_ECNT 0xF010118C          TIM0 Channel 3 SMU Edge Counter Register
GTM_TIM0_CH3_CNTS 0xF0101190          TIM0 Channel 3 SMU Shadow Counter Register
GTM_TIM0_CH3_TDUC 0xF0101194          TIM0 Channel 3 TDU Counter Register
GTM_TIM0_CH3_TDUV 0xF0101198          TIM0 Channel 3 TDU Control Register
GTM_TIM0_CH3_FLT_RE 0xF010119C          TIM0 Channel 3 Filter Parameter 0 Register
GTM_TIM0_CH3_FLT_FE 0xF01011A0          TIM0 Channel 3 Filter Parameter 1 Register
GTM_TIM0_CH3_CTRL 0xF01011A4          TIM0 Channel 3 Control Register
GTM_TIM0_CH3_ECTRL 0xF01011A8          TIM0 Channel 3 Extended Control Register
GTM_TIM0_CH3_IRQ_NOTIFY 0xF01011AC          TIM0 Channel 3 Interrupt Notification Register
GTM_TIM0_CH3_IRQ_EN 0xF01011B0          TIM0 Channel 3 Interrupt Enable Register
GTM_TIM0_CH3_IRQ_FORCINT 0xF01011B4          TIM0 Channel 3 Force Interrupt Register
GTM_TIM0_CH3_IRQ_MODE 0xF01011B8          TIM0 Channel 3 Interrupt Mode Configuration Register
GTM_TIM0_CH3_EIRQ_EN 0xF01011BC          TIM0 Channel 3 Error Interrupt Enable Register
GTM_TIM0_CH4_GPR0 0xF0101200          TIM0 Channel 4 General Purpose 0 Register
GTM_TIM0_CH4_GPR1 0xF0101204          TIM0 Channel 4 General Purpose 1 Register
GTM_TIM0_CH4_CNT 0xF0101208          TIM0 Channel 4 SMU Counter Register
GTM_TIM0_CH4_ECNT 0xF010120C          TIM0 Channel 4 SMU Edge Counter Register
GTM_TIM0_CH4_CNTS 0xF0101210          TIM0 Channel 4 SMU Shadow Counter Register
GTM_TIM0_CH4_TDUC 0xF0101214          TIM0 Channel 4 TDU Counter Register
GTM_TIM0_CH4_TDUV 0xF0101218          TIM0 Channel 4 TDU Control Register
GTM_TIM0_CH4_FLT_RE 0xF010121C          TIM0 Channel 4 Filter Parameter 0 Register
GTM_TIM0_CH4_FLT_FE 0xF0101220          TIM0 Channel 4 Filter Parameter 1 Register
GTM_TIM0_CH4_CTRL 0xF0101224          TIM0 Channel 4 Control Register
GTM_TIM0_CH4_ECTRL 0xF0101228          TIM0 Channel 4 Extended Control Register
GTM_TIM0_CH4_IRQ_NOTIFY 0xF010122C          TIM0 Channel 4 Interrupt Notification Register
GTM_TIM0_CH4_IRQ_EN 0xF0101230          TIM0 Channel 4 Interrupt Enable Register
GTM_TIM0_CH4_IRQ_FORCINT 0xF0101234          TIM0 Channel 4 Force Interrupt Register
GTM_TIM0_CH4_IRQ_MODE 0xF0101238          TIM0 Channel 4 Interrupt Mode Configuration Register
GTM_TIM0_CH4_EIRQ_EN 0xF010123C          TIM0 Channel 4 Error Interrupt Enable Register
GTM_TIM0_CH5_GPR0 0xF0101280          TIM0 Channel 5 General Purpose 0 Register
GTM_TIM0_CH5_GPR1 0xF0101284          TIM0 Channel 5 General Purpose 1 Register
GTM_TIM0_CH5_CNT 0xF0101288          TIM0 Channel 5 SMU Counter Register
GTM_TIM0_CH5_ECNT 0xF010128C          TIM0 Channel 5 SMU Edge Counter Register
GTM_TIM0_CH5_CNTS 0xF0101290          TIM0 Channel 5 SMU Shadow Counter Register
GTM_TIM0_CH5_TDUC 0xF0101294          TIM0 Channel 5 TDU Counter Register
GTM_TIM0_CH5_TDUV 0xF0101298          TIM0 Channel 5 TDU Control Register
GTM_TIM0_CH5_FLT_RE 0xF010129C          TIM0 Channel 5 Filter Parameter 0 Register
GTM_TIM0_CH5_FLT_FE 0xF01012A0          TIM0 Channel 5 Filter Parameter 1 Register
GTM_TIM0_CH5_CTRL 0xF01012A4          TIM0 Channel 5 Control Register
GTM_TIM0_CH5_ECTRL 0xF01012A8          TIM0 Channel 5 Extended Control Register
GTM_TIM0_CH5_IRQ_NOTIFY 0xF01012AC          TIM0 Channel 5 Interrupt Notification Register
GTM_TIM0_CH5_IRQ_EN 0xF01012B0          TIM0 Channel 5 Interrupt Enable Register
GTM_TIM0_CH5_IRQ_FORCINT 0xF01012B4          TIM0 Channel 5 Force Interrupt Register
GTM_TIM0_CH5_IRQ_MODE 0xF01012B8          TIM0 Channel 5 Interrupt Mode Configuration Register
GTM_TIM0_CH5_EIRQ_EN 0xF01012BC          TIM0 Channel 5 Error Interrupt Enable Register
GTM_TIM0_CH6_GPR0 0xF0101300          TIM0 Channel 6 General Purpose 0 Register
GTM_TIM0_CH6_GPR1 0xF0101304          TIM0 Channel 6 General Purpose 1 Register
GTM_TIM0_CH6_CNT 0xF0101308          TIM0 Channel 6 SMU Counter Register
GTM_TIM0_CH6_ECNT 0xF010130C          TIM0 Channel 6 SMU Edge Counter Register
GTM_TIM0_CH6_CNTS 0xF0101310          TIM0 Channel 6 SMU Shadow Counter Register
GTM_TIM0_CH6_TDUC 0xF0101314          TIM0 Channel 6 TDU Counter Register
GTM_TIM0_CH6_TDUV 0xF0101318          TIM0 Channel 6 TDU Control Register
GTM_TIM0_CH6_FLT_RE 0xF010131C          TIM0 Channel 6 Filter Parameter 0 Register
GTM_TIM0_CH6_FLT_FE 0xF0101320          TIM0 Channel 6 Filter Parameter 1 Register
GTM_TIM0_CH6_CTRL 0xF0101324          TIM0 Channel 6 Control Register
GTM_TIM0_CH6_ECTRL 0xF0101328          TIM0 Channel 6 Extended Control Register
GTM_TIM0_CH6_IRQ_NOTIFY 0xF010132C          TIM0 Channel 6 Interrupt Notification Register
GTM_TIM0_CH6_IRQ_EN 0xF0101330          TIM0 Channel 6 Interrupt Enable Register
GTM_TIM0_CH6_IRQ_FORCINT 0xF0101334          TIM0 Channel 6 Force Interrupt Register
GTM_TIM0_CH6_IRQ_MODE 0xF0101338          TIM0 Channel 6 Interrupt Mode Configuration Register
GTM_TIM0_CH6_EIRQ_EN 0xF010133C          TIM0 Channel 6 Error Interrupt Enable Register
GTM_TIM0_CH7_GPR0 0xF0101380          TIM0 Channel 7 General Purpose 0 Register
GTM_TIM0_CH7_GPR1 0xF0101384          TIM0 Channel 7 General Purpose 1 Register
GTM_TIM0_CH7_CNT 0xF0101388          TIM0 Channel 7 SMU Counter Register
GTM_TIM0_CH7_ECNT 0xF010138C          TIM0 Channel 7 SMU Edge Counter Register
GTM_TIM0_CH7_CNTS 0xF0101390          TIM0 Channel 7 SMU Shadow Counter Register
GTM_TIM0_CH7_TDUC 0xF0101394          TIM0 Channel 7 TDU Counter Register
GTM_TIM0_CH7_TDUV 0xF0101398          TIM0 Channel 7 TDU Control Register
GTM_TIM0_CH7_FLT_RE 0xF010139C          TIM0 Channel 7 Filter Parameter 0 Register
GTM_TIM0_CH7_FLT_FE 0xF01013A0          TIM0 Channel 7 Filter Parameter 1 Register
GTM_TIM0_CH7_CTRL 0xF01013A4          TIM0 Channel 7 Control Register
GTM_TIM0_CH7_ECTRL 0xF01013A8          TIM0 Channel 7 Extended Control Register
GTM_TIM0_CH7_IRQ_NOTIFY 0xF01013AC          TIM0 Channel 7 Interrupt Notification Register
GTM_TIM0_CH7_IRQ_EN 0xF01013B0          TIM0 Channel 7 Interrupt Enable Register
GTM_TIM0_CH7_IRQ_FORCINT 0xF01013B4          TIM0 Channel 7 Force Interrupt Register
GTM_TIM0_CH7_IRQ_MODE 0xF01013B8          TIM0 Channel 7 Interrupt Mode Configuration Register
GTM_TIM0_CH7_EIRQ_EN 0xF01013BC          TIM0 Channel 7 Error Interrupt Enable Register
GTM_TIM1_CH0_GPR0 0xF0101800          TIM1 Channel 0 General Purpose 0 Register
GTM_TIM1_CH0_GPR1 0xF0101804          TIM1 Channel 0 General Purpose 1 Register
GTM_TIM1_CH0_CNT 0xF0101808          TIM1 Channel 0 SMU Counter Register
GTM_TIM1_CH0_ECNT 0xF010180C          TIM1 Channel 0 SMU Edge Counter Register
GTM_TIM1_CH0_CNTS 0xF0101810          TIM1 Channel 0 SMU Shadow Counter Register
GTM_TIM1_CH0_TDUC 0xF0101814          TIM1 Channel 0 TDU Counter Register
GTM_TIM1_CH0_TDUV 0xF0101818          TIM1 Channel 0 TDU Control Register
GTM_TIM1_CH0_FLT_RE 0xF010181C          TIM1 Channel 0 Filter Parameter 0 Register
GTM_TIM1_CH0_FLT_FE 0xF0101820          TIM1 Channel 0 Filter Parameter 1 Register
GTM_TIM1_CH0_CTRL 0xF0101824          TIM1 Channel 0 Control Register
GTM_TIM1_CH0_ECTRL 0xF0101828          TIM1 Channel 0 Extended Control Register
GTM_TIM1_CH0_IRQ_NOTIFY 0xF010182C          TIM1 Channel 0 Interrupt Notification Register
GTM_TIM1_CH0_IRQ_EN 0xF0101830          TIM1 Channel 0 Interrupt Enable Register
GTM_TIM1_CH0_IRQ_FORCINT 0xF0101834          TIM1 Channel 0 Force Interrupt Register
GTM_TIM1_CH0_IRQ_MODE 0xF0101838          TIM1 Channel 0 Interrupt Mode Configuration Register
GTM_TIM1_CH0_EIRQ_EN 0xF010183C          TIM1 Channel 0 Error Interrupt Enable Register
GTM_TIM1_INP_VAL 0xF0101874          TIM1 Input Value Observation Register
GTM_TIM1_IN_SRC 0xF0101878          TIM1 AUX IN Source Selection Register
GTM_TIM1_RST    0xF010187C          TIM1 Global Software Reset Register
GTM_TIM1_CH1_GPR0 0xF0101880          TIM1 Channel 1 General Purpose 0 Register
GTM_TIM1_CH1_GPR1 0xF0101884          TIM1 Channel 1 General Purpose 1 Register
GTM_TIM1_CH1_CNT 0xF0101888          TIM1 Channel 1 SMU Counter Register
GTM_TIM1_CH1_ECNT 0xF010188C          TIM1 Channel 1 SMU Edge Counter Register
GTM_TIM1_CH1_CNTS 0xF0101890          TIM1 Channel 1 SMU Shadow Counter Register
GTM_TIM1_CH1_TDUC 0xF0101894          TIM1 Channel 1 TDU Counter Register
GTM_TIM1_CH1_TDUV 0xF0101898          TIM1 Channel 1 TDU Control Register
GTM_TIM1_CH1_FLT_RE 0xF010189C          TIM1 Channel 1 Filter Parameter 0 Register
GTM_TIM1_CH1_FLT_FE 0xF01018A0          TIM1 Channel 1 Filter Parameter 1 Register
GTM_TIM1_CH1_CTRL 0xF01018A4          TIM1 Channel 1 Control Register
GTM_TIM1_CH1_ECTRL 0xF01018A8          TIM1 Channel 1 Extended Control Register
GTM_TIM1_CH1_IRQ_NOTIFY 0xF01018AC          TIM1 Channel 1 Interrupt Notification Register
GTM_TIM1_CH1_IRQ_EN 0xF01018B0          TIM1 Channel 1 Interrupt Enable Register
GTM_TIM1_CH1_IRQ_FORCINT 0xF01018B4          TIM1 Channel 1 Force Interrupt Register
GTM_TIM1_CH1_IRQ_MODE 0xF01018B8          TIM1 Channel 1 Interrupt Mode Configuration Register
GTM_TIM1_CH1_EIRQ_EN 0xF01018BC          TIM1 Channel 1 Error Interrupt Enable Register
GTM_TIM1_CH2_GPR0 0xF0101900          TIM1 Channel 2 General Purpose 0 Register
GTM_TIM1_CH2_GPR1 0xF0101904          TIM1 Channel 2 General Purpose 1 Register
GTM_TIM1_CH2_CNT 0xF0101908          TIM1 Channel 2 SMU Counter Register
GTM_TIM1_CH2_ECNT 0xF010190C          TIM1 Channel 2 SMU Edge Counter Register
GTM_TIM1_CH2_CNTS 0xF0101910          TIM1 Channel 2 SMU Shadow Counter Register
GTM_TIM1_CH2_TDUC 0xF0101914          TIM1 Channel 2 TDU Counter Register
GTM_TIM1_CH2_TDUV 0xF0101918          TIM1 Channel 2 TDU Control Register
GTM_TIM1_CH2_FLT_RE 0xF010191C          TIM1 Channel 2 Filter Parameter 0 Register
GTM_TIM1_CH2_FLT_FE 0xF0101920          TIM1 Channel 2 Filter Parameter 1 Register
GTM_TIM1_CH2_CTRL 0xF0101924          TIM1 Channel 2 Control Register
GTM_TIM1_CH2_ECTRL 0xF0101928          TIM1 Channel 2 Extended Control Register
GTM_TIM1_CH2_IRQ_NOTIFY 0xF010192C          TIM1 Channel 2 Interrupt Notification Register
GTM_TIM1_CH2_IRQ_EN 0xF0101930          TIM1 Channel 2 Interrupt Enable Register
GTM_TIM1_CH2_IRQ_FORCINT 0xF0101934          TIM1 Channel 2 Force Interrupt Register
GTM_TIM1_CH2_IRQ_MODE 0xF0101938          TIM1 Channel 2 Interrupt Mode Configuration Register
GTM_TIM1_CH2_EIRQ_EN 0xF010193C          TIM1 Channel 2 Error Interrupt Enable Register
GTM_TIM1_CH3_GPR0 0xF0101980          TIM1 Channel 3 General Purpose 0 Register
GTM_TIM1_CH3_GPR1 0xF0101984          TIM1 Channel 3 General Purpose 1 Register
GTM_TIM1_CH3_CNT 0xF0101988          TIM1 Channel 3 SMU Counter Register
GTM_TIM1_CH3_ECNT 0xF010198C          TIM1 Channel 3 SMU Edge Counter Register
GTM_TIM1_CH3_CNTS 0xF0101990          TIM1 Channel 3 SMU Shadow Counter Register
GTM_TIM1_CH3_TDUC 0xF0101994          TIM1 Channel 3 TDU Counter Register
GTM_TIM1_CH3_TDUV 0xF0101998          TIM1 Channel 3 TDU Control Register
GTM_TIM1_CH3_FLT_RE 0xF010199C          TIM1 Channel 3 Filter Parameter 0 Register
GTM_TIM1_CH3_FLT_FE 0xF01019A0          TIM1 Channel 3 Filter Parameter 1 Register
GTM_TIM1_CH3_CTRL 0xF01019A4          TIM1 Channel 3 Control Register
GTM_TIM1_CH3_ECTRL 0xF01019A8          TIM1 Channel 3 Extended Control Register
GTM_TIM1_CH3_IRQ_NOTIFY 0xF01019AC          TIM1 Channel 3 Interrupt Notification Register
GTM_TIM1_CH3_IRQ_EN 0xF01019B0          TIM1 Channel 3 Interrupt Enable Register
GTM_TIM1_CH3_IRQ_FORCINT 0xF01019B4          TIM1 Channel 3 Force Interrupt Register
GTM_TIM1_CH3_IRQ_MODE 0xF01019B8          TIM1 Channel 3 Interrupt Mode Configuration Register
GTM_TIM1_CH3_EIRQ_EN 0xF01019BC          TIM1 Channel 3 Error Interrupt Enable Register
GTM_TIM1_CH4_GPR0 0xF0101A00          TIM1 Channel 4 General Purpose 0 Register
GTM_TIM1_CH4_GPR1 0xF0101A04          TIM1 Channel 4 General Purpose 1 Register
GTM_TIM1_CH4_CNT 0xF0101A08          TIM1 Channel 4 SMU Counter Register
GTM_TIM1_CH4_ECNT 0xF0101A0C          TIM1 Channel 4 SMU Edge Counter Register
GTM_TIM1_CH4_CNTS 0xF0101A10          TIM1 Channel 4 SMU Shadow Counter Register
GTM_TIM1_CH4_TDUC 0xF0101A14          TIM1 Channel 4 TDU Counter Register
GTM_TIM1_CH4_TDUV 0xF0101A18          TIM1 Channel 4 TDU Control Register
GTM_TIM1_CH4_FLT_RE 0xF0101A1C          TIM1 Channel 4 Filter Parameter 0 Register
GTM_TIM1_CH4_FLT_FE 0xF0101A20          TIM1 Channel 4 Filter Parameter 1 Register
GTM_TIM1_CH4_CTRL 0xF0101A24          TIM1 Channel 4 Control Register
GTM_TIM1_CH4_ECTRL 0xF0101A28          TIM1 Channel 4 Extended Control Register
GTM_TIM1_CH4_IRQ_NOTIFY 0xF0101A2C          TIM1 Channel 4 Interrupt Notification Register
GTM_TIM1_CH4_IRQ_EN 0xF0101A30          TIM1 Channel 4 Interrupt Enable Register
GTM_TIM1_CH4_IRQ_FORCINT 0xF0101A34          TIM1 Channel 4 Force Interrupt Register
GTM_TIM1_CH4_IRQ_MODE 0xF0101A38          TIM1 Channel 4 Interrupt Mode Configuration Register
GTM_TIM1_CH4_EIRQ_EN 0xF0101A3C          TIM1 Channel 4 Error Interrupt Enable Register
GTM_TIM1_CH5_GPR0 0xF0101A80          TIM1 Channel 5 General Purpose 0 Register
GTM_TIM1_CH5_GPR1 0xF0101A84          TIM1 Channel 5 General Purpose 1 Register
GTM_TIM1_CH5_CNT 0xF0101A88          TIM1 Channel 5 SMU Counter Register
GTM_TIM1_CH5_ECNT 0xF0101A8C          TIM1 Channel 5 SMU Edge Counter Register
GTM_TIM1_CH5_CNTS 0xF0101A90          TIM1 Channel 5 SMU Shadow Counter Register
GTM_TIM1_CH5_TDUC 0xF0101A94          TIM1 Channel 5 TDU Counter Register
GTM_TIM1_CH5_TDUV 0xF0101A98          TIM1 Channel 5 TDU Control Register
GTM_TIM1_CH5_FLT_RE 0xF0101A9C          TIM1 Channel 5 Filter Parameter 0 Register
GTM_TIM1_CH5_FLT_FE 0xF0101AA0          TIM1 Channel 5 Filter Parameter 1 Register
GTM_TIM1_CH5_CTRL 0xF0101AA4          TIM1 Channel 5 Control Register
GTM_TIM1_CH5_ECTRL 0xF0101AA8          TIM1 Channel 5 Extended Control Register
GTM_TIM1_CH5_IRQ_NOTIFY 0xF0101AAC          TIM1 Channel 5 Interrupt Notification Register
GTM_TIM1_CH5_IRQ_EN 0xF0101AB0          TIM1 Channel 5 Interrupt Enable Register
GTM_TIM1_CH5_IRQ_FORCINT 0xF0101AB4          TIM1 Channel 5 Force Interrupt Register
GTM_TIM1_CH5_IRQ_MODE 0xF0101AB8          TIM1 Channel 5 Interrupt Mode Configuration Register
GTM_TIM1_CH5_EIRQ_EN 0xF0101ABC          TIM1 Channel 5 Error Interrupt Enable Register
GTM_TIM1_CH6_GPR0 0xF0101B00          TIM1 Channel 6 General Purpose 0 Register
GTM_TIM1_CH6_GPR1 0xF0101B04          TIM1 Channel 6 General Purpose 1 Register
GTM_TIM1_CH6_CNT 0xF0101B08          TIM1 Channel 6 SMU Counter Register
GTM_TIM1_CH6_ECNT 0xF0101B0C          TIM1 Channel 6 SMU Edge Counter Register
GTM_TIM1_CH6_CNTS 0xF0101B10          TIM1 Channel 6 SMU Shadow Counter Register
GTM_TIM1_CH6_TDUC 0xF0101B14          TIM1 Channel 6 TDU Counter Register
GTM_TIM1_CH6_TDUV 0xF0101B18          TIM1 Channel 6 TDU Control Register
GTM_TIM1_CH6_FLT_RE 0xF0101B1C          TIM1 Channel 6 Filter Parameter 0 Register
GTM_TIM1_CH6_FLT_FE 0xF0101B20          TIM1 Channel 6 Filter Parameter 1 Register
GTM_TIM1_CH6_CTRL 0xF0101B24          TIM1 Channel 6 Control Register
GTM_TIM1_CH6_ECTRL 0xF0101B28          TIM1 Channel 6 Extended Control Register
GTM_TIM1_CH6_IRQ_NOTIFY 0xF0101B2C          TIM1 Channel 6 Interrupt Notification Register
GTM_TIM1_CH6_IRQ_EN 0xF0101B30          TIM1 Channel 6 Interrupt Enable Register
GTM_TIM1_CH6_IRQ_FORCINT 0xF0101B34          TIM1 Channel 6 Force Interrupt Register
GTM_TIM1_CH6_IRQ_MODE 0xF0101B38          TIM1 Channel 6 Interrupt Mode Configuration Register
GTM_TIM1_CH6_EIRQ_EN 0xF0101B3C          TIM1 Channel 6 Error Interrupt Enable Register
GTM_TIM1_CH7_GPR0 0xF0101B80          TIM1 Channel 7 General Purpose 0 Register
GTM_TIM1_CH7_GPR1 0xF0101B84          TIM1 Channel 7 General Purpose 1 Register
GTM_TIM1_CH7_CNT 0xF0101B88          TIM1 Channel 7 SMU Counter Register
GTM_TIM1_CH7_ECNT 0xF0101B8C          TIM1 Channel 7 SMU Edge Counter Register
GTM_TIM1_CH7_CNTS 0xF0101B90          TIM1 Channel 7 SMU Shadow Counter Register
GTM_TIM1_CH7_TDUC 0xF0101B94          TIM1 Channel 7 TDU Counter Register
GTM_TIM1_CH7_TDUV 0xF0101B98          TIM1 Channel 7 TDU Control Register
GTM_TIM1_CH7_FLT_RE 0xF0101B9C          TIM1 Channel 7 Filter Parameter 0 Register
GTM_TIM1_CH7_FLT_FE 0xF0101BA0          TIM1 Channel 7 Filter Parameter 1 Register
GTM_TIM1_CH7_CTRL 0xF0101BA4          TIM1 Channel 7 Control Register
GTM_TIM1_CH7_ECTRL 0xF0101BA8          TIM1 Channel 7 Extended Control Register
GTM_TIM1_CH7_IRQ_NOTIFY 0xF0101BAC          TIM1 Channel 7 Interrupt Notification Register
GTM_TIM1_CH7_IRQ_EN 0xF0101BB0          TIM1 Channel 7 Interrupt Enable Register
GTM_TIM1_CH7_IRQ_FORCINT 0xF0101BB4          TIM1 Channel 7 Force Interrupt Register
GTM_TIM1_CH7_IRQ_MODE 0xF0101BB8          TIM1 Channel 7 Interrupt Mode Configuration Register
GTM_TIM1_CH7_EIRQ_EN 0xF0101BBC          TIM1 Channel 7 Error Interrupt Enable Register
GTM_TIM2_CH0_GPR0 0xF0102000          TIM2 Channel 0 General Purpose 0 Register
GTM_TIM2_CH0_GPR1 0xF0102004          TIM2 Channel 0 General Purpose 1 Register
GTM_TIM2_CH0_CNT 0xF0102008          TIM2 Channel 0 SMU Counter Register
GTM_TIM2_CH0_ECNT 0xF010200C          TIM2 Channel 0 SMU Edge Counter Register
GTM_TIM2_CH0_CNTS 0xF0102010          TIM2 Channel 0 SMU Shadow Counter Register
GTM_TIM2_CH0_TDUC 0xF0102014          TIM2 Channel 0 TDU Counter Register
GTM_TIM2_CH0_TDUV 0xF0102018          TIM2 Channel 0 TDU Control Register
GTM_TIM2_CH0_FLT_RE 0xF010201C          TIM2 Channel 0 Filter Parameter 0 Register
GTM_TIM2_CH0_FLT_FE 0xF0102020          TIM2 Channel 0 Filter Parameter 1 Register
GTM_TIM2_CH0_CTRL 0xF0102024          TIM2 Channel 0 Control Register
GTM_TIM2_CH0_ECTRL 0xF0102028          TIM2 Channel 0 Extended Control Register
GTM_TIM2_CH0_IRQ_NOTIFY 0xF010202C          TIM2 Channel 0 Interrupt Notification Register
GTM_TIM2_CH0_IRQ_EN 0xF0102030          TIM2 Channel 0 Interrupt Enable Register
GTM_TIM2_CH0_IRQ_FORCINT 0xF0102034          TIM2 Channel 0 Force Interrupt Register
GTM_TIM2_CH0_IRQ_MODE 0xF0102038          TIM2 Channel 0 Interrupt Mode Configuration Register
GTM_TIM2_CH0_EIRQ_EN 0xF010203C          TIM2 Channel 0 Error Interrupt Enable Register
GTM_TIM2_INP_VAL 0xF0102074          TIM2 Input Value Observation Register
GTM_TIM2_IN_SRC 0xF0102078          TIM2 AUX IN Source Selection Register
GTM_TIM2_RST    0xF010207C          TIM2 Global Software Reset Register
GTM_TIM2_CH1_GPR0 0xF0102080          TIM2 Channel 1 General Purpose 0 Register
GTM_TIM2_CH1_GPR1 0xF0102084          TIM2 Channel 1 General Purpose 1 Register
GTM_TIM2_CH1_CNT 0xF0102088          TIM2 Channel 1 SMU Counter Register
GTM_TIM2_CH1_ECNT 0xF010208C          TIM2 Channel 1 SMU Edge Counter Register
GTM_TIM2_CH1_CNTS 0xF0102090          TIM2 Channel 1 SMU Shadow Counter Register
GTM_TIM2_CH1_TDUC 0xF0102094          TIM2 Channel 1 TDU Counter Register
GTM_TIM2_CH1_TDUV 0xF0102098          TIM2 Channel 1 TDU Control Register
GTM_TIM2_CH1_FLT_RE 0xF010209C          TIM2 Channel 1 Filter Parameter 0 Register
GTM_TIM2_CH1_FLT_FE 0xF01020A0          TIM2 Channel 1 Filter Parameter 1 Register
GTM_TIM2_CH1_CTRL 0xF01020A4          TIM2 Channel 1 Control Register
GTM_TIM2_CH1_ECTRL 0xF01020A8          TIM2 Channel 1 Extended Control Register
GTM_TIM2_CH1_IRQ_NOTIFY 0xF01020AC          TIM2 Channel 1 Interrupt Notification Register
GTM_TIM2_CH1_IRQ_EN 0xF01020B0          TIM2 Channel 1 Interrupt Enable Register
GTM_TIM2_CH1_IRQ_FORCINT 0xF01020B4          TIM2 Channel 1 Force Interrupt Register
GTM_TIM2_CH1_IRQ_MODE 0xF01020B8          TIM2 Channel 1 Interrupt Mode Configuration Register
GTM_TIM2_CH1_EIRQ_EN 0xF01020BC          TIM2 Channel 1 Error Interrupt Enable Register
GTM_TIM2_CH2_GPR0 0xF0102100          TIM2 Channel 2 General Purpose 0 Register
GTM_TIM2_CH2_GPR1 0xF0102104          TIM2 Channel 2 General Purpose 1 Register
GTM_TIM2_CH2_CNT 0xF0102108          TIM2 Channel 2 SMU Counter Register
GTM_TIM2_CH2_ECNT 0xF010210C          TIM2 Channel 2 SMU Edge Counter Register
GTM_TIM2_CH2_CNTS 0xF0102110          TIM2 Channel 2 SMU Shadow Counter Register
GTM_TIM2_CH2_TDUC 0xF0102114          TIM2 Channel 2 TDU Counter Register
GTM_TIM2_CH2_TDUV 0xF0102118          TIM2 Channel 2 TDU Control Register
GTM_TIM2_CH2_FLT_RE 0xF010211C          TIM2 Channel 2 Filter Parameter 0 Register
GTM_TIM2_CH2_FLT_FE 0xF0102120          TIM2 Channel 2 Filter Parameter 1 Register
GTM_TIM2_CH2_CTRL 0xF0102124          TIM2 Channel 2 Control Register
GTM_TIM2_CH2_ECTRL 0xF0102128          TIM2 Channel 2 Extended Control Register
GTM_TIM2_CH2_IRQ_NOTIFY 0xF010212C          TIM2 Channel 2 Interrupt Notification Register
GTM_TIM2_CH2_IRQ_EN 0xF0102130          TIM2 Channel 2 Interrupt Enable Register
GTM_TIM2_CH2_IRQ_FORCINT 0xF0102134          TIM2 Channel 2 Force Interrupt Register
GTM_TIM2_CH2_IRQ_MODE 0xF0102138          TIM2 Channel 2 Interrupt Mode Configuration Register
GTM_TIM2_CH2_EIRQ_EN 0xF010213C          TIM2 Channel 2 Error Interrupt Enable Register
GTM_TIM2_CH3_GPR0 0xF0102180          TIM2 Channel 3 General Purpose 0 Register
GTM_TIM2_CH3_GPR1 0xF0102184          TIM2 Channel 3 General Purpose 1 Register
GTM_TIM2_CH3_CNT 0xF0102188          TIM2 Channel 3 SMU Counter Register
GTM_TIM2_CH3_ECNT 0xF010218C          TIM2 Channel 3 SMU Edge Counter Register
GTM_TIM2_CH3_CNTS 0xF0102190          TIM2 Channel 3 SMU Shadow Counter Register
GTM_TIM2_CH3_TDUC 0xF0102194          TIM2 Channel 3 TDU Counter Register
GTM_TIM2_CH3_TDUV 0xF0102198          TIM2 Channel 3 TDU Control Register
GTM_TIM2_CH3_FLT_RE 0xF010219C          TIM2 Channel 3 Filter Parameter 0 Register
GTM_TIM2_CH3_FLT_FE 0xF01021A0          TIM2 Channel 3 Filter Parameter 1 Register
GTM_TIM2_CH3_CTRL 0xF01021A4          TIM2 Channel 3 Control Register
GTM_TIM2_CH3_ECTRL 0xF01021A8          TIM2 Channel 3 Extended Control Register
GTM_TIM2_CH3_IRQ_NOTIFY 0xF01021AC          TIM2 Channel 3 Interrupt Notification Register
GTM_TIM2_CH3_IRQ_EN 0xF01021B0          TIM2 Channel 3 Interrupt Enable Register
GTM_TIM2_CH3_IRQ_FORCINT 0xF01021B4          TIM2 Channel 3 Force Interrupt Register
GTM_TIM2_CH3_IRQ_MODE 0xF01021B8          TIM2 Channel 3 Interrupt Mode Configuration Register
GTM_TIM2_CH3_EIRQ_EN 0xF01021BC          TIM2 Channel 3 Error Interrupt Enable Register
GTM_TIM2_CH4_GPR0 0xF0102200          TIM2 Channel 4 General Purpose 0 Register
GTM_TIM2_CH4_GPR1 0xF0102204          TIM2 Channel 4 General Purpose 1 Register
GTM_TIM2_CH4_CNT 0xF0102208          TIM2 Channel 4 SMU Counter Register
GTM_TIM2_CH4_ECNT 0xF010220C          TIM2 Channel 4 SMU Edge Counter Register
GTM_TIM2_CH4_CNTS 0xF0102210          TIM2 Channel 4 SMU Shadow Counter Register
GTM_TIM2_CH4_TDUC 0xF0102214          TIM2 Channel 4 TDU Counter Register
GTM_TIM2_CH4_TDUV 0xF0102218          TIM2 Channel 4 TDU Control Register
GTM_TIM2_CH4_FLT_RE 0xF010221C          TIM2 Channel 4 Filter Parameter 0 Register
GTM_TIM2_CH4_FLT_FE 0xF0102220          TIM2 Channel 4 Filter Parameter 1 Register
GTM_TIM2_CH4_CTRL 0xF0102224          TIM2 Channel 4 Control Register
GTM_TIM2_CH4_ECTRL 0xF0102228          TIM2 Channel 4 Extended Control Register
GTM_TIM2_CH4_IRQ_NOTIFY 0xF010222C          TIM2 Channel 4 Interrupt Notification Register
GTM_TIM2_CH4_IRQ_EN 0xF0102230          TIM2 Channel 4 Interrupt Enable Register
GTM_TIM2_CH4_IRQ_FORCINT 0xF0102234          TIM2 Channel 4 Force Interrupt Register
GTM_TIM2_CH4_IRQ_MODE 0xF0102238          TIM2 Channel 4 Interrupt Mode Configuration Register
GTM_TIM2_CH4_EIRQ_EN 0xF010223C          TIM2 Channel 4 Error Interrupt Enable Register
GTM_TIM2_CH5_GPR0 0xF0102280          TIM2 Channel 5 General Purpose 0 Register
GTM_TIM2_CH5_GPR1 0xF0102284          TIM2 Channel 5 General Purpose 1 Register
GTM_TIM2_CH5_CNT 0xF0102288          TIM2 Channel 5 SMU Counter Register
GTM_TIM2_CH5_ECNT 0xF010228C          TIM2 Channel 5 SMU Edge Counter Register
GTM_TIM2_CH5_CNTS 0xF0102290          TIM2 Channel 5 SMU Shadow Counter Register
GTM_TIM2_CH5_TDUC 0xF0102294          TIM2 Channel 5 TDU Counter Register
GTM_TIM2_CH5_TDUV 0xF0102298          TIM2 Channel 5 TDU Control Register
GTM_TIM2_CH5_FLT_RE 0xF010229C          TIM2 Channel 5 Filter Parameter 0 Register
GTM_TIM2_CH5_FLT_FE 0xF01022A0          TIM2 Channel 5 Filter Parameter 1 Register
GTM_TIM2_CH5_CTRL 0xF01022A4          TIM2 Channel 5 Control Register
GTM_TIM2_CH5_ECTRL 0xF01022A8          TIM2 Channel 5 Extended Control Register
GTM_TIM2_CH5_IRQ_NOTIFY 0xF01022AC          TIM2 Channel 5 Interrupt Notification Register
GTM_TIM2_CH5_IRQ_EN 0xF01022B0          TIM2 Channel 5 Interrupt Enable Register
GTM_TIM2_CH5_IRQ_FORCINT 0xF01022B4          TIM2 Channel 5 Force Interrupt Register
GTM_TIM2_CH5_IRQ_MODE 0xF01022B8          TIM2 Channel 5 Interrupt Mode Configuration Register
GTM_TIM2_CH5_EIRQ_EN 0xF01022BC          TIM2 Channel 5 Error Interrupt Enable Register
GTM_TIM2_CH6_GPR0 0xF0102300          TIM2 Channel 6 General Purpose 0 Register
GTM_TIM2_CH6_GPR1 0xF0102304          TIM2 Channel 6 General Purpose 1 Register
GTM_TIM2_CH6_CNT 0xF0102308          TIM2 Channel 6 SMU Counter Register
GTM_TIM2_CH6_ECNT 0xF010230C          TIM2 Channel 6 SMU Edge Counter Register
GTM_TIM2_CH6_CNTS 0xF0102310          TIM2 Channel 6 SMU Shadow Counter Register
GTM_TIM2_CH6_TDUC 0xF0102314          TIM2 Channel 6 TDU Counter Register
GTM_TIM2_CH6_TDUV 0xF0102318          TIM2 Channel 6 TDU Control Register
GTM_TIM2_CH6_FLT_RE 0xF010231C          TIM2 Channel 6 Filter Parameter 0 Register
GTM_TIM2_CH6_FLT_FE 0xF0102320          TIM2 Channel 6 Filter Parameter 1 Register
GTM_TIM2_CH6_CTRL 0xF0102324          TIM2 Channel 6 Control Register
GTM_TIM2_CH6_ECTRL 0xF0102328          TIM2 Channel 6 Extended Control Register
GTM_TIM2_CH6_IRQ_NOTIFY 0xF010232C          TIM2 Channel 6 Interrupt Notification Register
GTM_TIM2_CH6_IRQ_EN 0xF0102330          TIM2 Channel 6 Interrupt Enable Register
GTM_TIM2_CH6_IRQ_FORCINT 0xF0102334          TIM2 Channel 6 Force Interrupt Register
GTM_TIM2_CH6_IRQ_MODE 0xF0102338          TIM2 Channel 6 Interrupt Mode Configuration Register
GTM_TIM2_CH6_EIRQ_EN 0xF010233C          TIM2 Channel 6 Error Interrupt Enable Register
GTM_TIM2_CH7_GPR0 0xF0102380          TIM2 Channel 7 General Purpose 0 Register
GTM_TIM2_CH7_GPR1 0xF0102384          TIM2 Channel 7 General Purpose 1 Register
GTM_TIM2_CH7_CNT 0xF0102388          TIM2 Channel 7 SMU Counter Register
GTM_TIM2_CH7_ECNT 0xF010238C          TIM2 Channel 7 SMU Edge Counter Register
GTM_TIM2_CH7_CNTS 0xF0102390          TIM2 Channel 7 SMU Shadow Counter Register
GTM_TIM2_CH7_TDUC 0xF0102394          TIM2 Channel 7 TDU Counter Register
GTM_TIM2_CH7_TDUV 0xF0102398          TIM2 Channel 7 TDU Control Register
GTM_TIM2_CH7_FLT_RE 0xF010239C          TIM2 Channel 7 Filter Parameter 0 Register
GTM_TIM2_CH7_FLT_FE 0xF01023A0          TIM2 Channel 7 Filter Parameter 1 Register
GTM_TIM2_CH7_CTRL 0xF01023A4          TIM2 Channel 7 Control Register
GTM_TIM2_CH7_ECTRL 0xF01023A8          TIM2 Channel 7 Extended Control Register
GTM_TIM2_CH7_IRQ_NOTIFY 0xF01023AC          TIM2 Channel 7 Interrupt Notification Register
GTM_TIM2_CH7_IRQ_EN 0xF01023B0          TIM2 Channel 7 Interrupt Enable Register
GTM_TIM2_CH7_IRQ_FORCINT 0xF01023B4          TIM2 Channel 7 Force Interrupt Register
GTM_TIM2_CH7_IRQ_MODE 0xF01023B8          TIM2 Channel 7 Interrupt Mode Configuration Register
GTM_TIM2_CH7_EIRQ_EN 0xF01023BC          TIM2 Channel 7 Error Interrupt Enable Register
GTM_TIM3_CH0_GPR0 0xF0102800          TIM3 Channel 0 General Purpose 0 Register
GTM_TIM3_CH0_GPR1 0xF0102804          TIM3 Channel 0 General Purpose 1 Register
GTM_TIM3_CH0_CNT 0xF0102808          TIM3 Channel 0 SMU Counter Register
GTM_TIM3_CH0_ECNT 0xF010280C          TIM3 Channel 0 SMU Edge Counter Register
GTM_TIM3_CH0_CNTS 0xF0102810          TIM3 Channel 0 SMU Shadow Counter Register
GTM_TIM3_CH0_TDUC 0xF0102814          TIM3 Channel 0 TDU Counter Register
GTM_TIM3_CH0_TDUV 0xF0102818          TIM3 Channel 0 TDU Control Register
GTM_TIM3_CH0_FLT_RE 0xF010281C          TIM3 Channel 0 Filter Parameter 0 Register
GTM_TIM3_CH0_FLT_FE 0xF0102820          TIM3 Channel 0 Filter Parameter 1 Register
GTM_TIM3_CH0_CTRL 0xF0102824          TIM3 Channel 0 Control Register
GTM_TIM3_CH0_ECTRL 0xF0102828          TIM3 Channel 0 Extended Control Register
GTM_TIM3_CH0_IRQ_NOTIFY 0xF010282C          TIM3 Channel 0 Interrupt Notification Register
GTM_TIM3_CH0_IRQ_EN 0xF0102830          TIM3 Channel 0 Interrupt Enable Register
GTM_TIM3_CH0_IRQ_FORCINT 0xF0102834          TIM3 Channel 0 Force Interrupt Register
GTM_TIM3_CH0_IRQ_MODE 0xF0102838          TIM3 Channel 0 Interrupt Mode Configuration Register
GTM_TIM3_CH0_EIRQ_EN 0xF010283C          TIM3 Channel 0 Error Interrupt Enable Register
GTM_TIM3_INP_VAL 0xF0102874          TIM3 Input Value Observation Register
GTM_TIM3_IN_SRC 0xF0102878          TIM3 AUX IN Source Selection Register
GTM_TIM3_RST    0xF010287C          TIM3 Global Software Reset Register
GTM_TIM3_CH1_GPR0 0xF0102880          TIM3 Channel 1 General Purpose 0 Register
GTM_TIM3_CH1_GPR1 0xF0102884          TIM3 Channel 1 General Purpose 1 Register
GTM_TIM3_CH1_CNT 0xF0102888          TIM3 Channel 1 SMU Counter Register
GTM_TIM3_CH1_ECNT 0xF010288C          TIM3 Channel 1 SMU Edge Counter Register
GTM_TIM3_CH1_CNTS 0xF0102890          TIM3 Channel 1 SMU Shadow Counter Register
GTM_TIM3_CH1_TDUC 0xF0102894          TIM3 Channel 1 TDU Counter Register
GTM_TIM3_CH1_TDUV 0xF0102898          TIM3 Channel 1 TDU Control Register
GTM_TIM3_CH1_FLT_RE 0xF010289C          TIM3 Channel 1 Filter Parameter 0 Register
GTM_TIM3_CH1_FLT_FE 0xF01028A0          TIM3 Channel 1 Filter Parameter 1 Register
GTM_TIM3_CH1_CTRL 0xF01028A4          TIM3 Channel 1 Control Register
GTM_TIM3_CH1_ECTRL 0xF01028A8          TIM3 Channel 1 Extended Control Register
GTM_TIM3_CH1_IRQ_NOTIFY 0xF01028AC          TIM3 Channel 1 Interrupt Notification Register
GTM_TIM3_CH1_IRQ_EN 0xF01028B0          TIM3 Channel 1 Interrupt Enable Register
GTM_TIM3_CH1_IRQ_FORCINT 0xF01028B4          TIM3 Channel 1 Force Interrupt Register
GTM_TIM3_CH1_IRQ_MODE 0xF01028B8          TIM3 Channel 1 Interrupt Mode Configuration Register
GTM_TIM3_CH1_EIRQ_EN 0xF01028BC          TIM3 Channel 1 Error Interrupt Enable Register
GTM_TIM3_CH2_GPR0 0xF0102900          TIM3 Channel 2 General Purpose 0 Register
GTM_TIM3_CH2_GPR1 0xF0102904          TIM3 Channel 2 General Purpose 1 Register
GTM_TIM3_CH2_CNT 0xF0102908          TIM3 Channel 2 SMU Counter Register
GTM_TIM3_CH2_ECNT 0xF010290C          TIM3 Channel 2 SMU Edge Counter Register
GTM_TIM3_CH2_CNTS 0xF0102910          TIM3 Channel 2 SMU Shadow Counter Register
GTM_TIM3_CH2_TDUC 0xF0102914          TIM3 Channel 2 TDU Counter Register
GTM_TIM3_CH2_TDUV 0xF0102918          TIM3 Channel 2 TDU Control Register
GTM_TIM3_CH2_FLT_RE 0xF010291C          TIM3 Channel 2 Filter Parameter 0 Register
GTM_TIM3_CH2_FLT_FE 0xF0102920          TIM3 Channel 2 Filter Parameter 1 Register
GTM_TIM3_CH2_CTRL 0xF0102924          TIM3 Channel 2 Control Register
GTM_TIM3_CH2_ECTRL 0xF0102928          TIM3 Channel 2 Extended Control Register
GTM_TIM3_CH2_IRQ_NOTIFY 0xF010292C          TIM3 Channel 2 Interrupt Notification Register
GTM_TIM3_CH2_IRQ_EN 0xF0102930          TIM3 Channel 2 Interrupt Enable Register
GTM_TIM3_CH2_IRQ_FORCINT 0xF0102934          TIM3 Channel 2 Force Interrupt Register
GTM_TIM3_CH2_IRQ_MODE 0xF0102938          TIM3 Channel 2 Interrupt Mode Configuration Register
GTM_TIM3_CH2_EIRQ_EN 0xF010293C          TIM3 Channel 2 Error Interrupt Enable Register
GTM_TIM3_CH3_GPR0 0xF0102980          TIM3 Channel 3 General Purpose 0 Register
GTM_TIM3_CH3_GPR1 0xF0102984          TIM3 Channel 3 General Purpose 1 Register
GTM_TIM3_CH3_CNT 0xF0102988          TIM3 Channel 3 SMU Counter Register
GTM_TIM3_CH3_ECNT 0xF010298C          TIM3 Channel 3 SMU Edge Counter Register
GTM_TIM3_CH3_CNTS 0xF0102990          TIM3 Channel 3 SMU Shadow Counter Register
GTM_TIM3_CH3_TDUC 0xF0102994          TIM3 Channel 3 TDU Counter Register
GTM_TIM3_CH3_TDUV 0xF0102998          TIM3 Channel 3 TDU Control Register
GTM_TIM3_CH3_FLT_RE 0xF010299C          TIM3 Channel 3 Filter Parameter 0 Register
GTM_TIM3_CH3_FLT_FE 0xF01029A0          TIM3 Channel 3 Filter Parameter 1 Register
GTM_TIM3_CH3_CTRL 0xF01029A4          TIM3 Channel 3 Control Register
GTM_TIM3_CH3_ECTRL 0xF01029A8          TIM3 Channel 3 Extended Control Register
GTM_TIM3_CH3_IRQ_NOTIFY 0xF01029AC          TIM3 Channel 3 Interrupt Notification Register
GTM_TIM3_CH3_IRQ_EN 0xF01029B0          TIM3 Channel 3 Interrupt Enable Register
GTM_TIM3_CH3_IRQ_FORCINT 0xF01029B4          TIM3 Channel 3 Force Interrupt Register
GTM_TIM3_CH3_IRQ_MODE 0xF01029B8          TIM3 Channel 3 Interrupt Mode Configuration Register
GTM_TIM3_CH3_EIRQ_EN 0xF01029BC          TIM3 Channel 3 Error Interrupt Enable Register
GTM_TIM3_CH4_GPR0 0xF0102A00          TIM3 Channel 4 General Purpose 0 Register
GTM_TIM3_CH4_GPR1 0xF0102A04          TIM3 Channel 4 General Purpose 1 Register
GTM_TIM3_CH4_CNT 0xF0102A08          TIM3 Channel 4 SMU Counter Register
GTM_TIM3_CH4_ECNT 0xF0102A0C          TIM3 Channel 4 SMU Edge Counter Register
GTM_TIM3_CH4_CNTS 0xF0102A10          TIM3 Channel 4 SMU Shadow Counter Register
GTM_TIM3_CH4_TDUC 0xF0102A14          TIM3 Channel 4 TDU Counter Register
GTM_TIM3_CH4_TDUV 0xF0102A18          TIM3 Channel 4 TDU Control Register
GTM_TIM3_CH4_FLT_RE 0xF0102A1C          TIM3 Channel 4 Filter Parameter 0 Register
GTM_TIM3_CH4_FLT_FE 0xF0102A20          TIM3 Channel 4 Filter Parameter 1 Register
GTM_TIM3_CH4_CTRL 0xF0102A24          TIM3 Channel 4 Control Register
GTM_TIM3_CH4_ECTRL 0xF0102A28          TIM3 Channel 4 Extended Control Register
GTM_TIM3_CH4_IRQ_NOTIFY 0xF0102A2C          TIM3 Channel 4 Interrupt Notification Register
GTM_TIM3_CH4_IRQ_EN 0xF0102A30          TIM3 Channel 4 Interrupt Enable Register
GTM_TIM3_CH4_IRQ_FORCINT 0xF0102A34          TIM3 Channel 4 Force Interrupt Register
GTM_TIM3_CH4_IRQ_MODE 0xF0102A38          TIM3 Channel 4 Interrupt Mode Configuration Register
GTM_TIM3_CH4_EIRQ_EN 0xF0102A3C          TIM3 Channel 4 Error Interrupt Enable Register
GTM_TIM3_CH5_GPR0 0xF0102A80          TIM3 Channel 5 General Purpose 0 Register
GTM_TIM3_CH5_GPR1 0xF0102A84          TIM3 Channel 5 General Purpose 1 Register
GTM_TIM3_CH5_CNT 0xF0102A88          TIM3 Channel 5 SMU Counter Register
GTM_TIM3_CH5_ECNT 0xF0102A8C          TIM3 Channel 5 SMU Edge Counter Register
GTM_TIM3_CH5_CNTS 0xF0102A90          TIM3 Channel 5 SMU Shadow Counter Register
GTM_TIM3_CH5_TDUC 0xF0102A94          TIM3 Channel 5 TDU Counter Register
GTM_TIM3_CH5_TDUV 0xF0102A98          TIM3 Channel 5 TDU Control Register
GTM_TIM3_CH5_FLT_RE 0xF0102A9C          TIM3 Channel 5 Filter Parameter 0 Register
GTM_TIM3_CH5_FLT_FE 0xF0102AA0          TIM3 Channel 5 Filter Parameter 1 Register
GTM_TIM3_CH5_CTRL 0xF0102AA4          TIM3 Channel 5 Control Register
GTM_TIM3_CH5_ECTRL 0xF0102AA8          TIM3 Channel 5 Extended Control Register
GTM_TIM3_CH5_IRQ_NOTIFY 0xF0102AAC          TIM3 Channel 5 Interrupt Notification Register
GTM_TIM3_CH5_IRQ_EN 0xF0102AB0          TIM3 Channel 5 Interrupt Enable Register
GTM_TIM3_CH5_IRQ_FORCINT 0xF0102AB4          TIM3 Channel 5 Force Interrupt Register
GTM_TIM3_CH5_IRQ_MODE 0xF0102AB8          TIM3 Channel 5 Interrupt Mode Configuration Register
GTM_TIM3_CH5_EIRQ_EN 0xF0102ABC          TIM3 Channel 5 Error Interrupt Enable Register
GTM_TIM3_CH6_GPR0 0xF0102B00          TIM3 Channel 6 General Purpose 0 Register
GTM_TIM3_CH6_GPR1 0xF0102B04          TIM3 Channel 6 General Purpose 1 Register
GTM_TIM3_CH6_CNT 0xF0102B08          TIM3 Channel 6 SMU Counter Register
GTM_TIM3_CH6_ECNT 0xF0102B0C          TIM3 Channel 6 SMU Edge Counter Register
GTM_TIM3_CH6_CNTS 0xF0102B10          TIM3 Channel 6 SMU Shadow Counter Register
GTM_TIM3_CH6_TDUC 0xF0102B14          TIM3 Channel 6 TDU Counter Register
GTM_TIM3_CH6_TDUV 0xF0102B18          TIM3 Channel 6 TDU Control Register
GTM_TIM3_CH6_FLT_RE 0xF0102B1C          TIM3 Channel 6 Filter Parameter 0 Register
GTM_TIM3_CH6_FLT_FE 0xF0102B20          TIM3 Channel 6 Filter Parameter 1 Register
GTM_TIM3_CH6_CTRL 0xF0102B24          TIM3 Channel 6 Control Register
GTM_TIM3_CH6_ECTRL 0xF0102B28          TIM3 Channel 6 Extended Control Register
GTM_TIM3_CH6_IRQ_NOTIFY 0xF0102B2C          TIM3 Channel 6 Interrupt Notification Register
GTM_TIM3_CH6_IRQ_EN 0xF0102B30          TIM3 Channel 6 Interrupt Enable Register
GTM_TIM3_CH6_IRQ_FORCINT 0xF0102B34          TIM3 Channel 6 Force Interrupt Register
GTM_TIM3_CH6_IRQ_MODE 0xF0102B38          TIM3 Channel 6 Interrupt Mode Configuration Register
GTM_TIM3_CH6_EIRQ_EN 0xF0102B3C          TIM3 Channel 6 Error Interrupt Enable Register
GTM_TIM3_CH7_GPR0 0xF0102B80          TIM3 Channel 7 General Purpose 0 Register
GTM_TIM3_CH7_GPR1 0xF0102B84          TIM3 Channel 7 General Purpose 1 Register
GTM_TIM3_CH7_CNT 0xF0102B88          TIM3 Channel 7 SMU Counter Register
GTM_TIM3_CH7_ECNT 0xF0102B8C          TIM3 Channel 7 SMU Edge Counter Register
GTM_TIM3_CH7_CNTS 0xF0102B90          TIM3 Channel 7 SMU Shadow Counter Register
GTM_TIM3_CH7_TDUC 0xF0102B94          TIM3 Channel 7 TDU Counter Register
GTM_TIM3_CH7_TDUV 0xF0102B98          TIM3 Channel 7 TDU Control Register
GTM_TIM3_CH7_FLT_RE 0xF0102B9C          TIM3 Channel 7 Filter Parameter 0 Register
GTM_TIM3_CH7_FLT_FE 0xF0102BA0          TIM3 Channel 7 Filter Parameter 1 Register
GTM_TIM3_CH7_CTRL 0xF0102BA4          TIM3 Channel 7 Control Register
GTM_TIM3_CH7_ECTRL 0xF0102BA8          TIM3 Channel 7 Extended Control Register
GTM_TIM3_CH7_IRQ_NOTIFY 0xF0102BAC          TIM3 Channel 7 Interrupt Notification Register
GTM_TIM3_CH7_IRQ_EN 0xF0102BB0          TIM3 Channel 7 Interrupt Enable Register
GTM_TIM3_CH7_IRQ_FORCINT 0xF0102BB4          TIM3 Channel 7 Force Interrupt Register
GTM_TIM3_CH7_IRQ_MODE 0xF0102BB8          TIM3 Channel 7 Interrupt Mode Configuration Register
GTM_TIM3_CH7_EIRQ_EN 0xF0102BBC          TIM3 Channel 7 Error Interrupt Enable Register
GTM_TIM4_CH0_GPR0 0xF0103000          TIM4 Channel 0 General Purpose 0 Register
GTM_TIM4_CH0_GPR1 0xF0103004          TIM4 Channel 0 General Purpose 1 Register
GTM_TIM4_CH0_CNT 0xF0103008          TIM4 Channel 0 SMU Counter Register
GTM_TIM4_CH0_ECNT 0xF010300C          TIM4 Channel 0 SMU Edge Counter Register
GTM_TIM4_CH0_CNTS 0xF0103010          TIM4 Channel 0 SMU Shadow Counter Register
GTM_TIM4_CH0_TDUC 0xF0103014          TIM4 Channel 0 TDU Counter Register
GTM_TIM4_CH0_TDUV 0xF0103018          TIM4 Channel 0 TDU Control Register
GTM_TIM4_CH0_FLT_RE 0xF010301C          TIM4 Channel 0 Filter Parameter 0 Register
GTM_TIM4_CH0_FLT_FE 0xF0103020          TIM4 Channel 0 Filter Parameter 1 Register
GTM_TIM4_CH0_CTRL 0xF0103024          TIM4 Channel 0 Control Register
GTM_TIM4_CH0_ECTRL 0xF0103028          TIM4 Channel 0 Extended Control Register
GTM_TIM4_CH0_IRQ_NOTIFY 0xF010302C          TIM4 Channel 0 Interrupt Notification Register
GTM_TIM4_CH0_IRQ_EN 0xF0103030          TIM4 Channel 0 Interrupt Enable Register
GTM_TIM4_CH0_IRQ_FORCINT 0xF0103034          TIM4 Channel 0 Force Interrupt Register
GTM_TIM4_CH0_IRQ_MODE 0xF0103038          TIM4 Channel 0 Interrupt Mode Configuration Register
GTM_TIM4_CH0_EIRQ_EN 0xF010303C          TIM4 Channel 0 Error Interrupt Enable Register
GTM_TIM4_INP_VAL 0xF0103074          TIM4 Input Value Observation Register
GTM_TIM4_IN_SRC 0xF0103078          TIM4 AUX IN Source Selection Register
GTM_TIM4_RST    0xF010307C          TIM4 Global Software Reset Register
GTM_TIM4_CH1_GPR0 0xF0103080          TIM4 Channel 1 General Purpose 0 Register
GTM_TIM4_CH1_GPR1 0xF0103084          TIM4 Channel 1 General Purpose 1 Register
GTM_TIM4_CH1_CNT 0xF0103088          TIM4 Channel 1 SMU Counter Register
GTM_TIM4_CH1_ECNT 0xF010308C          TIM4 Channel 1 SMU Edge Counter Register
GTM_TIM4_CH1_CNTS 0xF0103090          TIM4 Channel 1 SMU Shadow Counter Register
GTM_TIM4_CH1_TDUC 0xF0103094          TIM4 Channel 1 TDU Counter Register
GTM_TIM4_CH1_TDUV 0xF0103098          TIM4 Channel 1 TDU Control Register
GTM_TIM4_CH1_FLT_RE 0xF010309C          TIM4 Channel 1 Filter Parameter 0 Register
GTM_TIM4_CH1_FLT_FE 0xF01030A0          TIM4 Channel 1 Filter Parameter 1 Register
GTM_TIM4_CH1_CTRL 0xF01030A4          TIM4 Channel 1 Control Register
GTM_TIM4_CH1_ECTRL 0xF01030A8          TIM4 Channel 1 Extended Control Register
GTM_TIM4_CH1_IRQ_NOTIFY 0xF01030AC          TIM4 Channel 1 Interrupt Notification Register
GTM_TIM4_CH1_IRQ_EN 0xF01030B0          TIM4 Channel 1 Interrupt Enable Register
GTM_TIM4_CH1_IRQ_FORCINT 0xF01030B4          TIM4 Channel 1 Force Interrupt Register
GTM_TIM4_CH1_IRQ_MODE 0xF01030B8          TIM4 Channel 1 Interrupt Mode Configuration Register
GTM_TIM4_CH1_EIRQ_EN 0xF01030BC          TIM4 Channel 1 Error Interrupt Enable Register
GTM_TIM4_CH2_GPR0 0xF0103100          TIM4 Channel 2 General Purpose 0 Register
GTM_TIM4_CH2_GPR1 0xF0103104          TIM4 Channel 2 General Purpose 1 Register
GTM_TIM4_CH2_CNT 0xF0103108          TIM4 Channel 2 SMU Counter Register
GTM_TIM4_CH2_ECNT 0xF010310C          TIM4 Channel 2 SMU Edge Counter Register
GTM_TIM4_CH2_CNTS 0xF0103110          TIM4 Channel 2 SMU Shadow Counter Register
GTM_TIM4_CH2_TDUC 0xF0103114          TIM4 Channel 2 TDU Counter Register
GTM_TIM4_CH2_TDUV 0xF0103118          TIM4 Channel 2 TDU Control Register
GTM_TIM4_CH2_FLT_RE 0xF010311C          TIM4 Channel 2 Filter Parameter 0 Register
GTM_TIM4_CH2_FLT_FE 0xF0103120          TIM4 Channel 2 Filter Parameter 1 Register
GTM_TIM4_CH2_CTRL 0xF0103124          TIM4 Channel 2 Control Register
GTM_TIM4_CH2_ECTRL 0xF0103128          TIM4 Channel 2 Extended Control Register
GTM_TIM4_CH2_IRQ_NOTIFY 0xF010312C          TIM4 Channel 2 Interrupt Notification Register
GTM_TIM4_CH2_IRQ_EN 0xF0103130          TIM4 Channel 2 Interrupt Enable Register
GTM_TIM4_CH2_IRQ_FORCINT 0xF0103134          TIM4 Channel 2 Force Interrupt Register
GTM_TIM4_CH2_IRQ_MODE 0xF0103138          TIM4 Channel 2 Interrupt Mode Configuration Register
GTM_TIM4_CH2_EIRQ_EN 0xF010313C          TIM4 Channel 2 Error Interrupt Enable Register
GTM_TIM4_CH3_GPR0 0xF0103180          TIM4 Channel 3 General Purpose 0 Register
GTM_TIM4_CH3_GPR1 0xF0103184          TIM4 Channel 3 General Purpose 1 Register
GTM_TIM4_CH3_CNT 0xF0103188          TIM4 Channel 3 SMU Counter Register
GTM_TIM4_CH3_ECNT 0xF010318C          TIM4 Channel 3 SMU Edge Counter Register
GTM_TIM4_CH3_CNTS 0xF0103190          TIM4 Channel 3 SMU Shadow Counter Register
GTM_TIM4_CH3_TDUC 0xF0103194          TIM4 Channel 3 TDU Counter Register
GTM_TIM4_CH3_TDUV 0xF0103198          TIM4 Channel 3 TDU Control Register
GTM_TIM4_CH3_FLT_RE 0xF010319C          TIM4 Channel 3 Filter Parameter 0 Register
GTM_TIM4_CH3_FLT_FE 0xF01031A0          TIM4 Channel 3 Filter Parameter 1 Register
GTM_TIM4_CH3_CTRL 0xF01031A4          TIM4 Channel 3 Control Register
GTM_TIM4_CH3_ECTRL 0xF01031A8          TIM4 Channel 3 Extended Control Register
GTM_TIM4_CH3_IRQ_NOTIFY 0xF01031AC          TIM4 Channel 3 Interrupt Notification Register
GTM_TIM4_CH3_IRQ_EN 0xF01031B0          TIM4 Channel 3 Interrupt Enable Register
GTM_TIM4_CH3_IRQ_FORCINT 0xF01031B4          TIM4 Channel 3 Force Interrupt Register
GTM_TIM4_CH3_IRQ_MODE 0xF01031B8          TIM4 Channel 3 Interrupt Mode Configuration Register
GTM_TIM4_CH3_EIRQ_EN 0xF01031BC          TIM4 Channel 3 Error Interrupt Enable Register
GTM_TIM4_CH4_GPR0 0xF0103200          TIM4 Channel 4 General Purpose 0 Register
GTM_TIM4_CH4_GPR1 0xF0103204          TIM4 Channel 4 General Purpose 1 Register
GTM_TIM4_CH4_CNT 0xF0103208          TIM4 Channel 4 SMU Counter Register
GTM_TIM4_CH4_ECNT 0xF010320C          TIM4 Channel 4 SMU Edge Counter Register
GTM_TIM4_CH4_CNTS 0xF0103210          TIM4 Channel 4 SMU Shadow Counter Register
GTM_TIM4_CH4_TDUC 0xF0103214          TIM4 Channel 4 TDU Counter Register
GTM_TIM4_CH4_TDUV 0xF0103218          TIM4 Channel 4 TDU Control Register
GTM_TIM4_CH4_FLT_RE 0xF010321C          TIM4 Channel 4 Filter Parameter 0 Register
GTM_TIM4_CH4_FLT_FE 0xF0103220          TIM4 Channel 4 Filter Parameter 1 Register
GTM_TIM4_CH4_CTRL 0xF0103224          TIM4 Channel 4 Control Register
GTM_TIM4_CH4_ECTRL 0xF0103228          TIM4 Channel 4 Extended Control Register
GTM_TIM4_CH4_IRQ_NOTIFY 0xF010322C          TIM4 Channel 4 Interrupt Notification Register
GTM_TIM4_CH4_IRQ_EN 0xF0103230          TIM4 Channel 4 Interrupt Enable Register
GTM_TIM4_CH4_IRQ_FORCINT 0xF0103234          TIM4 Channel 4 Force Interrupt Register
GTM_TIM4_CH4_IRQ_MODE 0xF0103238          TIM4 Channel 4 Interrupt Mode Configuration Register
GTM_TIM4_CH4_EIRQ_EN 0xF010323C          TIM4 Channel 4 Error Interrupt Enable Register
GTM_TIM4_CH5_GPR0 0xF0103280          TIM4 Channel 5 General Purpose 0 Register
GTM_TIM4_CH5_GPR1 0xF0103284          TIM4 Channel 5 General Purpose 1 Register
GTM_TIM4_CH5_CNT 0xF0103288          TIM4 Channel 5 SMU Counter Register
GTM_TIM4_CH5_ECNT 0xF010328C          TIM4 Channel 5 SMU Edge Counter Register
GTM_TIM4_CH5_CNTS 0xF0103290          TIM4 Channel 5 SMU Shadow Counter Register
GTM_TIM4_CH5_TDUC 0xF0103294          TIM4 Channel 5 TDU Counter Register
GTM_TIM4_CH5_TDUV 0xF0103298          TIM4 Channel 5 TDU Control Register
GTM_TIM4_CH5_FLT_RE 0xF010329C          TIM4 Channel 5 Filter Parameter 0 Register
GTM_TIM4_CH5_FLT_FE 0xF01032A0          TIM4 Channel 5 Filter Parameter 1 Register
GTM_TIM4_CH5_CTRL 0xF01032A4          TIM4 Channel 5 Control Register
GTM_TIM4_CH5_ECTRL 0xF01032A8          TIM4 Channel 5 Extended Control Register
GTM_TIM4_CH5_IRQ_NOTIFY 0xF01032AC          TIM4 Channel 5 Interrupt Notification Register
GTM_TIM4_CH5_IRQ_EN 0xF01032B0          TIM4 Channel 5 Interrupt Enable Register
GTM_TIM4_CH5_IRQ_FORCINT 0xF01032B4          TIM4 Channel 5 Force Interrupt Register
GTM_TIM4_CH5_IRQ_MODE 0xF01032B8          TIM4 Channel 5 Interrupt Mode Configuration Register
GTM_TIM4_CH5_EIRQ_EN 0xF01032BC          TIM4 Channel 5 Error Interrupt Enable Register
GTM_TIM4_CH6_GPR0 0xF0103300          TIM4 Channel 6 General Purpose 0 Register
GTM_TIM4_CH6_GPR1 0xF0103304          TIM4 Channel 6 General Purpose 1 Register
GTM_TIM4_CH6_CNT 0xF0103308          TIM4 Channel 6 SMU Counter Register
GTM_TIM4_CH6_ECNT 0xF010330C          TIM4 Channel 6 SMU Edge Counter Register
GTM_TIM4_CH6_CNTS 0xF0103310          TIM4 Channel 6 SMU Shadow Counter Register
GTM_TIM4_CH6_TDUC 0xF0103314          TIM4 Channel 6 TDU Counter Register
GTM_TIM4_CH6_TDUV 0xF0103318          TIM4 Channel 6 TDU Control Register
GTM_TIM4_CH6_FLT_RE 0xF010331C          TIM4 Channel 6 Filter Parameter 0 Register
GTM_TIM4_CH6_FLT_FE 0xF0103320          TIM4 Channel 6 Filter Parameter 1 Register
GTM_TIM4_CH6_CTRL 0xF0103324          TIM4 Channel 6 Control Register
GTM_TIM4_CH6_ECTRL 0xF0103328          TIM4 Channel 6 Extended Control Register
GTM_TIM4_CH6_IRQ_NOTIFY 0xF010332C          TIM4 Channel 6 Interrupt Notification Register
GTM_TIM4_CH6_IRQ_EN 0xF0103330          TIM4 Channel 6 Interrupt Enable Register
GTM_TIM4_CH6_IRQ_FORCINT 0xF0103334          TIM4 Channel 6 Force Interrupt Register
GTM_TIM4_CH6_IRQ_MODE 0xF0103338          TIM4 Channel 6 Interrupt Mode Configuration Register
GTM_TIM4_CH6_EIRQ_EN 0xF010333C          TIM4 Channel 6 Error Interrupt Enable Register
GTM_TIM4_CH7_GPR0 0xF0103380          TIM4 Channel 7 General Purpose 0 Register
GTM_TIM4_CH7_GPR1 0xF0103384          TIM4 Channel 7 General Purpose 1 Register
GTM_TIM4_CH7_CNT 0xF0103388          TIM4 Channel 7 SMU Counter Register
GTM_TIM4_CH7_ECNT 0xF010338C          TIM4 Channel 7 SMU Edge Counter Register
GTM_TIM4_CH7_CNTS 0xF0103390          TIM4 Channel 7 SMU Shadow Counter Register
GTM_TIM4_CH7_TDUC 0xF0103394          TIM4 Channel 7 TDU Counter Register
GTM_TIM4_CH7_TDUV 0xF0103398          TIM4 Channel 7 TDU Control Register
GTM_TIM4_CH7_FLT_RE 0xF010339C          TIM4 Channel 7 Filter Parameter 0 Register
GTM_TIM4_CH7_FLT_FE 0xF01033A0          TIM4 Channel 7 Filter Parameter 1 Register
GTM_TIM4_CH7_CTRL 0xF01033A4          TIM4 Channel 7 Control Register
GTM_TIM4_CH7_ECTRL 0xF01033A8          TIM4 Channel 7 Extended Control Register
GTM_TIM4_CH7_IRQ_NOTIFY 0xF01033AC          TIM4 Channel 7 Interrupt Notification Register
GTM_TIM4_CH7_IRQ_EN 0xF01033B0          TIM4 Channel 7 Interrupt Enable Register
GTM_TIM4_CH7_IRQ_FORCINT 0xF01033B4          TIM4 Channel 7 Force Interrupt Register
GTM_TIM4_CH7_IRQ_MODE 0xF01033B8          TIM4 Channel 7 Interrupt Mode Configuration Register
GTM_TIM4_CH7_EIRQ_EN 0xF01033BC          TIM4 Channel 7 Error Interrupt Enable Register
GTM_TIM5_CH0_GPR0 0xF0103800          TIM5 Channel 0 General Purpose 0 Register
GTM_TIM5_CH0_GPR1 0xF0103804          TIM5 Channel 0 General Purpose 1 Register
GTM_TIM5_CH0_CNT 0xF0103808          TIM5 Channel 0 SMU Counter Register
GTM_TIM5_CH0_ECNT 0xF010380C          TIM5 Channel 0 SMU Edge Counter Register
GTM_TIM5_CH0_CNTS 0xF0103810          TIM5 Channel 0 SMU Shadow Counter Register
GTM_TIM5_CH0_TDUC 0xF0103814          TIM5 Channel 0 TDU Counter Register
GTM_TIM5_CH0_TDUV 0xF0103818          TIM5 Channel 0 TDU Control Register
GTM_TIM5_CH0_FLT_RE 0xF010381C          TIM5 Channel 0 Filter Parameter 0 Register
GTM_TIM5_CH0_FLT_FE 0xF0103820          TIM5 Channel 0 Filter Parameter 1 Register
GTM_TIM5_CH0_CTRL 0xF0103824          TIM5 Channel 0 Control Register
GTM_TIM5_CH0_ECTRL 0xF0103828          TIM5 Channel 0 Extended Control Register
GTM_TIM5_CH0_IRQ_NOTIFY 0xF010382C          TIM5 Channel 0 Interrupt Notification Register
GTM_TIM5_CH0_IRQ_EN 0xF0103830          TIM5 Channel 0 Interrupt Enable Register
GTM_TIM5_CH0_IRQ_FORCINT 0xF0103834          TIM5 Channel 0 Force Interrupt Register
GTM_TIM5_CH0_IRQ_MODE 0xF0103838          TIM5 Channel 0 Interrupt Mode Configuration Register
GTM_TIM5_CH0_EIRQ_EN 0xF010383C          TIM5 Channel 0 Error Interrupt Enable Register
GTM_TIM5_INP_VAL 0xF0103874          TIM5 Input Value Observation Register
GTM_TIM5_IN_SRC 0xF0103878          TIM5 AUX IN Source Selection Register
GTM_TIM5_RST    0xF010387C          TIM5 Global Software Reset Register
GTM_TIM5_CH1_GPR0 0xF0103880          TIM5 Channel 1 General Purpose 0 Register
GTM_TIM5_CH1_GPR1 0xF0103884          TIM5 Channel 1 General Purpose 1 Register
GTM_TIM5_CH1_CNT 0xF0103888          TIM5 Channel 1 SMU Counter Register
GTM_TIM5_CH1_ECNT 0xF010388C          TIM5 Channel 1 SMU Edge Counter Register
GTM_TIM5_CH1_CNTS 0xF0103890          TIM5 Channel 1 SMU Shadow Counter Register
GTM_TIM5_CH1_TDUC 0xF0103894          TIM5 Channel 1 TDU Counter Register
GTM_TIM5_CH1_TDUV 0xF0103898          TIM5 Channel 1 TDU Control Register
GTM_TIM5_CH1_FLT_RE 0xF010389C          TIM5 Channel 1 Filter Parameter 0 Register
GTM_TIM5_CH1_FLT_FE 0xF01038A0          TIM5 Channel 1 Filter Parameter 1 Register
GTM_TIM5_CH1_CTRL 0xF01038A4          TIM5 Channel 1 Control Register
GTM_TIM5_CH1_ECTRL 0xF01038A8          TIM5 Channel 1 Extended Control Register
GTM_TIM5_CH1_IRQ_NOTIFY 0xF01038AC          TIM5 Channel 1 Interrupt Notification Register
GTM_TIM5_CH1_IRQ_EN 0xF01038B0          TIM5 Channel 1 Interrupt Enable Register
GTM_TIM5_CH1_IRQ_FORCINT 0xF01038B4          TIM5 Channel 1 Force Interrupt Register
GTM_TIM5_CH1_IRQ_MODE 0xF01038B8          TIM5 Channel 1 Interrupt Mode Configuration Register
GTM_TIM5_CH1_EIRQ_EN 0xF01038BC          TIM5 Channel 1 Error Interrupt Enable Register
GTM_TIM5_CH2_GPR0 0xF0103900          TIM5 Channel 2 General Purpose 0 Register
GTM_TIM5_CH2_GPR1 0xF0103904          TIM5 Channel 2 General Purpose 1 Register
GTM_TIM5_CH2_CNT 0xF0103908          TIM5 Channel 2 SMU Counter Register
GTM_TIM5_CH2_ECNT 0xF010390C          TIM5 Channel 2 SMU Edge Counter Register
GTM_TIM5_CH2_CNTS 0xF0103910          TIM5 Channel 2 SMU Shadow Counter Register
GTM_TIM5_CH2_TDUC 0xF0103914          TIM5 Channel 2 TDU Counter Register
GTM_TIM5_CH2_TDUV 0xF0103918          TIM5 Channel 2 TDU Control Register
GTM_TIM5_CH2_FLT_RE 0xF010391C          TIM5 Channel 2 Filter Parameter 0 Register
GTM_TIM5_CH2_FLT_FE 0xF0103920          TIM5 Channel 2 Filter Parameter 1 Register
GTM_TIM5_CH2_CTRL 0xF0103924          TIM5 Channel 2 Control Register
GTM_TIM5_CH2_ECTRL 0xF0103928          TIM5 Channel 2 Extended Control Register
GTM_TIM5_CH2_IRQ_NOTIFY 0xF010392C          TIM5 Channel 2 Interrupt Notification Register
GTM_TIM5_CH2_IRQ_EN 0xF0103930          TIM5 Channel 2 Interrupt Enable Register
GTM_TIM5_CH2_IRQ_FORCINT 0xF0103934          TIM5 Channel 2 Force Interrupt Register
GTM_TIM5_CH2_IRQ_MODE 0xF0103938          TIM5 Channel 2 Interrupt Mode Configuration Register
GTM_TIM5_CH2_EIRQ_EN 0xF010393C          TIM5 Channel 2 Error Interrupt Enable Register
GTM_TIM5_CH3_GPR0 0xF0103980          TIM5 Channel 3 General Purpose 0 Register
GTM_TIM5_CH3_GPR1 0xF0103984          TIM5 Channel 3 General Purpose 1 Register
GTM_TIM5_CH3_CNT 0xF0103988          TIM5 Channel 3 SMU Counter Register
GTM_TIM5_CH3_ECNT 0xF010398C          TIM5 Channel 3 SMU Edge Counter Register
GTM_TIM5_CH3_CNTS 0xF0103990          TIM5 Channel 3 SMU Shadow Counter Register
GTM_TIM5_CH3_TDUC 0xF0103994          TIM5 Channel 3 TDU Counter Register
GTM_TIM5_CH3_TDUV 0xF0103998          TIM5 Channel 3 TDU Control Register
GTM_TIM5_CH3_FLT_RE 0xF010399C          TIM5 Channel 3 Filter Parameter 0 Register
GTM_TIM5_CH3_FLT_FE 0xF01039A0          TIM5 Channel 3 Filter Parameter 1 Register
GTM_TIM5_CH3_CTRL 0xF01039A4          TIM5 Channel 3 Control Register
GTM_TIM5_CH3_ECTRL 0xF01039A8          TIM5 Channel 3 Extended Control Register
GTM_TIM5_CH3_IRQ_NOTIFY 0xF01039AC          TIM5 Channel 3 Interrupt Notification Register
GTM_TIM5_CH3_IRQ_EN 0xF01039B0          TIM5 Channel 3 Interrupt Enable Register
GTM_TIM5_CH3_IRQ_FORCINT 0xF01039B4          TIM5 Channel 3 Force Interrupt Register
GTM_TIM5_CH3_IRQ_MODE 0xF01039B8          TIM5 Channel 3 Interrupt Mode Configuration Register
GTM_TIM5_CH3_EIRQ_EN 0xF01039BC          TIM5 Channel 3 Error Interrupt Enable Register
GTM_TIM5_CH4_GPR0 0xF0103A00          TIM5 Channel 4 General Purpose 0 Register
GTM_TIM5_CH4_GPR1 0xF0103A04          TIM5 Channel 4 General Purpose 1 Register
GTM_TIM5_CH4_CNT 0xF0103A08          TIM5 Channel 4 SMU Counter Register
GTM_TIM5_CH4_ECNT 0xF0103A0C          TIM5 Channel 4 SMU Edge Counter Register
GTM_TIM5_CH4_CNTS 0xF0103A10          TIM5 Channel 4 SMU Shadow Counter Register
GTM_TIM5_CH4_TDUC 0xF0103A14          TIM5 Channel 4 TDU Counter Register
GTM_TIM5_CH4_TDUV 0xF0103A18          TIM5 Channel 4 TDU Control Register
GTM_TIM5_CH4_FLT_RE 0xF0103A1C          TIM5 Channel 4 Filter Parameter 0 Register
GTM_TIM5_CH4_FLT_FE 0xF0103A20          TIM5 Channel 4 Filter Parameter 1 Register
GTM_TIM5_CH4_CTRL 0xF0103A24          TIM5 Channel 4 Control Register
GTM_TIM5_CH4_ECTRL 0xF0103A28          TIM5 Channel 4 Extended Control Register
GTM_TIM5_CH4_IRQ_NOTIFY 0xF0103A2C          TIM5 Channel 4 Interrupt Notification Register
GTM_TIM5_CH4_IRQ_EN 0xF0103A30          TIM5 Channel 4 Interrupt Enable Register
GTM_TIM5_CH4_IRQ_FORCINT 0xF0103A34          TIM5 Channel 4 Force Interrupt Register
GTM_TIM5_CH4_IRQ_MODE 0xF0103A38          TIM5 Channel 4 Interrupt Mode Configuration Register
GTM_TIM5_CH4_EIRQ_EN 0xF0103A3C          TIM5 Channel 4 Error Interrupt Enable Register
GTM_TIM5_CH5_GPR0 0xF0103A80          TIM5 Channel 5 General Purpose 0 Register
GTM_TIM5_CH5_GPR1 0xF0103A84          TIM5 Channel 5 General Purpose 1 Register
GTM_TIM5_CH5_CNT 0xF0103A88          TIM5 Channel 5 SMU Counter Register
GTM_TIM5_CH5_ECNT 0xF0103A8C          TIM5 Channel 5 SMU Edge Counter Register
GTM_TIM5_CH5_CNTS 0xF0103A90          TIM5 Channel 5 SMU Shadow Counter Register
GTM_TIM5_CH5_TDUC 0xF0103A94          TIM5 Channel 5 TDU Counter Register
GTM_TIM5_CH5_TDUV 0xF0103A98          TIM5 Channel 5 TDU Control Register
GTM_TIM5_CH5_FLT_RE 0xF0103A9C          TIM5 Channel 5 Filter Parameter 0 Register
GTM_TIM5_CH5_FLT_FE 0xF0103AA0          TIM5 Channel 5 Filter Parameter 1 Register
GTM_TIM5_CH5_CTRL 0xF0103AA4          TIM5 Channel 5 Control Register
GTM_TIM5_CH5_ECTRL 0xF0103AA8          TIM5 Channel 5 Extended Control Register
GTM_TIM5_CH5_IRQ_NOTIFY 0xF0103AAC          TIM5 Channel 5 Interrupt Notification Register
GTM_TIM5_CH5_IRQ_EN 0xF0103AB0          TIM5 Channel 5 Interrupt Enable Register
GTM_TIM5_CH5_IRQ_FORCINT 0xF0103AB4          TIM5 Channel 5 Force Interrupt Register
GTM_TIM5_CH5_IRQ_MODE 0xF0103AB8          TIM5 Channel 5 Interrupt Mode Configuration Register
GTM_TIM5_CH5_EIRQ_EN 0xF0103ABC          TIM5 Channel 5 Error Interrupt Enable Register
GTM_TIM5_CH6_GPR0 0xF0103B00          TIM5 Channel 6 General Purpose 0 Register
GTM_TIM5_CH6_GPR1 0xF0103B04          TIM5 Channel 6 General Purpose 1 Register
GTM_TIM5_CH6_CNT 0xF0103B08          TIM5 Channel 6 SMU Counter Register
GTM_TIM5_CH6_ECNT 0xF0103B0C          TIM5 Channel 6 SMU Edge Counter Register
GTM_TIM5_CH6_CNTS 0xF0103B10          TIM5 Channel 6 SMU Shadow Counter Register
GTM_TIM5_CH6_TDUC 0xF0103B14          TIM5 Channel 6 TDU Counter Register
GTM_TIM5_CH6_TDUV 0xF0103B18          TIM5 Channel 6 TDU Control Register
GTM_TIM5_CH6_FLT_RE 0xF0103B1C          TIM5 Channel 6 Filter Parameter 0 Register
GTM_TIM5_CH6_FLT_FE 0xF0103B20          TIM5 Channel 6 Filter Parameter 1 Register
GTM_TIM5_CH6_CTRL 0xF0103B24          TIM5 Channel 6 Control Register
GTM_TIM5_CH6_ECTRL 0xF0103B28          TIM5 Channel 6 Extended Control Register
GTM_TIM5_CH6_IRQ_NOTIFY 0xF0103B2C          TIM5 Channel 6 Interrupt Notification Register
GTM_TIM5_CH6_IRQ_EN 0xF0103B30          TIM5 Channel 6 Interrupt Enable Register
GTM_TIM5_CH6_IRQ_FORCINT 0xF0103B34          TIM5 Channel 6 Force Interrupt Register
GTM_TIM5_CH6_IRQ_MODE 0xF0103B38          TIM5 Channel 6 Interrupt Mode Configuration Register
GTM_TIM5_CH6_EIRQ_EN 0xF0103B3C          TIM5 Channel 6 Error Interrupt Enable Register
GTM_TIM5_CH7_GPR0 0xF0103B80          TIM5 Channel 7 General Purpose 0 Register
GTM_TIM5_CH7_GPR1 0xF0103B84          TIM5 Channel 7 General Purpose 1 Register
GTM_TIM5_CH7_CNT 0xF0103B88          TIM5 Channel 7 SMU Counter Register
GTM_TIM5_CH7_ECNT 0xF0103B8C          TIM5 Channel 7 SMU Edge Counter Register
GTM_TIM5_CH7_CNTS 0xF0103B90          TIM5 Channel 7 SMU Shadow Counter Register
GTM_TIM5_CH7_TDUC 0xF0103B94          TIM5 Channel 7 TDU Counter Register
GTM_TIM5_CH7_TDUV 0xF0103B98          TIM5 Channel 7 TDU Control Register
GTM_TIM5_CH7_FLT_RE 0xF0103B9C          TIM5 Channel 7 Filter Parameter 0 Register
GTM_TIM5_CH7_FLT_FE 0xF0103BA0          TIM5 Channel 7 Filter Parameter 1 Register
GTM_TIM5_CH7_CTRL 0xF0103BA4          TIM5 Channel 7 Control Register
GTM_TIM5_CH7_ECTRL 0xF0103BA8          TIM5 Channel 7 Extended Control Register
GTM_TIM5_CH7_IRQ_NOTIFY 0xF0103BAC          TIM5 Channel 7 Interrupt Notification Register
GTM_TIM5_CH7_IRQ_EN 0xF0103BB0          TIM5 Channel 7 Interrupt Enable Register
GTM_TIM5_CH7_IRQ_FORCINT 0xF0103BB4          TIM5 Channel 7 Force Interrupt Register
GTM_TIM5_CH7_IRQ_MODE 0xF0103BB8          TIM5 Channel 7 Interrupt Mode Configuration Register
GTM_TIM5_CH7_EIRQ_EN 0xF0103BBC          TIM5 Channel 7 Error Interrupt Enable Register
GTM_TIM6_CH0_GPR0 0xF0104000          TIM6 Channel 0 General Purpose 0 Register
GTM_TIM6_CH0_GPR1 0xF0104004          TIM6 Channel 0 General Purpose 1 Register
GTM_TIM6_CH0_CNT 0xF0104008          TIM6 Channel 0 SMU Counter Register
GTM_TIM6_CH0_ECNT 0xF010400C          TIM6 Channel 0 SMU Edge Counter Register
GTM_TIM6_CH0_CNTS 0xF0104010          TIM6 Channel 0 SMU Shadow Counter Register
GTM_TIM6_CH0_TDUC 0xF0104014          TIM6 Channel 0 TDU Counter Register
GTM_TIM6_CH0_TDUV 0xF0104018          TIM6 Channel 0 TDU Control Register
GTM_TIM6_CH0_FLT_RE 0xF010401C          TIM6 Channel 0 Filter Parameter 0 Register
GTM_TIM6_CH0_FLT_FE 0xF0104020          TIM6 Channel 0 Filter Parameter 1 Register
GTM_TIM6_CH0_CTRL 0xF0104024          TIM6 Channel 0 Control Register
GTM_TIM6_CH0_ECTRL 0xF0104028          TIM6 Channel 0 Extended Control Register
GTM_TIM6_CH0_IRQ_NOTIFY 0xF010402C          TIM6 Channel 0 Interrupt Notification Register
GTM_TIM6_CH0_IRQ_EN 0xF0104030          TIM6 Channel 0 Interrupt Enable Register
GTM_TIM6_CH0_IRQ_FORCINT 0xF0104034          TIM6 Channel 0 Force Interrupt Register
GTM_TIM6_CH0_IRQ_MODE 0xF0104038          TIM6 Channel 0 Interrupt Mode Configuration Register
GTM_TIM6_CH0_EIRQ_EN 0xF010403C          TIM6 Channel 0 Error Interrupt Enable Register
GTM_TIM6_INP_VAL 0xF0104074          TIM6 Input Value Observation Register
GTM_TIM6_IN_SRC 0xF0104078          TIM6 AUX IN Source Selection Register
GTM_TIM6_RST    0xF010407C          TIM6 Global Software Reset Register
GTM_TIM6_CH1_GPR0 0xF0104080          TIM6 Channel 1 General Purpose 0 Register
GTM_TIM6_CH1_GPR1 0xF0104084          TIM6 Channel 1 General Purpose 1 Register
GTM_TIM6_CH1_CNT 0xF0104088          TIM6 Channel 1 SMU Counter Register
GTM_TIM6_CH1_ECNT 0xF010408C          TIM6 Channel 1 SMU Edge Counter Register
GTM_TIM6_CH1_CNTS 0xF0104090          TIM6 Channel 1 SMU Shadow Counter Register
GTM_TIM6_CH1_TDUC 0xF0104094          TIM6 Channel 1 TDU Counter Register
GTM_TIM6_CH1_TDUV 0xF0104098          TIM6 Channel 1 TDU Control Register
GTM_TIM6_CH1_FLT_RE 0xF010409C          TIM6 Channel 1 Filter Parameter 0 Register
GTM_TIM6_CH1_FLT_FE 0xF01040A0          TIM6 Channel 1 Filter Parameter 1 Register
GTM_TIM6_CH1_CTRL 0xF01040A4          TIM6 Channel 1 Control Register
GTM_TIM6_CH1_ECTRL 0xF01040A8          TIM6 Channel 1 Extended Control Register
GTM_TIM6_CH1_IRQ_NOTIFY 0xF01040AC          TIM6 Channel 1 Interrupt Notification Register
GTM_TIM6_CH1_IRQ_EN 0xF01040B0          TIM6 Channel 1 Interrupt Enable Register
GTM_TIM6_CH1_IRQ_FORCINT 0xF01040B4          TIM6 Channel 1 Force Interrupt Register
GTM_TIM6_CH1_IRQ_MODE 0xF01040B8          TIM6 Channel 1 Interrupt Mode Configuration Register
GTM_TIM6_CH1_EIRQ_EN 0xF01040BC          TIM6 Channel 1 Error Interrupt Enable Register
GTM_TIM6_CH2_GPR0 0xF0104100          TIM6 Channel 2 General Purpose 0 Register
GTM_TIM6_CH2_GPR1 0xF0104104          TIM6 Channel 2 General Purpose 1 Register
GTM_TIM6_CH2_CNT 0xF0104108          TIM6 Channel 2 SMU Counter Register
GTM_TIM6_CH2_ECNT 0xF010410C          TIM6 Channel 2 SMU Edge Counter Register
GTM_TIM6_CH2_CNTS 0xF0104110          TIM6 Channel 2 SMU Shadow Counter Register
GTM_TIM6_CH2_TDUC 0xF0104114          TIM6 Channel 2 TDU Counter Register
GTM_TIM6_CH2_TDUV 0xF0104118          TIM6 Channel 2 TDU Control Register
GTM_TIM6_CH2_FLT_RE 0xF010411C          TIM6 Channel 2 Filter Parameter 0 Register
GTM_TIM6_CH2_FLT_FE 0xF0104120          TIM6 Channel 2 Filter Parameter 1 Register
GTM_TIM6_CH2_CTRL 0xF0104124          TIM6 Channel 2 Control Register
GTM_TIM6_CH2_ECTRL 0xF0104128          TIM6 Channel 2 Extended Control Register
GTM_TIM6_CH2_IRQ_NOTIFY 0xF010412C          TIM6 Channel 2 Interrupt Notification Register
GTM_TIM6_CH2_IRQ_EN 0xF0104130          TIM6 Channel 2 Interrupt Enable Register
GTM_TIM6_CH2_IRQ_FORCINT 0xF0104134          TIM6 Channel 2 Force Interrupt Register
GTM_TIM6_CH2_IRQ_MODE 0xF0104138          TIM6 Channel 2 Interrupt Mode Configuration Register
GTM_TIM6_CH2_EIRQ_EN 0xF010413C          TIM6 Channel 2 Error Interrupt Enable Register
GTM_TIM6_CH3_GPR0 0xF0104180          TIM6 Channel 3 General Purpose 0 Register
GTM_TIM6_CH3_GPR1 0xF0104184          TIM6 Channel 3 General Purpose 1 Register
GTM_TIM6_CH3_CNT 0xF0104188          TIM6 Channel 3 SMU Counter Register
GTM_TIM6_CH3_ECNT 0xF010418C          TIM6 Channel 3 SMU Edge Counter Register
GTM_TIM6_CH3_CNTS 0xF0104190          TIM6 Channel 3 SMU Shadow Counter Register
GTM_TIM6_CH3_TDUC 0xF0104194          TIM6 Channel 3 TDU Counter Register
GTM_TIM6_CH3_TDUV 0xF0104198          TIM6 Channel 3 TDU Control Register
GTM_TIM6_CH3_FLT_RE 0xF010419C          TIM6 Channel 3 Filter Parameter 0 Register
GTM_TIM6_CH3_FLT_FE 0xF01041A0          TIM6 Channel 3 Filter Parameter 1 Register
GTM_TIM6_CH3_CTRL 0xF01041A4          TIM6 Channel 3 Control Register
GTM_TIM6_CH3_ECTRL 0xF01041A8          TIM6 Channel 3 Extended Control Register
GTM_TIM6_CH3_IRQ_NOTIFY 0xF01041AC          TIM6 Channel 3 Interrupt Notification Register
GTM_TIM6_CH3_IRQ_EN 0xF01041B0          TIM6 Channel 3 Interrupt Enable Register
GTM_TIM6_CH3_IRQ_FORCINT 0xF01041B4          TIM6 Channel 3 Force Interrupt Register
GTM_TIM6_CH3_IRQ_MODE 0xF01041B8          TIM6 Channel 3 Interrupt Mode Configuration Register
GTM_TIM6_CH3_EIRQ_EN 0xF01041BC          TIM6 Channel 3 Error Interrupt Enable Register
GTM_TIM6_CH4_GPR0 0xF0104200          TIM6 Channel 4 General Purpose 0 Register
GTM_TIM6_CH4_GPR1 0xF0104204          TIM6 Channel 4 General Purpose 1 Register
GTM_TIM6_CH4_CNT 0xF0104208          TIM6 Channel 4 SMU Counter Register
GTM_TIM6_CH4_ECNT 0xF010420C          TIM6 Channel 4 SMU Edge Counter Register
GTM_TIM6_CH4_CNTS 0xF0104210          TIM6 Channel 4 SMU Shadow Counter Register
GTM_TIM6_CH4_TDUC 0xF0104214          TIM6 Channel 4 TDU Counter Register
GTM_TIM6_CH4_TDUV 0xF0104218          TIM6 Channel 4 TDU Control Register
GTM_TIM6_CH4_FLT_RE 0xF010421C          TIM6 Channel 4 Filter Parameter 0 Register
GTM_TIM6_CH4_FLT_FE 0xF0104220          TIM6 Channel 4 Filter Parameter 1 Register
GTM_TIM6_CH4_CTRL 0xF0104224          TIM6 Channel 4 Control Register
GTM_TIM6_CH4_ECTRL 0xF0104228          TIM6 Channel 4 Extended Control Register
GTM_TIM6_CH4_IRQ_NOTIFY 0xF010422C          TIM6 Channel 4 Interrupt Notification Register
GTM_TIM6_CH4_IRQ_EN 0xF0104230          TIM6 Channel 4 Interrupt Enable Register
GTM_TIM6_CH4_IRQ_FORCINT 0xF0104234          TIM6 Channel 4 Force Interrupt Register
GTM_TIM6_CH4_IRQ_MODE 0xF0104238          TIM6 Channel 4 Interrupt Mode Configuration Register
GTM_TIM6_CH4_EIRQ_EN 0xF010423C          TIM6 Channel 4 Error Interrupt Enable Register
GTM_TIM6_CH5_GPR0 0xF0104280          TIM6 Channel 5 General Purpose 0 Register
GTM_TIM6_CH5_GPR1 0xF0104284          TIM6 Channel 5 General Purpose 1 Register
GTM_TIM6_CH5_CNT 0xF0104288          TIM6 Channel 5 SMU Counter Register
GTM_TIM6_CH5_ECNT 0xF010428C          TIM6 Channel 5 SMU Edge Counter Register
GTM_TIM6_CH5_CNTS 0xF0104290          TIM6 Channel 5 SMU Shadow Counter Register
GTM_TIM6_CH5_TDUC 0xF0104294          TIM6 Channel 5 TDU Counter Register
GTM_TIM6_CH5_TDUV 0xF0104298          TIM6 Channel 5 TDU Control Register
GTM_TIM6_CH5_FLT_RE 0xF010429C          TIM6 Channel 5 Filter Parameter 0 Register
GTM_TIM6_CH5_FLT_FE 0xF01042A0          TIM6 Channel 5 Filter Parameter 1 Register
GTM_TIM6_CH5_CTRL 0xF01042A4          TIM6 Channel 5 Control Register
GTM_TIM6_CH5_ECTRL 0xF01042A8          TIM6 Channel 5 Extended Control Register
GTM_TIM6_CH5_IRQ_NOTIFY 0xF01042AC          TIM6 Channel 5 Interrupt Notification Register
GTM_TIM6_CH5_IRQ_EN 0xF01042B0          TIM6 Channel 5 Interrupt Enable Register
GTM_TIM6_CH5_IRQ_FORCINT 0xF01042B4          TIM6 Channel 5 Force Interrupt Register
GTM_TIM6_CH5_IRQ_MODE 0xF01042B8          TIM6 Channel 5 Interrupt Mode Configuration Register
GTM_TIM6_CH5_EIRQ_EN 0xF01042BC          TIM6 Channel 5 Error Interrupt Enable Register
GTM_TIM6_CH6_GPR0 0xF0104300          TIM6 Channel 6 General Purpose 0 Register
GTM_TIM6_CH6_GPR1 0xF0104304          TIM6 Channel 6 General Purpose 1 Register
GTM_TIM6_CH6_CNT 0xF0104308          TIM6 Channel 6 SMU Counter Register
GTM_TIM6_CH6_ECNT 0xF010430C          TIM6 Channel 6 SMU Edge Counter Register
GTM_TIM6_CH6_CNTS 0xF0104310          TIM6 Channel 6 SMU Shadow Counter Register
GTM_TIM6_CH6_TDUC 0xF0104314          TIM6 Channel 6 TDU Counter Register
GTM_TIM6_CH6_TDUV 0xF0104318          TIM6 Channel 6 TDU Control Register
GTM_TIM6_CH6_FLT_RE 0xF010431C          TIM6 Channel 6 Filter Parameter 0 Register
GTM_TIM6_CH6_FLT_FE 0xF0104320          TIM6 Channel 6 Filter Parameter 1 Register
GTM_TIM6_CH6_CTRL 0xF0104324          TIM6 Channel 6 Control Register
GTM_TIM6_CH6_ECTRL 0xF0104328          TIM6 Channel 6 Extended Control Register
GTM_TIM6_CH6_IRQ_NOTIFY 0xF010432C          TIM6 Channel 6 Interrupt Notification Register
GTM_TIM6_CH6_IRQ_EN 0xF0104330          TIM6 Channel 6 Interrupt Enable Register
GTM_TIM6_CH6_IRQ_FORCINT 0xF0104334          TIM6 Channel 6 Force Interrupt Register
GTM_TIM6_CH6_IRQ_MODE 0xF0104338          TIM6 Channel 6 Interrupt Mode Configuration Register
GTM_TIM6_CH6_EIRQ_EN 0xF010433C          TIM6 Channel 6 Error Interrupt Enable Register
GTM_TIM6_CH7_GPR0 0xF0104380          TIM6 Channel 7 General Purpose 0 Register
GTM_TIM6_CH7_GPR1 0xF0104384          TIM6 Channel 7 General Purpose 1 Register
GTM_TIM6_CH7_CNT 0xF0104388          TIM6 Channel 7 SMU Counter Register
GTM_TIM6_CH7_ECNT 0xF010438C          TIM6 Channel 7 SMU Edge Counter Register
GTM_TIM6_CH7_CNTS 0xF0104390          TIM6 Channel 7 SMU Shadow Counter Register
GTM_TIM6_CH7_TDUC 0xF0104394          TIM6 Channel 7 TDU Counter Register
GTM_TIM6_CH7_TDUV 0xF0104398          TIM6 Channel 7 TDU Control Register
GTM_TIM6_CH7_FLT_RE 0xF010439C          TIM6 Channel 7 Filter Parameter 0 Register
GTM_TIM6_CH7_FLT_FE 0xF01043A0          TIM6 Channel 7 Filter Parameter 1 Register
GTM_TIM6_CH7_CTRL 0xF01043A4          TIM6 Channel 7 Control Register
GTM_TIM6_CH7_ECTRL 0xF01043A8          TIM6 Channel 7 Extended Control Register
GTM_TIM6_CH7_IRQ_NOTIFY 0xF01043AC          TIM6 Channel 7 Interrupt Notification Register
GTM_TIM6_CH7_IRQ_EN 0xF01043B0          TIM6 Channel 7 Interrupt Enable Register
GTM_TIM6_CH7_IRQ_FORCINT 0xF01043B4          TIM6 Channel 7 Force Interrupt Register
GTM_TIM6_CH7_IRQ_MODE 0xF01043B8          TIM6 Channel 7 Interrupt Mode Configuration Register
GTM_TIM6_CH7_EIRQ_EN 0xF01043BC          TIM6 Channel 7 Error Interrupt Enable Register
GTM_TOM0_CH0_CTRL 0xF0108000          TOM0 Channel 0 Control Register
GTM_TOM0_CH0_SR0 0xF0108004          TOM0 Channel 0 CCU0 Compare Shadow Register
GTM_TOM0_CH0_SR1 0xF0108008          TOM0 Channel 0 CCU1 Compare Shadow Register
GTM_TOM0_CH0_CM0 0xF010800C          TOM0 Channel 0 CCU0 Compare Register
GTM_TOM0_CH0_CM1 0xF0108010          TOM0 Channel 0 CCU1 Compare Register
GTM_TOM0_CH0_CN0 0xF0108014          TOM0 Channel 0 CCU0 Counter Register
GTM_TOM0_CH0_STAT 0xF0108018          TOM0 Channel 0 Status Register
GTM_TOM0_CH0_IRQ_NOTIFY 0xF010801C          TOM0 Channel 0 Interrupt Notification Register
GTM_TOM0_CH0_IRQ_EN 0xF0108020          TOM0 Channel 0 Interrupt Enable Register
GTM_TOM0_CH0_IRQ_FORCINT 0xF0108024          TOM0 Channel 0 Force Interrupt Register
GTM_TOM0_CH0_IRQ_MODE 0xF0108028          TOM0 Channel 0 Interrupt Mode Register
GTM_TOM0_TGC0_GLB_CTRL 0xF0108030          TOM0 TGC0 Global Control Register
GTM_TOM0_TGC0_ACT_TB 0xF0108034          TOM0 TGC0 Action Time Base Register
GTM_TOM0_TGC0_FUPD_CTRL 0xF0108038          TOM0 TGC0 Force Update Control Register
GTM_TOM0_TGC0_INT_TRIG 0xF010803C          TOM0 TGC0 Internal Trigger Control Register
GTM_TOM0_CH1_CTRL 0xF0108040          TOM0 Channel 1 Control Register
GTM_TOM0_CH1_SR0 0xF0108044          TOM0 Channel 1 CCU0 Compare Shadow Register
GTM_TOM0_CH1_SR1 0xF0108048          TOM0 Channel 1 CCU1 Compare Shadow Register
GTM_TOM0_CH1_CM0 0xF010804C          TOM0 Channel 1 CCU0 Compare Register
GTM_TOM0_CH1_CM1 0xF0108050          TOM0 Channel 1 CCU1 Compare Register
GTM_TOM0_CH1_CN0 0xF0108054          TOM0 Channel 1 CCU0 Counter Register
GTM_TOM0_CH1_STAT 0xF0108058          TOM0 Channel 1 Status Register
GTM_TOM0_CH1_IRQ_NOTIFY 0xF010805C          TOM0 Channel 1 Interrupt Notification Register
GTM_TOM0_CH1_IRQ_EN 0xF0108060          TOM0 Channel 1 Interrupt Enable Register
GTM_TOM0_CH1_IRQ_FORCINT 0xF0108064          TOM0 Channel 1 Force Interrupt Register
GTM_TOM0_CH1_IRQ_MODE 0xF0108068          TOM0 Channel 1 Interrupt Mode Register
GTM_TOM0_TGC0_ENDIS_CTRL 0xF0108070          TOM0 TGC0 Enable/Disable Control Register
GTM_TOM0_TGC0_ENDIS_STAT 0xF0108074          TOM0 TGC0 Enable/Disable Status Register
GTM_TOM0_TGC0_OUTEN_CTRL 0xF0108078          TOM0 TGC0 Output Enable Control Register
GTM_TOM0_TGC0_OUTEN_STAT 0xF010807C          TOM0 TGC0 Output Enable Status Register
GTM_TOM0_CH2_CTRL 0xF0108080          TOM0 Channel 2 Control Register
GTM_TOM0_CH2_SR0 0xF0108084          TOM0 Channel 2 CCU0 Compare Shadow Register
GTM_TOM0_CH2_SR1 0xF0108088          TOM0 Channel 2 CCU1 Compare Shadow Register
GTM_TOM0_CH2_CM0 0xF010808C          TOM0 Channel 2 CCU0 Compare Register
GTM_TOM0_CH2_CM1 0xF0108090          TOM0 Channel 2 CCU1 Compare Register
GTM_TOM0_CH2_CN0 0xF0108094          TOM0 Channel 2 CCU0 Counter Register
GTM_TOM0_CH2_STAT 0xF0108098          TOM0 Channel 2 Status Register
GTM_TOM0_CH2_IRQ_NOTIFY 0xF010809C          TOM0 Channel 2 Interrupt Notification Register
GTM_TOM0_CH2_IRQ_EN 0xF01080A0          TOM0 Channel 2 Interrupt Enable Register
GTM_TOM0_CH2_IRQ_FORCINT 0xF01080A4          TOM0 Channel 2 Force Interrupt Register
GTM_TOM0_CH2_IRQ_MODE 0xF01080A8          TOM0 Channel 2 Interrupt Mode Register
GTM_TOM0_CH3_CTRL 0xF01080C0          TOM0 Channel 3 Control Register
GTM_TOM0_CH3_SR0 0xF01080C4          TOM0 Channel 3 CCU0 Compare Shadow Register
GTM_TOM0_CH3_SR1 0xF01080C8          TOM0 Channel 3 CCU1 Compare Shadow Register
GTM_TOM0_CH3_CM0 0xF01080CC          TOM0 Channel 3 CCU0 Compare Register
GTM_TOM0_CH3_CM1 0xF01080D0          TOM0 Channel 3 CCU1 Compare Register
GTM_TOM0_CH3_CN0 0xF01080D4          TOM0 Channel 3 CCU0 Counter Register
GTM_TOM0_CH3_STAT 0xF01080D8          TOM0 Channel 3 Status Register
GTM_TOM0_CH3_IRQ_NOTIFY 0xF01080DC          TOM0 Channel 3 Interrupt Notification Register
GTM_TOM0_CH3_IRQ_EN 0xF01080E0          TOM0 Channel 3 Interrupt Enable Register
GTM_TOM0_CH3_IRQ_FORCINT 0xF01080E4          TOM0 Channel 3 Force Interrupt Register
GTM_TOM0_CH3_IRQ_MODE 0xF01080E8          TOM0 Channel 3 Interrupt Mode Register
GTM_TOM0_CH4_CTRL 0xF0108100          TOM0 Channel 4 Control Register
GTM_TOM0_CH4_SR0 0xF0108104          TOM0 Channel 4 CCU0 Compare Shadow Register
GTM_TOM0_CH4_SR1 0xF0108108          TOM0 Channel 4 CCU1 Compare Shadow Register
GTM_TOM0_CH4_CM0 0xF010810C          TOM0 Channel 4 CCU0 Compare Register
GTM_TOM0_CH4_CM1 0xF0108110          TOM0 Channel 4 CCU1 Compare Register
GTM_TOM0_CH4_CN0 0xF0108114          TOM0 Channel 4 CCU0 Counter Register
GTM_TOM0_CH4_STAT 0xF0108118          TOM0 Channel 4 Status Register
GTM_TOM0_CH4_IRQ_NOTIFY 0xF010811C          TOM0 Channel 4 Interrupt Notification Register
GTM_TOM0_CH4_IRQ_EN 0xF0108120          TOM0 Channel 4 Interrupt Enable Register
GTM_TOM0_CH4_IRQ_FORCINT 0xF0108124          TOM0 Channel 4 Force Interrupt Register
GTM_TOM0_CH4_IRQ_MODE 0xF0108128          TOM0 Channel 4 Interrupt Mode Register
GTM_TOM0_CH5_CTRL 0xF0108140          TOM0 Channel 5 Control Register
GTM_TOM0_CH5_SR0 0xF0108144          TOM0 Channel 5 CCU0 Compare Shadow Register
GTM_TOM0_CH5_SR1 0xF0108148          TOM0 Channel 5 CCU1 Compare Shadow Register
GTM_TOM0_CH5_CM0 0xF010814C          TOM0 Channel 5 CCU0 Compare Register
GTM_TOM0_CH5_CM1 0xF0108150          TOM0 Channel 5 CCU1 Compare Register
GTM_TOM0_CH5_CN0 0xF0108154          TOM0 Channel 5 CCU0 Counter Register
GTM_TOM0_CH5_STAT 0xF0108158          TOM0 Channel 5 Status Register
GTM_TOM0_CH5_IRQ_NOTIFY 0xF010815C          TOM0 Channel 5 Interrupt Notification Register
GTM_TOM0_CH5_IRQ_EN 0xF0108160          TOM0 Channel 5 Interrupt Enable Register
GTM_TOM0_CH5_IRQ_FORCINT 0xF0108164          TOM0 Channel 5 Force Interrupt Register
GTM_TOM0_CH5_IRQ_MODE 0xF0108168          TOM0 Channel 5 Interrupt Mode Register
GTM_TOM0_CH6_CTRL 0xF0108180          TOM0 Channel 6 Control Register
GTM_TOM0_CH6_SR0 0xF0108184          TOM0 Channel 6 CCU0 Compare Shadow Register
GTM_TOM0_CH6_SR1 0xF0108188          TOM0 Channel 6 CCU1 Compare Shadow Register
GTM_TOM0_CH6_CM0 0xF010818C          TOM0 Channel 6 CCU0 Compare Register
GTM_TOM0_CH6_CM1 0xF0108190          TOM0 Channel 6 CCU1 Compare Register
GTM_TOM0_CH6_CN0 0xF0108194          TOM0 Channel 6 CCU0 Counter Register
GTM_TOM0_CH6_STAT 0xF0108198          TOM0 Channel 6 Status Register
GTM_TOM0_CH6_IRQ_NOTIFY 0xF010819C          TOM0 Channel 6 Interrupt Notification Register
GTM_TOM0_CH6_IRQ_EN 0xF01081A0          TOM0 Channel 6 Interrupt Enable Register
GTM_TOM0_CH6_IRQ_FORCINT 0xF01081A4          TOM0 Channel 6 Force Interrupt Register
GTM_TOM0_CH6_IRQ_MODE 0xF01081A8          TOM0 Channel 6 Interrupt Mode Register
GTM_TOM0_CH7_CTRL 0xF01081C0          TOM0 Channel 7 Control Register
GTM_TOM0_CH7_SR0 0xF01081C4          TOM0 Channel 7 CCU0 Compare Shadow Register
GTM_TOM0_CH7_SR1 0xF01081C8          TOM0 Channel 7 CCU1 Compare Shadow Register
GTM_TOM0_CH7_CM0 0xF01081CC          TOM0 Channel 7 CCU0 Compare Register
GTM_TOM0_CH7_CM1 0xF01081D0          TOM0 Channel 7 CCU1 Compare Register
GTM_TOM0_CH7_CN0 0xF01081D4          TOM0 Channel 7 CCU0 Counter Register
GTM_TOM0_CH7_STAT 0xF01081D8          TOM0 Channel 7 Status Register
GTM_TOM0_CH7_IRQ_NOTIFY 0xF01081DC          TOM0 Channel 7 Interrupt Notification Register
GTM_TOM0_CH7_IRQ_EN 0xF01081E0          TOM0 Channel 7 Interrupt Enable Register
GTM_TOM0_CH7_IRQ_FORCINT 0xF01081E4          TOM0 Channel 7 Force Interrupt Register
GTM_TOM0_CH7_IRQ_MODE 0xF01081E8          TOM0 Channel 7 Interrupt Mode Register
GTM_TOM0_CH8_CTRL 0xF0108200          TOM0 Channel 8 Control Register
GTM_TOM0_CH8_SR0 0xF0108204          TOM0 Channel 8 CCU0 Compare Shadow Register
GTM_TOM0_CH8_SR1 0xF0108208          TOM0 Channel 8 CCU1 Compare Shadow Register
GTM_TOM0_CH8_CM0 0xF010820C          TOM0 Channel 8 CCU0 Compare Register
GTM_TOM0_CH8_CM1 0xF0108210          TOM0 Channel 8 CCU1 Compare Register
GTM_TOM0_CH8_CN0 0xF0108214          TOM0 Channel 8 CCU0 Counter Register
GTM_TOM0_CH8_STAT 0xF0108218          TOM0 Channel 8 Status Register
GTM_TOM0_CH8_IRQ_NOTIFY 0xF010821C          TOM0 Channel 8 Interrupt Notification Register
GTM_TOM0_CH8_IRQ_EN 0xF0108220          TOM0 Channel 8 Interrupt Enable Register
GTM_TOM0_CH8_IRQ_FORCINT 0xF0108224          TOM0 Channel 8 Force Interrupt Register
GTM_TOM0_CH8_IRQ_MODE 0xF0108228          TOM0 Channel 8 Interrupt Mode Register
GTM_TOM0_TGC1_GLB_CTRL 0xF0108230          TOM0 TGC1 Global Control Register
GTM_TOM0_TGC1_ACT_TB 0xF0108234          TOM0 TGC1 Action Time Base Register
GTM_TOM0_TGC1_FUPD_CTRL 0xF0108238          TOM0 TGC1 Force Update Control Register
GTM_TOM0_TGC1_INT_TRIG 0xF010823C          TOM0 TGC1 Internal Trigger Control Register
GTM_TOM0_CH9_CTRL 0xF0108240          TOM0 Channel 9 Control Register
GTM_TOM0_CH9_SR0 0xF0108244          TOM0 Channel 9 CCU0 Compare Shadow Register
GTM_TOM0_CH9_SR1 0xF0108248          TOM0 Channel 9 CCU1 Compare Shadow Register
GTM_TOM0_CH9_CM0 0xF010824C          TOM0 Channel 9 CCU0 Compare Register
GTM_TOM0_CH9_CM1 0xF0108250          TOM0 Channel 9 CCU1 Compare Register
GTM_TOM0_CH9_CN0 0xF0108254          TOM0 Channel 9 CCU0 Counter Register
GTM_TOM0_CH9_STAT 0xF0108258          TOM0 Channel 9 Status Register
GTM_TOM0_CH9_IRQ_NOTIFY 0xF010825C          TOM0 Channel 9 Interrupt Notification Register
GTM_TOM0_CH9_IRQ_EN 0xF0108260          TOM0 Channel 9 Interrupt Enable Register
GTM_TOM0_CH9_IRQ_FORCINT 0xF0108264          TOM0 Channel 9 Force Interrupt Register
GTM_TOM0_CH9_IRQ_MODE 0xF0108268          TOM0 Channel 9 Interrupt Mode Register
GTM_TOM0_TGC1_ENDIS_CTRL 0xF0108270          TOM0 TGC1 Enable/Disable Control Register
GTM_TOM0_TGC1_ENDIS_STAT 0xF0108274          TOM0 TGC1 Enable/Disable Status Register
GTM_TOM0_TGC1_OUTEN_CTRL 0xF0108278          TOM0 TGC1 Output Enable Control Register
GTM_TOM0_TGC1_OUTEN_STAT 0xF010827C          TOM0 TGC1 Output Enable Status Register
GTM_TOM0_CH10_CTRL 0xF0108280          TOM0 Channel 10 Control Register
GTM_TOM0_CH10_SR0 0xF0108284          TOM0 Channel 10 CCU0 Compare Shadow Register
GTM_TOM0_CH10_SR1 0xF0108288          TOM0 Channel 10 CCU1 Compare Shadow Register
GTM_TOM0_CH10_CM0 0xF010828C          TOM0 Channel 10 CCU0 Compare Register
GTM_TOM0_CH10_CM1 0xF0108290          TOM0 Channel 10 CCU1 Compare Register
GTM_TOM0_CH10_CN0 0xF0108294          TOM0 Channel 10 CCU0 Counter Register
GTM_TOM0_CH10_STAT 0xF0108298          TOM0 Channel 10 Status Register
GTM_TOM0_CH10_IRQ_NOTIFY 0xF010829C          TOM0 Channel 10 Interrupt Notification Register
GTM_TOM0_CH10_IRQ_EN 0xF01082A0          TOM0 Channel 10 Interrupt Enable Register
GTM_TOM0_CH10_IRQ_FORCINT 0xF01082A4          TOM0 Channel 10 Force Interrupt Register
GTM_TOM0_CH10_IRQ_MODE 0xF01082A8          TOM0 Channel 10 Interrupt Mode Register
GTM_TOM0_CH11_CTRL 0xF01082C0          TOM0 Channel 11 Control Register
GTM_TOM0_CH11_SR0 0xF01082C4          TOM0 Channel 11 CCU0 Compare Shadow Register
GTM_TOM0_CH11_SR1 0xF01082C8          TOM0 Channel 11 CCU1 Compare Shadow Register
GTM_TOM0_CH11_CM0 0xF01082CC          TOM0 Channel 11 CCU0 Compare Register
GTM_TOM0_CH11_CM1 0xF01082D0          TOM0 Channel 11 CCU1 Compare Register
GTM_TOM0_CH11_CN0 0xF01082D4          TOM0 Channel 11 CCU0 Counter Register
GTM_TOM0_CH11_STAT 0xF01082D8          TOM0 Channel 11 Status Register
GTM_TOM0_CH11_IRQ_NOTIFY 0xF01082DC          TOM0 Channel 11 Interrupt Notification Register
GTM_TOM0_CH11_IRQ_EN 0xF01082E0          TOM0 Channel 11 Interrupt Enable Register
GTM_TOM0_CH11_IRQ_FORCINT 0xF01082E4          TOM0 Channel 11 Force Interrupt Register
GTM_TOM0_CH11_IRQ_MODE 0xF01082E8          TOM0 Channel 11 Interrupt Mode Register
GTM_TOM0_CH12_CTRL 0xF0108300          TOM0 Channel 12 Control Register
GTM_TOM0_CH12_SR0 0xF0108304          TOM0 Channel 12 CCU0 Compare Shadow Register
GTM_TOM0_CH12_SR1 0xF0108308          TOM0 Channel 12 CCU1 Compare Shadow Register
GTM_TOM0_CH12_CM0 0xF010830C          TOM0 Channel 12 CCU0 Compare Register
GTM_TOM0_CH12_CM1 0xF0108310          TOM0 Channel 12 CCU1 Compare Register
GTM_TOM0_CH12_CN0 0xF0108314          TOM0 Channel 12 CCU0 Counter Register
GTM_TOM0_CH12_STAT 0xF0108318          TOM0 Channel 12 Status Register
GTM_TOM0_CH12_IRQ_NOTIFY 0xF010831C          TOM0 Channel 12 Interrupt Notification Register
GTM_TOM0_CH12_IRQ_EN 0xF0108320          TOM0 Channel 12 Interrupt Enable Register
GTM_TOM0_CH12_IRQ_FORCINT 0xF0108324          TOM0 Channel 12 Force Interrupt Register
GTM_TOM0_CH12_IRQ_MODE 0xF0108328          TOM0 Channel 12 Interrupt Mode Register
GTM_TOM0_CH13_CTRL 0xF0108340          TOM0 Channel 13 Control Register
GTM_TOM0_CH13_SR0 0xF0108344          TOM0 Channel 13 CCU0 Compare Shadow Register
GTM_TOM0_CH13_SR1 0xF0108348          TOM0 Channel 13 CCU1 Compare Shadow Register
GTM_TOM0_CH13_CM0 0xF010834C          TOM0 Channel 13 CCU0 Compare Register
GTM_TOM0_CH13_CM1 0xF0108350          TOM0 Channel 13 CCU1 Compare Register
GTM_TOM0_CH13_CN0 0xF0108354          TOM0 Channel 13 CCU0 Counter Register
GTM_TOM0_CH13_STAT 0xF0108358          TOM0 Channel 13 Status Register
GTM_TOM0_CH13_IRQ_NOTIFY 0xF010835C          TOM0 Channel 13 Interrupt Notification Register
GTM_TOM0_CH13_IRQ_EN 0xF0108360          TOM0 Channel 13 Interrupt Enable Register
GTM_TOM0_CH13_IRQ_FORCINT 0xF0108364          TOM0 Channel 13 Force Interrupt Register
GTM_TOM0_CH13_IRQ_MODE 0xF0108368          TOM0 Channel 13 Interrupt Mode Register
GTM_TOM0_CH14_CTRL 0xF0108380          TOM0 Channel 14 Control Register
GTM_TOM0_CH14_SR0 0xF0108384          TOM0 Channel 14 CCU0 Compare Shadow Register
GTM_TOM0_CH14_SR1 0xF0108388          TOM0 Channel 14 CCU1 Compare Shadow Register
GTM_TOM0_CH14_CM0 0xF010838C          TOM0 Channel 14 CCU0 Compare Register
GTM_TOM0_CH14_CM1 0xF0108390          TOM0 Channel 14 CCU1 Compare Register
GTM_TOM0_CH14_CN0 0xF0108394          TOM0 Channel 14 CCU0 Counter Register
GTM_TOM0_CH14_STAT 0xF0108398          TOM0 Channel 14 Status Register
GTM_TOM0_CH14_IRQ_NOTIFY 0xF010839C          TOM0 Channel 14 Interrupt Notification Register
GTM_TOM0_CH14_IRQ_EN 0xF01083A0          TOM0 Channel 14 Interrupt Enable Register
GTM_TOM0_CH14_IRQ_FORCINT 0xF01083A4          TOM0 Channel 14 Force Interrupt Register
GTM_TOM0_CH14_IRQ_MODE 0xF01083A8          TOM0 Channel 14 Interrupt Mode Register
GTM_TOM0_CH15_CTRL 0xF01083C0          TOM0 Channel 15 Control Register
GTM_TOM0_CH15_SR0 0xF01083C4          TOM0 Channel 15 CCU0 Compare Shadow Register
GTM_TOM0_CH15_SR1 0xF01083C8          TOM0 Channel 15 CCU1 Compare Shadow Register
GTM_TOM0_CH15_CM0 0xF01083CC          TOM0 Channel 15 CCU0 Compare Register
GTM_TOM0_CH15_CM1 0xF01083D0          TOM0 Channel 15 CCU1 Compare Register
GTM_TOM0_CH15_CN0 0xF01083D4          TOM0 Channel 15 CCU0 Counter Register
GTM_TOM0_CH15_STAT 0xF01083D8          TOM0 Channel 15 Status Register
GTM_TOM0_CH15_IRQ_NOTIFY 0xF01083DC          TOM0 Channel 15 Interrupt Notification Register
GTM_TOM0_CH15_IRQ_EN 0xF01083E0          TOM0 Channel 15 Interrupt Enable Register
GTM_TOM0_CH15_IRQ_FORCINT 0xF01083E4          TOM0 Channel 15 Force Interrupt Register
GTM_TOM0_CH15_IRQ_MODE 0xF01083E8          TOM0 Channel 15 Interrupt Mode Register
GTM_TOM1_CH0_CTRL 0xF0108800          TOM1 Channel 0 Control Register
GTM_TOM1_CH0_SR0 0xF0108804          TOM1 Channel 0 CCU0 Compare Shadow Register
GTM_TOM1_CH0_SR1 0xF0108808          TOM1 Channel 0 CCU1 Compare Shadow Register
GTM_TOM1_CH0_CM0 0xF010880C          TOM1 Channel 0 CCU0 Compare Register
GTM_TOM1_CH0_CM1 0xF0108810          TOM1 Channel 0 CCU1 Compare Register
GTM_TOM1_CH0_CN0 0xF0108814          TOM1 Channel 0 CCU0 Counter Register
GTM_TOM1_CH0_STAT 0xF0108818          TOM1 Channel 0 Status Register
GTM_TOM1_CH0_IRQ_NOTIFY 0xF010881C          TOM1 Channel 0 Interrupt Notification Register
GTM_TOM1_CH0_IRQ_EN 0xF0108820          TOM1 Channel 0 Interrupt Enable Register
GTM_TOM1_CH0_IRQ_FORCINT 0xF0108824          TOM1 Channel 0 Force Interrupt Register
GTM_TOM1_CH0_IRQ_MODE 0xF0108828          TOM1 Channel 0 Interrupt Mode Register
GTM_TOM1_TGC0_GLB_CTRL 0xF0108830          TOM1 TGC0 Global Control Register
GTM_TOM1_TGC0_ACT_TB 0xF0108834          TOM1 TGC0 Action Time Base Register
GTM_TOM1_TGC0_FUPD_CTRL 0xF0108838          TOM1 TGC0 Force Update Control Register
GTM_TOM1_TGC0_INT_TRIG 0xF010883C          TOM1 TGC0 Internal Trigger Control Register
GTM_TOM1_CH1_CTRL 0xF0108840          TOM1 Channel 1 Control Register
GTM_TOM1_CH1_SR0 0xF0108844          TOM1 Channel 1 CCU0 Compare Shadow Register
GTM_TOM1_CH1_SR1 0xF0108848          TOM1 Channel 1 CCU1 Compare Shadow Register
GTM_TOM1_CH1_CM0 0xF010884C          TOM1 Channel 1 CCU0 Compare Register
GTM_TOM1_CH1_CM1 0xF0108850          TOM1 Channel 1 CCU1 Compare Register
GTM_TOM1_CH1_CN0 0xF0108854          TOM1 Channel 1 CCU0 Counter Register
GTM_TOM1_CH1_STAT 0xF0108858          TOM1 Channel 1 Status Register
GTM_TOM1_CH1_IRQ_NOTIFY 0xF010885C          TOM1 Channel 1 Interrupt Notification Register
GTM_TOM1_CH1_IRQ_EN 0xF0108860          TOM1 Channel 1 Interrupt Enable Register
GTM_TOM1_CH1_IRQ_FORCINT 0xF0108864          TOM1 Channel 1 Force Interrupt Register
GTM_TOM1_CH1_IRQ_MODE 0xF0108868          TOM1 Channel 1 Interrupt Mode Register
GTM_TOM1_TGC0_ENDIS_CTRL 0xF0108870          TOM1 TGC0 Enable/Disable Control Register
GTM_TOM1_TGC0_ENDIS_STAT 0xF0108874          TOM1 TGC0 Enable/Disable Status Register
GTM_TOM1_TGC0_OUTEN_CTRL 0xF0108878          TOM1 TGC0 Output Enable Control Register
GTM_TOM1_TGC0_OUTEN_STAT 0xF010887C          TOM1 TGC0 Output Enable Status Register
GTM_TOM1_CH2_CTRL 0xF0108880          TOM1 Channel 2 Control Register
GTM_TOM1_CH2_SR0 0xF0108884          TOM1 Channel 2 CCU0 Compare Shadow Register
GTM_TOM1_CH2_SR1 0xF0108888          TOM1 Channel 2 CCU1 Compare Shadow Register
GTM_TOM1_CH2_CM0 0xF010888C          TOM1 Channel 2 CCU0 Compare Register
GTM_TOM1_CH2_CM1 0xF0108890          TOM1 Channel 2 CCU1 Compare Register
GTM_TOM1_CH2_CN0 0xF0108894          TOM1 Channel 2 CCU0 Counter Register
GTM_TOM1_CH2_STAT 0xF0108898          TOM1 Channel 2 Status Register
GTM_TOM1_CH2_IRQ_NOTIFY 0xF010889C          TOM1 Channel 2 Interrupt Notification Register
GTM_TOM1_CH2_IRQ_EN 0xF01088A0          TOM1 Channel 2 Interrupt Enable Register
GTM_TOM1_CH2_IRQ_FORCINT 0xF01088A4          TOM1 Channel 2 Force Interrupt Register
GTM_TOM1_CH2_IRQ_MODE 0xF01088A8          TOM1 Channel 2 Interrupt Mode Register
GTM_TOM1_CH3_CTRL 0xF01088C0          TOM1 Channel 3 Control Register
GTM_TOM1_CH3_SR0 0xF01088C4          TOM1 Channel 3 CCU0 Compare Shadow Register
GTM_TOM1_CH3_SR1 0xF01088C8          TOM1 Channel 3 CCU1 Compare Shadow Register
GTM_TOM1_CH3_CM0 0xF01088CC          TOM1 Channel 3 CCU0 Compare Register
GTM_TOM1_CH3_CM1 0xF01088D0          TOM1 Channel 3 CCU1 Compare Register
GTM_TOM1_CH3_CN0 0xF01088D4          TOM1 Channel 3 CCU0 Counter Register
GTM_TOM1_CH3_STAT 0xF01088D8          TOM1 Channel 3 Status Register
GTM_TOM1_CH3_IRQ_NOTIFY 0xF01088DC          TOM1 Channel 3 Interrupt Notification Register
GTM_TOM1_CH3_IRQ_EN 0xF01088E0          TOM1 Channel 3 Interrupt Enable Register
GTM_TOM1_CH3_IRQ_FORCINT 0xF01088E4          TOM1 Channel 3 Force Interrupt Register
GTM_TOM1_CH3_IRQ_MODE 0xF01088E8          TOM1 Channel 3 Interrupt Mode Register
GTM_TOM1_CH4_CTRL 0xF0108900          TOM1 Channel 4 Control Register
GTM_TOM1_CH4_SR0 0xF0108904          TOM1 Channel 4 CCU0 Compare Shadow Register
GTM_TOM1_CH4_SR1 0xF0108908          TOM1 Channel 4 CCU1 Compare Shadow Register
GTM_TOM1_CH4_CM0 0xF010890C          TOM1 Channel 4 CCU0 Compare Register
GTM_TOM1_CH4_CM1 0xF0108910          TOM1 Channel 4 CCU1 Compare Register
GTM_TOM1_CH4_CN0 0xF0108914          TOM1 Channel 4 CCU0 Counter Register
GTM_TOM1_CH4_STAT 0xF0108918          TOM1 Channel 4 Status Register
GTM_TOM1_CH4_IRQ_NOTIFY 0xF010891C          TOM1 Channel 4 Interrupt Notification Register
GTM_TOM1_CH4_IRQ_EN 0xF0108920          TOM1 Channel 4 Interrupt Enable Register
GTM_TOM1_CH4_IRQ_FORCINT 0xF0108924          TOM1 Channel 4 Force Interrupt Register
GTM_TOM1_CH4_IRQ_MODE 0xF0108928          TOM1 Channel 4 Interrupt Mode Register
GTM_TOM1_CH5_CTRL 0xF0108940          TOM1 Channel 5 Control Register
GTM_TOM1_CH5_SR0 0xF0108944          TOM1 Channel 5 CCU0 Compare Shadow Register
GTM_TOM1_CH5_SR1 0xF0108948          TOM1 Channel 5 CCU1 Compare Shadow Register
GTM_TOM1_CH5_CM0 0xF010894C          TOM1 Channel 5 CCU0 Compare Register
GTM_TOM1_CH5_CM1 0xF0108950          TOM1 Channel 5 CCU1 Compare Register
GTM_TOM1_CH5_CN0 0xF0108954          TOM1 Channel 5 CCU0 Counter Register
GTM_TOM1_CH5_STAT 0xF0108958          TOM1 Channel 5 Status Register
GTM_TOM1_CH5_IRQ_NOTIFY 0xF010895C          TOM1 Channel 5 Interrupt Notification Register
GTM_TOM1_CH5_IRQ_EN 0xF0108960          TOM1 Channel 5 Interrupt Enable Register
GTM_TOM1_CH5_IRQ_FORCINT 0xF0108964          TOM1 Channel 5 Force Interrupt Register
GTM_TOM1_CH5_IRQ_MODE 0xF0108968          TOM1 Channel 5 Interrupt Mode Register
GTM_TOM1_CH6_CTRL 0xF0108980          TOM1 Channel 6 Control Register
GTM_TOM1_CH6_SR0 0xF0108984          TOM1 Channel 6 CCU0 Compare Shadow Register
GTM_TOM1_CH6_SR1 0xF0108988          TOM1 Channel 6 CCU1 Compare Shadow Register
GTM_TOM1_CH6_CM0 0xF010898C          TOM1 Channel 6 CCU0 Compare Register
GTM_TOM1_CH6_CM1 0xF0108990          TOM1 Channel 6 CCU1 Compare Register
GTM_TOM1_CH6_CN0 0xF0108994          TOM1 Channel 6 CCU0 Counter Register
GTM_TOM1_CH6_STAT 0xF0108998          TOM1 Channel 6 Status Register
GTM_TOM1_CH6_IRQ_NOTIFY 0xF010899C          TOM1 Channel 6 Interrupt Notification Register
GTM_TOM1_CH6_IRQ_EN 0xF01089A0          TOM1 Channel 6 Interrupt Enable Register
GTM_TOM1_CH6_IRQ_FORCINT 0xF01089A4          TOM1 Channel 6 Force Interrupt Register
GTM_TOM1_CH6_IRQ_MODE 0xF01089A8          TOM1 Channel 6 Interrupt Mode Register
GTM_TOM1_CH7_CTRL 0xF01089C0          TOM1 Channel 7 Control Register
GTM_TOM1_CH7_SR0 0xF01089C4          TOM1 Channel 7 CCU0 Compare Shadow Register
GTM_TOM1_CH7_SR1 0xF01089C8          TOM1 Channel 7 CCU1 Compare Shadow Register
GTM_TOM1_CH7_CM0 0xF01089CC          TOM1 Channel 7 CCU0 Compare Register
GTM_TOM1_CH7_CM1 0xF01089D0          TOM1 Channel 7 CCU1 Compare Register
GTM_TOM1_CH7_CN0 0xF01089D4          TOM1 Channel 7 CCU0 Counter Register
GTM_TOM1_CH7_STAT 0xF01089D8          TOM1 Channel 7 Status Register
GTM_TOM1_CH7_IRQ_NOTIFY 0xF01089DC          TOM1 Channel 7 Interrupt Notification Register
GTM_TOM1_CH7_IRQ_EN 0xF01089E0          TOM1 Channel 7 Interrupt Enable Register
GTM_TOM1_CH7_IRQ_FORCINT 0xF01089E4          TOM1 Channel 7 Force Interrupt Register
GTM_TOM1_CH7_IRQ_MODE 0xF01089E8          TOM1 Channel 7 Interrupt Mode Register
GTM_TOM1_CH8_CTRL 0xF0108A00          TOM1 Channel 8 Control Register
GTM_TOM1_CH8_SR0 0xF0108A04          TOM1 Channel 8 CCU0 Compare Shadow Register
GTM_TOM1_CH8_SR1 0xF0108A08          TOM1 Channel 8 CCU1 Compare Shadow Register
GTM_TOM1_CH8_CM0 0xF0108A0C          TOM1 Channel 8 CCU0 Compare Register
GTM_TOM1_CH8_CM1 0xF0108A10          TOM1 Channel 8 CCU1 Compare Register
GTM_TOM1_CH8_CN0 0xF0108A14          TOM1 Channel 8 CCU0 Counter Register
GTM_TOM1_CH8_STAT 0xF0108A18          TOM1 Channel 8 Status Register
GTM_TOM1_CH8_IRQ_NOTIFY 0xF0108A1C          TOM1 Channel 8 Interrupt Notification Register
GTM_TOM1_CH8_IRQ_EN 0xF0108A20          TOM1 Channel 8 Interrupt Enable Register
GTM_TOM1_CH8_IRQ_FORCINT 0xF0108A24          TOM1 Channel 8 Force Interrupt Register
GTM_TOM1_CH8_IRQ_MODE 0xF0108A28          TOM1 Channel 8 Interrupt Mode Register
GTM_TOM1_TGC1_GLB_CTRL 0xF0108A30          TOM1 TGC1 Global Control Register
GTM_TOM1_TGC1_ACT_TB 0xF0108A34          TOM1 TGC1 Action Time Base Register
GTM_TOM1_TGC1_FUPD_CTRL 0xF0108A38          TOM1 TGC1 Force Update Control Register
GTM_TOM1_TGC1_INT_TRIG 0xF0108A3C          TOM1 TGC1 Internal Trigger Control Register
GTM_TOM1_CH9_CTRL 0xF0108A40          TOM1 Channel 9 Control Register
GTM_TOM1_CH9_SR0 0xF0108A44          TOM1 Channel 9 CCU0 Compare Shadow Register
GTM_TOM1_CH9_SR1 0xF0108A48          TOM1 Channel 9 CCU1 Compare Shadow Register
GTM_TOM1_CH9_CM0 0xF0108A4C          TOM1 Channel 9 CCU0 Compare Register
GTM_TOM1_CH9_CM1 0xF0108A50          TOM1 Channel 9 CCU1 Compare Register
GTM_TOM1_CH9_CN0 0xF0108A54          TOM1 Channel 9 CCU0 Counter Register
GTM_TOM1_CH9_STAT 0xF0108A58          TOM1 Channel 9 Status Register
GTM_TOM1_CH9_IRQ_NOTIFY 0xF0108A5C          TOM1 Channel 9 Interrupt Notification Register
GTM_TOM1_CH9_IRQ_EN 0xF0108A60          TOM1 Channel 9 Interrupt Enable Register
GTM_TOM1_CH9_IRQ_FORCINT 0xF0108A64          TOM1 Channel 9 Force Interrupt Register
GTM_TOM1_CH9_IRQ_MODE 0xF0108A68          TOM1 Channel 9 Interrupt Mode Register
GTM_TOM1_TGC1_ENDIS_CTRL 0xF0108A70          TOM1 TGC1 Enable/Disable Control Register
GTM_TOM1_TGC1_ENDIS_STAT 0xF0108A74          TOM1 TGC1 Enable/Disable Status Register
GTM_TOM1_TGC1_OUTEN_CTRL 0xF0108A78          TOM1 TGC1 Output Enable Control Register
GTM_TOM1_TGC1_OUTEN_STAT 0xF0108A7C          TOM1 TGC1 Output Enable Status Register
GTM_TOM1_CH10_CTRL 0xF0108A80          TOM1 Channel 10 Control Register
GTM_TOM1_CH10_SR0 0xF0108A84          TOM1 Channel 10 CCU0 Compare Shadow Register
GTM_TOM1_CH10_SR1 0xF0108A88          TOM1 Channel 10 CCU1 Compare Shadow Register
GTM_TOM1_CH10_CM0 0xF0108A8C          TOM1 Channel 10 CCU0 Compare Register
GTM_TOM1_CH10_CM1 0xF0108A90          TOM1 Channel 10 CCU1 Compare Register
GTM_TOM1_CH10_CN0 0xF0108A94          TOM1 Channel 10 CCU0 Counter Register
GTM_TOM1_CH10_STAT 0xF0108A98          TOM1 Channel 10 Status Register
GTM_TOM1_CH10_IRQ_NOTIFY 0xF0108A9C          TOM1 Channel 10 Interrupt Notification Register
GTM_TOM1_CH10_IRQ_EN 0xF0108AA0          TOM1 Channel 10 Interrupt Enable Register
GTM_TOM1_CH10_IRQ_FORCINT 0xF0108AA4          TOM1 Channel 10 Force Interrupt Register
GTM_TOM1_CH10_IRQ_MODE 0xF0108AA8          TOM1 Channel 10 Interrupt Mode Register
GTM_TOM1_CH11_CTRL 0xF0108AC0          TOM1 Channel 11 Control Register
GTM_TOM1_CH11_SR0 0xF0108AC4          TOM1 Channel 11 CCU0 Compare Shadow Register
GTM_TOM1_CH11_SR1 0xF0108AC8          TOM1 Channel 11 CCU1 Compare Shadow Register
GTM_TOM1_CH11_CM0 0xF0108ACC          TOM1 Channel 11 CCU0 Compare Register
GTM_TOM1_CH11_CM1 0xF0108AD0          TOM1 Channel 11 CCU1 Compare Register
GTM_TOM1_CH11_CN0 0xF0108AD4          TOM1 Channel 11 CCU0 Counter Register
GTM_TOM1_CH11_STAT 0xF0108AD8          TOM1 Channel 11 Status Register
GTM_TOM1_CH11_IRQ_NOTIFY 0xF0108ADC          TOM1 Channel 11 Interrupt Notification Register
GTM_TOM1_CH11_IRQ_EN 0xF0108AE0          TOM1 Channel 11 Interrupt Enable Register
GTM_TOM1_CH11_IRQ_FORCINT 0xF0108AE4          TOM1 Channel 11 Force Interrupt Register
GTM_TOM1_CH11_IRQ_MODE 0xF0108AE8          TOM1 Channel 11 Interrupt Mode Register
GTM_TOM1_CH12_CTRL 0xF0108B00          TOM1 Channel 12 Control Register
GTM_TOM1_CH12_SR0 0xF0108B04          TOM1 Channel 12 CCU0 Compare Shadow Register
GTM_TOM1_CH12_SR1 0xF0108B08          TOM1 Channel 12 CCU1 Compare Shadow Register
GTM_TOM1_CH12_CM0 0xF0108B0C          TOM1 Channel 12 CCU0 Compare Register
GTM_TOM1_CH12_CM1 0xF0108B10          TOM1 Channel 12 CCU1 Compare Register
GTM_TOM1_CH12_CN0 0xF0108B14          TOM1 Channel 12 CCU0 Counter Register
GTM_TOM1_CH12_STAT 0xF0108B18          TOM1 Channel 12 Status Register
GTM_TOM1_CH12_IRQ_NOTIFY 0xF0108B1C          TOM1 Channel 12 Interrupt Notification Register
GTM_TOM1_CH12_IRQ_EN 0xF0108B20          TOM1 Channel 12 Interrupt Enable Register
GTM_TOM1_CH12_IRQ_FORCINT 0xF0108B24          TOM1 Channel 12 Force Interrupt Register
GTM_TOM1_CH12_IRQ_MODE 0xF0108B28          TOM1 Channel 12 Interrupt Mode Register
GTM_TOM1_CH13_CTRL 0xF0108B40          TOM1 Channel 13 Control Register
GTM_TOM1_CH13_SR0 0xF0108B44          TOM1 Channel 13 CCU0 Compare Shadow Register
GTM_TOM1_CH13_SR1 0xF0108B48          TOM1 Channel 13 CCU1 Compare Shadow Register
GTM_TOM1_CH13_CM0 0xF0108B4C          TOM1 Channel 13 CCU0 Compare Register
GTM_TOM1_CH13_CM1 0xF0108B50          TOM1 Channel 13 CCU1 Compare Register
GTM_TOM1_CH13_CN0 0xF0108B54          TOM1 Channel 13 CCU0 Counter Register
GTM_TOM1_CH13_STAT 0xF0108B58          TOM1 Channel 13 Status Register
GTM_TOM1_CH13_IRQ_NOTIFY 0xF0108B5C          TOM1 Channel 13 Interrupt Notification Register
GTM_TOM1_CH13_IRQ_EN 0xF0108B60          TOM1 Channel 13 Interrupt Enable Register
GTM_TOM1_CH13_IRQ_FORCINT 0xF0108B64          TOM1 Channel 13 Force Interrupt Register
GTM_TOM1_CH13_IRQ_MODE 0xF0108B68          TOM1 Channel 13 Interrupt Mode Register
GTM_TOM1_CH14_CTRL 0xF0108B80          TOM1 Channel 14 Control Register
GTM_TOM1_CH14_SR0 0xF0108B84          TOM1 Channel 14 CCU0 Compare Shadow Register
GTM_TOM1_CH14_SR1 0xF0108B88          TOM1 Channel 14 CCU1 Compare Shadow Register
GTM_TOM1_CH14_CM0 0xF0108B8C          TOM1 Channel 14 CCU0 Compare Register
GTM_TOM1_CH14_CM1 0xF0108B90          TOM1 Channel 14 CCU1 Compare Register
GTM_TOM1_CH14_CN0 0xF0108B94          TOM1 Channel 14 CCU0 Counter Register
GTM_TOM1_CH14_STAT 0xF0108B98          TOM1 Channel 14 Status Register
GTM_TOM1_CH14_IRQ_NOTIFY 0xF0108B9C          TOM1 Channel 14 Interrupt Notification Register
GTM_TOM1_CH14_IRQ_EN 0xF0108BA0          TOM1 Channel 14 Interrupt Enable Register
GTM_TOM1_CH14_IRQ_FORCINT 0xF0108BA4          TOM1 Channel 14 Force Interrupt Register
GTM_TOM1_CH14_IRQ_MODE 0xF0108BA8          TOM1 Channel 14 Interrupt Mode Register
GTM_TOM1_CH15_CTRL 0xF0108BC0          TOM1 Channel 15 Control Register
GTM_TOM1_CH15_SR0 0xF0108BC4          TOM1 Channel 15 CCU0 Compare Shadow Register
GTM_TOM1_CH15_SR1 0xF0108BC8          TOM1 Channel 15 CCU1 Compare Shadow Register
GTM_TOM1_CH15_CM0 0xF0108BCC          TOM1 Channel 15 CCU0 Compare Register
GTM_TOM1_CH15_CM1 0xF0108BD0          TOM1 Channel 15 CCU1 Compare Register
GTM_TOM1_CH15_CN0 0xF0108BD4          TOM1 Channel 15 CCU0 Counter Register
GTM_TOM1_CH15_STAT 0xF0108BD8          TOM1 Channel 15 Status Register
GTM_TOM1_CH15_IRQ_NOTIFY 0xF0108BDC          TOM1 Channel 15 Interrupt Notification Register
GTM_TOM1_CH15_IRQ_EN 0xF0108BE0          TOM1 Channel 15 Interrupt Enable Register
GTM_TOM1_CH15_IRQ_FORCINT 0xF0108BE4          TOM1 Channel 15 Force Interrupt Register
GTM_TOM1_CH15_IRQ_MODE 0xF0108BE8          TOM1 Channel 15 Interrupt Mode Register
GTM_TOM2_CH0_CTRL 0xF0109000          TOM2 Channel 0 Control Register
GTM_TOM2_CH0_SR0 0xF0109004          TOM2 Channel 0 CCU0 Compare Shadow Register
GTM_TOM2_CH0_SR1 0xF0109008          TOM2 Channel 0 CCU1 Compare Shadow Register
GTM_TOM2_CH0_CM0 0xF010900C          TOM2 Channel 0 CCU0 Compare Register
GTM_TOM2_CH0_CM1 0xF0109010          TOM2 Channel 0 CCU1 Compare Register
GTM_TOM2_CH0_CN0 0xF0109014          TOM2 Channel 0 CCU0 Counter Register
GTM_TOM2_CH0_STAT 0xF0109018          TOM2 Channel 0 Status Register
GTM_TOM2_CH0_IRQ_NOTIFY 0xF010901C          TOM2 Channel 0 Interrupt Notification Register
GTM_TOM2_CH0_IRQ_EN 0xF0109020          TOM2 Channel 0 Interrupt Enable Register
GTM_TOM2_CH0_IRQ_FORCINT 0xF0109024          TOM2 Channel 0 Force Interrupt Register
GTM_TOM2_CH0_IRQ_MODE 0xF0109028          TOM2 Channel 0 Interrupt Mode Register
GTM_TOM2_TGC0_GLB_CTRL 0xF0109030          TOM2 TGC0 Global Control Register
GTM_TOM2_TGC0_ACT_TB 0xF0109034          TOM2 TGC0 Action Time Base Register
GTM_TOM2_TGC0_FUPD_CTRL 0xF0109038          TOM2 TGC0 Force Update Control Register
GTM_TOM2_TGC0_INT_TRIG 0xF010903C          TOM2 TGC0 Internal Trigger Control Register
GTM_TOM2_CH1_CTRL 0xF0109040          TOM2 Channel 1 Control Register
GTM_TOM2_CH1_SR0 0xF0109044          TOM2 Channel 1 CCU0 Compare Shadow Register
GTM_TOM2_CH1_SR1 0xF0109048          TOM2 Channel 1 CCU1 Compare Shadow Register
GTM_TOM2_CH1_CM0 0xF010904C          TOM2 Channel 1 CCU0 Compare Register
GTM_TOM2_CH1_CM1 0xF0109050          TOM2 Channel 1 CCU1 Compare Register
GTM_TOM2_CH1_CN0 0xF0109054          TOM2 Channel 1 CCU0 Counter Register
GTM_TOM2_CH1_STAT 0xF0109058          TOM2 Channel 1 Status Register
GTM_TOM2_CH1_IRQ_NOTIFY 0xF010905C          TOM2 Channel 1 Interrupt Notification Register
GTM_TOM2_CH1_IRQ_EN 0xF0109060          TOM2 Channel 1 Interrupt Enable Register
GTM_TOM2_CH1_IRQ_FORCINT 0xF0109064          TOM2 Channel 1 Force Interrupt Register
GTM_TOM2_CH1_IRQ_MODE 0xF0109068          TOM2 Channel 1 Interrupt Mode Register
GTM_TOM2_TGC0_ENDIS_CTRL 0xF0109070          TOM2 TGC0 Enable/Disable Control Register
GTM_TOM2_TGC0_ENDIS_STAT 0xF0109074          TOM2 TGC0 Enable/Disable Status Register
GTM_TOM2_TGC0_OUTEN_CTRL 0xF0109078          TOM2 TGC0 Output Enable Control Register
GTM_TOM2_TGC0_OUTEN_STAT 0xF010907C          TOM2 TGC0 Output Enable Status Register
GTM_TOM2_CH2_CTRL 0xF0109080          TOM2 Channel 2 Control Register
GTM_TOM2_CH2_SR0 0xF0109084          TOM2 Channel 2 CCU0 Compare Shadow Register
GTM_TOM2_CH2_SR1 0xF0109088          TOM2 Channel 2 CCU1 Compare Shadow Register
GTM_TOM2_CH2_CM0 0xF010908C          TOM2 Channel 2 CCU0 Compare Register
GTM_TOM2_CH2_CM1 0xF0109090          TOM2 Channel 2 CCU1 Compare Register
GTM_TOM2_CH2_CN0 0xF0109094          TOM2 Channel 2 CCU0 Counter Register
GTM_TOM2_CH2_STAT 0xF0109098          TOM2 Channel 2 Status Register
GTM_TOM2_CH2_IRQ_NOTIFY 0xF010909C          TOM2 Channel 2 Interrupt Notification Register
GTM_TOM2_CH2_IRQ_EN 0xF01090A0          TOM2 Channel 2 Interrupt Enable Register
GTM_TOM2_CH2_IRQ_FORCINT 0xF01090A4          TOM2 Channel 2 Force Interrupt Register
GTM_TOM2_CH2_IRQ_MODE 0xF01090A8          TOM2 Channel 2 Interrupt Mode Register
GTM_TOM2_CH3_CTRL 0xF01090C0          TOM2 Channel 3 Control Register
GTM_TOM2_CH3_SR0 0xF01090C4          TOM2 Channel 3 CCU0 Compare Shadow Register
GTM_TOM2_CH3_SR1 0xF01090C8          TOM2 Channel 3 CCU1 Compare Shadow Register
GTM_TOM2_CH3_CM0 0xF01090CC          TOM2 Channel 3 CCU0 Compare Register
GTM_TOM2_CH3_CM1 0xF01090D0          TOM2 Channel 3 CCU1 Compare Register
GTM_TOM2_CH3_CN0 0xF01090D4          TOM2 Channel 3 CCU0 Counter Register
GTM_TOM2_CH3_STAT 0xF01090D8          TOM2 Channel 3 Status Register
GTM_TOM2_CH3_IRQ_NOTIFY 0xF01090DC          TOM2 Channel 3 Interrupt Notification Register
GTM_TOM2_CH3_IRQ_EN 0xF01090E0          TOM2 Channel 3 Interrupt Enable Register
GTM_TOM2_CH3_IRQ_FORCINT 0xF01090E4          TOM2 Channel 3 Force Interrupt Register
GTM_TOM2_CH3_IRQ_MODE 0xF01090E8          TOM2 Channel 3 Interrupt Mode Register
GTM_TOM2_CH4_CTRL 0xF0109100          TOM2 Channel 4 Control Register
GTM_TOM2_CH4_SR0 0xF0109104          TOM2 Channel 4 CCU0 Compare Shadow Register
GTM_TOM2_CH4_SR1 0xF0109108          TOM2 Channel 4 CCU1 Compare Shadow Register
GTM_TOM2_CH4_CM0 0xF010910C          TOM2 Channel 4 CCU0 Compare Register
GTM_TOM2_CH4_CM1 0xF0109110          TOM2 Channel 4 CCU1 Compare Register
GTM_TOM2_CH4_CN0 0xF0109114          TOM2 Channel 4 CCU0 Counter Register
GTM_TOM2_CH4_STAT 0xF0109118          TOM2 Channel 4 Status Register
GTM_TOM2_CH4_IRQ_NOTIFY 0xF010911C          TOM2 Channel 4 Interrupt Notification Register
GTM_TOM2_CH4_IRQ_EN 0xF0109120          TOM2 Channel 4 Interrupt Enable Register
GTM_TOM2_CH4_IRQ_FORCINT 0xF0109124          TOM2 Channel 4 Force Interrupt Register
GTM_TOM2_CH4_IRQ_MODE 0xF0109128          TOM2 Channel 4 Interrupt Mode Register
GTM_TOM2_CH5_CTRL 0xF0109140          TOM2 Channel 5 Control Register
GTM_TOM2_CH5_SR0 0xF0109144          TOM2 Channel 5 CCU0 Compare Shadow Register
GTM_TOM2_CH5_SR1 0xF0109148          TOM2 Channel 5 CCU1 Compare Shadow Register
GTM_TOM2_CH5_CM0 0xF010914C          TOM2 Channel 5 CCU0 Compare Register
GTM_TOM2_CH5_CM1 0xF0109150          TOM2 Channel 5 CCU1 Compare Register
GTM_TOM2_CH5_CN0 0xF0109154          TOM2 Channel 5 CCU0 Counter Register
GTM_TOM2_CH5_STAT 0xF0109158          TOM2 Channel 5 Status Register
GTM_TOM2_CH5_IRQ_NOTIFY 0xF010915C          TOM2 Channel 5 Interrupt Notification Register
GTM_TOM2_CH5_IRQ_EN 0xF0109160          TOM2 Channel 5 Interrupt Enable Register
GTM_TOM2_CH5_IRQ_FORCINT 0xF0109164          TOM2 Channel 5 Force Interrupt Register
GTM_TOM2_CH5_IRQ_MODE 0xF0109168          TOM2 Channel 5 Interrupt Mode Register
GTM_TOM2_CH6_CTRL 0xF0109180          TOM2 Channel 6 Control Register
GTM_TOM2_CH6_SR0 0xF0109184          TOM2 Channel 6 CCU0 Compare Shadow Register
GTM_TOM2_CH6_SR1 0xF0109188          TOM2 Channel 6 CCU1 Compare Shadow Register
GTM_TOM2_CH6_CM0 0xF010918C          TOM2 Channel 6 CCU0 Compare Register
GTM_TOM2_CH6_CM1 0xF0109190          TOM2 Channel 6 CCU1 Compare Register
GTM_TOM2_CH6_CN0 0xF0109194          TOM2 Channel 6 CCU0 Counter Register
GTM_TOM2_CH6_STAT 0xF0109198          TOM2 Channel 6 Status Register
GTM_TOM2_CH6_IRQ_NOTIFY 0xF010919C          TOM2 Channel 6 Interrupt Notification Register
GTM_TOM2_CH6_IRQ_EN 0xF01091A0          TOM2 Channel 6 Interrupt Enable Register
GTM_TOM2_CH6_IRQ_FORCINT 0xF01091A4          TOM2 Channel 6 Force Interrupt Register
GTM_TOM2_CH6_IRQ_MODE 0xF01091A8          TOM2 Channel 6 Interrupt Mode Register
GTM_TOM2_CH7_CTRL 0xF01091C0          TOM2 Channel 7 Control Register
GTM_TOM2_CH7_SR0 0xF01091C4          TOM2 Channel 7 CCU0 Compare Shadow Register
GTM_TOM2_CH7_SR1 0xF01091C8          TOM2 Channel 7 CCU1 Compare Shadow Register
GTM_TOM2_CH7_CM0 0xF01091CC          TOM2 Channel 7 CCU0 Compare Register
GTM_TOM2_CH7_CM1 0xF01091D0          TOM2 Channel 7 CCU1 Compare Register
GTM_TOM2_CH7_CN0 0xF01091D4          TOM2 Channel 7 CCU0 Counter Register
GTM_TOM2_CH7_STAT 0xF01091D8          TOM2 Channel 7 Status Register
GTM_TOM2_CH7_IRQ_NOTIFY 0xF01091DC          TOM2 Channel 7 Interrupt Notification Register
GTM_TOM2_CH7_IRQ_EN 0xF01091E0          TOM2 Channel 7 Interrupt Enable Register
GTM_TOM2_CH7_IRQ_FORCINT 0xF01091E4          TOM2 Channel 7 Force Interrupt Register
GTM_TOM2_CH7_IRQ_MODE 0xF01091E8          TOM2 Channel 7 Interrupt Mode Register
GTM_TOM2_CH8_CTRL 0xF0109200          TOM2 Channel 8 Control Register
GTM_TOM2_CH8_SR0 0xF0109204          TOM2 Channel 8 CCU0 Compare Shadow Register
GTM_TOM2_CH8_SR1 0xF0109208          TOM2 Channel 8 CCU1 Compare Shadow Register
GTM_TOM2_CH8_CM0 0xF010920C          TOM2 Channel 8 CCU0 Compare Register
GTM_TOM2_CH8_CM1 0xF0109210          TOM2 Channel 8 CCU1 Compare Register
GTM_TOM2_CH8_CN0 0xF0109214          TOM2 Channel 8 CCU0 Counter Register
GTM_TOM2_CH8_STAT 0xF0109218          TOM2 Channel 8 Status Register
GTM_TOM2_CH8_IRQ_NOTIFY 0xF010921C          TOM2 Channel 8 Interrupt Notification Register
GTM_TOM2_CH8_IRQ_EN 0xF0109220          TOM2 Channel 8 Interrupt Enable Register
GTM_TOM2_CH8_IRQ_FORCINT 0xF0109224          TOM2 Channel 8 Force Interrupt Register
GTM_TOM2_CH8_IRQ_MODE 0xF0109228          TOM2 Channel 8 Interrupt Mode Register
GTM_TOM2_TGC1_GLB_CTRL 0xF0109230          TOM2 TGC1 Global Control Register
GTM_TOM2_TGC1_ACT_TB 0xF0109234          TOM2 TGC1 Action Time Base Register
GTM_TOM2_TGC1_FUPD_CTRL 0xF0109238          TOM2 TGC1 Force Update Control Register
GTM_TOM2_TGC1_INT_TRIG 0xF010923C          TOM2 TGC1 Internal Trigger Control Register
GTM_TOM2_CH9_CTRL 0xF0109240          TOM2 Channel 9 Control Register
GTM_TOM2_CH9_SR0 0xF0109244          TOM2 Channel 9 CCU0 Compare Shadow Register
GTM_TOM2_CH9_SR1 0xF0109248          TOM2 Channel 9 CCU1 Compare Shadow Register
GTM_TOM2_CH9_CM0 0xF010924C          TOM2 Channel 9 CCU0 Compare Register
GTM_TOM2_CH9_CM1 0xF0109250          TOM2 Channel 9 CCU1 Compare Register
GTM_TOM2_CH9_CN0 0xF0109254          TOM2 Channel 9 CCU0 Counter Register
GTM_TOM2_CH9_STAT 0xF0109258          TOM2 Channel 9 Status Register
GTM_TOM2_CH9_IRQ_NOTIFY 0xF010925C          TOM2 Channel 9 Interrupt Notification Register
GTM_TOM2_CH9_IRQ_EN 0xF0109260          TOM2 Channel 9 Interrupt Enable Register
GTM_TOM2_CH9_IRQ_FORCINT 0xF0109264          TOM2 Channel 9 Force Interrupt Register
GTM_TOM2_CH9_IRQ_MODE 0xF0109268          TOM2 Channel 9 Interrupt Mode Register
GTM_TOM2_TGC1_ENDIS_CTRL 0xF0109270          TOM2 TGC1 Enable/Disable Control Register
GTM_TOM2_TGC1_ENDIS_STAT 0xF0109274          TOM2 TGC1 Enable/Disable Status Register
GTM_TOM2_TGC1_OUTEN_CTRL 0xF0109278          TOM2 TGC1 Output Enable Control Register
GTM_TOM2_TGC1_OUTEN_STAT 0xF010927C          TOM2 TGC1 Output Enable Status Register
GTM_TOM2_CH10_CTRL 0xF0109280          TOM2 Channel 10 Control Register
GTM_TOM2_CH10_SR0 0xF0109284          TOM2 Channel 10 CCU0 Compare Shadow Register
GTM_TOM2_CH10_SR1 0xF0109288          TOM2 Channel 10 CCU1 Compare Shadow Register
GTM_TOM2_CH10_CM0 0xF010928C          TOM2 Channel 10 CCU0 Compare Register
GTM_TOM2_CH10_CM1 0xF0109290          TOM2 Channel 10 CCU1 Compare Register
GTM_TOM2_CH10_CN0 0xF0109294          TOM2 Channel 10 CCU0 Counter Register
GTM_TOM2_CH10_STAT 0xF0109298          TOM2 Channel 10 Status Register
GTM_TOM2_CH10_IRQ_NOTIFY 0xF010929C          TOM2 Channel 10 Interrupt Notification Register
GTM_TOM2_CH10_IRQ_EN 0xF01092A0          TOM2 Channel 10 Interrupt Enable Register
GTM_TOM2_CH10_IRQ_FORCINT 0xF01092A4          TOM2 Channel 10 Force Interrupt Register
GTM_TOM2_CH10_IRQ_MODE 0xF01092A8          TOM2 Channel 10 Interrupt Mode Register
GTM_TOM2_CH11_CTRL 0xF01092C0          TOM2 Channel 11 Control Register
GTM_TOM2_CH11_SR0 0xF01092C4          TOM2 Channel 11 CCU0 Compare Shadow Register
GTM_TOM2_CH11_SR1 0xF01092C8          TOM2 Channel 11 CCU1 Compare Shadow Register
GTM_TOM2_CH11_CM0 0xF01092CC          TOM2 Channel 11 CCU0 Compare Register
GTM_TOM2_CH11_CM1 0xF01092D0          TOM2 Channel 11 CCU1 Compare Register
GTM_TOM2_CH11_CN0 0xF01092D4          TOM2 Channel 11 CCU0 Counter Register
GTM_TOM2_CH11_STAT 0xF01092D8          TOM2 Channel 11 Status Register
GTM_TOM2_CH11_IRQ_NOTIFY 0xF01092DC          TOM2 Channel 11 Interrupt Notification Register
GTM_TOM2_CH11_IRQ_EN 0xF01092E0          TOM2 Channel 11 Interrupt Enable Register
GTM_TOM2_CH11_IRQ_FORCINT 0xF01092E4          TOM2 Channel 11 Force Interrupt Register
GTM_TOM2_CH11_IRQ_MODE 0xF01092E8          TOM2 Channel 11 Interrupt Mode Register
GTM_TOM2_CH12_CTRL 0xF0109300          TOM2 Channel 12 Control Register
GTM_TOM2_CH12_SR0 0xF0109304          TOM2 Channel 12 CCU0 Compare Shadow Register
GTM_TOM2_CH12_SR1 0xF0109308          TOM2 Channel 12 CCU1 Compare Shadow Register
GTM_TOM2_CH12_CM0 0xF010930C          TOM2 Channel 12 CCU0 Compare Register
GTM_TOM2_CH12_CM1 0xF0109310          TOM2 Channel 12 CCU1 Compare Register
GTM_TOM2_CH12_CN0 0xF0109314          TOM2 Channel 12 CCU0 Counter Register
GTM_TOM2_CH12_STAT 0xF0109318          TOM2 Channel 12 Status Register
GTM_TOM2_CH12_IRQ_NOTIFY 0xF010931C          TOM2 Channel 12 Interrupt Notification Register
GTM_TOM2_CH12_IRQ_EN 0xF0109320          TOM2 Channel 12 Interrupt Enable Register
GTM_TOM2_CH12_IRQ_FORCINT 0xF0109324          TOM2 Channel 12 Force Interrupt Register
GTM_TOM2_CH12_IRQ_MODE 0xF0109328          TOM2 Channel 12 Interrupt Mode Register
GTM_TOM2_CH13_CTRL 0xF0109340          TOM2 Channel 13 Control Register
GTM_TOM2_CH13_SR0 0xF0109344          TOM2 Channel 13 CCU0 Compare Shadow Register
GTM_TOM2_CH13_SR1 0xF0109348          TOM2 Channel 13 CCU1 Compare Shadow Register
GTM_TOM2_CH13_CM0 0xF010934C          TOM2 Channel 13 CCU0 Compare Register
GTM_TOM2_CH13_CM1 0xF0109350          TOM2 Channel 13 CCU1 Compare Register
GTM_TOM2_CH13_CN0 0xF0109354          TOM2 Channel 13 CCU0 Counter Register
GTM_TOM2_CH13_STAT 0xF0109358          TOM2 Channel 13 Status Register
GTM_TOM2_CH13_IRQ_NOTIFY 0xF010935C          TOM2 Channel 13 Interrupt Notification Register
GTM_TOM2_CH13_IRQ_EN 0xF0109360          TOM2 Channel 13 Interrupt Enable Register
GTM_TOM2_CH13_IRQ_FORCINT 0xF0109364          TOM2 Channel 13 Force Interrupt Register
GTM_TOM2_CH13_IRQ_MODE 0xF0109368          TOM2 Channel 13 Interrupt Mode Register
GTM_TOM2_CH14_CTRL 0xF0109380          TOM2 Channel 14 Control Register
GTM_TOM2_CH14_SR0 0xF0109384          TOM2 Channel 14 CCU0 Compare Shadow Register
GTM_TOM2_CH14_SR1 0xF0109388          TOM2 Channel 14 CCU1 Compare Shadow Register
GTM_TOM2_CH14_CM0 0xF010938C          TOM2 Channel 14 CCU0 Compare Register
GTM_TOM2_CH14_CM1 0xF0109390          TOM2 Channel 14 CCU1 Compare Register
GTM_TOM2_CH14_CN0 0xF0109394          TOM2 Channel 14 CCU0 Counter Register
GTM_TOM2_CH14_STAT 0xF0109398          TOM2 Channel 14 Status Register
GTM_TOM2_CH14_IRQ_NOTIFY 0xF010939C          TOM2 Channel 14 Interrupt Notification Register
GTM_TOM2_CH14_IRQ_EN 0xF01093A0          TOM2 Channel 14 Interrupt Enable Register
GTM_TOM2_CH14_IRQ_FORCINT 0xF01093A4          TOM2 Channel 14 Force Interrupt Register
GTM_TOM2_CH14_IRQ_MODE 0xF01093A8          TOM2 Channel 14 Interrupt Mode Register
GTM_TOM2_CH15_CTRL 0xF01093C0          TOM2 Channel 15 Control Register
GTM_TOM2_CH15_SR0 0xF01093C4          TOM2 Channel 15 CCU0 Compare Shadow Register
GTM_TOM2_CH15_SR1 0xF01093C8          TOM2 Channel 15 CCU1 Compare Shadow Register
GTM_TOM2_CH15_CM0 0xF01093CC          TOM2 Channel 15 CCU0 Compare Register
GTM_TOM2_CH15_CM1 0xF01093D0          TOM2 Channel 15 CCU1 Compare Register
GTM_TOM2_CH15_CN0 0xF01093D4          TOM2 Channel 15 CCU0 Counter Register
GTM_TOM2_CH15_STAT 0xF01093D8          TOM2 Channel 15 Status Register
GTM_TOM2_CH15_IRQ_NOTIFY 0xF01093DC          TOM2 Channel 15 Interrupt Notification Register
GTM_TOM2_CH15_IRQ_EN 0xF01093E0          TOM2 Channel 15 Interrupt Enable Register
GTM_TOM2_CH15_IRQ_FORCINT 0xF01093E4          TOM2 Channel 15 Force Interrupt Register
GTM_TOM2_CH15_IRQ_MODE 0xF01093E8          TOM2 Channel 15 Interrupt Mode Register
GTM_TOM3_CH0_CTRL 0xF0109800          TOM3 Channel 0 Control Register
GTM_TOM3_CH0_SR0 0xF0109804          TOM3 Channel 0 CCU0 Compare Shadow Register
GTM_TOM3_CH0_SR1 0xF0109808          TOM3 Channel 0 CCU1 Compare Shadow Register
GTM_TOM3_CH0_CM0 0xF010980C          TOM3 Channel 0 CCU0 Compare Register
GTM_TOM3_CH0_CM1 0xF0109810          TOM3 Channel 0 CCU1 Compare Register
GTM_TOM3_CH0_CN0 0xF0109814          TOM3 Channel 0 CCU0 Counter Register
GTM_TOM3_CH0_STAT 0xF0109818          TOM3 Channel 0 Status Register
GTM_TOM3_CH0_IRQ_NOTIFY 0xF010981C          TOM3 Channel 0 Interrupt Notification Register
GTM_TOM3_CH0_IRQ_EN 0xF0109820          TOM3 Channel 0 Interrupt Enable Register
GTM_TOM3_CH0_IRQ_FORCINT 0xF0109824          TOM3 Channel 0 Force Interrupt Register
GTM_TOM3_CH0_IRQ_MODE 0xF0109828          TOM3 Channel 0 Interrupt Mode Register
GTM_TOM3_TGC0_GLB_CTRL 0xF0109830          TOM3 TGC0 Global Control Register
GTM_TOM3_TGC0_ACT_TB 0xF0109834          TOM3 TGC0 Action Time Base Register
GTM_TOM3_TGC0_FUPD_CTRL 0xF0109838          TOM3 TGC0 Force Update Control Register
GTM_TOM3_TGC0_INT_TRIG 0xF010983C          TOM3 TGC0 Internal Trigger Control Register
GTM_TOM3_CH1_CTRL 0xF0109840          TOM3 Channel 1 Control Register
GTM_TOM3_CH1_SR0 0xF0109844          TOM3 Channel 1 CCU0 Compare Shadow Register
GTM_TOM3_CH1_SR1 0xF0109848          TOM3 Channel 1 CCU1 Compare Shadow Register
GTM_TOM3_CH1_CM0 0xF010984C          TOM3 Channel 1 CCU0 Compare Register
GTM_TOM3_CH1_CM1 0xF0109850          TOM3 Channel 1 CCU1 Compare Register
GTM_TOM3_CH1_CN0 0xF0109854          TOM3 Channel 1 CCU0 Counter Register
GTM_TOM3_CH1_STAT 0xF0109858          TOM3 Channel 1 Status Register
GTM_TOM3_CH1_IRQ_NOTIFY 0xF010985C          TOM3 Channel 1 Interrupt Notification Register
GTM_TOM3_CH1_IRQ_EN 0xF0109860          TOM3 Channel 1 Interrupt Enable Register
GTM_TOM3_CH1_IRQ_FORCINT 0xF0109864          TOM3 Channel 1 Force Interrupt Register
GTM_TOM3_CH1_IRQ_MODE 0xF0109868          TOM3 Channel 1 Interrupt Mode Register
GTM_TOM3_TGC0_ENDIS_CTRL 0xF0109870          TOM3 TGC0 Enable/Disable Control Register
GTM_TOM3_TGC0_ENDIS_STAT 0xF0109874          TOM3 TGC0 Enable/Disable Status Register
GTM_TOM3_TGC0_OUTEN_CTRL 0xF0109878          TOM3 TGC0 Output Enable Control Register
GTM_TOM3_TGC0_OUTEN_STAT 0xF010987C          TOM3 TGC0 Output Enable Status Register
GTM_TOM3_CH2_CTRL 0xF0109880          TOM3 Channel 2 Control Register
GTM_TOM3_CH2_SR0 0xF0109884          TOM3 Channel 2 CCU0 Compare Shadow Register
GTM_TOM3_CH2_SR1 0xF0109888          TOM3 Channel 2 CCU1 Compare Shadow Register
GTM_TOM3_CH2_CM0 0xF010988C          TOM3 Channel 2 CCU0 Compare Register
GTM_TOM3_CH2_CM1 0xF0109890          TOM3 Channel 2 CCU1 Compare Register
GTM_TOM3_CH2_CN0 0xF0109894          TOM3 Channel 2 CCU0 Counter Register
GTM_TOM3_CH2_STAT 0xF0109898          TOM3 Channel 2 Status Register
GTM_TOM3_CH2_IRQ_NOTIFY 0xF010989C          TOM3 Channel 2 Interrupt Notification Register
GTM_TOM3_CH2_IRQ_EN 0xF01098A0          TOM3 Channel 2 Interrupt Enable Register
GTM_TOM3_CH2_IRQ_FORCINT 0xF01098A4          TOM3 Channel 2 Force Interrupt Register
GTM_TOM3_CH2_IRQ_MODE 0xF01098A8          TOM3 Channel 2 Interrupt Mode Register
GTM_TOM3_CH3_CTRL 0xF01098C0          TOM3 Channel 3 Control Register
GTM_TOM3_CH3_SR0 0xF01098C4          TOM3 Channel 3 CCU0 Compare Shadow Register
GTM_TOM3_CH3_SR1 0xF01098C8          TOM3 Channel 3 CCU1 Compare Shadow Register
GTM_TOM3_CH3_CM0 0xF01098CC          TOM3 Channel 3 CCU0 Compare Register
GTM_TOM3_CH3_CM1 0xF01098D0          TOM3 Channel 3 CCU1 Compare Register
GTM_TOM3_CH3_CN0 0xF01098D4          TOM3 Channel 3 CCU0 Counter Register
GTM_TOM3_CH3_STAT 0xF01098D8          TOM3 Channel 3 Status Register
GTM_TOM3_CH3_IRQ_NOTIFY 0xF01098DC          TOM3 Channel 3 Interrupt Notification Register
GTM_TOM3_CH3_IRQ_EN 0xF01098E0          TOM3 Channel 3 Interrupt Enable Register
GTM_TOM3_CH3_IRQ_FORCINT 0xF01098E4          TOM3 Channel 3 Force Interrupt Register
GTM_TOM3_CH3_IRQ_MODE 0xF01098E8          TOM3 Channel 3 Interrupt Mode Register
GTM_TOM3_CH4_CTRL 0xF0109900          TOM3 Channel 4 Control Register
GTM_TOM3_CH4_SR0 0xF0109904          TOM3 Channel 4 CCU0 Compare Shadow Register
GTM_TOM3_CH4_SR1 0xF0109908          TOM3 Channel 4 CCU1 Compare Shadow Register
GTM_TOM3_CH4_CM0 0xF010990C          TOM3 Channel 4 CCU0 Compare Register
GTM_TOM3_CH4_CM1 0xF0109910          TOM3 Channel 4 CCU1 Compare Register
GTM_TOM3_CH4_CN0 0xF0109914          TOM3 Channel 4 CCU0 Counter Register
GTM_TOM3_CH4_STAT 0xF0109918          TOM3 Channel 4 Status Register
GTM_TOM3_CH4_IRQ_NOTIFY 0xF010991C          TOM3 Channel 4 Interrupt Notification Register
GTM_TOM3_CH4_IRQ_EN 0xF0109920          TOM3 Channel 4 Interrupt Enable Register
GTM_TOM3_CH4_IRQ_FORCINT 0xF0109924          TOM3 Channel 4 Force Interrupt Register
GTM_TOM3_CH4_IRQ_MODE 0xF0109928          TOM3 Channel 4 Interrupt Mode Register
GTM_TOM3_CH5_CTRL 0xF0109940          TOM3 Channel 5 Control Register
GTM_TOM3_CH5_SR0 0xF0109944          TOM3 Channel 5 CCU0 Compare Shadow Register
GTM_TOM3_CH5_SR1 0xF0109948          TOM3 Channel 5 CCU1 Compare Shadow Register
GTM_TOM3_CH5_CM0 0xF010994C          TOM3 Channel 5 CCU0 Compare Register
GTM_TOM3_CH5_CM1 0xF0109950          TOM3 Channel 5 CCU1 Compare Register
GTM_TOM3_CH5_CN0 0xF0109954          TOM3 Channel 5 CCU0 Counter Register
GTM_TOM3_CH5_STAT 0xF0109958          TOM3 Channel 5 Status Register
GTM_TOM3_CH5_IRQ_NOTIFY 0xF010995C          TOM3 Channel 5 Interrupt Notification Register
GTM_TOM3_CH5_IRQ_EN 0xF0109960          TOM3 Channel 5 Interrupt Enable Register
GTM_TOM3_CH5_IRQ_FORCINT 0xF0109964          TOM3 Channel 5 Force Interrupt Register
GTM_TOM3_CH5_IRQ_MODE 0xF0109968          TOM3 Channel 5 Interrupt Mode Register
GTM_TOM3_CH6_CTRL 0xF0109980          TOM3 Channel 6 Control Register
GTM_TOM3_CH6_SR0 0xF0109984          TOM3 Channel 6 CCU0 Compare Shadow Register
GTM_TOM3_CH6_SR1 0xF0109988          TOM3 Channel 6 CCU1 Compare Shadow Register
GTM_TOM3_CH6_CM0 0xF010998C          TOM3 Channel 6 CCU0 Compare Register
GTM_TOM3_CH6_CM1 0xF0109990          TOM3 Channel 6 CCU1 Compare Register
GTM_TOM3_CH6_CN0 0xF0109994          TOM3 Channel 6 CCU0 Counter Register
GTM_TOM3_CH6_STAT 0xF0109998          TOM3 Channel 6 Status Register
GTM_TOM3_CH6_IRQ_NOTIFY 0xF010999C          TOM3 Channel 6 Interrupt Notification Register
GTM_TOM3_CH6_IRQ_EN 0xF01099A0          TOM3 Channel 6 Interrupt Enable Register
GTM_TOM3_CH6_IRQ_FORCINT 0xF01099A4          TOM3 Channel 6 Force Interrupt Register
GTM_TOM3_CH6_IRQ_MODE 0xF01099A8          TOM3 Channel 6 Interrupt Mode Register
GTM_TOM3_CH7_CTRL 0xF01099C0          TOM3 Channel 7 Control Register
GTM_TOM3_CH7_SR0 0xF01099C4          TOM3 Channel 7 CCU0 Compare Shadow Register
GTM_TOM3_CH7_SR1 0xF01099C8          TOM3 Channel 7 CCU1 Compare Shadow Register
GTM_TOM3_CH7_CM0 0xF01099CC          TOM3 Channel 7 CCU0 Compare Register
GTM_TOM3_CH7_CM1 0xF01099D0          TOM3 Channel 7 CCU1 Compare Register
GTM_TOM3_CH7_CN0 0xF01099D4          TOM3 Channel 7 CCU0 Counter Register
GTM_TOM3_CH7_STAT 0xF01099D8          TOM3 Channel 7 Status Register
GTM_TOM3_CH7_IRQ_NOTIFY 0xF01099DC          TOM3 Channel 7 Interrupt Notification Register
GTM_TOM3_CH7_IRQ_EN 0xF01099E0          TOM3 Channel 7 Interrupt Enable Register
GTM_TOM3_CH7_IRQ_FORCINT 0xF01099E4          TOM3 Channel 7 Force Interrupt Register
GTM_TOM3_CH7_IRQ_MODE 0xF01099E8          TOM3 Channel 7 Interrupt Mode Register
GTM_TOM3_CH8_CTRL 0xF0109A00          TOM3 Channel 8 Control Register
GTM_TOM3_CH8_SR0 0xF0109A04          TOM3 Channel 8 CCU0 Compare Shadow Register
GTM_TOM3_CH8_SR1 0xF0109A08          TOM3 Channel 8 CCU1 Compare Shadow Register
GTM_TOM3_CH8_CM0 0xF0109A0C          TOM3 Channel 8 CCU0 Compare Register
GTM_TOM3_CH8_CM1 0xF0109A10          TOM3 Channel 8 CCU1 Compare Register
GTM_TOM3_CH8_CN0 0xF0109A14          TOM3 Channel 8 CCU0 Counter Register
GTM_TOM3_CH8_STAT 0xF0109A18          TOM3 Channel 8 Status Register
GTM_TOM3_CH8_IRQ_NOTIFY 0xF0109A1C          TOM3 Channel 8 Interrupt Notification Register
GTM_TOM3_CH8_IRQ_EN 0xF0109A20          TOM3 Channel 8 Interrupt Enable Register
GTM_TOM3_CH8_IRQ_FORCINT 0xF0109A24          TOM3 Channel 8 Force Interrupt Register
GTM_TOM3_CH8_IRQ_MODE 0xF0109A28          TOM3 Channel 8 Interrupt Mode Register
GTM_TOM3_TGC1_GLB_CTRL 0xF0109A30          TOM3 TGC1 Global Control Register
GTM_TOM3_TGC1_ACT_TB 0xF0109A34          TOM3 TGC1 Action Time Base Register
GTM_TOM3_TGC1_FUPD_CTRL 0xF0109A38          TOM3 TGC1 Force Update Control Register
GTM_TOM3_TGC1_INT_TRIG 0xF0109A3C          TOM3 TGC1 Internal Trigger Control Register
GTM_TOM3_CH9_CTRL 0xF0109A40          TOM3 Channel 9 Control Register
GTM_TOM3_CH9_SR0 0xF0109A44          TOM3 Channel 9 CCU0 Compare Shadow Register
GTM_TOM3_CH9_SR1 0xF0109A48          TOM3 Channel 9 CCU1 Compare Shadow Register
GTM_TOM3_CH9_CM0 0xF0109A4C          TOM3 Channel 9 CCU0 Compare Register
GTM_TOM3_CH9_CM1 0xF0109A50          TOM3 Channel 9 CCU1 Compare Register
GTM_TOM3_CH9_CN0 0xF0109A54          TOM3 Channel 9 CCU0 Counter Register
GTM_TOM3_CH9_STAT 0xF0109A58          TOM3 Channel 9 Status Register
GTM_TOM3_CH9_IRQ_NOTIFY 0xF0109A5C          TOM3 Channel 9 Interrupt Notification Register
GTM_TOM3_CH9_IRQ_EN 0xF0109A60          TOM3 Channel 9 Interrupt Enable Register
GTM_TOM3_CH9_IRQ_FORCINT 0xF0109A64          TOM3 Channel 9 Force Interrupt Register
GTM_TOM3_CH9_IRQ_MODE 0xF0109A68          TOM3 Channel 9 Interrupt Mode Register
GTM_TOM3_TGC1_ENDIS_CTRL 0xF0109A70          TOM3 TGC1 Enable/Disable Control Register
GTM_TOM3_TGC1_ENDIS_STAT 0xF0109A74          TOM3 TGC1 Enable/Disable Status Register
GTM_TOM3_TGC1_OUTEN_CTRL 0xF0109A78          TOM3 TGC1 Output Enable Control Register
GTM_TOM3_TGC1_OUTEN_STAT 0xF0109A7C          TOM3 TGC1 Output Enable Status Register
GTM_TOM3_CH10_CTRL 0xF0109A80          TOM3 Channel 10 Control Register
GTM_TOM3_CH10_SR0 0xF0109A84          TOM3 Channel 10 CCU0 Compare Shadow Register
GTM_TOM3_CH10_SR1 0xF0109A88          TOM3 Channel 10 CCU1 Compare Shadow Register
GTM_TOM3_CH10_CM0 0xF0109A8C          TOM3 Channel 10 CCU0 Compare Register
GTM_TOM3_CH10_CM1 0xF0109A90          TOM3 Channel 10 CCU1 Compare Register
GTM_TOM3_CH10_CN0 0xF0109A94          TOM3 Channel 10 CCU0 Counter Register
GTM_TOM3_CH10_STAT 0xF0109A98          TOM3 Channel 10 Status Register
GTM_TOM3_CH10_IRQ_NOTIFY 0xF0109A9C          TOM3 Channel 10 Interrupt Notification Register
GTM_TOM3_CH10_IRQ_EN 0xF0109AA0          TOM3 Channel 10 Interrupt Enable Register
GTM_TOM3_CH10_IRQ_FORCINT 0xF0109AA4          TOM3 Channel 10 Force Interrupt Register
GTM_TOM3_CH10_IRQ_MODE 0xF0109AA8          TOM3 Channel 10 Interrupt Mode Register
GTM_TOM3_CH11_CTRL 0xF0109AC0          TOM3 Channel 11 Control Register
GTM_TOM3_CH11_SR0 0xF0109AC4          TOM3 Channel 11 CCU0 Compare Shadow Register
GTM_TOM3_CH11_SR1 0xF0109AC8          TOM3 Channel 11 CCU1 Compare Shadow Register
GTM_TOM3_CH11_CM0 0xF0109ACC          TOM3 Channel 11 CCU0 Compare Register
GTM_TOM3_CH11_CM1 0xF0109AD0          TOM3 Channel 11 CCU1 Compare Register
GTM_TOM3_CH11_CN0 0xF0109AD4          TOM3 Channel 11 CCU0 Counter Register
GTM_TOM3_CH11_STAT 0xF0109AD8          TOM3 Channel 11 Status Register
GTM_TOM3_CH11_IRQ_NOTIFY 0xF0109ADC          TOM3 Channel 11 Interrupt Notification Register
GTM_TOM3_CH11_IRQ_EN 0xF0109AE0          TOM3 Channel 11 Interrupt Enable Register
GTM_TOM3_CH11_IRQ_FORCINT 0xF0109AE4          TOM3 Channel 11 Force Interrupt Register
GTM_TOM3_CH11_IRQ_MODE 0xF0109AE8          TOM3 Channel 11 Interrupt Mode Register
GTM_TOM3_CH12_CTRL 0xF0109B00          TOM3 Channel 12 Control Register
GTM_TOM3_CH12_SR0 0xF0109B04          TOM3 Channel 12 CCU0 Compare Shadow Register
GTM_TOM3_CH12_SR1 0xF0109B08          TOM3 Channel 12 CCU1 Compare Shadow Register
GTM_TOM3_CH12_CM0 0xF0109B0C          TOM3 Channel 12 CCU0 Compare Register
GTM_TOM3_CH12_CM1 0xF0109B10          TOM3 Channel 12 CCU1 Compare Register
GTM_TOM3_CH12_CN0 0xF0109B14          TOM3 Channel 12 CCU0 Counter Register
GTM_TOM3_CH12_STAT 0xF0109B18          TOM3 Channel 12 Status Register
GTM_TOM3_CH12_IRQ_NOTIFY 0xF0109B1C          TOM3 Channel 12 Interrupt Notification Register
GTM_TOM3_CH12_IRQ_EN 0xF0109B20          TOM3 Channel 12 Interrupt Enable Register
GTM_TOM3_CH12_IRQ_FORCINT 0xF0109B24          TOM3 Channel 12 Force Interrupt Register
GTM_TOM3_CH12_IRQ_MODE 0xF0109B28          TOM3 Channel 12 Interrupt Mode Register
GTM_TOM3_CH13_CTRL 0xF0109B40          TOM3 Channel 13 Control Register
GTM_TOM3_CH13_SR0 0xF0109B44          TOM3 Channel 13 CCU0 Compare Shadow Register
GTM_TOM3_CH13_SR1 0xF0109B48          TOM3 Channel 13 CCU1 Compare Shadow Register
GTM_TOM3_CH13_CM0 0xF0109B4C          TOM3 Channel 13 CCU0 Compare Register
GTM_TOM3_CH13_CM1 0xF0109B50          TOM3 Channel 13 CCU1 Compare Register
GTM_TOM3_CH13_CN0 0xF0109B54          TOM3 Channel 13 CCU0 Counter Register
GTM_TOM3_CH13_STAT 0xF0109B58          TOM3 Channel 13 Status Register
GTM_TOM3_CH13_IRQ_NOTIFY 0xF0109B5C          TOM3 Channel 13 Interrupt Notification Register
GTM_TOM3_CH13_IRQ_EN 0xF0109B60          TOM3 Channel 13 Interrupt Enable Register
GTM_TOM3_CH13_IRQ_FORCINT 0xF0109B64          TOM3 Channel 13 Force Interrupt Register
GTM_TOM3_CH13_IRQ_MODE 0xF0109B68          TOM3 Channel 13 Interrupt Mode Register
GTM_TOM3_CH14_CTRL 0xF0109B80          TOM3 Channel 14 Control Register
GTM_TOM3_CH14_SR0 0xF0109B84          TOM3 Channel 14 CCU0 Compare Shadow Register
GTM_TOM3_CH14_SR1 0xF0109B88          TOM3 Channel 14 CCU1 Compare Shadow Register
GTM_TOM3_CH14_CM0 0xF0109B8C          TOM3 Channel 14 CCU0 Compare Register
GTM_TOM3_CH14_CM1 0xF0109B90          TOM3 Channel 14 CCU1 Compare Register
GTM_TOM3_CH14_CN0 0xF0109B94          TOM3 Channel 14 CCU0 Counter Register
GTM_TOM3_CH14_STAT 0xF0109B98          TOM3 Channel 14 Status Register
GTM_TOM3_CH14_IRQ_NOTIFY 0xF0109B9C          TOM3 Channel 14 Interrupt Notification Register
GTM_TOM3_CH14_IRQ_EN 0xF0109BA0          TOM3 Channel 14 Interrupt Enable Register
GTM_TOM3_CH14_IRQ_FORCINT 0xF0109BA4          TOM3 Channel 14 Force Interrupt Register
GTM_TOM3_CH14_IRQ_MODE 0xF0109BA8          TOM3 Channel 14 Interrupt Mode Register
GTM_TOM3_CH15_CTRL 0xF0109BC0          TOM3 Channel 15 Control Register
GTM_TOM3_CH15_SR0 0xF0109BC4          TOM3 Channel 15 CCU0 Compare Shadow Register
GTM_TOM3_CH15_SR1 0xF0109BC8          TOM3 Channel 15 CCU1 Compare Shadow Register
GTM_TOM3_CH15_CM0 0xF0109BCC          TOM3 Channel 15 CCU0 Compare Register
GTM_TOM3_CH15_CM1 0xF0109BD0          TOM3 Channel 15 CCU1 Compare Register
GTM_TOM3_CH15_CN0 0xF0109BD4          TOM3 Channel 15 CCU0 Counter Register
GTM_TOM3_CH15_STAT 0xF0109BD8          TOM3 Channel 15 Status Register
GTM_TOM3_CH15_IRQ_NOTIFY 0xF0109BDC          TOM3 Channel 15 Interrupt Notification Register
GTM_TOM3_CH15_IRQ_EN 0xF0109BE0          TOM3 Channel 15 Interrupt Enable Register
GTM_TOM3_CH15_IRQ_FORCINT 0xF0109BE4          TOM3 Channel 15 Force Interrupt Register
GTM_TOM3_CH15_IRQ_MODE 0xF0109BE8          TOM3 Channel 15 Interrupt Mode Register
GTM_TOM4_CH0_CTRL 0xF010A000          TOM4 Channel 0 Control Register
GTM_TOM4_CH0_SR0 0xF010A004          TOM4 Channel 0 CCU0 Compare Shadow Register
GTM_TOM4_CH0_SR1 0xF010A008          TOM4 Channel 0 CCU1 Compare Shadow Register
GTM_TOM4_CH0_CM0 0xF010A00C          TOM4 Channel 0 CCU0 Compare Register
GTM_TOM4_CH0_CM1 0xF010A010          TOM4 Channel 0 CCU1 Compare Register
GTM_TOM4_CH0_CN0 0xF010A014          TOM4 Channel 0 CCU0 Counter Register
GTM_TOM4_CH0_STAT 0xF010A018          TOM4 Channel 0 Status Register
GTM_TOM4_CH0_IRQ_NOTIFY 0xF010A01C          TOM4 Channel 0 Interrupt Notification Register
GTM_TOM4_CH0_IRQ_EN 0xF010A020          TOM4 Channel 0 Interrupt Enable Register
GTM_TOM4_CH0_IRQ_FORCINT 0xF010A024          TOM4 Channel 0 Force Interrupt Register
GTM_TOM4_CH0_IRQ_MODE 0xF010A028          TOM4 Channel 0 Interrupt Mode Register
GTM_TOM4_TGC0_GLB_CTRL 0xF010A030          TOM4 TGC0 Global Control Register
GTM_TOM4_TGC0_ACT_TB 0xF010A034          TOM4 TGC0 Action Time Base Register
GTM_TOM4_TGC0_FUPD_CTRL 0xF010A038          TOM4 TGC0 Force Update Control Register
GTM_TOM4_TGC0_INT_TRIG 0xF010A03C          TOM4 TGC0 Internal Trigger Control Register
GTM_TOM4_CH1_CTRL 0xF010A040          TOM4 Channel 1 Control Register
GTM_TOM4_CH1_SR0 0xF010A044          TOM4 Channel 1 CCU0 Compare Shadow Register
GTM_TOM4_CH1_SR1 0xF010A048          TOM4 Channel 1 CCU1 Compare Shadow Register
GTM_TOM4_CH1_CM0 0xF010A04C          TOM4 Channel 1 CCU0 Compare Register
GTM_TOM4_CH1_CM1 0xF010A050          TOM4 Channel 1 CCU1 Compare Register
GTM_TOM4_CH1_CN0 0xF010A054          TOM4 Channel 1 CCU0 Counter Register
GTM_TOM4_CH1_STAT 0xF010A058          TOM4 Channel 1 Status Register
GTM_TOM4_CH1_IRQ_NOTIFY 0xF010A05C          TOM4 Channel 1 Interrupt Notification Register
GTM_TOM4_CH1_IRQ_EN 0xF010A060          TOM4 Channel 1 Interrupt Enable Register
GTM_TOM4_CH1_IRQ_FORCINT 0xF010A064          TOM4 Channel 1 Force Interrupt Register
GTM_TOM4_CH1_IRQ_MODE 0xF010A068          TOM4 Channel 1 Interrupt Mode Register
GTM_TOM4_TGC0_ENDIS_CTRL 0xF010A070          TOM4 TGC0 Enable/Disable Control Register
GTM_TOM4_TGC0_ENDIS_STAT 0xF010A074          TOM4 TGC0 Enable/Disable Status Register
GTM_TOM4_TGC0_OUTEN_CTRL 0xF010A078          TOM4 TGC0 Output Enable Control Register
GTM_TOM4_TGC0_OUTEN_STAT 0xF010A07C          TOM4 TGC0 Output Enable Status Register
GTM_TOM4_CH2_CTRL 0xF010A080          TOM4 Channel 2 Control Register
GTM_TOM4_CH2_SR0 0xF010A084          TOM4 Channel 2 CCU0 Compare Shadow Register
GTM_TOM4_CH2_SR1 0xF010A088          TOM4 Channel 2 CCU1 Compare Shadow Register
GTM_TOM4_CH2_CM0 0xF010A08C          TOM4 Channel 2 CCU0 Compare Register
GTM_TOM4_CH2_CM1 0xF010A090          TOM4 Channel 2 CCU1 Compare Register
GTM_TOM4_CH2_CN0 0xF010A094          TOM4 Channel 2 CCU0 Counter Register
GTM_TOM4_CH2_STAT 0xF010A098          TOM4 Channel 2 Status Register
GTM_TOM4_CH2_IRQ_NOTIFY 0xF010A09C          TOM4 Channel 2 Interrupt Notification Register
GTM_TOM4_CH2_IRQ_EN 0xF010A0A0          TOM4 Channel 2 Interrupt Enable Register
GTM_TOM4_CH2_IRQ_FORCINT 0xF010A0A4          TOM4 Channel 2 Force Interrupt Register
GTM_TOM4_CH2_IRQ_MODE 0xF010A0A8          TOM4 Channel 2 Interrupt Mode Register
GTM_TOM4_CH3_CTRL 0xF010A0C0          TOM4 Channel 3 Control Register
GTM_TOM4_CH3_SR0 0xF010A0C4          TOM4 Channel 3 CCU0 Compare Shadow Register
GTM_TOM4_CH3_SR1 0xF010A0C8          TOM4 Channel 3 CCU1 Compare Shadow Register
GTM_TOM4_CH3_CM0 0xF010A0CC          TOM4 Channel 3 CCU0 Compare Register
GTM_TOM4_CH3_CM1 0xF010A0D0          TOM4 Channel 3 CCU1 Compare Register
GTM_TOM4_CH3_CN0 0xF010A0D4          TOM4 Channel 3 CCU0 Counter Register
GTM_TOM4_CH3_STAT 0xF010A0D8          TOM4 Channel 3 Status Register
GTM_TOM4_CH3_IRQ_NOTIFY 0xF010A0DC          TOM4 Channel 3 Interrupt Notification Register
GTM_TOM4_CH3_IRQ_EN 0xF010A0E0          TOM4 Channel 3 Interrupt Enable Register
GTM_TOM4_CH3_IRQ_FORCINT 0xF010A0E4          TOM4 Channel 3 Force Interrupt Register
GTM_TOM4_CH3_IRQ_MODE 0xF010A0E8          TOM4 Channel 3 Interrupt Mode Register
GTM_TOM4_CH4_CTRL 0xF010A100          TOM4 Channel 4 Control Register
GTM_TOM4_CH4_SR0 0xF010A104          TOM4 Channel 4 CCU0 Compare Shadow Register
GTM_TOM4_CH4_SR1 0xF010A108          TOM4 Channel 4 CCU1 Compare Shadow Register
GTM_TOM4_CH4_CM0 0xF010A10C          TOM4 Channel 4 CCU0 Compare Register
GTM_TOM4_CH4_CM1 0xF010A110          TOM4 Channel 4 CCU1 Compare Register
GTM_TOM4_CH4_CN0 0xF010A114          TOM4 Channel 4 CCU0 Counter Register
GTM_TOM4_CH4_STAT 0xF010A118          TOM4 Channel 4 Status Register
GTM_TOM4_CH4_IRQ_NOTIFY 0xF010A11C          TOM4 Channel 4 Interrupt Notification Register
GTM_TOM4_CH4_IRQ_EN 0xF010A120          TOM4 Channel 4 Interrupt Enable Register
GTM_TOM4_CH4_IRQ_FORCINT 0xF010A124          TOM4 Channel 4 Force Interrupt Register
GTM_TOM4_CH4_IRQ_MODE 0xF010A128          TOM4 Channel 4 Interrupt Mode Register
GTM_TOM4_CH5_CTRL 0xF010A140          TOM4 Channel 5 Control Register
GTM_TOM4_CH5_SR0 0xF010A144          TOM4 Channel 5 CCU0 Compare Shadow Register
GTM_TOM4_CH5_SR1 0xF010A148          TOM4 Channel 5 CCU1 Compare Shadow Register
GTM_TOM4_CH5_CM0 0xF010A14C          TOM4 Channel 5 CCU0 Compare Register
GTM_TOM4_CH5_CM1 0xF010A150          TOM4 Channel 5 CCU1 Compare Register
GTM_TOM4_CH5_CN0 0xF010A154          TOM4 Channel 5 CCU0 Counter Register
GTM_TOM4_CH5_STAT 0xF010A158          TOM4 Channel 5 Status Register
GTM_TOM4_CH5_IRQ_NOTIFY 0xF010A15C          TOM4 Channel 5 Interrupt Notification Register
GTM_TOM4_CH5_IRQ_EN 0xF010A160          TOM4 Channel 5 Interrupt Enable Register
GTM_TOM4_CH5_IRQ_FORCINT 0xF010A164          TOM4 Channel 5 Force Interrupt Register
GTM_TOM4_CH5_IRQ_MODE 0xF010A168          TOM4 Channel 5 Interrupt Mode Register
GTM_TOM4_CH6_CTRL 0xF010A180          TOM4 Channel 6 Control Register
GTM_TOM4_CH6_SR0 0xF010A184          TOM4 Channel 6 CCU0 Compare Shadow Register
GTM_TOM4_CH6_SR1 0xF010A188          TOM4 Channel 6 CCU1 Compare Shadow Register
GTM_TOM4_CH6_CM0 0xF010A18C          TOM4 Channel 6 CCU0 Compare Register
GTM_TOM4_CH6_CM1 0xF010A190          TOM4 Channel 6 CCU1 Compare Register
GTM_TOM4_CH6_CN0 0xF010A194          TOM4 Channel 6 CCU0 Counter Register
GTM_TOM4_CH6_STAT 0xF010A198          TOM4 Channel 6 Status Register
GTM_TOM4_CH6_IRQ_NOTIFY 0xF010A19C          TOM4 Channel 6 Interrupt Notification Register
GTM_TOM4_CH6_IRQ_EN 0xF010A1A0          TOM4 Channel 6 Interrupt Enable Register
GTM_TOM4_CH6_IRQ_FORCINT 0xF010A1A4          TOM4 Channel 6 Force Interrupt Register
GTM_TOM4_CH6_IRQ_MODE 0xF010A1A8          TOM4 Channel 6 Interrupt Mode Register
GTM_TOM4_CH7_CTRL 0xF010A1C0          TOM4 Channel 7 Control Register
GTM_TOM4_CH7_SR0 0xF010A1C4          TOM4 Channel 7 CCU0 Compare Shadow Register
GTM_TOM4_CH7_SR1 0xF010A1C8          TOM4 Channel 7 CCU1 Compare Shadow Register
GTM_TOM4_CH7_CM0 0xF010A1CC          TOM4 Channel 7 CCU0 Compare Register
GTM_TOM4_CH7_CM1 0xF010A1D0          TOM4 Channel 7 CCU1 Compare Register
GTM_TOM4_CH7_CN0 0xF010A1D4          TOM4 Channel 7 CCU0 Counter Register
GTM_TOM4_CH7_STAT 0xF010A1D8          TOM4 Channel 7 Status Register
GTM_TOM4_CH7_IRQ_NOTIFY 0xF010A1DC          TOM4 Channel 7 Interrupt Notification Register
GTM_TOM4_CH7_IRQ_EN 0xF010A1E0          TOM4 Channel 7 Interrupt Enable Register
GTM_TOM4_CH7_IRQ_FORCINT 0xF010A1E4          TOM4 Channel 7 Force Interrupt Register
GTM_TOM4_CH7_IRQ_MODE 0xF010A1E8          TOM4 Channel 7 Interrupt Mode Register
GTM_TOM4_CH8_CTRL 0xF010A200          TOM4 Channel 8 Control Register
GTM_TOM4_CH8_SR0 0xF010A204          TOM4 Channel 8 CCU0 Compare Shadow Register
GTM_TOM4_CH8_SR1 0xF010A208          TOM4 Channel 8 CCU1 Compare Shadow Register
GTM_TOM4_CH8_CM0 0xF010A20C          TOM4 Channel 8 CCU0 Compare Register
GTM_TOM4_CH8_CM1 0xF010A210          TOM4 Channel 8 CCU1 Compare Register
GTM_TOM4_CH8_CN0 0xF010A214          TOM4 Channel 8 CCU0 Counter Register
GTM_TOM4_CH8_STAT 0xF010A218          TOM4 Channel 8 Status Register
GTM_TOM4_CH8_IRQ_NOTIFY 0xF010A21C          TOM4 Channel 8 Interrupt Notification Register
GTM_TOM4_CH8_IRQ_EN 0xF010A220          TOM4 Channel 8 Interrupt Enable Register
GTM_TOM4_CH8_IRQ_FORCINT 0xF010A224          TOM4 Channel 8 Force Interrupt Register
GTM_TOM4_CH8_IRQ_MODE 0xF010A228          TOM4 Channel 8 Interrupt Mode Register
GTM_TOM4_TGC1_GLB_CTRL 0xF010A230          TOM4 TGC1 Global Control Register
GTM_TOM4_TGC1_ACT_TB 0xF010A234          TOM4 TGC1 Action Time Base Register
GTM_TOM4_TGC1_FUPD_CTRL 0xF010A238          TOM4 TGC1 Force Update Control Register
GTM_TOM4_TGC1_INT_TRIG 0xF010A23C          TOM4 TGC1 Internal Trigger Control Register
GTM_TOM4_CH9_CTRL 0xF010A240          TOM4 Channel 9 Control Register
GTM_TOM4_CH9_SR0 0xF010A244          TOM4 Channel 9 CCU0 Compare Shadow Register
GTM_TOM4_CH9_SR1 0xF010A248          TOM4 Channel 9 CCU1 Compare Shadow Register
GTM_TOM4_CH9_CM0 0xF010A24C          TOM4 Channel 9 CCU0 Compare Register
GTM_TOM4_CH9_CM1 0xF010A250          TOM4 Channel 9 CCU1 Compare Register
GTM_TOM4_CH9_CN0 0xF010A254          TOM4 Channel 9 CCU0 Counter Register
GTM_TOM4_CH9_STAT 0xF010A258          TOM4 Channel 9 Status Register
GTM_TOM4_CH9_IRQ_NOTIFY 0xF010A25C          TOM4 Channel 9 Interrupt Notification Register
GTM_TOM4_CH9_IRQ_EN 0xF010A260          TOM4 Channel 9 Interrupt Enable Register
GTM_TOM4_CH9_IRQ_FORCINT 0xF010A264          TOM4 Channel 9 Force Interrupt Register
GTM_TOM4_CH9_IRQ_MODE 0xF010A268          TOM4 Channel 9 Interrupt Mode Register
GTM_TOM4_TGC1_ENDIS_CTRL 0xF010A270          TOM4 TGC1 Enable/Disable Control Register
GTM_TOM4_TGC1_ENDIS_STAT 0xF010A274          TOM4 TGC1 Enable/Disable Status Register
GTM_TOM4_TGC1_OUTEN_CTRL 0xF010A278          TOM4 TGC1 Output Enable Control Register
GTM_TOM4_TGC1_OUTEN_STAT 0xF010A27C          TOM4 TGC1 Output Enable Status Register
GTM_TOM4_CH10_CTRL 0xF010A280          TOM4 Channel 10 Control Register
GTM_TOM4_CH10_SR0 0xF010A284          TOM4 Channel 10 CCU0 Compare Shadow Register
GTM_TOM4_CH10_SR1 0xF010A288          TOM4 Channel 10 CCU1 Compare Shadow Register
GTM_TOM4_CH10_CM0 0xF010A28C          TOM4 Channel 10 CCU0 Compare Register
GTM_TOM4_CH10_CM1 0xF010A290          TOM4 Channel 10 CCU1 Compare Register
GTM_TOM4_CH10_CN0 0xF010A294          TOM4 Channel 10 CCU0 Counter Register
GTM_TOM4_CH10_STAT 0xF010A298          TOM4 Channel 10 Status Register
GTM_TOM4_CH10_IRQ_NOTIFY 0xF010A29C          TOM4 Channel 10 Interrupt Notification Register
GTM_TOM4_CH10_IRQ_EN 0xF010A2A0          TOM4 Channel 10 Interrupt Enable Register
GTM_TOM4_CH10_IRQ_FORCINT 0xF010A2A4          TOM4 Channel 10 Force Interrupt Register
GTM_TOM4_CH10_IRQ_MODE 0xF010A2A8          TOM4 Channel 10 Interrupt Mode Register
GTM_TOM4_CH11_CTRL 0xF010A2C0          TOM4 Channel 11 Control Register
GTM_TOM4_CH11_SR0 0xF010A2C4          TOM4 Channel 11 CCU0 Compare Shadow Register
GTM_TOM4_CH11_SR1 0xF010A2C8          TOM4 Channel 11 CCU1 Compare Shadow Register
GTM_TOM4_CH11_CM0 0xF010A2CC          TOM4 Channel 11 CCU0 Compare Register
GTM_TOM4_CH11_CM1 0xF010A2D0          TOM4 Channel 11 CCU1 Compare Register
GTM_TOM4_CH11_CN0 0xF010A2D4          TOM4 Channel 11 CCU0 Counter Register
GTM_TOM4_CH11_STAT 0xF010A2D8          TOM4 Channel 11 Status Register
GTM_TOM4_CH11_IRQ_NOTIFY 0xF010A2DC          TOM4 Channel 11 Interrupt Notification Register
GTM_TOM4_CH11_IRQ_EN 0xF010A2E0          TOM4 Channel 11 Interrupt Enable Register
GTM_TOM4_CH11_IRQ_FORCINT 0xF010A2E4          TOM4 Channel 11 Force Interrupt Register
GTM_TOM4_CH11_IRQ_MODE 0xF010A2E8          TOM4 Channel 11 Interrupt Mode Register
GTM_TOM4_CH12_CTRL 0xF010A300          TOM4 Channel 12 Control Register
GTM_TOM4_CH12_SR0 0xF010A304          TOM4 Channel 12 CCU0 Compare Shadow Register
GTM_TOM4_CH12_SR1 0xF010A308          TOM4 Channel 12 CCU1 Compare Shadow Register
GTM_TOM4_CH12_CM0 0xF010A30C          TOM4 Channel 12 CCU0 Compare Register
GTM_TOM4_CH12_CM1 0xF010A310          TOM4 Channel 12 CCU1 Compare Register
GTM_TOM4_CH12_CN0 0xF010A314          TOM4 Channel 12 CCU0 Counter Register
GTM_TOM4_CH12_STAT 0xF010A318          TOM4 Channel 12 Status Register
GTM_TOM4_CH12_IRQ_NOTIFY 0xF010A31C          TOM4 Channel 12 Interrupt Notification Register
GTM_TOM4_CH12_IRQ_EN 0xF010A320          TOM4 Channel 12 Interrupt Enable Register
GTM_TOM4_CH12_IRQ_FORCINT 0xF010A324          TOM4 Channel 12 Force Interrupt Register
GTM_TOM4_CH12_IRQ_MODE 0xF010A328          TOM4 Channel 12 Interrupt Mode Register
GTM_TOM4_CH13_CTRL 0xF010A340          TOM4 Channel 13 Control Register
GTM_TOM4_CH13_SR0 0xF010A344          TOM4 Channel 13 CCU0 Compare Shadow Register
GTM_TOM4_CH13_SR1 0xF010A348          TOM4 Channel 13 CCU1 Compare Shadow Register
GTM_TOM4_CH13_CM0 0xF010A34C          TOM4 Channel 13 CCU0 Compare Register
GTM_TOM4_CH13_CM1 0xF010A350          TOM4 Channel 13 CCU1 Compare Register
GTM_TOM4_CH13_CN0 0xF010A354          TOM4 Channel 13 CCU0 Counter Register
GTM_TOM4_CH13_STAT 0xF010A358          TOM4 Channel 13 Status Register
GTM_TOM4_CH13_IRQ_NOTIFY 0xF010A35C          TOM4 Channel 13 Interrupt Notification Register
GTM_TOM4_CH13_IRQ_EN 0xF010A360          TOM4 Channel 13 Interrupt Enable Register
GTM_TOM4_CH13_IRQ_FORCINT 0xF010A364          TOM4 Channel 13 Force Interrupt Register
GTM_TOM4_CH13_IRQ_MODE 0xF010A368          TOM4 Channel 13 Interrupt Mode Register
GTM_TOM4_CH14_CTRL 0xF010A380          TOM4 Channel 14 Control Register
GTM_TOM4_CH14_SR0 0xF010A384          TOM4 Channel 14 CCU0 Compare Shadow Register
GTM_TOM4_CH14_SR1 0xF010A388          TOM4 Channel 14 CCU1 Compare Shadow Register
GTM_TOM4_CH14_CM0 0xF010A38C          TOM4 Channel 14 CCU0 Compare Register
GTM_TOM4_CH14_CM1 0xF010A390          TOM4 Channel 14 CCU1 Compare Register
GTM_TOM4_CH14_CN0 0xF010A394          TOM4 Channel 14 CCU0 Counter Register
GTM_TOM4_CH14_STAT 0xF010A398          TOM4 Channel 14 Status Register
GTM_TOM4_CH14_IRQ_NOTIFY 0xF010A39C          TOM4 Channel 14 Interrupt Notification Register
GTM_TOM4_CH14_IRQ_EN 0xF010A3A0          TOM4 Channel 14 Interrupt Enable Register
GTM_TOM4_CH14_IRQ_FORCINT 0xF010A3A4          TOM4 Channel 14 Force Interrupt Register
GTM_TOM4_CH14_IRQ_MODE 0xF010A3A8          TOM4 Channel 14 Interrupt Mode Register
GTM_TOM4_CH15_CTRL 0xF010A3C0          TOM4 Channel 15 Control Register
GTM_TOM4_CH15_SR0 0xF010A3C4          TOM4 Channel 15 CCU0 Compare Shadow Register
GTM_TOM4_CH15_SR1 0xF010A3C8          TOM4 Channel 15 CCU1 Compare Shadow Register
GTM_TOM4_CH15_CM0 0xF010A3CC          TOM4 Channel 15 CCU0 Compare Register
GTM_TOM4_CH15_CM1 0xF010A3D0          TOM4 Channel 15 CCU1 Compare Register
GTM_TOM4_CH15_CN0 0xF010A3D4          TOM4 Channel 15 CCU0 Counter Register
GTM_TOM4_CH15_STAT 0xF010A3D8          TOM4 Channel 15 Status Register
GTM_TOM4_CH15_IRQ_NOTIFY 0xF010A3DC          TOM4 Channel 15 Interrupt Notification Register
GTM_TOM4_CH15_IRQ_EN 0xF010A3E0          TOM4 Channel 15 Interrupt Enable Register
GTM_TOM4_CH15_IRQ_FORCINT 0xF010A3E4          TOM4 Channel 15 Force Interrupt Register
GTM_TOM4_CH15_IRQ_MODE 0xF010A3E8          TOM4 Channel 15 Interrupt Mode Register
GTM_F2A0_CH0_ARU_RD_FIFO 0xF0118000          F2A0 Stream 0 Read Address Register
GTM_F2A0_CH1_ARU_RD_FIFO 0xF0118004          F2A0 Stream 1 Read Address Register
GTM_F2A0_CH2_ARU_RD_FIFO 0xF0118008          F2A0 Stream 2 Read Address Register
GTM_F2A0_CH3_ARU_RD_FIFO 0xF011800C          F2A0 Stream 3 Read Address Register
GTM_F2A0_CH4_ARU_RD_FIFO 0xF0118010          F2A0 Stream 4 Read Address Register
GTM_F2A0_CH5_ARU_RD_FIFO 0xF0118014          F2A0 Stream 5 Read Address Register
GTM_F2A0_CH6_ARU_RD_FIFO 0xF0118018          F2A0 Stream 6 Read Address Register
GTM_F2A0_CH7_ARU_RD_FIFO 0xF011801C          F2A0 Stream 7 Read Address Register
GTM_F2A0_CH0_STR_CFG 0xF0118020          F2A0 Stream 0 Configuration Register
GTM_F2A0_CH1_STR_CFG 0xF0118024          F2A0 Stream 1 Configuration Register
GTM_F2A0_CH2_STR_CFG 0xF0118028          F2A0 Stream 2 Configuration Register
GTM_F2A0_CH3_STR_CFG 0xF011802C          F2A0 Stream 3 Configuration Register
GTM_F2A0_CH4_STR_CFG 0xF0118030          F2A0 Stream 4 Configuration Register
GTM_F2A0_CH5_STR_CFG 0xF0118034          F2A0 Stream 5 Configuration Register
GTM_F2A0_CH6_STR_CFG 0xF0118038          F2A0 Stream 6 Configuration Register
GTM_F2A0_CH7_STR_CFG 0xF011803C          F2A0 Stream 7 Configuration Register
GTM_F2A0_ENABLE 0xF0118040          F2A0 Stream Activation Register
GTM_F2A0_CTRL   0xF0118044          F2A0 Stream Control Register
GTM_AFD0_CH0_BUF_ACC 0xF0118080          AFD 0 FIFO 0 Buffer Access Register
GTM_AFD0_CH1_BUF_ACC 0xF0118090          AFD 0 FIFO 1 Buffer Access Register
GTM_AFD0_CH2_BUF_ACC 0xF01180A0          AFD 0 FIFO 2 Buffer Access Register
GTM_AFD0_CH3_BUF_ACC 0xF01180B0          AFD 0 FIFO 3 Buffer Access Register
GTM_AFD0_CH4_BUF_ACC 0xF01180C0          AFD 0 FIFO 4 Buffer Access Register
GTM_AFD0_CH5_BUF_ACC 0xF01180D0          AFD 0 FIFO 5 Buffer Access Register
GTM_AFD0_CH6_BUF_ACC 0xF01180E0          AFD 0 FIFO 6 Buffer Access Register
GTM_AFD0_CH7_BUF_ACC 0xF01180F0          AFD 0 FIFO 7 Buffer Access Register
GTM_FIFO0_CH0_CTRL 0xF0118400          FIFO0 Channel 0 Control Register
GTM_FIFO0_CH0_END_ADDR 0xF0118404          FIFO0 Channel 0 End Address Register
GTM_FIFO0_CH0_START_ADDR 0xF0118408          FIFO0 Channel 0 Start Address Register
GTM_FIFO0_CH0_UPPER_WM 0xF011840C          FIFO0 Channel 0 Upper Watermark Register
GTM_FIFO0_CH0_LOWER_WM 0xF0118410          FIFO0 Channel 0 Lower Watermark Register
GTM_FIFO0_CH0_STATUS 0xF0118414          FIFO0 Channel 0 Status Register
GTM_FIFO0_CH0_FILL_LEVEL 0xF0118418          FIFO0 Channel 0 Fill Level Register
GTM_FIFO0_CH0_WR_PTR 0xF011841C          FIFO0 Channel 0 Write Pointer Register
GTM_FIFO0_CH0_RD_PTR 0xF0118420          FIFO0 Channel 0 Read Pointer Register
GTM_FIFO0_CH0_IRQ_NOTIFY 0xF0118424          FIFO0 Channel 0 Interrupt Notification Register
GTM_FIFO0_CH0_IRQ_EN 0xF0118428          FIFO0 Channel 0 Interrupt Enable Register
GTM_FIFO0_CH0_IRQ_FORCINT 0xF011842C          FIFO0 Channel 0 Force Interrupt Register
GTM_FIFO0_CH0_IRQ_MODE 0xF0118430          FIFO0 Channel 0 Interrupt Mode Control Register
GTM_FIFO0_CH0_EIRQ_EN 0xF0118434          FIFO0 Channel 0 Error Interrupt Enable Register
GTM_FIFO0_CH1_CTRL 0xF0118440          FIFO0 Channel 1 Control Register
GTM_FIFO0_CH1_END_ADDR 0xF0118444          FIFO0 Channel 1 End Address Register
GTM_FIFO0_CH1_START_ADDR 0xF0118448          FIFO0 Channel 1 Start Address Register
GTM_FIFO0_CH1_UPPER_WM 0xF011844C          FIFO0 Channel 1 Upper Watermark Register
GTM_FIFO0_CH1_LOWER_WM 0xF0118450          FIFO0 Channel 1 Lower Watermark Register
GTM_FIFO0_CH1_STATUS 0xF0118454          FIFO0 Channel 1 Status Register
GTM_FIFO0_CH1_FILL_LEVEL 0xF0118458          FIFO0 Channel 1 Fill Level Register
GTM_FIFO0_CH1_WR_PTR 0xF011845C          FIFO0 Channel 1 Write Pointer Register
GTM_FIFO0_CH1_RD_PTR 0xF0118460          FIFO0 Channel 1 Read Pointer Register
GTM_FIFO0_CH1_IRQ_NOTIFY 0xF0118464          FIFO0 Channel 1 Interrupt Notification Register
GTM_FIFO0_CH1_IRQ_EN 0xF0118468          FIFO0 Channel 1 Interrupt Enable Register
GTM_FIFO0_CH1_IRQ_FORCINT 0xF011846C          FIFO0 Channel 1 Force Interrupt Register
GTM_FIFO0_CH1_IRQ_MODE 0xF0118470          FIFO0 Channel 1 Interrupt Mode Control Register
GTM_FIFO0_CH1_EIRQ_EN 0xF0118474          FIFO0 Channel 1 Error Interrupt Enable Register
GTM_FIFO0_CH2_CTRL 0xF0118480          FIFO0 Channel 2 Control Register
GTM_FIFO0_CH2_END_ADDR 0xF0118484          FIFO0 Channel 2 End Address Register
GTM_FIFO0_CH2_START_ADDR 0xF0118488          FIFO0 Channel 2 Start Address Register
GTM_FIFO0_CH2_UPPER_WM 0xF011848C          FIFO0 Channel 2 Upper Watermark Register
GTM_FIFO0_CH2_LOWER_WM 0xF0118490          FIFO0 Channel 2 Lower Watermark Register
GTM_FIFO0_CH2_STATUS 0xF0118494          FIFO0 Channel 2 Status Register
GTM_FIFO0_CH2_FILL_LEVEL 0xF0118498          FIFO0 Channel 2 Fill Level Register
GTM_FIFO0_CH2_WR_PTR 0xF011849C          FIFO0 Channel 2 Write Pointer Register
GTM_FIFO0_CH2_RD_PTR 0xF01184A0          FIFO0 Channel 2 Read Pointer Register
GTM_FIFO0_CH2_IRQ_NOTIFY 0xF01184A4          FIFO0 Channel 2 Interrupt Notification Register
GTM_FIFO0_CH2_IRQ_EN 0xF01184A8          FIFO0 Channel 2 Interrupt Enable Register
GTM_FIFO0_CH2_IRQ_FORCINT 0xF01184AC          FIFO0 Channel 2 Force Interrupt Register
GTM_FIFO0_CH2_IRQ_MODE 0xF01184B0          FIFO0 Channel 2 Interrupt Mode Control Register
GTM_FIFO0_CH2_EIRQ_EN 0xF01184B4          FIFO0 Channel 2 Error Interrupt Enable Register
GTM_FIFO0_CH3_CTRL 0xF01184C0          FIFO0 Channel 3 Control Register
GTM_FIFO0_CH3_END_ADDR 0xF01184C4          FIFO0 Channel 3 End Address Register
GTM_FIFO0_CH3_START_ADDR 0xF01184C8          FIFO0 Channel 3 Start Address Register
GTM_FIFO0_CH3_UPPER_WM 0xF01184CC          FIFO0 Channel 3 Upper Watermark Register
GTM_FIFO0_CH3_LOWER_WM 0xF01184D0          FIFO0 Channel 3 Lower Watermark Register
GTM_FIFO0_CH3_STATUS 0xF01184D4          FIFO0 Channel 3 Status Register
GTM_FIFO0_CH3_FILL_LEVEL 0xF01184D8          FIFO0 Channel 3 Fill Level Register
GTM_FIFO0_CH3_WR_PTR 0xF01184DC          FIFO0 Channel 3 Write Pointer Register
GTM_FIFO0_CH3_RD_PTR 0xF01184E0          FIFO0 Channel 3 Read Pointer Register
GTM_FIFO0_CH3_IRQ_NOTIFY 0xF01184E4          FIFO0 Channel 3 Interrupt Notification Register
GTM_FIFO0_CH3_IRQ_EN 0xF01184E8          FIFO0 Channel 3 Interrupt Enable Register
GTM_FIFO0_CH3_IRQ_FORCINT 0xF01184EC          FIFO0 Channel 3 Force Interrupt Register
GTM_FIFO0_CH3_IRQ_MODE 0xF01184F0          FIFO0 Channel 3 Interrupt Mode Control Register
GTM_FIFO0_CH3_EIRQ_EN 0xF01184F4          FIFO0 Channel 3 Error Interrupt Enable Register
GTM_FIFO0_CH4_CTRL 0xF0118500          FIFO0 Channel 4 Control Register
GTM_FIFO0_CH4_END_ADDR 0xF0118504          FIFO0 Channel 4 End Address Register
GTM_FIFO0_CH4_START_ADDR 0xF0118508          FIFO0 Channel 4 Start Address Register
GTM_FIFO0_CH4_UPPER_WM 0xF011850C          FIFO0 Channel 4 Upper Watermark Register
GTM_FIFO0_CH4_LOWER_WM 0xF0118510          FIFO0 Channel 4 Lower Watermark Register
GTM_FIFO0_CH4_STATUS 0xF0118514          FIFO0 Channel 4 Status Register
GTM_FIFO0_CH4_FILL_LEVEL 0xF0118518          FIFO0 Channel 4 Fill Level Register
GTM_FIFO0_CH4_WR_PTR 0xF011851C          FIFO0 Channel 4 Write Pointer Register
GTM_FIFO0_CH4_RD_PTR 0xF0118520          FIFO0 Channel 4 Read Pointer Register
GTM_FIFO0_CH4_IRQ_NOTIFY 0xF0118524          FIFO0 Channel 4 Interrupt Notification Register
GTM_FIFO0_CH4_IRQ_EN 0xF0118528          FIFO0 Channel 4 Interrupt Enable Register
GTM_FIFO0_CH4_IRQ_FORCINT 0xF011852C          FIFO0 Channel 4 Force Interrupt Register
GTM_FIFO0_CH4_IRQ_MODE 0xF0118530          FIFO0 Channel 4 Interrupt Mode Control Register
GTM_FIFO0_CH4_EIRQ_EN 0xF0118534          FIFO0 Channel 4 Error Interrupt Enable Register
GTM_FIFO0_CH5_CTRL 0xF0118540          FIFO0 Channel 5 Control Register
GTM_FIFO0_CH5_END_ADDR 0xF0118544          FIFO0 Channel 5 End Address Register
GTM_FIFO0_CH5_START_ADDR 0xF0118548          FIFO0 Channel 5 Start Address Register
GTM_FIFO0_CH5_UPPER_WM 0xF011854C          FIFO0 Channel 5 Upper Watermark Register
GTM_FIFO0_CH5_LOWER_WM 0xF0118550          FIFO0 Channel 5 Lower Watermark Register
GTM_FIFO0_CH5_STATUS 0xF0118554          FIFO0 Channel 5 Status Register
GTM_FIFO0_CH5_FILL_LEVEL 0xF0118558          FIFO0 Channel 5 Fill Level Register
GTM_FIFO0_CH5_WR_PTR 0xF011855C          FIFO0 Channel 5 Write Pointer Register
GTM_FIFO0_CH5_RD_PTR 0xF0118560          FIFO0 Channel 5 Read Pointer Register
GTM_FIFO0_CH5_IRQ_NOTIFY 0xF0118564          FIFO0 Channel 5 Interrupt Notification Register
GTM_FIFO0_CH5_IRQ_EN 0xF0118568          FIFO0 Channel 5 Interrupt Enable Register
GTM_FIFO0_CH5_IRQ_FORCINT 0xF011856C          FIFO0 Channel 5 Force Interrupt Register
GTM_FIFO0_CH5_IRQ_MODE 0xF0118570          FIFO0 Channel 5 Interrupt Mode Control Register
GTM_FIFO0_CH5_EIRQ_EN 0xF0118574          FIFO0 Channel 5 Error Interrupt Enable Register
GTM_FIFO0_CH6_CTRL 0xF0118580          FIFO0 Channel 6 Control Register
GTM_FIFO0_CH6_END_ADDR 0xF0118584          FIFO0 Channel 6 End Address Register
GTM_FIFO0_CH6_START_ADDR 0xF0118588          FIFO0 Channel 6 Start Address Register
GTM_FIFO0_CH6_UPPER_WM 0xF011858C          FIFO0 Channel 6 Upper Watermark Register
GTM_FIFO0_CH6_LOWER_WM 0xF0118590          FIFO0 Channel 6 Lower Watermark Register
GTM_FIFO0_CH6_STATUS 0xF0118594          FIFO0 Channel 6 Status Register
GTM_FIFO0_CH6_FILL_LEVEL 0xF0118598          FIFO0 Channel 6 Fill Level Register
GTM_FIFO0_CH6_WR_PTR 0xF011859C          FIFO0 Channel 6 Write Pointer Register
GTM_FIFO0_CH6_RD_PTR 0xF01185A0          FIFO0 Channel 6 Read Pointer Register
GTM_FIFO0_CH6_IRQ_NOTIFY 0xF01185A4          FIFO0 Channel 6 Interrupt Notification Register
GTM_FIFO0_CH6_IRQ_EN 0xF01185A8          FIFO0 Channel 6 Interrupt Enable Register
GTM_FIFO0_CH6_IRQ_FORCINT 0xF01185AC          FIFO0 Channel 6 Force Interrupt Register
GTM_FIFO0_CH6_IRQ_MODE 0xF01185B0          FIFO0 Channel 6 Interrupt Mode Control Register
GTM_FIFO0_CH6_EIRQ_EN 0xF01185B4          FIFO0 Channel 6 Error Interrupt Enable Register
GTM_FIFO0_CH7_CTRL 0xF01185C0          FIFO0 Channel 7 Control Register
GTM_FIFO0_CH7_END_ADDR 0xF01185C4          FIFO0 Channel 7 End Address Register
GTM_FIFO0_CH7_START_ADDR 0xF01185C8          FIFO0 Channel 7 Start Address Register
GTM_FIFO0_CH7_UPPER_WM 0xF01185CC          FIFO0 Channel 7 Upper Watermark Register
GTM_FIFO0_CH7_LOWER_WM 0xF01185D0          FIFO0 Channel 7 Lower Watermark Register
GTM_FIFO0_CH7_STATUS 0xF01185D4          FIFO0 Channel 7 Status Register
GTM_FIFO0_CH7_FILL_LEVEL 0xF01185D8          FIFO0 Channel 7 Fill Level Register
GTM_FIFO0_CH7_WR_PTR 0xF01185DC          FIFO0 Channel 7 Write Pointer Register
GTM_FIFO0_CH7_RD_PTR 0xF01185E0          FIFO0 Channel 7 Read Pointer Register
GTM_FIFO0_CH7_IRQ_NOTIFY 0xF01185E4          FIFO0 Channel 7 Interrupt Notification Register
GTM_FIFO0_CH7_IRQ_EN 0xF01185E8          FIFO0 Channel 7 Interrupt Enable Register
GTM_FIFO0_CH7_IRQ_FORCINT 0xF01185EC          FIFO0 Channel 7 Force Interrupt Register
GTM_FIFO0_CH7_IRQ_MODE 0xF01185F0          FIFO0 Channel 7 Interrupt Mode Control Register
GTM_FIFO0_CH7_EIRQ_EN 0xF01185F4          FIFO0 Channel 7 Error Interrupt Enable Register
GTM_F2A1_CH0_ARU_RD_FIFO 0xF011C000          F2A1 Stream 0 Read Address Register
GTM_F2A1_CH1_ARU_RD_FIFO 0xF011C004          F2A1 Stream 1 Read Address Register
GTM_F2A1_CH2_ARU_RD_FIFO 0xF011C008          F2A1 Stream 2 Read Address Register
GTM_F2A1_CH3_ARU_RD_FIFO 0xF011C00C          F2A1 Stream 3 Read Address Register
GTM_F2A1_CH4_ARU_RD_FIFO 0xF011C010          F2A1 Stream 4 Read Address Register
GTM_F2A1_CH5_ARU_RD_FIFO 0xF011C014          F2A1 Stream 5 Read Address Register
GTM_F2A1_CH6_ARU_RD_FIFO 0xF011C018          F2A1 Stream 6 Read Address Register
GTM_F2A1_CH7_ARU_RD_FIFO 0xF011C01C          F2A1 Stream 7 Read Address Register
GTM_F2A1_CH0_STR_CFG 0xF011C020          F2A1 Stream 0 Configuration Register
GTM_F2A1_CH1_STR_CFG 0xF011C024          F2A1 Stream 1 Configuration Register
GTM_F2A1_CH2_STR_CFG 0xF011C028          F2A1 Stream 2 Configuration Register
GTM_F2A1_CH3_STR_CFG 0xF011C02C          F2A1 Stream 3 Configuration Register
GTM_F2A1_CH4_STR_CFG 0xF011C030          F2A1 Stream 4 Configuration Register
GTM_F2A1_CH5_STR_CFG 0xF011C034          F2A1 Stream 5 Configuration Register
GTM_F2A1_CH6_STR_CFG 0xF011C038          F2A1 Stream 6 Configuration Register
GTM_F2A1_CH7_STR_CFG 0xF011C03C          F2A1 Stream 7 Configuration Register
GTM_F2A1_ENABLE 0xF011C040          F2A1 Stream Activation Register
GTM_F2A1_CTRL   0xF011C044          F2A1 Stream Control Register
GTM_AFD1_CH0_BUF_ACC 0xF011C080          AFD 1 FIFO 0 Buffer Access Register
GTM_AFD1_CH1_BUF_ACC 0xF011C090          AFD 1 FIFO 1 Buffer Access Register
GTM_AFD1_CH2_BUF_ACC 0xF011C0A0          AFD 1 FIFO 2 Buffer Access Register
GTM_AFD1_CH3_BUF_ACC 0xF011C0B0          AFD 1 FIFO 3 Buffer Access Register
GTM_AFD1_CH4_BUF_ACC 0xF011C0C0          AFD 1 FIFO 4 Buffer Access Register
GTM_AFD1_CH5_BUF_ACC 0xF011C0D0          AFD 1 FIFO 5 Buffer Access Register
GTM_AFD1_CH6_BUF_ACC 0xF011C0E0          AFD 1 FIFO 6 Buffer Access Register
GTM_AFD1_CH7_BUF_ACC 0xF011C0F0          AFD 1 FIFO 7 Buffer Access Register
GTM_FIFO1_CH0_CTRL 0xF011C400          FIFO1 Channel 0 Control Register
GTM_FIFO1_CH0_END_ADDR 0xF011C404          FIFO1 Channel 0 End Address Register
GTM_FIFO1_CH0_START_ADDR 0xF011C408          FIFO1 Channel 0 Start Address Register
GTM_FIFO1_CH0_UPPER_WM 0xF011C40C          FIFO1 Channel 0 Upper Watermark Register
GTM_FIFO1_CH0_LOWER_WM 0xF011C410          FIFO1 Channel 0 Lower Watermark Register
GTM_FIFO1_CH0_STATUS 0xF011C414          FIFO1 Channel 0 Status Register
GTM_FIFO1_CH0_FILL_LEVEL 0xF011C418          FIFO1 Channel 0 Fill Level Register
GTM_FIFO1_CH0_WR_PTR 0xF011C41C          FIFO1 Channel 0 Write Pointer Register
GTM_FIFO1_CH0_RD_PTR 0xF011C420          FIFO1 Channel 0 Read Pointer Register
GTM_FIFO1_CH0_IRQ_NOTIFY 0xF011C424          FIFO1 Channel 0 Interrupt Notification Register
GTM_FIFO1_CH0_IRQ_EN 0xF011C428          FIFO1 Channel 0 Interrupt Enable Register
GTM_FIFO1_CH0_IRQ_FORCINT 0xF011C42C          FIFO1 Channel 0 Force Interrupt Register
GTM_FIFO1_CH0_IRQ_MODE 0xF011C430          FIFO1 Channel 0 Interrupt Mode Control Register
GTM_FIFO1_CH0_EIRQ_EN 0xF011C434          FIFO1 Channel 0 Error Interrupt Enable Register
GTM_FIFO1_CH1_CTRL 0xF011C440          FIFO1 Channel 1 Control Register
GTM_FIFO1_CH1_END_ADDR 0xF011C444          FIFO1 Channel 1 End Address Register
GTM_FIFO1_CH1_START_ADDR 0xF011C448          FIFO1 Channel 1 Start Address Register
GTM_FIFO1_CH1_UPPER_WM 0xF011C44C          FIFO1 Channel 1 Upper Watermark Register
GTM_FIFO1_CH1_LOWER_WM 0xF011C450          FIFO1 Channel 1 Lower Watermark Register
GTM_FIFO1_CH1_STATUS 0xF011C454          FIFO1 Channel 1 Status Register
GTM_FIFO1_CH1_FILL_LEVEL 0xF011C458          FIFO1 Channel 1 Fill Level Register
GTM_FIFO1_CH1_WR_PTR 0xF011C45C          FIFO1 Channel 1 Write Pointer Register
GTM_FIFO1_CH1_RD_PTR 0xF011C460          FIFO1 Channel 1 Read Pointer Register
GTM_FIFO1_CH1_IRQ_NOTIFY 0xF011C464          FIFO1 Channel 1 Interrupt Notification Register
GTM_FIFO1_CH1_IRQ_EN 0xF011C468          FIFO1 Channel 1 Interrupt Enable Register
GTM_FIFO1_CH1_IRQ_FORCINT 0xF011C46C          FIFO1 Channel 1 Force Interrupt Register
GTM_FIFO1_CH1_IRQ_MODE 0xF011C470          FIFO1 Channel 1 Interrupt Mode Control Register
GTM_FIFO1_CH1_EIRQ_EN 0xF011C474          FIFO1 Channel 1 Error Interrupt Enable Register
GTM_FIFO1_CH2_CTRL 0xF011C480          FIFO1 Channel 2 Control Register
GTM_FIFO1_CH2_END_ADDR 0xF011C484          FIFO1 Channel 2 End Address Register
GTM_FIFO1_CH2_START_ADDR 0xF011C488          FIFO1 Channel 2 Start Address Register
GTM_FIFO1_CH2_UPPER_WM 0xF011C48C          FIFO1 Channel 2 Upper Watermark Register
GTM_FIFO1_CH2_LOWER_WM 0xF011C490          FIFO1 Channel 2 Lower Watermark Register
GTM_FIFO1_CH2_STATUS 0xF011C494          FIFO1 Channel 2 Status Register
GTM_FIFO1_CH2_FILL_LEVEL 0xF011C498          FIFO1 Channel 2 Fill Level Register
GTM_FIFO1_CH2_WR_PTR 0xF011C49C          FIFO1 Channel 2 Write Pointer Register
GTM_FIFO1_CH2_RD_PTR 0xF011C4A0          FIFO1 Channel 2 Read Pointer Register
GTM_FIFO1_CH2_IRQ_NOTIFY 0xF011C4A4          FIFO1 Channel 2 Interrupt Notification Register
GTM_FIFO1_CH2_IRQ_EN 0xF011C4A8          FIFO1 Channel 2 Interrupt Enable Register
GTM_FIFO1_CH2_IRQ_FORCINT 0xF011C4AC          FIFO1 Channel 2 Force Interrupt Register
GTM_FIFO1_CH2_IRQ_MODE 0xF011C4B0          FIFO1 Channel 2 Interrupt Mode Control Register
GTM_FIFO1_CH2_EIRQ_EN 0xF011C4B4          FIFO1 Channel 2 Error Interrupt Enable Register
GTM_FIFO1_CH3_CTRL 0xF011C4C0          FIFO1 Channel 3 Control Register
GTM_FIFO1_CH3_END_ADDR 0xF011C4C4          FIFO1 Channel 3 End Address Register
GTM_FIFO1_CH3_START_ADDR 0xF011C4C8          FIFO1 Channel 3 Start Address Register
GTM_FIFO1_CH3_UPPER_WM 0xF011C4CC          FIFO1 Channel 3 Upper Watermark Register
GTM_FIFO1_CH3_LOWER_WM 0xF011C4D0          FIFO1 Channel 3 Lower Watermark Register
GTM_FIFO1_CH3_STATUS 0xF011C4D4          FIFO1 Channel 3 Status Register
GTM_FIFO1_CH3_FILL_LEVEL 0xF011C4D8          FIFO1 Channel 3 Fill Level Register
GTM_FIFO1_CH3_WR_PTR 0xF011C4DC          FIFO1 Channel 3 Write Pointer Register
GTM_FIFO1_CH3_RD_PTR 0xF011C4E0          FIFO1 Channel 3 Read Pointer Register
GTM_FIFO1_CH3_IRQ_NOTIFY 0xF011C4E4          FIFO1 Channel 3 Interrupt Notification Register
GTM_FIFO1_CH3_IRQ_EN 0xF011C4E8          FIFO1 Channel 3 Interrupt Enable Register
GTM_FIFO1_CH3_IRQ_FORCINT 0xF011C4EC          FIFO1 Channel 3 Force Interrupt Register
GTM_FIFO1_CH3_IRQ_MODE 0xF011C4F0          FIFO1 Channel 3 Interrupt Mode Control Register
GTM_FIFO1_CH3_EIRQ_EN 0xF011C4F4          FIFO1 Channel 3 Error Interrupt Enable Register
GTM_FIFO1_CH4_CTRL 0xF011C500          FIFO1 Channel 4 Control Register
GTM_FIFO1_CH4_END_ADDR 0xF011C504          FIFO1 Channel 4 End Address Register
GTM_FIFO1_CH4_START_ADDR 0xF011C508          FIFO1 Channel 4 Start Address Register
GTM_FIFO1_CH4_UPPER_WM 0xF011C50C          FIFO1 Channel 4 Upper Watermark Register
GTM_FIFO1_CH4_LOWER_WM 0xF011C510          FIFO1 Channel 4 Lower Watermark Register
GTM_FIFO1_CH4_STATUS 0xF011C514          FIFO1 Channel 4 Status Register
GTM_FIFO1_CH4_FILL_LEVEL 0xF011C518          FIFO1 Channel 4 Fill Level Register
GTM_FIFO1_CH4_WR_PTR 0xF011C51C          FIFO1 Channel 4 Write Pointer Register
GTM_FIFO1_CH4_RD_PTR 0xF011C520          FIFO1 Channel 4 Read Pointer Register
GTM_FIFO1_CH4_IRQ_NOTIFY 0xF011C524          FIFO1 Channel 4 Interrupt Notification Register
GTM_FIFO1_CH4_IRQ_EN 0xF011C528          FIFO1 Channel 4 Interrupt Enable Register
GTM_FIFO1_CH4_IRQ_FORCINT 0xF011C52C          FIFO1 Channel 4 Force Interrupt Register
GTM_FIFO1_CH4_IRQ_MODE 0xF011C530          FIFO1 Channel 4 Interrupt Mode Control Register
GTM_FIFO1_CH4_EIRQ_EN 0xF011C534          FIFO1 Channel 4 Error Interrupt Enable Register
GTM_FIFO1_CH5_CTRL 0xF011C540          FIFO1 Channel 5 Control Register
GTM_FIFO1_CH5_END_ADDR 0xF011C544          FIFO1 Channel 5 End Address Register
GTM_FIFO1_CH5_START_ADDR 0xF011C548          FIFO1 Channel 5 Start Address Register
GTM_FIFO1_CH5_UPPER_WM 0xF011C54C          FIFO1 Channel 5 Upper Watermark Register
GTM_FIFO1_CH5_LOWER_WM 0xF011C550          FIFO1 Channel 5 Lower Watermark Register
GTM_FIFO1_CH5_STATUS 0xF011C554          FIFO1 Channel 5 Status Register
GTM_FIFO1_CH5_FILL_LEVEL 0xF011C558          FIFO1 Channel 5 Fill Level Register
GTM_FIFO1_CH5_WR_PTR 0xF011C55C          FIFO1 Channel 5 Write Pointer Register
GTM_FIFO1_CH5_RD_PTR 0xF011C560          FIFO1 Channel 5 Read Pointer Register
GTM_FIFO1_CH5_IRQ_NOTIFY 0xF011C564          FIFO1 Channel 5 Interrupt Notification Register
GTM_FIFO1_CH5_IRQ_EN 0xF011C568          FIFO1 Channel 5 Interrupt Enable Register
GTM_FIFO1_CH5_IRQ_FORCINT 0xF011C56C          FIFO1 Channel 5 Force Interrupt Register
GTM_FIFO1_CH5_IRQ_MODE 0xF011C570          FIFO1 Channel 5 Interrupt Mode Control Register
GTM_FIFO1_CH5_EIRQ_EN 0xF011C574          FIFO1 Channel 5 Error Interrupt Enable Register
GTM_FIFO1_CH6_CTRL 0xF011C580          FIFO1 Channel 6 Control Register
GTM_FIFO1_CH6_END_ADDR 0xF011C584          FIFO1 Channel 6 End Address Register
GTM_FIFO1_CH6_START_ADDR 0xF011C588          FIFO1 Channel 6 Start Address Register
GTM_FIFO1_CH6_UPPER_WM 0xF011C58C          FIFO1 Channel 6 Upper Watermark Register
GTM_FIFO1_CH6_LOWER_WM 0xF011C590          FIFO1 Channel 6 Lower Watermark Register
GTM_FIFO1_CH6_STATUS 0xF011C594          FIFO1 Channel 6 Status Register
GTM_FIFO1_CH6_FILL_LEVEL 0xF011C598          FIFO1 Channel 6 Fill Level Register
GTM_FIFO1_CH6_WR_PTR 0xF011C59C          FIFO1 Channel 6 Write Pointer Register
GTM_FIFO1_CH6_RD_PTR 0xF011C5A0          FIFO1 Channel 6 Read Pointer Register
GTM_FIFO1_CH6_IRQ_NOTIFY 0xF011C5A4          FIFO1 Channel 6 Interrupt Notification Register
GTM_FIFO1_CH6_IRQ_EN 0xF011C5A8          FIFO1 Channel 6 Interrupt Enable Register
GTM_FIFO1_CH6_IRQ_FORCINT 0xF011C5AC          FIFO1 Channel 6 Force Interrupt Register
GTM_FIFO1_CH6_IRQ_MODE 0xF011C5B0          FIFO1 Channel 6 Interrupt Mode Control Register
GTM_FIFO1_CH6_EIRQ_EN 0xF011C5B4          FIFO1 Channel 6 Error Interrupt Enable Register
GTM_FIFO1_CH7_CTRL 0xF011C5C0          FIFO1 Channel 7 Control Register
GTM_FIFO1_CH7_END_ADDR 0xF011C5C4          FIFO1 Channel 7 End Address Register
GTM_FIFO1_CH7_START_ADDR 0xF011C5C8          FIFO1 Channel 7 Start Address Register
GTM_FIFO1_CH7_UPPER_WM 0xF011C5CC          FIFO1 Channel 7 Upper Watermark Register
GTM_FIFO1_CH7_LOWER_WM 0xF011C5D0          FIFO1 Channel 7 Lower Watermark Register
GTM_FIFO1_CH7_STATUS 0xF011C5D4          FIFO1 Channel 7 Status Register
GTM_FIFO1_CH7_FILL_LEVEL 0xF011C5D8          FIFO1 Channel 7 Fill Level Register
GTM_FIFO1_CH7_WR_PTR 0xF011C5DC          FIFO1 Channel 7 Write Pointer Register
GTM_FIFO1_CH7_RD_PTR 0xF011C5E0          FIFO1 Channel 7 Read Pointer Register
GTM_FIFO1_CH7_IRQ_NOTIFY 0xF011C5E4          FIFO1 Channel 7 Interrupt Notification Register
GTM_FIFO1_CH7_IRQ_EN 0xF011C5E8          FIFO1 Channel 7 Interrupt Enable Register
GTM_FIFO1_CH7_IRQ_FORCINT 0xF011C5EC          FIFO1 Channel 7 Force Interrupt Register
GTM_FIFO1_CH7_IRQ_MODE 0xF011C5F0          FIFO1 Channel 7 Interrupt Mode Control Register
GTM_FIFO1_CH7_EIRQ_EN 0xF011C5F4          FIFO1 Channel 7 Error Interrupt Enable Register
GTM_DPLL_CTRL_0 0xF0128000          DPLL Control Register 0
GTM_DPLL_CTRL_1 0xF0128004          DPLL Control Register 1
GTM_DPLL_CTRL_2 0xF0128008          DPLL Control Register 2
GTM_DPLL_CTRL_3 0xF012800C          DPLL Control Register 3
GTM_DPLL_CTRL_4 0xF0128010          DPLL Control Register 4
GTM_DPLL_CTRL_5 0xF0128014          DPLL Control Register 5
GTM_DPLL_ACT_STA 0xF0128018          DPLL ACTION Status Register with Connected Shadow Register
GTM_DPLL_OSW    0xF012801C          DPLL Offset and Switch Old/New Address Register
GTM_DPLL_AOSV_2 0xF0128020          DPLL Address Offset Register of RAM 2 Regions
GTM_DPLL_APT    0xF0128024          DPLL Actual RAM Pointer Address for TRIGGER
GTM_DPLL_APS    0xF0128028          DPLL Actual RAM Pointer Address for STATE
GTM_DPLL_APT_2C 0xF012802C          DPLL Actual RAM Pointer for Region 2C
GTM_DPLL_APS_1C3 0xF0128030          DPLL Actual RAM Pointer for RAM Region 1C3
GTM_DPLL_NUTC   0xF0128034          DPLL Number of Recent TRIGGER Events Used for Calculations
GTM_DPLL_NUSC   0xF0128038          DPLL Number of Recent STATE Events Used for Calculations
GTM_DPLL_NTI_CNT 0xF012803C          DPLL Number of Active TRIGGER Events to Interrupt
GTM_DPLL_IRQ_NOTIFY 0xF0128040          DPLL Interrupt Notification Register
GTM_DPLL_IRQ_EN 0xF0128044          DPLL Interrupt Enable Register
GTM_DPLL_IRQ_FORCINT 0xF0128048          DPLL Interrupt Force Register
GTM_DPLL_IRQ_MODE 0xF012804C          DPLL Interrupt Mode Register
GTM_DPLL_EIRQ_EN 0xF0128050          DPLL Error Interrupt Enable Register
GTM_DPLL_INC_CNT1 0xF01280B0          DPLL Counter for Pulses for TBU_CH1_BASE to be Sent in Automatic End Mode
GTM_DPLL_INC_CNT2 0xF01280B4          DPLL Counter for Pulses for TBU_TS2 to be Sent in Automatic End Mode
GTM_DPLL_APT_SYNC 0xF01280B8          DPLL Old RAM Pointer and Offset Value for TRIGGER
GTM_DPLL_APS_SYNC 0xF01280BC          DPLL Old RAM Pointer and Offset Value for STATE
GTM_DPLL_TBU_TS0_T 0xF01280C0          DPLL TBU_TS0 Value at Last TRIGGER Event
GTM_DPLL_TBU_TS0_S 0xF01280C4          DPLL TBU_TS0 Value at Last STATE Event
GTM_DPLL_ADD_IN_LD1 0xF01280C8          DPLL Direct Load Input Value for SUB_INC1
GTM_DPLL_ADD_IN_LD2 0xF01280CC          DPLL Direct Load Input Value for SUB_INC2
GTM_DPLL_STATUS 0xF01280FC          DPLL Status Register
GTM_DPLL_ID_PMTR_0 0xF0128100          DPLL ID Information for Input Signal PMT 0 Register
GTM_DPLL_ID_PMTR_1 0xF0128104          DPLL ID Information for Input Signal PMT 1 Register
GTM_DPLL_ID_PMTR_2 0xF0128108          DPLL ID Information for Input Signal PMT 2 Register
GTM_DPLL_ID_PMTR_3 0xF012810C          DPLL ID Information for Input Signal PMT 3 Register
GTM_DPLL_ID_PMTR_4 0xF0128110          DPLL ID Information for Input Signal PMT 4 Register
GTM_DPLL_ID_PMTR_5 0xF0128114          DPLL ID Information for Input Signal PMT 5 Register
GTM_DPLL_ID_PMTR_6 0xF0128118          DPLL ID Information for Input Signal PMT 6 Register
GTM_DPLL_ID_PMTR_7 0xF012811C          DPLL ID Information for Input Signal PMT 7 Register
GTM_DPLL_ID_PMTR_8 0xF0128120          DPLL ID Information for Input Signal PMT 8 Register
GTM_DPLL_ID_PMTR_9 0xF0128124          DPLL ID Information for Input Signal PMT 9 Register
GTM_DPLL_ID_PMTR_10 0xF0128128          DPLL ID Information for Input Signal PMT 10 Register
GTM_DPLL_ID_PMTR_11 0xF012812C          DPLL ID Information for Input Signal PMT 11 Register
GTM_DPLL_ID_PMTR_12 0xF0128130          DPLL ID Information for Input Signal PMT 12 Register
GTM_DPLL_ID_PMTR_13 0xF0128134          DPLL ID Information for Input Signal PMT 13 Register
GTM_DPLL_ID_PMTR_14 0xF0128138          DPLL ID Information for Input Signal PMT 14 Register
GTM_DPLL_ID_PMTR_15 0xF012813C          DPLL ID Information for Input Signal PMT 15 Register
GTM_DPLL_ID_PMTR_16 0xF0128140          DPLL ID Information for Input Signal PMT 16 Register
GTM_DPLL_ID_PMTR_17 0xF0128144          DPLL ID Information for Input Signal PMT 17 Register
GTM_DPLL_ID_PMTR_18 0xF0128148          DPLL ID Information for Input Signal PMT 18 Register
GTM_DPLL_ID_PMTR_19 0xF012814C          DPLL ID Information for Input Signal PMT 19 Register
GTM_DPLL_ID_PMTR_20 0xF0128150          DPLL ID Information for Input Signal PMT 20 Register
GTM_DPLL_ID_PMTR_21 0xF0128154          DPLL ID Information for Input Signal PMT 21 Register
GTM_DPLL_ID_PMTR_22 0xF0128158          DPLL ID Information for Input Signal PMT 22 Register
GTM_DPLL_ID_PMTR_23 0xF012815C          DPLL ID Information for Input Signal PMT 23 Register
GTM_DPLL_ID_PMTR_24 0xF0128160          DPLL ID Information for Input Signal PMT 24 Register
GTM_DPLL_ID_PMTR_25 0xF0128164          DPLL ID Information for Input Signal PMT 25 Register
GTM_DPLL_ID_PMTR_26 0xF0128168          DPLL ID Information for Input Signal PMT 26 Register
GTM_DPLL_ID_PMTR_27 0xF012816C          DPLL ID Information for Input Signal PMT 27 Register
GTM_DPLL_ID_PMTR_28 0xF0128170          DPLL ID Information for Input Signal PMT 28 Register
GTM_DPLL_ID_PMTR_29 0xF0128174          DPLL ID Information for Input Signal PMT 29 Register
GTM_DPLL_ID_PMTR_30 0xF0128178          DPLL ID Information for Input Signal PMT 30 Register
GTM_DPLL_ID_PMTR_31 0xF012817C          DPLL ID Information for Input Signal PMT 31 Register
GTM_DPLL_CTRL_0_SHADOW_TRIGGER 0xF01281E0          DPLL Control 0 Shadow Trigger Register
GTM_DPLL_CTRL_0_SHADOW_STATE 0xF01281E4          DPLL Control 0 Shadow STATE Register
GTM_DPLL_CTRL_1_SHADOW_TRIGGER 0xF01281E8          DPLL Control 1 Shadow TRIGGER Register
GTM_DPLL_CTRL_1_SHADOW_STATE 0xF01281EC          DPLL Control 1 Shadow STATE Register
GTM_DPLL_RAM_INI 0xF01281FC          DPLL RAM Initialization Register
GTM_DPLL_PSA0   0xF0128200          DPLL ACTION_0 Position/Value Request
GTM_DPLL_PSA1   0xF0128204          DPLL ACTION_1 Position/Value Request
GTM_DPLL_PSA2   0xF0128208          DPLL ACTION_2 Position/Value Request
GTM_DPLL_PSA3   0xF012820C          DPLL ACTION_3 Position/Value Request
GTM_DPLL_PSA4   0xF0128210          DPLL ACTION_4 Position/Value Request
GTM_DPLL_PSA5   0xF0128214          DPLL ACTION_5 Position/Value Request
GTM_DPLL_PSA6   0xF0128218          DPLL ACTION_6 Position/Value Request
GTM_DPLL_PSA7   0xF012821C          DPLL ACTION_7 Position/Value Request
GTM_DPLL_PSA8   0xF0128220          DPLL ACTION_8 Position/Value Request
GTM_DPLL_PSA9   0xF0128224          DPLL ACTION_9 Position/Value Request
GTM_DPLL_PSA10  0xF0128228          DPLL ACTION_10 Position/Value Request
GTM_DPLL_PSA11  0xF012822C          DPLL ACTION_11 Position/Value Request
GTM_DPLL_PSA12  0xF0128230          DPLL ACTION_12 Position/Value Request
GTM_DPLL_PSA13  0xF0128234          DPLL ACTION_13 Position/Value Request
GTM_DPLL_PSA14  0xF0128238          DPLL ACTION_14 Position/Value Request
GTM_DPLL_PSA15  0xF012823C          DPLL ACTION_15 Position/Value Request
GTM_DPLL_PSA16  0xF0128240          DPLL ACTION_16 Position/Value Request
GTM_DPLL_PSA17  0xF0128244          DPLL ACTION_17 Position/Value Request
GTM_DPLL_PSA18  0xF0128248          DPLL ACTION_18 Position/Value Request
GTM_DPLL_PSA19  0xF012824C          DPLL ACTION_19 Position/Value Request
GTM_DPLL_PSA20  0xF0128250          DPLL ACTION_20 Position/Value Request
GTM_DPLL_PSA21  0xF0128254          DPLL ACTION_21 Position/Value Request
GTM_DPLL_PSA22  0xF0128258          DPLL ACTION_22 Position/Value Request
GTM_DPLL_PSA23  0xF012825C          DPLL ACTION_23 Position/Value Request
GTM_DPLL_PSA24  0xF0128260          DPLL ACTION_24 Position/Value Request
GTM_DPLL_PSA25  0xF0128264          DPLL ACTION_25 Position/Value Request
GTM_DPLL_PSA26  0xF0128268          DPLL ACTION_26 Position/Value Request
GTM_DPLL_PSA27  0xF012826C          DPLL ACTION_27 Position/Value Request
GTM_DPLL_PSA28  0xF0128270          DPLL ACTION_28 Position/Value Request
GTM_DPLL_PSA29  0xF0128274          DPLL ACTION_29 Position/Value Request
GTM_DPLL_PSA30  0xF0128278          DPLL ACTION_30 Position/Value Request
GTM_DPLL_PSA31  0xF012827C          DPLL ACTION_31 Position/Value Request
GTM_DPLL_DLA0   0xF0128280          DPLL ACTION_i Time to React before PSA0
GTM_DPLL_DLA1   0xF0128284          DPLL ACTION_i Time to React before PSA1
GTM_DPLL_DLA2   0xF0128288          DPLL ACTION_i Time to React before PSA2
GTM_DPLL_DLA3   0xF012828C          DPLL ACTION_i Time to React before PSA3
GTM_DPLL_DLA4   0xF0128290          DPLL ACTION_i Time to React before PSA4
GTM_DPLL_DLA5   0xF0128294          DPLL ACTION_i Time to React before PSA5
GTM_DPLL_DLA6   0xF0128298          DPLL ACTION_i Time to React before PSA6
GTM_DPLL_DLA7   0xF012829C          DPLL ACTION_i Time to React before PSA7
GTM_DPLL_DLA8   0xF01282A0          DPLL ACTION_i Time to React before PSA8
GTM_DPLL_DLA9   0xF01282A4          DPLL ACTION_i Time to React before PSA9
GTM_DPLL_DLA10  0xF01282A8          DPLL ACTION_i Time to React before PSA10
GTM_DPLL_DLA11  0xF01282AC          DPLL ACTION_i Time to React before PSA11
GTM_DPLL_DLA12  0xF01282B0          DPLL ACTION_i Time to React before PSA12
GTM_DPLL_DLA13  0xF01282B4          DPLL ACTION_i Time to React before PSA13
GTM_DPLL_DLA14  0xF01282B8          DPLL ACTION_i Time to React before PSA14
GTM_DPLL_DLA15  0xF01282BC          DPLL ACTION_i Time to React before PSA15
GTM_DPLL_DLA16  0xF01282C0          DPLL ACTION_i Time to React before PSA16
GTM_DPLL_DLA17  0xF01282C4          DPLL ACTION_i Time to React before PSA17
GTM_DPLL_DLA18  0xF01282C8          DPLL ACTION_i Time to React before PSA18
GTM_DPLL_DLA19  0xF01282CC          DPLL ACTION_i Time to React before PSA19
GTM_DPLL_DLA20  0xF01282D0          DPLL ACTION_i Time to React before PSA20
GTM_DPLL_DLA21  0xF01282D4          DPLL ACTION_i Time to React before PSA21
GTM_DPLL_DLA22  0xF01282D8          DPLL ACTION_i Time to React before PSA22
GTM_DPLL_DLA23  0xF01282DC          DPLL ACTION_i Time to React before PSA23
GTM_DPLL_DLA24  0xF01282E0          DPLL ACTION_i Time to React before PSA24
GTM_DPLL_DLA25  0xF01282E4          DPLL ACTION_i Time to React before PSA25
GTM_DPLL_DLA26  0xF01282E8          DPLL ACTION_i Time to React before PSA26
GTM_DPLL_DLA27  0xF01282EC          DPLL ACTION_i Time to React before PSA27
GTM_DPLL_DLA28  0xF01282F0          DPLL ACTION_i Time to React before PSA28
GTM_DPLL_DLA29  0xF01282F4          DPLL ACTION_i Time to React before PSA29
GTM_DPLL_DLA30  0xF01282F8          DPLL ACTION_i Time to React before PSA30
GTM_DPLL_DLA31  0xF01282FC          DPLL ACTION_i Time to React before PSA31
GTM_DPLL_NA0    0xF0128300          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_0
GTM_DPLL_NA1    0xF0128304          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_1
GTM_DPLL_NA2    0xF0128308          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_2
GTM_DPLL_NA3    0xF012830C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_3
GTM_DPLL_NA4    0xF0128310          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_4
GTM_DPLL_NA5    0xF0128314          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_5
GTM_DPLL_NA6    0xF0128318          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_6
GTM_DPLL_NA7    0xF012831C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_7
GTM_DPLL_NA8    0xF0128320          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_8
GTM_DPLL_NA9    0xF0128324          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_9
GTM_DPLL_NA10   0xF0128328          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_10
GTM_DPLL_NA11   0xF012832C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_11
GTM_DPLL_NA12   0xF0128330          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_12
GTM_DPLL_NA13   0xF0128334          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_13
GTM_DPLL_NA14   0xF0128338          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_14
GTM_DPLL_NA15   0xF012833C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_15
GTM_DPLL_NA16   0xF0128340          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_16
GTM_DPLL_NA17   0xF0128344          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_17
GTM_DPLL_NA18   0xF0128348          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_18
GTM_DPLL_NA19   0xF012834C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_19
GTM_DPLL_NA20   0xF0128350          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_20
GTM_DPLL_NA21   0xF0128354          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_21
GTM_DPLL_NA22   0xF0128358          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_22
GTM_DPLL_NA23   0xF012835C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_23
GTM_DPLL_NA24   0xF0128360          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_24
GTM_DPLL_NA25   0xF0128364          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_25
GTM_DPLL_NA26   0xF0128368          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_26
GTM_DPLL_NA27   0xF012836C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_27
GTM_DPLL_NA28   0xF0128370          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_28
GTM_DPLL_NA29   0xF0128374          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_29
GTM_DPLL_NA30   0xF0128378          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_30
GTM_DPLL_NA31   0xF012837C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_31
GTM_DPLL_DTA0   0xF0128380          DPLL Calculated Relative TIME to ACTION_0
GTM_DPLL_DTA1   0xF0128384          DPLL Calculated Relative TIME to ACTION_1
GTM_DPLL_DTA2   0xF0128388          DPLL Calculated Relative TIME to ACTION_2
GTM_DPLL_DTA3   0xF012838C          DPLL Calculated Relative TIME to ACTION_3
GTM_DPLL_DTA4   0xF0128390          DPLL Calculated Relative TIME to ACTION_4
GTM_DPLL_DTA5   0xF0128394          DPLL Calculated Relative TIME to ACTION_5
GTM_DPLL_DTA6   0xF0128398          DPLL Calculated Relative TIME to ACTION_6
GTM_DPLL_DTA7   0xF012839C          DPLL Calculated Relative TIME to ACTION_7
GTM_DPLL_DTA8   0xF01283A0          DPLL Calculated Relative TIME to ACTION_8
GTM_DPLL_DTA9   0xF01283A4          DPLL Calculated Relative TIME to ACTION_9
GTM_DPLL_DTA10  0xF01283A8          DPLL Calculated Relative TIME to ACTION_10
GTM_DPLL_DTA11  0xF01283AC          DPLL Calculated Relative TIME to ACTION_11
GTM_DPLL_DTA12  0xF01283B0          DPLL Calculated Relative TIME to ACTION_12
GTM_DPLL_DTA13  0xF01283B4          DPLL Calculated Relative TIME to ACTION_13
GTM_DPLL_DTA14  0xF01283B8          DPLL Calculated Relative TIME to ACTION_14
GTM_DPLL_DTA15  0xF01283BC          DPLL Calculated Relative TIME to ACTION_15
GTM_DPLL_DTA16  0xF01283C0          DPLL Calculated Relative TIME to ACTION_16
GTM_DPLL_DTA17  0xF01283C4          DPLL Calculated Relative TIME to ACTION_17
GTM_DPLL_DTA18  0xF01283C8          DPLL Calculated Relative TIME to ACTION_18
GTM_DPLL_DTA19  0xF01283CC          DPLL Calculated Relative TIME to ACTION_19
GTM_DPLL_DTA20  0xF01283D0          DPLL Calculated Relative TIME to ACTION_20
GTM_DPLL_DTA21  0xF01283D4          DPLL Calculated Relative TIME to ACTION_21
GTM_DPLL_DTA22  0xF01283D8          DPLL Calculated Relative TIME to ACTION_22
GTM_DPLL_DTA23  0xF01283DC          DPLL Calculated Relative TIME to ACTION_23
GTM_DPLL_DTA24  0xF01283E0          DPLL Calculated Relative TIME to ACTION_24
GTM_DPLL_DTA25  0xF01283E4          DPLL Calculated Relative TIME to ACTION_25
GTM_DPLL_DTA26  0xF01283E8          DPLL Calculated Relative TIME to ACTION_26
GTM_DPLL_DTA27  0xF01283EC          DPLL Calculated Relative TIME to ACTION_27
GTM_DPLL_DTA28  0xF01283F0          DPLL Calculated Relative TIME to ACTION_28
GTM_DPLL_DTA29  0xF01283F4          DPLL Calculated Relative TIME to ACTION_29
GTM_DPLL_DTA30  0xF01283F8          DPLL Calculated Relative TIME to ACTION_30
GTM_DPLL_DTA31  0xF01283FC          DPLL Calculated Relative TIME to ACTION_31
GTM_DPLL_TS_T   0xF0128400          DPLL Actual TRIGGER Time Stamp Value
GTM_DPLL_TS_T_OLD 0xF0128404          DPLL Previous TRIGGER Time Stamp Value
GTM_DPLL_FTV_T  0xF0128408          DPLL Actual TRIGGER Filter Value
GTM_DPLL_TS_S   0xF0128410          DPLL Actual STATE Time Stamp
GTM_DPLL_TS_S_OLD 0xF0128414          DPLL Previous STATE Time Stamp
GTM_DPLL_FTV_S  0xF0128418          DPLL Actual STATE Filter Value
GTM_DPLL_THMI   0xF0128420          DPLL TRIGGER Hold Time Minimum Value
GTM_DPLL_THMA   0xF0128424          DPLL TRIGGER Hold Time Maximum Value
GTM_DPLL_THVAL  0xF0128428          DPLL Measured TRIGGER Hold Time Value
GTM_DPLL_TOV    0xF0128430          DPLL Time Out Value of Active TRIGGER Slope
GTM_DPLL_TOV_S  0xF0128434          DPLL Time Out Value of Active STATE Slope
GTM_DPLL_ADD_IN_CAL1 0xF0128438          DPLL Calculated ADD_IN Value for SUB_INC1 Generation
GTM_DPLL_ADD_IN_CAL2 0xF012843C          DPLL Calculated ADD_IN Value for SUB_INC2 Generation
GTM_DPLL_MPVAL1 0xF0128440          DPLL Missing Pulses to be Added or Subtracted Directly 1
GTM_DPLL_MPVAL2 0xF0128444          DPLL Missing Pulses to be Added or Subtracted Directly 2
GTM_DPLL_NMB_T_TAR 0xF0128448          DPLL Target Number of Pulses to be Sent in Normal Mode
GTM_DPLL_NMB_T_TAR_OLD 0xF012844C          DPLL Last but One Target Number of Pulses to be Sent in Normal Mode
GTM_DPLL_NMB_S_TAR 0xF0128450          DPLL Target Number of Pulses to be Sent in Emergency Mode
GTM_DPLL_NMB_S_TAR_OLD 0xF0128454          DPLL Last but One Target Number of Pulses to be Sent in Emergency Mode
GTM_DPLL_RCDT_TX 0xF0128460          DPLL Reciprocal Value of the Expected Increment Duration of TRIGGER
GTM_DPLL_RCDT_SX 0xF0128464          DPLL Reciprocal Value of the Expected Increment Duration of STATE
GTM_DPLL_RCDT_TX_NOM 0xF0128468          DPLL Reciprocal Value of the Expected Nominal Increment Duration of TRIGGER
GTM_DPLL_RCDT_SX_NOM 0xF012846C          DPLL Reciprocal Value of the Expected Nominal Increment Duration of STATE
GTM_DPLL_RDT_T_ACT 0xF0128470          DPLL Reciprocal Value of the Last Increment of TRIGGER
GTM_DPLL_RDT_S_ACT 0xF0128474          DPLL Reciprocal Value of the Last Increment of STATE
GTM_DPLL_DT_T_ACT 0xF0128478          DPLL Duration of the Last TRIGGER Increment
GTM_DPLL_DT_S_ACT 0xF012847C          DPLL Duration of the Last STATE Increment
GTM_DPLL_EDT_T  0xF0128480          DPLL Difference of Prediction to Actual Value of the Last TRIGGER Increment
GTM_DPLL_MEDT_T 0xF0128484          DPLL Weighted Difference of Prediction Errors of TRIGGER
GTM_DPLL_EDT_S  0xF0128488          DPLL Difference of Prediction to Actual Value of the Last STATE Increment
GTM_DPLL_MEDT_S 0xF012848C          DPLL Weighted Difference of Prediction Errors of STATE
GTM_DPLL_CDT_TX 0xF0128490          DPLL Prediction of the Actual TRIGGER Increment Duration
GTM_DPLL_CDT_SX 0xF0128494          DPLL Prediction of the Actual STATE Increment Duration
GTM_DPLL_CDT_TX_NOM 0xF0128498          DPLL Prediction of the Nominal TRIGGER Increment Duration
GTM_DPLL_CDT_SX_NOM 0xF012849C          DPLL Prediction of the Nominal STATE Increment Duration
GTM_DPLL_TLR    0xF01284A0          DPLL TRIGGER Locking Range
GTM_DPLL_SLR    0xF01284A4          DPLL STATE Locking Range
GTM_DPLL_PDT_0  0xF0128500          DPLL Projected Increment Sum Relations for Action 0
GTM_DPLL_PDT_1  0xF0128504          DPLL Projected Increment Sum Relations for Action 1
GTM_DPLL_PDT_2  0xF0128508          DPLL Projected Increment Sum Relations for Action 2
GTM_DPLL_PDT_3  0xF012850C          DPLL Projected Increment Sum Relations for Action 3
GTM_DPLL_PDT_4  0xF0128510          DPLL Projected Increment Sum Relations for Action 4
GTM_DPLL_PDT_5  0xF0128514          DPLL Projected Increment Sum Relations for Action 5
GTM_DPLL_PDT_6  0xF0128518          DPLL Projected Increment Sum Relations for Action 6
GTM_DPLL_PDT_7  0xF012851C          DPLL Projected Increment Sum Relations for Action 7
GTM_DPLL_PDT_8  0xF0128520          DPLL Projected Increment Sum Relations for Action 8
GTM_DPLL_PDT_9  0xF0128524          DPLL Projected Increment Sum Relations for Action 9
GTM_DPLL_PDT_10 0xF0128528          DPLL Projected Increment Sum Relations for Action 10
GTM_DPLL_PDT_11 0xF012852C          DPLL Projected Increment Sum Relations for Action 11
GTM_DPLL_PDT_12 0xF0128530          DPLL Projected Increment Sum Relations for Action 12
GTM_DPLL_PDT_13 0xF0128534          DPLL Projected Increment Sum Relations for Action 13
GTM_DPLL_PDT_14 0xF0128538          DPLL Projected Increment Sum Relations for Action 14
GTM_DPLL_PDT_15 0xF012853C          DPLL Projected Increment Sum Relations for Action 15
GTM_DPLL_PDT_16 0xF0128540          DPLL Projected Increment Sum Relations for Action 16
GTM_DPLL_PDT_17 0xF0128544          DPLL Projected Increment Sum Relations for Action 17
GTM_DPLL_PDT_18 0xF0128548          DPLL Projected Increment Sum Relations for Action 18
GTM_DPLL_PDT_19 0xF012854C          DPLL Projected Increment Sum Relations for Action 19
GTM_DPLL_PDT_20 0xF0128550          DPLL Projected Increment Sum Relations for Action 20
GTM_DPLL_PDT_21 0xF0128554          DPLL Projected Increment Sum Relations for Action 21
GTM_DPLL_PDT_22 0xF0128558          DPLL Projected Increment Sum Relations for Action 22
GTM_DPLL_PDT_23 0xF012855C          DPLL Projected Increment Sum Relations for Action 23
GTM_DPLL_PDT_24 0xF0128560          DPLL Projected Increment Sum Relations for Action 24
GTM_DPLL_PDT_25 0xF0128564          DPLL Projected Increment Sum Relations for Action 25
GTM_DPLL_PDT_26 0xF0128568          DPLL Projected Increment Sum Relations for Action 26
GTM_DPLL_PDT_27 0xF012856C          DPLL Projected Increment Sum Relations for Action 27
GTM_DPLL_PDT_28 0xF0128570          DPLL Projected Increment Sum Relations for Action 28
GTM_DPLL_PDT_29 0xF0128574          DPLL Projected Increment Sum Relations for Action 29
GTM_DPLL_PDT_30 0xF0128578          DPLL Projected Increment Sum Relations for Action 30
GTM_DPLL_PDT_31 0xF012857C          DPLL Projected Increment Sum Relations for Action 31
GTM_DPLL_MLS1   0xF01285C0          DPLL Calculated Number of Sub-Pulses between two Nominal STATE Events for SMC = 0
GTM_DPLL_MLS2   0xF01285C4          DPLL Calculated Number of Sub-Pulses between two Nominal STATE Events for SMC = 1 and RMO = 1
GTM_DPLL_CNT_NUM_1 0xF01285C8          DPLL Number of Sub-Pulses of SUB_INC1 in Continuous Mode
GTM_DPLL_CNT_NUM_2 0xF01285CC          DPLL Number of Sub-Pulses of SUB_INC2 in Continuous Mode
GTM_DPLL_PVT    0xF01285D0          DPLL Plausibility Value of Next TRIGGER Slope
GTM_DPLL_PSTC   0xF01285E0          DPLL Actual Calculated Position Stamp of TRIGGER
GTM_DPLL_PSSC   0xF01285E4          DPLL Actual Calculated Position Stamp of STATE
GTM_DPLL_PSTM   0xF01285E8          DPLL Measured Position Stamp at Last TRIGGER Input
GTM_DPLL_PSTM_OLD 0xF01285EC          DPLL Measured Position Stamp at Last but One TRIGGER Input
GTM_DPLL_PSSM   0xF01285F0          DPLL Measured Position Stamp at Last STATE Input
GTM_DPLL_PSSM_OLD 0xF01285F4          DPLL Measured Position Stamp at Last but One STATE Input
GTM_DPLL_NMB_T  0xF01285F8          DPLL Number of Pulses to be Sent in Normal Mode
GTM_DPLL_NMB_S  0xF01285FC          DPLL Number of Pulses to be Sent in Emergency Mode
GTM_DPLL_RDT_S0 0xF0128600          DPLL Reciprocal Values of the Nominal STATE 0 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S1 0xF0128604          DPLL Reciprocal Values of the Nominal STATE 1 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S2 0xF0128608          DPLL Reciprocal Values of the Nominal STATE 2 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S3 0xF012860C          DPLL Reciprocal Values of the Nominal STATE 3 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S4 0xF0128610          DPLL Reciprocal Values of the Nominal STATE 4 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S5 0xF0128614          DPLL Reciprocal Values of the Nominal STATE 5 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S6 0xF0128618          DPLL Reciprocal Values of the Nominal STATE 6 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S7 0xF012861C          DPLL Reciprocal Values of the Nominal STATE 7 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S8 0xF0128620          DPLL Reciprocal Values of the Nominal STATE 8 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S9 0xF0128624          DPLL Reciprocal Values of the Nominal STATE 9 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S10 0xF0128628          DPLL Reciprocal Values of the Nominal STATE 10 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S11 0xF012862C          DPLL Reciprocal Values of the Nominal STATE 11 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S12 0xF0128630          DPLL Reciprocal Values of the Nominal STATE 12 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S13 0xF0128634          DPLL Reciprocal Values of the Nominal STATE 13 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S14 0xF0128638          DPLL Reciprocal Values of the Nominal STATE 14 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S15 0xF012863C          DPLL Reciprocal Values of the Nominal STATE 15 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S16 0xF0128640          DPLL Reciprocal Values of the Nominal STATE 16 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S17 0xF0128644          DPLL Reciprocal Values of the Nominal STATE 17 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S18 0xF0128648          DPLL Reciprocal Values of the Nominal STATE 18 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S19 0xF012864C          DPLL Reciprocal Values of the Nominal STATE 19 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S20 0xF0128650          DPLL Reciprocal Values of the Nominal STATE 20 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S21 0xF0128654          DPLL Reciprocal Values of the Nominal STATE 21 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S22 0xF0128658          DPLL Reciprocal Values of the Nominal STATE 22 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S23 0xF012865C          DPLL Reciprocal Values of the Nominal STATE 23 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S24 0xF0128660          DPLL Reciprocal Values of the Nominal STATE 24 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S25 0xF0128664          DPLL Reciprocal Values of the Nominal STATE 25 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S26 0xF0128668          DPLL Reciprocal Values of the Nominal STATE 26 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S27 0xF012866C          DPLL Reciprocal Values of the Nominal STATE 27 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S28 0xF0128670          DPLL Reciprocal Values of the Nominal STATE 28 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S29 0xF0128674          DPLL Reciprocal Values of the Nominal STATE 29 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S30 0xF0128678          DPLL Reciprocal Values of the Nominal STATE 30 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S31 0xF012867C          DPLL Reciprocal Values of the Nominal STATE 31 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S32 0xF0128680          DPLL Reciprocal Values of the Nominal STATE 32 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S33 0xF0128684          DPLL Reciprocal Values of the Nominal STATE 33 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S34 0xF0128688          DPLL Reciprocal Values of the Nominal STATE 34 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S35 0xF012868C          DPLL Reciprocal Values of the Nominal STATE 35 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S36 0xF0128690          DPLL Reciprocal Values of the Nominal STATE 36 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S37 0xF0128694          DPLL Reciprocal Values of the Nominal STATE 37 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S38 0xF0128698          DPLL Reciprocal Values of the Nominal STATE 38 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S39 0xF012869C          DPLL Reciprocal Values of the Nominal STATE 39 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S40 0xF01286A0          DPLL Reciprocal Values of the Nominal STATE 40 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S41 0xF01286A4          DPLL Reciprocal Values of the Nominal STATE 41 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S42 0xF01286A8          DPLL Reciprocal Values of the Nominal STATE 42 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S43 0xF01286AC          DPLL Reciprocal Values of the Nominal STATE 43 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S44 0xF01286B0          DPLL Reciprocal Values of the Nominal STATE 44 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S45 0xF01286B4          DPLL Reciprocal Values of the Nominal STATE 45 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S46 0xF01286B8          DPLL Reciprocal Values of the Nominal STATE 46 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S47 0xF01286BC          DPLL Reciprocal Values of the Nominal STATE 47 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S48 0xF01286C0          DPLL Reciprocal Values of the Nominal STATE 48 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S49 0xF01286C4          DPLL Reciprocal Values of the Nominal STATE 49 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S50 0xF01286C8          DPLL Reciprocal Values of the Nominal STATE 50 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S51 0xF01286CC          DPLL Reciprocal Values of the Nominal STATE 51 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S52 0xF01286D0          DPLL Reciprocal Values of the Nominal STATE 52 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S53 0xF01286D4          DPLL Reciprocal Values of the Nominal STATE 53 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S54 0xF01286D8          DPLL Reciprocal Values of the Nominal STATE 54 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S55 0xF01286DC          DPLL Reciprocal Values of the Nominal STATE 55 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S56 0xF01286E0          DPLL Reciprocal Values of the Nominal STATE 56 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S57 0xF01286E4          DPLL Reciprocal Values of the Nominal STATE 57 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S58 0xF01286E8          DPLL Reciprocal Values of the Nominal STATE 58 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S59 0xF01286EC          DPLL Reciprocal Values of the Nominal STATE 59 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S60 0xF01286F0          DPLL Reciprocal Values of the Nominal STATE 60 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S61 0xF01286F4          DPLL Reciprocal Values of the Nominal STATE 61 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S62 0xF01286F8          DPLL Reciprocal Values of the Nominal STATE 62 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S63 0xF01286FC          DPLL Reciprocal Values of the Nominal STATE 63 Increment Duration in FULL_SCALE
GTM_DPLL_TSF_S0 0xF0128700          DPLL Time Stamp Values of the Nominal STATE 0 Events in FULL_SCALE
GTM_DPLL_TSF_S1 0xF0128704          DPLL Time Stamp Values of the Nominal STATE 1 Events in FULL_SCALE
GTM_DPLL_TSF_S2 0xF0128708          DPLL Time Stamp Values of the Nominal STATE 2 Events in FULL_SCALE
GTM_DPLL_TSF_S3 0xF012870C          DPLL Time Stamp Values of the Nominal STATE 3 Events in FULL_SCALE
GTM_DPLL_TSF_S4 0xF0128710          DPLL Time Stamp Values of the Nominal STATE 4 Events in FULL_SCALE
GTM_DPLL_TSF_S5 0xF0128714          DPLL Time Stamp Values of the Nominal STATE 5 Events in FULL_SCALE
GTM_DPLL_TSF_S6 0xF0128718          DPLL Time Stamp Values of the Nominal STATE 6 Events in FULL_SCALE
GTM_DPLL_TSF_S7 0xF012871C          DPLL Time Stamp Values of the Nominal STATE 7 Events in FULL_SCALE
GTM_DPLL_TSF_S8 0xF0128720          DPLL Time Stamp Values of the Nominal STATE 8 Events in FULL_SCALE
GTM_DPLL_TSF_S9 0xF0128724          DPLL Time Stamp Values of the Nominal STATE 9 Events in FULL_SCALE
GTM_DPLL_TSF_S10 0xF0128728          DPLL Time Stamp Values of the Nominal STATE 10 Events in FULL_SCALE
GTM_DPLL_TSF_S11 0xF012872C          DPLL Time Stamp Values of the Nominal STATE 11 Events in FULL_SCALE
GTM_DPLL_TSF_S12 0xF0128730          DPLL Time Stamp Values of the Nominal STATE 12 Events in FULL_SCALE
GTM_DPLL_TSF_S13 0xF0128734          DPLL Time Stamp Values of the Nominal STATE 13 Events in FULL_SCALE
GTM_DPLL_TSF_S14 0xF0128738          DPLL Time Stamp Values of the Nominal STATE 14 Events in FULL_SCALE
GTM_DPLL_TSF_S15 0xF012873C          DPLL Time Stamp Values of the Nominal STATE 15 Events in FULL_SCALE
GTM_DPLL_TSF_S16 0xF0128740          DPLL Time Stamp Values of the Nominal STATE 16 Events in FULL_SCALE
GTM_DPLL_TSF_S17 0xF0128744          DPLL Time Stamp Values of the Nominal STATE 17 Events in FULL_SCALE
GTM_DPLL_TSF_S18 0xF0128748          DPLL Time Stamp Values of the Nominal STATE 18 Events in FULL_SCALE
GTM_DPLL_TSF_S19 0xF012874C          DPLL Time Stamp Values of the Nominal STATE 19 Events in FULL_SCALE
GTM_DPLL_TSF_S20 0xF0128750          DPLL Time Stamp Values of the Nominal STATE 20 Events in FULL_SCALE
GTM_DPLL_TSF_S21 0xF0128754          DPLL Time Stamp Values of the Nominal STATE 21 Events in FULL_SCALE
GTM_DPLL_TSF_S22 0xF0128758          DPLL Time Stamp Values of the Nominal STATE 22 Events in FULL_SCALE
GTM_DPLL_TSF_S23 0xF012875C          DPLL Time Stamp Values of the Nominal STATE 23 Events in FULL_SCALE
GTM_DPLL_TSF_S24 0xF0128760          DPLL Time Stamp Values of the Nominal STATE 24 Events in FULL_SCALE
GTM_DPLL_TSF_S25 0xF0128764          DPLL Time Stamp Values of the Nominal STATE 25 Events in FULL_SCALE
GTM_DPLL_TSF_S26 0xF0128768          DPLL Time Stamp Values of the Nominal STATE 26 Events in FULL_SCALE
GTM_DPLL_TSF_S27 0xF012876C          DPLL Time Stamp Values of the Nominal STATE 27 Events in FULL_SCALE
GTM_DPLL_TSF_S28 0xF0128770          DPLL Time Stamp Values of the Nominal STATE 28 Events in FULL_SCALE
GTM_DPLL_TSF_S29 0xF0128774          DPLL Time Stamp Values of the Nominal STATE 29 Events in FULL_SCALE
GTM_DPLL_TSF_S30 0xF0128778          DPLL Time Stamp Values of the Nominal STATE 30 Events in FULL_SCALE
GTM_DPLL_TSF_S31 0xF012877C          DPLL Time Stamp Values of the Nominal STATE 31 Events in FULL_SCALE
GTM_DPLL_TSF_S32 0xF0128780          DPLL Time Stamp Values of the Nominal STATE 32 Events in FULL_SCALE
GTM_DPLL_TSF_S33 0xF0128784          DPLL Time Stamp Values of the Nominal STATE 33 Events in FULL_SCALE
GTM_DPLL_TSF_S34 0xF0128788          DPLL Time Stamp Values of the Nominal STATE 34 Events in FULL_SCALE
GTM_DPLL_TSF_S35 0xF012878C          DPLL Time Stamp Values of the Nominal STATE 35 Events in FULL_SCALE
GTM_DPLL_TSF_S36 0xF0128790          DPLL Time Stamp Values of the Nominal STATE 36 Events in FULL_SCALE
GTM_DPLL_TSF_S37 0xF0128794          DPLL Time Stamp Values of the Nominal STATE 37 Events in FULL_SCALE
GTM_DPLL_TSF_S38 0xF0128798          DPLL Time Stamp Values of the Nominal STATE 38 Events in FULL_SCALE
GTM_DPLL_TSF_S39 0xF012879C          DPLL Time Stamp Values of the Nominal STATE 39 Events in FULL_SCALE
GTM_DPLL_TSF_S40 0xF01287A0          DPLL Time Stamp Values of the Nominal STATE 40 Events in FULL_SCALE
GTM_DPLL_TSF_S41 0xF01287A4          DPLL Time Stamp Values of the Nominal STATE 41 Events in FULL_SCALE
GTM_DPLL_TSF_S42 0xF01287A8          DPLL Time Stamp Values of the Nominal STATE 42 Events in FULL_SCALE
GTM_DPLL_TSF_S43 0xF01287AC          DPLL Time Stamp Values of the Nominal STATE 43 Events in FULL_SCALE
GTM_DPLL_TSF_S44 0xF01287B0          DPLL Time Stamp Values of the Nominal STATE 44 Events in FULL_SCALE
GTM_DPLL_TSF_S45 0xF01287B4          DPLL Time Stamp Values of the Nominal STATE 45 Events in FULL_SCALE
GTM_DPLL_TSF_S46 0xF01287B8          DPLL Time Stamp Values of the Nominal STATE 46 Events in FULL_SCALE
GTM_DPLL_TSF_S47 0xF01287BC          DPLL Time Stamp Values of the Nominal STATE 47 Events in FULL_SCALE
GTM_DPLL_TSF_S48 0xF01287C0          DPLL Time Stamp Values of the Nominal STATE 48 Events in FULL_SCALE
GTM_DPLL_TSF_S49 0xF01287C4          DPLL Time Stamp Values of the Nominal STATE 49 Events in FULL_SCALE
GTM_DPLL_TSF_S50 0xF01287C8          DPLL Time Stamp Values of the Nominal STATE 50 Events in FULL_SCALE
GTM_DPLL_TSF_S51 0xF01287CC          DPLL Time Stamp Values of the Nominal STATE 51 Events in FULL_SCALE
GTM_DPLL_TSF_S52 0xF01287D0          DPLL Time Stamp Values of the Nominal STATE 52 Events in FULL_SCALE
GTM_DPLL_TSF_S53 0xF01287D4          DPLL Time Stamp Values of the Nominal STATE 53 Events in FULL_SCALE
GTM_DPLL_TSF_S54 0xF01287D8          DPLL Time Stamp Values of the Nominal STATE 54 Events in FULL_SCALE
GTM_DPLL_TSF_S55 0xF01287DC          DPLL Time Stamp Values of the Nominal STATE 55 Events in FULL_SCALE
GTM_DPLL_TSF_S56 0xF01287E0          DPLL Time Stamp Values of the Nominal STATE 56 Events in FULL_SCALE
GTM_DPLL_TSF_S57 0xF01287E4          DPLL Time Stamp Values of the Nominal STATE 57 Events in FULL_SCALE
GTM_DPLL_TSF_S58 0xF01287E8          DPLL Time Stamp Values of the Nominal STATE 58 Events in FULL_SCALE
GTM_DPLL_TSF_S59 0xF01287EC          DPLL Time Stamp Values of the Nominal STATE 59 Events in FULL_SCALE
GTM_DPLL_TSF_S60 0xF01287F0          DPLL Time Stamp Values of the Nominal STATE 60 Events in FULL_SCALE
GTM_DPLL_TSF_S61 0xF01287F4          DPLL Time Stamp Values of the Nominal STATE 61 Events in FULL_SCALE
GTM_DPLL_TSF_S62 0xF01287F8          DPLL Time Stamp Values of the Nominal STATE 62 Events in FULL_SCALE
GTM_DPLL_TSF_S63 0xF01287FC          DPLL Time Stamp Values of the Nominal STATE 63 Events in FULL_SCALE
GTM_DPLL_ADT_S0 0xF0128800          DPLL Adapt and Profile Values of the STATE 0 Increments in FULL_SCALE
GTM_DPLL_ADT_S1 0xF0128804          DPLL Adapt and Profile Values of the STATE 1 Increments in FULL_SCALE
GTM_DPLL_ADT_S2 0xF0128808          DPLL Adapt and Profile Values of the STATE 2 Increments in FULL_SCALE
GTM_DPLL_ADT_S3 0xF012880C          DPLL Adapt and Profile Values of the STATE 3 Increments in FULL_SCALE
GTM_DPLL_ADT_S4 0xF0128810          DPLL Adapt and Profile Values of the STATE 4 Increments in FULL_SCALE
GTM_DPLL_ADT_S5 0xF0128814          DPLL Adapt and Profile Values of the STATE 5 Increments in FULL_SCALE
GTM_DPLL_ADT_S6 0xF0128818          DPLL Adapt and Profile Values of the STATE 6 Increments in FULL_SCALE
GTM_DPLL_ADT_S7 0xF012881C          DPLL Adapt and Profile Values of the STATE 7 Increments in FULL_SCALE
GTM_DPLL_ADT_S8 0xF0128820          DPLL Adapt and Profile Values of the STATE 8 Increments in FULL_SCALE
GTM_DPLL_ADT_S9 0xF0128824          DPLL Adapt and Profile Values of the STATE 9 Increments in FULL_SCALE
GTM_DPLL_ADT_S10 0xF0128828          DPLL Adapt and Profile Values of the STATE 10 Increments in FULL_SCALE
GTM_DPLL_ADT_S11 0xF012882C          DPLL Adapt and Profile Values of the STATE 11 Increments in FULL_SCALE
GTM_DPLL_ADT_S12 0xF0128830          DPLL Adapt and Profile Values of the STATE 12 Increments in FULL_SCALE
GTM_DPLL_ADT_S13 0xF0128834          DPLL Adapt and Profile Values of the STATE 13 Increments in FULL_SCALE
GTM_DPLL_ADT_S14 0xF0128838          DPLL Adapt and Profile Values of the STATE 14 Increments in FULL_SCALE
GTM_DPLL_ADT_S15 0xF012883C          DPLL Adapt and Profile Values of the STATE 15 Increments in FULL_SCALE
GTM_DPLL_ADT_S16 0xF0128840          DPLL Adapt and Profile Values of the STATE 16 Increments in FULL_SCALE
GTM_DPLL_ADT_S17 0xF0128844          DPLL Adapt and Profile Values of the STATE 17 Increments in FULL_SCALE
GTM_DPLL_ADT_S18 0xF0128848          DPLL Adapt and Profile Values of the STATE 18 Increments in FULL_SCALE
GTM_DPLL_ADT_S19 0xF012884C          DPLL Adapt and Profile Values of the STATE 19 Increments in FULL_SCALE
GTM_DPLL_ADT_S20 0xF0128850          DPLL Adapt and Profile Values of the STATE 20 Increments in FULL_SCALE
GTM_DPLL_ADT_S21 0xF0128854          DPLL Adapt and Profile Values of the STATE 21 Increments in FULL_SCALE
GTM_DPLL_ADT_S22 0xF0128858          DPLL Adapt and Profile Values of the STATE 22 Increments in FULL_SCALE
GTM_DPLL_ADT_S23 0xF012885C          DPLL Adapt and Profile Values of the STATE 23 Increments in FULL_SCALE
GTM_DPLL_ADT_S24 0xF0128860          DPLL Adapt and Profile Values of the STATE 24 Increments in FULL_SCALE
GTM_DPLL_ADT_S25 0xF0128864          DPLL Adapt and Profile Values of the STATE 25 Increments in FULL_SCALE
GTM_DPLL_ADT_S26 0xF0128868          DPLL Adapt and Profile Values of the STATE 26 Increments in FULL_SCALE
GTM_DPLL_ADT_S27 0xF012886C          DPLL Adapt and Profile Values of the STATE 27 Increments in FULL_SCALE
GTM_DPLL_ADT_S28 0xF0128870          DPLL Adapt and Profile Values of the STATE 28 Increments in FULL_SCALE
GTM_DPLL_ADT_S29 0xF0128874          DPLL Adapt and Profile Values of the STATE 29 Increments in FULL_SCALE
GTM_DPLL_ADT_S30 0xF0128878          DPLL Adapt and Profile Values of the STATE 30 Increments in FULL_SCALE
GTM_DPLL_ADT_S31 0xF012887C          DPLL Adapt and Profile Values of the STATE 31 Increments in FULL_SCALE
GTM_DPLL_ADT_S32 0xF0128880          DPLL Adapt and Profile Values of the STATE 32 Increments in FULL_SCALE
GTM_DPLL_ADT_S33 0xF0128884          DPLL Adapt and Profile Values of the STATE 33 Increments in FULL_SCALE
GTM_DPLL_ADT_S34 0xF0128888          DPLL Adapt and Profile Values of the STATE 34 Increments in FULL_SCALE
GTM_DPLL_ADT_S35 0xF012888C          DPLL Adapt and Profile Values of the STATE 35 Increments in FULL_SCALE
GTM_DPLL_ADT_S36 0xF0128890          DPLL Adapt and Profile Values of the STATE 36 Increments in FULL_SCALE
GTM_DPLL_ADT_S37 0xF0128894          DPLL Adapt and Profile Values of the STATE 37 Increments in FULL_SCALE
GTM_DPLL_ADT_S38 0xF0128898          DPLL Adapt and Profile Values of the STATE 38 Increments in FULL_SCALE
GTM_DPLL_ADT_S39 0xF012889C          DPLL Adapt and Profile Values of the STATE 39 Increments in FULL_SCALE
GTM_DPLL_ADT_S40 0xF01288A0          DPLL Adapt and Profile Values of the STATE 40 Increments in FULL_SCALE
GTM_DPLL_ADT_S41 0xF01288A4          DPLL Adapt and Profile Values of the STATE 41 Increments in FULL_SCALE
GTM_DPLL_ADT_S42 0xF01288A8          DPLL Adapt and Profile Values of the STATE 42 Increments in FULL_SCALE
GTM_DPLL_ADT_S43 0xF01288AC          DPLL Adapt and Profile Values of the STATE 43 Increments in FULL_SCALE
GTM_DPLL_ADT_S44 0xF01288B0          DPLL Adapt and Profile Values of the STATE 44 Increments in FULL_SCALE
GTM_DPLL_ADT_S45 0xF01288B4          DPLL Adapt and Profile Values of the STATE 45 Increments in FULL_SCALE
GTM_DPLL_ADT_S46 0xF01288B8          DPLL Adapt and Profile Values of the STATE 46 Increments in FULL_SCALE
GTM_DPLL_ADT_S47 0xF01288BC          DPLL Adapt and Profile Values of the STATE 47 Increments in FULL_SCALE
GTM_DPLL_ADT_S48 0xF01288C0          DPLL Adapt and Profile Values of the STATE 48 Increments in FULL_SCALE
GTM_DPLL_ADT_S49 0xF01288C4          DPLL Adapt and Profile Values of the STATE 49 Increments in FULL_SCALE
GTM_DPLL_ADT_S50 0xF01288C8          DPLL Adapt and Profile Values of the STATE 50 Increments in FULL_SCALE
GTM_DPLL_ADT_S51 0xF01288CC          DPLL Adapt and Profile Values of the STATE 51 Increments in FULL_SCALE
GTM_DPLL_ADT_S52 0xF01288D0          DPLL Adapt and Profile Values of the STATE 52 Increments in FULL_SCALE
GTM_DPLL_ADT_S53 0xF01288D4          DPLL Adapt and Profile Values of the STATE 53 Increments in FULL_SCALE
GTM_DPLL_ADT_S54 0xF01288D8          DPLL Adapt and Profile Values of the STATE 54 Increments in FULL_SCALE
GTM_DPLL_ADT_S55 0xF01288DC          DPLL Adapt and Profile Values of the STATE 55 Increments in FULL_SCALE
GTM_DPLL_ADT_S56 0xF01288E0          DPLL Adapt and Profile Values of the STATE 56 Increments in FULL_SCALE
GTM_DPLL_ADT_S57 0xF01288E4          DPLL Adapt and Profile Values of the STATE 57 Increments in FULL_SCALE
GTM_DPLL_ADT_S58 0xF01288E8          DPLL Adapt and Profile Values of the STATE 58 Increments in FULL_SCALE
GTM_DPLL_ADT_S59 0xF01288EC          DPLL Adapt and Profile Values of the STATE 59 Increments in FULL_SCALE
GTM_DPLL_ADT_S60 0xF01288F0          DPLL Adapt and Profile Values of the STATE 60 Increments in FULL_SCALE
GTM_DPLL_ADT_S61 0xF01288F4          DPLL Adapt and Profile Values of the STATE 61 Increments in FULL_SCALE
GTM_DPLL_ADT_S62 0xF01288F8          DPLL Adapt and Profile Values of the STATE 62 Increments in FULL_SCALE
GTM_DPLL_ADT_S63 0xF01288FC          DPLL Adapt and Profile Values of the STATE 63 Increments in FULL_SCALE
GTM_DPLL_DT_S0  0xF0128900          DPLL Nominal STATE 0 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S1  0xF0128904          DPLL Nominal STATE 1 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S2  0xF0128908          DPLL Nominal STATE 2 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S3  0xF012890C          DPLL Nominal STATE 3 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S4  0xF0128910          DPLL Nominal STATE 4 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S5  0xF0128914          DPLL Nominal STATE 5 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S6  0xF0128918          DPLL Nominal STATE 6 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S7  0xF012891C          DPLL Nominal STATE 7 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S8  0xF0128920          DPLL Nominal STATE 8 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S9  0xF0128924          DPLL Nominal STATE 9 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S10 0xF0128928          DPLL Nominal STATE 10 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S11 0xF012892C          DPLL Nominal STATE 11 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S12 0xF0128930          DPLL Nominal STATE 12 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S13 0xF0128934          DPLL Nominal STATE 13 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S14 0xF0128938          DPLL Nominal STATE 14 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S15 0xF012893C          DPLL Nominal STATE 15 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S16 0xF0128940          DPLL Nominal STATE 16 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S17 0xF0128944          DPLL Nominal STATE 17 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S18 0xF0128948          DPLL Nominal STATE 18 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S19 0xF012894C          DPLL Nominal STATE 19 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S20 0xF0128950          DPLL Nominal STATE 20 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S21 0xF0128954          DPLL Nominal STATE 21 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S22 0xF0128958          DPLL Nominal STATE 22 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S23 0xF012895C          DPLL Nominal STATE 23 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S24 0xF0128960          DPLL Nominal STATE 24 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S25 0xF0128964          DPLL Nominal STATE 25 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S26 0xF0128968          DPLL Nominal STATE 26 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S27 0xF012896C          DPLL Nominal STATE 27 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S28 0xF0128970          DPLL Nominal STATE 28 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S29 0xF0128974          DPLL Nominal STATE 29 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S30 0xF0128978          DPLL Nominal STATE 30 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S31 0xF012897C          DPLL Nominal STATE 31 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S32 0xF0128980          DPLL Nominal STATE 32 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S33 0xF0128984          DPLL Nominal STATE 33 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S34 0xF0128988          DPLL Nominal STATE 34 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S35 0xF012898C          DPLL Nominal STATE 35 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S36 0xF0128990          DPLL Nominal STATE 36 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S37 0xF0128994          DPLL Nominal STATE 37 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S38 0xF0128998          DPLL Nominal STATE 38 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S39 0xF012899C          DPLL Nominal STATE 39 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S40 0xF01289A0          DPLL Nominal STATE 40 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S41 0xF01289A4          DPLL Nominal STATE 41 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S42 0xF01289A8          DPLL Nominal STATE 42 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S43 0xF01289AC          DPLL Nominal STATE 43 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S44 0xF01289B0          DPLL Nominal STATE 44 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S45 0xF01289B4          DPLL Nominal STATE 45 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S46 0xF01289B8          DPLL Nominal STATE 46 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S47 0xF01289BC          DPLL Nominal STATE 47 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S48 0xF01289C0          DPLL Nominal STATE 48 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S49 0xF01289C4          DPLL Nominal STATE 49 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S50 0xF01289C8          DPLL Nominal STATE 50 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S51 0xF01289CC          DPLL Nominal STATE 51 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S52 0xF01289D0          DPLL Nominal STATE 52 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S53 0xF01289D4          DPLL Nominal STATE 53 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S54 0xF01289D8          DPLL Nominal STATE 54 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S55 0xF01289DC          DPLL Nominal STATE 55 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S56 0xF01289E0          DPLL Nominal STATE 56 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S57 0xF01289E4          DPLL Nominal STATE 57 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S58 0xF01289E8          DPLL Nominal STATE 58 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S59 0xF01289EC          DPLL Nominal STATE 59 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S60 0xF01289F0          DPLL Nominal STATE 60 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S61 0xF01289F4          DPLL Nominal STATE 61 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S62 0xF01289F8          DPLL Nominal STATE 62 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S63 0xF01289FC          DPLL Nominal STATE 63 Increment Duration in FULL_SCALE
GTM_DPLL_TSAC0  0xF0128E00          DPLL Calculated Time Value to start Action 0 Register
GTM_DPLL_TSAC1  0xF0128E04          DPLL Calculated Time Value to start Action 1 Register
GTM_DPLL_TSAC2  0xF0128E08          DPLL Calculated Time Value to start Action 2 Register
GTM_DPLL_TSAC3  0xF0128E0C          DPLL Calculated Time Value to start Action 3 Register
GTM_DPLL_TSAC4  0xF0128E10          DPLL Calculated Time Value to start Action 4 Register
GTM_DPLL_TSAC5  0xF0128E14          DPLL Calculated Time Value to start Action 5 Register
GTM_DPLL_TSAC6  0xF0128E18          DPLL Calculated Time Value to start Action 6 Register
GTM_DPLL_TSAC7  0xF0128E1C          DPLL Calculated Time Value to start Action 7 Register
GTM_DPLL_TSAC8  0xF0128E20          DPLL Calculated Time Value to start Action 8 Register
GTM_DPLL_TSAC9  0xF0128E24          DPLL Calculated Time Value to start Action 9 Register
GTM_DPLL_TSAC10 0xF0128E28          DPLL Calculated Time Value to start Action 10 Register
GTM_DPLL_TSAC11 0xF0128E2C          DPLL Calculated Time Value to start Action 11 Register
GTM_DPLL_TSAC12 0xF0128E30          DPLL Calculated Time Value to start Action 12 Register
GTM_DPLL_TSAC13 0xF0128E34          DPLL Calculated Time Value to start Action 13 Register
GTM_DPLL_TSAC14 0xF0128E38          DPLL Calculated Time Value to start Action 14 Register
GTM_DPLL_TSAC15 0xF0128E3C          DPLL Calculated Time Value to start Action 15 Register
GTM_DPLL_TSAC16 0xF0128E40          DPLL Calculated Time Value to start Action 16 Register
GTM_DPLL_TSAC17 0xF0128E44          DPLL Calculated Time Value to start Action 17 Register
GTM_DPLL_TSAC18 0xF0128E48          DPLL Calculated Time Value to start Action 18 Register
GTM_DPLL_TSAC19 0xF0128E4C          DPLL Calculated Time Value to start Action 19 Register
GTM_DPLL_TSAC20 0xF0128E50          DPLL Calculated Time Value to start Action 20 Register
GTM_DPLL_TSAC21 0xF0128E54          DPLL Calculated Time Value to start Action 21 Register
GTM_DPLL_TSAC22 0xF0128E58          DPLL Calculated Time Value to start Action 22 Register
GTM_DPLL_TSAC23 0xF0128E5C          DPLL Calculated Time Value to start Action 23 Register
GTM_DPLL_TSAC24 0xF0128E60          DPLL Calculated Time Value to start Action 24 Register
GTM_DPLL_TSAC25 0xF0128E64          DPLL Calculated Time Value to start Action 25 Register
GTM_DPLL_TSAC26 0xF0128E68          DPLL Calculated Time Value to start Action 26 Register
GTM_DPLL_TSAC27 0xF0128E6C          DPLL Calculated Time Value to start Action 27 Register
GTM_DPLL_TSAC28 0xF0128E70          DPLL Calculated Time Value to start Action 28 Register
GTM_DPLL_TSAC29 0xF0128E74          DPLL Calculated Time Value to start Action 29 Register
GTM_DPLL_TSAC30 0xF0128E78          DPLL Calculated Time Value to start Action 30 Register
GTM_DPLL_TSAC31 0xF0128E7C          DPLL Calculated Time Value to start Action 31 Register
GTM_DPLL_PSAC0  0xF0128E80          DPLL ACTION Position/Value Action 0 Request Register
GTM_DPLL_PSAC1  0xF0128E84          DPLL ACTION Position/Value Action 1 Request Register
GTM_DPLL_PSAC2  0xF0128E88          DPLL ACTION Position/Value Action 2 Request Register
GTM_DPLL_PSAC3  0xF0128E8C          DPLL ACTION Position/Value Action 3 Request Register
GTM_DPLL_PSAC4  0xF0128E90          DPLL ACTION Position/Value Action 4 Request Register
GTM_DPLL_PSAC5  0xF0128E94          DPLL ACTION Position/Value Action 5 Request Register
GTM_DPLL_PSAC6  0xF0128E98          DPLL ACTION Position/Value Action 6 Request Register
GTM_DPLL_PSAC7  0xF0128E9C          DPLL ACTION Position/Value Action 7 Request Register
GTM_DPLL_PSAC8  0xF0128EA0          DPLL ACTION Position/Value Action 8 Request Register
GTM_DPLL_PSAC9  0xF0128EA4          DPLL ACTION Position/Value Action 9 Request Register
GTM_DPLL_PSAC10 0xF0128EA8          DPLL ACTION Position/Value Action 10 Request Register
GTM_DPLL_PSAC11 0xF0128EAC          DPLL ACTION Position/Value Action 11 Request Register
GTM_DPLL_PSAC12 0xF0128EB0          DPLL ACTION Position/Value Action 12 Request Register
GTM_DPLL_PSAC13 0xF0128EB4          DPLL ACTION Position/Value Action 13 Request Register
GTM_DPLL_PSAC14 0xF0128EB8          DPLL ACTION Position/Value Action 14 Request Register
GTM_DPLL_PSAC15 0xF0128EBC          DPLL ACTION Position/Value Action 15 Request Register
GTM_DPLL_PSAC16 0xF0128EC0          DPLL ACTION Position/Value Action 16 Request Register
GTM_DPLL_PSAC17 0xF0128EC4          DPLL ACTION Position/Value Action 17 Request Register
GTM_DPLL_PSAC18 0xF0128EC8          DPLL ACTION Position/Value Action 18 Request Register
GTM_DPLL_PSAC19 0xF0128ECC          DPLL ACTION Position/Value Action 19 Request Register
GTM_DPLL_PSAC20 0xF0128ED0          DPLL ACTION Position/Value Action 20 Request Register
GTM_DPLL_PSAC21 0xF0128ED4          DPLL ACTION Position/Value Action 21 Request Register
GTM_DPLL_PSAC22 0xF0128ED8          DPLL ACTION Position/Value Action 22 Request Register
GTM_DPLL_PSAC23 0xF0128EDC          DPLL ACTION Position/Value Action 23 Request Register
GTM_DPLL_PSAC24 0xF0128EE0          DPLL ACTION Position/Value Action 24 Request Register
GTM_DPLL_PSAC25 0xF0128EE4          DPLL ACTION Position/Value Action 25 Request Register
GTM_DPLL_PSAC26 0xF0128EE8          DPLL ACTION Position/Value Action 26 Request Register
GTM_DPLL_PSAC27 0xF0128EEC          DPLL ACTION Position/Value Action 27 Request Register
GTM_DPLL_PSAC28 0xF0128EF0          DPLL ACTION Position/Value Action 28 Request Register
GTM_DPLL_PSAC29 0xF0128EF4          DPLL ACTION Position/Value Action 29 Request Register
GTM_DPLL_PSAC30 0xF0128EF8          DPLL ACTION Position/Value Action 30 Request Register
GTM_DPLL_PSAC31 0xF0128EFC          DPLL ACTION Position/Value Action 31 Request Register
GTM_DPLL_ACB_0  0xF0128F00          DPLL Control Bits Register 0 for up to 32 Actions
GTM_DPLL_ACB_1  0xF0128F04          DPLL Control Bits Register 1 for up to 32 Actions
GTM_DPLL_ACB_2  0xF0128F08          DPLL Control Bits Register 2 for up to 32 Actions
GTM_DPLL_ACB_3  0xF0128F0C          DPLL Control Bits Register 3 for up to 32 Actions
GTM_DPLL_ACB_4  0xF0128F10          DPLL Control Bits Register 4 for up to 32 Actions
GTM_DPLL_ACB_5  0xF0128F14          DPLL Control Bits Register 5 for up to 32 Actions
GTM_DPLL_ACB_6  0xF0128F18          DPLL Control Bits Register 6 for up to 32 Actions
GTM_DPLL_ACB_7  0xF0128F1C          DPLL Control Bits Register 7 for up to 32 Actions
GTM_DPLL_CTRL_11 0xF0128F20          DPLL Control Register 11
GTM_DPLL_THVAL2 0xF0128F24          DPLL Immediate THVAL Value Register
GTM_DPLL_TIDEL  0xF0128F28          DPLL Additional TRIGGER Input Delay Register
GTM_DPLL_SIDEL  0xF0128F2C          DPLL Additional STATE Input Delay Register
GTM_DPLL_APS_SYNC_EXT 0xF0128F30          DPLL Extension Register for DPLL_APS_SYNC
GTM_DPLL_CTRL_EXT 0xF0128F34          DPLL Extension Register for DPLL_CTRL
GTM_DPLL_APS_EXT 0xF0128F38          DPLL Extension Register for DPLL_APS
GTM_DPLL_APS_1C3_EXT 0xF0128F3C          DPLL Extension Register for DPLL_APS_1C3
GTM_DPLL_STA    0xF0128F40          DPLL Status of the State Machine States Register
GTM_DPLL_INCF1_OFFSET 0xF0128F44          DPLL Start Value of the ADD_IN_ADDER1 Register
GTM_DPLL_INCF2_OFFSET 0xF0128F48          DPLL Start Value of the ADD_IN_ADDER2 Register
GTM_DPLL_DT_T_START 0xF0128F4C          DPLL Start Value of DPLL_DT_T_ACT for the First Increment after SIP1 is Set to 1
GTM_DPLL_DT_S_START 0xF0128F50          DPLL Start Value of DPLL_DT_S_ACT for the First Increment after SIP2 is Set to 1
GTM_DPLL_STA_MASK 0xF0128F54          DPLL Trigger Masks for Signals DPLL_STA_T and DPLL_STA_S
GTM_DPLL_STA_FLAG 0xF0128F58          DPLL STA Flag Register
GTM_DPLL_INC_CNT1_MASK 0xF0128F5C          DPLL INC_CNT1 Trigger Mask
GTM_DPLL_INC_CNT2_MASK 0xF0128F60          DPLL INC_CNT2 Trigger Mask
GTM_DPLL_NUSC_EXT1 0xF0128F64          DPLL Extension Register Number 1 for DPLL_NUSC 4
GTM_DPLL_NUSC_EXT2 0xF0128F68          DPLL Extension Register Number 2 for DPLL_NUSC 4
GTM_DPLL_CTN_MIN 0xF0128F6C          DPLL Minimum CDT_T Nominal Value Register
GTM_DPLL_CTN_MAX 0xF0128F70          DPLL Maximum CDT_T Nominal Value Register
GTM_DPLL_CSN_MIN 0xF0128F74          DPLL Minimum CDT_S Nominal Value Register
GTM_DPLL_CSN_MAX 0xF0128F78          DPLL Maximum CDT_S Nominal Value Register
GTM_CLC         0xF019FD00          Clock Control Register
GTM_RESET_CLR   0xF019FD04          Kernel Reset Status Clear Register
GTM_RESET1      0xF019FD08          Kernel Reset Register 0
GTM_RESET2      0xF019FD0C          Kernel Reset Register 1
GTM_ACCEN0      0xF019FD10          Access Enable Register 0
GTM_ACCEN1      0xF019FD14          Access Enable Register 1
GTM_OTBU0T      0xF019FD18          OCDS TBU0 Trigger Register
GTM_OTBU1T      0xF019FD1C          OCDS TBU1 Trigger Register
GTM_OTBU2T      0xF019FD20          OCDS TBU2 Trigger Register
GTM_OTBU3T      0xF019FD24          OCDS TBU3 Trigger Register
GTM_OTSS        0xF019FD28          OCDS Trigger Set Select Register
GTM_OTSC0       0xF019FD2C          OCDS Trigger Set Control 0 Register
GTM_OTSC1       0xF019FD30          OCDS Trigger Set Control 1 Register
GTM_ODA         0xF019FD34          OCDS Debug Access Register
GTM_OCS         0xF019FD38          OCDS Control and Status
GTM_TIM0INSEL   0xF019FD40          TIM0 Input Select Register
GTM_TIM1INSEL   0xF019FD44          TIM1 Input Select Register
GTM_TIM2INSEL   0xF019FD48          TIM2 Input Select Register
GTM_TIM3INSEL   0xF019FD4C          TIM3 Input Select Register
GTM_TIM4INSEL   0xF019FD50          TIM4 Input Select Register
GTM_TIM5INSEL   0xF019FD54          TIM5 Input Select Register
GTM_TIM6INSEL   0xF019FD58          TIM6 Input Select Register
GTM_TOUTSEL0    0xF019FD60          Timer Output Select Register
GTM_TOUTSEL1    0xF019FD64          Timer Output Select Register
GTM_TOUTSEL2    0xF019FD68          Timer Output Select Register
GTM_TOUTSEL3    0xF019FD6C          Timer Output Select Register
GTM_TOUTSEL4    0xF019FD70          Timer Output Select Register
GTM_TOUTSEL5    0xF019FD74          Timer Output Select Register
GTM_TOUTSEL6    0xF019FD78          Timer Output Select Register
GTM_TOUTSEL7    0xF019FD7C          Timer Output Select Register
GTM_TOUTSEL8    0xF019FD80          Timer Output Select Register
GTM_TOUTSEL9    0xF019FD84          Timer Output Select Register
GTM_TOUTSEL10   0xF019FD88          Timer Output Select Register
GTM_TOUTSEL11   0xF019FD8C          Timer Output Select Register
GTM_TOUTSEL12   0xF019FD90          Timer Output Select Register
GTM_TOUTSEL13   0xF019FD94          Timer Output Select Register
GTM_TOUTSEL14   0xF019FD98          Timer Output Select Register
GTM_TOUTSEL15   0xF019FD9C          Timer Output Select Register
GTM_TOUTSEL16   0xF019FDA0          Timer Output Select Register
GTM_TOUTSEL17   0xF019FDA4          Timer Output Select Register
GTM_TOUTSEL18   0xF019FDA8          Timer Output Select Register
GTM_TOUTSEL19   0xF019FDAC          Timer Output Select Register
GTM_TOUTSEL20   0xF019FDB0          Timer Output Select Register
GTM_TOUTSEL21   0xF019FDB4          Timer Output Select Register
GTM_TOUTSEL22   0xF019FDB8          Timer Output Select Register
GTM_TOUTSEL23   0xF019FDBC          Timer Output Select Register
GTM_TOUTSEL24   0xF019FDC0          Timer Output Select Register
GTM_TOUTSEL25   0xF019FDC4          Timer Output Select Register
GTM_TOUTSEL26   0xF019FDC8          Timer Output Select Register
GTM_TOUTSEL27   0xF019FDCC          Timer Output Select Register
GTM_TOUTSEL28   0xF019FDD0          Timer Output Select Register
GTM_TOUTSEL29   0xF019FDD4          Timer Output Select Register
GTM_TOUTSEL30   0xF019FDD8          Timer Output Select Register
GTM_TOUTSEL31   0xF019FDDC          Timer Output Select Register
GTM_TOUTSEL32   0xF019FDE0          Timer Output Select Register
GTM_TOUTSEL33   0xF019FDE4          Timer Output Select Register
GTM_DSADCINSEL0 0xF019FE00          DSADC Input Select 0 Register
GTM_DSADCINSEL1 0xF019FE04          DSADC Input Select 1 Register
GTM_DSADCINSEL2 0xF019FE08          DSADC Input Select 2 Register
GTM_DSADCINSEL3 0xF019FE0C          DSADC Input Select 3 Register
GTM_DSADCINSEL4 0xF019FE10          DSADC Input Select 4 Register
GTM_DSADCINSEL5 0xF019FE14          DSADC Input Select 5 Register
GTM_DSADCOUTSEL00 0xF019FE20          DSADC Output Select 00 Register
GTM_DSADCOUTSEL01 0xF019FE24          DSADC Output Select 01 Register
GTM_DSADCOUTSEL10 0xF019FE28          DSADC Output Select 10 Register
GTM_DSADCOUTSEL11 0xF019FE2C          DSADC Output Select 11 Register
GTM_DSADCOUTSEL20 0xF019FE30          DSADC Output Select 20 Register
GTM_DSADCOUTSEL21 0xF019FE34          DSADC Output Select 21 Register
GTM_DSADCOUTSEL30 0xF019FE38          DSADC Output Select 30 Register
GTM_DSADCOUTSEL31 0xF019FE3C          DSADC Output Select 31 Register
GTM_ADCTRIG0OUT0 0xF019FE40          ADC Trigger 0 Output Select 0 Register
GTM_ADCTRIG0OUT1 0xF019FE44          ADC Trigger 0 Output Select 1 Register
GTM_ADCTRIG1OUT0 0xF019FE48          ADC Trigger 1 Output Select 0 Register
GTM_ADCTRIG1OUT1 0xF019FE4C          ADC Trigger 1 Output Select 1 Register
GTM_ADCTRIG2OUT0 0xF019FE50          ADC Trigger 2 Output Select 0 Register
GTM_ADCTRIG2OUT1 0xF019FE54          ADC Trigger 2 Output Select 1 Register
GTM_ADCTRIG3OUT0 0xF019FE58          ADC Trigger 3 Output Select 0 Register
GTM_ADCTRIG3OUT1 0xF019FE5C          ADC Trigger 3 Output Select 1 Register
GTM_ADCTRIG4OUT0 0xF019FE60          ADC Trigger 4 Output Select 0 Register
GTM_ADCTRIG4OUT1 0xF019FE64          ADC Trigger 4 Output Select 1 Register
GTM_DXOUTCON    0xF019FE70          Data Exchange Output Control Register
GTM_TRIGOUT0    0xF019FE74          Trigger Output Register 0
GTM_TRIGOUT1    0xF019FE78          Trigger Output Register 1
GTM_TRIGOUT2    0xF019FE7C          Trigger Output Register 2
GTM_TRIGOUT3    0xF019FE80          Trigger Output Register 3
GTM_TRIGOUT4    0xF019FE84          Trigger Output Register 4
GTM_TRIGOUT5    0xF019FE88          Trigger Output Register 5
GTM_TRIGOUT6    0xF019FE8C          Trigger Output Register 6
GTM_INTOUT0     0xF019FE9C          Interrupt Output Register 0
GTM_INTOUT1     0xF019FEA0          Interrupt Output Register 1
GTM_INTOUT2     0xF019FEA4          Interrupt Output Register 2
GTM_INTOUT3     0xF019FEA8          Interrupt Output Register 3
GTM_INTOUT4     0xF019FEAC          Interrupt Output Register 4
GTM_INTOUT5     0xF019FEB0          Interrupt Output Register 5
GTM_INTOUT6     0xF019FEB4          Interrupt Output Register 6
GTM_MCSTRIGOUTSEL 0xF019FEC4          Trigger Output Select Register
GTM_MCSINTSTAT  0xF019FEC8          MCS Interrupt Status Register
GTM_MCSINTCLR   0xF019FECC          MCS Interrupt Clear Register
GTM_DXINCON     0xF019FED0          Data Exchange Input Control Register
GTM_DATAIN0     0xF019FED4          Data Input 0 Register
GTM_DATAIN1     0xF019FED8          Data Input 1 Register
GTM_DATAIN2     0xF019FEDC          Data Input 2 Register
GTM_DATAIN3     0xF019FEE0          Data Input 3 Register
GTM_DATAIN4     0xF019FEE4          Data Input 4 Register
GTM_DATAIN5     0xF019FEE8          Data Input 5 Register
GTM_DATAIN6     0xF019FEEC          Data Input 6 Register
GTM_MSCSET0CON0 0xF019FF00          MSC Set 0 Control 0 Register
GTM_MSCSET0CON1 0xF019FF04          MSC Set 0 Control 1 Register
GTM_MSCSET0CON2 0xF019FF08          MSC Set 0 Control 2 Register
GTM_MSCSET0CON3 0xF019FF0C          MSC Set 0 Control 3 Register
GTM_MSCSET1CON0 0xF019FF10          MSC Set 1 Control 0 Register
GTM_MSCSET1CON1 0xF019FF14          MSC Set 1 Control 1 Register
GTM_MSCSET1CON2 0xF019FF18          MSC Set 1 Control 2 Register
GTM_MSCSET1CON3 0xF019FF1C          MSC Set 1 Control 3 Register
GTM_MSCSET2CON0 0xF019FF20          MSC Set 2 Control 0 Register
GTM_MSCSET2CON1 0xF019FF24          MSC Set 2 Control 1 Register
GTM_MSCSET2CON2 0xF019FF28          MSC Set 2 Control 2 Register
GTM_MSCSET2CON3 0xF019FF2C          MSC Set 2 Control 3 Register
GTM_MSCSET3CON0 0xF019FF30          MSC Set 3 Control 0 Register
GTM_MSCSET3CON1 0xF019FF34          MSC Set 3 Control 1 Register
GTM_MSCSET3CON2 0xF019FF38          MSC Set 3 Control 2 Register
GTM_MSCSET3CON3 0xF019FF3C          MSC Set 3 Control 3 Register
GTM_MSCSET4CON0 0xF019FF40          MSC Set 4 Control 0 Register
GTM_MSCSET4CON1 0xF019FF44          MSC Set 4 Control 1 Register
GTM_MSCSET4CON2 0xF019FF48          MSC Set 4 Control 2 Register
GTM_MSCSET4CON3 0xF019FF4C          MSC Set 4 Control 3 Register
GTM_MSCSET5CON0 0xF019FF50          MSC Set 5 Control 0 Register
GTM_MSCSET5CON1 0xF019FF54          MSC Set 5 Control 1 Register
GTM_MSCSET5CON2 0xF019FF58          MSC Set 5 Control 2 Register
GTM_MSCSET5CON3 0xF019FF5C          MSC Set 5 Control 3 Register
GTM_MSCSET6CON0 0xF019FF60          MSC Set 6 Control 0 Register
GTM_MSCSET6CON1 0xF019FF64          MSC Set 6 Control 1 Register
GTM_MSCSET6CON2 0xF019FF68          MSC Set 6 Control 2 Register
GTM_MSCSET6CON3 0xF019FF6C          MSC Set 6 Control 3 Register
GTM_MSC0INLCON  0xF019FF90          MSC0 Input Low Control Register
GTM_MSC0INHCON  0xF019FF94          MSC0 Input High Control Register
GTM_MSC0INLEXTCON 0xF019FF98          MSC0 Input Low Extended Control Register
GTM_MSC1INLCON  0xF019FF9C          MSC1 Input Low Control Register
GTM_MSC1INHCON  0xF019FFA0          MSC1 Input High Control Register
GTM_MSC1INLEXTCON 0xF019FFA4          MSC1 Input Low Extended Control Register
GTM_MSC2INLCON  0xF019FFA8          MSC2 Input Low Control Register
GTM_MSC2INHCON  0xF019FFAC          MSC2 Input High Control Register
GTM_MSC2INLEXTCON 0xF019FFB0          MSC2 Input Low Extended Control Register
GTM_PSI5OUTSEL  0xF019FFCC          PSI5 Output Select Register
GTM_PSI5SOUTSEL 0xF019FFD0          PSI5-S Output Select Register
GTM_LCDCDCOUTSEL 0xF019FFD4          LCDCDC Output Select Register
GTM_DTMAUXINSEL 0xF019FFD8          DTM_AUX Input Selection Register
GTM_CANOUTSEL0  0xF019FFDC          CAN0/CAN1 Output Select Register
GTM_CANOUTSEL1  0xF019FFE0          CAN2 Output Select Register
GTM_CCM0_ARP0_CTRL 0xF01E2000          CCM0 Address Range Protector 0 Control Register
GTM_CCM0_ARP0_PROT 0xF01E2004          CCM0 Address Range Protector 0 Protection Register
GTM_CCM0_ARP1_CTRL 0xF01E2008          CCM0 Address Range Protector 1 Control Register
GTM_CCM0_ARP1_PROT 0xF01E200C          CCM0 Address Range Protector 1 Protection Register
GTM_CCM0_ARP2_CTRL 0xF01E2010          CCM0 Address Range Protector 2 Control Register
GTM_CCM0_ARP2_PROT 0xF01E2014          CCM0 Address Range Protector 2 Protection Register
GTM_CCM0_ARP3_CTRL 0xF01E2018          CCM0 Address Range Protector 3 Control Register
GTM_CCM0_ARP3_PROT 0xF01E201C          CCM0 Address Range Protector 3 Protection Register
GTM_CCM0_ARP4_CTRL 0xF01E2020          CCM0 Address Range Protector 4 Control Register
GTM_CCM0_ARP4_PROT 0xF01E2024          CCM0 Address Range Protector 4 Protection Register
GTM_CCM0_ARP5_CTRL 0xF01E2028          CCM0 Address Range Protector 5 Control Register
GTM_CCM0_ARP5_PROT 0xF01E202C          CCM0 Address Range Protector 5 Protection Register
GTM_CCM0_ARP6_CTRL 0xF01E2030          CCM0 Address Range Protector 6 Control Register
GTM_CCM0_ARP6_PROT 0xF01E2034          CCM0 Address Range Protector 6 Protection Register
GTM_CCM0_ARP7_CTRL 0xF01E2038          CCM0 Address Range Protector 7 Control Register
GTM_CCM0_ARP7_PROT 0xF01E203C          CCM0 Address Range Protector 7 Protection Register
GTM_CCM0_ARP8_CTRL 0xF01E2040          CCM0 Address Range Protector 8 Control Register
GTM_CCM0_ARP8_PROT 0xF01E2044          CCM0 Address Range Protector 8 Protection Register
GTM_CCM0_ARP9_CTRL 0xF01E2048          CCM0 Address Range Protector 9 Control Register
GTM_CCM0_ARP9_PROT 0xF01E204C          CCM0 Address Range Protector 9 Protection Register
GTM_CCM0_AEIM_STA 0xF01E21D8          CCM0 MCS Bus Master Status Register
GTM_CCM0_HW_CONF 0xF01E21DC          CCM0 Hardware Configuration Register
GTM_CCM0_TIM_AUX_IN_SRC 0xF01E21E0          CCM0 TIM Module AUX_IN Source Selection Register
GTM_CCM0_EXT_CAP_EN 0xF01E21E4          CCM0 External Capture Trigger Enable Register
GTM_CCM0_TOM_OUT 0xF01E21E8          CCM0 TOM Output Level Register
GTM_CCM0_ATOM_OUT 0xF01E21EC          CCM0 ATOM Output Level Register
GTM_CCM0_CMU_CLK_CFG 0xF01E21F0          CCM0 CMU Clock Configuration Register
GTM_CCM0_CMU_FXCLK_CFG 0xF01E21F4          CCM0 CMU Fixed Clock Configuration Register
GTM_CCM0_CFG    0xF01E21F8          CCM0 Configuration Register
GTM_CCM0_PROT   0xF01E21FC          CCM0 Protection Register
GTM_CCM1_ARP0_CTRL 0xF01E2200          CCM1 Address Range Protector 0 Control Register
GTM_CCM1_ARP0_PROT 0xF01E2204          CCM1 Address Range Protector 0 Protection Register
GTM_CCM1_ARP1_CTRL 0xF01E2208          CCM1 Address Range Protector 1 Control Register
GTM_CCM1_ARP1_PROT 0xF01E220C          CCM1 Address Range Protector 1 Protection Register
GTM_CCM1_ARP2_CTRL 0xF01E2210          CCM1 Address Range Protector 2 Control Register
GTM_CCM1_ARP2_PROT 0xF01E2214          CCM1 Address Range Protector 2 Protection Register
GTM_CCM1_ARP3_CTRL 0xF01E2218          CCM1 Address Range Protector 3 Control Register
GTM_CCM1_ARP3_PROT 0xF01E221C          CCM1 Address Range Protector 3 Protection Register
GTM_CCM1_ARP4_CTRL 0xF01E2220          CCM1 Address Range Protector 4 Control Register
GTM_CCM1_ARP4_PROT 0xF01E2224          CCM1 Address Range Protector 4 Protection Register
GTM_CCM1_ARP5_CTRL 0xF01E2228          CCM1 Address Range Protector 5 Control Register
GTM_CCM1_ARP5_PROT 0xF01E222C          CCM1 Address Range Protector 5 Protection Register
GTM_CCM1_ARP6_CTRL 0xF01E2230          CCM1 Address Range Protector 6 Control Register
GTM_CCM1_ARP6_PROT 0xF01E2234          CCM1 Address Range Protector 6 Protection Register
GTM_CCM1_ARP7_CTRL 0xF01E2238          CCM1 Address Range Protector 7 Control Register
GTM_CCM1_ARP7_PROT 0xF01E223C          CCM1 Address Range Protector 7 Protection Register
GTM_CCM1_ARP8_CTRL 0xF01E2240          CCM1 Address Range Protector 8 Control Register
GTM_CCM1_ARP8_PROT 0xF01E2244          CCM1 Address Range Protector 8 Protection Register
GTM_CCM1_ARP9_CTRL 0xF01E2248          CCM1 Address Range Protector 9 Control Register
GTM_CCM1_ARP9_PROT 0xF01E224C          CCM1 Address Range Protector 9 Protection Register
GTM_CCM1_AEIM_STA 0xF01E23D8          CCM1 MCS Bus Master Status Register
GTM_CCM1_HW_CONF 0xF01E23DC          CCM1 Hardware Configuration Register
GTM_CCM1_TIM_AUX_IN_SRC 0xF01E23E0          CCM1 TIM Module AUX_IN Source Selection Register
GTM_CCM1_EXT_CAP_EN 0xF01E23E4          CCM1 External Capture Trigger Enable Register
GTM_CCM1_TOM_OUT 0xF01E23E8          CCM1 TOM Output Level Register
GTM_CCM1_ATOM_OUT 0xF01E23EC          CCM1 ATOM Output Level Register
GTM_CCM1_CMU_CLK_CFG 0xF01E23F0          CCM1 CMU Clock Configuration Register
GTM_CCM1_CMU_FXCLK_CFG 0xF01E23F4          CCM1 CMU Fixed Clock Configuration Register
GTM_CCM1_CFG    0xF01E23F8          CCM1 Configuration Register
GTM_CCM1_PROT   0xF01E23FC          CCM1 Protection Register
GTM_CCM2_ARP0_CTRL 0xF01E2400          CCM2 Address Range Protector 0 Control Register
GTM_CCM2_ARP0_PROT 0xF01E2404          CCM2 Address Range Protector 0 Protection Register
GTM_CCM2_ARP1_CTRL 0xF01E2408          CCM2 Address Range Protector 1 Control Register
GTM_CCM2_ARP1_PROT 0xF01E240C          CCM2 Address Range Protector 1 Protection Register
GTM_CCM2_ARP2_CTRL 0xF01E2410          CCM2 Address Range Protector 2 Control Register
GTM_CCM2_ARP2_PROT 0xF01E2414          CCM2 Address Range Protector 2 Protection Register
GTM_CCM2_ARP3_CTRL 0xF01E2418          CCM2 Address Range Protector 3 Control Register
GTM_CCM2_ARP3_PROT 0xF01E241C          CCM2 Address Range Protector 3 Protection Register
GTM_CCM2_ARP4_CTRL 0xF01E2420          CCM2 Address Range Protector 4 Control Register
GTM_CCM2_ARP4_PROT 0xF01E2424          CCM2 Address Range Protector 4 Protection Register
GTM_CCM2_ARP5_CTRL 0xF01E2428          CCM2 Address Range Protector 5 Control Register
GTM_CCM2_ARP5_PROT 0xF01E242C          CCM2 Address Range Protector 5 Protection Register
GTM_CCM2_ARP6_CTRL 0xF01E2430          CCM2 Address Range Protector 6 Control Register
GTM_CCM2_ARP6_PROT 0xF01E2434          CCM2 Address Range Protector 6 Protection Register
GTM_CCM2_ARP7_CTRL 0xF01E2438          CCM2 Address Range Protector 7 Control Register
GTM_CCM2_ARP7_PROT 0xF01E243C          CCM2 Address Range Protector 7 Protection Register
GTM_CCM2_ARP8_CTRL 0xF01E2440          CCM2 Address Range Protector 8 Control Register
GTM_CCM2_ARP8_PROT 0xF01E2444          CCM2 Address Range Protector 8 Protection Register
GTM_CCM2_ARP9_CTRL 0xF01E2448          CCM2 Address Range Protector 9 Control Register
GTM_CCM2_ARP9_PROT 0xF01E244C          CCM2 Address Range Protector 9 Protection Register
GTM_CCM2_AEIM_STA 0xF01E25D8          CCM2 MCS Bus Master Status Register
GTM_CCM2_HW_CONF 0xF01E25DC          CCM2 Hardware Configuration Register
GTM_CCM2_TIM_AUX_IN_SRC 0xF01E25E0          CCM2 TIM Module AUX_IN Source Selection Register
GTM_CCM2_EXT_CAP_EN 0xF01E25E4          CCM2 External Capture Trigger Enable Register
GTM_CCM2_TOM_OUT 0xF01E25E8          CCM2 TOM Output Level Register
GTM_CCM2_ATOM_OUT 0xF01E25EC          CCM2 ATOM Output Level Register
GTM_CCM2_CMU_CLK_CFG 0xF01E25F0          CCM2 CMU Clock Configuration Register
GTM_CCM2_CMU_FXCLK_CFG 0xF01E25F4          CCM2 CMU Fixed Clock Configuration Register
GTM_CCM2_CFG    0xF01E25F8          CCM2 Configuration Register
GTM_CCM2_PROT   0xF01E25FC          CCM2 Protection Register
GTM_CCM3_ARP0_CTRL 0xF01E2600          CCM3 Address Range Protector 0 Control Register
GTM_CCM3_ARP0_PROT 0xF01E2604          CCM3 Address Range Protector 0 Protection Register
GTM_CCM3_ARP1_CTRL 0xF01E2608          CCM3 Address Range Protector 1 Control Register
GTM_CCM3_ARP1_PROT 0xF01E260C          CCM3 Address Range Protector 1 Protection Register
GTM_CCM3_ARP2_CTRL 0xF01E2610          CCM3 Address Range Protector 2 Control Register
GTM_CCM3_ARP2_PROT 0xF01E2614          CCM3 Address Range Protector 2 Protection Register
GTM_CCM3_ARP3_CTRL 0xF01E2618          CCM3 Address Range Protector 3 Control Register
GTM_CCM3_ARP3_PROT 0xF01E261C          CCM3 Address Range Protector 3 Protection Register
GTM_CCM3_ARP4_CTRL 0xF01E2620          CCM3 Address Range Protector 4 Control Register
GTM_CCM3_ARP4_PROT 0xF01E2624          CCM3 Address Range Protector 4 Protection Register
GTM_CCM3_ARP5_CTRL 0xF01E2628          CCM3 Address Range Protector 5 Control Register
GTM_CCM3_ARP5_PROT 0xF01E262C          CCM3 Address Range Protector 5 Protection Register
GTM_CCM3_ARP6_CTRL 0xF01E2630          CCM3 Address Range Protector 6 Control Register
GTM_CCM3_ARP6_PROT 0xF01E2634          CCM3 Address Range Protector 6 Protection Register
GTM_CCM3_ARP7_CTRL 0xF01E2638          CCM3 Address Range Protector 7 Control Register
GTM_CCM3_ARP7_PROT 0xF01E263C          CCM3 Address Range Protector 7 Protection Register
GTM_CCM3_ARP8_CTRL 0xF01E2640          CCM3 Address Range Protector 8 Control Register
GTM_CCM3_ARP8_PROT 0xF01E2644          CCM3 Address Range Protector 8 Protection Register
GTM_CCM3_ARP9_CTRL 0xF01E2648          CCM3 Address Range Protector 9 Control Register
GTM_CCM3_ARP9_PROT 0xF01E264C          CCM3 Address Range Protector 9 Protection Register
GTM_CCM3_AEIM_STA 0xF01E27D8          CCM3 MCS Bus Master Status Register
GTM_CCM3_HW_CONF 0xF01E27DC          CCM3 Hardware Configuration Register
GTM_CCM3_TIM_AUX_IN_SRC 0xF01E27E0          CCM3 TIM Module AUX_IN Source Selection Register
GTM_CCM3_EXT_CAP_EN 0xF01E27E4          CCM3 External Capture Trigger Enable Register
GTM_CCM3_TOM_OUT 0xF01E27E8          CCM3 TOM Output Level Register
GTM_CCM3_ATOM_OUT 0xF01E27EC          CCM3 ATOM Output Level Register
GTM_CCM3_CMU_CLK_CFG 0xF01E27F0          CCM3 CMU Clock Configuration Register
GTM_CCM3_CMU_FXCLK_CFG 0xF01E27F4          CCM3 CMU Fixed Clock Configuration Register
GTM_CCM3_CFG    0xF01E27F8          CCM3 Configuration Register
GTM_CCM3_PROT   0xF01E27FC          CCM3 Protection Register
GTM_CCM4_ARP0_CTRL 0xF01E2800          CCM4 Address Range Protector 0 Control Register
GTM_CCM4_ARP0_PROT 0xF01E2804          CCM4 Address Range Protector 0 Protection Register
GTM_CCM4_ARP1_CTRL 0xF01E2808          CCM4 Address Range Protector 1 Control Register
GTM_CCM4_ARP1_PROT 0xF01E280C          CCM4 Address Range Protector 1 Protection Register
GTM_CCM4_ARP2_CTRL 0xF01E2810          CCM4 Address Range Protector 2 Control Register
GTM_CCM4_ARP2_PROT 0xF01E2814          CCM4 Address Range Protector 2 Protection Register
GTM_CCM4_ARP3_CTRL 0xF01E2818          CCM4 Address Range Protector 3 Control Register
GTM_CCM4_ARP3_PROT 0xF01E281C          CCM4 Address Range Protector 3 Protection Register
GTM_CCM4_ARP4_CTRL 0xF01E2820          CCM4 Address Range Protector 4 Control Register
GTM_CCM4_ARP4_PROT 0xF01E2824          CCM4 Address Range Protector 4 Protection Register
GTM_CCM4_ARP5_CTRL 0xF01E2828          CCM4 Address Range Protector 5 Control Register
GTM_CCM4_ARP5_PROT 0xF01E282C          CCM4 Address Range Protector 5 Protection Register
GTM_CCM4_ARP6_CTRL 0xF01E2830          CCM4 Address Range Protector 6 Control Register
GTM_CCM4_ARP6_PROT 0xF01E2834          CCM4 Address Range Protector 6 Protection Register
GTM_CCM4_ARP7_CTRL 0xF01E2838          CCM4 Address Range Protector 7 Control Register
GTM_CCM4_ARP7_PROT 0xF01E283C          CCM4 Address Range Protector 7 Protection Register
GTM_CCM4_ARP8_CTRL 0xF01E2840          CCM4 Address Range Protector 8 Control Register
GTM_CCM4_ARP8_PROT 0xF01E2844          CCM4 Address Range Protector 8 Protection Register
GTM_CCM4_ARP9_CTRL 0xF01E2848          CCM4 Address Range Protector 9 Control Register
GTM_CCM4_ARP9_PROT 0xF01E284C          CCM4 Address Range Protector 9 Protection Register
GTM_CCM4_AEIM_STA 0xF01E29D8          CCM4 MCS Bus Master Status Register
GTM_CCM4_HW_CONF 0xF01E29DC          CCM4 Hardware Configuration Register
GTM_CCM4_TIM_AUX_IN_SRC 0xF01E29E0          CCM4 TIM Module AUX_IN Source Selection Register
GTM_CCM4_EXT_CAP_EN 0xF01E29E4          CCM4 External Capture Trigger Enable Register
GTM_CCM4_TOM_OUT 0xF01E29E8          CCM4 TOM Output Level Register
GTM_CCM4_ATOM_OUT 0xF01E29EC          CCM4 ATOM Output Level Register
GTM_CCM4_CMU_CLK_CFG 0xF01E29F0          CCM4 CMU Clock Configuration Register
GTM_CCM4_CMU_FXCLK_CFG 0xF01E29F4          CCM4 CMU Fixed Clock Configuration Register
GTM_CCM4_CFG    0xF01E29F8          CCM4 Configuration Register
GTM_CCM4_PROT   0xF01E29FC          CCM4 Protection Register
GTM_CCM5_ARP0_CTRL 0xF01E2A00          CCM5 Address Range Protector 0 Control Register
GTM_CCM5_ARP0_PROT 0xF01E2A04          CCM5 Address Range Protector 0 Protection Register
GTM_CCM5_ARP1_CTRL 0xF01E2A08          CCM5 Address Range Protector 1 Control Register
GTM_CCM5_ARP1_PROT 0xF01E2A0C          CCM5 Address Range Protector 1 Protection Register
GTM_CCM5_ARP2_CTRL 0xF01E2A10          CCM5 Address Range Protector 2 Control Register
GTM_CCM5_ARP2_PROT 0xF01E2A14          CCM5 Address Range Protector 2 Protection Register
GTM_CCM5_ARP3_CTRL 0xF01E2A18          CCM5 Address Range Protector 3 Control Register
GTM_CCM5_ARP3_PROT 0xF01E2A1C          CCM5 Address Range Protector 3 Protection Register
GTM_CCM5_ARP4_CTRL 0xF01E2A20          CCM5 Address Range Protector 4 Control Register
GTM_CCM5_ARP4_PROT 0xF01E2A24          CCM5 Address Range Protector 4 Protection Register
GTM_CCM5_ARP5_CTRL 0xF01E2A28          CCM5 Address Range Protector 5 Control Register
GTM_CCM5_ARP5_PROT 0xF01E2A2C          CCM5 Address Range Protector 5 Protection Register
GTM_CCM5_ARP6_CTRL 0xF01E2A30          CCM5 Address Range Protector 6 Control Register
GTM_CCM5_ARP6_PROT 0xF01E2A34          CCM5 Address Range Protector 6 Protection Register
GTM_CCM5_ARP7_CTRL 0xF01E2A38          CCM5 Address Range Protector 7 Control Register
GTM_CCM5_ARP7_PROT 0xF01E2A3C          CCM5 Address Range Protector 7 Protection Register
GTM_CCM5_ARP8_CTRL 0xF01E2A40          CCM5 Address Range Protector 8 Control Register
GTM_CCM5_ARP8_PROT 0xF01E2A44          CCM5 Address Range Protector 8 Protection Register
GTM_CCM5_ARP9_CTRL 0xF01E2A48          CCM5 Address Range Protector 9 Control Register
GTM_CCM5_ARP9_PROT 0xF01E2A4C          CCM5 Address Range Protector 9 Protection Register
GTM_CCM5_AEIM_STA 0xF01E2BD8          CCM5 MCS Bus Master Status Register
GTM_CCM5_HW_CONF 0xF01E2BDC          CCM5 Hardware Configuration Register
GTM_CCM5_TIM_AUX_IN_SRC 0xF01E2BE0          CCM5 TIM Module AUX_IN Source Selection Register
GTM_CCM5_EXT_CAP_EN 0xF01E2BE4          CCM5 External Capture Trigger Enable Register
GTM_CCM5_ATOM_OUT 0xF01E2BEC          CCM5 ATOM Output Level Register
GTM_CCM5_CMU_CLK_CFG 0xF01E2BF0          CCM5 CMU Clock Configuration Register
GTM_CCM5_CMU_FXCLK_CFG 0xF01E2BF4          CCM5 CMU Fixed Clock Configuration Register
GTM_CCM5_CFG    0xF01E2BF8          CCM5 Configuration Register
GTM_CCM5_PROT   0xF01E2BFC          CCM5 Protection Register
GTM_CCM6_ARP0_CTRL 0xF01E2C00          CCM6 Address Range Protector 0 Control Register
GTM_CCM6_ARP0_PROT 0xF01E2C04          CCM6 Address Range Protector 0 Protection Register
GTM_CCM6_ARP1_CTRL 0xF01E2C08          CCM6 Address Range Protector 1 Control Register
GTM_CCM6_ARP1_PROT 0xF01E2C0C          CCM6 Address Range Protector 1 Protection Register
GTM_CCM6_ARP2_CTRL 0xF01E2C10          CCM6 Address Range Protector 2 Control Register
GTM_CCM6_ARP2_PROT 0xF01E2C14          CCM6 Address Range Protector 2 Protection Register
GTM_CCM6_ARP3_CTRL 0xF01E2C18          CCM6 Address Range Protector 3 Control Register
GTM_CCM6_ARP3_PROT 0xF01E2C1C          CCM6 Address Range Protector 3 Protection Register
GTM_CCM6_ARP4_CTRL 0xF01E2C20          CCM6 Address Range Protector 4 Control Register
GTM_CCM6_ARP4_PROT 0xF01E2C24          CCM6 Address Range Protector 4 Protection Register
GTM_CCM6_ARP5_CTRL 0xF01E2C28          CCM6 Address Range Protector 5 Control Register
GTM_CCM6_ARP5_PROT 0xF01E2C2C          CCM6 Address Range Protector 5 Protection Register
GTM_CCM6_ARP6_CTRL 0xF01E2C30          CCM6 Address Range Protector 6 Control Register
GTM_CCM6_ARP6_PROT 0xF01E2C34          CCM6 Address Range Protector 6 Protection Register
GTM_CCM6_ARP7_CTRL 0xF01E2C38          CCM6 Address Range Protector 7 Control Register
GTM_CCM6_ARP7_PROT 0xF01E2C3C          CCM6 Address Range Protector 7 Protection Register
GTM_CCM6_ARP8_CTRL 0xF01E2C40          CCM6 Address Range Protector 8 Control Register
GTM_CCM6_ARP8_PROT 0xF01E2C44          CCM6 Address Range Protector 8 Protection Register
GTM_CCM6_ARP9_CTRL 0xF01E2C48          CCM6 Address Range Protector 9 Control Register
GTM_CCM6_ARP9_PROT 0xF01E2C4C          CCM6 Address Range Protector 9 Protection Register
GTM_CCM6_AEIM_STA 0xF01E2DD8          CCM6 MCS Bus Master Status Register
GTM_CCM6_HW_CONF 0xF01E2DDC          CCM6 Hardware Configuration Register
GTM_CCM6_TIM_AUX_IN_SRC 0xF01E2DE0          CCM6 TIM Module AUX_IN Source Selection Register
GTM_CCM6_EXT_CAP_EN 0xF01E2DE4          CCM6 External Capture Trigger Enable Register
GTM_CCM6_ATOM_OUT 0xF01E2DEC          CCM6 ATOM Output Level Register
GTM_CCM6_CMU_CLK_CFG 0xF01E2DF0          CCM6 CMU Clock Configuration Register
GTM_CCM6_CMU_FXCLK_CFG 0xF01E2DF4          CCM6 CMU Fixed Clock Configuration Register
GTM_CCM6_CFG    0xF01E2DF8          CCM6 Configuration Register
GTM_CCM6_PROT   0xF01E2DFC          CCM6 Protection Register
GTM_CCM7_HW_CONF 0xF01E2FDC          CCM7 Hardware Configuration Register
GTM_CCM7_ATOM_OUT 0xF01E2FEC          CCM7 ATOM Output Level Register
GTM_CCM7_CMU_CLK_CFG 0xF01E2FF0          CCM7 CMU Clock Configuration Register
GTM_CCM7_CMU_FXCLK_CFG 0xF01E2FF4          CCM7 CMU Fixed Clock Configuration Register
GTM_CCM7_CFG    0xF01E2FF8          CCM7 Configuration Register
GTM_CCM7_PROT   0xF01E2FFC          CCM7 Protection Register
GTM_CCM8_HW_CONF 0xF01E31DC          CCM8 Hardware Configuration Register
GTM_CCM8_ATOM_OUT 0xF01E31EC          CCM8 ATOM Output Level Register
GTM_CCM8_CMU_CLK_CFG 0xF01E31F0          CCM8 CMU Clock Configuration Register
GTM_CCM8_CMU_FXCLK_CFG 0xF01E31F4          CCM8 CMU Fixed Clock Configuration Register
GTM_CCM8_CFG    0xF01E31F8          CCM8 Configuration Register
GTM_CCM8_PROT   0xF01E31FC          CCM8 Protection Register
GTM_CDTM0_DTM0_CTRL 0xF01E4000          CDTM0 DTM0 Global Configuration and Control Register
GTM_CDTM0_DTM0_CH_CTRL1 0xF01E4004          CDTM0 DTM0 Channel Control Register 1
GTM_CDTM0_DTM0_CH_CTRL2 0xF01E4008          CDTM0 DTM0 Channel Control Register 2
GTM_CDTM0_DTM0_CH_CTRL2_SR 0xF01E400C          CDTM0 DTM0 Channel Control Register 2 Shadow
GTM_CDTM0_DTM0_PS_CTRL 0xF01E4010          CDTM0 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM0_CH0_DTV 0xF01E4014          CDTM0 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM0_CH1_DTV 0xF01E4018          CDTM0 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM0_CH2_DTV 0xF01E401C          CDTM0 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM0_CH3_DTV 0xF01E4020          CDTM0 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM0_CH_SR 0xF01E4024          CDTM0 DTM0 Channel Shadow Register
GTM_CDTM0_DTM0_CH_CTRL3 0xF01E4028          CDTM0 DTM0 Channel Control Register 3
GTM_CDTM0_DTM1_CTRL 0xF01E4040          CDTM0 DTM1 Global Configuration and Control Register
GTM_CDTM0_DTM1_CH_CTRL1 0xF01E4044          CDTM0 DTM1 Channel Control Register 1
GTM_CDTM0_DTM1_CH_CTRL2 0xF01E4048          CDTM0 DTM1 Channel Control Register 2
GTM_CDTM0_DTM1_CH_CTRL2_SR 0xF01E404C          CDTM0 DTM1 Channel Control Register 2 Shadow
GTM_CDTM0_DTM1_PS_CTRL 0xF01E4050          CDTM0 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM1_CH0_DTV 0xF01E4054          CDTM0 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM1_CH1_DTV 0xF01E4058          CDTM0 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM1_CH2_DTV 0xF01E405C          CDTM0 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM1_CH3_DTV 0xF01E4060          CDTM0 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM1_CH_SR 0xF01E4064          CDTM0 DTM1 Channel Shadow Register
GTM_CDTM0_DTM1_CH_CTRL3 0xF01E4068          CDTM0 DTM1 Channel Control Register 3
GTM_CDTM0_DTM4_CTRL 0xF01E4100          CDTM0 DTM4 Global Configuration and Control Register
GTM_CDTM0_DTM4_CH_CTRL1 0xF01E4104          CDTM0 DTM4 Channel Control Register 1
GTM_CDTM0_DTM4_CH_CTRL2 0xF01E4108          CDTM0 DTM4 Channel Control Register 2
GTM_CDTM0_DTM4_CH_CTRL2_SR 0xF01E410C          CDTM0 DTM4 Channel Control Register 2 Shadow
GTM_CDTM0_DTM4_PS_CTRL 0xF01E4110          CDTM0 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM4_CH0_DTV 0xF01E4114          CDTM0 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM4_CH1_DTV 0xF01E4118          CDTM0 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM4_CH2_DTV 0xF01E411C          CDTM0 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM4_CH3_DTV 0xF01E4120          CDTM0 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM4_CH_SR 0xF01E4124          CDTM0 DTM4 Channel Shadow Register
GTM_CDTM0_DTM4_CH_CTRL3 0xF01E4128          CDTM0 DTM4 Channel Control Register 3
GTM_CDTM0_DTM5_CTRL 0xF01E4140          CDTM0 DTM5 Global Configuration and Control Register
GTM_CDTM0_DTM5_CH_CTRL1 0xF01E4144          CDTM0 DTM5 Channel Control Register 1
GTM_CDTM0_DTM5_CH_CTRL2 0xF01E4148          CDTM0 DTM5 Channel Control Register 2
GTM_CDTM0_DTM5_CH_CTRL2_SR 0xF01E414C          CDTM0 DTM5 Channel Control Register 2 Shadow
GTM_CDTM0_DTM5_PS_CTRL 0xF01E4150          CDTM0 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM5_CH0_DTV 0xF01E4154          CDTM0 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM5_CH1_DTV 0xF01E4158          CDTM0 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM5_CH2_DTV 0xF01E415C          CDTM0 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM5_CH3_DTV 0xF01E4160          CDTM0 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM5_CH_SR 0xF01E4164          CDTM0 DTM5 Channel Shadow Register
GTM_CDTM0_DTM5_CH_CTRL3 0xF01E4168          CDTM0 DTM5 Channel Control Register 3
GTM_CDTM1_DTM0_CTRL 0xF01E4400          CDTM1 DTM0 Global Configuration and Control Register
GTM_CDTM1_DTM0_CH_CTRL1 0xF01E4404          CDTM1 DTM0 Channel Control Register 1
GTM_CDTM1_DTM0_CH_CTRL2 0xF01E4408          CDTM1 DTM0 Channel Control Register 2
GTM_CDTM1_DTM0_CH_CTRL2_SR 0xF01E440C          CDTM1 DTM0 Channel Control Register 2 Shadow
GTM_CDTM1_DTM0_PS_CTRL 0xF01E4410          CDTM1 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM0_CH0_DTV 0xF01E4414          CDTM1 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM0_CH1_DTV 0xF01E4418          CDTM1 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM0_CH2_DTV 0xF01E441C          CDTM1 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM0_CH3_DTV 0xF01E4420          CDTM1 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM0_CH_SR 0xF01E4424          CDTM1 DTM0 Channel Shadow Register
GTM_CDTM1_DTM0_CH_CTRL3 0xF01E4428          CDTM1 DTM0 Channel Control Register 3
GTM_CDTM1_DTM1_CTRL 0xF01E4440          CDTM1 DTM1 Global Configuration and Control Register
GTM_CDTM1_DTM1_CH_CTRL1 0xF01E4444          CDTM1 DTM1 Channel Control Register 1
GTM_CDTM1_DTM1_CH_CTRL2 0xF01E4448          CDTM1 DTM1 Channel Control Register 2
GTM_CDTM1_DTM1_CH_CTRL2_SR 0xF01E444C          CDTM1 DTM1 Channel Control Register 2 Shadow
GTM_CDTM1_DTM1_PS_CTRL 0xF01E4450          CDTM1 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM1_CH0_DTV 0xF01E4454          CDTM1 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM1_CH1_DTV 0xF01E4458          CDTM1 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM1_CH2_DTV 0xF01E445C          CDTM1 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM1_CH3_DTV 0xF01E4460          CDTM1 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM1_CH_SR 0xF01E4464          CDTM1 DTM1 Channel Shadow Register
GTM_CDTM1_DTM1_CH_CTRL3 0xF01E4468          CDTM1 DTM1 Channel Control Register 3
GTM_CDTM1_DTM4_CTRL 0xF01E4500          CDTM1 DTM4 Global Configuration and Control Register
GTM_CDTM1_DTM4_CH_CTRL1 0xF01E4504          CDTM1 DTM4 Channel Control Register 1
GTM_CDTM1_DTM4_CH_CTRL2 0xF01E4508          CDTM1 DTM4 Channel Control Register 2
GTM_CDTM1_DTM4_CH_CTRL2_SR 0xF01E450C          CDTM1 DTM4 Channel Control Register 2 Shadow
GTM_CDTM1_DTM4_PS_CTRL 0xF01E4510          CDTM1 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM4_CH0_DTV 0xF01E4514          CDTM1 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM4_CH1_DTV 0xF01E4518          CDTM1 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM4_CH2_DTV 0xF01E451C          CDTM1 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM4_CH3_DTV 0xF01E4520          CDTM1 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM4_CH_SR 0xF01E4524          CDTM1 DTM4 Channel Shadow Register
GTM_CDTM1_DTM4_CH_CTRL3 0xF01E4528          CDTM1 DTM4 Channel Control Register 3
GTM_CDTM1_DTM5_CTRL 0xF01E4540          CDTM1 DTM5 Global Configuration and Control Register
GTM_CDTM1_DTM5_CH_CTRL1 0xF01E4544          CDTM1 DTM5 Channel Control Register 1
GTM_CDTM1_DTM5_CH_CTRL2 0xF01E4548          CDTM1 DTM5 Channel Control Register 2
GTM_CDTM1_DTM5_CH_CTRL2_SR 0xF01E454C          CDTM1 DTM5 Channel Control Register 2 Shadow
GTM_CDTM1_DTM5_PS_CTRL 0xF01E4550          CDTM1 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM5_CH0_DTV 0xF01E4554          CDTM1 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM5_CH1_DTV 0xF01E4558          CDTM1 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM5_CH2_DTV 0xF01E455C          CDTM1 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM5_CH3_DTV 0xF01E4560          CDTM1 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM5_CH_SR 0xF01E4564          CDTM1 DTM5 Channel Shadow Register
GTM_CDTM1_DTM5_CH_CTRL3 0xF01E4568          CDTM1 DTM5 Channel Control Register 3
GTM_CDTM2_DTM0_CTRL 0xF01E4800          CDTM2 DTM0 Global Configuration and Control Register
GTM_CDTM2_DTM0_CH_CTRL1 0xF01E4804          CDTM2 DTM0 Channel Control Register 1
GTM_CDTM2_DTM0_CH_CTRL2 0xF01E4808          CDTM2 DTM0 Channel Control Register 2
GTM_CDTM2_DTM0_CH_CTRL2_SR 0xF01E480C          CDTM2 DTM0 Channel Control Register 2 Shadow
GTM_CDTM2_DTM0_PS_CTRL 0xF01E4810          CDTM2 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM0_CH0_DTV 0xF01E4814          CDTM2 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM0_CH1_DTV 0xF01E4818          CDTM2 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM0_CH2_DTV 0xF01E481C          CDTM2 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM0_CH3_DTV 0xF01E4820          CDTM2 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM0_CH_SR 0xF01E4824          CDTM2 DTM0 Channel Shadow Register
GTM_CDTM2_DTM0_CH_CTRL3 0xF01E4828          CDTM2 DTM0 Channel Control Register 3
GTM_CDTM2_DTM1_CTRL 0xF01E4840          CDTM2 DTM1 Global Configuration and Control Register
GTM_CDTM2_DTM1_CH_CTRL1 0xF01E4844          CDTM2 DTM1 Channel Control Register 1
GTM_CDTM2_DTM1_CH_CTRL2 0xF01E4848          CDTM2 DTM1 Channel Control Register 2
GTM_CDTM2_DTM1_CH_CTRL2_SR 0xF01E484C          CDTM2 DTM1 Channel Control Register 2 Shadow
GTM_CDTM2_DTM1_PS_CTRL 0xF01E4850          CDTM2 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM1_CH0_DTV 0xF01E4854          CDTM2 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM1_CH1_DTV 0xF01E4858          CDTM2 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM1_CH2_DTV 0xF01E485C          CDTM2 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM1_CH3_DTV 0xF01E4860          CDTM2 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM1_CH_SR 0xF01E4864          CDTM2 DTM1 Channel Shadow Register
GTM_CDTM2_DTM1_CH_CTRL3 0xF01E4868          CDTM2 DTM1 Channel Control Register 3
GTM_CDTM2_DTM4_CTRL 0xF01E4900          CDTM2 DTM4 Global Configuration and Control Register
GTM_CDTM2_DTM4_CH_CTRL1 0xF01E4904          CDTM2 DTM4 Channel Control Register 1
GTM_CDTM2_DTM4_CH_CTRL2 0xF01E4908          CDTM2 DTM4 Channel Control Register 2
GTM_CDTM2_DTM4_CH_CTRL2_SR 0xF01E490C          CDTM2 DTM4 Channel Control Register 2 Shadow
GTM_CDTM2_DTM4_PS_CTRL 0xF01E4910          CDTM2 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM4_CH0_DTV 0xF01E4914          CDTM2 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM4_CH1_DTV 0xF01E4918          CDTM2 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM4_CH2_DTV 0xF01E491C          CDTM2 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM4_CH3_DTV 0xF01E4920          CDTM2 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM4_CH_SR 0xF01E4924          CDTM2 DTM4 Channel Shadow Register
GTM_CDTM2_DTM4_CH_CTRL3 0xF01E4928          CDTM2 DTM4 Channel Control Register 3
GTM_CDTM2_DTM5_CTRL 0xF01E4940          CDTM2 DTM5 Global Configuration and Control Register
GTM_CDTM2_DTM5_CH_CTRL1 0xF01E4944          CDTM2 DTM5 Channel Control Register 1
GTM_CDTM2_DTM5_CH_CTRL2 0xF01E4948          CDTM2 DTM5 Channel Control Register 2
GTM_CDTM2_DTM5_CH_CTRL2_SR 0xF01E494C          CDTM2 DTM5 Channel Control Register 2 Shadow
GTM_CDTM2_DTM5_PS_CTRL 0xF01E4950          CDTM2 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM5_CH0_DTV 0xF01E4954          CDTM2 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM5_CH1_DTV 0xF01E4958          CDTM2 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM5_CH2_DTV 0xF01E495C          CDTM2 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM5_CH3_DTV 0xF01E4960          CDTM2 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM5_CH_SR 0xF01E4964          CDTM2 DTM5 Channel Shadow Register
GTM_CDTM2_DTM5_CH_CTRL3 0xF01E4968          CDTM2 DTM5 Channel Control Register 3
GTM_CDTM3_DTM0_CTRL 0xF01E4C00          CDTM3 DTM0 Global Configuration and Control Register
GTM_CDTM3_DTM0_CH_CTRL1 0xF01E4C04          CDTM3 DTM0 Channel Control Register 1
GTM_CDTM3_DTM0_CH_CTRL2 0xF01E4C08          CDTM3 DTM0 Channel Control Register 2
GTM_CDTM3_DTM0_CH_CTRL2_SR 0xF01E4C0C          CDTM3 DTM0 Channel Control Register 2 Shadow
GTM_CDTM3_DTM0_PS_CTRL 0xF01E4C10          CDTM3 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM3_DTM0_CH0_DTV 0xF01E4C14          CDTM3 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM3_DTM0_CH1_DTV 0xF01E4C18          CDTM3 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM3_DTM0_CH2_DTV 0xF01E4C1C          CDTM3 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM3_DTM0_CH3_DTV 0xF01E4C20          CDTM3 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM3_DTM0_CH_SR 0xF01E4C24          CDTM3 DTM0 Channel Shadow Register
GTM_CDTM3_DTM0_CH_CTRL3 0xF01E4C28          CDTM3 DTM0 Channel Control Register 3
GTM_CDTM3_DTM1_CTRL 0xF01E4C40          CDTM3 DTM1 Global Configuration and Control Register
GTM_CDTM3_DTM1_CH_CTRL1 0xF01E4C44          CDTM3 DTM1 Channel Control Register 1
GTM_CDTM3_DTM1_CH_CTRL2 0xF01E4C48          CDTM3 DTM1 Channel Control Register 2
GTM_CDTM3_DTM1_CH_CTRL2_SR 0xF01E4C4C          CDTM3 DTM1 Channel Control Register 2 Shadow
GTM_CDTM3_DTM1_PS_CTRL 0xF01E4C50          CDTM3 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM3_DTM1_CH0_DTV 0xF01E4C54          CDTM3 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM3_DTM1_CH1_DTV 0xF01E4C58          CDTM3 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM3_DTM1_CH2_DTV 0xF01E4C5C          CDTM3 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM3_DTM1_CH3_DTV 0xF01E4C60          CDTM3 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM3_DTM1_CH_SR 0xF01E4C64          CDTM3 DTM1 Channel Shadow Register
GTM_CDTM3_DTM1_CH_CTRL3 0xF01E4C68          CDTM3 DTM1 Channel Control Register 3
GTM_CDTM3_DTM4_CTRL 0xF01E4D00          CDTM3 DTM4 Global Configuration and Control Register
GTM_CDTM3_DTM4_CH_CTRL1 0xF01E4D04          CDTM3 DTM4 Channel Control Register 1
GTM_CDTM3_DTM4_CH_CTRL2 0xF01E4D08          CDTM3 DTM4 Channel Control Register 2
GTM_CDTM3_DTM4_CH_CTRL2_SR 0xF01E4D0C          CDTM3 DTM4 Channel Control Register 2 Shadow
GTM_CDTM3_DTM4_PS_CTRL 0xF01E4D10          CDTM3 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM3_DTM4_CH0_DTV 0xF01E4D14          CDTM3 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM3_DTM4_CH1_DTV 0xF01E4D18          CDTM3 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM3_DTM4_CH2_DTV 0xF01E4D1C          CDTM3 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM3_DTM4_CH3_DTV 0xF01E4D20          CDTM3 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM3_DTM4_CH_SR 0xF01E4D24          CDTM3 DTM4 Channel Shadow Register
GTM_CDTM3_DTM4_CH_CTRL3 0xF01E4D28          CDTM3 DTM4 Channel Control Register 3
GTM_CDTM3_DTM5_CTRL 0xF01E4D40          CDTM3 DTM5 Global Configuration and Control Register
GTM_CDTM3_DTM5_CH_CTRL1 0xF01E4D44          CDTM3 DTM5 Channel Control Register 1
GTM_CDTM3_DTM5_CH_CTRL2 0xF01E4D48          CDTM3 DTM5 Channel Control Register 2
GTM_CDTM3_DTM5_CH_CTRL2_SR 0xF01E4D4C          CDTM3 DTM5 Channel Control Register 2 Shadow
GTM_CDTM3_DTM5_PS_CTRL 0xF01E4D50          CDTM3 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM3_DTM5_CH0_DTV 0xF01E4D54          CDTM3 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM3_DTM5_CH1_DTV 0xF01E4D58          CDTM3 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM3_DTM5_CH2_DTV 0xF01E4D5C          CDTM3 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM3_DTM5_CH3_DTV 0xF01E4D60          CDTM3 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM3_DTM5_CH_SR 0xF01E4D64          CDTM3 DTM5 Channel Shadow Register
GTM_CDTM3_DTM5_CH_CTRL3 0xF01E4D68          CDTM3 DTM5 Channel Control Register 3
GTM_CDTM4_DTM4_CTRL 0xF01E5100          CDTM4 DTM4 Global Configuration and Control Register
GTM_CDTM4_DTM4_CH_CTRL1 0xF01E5104          CDTM4 DTM4 Channel Control Register 1
GTM_CDTM4_DTM4_CH_CTRL2 0xF01E5108          CDTM4 DTM4 Channel Control Register 2
GTM_CDTM4_DTM4_CH_CTRL2_SR 0xF01E510C          CDTM4 DTM4 Channel Control Register 2 Shadow
GTM_CDTM4_DTM4_PS_CTRL 0xF01E5110          CDTM4 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM4_DTM4_CH0_DTV 0xF01E5114          CDTM4 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM4_DTM4_CH1_DTV 0xF01E5118          CDTM4 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM4_DTM4_CH2_DTV 0xF01E511C          CDTM4 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM4_DTM4_CH3_DTV 0xF01E5120          CDTM4 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM4_DTM4_CH_SR 0xF01E5124          CDTM4 DTM4 Channel Shadow Register
GTM_CDTM4_DTM4_CH_CTRL3 0xF01E5128          CDTM4 DTM4 Channel Control Register 3
GTM_CDTM4_DTM5_CTRL 0xF01E5140          CDTM4 DTM5 Global Configuration and Control Register
GTM_CDTM4_DTM5_CH_CTRL1 0xF01E5144          CDTM4 DTM5 Channel Control Register 1
GTM_CDTM4_DTM5_CH_CTRL2 0xF01E5148          CDTM4 DTM5 Channel Control Register 2
GTM_CDTM4_DTM5_CH_CTRL2_SR 0xF01E514C          CDTM4 DTM5 Channel Control Register 2 Shadow
GTM_CDTM4_DTM5_PS_CTRL 0xF01E5150          CDTM4 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM4_DTM5_CH0_DTV 0xF01E5154          CDTM4 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM4_DTM5_CH1_DTV 0xF01E5158          CDTM4 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM4_DTM5_CH2_DTV 0xF01E515C          CDTM4 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM4_DTM5_CH3_DTV 0xF01E5160          CDTM4 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM4_DTM5_CH_SR 0xF01E5164          CDTM4 DTM5 Channel Shadow Register
GTM_CDTM4_DTM5_CH_CTRL3 0xF01E5168          CDTM4 DTM5 Channel Control Register 3
GTM_CDTM5_DTM4_CTRL 0xF01E5500          CDTM5 DTM4 Global Configuration and Control Register
GTM_CDTM5_DTM4_CH_CTRL1 0xF01E5504          CDTM5 DTM4 Channel Control Register 1
GTM_CDTM5_DTM4_CH_CTRL2 0xF01E5508          CDTM5 DTM4 Channel Control Register 2
GTM_CDTM5_DTM4_CH_CTRL2_SR 0xF01E550C          CDTM5 DTM4 Channel Control Register 2 Shadow
GTM_CDTM5_DTM4_PS_CTRL 0xF01E5510          CDTM5 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM5_DTM4_CH0_DTV 0xF01E5514          CDTM5 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM5_DTM4_CH1_DTV 0xF01E5518          CDTM5 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM5_DTM4_CH2_DTV 0xF01E551C          CDTM5 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM5_DTM4_CH3_DTV 0xF01E5520          CDTM5 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM5_DTM4_CH_SR 0xF01E5524          CDTM5 DTM4 Channel Shadow Register
GTM_CDTM5_DTM4_CH_CTRL3 0xF01E5528          CDTM5 DTM4 Channel Control Register 3
GTM_CDTM5_DTM5_CTRL 0xF01E5540          CDTM5 DTM5 Global Configuration and Control Register
GTM_CDTM5_DTM5_CH_CTRL1 0xF01E5544          CDTM5 DTM5 Channel Control Register 1
GTM_CDTM5_DTM5_CH_CTRL2 0xF01E5548          CDTM5 DTM5 Channel Control Register 2
GTM_CDTM5_DTM5_CH_CTRL2_SR 0xF01E554C          CDTM5 DTM5 Channel Control Register 2 Shadow
GTM_CDTM5_DTM5_PS_CTRL 0xF01E5550          CDTM5 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM5_DTM5_CH0_DTV 0xF01E5554          CDTM5 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM5_DTM5_CH1_DTV 0xF01E5558          CDTM5 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM5_DTM5_CH2_DTV 0xF01E555C          CDTM5 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM5_DTM5_CH3_DTV 0xF01E5560          CDTM5 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM5_DTM5_CH_SR 0xF01E5564          CDTM5 DTM5 Channel Shadow Register
GTM_CDTM5_DTM5_CH_CTRL3 0xF01E5568          CDTM5 DTM5 Channel Control Register 3
GTM_ATOM0_CH0_RDADDR 0xF01E8000          ATOM0 Channel 0 ARU read address Register
GTM_ATOM0_CH0_CTRL 0xF01E8004          ATOM0 Channel 0 Control Register
GTM_ATOM0_CH0_SR0 0xF01E8008          ATOM0 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM0_CH0_SR1 0xF01E800C          ATOM0 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM0_CH0_CM0 0xF01E8010          ATOM0 Channel 0 CCU0 Compare Register
GTM_ATOM0_CH0_CM1 0xF01E8014          ATOM0 Channel 0 CCU1 Compare Register
GTM_ATOM0_CH0_CN0 0xF01E8018          ATOM0 Channel 0 CCU0 Counter Register
GTM_ATOM0_CH0_STAT 0xF01E801C          ATOM0 Channel 0 Status Register
GTM_ATOM0_CH0_IRQ_NOTIFY 0xF01E8020          ATOM0 Channel 0 Interrupt Notification Register
GTM_ATOM0_CH0_IRQ_EN 0xF01E8024          ATOM0 Channel 0 Interrupt Enable Register
GTM_ATOM0_CH0_IRQ_FORCINT 0xF01E8028          ATOM0 Channel 0 Software Interrupt Generation Register
GTM_ATOM0_CH0_IRQ_MODE 0xF01E802C          ATOM0 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM0_AGC_GLB_CTRL 0xF01E8040          ATOM0 AGC Global Control Register
GTM_ATOM0_AGC_ENDIS_CTRL 0xF01E8044          ATOM0 AGC Enable/Disable Control Register
GTM_ATOM0_AGC_ENDIS_STAT 0xF01E8048          ATOM0 AGC Enable/Disable Status Register
GTM_ATOM0_AGC_ACT_TB 0xF01E804C          ATOM0 AGC Action Time Base Register
GTM_ATOM0_AGC_OUTEN_CTRL 0xF01E8050          ATOM0 AGC Output Enable Control Register
GTM_ATOM0_AGC_OUTEN_STAT 0xF01E8054          ATOM0 AGC Output Enable Status Register
GTM_ATOM0_AGC_FUPD_CTRL 0xF01E8058          ATOM0 AGC Force Update Control Register
GTM_ATOM0_AGC_INT_TRIG 0xF01E805C          ATOM0 AGC Internal Trigger Control Register
GTM_ATOM0_CH1_RDADDR 0xF01E8080          ATOM0 Channel 1 ARU read address Register
GTM_ATOM0_CH1_CTRL 0xF01E8084          ATOM0 Channel 1 Control Register
GTM_ATOM0_CH1_SR0 0xF01E8088          ATOM0 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM0_CH1_SR1 0xF01E808C          ATOM0 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM0_CH1_CM0 0xF01E8090          ATOM0 Channel 1 CCU0 Compare Register
GTM_ATOM0_CH1_CM1 0xF01E8094          ATOM0 Channel 1 CCU1 Compare Register
GTM_ATOM0_CH1_CN0 0xF01E8098          ATOM0 Channel 1 CCU0 Counter Register
GTM_ATOM0_CH1_STAT 0xF01E809C          ATOM0 Channel 1 Status Register
GTM_ATOM0_CH1_IRQ_NOTIFY 0xF01E80A0          ATOM0 Channel 1 Interrupt Notification Register
GTM_ATOM0_CH1_IRQ_EN 0xF01E80A4          ATOM0 Channel 1 Interrupt Enable Register
GTM_ATOM0_CH1_IRQ_FORCINT 0xF01E80A8          ATOM0 Channel 1 Software Interrupt Generation Register
GTM_ATOM0_CH1_IRQ_MODE 0xF01E80AC          ATOM0 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM0_CH2_RDADDR 0xF01E8100          ATOM0 Channel 2 ARU read address Register
GTM_ATOM0_CH2_CTRL 0xF01E8104          ATOM0 Channel 2 Control Register
GTM_ATOM0_CH2_SR0 0xF01E8108          ATOM0 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM0_CH2_SR1 0xF01E810C          ATOM0 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM0_CH2_CM0 0xF01E8110          ATOM0 Channel 2 CCU0 Compare Register
GTM_ATOM0_CH2_CM1 0xF01E8114          ATOM0 Channel 2 CCU1 Compare Register
GTM_ATOM0_CH2_CN0 0xF01E8118          ATOM0 Channel 2 CCU0 Counter Register
GTM_ATOM0_CH2_STAT 0xF01E811C          ATOM0 Channel 2 Status Register
GTM_ATOM0_CH2_IRQ_NOTIFY 0xF01E8120          ATOM0 Channel 2 Interrupt Notification Register
GTM_ATOM0_CH2_IRQ_EN 0xF01E8124          ATOM0 Channel 2 Interrupt Enable Register
GTM_ATOM0_CH2_IRQ_FORCINT 0xF01E8128          ATOM0 Channel 2 Software Interrupt Generation Register
GTM_ATOM0_CH2_IRQ_MODE 0xF01E812C          ATOM0 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM0_CH3_RDADDR 0xF01E8180          ATOM0 Channel 3 ARU read address Register
GTM_ATOM0_CH3_CTRL 0xF01E8184          ATOM0 Channel 3 Control Register
GTM_ATOM0_CH3_SR0 0xF01E8188          ATOM0 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM0_CH3_SR1 0xF01E818C          ATOM0 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM0_CH3_CM0 0xF01E8190          ATOM0 Channel 3 CCU0 Compare Register
GTM_ATOM0_CH3_CM1 0xF01E8194          ATOM0 Channel 3 CCU1 Compare Register
GTM_ATOM0_CH3_CN0 0xF01E8198          ATOM0 Channel 3 CCU0 Counter Register
GTM_ATOM0_CH3_STAT 0xF01E819C          ATOM0 Channel 3 Status Register
GTM_ATOM0_CH3_IRQ_NOTIFY 0xF01E81A0          ATOM0 Channel 3 Interrupt Notification Register
GTM_ATOM0_CH3_IRQ_EN 0xF01E81A4          ATOM0 Channel 3 Interrupt Enable Register
GTM_ATOM0_CH3_IRQ_FORCINT 0xF01E81A8          ATOM0 Channel 3 Software Interrupt Generation Register
GTM_ATOM0_CH3_IRQ_MODE 0xF01E81AC          ATOM0 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM0_CH4_RDADDR 0xF01E8200          ATOM0 Channel 4 ARU read address Register
GTM_ATOM0_CH4_CTRL 0xF01E8204          ATOM0 Channel 4 Control Register
GTM_ATOM0_CH4_SR0 0xF01E8208          ATOM0 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM0_CH4_SR1 0xF01E820C          ATOM0 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM0_CH4_CM0 0xF01E8210          ATOM0 Channel 4 CCU0 Compare Register
GTM_ATOM0_CH4_CM1 0xF01E8214          ATOM0 Channel 4 CCU1 Compare Register
GTM_ATOM0_CH4_CN0 0xF01E8218          ATOM0 Channel 4 CCU0 Counter Register
GTM_ATOM0_CH4_STAT 0xF01E821C          ATOM0 Channel 4 Status Register
GTM_ATOM0_CH4_IRQ_NOTIFY 0xF01E8220          ATOM0 Channel 4 Interrupt Notification Register
GTM_ATOM0_CH4_IRQ_EN 0xF01E8224          ATOM0 Channel 4 Interrupt Enable Register
GTM_ATOM0_CH4_IRQ_FORCINT 0xF01E8228          ATOM0 Channel 4 Software Interrupt Generation Register
GTM_ATOM0_CH4_IRQ_MODE 0xF01E822C          ATOM0 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM0_CH5_RDADDR 0xF01E8280          ATOM0 Channel 5 ARU read address Register
GTM_ATOM0_CH5_CTRL 0xF01E8284          ATOM0 Channel 5 Control Register
GTM_ATOM0_CH5_SR0 0xF01E8288          ATOM0 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM0_CH5_SR1 0xF01E828C          ATOM0 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM0_CH5_CM0 0xF01E8290          ATOM0 Channel 5 CCU0 Compare Register
GTM_ATOM0_CH5_CM1 0xF01E8294          ATOM0 Channel 5 CCU1 Compare Register
GTM_ATOM0_CH5_CN0 0xF01E8298          ATOM0 Channel 5 CCU0 Counter Register
GTM_ATOM0_CH5_STAT 0xF01E829C          ATOM0 Channel 5 Status Register
GTM_ATOM0_CH5_IRQ_NOTIFY 0xF01E82A0          ATOM0 Channel 5 Interrupt Notification Register
GTM_ATOM0_CH5_IRQ_EN 0xF01E82A4          ATOM0 Channel 5 Interrupt Enable Register
GTM_ATOM0_CH5_IRQ_FORCINT 0xF01E82A8          ATOM0 Channel 5 Software Interrupt Generation Register
GTM_ATOM0_CH5_IRQ_MODE 0xF01E82AC          ATOM0 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM0_CH6_RDADDR 0xF01E8300          ATOM0 Channel 6 ARU read address Register
GTM_ATOM0_CH6_CTRL 0xF01E8304          ATOM0 Channel 6 Control Register
GTM_ATOM0_CH6_SR0 0xF01E8308          ATOM0 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM0_CH6_SR1 0xF01E830C          ATOM0 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM0_CH6_CM0 0xF01E8310          ATOM0 Channel 6 CCU0 Compare Register
GTM_ATOM0_CH6_CM1 0xF01E8314          ATOM0 Channel 6 CCU1 Compare Register
GTM_ATOM0_CH6_CN0 0xF01E8318          ATOM0 Channel 6 CCU0 Counter Register
GTM_ATOM0_CH6_STAT 0xF01E831C          ATOM0 Channel 6 Status Register
GTM_ATOM0_CH6_IRQ_NOTIFY 0xF01E8320          ATOM0 Channel 6 Interrupt Notification Register
GTM_ATOM0_CH6_IRQ_EN 0xF01E8324          ATOM0 Channel 6 Interrupt Enable Register
GTM_ATOM0_CH6_IRQ_FORCINT 0xF01E8328          ATOM0 Channel 6 Software Interrupt Generation Register
GTM_ATOM0_CH6_IRQ_MODE 0xF01E832C          ATOM0 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM0_CH7_RDADDR 0xF01E8380          ATOM0 Channel 7 ARU read address Register
GTM_ATOM0_CH7_CTRL 0xF01E8384          ATOM0 Channel 7 Control Register
GTM_ATOM0_CH7_SR0 0xF01E8388          ATOM0 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM0_CH7_SR1 0xF01E838C          ATOM0 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM0_CH7_CM0 0xF01E8390          ATOM0 Channel 7 CCU0 Compare Register
GTM_ATOM0_CH7_CM1 0xF01E8394          ATOM0 Channel 7 CCU1 Compare Register
GTM_ATOM0_CH7_CN0 0xF01E8398          ATOM0 Channel 7 CCU0 Counter Register
GTM_ATOM0_CH7_STAT 0xF01E839C          ATOM0 Channel 7 Status Register
GTM_ATOM0_CH7_IRQ_NOTIFY 0xF01E83A0          ATOM0 Channel 7 Interrupt Notification Register
GTM_ATOM0_CH7_IRQ_EN 0xF01E83A4          ATOM0 Channel 7 Interrupt Enable Register
GTM_ATOM0_CH7_IRQ_FORCINT 0xF01E83A8          ATOM0 Channel 7 Software Interrupt Generation Register
GTM_ATOM0_CH7_IRQ_MODE 0xF01E83AC          ATOM0 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM1_CH0_RDADDR 0xF01E8800          ATOM1 Channel 0 ARU read address Register
GTM_ATOM1_CH0_CTRL 0xF01E8804          ATOM1 Channel 0 Control Register
GTM_ATOM1_CH0_SR0 0xF01E8808          ATOM1 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM1_CH0_SR1 0xF01E880C          ATOM1 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM1_CH0_CM0 0xF01E8810          ATOM1 Channel 0 CCU0 Compare Register
GTM_ATOM1_CH0_CM1 0xF01E8814          ATOM1 Channel 0 CCU1 Compare Register
GTM_ATOM1_CH0_CN0 0xF01E8818          ATOM1 Channel 0 CCU0 Counter Register
GTM_ATOM1_CH0_STAT 0xF01E881C          ATOM1 Channel 0 Status Register
GTM_ATOM1_CH0_IRQ_NOTIFY 0xF01E8820          ATOM1 Channel 0 Interrupt Notification Register
GTM_ATOM1_CH0_IRQ_EN 0xF01E8824          ATOM1 Channel 0 Interrupt Enable Register
GTM_ATOM1_CH0_IRQ_FORCINT 0xF01E8828          ATOM1 Channel 0 Software Interrupt Generation Register
GTM_ATOM1_CH0_IRQ_MODE 0xF01E882C          ATOM1 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM1_AGC_GLB_CTRL 0xF01E8840          ATOM1 AGC Global Control Register
GTM_ATOM1_AGC_ENDIS_CTRL 0xF01E8844          ATOM1 AGC Enable/Disable Control Register
GTM_ATOM1_AGC_ENDIS_STAT 0xF01E8848          ATOM1 AGC Enable/Disable Status Register
GTM_ATOM1_AGC_ACT_TB 0xF01E884C          ATOM1 AGC Action Time Base Register
GTM_ATOM1_AGC_OUTEN_CTRL 0xF01E8850          ATOM1 AGC Output Enable Control Register
GTM_ATOM1_AGC_OUTEN_STAT 0xF01E8854          ATOM1 AGC Output Enable Status Register
GTM_ATOM1_AGC_FUPD_CTRL 0xF01E8858          ATOM1 AGC Force Update Control Register
GTM_ATOM1_AGC_INT_TRIG 0xF01E885C          ATOM1 AGC Internal Trigger Control Register
GTM_ATOM1_CH1_RDADDR 0xF01E8880          ATOM1 Channel 1 ARU read address Register
GTM_ATOM1_CH1_CTRL 0xF01E8884          ATOM1 Channel 1 Control Register
GTM_ATOM1_CH1_SR0 0xF01E8888          ATOM1 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM1_CH1_SR1 0xF01E888C          ATOM1 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM1_CH1_CM0 0xF01E8890          ATOM1 Channel 1 CCU0 Compare Register
GTM_ATOM1_CH1_CM1 0xF01E8894          ATOM1 Channel 1 CCU1 Compare Register
GTM_ATOM1_CH1_CN0 0xF01E8898          ATOM1 Channel 1 CCU0 Counter Register
GTM_ATOM1_CH1_STAT 0xF01E889C          ATOM1 Channel 1 Status Register
GTM_ATOM1_CH1_IRQ_NOTIFY 0xF01E88A0          ATOM1 Channel 1 Interrupt Notification Register
GTM_ATOM1_CH1_IRQ_EN 0xF01E88A4          ATOM1 Channel 1 Interrupt Enable Register
GTM_ATOM1_CH1_IRQ_FORCINT 0xF01E88A8          ATOM1 Channel 1 Software Interrupt Generation Register
GTM_ATOM1_CH1_IRQ_MODE 0xF01E88AC          ATOM1 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM1_CH2_RDADDR 0xF01E8900          ATOM1 Channel 2 ARU read address Register
GTM_ATOM1_CH2_CTRL 0xF01E8904          ATOM1 Channel 2 Control Register
GTM_ATOM1_CH2_SR0 0xF01E8908          ATOM1 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM1_CH2_SR1 0xF01E890C          ATOM1 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM1_CH2_CM0 0xF01E8910          ATOM1 Channel 2 CCU0 Compare Register
GTM_ATOM1_CH2_CM1 0xF01E8914          ATOM1 Channel 2 CCU1 Compare Register
GTM_ATOM1_CH2_CN0 0xF01E8918          ATOM1 Channel 2 CCU0 Counter Register
GTM_ATOM1_CH2_STAT 0xF01E891C          ATOM1 Channel 2 Status Register
GTM_ATOM1_CH2_IRQ_NOTIFY 0xF01E8920          ATOM1 Channel 2 Interrupt Notification Register
GTM_ATOM1_CH2_IRQ_EN 0xF01E8924          ATOM1 Channel 2 Interrupt Enable Register
GTM_ATOM1_CH2_IRQ_FORCINT 0xF01E8928          ATOM1 Channel 2 Software Interrupt Generation Register
GTM_ATOM1_CH2_IRQ_MODE 0xF01E892C          ATOM1 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM1_CH3_RDADDR 0xF01E8980          ATOM1 Channel 3 ARU read address Register
GTM_ATOM1_CH3_CTRL 0xF01E8984          ATOM1 Channel 3 Control Register
GTM_ATOM1_CH3_SR0 0xF01E8988          ATOM1 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM1_CH3_SR1 0xF01E898C          ATOM1 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM1_CH3_CM0 0xF01E8990          ATOM1 Channel 3 CCU0 Compare Register
GTM_ATOM1_CH3_CM1 0xF01E8994          ATOM1 Channel 3 CCU1 Compare Register
GTM_ATOM1_CH3_CN0 0xF01E8998          ATOM1 Channel 3 CCU0 Counter Register
GTM_ATOM1_CH3_STAT 0xF01E899C          ATOM1 Channel 3 Status Register
GTM_ATOM1_CH3_IRQ_NOTIFY 0xF01E89A0          ATOM1 Channel 3 Interrupt Notification Register
GTM_ATOM1_CH3_IRQ_EN 0xF01E89A4          ATOM1 Channel 3 Interrupt Enable Register
GTM_ATOM1_CH3_IRQ_FORCINT 0xF01E89A8          ATOM1 Channel 3 Software Interrupt Generation Register
GTM_ATOM1_CH3_IRQ_MODE 0xF01E89AC          ATOM1 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM1_CH4_RDADDR 0xF01E8A00          ATOM1 Channel 4 ARU read address Register
GTM_ATOM1_CH4_CTRL 0xF01E8A04          ATOM1 Channel 4 Control Register
GTM_ATOM1_CH4_SR0 0xF01E8A08          ATOM1 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM1_CH4_SR1 0xF01E8A0C          ATOM1 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM1_CH4_CM0 0xF01E8A10          ATOM1 Channel 4 CCU0 Compare Register
GTM_ATOM1_CH4_CM1 0xF01E8A14          ATOM1 Channel 4 CCU1 Compare Register
GTM_ATOM1_CH4_CN0 0xF01E8A18          ATOM1 Channel 4 CCU0 Counter Register
GTM_ATOM1_CH4_STAT 0xF01E8A1C          ATOM1 Channel 4 Status Register
GTM_ATOM1_CH4_IRQ_NOTIFY 0xF01E8A20          ATOM1 Channel 4 Interrupt Notification Register
GTM_ATOM1_CH4_IRQ_EN 0xF01E8A24          ATOM1 Channel 4 Interrupt Enable Register
GTM_ATOM1_CH4_IRQ_FORCINT 0xF01E8A28          ATOM1 Channel 4 Software Interrupt Generation Register
GTM_ATOM1_CH4_IRQ_MODE 0xF01E8A2C          ATOM1 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM1_CH5_RDADDR 0xF01E8A80          ATOM1 Channel 5 ARU read address Register
GTM_ATOM1_CH5_CTRL 0xF01E8A84          ATOM1 Channel 5 Control Register
GTM_ATOM1_CH5_SR0 0xF01E8A88          ATOM1 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM1_CH5_SR1 0xF01E8A8C          ATOM1 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM1_CH5_CM0 0xF01E8A90          ATOM1 Channel 5 CCU0 Compare Register
GTM_ATOM1_CH5_CM1 0xF01E8A94          ATOM1 Channel 5 CCU1 Compare Register
GTM_ATOM1_CH5_CN0 0xF01E8A98          ATOM1 Channel 5 CCU0 Counter Register
GTM_ATOM1_CH5_STAT 0xF01E8A9C          ATOM1 Channel 5 Status Register
GTM_ATOM1_CH5_IRQ_NOTIFY 0xF01E8AA0          ATOM1 Channel 5 Interrupt Notification Register
GTM_ATOM1_CH5_IRQ_EN 0xF01E8AA4          ATOM1 Channel 5 Interrupt Enable Register
GTM_ATOM1_CH5_IRQ_FORCINT 0xF01E8AA8          ATOM1 Channel 5 Software Interrupt Generation Register
GTM_ATOM1_CH5_IRQ_MODE 0xF01E8AAC          ATOM1 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM1_CH6_RDADDR 0xF01E8B00          ATOM1 Channel 6 ARU read address Register
GTM_ATOM1_CH6_CTRL 0xF01E8B04          ATOM1 Channel 6 Control Register
GTM_ATOM1_CH6_SR0 0xF01E8B08          ATOM1 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM1_CH6_SR1 0xF01E8B0C          ATOM1 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM1_CH6_CM0 0xF01E8B10          ATOM1 Channel 6 CCU0 Compare Register
GTM_ATOM1_CH6_CM1 0xF01E8B14          ATOM1 Channel 6 CCU1 Compare Register
GTM_ATOM1_CH6_CN0 0xF01E8B18          ATOM1 Channel 6 CCU0 Counter Register
GTM_ATOM1_CH6_STAT 0xF01E8B1C          ATOM1 Channel 6 Status Register
GTM_ATOM1_CH6_IRQ_NOTIFY 0xF01E8B20          ATOM1 Channel 6 Interrupt Notification Register
GTM_ATOM1_CH6_IRQ_EN 0xF01E8B24          ATOM1 Channel 6 Interrupt Enable Register
GTM_ATOM1_CH6_IRQ_FORCINT 0xF01E8B28          ATOM1 Channel 6 Software Interrupt Generation Register
GTM_ATOM1_CH6_IRQ_MODE 0xF01E8B2C          ATOM1 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM1_CH7_RDADDR 0xF01E8B80          ATOM1 Channel 7 ARU read address Register
GTM_ATOM1_CH7_CTRL 0xF01E8B84          ATOM1 Channel 7 Control Register
GTM_ATOM1_CH7_SR0 0xF01E8B88          ATOM1 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM1_CH7_SR1 0xF01E8B8C          ATOM1 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM1_CH7_CM0 0xF01E8B90          ATOM1 Channel 7 CCU0 Compare Register
GTM_ATOM1_CH7_CM1 0xF01E8B94          ATOM1 Channel 7 CCU1 Compare Register
GTM_ATOM1_CH7_CN0 0xF01E8B98          ATOM1 Channel 7 CCU0 Counter Register
GTM_ATOM1_CH7_STAT 0xF01E8B9C          ATOM1 Channel 7 Status Register
GTM_ATOM1_CH7_IRQ_NOTIFY 0xF01E8BA0          ATOM1 Channel 7 Interrupt Notification Register
GTM_ATOM1_CH7_IRQ_EN 0xF01E8BA4          ATOM1 Channel 7 Interrupt Enable Register
GTM_ATOM1_CH7_IRQ_FORCINT 0xF01E8BA8          ATOM1 Channel 7 Software Interrupt Generation Register
GTM_ATOM1_CH7_IRQ_MODE 0xF01E8BAC          ATOM1 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM2_CH0_RDADDR 0xF01E9000          ATOM2 Channel 0 ARU read address Register
GTM_ATOM2_CH0_CTRL 0xF01E9004          ATOM2 Channel 0 Control Register
GTM_ATOM2_CH0_SR0 0xF01E9008          ATOM2 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM2_CH0_SR1 0xF01E900C          ATOM2 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM2_CH0_CM0 0xF01E9010          ATOM2 Channel 0 CCU0 Compare Register
GTM_ATOM2_CH0_CM1 0xF01E9014          ATOM2 Channel 0 CCU1 Compare Register
GTM_ATOM2_CH0_CN0 0xF01E9018          ATOM2 Channel 0 CCU0 Counter Register
GTM_ATOM2_CH0_STAT 0xF01E901C          ATOM2 Channel 0 Status Register
GTM_ATOM2_CH0_IRQ_NOTIFY 0xF01E9020          ATOM2 Channel 0 Interrupt Notification Register
GTM_ATOM2_CH0_IRQ_EN 0xF01E9024          ATOM2 Channel 0 Interrupt Enable Register
GTM_ATOM2_CH0_IRQ_FORCINT 0xF01E9028          ATOM2 Channel 0 Software Interrupt Generation Register
GTM_ATOM2_CH0_IRQ_MODE 0xF01E902C          ATOM2 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM2_AGC_GLB_CTRL 0xF01E9040          ATOM2 AGC Global Control Register
GTM_ATOM2_AGC_ENDIS_CTRL 0xF01E9044          ATOM2 AGC Enable/Disable Control Register
GTM_ATOM2_AGC_ENDIS_STAT 0xF01E9048          ATOM2 AGC Enable/Disable Status Register
GTM_ATOM2_AGC_ACT_TB 0xF01E904C          ATOM2 AGC Action Time Base Register
GTM_ATOM2_AGC_OUTEN_CTRL 0xF01E9050          ATOM2 AGC Output Enable Control Register
GTM_ATOM2_AGC_OUTEN_STAT 0xF01E9054          ATOM2 AGC Output Enable Status Register
GTM_ATOM2_AGC_FUPD_CTRL 0xF01E9058          ATOM2 AGC Force Update Control Register
GTM_ATOM2_AGC_INT_TRIG 0xF01E905C          ATOM2 AGC Internal Trigger Control Register
GTM_ATOM2_CH1_RDADDR 0xF01E9080          ATOM2 Channel 1 ARU read address Register
GTM_ATOM2_CH1_CTRL 0xF01E9084          ATOM2 Channel 1 Control Register
GTM_ATOM2_CH1_SR0 0xF01E9088          ATOM2 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM2_CH1_SR1 0xF01E908C          ATOM2 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM2_CH1_CM0 0xF01E9090          ATOM2 Channel 1 CCU0 Compare Register
GTM_ATOM2_CH1_CM1 0xF01E9094          ATOM2 Channel 1 CCU1 Compare Register
GTM_ATOM2_CH1_CN0 0xF01E9098          ATOM2 Channel 1 CCU0 Counter Register
GTM_ATOM2_CH1_STAT 0xF01E909C          ATOM2 Channel 1 Status Register
GTM_ATOM2_CH1_IRQ_NOTIFY 0xF01E90A0          ATOM2 Channel 1 Interrupt Notification Register
GTM_ATOM2_CH1_IRQ_EN 0xF01E90A4          ATOM2 Channel 1 Interrupt Enable Register
GTM_ATOM2_CH1_IRQ_FORCINT 0xF01E90A8          ATOM2 Channel 1 Software Interrupt Generation Register
GTM_ATOM2_CH1_IRQ_MODE 0xF01E90AC          ATOM2 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM2_CH2_RDADDR 0xF01E9100          ATOM2 Channel 2 ARU read address Register
GTM_ATOM2_CH2_CTRL 0xF01E9104          ATOM2 Channel 2 Control Register
GTM_ATOM2_CH2_SR0 0xF01E9108          ATOM2 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM2_CH2_SR1 0xF01E910C          ATOM2 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM2_CH2_CM0 0xF01E9110          ATOM2 Channel 2 CCU0 Compare Register
GTM_ATOM2_CH2_CM1 0xF01E9114          ATOM2 Channel 2 CCU1 Compare Register
GTM_ATOM2_CH2_CN0 0xF01E9118          ATOM2 Channel 2 CCU0 Counter Register
GTM_ATOM2_CH2_STAT 0xF01E911C          ATOM2 Channel 2 Status Register
GTM_ATOM2_CH2_IRQ_NOTIFY 0xF01E9120          ATOM2 Channel 2 Interrupt Notification Register
GTM_ATOM2_CH2_IRQ_EN 0xF01E9124          ATOM2 Channel 2 Interrupt Enable Register
GTM_ATOM2_CH2_IRQ_FORCINT 0xF01E9128          ATOM2 Channel 2 Software Interrupt Generation Register
GTM_ATOM2_CH2_IRQ_MODE 0xF01E912C          ATOM2 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM2_CH3_RDADDR 0xF01E9180          ATOM2 Channel 3 ARU read address Register
GTM_ATOM2_CH3_CTRL 0xF01E9184          ATOM2 Channel 3 Control Register
GTM_ATOM2_CH3_SR0 0xF01E9188          ATOM2 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM2_CH3_SR1 0xF01E918C          ATOM2 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM2_CH3_CM0 0xF01E9190          ATOM2 Channel 3 CCU0 Compare Register
GTM_ATOM2_CH3_CM1 0xF01E9194          ATOM2 Channel 3 CCU1 Compare Register
GTM_ATOM2_CH3_CN0 0xF01E9198          ATOM2 Channel 3 CCU0 Counter Register
GTM_ATOM2_CH3_STAT 0xF01E919C          ATOM2 Channel 3 Status Register
GTM_ATOM2_CH3_IRQ_NOTIFY 0xF01E91A0          ATOM2 Channel 3 Interrupt Notification Register
GTM_ATOM2_CH3_IRQ_EN 0xF01E91A4          ATOM2 Channel 3 Interrupt Enable Register
GTM_ATOM2_CH3_IRQ_FORCINT 0xF01E91A8          ATOM2 Channel 3 Software Interrupt Generation Register
GTM_ATOM2_CH3_IRQ_MODE 0xF01E91AC          ATOM2 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM2_CH4_RDADDR 0xF01E9200          ATOM2 Channel 4 ARU read address Register
GTM_ATOM2_CH4_CTRL 0xF01E9204          ATOM2 Channel 4 Control Register
GTM_ATOM2_CH4_SR0 0xF01E9208          ATOM2 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM2_CH4_SR1 0xF01E920C          ATOM2 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM2_CH4_CM0 0xF01E9210          ATOM2 Channel 4 CCU0 Compare Register
GTM_ATOM2_CH4_CM1 0xF01E9214          ATOM2 Channel 4 CCU1 Compare Register
GTM_ATOM2_CH4_CN0 0xF01E9218          ATOM2 Channel 4 CCU0 Counter Register
GTM_ATOM2_CH4_STAT 0xF01E921C          ATOM2 Channel 4 Status Register
GTM_ATOM2_CH4_IRQ_NOTIFY 0xF01E9220          ATOM2 Channel 4 Interrupt Notification Register
GTM_ATOM2_CH4_IRQ_EN 0xF01E9224          ATOM2 Channel 4 Interrupt Enable Register
GTM_ATOM2_CH4_IRQ_FORCINT 0xF01E9228          ATOM2 Channel 4 Software Interrupt Generation Register
GTM_ATOM2_CH4_IRQ_MODE 0xF01E922C          ATOM2 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM2_CH5_RDADDR 0xF01E9280          ATOM2 Channel 5 ARU read address Register
GTM_ATOM2_CH5_CTRL 0xF01E9284          ATOM2 Channel 5 Control Register
GTM_ATOM2_CH5_SR0 0xF01E9288          ATOM2 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM2_CH5_SR1 0xF01E928C          ATOM2 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM2_CH5_CM0 0xF01E9290          ATOM2 Channel 5 CCU0 Compare Register
GTM_ATOM2_CH5_CM1 0xF01E9294          ATOM2 Channel 5 CCU1 Compare Register
GTM_ATOM2_CH5_CN0 0xF01E9298          ATOM2 Channel 5 CCU0 Counter Register
GTM_ATOM2_CH5_STAT 0xF01E929C          ATOM2 Channel 5 Status Register
GTM_ATOM2_CH5_IRQ_NOTIFY 0xF01E92A0          ATOM2 Channel 5 Interrupt Notification Register
GTM_ATOM2_CH5_IRQ_EN 0xF01E92A4          ATOM2 Channel 5 Interrupt Enable Register
GTM_ATOM2_CH5_IRQ_FORCINT 0xF01E92A8          ATOM2 Channel 5 Software Interrupt Generation Register
GTM_ATOM2_CH5_IRQ_MODE 0xF01E92AC          ATOM2 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM2_CH6_RDADDR 0xF01E9300          ATOM2 Channel 6 ARU read address Register
GTM_ATOM2_CH6_CTRL 0xF01E9304          ATOM2 Channel 6 Control Register
GTM_ATOM2_CH6_SR0 0xF01E9308          ATOM2 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM2_CH6_SR1 0xF01E930C          ATOM2 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM2_CH6_CM0 0xF01E9310          ATOM2 Channel 6 CCU0 Compare Register
GTM_ATOM2_CH6_CM1 0xF01E9314          ATOM2 Channel 6 CCU1 Compare Register
GTM_ATOM2_CH6_CN0 0xF01E9318          ATOM2 Channel 6 CCU0 Counter Register
GTM_ATOM2_CH6_STAT 0xF01E931C          ATOM2 Channel 6 Status Register
GTM_ATOM2_CH6_IRQ_NOTIFY 0xF01E9320          ATOM2 Channel 6 Interrupt Notification Register
GTM_ATOM2_CH6_IRQ_EN 0xF01E9324          ATOM2 Channel 6 Interrupt Enable Register
GTM_ATOM2_CH6_IRQ_FORCINT 0xF01E9328          ATOM2 Channel 6 Software Interrupt Generation Register
GTM_ATOM2_CH6_IRQ_MODE 0xF01E932C          ATOM2 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM2_CH7_RDADDR 0xF01E9380          ATOM2 Channel 7 ARU read address Register
GTM_ATOM2_CH7_CTRL 0xF01E9384          ATOM2 Channel 7 Control Register
GTM_ATOM2_CH7_SR0 0xF01E9388          ATOM2 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM2_CH7_SR1 0xF01E938C          ATOM2 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM2_CH7_CM0 0xF01E9390          ATOM2 Channel 7 CCU0 Compare Register
GTM_ATOM2_CH7_CM1 0xF01E9394          ATOM2 Channel 7 CCU1 Compare Register
GTM_ATOM2_CH7_CN0 0xF01E9398          ATOM2 Channel 7 CCU0 Counter Register
GTM_ATOM2_CH7_STAT 0xF01E939C          ATOM2 Channel 7 Status Register
GTM_ATOM2_CH7_IRQ_NOTIFY 0xF01E93A0          ATOM2 Channel 7 Interrupt Notification Register
GTM_ATOM2_CH7_IRQ_EN 0xF01E93A4          ATOM2 Channel 7 Interrupt Enable Register
GTM_ATOM2_CH7_IRQ_FORCINT 0xF01E93A8          ATOM2 Channel 7 Software Interrupt Generation Register
GTM_ATOM2_CH7_IRQ_MODE 0xF01E93AC          ATOM2 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM3_CH0_RDADDR 0xF01E9800          ATOM3 Channel 0 ARU read address Register
GTM_ATOM3_CH0_CTRL 0xF01E9804          ATOM3 Channel 0 Control Register
GTM_ATOM3_CH0_SR0 0xF01E9808          ATOM3 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM3_CH0_SR1 0xF01E980C          ATOM3 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM3_CH0_CM0 0xF01E9810          ATOM3 Channel 0 CCU0 Compare Register
GTM_ATOM3_CH0_CM1 0xF01E9814          ATOM3 Channel 0 CCU1 Compare Register
GTM_ATOM3_CH0_CN0 0xF01E9818          ATOM3 Channel 0 CCU0 Counter Register
GTM_ATOM3_CH0_STAT 0xF01E981C          ATOM3 Channel 0 Status Register
GTM_ATOM3_CH0_IRQ_NOTIFY 0xF01E9820          ATOM3 Channel 0 Interrupt Notification Register
GTM_ATOM3_CH0_IRQ_EN 0xF01E9824          ATOM3 Channel 0 Interrupt Enable Register
GTM_ATOM3_CH0_IRQ_FORCINT 0xF01E9828          ATOM3 Channel 0 Software Interrupt Generation Register
GTM_ATOM3_CH0_IRQ_MODE 0xF01E982C          ATOM3 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM3_AGC_GLB_CTRL 0xF01E9840          ATOM3 AGC Global Control Register
GTM_ATOM3_AGC_ENDIS_CTRL 0xF01E9844          ATOM3 AGC Enable/Disable Control Register
GTM_ATOM3_AGC_ENDIS_STAT 0xF01E9848          ATOM3 AGC Enable/Disable Status Register
GTM_ATOM3_AGC_ACT_TB 0xF01E984C          ATOM3 AGC Action Time Base Register
GTM_ATOM3_AGC_OUTEN_CTRL 0xF01E9850          ATOM3 AGC Output Enable Control Register
GTM_ATOM3_AGC_OUTEN_STAT 0xF01E9854          ATOM3 AGC Output Enable Status Register
GTM_ATOM3_AGC_FUPD_CTRL 0xF01E9858          ATOM3 AGC Force Update Control Register
GTM_ATOM3_AGC_INT_TRIG 0xF01E985C          ATOM3 AGC Internal Trigger Control Register
GTM_ATOM3_CH1_RDADDR 0xF01E9880          ATOM3 Channel 1 ARU read address Register
GTM_ATOM3_CH1_CTRL 0xF01E9884          ATOM3 Channel 1 Control Register
GTM_ATOM3_CH1_SR0 0xF01E9888          ATOM3 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM3_CH1_SR1 0xF01E988C          ATOM3 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM3_CH1_CM0 0xF01E9890          ATOM3 Channel 1 CCU0 Compare Register
GTM_ATOM3_CH1_CM1 0xF01E9894          ATOM3 Channel 1 CCU1 Compare Register
GTM_ATOM3_CH1_CN0 0xF01E9898          ATOM3 Channel 1 CCU0 Counter Register
GTM_ATOM3_CH1_STAT 0xF01E989C          ATOM3 Channel 1 Status Register
GTM_ATOM3_CH1_IRQ_NOTIFY 0xF01E98A0          ATOM3 Channel 1 Interrupt Notification Register
GTM_ATOM3_CH1_IRQ_EN 0xF01E98A4          ATOM3 Channel 1 Interrupt Enable Register
GTM_ATOM3_CH1_IRQ_FORCINT 0xF01E98A8          ATOM3 Channel 1 Software Interrupt Generation Register
GTM_ATOM3_CH1_IRQ_MODE 0xF01E98AC          ATOM3 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM3_CH2_RDADDR 0xF01E9900          ATOM3 Channel 2 ARU read address Register
GTM_ATOM3_CH2_CTRL 0xF01E9904          ATOM3 Channel 2 Control Register
GTM_ATOM3_CH2_SR0 0xF01E9908          ATOM3 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM3_CH2_SR1 0xF01E990C          ATOM3 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM3_CH2_CM0 0xF01E9910          ATOM3 Channel 2 CCU0 Compare Register
GTM_ATOM3_CH2_CM1 0xF01E9914          ATOM3 Channel 2 CCU1 Compare Register
GTM_ATOM3_CH2_CN0 0xF01E9918          ATOM3 Channel 2 CCU0 Counter Register
GTM_ATOM3_CH2_STAT 0xF01E991C          ATOM3 Channel 2 Status Register
GTM_ATOM3_CH2_IRQ_NOTIFY 0xF01E9920          ATOM3 Channel 2 Interrupt Notification Register
GTM_ATOM3_CH2_IRQ_EN 0xF01E9924          ATOM3 Channel 2 Interrupt Enable Register
GTM_ATOM3_CH2_IRQ_FORCINT 0xF01E9928          ATOM3 Channel 2 Software Interrupt Generation Register
GTM_ATOM3_CH2_IRQ_MODE 0xF01E992C          ATOM3 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM3_CH3_RDADDR 0xF01E9980          ATOM3 Channel 3 ARU read address Register
GTM_ATOM3_CH3_CTRL 0xF01E9984          ATOM3 Channel 3 Control Register
GTM_ATOM3_CH3_SR0 0xF01E9988          ATOM3 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM3_CH3_SR1 0xF01E998C          ATOM3 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM3_CH3_CM0 0xF01E9990          ATOM3 Channel 3 CCU0 Compare Register
GTM_ATOM3_CH3_CM1 0xF01E9994          ATOM3 Channel 3 CCU1 Compare Register
GTM_ATOM3_CH3_CN0 0xF01E9998          ATOM3 Channel 3 CCU0 Counter Register
GTM_ATOM3_CH3_STAT 0xF01E999C          ATOM3 Channel 3 Status Register
GTM_ATOM3_CH3_IRQ_NOTIFY 0xF01E99A0          ATOM3 Channel 3 Interrupt Notification Register
GTM_ATOM3_CH3_IRQ_EN 0xF01E99A4          ATOM3 Channel 3 Interrupt Enable Register
GTM_ATOM3_CH3_IRQ_FORCINT 0xF01E99A8          ATOM3 Channel 3 Software Interrupt Generation Register
GTM_ATOM3_CH3_IRQ_MODE 0xF01E99AC          ATOM3 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM3_CH4_RDADDR 0xF01E9A00          ATOM3 Channel 4 ARU read address Register
GTM_ATOM3_CH4_CTRL 0xF01E9A04          ATOM3 Channel 4 Control Register
GTM_ATOM3_CH4_SR0 0xF01E9A08          ATOM3 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM3_CH4_SR1 0xF01E9A0C          ATOM3 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM3_CH4_CM0 0xF01E9A10          ATOM3 Channel 4 CCU0 Compare Register
GTM_ATOM3_CH4_CM1 0xF01E9A14          ATOM3 Channel 4 CCU1 Compare Register
GTM_ATOM3_CH4_CN0 0xF01E9A18          ATOM3 Channel 4 CCU0 Counter Register
GTM_ATOM3_CH4_STAT 0xF01E9A1C          ATOM3 Channel 4 Status Register
GTM_ATOM3_CH4_IRQ_NOTIFY 0xF01E9A20          ATOM3 Channel 4 Interrupt Notification Register
GTM_ATOM3_CH4_IRQ_EN 0xF01E9A24          ATOM3 Channel 4 Interrupt Enable Register
GTM_ATOM3_CH4_IRQ_FORCINT 0xF01E9A28          ATOM3 Channel 4 Software Interrupt Generation Register
GTM_ATOM3_CH4_IRQ_MODE 0xF01E9A2C          ATOM3 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM3_CH5_RDADDR 0xF01E9A80          ATOM3 Channel 5 ARU read address Register
GTM_ATOM3_CH5_CTRL 0xF01E9A84          ATOM3 Channel 5 Control Register
GTM_ATOM3_CH5_SR0 0xF01E9A88          ATOM3 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM3_CH5_SR1 0xF01E9A8C          ATOM3 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM3_CH5_CM0 0xF01E9A90          ATOM3 Channel 5 CCU0 Compare Register
GTM_ATOM3_CH5_CM1 0xF01E9A94          ATOM3 Channel 5 CCU1 Compare Register
GTM_ATOM3_CH5_CN0 0xF01E9A98          ATOM3 Channel 5 CCU0 Counter Register
GTM_ATOM3_CH5_STAT 0xF01E9A9C          ATOM3 Channel 5 Status Register
GTM_ATOM3_CH5_IRQ_NOTIFY 0xF01E9AA0          ATOM3 Channel 5 Interrupt Notification Register
GTM_ATOM3_CH5_IRQ_EN 0xF01E9AA4          ATOM3 Channel 5 Interrupt Enable Register
GTM_ATOM3_CH5_IRQ_FORCINT 0xF01E9AA8          ATOM3 Channel 5 Software Interrupt Generation Register
GTM_ATOM3_CH5_IRQ_MODE 0xF01E9AAC          ATOM3 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM3_CH6_RDADDR 0xF01E9B00          ATOM3 Channel 6 ARU read address Register
GTM_ATOM3_CH6_CTRL 0xF01E9B04          ATOM3 Channel 6 Control Register
GTM_ATOM3_CH6_SR0 0xF01E9B08          ATOM3 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM3_CH6_SR1 0xF01E9B0C          ATOM3 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM3_CH6_CM0 0xF01E9B10          ATOM3 Channel 6 CCU0 Compare Register
GTM_ATOM3_CH6_CM1 0xF01E9B14          ATOM3 Channel 6 CCU1 Compare Register
GTM_ATOM3_CH6_CN0 0xF01E9B18          ATOM3 Channel 6 CCU0 Counter Register
GTM_ATOM3_CH6_STAT 0xF01E9B1C          ATOM3 Channel 6 Status Register
GTM_ATOM3_CH6_IRQ_NOTIFY 0xF01E9B20          ATOM3 Channel 6 Interrupt Notification Register
GTM_ATOM3_CH6_IRQ_EN 0xF01E9B24          ATOM3 Channel 6 Interrupt Enable Register
GTM_ATOM3_CH6_IRQ_FORCINT 0xF01E9B28          ATOM3 Channel 6 Software Interrupt Generation Register
GTM_ATOM3_CH6_IRQ_MODE 0xF01E9B2C          ATOM3 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM3_CH7_RDADDR 0xF01E9B80          ATOM3 Channel 7 ARU read address Register
GTM_ATOM3_CH7_CTRL 0xF01E9B84          ATOM3 Channel 7 Control Register
GTM_ATOM3_CH7_SR0 0xF01E9B88          ATOM3 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM3_CH7_SR1 0xF01E9B8C          ATOM3 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM3_CH7_CM0 0xF01E9B90          ATOM3 Channel 7 CCU0 Compare Register
GTM_ATOM3_CH7_CM1 0xF01E9B94          ATOM3 Channel 7 CCU1 Compare Register
GTM_ATOM3_CH7_CN0 0xF01E9B98          ATOM3 Channel 7 CCU0 Counter Register
GTM_ATOM3_CH7_STAT 0xF01E9B9C          ATOM3 Channel 7 Status Register
GTM_ATOM3_CH7_IRQ_NOTIFY 0xF01E9BA0          ATOM3 Channel 7 Interrupt Notification Register
GTM_ATOM3_CH7_IRQ_EN 0xF01E9BA4          ATOM3 Channel 7 Interrupt Enable Register
GTM_ATOM3_CH7_IRQ_FORCINT 0xF01E9BA8          ATOM3 Channel 7 Software Interrupt Generation Register
GTM_ATOM3_CH7_IRQ_MODE 0xF01E9BAC          ATOM3 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM4_CH0_RDADDR 0xF01EA000          ATOM4 Channel 0 ARU read address Register
GTM_ATOM4_CH0_CTRL 0xF01EA004          ATOM4 Channel 0 Control Register
GTM_ATOM4_CH0_SR0 0xF01EA008          ATOM4 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM4_CH0_SR1 0xF01EA00C          ATOM4 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM4_CH0_CM0 0xF01EA010          ATOM4 Channel 0 CCU0 Compare Register
GTM_ATOM4_CH0_CM1 0xF01EA014          ATOM4 Channel 0 CCU1 Compare Register
GTM_ATOM4_CH0_CN0 0xF01EA018          ATOM4 Channel 0 CCU0 Counter Register
GTM_ATOM4_CH0_STAT 0xF01EA01C          ATOM4 Channel 0 Status Register
GTM_ATOM4_CH0_IRQ_NOTIFY 0xF01EA020          ATOM4 Channel 0 Interrupt Notification Register
GTM_ATOM4_CH0_IRQ_EN 0xF01EA024          ATOM4 Channel 0 Interrupt Enable Register
GTM_ATOM4_CH0_IRQ_FORCINT 0xF01EA028          ATOM4 Channel 0 Software Interrupt Generation Register
GTM_ATOM4_CH0_IRQ_MODE 0xF01EA02C          ATOM4 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM4_AGC_GLB_CTRL 0xF01EA040          ATOM4 AGC Global Control Register
GTM_ATOM4_AGC_ENDIS_CTRL 0xF01EA044          ATOM4 AGC Enable/Disable Control Register
GTM_ATOM4_AGC_ENDIS_STAT 0xF01EA048          ATOM4 AGC Enable/Disable Status Register
GTM_ATOM4_AGC_ACT_TB 0xF01EA04C          ATOM4 AGC Action Time Base Register
GTM_ATOM4_AGC_OUTEN_CTRL 0xF01EA050          ATOM4 AGC Output Enable Control Register
GTM_ATOM4_AGC_OUTEN_STAT 0xF01EA054          ATOM4 AGC Output Enable Status Register
GTM_ATOM4_AGC_FUPD_CTRL 0xF01EA058          ATOM4 AGC Force Update Control Register
GTM_ATOM4_AGC_INT_TRIG 0xF01EA05C          ATOM4 AGC Internal Trigger Control Register
GTM_ATOM4_CH1_RDADDR 0xF01EA080          ATOM4 Channel 1 ARU read address Register
GTM_ATOM4_CH1_CTRL 0xF01EA084          ATOM4 Channel 1 Control Register
GTM_ATOM4_CH1_SR0 0xF01EA088          ATOM4 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM4_CH1_SR1 0xF01EA08C          ATOM4 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM4_CH1_CM0 0xF01EA090          ATOM4 Channel 1 CCU0 Compare Register
GTM_ATOM4_CH1_CM1 0xF01EA094          ATOM4 Channel 1 CCU1 Compare Register
GTM_ATOM4_CH1_CN0 0xF01EA098          ATOM4 Channel 1 CCU0 Counter Register
GTM_ATOM4_CH1_STAT 0xF01EA09C          ATOM4 Channel 1 Status Register
GTM_ATOM4_CH1_IRQ_NOTIFY 0xF01EA0A0          ATOM4 Channel 1 Interrupt Notification Register
GTM_ATOM4_CH1_IRQ_EN 0xF01EA0A4          ATOM4 Channel 1 Interrupt Enable Register
GTM_ATOM4_CH1_IRQ_FORCINT 0xF01EA0A8          ATOM4 Channel 1 Software Interrupt Generation Register
GTM_ATOM4_CH1_IRQ_MODE 0xF01EA0AC          ATOM4 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM4_CH2_RDADDR 0xF01EA100          ATOM4 Channel 2 ARU read address Register
GTM_ATOM4_CH2_CTRL 0xF01EA104          ATOM4 Channel 2 Control Register
GTM_ATOM4_CH2_SR0 0xF01EA108          ATOM4 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM4_CH2_SR1 0xF01EA10C          ATOM4 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM4_CH2_CM0 0xF01EA110          ATOM4 Channel 2 CCU0 Compare Register
GTM_ATOM4_CH2_CM1 0xF01EA114          ATOM4 Channel 2 CCU1 Compare Register
GTM_ATOM4_CH2_CN0 0xF01EA118          ATOM4 Channel 2 CCU0 Counter Register
GTM_ATOM4_CH2_STAT 0xF01EA11C          ATOM4 Channel 2 Status Register
GTM_ATOM4_CH2_IRQ_NOTIFY 0xF01EA120          ATOM4 Channel 2 Interrupt Notification Register
GTM_ATOM4_CH2_IRQ_EN 0xF01EA124          ATOM4 Channel 2 Interrupt Enable Register
GTM_ATOM4_CH2_IRQ_FORCINT 0xF01EA128          ATOM4 Channel 2 Software Interrupt Generation Register
GTM_ATOM4_CH2_IRQ_MODE 0xF01EA12C          ATOM4 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM4_CH3_RDADDR 0xF01EA180          ATOM4 Channel 3 ARU read address Register
GTM_ATOM4_CH3_CTRL 0xF01EA184          ATOM4 Channel 3 Control Register
GTM_ATOM4_CH3_SR0 0xF01EA188          ATOM4 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM4_CH3_SR1 0xF01EA18C          ATOM4 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM4_CH3_CM0 0xF01EA190          ATOM4 Channel 3 CCU0 Compare Register
GTM_ATOM4_CH3_CM1 0xF01EA194          ATOM4 Channel 3 CCU1 Compare Register
GTM_ATOM4_CH3_CN0 0xF01EA198          ATOM4 Channel 3 CCU0 Counter Register
GTM_ATOM4_CH3_STAT 0xF01EA19C          ATOM4 Channel 3 Status Register
GTM_ATOM4_CH3_IRQ_NOTIFY 0xF01EA1A0          ATOM4 Channel 3 Interrupt Notification Register
GTM_ATOM4_CH3_IRQ_EN 0xF01EA1A4          ATOM4 Channel 3 Interrupt Enable Register
GTM_ATOM4_CH3_IRQ_FORCINT 0xF01EA1A8          ATOM4 Channel 3 Software Interrupt Generation Register
GTM_ATOM4_CH3_IRQ_MODE 0xF01EA1AC          ATOM4 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM4_CH4_RDADDR 0xF01EA200          ATOM4 Channel 4 ARU read address Register
GTM_ATOM4_CH4_CTRL 0xF01EA204          ATOM4 Channel 4 Control Register
GTM_ATOM4_CH4_SR0 0xF01EA208          ATOM4 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM4_CH4_SR1 0xF01EA20C          ATOM4 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM4_CH4_CM0 0xF01EA210          ATOM4 Channel 4 CCU0 Compare Register
GTM_ATOM4_CH4_CM1 0xF01EA214          ATOM4 Channel 4 CCU1 Compare Register
GTM_ATOM4_CH4_CN0 0xF01EA218          ATOM4 Channel 4 CCU0 Counter Register
GTM_ATOM4_CH4_STAT 0xF01EA21C          ATOM4 Channel 4 Status Register
GTM_ATOM4_CH4_IRQ_NOTIFY 0xF01EA220          ATOM4 Channel 4 Interrupt Notification Register
GTM_ATOM4_CH4_IRQ_EN 0xF01EA224          ATOM4 Channel 4 Interrupt Enable Register
GTM_ATOM4_CH4_IRQ_FORCINT 0xF01EA228          ATOM4 Channel 4 Software Interrupt Generation Register
GTM_ATOM4_CH4_IRQ_MODE 0xF01EA22C          ATOM4 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM4_CH5_RDADDR 0xF01EA280          ATOM4 Channel 5 ARU read address Register
GTM_ATOM4_CH5_CTRL 0xF01EA284          ATOM4 Channel 5 Control Register
GTM_ATOM4_CH5_SR0 0xF01EA288          ATOM4 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM4_CH5_SR1 0xF01EA28C          ATOM4 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM4_CH5_CM0 0xF01EA290          ATOM4 Channel 5 CCU0 Compare Register
GTM_ATOM4_CH5_CM1 0xF01EA294          ATOM4 Channel 5 CCU1 Compare Register
GTM_ATOM4_CH5_CN0 0xF01EA298          ATOM4 Channel 5 CCU0 Counter Register
GTM_ATOM4_CH5_STAT 0xF01EA29C          ATOM4 Channel 5 Status Register
GTM_ATOM4_CH5_IRQ_NOTIFY 0xF01EA2A0          ATOM4 Channel 5 Interrupt Notification Register
GTM_ATOM4_CH5_IRQ_EN 0xF01EA2A4          ATOM4 Channel 5 Interrupt Enable Register
GTM_ATOM4_CH5_IRQ_FORCINT 0xF01EA2A8          ATOM4 Channel 5 Software Interrupt Generation Register
GTM_ATOM4_CH5_IRQ_MODE 0xF01EA2AC          ATOM4 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM4_CH6_RDADDR 0xF01EA300          ATOM4 Channel 6 ARU read address Register
GTM_ATOM4_CH6_CTRL 0xF01EA304          ATOM4 Channel 6 Control Register
GTM_ATOM4_CH6_SR0 0xF01EA308          ATOM4 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM4_CH6_SR1 0xF01EA30C          ATOM4 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM4_CH6_CM0 0xF01EA310          ATOM4 Channel 6 CCU0 Compare Register
GTM_ATOM4_CH6_CM1 0xF01EA314          ATOM4 Channel 6 CCU1 Compare Register
GTM_ATOM4_CH6_CN0 0xF01EA318          ATOM4 Channel 6 CCU0 Counter Register
GTM_ATOM4_CH6_STAT 0xF01EA31C          ATOM4 Channel 6 Status Register
GTM_ATOM4_CH6_IRQ_NOTIFY 0xF01EA320          ATOM4 Channel 6 Interrupt Notification Register
GTM_ATOM4_CH6_IRQ_EN 0xF01EA324          ATOM4 Channel 6 Interrupt Enable Register
GTM_ATOM4_CH6_IRQ_FORCINT 0xF01EA328          ATOM4 Channel 6 Software Interrupt Generation Register
GTM_ATOM4_CH6_IRQ_MODE 0xF01EA32C          ATOM4 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM4_CH7_RDADDR 0xF01EA380          ATOM4 Channel 7 ARU read address Register
GTM_ATOM4_CH7_CTRL 0xF01EA384          ATOM4 Channel 7 Control Register
GTM_ATOM4_CH7_SR0 0xF01EA388          ATOM4 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM4_CH7_SR1 0xF01EA38C          ATOM4 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM4_CH7_CM0 0xF01EA390          ATOM4 Channel 7 CCU0 Compare Register
GTM_ATOM4_CH7_CM1 0xF01EA394          ATOM4 Channel 7 CCU1 Compare Register
GTM_ATOM4_CH7_CN0 0xF01EA398          ATOM4 Channel 7 CCU0 Counter Register
GTM_ATOM4_CH7_STAT 0xF01EA39C          ATOM4 Channel 7 Status Register
GTM_ATOM4_CH7_IRQ_NOTIFY 0xF01EA3A0          ATOM4 Channel 7 Interrupt Notification Register
GTM_ATOM4_CH7_IRQ_EN 0xF01EA3A4          ATOM4 Channel 7 Interrupt Enable Register
GTM_ATOM4_CH7_IRQ_FORCINT 0xF01EA3A8          ATOM4 Channel 7 Software Interrupt Generation Register
GTM_ATOM4_CH7_IRQ_MODE 0xF01EA3AC          ATOM4 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM5_CH0_RDADDR 0xF01EA800          ATOM5 Channel 0 ARU read address Register
GTM_ATOM5_CH0_CTRL 0xF01EA804          ATOM5 Channel 0 Control Register
GTM_ATOM5_CH0_SR0 0xF01EA808          ATOM5 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM5_CH0_SR1 0xF01EA80C          ATOM5 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM5_CH0_CM0 0xF01EA810          ATOM5 Channel 0 CCU0 Compare Register
GTM_ATOM5_CH0_CM1 0xF01EA814          ATOM5 Channel 0 CCU1 Compare Register
GTM_ATOM5_CH0_CN0 0xF01EA818          ATOM5 Channel 0 CCU0 Counter Register
GTM_ATOM5_CH0_STAT 0xF01EA81C          ATOM5 Channel 0 Status Register
GTM_ATOM5_CH0_IRQ_NOTIFY 0xF01EA820          ATOM5 Channel 0 Interrupt Notification Register
GTM_ATOM5_CH0_IRQ_EN 0xF01EA824          ATOM5 Channel 0 Interrupt Enable Register
GTM_ATOM5_CH0_IRQ_FORCINT 0xF01EA828          ATOM5 Channel 0 Software Interrupt Generation Register
GTM_ATOM5_CH0_IRQ_MODE 0xF01EA82C          ATOM5 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM5_AGC_GLB_CTRL 0xF01EA840          ATOM5 AGC Global Control Register
GTM_ATOM5_AGC_ENDIS_CTRL 0xF01EA844          ATOM5 AGC Enable/Disable Control Register
GTM_ATOM5_AGC_ENDIS_STAT 0xF01EA848          ATOM5 AGC Enable/Disable Status Register
GTM_ATOM5_AGC_ACT_TB 0xF01EA84C          ATOM5 AGC Action Time Base Register
GTM_ATOM5_AGC_OUTEN_CTRL 0xF01EA850          ATOM5 AGC Output Enable Control Register
GTM_ATOM5_AGC_OUTEN_STAT 0xF01EA854          ATOM5 AGC Output Enable Status Register
GTM_ATOM5_AGC_FUPD_CTRL 0xF01EA858          ATOM5 AGC Force Update Control Register
GTM_ATOM5_AGC_INT_TRIG 0xF01EA85C          ATOM5 AGC Internal Trigger Control Register
GTM_ATOM5_CH1_RDADDR 0xF01EA880          ATOM5 Channel 1 ARU read address Register
GTM_ATOM5_CH1_CTRL 0xF01EA884          ATOM5 Channel 1 Control Register
GTM_ATOM5_CH1_SR0 0xF01EA888          ATOM5 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM5_CH1_SR1 0xF01EA88C          ATOM5 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM5_CH1_CM0 0xF01EA890          ATOM5 Channel 1 CCU0 Compare Register
GTM_ATOM5_CH1_CM1 0xF01EA894          ATOM5 Channel 1 CCU1 Compare Register
GTM_ATOM5_CH1_CN0 0xF01EA898          ATOM5 Channel 1 CCU0 Counter Register
GTM_ATOM5_CH1_STAT 0xF01EA89C          ATOM5 Channel 1 Status Register
GTM_ATOM5_CH1_IRQ_NOTIFY 0xF01EA8A0          ATOM5 Channel 1 Interrupt Notification Register
GTM_ATOM5_CH1_IRQ_EN 0xF01EA8A4          ATOM5 Channel 1 Interrupt Enable Register
GTM_ATOM5_CH1_IRQ_FORCINT 0xF01EA8A8          ATOM5 Channel 1 Software Interrupt Generation Register
GTM_ATOM5_CH1_IRQ_MODE 0xF01EA8AC          ATOM5 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM5_CH2_RDADDR 0xF01EA900          ATOM5 Channel 2 ARU read address Register
GTM_ATOM5_CH2_CTRL 0xF01EA904          ATOM5 Channel 2 Control Register
GTM_ATOM5_CH2_SR0 0xF01EA908          ATOM5 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM5_CH2_SR1 0xF01EA90C          ATOM5 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM5_CH2_CM0 0xF01EA910          ATOM5 Channel 2 CCU0 Compare Register
GTM_ATOM5_CH2_CM1 0xF01EA914          ATOM5 Channel 2 CCU1 Compare Register
GTM_ATOM5_CH2_CN0 0xF01EA918          ATOM5 Channel 2 CCU0 Counter Register
GTM_ATOM5_CH2_STAT 0xF01EA91C          ATOM5 Channel 2 Status Register
GTM_ATOM5_CH2_IRQ_NOTIFY 0xF01EA920          ATOM5 Channel 2 Interrupt Notification Register
GTM_ATOM5_CH2_IRQ_EN 0xF01EA924          ATOM5 Channel 2 Interrupt Enable Register
GTM_ATOM5_CH2_IRQ_FORCINT 0xF01EA928          ATOM5 Channel 2 Software Interrupt Generation Register
GTM_ATOM5_CH2_IRQ_MODE 0xF01EA92C          ATOM5 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM5_CH3_RDADDR 0xF01EA980          ATOM5 Channel 3 ARU read address Register
GTM_ATOM5_CH3_CTRL 0xF01EA984          ATOM5 Channel 3 Control Register
GTM_ATOM5_CH3_SR0 0xF01EA988          ATOM5 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM5_CH3_SR1 0xF01EA98C          ATOM5 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM5_CH3_CM0 0xF01EA990          ATOM5 Channel 3 CCU0 Compare Register
GTM_ATOM5_CH3_CM1 0xF01EA994          ATOM5 Channel 3 CCU1 Compare Register
GTM_ATOM5_CH3_CN0 0xF01EA998          ATOM5 Channel 3 CCU0 Counter Register
GTM_ATOM5_CH3_STAT 0xF01EA99C          ATOM5 Channel 3 Status Register
GTM_ATOM5_CH3_IRQ_NOTIFY 0xF01EA9A0          ATOM5 Channel 3 Interrupt Notification Register
GTM_ATOM5_CH3_IRQ_EN 0xF01EA9A4          ATOM5 Channel 3 Interrupt Enable Register
GTM_ATOM5_CH3_IRQ_FORCINT 0xF01EA9A8          ATOM5 Channel 3 Software Interrupt Generation Register
GTM_ATOM5_CH3_IRQ_MODE 0xF01EA9AC          ATOM5 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM5_CH4_RDADDR 0xF01EAA00          ATOM5 Channel 4 ARU read address Register
GTM_ATOM5_CH4_CTRL 0xF01EAA04          ATOM5 Channel 4 Control Register
GTM_ATOM5_CH4_SR0 0xF01EAA08          ATOM5 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM5_CH4_SR1 0xF01EAA0C          ATOM5 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM5_CH4_CM0 0xF01EAA10          ATOM5 Channel 4 CCU0 Compare Register
GTM_ATOM5_CH4_CM1 0xF01EAA14          ATOM5 Channel 4 CCU1 Compare Register
GTM_ATOM5_CH4_CN0 0xF01EAA18          ATOM5 Channel 4 CCU0 Counter Register
GTM_ATOM5_CH4_STAT 0xF01EAA1C          ATOM5 Channel 4 Status Register
GTM_ATOM5_CH4_IRQ_NOTIFY 0xF01EAA20          ATOM5 Channel 4 Interrupt Notification Register
GTM_ATOM5_CH4_IRQ_EN 0xF01EAA24          ATOM5 Channel 4 Interrupt Enable Register
GTM_ATOM5_CH4_IRQ_FORCINT 0xF01EAA28          ATOM5 Channel 4 Software Interrupt Generation Register
GTM_ATOM5_CH4_IRQ_MODE 0xF01EAA2C          ATOM5 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM5_CH5_RDADDR 0xF01EAA80          ATOM5 Channel 5 ARU read address Register
GTM_ATOM5_CH5_CTRL 0xF01EAA84          ATOM5 Channel 5 Control Register
GTM_ATOM5_CH5_SR0 0xF01EAA88          ATOM5 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM5_CH5_SR1 0xF01EAA8C          ATOM5 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM5_CH5_CM0 0xF01EAA90          ATOM5 Channel 5 CCU0 Compare Register
GTM_ATOM5_CH5_CM1 0xF01EAA94          ATOM5 Channel 5 CCU1 Compare Register
GTM_ATOM5_CH5_CN0 0xF01EAA98          ATOM5 Channel 5 CCU0 Counter Register
GTM_ATOM5_CH5_STAT 0xF01EAA9C          ATOM5 Channel 5 Status Register
GTM_ATOM5_CH5_IRQ_NOTIFY 0xF01EAAA0          ATOM5 Channel 5 Interrupt Notification Register
GTM_ATOM5_CH5_IRQ_EN 0xF01EAAA4          ATOM5 Channel 5 Interrupt Enable Register
GTM_ATOM5_CH5_IRQ_FORCINT 0xF01EAAA8          ATOM5 Channel 5 Software Interrupt Generation Register
GTM_ATOM5_CH5_IRQ_MODE 0xF01EAAAC          ATOM5 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM5_CH6_RDADDR 0xF01EAB00          ATOM5 Channel 6 ARU read address Register
GTM_ATOM5_CH6_CTRL 0xF01EAB04          ATOM5 Channel 6 Control Register
GTM_ATOM5_CH6_SR0 0xF01EAB08          ATOM5 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM5_CH6_SR1 0xF01EAB0C          ATOM5 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM5_CH6_CM0 0xF01EAB10          ATOM5 Channel 6 CCU0 Compare Register
GTM_ATOM5_CH6_CM1 0xF01EAB14          ATOM5 Channel 6 CCU1 Compare Register
GTM_ATOM5_CH6_CN0 0xF01EAB18          ATOM5 Channel 6 CCU0 Counter Register
GTM_ATOM5_CH6_STAT 0xF01EAB1C          ATOM5 Channel 6 Status Register
GTM_ATOM5_CH6_IRQ_NOTIFY 0xF01EAB20          ATOM5 Channel 6 Interrupt Notification Register
GTM_ATOM5_CH6_IRQ_EN 0xF01EAB24          ATOM5 Channel 6 Interrupt Enable Register
GTM_ATOM5_CH6_IRQ_FORCINT 0xF01EAB28          ATOM5 Channel 6 Software Interrupt Generation Register
GTM_ATOM5_CH6_IRQ_MODE 0xF01EAB2C          ATOM5 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM5_CH7_RDADDR 0xF01EAB80          ATOM5 Channel 7 ARU read address Register
GTM_ATOM5_CH7_CTRL 0xF01EAB84          ATOM5 Channel 7 Control Register
GTM_ATOM5_CH7_SR0 0xF01EAB88          ATOM5 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM5_CH7_SR1 0xF01EAB8C          ATOM5 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM5_CH7_CM0 0xF01EAB90          ATOM5 Channel 7 CCU0 Compare Register
GTM_ATOM5_CH7_CM1 0xF01EAB94          ATOM5 Channel 7 CCU1 Compare Register
GTM_ATOM5_CH7_CN0 0xF01EAB98          ATOM5 Channel 7 CCU0 Counter Register
GTM_ATOM5_CH7_STAT 0xF01EAB9C          ATOM5 Channel 7 Status Register
GTM_ATOM5_CH7_IRQ_NOTIFY 0xF01EABA0          ATOM5 Channel 7 Interrupt Notification Register
GTM_ATOM5_CH7_IRQ_EN 0xF01EABA4          ATOM5 Channel 7 Interrupt Enable Register
GTM_ATOM5_CH7_IRQ_FORCINT 0xF01EABA8          ATOM5 Channel 7 Software Interrupt Generation Register
GTM_ATOM5_CH7_IRQ_MODE 0xF01EABAC          ATOM5 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM6_CH0_RDADDR 0xF01EB000          ATOM6 Channel 0 ARU read address Register
GTM_ATOM6_CH0_CTRL 0xF01EB004          ATOM6 Channel 0 Control Register
GTM_ATOM6_CH0_SR0 0xF01EB008          ATOM6 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM6_CH0_SR1 0xF01EB00C          ATOM6 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM6_CH0_CM0 0xF01EB010          ATOM6 Channel 0 CCU0 Compare Register
GTM_ATOM6_CH0_CM1 0xF01EB014          ATOM6 Channel 0 CCU1 Compare Register
GTM_ATOM6_CH0_CN0 0xF01EB018          ATOM6 Channel 0 CCU0 Counter Register
GTM_ATOM6_CH0_STAT 0xF01EB01C          ATOM6 Channel 0 Status Register
GTM_ATOM6_CH0_IRQ_NOTIFY 0xF01EB020          ATOM6 Channel 0 Interrupt Notification Register
GTM_ATOM6_CH0_IRQ_EN 0xF01EB024          ATOM6 Channel 0 Interrupt Enable Register
GTM_ATOM6_CH0_IRQ_FORCINT 0xF01EB028          ATOM6 Channel 0 Software Interrupt Generation Register
GTM_ATOM6_CH0_IRQ_MODE 0xF01EB02C          ATOM6 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM6_AGC_GLB_CTRL 0xF01EB040          ATOM6 AGC Global Control Register
GTM_ATOM6_AGC_ENDIS_CTRL 0xF01EB044          ATOM6 AGC Enable/Disable Control Register
GTM_ATOM6_AGC_ENDIS_STAT 0xF01EB048          ATOM6 AGC Enable/Disable Status Register
GTM_ATOM6_AGC_ACT_TB 0xF01EB04C          ATOM6 AGC Action Time Base Register
GTM_ATOM6_AGC_OUTEN_CTRL 0xF01EB050          ATOM6 AGC Output Enable Control Register
GTM_ATOM6_AGC_OUTEN_STAT 0xF01EB054          ATOM6 AGC Output Enable Status Register
GTM_ATOM6_AGC_FUPD_CTRL 0xF01EB058          ATOM6 AGC Force Update Control Register
GTM_ATOM6_AGC_INT_TRIG 0xF01EB05C          ATOM6 AGC Internal Trigger Control Register
GTM_ATOM6_CH1_RDADDR 0xF01EB080          ATOM6 Channel 1 ARU read address Register
GTM_ATOM6_CH1_CTRL 0xF01EB084          ATOM6 Channel 1 Control Register
GTM_ATOM6_CH1_SR0 0xF01EB088          ATOM6 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM6_CH1_SR1 0xF01EB08C          ATOM6 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM6_CH1_CM0 0xF01EB090          ATOM6 Channel 1 CCU0 Compare Register
GTM_ATOM6_CH1_CM1 0xF01EB094          ATOM6 Channel 1 CCU1 Compare Register
GTM_ATOM6_CH1_CN0 0xF01EB098          ATOM6 Channel 1 CCU0 Counter Register
GTM_ATOM6_CH1_STAT 0xF01EB09C          ATOM6 Channel 1 Status Register
GTM_ATOM6_CH1_IRQ_NOTIFY 0xF01EB0A0          ATOM6 Channel 1 Interrupt Notification Register
GTM_ATOM6_CH1_IRQ_EN 0xF01EB0A4          ATOM6 Channel 1 Interrupt Enable Register
GTM_ATOM6_CH1_IRQ_FORCINT 0xF01EB0A8          ATOM6 Channel 1 Software Interrupt Generation Register
GTM_ATOM6_CH1_IRQ_MODE 0xF01EB0AC          ATOM6 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM6_CH2_RDADDR 0xF01EB100          ATOM6 Channel 2 ARU read address Register
GTM_ATOM6_CH2_CTRL 0xF01EB104          ATOM6 Channel 2 Control Register
GTM_ATOM6_CH2_SR0 0xF01EB108          ATOM6 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM6_CH2_SR1 0xF01EB10C          ATOM6 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM6_CH2_CM0 0xF01EB110          ATOM6 Channel 2 CCU0 Compare Register
GTM_ATOM6_CH2_CM1 0xF01EB114          ATOM6 Channel 2 CCU1 Compare Register
GTM_ATOM6_CH2_CN0 0xF01EB118          ATOM6 Channel 2 CCU0 Counter Register
GTM_ATOM6_CH2_STAT 0xF01EB11C          ATOM6 Channel 2 Status Register
GTM_ATOM6_CH2_IRQ_NOTIFY 0xF01EB120          ATOM6 Channel 2 Interrupt Notification Register
GTM_ATOM6_CH2_IRQ_EN 0xF01EB124          ATOM6 Channel 2 Interrupt Enable Register
GTM_ATOM6_CH2_IRQ_FORCINT 0xF01EB128          ATOM6 Channel 2 Software Interrupt Generation Register
GTM_ATOM6_CH2_IRQ_MODE 0xF01EB12C          ATOM6 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM6_CH3_RDADDR 0xF01EB180          ATOM6 Channel 3 ARU read address Register
GTM_ATOM6_CH3_CTRL 0xF01EB184          ATOM6 Channel 3 Control Register
GTM_ATOM6_CH3_SR0 0xF01EB188          ATOM6 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM6_CH3_SR1 0xF01EB18C          ATOM6 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM6_CH3_CM0 0xF01EB190          ATOM6 Channel 3 CCU0 Compare Register
GTM_ATOM6_CH3_CM1 0xF01EB194          ATOM6 Channel 3 CCU1 Compare Register
GTM_ATOM6_CH3_CN0 0xF01EB198          ATOM6 Channel 3 CCU0 Counter Register
GTM_ATOM6_CH3_STAT 0xF01EB19C          ATOM6 Channel 3 Status Register
GTM_ATOM6_CH3_IRQ_NOTIFY 0xF01EB1A0          ATOM6 Channel 3 Interrupt Notification Register
GTM_ATOM6_CH3_IRQ_EN 0xF01EB1A4          ATOM6 Channel 3 Interrupt Enable Register
GTM_ATOM6_CH3_IRQ_FORCINT 0xF01EB1A8          ATOM6 Channel 3 Software Interrupt Generation Register
GTM_ATOM6_CH3_IRQ_MODE 0xF01EB1AC          ATOM6 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM6_CH4_RDADDR 0xF01EB200          ATOM6 Channel 4 ARU read address Register
GTM_ATOM6_CH4_CTRL 0xF01EB204          ATOM6 Channel 4 Control Register
GTM_ATOM6_CH4_SR0 0xF01EB208          ATOM6 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM6_CH4_SR1 0xF01EB20C          ATOM6 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM6_CH4_CM0 0xF01EB210          ATOM6 Channel 4 CCU0 Compare Register
GTM_ATOM6_CH4_CM1 0xF01EB214          ATOM6 Channel 4 CCU1 Compare Register
GTM_ATOM6_CH4_CN0 0xF01EB218          ATOM6 Channel 4 CCU0 Counter Register
GTM_ATOM6_CH4_STAT 0xF01EB21C          ATOM6 Channel 4 Status Register
GTM_ATOM6_CH4_IRQ_NOTIFY 0xF01EB220          ATOM6 Channel 4 Interrupt Notification Register
GTM_ATOM6_CH4_IRQ_EN 0xF01EB224          ATOM6 Channel 4 Interrupt Enable Register
GTM_ATOM6_CH4_IRQ_FORCINT 0xF01EB228          ATOM6 Channel 4 Software Interrupt Generation Register
GTM_ATOM6_CH4_IRQ_MODE 0xF01EB22C          ATOM6 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM6_CH5_RDADDR 0xF01EB280          ATOM6 Channel 5 ARU read address Register
GTM_ATOM6_CH5_CTRL 0xF01EB284          ATOM6 Channel 5 Control Register
GTM_ATOM6_CH5_SR0 0xF01EB288          ATOM6 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM6_CH5_SR1 0xF01EB28C          ATOM6 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM6_CH5_CM0 0xF01EB290          ATOM6 Channel 5 CCU0 Compare Register
GTM_ATOM6_CH5_CM1 0xF01EB294          ATOM6 Channel 5 CCU1 Compare Register
GTM_ATOM6_CH5_CN0 0xF01EB298          ATOM6 Channel 5 CCU0 Counter Register
GTM_ATOM6_CH5_STAT 0xF01EB29C          ATOM6 Channel 5 Status Register
GTM_ATOM6_CH5_IRQ_NOTIFY 0xF01EB2A0          ATOM6 Channel 5 Interrupt Notification Register
GTM_ATOM6_CH5_IRQ_EN 0xF01EB2A4          ATOM6 Channel 5 Interrupt Enable Register
GTM_ATOM6_CH5_IRQ_FORCINT 0xF01EB2A8          ATOM6 Channel 5 Software Interrupt Generation Register
GTM_ATOM6_CH5_IRQ_MODE 0xF01EB2AC          ATOM6 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM6_CH6_RDADDR 0xF01EB300          ATOM6 Channel 6 ARU read address Register
GTM_ATOM6_CH6_CTRL 0xF01EB304          ATOM6 Channel 6 Control Register
GTM_ATOM6_CH6_SR0 0xF01EB308          ATOM6 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM6_CH6_SR1 0xF01EB30C          ATOM6 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM6_CH6_CM0 0xF01EB310          ATOM6 Channel 6 CCU0 Compare Register
GTM_ATOM6_CH6_CM1 0xF01EB314          ATOM6 Channel 6 CCU1 Compare Register
GTM_ATOM6_CH6_CN0 0xF01EB318          ATOM6 Channel 6 CCU0 Counter Register
GTM_ATOM6_CH6_STAT 0xF01EB31C          ATOM6 Channel 6 Status Register
GTM_ATOM6_CH6_IRQ_NOTIFY 0xF01EB320          ATOM6 Channel 6 Interrupt Notification Register
GTM_ATOM6_CH6_IRQ_EN 0xF01EB324          ATOM6 Channel 6 Interrupt Enable Register
GTM_ATOM6_CH6_IRQ_FORCINT 0xF01EB328          ATOM6 Channel 6 Software Interrupt Generation Register
GTM_ATOM6_CH6_IRQ_MODE 0xF01EB32C          ATOM6 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM6_CH7_RDADDR 0xF01EB380          ATOM6 Channel 7 ARU read address Register
GTM_ATOM6_CH7_CTRL 0xF01EB384          ATOM6 Channel 7 Control Register
GTM_ATOM6_CH7_SR0 0xF01EB388          ATOM6 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM6_CH7_SR1 0xF01EB38C          ATOM6 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM6_CH7_CM0 0xF01EB390          ATOM6 Channel 7 CCU0 Compare Register
GTM_ATOM6_CH7_CM1 0xF01EB394          ATOM6 Channel 7 CCU1 Compare Register
GTM_ATOM6_CH7_CN0 0xF01EB398          ATOM6 Channel 7 CCU0 Counter Register
GTM_ATOM6_CH7_STAT 0xF01EB39C          ATOM6 Channel 7 Status Register
GTM_ATOM6_CH7_IRQ_NOTIFY 0xF01EB3A0          ATOM6 Channel 7 Interrupt Notification Register
GTM_ATOM6_CH7_IRQ_EN 0xF01EB3A4          ATOM6 Channel 7 Interrupt Enable Register
GTM_ATOM6_CH7_IRQ_FORCINT 0xF01EB3A8          ATOM6 Channel 7 Software Interrupt Generation Register
GTM_ATOM6_CH7_IRQ_MODE 0xF01EB3AC          ATOM6 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM7_CH0_RDADDR 0xF01EB800          ATOM7 Channel 0 ARU read address Register
GTM_ATOM7_CH0_CTRL 0xF01EB804          ATOM7 Channel 0 Control Register
GTM_ATOM7_CH0_SR0 0xF01EB808          ATOM7 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM7_CH0_SR1 0xF01EB80C          ATOM7 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM7_CH0_CM0 0xF01EB810          ATOM7 Channel 0 CCU0 Compare Register
GTM_ATOM7_CH0_CM1 0xF01EB814          ATOM7 Channel 0 CCU1 Compare Register
GTM_ATOM7_CH0_CN0 0xF01EB818          ATOM7 Channel 0 CCU0 Counter Register
GTM_ATOM7_CH0_STAT 0xF01EB81C          ATOM7 Channel 0 Status Register
GTM_ATOM7_CH0_IRQ_NOTIFY 0xF01EB820          ATOM7 Channel 0 Interrupt Notification Register
GTM_ATOM7_CH0_IRQ_EN 0xF01EB824          ATOM7 Channel 0 Interrupt Enable Register
GTM_ATOM7_CH0_IRQ_FORCINT 0xF01EB828          ATOM7 Channel 0 Software Interrupt Generation Register
GTM_ATOM7_CH0_IRQ_MODE 0xF01EB82C          ATOM7 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM7_AGC_GLB_CTRL 0xF01EB840          ATOM7 AGC Global Control Register
GTM_ATOM7_AGC_ENDIS_CTRL 0xF01EB844          ATOM7 AGC Enable/Disable Control Register
GTM_ATOM7_AGC_ENDIS_STAT 0xF01EB848          ATOM7 AGC Enable/Disable Status Register
GTM_ATOM7_AGC_ACT_TB 0xF01EB84C          ATOM7 AGC Action Time Base Register
GTM_ATOM7_AGC_OUTEN_CTRL 0xF01EB850          ATOM7 AGC Output Enable Control Register
GTM_ATOM7_AGC_OUTEN_STAT 0xF01EB854          ATOM7 AGC Output Enable Status Register
GTM_ATOM7_AGC_FUPD_CTRL 0xF01EB858          ATOM7 AGC Force Update Control Register
GTM_ATOM7_AGC_INT_TRIG 0xF01EB85C          ATOM7 AGC Internal Trigger Control Register
GTM_ATOM7_CH1_RDADDR 0xF01EB880          ATOM7 Channel 1 ARU read address Register
GTM_ATOM7_CH1_CTRL 0xF01EB884          ATOM7 Channel 1 Control Register
GTM_ATOM7_CH1_SR0 0xF01EB888          ATOM7 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM7_CH1_SR1 0xF01EB88C          ATOM7 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM7_CH1_CM0 0xF01EB890          ATOM7 Channel 1 CCU0 Compare Register
GTM_ATOM7_CH1_CM1 0xF01EB894          ATOM7 Channel 1 CCU1 Compare Register
GTM_ATOM7_CH1_CN0 0xF01EB898          ATOM7 Channel 1 CCU0 Counter Register
GTM_ATOM7_CH1_STAT 0xF01EB89C          ATOM7 Channel 1 Status Register
GTM_ATOM7_CH1_IRQ_NOTIFY 0xF01EB8A0          ATOM7 Channel 1 Interrupt Notification Register
GTM_ATOM7_CH1_IRQ_EN 0xF01EB8A4          ATOM7 Channel 1 Interrupt Enable Register
GTM_ATOM7_CH1_IRQ_FORCINT 0xF01EB8A8          ATOM7 Channel 1 Software Interrupt Generation Register
GTM_ATOM7_CH1_IRQ_MODE 0xF01EB8AC          ATOM7 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM7_CH2_RDADDR 0xF01EB900          ATOM7 Channel 2 ARU read address Register
GTM_ATOM7_CH2_CTRL 0xF01EB904          ATOM7 Channel 2 Control Register
GTM_ATOM7_CH2_SR0 0xF01EB908          ATOM7 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM7_CH2_SR1 0xF01EB90C          ATOM7 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM7_CH2_CM0 0xF01EB910          ATOM7 Channel 2 CCU0 Compare Register
GTM_ATOM7_CH2_CM1 0xF01EB914          ATOM7 Channel 2 CCU1 Compare Register
GTM_ATOM7_CH2_CN0 0xF01EB918          ATOM7 Channel 2 CCU0 Counter Register
GTM_ATOM7_CH2_STAT 0xF01EB91C          ATOM7 Channel 2 Status Register
GTM_ATOM7_CH2_IRQ_NOTIFY 0xF01EB920          ATOM7 Channel 2 Interrupt Notification Register
GTM_ATOM7_CH2_IRQ_EN 0xF01EB924          ATOM7 Channel 2 Interrupt Enable Register
GTM_ATOM7_CH2_IRQ_FORCINT 0xF01EB928          ATOM7 Channel 2 Software Interrupt Generation Register
GTM_ATOM7_CH2_IRQ_MODE 0xF01EB92C          ATOM7 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM7_CH3_RDADDR 0xF01EB980          ATOM7 Channel 3 ARU read address Register
GTM_ATOM7_CH3_CTRL 0xF01EB984          ATOM7 Channel 3 Control Register
GTM_ATOM7_CH3_SR0 0xF01EB988          ATOM7 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM7_CH3_SR1 0xF01EB98C          ATOM7 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM7_CH3_CM0 0xF01EB990          ATOM7 Channel 3 CCU0 Compare Register
GTM_ATOM7_CH3_CM1 0xF01EB994          ATOM7 Channel 3 CCU1 Compare Register
GTM_ATOM7_CH3_CN0 0xF01EB998          ATOM7 Channel 3 CCU0 Counter Register
GTM_ATOM7_CH3_STAT 0xF01EB99C          ATOM7 Channel 3 Status Register
GTM_ATOM7_CH3_IRQ_NOTIFY 0xF01EB9A0          ATOM7 Channel 3 Interrupt Notification Register
GTM_ATOM7_CH3_IRQ_EN 0xF01EB9A4          ATOM7 Channel 3 Interrupt Enable Register
GTM_ATOM7_CH3_IRQ_FORCINT 0xF01EB9A8          ATOM7 Channel 3 Software Interrupt Generation Register
GTM_ATOM7_CH3_IRQ_MODE 0xF01EB9AC          ATOM7 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM7_CH4_RDADDR 0xF01EBA00          ATOM7 Channel 4 ARU read address Register
GTM_ATOM7_CH4_CTRL 0xF01EBA04          ATOM7 Channel 4 Control Register
GTM_ATOM7_CH4_SR0 0xF01EBA08          ATOM7 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM7_CH4_SR1 0xF01EBA0C          ATOM7 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM7_CH4_CM0 0xF01EBA10          ATOM7 Channel 4 CCU0 Compare Register
GTM_ATOM7_CH4_CM1 0xF01EBA14          ATOM7 Channel 4 CCU1 Compare Register
GTM_ATOM7_CH4_CN0 0xF01EBA18          ATOM7 Channel 4 CCU0 Counter Register
GTM_ATOM7_CH4_STAT 0xF01EBA1C          ATOM7 Channel 4 Status Register
GTM_ATOM7_CH4_IRQ_NOTIFY 0xF01EBA20          ATOM7 Channel 4 Interrupt Notification Register
GTM_ATOM7_CH4_IRQ_EN 0xF01EBA24          ATOM7 Channel 4 Interrupt Enable Register
GTM_ATOM7_CH4_IRQ_FORCINT 0xF01EBA28          ATOM7 Channel 4 Software Interrupt Generation Register
GTM_ATOM7_CH4_IRQ_MODE 0xF01EBA2C          ATOM7 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM7_CH5_RDADDR 0xF01EBA80          ATOM7 Channel 5 ARU read address Register
GTM_ATOM7_CH5_CTRL 0xF01EBA84          ATOM7 Channel 5 Control Register
GTM_ATOM7_CH5_SR0 0xF01EBA88          ATOM7 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM7_CH5_SR1 0xF01EBA8C          ATOM7 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM7_CH5_CM0 0xF01EBA90          ATOM7 Channel 5 CCU0 Compare Register
GTM_ATOM7_CH5_CM1 0xF01EBA94          ATOM7 Channel 5 CCU1 Compare Register
GTM_ATOM7_CH5_CN0 0xF01EBA98          ATOM7 Channel 5 CCU0 Counter Register
GTM_ATOM7_CH5_STAT 0xF01EBA9C          ATOM7 Channel 5 Status Register
GTM_ATOM7_CH5_IRQ_NOTIFY 0xF01EBAA0          ATOM7 Channel 5 Interrupt Notification Register
GTM_ATOM7_CH5_IRQ_EN 0xF01EBAA4          ATOM7 Channel 5 Interrupt Enable Register
GTM_ATOM7_CH5_IRQ_FORCINT 0xF01EBAA8          ATOM7 Channel 5 Software Interrupt Generation Register
GTM_ATOM7_CH5_IRQ_MODE 0xF01EBAAC          ATOM7 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM7_CH6_RDADDR 0xF01EBB00          ATOM7 Channel 6 ARU read address Register
GTM_ATOM7_CH6_CTRL 0xF01EBB04          ATOM7 Channel 6 Control Register
GTM_ATOM7_CH6_SR0 0xF01EBB08          ATOM7 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM7_CH6_SR1 0xF01EBB0C          ATOM7 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM7_CH6_CM0 0xF01EBB10          ATOM7 Channel 6 CCU0 Compare Register
GTM_ATOM7_CH6_CM1 0xF01EBB14          ATOM7 Channel 6 CCU1 Compare Register
GTM_ATOM7_CH6_CN0 0xF01EBB18          ATOM7 Channel 6 CCU0 Counter Register
GTM_ATOM7_CH6_STAT 0xF01EBB1C          ATOM7 Channel 6 Status Register
GTM_ATOM7_CH6_IRQ_NOTIFY 0xF01EBB20          ATOM7 Channel 6 Interrupt Notification Register
GTM_ATOM7_CH6_IRQ_EN 0xF01EBB24          ATOM7 Channel 6 Interrupt Enable Register
GTM_ATOM7_CH6_IRQ_FORCINT 0xF01EBB28          ATOM7 Channel 6 Software Interrupt Generation Register
GTM_ATOM7_CH6_IRQ_MODE 0xF01EBB2C          ATOM7 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM7_CH7_RDADDR 0xF01EBB80          ATOM7 Channel 7 ARU read address Register
GTM_ATOM7_CH7_CTRL 0xF01EBB84          ATOM7 Channel 7 Control Register
GTM_ATOM7_CH7_SR0 0xF01EBB88          ATOM7 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM7_CH7_SR1 0xF01EBB8C          ATOM7 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM7_CH7_CM0 0xF01EBB90          ATOM7 Channel 7 CCU0 Compare Register
GTM_ATOM7_CH7_CM1 0xF01EBB94          ATOM7 Channel 7 CCU1 Compare Register
GTM_ATOM7_CH7_CN0 0xF01EBB98          ATOM7 Channel 7 CCU0 Counter Register
GTM_ATOM7_CH7_STAT 0xF01EBB9C          ATOM7 Channel 7 Status Register
GTM_ATOM7_CH7_IRQ_NOTIFY 0xF01EBBA0          ATOM7 Channel 7 Interrupt Notification Register
GTM_ATOM7_CH7_IRQ_EN 0xF01EBBA4          ATOM7 Channel 7 Interrupt Enable Register
GTM_ATOM7_CH7_IRQ_FORCINT 0xF01EBBA8          ATOM7 Channel 7 Software Interrupt Generation Register
GTM_ATOM7_CH7_IRQ_MODE 0xF01EBBAC          ATOM7 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM8_CH0_RDADDR 0xF01EC000          ATOM8 Channel 0 ARU read address Register
GTM_ATOM8_CH0_CTRL 0xF01EC004          ATOM8 Channel 0 Control Register
GTM_ATOM8_CH0_SR0 0xF01EC008          ATOM8 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM8_CH0_SR1 0xF01EC00C          ATOM8 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM8_CH0_CM0 0xF01EC010          ATOM8 Channel 0 CCU0 Compare Register
GTM_ATOM8_CH0_CM1 0xF01EC014          ATOM8 Channel 0 CCU1 Compare Register
GTM_ATOM8_CH0_CN0 0xF01EC018          ATOM8 Channel 0 CCU0 Counter Register
GTM_ATOM8_CH0_STAT 0xF01EC01C          ATOM8 Channel 0 Status Register
GTM_ATOM8_CH0_IRQ_NOTIFY 0xF01EC020          ATOM8 Channel 0 Interrupt Notification Register
GTM_ATOM8_CH0_IRQ_EN 0xF01EC024          ATOM8 Channel 0 Interrupt Enable Register
GTM_ATOM8_CH0_IRQ_FORCINT 0xF01EC028          ATOM8 Channel 0 Software Interrupt Generation Register
GTM_ATOM8_CH0_IRQ_MODE 0xF01EC02C          ATOM8 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM8_AGC_GLB_CTRL 0xF01EC040          ATOM8 AGC Global Control Register
GTM_ATOM8_AGC_ENDIS_CTRL 0xF01EC044          ATOM8 AGC Enable/Disable Control Register
GTM_ATOM8_AGC_ENDIS_STAT 0xF01EC048          ATOM8 AGC Enable/Disable Status Register
GTM_ATOM8_AGC_ACT_TB 0xF01EC04C          ATOM8 AGC Action Time Base Register
GTM_ATOM8_AGC_OUTEN_CTRL 0xF01EC050          ATOM8 AGC Output Enable Control Register
GTM_ATOM8_AGC_OUTEN_STAT 0xF01EC054          ATOM8 AGC Output Enable Status Register
GTM_ATOM8_AGC_FUPD_CTRL 0xF01EC058          ATOM8 AGC Force Update Control Register
GTM_ATOM8_AGC_INT_TRIG 0xF01EC05C          ATOM8 AGC Internal Trigger Control Register
GTM_ATOM8_CH1_RDADDR 0xF01EC080          ATOM8 Channel 1 ARU read address Register
GTM_ATOM8_CH1_CTRL 0xF01EC084          ATOM8 Channel 1 Control Register
GTM_ATOM8_CH1_SR0 0xF01EC088          ATOM8 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM8_CH1_SR1 0xF01EC08C          ATOM8 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM8_CH1_CM0 0xF01EC090          ATOM8 Channel 1 CCU0 Compare Register
GTM_ATOM8_CH1_CM1 0xF01EC094          ATOM8 Channel 1 CCU1 Compare Register
GTM_ATOM8_CH1_CN0 0xF01EC098          ATOM8 Channel 1 CCU0 Counter Register
GTM_ATOM8_CH1_STAT 0xF01EC09C          ATOM8 Channel 1 Status Register
GTM_ATOM8_CH1_IRQ_NOTIFY 0xF01EC0A0          ATOM8 Channel 1 Interrupt Notification Register
GTM_ATOM8_CH1_IRQ_EN 0xF01EC0A4          ATOM8 Channel 1 Interrupt Enable Register
GTM_ATOM8_CH1_IRQ_FORCINT 0xF01EC0A8          ATOM8 Channel 1 Software Interrupt Generation Register
GTM_ATOM8_CH1_IRQ_MODE 0xF01EC0AC          ATOM8 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM8_CH2_RDADDR 0xF01EC100          ATOM8 Channel 2 ARU read address Register
GTM_ATOM8_CH2_CTRL 0xF01EC104          ATOM8 Channel 2 Control Register
GTM_ATOM8_CH2_SR0 0xF01EC108          ATOM8 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM8_CH2_SR1 0xF01EC10C          ATOM8 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM8_CH2_CM0 0xF01EC110          ATOM8 Channel 2 CCU0 Compare Register
GTM_ATOM8_CH2_CM1 0xF01EC114          ATOM8 Channel 2 CCU1 Compare Register
GTM_ATOM8_CH2_CN0 0xF01EC118          ATOM8 Channel 2 CCU0 Counter Register
GTM_ATOM8_CH2_STAT 0xF01EC11C          ATOM8 Channel 2 Status Register
GTM_ATOM8_CH2_IRQ_NOTIFY 0xF01EC120          ATOM8 Channel 2 Interrupt Notification Register
GTM_ATOM8_CH2_IRQ_EN 0xF01EC124          ATOM8 Channel 2 Interrupt Enable Register
GTM_ATOM8_CH2_IRQ_FORCINT 0xF01EC128          ATOM8 Channel 2 Software Interrupt Generation Register
GTM_ATOM8_CH2_IRQ_MODE 0xF01EC12C          ATOM8 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM8_CH3_RDADDR 0xF01EC180          ATOM8 Channel 3 ARU read address Register
GTM_ATOM8_CH3_CTRL 0xF01EC184          ATOM8 Channel 3 Control Register
GTM_ATOM8_CH3_SR0 0xF01EC188          ATOM8 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM8_CH3_SR1 0xF01EC18C          ATOM8 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM8_CH3_CM0 0xF01EC190          ATOM8 Channel 3 CCU0 Compare Register
GTM_ATOM8_CH3_CM1 0xF01EC194          ATOM8 Channel 3 CCU1 Compare Register
GTM_ATOM8_CH3_CN0 0xF01EC198          ATOM8 Channel 3 CCU0 Counter Register
GTM_ATOM8_CH3_STAT 0xF01EC19C          ATOM8 Channel 3 Status Register
GTM_ATOM8_CH3_IRQ_NOTIFY 0xF01EC1A0          ATOM8 Channel 3 Interrupt Notification Register
GTM_ATOM8_CH3_IRQ_EN 0xF01EC1A4          ATOM8 Channel 3 Interrupt Enable Register
GTM_ATOM8_CH3_IRQ_FORCINT 0xF01EC1A8          ATOM8 Channel 3 Software Interrupt Generation Register
GTM_ATOM8_CH3_IRQ_MODE 0xF01EC1AC          ATOM8 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM8_CH4_RDADDR 0xF01EC200          ATOM8 Channel 4 ARU read address Register
GTM_ATOM8_CH4_CTRL 0xF01EC204          ATOM8 Channel 4 Control Register
GTM_ATOM8_CH4_SR0 0xF01EC208          ATOM8 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM8_CH4_SR1 0xF01EC20C          ATOM8 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM8_CH4_CM0 0xF01EC210          ATOM8 Channel 4 CCU0 Compare Register
GTM_ATOM8_CH4_CM1 0xF01EC214          ATOM8 Channel 4 CCU1 Compare Register
GTM_ATOM8_CH4_CN0 0xF01EC218          ATOM8 Channel 4 CCU0 Counter Register
GTM_ATOM8_CH4_STAT 0xF01EC21C          ATOM8 Channel 4 Status Register
GTM_ATOM8_CH4_IRQ_NOTIFY 0xF01EC220          ATOM8 Channel 4 Interrupt Notification Register
GTM_ATOM8_CH4_IRQ_EN 0xF01EC224          ATOM8 Channel 4 Interrupt Enable Register
GTM_ATOM8_CH4_IRQ_FORCINT 0xF01EC228          ATOM8 Channel 4 Software Interrupt Generation Register
GTM_ATOM8_CH4_IRQ_MODE 0xF01EC22C          ATOM8 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM8_CH5_RDADDR 0xF01EC280          ATOM8 Channel 5 ARU read address Register
GTM_ATOM8_CH5_CTRL 0xF01EC284          ATOM8 Channel 5 Control Register
GTM_ATOM8_CH5_SR0 0xF01EC288          ATOM8 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM8_CH5_SR1 0xF01EC28C          ATOM8 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM8_CH5_CM0 0xF01EC290          ATOM8 Channel 5 CCU0 Compare Register
GTM_ATOM8_CH5_CM1 0xF01EC294          ATOM8 Channel 5 CCU1 Compare Register
GTM_ATOM8_CH5_CN0 0xF01EC298          ATOM8 Channel 5 CCU0 Counter Register
GTM_ATOM8_CH5_STAT 0xF01EC29C          ATOM8 Channel 5 Status Register
GTM_ATOM8_CH5_IRQ_NOTIFY 0xF01EC2A0          ATOM8 Channel 5 Interrupt Notification Register
GTM_ATOM8_CH5_IRQ_EN 0xF01EC2A4          ATOM8 Channel 5 Interrupt Enable Register
GTM_ATOM8_CH5_IRQ_FORCINT 0xF01EC2A8          ATOM8 Channel 5 Software Interrupt Generation Register
GTM_ATOM8_CH5_IRQ_MODE 0xF01EC2AC          ATOM8 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM8_CH6_RDADDR 0xF01EC300          ATOM8 Channel 6 ARU read address Register
GTM_ATOM8_CH6_CTRL 0xF01EC304          ATOM8 Channel 6 Control Register
GTM_ATOM8_CH6_SR0 0xF01EC308          ATOM8 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM8_CH6_SR1 0xF01EC30C          ATOM8 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM8_CH6_CM0 0xF01EC310          ATOM8 Channel 6 CCU0 Compare Register
GTM_ATOM8_CH6_CM1 0xF01EC314          ATOM8 Channel 6 CCU1 Compare Register
GTM_ATOM8_CH6_CN0 0xF01EC318          ATOM8 Channel 6 CCU0 Counter Register
GTM_ATOM8_CH6_STAT 0xF01EC31C          ATOM8 Channel 6 Status Register
GTM_ATOM8_CH6_IRQ_NOTIFY 0xF01EC320          ATOM8 Channel 6 Interrupt Notification Register
GTM_ATOM8_CH6_IRQ_EN 0xF01EC324          ATOM8 Channel 6 Interrupt Enable Register
GTM_ATOM8_CH6_IRQ_FORCINT 0xF01EC328          ATOM8 Channel 6 Software Interrupt Generation Register
GTM_ATOM8_CH6_IRQ_MODE 0xF01EC32C          ATOM8 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM8_CH7_RDADDR 0xF01EC380          ATOM8 Channel 7 ARU read address Register
GTM_ATOM8_CH7_CTRL 0xF01EC384          ATOM8 Channel 7 Control Register
GTM_ATOM8_CH7_SR0 0xF01EC388          ATOM8 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM8_CH7_SR1 0xF01EC38C          ATOM8 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM8_CH7_CM0 0xF01EC390          ATOM8 Channel 7 CCU0 Compare Register
GTM_ATOM8_CH7_CM1 0xF01EC394          ATOM8 Channel 7 CCU1 Compare Register
GTM_ATOM8_CH7_CN0 0xF01EC398          ATOM8 Channel 7 CCU0 Counter Register
GTM_ATOM8_CH7_STAT 0xF01EC39C          ATOM8 Channel 7 Status Register
GTM_ATOM8_CH7_IRQ_NOTIFY 0xF01EC3A0          ATOM8 Channel 7 Interrupt Notification Register
GTM_ATOM8_CH7_IRQ_EN 0xF01EC3A4          ATOM8 Channel 7 Interrupt Enable Register
GTM_ATOM8_CH7_IRQ_FORCINT 0xF01EC3A8          ATOM8 Channel 7 Software Interrupt Generation Register
GTM_ATOM8_CH7_IRQ_MODE 0xF01EC3AC          ATOM8 Channel 7 Interrupt Mode Configuration Register
GTM_MCS0_CH0_R0 0xF01F0000          MCS0 Channel 0 General Purpose Register 0
GTM_MCS0_CH0_R1 0xF01F0004          MCS0 Channel 0 General Purpose Register 1
GTM_MCS0_CH0_R2 0xF01F0008          MCS0 Channel 0 General Purpose Register 2
GTM_MCS0_CH0_R3 0xF01F000C          MCS0 Channel 0 General Purpose Register 3
GTM_MCS0_CH0_R4 0xF01F0010          MCS0 Channel 0 General Purpose Register 4
GTM_MCS0_CH0_R5 0xF01F0014          MCS0 Channel 0 General Purpose Register 5
GTM_MCS0_CH0_R6 0xF01F0018          MCS0 Channel 0 General Purpose Register 6
GTM_MCS0_CH0_R7 0xF01F001C          MCS0 Channel 0 General Purpose Register 7
GTM_MCS0_CH0_CTRL 0xF01F0020          MCS0 Channel 0 Control Register
GTM_MCS0_CH0_ACB 0xF01F0024          MCS0 Channel 0 ARU Control Bit Register
GTM_MCS0_CTRG   0xF01F0028          MCS0 Clear Trigger Control Register
GTM_MCS0_STRG   0xF01F002C          MCS0 Set Trigger Control Register
GTM_MCS0_CH0_MHB 0xF01F003C          MCS0 Channel 0 Memory High Byte Register
GTM_MCS0_CH0_PC 0xF01F0040          MCS0 Channel 0 Program Counter Register
GTM_MCS0_CH0_IRQ_NOTIFY 0xF01F0044          MCS0 Channel 0 Interrupt Notification Register
GTM_MCS0_CH0_IRQ_EN 0xF01F0048          MCS0 Channel 0 Interrupt Enable Register
GTM_MCS0_CH0_IRQ_FORCINT 0xF01F004C          MCS0 Channel 0 Force Interrupt Register
GTM_MCS0_CH0_IRQ_MODE 0xF01F0050          MCS0 Channel 0 Interrupt Mode Configuration Register
GTM_MCS0_CH0_EIRQ_EN 0xF01F0054          MCS0 Channel 0 Error Interrupt Enable Register
GTM_MCS0_REG_PROT 0xF01F0060          MCS0 Write Protection Register
GTM_MCS0_CTRL_STAT 0xF01F0064          MCS0 Control and Status Register
GTM_MCS0_RESET  0xF01F0068          MCS0 Reset Register
GTM_MCS0_CAT    0xF01F006C          MCS0 Cancel ARU Transfer Instruction Register
GTM_MCS0_CWT    0xF01F0070          MCS0 Cancel WURM Instruction Register
GTM_MCS0_ERR    0xF01F007C          MCS0 error register
GTM_MCS0_CH1_R0 0xF01F0080          MCS0 Channel 1 General Purpose Register 0
GTM_MCS0_CH1_R1 0xF01F0084          MCS0 Channel 1 General Purpose Register 1
GTM_MCS0_CH1_R2 0xF01F0088          MCS0 Channel 1 General Purpose Register 2
GTM_MCS0_CH1_R3 0xF01F008C          MCS0 Channel 1 General Purpose Register 3
GTM_MCS0_CH1_R4 0xF01F0090          MCS0 Channel 1 General Purpose Register 4
GTM_MCS0_CH1_R5 0xF01F0094          MCS0 Channel 1 General Purpose Register 5
GTM_MCS0_CH1_R6 0xF01F0098          MCS0 Channel 1 General Purpose Register 6
GTM_MCS0_CH1_R7 0xF01F009C          MCS0 Channel 1 General Purpose Register 7
GTM_MCS0_CH1_CTRL 0xF01F00A0          MCS0 Channel 1 Control Register
GTM_MCS0_CH1_ACB 0xF01F00A4          MCS0 Channel 1 ARU Control Bit Register
GTM_MCS0_CH1_MHB 0xF01F00BC          MCS0 Channel 1 Memory High Byte Register
GTM_MCS0_CH1_PC 0xF01F00C0          MCS0 Channel 1 Program Counter Register
GTM_MCS0_CH1_IRQ_NOTIFY 0xF01F00C4          MCS0 Channel 1 Interrupt Notification Register
GTM_MCS0_CH1_IRQ_EN 0xF01F00C8          MCS0 Channel 1 Interrupt Enable Register
GTM_MCS0_CH1_IRQ_FORCINT 0xF01F00CC          MCS0 Channel 1 Force Interrupt Register
GTM_MCS0_CH1_IRQ_MODE 0xF01F00D0          MCS0 Channel 1 Interrupt Mode Configuration Register
GTM_MCS0_CH1_EIRQ_EN 0xF01F00D4          MCS0 Channel 1 Error Interrupt Enable Register
GTM_MCS0_CH2_R0 0xF01F0100          MCS0 Channel 2 General Purpose Register 0
GTM_MCS0_CH2_R1 0xF01F0104          MCS0 Channel 2 General Purpose Register 1
GTM_MCS0_CH2_R2 0xF01F0108          MCS0 Channel 2 General Purpose Register 2
GTM_MCS0_CH2_R3 0xF01F010C          MCS0 Channel 2 General Purpose Register 3
GTM_MCS0_CH2_R4 0xF01F0110          MCS0 Channel 2 General Purpose Register 4
GTM_MCS0_CH2_R5 0xF01F0114          MCS0 Channel 2 General Purpose Register 5
GTM_MCS0_CH2_R6 0xF01F0118          MCS0 Channel 2 General Purpose Register 6
GTM_MCS0_CH2_R7 0xF01F011C          MCS0 Channel 2 General Purpose Register 7
GTM_MCS0_CH2_CTRL 0xF01F0120          MCS0 Channel 2 Control Register
GTM_MCS0_CH2_ACB 0xF01F0124          MCS0 Channel 2 ARU Control Bit Register
GTM_MCS0_CH2_MHB 0xF01F013C          MCS0 Channel 2 Memory High Byte Register
GTM_MCS0_CH2_PC 0xF01F0140          MCS0 Channel 2 Program Counter Register
GTM_MCS0_CH2_IRQ_NOTIFY 0xF01F0144          MCS0 Channel 2 Interrupt Notification Register
GTM_MCS0_CH2_IRQ_EN 0xF01F0148          MCS0 Channel 2 Interrupt Enable Register
GTM_MCS0_CH2_IRQ_FORCINT 0xF01F014C          MCS0 Channel 2 Force Interrupt Register
GTM_MCS0_CH2_IRQ_MODE 0xF01F0150          MCS0 Channel 2 Interrupt Mode Configuration Register
GTM_MCS0_CH2_EIRQ_EN 0xF01F0154          MCS0 Channel 2 Error Interrupt Enable Register
GTM_MCS0_CH3_R0 0xF01F0180          MCS0 Channel 3 General Purpose Register 0
GTM_MCS0_CH3_R1 0xF01F0184          MCS0 Channel 3 General Purpose Register 1
GTM_MCS0_CH3_R2 0xF01F0188          MCS0 Channel 3 General Purpose Register 2
GTM_MCS0_CH3_R3 0xF01F018C          MCS0 Channel 3 General Purpose Register 3
GTM_MCS0_CH3_R4 0xF01F0190          MCS0 Channel 3 General Purpose Register 4
GTM_MCS0_CH3_R5 0xF01F0194          MCS0 Channel 3 General Purpose Register 5
GTM_MCS0_CH3_R6 0xF01F0198          MCS0 Channel 3 General Purpose Register 6
GTM_MCS0_CH3_R7 0xF01F019C          MCS0 Channel 3 General Purpose Register 7
GTM_MCS0_CH3_CTRL 0xF01F01A0          MCS0 Channel 3 Control Register
GTM_MCS0_CH3_ACB 0xF01F01A4          MCS0 Channel 3 ARU Control Bit Register
GTM_MCS0_CH3_MHB 0xF01F01BC          MCS0 Channel 3 Memory High Byte Register
GTM_MCS0_CH3_PC 0xF01F01C0          MCS0 Channel 3 Program Counter Register
GTM_MCS0_CH3_IRQ_NOTIFY 0xF01F01C4          MCS0 Channel 3 Interrupt Notification Register
GTM_MCS0_CH3_IRQ_EN 0xF01F01C8          MCS0 Channel 3 Interrupt Enable Register
GTM_MCS0_CH3_IRQ_FORCINT 0xF01F01CC          MCS0 Channel 3 Force Interrupt Register
GTM_MCS0_CH3_IRQ_MODE 0xF01F01D0          MCS0 Channel 3 Interrupt Mode Configuration Register
GTM_MCS0_CH3_EIRQ_EN 0xF01F01D4          MCS0 Channel 3 Error Interrupt Enable Register
GTM_MCS0_CH4_R0 0xF01F0200          MCS0 Channel 4 General Purpose Register 0
GTM_MCS0_CH4_R1 0xF01F0204          MCS0 Channel 4 General Purpose Register 1
GTM_MCS0_CH4_R2 0xF01F0208          MCS0 Channel 4 General Purpose Register 2
GTM_MCS0_CH4_R3 0xF01F020C          MCS0 Channel 4 General Purpose Register 3
GTM_MCS0_CH4_R4 0xF01F0210          MCS0 Channel 4 General Purpose Register 4
GTM_MCS0_CH4_R5 0xF01F0214          MCS0 Channel 4 General Purpose Register 5
GTM_MCS0_CH4_R6 0xF01F0218          MCS0 Channel 4 General Purpose Register 6
GTM_MCS0_CH4_R7 0xF01F021C          MCS0 Channel 4 General Purpose Register 7
GTM_MCS0_CH4_CTRL 0xF01F0220          MCS0 Channel 4 Control Register
GTM_MCS0_CH4_ACB 0xF01F0224          MCS0 Channel 4 ARU Control Bit Register
GTM_MCS0_CH4_MHB 0xF01F023C          MCS0 Channel 4 Memory High Byte Register
GTM_MCS0_CH4_PC 0xF01F0240          MCS0 Channel 4 Program Counter Register
GTM_MCS0_CH4_IRQ_NOTIFY 0xF01F0244          MCS0 Channel 4 Interrupt Notification Register
GTM_MCS0_CH4_IRQ_EN 0xF01F0248          MCS0 Channel 4 Interrupt Enable Register
GTM_MCS0_CH4_IRQ_FORCINT 0xF01F024C          MCS0 Channel 4 Force Interrupt Register
GTM_MCS0_CH4_IRQ_MODE 0xF01F0250          MCS0 Channel 4 Interrupt Mode Configuration Register
GTM_MCS0_CH4_EIRQ_EN 0xF01F0254          MCS0 Channel 4 Error Interrupt Enable Register
GTM_MCS0_CH5_R0 0xF01F0280          MCS0 Channel 5 General Purpose Register 0
GTM_MCS0_CH5_R1 0xF01F0284          MCS0 Channel 5 General Purpose Register 1
GTM_MCS0_CH5_R2 0xF01F0288          MCS0 Channel 5 General Purpose Register 2
GTM_MCS0_CH5_R3 0xF01F028C          MCS0 Channel 5 General Purpose Register 3
GTM_MCS0_CH5_R4 0xF01F0290          MCS0 Channel 5 General Purpose Register 4
GTM_MCS0_CH5_R5 0xF01F0294          MCS0 Channel 5 General Purpose Register 5
GTM_MCS0_CH5_R6 0xF01F0298          MCS0 Channel 5 General Purpose Register 6
GTM_MCS0_CH5_R7 0xF01F029C          MCS0 Channel 5 General Purpose Register 7
GTM_MCS0_CH5_CTRL 0xF01F02A0          MCS0 Channel 5 Control Register
GTM_MCS0_CH5_ACB 0xF01F02A4          MCS0 Channel 5 ARU Control Bit Register
GTM_MCS0_CH5_MHB 0xF01F02BC          MCS0 Channel 5 Memory High Byte Register
GTM_MCS0_CH5_PC 0xF01F02C0          MCS0 Channel 5 Program Counter Register
GTM_MCS0_CH5_IRQ_NOTIFY 0xF01F02C4          MCS0 Channel 5 Interrupt Notification Register
GTM_MCS0_CH5_IRQ_EN 0xF01F02C8          MCS0 Channel 5 Interrupt Enable Register
GTM_MCS0_CH5_IRQ_FORCINT 0xF01F02CC          MCS0 Channel 5 Force Interrupt Register
GTM_MCS0_CH5_IRQ_MODE 0xF01F02D0          MCS0 Channel 5 Interrupt Mode Configuration Register
GTM_MCS0_CH5_EIRQ_EN 0xF01F02D4          MCS0 Channel 5 Error Interrupt Enable Register
GTM_MCS0_CH6_R0 0xF01F0300          MCS0 Channel 6 General Purpose Register 0
GTM_MCS0_CH6_R1 0xF01F0304          MCS0 Channel 6 General Purpose Register 1
GTM_MCS0_CH6_R2 0xF01F0308          MCS0 Channel 6 General Purpose Register 2
GTM_MCS0_CH6_R3 0xF01F030C          MCS0 Channel 6 General Purpose Register 3
GTM_MCS0_CH6_R4 0xF01F0310          MCS0 Channel 6 General Purpose Register 4
GTM_MCS0_CH6_R5 0xF01F0314          MCS0 Channel 6 General Purpose Register 5
GTM_MCS0_CH6_R6 0xF01F0318          MCS0 Channel 6 General Purpose Register 6
GTM_MCS0_CH6_R7 0xF01F031C          MCS0 Channel 6 General Purpose Register 7
GTM_MCS0_CH6_CTRL 0xF01F0320          MCS0 Channel 6 Control Register
GTM_MCS0_CH6_ACB 0xF01F0324          MCS0 Channel 6 ARU Control Bit Register
GTM_MCS0_CH6_MHB 0xF01F033C          MCS0 Channel 6 Memory High Byte Register
GTM_MCS0_CH6_PC 0xF01F0340          MCS0 Channel 6 Program Counter Register
GTM_MCS0_CH6_IRQ_NOTIFY 0xF01F0344          MCS0 Channel 6 Interrupt Notification Register
GTM_MCS0_CH6_IRQ_EN 0xF01F0348          MCS0 Channel 6 Interrupt Enable Register
GTM_MCS0_CH6_IRQ_FORCINT 0xF01F034C          MCS0 Channel 6 Force Interrupt Register
GTM_MCS0_CH6_IRQ_MODE 0xF01F0350          MCS0 Channel 6 Interrupt Mode Configuration Register
GTM_MCS0_CH6_EIRQ_EN 0xF01F0354          MCS0 Channel 6 Error Interrupt Enable Register
GTM_MCS0_CH7_R0 0xF01F0380          MCS0 Channel 7 General Purpose Register 0
GTM_MCS0_CH7_R1 0xF01F0384          MCS0 Channel 7 General Purpose Register 1
GTM_MCS0_CH7_R2 0xF01F0388          MCS0 Channel 7 General Purpose Register 2
GTM_MCS0_CH7_R3 0xF01F038C          MCS0 Channel 7 General Purpose Register 3
GTM_MCS0_CH7_R4 0xF01F0390          MCS0 Channel 7 General Purpose Register 4
GTM_MCS0_CH7_R5 0xF01F0394          MCS0 Channel 7 General Purpose Register 5
GTM_MCS0_CH7_R6 0xF01F0398          MCS0 Channel 7 General Purpose Register 6
GTM_MCS0_CH7_R7 0xF01F039C          MCS0 Channel 7 General Purpose Register 7
GTM_MCS0_CH7_CTRL 0xF01F03A0          MCS0 Channel 7 Control Register
GTM_MCS0_CH7_ACB 0xF01F03A4          MCS0 Channel 7 ARU Control Bit Register
GTM_MCS0_CH7_MHB 0xF01F03BC          MCS0 Channel 7 Memory High Byte Register
GTM_MCS0_CH7_PC 0xF01F03C0          MCS0 Channel 7 Program Counter Register
GTM_MCS0_CH7_IRQ_NOTIFY 0xF01F03C4          MCS0 Channel 7 Interrupt Notification Register
GTM_MCS0_CH7_IRQ_EN 0xF01F03C8          MCS0 Channel 7 Interrupt Enable Register
GTM_MCS0_CH7_IRQ_FORCINT 0xF01F03CC          MCS0 Channel 7 Force Interrupt Register
GTM_MCS0_CH7_IRQ_MODE 0xF01F03D0          MCS0 Channel 7 Interrupt Mode Configuration Register
GTM_MCS0_CH7_EIRQ_EN 0xF01F03D4          MCS0 Channel 7 Error Interrupt Enable Register
GTM_MCS1_CH0_R0 0xF01F1000          MCS1 Channel 0 General Purpose Register 0
GTM_MCS1_CH0_R1 0xF01F1004          MCS1 Channel 0 General Purpose Register 1
GTM_MCS1_CH0_R2 0xF01F1008          MCS1 Channel 0 General Purpose Register 2
GTM_MCS1_CH0_R3 0xF01F100C          MCS1 Channel 0 General Purpose Register 3
GTM_MCS1_CH0_R4 0xF01F1010          MCS1 Channel 0 General Purpose Register 4
GTM_MCS1_CH0_R5 0xF01F1014          MCS1 Channel 0 General Purpose Register 5
GTM_MCS1_CH0_R6 0xF01F1018          MCS1 Channel 0 General Purpose Register 6
GTM_MCS1_CH0_R7 0xF01F101C          MCS1 Channel 0 General Purpose Register 7
GTM_MCS1_CH0_CTRL 0xF01F1020          MCS1 Channel 0 Control Register
GTM_MCS1_CH0_ACB 0xF01F1024          MCS1 Channel 0 ARU Control Bit Register
GTM_MCS1_CTRG   0xF01F1028          MCS1 Clear Trigger Control Register
GTM_MCS1_STRG   0xF01F102C          MCS1 Set Trigger Control Register
GTM_MCS1_CH0_MHB 0xF01F103C          MCS1 Channel 0 Memory High Byte Register
GTM_MCS1_CH0_PC 0xF01F1040          MCS1 Channel 0 Program Counter Register
GTM_MCS1_CH0_IRQ_NOTIFY 0xF01F1044          MCS1 Channel 0 Interrupt Notification Register
GTM_MCS1_CH0_IRQ_EN 0xF01F1048          MCS1 Channel 0 Interrupt Enable Register
GTM_MCS1_CH0_IRQ_FORCINT 0xF01F104C          MCS1 Channel 0 Force Interrupt Register
GTM_MCS1_CH0_IRQ_MODE 0xF01F1050          MCS1 Channel 0 Interrupt Mode Configuration Register
GTM_MCS1_CH0_EIRQ_EN 0xF01F1054          MCS1 Channel 0 Error Interrupt Enable Register
GTM_MCS1_REG_PROT 0xF01F1060          MCS1 Write Protection Register
GTM_MCS1_CTRL_STAT 0xF01F1064          MCS1 Control and Status Register
GTM_MCS1_RESET  0xF01F1068          MCS1 Reset Register
GTM_MCS1_CAT    0xF01F106C          MCS1 Cancel ARU Transfer Instruction Register
GTM_MCS1_CWT    0xF01F1070          MCS1 Cancel WURM Instruction Register
GTM_MCS1_ERR    0xF01F107C          MCS1 error register
GTM_MCS1_CH1_R0 0xF01F1080          MCS1 Channel 1 General Purpose Register 0
GTM_MCS1_CH1_R1 0xF01F1084          MCS1 Channel 1 General Purpose Register 1
GTM_MCS1_CH1_R2 0xF01F1088          MCS1 Channel 1 General Purpose Register 2
GTM_MCS1_CH1_R3 0xF01F108C          MCS1 Channel 1 General Purpose Register 3
GTM_MCS1_CH1_R4 0xF01F1090          MCS1 Channel 1 General Purpose Register 4
GTM_MCS1_CH1_R5 0xF01F1094          MCS1 Channel 1 General Purpose Register 5
GTM_MCS1_CH1_R6 0xF01F1098          MCS1 Channel 1 General Purpose Register 6
GTM_MCS1_CH1_R7 0xF01F109C          MCS1 Channel 1 General Purpose Register 7
GTM_MCS1_CH1_CTRL 0xF01F10A0          MCS1 Channel 1 Control Register
GTM_MCS1_CH1_ACB 0xF01F10A4          MCS1 Channel 1 ARU Control Bit Register
GTM_MCS1_CH1_MHB 0xF01F10BC          MCS1 Channel 1 Memory High Byte Register
GTM_MCS1_CH1_PC 0xF01F10C0          MCS1 Channel 1 Program Counter Register
GTM_MCS1_CH1_IRQ_NOTIFY 0xF01F10C4          MCS1 Channel 1 Interrupt Notification Register
GTM_MCS1_CH1_IRQ_EN 0xF01F10C8          MCS1 Channel 1 Interrupt Enable Register
GTM_MCS1_CH1_IRQ_FORCINT 0xF01F10CC          MCS1 Channel 1 Force Interrupt Register
GTM_MCS1_CH1_IRQ_MODE 0xF01F10D0          MCS1 Channel 1 Interrupt Mode Configuration Register
GTM_MCS1_CH1_EIRQ_EN 0xF01F10D4          MCS1 Channel 1 Error Interrupt Enable Register
GTM_MCS1_CH2_R0 0xF01F1100          MCS1 Channel 2 General Purpose Register 0
GTM_MCS1_CH2_R1 0xF01F1104          MCS1 Channel 2 General Purpose Register 1
GTM_MCS1_CH2_R2 0xF01F1108          MCS1 Channel 2 General Purpose Register 2
GTM_MCS1_CH2_R3 0xF01F110C          MCS1 Channel 2 General Purpose Register 3
GTM_MCS1_CH2_R4 0xF01F1110          MCS1 Channel 2 General Purpose Register 4
GTM_MCS1_CH2_R5 0xF01F1114          MCS1 Channel 2 General Purpose Register 5
GTM_MCS1_CH2_R6 0xF01F1118          MCS1 Channel 2 General Purpose Register 6
GTM_MCS1_CH2_R7 0xF01F111C          MCS1 Channel 2 General Purpose Register 7
GTM_MCS1_CH2_CTRL 0xF01F1120          MCS1 Channel 2 Control Register
GTM_MCS1_CH2_ACB 0xF01F1124          MCS1 Channel 2 ARU Control Bit Register
GTM_MCS1_CH2_MHB 0xF01F113C          MCS1 Channel 2 Memory High Byte Register
GTM_MCS1_CH2_PC 0xF01F1140          MCS1 Channel 2 Program Counter Register
GTM_MCS1_CH2_IRQ_NOTIFY 0xF01F1144          MCS1 Channel 2 Interrupt Notification Register
GTM_MCS1_CH2_IRQ_EN 0xF01F1148          MCS1 Channel 2 Interrupt Enable Register
GTM_MCS1_CH2_IRQ_FORCINT 0xF01F114C          MCS1 Channel 2 Force Interrupt Register
GTM_MCS1_CH2_IRQ_MODE 0xF01F1150          MCS1 Channel 2 Interrupt Mode Configuration Register
GTM_MCS1_CH2_EIRQ_EN 0xF01F1154          MCS1 Channel 2 Error Interrupt Enable Register
GTM_MCS1_CH3_R0 0xF01F1180          MCS1 Channel 3 General Purpose Register 0
GTM_MCS1_CH3_R1 0xF01F1184          MCS1 Channel 3 General Purpose Register 1
GTM_MCS1_CH3_R2 0xF01F1188          MCS1 Channel 3 General Purpose Register 2
GTM_MCS1_CH3_R3 0xF01F118C          MCS1 Channel 3 General Purpose Register 3
GTM_MCS1_CH3_R4 0xF01F1190          MCS1 Channel 3 General Purpose Register 4
GTM_MCS1_CH3_R5 0xF01F1194          MCS1 Channel 3 General Purpose Register 5
GTM_MCS1_CH3_R6 0xF01F1198          MCS1 Channel 3 General Purpose Register 6
GTM_MCS1_CH3_R7 0xF01F119C          MCS1 Channel 3 General Purpose Register 7
GTM_MCS1_CH3_CTRL 0xF01F11A0          MCS1 Channel 3 Control Register
GTM_MCS1_CH3_ACB 0xF01F11A4          MCS1 Channel 3 ARU Control Bit Register
GTM_MCS1_CH3_MHB 0xF01F11BC          MCS1 Channel 3 Memory High Byte Register
GTM_MCS1_CH3_PC 0xF01F11C0          MCS1 Channel 3 Program Counter Register
GTM_MCS1_CH3_IRQ_NOTIFY 0xF01F11C4          MCS1 Channel 3 Interrupt Notification Register
GTM_MCS1_CH3_IRQ_EN 0xF01F11C8          MCS1 Channel 3 Interrupt Enable Register
GTM_MCS1_CH3_IRQ_FORCINT 0xF01F11CC          MCS1 Channel 3 Force Interrupt Register
GTM_MCS1_CH3_IRQ_MODE 0xF01F11D0          MCS1 Channel 3 Interrupt Mode Configuration Register
GTM_MCS1_CH3_EIRQ_EN 0xF01F11D4          MCS1 Channel 3 Error Interrupt Enable Register
GTM_MCS1_CH4_R0 0xF01F1200          MCS1 Channel 4 General Purpose Register 0
GTM_MCS1_CH4_R1 0xF01F1204          MCS1 Channel 4 General Purpose Register 1
GTM_MCS1_CH4_R2 0xF01F1208          MCS1 Channel 4 General Purpose Register 2
GTM_MCS1_CH4_R3 0xF01F120C          MCS1 Channel 4 General Purpose Register 3
GTM_MCS1_CH4_R4 0xF01F1210          MCS1 Channel 4 General Purpose Register 4
GTM_MCS1_CH4_R5 0xF01F1214          MCS1 Channel 4 General Purpose Register 5
GTM_MCS1_CH4_R6 0xF01F1218          MCS1 Channel 4 General Purpose Register 6
GTM_MCS1_CH4_R7 0xF01F121C          MCS1 Channel 4 General Purpose Register 7
GTM_MCS1_CH4_CTRL 0xF01F1220          MCS1 Channel 4 Control Register
GTM_MCS1_CH4_ACB 0xF01F1224          MCS1 Channel 4 ARU Control Bit Register
GTM_MCS1_CH4_MHB 0xF01F123C          MCS1 Channel 4 Memory High Byte Register
GTM_MCS1_CH4_PC 0xF01F1240          MCS1 Channel 4 Program Counter Register
GTM_MCS1_CH4_IRQ_NOTIFY 0xF01F1244          MCS1 Channel 4 Interrupt Notification Register
GTM_MCS1_CH4_IRQ_EN 0xF01F1248          MCS1 Channel 4 Interrupt Enable Register
GTM_MCS1_CH4_IRQ_FORCINT 0xF01F124C          MCS1 Channel 4 Force Interrupt Register
GTM_MCS1_CH4_IRQ_MODE 0xF01F1250          MCS1 Channel 4 Interrupt Mode Configuration Register
GTM_MCS1_CH4_EIRQ_EN 0xF01F1254          MCS1 Channel 4 Error Interrupt Enable Register
GTM_MCS1_CH5_R0 0xF01F1280          MCS1 Channel 5 General Purpose Register 0
GTM_MCS1_CH5_R1 0xF01F1284          MCS1 Channel 5 General Purpose Register 1
GTM_MCS1_CH5_R2 0xF01F1288          MCS1 Channel 5 General Purpose Register 2
GTM_MCS1_CH5_R3 0xF01F128C          MCS1 Channel 5 General Purpose Register 3
GTM_MCS1_CH5_R4 0xF01F1290          MCS1 Channel 5 General Purpose Register 4
GTM_MCS1_CH5_R5 0xF01F1294          MCS1 Channel 5 General Purpose Register 5
GTM_MCS1_CH5_R6 0xF01F1298          MCS1 Channel 5 General Purpose Register 6
GTM_MCS1_CH5_R7 0xF01F129C          MCS1 Channel 5 General Purpose Register 7
GTM_MCS1_CH5_CTRL 0xF01F12A0          MCS1 Channel 5 Control Register
GTM_MCS1_CH5_ACB 0xF01F12A4          MCS1 Channel 5 ARU Control Bit Register
GTM_MCS1_CH5_MHB 0xF01F12BC          MCS1 Channel 5 Memory High Byte Register
GTM_MCS1_CH5_PC 0xF01F12C0          MCS1 Channel 5 Program Counter Register
GTM_MCS1_CH5_IRQ_NOTIFY 0xF01F12C4          MCS1 Channel 5 Interrupt Notification Register
GTM_MCS1_CH5_IRQ_EN 0xF01F12C8          MCS1 Channel 5 Interrupt Enable Register
GTM_MCS1_CH5_IRQ_FORCINT 0xF01F12CC          MCS1 Channel 5 Force Interrupt Register
GTM_MCS1_CH5_IRQ_MODE 0xF01F12D0          MCS1 Channel 5 Interrupt Mode Configuration Register
GTM_MCS1_CH5_EIRQ_EN 0xF01F12D4          MCS1 Channel 5 Error Interrupt Enable Register
GTM_MCS1_CH6_R0 0xF01F1300          MCS1 Channel 6 General Purpose Register 0
GTM_MCS1_CH6_R1 0xF01F1304          MCS1 Channel 6 General Purpose Register 1
GTM_MCS1_CH6_R2 0xF01F1308          MCS1 Channel 6 General Purpose Register 2
GTM_MCS1_CH6_R3 0xF01F130C          MCS1 Channel 6 General Purpose Register 3
GTM_MCS1_CH6_R4 0xF01F1310          MCS1 Channel 6 General Purpose Register 4
GTM_MCS1_CH6_R5 0xF01F1314          MCS1 Channel 6 General Purpose Register 5
GTM_MCS1_CH6_R6 0xF01F1318          MCS1 Channel 6 General Purpose Register 6
GTM_MCS1_CH6_R7 0xF01F131C          MCS1 Channel 6 General Purpose Register 7
GTM_MCS1_CH6_CTRL 0xF01F1320          MCS1 Channel 6 Control Register
GTM_MCS1_CH6_ACB 0xF01F1324          MCS1 Channel 6 ARU Control Bit Register
GTM_MCS1_CH6_MHB 0xF01F133C          MCS1 Channel 6 Memory High Byte Register
GTM_MCS1_CH6_PC 0xF01F1340          MCS1 Channel 6 Program Counter Register
GTM_MCS1_CH6_IRQ_NOTIFY 0xF01F1344          MCS1 Channel 6 Interrupt Notification Register
GTM_MCS1_CH6_IRQ_EN 0xF01F1348          MCS1 Channel 6 Interrupt Enable Register
GTM_MCS1_CH6_IRQ_FORCINT 0xF01F134C          MCS1 Channel 6 Force Interrupt Register
GTM_MCS1_CH6_IRQ_MODE 0xF01F1350          MCS1 Channel 6 Interrupt Mode Configuration Register
GTM_MCS1_CH6_EIRQ_EN 0xF01F1354          MCS1 Channel 6 Error Interrupt Enable Register
GTM_MCS1_CH7_R0 0xF01F1380          MCS1 Channel 7 General Purpose Register 0
GTM_MCS1_CH7_R1 0xF01F1384          MCS1 Channel 7 General Purpose Register 1
GTM_MCS1_CH7_R2 0xF01F1388          MCS1 Channel 7 General Purpose Register 2
GTM_MCS1_CH7_R3 0xF01F138C          MCS1 Channel 7 General Purpose Register 3
GTM_MCS1_CH7_R4 0xF01F1390          MCS1 Channel 7 General Purpose Register 4
GTM_MCS1_CH7_R5 0xF01F1394          MCS1 Channel 7 General Purpose Register 5
GTM_MCS1_CH7_R6 0xF01F1398          MCS1 Channel 7 General Purpose Register 6
GTM_MCS1_CH7_R7 0xF01F139C          MCS1 Channel 7 General Purpose Register 7
GTM_MCS1_CH7_CTRL 0xF01F13A0          MCS1 Channel 7 Control Register
GTM_MCS1_CH7_ACB 0xF01F13A4          MCS1 Channel 7 ARU Control Bit Register
GTM_MCS1_CH7_MHB 0xF01F13BC          MCS1 Channel 7 Memory High Byte Register
GTM_MCS1_CH7_PC 0xF01F13C0          MCS1 Channel 7 Program Counter Register
GTM_MCS1_CH7_IRQ_NOTIFY 0xF01F13C4          MCS1 Channel 7 Interrupt Notification Register
GTM_MCS1_CH7_IRQ_EN 0xF01F13C8          MCS1 Channel 7 Interrupt Enable Register
GTM_MCS1_CH7_IRQ_FORCINT 0xF01F13CC          MCS1 Channel 7 Force Interrupt Register
GTM_MCS1_CH7_IRQ_MODE 0xF01F13D0          MCS1 Channel 7 Interrupt Mode Configuration Register
GTM_MCS1_CH7_EIRQ_EN 0xF01F13D4          MCS1 Channel 7 Error Interrupt Enable Register
GTM_MCS2_CH0_R0 0xF01F2000          MCS2 Channel 0 General Purpose Register 0
GTM_MCS2_CH0_R1 0xF01F2004          MCS2 Channel 0 General Purpose Register 1
GTM_MCS2_CH0_R2 0xF01F2008          MCS2 Channel 0 General Purpose Register 2
GTM_MCS2_CH0_R3 0xF01F200C          MCS2 Channel 0 General Purpose Register 3
GTM_MCS2_CH0_R4 0xF01F2010          MCS2 Channel 0 General Purpose Register 4
GTM_MCS2_CH0_R5 0xF01F2014          MCS2 Channel 0 General Purpose Register 5
GTM_MCS2_CH0_R6 0xF01F2018          MCS2 Channel 0 General Purpose Register 6
GTM_MCS2_CH0_R7 0xF01F201C          MCS2 Channel 0 General Purpose Register 7
GTM_MCS2_CH0_CTRL 0xF01F2020          MCS2 Channel 0 Control Register
GTM_MCS2_CH0_ACB 0xF01F2024          MCS2 Channel 0 ARU Control Bit Register
GTM_MCS2_CTRG   0xF01F2028          MCS2 Clear Trigger Control Register
GTM_MCS2_STRG   0xF01F202C          MCS2 Set Trigger Control Register
GTM_MCS2_CH0_MHB 0xF01F203C          MCS2 Channel 0 Memory High Byte Register
GTM_MCS2_CH0_PC 0xF01F2040          MCS2 Channel 0 Program Counter Register
GTM_MCS2_CH0_IRQ_NOTIFY 0xF01F2044          MCS2 Channel 0 Interrupt Notification Register
GTM_MCS2_CH0_IRQ_EN 0xF01F2048          MCS2 Channel 0 Interrupt Enable Register
GTM_MCS2_CH0_IRQ_FORCINT 0xF01F204C          MCS2 Channel 0 Force Interrupt Register
GTM_MCS2_CH0_IRQ_MODE 0xF01F2050          MCS2 Channel 0 Interrupt Mode Configuration Register
GTM_MCS2_CH0_EIRQ_EN 0xF01F2054          MCS2 Channel 0 Error Interrupt Enable Register
GTM_MCS2_REG_PROT 0xF01F2060          MCS2 Write Protection Register
GTM_MCS2_CTRL_STAT 0xF01F2064          MCS2 Control and Status Register
GTM_MCS2_RESET  0xF01F2068          MCS2 Reset Register
GTM_MCS2_CAT    0xF01F206C          MCS2 Cancel ARU Transfer Instruction Register
GTM_MCS2_CWT    0xF01F2070          MCS2 Cancel WURM Instruction Register
GTM_MCS2_ERR    0xF01F207C          MCS2 error register
GTM_MCS2_CH1_R0 0xF01F2080          MCS2 Channel 1 General Purpose Register 0
GTM_MCS2_CH1_R1 0xF01F2084          MCS2 Channel 1 General Purpose Register 1
GTM_MCS2_CH1_R2 0xF01F2088          MCS2 Channel 1 General Purpose Register 2
GTM_MCS2_CH1_R3 0xF01F208C          MCS2 Channel 1 General Purpose Register 3
GTM_MCS2_CH1_R4 0xF01F2090          MCS2 Channel 1 General Purpose Register 4
GTM_MCS2_CH1_R5 0xF01F2094          MCS2 Channel 1 General Purpose Register 5
GTM_MCS2_CH1_R6 0xF01F2098          MCS2 Channel 1 General Purpose Register 6
GTM_MCS2_CH1_R7 0xF01F209C          MCS2 Channel 1 General Purpose Register 7
GTM_MCS2_CH1_CTRL 0xF01F20A0          MCS2 Channel 1 Control Register
GTM_MCS2_CH1_ACB 0xF01F20A4          MCS2 Channel 1 ARU Control Bit Register
GTM_MCS2_CH1_MHB 0xF01F20BC          MCS2 Channel 1 Memory High Byte Register
GTM_MCS2_CH1_PC 0xF01F20C0          MCS2 Channel 1 Program Counter Register
GTM_MCS2_CH1_IRQ_NOTIFY 0xF01F20C4          MCS2 Channel 1 Interrupt Notification Register
GTM_MCS2_CH1_IRQ_EN 0xF01F20C8          MCS2 Channel 1 Interrupt Enable Register
GTM_MCS2_CH1_IRQ_FORCINT 0xF01F20CC          MCS2 Channel 1 Force Interrupt Register
GTM_MCS2_CH1_IRQ_MODE 0xF01F20D0          MCS2 Channel 1 Interrupt Mode Configuration Register
GTM_MCS2_CH1_EIRQ_EN 0xF01F20D4          MCS2 Channel 1 Error Interrupt Enable Register
GTM_MCS2_CH2_R0 0xF01F2100          MCS2 Channel 2 General Purpose Register 0
GTM_MCS2_CH2_R1 0xF01F2104          MCS2 Channel 2 General Purpose Register 1
GTM_MCS2_CH2_R2 0xF01F2108          MCS2 Channel 2 General Purpose Register 2
GTM_MCS2_CH2_R3 0xF01F210C          MCS2 Channel 2 General Purpose Register 3
GTM_MCS2_CH2_R4 0xF01F2110          MCS2 Channel 2 General Purpose Register 4
GTM_MCS2_CH2_R5 0xF01F2114          MCS2 Channel 2 General Purpose Register 5
GTM_MCS2_CH2_R6 0xF01F2118          MCS2 Channel 2 General Purpose Register 6
GTM_MCS2_CH2_R7 0xF01F211C          MCS2 Channel 2 General Purpose Register 7
GTM_MCS2_CH2_CTRL 0xF01F2120          MCS2 Channel 2 Control Register
GTM_MCS2_CH2_ACB 0xF01F2124          MCS2 Channel 2 ARU Control Bit Register
GTM_MCS2_CH2_MHB 0xF01F213C          MCS2 Channel 2 Memory High Byte Register
GTM_MCS2_CH2_PC 0xF01F2140          MCS2 Channel 2 Program Counter Register
GTM_MCS2_CH2_IRQ_NOTIFY 0xF01F2144          MCS2 Channel 2 Interrupt Notification Register
GTM_MCS2_CH2_IRQ_EN 0xF01F2148          MCS2 Channel 2 Interrupt Enable Register
GTM_MCS2_CH2_IRQ_FORCINT 0xF01F214C          MCS2 Channel 2 Force Interrupt Register
GTM_MCS2_CH2_IRQ_MODE 0xF01F2150          MCS2 Channel 2 Interrupt Mode Configuration Register
GTM_MCS2_CH2_EIRQ_EN 0xF01F2154          MCS2 Channel 2 Error Interrupt Enable Register
GTM_MCS2_CH3_R0 0xF01F2180          MCS2 Channel 3 General Purpose Register 0
GTM_MCS2_CH3_R1 0xF01F2184          MCS2 Channel 3 General Purpose Register 1
GTM_MCS2_CH3_R2 0xF01F2188          MCS2 Channel 3 General Purpose Register 2
GTM_MCS2_CH3_R3 0xF01F218C          MCS2 Channel 3 General Purpose Register 3
GTM_MCS2_CH3_R4 0xF01F2190          MCS2 Channel 3 General Purpose Register 4
GTM_MCS2_CH3_R5 0xF01F2194          MCS2 Channel 3 General Purpose Register 5
GTM_MCS2_CH3_R6 0xF01F2198          MCS2 Channel 3 General Purpose Register 6
GTM_MCS2_CH3_R7 0xF01F219C          MCS2 Channel 3 General Purpose Register 7
GTM_MCS2_CH3_CTRL 0xF01F21A0          MCS2 Channel 3 Control Register
GTM_MCS2_CH3_ACB 0xF01F21A4          MCS2 Channel 3 ARU Control Bit Register
GTM_MCS2_CH3_MHB 0xF01F21BC          MCS2 Channel 3 Memory High Byte Register
GTM_MCS2_CH3_PC 0xF01F21C0          MCS2 Channel 3 Program Counter Register
GTM_MCS2_CH3_IRQ_NOTIFY 0xF01F21C4          MCS2 Channel 3 Interrupt Notification Register
GTM_MCS2_CH3_IRQ_EN 0xF01F21C8          MCS2 Channel 3 Interrupt Enable Register
GTM_MCS2_CH3_IRQ_FORCINT 0xF01F21CC          MCS2 Channel 3 Force Interrupt Register
GTM_MCS2_CH3_IRQ_MODE 0xF01F21D0          MCS2 Channel 3 Interrupt Mode Configuration Register
GTM_MCS2_CH3_EIRQ_EN 0xF01F21D4          MCS2 Channel 3 Error Interrupt Enable Register
GTM_MCS2_CH4_R0 0xF01F2200          MCS2 Channel 4 General Purpose Register 0
GTM_MCS2_CH4_R1 0xF01F2204          MCS2 Channel 4 General Purpose Register 1
GTM_MCS2_CH4_R2 0xF01F2208          MCS2 Channel 4 General Purpose Register 2
GTM_MCS2_CH4_R3 0xF01F220C          MCS2 Channel 4 General Purpose Register 3
GTM_MCS2_CH4_R4 0xF01F2210          MCS2 Channel 4 General Purpose Register 4
GTM_MCS2_CH4_R5 0xF01F2214          MCS2 Channel 4 General Purpose Register 5
GTM_MCS2_CH4_R6 0xF01F2218          MCS2 Channel 4 General Purpose Register 6
GTM_MCS2_CH4_R7 0xF01F221C          MCS2 Channel 4 General Purpose Register 7
GTM_MCS2_CH4_CTRL 0xF01F2220          MCS2 Channel 4 Control Register
GTM_MCS2_CH4_ACB 0xF01F2224          MCS2 Channel 4 ARU Control Bit Register
GTM_MCS2_CH4_MHB 0xF01F223C          MCS2 Channel 4 Memory High Byte Register
GTM_MCS2_CH4_PC 0xF01F2240          MCS2 Channel 4 Program Counter Register
GTM_MCS2_CH4_IRQ_NOTIFY 0xF01F2244          MCS2 Channel 4 Interrupt Notification Register
GTM_MCS2_CH4_IRQ_EN 0xF01F2248          MCS2 Channel 4 Interrupt Enable Register
GTM_MCS2_CH4_IRQ_FORCINT 0xF01F224C          MCS2 Channel 4 Force Interrupt Register
GTM_MCS2_CH4_IRQ_MODE 0xF01F2250          MCS2 Channel 4 Interrupt Mode Configuration Register
GTM_MCS2_CH4_EIRQ_EN 0xF01F2254          MCS2 Channel 4 Error Interrupt Enable Register
GTM_MCS2_CH5_R0 0xF01F2280          MCS2 Channel 5 General Purpose Register 0
GTM_MCS2_CH5_R1 0xF01F2284          MCS2 Channel 5 General Purpose Register 1
GTM_MCS2_CH5_R2 0xF01F2288          MCS2 Channel 5 General Purpose Register 2
GTM_MCS2_CH5_R3 0xF01F228C          MCS2 Channel 5 General Purpose Register 3
GTM_MCS2_CH5_R4 0xF01F2290          MCS2 Channel 5 General Purpose Register 4
GTM_MCS2_CH5_R5 0xF01F2294          MCS2 Channel 5 General Purpose Register 5
GTM_MCS2_CH5_R6 0xF01F2298          MCS2 Channel 5 General Purpose Register 6
GTM_MCS2_CH5_R7 0xF01F229C          MCS2 Channel 5 General Purpose Register 7
GTM_MCS2_CH5_CTRL 0xF01F22A0          MCS2 Channel 5 Control Register
GTM_MCS2_CH5_ACB 0xF01F22A4          MCS2 Channel 5 ARU Control Bit Register
GTM_MCS2_CH5_MHB 0xF01F22BC          MCS2 Channel 5 Memory High Byte Register
GTM_MCS2_CH5_PC 0xF01F22C0          MCS2 Channel 5 Program Counter Register
GTM_MCS2_CH5_IRQ_NOTIFY 0xF01F22C4          MCS2 Channel 5 Interrupt Notification Register
GTM_MCS2_CH5_IRQ_EN 0xF01F22C8          MCS2 Channel 5 Interrupt Enable Register
GTM_MCS2_CH5_IRQ_FORCINT 0xF01F22CC          MCS2 Channel 5 Force Interrupt Register
GTM_MCS2_CH5_IRQ_MODE 0xF01F22D0          MCS2 Channel 5 Interrupt Mode Configuration Register
GTM_MCS2_CH5_EIRQ_EN 0xF01F22D4          MCS2 Channel 5 Error Interrupt Enable Register
GTM_MCS2_CH6_R0 0xF01F2300          MCS2 Channel 6 General Purpose Register 0
GTM_MCS2_CH6_R1 0xF01F2304          MCS2 Channel 6 General Purpose Register 1
GTM_MCS2_CH6_R2 0xF01F2308          MCS2 Channel 6 General Purpose Register 2
GTM_MCS2_CH6_R3 0xF01F230C          MCS2 Channel 6 General Purpose Register 3
GTM_MCS2_CH6_R4 0xF01F2310          MCS2 Channel 6 General Purpose Register 4
GTM_MCS2_CH6_R5 0xF01F2314          MCS2 Channel 6 General Purpose Register 5
GTM_MCS2_CH6_R6 0xF01F2318          MCS2 Channel 6 General Purpose Register 6
GTM_MCS2_CH6_R7 0xF01F231C          MCS2 Channel 6 General Purpose Register 7
GTM_MCS2_CH6_CTRL 0xF01F2320          MCS2 Channel 6 Control Register
GTM_MCS2_CH6_ACB 0xF01F2324          MCS2 Channel 6 ARU Control Bit Register
GTM_MCS2_CH6_MHB 0xF01F233C          MCS2 Channel 6 Memory High Byte Register
GTM_MCS2_CH6_PC 0xF01F2340          MCS2 Channel 6 Program Counter Register
GTM_MCS2_CH6_IRQ_NOTIFY 0xF01F2344          MCS2 Channel 6 Interrupt Notification Register
GTM_MCS2_CH6_IRQ_EN 0xF01F2348          MCS2 Channel 6 Interrupt Enable Register
GTM_MCS2_CH6_IRQ_FORCINT 0xF01F234C          MCS2 Channel 6 Force Interrupt Register
GTM_MCS2_CH6_IRQ_MODE 0xF01F2350          MCS2 Channel 6 Interrupt Mode Configuration Register
GTM_MCS2_CH6_EIRQ_EN 0xF01F2354          MCS2 Channel 6 Error Interrupt Enable Register
GTM_MCS2_CH7_R0 0xF01F2380          MCS2 Channel 7 General Purpose Register 0
GTM_MCS2_CH7_R1 0xF01F2384          MCS2 Channel 7 General Purpose Register 1
GTM_MCS2_CH7_R2 0xF01F2388          MCS2 Channel 7 General Purpose Register 2
GTM_MCS2_CH7_R3 0xF01F238C          MCS2 Channel 7 General Purpose Register 3
GTM_MCS2_CH7_R4 0xF01F2390          MCS2 Channel 7 General Purpose Register 4
GTM_MCS2_CH7_R5 0xF01F2394          MCS2 Channel 7 General Purpose Register 5
GTM_MCS2_CH7_R6 0xF01F2398          MCS2 Channel 7 General Purpose Register 6
GTM_MCS2_CH7_R7 0xF01F239C          MCS2 Channel 7 General Purpose Register 7
GTM_MCS2_CH7_CTRL 0xF01F23A0          MCS2 Channel 7 Control Register
GTM_MCS2_CH7_ACB 0xF01F23A4          MCS2 Channel 7 ARU Control Bit Register
GTM_MCS2_CH7_MHB 0xF01F23BC          MCS2 Channel 7 Memory High Byte Register
GTM_MCS2_CH7_PC 0xF01F23C0          MCS2 Channel 7 Program Counter Register
GTM_MCS2_CH7_IRQ_NOTIFY 0xF01F23C4          MCS2 Channel 7 Interrupt Notification Register
GTM_MCS2_CH7_IRQ_EN 0xF01F23C8          MCS2 Channel 7 Interrupt Enable Register
GTM_MCS2_CH7_IRQ_FORCINT 0xF01F23CC          MCS2 Channel 7 Force Interrupt Register
GTM_MCS2_CH7_IRQ_MODE 0xF01F23D0          MCS2 Channel 7 Interrupt Mode Configuration Register
GTM_MCS2_CH7_EIRQ_EN 0xF01F23D4          MCS2 Channel 7 Error Interrupt Enable Register
GTM_MCS3_CH0_R0 0xF01F3000          MCS3 Channel 0 General Purpose Register 0
GTM_MCS3_CH0_R1 0xF01F3004          MCS3 Channel 0 General Purpose Register 1
GTM_MCS3_CH0_R2 0xF01F3008          MCS3 Channel 0 General Purpose Register 2
GTM_MCS3_CH0_R3 0xF01F300C          MCS3 Channel 0 General Purpose Register 3
GTM_MCS3_CH0_R4 0xF01F3010          MCS3 Channel 0 General Purpose Register 4
GTM_MCS3_CH0_R5 0xF01F3014          MCS3 Channel 0 General Purpose Register 5
GTM_MCS3_CH0_R6 0xF01F3018          MCS3 Channel 0 General Purpose Register 6
GTM_MCS3_CH0_R7 0xF01F301C          MCS3 Channel 0 General Purpose Register 7
GTM_MCS3_CH0_CTRL 0xF01F3020          MCS3 Channel 0 Control Register
GTM_MCS3_CH0_ACB 0xF01F3024          MCS3 Channel 0 ARU Control Bit Register
GTM_MCS3_CTRG   0xF01F3028          MCS3 Clear Trigger Control Register
GTM_MCS3_STRG   0xF01F302C          MCS3 Set Trigger Control Register
GTM_MCS3_CH0_MHB 0xF01F303C          MCS3 Channel 0 Memory High Byte Register
GTM_MCS3_CH0_PC 0xF01F3040          MCS3 Channel 0 Program Counter Register
GTM_MCS3_CH0_IRQ_NOTIFY 0xF01F3044          MCS3 Channel 0 Interrupt Notification Register
GTM_MCS3_CH0_IRQ_EN 0xF01F3048          MCS3 Channel 0 Interrupt Enable Register
GTM_MCS3_CH0_IRQ_FORCINT 0xF01F304C          MCS3 Channel 0 Force Interrupt Register
GTM_MCS3_CH0_IRQ_MODE 0xF01F3050          MCS3 Channel 0 Interrupt Mode Configuration Register
GTM_MCS3_CH0_EIRQ_EN 0xF01F3054          MCS3 Channel 0 Error Interrupt Enable Register
GTM_MCS3_REG_PROT 0xF01F3060          MCS3 Write Protection Register
GTM_MCS3_CTRL_STAT 0xF01F3064          MCS3 Control and Status Register
GTM_MCS3_RESET  0xF01F3068          MCS3 Reset Register
GTM_MCS3_CAT    0xF01F306C          MCS3 Cancel ARU Transfer Instruction Register
GTM_MCS3_CWT    0xF01F3070          MCS3 Cancel WURM Instruction Register
GTM_MCS3_ERR    0xF01F307C          MCS3 error register
GTM_MCS3_CH1_R0 0xF01F3080          MCS3 Channel 1 General Purpose Register 0
GTM_MCS3_CH1_R1 0xF01F3084          MCS3 Channel 1 General Purpose Register 1
GTM_MCS3_CH1_R2 0xF01F3088          MCS3 Channel 1 General Purpose Register 2
GTM_MCS3_CH1_R3 0xF01F308C          MCS3 Channel 1 General Purpose Register 3
GTM_MCS3_CH1_R4 0xF01F3090          MCS3 Channel 1 General Purpose Register 4
GTM_MCS3_CH1_R5 0xF01F3094          MCS3 Channel 1 General Purpose Register 5
GTM_MCS3_CH1_R6 0xF01F3098          MCS3 Channel 1 General Purpose Register 6
GTM_MCS3_CH1_R7 0xF01F309C          MCS3 Channel 1 General Purpose Register 7
GTM_MCS3_CH1_CTRL 0xF01F30A0          MCS3 Channel 1 Control Register
GTM_MCS3_CH1_ACB 0xF01F30A4          MCS3 Channel 1 ARU Control Bit Register
GTM_MCS3_CH1_MHB 0xF01F30BC          MCS3 Channel 1 Memory High Byte Register
GTM_MCS3_CH1_PC 0xF01F30C0          MCS3 Channel 1 Program Counter Register
GTM_MCS3_CH1_IRQ_NOTIFY 0xF01F30C4          MCS3 Channel 1 Interrupt Notification Register
GTM_MCS3_CH1_IRQ_EN 0xF01F30C8          MCS3 Channel 1 Interrupt Enable Register
GTM_MCS3_CH1_IRQ_FORCINT 0xF01F30CC          MCS3 Channel 1 Force Interrupt Register
GTM_MCS3_CH1_IRQ_MODE 0xF01F30D0          MCS3 Channel 1 Interrupt Mode Configuration Register
GTM_MCS3_CH1_EIRQ_EN 0xF01F30D4          MCS3 Channel 1 Error Interrupt Enable Register
GTM_MCS3_CH2_R0 0xF01F3100          MCS3 Channel 2 General Purpose Register 0
GTM_MCS3_CH2_R1 0xF01F3104          MCS3 Channel 2 General Purpose Register 1
GTM_MCS3_CH2_R2 0xF01F3108          MCS3 Channel 2 General Purpose Register 2
GTM_MCS3_CH2_R3 0xF01F310C          MCS3 Channel 2 General Purpose Register 3
GTM_MCS3_CH2_R4 0xF01F3110          MCS3 Channel 2 General Purpose Register 4
GTM_MCS3_CH2_R5 0xF01F3114          MCS3 Channel 2 General Purpose Register 5
GTM_MCS3_CH2_R6 0xF01F3118          MCS3 Channel 2 General Purpose Register 6
GTM_MCS3_CH2_R7 0xF01F311C          MCS3 Channel 2 General Purpose Register 7
GTM_MCS3_CH2_CTRL 0xF01F3120          MCS3 Channel 2 Control Register
GTM_MCS3_CH2_ACB 0xF01F3124          MCS3 Channel 2 ARU Control Bit Register
GTM_MCS3_CH2_MHB 0xF01F313C          MCS3 Channel 2 Memory High Byte Register
GTM_MCS3_CH2_PC 0xF01F3140          MCS3 Channel 2 Program Counter Register
GTM_MCS3_CH2_IRQ_NOTIFY 0xF01F3144          MCS3 Channel 2 Interrupt Notification Register
GTM_MCS3_CH2_IRQ_EN 0xF01F3148          MCS3 Channel 2 Interrupt Enable Register
GTM_MCS3_CH2_IRQ_FORCINT 0xF01F314C          MCS3 Channel 2 Force Interrupt Register
GTM_MCS3_CH2_IRQ_MODE 0xF01F3150          MCS3 Channel 2 Interrupt Mode Configuration Register
GTM_MCS3_CH2_EIRQ_EN 0xF01F3154          MCS3 Channel 2 Error Interrupt Enable Register
GTM_MCS3_CH3_R0 0xF01F3180          MCS3 Channel 3 General Purpose Register 0
GTM_MCS3_CH3_R1 0xF01F3184          MCS3 Channel 3 General Purpose Register 1
GTM_MCS3_CH3_R2 0xF01F3188          MCS3 Channel 3 General Purpose Register 2
GTM_MCS3_CH3_R3 0xF01F318C          MCS3 Channel 3 General Purpose Register 3
GTM_MCS3_CH3_R4 0xF01F3190          MCS3 Channel 3 General Purpose Register 4
GTM_MCS3_CH3_R5 0xF01F3194          MCS3 Channel 3 General Purpose Register 5
GTM_MCS3_CH3_R6 0xF01F3198          MCS3 Channel 3 General Purpose Register 6
GTM_MCS3_CH3_R7 0xF01F319C          MCS3 Channel 3 General Purpose Register 7
GTM_MCS3_CH3_CTRL 0xF01F31A0          MCS3 Channel 3 Control Register
GTM_MCS3_CH3_ACB 0xF01F31A4          MCS3 Channel 3 ARU Control Bit Register
GTM_MCS3_CH3_MHB 0xF01F31BC          MCS3 Channel 3 Memory High Byte Register
GTM_MCS3_CH3_PC 0xF01F31C0          MCS3 Channel 3 Program Counter Register
GTM_MCS3_CH3_IRQ_NOTIFY 0xF01F31C4          MCS3 Channel 3 Interrupt Notification Register
GTM_MCS3_CH3_IRQ_EN 0xF01F31C8          MCS3 Channel 3 Interrupt Enable Register
GTM_MCS3_CH3_IRQ_FORCINT 0xF01F31CC          MCS3 Channel 3 Force Interrupt Register
GTM_MCS3_CH3_IRQ_MODE 0xF01F31D0          MCS3 Channel 3 Interrupt Mode Configuration Register
GTM_MCS3_CH3_EIRQ_EN 0xF01F31D4          MCS3 Channel 3 Error Interrupt Enable Register
GTM_MCS3_CH4_R0 0xF01F3200          MCS3 Channel 4 General Purpose Register 0
GTM_MCS3_CH4_R1 0xF01F3204          MCS3 Channel 4 General Purpose Register 1
GTM_MCS3_CH4_R2 0xF01F3208          MCS3 Channel 4 General Purpose Register 2
GTM_MCS3_CH4_R3 0xF01F320C          MCS3 Channel 4 General Purpose Register 3
GTM_MCS3_CH4_R4 0xF01F3210          MCS3 Channel 4 General Purpose Register 4
GTM_MCS3_CH4_R5 0xF01F3214          MCS3 Channel 4 General Purpose Register 5
GTM_MCS3_CH4_R6 0xF01F3218          MCS3 Channel 4 General Purpose Register 6
GTM_MCS3_CH4_R7 0xF01F321C          MCS3 Channel 4 General Purpose Register 7
GTM_MCS3_CH4_CTRL 0xF01F3220          MCS3 Channel 4 Control Register
GTM_MCS3_CH4_ACB 0xF01F3224          MCS3 Channel 4 ARU Control Bit Register
GTM_MCS3_CH4_MHB 0xF01F323C          MCS3 Channel 4 Memory High Byte Register
GTM_MCS3_CH4_PC 0xF01F3240          MCS3 Channel 4 Program Counter Register
GTM_MCS3_CH4_IRQ_NOTIFY 0xF01F3244          MCS3 Channel 4 Interrupt Notification Register
GTM_MCS3_CH4_IRQ_EN 0xF01F3248          MCS3 Channel 4 Interrupt Enable Register
GTM_MCS3_CH4_IRQ_FORCINT 0xF01F324C          MCS3 Channel 4 Force Interrupt Register
GTM_MCS3_CH4_IRQ_MODE 0xF01F3250          MCS3 Channel 4 Interrupt Mode Configuration Register
GTM_MCS3_CH4_EIRQ_EN 0xF01F3254          MCS3 Channel 4 Error Interrupt Enable Register
GTM_MCS3_CH5_R0 0xF01F3280          MCS3 Channel 5 General Purpose Register 0
GTM_MCS3_CH5_R1 0xF01F3284          MCS3 Channel 5 General Purpose Register 1
GTM_MCS3_CH5_R2 0xF01F3288          MCS3 Channel 5 General Purpose Register 2
GTM_MCS3_CH5_R3 0xF01F328C          MCS3 Channel 5 General Purpose Register 3
GTM_MCS3_CH5_R4 0xF01F3290          MCS3 Channel 5 General Purpose Register 4
GTM_MCS3_CH5_R5 0xF01F3294          MCS3 Channel 5 General Purpose Register 5
GTM_MCS3_CH5_R6 0xF01F3298          MCS3 Channel 5 General Purpose Register 6
GTM_MCS3_CH5_R7 0xF01F329C          MCS3 Channel 5 General Purpose Register 7
GTM_MCS3_CH5_CTRL 0xF01F32A0          MCS3 Channel 5 Control Register
GTM_MCS3_CH5_ACB 0xF01F32A4          MCS3 Channel 5 ARU Control Bit Register
GTM_MCS3_CH5_MHB 0xF01F32BC          MCS3 Channel 5 Memory High Byte Register
GTM_MCS3_CH5_PC 0xF01F32C0          MCS3 Channel 5 Program Counter Register
GTM_MCS3_CH5_IRQ_NOTIFY 0xF01F32C4          MCS3 Channel 5 Interrupt Notification Register
GTM_MCS3_CH5_IRQ_EN 0xF01F32C8          MCS3 Channel 5 Interrupt Enable Register
GTM_MCS3_CH5_IRQ_FORCINT 0xF01F32CC          MCS3 Channel 5 Force Interrupt Register
GTM_MCS3_CH5_IRQ_MODE 0xF01F32D0          MCS3 Channel 5 Interrupt Mode Configuration Register
GTM_MCS3_CH5_EIRQ_EN 0xF01F32D4          MCS3 Channel 5 Error Interrupt Enable Register
GTM_MCS3_CH6_R0 0xF01F3300          MCS3 Channel 6 General Purpose Register 0
GTM_MCS3_CH6_R1 0xF01F3304          MCS3 Channel 6 General Purpose Register 1
GTM_MCS3_CH6_R2 0xF01F3308          MCS3 Channel 6 General Purpose Register 2
GTM_MCS3_CH6_R3 0xF01F330C          MCS3 Channel 6 General Purpose Register 3
GTM_MCS3_CH6_R4 0xF01F3310          MCS3 Channel 6 General Purpose Register 4
GTM_MCS3_CH6_R5 0xF01F3314          MCS3 Channel 6 General Purpose Register 5
GTM_MCS3_CH6_R6 0xF01F3318          MCS3 Channel 6 General Purpose Register 6
GTM_MCS3_CH6_R7 0xF01F331C          MCS3 Channel 6 General Purpose Register 7
GTM_MCS3_CH6_CTRL 0xF01F3320          MCS3 Channel 6 Control Register
GTM_MCS3_CH6_ACB 0xF01F3324          MCS3 Channel 6 ARU Control Bit Register
GTM_MCS3_CH6_MHB 0xF01F333C          MCS3 Channel 6 Memory High Byte Register
GTM_MCS3_CH6_PC 0xF01F3340          MCS3 Channel 6 Program Counter Register
GTM_MCS3_CH6_IRQ_NOTIFY 0xF01F3344          MCS3 Channel 6 Interrupt Notification Register
GTM_MCS3_CH6_IRQ_EN 0xF01F3348          MCS3 Channel 6 Interrupt Enable Register
GTM_MCS3_CH6_IRQ_FORCINT 0xF01F334C          MCS3 Channel 6 Force Interrupt Register
GTM_MCS3_CH6_IRQ_MODE 0xF01F3350          MCS3 Channel 6 Interrupt Mode Configuration Register
GTM_MCS3_CH6_EIRQ_EN 0xF01F3354          MCS3 Channel 6 Error Interrupt Enable Register
GTM_MCS3_CH7_R0 0xF01F3380          MCS3 Channel 7 General Purpose Register 0
GTM_MCS3_CH7_R1 0xF01F3384          MCS3 Channel 7 General Purpose Register 1
GTM_MCS3_CH7_R2 0xF01F3388          MCS3 Channel 7 General Purpose Register 2
GTM_MCS3_CH7_R3 0xF01F338C          MCS3 Channel 7 General Purpose Register 3
GTM_MCS3_CH7_R4 0xF01F3390          MCS3 Channel 7 General Purpose Register 4
GTM_MCS3_CH7_R5 0xF01F3394          MCS3 Channel 7 General Purpose Register 5
GTM_MCS3_CH7_R6 0xF01F3398          MCS3 Channel 7 General Purpose Register 6
GTM_MCS3_CH7_R7 0xF01F339C          MCS3 Channel 7 General Purpose Register 7
GTM_MCS3_CH7_CTRL 0xF01F33A0          MCS3 Channel 7 Control Register
GTM_MCS3_CH7_ACB 0xF01F33A4          MCS3 Channel 7 ARU Control Bit Register
GTM_MCS3_CH7_MHB 0xF01F33BC          MCS3 Channel 7 Memory High Byte Register
GTM_MCS3_CH7_PC 0xF01F33C0          MCS3 Channel 7 Program Counter Register
GTM_MCS3_CH7_IRQ_NOTIFY 0xF01F33C4          MCS3 Channel 7 Interrupt Notification Register
GTM_MCS3_CH7_IRQ_EN 0xF01F33C8          MCS3 Channel 7 Interrupt Enable Register
GTM_MCS3_CH7_IRQ_FORCINT 0xF01F33CC          MCS3 Channel 7 Force Interrupt Register
GTM_MCS3_CH7_IRQ_MODE 0xF01F33D0          MCS3 Channel 7 Interrupt Mode Configuration Register
GTM_MCS3_CH7_EIRQ_EN 0xF01F33D4          MCS3 Channel 7 Error Interrupt Enable Register
GTM_MCS4_CH0_R0 0xF01F4000          MCS4 Channel 0 General Purpose Register 0
GTM_MCS4_CH0_R1 0xF01F4004          MCS4 Channel 0 General Purpose Register 1
GTM_MCS4_CH0_R2 0xF01F4008          MCS4 Channel 0 General Purpose Register 2
GTM_MCS4_CH0_R3 0xF01F400C          MCS4 Channel 0 General Purpose Register 3
GTM_MCS4_CH0_R4 0xF01F4010          MCS4 Channel 0 General Purpose Register 4
GTM_MCS4_CH0_R5 0xF01F4014          MCS4 Channel 0 General Purpose Register 5
GTM_MCS4_CH0_R6 0xF01F4018          MCS4 Channel 0 General Purpose Register 6
GTM_MCS4_CH0_R7 0xF01F401C          MCS4 Channel 0 General Purpose Register 7
GTM_MCS4_CH0_CTRL 0xF01F4020          MCS4 Channel 0 Control Register
GTM_MCS4_CH0_ACB 0xF01F4024          MCS4 Channel 0 ARU Control Bit Register
GTM_MCS4_CTRG   0xF01F4028          MCS4 Clear Trigger Control Register
GTM_MCS4_STRG   0xF01F402C          MCS4 Set Trigger Control Register
GTM_MCS4_CH0_MHB 0xF01F403C          MCS4 Channel 0 Memory High Byte Register
GTM_MCS4_CH0_PC 0xF01F4040          MCS4 Channel 0 Program Counter Register
GTM_MCS4_CH0_IRQ_NOTIFY 0xF01F4044          MCS4 Channel 0 Interrupt Notification Register
GTM_MCS4_CH0_IRQ_EN 0xF01F4048          MCS4 Channel 0 Interrupt Enable Register
GTM_MCS4_CH0_IRQ_FORCINT 0xF01F404C          MCS4 Channel 0 Force Interrupt Register
GTM_MCS4_CH0_IRQ_MODE 0xF01F4050          MCS4 Channel 0 Interrupt Mode Configuration Register
GTM_MCS4_CH0_EIRQ_EN 0xF01F4054          MCS4 Channel 0 Error Interrupt Enable Register
GTM_MCS4_REG_PROT 0xF01F4060          MCS4 Write Protection Register
GTM_MCS4_CTRL_STAT 0xF01F4064          MCS4 Control and Status Register
GTM_MCS4_RESET  0xF01F4068          MCS4 Reset Register
GTM_MCS4_CAT    0xF01F406C          MCS4 Cancel ARU Transfer Instruction Register
GTM_MCS4_CWT    0xF01F4070          MCS4 Cancel WURM Instruction Register
GTM_MCS4_ERR    0xF01F407C          MCS4 error register
GTM_MCS4_CH1_R0 0xF01F4080          MCS4 Channel 1 General Purpose Register 0
GTM_MCS4_CH1_R1 0xF01F4084          MCS4 Channel 1 General Purpose Register 1
GTM_MCS4_CH1_R2 0xF01F4088          MCS4 Channel 1 General Purpose Register 2
GTM_MCS4_CH1_R3 0xF01F408C          MCS4 Channel 1 General Purpose Register 3
GTM_MCS4_CH1_R4 0xF01F4090          MCS4 Channel 1 General Purpose Register 4
GTM_MCS4_CH1_R5 0xF01F4094          MCS4 Channel 1 General Purpose Register 5
GTM_MCS4_CH1_R6 0xF01F4098          MCS4 Channel 1 General Purpose Register 6
GTM_MCS4_CH1_R7 0xF01F409C          MCS4 Channel 1 General Purpose Register 7
GTM_MCS4_CH1_CTRL 0xF01F40A0          MCS4 Channel 1 Control Register
GTM_MCS4_CH1_ACB 0xF01F40A4          MCS4 Channel 1 ARU Control Bit Register
GTM_MCS4_CH1_MHB 0xF01F40BC          MCS4 Channel 1 Memory High Byte Register
GTM_MCS4_CH1_PC 0xF01F40C0          MCS4 Channel 1 Program Counter Register
GTM_MCS4_CH1_IRQ_NOTIFY 0xF01F40C4          MCS4 Channel 1 Interrupt Notification Register
GTM_MCS4_CH1_IRQ_EN 0xF01F40C8          MCS4 Channel 1 Interrupt Enable Register
GTM_MCS4_CH1_IRQ_FORCINT 0xF01F40CC          MCS4 Channel 1 Force Interrupt Register
GTM_MCS4_CH1_IRQ_MODE 0xF01F40D0          MCS4 Channel 1 Interrupt Mode Configuration Register
GTM_MCS4_CH1_EIRQ_EN 0xF01F40D4          MCS4 Channel 1 Error Interrupt Enable Register
GTM_MCS4_CH2_R0 0xF01F4100          MCS4 Channel 2 General Purpose Register 0
GTM_MCS4_CH2_R1 0xF01F4104          MCS4 Channel 2 General Purpose Register 1
GTM_MCS4_CH2_R2 0xF01F4108          MCS4 Channel 2 General Purpose Register 2
GTM_MCS4_CH2_R3 0xF01F410C          MCS4 Channel 2 General Purpose Register 3
GTM_MCS4_CH2_R4 0xF01F4110          MCS4 Channel 2 General Purpose Register 4
GTM_MCS4_CH2_R5 0xF01F4114          MCS4 Channel 2 General Purpose Register 5
GTM_MCS4_CH2_R6 0xF01F4118          MCS4 Channel 2 General Purpose Register 6
GTM_MCS4_CH2_R7 0xF01F411C          MCS4 Channel 2 General Purpose Register 7
GTM_MCS4_CH2_CTRL 0xF01F4120          MCS4 Channel 2 Control Register
GTM_MCS4_CH2_ACB 0xF01F4124          MCS4 Channel 2 ARU Control Bit Register
GTM_MCS4_CH2_MHB 0xF01F413C          MCS4 Channel 2 Memory High Byte Register
GTM_MCS4_CH2_PC 0xF01F4140          MCS4 Channel 2 Program Counter Register
GTM_MCS4_CH2_IRQ_NOTIFY 0xF01F4144          MCS4 Channel 2 Interrupt Notification Register
GTM_MCS4_CH2_IRQ_EN 0xF01F4148          MCS4 Channel 2 Interrupt Enable Register
GTM_MCS4_CH2_IRQ_FORCINT 0xF01F414C          MCS4 Channel 2 Force Interrupt Register
GTM_MCS4_CH2_IRQ_MODE 0xF01F4150          MCS4 Channel 2 Interrupt Mode Configuration Register
GTM_MCS4_CH2_EIRQ_EN 0xF01F4154          MCS4 Channel 2 Error Interrupt Enable Register
GTM_MCS4_CH3_R0 0xF01F4180          MCS4 Channel 3 General Purpose Register 0
GTM_MCS4_CH3_R1 0xF01F4184          MCS4 Channel 3 General Purpose Register 1
GTM_MCS4_CH3_R2 0xF01F4188          MCS4 Channel 3 General Purpose Register 2
GTM_MCS4_CH3_R3 0xF01F418C          MCS4 Channel 3 General Purpose Register 3
GTM_MCS4_CH3_R4 0xF01F4190          MCS4 Channel 3 General Purpose Register 4
GTM_MCS4_CH3_R5 0xF01F4194          MCS4 Channel 3 General Purpose Register 5
GTM_MCS4_CH3_R6 0xF01F4198          MCS4 Channel 3 General Purpose Register 6
GTM_MCS4_CH3_R7 0xF01F419C          MCS4 Channel 3 General Purpose Register 7
GTM_MCS4_CH3_CTRL 0xF01F41A0          MCS4 Channel 3 Control Register
GTM_MCS4_CH3_ACB 0xF01F41A4          MCS4 Channel 3 ARU Control Bit Register
GTM_MCS4_CH3_MHB 0xF01F41BC          MCS4 Channel 3 Memory High Byte Register
GTM_MCS4_CH3_PC 0xF01F41C0          MCS4 Channel 3 Program Counter Register
GTM_MCS4_CH3_IRQ_NOTIFY 0xF01F41C4          MCS4 Channel 3 Interrupt Notification Register
GTM_MCS4_CH3_IRQ_EN 0xF01F41C8          MCS4 Channel 3 Interrupt Enable Register
GTM_MCS4_CH3_IRQ_FORCINT 0xF01F41CC          MCS4 Channel 3 Force Interrupt Register
GTM_MCS4_CH3_IRQ_MODE 0xF01F41D0          MCS4 Channel 3 Interrupt Mode Configuration Register
GTM_MCS4_CH3_EIRQ_EN 0xF01F41D4          MCS4 Channel 3 Error Interrupt Enable Register
GTM_MCS4_CH4_R0 0xF01F4200          MCS4 Channel 4 General Purpose Register 0
GTM_MCS4_CH4_R1 0xF01F4204          MCS4 Channel 4 General Purpose Register 1
GTM_MCS4_CH4_R2 0xF01F4208          MCS4 Channel 4 General Purpose Register 2
GTM_MCS4_CH4_R3 0xF01F420C          MCS4 Channel 4 General Purpose Register 3
GTM_MCS4_CH4_R4 0xF01F4210          MCS4 Channel 4 General Purpose Register 4
GTM_MCS4_CH4_R5 0xF01F4214          MCS4 Channel 4 General Purpose Register 5
GTM_MCS4_CH4_R6 0xF01F4218          MCS4 Channel 4 General Purpose Register 6
GTM_MCS4_CH4_R7 0xF01F421C          MCS4 Channel 4 General Purpose Register 7
GTM_MCS4_CH4_CTRL 0xF01F4220          MCS4 Channel 4 Control Register
GTM_MCS4_CH4_ACB 0xF01F4224          MCS4 Channel 4 ARU Control Bit Register
GTM_MCS4_CH4_MHB 0xF01F423C          MCS4 Channel 4 Memory High Byte Register
GTM_MCS4_CH4_PC 0xF01F4240          MCS4 Channel 4 Program Counter Register
GTM_MCS4_CH4_IRQ_NOTIFY 0xF01F4244          MCS4 Channel 4 Interrupt Notification Register
GTM_MCS4_CH4_IRQ_EN 0xF01F4248          MCS4 Channel 4 Interrupt Enable Register
GTM_MCS4_CH4_IRQ_FORCINT 0xF01F424C          MCS4 Channel 4 Force Interrupt Register
GTM_MCS4_CH4_IRQ_MODE 0xF01F4250          MCS4 Channel 4 Interrupt Mode Configuration Register
GTM_MCS4_CH4_EIRQ_EN 0xF01F4254          MCS4 Channel 4 Error Interrupt Enable Register
GTM_MCS4_CH5_R0 0xF01F4280          MCS4 Channel 5 General Purpose Register 0
GTM_MCS4_CH5_R1 0xF01F4284          MCS4 Channel 5 General Purpose Register 1
GTM_MCS4_CH5_R2 0xF01F4288          MCS4 Channel 5 General Purpose Register 2
GTM_MCS4_CH5_R3 0xF01F428C          MCS4 Channel 5 General Purpose Register 3
GTM_MCS4_CH5_R4 0xF01F4290          MCS4 Channel 5 General Purpose Register 4
GTM_MCS4_CH5_R5 0xF01F4294          MCS4 Channel 5 General Purpose Register 5
GTM_MCS4_CH5_R6 0xF01F4298          MCS4 Channel 5 General Purpose Register 6
GTM_MCS4_CH5_R7 0xF01F429C          MCS4 Channel 5 General Purpose Register 7
GTM_MCS4_CH5_CTRL 0xF01F42A0          MCS4 Channel 5 Control Register
GTM_MCS4_CH5_ACB 0xF01F42A4          MCS4 Channel 5 ARU Control Bit Register
GTM_MCS4_CH5_MHB 0xF01F42BC          MCS4 Channel 5 Memory High Byte Register
GTM_MCS4_CH5_PC 0xF01F42C0          MCS4 Channel 5 Program Counter Register
GTM_MCS4_CH5_IRQ_NOTIFY 0xF01F42C4          MCS4 Channel 5 Interrupt Notification Register
GTM_MCS4_CH5_IRQ_EN 0xF01F42C8          MCS4 Channel 5 Interrupt Enable Register
GTM_MCS4_CH5_IRQ_FORCINT 0xF01F42CC          MCS4 Channel 5 Force Interrupt Register
GTM_MCS4_CH5_IRQ_MODE 0xF01F42D0          MCS4 Channel 5 Interrupt Mode Configuration Register
GTM_MCS4_CH5_EIRQ_EN 0xF01F42D4          MCS4 Channel 5 Error Interrupt Enable Register
GTM_MCS4_CH6_R0 0xF01F4300          MCS4 Channel 6 General Purpose Register 0
GTM_MCS4_CH6_R1 0xF01F4304          MCS4 Channel 6 General Purpose Register 1
GTM_MCS4_CH6_R2 0xF01F4308          MCS4 Channel 6 General Purpose Register 2
GTM_MCS4_CH6_R3 0xF01F430C          MCS4 Channel 6 General Purpose Register 3
GTM_MCS4_CH6_R4 0xF01F4310          MCS4 Channel 6 General Purpose Register 4
GTM_MCS4_CH6_R5 0xF01F4314          MCS4 Channel 6 General Purpose Register 5
GTM_MCS4_CH6_R6 0xF01F4318          MCS4 Channel 6 General Purpose Register 6
GTM_MCS4_CH6_R7 0xF01F431C          MCS4 Channel 6 General Purpose Register 7
GTM_MCS4_CH6_CTRL 0xF01F4320          MCS4 Channel 6 Control Register
GTM_MCS4_CH6_ACB 0xF01F4324          MCS4 Channel 6 ARU Control Bit Register
GTM_MCS4_CH6_MHB 0xF01F433C          MCS4 Channel 6 Memory High Byte Register
GTM_MCS4_CH6_PC 0xF01F4340          MCS4 Channel 6 Program Counter Register
GTM_MCS4_CH6_IRQ_NOTIFY 0xF01F4344          MCS4 Channel 6 Interrupt Notification Register
GTM_MCS4_CH6_IRQ_EN 0xF01F4348          MCS4 Channel 6 Interrupt Enable Register
GTM_MCS4_CH6_IRQ_FORCINT 0xF01F434C          MCS4 Channel 6 Force Interrupt Register
GTM_MCS4_CH6_IRQ_MODE 0xF01F4350          MCS4 Channel 6 Interrupt Mode Configuration Register
GTM_MCS4_CH6_EIRQ_EN 0xF01F4354          MCS4 Channel 6 Error Interrupt Enable Register
GTM_MCS4_CH7_R0 0xF01F4380          MCS4 Channel 7 General Purpose Register 0
GTM_MCS4_CH7_R1 0xF01F4384          MCS4 Channel 7 General Purpose Register 1
GTM_MCS4_CH7_R2 0xF01F4388          MCS4 Channel 7 General Purpose Register 2
GTM_MCS4_CH7_R3 0xF01F438C          MCS4 Channel 7 General Purpose Register 3
GTM_MCS4_CH7_R4 0xF01F4390          MCS4 Channel 7 General Purpose Register 4
GTM_MCS4_CH7_R5 0xF01F4394          MCS4 Channel 7 General Purpose Register 5
GTM_MCS4_CH7_R6 0xF01F4398          MCS4 Channel 7 General Purpose Register 6
GTM_MCS4_CH7_R7 0xF01F439C          MCS4 Channel 7 General Purpose Register 7
GTM_MCS4_CH7_CTRL 0xF01F43A0          MCS4 Channel 7 Control Register
GTM_MCS4_CH7_ACB 0xF01F43A4          MCS4 Channel 7 ARU Control Bit Register
GTM_MCS4_CH7_MHB 0xF01F43BC          MCS4 Channel 7 Memory High Byte Register
GTM_MCS4_CH7_PC 0xF01F43C0          MCS4 Channel 7 Program Counter Register
GTM_MCS4_CH7_IRQ_NOTIFY 0xF01F43C4          MCS4 Channel 7 Interrupt Notification Register
GTM_MCS4_CH7_IRQ_EN 0xF01F43C8          MCS4 Channel 7 Interrupt Enable Register
GTM_MCS4_CH7_IRQ_FORCINT 0xF01F43CC          MCS4 Channel 7 Force Interrupt Register
GTM_MCS4_CH7_IRQ_MODE 0xF01F43D0          MCS4 Channel 7 Interrupt Mode Configuration Register
GTM_MCS4_CH7_EIRQ_EN 0xF01F43D4          MCS4 Channel 7 Error Interrupt Enable Register
GTM_MCS5_CH0_R0 0xF01F5000          MCS5 Channel 0 General Purpose Register 0
GTM_MCS5_CH0_R1 0xF01F5004          MCS5 Channel 0 General Purpose Register 1
GTM_MCS5_CH0_R2 0xF01F5008          MCS5 Channel 0 General Purpose Register 2
GTM_MCS5_CH0_R3 0xF01F500C          MCS5 Channel 0 General Purpose Register 3
GTM_MCS5_CH0_R4 0xF01F5010          MCS5 Channel 0 General Purpose Register 4
GTM_MCS5_CH0_R5 0xF01F5014          MCS5 Channel 0 General Purpose Register 5
GTM_MCS5_CH0_R6 0xF01F5018          MCS5 Channel 0 General Purpose Register 6
GTM_MCS5_CH0_R7 0xF01F501C          MCS5 Channel 0 General Purpose Register 7
GTM_MCS5_CH0_CTRL 0xF01F5020          MCS5 Channel 0 Control Register
GTM_MCS5_CH0_ACB 0xF01F5024          MCS5 Channel 0 ARU Control Bit Register
GTM_MCS5_CTRG   0xF01F5028          MCS5 Clear Trigger Control Register
GTM_MCS5_STRG   0xF01F502C          MCS5 Set Trigger Control Register
GTM_MCS5_CH0_MHB 0xF01F503C          MCS5 Channel 0 Memory High Byte Register
GTM_MCS5_CH0_PC 0xF01F5040          MCS5 Channel 0 Program Counter Register
GTM_MCS5_CH0_IRQ_NOTIFY 0xF01F5044          MCS5 Channel 0 Interrupt Notification Register
GTM_MCS5_CH0_IRQ_EN 0xF01F5048          MCS5 Channel 0 Interrupt Enable Register
GTM_MCS5_CH0_IRQ_FORCINT 0xF01F504C          MCS5 Channel 0 Force Interrupt Register
GTM_MCS5_CH0_IRQ_MODE 0xF01F5050          MCS5 Channel 0 Interrupt Mode Configuration Register
GTM_MCS5_CH0_EIRQ_EN 0xF01F5054          MCS5 Channel 0 Error Interrupt Enable Register
GTM_MCS5_REG_PROT 0xF01F5060          MCS5 Write Protection Register
GTM_MCS5_CTRL_STAT 0xF01F5064          MCS5 Control and Status Register
GTM_MCS5_RESET  0xF01F5068          MCS5 Reset Register
GTM_MCS5_CAT    0xF01F506C          MCS5 Cancel ARU Transfer Instruction Register
GTM_MCS5_CWT    0xF01F5070          MCS5 Cancel WURM Instruction Register
GTM_MCS5_ERR    0xF01F507C          MCS5 error register
GTM_MCS5_CH1_R0 0xF01F5080          MCS5 Channel 1 General Purpose Register 0
GTM_MCS5_CH1_R1 0xF01F5084          MCS5 Channel 1 General Purpose Register 1
GTM_MCS5_CH1_R2 0xF01F5088          MCS5 Channel 1 General Purpose Register 2
GTM_MCS5_CH1_R3 0xF01F508C          MCS5 Channel 1 General Purpose Register 3
GTM_MCS5_CH1_R4 0xF01F5090          MCS5 Channel 1 General Purpose Register 4
GTM_MCS5_CH1_R5 0xF01F5094          MCS5 Channel 1 General Purpose Register 5
GTM_MCS5_CH1_R6 0xF01F5098          MCS5 Channel 1 General Purpose Register 6
GTM_MCS5_CH1_R7 0xF01F509C          MCS5 Channel 1 General Purpose Register 7
GTM_MCS5_CH1_CTRL 0xF01F50A0          MCS5 Channel 1 Control Register
GTM_MCS5_CH1_ACB 0xF01F50A4          MCS5 Channel 1 ARU Control Bit Register
GTM_MCS5_CH1_MHB 0xF01F50BC          MCS5 Channel 1 Memory High Byte Register
GTM_MCS5_CH1_PC 0xF01F50C0          MCS5 Channel 1 Program Counter Register
GTM_MCS5_CH1_IRQ_NOTIFY 0xF01F50C4          MCS5 Channel 1 Interrupt Notification Register
GTM_MCS5_CH1_IRQ_EN 0xF01F50C8          MCS5 Channel 1 Interrupt Enable Register
GTM_MCS5_CH1_IRQ_FORCINT 0xF01F50CC          MCS5 Channel 1 Force Interrupt Register
GTM_MCS5_CH1_IRQ_MODE 0xF01F50D0          MCS5 Channel 1 Interrupt Mode Configuration Register
GTM_MCS5_CH1_EIRQ_EN 0xF01F50D4          MCS5 Channel 1 Error Interrupt Enable Register
GTM_MCS5_CH2_R0 0xF01F5100          MCS5 Channel 2 General Purpose Register 0
GTM_MCS5_CH2_R1 0xF01F5104          MCS5 Channel 2 General Purpose Register 1
GTM_MCS5_CH2_R2 0xF01F5108          MCS5 Channel 2 General Purpose Register 2
GTM_MCS5_CH2_R3 0xF01F510C          MCS5 Channel 2 General Purpose Register 3
GTM_MCS5_CH2_R4 0xF01F5110          MCS5 Channel 2 General Purpose Register 4
GTM_MCS5_CH2_R5 0xF01F5114          MCS5 Channel 2 General Purpose Register 5
GTM_MCS5_CH2_R6 0xF01F5118          MCS5 Channel 2 General Purpose Register 6
GTM_MCS5_CH2_R7 0xF01F511C          MCS5 Channel 2 General Purpose Register 7
GTM_MCS5_CH2_CTRL 0xF01F5120          MCS5 Channel 2 Control Register
GTM_MCS5_CH2_ACB 0xF01F5124          MCS5 Channel 2 ARU Control Bit Register
GTM_MCS5_CH2_MHB 0xF01F513C          MCS5 Channel 2 Memory High Byte Register
GTM_MCS5_CH2_PC 0xF01F5140          MCS5 Channel 2 Program Counter Register
GTM_MCS5_CH2_IRQ_NOTIFY 0xF01F5144          MCS5 Channel 2 Interrupt Notification Register
GTM_MCS5_CH2_IRQ_EN 0xF01F5148          MCS5 Channel 2 Interrupt Enable Register
GTM_MCS5_CH2_IRQ_FORCINT 0xF01F514C          MCS5 Channel 2 Force Interrupt Register
GTM_MCS5_CH2_IRQ_MODE 0xF01F5150          MCS5 Channel 2 Interrupt Mode Configuration Register
GTM_MCS5_CH2_EIRQ_EN 0xF01F5154          MCS5 Channel 2 Error Interrupt Enable Register
GTM_MCS5_CH3_R0 0xF01F5180          MCS5 Channel 3 General Purpose Register 0
GTM_MCS5_CH3_R1 0xF01F5184          MCS5 Channel 3 General Purpose Register 1
GTM_MCS5_CH3_R2 0xF01F5188          MCS5 Channel 3 General Purpose Register 2
GTM_MCS5_CH3_R3 0xF01F518C          MCS5 Channel 3 General Purpose Register 3
GTM_MCS5_CH3_R4 0xF01F5190          MCS5 Channel 3 General Purpose Register 4
GTM_MCS5_CH3_R5 0xF01F5194          MCS5 Channel 3 General Purpose Register 5
GTM_MCS5_CH3_R6 0xF01F5198          MCS5 Channel 3 General Purpose Register 6
GTM_MCS5_CH3_R7 0xF01F519C          MCS5 Channel 3 General Purpose Register 7
GTM_MCS5_CH3_CTRL 0xF01F51A0          MCS5 Channel 3 Control Register
GTM_MCS5_CH3_ACB 0xF01F51A4          MCS5 Channel 3 ARU Control Bit Register
GTM_MCS5_CH3_MHB 0xF01F51BC          MCS5 Channel 3 Memory High Byte Register
GTM_MCS5_CH3_PC 0xF01F51C0          MCS5 Channel 3 Program Counter Register
GTM_MCS5_CH3_IRQ_NOTIFY 0xF01F51C4          MCS5 Channel 3 Interrupt Notification Register
GTM_MCS5_CH3_IRQ_EN 0xF01F51C8          MCS5 Channel 3 Interrupt Enable Register
GTM_MCS5_CH3_IRQ_FORCINT 0xF01F51CC          MCS5 Channel 3 Force Interrupt Register
GTM_MCS5_CH3_IRQ_MODE 0xF01F51D0          MCS5 Channel 3 Interrupt Mode Configuration Register
GTM_MCS5_CH3_EIRQ_EN 0xF01F51D4          MCS5 Channel 3 Error Interrupt Enable Register
GTM_MCS5_CH4_R0 0xF01F5200          MCS5 Channel 4 General Purpose Register 0
GTM_MCS5_CH4_R1 0xF01F5204          MCS5 Channel 4 General Purpose Register 1
GTM_MCS5_CH4_R2 0xF01F5208          MCS5 Channel 4 General Purpose Register 2
GTM_MCS5_CH4_R3 0xF01F520C          MCS5 Channel 4 General Purpose Register 3
GTM_MCS5_CH4_R4 0xF01F5210          MCS5 Channel 4 General Purpose Register 4
GTM_MCS5_CH4_R5 0xF01F5214          MCS5 Channel 4 General Purpose Register 5
GTM_MCS5_CH4_R6 0xF01F5218          MCS5 Channel 4 General Purpose Register 6
GTM_MCS5_CH4_R7 0xF01F521C          MCS5 Channel 4 General Purpose Register 7
GTM_MCS5_CH4_CTRL 0xF01F5220          MCS5 Channel 4 Control Register
GTM_MCS5_CH4_ACB 0xF01F5224          MCS5 Channel 4 ARU Control Bit Register
GTM_MCS5_CH4_MHB 0xF01F523C          MCS5 Channel 4 Memory High Byte Register
GTM_MCS5_CH4_PC 0xF01F5240          MCS5 Channel 4 Program Counter Register
GTM_MCS5_CH4_IRQ_NOTIFY 0xF01F5244          MCS5 Channel 4 Interrupt Notification Register
GTM_MCS5_CH4_IRQ_EN 0xF01F5248          MCS5 Channel 4 Interrupt Enable Register
GTM_MCS5_CH4_IRQ_FORCINT 0xF01F524C          MCS5 Channel 4 Force Interrupt Register
GTM_MCS5_CH4_IRQ_MODE 0xF01F5250          MCS5 Channel 4 Interrupt Mode Configuration Register
GTM_MCS5_CH4_EIRQ_EN 0xF01F5254          MCS5 Channel 4 Error Interrupt Enable Register
GTM_MCS5_CH5_R0 0xF01F5280          MCS5 Channel 5 General Purpose Register 0
GTM_MCS5_CH5_R1 0xF01F5284          MCS5 Channel 5 General Purpose Register 1
GTM_MCS5_CH5_R2 0xF01F5288          MCS5 Channel 5 General Purpose Register 2
GTM_MCS5_CH5_R3 0xF01F528C          MCS5 Channel 5 General Purpose Register 3
GTM_MCS5_CH5_R4 0xF01F5290          MCS5 Channel 5 General Purpose Register 4
GTM_MCS5_CH5_R5 0xF01F5294          MCS5 Channel 5 General Purpose Register 5
GTM_MCS5_CH5_R6 0xF01F5298          MCS5 Channel 5 General Purpose Register 6
GTM_MCS5_CH5_R7 0xF01F529C          MCS5 Channel 5 General Purpose Register 7
GTM_MCS5_CH5_CTRL 0xF01F52A0          MCS5 Channel 5 Control Register
GTM_MCS5_CH5_ACB 0xF01F52A4          MCS5 Channel 5 ARU Control Bit Register
GTM_MCS5_CH5_MHB 0xF01F52BC          MCS5 Channel 5 Memory High Byte Register
GTM_MCS5_CH5_PC 0xF01F52C0          MCS5 Channel 5 Program Counter Register
GTM_MCS5_CH5_IRQ_NOTIFY 0xF01F52C4          MCS5 Channel 5 Interrupt Notification Register
GTM_MCS5_CH5_IRQ_EN 0xF01F52C8          MCS5 Channel 5 Interrupt Enable Register
GTM_MCS5_CH5_IRQ_FORCINT 0xF01F52CC          MCS5 Channel 5 Force Interrupt Register
GTM_MCS5_CH5_IRQ_MODE 0xF01F52D0          MCS5 Channel 5 Interrupt Mode Configuration Register
GTM_MCS5_CH5_EIRQ_EN 0xF01F52D4          MCS5 Channel 5 Error Interrupt Enable Register
GTM_MCS5_CH6_R0 0xF01F5300          MCS5 Channel 6 General Purpose Register 0
GTM_MCS5_CH6_R1 0xF01F5304          MCS5 Channel 6 General Purpose Register 1
GTM_MCS5_CH6_R2 0xF01F5308          MCS5 Channel 6 General Purpose Register 2
GTM_MCS5_CH6_R3 0xF01F530C          MCS5 Channel 6 General Purpose Register 3
GTM_MCS5_CH6_R4 0xF01F5310          MCS5 Channel 6 General Purpose Register 4
GTM_MCS5_CH6_R5 0xF01F5314          MCS5 Channel 6 General Purpose Register 5
GTM_MCS5_CH6_R6 0xF01F5318          MCS5 Channel 6 General Purpose Register 6
GTM_MCS5_CH6_R7 0xF01F531C          MCS5 Channel 6 General Purpose Register 7
GTM_MCS5_CH6_CTRL 0xF01F5320          MCS5 Channel 6 Control Register
GTM_MCS5_CH6_ACB 0xF01F5324          MCS5 Channel 6 ARU Control Bit Register
GTM_MCS5_CH6_MHB 0xF01F533C          MCS5 Channel 6 Memory High Byte Register
GTM_MCS5_CH6_PC 0xF01F5340          MCS5 Channel 6 Program Counter Register
GTM_MCS5_CH6_IRQ_NOTIFY 0xF01F5344          MCS5 Channel 6 Interrupt Notification Register
GTM_MCS5_CH6_IRQ_EN 0xF01F5348          MCS5 Channel 6 Interrupt Enable Register
GTM_MCS5_CH6_IRQ_FORCINT 0xF01F534C          MCS5 Channel 6 Force Interrupt Register
GTM_MCS5_CH6_IRQ_MODE 0xF01F5350          MCS5 Channel 6 Interrupt Mode Configuration Register
GTM_MCS5_CH6_EIRQ_EN 0xF01F5354          MCS5 Channel 6 Error Interrupt Enable Register
GTM_MCS5_CH7_R0 0xF01F5380          MCS5 Channel 7 General Purpose Register 0
GTM_MCS5_CH7_R1 0xF01F5384          MCS5 Channel 7 General Purpose Register 1
GTM_MCS5_CH7_R2 0xF01F5388          MCS5 Channel 7 General Purpose Register 2
GTM_MCS5_CH7_R3 0xF01F538C          MCS5 Channel 7 General Purpose Register 3
GTM_MCS5_CH7_R4 0xF01F5390          MCS5 Channel 7 General Purpose Register 4
GTM_MCS5_CH7_R5 0xF01F5394          MCS5 Channel 7 General Purpose Register 5
GTM_MCS5_CH7_R6 0xF01F5398          MCS5 Channel 7 General Purpose Register 6
GTM_MCS5_CH7_R7 0xF01F539C          MCS5 Channel 7 General Purpose Register 7
GTM_MCS5_CH7_CTRL 0xF01F53A0          MCS5 Channel 7 Control Register
GTM_MCS5_CH7_ACB 0xF01F53A4          MCS5 Channel 7 ARU Control Bit Register
GTM_MCS5_CH7_MHB 0xF01F53BC          MCS5 Channel 7 Memory High Byte Register
GTM_MCS5_CH7_PC 0xF01F53C0          MCS5 Channel 7 Program Counter Register
GTM_MCS5_CH7_IRQ_NOTIFY 0xF01F53C4          MCS5 Channel 7 Interrupt Notification Register
GTM_MCS5_CH7_IRQ_EN 0xF01F53C8          MCS5 Channel 7 Interrupt Enable Register
GTM_MCS5_CH7_IRQ_FORCINT 0xF01F53CC          MCS5 Channel 7 Force Interrupt Register
GTM_MCS5_CH7_IRQ_MODE 0xF01F53D0          MCS5 Channel 7 Interrupt Mode Configuration Register
GTM_MCS5_CH7_EIRQ_EN 0xF01F53D4          MCS5 Channel 7 Error Interrupt Enable Register
GTM_MCS6_CH0_R0 0xF01F6000          MCS6 Channel 0 General Purpose Register 0
GTM_MCS6_CH0_R1 0xF01F6004          MCS6 Channel 0 General Purpose Register 1
GTM_MCS6_CH0_R2 0xF01F6008          MCS6 Channel 0 General Purpose Register 2
GTM_MCS6_CH0_R3 0xF01F600C          MCS6 Channel 0 General Purpose Register 3
GTM_MCS6_CH0_R4 0xF01F6010          MCS6 Channel 0 General Purpose Register 4
GTM_MCS6_CH0_R5 0xF01F6014          MCS6 Channel 0 General Purpose Register 5
GTM_MCS6_CH0_R6 0xF01F6018          MCS6 Channel 0 General Purpose Register 6
GTM_MCS6_CH0_R7 0xF01F601C          MCS6 Channel 0 General Purpose Register 7
GTM_MCS6_CH0_CTRL 0xF01F6020          MCS6 Channel 0 Control Register
GTM_MCS6_CH0_ACB 0xF01F6024          MCS6 Channel 0 ARU Control Bit Register
GTM_MCS6_CTRG   0xF01F6028          MCS6 Clear Trigger Control Register
GTM_MCS6_STRG   0xF01F602C          MCS6 Set Trigger Control Register
GTM_MCS6_CH0_MHB 0xF01F603C          MCS6 Channel 0 Memory High Byte Register
GTM_MCS6_CH0_PC 0xF01F6040          MCS6 Channel 0 Program Counter Register
GTM_MCS6_CH0_IRQ_NOTIFY 0xF01F6044          MCS6 Channel 0 Interrupt Notification Register
GTM_MCS6_CH0_IRQ_EN 0xF01F6048          MCS6 Channel 0 Interrupt Enable Register
GTM_MCS6_CH0_IRQ_FORCINT 0xF01F604C          MCS6 Channel 0 Force Interrupt Register
GTM_MCS6_CH0_IRQ_MODE 0xF01F6050          MCS6 Channel 0 Interrupt Mode Configuration Register
GTM_MCS6_CH0_EIRQ_EN 0xF01F6054          MCS6 Channel 0 Error Interrupt Enable Register
GTM_MCS6_REG_PROT 0xF01F6060          MCS6 Write Protection Register
GTM_MCS6_CTRL_STAT 0xF01F6064          MCS6 Control and Status Register
GTM_MCS6_RESET  0xF01F6068          MCS6 Reset Register
GTM_MCS6_CAT    0xF01F606C          MCS6 Cancel ARU Transfer Instruction Register
GTM_MCS6_CWT    0xF01F6070          MCS6 Cancel WURM Instruction Register
GTM_MCS6_ERR    0xF01F607C          MCS6 error register
GTM_MCS6_CH1_R0 0xF01F6080          MCS6 Channel 1 General Purpose Register 0
GTM_MCS6_CH1_R1 0xF01F6084          MCS6 Channel 1 General Purpose Register 1
GTM_MCS6_CH1_R2 0xF01F6088          MCS6 Channel 1 General Purpose Register 2
GTM_MCS6_CH1_R3 0xF01F608C          MCS6 Channel 1 General Purpose Register 3
GTM_MCS6_CH1_R4 0xF01F6090          MCS6 Channel 1 General Purpose Register 4
GTM_MCS6_CH1_R5 0xF01F6094          MCS6 Channel 1 General Purpose Register 5
GTM_MCS6_CH1_R6 0xF01F6098          MCS6 Channel 1 General Purpose Register 6
GTM_MCS6_CH1_R7 0xF01F609C          MCS6 Channel 1 General Purpose Register 7
GTM_MCS6_CH1_CTRL 0xF01F60A0          MCS6 Channel 1 Control Register
GTM_MCS6_CH1_ACB 0xF01F60A4          MCS6 Channel 1 ARU Control Bit Register
GTM_MCS6_CH1_MHB 0xF01F60BC          MCS6 Channel 1 Memory High Byte Register
GTM_MCS6_CH1_PC 0xF01F60C0          MCS6 Channel 1 Program Counter Register
GTM_MCS6_CH1_IRQ_NOTIFY 0xF01F60C4          MCS6 Channel 1 Interrupt Notification Register
GTM_MCS6_CH1_IRQ_EN 0xF01F60C8          MCS6 Channel 1 Interrupt Enable Register
GTM_MCS6_CH1_IRQ_FORCINT 0xF01F60CC          MCS6 Channel 1 Force Interrupt Register
GTM_MCS6_CH1_IRQ_MODE 0xF01F60D0          MCS6 Channel 1 Interrupt Mode Configuration Register
GTM_MCS6_CH1_EIRQ_EN 0xF01F60D4          MCS6 Channel 1 Error Interrupt Enable Register
GTM_MCS6_CH2_R0 0xF01F6100          MCS6 Channel 2 General Purpose Register 0
GTM_MCS6_CH2_R1 0xF01F6104          MCS6 Channel 2 General Purpose Register 1
GTM_MCS6_CH2_R2 0xF01F6108          MCS6 Channel 2 General Purpose Register 2
GTM_MCS6_CH2_R3 0xF01F610C          MCS6 Channel 2 General Purpose Register 3
GTM_MCS6_CH2_R4 0xF01F6110          MCS6 Channel 2 General Purpose Register 4
GTM_MCS6_CH2_R5 0xF01F6114          MCS6 Channel 2 General Purpose Register 5
GTM_MCS6_CH2_R6 0xF01F6118          MCS6 Channel 2 General Purpose Register 6
GTM_MCS6_CH2_R7 0xF01F611C          MCS6 Channel 2 General Purpose Register 7
GTM_MCS6_CH2_CTRL 0xF01F6120          MCS6 Channel 2 Control Register
GTM_MCS6_CH2_ACB 0xF01F6124          MCS6 Channel 2 ARU Control Bit Register
GTM_MCS6_CH2_MHB 0xF01F613C          MCS6 Channel 2 Memory High Byte Register
GTM_MCS6_CH2_PC 0xF01F6140          MCS6 Channel 2 Program Counter Register
GTM_MCS6_CH2_IRQ_NOTIFY 0xF01F6144          MCS6 Channel 2 Interrupt Notification Register
GTM_MCS6_CH2_IRQ_EN 0xF01F6148          MCS6 Channel 2 Interrupt Enable Register
GTM_MCS6_CH2_IRQ_FORCINT 0xF01F614C          MCS6 Channel 2 Force Interrupt Register
GTM_MCS6_CH2_IRQ_MODE 0xF01F6150          MCS6 Channel 2 Interrupt Mode Configuration Register
GTM_MCS6_CH2_EIRQ_EN 0xF01F6154          MCS6 Channel 2 Error Interrupt Enable Register
GTM_MCS6_CH3_R0 0xF01F6180          MCS6 Channel 3 General Purpose Register 0
GTM_MCS6_CH3_R1 0xF01F6184          MCS6 Channel 3 General Purpose Register 1
GTM_MCS6_CH3_R2 0xF01F6188          MCS6 Channel 3 General Purpose Register 2
GTM_MCS6_CH3_R3 0xF01F618C          MCS6 Channel 3 General Purpose Register 3
GTM_MCS6_CH3_R4 0xF01F6190          MCS6 Channel 3 General Purpose Register 4
GTM_MCS6_CH3_R5 0xF01F6194          MCS6 Channel 3 General Purpose Register 5
GTM_MCS6_CH3_R6 0xF01F6198          MCS6 Channel 3 General Purpose Register 6
GTM_MCS6_CH3_R7 0xF01F619C          MCS6 Channel 3 General Purpose Register 7
GTM_MCS6_CH3_CTRL 0xF01F61A0          MCS6 Channel 3 Control Register
GTM_MCS6_CH3_ACB 0xF01F61A4          MCS6 Channel 3 ARU Control Bit Register
GTM_MCS6_CH3_MHB 0xF01F61BC          MCS6 Channel 3 Memory High Byte Register
GTM_MCS6_CH3_PC 0xF01F61C0          MCS6 Channel 3 Program Counter Register
GTM_MCS6_CH3_IRQ_NOTIFY 0xF01F61C4          MCS6 Channel 3 Interrupt Notification Register
GTM_MCS6_CH3_IRQ_EN 0xF01F61C8          MCS6 Channel 3 Interrupt Enable Register
GTM_MCS6_CH3_IRQ_FORCINT 0xF01F61CC          MCS6 Channel 3 Force Interrupt Register
GTM_MCS6_CH3_IRQ_MODE 0xF01F61D0          MCS6 Channel 3 Interrupt Mode Configuration Register
GTM_MCS6_CH3_EIRQ_EN 0xF01F61D4          MCS6 Channel 3 Error Interrupt Enable Register
GTM_MCS6_CH4_R0 0xF01F6200          MCS6 Channel 4 General Purpose Register 0
GTM_MCS6_CH4_R1 0xF01F6204          MCS6 Channel 4 General Purpose Register 1
GTM_MCS6_CH4_R2 0xF01F6208          MCS6 Channel 4 General Purpose Register 2
GTM_MCS6_CH4_R3 0xF01F620C          MCS6 Channel 4 General Purpose Register 3
GTM_MCS6_CH4_R4 0xF01F6210          MCS6 Channel 4 General Purpose Register 4
GTM_MCS6_CH4_R5 0xF01F6214          MCS6 Channel 4 General Purpose Register 5
GTM_MCS6_CH4_R6 0xF01F6218          MCS6 Channel 4 General Purpose Register 6
GTM_MCS6_CH4_R7 0xF01F621C          MCS6 Channel 4 General Purpose Register 7
GTM_MCS6_CH4_CTRL 0xF01F6220          MCS6 Channel 4 Control Register
GTM_MCS6_CH4_ACB 0xF01F6224          MCS6 Channel 4 ARU Control Bit Register
GTM_MCS6_CH4_MHB 0xF01F623C          MCS6 Channel 4 Memory High Byte Register
GTM_MCS6_CH4_PC 0xF01F6240          MCS6 Channel 4 Program Counter Register
GTM_MCS6_CH4_IRQ_NOTIFY 0xF01F6244          MCS6 Channel 4 Interrupt Notification Register
GTM_MCS6_CH4_IRQ_EN 0xF01F6248          MCS6 Channel 4 Interrupt Enable Register
GTM_MCS6_CH4_IRQ_FORCINT 0xF01F624C          MCS6 Channel 4 Force Interrupt Register
GTM_MCS6_CH4_IRQ_MODE 0xF01F6250          MCS6 Channel 4 Interrupt Mode Configuration Register
GTM_MCS6_CH4_EIRQ_EN 0xF01F6254          MCS6 Channel 4 Error Interrupt Enable Register
GTM_MCS6_CH5_R0 0xF01F6280          MCS6 Channel 5 General Purpose Register 0
GTM_MCS6_CH5_R1 0xF01F6284          MCS6 Channel 5 General Purpose Register 1
GTM_MCS6_CH5_R2 0xF01F6288          MCS6 Channel 5 General Purpose Register 2
GTM_MCS6_CH5_R3 0xF01F628C          MCS6 Channel 5 General Purpose Register 3
GTM_MCS6_CH5_R4 0xF01F6290          MCS6 Channel 5 General Purpose Register 4
GTM_MCS6_CH5_R5 0xF01F6294          MCS6 Channel 5 General Purpose Register 5
GTM_MCS6_CH5_R6 0xF01F6298          MCS6 Channel 5 General Purpose Register 6
GTM_MCS6_CH5_R7 0xF01F629C          MCS6 Channel 5 General Purpose Register 7
GTM_MCS6_CH5_CTRL 0xF01F62A0          MCS6 Channel 5 Control Register
GTM_MCS6_CH5_ACB 0xF01F62A4          MCS6 Channel 5 ARU Control Bit Register
GTM_MCS6_CH5_MHB 0xF01F62BC          MCS6 Channel 5 Memory High Byte Register
GTM_MCS6_CH5_PC 0xF01F62C0          MCS6 Channel 5 Program Counter Register
GTM_MCS6_CH5_IRQ_NOTIFY 0xF01F62C4          MCS6 Channel 5 Interrupt Notification Register
GTM_MCS6_CH5_IRQ_EN 0xF01F62C8          MCS6 Channel 5 Interrupt Enable Register
GTM_MCS6_CH5_IRQ_FORCINT 0xF01F62CC          MCS6 Channel 5 Force Interrupt Register
GTM_MCS6_CH5_IRQ_MODE 0xF01F62D0          MCS6 Channel 5 Interrupt Mode Configuration Register
GTM_MCS6_CH5_EIRQ_EN 0xF01F62D4          MCS6 Channel 5 Error Interrupt Enable Register
GTM_MCS6_CH6_R0 0xF01F6300          MCS6 Channel 6 General Purpose Register 0
GTM_MCS6_CH6_R1 0xF01F6304          MCS6 Channel 6 General Purpose Register 1
GTM_MCS6_CH6_R2 0xF01F6308          MCS6 Channel 6 General Purpose Register 2
GTM_MCS6_CH6_R3 0xF01F630C          MCS6 Channel 6 General Purpose Register 3
GTM_MCS6_CH6_R4 0xF01F6310          MCS6 Channel 6 General Purpose Register 4
GTM_MCS6_CH6_R5 0xF01F6314          MCS6 Channel 6 General Purpose Register 5
GTM_MCS6_CH6_R6 0xF01F6318          MCS6 Channel 6 General Purpose Register 6
GTM_MCS6_CH6_R7 0xF01F631C          MCS6 Channel 6 General Purpose Register 7
GTM_MCS6_CH6_CTRL 0xF01F6320          MCS6 Channel 6 Control Register
GTM_MCS6_CH6_ACB 0xF01F6324          MCS6 Channel 6 ARU Control Bit Register
GTM_MCS6_CH6_MHB 0xF01F633C          MCS6 Channel 6 Memory High Byte Register
GTM_MCS6_CH6_PC 0xF01F6340          MCS6 Channel 6 Program Counter Register
GTM_MCS6_CH6_IRQ_NOTIFY 0xF01F6344          MCS6 Channel 6 Interrupt Notification Register
GTM_MCS6_CH6_IRQ_EN 0xF01F6348          MCS6 Channel 6 Interrupt Enable Register
GTM_MCS6_CH6_IRQ_FORCINT 0xF01F634C          MCS6 Channel 6 Force Interrupt Register
GTM_MCS6_CH6_IRQ_MODE 0xF01F6350          MCS6 Channel 6 Interrupt Mode Configuration Register
GTM_MCS6_CH6_EIRQ_EN 0xF01F6354          MCS6 Channel 6 Error Interrupt Enable Register
GTM_MCS6_CH7_R0 0xF01F6380          MCS6 Channel 7 General Purpose Register 0
GTM_MCS6_CH7_R1 0xF01F6384          MCS6 Channel 7 General Purpose Register 1
GTM_MCS6_CH7_R2 0xF01F6388          MCS6 Channel 7 General Purpose Register 2
GTM_MCS6_CH7_R3 0xF01F638C          MCS6 Channel 7 General Purpose Register 3
GTM_MCS6_CH7_R4 0xF01F6390          MCS6 Channel 7 General Purpose Register 4
GTM_MCS6_CH7_R5 0xF01F6394          MCS6 Channel 7 General Purpose Register 5
GTM_MCS6_CH7_R6 0xF01F6398          MCS6 Channel 7 General Purpose Register 6
GTM_MCS6_CH7_R7 0xF01F639C          MCS6 Channel 7 General Purpose Register 7
GTM_MCS6_CH7_CTRL 0xF01F63A0          MCS6 Channel 7 Control Register
GTM_MCS6_CH7_ACB 0xF01F63A4          MCS6 Channel 7 ARU Control Bit Register
GTM_MCS6_CH7_MHB 0xF01F63BC          MCS6 Channel 7 Memory High Byte Register
GTM_MCS6_CH7_PC 0xF01F63C0          MCS6 Channel 7 Program Counter Register
GTM_MCS6_CH7_IRQ_NOTIFY 0xF01F63C4          MCS6 Channel 7 Interrupt Notification Register
GTM_MCS6_CH7_IRQ_EN 0xF01F63C8          MCS6 Channel 7 Interrupt Enable Register
GTM_MCS6_CH7_IRQ_FORCINT 0xF01F63CC          MCS6 Channel 7 Force Interrupt Register
GTM_MCS6_CH7_IRQ_MODE 0xF01F63D0          MCS6 Channel 7 Interrupt Mode Configuration Register
GTM_MCS6_CH7_EIRQ_EN 0xF01F63D4          MCS6 Channel 7 Error Interrupt Enable Register
CAN0_CLC        0xF0208000          CAN Clock Control Register
CAN0_ID         0xF0208008          Module Identification Register
CAN0_MCR        0xF0208030          Module Control Register
CAN0_BUFADR     0xF0208034          Buffer receive address and transmit address
CAN0_MECR       0xF0208040          Measure Control Register
CAN0_MESTAT     0xF0208044          Measure Status Register
CAN0_ACCENCTR0  0xF02080DC          Access Enable Register Control 0
CAN0_OCS        0xF02080E8          OCDS Control and Status
CAN0_KRSTCLR    0xF02080EC          Kernel Reset Status Clear Register
CAN0_KRST1      0xF02080F0          Kernel Reset Register 1
CAN0_KRST0      0xF02080F4          Kernel Reset Register 0
CAN0_ACCEN0     0xF02080FC          Access Enable Register 0
CAN0_ACCENNODE00 0xF0208100          Access Enable Register CAN Node 0 0
CAN0_STARTADR0  0xF0208108          Start Address Node 0
CAN0_ENDADR0    0xF020810C          End Address Node 0
CAN0_ISREG0     0xF0208110          Interrupt Signalling Register 0
CAN0_GRINT10    0xF0208114          Interrupt routing for Groups 1 0
CAN0_GRINT20    0xF0208118          Interrupt routing for Groups 2 0
CAN0_NTCCR0     0xF0208120          Node 0 Timer Clock Control Register
CAN0_NTATTR0    0xF0208124          Node 0 Timer A Transmit Trigger Register
CAN0_NTBTTR0    0xF0208128          Node 0 Timer B Transmit Trigger Register
CAN0_NTCTTR0    0xF020812C          Node 0 Timer C Transmit Trigger Register
CAN0_NTRTR0     0xF0208130          Node 0 Timer Receive Timeout Register
CAN0_NPCR0      0xF0208140          Node 0 Port Control Register
CAN0_TTCR0      0xF02081F0          Time Trigger Control Register
CAN0_CREL0      0xF0208200          Core Release Register 0
CAN0_ENDN0      0xF0208204          Endian Register 0
CAN0_DBTP0      0xF020820C          Data Bit Timing 'and' Prescaler Register 0
CAN0_TEST0      0xF0208210          Test Register 0
CAN0_RWD0       0xF0208214          RAM Watchdog 0
CAN0_CCCR0      0xF0208218          CC Control Register 0
CAN0_NBTP0      0xF020821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN0_TSCC0      0xF0208220          Timestamp Counter Configuration 0
CAN0_TSCV0      0xF0208224          Timestamp Counter Value 0
CAN0_TOCC0      0xF0208228          Timeout Counter Configuration 0
CAN0_TOCV0      0xF020822C          Timeout Counter Value 0
CAN0_ECR0       0xF0208240          Error Counter Register 0
CAN0_PSR0       0xF0208244          Protocol Status Register 0
CAN0_TDCR0      0xF0208248          Transmitter Delay Compensation Register 0
CAN0_IR0        0xF0208250          Interrupt Register 0
CAN0_IE0        0xF0208254          Interrupt Enable 0
CAN0_GFC0       0xF0208280          Global Filter Configuration 0
CAN0_SIDFC0     0xF0208284          Standard ID Filter Configuration 0
CAN0_XIDFC0     0xF0208288          Extended ID Filter Configuration 0
CAN0_XIDAM0     0xF0208290          Extended ID AND Mask 0
CAN0_HPMS0      0xF0208294          High Priority Message Status 0
CAN0_NDAT10     0xF0208298          New Data 1 0
CAN0_NDAT20     0xF020829C          New Data 2 0
CAN0_RXF0C0     0xF02082A0          Rx FIFO 0 Configuration 0
CAN0_RXF0S0     0xF02082A4          Rx FIFO 0 Status 0
CAN0_RXF0A0     0xF02082A8          Rx FIFO 0 Acknowledge 0
CAN0_RXBC0      0xF02082AC          Rx Buffer Configuration 0
CAN0_RXF1C0     0xF02082B0          Rx FIFO 1 Configuration 0
CAN0_RXF1S0     0xF02082B4          Rx FIFO 1 Status 0
CAN0_RXF1A0     0xF02082B8          Rx FIFO 1 Acknowledge 0
CAN0_RXESC0     0xF02082BC          Rx Buffer/FIFO Element Size Configuration 0
CAN0_TXBC0      0xF02082C0          Tx Buffer Configuration 0
CAN0_TXFQS0     0xF02082C4          Tx FIFO/Queue Status 0
CAN0_TXESC0     0xF02082C8          Tx Buffer Element Size Configuration 0
CAN0_TXBRP0     0xF02082CC          Tx Buffer Request Pending 0
CAN0_TXBAR0     0xF02082D0          Tx Buffer Add Request 0
CAN0_TXBCR0     0xF02082D4          Tx Buffer Cancellation Request 0
CAN0_TXBTO0     0xF02082D8          Tx Buffer Transmission Occurred 0
CAN0_TXBCF0     0xF02082DC          Tx Buffer Cancellation Finished 0
CAN0_TXBTIE0    0xF02082E0          Tx Buffer Transmission Interrupt Enable 0
CAN0_TXBCIE0    0xF02082E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN0_TXEFC0     0xF02082F0          Tx Event FIFO Configuration 0
CAN0_TXEFS0     0xF02082F4          Tx Event FIFO Status 0
CAN0_TXEFA0     0xF02082F8          Tx Event FIFO Acknowledge 0
CAN0_TTTMC0     0xF0208300          TT Trigger Memory Configuration 0
CAN0_TTRMC0     0xF0208304          TT Reference Message Configuration 0
CAN0_TTOCF0     0xF0208308          TT Operation Configuration 0
CAN0_TTMLM0     0xF020830C          TT Matrix Limits 0
CAN0_TURCF0     0xF0208310          TUR Configuration 0
CAN0_TTOCN0     0xF0208314          TT Operation Control 0
CAN0_TTGTP0     0xF0208318          TT Global Time Preset 0
CAN0_TTTMK0     0xF020831C          TT Time Mark 0
CAN0_TTIR0      0xF0208320          TT Interrupt Register 0
CAN0_TTIE0      0xF0208324          TT Interrupt Enable 0
CAN0_TTOST0     0xF020832C          TT Operation Status 0
CAN0_TURNA0     0xF0208330          TUR Numerator Actual 0
CAN0_TTLGT0     0xF0208334          TT Local 'and' Global Time 0
CAN0_TTCTC0     0xF0208338          TT Cycle Time 'and' Count 0
CAN0_TTCPT0     0xF020833C          TT Capture Time 0
CAN0_TTCSM0     0xF0208340          TT Cycle Sync Mark 0
CAN0_ACCENNODE10 0xF0208500          Access Enable Register CAN Node 1 0
CAN0_STARTADR1  0xF0208508          Start Address Node 1
CAN0_ENDADR1    0xF020850C          End Address Node 1
CAN0_ISREG1     0xF0208510          Interrupt Signalling Register 1
CAN0_GRINT11    0xF0208514          Interrupt routing for Groups 1 1
CAN0_GRINT21    0xF0208518          Interrupt routing for Groups 2 1
CAN0_NTCCR1     0xF0208520          Node 1 Timer Clock Control Register
CAN0_NTATTR1    0xF0208524          Node 1 Timer A Transmit Trigger Register
CAN0_NTBTTR1    0xF0208528          Node 1 Timer B Transmit Trigger Register
CAN0_NTCTTR1    0xF020852C          Node 1 Timer C Transmit Trigger Register
CAN0_NTRTR1     0xF0208530          Node 1 Timer Receive Timeout Register
CAN0_NPCR1      0xF0208540          Node 1 Port Control Register
CAN0_CREL1      0xF0208600          Core Release Register 1
CAN0_ENDN1      0xF0208604          Endian Register 1
CAN0_DBTP1      0xF020860C          Data Bit Timing 'and' Prescaler Register 1
CAN0_TEST1      0xF0208610          Test Register 1
CAN0_RWD1       0xF0208614          RAM Watchdog 1
CAN0_CCCR1      0xF0208618          CC Control Register 1
CAN0_NBTP1      0xF020861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN0_TSCC1      0xF0208620          Timestamp Counter Configuration 1
CAN0_TSCV1      0xF0208624          Timestamp Counter Value 1
CAN0_TOCC1      0xF0208628          Timeout Counter Configuration 1
CAN0_TOCV1      0xF020862C          Timeout Counter Value 1
CAN0_ECR1       0xF0208640          Error Counter Register 1
CAN0_PSR1       0xF0208644          Protocol Status Register 1
CAN0_TDCR1      0xF0208648          Transmitter Delay Compensation Register 1
CAN0_IR1        0xF0208650          Interrupt Register 1
CAN0_IE1        0xF0208654          Interrupt Enable 1
CAN0_GFC1       0xF0208680          Global Filter Configuration 1
CAN0_SIDFC1     0xF0208684          Standard ID Filter Configuration 1
CAN0_XIDFC1     0xF0208688          Extended ID Filter Configuration 1
CAN0_XIDAM1     0xF0208690          Extended ID AND Mask 1
CAN0_HPMS1      0xF0208694          High Priority Message Status 1
CAN0_NDAT11     0xF0208698          New Data 1 1
CAN0_NDAT21     0xF020869C          New Data 2 1
CAN0_RXF0C1     0xF02086A0          Rx FIFO 0 Configuration 1
CAN0_RXF0S1     0xF02086A4          Rx FIFO 0 Status 1
CAN0_RXF0A1     0xF02086A8          Rx FIFO 0 Acknowledge 1
CAN0_RXBC1      0xF02086AC          Rx Buffer Configuration 1
CAN0_RXF1C1     0xF02086B0          Rx FIFO 1 Configuration 1
CAN0_RXF1S1     0xF02086B4          Rx FIFO 1 Status 1
CAN0_RXF1A1     0xF02086B8          Rx FIFO 1 Acknowledge 1
CAN0_RXESC1     0xF02086BC          Rx Buffer/FIFO Element Size Configuration 1
CAN0_TXBC1      0xF02086C0          Tx Buffer Configuration 1
CAN0_TXFQS1     0xF02086C4          Tx FIFO/Queue Status 1
CAN0_TXESC1     0xF02086C8          Tx Buffer Element Size Configuration 1
CAN0_TXBRP1     0xF02086CC          Tx Buffer Request Pending 1
CAN0_TXBAR1     0xF02086D0          Tx Buffer Add Request 1
CAN0_TXBCR1     0xF02086D4          Tx Buffer Cancellation Request 1
CAN0_TXBTO1     0xF02086D8          Tx Buffer Transmission Occurred 1
CAN0_TXBCF1     0xF02086DC          Tx Buffer Cancellation Finished 1
CAN0_TXBTIE1    0xF02086E0          Tx Buffer Transmission Interrupt Enable 1
CAN0_TXBCIE1    0xF02086E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN0_TXEFC1     0xF02086F0          Tx Event FIFO Configuration 1
CAN0_TXEFS1     0xF02086F4          Tx Event FIFO Status 1
CAN0_TXEFA1     0xF02086F8          Tx Event FIFO Acknowledge 1
CAN0_ACCENNODE20 0xF0208900          Access Enable Register CAN Node 2 0
CAN0_STARTADR2  0xF0208908          Start Address Node 2
CAN0_ENDADR2    0xF020890C          End Address Node 2
CAN0_ISREG2     0xF0208910          Interrupt Signalling Register 2
CAN0_GRINT12    0xF0208914          Interrupt routing for Groups 1 2
CAN0_GRINT22    0xF0208918          Interrupt routing for Groups 2 2
CAN0_NTCCR2     0xF0208920          Node 2 Timer Clock Control Register
CAN0_NTATTR2    0xF0208924          Node 2 Timer A Transmit Trigger Register
CAN0_NTBTTR2    0xF0208928          Node 2 Timer B Transmit Trigger Register
CAN0_NTCTTR2    0xF020892C          Node 2 Timer C Transmit Trigger Register
CAN0_NTRTR2     0xF0208930          Node 2 Timer Receive Timeout Register
CAN0_NPCR2      0xF0208940          Node 2 Port Control Register
CAN0_CREL2      0xF0208A00          Core Release Register 2
CAN0_ENDN2      0xF0208A04          Endian Register 2
CAN0_DBTP2      0xF0208A0C          Data Bit Timing 'and' Prescaler Register 2
CAN0_TEST2      0xF0208A10          Test Register 2
CAN0_RWD2       0xF0208A14          RAM Watchdog 2
CAN0_CCCR2      0xF0208A18          CC Control Register 2
CAN0_NBTP2      0xF0208A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN0_TSCC2      0xF0208A20          Timestamp Counter Configuration 2
CAN0_TSCV2      0xF0208A24          Timestamp Counter Value 2
CAN0_TOCC2      0xF0208A28          Timeout Counter Configuration 2
CAN0_TOCV2      0xF0208A2C          Timeout Counter Value 2
CAN0_ECR2       0xF0208A40          Error Counter Register 2
CAN0_PSR2       0xF0208A44          Protocol Status Register 2
CAN0_TDCR2      0xF0208A48          Transmitter Delay Compensation Register 2
CAN0_IR2        0xF0208A50          Interrupt Register 2
CAN0_IE2        0xF0208A54          Interrupt Enable 2
CAN0_GFC2       0xF0208A80          Global Filter Configuration 2
CAN0_SIDFC2     0xF0208A84          Standard ID Filter Configuration 2
CAN0_XIDFC2     0xF0208A88          Extended ID Filter Configuration 2
CAN0_XIDAM2     0xF0208A90          Extended ID AND Mask 2
CAN0_HPMS2      0xF0208A94          High Priority Message Status 2
CAN0_NDAT12     0xF0208A98          New Data 1 2
CAN0_NDAT22     0xF0208A9C          New Data 2 2
CAN0_RXF0C2     0xF0208AA0          Rx FIFO 0 Configuration 2
CAN0_RXF0S2     0xF0208AA4          Rx FIFO 0 Status 2
CAN0_RXF0A2     0xF0208AA8          Rx FIFO 0 Acknowledge 2
CAN0_RXBC2      0xF0208AAC          Rx Buffer Configuration 2
CAN0_RXF1C2     0xF0208AB0          Rx FIFO 1 Configuration 2
CAN0_RXF1S2     0xF0208AB4          Rx FIFO 1 Status 2
CAN0_RXF1A2     0xF0208AB8          Rx FIFO 1 Acknowledge 2
CAN0_RXESC2     0xF0208ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN0_TXBC2      0xF0208AC0          Tx Buffer Configuration 2
CAN0_TXFQS2     0xF0208AC4          Tx FIFO/Queue Status 2
CAN0_TXESC2     0xF0208AC8          Tx Buffer Element Size Configuration 2
CAN0_TXBRP2     0xF0208ACC          Tx Buffer Request Pending 2
CAN0_TXBAR2     0xF0208AD0          Tx Buffer Add Request 2
CAN0_TXBCR2     0xF0208AD4          Tx Buffer Cancellation Request 2
CAN0_TXBTO2     0xF0208AD8          Tx Buffer Transmission Occurred 2
CAN0_TXBCF2     0xF0208ADC          Tx Buffer Cancellation Finished 2
CAN0_TXBTIE2    0xF0208AE0          Tx Buffer Transmission Interrupt Enable 2
CAN0_TXBCIE2    0xF0208AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN0_TXEFC2     0xF0208AF0          Tx Event FIFO Configuration 2
CAN0_TXEFS2     0xF0208AF4          Tx Event FIFO Status 2
CAN0_TXEFA2     0xF0208AF8          Tx Event FIFO Acknowledge 2
CAN0_ACCENNODE30 0xF0208D00          Access Enable Register CAN Node 3 0
CAN0_STARTADR3  0xF0208D08          Start Address Node 3
CAN0_ENDADR3    0xF0208D0C          End Address Node 3
CAN0_ISREG3     0xF0208D10          Interrupt Signalling Register 3
CAN0_GRINT13    0xF0208D14          Interrupt routing for Groups 1 3
CAN0_GRINT23    0xF0208D18          Interrupt routing for Groups 2 3
CAN0_NTCCR3     0xF0208D20          Node 3 Timer Clock Control Register
CAN0_NTATTR3    0xF0208D24          Node 3 Timer A Transmit Trigger Register
CAN0_NTBTTR3    0xF0208D28          Node 3 Timer B Transmit Trigger Register
CAN0_NTCTTR3    0xF0208D2C          Node 3 Timer C Transmit Trigger Register
CAN0_NTRTR3     0xF0208D30          Node 3 Timer Receive Timeout Register
CAN0_NPCR3      0xF0208D40          Node 3 Port Control Register
CAN0_CREL3      0xF0208E00          Core Release Register 3
CAN0_ENDN3      0xF0208E04          Endian Register 3
CAN0_DBTP3      0xF0208E0C          Data Bit Timing 'and' Prescaler Register 3
CAN0_TEST3      0xF0208E10          Test Register 3
CAN0_RWD3       0xF0208E14          RAM Watchdog 3
CAN0_CCCR3      0xF0208E18          CC Control Register 3
CAN0_NBTP3      0xF0208E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN0_TSCC3      0xF0208E20          Timestamp Counter Configuration 3
CAN0_TSCV3      0xF0208E24          Timestamp Counter Value 3
CAN0_TOCC3      0xF0208E28          Timeout Counter Configuration 3
CAN0_TOCV3      0xF0208E2C          Timeout Counter Value 3
CAN0_ECR3       0xF0208E40          Error Counter Register 3
CAN0_PSR3       0xF0208E44          Protocol Status Register 3
CAN0_TDCR3      0xF0208E48          Transmitter Delay Compensation Register 3
CAN0_IR3        0xF0208E50          Interrupt Register 3
CAN0_IE3        0xF0208E54          Interrupt Enable 3
CAN0_GFC3       0xF0208E80          Global Filter Configuration 3
CAN0_SIDFC3     0xF0208E84          Standard ID Filter Configuration 3
CAN0_XIDFC3     0xF0208E88          Extended ID Filter Configuration 3
CAN0_XIDAM3     0xF0208E90          Extended ID AND Mask 3
CAN0_HPMS3      0xF0208E94          High Priority Message Status 3
CAN0_NDAT13     0xF0208E98          New Data 1 3
CAN0_NDAT23     0xF0208E9C          New Data 2 3
CAN0_RXF0C3     0xF0208EA0          Rx FIFO 0 Configuration 3
CAN0_RXF0S3     0xF0208EA4          Rx FIFO 0 Status 3
CAN0_RXF0A3     0xF0208EA8          Rx FIFO 0 Acknowledge 3
CAN0_RXBC3      0xF0208EAC          Rx Buffer Configuration 3
CAN0_RXF1C3     0xF0208EB0          Rx FIFO 1 Configuration 3
CAN0_RXF1S3     0xF0208EB4          Rx FIFO 1 Status 3
CAN0_RXF1A3     0xF0208EB8          Rx FIFO 1 Acknowledge 3
CAN0_RXESC3     0xF0208EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN0_TXBC3      0xF0208EC0          Tx Buffer Configuration 3
CAN0_TXFQS3     0xF0208EC4          Tx FIFO/Queue Status 3
CAN0_TXESC3     0xF0208EC8          Tx Buffer Element Size Configuration 3
CAN0_TXBRP3     0xF0208ECC          Tx Buffer Request Pending 3
CAN0_TXBAR3     0xF0208ED0          Tx Buffer Add Request 3
CAN0_TXBCR3     0xF0208ED4          Tx Buffer Cancellation Request 3
CAN0_TXBTO3     0xF0208ED8          Tx Buffer Transmission Occurred 3
CAN0_TXBCF3     0xF0208EDC          Tx Buffer Cancellation Finished 3
CAN0_TXBTIE3    0xF0208EE0          Tx Buffer Transmission Interrupt Enable 3
CAN0_TXBCIE3    0xF0208EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN0_TXEFC3     0xF0208EF0          Tx Event FIFO Configuration 3
CAN0_TXEFS3     0xF0208EF4          Tx Event FIFO Status 3
CAN0_TXEFA3     0xF0208EF8          Tx Event FIFO Acknowledge 3
CAN1_CLC        0xF0218000          CAN Clock Control Register
CAN1_ID         0xF0218008          Module Identification Register
CAN1_MCR        0xF0218030          Module Control Register
CAN1_ACCENCTR0  0xF02180DC          Access Enable Register Control 0
CAN1_OCS        0xF02180E8          OCDS Control and Status
CAN1_KRSTCLR    0xF02180EC          Kernel Reset Status Clear Register
CAN1_KRST1      0xF02180F0          Kernel Reset Register 1
CAN1_KRST0      0xF02180F4          Kernel Reset Register 0
CAN1_ACCEN0     0xF02180FC          Access Enable Register 0
CAN1_ACCENNODE00 0xF0218100          Access Enable Register CAN Node 0 0
CAN1_STARTADR0  0xF0218108          Start Address Node 0
CAN1_ENDADR0    0xF021810C          End Address Node 0
CAN1_ISREG0     0xF0218110          Interrupt Signalling Register 0
CAN1_GRINT10    0xF0218114          Interrupt routing for Groups 1 0
CAN1_GRINT20    0xF0218118          Interrupt routing for Groups 2 0
CAN1_NTCCR0     0xF0218120          Node 0 Timer Clock Control Register
CAN1_NTATTR0    0xF0218124          Node 0 Timer A Transmit Trigger Register
CAN1_NTBTTR0    0xF0218128          Node 0 Timer B Transmit Trigger Register
CAN1_NTCTTR0    0xF021812C          Node 0 Timer C Transmit Trigger Register
CAN1_NTRTR0     0xF0218130          Node 0 Timer Receive Timeout Register
CAN1_NPCR0      0xF0218140          Node 0 Port Control Register
CAN1_CREL0      0xF0218200          Core Release Register 0
CAN1_ENDN0      0xF0218204          Endian Register 0
CAN1_DBTP0      0xF021820C          Data Bit Timing 'and' Prescaler Register 0
CAN1_TEST0      0xF0218210          Test Register 0
CAN1_RWD0       0xF0218214          RAM Watchdog 0
CAN1_CCCR0      0xF0218218          CC Control Register 0
CAN1_NBTP0      0xF021821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN1_TSCC0      0xF0218220          Timestamp Counter Configuration 0
CAN1_TSCV0      0xF0218224          Timestamp Counter Value 0
CAN1_TOCC0      0xF0218228          Timeout Counter Configuration 0
CAN1_TOCV0      0xF021822C          Timeout Counter Value 0
CAN1_ECR0       0xF0218240          Error Counter Register 0
CAN1_PSR0       0xF0218244          Protocol Status Register 0
CAN1_TDCR0      0xF0218248          Transmitter Delay Compensation Register 0
CAN1_IR0        0xF0218250          Interrupt Register 0
CAN1_IE0        0xF0218254          Interrupt Enable 0
CAN1_GFC0       0xF0218280          Global Filter Configuration 0
CAN1_SIDFC0     0xF0218284          Standard ID Filter Configuration 0
CAN1_XIDFC0     0xF0218288          Extended ID Filter Configuration 0
CAN1_XIDAM0     0xF0218290          Extended ID AND Mask 0
CAN1_HPMS0      0xF0218294          High Priority Message Status 0
CAN1_NDAT10     0xF0218298          New Data 1 0
CAN1_NDAT20     0xF021829C          New Data 2 0
CAN1_RXF0C0     0xF02182A0          Rx FIFO 0 Configuration 0
CAN1_RXF0S0     0xF02182A4          Rx FIFO 0 Status 0
CAN1_RXF0A0     0xF02182A8          Rx FIFO 0 Acknowledge 0
CAN1_RXBC0      0xF02182AC          Rx Buffer Configuration 0
CAN1_RXF1C0     0xF02182B0          Rx FIFO 1 Configuration 0
CAN1_RXF1S0     0xF02182B4          Rx FIFO 1 Status 0
CAN1_RXF1A0     0xF02182B8          Rx FIFO 1 Acknowledge 0
CAN1_RXESC0     0xF02182BC          Rx Buffer/FIFO Element Size Configuration 0
CAN1_TXBC0      0xF02182C0          Tx Buffer Configuration 0
CAN1_TXFQS0     0xF02182C4          Tx FIFO/Queue Status 0
CAN1_TXESC0     0xF02182C8          Tx Buffer Element Size Configuration 0
CAN1_TXBRP0     0xF02182CC          Tx Buffer Request Pending 0
CAN1_TXBAR0     0xF02182D0          Tx Buffer Add Request 0
CAN1_TXBCR0     0xF02182D4          Tx Buffer Cancellation Request 0
CAN1_TXBTO0     0xF02182D8          Tx Buffer Transmission Occurred 0
CAN1_TXBCF0     0xF02182DC          Tx Buffer Cancellation Finished 0
CAN1_TXBTIE0    0xF02182E0          Tx Buffer Transmission Interrupt Enable 0
CAN1_TXBCIE0    0xF02182E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN1_TXEFC0     0xF02182F0          Tx Event FIFO Configuration 0
CAN1_TXEFS0     0xF02182F4          Tx Event FIFO Status 0
CAN1_TXEFA0     0xF02182F8          Tx Event FIFO Acknowledge 0
CAN1_ACCENNODE10 0xF0218500          Access Enable Register CAN Node 1 0
CAN1_STARTADR1  0xF0218508          Start Address Node 1
CAN1_ENDADR1    0xF021850C          End Address Node 1
CAN1_ISREG1     0xF0218510          Interrupt Signalling Register 1
CAN1_GRINT11    0xF0218514          Interrupt routing for Groups 1 1
CAN1_GRINT21    0xF0218518          Interrupt routing for Groups 2 1
CAN1_NTCCR1     0xF0218520          Node 1 Timer Clock Control Register
CAN1_NTATTR1    0xF0218524          Node 1 Timer A Transmit Trigger Register
CAN1_NTBTTR1    0xF0218528          Node 1 Timer B Transmit Trigger Register
CAN1_NTCTTR1    0xF021852C          Node 1 Timer C Transmit Trigger Register
CAN1_NTRTR1     0xF0218530          Node 1 Timer Receive Timeout Register
CAN1_NPCR1      0xF0218540          Node 1 Port Control Register
CAN1_CREL1      0xF0218600          Core Release Register 1
CAN1_ENDN1      0xF0218604          Endian Register 1
CAN1_DBTP1      0xF021860C          Data Bit Timing 'and' Prescaler Register 1
CAN1_TEST1      0xF0218610          Test Register 1
CAN1_RWD1       0xF0218614          RAM Watchdog 1
CAN1_CCCR1      0xF0218618          CC Control Register 1
CAN1_NBTP1      0xF021861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN1_TSCC1      0xF0218620          Timestamp Counter Configuration 1
CAN1_TSCV1      0xF0218624          Timestamp Counter Value 1
CAN1_TOCC1      0xF0218628          Timeout Counter Configuration 1
CAN1_TOCV1      0xF021862C          Timeout Counter Value 1
CAN1_ECR1       0xF0218640          Error Counter Register 1
CAN1_PSR1       0xF0218644          Protocol Status Register 1
CAN1_TDCR1      0xF0218648          Transmitter Delay Compensation Register 1
CAN1_IR1        0xF0218650          Interrupt Register 1
CAN1_IE1        0xF0218654          Interrupt Enable 1
CAN1_GFC1       0xF0218680          Global Filter Configuration 1
CAN1_SIDFC1     0xF0218684          Standard ID Filter Configuration 1
CAN1_XIDFC1     0xF0218688          Extended ID Filter Configuration 1
CAN1_XIDAM1     0xF0218690          Extended ID AND Mask 1
CAN1_HPMS1      0xF0218694          High Priority Message Status 1
CAN1_NDAT11     0xF0218698          New Data 1 1
CAN1_NDAT21     0xF021869C          New Data 2 1
CAN1_RXF0C1     0xF02186A0          Rx FIFO 0 Configuration 1
CAN1_RXF0S1     0xF02186A4          Rx FIFO 0 Status 1
CAN1_RXF0A1     0xF02186A8          Rx FIFO 0 Acknowledge 1
CAN1_RXBC1      0xF02186AC          Rx Buffer Configuration 1
CAN1_RXF1C1     0xF02186B0          Rx FIFO 1 Configuration 1
CAN1_RXF1S1     0xF02186B4          Rx FIFO 1 Status 1
CAN1_RXF1A1     0xF02186B8          Rx FIFO 1 Acknowledge 1
CAN1_RXESC1     0xF02186BC          Rx Buffer/FIFO Element Size Configuration 1
CAN1_TXBC1      0xF02186C0          Tx Buffer Configuration 1
CAN1_TXFQS1     0xF02186C4          Tx FIFO/Queue Status 1
CAN1_TXESC1     0xF02186C8          Tx Buffer Element Size Configuration 1
CAN1_TXBRP1     0xF02186CC          Tx Buffer Request Pending 1
CAN1_TXBAR1     0xF02186D0          Tx Buffer Add Request 1
CAN1_TXBCR1     0xF02186D4          Tx Buffer Cancellation Request 1
CAN1_TXBTO1     0xF02186D8          Tx Buffer Transmission Occurred 1
CAN1_TXBCF1     0xF02186DC          Tx Buffer Cancellation Finished 1
CAN1_TXBTIE1    0xF02186E0          Tx Buffer Transmission Interrupt Enable 1
CAN1_TXBCIE1    0xF02186E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN1_TXEFC1     0xF02186F0          Tx Event FIFO Configuration 1
CAN1_TXEFS1     0xF02186F4          Tx Event FIFO Status 1
CAN1_TXEFA1     0xF02186F8          Tx Event FIFO Acknowledge 1
CAN1_ACCENNODE20 0xF0218900          Access Enable Register CAN Node 2 0
CAN1_STARTADR2  0xF0218908          Start Address Node 2
CAN1_ENDADR2    0xF021890C          End Address Node 2
CAN1_ISREG2     0xF0218910          Interrupt Signalling Register 2
CAN1_GRINT12    0xF0218914          Interrupt routing for Groups 1 2
CAN1_GRINT22    0xF0218918          Interrupt routing for Groups 2 2
CAN1_NTCCR2     0xF0218920          Node 2 Timer Clock Control Register
CAN1_NTATTR2    0xF0218924          Node 2 Timer A Transmit Trigger Register
CAN1_NTBTTR2    0xF0218928          Node 2 Timer B Transmit Trigger Register
CAN1_NTCTTR2    0xF021892C          Node 2 Timer C Transmit Trigger Register
CAN1_NTRTR2     0xF0218930          Node 2 Timer Receive Timeout Register
CAN1_NPCR2      0xF0218940          Node 2 Port Control Register
CAN1_CREL2      0xF0218A00          Core Release Register 2
CAN1_ENDN2      0xF0218A04          Endian Register 2
CAN1_DBTP2      0xF0218A0C          Data Bit Timing 'and' Prescaler Register 2
CAN1_TEST2      0xF0218A10          Test Register 2
CAN1_RWD2       0xF0218A14          RAM Watchdog 2
CAN1_CCCR2      0xF0218A18          CC Control Register 2
CAN1_NBTP2      0xF0218A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN1_TSCC2      0xF0218A20          Timestamp Counter Configuration 2
CAN1_TSCV2      0xF0218A24          Timestamp Counter Value 2
CAN1_TOCC2      0xF0218A28          Timeout Counter Configuration 2
CAN1_TOCV2      0xF0218A2C          Timeout Counter Value 2
CAN1_ECR2       0xF0218A40          Error Counter Register 2
CAN1_PSR2       0xF0218A44          Protocol Status Register 2
CAN1_TDCR2      0xF0218A48          Transmitter Delay Compensation Register 2
CAN1_IR2        0xF0218A50          Interrupt Register 2
CAN1_IE2        0xF0218A54          Interrupt Enable 2
CAN1_GFC2       0xF0218A80          Global Filter Configuration 2
CAN1_SIDFC2     0xF0218A84          Standard ID Filter Configuration 2
CAN1_XIDFC2     0xF0218A88          Extended ID Filter Configuration 2
CAN1_XIDAM2     0xF0218A90          Extended ID AND Mask 2
CAN1_HPMS2      0xF0218A94          High Priority Message Status 2
CAN1_NDAT12     0xF0218A98          New Data 1 2
CAN1_NDAT22     0xF0218A9C          New Data 2 2
CAN1_RXF0C2     0xF0218AA0          Rx FIFO 0 Configuration 2
CAN1_RXF0S2     0xF0218AA4          Rx FIFO 0 Status 2
CAN1_RXF0A2     0xF0218AA8          Rx FIFO 0 Acknowledge 2
CAN1_RXBC2      0xF0218AAC          Rx Buffer Configuration 2
CAN1_RXF1C2     0xF0218AB0          Rx FIFO 1 Configuration 2
CAN1_RXF1S2     0xF0218AB4          Rx FIFO 1 Status 2
CAN1_RXF1A2     0xF0218AB8          Rx FIFO 1 Acknowledge 2
CAN1_RXESC2     0xF0218ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN1_TXBC2      0xF0218AC0          Tx Buffer Configuration 2
CAN1_TXFQS2     0xF0218AC4          Tx FIFO/Queue Status 2
CAN1_TXESC2     0xF0218AC8          Tx Buffer Element Size Configuration 2
CAN1_TXBRP2     0xF0218ACC          Tx Buffer Request Pending 2
CAN1_TXBAR2     0xF0218AD0          Tx Buffer Add Request 2
CAN1_TXBCR2     0xF0218AD4          Tx Buffer Cancellation Request 2
CAN1_TXBTO2     0xF0218AD8          Tx Buffer Transmission Occurred 2
CAN1_TXBCF2     0xF0218ADC          Tx Buffer Cancellation Finished 2
CAN1_TXBTIE2    0xF0218AE0          Tx Buffer Transmission Interrupt Enable 2
CAN1_TXBCIE2    0xF0218AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN1_TXEFC2     0xF0218AF0          Tx Event FIFO Configuration 2
CAN1_TXEFS2     0xF0218AF4          Tx Event FIFO Status 2
CAN1_TXEFA2     0xF0218AF8          Tx Event FIFO Acknowledge 2
CAN1_ACCENNODE30 0xF0218D00          Access Enable Register CAN Node 3 0
CAN1_STARTADR3  0xF0218D08          Start Address Node 3
CAN1_ENDADR3    0xF0218D0C          End Address Node 3
CAN1_ISREG3     0xF0218D10          Interrupt Signalling Register 3
CAN1_GRINT13    0xF0218D14          Interrupt routing for Groups 1 3
CAN1_GRINT23    0xF0218D18          Interrupt routing for Groups 2 3
CAN1_NTCCR3     0xF0218D20          Node 3 Timer Clock Control Register
CAN1_NTATTR3    0xF0218D24          Node 3 Timer A Transmit Trigger Register
CAN1_NTBTTR3    0xF0218D28          Node 3 Timer B Transmit Trigger Register
CAN1_NTCTTR3    0xF0218D2C          Node 3 Timer C Transmit Trigger Register
CAN1_NTRTR3     0xF0218D30          Node 3 Timer Receive Timeout Register
CAN1_NPCR3      0xF0218D40          Node 3 Port Control Register
CAN1_CREL3      0xF0218E00          Core Release Register 3
CAN1_ENDN3      0xF0218E04          Endian Register 3
CAN1_DBTP3      0xF0218E0C          Data Bit Timing 'and' Prescaler Register 3
CAN1_TEST3      0xF0218E10          Test Register 3
CAN1_RWD3       0xF0218E14          RAM Watchdog 3
CAN1_CCCR3      0xF0218E18          CC Control Register 3
CAN1_NBTP3      0xF0218E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN1_TSCC3      0xF0218E20          Timestamp Counter Configuration 3
CAN1_TSCV3      0xF0218E24          Timestamp Counter Value 3
CAN1_TOCC3      0xF0218E28          Timeout Counter Configuration 3
CAN1_TOCV3      0xF0218E2C          Timeout Counter Value 3
CAN1_ECR3       0xF0218E40          Error Counter Register 3
CAN1_PSR3       0xF0218E44          Protocol Status Register 3
CAN1_TDCR3      0xF0218E48          Transmitter Delay Compensation Register 3
CAN1_IR3        0xF0218E50          Interrupt Register 3
CAN1_IE3        0xF0218E54          Interrupt Enable 3
CAN1_GFC3       0xF0218E80          Global Filter Configuration 3
CAN1_SIDFC3     0xF0218E84          Standard ID Filter Configuration 3
CAN1_XIDFC3     0xF0218E88          Extended ID Filter Configuration 3
CAN1_XIDAM3     0xF0218E90          Extended ID AND Mask 3
CAN1_HPMS3      0xF0218E94          High Priority Message Status 3
CAN1_NDAT13     0xF0218E98          New Data 1 3
CAN1_NDAT23     0xF0218E9C          New Data 2 3
CAN1_RXF0C3     0xF0218EA0          Rx FIFO 0 Configuration 3
CAN1_RXF0S3     0xF0218EA4          Rx FIFO 0 Status 3
CAN1_RXF0A3     0xF0218EA8          Rx FIFO 0 Acknowledge 3
CAN1_RXBC3      0xF0218EAC          Rx Buffer Configuration 3
CAN1_RXF1C3     0xF0218EB0          Rx FIFO 1 Configuration 3
CAN1_RXF1S3     0xF0218EB4          Rx FIFO 1 Status 3
CAN1_RXF1A3     0xF0218EB8          Rx FIFO 1 Acknowledge 3
CAN1_RXESC3     0xF0218EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN1_TXBC3      0xF0218EC0          Tx Buffer Configuration 3
CAN1_TXFQS3     0xF0218EC4          Tx FIFO/Queue Status 3
CAN1_TXESC3     0xF0218EC8          Tx Buffer Element Size Configuration 3
CAN1_TXBRP3     0xF0218ECC          Tx Buffer Request Pending 3
CAN1_TXBAR3     0xF0218ED0          Tx Buffer Add Request 3
CAN1_TXBCR3     0xF0218ED4          Tx Buffer Cancellation Request 3
CAN1_TXBTO3     0xF0218ED8          Tx Buffer Transmission Occurred 3
CAN1_TXBCF3     0xF0218EDC          Tx Buffer Cancellation Finished 3
CAN1_TXBTIE3    0xF0218EE0          Tx Buffer Transmission Interrupt Enable 3
CAN1_TXBCIE3    0xF0218EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN1_TXEFC3     0xF0218EF0          Tx Event FIFO Configuration 3
CAN1_TXEFS3     0xF0218EF4          Tx Event FIFO Status 3
CAN1_TXEFA3     0xF0218EF8          Tx Event FIFO Acknowledge 3
CAN2_CLC        0xF0228000          CAN Clock Control Register
CAN2_ID         0xF0228008          Module Identification Register
CAN2_MCR        0xF0228030          Module Control Register
CAN2_ACCENCTR0  0xF02280DC          Access Enable Register Control 0
CAN2_OCS        0xF02280E8          OCDS Control and Status
CAN2_KRSTCLR    0xF02280EC          Kernel Reset Status Clear Register
CAN2_KRST1      0xF02280F0          Kernel Reset Register 1
CAN2_KRST0      0xF02280F4          Kernel Reset Register 0
CAN2_ACCEN0     0xF02280FC          Access Enable Register 0
CAN2_ACCENNODE00 0xF0228100          Access Enable Register CAN Node 0 0
CAN2_STARTADR0  0xF0228108          Start Address Node 0
CAN2_ENDADR0    0xF022810C          End Address Node 0
CAN2_ISREG0     0xF0228110          Interrupt Signalling Register 0
CAN2_GRINT10    0xF0228114          Interrupt routing for Groups 1 0
CAN2_GRINT20    0xF0228118          Interrupt routing for Groups 2 0
CAN2_NTCCR0     0xF0228120          Node 0 Timer Clock Control Register
CAN2_NTATTR0    0xF0228124          Node 0 Timer A Transmit Trigger Register
CAN2_NTBTTR0    0xF0228128          Node 0 Timer B Transmit Trigger Register
CAN2_NTCTTR0    0xF022812C          Node 0 Timer C Transmit Trigger Register
CAN2_NTRTR0     0xF0228130          Node 0 Timer Receive Timeout Register
CAN2_NPCR0      0xF0228140          Node 0 Port Control Register
CAN2_CREL0      0xF0228200          Core Release Register 0
CAN2_ENDN0      0xF0228204          Endian Register 0
CAN2_DBTP0      0xF022820C          Data Bit Timing 'and' Prescaler Register 0
CAN2_TEST0      0xF0228210          Test Register 0
CAN2_RWD0       0xF0228214          RAM Watchdog 0
CAN2_CCCR0      0xF0228218          CC Control Register 0
CAN2_NBTP0      0xF022821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN2_TSCC0      0xF0228220          Timestamp Counter Configuration 0
CAN2_TSCV0      0xF0228224          Timestamp Counter Value 0
CAN2_TOCC0      0xF0228228          Timeout Counter Configuration 0
CAN2_TOCV0      0xF022822C          Timeout Counter Value 0
CAN2_ECR0       0xF0228240          Error Counter Register 0
CAN2_PSR0       0xF0228244          Protocol Status Register 0
CAN2_TDCR0      0xF0228248          Transmitter Delay Compensation Register 0
CAN2_IR0        0xF0228250          Interrupt Register 0
CAN2_IE0        0xF0228254          Interrupt Enable 0
CAN2_GFC0       0xF0228280          Global Filter Configuration 0
CAN2_SIDFC0     0xF0228284          Standard ID Filter Configuration 0
CAN2_XIDFC0     0xF0228288          Extended ID Filter Configuration 0
CAN2_XIDAM0     0xF0228290          Extended ID AND Mask 0
CAN2_HPMS0      0xF0228294          High Priority Message Status 0
CAN2_NDAT10     0xF0228298          New Data 1 0
CAN2_NDAT20     0xF022829C          New Data 2 0
CAN2_RXF0C0     0xF02282A0          Rx FIFO 0 Configuration 0
CAN2_RXF0S0     0xF02282A4          Rx FIFO 0 Status 0
CAN2_RXF0A0     0xF02282A8          Rx FIFO 0 Acknowledge 0
CAN2_RXBC0      0xF02282AC          Rx Buffer Configuration 0
CAN2_RXF1C0     0xF02282B0          Rx FIFO 1 Configuration 0
CAN2_RXF1S0     0xF02282B4          Rx FIFO 1 Status 0
CAN2_RXF1A0     0xF02282B8          Rx FIFO 1 Acknowledge 0
CAN2_RXESC0     0xF02282BC          Rx Buffer/FIFO Element Size Configuration 0
CAN2_TXBC0      0xF02282C0          Tx Buffer Configuration 0
CAN2_TXFQS0     0xF02282C4          Tx FIFO/Queue Status 0
CAN2_TXESC0     0xF02282C8          Tx Buffer Element Size Configuration 0
CAN2_TXBRP0     0xF02282CC          Tx Buffer Request Pending 0
CAN2_TXBAR0     0xF02282D0          Tx Buffer Add Request 0
CAN2_TXBCR0     0xF02282D4          Tx Buffer Cancellation Request 0
CAN2_TXBTO0     0xF02282D8          Tx Buffer Transmission Occurred 0
CAN2_TXBCF0     0xF02282DC          Tx Buffer Cancellation Finished 0
CAN2_TXBTIE0    0xF02282E0          Tx Buffer Transmission Interrupt Enable 0
CAN2_TXBCIE0    0xF02282E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN2_TXEFC0     0xF02282F0          Tx Event FIFO Configuration 0
CAN2_TXEFS0     0xF02282F4          Tx Event FIFO Status 0
CAN2_TXEFA0     0xF02282F8          Tx Event FIFO Acknowledge 0
CAN2_ACCENNODE10 0xF0228500          Access Enable Register CAN Node 1 0
CAN2_STARTADR1  0xF0228508          Start Address Node 1
CAN2_ENDADR1    0xF022850C          End Address Node 1
CAN2_ISREG1     0xF0228510          Interrupt Signalling Register 1
CAN2_GRINT11    0xF0228514          Interrupt routing for Groups 1 1
CAN2_GRINT21    0xF0228518          Interrupt routing for Groups 2 1
CAN2_NTCCR1     0xF0228520          Node 1 Timer Clock Control Register
CAN2_NTATTR1    0xF0228524          Node 1 Timer A Transmit Trigger Register
CAN2_NTBTTR1    0xF0228528          Node 1 Timer B Transmit Trigger Register
CAN2_NTCTTR1    0xF022852C          Node 1 Timer C Transmit Trigger Register
CAN2_NTRTR1     0xF0228530          Node 1 Timer Receive Timeout Register
CAN2_NPCR1      0xF0228540          Node 1 Port Control Register
CAN2_CREL1      0xF0228600          Core Release Register 1
CAN2_ENDN1      0xF0228604          Endian Register 1
CAN2_DBTP1      0xF022860C          Data Bit Timing 'and' Prescaler Register 1
CAN2_TEST1      0xF0228610          Test Register 1
CAN2_RWD1       0xF0228614          RAM Watchdog 1
CAN2_CCCR1      0xF0228618          CC Control Register 1
CAN2_NBTP1      0xF022861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN2_TSCC1      0xF0228620          Timestamp Counter Configuration 1
CAN2_TSCV1      0xF0228624          Timestamp Counter Value 1
CAN2_TOCC1      0xF0228628          Timeout Counter Configuration 1
CAN2_TOCV1      0xF022862C          Timeout Counter Value 1
CAN2_ECR1       0xF0228640          Error Counter Register 1
CAN2_PSR1       0xF0228644          Protocol Status Register 1
CAN2_TDCR1      0xF0228648          Transmitter Delay Compensation Register 1
CAN2_IR1        0xF0228650          Interrupt Register 1
CAN2_IE1        0xF0228654          Interrupt Enable 1
CAN2_GFC1       0xF0228680          Global Filter Configuration 1
CAN2_SIDFC1     0xF0228684          Standard ID Filter Configuration 1
CAN2_XIDFC1     0xF0228688          Extended ID Filter Configuration 1
CAN2_XIDAM1     0xF0228690          Extended ID AND Mask 1
CAN2_HPMS1      0xF0228694          High Priority Message Status 1
CAN2_NDAT11     0xF0228698          New Data 1 1
CAN2_NDAT21     0xF022869C          New Data 2 1
CAN2_RXF0C1     0xF02286A0          Rx FIFO 0 Configuration 1
CAN2_RXF0S1     0xF02286A4          Rx FIFO 0 Status 1
CAN2_RXF0A1     0xF02286A8          Rx FIFO 0 Acknowledge 1
CAN2_RXBC1      0xF02286AC          Rx Buffer Configuration 1
CAN2_RXF1C1     0xF02286B0          Rx FIFO 1 Configuration 1
CAN2_RXF1S1     0xF02286B4          Rx FIFO 1 Status 1
CAN2_RXF1A1     0xF02286B8          Rx FIFO 1 Acknowledge 1
CAN2_RXESC1     0xF02286BC          Rx Buffer/FIFO Element Size Configuration 1
CAN2_TXBC1      0xF02286C0          Tx Buffer Configuration 1
CAN2_TXFQS1     0xF02286C4          Tx FIFO/Queue Status 1
CAN2_TXESC1     0xF02286C8          Tx Buffer Element Size Configuration 1
CAN2_TXBRP1     0xF02286CC          Tx Buffer Request Pending 1
CAN2_TXBAR1     0xF02286D0          Tx Buffer Add Request 1
CAN2_TXBCR1     0xF02286D4          Tx Buffer Cancellation Request 1
CAN2_TXBTO1     0xF02286D8          Tx Buffer Transmission Occurred 1
CAN2_TXBCF1     0xF02286DC          Tx Buffer Cancellation Finished 1
CAN2_TXBTIE1    0xF02286E0          Tx Buffer Transmission Interrupt Enable 1
CAN2_TXBCIE1    0xF02286E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN2_TXEFC1     0xF02286F0          Tx Event FIFO Configuration 1
CAN2_TXEFS1     0xF02286F4          Tx Event FIFO Status 1
CAN2_TXEFA1     0xF02286F8          Tx Event FIFO Acknowledge 1
CAN2_ACCENNODE20 0xF0228900          Access Enable Register CAN Node 2 0
CAN2_STARTADR2  0xF0228908          Start Address Node 2
CAN2_ENDADR2    0xF022890C          End Address Node 2
CAN2_ISREG2     0xF0228910          Interrupt Signalling Register 2
CAN2_GRINT12    0xF0228914          Interrupt routing for Groups 1 2
CAN2_GRINT22    0xF0228918          Interrupt routing for Groups 2 2
CAN2_NTCCR2     0xF0228920          Node 2 Timer Clock Control Register
CAN2_NTATTR2    0xF0228924          Node 2 Timer A Transmit Trigger Register
CAN2_NTBTTR2    0xF0228928          Node 2 Timer B Transmit Trigger Register
CAN2_NTCTTR2    0xF022892C          Node 2 Timer C Transmit Trigger Register
CAN2_NTRTR2     0xF0228930          Node 2 Timer Receive Timeout Register
CAN2_NPCR2      0xF0228940          Node 2 Port Control Register
CAN2_CREL2      0xF0228A00          Core Release Register 2
CAN2_ENDN2      0xF0228A04          Endian Register 2
CAN2_DBTP2      0xF0228A0C          Data Bit Timing 'and' Prescaler Register 2
CAN2_TEST2      0xF0228A10          Test Register 2
CAN2_RWD2       0xF0228A14          RAM Watchdog 2
CAN2_CCCR2      0xF0228A18          CC Control Register 2
CAN2_NBTP2      0xF0228A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN2_TSCC2      0xF0228A20          Timestamp Counter Configuration 2
CAN2_TSCV2      0xF0228A24          Timestamp Counter Value 2
CAN2_TOCC2      0xF0228A28          Timeout Counter Configuration 2
CAN2_TOCV2      0xF0228A2C          Timeout Counter Value 2
CAN2_ECR2       0xF0228A40          Error Counter Register 2
CAN2_PSR2       0xF0228A44          Protocol Status Register 2
CAN2_TDCR2      0xF0228A48          Transmitter Delay Compensation Register 2
CAN2_IR2        0xF0228A50          Interrupt Register 2
CAN2_IE2        0xF0228A54          Interrupt Enable 2
CAN2_GFC2       0xF0228A80          Global Filter Configuration 2
CAN2_SIDFC2     0xF0228A84          Standard ID Filter Configuration 2
CAN2_XIDFC2     0xF0228A88          Extended ID Filter Configuration 2
CAN2_XIDAM2     0xF0228A90          Extended ID AND Mask 2
CAN2_HPMS2      0xF0228A94          High Priority Message Status 2
CAN2_NDAT12     0xF0228A98          New Data 1 2
CAN2_NDAT22     0xF0228A9C          New Data 2 2
CAN2_RXF0C2     0xF0228AA0          Rx FIFO 0 Configuration 2
CAN2_RXF0S2     0xF0228AA4          Rx FIFO 0 Status 2
CAN2_RXF0A2     0xF0228AA8          Rx FIFO 0 Acknowledge 2
CAN2_RXBC2      0xF0228AAC          Rx Buffer Configuration 2
CAN2_RXF1C2     0xF0228AB0          Rx FIFO 1 Configuration 2
CAN2_RXF1S2     0xF0228AB4          Rx FIFO 1 Status 2
CAN2_RXF1A2     0xF0228AB8          Rx FIFO 1 Acknowledge 2
CAN2_RXESC2     0xF0228ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN2_TXBC2      0xF0228AC0          Tx Buffer Configuration 2
CAN2_TXFQS2     0xF0228AC4          Tx FIFO/Queue Status 2
CAN2_TXESC2     0xF0228AC8          Tx Buffer Element Size Configuration 2
CAN2_TXBRP2     0xF0228ACC          Tx Buffer Request Pending 2
CAN2_TXBAR2     0xF0228AD0          Tx Buffer Add Request 2
CAN2_TXBCR2     0xF0228AD4          Tx Buffer Cancellation Request 2
CAN2_TXBTO2     0xF0228AD8          Tx Buffer Transmission Occurred 2
CAN2_TXBCF2     0xF0228ADC          Tx Buffer Cancellation Finished 2
CAN2_TXBTIE2    0xF0228AE0          Tx Buffer Transmission Interrupt Enable 2
CAN2_TXBCIE2    0xF0228AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN2_TXEFC2     0xF0228AF0          Tx Event FIFO Configuration 2
CAN2_TXEFS2     0xF0228AF4          Tx Event FIFO Status 2
CAN2_TXEFA2     0xF0228AF8          Tx Event FIFO Acknowledge 2
CAN2_ACCENNODE30 0xF0228D00          Access Enable Register CAN Node 3 0
CAN2_STARTADR3  0xF0228D08          Start Address Node 3
CAN2_ENDADR3    0xF0228D0C          End Address Node 3
CAN2_ISREG3     0xF0228D10          Interrupt Signalling Register 3
CAN2_GRINT13    0xF0228D14          Interrupt routing for Groups 1 3
CAN2_GRINT23    0xF0228D18          Interrupt routing for Groups 2 3
CAN2_NTCCR3     0xF0228D20          Node 3 Timer Clock Control Register
CAN2_NTATTR3    0xF0228D24          Node 3 Timer A Transmit Trigger Register
CAN2_NTBTTR3    0xF0228D28          Node 3 Timer B Transmit Trigger Register
CAN2_NTCTTR3    0xF0228D2C          Node 3 Timer C Transmit Trigger Register
CAN2_NTRTR3     0xF0228D30          Node 3 Timer Receive Timeout Register
CAN2_NPCR3      0xF0228D40          Node 3 Port Control Register
CAN2_CREL3      0xF0228E00          Core Release Register 3
CAN2_ENDN3      0xF0228E04          Endian Register 3
CAN2_DBTP3      0xF0228E0C          Data Bit Timing 'and' Prescaler Register 3
CAN2_TEST3      0xF0228E10          Test Register 3
CAN2_RWD3       0xF0228E14          RAM Watchdog 3
CAN2_CCCR3      0xF0228E18          CC Control Register 3
CAN2_NBTP3      0xF0228E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN2_TSCC3      0xF0228E20          Timestamp Counter Configuration 3
CAN2_TSCV3      0xF0228E24          Timestamp Counter Value 3
CAN2_TOCC3      0xF0228E28          Timeout Counter Configuration 3
CAN2_TOCV3      0xF0228E2C          Timeout Counter Value 3
CAN2_ECR3       0xF0228E40          Error Counter Register 3
CAN2_PSR3       0xF0228E44          Protocol Status Register 3
CAN2_TDCR3      0xF0228E48          Transmitter Delay Compensation Register 3
CAN2_IR3        0xF0228E50          Interrupt Register 3
CAN2_IE3        0xF0228E54          Interrupt Enable 3
CAN2_GFC3       0xF0228E80          Global Filter Configuration 3
CAN2_SIDFC3     0xF0228E84          Standard ID Filter Configuration 3
CAN2_XIDFC3     0xF0228E88          Extended ID Filter Configuration 3
CAN2_XIDAM3     0xF0228E90          Extended ID AND Mask 3
CAN2_HPMS3      0xF0228E94          High Priority Message Status 3
CAN2_NDAT13     0xF0228E98          New Data 1 3
CAN2_NDAT23     0xF0228E9C          New Data 2 3
CAN2_RXF0C3     0xF0228EA0          Rx FIFO 0 Configuration 3
CAN2_RXF0S3     0xF0228EA4          Rx FIFO 0 Status 3
CAN2_RXF0A3     0xF0228EA8          Rx FIFO 0 Acknowledge 3
CAN2_RXBC3      0xF0228EAC          Rx Buffer Configuration 3
CAN2_RXF1C3     0xF0228EB0          Rx FIFO 1 Configuration 3
CAN2_RXF1S3     0xF0228EB4          Rx FIFO 1 Status 3
CAN2_RXF1A3     0xF0228EB8          Rx FIFO 1 Acknowledge 3
CAN2_RXESC3     0xF0228EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN2_TXBC3      0xF0228EC0          Tx Buffer Configuration 3
CAN2_TXFQS3     0xF0228EC4          Tx FIFO/Queue Status 3
CAN2_TXESC3     0xF0228EC8          Tx Buffer Element Size Configuration 3
CAN2_TXBRP3     0xF0228ECC          Tx Buffer Request Pending 3
CAN2_TXBAR3     0xF0228ED0          Tx Buffer Add Request 3
CAN2_TXBCR3     0xF0228ED4          Tx Buffer Cancellation Request 3
CAN2_TXBTO3     0xF0228ED8          Tx Buffer Transmission Occurred 3
CAN2_TXBCF3     0xF0228EDC          Tx Buffer Cancellation Finished 3
CAN2_TXBTIE3    0xF0228EE0          Tx Buffer Transmission Interrupt Enable 3
CAN2_TXBCIE3    0xF0228EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN2_TXEFC3     0xF0228EF0          Tx Event FIFO Configuration 3
CAN2_TXEFS3     0xF0228EF4          Tx Event FIFO Status 3
CAN2_TXEFA3     0xF0228EF8          Tx Event FIFO Acknowledge 3
PMS_ID          0xF0248008          Identification Register
PMS_EVRSTAT     0xF024802C          EVR Status Register
PMS_EVRADCSTAT  0xF0248034          EVR Primary ADC Status Register
PMS_EVRRSTCON   0xF024803C          EVR Reset Control Register
PMS_EVRRSTSTAT  0xF0248044          EVR Reset Status Register
PMS_EVRTRIM     0xF024804C          EVR Trim Control Register
PMS_EVRTRIMSTAT 0xF0248050          EVR Trim Status Register
PMS_EVRMONSTAT1 0xF0248060          EVR Secondary ADC Status Register 1
PMS_EVRMONSTAT2 0xF0248064          EVR Secondary ADC Status Register 2
PMS_EVRMONCTRL  0xF0248068          EVR Secondary Monitor Control Register
PMS_EVRMONFILT  0xF0248070          EVR Secondary Monitor Filter Register
PMS_PMSIEN      0xF0248074          PMS Interrupt Enable Register
PMS_EVRUVMON    0xF0248078          EVR Secondary Under-voltage Monitor Register
PMS_EVROVMON    0xF024807C          EVR Secondary Over-voltage Monitor Register
PMS_EVRUVMON2   0xF0248080          EVR Secondary Under-voltage Monitor Register 2
PMS_EVROVMON2   0xF0248084          EVR Secondary Over-voltage Monitor Register 2
PMS_HSMUVMON    0xF0248088          EVR Primary HSM Under-voltage Monitor Register
PMS_HSMOVMON    0xF024808C          EVR Primary HSM Over-voltage Monitor Register
PMS_EVROSCCTRL  0xF02480A0          EVR Oscillator Control Register
PMS_PMSWCR0     0xF02480B4          Standby and Wake-up Control Register 0
PMS_PMSWCR2     0xF02480B8          Standby and Wake-up Control Register 2
PMS_PMSWCR3     0xF02480C0          Standby and Wake-up Control Register 3
PMS_PMSWCR4     0xF02480C4          Standby and Wake-up Control Register 4
PMS_PMSWCR5     0xF02480C8          Standby and Wake-up Control Register 5
PMS_PMSWSTAT    0xF02480D4          Standby and Wake-up Status Register
PMS_PMSWSTAT2   0xF02480D8          Standby and Wake-up Status Register 2
PMS_PMSWUTCNT   0xF02480DC          Standby WUT Counter Register
PMS_PMSWSTATCLR 0xF02480E8          Standby and Wake-up Status Clear Register
PMS_EVRSDSTAT0  0xF02480FC          EVR SD Status Register 0
PMS_EVRSDCTRL0  0xF0248108          EVRC SD Control Register 0
PMS_EVRSDCTRL1  0xF024810C          EVRC SD Control Register 1
PMS_EVRSDCTRL2  0xF0248110          EVRC SD Control Register 2
PMS_EVRSDCTRL3  0xF0248114          EVRC SD Control Register 3
PMS_EVRSDCTRL4  0xF0248118          EVRC SD Control Register 4
PMS_EVRSDCTRL5  0xF024811C          EVRC SD Control Register 5
PMS_EVRSDCTRL6  0xF0248120          EVRC SD Control Register 6
PMS_EVRSDCTRL7  0xF0248124          EVRC SD Control Register 7
PMS_EVRSDCTRL8  0xF0248128          EVRC SD Control Register 8
PMS_EVRSDCTRL9  0xF024812C          EVRC SD Control Register 9
PMS_EVRSDCTRL10 0xF0248130          EVRC SD Control Register 10
PMS_EVRSDCTRL11 0xF0248134          EVRC SD Control Register 11
PMS_EVRSDCOEFF0 0xF0248148          EVRC SD Coefficient Register 0
PMS_EVRSDCOEFF1 0xF024814C          EVRC SD Coefficient Register 1
PMS_EVRSDCOEFF2 0xF0248150          EVRC SD Coefficient Register 2
PMS_EVRSDCOEFF3 0xF0248154          EVRC SD Coefficient Register 3
PMS_EVRSDCOEFF4 0xF0248158          EVRC SD Coefficient Register 4
PMS_EVRSDCOEFF5 0xF024815C          EVRC SD Coefficient Register 5
PMS_EVRSDCOEFF6 0xF0248160          EVRC SD Coefficient Register 6
PMS_EVRSDCOEFF7 0xF0248164          EVRC SD Coefficient Register 7
PMS_EVRSDCOEFF8 0xF0248168          EVRC SD Coefficient Register 8
PMS_EVRSDCOEFF9 0xF024816C          EVRC SD Coefficient Register 9
PMS_AG20_STDBY  0xF0248188          Alarm 0 Status Register
PMS_AG21_STDBY  0xF024818C          Alarm 1 Status Register
PMS_MONBISTSTAT 0xF0248190          SMU_stdby BIST Status Register
PMS_MONBISTCTRL 0xF0248198          SMU_stdby BIST Control Register
PMS_CMD_STDBY   0xF024819C          SMU_stdby Command Register
PMS_AG20FSP_STDBY 0xF02481A4          SMU_stdby 0 FSP Configuration Register
PMS_AG21FSP_STDBY 0xF02481A8          SMU_stdby 1 FSP Configuration Register
PMS_DTSSTAT     0xF02481C0          Die Temperature Sensor Status Register
PMS_DTSLIM      0xF02481C8          Die Temperature Sensor Limit Register
PMS_OTSS        0xF02481E0          OCDS Trigger Set Select Register
PMS_OTSC0       0xF02481E4          OCDS Trigger Set Control 0 Register
PMS_OTSC1       0xF02481E8          OCDS Trigger Set Control 1 Register
PMS_ACCEN1      0xF02481F8          Access Enable Register 1
PMS_ACCEN0      0xF02481FC          Access Enable Register 0
ASCLIN10_CLC    0xF02C0A00          Clock Control Register
ASCLIN10_IOCR   0xF02C0A04          Input and Output Control Register
ASCLIN10_ID     0xF02C0A08          Module Identification Register
ASCLIN10_TXFIFOCON 0xF02C0A0C          TX FIFO Configuration Register
ASCLIN10_RXFIFOCON 0xF02C0A10          RX FIFO Configuration Register
ASCLIN10_BITCON 0xF02C0A14          Bit Configuration Register
ASCLIN10_FRAMECON 0xF02C0A18          Frame Control Register
ASCLIN10_DATCON 0xF02C0A1C          Data Configuration Register
ASCLIN10_BRG    0xF02C0A20          Baud Rate Generation Register
ASCLIN10_BRD    0xF02C0A24          Baud Rate Detection Register
ASCLIN10_LINCON 0xF02C0A28          LIN Control Register
ASCLIN10_LINBTIMER 0xF02C0A2C          LIN Break Timer Register
ASCLIN10_LINHTIMER 0xF02C0A30          LIN Header Timer Register
ASCLIN10_FLAGS  0xF02C0A34          Flags Register
ASCLIN10_FLAGSSET 0xF02C0A38          Flags Set Register
ASCLIN10_FLAGSCLEAR 0xF02C0A3C          Flags Clear Register
ASCLIN10_FLAGSENABLE 0xF02C0A40          Flags Enable Register
ASCLIN10_TXDATA 0xF02C0A44          Transmit Data Register
ASCLIN10_RXDATA 0xF02C0A48          Receive Data Register
ASCLIN10_CSR    0xF02C0A4C          Clock Selection Register
ASCLIN10_RXDATAD 0xF02C0A50          Receive Data Debug Register
ASCLIN10_OCS    0xF02C0AE8          OCDS Control and Status
ASCLIN10_KRSTCLR 0xF02C0AEC          Kernel Reset Status Clear Register
ASCLIN10_KRST1  0xF02C0AF0          Kernel Reset Register 1
ASCLIN10_KRST0  0xF02C0AF4          Kernel Reset Register 0
ASCLIN10_ACCEN0 0xF02C0AFC          Access Enable Register 0
ASCLIN11_CLC    0xF02C0B00          Clock Control Register
ASCLIN11_IOCR   0xF02C0B04          Input and Output Control Register
ASCLIN11_ID     0xF02C0B08          Module Identification Register
ASCLIN11_TXFIFOCON 0xF02C0B0C          TX FIFO Configuration Register
ASCLIN11_RXFIFOCON 0xF02C0B10          RX FIFO Configuration Register
ASCLIN11_BITCON 0xF02C0B14          Bit Configuration Register
ASCLIN11_FRAMECON 0xF02C0B18          Frame Control Register
ASCLIN11_DATCON 0xF02C0B1C          Data Configuration Register
ASCLIN11_BRG    0xF02C0B20          Baud Rate Generation Register
ASCLIN11_BRD    0xF02C0B24          Baud Rate Detection Register
ASCLIN11_LINCON 0xF02C0B28          LIN Control Register
ASCLIN11_LINBTIMER 0xF02C0B2C          LIN Break Timer Register
ASCLIN11_LINHTIMER 0xF02C0B30          LIN Header Timer Register
ASCLIN11_FLAGS  0xF02C0B34          Flags Register
ASCLIN11_FLAGSSET 0xF02C0B38          Flags Set Register
ASCLIN11_FLAGSCLEAR 0xF02C0B3C          Flags Clear Register
ASCLIN11_FLAGSENABLE 0xF02C0B40          Flags Enable Register
ASCLIN11_TXDATA 0xF02C0B44          Transmit Data Register
ASCLIN11_RXDATA 0xF02C0B48          Receive Data Register
ASCLIN11_CSR    0xF02C0B4C          Clock Selection Register
ASCLIN11_RXDATAD 0xF02C0B50          Receive Data Debug Register
ASCLIN11_OCS    0xF02C0BE8          OCDS Control and Status
ASCLIN11_KRSTCLR 0xF02C0BEC          Kernel Reset Status Clear Register
ASCLIN11_KRST1  0xF02C0BF0          Kernel Reset Register 1
ASCLIN11_KRST0  0xF02C0BF4          Kernel Reset Register 0
ASCLIN11_ACCEN0 0xF02C0BFC          Access Enable Register 0
ASCLIN12_CLC    0xF02C0C00          Clock Control Register
ASCLIN12_IOCR   0xF02C0C04          Input and Output Control Register
ASCLIN12_ID     0xF02C0C08          Module Identification Register
ASCLIN12_TXFIFOCON 0xF02C0C0C          TX FIFO Configuration Register
ASCLIN12_RXFIFOCON 0xF02C0C10          RX FIFO Configuration Register
ASCLIN12_BITCON 0xF02C0C14          Bit Configuration Register
ASCLIN12_FRAMECON 0xF02C0C18          Frame Control Register
ASCLIN12_DATCON 0xF02C0C1C          Data Configuration Register
ASCLIN12_BRG    0xF02C0C20          Baud Rate Generation Register
ASCLIN12_BRD    0xF02C0C24          Baud Rate Detection Register
ASCLIN12_LINCON 0xF02C0C28          LIN Control Register
ASCLIN12_LINBTIMER 0xF02C0C2C          LIN Break Timer Register
ASCLIN12_LINHTIMER 0xF02C0C30          LIN Header Timer Register
ASCLIN12_FLAGS  0xF02C0C34          Flags Register
ASCLIN12_FLAGSSET 0xF02C0C38          Flags Set Register
ASCLIN12_FLAGSCLEAR 0xF02C0C3C          Flags Clear Register
ASCLIN12_FLAGSENABLE 0xF02C0C40          Flags Enable Register
ASCLIN12_TXDATA 0xF02C0C44          Transmit Data Register
ASCLIN12_RXDATA 0xF02C0C48          Receive Data Register
ASCLIN12_CSR    0xF02C0C4C          Clock Selection Register
ASCLIN12_RXDATAD 0xF02C0C50          Receive Data Debug Register
ASCLIN12_OCS    0xF02C0CE8          OCDS Control and Status
ASCLIN12_KRSTCLR 0xF02C0CEC          Kernel Reset Status Clear Register
ASCLIN12_KRST1  0xF02C0CF0          Kernel Reset Register 1
ASCLIN12_KRST0  0xF02C0CF4          Kernel Reset Register 0
ASCLIN12_ACCEN0 0xF02C0CFC          Access Enable Register 0
ASCLIN13_CLC    0xF02C0D00          Clock Control Register
ASCLIN13_IOCR   0xF02C0D04          Input and Output Control Register
ASCLIN13_ID     0xF02C0D08          Module Identification Register
ASCLIN13_TXFIFOCON 0xF02C0D0C          TX FIFO Configuration Register
ASCLIN13_RXFIFOCON 0xF02C0D10          RX FIFO Configuration Register
ASCLIN13_BITCON 0xF02C0D14          Bit Configuration Register
ASCLIN13_FRAMECON 0xF02C0D18          Frame Control Register
ASCLIN13_DATCON 0xF02C0D1C          Data Configuration Register
ASCLIN13_BRG    0xF02C0D20          Baud Rate Generation Register
ASCLIN13_BRD    0xF02C0D24          Baud Rate Detection Register
ASCLIN13_LINCON 0xF02C0D28          LIN Control Register
ASCLIN13_LINBTIMER 0xF02C0D2C          LIN Break Timer Register
ASCLIN13_LINHTIMER 0xF02C0D30          LIN Header Timer Register
ASCLIN13_FLAGS  0xF02C0D34          Flags Register
ASCLIN13_FLAGSSET 0xF02C0D38          Flags Set Register
ASCLIN13_FLAGSCLEAR 0xF02C0D3C          Flags Clear Register
ASCLIN13_FLAGSENABLE 0xF02C0D40          Flags Enable Register
ASCLIN13_TXDATA 0xF02C0D44          Transmit Data Register
ASCLIN13_RXDATA 0xF02C0D48          Receive Data Register
ASCLIN13_CSR    0xF02C0D4C          Clock Selection Register
ASCLIN13_RXDATAD 0xF02C0D50          Receive Data Debug Register
ASCLIN13_OCS    0xF02C0DE8          OCDS Control and Status
ASCLIN13_KRSTCLR 0xF02C0DEC          Kernel Reset Status Clear Register
ASCLIN13_KRST1  0xF02C0DF0          Kernel Reset Register 1
ASCLIN13_KRST0  0xF02C0DF4          Kernel Reset Register 0
ASCLIN13_ACCEN0 0xF02C0DFC          Access Enable Register 0
ASCLIN14_CLC    0xF02C0E00          Clock Control Register
ASCLIN14_IOCR   0xF02C0E04          Input and Output Control Register
ASCLIN14_ID     0xF02C0E08          Module Identification Register
ASCLIN14_TXFIFOCON 0xF02C0E0C          TX FIFO Configuration Register
ASCLIN14_RXFIFOCON 0xF02C0E10          RX FIFO Configuration Register
ASCLIN14_BITCON 0xF02C0E14          Bit Configuration Register
ASCLIN14_FRAMECON 0xF02C0E18          Frame Control Register
ASCLIN14_DATCON 0xF02C0E1C          Data Configuration Register
ASCLIN14_BRG    0xF02C0E20          Baud Rate Generation Register
ASCLIN14_BRD    0xF02C0E24          Baud Rate Detection Register
ASCLIN14_LINCON 0xF02C0E28          LIN Control Register
ASCLIN14_LINBTIMER 0xF02C0E2C          LIN Break Timer Register
ASCLIN14_LINHTIMER 0xF02C0E30          LIN Header Timer Register
ASCLIN14_FLAGS  0xF02C0E34          Flags Register
ASCLIN14_FLAGSSET 0xF02C0E38          Flags Set Register
ASCLIN14_FLAGSCLEAR 0xF02C0E3C          Flags Clear Register
ASCLIN14_FLAGSENABLE 0xF02C0E40          Flags Enable Register
ASCLIN14_TXDATA 0xF02C0E44          Transmit Data Register
ASCLIN14_RXDATA 0xF02C0E48          Receive Data Register
ASCLIN14_CSR    0xF02C0E4C          Clock Selection Register
ASCLIN14_RXDATAD 0xF02C0E50          Receive Data Debug Register
ASCLIN14_OCS    0xF02C0EE8          OCDS Control and Status
ASCLIN14_KRSTCLR 0xF02C0EEC          Kernel Reset Status Clear Register
ASCLIN14_KRST1  0xF02C0EF0          Kernel Reset Register 1
ASCLIN14_KRST0  0xF02C0EF4          Kernel Reset Register 0
ASCLIN14_ACCEN0 0xF02C0EFC          Access Enable Register 0
ASCLIN15_CLC    0xF02C0F00          Clock Control Register
ASCLIN15_IOCR   0xF02C0F04          Input and Output Control Register
ASCLIN15_ID     0xF02C0F08          Module Identification Register
ASCLIN15_TXFIFOCON 0xF02C0F0C          TX FIFO Configuration Register
ASCLIN15_RXFIFOCON 0xF02C0F10          RX FIFO Configuration Register
ASCLIN15_BITCON 0xF02C0F14          Bit Configuration Register
ASCLIN15_FRAMECON 0xF02C0F18          Frame Control Register
ASCLIN15_DATCON 0xF02C0F1C          Data Configuration Register
ASCLIN15_BRG    0xF02C0F20          Baud Rate Generation Register
ASCLIN15_BRD    0xF02C0F24          Baud Rate Detection Register
ASCLIN15_LINCON 0xF02C0F28          LIN Control Register
ASCLIN15_LINBTIMER 0xF02C0F2C          LIN Break Timer Register
ASCLIN15_LINHTIMER 0xF02C0F30          LIN Header Timer Register
ASCLIN15_FLAGS  0xF02C0F34          Flags Register
ASCLIN15_FLAGSSET 0xF02C0F38          Flags Set Register
ASCLIN15_FLAGSCLEAR 0xF02C0F3C          Flags Clear Register
ASCLIN15_FLAGSENABLE 0xF02C0F40          Flags Enable Register
ASCLIN15_TXDATA 0xF02C0F44          Transmit Data Register
ASCLIN15_RXDATA 0xF02C0F48          Receive Data Register
ASCLIN15_CSR    0xF02C0F4C          Clock Selection Register
ASCLIN15_RXDATAD 0xF02C0F50          Receive Data Debug Register
ASCLIN15_OCS    0xF02C0FE8          OCDS Control and Status
ASCLIN15_KRSTCLR 0xF02C0FEC          Kernel Reset Status Clear Register
ASCLIN15_KRST1  0xF02C0FF0          Kernel Reset Register 1
ASCLIN15_KRST0  0xF02C0FF4          Kernel Reset Register 0
ASCLIN15_ACCEN0 0xF02C0FFC          Access Enable Register 0
ASCLIN16_CLC    0xF02C1000          Clock Control Register
ASCLIN16_IOCR   0xF02C1004          Input and Output Control Register
ASCLIN16_ID     0xF02C1008          Module Identification Register
ASCLIN16_TXFIFOCON 0xF02C100C          TX FIFO Configuration Register
ASCLIN16_RXFIFOCON 0xF02C1010          RX FIFO Configuration Register
ASCLIN16_BITCON 0xF02C1014          Bit Configuration Register
ASCLIN16_FRAMECON 0xF02C1018          Frame Control Register
ASCLIN16_DATCON 0xF02C101C          Data Configuration Register
ASCLIN16_BRG    0xF02C1020          Baud Rate Generation Register
ASCLIN16_BRD    0xF02C1024          Baud Rate Detection Register
ASCLIN16_LINCON 0xF02C1028          LIN Control Register
ASCLIN16_LINBTIMER 0xF02C102C          LIN Break Timer Register
ASCLIN16_LINHTIMER 0xF02C1030          LIN Header Timer Register
ASCLIN16_FLAGS  0xF02C1034          Flags Register
ASCLIN16_FLAGSSET 0xF02C1038          Flags Set Register
ASCLIN16_FLAGSCLEAR 0xF02C103C          Flags Clear Register
ASCLIN16_FLAGSENABLE 0xF02C1040          Flags Enable Register
ASCLIN16_TXDATA 0xF02C1044          Transmit Data Register
ASCLIN16_RXDATA 0xF02C1048          Receive Data Register
ASCLIN16_CSR    0xF02C104C          Clock Selection Register
ASCLIN16_RXDATAD 0xF02C1050          Receive Data Debug Register
ASCLIN16_OCS    0xF02C10E8          OCDS Control and Status
ASCLIN16_KRSTCLR 0xF02C10EC          Kernel Reset Status Clear Register
ASCLIN16_KRST1  0xF02C10F0          Kernel Reset Register 1
ASCLIN16_KRST0  0xF02C10F4          Kernel Reset Register 0
ASCLIN16_ACCEN0 0xF02C10FC          Access Enable Register 0
ASCLIN17_CLC    0xF02C1100          Clock Control Register
ASCLIN17_IOCR   0xF02C1104          Input and Output Control Register
ASCLIN17_ID     0xF02C1108          Module Identification Register
ASCLIN17_TXFIFOCON 0xF02C110C          TX FIFO Configuration Register
ASCLIN17_RXFIFOCON 0xF02C1110          RX FIFO Configuration Register
ASCLIN17_BITCON 0xF02C1114          Bit Configuration Register
ASCLIN17_FRAMECON 0xF02C1118          Frame Control Register
ASCLIN17_DATCON 0xF02C111C          Data Configuration Register
ASCLIN17_BRG    0xF02C1120          Baud Rate Generation Register
ASCLIN17_BRD    0xF02C1124          Baud Rate Detection Register
ASCLIN17_LINCON 0xF02C1128          LIN Control Register
ASCLIN17_LINBTIMER 0xF02C112C          LIN Break Timer Register
ASCLIN17_LINHTIMER 0xF02C1130          LIN Header Timer Register
ASCLIN17_FLAGS  0xF02C1134          Flags Register
ASCLIN17_FLAGSSET 0xF02C1138          Flags Set Register
ASCLIN17_FLAGSCLEAR 0xF02C113C          Flags Clear Register
ASCLIN17_FLAGSENABLE 0xF02C1140          Flags Enable Register
ASCLIN17_TXDATA 0xF02C1144          Transmit Data Register
ASCLIN17_RXDATA 0xF02C1148          Receive Data Register
ASCLIN17_CSR    0xF02C114C          Clock Selection Register
ASCLIN17_RXDATAD 0xF02C1150          Receive Data Debug Register
ASCLIN17_OCS    0xF02C11E8          OCDS Control and Status
ASCLIN17_KRSTCLR 0xF02C11EC          Kernel Reset Status Clear Register
ASCLIN17_KRST1  0xF02C11F0          Kernel Reset Register 1
ASCLIN17_KRST0  0xF02C11F4          Kernel Reset Register 0
ASCLIN17_ACCEN0 0xF02C11FC          Access Enable Register 0
ASCLIN18_CLC    0xF02C1200          Clock Control Register
ASCLIN18_IOCR   0xF02C1204          Input and Output Control Register
ASCLIN18_ID     0xF02C1208          Module Identification Register
ASCLIN18_TXFIFOCON 0xF02C120C          TX FIFO Configuration Register
ASCLIN18_RXFIFOCON 0xF02C1210          RX FIFO Configuration Register
ASCLIN18_BITCON 0xF02C1214          Bit Configuration Register
ASCLIN18_FRAMECON 0xF02C1218          Frame Control Register
ASCLIN18_DATCON 0xF02C121C          Data Configuration Register
ASCLIN18_BRG    0xF02C1220          Baud Rate Generation Register
ASCLIN18_BRD    0xF02C1224          Baud Rate Detection Register
ASCLIN18_LINCON 0xF02C1228          LIN Control Register
ASCLIN18_LINBTIMER 0xF02C122C          LIN Break Timer Register
ASCLIN18_LINHTIMER 0xF02C1230          LIN Header Timer Register
ASCLIN18_FLAGS  0xF02C1234          Flags Register
ASCLIN18_FLAGSSET 0xF02C1238          Flags Set Register
ASCLIN18_FLAGSCLEAR 0xF02C123C          Flags Clear Register
ASCLIN18_FLAGSENABLE 0xF02C1240          Flags Enable Register
ASCLIN18_TXDATA 0xF02C1244          Transmit Data Register
ASCLIN18_RXDATA 0xF02C1248          Receive Data Register
ASCLIN18_CSR    0xF02C124C          Clock Selection Register
ASCLIN18_RXDATAD 0xF02C1250          Receive Data Debug Register
ASCLIN18_OCS    0xF02C12E8          OCDS Control and Status
ASCLIN18_KRSTCLR 0xF02C12EC          Kernel Reset Status Clear Register
ASCLIN18_KRST1  0xF02C12F0          Kernel Reset Register 1
ASCLIN18_KRST0  0xF02C12F4          Kernel Reset Register 0
ASCLIN18_ACCEN0 0xF02C12FC          Access Enable Register 0
ASCLIN19_CLC    0xF02C1300          Clock Control Register
ASCLIN19_IOCR   0xF02C1304          Input and Output Control Register
ASCLIN19_ID     0xF02C1308          Module Identification Register
ASCLIN19_TXFIFOCON 0xF02C130C          TX FIFO Configuration Register
ASCLIN19_RXFIFOCON 0xF02C1310          RX FIFO Configuration Register
ASCLIN19_BITCON 0xF02C1314          Bit Configuration Register
ASCLIN19_FRAMECON 0xF02C1318          Frame Control Register
ASCLIN19_DATCON 0xF02C131C          Data Configuration Register
ASCLIN19_BRG    0xF02C1320          Baud Rate Generation Register
ASCLIN19_BRD    0xF02C1324          Baud Rate Detection Register
ASCLIN19_LINCON 0xF02C1328          LIN Control Register
ASCLIN19_LINBTIMER 0xF02C132C          LIN Break Timer Register
ASCLIN19_LINHTIMER 0xF02C1330          LIN Header Timer Register
ASCLIN19_FLAGS  0xF02C1334          Flags Register
ASCLIN19_FLAGSSET 0xF02C1338          Flags Set Register
ASCLIN19_FLAGSCLEAR 0xF02C133C          Flags Clear Register
ASCLIN19_FLAGSENABLE 0xF02C1340          Flags Enable Register
ASCLIN19_TXDATA 0xF02C1344          Transmit Data Register
ASCLIN19_RXDATA 0xF02C1348          Receive Data Register
ASCLIN19_CSR    0xF02C134C          Clock Selection Register
ASCLIN19_RXDATAD 0xF02C1350          Receive Data Debug Register
ASCLIN19_OCS    0xF02C13E8          OCDS Control and Status
ASCLIN19_KRSTCLR 0xF02C13EC          Kernel Reset Status Clear Register
ASCLIN19_KRST1  0xF02C13F0          Kernel Reset Register 1
ASCLIN19_KRST0  0xF02C13F4          Kernel Reset Register 0
ASCLIN19_ACCEN0 0xF02C13FC          Access Enable Register 0
ASCLIN20_CLC    0xF02C1400          Clock Control Register
ASCLIN20_IOCR   0xF02C1404          Input and Output Control Register
ASCLIN20_ID     0xF02C1408          Module Identification Register
ASCLIN20_TXFIFOCON 0xF02C140C          TX FIFO Configuration Register
ASCLIN20_RXFIFOCON 0xF02C1410          RX FIFO Configuration Register
ASCLIN20_BITCON 0xF02C1414          Bit Configuration Register
ASCLIN20_FRAMECON 0xF02C1418          Frame Control Register
ASCLIN20_DATCON 0xF02C141C          Data Configuration Register
ASCLIN20_BRG    0xF02C1420          Baud Rate Generation Register
ASCLIN20_BRD    0xF02C1424          Baud Rate Detection Register
ASCLIN20_LINCON 0xF02C1428          LIN Control Register
ASCLIN20_LINBTIMER 0xF02C142C          LIN Break Timer Register
ASCLIN20_LINHTIMER 0xF02C1430          LIN Header Timer Register
ASCLIN20_FLAGS  0xF02C1434          Flags Register
ASCLIN20_FLAGSSET 0xF02C1438          Flags Set Register
ASCLIN20_FLAGSCLEAR 0xF02C143C          Flags Clear Register
ASCLIN20_FLAGSENABLE 0xF02C1440          Flags Enable Register
ASCLIN20_TXDATA 0xF02C1444          Transmit Data Register
ASCLIN20_RXDATA 0xF02C1448          Receive Data Register
ASCLIN20_CSR    0xF02C144C          Clock Selection Register
ASCLIN20_RXDATAD 0xF02C1450          Receive Data Debug Register
ASCLIN20_OCS    0xF02C14E8          OCDS Control and Status
ASCLIN20_KRSTCLR 0xF02C14EC          Kernel Reset Status Clear Register
ASCLIN20_KRST1  0xF02C14F0          Kernel Reset Register 1
ASCLIN20_KRST0  0xF02C14F4          Kernel Reset Register 0
ASCLIN20_ACCEN0 0xF02C14FC          Access Enable Register 0
ASCLIN21_CLC    0xF02C1500          Clock Control Register
ASCLIN21_IOCR   0xF02C1504          Input and Output Control Register
ASCLIN21_ID     0xF02C1508          Module Identification Register
ASCLIN21_TXFIFOCON 0xF02C150C          TX FIFO Configuration Register
ASCLIN21_RXFIFOCON 0xF02C1510          RX FIFO Configuration Register
ASCLIN21_BITCON 0xF02C1514          Bit Configuration Register
ASCLIN21_FRAMECON 0xF02C1518          Frame Control Register
ASCLIN21_DATCON 0xF02C151C          Data Configuration Register
ASCLIN21_BRG    0xF02C1520          Baud Rate Generation Register
ASCLIN21_BRD    0xF02C1524          Baud Rate Detection Register
ASCLIN21_LINCON 0xF02C1528          LIN Control Register
ASCLIN21_LINBTIMER 0xF02C152C          LIN Break Timer Register
ASCLIN21_LINHTIMER 0xF02C1530          LIN Header Timer Register
ASCLIN21_FLAGS  0xF02C1534          Flags Register
ASCLIN21_FLAGSSET 0xF02C1538          Flags Set Register
ASCLIN21_FLAGSCLEAR 0xF02C153C          Flags Clear Register
ASCLIN21_FLAGSENABLE 0xF02C1540          Flags Enable Register
ASCLIN21_TXDATA 0xF02C1544          Transmit Data Register
ASCLIN21_RXDATA 0xF02C1548          Receive Data Register
ASCLIN21_CSR    0xF02C154C          Clock Selection Register
ASCLIN21_RXDATAD 0xF02C1550          Receive Data Debug Register
ASCLIN21_OCS    0xF02C15E8          OCDS Control and Status
ASCLIN21_KRSTCLR 0xF02C15EC          Kernel Reset Status Clear Register
ASCLIN21_KRST1  0xF02C15F0          Kernel Reset Register 1
ASCLIN21_KRST0  0xF02C15F4          Kernel Reset Register 0
ASCLIN21_ACCEN0 0xF02C15FC          Access Enable Register 0
ASCLIN22_CLC    0xF02C1600          Clock Control Register
ASCLIN22_IOCR   0xF02C1604          Input and Output Control Register
ASCLIN22_ID     0xF02C1608          Module Identification Register
ASCLIN22_TXFIFOCON 0xF02C160C          TX FIFO Configuration Register
ASCLIN22_RXFIFOCON 0xF02C1610          RX FIFO Configuration Register
ASCLIN22_BITCON 0xF02C1614          Bit Configuration Register
ASCLIN22_FRAMECON 0xF02C1618          Frame Control Register
ASCLIN22_DATCON 0xF02C161C          Data Configuration Register
ASCLIN22_BRG    0xF02C1620          Baud Rate Generation Register
ASCLIN22_BRD    0xF02C1624          Baud Rate Detection Register
ASCLIN22_LINCON 0xF02C1628          LIN Control Register
ASCLIN22_LINBTIMER 0xF02C162C          LIN Break Timer Register
ASCLIN22_LINHTIMER 0xF02C1630          LIN Header Timer Register
ASCLIN22_FLAGS  0xF02C1634          Flags Register
ASCLIN22_FLAGSSET 0xF02C1638          Flags Set Register
ASCLIN22_FLAGSCLEAR 0xF02C163C          Flags Clear Register
ASCLIN22_FLAGSENABLE 0xF02C1640          Flags Enable Register
ASCLIN22_TXDATA 0xF02C1644          Transmit Data Register
ASCLIN22_RXDATA 0xF02C1648          Receive Data Register
ASCLIN22_CSR    0xF02C164C          Clock Selection Register
ASCLIN22_RXDATAD 0xF02C1650          Receive Data Debug Register
ASCLIN22_OCS    0xF02C16E8          OCDS Control and Status
ASCLIN22_KRSTCLR 0xF02C16EC          Kernel Reset Status Clear Register
ASCLIN22_KRST1  0xF02C16F0          Kernel Reset Register 1
ASCLIN22_KRST0  0xF02C16F4          Kernel Reset Register 0
ASCLIN22_ACCEN0 0xF02C16FC          Access Enable Register 0
ASCLIN23_CLC    0xF02C1700          Clock Control Register
ASCLIN23_IOCR   0xF02C1704          Input and Output Control Register
ASCLIN23_ID     0xF02C1708          Module Identification Register
ASCLIN23_TXFIFOCON 0xF02C170C          TX FIFO Configuration Register
ASCLIN23_RXFIFOCON 0xF02C1710          RX FIFO Configuration Register
ASCLIN23_BITCON 0xF02C1714          Bit Configuration Register
ASCLIN23_FRAMECON 0xF02C1718          Frame Control Register
ASCLIN23_DATCON 0xF02C171C          Data Configuration Register
ASCLIN23_BRG    0xF02C1720          Baud Rate Generation Register
ASCLIN23_BRD    0xF02C1724          Baud Rate Detection Register
ASCLIN23_LINCON 0xF02C1728          LIN Control Register
ASCLIN23_LINBTIMER 0xF02C172C          LIN Break Timer Register
ASCLIN23_LINHTIMER 0xF02C1730          LIN Header Timer Register
ASCLIN23_FLAGS  0xF02C1734          Flags Register
ASCLIN23_FLAGSSET 0xF02C1738          Flags Set Register
ASCLIN23_FLAGSCLEAR 0xF02C173C          Flags Clear Register
ASCLIN23_FLAGSENABLE 0xF02C1740          Flags Enable Register
ASCLIN23_TXDATA 0xF02C1744          Transmit Data Register
ASCLIN23_RXDATA 0xF02C1748          Receive Data Register
ASCLIN23_CSR    0xF02C174C          Clock Selection Register
ASCLIN23_RXDATAD 0xF02C1750          Receive Data Debug Register
ASCLIN23_OCS    0xF02C17E8          OCDS Control and Status
ASCLIN23_KRSTCLR 0xF02C17EC          Kernel Reset Status Clear Register
ASCLIN23_KRST1  0xF02C17F0          Kernel Reset Register 1
ASCLIN23_KRST0  0xF02C17F4          Kernel Reset Register 0
ASCLIN23_ACCEN0 0xF02C17FC          Access Enable Register 0
FSI_COMM_1      0xF8030004          Communication Register 1
FSI_COMM_2      0xF8030005          Communication Register 2
FSI_HSMCOMM_1   0xF8030006          HSM Communication Register 1
FSI_HSMCOMM_2   0xF8030007          HSM Communication Register 2
PMU_ID          0xF8038508          Module Identification Register
DMU_HF_ID       0xF8040008          Module Identification Register
DMU_HF_STATUS   0xF8040010          Flash Status Register
DMU_HF_CONTROL  0xF8040014          Flash Control Register
DMU_HF_OPERATION 0xF8040018          Flash Operation Register
DMU_HF_PROTECT  0xF804001C          Flash Protection Status Register
DMU_HF_CONFIRM0 0xF8040020          Flash Confirm Status Register 0
DMU_HF_CONFIRM1 0xF8040024          Flash Confirm Status Register 1
DMU_HF_CONFIRM2 0xF8040028          Flash Confirm Status Register 2
DMU_HF_EER      0xF8040030          Enable Error Interrupt Control Register
DMU_HF_ERRSR    0xF8040034          Error Status Register
DMU_HF_CLRE     0xF8040038          Clear Error Register
DMU_HF_ECCR     0xF8040040          DF0 ECC Read Register
DMU_HF_ECCS     0xF8040044          DF0 ECC Status Register
DMU_HF_ECCC     0xF8040048          DF0 ECC Control Register
DMU_HF_ECCW     0xF804004C          DF0 ECC Write Register
DMU_HF_CCONTROL 0xF8040050          Cranking Control Register
DMU_HF_PSTATUS  0xF8040060          Power Status Register
DMU_HF_PCONTROL 0xF8040064          Power Control Register
DMU_HF_PWAIT    0xF8040068          PFLASH Wait Cycle Register
DMU_HF_DWAIT    0xF804006C          DFLASH Wait Cycle Register
DMU_HF_PROCONUSR 0xF8040074          DF0 User Mode Control
DMU_HF_PROCONPF 0xF8040080          PFLASH Protection Configuration
DMU_HF_PROCONTP 0xF8040084          Tuning Protection Configuration
DMU_HF_PROCONDF 0xF8040088          DFLASH Protection Configuration
DMU_HF_PROCONRAM 0xF804008C          RAM Configuration
DMU_HF_PROCONDBG 0xF8040090          Debug Interface Protection Configuration
DMU_HF_SUSPEND  0xF80400F0          Suspend Control Register
DMU_HF_MARGIN   0xF80400F4          Margin Control Register
DMU_HF_ACCEN1   0xF80400F8          Access Enable Register 1
DMU_HF_ACCEN0   0xF80400FC          Access Enable Register 0
DMU_HP_PROCONP00 0xF8050000          PFLASH Bank 0 Protection Configuration 0
DMU_HP_PROCONP01 0xF8050004          PFLASH Bank 0 Protection Configuration 1
DMU_HP_PROCONP02 0xF8050008          PFLASH Bank 0 Protection Configuration 2
DMU_HP_PROCONP03 0xF805000C          PFLASH Bank 0 Protection Configuration 3
DMU_HP_PROCONP04 0xF8050010          PFLASH Bank 0 Protection Configuration 4
DMU_HP_PROCONP05 0xF8050014          PFLASH Bank 0 Protection Configuration 5
DMU_HP_PROCONOTP00 0xF8050040          PFLASH Bank 0 OTP Protection Configuration 0
DMU_HP_PROCONOTP01 0xF8050044          PFLASH Bank 0 OTP Protection Configuration 1
DMU_HP_PROCONOTP02 0xF8050048          PFLASH Bank 0 OTP Protection Configuration 2
DMU_HP_PROCONOTP03 0xF805004C          PFLASH Bank 0 OTP Protection Configuration 3
DMU_HP_PROCONOTP04 0xF8050050          PFLASH Bank 0 OTP Protection Configuration 4
DMU_HP_PROCONOTP05 0xF8050054          PFLASH Bank 0 OTP Protection Configuration 5
DMU_HP_PROCONWOP00 0xF8050080          PFLASH Bank 0 WOP Configuration 0
DMU_HP_PROCONWOP01 0xF8050084          PFLASH Bank 0 WOP Configuration 1
DMU_HP_PROCONWOP02 0xF8050088          PFLASH Bank 0 WOP Configuration 2
DMU_HP_PROCONWOP03 0xF805008C          PFLASH Bank 0 WOP Configuration 3
DMU_HP_PROCONWOP04 0xF8050090          PFLASH Bank 0 WOP Configuration 4
DMU_HP_PROCONWOP05 0xF8050094          PFLASH Bank 0 WOP Configuration 5
DMU_HP_ECPRIO00 0xF80500A0          PFLASH Bank 0 Erase Counter Priority configuration 0
DMU_HP_ECPRIO01 0xF80500A4          PFLASH Bank 0 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO02 0xF80500A8          PFLASH Bank 0 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO03 0xF80500AC          PFLASH Bank 0 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO04 0xF80500B0          PFLASH Bank 0 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO05 0xF80500B4          PFLASH Bank 0 Erase Counter Priority Configuration 5
DMU_HP_PROCONP10 0xF8050100          PFLASH Bank 1 Protection Configuration 0
DMU_HP_PROCONP11 0xF8050104          PFLASH Bank 1 Protection Configuration 1
DMU_HP_PROCONP12 0xF8050108          PFLASH Bank 1 Protection Configuration 2
DMU_HP_PROCONP13 0xF805010C          PFLASH Bank 1 Protection Configuration 3
DMU_HP_PROCONP14 0xF8050110          PFLASH Bank 1 Protection Configuration 4
DMU_HP_PROCONP15 0xF8050114          PFLASH Bank 1 Protection Configuration 5
DMU_HP_PROCONOTP10 0xF8050140          PFLASH Bank 1 OTP Protection Configuration 0
DMU_HP_PROCONOTP11 0xF8050144          PFLASH Bank 1 OTP Protection Configuration 1
DMU_HP_PROCONOTP12 0xF8050148          PFLASH Bank 1 OTP Protection Configuration 2
DMU_HP_PROCONOTP13 0xF805014C          PFLASH Bank 1 OTP Protection Configuration 3
DMU_HP_PROCONOTP14 0xF8050150          PFLASH Bank 1 OTP Protection Configuration 4
DMU_HP_PROCONOTP15 0xF8050154          PFLASH Bank 1 OTP Protection Configuration 5
DMU_HP_PROCONWOP10 0xF8050180          PFLASH Bank 1 WOP Configuration 0
DMU_HP_PROCONWOP11 0xF8050184          PFLASH Bank 1 WOP Configuration 1
DMU_HP_PROCONWOP12 0xF8050188          PFLASH Bank 1 WOP Configuration 2
DMU_HP_PROCONWOP13 0xF805018C          PFLASH Bank 1 WOP Configuration 3
DMU_HP_PROCONWOP14 0xF8050190          PFLASH Bank 1 WOP Configuration 4
DMU_HP_PROCONWOP15 0xF8050194          PFLASH Bank 1 WOP Configuration 5
DMU_HP_ECPRIO10 0xF80501A0          PFLASH Bank 1 Erase Counter Priority configuration 0
DMU_HP_ECPRIO11 0xF80501A4          PFLASH Bank 1 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO12 0xF80501A8          PFLASH Bank 1 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO13 0xF80501AC          PFLASH Bank 1 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO14 0xF80501B0          PFLASH Bank 1 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO15 0xF80501B4          PFLASH Bank 1 Erase Counter Priority Configuration 5
DMU_HP_PROCONP20 0xF8050200          PFLASH Bank 2 Protection Configuration 0
DMU_HP_PROCONP21 0xF8050204          PFLASH Bank 2 Protection Configuration 1
DMU_HP_PROCONP22 0xF8050208          PFLASH Bank 2 Protection Configuration 2
DMU_HP_PROCONP23 0xF805020C          PFLASH Bank 2 Protection Configuration 3
DMU_HP_PROCONP24 0xF8050210          PFLASH Bank 2 Protection Configuration 4
DMU_HP_PROCONP25 0xF8050214          PFLASH Bank 2 Protection Configuration 5
DMU_HP_PROCONOTP20 0xF8050240          PFLASH Bank 2 OTP Protection Configuration 0
DMU_HP_PROCONOTP21 0xF8050244          PFLASH Bank 2 OTP Protection Configuration 1
DMU_HP_PROCONOTP22 0xF8050248          PFLASH Bank 2 OTP Protection Configuration 2
DMU_HP_PROCONOTP23 0xF805024C          PFLASH Bank 2 OTP Protection Configuration 3
DMU_HP_PROCONOTP24 0xF8050250          PFLASH Bank 2 OTP Protection Configuration 4
DMU_HP_PROCONOTP25 0xF8050254          PFLASH Bank 2 OTP Protection Configuration 5
DMU_HP_PROCONWOP20 0xF8050280          PFLASH Bank 2 WOP Configuration 0
DMU_HP_PROCONWOP21 0xF8050284          PFLASH Bank 2 WOP Configuration 1
DMU_HP_PROCONWOP22 0xF8050288          PFLASH Bank 2 WOP Configuration 2
DMU_HP_PROCONWOP23 0xF805028C          PFLASH Bank 2 WOP Configuration 3
DMU_HP_PROCONWOP24 0xF8050290          PFLASH Bank 2 WOP Configuration 4
DMU_HP_PROCONWOP25 0xF8050294          PFLASH Bank 2 WOP Configuration 5
DMU_HP_ECPRIO20 0xF80502A0          PFLASH Bank 2 Erase Counter Priority configuration 0
DMU_HP_ECPRIO21 0xF80502A4          PFLASH Bank 2 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO22 0xF80502A8          PFLASH Bank 2 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO23 0xF80502AC          PFLASH Bank 2 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO24 0xF80502B0          PFLASH Bank 2 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO25 0xF80502B4          PFLASH Bank 2 Erase Counter Priority Configuration 5
DMU_HP_PROCONP30 0xF8050300          PFLASH Bank 3 Protection Configuration 0
DMU_HP_PROCONP31 0xF8050304          PFLASH Bank 3 Protection Configuration 1
DMU_HP_PROCONP32 0xF8050308          PFLASH Bank 3 Protection Configuration 2
DMU_HP_PROCONP33 0xF805030C          PFLASH Bank 3 Protection Configuration 3
DMU_HP_PROCONP34 0xF8050310          PFLASH Bank 3 Protection Configuration 4
DMU_HP_PROCONP35 0xF8050314          PFLASH Bank 3 Protection Configuration 5
DMU_HP_PROCONOTP30 0xF8050340          PFLASH Bank 3 OTP Protection Configuration 0
DMU_HP_PROCONOTP31 0xF8050344          PFLASH Bank 3 OTP Protection Configuration 1
DMU_HP_PROCONOTP32 0xF8050348          PFLASH Bank 3 OTP Protection Configuration 2
DMU_HP_PROCONOTP33 0xF805034C          PFLASH Bank 3 OTP Protection Configuration 3
DMU_HP_PROCONOTP34 0xF8050350          PFLASH Bank 3 OTP Protection Configuration 4
DMU_HP_PROCONOTP35 0xF8050354          PFLASH Bank 3 OTP Protection Configuration 5
DMU_HP_PROCONWOP30 0xF8050380          PFLASH Bank 3 WOP Configuration 0
DMU_HP_PROCONWOP31 0xF8050384          PFLASH Bank 3 WOP Configuration 1
DMU_HP_PROCONWOP32 0xF8050388          PFLASH Bank 3 WOP Configuration 2
DMU_HP_PROCONWOP33 0xF805038C          PFLASH Bank 3 WOP Configuration 3
DMU_HP_PROCONWOP34 0xF8050390          PFLASH Bank 3 WOP Configuration 4
DMU_HP_PROCONWOP35 0xF8050394          PFLASH Bank 3 WOP Configuration 5
DMU_HP_ECPRIO30 0xF80503A0          PFLASH Bank 3 Erase Counter Priority configuration 0
DMU_HP_ECPRIO31 0xF80503A4          PFLASH Bank 3 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO32 0xF80503A8          PFLASH Bank 3 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO33 0xF80503AC          PFLASH Bank 3 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO34 0xF80503B0          PFLASH Bank 3 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO35 0xF80503B4          PFLASH Bank 3 Erase Counter Priority Configuration 5
DMU_SF_STATUS   0xF8060010          HSM Flash Status Register
DMU_SF_CONTROL  0xF8060014          HSM Flash Configuration Register
DMU_SF_OPERATION 0xF8060018          HSM Flash Operation Register
DMU_SF_EER      0xF8060030          HSM Enable Error Interrupt Control Register
DMU_SF_ERRSR    0xF8060034          HSM Error Status Register
DMU_SF_CLRE     0xF8060038          HSM Clear Error Register
DMU_SF_ECCR     0xF8060040          HSM DF1 ECC Read Register
DMU_SF_ECCS     0xF8060044          HSM DF1 ECC Status Register
DMU_SF_ECCC     0xF8060048          HSM DF1 ECC Control Register
DMU_SF_ECCW     0xF806004C          HSM DF1 ECC Write Register
DMU_SF_PROCONUSR 0xF8060074          HSM DF1 User Mode Control
DMU_SF_SUSPEND  0xF80600E8          HSM Suspend Control Register
DMU_SF_MARGIN   0xF80600EC          HSM DF1 Margin Control Register
DMU_SP_PROCONHSMCFG 0xF8070000          HSM Protection Configuration
DMU_SP_PROCONHSMCBS 0xF8070004          HSM Code Boot Sector
DMU_SP_PROCONHSMCX0 0xF8070008          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCX1 0xF807000C          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCOTP0 0xF8070010          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSMCOTP1 0xF8070014          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSM 0xF8070040          HSM Interface Protection Configuration
LMU0_CLC        0xF8100000          LMU Clock Control Register
LMU0_MODID      0xF8100008          LMU Module ID Register
LMU0_ACCEN0     0xF8100010          LMU Access Enable Register 0
LMU0_ACCEN1     0xF8100014          LMU Access Enable Register 1
LMU0_MEMCON     0xF8100020          LMU Memory Control Register
LMU0_SCTRL      0xF8100024          LMU Safety Control Register
LMU0_RGNLA0     0xF8100050          LMU Region Lower Address Register 0
LMU0_RGNUA0     0xF8100054          LMU Region Upper Address Register 0
LMU0_RGNACCENWA0 0xF8100058          LMU Region Write Access Enable Register A0
LMU0_RGNACCENWB0 0xF810005C          LMU Region Write Access Enable Register B0
LMU0_RGNLA1     0xF8100060          LMU Region Lower Address Register 1
LMU0_RGNUA1     0xF8100064          LMU Region Upper Address Register 1
LMU0_RGNACCENWA1 0xF8100068          LMU Region Write Access Enable Register A1
LMU0_RGNACCENWB1 0xF810006C          LMU Region Write Access Enable Register B1
LMU0_RGNLA2     0xF8100070          LMU Region Lower Address Register 2
LMU0_RGNUA2     0xF8100074          LMU Region Upper Address Register 2
LMU0_RGNACCENWA2 0xF8100078          LMU Region Write Access Enable Register A2
LMU0_RGNACCENWB2 0xF810007C          LMU Region Write Access Enable Register B2
LMU0_RGNLA3     0xF8100080          LMU Region Lower Address Register 3
LMU0_RGNUA3     0xF8100084          LMU Region Upper Address Register 3
LMU0_RGNACCENWA3 0xF8100088          LMU Region Write Access Enable Register A3
LMU0_RGNACCENWB3 0xF810008C          LMU Region Write Access Enable Register B3
LMU0_RGNLA4     0xF8100090          LMU Region Lower Address Register 4
LMU0_RGNUA4     0xF8100094          LMU Region Upper Address Register 4
LMU0_RGNACCENWA4 0xF8100098          LMU Region Write Access Enable Register A4
LMU0_RGNACCENWB4 0xF810009C          LMU Region Write Access Enable Register B4
LMU0_RGNLA5     0xF81000A0          LMU Region Lower Address Register 5
LMU0_RGNUA5     0xF81000A4          LMU Region Upper Address Register 5
LMU0_RGNACCENWA5 0xF81000A8          LMU Region Write Access Enable Register A5
LMU0_RGNACCENWB5 0xF81000AC          LMU Region Write Access Enable Register B5
LMU0_RGNLA6     0xF81000B0          LMU Region Lower Address Register 6
LMU0_RGNUA6     0xF81000B4          LMU Region Upper Address Register 6
LMU0_RGNACCENWA6 0xF81000B8          LMU Region Write Access Enable Register A6
LMU0_RGNACCENWB6 0xF81000BC          LMU Region Write Access Enable Register B6
LMU0_RGNLA7     0xF81000C0          LMU Region Lower Address Register 7
LMU0_RGNUA7     0xF81000C4          LMU Region Upper Address Register 7
LMU0_RGNACCENWA7 0xF81000C8          LMU Region Write Access Enable Register A7
LMU0_RGNACCENWB7 0xF81000CC          LMU Region Write Access Enable Register B7
LMU0_RGNLA8     0xF81000D0          LMU Region Lower Address Register 8
LMU0_RGNUA8     0xF81000D4          LMU Region Upper Address Register 8
LMU0_RGNACCENWA8 0xF81000D8          LMU Region Write Access Enable Register A8
LMU0_RGNACCENWB8 0xF81000DC          LMU Region Write Access Enable Register B8
LMU0_RGNLA9     0xF81000E0          LMU Region Lower Address Register 9
LMU0_RGNUA9     0xF81000E4          LMU Region Upper Address Register 9
LMU0_RGNACCENWA9 0xF81000E8          LMU Region Write Access Enable Register A9
LMU0_RGNACCENWB9 0xF81000EC          LMU Region Write Access Enable Register B9
LMU0_RGNLA10    0xF81000F0          LMU Region Lower Address Register 10
LMU0_RGNUA10    0xF81000F4          LMU Region Upper Address Register 10
LMU0_RGNACCENWA10 0xF81000F8          LMU Region Write Access Enable Register A10
LMU0_RGNACCENWB10 0xF81000FC          LMU Region Write Access Enable Register B10
LMU0_RGNLA11    0xF8100100          LMU Region Lower Address Register 11
LMU0_RGNUA11    0xF8100104          LMU Region Upper Address Register 11
LMU0_RGNACCENWA11 0xF8100108          LMU Region Write Access Enable Register A11
LMU0_RGNACCENWB11 0xF810010C          LMU Region Write Access Enable Register B11
LMU0_RGNLA12    0xF8100110          LMU Region Lower Address Register 12
LMU0_RGNUA12    0xF8100114          LMU Region Upper Address Register 12
LMU0_RGNACCENWA12 0xF8100118          LMU Region Write Access Enable Register A12
LMU0_RGNACCENWB12 0xF810011C          LMU Region Write Access Enable Register B12
LMU0_RGNLA13    0xF8100120          LMU Region Lower Address Register 13
LMU0_RGNUA13    0xF8100124          LMU Region Upper Address Register 13
LMU0_RGNACCENWA13 0xF8100128          LMU Region Write Access Enable Register A13
LMU0_RGNACCENWB13 0xF810012C          LMU Region Write Access Enable Register B13
LMU0_RGNLA14    0xF8100130          LMU Region Lower Address Register 14
LMU0_RGNUA14    0xF8100134          LMU Region Upper Address Register 14
LMU0_RGNACCENWA14 0xF8100138          LMU Region Write Access Enable Register A14
LMU0_RGNACCENWB14 0xF810013C          LMU Region Write Access Enable Register B14
LMU0_RGNLA15    0xF8100140          LMU Region Lower Address Register 15
LMU0_RGNUA15    0xF8100144          LMU Region Upper Address Register 15
LMU0_RGNACCENWA15 0xF8100148          LMU Region Write Access Enable Register A15
LMU0_RGNACCENWB15 0xF810014C          LMU Region Write Access Enable Register B15
LMU0_RGNACCENRA0 0xF8100158          LMU Region Read Access Enable Register A0
LMU0_RGNACCENRB0 0xF810015C          LMU Region Read Access Enable Register B0
LMU0_RGNACCENRA1 0xF8100168          LMU Region Read Access Enable Register A1
LMU0_RGNACCENRB1 0xF810016C          LMU Region Read Access Enable Register B1
LMU0_RGNACCENRA2 0xF8100178          LMU Region Read Access Enable Register A2
LMU0_RGNACCENRB2 0xF810017C          LMU Region Read Access Enable Register B2
LMU0_RGNACCENRA3 0xF8100188          LMU Region Read Access Enable Register A3
LMU0_RGNACCENRB3 0xF810018C          LMU Region Read Access Enable Register B3
LMU0_RGNACCENRA4 0xF8100198          LMU Region Read Access Enable Register A4
LMU0_RGNACCENRB4 0xF810019C          LMU Region Read Access Enable Register B4
LMU0_RGNACCENRA5 0xF81001A8          LMU Region Read Access Enable Register A5
LMU0_RGNACCENRB5 0xF81001AC          LMU Region Read Access Enable Register B5
LMU0_RGNACCENRA6 0xF81001B8          LMU Region Read Access Enable Register A6
LMU0_RGNACCENRB6 0xF81001BC          LMU Region Read Access Enable Register B6
LMU0_RGNACCENRA7 0xF81001C8          LMU Region Read Access Enable Register A7
LMU0_RGNACCENRB7 0xF81001CC          LMU Region Read Access Enable Register B7
LMU0_RGNACCENRA8 0xF81001D8          LMU Region Read Access Enable Register A8
LMU0_RGNACCENRB8 0xF81001DC          LMU Region Read Access Enable Register B8
LMU0_RGNACCENRA9 0xF81001E8          LMU Region Read Access Enable Register A9
LMU0_RGNACCENRB9 0xF81001EC          LMU Region Read Access Enable Register B9
LMU0_RGNACCENRA10 0xF81001F8          LMU Region Read Access Enable Register A10
LMU0_RGNACCENRB10 0xF81001FC          LMU Region Read Access Enable Register B10
LMU0_RGNACCENRA11 0xF8100208          LMU Region Read Access Enable Register A11
LMU0_RGNACCENRB11 0xF810020C          LMU Region Read Access Enable Register B11
LMU0_RGNACCENRA12 0xF8100218          LMU Region Read Access Enable Register A12
LMU0_RGNACCENRB12 0xF810021C          LMU Region Read Access Enable Register B12
LMU0_RGNACCENRA13 0xF8100228          LMU Region Read Access Enable Register A13
LMU0_RGNACCENRB13 0xF810022C          LMU Region Read Access Enable Register B13
LMU0_RGNACCENRA14 0xF8100238          LMU Region Read Access Enable Register A14
LMU0_RGNACCENRB14 0xF810023C          LMU Region Read Access Enable Register B14
LMU0_RGNACCENRA15 0xF8100248          LMU Region Read Access Enable Register A15
LMU0_RGNACCENRB15 0xF810024C          LMU Region Read Access Enable Register B15
DAM0_CLC        0xF8500000          DAM Clock Control Register
DAM0_MODID      0xF8500008          DAM Module ID Register
DAM0_ACCEN0     0xF8500010          DAM Access Enable Register 0
DAM0_ACCEN1     0xF8500014          DAM Access Enable Register 1
DAM0_MEMCON     0xF8500020          DAM Memory Control Register
DAM0_RGNLA0     0xF8500050          DAM Region Lower Address Register 0
DAM0_RGNUA0     0xF8500054          DAM Region Upper Address Register 0
DAM0_RGNACCENWA0 0xF8500058          DAM Region Write Enable Register A0
DAM0_RGNACCENWB0 0xF850005C          DAM Region Write Enable Register B0
DAM0_RGNLA1     0xF8500060          DAM Region Lower Address Register 1
DAM0_RGNUA1     0xF8500064          DAM Region Upper Address Register 1
DAM0_RGNACCENWA1 0xF8500068          DAM Region Write Enable Register A1
DAM0_RGNACCENWB1 0xF850006C          DAM Region Write Enable Register B1
DAM0_RGNLA2     0xF8500070          DAM Region Lower Address Register 2
DAM0_RGNUA2     0xF8500074          DAM Region Upper Address Register 2
DAM0_RGNACCENWA2 0xF8500078          DAM Region Write Enable Register A2
DAM0_RGNACCENWB2 0xF850007C          DAM Region Write Enable Register B2
DAM0_RGNLA3     0xF8500080          DAM Region Lower Address Register 3
DAM0_RGNUA3     0xF8500084          DAM Region Upper Address Register 3
DAM0_RGNACCENWA3 0xF8500088          DAM Region Write Enable Register A3
DAM0_RGNACCENWB3 0xF850008C          DAM Region Write Enable Register B3
DAM0_RGNLA4     0xF8500090          DAM Region Lower Address Register 4
DAM0_RGNUA4     0xF8500094          DAM Region Upper Address Register 4
DAM0_RGNACCENWA4 0xF8500098          DAM Region Write Enable Register A4
DAM0_RGNACCENWB4 0xF850009C          DAM Region Write Enable Register B4
DAM0_RGNLA5     0xF85000A0          DAM Region Lower Address Register 5
DAM0_RGNUA5     0xF85000A4          DAM Region Upper Address Register 5
DAM0_RGNACCENWA5 0xF85000A8          DAM Region Write Enable Register A5
DAM0_RGNACCENWB5 0xF85000AC          DAM Region Write Enable Register B5
DAM0_RGNLA6     0xF85000B0          DAM Region Lower Address Register 6
DAM0_RGNUA6     0xF85000B4          DAM Region Upper Address Register 6
DAM0_RGNACCENWA6 0xF85000B8          DAM Region Write Enable Register A6
DAM0_RGNACCENWB6 0xF85000BC          DAM Region Write Enable Register B6
DAM0_RGNLA7     0xF85000C0          DAM Region Lower Address Register 7
DAM0_RGNUA7     0xF85000C4          DAM Region Upper Address Register 7
DAM0_RGNACCENWA7 0xF85000C8          DAM Region Write Enable Register A7
DAM0_RGNACCENWB7 0xF85000CC          DAM Region Write Enable Register B7
DAM0_RGNACCENRA0 0xF85000D8          DAM Region Read Enable Register A0
DAM0_RGNACCENRB0 0xF85000DC          DAM Region Read Enable Register B0
DAM0_RGNACCENRA1 0xF85000E8          DAM Region Read Enable Register A1
DAM0_RGNACCENRB1 0xF85000EC          DAM Region Read Enable Register B1
DAM0_RGNACCENRA2 0xF85000F8          DAM Region Read Enable Register A2
DAM0_RGNACCENRB2 0xF85000FC          DAM Region Read Enable Register B2
DAM0_RGNACCENRA3 0xF8500108          DAM Region Read Enable Register A3
DAM0_RGNACCENRB3 0xF850010C          DAM Region Read Enable Register B3
DAM0_RGNACCENRA4 0xF8500118          DAM Region Read Enable Register A4
DAM0_RGNACCENRB4 0xF850011C          DAM Region Read Enable Register B4
DAM0_RGNACCENRA5 0xF8500128          DAM Region Read Enable Register A5
DAM0_RGNACCENRB5 0xF850012C          DAM Region Read Enable Register B5
DAM0_RGNACCENRA6 0xF8500138          DAM Region Read Enable Register A6
DAM0_RGNACCENRB6 0xF850013C          DAM Region Read Enable Register B6
DAM0_RGNACCENRA7 0xF8500148          DAM Region Read Enable Register A7
DAM0_RGNACCENRB7 0xF850014C          DAM Region Read Enable Register B7
DOM0_PECON0     0xF8700000          Protocol Error Control Register 0
DOM0_PRIORITY0  0xF8700008          SCI0 Arbiter Priority Register
DOM0_ERRADDR0   0xF8700010          SCI 0 Error Address Capture Register
DOM0_ERR0       0xF8700018          SCI 0 Error Capture Register
DOM0_PECON1     0xF8700020          Protocol Error Control Register 1
DOM0_PRIORITY1  0xF8700028          SCI1 Arbiter Priority Register
DOM0_ERRADDR1   0xF8700030          SCI 1 Error Address Capture Register
DOM0_ERR1       0xF8700038          SCI 1 Error Capture Register
DOM0_PECON2     0xF8700040          Protocol Error Control Register 2
DOM0_PRIORITY2  0xF8700048          SCI2 Arbiter Priority Register
DOM0_ERRADDR2   0xF8700050          SCI 2 Error Address Capture Register
DOM0_ERR2       0xF8700058          SCI 2 Error Capture Register
DOM0_PECON3     0xF8700060          Protocol Error Control Register 3
DOM0_PRIORITY3  0xF8700068          SCI3 Arbiter Priority Register
DOM0_ERRADDR3   0xF8700070          SCI 3 Error Address Capture Register
DOM0_ERR3       0xF8700078          SCI 3 Error Capture Register
DOM0_PECON4     0xF8700080          Protocol Error Control Register 4
DOM0_PRIORITY4  0xF8700088          SCI4 Arbiter Priority Register
DOM0_ERRADDR4   0xF8700090          SCI 4 Error Address Capture Register
DOM0_ERR4       0xF8700098          SCI 4 Error Capture Register
DOM0_PECON5     0xF87000A0          Protocol Error Control Register 5
DOM0_PRIORITY5  0xF87000A8          SCI5 Arbiter Priority Register
DOM0_ERRADDR5   0xF87000B0          SCI 5 Error Address Capture Register
DOM0_ERR5       0xF87000B8          SCI 5 Error Capture Register
DOM0_PECON6     0xF87000C0          Protocol Error Control Register 6
DOM0_PRIORITY6  0xF87000C8          SCI6 Arbiter Priority Register
DOM0_ERRADDR6   0xF87000D0          SCI 6 Error Address Capture Register
DOM0_ERR6       0xF87000D8          SCI 6 Error Capture Register
DOM0_PECON7     0xF87000E0          Protocol Error Control Register 7
DOM0_PRIORITY7  0xF87000E8          SCI7 Arbiter Priority Register
DOM0_ERRADDR7   0xF87000F0          SCI 7 Error Address Capture Register
DOM0_ERR7       0xF87000F8          SCI 7 Error Capture Register
DOM0_PECON8     0xF8700100          Protocol Error Control Register 8
DOM0_PRIORITY8  0xF8700108          SCI8 Arbiter Priority Register
DOM0_ERRADDR8   0xF8700110          SCI 8 Error Address Capture Register
DOM0_ERR8       0xF8700118          SCI 8 Error Capture Register
DOM0_PECON9     0xF8700120          Protocol Error Control Register 9
DOM0_PRIORITY9  0xF8700128          SCI9 Arbiter Priority Register
DOM0_ERRADDR9   0xF8700130          SCI 9 Error Address Capture Register
DOM0_ERR9       0xF8700138          SCI 9 Error Capture Register
DOM0_PECON10    0xF8700140          Protocol Error Control Register 10
DOM0_PRIORITY10 0xF8700148          SCI10 Arbiter Priority Register
DOM0_ERRADDR10  0xF8700150          SCI 10 Error Address Capture Register
DOM0_ERR10      0xF8700158          SCI 10 Error Capture Register
DOM0_PECON11    0xF8700160          Protocol Error Control Register 11
DOM0_PRIORITY11 0xF8700168          SCI11 Arbiter Priority Register
DOM0_ERRADDR11  0xF8700170          SCI 11 Error Address Capture Register
DOM0_ERR11      0xF8700178          SCI 11 Error Capture Register
DOM0_PECON12    0xF8700180          Protocol Error Control Register 12
DOM0_PRIORITY12 0xF8700188          SCI12 Arbiter Priority Register
DOM0_ERRADDR12  0xF8700190          SCI 12 Error Address Capture Register
DOM0_ERR12      0xF8700198          SCI 12 Error Capture Register
DOM0_PECON13    0xF87001A0          Protocol Error Control Register 13
DOM0_PRIORITY13 0xF87001A8          SCI13 Arbiter Priority Register
DOM0_ERRADDR13  0xF87001B0          SCI 13 Error Address Capture Register
DOM0_ERR13      0xF87001B8          SCI 13 Error Capture Register
DOM0_PECON14    0xF87001C0          Protocol Error Control Register 14
DOM0_PRIORITY14 0xF87001C8          SCI14 Arbiter Priority Register
DOM0_ERRADDR14  0xF87001D0          SCI 14 Error Address Capture Register
DOM0_ERR14      0xF87001D8          SCI 14 Error Capture Register
DOM0_PECON15    0xF87001E0          Protocol Error Control Register 15
DOM0_PRIORITY15 0xF87001E8          SCI15 Arbiter Priority Register
DOM0_ERRADDR15  0xF87001F0          SCI 15 Error Address Capture Register
DOM0_ERR15      0xF87001F8          SCI 15 Error Capture Register
DOM0_ID         0xF8700408          Identification Register
DOM0_PESTAT     0xF8700410          Protocol Error Status Register
DOM0_TIDSTAT    0xF8700418          Transaction ID Status Register
DOM0_TIDEN      0xF8700420          Transaction ID Enable Register
DOM0_BRCON      0xF8700430          Domain 0 Bridge Control Register
DOM0_ACCEN0     0xF87004F0          Access Enable Register 0
DOM0_ACCEN1     0xF87004F8          Access Enable Register 1
CPU0_FLASHCON0  0xF8801100          CPUx Flash Configuration Register 0
CPU0_FLASHCON1  0xF8801104          CPUx Flash Configuration Register 1
CPU0_FLASHCON2  0xF8801108          CPUx Flash Configuration Register 2
CPU0_FLASHCON3  0xF880110C          CPUx Flash Configuration Register 3
CPU0_FLASHCON4  0xF8801110          CPUx Flash Configuration Register 4
CPU0_KRST0      0xF880D000          CPUx Reset Register 0
CPU0_KRST1      0xF880D004          CPUx Reset Register 1
CPU0_KRSTCLR    0xF880D008          CPUx Reset Clear Register
CPU0_SPR_SPROT_RGNLA0 0xF880E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU0_SPR_SPROT_RGNUA0 0xF880E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU0_SPR_SPROT_RGNACCENA0_W 0xF880E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_W 0xF880E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU0_SPR_SPROT_RGNLA1 0xF880E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU0_SPR_SPROT_RGNUA1 0xF880E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU0_SPR_SPROT_RGNACCENA1_W 0xF880E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_W 0xF880E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU0_SPR_SPROT_RGNLA2 0xF880E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU0_SPR_SPROT_RGNUA2 0xF880E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU0_SPR_SPROT_RGNACCENA2_W 0xF880E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_W 0xF880E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU0_SPR_SPROT_RGNLA3 0xF880E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU0_SPR_SPROT_RGNUA3 0xF880E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU0_SPR_SPROT_RGNACCENA3_W 0xF880E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_W 0xF880E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU0_SPR_SPROT_RGNLA4 0xF880E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU0_SPR_SPROT_RGNUA4 0xF880E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU0_SPR_SPROT_RGNACCENA4_W 0xF880E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_W 0xF880E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU0_SPR_SPROT_RGNLA5 0xF880E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU0_SPR_SPROT_RGNUA5 0xF880E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU0_SPR_SPROT_RGNACCENA5_W 0xF880E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_W 0xF880E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU0_SPR_SPROT_RGNLA6 0xF880E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU0_SPR_SPROT_RGNUA6 0xF880E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU0_SPR_SPROT_RGNACCENA6_W 0xF880E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_W 0xF880E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU0_SPR_SPROT_RGNLA7 0xF880E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU0_SPR_SPROT_RGNUA7 0xF880E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU0_SPR_SPROT_RGNACCENA7_W 0xF880E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_W 0xF880E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU0_SPR_SPROT_RGNACCENA0_R 0xF880E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_R 0xF880E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU0_SPR_SPROT_RGNACCENA1_R 0xF880E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_R 0xF880E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU0_SPR_SPROT_RGNACCENA2_R 0xF880E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_R 0xF880E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU0_SPR_SPROT_RGNACCENA3_R 0xF880E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_R 0xF880E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU0_SPR_SPROT_RGNACCENA4_R 0xF880E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_R 0xF880E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU0_SPR_SPROT_RGNACCENA5_R 0xF880E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_R 0xF880E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU0_SPR_SPROT_RGNACCENA6_R 0xF880E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_R 0xF880E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU0_SPR_SPROT_RGNACCENA7_R 0xF880E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_R 0xF880E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU0_SFR_SPROT_ACCENA_W 0xF880E100          CPUx Safety Protection Register Access Enable Register A
CPU0_SFR_SPROT_ACCENB_W 0xF880E104          CPUx Safety Protection Region Access Enable Register B
CPU0_LPB_SPROT_ACCENA_R 0xF880E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU0_LPB_SPROT_ACCENB_R 0xF880E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU0_DLMU_SPROT_RGNLA0 0xF880E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU0_DLMU_SPROT_RGNUA0 0xF880E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU0_DLMU_SPROT_RGNACCENA0_W 0xF880E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_W 0xF880E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU0_DLMU_SPROT_RGNLA1 0xF880E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU0_DLMU_SPROT_RGNUA1 0xF880E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU0_DLMU_SPROT_RGNACCENA1_W 0xF880E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_W 0xF880E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU0_DLMU_SPROT_RGNLA2 0xF880E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU0_DLMU_SPROT_RGNUA2 0xF880E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU0_DLMU_SPROT_RGNACCENA2_W 0xF880E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_W 0xF880E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU0_DLMU_SPROT_RGNLA3 0xF880E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU0_DLMU_SPROT_RGNUA3 0xF880E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU0_DLMU_SPROT_RGNACCENA3_W 0xF880E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_W 0xF880E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU0_DLMU_SPROT_RGNLA4 0xF880E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU0_DLMU_SPROT_RGNUA4 0xF880E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU0_DLMU_SPROT_RGNACCENA4_W 0xF880E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_W 0xF880E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU0_DLMU_SPROT_RGNLA5 0xF880E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU0_DLMU_SPROT_RGNUA5 0xF880E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU0_DLMU_SPROT_RGNACCENA5_W 0xF880E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_W 0xF880E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU0_DLMU_SPROT_RGNLA6 0xF880E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU0_DLMU_SPROT_RGNUA6 0xF880E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU0_DLMU_SPROT_RGNACCENA6_W 0xF880E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_W 0xF880E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU0_DLMU_SPROT_RGNLA7 0xF880E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU0_DLMU_SPROT_RGNUA7 0xF880E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU0_DLMU_SPROT_RGNACCENA7_W 0xF880E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_W 0xF880E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU0_DLMU_SPROT_RGNACCENA0_R 0xF880E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_R 0xF880E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU0_DLMU_SPROT_RGNACCENA1_R 0xF880E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_R 0xF880E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU0_DLMU_SPROT_RGNACCENA2_R 0xF880E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_R 0xF880E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU0_DLMU_SPROT_RGNACCENA3_R 0xF880E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_R 0xF880E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU0_DLMU_SPROT_RGNACCENA4_R 0xF880E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_R 0xF880E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU0_DLMU_SPROT_RGNACCENA5_R 0xF880E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_R 0xF880E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU0_DLMU_SPROT_RGNACCENA6_R 0xF880E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_R 0xF880E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU0_DLMU_SPROT_RGNACCENA7_R 0xF880E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_R 0xF880E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU0_OSEL       0xF880FB00          CPUx Overlay Range Select Register
CPU0_RABR0      0xF880FB10          CPUx Redirected Address Base Register 0
CPU0_OTAR0      0xF880FB14          CPUx Overlay Target Address Register 0
CPU0_OMASK0     0xF880FB18          CPUx Overlay Mask Register 0
CPU0_RABR1      0xF880FB1C          CPUx Redirected Address Base Register 1
CPU0_OTAR1      0xF880FB20          CPUx Overlay Target Address Register 1
CPU0_OMASK1     0xF880FB24          CPUx Overlay Mask Register 1
CPU0_RABR2      0xF880FB28          CPUx Redirected Address Base Register 2
CPU0_OTAR2      0xF880FB2C          CPUx Overlay Target Address Register 2
CPU0_OMASK2     0xF880FB30          CPUx Overlay Mask Register 2
CPU0_RABR3      0xF880FB34          CPUx Redirected Address Base Register 3
CPU0_OTAR3      0xF880FB38          CPUx Overlay Target Address Register 3
CPU0_OMASK3     0xF880FB3C          CPUx Overlay Mask Register 3
CPU0_RABR4      0xF880FB40          CPUx Redirected Address Base Register 4
CPU0_OTAR4      0xF880FB44          CPUx Overlay Target Address Register 4
CPU0_OMASK4     0xF880FB48          CPUx Overlay Mask Register 4
CPU0_RABR5      0xF880FB4C          CPUx Redirected Address Base Register 5
CPU0_OTAR5      0xF880FB50          CPUx Overlay Target Address Register 5
CPU0_OMASK5     0xF880FB54          CPUx Overlay Mask Register 5
CPU0_RABR6      0xF880FB58          CPUx Redirected Address Base Register 6
CPU0_OTAR6      0xF880FB5C          CPUx Overlay Target Address Register 6
CPU0_OMASK6     0xF880FB60          CPUx Overlay Mask Register 6
CPU0_RABR7      0xF880FB64          CPUx Redirected Address Base Register 7
CPU0_OTAR7      0xF880FB68          CPUx Overlay Target Address Register 7
CPU0_OMASK7     0xF880FB6C          CPUx Overlay Mask Register 7
CPU0_RABR8      0xF880FB70          CPUx Redirected Address Base Register 8
CPU0_OTAR8      0xF880FB74          CPUx Overlay Target Address Register 8
CPU0_OMASK8     0xF880FB78          CPUx Overlay Mask Register 8
CPU0_RABR9      0xF880FB7C          CPUx Redirected Address Base Register 9
CPU0_OTAR9      0xF880FB80          CPUx Overlay Target Address Register 9
CPU0_OMASK9     0xF880FB84          CPUx Overlay Mask Register 9
CPU0_RABR10     0xF880FB88          CPUx Redirected Address Base Register 10
CPU0_OTAR10     0xF880FB8C          CPUx Overlay Target Address Register 10
CPU0_OMASK10    0xF880FB90          CPUx Overlay Mask Register 10
CPU0_RABR11     0xF880FB94          CPUx Redirected Address Base Register 11
CPU0_OTAR11     0xF880FB98          CPUx Overlay Target Address Register 11
CPU0_OMASK11    0xF880FB9C          CPUx Overlay Mask Register 11
CPU0_RABR12     0xF880FBA0          CPUx Redirected Address Base Register 12
CPU0_OTAR12     0xF880FBA4          CPUx Overlay Target Address Register 12
CPU0_OMASK12    0xF880FBA8          CPUx Overlay Mask Register 12
CPU0_RABR13     0xF880FBAC          CPUx Redirected Address Base Register 13
CPU0_OTAR13     0xF880FBB0          CPUx Overlay Target Address Register 13
CPU0_OMASK13    0xF880FBB4          CPUx Overlay Mask Register 13
CPU0_RABR14     0xF880FBB8          CPUx Redirected Address Base Register 14
CPU0_OTAR14     0xF880FBBC          CPUx Overlay Target Address Register 14
CPU0_OMASK14    0xF880FBC0          CPUx Overlay Mask Register 14
CPU0_RABR15     0xF880FBC4          CPUx Redirected Address Base Register 15
CPU0_OTAR15     0xF880FBC8          CPUx Overlay Target Address Register 15
CPU0_OMASK15    0xF880FBCC          CPUx Overlay Mask Register 15
CPU0_RABR16     0xF880FBD0          CPUx Redirected Address Base Register 16
CPU0_OTAR16     0xF880FBD4          CPUx Overlay Target Address Register 16
CPU0_OMASK16    0xF880FBD8          CPUx Overlay Mask Register 16
CPU0_RABR17     0xF880FBDC          CPUx Redirected Address Base Register 17
CPU0_OTAR17     0xF880FBE0          CPUx Overlay Target Address Register 17
CPU0_OMASK17    0xF880FBE4          CPUx Overlay Mask Register 17
CPU0_RABR18     0xF880FBE8          CPUx Redirected Address Base Register 18
CPU0_OTAR18     0xF880FBEC          CPUx Overlay Target Address Register 18
CPU0_OMASK18    0xF880FBF0          CPUx Overlay Mask Register 18
CPU0_RABR19     0xF880FBF4          CPUx Redirected Address Base Register 19
CPU0_OTAR19     0xF880FBF8          CPUx Overlay Target Address Register 19
CPU0_OMASK19    0xF880FBFC          CPUx Overlay Mask Register 19
CPU0_RABR20     0xF880FC00          CPUx Redirected Address Base Register 20
CPU0_OTAR20     0xF880FC04          CPUx Overlay Target Address Register 20
CPU0_OMASK20    0xF880FC08          CPUx Overlay Mask Register 20
CPU0_RABR21     0xF880FC0C          CPUx Redirected Address Base Register 21
CPU0_OTAR21     0xF880FC10          CPUx Overlay Target Address Register 21
CPU0_OMASK21    0xF880FC14          CPUx Overlay Mask Register 21
CPU0_RABR22     0xF880FC18          CPUx Redirected Address Base Register 22
CPU0_OTAR22     0xF880FC1C          CPUx Overlay Target Address Register 22
CPU0_OMASK22    0xF880FC20          CPUx Overlay Mask Register 22
CPU0_RABR23     0xF880FC24          CPUx Redirected Address Base Register 23
CPU0_OTAR23     0xF880FC28          CPUx Overlay Target Address Register 23
CPU0_OMASK23    0xF880FC2C          CPUx Overlay Mask Register 23
CPU0_RABR24     0xF880FC30          CPUx Redirected Address Base Register 24
CPU0_OTAR24     0xF880FC34          CPUx Overlay Target Address Register 24
CPU0_OMASK24    0xF880FC38          CPUx Overlay Mask Register 24
CPU0_RABR25     0xF880FC3C          CPUx Redirected Address Base Register 25
CPU0_OTAR25     0xF880FC40          CPUx Overlay Target Address Register 25
CPU0_OMASK25    0xF880FC44          CPUx Overlay Mask Register 25
CPU0_RABR26     0xF880FC48          CPUx Redirected Address Base Register 26
CPU0_OTAR26     0xF880FC4C          CPUx Overlay Target Address Register 26
CPU0_OMASK26    0xF880FC50          CPUx Overlay Mask Register 26
CPU0_RABR27     0xF880FC54          CPUx Redirected Address Base Register 27
CPU0_OTAR27     0xF880FC58          CPUx Overlay Target Address Register 27
CPU0_OMASK27    0xF880FC5C          CPUx Overlay Mask Register 27
CPU0_RABR28     0xF880FC60          CPUx Redirected Address Base Register 28
CPU0_OTAR28     0xF880FC64          CPUx Overlay Target Address Register 28
CPU0_OMASK28    0xF880FC68          CPUx Overlay Mask Register 28
CPU0_RABR29     0xF880FC6C          CPUx Redirected Address Base Register 29
CPU0_OTAR29     0xF880FC70          CPUx Overlay Target Address Register 29
CPU0_OMASK29    0xF880FC74          CPUx Overlay Mask Register 29
CPU0_RABR30     0xF880FC78          CPUx Redirected Address Base Register 30
CPU0_OTAR30     0xF880FC7C          CPUx Overlay Target Address Register 30
CPU0_OMASK30    0xF880FC80          CPUx Overlay Mask Register 30
CPU0_RABR31     0xF880FC84          CPUx Redirected Address Base Register 31
CPU0_OTAR31     0xF880FC88          CPUx Overlay Target Address Register 31
CPU0_OMASK31    0xF880FC8C          CPUx Overlay Mask Register 31
CSFR_BASE       0xF8810000          Core Special Function Registers base (CPU0)
CPU0_SEGEN      0xF8811030          CPUx SRI Error Generation Register
CPU0_TASK_ASI   0xF8818004          CPUx Task Address Space Identifier Register
CPU0_PMA0       0xF8818100          CPUx Data Access CacheabilityRegister
CPU0_PMA1       0xF8818104          CPUx Code Access CacheabilityRegister
CPU0_PMA2       0xF8818108          CPUx Peripheral Space Identifier register
CPU0_DCON2      0xF8819000          CPUx Data Control Register 2
CPU0_SMACON     0xF881900C          CPUx SIST Mode Access Control Register
CPU0_DSTR       0xF8819010          CPUx Data Synchronous Trap Register
CPU0_DATR       0xF8819018          CPUx Data Asynchronous Trap Register
CPU0_DEADD      0xF881901C          CPUx Data Error Address Register
CPU0_DIEAR      0xF8819020          CPUx Data Integrity Error Address Register
CPU0_DIETR      0xF8819024          CPUx Data Integrity Error Trap Register
CPU0_DCON0      0xF8819040          CPUx Data Memory Control Register
CPU0_PSTR       0xF8819200          CPUx Program Synchronous Trap Register
CPU0_PCON1      0xF8819204          CPUx Program Control 1
CPU0_PCON2      0xF8819208          CPUx Program Control 2
CPU0_PCON0      0xF881920C          CPUx Program Control 0
CPU0_PIEAR      0xF8819210          CPUx Program Integrity Error Address Register
CPU0_PIETR      0xF8819214          CPUx Program Integrity Error Trap Register
CPU0_COMPAT     0xF8819400          CPUx Compatibility Control Register
CPU0_FPU_TRAP_CON 0xF881A000          CPUx Trap Control Register
CPU0_FPU_TRAP_PC 0xF881A004          CPUx Trapping Instruction Program Counter Register
CPU0_FPU_TRAP_OPC 0xF881A008          CPUx Trapping Instruction Opcode Register
CPU0_FPU_TRAP_SRC1 0xF881A010          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC2 0xF881A014          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC3 0xF881A018          CPUx Trapping Instruction Operand Register
CPU0_DPR0_L     0xF881C000          CPUx Data Protection Range 0, Lower Bound Register
CPU0_DPR0_U     0xF881C004          CPUx Data Protection Range 0, Upper Bound Register
CPU0_DPR1_L     0xF881C008          CPUx Data Protection Range 1, Lower Bound Register
CPU0_DPR1_U     0xF881C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU0_DPR2_L     0xF881C010          CPUx Data Protection Range 2, Lower Bound Register
CPU0_DPR2_U     0xF881C014          CPUx Data Protection Range 2, Upper Bound Register
CPU0_DPR3_L     0xF881C018          CPUx Data Protection Range 3, Lower Bound Register
CPU0_DPR3_U     0xF881C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU0_DPR4_L     0xF881C020          CPUx Data Protection Range 4, Lower Bound Register
CPU0_DPR4_U     0xF881C024          CPUx Data Protection Range 4, Upper Bound Register
CPU0_DPR5_L     0xF881C028          CPUx Data Protection Range 5, Lower Bound Register
CPU0_DPR5_U     0xF881C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU0_DPR6_L     0xF881C030          CPUx Data Protection Range 6, Lower Bound Register
CPU0_DPR6_U     0xF881C034          CPUx Data Protection Range 6, Upper Bound Register
CPU0_DPR7_L     0xF881C038          CPUx Data Protection Range 7, Lower Bound Register
CPU0_DPR7_U     0xF881C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU0_DPR8_L     0xF881C040          CPUx Data Protection Range 8, Lower Bound Register
CPU0_DPR8_U     0xF881C044          CPUx Data Protection Range 8, Upper Bound Register
CPU0_DPR9_L     0xF881C048          CPUx Data Protection Range 9, Lower Bound Register
CPU0_DPR9_U     0xF881C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU0_DPR10_L    0xF881C050          CPUx Data Protection Range 10, Lower Bound Register
CPU0_DPR10_U    0xF881C054          CPUx Data Protection Range 10, Upper Bound Register
CPU0_DPR11_L    0xF881C058          CPUx Data Protection Range 11, Lower Bound Register
CPU0_DPR11_U    0xF881C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU0_DPR12_L    0xF881C060          CPUx Data Protection Range 12, Lower Bound Register
CPU0_DPR12_U    0xF881C064          CPUx Data Protection Range 12, Upper Bound Register
CPU0_DPR13_L    0xF881C068          CPUx Data Protection Range 13, Lower Bound Register
CPU0_DPR13_U    0xF881C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU0_DPR14_L    0xF881C070          CPUx Data Protection Range 14, Lower Bound Register
CPU0_DPR14_U    0xF881C074          CPUx Data Protection Range 14, Upper Bound Register
CPU0_DPR15_L    0xF881C078          CPUx Data Protection Range 15, Lower Bound Register
CPU0_DPR15_U    0xF881C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU0_DPR16_L    0xF881C080          CPUx Data Protection Range 16, Lower Bound Register
CPU0_DPR16_U    0xF881C084          CPUx Data Protection Range 16, Upper Bound Register
CPU0_DPR17_L    0xF881C088          CPUx Data Protection Range 17, Lower Bound Register
CPU0_DPR17_U    0xF881C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU0_CPR0_L     0xF881D000          CPUx Code Protection Range 0 Lower Bound Register
CPU0_CPR0_U     0xF881D004          CPUx Code Protection Range 0 Upper Bound Register
CPU0_CPR1_L     0xF881D008          CPUx Code Protection Range 1 Lower Bound Register
CPU0_CPR1_U     0xF881D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU0_CPR2_L     0xF881D010          CPUx Code Protection Range 2 Lower Bound Register
CPU0_CPR2_U     0xF881D014          CPUx Code Protection Range 2 Upper Bound Register
CPU0_CPR3_L     0xF881D018          CPUx Code Protection Range 3 Lower Bound Register
CPU0_CPR3_U     0xF881D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU0_CPR4_L     0xF881D020          CPUx Code Protection Range 4 Lower Bound Register
CPU0_CPR4_U     0xF881D024          CPUx Code Protection Range 4 Upper Bound Register
CPU0_CPR5_L     0xF881D028          CPUx Code Protection Range 5 Lower Bound Register
CPU0_CPR5_U     0xF881D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU0_CPR6_L     0xF881D030          CPUx Code Protection Range 6 Lower Bound Register
CPU0_CPR6_U     0xF881D034          CPUx Code Protection Range 6 Upper Bound Register
CPU0_CPR7_L     0xF881D038          CPUx Code Protection Range 7 Lower Bound Register
CPU0_CPR7_U     0xF881D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU0_CPR8_L     0xF881D040          CPUx Code Protection Range 8 Lower Bound Register
CPU0_CPR8_U     0xF881D044          CPUx Code Protection Range 8 Upper Bound Register
CPU0_CPR9_L     0xF881D048          CPUx Code Protection Range 9 Lower Bound Register
CPU0_CPR9_U     0xF881D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU0_CPXE_0     0xF881E000          CPUx Code Protection Execute Enable Register Set 0
CPU0_CPXE_1     0xF881E004          CPUx Code Protection Execute Enable Register Set 1
CPU0_CPXE_2     0xF881E008          CPUx Code Protection Execute Enable Register Set 2
CPU0_CPXE_3     0xF881E00C          CPUx Code Protection Execute Enable Register Set 3
CPU0_DPRE_0     0xF881E010          CPUx Data Protection Read Enable Register Set 0
CPU0_DPRE_1     0xF881E014          CPUx Data Protection Read Enable Register Set 1
CPU0_DPRE_2     0xF881E018          CPUx Data Protection Read Enable Register Set 2
CPU0_DPRE_3     0xF881E01C          CPUx Data Protection Read Enable Register Set 3
CPU0_DPWE_0     0xF881E020          CPUx Data Protection Write Enable Register Set 0
CPU0_DPWE_1     0xF881E024          CPUx Data Protection Write Enable Register Set 1
CPU0_DPWE_2     0xF881E028          CPUx Data Protection Write Enable Register Set 2
CPU0_DPWE_3     0xF881E02C          CPUx Data Protection Write Enable Register Set 3
CPU0_CPXE_4     0xF881E040          CPUx Code Protection Execute Enable Register Set 4
CPU0_CPXE_5     0xF881E044          CPUx Code Protection Execute Enable Register Set 5
CPU0_DPRE_4     0xF881E050          CPUx Data Protection Read Enable Register Set 4
CPU0_DPRE_5     0xF881E054          CPUx Data Protection Read Enable Register Set 5
CPU0_DPWE_4     0xF881E060          CPUx Data Protection Write Enable Register Set 4
CPU0_DPWE_5     0xF881E064          CPUx Data Protection Write Enable Register Set 5
CPU0_TPS_CON    0xF881E400          CPUx Temporal Protection System Control Register
CPU0_TPS_TIMER0 0xF881E404          CPUx Temporal Protection System Timer Register 0
CPU0_TPS_TIMER1 0xF881E408          CPUx Temporal Protection System Timer Register 1
CPU0_TPS_TIMER2 0xF881E40C          CPUx Temporal Protection System Timer Register 2
CPU0_TPS_EXTIM_ENTRY_LVAL 0xF881E440          CPUx Exception Entry Timer Load Value
CPU0_TPS_EXTIM_ENTRY_CVAL 0xF881E444          CPUx Exception Entry Timer Current Value
CPU0_TPS_EXTIM_EXIT_LVAL 0xF881E448          CPUx Exception Exit Timer Load Value
CPU0_TPS_EXTIM_EXIT_CVAL 0xF881E44C          CPUx Exception Exit Timer Current Value
CPU0_TPS_EXTIM_CLASS_EN 0xF881E450          CPUx Exception Timer Class Enable Register
CPU0_TPS_EXTIM_STAT 0xF881E454          CPUx Exception Timer Status Register
CPU0_TPS_EXTIM_FCX 0xF881E458          CPUx Exception Timer FCX Register
CPU0_TR0EVT     0xF881F000          CPUx Trigger Event 0
CPU0_TR0ADR     0xF881F004          CPUx Trigger Address 0
CPU0_TR1EVT     0xF881F008          CPUx Trigger Event 1
CPU0_TR1ADR     0xF881F00C          CPUx Trigger Address 1
CPU0_TR2EVT     0xF881F010          CPUx Trigger Event 2
CPU0_TR2ADR     0xF881F014          CPUx Trigger Address 2
CPU0_TR3EVT     0xF881F018          CPUx Trigger Event 3
CPU0_TR3ADR     0xF881F01C          CPUx Trigger Address 3
CPU0_TR4EVT     0xF881F020          CPUx Trigger Event 4
CPU0_TR4ADR     0xF881F024          CPUx Trigger Address 4
CPU0_TR5EVT     0xF881F028          CPUx Trigger Event 5
CPU0_TR5ADR     0xF881F02C          CPUx Trigger Address 5
CPU0_TR6EVT     0xF881F030          CPUx Trigger Event 6
CPU0_TR6ADR     0xF881F034          CPUx Trigger Address 6
CPU0_TR7EVT     0xF881F038          CPUx Trigger Event 7
CPU0_TR7ADR     0xF881F03C          CPUx Trigger Address 7
CPU0_CCTRL      0xF881FC00          CPUx Counter Control
CPU0_CCNT       0xF881FC04          CPUx CPU Clock Cycle Count
CPU0_ICNT       0xF881FC08          CPUx Instruction Count
CPU0_M1CNT      0xF881FC0C          CPUx Multi-Count Register 1
CPU0_M2CNT      0xF881FC10          CPUx Multi-Count Register 2
CPU0_M3CNT      0xF881FC14          CPUx Multi-Count Register 3
CPU0_DBGSR      0xF881FD00          CPUx Debug Status Register
CPU0_EXEVT      0xF881FD08          CPUx External Event Register
CPU0_CREVT      0xF881FD0C          CPUx Core Register Access Event
CPU0_SWEVT      0xF881FD10          CPUx Software Debug Event
CPU0_TRIG_ACC   0xF881FD30          CPUx TriggerAddressx
CPU0_DMS        0xF881FD40          CPUx Debug Monitor Start Address
CPU0_DCX        0xF881FD44          CPUx Debug Context Save Area Pointer
CPU0_DBGTCR     0xF881FD48          CPUx Debug Trap Control Register
CPU0_PCXI       0xF881FE00          CPUx Previous Context Information Register
CPU0_PSW        0xF881FE04          CPUx Program Status Word
CPU0_PC         0xF881FE08          CPUx Program Counter
CPU0_SYSCON     0xF881FE14          CPUx System Configuration Register
CPU0_CPU_ID     0xF881FE18          CPUx Identification Register TC1.6.2P
CPU0_CORE_ID    0xF881FE1C          CPUx Core Identification Register
CPU0_BIV        0xF881FE20          CPUx Base Interrupt Vector Table Pointer
CPU0_BTV        0xF881FE24          CPUx Base Trap Vector Table Pointer
CPU0_ISP        0xF881FE28          CPUx Interrupt Stack Pointer
CPU0_ICR        0xF881FE2C          CPUx Interrupt Control Register
CPU0_FCX        0xF881FE38          CPUx Free CSA List Head Pointer
CPU0_LCX        0xF881FE3C          CPUx Free CSA List Limit Pointer
CPU0_CUS_ID     0xF881FE50          CPUx Customer ID register
CPU0_D0         0xF881FF00          Data Register 0
CPU0_D1         0xF881FF04          Data Register 1
CPU0_D2         0xF881FF08          Data Register 2
CPU0_D3         0xF881FF0C          Data Register 3
CPU0_D4         0xF881FF10          Data Register 4
CPU0_D5         0xF881FF14          Data Register 5
CPU0_D6         0xF881FF18          Data Register 6
CPU0_D7         0xF881FF1C          Data Register 7
CPU0_D8         0xF881FF20          Data Register 8
CPU0_D9         0xF881FF24          Data Register 9
CPU0_D10        0xF881FF28          Data Register 10
CPU0_D11        0xF881FF2C          Data Register 11
CPU0_D12        0xF881FF30          Data Register 12
CPU0_D13        0xF881FF34          Data Register 13
CPU0_D14        0xF881FF38          Data Register 14
CPU0_D15        0xF881FF3C          Data Register 15
CPU0_A0         0xF881FF80          Address Register 0
CPU0_A1         0xF881FF84          Address Register 1
CPU0_A2         0xF881FF88          Address Register 2
CPU0_A3         0xF881FF8C          Address Register 3
CPU0_A4         0xF881FF90          Address Register 4
CPU0_A5         0xF881FF94          Address Register 5
CPU0_A6         0xF881FF98          Address Register 6
CPU0_A7         0xF881FF9C          Address Register 7
CPU0_A8         0xF881FFA0          Address Register 8
CPU0_A9         0xF881FFA4          Address Register 9
CPU0_A10        0xF881FFA8          Address Register 10
CPU0_A11        0xF881FFAC          Address Register 11
CPU0_A12        0xF881FFB0          Address Register 12
CPU0_A13        0xF881FFB4          Address Register 13
CPU0_A14        0xF881FFB8          Address Register 14
CPU0_A15        0xF881FFBC          Address Register 15
CPU1_FLASHCON0  0xF8821100          CPUx Flash Configuration Register 0
CPU1_FLASHCON1  0xF8821104          CPUx Flash Configuration Register 1
CPU1_FLASHCON2  0xF8821108          CPUx Flash Configuration Register 2
CPU1_FLASHCON3  0xF882110C          CPUx Flash Configuration Register 3
CPU1_FLASHCON4  0xF8821110          CPUx Flash Configuration Register 4
CPU1_KRST0      0xF882D000          CPUx Reset Register 0
CPU1_KRST1      0xF882D004          CPUx Reset Register 1
CPU1_KRSTCLR    0xF882D008          CPUx Reset Clear Register
CPU1_SPR_SPROT_RGNLA0 0xF882E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU1_SPR_SPROT_RGNUA0 0xF882E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU1_SPR_SPROT_RGNACCENA0_W 0xF882E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU1_SPR_SPROT_RGNACCENB0_W 0xF882E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU1_SPR_SPROT_RGNLA1 0xF882E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU1_SPR_SPROT_RGNUA1 0xF882E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU1_SPR_SPROT_RGNACCENA1_W 0xF882E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU1_SPR_SPROT_RGNACCENB1_W 0xF882E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU1_SPR_SPROT_RGNLA2 0xF882E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU1_SPR_SPROT_RGNUA2 0xF882E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU1_SPR_SPROT_RGNACCENA2_W 0xF882E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU1_SPR_SPROT_RGNACCENB2_W 0xF882E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU1_SPR_SPROT_RGNLA3 0xF882E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU1_SPR_SPROT_RGNUA3 0xF882E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU1_SPR_SPROT_RGNACCENA3_W 0xF882E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU1_SPR_SPROT_RGNACCENB3_W 0xF882E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU1_SPR_SPROT_RGNLA4 0xF882E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU1_SPR_SPROT_RGNUA4 0xF882E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU1_SPR_SPROT_RGNACCENA4_W 0xF882E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU1_SPR_SPROT_RGNACCENB4_W 0xF882E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU1_SPR_SPROT_RGNLA5 0xF882E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU1_SPR_SPROT_RGNUA5 0xF882E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU1_SPR_SPROT_RGNACCENA5_W 0xF882E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU1_SPR_SPROT_RGNACCENB5_W 0xF882E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU1_SPR_SPROT_RGNLA6 0xF882E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU1_SPR_SPROT_RGNUA6 0xF882E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU1_SPR_SPROT_RGNACCENA6_W 0xF882E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU1_SPR_SPROT_RGNACCENB6_W 0xF882E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU1_SPR_SPROT_RGNLA7 0xF882E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU1_SPR_SPROT_RGNUA7 0xF882E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU1_SPR_SPROT_RGNACCENA7_W 0xF882E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU1_SPR_SPROT_RGNACCENB7_W 0xF882E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU1_SPR_SPROT_RGNACCENA0_R 0xF882E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU1_SPR_SPROT_RGNACCENB0_R 0xF882E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU1_SPR_SPROT_RGNACCENA1_R 0xF882E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU1_SPR_SPROT_RGNACCENB1_R 0xF882E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU1_SPR_SPROT_RGNACCENA2_R 0xF882E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU1_SPR_SPROT_RGNACCENB2_R 0xF882E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU1_SPR_SPROT_RGNACCENA3_R 0xF882E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU1_SPR_SPROT_RGNACCENB3_R 0xF882E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU1_SPR_SPROT_RGNACCENA4_R 0xF882E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU1_SPR_SPROT_RGNACCENB4_R 0xF882E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU1_SPR_SPROT_RGNACCENA5_R 0xF882E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU1_SPR_SPROT_RGNACCENB5_R 0xF882E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU1_SPR_SPROT_RGNACCENA6_R 0xF882E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU1_SPR_SPROT_RGNACCENB6_R 0xF882E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU1_SPR_SPROT_RGNACCENA7_R 0xF882E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU1_SPR_SPROT_RGNACCENB7_R 0xF882E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU1_SFR_SPROT_ACCENA_W 0xF882E100          CPUx Safety Protection Register Access Enable Register A
CPU1_SFR_SPROT_ACCENB_W 0xF882E104          CPUx Safety Protection Region Access Enable Register B
CPU1_LPB_SPROT_ACCENA_R 0xF882E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU1_LPB_SPROT_ACCENB_R 0xF882E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU1_DLMU_SPROT_RGNLA0 0xF882E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU1_DLMU_SPROT_RGNUA0 0xF882E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU1_DLMU_SPROT_RGNACCENA0_W 0xF882E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU1_DLMU_SPROT_RGNACCENB0_W 0xF882E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU1_DLMU_SPROT_RGNLA1 0xF882E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU1_DLMU_SPROT_RGNUA1 0xF882E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU1_DLMU_SPROT_RGNACCENA1_W 0xF882E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU1_DLMU_SPROT_RGNACCENB1_W 0xF882E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU1_DLMU_SPROT_RGNLA2 0xF882E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU1_DLMU_SPROT_RGNUA2 0xF882E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU1_DLMU_SPROT_RGNACCENA2_W 0xF882E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU1_DLMU_SPROT_RGNACCENB2_W 0xF882E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU1_DLMU_SPROT_RGNLA3 0xF882E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU1_DLMU_SPROT_RGNUA3 0xF882E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU1_DLMU_SPROT_RGNACCENA3_W 0xF882E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU1_DLMU_SPROT_RGNACCENB3_W 0xF882E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU1_DLMU_SPROT_RGNLA4 0xF882E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU1_DLMU_SPROT_RGNUA4 0xF882E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU1_DLMU_SPROT_RGNACCENA4_W 0xF882E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU1_DLMU_SPROT_RGNACCENB4_W 0xF882E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU1_DLMU_SPROT_RGNLA5 0xF882E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU1_DLMU_SPROT_RGNUA5 0xF882E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU1_DLMU_SPROT_RGNACCENA5_W 0xF882E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU1_DLMU_SPROT_RGNACCENB5_W 0xF882E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU1_DLMU_SPROT_RGNLA6 0xF882E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU1_DLMU_SPROT_RGNUA6 0xF882E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU1_DLMU_SPROT_RGNACCENA6_W 0xF882E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU1_DLMU_SPROT_RGNACCENB6_W 0xF882E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU1_DLMU_SPROT_RGNLA7 0xF882E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU1_DLMU_SPROT_RGNUA7 0xF882E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU1_DLMU_SPROT_RGNACCENA7_W 0xF882E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU1_DLMU_SPROT_RGNACCENB7_W 0xF882E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU1_DLMU_SPROT_RGNACCENA0_R 0xF882E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU1_DLMU_SPROT_RGNACCENB0_R 0xF882E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU1_DLMU_SPROT_RGNACCENA1_R 0xF882E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU1_DLMU_SPROT_RGNACCENB1_R 0xF882E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU1_DLMU_SPROT_RGNACCENA2_R 0xF882E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU1_DLMU_SPROT_RGNACCENB2_R 0xF882E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU1_DLMU_SPROT_RGNACCENA3_R 0xF882E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU1_DLMU_SPROT_RGNACCENB3_R 0xF882E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU1_DLMU_SPROT_RGNACCENA4_R 0xF882E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU1_DLMU_SPROT_RGNACCENB4_R 0xF882E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU1_DLMU_SPROT_RGNACCENA5_R 0xF882E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU1_DLMU_SPROT_RGNACCENB5_R 0xF882E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU1_DLMU_SPROT_RGNACCENA6_R 0xF882E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU1_DLMU_SPROT_RGNACCENB6_R 0xF882E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU1_DLMU_SPROT_RGNACCENA7_R 0xF882E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU1_DLMU_SPROT_RGNACCENB7_R 0xF882E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU1_OSEL       0xF882FB00          CPUx Overlay Range Select Register
CPU1_RABR0      0xF882FB10          CPUx Redirected Address Base Register 0
CPU1_OTAR0      0xF882FB14          CPUx Overlay Target Address Register 0
CPU1_OMASK0     0xF882FB18          CPUx Overlay Mask Register 0
CPU1_RABR1      0xF882FB1C          CPUx Redirected Address Base Register 1
CPU1_OTAR1      0xF882FB20          CPUx Overlay Target Address Register 1
CPU1_OMASK1     0xF882FB24          CPUx Overlay Mask Register 1
CPU1_RABR2      0xF882FB28          CPUx Redirected Address Base Register 2
CPU1_OTAR2      0xF882FB2C          CPUx Overlay Target Address Register 2
CPU1_OMASK2     0xF882FB30          CPUx Overlay Mask Register 2
CPU1_RABR3      0xF882FB34          CPUx Redirected Address Base Register 3
CPU1_OTAR3      0xF882FB38          CPUx Overlay Target Address Register 3
CPU1_OMASK3     0xF882FB3C          CPUx Overlay Mask Register 3
CPU1_RABR4      0xF882FB40          CPUx Redirected Address Base Register 4
CPU1_OTAR4      0xF882FB44          CPUx Overlay Target Address Register 4
CPU1_OMASK4     0xF882FB48          CPUx Overlay Mask Register 4
CPU1_RABR5      0xF882FB4C          CPUx Redirected Address Base Register 5
CPU1_OTAR5      0xF882FB50          CPUx Overlay Target Address Register 5
CPU1_OMASK5     0xF882FB54          CPUx Overlay Mask Register 5
CPU1_RABR6      0xF882FB58          CPUx Redirected Address Base Register 6
CPU1_OTAR6      0xF882FB5C          CPUx Overlay Target Address Register 6
CPU1_OMASK6     0xF882FB60          CPUx Overlay Mask Register 6
CPU1_RABR7      0xF882FB64          CPUx Redirected Address Base Register 7
CPU1_OTAR7      0xF882FB68          CPUx Overlay Target Address Register 7
CPU1_OMASK7     0xF882FB6C          CPUx Overlay Mask Register 7
CPU1_RABR8      0xF882FB70          CPUx Redirected Address Base Register 8
CPU1_OTAR8      0xF882FB74          CPUx Overlay Target Address Register 8
CPU1_OMASK8     0xF882FB78          CPUx Overlay Mask Register 8
CPU1_RABR9      0xF882FB7C          CPUx Redirected Address Base Register 9
CPU1_OTAR9      0xF882FB80          CPUx Overlay Target Address Register 9
CPU1_OMASK9     0xF882FB84          CPUx Overlay Mask Register 9
CPU1_RABR10     0xF882FB88          CPUx Redirected Address Base Register 10
CPU1_OTAR10     0xF882FB8C          CPUx Overlay Target Address Register 10
CPU1_OMASK10    0xF882FB90          CPUx Overlay Mask Register 10
CPU1_RABR11     0xF882FB94          CPUx Redirected Address Base Register 11
CPU1_OTAR11     0xF882FB98          CPUx Overlay Target Address Register 11
CPU1_OMASK11    0xF882FB9C          CPUx Overlay Mask Register 11
CPU1_RABR12     0xF882FBA0          CPUx Redirected Address Base Register 12
CPU1_OTAR12     0xF882FBA4          CPUx Overlay Target Address Register 12
CPU1_OMASK12    0xF882FBA8          CPUx Overlay Mask Register 12
CPU1_RABR13     0xF882FBAC          CPUx Redirected Address Base Register 13
CPU1_OTAR13     0xF882FBB0          CPUx Overlay Target Address Register 13
CPU1_OMASK13    0xF882FBB4          CPUx Overlay Mask Register 13
CPU1_RABR14     0xF882FBB8          CPUx Redirected Address Base Register 14
CPU1_OTAR14     0xF882FBBC          CPUx Overlay Target Address Register 14
CPU1_OMASK14    0xF882FBC0          CPUx Overlay Mask Register 14
CPU1_RABR15     0xF882FBC4          CPUx Redirected Address Base Register 15
CPU1_OTAR15     0xF882FBC8          CPUx Overlay Target Address Register 15
CPU1_OMASK15    0xF882FBCC          CPUx Overlay Mask Register 15
CPU1_RABR16     0xF882FBD0          CPUx Redirected Address Base Register 16
CPU1_OTAR16     0xF882FBD4          CPUx Overlay Target Address Register 16
CPU1_OMASK16    0xF882FBD8          CPUx Overlay Mask Register 16
CPU1_RABR17     0xF882FBDC          CPUx Redirected Address Base Register 17
CPU1_OTAR17     0xF882FBE0          CPUx Overlay Target Address Register 17
CPU1_OMASK17    0xF882FBE4          CPUx Overlay Mask Register 17
CPU1_RABR18     0xF882FBE8          CPUx Redirected Address Base Register 18
CPU1_OTAR18     0xF882FBEC          CPUx Overlay Target Address Register 18
CPU1_OMASK18    0xF882FBF0          CPUx Overlay Mask Register 18
CPU1_RABR19     0xF882FBF4          CPUx Redirected Address Base Register 19
CPU1_OTAR19     0xF882FBF8          CPUx Overlay Target Address Register 19
CPU1_OMASK19    0xF882FBFC          CPUx Overlay Mask Register 19
CPU1_RABR20     0xF882FC00          CPUx Redirected Address Base Register 20
CPU1_OTAR20     0xF882FC04          CPUx Overlay Target Address Register 20
CPU1_OMASK20    0xF882FC08          CPUx Overlay Mask Register 20
CPU1_RABR21     0xF882FC0C          CPUx Redirected Address Base Register 21
CPU1_OTAR21     0xF882FC10          CPUx Overlay Target Address Register 21
CPU1_OMASK21    0xF882FC14          CPUx Overlay Mask Register 21
CPU1_RABR22     0xF882FC18          CPUx Redirected Address Base Register 22
CPU1_OTAR22     0xF882FC1C          CPUx Overlay Target Address Register 22
CPU1_OMASK22    0xF882FC20          CPUx Overlay Mask Register 22
CPU1_RABR23     0xF882FC24          CPUx Redirected Address Base Register 23
CPU1_OTAR23     0xF882FC28          CPUx Overlay Target Address Register 23
CPU1_OMASK23    0xF882FC2C          CPUx Overlay Mask Register 23
CPU1_RABR24     0xF882FC30          CPUx Redirected Address Base Register 24
CPU1_OTAR24     0xF882FC34          CPUx Overlay Target Address Register 24
CPU1_OMASK24    0xF882FC38          CPUx Overlay Mask Register 24
CPU1_RABR25     0xF882FC3C          CPUx Redirected Address Base Register 25
CPU1_OTAR25     0xF882FC40          CPUx Overlay Target Address Register 25
CPU1_OMASK25    0xF882FC44          CPUx Overlay Mask Register 25
CPU1_RABR26     0xF882FC48          CPUx Redirected Address Base Register 26
CPU1_OTAR26     0xF882FC4C          CPUx Overlay Target Address Register 26
CPU1_OMASK26    0xF882FC50          CPUx Overlay Mask Register 26
CPU1_RABR27     0xF882FC54          CPUx Redirected Address Base Register 27
CPU1_OTAR27     0xF882FC58          CPUx Overlay Target Address Register 27
CPU1_OMASK27    0xF882FC5C          CPUx Overlay Mask Register 27
CPU1_RABR28     0xF882FC60          CPUx Redirected Address Base Register 28
CPU1_OTAR28     0xF882FC64          CPUx Overlay Target Address Register 28
CPU1_OMASK28    0xF882FC68          CPUx Overlay Mask Register 28
CPU1_RABR29     0xF882FC6C          CPUx Redirected Address Base Register 29
CPU1_OTAR29     0xF882FC70          CPUx Overlay Target Address Register 29
CPU1_OMASK29    0xF882FC74          CPUx Overlay Mask Register 29
CPU1_RABR30     0xF882FC78          CPUx Redirected Address Base Register 30
CPU1_OTAR30     0xF882FC7C          CPUx Overlay Target Address Register 30
CPU1_OMASK30    0xF882FC80          CPUx Overlay Mask Register 30
CPU1_RABR31     0xF882FC84          CPUx Redirected Address Base Register 31
CPU1_OTAR31     0xF882FC88          CPUx Overlay Target Address Register 31
CPU1_OMASK31    0xF882FC8C          CPUx Overlay Mask Register 31
CSFR_BASE_1     0xF8830000          Core Special Function Registers base (CPU1)
CPU1_SEGEN      0xF8831030          CPUx SRI Error Generation Register
CPU1_TASK_ASI   0xF8838004          CPUx Task Address Space Identifier Register
CPU1_PMA0       0xF8838100          CPUx Data Access CacheabilityRegister
CPU1_PMA1       0xF8838104          CPUx Code Access CacheabilityRegister
CPU1_PMA2       0xF8838108          CPUx Peripheral Space Identifier register
CPU1_DCON2      0xF8839000          CPUx Data Control Register 2
CPU1_SMACON     0xF883900C          CPUx SIST Mode Access Control Register
CPU1_DSTR       0xF8839010          CPUx Data Synchronous Trap Register
CPU1_DATR       0xF8839018          CPUx Data Asynchronous Trap Register
CPU1_DEADD      0xF883901C          CPUx Data Error Address Register
CPU1_DIEAR      0xF8839020          CPUx Data Integrity Error Address Register
CPU1_DIETR      0xF8839024          CPUx Data Integrity Error Trap Register
CPU1_DCON0      0xF8839040          CPUx Data Memory Control Register
CPU1_PSTR       0xF8839200          CPUx Program Synchronous Trap Register
CPU1_PCON1      0xF8839204          CPUx Program Control 1
CPU1_PCON2      0xF8839208          CPUx Program Control 2
CPU1_PCON0      0xF883920C          CPUx Program Control 0
CPU1_PIEAR      0xF8839210          CPUx Program Integrity Error Address Register
CPU1_PIETR      0xF8839214          CPUx Program Integrity Error Trap Register
CPU1_COMPAT     0xF8839400          CPUx Compatibility Control Register
CPU1_FPU_TRAP_CON 0xF883A000          CPUx Trap Control Register
CPU1_FPU_TRAP_PC 0xF883A004          CPUx Trapping Instruction Program Counter Register
CPU1_FPU_TRAP_OPC 0xF883A008          CPUx Trapping Instruction Opcode Register
CPU1_FPU_TRAP_SRC1 0xF883A010          CPUx Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC2 0xF883A014          CPUx Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC3 0xF883A018          CPUx Trapping Instruction Operand Register
CPU1_DPR0_L     0xF883C000          CPUx Data Protection Range 0, Lower Bound Register
CPU1_DPR0_U     0xF883C004          CPUx Data Protection Range 0, Upper Bound Register
CPU1_DPR1_L     0xF883C008          CPUx Data Protection Range 1, Lower Bound Register
CPU1_DPR1_U     0xF883C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU1_DPR2_L     0xF883C010          CPUx Data Protection Range 2, Lower Bound Register
CPU1_DPR2_U     0xF883C014          CPUx Data Protection Range 2, Upper Bound Register
CPU1_DPR3_L     0xF883C018          CPUx Data Protection Range 3, Lower Bound Register
CPU1_DPR3_U     0xF883C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU1_DPR4_L     0xF883C020          CPUx Data Protection Range 4, Lower Bound Register
CPU1_DPR4_U     0xF883C024          CPUx Data Protection Range 4, Upper Bound Register
CPU1_DPR5_L     0xF883C028          CPUx Data Protection Range 5, Lower Bound Register
CPU1_DPR5_U     0xF883C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU1_DPR6_L     0xF883C030          CPUx Data Protection Range 6, Lower Bound Register
CPU1_DPR6_U     0xF883C034          CPUx Data Protection Range 6, Upper Bound Register
CPU1_DPR7_L     0xF883C038          CPUx Data Protection Range 7, Lower Bound Register
CPU1_DPR7_U     0xF883C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU1_DPR8_L     0xF883C040          CPUx Data Protection Range 8, Lower Bound Register
CPU1_DPR8_U     0xF883C044          CPUx Data Protection Range 8, Upper Bound Register
CPU1_DPR9_L     0xF883C048          CPUx Data Protection Range 9, Lower Bound Register
CPU1_DPR9_U     0xF883C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU1_DPR10_L    0xF883C050          CPUx Data Protection Range 10, Lower Bound Register
CPU1_DPR10_U    0xF883C054          CPUx Data Protection Range 10, Upper Bound Register
CPU1_DPR11_L    0xF883C058          CPUx Data Protection Range 11, Lower Bound Register
CPU1_DPR11_U    0xF883C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU1_DPR12_L    0xF883C060          CPUx Data Protection Range 12, Lower Bound Register
CPU1_DPR12_U    0xF883C064          CPUx Data Protection Range 12, Upper Bound Register
CPU1_DPR13_L    0xF883C068          CPUx Data Protection Range 13, Lower Bound Register
CPU1_DPR13_U    0xF883C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU1_DPR14_L    0xF883C070          CPUx Data Protection Range 14, Lower Bound Register
CPU1_DPR14_U    0xF883C074          CPUx Data Protection Range 14, Upper Bound Register
CPU1_DPR15_L    0xF883C078          CPUx Data Protection Range 15, Lower Bound Register
CPU1_DPR15_U    0xF883C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU1_DPR16_L    0xF883C080          CPUx Data Protection Range 16, Lower Bound Register
CPU1_DPR16_U    0xF883C084          CPUx Data Protection Range 16, Upper Bound Register
CPU1_DPR17_L    0xF883C088          CPUx Data Protection Range 17, Lower Bound Register
CPU1_DPR17_U    0xF883C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU1_CPR0_L     0xF883D000          CPUx Code Protection Range 0 Lower Bound Register
CPU1_CPR0_U     0xF883D004          CPUx Code Protection Range 0 Upper Bound Register
CPU1_CPR1_L     0xF883D008          CPUx Code Protection Range 1 Lower Bound Register
CPU1_CPR1_U     0xF883D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU1_CPR2_L     0xF883D010          CPUx Code Protection Range 2 Lower Bound Register
CPU1_CPR2_U     0xF883D014          CPUx Code Protection Range 2 Upper Bound Register
CPU1_CPR3_L     0xF883D018          CPUx Code Protection Range 3 Lower Bound Register
CPU1_CPR3_U     0xF883D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU1_CPR4_L     0xF883D020          CPUx Code Protection Range 4 Lower Bound Register
CPU1_CPR4_U     0xF883D024          CPUx Code Protection Range 4 Upper Bound Register
CPU1_CPR5_L     0xF883D028          CPUx Code Protection Range 5 Lower Bound Register
CPU1_CPR5_U     0xF883D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU1_CPR6_L     0xF883D030          CPUx Code Protection Range 6 Lower Bound Register
CPU1_CPR6_U     0xF883D034          CPUx Code Protection Range 6 Upper Bound Register
CPU1_CPR7_L     0xF883D038          CPUx Code Protection Range 7 Lower Bound Register
CPU1_CPR7_U     0xF883D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU1_CPR8_L     0xF883D040          CPUx Code Protection Range 8 Lower Bound Register
CPU1_CPR8_U     0xF883D044          CPUx Code Protection Range 8 Upper Bound Register
CPU1_CPR9_L     0xF883D048          CPUx Code Protection Range 9 Lower Bound Register
CPU1_CPR9_U     0xF883D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU1_CPXE_0     0xF883E000          CPUx Code Protection Execute Enable Register Set 0
CPU1_CPXE_1     0xF883E004          CPUx Code Protection Execute Enable Register Set 1
CPU1_CPXE_2     0xF883E008          CPUx Code Protection Execute Enable Register Set 2
CPU1_CPXE_3     0xF883E00C          CPUx Code Protection Execute Enable Register Set 3
CPU1_DPRE_0     0xF883E010          CPUx Data Protection Read Enable Register Set 0
CPU1_DPRE_1     0xF883E014          CPUx Data Protection Read Enable Register Set 1
CPU1_DPRE_2     0xF883E018          CPUx Data Protection Read Enable Register Set 2
CPU1_DPRE_3     0xF883E01C          CPUx Data Protection Read Enable Register Set 3
CPU1_DPWE_0     0xF883E020          CPUx Data Protection Write Enable Register Set 0
CPU1_DPWE_1     0xF883E024          CPUx Data Protection Write Enable Register Set 1
CPU1_DPWE_2     0xF883E028          CPUx Data Protection Write Enable Register Set 2
CPU1_DPWE_3     0xF883E02C          CPUx Data Protection Write Enable Register Set 3
CPU1_CPXE_4     0xF883E040          CPUx Code Protection Execute Enable Register Set 4
CPU1_CPXE_5     0xF883E044          CPUx Code Protection Execute Enable Register Set 5
CPU1_DPRE_4     0xF883E050          CPUx Data Protection Read Enable Register Set 4
CPU1_DPRE_5     0xF883E054          CPUx Data Protection Read Enable Register Set 5
CPU1_DPWE_4     0xF883E060          CPUx Data Protection Write Enable Register Set 4
CPU1_DPWE_5     0xF883E064          CPUx Data Protection Write Enable Register Set 5
CPU1_TPS_CON    0xF883E400          CPUx Temporal Protection System Control Register
CPU1_TPS_TIMER0 0xF883E404          CPUx Temporal Protection System Timer Register 0
CPU1_TPS_TIMER1 0xF883E408          CPUx Temporal Protection System Timer Register 1
CPU1_TPS_TIMER2 0xF883E40C          CPUx Temporal Protection System Timer Register 2
CPU1_TPS_EXTIM_ENTRY_LVAL 0xF883E440          CPUx Exception Entry Timer Load Value
CPU1_TPS_EXTIM_ENTRY_CVAL 0xF883E444          CPUx Exception Entry Timer Current Value
CPU1_TPS_EXTIM_EXIT_LVAL 0xF883E448          CPUx Exception Exit Timer Load Value
CPU1_TPS_EXTIM_EXIT_CVAL 0xF883E44C          CPUx Exception Exit Timer Current Value
CPU1_TPS_EXTIM_CLASS_EN 0xF883E450          CPUx Exception Timer Class Enable Register
CPU1_TPS_EXTIM_STAT 0xF883E454          CPUx Exception Timer Status Register
CPU1_TPS_EXTIM_FCX 0xF883E458          CPUx Exception Timer FCX Register
CPU1_TR0EVT     0xF883F000          CPUx Trigger Event 0
CPU1_TR0ADR     0xF883F004          CPUx Trigger Address 0
CPU1_TR1EVT     0xF883F008          CPUx Trigger Event 1
CPU1_TR1ADR     0xF883F00C          CPUx Trigger Address 1
CPU1_TR2EVT     0xF883F010          CPUx Trigger Event 2
CPU1_TR2ADR     0xF883F014          CPUx Trigger Address 2
CPU1_TR3EVT     0xF883F018          CPUx Trigger Event 3
CPU1_TR3ADR     0xF883F01C          CPUx Trigger Address 3
CPU1_TR4EVT     0xF883F020          CPUx Trigger Event 4
CPU1_TR4ADR     0xF883F024          CPUx Trigger Address 4
CPU1_TR5EVT     0xF883F028          CPUx Trigger Event 5
CPU1_TR5ADR     0xF883F02C          CPUx Trigger Address 5
CPU1_TR6EVT     0xF883F030          CPUx Trigger Event 6
CPU1_TR6ADR     0xF883F034          CPUx Trigger Address 6
CPU1_TR7EVT     0xF883F038          CPUx Trigger Event 7
CPU1_TR7ADR     0xF883F03C          CPUx Trigger Address 7
CPU1_CCTRL      0xF883FC00          CPUx Counter Control
CPU1_CCNT       0xF883FC04          CPUx CPU Clock Cycle Count
CPU1_ICNT       0xF883FC08          CPUx Instruction Count
CPU1_M1CNT      0xF883FC0C          CPUx Multi-Count Register 1
CPU1_M2CNT      0xF883FC10          CPUx Multi-Count Register 2
CPU1_M3CNT      0xF883FC14          CPUx Multi-Count Register 3
CPU1_DBGSR      0xF883FD00          CPUx Debug Status Register
CPU1_EXEVT      0xF883FD08          CPUx External Event Register
CPU1_CREVT      0xF883FD0C          CPUx Core Register Access Event
CPU1_SWEVT      0xF883FD10          CPUx Software Debug Event
CPU1_TRIG_ACC   0xF883FD30          CPUx TriggerAddressx
CPU1_DMS        0xF883FD40          CPUx Debug Monitor Start Address
CPU1_DCX        0xF883FD44          CPUx Debug Context Save Area Pointer
CPU1_DBGTCR     0xF883FD48          CPUx Debug Trap Control Register
CPU1_PCXI       0xF883FE00          CPUx Previous Context Information Register
CPU1_PSW        0xF883FE04          CPUx Program Status Word
CPU1_PC         0xF883FE08          CPUx Program Counter
CPU1_SYSCON     0xF883FE14          CPUx System Configuration Register
CPU1_CPU_ID     0xF883FE18          CPUx Identification Register TC1.6.2P
CPU1_CORE_ID    0xF883FE1C          CPUx Core Identification Register
CPU1_BIV        0xF883FE20          CPUx Base Interrupt Vector Table Pointer
CPU1_BTV        0xF883FE24          CPUx Base Trap Vector Table Pointer
CPU1_ISP        0xF883FE28          CPUx Interrupt Stack Pointer
CPU1_ICR        0xF883FE2C          CPUx Interrupt Control Register
CPU1_FCX        0xF883FE38          CPUx Free CSA List Head Pointer
CPU1_LCX        0xF883FE3C          CPUx Free CSA List Limit Pointer
CPU1_CUS_ID     0xF883FE50          CPUx Customer ID register
CPU1_D0         0xF883FF00          Data Register 0
CPU1_D1         0xF883FF04          Data Register 1
CPU1_D2         0xF883FF08          Data Register 2
CPU1_D3         0xF883FF0C          Data Register 3
CPU1_D4         0xF883FF10          Data Register 4
CPU1_D5         0xF883FF14          Data Register 5
CPU1_D6         0xF883FF18          Data Register 6
CPU1_D7         0xF883FF1C          Data Register 7
CPU1_D8         0xF883FF20          Data Register 8
CPU1_D9         0xF883FF24          Data Register 9
CPU1_D10        0xF883FF28          Data Register 10
CPU1_D11        0xF883FF2C          Data Register 11
CPU1_D12        0xF883FF30          Data Register 12
CPU1_D13        0xF883FF34          Data Register 13
CPU1_D14        0xF883FF38          Data Register 14
CPU1_D15        0xF883FF3C          Data Register 15
CPU1_A0         0xF883FF80          Address Register 0
CPU1_A1         0xF883FF84          Address Register 1
CPU1_A2         0xF883FF88          Address Register 2
CPU1_A3         0xF883FF8C          Address Register 3
CPU1_A4         0xF883FF90          Address Register 4
CPU1_A5         0xF883FF94          Address Register 5
CPU1_A6         0xF883FF98          Address Register 6
CPU1_A7         0xF883FF9C          Address Register 7
CPU1_A8         0xF883FFA0          Address Register 8
CPU1_A9         0xF883FFA4          Address Register 9
CPU1_A10        0xF883FFA8          Address Register 10
CPU1_A11        0xF883FFAC          Address Register 11
CPU1_A12        0xF883FFB0          Address Register 12
CPU1_A13        0xF883FFB4          Address Register 13
CPU1_A14        0xF883FFB8          Address Register 14
CPU1_A15        0xF883FFBC          Address Register 15
CPU2_FLASHCON0  0xF8841100          CPUx Flash Configuration Register 0
CPU2_FLASHCON1  0xF8841104          CPUx Flash Configuration Register 1
CPU2_FLASHCON2  0xF8841108          CPUx Flash Configuration Register 2
CPU2_FLASHCON3  0xF884110C          CPUx Flash Configuration Register 3
CPU2_FLASHCON4  0xF8841110          CPUx Flash Configuration Register 4
CPU2_KRST0      0xF884D000          CPUx Reset Register 0
CPU2_KRST1      0xF884D004          CPUx Reset Register 1
CPU2_KRSTCLR    0xF884D008          CPUx Reset Clear Register
CPU2_SPR_SPROT_RGNLA0 0xF884E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU2_SPR_SPROT_RGNUA0 0xF884E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU2_SPR_SPROT_RGNACCENA0_W 0xF884E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU2_SPR_SPROT_RGNACCENB0_W 0xF884E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU2_SPR_SPROT_RGNLA1 0xF884E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU2_SPR_SPROT_RGNUA1 0xF884E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU2_SPR_SPROT_RGNACCENA1_W 0xF884E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU2_SPR_SPROT_RGNACCENB1_W 0xF884E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU2_SPR_SPROT_RGNLA2 0xF884E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU2_SPR_SPROT_RGNUA2 0xF884E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU2_SPR_SPROT_RGNACCENA2_W 0xF884E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU2_SPR_SPROT_RGNACCENB2_W 0xF884E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU2_SPR_SPROT_RGNLA3 0xF884E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU2_SPR_SPROT_RGNUA3 0xF884E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU2_SPR_SPROT_RGNACCENA3_W 0xF884E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU2_SPR_SPROT_RGNACCENB3_W 0xF884E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU2_SPR_SPROT_RGNLA4 0xF884E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU2_SPR_SPROT_RGNUA4 0xF884E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU2_SPR_SPROT_RGNACCENA4_W 0xF884E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU2_SPR_SPROT_RGNACCENB4_W 0xF884E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU2_SPR_SPROT_RGNLA5 0xF884E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU2_SPR_SPROT_RGNUA5 0xF884E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU2_SPR_SPROT_RGNACCENA5_W 0xF884E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU2_SPR_SPROT_RGNACCENB5_W 0xF884E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU2_SPR_SPROT_RGNLA6 0xF884E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU2_SPR_SPROT_RGNUA6 0xF884E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU2_SPR_SPROT_RGNACCENA6_W 0xF884E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU2_SPR_SPROT_RGNACCENB6_W 0xF884E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU2_SPR_SPROT_RGNLA7 0xF884E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU2_SPR_SPROT_RGNUA7 0xF884E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU2_SPR_SPROT_RGNACCENA7_W 0xF884E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU2_SPR_SPROT_RGNACCENB7_W 0xF884E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU2_SPR_SPROT_RGNACCENA0_R 0xF884E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU2_SPR_SPROT_RGNACCENB0_R 0xF884E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU2_SPR_SPROT_RGNACCENA1_R 0xF884E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU2_SPR_SPROT_RGNACCENB1_R 0xF884E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU2_SPR_SPROT_RGNACCENA2_R 0xF884E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU2_SPR_SPROT_RGNACCENB2_R 0xF884E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU2_SPR_SPROT_RGNACCENA3_R 0xF884E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU2_SPR_SPROT_RGNACCENB3_R 0xF884E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU2_SPR_SPROT_RGNACCENA4_R 0xF884E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU2_SPR_SPROT_RGNACCENB4_R 0xF884E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU2_SPR_SPROT_RGNACCENA5_R 0xF884E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU2_SPR_SPROT_RGNACCENB5_R 0xF884E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU2_SPR_SPROT_RGNACCENA6_R 0xF884E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU2_SPR_SPROT_RGNACCENB6_R 0xF884E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU2_SPR_SPROT_RGNACCENA7_R 0xF884E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU2_SPR_SPROT_RGNACCENB7_R 0xF884E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU2_SFR_SPROT_ACCENA_W 0xF884E100          CPUx Safety Protection Register Access Enable Register A
CPU2_SFR_SPROT_ACCENB_W 0xF884E104          CPUx Safety Protection Region Access Enable Register B
CPU2_LPB_SPROT_ACCENA_R 0xF884E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU2_LPB_SPROT_ACCENB_R 0xF884E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU2_DLMU_SPROT_RGNLA0 0xF884E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU2_DLMU_SPROT_RGNUA0 0xF884E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU2_DLMU_SPROT_RGNACCENA0_W 0xF884E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU2_DLMU_SPROT_RGNACCENB0_W 0xF884E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU2_DLMU_SPROT_RGNLA1 0xF884E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU2_DLMU_SPROT_RGNUA1 0xF884E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU2_DLMU_SPROT_RGNACCENA1_W 0xF884E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU2_DLMU_SPROT_RGNACCENB1_W 0xF884E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU2_DLMU_SPROT_RGNLA2 0xF884E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU2_DLMU_SPROT_RGNUA2 0xF884E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU2_DLMU_SPROT_RGNACCENA2_W 0xF884E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU2_DLMU_SPROT_RGNACCENB2_W 0xF884E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU2_DLMU_SPROT_RGNLA3 0xF884E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU2_DLMU_SPROT_RGNUA3 0xF884E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU2_DLMU_SPROT_RGNACCENA3_W 0xF884E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU2_DLMU_SPROT_RGNACCENB3_W 0xF884E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU2_DLMU_SPROT_RGNLA4 0xF884E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU2_DLMU_SPROT_RGNUA4 0xF884E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU2_DLMU_SPROT_RGNACCENA4_W 0xF884E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU2_DLMU_SPROT_RGNACCENB4_W 0xF884E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU2_DLMU_SPROT_RGNLA5 0xF884E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU2_DLMU_SPROT_RGNUA5 0xF884E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU2_DLMU_SPROT_RGNACCENA5_W 0xF884E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU2_DLMU_SPROT_RGNACCENB5_W 0xF884E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU2_DLMU_SPROT_RGNLA6 0xF884E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU2_DLMU_SPROT_RGNUA6 0xF884E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU2_DLMU_SPROT_RGNACCENA6_W 0xF884E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU2_DLMU_SPROT_RGNACCENB6_W 0xF884E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU2_DLMU_SPROT_RGNLA7 0xF884E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU2_DLMU_SPROT_RGNUA7 0xF884E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU2_DLMU_SPROT_RGNACCENA7_W 0xF884E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU2_DLMU_SPROT_RGNACCENB7_W 0xF884E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU2_DLMU_SPROT_RGNACCENA0_R 0xF884E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU2_DLMU_SPROT_RGNACCENB0_R 0xF884E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU2_DLMU_SPROT_RGNACCENA1_R 0xF884E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU2_DLMU_SPROT_RGNACCENB1_R 0xF884E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU2_DLMU_SPROT_RGNACCENA2_R 0xF884E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU2_DLMU_SPROT_RGNACCENB2_R 0xF884E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU2_DLMU_SPROT_RGNACCENA3_R 0xF884E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU2_DLMU_SPROT_RGNACCENB3_R 0xF884E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU2_DLMU_SPROT_RGNACCENA4_R 0xF884E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU2_DLMU_SPROT_RGNACCENB4_R 0xF884E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU2_DLMU_SPROT_RGNACCENA5_R 0xF884E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU2_DLMU_SPROT_RGNACCENB5_R 0xF884E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU2_DLMU_SPROT_RGNACCENA6_R 0xF884E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU2_DLMU_SPROT_RGNACCENB6_R 0xF884E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU2_DLMU_SPROT_RGNACCENA7_R 0xF884E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU2_DLMU_SPROT_RGNACCENB7_R 0xF884E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU2_OSEL       0xF884FB00          CPUx Overlay Range Select Register
CPU2_RABR0      0xF884FB10          CPUx Redirected Address Base Register 0
CPU2_OTAR0      0xF884FB14          CPUx Overlay Target Address Register 0
CPU2_OMASK0     0xF884FB18          CPUx Overlay Mask Register 0
CPU2_RABR1      0xF884FB1C          CPUx Redirected Address Base Register 1
CPU2_OTAR1      0xF884FB20          CPUx Overlay Target Address Register 1
CPU2_OMASK1     0xF884FB24          CPUx Overlay Mask Register 1
CPU2_RABR2      0xF884FB28          CPUx Redirected Address Base Register 2
CPU2_OTAR2      0xF884FB2C          CPUx Overlay Target Address Register 2
CPU2_OMASK2     0xF884FB30          CPUx Overlay Mask Register 2
CPU2_RABR3      0xF884FB34          CPUx Redirected Address Base Register 3
CPU2_OTAR3      0xF884FB38          CPUx Overlay Target Address Register 3
CPU2_OMASK3     0xF884FB3C          CPUx Overlay Mask Register 3
CPU2_RABR4      0xF884FB40          CPUx Redirected Address Base Register 4
CPU2_OTAR4      0xF884FB44          CPUx Overlay Target Address Register 4
CPU2_OMASK4     0xF884FB48          CPUx Overlay Mask Register 4
CPU2_RABR5      0xF884FB4C          CPUx Redirected Address Base Register 5
CPU2_OTAR5      0xF884FB50          CPUx Overlay Target Address Register 5
CPU2_OMASK5     0xF884FB54          CPUx Overlay Mask Register 5
CPU2_RABR6      0xF884FB58          CPUx Redirected Address Base Register 6
CPU2_OTAR6      0xF884FB5C          CPUx Overlay Target Address Register 6
CPU2_OMASK6     0xF884FB60          CPUx Overlay Mask Register 6
CPU2_RABR7      0xF884FB64          CPUx Redirected Address Base Register 7
CPU2_OTAR7      0xF884FB68          CPUx Overlay Target Address Register 7
CPU2_OMASK7     0xF884FB6C          CPUx Overlay Mask Register 7
CPU2_RABR8      0xF884FB70          CPUx Redirected Address Base Register 8
CPU2_OTAR8      0xF884FB74          CPUx Overlay Target Address Register 8
CPU2_OMASK8     0xF884FB78          CPUx Overlay Mask Register 8
CPU2_RABR9      0xF884FB7C          CPUx Redirected Address Base Register 9
CPU2_OTAR9      0xF884FB80          CPUx Overlay Target Address Register 9
CPU2_OMASK9     0xF884FB84          CPUx Overlay Mask Register 9
CPU2_RABR10     0xF884FB88          CPUx Redirected Address Base Register 10
CPU2_OTAR10     0xF884FB8C          CPUx Overlay Target Address Register 10
CPU2_OMASK10    0xF884FB90          CPUx Overlay Mask Register 10
CPU2_RABR11     0xF884FB94          CPUx Redirected Address Base Register 11
CPU2_OTAR11     0xF884FB98          CPUx Overlay Target Address Register 11
CPU2_OMASK11    0xF884FB9C          CPUx Overlay Mask Register 11
CPU2_RABR12     0xF884FBA0          CPUx Redirected Address Base Register 12
CPU2_OTAR12     0xF884FBA4          CPUx Overlay Target Address Register 12
CPU2_OMASK12    0xF884FBA8          CPUx Overlay Mask Register 12
CPU2_RABR13     0xF884FBAC          CPUx Redirected Address Base Register 13
CPU2_OTAR13     0xF884FBB0          CPUx Overlay Target Address Register 13
CPU2_OMASK13    0xF884FBB4          CPUx Overlay Mask Register 13
CPU2_RABR14     0xF884FBB8          CPUx Redirected Address Base Register 14
CPU2_OTAR14     0xF884FBBC          CPUx Overlay Target Address Register 14
CPU2_OMASK14    0xF884FBC0          CPUx Overlay Mask Register 14
CPU2_RABR15     0xF884FBC4          CPUx Redirected Address Base Register 15
CPU2_OTAR15     0xF884FBC8          CPUx Overlay Target Address Register 15
CPU2_OMASK15    0xF884FBCC          CPUx Overlay Mask Register 15
CPU2_RABR16     0xF884FBD0          CPUx Redirected Address Base Register 16
CPU2_OTAR16     0xF884FBD4          CPUx Overlay Target Address Register 16
CPU2_OMASK16    0xF884FBD8          CPUx Overlay Mask Register 16
CPU2_RABR17     0xF884FBDC          CPUx Redirected Address Base Register 17
CPU2_OTAR17     0xF884FBE0          CPUx Overlay Target Address Register 17
CPU2_OMASK17    0xF884FBE4          CPUx Overlay Mask Register 17
CPU2_RABR18     0xF884FBE8          CPUx Redirected Address Base Register 18
CPU2_OTAR18     0xF884FBEC          CPUx Overlay Target Address Register 18
CPU2_OMASK18    0xF884FBF0          CPUx Overlay Mask Register 18
CPU2_RABR19     0xF884FBF4          CPUx Redirected Address Base Register 19
CPU2_OTAR19     0xF884FBF8          CPUx Overlay Target Address Register 19
CPU2_OMASK19    0xF884FBFC          CPUx Overlay Mask Register 19
CPU2_RABR20     0xF884FC00          CPUx Redirected Address Base Register 20
CPU2_OTAR20     0xF884FC04          CPUx Overlay Target Address Register 20
CPU2_OMASK20    0xF884FC08          CPUx Overlay Mask Register 20
CPU2_RABR21     0xF884FC0C          CPUx Redirected Address Base Register 21
CPU2_OTAR21     0xF884FC10          CPUx Overlay Target Address Register 21
CPU2_OMASK21    0xF884FC14          CPUx Overlay Mask Register 21
CPU2_RABR22     0xF884FC18          CPUx Redirected Address Base Register 22
CPU2_OTAR22     0xF884FC1C          CPUx Overlay Target Address Register 22
CPU2_OMASK22    0xF884FC20          CPUx Overlay Mask Register 22
CPU2_RABR23     0xF884FC24          CPUx Redirected Address Base Register 23
CPU2_OTAR23     0xF884FC28          CPUx Overlay Target Address Register 23
CPU2_OMASK23    0xF884FC2C          CPUx Overlay Mask Register 23
CPU2_RABR24     0xF884FC30          CPUx Redirected Address Base Register 24
CPU2_OTAR24     0xF884FC34          CPUx Overlay Target Address Register 24
CPU2_OMASK24    0xF884FC38          CPUx Overlay Mask Register 24
CPU2_RABR25     0xF884FC3C          CPUx Redirected Address Base Register 25
CPU2_OTAR25     0xF884FC40          CPUx Overlay Target Address Register 25
CPU2_OMASK25    0xF884FC44          CPUx Overlay Mask Register 25
CPU2_RABR26     0xF884FC48          CPUx Redirected Address Base Register 26
CPU2_OTAR26     0xF884FC4C          CPUx Overlay Target Address Register 26
CPU2_OMASK26    0xF884FC50          CPUx Overlay Mask Register 26
CPU2_RABR27     0xF884FC54          CPUx Redirected Address Base Register 27
CPU2_OTAR27     0xF884FC58          CPUx Overlay Target Address Register 27
CPU2_OMASK27    0xF884FC5C          CPUx Overlay Mask Register 27
CPU2_RABR28     0xF884FC60          CPUx Redirected Address Base Register 28
CPU2_OTAR28     0xF884FC64          CPUx Overlay Target Address Register 28
CPU2_OMASK28    0xF884FC68          CPUx Overlay Mask Register 28
CPU2_RABR29     0xF884FC6C          CPUx Redirected Address Base Register 29
CPU2_OTAR29     0xF884FC70          CPUx Overlay Target Address Register 29
CPU2_OMASK29    0xF884FC74          CPUx Overlay Mask Register 29
CPU2_RABR30     0xF884FC78          CPUx Redirected Address Base Register 30
CPU2_OTAR30     0xF884FC7C          CPUx Overlay Target Address Register 30
CPU2_OMASK30    0xF884FC80          CPUx Overlay Mask Register 30
CPU2_RABR31     0xF884FC84          CPUx Redirected Address Base Register 31
CPU2_OTAR31     0xF884FC88          CPUx Overlay Target Address Register 31
CPU2_OMASK31    0xF884FC8C          CPUx Overlay Mask Register 31
CSFR_BASE_2     0xF8850000          Core Special Function Registers base (CPU2)
CPU2_SEGEN      0xF8851030          CPUx SRI Error Generation Register
CPU2_TASK_ASI   0xF8858004          CPUx Task Address Space Identifier Register
CPU2_PMA0       0xF8858100          CPUx Data Access CacheabilityRegister
CPU2_PMA1       0xF8858104          CPUx Code Access CacheabilityRegister
CPU2_PMA2       0xF8858108          CPUx Peripheral Space Identifier register
CPU2_DCON2      0xF8859000          CPUx Data Control Register 2
CPU2_SMACON     0xF885900C          CPUx SIST Mode Access Control Register
CPU2_DSTR       0xF8859010          CPUx Data Synchronous Trap Register
CPU2_DATR       0xF8859018          CPUx Data Asynchronous Trap Register
CPU2_DEADD      0xF885901C          CPUx Data Error Address Register
CPU2_DIEAR      0xF8859020          CPUx Data Integrity Error Address Register
CPU2_DIETR      0xF8859024          CPUx Data Integrity Error Trap Register
CPU2_DCON0      0xF8859040          CPUx Data Memory Control Register
CPU2_PSTR       0xF8859200          CPUx Program Synchronous Trap Register
CPU2_PCON1      0xF8859204          CPUx Program Control 1
CPU2_PCON2      0xF8859208          CPUx Program Control 2
CPU2_PCON0      0xF885920C          CPUx Program Control 0
CPU2_PIEAR      0xF8859210          CPUx Program Integrity Error Address Register
CPU2_PIETR      0xF8859214          CPUx Program Integrity Error Trap Register
CPU2_COMPAT     0xF8859400          CPUx Compatibility Control Register
CPU2_FPU_TRAP_CON 0xF885A000          CPUx Trap Control Register
CPU2_FPU_TRAP_PC 0xF885A004          CPUx Trapping Instruction Program Counter Register
CPU2_FPU_TRAP_OPC 0xF885A008          CPUx Trapping Instruction Opcode Register
CPU2_FPU_TRAP_SRC1 0xF885A010          CPUx Trapping Instruction Operand Register
CPU2_FPU_TRAP_SRC2 0xF885A014          CPUx Trapping Instruction Operand Register
CPU2_FPU_TRAP_SRC3 0xF885A018          CPUx Trapping Instruction Operand Register
CPU2_DPR0_L     0xF885C000          CPUx Data Protection Range 0, Lower Bound Register
CPU2_DPR0_U     0xF885C004          CPUx Data Protection Range 0, Upper Bound Register
CPU2_DPR1_L     0xF885C008          CPUx Data Protection Range 1, Lower Bound Register
CPU2_DPR1_U     0xF885C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU2_DPR2_L     0xF885C010          CPUx Data Protection Range 2, Lower Bound Register
CPU2_DPR2_U     0xF885C014          CPUx Data Protection Range 2, Upper Bound Register
CPU2_DPR3_L     0xF885C018          CPUx Data Protection Range 3, Lower Bound Register
CPU2_DPR3_U     0xF885C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU2_DPR4_L     0xF885C020          CPUx Data Protection Range 4, Lower Bound Register
CPU2_DPR4_U     0xF885C024          CPUx Data Protection Range 4, Upper Bound Register
CPU2_DPR5_L     0xF885C028          CPUx Data Protection Range 5, Lower Bound Register
CPU2_DPR5_U     0xF885C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU2_DPR6_L     0xF885C030          CPUx Data Protection Range 6, Lower Bound Register
CPU2_DPR6_U     0xF885C034          CPUx Data Protection Range 6, Upper Bound Register
CPU2_DPR7_L     0xF885C038          CPUx Data Protection Range 7, Lower Bound Register
CPU2_DPR7_U     0xF885C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU2_DPR8_L     0xF885C040          CPUx Data Protection Range 8, Lower Bound Register
CPU2_DPR8_U     0xF885C044          CPUx Data Protection Range 8, Upper Bound Register
CPU2_DPR9_L     0xF885C048          CPUx Data Protection Range 9, Lower Bound Register
CPU2_DPR9_U     0xF885C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU2_DPR10_L    0xF885C050          CPUx Data Protection Range 10, Lower Bound Register
CPU2_DPR10_U    0xF885C054          CPUx Data Protection Range 10, Upper Bound Register
CPU2_DPR11_L    0xF885C058          CPUx Data Protection Range 11, Lower Bound Register
CPU2_DPR11_U    0xF885C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU2_DPR12_L    0xF885C060          CPUx Data Protection Range 12, Lower Bound Register
CPU2_DPR12_U    0xF885C064          CPUx Data Protection Range 12, Upper Bound Register
CPU2_DPR13_L    0xF885C068          CPUx Data Protection Range 13, Lower Bound Register
CPU2_DPR13_U    0xF885C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU2_DPR14_L    0xF885C070          CPUx Data Protection Range 14, Lower Bound Register
CPU2_DPR14_U    0xF885C074          CPUx Data Protection Range 14, Upper Bound Register
CPU2_DPR15_L    0xF885C078          CPUx Data Protection Range 15, Lower Bound Register
CPU2_DPR15_U    0xF885C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU2_DPR16_L    0xF885C080          CPUx Data Protection Range 16, Lower Bound Register
CPU2_DPR16_U    0xF885C084          CPUx Data Protection Range 16, Upper Bound Register
CPU2_DPR17_L    0xF885C088          CPUx Data Protection Range 17, Lower Bound Register
CPU2_DPR17_U    0xF885C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU2_CPR0_L     0xF885D000          CPUx Code Protection Range 0 Lower Bound Register
CPU2_CPR0_U     0xF885D004          CPUx Code Protection Range 0 Upper Bound Register
CPU2_CPR1_L     0xF885D008          CPUx Code Protection Range 1 Lower Bound Register
CPU2_CPR1_U     0xF885D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU2_CPR2_L     0xF885D010          CPUx Code Protection Range 2 Lower Bound Register
CPU2_CPR2_U     0xF885D014          CPUx Code Protection Range 2 Upper Bound Register
CPU2_CPR3_L     0xF885D018          CPUx Code Protection Range 3 Lower Bound Register
CPU2_CPR3_U     0xF885D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU2_CPR4_L     0xF885D020          CPUx Code Protection Range 4 Lower Bound Register
CPU2_CPR4_U     0xF885D024          CPUx Code Protection Range 4 Upper Bound Register
CPU2_CPR5_L     0xF885D028          CPUx Code Protection Range 5 Lower Bound Register
CPU2_CPR5_U     0xF885D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU2_CPR6_L     0xF885D030          CPUx Code Protection Range 6 Lower Bound Register
CPU2_CPR6_U     0xF885D034          CPUx Code Protection Range 6 Upper Bound Register
CPU2_CPR7_L     0xF885D038          CPUx Code Protection Range 7 Lower Bound Register
CPU2_CPR7_U     0xF885D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU2_CPR8_L     0xF885D040          CPUx Code Protection Range 8 Lower Bound Register
CPU2_CPR8_U     0xF885D044          CPUx Code Protection Range 8 Upper Bound Register
CPU2_CPR9_L     0xF885D048          CPUx Code Protection Range 9 Lower Bound Register
CPU2_CPR9_U     0xF885D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU2_CPXE_0     0xF885E000          CPUx Code Protection Execute Enable Register Set 0
CPU2_CPXE_1     0xF885E004          CPUx Code Protection Execute Enable Register Set 1
CPU2_CPXE_2     0xF885E008          CPUx Code Protection Execute Enable Register Set 2
CPU2_CPXE_3     0xF885E00C          CPUx Code Protection Execute Enable Register Set 3
CPU2_DPRE_0     0xF885E010          CPUx Data Protection Read Enable Register Set 0
CPU2_DPRE_1     0xF885E014          CPUx Data Protection Read Enable Register Set 1
CPU2_DPRE_2     0xF885E018          CPUx Data Protection Read Enable Register Set 2
CPU2_DPRE_3     0xF885E01C          CPUx Data Protection Read Enable Register Set 3
CPU2_DPWE_0     0xF885E020          CPUx Data Protection Write Enable Register Set 0
CPU2_DPWE_1     0xF885E024          CPUx Data Protection Write Enable Register Set 1
CPU2_DPWE_2     0xF885E028          CPUx Data Protection Write Enable Register Set 2
CPU2_DPWE_3     0xF885E02C          CPUx Data Protection Write Enable Register Set 3
CPU2_CPXE_4     0xF885E040          CPUx Code Protection Execute Enable Register Set 4
CPU2_CPXE_5     0xF885E044          CPUx Code Protection Execute Enable Register Set 5
CPU2_DPRE_4     0xF885E050          CPUx Data Protection Read Enable Register Set 4
CPU2_DPRE_5     0xF885E054          CPUx Data Protection Read Enable Register Set 5
CPU2_DPWE_4     0xF885E060          CPUx Data Protection Write Enable Register Set 4
CPU2_DPWE_5     0xF885E064          CPUx Data Protection Write Enable Register Set 5
CPU2_TPS_CON    0xF885E400          CPUx Temporal Protection System Control Register
CPU2_TPS_TIMER0 0xF885E404          CPUx Temporal Protection System Timer Register 0
CPU2_TPS_TIMER1 0xF885E408          CPUx Temporal Protection System Timer Register 1
CPU2_TPS_TIMER2 0xF885E40C          CPUx Temporal Protection System Timer Register 2
CPU2_TPS_EXTIM_ENTRY_LVAL 0xF885E440          CPUx Exception Entry Timer Load Value
CPU2_TPS_EXTIM_ENTRY_CVAL 0xF885E444          CPUx Exception Entry Timer Current Value
CPU2_TPS_EXTIM_EXIT_LVAL 0xF885E448          CPUx Exception Exit Timer Load Value
CPU2_TPS_EXTIM_EXIT_CVAL 0xF885E44C          CPUx Exception Exit Timer Current Value
CPU2_TPS_EXTIM_CLASS_EN 0xF885E450          CPUx Exception Timer Class Enable Register
CPU2_TPS_EXTIM_STAT 0xF885E454          CPUx Exception Timer Status Register
CPU2_TPS_EXTIM_FCX 0xF885E458          CPUx Exception Timer FCX Register
CPU2_TR0EVT     0xF885F000          CPUx Trigger Event 0
CPU2_TR0ADR     0xF885F004          CPUx Trigger Address 0
CPU2_TR1EVT     0xF885F008          CPUx Trigger Event 1
CPU2_TR1ADR     0xF885F00C          CPUx Trigger Address 1
CPU2_TR2EVT     0xF885F010          CPUx Trigger Event 2
CPU2_TR2ADR     0xF885F014          CPUx Trigger Address 2
CPU2_TR3EVT     0xF885F018          CPUx Trigger Event 3
CPU2_TR3ADR     0xF885F01C          CPUx Trigger Address 3
CPU2_TR4EVT     0xF885F020          CPUx Trigger Event 4
CPU2_TR4ADR     0xF885F024          CPUx Trigger Address 4
CPU2_TR5EVT     0xF885F028          CPUx Trigger Event 5
CPU2_TR5ADR     0xF885F02C          CPUx Trigger Address 5
CPU2_TR6EVT     0xF885F030          CPUx Trigger Event 6
CPU2_TR6ADR     0xF885F034          CPUx Trigger Address 6
CPU2_TR7EVT     0xF885F038          CPUx Trigger Event 7
CPU2_TR7ADR     0xF885F03C          CPUx Trigger Address 7
CPU2_CCTRL      0xF885FC00          CPUx Counter Control
CPU2_CCNT       0xF885FC04          CPUx CPU Clock Cycle Count
CPU2_ICNT       0xF885FC08          CPUx Instruction Count
CPU2_M1CNT      0xF885FC0C          CPUx Multi-Count Register 1
CPU2_M2CNT      0xF885FC10          CPUx Multi-Count Register 2
CPU2_M3CNT      0xF885FC14          CPUx Multi-Count Register 3
CPU2_DBGSR      0xF885FD00          CPUx Debug Status Register
CPU2_EXEVT      0xF885FD08          CPUx External Event Register
CPU2_CREVT      0xF885FD0C          CPUx Core Register Access Event
CPU2_SWEVT      0xF885FD10          CPUx Software Debug Event
CPU2_TRIG_ACC   0xF885FD30          CPUx TriggerAddressx
CPU2_DMS        0xF885FD40          CPUx Debug Monitor Start Address
CPU2_DCX        0xF885FD44          CPUx Debug Context Save Area Pointer
CPU2_DBGTCR     0xF885FD48          CPUx Debug Trap Control Register
CPU2_PCXI       0xF885FE00          CPUx Previous Context Information Register
CPU2_PSW        0xF885FE04          CPUx Program Status Word
CPU2_PC         0xF885FE08          CPUx Program Counter
CPU2_SYSCON     0xF885FE14          CPUx System Configuration Register
CPU2_CPU_ID     0xF885FE18          CPUx Identification Register TC1.6.2P
CPU2_CORE_ID    0xF885FE1C          CPUx Core Identification Register
CPU2_BIV        0xF885FE20          CPUx Base Interrupt Vector Table Pointer
CPU2_BTV        0xF885FE24          CPUx Base Trap Vector Table Pointer
CPU2_ISP        0xF885FE28          CPUx Interrupt Stack Pointer
CPU2_ICR        0xF885FE2C          CPUx Interrupt Control Register
CPU2_FCX        0xF885FE38          CPUx Free CSA List Head Pointer
CPU2_LCX        0xF885FE3C          CPUx Free CSA List Limit Pointer
CPU2_CUS_ID     0xF885FE50          CPUx Customer ID register
CPU2_D0         0xF885FF00          Data Register 0
CPU2_D1         0xF885FF04          Data Register 1
CPU2_D2         0xF885FF08          Data Register 2
CPU2_D3         0xF885FF0C          Data Register 3
CPU2_D4         0xF885FF10          Data Register 4
CPU2_D5         0xF885FF14          Data Register 5
CPU2_D6         0xF885FF18          Data Register 6
CPU2_D7         0xF885FF1C          Data Register 7
CPU2_D8         0xF885FF20          Data Register 8
CPU2_D9         0xF885FF24          Data Register 9
CPU2_D10        0xF885FF28          Data Register 10
CPU2_D11        0xF885FF2C          Data Register 11
CPU2_D12        0xF885FF30          Data Register 12
CPU2_D13        0xF885FF34          Data Register 13
CPU2_D14        0xF885FF38          Data Register 14
CPU2_D15        0xF885FF3C          Data Register 15
CPU2_A0         0xF885FF80          Address Register 0
CPU2_A1         0xF885FF84          Address Register 1
CPU2_A2         0xF885FF88          Address Register 2
CPU2_A3         0xF885FF8C          Address Register 3
CPU2_A4         0xF885FF90          Address Register 4
CPU2_A5         0xF885FF94          Address Register 5
CPU2_A6         0xF885FF98          Address Register 6
CPU2_A7         0xF885FF9C          Address Register 7
CPU2_A8         0xF885FFA0          Address Register 8
CPU2_A9         0xF885FFA4          Address Register 9
CPU2_A10        0xF885FFA8          Address Register 10
CPU2_A11        0xF885FFAC          Address Register 11
CPU2_A12        0xF885FFB0          Address Register 12
CPU2_A13        0xF885FFB4          Address Register 13
CPU2_A14        0xF885FFB8          Address Register 14
CPU2_A15        0xF885FFBC          Address Register 15
CPU3_FLASHCON0  0xF8861100          CPUx Flash Configuration Register 0
CPU3_FLASHCON1  0xF8861104          CPUx Flash Configuration Register 1
CPU3_FLASHCON2  0xF8861108          CPUx Flash Configuration Register 2
CPU3_FLASHCON3  0xF886110C          CPUx Flash Configuration Register 3
CPU3_FLASHCON4  0xF8861110          CPUx Flash Configuration Register 4
CPU3_KRST0      0xF886D000          CPUx Reset Register 0
CPU3_KRST1      0xF886D004          CPUx Reset Register 1
CPU3_KRSTCLR    0xF886D008          CPUx Reset Clear Register
CPU3_SPR_SPROT_RGNLA0 0xF886E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU3_SPR_SPROT_RGNUA0 0xF886E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU3_SPR_SPROT_RGNACCENA0_W 0xF886E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU3_SPR_SPROT_RGNACCENB0_W 0xF886E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU3_SPR_SPROT_RGNLA1 0xF886E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU3_SPR_SPROT_RGNUA1 0xF886E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU3_SPR_SPROT_RGNACCENA1_W 0xF886E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU3_SPR_SPROT_RGNACCENB1_W 0xF886E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU3_SPR_SPROT_RGNLA2 0xF886E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU3_SPR_SPROT_RGNUA2 0xF886E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU3_SPR_SPROT_RGNACCENA2_W 0xF886E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU3_SPR_SPROT_RGNACCENB2_W 0xF886E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU3_SPR_SPROT_RGNLA3 0xF886E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU3_SPR_SPROT_RGNUA3 0xF886E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU3_SPR_SPROT_RGNACCENA3_W 0xF886E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU3_SPR_SPROT_RGNACCENB3_W 0xF886E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU3_SPR_SPROT_RGNLA4 0xF886E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU3_SPR_SPROT_RGNUA4 0xF886E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU3_SPR_SPROT_RGNACCENA4_W 0xF886E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU3_SPR_SPROT_RGNACCENB4_W 0xF886E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU3_SPR_SPROT_RGNLA5 0xF886E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU3_SPR_SPROT_RGNUA5 0xF886E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU3_SPR_SPROT_RGNACCENA5_W 0xF886E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU3_SPR_SPROT_RGNACCENB5_W 0xF886E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU3_SPR_SPROT_RGNLA6 0xF886E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU3_SPR_SPROT_RGNUA6 0xF886E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU3_SPR_SPROT_RGNACCENA6_W 0xF886E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU3_SPR_SPROT_RGNACCENB6_W 0xF886E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU3_SPR_SPROT_RGNLA7 0xF886E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU3_SPR_SPROT_RGNUA7 0xF886E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU3_SPR_SPROT_RGNACCENA7_W 0xF886E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU3_SPR_SPROT_RGNACCENB7_W 0xF886E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU3_SPR_SPROT_RGNACCENA0_R 0xF886E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU3_SPR_SPROT_RGNACCENB0_R 0xF886E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU3_SPR_SPROT_RGNACCENA1_R 0xF886E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU3_SPR_SPROT_RGNACCENB1_R 0xF886E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU3_SPR_SPROT_RGNACCENA2_R 0xF886E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU3_SPR_SPROT_RGNACCENB2_R 0xF886E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU3_SPR_SPROT_RGNACCENA3_R 0xF886E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU3_SPR_SPROT_RGNACCENB3_R 0xF886E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU3_SPR_SPROT_RGNACCENA4_R 0xF886E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU3_SPR_SPROT_RGNACCENB4_R 0xF886E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU3_SPR_SPROT_RGNACCENA5_R 0xF886E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU3_SPR_SPROT_RGNACCENB5_R 0xF886E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU3_SPR_SPROT_RGNACCENA6_R 0xF886E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU3_SPR_SPROT_RGNACCENB6_R 0xF886E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU3_SPR_SPROT_RGNACCENA7_R 0xF886E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU3_SPR_SPROT_RGNACCENB7_R 0xF886E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU3_SFR_SPROT_ACCENA_W 0xF886E100          CPUx Safety Protection Register Access Enable Register A
CPU3_SFR_SPROT_ACCENB_W 0xF886E104          CPUx Safety Protection Region Access Enable Register B
CPU3_LPB_SPROT_ACCENA_R 0xF886E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU3_LPB_SPROT_ACCENB_R 0xF886E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU3_DLMU_SPROT_RGNLA0 0xF886E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU3_DLMU_SPROT_RGNUA0 0xF886E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU3_DLMU_SPROT_RGNACCENA0_W 0xF886E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU3_DLMU_SPROT_RGNACCENB0_W 0xF886E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU3_DLMU_SPROT_RGNLA1 0xF886E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU3_DLMU_SPROT_RGNUA1 0xF886E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU3_DLMU_SPROT_RGNACCENA1_W 0xF886E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU3_DLMU_SPROT_RGNACCENB1_W 0xF886E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU3_DLMU_SPROT_RGNLA2 0xF886E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU3_DLMU_SPROT_RGNUA2 0xF886E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU3_DLMU_SPROT_RGNACCENA2_W 0xF886E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU3_DLMU_SPROT_RGNACCENB2_W 0xF886E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU3_DLMU_SPROT_RGNLA3 0xF886E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU3_DLMU_SPROT_RGNUA3 0xF886E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU3_DLMU_SPROT_RGNACCENA3_W 0xF886E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU3_DLMU_SPROT_RGNACCENB3_W 0xF886E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU3_DLMU_SPROT_RGNLA4 0xF886E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU3_DLMU_SPROT_RGNUA4 0xF886E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU3_DLMU_SPROT_RGNACCENA4_W 0xF886E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU3_DLMU_SPROT_RGNACCENB4_W 0xF886E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU3_DLMU_SPROT_RGNLA5 0xF886E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU3_DLMU_SPROT_RGNUA5 0xF886E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU3_DLMU_SPROT_RGNACCENA5_W 0xF886E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU3_DLMU_SPROT_RGNACCENB5_W 0xF886E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU3_DLMU_SPROT_RGNLA6 0xF886E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU3_DLMU_SPROT_RGNUA6 0xF886E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU3_DLMU_SPROT_RGNACCENA6_W 0xF886E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU3_DLMU_SPROT_RGNACCENB6_W 0xF886E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU3_DLMU_SPROT_RGNLA7 0xF886E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU3_DLMU_SPROT_RGNUA7 0xF886E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU3_DLMU_SPROT_RGNACCENA7_W 0xF886E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU3_DLMU_SPROT_RGNACCENB7_W 0xF886E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU3_DLMU_SPROT_RGNACCENA0_R 0xF886E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU3_DLMU_SPROT_RGNACCENB0_R 0xF886E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU3_DLMU_SPROT_RGNACCENA1_R 0xF886E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU3_DLMU_SPROT_RGNACCENB1_R 0xF886E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU3_DLMU_SPROT_RGNACCENA2_R 0xF886E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU3_DLMU_SPROT_RGNACCENB2_R 0xF886E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU3_DLMU_SPROT_RGNACCENA3_R 0xF886E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU3_DLMU_SPROT_RGNACCENB3_R 0xF886E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU3_DLMU_SPROT_RGNACCENA4_R 0xF886E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU3_DLMU_SPROT_RGNACCENB4_R 0xF886E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU3_DLMU_SPROT_RGNACCENA5_R 0xF886E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU3_DLMU_SPROT_RGNACCENB5_R 0xF886E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU3_DLMU_SPROT_RGNACCENA6_R 0xF886E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU3_DLMU_SPROT_RGNACCENB6_R 0xF886E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU3_DLMU_SPROT_RGNACCENA7_R 0xF886E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU3_DLMU_SPROT_RGNACCENB7_R 0xF886E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU3_OSEL       0xF886FB00          CPUx Overlay Range Select Register
CPU3_RABR0      0xF886FB10          CPUx Redirected Address Base Register 0
CPU3_OTAR0      0xF886FB14          CPUx Overlay Target Address Register 0
CPU3_OMASK0     0xF886FB18          CPUx Overlay Mask Register 0
CPU3_RABR1      0xF886FB1C          CPUx Redirected Address Base Register 1
CPU3_OTAR1      0xF886FB20          CPUx Overlay Target Address Register 1
CPU3_OMASK1     0xF886FB24          CPUx Overlay Mask Register 1
CPU3_RABR2      0xF886FB28          CPUx Redirected Address Base Register 2
CPU3_OTAR2      0xF886FB2C          CPUx Overlay Target Address Register 2
CPU3_OMASK2     0xF886FB30          CPUx Overlay Mask Register 2
CPU3_RABR3      0xF886FB34          CPUx Redirected Address Base Register 3
CPU3_OTAR3      0xF886FB38          CPUx Overlay Target Address Register 3
CPU3_OMASK3     0xF886FB3C          CPUx Overlay Mask Register 3
CPU3_RABR4      0xF886FB40          CPUx Redirected Address Base Register 4
CPU3_OTAR4      0xF886FB44          CPUx Overlay Target Address Register 4
CPU3_OMASK4     0xF886FB48          CPUx Overlay Mask Register 4
CPU3_RABR5      0xF886FB4C          CPUx Redirected Address Base Register 5
CPU3_OTAR5      0xF886FB50          CPUx Overlay Target Address Register 5
CPU3_OMASK5     0xF886FB54          CPUx Overlay Mask Register 5
CPU3_RABR6      0xF886FB58          CPUx Redirected Address Base Register 6
CPU3_OTAR6      0xF886FB5C          CPUx Overlay Target Address Register 6
CPU3_OMASK6     0xF886FB60          CPUx Overlay Mask Register 6
CPU3_RABR7      0xF886FB64          CPUx Redirected Address Base Register 7
CPU3_OTAR7      0xF886FB68          CPUx Overlay Target Address Register 7
CPU3_OMASK7     0xF886FB6C          CPUx Overlay Mask Register 7
CPU3_RABR8      0xF886FB70          CPUx Redirected Address Base Register 8
CPU3_OTAR8      0xF886FB74          CPUx Overlay Target Address Register 8
CPU3_OMASK8     0xF886FB78          CPUx Overlay Mask Register 8
CPU3_RABR9      0xF886FB7C          CPUx Redirected Address Base Register 9
CPU3_OTAR9      0xF886FB80          CPUx Overlay Target Address Register 9
CPU3_OMASK9     0xF886FB84          CPUx Overlay Mask Register 9
CPU3_RABR10     0xF886FB88          CPUx Redirected Address Base Register 10
CPU3_OTAR10     0xF886FB8C          CPUx Overlay Target Address Register 10
CPU3_OMASK10    0xF886FB90          CPUx Overlay Mask Register 10
CPU3_RABR11     0xF886FB94          CPUx Redirected Address Base Register 11
CPU3_OTAR11     0xF886FB98          CPUx Overlay Target Address Register 11
CPU3_OMASK11    0xF886FB9C          CPUx Overlay Mask Register 11
CPU3_RABR12     0xF886FBA0          CPUx Redirected Address Base Register 12
CPU3_OTAR12     0xF886FBA4          CPUx Overlay Target Address Register 12
CPU3_OMASK12    0xF886FBA8          CPUx Overlay Mask Register 12
CPU3_RABR13     0xF886FBAC          CPUx Redirected Address Base Register 13
CPU3_OTAR13     0xF886FBB0          CPUx Overlay Target Address Register 13
CPU3_OMASK13    0xF886FBB4          CPUx Overlay Mask Register 13
CPU3_RABR14     0xF886FBB8          CPUx Redirected Address Base Register 14
CPU3_OTAR14     0xF886FBBC          CPUx Overlay Target Address Register 14
CPU3_OMASK14    0xF886FBC0          CPUx Overlay Mask Register 14
CPU3_RABR15     0xF886FBC4          CPUx Redirected Address Base Register 15
CPU3_OTAR15     0xF886FBC8          CPUx Overlay Target Address Register 15
CPU3_OMASK15    0xF886FBCC          CPUx Overlay Mask Register 15
CPU3_RABR16     0xF886FBD0          CPUx Redirected Address Base Register 16
CPU3_OTAR16     0xF886FBD4          CPUx Overlay Target Address Register 16
CPU3_OMASK16    0xF886FBD8          CPUx Overlay Mask Register 16
CPU3_RABR17     0xF886FBDC          CPUx Redirected Address Base Register 17
CPU3_OTAR17     0xF886FBE0          CPUx Overlay Target Address Register 17
CPU3_OMASK17    0xF886FBE4          CPUx Overlay Mask Register 17
CPU3_RABR18     0xF886FBE8          CPUx Redirected Address Base Register 18
CPU3_OTAR18     0xF886FBEC          CPUx Overlay Target Address Register 18
CPU3_OMASK18    0xF886FBF0          CPUx Overlay Mask Register 18
CPU3_RABR19     0xF886FBF4          CPUx Redirected Address Base Register 19
CPU3_OTAR19     0xF886FBF8          CPUx Overlay Target Address Register 19
CPU3_OMASK19    0xF886FBFC          CPUx Overlay Mask Register 19
CPU3_RABR20     0xF886FC00          CPUx Redirected Address Base Register 20
CPU3_OTAR20     0xF886FC04          CPUx Overlay Target Address Register 20
CPU3_OMASK20    0xF886FC08          CPUx Overlay Mask Register 20
CPU3_RABR21     0xF886FC0C          CPUx Redirected Address Base Register 21
CPU3_OTAR21     0xF886FC10          CPUx Overlay Target Address Register 21
CPU3_OMASK21    0xF886FC14          CPUx Overlay Mask Register 21
CPU3_RABR22     0xF886FC18          CPUx Redirected Address Base Register 22
CPU3_OTAR22     0xF886FC1C          CPUx Overlay Target Address Register 22
CPU3_OMASK22    0xF886FC20          CPUx Overlay Mask Register 22
CPU3_RABR23     0xF886FC24          CPUx Redirected Address Base Register 23
CPU3_OTAR23     0xF886FC28          CPUx Overlay Target Address Register 23
CPU3_OMASK23    0xF886FC2C          CPUx Overlay Mask Register 23
CPU3_RABR24     0xF886FC30          CPUx Redirected Address Base Register 24
CPU3_OTAR24     0xF886FC34          CPUx Overlay Target Address Register 24
CPU3_OMASK24    0xF886FC38          CPUx Overlay Mask Register 24
CPU3_RABR25     0xF886FC3C          CPUx Redirected Address Base Register 25
CPU3_OTAR25     0xF886FC40          CPUx Overlay Target Address Register 25
CPU3_OMASK25    0xF886FC44          CPUx Overlay Mask Register 25
CPU3_RABR26     0xF886FC48          CPUx Redirected Address Base Register 26
CPU3_OTAR26     0xF886FC4C          CPUx Overlay Target Address Register 26
CPU3_OMASK26    0xF886FC50          CPUx Overlay Mask Register 26
CPU3_RABR27     0xF886FC54          CPUx Redirected Address Base Register 27
CPU3_OTAR27     0xF886FC58          CPUx Overlay Target Address Register 27
CPU3_OMASK27    0xF886FC5C          CPUx Overlay Mask Register 27
CPU3_RABR28     0xF886FC60          CPUx Redirected Address Base Register 28
CPU3_OTAR28     0xF886FC64          CPUx Overlay Target Address Register 28
CPU3_OMASK28    0xF886FC68          CPUx Overlay Mask Register 28
CPU3_RABR29     0xF886FC6C          CPUx Redirected Address Base Register 29
CPU3_OTAR29     0xF886FC70          CPUx Overlay Target Address Register 29
CPU3_OMASK29    0xF886FC74          CPUx Overlay Mask Register 29
CPU3_RABR30     0xF886FC78          CPUx Redirected Address Base Register 30
CPU3_OTAR30     0xF886FC7C          CPUx Overlay Target Address Register 30
CPU3_OMASK30    0xF886FC80          CPUx Overlay Mask Register 30
CPU3_RABR31     0xF886FC84          CPUx Redirected Address Base Register 31
CPU3_OTAR31     0xF886FC88          CPUx Overlay Target Address Register 31
CPU3_OMASK31    0xF886FC8C          CPUx Overlay Mask Register 31
CSFR_BASE_3     0xF8870000          Core Special Function Registers base (CPU3)
CPU3_SEGEN      0xF8871030          CPUx SRI Error Generation Register
CPU3_TASK_ASI   0xF8878004          CPUx Task Address Space Identifier Register
CPU3_PMA0       0xF8878100          CPUx Data Access CacheabilityRegister
CPU3_PMA1       0xF8878104          CPUx Code Access CacheabilityRegister
CPU3_PMA2       0xF8878108          CPUx Peripheral Space Identifier register
CPU3_DCON2      0xF8879000          CPUx Data Control Register 2
CPU3_SMACON     0xF887900C          CPUx SIST Mode Access Control Register
CPU3_DSTR       0xF8879010          CPUx Data Synchronous Trap Register
CPU3_DATR       0xF8879018          CPUx Data Asynchronous Trap Register
CPU3_DEADD      0xF887901C          CPUx Data Error Address Register
CPU3_DIEAR      0xF8879020          CPUx Data Integrity Error Address Register
CPU3_DIETR      0xF8879024          CPUx Data Integrity Error Trap Register
CPU3_DCON0      0xF8879040          CPUx Data Memory Control Register
CPU3_PSTR       0xF8879200          CPUx Program Synchronous Trap Register
CPU3_PCON1      0xF8879204          CPUx Program Control 1
CPU3_PCON2      0xF8879208          CPUx Program Control 2
CPU3_PCON0      0xF887920C          CPUx Program Control 0
CPU3_PIEAR      0xF8879210          CPUx Program Integrity Error Address Register
CPU3_PIETR      0xF8879214          CPUx Program Integrity Error Trap Register
CPU3_COMPAT     0xF8879400          CPUx Compatibility Control Register
CPU3_FPU_TRAP_CON 0xF887A000          CPUx Trap Control Register
CPU3_FPU_TRAP_PC 0xF887A004          CPUx Trapping Instruction Program Counter Register
CPU3_FPU_TRAP_OPC 0xF887A008          CPUx Trapping Instruction Opcode Register
CPU3_FPU_TRAP_SRC1 0xF887A010          CPUx Trapping Instruction Operand Register
CPU3_FPU_TRAP_SRC2 0xF887A014          CPUx Trapping Instruction Operand Register
CPU3_FPU_TRAP_SRC3 0xF887A018          CPUx Trapping Instruction Operand Register
CPU3_DPR0_L     0xF887C000          CPUx Data Protection Range 0, Lower Bound Register
CPU3_DPR0_U     0xF887C004          CPUx Data Protection Range 0, Upper Bound Register
CPU3_DPR1_L     0xF887C008          CPUx Data Protection Range 1, Lower Bound Register
CPU3_DPR1_U     0xF887C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU3_DPR2_L     0xF887C010          CPUx Data Protection Range 2, Lower Bound Register
CPU3_DPR2_U     0xF887C014          CPUx Data Protection Range 2, Upper Bound Register
CPU3_DPR3_L     0xF887C018          CPUx Data Protection Range 3, Lower Bound Register
CPU3_DPR3_U     0xF887C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU3_DPR4_L     0xF887C020          CPUx Data Protection Range 4, Lower Bound Register
CPU3_DPR4_U     0xF887C024          CPUx Data Protection Range 4, Upper Bound Register
CPU3_DPR5_L     0xF887C028          CPUx Data Protection Range 5, Lower Bound Register
CPU3_DPR5_U     0xF887C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU3_DPR6_L     0xF887C030          CPUx Data Protection Range 6, Lower Bound Register
CPU3_DPR6_U     0xF887C034          CPUx Data Protection Range 6, Upper Bound Register
CPU3_DPR7_L     0xF887C038          CPUx Data Protection Range 7, Lower Bound Register
CPU3_DPR7_U     0xF887C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU3_DPR8_L     0xF887C040          CPUx Data Protection Range 8, Lower Bound Register
CPU3_DPR8_U     0xF887C044          CPUx Data Protection Range 8, Upper Bound Register
CPU3_DPR9_L     0xF887C048          CPUx Data Protection Range 9, Lower Bound Register
CPU3_DPR9_U     0xF887C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU3_DPR10_L    0xF887C050          CPUx Data Protection Range 10, Lower Bound Register
CPU3_DPR10_U    0xF887C054          CPUx Data Protection Range 10, Upper Bound Register
CPU3_DPR11_L    0xF887C058          CPUx Data Protection Range 11, Lower Bound Register
CPU3_DPR11_U    0xF887C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU3_DPR12_L    0xF887C060          CPUx Data Protection Range 12, Lower Bound Register
CPU3_DPR12_U    0xF887C064          CPUx Data Protection Range 12, Upper Bound Register
CPU3_DPR13_L    0xF887C068          CPUx Data Protection Range 13, Lower Bound Register
CPU3_DPR13_U    0xF887C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU3_DPR14_L    0xF887C070          CPUx Data Protection Range 14, Lower Bound Register
CPU3_DPR14_U    0xF887C074          CPUx Data Protection Range 14, Upper Bound Register
CPU3_DPR15_L    0xF887C078          CPUx Data Protection Range 15, Lower Bound Register
CPU3_DPR15_U    0xF887C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU3_DPR16_L    0xF887C080          CPUx Data Protection Range 16, Lower Bound Register
CPU3_DPR16_U    0xF887C084          CPUx Data Protection Range 16, Upper Bound Register
CPU3_DPR17_L    0xF887C088          CPUx Data Protection Range 17, Lower Bound Register
CPU3_DPR17_U    0xF887C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU3_CPR0_L     0xF887D000          CPUx Code Protection Range 0 Lower Bound Register
CPU3_CPR0_U     0xF887D004          CPUx Code Protection Range 0 Upper Bound Register
CPU3_CPR1_L     0xF887D008          CPUx Code Protection Range 1 Lower Bound Register
CPU3_CPR1_U     0xF887D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU3_CPR2_L     0xF887D010          CPUx Code Protection Range 2 Lower Bound Register
CPU3_CPR2_U     0xF887D014          CPUx Code Protection Range 2 Upper Bound Register
CPU3_CPR3_L     0xF887D018          CPUx Code Protection Range 3 Lower Bound Register
CPU3_CPR3_U     0xF887D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU3_CPR4_L     0xF887D020          CPUx Code Protection Range 4 Lower Bound Register
CPU3_CPR4_U     0xF887D024          CPUx Code Protection Range 4 Upper Bound Register
CPU3_CPR5_L     0xF887D028          CPUx Code Protection Range 5 Lower Bound Register
CPU3_CPR5_U     0xF887D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU3_CPR6_L     0xF887D030          CPUx Code Protection Range 6 Lower Bound Register
CPU3_CPR6_U     0xF887D034          CPUx Code Protection Range 6 Upper Bound Register
CPU3_CPR7_L     0xF887D038          CPUx Code Protection Range 7 Lower Bound Register
CPU3_CPR7_U     0xF887D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU3_CPR8_L     0xF887D040          CPUx Code Protection Range 8 Lower Bound Register
CPU3_CPR8_U     0xF887D044          CPUx Code Protection Range 8 Upper Bound Register
CPU3_CPR9_L     0xF887D048          CPUx Code Protection Range 9 Lower Bound Register
CPU3_CPR9_U     0xF887D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU3_CPXE_0     0xF887E000          CPUx Code Protection Execute Enable Register Set 0
CPU3_CPXE_1     0xF887E004          CPUx Code Protection Execute Enable Register Set 1
CPU3_CPXE_2     0xF887E008          CPUx Code Protection Execute Enable Register Set 2
CPU3_CPXE_3     0xF887E00C          CPUx Code Protection Execute Enable Register Set 3
CPU3_DPRE_0     0xF887E010          CPUx Data Protection Read Enable Register Set 0
CPU3_DPRE_1     0xF887E014          CPUx Data Protection Read Enable Register Set 1
CPU3_DPRE_2     0xF887E018          CPUx Data Protection Read Enable Register Set 2
CPU3_DPRE_3     0xF887E01C          CPUx Data Protection Read Enable Register Set 3
CPU3_DPWE_0     0xF887E020          CPUx Data Protection Write Enable Register Set 0
CPU3_DPWE_1     0xF887E024          CPUx Data Protection Write Enable Register Set 1
CPU3_DPWE_2     0xF887E028          CPUx Data Protection Write Enable Register Set 2
CPU3_DPWE_3     0xF887E02C          CPUx Data Protection Write Enable Register Set 3
CPU3_CPXE_4     0xF887E040          CPUx Code Protection Execute Enable Register Set 4
CPU3_CPXE_5     0xF887E044          CPUx Code Protection Execute Enable Register Set 5
CPU3_DPRE_4     0xF887E050          CPUx Data Protection Read Enable Register Set 4
CPU3_DPRE_5     0xF887E054          CPUx Data Protection Read Enable Register Set 5
CPU3_DPWE_4     0xF887E060          CPUx Data Protection Write Enable Register Set 4
CPU3_DPWE_5     0xF887E064          CPUx Data Protection Write Enable Register Set 5
CPU3_TPS_CON    0xF887E400          CPUx Temporal Protection System Control Register
CPU3_TPS_TIMER0 0xF887E404          CPUx Temporal Protection System Timer Register 0
CPU3_TPS_TIMER1 0xF887E408          CPUx Temporal Protection System Timer Register 1
CPU3_TPS_TIMER2 0xF887E40C          CPUx Temporal Protection System Timer Register 2
CPU3_TPS_EXTIM_ENTRY_LVAL 0xF887E440          CPUx Exception Entry Timer Load Value
CPU3_TPS_EXTIM_ENTRY_CVAL 0xF887E444          CPUx Exception Entry Timer Current Value
CPU3_TPS_EXTIM_EXIT_LVAL 0xF887E448          CPUx Exception Exit Timer Load Value
CPU3_TPS_EXTIM_EXIT_CVAL 0xF887E44C          CPUx Exception Exit Timer Current Value
CPU3_TPS_EXTIM_CLASS_EN 0xF887E450          CPUx Exception Timer Class Enable Register
CPU3_TPS_EXTIM_STAT 0xF887E454          CPUx Exception Timer Status Register
CPU3_TPS_EXTIM_FCX 0xF887E458          CPUx Exception Timer FCX Register
CPU3_TR0EVT     0xF887F000          CPUx Trigger Event 0
CPU3_TR0ADR     0xF887F004          CPUx Trigger Address 0
CPU3_TR1EVT     0xF887F008          CPUx Trigger Event 1
CPU3_TR1ADR     0xF887F00C          CPUx Trigger Address 1
CPU3_TR2EVT     0xF887F010          CPUx Trigger Event 2
CPU3_TR2ADR     0xF887F014          CPUx Trigger Address 2
CPU3_TR3EVT     0xF887F018          CPUx Trigger Event 3
CPU3_TR3ADR     0xF887F01C          CPUx Trigger Address 3
CPU3_TR4EVT     0xF887F020          CPUx Trigger Event 4
CPU3_TR4ADR     0xF887F024          CPUx Trigger Address 4
CPU3_TR5EVT     0xF887F028          CPUx Trigger Event 5
CPU3_TR5ADR     0xF887F02C          CPUx Trigger Address 5
CPU3_TR6EVT     0xF887F030          CPUx Trigger Event 6
CPU3_TR6ADR     0xF887F034          CPUx Trigger Address 6
CPU3_TR7EVT     0xF887F038          CPUx Trigger Event 7
CPU3_TR7ADR     0xF887F03C          CPUx Trigger Address 7
CPU3_CCTRL      0xF887FC00          CPUx Counter Control
CPU3_CCNT       0xF887FC04          CPUx CPU Clock Cycle Count
CPU3_ICNT       0xF887FC08          CPUx Instruction Count
CPU3_M1CNT      0xF887FC0C          CPUx Multi-Count Register 1
CPU3_M2CNT      0xF887FC10          CPUx Multi-Count Register 2
CPU3_M3CNT      0xF887FC14          CPUx Multi-Count Register 3
CPU3_DBGSR      0xF887FD00          CPUx Debug Status Register
CPU3_EXEVT      0xF887FD08          CPUx External Event Register
CPU3_CREVT      0xF887FD0C          CPUx Core Register Access Event
CPU3_SWEVT      0xF887FD10          CPUx Software Debug Event
CPU3_TRIG_ACC   0xF887FD30          CPUx TriggerAddressx
CPU3_DMS        0xF887FD40          CPUx Debug Monitor Start Address
CPU3_DCX        0xF887FD44          CPUx Debug Context Save Area Pointer
CPU3_DBGTCR     0xF887FD48          CPUx Debug Trap Control Register
CPU3_PCXI       0xF887FE00          CPUx Previous Context Information Register
CPU3_PSW        0xF887FE04          CPUx Program Status Word
CPU3_PC         0xF887FE08          CPUx Program Counter
CPU3_SYSCON     0xF887FE14          CPUx System Configuration Register
CPU3_CPU_ID     0xF887FE18          CPUx Identification Register TC1.6.2P
CPU3_CORE_ID    0xF887FE1C          CPUx Core Identification Register
CPU3_BIV        0xF887FE20          CPUx Base Interrupt Vector Table Pointer
CPU3_BTV        0xF887FE24          CPUx Base Trap Vector Table Pointer
CPU3_ISP        0xF887FE28          CPUx Interrupt Stack Pointer
CPU3_ICR        0xF887FE2C          CPUx Interrupt Control Register
CPU3_FCX        0xF887FE38          CPUx Free CSA List Head Pointer
CPU3_LCX        0xF887FE3C          CPUx Free CSA List Limit Pointer
CPU3_CUS_ID     0xF887FE50          CPUx Customer ID register
CPU3_D0         0xF887FF00          Data Register 0
CPU3_D1         0xF887FF04          Data Register 1
CPU3_D2         0xF887FF08          Data Register 2
CPU3_D3         0xF887FF0C          Data Register 3
CPU3_D4         0xF887FF10          Data Register 4
CPU3_D5         0xF887FF14          Data Register 5
CPU3_D6         0xF887FF18          Data Register 6
CPU3_D7         0xF887FF1C          Data Register 7
CPU3_D8         0xF887FF20          Data Register 8
CPU3_D9         0xF887FF24          Data Register 9
CPU3_D10        0xF887FF28          Data Register 10
CPU3_D11        0xF887FF2C          Data Register 11
CPU3_D12        0xF887FF30          Data Register 12
CPU3_D13        0xF887FF34          Data Register 13
CPU3_D14        0xF887FF38          Data Register 14
CPU3_D15        0xF887FF3C          Data Register 15
CPU3_A0         0xF887FF80          Address Register 0
CPU3_A1         0xF887FF84          Address Register 1
CPU3_A2         0xF887FF88          Address Register 2
CPU3_A3         0xF887FF8C          Address Register 3
CPU3_A4         0xF887FF90          Address Register 4
CPU3_A5         0xF887FF94          Address Register 5
CPU3_A6         0xF887FF98          Address Register 6
CPU3_A7         0xF887FF9C          Address Register 7
CPU3_A8         0xF887FFA0          Address Register 8
CPU3_A9         0xF887FFA4          Address Register 9
CPU3_A10        0xF887FFA8          Address Register 10
CPU3_A11        0xF887FFAC          Address Register 11
CPU3_A12        0xF887FFB0          Address Register 12
CPU3_A13        0xF887FFB4          Address Register 13
CPU3_A14        0xF887FFB8          Address Register 14
CPU3_A15        0xF887FFBC          Address Register 15
MINIMCDS_CLC    0xFB718000          Clock Control Register
MINIMCDS_OCS    0xFB718004          OCDS Control and Status
MINIMCDS_ID     0xFB718008          Module Identification Register
MINIMCDS_CT     0xFB718010          MCDS Control Register
MINIMCDS_MUX    0xFB718014          MCDS Signal Source Control
MINIMCDS_MUX_TC_RC 0xFB718020          MCDS_TC Signal Source Control
MINIMCDS_FIFONOW 0xFB718200          Trace Buffer Write Pointer
MINIMCDS_FIFOBOT 0xFB718204          Trace Buffer Bottom Register
MINIMCDS_FIFOPRE 0xFB718208          Trace Buffer PRE/POST Register
MINIMCDS_FIFOTOP 0xFB71820C          Trace Buffer Top Register
MINIMCDS_FIFOCTL 0xFB718210          Trace Buffer Control Register
MINIMCDS_FIFOWARN0 0xFB718214          Trace Buffer Comparator Register
MINIMCDS_FIFOWARN1 0xFB718218          Trace Buffer Comparator Register
MINIMCDS_FIFOOVRCNT 0xFB71821C          FIFO Overflow Counter Register
MINIMCDS_TSUREFCNT 0xFB718400          Clock Counter Register
MINIMCDS_TSUPRSCL 0xFB718404          Clock Prescaler Register
MINIMCDS_TSUEMUCNT 0xFB718408          Clock Counter Register
MINIMCDS_MCXEVT0 0xFB718800          Event Definition Register 0
MINIMCDS_MCXEVT1 0xFB718804          Event Definition Register 1
MINIMCDS_MCXEVT2 0xFB718808          Event Definition Register 2
MINIMCDS_MCXEVT3 0xFB71880C          Event Definition Register 3
MINIMCDS_MCXEVT4 0xFB718810          Event Definition Register 4
MINIMCDS_MCXEVT5 0xFB718814          Event Definition Register 5
MINIMCDS_MCXEVT6 0xFB718818          Event Definition Register 6
MINIMCDS_MCXEVT7 0xFB71881C          Event Definition Register 7
MINIMCDS_MCXEVT8 0xFB718820          Event Definition Register 8
MINIMCDS_MCXEVT9 0xFB718824          Event Definition Register 9
MINIMCDS_MCXEVT10 0xFB718828          Event Definition Register 10
MINIMCDS_MCXEVT11 0xFB71882C          Event Definition Register 11
MINIMCDS_MCXEVT12 0xFB718830          Event Definition Register 12
MINIMCDS_MCXEVT13 0xFB718834          Event Definition Register 13
MINIMCDS_MCXEVT14 0xFB718838          Event Definition Register 14
MINIMCDS_MCXEVT15 0xFB71883C          Event Definition Register 15
MINIMCDS_MCXACT0 0xFB718880          Action Definition Register 0
MINIMCDS_MCXACT1 0xFB718884          Action Definition Register 1
MINIMCDS_MCXACT2 0xFB718888          Action Definition Register 2
MINIMCDS_MCXACT3 0xFB71888C          Action Definition Register 3
MINIMCDS_MCXACT4 0xFB718890          Action Definition Register 4
MINIMCDS_MCXACT5 0xFB718894          Action Definition Register 5
MINIMCDS_MCXACT6 0xFB718898          Action Definition Register 6
MINIMCDS_MCXACT7 0xFB71889C          Action Definition Register 7
MINIMCDS_MCXACT8 0xFB7188A0          Action Definition Register 8
MINIMCDS_MCXACT9 0xFB7188A4          Action Definition Register 9
MINIMCDS_MCXACT10 0xFB7188A8          Action Definition Register 10
MINIMCDS_MCXACT11 0xFB7188AC          Action Definition Register 11
MINIMCDS_MCXACT12 0xFB7188B0          Action Definition Register 12
MINIMCDS_MCXACT13 0xFB7188B4          Action Definition Register 13
MINIMCDS_MCXACT14 0xFB7188B8          Action Definition Register 14
MINIMCDS_MCXACT15 0xFB7188BC          Action Definition Register 15
MINIMCDS_MCXACT16 0xFB7188C0          Action Definition Register 16
MINIMCDS_MCXACT17 0xFB7188C4          Action Definition Register 17
MINIMCDS_MCXACT18 0xFB7188C8          Action Definition Register 18
MINIMCDS_MCXACT19 0xFB7188CC          Action Definition Register 19
MINIMCDS_MCXACT20 0xFB7188D0          Action Definition Register 20
MINIMCDS_MCXACT21 0xFB7188D4          Action Definition Register 21
MINIMCDS_MCXACT22 0xFB7188D8          Action Definition Register 22
MINIMCDS_MCXACT23 0xFB7188DC          Action Definition Register 23
MINIMCDS_MCXACT24 0xFB7188E0          Action Definition Register 24
MINIMCDS_MCXACT25 0xFB7188E4          Action Definition Register 25
MINIMCDS_MCXACT26 0xFB7188E8          Action Definition Register 26
MINIMCDS_MCXACT27 0xFB7188EC          Action Definition Register 27
MINIMCDS_MCXACT28 0xFB7188F0          Action Definition Register 28
MINIMCDS_MCXACT29 0xFB7188F4          Action Definition Register 29
MINIMCDS_MCXACT30 0xFB7188F8          Action Definition Register 30
MINIMCDS_MCXACT31 0xFB7188FC          Action Definition Register 31
MINIMCDS_MCXACT32 0xFB718900          Action Definition Register 32
MINIMCDS_MCXACT33 0xFB718904          Action Definition Register 33
MINIMCDS_MCXACT34 0xFB718908          Action Definition Register 34
MINIMCDS_MCXACT35 0xFB71890C          Action Definition Register 35
MINIMCDS_MCXACT36 0xFB718910          Action Definition Register 36
MINIMCDS_MCXACT37 0xFB718914          Action Definition Register 37
MINIMCDS_MCXACT38 0xFB718918          Action Definition Register 38
MINIMCDS_MCXACT39 0xFB71891C          Action Definition Register 39
MINIMCDS_MCXACT40 0xFB718920          Action Definition Register 40
MINIMCDS_MCXACT41 0xFB718924          Action Definition Register 41
MINIMCDS_MCXCCL0 0xFB718A00          Counter Control Register
MINIMCDS_MCXLMT0 0xFB718A04          Counter Limit Register
MINIMCDS_MCXCNT0 0xFB718A08          Current Count Register
MINIMCDS_MCXCCL1 0xFB718A10          Counter Control Register
MINIMCDS_MCXLMT1 0xFB718A14          Counter Limit Register
MINIMCDS_MCXCNT1 0xFB718A18          Current Count Register
MINIMCDS_MCXCCL2 0xFB718A20          Counter Control Register
MINIMCDS_MCXLMT2 0xFB718A24          Counter Limit Register
MINIMCDS_MCXCNT2 0xFB718A28          Current Count Register
MINIMCDS_MCXCCL3 0xFB718A30          Counter Control Register
MINIMCDS_MCXLMT3 0xFB718A34          Counter Limit Register
MINIMCDS_MCXCNT3 0xFB718A38          Current Count Register
MINIMCDS_MCXCCL4 0xFB718A40          Counter Control Register
MINIMCDS_MCXLMT4 0xFB718A44          Counter Limit Register
MINIMCDS_MCXCNT4 0xFB718A48          Current Count Register
MINIMCDS_MCXCCL5 0xFB718A50          Counter Control Register
MINIMCDS_MCXLMT5 0xFB718A54          Counter Limit Register
MINIMCDS_MCXCNT5 0xFB718A58          Current Count Register
MINIMCDS_MCXCCL6 0xFB718A60          Counter Control Register
MINIMCDS_MCXLMT6 0xFB718A64          Counter Limit Register
MINIMCDS_MCXCNT6 0xFB718A68          Current Count Register
MINIMCDS_MCXCCL7 0xFB718A70          Counter Control Register
MINIMCDS_MCXLMT7 0xFB718A74          Counter Limit Register
MINIMCDS_MCXCNT7 0xFB718A78          Current Count Register
MINIMCDS_TCXDCSTS 0xFB71A000          Debug Status Register
MINIMCDS_TCXCIP 0xFB71A008          Current Instruction Pointer
MINIMCDS_TCXCFT 0xFB71A00C          Compact Function Trace Register
MINIMCDS_TCXEABND0 0xFB71A400          Comparator Bound Register 0
MINIMCDS_TCXEARNG0 0xFB71A404          Comparator Range Register 0
MINIMCDS_TCXEABND1 0xFB71A410          Comparator Bound Register 1
MINIMCDS_TCXEARNG1 0xFB71A414          Comparator Range Register 1
MINIMCDS_TCXWDBND0 0xFB71A480          Comparator Bound Register 0
MINIMCDS_TCXWDRNG0 0xFB71A488          Comparator Range Register 0
MINIMCDS_TCXWDMSK0 0xFB71A490          Comparator Mask Register 0
MINIMCDS_TCXWDSGN0 0xFB71A49C          Comparator Sign Register 0
MINIMCDS_TCXWDBND1 0xFB71A4A0          Comparator Bound Register 1
MINIMCDS_TCXWDRNG1 0xFB71A4A8          Comparator Range Register 1
MINIMCDS_TCXWDMSK1 0xFB71A4B0          Comparator Mask Register 1
MINIMCDS_TCXWDSGN1 0xFB71A4BC          Comparator Sign Register 1
MINIMCDS_TCXACBND0 0xFB71A500          Comparator Bound Register 0
MINIMCDS_TCXACRNG0 0xFB71A504          Comparator Range Register 0
MINIMCDS_TCXACMSK0 0xFB71A508          Comparator Mask Register 0
MINIMCDS_TCXACBND1 0xFB71A518          Comparator Bound Register 1
MINIMCDS_TCXACRNG1 0xFB71A51C          Comparator Range Register 1
MINIMCDS_TCXACMSK1 0xFB71A520          Comparator Mask Register 1
MINIMCDS_TCXIPBND0 0xFB71B000          Comparator Bound Register 0
MINIMCDS_TCXIPRNG0 0xFB71B004          Comparator Range Register 0
MINIMCDS_TCXIPBND1 0xFB71B010          Comparator Bound Register 1
MINIMCDS_TCXIPRNG1 0xFB71B014          Comparator Range Register 1

; this chip implements TriCore v1.6.2 instruction set
.tc3xx/tc39xQ
; MEMORY MAP
area DATA CPU3_DSPR       0x40000000:0x40018000   CPU3 Data Scratch Pad SRAM
area DATA CPU3_DCACHE     0x40018000:0x4001C000   CPU3 Data Cache SRAM
area DATA CPU3_DTAG       0x400C0000:0x400C1800   CPU3 Data Cache TAG SRAM
area CODE CPU3_PSPR       0x40100000:0x40110000   CPU3 Program Scratch Pad SRAM
area CODE CPU3_PCACHE     0x40110000:0x40118000   CPU3 Program Cache SRAM
area CODE CPU3_PTAG       0x401C0000:0x401C3000   CPU3 Program Cache TAG SRAM
area DATA CPU2_DSPR       0x50000000:0x50018000   CPU2 Data Scratch Pad SRAM
area DATA CPU2_DCACHE     0x50018000:0x5001C000   CPU2 Data Cache SRAM
area DATA CPU2_DTAG       0x500C0000:0x500C1800   CPU2 Data Cache TAG SRAM
area CODE CPU2_PSPR       0x50100000:0x50110000   CPU2 Program Scratch Pad SRAM
area CODE CPU2_PCACHE     0x50110000:0x50118000   CPU2 Program Cache SRAM
area CODE CPU2_PTAG       0x501C0000:0x501C3000   CPU2 Program Cache TAG SRAM
area DATA CPU1_DSPR       0x60000000:0x6003C000   CPU1 Data Scratch Pad SRAM
area DATA CPU1_DCACHE     0x6003C000:0x60040000   CPU1 Data Cache SRAM
area DATA CPU1_DTAG       0x600C0000:0x600C1800   CPU1 Data Cache TAG SRAM
area CODE CPU1_PSPR       0x60100000:0x60110000   CPU1 Program Scratch Pad SRAM
area CODE CPU1_PCACHE     0x60110000:0x60118000   CPU1 Program Cache SRAM
area CODE CPU1_PTAG       0x601C0000:0x601C3000   CPU1 Program Cache TAG SRAM
area DATA CPU0_DSPR       0x70000000:0x7003C000   CPU0 Data Scratch Pad SRAM
area DATA CPU0_DCACHE     0x7003C000:0x70040000   CPU0 Data Cache SRAM
area DATA CPU0_DTAG       0x700C0000:0x700C1800   CPU0 Data Cache TAG SRAM
area CODE CPU0_PSPR       0x70100000:0x70110000   CPU0 Program Scratch Pad SRAM
area CODE CPU0_PCACHE     0x70110000:0x70118000   CPU0 Program Cache SRAM
area CODE CPU0_PTAG       0x701C0000:0x701C3000   CPU0 Program Cache TAG SRAM
area DATA EBU             0x82000000:0x88000000   External EBU Space, cached
area DATA OLDA            0x8FE00000:0x8FE80000   Online Data Acquisition, cached
area CODE BROM            0x8FFF0000:0x90000000   Boot ROM, cached
area DATA LMURAM          0x90000000:0x90120000   LMU SRAM, cached
area DATA DAM             0x90400000:0x90420000   DAM, cached
area DATA TRAM            0x98000000:0x98002000   miniMCDS Trace SRAM, cached
area DATA EMEM            0x98E00000:0x99400000   EMEM, cached
area CODE PFLASH0_NC      0xA0000000:0xA0300000   Program Flash 0, non-cached
area CODE PFLASH1_NC      0xA0300000:0xA0600000   Program Flash 1, non-cached
area CODE PFLASH2_NC      0xA0600000:0xA0900000   Program Flash 2, non-cached
area CODE PFLASH3_NC      0xA0900000:0xA0C00000   Program Flash 3, non-cached
area CODE PFLASH4_NC      0xA0C00000:0xA0F00000   Program Flash 4, non-cached
area CODE PFLASH5_NC      0xA0F00000:0xA1000000   Program Flash 5, non-cached
area DATA EBU_NC          0xA2000000:0xA8000000   External EBU Space, non-cached
area DATA EC0             0xA8000000:0xA8004000   Erase Counter 0, non-cached
area DATA PFI0            0xA8080000:0xA80C0000   PFI User Registers 0, non-cached
area DATA EC1             0xA8300000:0xA8304000   Erase Counter 1, non-cached
area DATA PFI1            0xA8380000:0xA83C0000   PFI User Registers 1, non-cached
area DATA EC2             0xA8600000:0xA8604000   Erase Counter 2, non-cached
area DATA PFI2            0xA8680000:0xA86C0000   PFI User Registers 2, non-cached
area DATA EC3             0xA8900000:0xA8904000   Erase Counter 3, non-cached
area DATA PFI3            0xA8980000:0xA89C0000   PFI User Registers 3, non-cached
area DATA EC4             0xA8C00000:0xA8C04000   Erase Counter 4, non-cached
area DATA PFI4            0xA8C80000:0xA8CC0000   PFI User Registers 4, non-cached
area DATA EC5             0xA8F00000:0xA8F04000   Erase Counter 5, non-cached
area DATA PFI5            0xA8F80000:0xA8FC0000   PFI User Registers 5, non-cached
area DATA DFLASH0_EEPROM_NC 0xAF000000:0xAF100000   Data Flash 0 EEPROM, non-cached
area DATA DFLASH0_UCB_NC  0xAF400000:0xAF406000   Data Flash 0 UCB, non-cached
area DATA DFLASH0_CFS_NC  0xAF800000:0xAF810000   Data Flash 0 CFS, non-cached
area DATA DFLASH1_EEPROM_NC 0xAFC00000:0xAFC20000   Data Flash 1 EEPROM, non-cached
area DATA OLDA_NC         0xAFE00000:0xAFE80000   Online Data Acquisition, non-cached
area CODE BROM_NC         0xAFFF0000:0xB0000000   Boot ROM, non-cached
area DATA LMU_NC          0xB0000000:0xB0120000   LMU, non-cached
area DATA DAM_NC          0xB0400000:0xB0420000   DAM, non-cached
area DATA TRAM_NC         0xB8000000:0xB8002000   miniMCDS Trace SRAM, non-cached
area DATA EMEM_NC         0xB8E00000:0xB9400000   EMEM, non-cached
area DATA XTM_NC          0xB9400000:0xB9480000   Extra Trace Memory, non-cached
area DATA REGISTERS       0xF0000000:0xFF120000   Core SFRs and GPRs
; REGISTERS
PFI0_ECCR       0xA8080000          ECC Read Register
PFI0_ECCS       0xA8080020          ECC Status Register
PFI0_SBABRECORD0 0xA8082000          SBAB Record 0
PFI0_SBABRECORD1 0xA8082020          SBAB Record 1
PFI0_SBABRECORD2 0xA8082040          SBAB Record 2
PFI0_SBABRECORD3 0xA8082060          SBAB Record 3
PFI0_SBABRECORD4 0xA8082080          SBAB Record 4
PFI0_SBABRECORD5 0xA80820A0          SBAB Record 5
PFI0_SBABRECORD6 0xA80820C0          SBAB Record 6
PFI0_SBABRECORD7 0xA80820E0          SBAB Record 7
PFI0_SBABRECORD8 0xA8082100          SBAB Record 8
PFI0_SBABRECORD9 0xA8082120          SBAB Record 9
PFI0_SBABRECORD10 0xA8082140          SBAB Record 10
PFI0_SBABRECORD11 0xA8082160          SBAB Record 11
PFI0_SBABRECORD12 0xA8082180          SBAB Record 12
PFI0_SBABRECORD13 0xA80821A0          SBAB Record 13
PFI0_SBABRECORD14 0xA80821C0          SBAB Record 14
PFI0_SBABRECORD15 0xA80821E0          SBAB Record 15
PFI0_SBABRECORD16 0xA8082200          SBAB Record 16
PFI0_DBABRECORD0 0xA8084000          DBAB Record 0
PFI0_DBABRECORD1 0xA8084020          DBAB Record 1
PFI0_MBABRECORD0 0xA8088000          MBAB Record 0
PFI0_ZBABRECORD0 0xA808C000          ZBAB Record 0
PFI0_ZBABRECORD1 0xA808C020          ZBAB Record 1
PFI0_ZBABRECORD2 0xA808C040          ZBAB Record 2
PFI0_ZBABRECORD3 0xA808C060          ZBAB Record 3
PFI1_ECCR       0xA8380000          ECC Read Register
PFI1_ECCS       0xA8380020          ECC Status Register
PFI1_SBABRECORD0 0xA8382000          SBAB Record 0
PFI1_SBABRECORD1 0xA8382020          SBAB Record 1
PFI1_SBABRECORD2 0xA8382040          SBAB Record 2
PFI1_SBABRECORD3 0xA8382060          SBAB Record 3
PFI1_SBABRECORD4 0xA8382080          SBAB Record 4
PFI1_SBABRECORD5 0xA83820A0          SBAB Record 5
PFI1_SBABRECORD6 0xA83820C0          SBAB Record 6
PFI1_SBABRECORD7 0xA83820E0          SBAB Record 7
PFI1_SBABRECORD8 0xA8382100          SBAB Record 8
PFI1_SBABRECORD9 0xA8382120          SBAB Record 9
PFI1_SBABRECORD10 0xA8382140          SBAB Record 10
PFI1_SBABRECORD11 0xA8382160          SBAB Record 11
PFI1_SBABRECORD12 0xA8382180          SBAB Record 12
PFI1_SBABRECORD13 0xA83821A0          SBAB Record 13
PFI1_SBABRECORD14 0xA83821C0          SBAB Record 14
PFI1_SBABRECORD15 0xA83821E0          SBAB Record 15
PFI1_SBABRECORD16 0xA8382200          SBAB Record 16
PFI1_DBABRECORD0 0xA8384000          DBAB Record 0
PFI1_DBABRECORD1 0xA8384020          DBAB Record 1
PFI1_MBABRECORD0 0xA8388000          MBAB Record 0
PFI1_ZBABRECORD0 0xA838C000          ZBAB Record 0
PFI1_ZBABRECORD1 0xA838C020          ZBAB Record 1
PFI1_ZBABRECORD2 0xA838C040          ZBAB Record 2
PFI1_ZBABRECORD3 0xA838C060          ZBAB Record 3
PFI2_ECCR       0xA8680000          ECC Read Register
PFI2_ECCS       0xA8680020          ECC Status Register
PFI2_SBABRECORD0 0xA8682000          SBAB Record 0
PFI2_SBABRECORD1 0xA8682020          SBAB Record 1
PFI2_SBABRECORD2 0xA8682040          SBAB Record 2
PFI2_SBABRECORD3 0xA8682060          SBAB Record 3
PFI2_SBABRECORD4 0xA8682080          SBAB Record 4
PFI2_SBABRECORD5 0xA86820A0          SBAB Record 5
PFI2_SBABRECORD6 0xA86820C0          SBAB Record 6
PFI2_SBABRECORD7 0xA86820E0          SBAB Record 7
PFI2_SBABRECORD8 0xA8682100          SBAB Record 8
PFI2_SBABRECORD9 0xA8682120          SBAB Record 9
PFI2_SBABRECORD10 0xA8682140          SBAB Record 10
PFI2_SBABRECORD11 0xA8682160          SBAB Record 11
PFI2_SBABRECORD12 0xA8682180          SBAB Record 12
PFI2_SBABRECORD13 0xA86821A0          SBAB Record 13
PFI2_SBABRECORD14 0xA86821C0          SBAB Record 14
PFI2_SBABRECORD15 0xA86821E0          SBAB Record 15
PFI2_SBABRECORD16 0xA8682200          SBAB Record 16
PFI2_DBABRECORD0 0xA8684000          DBAB Record 0
PFI2_DBABRECORD1 0xA8684020          DBAB Record 1
PFI2_MBABRECORD0 0xA8688000          MBAB Record 0
PFI2_ZBABRECORD0 0xA868C000          ZBAB Record 0
PFI2_ZBABRECORD1 0xA868C020          ZBAB Record 1
PFI2_ZBABRECORD2 0xA868C040          ZBAB Record 2
PFI2_ZBABRECORD3 0xA868C060          ZBAB Record 3
PFI3_ECCR       0xA8980000          ECC Read Register
PFI3_ECCS       0xA8980020          ECC Status Register
PFI3_SBABRECORD0 0xA8982000          SBAB Record 0
PFI3_SBABRECORD1 0xA8982020          SBAB Record 1
PFI3_SBABRECORD2 0xA8982040          SBAB Record 2
PFI3_SBABRECORD3 0xA8982060          SBAB Record 3
PFI3_SBABRECORD4 0xA8982080          SBAB Record 4
PFI3_SBABRECORD5 0xA89820A0          SBAB Record 5
PFI3_SBABRECORD6 0xA89820C0          SBAB Record 6
PFI3_SBABRECORD7 0xA89820E0          SBAB Record 7
PFI3_SBABRECORD8 0xA8982100          SBAB Record 8
PFI3_SBABRECORD9 0xA8982120          SBAB Record 9
PFI3_SBABRECORD10 0xA8982140          SBAB Record 10
PFI3_SBABRECORD11 0xA8982160          SBAB Record 11
PFI3_SBABRECORD12 0xA8982180          SBAB Record 12
PFI3_SBABRECORD13 0xA89821A0          SBAB Record 13
PFI3_SBABRECORD14 0xA89821C0          SBAB Record 14
PFI3_SBABRECORD15 0xA89821E0          SBAB Record 15
PFI3_SBABRECORD16 0xA8982200          SBAB Record 16
PFI3_DBABRECORD0 0xA8984000          DBAB Record 0
PFI3_DBABRECORD1 0xA8984020          DBAB Record 1
PFI3_MBABRECORD0 0xA8988000          MBAB Record 0
PFI3_ZBABRECORD0 0xA898C000          ZBAB Record 0
PFI3_ZBABRECORD1 0xA898C020          ZBAB Record 1
PFI3_ZBABRECORD2 0xA898C040          ZBAB Record 2
PFI3_ZBABRECORD3 0xA898C060          ZBAB Record 3
PFI4_ECCR       0xA8C80000          ECC Read Register
PFI4_ECCS       0xA8C80020          ECC Status Register
PFI4_SBABRECORD0 0xA8C82000          SBAB Record 0
PFI4_SBABRECORD1 0xA8C82020          SBAB Record 1
PFI4_SBABRECORD2 0xA8C82040          SBAB Record 2
PFI4_SBABRECORD3 0xA8C82060          SBAB Record 3
PFI4_SBABRECORD4 0xA8C82080          SBAB Record 4
PFI4_SBABRECORD5 0xA8C820A0          SBAB Record 5
PFI4_SBABRECORD6 0xA8C820C0          SBAB Record 6
PFI4_SBABRECORD7 0xA8C820E0          SBAB Record 7
PFI4_SBABRECORD8 0xA8C82100          SBAB Record 8
PFI4_SBABRECORD9 0xA8C82120          SBAB Record 9
PFI4_SBABRECORD10 0xA8C82140          SBAB Record 10
PFI4_SBABRECORD11 0xA8C82160          SBAB Record 11
PFI4_SBABRECORD12 0xA8C82180          SBAB Record 12
PFI4_SBABRECORD13 0xA8C821A0          SBAB Record 13
PFI4_SBABRECORD14 0xA8C821C0          SBAB Record 14
PFI4_SBABRECORD15 0xA8C821E0          SBAB Record 15
PFI4_SBABRECORD16 0xA8C82200          SBAB Record 16
PFI4_DBABRECORD0 0xA8C84000          DBAB Record 0
PFI4_DBABRECORD1 0xA8C84020          DBAB Record 1
PFI4_MBABRECORD0 0xA8C88000          MBAB Record 0
PFI4_ZBABRECORD0 0xA8C8C000          ZBAB Record 0
PFI4_ZBABRECORD1 0xA8C8C020          ZBAB Record 1
PFI4_ZBABRECORD2 0xA8C8C040          ZBAB Record 2
PFI4_ZBABRECORD3 0xA8C8C060          ZBAB Record 3
PFI5_ECCR       0xA8F80000          ECC Read Register
PFI5_ECCS       0xA8F80020          ECC Status Register
PFI5_SBABRECORD0 0xA8F82000          SBAB Record 0
PFI5_SBABRECORD1 0xA8F82020          SBAB Record 1
PFI5_SBABRECORD2 0xA8F82040          SBAB Record 2
PFI5_SBABRECORD3 0xA8F82060          SBAB Record 3
PFI5_SBABRECORD4 0xA8F82080          SBAB Record 4
PFI5_SBABRECORD5 0xA8F820A0          SBAB Record 5
PFI5_SBABRECORD6 0xA8F820C0          SBAB Record 6
PFI5_SBABRECORD7 0xA8F820E0          SBAB Record 7
PFI5_SBABRECORD8 0xA8F82100          SBAB Record 8
PFI5_SBABRECORD9 0xA8F82120          SBAB Record 9
PFI5_SBABRECORD10 0xA8F82140          SBAB Record 10
PFI5_SBABRECORD11 0xA8F82160          SBAB Record 11
PFI5_SBABRECORD12 0xA8F82180          SBAB Record 12
PFI5_SBABRECORD13 0xA8F821A0          SBAB Record 13
PFI5_SBABRECORD14 0xA8F821C0          SBAB Record 14
PFI5_SBABRECORD15 0xA8F821E0          SBAB Record 15
PFI5_SBABRECORD16 0xA8F82200          SBAB Record 16
PFI5_DBABRECORD0 0xA8F84000          DBAB Record 0
PFI5_DBABRECORD1 0xA8F84020          DBAB Record 1
PFI5_MBABRECORD0 0xA8F88000          MBAB Record 0
PFI5_ZBABRECORD0 0xA8F8C000          ZBAB Record 0
PFI5_ZBABRECORD1 0xA8F8C020          ZBAB Record 1
PFI5_ZBABRECORD2 0xA8F8C040          ZBAB Record 2
PFI5_ZBABRECORD3 0xA8F8C060          ZBAB Record 3
FCE_CLC         0xF0000000          Clock Control Register
FCE_ID          0xF0000008          Module Identification Register
FCE_CHSTS       0xF0000020          Channels Status Register
FCE_KRSTCLR     0xF00000EC          Kernel Reset Status Clear Register
FCE_KRST1       0xF00000F0          Kernel Reset Register 1
FCE_KRST0       0xF00000F4          Kernel Reset Register 0
FCE_ACCEN1      0xF00000F8          Access Enable Register 1
FCE_ACCEN0      0xF00000FC          Access Enable Register 0
FCE_IR0         0xF0000100          Input Register 0
FCE_RES0        0xF0000104          CRC Result Register 0
FCE_CFG0        0xF0000108          CRC Configuration Register 0
FCE_STS0        0xF000010C          CRC Status Register 0
FCE_LENGTH0     0xF0000110          CRC Length Register 0
FCE_CHECK0      0xF0000114          CRC Check Register 0
FCE_CRC0        0xF0000118          CRC Regsister 0
FCE_CTR0        0xF000011C          CRC Test Register 0
FCE_IR1         0xF0000120          Input Register 1
FCE_RES1        0xF0000124          CRC Result Register 1
FCE_CFG1        0xF0000128          CRC Configuration Register 1
FCE_STS1        0xF000012C          CRC Status Register 1
FCE_LENGTH1     0xF0000130          CRC Length Register 1
FCE_CHECK1      0xF0000134          CRC Check Register 1
FCE_CRC1        0xF0000138          CRC Regsister 1
FCE_CTR1        0xF000013C          CRC Test Register 1
FCE_IR2         0xF0000140          Input Register 2
FCE_RES2        0xF0000144          CRC Result Register 2
FCE_CFG2        0xF0000148          CRC Configuration Register 2
FCE_STS2        0xF000014C          CRC Status Register 2
FCE_LENGTH2     0xF0000150          CRC Length Register 2
FCE_CHECK2      0xF0000154          CRC Check Register 2
FCE_CRC2        0xF0000158          CRC Regsister 2
FCE_CTR2        0xF000015C          CRC Test Register 2
FCE_IR3         0xF0000160          Input Register 3
FCE_RES3        0xF0000164          CRC Result Register 3
FCE_CFG3        0xF0000168          CRC Configuration Register 3
FCE_STS3        0xF000016C          CRC Status Register 3
FCE_LENGTH3     0xF0000170          CRC Length Register 3
FCE_CHECK3      0xF0000174          CRC Check Register 3
FCE_CRC3        0xF0000178          CRC Regsister 3
FCE_CTR3        0xF000017C          CRC Test Register 3
FCE_IR4         0xF0000180          Input Register 4
FCE_RES4        0xF0000184          CRC Result Register 4
FCE_CFG4        0xF0000188          CRC Configuration Register 4
FCE_STS4        0xF000018C          CRC Status Register 4
FCE_LENGTH4     0xF0000190          CRC Length Register 4
FCE_CHECK4      0xF0000194          CRC Check Register 4
FCE_CRC4        0xF0000198          CRC Regsister 4
FCE_CTR4        0xF000019C          CRC Test Register 4
FCE_IR5         0xF00001A0          Input Register 5
FCE_RES5        0xF00001A4          CRC Result Register 5
FCE_CFG5        0xF00001A8          CRC Configuration Register 5
FCE_STS5        0xF00001AC          CRC Status Register 5
FCE_LENGTH5     0xF00001B0          CRC Length Register 5
FCE_CHECK5      0xF00001B4          CRC Check Register 5
FCE_CRC5        0xF00001B8          CRC Regsister 5
FCE_CTR5        0xF00001BC          CRC Test Register 5
FCE_IR6         0xF00001C0          Input Register 6
FCE_RES6        0xF00001C4          CRC Result Register 6
FCE_CFG6        0xF00001C8          CRC Configuration Register 6
FCE_STS6        0xF00001CC          CRC Status Register 6
FCE_LENGTH6     0xF00001D0          CRC Length Register 6
FCE_CHECK6      0xF00001D4          CRC Check Register 6
FCE_CRC6        0xF00001D8          CRC Regsister 6
FCE_CTR6        0xF00001DC          CRC Test Register 6
FCE_IR7         0xF00001E0          Input Register 7
FCE_RES7        0xF00001E4          CRC Result Register 7
FCE_CFG7        0xF00001E8          CRC Configuration Register 7
FCE_STS7        0xF00001EC          CRC Status Register 7
FCE_LENGTH7     0xF00001F0          CRC Length Register 7
FCE_CHECK7      0xF00001F4          CRC Check Register 7
FCE_CRC7        0xF00001F8          CRC Regsister 7
FCE_CTR7        0xF00001FC          CRC Test Register 7
CBS_JDPID       0xF0000408          Module Identification Register
CBS_OIFM        0xF000040C          OCDS Interface Mode Register
CBS_TIPR        0xF0000410          TG Input Pins Routing
CBS_TOPR        0xF0000414          TG Output Pins Routing
CBS_TOPPS       0xF0000418          TG Output Pins Pulse Stretcher
CBS_TCIP        0xF000041C          TG Capture for TG Input Pins
CBS_TRC0        0xF0000420          TG Routing for CPU0
CBS_TRC1        0xF0000424          TG Routing for CPU1
CBS_TRC2        0xF0000428          TG Routing for CPU2
CBS_TRC3        0xF000042C          TG Routing for CPU3
CBS_TRC4        0xF0000430          TG Routing for CPU4
CBS_TRC5        0xF0000434          TG Routing for CPU5
CBS_TRHSM       0xF0000438          TG Routing for HSMControl
CBS_TRMC        0xF000043C          TG Routing for MCDS Control
CBS_TLCC0       0xF0000440          TG Line Counter Control
CBS_TLCC1       0xF0000444          TG Line Counter Control
CBS_TLCV0       0xF0000450          TG Line Counter Value
CBS_TLCV1       0xF0000454          TG Line Counter Value
CBS_TRSS        0xF0000460          TG Routing for Special Signals
CBS_JTAGID      0xF0000464          JTAGDevice Identification Register
CBS_COMDATA     0xF0000468          Communication Mode Data Register
CBS_IOSR        0xF000046C          IOClientStatus and Control Register
CBS_TLS         0xF0000470          TG Line State
CBS_TCTL        0xF0000474          TG Capture for TG Lines
CBS_OEC         0xF0000478          OCDS Enable Control Register
CBS_OCNTRL      0xF000047C          OSCU Control Register
CBS_OSTATE      0xF0000480          OSCUStatus Register
CBS_INTMOD      0xF0000484          Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488          Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C          Internally Controlled Trace Destination Register
CBS_TLC         0xF0000490          TG Line Control
CBS_TL1ST       0xF0000494          TG Line 1 Suspend Targets
CBS_TLCHE       0xF0000498          TG Line Capture and Hold Enable
CBS_TLCHS       0xF000049C          TG Line Capture and Hold Clear
CBS_TRIGS       0xF00004A0          Set Trigger to Host Register
CBS_TRIGC       0xF00004A4          Clear Trigger to Host Register
CBS_TLT         0xF00004A8          TG Line Timer
CBS_TLTTH       0xF00004AC          TG Lines for Trigger to Host
CBS_TCCB        0xF00004B0          TG Capture for Cores - BRKOUT
CBS_TCCH        0xF00004B4          TG Capture for Cores - HALT
CBS_TCTGB       0xF00004B8          TG Capture for OTGB0/1
CBS_TCM         0xF00004BC          TG Capture for MCDS
CBS_TREC0       0xF00004C0          TG Routing Events of CPU0
CBS_TREC1       0xF00004C4          TG Routing Events of CPU1
CBS_TREC2       0xF00004C8          TG Routing Events of CPU2
CBS_TREC3       0xF00004CC          TG Routing Events of CPU3
CBS_TREC4       0xF00004D0          TG Routing Events of CPU4
CBS_TREC5       0xF00004D4          TG Routing Events of CPU5
CBS_TRMT        0xF00004DC          TG Routing for MCDS Triggers
CBS_TRTGB0L     0xF00004E0          TG Routing for OTGB0 Bits [7:0]
CBS_TRTGB0H     0xF00004E4          TG Routing for OTGB0 Bits [15:8]
CBS_TRTGB1L     0xF00004E8          TG Routing for OTGB1 Bits [7:0]
CBS_TRTGB1H     0xF00004EC          TG Routing for OTGB1 Bits [15:8]
CBS_IFSA        0xF00004F0          IFS Address Register
CBS_IFSC        0xF00004F4          IFS Control Register
CBS_TRIG0       0xF0000500          Trigger to Host Register 0
CBS_TRIG1       0xF0000504          Trigger to Host Register 1
CBS_TRIG2       0xF0000508          Trigger to Host Register 2
CBS_TRIG3       0xF000050C          Trigger to Host Register 3
CBS_TRIG4       0xF0000510          Trigger to Host Register 4
CBS_TRIG5       0xF0000514          Trigger to Host Register 5
CBS_ACCEN1      0xF00005F8          Access Enable Register 1
CBS_ACCEN0      0xF00005FC          Access Enable Register 0
ASCLIN0_CLC     0xF0000600          Clock Control Register
ASCLIN0_IOCR    0xF0000604          Input and Output Control Register
ASCLIN0_ID      0xF0000608          Module Identification Register
ASCLIN0_TXFIFOCON 0xF000060C          TX FIFO Configuration Register
ASCLIN0_RXFIFOCON 0xF0000610          RX FIFO Configuration Register
ASCLIN0_BITCON  0xF0000614          Bit Configuration Register
ASCLIN0_FRAMECON 0xF0000618          Frame Control Register
ASCLIN0_DATCON  0xF000061C          Data Configuration Register
ASCLIN0_BRG     0xF0000620          Baud Rate Generation Register
ASCLIN0_BRD     0xF0000624          Baud Rate Detection Register
ASCLIN0_LINCON  0xF0000628          LIN Control Register
ASCLIN0_LINBTIMER 0xF000062C          LIN Break Timer Register
ASCLIN0_LINHTIMER 0xF0000630          LIN Header Timer Register
ASCLIN0_FLAGS   0xF0000634          Flags Register
ASCLIN0_FLAGSSET 0xF0000638          Flags Set Register
ASCLIN0_FLAGSCLEAR 0xF000063C          Flags Clear Register
ASCLIN0_FLAGSENABLE 0xF0000640          Flags Enable Register
ASCLIN0_TXDATA  0xF0000644          Transmit Data Register
ASCLIN0_RXDATA  0xF0000648          Receive Data Register
ASCLIN0_CSR     0xF000064C          Clock Selection Register
ASCLIN0_RXDATAD 0xF0000650          Receive Data Debug Register
ASCLIN0_OCS     0xF00006E8          OCDS Control and Status
ASCLIN0_KRSTCLR 0xF00006EC          Kernel Reset Status Clear Register
ASCLIN0_KRST1   0xF00006F0          Kernel Reset Register 1
ASCLIN0_KRST0   0xF00006F4          Kernel Reset Register 0
ASCLIN0_ACCEN0  0xF00006FC          Access Enable Register 0
ASCLIN1_CLC     0xF0000700          Clock Control Register
ASCLIN1_IOCR    0xF0000704          Input and Output Control Register
ASCLIN1_ID      0xF0000708          Module Identification Register
ASCLIN1_TXFIFOCON 0xF000070C          TX FIFO Configuration Register
ASCLIN1_RXFIFOCON 0xF0000710          RX FIFO Configuration Register
ASCLIN1_BITCON  0xF0000714          Bit Configuration Register
ASCLIN1_FRAMECON 0xF0000718          Frame Control Register
ASCLIN1_DATCON  0xF000071C          Data Configuration Register
ASCLIN1_BRG     0xF0000720          Baud Rate Generation Register
ASCLIN1_BRD     0xF0000724          Baud Rate Detection Register
ASCLIN1_LINCON  0xF0000728          LIN Control Register
ASCLIN1_LINBTIMER 0xF000072C          LIN Break Timer Register
ASCLIN1_LINHTIMER 0xF0000730          LIN Header Timer Register
ASCLIN1_FLAGS   0xF0000734          Flags Register
ASCLIN1_FLAGSSET 0xF0000738          Flags Set Register
ASCLIN1_FLAGSCLEAR 0xF000073C          Flags Clear Register
ASCLIN1_FLAGSENABLE 0xF0000740          Flags Enable Register
ASCLIN1_TXDATA  0xF0000744          Transmit Data Register
ASCLIN1_RXDATA  0xF0000748          Receive Data Register
ASCLIN1_CSR     0xF000074C          Clock Selection Register
ASCLIN1_RXDATAD 0xF0000750          Receive Data Debug Register
ASCLIN1_OCS     0xF00007E8          OCDS Control and Status
ASCLIN1_KRSTCLR 0xF00007EC          Kernel Reset Status Clear Register
ASCLIN1_KRST1   0xF00007F0          Kernel Reset Register 1
ASCLIN1_KRST0   0xF00007F4          Kernel Reset Register 0
ASCLIN1_ACCEN0  0xF00007FC          Access Enable Register 0
ASCLIN2_CLC     0xF0000800          Clock Control Register
ASCLIN2_IOCR    0xF0000804          Input and Output Control Register
ASCLIN2_ID      0xF0000808          Module Identification Register
ASCLIN2_TXFIFOCON 0xF000080C          TX FIFO Configuration Register
ASCLIN2_RXFIFOCON 0xF0000810          RX FIFO Configuration Register
ASCLIN2_BITCON  0xF0000814          Bit Configuration Register
ASCLIN2_FRAMECON 0xF0000818          Frame Control Register
ASCLIN2_DATCON  0xF000081C          Data Configuration Register
ASCLIN2_BRG     0xF0000820          Baud Rate Generation Register
ASCLIN2_BRD     0xF0000824          Baud Rate Detection Register
ASCLIN2_LINCON  0xF0000828          LIN Control Register
ASCLIN2_LINBTIMER 0xF000082C          LIN Break Timer Register
ASCLIN2_LINHTIMER 0xF0000830          LIN Header Timer Register
ASCLIN2_FLAGS   0xF0000834          Flags Register
ASCLIN2_FLAGSSET 0xF0000838          Flags Set Register
ASCLIN2_FLAGSCLEAR 0xF000083C          Flags Clear Register
ASCLIN2_FLAGSENABLE 0xF0000840          Flags Enable Register
ASCLIN2_TXDATA  0xF0000844          Transmit Data Register
ASCLIN2_RXDATA  0xF0000848          Receive Data Register
ASCLIN2_CSR     0xF000084C          Clock Selection Register
ASCLIN2_RXDATAD 0xF0000850          Receive Data Debug Register
ASCLIN2_OCS     0xF00008E8          OCDS Control and Status
ASCLIN2_KRSTCLR 0xF00008EC          Kernel Reset Status Clear Register
ASCLIN2_KRST1   0xF00008F0          Kernel Reset Register 1
ASCLIN2_KRST0   0xF00008F4          Kernel Reset Register 0
ASCLIN2_ACCEN0  0xF00008FC          Access Enable Register 0
ASCLIN3_CLC     0xF0000900          Clock Control Register
ASCLIN3_IOCR    0xF0000904          Input and Output Control Register
ASCLIN3_ID      0xF0000908          Module Identification Register
ASCLIN3_TXFIFOCON 0xF000090C          TX FIFO Configuration Register
ASCLIN3_RXFIFOCON 0xF0000910          RX FIFO Configuration Register
ASCLIN3_BITCON  0xF0000914          Bit Configuration Register
ASCLIN3_FRAMECON 0xF0000918          Frame Control Register
ASCLIN3_DATCON  0xF000091C          Data Configuration Register
ASCLIN3_BRG     0xF0000920          Baud Rate Generation Register
ASCLIN3_BRD     0xF0000924          Baud Rate Detection Register
ASCLIN3_LINCON  0xF0000928          LIN Control Register
ASCLIN3_LINBTIMER 0xF000092C          LIN Break Timer Register
ASCLIN3_LINHTIMER 0xF0000930          LIN Header Timer Register
ASCLIN3_FLAGS   0xF0000934          Flags Register
ASCLIN3_FLAGSSET 0xF0000938          Flags Set Register
ASCLIN3_FLAGSCLEAR 0xF000093C          Flags Clear Register
ASCLIN3_FLAGSENABLE 0xF0000940          Flags Enable Register
ASCLIN3_TXDATA  0xF0000944          Transmit Data Register
ASCLIN3_RXDATA  0xF0000948          Receive Data Register
ASCLIN3_CSR     0xF000094C          Clock Selection Register
ASCLIN3_RXDATAD 0xF0000950          Receive Data Debug Register
ASCLIN3_OCS     0xF00009E8          OCDS Control and Status
ASCLIN3_KRSTCLR 0xF00009EC          Kernel Reset Status Clear Register
ASCLIN3_KRST1   0xF00009F0          Kernel Reset Register 1
ASCLIN3_KRST0   0xF00009F4          Kernel Reset Register 0
ASCLIN3_ACCEN0  0xF00009FC          Access Enable Register 0
ASCLIN4_CLC     0xF0000A00          Clock Control Register
ASCLIN4_IOCR    0xF0000A04          Input and Output Control Register
ASCLIN4_ID      0xF0000A08          Module Identification Register
ASCLIN4_TXFIFOCON 0xF0000A0C          TX FIFO Configuration Register
ASCLIN4_RXFIFOCON 0xF0000A10          RX FIFO Configuration Register
ASCLIN4_BITCON  0xF0000A14          Bit Configuration Register
ASCLIN4_FRAMECON 0xF0000A18          Frame Control Register
ASCLIN4_DATCON  0xF0000A1C          Data Configuration Register
ASCLIN4_BRG     0xF0000A20          Baud Rate Generation Register
ASCLIN4_BRD     0xF0000A24          Baud Rate Detection Register
ASCLIN4_LINCON  0xF0000A28          LIN Control Register
ASCLIN4_LINBTIMER 0xF0000A2C          LIN Break Timer Register
ASCLIN4_LINHTIMER 0xF0000A30          LIN Header Timer Register
ASCLIN4_FLAGS   0xF0000A34          Flags Register
ASCLIN4_FLAGSSET 0xF0000A38          Flags Set Register
ASCLIN4_FLAGSCLEAR 0xF0000A3C          Flags Clear Register
ASCLIN4_FLAGSENABLE 0xF0000A40          Flags Enable Register
ASCLIN4_TXDATA  0xF0000A44          Transmit Data Register
ASCLIN4_RXDATA  0xF0000A48          Receive Data Register
ASCLIN4_CSR     0xF0000A4C          Clock Selection Register
ASCLIN4_RXDATAD 0xF0000A50          Receive Data Debug Register
ASCLIN4_OCS     0xF0000AE8          OCDS Control and Status
ASCLIN4_KRSTCLR 0xF0000AEC          Kernel Reset Status Clear Register
ASCLIN4_KRST1   0xF0000AF0          Kernel Reset Register 1
ASCLIN4_KRST0   0xF0000AF4          Kernel Reset Register 0
ASCLIN4_ACCEN0  0xF0000AFC          Access Enable Register 0
ASCLIN5_CLC     0xF0000B00          Clock Control Register
ASCLIN5_IOCR    0xF0000B04          Input and Output Control Register
ASCLIN5_ID      0xF0000B08          Module Identification Register
ASCLIN5_TXFIFOCON 0xF0000B0C          TX FIFO Configuration Register
ASCLIN5_RXFIFOCON 0xF0000B10          RX FIFO Configuration Register
ASCLIN5_BITCON  0xF0000B14          Bit Configuration Register
ASCLIN5_FRAMECON 0xF0000B18          Frame Control Register
ASCLIN5_DATCON  0xF0000B1C          Data Configuration Register
ASCLIN5_BRG     0xF0000B20          Baud Rate Generation Register
ASCLIN5_BRD     0xF0000B24          Baud Rate Detection Register
ASCLIN5_LINCON  0xF0000B28          LIN Control Register
ASCLIN5_LINBTIMER 0xF0000B2C          LIN Break Timer Register
ASCLIN5_LINHTIMER 0xF0000B30          LIN Header Timer Register
ASCLIN5_FLAGS   0xF0000B34          Flags Register
ASCLIN5_FLAGSSET 0xF0000B38          Flags Set Register
ASCLIN5_FLAGSCLEAR 0xF0000B3C          Flags Clear Register
ASCLIN5_FLAGSENABLE 0xF0000B40          Flags Enable Register
ASCLIN5_TXDATA  0xF0000B44          Transmit Data Register
ASCLIN5_RXDATA  0xF0000B48          Receive Data Register
ASCLIN5_CSR     0xF0000B4C          Clock Selection Register
ASCLIN5_RXDATAD 0xF0000B50          Receive Data Debug Register
ASCLIN5_OCS     0xF0000BE8          OCDS Control and Status
ASCLIN5_KRSTCLR 0xF0000BEC          Kernel Reset Status Clear Register
ASCLIN5_KRST1   0xF0000BF0          Kernel Reset Register 1
ASCLIN5_KRST0   0xF0000BF4          Kernel Reset Register 0
ASCLIN5_ACCEN0  0xF0000BFC          Access Enable Register 0
ASCLIN6_CLC     0xF0000C00          Clock Control Register
ASCLIN6_IOCR    0xF0000C04          Input and Output Control Register
ASCLIN6_ID      0xF0000C08          Module Identification Register
ASCLIN6_TXFIFOCON 0xF0000C0C          TX FIFO Configuration Register
ASCLIN6_RXFIFOCON 0xF0000C10          RX FIFO Configuration Register
ASCLIN6_BITCON  0xF0000C14          Bit Configuration Register
ASCLIN6_FRAMECON 0xF0000C18          Frame Control Register
ASCLIN6_DATCON  0xF0000C1C          Data Configuration Register
ASCLIN6_BRG     0xF0000C20          Baud Rate Generation Register
ASCLIN6_BRD     0xF0000C24          Baud Rate Detection Register
ASCLIN6_LINCON  0xF0000C28          LIN Control Register
ASCLIN6_LINBTIMER 0xF0000C2C          LIN Break Timer Register
ASCLIN6_LINHTIMER 0xF0000C30          LIN Header Timer Register
ASCLIN6_FLAGS   0xF0000C34          Flags Register
ASCLIN6_FLAGSSET 0xF0000C38          Flags Set Register
ASCLIN6_FLAGSCLEAR 0xF0000C3C          Flags Clear Register
ASCLIN6_FLAGSENABLE 0xF0000C40          Flags Enable Register
ASCLIN6_TXDATA  0xF0000C44          Transmit Data Register
ASCLIN6_RXDATA  0xF0000C48          Receive Data Register
ASCLIN6_CSR     0xF0000C4C          Clock Selection Register
ASCLIN6_RXDATAD 0xF0000C50          Receive Data Debug Register
ASCLIN6_OCS     0xF0000CE8          OCDS Control and Status
ASCLIN6_KRSTCLR 0xF0000CEC          Kernel Reset Status Clear Register
ASCLIN6_KRST1   0xF0000CF0          Kernel Reset Register 1
ASCLIN6_KRST0   0xF0000CF4          Kernel Reset Register 0
ASCLIN6_ACCEN0  0xF0000CFC          Access Enable Register 0
ASCLIN7_CLC     0xF0000D00          Clock Control Register
ASCLIN7_IOCR    0xF0000D04          Input and Output Control Register
ASCLIN7_ID      0xF0000D08          Module Identification Register
ASCLIN7_TXFIFOCON 0xF0000D0C          TX FIFO Configuration Register
ASCLIN7_RXFIFOCON 0xF0000D10          RX FIFO Configuration Register
ASCLIN7_BITCON  0xF0000D14          Bit Configuration Register
ASCLIN7_FRAMECON 0xF0000D18          Frame Control Register
ASCLIN7_DATCON  0xF0000D1C          Data Configuration Register
ASCLIN7_BRG     0xF0000D20          Baud Rate Generation Register
ASCLIN7_BRD     0xF0000D24          Baud Rate Detection Register
ASCLIN7_LINCON  0xF0000D28          LIN Control Register
ASCLIN7_LINBTIMER 0xF0000D2C          LIN Break Timer Register
ASCLIN7_LINHTIMER 0xF0000D30          LIN Header Timer Register
ASCLIN7_FLAGS   0xF0000D34          Flags Register
ASCLIN7_FLAGSSET 0xF0000D38          Flags Set Register
ASCLIN7_FLAGSCLEAR 0xF0000D3C          Flags Clear Register
ASCLIN7_FLAGSENABLE 0xF0000D40          Flags Enable Register
ASCLIN7_TXDATA  0xF0000D44          Transmit Data Register
ASCLIN7_RXDATA  0xF0000D48          Receive Data Register
ASCLIN7_CSR     0xF0000D4C          Clock Selection Register
ASCLIN7_RXDATAD 0xF0000D50          Receive Data Debug Register
ASCLIN7_OCS     0xF0000DE8          OCDS Control and Status
ASCLIN7_KRSTCLR 0xF0000DEC          Kernel Reset Status Clear Register
ASCLIN7_KRST1   0xF0000DF0          Kernel Reset Register 1
ASCLIN7_KRST0   0xF0000DF4          Kernel Reset Register 0
ASCLIN7_ACCEN0  0xF0000DFC          Access Enable Register 0
ASCLIN8_CLC     0xF0000E00          Clock Control Register
ASCLIN8_IOCR    0xF0000E04          Input and Output Control Register
ASCLIN8_ID      0xF0000E08          Module Identification Register
ASCLIN8_TXFIFOCON 0xF0000E0C          TX FIFO Configuration Register
ASCLIN8_RXFIFOCON 0xF0000E10          RX FIFO Configuration Register
ASCLIN8_BITCON  0xF0000E14          Bit Configuration Register
ASCLIN8_FRAMECON 0xF0000E18          Frame Control Register
ASCLIN8_DATCON  0xF0000E1C          Data Configuration Register
ASCLIN8_BRG     0xF0000E20          Baud Rate Generation Register
ASCLIN8_BRD     0xF0000E24          Baud Rate Detection Register
ASCLIN8_LINCON  0xF0000E28          LIN Control Register
ASCLIN8_LINBTIMER 0xF0000E2C          LIN Break Timer Register
ASCLIN8_LINHTIMER 0xF0000E30          LIN Header Timer Register
ASCLIN8_FLAGS   0xF0000E34          Flags Register
ASCLIN8_FLAGSSET 0xF0000E38          Flags Set Register
ASCLIN8_FLAGSCLEAR 0xF0000E3C          Flags Clear Register
ASCLIN8_FLAGSENABLE 0xF0000E40          Flags Enable Register
ASCLIN8_TXDATA  0xF0000E44          Transmit Data Register
ASCLIN8_RXDATA  0xF0000E48          Receive Data Register
ASCLIN8_CSR     0xF0000E4C          Clock Selection Register
ASCLIN8_RXDATAD 0xF0000E50          Receive Data Debug Register
ASCLIN8_OCS     0xF0000EE8          OCDS Control and Status
ASCLIN8_KRSTCLR 0xF0000EEC          Kernel Reset Status Clear Register
ASCLIN8_KRST1   0xF0000EF0          Kernel Reset Register 1
ASCLIN8_KRST0   0xF0000EF4          Kernel Reset Register 0
ASCLIN8_ACCEN0  0xF0000EFC          Access Enable Register 0
ASCLIN9_CLC     0xF0000F00          Clock Control Register
ASCLIN9_IOCR    0xF0000F04          Input and Output Control Register
ASCLIN9_ID      0xF0000F08          Module Identification Register
ASCLIN9_TXFIFOCON 0xF0000F0C          TX FIFO Configuration Register
ASCLIN9_RXFIFOCON 0xF0000F10          RX FIFO Configuration Register
ASCLIN9_BITCON  0xF0000F14          Bit Configuration Register
ASCLIN9_FRAMECON 0xF0000F18          Frame Control Register
ASCLIN9_DATCON  0xF0000F1C          Data Configuration Register
ASCLIN9_BRG     0xF0000F20          Baud Rate Generation Register
ASCLIN9_BRD     0xF0000F24          Baud Rate Detection Register
ASCLIN9_LINCON  0xF0000F28          LIN Control Register
ASCLIN9_LINBTIMER 0xF0000F2C          LIN Break Timer Register
ASCLIN9_LINHTIMER 0xF0000F30          LIN Header Timer Register
ASCLIN9_FLAGS   0xF0000F34          Flags Register
ASCLIN9_FLAGSSET 0xF0000F38          Flags Set Register
ASCLIN9_FLAGSCLEAR 0xF0000F3C          Flags Clear Register
ASCLIN9_FLAGSENABLE 0xF0000F40          Flags Enable Register
ASCLIN9_TXDATA  0xF0000F44          Transmit Data Register
ASCLIN9_RXDATA  0xF0000F48          Receive Data Register
ASCLIN9_CSR     0xF0000F4C          Clock Selection Register
ASCLIN9_RXDATAD 0xF0000F50          Receive Data Debug Register
ASCLIN9_OCS     0xF0000FE8          OCDS Control and Status
ASCLIN9_KRSTCLR 0xF0000FEC          Kernel Reset Status Clear Register
ASCLIN9_KRST1   0xF0000FF0          Kernel Reset Register 1
ASCLIN9_KRST0   0xF0000FF4          Kernel Reset Register 0
ASCLIN9_ACCEN0  0xF0000FFC          Access Enable Register 0
STM0_CLC        0xF0001000          Clock Control Register
STM0_ID         0xF0001008          Module Identification Register
STM0_TIM0       0xF0001010          Timer Register 0
STM0_TIM1       0xF0001014          Timer Register 1
STM0_TIM2       0xF0001018          Timer Register 2
STM0_TIM3       0xF000101C          Timer Register 3
STM0_TIM4       0xF0001020          Timer Register 4
STM0_TIM5       0xF0001024          Timer Register 5
STM0_TIM6       0xF0001028          Timer Register 6
STM0_CAP        0xF000102C          Timer Capture Register
STM0_CMP0       0xF0001030          Compare Register 0
STM0_CMP1       0xF0001034          Compare Register 1
STM0_CMCON      0xF0001038          Compare Match Control Register
STM0_ICR        0xF000103C          Interrupt Control Register
STM0_ISCR       0xF0001040          Interrupt Set/Clear Register
STM0_TIM0SV     0xF0001050          Timer Register 0 Second View
STM0_CAPSV      0xF0001054          Timer Capture Register Second View
STM0_OCS        0xF00010E8          OCDS Control and Status Register
STM0_KRSTCLR    0xF00010EC          Kernel Reset Status Clear Register
STM0_KRST1      0xF00010F0          Kernel Reset Register 1
STM0_KRST0      0xF00010F4          Kernel Reset Register 0
STM0_ACCEN1     0xF00010F8          Access Enable Register 1
STM0_ACCEN0     0xF00010FC          Access Enable Register 0
STM1_CLC        0xF0001100          Clock Control Register
STM1_ID         0xF0001108          Module Identification Register
STM1_TIM0       0xF0001110          Timer Register 0
STM1_TIM1       0xF0001114          Timer Register 1
STM1_TIM2       0xF0001118          Timer Register 2
STM1_TIM3       0xF000111C          Timer Register 3
STM1_TIM4       0xF0001120          Timer Register 4
STM1_TIM5       0xF0001124          Timer Register 5
STM1_TIM6       0xF0001128          Timer Register 6
STM1_CAP        0xF000112C          Timer Capture Register
STM1_CMP0       0xF0001130          Compare Register 0
STM1_CMP1       0xF0001134          Compare Register 1
STM1_CMCON      0xF0001138          Compare Match Control Register
STM1_ICR        0xF000113C          Interrupt Control Register
STM1_ISCR       0xF0001140          Interrupt Set/Clear Register
STM1_TIM0SV     0xF0001150          Timer Register 0 Second View
STM1_CAPSV      0xF0001154          Timer Capture Register Second View
STM1_OCS        0xF00011E8          OCDS Control and Status Register
STM1_KRSTCLR    0xF00011EC          Kernel Reset Status Clear Register
STM1_KRST1      0xF00011F0          Kernel Reset Register 1
STM1_KRST0      0xF00011F4          Kernel Reset Register 0
STM1_ACCEN1     0xF00011F8          Access Enable Register 1
STM1_ACCEN0     0xF00011FC          Access Enable Register 0
STM2_CLC        0xF0001200          Clock Control Register
STM2_ID         0xF0001208          Module Identification Register
STM2_TIM0       0xF0001210          Timer Register 0
STM2_TIM1       0xF0001214          Timer Register 1
STM2_TIM2       0xF0001218          Timer Register 2
STM2_TIM3       0xF000121C          Timer Register 3
STM2_TIM4       0xF0001220          Timer Register 4
STM2_TIM5       0xF0001224          Timer Register 5
STM2_TIM6       0xF0001228          Timer Register 6
STM2_CAP        0xF000122C          Timer Capture Register
STM2_CMP0       0xF0001230          Compare Register 0
STM2_CMP1       0xF0001234          Compare Register 1
STM2_CMCON      0xF0001238          Compare Match Control Register
STM2_ICR        0xF000123C          Interrupt Control Register
STM2_ISCR       0xF0001240          Interrupt Set/Clear Register
STM2_TIM0SV     0xF0001250          Timer Register 0 Second View
STM2_CAPSV      0xF0001254          Timer Capture Register Second View
STM2_OCS        0xF00012E8          OCDS Control and Status Register
STM2_KRSTCLR    0xF00012EC          Kernel Reset Status Clear Register
STM2_KRST1      0xF00012F0          Kernel Reset Register 1
STM2_KRST0      0xF00012F4          Kernel Reset Register 0
STM2_ACCEN1     0xF00012F8          Access Enable Register 1
STM2_ACCEN0     0xF00012FC          Access Enable Register 0
STM3_CLC        0xF0001300          Clock Control Register
STM3_ID         0xF0001308          Module Identification Register
STM3_TIM0       0xF0001310          Timer Register 0
STM3_TIM1       0xF0001314          Timer Register 1
STM3_TIM2       0xF0001318          Timer Register 2
STM3_TIM3       0xF000131C          Timer Register 3
STM3_TIM4       0xF0001320          Timer Register 4
STM3_TIM5       0xF0001324          Timer Register 5
STM3_TIM6       0xF0001328          Timer Register 6
STM3_CAP        0xF000132C          Timer Capture Register
STM3_CMP0       0xF0001330          Compare Register 0
STM3_CMP1       0xF0001334          Compare Register 1
STM3_CMCON      0xF0001338          Compare Match Control Register
STM3_ICR        0xF000133C          Interrupt Control Register
STM3_ISCR       0xF0001340          Interrupt Set/Clear Register
STM3_TIM0SV     0xF0001350          Timer Register 0 Second View
STM3_CAPSV      0xF0001354          Timer Capture Register Second View
STM3_OCS        0xF00013E8          OCDS Control and Status Register
STM3_KRSTCLR    0xF00013EC          Kernel Reset Status Clear Register
STM3_KRST1      0xF00013F0          Kernel Reset Register 1
STM3_KRST0      0xF00013F4          Kernel Reset Register 0
STM3_ACCEN1     0xF00013F8          Access Enable Register 1
STM3_ACCEN0     0xF00013FC          Access Enable Register 0
STM4_CLC        0xF0001400          Clock Control Register
STM4_ID         0xF0001408          Module Identification Register
STM4_TIM0       0xF0001410          Timer Register 0
STM4_TIM1       0xF0001414          Timer Register 1
STM4_TIM2       0xF0001418          Timer Register 2
STM4_TIM3       0xF000141C          Timer Register 3
STM4_TIM4       0xF0001420          Timer Register 4
STM4_TIM5       0xF0001424          Timer Register 5
STM4_TIM6       0xF0001428          Timer Register 6
STM4_CAP        0xF000142C          Timer Capture Register
STM4_CMP0       0xF0001430          Compare Register 0
STM4_CMP1       0xF0001434          Compare Register 1
STM4_CMCON      0xF0001438          Compare Match Control Register
STM4_ICR        0xF000143C          Interrupt Control Register
STM4_ISCR       0xF0001440          Interrupt Set/Clear Register
STM4_TIM0SV     0xF0001450          Timer Register 0 Second View
STM4_CAPSV      0xF0001454          Timer Capture Register Second View
STM4_OCS        0xF00014E8          OCDS Control and Status Register
STM4_KRSTCLR    0xF00014EC          Kernel Reset Status Clear Register
STM4_KRST1      0xF00014F0          Kernel Reset Register 1
STM4_KRST0      0xF00014F4          Kernel Reset Register 0
STM4_ACCEN1     0xF00014F8          Access Enable Register 1
STM4_ACCEN0     0xF00014FC          Access Enable Register 0
STM5_CLC        0xF0001500          Clock Control Register
STM5_ID         0xF0001508          Module Identification Register
STM5_TIM0       0xF0001510          Timer Register 0
STM5_TIM1       0xF0001514          Timer Register 1
STM5_TIM2       0xF0001518          Timer Register 2
STM5_TIM3       0xF000151C          Timer Register 3
STM5_TIM4       0xF0001520          Timer Register 4
STM5_TIM5       0xF0001524          Timer Register 5
STM5_TIM6       0xF0001528          Timer Register 6
STM5_CAP        0xF000152C          Timer Capture Register
STM5_CMP0       0xF0001530          Compare Register 0
STM5_CMP1       0xF0001534          Compare Register 1
STM5_CMCON      0xF0001538          Compare Match Control Register
STM5_ICR        0xF000153C          Interrupt Control Register
STM5_ISCR       0xF0001540          Interrupt Set/Clear Register
STM5_TIM0SV     0xF0001550          Timer Register 0 Second View
STM5_CAPSV      0xF0001554          Timer Capture Register Second View
STM5_OCS        0xF00015E8          OCDS Control and Status Register
STM5_KRSTCLR    0xF00015EC          Kernel Reset Status Clear Register
STM5_KRST1      0xF00015F0          Kernel Reset Register 1
STM5_KRST0      0xF00015F4          Kernel Reset Register 0
STM5_ACCEN1     0xF00015F8          Access Enable Register 1
STM5_ACCEN0     0xF00015FC          Access Enable Register 0
GPT120_CLC      0xF0001800          Clock Control Register
GPT120_PISEL    0xF0001804          Port Input Select Register
GPT120_ID       0xF0001808          Identification Register
GPT120_T2CON    0xF0001810          Timer T2 Control Register
GPT120_T3CON    0xF0001814          Timer T3 Control Register
GPT120_T4CON    0xF0001818          Timer T4 Control Register
GPT120_T5CON    0xF000181C          Timer T5 Control Register
GPT120_T6CON    0xF0001820          Timer T6 Control Register
GPT120_CAPREL   0xF0001830          Capture and Reload Register
GPT120_T2       0xF0001834          Timer T2 Register
GPT120_T3       0xF0001838          Timer T3 Register
GPT120_T4       0xF000183C          Timer T4 Register
GPT120_T5       0xF0001840          Timer T5 Register
GPT120_T6       0xF0001844          Timer T6 Register
GPT120_OCS      0xF00018E8          OCDS Control and Status Register
GPT120_KRSTCLR  0xF00018EC          Kernel Reset Status Clear Register
GPT120_KRST1    0xF00018F0          Kernel Reset Register 1
GPT120_KRST0    0xF00018F4          Kernel Reset Register 0
GPT120_ACCEN0   0xF00018FC          Access Enable Register 0
QSPI0_CLC       0xF0001C00          Clock Control Register
QSPI0_PISEL     0xF0001C04          Port Input Select Register
QSPI0_ID        0xF0001C08          Module Identification Register
QSPI0_GLOBALCON 0xF0001C10          Global Configuration Register
QSPI0_GLOBALCON1 0xF0001C14          Global Configuration Register 1
QSPI0_BACON     0xF0001C18          Basic Configuration Register
QSPI0_ECON0     0xF0001C20          Configuration Extension 0
QSPI0_ECON1     0xF0001C24          Configuration Extension 1
QSPI0_ECON2     0xF0001C28          Configuration Extension 2
QSPI0_ECON3     0xF0001C2C          Configuration Extension 3
QSPI0_ECON4     0xF0001C30          Configuration Extension 4
QSPI0_ECON5     0xF0001C34          Configuration Extension 5
QSPI0_ECON6     0xF0001C38          Configuration Extension 6
QSPI0_ECON7     0xF0001C3C          Configuration Extension 7
QSPI0_STATUS    0xF0001C40          Status Register
QSPI0_STATUS1   0xF0001C44          Status Register 1
QSPI0_SSOC      0xF0001C48          Slave Select Output Control Register
QSPI0_FLAGSCLEAR 0xF0001C54          Flags Clear Register
QSPI0_XXLCON    0xF0001C58          Extra Large Data Configuration Register
QSPI0_MIXENTRY  0xF0001C5C          MIX_ENTRY Register
QSPI0_BACONENTRY 0xF0001C60          BACON_ENTRY Register
QSPI0_DATAENTRY0 0xF0001C64          DATA_ENTRY Register 0
QSPI0_DATAENTRY1 0xF0001C68          DATA_ENTRY Register 1
QSPI0_DATAENTRY2 0xF0001C6C          DATA_ENTRY Register 2
QSPI0_DATAENTRY3 0xF0001C70          DATA_ENTRY Register 3
QSPI0_DATAENTRY4 0xF0001C74          DATA_ENTRY Register 4
QSPI0_DATAENTRY5 0xF0001C78          DATA_ENTRY Register 5
QSPI0_DATAENTRY6 0xF0001C7C          DATA_ENTRY Register 6
QSPI0_DATAENTRY7 0xF0001C80          DATA_ENTRY Register 7
QSPI0_RXEXIT    0xF0001C90          RX_EXIT Register
QSPI0_RXEXITD   0xF0001C94          RX_EXIT Debug Register
QSPI0_MC        0xF0001CA4          Move Counter Register
QSPI0_MCCON     0xF0001CA8          Move Counter control Register
QSPI0_OCS       0xF0001CE8          OCDS Control and Status
QSPI0_KRSTCLR   0xF0001CEC          Kernel Reset Status Clear Register
QSPI0_KRST1     0xF0001CF0          Kernel Reset Register 1
QSPI0_KRST0     0xF0001CF4          Kernel Reset Register 0
QSPI0_ACCEN1    0xF0001CF8          Access Enable Register 1
QSPI0_ACCEN0    0xF0001CFC          Access Enable Register 0
QSPI1_CLC       0xF0001D00          Clock Control Register
QSPI1_PISEL     0xF0001D04          Port Input Select Register
QSPI1_ID        0xF0001D08          Module Identification Register
QSPI1_GLOBALCON 0xF0001D10          Global Configuration Register
QSPI1_GLOBALCON1 0xF0001D14          Global Configuration Register 1
QSPI1_BACON     0xF0001D18          Basic Configuration Register
QSPI1_ECON0     0xF0001D20          Configuration Extension 0
QSPI1_ECON1     0xF0001D24          Configuration Extension 1
QSPI1_ECON2     0xF0001D28          Configuration Extension 2
QSPI1_ECON3     0xF0001D2C          Configuration Extension 3
QSPI1_ECON4     0xF0001D30          Configuration Extension 4
QSPI1_ECON5     0xF0001D34          Configuration Extension 5
QSPI1_ECON6     0xF0001D38          Configuration Extension 6
QSPI1_ECON7     0xF0001D3C          Configuration Extension 7
QSPI1_STATUS    0xF0001D40          Status Register
QSPI1_STATUS1   0xF0001D44          Status Register 1
QSPI1_SSOC      0xF0001D48          Slave Select Output Control Register
QSPI1_FLAGSCLEAR 0xF0001D54          Flags Clear Register
QSPI1_XXLCON    0xF0001D58          Extra Large Data Configuration Register
QSPI1_MIXENTRY  0xF0001D5C          MIX_ENTRY Register
QSPI1_BACONENTRY 0xF0001D60          BACON_ENTRY Register
QSPI1_DATAENTRY0 0xF0001D64          DATA_ENTRY Register 0
QSPI1_DATAENTRY1 0xF0001D68          DATA_ENTRY Register 1
QSPI1_DATAENTRY2 0xF0001D6C          DATA_ENTRY Register 2
QSPI1_DATAENTRY3 0xF0001D70          DATA_ENTRY Register 3
QSPI1_DATAENTRY4 0xF0001D74          DATA_ENTRY Register 4
QSPI1_DATAENTRY5 0xF0001D78          DATA_ENTRY Register 5
QSPI1_DATAENTRY6 0xF0001D7C          DATA_ENTRY Register 6
QSPI1_DATAENTRY7 0xF0001D80          DATA_ENTRY Register 7
QSPI1_RXEXIT    0xF0001D90          RX_EXIT Register
QSPI1_RXEXITD   0xF0001D94          RX_EXIT Debug Register
QSPI1_MC        0xF0001DA4          Move Counter Register
QSPI1_MCCON     0xF0001DA8          Move Counter control Register
QSPI1_OCS       0xF0001DE8          OCDS Control and Status
QSPI1_KRSTCLR   0xF0001DEC          Kernel Reset Status Clear Register
QSPI1_KRST1     0xF0001DF0          Kernel Reset Register 1
QSPI1_KRST0     0xF0001DF4          Kernel Reset Register 0
QSPI1_ACCEN1    0xF0001DF8          Access Enable Register 1
QSPI1_ACCEN0    0xF0001DFC          Access Enable Register 0
QSPI2_CLC       0xF0001E00          Clock Control Register
QSPI2_PISEL     0xF0001E04          Port Input Select Register
QSPI2_ID        0xF0001E08          Module Identification Register
QSPI2_GLOBALCON 0xF0001E10          Global Configuration Register
QSPI2_GLOBALCON1 0xF0001E14          Global Configuration Register 1
QSPI2_BACON     0xF0001E18          Basic Configuration Register
QSPI2_ECON0     0xF0001E20          Configuration Extension 0
QSPI2_ECON1     0xF0001E24          Configuration Extension 1
QSPI2_ECON2     0xF0001E28          Configuration Extension 2
QSPI2_ECON3     0xF0001E2C          Configuration Extension 3
QSPI2_ECON4     0xF0001E30          Configuration Extension 4
QSPI2_ECON5     0xF0001E34          Configuration Extension 5
QSPI2_ECON6     0xF0001E38          Configuration Extension 6
QSPI2_ECON7     0xF0001E3C          Configuration Extension 7
QSPI2_STATUS    0xF0001E40          Status Register
QSPI2_STATUS1   0xF0001E44          Status Register 1
QSPI2_SSOC      0xF0001E48          Slave Select Output Control Register
QSPI2_FLAGSCLEAR 0xF0001E54          Flags Clear Register
QSPI2_XXLCON    0xF0001E58          Extra Large Data Configuration Register
QSPI2_MIXENTRY  0xF0001E5C          MIX_ENTRY Register
QSPI2_BACONENTRY 0xF0001E60          BACON_ENTRY Register
QSPI2_DATAENTRY0 0xF0001E64          DATA_ENTRY Register 0
QSPI2_DATAENTRY1 0xF0001E68          DATA_ENTRY Register 1
QSPI2_DATAENTRY2 0xF0001E6C          DATA_ENTRY Register 2
QSPI2_DATAENTRY3 0xF0001E70          DATA_ENTRY Register 3
QSPI2_DATAENTRY4 0xF0001E74          DATA_ENTRY Register 4
QSPI2_DATAENTRY5 0xF0001E78          DATA_ENTRY Register 5
QSPI2_DATAENTRY6 0xF0001E7C          DATA_ENTRY Register 6
QSPI2_DATAENTRY7 0xF0001E80          DATA_ENTRY Register 7
QSPI2_RXEXIT    0xF0001E90          RX_EXIT Register
QSPI2_RXEXITD   0xF0001E94          RX_EXIT Debug Register
QSPI2_CAPCON    0xF0001EA0          Capture Control Register
QSPI2_MC        0xF0001EA4          Move Counter Register
QSPI2_MCCON     0xF0001EA8          Move Counter control Register
QSPI2_OCS       0xF0001EE8          OCDS Control and Status
QSPI2_KRSTCLR   0xF0001EEC          Kernel Reset Status Clear Register
QSPI2_KRST1     0xF0001EF0          Kernel Reset Register 1
QSPI2_KRST0     0xF0001EF4          Kernel Reset Register 0
QSPI2_ACCEN1    0xF0001EF8          Access Enable Register 1
QSPI2_ACCEN0    0xF0001EFC          Access Enable Register 0
QSPI3_CLC       0xF0001F00          Clock Control Register
QSPI3_PISEL     0xF0001F04          Port Input Select Register
QSPI3_ID        0xF0001F08          Module Identification Register
QSPI3_GLOBALCON 0xF0001F10          Global Configuration Register
QSPI3_GLOBALCON1 0xF0001F14          Global Configuration Register 1
QSPI3_BACON     0xF0001F18          Basic Configuration Register
QSPI3_ECON0     0xF0001F20          Configuration Extension 0
QSPI3_ECON1     0xF0001F24          Configuration Extension 1
QSPI3_ECON2     0xF0001F28          Configuration Extension 2
QSPI3_ECON3     0xF0001F2C          Configuration Extension 3
QSPI3_ECON4     0xF0001F30          Configuration Extension 4
QSPI3_ECON5     0xF0001F34          Configuration Extension 5
QSPI3_ECON6     0xF0001F38          Configuration Extension 6
QSPI3_ECON7     0xF0001F3C          Configuration Extension 7
QSPI3_STATUS    0xF0001F40          Status Register
QSPI3_STATUS1   0xF0001F44          Status Register 1
QSPI3_SSOC      0xF0001F48          Slave Select Output Control Register
QSPI3_FLAGSCLEAR 0xF0001F54          Flags Clear Register
QSPI3_XXLCON    0xF0001F58          Extra Large Data Configuration Register
QSPI3_MIXENTRY  0xF0001F5C          MIX_ENTRY Register
QSPI3_BACONENTRY 0xF0001F60          BACON_ENTRY Register
QSPI3_DATAENTRY0 0xF0001F64          DATA_ENTRY Register 0
QSPI3_DATAENTRY1 0xF0001F68          DATA_ENTRY Register 1
QSPI3_DATAENTRY2 0xF0001F6C          DATA_ENTRY Register 2
QSPI3_DATAENTRY3 0xF0001F70          DATA_ENTRY Register 3
QSPI3_DATAENTRY4 0xF0001F74          DATA_ENTRY Register 4
QSPI3_DATAENTRY5 0xF0001F78          DATA_ENTRY Register 5
QSPI3_DATAENTRY6 0xF0001F7C          DATA_ENTRY Register 6
QSPI3_DATAENTRY7 0xF0001F80          DATA_ENTRY Register 7
QSPI3_RXEXIT    0xF0001F90          RX_EXIT Register
QSPI3_RXEXITD   0xF0001F94          RX_EXIT Debug Register
QSPI3_CAPCON    0xF0001FA0          Capture Control Register
QSPI3_MC        0xF0001FA4          Move Counter Register
QSPI3_MCCON     0xF0001FA8          Move Counter control Register
QSPI3_OCS       0xF0001FE8          OCDS Control and Status
QSPI3_KRSTCLR   0xF0001FEC          Kernel Reset Status Clear Register
QSPI3_KRST1     0xF0001FF0          Kernel Reset Register 1
QSPI3_KRST0     0xF0001FF4          Kernel Reset Register 0
QSPI3_ACCEN1    0xF0001FF8          Access Enable Register 1
QSPI3_ACCEN0    0xF0001FFC          Access Enable Register 0
QSPI4_CLC       0xF0002000          Clock Control Register
QSPI4_PISEL     0xF0002004          Port Input Select Register
QSPI4_ID        0xF0002008          Module Identification Register
QSPI4_GLOBALCON 0xF0002010          Global Configuration Register
QSPI4_GLOBALCON1 0xF0002014          Global Configuration Register 1
QSPI4_BACON     0xF0002018          Basic Configuration Register
QSPI4_ECON0     0xF0002020          Configuration Extension 0
QSPI4_ECON1     0xF0002024          Configuration Extension 1
QSPI4_ECON2     0xF0002028          Configuration Extension 2
QSPI4_ECON3     0xF000202C          Configuration Extension 3
QSPI4_ECON4     0xF0002030          Configuration Extension 4
QSPI4_ECON5     0xF0002034          Configuration Extension 5
QSPI4_ECON6     0xF0002038          Configuration Extension 6
QSPI4_ECON7     0xF000203C          Configuration Extension 7
QSPI4_STATUS    0xF0002040          Status Register
QSPI4_STATUS1   0xF0002044          Status Register 1
QSPI4_SSOC      0xF0002048          Slave Select Output Control Register
QSPI4_FLAGSCLEAR 0xF0002054          Flags Clear Register
QSPI4_XXLCON    0xF0002058          Extra Large Data Configuration Register
QSPI4_MIXENTRY  0xF000205C          MIX_ENTRY Register
QSPI4_BACONENTRY 0xF0002060          BACON_ENTRY Register
QSPI4_DATAENTRY0 0xF0002064          DATA_ENTRY Register 0
QSPI4_DATAENTRY1 0xF0002068          DATA_ENTRY Register 1
QSPI4_DATAENTRY2 0xF000206C          DATA_ENTRY Register 2
QSPI4_DATAENTRY3 0xF0002070          DATA_ENTRY Register 3
QSPI4_DATAENTRY4 0xF0002074          DATA_ENTRY Register 4
QSPI4_DATAENTRY5 0xF0002078          DATA_ENTRY Register 5
QSPI4_DATAENTRY6 0xF000207C          DATA_ENTRY Register 6
QSPI4_DATAENTRY7 0xF0002080          DATA_ENTRY Register 7
QSPI4_RXEXIT    0xF0002090          RX_EXIT Register
QSPI4_RXEXITD   0xF0002094          RX_EXIT Debug Register
QSPI4_MC        0xF00020A4          Move Counter Register
QSPI4_MCCON     0xF00020A8          Move Counter control Register
QSPI4_OCS       0xF00020E8          OCDS Control and Status
QSPI4_KRSTCLR   0xF00020EC          Kernel Reset Status Clear Register
QSPI4_KRST1     0xF00020F0          Kernel Reset Register 1
QSPI4_KRST0     0xF00020F4          Kernel Reset Register 0
QSPI4_ACCEN1    0xF00020F8          Access Enable Register 1
QSPI4_ACCEN0    0xF00020FC          Access Enable Register 0
QSPI5_CLC       0xF0002100          Clock Control Register
QSPI5_PISEL     0xF0002104          Port Input Select Register
QSPI5_ID        0xF0002108          Module Identification Register
QSPI5_GLOBALCON 0xF0002110          Global Configuration Register
QSPI5_GLOBALCON1 0xF0002114          Global Configuration Register 1
QSPI5_BACON     0xF0002118          Basic Configuration Register
QSPI5_ECON0     0xF0002120          Configuration Extension 0
QSPI5_ECON1     0xF0002124          Configuration Extension 1
QSPI5_ECON2     0xF0002128          Configuration Extension 2
QSPI5_ECON3     0xF000212C          Configuration Extension 3
QSPI5_ECON4     0xF0002130          Configuration Extension 4
QSPI5_ECON5     0xF0002134          Configuration Extension 5
QSPI5_ECON6     0xF0002138          Configuration Extension 6
QSPI5_ECON7     0xF000213C          Configuration Extension 7
QSPI5_STATUS    0xF0002140          Status Register
QSPI5_STATUS1   0xF0002144          Status Register 1
QSPI5_SSOC      0xF0002148          Slave Select Output Control Register
QSPI5_FLAGSCLEAR 0xF0002154          Flags Clear Register
QSPI5_XXLCON    0xF0002158          Extra Large Data Configuration Register
QSPI5_MIXENTRY  0xF000215C          MIX_ENTRY Register
QSPI5_BACONENTRY 0xF0002160          BACON_ENTRY Register
QSPI5_DATAENTRY0 0xF0002164          DATA_ENTRY Register 0
QSPI5_DATAENTRY1 0xF0002168          DATA_ENTRY Register 1
QSPI5_DATAENTRY2 0xF000216C          DATA_ENTRY Register 2
QSPI5_DATAENTRY3 0xF0002170          DATA_ENTRY Register 3
QSPI5_DATAENTRY4 0xF0002174          DATA_ENTRY Register 4
QSPI5_DATAENTRY5 0xF0002178          DATA_ENTRY Register 5
QSPI5_DATAENTRY6 0xF000217C          DATA_ENTRY Register 6
QSPI5_DATAENTRY7 0xF0002180          DATA_ENTRY Register 7
QSPI5_RXEXIT    0xF0002190          RX_EXIT Register
QSPI5_RXEXITD   0xF0002194          RX_EXIT Debug Register
QSPI5_MC        0xF00021A4          Move Counter Register
QSPI5_MCCON     0xF00021A8          Move Counter control Register
QSPI5_OCS       0xF00021E8          OCDS Control and Status
QSPI5_KRSTCLR   0xF00021EC          Kernel Reset Status Clear Register
QSPI5_KRST1     0xF00021F0          Kernel Reset Register 1
QSPI5_KRST0     0xF00021F4          Kernel Reset Register 0
QSPI5_ACCEN1    0xF00021F8          Access Enable Register 1
QSPI5_ACCEN0    0xF00021FC          Access Enable Register 0
MSC0_CLC        0xF0002600          Clock Control Register
MSC0_ID         0xF0002608          Module Identification Register
MSC0_FDR        0xF000260C          Fractional Divider Register
MSC0_USR        0xF0002610          Upstream Status Register
MSC0_DSC        0xF0002614          Downstream Control Register
MSC0_DSS        0xF0002618          Downstream Status Register
MSC0_DD         0xF000261C          Downstream Data Register
MSC0_DC         0xF0002620          Downstream Command Register
MSC0_DSDSL      0xF0002624          Downstream Select Data Source Low Register
MSC0_DSDSH      0xF0002628          Downstream Select Data Source High Register
MSC0_ESR        0xF000262C          Emergency Stop Register
MSC0_UD0        0xF0002630          Upstream Data Register 0
MSC0_UD1        0xF0002634          Upstream Data Register 1
MSC0_UD2        0xF0002638          Upstream Data Register 2
MSC0_UD3        0xF000263C          Upstream Data Register 3
MSC0_ICR        0xF0002640          Interrupt Control Register
MSC0_ISR        0xF0002644          Interrupt Status Register
MSC0_ISC        0xF0002648          Interrupt Set Clear Register
MSC0_OCR        0xF000264C          Output Control Register
MSC0_DSCE       0xF0002658          Downstream Control Enhanced Register 1
MSC0_USCE       0xF000265C          Upstream Control Enhanced Register 1
MSC0_DSDSLE     0xF0002660          Downstream Select Data Source Low Extension Register
MSC0_DSDSHE     0xF0002664          Downstream Select Data Source High Extension Register
MSC0_ESRE       0xF0002668          Emergency Stop Extension Register
MSC0_DSTE       0xF000266C          Downstream Timing Extension Register
MSC0_DDM        0xF0002670          Downstream Data Mirror Register
MSC0_DDE        0xF0002674          Downstream Data Extension Register
MSC0_DCM        0xF0002678          Downstream Command Mirror Register
MSC0_DCE        0xF000267C          Downstream Command Extension Register
MSC0_ABC        0xF0002680          Asynchronous Block Configuration Register
MSC0_OCS        0xF00026E8          OCDS Control and Status
MSC0_KRSTCLR    0xF00026EC          Kernel Reset Status Clear Register
MSC0_KRST1      0xF00026F0          Kernel Reset Register 1
MSC0_KRST0      0xF00026F4          Kernel Reset Register 0
MSC0_ACCEN1     0xF00026F8          Access Enable Register 1
MSC0_ACCEN0     0xF00026FC          Access Enable Register 0
MSC1_CLC        0xF0002700          Clock Control Register
MSC1_ID         0xF0002708          Module Identification Register
MSC1_FDR        0xF000270C          Fractional Divider Register
MSC1_USR        0xF0002710          Upstream Status Register
MSC1_DSC        0xF0002714          Downstream Control Register
MSC1_DSS        0xF0002718          Downstream Status Register
MSC1_DD         0xF000271C          Downstream Data Register
MSC1_DC         0xF0002720          Downstream Command Register
MSC1_DSDSL      0xF0002724          Downstream Select Data Source Low Register
MSC1_DSDSH      0xF0002728          Downstream Select Data Source High Register
MSC1_ESR        0xF000272C          Emergency Stop Register
MSC1_UD0        0xF0002730          Upstream Data Register 0
MSC1_UD1        0xF0002734          Upstream Data Register 1
MSC1_UD2        0xF0002738          Upstream Data Register 2
MSC1_UD3        0xF000273C          Upstream Data Register 3
MSC1_ICR        0xF0002740          Interrupt Control Register
MSC1_ISR        0xF0002744          Interrupt Status Register
MSC1_ISC        0xF0002748          Interrupt Set Clear Register
MSC1_OCR        0xF000274C          Output Control Register
MSC1_DSCE       0xF0002758          Downstream Control Enhanced Register 1
MSC1_USCE       0xF000275C          Upstream Control Enhanced Register 1
MSC1_DSDSLE     0xF0002760          Downstream Select Data Source Low Extension Register
MSC1_DSDSHE     0xF0002764          Downstream Select Data Source High Extension Register
MSC1_ESRE       0xF0002768          Emergency Stop Extension Register
MSC1_DSTE       0xF000276C          Downstream Timing Extension Register
MSC1_DDM        0xF0002770          Downstream Data Mirror Register
MSC1_DDE        0xF0002774          Downstream Data Extension Register
MSC1_DCM        0xF0002778          Downstream Command Mirror Register
MSC1_DCE        0xF000277C          Downstream Command Extension Register
MSC1_ABC        0xF0002780          Asynchronous Block Configuration Register
MSC1_OCS        0xF00027E8          OCDS Control and Status
MSC1_KRSTCLR    0xF00027EC          Kernel Reset Status Clear Register
MSC1_KRST1      0xF00027F0          Kernel Reset Register 1
MSC1_KRST0      0xF00027F4          Kernel Reset Register 0
MSC1_ACCEN1     0xF00027F8          Access Enable Register 1
MSC1_ACCEN0     0xF00027FC          Access Enable Register 0
MSC2_CLC        0xF0002800          Clock Control Register
MSC2_ID         0xF0002808          Module Identification Register
MSC2_FDR        0xF000280C          Fractional Divider Register
MSC2_USR        0xF0002810          Upstream Status Register
MSC2_DSC        0xF0002814          Downstream Control Register
MSC2_DSS        0xF0002818          Downstream Status Register
MSC2_DD         0xF000281C          Downstream Data Register
MSC2_DC         0xF0002820          Downstream Command Register
MSC2_DSDSL      0xF0002824          Downstream Select Data Source Low Register
MSC2_DSDSH      0xF0002828          Downstream Select Data Source High Register
MSC2_ESR        0xF000282C          Emergency Stop Register
MSC2_UD0        0xF0002830          Upstream Data Register 0
MSC2_UD1        0xF0002834          Upstream Data Register 1
MSC2_UD2        0xF0002838          Upstream Data Register 2
MSC2_UD3        0xF000283C          Upstream Data Register 3
MSC2_ICR        0xF0002840          Interrupt Control Register
MSC2_ISR        0xF0002844          Interrupt Status Register
MSC2_ISC        0xF0002848          Interrupt Set Clear Register
MSC2_OCR        0xF000284C          Output Control Register
MSC2_DSCE       0xF0002858          Downstream Control Enhanced Register 1
MSC2_USCE       0xF000285C          Upstream Control Enhanced Register 1
MSC2_DSDSLE     0xF0002860          Downstream Select Data Source Low Extension Register
MSC2_DSDSHE     0xF0002864          Downstream Select Data Source High Extension Register
MSC2_ESRE       0xF0002868          Emergency Stop Extension Register
MSC2_DSTE       0xF000286C          Downstream Timing Extension Register
MSC2_DDM        0xF0002870          Downstream Data Mirror Register
MSC2_DDE        0xF0002874          Downstream Data Extension Register
MSC2_DCM        0xF0002878          Downstream Command Mirror Register
MSC2_DCE        0xF000287C          Downstream Command Extension Register
MSC2_ABC        0xF0002880          Asynchronous Block Configuration Register
MSC2_OCS        0xF00028E8          OCDS Control and Status
MSC2_KRSTCLR    0xF00028EC          Kernel Reset Status Clear Register
MSC2_KRST1      0xF00028F0          Kernel Reset Register 1
MSC2_KRST0      0xF00028F4          Kernel Reset Register 0
MSC2_ACCEN1     0xF00028F8          Access Enable Register 1
MSC2_ACCEN0     0xF00028FC          Access Enable Register 0
MSC3_CLC        0xF0002900          Clock Control Register
MSC3_ID         0xF0002908          Module Identification Register
MSC3_FDR        0xF000290C          Fractional Divider Register
MSC3_USR        0xF0002910          Upstream Status Register
MSC3_DSC        0xF0002914          Downstream Control Register
MSC3_DSS        0xF0002918          Downstream Status Register
MSC3_DD         0xF000291C          Downstream Data Register
MSC3_DC         0xF0002920          Downstream Command Register
MSC3_DSDSL      0xF0002924          Downstream Select Data Source Low Register
MSC3_DSDSH      0xF0002928          Downstream Select Data Source High Register
MSC3_ESR        0xF000292C          Emergency Stop Register
MSC3_UD0        0xF0002930          Upstream Data Register 0
MSC3_UD1        0xF0002934          Upstream Data Register 1
MSC3_UD2        0xF0002938          Upstream Data Register 2
MSC3_UD3        0xF000293C          Upstream Data Register 3
MSC3_ICR        0xF0002940          Interrupt Control Register
MSC3_ISR        0xF0002944          Interrupt Status Register
MSC3_ISC        0xF0002948          Interrupt Set Clear Register
MSC3_OCR        0xF000294C          Output Control Register
MSC3_DSCE       0xF0002958          Downstream Control Enhanced Register 1
MSC3_USCE       0xF000295C          Upstream Control Enhanced Register 1
MSC3_DSDSLE     0xF0002960          Downstream Select Data Source Low Extension Register
MSC3_DSDSHE     0xF0002964          Downstream Select Data Source High Extension Register
MSC3_ESRE       0xF0002968          Emergency Stop Extension Register
MSC3_DSTE       0xF000296C          Downstream Timing Extension Register
MSC3_DDM        0xF0002970          Downstream Data Mirror Register
MSC3_DDE        0xF0002974          Downstream Data Extension Register
MSC3_DCM        0xF0002978          Downstream Command Mirror Register
MSC3_DCE        0xF000297C          Downstream Command Extension Register
MSC3_ABC        0xF0002980          Asynchronous Block Configuration Register
MSC3_OCS        0xF00029E8          OCDS Control and Status
MSC3_KRSTCLR    0xF00029EC          Kernel Reset Status Clear Register
MSC3_KRST1      0xF00029F0          Kernel Reset Register 1
MSC3_KRST0      0xF00029F4          Kernel Reset Register 0
MSC3_ACCEN1     0xF00029F8          Access Enable Register 1
MSC3_ACCEN0     0xF00029FC          Access Enable Register 0
CCU60_CLC       0xF0002A00          Clock Control Register
CCU60_MCFG      0xF0002A04          Module Configuration Register
CCU60_ID        0xF0002A08          Module Identification Register
CCU60_MOSEL     0xF0002A0C          CCU60 Module Output Select Register
CCU60_PISEL0    0xF0002A10          Port Input Select Register 0
CCU60_PISEL2    0xF0002A14          Port Input Select Register 2
CCU60_KSCSR     0xF0002A1C          Kernel State Control Sensitivity Register
CCU60_T12       0xF0002A20          Timer T12 Counter Register
CCU60_T12PR     0xF0002A24          Timer 12 Period Register
CCU60_T12DTC    0xF0002A28          Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0002A30          Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0002A34          Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0002A38          Capture/Compare Register for Channel CC62
CCU60_CC60SR    0xF0002A40          Capture/Compare Shadow Reg. for Channel CC60
CCU60_CC61SR    0xF0002A44          Capture/Compare Shadow Reg. for Channel CC61
CCU60_CC62SR    0xF0002A48          Capture/Compare Shadow Reg. for Channel CC62
CCU60_T13       0xF0002A50          Timer T13 Counter Register
CCU60_T13PR     0xF0002A54          Timer 13 Period Register
CCU60_CC63R     0xF0002A58          Compare Register for T13
CCU60_CC63SR    0xF0002A5C          Compare Shadow Register for T13
CCU60_CMPSTAT   0xF0002A60          Compare State Register
CCU60_CMPMODIF  0xF0002A64          Compare State Modification Register
CCU60_T12MSEL   0xF0002A68          T12 Mode Select Register
CCU60_TCTR0     0xF0002A70          Timer Control Register 0
CCU60_TCTR2     0xF0002A74          Timer Control Register 2
CCU60_TCTR4     0xF0002A78          Timer Control Register 4
CCU60_MODCTR    0xF0002A80          Modulation Control Register
CCU60_TRPCTR    0xF0002A84          Trap Control Register
CCU60_PSLR      0xF0002A88          Passive State Level Register
CCU60_MCMOUTS   0xF0002A8C          Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0002A90          Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0002A94          Multi-Channel Mode Control Register
CCU60_IMON      0xF0002A98          Input Monitoring Register
CCU60_LI        0xF0002A9C          Lost Indicator Register
CCU60_IS        0xF0002AA0          Interrupt Status Register
CCU60_ISS       0xF0002AA4          Interrupt Status Set Register
CCU60_ISR       0xF0002AA8          Interrupt Status Reset Register
CCU60_INP       0xF0002AAC          Interrupt Node Pointer Register
CCU60_IEN       0xF0002AB0          Interrupt Enable Register
CCU60_OCS       0xF0002AE8          OCDS Control and Status Register
CCU60_KRSTCLR   0xF0002AEC          Kernel Reset Status Clear Register
CCU60_KRST1     0xF0002AF0          Kernel Reset Register 1
CCU60_KRST0     0xF0002AF4          Kernel Reset Register 0
CCU60_ACCEN0    0xF0002AFC          Access Enable Register 0
CCU61_CLC       0xF0002B00          Clock Control Register
CCU61_MCFG      0xF0002B04          Module Configuration Register
CCU61_ID        0xF0002B08          Module Identification Register
CCU61_PISEL0    0xF0002B10          Port Input Select Register 0
CCU61_PISEL2    0xF0002B14          Port Input Select Register 2
CCU61_KSCSR     0xF0002B1C          Kernel State Control Sensitivity Register
CCU61_T12       0xF0002B20          Timer T12 Counter Register
CCU61_T12PR     0xF0002B24          Timer 12 Period Register
CCU61_T12DTC    0xF0002B28          Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0002B30          Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0002B34          Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0002B38          Capture/Compare Register for Channel CC62
CCU61_CC60SR    0xF0002B40          Capture/Compare Shadow Reg. for Channel CC60
CCU61_CC61SR    0xF0002B44          Capture/Compare Shadow Reg. for Channel CC61
CCU61_CC62SR    0xF0002B48          Capture/Compare Shadow Reg. for Channel CC62
CCU61_T13       0xF0002B50          Timer T13 Counter Register
CCU61_T13PR     0xF0002B54          Timer 13 Period Register
CCU61_CC63R     0xF0002B58          Compare Register for T13
CCU61_CC63SR    0xF0002B5C          Compare Shadow Register for T13
CCU61_CMPSTAT   0xF0002B60          Compare State Register
CCU61_CMPMODIF  0xF0002B64          Compare State Modification Register
CCU61_T12MSEL   0xF0002B68          T12 Mode Select Register
CCU61_TCTR0     0xF0002B70          Timer Control Register 0
CCU61_TCTR2     0xF0002B74          Timer Control Register 2
CCU61_TCTR4     0xF0002B78          Timer Control Register 4
CCU61_MODCTR    0xF0002B80          Modulation Control Register
CCU61_TRPCTR    0xF0002B84          Trap Control Register
CCU61_PSLR      0xF0002B88          Passive State Level Register
CCU61_MCMOUTS   0xF0002B8C          Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0002B90          Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0002B94          Multi-Channel Mode Control Register
CCU61_IMON      0xF0002B98          Input Monitoring Register
CCU61_LI        0xF0002B9C          Lost Indicator Register
CCU61_IS        0xF0002BA0          Interrupt Status Register
CCU61_ISS       0xF0002BA4          Interrupt Status Set Register
CCU61_ISR       0xF0002BA8          Interrupt Status Reset Register
CCU61_INP       0xF0002BAC          Interrupt Node Pointer Register
CCU61_IEN       0xF0002BB0          Interrupt Enable Register
CCU61_OCS       0xF0002BE8          OCDS Control and Status Register
CCU61_KRSTCLR   0xF0002BEC          Kernel Reset Status Clear Register
CCU61_KRST1     0xF0002BF0          Kernel Reset Register 1
CCU61_KRST0     0xF0002BF4          Kernel Reset Register 0
CCU61_ACCEN0    0xF0002BFC          Access Enable Register 0
SENT_CLC        0xF0003000          Clock Control Register
SENT_ID         0xF0003008          Module Identification Register
SENT_FDR        0xF000300C          SENT Fractional Divider Register
SENT_INTOV      0xF0003014          Interrupt Overview Register
SENT_TSR        0xF0003018          Module Time Stamp Register
SENT_TPD        0xF000301C          Time Stamp Predivider Register
SENT_RDR0       0xF0003080          Receive Data Register 0
SENT_RDR1       0xF0003084          Receive Data Register 1
SENT_RDR2       0xF0003088          Receive Data Register 2
SENT_RDR3       0xF000308C          Receive Data Register 3
SENT_RDR4       0xF0003090          Receive Data Register 4
SENT_RDR5       0xF0003094          Receive Data Register 5
SENT_RDR6       0xF0003098          Receive Data Register 6
SENT_RDR7       0xF000309C          Receive Data Register 7
SENT_RDR8       0xF00030A0          Receive Data Register 8
SENT_RDR9       0xF00030A4          Receive Data Register 9
SENT_RDR10      0xF00030A8          Receive Data Register 10
SENT_RDR11      0xF00030AC          Receive Data Register 11
SENT_RDR12      0xF00030B0          Receive Data Register 12
SENT_RDR13      0xF00030B4          Receive Data Register 13
SENT_RDR14      0xF00030B8          Receive Data Register 14
SENT_RDR15      0xF00030BC          Receive Data Register 15
SENT_RDR16      0xF00030C0          Receive Data Register 16
SENT_RDR17      0xF00030C4          Receive Data Register 17
SENT_RDR18      0xF00030C8          Receive Data Register 18
SENT_RDR19      0xF00030CC          Receive Data Register 19
SENT_RDR20      0xF00030D0          Receive Data Register 20
SENT_RDR21      0xF00030D4          Receive Data Register 21
SENT_RDR22      0xF00030D8          Receive Data Register 22
SENT_RDR23      0xF00030DC          Receive Data Register 23
SENT_RDR24      0xF00030E0          Receive Data Register 24
SENT_OCS        0xF00030E8          OCDS Control and Status
SENT_KRSTCLR    0xF00030EC          Kernel Reset Status Clear Register
SENT_KRST1      0xF00030F0          Kernel Reset Register 1
SENT_KRST0      0xF00030F4          Kernel Reset Register 0
SENT_ACCEN1     0xF00030F8          Access Enable Register 1
SENT_ACCEN0     0xF00030FC          Access Enable Register 0
SENT_CPDR0      0xF0003100          Channel Pre Divider Register 0
SENT_CFDR0      0xF0003104          Channel Fractional Divider Register 0
SENT_RCR0       0xF0003108          Receiver Control Register 0
SENT_RSR0       0xF000310C          Receive Status Register 0
SENT_SDS0       0xF0003110          Serial Data and Status Register 0
SENT_IOCR0      0xF0003114          Input and Output Control Register 0
SENT_SCR0       0xF0003118          SPC Control Register 0
SENT_VIEW0      0xF000311C          Receive Data View Register 0
SENT_INTSTAT0   0xF0003120          Interrupt Status Register 0
SENT_INTSET0    0xF0003124          Interrupt Set Register 0
SENT_INTCLR0    0xF0003128          Interrupt Clear Register 0
SENT_INTEN0     0xF000312C          Interrupt Enable Register 0
SENT_INP0       0xF0003130          Interrupt Node Pointer Register 0
SENT_WDT0       0xF0003134          Watch Dog Timer Register 0
SENT_CPDR1      0xF0003140          Channel Pre Divider Register 1
SENT_CFDR1      0xF0003144          Channel Fractional Divider Register 1
SENT_RCR1       0xF0003148          Receiver Control Register 1
SENT_RSR1       0xF000314C          Receive Status Register 1
SENT_SDS1       0xF0003150          Serial Data and Status Register 1
SENT_IOCR1      0xF0003154          Input and Output Control Register 1
SENT_SCR1       0xF0003158          SPC Control Register 1
SENT_VIEW1      0xF000315C          Receive Data View Register 1
SENT_INTSTAT1   0xF0003160          Interrupt Status Register 1
SENT_INTSET1    0xF0003164          Interrupt Set Register 1
SENT_INTCLR1    0xF0003168          Interrupt Clear Register 1
SENT_INTEN1     0xF000316C          Interrupt Enable Register 1
SENT_INP1       0xF0003170          Interrupt Node Pointer Register 1
SENT_WDT1       0xF0003174          Watch Dog Timer Register 1
SENT_CPDR2      0xF0003180          Channel Pre Divider Register 2
SENT_CFDR2      0xF0003184          Channel Fractional Divider Register 2
SENT_RCR2       0xF0003188          Receiver Control Register 2
SENT_RSR2       0xF000318C          Receive Status Register 2
SENT_SDS2       0xF0003190          Serial Data and Status Register 2
SENT_IOCR2      0xF0003194          Input and Output Control Register 2
SENT_SCR2       0xF0003198          SPC Control Register 2
SENT_VIEW2      0xF000319C          Receive Data View Register 2
SENT_INTSTAT2   0xF00031A0          Interrupt Status Register 2
SENT_INTSET2    0xF00031A4          Interrupt Set Register 2
SENT_INTCLR2    0xF00031A8          Interrupt Clear Register 2
SENT_INTEN2     0xF00031AC          Interrupt Enable Register 2
SENT_INP2       0xF00031B0          Interrupt Node Pointer Register 2
SENT_WDT2       0xF00031B4          Watch Dog Timer Register 2
SENT_CPDR3      0xF00031C0          Channel Pre Divider Register 3
SENT_CFDR3      0xF00031C4          Channel Fractional Divider Register 3
SENT_RCR3       0xF00031C8          Receiver Control Register 3
SENT_RSR3       0xF00031CC          Receive Status Register 3
SENT_SDS3       0xF00031D0          Serial Data and Status Register 3
SENT_IOCR3      0xF00031D4          Input and Output Control Register 3
SENT_SCR3       0xF00031D8          SPC Control Register 3
SENT_VIEW3      0xF00031DC          Receive Data View Register 3
SENT_INTSTAT3   0xF00031E0          Interrupt Status Register 3
SENT_INTSET3    0xF00031E4          Interrupt Set Register 3
SENT_INTCLR3    0xF00031E8          Interrupt Clear Register 3
SENT_INTEN3     0xF00031EC          Interrupt Enable Register 3
SENT_INP3       0xF00031F0          Interrupt Node Pointer Register 3
SENT_WDT3       0xF00031F4          Watch Dog Timer Register 3
SENT_CPDR4      0xF0003200          Channel Pre Divider Register 4
SENT_CFDR4      0xF0003204          Channel Fractional Divider Register 4
SENT_RCR4       0xF0003208          Receiver Control Register 4
SENT_RSR4       0xF000320C          Receive Status Register 4
SENT_SDS4       0xF0003210          Serial Data and Status Register 4
SENT_IOCR4      0xF0003214          Input and Output Control Register 4
SENT_SCR4       0xF0003218          SPC Control Register 4
SENT_VIEW4      0xF000321C          Receive Data View Register 4
SENT_INTSTAT4   0xF0003220          Interrupt Status Register 4
SENT_INTSET4    0xF0003224          Interrupt Set Register 4
SENT_INTCLR4    0xF0003228          Interrupt Clear Register 4
SENT_INTEN4     0xF000322C          Interrupt Enable Register 4
SENT_INP4       0xF0003230          Interrupt Node Pointer Register 4
SENT_WDT4       0xF0003234          Watch Dog Timer Register 4
SENT_CPDR5      0xF0003240          Channel Pre Divider Register 5
SENT_CFDR5      0xF0003244          Channel Fractional Divider Register 5
SENT_RCR5       0xF0003248          Receiver Control Register 5
SENT_RSR5       0xF000324C          Receive Status Register 5
SENT_SDS5       0xF0003250          Serial Data and Status Register 5
SENT_IOCR5      0xF0003254          Input and Output Control Register 5
SENT_SCR5       0xF0003258          SPC Control Register 5
SENT_VIEW5      0xF000325C          Receive Data View Register 5
SENT_INTSTAT5   0xF0003260          Interrupt Status Register 5
SENT_INTSET5    0xF0003264          Interrupt Set Register 5
SENT_INTCLR5    0xF0003268          Interrupt Clear Register 5
SENT_INTEN5     0xF000326C          Interrupt Enable Register 5
SENT_INP5       0xF0003270          Interrupt Node Pointer Register 5
SENT_WDT5       0xF0003274          Watch Dog Timer Register 5
SENT_CPDR6      0xF0003280          Channel Pre Divider Register 6
SENT_CFDR6      0xF0003284          Channel Fractional Divider Register 6
SENT_RCR6       0xF0003288          Receiver Control Register 6
SENT_RSR6       0xF000328C          Receive Status Register 6
SENT_SDS6       0xF0003290          Serial Data and Status Register 6
SENT_IOCR6      0xF0003294          Input and Output Control Register 6
SENT_SCR6       0xF0003298          SPC Control Register 6
SENT_VIEW6      0xF000329C          Receive Data View Register 6
SENT_INTSTAT6   0xF00032A0          Interrupt Status Register 6
SENT_INTSET6    0xF00032A4          Interrupt Set Register 6
SENT_INTCLR6    0xF00032A8          Interrupt Clear Register 6
SENT_INTEN6     0xF00032AC          Interrupt Enable Register 6
SENT_INP6       0xF00032B0          Interrupt Node Pointer Register 6
SENT_WDT6       0xF00032B4          Watch Dog Timer Register 6
SENT_CPDR7      0xF00032C0          Channel Pre Divider Register 7
SENT_CFDR7      0xF00032C4          Channel Fractional Divider Register 7
SENT_RCR7       0xF00032C8          Receiver Control Register 7
SENT_RSR7       0xF00032CC          Receive Status Register 7
SENT_SDS7       0xF00032D0          Serial Data and Status Register 7
SENT_IOCR7      0xF00032D4          Input and Output Control Register 7
SENT_SCR7       0xF00032D8          SPC Control Register 7
SENT_VIEW7      0xF00032DC          Receive Data View Register 7
SENT_INTSTAT7   0xF00032E0          Interrupt Status Register 7
SENT_INTSET7    0xF00032E4          Interrupt Set Register 7
SENT_INTCLR7    0xF00032E8          Interrupt Clear Register 7
SENT_INTEN7     0xF00032EC          Interrupt Enable Register 7
SENT_INP7       0xF00032F0          Interrupt Node Pointer Register 7
SENT_WDT7       0xF00032F4          Watch Dog Timer Register 7
SENT_CPDR8      0xF0003300          Channel Pre Divider Register 8
SENT_CFDR8      0xF0003304          Channel Fractional Divider Register 8
SENT_RCR8       0xF0003308          Receiver Control Register 8
SENT_RSR8       0xF000330C          Receive Status Register 8
SENT_SDS8       0xF0003310          Serial Data and Status Register 8
SENT_IOCR8      0xF0003314          Input and Output Control Register 8
SENT_SCR8       0xF0003318          SPC Control Register 8
SENT_VIEW8      0xF000331C          Receive Data View Register 8
SENT_INTSTAT8   0xF0003320          Interrupt Status Register 8
SENT_INTSET8    0xF0003324          Interrupt Set Register 8
SENT_INTCLR8    0xF0003328          Interrupt Clear Register 8
SENT_INTEN8     0xF000332C          Interrupt Enable Register 8
SENT_INP8       0xF0003330          Interrupt Node Pointer Register 8
SENT_WDT8       0xF0003334          Watch Dog Timer Register 8
SENT_CPDR9      0xF0003340          Channel Pre Divider Register 9
SENT_CFDR9      0xF0003344          Channel Fractional Divider Register 9
SENT_RCR9       0xF0003348          Receiver Control Register 9
SENT_RSR9       0xF000334C          Receive Status Register 9
SENT_SDS9       0xF0003350          Serial Data and Status Register 9
SENT_IOCR9      0xF0003354          Input and Output Control Register 9
SENT_SCR9       0xF0003358          SPC Control Register 9
SENT_VIEW9      0xF000335C          Receive Data View Register 9
SENT_INTSTAT9   0xF0003360          Interrupt Status Register 9
SENT_INTSET9    0xF0003364          Interrupt Set Register 9
SENT_INTCLR9    0xF0003368          Interrupt Clear Register 9
SENT_INTEN9     0xF000336C          Interrupt Enable Register 9
SENT_INP9       0xF0003370          Interrupt Node Pointer Register 9
SENT_WDT9       0xF0003374          Watch Dog Timer Register 9
SENT_CPDR10     0xF0003380          Channel Pre Divider Register 10
SENT_CFDR10     0xF0003384          Channel Fractional Divider Register 10
SENT_RCR10      0xF0003388          Receiver Control Register 10
SENT_RSR10      0xF000338C          Receive Status Register 10
SENT_SDS10      0xF0003390          Serial Data and Status Register 10
SENT_IOCR10     0xF0003394          Input and Output Control Register 10
SENT_SCR10      0xF0003398          SPC Control Register 10
SENT_VIEW10     0xF000339C          Receive Data View Register 10
SENT_INTSTAT10  0xF00033A0          Interrupt Status Register 10
SENT_INTSET10   0xF00033A4          Interrupt Set Register 10
SENT_INTCLR10   0xF00033A8          Interrupt Clear Register 10
SENT_INTEN10    0xF00033AC          Interrupt Enable Register 10
SENT_INP10      0xF00033B0          Interrupt Node Pointer Register 10
SENT_WDT10      0xF00033B4          Watch Dog Timer Register 10
SENT_CPDR11     0xF00033C0          Channel Pre Divider Register 11
SENT_CFDR11     0xF00033C4          Channel Fractional Divider Register 11
SENT_RCR11      0xF00033C8          Receiver Control Register 11
SENT_RSR11      0xF00033CC          Receive Status Register 11
SENT_SDS11      0xF00033D0          Serial Data and Status Register 11
SENT_IOCR11     0xF00033D4          Input and Output Control Register 11
SENT_SCR11      0xF00033D8          SPC Control Register 11
SENT_VIEW11     0xF00033DC          Receive Data View Register 11
SENT_INTSTAT11  0xF00033E0          Interrupt Status Register 11
SENT_INTSET11   0xF00033E4          Interrupt Set Register 11
SENT_INTCLR11   0xF00033E8          Interrupt Clear Register 11
SENT_INTEN11    0xF00033EC          Interrupt Enable Register 11
SENT_INP11      0xF00033F0          Interrupt Node Pointer Register 11
SENT_WDT11      0xF00033F4          Watch Dog Timer Register 11
SENT_CPDR12     0xF0003400          Channel Pre Divider Register 12
SENT_CFDR12     0xF0003404          Channel Fractional Divider Register 12
SENT_RCR12      0xF0003408          Receiver Control Register 12
SENT_RSR12      0xF000340C          Receive Status Register 12
SENT_SDS12      0xF0003410          Serial Data and Status Register 12
SENT_IOCR12     0xF0003414          Input and Output Control Register 12
SENT_SCR12      0xF0003418          SPC Control Register 12
SENT_VIEW12     0xF000341C          Receive Data View Register 12
SENT_INTSTAT12  0xF0003420          Interrupt Status Register 12
SENT_INTSET12   0xF0003424          Interrupt Set Register 12
SENT_INTCLR12   0xF0003428          Interrupt Clear Register 12
SENT_INTEN12    0xF000342C          Interrupt Enable Register 12
SENT_INP12      0xF0003430          Interrupt Node Pointer Register 12
SENT_WDT12      0xF0003434          Watch Dog Timer Register 12
SENT_CPDR13     0xF0003440          Channel Pre Divider Register 13
SENT_CFDR13     0xF0003444          Channel Fractional Divider Register 13
SENT_RCR13      0xF0003448          Receiver Control Register 13
SENT_RSR13      0xF000344C          Receive Status Register 13
SENT_SDS13      0xF0003450          Serial Data and Status Register 13
SENT_IOCR13     0xF0003454          Input and Output Control Register 13
SENT_SCR13      0xF0003458          SPC Control Register 13
SENT_VIEW13     0xF000345C          Receive Data View Register 13
SENT_INTSTAT13  0xF0003460          Interrupt Status Register 13
SENT_INTSET13   0xF0003464          Interrupt Set Register 13
SENT_INTCLR13   0xF0003468          Interrupt Clear Register 13
SENT_INTEN13    0xF000346C          Interrupt Enable Register 13
SENT_INP13      0xF0003470          Interrupt Node Pointer Register 13
SENT_WDT13      0xF0003474          Watch Dog Timer Register 13
SENT_CPDR14     0xF0003480          Channel Pre Divider Register 14
SENT_CFDR14     0xF0003484          Channel Fractional Divider Register 14
SENT_RCR14      0xF0003488          Receiver Control Register 14
SENT_RSR14      0xF000348C          Receive Status Register 14
SENT_SDS14      0xF0003490          Serial Data and Status Register 14
SENT_IOCR14     0xF0003494          Input and Output Control Register 14
SENT_SCR14      0xF0003498          SPC Control Register 14
SENT_VIEW14     0xF000349C          Receive Data View Register 14
SENT_INTSTAT14  0xF00034A0          Interrupt Status Register 14
SENT_INTSET14   0xF00034A4          Interrupt Set Register 14
SENT_INTCLR14   0xF00034A8          Interrupt Clear Register 14
SENT_INTEN14    0xF00034AC          Interrupt Enable Register 14
SENT_INP14      0xF00034B0          Interrupt Node Pointer Register 14
SENT_WDT14      0xF00034B4          Watch Dog Timer Register 14
SENT_CPDR15     0xF00034C0          Channel Pre Divider Register 15
SENT_CFDR15     0xF00034C4          Channel Fractional Divider Register 15
SENT_RCR15      0xF00034C8          Receiver Control Register 15
SENT_RSR15      0xF00034CC          Receive Status Register 15
SENT_SDS15      0xF00034D0          Serial Data and Status Register 15
SENT_IOCR15     0xF00034D4          Input and Output Control Register 15
SENT_SCR15      0xF00034D8          SPC Control Register 15
SENT_VIEW15     0xF00034DC          Receive Data View Register 15
SENT_INTSTAT15  0xF00034E0          Interrupt Status Register 15
SENT_INTSET15   0xF00034E4          Interrupt Set Register 15
SENT_INTCLR15   0xF00034E8          Interrupt Clear Register 15
SENT_INTEN15    0xF00034EC          Interrupt Enable Register 15
SENT_INP15      0xF00034F0          Interrupt Node Pointer Register 15
SENT_WDT15      0xF00034F4          Watch Dog Timer Register 15
SENT_CPDR16     0xF0003500          Channel Pre Divider Register 16
SENT_CFDR16     0xF0003504          Channel Fractional Divider Register 16
SENT_RCR16      0xF0003508          Receiver Control Register 16
SENT_RSR16      0xF000350C          Receive Status Register 16
SENT_SDS16      0xF0003510          Serial Data and Status Register 16
SENT_IOCR16     0xF0003514          Input and Output Control Register 16
SENT_SCR16      0xF0003518          SPC Control Register 16
SENT_VIEW16     0xF000351C          Receive Data View Register 16
SENT_INTSTAT16  0xF0003520          Interrupt Status Register 16
SENT_INTSET16   0xF0003524          Interrupt Set Register 16
SENT_INTCLR16   0xF0003528          Interrupt Clear Register 16
SENT_INTEN16    0xF000352C          Interrupt Enable Register 16
SENT_INP16      0xF0003530          Interrupt Node Pointer Register 16
SENT_WDT16      0xF0003534          Watch Dog Timer Register 16
SENT_CPDR17     0xF0003540          Channel Pre Divider Register 17
SENT_CFDR17     0xF0003544          Channel Fractional Divider Register 17
SENT_RCR17      0xF0003548          Receiver Control Register 17
SENT_RSR17      0xF000354C          Receive Status Register 17
SENT_SDS17      0xF0003550          Serial Data and Status Register 17
SENT_IOCR17     0xF0003554          Input and Output Control Register 17
SENT_SCR17      0xF0003558          SPC Control Register 17
SENT_VIEW17     0xF000355C          Receive Data View Register 17
SENT_INTSTAT17  0xF0003560          Interrupt Status Register 17
SENT_INTSET17   0xF0003564          Interrupt Set Register 17
SENT_INTCLR17   0xF0003568          Interrupt Clear Register 17
SENT_INTEN17    0xF000356C          Interrupt Enable Register 17
SENT_INP17      0xF0003570          Interrupt Node Pointer Register 17
SENT_WDT17      0xF0003574          Watch Dog Timer Register 17
SENT_CPDR18     0xF0003580          Channel Pre Divider Register 18
SENT_CFDR18     0xF0003584          Channel Fractional Divider Register 18
SENT_RCR18      0xF0003588          Receiver Control Register 18
SENT_RSR18      0xF000358C          Receive Status Register 18
SENT_SDS18      0xF0003590          Serial Data and Status Register 18
SENT_IOCR18     0xF0003594          Input and Output Control Register 18
SENT_SCR18      0xF0003598          SPC Control Register 18
SENT_VIEW18     0xF000359C          Receive Data View Register 18
SENT_INTSTAT18  0xF00035A0          Interrupt Status Register 18
SENT_INTSET18   0xF00035A4          Interrupt Set Register 18
SENT_INTCLR18   0xF00035A8          Interrupt Clear Register 18
SENT_INTEN18    0xF00035AC          Interrupt Enable Register 18
SENT_INP18      0xF00035B0          Interrupt Node Pointer Register 18
SENT_WDT18      0xF00035B4          Watch Dog Timer Register 18
SENT_CPDR19     0xF00035C0          Channel Pre Divider Register 19
SENT_CFDR19     0xF00035C4          Channel Fractional Divider Register 19
SENT_RCR19      0xF00035C8          Receiver Control Register 19
SENT_RSR19      0xF00035CC          Receive Status Register 19
SENT_SDS19      0xF00035D0          Serial Data and Status Register 19
SENT_IOCR19     0xF00035D4          Input and Output Control Register 19
SENT_SCR19      0xF00035D8          SPC Control Register 19
SENT_VIEW19     0xF00035DC          Receive Data View Register 19
SENT_INTSTAT19  0xF00035E0          Interrupt Status Register 19
SENT_INTSET19   0xF00035E4          Interrupt Set Register 19
SENT_INTCLR19   0xF00035E8          Interrupt Clear Register 19
SENT_INTEN19    0xF00035EC          Interrupt Enable Register 19
SENT_INP19      0xF00035F0          Interrupt Node Pointer Register 19
SENT_WDT19      0xF00035F4          Watch Dog Timer Register 19
SENT_CPDR20     0xF0003600          Channel Pre Divider Register 20
SENT_CFDR20     0xF0003604          Channel Fractional Divider Register 20
SENT_RCR20      0xF0003608          Receiver Control Register 20
SENT_RSR20      0xF000360C          Receive Status Register 20
SENT_SDS20      0xF0003610          Serial Data and Status Register 20
SENT_IOCR20     0xF0003614          Input and Output Control Register 20
SENT_SCR20      0xF0003618          SPC Control Register 20
SENT_VIEW20     0xF000361C          Receive Data View Register 20
SENT_INTSTAT20  0xF0003620          Interrupt Status Register 20
SENT_INTSET20   0xF0003624          Interrupt Set Register 20
SENT_INTCLR20   0xF0003628          Interrupt Clear Register 20
SENT_INTEN20    0xF000362C          Interrupt Enable Register 20
SENT_INP20      0xF0003630          Interrupt Node Pointer Register 20
SENT_WDT20      0xF0003634          Watch Dog Timer Register 20
SENT_CPDR21     0xF0003640          Channel Pre Divider Register 21
SENT_CFDR21     0xF0003644          Channel Fractional Divider Register 21
SENT_RCR21      0xF0003648          Receiver Control Register 21
SENT_RSR21      0xF000364C          Receive Status Register 21
SENT_SDS21      0xF0003650          Serial Data and Status Register 21
SENT_IOCR21     0xF0003654          Input and Output Control Register 21
SENT_SCR21      0xF0003658          SPC Control Register 21
SENT_VIEW21     0xF000365C          Receive Data View Register 21
SENT_INTSTAT21  0xF0003660          Interrupt Status Register 21
SENT_INTSET21   0xF0003664          Interrupt Set Register 21
SENT_INTCLR21   0xF0003668          Interrupt Clear Register 21
SENT_INTEN21    0xF000366C          Interrupt Enable Register 21
SENT_INP21      0xF0003670          Interrupt Node Pointer Register 21
SENT_WDT21      0xF0003674          Watch Dog Timer Register 21
SENT_CPDR22     0xF0003680          Channel Pre Divider Register 22
SENT_CFDR22     0xF0003684          Channel Fractional Divider Register 22
SENT_RCR22      0xF0003688          Receiver Control Register 22
SENT_RSR22      0xF000368C          Receive Status Register 22
SENT_SDS22      0xF0003690          Serial Data and Status Register 22
SENT_IOCR22     0xF0003694          Input and Output Control Register 22
SENT_SCR22      0xF0003698          SPC Control Register 22
SENT_VIEW22     0xF000369C          Receive Data View Register 22
SENT_INTSTAT22  0xF00036A0          Interrupt Status Register 22
SENT_INTSET22   0xF00036A4          Interrupt Set Register 22
SENT_INTCLR22   0xF00036A8          Interrupt Clear Register 22
SENT_INTEN22    0xF00036AC          Interrupt Enable Register 22
SENT_INP22      0xF00036B0          Interrupt Node Pointer Register 22
SENT_WDT22      0xF00036B4          Watch Dog Timer Register 22
SENT_CPDR23     0xF00036C0          Channel Pre Divider Register 23
SENT_CFDR23     0xF00036C4          Channel Fractional Divider Register 23
SENT_RCR23      0xF00036C8          Receiver Control Register 23
SENT_RSR23      0xF00036CC          Receive Status Register 23
SENT_SDS23      0xF00036D0          Serial Data and Status Register 23
SENT_IOCR23     0xF00036D4          Input and Output Control Register 23
SENT_SCR23      0xF00036D8          SPC Control Register 23
SENT_VIEW23     0xF00036DC          Receive Data View Register 23
SENT_INTSTAT23  0xF00036E0          Interrupt Status Register 23
SENT_INTSET23   0xF00036E4          Interrupt Set Register 23
SENT_INTCLR23   0xF00036E8          Interrupt Clear Register 23
SENT_INTEN23    0xF00036EC          Interrupt Enable Register 23
SENT_INP23      0xF00036F0          Interrupt Node Pointer Register 23
SENT_WDT23      0xF00036F4          Watch Dog Timer Register 23
SENT_CPDR24     0xF0003700          Channel Pre Divider Register 24
SENT_CFDR24     0xF0003704          Channel Fractional Divider Register 24
SENT_RCR24      0xF0003708          Receiver Control Register 24
SENT_RSR24      0xF000370C          Receive Status Register 24
SENT_SDS24      0xF0003710          Serial Data and Status Register 24
SENT_IOCR24     0xF0003714          Input and Output Control Register 24
SENT_SCR24      0xF0003718          SPC Control Register 24
SENT_VIEW24     0xF000371C          Receive Data View Register 24
SENT_INTSTAT24  0xF0003720          Interrupt Status Register 24
SENT_INTSET24   0xF0003724          Interrupt Set Register 24
SENT_INTCLR24   0xF0003728          Interrupt Clear Register 24
SENT_INTEN24    0xF000372C          Interrupt Enable Register 24
SENT_INP24      0xF0003730          Interrupt Node Pointer Register 24
SENT_WDT24      0xF0003734          Watch Dog Timer Register 24
SENT_RTS0       0xF0003A80          Receive Time Stamp Register 0
SENT_RTS1       0xF0003A84          Receive Time Stamp Register 1
SENT_RTS2       0xF0003A88          Receive Time Stamp Register 2
SENT_RTS3       0xF0003A8C          Receive Time Stamp Register 3
SENT_RTS4       0xF0003A90          Receive Time Stamp Register 4
SENT_RTS5       0xF0003A94          Receive Time Stamp Register 5
SENT_RTS6       0xF0003A98          Receive Time Stamp Register 6
SENT_RTS7       0xF0003A9C          Receive Time Stamp Register 7
SENT_RTS8       0xF0003AA0          Receive Time Stamp Register 8
SENT_RTS9       0xF0003AA4          Receive Time Stamp Register 9
SENT_RTS10      0xF0003AA8          Receive Time Stamp Register 10
SENT_RTS11      0xF0003AAC          Receive Time Stamp Register 11
SENT_RTS12      0xF0003AB0          Receive Time Stamp Register 12
SENT_RTS13      0xF0003AB4          Receive Time Stamp Register 13
SENT_RTS14      0xF0003AB8          Receive Time Stamp Register 14
SENT_RTS15      0xF0003ABC          Receive Time Stamp Register 15
SENT_RTS16      0xF0003AC0          Receive Time Stamp Register 16
SENT_RTS17      0xF0003AC4          Receive Time Stamp Register 17
SENT_RTS18      0xF0003AC8          Receive Time Stamp Register 18
SENT_RTS19      0xF0003ACC          Receive Time Stamp Register 19
SENT_RTS20      0xF0003AD0          Receive Time Stamp Register 20
SENT_RTS21      0xF0003AD4          Receive Time Stamp Register 21
SENT_RTS22      0xF0003AD8          Receive Time Stamp Register 22
SENT_RTS23      0xF0003ADC          Receive Time Stamp Register 23
SENT_RTS24      0xF0003AE0          Receive Time Stamp Register 24
PSI5_CLC        0xF0005000          Clock Control Register
PSI5_ID         0xF0005008          Module Identification Register
PSI5_FDR        0xF000500C          PSI5 Fractional Divider Register
PSI5_FDRL       0xF0005010          Fractional Divider Register for Lower Bit Rate
PSI5_FDRH       0xF0005014          Fractional Divider Register for Higher Bit Rate
PSI5_FDRT       0xF0005018          Fractional Divider Register for Time Stamp
PSI5_TSRA       0xF000501C          Module Time Stamp Register A
PSI5_TSRB       0xF0005020          Time Stamp Register B
PSI5_TSRC       0xF0005024          Module Time Stamp Register C
PSI5_GCR        0xF000502C          Global Control Register
PSI5_IOCR0      0xF0005030          Input and Output Control Register 0
PSI5_RCRA0      0xF0005034          Receiver Control Register A 0
PSI5_RCRB0      0xF0005038          Receiver Control Register B 0
PSI5_RCRC0      0xF000503C          Receiver Control Register C 0
PSI5_WDT00      0xF0005040          Watch Dog Timer Register 00
PSI5_WDT01      0xF0005044          Watch Dog Timer Register 01
PSI5_WDT02      0xF0005048          Watch Dog Timer Register 02
PSI5_WDT03      0xF000504C          Watch Dog Timer Register 03
PSI5_WDT04      0xF0005050          Watch Dog Timer Register 04
PSI5_WDT05      0xF0005054          Watch Dog Timer Register 05
PSI5_WDT06      0xF0005058          Watch Dog Timer Register 06
PSI5_RSR0       0xF000505C          Receive Status Register 0
PSI5_SDS00      0xF0005060          Serial Data and Status Register 00
PSI5_SDS01      0xF0005064          Serial Data and Status Register 01
PSI5_SDS02      0xF0005068          Serial Data and Status Register 02
PSI5_SDS03      0xF000506C          Serial Data and Status Register 03
PSI5_SDS04      0xF0005070          Serial Data and Status Register 04
PSI5_SDS05      0xF0005074          Serial Data and Status Register 05
PSI5_SPTSC0     0xF0005078          Start of Pulse Time Stamp Capture Register 0
PSI5_SFTSC0     0xF000507C          Start of Frame Time Stamp Capture Register 0
PSI5_RDRL0      0xF0005080          Receive Data Register Low 0
PSI5_RDRH0      0xF0005084          Receive Data Register High 0
PSI5_PGC0       0xF0005088          Pulse Generation Control Register 0
PSI5_CTV0       0xF000508C          Channel Trigger Value Register 0
PSI5_SCR0       0xF0005090          Send Control Register 0
PSI5_SDRL0      0xF0005094          Send Data Register Low 0
PSI5_SDRH0      0xF0005098          Send Data Register High 0
PSI5_SSRL0      0xF000509C          Send Shift Register Low 0
PSI5_SSRH0      0xF00050A0          Send Shift Register High 0
PSI5_SORL0      0xF00050A4          Send Output Register Low 0
PSI5_SORH0      0xF00050A8          Send Output Register High 0
PSI5_IOCR1      0xF00050C0          Input and Output Control Register 1
PSI5_RCRA1      0xF00050C4          Receiver Control Register A 1
PSI5_RCRB1      0xF00050C8          Receiver Control Register B 1
PSI5_RCRC1      0xF00050CC          Receiver Control Register C 1
PSI5_WDT10      0xF00050D0          Watch Dog Timer Register 10
PSI5_WDT11      0xF00050D4          Watch Dog Timer Register 11
PSI5_WDT12      0xF00050D8          Watch Dog Timer Register 12
PSI5_WDT13      0xF00050DC          Watch Dog Timer Register 13
PSI5_WDT14      0xF00050E0          Watch Dog Timer Register 14
PSI5_WDT15      0xF00050E4          Watch Dog Timer Register 15
PSI5_WDT16      0xF00050E8          Watch Dog Timer Register 16
PSI5_RSR1       0xF00050EC          Receive Status Register 1
PSI5_SDS10      0xF00050F0          Serial Data and Status Register 10
PSI5_SDS11      0xF00050F4          Serial Data and Status Register 11
PSI5_SDS12      0xF00050F8          Serial Data and Status Register 12
PSI5_SDS13      0xF00050FC          Serial Data and Status Register 13
PSI5_SDS14      0xF0005100          Serial Data and Status Register 14
PSI5_SDS15      0xF0005104          Serial Data and Status Register 15
PSI5_SPTSC1     0xF0005108          Start of Pulse Time Stamp Capture Register 1
PSI5_SFTSC1     0xF000510C          Start of Frame Time Stamp Capture Register 1
PSI5_RDRL1      0xF0005110          Receive Data Register Low 1
PSI5_RDRH1      0xF0005114          Receive Data Register High 1
PSI5_PGC1       0xF0005118          Pulse Generation Control Register 1
PSI5_CTV1       0xF000511C          Channel Trigger Value Register 1
PSI5_SCR1       0xF0005120          Send Control Register 1
PSI5_SDRL1      0xF0005124          Send Data Register Low 1
PSI5_SDRH1      0xF0005128          Send Data Register High 1
PSI5_SSRL1      0xF000512C          Send Shift Register Low 1
PSI5_SSRH1      0xF0005130          Send Shift Register High 1
PSI5_SORL1      0xF0005134          Send Output Register Low 1
PSI5_SORH1      0xF0005138          Send Output Register High 1
PSI5_IOCR2      0xF0005150          Input and Output Control Register 2
PSI5_RCRA2      0xF0005154          Receiver Control Register A 2
PSI5_RCRB2      0xF0005158          Receiver Control Register B 2
PSI5_RCRC2      0xF000515C          Receiver Control Register C 2
PSI5_WDT20      0xF0005160          Watch Dog Timer Register 20
PSI5_WDT21      0xF0005164          Watch Dog Timer Register 21
PSI5_WDT22      0xF0005168          Watch Dog Timer Register 22
PSI5_WDT23      0xF000516C          Watch Dog Timer Register 23
PSI5_WDT24      0xF0005170          Watch Dog Timer Register 24
PSI5_WDT25      0xF0005174          Watch Dog Timer Register 25
PSI5_WDT26      0xF0005178          Watch Dog Timer Register 26
PSI5_RSR2       0xF000517C          Receive Status Register 2
PSI5_SDS20      0xF0005180          Serial Data and Status Register 20
PSI5_SDS21      0xF0005184          Serial Data and Status Register 21
PSI5_SDS22      0xF0005188          Serial Data and Status Register 22
PSI5_SDS23      0xF000518C          Serial Data and Status Register 23
PSI5_SDS24      0xF0005190          Serial Data and Status Register 24
PSI5_SDS25      0xF0005194          Serial Data and Status Register 25
PSI5_SPTSC2     0xF0005198          Start of Pulse Time Stamp Capture Register 2
PSI5_SFTSC2     0xF000519C          Start of Frame Time Stamp Capture Register 2
PSI5_RDRL2      0xF00051A0          Receive Data Register Low 2
PSI5_RDRH2      0xF00051A4          Receive Data Register High 2
PSI5_PGC2       0xF00051A8          Pulse Generation Control Register 2
PSI5_CTV2       0xF00051AC          Channel Trigger Value Register 2
PSI5_SCR2       0xF00051B0          Send Control Register 2
PSI5_SDRL2      0xF00051B4          Send Data Register Low 2
PSI5_SDRH2      0xF00051B8          Send Data Register High 2
PSI5_SSRL2      0xF00051BC          Send Shift Register Low 2
PSI5_SSRH2      0xF00051C0          Send Shift Register High 2
PSI5_SORL2      0xF00051C4          Send Output Register Low 2
PSI5_SORH2      0xF00051C8          Send Output Register High 2
PSI5_IOCR3      0xF00051E0          Input and Output Control Register 3
PSI5_RCRA3      0xF00051E4          Receiver Control Register A 3
PSI5_RCRB3      0xF00051E8          Receiver Control Register B 3
PSI5_RCRC3      0xF00051EC          Receiver Control Register C 3
PSI5_WDT30      0xF00051F0          Watch Dog Timer Register 30
PSI5_WDT31      0xF00051F4          Watch Dog Timer Register 31
PSI5_WDT32      0xF00051F8          Watch Dog Timer Register 32
PSI5_WDT33      0xF00051FC          Watch Dog Timer Register 33
PSI5_WDT34      0xF0005200          Watch Dog Timer Register 34
PSI5_WDT35      0xF0005204          Watch Dog Timer Register 35
PSI5_WDT36      0xF0005208          Watch Dog Timer Register 36
PSI5_RSR3       0xF000520C          Receive Status Register 3
PSI5_SDS30      0xF0005210          Serial Data and Status Register 30
PSI5_SDS31      0xF0005214          Serial Data and Status Register 31
PSI5_SDS32      0xF0005218          Serial Data and Status Register 32
PSI5_SDS33      0xF000521C          Serial Data and Status Register 33
PSI5_SDS34      0xF0005220          Serial Data and Status Register 34
PSI5_SDS35      0xF0005224          Serial Data and Status Register 35
PSI5_SPTSC3     0xF0005228          Start of Pulse Time Stamp Capture Register 3
PSI5_SFTSC3     0xF000522C          Start of Frame Time Stamp Capture Register 3
PSI5_RDRL3      0xF0005230          Receive Data Register Low 3
PSI5_RDRH3      0xF0005234          Receive Data Register High 3
PSI5_PGC3       0xF0005238          Pulse Generation Control Register 3
PSI5_CTV3       0xF000523C          Channel Trigger Value Register 3
PSI5_SCR3       0xF0005240          Send Control Register 3
PSI5_SDRL3      0xF0005244          Send Data Register Low 3
PSI5_SDRH3      0xF0005248          Send Data Register High 3
PSI5_SSRL3      0xF000524C          Send Shift Register Low 3
PSI5_SSRH3      0xF0005250          Send Shift Register High 3
PSI5_SORL3      0xF0005254          Send Output Register Low 3
PSI5_SORH3      0xF0005258          Send Output Register High 3
PSI5_INTOV      0xF00052F8          Interrupt Overview Register
PSI5_INP0       0xF00052FC          Interrupt Node Pointer Register 0
PSI5_INP1       0xF0005300          Interrupt Node Pointer Register 1
PSI5_INP2       0xF0005304          Interrupt Node Pointer Register 2
PSI5_INP3       0xF0005308          Interrupt Node Pointer Register 3
PSI5_INTSTATA0  0xF0005310          Interrupt Status Register A 0
PSI5_INTSTATA1  0xF0005314          Interrupt Status Register A 1
PSI5_INTSTATA2  0xF0005318          Interrupt Status Register A 2
PSI5_INTSTATA3  0xF000531C          Interrupt Status Register A 3
PSI5_INTSTATB0  0xF0005324          Interrupt Status Register B 0
PSI5_INTSTATB1  0xF0005328          Interrupt Status Register B 1
PSI5_INTSTATB2  0xF000532C          Interrupt Status Register B 2
PSI5_INTSTATB3  0xF0005330          Interrupt Status Register B 3
PSI5_INTSETA0   0xF0005338          Interrupt Set Register A 0
PSI5_INTSETA1   0xF000533C          Interrupt Set Register A 1
PSI5_INTSETA2   0xF0005340          Interrupt Set Register A 2
PSI5_INTSETA3   0xF0005344          Interrupt Set Register A 3
PSI5_INTSETB0   0xF000534C          Interrupt Set Register B 0
PSI5_INTSETB1   0xF0005350          Interrupt Set Register B 1
PSI5_INTSETB2   0xF0005354          Interrupt Set Register B 2
PSI5_INTSETB3   0xF0005358          Interrupt Set Register B 3
PSI5_INTCLRA0   0xF0005360          Interrupt Clear Register A 0
PSI5_INTCLRA1   0xF0005364          Interrupt Clear Register A 1
PSI5_INTCLRA2   0xF0005368          Interrupt Clear Register A 2
PSI5_INTCLRA3   0xF000536C          Interrupt Clear Register A 3
PSI5_INTCLRB0   0xF0005374          Interrupt Clear Register A 0
PSI5_INTCLRB1   0xF0005378          Interrupt Clear Register A 1
PSI5_INTCLRB2   0xF000537C          Interrupt Clear Register A 2
PSI5_INTCLRB3   0xF0005380          Interrupt Clear Register A 3
PSI5_INTENA0    0xF0005388          Interrupt Enable Register A 0
PSI5_INTENA1    0xF000538C          Interrupt Enable Register A 1
PSI5_INTENA2    0xF0005390          Interrupt Enable Register A 2
PSI5_INTENA3    0xF0005394          Interrupt Enable Register A 3
PSI5_INTENB0    0xF000539C          Interrupt Enable Register B 0
PSI5_INTENB1    0xF00053A0          Interrupt Enable Register B 1
PSI5_INTENB2    0xF00053A4          Interrupt Enable Register B 2
PSI5_INTENB3    0xF00053A8          Interrupt Enable Register B 3
PSI5_OCS        0xF00053CC          OCDS Control and Status
PSI5_ACCEN0     0xF00053D0          Access Enable Register 0
PSI5_ACCEN1     0xF00053D4          Access Enable Register 1
PSI5_KRST0      0xF00053D8          Kernel Reset Register 0
PSI5_KRST1      0xF00053DC          Kernel Reset Register 1
PSI5_KRSTCLR    0xF00053E0          Kernel Reset Status Clear Register
PSI5_RFC0       0xF00053E4          Receive FIFO Control Register 0
PSI5_RFC1       0xF00053E8          Receive FIFO Control Register 1
PSI5_RFC2       0xF00053EC          Receive FIFO Control Register 2
PSI5_RFC3       0xF00053F0          Receive FIFO Control Register 3
PSI5_RDF0       0xF00053F8          Receive Data FIFO 0
PSI5_RDF1       0xF00053FC          Receive Data FIFO 1
PSI5_RDF2       0xF0005400          Receive Data FIFO 2
PSI5_RDF3       0xF0005404          Receive Data FIFO 3
PSI5_RSIOV0     0xF000540C          RSI Overview Register 0
PSI5_RSIOV1     0xF0005410          RSI Overview Register 1
PSI5_RSIOV2     0xF0005414          RSI Overview Register 2
PSI5_RSIOV3     0xF0005418          RSI Overview Register 3
PSI5_RMIOV0     0xF0005420          RMI Overview Register 0
PSI5_RMIOV1     0xF0005424          RMI Overview Register 1
PSI5_RMIOV2     0xF0005428          RMI Overview Register 2
PSI5_RMIOV3     0xF000542C          RMI Overview Register 3
PSI5_NBIOV0     0xF0005434          NBI Overview Register 0
PSI5_NBIOV1     0xF0005438          NBI Overview Register 1
PSI5_NBIOV2     0xF000543C          NBI Overview Register 2
PSI5_NBIOV3     0xF0005440          NBI Overview Register 3
PSI5_TEIOV0     0xF0005448          TEI Overview Register 0
PSI5_TEIOV1     0xF000544C          TEI Overview Register 1
PSI5_TEIOV2     0xF0005450          TEI Overview Register 2
PSI5_TEIOV3     0xF0005454          TEI Overview Register 3
PSI5_CRCIOV0    0xF000545C          CRCI Overview Register 0
PSI5_CRCIOV1    0xF0005460          CRCI Overview Register 1
PSI5_CRCIOV2    0xF0005464          CRCI Overview Register 2
PSI5_CRCIOV3    0xF0005468          CRCI Overview Register 3
PSI5_RDIOV0     0xF0005470          RDI Overview Register 0
PSI5_RDIOV1     0xF0005474          RDI Overview Register 1
PSI5_RDIOV2     0xF0005478          RDI Overview Register 2
PSI5_RDIOV3     0xF000547C          RDI Overview Register 3
PSI5_NFIOV0     0xF0005484          NFI Overview Register 0
PSI5_NFIOV1     0xF0005488          NFI Overview Register 1
PSI5_NFIOV2     0xF000548C          NFI Overview Register 2
PSI5_NFIOV3     0xF0005490          NFI Overview Register 3
PSI5_MEIOV0     0xF0005498          MEI Overview Register 0
PSI5_MEIOV1     0xF000549C          MEI Overview Register 1
PSI5_MEIOV2     0xF00054A0          MEI Overview Register 2
PSI5_MEIOV3     0xF00054A4          MEI Overview Register 3
PSI5_RSISET0    0xF00054AC          RSI Overview Set Register 0
PSI5_RSISET1    0xF00054B0          RSI Overview Set Register 1
PSI5_RSISET2    0xF00054B4          RSI Overview Set Register 2
PSI5_RSISET3    0xF00054B8          RSI Overview Set Register 3
PSI5_RMISET0    0xF00054C0          RMI Overview Set Register 0
PSI5_RMISET1    0xF00054C4          RMI Overview Set Register 1
PSI5_RMISET2    0xF00054C8          RMI Overview Set Register 2
PSI5_RMISET3    0xF00054CC          RMI Overview Set Register 3
PSI5_NBISET0    0xF00054D4          NBI Overview Set Register 0
PSI5_NBISET1    0xF00054D8          NBI Overview Set Register 1
PSI5_NBISET2    0xF00054DC          NBI Overview Set Register 2
PSI5_NBISET3    0xF00054E0          NBI Overview Set Register 3
PSI5_TEISET0    0xF00054E8          TEI Overview Set Register 0
PSI5_TEISET1    0xF00054EC          TEI Overview Set Register 1
PSI5_TEISET2    0xF00054F0          TEI Overview Set Register 2
PSI5_TEISET3    0xF00054F4          TEI Overview Set Register 3
PSI5_CRCISET0   0xF00054FC          CRCI Overview Set Register 0
PSI5_CRCISET1   0xF0005500          CRCI Overview Set Register 1
PSI5_CRCISET2   0xF0005504          CRCI Overview Set Register 2
PSI5_CRCISET3   0xF0005508          CRCI Overview Set Register 3
PSI5_RDISET0    0xF0005510          RDI Overview Set Register 0
PSI5_RDISET1    0xF0005514          RDI Overview Set Register 1
PSI5_RDISET2    0xF0005518          RDI Overview Set Register 2
PSI5_RDISET3    0xF000551C          RDI Overview Set Register 3
PSI5_NFISET0    0xF0005524          NFI Overview Set Register 0
PSI5_NFISET1    0xF0005528          NFI Overview Set Register 1
PSI5_NFISET2    0xF000552C          NFI Overview Set Register 2
PSI5_NFISET3    0xF0005530          NFI Overview Set Register 3
PSI5_MEISET0    0xF0005538          MEI Overview Set Register 0
PSI5_MEISET1    0xF000553C          MEI Overview Set Register 1
PSI5_MEISET2    0xF0005540          MEI Overview Set Register 2
PSI5_MEISET3    0xF0005544          MEI Overview Set Register 3
PSI5_RSICLR0    0xF000554C          RSI Overview Clear Register 0
PSI5_RSICLR1    0xF0005550          RSI Overview Clear Register 1
PSI5_RSICLR2    0xF0005554          RSI Overview Clear Register 2
PSI5_RSICLR3    0xF0005558          RSI Overview Clear Register 3
PSI5_RMICLR0    0xF0005560          RMI Overview Clear Register 0
PSI5_RMICLR1    0xF0005564          RMI Overview Clear Register 1
PSI5_RMICLR2    0xF0005568          RMI Overview Clear Register 2
PSI5_RMICLR3    0xF000556C          RMI Overview Clear Register 3
PSI5_NBICLR0    0xF0005574          NBI Overview Clear Register 0
PSI5_NBICLR1    0xF0005578          NBI Overview Clear Register 1
PSI5_NBICLR2    0xF000557C          NBI Overview Clear Register 2
PSI5_NBICLR3    0xF0005580          NBI Overview Clear Register 3
PSI5_TEICLR0    0xF0005588          TEI Overview Clear Register 0
PSI5_TEICLR1    0xF000558C          TEI Overview Clear Register 1
PSI5_TEICLR2    0xF0005590          TEI Overview Clear Register 2
PSI5_TEICLR3    0xF0005594          TEI Overview Clear Register 3
PSI5_CRCICLR0   0xF000559C          CRCI Overview Clear Register 0
PSI5_CRCICLR1   0xF00055A0          CRCI Overview Clear Register 1
PSI5_CRCICLR2   0xF00055A4          CRCI Overview Clear Register 2
PSI5_CRCICLR3   0xF00055A8          CRCI Overview Clear Register 3
PSI5_RDICLR0    0xF00055B0          RDI Overview Clear Register 0
PSI5_RDICLR1    0xF00055B4          RDI Overview Clear Register 1
PSI5_RDICLR2    0xF00055B8          RDI Overview Clear Register 2
PSI5_RDICLR3    0xF00055BC          RDI Overview Clear Register 3
PSI5_NFICLR0    0xF00055C4          NFI Overview Clear Register 0
PSI5_NFICLR1    0xF00055C8          NFI Overview Clear Register 1
PSI5_NFICLR2    0xF00055CC          NFI Overview Clear Register 2
PSI5_NFICLR3    0xF00055D0          NFI Overview Clear Register 3
PSI5_MEICLR0    0xF00055D8          MEI Overview Clear Register 0
PSI5_MEICLR1    0xF00055DC          MEI Overview Clear Register 1
PSI5_MEICLR2    0xF00055E0          MEI Overview Clear Register 2
PSI5_MEICLR3    0xF00055E4          MEI Overview Clear Register 3
PSI5_RDML00     0xF0005600          Receive Data Memory Low 00
PSI5_RDMH00     0xF0005604          Receive Data Memory High 00
PSI5_RDML01     0xF0005608          Receive Data Memory Low 01
PSI5_RDMH01     0xF000560C          Receive Data Memory High 01
PSI5_RDML02     0xF0005610          Receive Data Memory Low 02
PSI5_RDMH02     0xF0005614          Receive Data Memory High 02
PSI5_RDML03     0xF0005618          Receive Data Memory Low 03
PSI5_RDMH03     0xF000561C          Receive Data Memory High 03
PSI5_RDML04     0xF0005620          Receive Data Memory Low 04
PSI5_RDMH04     0xF0005624          Receive Data Memory High 04
PSI5_RDML05     0xF0005628          Receive Data Memory Low 05
PSI5_RDMH05     0xF000562C          Receive Data Memory High 05
PSI5_RDML06     0xF0005630          Receive Data Memory Low 06
PSI5_RDMH06     0xF0005634          Receive Data Memory High 06
PSI5_RDML07     0xF0005638          Receive Data Memory Low 07
PSI5_RDMH07     0xF000563C          Receive Data Memory High 07
PSI5_RDML08     0xF0005640          Receive Data Memory Low 08
PSI5_RDMH08     0xF0005644          Receive Data Memory High 08
PSI5_RDML09     0xF0005648          Receive Data Memory Low 09
PSI5_RDMH09     0xF000564C          Receive Data Memory High 09
PSI5_RDML010    0xF0005650          Receive Data Memory Low 010
PSI5_RDMH010    0xF0005654          Receive Data Memory High 010
PSI5_RDML011    0xF0005658          Receive Data Memory Low 011
PSI5_RDMH011    0xF000565C          Receive Data Memory High 011
PSI5_RDML012    0xF0005660          Receive Data Memory Low 012
PSI5_RDMH012    0xF0005664          Receive Data Memory High 012
PSI5_RDML013    0xF0005668          Receive Data Memory Low 013
PSI5_RDMH013    0xF000566C          Receive Data Memory High 013
PSI5_RDML014    0xF0005670          Receive Data Memory Low 014
PSI5_RDMH014    0xF0005674          Receive Data Memory High 014
PSI5_RDML015    0xF0005678          Receive Data Memory Low 015
PSI5_RDMH015    0xF000567C          Receive Data Memory High 015
PSI5_RDML016    0xF0005680          Receive Data Memory Low 016
PSI5_RDMH016    0xF0005684          Receive Data Memory High 016
PSI5_RDML017    0xF0005688          Receive Data Memory Low 017
PSI5_RDMH017    0xF000568C          Receive Data Memory High 017
PSI5_RDML018    0xF0005690          Receive Data Memory Low 018
PSI5_RDMH018    0xF0005694          Receive Data Memory High 018
PSI5_RDML019    0xF0005698          Receive Data Memory Low 019
PSI5_RDMH019    0xF000569C          Receive Data Memory High 019
PSI5_RDML020    0xF00056A0          Receive Data Memory Low 020
PSI5_RDMH020    0xF00056A4          Receive Data Memory High 020
PSI5_RDML021    0xF00056A8          Receive Data Memory Low 021
PSI5_RDMH021    0xF00056AC          Receive Data Memory High 021
PSI5_RDML022    0xF00056B0          Receive Data Memory Low 022
PSI5_RDMH022    0xF00056B4          Receive Data Memory High 022
PSI5_RDML023    0xF00056B8          Receive Data Memory Low 023
PSI5_RDMH023    0xF00056BC          Receive Data Memory High 023
PSI5_RDML024    0xF00056C0          Receive Data Memory Low 024
PSI5_RDMH024    0xF00056C4          Receive Data Memory High 024
PSI5_RDML025    0xF00056C8          Receive Data Memory Low 025
PSI5_RDMH025    0xF00056CC          Receive Data Memory High 025
PSI5_RDML026    0xF00056D0          Receive Data Memory Low 026
PSI5_RDMH026    0xF00056D4          Receive Data Memory High 026
PSI5_RDML027    0xF00056D8          Receive Data Memory Low 027
PSI5_RDMH027    0xF00056DC          Receive Data Memory High 027
PSI5_RDML028    0xF00056E0          Receive Data Memory Low 028
PSI5_RDMH028    0xF00056E4          Receive Data Memory High 028
PSI5_RDML029    0xF00056E8          Receive Data Memory Low 029
PSI5_RDMH029    0xF00056EC          Receive Data Memory High 029
PSI5_RDML030    0xF00056F0          Receive Data Memory Low 030
PSI5_RDMH030    0xF00056F4          Receive Data Memory High 030
PSI5_RDML031    0xF00056F8          Receive Data Memory Low 031
PSI5_RDMH031    0xF00056FC          Receive Data Memory High 031
PSI5_RDML10     0xF0005700          Receive Data Memory Low 10
PSI5_RDMH10     0xF0005704          Receive Data Memory High 10
PSI5_RDML11     0xF0005708          Receive Data Memory Low 11
PSI5_RDMH11     0xF000570C          Receive Data Memory High 11
PSI5_RDML12     0xF0005710          Receive Data Memory Low 12
PSI5_RDMH12     0xF0005714          Receive Data Memory High 12
PSI5_RDML13     0xF0005718          Receive Data Memory Low 13
PSI5_RDMH13     0xF000571C          Receive Data Memory High 13
PSI5_RDML14     0xF0005720          Receive Data Memory Low 14
PSI5_RDMH14     0xF0005724          Receive Data Memory High 14
PSI5_RDML15     0xF0005728          Receive Data Memory Low 15
PSI5_RDMH15     0xF000572C          Receive Data Memory High 15
PSI5_RDML16     0xF0005730          Receive Data Memory Low 16
PSI5_RDMH16     0xF0005734          Receive Data Memory High 16
PSI5_RDML17     0xF0005738          Receive Data Memory Low 17
PSI5_RDMH17     0xF000573C          Receive Data Memory High 17
PSI5_RDML18     0xF0005740          Receive Data Memory Low 18
PSI5_RDMH18     0xF0005744          Receive Data Memory High 18
PSI5_RDML19     0xF0005748          Receive Data Memory Low 19
PSI5_RDMH19     0xF000574C          Receive Data Memory High 19
PSI5_RDML110    0xF0005750          Receive Data Memory Low 110
PSI5_RDMH110    0xF0005754          Receive Data Memory High 110
PSI5_RDML111    0xF0005758          Receive Data Memory Low 111
PSI5_RDMH111    0xF000575C          Receive Data Memory High 111
PSI5_RDML112    0xF0005760          Receive Data Memory Low 112
PSI5_RDMH112    0xF0005764          Receive Data Memory High 112
PSI5_RDML113    0xF0005768          Receive Data Memory Low 113
PSI5_RDMH113    0xF000576C          Receive Data Memory High 113
PSI5_RDML114    0xF0005770          Receive Data Memory Low 114
PSI5_RDMH114    0xF0005774          Receive Data Memory High 114
PSI5_RDML115    0xF0005778          Receive Data Memory Low 115
PSI5_RDMH115    0xF000577C          Receive Data Memory High 115
PSI5_RDML116    0xF0005780          Receive Data Memory Low 116
PSI5_RDMH116    0xF0005784          Receive Data Memory High 116
PSI5_RDML117    0xF0005788          Receive Data Memory Low 117
PSI5_RDMH117    0xF000578C          Receive Data Memory High 117
PSI5_RDML118    0xF0005790          Receive Data Memory Low 118
PSI5_RDMH118    0xF0005794          Receive Data Memory High 118
PSI5_RDML119    0xF0005798          Receive Data Memory Low 119
PSI5_RDMH119    0xF000579C          Receive Data Memory High 119
PSI5_RDML120    0xF00057A0          Receive Data Memory Low 120
PSI5_RDMH120    0xF00057A4          Receive Data Memory High 120
PSI5_RDML121    0xF00057A8          Receive Data Memory Low 121
PSI5_RDMH121    0xF00057AC          Receive Data Memory High 121
PSI5_RDML122    0xF00057B0          Receive Data Memory Low 122
PSI5_RDMH122    0xF00057B4          Receive Data Memory High 122
PSI5_RDML123    0xF00057B8          Receive Data Memory Low 123
PSI5_RDMH123    0xF00057BC          Receive Data Memory High 123
PSI5_RDML124    0xF00057C0          Receive Data Memory Low 124
PSI5_RDMH124    0xF00057C4          Receive Data Memory High 124
PSI5_RDML125    0xF00057C8          Receive Data Memory Low 125
PSI5_RDMH125    0xF00057CC          Receive Data Memory High 125
PSI5_RDML126    0xF00057D0          Receive Data Memory Low 126
PSI5_RDMH126    0xF00057D4          Receive Data Memory High 126
PSI5_RDML127    0xF00057D8          Receive Data Memory Low 127
PSI5_RDMH127    0xF00057DC          Receive Data Memory High 127
PSI5_RDML128    0xF00057E0          Receive Data Memory Low 128
PSI5_RDMH128    0xF00057E4          Receive Data Memory High 128
PSI5_RDML129    0xF00057E8          Receive Data Memory Low 129
PSI5_RDMH129    0xF00057EC          Receive Data Memory High 129
PSI5_RDML130    0xF00057F0          Receive Data Memory Low 130
PSI5_RDMH130    0xF00057F4          Receive Data Memory High 130
PSI5_RDML131    0xF00057F8          Receive Data Memory Low 131
PSI5_RDMH131    0xF00057FC          Receive Data Memory High 131
PSI5_RDML20     0xF0005800          Receive Data Memory Low 20
PSI5_RDMH20     0xF0005804          Receive Data Memory High 20
PSI5_RDML21     0xF0005808          Receive Data Memory Low 21
PSI5_RDMH21     0xF000580C          Receive Data Memory High 21
PSI5_RDML22     0xF0005810          Receive Data Memory Low 22
PSI5_RDMH22     0xF0005814          Receive Data Memory High 22
PSI5_RDML23     0xF0005818          Receive Data Memory Low 23
PSI5_RDMH23     0xF000581C          Receive Data Memory High 23
PSI5_RDML24     0xF0005820          Receive Data Memory Low 24
PSI5_RDMH24     0xF0005824          Receive Data Memory High 24
PSI5_RDML25     0xF0005828          Receive Data Memory Low 25
PSI5_RDMH25     0xF000582C          Receive Data Memory High 25
PSI5_RDML26     0xF0005830          Receive Data Memory Low 26
PSI5_RDMH26     0xF0005834          Receive Data Memory High 26
PSI5_RDML27     0xF0005838          Receive Data Memory Low 27
PSI5_RDMH27     0xF000583C          Receive Data Memory High 27
PSI5_RDML28     0xF0005840          Receive Data Memory Low 28
PSI5_RDMH28     0xF0005844          Receive Data Memory High 28
PSI5_RDML29     0xF0005848          Receive Data Memory Low 29
PSI5_RDMH29     0xF000584C          Receive Data Memory High 29
PSI5_RDML210    0xF0005850          Receive Data Memory Low 210
PSI5_RDMH210    0xF0005854          Receive Data Memory High 210
PSI5_RDML211    0xF0005858          Receive Data Memory Low 211
PSI5_RDMH211    0xF000585C          Receive Data Memory High 211
PSI5_RDML212    0xF0005860          Receive Data Memory Low 212
PSI5_RDMH212    0xF0005864          Receive Data Memory High 212
PSI5_RDML213    0xF0005868          Receive Data Memory Low 213
PSI5_RDMH213    0xF000586C          Receive Data Memory High 213
PSI5_RDML214    0xF0005870          Receive Data Memory Low 214
PSI5_RDMH214    0xF0005874          Receive Data Memory High 214
PSI5_RDML215    0xF0005878          Receive Data Memory Low 215
PSI5_RDMH215    0xF000587C          Receive Data Memory High 215
PSI5_RDML216    0xF0005880          Receive Data Memory Low 216
PSI5_RDMH216    0xF0005884          Receive Data Memory High 216
PSI5_RDML217    0xF0005888          Receive Data Memory Low 217
PSI5_RDMH217    0xF000588C          Receive Data Memory High 217
PSI5_RDML218    0xF0005890          Receive Data Memory Low 218
PSI5_RDMH218    0xF0005894          Receive Data Memory High 218
PSI5_RDML219    0xF0005898          Receive Data Memory Low 219
PSI5_RDMH219    0xF000589C          Receive Data Memory High 219
PSI5_RDML220    0xF00058A0          Receive Data Memory Low 220
PSI5_RDMH220    0xF00058A4          Receive Data Memory High 220
PSI5_RDML221    0xF00058A8          Receive Data Memory Low 221
PSI5_RDMH221    0xF00058AC          Receive Data Memory High 221
PSI5_RDML222    0xF00058B0          Receive Data Memory Low 222
PSI5_RDMH222    0xF00058B4          Receive Data Memory High 222
PSI5_RDML223    0xF00058B8          Receive Data Memory Low 223
PSI5_RDMH223    0xF00058BC          Receive Data Memory High 223
PSI5_RDML224    0xF00058C0          Receive Data Memory Low 224
PSI5_RDMH224    0xF00058C4          Receive Data Memory High 224
PSI5_RDML225    0xF00058C8          Receive Data Memory Low 225
PSI5_RDMH225    0xF00058CC          Receive Data Memory High 225
PSI5_RDML226    0xF00058D0          Receive Data Memory Low 226
PSI5_RDMH226    0xF00058D4          Receive Data Memory High 226
PSI5_RDML227    0xF00058D8          Receive Data Memory Low 227
PSI5_RDMH227    0xF00058DC          Receive Data Memory High 227
PSI5_RDML228    0xF00058E0          Receive Data Memory Low 228
PSI5_RDMH228    0xF00058E4          Receive Data Memory High 228
PSI5_RDML229    0xF00058E8          Receive Data Memory Low 229
PSI5_RDMH229    0xF00058EC          Receive Data Memory High 229
PSI5_RDML230    0xF00058F0          Receive Data Memory Low 230
PSI5_RDMH230    0xF00058F4          Receive Data Memory High 230
PSI5_RDML231    0xF00058F8          Receive Data Memory Low 231
PSI5_RDMH231    0xF00058FC          Receive Data Memory High 231
PSI5_RDML30     0xF0005900          Receive Data Memory Low 30
PSI5_RDMH30     0xF0005904          Receive Data Memory High 30
PSI5_RDML31     0xF0005908          Receive Data Memory Low 31
PSI5_RDMH31     0xF000590C          Receive Data Memory High 31
PSI5_RDML32     0xF0005910          Receive Data Memory Low 32
PSI5_RDMH32     0xF0005914          Receive Data Memory High 32
PSI5_RDML33     0xF0005918          Receive Data Memory Low 33
PSI5_RDMH33     0xF000591C          Receive Data Memory High 33
PSI5_RDML34     0xF0005920          Receive Data Memory Low 34
PSI5_RDMH34     0xF0005924          Receive Data Memory High 34
PSI5_RDML35     0xF0005928          Receive Data Memory Low 35
PSI5_RDMH35     0xF000592C          Receive Data Memory High 35
PSI5_RDML36     0xF0005930          Receive Data Memory Low 36
PSI5_RDMH36     0xF0005934          Receive Data Memory High 36
PSI5_RDML37     0xF0005938          Receive Data Memory Low 37
PSI5_RDMH37     0xF000593C          Receive Data Memory High 37
PSI5_RDML38     0xF0005940          Receive Data Memory Low 38
PSI5_RDMH38     0xF0005944          Receive Data Memory High 38
PSI5_RDML39     0xF0005948          Receive Data Memory Low 39
PSI5_RDMH39     0xF000594C          Receive Data Memory High 39
PSI5_RDML310    0xF0005950          Receive Data Memory Low 310
PSI5_RDMH310    0xF0005954          Receive Data Memory High 310
PSI5_RDML311    0xF0005958          Receive Data Memory Low 311
PSI5_RDMH311    0xF000595C          Receive Data Memory High 311
PSI5_RDML312    0xF0005960          Receive Data Memory Low 312
PSI5_RDMH312    0xF0005964          Receive Data Memory High 312
PSI5_RDML313    0xF0005968          Receive Data Memory Low 313
PSI5_RDMH313    0xF000596C          Receive Data Memory High 313
PSI5_RDML314    0xF0005970          Receive Data Memory Low 314
PSI5_RDMH314    0xF0005974          Receive Data Memory High 314
PSI5_RDML315    0xF0005978          Receive Data Memory Low 315
PSI5_RDMH315    0xF000597C          Receive Data Memory High 315
PSI5_RDML316    0xF0005980          Receive Data Memory Low 316
PSI5_RDMH316    0xF0005984          Receive Data Memory High 316
PSI5_RDML317    0xF0005988          Receive Data Memory Low 317
PSI5_RDMH317    0xF000598C          Receive Data Memory High 317
PSI5_RDML318    0xF0005990          Receive Data Memory Low 318
PSI5_RDMH318    0xF0005994          Receive Data Memory High 318
PSI5_RDML319    0xF0005998          Receive Data Memory Low 319
PSI5_RDMH319    0xF000599C          Receive Data Memory High 319
PSI5_RDML320    0xF00059A0          Receive Data Memory Low 320
PSI5_RDMH320    0xF00059A4          Receive Data Memory High 320
PSI5_RDML321    0xF00059A8          Receive Data Memory Low 321
PSI5_RDMH321    0xF00059AC          Receive Data Memory High 321
PSI5_RDML322    0xF00059B0          Receive Data Memory Low 322
PSI5_RDMH322    0xF00059B4          Receive Data Memory High 322
PSI5_RDML323    0xF00059B8          Receive Data Memory Low 323
PSI5_RDMH323    0xF00059BC          Receive Data Memory High 323
PSI5_RDML324    0xF00059C0          Receive Data Memory Low 324
PSI5_RDMH324    0xF00059C4          Receive Data Memory High 324
PSI5_RDML325    0xF00059C8          Receive Data Memory Low 325
PSI5_RDMH325    0xF00059CC          Receive Data Memory High 325
PSI5_RDML326    0xF00059D0          Receive Data Memory Low 326
PSI5_RDMH326    0xF00059D4          Receive Data Memory High 326
PSI5_RDML327    0xF00059D8          Receive Data Memory Low 327
PSI5_RDMH327    0xF00059DC          Receive Data Memory High 327
PSI5_RDML328    0xF00059E0          Receive Data Memory Low 328
PSI5_RDMH328    0xF00059E4          Receive Data Memory High 328
PSI5_RDML329    0xF00059E8          Receive Data Memory Low 329
PSI5_RDMH329    0xF00059EC          Receive Data Memory High 329
PSI5_RDML330    0xF00059F0          Receive Data Memory Low 330
PSI5_RDMH330    0xF00059F4          Receive Data Memory High 330
PSI5_RDML331    0xF00059F8          Receive Data Memory Low 331
PSI5_RDMH331    0xF00059FC          Receive Data Memory High 331
PSI5S_CLC       0xF0007000          Clock Control Register
PSI5S_ID        0xF0007008          Module Identification Register
PSI5S_FDR       0xF000700C          PSI5-S Fractional Divider Register
PSI5S_FDRT      0xF0007010          Fractional Divider Register for Time Stamp
PSI5S_TSCNTA    0xF0007014          Time Stamp Count Register A
PSI5S_TSCNTB    0xF0007018          Time Stamp Count Register B
PSI5S_GCR       0xF000701C          Global Control Register
PSI5S_NFC       0xF0007020          Number of Frames Control Register
PSI5S_FCNT      0xF0007024          Frame Counter Register
PSI5S_IOCR      0xF0007028          Input and Output Control Register
PSI5S_RCRA0     0xF0007030          Receiver Control Register A0
PSI5S_RCRA1     0xF0007034          Receiver Control Register A1
PSI5S_RCRA2     0xF0007038          Receiver Control Register A2
PSI5S_RCRA3     0xF000703C          Receiver Control Register A3
PSI5S_RCRA4     0xF0007040          Receiver Control Register A4
PSI5S_RCRA5     0xF0007044          Receiver Control Register A5
PSI5S_RCRA6     0xF0007048          Receiver Control Register A6
PSI5S_RCRA7     0xF000704C          Receiver Control Register A7
PSI5S_RCRB0     0xF0007050          Receiver Control Register B0
PSI5S_RCRB1     0xF0007054          Receiver Control Register B1
PSI5S_RCRB2     0xF0007058          Receiver Control Register B2
PSI5S_RCRB3     0xF000705C          Receiver Control Register B3
PSI5S_RCRB4     0xF0007060          Receiver Control Register B4
PSI5S_RCRB5     0xF0007064          Receiver Control Register B5
PSI5S_RCRB6     0xF0007068          Receiver Control Register B6
PSI5S_RCRB7     0xF000706C          Receiver Control Register B7
PSI5S_WDT0      0xF0007070          Watch Dog Timer Register 0
PSI5S_WDT1      0xF0007074          Watch Dog Timer Register 1
PSI5S_WDT2      0xF0007078          Watch Dog Timer Register 2
PSI5S_WDT3      0xF000707C          Watch Dog Timer Register 3
PSI5S_WDT4      0xF0007080          Watch Dog Timer Register 4
PSI5S_WDT5      0xF0007084          Watch Dog Timer Register 5
PSI5S_WDT6      0xF0007088          Watch Dog Timer Register 6
PSI5S_WDT7      0xF000708C          Watch Dog Timer Register 7
PSI5S_TSCR0     0xF0007090          Capture Register TSCR0
PSI5S_TSCR1     0xF0007094          Capture Register TSCR1
PSI5S_TSCR2     0xF0007098          Capture Register TSCR2
PSI5S_TSCR3     0xF000709C          Capture Register TSCR3
PSI5S_TSCR4     0xF00070A0          Capture Register TSCR4
PSI5S_TSCR5     0xF00070A4          Capture Register TSCR5
PSI5S_TSCR6     0xF00070A8          Capture Register TSCR6
PSI5S_TSCR7     0xF00070AC          Capture Register TSCR7
PSI5S_RDS       0xF00070B0          Receive Status Register
PSI5S_RDR       0xF00070B4          Receive Data Register
PSI5S_TSM       0xF00070B8          Time Stamp Mirror Register
PSI5S_TAR       0xF00070D0          Target Address Register
PSI5S_BAR       0xF00070D4          Base Address Register
PSI5S_PGC0      0xF00070F0          Pulse Generation Control Register 0
PSI5S_PGC1      0xF00070F4          Pulse Generation Control Register 1
PSI5S_PGC2      0xF00070F8          Pulse Generation Control Register 2
PSI5S_PGC3      0xF00070FC          Pulse Generation Control Register 3
PSI5S_PGC4      0xF0007100          Pulse Generation Control Register 4
PSI5S_PGC5      0xF0007104          Pulse Generation Control Register 5
PSI5S_PGC6      0xF0007108          Pulse Generation Control Register 6
PSI5S_PGC7      0xF000710C          Pulse Generation Control Register 7
PSI5S_CTV0      0xF0007110          Channel Trigger Value Register 0
PSI5S_CTV1      0xF0007114          Channel Trigger Value Register 1
PSI5S_CTV2      0xF0007118          Channel Trigger Value Register 2
PSI5S_CTV3      0xF000711C          Channel Trigger Value Register 3
PSI5S_CTV4      0xF0007120          Channel Trigger Value Register 4
PSI5S_CTV5      0xF0007124          Channel Trigger Value Register 5
PSI5S_CTV6      0xF0007128          Channel Trigger Value Register 6
PSI5S_CTV7      0xF000712C          Channel Trigger Value Register 7
PSI5S_SCR0      0xF0007130          Send Control Register 0
PSI5S_SCR1      0xF0007134          Send Control Register 1
PSI5S_SCR2      0xF0007138          Send Control Register 2
PSI5S_SCR3      0xF000713C          Send Control Register 3
PSI5S_SCR4      0xF0007140          Send Control Register 4
PSI5S_SCR5      0xF0007144          Send Control Register 5
PSI5S_SCR6      0xF0007148          Send Control Register 6
PSI5S_SCR7      0xF000714C          Send Control Register 7
PSI5S_SDR0      0xF0007150          Send Data Register 0
PSI5S_SDR1      0xF0007154          Send Data Register 1
PSI5S_SDR2      0xF0007158          Send Data Register 2
PSI5S_SDR3      0xF000715C          Send Data Register 3
PSI5S_SDR4      0xF0007160          Send Data Register 4
PSI5S_SDR5      0xF0007164          Send Data Register 5
PSI5S_SDR6      0xF0007168          Send Data Register 6
PSI5S_SDR7      0xF000716C          Send Data Register 7
PSI5S_CDW       0xF0007170          CPU Direct Write Register
PSI5S_CON       0xF0007210          Control Register
PSI5S_BG        0xF0007214          Baud Rate Timer/Reload Register
PSI5S_FDV       0xF0007218          Fractional Divider Register
PSI5S_FDO       0xF000721C          Fractional Divider for Output CLK Register
PSI5S_TBUF      0xF0007220          Transmit Buffer Register
PSI5S_RBUF      0xF0007224          Receive Buffer Register
PSI5S_WHBCON    0xF0007250          Write Hardware Bits Control Register
PSI5S_INTSTAT0  0xF0007260          Interrupt Status Register 0
PSI5S_INTSTAT1  0xF0007264          Interrupt Status Register 1
PSI5S_INTSTAT2  0xF0007268          Interrupt Status Register 2
PSI5S_INTSTAT3  0xF000726C          Interrupt Status Register 3
PSI5S_INTSTAT4  0xF0007270          Interrupt Status Register 4
PSI5S_INTSTAT5  0xF0007274          Interrupt Status Register 5
PSI5S_INTSTAT6  0xF0007278          Interrupt Status Register 6
PSI5S_INTSTAT7  0xF000727C          Interrupt Status Register 7
PSI5S_INTSET0   0xF0007280          Interrupt Set Register 0
PSI5S_INTSET1   0xF0007284          Interrupt Set Register 1
PSI5S_INTSET2   0xF0007288          Interrupt Set Register 2
PSI5S_INTSET3   0xF000728C          Interrupt Set Register 3
PSI5S_INTSET4   0xF0007290          Interrupt Set Register 4
PSI5S_INTSET5   0xF0007294          Interrupt Set Register 5
PSI5S_INTSET6   0xF0007298          Interrupt Set Register 6
PSI5S_INTSET7   0xF000729C          Interrupt Set Register 7
PSI5S_INTCLR0   0xF00072A0          Interrupt Clear Register 0
PSI5S_INTCLR1   0xF00072A4          Interrupt Clear Register 1
PSI5S_INTCLR2   0xF00072A8          Interrupt Clear Register 2
PSI5S_INTCLR3   0xF00072AC          Interrupt Clear Register 3
PSI5S_INTCLR4   0xF00072B0          Interrupt Clear Register 4
PSI5S_INTCLR5   0xF00072B4          Interrupt Clear Register 5
PSI5S_INTCLR6   0xF00072B8          Interrupt Clear Register 6
PSI5S_INTCLR7   0xF00072BC          Interrupt Clear Register 7
PSI5S_INTEN0    0xF00072C0          Interrupt Enable Register 0
PSI5S_INTEN1    0xF00072C4          Interrupt Enable Register 1
PSI5S_INTEN2    0xF00072C8          Interrupt Enable Register 2
PSI5S_INTEN3    0xF00072CC          Interrupt Enable Register 3
PSI5S_INTEN4    0xF00072D0          Interrupt Enable Register 4
PSI5S_INTEN5    0xF00072D4          Interrupt Enable Register 5
PSI5S_INTEN6    0xF00072D8          Interrupt Enable Register 6
PSI5S_INTEN7    0xF00072DC          Interrupt Enable Register 7
PSI5S_INP0      0xF00072E0          Interrupt Node Pointer Register 0
PSI5S_INP1      0xF00072E4          Interrupt Node Pointer Register 1
PSI5S_INP2      0xF00072E8          Interrupt Node Pointer Register 2
PSI5S_INP3      0xF00072EC          Interrupt Node Pointer Register 3
PSI5S_INP4      0xF00072F0          Interrupt Node Pointer Register 4
PSI5S_INP5      0xF00072F4          Interrupt Node Pointer Register 5
PSI5S_INP6      0xF00072F8          Interrupt Node Pointer Register 6
PSI5S_INP7      0xF00072FC          Interrupt Node Pointer Register 7
PSI5S_INTOV     0xF0007300          Interrupt Overview Register
PSI5S_INTSTATG  0xF0007304          Interrupt Status Register Global
PSI5S_INTSETG   0xF0007308          Interrupt Set Register Global
PSI5S_INTCLRG   0xF000730C          Interrupt Clear Register Global
PSI5S_INTENG    0xF0007310          Interrupt Enable Register Global
PSI5S_INPG      0xF0007314          Interrupt Node Pointer Register Global
PSI5S_OCS       0xF00073CC          OCDS Control and Status
PSI5S_ACCEN0    0xF00073D0          Access Enable Register 0
PSI5S_ACCEN1    0xF00073D4          Access Enable Register 1
PSI5S_KRST0     0xF00073D8          Kernel Reset Register 0
PSI5S_KRST1     0xF00073DC          Kernel Reset Register 1
PSI5S_KRSTCLR   0xF00073E0          Kernel Reset Status Clear Register
DMA_CLC         0xF0010000          DMA Clock Control Register
DMA_ID          0xF0010008          DMA Identification Register
DMA_ACCEN00     0xF0010040          RP 0 Access Enable Register 0
DMA_ACCEN01     0xF0010044          RP 0 Access Enable Register 1
DMA_ACCEN10     0xF0010048          RP 1 Access Enable Register 0
DMA_ACCEN11     0xF001004C          RP 1 Access Enable Register 1
DMA_ACCEN20     0xF0010050          RP 2 Access Enable Register 0
DMA_ACCEN21     0xF0010054          RP 2 Access Enable Register 1
DMA_ACCEN30     0xF0010058          RP 3 Access Enable Register 0
DMA_ACCEN31     0xF001005C          RP 3 Access Enable Register 1
DMA_EER0        0xF0010120          ME 0 Enable Error Register
DMA_ERRSR0      0xF0010124          ME 0 Error Status Register
DMA_CLRE0       0xF0010128          ME 0 Clear Error Register
DMA_ME0SR       0xF0010130          ME 0 Status Register
DMA_ME00R       0xF0010140          ME 0 Read Register 0
DMA_ME01R       0xF0010144          ME 0 Read Register 1
DMA_ME02R       0xF0010148          ME 0 Read Register 2
DMA_ME03R       0xF001014C          ME 0 Read Register 3
DMA_ME04R       0xF0010150          ME 0 Read Register 4
DMA_ME05R       0xF0010154          ME 0 Read Register 5
DMA_ME06R       0xF0010158          ME 0 Read Register 6
DMA_ME07R       0xF001015C          ME 0 Read Register 7
DMA_ME0RDCRC    0xF0010180          ME 0 Channel Read Data CRC Register
DMA_ME0SDCRC    0xF0010184          ME 0 Channel Source and Destination Address CRC Register
DMA_ME0SADR     0xF0010188          ME 0 Channel Source Address Register
DMA_ME0DADR     0xF001018C          ME 0 Channel Destination Address Register
DMA_ME0ADICR    0xF0010190          ME 0 Channel Address and Interrupt Control Register
DMA_ME0CHCR     0xF0010194          ME 0 Channel Control Register
DMA_ME0SHADR    0xF0010198          ME 0 Channel Shadow Address Register
DMA_ME0CHSR     0xF001019C          ME 0 Channel Status Register
DMA_EER1        0xF0011120          ME 1 Enable Error Register
DMA_ERRSR1      0xF0011124          ME 1 Error Status Register
DMA_CLRE1       0xF0011128          ME 1 Clear Error Register
DMA_ME1SR       0xF0011130          ME 1 Status Register
DMA_ME10R       0xF0011140          ME 1 Read Register 0
DMA_ME11R       0xF0011144          ME 1 Read Register 1
DMA_ME12R       0xF0011148          ME 1 Read Register 2
DMA_ME13R       0xF001114C          ME 1 Read Register 3
DMA_ME14R       0xF0011150          ME 1 Read Register 4
DMA_ME15R       0xF0011154          ME 1 Read Register 5
DMA_ME16R       0xF0011158          ME 1 Read Register 6
DMA_ME17R       0xF001115C          ME 1 Read Register 7
DMA_ME1RDCRC    0xF0011180          ME 1 Channel Read Data CRC Register
DMA_ME1SDCRC    0xF0011184          ME 1 Channel Source and Destination Address CRC Register
DMA_ME1SADR     0xF0011188          ME 1 Channel Source Address Register
DMA_ME1DADR     0xF001118C          ME 1 Channel Destination Address Register
DMA_ME1ADICR    0xF0011190          ME 1 Channel Address and Interrupt Control Register
DMA_ME1CHCR     0xF0011194          ME 1 Channel Control Register
DMA_ME1SHADR    0xF0011198          ME 1 Channel Shadow Address Register
DMA_ME1CHSR     0xF001119C          ME 1 Channel Status Register
DMA_OTSS        0xF0011200          DMA OCDS Trigger Set Select
DMA_PRR0        0xF0011208          DMA Pattern Read Register 0
DMA_PRR1        0xF001120C          DMA Pattern Read Register 1
DMA_TIME        0xF0011210          DMA Time Register
DMA_MODE0       0xF0011300          RP 0 Mode Register
DMA_MODE1       0xF0011304          RP 1 Mode Register
DMA_MODE2       0xF0011308          RP 2 Mode Register
DMA_MODE3       0xF001130C          RP 3 Mode Register
DMA_ERRINTR0    0xF0011320          RP 0 Error Interrupt Set Register
DMA_ERRINTR1    0xF0011324          RP 1 Error Interrupt Set Register
DMA_ERRINTR2    0xF0011328          RP 2 Error Interrupt Set Register
DMA_ERRINTR3    0xF001132C          RP 3 Error Interrupt Set Register
DMA_HRR000      0xF0011800          DMA Channel 0 Resource Partition Register
DMA_HRR001      0xF0011804          DMA Channel 1 Resource Partition Register
DMA_HRR002      0xF0011808          DMA Channel 2 Resource Partition Register
DMA_HRR003      0xF001180C          DMA Channel 3 Resource Partition Register
DMA_HRR004      0xF0011810          DMA Channel 4 Resource Partition Register
DMA_HRR005      0xF0011814          DMA Channel 5 Resource Partition Register
DMA_HRR006      0xF0011818          DMA Channel 6 Resource Partition Register
DMA_HRR007      0xF001181C          DMA Channel 7 Resource Partition Register
DMA_HRR008      0xF0011820          DMA Channel 8 Resource Partition Register
DMA_HRR009      0xF0011824          DMA Channel 9 Resource Partition Register
DMA_HRR010      0xF0011828          DMA Channel 10 Resource Partition Register
DMA_HRR011      0xF001182C          DMA Channel 11 Resource Partition Register
DMA_HRR012      0xF0011830          DMA Channel 12 Resource Partition Register
DMA_HRR013      0xF0011834          DMA Channel 13 Resource Partition Register
DMA_HRR014      0xF0011838          DMA Channel 14 Resource Partition Register
DMA_HRR015      0xF001183C          DMA Channel 15 Resource Partition Register
DMA_HRR016      0xF0011840          DMA Channel 16 Resource Partition Register
DMA_HRR017      0xF0011844          DMA Channel 17 Resource Partition Register
DMA_HRR018      0xF0011848          DMA Channel 18 Resource Partition Register
DMA_HRR019      0xF001184C          DMA Channel 19 Resource Partition Register
DMA_HRR020      0xF0011850          DMA Channel 20 Resource Partition Register
DMA_HRR021      0xF0011854          DMA Channel 21 Resource Partition Register
DMA_HRR022      0xF0011858          DMA Channel 22 Resource Partition Register
DMA_HRR023      0xF001185C          DMA Channel 23 Resource Partition Register
DMA_HRR024      0xF0011860          DMA Channel 24 Resource Partition Register
DMA_HRR025      0xF0011864          DMA Channel 25 Resource Partition Register
DMA_HRR026      0xF0011868          DMA Channel 26 Resource Partition Register
DMA_HRR027      0xF001186C          DMA Channel 27 Resource Partition Register
DMA_HRR028      0xF0011870          DMA Channel 28 Resource Partition Register
DMA_HRR029      0xF0011874          DMA Channel 29 Resource Partition Register
DMA_HRR030      0xF0011878          DMA Channel 30 Resource Partition Register
DMA_HRR031      0xF001187C          DMA Channel 31 Resource Partition Register
DMA_HRR032      0xF0011880          DMA Channel 32 Resource Partition Register
DMA_HRR033      0xF0011884          DMA Channel 33 Resource Partition Register
DMA_HRR034      0xF0011888          DMA Channel 34 Resource Partition Register
DMA_HRR035      0xF001188C          DMA Channel 35 Resource Partition Register
DMA_HRR036      0xF0011890          DMA Channel 36 Resource Partition Register
DMA_HRR037      0xF0011894          DMA Channel 37 Resource Partition Register
DMA_HRR038      0xF0011898          DMA Channel 38 Resource Partition Register
DMA_HRR039      0xF001189C          DMA Channel 39 Resource Partition Register
DMA_HRR040      0xF00118A0          DMA Channel 40 Resource Partition Register
DMA_HRR041      0xF00118A4          DMA Channel 41 Resource Partition Register
DMA_HRR042      0xF00118A8          DMA Channel 42 Resource Partition Register
DMA_HRR043      0xF00118AC          DMA Channel 43 Resource Partition Register
DMA_HRR044      0xF00118B0          DMA Channel 44 Resource Partition Register
DMA_HRR045      0xF00118B4          DMA Channel 45 Resource Partition Register
DMA_HRR046      0xF00118B8          DMA Channel 46 Resource Partition Register
DMA_HRR047      0xF00118BC          DMA Channel 47 Resource Partition Register
DMA_HRR048      0xF00118C0          DMA Channel 48 Resource Partition Register
DMA_HRR049      0xF00118C4          DMA Channel 49 Resource Partition Register
DMA_HRR050      0xF00118C8          DMA Channel 50 Resource Partition Register
DMA_HRR051      0xF00118CC          DMA Channel 51 Resource Partition Register
DMA_HRR052      0xF00118D0          DMA Channel 52 Resource Partition Register
DMA_HRR053      0xF00118D4          DMA Channel 53 Resource Partition Register
DMA_HRR054      0xF00118D8          DMA Channel 54 Resource Partition Register
DMA_HRR055      0xF00118DC          DMA Channel 55 Resource Partition Register
DMA_HRR056      0xF00118E0          DMA Channel 56 Resource Partition Register
DMA_HRR057      0xF00118E4          DMA Channel 57 Resource Partition Register
DMA_HRR058      0xF00118E8          DMA Channel 58 Resource Partition Register
DMA_HRR059      0xF00118EC          DMA Channel 59 Resource Partition Register
DMA_HRR060      0xF00118F0          DMA Channel 60 Resource Partition Register
DMA_HRR061      0xF00118F4          DMA Channel 61 Resource Partition Register
DMA_HRR062      0xF00118F8          DMA Channel 62 Resource Partition Register
DMA_HRR063      0xF00118FC          DMA Channel 63 Resource Partition Register
DMA_HRR064      0xF0011900          DMA Channel 64 Resource Partition Register
DMA_HRR065      0xF0011904          DMA Channel 65 Resource Partition Register
DMA_HRR066      0xF0011908          DMA Channel 66 Resource Partition Register
DMA_HRR067      0xF001190C          DMA Channel 67 Resource Partition Register
DMA_HRR068      0xF0011910          DMA Channel 68 Resource Partition Register
DMA_HRR069      0xF0011914          DMA Channel 69 Resource Partition Register
DMA_HRR070      0xF0011918          DMA Channel 70 Resource Partition Register
DMA_HRR071      0xF001191C          DMA Channel 71 Resource Partition Register
DMA_HRR072      0xF0011920          DMA Channel 72 Resource Partition Register
DMA_HRR073      0xF0011924          DMA Channel 73 Resource Partition Register
DMA_HRR074      0xF0011928          DMA Channel 74 Resource Partition Register
DMA_HRR075      0xF001192C          DMA Channel 75 Resource Partition Register
DMA_HRR076      0xF0011930          DMA Channel 76 Resource Partition Register
DMA_HRR077      0xF0011934          DMA Channel 77 Resource Partition Register
DMA_HRR078      0xF0011938          DMA Channel 78 Resource Partition Register
DMA_HRR079      0xF001193C          DMA Channel 79 Resource Partition Register
DMA_HRR080      0xF0011940          DMA Channel 80 Resource Partition Register
DMA_HRR081      0xF0011944          DMA Channel 81 Resource Partition Register
DMA_HRR082      0xF0011948          DMA Channel 82 Resource Partition Register
DMA_HRR083      0xF001194C          DMA Channel 83 Resource Partition Register
DMA_HRR084      0xF0011950          DMA Channel 84 Resource Partition Register
DMA_HRR085      0xF0011954          DMA Channel 85 Resource Partition Register
DMA_HRR086      0xF0011958          DMA Channel 86 Resource Partition Register
DMA_HRR087      0xF001195C          DMA Channel 87 Resource Partition Register
DMA_HRR088      0xF0011960          DMA Channel 88 Resource Partition Register
DMA_HRR089      0xF0011964          DMA Channel 89 Resource Partition Register
DMA_HRR090      0xF0011968          DMA Channel 90 Resource Partition Register
DMA_HRR091      0xF001196C          DMA Channel 91 Resource Partition Register
DMA_HRR092      0xF0011970          DMA Channel 92 Resource Partition Register
DMA_HRR093      0xF0011974          DMA Channel 93 Resource Partition Register
DMA_HRR094      0xF0011978          DMA Channel 94 Resource Partition Register
DMA_HRR095      0xF001197C          DMA Channel 95 Resource Partition Register
DMA_HRR096      0xF0011980          DMA Channel 96 Resource Partition Register
DMA_HRR097      0xF0011984          DMA Channel 97 Resource Partition Register
DMA_HRR098      0xF0011988          DMA Channel 98 Resource Partition Register
DMA_HRR099      0xF001198C          DMA Channel 99 Resource Partition Register
DMA_HRR100      0xF0011990          DMA Channel 100 Resource Partition Register
DMA_HRR101      0xF0011994          DMA Channel 101 Resource Partition Register
DMA_HRR102      0xF0011998          DMA Channel 102 Resource Partition Register
DMA_HRR103      0xF001199C          DMA Channel 103 Resource Partition Register
DMA_HRR104      0xF00119A0          DMA Channel 104 Resource Partition Register
DMA_HRR105      0xF00119A4          DMA Channel 105 Resource Partition Register
DMA_HRR106      0xF00119A8          DMA Channel 106 Resource Partition Register
DMA_HRR107      0xF00119AC          DMA Channel 107 Resource Partition Register
DMA_HRR108      0xF00119B0          DMA Channel 108 Resource Partition Register
DMA_HRR109      0xF00119B4          DMA Channel 109 Resource Partition Register
DMA_HRR110      0xF00119B8          DMA Channel 110 Resource Partition Register
DMA_HRR111      0xF00119BC          DMA Channel 111 Resource Partition Register
DMA_HRR112      0xF00119C0          DMA Channel 112 Resource Partition Register
DMA_HRR113      0xF00119C4          DMA Channel 113 Resource Partition Register
DMA_HRR114      0xF00119C8          DMA Channel 114 Resource Partition Register
DMA_HRR115      0xF00119CC          DMA Channel 115 Resource Partition Register
DMA_HRR116      0xF00119D0          DMA Channel 116 Resource Partition Register
DMA_HRR117      0xF00119D4          DMA Channel 117 Resource Partition Register
DMA_HRR118      0xF00119D8          DMA Channel 118 Resource Partition Register
DMA_HRR119      0xF00119DC          DMA Channel 119 Resource Partition Register
DMA_HRR120      0xF00119E0          DMA Channel 120 Resource Partition Register
DMA_HRR121      0xF00119E4          DMA Channel 121 Resource Partition Register
DMA_HRR122      0xF00119E8          DMA Channel 122 Resource Partition Register
DMA_HRR123      0xF00119EC          DMA Channel 123 Resource Partition Register
DMA_HRR124      0xF00119F0          DMA Channel 124 Resource Partition Register
DMA_HRR125      0xF00119F4          DMA Channel 125 Resource Partition Register
DMA_HRR126      0xF00119F8          DMA Channel 126 Resource Partition Register
DMA_HRR127      0xF00119FC          DMA Channel 127 Resource Partition Register
DMA_SUSENR000   0xF0011A00          DMA Channel 0 Suspend Enable Register
DMA_SUSENR001   0xF0011A04          DMA Channel 1 Suspend Enable Register
DMA_SUSENR002   0xF0011A08          DMA Channel 2 Suspend Enable Register
DMA_SUSENR003   0xF0011A0C          DMA Channel 3 Suspend Enable Register
DMA_SUSENR004   0xF0011A10          DMA Channel 4 Suspend Enable Register
DMA_SUSENR005   0xF0011A14          DMA Channel 5 Suspend Enable Register
DMA_SUSENR006   0xF0011A18          DMA Channel 6 Suspend Enable Register
DMA_SUSENR007   0xF0011A1C          DMA Channel 7 Suspend Enable Register
DMA_SUSENR008   0xF0011A20          DMA Channel 8 Suspend Enable Register
DMA_SUSENR009   0xF0011A24          DMA Channel 9 Suspend Enable Register
DMA_SUSENR010   0xF0011A28          DMA Channel 10 Suspend Enable Register
DMA_SUSENR011   0xF0011A2C          DMA Channel 11 Suspend Enable Register
DMA_SUSENR012   0xF0011A30          DMA Channel 12 Suspend Enable Register
DMA_SUSENR013   0xF0011A34          DMA Channel 13 Suspend Enable Register
DMA_SUSENR014   0xF0011A38          DMA Channel 14 Suspend Enable Register
DMA_SUSENR015   0xF0011A3C          DMA Channel 15 Suspend Enable Register
DMA_SUSENR016   0xF0011A40          DMA Channel 16 Suspend Enable Register
DMA_SUSENR017   0xF0011A44          DMA Channel 17 Suspend Enable Register
DMA_SUSENR018   0xF0011A48          DMA Channel 18 Suspend Enable Register
DMA_SUSENR019   0xF0011A4C          DMA Channel 19 Suspend Enable Register
DMA_SUSENR020   0xF0011A50          DMA Channel 20 Suspend Enable Register
DMA_SUSENR021   0xF0011A54          DMA Channel 21 Suspend Enable Register
DMA_SUSENR022   0xF0011A58          DMA Channel 22 Suspend Enable Register
DMA_SUSENR023   0xF0011A5C          DMA Channel 23 Suspend Enable Register
DMA_SUSENR024   0xF0011A60          DMA Channel 24 Suspend Enable Register
DMA_SUSENR025   0xF0011A64          DMA Channel 25 Suspend Enable Register
DMA_SUSENR026   0xF0011A68          DMA Channel 26 Suspend Enable Register
DMA_SUSENR027   0xF0011A6C          DMA Channel 27 Suspend Enable Register
DMA_SUSENR028   0xF0011A70          DMA Channel 28 Suspend Enable Register
DMA_SUSENR029   0xF0011A74          DMA Channel 29 Suspend Enable Register
DMA_SUSENR030   0xF0011A78          DMA Channel 30 Suspend Enable Register
DMA_SUSENR031   0xF0011A7C          DMA Channel 31 Suspend Enable Register
DMA_SUSENR032   0xF0011A80          DMA Channel 32 Suspend Enable Register
DMA_SUSENR033   0xF0011A84          DMA Channel 33 Suspend Enable Register
DMA_SUSENR034   0xF0011A88          DMA Channel 34 Suspend Enable Register
DMA_SUSENR035   0xF0011A8C          DMA Channel 35 Suspend Enable Register
DMA_SUSENR036   0xF0011A90          DMA Channel 36 Suspend Enable Register
DMA_SUSENR037   0xF0011A94          DMA Channel 37 Suspend Enable Register
DMA_SUSENR038   0xF0011A98          DMA Channel 38 Suspend Enable Register
DMA_SUSENR039   0xF0011A9C          DMA Channel 39 Suspend Enable Register
DMA_SUSENR040   0xF0011AA0          DMA Channel 40 Suspend Enable Register
DMA_SUSENR041   0xF0011AA4          DMA Channel 41 Suspend Enable Register
DMA_SUSENR042   0xF0011AA8          DMA Channel 42 Suspend Enable Register
DMA_SUSENR043   0xF0011AAC          DMA Channel 43 Suspend Enable Register
DMA_SUSENR044   0xF0011AB0          DMA Channel 44 Suspend Enable Register
DMA_SUSENR045   0xF0011AB4          DMA Channel 45 Suspend Enable Register
DMA_SUSENR046   0xF0011AB8          DMA Channel 46 Suspend Enable Register
DMA_SUSENR047   0xF0011ABC          DMA Channel 47 Suspend Enable Register
DMA_SUSENR048   0xF0011AC0          DMA Channel 48 Suspend Enable Register
DMA_SUSENR049   0xF0011AC4          DMA Channel 49 Suspend Enable Register
DMA_SUSENR050   0xF0011AC8          DMA Channel 50 Suspend Enable Register
DMA_SUSENR051   0xF0011ACC          DMA Channel 51 Suspend Enable Register
DMA_SUSENR052   0xF0011AD0          DMA Channel 52 Suspend Enable Register
DMA_SUSENR053   0xF0011AD4          DMA Channel 53 Suspend Enable Register
DMA_SUSENR054   0xF0011AD8          DMA Channel 54 Suspend Enable Register
DMA_SUSENR055   0xF0011ADC          DMA Channel 55 Suspend Enable Register
DMA_SUSENR056   0xF0011AE0          DMA Channel 56 Suspend Enable Register
DMA_SUSENR057   0xF0011AE4          DMA Channel 57 Suspend Enable Register
DMA_SUSENR058   0xF0011AE8          DMA Channel 58 Suspend Enable Register
DMA_SUSENR059   0xF0011AEC          DMA Channel 59 Suspend Enable Register
DMA_SUSENR060   0xF0011AF0          DMA Channel 60 Suspend Enable Register
DMA_SUSENR061   0xF0011AF4          DMA Channel 61 Suspend Enable Register
DMA_SUSENR062   0xF0011AF8          DMA Channel 62 Suspend Enable Register
DMA_SUSENR063   0xF0011AFC          DMA Channel 63 Suspend Enable Register
DMA_SUSENR064   0xF0011B00          DMA Channel 64 Suspend Enable Register
DMA_SUSENR065   0xF0011B04          DMA Channel 65 Suspend Enable Register
DMA_SUSENR066   0xF0011B08          DMA Channel 66 Suspend Enable Register
DMA_SUSENR067   0xF0011B0C          DMA Channel 67 Suspend Enable Register
DMA_SUSENR068   0xF0011B10          DMA Channel 68 Suspend Enable Register
DMA_SUSENR069   0xF0011B14          DMA Channel 69 Suspend Enable Register
DMA_SUSENR070   0xF0011B18          DMA Channel 70 Suspend Enable Register
DMA_SUSENR071   0xF0011B1C          DMA Channel 71 Suspend Enable Register
DMA_SUSENR072   0xF0011B20          DMA Channel 72 Suspend Enable Register
DMA_SUSENR073   0xF0011B24          DMA Channel 73 Suspend Enable Register
DMA_SUSENR074   0xF0011B28          DMA Channel 74 Suspend Enable Register
DMA_SUSENR075   0xF0011B2C          DMA Channel 75 Suspend Enable Register
DMA_SUSENR076   0xF0011B30          DMA Channel 76 Suspend Enable Register
DMA_SUSENR077   0xF0011B34          DMA Channel 77 Suspend Enable Register
DMA_SUSENR078   0xF0011B38          DMA Channel 78 Suspend Enable Register
DMA_SUSENR079   0xF0011B3C          DMA Channel 79 Suspend Enable Register
DMA_SUSENR080   0xF0011B40          DMA Channel 80 Suspend Enable Register
DMA_SUSENR081   0xF0011B44          DMA Channel 81 Suspend Enable Register
DMA_SUSENR082   0xF0011B48          DMA Channel 82 Suspend Enable Register
DMA_SUSENR083   0xF0011B4C          DMA Channel 83 Suspend Enable Register
DMA_SUSENR084   0xF0011B50          DMA Channel 84 Suspend Enable Register
DMA_SUSENR085   0xF0011B54          DMA Channel 85 Suspend Enable Register
DMA_SUSENR086   0xF0011B58          DMA Channel 86 Suspend Enable Register
DMA_SUSENR087   0xF0011B5C          DMA Channel 87 Suspend Enable Register
DMA_SUSENR088   0xF0011B60          DMA Channel 88 Suspend Enable Register
DMA_SUSENR089   0xF0011B64          DMA Channel 89 Suspend Enable Register
DMA_SUSENR090   0xF0011B68          DMA Channel 90 Suspend Enable Register
DMA_SUSENR091   0xF0011B6C          DMA Channel 91 Suspend Enable Register
DMA_SUSENR092   0xF0011B70          DMA Channel 92 Suspend Enable Register
DMA_SUSENR093   0xF0011B74          DMA Channel 93 Suspend Enable Register
DMA_SUSENR094   0xF0011B78          DMA Channel 94 Suspend Enable Register
DMA_SUSENR095   0xF0011B7C          DMA Channel 95 Suspend Enable Register
DMA_SUSENR096   0xF0011B80          DMA Channel 96 Suspend Enable Register
DMA_SUSENR097   0xF0011B84          DMA Channel 97 Suspend Enable Register
DMA_SUSENR098   0xF0011B88          DMA Channel 98 Suspend Enable Register
DMA_SUSENR099   0xF0011B8C          DMA Channel 99 Suspend Enable Register
DMA_SUSENR100   0xF0011B90          DMA Channel 100 Suspend Enable Register
DMA_SUSENR101   0xF0011B94          DMA Channel 101 Suspend Enable Register
DMA_SUSENR102   0xF0011B98          DMA Channel 102 Suspend Enable Register
DMA_SUSENR103   0xF0011B9C          DMA Channel 103 Suspend Enable Register
DMA_SUSENR104   0xF0011BA0          DMA Channel 104 Suspend Enable Register
DMA_SUSENR105   0xF0011BA4          DMA Channel 105 Suspend Enable Register
DMA_SUSENR106   0xF0011BA8          DMA Channel 106 Suspend Enable Register
DMA_SUSENR107   0xF0011BAC          DMA Channel 107 Suspend Enable Register
DMA_SUSENR108   0xF0011BB0          DMA Channel 108 Suspend Enable Register
DMA_SUSENR109   0xF0011BB4          DMA Channel 109 Suspend Enable Register
DMA_SUSENR110   0xF0011BB8          DMA Channel 110 Suspend Enable Register
DMA_SUSENR111   0xF0011BBC          DMA Channel 111 Suspend Enable Register
DMA_SUSENR112   0xF0011BC0          DMA Channel 112 Suspend Enable Register
DMA_SUSENR113   0xF0011BC4          DMA Channel 113 Suspend Enable Register
DMA_SUSENR114   0xF0011BC8          DMA Channel 114 Suspend Enable Register
DMA_SUSENR115   0xF0011BCC          DMA Channel 115 Suspend Enable Register
DMA_SUSENR116   0xF0011BD0          DMA Channel 116 Suspend Enable Register
DMA_SUSENR117   0xF0011BD4          DMA Channel 117 Suspend Enable Register
DMA_SUSENR118   0xF0011BD8          DMA Channel 118 Suspend Enable Register
DMA_SUSENR119   0xF0011BDC          DMA Channel 119 Suspend Enable Register
DMA_SUSENR120   0xF0011BE0          DMA Channel 120 Suspend Enable Register
DMA_SUSENR121   0xF0011BE4          DMA Channel 121 Suspend Enable Register
DMA_SUSENR122   0xF0011BE8          DMA Channel 122 Suspend Enable Register
DMA_SUSENR123   0xF0011BEC          DMA Channel 123 Suspend Enable Register
DMA_SUSENR124   0xF0011BF0          DMA Channel 124 Suspend Enable Register
DMA_SUSENR125   0xF0011BF4          DMA Channel 125 Suspend Enable Register
DMA_SUSENR126   0xF0011BF8          DMA Channel 126 Suspend Enable Register
DMA_SUSENR127   0xF0011BFC          DMA Channel 127 Suspend Enable Register
DMA_SUSACR000   0xF0011C00          DMA Channel 0 Suspend Acknowledge Register
DMA_SUSACR001   0xF0011C04          DMA Channel 1 Suspend Acknowledge Register
DMA_SUSACR002   0xF0011C08          DMA Channel 2 Suspend Acknowledge Register
DMA_SUSACR003   0xF0011C0C          DMA Channel 3 Suspend Acknowledge Register
DMA_SUSACR004   0xF0011C10          DMA Channel 4 Suspend Acknowledge Register
DMA_SUSACR005   0xF0011C14          DMA Channel 5 Suspend Acknowledge Register
DMA_SUSACR006   0xF0011C18          DMA Channel 6 Suspend Acknowledge Register
DMA_SUSACR007   0xF0011C1C          DMA Channel 7 Suspend Acknowledge Register
DMA_SUSACR008   0xF0011C20          DMA Channel 8 Suspend Acknowledge Register
DMA_SUSACR009   0xF0011C24          DMA Channel 9 Suspend Acknowledge Register
DMA_SUSACR010   0xF0011C28          DMA Channel 10 Suspend Acknowledge Register
DMA_SUSACR011   0xF0011C2C          DMA Channel 11 Suspend Acknowledge Register
DMA_SUSACR012   0xF0011C30          DMA Channel 12 Suspend Acknowledge Register
DMA_SUSACR013   0xF0011C34          DMA Channel 13 Suspend Acknowledge Register
DMA_SUSACR014   0xF0011C38          DMA Channel 14 Suspend Acknowledge Register
DMA_SUSACR015   0xF0011C3C          DMA Channel 15 Suspend Acknowledge Register
DMA_SUSACR016   0xF0011C40          DMA Channel 16 Suspend Acknowledge Register
DMA_SUSACR017   0xF0011C44          DMA Channel 17 Suspend Acknowledge Register
DMA_SUSACR018   0xF0011C48          DMA Channel 18 Suspend Acknowledge Register
DMA_SUSACR019   0xF0011C4C          DMA Channel 19 Suspend Acknowledge Register
DMA_SUSACR020   0xF0011C50          DMA Channel 20 Suspend Acknowledge Register
DMA_SUSACR021   0xF0011C54          DMA Channel 21 Suspend Acknowledge Register
DMA_SUSACR022   0xF0011C58          DMA Channel 22 Suspend Acknowledge Register
DMA_SUSACR023   0xF0011C5C          DMA Channel 23 Suspend Acknowledge Register
DMA_SUSACR024   0xF0011C60          DMA Channel 24 Suspend Acknowledge Register
DMA_SUSACR025   0xF0011C64          DMA Channel 25 Suspend Acknowledge Register
DMA_SUSACR026   0xF0011C68          DMA Channel 26 Suspend Acknowledge Register
DMA_SUSACR027   0xF0011C6C          DMA Channel 27 Suspend Acknowledge Register
DMA_SUSACR028   0xF0011C70          DMA Channel 28 Suspend Acknowledge Register
DMA_SUSACR029   0xF0011C74          DMA Channel 29 Suspend Acknowledge Register
DMA_SUSACR030   0xF0011C78          DMA Channel 30 Suspend Acknowledge Register
DMA_SUSACR031   0xF0011C7C          DMA Channel 31 Suspend Acknowledge Register
DMA_SUSACR032   0xF0011C80          DMA Channel 32 Suspend Acknowledge Register
DMA_SUSACR033   0xF0011C84          DMA Channel 33 Suspend Acknowledge Register
DMA_SUSACR034   0xF0011C88          DMA Channel 34 Suspend Acknowledge Register
DMA_SUSACR035   0xF0011C8C          DMA Channel 35 Suspend Acknowledge Register
DMA_SUSACR036   0xF0011C90          DMA Channel 36 Suspend Acknowledge Register
DMA_SUSACR037   0xF0011C94          DMA Channel 37 Suspend Acknowledge Register
DMA_SUSACR038   0xF0011C98          DMA Channel 38 Suspend Acknowledge Register
DMA_SUSACR039   0xF0011C9C          DMA Channel 39 Suspend Acknowledge Register
DMA_SUSACR040   0xF0011CA0          DMA Channel 40 Suspend Acknowledge Register
DMA_SUSACR041   0xF0011CA4          DMA Channel 41 Suspend Acknowledge Register
DMA_SUSACR042   0xF0011CA8          DMA Channel 42 Suspend Acknowledge Register
DMA_SUSACR043   0xF0011CAC          DMA Channel 43 Suspend Acknowledge Register
DMA_SUSACR044   0xF0011CB0          DMA Channel 44 Suspend Acknowledge Register
DMA_SUSACR045   0xF0011CB4          DMA Channel 45 Suspend Acknowledge Register
DMA_SUSACR046   0xF0011CB8          DMA Channel 46 Suspend Acknowledge Register
DMA_SUSACR047   0xF0011CBC          DMA Channel 47 Suspend Acknowledge Register
DMA_SUSACR048   0xF0011CC0          DMA Channel 48 Suspend Acknowledge Register
DMA_SUSACR049   0xF0011CC4          DMA Channel 49 Suspend Acknowledge Register
DMA_SUSACR050   0xF0011CC8          DMA Channel 50 Suspend Acknowledge Register
DMA_SUSACR051   0xF0011CCC          DMA Channel 51 Suspend Acknowledge Register
DMA_SUSACR052   0xF0011CD0          DMA Channel 52 Suspend Acknowledge Register
DMA_SUSACR053   0xF0011CD4          DMA Channel 53 Suspend Acknowledge Register
DMA_SUSACR054   0xF0011CD8          DMA Channel 54 Suspend Acknowledge Register
DMA_SUSACR055   0xF0011CDC          DMA Channel 55 Suspend Acknowledge Register
DMA_SUSACR056   0xF0011CE0          DMA Channel 56 Suspend Acknowledge Register
DMA_SUSACR057   0xF0011CE4          DMA Channel 57 Suspend Acknowledge Register
DMA_SUSACR058   0xF0011CE8          DMA Channel 58 Suspend Acknowledge Register
DMA_SUSACR059   0xF0011CEC          DMA Channel 59 Suspend Acknowledge Register
DMA_SUSACR060   0xF0011CF0          DMA Channel 60 Suspend Acknowledge Register
DMA_SUSACR061   0xF0011CF4          DMA Channel 61 Suspend Acknowledge Register
DMA_SUSACR062   0xF0011CF8          DMA Channel 62 Suspend Acknowledge Register
DMA_SUSACR063   0xF0011CFC          DMA Channel 63 Suspend Acknowledge Register
DMA_SUSACR064   0xF0011D00          DMA Channel 64 Suspend Acknowledge Register
DMA_SUSACR065   0xF0011D04          DMA Channel 65 Suspend Acknowledge Register
DMA_SUSACR066   0xF0011D08          DMA Channel 66 Suspend Acknowledge Register
DMA_SUSACR067   0xF0011D0C          DMA Channel 67 Suspend Acknowledge Register
DMA_SUSACR068   0xF0011D10          DMA Channel 68 Suspend Acknowledge Register
DMA_SUSACR069   0xF0011D14          DMA Channel 69 Suspend Acknowledge Register
DMA_SUSACR070   0xF0011D18          DMA Channel 70 Suspend Acknowledge Register
DMA_SUSACR071   0xF0011D1C          DMA Channel 71 Suspend Acknowledge Register
DMA_SUSACR072   0xF0011D20          DMA Channel 72 Suspend Acknowledge Register
DMA_SUSACR073   0xF0011D24          DMA Channel 73 Suspend Acknowledge Register
DMA_SUSACR074   0xF0011D28          DMA Channel 74 Suspend Acknowledge Register
DMA_SUSACR075   0xF0011D2C          DMA Channel 75 Suspend Acknowledge Register
DMA_SUSACR076   0xF0011D30          DMA Channel 76 Suspend Acknowledge Register
DMA_SUSACR077   0xF0011D34          DMA Channel 77 Suspend Acknowledge Register
DMA_SUSACR078   0xF0011D38          DMA Channel 78 Suspend Acknowledge Register
DMA_SUSACR079   0xF0011D3C          DMA Channel 79 Suspend Acknowledge Register
DMA_SUSACR080   0xF0011D40          DMA Channel 80 Suspend Acknowledge Register
DMA_SUSACR081   0xF0011D44          DMA Channel 81 Suspend Acknowledge Register
DMA_SUSACR082   0xF0011D48          DMA Channel 82 Suspend Acknowledge Register
DMA_SUSACR083   0xF0011D4C          DMA Channel 83 Suspend Acknowledge Register
DMA_SUSACR084   0xF0011D50          DMA Channel 84 Suspend Acknowledge Register
DMA_SUSACR085   0xF0011D54          DMA Channel 85 Suspend Acknowledge Register
DMA_SUSACR086   0xF0011D58          DMA Channel 86 Suspend Acknowledge Register
DMA_SUSACR087   0xF0011D5C          DMA Channel 87 Suspend Acknowledge Register
DMA_SUSACR088   0xF0011D60          DMA Channel 88 Suspend Acknowledge Register
DMA_SUSACR089   0xF0011D64          DMA Channel 89 Suspend Acknowledge Register
DMA_SUSACR090   0xF0011D68          DMA Channel 90 Suspend Acknowledge Register
DMA_SUSACR091   0xF0011D6C          DMA Channel 91 Suspend Acknowledge Register
DMA_SUSACR092   0xF0011D70          DMA Channel 92 Suspend Acknowledge Register
DMA_SUSACR093   0xF0011D74          DMA Channel 93 Suspend Acknowledge Register
DMA_SUSACR094   0xF0011D78          DMA Channel 94 Suspend Acknowledge Register
DMA_SUSACR095   0xF0011D7C          DMA Channel 95 Suspend Acknowledge Register
DMA_SUSACR096   0xF0011D80          DMA Channel 96 Suspend Acknowledge Register
DMA_SUSACR097   0xF0011D84          DMA Channel 97 Suspend Acknowledge Register
DMA_SUSACR098   0xF0011D88          DMA Channel 98 Suspend Acknowledge Register
DMA_SUSACR099   0xF0011D8C          DMA Channel 99 Suspend Acknowledge Register
DMA_SUSACR100   0xF0011D90          DMA Channel 100 Suspend Acknowledge Register
DMA_SUSACR101   0xF0011D94          DMA Channel 101 Suspend Acknowledge Register
DMA_SUSACR102   0xF0011D98          DMA Channel 102 Suspend Acknowledge Register
DMA_SUSACR103   0xF0011D9C          DMA Channel 103 Suspend Acknowledge Register
DMA_SUSACR104   0xF0011DA0          DMA Channel 104 Suspend Acknowledge Register
DMA_SUSACR105   0xF0011DA4          DMA Channel 105 Suspend Acknowledge Register
DMA_SUSACR106   0xF0011DA8          DMA Channel 106 Suspend Acknowledge Register
DMA_SUSACR107   0xF0011DAC          DMA Channel 107 Suspend Acknowledge Register
DMA_SUSACR108   0xF0011DB0          DMA Channel 108 Suspend Acknowledge Register
DMA_SUSACR109   0xF0011DB4          DMA Channel 109 Suspend Acknowledge Register
DMA_SUSACR110   0xF0011DB8          DMA Channel 110 Suspend Acknowledge Register
DMA_SUSACR111   0xF0011DBC          DMA Channel 111 Suspend Acknowledge Register
DMA_SUSACR112   0xF0011DC0          DMA Channel 112 Suspend Acknowledge Register
DMA_SUSACR113   0xF0011DC4          DMA Channel 113 Suspend Acknowledge Register
DMA_SUSACR114   0xF0011DC8          DMA Channel 114 Suspend Acknowledge Register
DMA_SUSACR115   0xF0011DCC          DMA Channel 115 Suspend Acknowledge Register
DMA_SUSACR116   0xF0011DD0          DMA Channel 116 Suspend Acknowledge Register
DMA_SUSACR117   0xF0011DD4          DMA Channel 117 Suspend Acknowledge Register
DMA_SUSACR118   0xF0011DD8          DMA Channel 118 Suspend Acknowledge Register
DMA_SUSACR119   0xF0011DDC          DMA Channel 119 Suspend Acknowledge Register
DMA_SUSACR120   0xF0011DE0          DMA Channel 120 Suspend Acknowledge Register
DMA_SUSACR121   0xF0011DE4          DMA Channel 121 Suspend Acknowledge Register
DMA_SUSACR122   0xF0011DE8          DMA Channel 122 Suspend Acknowledge Register
DMA_SUSACR123   0xF0011DEC          DMA Channel 123 Suspend Acknowledge Register
DMA_SUSACR124   0xF0011DF0          DMA Channel 124 Suspend Acknowledge Register
DMA_SUSACR125   0xF0011DF4          DMA Channel 125 Suspend Acknowledge Register
DMA_SUSACR126   0xF0011DF8          DMA Channel 126 Suspend Acknowledge Register
DMA_SUSACR127   0xF0011DFC          DMA Channel 127 Suspend Acknowledge Register
DMA_TSR000      0xF0011E00          DMA Channel 0 Transaction State Register
DMA_TSR001      0xF0011E04          DMA Channel 1 Transaction State Register
DMA_TSR002      0xF0011E08          DMA Channel 2 Transaction State Register
DMA_TSR003      0xF0011E0C          DMA Channel 3 Transaction State Register
DMA_TSR004      0xF0011E10          DMA Channel 4 Transaction State Register
DMA_TSR005      0xF0011E14          DMA Channel 5 Transaction State Register
DMA_TSR006      0xF0011E18          DMA Channel 6 Transaction State Register
DMA_TSR007      0xF0011E1C          DMA Channel 7 Transaction State Register
DMA_TSR008      0xF0011E20          DMA Channel 8 Transaction State Register
DMA_TSR009      0xF0011E24          DMA Channel 9 Transaction State Register
DMA_TSR010      0xF0011E28          DMA Channel 10 Transaction State Register
DMA_TSR011      0xF0011E2C          DMA Channel 11 Transaction State Register
DMA_TSR012      0xF0011E30          DMA Channel 12 Transaction State Register
DMA_TSR013      0xF0011E34          DMA Channel 13 Transaction State Register
DMA_TSR014      0xF0011E38          DMA Channel 14 Transaction State Register
DMA_TSR015      0xF0011E3C          DMA Channel 15 Transaction State Register
DMA_TSR016      0xF0011E40          DMA Channel 16 Transaction State Register
DMA_TSR017      0xF0011E44          DMA Channel 17 Transaction State Register
DMA_TSR018      0xF0011E48          DMA Channel 18 Transaction State Register
DMA_TSR019      0xF0011E4C          DMA Channel 19 Transaction State Register
DMA_TSR020      0xF0011E50          DMA Channel 20 Transaction State Register
DMA_TSR021      0xF0011E54          DMA Channel 21 Transaction State Register
DMA_TSR022      0xF0011E58          DMA Channel 22 Transaction State Register
DMA_TSR023      0xF0011E5C          DMA Channel 23 Transaction State Register
DMA_TSR024      0xF0011E60          DMA Channel 24 Transaction State Register
DMA_TSR025      0xF0011E64          DMA Channel 25 Transaction State Register
DMA_TSR026      0xF0011E68          DMA Channel 26 Transaction State Register
DMA_TSR027      0xF0011E6C          DMA Channel 27 Transaction State Register
DMA_TSR028      0xF0011E70          DMA Channel 28 Transaction State Register
DMA_TSR029      0xF0011E74          DMA Channel 29 Transaction State Register
DMA_TSR030      0xF0011E78          DMA Channel 30 Transaction State Register
DMA_TSR031      0xF0011E7C          DMA Channel 31 Transaction State Register
DMA_TSR032      0xF0011E80          DMA Channel 32 Transaction State Register
DMA_TSR033      0xF0011E84          DMA Channel 33 Transaction State Register
DMA_TSR034      0xF0011E88          DMA Channel 34 Transaction State Register
DMA_TSR035      0xF0011E8C          DMA Channel 35 Transaction State Register
DMA_TSR036      0xF0011E90          DMA Channel 36 Transaction State Register
DMA_TSR037      0xF0011E94          DMA Channel 37 Transaction State Register
DMA_TSR038      0xF0011E98          DMA Channel 38 Transaction State Register
DMA_TSR039      0xF0011E9C          DMA Channel 39 Transaction State Register
DMA_TSR040      0xF0011EA0          DMA Channel 40 Transaction State Register
DMA_TSR041      0xF0011EA4          DMA Channel 41 Transaction State Register
DMA_TSR042      0xF0011EA8          DMA Channel 42 Transaction State Register
DMA_TSR043      0xF0011EAC          DMA Channel 43 Transaction State Register
DMA_TSR044      0xF0011EB0          DMA Channel 44 Transaction State Register
DMA_TSR045      0xF0011EB4          DMA Channel 45 Transaction State Register
DMA_TSR046      0xF0011EB8          DMA Channel 46 Transaction State Register
DMA_TSR047      0xF0011EBC          DMA Channel 47 Transaction State Register
DMA_TSR048      0xF0011EC0          DMA Channel 48 Transaction State Register
DMA_TSR049      0xF0011EC4          DMA Channel 49 Transaction State Register
DMA_TSR050      0xF0011EC8          DMA Channel 50 Transaction State Register
DMA_TSR051      0xF0011ECC          DMA Channel 51 Transaction State Register
DMA_TSR052      0xF0011ED0          DMA Channel 52 Transaction State Register
DMA_TSR053      0xF0011ED4          DMA Channel 53 Transaction State Register
DMA_TSR054      0xF0011ED8          DMA Channel 54 Transaction State Register
DMA_TSR055      0xF0011EDC          DMA Channel 55 Transaction State Register
DMA_TSR056      0xF0011EE0          DMA Channel 56 Transaction State Register
DMA_TSR057      0xF0011EE4          DMA Channel 57 Transaction State Register
DMA_TSR058      0xF0011EE8          DMA Channel 58 Transaction State Register
DMA_TSR059      0xF0011EEC          DMA Channel 59 Transaction State Register
DMA_TSR060      0xF0011EF0          DMA Channel 60 Transaction State Register
DMA_TSR061      0xF0011EF4          DMA Channel 61 Transaction State Register
DMA_TSR062      0xF0011EF8          DMA Channel 62 Transaction State Register
DMA_TSR063      0xF0011EFC          DMA Channel 63 Transaction State Register
DMA_TSR064      0xF0011F00          DMA Channel 64 Transaction State Register
DMA_TSR065      0xF0011F04          DMA Channel 65 Transaction State Register
DMA_TSR066      0xF0011F08          DMA Channel 66 Transaction State Register
DMA_TSR067      0xF0011F0C          DMA Channel 67 Transaction State Register
DMA_TSR068      0xF0011F10          DMA Channel 68 Transaction State Register
DMA_TSR069      0xF0011F14          DMA Channel 69 Transaction State Register
DMA_TSR070      0xF0011F18          DMA Channel 70 Transaction State Register
DMA_TSR071      0xF0011F1C          DMA Channel 71 Transaction State Register
DMA_TSR072      0xF0011F20          DMA Channel 72 Transaction State Register
DMA_TSR073      0xF0011F24          DMA Channel 73 Transaction State Register
DMA_TSR074      0xF0011F28          DMA Channel 74 Transaction State Register
DMA_TSR075      0xF0011F2C          DMA Channel 75 Transaction State Register
DMA_TSR076      0xF0011F30          DMA Channel 76 Transaction State Register
DMA_TSR077      0xF0011F34          DMA Channel 77 Transaction State Register
DMA_TSR078      0xF0011F38          DMA Channel 78 Transaction State Register
DMA_TSR079      0xF0011F3C          DMA Channel 79 Transaction State Register
DMA_TSR080      0xF0011F40          DMA Channel 80 Transaction State Register
DMA_TSR081      0xF0011F44          DMA Channel 81 Transaction State Register
DMA_TSR082      0xF0011F48          DMA Channel 82 Transaction State Register
DMA_TSR083      0xF0011F4C          DMA Channel 83 Transaction State Register
DMA_TSR084      0xF0011F50          DMA Channel 84 Transaction State Register
DMA_TSR085      0xF0011F54          DMA Channel 85 Transaction State Register
DMA_TSR086      0xF0011F58          DMA Channel 86 Transaction State Register
DMA_TSR087      0xF0011F5C          DMA Channel 87 Transaction State Register
DMA_TSR088      0xF0011F60          DMA Channel 88 Transaction State Register
DMA_TSR089      0xF0011F64          DMA Channel 89 Transaction State Register
DMA_TSR090      0xF0011F68          DMA Channel 90 Transaction State Register
DMA_TSR091      0xF0011F6C          DMA Channel 91 Transaction State Register
DMA_TSR092      0xF0011F70          DMA Channel 92 Transaction State Register
DMA_TSR093      0xF0011F74          DMA Channel 93 Transaction State Register
DMA_TSR094      0xF0011F78          DMA Channel 94 Transaction State Register
DMA_TSR095      0xF0011F7C          DMA Channel 95 Transaction State Register
DMA_TSR096      0xF0011F80          DMA Channel 96 Transaction State Register
DMA_TSR097      0xF0011F84          DMA Channel 97 Transaction State Register
DMA_TSR098      0xF0011F88          DMA Channel 98 Transaction State Register
DMA_TSR099      0xF0011F8C          DMA Channel 99 Transaction State Register
DMA_TSR100      0xF0011F90          DMA Channel 100 Transaction State Register
DMA_TSR101      0xF0011F94          DMA Channel 101 Transaction State Register
DMA_TSR102      0xF0011F98          DMA Channel 102 Transaction State Register
DMA_TSR103      0xF0011F9C          DMA Channel 103 Transaction State Register
DMA_TSR104      0xF0011FA0          DMA Channel 104 Transaction State Register
DMA_TSR105      0xF0011FA4          DMA Channel 105 Transaction State Register
DMA_TSR106      0xF0011FA8          DMA Channel 106 Transaction State Register
DMA_TSR107      0xF0011FAC          DMA Channel 107 Transaction State Register
DMA_TSR108      0xF0011FB0          DMA Channel 108 Transaction State Register
DMA_TSR109      0xF0011FB4          DMA Channel 109 Transaction State Register
DMA_TSR110      0xF0011FB8          DMA Channel 110 Transaction State Register
DMA_TSR111      0xF0011FBC          DMA Channel 111 Transaction State Register
DMA_TSR112      0xF0011FC0          DMA Channel 112 Transaction State Register
DMA_TSR113      0xF0011FC4          DMA Channel 113 Transaction State Register
DMA_TSR114      0xF0011FC8          DMA Channel 114 Transaction State Register
DMA_TSR115      0xF0011FCC          DMA Channel 115 Transaction State Register
DMA_TSR116      0xF0011FD0          DMA Channel 116 Transaction State Register
DMA_TSR117      0xF0011FD4          DMA Channel 117 Transaction State Register
DMA_TSR118      0xF0011FD8          DMA Channel 118 Transaction State Register
DMA_TSR119      0xF0011FDC          DMA Channel 119 Transaction State Register
DMA_TSR120      0xF0011FE0          DMA Channel 120 Transaction State Register
DMA_TSR121      0xF0011FE4          DMA Channel 121 Transaction State Register
DMA_TSR122      0xF0011FE8          DMA Channel 122 Transaction State Register
DMA_TSR123      0xF0011FEC          DMA Channel 123 Transaction State Register
DMA_TSR124      0xF0011FF0          DMA Channel 124 Transaction State Register
DMA_TSR125      0xF0011FF4          DMA Channel 125 Transaction State Register
DMA_TSR126      0xF0011FF8          DMA Channel 126 Transaction State Register
DMA_TSR127      0xF0011FFC          DMA Channel 127 Transaction State Register
DMA_RDCRCR000   0xF0012000          DMARAM Channel 0 Read Data CRC Register
DMA_SDCRCR000   0xF0012004          DMARAM Channel 0 Source and Destination Address CRC Register
DMA_SADR000     0xF0012008          DMARAM Channel 0 Source Address Register
DMA_DADR000     0xF001200C          DMARAM Channel 0 Destination Address Register
DMA_ADICR000    0xF0012010          DMARAM Channel 0 Address and Interrupt Control Register
DMA_CHCFGR000   0xF0012014          DMARAM Channel 0 Configuration Register
DMA_SHADR000    0xF0012018          DMARAM Channel 0 Shadow Address Register
DMA_CHCSR000    0xF001201C          DMARAM Channel 0 Control and Status Register
DMA_RDCRCR001   0xF0012020          DMARAM Channel 1 Read Data CRC Register
DMA_SDCRCR001   0xF0012024          DMARAM Channel 1 Source and Destination Address CRC Register
DMA_SADR001     0xF0012028          DMARAM Channel 1 Source Address Register
DMA_DADR001     0xF001202C          DMARAM Channel 1 Destination Address Register
DMA_ADICR001    0xF0012030          DMARAM Channel 1 Address and Interrupt Control Register
DMA_CHCFGR001   0xF0012034          DMARAM Channel 1 Configuration Register
DMA_SHADR001    0xF0012038          DMARAM Channel 1 Shadow Address Register
DMA_CHCSR001    0xF001203C          DMARAM Channel 1 Control and Status Register
DMA_RDCRCR002   0xF0012040          DMARAM Channel 2 Read Data CRC Register
DMA_SDCRCR002   0xF0012044          DMARAM Channel 2 Source and Destination Address CRC Register
DMA_SADR002     0xF0012048          DMARAM Channel 2 Source Address Register
DMA_DADR002     0xF001204C          DMARAM Channel 2 Destination Address Register
DMA_ADICR002    0xF0012050          DMARAM Channel 2 Address and Interrupt Control Register
DMA_CHCFGR002   0xF0012054          DMARAM Channel 2 Configuration Register
DMA_SHADR002    0xF0012058          DMARAM Channel 2 Shadow Address Register
DMA_CHCSR002    0xF001205C          DMARAM Channel 2 Control and Status Register
DMA_RDCRCR003   0xF0012060          DMARAM Channel 3 Read Data CRC Register
DMA_SDCRCR003   0xF0012064          DMARAM Channel 3 Source and Destination Address CRC Register
DMA_SADR003     0xF0012068          DMARAM Channel 3 Source Address Register
DMA_DADR003     0xF001206C          DMARAM Channel 3 Destination Address Register
DMA_ADICR003    0xF0012070          DMARAM Channel 3 Address and Interrupt Control Register
DMA_CHCFGR003   0xF0012074          DMARAM Channel 3 Configuration Register
DMA_SHADR003    0xF0012078          DMARAM Channel 3 Shadow Address Register
DMA_CHCSR003    0xF001207C          DMARAM Channel 3 Control and Status Register
DMA_RDCRCR004   0xF0012080          DMARAM Channel 4 Read Data CRC Register
DMA_SDCRCR004   0xF0012084          DMARAM Channel 4 Source and Destination Address CRC Register
DMA_SADR004     0xF0012088          DMARAM Channel 4 Source Address Register
DMA_DADR004     0xF001208C          DMARAM Channel 4 Destination Address Register
DMA_ADICR004    0xF0012090          DMARAM Channel 4 Address and Interrupt Control Register
DMA_CHCFGR004   0xF0012094          DMARAM Channel 4 Configuration Register
DMA_SHADR004    0xF0012098          DMARAM Channel 4 Shadow Address Register
DMA_CHCSR004    0xF001209C          DMARAM Channel 4 Control and Status Register
DMA_RDCRCR005   0xF00120A0          DMARAM Channel 5 Read Data CRC Register
DMA_SDCRCR005   0xF00120A4          DMARAM Channel 5 Source and Destination Address CRC Register
DMA_SADR005     0xF00120A8          DMARAM Channel 5 Source Address Register
DMA_DADR005     0xF00120AC          DMARAM Channel 5 Destination Address Register
DMA_ADICR005    0xF00120B0          DMARAM Channel 5 Address and Interrupt Control Register
DMA_CHCFGR005   0xF00120B4          DMARAM Channel 5 Configuration Register
DMA_SHADR005    0xF00120B8          DMARAM Channel 5 Shadow Address Register
DMA_CHCSR005    0xF00120BC          DMARAM Channel 5 Control and Status Register
DMA_RDCRCR006   0xF00120C0          DMARAM Channel 6 Read Data CRC Register
DMA_SDCRCR006   0xF00120C4          DMARAM Channel 6 Source and Destination Address CRC Register
DMA_SADR006     0xF00120C8          DMARAM Channel 6 Source Address Register
DMA_DADR006     0xF00120CC          DMARAM Channel 6 Destination Address Register
DMA_ADICR006    0xF00120D0          DMARAM Channel 6 Address and Interrupt Control Register
DMA_CHCFGR006   0xF00120D4          DMARAM Channel 6 Configuration Register
DMA_SHADR006    0xF00120D8          DMARAM Channel 6 Shadow Address Register
DMA_CHCSR006    0xF00120DC          DMARAM Channel 6 Control and Status Register
DMA_RDCRCR007   0xF00120E0          DMARAM Channel 7 Read Data CRC Register
DMA_SDCRCR007   0xF00120E4          DMARAM Channel 7 Source and Destination Address CRC Register
DMA_SADR007     0xF00120E8          DMARAM Channel 7 Source Address Register
DMA_DADR007     0xF00120EC          DMARAM Channel 7 Destination Address Register
DMA_ADICR007    0xF00120F0          DMARAM Channel 7 Address and Interrupt Control Register
DMA_CHCFGR007   0xF00120F4          DMARAM Channel 7 Configuration Register
DMA_SHADR007    0xF00120F8          DMARAM Channel 7 Shadow Address Register
DMA_CHCSR007    0xF00120FC          DMARAM Channel 7 Control and Status Register
DMA_RDCRCR008   0xF0012100          DMARAM Channel 8 Read Data CRC Register
DMA_SDCRCR008   0xF0012104          DMARAM Channel 8 Source and Destination Address CRC Register
DMA_SADR008     0xF0012108          DMARAM Channel 8 Source Address Register
DMA_DADR008     0xF001210C          DMARAM Channel 8 Destination Address Register
DMA_ADICR008    0xF0012110          DMARAM Channel 8 Address and Interrupt Control Register
DMA_CHCFGR008   0xF0012114          DMARAM Channel 8 Configuration Register
DMA_SHADR008    0xF0012118          DMARAM Channel 8 Shadow Address Register
DMA_CHCSR008    0xF001211C          DMARAM Channel 8 Control and Status Register
DMA_RDCRCR009   0xF0012120          DMARAM Channel 9 Read Data CRC Register
DMA_SDCRCR009   0xF0012124          DMARAM Channel 9 Source and Destination Address CRC Register
DMA_SADR009     0xF0012128          DMARAM Channel 9 Source Address Register
DMA_DADR009     0xF001212C          DMARAM Channel 9 Destination Address Register
DMA_ADICR009    0xF0012130          DMARAM Channel 9 Address and Interrupt Control Register
DMA_CHCFGR009   0xF0012134          DMARAM Channel 9 Configuration Register
DMA_SHADR009    0xF0012138          DMARAM Channel 9 Shadow Address Register
DMA_CHCSR009    0xF001213C          DMARAM Channel 9 Control and Status Register
DMA_RDCRCR010   0xF0012140          DMARAM Channel 10 Read Data CRC Register
DMA_SDCRCR010   0xF0012144          DMARAM Channel 10 Source and Destination Address CRC Register
DMA_SADR010     0xF0012148          DMARAM Channel 10 Source Address Register
DMA_DADR010     0xF001214C          DMARAM Channel 10 Destination Address Register
DMA_ADICR010    0xF0012150          DMARAM Channel 10 Address and Interrupt Control Register
DMA_CHCFGR010   0xF0012154          DMARAM Channel 10 Configuration Register
DMA_SHADR010    0xF0012158          DMARAM Channel 10 Shadow Address Register
DMA_CHCSR010    0xF001215C          DMARAM Channel 10 Control and Status Register
DMA_RDCRCR011   0xF0012160          DMARAM Channel 11 Read Data CRC Register
DMA_SDCRCR011   0xF0012164          DMARAM Channel 11 Source and Destination Address CRC Register
DMA_SADR011     0xF0012168          DMARAM Channel 11 Source Address Register
DMA_DADR011     0xF001216C          DMARAM Channel 11 Destination Address Register
DMA_ADICR011    0xF0012170          DMARAM Channel 11 Address and Interrupt Control Register
DMA_CHCFGR011   0xF0012174          DMARAM Channel 11 Configuration Register
DMA_SHADR011    0xF0012178          DMARAM Channel 11 Shadow Address Register
DMA_CHCSR011    0xF001217C          DMARAM Channel 11 Control and Status Register
DMA_RDCRCR012   0xF0012180          DMARAM Channel 12 Read Data CRC Register
DMA_SDCRCR012   0xF0012184          DMARAM Channel 12 Source and Destination Address CRC Register
DMA_SADR012     0xF0012188          DMARAM Channel 12 Source Address Register
DMA_DADR012     0xF001218C          DMARAM Channel 12 Destination Address Register
DMA_ADICR012    0xF0012190          DMARAM Channel 12 Address and Interrupt Control Register
DMA_CHCFGR012   0xF0012194          DMARAM Channel 12 Configuration Register
DMA_SHADR012    0xF0012198          DMARAM Channel 12 Shadow Address Register
DMA_CHCSR012    0xF001219C          DMARAM Channel 12 Control and Status Register
DMA_RDCRCR013   0xF00121A0          DMARAM Channel 13 Read Data CRC Register
DMA_SDCRCR013   0xF00121A4          DMARAM Channel 13 Source and Destination Address CRC Register
DMA_SADR013     0xF00121A8          DMARAM Channel 13 Source Address Register
DMA_DADR013     0xF00121AC          DMARAM Channel 13 Destination Address Register
DMA_ADICR013    0xF00121B0          DMARAM Channel 13 Address and Interrupt Control Register
DMA_CHCFGR013   0xF00121B4          DMARAM Channel 13 Configuration Register
DMA_SHADR013    0xF00121B8          DMARAM Channel 13 Shadow Address Register
DMA_CHCSR013    0xF00121BC          DMARAM Channel 13 Control and Status Register
DMA_RDCRCR014   0xF00121C0          DMARAM Channel 14 Read Data CRC Register
DMA_SDCRCR014   0xF00121C4          DMARAM Channel 14 Source and Destination Address CRC Register
DMA_SADR014     0xF00121C8          DMARAM Channel 14 Source Address Register
DMA_DADR014     0xF00121CC          DMARAM Channel 14 Destination Address Register
DMA_ADICR014    0xF00121D0          DMARAM Channel 14 Address and Interrupt Control Register
DMA_CHCFGR014   0xF00121D4          DMARAM Channel 14 Configuration Register
DMA_SHADR014    0xF00121D8          DMARAM Channel 14 Shadow Address Register
DMA_CHCSR014    0xF00121DC          DMARAM Channel 14 Control and Status Register
DMA_RDCRCR015   0xF00121E0          DMARAM Channel 15 Read Data CRC Register
DMA_SDCRCR015   0xF00121E4          DMARAM Channel 15 Source and Destination Address CRC Register
DMA_SADR015     0xF00121E8          DMARAM Channel 15 Source Address Register
DMA_DADR015     0xF00121EC          DMARAM Channel 15 Destination Address Register
DMA_ADICR015    0xF00121F0          DMARAM Channel 15 Address and Interrupt Control Register
DMA_CHCFGR015   0xF00121F4          DMARAM Channel 15 Configuration Register
DMA_SHADR015    0xF00121F8          DMARAM Channel 15 Shadow Address Register
DMA_CHCSR015    0xF00121FC          DMARAM Channel 15 Control and Status Register
DMA_RDCRCR016   0xF0012200          DMARAM Channel 16 Read Data CRC Register
DMA_SDCRCR016   0xF0012204          DMARAM Channel 16 Source and Destination Address CRC Register
DMA_SADR016     0xF0012208          DMARAM Channel 16 Source Address Register
DMA_DADR016     0xF001220C          DMARAM Channel 16 Destination Address Register
DMA_ADICR016    0xF0012210          DMARAM Channel 16 Address and Interrupt Control Register
DMA_CHCFGR016   0xF0012214          DMARAM Channel 16 Configuration Register
DMA_SHADR016    0xF0012218          DMARAM Channel 16 Shadow Address Register
DMA_CHCSR016    0xF001221C          DMARAM Channel 16 Control and Status Register
DMA_RDCRCR017   0xF0012220          DMARAM Channel 17 Read Data CRC Register
DMA_SDCRCR017   0xF0012224          DMARAM Channel 17 Source and Destination Address CRC Register
DMA_SADR017     0xF0012228          DMARAM Channel 17 Source Address Register
DMA_DADR017     0xF001222C          DMARAM Channel 17 Destination Address Register
DMA_ADICR017    0xF0012230          DMARAM Channel 17 Address and Interrupt Control Register
DMA_CHCFGR017   0xF0012234          DMARAM Channel 17 Configuration Register
DMA_SHADR017    0xF0012238          DMARAM Channel 17 Shadow Address Register
DMA_CHCSR017    0xF001223C          DMARAM Channel 17 Control and Status Register
DMA_RDCRCR018   0xF0012240          DMARAM Channel 18 Read Data CRC Register
DMA_SDCRCR018   0xF0012244          DMARAM Channel 18 Source and Destination Address CRC Register
DMA_SADR018     0xF0012248          DMARAM Channel 18 Source Address Register
DMA_DADR018     0xF001224C          DMARAM Channel 18 Destination Address Register
DMA_ADICR018    0xF0012250          DMARAM Channel 18 Address and Interrupt Control Register
DMA_CHCFGR018   0xF0012254          DMARAM Channel 18 Configuration Register
DMA_SHADR018    0xF0012258          DMARAM Channel 18 Shadow Address Register
DMA_CHCSR018    0xF001225C          DMARAM Channel 18 Control and Status Register
DMA_RDCRCR019   0xF0012260          DMARAM Channel 19 Read Data CRC Register
DMA_SDCRCR019   0xF0012264          DMARAM Channel 19 Source and Destination Address CRC Register
DMA_SADR019     0xF0012268          DMARAM Channel 19 Source Address Register
DMA_DADR019     0xF001226C          DMARAM Channel 19 Destination Address Register
DMA_ADICR019    0xF0012270          DMARAM Channel 19 Address and Interrupt Control Register
DMA_CHCFGR019   0xF0012274          DMARAM Channel 19 Configuration Register
DMA_SHADR019    0xF0012278          DMARAM Channel 19 Shadow Address Register
DMA_CHCSR019    0xF001227C          DMARAM Channel 19 Control and Status Register
DMA_RDCRCR020   0xF0012280          DMARAM Channel 20 Read Data CRC Register
DMA_SDCRCR020   0xF0012284          DMARAM Channel 20 Source and Destination Address CRC Register
DMA_SADR020     0xF0012288          DMARAM Channel 20 Source Address Register
DMA_DADR020     0xF001228C          DMARAM Channel 20 Destination Address Register
DMA_ADICR020    0xF0012290          DMARAM Channel 20 Address and Interrupt Control Register
DMA_CHCFGR020   0xF0012294          DMARAM Channel 20 Configuration Register
DMA_SHADR020    0xF0012298          DMARAM Channel 20 Shadow Address Register
DMA_CHCSR020    0xF001229C          DMARAM Channel 20 Control and Status Register
DMA_RDCRCR021   0xF00122A0          DMARAM Channel 21 Read Data CRC Register
DMA_SDCRCR021   0xF00122A4          DMARAM Channel 21 Source and Destination Address CRC Register
DMA_SADR021     0xF00122A8          DMARAM Channel 21 Source Address Register
DMA_DADR021     0xF00122AC          DMARAM Channel 21 Destination Address Register
DMA_ADICR021    0xF00122B0          DMARAM Channel 21 Address and Interrupt Control Register
DMA_CHCFGR021   0xF00122B4          DMARAM Channel 21 Configuration Register
DMA_SHADR021    0xF00122B8          DMARAM Channel 21 Shadow Address Register
DMA_CHCSR021    0xF00122BC          DMARAM Channel 21 Control and Status Register
DMA_RDCRCR022   0xF00122C0          DMARAM Channel 22 Read Data CRC Register
DMA_SDCRCR022   0xF00122C4          DMARAM Channel 22 Source and Destination Address CRC Register
DMA_SADR022     0xF00122C8          DMARAM Channel 22 Source Address Register
DMA_DADR022     0xF00122CC          DMARAM Channel 22 Destination Address Register
DMA_ADICR022    0xF00122D0          DMARAM Channel 22 Address and Interrupt Control Register
DMA_CHCFGR022   0xF00122D4          DMARAM Channel 22 Configuration Register
DMA_SHADR022    0xF00122D8          DMARAM Channel 22 Shadow Address Register
DMA_CHCSR022    0xF00122DC          DMARAM Channel 22 Control and Status Register
DMA_RDCRCR023   0xF00122E0          DMARAM Channel 23 Read Data CRC Register
DMA_SDCRCR023   0xF00122E4          DMARAM Channel 23 Source and Destination Address CRC Register
DMA_SADR023     0xF00122E8          DMARAM Channel 23 Source Address Register
DMA_DADR023     0xF00122EC          DMARAM Channel 23 Destination Address Register
DMA_ADICR023    0xF00122F0          DMARAM Channel 23 Address and Interrupt Control Register
DMA_CHCFGR023   0xF00122F4          DMARAM Channel 23 Configuration Register
DMA_SHADR023    0xF00122F8          DMARAM Channel 23 Shadow Address Register
DMA_CHCSR023    0xF00122FC          DMARAM Channel 23 Control and Status Register
DMA_RDCRCR024   0xF0012300          DMARAM Channel 24 Read Data CRC Register
DMA_SDCRCR024   0xF0012304          DMARAM Channel 24 Source and Destination Address CRC Register
DMA_SADR024     0xF0012308          DMARAM Channel 24 Source Address Register
DMA_DADR024     0xF001230C          DMARAM Channel 24 Destination Address Register
DMA_ADICR024    0xF0012310          DMARAM Channel 24 Address and Interrupt Control Register
DMA_CHCFGR024   0xF0012314          DMARAM Channel 24 Configuration Register
DMA_SHADR024    0xF0012318          DMARAM Channel 24 Shadow Address Register
DMA_CHCSR024    0xF001231C          DMARAM Channel 24 Control and Status Register
DMA_RDCRCR025   0xF0012320          DMARAM Channel 25 Read Data CRC Register
DMA_SDCRCR025   0xF0012324          DMARAM Channel 25 Source and Destination Address CRC Register
DMA_SADR025     0xF0012328          DMARAM Channel 25 Source Address Register
DMA_DADR025     0xF001232C          DMARAM Channel 25 Destination Address Register
DMA_ADICR025    0xF0012330          DMARAM Channel 25 Address and Interrupt Control Register
DMA_CHCFGR025   0xF0012334          DMARAM Channel 25 Configuration Register
DMA_SHADR025    0xF0012338          DMARAM Channel 25 Shadow Address Register
DMA_CHCSR025    0xF001233C          DMARAM Channel 25 Control and Status Register
DMA_RDCRCR026   0xF0012340          DMARAM Channel 26 Read Data CRC Register
DMA_SDCRCR026   0xF0012344          DMARAM Channel 26 Source and Destination Address CRC Register
DMA_SADR026     0xF0012348          DMARAM Channel 26 Source Address Register
DMA_DADR026     0xF001234C          DMARAM Channel 26 Destination Address Register
DMA_ADICR026    0xF0012350          DMARAM Channel 26 Address and Interrupt Control Register
DMA_CHCFGR026   0xF0012354          DMARAM Channel 26 Configuration Register
DMA_SHADR026    0xF0012358          DMARAM Channel 26 Shadow Address Register
DMA_CHCSR026    0xF001235C          DMARAM Channel 26 Control and Status Register
DMA_RDCRCR027   0xF0012360          DMARAM Channel 27 Read Data CRC Register
DMA_SDCRCR027   0xF0012364          DMARAM Channel 27 Source and Destination Address CRC Register
DMA_SADR027     0xF0012368          DMARAM Channel 27 Source Address Register
DMA_DADR027     0xF001236C          DMARAM Channel 27 Destination Address Register
DMA_ADICR027    0xF0012370          DMARAM Channel 27 Address and Interrupt Control Register
DMA_CHCFGR027   0xF0012374          DMARAM Channel 27 Configuration Register
DMA_SHADR027    0xF0012378          DMARAM Channel 27 Shadow Address Register
DMA_CHCSR027    0xF001237C          DMARAM Channel 27 Control and Status Register
DMA_RDCRCR028   0xF0012380          DMARAM Channel 28 Read Data CRC Register
DMA_SDCRCR028   0xF0012384          DMARAM Channel 28 Source and Destination Address CRC Register
DMA_SADR028     0xF0012388          DMARAM Channel 28 Source Address Register
DMA_DADR028     0xF001238C          DMARAM Channel 28 Destination Address Register
DMA_ADICR028    0xF0012390          DMARAM Channel 28 Address and Interrupt Control Register
DMA_CHCFGR028   0xF0012394          DMARAM Channel 28 Configuration Register
DMA_SHADR028    0xF0012398          DMARAM Channel 28 Shadow Address Register
DMA_CHCSR028    0xF001239C          DMARAM Channel 28 Control and Status Register
DMA_RDCRCR029   0xF00123A0          DMARAM Channel 29 Read Data CRC Register
DMA_SDCRCR029   0xF00123A4          DMARAM Channel 29 Source and Destination Address CRC Register
DMA_SADR029     0xF00123A8          DMARAM Channel 29 Source Address Register
DMA_DADR029     0xF00123AC          DMARAM Channel 29 Destination Address Register
DMA_ADICR029    0xF00123B0          DMARAM Channel 29 Address and Interrupt Control Register
DMA_CHCFGR029   0xF00123B4          DMARAM Channel 29 Configuration Register
DMA_SHADR029    0xF00123B8          DMARAM Channel 29 Shadow Address Register
DMA_CHCSR029    0xF00123BC          DMARAM Channel 29 Control and Status Register
DMA_RDCRCR030   0xF00123C0          DMARAM Channel 30 Read Data CRC Register
DMA_SDCRCR030   0xF00123C4          DMARAM Channel 30 Source and Destination Address CRC Register
DMA_SADR030     0xF00123C8          DMARAM Channel 30 Source Address Register
DMA_DADR030     0xF00123CC          DMARAM Channel 30 Destination Address Register
DMA_ADICR030    0xF00123D0          DMARAM Channel 30 Address and Interrupt Control Register
DMA_CHCFGR030   0xF00123D4          DMARAM Channel 30 Configuration Register
DMA_SHADR030    0xF00123D8          DMARAM Channel 30 Shadow Address Register
DMA_CHCSR030    0xF00123DC          DMARAM Channel 30 Control and Status Register
DMA_RDCRCR031   0xF00123E0          DMARAM Channel 31 Read Data CRC Register
DMA_SDCRCR031   0xF00123E4          DMARAM Channel 31 Source and Destination Address CRC Register
DMA_SADR031     0xF00123E8          DMARAM Channel 31 Source Address Register
DMA_DADR031     0xF00123EC          DMARAM Channel 31 Destination Address Register
DMA_ADICR031    0xF00123F0          DMARAM Channel 31 Address and Interrupt Control Register
DMA_CHCFGR031   0xF00123F4          DMARAM Channel 31 Configuration Register
DMA_SHADR031    0xF00123F8          DMARAM Channel 31 Shadow Address Register
DMA_CHCSR031    0xF00123FC          DMARAM Channel 31 Control and Status Register
DMA_RDCRCR032   0xF0012400          DMARAM Channel 32 Read Data CRC Register
DMA_SDCRCR032   0xF0012404          DMARAM Channel 32 Source and Destination Address CRC Register
DMA_SADR032     0xF0012408          DMARAM Channel 32 Source Address Register
DMA_DADR032     0xF001240C          DMARAM Channel 32 Destination Address Register
DMA_ADICR032    0xF0012410          DMARAM Channel 32 Address and Interrupt Control Register
DMA_CHCFGR032   0xF0012414          DMARAM Channel 32 Configuration Register
DMA_SHADR032    0xF0012418          DMARAM Channel 32 Shadow Address Register
DMA_CHCSR032    0xF001241C          DMARAM Channel 32 Control and Status Register
DMA_RDCRCR033   0xF0012420          DMARAM Channel 33 Read Data CRC Register
DMA_SDCRCR033   0xF0012424          DMARAM Channel 33 Source and Destination Address CRC Register
DMA_SADR033     0xF0012428          DMARAM Channel 33 Source Address Register
DMA_DADR033     0xF001242C          DMARAM Channel 33 Destination Address Register
DMA_ADICR033    0xF0012430          DMARAM Channel 33 Address and Interrupt Control Register
DMA_CHCFGR033   0xF0012434          DMARAM Channel 33 Configuration Register
DMA_SHADR033    0xF0012438          DMARAM Channel 33 Shadow Address Register
DMA_CHCSR033    0xF001243C          DMARAM Channel 33 Control and Status Register
DMA_RDCRCR034   0xF0012440          DMARAM Channel 34 Read Data CRC Register
DMA_SDCRCR034   0xF0012444          DMARAM Channel 34 Source and Destination Address CRC Register
DMA_SADR034     0xF0012448          DMARAM Channel 34 Source Address Register
DMA_DADR034     0xF001244C          DMARAM Channel 34 Destination Address Register
DMA_ADICR034    0xF0012450          DMARAM Channel 34 Address and Interrupt Control Register
DMA_CHCFGR034   0xF0012454          DMARAM Channel 34 Configuration Register
DMA_SHADR034    0xF0012458          DMARAM Channel 34 Shadow Address Register
DMA_CHCSR034    0xF001245C          DMARAM Channel 34 Control and Status Register
DMA_RDCRCR035   0xF0012460          DMARAM Channel 35 Read Data CRC Register
DMA_SDCRCR035   0xF0012464          DMARAM Channel 35 Source and Destination Address CRC Register
DMA_SADR035     0xF0012468          DMARAM Channel 35 Source Address Register
DMA_DADR035     0xF001246C          DMARAM Channel 35 Destination Address Register
DMA_ADICR035    0xF0012470          DMARAM Channel 35 Address and Interrupt Control Register
DMA_CHCFGR035   0xF0012474          DMARAM Channel 35 Configuration Register
DMA_SHADR035    0xF0012478          DMARAM Channel 35 Shadow Address Register
DMA_CHCSR035    0xF001247C          DMARAM Channel 35 Control and Status Register
DMA_RDCRCR036   0xF0012480          DMARAM Channel 36 Read Data CRC Register
DMA_SDCRCR036   0xF0012484          DMARAM Channel 36 Source and Destination Address CRC Register
DMA_SADR036     0xF0012488          DMARAM Channel 36 Source Address Register
DMA_DADR036     0xF001248C          DMARAM Channel 36 Destination Address Register
DMA_ADICR036    0xF0012490          DMARAM Channel 36 Address and Interrupt Control Register
DMA_CHCFGR036   0xF0012494          DMARAM Channel 36 Configuration Register
DMA_SHADR036    0xF0012498          DMARAM Channel 36 Shadow Address Register
DMA_CHCSR036    0xF001249C          DMARAM Channel 36 Control and Status Register
DMA_RDCRCR037   0xF00124A0          DMARAM Channel 37 Read Data CRC Register
DMA_SDCRCR037   0xF00124A4          DMARAM Channel 37 Source and Destination Address CRC Register
DMA_SADR037     0xF00124A8          DMARAM Channel 37 Source Address Register
DMA_DADR037     0xF00124AC          DMARAM Channel 37 Destination Address Register
DMA_ADICR037    0xF00124B0          DMARAM Channel 37 Address and Interrupt Control Register
DMA_CHCFGR037   0xF00124B4          DMARAM Channel 37 Configuration Register
DMA_SHADR037    0xF00124B8          DMARAM Channel 37 Shadow Address Register
DMA_CHCSR037    0xF00124BC          DMARAM Channel 37 Control and Status Register
DMA_RDCRCR038   0xF00124C0          DMARAM Channel 38 Read Data CRC Register
DMA_SDCRCR038   0xF00124C4          DMARAM Channel 38 Source and Destination Address CRC Register
DMA_SADR038     0xF00124C8          DMARAM Channel 38 Source Address Register
DMA_DADR038     0xF00124CC          DMARAM Channel 38 Destination Address Register
DMA_ADICR038    0xF00124D0          DMARAM Channel 38 Address and Interrupt Control Register
DMA_CHCFGR038   0xF00124D4          DMARAM Channel 38 Configuration Register
DMA_SHADR038    0xF00124D8          DMARAM Channel 38 Shadow Address Register
DMA_CHCSR038    0xF00124DC          DMARAM Channel 38 Control and Status Register
DMA_RDCRCR039   0xF00124E0          DMARAM Channel 39 Read Data CRC Register
DMA_SDCRCR039   0xF00124E4          DMARAM Channel 39 Source and Destination Address CRC Register
DMA_SADR039     0xF00124E8          DMARAM Channel 39 Source Address Register
DMA_DADR039     0xF00124EC          DMARAM Channel 39 Destination Address Register
DMA_ADICR039    0xF00124F0          DMARAM Channel 39 Address and Interrupt Control Register
DMA_CHCFGR039   0xF00124F4          DMARAM Channel 39 Configuration Register
DMA_SHADR039    0xF00124F8          DMARAM Channel 39 Shadow Address Register
DMA_CHCSR039    0xF00124FC          DMARAM Channel 39 Control and Status Register
DMA_RDCRCR040   0xF0012500          DMARAM Channel 40 Read Data CRC Register
DMA_SDCRCR040   0xF0012504          DMARAM Channel 40 Source and Destination Address CRC Register
DMA_SADR040     0xF0012508          DMARAM Channel 40 Source Address Register
DMA_DADR040     0xF001250C          DMARAM Channel 40 Destination Address Register
DMA_ADICR040    0xF0012510          DMARAM Channel 40 Address and Interrupt Control Register
DMA_CHCFGR040   0xF0012514          DMARAM Channel 40 Configuration Register
DMA_SHADR040    0xF0012518          DMARAM Channel 40 Shadow Address Register
DMA_CHCSR040    0xF001251C          DMARAM Channel 40 Control and Status Register
DMA_RDCRCR041   0xF0012520          DMARAM Channel 41 Read Data CRC Register
DMA_SDCRCR041   0xF0012524          DMARAM Channel 41 Source and Destination Address CRC Register
DMA_SADR041     0xF0012528          DMARAM Channel 41 Source Address Register
DMA_DADR041     0xF001252C          DMARAM Channel 41 Destination Address Register
DMA_ADICR041    0xF0012530          DMARAM Channel 41 Address and Interrupt Control Register
DMA_CHCFGR041   0xF0012534          DMARAM Channel 41 Configuration Register
DMA_SHADR041    0xF0012538          DMARAM Channel 41 Shadow Address Register
DMA_CHCSR041    0xF001253C          DMARAM Channel 41 Control and Status Register
DMA_RDCRCR042   0xF0012540          DMARAM Channel 42 Read Data CRC Register
DMA_SDCRCR042   0xF0012544          DMARAM Channel 42 Source and Destination Address CRC Register
DMA_SADR042     0xF0012548          DMARAM Channel 42 Source Address Register
DMA_DADR042     0xF001254C          DMARAM Channel 42 Destination Address Register
DMA_ADICR042    0xF0012550          DMARAM Channel 42 Address and Interrupt Control Register
DMA_CHCFGR042   0xF0012554          DMARAM Channel 42 Configuration Register
DMA_SHADR042    0xF0012558          DMARAM Channel 42 Shadow Address Register
DMA_CHCSR042    0xF001255C          DMARAM Channel 42 Control and Status Register
DMA_RDCRCR043   0xF0012560          DMARAM Channel 43 Read Data CRC Register
DMA_SDCRCR043   0xF0012564          DMARAM Channel 43 Source and Destination Address CRC Register
DMA_SADR043     0xF0012568          DMARAM Channel 43 Source Address Register
DMA_DADR043     0xF001256C          DMARAM Channel 43 Destination Address Register
DMA_ADICR043    0xF0012570          DMARAM Channel 43 Address and Interrupt Control Register
DMA_CHCFGR043   0xF0012574          DMARAM Channel 43 Configuration Register
DMA_SHADR043    0xF0012578          DMARAM Channel 43 Shadow Address Register
DMA_CHCSR043    0xF001257C          DMARAM Channel 43 Control and Status Register
DMA_RDCRCR044   0xF0012580          DMARAM Channel 44 Read Data CRC Register
DMA_SDCRCR044   0xF0012584          DMARAM Channel 44 Source and Destination Address CRC Register
DMA_SADR044     0xF0012588          DMARAM Channel 44 Source Address Register
DMA_DADR044     0xF001258C          DMARAM Channel 44 Destination Address Register
DMA_ADICR044    0xF0012590          DMARAM Channel 44 Address and Interrupt Control Register
DMA_CHCFGR044   0xF0012594          DMARAM Channel 44 Configuration Register
DMA_SHADR044    0xF0012598          DMARAM Channel 44 Shadow Address Register
DMA_CHCSR044    0xF001259C          DMARAM Channel 44 Control and Status Register
DMA_RDCRCR045   0xF00125A0          DMARAM Channel 45 Read Data CRC Register
DMA_SDCRCR045   0xF00125A4          DMARAM Channel 45 Source and Destination Address CRC Register
DMA_SADR045     0xF00125A8          DMARAM Channel 45 Source Address Register
DMA_DADR045     0xF00125AC          DMARAM Channel 45 Destination Address Register
DMA_ADICR045    0xF00125B0          DMARAM Channel 45 Address and Interrupt Control Register
DMA_CHCFGR045   0xF00125B4          DMARAM Channel 45 Configuration Register
DMA_SHADR045    0xF00125B8          DMARAM Channel 45 Shadow Address Register
DMA_CHCSR045    0xF00125BC          DMARAM Channel 45 Control and Status Register
DMA_RDCRCR046   0xF00125C0          DMARAM Channel 46 Read Data CRC Register
DMA_SDCRCR046   0xF00125C4          DMARAM Channel 46 Source and Destination Address CRC Register
DMA_SADR046     0xF00125C8          DMARAM Channel 46 Source Address Register
DMA_DADR046     0xF00125CC          DMARAM Channel 46 Destination Address Register
DMA_ADICR046    0xF00125D0          DMARAM Channel 46 Address and Interrupt Control Register
DMA_CHCFGR046   0xF00125D4          DMARAM Channel 46 Configuration Register
DMA_SHADR046    0xF00125D8          DMARAM Channel 46 Shadow Address Register
DMA_CHCSR046    0xF00125DC          DMARAM Channel 46 Control and Status Register
DMA_RDCRCR047   0xF00125E0          DMARAM Channel 47 Read Data CRC Register
DMA_SDCRCR047   0xF00125E4          DMARAM Channel 47 Source and Destination Address CRC Register
DMA_SADR047     0xF00125E8          DMARAM Channel 47 Source Address Register
DMA_DADR047     0xF00125EC          DMARAM Channel 47 Destination Address Register
DMA_ADICR047    0xF00125F0          DMARAM Channel 47 Address and Interrupt Control Register
DMA_CHCFGR047   0xF00125F4          DMARAM Channel 47 Configuration Register
DMA_SHADR047    0xF00125F8          DMARAM Channel 47 Shadow Address Register
DMA_CHCSR047    0xF00125FC          DMARAM Channel 47 Control and Status Register
DMA_RDCRCR048   0xF0012600          DMARAM Channel 48 Read Data CRC Register
DMA_SDCRCR048   0xF0012604          DMARAM Channel 48 Source and Destination Address CRC Register
DMA_SADR048     0xF0012608          DMARAM Channel 48 Source Address Register
DMA_DADR048     0xF001260C          DMARAM Channel 48 Destination Address Register
DMA_ADICR048    0xF0012610          DMARAM Channel 48 Address and Interrupt Control Register
DMA_CHCFGR048   0xF0012614          DMARAM Channel 48 Configuration Register
DMA_SHADR048    0xF0012618          DMARAM Channel 48 Shadow Address Register
DMA_CHCSR048    0xF001261C          DMARAM Channel 48 Control and Status Register
DMA_RDCRCR049   0xF0012620          DMARAM Channel 49 Read Data CRC Register
DMA_SDCRCR049   0xF0012624          DMARAM Channel 49 Source and Destination Address CRC Register
DMA_SADR049     0xF0012628          DMARAM Channel 49 Source Address Register
DMA_DADR049     0xF001262C          DMARAM Channel 49 Destination Address Register
DMA_ADICR049    0xF0012630          DMARAM Channel 49 Address and Interrupt Control Register
DMA_CHCFGR049   0xF0012634          DMARAM Channel 49 Configuration Register
DMA_SHADR049    0xF0012638          DMARAM Channel 49 Shadow Address Register
DMA_CHCSR049    0xF001263C          DMARAM Channel 49 Control and Status Register
DMA_RDCRCR050   0xF0012640          DMARAM Channel 50 Read Data CRC Register
DMA_SDCRCR050   0xF0012644          DMARAM Channel 50 Source and Destination Address CRC Register
DMA_SADR050     0xF0012648          DMARAM Channel 50 Source Address Register
DMA_DADR050     0xF001264C          DMARAM Channel 50 Destination Address Register
DMA_ADICR050    0xF0012650          DMARAM Channel 50 Address and Interrupt Control Register
DMA_CHCFGR050   0xF0012654          DMARAM Channel 50 Configuration Register
DMA_SHADR050    0xF0012658          DMARAM Channel 50 Shadow Address Register
DMA_CHCSR050    0xF001265C          DMARAM Channel 50 Control and Status Register
DMA_RDCRCR051   0xF0012660          DMARAM Channel 51 Read Data CRC Register
DMA_SDCRCR051   0xF0012664          DMARAM Channel 51 Source and Destination Address CRC Register
DMA_SADR051     0xF0012668          DMARAM Channel 51 Source Address Register
DMA_DADR051     0xF001266C          DMARAM Channel 51 Destination Address Register
DMA_ADICR051    0xF0012670          DMARAM Channel 51 Address and Interrupt Control Register
DMA_CHCFGR051   0xF0012674          DMARAM Channel 51 Configuration Register
DMA_SHADR051    0xF0012678          DMARAM Channel 51 Shadow Address Register
DMA_CHCSR051    0xF001267C          DMARAM Channel 51 Control and Status Register
DMA_RDCRCR052   0xF0012680          DMARAM Channel 52 Read Data CRC Register
DMA_SDCRCR052   0xF0012684          DMARAM Channel 52 Source and Destination Address CRC Register
DMA_SADR052     0xF0012688          DMARAM Channel 52 Source Address Register
DMA_DADR052     0xF001268C          DMARAM Channel 52 Destination Address Register
DMA_ADICR052    0xF0012690          DMARAM Channel 52 Address and Interrupt Control Register
DMA_CHCFGR052   0xF0012694          DMARAM Channel 52 Configuration Register
DMA_SHADR052    0xF0012698          DMARAM Channel 52 Shadow Address Register
DMA_CHCSR052    0xF001269C          DMARAM Channel 52 Control and Status Register
DMA_RDCRCR053   0xF00126A0          DMARAM Channel 53 Read Data CRC Register
DMA_SDCRCR053   0xF00126A4          DMARAM Channel 53 Source and Destination Address CRC Register
DMA_SADR053     0xF00126A8          DMARAM Channel 53 Source Address Register
DMA_DADR053     0xF00126AC          DMARAM Channel 53 Destination Address Register
DMA_ADICR053    0xF00126B0          DMARAM Channel 53 Address and Interrupt Control Register
DMA_CHCFGR053   0xF00126B4          DMARAM Channel 53 Configuration Register
DMA_SHADR053    0xF00126B8          DMARAM Channel 53 Shadow Address Register
DMA_CHCSR053    0xF00126BC          DMARAM Channel 53 Control and Status Register
DMA_RDCRCR054   0xF00126C0          DMARAM Channel 54 Read Data CRC Register
DMA_SDCRCR054   0xF00126C4          DMARAM Channel 54 Source and Destination Address CRC Register
DMA_SADR054     0xF00126C8          DMARAM Channel 54 Source Address Register
DMA_DADR054     0xF00126CC          DMARAM Channel 54 Destination Address Register
DMA_ADICR054    0xF00126D0          DMARAM Channel 54 Address and Interrupt Control Register
DMA_CHCFGR054   0xF00126D4          DMARAM Channel 54 Configuration Register
DMA_SHADR054    0xF00126D8          DMARAM Channel 54 Shadow Address Register
DMA_CHCSR054    0xF00126DC          DMARAM Channel 54 Control and Status Register
DMA_RDCRCR055   0xF00126E0          DMARAM Channel 55 Read Data CRC Register
DMA_SDCRCR055   0xF00126E4          DMARAM Channel 55 Source and Destination Address CRC Register
DMA_SADR055     0xF00126E8          DMARAM Channel 55 Source Address Register
DMA_DADR055     0xF00126EC          DMARAM Channel 55 Destination Address Register
DMA_ADICR055    0xF00126F0          DMARAM Channel 55 Address and Interrupt Control Register
DMA_CHCFGR055   0xF00126F4          DMARAM Channel 55 Configuration Register
DMA_SHADR055    0xF00126F8          DMARAM Channel 55 Shadow Address Register
DMA_CHCSR055    0xF00126FC          DMARAM Channel 55 Control and Status Register
DMA_RDCRCR056   0xF0012700          DMARAM Channel 56 Read Data CRC Register
DMA_SDCRCR056   0xF0012704          DMARAM Channel 56 Source and Destination Address CRC Register
DMA_SADR056     0xF0012708          DMARAM Channel 56 Source Address Register
DMA_DADR056     0xF001270C          DMARAM Channel 56 Destination Address Register
DMA_ADICR056    0xF0012710          DMARAM Channel 56 Address and Interrupt Control Register
DMA_CHCFGR056   0xF0012714          DMARAM Channel 56 Configuration Register
DMA_SHADR056    0xF0012718          DMARAM Channel 56 Shadow Address Register
DMA_CHCSR056    0xF001271C          DMARAM Channel 56 Control and Status Register
DMA_RDCRCR057   0xF0012720          DMARAM Channel 57 Read Data CRC Register
DMA_SDCRCR057   0xF0012724          DMARAM Channel 57 Source and Destination Address CRC Register
DMA_SADR057     0xF0012728          DMARAM Channel 57 Source Address Register
DMA_DADR057     0xF001272C          DMARAM Channel 57 Destination Address Register
DMA_ADICR057    0xF0012730          DMARAM Channel 57 Address and Interrupt Control Register
DMA_CHCFGR057   0xF0012734          DMARAM Channel 57 Configuration Register
DMA_SHADR057    0xF0012738          DMARAM Channel 57 Shadow Address Register
DMA_CHCSR057    0xF001273C          DMARAM Channel 57 Control and Status Register
DMA_RDCRCR058   0xF0012740          DMARAM Channel 58 Read Data CRC Register
DMA_SDCRCR058   0xF0012744          DMARAM Channel 58 Source and Destination Address CRC Register
DMA_SADR058     0xF0012748          DMARAM Channel 58 Source Address Register
DMA_DADR058     0xF001274C          DMARAM Channel 58 Destination Address Register
DMA_ADICR058    0xF0012750          DMARAM Channel 58 Address and Interrupt Control Register
DMA_CHCFGR058   0xF0012754          DMARAM Channel 58 Configuration Register
DMA_SHADR058    0xF0012758          DMARAM Channel 58 Shadow Address Register
DMA_CHCSR058    0xF001275C          DMARAM Channel 58 Control and Status Register
DMA_RDCRCR059   0xF0012760          DMARAM Channel 59 Read Data CRC Register
DMA_SDCRCR059   0xF0012764          DMARAM Channel 59 Source and Destination Address CRC Register
DMA_SADR059     0xF0012768          DMARAM Channel 59 Source Address Register
DMA_DADR059     0xF001276C          DMARAM Channel 59 Destination Address Register
DMA_ADICR059    0xF0012770          DMARAM Channel 59 Address and Interrupt Control Register
DMA_CHCFGR059   0xF0012774          DMARAM Channel 59 Configuration Register
DMA_SHADR059    0xF0012778          DMARAM Channel 59 Shadow Address Register
DMA_CHCSR059    0xF001277C          DMARAM Channel 59 Control and Status Register
DMA_RDCRCR060   0xF0012780          DMARAM Channel 60 Read Data CRC Register
DMA_SDCRCR060   0xF0012784          DMARAM Channel 60 Source and Destination Address CRC Register
DMA_SADR060     0xF0012788          DMARAM Channel 60 Source Address Register
DMA_DADR060     0xF001278C          DMARAM Channel 60 Destination Address Register
DMA_ADICR060    0xF0012790          DMARAM Channel 60 Address and Interrupt Control Register
DMA_CHCFGR060   0xF0012794          DMARAM Channel 60 Configuration Register
DMA_SHADR060    0xF0012798          DMARAM Channel 60 Shadow Address Register
DMA_CHCSR060    0xF001279C          DMARAM Channel 60 Control and Status Register
DMA_RDCRCR061   0xF00127A0          DMARAM Channel 61 Read Data CRC Register
DMA_SDCRCR061   0xF00127A4          DMARAM Channel 61 Source and Destination Address CRC Register
DMA_SADR061     0xF00127A8          DMARAM Channel 61 Source Address Register
DMA_DADR061     0xF00127AC          DMARAM Channel 61 Destination Address Register
DMA_ADICR061    0xF00127B0          DMARAM Channel 61 Address and Interrupt Control Register
DMA_CHCFGR061   0xF00127B4          DMARAM Channel 61 Configuration Register
DMA_SHADR061    0xF00127B8          DMARAM Channel 61 Shadow Address Register
DMA_CHCSR061    0xF00127BC          DMARAM Channel 61 Control and Status Register
DMA_RDCRCR062   0xF00127C0          DMARAM Channel 62 Read Data CRC Register
DMA_SDCRCR062   0xF00127C4          DMARAM Channel 62 Source and Destination Address CRC Register
DMA_SADR062     0xF00127C8          DMARAM Channel 62 Source Address Register
DMA_DADR062     0xF00127CC          DMARAM Channel 62 Destination Address Register
DMA_ADICR062    0xF00127D0          DMARAM Channel 62 Address and Interrupt Control Register
DMA_CHCFGR062   0xF00127D4          DMARAM Channel 62 Configuration Register
DMA_SHADR062    0xF00127D8          DMARAM Channel 62 Shadow Address Register
DMA_CHCSR062    0xF00127DC          DMARAM Channel 62 Control and Status Register
DMA_RDCRCR063   0xF00127E0          DMARAM Channel 63 Read Data CRC Register
DMA_SDCRCR063   0xF00127E4          DMARAM Channel 63 Source and Destination Address CRC Register
DMA_SADR063     0xF00127E8          DMARAM Channel 63 Source Address Register
DMA_DADR063     0xF00127EC          DMARAM Channel 63 Destination Address Register
DMA_ADICR063    0xF00127F0          DMARAM Channel 63 Address and Interrupt Control Register
DMA_CHCFGR063   0xF00127F4          DMARAM Channel 63 Configuration Register
DMA_SHADR063    0xF00127F8          DMARAM Channel 63 Shadow Address Register
DMA_CHCSR063    0xF00127FC          DMARAM Channel 63 Control and Status Register
DMA_RDCRCR064   0xF0012800          DMARAM Channel 64 Read Data CRC Register
DMA_SDCRCR064   0xF0012804          DMARAM Channel 64 Source and Destination Address CRC Register
DMA_SADR064     0xF0012808          DMARAM Channel 64 Source Address Register
DMA_DADR064     0xF001280C          DMARAM Channel 64 Destination Address Register
DMA_ADICR064    0xF0012810          DMARAM Channel 64 Address and Interrupt Control Register
DMA_CHCFGR064   0xF0012814          DMARAM Channel 64 Configuration Register
DMA_SHADR064    0xF0012818          DMARAM Channel 64 Shadow Address Register
DMA_CHCSR064    0xF001281C          DMARAM Channel 64 Control and Status Register
DMA_RDCRCR065   0xF0012820          DMARAM Channel 65 Read Data CRC Register
DMA_SDCRCR065   0xF0012824          DMARAM Channel 65 Source and Destination Address CRC Register
DMA_SADR065     0xF0012828          DMARAM Channel 65 Source Address Register
DMA_DADR065     0xF001282C          DMARAM Channel 65 Destination Address Register
DMA_ADICR065    0xF0012830          DMARAM Channel 65 Address and Interrupt Control Register
DMA_CHCFGR065   0xF0012834          DMARAM Channel 65 Configuration Register
DMA_SHADR065    0xF0012838          DMARAM Channel 65 Shadow Address Register
DMA_CHCSR065    0xF001283C          DMARAM Channel 65 Control and Status Register
DMA_RDCRCR066   0xF0012840          DMARAM Channel 66 Read Data CRC Register
DMA_SDCRCR066   0xF0012844          DMARAM Channel 66 Source and Destination Address CRC Register
DMA_SADR066     0xF0012848          DMARAM Channel 66 Source Address Register
DMA_DADR066     0xF001284C          DMARAM Channel 66 Destination Address Register
DMA_ADICR066    0xF0012850          DMARAM Channel 66 Address and Interrupt Control Register
DMA_CHCFGR066   0xF0012854          DMARAM Channel 66 Configuration Register
DMA_SHADR066    0xF0012858          DMARAM Channel 66 Shadow Address Register
DMA_CHCSR066    0xF001285C          DMARAM Channel 66 Control and Status Register
DMA_RDCRCR067   0xF0012860          DMARAM Channel 67 Read Data CRC Register
DMA_SDCRCR067   0xF0012864          DMARAM Channel 67 Source and Destination Address CRC Register
DMA_SADR067     0xF0012868          DMARAM Channel 67 Source Address Register
DMA_DADR067     0xF001286C          DMARAM Channel 67 Destination Address Register
DMA_ADICR067    0xF0012870          DMARAM Channel 67 Address and Interrupt Control Register
DMA_CHCFGR067   0xF0012874          DMARAM Channel 67 Configuration Register
DMA_SHADR067    0xF0012878          DMARAM Channel 67 Shadow Address Register
DMA_CHCSR067    0xF001287C          DMARAM Channel 67 Control and Status Register
DMA_RDCRCR068   0xF0012880          DMARAM Channel 68 Read Data CRC Register
DMA_SDCRCR068   0xF0012884          DMARAM Channel 68 Source and Destination Address CRC Register
DMA_SADR068     0xF0012888          DMARAM Channel 68 Source Address Register
DMA_DADR068     0xF001288C          DMARAM Channel 68 Destination Address Register
DMA_ADICR068    0xF0012890          DMARAM Channel 68 Address and Interrupt Control Register
DMA_CHCFGR068   0xF0012894          DMARAM Channel 68 Configuration Register
DMA_SHADR068    0xF0012898          DMARAM Channel 68 Shadow Address Register
DMA_CHCSR068    0xF001289C          DMARAM Channel 68 Control and Status Register
DMA_RDCRCR069   0xF00128A0          DMARAM Channel 69 Read Data CRC Register
DMA_SDCRCR069   0xF00128A4          DMARAM Channel 69 Source and Destination Address CRC Register
DMA_SADR069     0xF00128A8          DMARAM Channel 69 Source Address Register
DMA_DADR069     0xF00128AC          DMARAM Channel 69 Destination Address Register
DMA_ADICR069    0xF00128B0          DMARAM Channel 69 Address and Interrupt Control Register
DMA_CHCFGR069   0xF00128B4          DMARAM Channel 69 Configuration Register
DMA_SHADR069    0xF00128B8          DMARAM Channel 69 Shadow Address Register
DMA_CHCSR069    0xF00128BC          DMARAM Channel 69 Control and Status Register
DMA_RDCRCR070   0xF00128C0          DMARAM Channel 70 Read Data CRC Register
DMA_SDCRCR070   0xF00128C4          DMARAM Channel 70 Source and Destination Address CRC Register
DMA_SADR070     0xF00128C8          DMARAM Channel 70 Source Address Register
DMA_DADR070     0xF00128CC          DMARAM Channel 70 Destination Address Register
DMA_ADICR070    0xF00128D0          DMARAM Channel 70 Address and Interrupt Control Register
DMA_CHCFGR070   0xF00128D4          DMARAM Channel 70 Configuration Register
DMA_SHADR070    0xF00128D8          DMARAM Channel 70 Shadow Address Register
DMA_CHCSR070    0xF00128DC          DMARAM Channel 70 Control and Status Register
DMA_RDCRCR071   0xF00128E0          DMARAM Channel 71 Read Data CRC Register
DMA_SDCRCR071   0xF00128E4          DMARAM Channel 71 Source and Destination Address CRC Register
DMA_SADR071     0xF00128E8          DMARAM Channel 71 Source Address Register
DMA_DADR071     0xF00128EC          DMARAM Channel 71 Destination Address Register
DMA_ADICR071    0xF00128F0          DMARAM Channel 71 Address and Interrupt Control Register
DMA_CHCFGR071   0xF00128F4          DMARAM Channel 71 Configuration Register
DMA_SHADR071    0xF00128F8          DMARAM Channel 71 Shadow Address Register
DMA_CHCSR071    0xF00128FC          DMARAM Channel 71 Control and Status Register
DMA_RDCRCR072   0xF0012900          DMARAM Channel 72 Read Data CRC Register
DMA_SDCRCR072   0xF0012904          DMARAM Channel 72 Source and Destination Address CRC Register
DMA_SADR072     0xF0012908          DMARAM Channel 72 Source Address Register
DMA_DADR072     0xF001290C          DMARAM Channel 72 Destination Address Register
DMA_ADICR072    0xF0012910          DMARAM Channel 72 Address and Interrupt Control Register
DMA_CHCFGR072   0xF0012914          DMARAM Channel 72 Configuration Register
DMA_SHADR072    0xF0012918          DMARAM Channel 72 Shadow Address Register
DMA_CHCSR072    0xF001291C          DMARAM Channel 72 Control and Status Register
DMA_RDCRCR073   0xF0012920          DMARAM Channel 73 Read Data CRC Register
DMA_SDCRCR073   0xF0012924          DMARAM Channel 73 Source and Destination Address CRC Register
DMA_SADR073     0xF0012928          DMARAM Channel 73 Source Address Register
DMA_DADR073     0xF001292C          DMARAM Channel 73 Destination Address Register
DMA_ADICR073    0xF0012930          DMARAM Channel 73 Address and Interrupt Control Register
DMA_CHCFGR073   0xF0012934          DMARAM Channel 73 Configuration Register
DMA_SHADR073    0xF0012938          DMARAM Channel 73 Shadow Address Register
DMA_CHCSR073    0xF001293C          DMARAM Channel 73 Control and Status Register
DMA_RDCRCR074   0xF0012940          DMARAM Channel 74 Read Data CRC Register
DMA_SDCRCR074   0xF0012944          DMARAM Channel 74 Source and Destination Address CRC Register
DMA_SADR074     0xF0012948          DMARAM Channel 74 Source Address Register
DMA_DADR074     0xF001294C          DMARAM Channel 74 Destination Address Register
DMA_ADICR074    0xF0012950          DMARAM Channel 74 Address and Interrupt Control Register
DMA_CHCFGR074   0xF0012954          DMARAM Channel 74 Configuration Register
DMA_SHADR074    0xF0012958          DMARAM Channel 74 Shadow Address Register
DMA_CHCSR074    0xF001295C          DMARAM Channel 74 Control and Status Register
DMA_RDCRCR075   0xF0012960          DMARAM Channel 75 Read Data CRC Register
DMA_SDCRCR075   0xF0012964          DMARAM Channel 75 Source and Destination Address CRC Register
DMA_SADR075     0xF0012968          DMARAM Channel 75 Source Address Register
DMA_DADR075     0xF001296C          DMARAM Channel 75 Destination Address Register
DMA_ADICR075    0xF0012970          DMARAM Channel 75 Address and Interrupt Control Register
DMA_CHCFGR075   0xF0012974          DMARAM Channel 75 Configuration Register
DMA_SHADR075    0xF0012978          DMARAM Channel 75 Shadow Address Register
DMA_CHCSR075    0xF001297C          DMARAM Channel 75 Control and Status Register
DMA_RDCRCR076   0xF0012980          DMARAM Channel 76 Read Data CRC Register
DMA_SDCRCR076   0xF0012984          DMARAM Channel 76 Source and Destination Address CRC Register
DMA_SADR076     0xF0012988          DMARAM Channel 76 Source Address Register
DMA_DADR076     0xF001298C          DMARAM Channel 76 Destination Address Register
DMA_ADICR076    0xF0012990          DMARAM Channel 76 Address and Interrupt Control Register
DMA_CHCFGR076   0xF0012994          DMARAM Channel 76 Configuration Register
DMA_SHADR076    0xF0012998          DMARAM Channel 76 Shadow Address Register
DMA_CHCSR076    0xF001299C          DMARAM Channel 76 Control and Status Register
DMA_RDCRCR077   0xF00129A0          DMARAM Channel 77 Read Data CRC Register
DMA_SDCRCR077   0xF00129A4          DMARAM Channel 77 Source and Destination Address CRC Register
DMA_SADR077     0xF00129A8          DMARAM Channel 77 Source Address Register
DMA_DADR077     0xF00129AC          DMARAM Channel 77 Destination Address Register
DMA_ADICR077    0xF00129B0          DMARAM Channel 77 Address and Interrupt Control Register
DMA_CHCFGR077   0xF00129B4          DMARAM Channel 77 Configuration Register
DMA_SHADR077    0xF00129B8          DMARAM Channel 77 Shadow Address Register
DMA_CHCSR077    0xF00129BC          DMARAM Channel 77 Control and Status Register
DMA_RDCRCR078   0xF00129C0          DMARAM Channel 78 Read Data CRC Register
DMA_SDCRCR078   0xF00129C4          DMARAM Channel 78 Source and Destination Address CRC Register
DMA_SADR078     0xF00129C8          DMARAM Channel 78 Source Address Register
DMA_DADR078     0xF00129CC          DMARAM Channel 78 Destination Address Register
DMA_ADICR078    0xF00129D0          DMARAM Channel 78 Address and Interrupt Control Register
DMA_CHCFGR078   0xF00129D4          DMARAM Channel 78 Configuration Register
DMA_SHADR078    0xF00129D8          DMARAM Channel 78 Shadow Address Register
DMA_CHCSR078    0xF00129DC          DMARAM Channel 78 Control and Status Register
DMA_RDCRCR079   0xF00129E0          DMARAM Channel 79 Read Data CRC Register
DMA_SDCRCR079   0xF00129E4          DMARAM Channel 79 Source and Destination Address CRC Register
DMA_SADR079     0xF00129E8          DMARAM Channel 79 Source Address Register
DMA_DADR079     0xF00129EC          DMARAM Channel 79 Destination Address Register
DMA_ADICR079    0xF00129F0          DMARAM Channel 79 Address and Interrupt Control Register
DMA_CHCFGR079   0xF00129F4          DMARAM Channel 79 Configuration Register
DMA_SHADR079    0xF00129F8          DMARAM Channel 79 Shadow Address Register
DMA_CHCSR079    0xF00129FC          DMARAM Channel 79 Control and Status Register
DMA_RDCRCR080   0xF0012A00          DMARAM Channel 80 Read Data CRC Register
DMA_SDCRCR080   0xF0012A04          DMARAM Channel 80 Source and Destination Address CRC Register
DMA_SADR080     0xF0012A08          DMARAM Channel 80 Source Address Register
DMA_DADR080     0xF0012A0C          DMARAM Channel 80 Destination Address Register
DMA_ADICR080    0xF0012A10          DMARAM Channel 80 Address and Interrupt Control Register
DMA_CHCFGR080   0xF0012A14          DMARAM Channel 80 Configuration Register
DMA_SHADR080    0xF0012A18          DMARAM Channel 80 Shadow Address Register
DMA_CHCSR080    0xF0012A1C          DMARAM Channel 80 Control and Status Register
DMA_RDCRCR081   0xF0012A20          DMARAM Channel 81 Read Data CRC Register
DMA_SDCRCR081   0xF0012A24          DMARAM Channel 81 Source and Destination Address CRC Register
DMA_SADR081     0xF0012A28          DMARAM Channel 81 Source Address Register
DMA_DADR081     0xF0012A2C          DMARAM Channel 81 Destination Address Register
DMA_ADICR081    0xF0012A30          DMARAM Channel 81 Address and Interrupt Control Register
DMA_CHCFGR081   0xF0012A34          DMARAM Channel 81 Configuration Register
DMA_SHADR081    0xF0012A38          DMARAM Channel 81 Shadow Address Register
DMA_CHCSR081    0xF0012A3C          DMARAM Channel 81 Control and Status Register
DMA_RDCRCR082   0xF0012A40          DMARAM Channel 82 Read Data CRC Register
DMA_SDCRCR082   0xF0012A44          DMARAM Channel 82 Source and Destination Address CRC Register
DMA_SADR082     0xF0012A48          DMARAM Channel 82 Source Address Register
DMA_DADR082     0xF0012A4C          DMARAM Channel 82 Destination Address Register
DMA_ADICR082    0xF0012A50          DMARAM Channel 82 Address and Interrupt Control Register
DMA_CHCFGR082   0xF0012A54          DMARAM Channel 82 Configuration Register
DMA_SHADR082    0xF0012A58          DMARAM Channel 82 Shadow Address Register
DMA_CHCSR082    0xF0012A5C          DMARAM Channel 82 Control and Status Register
DMA_RDCRCR083   0xF0012A60          DMARAM Channel 83 Read Data CRC Register
DMA_SDCRCR083   0xF0012A64          DMARAM Channel 83 Source and Destination Address CRC Register
DMA_SADR083     0xF0012A68          DMARAM Channel 83 Source Address Register
DMA_DADR083     0xF0012A6C          DMARAM Channel 83 Destination Address Register
DMA_ADICR083    0xF0012A70          DMARAM Channel 83 Address and Interrupt Control Register
DMA_CHCFGR083   0xF0012A74          DMARAM Channel 83 Configuration Register
DMA_SHADR083    0xF0012A78          DMARAM Channel 83 Shadow Address Register
DMA_CHCSR083    0xF0012A7C          DMARAM Channel 83 Control and Status Register
DMA_RDCRCR084   0xF0012A80          DMARAM Channel 84 Read Data CRC Register
DMA_SDCRCR084   0xF0012A84          DMARAM Channel 84 Source and Destination Address CRC Register
DMA_SADR084     0xF0012A88          DMARAM Channel 84 Source Address Register
DMA_DADR084     0xF0012A8C          DMARAM Channel 84 Destination Address Register
DMA_ADICR084    0xF0012A90          DMARAM Channel 84 Address and Interrupt Control Register
DMA_CHCFGR084   0xF0012A94          DMARAM Channel 84 Configuration Register
DMA_SHADR084    0xF0012A98          DMARAM Channel 84 Shadow Address Register
DMA_CHCSR084    0xF0012A9C          DMARAM Channel 84 Control and Status Register
DMA_RDCRCR085   0xF0012AA0          DMARAM Channel 85 Read Data CRC Register
DMA_SDCRCR085   0xF0012AA4          DMARAM Channel 85 Source and Destination Address CRC Register
DMA_SADR085     0xF0012AA8          DMARAM Channel 85 Source Address Register
DMA_DADR085     0xF0012AAC          DMARAM Channel 85 Destination Address Register
DMA_ADICR085    0xF0012AB0          DMARAM Channel 85 Address and Interrupt Control Register
DMA_CHCFGR085   0xF0012AB4          DMARAM Channel 85 Configuration Register
DMA_SHADR085    0xF0012AB8          DMARAM Channel 85 Shadow Address Register
DMA_CHCSR085    0xF0012ABC          DMARAM Channel 85 Control and Status Register
DMA_RDCRCR086   0xF0012AC0          DMARAM Channel 86 Read Data CRC Register
DMA_SDCRCR086   0xF0012AC4          DMARAM Channel 86 Source and Destination Address CRC Register
DMA_SADR086     0xF0012AC8          DMARAM Channel 86 Source Address Register
DMA_DADR086     0xF0012ACC          DMARAM Channel 86 Destination Address Register
DMA_ADICR086    0xF0012AD0          DMARAM Channel 86 Address and Interrupt Control Register
DMA_CHCFGR086   0xF0012AD4          DMARAM Channel 86 Configuration Register
DMA_SHADR086    0xF0012AD8          DMARAM Channel 86 Shadow Address Register
DMA_CHCSR086    0xF0012ADC          DMARAM Channel 86 Control and Status Register
DMA_RDCRCR087   0xF0012AE0          DMARAM Channel 87 Read Data CRC Register
DMA_SDCRCR087   0xF0012AE4          DMARAM Channel 87 Source and Destination Address CRC Register
DMA_SADR087     0xF0012AE8          DMARAM Channel 87 Source Address Register
DMA_DADR087     0xF0012AEC          DMARAM Channel 87 Destination Address Register
DMA_ADICR087    0xF0012AF0          DMARAM Channel 87 Address and Interrupt Control Register
DMA_CHCFGR087   0xF0012AF4          DMARAM Channel 87 Configuration Register
DMA_SHADR087    0xF0012AF8          DMARAM Channel 87 Shadow Address Register
DMA_CHCSR087    0xF0012AFC          DMARAM Channel 87 Control and Status Register
DMA_RDCRCR088   0xF0012B00          DMARAM Channel 88 Read Data CRC Register
DMA_SDCRCR088   0xF0012B04          DMARAM Channel 88 Source and Destination Address CRC Register
DMA_SADR088     0xF0012B08          DMARAM Channel 88 Source Address Register
DMA_DADR088     0xF0012B0C          DMARAM Channel 88 Destination Address Register
DMA_ADICR088    0xF0012B10          DMARAM Channel 88 Address and Interrupt Control Register
DMA_CHCFGR088   0xF0012B14          DMARAM Channel 88 Configuration Register
DMA_SHADR088    0xF0012B18          DMARAM Channel 88 Shadow Address Register
DMA_CHCSR088    0xF0012B1C          DMARAM Channel 88 Control and Status Register
DMA_RDCRCR089   0xF0012B20          DMARAM Channel 89 Read Data CRC Register
DMA_SDCRCR089   0xF0012B24          DMARAM Channel 89 Source and Destination Address CRC Register
DMA_SADR089     0xF0012B28          DMARAM Channel 89 Source Address Register
DMA_DADR089     0xF0012B2C          DMARAM Channel 89 Destination Address Register
DMA_ADICR089    0xF0012B30          DMARAM Channel 89 Address and Interrupt Control Register
DMA_CHCFGR089   0xF0012B34          DMARAM Channel 89 Configuration Register
DMA_SHADR089    0xF0012B38          DMARAM Channel 89 Shadow Address Register
DMA_CHCSR089    0xF0012B3C          DMARAM Channel 89 Control and Status Register
DMA_RDCRCR090   0xF0012B40          DMARAM Channel 90 Read Data CRC Register
DMA_SDCRCR090   0xF0012B44          DMARAM Channel 90 Source and Destination Address CRC Register
DMA_SADR090     0xF0012B48          DMARAM Channel 90 Source Address Register
DMA_DADR090     0xF0012B4C          DMARAM Channel 90 Destination Address Register
DMA_ADICR090    0xF0012B50          DMARAM Channel 90 Address and Interrupt Control Register
DMA_CHCFGR090   0xF0012B54          DMARAM Channel 90 Configuration Register
DMA_SHADR090    0xF0012B58          DMARAM Channel 90 Shadow Address Register
DMA_CHCSR090    0xF0012B5C          DMARAM Channel 90 Control and Status Register
DMA_RDCRCR091   0xF0012B60          DMARAM Channel 91 Read Data CRC Register
DMA_SDCRCR091   0xF0012B64          DMARAM Channel 91 Source and Destination Address CRC Register
DMA_SADR091     0xF0012B68          DMARAM Channel 91 Source Address Register
DMA_DADR091     0xF0012B6C          DMARAM Channel 91 Destination Address Register
DMA_ADICR091    0xF0012B70          DMARAM Channel 91 Address and Interrupt Control Register
DMA_CHCFGR091   0xF0012B74          DMARAM Channel 91 Configuration Register
DMA_SHADR091    0xF0012B78          DMARAM Channel 91 Shadow Address Register
DMA_CHCSR091    0xF0012B7C          DMARAM Channel 91 Control and Status Register
DMA_RDCRCR092   0xF0012B80          DMARAM Channel 92 Read Data CRC Register
DMA_SDCRCR092   0xF0012B84          DMARAM Channel 92 Source and Destination Address CRC Register
DMA_SADR092     0xF0012B88          DMARAM Channel 92 Source Address Register
DMA_DADR092     0xF0012B8C          DMARAM Channel 92 Destination Address Register
DMA_ADICR092    0xF0012B90          DMARAM Channel 92 Address and Interrupt Control Register
DMA_CHCFGR092   0xF0012B94          DMARAM Channel 92 Configuration Register
DMA_SHADR092    0xF0012B98          DMARAM Channel 92 Shadow Address Register
DMA_CHCSR092    0xF0012B9C          DMARAM Channel 92 Control and Status Register
DMA_RDCRCR093   0xF0012BA0          DMARAM Channel 93 Read Data CRC Register
DMA_SDCRCR093   0xF0012BA4          DMARAM Channel 93 Source and Destination Address CRC Register
DMA_SADR093     0xF0012BA8          DMARAM Channel 93 Source Address Register
DMA_DADR093     0xF0012BAC          DMARAM Channel 93 Destination Address Register
DMA_ADICR093    0xF0012BB0          DMARAM Channel 93 Address and Interrupt Control Register
DMA_CHCFGR093   0xF0012BB4          DMARAM Channel 93 Configuration Register
DMA_SHADR093    0xF0012BB8          DMARAM Channel 93 Shadow Address Register
DMA_CHCSR093    0xF0012BBC          DMARAM Channel 93 Control and Status Register
DMA_RDCRCR094   0xF0012BC0          DMARAM Channel 94 Read Data CRC Register
DMA_SDCRCR094   0xF0012BC4          DMARAM Channel 94 Source and Destination Address CRC Register
DMA_SADR094     0xF0012BC8          DMARAM Channel 94 Source Address Register
DMA_DADR094     0xF0012BCC          DMARAM Channel 94 Destination Address Register
DMA_ADICR094    0xF0012BD0          DMARAM Channel 94 Address and Interrupt Control Register
DMA_CHCFGR094   0xF0012BD4          DMARAM Channel 94 Configuration Register
DMA_SHADR094    0xF0012BD8          DMARAM Channel 94 Shadow Address Register
DMA_CHCSR094    0xF0012BDC          DMARAM Channel 94 Control and Status Register
DMA_RDCRCR095   0xF0012BE0          DMARAM Channel 95 Read Data CRC Register
DMA_SDCRCR095   0xF0012BE4          DMARAM Channel 95 Source and Destination Address CRC Register
DMA_SADR095     0xF0012BE8          DMARAM Channel 95 Source Address Register
DMA_DADR095     0xF0012BEC          DMARAM Channel 95 Destination Address Register
DMA_ADICR095    0xF0012BF0          DMARAM Channel 95 Address and Interrupt Control Register
DMA_CHCFGR095   0xF0012BF4          DMARAM Channel 95 Configuration Register
DMA_SHADR095    0xF0012BF8          DMARAM Channel 95 Shadow Address Register
DMA_CHCSR095    0xF0012BFC          DMARAM Channel 95 Control and Status Register
DMA_RDCRCR096   0xF0012C00          DMARAM Channel 96 Read Data CRC Register
DMA_SDCRCR096   0xF0012C04          DMARAM Channel 96 Source and Destination Address CRC Register
DMA_SADR096     0xF0012C08          DMARAM Channel 96 Source Address Register
DMA_DADR096     0xF0012C0C          DMARAM Channel 96 Destination Address Register
DMA_ADICR096    0xF0012C10          DMARAM Channel 96 Address and Interrupt Control Register
DMA_CHCFGR096   0xF0012C14          DMARAM Channel 96 Configuration Register
DMA_SHADR096    0xF0012C18          DMARAM Channel 96 Shadow Address Register
DMA_CHCSR096    0xF0012C1C          DMARAM Channel 96 Control and Status Register
DMA_RDCRCR097   0xF0012C20          DMARAM Channel 97 Read Data CRC Register
DMA_SDCRCR097   0xF0012C24          DMARAM Channel 97 Source and Destination Address CRC Register
DMA_SADR097     0xF0012C28          DMARAM Channel 97 Source Address Register
DMA_DADR097     0xF0012C2C          DMARAM Channel 97 Destination Address Register
DMA_ADICR097    0xF0012C30          DMARAM Channel 97 Address and Interrupt Control Register
DMA_CHCFGR097   0xF0012C34          DMARAM Channel 97 Configuration Register
DMA_SHADR097    0xF0012C38          DMARAM Channel 97 Shadow Address Register
DMA_CHCSR097    0xF0012C3C          DMARAM Channel 97 Control and Status Register
DMA_RDCRCR098   0xF0012C40          DMARAM Channel 98 Read Data CRC Register
DMA_SDCRCR098   0xF0012C44          DMARAM Channel 98 Source and Destination Address CRC Register
DMA_SADR098     0xF0012C48          DMARAM Channel 98 Source Address Register
DMA_DADR098     0xF0012C4C          DMARAM Channel 98 Destination Address Register
DMA_ADICR098    0xF0012C50          DMARAM Channel 98 Address and Interrupt Control Register
DMA_CHCFGR098   0xF0012C54          DMARAM Channel 98 Configuration Register
DMA_SHADR098    0xF0012C58          DMARAM Channel 98 Shadow Address Register
DMA_CHCSR098    0xF0012C5C          DMARAM Channel 98 Control and Status Register
DMA_RDCRCR099   0xF0012C60          DMARAM Channel 99 Read Data CRC Register
DMA_SDCRCR099   0xF0012C64          DMARAM Channel 99 Source and Destination Address CRC Register
DMA_SADR099     0xF0012C68          DMARAM Channel 99 Source Address Register
DMA_DADR099     0xF0012C6C          DMARAM Channel 99 Destination Address Register
DMA_ADICR099    0xF0012C70          DMARAM Channel 99 Address and Interrupt Control Register
DMA_CHCFGR099   0xF0012C74          DMARAM Channel 99 Configuration Register
DMA_SHADR099    0xF0012C78          DMARAM Channel 99 Shadow Address Register
DMA_CHCSR099    0xF0012C7C          DMARAM Channel 99 Control and Status Register
DMA_RDCRCR100   0xF0012C80          DMARAM Channel 100 Read Data CRC Register
DMA_SDCRCR100   0xF0012C84          DMARAM Channel 100 Source and Destination Address CRC Register
DMA_SADR100     0xF0012C88          DMARAM Channel 100 Source Address Register
DMA_DADR100     0xF0012C8C          DMARAM Channel 100 Destination Address Register
DMA_ADICR100    0xF0012C90          DMARAM Channel 100 Address and Interrupt Control Register
DMA_CHCFGR100   0xF0012C94          DMARAM Channel 100 Configuration Register
DMA_SHADR100    0xF0012C98          DMARAM Channel 100 Shadow Address Register
DMA_CHCSR100    0xF0012C9C          DMARAM Channel 100 Control and Status Register
DMA_RDCRCR101   0xF0012CA0          DMARAM Channel 101 Read Data CRC Register
DMA_SDCRCR101   0xF0012CA4          DMARAM Channel 101 Source and Destination Address CRC Register
DMA_SADR101     0xF0012CA8          DMARAM Channel 101 Source Address Register
DMA_DADR101     0xF0012CAC          DMARAM Channel 101 Destination Address Register
DMA_ADICR101    0xF0012CB0          DMARAM Channel 101 Address and Interrupt Control Register
DMA_CHCFGR101   0xF0012CB4          DMARAM Channel 101 Configuration Register
DMA_SHADR101    0xF0012CB8          DMARAM Channel 101 Shadow Address Register
DMA_CHCSR101    0xF0012CBC          DMARAM Channel 101 Control and Status Register
DMA_RDCRCR102   0xF0012CC0          DMARAM Channel 102 Read Data CRC Register
DMA_SDCRCR102   0xF0012CC4          DMARAM Channel 102 Source and Destination Address CRC Register
DMA_SADR102     0xF0012CC8          DMARAM Channel 102 Source Address Register
DMA_DADR102     0xF0012CCC          DMARAM Channel 102 Destination Address Register
DMA_ADICR102    0xF0012CD0          DMARAM Channel 102 Address and Interrupt Control Register
DMA_CHCFGR102   0xF0012CD4          DMARAM Channel 102 Configuration Register
DMA_SHADR102    0xF0012CD8          DMARAM Channel 102 Shadow Address Register
DMA_CHCSR102    0xF0012CDC          DMARAM Channel 102 Control and Status Register
DMA_RDCRCR103   0xF0012CE0          DMARAM Channel 103 Read Data CRC Register
DMA_SDCRCR103   0xF0012CE4          DMARAM Channel 103 Source and Destination Address CRC Register
DMA_SADR103     0xF0012CE8          DMARAM Channel 103 Source Address Register
DMA_DADR103     0xF0012CEC          DMARAM Channel 103 Destination Address Register
DMA_ADICR103    0xF0012CF0          DMARAM Channel 103 Address and Interrupt Control Register
DMA_CHCFGR103   0xF0012CF4          DMARAM Channel 103 Configuration Register
DMA_SHADR103    0xF0012CF8          DMARAM Channel 103 Shadow Address Register
DMA_CHCSR103    0xF0012CFC          DMARAM Channel 103 Control and Status Register
DMA_RDCRCR104   0xF0012D00          DMARAM Channel 104 Read Data CRC Register
DMA_SDCRCR104   0xF0012D04          DMARAM Channel 104 Source and Destination Address CRC Register
DMA_SADR104     0xF0012D08          DMARAM Channel 104 Source Address Register
DMA_DADR104     0xF0012D0C          DMARAM Channel 104 Destination Address Register
DMA_ADICR104    0xF0012D10          DMARAM Channel 104 Address and Interrupt Control Register
DMA_CHCFGR104   0xF0012D14          DMARAM Channel 104 Configuration Register
DMA_SHADR104    0xF0012D18          DMARAM Channel 104 Shadow Address Register
DMA_CHCSR104    0xF0012D1C          DMARAM Channel 104 Control and Status Register
DMA_RDCRCR105   0xF0012D20          DMARAM Channel 105 Read Data CRC Register
DMA_SDCRCR105   0xF0012D24          DMARAM Channel 105 Source and Destination Address CRC Register
DMA_SADR105     0xF0012D28          DMARAM Channel 105 Source Address Register
DMA_DADR105     0xF0012D2C          DMARAM Channel 105 Destination Address Register
DMA_ADICR105    0xF0012D30          DMARAM Channel 105 Address and Interrupt Control Register
DMA_CHCFGR105   0xF0012D34          DMARAM Channel 105 Configuration Register
DMA_SHADR105    0xF0012D38          DMARAM Channel 105 Shadow Address Register
DMA_CHCSR105    0xF0012D3C          DMARAM Channel 105 Control and Status Register
DMA_RDCRCR106   0xF0012D40          DMARAM Channel 106 Read Data CRC Register
DMA_SDCRCR106   0xF0012D44          DMARAM Channel 106 Source and Destination Address CRC Register
DMA_SADR106     0xF0012D48          DMARAM Channel 106 Source Address Register
DMA_DADR106     0xF0012D4C          DMARAM Channel 106 Destination Address Register
DMA_ADICR106    0xF0012D50          DMARAM Channel 106 Address and Interrupt Control Register
DMA_CHCFGR106   0xF0012D54          DMARAM Channel 106 Configuration Register
DMA_SHADR106    0xF0012D58          DMARAM Channel 106 Shadow Address Register
DMA_CHCSR106    0xF0012D5C          DMARAM Channel 106 Control and Status Register
DMA_RDCRCR107   0xF0012D60          DMARAM Channel 107 Read Data CRC Register
DMA_SDCRCR107   0xF0012D64          DMARAM Channel 107 Source and Destination Address CRC Register
DMA_SADR107     0xF0012D68          DMARAM Channel 107 Source Address Register
DMA_DADR107     0xF0012D6C          DMARAM Channel 107 Destination Address Register
DMA_ADICR107    0xF0012D70          DMARAM Channel 107 Address and Interrupt Control Register
DMA_CHCFGR107   0xF0012D74          DMARAM Channel 107 Configuration Register
DMA_SHADR107    0xF0012D78          DMARAM Channel 107 Shadow Address Register
DMA_CHCSR107    0xF0012D7C          DMARAM Channel 107 Control and Status Register
DMA_RDCRCR108   0xF0012D80          DMARAM Channel 108 Read Data CRC Register
DMA_SDCRCR108   0xF0012D84          DMARAM Channel 108 Source and Destination Address CRC Register
DMA_SADR108     0xF0012D88          DMARAM Channel 108 Source Address Register
DMA_DADR108     0xF0012D8C          DMARAM Channel 108 Destination Address Register
DMA_ADICR108    0xF0012D90          DMARAM Channel 108 Address and Interrupt Control Register
DMA_CHCFGR108   0xF0012D94          DMARAM Channel 108 Configuration Register
DMA_SHADR108    0xF0012D98          DMARAM Channel 108 Shadow Address Register
DMA_CHCSR108    0xF0012D9C          DMARAM Channel 108 Control and Status Register
DMA_RDCRCR109   0xF0012DA0          DMARAM Channel 109 Read Data CRC Register
DMA_SDCRCR109   0xF0012DA4          DMARAM Channel 109 Source and Destination Address CRC Register
DMA_SADR109     0xF0012DA8          DMARAM Channel 109 Source Address Register
DMA_DADR109     0xF0012DAC          DMARAM Channel 109 Destination Address Register
DMA_ADICR109    0xF0012DB0          DMARAM Channel 109 Address and Interrupt Control Register
DMA_CHCFGR109   0xF0012DB4          DMARAM Channel 109 Configuration Register
DMA_SHADR109    0xF0012DB8          DMARAM Channel 109 Shadow Address Register
DMA_CHCSR109    0xF0012DBC          DMARAM Channel 109 Control and Status Register
DMA_RDCRCR110   0xF0012DC0          DMARAM Channel 110 Read Data CRC Register
DMA_SDCRCR110   0xF0012DC4          DMARAM Channel 110 Source and Destination Address CRC Register
DMA_SADR110     0xF0012DC8          DMARAM Channel 110 Source Address Register
DMA_DADR110     0xF0012DCC          DMARAM Channel 110 Destination Address Register
DMA_ADICR110    0xF0012DD0          DMARAM Channel 110 Address and Interrupt Control Register
DMA_CHCFGR110   0xF0012DD4          DMARAM Channel 110 Configuration Register
DMA_SHADR110    0xF0012DD8          DMARAM Channel 110 Shadow Address Register
DMA_CHCSR110    0xF0012DDC          DMARAM Channel 110 Control and Status Register
DMA_RDCRCR111   0xF0012DE0          DMARAM Channel 111 Read Data CRC Register
DMA_SDCRCR111   0xF0012DE4          DMARAM Channel 111 Source and Destination Address CRC Register
DMA_SADR111     0xF0012DE8          DMARAM Channel 111 Source Address Register
DMA_DADR111     0xF0012DEC          DMARAM Channel 111 Destination Address Register
DMA_ADICR111    0xF0012DF0          DMARAM Channel 111 Address and Interrupt Control Register
DMA_CHCFGR111   0xF0012DF4          DMARAM Channel 111 Configuration Register
DMA_SHADR111    0xF0012DF8          DMARAM Channel 111 Shadow Address Register
DMA_CHCSR111    0xF0012DFC          DMARAM Channel 111 Control and Status Register
DMA_RDCRCR112   0xF0012E00          DMARAM Channel 112 Read Data CRC Register
DMA_SDCRCR112   0xF0012E04          DMARAM Channel 112 Source and Destination Address CRC Register
DMA_SADR112     0xF0012E08          DMARAM Channel 112 Source Address Register
DMA_DADR112     0xF0012E0C          DMARAM Channel 112 Destination Address Register
DMA_ADICR112    0xF0012E10          DMARAM Channel 112 Address and Interrupt Control Register
DMA_CHCFGR112   0xF0012E14          DMARAM Channel 112 Configuration Register
DMA_SHADR112    0xF0012E18          DMARAM Channel 112 Shadow Address Register
DMA_CHCSR112    0xF0012E1C          DMARAM Channel 112 Control and Status Register
DMA_RDCRCR113   0xF0012E20          DMARAM Channel 113 Read Data CRC Register
DMA_SDCRCR113   0xF0012E24          DMARAM Channel 113 Source and Destination Address CRC Register
DMA_SADR113     0xF0012E28          DMARAM Channel 113 Source Address Register
DMA_DADR113     0xF0012E2C          DMARAM Channel 113 Destination Address Register
DMA_ADICR113    0xF0012E30          DMARAM Channel 113 Address and Interrupt Control Register
DMA_CHCFGR113   0xF0012E34          DMARAM Channel 113 Configuration Register
DMA_SHADR113    0xF0012E38          DMARAM Channel 113 Shadow Address Register
DMA_CHCSR113    0xF0012E3C          DMARAM Channel 113 Control and Status Register
DMA_RDCRCR114   0xF0012E40          DMARAM Channel 114 Read Data CRC Register
DMA_SDCRCR114   0xF0012E44          DMARAM Channel 114 Source and Destination Address CRC Register
DMA_SADR114     0xF0012E48          DMARAM Channel 114 Source Address Register
DMA_DADR114     0xF0012E4C          DMARAM Channel 114 Destination Address Register
DMA_ADICR114    0xF0012E50          DMARAM Channel 114 Address and Interrupt Control Register
DMA_CHCFGR114   0xF0012E54          DMARAM Channel 114 Configuration Register
DMA_SHADR114    0xF0012E58          DMARAM Channel 114 Shadow Address Register
DMA_CHCSR114    0xF0012E5C          DMARAM Channel 114 Control and Status Register
DMA_RDCRCR115   0xF0012E60          DMARAM Channel 115 Read Data CRC Register
DMA_SDCRCR115   0xF0012E64          DMARAM Channel 115 Source and Destination Address CRC Register
DMA_SADR115     0xF0012E68          DMARAM Channel 115 Source Address Register
DMA_DADR115     0xF0012E6C          DMARAM Channel 115 Destination Address Register
DMA_ADICR115    0xF0012E70          DMARAM Channel 115 Address and Interrupt Control Register
DMA_CHCFGR115   0xF0012E74          DMARAM Channel 115 Configuration Register
DMA_SHADR115    0xF0012E78          DMARAM Channel 115 Shadow Address Register
DMA_CHCSR115    0xF0012E7C          DMARAM Channel 115 Control and Status Register
DMA_RDCRCR116   0xF0012E80          DMARAM Channel 116 Read Data CRC Register
DMA_SDCRCR116   0xF0012E84          DMARAM Channel 116 Source and Destination Address CRC Register
DMA_SADR116     0xF0012E88          DMARAM Channel 116 Source Address Register
DMA_DADR116     0xF0012E8C          DMARAM Channel 116 Destination Address Register
DMA_ADICR116    0xF0012E90          DMARAM Channel 116 Address and Interrupt Control Register
DMA_CHCFGR116   0xF0012E94          DMARAM Channel 116 Configuration Register
DMA_SHADR116    0xF0012E98          DMARAM Channel 116 Shadow Address Register
DMA_CHCSR116    0xF0012E9C          DMARAM Channel 116 Control and Status Register
DMA_RDCRCR117   0xF0012EA0          DMARAM Channel 117 Read Data CRC Register
DMA_SDCRCR117   0xF0012EA4          DMARAM Channel 117 Source and Destination Address CRC Register
DMA_SADR117     0xF0012EA8          DMARAM Channel 117 Source Address Register
DMA_DADR117     0xF0012EAC          DMARAM Channel 117 Destination Address Register
DMA_ADICR117    0xF0012EB0          DMARAM Channel 117 Address and Interrupt Control Register
DMA_CHCFGR117   0xF0012EB4          DMARAM Channel 117 Configuration Register
DMA_SHADR117    0xF0012EB8          DMARAM Channel 117 Shadow Address Register
DMA_CHCSR117    0xF0012EBC          DMARAM Channel 117 Control and Status Register
DMA_RDCRCR118   0xF0012EC0          DMARAM Channel 118 Read Data CRC Register
DMA_SDCRCR118   0xF0012EC4          DMARAM Channel 118 Source and Destination Address CRC Register
DMA_SADR118     0xF0012EC8          DMARAM Channel 118 Source Address Register
DMA_DADR118     0xF0012ECC          DMARAM Channel 118 Destination Address Register
DMA_ADICR118    0xF0012ED0          DMARAM Channel 118 Address and Interrupt Control Register
DMA_CHCFGR118   0xF0012ED4          DMARAM Channel 118 Configuration Register
DMA_SHADR118    0xF0012ED8          DMARAM Channel 118 Shadow Address Register
DMA_CHCSR118    0xF0012EDC          DMARAM Channel 118 Control and Status Register
DMA_RDCRCR119   0xF0012EE0          DMARAM Channel 119 Read Data CRC Register
DMA_SDCRCR119   0xF0012EE4          DMARAM Channel 119 Source and Destination Address CRC Register
DMA_SADR119     0xF0012EE8          DMARAM Channel 119 Source Address Register
DMA_DADR119     0xF0012EEC          DMARAM Channel 119 Destination Address Register
DMA_ADICR119    0xF0012EF0          DMARAM Channel 119 Address and Interrupt Control Register
DMA_CHCFGR119   0xF0012EF4          DMARAM Channel 119 Configuration Register
DMA_SHADR119    0xF0012EF8          DMARAM Channel 119 Shadow Address Register
DMA_CHCSR119    0xF0012EFC          DMARAM Channel 119 Control and Status Register
DMA_RDCRCR120   0xF0012F00          DMARAM Channel 120 Read Data CRC Register
DMA_SDCRCR120   0xF0012F04          DMARAM Channel 120 Source and Destination Address CRC Register
DMA_SADR120     0xF0012F08          DMARAM Channel 120 Source Address Register
DMA_DADR120     0xF0012F0C          DMARAM Channel 120 Destination Address Register
DMA_ADICR120    0xF0012F10          DMARAM Channel 120 Address and Interrupt Control Register
DMA_CHCFGR120   0xF0012F14          DMARAM Channel 120 Configuration Register
DMA_SHADR120    0xF0012F18          DMARAM Channel 120 Shadow Address Register
DMA_CHCSR120    0xF0012F1C          DMARAM Channel 120 Control and Status Register
DMA_RDCRCR121   0xF0012F20          DMARAM Channel 121 Read Data CRC Register
DMA_SDCRCR121   0xF0012F24          DMARAM Channel 121 Source and Destination Address CRC Register
DMA_SADR121     0xF0012F28          DMARAM Channel 121 Source Address Register
DMA_DADR121     0xF0012F2C          DMARAM Channel 121 Destination Address Register
DMA_ADICR121    0xF0012F30          DMARAM Channel 121 Address and Interrupt Control Register
DMA_CHCFGR121   0xF0012F34          DMARAM Channel 121 Configuration Register
DMA_SHADR121    0xF0012F38          DMARAM Channel 121 Shadow Address Register
DMA_CHCSR121    0xF0012F3C          DMARAM Channel 121 Control and Status Register
DMA_RDCRCR122   0xF0012F40          DMARAM Channel 122 Read Data CRC Register
DMA_SDCRCR122   0xF0012F44          DMARAM Channel 122 Source and Destination Address CRC Register
DMA_SADR122     0xF0012F48          DMARAM Channel 122 Source Address Register
DMA_DADR122     0xF0012F4C          DMARAM Channel 122 Destination Address Register
DMA_ADICR122    0xF0012F50          DMARAM Channel 122 Address and Interrupt Control Register
DMA_CHCFGR122   0xF0012F54          DMARAM Channel 122 Configuration Register
DMA_SHADR122    0xF0012F58          DMARAM Channel 122 Shadow Address Register
DMA_CHCSR122    0xF0012F5C          DMARAM Channel 122 Control and Status Register
DMA_RDCRCR123   0xF0012F60          DMARAM Channel 123 Read Data CRC Register
DMA_SDCRCR123   0xF0012F64          DMARAM Channel 123 Source and Destination Address CRC Register
DMA_SADR123     0xF0012F68          DMARAM Channel 123 Source Address Register
DMA_DADR123     0xF0012F6C          DMARAM Channel 123 Destination Address Register
DMA_ADICR123    0xF0012F70          DMARAM Channel 123 Address and Interrupt Control Register
DMA_CHCFGR123   0xF0012F74          DMARAM Channel 123 Configuration Register
DMA_SHADR123    0xF0012F78          DMARAM Channel 123 Shadow Address Register
DMA_CHCSR123    0xF0012F7C          DMARAM Channel 123 Control and Status Register
DMA_RDCRCR124   0xF0012F80          DMARAM Channel 124 Read Data CRC Register
DMA_SDCRCR124   0xF0012F84          DMARAM Channel 124 Source and Destination Address CRC Register
DMA_SADR124     0xF0012F88          DMARAM Channel 124 Source Address Register
DMA_DADR124     0xF0012F8C          DMARAM Channel 124 Destination Address Register
DMA_ADICR124    0xF0012F90          DMARAM Channel 124 Address and Interrupt Control Register
DMA_CHCFGR124   0xF0012F94          DMARAM Channel 124 Configuration Register
DMA_SHADR124    0xF0012F98          DMARAM Channel 124 Shadow Address Register
DMA_CHCSR124    0xF0012F9C          DMARAM Channel 124 Control and Status Register
DMA_RDCRCR125   0xF0012FA0          DMARAM Channel 125 Read Data CRC Register
DMA_SDCRCR125   0xF0012FA4          DMARAM Channel 125 Source and Destination Address CRC Register
DMA_SADR125     0xF0012FA8          DMARAM Channel 125 Source Address Register
DMA_DADR125     0xF0012FAC          DMARAM Channel 125 Destination Address Register
DMA_ADICR125    0xF0012FB0          DMARAM Channel 125 Address and Interrupt Control Register
DMA_CHCFGR125   0xF0012FB4          DMARAM Channel 125 Configuration Register
DMA_SHADR125    0xF0012FB8          DMARAM Channel 125 Shadow Address Register
DMA_CHCSR125    0xF0012FBC          DMARAM Channel 125 Control and Status Register
DMA_RDCRCR126   0xF0012FC0          DMARAM Channel 126 Read Data CRC Register
DMA_SDCRCR126   0xF0012FC4          DMARAM Channel 126 Source and Destination Address CRC Register
DMA_SADR126     0xF0012FC8          DMARAM Channel 126 Source Address Register
DMA_DADR126     0xF0012FCC          DMARAM Channel 126 Destination Address Register
DMA_ADICR126    0xF0012FD0          DMARAM Channel 126 Address and Interrupt Control Register
DMA_CHCFGR126   0xF0012FD4          DMARAM Channel 126 Configuration Register
DMA_SHADR126    0xF0012FD8          DMARAM Channel 126 Shadow Address Register
DMA_CHCSR126    0xF0012FDC          DMARAM Channel 126 Control and Status Register
DMA_RDCRCR127   0xF0012FE0          DMARAM Channel 127 Read Data CRC Register
DMA_SDCRCR127   0xF0012FE4          DMARAM Channel 127 Source and Destination Address CRC Register
DMA_SADR127     0xF0012FE8          DMARAM Channel 127 Source Address Register
DMA_DADR127     0xF0012FEC          DMARAM Channel 127 Destination Address Register
DMA_ADICR127    0xF0012FF0          DMARAM Channel 127 Address and Interrupt Control Register
DMA_CHCFGR127   0xF0012FF4          DMARAM Channel 127 Configuration Register
DMA_SHADR127    0xF0012FF8          DMARAM Channel 127 Shadow Address Register
DMA_CHCSR127    0xF0012FFC          DMARAM Channel 127 Control and Status Register
ERAY1_CLC       0xF0017000          Clock Control Register
ERAY1_CUST1     0xF0017004          Busy and Input Buffer Control Register
ERAY1_ID        0xF0017008          Module Identification Register
ERAY1_CUST3     0xF001700C          Customer Interface Timeout Counter Register
ERAY1_TEST1     0xF0017010          Test Register 1
ERAY1_TEST2     0xF0017014          Test Register 2
ERAY1_LCK       0xF001701C          Lock Register
ERAY1_EIR       0xF0017020          Error Service Request Select Register
ERAY1_SIR       0xF0017024          Status Service Request Register
ERAY1_EILS      0xF0017028          Error Service Request Line Select
ERAY1_SILS      0xF001702C          Status Service Request Line Select
ERAY1_EIES      0xF0017030          Error Service Request Enable Set
ERAY1_EIER      0xF0017034          Error Service Request Enable Reset
ERAY1_SIES      0xF0017038          Status Service Request Enable Set
ERAY1_SIER      0xF001703C          Status Service Request Enable Reset
ERAY1_ILE       0xF0017040          Service Request Line Enable
ERAY1_T0C       0xF0017044          Timer 0 Configuration
ERAY1_T1C       0xF0017048          Timer 1 Configuration
ERAY1_STPW1     0xF001704C          Stop Watch Register 1
ERAY1_STPW2     0xF0017050          Stop Watch Register 2
ERAY1_SUCC1     0xF0017080          SUC Configuration Register 1
ERAY1_SUCC2     0xF0017084          SUC Configuration Register 2
ERAY1_SUCC3     0xF0017088          SUC Configuration Register 3
ERAY1_NEMC      0xF001708C          NEM Configuration Register
ERAY1_PRTC1     0xF0017090          PRT Configuration Register 1
ERAY1_PRTC2     0xF0017094          PRT Configuration Register 2
ERAY1_MHDC      0xF0017098          MHD Configuration Register
ERAY1_GTUC01    0xF00170A0          GTU Configuration Register 1
ERAY1_GTUC02    0xF00170A4          GTU Configuration Register 2
ERAY1_GTUC03    0xF00170A8          GTU Configuration Register 3
ERAY1_GTUC04    0xF00170AC          GTU Configuration Register 4
ERAY1_GTUC05    0xF00170B0          GTU Configuration Register 5
ERAY1_GTUC06    0xF00170B4          GTU Configuration Register 6
ERAY1_GTUC07    0xF00170B8          GTU Configuration Register 7
ERAY1_GTUC08    0xF00170BC          GTU Configuration Register 8
ERAY1_GTUC09    0xF00170C0          GTU Configuration Register 9
ERAY1_GTUC10    0xF00170C4          GTU Configuration Register 10
ERAY1_GTUC11    0xF00170C8          GTU Configuration Register 11
ERAY1_CCSV      0xF0017100          Communication Controller Status Vector
ERAY1_CCEV      0xF0017104          Communication Controller Error Vector
ERAY1_SCV       0xF0017110          Slot Counter Value
ERAY1_MTCCV     0xF0017114          Macrotick and Cycle Counter Value
ERAY1_RCV       0xF0017118          Rate Correction Value
ERAY1_OCV       0xF001711C          Offset Correction Value
ERAY1_SFS       0xF0017120          SYNC Frame Status
ERAY1_SWNIT     0xF0017124          Symbol Window and Network Idle Time Status
ERAY1_ACS       0xF0017128          Aggregated Channel Status
ERAY1_ESID01    0xF0017130          Even Sync ID Symbol Window 1
ERAY1_ESID02    0xF0017134          Even Sync ID Symbol Window 2
ERAY1_ESID03    0xF0017138          Even Sync ID Symbol Window 3
ERAY1_ESID04    0xF001713C          Even Sync ID Symbol Window 4
ERAY1_ESID05    0xF0017140          Even Sync ID Symbol Window 5
ERAY1_ESID06    0xF0017144          Even Sync ID Symbol Window 6
ERAY1_ESID07    0xF0017148          Even Sync ID Symbol Window 7
ERAY1_ESID08    0xF001714C          Even Sync ID Symbol Window 8
ERAY1_ESID09    0xF0017150          Even Sync ID Symbol Window 9
ERAY1_ESID10    0xF0017154          Even Sync ID Symbol Window 10
ERAY1_ESID11    0xF0017158          Even Sync ID Symbol Window 11
ERAY1_ESID12    0xF001715C          Even Sync ID Symbol Window 12
ERAY1_ESID13    0xF0017160          Even Sync ID Symbol Window 13
ERAY1_ESID14    0xF0017164          Even Sync ID Symbol Window 14
ERAY1_ESID15    0xF0017168          Even Sync ID Symbol Window 15
ERAY1_OSID01    0xF0017170          Odd Sync ID Symbol Window 1
ERAY1_OSID02    0xF0017174          Odd Sync ID Symbol Window 2
ERAY1_OSID03    0xF0017178          Odd Sync ID Symbol Window 3
ERAY1_OSID04    0xF001717C          Odd Sync ID Symbol Window 4
ERAY1_OSID05    0xF0017180          Odd Sync ID Symbol Window 5
ERAY1_OSID06    0xF0017184          Odd Sync ID Symbol Window 6
ERAY1_OSID07    0xF0017188          Odd Sync ID Symbol Window 7
ERAY1_OSID08    0xF001718C          Odd Sync ID Symbol Window 8
ERAY1_OSID09    0xF0017190          Odd Sync ID Symbol Window 9
ERAY1_OSID10    0xF0017194          Odd Sync ID Symbol Window 10
ERAY1_OSID11    0xF0017198          Odd Sync ID Symbol Window 11
ERAY1_OSID12    0xF001719C          Odd Sync ID Symbol Window 12
ERAY1_OSID13    0xF00171A0          Odd Sync ID Symbol Window 13
ERAY1_OSID14    0xF00171A4          Odd Sync ID Symbol Window 14
ERAY1_OSID15    0xF00171A8          Odd Sync ID Symbol Window 15
ERAY1_NMV1      0xF00171B0          Network Management Vector 1
ERAY1_NMV2      0xF00171B4          Network Management Vector 2
ERAY1_NMV3      0xF00171B8          Network Management Vector 3
ERAY1_MRC       0xF0017300          Message RAM Configuration
ERAY1_FRF       0xF0017304          FIFO Rejection Filter
ERAY1_FRFM      0xF0017308          FIFO Rejection Filter Mask
ERAY1_FCL       0xF001730C          FIFO Critical Level
ERAY1_MHDS      0xF0017310          Message Handler Status
ERAY1_LDTS      0xF0017314          Last Dynamic Transmit Slot
ERAY1_FSR       0xF0017318          FIFO Status Register
ERAY1_MHDF      0xF001731C          Message Handler Constraints Flags
ERAY1_TXRQ1     0xF0017320          Transmission Request Register 1
ERAY1_TXRQ2     0xF0017324          Transmission Request Register 2
ERAY1_TXRQ3     0xF0017328          Transmission Request Register 3
ERAY1_TXRQ4     0xF001732C          Transmission Request Register 4
ERAY1_NDAT1     0xF0017330          New Data Register 1
ERAY1_NDAT2     0xF0017334          New Data Register 2
ERAY1_NDAT3     0xF0017338          New Data Register 3
ERAY1_NDAT4     0xF001733C          New Data Register 4
ERAY1_MBSC1     0xF0017340          Message Buffer Status Changed 1
ERAY1_MBSC2     0xF0017344          Message Buffer Status Changed 2
ERAY1_MBSC3     0xF0017348          Message Buffer Status Changed 3
ERAY1_MBSC4     0xF001734C          Message Buffer Status Changed 4
ERAY1_NDIC1     0xF00173A8          New Data Interrupt Control 1
ERAY1_NDIC2     0xF00173AC          New Data Interrupt Control 2
ERAY1_NDIC3     0xF00173B0          New Data Interrupt Control 3
ERAY1_NDIC4     0xF00173B4          New Data Interrupt Control 4
ERAY1_MSIC1     0xF00173B8          Message Buffer Status Changed Interrupt Control 1
ERAY1_MSIC2     0xF00173BC          Message Buffer Status Changed Interrupt Control 2
ERAY1_MSIC3     0xF00173C0          Message Buffer Status Changed Interrupt Control 3
ERAY1_MSIC4     0xF00173C4          Message Buffer Status Changed Interrupt Control 4
ERAY1_CREL      0xF00173F0          Core Release Register
ERAY1_ENDN      0xF00173F4          Endian Register
ERAY1_WRDS01    0xF0017400          Write Data Section 1
ERAY1_WRDS02    0xF0017404          Write Data Section 2
ERAY1_WRDS03    0xF0017408          Write Data Section 3
ERAY1_WRDS04    0xF001740C          Write Data Section 4
ERAY1_WRDS05    0xF0017410          Write Data Section 5
ERAY1_WRDS06    0xF0017414          Write Data Section 6
ERAY1_WRDS07    0xF0017418          Write Data Section 7
ERAY1_WRDS08    0xF001741C          Write Data Section 8
ERAY1_WRDS09    0xF0017420          Write Data Section 9
ERAY1_WRDS10    0xF0017424          Write Data Section 10
ERAY1_WRDS11    0xF0017428          Write Data Section 11
ERAY1_WRDS12    0xF001742C          Write Data Section 12
ERAY1_WRDS13    0xF0017430          Write Data Section 13
ERAY1_WRDS14    0xF0017434          Write Data Section 14
ERAY1_WRDS15    0xF0017438          Write Data Section 15
ERAY1_WRDS16    0xF001743C          Write Data Section 16
ERAY1_WRDS17    0xF0017440          Write Data Section 17
ERAY1_WRDS18    0xF0017444          Write Data Section 18
ERAY1_WRDS19    0xF0017448          Write Data Section 19
ERAY1_WRDS20    0xF001744C          Write Data Section 20
ERAY1_WRDS21    0xF0017450          Write Data Section 21
ERAY1_WRDS22    0xF0017454          Write Data Section 22
ERAY1_WRDS23    0xF0017458          Write Data Section 23
ERAY1_WRDS24    0xF001745C          Write Data Section 24
ERAY1_WRDS25    0xF0017460          Write Data Section 25
ERAY1_WRDS26    0xF0017464          Write Data Section 26
ERAY1_WRDS27    0xF0017468          Write Data Section 27
ERAY1_WRDS28    0xF001746C          Write Data Section 28
ERAY1_WRDS29    0xF0017470          Write Data Section 29
ERAY1_WRDS30    0xF0017474          Write Data Section 30
ERAY1_WRDS31    0xF0017478          Write Data Section 31
ERAY1_WRDS32    0xF001747C          Write Data Section 32
ERAY1_WRDS33    0xF0017480          Write Data Section 33
ERAY1_WRDS34    0xF0017484          Write Data Section 34
ERAY1_WRDS35    0xF0017488          Write Data Section 35
ERAY1_WRDS36    0xF001748C          Write Data Section 36
ERAY1_WRDS37    0xF0017490          Write Data Section 37
ERAY1_WRDS38    0xF0017494          Write Data Section 38
ERAY1_WRDS39    0xF0017498          Write Data Section 39
ERAY1_WRDS40    0xF001749C          Write Data Section 40
ERAY1_WRDS41    0xF00174A0          Write Data Section 41
ERAY1_WRDS42    0xF00174A4          Write Data Section 42
ERAY1_WRDS43    0xF00174A8          Write Data Section 43
ERAY1_WRDS44    0xF00174AC          Write Data Section 44
ERAY1_WRDS45    0xF00174B0          Write Data Section 45
ERAY1_WRDS46    0xF00174B4          Write Data Section 46
ERAY1_WRDS47    0xF00174B8          Write Data Section 47
ERAY1_WRDS48    0xF00174BC          Write Data Section 48
ERAY1_WRDS49    0xF00174C0          Write Data Section 49
ERAY1_WRDS50    0xF00174C4          Write Data Section 50
ERAY1_WRDS51    0xF00174C8          Write Data Section 51
ERAY1_WRDS52    0xF00174CC          Write Data Section 52
ERAY1_WRDS53    0xF00174D0          Write Data Section 53
ERAY1_WRDS54    0xF00174D4          Write Data Section 54
ERAY1_WRDS55    0xF00174D8          Write Data Section 55
ERAY1_WRDS56    0xF00174DC          Write Data Section 56
ERAY1_WRDS57    0xF00174E0          Write Data Section 57
ERAY1_WRDS58    0xF00174E4          Write Data Section 58
ERAY1_WRDS59    0xF00174E8          Write Data Section 59
ERAY1_WRDS60    0xF00174EC          Write Data Section 60
ERAY1_WRDS61    0xF00174F0          Write Data Section 61
ERAY1_WRDS62    0xF00174F4          Write Data Section 62
ERAY1_WRDS63    0xF00174F8          Write Data Section 63
ERAY1_WRDS64    0xF00174FC          Write Data Section 64
ERAY1_WRHS1     0xF0017500          Write Header Section 1
ERAY1_WRHS2     0xF0017504          Write Header Section 2
ERAY1_WRHS3     0xF0017508          Write Header Section 3
ERAY1_IBCM      0xF0017510          Input Buffer Command Mask
ERAY1_IBCR      0xF0017514          Input Buffer Command Request
ERAY1_RDDS01    0xF0017600          Read Data Section 1
ERAY1_RDDS02    0xF0017604          Read Data Section 2
ERAY1_RDDS03    0xF0017608          Read Data Section 3
ERAY1_RDDS04    0xF001760C          Read Data Section 4
ERAY1_RDDS05    0xF0017610          Read Data Section 5
ERAY1_RDDS06    0xF0017614          Read Data Section 6
ERAY1_RDDS07    0xF0017618          Read Data Section 7
ERAY1_RDDS08    0xF001761C          Read Data Section 8
ERAY1_RDDS09    0xF0017620          Read Data Section 9
ERAY1_RDDS10    0xF0017624          Read Data Section 10
ERAY1_RDDS11    0xF0017628          Read Data Section 11
ERAY1_RDDS12    0xF001762C          Read Data Section 12
ERAY1_RDDS13    0xF0017630          Read Data Section 13
ERAY1_RDDS14    0xF0017634          Read Data Section 14
ERAY1_RDDS15    0xF0017638          Read Data Section 15
ERAY1_RDDS16    0xF001763C          Read Data Section 16
ERAY1_RDDS17    0xF0017640          Read Data Section 17
ERAY1_RDDS18    0xF0017644          Read Data Section 18
ERAY1_RDDS19    0xF0017648          Read Data Section 19
ERAY1_RDDS20    0xF001764C          Read Data Section 20
ERAY1_RDDS21    0xF0017650          Read Data Section 21
ERAY1_RDDS22    0xF0017654          Read Data Section 22
ERAY1_RDDS23    0xF0017658          Read Data Section 23
ERAY1_RDDS24    0xF001765C          Read Data Section 24
ERAY1_RDDS25    0xF0017660          Read Data Section 25
ERAY1_RDDS26    0xF0017664          Read Data Section 26
ERAY1_RDDS27    0xF0017668          Read Data Section 27
ERAY1_RDDS28    0xF001766C          Read Data Section 28
ERAY1_RDDS29    0xF0017670          Read Data Section 29
ERAY1_RDDS30    0xF0017674          Read Data Section 30
ERAY1_RDDS31    0xF0017678          Read Data Section 31
ERAY1_RDDS32    0xF001767C          Read Data Section 32
ERAY1_RDDS33    0xF0017680          Read Data Section 33
ERAY1_RDDS34    0xF0017684          Read Data Section 34
ERAY1_RDDS35    0xF0017688          Read Data Section 35
ERAY1_RDDS36    0xF001768C          Read Data Section 36
ERAY1_RDDS37    0xF0017690          Read Data Section 37
ERAY1_RDDS38    0xF0017694          Read Data Section 38
ERAY1_RDDS39    0xF0017698          Read Data Section 39
ERAY1_RDDS40    0xF001769C          Read Data Section 40
ERAY1_RDDS41    0xF00176A0          Read Data Section 41
ERAY1_RDDS42    0xF00176A4          Read Data Section 42
ERAY1_RDDS43    0xF00176A8          Read Data Section 43
ERAY1_RDDS44    0xF00176AC          Read Data Section 44
ERAY1_RDDS45    0xF00176B0          Read Data Section 45
ERAY1_RDDS46    0xF00176B4          Read Data Section 46
ERAY1_RDDS47    0xF00176B8          Read Data Section 47
ERAY1_RDDS48    0xF00176BC          Read Data Section 48
ERAY1_RDDS49    0xF00176C0          Read Data Section 49
ERAY1_RDDS50    0xF00176C4          Read Data Section 50
ERAY1_RDDS51    0xF00176C8          Read Data Section 51
ERAY1_RDDS52    0xF00176CC          Read Data Section 52
ERAY1_RDDS53    0xF00176D0          Read Data Section 53
ERAY1_RDDS54    0xF00176D4          Read Data Section 54
ERAY1_RDDS55    0xF00176D8          Read Data Section 55
ERAY1_RDDS56    0xF00176DC          Read Data Section 56
ERAY1_RDDS57    0xF00176E0          Read Data Section 57
ERAY1_RDDS58    0xF00176E4          Read Data Section 58
ERAY1_RDDS59    0xF00176E8          Read Data Section 59
ERAY1_RDDS60    0xF00176EC          Read Data Section 60
ERAY1_RDDS61    0xF00176F0          Read Data Section 61
ERAY1_RDDS62    0xF00176F4          Read Data Section 62
ERAY1_RDDS63    0xF00176F8          Read Data Section 63
ERAY1_RDDS64    0xF00176FC          Read Data Section 64
ERAY1_RDHS1     0xF0017700          Read Header Section 1
ERAY1_RDHS2     0xF0017704          Read Header Section 2
ERAY1_RDHS3     0xF0017708          Read Header Section 3
ERAY1_MBS       0xF001770C          Message Buffer Status
ERAY1_OBCM      0xF0017710          Output Buffer Command Mask
ERAY1_OBCR      0xF0017714          Output Buffer Command Request
ERAY1_OTSS      0xF0017870          OCDS Trigger Set Select
ERAY1_OCS       0xF00178E8          OCDS Control and Status
ERAY1_KRSTCLR   0xF00178EC          Kernel Reset Status Clear Register
ERAY1_KRST1     0xF00178F0          Kernel Reset Register 1
ERAY1_KRST0     0xF00178F4          Kernel Reset Register 0
ERAY1_ACCEN0    0xF00178FC          Access Enable Register 0
ERAY0_CLC       0xF001C000          Clock Control Register
ERAY0_CUST1     0xF001C004          Busy and Input Buffer Control Register
ERAY0_ID        0xF001C008          Module Identification Register
ERAY0_CUST3     0xF001C00C          Customer Interface Timeout Counter Register
ERAY0_TEST1     0xF001C010          Test Register 1
ERAY0_TEST2     0xF001C014          Test Register 2
ERAY0_LCK       0xF001C01C          Lock Register
ERAY0_EIR       0xF001C020          Error Service Request Select Register
ERAY0_SIR       0xF001C024          Status Service Request Register
ERAY0_EILS      0xF001C028          Error Service Request Line Select
ERAY0_SILS      0xF001C02C          Status Service Request Line Select
ERAY0_EIES      0xF001C030          Error Service Request Enable Set
ERAY0_EIER      0xF001C034          Error Service Request Enable Reset
ERAY0_SIES      0xF001C038          Status Service Request Enable Set
ERAY0_SIER      0xF001C03C          Status Service Request Enable Reset
ERAY0_ILE       0xF001C040          Service Request Line Enable
ERAY0_T0C       0xF001C044          Timer 0 Configuration
ERAY0_T1C       0xF001C048          Timer 1 Configuration
ERAY0_STPW1     0xF001C04C          Stop Watch Register 1
ERAY0_STPW2     0xF001C050          Stop Watch Register 2
ERAY0_SUCC1     0xF001C080          SUC Configuration Register 1
ERAY0_SUCC2     0xF001C084          SUC Configuration Register 2
ERAY0_SUCC3     0xF001C088          SUC Configuration Register 3
ERAY0_NEMC      0xF001C08C          NEM Configuration Register
ERAY0_PRTC1     0xF001C090          PRT Configuration Register 1
ERAY0_PRTC2     0xF001C094          PRT Configuration Register 2
ERAY0_MHDC      0xF001C098          MHD Configuration Register
ERAY0_GTUC01    0xF001C0A0          GTU Configuration Register 1
ERAY0_GTUC02    0xF001C0A4          GTU Configuration Register 2
ERAY0_GTUC03    0xF001C0A8          GTU Configuration Register 3
ERAY0_GTUC04    0xF001C0AC          GTU Configuration Register 4
ERAY0_GTUC05    0xF001C0B0          GTU Configuration Register 5
ERAY0_GTUC06    0xF001C0B4          GTU Configuration Register 6
ERAY0_GTUC07    0xF001C0B8          GTU Configuration Register 7
ERAY0_GTUC08    0xF001C0BC          GTU Configuration Register 8
ERAY0_GTUC09    0xF001C0C0          GTU Configuration Register 9
ERAY0_GTUC10    0xF001C0C4          GTU Configuration Register 10
ERAY0_GTUC11    0xF001C0C8          GTU Configuration Register 11
ERAY0_CCSV      0xF001C100          Communication Controller Status Vector
ERAY0_CCEV      0xF001C104          Communication Controller Error Vector
ERAY0_SCV       0xF001C110          Slot Counter Value
ERAY0_MTCCV     0xF001C114          Macrotick and Cycle Counter Value
ERAY0_RCV       0xF001C118          Rate Correction Value
ERAY0_OCV       0xF001C11C          Offset Correction Value
ERAY0_SFS       0xF001C120          SYNC Frame Status
ERAY0_SWNIT     0xF001C124          Symbol Window and Network Idle Time Status
ERAY0_ACS       0xF001C128          Aggregated Channel Status
ERAY0_ESID01    0xF001C130          Even Sync ID Symbol Window 1
ERAY0_ESID02    0xF001C134          Even Sync ID Symbol Window 2
ERAY0_ESID03    0xF001C138          Even Sync ID Symbol Window 3
ERAY0_ESID04    0xF001C13C          Even Sync ID Symbol Window 4
ERAY0_ESID05    0xF001C140          Even Sync ID Symbol Window 5
ERAY0_ESID06    0xF001C144          Even Sync ID Symbol Window 6
ERAY0_ESID07    0xF001C148          Even Sync ID Symbol Window 7
ERAY0_ESID08    0xF001C14C          Even Sync ID Symbol Window 8
ERAY0_ESID09    0xF001C150          Even Sync ID Symbol Window 9
ERAY0_ESID10    0xF001C154          Even Sync ID Symbol Window 10
ERAY0_ESID11    0xF001C158          Even Sync ID Symbol Window 11
ERAY0_ESID12    0xF001C15C          Even Sync ID Symbol Window 12
ERAY0_ESID13    0xF001C160          Even Sync ID Symbol Window 13
ERAY0_ESID14    0xF001C164          Even Sync ID Symbol Window 14
ERAY0_ESID15    0xF001C168          Even Sync ID Symbol Window 15
ERAY0_OSID01    0xF001C170          Odd Sync ID Symbol Window 1
ERAY0_OSID02    0xF001C174          Odd Sync ID Symbol Window 2
ERAY0_OSID03    0xF001C178          Odd Sync ID Symbol Window 3
ERAY0_OSID04    0xF001C17C          Odd Sync ID Symbol Window 4
ERAY0_OSID05    0xF001C180          Odd Sync ID Symbol Window 5
ERAY0_OSID06    0xF001C184          Odd Sync ID Symbol Window 6
ERAY0_OSID07    0xF001C188          Odd Sync ID Symbol Window 7
ERAY0_OSID08    0xF001C18C          Odd Sync ID Symbol Window 8
ERAY0_OSID09    0xF001C190          Odd Sync ID Symbol Window 9
ERAY0_OSID10    0xF001C194          Odd Sync ID Symbol Window 10
ERAY0_OSID11    0xF001C198          Odd Sync ID Symbol Window 11
ERAY0_OSID12    0xF001C19C          Odd Sync ID Symbol Window 12
ERAY0_OSID13    0xF001C1A0          Odd Sync ID Symbol Window 13
ERAY0_OSID14    0xF001C1A4          Odd Sync ID Symbol Window 14
ERAY0_OSID15    0xF001C1A8          Odd Sync ID Symbol Window 15
ERAY0_NMV1      0xF001C1B0          Network Management Vector 1
ERAY0_NMV2      0xF001C1B4          Network Management Vector 2
ERAY0_NMV3      0xF001C1B8          Network Management Vector 3
ERAY0_MRC       0xF001C300          Message RAM Configuration
ERAY0_FRF       0xF001C304          FIFO Rejection Filter
ERAY0_FRFM      0xF001C308          FIFO Rejection Filter Mask
ERAY0_FCL       0xF001C30C          FIFO Critical Level
ERAY0_MHDS      0xF001C310          Message Handler Status
ERAY0_LDTS      0xF001C314          Last Dynamic Transmit Slot
ERAY0_FSR       0xF001C318          FIFO Status Register
ERAY0_MHDF      0xF001C31C          Message Handler Constraints Flags
ERAY0_TXRQ1     0xF001C320          Transmission Request Register 1
ERAY0_TXRQ2     0xF001C324          Transmission Request Register 2
ERAY0_TXRQ3     0xF001C328          Transmission Request Register 3
ERAY0_TXRQ4     0xF001C32C          Transmission Request Register 4
ERAY0_NDAT1     0xF001C330          New Data Register 1
ERAY0_NDAT2     0xF001C334          New Data Register 2
ERAY0_NDAT3     0xF001C338          New Data Register 3
ERAY0_NDAT4     0xF001C33C          New Data Register 4
ERAY0_MBSC1     0xF001C340          Message Buffer Status Changed 1
ERAY0_MBSC2     0xF001C344          Message Buffer Status Changed 2
ERAY0_MBSC3     0xF001C348          Message Buffer Status Changed 3
ERAY0_MBSC4     0xF001C34C          Message Buffer Status Changed 4
ERAY0_NDIC1     0xF001C3A8          New Data Interrupt Control 1
ERAY0_NDIC2     0xF001C3AC          New Data Interrupt Control 2
ERAY0_NDIC3     0xF001C3B0          New Data Interrupt Control 3
ERAY0_NDIC4     0xF001C3B4          New Data Interrupt Control 4
ERAY0_MSIC1     0xF001C3B8          Message Buffer Status Changed Interrupt Control 1
ERAY0_MSIC2     0xF001C3BC          Message Buffer Status Changed Interrupt Control 2
ERAY0_MSIC3     0xF001C3C0          Message Buffer Status Changed Interrupt Control 3
ERAY0_MSIC4     0xF001C3C4          Message Buffer Status Changed Interrupt Control 4
ERAY0_CREL      0xF001C3F0          Core Release Register
ERAY0_ENDN      0xF001C3F4          Endian Register
ERAY0_WRDS01    0xF001C400          Write Data Section 1
ERAY0_WRDS02    0xF001C404          Write Data Section 2
ERAY0_WRDS03    0xF001C408          Write Data Section 3
ERAY0_WRDS04    0xF001C40C          Write Data Section 4
ERAY0_WRDS05    0xF001C410          Write Data Section 5
ERAY0_WRDS06    0xF001C414          Write Data Section 6
ERAY0_WRDS07    0xF001C418          Write Data Section 7
ERAY0_WRDS08    0xF001C41C          Write Data Section 8
ERAY0_WRDS09    0xF001C420          Write Data Section 9
ERAY0_WRDS10    0xF001C424          Write Data Section 10
ERAY0_WRDS11    0xF001C428          Write Data Section 11
ERAY0_WRDS12    0xF001C42C          Write Data Section 12
ERAY0_WRDS13    0xF001C430          Write Data Section 13
ERAY0_WRDS14    0xF001C434          Write Data Section 14
ERAY0_WRDS15    0xF001C438          Write Data Section 15
ERAY0_WRDS16    0xF001C43C          Write Data Section 16
ERAY0_WRDS17    0xF001C440          Write Data Section 17
ERAY0_WRDS18    0xF001C444          Write Data Section 18
ERAY0_WRDS19    0xF001C448          Write Data Section 19
ERAY0_WRDS20    0xF001C44C          Write Data Section 20
ERAY0_WRDS21    0xF001C450          Write Data Section 21
ERAY0_WRDS22    0xF001C454          Write Data Section 22
ERAY0_WRDS23    0xF001C458          Write Data Section 23
ERAY0_WRDS24    0xF001C45C          Write Data Section 24
ERAY0_WRDS25    0xF001C460          Write Data Section 25
ERAY0_WRDS26    0xF001C464          Write Data Section 26
ERAY0_WRDS27    0xF001C468          Write Data Section 27
ERAY0_WRDS28    0xF001C46C          Write Data Section 28
ERAY0_WRDS29    0xF001C470          Write Data Section 29
ERAY0_WRDS30    0xF001C474          Write Data Section 30
ERAY0_WRDS31    0xF001C478          Write Data Section 31
ERAY0_WRDS32    0xF001C47C          Write Data Section 32
ERAY0_WRDS33    0xF001C480          Write Data Section 33
ERAY0_WRDS34    0xF001C484          Write Data Section 34
ERAY0_WRDS35    0xF001C488          Write Data Section 35
ERAY0_WRDS36    0xF001C48C          Write Data Section 36
ERAY0_WRDS37    0xF001C490          Write Data Section 37
ERAY0_WRDS38    0xF001C494          Write Data Section 38
ERAY0_WRDS39    0xF001C498          Write Data Section 39
ERAY0_WRDS40    0xF001C49C          Write Data Section 40
ERAY0_WRDS41    0xF001C4A0          Write Data Section 41
ERAY0_WRDS42    0xF001C4A4          Write Data Section 42
ERAY0_WRDS43    0xF001C4A8          Write Data Section 43
ERAY0_WRDS44    0xF001C4AC          Write Data Section 44
ERAY0_WRDS45    0xF001C4B0          Write Data Section 45
ERAY0_WRDS46    0xF001C4B4          Write Data Section 46
ERAY0_WRDS47    0xF001C4B8          Write Data Section 47
ERAY0_WRDS48    0xF001C4BC          Write Data Section 48
ERAY0_WRDS49    0xF001C4C0          Write Data Section 49
ERAY0_WRDS50    0xF001C4C4          Write Data Section 50
ERAY0_WRDS51    0xF001C4C8          Write Data Section 51
ERAY0_WRDS52    0xF001C4CC          Write Data Section 52
ERAY0_WRDS53    0xF001C4D0          Write Data Section 53
ERAY0_WRDS54    0xF001C4D4          Write Data Section 54
ERAY0_WRDS55    0xF001C4D8          Write Data Section 55
ERAY0_WRDS56    0xF001C4DC          Write Data Section 56
ERAY0_WRDS57    0xF001C4E0          Write Data Section 57
ERAY0_WRDS58    0xF001C4E4          Write Data Section 58
ERAY0_WRDS59    0xF001C4E8          Write Data Section 59
ERAY0_WRDS60    0xF001C4EC          Write Data Section 60
ERAY0_WRDS61    0xF001C4F0          Write Data Section 61
ERAY0_WRDS62    0xF001C4F4          Write Data Section 62
ERAY0_WRDS63    0xF001C4F8          Write Data Section 63
ERAY0_WRDS64    0xF001C4FC          Write Data Section 64
ERAY0_WRHS1     0xF001C500          Write Header Section 1
ERAY0_WRHS2     0xF001C504          Write Header Section 2
ERAY0_WRHS3     0xF001C508          Write Header Section 3
ERAY0_IBCM      0xF001C510          Input Buffer Command Mask
ERAY0_IBCR      0xF001C514          Input Buffer Command Request
ERAY0_RDDS01    0xF001C600          Read Data Section 1
ERAY0_RDDS02    0xF001C604          Read Data Section 2
ERAY0_RDDS03    0xF001C608          Read Data Section 3
ERAY0_RDDS04    0xF001C60C          Read Data Section 4
ERAY0_RDDS05    0xF001C610          Read Data Section 5
ERAY0_RDDS06    0xF001C614          Read Data Section 6
ERAY0_RDDS07    0xF001C618          Read Data Section 7
ERAY0_RDDS08    0xF001C61C          Read Data Section 8
ERAY0_RDDS09    0xF001C620          Read Data Section 9
ERAY0_RDDS10    0xF001C624          Read Data Section 10
ERAY0_RDDS11    0xF001C628          Read Data Section 11
ERAY0_RDDS12    0xF001C62C          Read Data Section 12
ERAY0_RDDS13    0xF001C630          Read Data Section 13
ERAY0_RDDS14    0xF001C634          Read Data Section 14
ERAY0_RDDS15    0xF001C638          Read Data Section 15
ERAY0_RDDS16    0xF001C63C          Read Data Section 16
ERAY0_RDDS17    0xF001C640          Read Data Section 17
ERAY0_RDDS18    0xF001C644          Read Data Section 18
ERAY0_RDDS19    0xF001C648          Read Data Section 19
ERAY0_RDDS20    0xF001C64C          Read Data Section 20
ERAY0_RDDS21    0xF001C650          Read Data Section 21
ERAY0_RDDS22    0xF001C654          Read Data Section 22
ERAY0_RDDS23    0xF001C658          Read Data Section 23
ERAY0_RDDS24    0xF001C65C          Read Data Section 24
ERAY0_RDDS25    0xF001C660          Read Data Section 25
ERAY0_RDDS26    0xF001C664          Read Data Section 26
ERAY0_RDDS27    0xF001C668          Read Data Section 27
ERAY0_RDDS28    0xF001C66C          Read Data Section 28
ERAY0_RDDS29    0xF001C670          Read Data Section 29
ERAY0_RDDS30    0xF001C674          Read Data Section 30
ERAY0_RDDS31    0xF001C678          Read Data Section 31
ERAY0_RDDS32    0xF001C67C          Read Data Section 32
ERAY0_RDDS33    0xF001C680          Read Data Section 33
ERAY0_RDDS34    0xF001C684          Read Data Section 34
ERAY0_RDDS35    0xF001C688          Read Data Section 35
ERAY0_RDDS36    0xF001C68C          Read Data Section 36
ERAY0_RDDS37    0xF001C690          Read Data Section 37
ERAY0_RDDS38    0xF001C694          Read Data Section 38
ERAY0_RDDS39    0xF001C698          Read Data Section 39
ERAY0_RDDS40    0xF001C69C          Read Data Section 40
ERAY0_RDDS41    0xF001C6A0          Read Data Section 41
ERAY0_RDDS42    0xF001C6A4          Read Data Section 42
ERAY0_RDDS43    0xF001C6A8          Read Data Section 43
ERAY0_RDDS44    0xF001C6AC          Read Data Section 44
ERAY0_RDDS45    0xF001C6B0          Read Data Section 45
ERAY0_RDDS46    0xF001C6B4          Read Data Section 46
ERAY0_RDDS47    0xF001C6B8          Read Data Section 47
ERAY0_RDDS48    0xF001C6BC          Read Data Section 48
ERAY0_RDDS49    0xF001C6C0          Read Data Section 49
ERAY0_RDDS50    0xF001C6C4          Read Data Section 50
ERAY0_RDDS51    0xF001C6C8          Read Data Section 51
ERAY0_RDDS52    0xF001C6CC          Read Data Section 52
ERAY0_RDDS53    0xF001C6D0          Read Data Section 53
ERAY0_RDDS54    0xF001C6D4          Read Data Section 54
ERAY0_RDDS55    0xF001C6D8          Read Data Section 55
ERAY0_RDDS56    0xF001C6DC          Read Data Section 56
ERAY0_RDDS57    0xF001C6E0          Read Data Section 57
ERAY0_RDDS58    0xF001C6E4          Read Data Section 58
ERAY0_RDDS59    0xF001C6E8          Read Data Section 59
ERAY0_RDDS60    0xF001C6EC          Read Data Section 60
ERAY0_RDDS61    0xF001C6F0          Read Data Section 61
ERAY0_RDDS62    0xF001C6F4          Read Data Section 62
ERAY0_RDDS63    0xF001C6F8          Read Data Section 63
ERAY0_RDDS64    0xF001C6FC          Read Data Section 64
ERAY0_RDHS1     0xF001C700          Read Header Section 1
ERAY0_RDHS2     0xF001C704          Read Header Section 2
ERAY0_RDHS3     0xF001C708          Read Header Section 3
ERAY0_MBS       0xF001C70C          Message Buffer Status
ERAY0_OBCM      0xF001C710          Output Buffer Command Mask
ERAY0_OBCR      0xF001C714          Output Buffer Command Request
ERAY0_OTSS      0xF001C870          OCDS Trigger Set Select
ERAY0_OCS       0xF001C8E8          OCDS Control and Status
ERAY0_KRSTCLR   0xF001C8EC          Kernel Reset Status Clear Register
ERAY0_KRST1     0xF001C8F0          Kernel Reset Register 1
ERAY0_KRST0     0xF001C8F4          Kernel Reset Register 0
ERAY0_ACCEN0    0xF001C8FC          Access Enable Register 0
GETH_MAC_CONFIGURATION 0xF001D000          MAC Configuration Register
GETH_MAC_EXT_CONFIGURATION 0xF001D004          MAC Extended Configuration Register
GETH_MAC_PACKET_FILTER 0xF001D008          MAC Packet Filter Register
GETH_MAC_WATCHDOG_TIMEOUT 0xF001D00C          MAC Watchdog Timeout Register
GETH_MAC_VLAN_TAG_CTRL 0xF001D050          MAC VLAN Tag Control Register
GETH_MAC_VLAN_TAG_DATA 0xF001D054          MAC VLAN Tag Data Register
GETH_MAC_VLAN_HASH_TABLE 0xF001D058          MAC VLAN Hash Table Register
GETH_MAC_VLAN_INCL 0xF001D060          MAC VLAN Tag Inclusion or Replacement Register
GETH_MAC_INNER_VLAN_INCL 0xF001D064          MAC Inner VLAN Tag Inclus0on or Replacement Register
GETH_MAC_Q0_TX_FLOW_CTRL 0xF001D070          MAC Flow Control Register
GETH_MAC_RX_FLOW_CTRL 0xF001D090          MAC Receive Flow Control Register
GETH_MAC_RxQ_CTRL4 0xF001D094          MAC Receive Queue Control 4 register
GETH_MAC_RXQ_CTRL0 0xF001D0A0          MAC Receive Queue Control 0 Register
GETH_MAC_RXQ_CTRL1 0xF001D0A4          MAC Receive Queue Control 1 Register
GETH_MAC_RXQ_CTRL2 0xF001D0A8          MAC Receive Queue Control 2 Register
GETH_MAC_INTERRUPT_STATUS 0xF001D0B0          MAC Interrupt Status Register
GETH_MAC_INTERRUPT_ENABLE 0xF001D0B4          MAC Interrupt Enable Register
GETH_MAC_RX_TX_STATUS 0xF001D0B8          MAC Receive Transmit Status Register
GETH_MAC_PMT_CONTROL_STATUS 0xF001D0C0          MAC PMT Control and Status Register
GETH_MAC_LPI_CONTROL_STATUS 0xF001D0D0          MAC LPI Control and Status Register
GETH_MAC_LPI_TIMERS_CONTROL 0xF001D0D4          MAC LPI Timers Control Register
GETH_MAC_LPI_ENTRY_TIMER 0xF001D0D8          MAC LPI Entry Timer Register
GETH_MAC_1US_TIC_COUNTER 0xF001D0DC          MAC One Microsecond Tic Counter Register
GETH_MAC_PHYIF_CONTROL_STATUS 0xF001D0F8          MAC PHY Interface Control and Status Register
GETH_MAC_VERSION 0xF001D110          MAC Version Register
GETH_MAC_DEBUG  0xF001D114          MAC Debug Register
GETH_MAC_HW_FEATURE0 0xF001D11C          MAC Hardware Feature Register 0
GETH_MAC_HW_FEATURE1 0xF001D120          MAC Hardware Feature Register 1
GETH_MAC_HW_FEATURE2 0xF001D124          MAC Hardware Feature Register 2
GETH_MAC_HW_FEATURE3 0xF001D128          MAC Hardware Feature Register 3
GETH_MAC_MDIO_ADDRESS 0xF001D200          MAC MDIO Address Register
GETH_MAC_MDIO_DATA 0xF001D204          MAC MDIO Data Register
GETH_MAC_CSR_SW_CTRL 0xF001D230          MAC CSR Software Controls Register
GETH_MAC_ADDRESS0_HIGH 0xF001D300          MAC Address 0 High Register
GETH_MAC_ADDRESS0_LOW 0xF001D304          MAC Address 0 Low Register
GETH_MAC_ADDRESS1_HIGH 0xF001D308          MAC Address 1 High Register
GETH_MAC_ADDRESS1_LOW 0xF001D30C          MAC Address 1 Low Register
GETH_MAC_ADDRESS2_HIGH 0xF001D310          MAC Address 2 High Register
GETH_MAC_ADDRESS2_LOW 0xF001D314          MAC Address 2 Low Register
GETH_MAC_ADDRESS3_HIGH 0xF001D318          MAC Address 3 High Register
GETH_MAC_ADDRESS3_LOW 0xF001D31C          MAC Address 3 Low Register
GETH_MAC_ADDRESS4_HIGH 0xF001D320          MAC Address 4 High Register
GETH_MAC_ADDRESS4_LOW 0xF001D324          MAC Address 4 Low Register
GETH_MAC_ADDRESS5_HIGH 0xF001D328          MAC Address 5 High Register
GETH_MAC_ADDRESS5_LOW 0xF001D32C          MAC Address 5 Low Register
GETH_MAC_ADDRESS6_HIGH 0xF001D330          MAC Address 6 High Register
GETH_MAC_ADDRESS6_LOW 0xF001D334          MAC Address 6 Low Register
GETH_MAC_ADDRESS7_HIGH 0xF001D338          MAC Address 7 High Register
GETH_MAC_ADDRESS7_LOW 0xF001D33C          MAC Address 7 Low Register
GETH_MAC_ADDRESS8_HIGH 0xF001D340          MAC Address 8 High Register
GETH_MAC_ADDRESS8_LOW 0xF001D344          MAC Address 8 Low Register
GETH_MAC_ADDRESS9_HIGH 0xF001D348          MAC Address 9 High Register
GETH_MAC_ADDRESS9_LOW 0xF001D34C          MAC Address 9 Low Register
GETH_MAC_ADDRESS10_HIGH 0xF001D350          MAC Address 10 High Register
GETH_MAC_ADDRESS10_LOW 0xF001D354          MAC Address 10 Low Register
GETH_MAC_ADDRESS11_HIGH 0xF001D358          MAC Address 11 High Register
GETH_MAC_ADDRESS11_LOW 0xF001D35C          MAC Address 11 Low Register
GETH_MAC_ADDRESS12_HIGH 0xF001D360          MAC Address 12 High Register
GETH_MAC_ADDRESS12_LOW 0xF001D364          MAC Address 12 Low Register
GETH_MAC_ADDRESS13_HIGH 0xF001D368          MAC Address 13 High Register
GETH_MAC_ADDRESS13_LOW 0xF001D36C          MAC Address 13 Low Register
GETH_MAC_ADDRESS14_HIGH 0xF001D370          MAC Address 14 High Register
GETH_MAC_ADDRESS14_LOW 0xF001D374          MAC Address 14 Low Register
GETH_MAC_ADDRESS15_HIGH 0xF001D378          MAC Address 15 High Register
GETH_MAC_ADDRESS15_LOW 0xF001D37C          MAC Address 15 Low Register
GETH_MAC_ADDRESS16_HIGH 0xF001D380          MAC Address 16 High Register
GETH_MAC_ADDRESS16_LOW 0xF001D384          MAC Address 16 Low Register
GETH_MAC_ADDRESS17_HIGH 0xF001D388          MAC Address 17 High Register
GETH_MAC_ADDRESS17_LOW 0xF001D38C          MAC Address 17 Low Register
GETH_MAC_ADDRESS18_HIGH 0xF001D390          MAC Address 18 High Register
GETH_MAC_ADDRESS18_LOW 0xF001D394          MAC Address 18 Low Register
GETH_MAC_ADDRESS19_HIGH 0xF001D398          MAC Address 19 High Register
GETH_MAC_ADDRESS19_LOW 0xF001D39C          MAC Address 19 Low Register
GETH_MAC_ADDRESS20_HIGH 0xF001D3A0          MAC Address 20 High Register
GETH_MAC_ADDRESS20_LOW 0xF001D3A4          MAC Address 20 Low Register
GETH_MAC_ADDRESS21_HIGH 0xF001D3A8          MAC Address 21 High Register
GETH_MAC_ADDRESS21_LOW 0xF001D3AC          MAC Address 21 Low Register
GETH_MAC_ADDRESS22_HIGH 0xF001D3B0          MAC Address 22 High Register
GETH_MAC_ADDRESS22_LOW 0xF001D3B4          MAC Address 22 Low Register
GETH_MAC_ADDRESS23_HIGH 0xF001D3B8          MAC Address 23 High Register
GETH_MAC_ADDRESS23_LOW 0xF001D3BC          MAC Address 23 Low Register
GETH_MAC_ADDRESS24_HIGH 0xF001D3C0          MAC Address 24 High Register
GETH_MAC_ADDRESS24_LOW 0xF001D3C4          MAC Address 24 Low Register
GETH_MAC_ADDRESS25_HIGH 0xF001D3C8          MAC Address 25 High Register
GETH_MAC_ADDRESS25_LOW 0xF001D3CC          MAC Address 25 Low Register
GETH_MAC_ADDRESS26_HIGH 0xF001D3D0          MAC Address 26 High Register
GETH_MAC_ADDRESS26_LOW 0xF001D3D4          MAC Address 26 Low Register
GETH_MAC_ADDRESS27_HIGH 0xF001D3D8          MAC Address 27 High Register
GETH_MAC_ADDRESS27_LOW 0xF001D3DC          MAC Address 27 Low Register
GETH_MAC_ADDRESS28_HIGH 0xF001D3E0          MAC Address 28 High Register
GETH_MAC_ADDRESS28_LOW 0xF001D3E4          MAC Address 28 Low Register
GETH_MAC_ADDRESS29_HIGH 0xF001D3E8          MAC Address 29 High Register
GETH_MAC_ADDRESS29_LOW 0xF001D3EC          MAC Address 29 Low Register
GETH_MAC_ADDRESS30_HIGH 0xF001D3F0          MAC Address 30 High Register
GETH_MAC_ADDRESS30_LOW 0xF001D3F4          MAC Address 30 Low Register
GETH_MAC_ADDRESS31_HIGH 0xF001D3F8          MAC Address 31 High Register
GETH_MAC_ADDRESS31_LOW 0xF001D3FC          MAC Address 31 Low Register
GETH_MMC_CONTROL 0xF001D700          MMC Control Register
GETH_MMC_RX_INTERRUPT 0xF001D704          MMC Receive Interrupts Register
GETH_MMC_TX_INTERRUPT 0xF001D708          MMC Transmit Interrupts Register
GETH_MMC_RX_INTERRUPT_MASK 0xF001D70C          MMC Receive Interrupts Mask Register
GETH_MMC_TX_INTERRUPT_MASK 0xF001D710          MMC Transmit Interrupts Mask Register
GETH_TX_OCTET_COUNT_GOOD_BAD 0xF001D714          Good And Bad Transmitted Octet Count Register
GETH_TX_PACKET_COUNT_GOOD_BAD 0xF001D718          Good And Bad Transmitted Packets Count Register
GETH_TX_BROADCAST_PACKETS_GOOD 0xF001D71C          Good Transmitted Broadcast Packets Count Register
GETH_TX_MULTICAST_PACKETS_GOOD 0xF001D720          Good Transmitted Multicast Packets Count Register
GETH_TX_64OCTETS_PACKETS_GOOD_BAD 0xF001D724          Good And Bad 64 Octets Packets Transmitted Count Register
GETH_TX_65TO127OCTETS_PACKETS_GOOD_BAD 0xF001D728          Good And Bad 65to127 Octets Packets Transmitted Count Register
GETH_TX_128TO255OCTETS_PACKETS_GOOD_BAD 0xF001D72C          Good And Bad 128to255 Octets Packets Transmitted Count Register
GETH_TX_256TO511OCTETS_PACKETS_GOOD_BAD 0xF001D730          Good And Bad 256to511 Octets Packets Transmitted Count Register
GETH_TX_512TO1023OCTETS_PACKETS_GOOD_BAD 0xF001D734          Good And Bad 512to1023 Octets Packets Transmitted Count Register
GETH_TX_1024TOMAXOCTETS_PACKETS_GOOD_BAD 0xF001D738          Good And Bad 1024toMax Octets Packets Transmitted Count Register
GETH_TX_UNICAST_PACKETS_GOOD_BAD 0xF001D73C          Good Transmitted Unicat Packets Count Register
GETH_TX_MULTICAST_PACKETS_GOOD_BAD 0xF001D740          Good And Bad Transmitted Multicast Packets Count Register
GETH_TX_BROADCAST_PACKETS_GOOD_BAD 0xF001D744          Good And Bad Transmitted Broadcast Packets Count Register
GETH_TX_UNDERFLOW_ERROR_PACKETS 0xF001D748          Transmitted Underflow Error Packets Count Register
GETH_TX_SINGLE_COLLISION_GOOD_PACKETS 0xF001D74C          Good Transmitted Single Collision Count Register
GETH_TX_MULTIPLE_COLLISION_GOOD_PACKETS 0xF001D750          Transmitted Multiple Collision Count Register
GETH_TX_DEFERRED_PACKETS 0xF001D754          Transmitted Deferred Packets Count Register
GETH_TX_LATE_COLLISION_PACKETS 0xF001D758          Transmitted Late Collision Packets Count Register
GETH_TX_EXCESSIVE_COLLISION_PACKETS 0xF001D75C          Transmitted Excessive Collision Packets Count Register
GETH_TX_CARRIER_ERROR_PACKETS 0xF001D760          Transmitted Carrier Error Packets Count Register
GETH_TX_OCTET_COUNT_GOOD 0xF001D764          Good Transmitted Octet Count Register
GETH_TX_PACKET_COUNT_GOOD 0xF001D768          Good Transmitted Packet Count Register
GETH_TX_EXCESSIVE_DEFERRAL_ERROR 0xF001D76C          Transmitted Excessive Deferral Error Count Register
GETH_TX_PAUSE_PACKETS 0xF001D770          Transmitted Pause Packets Count Register
GETH_TX_VLAN_PACKETS_GOOD 0xF001D774          Good Transmitted VLAN Packets Count Register
GETH_TX_OSIZE_PACKETS_GOOD 0xF001D778          Good Transmitted Osize Packets Count Register
GETH_RX_PACKETS_COUNT_GOOD_BAD 0xF001D780          Good And Bad Received Packets Count Register
GETH_RX_OCTET_COUNT_GOOD_BAD 0xF001D784          Good And Bad Received Octet Count Register
GETH_RX_OCTET_COUNT_GOOD 0xF001D788          Good Received Octet Count Register
GETH_RX_BROADCAST_PACKETS_GOOD 0xF001D78C          Good Received Broadcast Packets Count Register
GETH_RX_MULTICAST_PACKETS_GOOD 0xF001D790          Good Received Multicast Packets Count Register
GETH_RX_CRC_ERROR_PACKETS 0xF001D794          Received CRC Error Packets Count Register
GETH_RX_ALIGNMENT_ERROR_PACKETS 0xF001D798          Received Alignment Error Count Register
GETH_RX_RUNT_ERROR_PACKETS 0xF001D79C          Received Runtime Error Count Register
GETH_RX_JABBER_ERROR_PACKETS 0xF001D7A0          Received Jabber Error Count Register
GETH_RX_UNDERSIZE_PACKETS_GOOD 0xF001D7A4          Good Received Undersized Packets Count Register
GETH_RX_OVERSIZE_PACKETS_GOOD 0xF001D7A8          Good Received Oversized Packets Count Register
GETH_RX_64OCTETS_PACKETS_GOOD_BAD 0xF001D7AC          Good And Bad 64 Octets Packets Received Count Register
GETH_RX_65TO127OCTETS_PACKETS_GOOD_BAD 0xF001D7B0          Good And Bad 65to127 Octets Packets Received Count Register
GETH_RX_128TO255OCTETS_PACKETS_GOOD_BAD 0xF001D7B4          Good And Bad 128to255 Octets Packets Received Count Register
GETH_RX_256TO511OCTETS_PACKETS_GOOD_BAD 0xF001D7B8          Good And Bad 256to511 Octets Packets Received Count Register
GETH_RX_512TO1023OCTETS_PACKETS_GOOD_BAD 0xF001D7BC          Good And Bad 512to1023 Octets Packets Received Count Register
GETH_RX_1024TOMAXOCTETS_PACKETS_GOOD_BAD 0xF001D7C0          Good And Bad 1024toMax Octets Packets Received Count Register
GETH_RX_UNICAST_PACKETS_GOOD 0xF001D7C4          Good Received Unicat Packets Count Register
GETH_RX_LENGTH_ERROR_PACKETS 0xF001D7C8          Received Length Error Packets Count Register
GETH_RX_OUT_OF_RANGE_TYPE_PACKETS 0xF001D7CC          Received Out Of Range Type Count Register
GETH_RX_PAUSE_PACKETS 0xF001D7D0          Received Pause Packets Count Register
GETH_RX_FIFO_OVERFLOW_PACKETS 0xF001D7D4          Received FIFO Overflow Count Register
GETH_RX_VLAN_PACKETS_GOOD_BAD 0xF001D7D8          Good And Bad Received VLAN Packets Count Registerv
GETH_RX_WATCHDOG_ERROR_PACKETS 0xF001D7DC          Received Watchdog Error Count Register
GETH_RX_RECEIVE_ERROR_PACKETS 0xF001D7E0          Received Receive Error Count Register
GETH_RX_CONTROL_PACKETS_GOOD 0xF001D7E4          Good Received Control Packets Count Register
GETH_TX_LPI_USEC_CNTR 0xF001D7EC          Transmitted LPI Microseconds Count Register
GETH_TX_LPI_TRAN_CNTR 0xF001D7F0          Transmitted LPI Transition Count Register
GETH_RX_LPI_USEC_CNTR 0xF001D7F4          Received Microseconds LPI Count Register
GETH_RX_LPI_TRAN_CNTR 0xF001D7F8          Received LPI Transition Count Register
GETH_MMC_IPC_RX_INTERRUPT_MASK 0xF001D800          MMC IPC Receive Interrupts Mask Register
GETH_MMC_IPC_RX_INTERRUPT 0xF001D808          MMC IPC Receive Interrupts Register
GETH_RXIPV4_GOOD_PACKETS 0xF001D810          Good Received RxIPv4 Packets Count Register
GETH_RXIPV4_HEADER_ERROR_PACKETS 0xF001D814          Received IPv4 Header Error Packets Count Register
GETH_RXIPV4_NO_PAYLOAD_PACKETS 0xF001D818          Received IPv4 No Payload Packets Count Register
GETH_RXIPV4_FRAGMENTED_PACKETS 0xF001D81C          Received IPv4 Fragmented Packets Count Register
GETH_RXIPV4_UDP_CHECKSUM_DISABLED_PACKETS 0xF001D820          Received IPv4 UPD Checksum Disabled Packets Count Register
GETH_RXIPV6_GOOD_PACKETS 0xF001D824          Good Received RxIPv6 Packets Count Register
GETH_RXIPV6_HEADER_ERROR_PACKETS 0xF001D828          Received IPv6 Header Error Packets Count Register
GETH_RXIPV6_NO_PAYLOAD_PACKETS 0xF001D82C          Received IPv6 No Payload Packets Count Register
GETH_RXUDP_GOOD_PACKETS 0xF001D830          Good Received UDP Packets Count Register
GETH_RXUDP_ERROR_PACKETS 0xF001D834          Received UDP Error Packets Count Register
GETH_RXTCP_GOOD_PACKETS 0xF001D838          Good Received TCP Packets Count Register
GETH_RXTCP_ERROR_PACKETS 0xF001D83C          Received TCP Error Packets Count Register
GETH_RXICMP_GOOD_PACKETS 0xF001D840          Good Received ICMP Packets Count Register
GETH_RXICMP_ERROR_PACKETS 0xF001D844          Received ICMP Error Packets Count Register
GETH_RXIPV4_GOOD_OCTETS 0xF001D850          Good Received IPV4 Octets Count Register
GETH_RXIPV4_HEADER_ERROR_OCTETS 0xF001D854          Received IPV4 Header Error Octets Count Register
GETH_RXIPV4_NO_PAYLOAD_OCTETS 0xF001D858          Received IPV4 No Payload Octets Count Register
GETH_RXIPV4_FRAGMENTED_OCTETS 0xF001D85C          Received IPV4 Fragmented Octets Count Register
GETH_RXIPV4_UDP_CHECKSUM_DISABLE_OCTETS 0xF001D860          Received IPV4 UPD Checksum Disabled Octets Count Register
GETH_RXIPV6_GOOD_OCTETS 0xF001D864          Good Received IPV6 Octets Count Register
GETH_RXIPV6_HEADER_ERROR_OCTETS 0xF001D868          Received IPV6 Header Error Octets Count Register
GETH_RXIPV6_NO_PAYLOAD_OCTETS 0xF001D86C          Received IPV6 No Payload Octets Count Register
GETH_RXUDP_GOOD_OCTETS 0xF001D870          Good Received UDP Octets Count Register
GETH_RXUDP_ERROR_OCTETS 0xF001D874          Received UDP Error Octets Count Register
GETH_RXTCP_GOOD_OCTETS 0xF001D878          Good Received TCP Octets Count Register
GETH_RXTCP_ERROR_OCTETS 0xF001D87C          Received TCP Error Octets Count Register
GETH_RXICMP_GOOD_OCTETS 0xF001D880          Good Received ICMP Octets Count Register
GETH_RXICMP_ERROR_OCTETS 0xF001D884          Received ICMP Error Octets Count Register
GETH_MAC_TIMESTAMP_CONTROL 0xF001DB00          MAC Timestamp Control Register
GETH_MAC_SUB_SECOND_INCREMENT 0xF001DB04          MAC Sub-Second Increment Register
GETH_MAC_SYSTEM_TIME_SECONDS 0xF001DB08          MAC System Time Seconds Register
GETH_MAC_SYSTEM_TIME_NANOSECONDS 0xF001DB0C          MAC System Time Nanoseconds Register
GETH_MAC_SYSTEM_TIME_SECONDS_UPDATE 0xF001DB10          MAC System Time Seconds Update Register
GETH_MAC_SYSTEM_TIME_NANOSECONDS_UPDATE 0xF001DB14          MAC System Time Nanoseconds Update Register
GETH_MAC_TIMESTAMP_ADDEND 0xF001DB18          MAC Timestamp Addend Register
GETH_MAC_SYSTEM_TIME_HIGHER_WORD_SECONDS 0xF001DB1C          MAC System Time Higher Word Seconds Register
GETH_MAC_TIMESTAMP_STATUS 0xF001DB20          MAC Timestamp Status Register
GETH_MAC_TX_TIMESTAMP_STATUS_NANOSECONDS 0xF001DB30          MAC Transmit Timestamp Nanoseconds Status Register
GETH_MAC_TX_TIMESTAMP_STATUS_SECONDS 0xF001DB34          MAC Transmit Timestamp Seconds Status Register
GETH_MAC_TIMESTAMP_INGRESS_ASYM_CORR 0xF001DB50          MAC Timestamp Ingress Asymmetry Correction Register
GETH_MAC_TIMESTAMP_EGRESS_ASYM_CORR 0xF001DB54          MAC Timestamp Egress Asymmetry Correction Register
GETH_MAC_TIMESTAMP_INGRESS_CORR_NANOSECOND 0xF001DB58          MAC Timestamp Ingress Correction Nanoseconds Register
GETH_MAC_TIMESTAMP_EGRESS_CORR_NANOSECOND 0xF001DB5C          MAC Timestamp Egress Correction Nanoseconds Register
GETH_MAC_TIMESTAMP_INGRESS_CORR_SUBNANOSEC 0xF001DB60          MAC Timestamp Ingress Correction Subnanoseconds Register
GETH_MAC_TIMESTAMP_EGRESS_CORR_SUBNANOSEC 0xF001DB64          MAC Timestamp Egress Correction Subnanoseconds Register
GETH_MAC_PPS_CONTROL 0xF001DB70          MAC PPS Control Register
GETH_MAC_PPS0_TARGET_TIME_SECONDS 0xF001DB80          MAC PPS 0 Target Time Seconds Register
GETH_MAC_PPS0_TARGET_TIME_NANOSECONDS 0xF001DB84          MAC PPS 0 Target Time Nanoeconds Register
GETH_MAC_PPS0_INTERVAL 0xF001DB88          MAC PPS 0 Interval Register
GETH_MAC_PPS0_WIDTH 0xF001DB8C          MAC PPS 0 Width Register
GETH_MTL_OPERATION_MODE 0xF001DC00          MTL Operation Mode Register
GETH_MTL_INTERRUPT_STATUS 0xF001DC20          MTL Interrupt Status Register
GETH_MTL_RXQ_DMA_MAP0 0xF001DC30          MTL Receive Queue and DMA Channel Mapping 0 Register
GETH_MTL_TXQ0_OPERATION_MODE 0xF001DD00          MTL Queue 0 Transmit Operation Mode Register
GETH_MTL_TXQ0_UNDERFLOW 0xF001DD04          MTL Queue 0 Transmit Underflow Counter Register
GETH_MTL_TXQ0_DEBUG 0xF001DD08          MTL Queue 0 Transmit Debug Register
GETH_MTL_TXQ0_ETS_STATUS 0xF001DD14          MTL Queue 0 Transmit Status Register
GETH_MTL_TXQ0_QUANTUM_WEIGHT 0xF001DD18          MTL Queue 0 Transmit Quantum or Weights Register
GETH_MTL_Q0_INTERRUPT_CONTROL_STATUS 0xF001DD2C          MTL Queue 0 Interrupt Control Status Register
GETH_MTL_RXQ0_OPERATION_MODE 0xF001DD30          MTL Queue 0 Receive Operation Mode Register
GETH_MTL_RXQ0_MISSED_PACKET_OVERFLOW_CNT 0xF001DD34          MTL Queue 0 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ0_DEBUG 0xF001DD38          MTL Queue 0 Receive Debug Register
GETH_MTL_RXQ0_CONTROL 0xF001DD3C          MTL Queue 0 Receive Control Register
GETH_MTL_TXQ1_OPERATION_MODE 0xF001DD40          MTL Queue 1 Transmit Operation Mode Register
GETH_MTL_TXQ1_UNDERFLOW 0xF001DD44          MTL Queue 1 Transmit Underflow Counter Register
GETH_MTL_TXQ1_DEBUG 0xF001DD48          MTL Queue 1 Transmit Debug Register
GETH_MTL_TXQ1_ETS_CONTROL 0xF001DD50          MTL Queue 1 Transmit ETS Control Register
GETH_MTL_TXQ1_ETS_STATUS 0xF001DD54          MTL Queue 1 Transmit ETS Status Register
GETH_MTL_TXQ1_QUANTUM_WEIGHT 0xF001DD58          MTL Queue 1 Transmit Quantum or Weights Register
GETH_MTL_TXQ1_SENDSLOPECREDIT 0xF001DD5C          MTL Queue 1 Transmit SendSlopeCredit Register
GETH_MTL_TXQ1_HICREDIT 0xF001DD60          MTL Queue 1 Transmit HiCredit Register
GETH_MTL_TXQ1_LOCREDIT 0xF001DD64          MTL Queue 1 Transmit LoCredit Register
GETH_MTL_Q1_INTERRUPT_CONTROL_STATUS 0xF001DD6C          MTL Queue 1 Interrupt Status Register
GETH_MTL_RXQ1_OPERATION_MODE 0xF001DD70          MTL Queue 1 Receive Operation Mode Register
GETH_MTL_RXQ1_MISSED_PACKET_OVERFLOW_CNT 0xF001DD74          MTL Queue 1 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ1_DEBUG 0xF001DD78          MTL Queue 1 Receive Debug Register
GETH_MTL_RXQ1_CONTROL 0xF001DD7C          MTL Queue 1 Receive Control Register
GETH_MTL_TXQ2_OPERATION_MODE 0xF001DD80          MTL Queue 2 Transmit Operation Mode Register
GETH_MTL_TXQ2_UNDERFLOW 0xF001DD84          MTL Queue 2 Transmit Underflow Counter Register
GETH_MTL_TXQ2_DEBUG 0xF001DD88          MTL Queue 2 Transmit Debug Register
GETH_MTL_TXQ2_ETS_CONTROL 0xF001DD90          MTL Queue 2 Transmit ETS Control Register
GETH_MTL_TXQ2_ETS_STATUS 0xF001DD94          MTL Queue 2 Transmit ETS Status Register
GETH_MTL_TXQ2_QUANTUM_WEIGHT 0xF001DD98          MTL Queue 2 Transmit Quantum or Weights Register
GETH_MTL_TXQ2_SENDSLOPECREDIT 0xF001DD9C          MTL Queue 2 Transmit SendSlopeCredit Register
GETH_MTL_TXQ2_HICREDIT 0xF001DDA0          MTL Queue 2 Transmit HiCredit Register
GETH_MTL_TXQ2_LOCREDIT 0xF001DDA4          MTL Queue 2 Transmit LoCredit Register
GETH_MTL_Q2_INTERRUPT_CONTROL_STATUS 0xF001DDAC          MTL Queue 2 Interrupt Status Register
GETH_MTL_RXQ2_OPERATION_MODE 0xF001DDB0          MTL Queue 2 Receive Operation Mode Register
GETH_MTL_RXQ2_MISSED_PACKET_OVERFLOW_CNT 0xF001DDB4          MTL Queue 2 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ2_DEBUG 0xF001DDB8          MTL Queue 2 Receive Debug Register
GETH_MTL_RXQ2_CONTROL 0xF001DDBC          MTL Queue 2 Receive Control Register
GETH_MTL_TXQ3_OPERATION_MODE 0xF001DDC0          MTL Queue 3 Transmit Operation Mode Register
GETH_MTL_TXQ3_UNDERFLOW 0xF001DDC4          MTL Queue 3 Transmit Underflow Counter Register
GETH_MTL_TXQ3_DEBUG 0xF001DDC8          MTL Queue 3 Transmit Debug Register
GETH_MTL_TXQ3_ETS_CONTROL 0xF001DDD0          MTL Queue 3 Transmit ETS Control Register
GETH_MTL_TXQ3_ETS_STATUS 0xF001DDD4          MTL Queue 3 Transmit ETS Status Register
GETH_MTL_TXQ3_QUANTUM_WEIGHT 0xF001DDD8          MTL Queue 3 Transmit Quantum or Weights Register
GETH_MTL_TXQ3_SENDSLOPECREDIT 0xF001DDDC          MTL Queue 3 Transmit SendSlopeCredit Register
GETH_MTL_TXQ3_HICREDIT 0xF001DDE0          MTL Queue 3 Transmit HiCredit Register
GETH_MTL_TXQ3_LOCREDIT 0xF001DDE4          MTL Queue 3 Transmit LoCredit Register
GETH_MTL_Q3_INTERRUPT_CONTROL_STATUS 0xF001DDEC          MTL Queue 3 Interrupt Status Register
GETH_MTL_RXQ3_OPERATION_MODE 0xF001DDF0          MTL Queue 3 Receive Operation Mode Register
GETH_MTL_RXQ3_MISSED_PACKET_OVERFLOW_CNT 0xF001DDF4          MTL Queue 3 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ3_DEBUG 0xF001DDF8          MTL Queue 3 Receive Debug Register
GETH_MTL_RXQ3_CONTROL 0xF001DDFC          MTL Queue 3 Receive Control Register
GETH_DMA_MODE   0xF001E000          DMA Bus Mode Register
GETH_DMA_SYSBUS_MODE 0xF001E004          DMA System Bus Mode Register
GETH_DMA_INTERRUPT_STATUS 0xF001E008          DMA Interrupt Status Register
GETH_DMA_DEBUG_STATUS0 0xF001E00C          DMA Debug Status 0 Register
GETH_DMA_DEBUG_STATUS1 0xF001E010          DMA Debug Status 1 Register
GETH_DMA_CH0_CONTROL 0xF001E100          DMA Channel 0 Control Register
GETH_DMA_CH0_TX_CONTROL 0xF001E104          DMA Channel 0 Transmit Control Register
GETH_DMA_CH0_RX_CONTROL 0xF001E108          DMA Channel 0 Receive Control Register
GETH_DMA_CH0_TXDESC_LIST_ADDRESS 0xF001E114          DMA Channel 0 Transmit Descriptor List Address Register
GETH_DMA_CH0_RXDESC_LIST_ADDRESS 0xF001E11C          DMA Channel 0 Receive Descriptor List Address Register
GETH_DMA_CH0_TXDESC_TAIL_POINTER 0xF001E120          DMA Channel 0 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH0_RXDESC_TAIL_POINTER 0xF001E128          DMA Channel 0 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH0_TXDESC_RING_LENGTH 0xF001E12C          DMA Channel 0 Transmit Descriptor Ring Length Register
GETH_DMA_CH0_RXDESC_RING_LENGTH 0xF001E130          DMA Channel 0 Recieve Descriptor Ring Length Register
GETH_DMA_CH0_INTERRUPT_ENABLE 0xF001E134          DMA Channel 0 Interrupt Enable Register
GETH_DMA_CH0_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E138          DMA Channel 0 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH0_SLOT_FUNCTION_CONTROL_STATUS 0xF001E13C          DMA Channel 0 Slot Function Control and Status Register
GETH_DMA_CH0_CURRENT_APP_TXDESC 0xF001E144          DMA Channel 0 Current Application Transmit Descriptor Register
GETH_DMA_CH0_CURRENT_APP_RXDESC 0xF001E14C          DMA Channel 0 Current Application Receive Descriptor Register
GETH_DMA_CH0_CURRENT_APP_TXBUFFER 0xF001E154          DMA Channel 0 Current Application Transmit Buffer Address Register
GETH_DMA_CH0_CURRENT_APP_RXBUFFER 0xF001E15C          DMA Channel 0 Current Application Receive Buffer Address Register
GETH_DMA_CH0_STATUS 0xF001E160          DMA Channel 0 Status Register
GETH_DMA_CH0_MISS_FRAME_CNT 0xF001E164          DMA Channel 0 Missed Frames Count Register
GETH_DMA_CH1_CONTROL 0xF001E180          DMA Channel 1 Control Register
GETH_DMA_CH1_TX_CONTROL 0xF001E184          DMA Channel 1 Transmit Control Register
GETH_DMA_CH1_RX_CONTROL 0xF001E188          DMA Channel 1 Receive Control Register
GETH_DMA_CH1_TXDESC_LIST_ADDRESS 0xF001E194          DMA Channel 1 Transmit Descriptor List Address Register
GETH_DMA_CH1_RXDESC_LIST_ADDRESS 0xF001E19C          DMA Channel 1 Receive Descriptor List Address Register
GETH_DMA_CH1_TXDESC_TAIL_POINTER 0xF001E1A0          DMA Channel 1 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH1_RXDESC_TAIL_POINTER 0xF001E1A8          DMA Channel 1 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH1_TXDESC_RING_LENGTH 0xF001E1AC          DMA Channel 1 Transmit Descriptor Ring Length Register
GETH_DMA_CH1_RXDESC_RING_LENGTH 0xF001E1B0          DMA Channel 1 Recieve Descriptor Ring Length Register
GETH_DMA_CH1_INTERRUPT_ENABLE 0xF001E1B4          DMA Channel 1 Interrupt Enable Register
GETH_DMA_CH1_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E1B8          DMA Channel 1 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH1_SLOT_FUNCTION_CONTROL_STATUS 0xF001E1BC          DMA Channel 1 Slot Function Control and Status Register
GETH_DMA_CH1_CURRENT_APP_TXDESC 0xF001E1C4          DMA Channel 1 Current Application Transmit Descriptor Register
GETH_DMA_CH1_CURRENT_APP_RXDESC 0xF001E1CC          DMA Channel 1 Current Application Receive Descriptor Register
GETH_DMA_CH1_CURRENT_APP_TXBUFFER 0xF001E1D4          DMA Channel 1 Current Application Transmit Buffer Address Register
GETH_DMA_CH1_CURRENT_APP_RXBUFFER 0xF001E1DC          DMA Channel 1 Current Application Receive Buffer Address Register
GETH_DMA_CH1_STATUS 0xF001E1E0          DMA Channel 1 Status Register
GETH_DMA_CH1_MISS_FRAME_CNT 0xF001E1E4          DMA Channel 1 Missed Frames Count Register
GETH_DMA_CH2_CONTROL 0xF001E200          DMA Channel 2 Control Register
GETH_DMA_CH2_TX_CONTROL 0xF001E204          DMA Channel 2 Transmit Control Register
GETH_DMA_CH2_RX_CONTROL 0xF001E208          DMA Channel 2 Receive Control Register
GETH_DMA_CH2_TXDESC_LIST_ADDRESS 0xF001E214          DMA Channel 2 Transmit Descriptor List Address Register
GETH_DMA_CH2_RXDESC_LIST_ADDRESS 0xF001E21C          DMA Channel 2 Receive Descriptor List Address Register
GETH_DMA_CH2_TXDESC_TAIL_POINTER 0xF001E220          DMA Channel 2 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH2_RXDESC_TAIL_POINTER 0xF001E228          DMA Channel 2 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH2_TXDESC_RING_LENGTH 0xF001E22C          DMA Channel 2 Transmit Descriptor Ring Length Register
GETH_DMA_CH2_RXDESC_RING_LENGTH 0xF001E230          DMA Channel 2 Recieve Descriptor Ring Length Register
GETH_DMA_CH2_INTERRUPT_ENABLE 0xF001E234          DMA Channel 2 Interrupt Enable Register
GETH_DMA_CH2_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E238          DMA Channel 2 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH2_SLOT_FUNCTION_CONTROL_STATUS 0xF001E23C          DMA Channel 2 Slot Function Control and Status Register
GETH_DMA_CH2_CURRENT_APP_TXDESC 0xF001E244          DMA Channel 2 Current Application Transmit Descriptor Register
GETH_DMA_CH2_CURRENT_APP_RXDESC 0xF001E24C          DMA Channel 2 Current Application Receive Descriptor Register
GETH_DMA_CH2_CURRENT_APP_TXBUFFER 0xF001E254          DMA Channel 2 Current Application Transmit Buffer Address Register
GETH_DMA_CH2_CURRENT_APP_RXBUFFER 0xF001E25C          DMA Channel 2 Current Application Receive Buffer Address Register
GETH_DMA_CH2_STATUS 0xF001E260          DMA Channel 2 Status Register
GETH_DMA_CH2_MISS_FRAME_CNT 0xF001E264          DMA Channel 2 Missed Frames Count Register
GETH_DMA_CH3_CONTROL 0xF001E280          DMA Channel 3 Control Register
GETH_DMA_CH3_TX_CONTROL 0xF001E284          DMA Channel 3 Transmit Control Register
GETH_DMA_CH3_RX_CONTROL 0xF001E288          DMA Channel 3 Receive Control Register
GETH_DMA_CH3_TXDESC_LIST_ADDRESS 0xF001E294          DMA Channel 3 Transmit Descriptor List Address Register
GETH_DMA_CH3_RXDESC_LIST_ADDRESS 0xF001E29C          DMA Channel 3 Receive Descriptor List Address Register
GETH_DMA_CH3_TXDESC_TAIL_POINTER 0xF001E2A0          DMA Channel 3 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH3_RXDESC_TAIL_POINTER 0xF001E2A8          DMA Channel 3 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH3_TXDESC_RING_LENGTH 0xF001E2AC          DMA Channel 3 Transmit Descriptor Ring Length Register
GETH_DMA_CH3_RXDESC_RING_LENGTH 0xF001E2B0          DMA Channel 3 Recieve Descriptor Ring Length Register
GETH_DMA_CH3_INTERRUPT_ENABLE 0xF001E2B4          DMA Channel 3 Interrupt Enable Register
GETH_DMA_CH3_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E2B8          DMA Channel 3 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH3_SLOT_FUNCTION_CONTROL_STATUS 0xF001E2BC          DMA Channel 3 Slot Function Control and Status Register
GETH_DMA_CH3_CURRENT_APP_TXDESC 0xF001E2C4          DMA Channel 3 Current Application Transmit Descriptor Register
GETH_DMA_CH3_CURRENT_APP_RXDESC 0xF001E2CC          DMA Channel 3 Current Application Receive Descriptor Register
GETH_DMA_CH3_CURRENT_APP_TXBUFFER 0xF001E2D4          DMA Channel 3 Current Application Transmit Buffer Address Register
GETH_DMA_CH3_CURRENT_APP_RXBUFFER 0xF001E2DC          DMA Channel 3 Current Application Receive Buffer Address Register
GETH_DMA_CH3_STATUS 0xF001E2E0          DMA Channel 3 Status Register
GETH_DMA_CH3_MISS_FRAME_CNT 0xF001E2E4          DMA Channel 3 Missed Frames Count Register
GETH_CLC        0xF001F000          Clock Control Register
GETH_ID         0xF001F004          Module Identification Register
GETH_GPCTL      0xF001F008          General Purpose Control Register
GETH_ACCEN0     0xF001F00C          Access Enable Register 0
GETH_ACCEN1     0xF001F010          Access Enable Register 1
GETH_KRST0      0xF001F014          Kernel Reset Register 0
GETH_KRST1      0xF001F018          Kernel Reset Register 1
GETH_KRSTCLR    0xF001F01C          Kernel Reset Status Clear Register
GETH_ACCEN0D0   0xF001F020          Access Enable Register 0 for DMA0
GETH_ACCEN1D0   0xF001F024          Access Enable Register 1 for DMA0
GETH_ACCEN0D1   0xF001F028          Access Enable Register 0 for DMA1
GETH_ACCEN1D1   0xF001F02C          Access Enable Register 1 for DMA1
GETH_ACCEN0D2   0xF001F030          Access Enable Register 0 for DMA2
GETH_ACCEN1D2   0xF001F034          Access Enable Register 1 for DMA2
GETH_ACCEN0D3   0xF001F038          Access Enable Register 0 for DMA3
GETH_ACCEN1D3   0xF001F03C          Access Enable Register 1 for DMA3
GETH_SKEWCTL    0xF001F040          Skew Control Register
EVADC_CLC       0xF0020000          Clock Control Register
EVADC_ID        0xF0020008          Module Identification Register
EVADC_OCS       0xF0020028          OCDS Control and Status Register
EVADC_KRSTCLR   0xF002002C          Kernel Reset Status Clear Register
EVADC_KRST1     0xF0020030          Kernel Reset Register 1
EVADC_KRST0     0xF0020034          Kernel Reset Register 0
EVADC_ACCEN0    0xF002003C          Access Enable Register 0
EVADC_GLOBCFG   0xF0020080          Global Configuration Register
EVADC_ACCPROT0  0xF0020088          Access Protection Register 0
EVADC_ACCPROT1  0xF002008C          Access Protection Register 1
EVADC_ACCPROT2  0xF0020090          Access Protection Register 2
EVADC_GLOBICLASS0 0xF00200A0          Input Class Register 0, Global
EVADC_GLOBICLASS1 0xF00200A4          Input Class Register 1, Global
EVADC_GLOBBOUND 0xF00200B8          Global Boundary Select Register
EVADC_GLOBEFLAG 0xF00200E0          Global Event Flag Register
EVADC_GLOBEVNP  0xF0020140          Global Event Node Pointer Register
EVADC_GLOBTF    0xF0020160          Global Test Functions Register
EVADC_GLOBTE    0xF0020164          Global Test Enable Register
EVADC_GLOBRCR   0xF0020280          Global Result Control Register
EVADC_GLOBRES   0xF0020300          Global Result Register
EVADC_GLOBRESD  0xF0020380          Global Result Register, Debug
EVADC_EMUXSEL   0xF00203F0          External Multiplexer Interface Select Register
EVADC_G0TRCTR   0xF0020410          Trigger Control Register, Group 0
EVADC_G0ARBCFG  0xF0020480          Arbitration Config. Register, Group 0
EVADC_G0ARBPR   0xF0020484          Arbitration Priority Register, Group 0
EVADC_G0ANCFG   0xF0020488          Analog Fct. Config. Register, Group 0
EVADC_G0ICLASS0 0xF00204A0          Input Class Register 0, Group 0
EVADC_G0ICLASS1 0xF00204A4          Input Class Register 1, Group 0
EVADC_G0ALIAS   0xF00204B0          Alias Register, Group 0
EVADC_G0BOUND   0xF00204B8          Boundary Select Register, Group 0
EVADC_G0SYNCTR  0xF00204C0          Synchronization Control Register, Group 0
EVADC_G0QCTRL0  0xF0020500          Queue 0 Source Contr. Register, Group 0
EVADC_G0QMR0    0xF0020504          Queue 0 Mode Register, Group 0
EVADC_G0QSR0    0xF0020508          Queue 0 Status Register, Group 0
EVADC_G0Q0R0    0xF002050C          Queue 0 Register 0, Group 0
EVADC_G0QINR0   0xF0020510          Queue 0 Input Register, Group 0
EVADC_G0QBUR0   0xF0020514          Queue 0 Backup Register, Group 0
EVADC_G0REQTM0  0xF0020518          Queue 0 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS0  0xF002051C          Queue 0 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL1  0xF0020520          Queue 1 Source Contr. Register, Group 0
EVADC_G0QMR1    0xF0020524          Queue 1 Mode Register, Group 0
EVADC_G0QSR1    0xF0020528          Queue 1 Status Register, Group 0
EVADC_G0Q0R1    0xF002052C          Queue 1 Register 0, Group 0
EVADC_G0QINR1   0xF0020530          Queue 1 Input Register, Group 0
EVADC_G0QBUR1   0xF0020534          Queue 1 Backup Register, Group 0
EVADC_G0REQTM1  0xF0020538          Queue 1 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS1  0xF002053C          Queue 1 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL2  0xF0020540          Queue 2 Source Contr. Register, Group 0
EVADC_G0QMR2    0xF0020544          Queue 2 Mode Register, Group 0
EVADC_G0QSR2    0xF0020548          Queue 2 Status Register, Group 0
EVADC_G0Q0R2    0xF002054C          Queue 2 Register 0, Group 0
EVADC_G0QINR2   0xF0020550          Queue 2 Input Register, Group 0
EVADC_G0QBUR2   0xF0020554          Queue 2 Backup Register, Group 0
EVADC_G0REQTM2  0xF0020558          Queue 2 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS2  0xF002055C          Queue 2 Requ. Timer Status Reg., Group 0
EVADC_G0CEFLAG  0xF0020580          Channel Event Flag Register, Group 0
EVADC_G0REFLAG  0xF0020584          Result Event Flag Register, Group 0
EVADC_G0SEFLAG  0xF0020588          Source Event Flag Register, Group 0
EVADC_G0CEFCLR  0xF0020590          Channel Event Flag Clear Register, Group 0
EVADC_G0REFCLR  0xF0020594          Result Event Flag Clear Register, Group 0
EVADC_G0SEFCLR  0xF0020598          Source Event Flag Clear Reg., Group 0
EVADC_G0CEVNP0  0xF00205A0          Channel Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP0  0xF00205B0          Result Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP1  0xF00205B4          Result Event Node Pointer Reg. 1, Group 0
EVADC_G0SEVNP   0xF00205C0          Source Event Node Pointer Reg., Group 0
EVADC_G0SRACT   0xF00205C8          Service Request Software Activation Trigger, Group 0
EVADC_G0EMUXCTR 0xF00205F0          External Multiplexer Control Reg., Group 0
EVADC_G0EMUXCS  0xF00205F4          Ext. Multiplexer Channel Select Reg., Group 0
EVADC_G0VFR     0xF00205F8          Valid Flag Register, Group 0
EVADC_G0CHCTR0  0xF0020600          Group 0, Channel 0 Control Register
EVADC_G0CHCTR1  0xF0020604          Group 0, Channel 1 Control Register
EVADC_G0CHCTR2  0xF0020608          Group 0, Channel 2 Control Register
EVADC_G0CHCTR3  0xF002060C          Group 0, Channel 3 Control Register
EVADC_G0CHCTR4  0xF0020610          Group 0, Channel 4 Control Register
EVADC_G0CHCTR5  0xF0020614          Group 0, Channel 5 Control Register
EVADC_G0CHCTR6  0xF0020618          Group 0, Channel 6 Control Register
EVADC_G0CHCTR7  0xF002061C          Group 0, Channel 7 Control Register
EVADC_G0RCR0    0xF0020680          Group 0 Result Control Register 0
EVADC_G0RCR1    0xF0020684          Group 0 Result Control Register 1
EVADC_G0RCR2    0xF0020688          Group 0 Result Control Register 2
EVADC_G0RCR3    0xF002068C          Group 0 Result Control Register 3
EVADC_G0RCR4    0xF0020690          Group 0 Result Control Register 4
EVADC_G0RCR5    0xF0020694          Group 0 Result Control Register 5
EVADC_G0RCR6    0xF0020698          Group 0 Result Control Register 6
EVADC_G0RCR7    0xF002069C          Group 0 Result Control Register 7
EVADC_G0RCR8    0xF00206A0          Group 0 Result Control Register 8
EVADC_G0RCR9    0xF00206A4          Group 0 Result Control Register 9
EVADC_G0RCR10   0xF00206A8          Group 0 Result Control Register 10
EVADC_G0RCR11   0xF00206AC          Group 0 Result Control Register 11
EVADC_G0RCR12   0xF00206B0          Group 0 Result Control Register 12
EVADC_G0RCR13   0xF00206B4          Group 0 Result Control Register 13
EVADC_G0RCR14   0xF00206B8          Group 0 Result Control Register 14
EVADC_G0RCR15   0xF00206BC          Group 0 Result Control Register 15
EVADC_G0RES0    0xF0020700          Group 0 Result Register 0
EVADC_G0RES1    0xF0020704          Group 0 Result Register 1
EVADC_G0RES2    0xF0020708          Group 0 Result Register 2
EVADC_G0RES3    0xF002070C          Group 0 Result Register 3
EVADC_G0RES4    0xF0020710          Group 0 Result Register 4
EVADC_G0RES5    0xF0020714          Group 0 Result Register 5
EVADC_G0RES6    0xF0020718          Group 0 Result Register 6
EVADC_G0RES7    0xF002071C          Group 0 Result Register 7
EVADC_G0RES8    0xF0020720          Group 0 Result Register 8
EVADC_G0RES9    0xF0020724          Group 0 Result Register 9
EVADC_G0RES10   0xF0020728          Group 0 Result Register 10
EVADC_G0RES11   0xF002072C          Group 0 Result Register 11
EVADC_G0RES12   0xF0020730          Group 0 Result Register 12
EVADC_G0RES13   0xF0020734          Group 0 Result Register 13
EVADC_G0RES14   0xF0020738          Group 0 Result Register 14
EVADC_G0RES15   0xF002073C          Group 0 Result Register 15
EVADC_G0RESD0   0xF0020780          Group 0 Result Reg. 0, Debug
EVADC_G0RESD1   0xF0020784          Group 0 Result Reg. 1, Debug
EVADC_G0RESD2   0xF0020788          Group 0 Result Reg. 2, Debug
EVADC_G0RESD3   0xF002078C          Group 0 Result Reg. 3, Debug
EVADC_G0RESD4   0xF0020790          Group 0 Result Reg. 4, Debug
EVADC_G0RESD5   0xF0020794          Group 0 Result Reg. 5, Debug
EVADC_G0RESD6   0xF0020798          Group 0 Result Reg. 6, Debug
EVADC_G0RESD7   0xF002079C          Group 0 Result Reg. 7, Debug
EVADC_G0RESD8   0xF00207A0          Group 0 Result Reg. 8, Debug
EVADC_G0RESD9   0xF00207A4          Group 0 Result Reg. 9, Debug
EVADC_G0RESD10  0xF00207A8          Group 0 Result Reg. 10, Debug
EVADC_G0RESD11  0xF00207AC          Group 0 Result Reg. 11, Debug
EVADC_G0RESD12  0xF00207B0          Group 0 Result Reg. 12, Debug
EVADC_G0RESD13  0xF00207B4          Group 0 Result Reg. 13, Debug
EVADC_G0RESD14  0xF00207B8          Group 0 Result Reg. 14, Debug
EVADC_G0RESD15  0xF00207BC          Group 0 Result Reg. 15, Debug
EVADC_G1TRCTR   0xF0020810          Trigger Control Register, Group 1
EVADC_G1ARBCFG  0xF0020880          Arbitration Config. Register, Group 1
EVADC_G1ARBPR   0xF0020884          Arbitration Priority Register, Group 1
EVADC_G1ANCFG   0xF0020888          Analog Fct. Config. Register, Group 1
EVADC_G1ICLASS0 0xF00208A0          Input Class Register 0, Group 1
EVADC_G1ICLASS1 0xF00208A4          Input Class Register 1, Group 1
EVADC_G1ALIAS   0xF00208B0          Alias Register, Group 1
EVADC_G1BOUND   0xF00208B8          Boundary Select Register, Group 1
EVADC_G1SYNCTR  0xF00208C0          Synchronization Control Register, Group 1
EVADC_G1QCTRL0  0xF0020900          Queue 0 Source Contr. Register, Group 1
EVADC_G1QMR0    0xF0020904          Queue 0 Mode Register, Group 1
EVADC_G1QSR0    0xF0020908          Queue 0 Status Register, Group 1
EVADC_G1Q0R0    0xF002090C          Queue 0 Register 0, Group 1
EVADC_G1QINR0   0xF0020910          Queue 0 Input Register, Group 1
EVADC_G1QBUR0   0xF0020914          Queue 0 Backup Register, Group 1
EVADC_G1REQTM0  0xF0020918          Queue 0 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS0  0xF002091C          Queue 0 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL1  0xF0020920          Queue 1 Source Contr. Register, Group 1
EVADC_G1QMR1    0xF0020924          Queue 1 Mode Register, Group 1
EVADC_G1QSR1    0xF0020928          Queue 1 Status Register, Group 1
EVADC_G1Q0R1    0xF002092C          Queue 1 Register 0, Group 1
EVADC_G1QINR1   0xF0020930          Queue 1 Input Register, Group 1
EVADC_G1QBUR1   0xF0020934          Queue 1 Backup Register, Group 1
EVADC_G1REQTM1  0xF0020938          Queue 1 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS1  0xF002093C          Queue 1 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL2  0xF0020940          Queue 2 Source Contr. Register, Group 1
EVADC_G1QMR2    0xF0020944          Queue 2 Mode Register, Group 1
EVADC_G1QSR2    0xF0020948          Queue 2 Status Register, Group 1
EVADC_G1Q0R2    0xF002094C          Queue 2 Register 0, Group 1
EVADC_G1QINR2   0xF0020950          Queue 2 Input Register, Group 1
EVADC_G1QBUR2   0xF0020954          Queue 2 Backup Register, Group 1
EVADC_G1REQTM2  0xF0020958          Queue 2 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS2  0xF002095C          Queue 2 Requ. Timer Status Reg., Group 1
EVADC_G1CEFLAG  0xF0020980          Channel Event Flag Register, Group 1
EVADC_G1REFLAG  0xF0020984          Result Event Flag Register, Group 1
EVADC_G1SEFLAG  0xF0020988          Source Event Flag Register, Group 1
EVADC_G1CEFCLR  0xF0020990          Channel Event Flag Clear Register, Group 1
EVADC_G1REFCLR  0xF0020994          Result Event Flag Clear Register, Group 1
EVADC_G1SEFCLR  0xF0020998          Source Event Flag Clear Reg., Group 1
EVADC_G1CEVNP0  0xF00209A0          Channel Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP0  0xF00209B0          Result Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP1  0xF00209B4          Result Event Node Pointer Reg. 1, Group 1
EVADC_G1SEVNP   0xF00209C0          Source Event Node Pointer Reg., Group 1
EVADC_G1SRACT   0xF00209C8          Service Request Software Activation Trigger, Group 1
EVADC_G1EMUXCTR 0xF00209F0          External Multiplexer Control Reg., Group 1
EVADC_G1EMUXCS  0xF00209F4          Ext. Multiplexer Channel Select Reg., Group 1
EVADC_G1VFR     0xF00209F8          Valid Flag Register, Group 1
EVADC_G1CHCTR0  0xF0020A00          Group 1, Channel 0 Control Register
EVADC_G1CHCTR1  0xF0020A04          Group 1, Channel 1 Control Register
EVADC_G1CHCTR2  0xF0020A08          Group 1, Channel 2 Control Register
EVADC_G1CHCTR3  0xF0020A0C          Group 1, Channel 3 Control Register
EVADC_G1CHCTR4  0xF0020A10          Group 1, Channel 4 Control Register
EVADC_G1CHCTR5  0xF0020A14          Group 1, Channel 5 Control Register
EVADC_G1CHCTR6  0xF0020A18          Group 1, Channel 6 Control Register
EVADC_G1CHCTR7  0xF0020A1C          Group 1, Channel 7 Control Register
EVADC_G1RCR0    0xF0020A80          Group 1 Result Control Register 0
EVADC_G1RCR1    0xF0020A84          Group 1 Result Control Register 1
EVADC_G1RCR2    0xF0020A88          Group 1 Result Control Register 2
EVADC_G1RCR3    0xF0020A8C          Group 1 Result Control Register 3
EVADC_G1RCR4    0xF0020A90          Group 1 Result Control Register 4
EVADC_G1RCR5    0xF0020A94          Group 1 Result Control Register 5
EVADC_G1RCR6    0xF0020A98          Group 1 Result Control Register 6
EVADC_G1RCR7    0xF0020A9C          Group 1 Result Control Register 7
EVADC_G1RCR8    0xF0020AA0          Group 1 Result Control Register 8
EVADC_G1RCR9    0xF0020AA4          Group 1 Result Control Register 9
EVADC_G1RCR10   0xF0020AA8          Group 1 Result Control Register 10
EVADC_G1RCR11   0xF0020AAC          Group 1 Result Control Register 11
EVADC_G1RCR12   0xF0020AB0          Group 1 Result Control Register 12
EVADC_G1RCR13   0xF0020AB4          Group 1 Result Control Register 13
EVADC_G1RCR14   0xF0020AB8          Group 1 Result Control Register 14
EVADC_G1RCR15   0xF0020ABC          Group 1 Result Control Register 15
EVADC_G1RES0    0xF0020B00          Group 1 Result Register 0
EVADC_G1RES1    0xF0020B04          Group 1 Result Register 1
EVADC_G1RES2    0xF0020B08          Group 1 Result Register 2
EVADC_G1RES3    0xF0020B0C          Group 1 Result Register 3
EVADC_G1RES4    0xF0020B10          Group 1 Result Register 4
EVADC_G1RES5    0xF0020B14          Group 1 Result Register 5
EVADC_G1RES6    0xF0020B18          Group 1 Result Register 6
EVADC_G1RES7    0xF0020B1C          Group 1 Result Register 7
EVADC_G1RES8    0xF0020B20          Group 1 Result Register 8
EVADC_G1RES9    0xF0020B24          Group 1 Result Register 9
EVADC_G1RES10   0xF0020B28          Group 1 Result Register 10
EVADC_G1RES11   0xF0020B2C          Group 1 Result Register 11
EVADC_G1RES12   0xF0020B30          Group 1 Result Register 12
EVADC_G1RES13   0xF0020B34          Group 1 Result Register 13
EVADC_G1RES14   0xF0020B38          Group 1 Result Register 14
EVADC_G1RES15   0xF0020B3C          Group 1 Result Register 15
EVADC_G1RESD0   0xF0020B80          Group 1 Result Reg. 0, Debug
EVADC_G1RESD1   0xF0020B84          Group 1 Result Reg. 1, Debug
EVADC_G1RESD2   0xF0020B88          Group 1 Result Reg. 2, Debug
EVADC_G1RESD3   0xF0020B8C          Group 1 Result Reg. 3, Debug
EVADC_G1RESD4   0xF0020B90          Group 1 Result Reg. 4, Debug
EVADC_G1RESD5   0xF0020B94          Group 1 Result Reg. 5, Debug
EVADC_G1RESD6   0xF0020B98          Group 1 Result Reg. 6, Debug
EVADC_G1RESD7   0xF0020B9C          Group 1 Result Reg. 7, Debug
EVADC_G1RESD8   0xF0020BA0          Group 1 Result Reg. 8, Debug
EVADC_G1RESD9   0xF0020BA4          Group 1 Result Reg. 9, Debug
EVADC_G1RESD10  0xF0020BA8          Group 1 Result Reg. 10, Debug
EVADC_G1RESD11  0xF0020BAC          Group 1 Result Reg. 11, Debug
EVADC_G1RESD12  0xF0020BB0          Group 1 Result Reg. 12, Debug
EVADC_G1RESD13  0xF0020BB4          Group 1 Result Reg. 13, Debug
EVADC_G1RESD14  0xF0020BB8          Group 1 Result Reg. 14, Debug
EVADC_G1RESD15  0xF0020BBC          Group 1 Result Reg. 15, Debug
EVADC_G2TRCTR   0xF0020C10          Trigger Control Register, Group 2
EVADC_G2ARBCFG  0xF0020C80          Arbitration Config. Register, Group 2
EVADC_G2ARBPR   0xF0020C84          Arbitration Priority Register, Group 2
EVADC_G2ANCFG   0xF0020C88          Analog Fct. Config. Register, Group 2
EVADC_G2ICLASS0 0xF0020CA0          Input Class Register 0, Group 2
EVADC_G2ICLASS1 0xF0020CA4          Input Class Register 1, Group 2
EVADC_G2ALIAS   0xF0020CB0          Alias Register, Group 2
EVADC_G2BOUND   0xF0020CB8          Boundary Select Register, Group 2
EVADC_G2SYNCTR  0xF0020CC0          Synchronization Control Register, Group 2
EVADC_G2QCTRL0  0xF0020D00          Queue 0 Source Contr. Register, Group 2
EVADC_G2QMR0    0xF0020D04          Queue 0 Mode Register, Group 2
EVADC_G2QSR0    0xF0020D08          Queue 0 Status Register, Group 2
EVADC_G2Q0R0    0xF0020D0C          Queue 0 Register 0, Group 2
EVADC_G2QINR0   0xF0020D10          Queue 0 Input Register, Group 2
EVADC_G2QBUR0   0xF0020D14          Queue 0 Backup Register, Group 2
EVADC_G2REQTM0  0xF0020D18          Queue 0 Requ. Timer Mode Reg., Group 2
EVADC_G2REQTS0  0xF0020D1C          Queue 0 Requ. Timer Status Reg., Group 2
EVADC_G2QCTRL1  0xF0020D20          Queue 1 Source Contr. Register, Group 2
EVADC_G2QMR1    0xF0020D24          Queue 1 Mode Register, Group 2
EVADC_G2QSR1    0xF0020D28          Queue 1 Status Register, Group 2
EVADC_G2Q0R1    0xF0020D2C          Queue 1 Register 0, Group 2
EVADC_G2QINR1   0xF0020D30          Queue 1 Input Register, Group 2
EVADC_G2QBUR1   0xF0020D34          Queue 1 Backup Register, Group 2
EVADC_G2REQTM1  0xF0020D38          Queue 1 Requ. Timer Mode Reg., Group 2
EVADC_G2REQTS1  0xF0020D3C          Queue 1 Requ. Timer Status Reg., Group 2
EVADC_G2QCTRL2  0xF0020D40          Queue 2 Source Contr. Register, Group 2
EVADC_G2QMR2    0xF0020D44          Queue 2 Mode Register, Group 2
EVADC_G2QSR2    0xF0020D48          Queue 2 Status Register, Group 2
EVADC_G2Q0R2    0xF0020D4C          Queue 2 Register 0, Group 2
EVADC_G2QINR2   0xF0020D50          Queue 2 Input Register, Group 2
EVADC_G2QBUR2   0xF0020D54          Queue 2 Backup Register, Group 2
EVADC_G2REQTM2  0xF0020D58          Queue 2 Requ. Timer Mode Reg., Group 2
EVADC_G2REQTS2  0xF0020D5C          Queue 2 Requ. Timer Status Reg., Group 2
EVADC_G2CEFLAG  0xF0020D80          Channel Event Flag Register, Group 2
EVADC_G2REFLAG  0xF0020D84          Result Event Flag Register, Group 2
EVADC_G2SEFLAG  0xF0020D88          Source Event Flag Register, Group 2
EVADC_G2CEFCLR  0xF0020D90          Channel Event Flag Clear Register, Group 2
EVADC_G2REFCLR  0xF0020D94          Result Event Flag Clear Register, Group 2
EVADC_G2SEFCLR  0xF0020D98          Source Event Flag Clear Reg., Group 2
EVADC_G2CEVNP0  0xF0020DA0          Channel Event Node Pointer Reg. 0, Group 2
EVADC_G2REVNP0  0xF0020DB0          Result Event Node Pointer Reg. 0, Group 2
EVADC_G2REVNP1  0xF0020DB4          Result Event Node Pointer Reg. 1, Group 2
EVADC_G2SEVNP   0xF0020DC0          Source Event Node Pointer Reg., Group 2
EVADC_G2SRACT   0xF0020DC8          Service Request Software Activation Trigger, Group 2
EVADC_G2EMUXCTR 0xF0020DF0          External Multiplexer Control Reg., Group 2
EVADC_G2EMUXCS  0xF0020DF4          Ext. Multiplexer Channel Select Reg., Group 2
EVADC_G2VFR     0xF0020DF8          Valid Flag Register, Group 2
EVADC_G2CHCTR0  0xF0020E00          Group 2, Channel 0 Control Register
EVADC_G2CHCTR1  0xF0020E04          Group 2, Channel 1 Control Register
EVADC_G2CHCTR2  0xF0020E08          Group 2, Channel 2 Control Register
EVADC_G2CHCTR3  0xF0020E0C          Group 2, Channel 3 Control Register
EVADC_G2CHCTR4  0xF0020E10          Group 2, Channel 4 Control Register
EVADC_G2CHCTR5  0xF0020E14          Group 2, Channel 5 Control Register
EVADC_G2CHCTR6  0xF0020E18          Group 2, Channel 6 Control Register
EVADC_G2CHCTR7  0xF0020E1C          Group 2, Channel 7 Control Register
EVADC_G2RCR0    0xF0020E80          Group 2 Result Control Register 0
EVADC_G2RCR1    0xF0020E84          Group 2 Result Control Register 1
EVADC_G2RCR2    0xF0020E88          Group 2 Result Control Register 2
EVADC_G2RCR3    0xF0020E8C          Group 2 Result Control Register 3
EVADC_G2RCR4    0xF0020E90          Group 2 Result Control Register 4
EVADC_G2RCR5    0xF0020E94          Group 2 Result Control Register 5
EVADC_G2RCR6    0xF0020E98          Group 2 Result Control Register 6
EVADC_G2RCR7    0xF0020E9C          Group 2 Result Control Register 7
EVADC_G2RCR8    0xF0020EA0          Group 2 Result Control Register 8
EVADC_G2RCR9    0xF0020EA4          Group 2 Result Control Register 9
EVADC_G2RCR10   0xF0020EA8          Group 2 Result Control Register 10
EVADC_G2RCR11   0xF0020EAC          Group 2 Result Control Register 11
EVADC_G2RCR12   0xF0020EB0          Group 2 Result Control Register 12
EVADC_G2RCR13   0xF0020EB4          Group 2 Result Control Register 13
EVADC_G2RCR14   0xF0020EB8          Group 2 Result Control Register 14
EVADC_G2RCR15   0xF0020EBC          Group 2 Result Control Register 15
EVADC_G2RES0    0xF0020F00          Group 2 Result Register 0
EVADC_G2RES1    0xF0020F04          Group 2 Result Register 1
EVADC_G2RES2    0xF0020F08          Group 2 Result Register 2
EVADC_G2RES3    0xF0020F0C          Group 2 Result Register 3
EVADC_G2RES4    0xF0020F10          Group 2 Result Register 4
EVADC_G2RES5    0xF0020F14          Group 2 Result Register 5
EVADC_G2RES6    0xF0020F18          Group 2 Result Register 6
EVADC_G2RES7    0xF0020F1C          Group 2 Result Register 7
EVADC_G2RES8    0xF0020F20          Group 2 Result Register 8
EVADC_G2RES9    0xF0020F24          Group 2 Result Register 9
EVADC_G2RES10   0xF0020F28          Group 2 Result Register 10
EVADC_G2RES11   0xF0020F2C          Group 2 Result Register 11
EVADC_G2RES12   0xF0020F30          Group 2 Result Register 12
EVADC_G2RES13   0xF0020F34          Group 2 Result Register 13
EVADC_G2RES14   0xF0020F38          Group 2 Result Register 14
EVADC_G2RES15   0xF0020F3C          Group 2 Result Register 15
EVADC_G2RESD0   0xF0020F80          Group 2 Result Reg. 0, Debug
EVADC_G2RESD1   0xF0020F84          Group 2 Result Reg. 1, Debug
EVADC_G2RESD2   0xF0020F88          Group 2 Result Reg. 2, Debug
EVADC_G2RESD3   0xF0020F8C          Group 2 Result Reg. 3, Debug
EVADC_G2RESD4   0xF0020F90          Group 2 Result Reg. 4, Debug
EVADC_G2RESD5   0xF0020F94          Group 2 Result Reg. 5, Debug
EVADC_G2RESD6   0xF0020F98          Group 2 Result Reg. 6, Debug
EVADC_G2RESD7   0xF0020F9C          Group 2 Result Reg. 7, Debug
EVADC_G2RESD8   0xF0020FA0          Group 2 Result Reg. 8, Debug
EVADC_G2RESD9   0xF0020FA4          Group 2 Result Reg. 9, Debug
EVADC_G2RESD10  0xF0020FA8          Group 2 Result Reg. 10, Debug
EVADC_G2RESD11  0xF0020FAC          Group 2 Result Reg. 11, Debug
EVADC_G2RESD12  0xF0020FB0          Group 2 Result Reg. 12, Debug
EVADC_G2RESD13  0xF0020FB4          Group 2 Result Reg. 13, Debug
EVADC_G2RESD14  0xF0020FB8          Group 2 Result Reg. 14, Debug
EVADC_G2RESD15  0xF0020FBC          Group 2 Result Reg. 15, Debug
EVADC_G3TRCTR   0xF0021010          Trigger Control Register, Group 3
EVADC_G3ARBCFG  0xF0021080          Arbitration Config. Register, Group 3
EVADC_G3ARBPR   0xF0021084          Arbitration Priority Register, Group 3
EVADC_G3ANCFG   0xF0021088          Analog Fct. Config. Register, Group 3
EVADC_G3ICLASS0 0xF00210A0          Input Class Register 0, Group 3
EVADC_G3ICLASS1 0xF00210A4          Input Class Register 1, Group 3
EVADC_G3ALIAS   0xF00210B0          Alias Register, Group 3
EVADC_G3BOUND   0xF00210B8          Boundary Select Register, Group 3
EVADC_G3SYNCTR  0xF00210C0          Synchronization Control Register, Group 3
EVADC_G3QCTRL0  0xF0021100          Queue 0 Source Contr. Register, Group 3
EVADC_G3QMR0    0xF0021104          Queue 0 Mode Register, Group 3
EVADC_G3QSR0    0xF0021108          Queue 0 Status Register, Group 3
EVADC_G3Q0R0    0xF002110C          Queue 0 Register 0, Group 3
EVADC_G3QINR0   0xF0021110          Queue 0 Input Register, Group 3
EVADC_G3QBUR0   0xF0021114          Queue 0 Backup Register, Group 3
EVADC_G3REQTM0  0xF0021118          Queue 0 Requ. Timer Mode Reg., Group 3
EVADC_G3REQTS0  0xF002111C          Queue 0 Requ. Timer Status Reg., Group 3
EVADC_G3QCTRL1  0xF0021120          Queue 1 Source Contr. Register, Group 3
EVADC_G3QMR1    0xF0021124          Queue 1 Mode Register, Group 3
EVADC_G3QSR1    0xF0021128          Queue 1 Status Register, Group 3
EVADC_G3Q0R1    0xF002112C          Queue 1 Register 0, Group 3
EVADC_G3QINR1   0xF0021130          Queue 1 Input Register, Group 3
EVADC_G3QBUR1   0xF0021134          Queue 1 Backup Register, Group 3
EVADC_G3REQTM1  0xF0021138          Queue 1 Requ. Timer Mode Reg., Group 3
EVADC_G3REQTS1  0xF002113C          Queue 1 Requ. Timer Status Reg., Group 3
EVADC_G3QCTRL2  0xF0021140          Queue 2 Source Contr. Register, Group 3
EVADC_G3QMR2    0xF0021144          Queue 2 Mode Register, Group 3
EVADC_G3QSR2    0xF0021148          Queue 2 Status Register, Group 3
EVADC_G3Q0R2    0xF002114C          Queue 2 Register 0, Group 3
EVADC_G3QINR2   0xF0021150          Queue 2 Input Register, Group 3
EVADC_G3QBUR2   0xF0021154          Queue 2 Backup Register, Group 3
EVADC_G3REQTM2  0xF0021158          Queue 2 Requ. Timer Mode Reg., Group 3
EVADC_G3REQTS2  0xF002115C          Queue 2 Requ. Timer Status Reg., Group 3
EVADC_G3CEFLAG  0xF0021180          Channel Event Flag Register, Group 3
EVADC_G3REFLAG  0xF0021184          Result Event Flag Register, Group 3
EVADC_G3SEFLAG  0xF0021188          Source Event Flag Register, Group 3
EVADC_G3CEFCLR  0xF0021190          Channel Event Flag Clear Register, Group 3
EVADC_G3REFCLR  0xF0021194          Result Event Flag Clear Register, Group 3
EVADC_G3SEFCLR  0xF0021198          Source Event Flag Clear Reg., Group 3
EVADC_G3CEVNP0  0xF00211A0          Channel Event Node Pointer Reg. 0, Group 3
EVADC_G3REVNP0  0xF00211B0          Result Event Node Pointer Reg. 0, Group 3
EVADC_G3REVNP1  0xF00211B4          Result Event Node Pointer Reg. 1, Group 3
EVADC_G3SEVNP   0xF00211C0          Source Event Node Pointer Reg., Group 3
EVADC_G3SRACT   0xF00211C8          Service Request Software Activation Trigger, Group 3
EVADC_G3EMUXCTR 0xF00211F0          External Multiplexer Control Reg., Group 3
EVADC_G3EMUXCS  0xF00211F4          Ext. Multiplexer Channel Select Reg., Group 3
EVADC_G3VFR     0xF00211F8          Valid Flag Register, Group 3
EVADC_G3CHCTR0  0xF0021200          Group 3, Channel 0 Control Register
EVADC_G3CHCTR1  0xF0021204          Group 3, Channel 1 Control Register
EVADC_G3CHCTR2  0xF0021208          Group 3, Channel 2 Control Register
EVADC_G3CHCTR3  0xF002120C          Group 3, Channel 3 Control Register
EVADC_G3CHCTR4  0xF0021210          Group 3, Channel 4 Control Register
EVADC_G3CHCTR5  0xF0021214          Group 3, Channel 5 Control Register
EVADC_G3CHCTR6  0xF0021218          Group 3, Channel 6 Control Register
EVADC_G3CHCTR7  0xF002121C          Group 3, Channel 7 Control Register
EVADC_G3RCR0    0xF0021280          Group 3 Result Control Register 0
EVADC_G3RCR1    0xF0021284          Group 3 Result Control Register 1
EVADC_G3RCR2    0xF0021288          Group 3 Result Control Register 2
EVADC_G3RCR3    0xF002128C          Group 3 Result Control Register 3
EVADC_G3RCR4    0xF0021290          Group 3 Result Control Register 4
EVADC_G3RCR5    0xF0021294          Group 3 Result Control Register 5
EVADC_G3RCR6    0xF0021298          Group 3 Result Control Register 6
EVADC_G3RCR7    0xF002129C          Group 3 Result Control Register 7
EVADC_G3RCR8    0xF00212A0          Group 3 Result Control Register 8
EVADC_G3RCR9    0xF00212A4          Group 3 Result Control Register 9
EVADC_G3RCR10   0xF00212A8          Group 3 Result Control Register 10
EVADC_G3RCR11   0xF00212AC          Group 3 Result Control Register 11
EVADC_G3RCR12   0xF00212B0          Group 3 Result Control Register 12
EVADC_G3RCR13   0xF00212B4          Group 3 Result Control Register 13
EVADC_G3RCR14   0xF00212B8          Group 3 Result Control Register 14
EVADC_G3RCR15   0xF00212BC          Group 3 Result Control Register 15
EVADC_G3RES0    0xF0021300          Group 3 Result Register 0
EVADC_G3RES1    0xF0021304          Group 3 Result Register 1
EVADC_G3RES2    0xF0021308          Group 3 Result Register 2
EVADC_G3RES3    0xF002130C          Group 3 Result Register 3
EVADC_G3RES4    0xF0021310          Group 3 Result Register 4
EVADC_G3RES5    0xF0021314          Group 3 Result Register 5
EVADC_G3RES6    0xF0021318          Group 3 Result Register 6
EVADC_G3RES7    0xF002131C          Group 3 Result Register 7
EVADC_G3RES8    0xF0021320          Group 3 Result Register 8
EVADC_G3RES9    0xF0021324          Group 3 Result Register 9
EVADC_G3RES10   0xF0021328          Group 3 Result Register 10
EVADC_G3RES11   0xF002132C          Group 3 Result Register 11
EVADC_G3RES12   0xF0021330          Group 3 Result Register 12
EVADC_G3RES13   0xF0021334          Group 3 Result Register 13
EVADC_G3RES14   0xF0021338          Group 3 Result Register 14
EVADC_G3RES15   0xF002133C          Group 3 Result Register 15
EVADC_G3RESD0   0xF0021380          Group 3 Result Reg. 0, Debug
EVADC_G3RESD1   0xF0021384          Group 3 Result Reg. 1, Debug
EVADC_G3RESD2   0xF0021388          Group 3 Result Reg. 2, Debug
EVADC_G3RESD3   0xF002138C          Group 3 Result Reg. 3, Debug
EVADC_G3RESD4   0xF0021390          Group 3 Result Reg. 4, Debug
EVADC_G3RESD5   0xF0021394          Group 3 Result Reg. 5, Debug
EVADC_G3RESD6   0xF0021398          Group 3 Result Reg. 6, Debug
EVADC_G3RESD7   0xF002139C          Group 3 Result Reg. 7, Debug
EVADC_G3RESD8   0xF00213A0          Group 3 Result Reg. 8, Debug
EVADC_G3RESD9   0xF00213A4          Group 3 Result Reg. 9, Debug
EVADC_G3RESD10  0xF00213A8          Group 3 Result Reg. 10, Debug
EVADC_G3RESD11  0xF00213AC          Group 3 Result Reg. 11, Debug
EVADC_G3RESD12  0xF00213B0          Group 3 Result Reg. 12, Debug
EVADC_G3RESD13  0xF00213B4          Group 3 Result Reg. 13, Debug
EVADC_G3RESD14  0xF00213B8          Group 3 Result Reg. 14, Debug
EVADC_G3RESD15  0xF00213BC          Group 3 Result Reg. 15, Debug
EVADC_G4TRCTR   0xF0021410          Trigger Control Register, Group 4
EVADC_G4ARBCFG  0xF0021480          Arbitration Config. Register, Group 4
EVADC_G4ARBPR   0xF0021484          Arbitration Priority Register, Group 4
EVADC_G4ANCFG   0xF0021488          Analog Fct. Config. Register, Group 4
EVADC_G4ICLASS0 0xF00214A0          Input Class Register 0, Group 4
EVADC_G4ICLASS1 0xF00214A4          Input Class Register 1, Group 4
EVADC_G4ALIAS   0xF00214B0          Alias Register, Group 4
EVADC_G4BOUND   0xF00214B8          Boundary Select Register, Group 4
EVADC_G4SYNCTR  0xF00214C0          Synchronization Control Register, Group 4
EVADC_G4QCTRL0  0xF0021500          Queue 0 Source Contr. Register, Group 4
EVADC_G4QMR0    0xF0021504          Queue 0 Mode Register, Group 4
EVADC_G4QSR0    0xF0021508          Queue 0 Status Register, Group 4
EVADC_G4Q0R0    0xF002150C          Queue 0 Register 0, Group 4
EVADC_G4QINR0   0xF0021510          Queue 0 Input Register, Group 4
EVADC_G4QBUR0   0xF0021514          Queue 0 Backup Register, Group 4
EVADC_G4REQTM0  0xF0021518          Queue 0 Requ. Timer Mode Reg., Group 4
EVADC_G4REQTS0  0xF002151C          Queue 0 Requ. Timer Status Reg., Group 4
EVADC_G4QCTRL1  0xF0021520          Queue 1 Source Contr. Register, Group 4
EVADC_G4QMR1    0xF0021524          Queue 1 Mode Register, Group 4
EVADC_G4QSR1    0xF0021528          Queue 1 Status Register, Group 4
EVADC_G4Q0R1    0xF002152C          Queue 1 Register 0, Group 4
EVADC_G4QINR1   0xF0021530          Queue 1 Input Register, Group 4
EVADC_G4QBUR1   0xF0021534          Queue 1 Backup Register, Group 4
EVADC_G4REQTM1  0xF0021538          Queue 1 Requ. Timer Mode Reg., Group 4
EVADC_G4REQTS1  0xF002153C          Queue 1 Requ. Timer Status Reg., Group 4
EVADC_G4QCTRL2  0xF0021540          Queue 2 Source Contr. Register, Group 4
EVADC_G4QMR2    0xF0021544          Queue 2 Mode Register, Group 4
EVADC_G4QSR2    0xF0021548          Queue 2 Status Register, Group 4
EVADC_G4Q0R2    0xF002154C          Queue 2 Register 0, Group 4
EVADC_G4QINR2   0xF0021550          Queue 2 Input Register, Group 4
EVADC_G4QBUR2   0xF0021554          Queue 2 Backup Register, Group 4
EVADC_G4REQTM2  0xF0021558          Queue 2 Requ. Timer Mode Reg., Group 4
EVADC_G4REQTS2  0xF002155C          Queue 2 Requ. Timer Status Reg., Group 4
EVADC_G4CEFLAG  0xF0021580          Channel Event Flag Register, Group 4
EVADC_G4REFLAG  0xF0021584          Result Event Flag Register, Group 4
EVADC_G4SEFLAG  0xF0021588          Source Event Flag Register, Group 4
EVADC_G4CEFCLR  0xF0021590          Channel Event Flag Clear Register, Group 4
EVADC_G4REFCLR  0xF0021594          Result Event Flag Clear Register, Group 4
EVADC_G4SEFCLR  0xF0021598          Source Event Flag Clear Reg., Group 4
EVADC_G4CEVNP0  0xF00215A0          Channel Event Node Pointer Reg. 0, Group 4
EVADC_G4REVNP0  0xF00215B0          Result Event Node Pointer Reg. 0, Group 4
EVADC_G4REVNP1  0xF00215B4          Result Event Node Pointer Reg. 1, Group 4
EVADC_G4SEVNP   0xF00215C0          Source Event Node Pointer Reg., Group 4
EVADC_G4SRACT   0xF00215C8          Service Request Software Activation Trigger, Group 4
EVADC_G4EMUXCTR 0xF00215F0          External Multiplexer Control Reg., Group 4
EVADC_G4EMUXCS  0xF00215F4          Ext. Multiplexer Channel Select Reg., Group 4
EVADC_G4VFR     0xF00215F8          Valid Flag Register, Group 4
EVADC_G4CHCTR0  0xF0021600          Group 4, Channel 0 Control Register
EVADC_G4CHCTR1  0xF0021604          Group 4, Channel 1 Control Register
EVADC_G4CHCTR2  0xF0021608          Group 4, Channel 2 Control Register
EVADC_G4CHCTR3  0xF002160C          Group 4, Channel 3 Control Register
EVADC_G4CHCTR4  0xF0021610          Group 4, Channel 4 Control Register
EVADC_G4CHCTR5  0xF0021614          Group 4, Channel 5 Control Register
EVADC_G4CHCTR6  0xF0021618          Group 4, Channel 6 Control Register
EVADC_G4CHCTR7  0xF002161C          Group 4, Channel 7 Control Register
EVADC_G4RCR0    0xF0021680          Group 4 Result Control Register 0
EVADC_G4RCR1    0xF0021684          Group 4 Result Control Register 1
EVADC_G4RCR2    0xF0021688          Group 4 Result Control Register 2
EVADC_G4RCR3    0xF002168C          Group 4 Result Control Register 3
EVADC_G4RCR4    0xF0021690          Group 4 Result Control Register 4
EVADC_G4RCR5    0xF0021694          Group 4 Result Control Register 5
EVADC_G4RCR6    0xF0021698          Group 4 Result Control Register 6
EVADC_G4RCR7    0xF002169C          Group 4 Result Control Register 7
EVADC_G4RCR8    0xF00216A0          Group 4 Result Control Register 8
EVADC_G4RCR9    0xF00216A4          Group 4 Result Control Register 9
EVADC_G4RCR10   0xF00216A8          Group 4 Result Control Register 10
EVADC_G4RCR11   0xF00216AC          Group 4 Result Control Register 11
EVADC_G4RCR12   0xF00216B0          Group 4 Result Control Register 12
EVADC_G4RCR13   0xF00216B4          Group 4 Result Control Register 13
EVADC_G4RCR14   0xF00216B8          Group 4 Result Control Register 14
EVADC_G4RCR15   0xF00216BC          Group 4 Result Control Register 15
EVADC_G4RES0    0xF0021700          Group 4 Result Register 0
EVADC_G4RES1    0xF0021704          Group 4 Result Register 1
EVADC_G4RES2    0xF0021708          Group 4 Result Register 2
EVADC_G4RES3    0xF002170C          Group 4 Result Register 3
EVADC_G4RES4    0xF0021710          Group 4 Result Register 4
EVADC_G4RES5    0xF0021714          Group 4 Result Register 5
EVADC_G4RES6    0xF0021718          Group 4 Result Register 6
EVADC_G4RES7    0xF002171C          Group 4 Result Register 7
EVADC_G4RES8    0xF0021720          Group 4 Result Register 8
EVADC_G4RES9    0xF0021724          Group 4 Result Register 9
EVADC_G4RES10   0xF0021728          Group 4 Result Register 10
EVADC_G4RES11   0xF002172C          Group 4 Result Register 11
EVADC_G4RES12   0xF0021730          Group 4 Result Register 12
EVADC_G4RES13   0xF0021734          Group 4 Result Register 13
EVADC_G4RES14   0xF0021738          Group 4 Result Register 14
EVADC_G4RES15   0xF002173C          Group 4 Result Register 15
EVADC_G4RESD0   0xF0021780          Group 4 Result Reg. 0, Debug
EVADC_G4RESD1   0xF0021784          Group 4 Result Reg. 1, Debug
EVADC_G4RESD2   0xF0021788          Group 4 Result Reg. 2, Debug
EVADC_G4RESD3   0xF002178C          Group 4 Result Reg. 3, Debug
EVADC_G4RESD4   0xF0021790          Group 4 Result Reg. 4, Debug
EVADC_G4RESD5   0xF0021794          Group 4 Result Reg. 5, Debug
EVADC_G4RESD6   0xF0021798          Group 4 Result Reg. 6, Debug
EVADC_G4RESD7   0xF002179C          Group 4 Result Reg. 7, Debug
EVADC_G4RESD8   0xF00217A0          Group 4 Result Reg. 8, Debug
EVADC_G4RESD9   0xF00217A4          Group 4 Result Reg. 9, Debug
EVADC_G4RESD10  0xF00217A8          Group 4 Result Reg. 10, Debug
EVADC_G4RESD11  0xF00217AC          Group 4 Result Reg. 11, Debug
EVADC_G4RESD12  0xF00217B0          Group 4 Result Reg. 12, Debug
EVADC_G4RESD13  0xF00217B4          Group 4 Result Reg. 13, Debug
EVADC_G4RESD14  0xF00217B8          Group 4 Result Reg. 14, Debug
EVADC_G4RESD15  0xF00217BC          Group 4 Result Reg. 15, Debug
EVADC_G5TRCTR   0xF0021810          Trigger Control Register, Group 5
EVADC_G5ARBCFG  0xF0021880          Arbitration Config. Register, Group 5
EVADC_G5ARBPR   0xF0021884          Arbitration Priority Register, Group 5
EVADC_G5ANCFG   0xF0021888          Analog Fct. Config. Register, Group 5
EVADC_G5ICLASS0 0xF00218A0          Input Class Register 0, Group 5
EVADC_G5ICLASS1 0xF00218A4          Input Class Register 1, Group 5
EVADC_G5ALIAS   0xF00218B0          Alias Register, Group 5
EVADC_G5BOUND   0xF00218B8          Boundary Select Register, Group 5
EVADC_G5SYNCTR  0xF00218C0          Synchronization Control Register, Group 5
EVADC_G5QCTRL0  0xF0021900          Queue 0 Source Contr. Register, Group 5
EVADC_G5QMR0    0xF0021904          Queue 0 Mode Register, Group 5
EVADC_G5QSR0    0xF0021908          Queue 0 Status Register, Group 5
EVADC_G5Q0R0    0xF002190C          Queue 0 Register 0, Group 5
EVADC_G5QINR0   0xF0021910          Queue 0 Input Register, Group 5
EVADC_G5QBUR0   0xF0021914          Queue 0 Backup Register, Group 5
EVADC_G5REQTM0  0xF0021918          Queue 0 Requ. Timer Mode Reg., Group 5
EVADC_G5REQTS0  0xF002191C          Queue 0 Requ. Timer Status Reg., Group 5
EVADC_G5QCTRL1  0xF0021920          Queue 1 Source Contr. Register, Group 5
EVADC_G5QMR1    0xF0021924          Queue 1 Mode Register, Group 5
EVADC_G5QSR1    0xF0021928          Queue 1 Status Register, Group 5
EVADC_G5Q0R1    0xF002192C          Queue 1 Register 0, Group 5
EVADC_G5QINR1   0xF0021930          Queue 1 Input Register, Group 5
EVADC_G5QBUR1   0xF0021934          Queue 1 Backup Register, Group 5
EVADC_G5REQTM1  0xF0021938          Queue 1 Requ. Timer Mode Reg., Group 5
EVADC_G5REQTS1  0xF002193C          Queue 1 Requ. Timer Status Reg., Group 5
EVADC_G5QCTRL2  0xF0021940          Queue 2 Source Contr. Register, Group 5
EVADC_G5QMR2    0xF0021944          Queue 2 Mode Register, Group 5
EVADC_G5QSR2    0xF0021948          Queue 2 Status Register, Group 5
EVADC_G5Q0R2    0xF002194C          Queue 2 Register 0, Group 5
EVADC_G5QINR2   0xF0021950          Queue 2 Input Register, Group 5
EVADC_G5QBUR2   0xF0021954          Queue 2 Backup Register, Group 5
EVADC_G5REQTM2  0xF0021958          Queue 2 Requ. Timer Mode Reg., Group 5
EVADC_G5REQTS2  0xF002195C          Queue 2 Requ. Timer Status Reg., Group 5
EVADC_G5CEFLAG  0xF0021980          Channel Event Flag Register, Group 5
EVADC_G5REFLAG  0xF0021984          Result Event Flag Register, Group 5
EVADC_G5SEFLAG  0xF0021988          Source Event Flag Register, Group 5
EVADC_G5CEFCLR  0xF0021990          Channel Event Flag Clear Register, Group 5
EVADC_G5REFCLR  0xF0021994          Result Event Flag Clear Register, Group 5
EVADC_G5SEFCLR  0xF0021998          Source Event Flag Clear Reg., Group 5
EVADC_G5CEVNP0  0xF00219A0          Channel Event Node Pointer Reg. 0, Group 5
EVADC_G5REVNP0  0xF00219B0          Result Event Node Pointer Reg. 0, Group 5
EVADC_G5REVNP1  0xF00219B4          Result Event Node Pointer Reg. 1, Group 5
EVADC_G5SEVNP   0xF00219C0          Source Event Node Pointer Reg., Group 5
EVADC_G5SRACT   0xF00219C8          Service Request Software Activation Trigger, Group 5
EVADC_G5EMUXCTR 0xF00219F0          External Multiplexer Control Reg., Group 5
EVADC_G5EMUXCS  0xF00219F4          Ext. Multiplexer Channel Select Reg., Group 5
EVADC_G5VFR     0xF00219F8          Valid Flag Register, Group 5
EVADC_G5CHCTR0  0xF0021A00          Group 5, Channel 0 Control Register
EVADC_G5CHCTR1  0xF0021A04          Group 5, Channel 1 Control Register
EVADC_G5CHCTR2  0xF0021A08          Group 5, Channel 2 Control Register
EVADC_G5CHCTR3  0xF0021A0C          Group 5, Channel 3 Control Register
EVADC_G5CHCTR4  0xF0021A10          Group 5, Channel 4 Control Register
EVADC_G5CHCTR5  0xF0021A14          Group 5, Channel 5 Control Register
EVADC_G5CHCTR6  0xF0021A18          Group 5, Channel 6 Control Register
EVADC_G5CHCTR7  0xF0021A1C          Group 5, Channel 7 Control Register
EVADC_G5RCR0    0xF0021A80          Group 5 Result Control Register 0
EVADC_G5RCR1    0xF0021A84          Group 5 Result Control Register 1
EVADC_G5RCR2    0xF0021A88          Group 5 Result Control Register 2
EVADC_G5RCR3    0xF0021A8C          Group 5 Result Control Register 3
EVADC_G5RCR4    0xF0021A90          Group 5 Result Control Register 4
EVADC_G5RCR5    0xF0021A94          Group 5 Result Control Register 5
EVADC_G5RCR6    0xF0021A98          Group 5 Result Control Register 6
EVADC_G5RCR7    0xF0021A9C          Group 5 Result Control Register 7
EVADC_G5RCR8    0xF0021AA0          Group 5 Result Control Register 8
EVADC_G5RCR9    0xF0021AA4          Group 5 Result Control Register 9
EVADC_G5RCR10   0xF0021AA8          Group 5 Result Control Register 10
EVADC_G5RCR11   0xF0021AAC          Group 5 Result Control Register 11
EVADC_G5RCR12   0xF0021AB0          Group 5 Result Control Register 12
EVADC_G5RCR13   0xF0021AB4          Group 5 Result Control Register 13
EVADC_G5RCR14   0xF0021AB8          Group 5 Result Control Register 14
EVADC_G5RCR15   0xF0021ABC          Group 5 Result Control Register 15
EVADC_G5RES0    0xF0021B00          Group 5 Result Register 0
EVADC_G5RES1    0xF0021B04          Group 5 Result Register 1
EVADC_G5RES2    0xF0021B08          Group 5 Result Register 2
EVADC_G5RES3    0xF0021B0C          Group 5 Result Register 3
EVADC_G5RES4    0xF0021B10          Group 5 Result Register 4
EVADC_G5RES5    0xF0021B14          Group 5 Result Register 5
EVADC_G5RES6    0xF0021B18          Group 5 Result Register 6
EVADC_G5RES7    0xF0021B1C          Group 5 Result Register 7
EVADC_G5RES8    0xF0021B20          Group 5 Result Register 8
EVADC_G5RES9    0xF0021B24          Group 5 Result Register 9
EVADC_G5RES10   0xF0021B28          Group 5 Result Register 10
EVADC_G5RES11   0xF0021B2C          Group 5 Result Register 11
EVADC_G5RES12   0xF0021B30          Group 5 Result Register 12
EVADC_G5RES13   0xF0021B34          Group 5 Result Register 13
EVADC_G5RES14   0xF0021B38          Group 5 Result Register 14
EVADC_G5RES15   0xF0021B3C          Group 5 Result Register 15
EVADC_G5RESD0   0xF0021B80          Group 5 Result Reg. 0, Debug
EVADC_G5RESD1   0xF0021B84          Group 5 Result Reg. 1, Debug
EVADC_G5RESD2   0xF0021B88          Group 5 Result Reg. 2, Debug
EVADC_G5RESD3   0xF0021B8C          Group 5 Result Reg. 3, Debug
EVADC_G5RESD4   0xF0021B90          Group 5 Result Reg. 4, Debug
EVADC_G5RESD5   0xF0021B94          Group 5 Result Reg. 5, Debug
EVADC_G5RESD6   0xF0021B98          Group 5 Result Reg. 6, Debug
EVADC_G5RESD7   0xF0021B9C          Group 5 Result Reg. 7, Debug
EVADC_G5RESD8   0xF0021BA0          Group 5 Result Reg. 8, Debug
EVADC_G5RESD9   0xF0021BA4          Group 5 Result Reg. 9, Debug
EVADC_G5RESD10  0xF0021BA8          Group 5 Result Reg. 10, Debug
EVADC_G5RESD11  0xF0021BAC          Group 5 Result Reg. 11, Debug
EVADC_G5RESD12  0xF0021BB0          Group 5 Result Reg. 12, Debug
EVADC_G5RESD13  0xF0021BB4          Group 5 Result Reg. 13, Debug
EVADC_G5RESD14  0xF0021BB8          Group 5 Result Reg. 14, Debug
EVADC_G5RESD15  0xF0021BBC          Group 5 Result Reg. 15, Debug
EVADC_G6TRCTR   0xF0021C10          Trigger Control Register, Group 6
EVADC_G6ARBCFG  0xF0021C80          Arbitration Config. Register, Group 6
EVADC_G6ARBPR   0xF0021C84          Arbitration Priority Register, Group 6
EVADC_G6ANCFG   0xF0021C88          Analog Fct. Config. Register, Group 6
EVADC_G6ICLASS0 0xF0021CA0          Input Class Register 0, Group 6
EVADC_G6ICLASS1 0xF0021CA4          Input Class Register 1, Group 6
EVADC_G6ALIAS   0xF0021CB0          Alias Register, Group 6
EVADC_G6BOUND   0xF0021CB8          Boundary Select Register, Group 6
EVADC_G6SYNCTR  0xF0021CC0          Synchronization Control Register, Group 6
EVADC_G6QCTRL0  0xF0021D00          Queue 0 Source Contr. Register, Group 6
EVADC_G6QMR0    0xF0021D04          Queue 0 Mode Register, Group 6
EVADC_G6QSR0    0xF0021D08          Queue 0 Status Register, Group 6
EVADC_G6Q0R0    0xF0021D0C          Queue 0 Register 0, Group 6
EVADC_G6QINR0   0xF0021D10          Queue 0 Input Register, Group 6
EVADC_G6QBUR0   0xF0021D14          Queue 0 Backup Register, Group 6
EVADC_G6REQTM0  0xF0021D18          Queue 0 Requ. Timer Mode Reg., Group 6
EVADC_G6REQTS0  0xF0021D1C          Queue 0 Requ. Timer Status Reg., Group 6
EVADC_G6QCTRL1  0xF0021D20          Queue 1 Source Contr. Register, Group 6
EVADC_G6QMR1    0xF0021D24          Queue 1 Mode Register, Group 6
EVADC_G6QSR1    0xF0021D28          Queue 1 Status Register, Group 6
EVADC_G6Q0R1    0xF0021D2C          Queue 1 Register 0, Group 6
EVADC_G6QINR1   0xF0021D30          Queue 1 Input Register, Group 6
EVADC_G6QBUR1   0xF0021D34          Queue 1 Backup Register, Group 6
EVADC_G6REQTM1  0xF0021D38          Queue 1 Requ. Timer Mode Reg., Group 6
EVADC_G6REQTS1  0xF0021D3C          Queue 1 Requ. Timer Status Reg., Group 6
EVADC_G6QCTRL2  0xF0021D40          Queue 2 Source Contr. Register, Group 6
EVADC_G6QMR2    0xF0021D44          Queue 2 Mode Register, Group 6
EVADC_G6QSR2    0xF0021D48          Queue 2 Status Register, Group 6
EVADC_G6Q0R2    0xF0021D4C          Queue 2 Register 0, Group 6
EVADC_G6QINR2   0xF0021D50          Queue 2 Input Register, Group 6
EVADC_G6QBUR2   0xF0021D54          Queue 2 Backup Register, Group 6
EVADC_G6REQTM2  0xF0021D58          Queue 2 Requ. Timer Mode Reg., Group 6
EVADC_G6REQTS2  0xF0021D5C          Queue 2 Requ. Timer Status Reg., Group 6
EVADC_G6CEFLAG  0xF0021D80          Channel Event Flag Register, Group 6
EVADC_G6REFLAG  0xF0021D84          Result Event Flag Register, Group 6
EVADC_G6SEFLAG  0xF0021D88          Source Event Flag Register, Group 6
EVADC_G6CEFCLR  0xF0021D90          Channel Event Flag Clear Register, Group 6
EVADC_G6REFCLR  0xF0021D94          Result Event Flag Clear Register, Group 6
EVADC_G6SEFCLR  0xF0021D98          Source Event Flag Clear Reg., Group 6
EVADC_G6CEVNP0  0xF0021DA0          Channel Event Node Pointer Reg. 0, Group 6
EVADC_G6REVNP0  0xF0021DB0          Result Event Node Pointer Reg. 0, Group 6
EVADC_G6REVNP1  0xF0021DB4          Result Event Node Pointer Reg. 1, Group 6
EVADC_G6SEVNP   0xF0021DC0          Source Event Node Pointer Reg., Group 6
EVADC_G6SRACT   0xF0021DC8          Service Request Software Activation Trigger, Group 6
EVADC_G6EMUXCTR 0xF0021DF0          External Multiplexer Control Reg., Group 6
EVADC_G6EMUXCS  0xF0021DF4          Ext. Multiplexer Channel Select Reg., Group 6
EVADC_G6VFR     0xF0021DF8          Valid Flag Register, Group 6
EVADC_G6CHCTR0  0xF0021E00          Group 6, Channel 0 Control Register
EVADC_G6CHCTR1  0xF0021E04          Group 6, Channel 1 Control Register
EVADC_G6CHCTR2  0xF0021E08          Group 6, Channel 2 Control Register
EVADC_G6CHCTR3  0xF0021E0C          Group 6, Channel 3 Control Register
EVADC_G6CHCTR4  0xF0021E10          Group 6, Channel 4 Control Register
EVADC_G6CHCTR5  0xF0021E14          Group 6, Channel 5 Control Register
EVADC_G6CHCTR6  0xF0021E18          Group 6, Channel 6 Control Register
EVADC_G6CHCTR7  0xF0021E1C          Group 6, Channel 7 Control Register
EVADC_G6RCR0    0xF0021E80          Group 6 Result Control Register 0
EVADC_G6RCR1    0xF0021E84          Group 6 Result Control Register 1
EVADC_G6RCR2    0xF0021E88          Group 6 Result Control Register 2
EVADC_G6RCR3    0xF0021E8C          Group 6 Result Control Register 3
EVADC_G6RCR4    0xF0021E90          Group 6 Result Control Register 4
EVADC_G6RCR5    0xF0021E94          Group 6 Result Control Register 5
EVADC_G6RCR6    0xF0021E98          Group 6 Result Control Register 6
EVADC_G6RCR7    0xF0021E9C          Group 6 Result Control Register 7
EVADC_G6RCR8    0xF0021EA0          Group 6 Result Control Register 8
EVADC_G6RCR9    0xF0021EA4          Group 6 Result Control Register 9
EVADC_G6RCR10   0xF0021EA8          Group 6 Result Control Register 10
EVADC_G6RCR11   0xF0021EAC          Group 6 Result Control Register 11
EVADC_G6RCR12   0xF0021EB0          Group 6 Result Control Register 12
EVADC_G6RCR13   0xF0021EB4          Group 6 Result Control Register 13
EVADC_G6RCR14   0xF0021EB8          Group 6 Result Control Register 14
EVADC_G6RCR15   0xF0021EBC          Group 6 Result Control Register 15
EVADC_G6RES0    0xF0021F00          Group 6 Result Register 0
EVADC_G6RES1    0xF0021F04          Group 6 Result Register 1
EVADC_G6RES2    0xF0021F08          Group 6 Result Register 2
EVADC_G6RES3    0xF0021F0C          Group 6 Result Register 3
EVADC_G6RES4    0xF0021F10          Group 6 Result Register 4
EVADC_G6RES5    0xF0021F14          Group 6 Result Register 5
EVADC_G6RES6    0xF0021F18          Group 6 Result Register 6
EVADC_G6RES7    0xF0021F1C          Group 6 Result Register 7
EVADC_G6RES8    0xF0021F20          Group 6 Result Register 8
EVADC_G6RES9    0xF0021F24          Group 6 Result Register 9
EVADC_G6RES10   0xF0021F28          Group 6 Result Register 10
EVADC_G6RES11   0xF0021F2C          Group 6 Result Register 11
EVADC_G6RES12   0xF0021F30          Group 6 Result Register 12
EVADC_G6RES13   0xF0021F34          Group 6 Result Register 13
EVADC_G6RES14   0xF0021F38          Group 6 Result Register 14
EVADC_G6RES15   0xF0021F3C          Group 6 Result Register 15
EVADC_G6RESD0   0xF0021F80          Group 6 Result Reg. 0, Debug
EVADC_G6RESD1   0xF0021F84          Group 6 Result Reg. 1, Debug
EVADC_G6RESD2   0xF0021F88          Group 6 Result Reg. 2, Debug
EVADC_G6RESD3   0xF0021F8C          Group 6 Result Reg. 3, Debug
EVADC_G6RESD4   0xF0021F90          Group 6 Result Reg. 4, Debug
EVADC_G6RESD5   0xF0021F94          Group 6 Result Reg. 5, Debug
EVADC_G6RESD6   0xF0021F98          Group 6 Result Reg. 6, Debug
EVADC_G6RESD7   0xF0021F9C          Group 6 Result Reg. 7, Debug
EVADC_G6RESD8   0xF0021FA0          Group 6 Result Reg. 8, Debug
EVADC_G6RESD9   0xF0021FA4          Group 6 Result Reg. 9, Debug
EVADC_G6RESD10  0xF0021FA8          Group 6 Result Reg. 10, Debug
EVADC_G6RESD11  0xF0021FAC          Group 6 Result Reg. 11, Debug
EVADC_G6RESD12  0xF0021FB0          Group 6 Result Reg. 12, Debug
EVADC_G6RESD13  0xF0021FB4          Group 6 Result Reg. 13, Debug
EVADC_G6RESD14  0xF0021FB8          Group 6 Result Reg. 14, Debug
EVADC_G6RESD15  0xF0021FBC          Group 6 Result Reg. 15, Debug
EVADC_G7TRCTR   0xF0022010          Trigger Control Register, Group 7
EVADC_G7ARBCFG  0xF0022080          Arbitration Config. Register, Group 7
EVADC_G7ARBPR   0xF0022084          Arbitration Priority Register, Group 7
EVADC_G7ANCFG   0xF0022088          Analog Fct. Config. Register, Group 7
EVADC_G7ICLASS0 0xF00220A0          Input Class Register 0, Group 7
EVADC_G7ICLASS1 0xF00220A4          Input Class Register 1, Group 7
EVADC_G7ALIAS   0xF00220B0          Alias Register, Group 7
EVADC_G7BOUND   0xF00220B8          Boundary Select Register, Group 7
EVADC_G7SYNCTR  0xF00220C0          Synchronization Control Register, Group 7
EVADC_G7QCTRL0  0xF0022100          Queue 0 Source Contr. Register, Group 7
EVADC_G7QMR0    0xF0022104          Queue 0 Mode Register, Group 7
EVADC_G7QSR0    0xF0022108          Queue 0 Status Register, Group 7
EVADC_G7Q0R0    0xF002210C          Queue 0 Register 0, Group 7
EVADC_G7QINR0   0xF0022110          Queue 0 Input Register, Group 7
EVADC_G7QBUR0   0xF0022114          Queue 0 Backup Register, Group 7
EVADC_G7REQTM0  0xF0022118          Queue 0 Requ. Timer Mode Reg., Group 7
EVADC_G7REQTS0  0xF002211C          Queue 0 Requ. Timer Status Reg., Group 7
EVADC_G7QCTRL1  0xF0022120          Queue 1 Source Contr. Register, Group 7
EVADC_G7QMR1    0xF0022124          Queue 1 Mode Register, Group 7
EVADC_G7QSR1    0xF0022128          Queue 1 Status Register, Group 7
EVADC_G7Q0R1    0xF002212C          Queue 1 Register 0, Group 7
EVADC_G7QINR1   0xF0022130          Queue 1 Input Register, Group 7
EVADC_G7QBUR1   0xF0022134          Queue 1 Backup Register, Group 7
EVADC_G7REQTM1  0xF0022138          Queue 1 Requ. Timer Mode Reg., Group 7
EVADC_G7REQTS1  0xF002213C          Queue 1 Requ. Timer Status Reg., Group 7
EVADC_G7QCTRL2  0xF0022140          Queue 2 Source Contr. Register, Group 7
EVADC_G7QMR2    0xF0022144          Queue 2 Mode Register, Group 7
EVADC_G7QSR2    0xF0022148          Queue 2 Status Register, Group 7
EVADC_G7Q0R2    0xF002214C          Queue 2 Register 0, Group 7
EVADC_G7QINR2   0xF0022150          Queue 2 Input Register, Group 7
EVADC_G7QBUR2   0xF0022154          Queue 2 Backup Register, Group 7
EVADC_G7REQTM2  0xF0022158          Queue 2 Requ. Timer Mode Reg., Group 7
EVADC_G7REQTS2  0xF002215C          Queue 2 Requ. Timer Status Reg., Group 7
EVADC_G7CEFLAG  0xF0022180          Channel Event Flag Register, Group 7
EVADC_G7REFLAG  0xF0022184          Result Event Flag Register, Group 7
EVADC_G7SEFLAG  0xF0022188          Source Event Flag Register, Group 7
EVADC_G7CEFCLR  0xF0022190          Channel Event Flag Clear Register, Group 7
EVADC_G7REFCLR  0xF0022194          Result Event Flag Clear Register, Group 7
EVADC_G7SEFCLR  0xF0022198          Source Event Flag Clear Reg., Group 7
EVADC_G7CEVNP0  0xF00221A0          Channel Event Node Pointer Reg. 0, Group 7
EVADC_G7REVNP0  0xF00221B0          Result Event Node Pointer Reg. 0, Group 7
EVADC_G7REVNP1  0xF00221B4          Result Event Node Pointer Reg. 1, Group 7
EVADC_G7SEVNP   0xF00221C0          Source Event Node Pointer Reg., Group 7
EVADC_G7SRACT   0xF00221C8          Service Request Software Activation Trigger, Group 7
EVADC_G7EMUXCTR 0xF00221F0          External Multiplexer Control Reg., Group 7
EVADC_G7EMUXCS  0xF00221F4          Ext. Multiplexer Channel Select Reg., Group 7
EVADC_G7VFR     0xF00221F8          Valid Flag Register, Group 7
EVADC_G7CHCTR0  0xF0022200          Group 7, Channel 0 Control Register
EVADC_G7CHCTR1  0xF0022204          Group 7, Channel 1 Control Register
EVADC_G7CHCTR2  0xF0022208          Group 7, Channel 2 Control Register
EVADC_G7CHCTR3  0xF002220C          Group 7, Channel 3 Control Register
EVADC_G7CHCTR4  0xF0022210          Group 7, Channel 4 Control Register
EVADC_G7CHCTR5  0xF0022214          Group 7, Channel 5 Control Register
EVADC_G7CHCTR6  0xF0022218          Group 7, Channel 6 Control Register
EVADC_G7CHCTR7  0xF002221C          Group 7, Channel 7 Control Register
EVADC_G7RCR0    0xF0022280          Group 7 Result Control Register 0
EVADC_G7RCR1    0xF0022284          Group 7 Result Control Register 1
EVADC_G7RCR2    0xF0022288          Group 7 Result Control Register 2
EVADC_G7RCR3    0xF002228C          Group 7 Result Control Register 3
EVADC_G7RCR4    0xF0022290          Group 7 Result Control Register 4
EVADC_G7RCR5    0xF0022294          Group 7 Result Control Register 5
EVADC_G7RCR6    0xF0022298          Group 7 Result Control Register 6
EVADC_G7RCR7    0xF002229C          Group 7 Result Control Register 7
EVADC_G7RCR8    0xF00222A0          Group 7 Result Control Register 8
EVADC_G7RCR9    0xF00222A4          Group 7 Result Control Register 9
EVADC_G7RCR10   0xF00222A8          Group 7 Result Control Register 10
EVADC_G7RCR11   0xF00222AC          Group 7 Result Control Register 11
EVADC_G7RCR12   0xF00222B0          Group 7 Result Control Register 12
EVADC_G7RCR13   0xF00222B4          Group 7 Result Control Register 13
EVADC_G7RCR14   0xF00222B8          Group 7 Result Control Register 14
EVADC_G7RCR15   0xF00222BC          Group 7 Result Control Register 15
EVADC_G7RES0    0xF0022300          Group 7 Result Register 0
EVADC_G7RES1    0xF0022304          Group 7 Result Register 1
EVADC_G7RES2    0xF0022308          Group 7 Result Register 2
EVADC_G7RES3    0xF002230C          Group 7 Result Register 3
EVADC_G7RES4    0xF0022310          Group 7 Result Register 4
EVADC_G7RES5    0xF0022314          Group 7 Result Register 5
EVADC_G7RES6    0xF0022318          Group 7 Result Register 6
EVADC_G7RES7    0xF002231C          Group 7 Result Register 7
EVADC_G7RES8    0xF0022320          Group 7 Result Register 8
EVADC_G7RES9    0xF0022324          Group 7 Result Register 9
EVADC_G7RES10   0xF0022328          Group 7 Result Register 10
EVADC_G7RES11   0xF002232C          Group 7 Result Register 11
EVADC_G7RES12   0xF0022330          Group 7 Result Register 12
EVADC_G7RES13   0xF0022334          Group 7 Result Register 13
EVADC_G7RES14   0xF0022338          Group 7 Result Register 14
EVADC_G7RES15   0xF002233C          Group 7 Result Register 15
EVADC_G7RESD0   0xF0022380          Group 7 Result Reg. 0, Debug
EVADC_G7RESD1   0xF0022384          Group 7 Result Reg. 1, Debug
EVADC_G7RESD2   0xF0022388          Group 7 Result Reg. 2, Debug
EVADC_G7RESD3   0xF002238C          Group 7 Result Reg. 3, Debug
EVADC_G7RESD4   0xF0022390          Group 7 Result Reg. 4, Debug
EVADC_G7RESD5   0xF0022394          Group 7 Result Reg. 5, Debug
EVADC_G7RESD6   0xF0022398          Group 7 Result Reg. 6, Debug
EVADC_G7RESD7   0xF002239C          Group 7 Result Reg. 7, Debug
EVADC_G7RESD8   0xF00223A0          Group 7 Result Reg. 8, Debug
EVADC_G7RESD9   0xF00223A4          Group 7 Result Reg. 9, Debug
EVADC_G7RESD10  0xF00223A8          Group 7 Result Reg. 10, Debug
EVADC_G7RESD11  0xF00223AC          Group 7 Result Reg. 11, Debug
EVADC_G7RESD12  0xF00223B0          Group 7 Result Reg. 12, Debug
EVADC_G7RESD13  0xF00223B4          Group 7 Result Reg. 13, Debug
EVADC_G7RESD14  0xF00223B8          Group 7 Result Reg. 14, Debug
EVADC_G7RESD15  0xF00223BC          Group 7 Result Reg. 15, Debug
EVADC_G8TRCTR   0xF0022410          Trigger Control Register, Group 8
EVADC_G8ARBCFG  0xF0022480          Arbitration Config. Register, Group 8
EVADC_G8ARBPR   0xF0022484          Arbitration Priority Register, Group 8
EVADC_G8ANCFG   0xF0022488          Analog Fct. Config. Register, Group 8
EVADC_G8ICLASS0 0xF00224A0          Input Class Register 0, Group 8
EVADC_G8ICLASS1 0xF00224A4          Input Class Register 1, Group 8
EVADC_G8ALIAS   0xF00224B0          Alias Register, Group 8
EVADC_G8BOUND   0xF00224B8          Boundary Select Register, Group 8
EVADC_G8SYNCTR  0xF00224C0          Synchronization Control Register, Group 8
EVADC_G8QCTRL0  0xF0022500          Queue 0 Source Contr. Register, Group 8
EVADC_G8QMR0    0xF0022504          Queue 0 Mode Register, Group 8
EVADC_G8QSR0    0xF0022508          Queue 0 Status Register, Group 8
EVADC_G8Q0R0    0xF002250C          Queue 0 Register 0, Group 8
EVADC_G8QINR0   0xF0022510          Queue 0 Input Register, Group 8
EVADC_G8QBUR0   0xF0022514          Queue 0 Backup Register, Group 8
EVADC_G8REQTM0  0xF0022518          Queue 0 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS0  0xF002251C          Queue 0 Requ. Timer Status Reg., Group 8
EVADC_G8QCTRL1  0xF0022520          Queue 1 Source Contr. Register, Group 8
EVADC_G8QMR1    0xF0022524          Queue 1 Mode Register, Group 8
EVADC_G8QSR1    0xF0022528          Queue 1 Status Register, Group 8
EVADC_G8Q0R1    0xF002252C          Queue 1 Register 0, Group 8
EVADC_G8QINR1   0xF0022530          Queue 1 Input Register, Group 8
EVADC_G8QBUR1   0xF0022534          Queue 1 Backup Register, Group 8
EVADC_G8REQTM1  0xF0022538          Queue 1 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS1  0xF002253C          Queue 1 Requ. Timer Status Reg., Group 8
EVADC_G8QCTRL2  0xF0022540          Queue 2 Source Contr. Register, Group 8
EVADC_G8QMR2    0xF0022544          Queue 2 Mode Register, Group 8
EVADC_G8QSR2    0xF0022548          Queue 2 Status Register, Group 8
EVADC_G8Q0R2    0xF002254C          Queue 2 Register 0, Group 8
EVADC_G8QINR2   0xF0022550          Queue 2 Input Register, Group 8
EVADC_G8QBUR2   0xF0022554          Queue 2 Backup Register, Group 8
EVADC_G8REQTM2  0xF0022558          Queue 2 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS2  0xF002255C          Queue 2 Requ. Timer Status Reg., Group 8
EVADC_G8CEFLAG  0xF0022580          Channel Event Flag Register, Group 8
EVADC_G8REFLAG  0xF0022584          Result Event Flag Register, Group 8
EVADC_G8SEFLAG  0xF0022588          Source Event Flag Register, Group 8
EVADC_G8CEFCLR  0xF0022590          Channel Event Flag Clear Register, Group 8
EVADC_G8REFCLR  0xF0022594          Result Event Flag Clear Register, Group 8
EVADC_G8SEFCLR  0xF0022598          Source Event Flag Clear Reg., Group 8
EVADC_G8CEVNP0  0xF00225A0          Channel Event Node Pointer Reg. 0, Group 8
EVADC_G8CEVNP1  0xF00225A4          Channel Event Node Pointer Reg. 1, Group 8
EVADC_G8REVNP0  0xF00225B0          Result Event Node Pointer Reg. 0, Group 8
EVADC_G8REVNP1  0xF00225B4          Result Event Node Pointer Reg. 1, Group 8
EVADC_G8SEVNP   0xF00225C0          Source Event Node Pointer Reg., Group 8
EVADC_G8SRACT   0xF00225C8          Service Request Software Activation Trigger, Group 8
EVADC_G8EMUXCTR 0xF00225F0          External Multiplexer Control Reg., Group 8
EVADC_G8EMUXCS  0xF00225F4          Ext. Multiplexer Channel Select Reg., Group 8
EVADC_G8VFR     0xF00225F8          Valid Flag Register, Group 8
EVADC_G8CHCTR0  0xF0022600          Group 8, Channel 0 Control Register
EVADC_G8CHCTR1  0xF0022604          Group 8, Channel 1 Control Register
EVADC_G8CHCTR2  0xF0022608          Group 8, Channel 2 Control Register
EVADC_G8CHCTR3  0xF002260C          Group 8, Channel 3 Control Register
EVADC_G8CHCTR4  0xF0022610          Group 8, Channel 4 Control Register
EVADC_G8CHCTR5  0xF0022614          Group 8, Channel 5 Control Register
EVADC_G8CHCTR6  0xF0022618          Group 8, Channel 6 Control Register
EVADC_G8CHCTR7  0xF002261C          Group 8, Channel 7 Control Register
EVADC_G8CHCTR8  0xF0022620          Group 8, Channel 8 Control Register
EVADC_G8CHCTR9  0xF0022624          Group 8, Channel 9 Control Register
EVADC_G8CHCTR10 0xF0022628          Group 8, Channel 10 Control Register
EVADC_G8CHCTR11 0xF002262C          Group 8, Channel 11 Control Register
EVADC_G8CHCTR12 0xF0022630          Group 8, Channel 12 Control Register
EVADC_G8CHCTR13 0xF0022634          Group 8, Channel 13 Control Register
EVADC_G8CHCTR14 0xF0022638          Group 8, Channel 14 Control Register
EVADC_G8CHCTR15 0xF002263C          Group 8, Channel 15 Control Register
EVADC_G8RCR0    0xF0022680          Group 8 Result Control Register 0
EVADC_G8RCR1    0xF0022684          Group 8 Result Control Register 1
EVADC_G8RCR2    0xF0022688          Group 8 Result Control Register 2
EVADC_G8RCR3    0xF002268C          Group 8 Result Control Register 3
EVADC_G8RCR4    0xF0022690          Group 8 Result Control Register 4
EVADC_G8RCR5    0xF0022694          Group 8 Result Control Register 5
EVADC_G8RCR6    0xF0022698          Group 8 Result Control Register 6
EVADC_G8RCR7    0xF002269C          Group 8 Result Control Register 7
EVADC_G8RCR8    0xF00226A0          Group 8 Result Control Register 8
EVADC_G8RCR9    0xF00226A4          Group 8 Result Control Register 9
EVADC_G8RCR10   0xF00226A8          Group 8 Result Control Register 10
EVADC_G8RCR11   0xF00226AC          Group 8 Result Control Register 11
EVADC_G8RCR12   0xF00226B0          Group 8 Result Control Register 12
EVADC_G8RCR13   0xF00226B4          Group 8 Result Control Register 13
EVADC_G8RCR14   0xF00226B8          Group 8 Result Control Register 14
EVADC_G8RCR15   0xF00226BC          Group 8 Result Control Register 15
EVADC_G8RES0    0xF0022700          Group 8 Result Register 0
EVADC_G8RES1    0xF0022704          Group 8 Result Register 1
EVADC_G8RES2    0xF0022708          Group 8 Result Register 2
EVADC_G8RES3    0xF002270C          Group 8 Result Register 3
EVADC_G8RES4    0xF0022710          Group 8 Result Register 4
EVADC_G8RES5    0xF0022714          Group 8 Result Register 5
EVADC_G8RES6    0xF0022718          Group 8 Result Register 6
EVADC_G8RES7    0xF002271C          Group 8 Result Register 7
EVADC_G8RES8    0xF0022720          Group 8 Result Register 8
EVADC_G8RES9    0xF0022724          Group 8 Result Register 9
EVADC_G8RES10   0xF0022728          Group 8 Result Register 10
EVADC_G8RES11   0xF002272C          Group 8 Result Register 11
EVADC_G8RES12   0xF0022730          Group 8 Result Register 12
EVADC_G8RES13   0xF0022734          Group 8 Result Register 13
EVADC_G8RES14   0xF0022738          Group 8 Result Register 14
EVADC_G8RES15   0xF002273C          Group 8 Result Register 15
EVADC_G8RESD0   0xF0022780          Group 8 Result Reg. 0, Debug
EVADC_G8RESD1   0xF0022784          Group 8 Result Reg. 1, Debug
EVADC_G8RESD2   0xF0022788          Group 8 Result Reg. 2, Debug
EVADC_G8RESD3   0xF002278C          Group 8 Result Reg. 3, Debug
EVADC_G8RESD4   0xF0022790          Group 8 Result Reg. 4, Debug
EVADC_G8RESD5   0xF0022794          Group 8 Result Reg. 5, Debug
EVADC_G8RESD6   0xF0022798          Group 8 Result Reg. 6, Debug
EVADC_G8RESD7   0xF002279C          Group 8 Result Reg. 7, Debug
EVADC_G8RESD8   0xF00227A0          Group 8 Result Reg. 8, Debug
EVADC_G8RESD9   0xF00227A4          Group 8 Result Reg. 9, Debug
EVADC_G8RESD10  0xF00227A8          Group 8 Result Reg. 10, Debug
EVADC_G8RESD11  0xF00227AC          Group 8 Result Reg. 11, Debug
EVADC_G8RESD12  0xF00227B0          Group 8 Result Reg. 12, Debug
EVADC_G8RESD13  0xF00227B4          Group 8 Result Reg. 13, Debug
EVADC_G8RESD14  0xF00227B8          Group 8 Result Reg. 14, Debug
EVADC_G8RESD15  0xF00227BC          Group 8 Result Reg. 15, Debug
EVADC_G9TRCTR   0xF0022810          Trigger Control Register, Group 9
EVADC_G9ARBCFG  0xF0022880          Arbitration Config. Register, Group 9
EVADC_G9ARBPR   0xF0022884          Arbitration Priority Register, Group 9
EVADC_G9ANCFG   0xF0022888          Analog Fct. Config. Register, Group 9
EVADC_G9ICLASS0 0xF00228A0          Input Class Register 0, Group 9
EVADC_G9ICLASS1 0xF00228A4          Input Class Register 1, Group 9
EVADC_G9ALIAS   0xF00228B0          Alias Register, Group 9
EVADC_G9BOUND   0xF00228B8          Boundary Select Register, Group 9
EVADC_G9SYNCTR  0xF00228C0          Synchronization Control Register, Group 9
EVADC_G9QCTRL0  0xF0022900          Queue 0 Source Contr. Register, Group 9
EVADC_G9QMR0    0xF0022904          Queue 0 Mode Register, Group 9
EVADC_G9QSR0    0xF0022908          Queue 0 Status Register, Group 9
EVADC_G9Q0R0    0xF002290C          Queue 0 Register 0, Group 9
EVADC_G9QINR0   0xF0022910          Queue 0 Input Register, Group 9
EVADC_G9QBUR0   0xF0022914          Queue 0 Backup Register, Group 9
EVADC_G9REQTM0  0xF0022918          Queue 0 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS0  0xF002291C          Queue 0 Requ. Timer Status Reg., Group 9
EVADC_G9QCTRL1  0xF0022920          Queue 1 Source Contr. Register, Group 9
EVADC_G9QMR1    0xF0022924          Queue 1 Mode Register, Group 9
EVADC_G9QSR1    0xF0022928          Queue 1 Status Register, Group 9
EVADC_G9Q0R1    0xF002292C          Queue 1 Register 0, Group 9
EVADC_G9QINR1   0xF0022930          Queue 1 Input Register, Group 9
EVADC_G9QBUR1   0xF0022934          Queue 1 Backup Register, Group 9
EVADC_G9REQTM1  0xF0022938          Queue 1 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS1  0xF002293C          Queue 1 Requ. Timer Status Reg., Group 9
EVADC_G9QCTRL2  0xF0022940          Queue 2 Source Contr. Register, Group 9
EVADC_G9QMR2    0xF0022944          Queue 2 Mode Register, Group 9
EVADC_G9QSR2    0xF0022948          Queue 2 Status Register, Group 9
EVADC_G9Q0R2    0xF002294C          Queue 2 Register 0, Group 9
EVADC_G9QINR2   0xF0022950          Queue 2 Input Register, Group 9
EVADC_G9QBUR2   0xF0022954          Queue 2 Backup Register, Group 9
EVADC_G9REQTM2  0xF0022958          Queue 2 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS2  0xF002295C          Queue 2 Requ. Timer Status Reg., Group 9
EVADC_G9CEFLAG  0xF0022980          Channel Event Flag Register, Group 9
EVADC_G9REFLAG  0xF0022984          Result Event Flag Register, Group 9
EVADC_G9SEFLAG  0xF0022988          Source Event Flag Register, Group 9
EVADC_G9CEFCLR  0xF0022990          Channel Event Flag Clear Register, Group 9
EVADC_G9REFCLR  0xF0022994          Result Event Flag Clear Register, Group 9
EVADC_G9SEFCLR  0xF0022998          Source Event Flag Clear Reg., Group 9
EVADC_G9CEVNP0  0xF00229A0          Channel Event Node Pointer Reg. 0, Group 9
EVADC_G9CEVNP1  0xF00229A4          Channel Event Node Pointer Reg. 1, Group 9
EVADC_G9REVNP0  0xF00229B0          Result Event Node Pointer Reg. 0, Group 9
EVADC_G9REVNP1  0xF00229B4          Result Event Node Pointer Reg. 1, Group 9
EVADC_G9SEVNP   0xF00229C0          Source Event Node Pointer Reg., Group 9
EVADC_G9SRACT   0xF00229C8          Service Request Software Activation Trigger, Group 9
EVADC_G9EMUXCTR 0xF00229F0          External Multiplexer Control Reg., Group 9
EVADC_G9EMUXCS  0xF00229F4          Ext. Multiplexer Channel Select Reg., Group 9
EVADC_G9VFR     0xF00229F8          Valid Flag Register, Group 9
EVADC_G9CHCTR0  0xF0022A00          Group 9, Channel 0 Control Register
EVADC_G9CHCTR1  0xF0022A04          Group 9, Channel 1 Control Register
EVADC_G9CHCTR2  0xF0022A08          Group 9, Channel 2 Control Register
EVADC_G9CHCTR3  0xF0022A0C          Group 9, Channel 3 Control Register
EVADC_G9CHCTR4  0xF0022A10          Group 9, Channel 4 Control Register
EVADC_G9CHCTR5  0xF0022A14          Group 9, Channel 5 Control Register
EVADC_G9CHCTR6  0xF0022A18          Group 9, Channel 6 Control Register
EVADC_G9CHCTR7  0xF0022A1C          Group 9, Channel 7 Control Register
EVADC_G9CHCTR8  0xF0022A20          Group 9, Channel 8 Control Register
EVADC_G9CHCTR9  0xF0022A24          Group 9, Channel 9 Control Register
EVADC_G9CHCTR10 0xF0022A28          Group 9, Channel 10 Control Register
EVADC_G9CHCTR11 0xF0022A2C          Group 9, Channel 11 Control Register
EVADC_G9CHCTR12 0xF0022A30          Group 9, Channel 12 Control Register
EVADC_G9CHCTR13 0xF0022A34          Group 9, Channel 13 Control Register
EVADC_G9CHCTR14 0xF0022A38          Group 9, Channel 14 Control Register
EVADC_G9CHCTR15 0xF0022A3C          Group 9, Channel 15 Control Register
EVADC_G9RCR0    0xF0022A80          Group 9 Result Control Register 0
EVADC_G9RCR1    0xF0022A84          Group 9 Result Control Register 1
EVADC_G9RCR2    0xF0022A88          Group 9 Result Control Register 2
EVADC_G9RCR3    0xF0022A8C          Group 9 Result Control Register 3
EVADC_G9RCR4    0xF0022A90          Group 9 Result Control Register 4
EVADC_G9RCR5    0xF0022A94          Group 9 Result Control Register 5
EVADC_G9RCR6    0xF0022A98          Group 9 Result Control Register 6
EVADC_G9RCR7    0xF0022A9C          Group 9 Result Control Register 7
EVADC_G9RCR8    0xF0022AA0          Group 9 Result Control Register 8
EVADC_G9RCR9    0xF0022AA4          Group 9 Result Control Register 9
EVADC_G9RCR10   0xF0022AA8          Group 9 Result Control Register 10
EVADC_G9RCR11   0xF0022AAC          Group 9 Result Control Register 11
EVADC_G9RCR12   0xF0022AB0          Group 9 Result Control Register 12
EVADC_G9RCR13   0xF0022AB4          Group 9 Result Control Register 13
EVADC_G9RCR14   0xF0022AB8          Group 9 Result Control Register 14
EVADC_G9RCR15   0xF0022ABC          Group 9 Result Control Register 15
EVADC_G9RES0    0xF0022B00          Group 9 Result Register 0
EVADC_G9RES1    0xF0022B04          Group 9 Result Register 1
EVADC_G9RES2    0xF0022B08          Group 9 Result Register 2
EVADC_G9RES3    0xF0022B0C          Group 9 Result Register 3
EVADC_G9RES4    0xF0022B10          Group 9 Result Register 4
EVADC_G9RES5    0xF0022B14          Group 9 Result Register 5
EVADC_G9RES6    0xF0022B18          Group 9 Result Register 6
EVADC_G9RES7    0xF0022B1C          Group 9 Result Register 7
EVADC_G9RES8    0xF0022B20          Group 9 Result Register 8
EVADC_G9RES9    0xF0022B24          Group 9 Result Register 9
EVADC_G9RES10   0xF0022B28          Group 9 Result Register 10
EVADC_G9RES11   0xF0022B2C          Group 9 Result Register 11
EVADC_G9RES12   0xF0022B30          Group 9 Result Register 12
EVADC_G9RES13   0xF0022B34          Group 9 Result Register 13
EVADC_G9RES14   0xF0022B38          Group 9 Result Register 14
EVADC_G9RES15   0xF0022B3C          Group 9 Result Register 15
EVADC_G9RESD0   0xF0022B80          Group 9 Result Reg. 0, Debug
EVADC_G9RESD1   0xF0022B84          Group 9 Result Reg. 1, Debug
EVADC_G9RESD2   0xF0022B88          Group 9 Result Reg. 2, Debug
EVADC_G9RESD3   0xF0022B8C          Group 9 Result Reg. 3, Debug
EVADC_G9RESD4   0xF0022B90          Group 9 Result Reg. 4, Debug
EVADC_G9RESD5   0xF0022B94          Group 9 Result Reg. 5, Debug
EVADC_G9RESD6   0xF0022B98          Group 9 Result Reg. 6, Debug
EVADC_G9RESD7   0xF0022B9C          Group 9 Result Reg. 7, Debug
EVADC_G9RESD8   0xF0022BA0          Group 9 Result Reg. 8, Debug
EVADC_G9RESD9   0xF0022BA4          Group 9 Result Reg. 9, Debug
EVADC_G9RESD10  0xF0022BA8          Group 9 Result Reg. 10, Debug
EVADC_G9RESD11  0xF0022BAC          Group 9 Result Reg. 11, Debug
EVADC_G9RESD12  0xF0022BB0          Group 9 Result Reg. 12, Debug
EVADC_G9RESD13  0xF0022BB4          Group 9 Result Reg. 13, Debug
EVADC_G9RESD14  0xF0022BB8          Group 9 Result Reg. 14, Debug
EVADC_G9RESD15  0xF0022BBC          Group 9 Result Reg. 15, Debug
EVADC_G10TRCTR  0xF0022C10          Trigger Control Register, Group 10
EVADC_G10ARBCFG 0xF0022C80          Arbitration Config. Register, Group 10
EVADC_G10ARBPR  0xF0022C84          Arbitration Priority Register, Group 10
EVADC_G10ANCFG  0xF0022C88          Analog Fct. Config. Register, Group 10
EVADC_G10ICLASS0 0xF0022CA0          Input Class Register 0, Group 10
EVADC_G10ICLASS1 0xF0022CA4          Input Class Register 1, Group 10
EVADC_G10ALIAS  0xF0022CB0          Alias Register, Group 10
EVADC_G10BOUND  0xF0022CB8          Boundary Select Register, Group 10
EVADC_G10SYNCTR 0xF0022CC0          Synchronization Control Register, Group 10
EVADC_G10QCTRL0 0xF0022D00          Queue 0 Source Contr. Register, Group 10
EVADC_G10QMR0   0xF0022D04          Queue 0 Mode Register, Group 10
EVADC_G10QSR0   0xF0022D08          Queue 0 Status Register, Group 10
EVADC_G10Q0R0   0xF0022D0C          Queue 0 Register 0, Group 10
EVADC_G10QINR0  0xF0022D10          Queue 0 Input Register, Group 10
EVADC_G10QBUR0  0xF0022D14          Queue 0 Backup Register, Group 10
EVADC_G10REQTM0 0xF0022D18          Queue 0 Requ. Timer Mode Reg., Group 10
EVADC_G10REQTS0 0xF0022D1C          Queue 0 Requ. Timer Status Reg., Group 10
EVADC_G10QCTRL1 0xF0022D20          Queue 1 Source Contr. Register, Group 10
EVADC_G10QMR1   0xF0022D24          Queue 1 Mode Register, Group 10
EVADC_G10QSR1   0xF0022D28          Queue 1 Status Register, Group 10
EVADC_G10Q0R1   0xF0022D2C          Queue 1 Register 0, Group 10
EVADC_G10QINR1  0xF0022D30          Queue 1 Input Register, Group 10
EVADC_G10QBUR1  0xF0022D34          Queue 1 Backup Register, Group 10
EVADC_G10REQTM1 0xF0022D38          Queue 1 Requ. Timer Mode Reg., Group 10
EVADC_G10REQTS1 0xF0022D3C          Queue 1 Requ. Timer Status Reg., Group 10
EVADC_G10QCTRL2 0xF0022D40          Queue 2 Source Contr. Register, Group 10
EVADC_G10QMR2   0xF0022D44          Queue 2 Mode Register, Group 10
EVADC_G10QSR2   0xF0022D48          Queue 2 Status Register, Group 10
EVADC_G10Q0R2   0xF0022D4C          Queue 2 Register 0, Group 10
EVADC_G10QINR2  0xF0022D50          Queue 2 Input Register, Group 10
EVADC_G10QBUR2  0xF0022D54          Queue 2 Backup Register, Group 10
EVADC_G10REQTM2 0xF0022D58          Queue 2 Requ. Timer Mode Reg., Group 10
EVADC_G10REQTS2 0xF0022D5C          Queue 2 Requ. Timer Status Reg., Group 10
EVADC_G10CEFLAG 0xF0022D80          Channel Event Flag Register, Group 10
EVADC_G10REFLAG 0xF0022D84          Result Event Flag Register, Group 10
EVADC_G10SEFLAG 0xF0022D88          Source Event Flag Register, Group 10
EVADC_G10CEFCLR 0xF0022D90          Channel Event Flag Clear Register, Group 10
EVADC_G10REFCLR 0xF0022D94          Result Event Flag Clear Register, Group 10
EVADC_G10SEFCLR 0xF0022D98          Source Event Flag Clear Reg., Group 10
EVADC_G10CEVNP0 0xF0022DA0          Channel Event Node Pointer Reg. 0, Group 10
EVADC_G10CEVNP1 0xF0022DA4          Channel Event Node Pointer Reg. 1, Group 10
EVADC_G10REVNP0 0xF0022DB0          Result Event Node Pointer Reg. 0, Group 10
EVADC_G10REVNP1 0xF0022DB4          Result Event Node Pointer Reg. 1, Group 10
EVADC_G10SEVNP  0xF0022DC0          Source Event Node Pointer Reg., Group 10
EVADC_G10SRACT  0xF0022DC8          Service Request Software Activation Trigger, Group 10
EVADC_G10EMUXCTR 0xF0022DF0          External Multiplexer Control Reg., Group 10
EVADC_G10EMUXCS 0xF0022DF4          Ext. Multiplexer Channel Select Reg., Group 10
EVADC_G10VFR    0xF0022DF8          Valid Flag Register, Group 10
EVADC_G10CHCTR0 0xF0022E00          Group 10, Channel 0 Control Register
EVADC_G10CHCTR1 0xF0022E04          Group 10, Channel 1 Control Register
EVADC_G10CHCTR2 0xF0022E08          Group 10, Channel 2 Control Register
EVADC_G10CHCTR3 0xF0022E0C          Group 10, Channel 3 Control Register
EVADC_G10CHCTR4 0xF0022E10          Group 10, Channel 4 Control Register
EVADC_G10CHCTR5 0xF0022E14          Group 10, Channel 5 Control Register
EVADC_G10CHCTR6 0xF0022E18          Group 10, Channel 6 Control Register
EVADC_G10CHCTR7 0xF0022E1C          Group 10, Channel 7 Control Register
EVADC_G10CHCTR8 0xF0022E20          Group 10, Channel 8 Control Register
EVADC_G10CHCTR9 0xF0022E24          Group 10, Channel 9 Control Register
EVADC_G10CHCTR10 0xF0022E28          Group 10, Channel 10 Control Register
EVADC_G10CHCTR11 0xF0022E2C          Group 10, Channel 11 Control Register
EVADC_G10CHCTR12 0xF0022E30          Group 10, Channel 12 Control Register
EVADC_G10CHCTR13 0xF0022E34          Group 10, Channel 13 Control Register
EVADC_G10CHCTR14 0xF0022E38          Group 10, Channel 14 Control Register
EVADC_G10CHCTR15 0xF0022E3C          Group 10, Channel 15 Control Register
EVADC_G10RCR0   0xF0022E80          Group 10 Result Control Register 0
EVADC_G10RCR1   0xF0022E84          Group 10 Result Control Register 1
EVADC_G10RCR2   0xF0022E88          Group 10 Result Control Register 2
EVADC_G10RCR3   0xF0022E8C          Group 10 Result Control Register 3
EVADC_G10RCR4   0xF0022E90          Group 10 Result Control Register 4
EVADC_G10RCR5   0xF0022E94          Group 10 Result Control Register 5
EVADC_G10RCR6   0xF0022E98          Group 10 Result Control Register 6
EVADC_G10RCR7   0xF0022E9C          Group 10 Result Control Register 7
EVADC_G10RCR8   0xF0022EA0          Group 10 Result Control Register 8
EVADC_G10RCR9   0xF0022EA4          Group 10 Result Control Register 9
EVADC_G10RCR10  0xF0022EA8          Group 10 Result Control Register 10
EVADC_G10RCR11  0xF0022EAC          Group 10 Result Control Register 11
EVADC_G10RCR12  0xF0022EB0          Group 10 Result Control Register 12
EVADC_G10RCR13  0xF0022EB4          Group 10 Result Control Register 13
EVADC_G10RCR14  0xF0022EB8          Group 10 Result Control Register 14
EVADC_G10RCR15  0xF0022EBC          Group 10 Result Control Register 15
EVADC_G10RES0   0xF0022F00          Group 10 Result Register 0
EVADC_G10RES1   0xF0022F04          Group 10 Result Register 1
EVADC_G10RES2   0xF0022F08          Group 10 Result Register 2
EVADC_G10RES3   0xF0022F0C          Group 10 Result Register 3
EVADC_G10RES4   0xF0022F10          Group 10 Result Register 4
EVADC_G10RES5   0xF0022F14          Group 10 Result Register 5
EVADC_G10RES6   0xF0022F18          Group 10 Result Register 6
EVADC_G10RES7   0xF0022F1C          Group 10 Result Register 7
EVADC_G10RES8   0xF0022F20          Group 10 Result Register 8
EVADC_G10RES9   0xF0022F24          Group 10 Result Register 9
EVADC_G10RES10  0xF0022F28          Group 10 Result Register 10
EVADC_G10RES11  0xF0022F2C          Group 10 Result Register 11
EVADC_G10RES12  0xF0022F30          Group 10 Result Register 12
EVADC_G10RES13  0xF0022F34          Group 10 Result Register 13
EVADC_G10RES14  0xF0022F38          Group 10 Result Register 14
EVADC_G10RES15  0xF0022F3C          Group 10 Result Register 15
EVADC_G10RESD0  0xF0022F80          Group 10 Result Reg. 0, Debug
EVADC_G10RESD1  0xF0022F84          Group 10 Result Reg. 1, Debug
EVADC_G10RESD2  0xF0022F88          Group 10 Result Reg. 2, Debug
EVADC_G10RESD3  0xF0022F8C          Group 10 Result Reg. 3, Debug
EVADC_G10RESD4  0xF0022F90          Group 10 Result Reg. 4, Debug
EVADC_G10RESD5  0xF0022F94          Group 10 Result Reg. 5, Debug
EVADC_G10RESD6  0xF0022F98          Group 10 Result Reg. 6, Debug
EVADC_G10RESD7  0xF0022F9C          Group 10 Result Reg. 7, Debug
EVADC_G10RESD8  0xF0022FA0          Group 10 Result Reg. 8, Debug
EVADC_G10RESD9  0xF0022FA4          Group 10 Result Reg. 9, Debug
EVADC_G10RESD10 0xF0022FA8          Group 10 Result Reg. 10, Debug
EVADC_G10RESD11 0xF0022FAC          Group 10 Result Reg. 11, Debug
EVADC_G10RESD12 0xF0022FB0          Group 10 Result Reg. 12, Debug
EVADC_G10RESD13 0xF0022FB4          Group 10 Result Reg. 13, Debug
EVADC_G10RESD14 0xF0022FB8          Group 10 Result Reg. 14, Debug
EVADC_G10RESD15 0xF0022FBC          Group 10 Result Reg. 15, Debug
EVADC_G11TRCTR  0xF0023010          Trigger Control Register, Group 11
EVADC_G11ARBCFG 0xF0023080          Arbitration Config. Register, Group 11
EVADC_G11ARBPR  0xF0023084          Arbitration Priority Register, Group 11
EVADC_G11ANCFG  0xF0023088          Analog Fct. Config. Register, Group 11
EVADC_G11ICLASS0 0xF00230A0          Input Class Register 0, Group 11
EVADC_G11ICLASS1 0xF00230A4          Input Class Register 1, Group 11
EVADC_G11ALIAS  0xF00230B0          Alias Register, Group 11
EVADC_G11BOUND  0xF00230B8          Boundary Select Register, Group 11
EVADC_G11SYNCTR 0xF00230C0          Synchronization Control Register, Group 11
EVADC_G11QCTRL0 0xF0023100          Queue 0 Source Contr. Register, Group 11
EVADC_G11QMR0   0xF0023104          Queue 0 Mode Register, Group 11
EVADC_G11QSR0   0xF0023108          Queue 0 Status Register, Group 11
EVADC_G11Q0R0   0xF002310C          Queue 0 Register 0, Group 11
EVADC_G11QINR0  0xF0023110          Queue 0 Input Register, Group 11
EVADC_G11QBUR0  0xF0023114          Queue 0 Backup Register, Group 11
EVADC_G11REQTM0 0xF0023118          Queue 0 Requ. Timer Mode Reg., Group 11
EVADC_G11REQTS0 0xF002311C          Queue 0 Requ. Timer Status Reg., Group 11
EVADC_G11QCTRL1 0xF0023120          Queue 1 Source Contr. Register, Group 11
EVADC_G11QMR1   0xF0023124          Queue 1 Mode Register, Group 11
EVADC_G11QSR1   0xF0023128          Queue 1 Status Register, Group 11
EVADC_G11Q0R1   0xF002312C          Queue 1 Register 0, Group 11
EVADC_G11QINR1  0xF0023130          Queue 1 Input Register, Group 11
EVADC_G11QBUR1  0xF0023134          Queue 1 Backup Register, Group 11
EVADC_G11REQTM1 0xF0023138          Queue 1 Requ. Timer Mode Reg., Group 11
EVADC_G11REQTS1 0xF002313C          Queue 1 Requ. Timer Status Reg., Group 11
EVADC_G11QCTRL2 0xF0023140          Queue 2 Source Contr. Register, Group 11
EVADC_G11QMR2   0xF0023144          Queue 2 Mode Register, Group 11
EVADC_G11QSR2   0xF0023148          Queue 2 Status Register, Group 11
EVADC_G11Q0R2   0xF002314C          Queue 2 Register 0, Group 11
EVADC_G11QINR2  0xF0023150          Queue 2 Input Register, Group 11
EVADC_G11QBUR2  0xF0023154          Queue 2 Backup Register, Group 11
EVADC_G11REQTM2 0xF0023158          Queue 2 Requ. Timer Mode Reg., Group 11
EVADC_G11REQTS2 0xF002315C          Queue 2 Requ. Timer Status Reg., Group 11
EVADC_G11CEFLAG 0xF0023180          Channel Event Flag Register, Group 11
EVADC_G11REFLAG 0xF0023184          Result Event Flag Register, Group 11
EVADC_G11SEFLAG 0xF0023188          Source Event Flag Register, Group 11
EVADC_G11CEFCLR 0xF0023190          Channel Event Flag Clear Register, Group 11
EVADC_G11REFCLR 0xF0023194          Result Event Flag Clear Register, Group 11
EVADC_G11SEFCLR 0xF0023198          Source Event Flag Clear Reg., Group 11
EVADC_G11CEVNP0 0xF00231A0          Channel Event Node Pointer Reg. 0, Group 11
EVADC_G11CEVNP1 0xF00231A4          Channel Event Node Pointer Reg. 1, Group 11
EVADC_G11REVNP0 0xF00231B0          Result Event Node Pointer Reg. 0, Group 11
EVADC_G11REVNP1 0xF00231B4          Result Event Node Pointer Reg. 1, Group 11
EVADC_G11SEVNP  0xF00231C0          Source Event Node Pointer Reg., Group 11
EVADC_G11SRACT  0xF00231C8          Service Request Software Activation Trigger, Group 11
EVADC_G11EMUXCTR 0xF00231F0          External Multiplexer Control Reg., Group 11
EVADC_G11EMUXCS 0xF00231F4          Ext. Multiplexer Channel Select Reg., Group 11
EVADC_G11VFR    0xF00231F8          Valid Flag Register, Group 11
EVADC_G11CHCTR0 0xF0023200          Group 11, Channel 0 Control Register
EVADC_G11CHCTR1 0xF0023204          Group 11, Channel 1 Control Register
EVADC_G11CHCTR2 0xF0023208          Group 11, Channel 2 Control Register
EVADC_G11CHCTR3 0xF002320C          Group 11, Channel 3 Control Register
EVADC_G11CHCTR4 0xF0023210          Group 11, Channel 4 Control Register
EVADC_G11CHCTR5 0xF0023214          Group 11, Channel 5 Control Register
EVADC_G11CHCTR6 0xF0023218          Group 11, Channel 6 Control Register
EVADC_G11CHCTR7 0xF002321C          Group 11, Channel 7 Control Register
EVADC_G11CHCTR8 0xF0023220          Group 11, Channel 8 Control Register
EVADC_G11CHCTR9 0xF0023224          Group 11, Channel 9 Control Register
EVADC_G11CHCTR10 0xF0023228          Group 11, Channel 10 Control Register
EVADC_G11CHCTR11 0xF002322C          Group 11, Channel 11 Control Register
EVADC_G11CHCTR12 0xF0023230          Group 11, Channel 12 Control Register
EVADC_G11CHCTR13 0xF0023234          Group 11, Channel 13 Control Register
EVADC_G11CHCTR14 0xF0023238          Group 11, Channel 14 Control Register
EVADC_G11CHCTR15 0xF002323C          Group 11, Channel 15 Control Register
EVADC_G11RCR0   0xF0023280          Group 11 Result Control Register 0
EVADC_G11RCR1   0xF0023284          Group 11 Result Control Register 1
EVADC_G11RCR2   0xF0023288          Group 11 Result Control Register 2
EVADC_G11RCR3   0xF002328C          Group 11 Result Control Register 3
EVADC_G11RCR4   0xF0023290          Group 11 Result Control Register 4
EVADC_G11RCR5   0xF0023294          Group 11 Result Control Register 5
EVADC_G11RCR6   0xF0023298          Group 11 Result Control Register 6
EVADC_G11RCR7   0xF002329C          Group 11 Result Control Register 7
EVADC_G11RCR8   0xF00232A0          Group 11 Result Control Register 8
EVADC_G11RCR9   0xF00232A4          Group 11 Result Control Register 9
EVADC_G11RCR10  0xF00232A8          Group 11 Result Control Register 10
EVADC_G11RCR11  0xF00232AC          Group 11 Result Control Register 11
EVADC_G11RCR12  0xF00232B0          Group 11 Result Control Register 12
EVADC_G11RCR13  0xF00232B4          Group 11 Result Control Register 13
EVADC_G11RCR14  0xF00232B8          Group 11 Result Control Register 14
EVADC_G11RCR15  0xF00232BC          Group 11 Result Control Register 15
EVADC_G11RES0   0xF0023300          Group 11 Result Register 0
EVADC_G11RES1   0xF0023304          Group 11 Result Register 1
EVADC_G11RES2   0xF0023308          Group 11 Result Register 2
EVADC_G11RES3   0xF002330C          Group 11 Result Register 3
EVADC_G11RES4   0xF0023310          Group 11 Result Register 4
EVADC_G11RES5   0xF0023314          Group 11 Result Register 5
EVADC_G11RES6   0xF0023318          Group 11 Result Register 6
EVADC_G11RES7   0xF002331C          Group 11 Result Register 7
EVADC_G11RES8   0xF0023320          Group 11 Result Register 8
EVADC_G11RES9   0xF0023324          Group 11 Result Register 9
EVADC_G11RES10  0xF0023328          Group 11 Result Register 10
EVADC_G11RES11  0xF002332C          Group 11 Result Register 11
EVADC_G11RES12  0xF0023330          Group 11 Result Register 12
EVADC_G11RES13  0xF0023334          Group 11 Result Register 13
EVADC_G11RES14  0xF0023338          Group 11 Result Register 14
EVADC_G11RES15  0xF002333C          Group 11 Result Register 15
EVADC_G11RESD0  0xF0023380          Group 11 Result Reg. 0, Debug
EVADC_G11RESD1  0xF0023384          Group 11 Result Reg. 1, Debug
EVADC_G11RESD2  0xF0023388          Group 11 Result Reg. 2, Debug
EVADC_G11RESD3  0xF002338C          Group 11 Result Reg. 3, Debug
EVADC_G11RESD4  0xF0023390          Group 11 Result Reg. 4, Debug
EVADC_G11RESD5  0xF0023394          Group 11 Result Reg. 5, Debug
EVADC_G11RESD6  0xF0023398          Group 11 Result Reg. 6, Debug
EVADC_G11RESD7  0xF002339C          Group 11 Result Reg. 7, Debug
EVADC_G11RESD8  0xF00233A0          Group 11 Result Reg. 8, Debug
EVADC_G11RESD9  0xF00233A4          Group 11 Result Reg. 9, Debug
EVADC_G11RESD10 0xF00233A8          Group 11 Result Reg. 10, Debug
EVADC_G11RESD11 0xF00233AC          Group 11 Result Reg. 11, Debug
EVADC_G11RESD12 0xF00233B0          Group 11 Result Reg. 12, Debug
EVADC_G11RESD13 0xF00233B4          Group 11 Result Reg. 13, Debug
EVADC_G11RESD14 0xF00233B8          Group 11 Result Reg. 14, Debug
EVADC_G11RESD15 0xF00233BC          Group 11 Result Reg. 15, Debug
EVADC_FC0FCCTRL 0xF0023400          Fast Compare Control Register, FC Channel 0
EVADC_FC0FCM    0xF0023404          Fast Compare Mode Register, FC Channel 0
EVADC_FC0FCRAMP0 0xF0023408          Fast Compare Ramp Register 0, FC Channel 0
EVADC_FC0FCRAMP1 0xF002340C          Fast Compare Ramp Register 1, FC Channel 0
EVADC_FC0FCBFL  0xF0023420          Boundary Flag Register, FC Channel 0
EVADC_FC0FCHYST 0xF0023424          Fast Comp. Hysteresis Register, FC Channel 0
EVADC_FC1FCCTRL 0xF0023500          Fast Compare Control Register, FC Channel 1
EVADC_FC1FCM    0xF0023504          Fast Compare Mode Register, FC Channel 1
EVADC_FC1FCRAMP0 0xF0023508          Fast Compare Ramp Register 0, FC Channel 1
EVADC_FC1FCRAMP1 0xF002350C          Fast Compare Ramp Register 1, FC Channel 1
EVADC_FC1FCBFL  0xF0023520          Boundary Flag Register, FC Channel 1
EVADC_FC1FCHYST 0xF0023524          Fast Comp. Hysteresis Register, FC Channel 1
EVADC_FC2FCCTRL 0xF0023600          Fast Compare Control Register, FC Channel 2
EVADC_FC2FCM    0xF0023604          Fast Compare Mode Register, FC Channel 2
EVADC_FC2FCRAMP0 0xF0023608          Fast Compare Ramp Register 0, FC Channel 2
EVADC_FC2FCRAMP1 0xF002360C          Fast Compare Ramp Register 1, FC Channel 2
EVADC_FC2FCBFL  0xF0023620          Boundary Flag Register, FC Channel 2
EVADC_FC2FCHYST 0xF0023624          Fast Comp. Hysteresis Register, FC Channel 2
EVADC_FC3FCCTRL 0xF0023700          Fast Compare Control Register, FC Channel 3
EVADC_FC3FCM    0xF0023704          Fast Compare Mode Register, FC Channel 3
EVADC_FC3FCRAMP0 0xF0023708          Fast Compare Ramp Register 0, FC Channel 3
EVADC_FC3FCRAMP1 0xF002370C          Fast Compare Ramp Register 1, FC Channel 3
EVADC_FC3FCBFL  0xF0023720          Boundary Flag Register, FC Channel 3
EVADC_FC3FCHYST 0xF0023724          Fast Comp. Hysteresis Register, FC Channel 3
EVADC_FC4FCCTRL 0xF0023800          Fast Compare Control Register, FC Channel 4
EVADC_FC4FCM    0xF0023804          Fast Compare Mode Register, FC Channel 4
EVADC_FC4FCRAMP0 0xF0023808          Fast Compare Ramp Register 0, FC Channel 4
EVADC_FC4FCRAMP1 0xF002380C          Fast Compare Ramp Register 1, FC Channel 4
EVADC_FC4FCBFL  0xF0023820          Boundary Flag Register, FC Channel 4
EVADC_FC4FCHYST 0xF0023824          Fast Comp. Hysteresis Register, FC Channel 4
EVADC_FC5FCCTRL 0xF0023900          Fast Compare Control Register, FC Channel 5
EVADC_FC5FCM    0xF0023904          Fast Compare Mode Register, FC Channel 5
EVADC_FC5FCRAMP0 0xF0023908          Fast Compare Ramp Register 0, FC Channel 5
EVADC_FC5FCRAMP1 0xF002390C          Fast Compare Ramp Register 1, FC Channel 5
EVADC_FC5FCBFL  0xF0023920          Boundary Flag Register, FC Channel 5
EVADC_FC5FCHYST 0xF0023924          Fast Comp. Hysteresis Register, FC Channel 5
EVADC_FC6FCCTRL 0xF0023A00          Fast Compare Control Register, FC Channel 6
EVADC_FC6FCM    0xF0023A04          Fast Compare Mode Register, FC Channel 6
EVADC_FC6FCRAMP0 0xF0023A08          Fast Compare Ramp Register 0, FC Channel 6
EVADC_FC6FCRAMP1 0xF0023A0C          Fast Compare Ramp Register 1, FC Channel 6
EVADC_FC6FCBFL  0xF0023A20          Boundary Flag Register, FC Channel 6
EVADC_FC6FCHYST 0xF0023A24          Fast Comp. Hysteresis Register, FC Channel 6
EVADC_FC7FCCTRL 0xF0023B00          Fast Compare Control Register, FC Channel 7
EVADC_FC7FCM    0xF0023B04          Fast Compare Mode Register, FC Channel 7
EVADC_FC7FCRAMP0 0xF0023B08          Fast Compare Ramp Register 0, FC Channel 7
EVADC_FC7FCRAMP1 0xF0023B0C          Fast Compare Ramp Register 1, FC Channel 7
EVADC_FC7FCBFL  0xF0023B20          Boundary Flag Register, FC Channel 7
EVADC_FC7FCHYST 0xF0023B24          Fast Comp. Hysteresis Register, FC Channel 7
EDSADC_CLC      0xF0024000          Clock Control Register
EDSADC_ID       0xF0024008          Module Identification Register
EDSADC_OCS      0xF0024028          OCDS Control and Status Register
EDSADC_KRSTCLR  0xF002402C          Kernel Reset Status Clear Register
EDSADC_KRST1    0xF0024030          Kernel Reset Register 1
EDSADC_KRST0    0xF0024034          Kernel Reset Register 0
EDSADC_ACCEN0   0xF002403C          Access Enable Register 0
EDSADC_GLOBCFG  0xF0024080          Global Configuration Register
EDSADC_GLOBRC   0xF0024088          Global Run Control Register
EDSADC_ACCPROT  0xF0024090          Access Protection Register
EDSADC_CGCFG    0xF00240A0          Carrier Generator Configuration Register
EDSADC_EVFLAG   0xF00240E0          Event Flag Register
EDSADC_EVFLAGCLR 0xF00240E4          Event Flag Clear Register
EDSADC_MODCFG0  0xF0024100          Modulator Configuration Register 0
EDSADC_DICFG0   0xF0024108          Demodulator Input Config. Register 0
EDSADC_FCFGM0   0xF0024110          Filter Configuration Register 0, Main
EDSADC_FCFGC0   0xF0024114          Filter Configuration Register 0, CIC Filter
EDSADC_FCNTC0   0xF0024118          Filter Counter Register 0, CIC Filter
EDSADC_OVSCFG0  0xF002411C          Overshoot Compensation Cfg. Register 0
EDSADC_IWCTR0   0xF0024120          Integration Window Control Register 0
EDSADC_IIVAL0   0xF0024124          Intermediate Integration Value
EDSADC_ISTAT0   0xF0024128          Integrator Status Register 0
EDSADC_RFC0     0xF002412C          Result FIFO Control Register 0
EDSADC_RESM0    0xF0024130          Result Register 0 Main
EDSADC_OFFCOMP0 0xF0024138          Offset Compensation Register 0
EDSADC_GAINCAL0 0xF002413C          Gain Calibration Register 0
EDSADC_GAINCTR0 0xF0024140          Gain Control Register 0
EDSADC_GAINCORR0 0xF0024144          Gain Correction Register 0
EDSADC_TSTMP0   0xF0024150          Time-Stamp Register 0
EDSADC_TSCNT0   0xF0024154          Time-Stamp Counter 0
EDSADC_FCFGA0   0xF0024170          Auxiliary Filter Configuration Register 0
EDSADC_BOUNDSEL0 0xF0024178          Boundary Select Register 0
EDSADC_RESA0    0xF0024180          Result Register 0 Auxiliary
EDSADC_CGSYNC0  0xF00241A0          Carrier Generator Synchronization Reg. 0
EDSADC_RECTCFG0 0xF00241A8          Rectification Configuration Register 0
EDSADC_VCM0     0xF00241B0          Common Mode Voltage Register 0
EDSADC_MODCFG1  0xF0024200          Modulator Configuration Register 1
EDSADC_DICFG1   0xF0024208          Demodulator Input Config. Register 1
EDSADC_FCFGM1   0xF0024210          Filter Configuration Register 1, Main
EDSADC_FCFGC1   0xF0024214          Filter Configuration Register 1, CIC Filter
EDSADC_FCNTC1   0xF0024218          Filter Counter Register 1, CIC Filter
EDSADC_OVSCFG1  0xF002421C          Overshoot Compensation Cfg. Register 1
EDSADC_IWCTR1   0xF0024220          Integration Window Control Register 1
EDSADC_IIVAL1   0xF0024224          Intermediate Integration Value
EDSADC_ISTAT1   0xF0024228          Integrator Status Register 1
EDSADC_RFC1     0xF002422C          Result FIFO Control Register 1
EDSADC_RESM1    0xF0024230          Result Register 1 Main
EDSADC_OFFCOMP1 0xF0024238          Offset Compensation Register 1
EDSADC_GAINCAL1 0xF002423C          Gain Calibration Register 1
EDSADC_GAINCTR1 0xF0024240          Gain Control Register 1
EDSADC_GAINCORR1 0xF0024244          Gain Correction Register 1
EDSADC_TSTMP1   0xF0024250          Time-Stamp Register 1
EDSADC_TSCNT1   0xF0024254          Time-Stamp Counter 1
EDSADC_FCFGA1   0xF0024270          Auxiliary Filter Configuration Register 1
EDSADC_BOUNDSEL1 0xF0024278          Boundary Select Register 1
EDSADC_RESA1    0xF0024280          Result Register 1 Auxiliary
EDSADC_CGSYNC1  0xF00242A0          Carrier Generator Synchronization Reg. 1
EDSADC_RECTCFG1 0xF00242A8          Rectification Configuration Register 1
EDSADC_VCM1     0xF00242B0          Common Mode Voltage Register 1
EDSADC_MODCFG2  0xF0024300          Modulator Configuration Register 2
EDSADC_DICFG2   0xF0024308          Demodulator Input Config. Register 2
EDSADC_FCFGM2   0xF0024310          Filter Configuration Register 2, Main
EDSADC_FCFGC2   0xF0024314          Filter Configuration Register 2, CIC Filter
EDSADC_FCNTC2   0xF0024318          Filter Counter Register 2, CIC Filter
EDSADC_OVSCFG2  0xF002431C          Overshoot Compensation Cfg. Register 2
EDSADC_IWCTR2   0xF0024320          Integration Window Control Register 2
EDSADC_IIVAL2   0xF0024324          Intermediate Integration Value
EDSADC_ISTAT2   0xF0024328          Integrator Status Register 2
EDSADC_RFC2     0xF002432C          Result FIFO Control Register 2
EDSADC_RESM2    0xF0024330          Result Register 2 Main
EDSADC_OFFCOMP2 0xF0024338          Offset Compensation Register 2
EDSADC_GAINCAL2 0xF002433C          Gain Calibration Register 2
EDSADC_GAINCTR2 0xF0024340          Gain Control Register 2
EDSADC_GAINCORR2 0xF0024344          Gain Correction Register 2
EDSADC_TSTMP2   0xF0024350          Time-Stamp Register 2
EDSADC_TSCNT2   0xF0024354          Time-Stamp Counter 2
EDSADC_FCFGA2   0xF0024370          Auxiliary Filter Configuration Register 2
EDSADC_BOUNDSEL2 0xF0024378          Boundary Select Register 2
EDSADC_RESA2    0xF0024380          Result Register 2 Auxiliary
EDSADC_CGSYNC2  0xF00243A0          Carrier Generator Synchronization Reg. 2
EDSADC_RECTCFG2 0xF00243A8          Rectification Configuration Register 2
EDSADC_VCM2     0xF00243B0          Common Mode Voltage Register 2
EDSADC_MODCFG3  0xF0024400          Modulator Configuration Register 3
EDSADC_DICFG3   0xF0024408          Demodulator Input Config. Register 3
EDSADC_FCFGM3   0xF0024410          Filter Configuration Register 3, Main
EDSADC_FCFGC3   0xF0024414          Filter Configuration Register 3, CIC Filter
EDSADC_FCNTC3   0xF0024418          Filter Counter Register 3, CIC Filter
EDSADC_OVSCFG3  0xF002441C          Overshoot Compensation Cfg. Register 3
EDSADC_IWCTR3   0xF0024420          Integration Window Control Register 3
EDSADC_IIVAL3   0xF0024424          Intermediate Integration Value
EDSADC_ISTAT3   0xF0024428          Integrator Status Register 3
EDSADC_RFC3     0xF002442C          Result FIFO Control Register 3
EDSADC_RESM3    0xF0024430          Result Register 3 Main
EDSADC_OFFCOMP3 0xF0024438          Offset Compensation Register 3
EDSADC_GAINCAL3 0xF002443C          Gain Calibration Register 3
EDSADC_GAINCTR3 0xF0024440          Gain Control Register 3
EDSADC_GAINCORR3 0xF0024444          Gain Correction Register 3
EDSADC_TSTMP3   0xF0024450          Time-Stamp Register 3
EDSADC_TSCNT3   0xF0024454          Time-Stamp Counter 3
EDSADC_FCFGA3   0xF0024470          Auxiliary Filter Configuration Register 3
EDSADC_BOUNDSEL3 0xF0024478          Boundary Select Register 3
EDSADC_RESA3    0xF0024480          Result Register 3 Auxiliary
EDSADC_CGSYNC3  0xF00244A0          Carrier Generator Synchronization Reg. 3
EDSADC_RECTCFG3 0xF00244A8          Rectification Configuration Register 3
EDSADC_VCM3     0xF00244B0          Common Mode Voltage Register 3
EDSADC_MODCFG4  0xF0024500          Modulator Configuration Register 4
EDSADC_DICFG4   0xF0024508          Demodulator Input Config. Register 4
EDSADC_FCFGM4   0xF0024510          Filter Configuration Register 4, Main
EDSADC_FCFGC4   0xF0024514          Filter Configuration Register 4, CIC Filter
EDSADC_FCNTC4   0xF0024518          Filter Counter Register 4, CIC Filter
EDSADC_OVSCFG4  0xF002451C          Overshoot Compensation Cfg. Register 4
EDSADC_IWCTR4   0xF0024520          Integration Window Control Register 4
EDSADC_IIVAL4   0xF0024524          Intermediate Integration Value
EDSADC_ISTAT4   0xF0024528          Integrator Status Register 4
EDSADC_RFC4     0xF002452C          Result FIFO Control Register 4
EDSADC_RESM4    0xF0024530          Result Register 4 Main
EDSADC_OFFCOMP4 0xF0024538          Offset Compensation Register 4
EDSADC_GAINCAL4 0xF002453C          Gain Calibration Register 4
EDSADC_GAINCTR4 0xF0024540          Gain Control Register 4
EDSADC_GAINCORR4 0xF0024544          Gain Correction Register 4
EDSADC_TSTMP4   0xF0024550          Time-Stamp Register 4
EDSADC_TSCNT4   0xF0024554          Time-Stamp Counter 4
EDSADC_FCFGA4   0xF0024570          Auxiliary Filter Configuration Register 4
EDSADC_BOUNDSEL4 0xF0024578          Boundary Select Register 4
EDSADC_RESA4    0xF0024580          Result Register 4 Auxiliary
EDSADC_CGSYNC4  0xF00245A0          Carrier Generator Synchronization Reg. 4
EDSADC_RECTCFG4 0xF00245A8          Rectification Configuration Register 4
EDSADC_VCM4     0xF00245B0          Common Mode Voltage Register 4
EDSADC_MODCFG5  0xF0024600          Modulator Configuration Register 5
EDSADC_DICFG5   0xF0024608          Demodulator Input Config. Register 5
EDSADC_FCFGM5   0xF0024610          Filter Configuration Register 5, Main
EDSADC_FCFGC5   0xF0024614          Filter Configuration Register 5, CIC Filter
EDSADC_FCNTC5   0xF0024618          Filter Counter Register 5, CIC Filter
EDSADC_OVSCFG5  0xF002461C          Overshoot Compensation Cfg. Register 5
EDSADC_IWCTR5   0xF0024620          Integration Window Control Register 5
EDSADC_IIVAL5   0xF0024624          Intermediate Integration Value
EDSADC_ISTAT5   0xF0024628          Integrator Status Register 5
EDSADC_RFC5     0xF002462C          Result FIFO Control Register 5
EDSADC_RESM5    0xF0024630          Result Register 5 Main
EDSADC_OFFCOMP5 0xF0024638          Offset Compensation Register 5
EDSADC_GAINCAL5 0xF002463C          Gain Calibration Register 5
EDSADC_GAINCTR5 0xF0024640          Gain Control Register 5
EDSADC_GAINCORR5 0xF0024644          Gain Correction Register 5
EDSADC_TSTMP5   0xF0024650          Time-Stamp Register 5
EDSADC_TSCNT5   0xF0024654          Time-Stamp Counter 5
EDSADC_FCFGA5   0xF0024670          Auxiliary Filter Configuration Register 5
EDSADC_BOUNDSEL5 0xF0024678          Boundary Select Register 5
EDSADC_RESA5    0xF0024680          Result Register 5 Auxiliary
EDSADC_CGSYNC5  0xF00246A0          Carrier Generator Synchronization Reg. 5
EDSADC_RECTCFG5 0xF00246A8          Rectification Configuration Register 5
EDSADC_VCM5     0xF00246B0          Common Mode Voltage Register 5
EDSADC_MODCFG6  0xF0024700          Modulator Configuration Register 6
EDSADC_DICFG6   0xF0024708          Demodulator Input Config. Register 6
EDSADC_FCFGM6   0xF0024710          Filter Configuration Register 6, Main
EDSADC_FCFGC6   0xF0024714          Filter Configuration Register 6, CIC Filter
EDSADC_FCNTC6   0xF0024718          Filter Counter Register 6, CIC Filter
EDSADC_OVSCFG6  0xF002471C          Overshoot Compensation Cfg. Register 6
EDSADC_IWCTR6   0xF0024720          Integration Window Control Register 6
EDSADC_IIVAL6   0xF0024724          Intermediate Integration Value
EDSADC_ISTAT6   0xF0024728          Integrator Status Register 6
EDSADC_RFC6     0xF002472C          Result FIFO Control Register 6
EDSADC_RESM6    0xF0024730          Result Register 6 Main
EDSADC_OFFCOMP6 0xF0024738          Offset Compensation Register 6
EDSADC_GAINCAL6 0xF002473C          Gain Calibration Register 6
EDSADC_GAINCTR6 0xF0024740          Gain Control Register 6
EDSADC_GAINCORR6 0xF0024744          Gain Correction Register 6
EDSADC_TSTMP6   0xF0024750          Time-Stamp Register 6
EDSADC_TSCNT6   0xF0024754          Time-Stamp Counter 6
EDSADC_FCFGA6   0xF0024770          Auxiliary Filter Configuration Register 6
EDSADC_BOUNDSEL6 0xF0024778          Boundary Select Register 6
EDSADC_RESA6    0xF0024780          Result Register 6 Auxiliary
EDSADC_CGSYNC6  0xF00247A0          Carrier Generator Synchronization Reg. 6
EDSADC_RECTCFG6 0xF00247A8          Rectification Configuration Register 6
EDSADC_VCM6     0xF00247B0          Common Mode Voltage Register 6
EDSADC_MODCFG7  0xF0024800          Modulator Configuration Register 7
EDSADC_DICFG7   0xF0024808          Demodulator Input Config. Register 7
EDSADC_FCFGM7   0xF0024810          Filter Configuration Register 7, Main
EDSADC_FCFGC7   0xF0024814          Filter Configuration Register 7, CIC Filter
EDSADC_FCNTC7   0xF0024818          Filter Counter Register 7, CIC Filter
EDSADC_OVSCFG7  0xF002481C          Overshoot Compensation Cfg. Register 7
EDSADC_IWCTR7   0xF0024820          Integration Window Control Register 7
EDSADC_IIVAL7   0xF0024824          Intermediate Integration Value
EDSADC_ISTAT7   0xF0024828          Integrator Status Register 7
EDSADC_RFC7     0xF002482C          Result FIFO Control Register 7
EDSADC_RESM7    0xF0024830          Result Register 7 Main
EDSADC_OFFCOMP7 0xF0024838          Offset Compensation Register 7
EDSADC_GAINCAL7 0xF002483C          Gain Calibration Register 7
EDSADC_GAINCTR7 0xF0024840          Gain Control Register 7
EDSADC_GAINCORR7 0xF0024844          Gain Correction Register 7
EDSADC_TSTMP7   0xF0024850          Time-Stamp Register 7
EDSADC_TSCNT7   0xF0024854          Time-Stamp Counter 7
EDSADC_FCFGA7   0xF0024870          Auxiliary Filter Configuration Register 7
EDSADC_BOUNDSEL7 0xF0024878          Boundary Select Register 7
EDSADC_RESA7    0xF0024880          Result Register 7 Auxiliary
EDSADC_CGSYNC7  0xF00248A0          Carrier Generator Synchronization Reg. 7
EDSADC_RECTCFG7 0xF00248A8          Rectification Configuration Register 7
EDSADC_VCM7     0xF00248B0          Common Mode Voltage Register 7
EDSADC_MODCFG8  0xF0024900          Modulator Configuration Register 8
EDSADC_DICFG8   0xF0024908          Demodulator Input Config. Register 8
EDSADC_FCFGM8   0xF0024910          Filter Configuration Register 8, Main
EDSADC_FCFGC8   0xF0024914          Filter Configuration Register 8, CIC Filter
EDSADC_FCNTC8   0xF0024918          Filter Counter Register 8, CIC Filter
EDSADC_OVSCFG8  0xF002491C          Overshoot Compensation Cfg. Register 8
EDSADC_IWCTR8   0xF0024920          Integration Window Control Register 8
EDSADC_IIVAL8   0xF0024924          Intermediate Integration Value
EDSADC_ISTAT8   0xF0024928          Integrator Status Register 8
EDSADC_RFC8     0xF002492C          Result FIFO Control Register 8
EDSADC_RESM8    0xF0024930          Result Register 8 Main
EDSADC_OFFCOMP8 0xF0024938          Offset Compensation Register 8
EDSADC_GAINCAL8 0xF002493C          Gain Calibration Register 8
EDSADC_GAINCTR8 0xF0024940          Gain Control Register 8
EDSADC_GAINCORR8 0xF0024944          Gain Correction Register 8
EDSADC_TSTMP8   0xF0024950          Time-Stamp Register 8
EDSADC_TSCNT8   0xF0024954          Time-Stamp Counter 8
EDSADC_FCFGA8   0xF0024970          Auxiliary Filter Configuration Register 8
EDSADC_BOUNDSEL8 0xF0024978          Boundary Select Register 8
EDSADC_RESA8    0xF0024980          Result Register 8 Auxiliary
EDSADC_CGSYNC8  0xF00249A0          Carrier Generator Synchronization Reg. 8
EDSADC_RECTCFG8 0xF00249A8          Rectification Configuration Register 8
EDSADC_VCM8     0xF00249B0          Common Mode Voltage Register 8
EDSADC_MODCFG9  0xF0024A00          Modulator Configuration Register 9
EDSADC_DICFG9   0xF0024A08          Demodulator Input Config. Register 9
EDSADC_FCFGM9   0xF0024A10          Filter Configuration Register 9, Main
EDSADC_FCFGC9   0xF0024A14          Filter Configuration Register 9, CIC Filter
EDSADC_FCNTC9   0xF0024A18          Filter Counter Register 9, CIC Filter
EDSADC_OVSCFG9  0xF0024A1C          Overshoot Compensation Cfg. Register 9
EDSADC_IWCTR9   0xF0024A20          Integration Window Control Register 9
EDSADC_IIVAL9   0xF0024A24          Intermediate Integration Value
EDSADC_ISTAT9   0xF0024A28          Integrator Status Register 9
EDSADC_RFC9     0xF0024A2C          Result FIFO Control Register 9
EDSADC_RESM9    0xF0024A30          Result Register 9 Main
EDSADC_OFFCOMP9 0xF0024A38          Offset Compensation Register 9
EDSADC_GAINCAL9 0xF0024A3C          Gain Calibration Register 9
EDSADC_GAINCTR9 0xF0024A40          Gain Control Register 9
EDSADC_GAINCORR9 0xF0024A44          Gain Correction Register 9
EDSADC_TSTMP9   0xF0024A50          Time-Stamp Register 9
EDSADC_TSCNT9   0xF0024A54          Time-Stamp Counter 9
EDSADC_FCFGA9   0xF0024A70          Auxiliary Filter Configuration Register 9
EDSADC_BOUNDSEL9 0xF0024A78          Boundary Select Register 9
EDSADC_RESA9    0xF0024A80          Result Register 9 Auxiliary
EDSADC_CGSYNC9  0xF0024AA0          Carrier Generator Synchronization Reg. 9
EDSADC_RECTCFG9 0xF0024AA8          Rectification Configuration Register 9
EDSADC_VCM9     0xF0024AB0          Common Mode Voltage Register 9
EDSADC_MODCFG10 0xF0024B00          Modulator Configuration Register 10
EDSADC_DICFG10  0xF0024B08          Demodulator Input Config. Register 10
EDSADC_FCFGM10  0xF0024B10          Filter Configuration Register 10, Main
EDSADC_FCFGC10  0xF0024B14          Filter Configuration Register 10, CIC Filter
EDSADC_FCNTC10  0xF0024B18          Filter Counter Register 10, CIC Filter
EDSADC_OVSCFG10 0xF0024B1C          Overshoot Compensation Cfg. Register 10
EDSADC_IWCTR10  0xF0024B20          Integration Window Control Register 10
EDSADC_IIVAL10  0xF0024B24          Intermediate Integration Value
EDSADC_ISTAT10  0xF0024B28          Integrator Status Register 10
EDSADC_RFC10    0xF0024B2C          Result FIFO Control Register 10
EDSADC_RESM10   0xF0024B30          Result Register 10 Main
EDSADC_OFFCOMP10 0xF0024B38          Offset Compensation Register 10
EDSADC_GAINCAL10 0xF0024B3C          Gain Calibration Register 10
EDSADC_GAINCTR10 0xF0024B40          Gain Control Register 10
EDSADC_GAINCORR10 0xF0024B44          Gain Correction Register 10
EDSADC_TSTMP10  0xF0024B50          Time-Stamp Register 10
EDSADC_TSCNT10  0xF0024B54          Time-Stamp Counter 10
EDSADC_FCFGA10  0xF0024B70          Auxiliary Filter Configuration Register 10
EDSADC_BOUNDSEL10 0xF0024B78          Boundary Select Register 10
EDSADC_RESA10   0xF0024B80          Result Register 10 Auxiliary
EDSADC_CGSYNC10 0xF0024BA0          Carrier Generator Synchronization Reg. 10
EDSADC_RECTCFG10 0xF0024BA8          Rectification Configuration Register 10
EDSADC_VCM10    0xF0024BB0          Common Mode Voltage Register 10
EDSADC_MODCFG11 0xF0024C00          Modulator Configuration Register 11
EDSADC_DICFG11  0xF0024C08          Demodulator Input Config. Register 11
EDSADC_FCFGM11  0xF0024C10          Filter Configuration Register 11, Main
EDSADC_FCFGC11  0xF0024C14          Filter Configuration Register 11, CIC Filter
EDSADC_FCNTC11  0xF0024C18          Filter Counter Register 11, CIC Filter
EDSADC_OVSCFG11 0xF0024C1C          Overshoot Compensation Cfg. Register 11
EDSADC_IWCTR11  0xF0024C20          Integration Window Control Register 11
EDSADC_IIVAL11  0xF0024C24          Intermediate Integration Value
EDSADC_ISTAT11  0xF0024C28          Integrator Status Register 11
EDSADC_RFC11    0xF0024C2C          Result FIFO Control Register 11
EDSADC_RESM11   0xF0024C30          Result Register 11 Main
EDSADC_OFFCOMP11 0xF0024C38          Offset Compensation Register 11
EDSADC_GAINCAL11 0xF0024C3C          Gain Calibration Register 11
EDSADC_GAINCTR11 0xF0024C40          Gain Control Register 11
EDSADC_GAINCORR11 0xF0024C44          Gain Correction Register 11
EDSADC_TSTMP11  0xF0024C50          Time-Stamp Register 11
EDSADC_TSCNT11  0xF0024C54          Time-Stamp Counter 11
EDSADC_FCFGA11  0xF0024C70          Auxiliary Filter Configuration Register 11
EDSADC_BOUNDSEL11 0xF0024C78          Boundary Select Register 11
EDSADC_RESA11   0xF0024C80          Result Register 11 Auxiliary
EDSADC_CGSYNC11 0xF0024CA0          Carrier Generator Synchronization Reg. 11
EDSADC_RECTCFG11 0xF0024CA8          Rectification Configuration Register 11
EDSADC_VCM11    0xF0024CB0          Common Mode Voltage Register 11
EDSADC_MODCFG12 0xF0024D00          Modulator Configuration Register 12
EDSADC_DICFG12  0xF0024D08          Demodulator Input Config. Register 12
EDSADC_FCFGM12  0xF0024D10          Filter Configuration Register 12, Main
EDSADC_FCFGC12  0xF0024D14          Filter Configuration Register 12, CIC Filter
EDSADC_FCNTC12  0xF0024D18          Filter Counter Register 12, CIC Filter
EDSADC_OVSCFG12 0xF0024D1C          Overshoot Compensation Cfg. Register 12
EDSADC_IWCTR12  0xF0024D20          Integration Window Control Register 12
EDSADC_IIVAL12  0xF0024D24          Intermediate Integration Value
EDSADC_ISTAT12  0xF0024D28          Integrator Status Register 12
EDSADC_RFC12    0xF0024D2C          Result FIFO Control Register 12
EDSADC_RESM12   0xF0024D30          Result Register 12 Main
EDSADC_OFFCOMP12 0xF0024D38          Offset Compensation Register 12
EDSADC_GAINCAL12 0xF0024D3C          Gain Calibration Register 12
EDSADC_GAINCTR12 0xF0024D40          Gain Control Register 12
EDSADC_GAINCORR12 0xF0024D44          Gain Correction Register 12
EDSADC_TSTMP12  0xF0024D50          Time-Stamp Register 12
EDSADC_TSCNT12  0xF0024D54          Time-Stamp Counter 12
EDSADC_FCFGA12  0xF0024D70          Auxiliary Filter Configuration Register 12
EDSADC_BOUNDSEL12 0xF0024D78          Boundary Select Register 12
EDSADC_RESA12   0xF0024D80          Result Register 12 Auxiliary
EDSADC_CGSYNC12 0xF0024DA0          Carrier Generator Synchronization Reg. 12
EDSADC_RECTCFG12 0xF0024DA8          Rectification Configuration Register 12
EDSADC_VCM12    0xF0024DB0          Common Mode Voltage Register 12
EDSADC_MODCFG13 0xF0024E00          Modulator Configuration Register 13
EDSADC_DICFG13  0xF0024E08          Demodulator Input Config. Register 13
EDSADC_FCFGM13  0xF0024E10          Filter Configuration Register 13, Main
EDSADC_FCFGC13  0xF0024E14          Filter Configuration Register 13, CIC Filter
EDSADC_FCNTC13  0xF0024E18          Filter Counter Register 13, CIC Filter
EDSADC_OVSCFG13 0xF0024E1C          Overshoot Compensation Cfg. Register 13
EDSADC_IWCTR13  0xF0024E20          Integration Window Control Register 13
EDSADC_IIVAL13  0xF0024E24          Intermediate Integration Value
EDSADC_ISTAT13  0xF0024E28          Integrator Status Register 13
EDSADC_RFC13    0xF0024E2C          Result FIFO Control Register 13
EDSADC_RESM13   0xF0024E30          Result Register 13 Main
EDSADC_OFFCOMP13 0xF0024E38          Offset Compensation Register 13
EDSADC_GAINCAL13 0xF0024E3C          Gain Calibration Register 13
EDSADC_GAINCTR13 0xF0024E40          Gain Control Register 13
EDSADC_GAINCORR13 0xF0024E44          Gain Correction Register 13
EDSADC_TSTMP13  0xF0024E50          Time-Stamp Register 13
EDSADC_TSCNT13  0xF0024E54          Time-Stamp Counter 13
EDSADC_FCFGA13  0xF0024E70          Auxiliary Filter Configuration Register 13
EDSADC_BOUNDSEL13 0xF0024E78          Boundary Select Register 13
EDSADC_RESA13   0xF0024E80          Result Register 13 Auxiliary
EDSADC_CGSYNC13 0xF0024EA0          Carrier Generator Synchronization Reg. 13
EDSADC_RECTCFG13 0xF0024EA8          Rectification Configuration Register 13
EDSADC_VCM13    0xF0024EB0          Common Mode Voltage Register 13
CONVCTRL_CLC    0xF0025000          Clock Control Register
CONVCTRL_ID     0xF0025008          Module Identification Register
CONVCTRL_OCS    0xF0025028          OCDS Control and Status Register
CONVCTRL_KRSTCLR 0xF002502C          Kernel Reset Status Clear Register
CONVCTRL_KRST1  0xF0025030          Kernel Reset Register 1
CONVCTRL_KRST0  0xF0025034          Kernel Reset Register 0
CONVCTRL_ACCEN0 0xF002503C          Access Enable Register 0
CONVCTRL_CCCTRL 0xF002507C          Converter Control Block Control Register
CONVCTRL_PHSCFG 0xF0025080          Phase Synchronizer Configuration Register
CONVCTRL_PHSSFTY 0xF0025084          Phase Synchronizer Safety Control Register
SBCU_ID         0xF0030008          Module Identification Register
SBCU_CON        0xF0030010          BCU Control Register
SBCU_PRIOH      0xF0030014          Arbiter Priority Register High
SBCU_PRIOL      0xF0030018          Arbiter Priority Register Low
SBCU_ECON       0xF0030020          BCU Error Control Capture Register
SBCU_EADD       0xF0030024          BCU Error Address Capture Register
SBCU_EDAT       0xF0030028          BCU Error Data Capture Register
SBCU_DBCNTL     0xF0030030          BCU Debug Control Register
SBCU_DBGRNT     0xF0030034          SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0030038          BCU Debug Address 1 Register
SBCU_DBADR2     0xF003003C          BCU Debug Address 2 Register
SBCU_DBBOS      0xF0030040          BCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0030044          SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0030048          BCU Debug Trapped Address Register
SBCU_DBBOST     0xF003004C          BCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0030050          BCU Debug Data Status Register
SBCU_ALSTAT0    0xF0030060          BCU EDC Alarm Status Register 0
SBCU_ALSTAT1    0xF0030064          BCU EDC Alarm Status Register 1
SBCU_ALSTAT2    0xF0030068          BCU EDC Alarm Status Register 2
SBCU_ALSTAT3    0xF003006C          BCU EDC Alarm Status Register 3
SBCU_ALCLR0     0xF0030070          BCU EDC Alarm Clear Register 0
SBCU_ALCLR1     0xF0030074          BCU EDC Alarm Clear Register 1
SBCU_ALCLR2     0xF0030078          BCU EDC Alarm Clear Register 2
SBCU_ALCLR3     0xF003007C          BCU EDC Alarm Clear Register 3
SBCU_ALCTRL     0xF0030080          BCU EDC Alarm Control Register
SBCU_FEGEN      0xF0030084          FPI Error Generation Control Register
SBCU_ACCEN1     0xF00300F8          Access Enable Register 1
SBCU_ACCEN0     0xF00300FC          Access Enable Register 0
IOM_CLC         0xF0035000          IOM Clock Control Register
IOM_ID          0xF0035008          IOM Identification Register
IOM_KRSTCLR     0xF003501C          IOM Kernel Reset Status Clear Register
IOM_KRST1       0xF0035020          IOM Kernel Reset Register 1
IOM_KRST0       0xF0035024          IOM Kernel Reset Register 0
IOM_ACCEN1      0xF0035028          IOM Access Enable Register 1
IOM_ACCEN0      0xF003502C          IOM Access Enable Register 0
IOM_ECMCCFG     0xF0035030          IOM Event Combiner Module Counter Configuration Register
IOM_ECMSELR     0xF0035034          IOM Event Combiner Module Global Event Selection Register
IOM_ECMETH0     0xF0035038          IOM Event Combiner Module Event Trigger History Register 0
IOM_ECMETH1     0xF003503C          IOM Event Combiner Module Event Trigger History Register 1
IOM_GTMEXR      0xF0035040          IOM GTM Input EXOR Combiner Selection Register
IOM_FPCESR      0xF0035078          IOM Filter and Prescaler Channels Rising 'and' Falling Edge Status Register
IOM_FPCCTR0     0xF0035080          IOM Filter and Prescaler Channel Control Register 0
IOM_FPCCTR1     0xF0035084          IOM Filter and Prescaler Channel Control Register 1
IOM_FPCCTR2     0xF0035088          IOM Filter and Prescaler Channel Control Register 2
IOM_FPCCTR3     0xF003508C          IOM Filter and Prescaler Channel Control Register 3
IOM_FPCCTR4     0xF0035090          IOM Filter and Prescaler Channel Control Register 4
IOM_FPCCTR5     0xF0035094          IOM Filter and Prescaler Channel Control Register 5
IOM_FPCCTR6     0xF0035098          IOM Filter and Prescaler Channel Control Register 6
IOM_FPCCTR7     0xF003509C          IOM Filter and Prescaler Channel Control Register 7
IOM_FPCCTR8     0xF00350A0          IOM Filter and Prescaler Channel Control Register 8
IOM_FPCCTR9     0xF00350A4          IOM Filter and Prescaler Channel Control Register 9
IOM_FPCCTR10    0xF00350A8          IOM Filter and Prescaler Channel Control Register 10
IOM_FPCCTR11    0xF00350AC          IOM Filter and Prescaler Channel Control Register 11
IOM_FPCCTR12    0xF00350B0          IOM Filter and Prescaler Channel Control Register 12
IOM_FPCCTR13    0xF00350B4          IOM Filter and Prescaler Channel Control Register 13
IOM_FPCCTR14    0xF00350B8          IOM Filter and Prescaler Channel Control Register 14
IOM_FPCCTR15    0xF00350BC          IOM Filter and Prescaler Channel Control Register 15
IOM_FPCTIM0     0xF00350C0          IOM Filter and Prescaler Channel Timer Register 0
IOM_FPCTIM1     0xF00350C4          IOM Filter and Prescaler Channel Timer Register 1
IOM_FPCTIM2     0xF00350C8          IOM Filter and Prescaler Channel Timer Register 2
IOM_FPCTIM3     0xF00350CC          IOM Filter and Prescaler Channel Timer Register 3
IOM_FPCTIM4     0xF00350D0          IOM Filter and Prescaler Channel Timer Register 4
IOM_FPCTIM5     0xF00350D4          IOM Filter and Prescaler Channel Timer Register 5
IOM_FPCTIM6     0xF00350D8          IOM Filter and Prescaler Channel Timer Register 6
IOM_FPCTIM7     0xF00350DC          IOM Filter and Prescaler Channel Timer Register 7
IOM_FPCTIM8     0xF00350E0          IOM Filter and Prescaler Channel Timer Register 8
IOM_FPCTIM9     0xF00350E4          IOM Filter and Prescaler Channel Timer Register 9
IOM_FPCTIM10    0xF00350E8          IOM Filter and Prescaler Channel Timer Register 10
IOM_FPCTIM11    0xF00350EC          IOM Filter and Prescaler Channel Timer Register 11
IOM_FPCTIM12    0xF00350F0          IOM Filter and Prescaler Channel Timer Register 12
IOM_FPCTIM13    0xF00350F4          IOM Filter and Prescaler Channel Timer Register 13
IOM_FPCTIM14    0xF00350F8          IOM Filter and Prescaler Channel Timer Register 14
IOM_FPCTIM15    0xF00350FC          IOM Filter and Prescaler Channel Timer Register 15
IOM_LAMEWC0     0xF0035100          IOM Logic Analyzer Module Event Window Count Status Register 0
IOM_LAMEWC1     0xF0035104          IOM Logic Analyzer Module Event Window Count Status Register 1
IOM_LAMEWC2     0xF0035108          IOM Logic Analyzer Module Event Window Count Status Register 2
IOM_LAMEWC3     0xF003510C          IOM Logic Analyzer Module Event Window Count Status Register 3
IOM_LAMEWC4     0xF0035110          IOM Logic Analyzer Module Event Window Count Status Register 4
IOM_LAMEWC5     0xF0035114          IOM Logic Analyzer Module Event Window Count Status Register 5
IOM_LAMEWC6     0xF0035118          IOM Logic Analyzer Module Event Window Count Status Register 6
IOM_LAMEWC7     0xF003511C          IOM Logic Analyzer Module Event Window Count Status Register 7
IOM_LAMEWC8     0xF0035120          IOM Logic Analyzer Module Event Window Count Status Register 8
IOM_LAMEWC9     0xF0035124          IOM Logic Analyzer Module Event Window Count Status Register 9
IOM_LAMEWC10    0xF0035128          IOM Logic Analyzer Module Event Window Count Status Register 10
IOM_LAMEWC11    0xF003512C          IOM Logic Analyzer Module Event Window Count Status Register 11
IOM_LAMEWC12    0xF0035130          IOM Logic Analyzer Module Event Window Count Status Register 12
IOM_LAMEWC13    0xF0035134          IOM Logic Analyzer Module Event Window Count Status Register 13
IOM_LAMEWC14    0xF0035138          IOM Logic Analyzer Module Event Window Count Status Register 14
IOM_LAMEWC15    0xF003513C          IOM Logic Analyzer Module Event Window Count Status Register 15
IOM_LAMCFG0     0xF0035180          IOM Logic Analyzer Module Configuration Register 0
IOM_LAMCFG1     0xF0035184          IOM Logic Analyzer Module Configuration Register 1
IOM_LAMCFG2     0xF0035188          IOM Logic Analyzer Module Configuration Register 2
IOM_LAMCFG3     0xF003518C          IOM Logic Analyzer Module Configuration Register 3
IOM_LAMCFG4     0xF0035190          IOM Logic Analyzer Module Configuration Register 4
IOM_LAMCFG5     0xF0035194          IOM Logic Analyzer Module Configuration Register 5
IOM_LAMCFG6     0xF0035198          IOM Logic Analyzer Module Configuration Register 6
IOM_LAMCFG7     0xF003519C          IOM Logic Analyzer Module Configuration Register 7
IOM_LAMCFG8     0xF00351A0          IOM Logic Analyzer Module Configuration Register 8
IOM_LAMCFG9     0xF00351A4          IOM Logic Analyzer Module Configuration Register 9
IOM_LAMCFG10    0xF00351A8          IOM Logic Analyzer Module Configuration Register 10
IOM_LAMCFG11    0xF00351AC          IOM Logic Analyzer Module Configuration Register 11
IOM_LAMCFG12    0xF00351B0          IOM Logic Analyzer Module Configuration Register 12
IOM_LAMCFG13    0xF00351B4          IOM Logic Analyzer Module Configuration Register 13
IOM_LAMCFG14    0xF00351B8          IOM Logic Analyzer Module Configuration Register 14
IOM_LAMCFG15    0xF00351BC          IOM Logic Analyzer Module Configuration Register 15
IOM_LAMEWS0     0xF00351C0          IOM Logic Analyzer Module Event Window Configuration Register 0
IOM_LAMEWS1     0xF00351C4          IOM Logic Analyzer Module Event Window Configuration Register 1
IOM_LAMEWS2     0xF00351C8          IOM Logic Analyzer Module Event Window Configuration Register 2
IOM_LAMEWS3     0xF00351CC          IOM Logic Analyzer Module Event Window Configuration Register 3
IOM_LAMEWS4     0xF00351D0          IOM Logic Analyzer Module Event Window Configuration Register 4
IOM_LAMEWS5     0xF00351D4          IOM Logic Analyzer Module Event Window Configuration Register 5
IOM_LAMEWS6     0xF00351D8          IOM Logic Analyzer Module Event Window Configuration Register 6
IOM_LAMEWS7     0xF00351DC          IOM Logic Analyzer Module Event Window Configuration Register 7
IOM_LAMEWS8     0xF00351E0          IOM Logic Analyzer Module Event Window Configuration Register 8
IOM_LAMEWS9     0xF00351E4          IOM Logic Analyzer Module Event Window Configuration Register 9
IOM_LAMEWS10    0xF00351E8          IOM Logic Analyzer Module Event Window Configuration Register 10
IOM_LAMEWS11    0xF00351EC          IOM Logic Analyzer Module Event Window Configuration Register 11
IOM_LAMEWS12    0xF00351F0          IOM Logic Analyzer Module Event Window Configuration Register 12
IOM_LAMEWS13    0xF00351F4          IOM Logic Analyzer Module Event Window Configuration Register 13
IOM_LAMEWS14    0xF00351F8          IOM Logic Analyzer Module Event Window Configuration Register 14
IOM_LAMEWS15    0xF00351FC          IOM Logic Analyzer Module Event Window Configuration Register 15
SCU_ID          0xF0036008          Identification Register
SCU_OSCCON      0xF0036010          OSC Control Register
SCU_SYSPLLSTAT  0xF0036014          System PLL Status Register
SCU_SYSPLLCON0  0xF0036018          System PLL Configuration 0 Register
SCU_SYSPLLCON1  0xF003601C          System PLL Configuration 1 Register
SCU_SYSPLLCON2  0xF0036020          System PLL Configuration 2 Register
SCU_PERPLLSTAT  0xF0036024          Peripheral PLL Status Register
SCU_PERPLLCON0  0xF0036028          Peripheral PLL Configuration 0 Register
SCU_PERPLLCON1  0xF003602C          Peripheral PLL Configuration 1 Register
SCU_CCUCON0     0xF0036030          CCU Clock Control Register 0
SCU_CCUCON1     0xF0036034          CCU Clock Control Register 1
SCU_FDR         0xF0036038          Fractional Divider Register
SCU_EXTCON      0xF003603C          External Clock Control Register
SCU_CCUCON2     0xF0036040          CCU Clock Control Register 2
SCU_CCUCON3     0xF0036044          CCU Clock Control Register 3
SCU_CCUCON4     0xF0036048          CCU Clock Control Register 4
SCU_CCUCON5     0xF003604C          CCU Clock Control Register 5
SCU_RSTSTAT     0xF0036050          Reset Status Register
SCU_RSTCON      0xF0036058          Reset Configuration Register
SCU_ARSTDIS     0xF003605C          Application Reset Disable Register
SCU_SWRSTCON    0xF0036060          Software Reset Configuration Register
SCU_RSTCON2     0xF0036064          Additional Reset Control Register
SCU_RSTCON3     0xF0036068          Reset Configuration Register 3
SCU_ESRCFG0     0xF0036070          ESR0 Input Configuration Register
SCU_ESRCFG1     0xF0036074          ESR1 Input Configuration Register
SCU_ESROCFG     0xF0036078          ESR Output Configuration Register
SCU_SYSCON      0xF003607C          System Control Register
SCU_CCUCON6     0xF0036080          CCU Clock Control Register 6
SCU_CCUCON7     0xF0036084          CCU Clock Control Register 7
SCU_CCUCON8     0xF0036088          CCU Clock Control Register 8
SCU_CCUCON9     0xF003608C          CCU Clock Control Register 9
SCU_CCUCON10    0xF0036090          CCU Clock Control Register 10
SCU_CCUCON11    0xF0036094          CCU Clock Control Register 11
SCU_PDR         0xF003609C          ESR Pad Driver Mode Register
SCU_IOCR        0xF00360A0          Input/Output Control Register
SCU_OUT         0xF00360A4          ESR Output Register
SCU_OMR         0xF00360A8          ESR Output Modification Register
SCU_IN          0xF00360AC          ESR Input Register
SCU_STSTAT      0xF00360C0          Start-up Status Register
SCU_STCON       0xF00360C4          Start-up Configuration Register
SCU_PMCSR0      0xF00360C8          Power Management Control and Status Register
SCU_PMCSR1      0xF00360CC          Power Management Control and Status Register
SCU_PMCSR2      0xF00360D0          Power Management Control and Status Register
SCU_PMCSR3      0xF00360D4          Power Management Control and Status Register
SCU_PMCSR4      0xF00360D8          Power Management Control and Status Register
SCU_PMCSR5      0xF00360DC          Power Management Control and Status Register
SCU_PMSTAT0     0xF00360E4          Power Management Status Register 0
SCU_PMSWCR1     0xF00360E8          Standby and Wake-up Control Register 1
SCU_EMSR        0xF00360FC          Emergency Stop Register
SCU_EMSSW       0xF0036100          Emergency Stop Software set and clear register
SCU_DTSCSTAT    0xF0036104          Core Die Temperature Sensor Status Register
SCU_DTSCLIM     0xF0036108          Core Die Temperature Sensor Limit Register
SCU_TRAPDIS1    0xF0036120          Trap Disable Register 1
SCU_TRAPSTAT    0xF0036124          Trap Status Register
SCU_TRAPSET     0xF0036128          Trap Set Register
SCU_TRAPCLR     0xF003612C          Trap Clear Register
SCU_TRAPDIS0    0xF0036130          Trap Disable Register 0
SCU_LCLCON0     0xF0036134          LCL CPU0 and CPU2 Control Register
SCU_LCLCON1     0xF0036138          LCL CPU1 and CPU3 Control Register
SCU_LCLTEST     0xF003613C          LCL Test Register
SCU_CHIPID      0xF0036140          Chip Identification Register
SCU_MANID       0xF0036144          Manufacturer Identification Register
SCU_SWAPCTRL    0xF003614C          Alternate Address Control Register
SCU_LBISTCTRL0  0xF0036164          Logic BIST Control 0 Register
SCU_LBISTCTRL1  0xF0036168          Logic BIST Control 1 Register
SCU_LBISTCTRL2  0xF003616C          Logic BIST Control 2 Register
SCU_LBISTCTRL3  0xF0036170          Logic BIST Control 3 Register
SCU_PDISC       0xF003618C          Pad Disable Control Register
SCU_PMTRCSR0    0xF0036198          Power Management Transition Control and Status Register 0
SCU_PMTRCSR1    0xF003619C          Power Management Transition Control and Status Register 1
SCU_PMTRCSR2    0xF00361A0          Power Management Transition Control and Status Register 2
SCU_PMTRCSR3    0xF00361A4          Power Management Transition Control and Status Register 3
SCU_OVCENABLE   0xF00361E0          Overlay Enable Register
SCU_OVCCON      0xF00361E4          Overlay Control Register
SCU_EIFILT      0xF003620C          External Input Filter Register
SCU_EICR0       0xF0036210          External Input Channel Register 0
SCU_EICR1       0xF0036214          External Input Channel Register 1
SCU_EICR2       0xF0036218          External Input Channel Register 2
SCU_EICR3       0xF003621C          External Input Channel Register 3
SCU_EIFR        0xF0036220          External Input Flag Register
SCU_FMR         0xF0036224          Flag Modification Register
SCU_PDRR        0xF0036228          Pattern Detection Result Register
SCU_IGCR0       0xF003622C          Flag Gating Register 0
SCU_IGCR1       0xF0036230          Flag Gating Register 1
SCU_IGCR2       0xF0036234          Flag Gating Register 2
SCU_IGCR3       0xF0036238          Flag Gating Register 3
SCU_WDTCPU0CON0 0xF003624C          CPU0 WDT Control Register 0
SCU_WDTCPU0CON1 0xF0036250          CPU0 WDT Control Register 1
SCU_WDTCPU0SR   0xF0036254          CPU0 WDT Status Register
SCU_WDTCPU1CON0 0xF0036258          CPU1 WDT Control Register 0
SCU_WDTCPU1CON1 0xF003625C          CPU1 WDT Control Register 1
SCU_WDTCPU1SR   0xF0036260          CPU1 WDT Status Register
SCU_WDTCPU2CON0 0xF0036264          CPU2 WDT Control Register 0
SCU_WDTCPU2CON1 0xF0036268          CPU2 WDT Control Register 1
SCU_WDTCPU2SR   0xF003626C          CPU2 WDT Status Register
SCU_WDTCPU3CON0 0xF0036270          CPU3 WDT Control Register 0
SCU_WDTCPU3CON1 0xF0036274          CPU3 WDT Control Register 1
SCU_WDTCPU3SR   0xF0036278          CPU3 WDT Status Register
SCU_WDTCPU4CON0 0xF003627C          CPU4 WDT Control Register 0
SCU_WDTCPU4CON1 0xF0036280          CPU4 WDT Control Register 1
SCU_WDTCPU4SR   0xF0036284          CPU4 WDT Status Register
SCU_WDTCPU5CON0 0xF0036288          CPU5 WDT Control Register 0
SCU_WDTCPU5CON1 0xF003628C          CPU5 WDT Control Register 1
SCU_WDTCPU5SR   0xF0036290          CPU5 WDT Status Register
SCU_EICON0      0xF003629C          ENDINIT Global Control Register 0
SCU_EICON1      0xF00362A0          ENDINIT Global Control Register 1
SCU_EISR        0xF00362A4          ENDINIT Timeout Counter Status Register
SCU_WDTSCON0    0xF00362A8          Safety WDT Control Register 0
SCU_WDTSCON1    0xF00362AC          Safety WDT Control Register 1
SCU_WDTSSR      0xF00362B0          Safety WDT Status Register
SCU_SEICON0     0xF00362B4          Safety ENDINIT Control Register 0
SCU_SEICON1     0xF00362B8          Safety ENDINIT Control Register 1
SCU_SEISR       0xF00362BC          Safety ENDINIT Timeout Status Register
SCU_ACCEN11     0xF00363F0          Access Enable Register 11
SCU_ACCEN10     0xF00363F4          Access Enable Register 10
SCU_ACCEN01     0xF00363F8          Access Enable Register 01
SCU_ACCEN00     0xF00363FC          Access Enable Register 00
SMU_CLC         0xF0036800          Clock Control Register
SMU_ID          0xF0036808          Module Identification Register
SMU_CMD         0xF0036820          Command Register
SMU_STS         0xF0036824          Status Register
SMU_FSP         0xF0036828          Fault Signaling Protocol
SMU_AGC         0xF003682C          Alarm Global Configuration
SMU_RTC         0xF0036830          Recovery Timer Configuration
SMU_KEYS        0xF0036834          Key Register
SMU_DBG         0xF0036838          Debug Register
SMU_PCTL        0xF003683C          Port Control
SMU_AFCNT       0xF0036840          Alarm and Fault Counter
SMU_RTAC00      0xF0036860          Recovery Timer 0 Alarm Configuration 0
SMU_RTAC01      0xF0036864          Recovery Timer 0 Alarm Configuration 1
SMU_RTAC10      0xF0036868          Recovery Timer 1 Alarm Configuration 0
SMU_RTAC11      0xF003686C          Recovery Timer 1 Alarm Configuration 1
SMU_AEX         0xF0036870          Alarm Executed Status Register
SMU_AEXCLR      0xF0036874          Alarm Executed Status Clear Register
SMU_AG0CF0      0xF0036900          Alarm 0 Configuration Register
SMU_AG0CF1      0xF0036904          Alarm 0 Configuration Register
SMU_AG0CF2      0xF0036908          Alarm 0 Configuration Register
SMU_AG1CF0      0xF003690C          Alarm 1 Configuration Register
SMU_AG1CF1      0xF0036910          Alarm 1 Configuration Register
SMU_AG1CF2      0xF0036914          Alarm 1 Configuration Register
SMU_AG2CF0      0xF0036918          Alarm 2 Configuration Register
SMU_AG2CF1      0xF003691C          Alarm 2 Configuration Register
SMU_AG2CF2      0xF0036920          Alarm 2 Configuration Register
SMU_AG3CF0      0xF0036924          Alarm 3 Configuration Register
SMU_AG3CF1      0xF0036928          Alarm 3 Configuration Register
SMU_AG3CF2      0xF003692C          Alarm 3 Configuration Register
SMU_AG4CF0      0xF0036930          Alarm 4 Configuration Register
SMU_AG4CF1      0xF0036934          Alarm 4 Configuration Register
SMU_AG4CF2      0xF0036938          Alarm 4 Configuration Register
SMU_AG5CF0      0xF003693C          Alarm 5 Configuration Register
SMU_AG5CF1      0xF0036940          Alarm 5 Configuration Register
SMU_AG5CF2      0xF0036944          Alarm 5 Configuration Register
SMU_AG6CF0      0xF0036948          Alarm 6 Configuration Register
SMU_AG6CF1      0xF003694C          Alarm 6 Configuration Register
SMU_AG6CF2      0xF0036950          Alarm 6 Configuration Register
SMU_AG7CF0      0xF0036954          Alarm 7 Configuration Register
SMU_AG7CF1      0xF0036958          Alarm 7 Configuration Register
SMU_AG7CF2      0xF003695C          Alarm 7 Configuration Register
SMU_AG8CF0      0xF0036960          Alarm 8 Configuration Register
SMU_AG8CF1      0xF0036964          Alarm 8 Configuration Register
SMU_AG8CF2      0xF0036968          Alarm 8 Configuration Register
SMU_AG9CF0      0xF003696C          Alarm 9 Configuration Register
SMU_AG9CF1      0xF0036970          Alarm 9 Configuration Register
SMU_AG9CF2      0xF0036974          Alarm 9 Configuration Register
SMU_AG10CF0     0xF0036978          Alarm 10 Configuration Register
SMU_AG10CF1     0xF003697C          Alarm 10 Configuration Register
SMU_AG10CF2     0xF0036980          Alarm 10 Configuration Register
SMU_AG11CF0     0xF0036984          Alarm 11 Configuration Register
SMU_AG11CF1     0xF0036988          Alarm 11 Configuration Register
SMU_AG11CF2     0xF003698C          Alarm 11 Configuration Register
SMU_AG0FSP      0xF0036990          SMU_core 0 FSP Configuration Register
SMU_AG1FSP      0xF0036994          SMU_core 1 FSP Configuration Register
SMU_AG2FSP      0xF0036998          SMU_core 2 FSP Configuration Register
SMU_AG3FSP      0xF003699C          SMU_core 3 FSP Configuration Register
SMU_AG4FSP      0xF00369A0          SMU_core 4 FSP Configuration Register
SMU_AG5FSP      0xF00369A4          SMU_core 5 FSP Configuration Register
SMU_AG6FSP      0xF00369A8          SMU_core 6 FSP Configuration Register
SMU_AG7FSP      0xF00369AC          SMU_core 7 FSP Configuration Register
SMU_AG8FSP      0xF00369B0          SMU_core 8 FSP Configuration Register
SMU_AG9FSP      0xF00369B4          SMU_core 9 FSP Configuration Register
SMU_AG10FSP     0xF00369B8          SMU_core 10 FSP Configuration Register
SMU_AG11FSP     0xF00369BC          SMU_core 11 FSP Configuration Register
SMU_AG0         0xF00369C0          Alarm 0 Status Register
SMU_AG1         0xF00369C4          Alarm 1 Status Register
SMU_AG2         0xF00369C8          Alarm 2 Status Register
SMU_AG3         0xF00369CC          Alarm 3 Status Register
SMU_AG4         0xF00369D0          Alarm 4 Status Register
SMU_AG5         0xF00369D4          Alarm 5 Status Register
SMU_AG6         0xF00369D8          Alarm 6 Status Register
SMU_AG7         0xF00369DC          Alarm 7 Status Register
SMU_AG8         0xF00369E0          Alarm 8 Status Register
SMU_AG9         0xF00369E4          Alarm 9 Status Register
SMU_AG10        0xF00369E8          Alarm 10 Status Register
SMU_AG11        0xF00369EC          Alarm 11 Status Register
SMU_AD0         0xF0036A00          Alarm 0 Debug Register
SMU_AD1         0xF0036A04          Alarm 1 Debug Register
SMU_AD2         0xF0036A08          Alarm 2 Debug Register
SMU_AD3         0xF0036A0C          Alarm 3 Debug Register
SMU_AD4         0xF0036A10          Alarm 4 Debug Register
SMU_AD5         0xF0036A14          Alarm 5 Debug Register
SMU_AD6         0xF0036A18          Alarm 6 Debug Register
SMU_AD7         0xF0036A1C          Alarm 7 Debug Register
SMU_AD8         0xF0036A20          Alarm 8 Debug Register
SMU_AD9         0xF0036A24          Alarm 9 Debug Register
SMU_AD10        0xF0036A28          Alarm 10 Debug Register
SMU_AD11        0xF0036A2C          Alarm 11 Debug Register
SMU_RMCTL       0xF0036B00          Register Monitor Control
SMU_RMEF        0xF0036B04          Register Monitor Error Flags
SMU_RMSTS       0xF0036B08          Register Monitor Self Test Status
SMU_OCS         0xF0036FE8          OCDS Control and Status
SMU_ACCEN1      0xF0036FF8          SMU_core Access Enable Register 1
SMU_ACCEN0      0xF0036FFC          SMU_core Access Enable Register 0
INT_ID          0xF0037008          Module Identification Register
INT_SRB0        0xF0037010          Service Request Broadcast Register 0
INT_SRB1        0xF0037014          Service Request Broadcast Register 1
INT_SRB2        0xF0037018          Service Request Broadcast Register 2
INT_SRB3        0xF003701C          Service Request Broadcast Register 3
INT_SRB4        0xF0037020          Service Request Broadcast Register 4
INT_SRB5        0xF0037024          Service Request Broadcast Register 5
INT_OOBS        0xF0037080          OTGM OTGB0/1 Status
INT_OSSIC       0xF0037084          OTGM SSI Control
INT_OIXTS       0xF0037088          OTGM IRQ MUX Trigger Set Select
INT_OIXMS       0xF003708C          OTGM IRQ MUX Missed IRQ Select
INT_OIXS0       0xF0037090          OTGM IRQ MUX Select 0
INT_OIXS1       0xF0037094          OTGM IRQ MUX Select 1
INT_OIT         0xF00370A0          OTGM IRQ Trace
INT_OMISP       0xF00370A4          OTGM MCDS I/F Sensitivity Posedge
INT_OMISN       0xF00370A8          OTGM MCDS I/F Sensitivity Negedge
INT_ACCEN_CONFIG0 0xF00370F0          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 0
INT_ACCEN_CONFIG1 0xF00370F4          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 1
INT_ACCEN_SRB00 0xF0037100          Access Enable covering SRB0, Register 0
INT_ACCEN_SRB01 0xF0037104          Access Enable covering SRB0, Register 1
INT_ACCEN_SRB10 0xF0037108          Access Enable covering SRB1, Register 0
INT_ACCEN_SRB11 0xF003710C          Access Enable covering SRB1, Register 1
INT_ACCEN_SRB20 0xF0037110          Access Enable covering SRB2, Register 0
INT_ACCEN_SRB21 0xF0037114          Access Enable covering SRB2, Register 1
INT_ACCEN_SRB30 0xF0037118          Access Enable covering SRB3, Register 0
INT_ACCEN_SRB31 0xF003711C          Access Enable covering SRB3, Register 1
INT_ACCEN_SRB40 0xF0037120          Access Enable covering SRB4, Register 0
INT_ACCEN_SRB41 0xF0037124          Access Enable covering SRB4, Register 1
INT_ACCEN_SRB50 0xF0037128          Access Enable covering SRB5, Register 0
INT_ACCEN_SRB51 0xF003712C          Access Enable covering SRB5, Register 1
INT_ACCEN_SRC_TOS00 0xF0037180          Access Enable covering all SRC0[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS01 0xF0037184          Access Enable covering all SRC0[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS10 0xF0037188          Access Enable covering all SRC1[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS11 0xF003718C          Access Enable covering all SRC1[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS20 0xF0037190          Access Enable covering all SRC2[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS21 0xF0037194          Access Enable covering all SRC2[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS30 0xF0037198          Access Enable covering all SRC3[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS31 0xF003719C          Access Enable covering all SRC3[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS40 0xF00371A0          Access Enable covering all SRC4[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS41 0xF00371A4          Access Enable covering all SRC4[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS50 0xF00371A8          Access Enable covering all SRC5[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS51 0xF00371AC          Access Enable covering all SRC5[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS60 0xF00371B0          Access Enable covering all SRC6[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS61 0xF00371B4          Access Enable covering all SRC6[31:16] mapped to ICUx, Register 1
INT_LWSR0       0xF0037200          Latest Winning Service Request Register x, related to ICU0
INT_LASR0       0xF0037204          Last Acknowledged Service Request Register x, related to ICU0
INT_ECR0        0xF0037208          Error Capture Register x, related to ICU0
INT_LWSR1       0xF0037210          Latest Winning Service Request Register x, related to ICU1
INT_LASR1       0xF0037214          Last Acknowledged Service Request Register x, related to ICU1
INT_ECR1        0xF0037218          Error Capture Register x, related to ICU1
INT_LWSR2       0xF0037220          Latest Winning Service Request Register x, related to ICU2
INT_LASR2       0xF0037224          Last Acknowledged Service Request Register x, related to ICU2
INT_ECR2        0xF0037228          Error Capture Register x, related to ICU2
INT_LWSR3       0xF0037230          Latest Winning Service Request Register x, related to ICU3
INT_LASR3       0xF0037234          Last Acknowledged Service Request Register x, related to ICU3
INT_ECR3        0xF0037238          Error Capture Register x, related to ICU3
INT_LWSR4       0xF0037240          Latest Winning Service Request Register x, related to ICU4
INT_LASR4       0xF0037244          Last Acknowledged Service Request Register x, related to ICU4
INT_ECR4        0xF0037248          Error Capture Register x, related to ICU4
INT_LWSR5       0xF0037250          Latest Winning Service Request Register x, related to ICU5
INT_LASR5       0xF0037254          Last Acknowledged Service Request Register x, related to ICU5
INT_ECR5        0xF0037258          Error Capture Register x, related to ICU5
INT_LWSR6       0xF0037260          Latest Winning Service Request Register x, related to ICU6
INT_LASR6       0xF0037264          Last Acknowledged Service Request Register x, related to ICU6
INT_ECR6        0xF0037268          Error Capture Register x, related to ICU6
SRC_CPU0SB      0xF0038000          CPU0 Software Breakpoint Service Request
SRC_CPU1SB      0xF0038004          CPU1 Software Breakpoint Service Request
SRC_CPU2SB      0xF0038008          CPU2 Software Breakpoint Service Request
SRC_CPU3SB      0xF003800C          CPU3 Software Breakpoint Service Request
SRC_CPU4SB      0xF0038010          CPU4 Software Breakpoint Service Request
SRC_CPU5SB      0xF0038014          CPU5 Software Breakpoint Service Request
SRC_BCUSPB      0xF0038020          SBCU Service Request [SPB Bus Control Unit)
SRC_BCUBBB      0xF0038024          EBCU Service Request [BBB Bus Control Unit, on ED and ADAS devices only)
SRC_AGBT        0xF003802C          AGBT Service Request [on ED devices only)
SRC_XBAR0       0xF0038030          SRI Domain 0 Service Request
SRC_XBAR1       0xF0038034          SRI Domain 1 Service Request
SRC_XBAR2       0xF0038038          SRI Domain 2 Service Request
SRC_CERBERUS0   0xF0038040          Cerberus Service Request 0
SRC_CERBERUS1   0xF0038044          Cerberus Service Request 1
SRC_ASCLIN0TX   0xF0038050          ASCLIN0 Transmit Service Request
SRC_ASCLIN0RX   0xF0038054          ASCLIN0 Receive Service Request
SRC_ASCLIN0ERR  0xF0038058          ASCLIN0 Error Service Request
SRC_ASCLIN1TX   0xF003805C          ASCLIN1 Transmit Service Request
SRC_ASCLIN1RX   0xF0038060          ASCLIN1 Receive Service Request
SRC_ASCLIN1ERR  0xF0038064          ASCLIN1 Error Service Request
SRC_ASCLIN2TX   0xF0038068          ASCLIN2 Transmit Service Request
SRC_ASCLIN2RX   0xF003806C          ASCLIN2 Receive Service Request
SRC_ASCLIN2ERR  0xF0038070          ASCLIN2 Error Service Request
SRC_ASCLIN3TX   0xF0038074          ASCLIN3 Transmit Service Request
SRC_ASCLIN3RX   0xF0038078          ASCLIN3 Receive Service Request
SRC_ASCLIN3ERR  0xF003807C          ASCLIN3 Error Service Request
SRC_ASCLIN4TX   0xF0038080          ASCLIN4 Transmit Service Request
SRC_ASCLIN4RX   0xF0038084          ASCLIN4 Receive Service Request
SRC_ASCLIN4ERR  0xF0038088          ASCLIN4 Error Service Request
SRC_ASCLIN5TX   0xF003808C          ASCLIN5 Transmit Service Request
SRC_ASCLIN5RX   0xF0038090          ASCLIN5 Receive Service Request
SRC_ASCLIN5ERR  0xF0038094          ASCLIN5 Error Service Request
SRC_ASCLIN6TX   0xF0038098          ASCLIN6 Transmit Service Request
SRC_ASCLIN6RX   0xF003809C          ASCLIN6 Receive Service Request
SRC_ASCLIN6ERR  0xF00380A0          ASCLIN6 Error Service Request
SRC_ASCLIN7TX   0xF00380A4          ASCLIN7 Transmit Service Request
SRC_ASCLIN7RX   0xF00380A8          ASCLIN7 Receive Service Request
SRC_ASCLIN7ERR  0xF00380AC          ASCLIN7 Error Service Request
SRC_ASCLIN8TX   0xF00380B0          ASCLIN8 Transmit Service Request
SRC_ASCLIN8RX   0xF00380B4          ASCLIN8 Receive Service Request
SRC_ASCLIN8ERR  0xF00380B8          ASCLIN8 Error Service Request
SRC_ASCLIN9TX   0xF00380BC          ASCLIN9 Transmit Service Request
SRC_ASCLIN9RX   0xF00380C0          ASCLIN9 Receive Service Request
SRC_ASCLIN9ERR  0xF00380C4          ASCLIN9 Error Service Request
SRC_ASCLIN10TX  0xF00380C8          ASCLIN10 Transmit Service Request
SRC_ASCLIN10RX  0xF00380CC          ASCLIN10 Receive Service Request
SRC_ASCLIN10ERR 0xF00380D0          ASCLIN10 Error Service Request
SRC_ASCLIN11TX  0xF00380D4          ASCLIN11 Transmit Service Request
SRC_ASCLIN11RX  0xF00380D8          ASCLIN11 Receive Service Request
SRC_ASCLIN11ERR 0xF00380DC          ASCLIN11 Error Service Request
SRC_MTUDONE     0xF00380EC          MTU Done Service Request
SRC_QSPI0TX     0xF00380F0          QSPI0 Transmit Service Request
SRC_QSPI0RX     0xF00380F4          QSPI0 Receive Service Request
SRC_QSPI0ERR    0xF00380F8          QSPI0 Error Service Request
SRC_QSPI0PT     0xF00380FC          QSPI0 Phase Transition Service Request
SRC_QSPI0U      0xF0038100          QSPI0 User Defined Service Request
SRC_QSPI1TX     0xF0038104          QSPI1 Transmit Service Request
SRC_QSPI1RX     0xF0038108          QSPI1 Receive Service Request
SRC_QSPI1ERR    0xF003810C          QSPI1 Error Service Request
SRC_QSPI1PT     0xF0038110          QSPI1 Phase Transition Service Request
SRC_QSPI1U      0xF0038114          QSPI1 User Defined Service Request
SRC_QSPI2TX     0xF0038118          QSPI2 Transmit Service Request
SRC_QSPI2RX     0xF003811C          QSPI2 Receive Service Request
SRC_QSPI2ERR    0xF0038120          QSPI2 Error Service Request
SRC_QSPI2PT     0xF0038124          QSPI2 Phase Transition Service Request
SRC_QSPI2U      0xF0038128          QSPI2 User Defined Service Request
SRC_QSPI3TX     0xF003812C          QSPI3 Transmit Service Request
SRC_QSPI3RX     0xF0038130          QSPI3 Receive Service Request
SRC_QSPI3ERR    0xF0038134          QSPI3 Error Service Request
SRC_QSPI3PT     0xF0038138          QSPI3 Phase Transition Service Request
SRC_QSPI3U      0xF003813C          QSPI3 User Defined Service Request
SRC_QSPI4TX     0xF0038140          QSPI4 Transmit Service Request
SRC_QSPI4RX     0xF0038144          QSPI4 Receive Service Request
SRC_QSPI4ERR    0xF0038148          QSPI4 Error Service Request
SRC_QSPI4PT     0xF003814C          QSPI4 Phase Transition Service Request
SRC_QSPI4U      0xF0038150          QSPI4 User Defined Service Request
SRC_QSPI5TX     0xF0038154          QSPI5 Transmit Service Request
SRC_QSPI5RX     0xF0038158          QSPI5 Receive Service Request
SRC_QSPI5ERR    0xF003815C          QSPI5 Error Service Request
SRC_QSPI5PT     0xF0038160          QSPI5 Phase Transition Service Request
SRC_QSPI5U      0xF0038164          QSPI5 User Defined Service Request
SRC_QSPI2HC     0xF0038178          QSPI2 High Speed Capture Service Request
SRC_QSPI3HC     0xF003817C          QSPI3 High Speed Capture Service Request
SRC_HSCT0       0xF0038180          HSCT0 Service Request
SRC_HSCT1       0xF0038184          HSCT1 Service Request
SRC_HSSL0COK0   0xF0038190          HSSL0 Channel 0 OK Service Request
SRC_HSSL0RDI0   0xF0038194          HSSL0 Channel 0 Read Data Service Request
SRC_HSSL0ERR0   0xF0038198          HSSL0 Channel 0 Error Service Request
SRC_HSSL0TRG0   0xF003819C          HSSL0 Channel 0 Trigger Interrupt Service Request
SRC_HSSL0COK1   0xF00381A0          HSSL0 Channel 1 OK Service Request
SRC_HSSL0RDI1   0xF00381A4          HSSL0 Channel 1 Read Data Service Request
SRC_HSSL0ERR1   0xF00381A8          HSSL0 Channel 1 Error Service Request
SRC_HSSL0TRG1   0xF00381AC          HSSL0 Channel 1 Trigger Interrupt Service Request
SRC_HSSL0COK2   0xF00381B0          HSSL0 Channel 2 OK Service Request
SRC_HSSL0RDI2   0xF00381B4          HSSL0 Channel 2 Read Data Service Request
SRC_HSSL0ERR2   0xF00381B8          HSSL0 Channel 2 Error Service Request
SRC_HSSL0TRG2   0xF00381BC          HSSL0 Channel 2 Trigger Interrupt Service Request
SRC_HSSL0COK3   0xF00381C0          HSSL0 Channel 3 OK Service Request
SRC_HSSL0RDI3   0xF00381C4          HSSL0 Channel 3 Read Data Service Request
SRC_HSSL0ERR3   0xF00381C8          HSSL0 Channel 3 Error Service Request
SRC_HSSL0TRG3   0xF00381CC          HSSL0 Channel 3 Trigger Interrupt Service Request
SRC_HSSL0EXI    0xF00381D0          HSSL0 Exception Service Request
SRC_HSSL1COK0   0xF00381D4          HSSL1 Channel 0 OK Service Request
SRC_HSSL1RDI0   0xF00381D8          HSSL1 Channel 0 Read Data Service Request
SRC_HSSL1ERR0   0xF00381DC          HSSL1 Channel 0 Error Service Request
SRC_HSSL1TRG0   0xF00381E0          HSSL1 Channel 0 Trigger Interrupt Service Request
SRC_HSSL1COK1   0xF00381E4          HSSL1 Channel 1 OK Service Request
SRC_HSSL1RDI1   0xF00381E8          HSSL1 Channel 1 Read Data Service Request
SRC_HSSL1ERR1   0xF00381EC          HSSL1 Channel 1 Error Service Request
SRC_HSSL1TRG1   0xF00381F0          HSSL1 Channel 1 Trigger Interrupt Service Request
SRC_HSSL1COK2   0xF00381F4          HSSL1 Channel 2 OK Service Request
SRC_HSSL1RDI2   0xF00381F8          HSSL1 Channel 2 Read Data Service Request
SRC_HSSL1ERR2   0xF00381FC          HSSL1 Channel 2 Error Service Request
SRC_HSSL1TRG2   0xF0038200          HSSL1 Channel 2 Trigger Interrupt Service Request
SRC_HSSL1COK3   0xF0038204          HSSL1 Channel 3 OK Service Request
SRC_HSSL1RDI3   0xF0038208          HSSL1 Channel 3 Read Data Service Request
SRC_HSSL1ERR3   0xF003820C          HSSL1 Channel 3 Error Service Request
SRC_HSSL1TRG3   0xF0038210          HSSL1 Channel 3 Trigger Interrupt Service Request
SRC_HSSL1EXI    0xF0038214          HSSL1 Exception Service Request
SRC_I2C0DTR     0xF0038220          I2C0 Data Transfer Request
SRC_I2C0ERR     0xF0038224          I2C0 Error Service Request
SRC_I2C0P       0xF0038228          I2C0 Protocol Service Request
SRC_I2C1DTR     0xF0038230          I2C1 Data Transfer Request
SRC_I2C1ERR     0xF0038234          I2C1 Error Service Request
SRC_I2C1P       0xF0038238          I2C1 Protocol Service Request
SRC_SENT0       0xF0038240          SENT TRIG0 Service Request
SRC_SENT1       0xF0038244          SENT TRIG1 Service Request
SRC_SENT2       0xF0038248          SENT TRIG2 Service Request
SRC_SENT3       0xF003824C          SENT TRIG3 Service Request
SRC_SENT4       0xF0038250          SENT TRIG4 Service Request
SRC_SENT5       0xF0038254          SENT TRIG5 Service Request
SRC_SENT6       0xF0038258          SENT TRIG6 Service Request
SRC_SENT7       0xF003825C          SENT TRIG7 Service Request
SRC_SENT8       0xF0038260          SENT TRIG8 Service Request
SRC_SENT9       0xF0038264          SENT TRIG9 Service Request
SRC_MSC0SR0     0xF0038270          MSC0 Service Request 0
SRC_MSC0SR1     0xF0038274          MSC0 Service Request 1
SRC_MSC0SR2     0xF0038278          MSC0 Service Request 2
SRC_MSC0SR3     0xF003827C          MSC0 Service Request 3
SRC_MSC0SR4     0xF0038280          MSC0 Service Request 4
SRC_MSC1SR0     0xF0038284          MSC1 Service Request 0
SRC_MSC1SR1     0xF0038288          MSC1 Service Request 1
SRC_MSC1SR2     0xF003828C          MSC1 Service Request 2
SRC_MSC1SR3     0xF0038290          MSC1 Service Request 3
SRC_MSC1SR4     0xF0038294          MSC1 Service Request 4
SRC_MSC2SR0     0xF0038298          MSC2 Service Request 0
SRC_MSC2SR1     0xF003829C          MSC2 Service Request 1
SRC_MSC2SR2     0xF00382A0          MSC2 Service Request 2
SRC_MSC2SR3     0xF00382A4          MSC2 Service Request 3
SRC_MSC2SR4     0xF00382A8          MSC2 Service Request 4
SRC_MSC3SR0     0xF00382AC          MSC3 Service Request 0
SRC_MSC3SR1     0xF00382B0          MSC3 Service Request 1
SRC_MSC3SR2     0xF00382B4          MSC3 Service Request 2
SRC_MSC3SR3     0xF00382B8          MSC3 Service Request 3
SRC_MSC3SR4     0xF00382BC          MSC3 Service Request 4
SRC_CCU60SR0    0xF00382C0          CCU0 Service Request 0
SRC_CCU60SR1    0xF00382C4          CCU0 Service Request 1
SRC_CCU60SR2    0xF00382C8          CCU0 Service Request 2
SRC_CCU60SR3    0xF00382CC          CCU0 Service Request 3
SRC_CCU61SR0    0xF00382D0          CCU1 Service Request 0
SRC_CCU61SR1    0xF00382D4          CCU1 Service Request 1
SRC_CCU61SR2    0xF00382D8          CCU1 Service Request 2
SRC_CCU61SR3    0xF00382DC          CCU1 Service Request 3
SRC_GPT120CIRQ  0xF00382E0          GPT120 CAPREL Service Request
SRC_GPT120T2    0xF00382E4          GPT120 Timer 2 Service Request
SRC_GPT120T3    0xF00382E8          GPT120 Timer 3 Service Request
SRC_GPT120T4    0xF00382EC          GPT120 Timer 4 Service Request
SRC_GPT120T5    0xF00382F0          GPT120 Timer 5 Service Request
SRC_GPT120T6    0xF00382F4          GPT120 Timer 6 Service Request
SRC_STM0SR0     0xF0038300          System Timer 0 Service Request 0
SRC_STM0SR1     0xF0038304          System Timer 0 Service Request 1
SRC_STM1SR0     0xF0038308          System Timer 1 Service Request 0
SRC_STM1SR1     0xF003830C          System Timer 1 Service Request 1
SRC_STM2SR0     0xF0038310          System Timer 2 Service Request 0
SRC_STM2SR1     0xF0038314          System Timer 2 Service Request 1
SRC_STM3SR0     0xF0038318          System Timer 3 Service Request 0
SRC_STM3SR1     0xF003831C          System Timer 3 Service Request 1
SRC_STM4SR0     0xF0038320          System Timer 4 Service Request 0
SRC_STM4SR1     0xF0038324          System Timer 4 Service Request 1
SRC_STM5SR0     0xF0038328          System Timer 5 Service Request 0
SRC_STM5SR1     0xF003832C          System Timer 5 Service Request 1
SRC_FCE0        0xF0038330          FCE0 Error Service Request
SRC_DMAERR0     0xF0038340          DMA Error Service Request 0
SRC_DMAERR1     0xF0038344          DMA Error Service Request 1
SRC_DMAERR2     0xF0038348          DMA Error Service Request 2
SRC_DMAERR3     0xF003834C          DMA Error Service Request 3
SRC_DMACH0      0xF0038370          DMA Channel 0 Service Request
SRC_DMACH1      0xF0038374          DMA Channel 1 Service Request
SRC_DMACH2      0xF0038378          DMA Channel 2 Service Request
SRC_DMACH3      0xF003837C          DMA Channel 3 Service Request
SRC_DMACH4      0xF0038380          DMA Channel 4 Service Request
SRC_DMACH5      0xF0038384          DMA Channel 5 Service Request
SRC_DMACH6      0xF0038388          DMA Channel 6 Service Request
SRC_DMACH7      0xF003838C          DMA Channel 7 Service Request
SRC_DMACH8      0xF0038390          DMA Channel 8 Service Request
SRC_DMACH9      0xF0038394          DMA Channel 9 Service Request
SRC_DMACH10     0xF0038398          DMA Channel 10 Service Request
SRC_DMACH11     0xF003839C          DMA Channel 11 Service Request
SRC_DMACH12     0xF00383A0          DMA Channel 12 Service Request
SRC_DMACH13     0xF00383A4          DMA Channel 13 Service Request
SRC_DMACH14     0xF00383A8          DMA Channel 14 Service Request
SRC_DMACH15     0xF00383AC          DMA Channel 15 Service Request
SRC_DMACH16     0xF00383B0          DMA Channel 16 Service Request
SRC_DMACH17     0xF00383B4          DMA Channel 17 Service Request
SRC_DMACH18     0xF00383B8          DMA Channel 18 Service Request
SRC_DMACH19     0xF00383BC          DMA Channel 19 Service Request
SRC_DMACH20     0xF00383C0          DMA Channel 20 Service Request
SRC_DMACH21     0xF00383C4          DMA Channel 21 Service Request
SRC_DMACH22     0xF00383C8          DMA Channel 22 Service Request
SRC_DMACH23     0xF00383CC          DMA Channel 23 Service Request
SRC_DMACH24     0xF00383D0          DMA Channel 24 Service Request
SRC_DMACH25     0xF00383D4          DMA Channel 25 Service Request
SRC_DMACH26     0xF00383D8          DMA Channel 26 Service Request
SRC_DMACH27     0xF00383DC          DMA Channel 27 Service Request
SRC_DMACH28     0xF00383E0          DMA Channel 28 Service Request
SRC_DMACH29     0xF00383E4          DMA Channel 29 Service Request
SRC_DMACH30     0xF00383E8          DMA Channel 30 Service Request
SRC_DMACH31     0xF00383EC          DMA Channel 31 Service Request
SRC_DMACH32     0xF00383F0          DMA Channel 32 Service Request
SRC_DMACH33     0xF00383F4          DMA Channel 33 Service Request
SRC_DMACH34     0xF00383F8          DMA Channel 34 Service Request
SRC_DMACH35     0xF00383FC          DMA Channel 35 Service Request
SRC_DMACH36     0xF0038400          DMA Channel 36 Service Request
SRC_DMACH37     0xF0038404          DMA Channel 37 Service Request
SRC_DMACH38     0xF0038408          DMA Channel 38 Service Request
SRC_DMACH39     0xF003840C          DMA Channel 39 Service Request
SRC_DMACH40     0xF0038410          DMA Channel 40 Service Request
SRC_DMACH41     0xF0038414          DMA Channel 41 Service Request
SRC_DMACH42     0xF0038418          DMA Channel 42 Service Request
SRC_DMACH43     0xF003841C          DMA Channel 43 Service Request
SRC_DMACH44     0xF0038420          DMA Channel 44 Service Request
SRC_DMACH45     0xF0038424          DMA Channel 45 Service Request
SRC_DMACH46     0xF0038428          DMA Channel 46 Service Request
SRC_DMACH47     0xF003842C          DMA Channel 47 Service Request
SRC_DMACH48     0xF0038430          DMA Channel 48 Service Request
SRC_DMACH49     0xF0038434          DMA Channel 49 Service Request
SRC_DMACH50     0xF0038438          DMA Channel 50 Service Request
SRC_DMACH51     0xF003843C          DMA Channel 51 Service Request
SRC_DMACH52     0xF0038440          DMA Channel 52 Service Request
SRC_DMACH53     0xF0038444          DMA Channel 53 Service Request
SRC_DMACH54     0xF0038448          DMA Channel 54 Service Request
SRC_DMACH55     0xF003844C          DMA Channel 55 Service Request
SRC_DMACH56     0xF0038450          DMA Channel 56 Service Request
SRC_DMACH57     0xF0038454          DMA Channel 57 Service Request
SRC_DMACH58     0xF0038458          DMA Channel 58 Service Request
SRC_DMACH59     0xF003845C          DMA Channel 59 Service Request
SRC_DMACH60     0xF0038460          DMA Channel 60 Service Request
SRC_DMACH61     0xF0038464          DMA Channel 61 Service Request
SRC_DMACH62     0xF0038468          DMA Channel 62 Service Request
SRC_DMACH63     0xF003846C          DMA Channel 63 Service Request
SRC_DMACH64     0xF0038470          DMA Channel 64 Service Request
SRC_DMACH65     0xF0038474          DMA Channel 65 Service Request
SRC_DMACH66     0xF0038478          DMA Channel 66 Service Request
SRC_DMACH67     0xF003847C          DMA Channel 67 Service Request
SRC_DMACH68     0xF0038480          DMA Channel 68 Service Request
SRC_DMACH69     0xF0038484          DMA Channel 69 Service Request
SRC_DMACH70     0xF0038488          DMA Channel 70 Service Request
SRC_DMACH71     0xF003848C          DMA Channel 71 Service Request
SRC_DMACH72     0xF0038490          DMA Channel 72 Service Request
SRC_DMACH73     0xF0038494          DMA Channel 73 Service Request
SRC_DMACH74     0xF0038498          DMA Channel 74 Service Request
SRC_DMACH75     0xF003849C          DMA Channel 75 Service Request
SRC_DMACH76     0xF00384A0          DMA Channel 76 Service Request
SRC_DMACH77     0xF00384A4          DMA Channel 77 Service Request
SRC_DMACH78     0xF00384A8          DMA Channel 78 Service Request
SRC_DMACH79     0xF00384AC          DMA Channel 79 Service Request
SRC_DMACH80     0xF00384B0          DMA Channel 80 Service Request
SRC_DMACH81     0xF00384B4          DMA Channel 81 Service Request
SRC_DMACH82     0xF00384B8          DMA Channel 82 Service Request
SRC_DMACH83     0xF00384BC          DMA Channel 83 Service Request
SRC_DMACH84     0xF00384C0          DMA Channel 84 Service Request
SRC_DMACH85     0xF00384C4          DMA Channel 85 Service Request
SRC_DMACH86     0xF00384C8          DMA Channel 86 Service Request
SRC_DMACH87     0xF00384CC          DMA Channel 87 Service Request
SRC_DMACH88     0xF00384D0          DMA Channel 88 Service Request
SRC_DMACH89     0xF00384D4          DMA Channel 89 Service Request
SRC_DMACH90     0xF00384D8          DMA Channel 90 Service Request
SRC_DMACH91     0xF00384DC          DMA Channel 91 Service Request
SRC_DMACH92     0xF00384E0          DMA Channel 92 Service Request
SRC_DMACH93     0xF00384E4          DMA Channel 93 Service Request
SRC_DMACH94     0xF00384E8          DMA Channel 94 Service Request
SRC_DMACH95     0xF00384EC          DMA Channel 95 Service Request
SRC_DMACH96     0xF00384F0          DMA Channel 96 Service Request
SRC_DMACH97     0xF00384F4          DMA Channel 97 Service Request
SRC_DMACH98     0xF00384F8          DMA Channel 98 Service Request
SRC_DMACH99     0xF00384FC          DMA Channel 99 Service Request
SRC_DMACH100    0xF0038500          DMA Channel 100 Service Request
SRC_DMACH101    0xF0038504          DMA Channel 101 Service Request
SRC_DMACH102    0xF0038508          DMA Channel 102 Service Request
SRC_DMACH103    0xF003850C          DMA Channel 103 Service Request
SRC_DMACH104    0xF0038510          DMA Channel 104 Service Request
SRC_DMACH105    0xF0038514          DMA Channel 105 Service Request
SRC_DMACH106    0xF0038518          DMA Channel 106 Service Request
SRC_DMACH107    0xF003851C          DMA Channel 107 Service Request
SRC_DMACH108    0xF0038520          DMA Channel 108 Service Request
SRC_DMACH109    0xF0038524          DMA Channel 109 Service Request
SRC_DMACH110    0xF0038528          DMA Channel 110 Service Request
SRC_DMACH111    0xF003852C          DMA Channel 111 Service Request
SRC_DMACH112    0xF0038530          DMA Channel 112 Service Request
SRC_DMACH113    0xF0038534          DMA Channel 113 Service Request
SRC_DMACH114    0xF0038538          DMA Channel 114 Service Request
SRC_DMACH115    0xF003853C          DMA Channel 115 Service Request
SRC_DMACH116    0xF0038540          DMA Channel 116 Service Request
SRC_DMACH117    0xF0038544          DMA Channel 117 Service Request
SRC_DMACH118    0xF0038548          DMA Channel 118 Service Request
SRC_DMACH119    0xF003854C          DMA Channel 119 Service Request
SRC_DMACH120    0xF0038550          DMA Channel 120 Service Request
SRC_DMACH121    0xF0038554          DMA Channel 121 Service Request
SRC_DMACH122    0xF0038558          DMA Channel 122 Service Request
SRC_DMACH123    0xF003855C          DMA Channel 123 Service Request
SRC_DMACH124    0xF0038560          DMA Channel 124 Service Request
SRC_DMACH125    0xF0038564          DMA Channel 125 Service Request
SRC_DMACH126    0xF0038568          DMA Channel 126 Service Request
SRC_DMACH127    0xF003856C          DMA Channel 127 Service Request
SRC_SDMMCERR    0xF0038570          SDMMC Error Service Request
SRC_SDMMCDMA    0xF0038574          SDMMC DMA Ready Service Request
SRC_GETH0       0xF0038580          GETH Service Request 0
SRC_GETH1       0xF0038584          GETH Service Request 1
SRC_GETH2       0xF0038588          GETH Service Request 2
SRC_GETH3       0xF003858C          GETH Service Request 3
SRC_GETH4       0xF0038590          GETH Service Request 4
SRC_GETH5       0xF0038594          GETH Service Request 5
SRC_GETH6       0xF0038598          GETH Service Request 6
SRC_GETH7       0xF003859C          GETH Service Request 7
SRC_GETH8       0xF00385A0          GETH Service Request 8
SRC_GETH9       0xF00385A4          GETH Service Request 9
SRC_CAN0INT0    0xF00385B0          CAN0 Service Request 0
SRC_CAN0INT1    0xF00385B4          CAN0 Service Request 1
SRC_CAN0INT2    0xF00385B8          CAN0 Service Request 2
SRC_CAN0INT3    0xF00385BC          CAN0 Service Request 3
SRC_CAN0INT4    0xF00385C0          CAN0 Service Request 4
SRC_CAN0INT5    0xF00385C4          CAN0 Service Request 5
SRC_CAN0INT6    0xF00385C8          CAN0 Service Request 6
SRC_CAN0INT7    0xF00385CC          CAN0 Service Request 7
SRC_CAN0INT8    0xF00385D0          CAN0 Service Request 8
SRC_CAN0INT9    0xF00385D4          CAN0 Service Request 9
SRC_CAN0INT10   0xF00385D8          CAN0 Service Request 10
SRC_CAN0INT11   0xF00385DC          CAN0 Service Request 11
SRC_CAN0INT12   0xF00385E0          CAN0 Service Request 12
SRC_CAN0INT13   0xF00385E4          CAN0 Service Request 13
SRC_CAN0INT14   0xF00385E8          CAN0 Service Request 14
SRC_CAN0INT15   0xF00385EC          CAN0 Service Request 15
SRC_CAN1INT0    0xF00385F0          CAN1 Service Request 0
SRC_CAN1INT1    0xF00385F4          CAN1 Service Request 1
SRC_CAN1INT2    0xF00385F8          CAN1 Service Request 2
SRC_CAN1INT3    0xF00385FC          CAN1 Service Request 3
SRC_CAN1INT4    0xF0038600          CAN1 Service Request 4
SRC_CAN1INT5    0xF0038604          CAN1 Service Request 5
SRC_CAN1INT6    0xF0038608          CAN1 Service Request 6
SRC_CAN1INT7    0xF003860C          CAN1 Service Request 7
SRC_CAN1INT8    0xF0038610          CAN1 Service Request 8
SRC_CAN1INT9    0xF0038614          CAN1 Service Request 9
SRC_CAN1INT10   0xF0038618          CAN1 Service Request 10
SRC_CAN1INT11   0xF003861C          CAN1 Service Request 11
SRC_CAN1INT12   0xF0038620          CAN1 Service Request 12
SRC_CAN1INT13   0xF0038624          CAN1 Service Request 13
SRC_CAN1INT14   0xF0038628          CAN1 Service Request 14
SRC_CAN1INT15   0xF003862C          CAN1 Service Request 15
SRC_CAN2INT0    0xF0038630          CAN2 Service Request 0
SRC_CAN2INT1    0xF0038634          CAN2 Service Request 1
SRC_CAN2INT2    0xF0038638          CAN2 Service Request 2
SRC_CAN2INT3    0xF003863C          CAN2 Service Request 3
SRC_CAN2INT4    0xF0038640          CAN2 Service Request 4
SRC_CAN2INT5    0xF0038644          CAN2 Service Request 5
SRC_CAN2INT6    0xF0038648          CAN2 Service Request 6
SRC_CAN2INT7    0xF003864C          CAN2 Service Request 7
SRC_CAN2INT8    0xF0038650          CAN2 Service Request 8
SRC_CAN2INT9    0xF0038654          CAN2 Service Request 9
SRC_CAN2INT10   0xF0038658          CAN2 Service Request 10
SRC_CAN2INT11   0xF003865C          CAN2 Service Request 11
SRC_CAN2INT12   0xF0038660          CAN2 Service Request 12
SRC_CAN2INT13   0xF0038664          CAN2 Service Request 13
SRC_CAN2INT14   0xF0038668          CAN2 Service Request 14
SRC_CAN2INT15   0xF003866C          CAN2 Service Request 15
SRC_VADCG0SR0   0xF0038670          EVADC Group 0 Service Request 0
SRC_VADCG0SR1   0xF0038674          EVADC Group 0 Service Request 1
SRC_VADCG0SR2   0xF0038678          EVADC Group 0 Service Request 2
SRC_VADCG0SR3   0xF003867C          EVADC Group 0 Service Request 3
SRC_VADCG1SR0   0xF0038680          EVADC Group 1 Service Request 0
SRC_VADCG1SR1   0xF0038684          EVADC Group 1 Service Request 1
SRC_VADCG1SR2   0xF0038688          EVADC Group 1 Service Request 2
SRC_VADCG1SR3   0xF003868C          EVADC Group 1 Service Request 3
SRC_VADCG2SR0   0xF0038690          EVADC Group 2 Service Request 0
SRC_VADCG2SR1   0xF0038694          EVADC Group 2 Service Request 1
SRC_VADCG2SR2   0xF0038698          EVADC Group 2 Service Request 2
SRC_VADCG2SR3   0xF003869C          EVADC Group 2 Service Request 3
SRC_VADCG3SR0   0xF00386A0          EVADC Group 3 Service Request 0
SRC_VADCG3SR1   0xF00386A4          EVADC Group 3 Service Request 1
SRC_VADCG3SR2   0xF00386A8          EVADC Group 3 Service Request 2
SRC_VADCG3SR3   0xF00386AC          EVADC Group 3 Service Request 3
SRC_VADCG4SR0   0xF00386B0          EVADC Group 4 Service Request 0
SRC_VADCG4SR1   0xF00386B4          EVADC Group 4 Service Request 1
SRC_VADCG4SR2   0xF00386B8          EVADC Group 4 Service Request 2
SRC_VADCG4SR3   0xF00386BC          EVADC Group 4 Service Request 3
SRC_VADCG5SR0   0xF00386C0          EVADC Group 5 Service Request 0
SRC_VADCG5SR1   0xF00386C4          EVADC Group 5 Service Request 1
SRC_VADCG5SR2   0xF00386C8          EVADC Group 5 Service Request 2
SRC_VADCG5SR3   0xF00386CC          EVADC Group 5 Service Request 3
SRC_VADCG6SR0   0xF00386D0          EVADC Group 6 Service Request 0
SRC_VADCG6SR1   0xF00386D4          EVADC Group 6 Service Request 1
SRC_VADCG6SR2   0xF00386D8          EVADC Group 6 Service Request 2
SRC_VADCG6SR3   0xF00386DC          EVADC Group 6 Service Request 3
SRC_VADCG7SR0   0xF00386E0          EVADC Group 7 Service Request 0
SRC_VADCG7SR1   0xF00386E4          EVADC Group 7 Service Request 1
SRC_VADCG7SR2   0xF00386E8          EVADC Group 7 Service Request 2
SRC_VADCG7SR3   0xF00386EC          EVADC Group 7 Service Request 3
SRC_VADCG8SR0   0xF00386F0          EVADC Group 8 Service Request 0
SRC_VADCG8SR1   0xF00386F4          EVADC Group 8 Service Request 1
SRC_VADCG8SR2   0xF00386F8          EVADC Group 8 Service Request 2
SRC_VADCG8SR3   0xF00386FC          EVADC Group 8 Service Request 3
SRC_VADCG9SR0   0xF0038700          EVADC Group 9 Service Request 0
SRC_VADCG9SR1   0xF0038704          EVADC Group 9 Service Request 1
SRC_VADCG9SR2   0xF0038708          EVADC Group 9 Service Request 2
SRC_VADCG9SR3   0xF003870C          EVADC Group 9 Service Request 3
SRC_VADCG10SR0  0xF0038710          EVADC Group 10 Service Request 0
SRC_VADCG10SR1  0xF0038714          EVADC Group 10 Service Request 1
SRC_VADCG10SR2  0xF0038718          EVADC Group 10 Service Request 2
SRC_VADCG10SR3  0xF003871C          EVADC Group 10 Service Request 3
SRC_VADCG11SR0  0xF0038720          EVADC Group 11 Service Request 0
SRC_VADCG11SR1  0xF0038724          EVADC Group 11 Service Request 1
SRC_VADCG11SR2  0xF0038728          EVADC Group 11 Service Request 2
SRC_VADCG11SR3  0xF003872C          EVADC Group 11 Service Request 3
SRC_VADCFC0SR0  0xF0038730          EVADC Fast Compare 0 Service Request SR0
SRC_VADCFC1SR0  0xF0038734          EVADC Fast Compare 1 Service Request SR0
SRC_VADCFC2SR0  0xF0038738          EVADC Fast Compare 2 Service Request SR0
SRC_VADCFC3SR0  0xF003873C          EVADC Fast Compare 3 Service Request SR0
SRC_VADCFC4SR0  0xF0038740          EVADC Fast Compare 4 Service Request SR0
SRC_VADCFC5SR0  0xF0038744          EVADC Fast Compare 5 Service Request SR0
SRC_VADCFC6SR0  0xF0038748          EVADC Fast Compare 6 Service Request SR0
SRC_VADCFC7SR0  0xF003874C          EVADC Fast Compare 7 Service Request SR0
SRC_VADCCG0SR0  0xF0038750          EVADC Common Group 0 Service Request 0
SRC_VADCCG0SR1  0xF0038754          EVADC Common Group 0 Service Request 1
SRC_VADCCG0SR2  0xF0038758          EVADC Common Group 0 Service Request 2
SRC_VADCCG0SR3  0xF003875C          EVADC Common Group 0 Service Request 3
SRC_VADCCG1SR0  0xF0038760          EVADC Common Group 1 Service Request 0
SRC_VADCCG1SR1  0xF0038764          EVADC Common Group 1 Service Request 1
SRC_VADCCG1SR2  0xF0038768          EVADC Common Group 1 Service Request 2
SRC_VADCCG1SR3  0xF003876C          EVADC Common Group 1 Service Request 3
SRC_DSADCSRM0   0xF0038770          DSADC SRM0 Service Request
SRC_DSADCSRA0   0xF0038774          DSADC SRA0 Service Request
SRC_DSADCSRM1   0xF0038778          DSADC SRM1 Service Request
SRC_DSADCSRA1   0xF003877C          DSADC SRA1 Service Request
SRC_DSADCSRM2   0xF0038780          DSADC SRM2 Service Request
SRC_DSADCSRA2   0xF0038784          DSADC SRA2 Service Request
SRC_DSADCSRM3   0xF0038788          DSADC SRM3 Service Request
SRC_DSADCSRA3   0xF003878C          DSADC SRA3 Service Request
SRC_DSADCSRM4   0xF0038790          DSADC SRM4 Service Request
SRC_DSADCSRA4   0xF0038794          DSADC SRA4 Service Request
SRC_DSADCSRM5   0xF0038798          DSADC SRM5 Service Request
SRC_DSADCSRA5   0xF003879C          DSADC SRA5 Service Request
SRC_DSADCSRM6   0xF00387A0          DSADC SRM6 Service Request
SRC_DSADCSRA6   0xF00387A4          DSADC SRA6 Service Request
SRC_DSADCSRM7   0xF00387A8          DSADC SRM7 Service Request
SRC_DSADCSRA7   0xF00387AC          DSADC SRA7 Service Request
SRC_DSADCSRM8   0xF00387B0          DSADC SRM8 Service Request
SRC_DSADCSRA8   0xF00387B4          DSADC SRA8 Service Request
SRC_DSADCSRM9   0xF00387B8          DSADC SRM9 Service Request
SRC_DSADCSRA9   0xF00387BC          DSADC SRA9 Service Request
SRC_DSADCSRM10  0xF00387C0          DSADC SRM10 Service Request
SRC_DSADCSRA10  0xF00387C4          DSADC SRA10 Service Request
SRC_DSADCSRM11  0xF00387C8          DSADC SRM11 Service Request
SRC_DSADCSRA11  0xF00387CC          DSADC SRA11 Service Request
SRC_DSADCSRM12  0xF00387D0          DSADC SRM12 Service Request
SRC_DSADCSRA12  0xF00387D4          DSADC SRA12 Service Request
SRC_DSADCSRM13  0xF00387D8          DSADC SRM13 Service Request
SRC_DSADCSRA13  0xF00387DC          DSADC SRA13 Service Request
SRC_ERAY0INT0   0xF0038800          E-RAY 0 Service Request 0
SRC_ERAY0INT1   0xF0038804          E-RAY 0 Service Request 1
SRC_ERAY0TINT0  0xF0038808          E-RAY 0 Timer Interrupt 0 Service Request
SRC_ERAY0TINT1  0xF003880C          E-RAY 0 Timer Interrupt 1 Service Request
SRC_ERAY0NDAT0  0xF0038810          E-RAY 0 New Data 0 Service Request
SRC_ERAY0NDAT1  0xF0038814          E-RAY 0 New Data 1 Service Request
SRC_ERAY0MBSC0  0xF0038818          E-RAY 0 Message Buffer Status Changed 0 Service Request
SRC_ERAY0MBSC1  0xF003881C          E-RAY 0 Message Buffer Status Changed 1 Service Request
SRC_ERAY0OBUSY  0xF0038820          E-RAY 0 Output Buffer Busy
SRC_ERAY0IBUSY  0xF0038824          E-RAY 0 Input Buffer Busy
SRC_ERAY1INT0   0xF0038830          E-RAY 1 Service Request 0
SRC_ERAY1INT1   0xF0038834          E-RAY 1 Service Request 1
SRC_ERAY1TINT0  0xF0038838          E-RAY 1 Timer Interrupt 0 Service Request
SRC_ERAY1TINT1  0xF003883C          E-RAY 1 Timer Interrupt 1 Service Request
SRC_ERAY1NDAT0  0xF0038840          E-RAY 1 New Data 0 Service Request
SRC_ERAY1NDAT1  0xF0038844          E-RAY 1 New Data 1 Service Request
SRC_ERAY1MBSC0  0xF0038848          E-RAY 1 Message Buffer Status Changed 0 Service Request
SRC_ERAY1MBSC1  0xF003884C          E-RAY 1 Message Buffer Status Changed 1 Service Request
SRC_ERAY1OBUSY  0xF0038850          E-RAY 1 Output Buffer Busy
SRC_ERAY1IBUSY  0xF0038854          E-RAY 1 Input Buffer Busy
SRC_DMUHOST     0xF0038860          DMU Host Service Request
SRC_DMUFSI      0xF0038864          DMU FSI Service Request
SRC_HSM0        0xF0038870          HSM Service Request 0
SRC_HSM1        0xF0038874          HSM Service Request 1
SRC_SCUERU0     0xF0038880          SCU ERU Service Request 0
SRC_SCUERU1     0xF0038884          SCU ERU Service Request 1
SRC_SCUERU2     0xF0038888          SCU ERU Service Request 2
SRC_SCUERU3     0xF003888C          SCU ERU Service Request 3
SRC_PMSDTS      0xF00388AC          PMS DTS Service Request
SRC_PMS0        0xF00388B0          Power Management System Service Request 0
SRC_PMS1        0xF00388B4          Power Management System Service Request 1
SRC_PMS2        0xF00388B8          Power Management System Service Request 2
SRC_PMS3        0xF00388BC          Power Management System Service Request 3
SRC_SCR         0xF00388C0          Stand By Controller Service Request
SRC_SMU0        0xF00388D0          SMU Service Request 0
SRC_SMU1        0xF00388D4          SMU Service Request 1
SRC_SMU2        0xF00388D8          SMU Service Request 2
SRC_PSI50       0xF00388E0          PSI5 Service Request 0
SRC_PSI51       0xF00388E4          PSI5 Service Request 1
SRC_PSI52       0xF00388E8          PSI5 Service Request 2
SRC_PSI53       0xF00388EC          PSI5 Service Request 3
SRC_PSI54       0xF00388F0          PSI5 Service Request 4
SRC_PSI55       0xF00388F4          PSI5 Service Request 5
SRC_PSI56       0xF00388F8          PSI5 Service Request 6
SRC_PSI57       0xF00388FC          PSI5 Service Request 7
SRC_HSPDM0BFR   0xF0038900          HSPDM0 Buffer Service Request
SRC_HSPDM0RAMP  0xF0038904          HSPDM0 RAMP Events Service Request
SRC_HSPDM0ERR   0xF0038908          HSPDM0 Error / RAM Overflow Service Request
SRC_DAM0LI0     0xF0038910          DAM0 Limit 0 Service Request
SRC_DAM1LI0     0xF0038911          DAM1 Limit 0 Service Request
SRC_DAM0RI0     0xF0038914          DAM0 Ready 0 Service Reques
SRC_DAM1RI0     0xF0038915          DAM1 Ready 0 Service Reques
SRC_DAM0LI1     0xF0038918          DAM0 Limit 1 Service Request
SRC_DAM1LI1     0xF0038919          DAM1 Limit 1 Service Request
SRC_DAM0RI1     0xF003891C          DAM0 Ready 1 Service Request
SRC_DAM1RI1     0xF003891D          DAM1 Ready 1 Service Request
SRC_DAM0DR      0xF0038920          DAM0 DMA Ready Service Request
SRC_DAM1DR      0xF0038921          DAM1 DMA Ready Service Request
SRC_DAM0ERR     0xF0038924          DAM0 Error Service Request
SRC_DAM1ERR     0xF0038925          DAM1 Error Service Request
SRC_PSI5S0      0xF0038950          PSI5-S Service Request 0
SRC_PSI5S1      0xF0038954          PSI5-S Service Request 1
SRC_PSI5S2      0xF0038958          PSI5-S Service Request 2
SRC_PSI5S3      0xF003895C          PSI5-S Service Request 3
SRC_PSI5S4      0xF0038960          PSI5-S Service Request 4
SRC_PSI5S5      0xF0038964          PSI5-S Service Request 5
SRC_PSI5S6      0xF0038968          PSI5-S Service Request 6
SRC_PSI5S7      0xF003896C          PSI5-S Service Request 7
SRC_RIF0ERR     0xF0038970          Radar Interface 0 Error Service Request
SRC_RIF0INT     0xF0038974          Radar Interface 0 Service Request
SRC_RIF1ERR     0xF0038978          Radar Interface 1 Error Service Request
SRC_RIF1INT     0xF003897C          Radar Interface 1 Service Request
SRC_SPU0INT     0xF0038980          SPU 0 Service Request
SRC_SPU0ERR     0xF0038984          SPU 0 Error Service Request
SRC_SPU1INT     0xF0038988          SPU 1 Service Request
SRC_SPU1ERR     0xF003898C          SPU 1 Error Service Request
SRC_GPSR00      0xF0038990          General Purpose Group 0 Service Request 0
SRC_GPSR01      0xF0038994          General Purpose Group 0 Service Request 1
SRC_GPSR02      0xF0038998          General Purpose Group 0 Service Request 2
SRC_GPSR03      0xF003899C          General Purpose Group 0 Service Request 3
SRC_GPSR04      0xF00389A0          General Purpose Group 0 Service Request 4
SRC_GPSR05      0xF00389A4          General Purpose Group 0 Service Request 5
SRC_GPSR06      0xF00389A8          General Purpose Group 0 Service Request 6
SRC_GPSR07      0xF00389AC          General Purpose Group 0 Service Request 7
SRC_GPSR10      0xF00389B0          General Purpose Group 1 Service Request 0
SRC_GPSR11      0xF00389B4          General Purpose Group 1 Service Request 1
SRC_GPSR12      0xF00389B8          General Purpose Group 1 Service Request 2
SRC_GPSR13      0xF00389BC          General Purpose Group 1 Service Request 3
SRC_GPSR14      0xF00389C0          General Purpose Group 1 Service Request 4
SRC_GPSR15      0xF00389C4          General Purpose Group 1 Service Request 5
SRC_GPSR16      0xF00389C8          General Purpose Group 1 Service Request 6
SRC_GPSR17      0xF00389CC          General Purpose Group 1 Service Request 7
SRC_GPSR20      0xF00389D0          General Purpose Group 2 Service Request 0
SRC_GPSR21      0xF00389D4          General Purpose Group 2 Service Request 1
SRC_GPSR22      0xF00389D8          General Purpose Group 2 Service Request 2
SRC_GPSR23      0xF00389DC          General Purpose Group 2 Service Request 3
SRC_GPSR24      0xF00389E0          General Purpose Group 2 Service Request 4
SRC_GPSR25      0xF00389E4          General Purpose Group 2 Service Request 5
SRC_GPSR26      0xF00389E8          General Purpose Group 2 Service Request 6
SRC_GPSR27      0xF00389EC          General Purpose Group 2 Service Request 7
SRC_GPSR30      0xF00389F0          General Purpose Group 3 Service Request 0
SRC_GPSR31      0xF00389F4          General Purpose Group 3 Service Request 1
SRC_GPSR32      0xF00389F8          General Purpose Group 3 Service Request 2
SRC_GPSR33      0xF00389FC          General Purpose Group 3 Service Request 3
SRC_GPSR34      0xF0038A00          General Purpose Group 3 Service Request 4
SRC_GPSR35      0xF0038A04          General Purpose Group 3 Service Request 5
SRC_GPSR36      0xF0038A08          General Purpose Group 3 Service Request 6
SRC_GPSR37      0xF0038A0C          General Purpose Group 3 Service Request 7
SRC_GPSR40      0xF0038A10          General Purpose Group 4 Service Request 0
SRC_GPSR41      0xF0038A14          General Purpose Group 4 Service Request 1
SRC_GPSR42      0xF0038A18          General Purpose Group 4 Service Request 2
SRC_GPSR43      0xF0038A1C          General Purpose Group 4 Service Request 3
SRC_GPSR44      0xF0038A20          General Purpose Group 4 Service Request 4
SRC_GPSR45      0xF0038A24          General Purpose Group 4 Service Request 5
SRC_GPSR46      0xF0038A28          General Purpose Group 4 Service Request 6
SRC_GPSR47      0xF0038A2C          General Purpose Group 4 Service Request 7
SRC_GPSR50      0xF0038A30          General Purpose Group 5 Service Request 0
SRC_GPSR51      0xF0038A34          General Purpose Group 5 Service Request 1
SRC_GPSR52      0xF0038A38          General Purpose Group 5 Service Request 2
SRC_GPSR53      0xF0038A3C          General Purpose Group 5 Service Request 3
SRC_GPSR54      0xF0038A40          General Purpose Group 5 Service Request 4
SRC_GPSR55      0xF0038A44          General Purpose Group 5 Service Request 5
SRC_GPSR56      0xF0038A48          General Purpose Group 5 Service Request 6
SRC_GPSR57      0xF0038A4C          General Purpose Group 5 Service Request 7
SRC_GTMAEIIRQ   0xF0038A70          AEI Shared Service Request
SRC_GTMARUIRQ0  0xF0038A74          ARU Shared Service Request 0
SRC_GTMARUIRQ1  0xF0038A78          ARU Shared Service Request 1
SRC_GTMARUIRQ2  0xF0038A7C          ARU Shared Service Request 2
SRC_GTMBRCIRQ   0xF0038A80          BRC Shared Service Request
SRC_GTMCMPIRQ   0xF0038A84          CMP Shared Service Request
SRC_GTMSPE0IRQ  0xF0038A88          SPE0 Shared Service Request
SRC_GTMSPE1IRQ  0xF0038A8C          SPE1 Shared Service Request
SRC_GTMSPE2IRQ  0xF0038A90          SPE2 Shared Service Request
SRC_GTMSPE3IRQ  0xF0038A94          SPE3 Shared Service Request
SRC_GTMSPE4IRQ  0xF0038A98          SPE4 Shared Service Request
SRC_GTMSPE5IRQ  0xF0038A9C          SPE5 Shared Service Request
SRC_GTMPSM00    0xF0038AA0          PSM0 Shared Service Request 0
SRC_GTMPSM01    0xF0038AA4          PSM0 Shared Service Request 1
SRC_GTMPSM02    0xF0038AA8          PSM0 Shared Service Request 2
SRC_GTMPSM03    0xF0038AAC          PSM0 Shared Service Request 3
SRC_GTMPSM04    0xF0038AB0          PSM0 Shared Service Request 4
SRC_GTMPSM05    0xF0038AB4          PSM0 Shared Service Request 5
SRC_GTMPSM06    0xF0038AB8          PSM0 Shared Service Request 6
SRC_GTMPSM07    0xF0038ABC          PSM0 Shared Service Request 7
SRC_GTMPSM10    0xF0038AC0          PSM1 Shared Service Request 0
SRC_GTMPSM11    0xF0038AC4          PSM1 Shared Service Request 1
SRC_GTMPSM12    0xF0038AC8          PSM1 Shared Service Request 2
SRC_GTMPSM13    0xF0038ACC          PSM1 Shared Service Request 3
SRC_GTMPSM14    0xF0038AD0          PSM1 Shared Service Request 4
SRC_GTMPSM15    0xF0038AD4          PSM1 Shared Service Request 5
SRC_GTMPSM16    0xF0038AD8          PSM1 Shared Service Request 6
SRC_GTMPSM17    0xF0038ADC          PSM1 Shared Service Request 7
SRC_GTMPSM20    0xF0038AE0          PSM2 Shared Service Request 0
SRC_GTMPSM21    0xF0038AE4          PSM2 Shared Service Request 1
SRC_GTMPSM22    0xF0038AE8          PSM2 Shared Service Request 2
SRC_GTMPSM23    0xF0038AEC          PSM2 Shared Service Request 3
SRC_GTMPSM24    0xF0038AF0          PSM2 Shared Service Request 4
SRC_GTMPSM25    0xF0038AF4          PSM2 Shared Service Request 5
SRC_GTMPSM26    0xF0038AF8          PSM2 Shared Service Request 6
SRC_GTMPSM27    0xF0038AFC          PSM2 Shared Service Request 7
SRC_GTMDPLL0    0xF0038B00          DPLL Service Request 0
SRC_GTMDPLL1    0xF0038B04          DPLL Service Request 1
SRC_GTMDPLL2    0xF0038B08          DPLL Service Request 2
SRC_GTMDPLL3    0xF0038B0C          DPLL Service Request 3
SRC_GTMDPLL4    0xF0038B10          DPLL Service Request 4
SRC_GTMDPLL5    0xF0038B14          DPLL Service Request 5
SRC_GTMDPLL6    0xF0038B18          DPLL Service Request 6
SRC_GTMDPLL7    0xF0038B1C          DPLL Service Request 7
SRC_GTMDPLL8    0xF0038B20          DPLL Service Request 8
SRC_GTMDPLL9    0xF0038B24          DPLL Service Request 9
SRC_GTMDPLL10   0xF0038B28          DPLL Service Request 10
SRC_GTMDPLL11   0xF0038B2C          DPLL Service Request 11
SRC_GTMDPLL12   0xF0038B30          DPLL Service Request 12
SRC_GTMDPLL13   0xF0038B34          DPLL Service Request 13
SRC_GTMDPLL14   0xF0038B38          DPLL Service Request 14
SRC_GTMDPLL15   0xF0038B3C          DPLL Service Request 15
SRC_GTMDPLL16   0xF0038B40          DPLL Service Request 16
SRC_GTMDPLL17   0xF0038B44          DPLL Service Request 17
SRC_GTMDPLL18   0xF0038B48          DPLL Service Request 18
SRC_GTMDPLL19   0xF0038B4C          DPLL Service Request 19
SRC_GTMDPLL20   0xF0038B50          DPLL Service Request 20
SRC_GTMDPLL21   0xF0038B54          DPLL Service Request 21
SRC_GTMDPLL22   0xF0038B58          DPLL Service Request 22
SRC_GTMDPLL23   0xF0038B5C          DPLL Service Request 23
SRC_GTMDPLL24   0xF0038B60          DPLL Service Request 24
SRC_GTMDPLL25   0xF0038B64          DPLL Service Request 25
SRC_GTMDPLL26   0xF0038B68          DPLL Service Request 26
SRC_GTMERR      0xF0038B70          Error Service Request
SRC_GTMTIM00    0xF0038B90          TIM0 Shared Service Request 0
SRC_GTMTIM01    0xF0038B94          TIM0 Shared Service Request 1
SRC_GTMTIM02    0xF0038B98          TIM0 Shared Service Request 2
SRC_GTMTIM03    0xF0038B9C          TIM0 Shared Service Request 3
SRC_GTMTIM04    0xF0038BA0          TIM0 Shared Service Request 4
SRC_GTMTIM05    0xF0038BA4          TIM0 Shared Service Request 5
SRC_GTMTIM06    0xF0038BA8          TIM0 Shared Service Request 6
SRC_GTMTIM07    0xF0038BAC          TIM0 Shared Service Request 7
SRC_GTMTIM10    0xF0038BB0          TIM1 Shared Service Request 0
SRC_GTMTIM11    0xF0038BB4          TIM1 Shared Service Request 1
SRC_GTMTIM12    0xF0038BB8          TIM1 Shared Service Request 2
SRC_GTMTIM13    0xF0038BBC          TIM1 Shared Service Request 3
SRC_GTMTIM14    0xF0038BC0          TIM1 Shared Service Request 4
SRC_GTMTIM15    0xF0038BC4          TIM1 Shared Service Request 5
SRC_GTMTIM16    0xF0038BC8          TIM1 Shared Service Request 6
SRC_GTMTIM17    0xF0038BCC          TIM1 Shared Service Request 7
SRC_GTMTIM20    0xF0038BD0          TIM2 Shared Service Request 0
SRC_GTMTIM21    0xF0038BD4          TIM2 Shared Service Request 1
SRC_GTMTIM22    0xF0038BD8          TIM2 Shared Service Request 2
SRC_GTMTIM23    0xF0038BDC          TIM2 Shared Service Request 3
SRC_GTMTIM24    0xF0038BE0          TIM2 Shared Service Request 4
SRC_GTMTIM25    0xF0038BE4          TIM2 Shared Service Request 5
SRC_GTMTIM26    0xF0038BE8          TIM2 Shared Service Request 6
SRC_GTMTIM27    0xF0038BEC          TIM2 Shared Service Request 7
SRC_GTMTIM30    0xF0038BF0          TIM3 Shared Service Request 0
SRC_GTMTIM31    0xF0038BF4          TIM3 Shared Service Request 1
SRC_GTMTIM32    0xF0038BF8          TIM3 Shared Service Request 2
SRC_GTMTIM33    0xF0038BFC          TIM3 Shared Service Request 3
SRC_GTMTIM34    0xF0038C00          TIM3 Shared Service Request 4
SRC_GTMTIM35    0xF0038C04          TIM3 Shared Service Request 5
SRC_GTMTIM36    0xF0038C08          TIM3 Shared Service Request 6
SRC_GTMTIM37    0xF0038C0C          TIM3 Shared Service Request 7
SRC_GTMTIM40    0xF0038C10          TIM4 Shared Service Request 0
SRC_GTMTIM41    0xF0038C14          TIM4 Shared Service Request 1
SRC_GTMTIM42    0xF0038C18          TIM4 Shared Service Request 2
SRC_GTMTIM43    0xF0038C1C          TIM4 Shared Service Request 3
SRC_GTMTIM44    0xF0038C20          TIM4 Shared Service Request 4
SRC_GTMTIM45    0xF0038C24          TIM4 Shared Service Request 5
SRC_GTMTIM46    0xF0038C28          TIM4 Shared Service Request 6
SRC_GTMTIM47    0xF0038C2C          TIM4 Shared Service Request 7
SRC_GTMTIM50    0xF0038C30          TIM5 Shared Service Request 0
SRC_GTMTIM51    0xF0038C34          TIM5 Shared Service Request 1
SRC_GTMTIM52    0xF0038C38          TIM5 Shared Service Request 2
SRC_GTMTIM53    0xF0038C3C          TIM5 Shared Service Request 3
SRC_GTMTIM54    0xF0038C40          TIM5 Shared Service Request 4
SRC_GTMTIM55    0xF0038C44          TIM5 Shared Service Request 5
SRC_GTMTIM56    0xF0038C48          TIM5 Shared Service Request 6
SRC_GTMTIM57    0xF0038C4C          TIM5 Shared Service Request 7
SRC_GTMTIM60    0xF0038C50          TIM6 Shared Service Request 0
SRC_GTMTIM61    0xF0038C54          TIM6 Shared Service Request 1
SRC_GTMTIM62    0xF0038C58          TIM6 Shared Service Request 2
SRC_GTMTIM63    0xF0038C5C          TIM6 Shared Service Request 3
SRC_GTMTIM64    0xF0038C60          TIM6 Shared Service Request 4
SRC_GTMTIM65    0xF0038C64          TIM6 Shared Service Request 5
SRC_GTMTIM66    0xF0038C68          TIM6 Shared Service Request 6
SRC_GTMTIM67    0xF0038C6C          TIM6 Shared Service Request 7
SRC_GTMTIM70    0xF0038C70          TIM7 Shared Service Request 0
SRC_GTMTIM71    0xF0038C74          TIM7 Shared Service Request 1
SRC_GTMTIM72    0xF0038C78          TIM7 Shared Service Request 2
SRC_GTMTIM73    0xF0038C7C          TIM7 Shared Service Request 3
SRC_GTMTIM74    0xF0038C80          TIM7 Shared Service Request 4
SRC_GTMTIM75    0xF0038C84          TIM7 Shared Service Request 5
SRC_GTMTIM76    0xF0038C88          TIM7 Shared Service Request 6
SRC_GTMTIM77    0xF0038C8C          TIM7 Shared Service Request 7
SRC_GTMMCS00    0xF0038CB0          MCS0 Shared Service Request 0
SRC_GTMMCS01    0xF0038CB4          MCS0 Shared Service Request 1
SRC_GTMMCS02    0xF0038CB8          MCS0 Shared Service Request 2
SRC_GTMMCS03    0xF0038CBC          MCS0 Shared Service Request 3
SRC_GTMMCS04    0xF0038CC0          MCS0 Shared Service Request 4
SRC_GTMMCS05    0xF0038CC4          MCS0 Shared Service Request 5
SRC_GTMMCS06    0xF0038CC8          MCS0 Shared Service Request 6
SRC_GTMMCS07    0xF0038CCC          MCS0 Shared Service Request 7
SRC_GTMMCS10    0xF0038CD0          MCS1 Shared Service Request 0
SRC_GTMMCS11    0xF0038CD4          MCS1 Shared Service Request 1
SRC_GTMMCS12    0xF0038CD8          MCS1 Shared Service Request 2
SRC_GTMMCS13    0xF0038CDC          MCS1 Shared Service Request 3
SRC_GTMMCS14    0xF0038CE0          MCS1 Shared Service Request 4
SRC_GTMMCS15    0xF0038CE4          MCS1 Shared Service Request 5
SRC_GTMMCS16    0xF0038CE8          MCS1 Shared Service Request 6
SRC_GTMMCS17    0xF0038CEC          MCS1 Shared Service Request 7
SRC_GTMMCS20    0xF0038CF0          MCS2 Shared Service Request 0
SRC_GTMMCS21    0xF0038CF4          MCS2 Shared Service Request 1
SRC_GTMMCS22    0xF0038CF8          MCS2 Shared Service Request 2
SRC_GTMMCS23    0xF0038CFC          MCS2 Shared Service Request 3
SRC_GTMMCS24    0xF0038D00          MCS2 Shared Service Request 4
SRC_GTMMCS25    0xF0038D04          MCS2 Shared Service Request 5
SRC_GTMMCS26    0xF0038D08          MCS2 Shared Service Request 6
SRC_GTMMCS27    0xF0038D0C          MCS2 Shared Service Request 7
SRC_GTMMCS30    0xF0038D10          MCS3 Shared Service Request 0
SRC_GTMMCS31    0xF0038D14          MCS3 Shared Service Request 1
SRC_GTMMCS32    0xF0038D18          MCS3 Shared Service Request 2
SRC_GTMMCS33    0xF0038D1C          MCS3 Shared Service Request 3
SRC_GTMMCS34    0xF0038D20          MCS3 Shared Service Request 4
SRC_GTMMCS35    0xF0038D24          MCS3 Shared Service Request 5
SRC_GTMMCS36    0xF0038D28          MCS3 Shared Service Request 6
SRC_GTMMCS37    0xF0038D2C          MCS3 Shared Service Request 7
SRC_GTMMCS40    0xF0038D30          MCS4 Shared Service Request 0
SRC_GTMMCS41    0xF0038D34          MCS4 Shared Service Request 1
SRC_GTMMCS42    0xF0038D38          MCS4 Shared Service Request 2
SRC_GTMMCS43    0xF0038D3C          MCS4 Shared Service Request 3
SRC_GTMMCS44    0xF0038D40          MCS4 Shared Service Request 4
SRC_GTMMCS45    0xF0038D44          MCS4 Shared Service Request 5
SRC_GTMMCS46    0xF0038D48          MCS4 Shared Service Request 6
SRC_GTMMCS47    0xF0038D4C          MCS4 Shared Service Request 7
SRC_GTMMCS50    0xF0038D50          MCS5 Shared Service Request 0
SRC_GTMMCS51    0xF0038D54          MCS5 Shared Service Request 1
SRC_GTMMCS52    0xF0038D58          MCS5 Shared Service Request 2
SRC_GTMMCS53    0xF0038D5C          MCS5 Shared Service Request 3
SRC_GTMMCS54    0xF0038D60          MCS5 Shared Service Request 4
SRC_GTMMCS55    0xF0038D64          MCS5 Shared Service Request 5
SRC_GTMMCS56    0xF0038D68          MCS5 Shared Service Request 6
SRC_GTMMCS57    0xF0038D6C          MCS5 Shared Service Request 7
SRC_GTMMCS60    0xF0038D70          MCS6 Shared Service Request 0
SRC_GTMMCS61    0xF0038D74          MCS6 Shared Service Request 1
SRC_GTMMCS62    0xF0038D78          MCS6 Shared Service Request 2
SRC_GTMMCS63    0xF0038D7C          MCS6 Shared Service Request 3
SRC_GTMMCS64    0xF0038D80          MCS6 Shared Service Request 4
SRC_GTMMCS65    0xF0038D84          MCS6 Shared Service Request 5
SRC_GTMMCS66    0xF0038D88          MCS6 Shared Service Request 6
SRC_GTMMCS67    0xF0038D8C          MCS6 Shared Service Request 7
SRC_GTMMCS70    0xF0038D90          MCS7 Shared Service Request 0
SRC_GTMMCS71    0xF0038D94          MCS7 Shared Service Request 1
SRC_GTMMCS72    0xF0038D98          MCS7 Shared Service Request 2
SRC_GTMMCS73    0xF0038D9C          MCS7 Shared Service Request 3
SRC_GTMMCS74    0xF0038DA0          MCS7 Shared Service Request 4
SRC_GTMMCS75    0xF0038DA4          MCS7 Shared Service Request 5
SRC_GTMMCS76    0xF0038DA8          MCS7 Shared Service Request 6
SRC_GTMMCS77    0xF0038DAC          MCS7 Shared Service Request 7
SRC_GTMMCS80    0xF0038DB0          MCS8 Shared Service Request 0
SRC_GTMMCS81    0xF0038DB4          MCS8 Shared Service Request 1
SRC_GTMMCS82    0xF0038DB8          MCS8 Shared Service Request 2
SRC_GTMMCS83    0xF0038DBC          MCS8 Shared Service Request 3
SRC_GTMMCS84    0xF0038DC0          MCS8 Shared Service Request 4
SRC_GTMMCS85    0xF0038DC4          MCS8 Shared Service Request 5
SRC_GTMMCS86    0xF0038DC8          MCS8 Shared Service Request 6
SRC_GTMMCS87    0xF0038DCC          MCS8 Shared Service Request 7
SRC_GTMMCS90    0xF0038DD0          MCS9 Shared Service Request 0
SRC_GTMMCS91    0xF0038DD4          MCS9 Shared Service Request 1
SRC_GTMMCS92    0xF0038DD8          MCS9 Shared Service Request 2
SRC_GTMMCS93    0xF0038DDC          MCS9 Shared Service Request 3
SRC_GTMMCS94    0xF0038DE0          MCS9 Shared Service Request 4
SRC_GTMMCS95    0xF0038DE4          MCS9 Shared Service Request 5
SRC_GTMMCS96    0xF0038DE8          MCS9 Shared Service Request 6
SRC_GTMMCS97    0xF0038DEC          MCS9 Shared Service Request 7
SRC_GTMTOM00    0xF0038E10          TOM0 Shared Service Request 0
SRC_GTMTOM01    0xF0038E14          TOM0 Shared Service Request 1
SRC_GTMTOM02    0xF0038E18          TOM0 Shared Service Request 2
SRC_GTMTOM03    0xF0038E1C          TOM0 Shared Service Request 3
SRC_GTMTOM04    0xF0038E20          TOM0 Shared Service Request 4
SRC_GTMTOM05    0xF0038E24          TOM0 Shared Service Request 5
SRC_GTMTOM06    0xF0038E28          TOM0 Shared Service Request 6
SRC_GTMTOM07    0xF0038E2C          TOM0 Shared Service Request 7
SRC_GTMTOM10    0xF0038E30          TOM1 Shared Service Request 0
SRC_GTMTOM11    0xF0038E34          TOM1 Shared Service Request 1
SRC_GTMTOM12    0xF0038E38          TOM1 Shared Service Request 2
SRC_GTMTOM13    0xF0038E3C          TOM1 Shared Service Request 3
SRC_GTMTOM14    0xF0038E40          TOM1 Shared Service Request 4
SRC_GTMTOM15    0xF0038E44          TOM1 Shared Service Request 5
SRC_GTMTOM16    0xF0038E48          TOM1 Shared Service Request 6
SRC_GTMTOM17    0xF0038E4C          TOM1 Shared Service Request 7
SRC_GTMTOM20    0xF0038E50          TOM2 Shared Service Request 0
SRC_GTMTOM21    0xF0038E54          TOM2 Shared Service Request 1
SRC_GTMTOM22    0xF0038E58          TOM2 Shared Service Request 2
SRC_GTMTOM23    0xF0038E5C          TOM2 Shared Service Request 3
SRC_GTMTOM24    0xF0038E60          TOM2 Shared Service Request 4
SRC_GTMTOM25    0xF0038E64          TOM2 Shared Service Request 5
SRC_GTMTOM26    0xF0038E68          TOM2 Shared Service Request 6
SRC_GTMTOM27    0xF0038E6C          TOM2 Shared Service Request 7
SRC_GTMTOM30    0xF0038E70          TOM3 Shared Service Request 0
SRC_GTMTOM31    0xF0038E74          TOM3 Shared Service Request 1
SRC_GTMTOM32    0xF0038E78          TOM3 Shared Service Request 2
SRC_GTMTOM33    0xF0038E7C          TOM3 Shared Service Request 3
SRC_GTMTOM34    0xF0038E80          TOM3 Shared Service Request 4
SRC_GTMTOM35    0xF0038E84          TOM3 Shared Service Request 5
SRC_GTMTOM36    0xF0038E88          TOM3 Shared Service Request 6
SRC_GTMTOM37    0xF0038E8C          TOM3 Shared Service Request 7
SRC_GTMTOM40    0xF0038E90          TOM4 Shared Service Request 0
SRC_GTMTOM41    0xF0038E94          TOM4 Shared Service Request 1
SRC_GTMTOM42    0xF0038E98          TOM4 Shared Service Request 2
SRC_GTMTOM43    0xF0038E9C          TOM4 Shared Service Request 3
SRC_GTMTOM44    0xF0038EA0          TOM4 Shared Service Request 4
SRC_GTMTOM45    0xF0038EA4          TOM4 Shared Service Request 5
SRC_GTMTOM46    0xF0038EA8          TOM4 Shared Service Request 6
SRC_GTMTOM47    0xF0038EAC          TOM4 Shared Service Request 7
SRC_GTMTOM50    0xF0038EB0          TOM5 Shared Service Request 0
SRC_GTMTOM51    0xF0038EB4          TOM5 Shared Service Request 1
SRC_GTMTOM52    0xF0038EB8          TOM5 Shared Service Request 2
SRC_GTMTOM53    0xF0038EBC          TOM5 Shared Service Request 3
SRC_GTMTOM54    0xF0038EC0          TOM5 Shared Service Request 4
SRC_GTMTOM55    0xF0038EC4          TOM5 Shared Service Request 5
SRC_GTMTOM56    0xF0038EC8          TOM5 Shared Service Request 6
SRC_GTMTOM57    0xF0038ECC          TOM5 Shared Service Request 7
SRC_GTMATOM00   0xF0038EF0          ATOM0 Shared Service Request 0
SRC_GTMATOM01   0xF0038EF4          ATOM0 Shared Service Request 1
SRC_GTMATOM02   0xF0038EF8          ATOM0 Shared Service Request 2
SRC_GTMATOM03   0xF0038EFC          ATOM0 Shared Service Request 3
SRC_GTMATOM10   0xF0038F00          ATOM1 Shared Service Request 0
SRC_GTMATOM11   0xF0038F04          ATOM1 Shared Service Request 1
SRC_GTMATOM12   0xF0038F08          ATOM1 Shared Service Request 2
SRC_GTMATOM13   0xF0038F0C          ATOM1 Shared Service Request 3
SRC_GTMATOM20   0xF0038F10          ATOM2 Shared Service Request 0
SRC_GTMATOM21   0xF0038F14          ATOM2 Shared Service Request 1
SRC_GTMATOM22   0xF0038F18          ATOM2 Shared Service Request 2
SRC_GTMATOM23   0xF0038F1C          ATOM2 Shared Service Request 3
SRC_GTMATOM30   0xF0038F20          ATOM3 Shared Service Request 0
SRC_GTMATOM31   0xF0038F24          ATOM3 Shared Service Request 1
SRC_GTMATOM32   0xF0038F28          ATOM3 Shared Service Request 2
SRC_GTMATOM33   0xF0038F2C          ATOM3 Shared Service Request 3
SRC_GTMATOM40   0xF0038F30          ATOM4 Shared Service Request 0
SRC_GTMATOM41   0xF0038F34          ATOM4 Shared Service Request 1
SRC_GTMATOM42   0xF0038F38          ATOM4 Shared Service Request 2
SRC_GTMATOM43   0xF0038F3C          ATOM4 Shared Service Request 3
SRC_GTMATOM50   0xF0038F40          ATOM5 Shared Service Request 0
SRC_GTMATOM51   0xF0038F44          ATOM5 Shared Service Request 1
SRC_GTMATOM52   0xF0038F48          ATOM5 Shared Service Request 2
SRC_GTMATOM53   0xF0038F4C          ATOM5 Shared Service Request 3
SRC_GTMATOM60   0xF0038F50          ATOM6 Shared Service Request 0
SRC_GTMATOM61   0xF0038F54          ATOM6 Shared Service Request 1
SRC_GTMATOM62   0xF0038F58          ATOM6 Shared Service Request 2
SRC_GTMATOM63   0xF0038F5C          ATOM6 Shared Service Request 3
SRC_GTMATOM70   0xF0038F60          ATOM7 Shared Service Request 0
SRC_GTMATOM71   0xF0038F64          ATOM7 Shared Service Request 1
SRC_GTMATOM72   0xF0038F68          ATOM7 Shared Service Request 2
SRC_GTMATOM73   0xF0038F6C          ATOM7 Shared Service Request 3
SRC_GTMATOM80   0xF0038F70          ATOM8 Shared Service Request 0
SRC_GTMATOM81   0xF0038F74          ATOM8 Shared Service Request 1
SRC_GTMATOM82   0xF0038F78          ATOM8 Shared Service Request 2
SRC_GTMATOM83   0xF0038F7C          ATOM8 Shared Service Request 3
SRC_GTMATOM90   0xF0038F80          ATOM9 Shared Service Request 0
SRC_GTMATOM91   0xF0038F84          ATOM9 Shared Service Request 1
SRC_GTMATOM92   0xF0038F88          ATOM9 Shared Service Request 2
SRC_GTMATOM93   0xF0038F8C          ATOM9 Shared Service Request 3
SRC_GTMATOM100  0xF0038F90          ATOM10 Shared Service Request 0
SRC_GTMATOM101  0xF0038F94          ATOM10 Shared Service Request 1
SRC_GTMATOM102  0xF0038F98          ATOM10 Shared Service Request 2
SRC_GTMATOM103  0xF0038F9C          ATOM10 Shared Service Request 3
SRC_GTMATOM110  0xF0038FA0          ATOM11 Shared Service Request 0
SRC_GTMATOM111  0xF0038FA4          ATOM11 Shared Service Request 1
SRC_GTMATOM112  0xF0038FA8          ATOM11 Shared Service Request 2
SRC_GTMATOM113  0xF0038FAC          ATOM11 Shared Service Request 3
SRC_GTMMCSW0    0xF0038FD0          GTM Multi Channel Sequencer Service Request 0
SRC_GTMMCSW1    0xF0038FD4          GTM Multi Channel Sequencer Service Request 1
SRC_GTMMCSW2    0xF0038FD8          GTM Multi Channel Sequencer Service Request 2
SRC_GTMMCSW3    0xF0038FDC          GTM Multi Channel Sequencer Service Request 3
SRC_GTMMCSW4    0xF0038FE0          GTM Multi Channel Sequencer Service Request 4
SRC_GTMMCSW5    0xF0038FE4          GTM Multi Channel Sequencer Service Request 5
SRC_GTMMCSW6    0xF0038FE8          GTM Multi Channel Sequencer Service Request 6
SRC_GTMMCSW7    0xF0038FEC          GTM Multi Channel Sequencer Service Request 7
SRC_GTMMCSW8    0xF0038FF0          GTM Multi Channel Sequencer Service Request 8
SRC_GTMMCSW9    0xF0038FF4          GTM Multi Channel Sequencer Service Request 9
P00_OUT         0xF003A000          Port 00 Output Register
P00_OMR         0xF003A004          Port 00 Output Modification Register
P00_ID          0xF003A008          Port 00 Identification Register
P00_IOCR0       0xF003A010          Port 00 Input/Output Control Register 0
P00_IOCR4       0xF003A014          Port 00 Input/Output Control Register 4
P00_IOCR8       0xF003A018          Port 00 Input/Output Control Register 8
P00_IOCR12      0xF003A01C          Port 00 Input/Output Control Register 12
P00_IN          0xF003A024          Port 00 Input Register
P00_PDR0        0xF003A040          Port 00 Pad Driver Mode Register 0
P00_PDR1        0xF003A044          Port 00 Pad Driver Mode Register 1
P00_ESR         0xF003A050          Port 00 Emergency Stop Register
P00_PDISC       0xF003A060          Port 00 Pin Function Decision Control Register
P00_PCSR        0xF003A064          Port 00 Pin Controller Select Register
P00_OMSR0       0xF003A070          Port 00 Output Modification Set Register 0
P00_OMSR4       0xF003A074          Port 00 Output Modification Set Register 4
P00_OMSR8       0xF003A078          Port 00 Output Modification Set Register 8
P00_OMSR12      0xF003A07C          Port 00 Output Modification Set Register 12
P00_OMCR0       0xF003A080          Port 00 Output Modification Clear Register 0
P00_OMCR4       0xF003A084          Port 00 Output Modification Clear Register 4
P00_OMCR8       0xF003A088          Port 00 Output Modification Clear Register 8
P00_OMCR12      0xF003A08C          Port 00 Output Modification Clear Register 12
P00_OMSR        0xF003A090          Port 00 Output Modification Set Register
P00_OMCR        0xF003A094          Port 00 Output Modification Clear Register
P00_ACCEN1      0xF003A0F8          Port 00 Access Enable Register 1
P00_ACCEN0      0xF003A0FC          Port 00 Access Enable Register 0
P01_OUT         0xF003A100          Port 01 Output Register
P01_OMR         0xF003A104          Port 01 Output Modification Register
P01_ID          0xF003A108          Port 01 Identification Register
P01_IOCR0       0xF003A110          Port 01 Input/Output Control Register 0
P01_IOCR4       0xF003A114          Port 01 Input/Output Control Register 4
P01_IOCR8       0xF003A118          Port 01 Input/Output Control Register 8
P01_IOCR12      0xF003A11C          Port 01 Input/Output Control Register 12
P01_IN          0xF003A124          Port 01 Input Register
P01_PDR0        0xF003A140          Port 01 Pad Driver Mode Register 0
P01_PDR1        0xF003A144          Port 01 Pad Driver Mode Register 1
P01_ESR         0xF003A150          Port 01 Emergency Stop Register
P01_PDISC       0xF003A160          Port 01 Pin Function Decision Control Register
P01_PCSR        0xF003A164          Port 01 Pin Controller Select Register
P01_OMSR0       0xF003A170          Port 01 Output Modification Set Register 0
P01_OMSR4       0xF003A174          Port 01 Output Modification Set Register 4
P01_OMSR8       0xF003A178          Port 01 Output Modification Set Register 8
P01_OMSR12      0xF003A17C          Port 01 Output Modification Set Register 12
P01_OMCR0       0xF003A180          Port 01 Output Modification Clear Register 0
P01_OMCR4       0xF003A184          Port 01 Output Modification Clear Register 4
P01_OMCR8       0xF003A188          Port 01 Output Modification Clear Register 8
P01_OMCR12      0xF003A18C          Port 01 Output Modification Clear Register 12
P01_OMSR        0xF003A190          Port 01 Output Modification Set Register
P01_OMCR        0xF003A194          Port 01 Output Modification Clear Register
P01_ACCEN1      0xF003A1F8          Port 01 Access Enable Register 1
P01_ACCEN0      0xF003A1FC          Port 01 Access Enable Register 0
P02_OUT         0xF003A200          Port 02 Output Register
P02_OMR         0xF003A204          Port 02 Output Modification Register
P02_ID          0xF003A208          Port 02 Identification Register
P02_IOCR0       0xF003A210          Port 02 Input/Output Control Register 0
P02_IOCR4       0xF003A214          Port 02 Input/Output Control Register 4
P02_IOCR8       0xF003A218          Port 02 Input/Output Control Register 8
P02_IOCR12      0xF003A21C          Port 02 Input/Output Control Register 12
P02_IN          0xF003A224          Port 02 Input Register
P02_PDR0        0xF003A240          Port 02 Pad Driver Mode Register 0
P02_PDR1        0xF003A244          Port 02 Pad Driver Mode Register 1
P02_ESR         0xF003A250          Port 02 Emergency Stop Register
P02_PDISC       0xF003A260          Port 02 Pin Function Decision Control Register
P02_PCSR        0xF003A264          Port 02 Pin Controller Select Register
P02_OMSR0       0xF003A270          Port 02 Output Modification Set Register 0
P02_OMSR4       0xF003A274          Port 02 Output Modification Set Register 4
P02_OMSR8       0xF003A278          Port 02 Output Modification Set Register 8
P02_OMSR12      0xF003A27C          Port 02 Output Modification Set Register 12
P02_OMCR0       0xF003A280          Port 02 Output Modification Clear Register 0
P02_OMCR4       0xF003A284          Port 02 Output Modification Clear Register 4
P02_OMCR8       0xF003A288          Port 02 Output Modification Clear Register 8
P02_OMCR12      0xF003A28C          Port 02 Output Modification Clear Register 12
P02_OMSR        0xF003A290          Port 02 Output Modification Set Register
P02_OMCR        0xF003A294          Port 02 Output Modification Clear Register
P02_ACCEN1      0xF003A2F8          Port 02 Access Enable Register 1
P02_ACCEN0      0xF003A2FC          Port 02 Access Enable Register 0
P10_OUT         0xF003AA00          Port 10 Output Register
P10_OMR         0xF003AA04          Port 10 Output Modification Register
P10_ID          0xF003AA08          Port 10 Identification Register
P10_IOCR0       0xF003AA10          Port 10 Input/Output Control Register 0
P10_IOCR4       0xF003AA14          Port 10 Input/Output Control Register 4
P10_IOCR8       0xF003AA18          Port 10 Input/Output Control Register 8
P10_IOCR12      0xF003AA1C          Port 10 Input/Output Control Register 12
P10_IN          0xF003AA24          Port 10 Input Register
P10_PDR0        0xF003AA40          Port 10 Pad Driver Mode Register 0
P10_PDR1        0xF003AA44          Port 10 Pad Driver Mode Register 1
P10_ESR         0xF003AA50          Port 10 Emergency Stop Register
P10_PDISC       0xF003AA60          Port 10 Pin Function Decision Control Register
P10_PCSR        0xF003AA64          Port 10 Pin Controller Select Register
P10_OMSR0       0xF003AA70          Port 10 Output Modification Set Register 0
P10_OMSR4       0xF003AA74          Port 10 Output Modification Set Register 4
P10_OMSR8       0xF003AA78          Port 10 Output Modification Set Register 8
P10_OMSR12      0xF003AA7C          Port 10 Output Modification Set Register 12
P10_OMCR0       0xF003AA80          Port 10 Output Modification Clear Register 0
P10_OMCR4       0xF003AA84          Port 10 Output Modification Clear Register 4
P10_OMCR8       0xF003AA88          Port 10 Output Modification Clear Register 8
P10_OMCR12      0xF003AA8C          Port 10 Output Modification Clear Register 12
P10_OMSR        0xF003AA90          Port 10 Output Modification Set Register
P10_OMCR        0xF003AA94          Port 10 Output Modification Clear Register
P10_ACCEN1      0xF003AAF8          Port 10 Access Enable Register 1
P10_ACCEN0      0xF003AAFC          Port 10 Access Enable Register 0
P11_OUT         0xF003AB00          Port 11 Output Register
P11_OMR         0xF003AB04          Port 11 Output Modification Register
P11_ID          0xF003AB08          Port 11 Identification Register
P11_IOCR0       0xF003AB10          Port 11 Input/Output Control Register 0
P11_IOCR4       0xF003AB14          Port 11 Input/Output Control Register 4
P11_IOCR8       0xF003AB18          Port 11 Input/Output Control Register 8
P11_IOCR12      0xF003AB1C          Port 11 Input/Output Control Register 12
P11_IN          0xF003AB24          Port 11 Input Register
P11_PDR0        0xF003AB40          Port 11 Pad Driver Mode Register 0
P11_PDR1        0xF003AB44          Port 11 Pad Driver Mode Register 1
P11_ESR         0xF003AB50          Port 11 Emergency Stop Register
P11_PDISC       0xF003AB60          Port 11 Pin Function Decision Control Register
P11_PCSR        0xF003AB64          Port 11 Pin Controller Select Register
P11_OMSR0       0xF003AB70          Port 11 Output Modification Set Register 0
P11_OMSR4       0xF003AB74          Port 11 Output Modification Set Register 4
P11_OMSR8       0xF003AB78          Port 11 Output Modification Set Register 8
P11_OMSR12      0xF003AB7C          Port 11 Output Modification Set Register 12
P11_OMCR0       0xF003AB80          Port 11 Output Modification Clear Register 0
P11_OMCR4       0xF003AB84          Port 11 Output Modification Clear Register 4
P11_OMCR8       0xF003AB88          Port 11 Output Modification Clear Register 8
P11_OMCR12      0xF003AB8C          Port 11 Output Modification Clear Register 12
P11_OMSR        0xF003AB90          Port 11 Output Modification Set Register
P11_OMCR        0xF003AB94          Port 11 Output Modification Clear Register
P11_ACCEN1      0xF003ABF8          Port 11 Access Enable Register 1
P11_ACCEN0      0xF003ABFC          Port 11 Access Enable Register 0
P12_OUT         0xF003AC00          Port 12 Output Register
P12_OMR         0xF003AC04          Port 12 Output Modification Register
P12_ID          0xF003AC08          Port 12 Identification Register
P12_IOCR0       0xF003AC10          Port 12 Input/Output Control Register 0
P12_IN          0xF003AC24          Port 12 Input Register
P12_PDR0        0xF003AC40          Port 12 Pad Driver Mode Register 0
P12_ESR         0xF003AC50          Port 12 Emergency Stop Register
P12_PDISC       0xF003AC60          Port 12 Pin Function Decision Control Register
P12_PCSR        0xF003AC64          Port 12 Pin Controller Select Register
P12_OMSR0       0xF003AC70          Port 12 Output Modification Set Register 0
P12_OMCR0       0xF003AC80          Port 12 Output Modification Clear Register 0
P12_OMSR        0xF003AC90          Port 12 Output Modification Set Register
P12_OMCR        0xF003AC94          Port 12 Output Modification Clear Register
P12_ACCEN1      0xF003ACF8          Port 12 Access Enable Register 1
P12_ACCEN0      0xF003ACFC          Port 12 Access Enable Register 0
P13_OUT         0xF003AD00          Port 13 Output Register
P13_OMR         0xF003AD04          Port 13 Output Modification Register
P13_ID          0xF003AD08          Port 13 Identification Register
P13_IOCR0       0xF003AD10          Port 13 Input/Output Control Register 0
P13_IOCR4       0xF003AD14          Port 13 Input/Output Control Register 4
P13_IOCR8       0xF003AD18          Port 13 Input/Output Control Register 8
P13_IOCR12      0xF003AD1C          Port 13 Input/Output Control Register 12
P13_IN          0xF003AD24          Port 13 Input Register
P13_PDR0        0xF003AD40          Port 13 Pad Driver Mode Register 0
P13_PDR1        0xF003AD44          Port 13 Pad Driver Mode Register 1
P13_ESR         0xF003AD50          Port 13 Emergency Stop Register
P13_PDISC       0xF003AD60          Port 13 Pin Function Decision Control Register
P13_PCSR        0xF003AD64          Port 13 Pin Controller Select Register
P13_OMSR0       0xF003AD70          Port 13 Output Modification Set Register 0
P13_OMSR4       0xF003AD74          Port 13 Output Modification Set Register 4
P13_OMSR8       0xF003AD78          Port 13 Output Modification Set Register 8
P13_OMSR12      0xF003AD7C          Port 13 Output Modification Set Register 12
P13_OMCR0       0xF003AD80          Port 13 Output Modification Clear Register 0
P13_OMCR4       0xF003AD84          Port 13 Output Modification Clear Register 4
P13_OMCR8       0xF003AD88          Port 13 Output Modification Clear Register 8
P13_OMCR12      0xF003AD8C          Port 13 Output Modification Clear Register 12
P13_OMSR        0xF003AD90          Port 13 Output Modification Set Register
P13_OMCR        0xF003AD94          Port 13 Output Modification Clear Register
P13_LPCR0       0xF003ADA0          Port 13 LVDS Pad Control Register 0
P13_LPCR1       0xF003ADA4          Port 13 LVDS Pad Control Register 1
P13_LPCR2       0xF003ADA8          Port 13 LVDS Pad Control Register 2
P13_LPCR3       0xF003ADAC          Port 13 LVDS Pad Control Register 3
P13_ACCEN1      0xF003ADF8          Port 13 Access Enable Register 1
P13_ACCEN0      0xF003ADFC          Port 13 Access Enable Register 0
P14_OUT         0xF003AE00          Port 14 Output Register
P14_OMR         0xF003AE04          Port 14 Output Modification Register
P14_ID          0xF003AE08          Port 14 Identification Register
P14_IOCR0       0xF003AE10          Port 14 Input/Output Control Register 0
P14_IOCR4       0xF003AE14          Port 14 Input/Output Control Register 4
P14_IOCR8       0xF003AE18          Port 14 Input/Output Control Register 8
P14_IOCR12      0xF003AE1C          Port 14 Input/Output Control Register 12
P14_IN          0xF003AE24          Port 14 Input Register
P14_PDR0        0xF003AE40          Port 14 Pad Driver Mode Register 0
P14_PDR1        0xF003AE44          Port 14 Pad Driver Mode Register 1
P14_ESR         0xF003AE50          Port 14 Emergency Stop Register
P14_PDISC       0xF003AE60          Port 14 Pin Function Decision Control Register
P14_PCSR        0xF003AE64          Port 14 Pin Controller Select Register
P14_OMSR0       0xF003AE70          Port 14 Output Modification Set Register 0
P14_OMSR4       0xF003AE74          Port 14 Output Modification Set Register 4
P14_OMSR8       0xF003AE78          Port 14 Output Modification Set Register 8
P14_OMSR12      0xF003AE7C          Port 14 Output Modification Set Register 12
P14_OMCR0       0xF003AE80          Port 14 Output Modification Clear Register 0
P14_OMCR4       0xF003AE84          Port 14 Output Modification Clear Register 4
P14_OMCR8       0xF003AE88          Port 14 Output Modification Clear Register 8
P14_OMCR12      0xF003AE8C          Port 14 Output Modification Clear Register 12
P14_OMSR        0xF003AE90          Port 14 Output Modification Set Register
P14_OMCR        0xF003AE94          Port 14 Output Modification Clear Register
P14_LPCR5       0xF003AEB4          Port 14 LVDS Pad Control Register 5
P14_ACCEN1      0xF003AEF8          Port 14 Access Enable Register 1
P14_ACCEN0      0xF003AEFC          Port 14 Access Enable Register 0
P15_OUT         0xF003AF00          Port 15 Output Register
P15_OMR         0xF003AF04          Port 15 Output Modification Register
P15_ID          0xF003AF08          Port 15 Identification Register
P15_IOCR0       0xF003AF10          Port 15 Input/Output Control Register 0
P15_IOCR4       0xF003AF14          Port 15 Input/Output Control Register 4
P15_IOCR8       0xF003AF18          Port 15 Input/Output Control Register 8
P15_IOCR12      0xF003AF1C          Port 15 Input/Output Control Register 12
P15_IN          0xF003AF24          Port 15 Input Register
P15_PDR0        0xF003AF40          Port 15 Pad Driver Mode Register 0
P15_PDR1        0xF003AF44          Port 15 Pad Driver Mode Register 1
P15_ESR         0xF003AF50          Port 15 Emergency Stop Register
P15_PDISC       0xF003AF60          Port 15 Pin Function Decision Control Register
P15_PCSR        0xF003AF64          Port 15 Pin Controller Select Register
P15_OMSR0       0xF003AF70          Port 15 Output Modification Set Register 0
P15_OMSR4       0xF003AF74          Port 15 Output Modification Set Register 4
P15_OMSR8       0xF003AF78          Port 15 Output Modification Set Register 8
P15_OMSR12      0xF003AF7C          Port 15 Output Modification Set Register 12
P15_OMCR0       0xF003AF80          Port 15 Output Modification Clear Register 0
P15_OMCR4       0xF003AF84          Port 15 Output Modification Clear Register 4
P15_OMCR8       0xF003AF88          Port 15 Output Modification Clear Register 8
P15_OMCR12      0xF003AF8C          Port 15 Output Modification Clear Register 12
P15_OMSR        0xF003AF90          Port 15 Output Modification Set Register
P15_OMCR        0xF003AF94          Port 15 Output Modification Clear Register
P15_LPCR5       0xF003AFB4          Port 15 LVDS Pad Control Register 5
P15_LPCR6       0xF003AFB8          Port 15 LVDS Pad Control Register 6
P15_ACCEN1      0xF003AFF8          Port 15 Access Enable Register 1
P15_ACCEN0      0xF003AFFC          Port 15 Access Enable Register 0
P20_OUT         0xF003B400          Port 20 Output Register
P20_OMR         0xF003B404          Port 20 Output Modification Register
P20_ID          0xF003B408          Port 20 Identification Register
P20_IOCR0       0xF003B410          Port 20 Input/Output Control Register 0
P20_IOCR4       0xF003B414          Port 20 Input/Output Control Register 4
P20_IOCR8       0xF003B418          Port 20 Input/Output Control Register 8
P20_IOCR12      0xF003B41C          Port 20 Input/Output Control Register 12
P20_IN          0xF003B424          Port 20 Input Register
P20_PDR0        0xF003B440          Port 20 Pad Driver Mode Register 0
P20_PDR1        0xF003B444          Port 20 Pad Driver Mode Register 1
P20_ESR         0xF003B450          Port 20 Emergency Stop Register
P20_PDISC       0xF003B460          Port 20 Pin Function Decision Control Register
P20_PCSR        0xF003B464          Port 20 Pin Controller Select Register
P20_OMSR0       0xF003B470          Port 20 Output Modification Set Register 0
P20_OMSR4       0xF003B474          Port 20 Output Modification Set Register 4
P20_OMSR8       0xF003B478          Port 20 Output Modification Set Register 8
P20_OMSR12      0xF003B47C          Port 20 Output Modification Set Register 12
P20_OMCR0       0xF003B480          Port 20 Output Modification Clear Register 0
P20_OMCR4       0xF003B484          Port 20 Output Modification Clear Register 4
P20_OMCR8       0xF003B488          Port 20 Output Modification Clear Register 8
P20_OMCR12      0xF003B48C          Port 20 Output Modification Clear Register 12
P20_OMSR        0xF003B490          Port 20 Output Modification Set Register
P20_OMCR        0xF003B494          Port 20 Output Modification Clear Register
P20_ACCEN1      0xF003B4F8          Port 20 Access Enable Register 1
P20_ACCEN0      0xF003B4FC          Port 20 Access Enable Register 0
P21_OUT         0xF003B500          Port 21 Output Register
P21_OMR         0xF003B504          Port 21 Output Modification Register
P21_ID          0xF003B508          Port 21 Identification Register
P21_IOCR0       0xF003B510          Port 21 Input/Output Control Register 0
P21_IOCR4       0xF003B514          Port 21 Input/Output Control Register 4
P21_IN          0xF003B524          Port 21 Input Register
P21_PDR0        0xF003B540          Port 21 Pad Driver Mode Register 0
P21_ESR         0xF003B550          Port 21 Emergency Stop Register
P21_PDISC       0xF003B560          Port 21 Pin Function Decision Control Register
P21_PCSR        0xF003B564          Port 21 Pin Controller Select Register
P21_OMSR0       0xF003B570          Port 21 Output Modification Set Register 0
P21_OMSR4       0xF003B574          Port 21 Output Modification Set Register 4
P21_OMCR0       0xF003B580          Port 21 Output Modification Clear Register 0
P21_OMCR4       0xF003B584          Port 21 Output Modification Clear Register 4
P21_OMSR        0xF003B590          Port 21 Output Modification Set Register
P21_OMCR        0xF003B594          Port 21 Output Modification Clear Register
P21_LPCR0       0xF003B5A0          Port 21 LVDS Pad Control Register 0
P21_LPCR1       0xF003B5A4          Port 21 LVDS Pad Control Register 1
P21_LPCR2       0xF003B5A8          Port 21 LVDS Pad Control Register 2
P21_ACCEN1      0xF003B5F8          Port 21 Access Enable Register 1
P21_ACCEN0      0xF003B5FC          Port 21 Access Enable Register 0
P22_OUT         0xF003B600          Port 22 Output Register
P22_OMR         0xF003B604          Port 22 Output Modification Register
P22_ID          0xF003B608          Port 22 Identification Register
P22_IOCR0       0xF003B610          Port 22 Input/Output Control Register 0
P22_IOCR4       0xF003B614          Port 22 Input/Output Control Register 4
P22_IOCR8       0xF003B618          Port 22 Input/Output Control Register 8
P22_IN          0xF003B624          Port 22 Input Register
P22_PDR0        0xF003B640          Port 22 Pad Driver Mode Register 0
P22_PDR1        0xF003B644          Port 22 Pad Driver Mode Register 1
P22_ESR         0xF003B650          Port 22 Emergency Stop Register
P22_PDISC       0xF003B660          Port 22 Pin Function Decision Control Register
P22_PCSR        0xF003B664          Port 22 Pin Controller Select Register
P22_OMSR0       0xF003B670          Port 22 Output Modification Set Register 0
P22_OMSR4       0xF003B674          Port 22 Output Modification Set Register 4
P22_OMSR8       0xF003B678          Port 22 Output Modification Set Register 8
P22_OMCR0       0xF003B680          Port 22 Output Modification Clear Register 0
P22_OMCR4       0xF003B684          Port 22 Output Modification Clear Register 4
P22_OMCR8       0xF003B688          Port 22 Output Modification Clear Register 8
P22_OMSR        0xF003B690          Port 22 Output Modification Set Register
P22_OMCR        0xF003B694          Port 22 Output Modification Clear Register
P22_LPCR0       0xF003B6A0          Port 22 LVDS Pad Control Register 0
P22_LPCR1       0xF003B6A4          Port 22 LVDS Pad Control Register 1
P22_ACCEN1      0xF003B6F8          Port 22 Access Enable Register 1
P22_ACCEN0      0xF003B6FC          Port 22 Access Enable Register 0
P23_OUT         0xF003B700          Port 23 Output Register
P23_OMR         0xF003B704          Port 23 Output Modification Register
P23_ID          0xF003B708          Port 23 Identification Register
P23_IOCR0       0xF003B710          Port 23 Input/Output Control Register 0
P23_IOCR4       0xF003B714          Port 23 Input/Output Control Register 4
P23_IN          0xF003B724          Port 23 Input Register
P23_PDR0        0xF003B740          Port 23 Pad Driver Mode Register 0
P23_ESR         0xF003B750          Port 23 Emergency Stop Register
P23_PDISC       0xF003B760          Port 23 Pin Function Decision Control Register
P23_PCSR        0xF003B764          Port 23 Pin Controller Select Register
P23_OMSR0       0xF003B770          Port 23 Output Modification Set Register 0
P23_OMSR4       0xF003B774          Port 23 Output Modification Set Register 4
P23_OMCR0       0xF003B780          Port 23 Output Modification Clear Register 0
P23_OMCR4       0xF003B784          Port 23 Output Modification Clear Register 4
P23_OMSR        0xF003B790          Port 23 Output Modification Set Register
P23_OMCR        0xF003B794          Port 23 Output Modification Clear Register
P23_ACCEN1      0xF003B7F8          Port 23 Access Enable Register 1
P23_ACCEN0      0xF003B7FC          Port 23 Access Enable Register 0
P24_OUT         0xF003B800          Port 24 Output Register
P24_OMR         0xF003B804          Port 24 Output Modification Register
P24_ID          0xF003B808          Port 24 Identification Register
P24_IOCR0       0xF003B810          Port 24 Input/Output Control Register 0
P24_IOCR4       0xF003B814          Port 24 Input/Output Control Register 4
P24_IOCR8       0xF003B818          Port 24 Input/Output Control Register 8
P24_IOCR12      0xF003B81C          Port 24 Input/Output Control Register 12
P24_IN          0xF003B824          Port 24 Input Register
P24_PDR0        0xF003B840          Port 24 Pad Driver Mode Register 0
P24_PDR1        0xF003B844          Port 24 Pad Driver Mode Register 1
P24_ESR         0xF003B850          Port 24 Emergency Stop Register
P24_PDISC       0xF003B860          Port 24 Pin Function Decision Control Register
P24_PCSR        0xF003B864          Port 24 Pin Controller Select Register
P24_OMSR0       0xF003B870          Port 24 Output Modification Set Register 0
P24_OMSR4       0xF003B874          Port 24 Output Modification Set Register 4
P24_OMSR8       0xF003B878          Port 24 Output Modification Set Register 8
P24_OMSR12      0xF003B87C          Port 24 Output Modification Set Register 12
P24_OMCR0       0xF003B880          Port 24 Output Modification Clear Register 0
P24_OMCR4       0xF003B884          Port 24 Output Modification Clear Register 4
P24_OMCR8       0xF003B888          Port 24 Output Modification Clear Register 8
P24_OMCR12      0xF003B88C          Port 24 Output Modification Clear Register 12
P24_OMSR        0xF003B890          Port 24 Output Modification Set Register
P24_OMCR        0xF003B894          Port 24 Output Modification Clear Register
P24_ACCEN1      0xF003B8F8          Port 24 Access Enable Register 1
P24_ACCEN0      0xF003B8FC          Port 24 Access Enable Register 0
P25_OUT         0xF003B900          Port 25 Output Register
P25_OMR         0xF003B904          Port 25 Output Modification Register
P25_ID          0xF003B908          Port 25 Identification Register
P25_IOCR0       0xF003B910          Port 25 Input/Output Control Register 0
P25_IOCR4       0xF003B914          Port 25 Input/Output Control Register 4
P25_IOCR8       0xF003B918          Port 25 Input/Output Control Register 8
P25_IOCR12      0xF003B91C          Port 25 Input/Output Control Register 12
P25_IN          0xF003B924          Port 25 Input Register
P25_PDR0        0xF003B940          Port 25 Pad Driver Mode Register 0
P25_PDR1        0xF003B944          Port 25 Pad Driver Mode Register 1
P25_ESR         0xF003B950          Port 25 Emergency Stop Register
P25_PDISC       0xF003B960          Port 25 Pin Function Decision Control Register
P25_PCSR        0xF003B964          Port 25 Pin Controller Select Register
P25_OMSR0       0xF003B970          Port 25 Output Modification Set Register 0
P25_OMSR4       0xF003B974          Port 25 Output Modification Set Register 4
P25_OMSR8       0xF003B978          Port 25 Output Modification Set Register 8
P25_OMSR12      0xF003B97C          Port 25 Output Modification Set Register 12
P25_OMCR0       0xF003B980          Port 25 Output Modification Clear Register 0
P25_OMCR4       0xF003B984          Port 25 Output Modification Clear Register 4
P25_OMCR8       0xF003B988          Port 25 Output Modification Clear Register 8
P25_OMCR12      0xF003B98C          Port 25 Output Modification Clear Register 12
P25_OMSR        0xF003B990          Port 25 Output Modification Set Register
P25_OMCR        0xF003B994          Port 25 Output Modification Clear Register
P25_ACCEN1      0xF003B9F8          Port 25 Access Enable Register 1
P25_ACCEN0      0xF003B9FC          Port 25 Access Enable Register 0
P26_OUT         0xF003BA00          Port 26 Output Register
P26_OMR         0xF003BA04          Port 26 Output Modification Register
P26_ID          0xF003BA08          Port 26 Identification Register
P26_IOCR0       0xF003BA10          Port 26 Input/Output Control Register 0
P26_IN          0xF003BA24          Port 26 Input Register
P26_PDR0        0xF003BA40          Port 26 Pad Driver Mode Register 0
P26_ESR         0xF003BA50          Port 26 Emergency Stop Register
P26_PDISC       0xF003BA60          Port 26 Pin Function Decision Control Register
P26_PCSR        0xF003BA64          Port 26 Pin Controller Select Register
P26_OMSR0       0xF003BA70          Port 26 Output Modification Set Register 0
P26_OMCR0       0xF003BA80          Port 26 Output Modification Clear Register 0
P26_OMSR        0xF003BA90          Port 26 Output Modification Set Register
P26_OMCR        0xF003BA94          Port 26 Output Modification Clear Register
P26_ACCEN1      0xF003BAF8          Port 26 Access Enable Register 1
P26_ACCEN0      0xF003BAFC          Port 26 Access Enable Register 0
P30_OUT         0xF003BE00          Port 30 Output Register
P30_OMR         0xF003BE04          Port 30 Output Modification Register
P30_ID          0xF003BE08          Port 30 Identification Register
P30_IOCR0       0xF003BE10          Port 30 Input/Output Control Register 0
P30_IOCR4       0xF003BE14          Port 30 Input/Output Control Register 4
P30_IOCR8       0xF003BE18          Port 30 Input/Output Control Register 8
P30_IOCR12      0xF003BE1C          Port 30 Input/Output Control Register 12
P30_IN          0xF003BE24          Port 30 Input Register
P30_PDR0        0xF003BE40          Port 30 Pad Driver Mode Register 0
P30_PDR1        0xF003BE44          Port 30 Pad Driver Mode Register 1
P30_ESR         0xF003BE50          Port 30 Emergency Stop Register
P30_PDISC       0xF003BE60          Port 30 Pin Function Decision Control Register
P30_PCSR        0xF003BE64          Port 30 Pin Controller Select Register
P30_OMSR0       0xF003BE70          Port 30 Output Modification Set Register 0
P30_OMSR4       0xF003BE74          Port 30 Output Modification Set Register 4
P30_OMSR8       0xF003BE78          Port 30 Output Modification Set Register 8
P30_OMSR12      0xF003BE7C          Port 30 Output Modification Set Register 12
P30_OMCR0       0xF003BE80          Port 30 Output Modification Clear Register 0
P30_OMCR4       0xF003BE84          Port 30 Output Modification Clear Register 4
P30_OMCR8       0xF003BE88          Port 30 Output Modification Clear Register 8
P30_OMCR12      0xF003BE8C          Port 30 Output Modification Clear Register 12
P30_OMSR        0xF003BE90          Port 30 Output Modification Set Register
P30_OMCR        0xF003BE94          Port 30 Output Modification Clear Register
P30_ACCEN1      0xF003BEF8          Port 30 Access Enable Register 1
P30_ACCEN0      0xF003BEFC          Port 30 Access Enable Register 0
P31_OUT         0xF003BF00          Port 31 Output Register
P31_OMR         0xF003BF04          Port 31 Output Modification Register
P31_ID          0xF003BF08          Port 31 Identification Register
P31_IOCR0       0xF003BF10          Port 31 Input/Output Control Register 0
P31_IOCR4       0xF003BF14          Port 31 Input/Output Control Register 4
P31_IOCR8       0xF003BF18          Port 31 Input/Output Control Register 8
P31_IOCR12      0xF003BF1C          Port 31 Input/Output Control Register 12
P31_IN          0xF003BF24          Port 31 Input Register
P31_PDR0        0xF003BF40          Port 31 Pad Driver Mode Register 0
P31_PDR1        0xF003BF44          Port 31 Pad Driver Mode Register 1
P31_ESR         0xF003BF50          Port 31 Emergency Stop Register
P31_PDISC       0xF003BF60          Port 31 Pin Function Decision Control Register
P31_PCSR        0xF003BF64          Port 31 Pin Controller Select Register
P31_OMSR0       0xF003BF70          Port 31 Output Modification Set Register 0
P31_OMSR4       0xF003BF74          Port 31 Output Modification Set Register 4
P31_OMSR8       0xF003BF78          Port 31 Output Modification Set Register 8
P31_OMSR12      0xF003BF7C          Port 31 Output Modification Set Register 12
P31_OMCR0       0xF003BF80          Port 31 Output Modification Clear Register 0
P31_OMCR4       0xF003BF84          Port 31 Output Modification Clear Register 4
P31_OMCR8       0xF003BF88          Port 31 Output Modification Clear Register 8
P31_OMCR12      0xF003BF8C          Port 31 Output Modification Clear Register 12
P31_OMSR        0xF003BF90          Port 31 Output Modification Set Register
P31_OMCR        0xF003BF94          Port 31 Output Modification Clear Register
P31_ACCEN1      0xF003BFF8          Port 31 Access Enable Register 1
P31_ACCEN0      0xF003BFFC          Port 31 Access Enable Register 0
P32_OUT         0xF003C000          Port 32 Output Register
P32_OMR         0xF003C004          Port 32 Output Modification Register
P32_ID          0xF003C008          Port 32 Identification Register
P32_IOCR0       0xF003C010          Port 32 Input/Output Control Register 0
P32_IOCR4       0xF003C014          Port 32 Input/Output Control Register 4
P32_IN          0xF003C024          Port 32 Input Register
P32_PDR0        0xF003C040          Port 32 Pad Driver Mode Register 0
P32_ESR         0xF003C050          Port 32 Emergency Stop Register
P32_PDISC       0xF003C060          Port 32 Pin Function Decision Control Register
P32_PCSR        0xF003C064          Port 32 Pin Controller Select Register
P32_OMSR0       0xF003C070          Port 32 Output Modification Set Register 0
P32_OMSR4       0xF003C074          Port 32 Output Modification Set Register 4
P32_OMCR0       0xF003C080          Port 32 Output Modification Clear Register 0
P32_OMCR4       0xF003C084          Port 32 Output Modification Clear Register 4
P32_OMSR        0xF003C090          Port 32 Output Modification Set Register
P32_OMCR        0xF003C094          Port 32 Output Modification Clear Register
P32_ACCEN1      0xF003C0F8          Port 32 Access Enable Register 1
P32_ACCEN0      0xF003C0FC          Port 32 Access Enable Register 0
P33_OUT         0xF003C100          Port 33 Output Register
P33_OMR         0xF003C104          Port 33 Output Modification Register
P33_ID          0xF003C108          Port 33 Identification Register
P33_IOCR0       0xF003C110          Port 33 Input/Output Control Register 0
P33_IOCR4       0xF003C114          Port 33 Input/Output Control Register 4
P33_IOCR8       0xF003C118          Port 33 Input/Output Control Register 8
P33_IOCR12      0xF003C11C          Port 33 Input/Output Control Register 12
P33_IN          0xF003C124          Port 33 Input Register
P33_PDR0        0xF003C140          Port 33 Pad Driver Mode Register 0
P33_PDR1        0xF003C144          Port 33 Pad Driver Mode Register 1
P33_ESR         0xF003C150          Port 33 Emergency Stop Register
P33_PDISC       0xF003C160          Port 33 Pin Function Decision Control Register
P33_PCSR        0xF003C164          Port 33 Pin Controller Select Register
P33_OMSR0       0xF003C170          Port 33 Output Modification Set Register 0
P33_OMSR4       0xF003C174          Port 33 Output Modification Set Register 4
P33_OMSR8       0xF003C178          Port 33 Output Modification Set Register 8
P33_OMSR12      0xF003C17C          Port 33 Output Modification Set Register 12
P33_OMCR0       0xF003C180          Port 33 Output Modification Clear Register 0
P33_OMCR4       0xF003C184          Port 33 Output Modification Clear Register 4
P33_OMCR8       0xF003C188          Port 33 Output Modification Clear Register 8
P33_OMCR12      0xF003C18C          Port 33 Output Modification Clear Register 12
P33_OMSR        0xF003C190          Port 33 Output Modification Set Register
P33_OMCR        0xF003C194          Port 33 Output Modification Clear Register
P33_ACCEN1      0xF003C1F8          Port 33 Access Enable Register 1
P33_ACCEN0      0xF003C1FC          Port 33 Access Enable Register 0
P34_OUT         0xF003C200          Port 34 Output Register
P34_OMR         0xF003C204          Port 34 Output Modification Register
P34_ID          0xF003C208          Port 34 Identification Register
P34_IOCR0       0xF003C210          Port 34 Input/Output Control Register 0
P34_IOCR4       0xF003C214          Port 34 Input/Output Control Register 4
P34_IN          0xF003C224          Port 34 Input Register
P34_PDR0        0xF003C240          Port 34 Pad Driver Mode Register 0
P34_ESR         0xF003C250          Port 34 Emergency Stop Register
P34_PDISC       0xF003C260          Port 34 Pin Function Decision Control Register
P34_PCSR        0xF003C264          Port 34 Pin Controller Select Register
P34_OMSR0       0xF003C270          Port 34 Output Modification Set Register 0
P34_OMSR4       0xF003C274          Port 34 Output Modification Set Register 4
P34_OMCR0       0xF003C280          Port 34 Output Modification Clear Register 0
P34_OMCR4       0xF003C284          Port 34 Output Modification Clear Register 4
P34_OMSR        0xF003C290          Port 34 Output Modification Set Register
P34_OMCR        0xF003C294          Port 34 Output Modification Clear Register
P34_ACCEN1      0xF003C2F8          Port 34 Access Enable Register 1
P34_ACCEN0      0xF003C2FC          Port 34 Access Enable Register 0
P40_OUT         0xF003C800          Port 40 Output Register
P40_OMR         0xF003C804          Port 40 Output Modification Register
P40_ID          0xF003C808          Port 40 Identification Register
P40_IOCR0       0xF003C810          Port 40 Input/Output Control Register 0
P40_IOCR4       0xF003C814          Port 40 Input/Output Control Register 4
P40_IOCR8       0xF003C818          Port 40 Input/Output Control Register 8
P40_IOCR12      0xF003C81C          Port 40 Input/Output Control Register 12
P40_IN          0xF003C824          Port 40 Input Register
P40_PDR0        0xF003C840          Port 40 Pad Driver Mode Register 0
P40_PDR1        0xF003C844          Port 40 Pad Driver Mode Register 1
P40_ESR         0xF003C850          Port 40 Emergency Stop Register
P40_PDISC       0xF003C860          Port 40 Pin Function Decision Control Register
P40_PCSR        0xF003C864          Port 40 Pin Controller Select Register
P40_OMSR0       0xF003C870          Port 40 Output Modification Set Register 0
P40_OMSR4       0xF003C874          Port 40 Output Modification Set Register 4
P40_OMSR8       0xF003C878          Port 40 Output Modification Set Register 8
P40_OMSR12      0xF003C87C          Port 40 Output Modification Set Register 12
P40_OMCR0       0xF003C880          Port 40 Output Modification Clear Register 0
P40_OMCR4       0xF003C884          Port 40 Output Modification Clear Register 4
P40_OMCR8       0xF003C888          Port 40 Output Modification Clear Register 8
P40_OMCR12      0xF003C88C          Port 40 Output Modification Clear Register 12
P40_OMSR        0xF003C890          Port 40 Output Modification Set Register
P40_OMCR        0xF003C894          Port 40 Output Modification Clear Register
P40_ACCEN1      0xF003C8F8          Port 40 Access Enable Register 1
P40_ACCEN0      0xF003C8FC          Port 40 Access Enable Register 0
P41_OUT         0xF003C900          Port 41 Output Register
P41_OMR         0xF003C904          Port 41 Output Modification Register
P41_ID          0xF003C908          Port 41 Identification Register
P41_IOCR0       0xF003C910          Port 41 Input/Output Control Register 0
P41_IOCR4       0xF003C914          Port 41 Input/Output Control Register 4
P41_IOCR8       0xF003C918          Port 41 Input/Output Control Register 8
P41_IN          0xF003C924          Port 41 Input Register
P41_PDR0        0xF003C940          Port 41 Pad Driver Mode Register 0
P41_PDR1        0xF003C944          Port 41 Pad Driver Mode Register 1
P41_ESR         0xF003C950          Port 41 Emergency Stop Register
P41_PDISC       0xF003C960          Port 41 Pin Function Decision Control Register
P41_PCSR        0xF003C964          Port 41 Pin Controller Select Register
P41_OMSR0       0xF003C970          Port 41 Output Modification Set Register 0
P41_OMSR4       0xF003C974          Port 41 Output Modification Set Register 4
P41_OMSR8       0xF003C978          Port 41 Output Modification Set Register 8
P41_OMCR0       0xF003C980          Port 41 Output Modification Clear Register 0
P41_OMCR4       0xF003C984          Port 41 Output Modification Clear Register 4
P41_OMCR8       0xF003C988          Port 41 Output Modification Clear Register 8
P41_OMSR        0xF003C990          Port 41 Output Modification Set Register
P41_OMCR        0xF003C994          Port 41 Output Modification Clear Register
P41_ACCEN1      0xF003C9F8          Port 41 Access Enable Register 1
P41_ACCEN0      0xF003C9FC          Port 41 Access Enable Register 0
MTU_CLC         0xF0060000          Clock Control Register
MTU_ID          0xF0060008          Identification Register
MTU_MEMTEST0    0xF0060010          Memory MBIST Enable Register 0
MTU_MEMTEST1    0xF0060014          Memory MBIST Enable Register 1
MTU_MEMTEST2    0xF0060018          Memory MBIST Enable Register 2
MTU_MEMMAP      0xF006001C          Memory Mapping Enable Register
MTU_MEMSTAT0    0xF0060038          Memory Status Register 0
MTU_MEMSTAT1    0xF006003C          Memory Status Register 1
MTU_MEMSTAT2    0xF0060040          Memory Status Register 2
MTU_MEMDONE0    0xF0060050          Memory Test Done Status Register 0
MTU_MEMDONE1    0xF0060054          Memory Test Done Status Register 1
MTU_MEMDONE2    0xF0060058          Memory Test Done Status Register 2
MTU_MEMFDA0     0xF0060060          Memory Test FDA Status Register 0
MTU_MEMFDA1     0xF0060064          Memory Test FDA Status Register 1
MTU_MEMFDA2     0xF0060068          Memory Test FDA Status Register 2
MTU_ACCEN1      0xF00600F8          Access Enable Register 1
MTU_ACCEN0      0xF00600FC          Access Enable Register 0
MTU_MC0_CONFIG0 0xF0061000          MC 0 Configuration Register 0
MTU_MC0_CONFIG1 0xF0061002          MC 0 Configuration Register 1
MTU_MC0_MCONTROL 0xF0061004          MC 0 MBIST Control Register
MTU_MC0_MSTATUS 0xF0061006          MC 0 Status Register
MTU_MC0_RANGE   0xF0061008          MC 0 Range Register, single address mode
MTU_MC0_REVID   0xF006100C          MC 0 Revision ID Register
MTU_MC0_ECCS    0xF006100E          MC 0 ECC Safety Register
MTU_MC0_ECCD    0xF0061010          MC 0 Memory ECC Detection Register
MTU_MC0_ETRR0   0xF0061012          MC 0 Error Tracking Register 0
MTU_MC0_ETRR1   0xF0061014          MC 0 Error Tracking Register 1
MTU_MC0_ETRR2   0xF0061016          MC 0 Error Tracking Register 2
MTU_MC0_ETRR3   0xF0061018          MC 0 Error Tracking Register 3
MTU_MC0_ETRR4   0xF006101A          MC 0 Error Tracking Register 4
MTU_MC0_RDBFL0  0xF0061060          MC 0 Read Data and Bit Flip Register 0
MTU_MC0_RDBFL1  0xF0061062          MC 0 Read Data and Bit Flip Register 1
MTU_MC0_RDBFL2  0xF0061064          MC 0 Read Data and Bit Flip Register 2
MTU_MC0_RDBFL3  0xF0061066          MC 0 Read Data and Bit Flip Register 3
MTU_MC0_RDBFL4  0xF0061068          MC 0 Read Data and Bit Flip Register 4
MTU_MC0_RDBFL5  0xF006106A          MC 0 Read Data and Bit Flip Register 5
MTU_MC0_RDBFL6  0xF006106C          MC 0 Read Data and Bit Flip Register 6
MTU_MC0_RDBFL7  0xF006106E          MC 0 Read Data and Bit Flip Register 7
MTU_MC0_RDBFL8  0xF0061070          MC 0 Read Data and Bit Flip Register 8
MTU_MC0_RDBFL9  0xF0061072          MC 0 Read Data and Bit Flip Register 9
MTU_MC0_RDBFL10 0xF0061074          MC 0 Read Data and Bit Flip Register 10
MTU_MC0_RDBFL11 0xF0061076          MC 0 Read Data and Bit Flip Register 11
MTU_MC0_RDBFL12 0xF0061078          MC 0 Read Data and Bit Flip Register 12
MTU_MC0_RDBFL13 0xF006107A          MC 0 Read Data and Bit Flip Register 13
MTU_MC0_RDBFL14 0xF006107C          MC 0 Read Data and Bit Flip Register 14
MTU_MC0_RDBFL15 0xF006107E          MC 0 Read Data and Bit Flip Register 15
MTU_MC0_RDBFL16 0xF0061080          MC 0 Read Data and Bit Flip Register 16
MTU_MC0_RDBFL17 0xF0061082          MC 0 Read Data and Bit Flip Register 17
MTU_MC0_RDBFL18 0xF0061084          MC 0 Read Data and Bit Flip Register 18
MTU_MC0_RDBFL19 0xF0061086          MC 0 Read Data and Bit Flip Register 19
MTU_MC0_RDBFL20 0xF0061088          MC 0 Read Data and Bit Flip Register 20
MTU_MC0_RDBFL21 0xF006108A          MC 0 Read Data and Bit Flip Register 21
MTU_MC0_RDBFL22 0xF006108C          MC 0 Read Data and Bit Flip Register 22
MTU_MC0_RDBFL23 0xF006108E          MC 0 Read Data and Bit Flip Register 23
MTU_MC0_RDBFL24 0xF0061090          MC 0 Read Data and Bit Flip Register 24
MTU_MC0_RDBFL25 0xF0061092          MC 0 Read Data and Bit Flip Register 25
MTU_MC0_RDBFL26 0xF0061094          MC 0 Read Data and Bit Flip Register 26
MTU_MC0_RDBFL27 0xF0061096          MC 0 Read Data and Bit Flip Register 27
MTU_MC0_RDBFL28 0xF0061098          MC 0 Read Data and Bit Flip Register 28
MTU_MC0_RDBFL29 0xF006109A          MC 0 Read Data and Bit Flip Register 29
MTU_MC0_RDBFL30 0xF006109C          MC 0 Read Data and Bit Flip Register 30
MTU_MC0_RDBFL31 0xF006109E          MC 0 Read Data and Bit Flip Register 31
MTU_MC0_RDBFL32 0xF00610A0          MC 0 Read Data and Bit Flip Register 32
MTU_MC0_RDBFL33 0xF00610A2          MC 0 Read Data and Bit Flip Register 33
MTU_MC0_RDBFL34 0xF00610A4          MC 0 Read Data and Bit Flip Register 34
MTU_MC0_RDBFL35 0xF00610A6          MC 0 Read Data and Bit Flip Register 35
MTU_MC0_RDBFL36 0xF00610A8          MC 0 Read Data and Bit Flip Register 36
MTU_MC0_RDBFL37 0xF00610AA          MC 0 Read Data and Bit Flip Register 37
MTU_MC0_RDBFL38 0xF00610AC          MC 0 Read Data and Bit Flip Register 38
MTU_MC0_RDBFL39 0xF00610AE          MC 0 Read Data and Bit Flip Register 39
MTU_MC0_RDBFL40 0xF00610B0          MC 0 Read Data and Bit Flip Register 40
MTU_MC0_RDBFL41 0xF00610B2          MC 0 Read Data and Bit Flip Register 41
MTU_MC0_RDBFL42 0xF00610B4          MC 0 Read Data and Bit Flip Register 42
MTU_MC0_RDBFL43 0xF00610B6          MC 0 Read Data and Bit Flip Register 43
MTU_MC0_RDBFL44 0xF00610B8          MC 0 Read Data and Bit Flip Register 44
MTU_MC0_RDBFL45 0xF00610BA          MC 0 Read Data and Bit Flip Register 45
MTU_MC0_RDBFL46 0xF00610BC          MC 0 Read Data and Bit Flip Register 46
MTU_MC0_RDBFL47 0xF00610BE          MC 0 Read Data and Bit Flip Register 47
MTU_MC0_RDBFL48 0xF00610C0          MC 0 Read Data and Bit Flip Register 48
MTU_MC0_RDBFL49 0xF00610C2          MC 0 Read Data and Bit Flip Register 49
MTU_MC0_RDBFL50 0xF00610C4          MC 0 Read Data and Bit Flip Register 50
MTU_MC0_RDBFL51 0xF00610C6          MC 0 Read Data and Bit Flip Register 51
MTU_MC0_RDBFL52 0xF00610C8          MC 0 Read Data and Bit Flip Register 52
MTU_MC0_RDBFL53 0xF00610CA          MC 0 Read Data and Bit Flip Register 53
MTU_MC0_RDBFL54 0xF00610CC          MC 0 Read Data and Bit Flip Register 54
MTU_MC0_RDBFL55 0xF00610CE          MC 0 Read Data and Bit Flip Register 55
MTU_MC0_RDBFL56 0xF00610D0          MC 0 Read Data and Bit Flip Register 56
MTU_MC0_RDBFL57 0xF00610D2          MC 0 Read Data and Bit Flip Register 57
MTU_MC0_RDBFL58 0xF00610D4          MC 0 Read Data and Bit Flip Register 58
MTU_MC0_RDBFL59 0xF00610D6          MC 0 Read Data and Bit Flip Register 59
MTU_MC0_RDBFL60 0xF00610D8          MC 0 Read Data and Bit Flip Register 60
MTU_MC0_RDBFL61 0xF00610DA          MC 0 Read Data and Bit Flip Register 61
MTU_MC0_RDBFL62 0xF00610DC          MC 0 Read Data and Bit Flip Register 62
MTU_MC0_RDBFL63 0xF00610DE          MC 0 Read Data and Bit Flip Register 63
MTU_MC0_RDBFL64 0xF00610E0          MC 0 Read Data and Bit Flip Register 64
MTU_MC0_RDBFL65 0xF00610E2          MC 0 Read Data and Bit Flip Register 65
MTU_MC0_RDBFL66 0xF00610E4          MC 0 Read Data and Bit Flip Register 66
MTU_MC0_ALMSRCS 0xF00610EE          MC 0 Alarm Sources Configuration Register
MTU_MC0_FAULTSTS 0xF00610F0          MC 0 SSH Safety Faults Status Register
MTU_MC0_ERRINFO0 0xF00610F2          MC 0 Error Information Register 0
MTU_MC0_ERRINFO1 0xF00610F4          MC 0 Error Information Register 1
MTU_MC0_ERRINFO2 0xF00610F6          MC 0 Error Information Register 2
MTU_MC0_ERRINFO3 0xF00610F8          MC 0 Error Information Register 3
MTU_MC0_ERRINFO4 0xF00610FA          MC 0 Error Information Register 4
MTU_MC1_CONFIG0 0xF0061100          MC 1 Configuration Register 0
MTU_MC1_CONFIG1 0xF0061102          MC 1 Configuration Register 1
MTU_MC1_MCONTROL 0xF0061104          MC 1 MBIST Control Register
MTU_MC1_MSTATUS 0xF0061106          MC 1 Status Register
MTU_MC1_RANGE   0xF0061108          MC 1 Range Register, single address mode
MTU_MC1_REVID   0xF006110C          MC 1 Revision ID Register
MTU_MC1_ECCS    0xF006110E          MC 1 ECC Safety Register
MTU_MC1_ECCD    0xF0061110          MC 1 Memory ECC Detection Register
MTU_MC1_ETRR0   0xF0061112          MC 1 Error Tracking Register 0
MTU_MC1_ETRR1   0xF0061114          MC 1 Error Tracking Register 1
MTU_MC1_ETRR2   0xF0061116          MC 1 Error Tracking Register 2
MTU_MC1_ETRR3   0xF0061118          MC 1 Error Tracking Register 3
MTU_MC1_ETRR4   0xF006111A          MC 1 Error Tracking Register 4
MTU_MC1_RDBFL0  0xF0061160          MC 1 Read Data and Bit Flip Register 0
MTU_MC1_RDBFL1  0xF0061162          MC 1 Read Data and Bit Flip Register 1
MTU_MC1_RDBFL2  0xF0061164          MC 1 Read Data and Bit Flip Register 2
MTU_MC1_RDBFL3  0xF0061166          MC 1 Read Data and Bit Flip Register 3
MTU_MC1_RDBFL4  0xF0061168          MC 1 Read Data and Bit Flip Register 4
MTU_MC1_RDBFL5  0xF006116A          MC 1 Read Data and Bit Flip Register 5
MTU_MC1_RDBFL6  0xF006116C          MC 1 Read Data and Bit Flip Register 6
MTU_MC1_RDBFL7  0xF006116E          MC 1 Read Data and Bit Flip Register 7
MTU_MC1_RDBFL8  0xF0061170          MC 1 Read Data and Bit Flip Register 8
MTU_MC1_RDBFL9  0xF0061172          MC 1 Read Data and Bit Flip Register 9
MTU_MC1_RDBFL10 0xF0061174          MC 1 Read Data and Bit Flip Register 10
MTU_MC1_RDBFL11 0xF0061176          MC 1 Read Data and Bit Flip Register 11
MTU_MC1_RDBFL12 0xF0061178          MC 1 Read Data and Bit Flip Register 12
MTU_MC1_RDBFL13 0xF006117A          MC 1 Read Data and Bit Flip Register 13
MTU_MC1_RDBFL14 0xF006117C          MC 1 Read Data and Bit Flip Register 14
MTU_MC1_RDBFL15 0xF006117E          MC 1 Read Data and Bit Flip Register 15
MTU_MC1_RDBFL16 0xF0061180          MC 1 Read Data and Bit Flip Register 16
MTU_MC1_RDBFL17 0xF0061182          MC 1 Read Data and Bit Flip Register 17
MTU_MC1_RDBFL18 0xF0061184          MC 1 Read Data and Bit Flip Register 18
MTU_MC1_RDBFL19 0xF0061186          MC 1 Read Data and Bit Flip Register 19
MTU_MC1_RDBFL20 0xF0061188          MC 1 Read Data and Bit Flip Register 20
MTU_MC1_RDBFL21 0xF006118A          MC 1 Read Data and Bit Flip Register 21
MTU_MC1_RDBFL22 0xF006118C          MC 1 Read Data and Bit Flip Register 22
MTU_MC1_RDBFL23 0xF006118E          MC 1 Read Data and Bit Flip Register 23
MTU_MC1_RDBFL24 0xF0061190          MC 1 Read Data and Bit Flip Register 24
MTU_MC1_RDBFL25 0xF0061192          MC 1 Read Data and Bit Flip Register 25
MTU_MC1_RDBFL26 0xF0061194          MC 1 Read Data and Bit Flip Register 26
MTU_MC1_RDBFL27 0xF0061196          MC 1 Read Data and Bit Flip Register 27
MTU_MC1_RDBFL28 0xF0061198          MC 1 Read Data and Bit Flip Register 28
MTU_MC1_RDBFL29 0xF006119A          MC 1 Read Data and Bit Flip Register 29
MTU_MC1_RDBFL30 0xF006119C          MC 1 Read Data and Bit Flip Register 30
MTU_MC1_RDBFL31 0xF006119E          MC 1 Read Data and Bit Flip Register 31
MTU_MC1_RDBFL32 0xF00611A0          MC 1 Read Data and Bit Flip Register 32
MTU_MC1_RDBFL33 0xF00611A2          MC 1 Read Data and Bit Flip Register 33
MTU_MC1_RDBFL34 0xF00611A4          MC 1 Read Data and Bit Flip Register 34
MTU_MC1_RDBFL35 0xF00611A6          MC 1 Read Data and Bit Flip Register 35
MTU_MC1_RDBFL36 0xF00611A8          MC 1 Read Data and Bit Flip Register 36
MTU_MC1_RDBFL37 0xF00611AA          MC 1 Read Data and Bit Flip Register 37
MTU_MC1_RDBFL38 0xF00611AC          MC 1 Read Data and Bit Flip Register 38
MTU_MC1_RDBFL39 0xF00611AE          MC 1 Read Data and Bit Flip Register 39
MTU_MC1_RDBFL40 0xF00611B0          MC 1 Read Data and Bit Flip Register 40
MTU_MC1_RDBFL41 0xF00611B2          MC 1 Read Data and Bit Flip Register 41
MTU_MC1_RDBFL42 0xF00611B4          MC 1 Read Data and Bit Flip Register 42
MTU_MC1_RDBFL43 0xF00611B6          MC 1 Read Data and Bit Flip Register 43
MTU_MC1_RDBFL44 0xF00611B8          MC 1 Read Data and Bit Flip Register 44
MTU_MC1_RDBFL45 0xF00611BA          MC 1 Read Data and Bit Flip Register 45
MTU_MC1_RDBFL46 0xF00611BC          MC 1 Read Data and Bit Flip Register 46
MTU_MC1_RDBFL47 0xF00611BE          MC 1 Read Data and Bit Flip Register 47
MTU_MC1_RDBFL48 0xF00611C0          MC 1 Read Data and Bit Flip Register 48
MTU_MC1_RDBFL49 0xF00611C2          MC 1 Read Data and Bit Flip Register 49
MTU_MC1_RDBFL50 0xF00611C4          MC 1 Read Data and Bit Flip Register 50
MTU_MC1_RDBFL51 0xF00611C6          MC 1 Read Data and Bit Flip Register 51
MTU_MC1_RDBFL52 0xF00611C8          MC 1 Read Data and Bit Flip Register 52
MTU_MC1_RDBFL53 0xF00611CA          MC 1 Read Data and Bit Flip Register 53
MTU_MC1_RDBFL54 0xF00611CC          MC 1 Read Data and Bit Flip Register 54
MTU_MC1_RDBFL55 0xF00611CE          MC 1 Read Data and Bit Flip Register 55
MTU_MC1_RDBFL56 0xF00611D0          MC 1 Read Data and Bit Flip Register 56
MTU_MC1_RDBFL57 0xF00611D2          MC 1 Read Data and Bit Flip Register 57
MTU_MC1_RDBFL58 0xF00611D4          MC 1 Read Data and Bit Flip Register 58
MTU_MC1_RDBFL59 0xF00611D6          MC 1 Read Data and Bit Flip Register 59
MTU_MC1_RDBFL60 0xF00611D8          MC 1 Read Data and Bit Flip Register 60
MTU_MC1_RDBFL61 0xF00611DA          MC 1 Read Data and Bit Flip Register 61
MTU_MC1_RDBFL62 0xF00611DC          MC 1 Read Data and Bit Flip Register 62
MTU_MC1_RDBFL63 0xF00611DE          MC 1 Read Data and Bit Flip Register 63
MTU_MC1_RDBFL64 0xF00611E0          MC 1 Read Data and Bit Flip Register 64
MTU_MC1_RDBFL65 0xF00611E2          MC 1 Read Data and Bit Flip Register 65
MTU_MC1_RDBFL66 0xF00611E4          MC 1 Read Data and Bit Flip Register 66
MTU_MC1_ALMSRCS 0xF00611EE          MC 1 Alarm Sources Configuration Register
MTU_MC1_FAULTSTS 0xF00611F0          MC 1 SSH Safety Faults Status Register
MTU_MC1_ERRINFO0 0xF00611F2          MC 1 Error Information Register 0
MTU_MC1_ERRINFO1 0xF00611F4          MC 1 Error Information Register 1
MTU_MC1_ERRINFO2 0xF00611F6          MC 1 Error Information Register 2
MTU_MC1_ERRINFO3 0xF00611F8          MC 1 Error Information Register 3
MTU_MC1_ERRINFO4 0xF00611FA          MC 1 Error Information Register 4
MTU_MC2_CONFIG0 0xF0061200          MC 2 Configuration Register 0
MTU_MC2_CONFIG1 0xF0061202          MC 2 Configuration Register 1
MTU_MC2_MCONTROL 0xF0061204          MC 2 MBIST Control Register
MTU_MC2_MSTATUS 0xF0061206          MC 2 Status Register
MTU_MC2_RANGE   0xF0061208          MC 2 Range Register, single address mode
MTU_MC2_REVID   0xF006120C          MC 2 Revision ID Register
MTU_MC2_ECCS    0xF006120E          MC 2 ECC Safety Register
MTU_MC2_ECCD    0xF0061210          MC 2 Memory ECC Detection Register
MTU_MC2_ETRR0   0xF0061212          MC 2 Error Tracking Register 0
MTU_MC2_ETRR1   0xF0061214          MC 2 Error Tracking Register 1
MTU_MC2_ETRR2   0xF0061216          MC 2 Error Tracking Register 2
MTU_MC2_ETRR3   0xF0061218          MC 2 Error Tracking Register 3
MTU_MC2_ETRR4   0xF006121A          MC 2 Error Tracking Register 4
MTU_MC2_RDBFL0  0xF0061260          MC 2 Read Data and Bit Flip Register 0
MTU_MC2_RDBFL1  0xF0061262          MC 2 Read Data and Bit Flip Register 1
MTU_MC2_RDBFL2  0xF0061264          MC 2 Read Data and Bit Flip Register 2
MTU_MC2_RDBFL3  0xF0061266          MC 2 Read Data and Bit Flip Register 3
MTU_MC2_RDBFL4  0xF0061268          MC 2 Read Data and Bit Flip Register 4
MTU_MC2_RDBFL5  0xF006126A          MC 2 Read Data and Bit Flip Register 5
MTU_MC2_RDBFL6  0xF006126C          MC 2 Read Data and Bit Flip Register 6
MTU_MC2_RDBFL7  0xF006126E          MC 2 Read Data and Bit Flip Register 7
MTU_MC2_RDBFL8  0xF0061270          MC 2 Read Data and Bit Flip Register 8
MTU_MC2_RDBFL9  0xF0061272          MC 2 Read Data and Bit Flip Register 9
MTU_MC2_RDBFL10 0xF0061274          MC 2 Read Data and Bit Flip Register 10
MTU_MC2_RDBFL11 0xF0061276          MC 2 Read Data and Bit Flip Register 11
MTU_MC2_RDBFL12 0xF0061278          MC 2 Read Data and Bit Flip Register 12
MTU_MC2_RDBFL13 0xF006127A          MC 2 Read Data and Bit Flip Register 13
MTU_MC2_RDBFL14 0xF006127C          MC 2 Read Data and Bit Flip Register 14
MTU_MC2_RDBFL15 0xF006127E          MC 2 Read Data and Bit Flip Register 15
MTU_MC2_RDBFL16 0xF0061280          MC 2 Read Data and Bit Flip Register 16
MTU_MC2_RDBFL17 0xF0061282          MC 2 Read Data and Bit Flip Register 17
MTU_MC2_RDBFL18 0xF0061284          MC 2 Read Data and Bit Flip Register 18
MTU_MC2_RDBFL19 0xF0061286          MC 2 Read Data and Bit Flip Register 19
MTU_MC2_RDBFL20 0xF0061288          MC 2 Read Data and Bit Flip Register 20
MTU_MC2_RDBFL21 0xF006128A          MC 2 Read Data and Bit Flip Register 21
MTU_MC2_RDBFL22 0xF006128C          MC 2 Read Data and Bit Flip Register 22
MTU_MC2_RDBFL23 0xF006128E          MC 2 Read Data and Bit Flip Register 23
MTU_MC2_RDBFL24 0xF0061290          MC 2 Read Data and Bit Flip Register 24
MTU_MC2_RDBFL25 0xF0061292          MC 2 Read Data and Bit Flip Register 25
MTU_MC2_RDBFL26 0xF0061294          MC 2 Read Data and Bit Flip Register 26
MTU_MC2_RDBFL27 0xF0061296          MC 2 Read Data and Bit Flip Register 27
MTU_MC2_RDBFL28 0xF0061298          MC 2 Read Data and Bit Flip Register 28
MTU_MC2_RDBFL29 0xF006129A          MC 2 Read Data and Bit Flip Register 29
MTU_MC2_RDBFL30 0xF006129C          MC 2 Read Data and Bit Flip Register 30
MTU_MC2_RDBFL31 0xF006129E          MC 2 Read Data and Bit Flip Register 31
MTU_MC2_RDBFL32 0xF00612A0          MC 2 Read Data and Bit Flip Register 32
MTU_MC2_RDBFL33 0xF00612A2          MC 2 Read Data and Bit Flip Register 33
MTU_MC2_RDBFL34 0xF00612A4          MC 2 Read Data and Bit Flip Register 34
MTU_MC2_RDBFL35 0xF00612A6          MC 2 Read Data and Bit Flip Register 35
MTU_MC2_RDBFL36 0xF00612A8          MC 2 Read Data and Bit Flip Register 36
MTU_MC2_RDBFL37 0xF00612AA          MC 2 Read Data and Bit Flip Register 37
MTU_MC2_RDBFL38 0xF00612AC          MC 2 Read Data and Bit Flip Register 38
MTU_MC2_RDBFL39 0xF00612AE          MC 2 Read Data and Bit Flip Register 39
MTU_MC2_RDBFL40 0xF00612B0          MC 2 Read Data and Bit Flip Register 40
MTU_MC2_RDBFL41 0xF00612B2          MC 2 Read Data and Bit Flip Register 41
MTU_MC2_RDBFL42 0xF00612B4          MC 2 Read Data and Bit Flip Register 42
MTU_MC2_RDBFL43 0xF00612B6          MC 2 Read Data and Bit Flip Register 43
MTU_MC2_RDBFL44 0xF00612B8          MC 2 Read Data and Bit Flip Register 44
MTU_MC2_RDBFL45 0xF00612BA          MC 2 Read Data and Bit Flip Register 45
MTU_MC2_RDBFL46 0xF00612BC          MC 2 Read Data and Bit Flip Register 46
MTU_MC2_RDBFL47 0xF00612BE          MC 2 Read Data and Bit Flip Register 47
MTU_MC2_RDBFL48 0xF00612C0          MC 2 Read Data and Bit Flip Register 48
MTU_MC2_RDBFL49 0xF00612C2          MC 2 Read Data and Bit Flip Register 49
MTU_MC2_RDBFL50 0xF00612C4          MC 2 Read Data and Bit Flip Register 50
MTU_MC2_RDBFL51 0xF00612C6          MC 2 Read Data and Bit Flip Register 51
MTU_MC2_RDBFL52 0xF00612C8          MC 2 Read Data and Bit Flip Register 52
MTU_MC2_RDBFL53 0xF00612CA          MC 2 Read Data and Bit Flip Register 53
MTU_MC2_RDBFL54 0xF00612CC          MC 2 Read Data and Bit Flip Register 54
MTU_MC2_RDBFL55 0xF00612CE          MC 2 Read Data and Bit Flip Register 55
MTU_MC2_RDBFL56 0xF00612D0          MC 2 Read Data and Bit Flip Register 56
MTU_MC2_RDBFL57 0xF00612D2          MC 2 Read Data and Bit Flip Register 57
MTU_MC2_RDBFL58 0xF00612D4          MC 2 Read Data and Bit Flip Register 58
MTU_MC2_RDBFL59 0xF00612D6          MC 2 Read Data and Bit Flip Register 59
MTU_MC2_RDBFL60 0xF00612D8          MC 2 Read Data and Bit Flip Register 60
MTU_MC2_RDBFL61 0xF00612DA          MC 2 Read Data and Bit Flip Register 61
MTU_MC2_RDBFL62 0xF00612DC          MC 2 Read Data and Bit Flip Register 62
MTU_MC2_RDBFL63 0xF00612DE          MC 2 Read Data and Bit Flip Register 63
MTU_MC2_RDBFL64 0xF00612E0          MC 2 Read Data and Bit Flip Register 64
MTU_MC2_RDBFL65 0xF00612E2          MC 2 Read Data and Bit Flip Register 65
MTU_MC2_RDBFL66 0xF00612E4          MC 2 Read Data and Bit Flip Register 66
MTU_MC2_ALMSRCS 0xF00612EE          MC 2 Alarm Sources Configuration Register
MTU_MC2_FAULTSTS 0xF00612F0          MC 2 SSH Safety Faults Status Register
MTU_MC2_ERRINFO0 0xF00612F2          MC 2 Error Information Register 0
MTU_MC2_ERRINFO1 0xF00612F4          MC 2 Error Information Register 1
MTU_MC2_ERRINFO2 0xF00612F6          MC 2 Error Information Register 2
MTU_MC2_ERRINFO3 0xF00612F8          MC 2 Error Information Register 3
MTU_MC2_ERRINFO4 0xF00612FA          MC 2 Error Information Register 4
MTU_MC3_CONFIG0 0xF0061300          MC 3 Configuration Register 0
MTU_MC3_CONFIG1 0xF0061302          MC 3 Configuration Register 1
MTU_MC3_MCONTROL 0xF0061304          MC 3 MBIST Control Register
MTU_MC3_MSTATUS 0xF0061306          MC 3 Status Register
MTU_MC3_RANGE   0xF0061308          MC 3 Range Register, single address mode
MTU_MC3_REVID   0xF006130C          MC 3 Revision ID Register
MTU_MC3_ECCS    0xF006130E          MC 3 ECC Safety Register
MTU_MC3_ECCD    0xF0061310          MC 3 Memory ECC Detection Register
MTU_MC3_ETRR0   0xF0061312          MC 3 Error Tracking Register 0
MTU_MC3_ETRR1   0xF0061314          MC 3 Error Tracking Register 1
MTU_MC3_ETRR2   0xF0061316          MC 3 Error Tracking Register 2
MTU_MC3_ETRR3   0xF0061318          MC 3 Error Tracking Register 3
MTU_MC3_ETRR4   0xF006131A          MC 3 Error Tracking Register 4
MTU_MC3_RDBFL0  0xF0061360          MC 3 Read Data and Bit Flip Register 0
MTU_MC3_RDBFL1  0xF0061362          MC 3 Read Data and Bit Flip Register 1
MTU_MC3_RDBFL2  0xF0061364          MC 3 Read Data and Bit Flip Register 2
MTU_MC3_RDBFL3  0xF0061366          MC 3 Read Data and Bit Flip Register 3
MTU_MC3_RDBFL4  0xF0061368          MC 3 Read Data and Bit Flip Register 4
MTU_MC3_RDBFL5  0xF006136A          MC 3 Read Data and Bit Flip Register 5
MTU_MC3_RDBFL6  0xF006136C          MC 3 Read Data and Bit Flip Register 6
MTU_MC3_RDBFL7  0xF006136E          MC 3 Read Data and Bit Flip Register 7
MTU_MC3_RDBFL8  0xF0061370          MC 3 Read Data and Bit Flip Register 8
MTU_MC3_RDBFL9  0xF0061372          MC 3 Read Data and Bit Flip Register 9
MTU_MC3_RDBFL10 0xF0061374          MC 3 Read Data and Bit Flip Register 10
MTU_MC3_RDBFL11 0xF0061376          MC 3 Read Data and Bit Flip Register 11
MTU_MC3_RDBFL12 0xF0061378          MC 3 Read Data and Bit Flip Register 12
MTU_MC3_RDBFL13 0xF006137A          MC 3 Read Data and Bit Flip Register 13
MTU_MC3_RDBFL14 0xF006137C          MC 3 Read Data and Bit Flip Register 14
MTU_MC3_RDBFL15 0xF006137E          MC 3 Read Data and Bit Flip Register 15
MTU_MC3_RDBFL16 0xF0061380          MC 3 Read Data and Bit Flip Register 16
MTU_MC3_RDBFL17 0xF0061382          MC 3 Read Data and Bit Flip Register 17
MTU_MC3_RDBFL18 0xF0061384          MC 3 Read Data and Bit Flip Register 18
MTU_MC3_RDBFL19 0xF0061386          MC 3 Read Data and Bit Flip Register 19
MTU_MC3_RDBFL20 0xF0061388          MC 3 Read Data and Bit Flip Register 20
MTU_MC3_RDBFL21 0xF006138A          MC 3 Read Data and Bit Flip Register 21
MTU_MC3_RDBFL22 0xF006138C          MC 3 Read Data and Bit Flip Register 22
MTU_MC3_RDBFL23 0xF006138E          MC 3 Read Data and Bit Flip Register 23
MTU_MC3_RDBFL24 0xF0061390          MC 3 Read Data and Bit Flip Register 24
MTU_MC3_RDBFL25 0xF0061392          MC 3 Read Data and Bit Flip Register 25
MTU_MC3_RDBFL26 0xF0061394          MC 3 Read Data and Bit Flip Register 26
MTU_MC3_RDBFL27 0xF0061396          MC 3 Read Data and Bit Flip Register 27
MTU_MC3_RDBFL28 0xF0061398          MC 3 Read Data and Bit Flip Register 28
MTU_MC3_RDBFL29 0xF006139A          MC 3 Read Data and Bit Flip Register 29
MTU_MC3_RDBFL30 0xF006139C          MC 3 Read Data and Bit Flip Register 30
MTU_MC3_RDBFL31 0xF006139E          MC 3 Read Data and Bit Flip Register 31
MTU_MC3_RDBFL32 0xF00613A0          MC 3 Read Data and Bit Flip Register 32
MTU_MC3_RDBFL33 0xF00613A2          MC 3 Read Data and Bit Flip Register 33
MTU_MC3_RDBFL34 0xF00613A4          MC 3 Read Data and Bit Flip Register 34
MTU_MC3_RDBFL35 0xF00613A6          MC 3 Read Data and Bit Flip Register 35
MTU_MC3_RDBFL36 0xF00613A8          MC 3 Read Data and Bit Flip Register 36
MTU_MC3_RDBFL37 0xF00613AA          MC 3 Read Data and Bit Flip Register 37
MTU_MC3_RDBFL38 0xF00613AC          MC 3 Read Data and Bit Flip Register 38
MTU_MC3_RDBFL39 0xF00613AE          MC 3 Read Data and Bit Flip Register 39
MTU_MC3_RDBFL40 0xF00613B0          MC 3 Read Data and Bit Flip Register 40
MTU_MC3_RDBFL41 0xF00613B2          MC 3 Read Data and Bit Flip Register 41
MTU_MC3_RDBFL42 0xF00613B4          MC 3 Read Data and Bit Flip Register 42
MTU_MC3_RDBFL43 0xF00613B6          MC 3 Read Data and Bit Flip Register 43
MTU_MC3_RDBFL44 0xF00613B8          MC 3 Read Data and Bit Flip Register 44
MTU_MC3_RDBFL45 0xF00613BA          MC 3 Read Data and Bit Flip Register 45
MTU_MC3_RDBFL46 0xF00613BC          MC 3 Read Data and Bit Flip Register 46
MTU_MC3_RDBFL47 0xF00613BE          MC 3 Read Data and Bit Flip Register 47
MTU_MC3_RDBFL48 0xF00613C0          MC 3 Read Data and Bit Flip Register 48
MTU_MC3_RDBFL49 0xF00613C2          MC 3 Read Data and Bit Flip Register 49
MTU_MC3_RDBFL50 0xF00613C4          MC 3 Read Data and Bit Flip Register 50
MTU_MC3_RDBFL51 0xF00613C6          MC 3 Read Data and Bit Flip Register 51
MTU_MC3_RDBFL52 0xF00613C8          MC 3 Read Data and Bit Flip Register 52
MTU_MC3_RDBFL53 0xF00613CA          MC 3 Read Data and Bit Flip Register 53
MTU_MC3_RDBFL54 0xF00613CC          MC 3 Read Data and Bit Flip Register 54
MTU_MC3_RDBFL55 0xF00613CE          MC 3 Read Data and Bit Flip Register 55
MTU_MC3_RDBFL56 0xF00613D0          MC 3 Read Data and Bit Flip Register 56
MTU_MC3_RDBFL57 0xF00613D2          MC 3 Read Data and Bit Flip Register 57
MTU_MC3_RDBFL58 0xF00613D4          MC 3 Read Data and Bit Flip Register 58
MTU_MC3_RDBFL59 0xF00613D6          MC 3 Read Data and Bit Flip Register 59
MTU_MC3_RDBFL60 0xF00613D8          MC 3 Read Data and Bit Flip Register 60
MTU_MC3_RDBFL61 0xF00613DA          MC 3 Read Data and Bit Flip Register 61
MTU_MC3_RDBFL62 0xF00613DC          MC 3 Read Data and Bit Flip Register 62
MTU_MC3_RDBFL63 0xF00613DE          MC 3 Read Data and Bit Flip Register 63
MTU_MC3_RDBFL64 0xF00613E0          MC 3 Read Data and Bit Flip Register 64
MTU_MC3_RDBFL65 0xF00613E2          MC 3 Read Data and Bit Flip Register 65
MTU_MC3_RDBFL66 0xF00613E4          MC 3 Read Data and Bit Flip Register 66
MTU_MC3_ALMSRCS 0xF00613EE          MC 3 Alarm Sources Configuration Register
MTU_MC3_FAULTSTS 0xF00613F0          MC 3 SSH Safety Faults Status Register
MTU_MC3_ERRINFO0 0xF00613F2          MC 3 Error Information Register 0
MTU_MC3_ERRINFO1 0xF00613F4          MC 3 Error Information Register 1
MTU_MC3_ERRINFO2 0xF00613F6          MC 3 Error Information Register 2
MTU_MC3_ERRINFO3 0xF00613F8          MC 3 Error Information Register 3
MTU_MC3_ERRINFO4 0xF00613FA          MC 3 Error Information Register 4
MTU_MC4_CONFIG0 0xF0061400          MC 4 Configuration Register 0
MTU_MC4_CONFIG1 0xF0061402          MC 4 Configuration Register 1
MTU_MC4_MCONTROL 0xF0061404          MC 4 MBIST Control Register
MTU_MC4_MSTATUS 0xF0061406          MC 4 Status Register
MTU_MC4_RANGE   0xF0061408          MC 4 Range Register, single address mode
MTU_MC4_REVID   0xF006140C          MC 4 Revision ID Register
MTU_MC4_ECCS    0xF006140E          MC 4 ECC Safety Register
MTU_MC4_ECCD    0xF0061410          MC 4 Memory ECC Detection Register
MTU_MC4_ETRR0   0xF0061412          MC 4 Error Tracking Register 0
MTU_MC4_ETRR1   0xF0061414          MC 4 Error Tracking Register 1
MTU_MC4_ETRR2   0xF0061416          MC 4 Error Tracking Register 2
MTU_MC4_ETRR3   0xF0061418          MC 4 Error Tracking Register 3
MTU_MC4_ETRR4   0xF006141A          MC 4 Error Tracking Register 4
MTU_MC4_RDBFL0  0xF0061460          MC 4 Read Data and Bit Flip Register 0
MTU_MC4_RDBFL1  0xF0061462          MC 4 Read Data and Bit Flip Register 1
MTU_MC4_RDBFL2  0xF0061464          MC 4 Read Data and Bit Flip Register 2
MTU_MC4_RDBFL3  0xF0061466          MC 4 Read Data and Bit Flip Register 3
MTU_MC4_RDBFL4  0xF0061468          MC 4 Read Data and Bit Flip Register 4
MTU_MC4_RDBFL5  0xF006146A          MC 4 Read Data and Bit Flip Register 5
MTU_MC4_RDBFL6  0xF006146C          MC 4 Read Data and Bit Flip Register 6
MTU_MC4_RDBFL7  0xF006146E          MC 4 Read Data and Bit Flip Register 7
MTU_MC4_RDBFL8  0xF0061470          MC 4 Read Data and Bit Flip Register 8
MTU_MC4_RDBFL9  0xF0061472          MC 4 Read Data and Bit Flip Register 9
MTU_MC4_RDBFL10 0xF0061474          MC 4 Read Data and Bit Flip Register 10
MTU_MC4_RDBFL11 0xF0061476          MC 4 Read Data and Bit Flip Register 11
MTU_MC4_RDBFL12 0xF0061478          MC 4 Read Data and Bit Flip Register 12
MTU_MC4_RDBFL13 0xF006147A          MC 4 Read Data and Bit Flip Register 13
MTU_MC4_RDBFL14 0xF006147C          MC 4 Read Data and Bit Flip Register 14
MTU_MC4_RDBFL15 0xF006147E          MC 4 Read Data and Bit Flip Register 15
MTU_MC4_RDBFL16 0xF0061480          MC 4 Read Data and Bit Flip Register 16
MTU_MC4_RDBFL17 0xF0061482          MC 4 Read Data and Bit Flip Register 17
MTU_MC4_RDBFL18 0xF0061484          MC 4 Read Data and Bit Flip Register 18
MTU_MC4_RDBFL19 0xF0061486          MC 4 Read Data and Bit Flip Register 19
MTU_MC4_RDBFL20 0xF0061488          MC 4 Read Data and Bit Flip Register 20
MTU_MC4_RDBFL21 0xF006148A          MC 4 Read Data and Bit Flip Register 21
MTU_MC4_RDBFL22 0xF006148C          MC 4 Read Data and Bit Flip Register 22
MTU_MC4_RDBFL23 0xF006148E          MC 4 Read Data and Bit Flip Register 23
MTU_MC4_RDBFL24 0xF0061490          MC 4 Read Data and Bit Flip Register 24
MTU_MC4_RDBFL25 0xF0061492          MC 4 Read Data and Bit Flip Register 25
MTU_MC4_RDBFL26 0xF0061494          MC 4 Read Data and Bit Flip Register 26
MTU_MC4_RDBFL27 0xF0061496          MC 4 Read Data and Bit Flip Register 27
MTU_MC4_RDBFL28 0xF0061498          MC 4 Read Data and Bit Flip Register 28
MTU_MC4_RDBFL29 0xF006149A          MC 4 Read Data and Bit Flip Register 29
MTU_MC4_RDBFL30 0xF006149C          MC 4 Read Data and Bit Flip Register 30
MTU_MC4_RDBFL31 0xF006149E          MC 4 Read Data and Bit Flip Register 31
MTU_MC4_RDBFL32 0xF00614A0          MC 4 Read Data and Bit Flip Register 32
MTU_MC4_RDBFL33 0xF00614A2          MC 4 Read Data and Bit Flip Register 33
MTU_MC4_RDBFL34 0xF00614A4          MC 4 Read Data and Bit Flip Register 34
MTU_MC4_RDBFL35 0xF00614A6          MC 4 Read Data and Bit Flip Register 35
MTU_MC4_RDBFL36 0xF00614A8          MC 4 Read Data and Bit Flip Register 36
MTU_MC4_RDBFL37 0xF00614AA          MC 4 Read Data and Bit Flip Register 37
MTU_MC4_RDBFL38 0xF00614AC          MC 4 Read Data and Bit Flip Register 38
MTU_MC4_RDBFL39 0xF00614AE          MC 4 Read Data and Bit Flip Register 39
MTU_MC4_RDBFL40 0xF00614B0          MC 4 Read Data and Bit Flip Register 40
MTU_MC4_RDBFL41 0xF00614B2          MC 4 Read Data and Bit Flip Register 41
MTU_MC4_RDBFL42 0xF00614B4          MC 4 Read Data and Bit Flip Register 42
MTU_MC4_RDBFL43 0xF00614B6          MC 4 Read Data and Bit Flip Register 43
MTU_MC4_RDBFL44 0xF00614B8          MC 4 Read Data and Bit Flip Register 44
MTU_MC4_RDBFL45 0xF00614BA          MC 4 Read Data and Bit Flip Register 45
MTU_MC4_RDBFL46 0xF00614BC          MC 4 Read Data and Bit Flip Register 46
MTU_MC4_RDBFL47 0xF00614BE          MC 4 Read Data and Bit Flip Register 47
MTU_MC4_RDBFL48 0xF00614C0          MC 4 Read Data and Bit Flip Register 48
MTU_MC4_RDBFL49 0xF00614C2          MC 4 Read Data and Bit Flip Register 49
MTU_MC4_RDBFL50 0xF00614C4          MC 4 Read Data and Bit Flip Register 50
MTU_MC4_RDBFL51 0xF00614C6          MC 4 Read Data and Bit Flip Register 51
MTU_MC4_RDBFL52 0xF00614C8          MC 4 Read Data and Bit Flip Register 52
MTU_MC4_RDBFL53 0xF00614CA          MC 4 Read Data and Bit Flip Register 53
MTU_MC4_RDBFL54 0xF00614CC          MC 4 Read Data and Bit Flip Register 54
MTU_MC4_RDBFL55 0xF00614CE          MC 4 Read Data and Bit Flip Register 55
MTU_MC4_RDBFL56 0xF00614D0          MC 4 Read Data and Bit Flip Register 56
MTU_MC4_RDBFL57 0xF00614D2          MC 4 Read Data and Bit Flip Register 57
MTU_MC4_RDBFL58 0xF00614D4          MC 4 Read Data and Bit Flip Register 58
MTU_MC4_RDBFL59 0xF00614D6          MC 4 Read Data and Bit Flip Register 59
MTU_MC4_RDBFL60 0xF00614D8          MC 4 Read Data and Bit Flip Register 60
MTU_MC4_RDBFL61 0xF00614DA          MC 4 Read Data and Bit Flip Register 61
MTU_MC4_RDBFL62 0xF00614DC          MC 4 Read Data and Bit Flip Register 62
MTU_MC4_RDBFL63 0xF00614DE          MC 4 Read Data and Bit Flip Register 63
MTU_MC4_RDBFL64 0xF00614E0          MC 4 Read Data and Bit Flip Register 64
MTU_MC4_RDBFL65 0xF00614E2          MC 4 Read Data and Bit Flip Register 65
MTU_MC4_RDBFL66 0xF00614E4          MC 4 Read Data and Bit Flip Register 66
MTU_MC4_ALMSRCS 0xF00614EE          MC 4 Alarm Sources Configuration Register
MTU_MC4_FAULTSTS 0xF00614F0          MC 4 SSH Safety Faults Status Register
MTU_MC4_ERRINFO0 0xF00614F2          MC 4 Error Information Register 0
MTU_MC4_ERRINFO1 0xF00614F4          MC 4 Error Information Register 1
MTU_MC4_ERRINFO2 0xF00614F6          MC 4 Error Information Register 2
MTU_MC4_ERRINFO3 0xF00614F8          MC 4 Error Information Register 3
MTU_MC4_ERRINFO4 0xF00614FA          MC 4 Error Information Register 4
MTU_MC5_CONFIG0 0xF0061500          MC 5 Configuration Register 0
MTU_MC5_CONFIG1 0xF0061502          MC 5 Configuration Register 1
MTU_MC5_MCONTROL 0xF0061504          MC 5 MBIST Control Register
MTU_MC5_MSTATUS 0xF0061506          MC 5 Status Register
MTU_MC5_RANGE   0xF0061508          MC 5 Range Register, single address mode
MTU_MC5_REVID   0xF006150C          MC 5 Revision ID Register
MTU_MC5_ECCS    0xF006150E          MC 5 ECC Safety Register
MTU_MC5_ECCD    0xF0061510          MC 5 Memory ECC Detection Register
MTU_MC5_ETRR0   0xF0061512          MC 5 Error Tracking Register 0
MTU_MC5_ETRR1   0xF0061514          MC 5 Error Tracking Register 1
MTU_MC5_ETRR2   0xF0061516          MC 5 Error Tracking Register 2
MTU_MC5_ETRR3   0xF0061518          MC 5 Error Tracking Register 3
MTU_MC5_ETRR4   0xF006151A          MC 5 Error Tracking Register 4
MTU_MC5_RDBFL0  0xF0061560          MC 5 Read Data and Bit Flip Register 0
MTU_MC5_RDBFL1  0xF0061562          MC 5 Read Data and Bit Flip Register 1
MTU_MC5_RDBFL2  0xF0061564          MC 5 Read Data and Bit Flip Register 2
MTU_MC5_RDBFL3  0xF0061566          MC 5 Read Data and Bit Flip Register 3
MTU_MC5_RDBFL4  0xF0061568          MC 5 Read Data and Bit Flip Register 4
MTU_MC5_RDBFL5  0xF006156A          MC 5 Read Data and Bit Flip Register 5
MTU_MC5_RDBFL6  0xF006156C          MC 5 Read Data and Bit Flip Register 6
MTU_MC5_RDBFL7  0xF006156E          MC 5 Read Data and Bit Flip Register 7
MTU_MC5_RDBFL8  0xF0061570          MC 5 Read Data and Bit Flip Register 8
MTU_MC5_RDBFL9  0xF0061572          MC 5 Read Data and Bit Flip Register 9
MTU_MC5_RDBFL10 0xF0061574          MC 5 Read Data and Bit Flip Register 10
MTU_MC5_RDBFL11 0xF0061576          MC 5 Read Data and Bit Flip Register 11
MTU_MC5_RDBFL12 0xF0061578          MC 5 Read Data and Bit Flip Register 12
MTU_MC5_RDBFL13 0xF006157A          MC 5 Read Data and Bit Flip Register 13
MTU_MC5_RDBFL14 0xF006157C          MC 5 Read Data and Bit Flip Register 14
MTU_MC5_RDBFL15 0xF006157E          MC 5 Read Data and Bit Flip Register 15
MTU_MC5_RDBFL16 0xF0061580          MC 5 Read Data and Bit Flip Register 16
MTU_MC5_RDBFL17 0xF0061582          MC 5 Read Data and Bit Flip Register 17
MTU_MC5_RDBFL18 0xF0061584          MC 5 Read Data and Bit Flip Register 18
MTU_MC5_RDBFL19 0xF0061586          MC 5 Read Data and Bit Flip Register 19
MTU_MC5_RDBFL20 0xF0061588          MC 5 Read Data and Bit Flip Register 20
MTU_MC5_RDBFL21 0xF006158A          MC 5 Read Data and Bit Flip Register 21
MTU_MC5_RDBFL22 0xF006158C          MC 5 Read Data and Bit Flip Register 22
MTU_MC5_RDBFL23 0xF006158E          MC 5 Read Data and Bit Flip Register 23
MTU_MC5_RDBFL24 0xF0061590          MC 5 Read Data and Bit Flip Register 24
MTU_MC5_RDBFL25 0xF0061592          MC 5 Read Data and Bit Flip Register 25
MTU_MC5_RDBFL26 0xF0061594          MC 5 Read Data and Bit Flip Register 26
MTU_MC5_RDBFL27 0xF0061596          MC 5 Read Data and Bit Flip Register 27
MTU_MC5_RDBFL28 0xF0061598          MC 5 Read Data and Bit Flip Register 28
MTU_MC5_RDBFL29 0xF006159A          MC 5 Read Data and Bit Flip Register 29
MTU_MC5_RDBFL30 0xF006159C          MC 5 Read Data and Bit Flip Register 30
MTU_MC5_RDBFL31 0xF006159E          MC 5 Read Data and Bit Flip Register 31
MTU_MC5_RDBFL32 0xF00615A0          MC 5 Read Data and Bit Flip Register 32
MTU_MC5_RDBFL33 0xF00615A2          MC 5 Read Data and Bit Flip Register 33
MTU_MC5_RDBFL34 0xF00615A4          MC 5 Read Data and Bit Flip Register 34
MTU_MC5_RDBFL35 0xF00615A6          MC 5 Read Data and Bit Flip Register 35
MTU_MC5_RDBFL36 0xF00615A8          MC 5 Read Data and Bit Flip Register 36
MTU_MC5_RDBFL37 0xF00615AA          MC 5 Read Data and Bit Flip Register 37
MTU_MC5_RDBFL38 0xF00615AC          MC 5 Read Data and Bit Flip Register 38
MTU_MC5_RDBFL39 0xF00615AE          MC 5 Read Data and Bit Flip Register 39
MTU_MC5_RDBFL40 0xF00615B0          MC 5 Read Data and Bit Flip Register 40
MTU_MC5_RDBFL41 0xF00615B2          MC 5 Read Data and Bit Flip Register 41
MTU_MC5_RDBFL42 0xF00615B4          MC 5 Read Data and Bit Flip Register 42
MTU_MC5_RDBFL43 0xF00615B6          MC 5 Read Data and Bit Flip Register 43
MTU_MC5_RDBFL44 0xF00615B8          MC 5 Read Data and Bit Flip Register 44
MTU_MC5_RDBFL45 0xF00615BA          MC 5 Read Data and Bit Flip Register 45
MTU_MC5_RDBFL46 0xF00615BC          MC 5 Read Data and Bit Flip Register 46
MTU_MC5_RDBFL47 0xF00615BE          MC 5 Read Data and Bit Flip Register 47
MTU_MC5_RDBFL48 0xF00615C0          MC 5 Read Data and Bit Flip Register 48
MTU_MC5_RDBFL49 0xF00615C2          MC 5 Read Data and Bit Flip Register 49
MTU_MC5_RDBFL50 0xF00615C4          MC 5 Read Data and Bit Flip Register 50
MTU_MC5_RDBFL51 0xF00615C6          MC 5 Read Data and Bit Flip Register 51
MTU_MC5_RDBFL52 0xF00615C8          MC 5 Read Data and Bit Flip Register 52
MTU_MC5_RDBFL53 0xF00615CA          MC 5 Read Data and Bit Flip Register 53
MTU_MC5_RDBFL54 0xF00615CC          MC 5 Read Data and Bit Flip Register 54
MTU_MC5_RDBFL55 0xF00615CE          MC 5 Read Data and Bit Flip Register 55
MTU_MC5_RDBFL56 0xF00615D0          MC 5 Read Data and Bit Flip Register 56
MTU_MC5_RDBFL57 0xF00615D2          MC 5 Read Data and Bit Flip Register 57
MTU_MC5_RDBFL58 0xF00615D4          MC 5 Read Data and Bit Flip Register 58
MTU_MC5_RDBFL59 0xF00615D6          MC 5 Read Data and Bit Flip Register 59
MTU_MC5_RDBFL60 0xF00615D8          MC 5 Read Data and Bit Flip Register 60
MTU_MC5_RDBFL61 0xF00615DA          MC 5 Read Data and Bit Flip Register 61
MTU_MC5_RDBFL62 0xF00615DC          MC 5 Read Data and Bit Flip Register 62
MTU_MC5_RDBFL63 0xF00615DE          MC 5 Read Data and Bit Flip Register 63
MTU_MC5_RDBFL64 0xF00615E0          MC 5 Read Data and Bit Flip Register 64
MTU_MC5_RDBFL65 0xF00615E2          MC 5 Read Data and Bit Flip Register 65
MTU_MC5_RDBFL66 0xF00615E4          MC 5 Read Data and Bit Flip Register 66
MTU_MC5_ALMSRCS 0xF00615EE          MC 5 Alarm Sources Configuration Register
MTU_MC5_FAULTSTS 0xF00615F0          MC 5 SSH Safety Faults Status Register
MTU_MC5_ERRINFO0 0xF00615F2          MC 5 Error Information Register 0
MTU_MC5_ERRINFO1 0xF00615F4          MC 5 Error Information Register 1
MTU_MC5_ERRINFO2 0xF00615F6          MC 5 Error Information Register 2
MTU_MC5_ERRINFO3 0xF00615F8          MC 5 Error Information Register 3
MTU_MC5_ERRINFO4 0xF00615FA          MC 5 Error Information Register 4
MTU_MC6_CONFIG0 0xF0061600          MC 6 Configuration Register 0
MTU_MC6_CONFIG1 0xF0061602          MC 6 Configuration Register 1
MTU_MC6_MCONTROL 0xF0061604          MC 6 MBIST Control Register
MTU_MC6_MSTATUS 0xF0061606          MC 6 Status Register
MTU_MC6_RANGE   0xF0061608          MC 6 Range Register, single address mode
MTU_MC6_REVID   0xF006160C          MC 6 Revision ID Register
MTU_MC6_ECCS    0xF006160E          MC 6 ECC Safety Register
MTU_MC6_ECCD    0xF0061610          MC 6 Memory ECC Detection Register
MTU_MC6_ETRR0   0xF0061612          MC 6 Error Tracking Register 0
MTU_MC6_ETRR1   0xF0061614          MC 6 Error Tracking Register 1
MTU_MC6_ETRR2   0xF0061616          MC 6 Error Tracking Register 2
MTU_MC6_ETRR3   0xF0061618          MC 6 Error Tracking Register 3
MTU_MC6_ETRR4   0xF006161A          MC 6 Error Tracking Register 4
MTU_MC6_RDBFL0  0xF0061660          MC 6 Read Data and Bit Flip Register 0
MTU_MC6_RDBFL1  0xF0061662          MC 6 Read Data and Bit Flip Register 1
MTU_MC6_RDBFL2  0xF0061664          MC 6 Read Data and Bit Flip Register 2
MTU_MC6_RDBFL3  0xF0061666          MC 6 Read Data and Bit Flip Register 3
MTU_MC6_RDBFL4  0xF0061668          MC 6 Read Data and Bit Flip Register 4
MTU_MC6_RDBFL5  0xF006166A          MC 6 Read Data and Bit Flip Register 5
MTU_MC6_RDBFL6  0xF006166C          MC 6 Read Data and Bit Flip Register 6
MTU_MC6_RDBFL7  0xF006166E          MC 6 Read Data and Bit Flip Register 7
MTU_MC6_RDBFL8  0xF0061670          MC 6 Read Data and Bit Flip Register 8
MTU_MC6_RDBFL9  0xF0061672          MC 6 Read Data and Bit Flip Register 9
MTU_MC6_RDBFL10 0xF0061674          MC 6 Read Data and Bit Flip Register 10
MTU_MC6_RDBFL11 0xF0061676          MC 6 Read Data and Bit Flip Register 11
MTU_MC6_RDBFL12 0xF0061678          MC 6 Read Data and Bit Flip Register 12
MTU_MC6_RDBFL13 0xF006167A          MC 6 Read Data and Bit Flip Register 13
MTU_MC6_RDBFL14 0xF006167C          MC 6 Read Data and Bit Flip Register 14
MTU_MC6_RDBFL15 0xF006167E          MC 6 Read Data and Bit Flip Register 15
MTU_MC6_RDBFL16 0xF0061680          MC 6 Read Data and Bit Flip Register 16
MTU_MC6_RDBFL17 0xF0061682          MC 6 Read Data and Bit Flip Register 17
MTU_MC6_RDBFL18 0xF0061684          MC 6 Read Data and Bit Flip Register 18
MTU_MC6_RDBFL19 0xF0061686          MC 6 Read Data and Bit Flip Register 19
MTU_MC6_RDBFL20 0xF0061688          MC 6 Read Data and Bit Flip Register 20
MTU_MC6_RDBFL21 0xF006168A          MC 6 Read Data and Bit Flip Register 21
MTU_MC6_RDBFL22 0xF006168C          MC 6 Read Data and Bit Flip Register 22
MTU_MC6_RDBFL23 0xF006168E          MC 6 Read Data and Bit Flip Register 23
MTU_MC6_RDBFL24 0xF0061690          MC 6 Read Data and Bit Flip Register 24
MTU_MC6_RDBFL25 0xF0061692          MC 6 Read Data and Bit Flip Register 25
MTU_MC6_RDBFL26 0xF0061694          MC 6 Read Data and Bit Flip Register 26
MTU_MC6_RDBFL27 0xF0061696          MC 6 Read Data and Bit Flip Register 27
MTU_MC6_RDBFL28 0xF0061698          MC 6 Read Data and Bit Flip Register 28
MTU_MC6_RDBFL29 0xF006169A          MC 6 Read Data and Bit Flip Register 29
MTU_MC6_RDBFL30 0xF006169C          MC 6 Read Data and Bit Flip Register 30
MTU_MC6_RDBFL31 0xF006169E          MC 6 Read Data and Bit Flip Register 31
MTU_MC6_RDBFL32 0xF00616A0          MC 6 Read Data and Bit Flip Register 32
MTU_MC6_RDBFL33 0xF00616A2          MC 6 Read Data and Bit Flip Register 33
MTU_MC6_RDBFL34 0xF00616A4          MC 6 Read Data and Bit Flip Register 34
MTU_MC6_RDBFL35 0xF00616A6          MC 6 Read Data and Bit Flip Register 35
MTU_MC6_RDBFL36 0xF00616A8          MC 6 Read Data and Bit Flip Register 36
MTU_MC6_RDBFL37 0xF00616AA          MC 6 Read Data and Bit Flip Register 37
MTU_MC6_RDBFL38 0xF00616AC          MC 6 Read Data and Bit Flip Register 38
MTU_MC6_RDBFL39 0xF00616AE          MC 6 Read Data and Bit Flip Register 39
MTU_MC6_RDBFL40 0xF00616B0          MC 6 Read Data and Bit Flip Register 40
MTU_MC6_RDBFL41 0xF00616B2          MC 6 Read Data and Bit Flip Register 41
MTU_MC6_RDBFL42 0xF00616B4          MC 6 Read Data and Bit Flip Register 42
MTU_MC6_RDBFL43 0xF00616B6          MC 6 Read Data and Bit Flip Register 43
MTU_MC6_RDBFL44 0xF00616B8          MC 6 Read Data and Bit Flip Register 44
MTU_MC6_RDBFL45 0xF00616BA          MC 6 Read Data and Bit Flip Register 45
MTU_MC6_RDBFL46 0xF00616BC          MC 6 Read Data and Bit Flip Register 46
MTU_MC6_RDBFL47 0xF00616BE          MC 6 Read Data and Bit Flip Register 47
MTU_MC6_RDBFL48 0xF00616C0          MC 6 Read Data and Bit Flip Register 48
MTU_MC6_RDBFL49 0xF00616C2          MC 6 Read Data and Bit Flip Register 49
MTU_MC6_RDBFL50 0xF00616C4          MC 6 Read Data and Bit Flip Register 50
MTU_MC6_RDBFL51 0xF00616C6          MC 6 Read Data and Bit Flip Register 51
MTU_MC6_RDBFL52 0xF00616C8          MC 6 Read Data and Bit Flip Register 52
MTU_MC6_RDBFL53 0xF00616CA          MC 6 Read Data and Bit Flip Register 53
MTU_MC6_RDBFL54 0xF00616CC          MC 6 Read Data and Bit Flip Register 54
MTU_MC6_RDBFL55 0xF00616CE          MC 6 Read Data and Bit Flip Register 55
MTU_MC6_RDBFL56 0xF00616D0          MC 6 Read Data and Bit Flip Register 56
MTU_MC6_RDBFL57 0xF00616D2          MC 6 Read Data and Bit Flip Register 57
MTU_MC6_RDBFL58 0xF00616D4          MC 6 Read Data and Bit Flip Register 58
MTU_MC6_RDBFL59 0xF00616D6          MC 6 Read Data and Bit Flip Register 59
MTU_MC6_RDBFL60 0xF00616D8          MC 6 Read Data and Bit Flip Register 60
MTU_MC6_RDBFL61 0xF00616DA          MC 6 Read Data and Bit Flip Register 61
MTU_MC6_RDBFL62 0xF00616DC          MC 6 Read Data and Bit Flip Register 62
MTU_MC6_RDBFL63 0xF00616DE          MC 6 Read Data and Bit Flip Register 63
MTU_MC6_RDBFL64 0xF00616E0          MC 6 Read Data and Bit Flip Register 64
MTU_MC6_RDBFL65 0xF00616E2          MC 6 Read Data and Bit Flip Register 65
MTU_MC6_RDBFL66 0xF00616E4          MC 6 Read Data and Bit Flip Register 66
MTU_MC6_ALMSRCS 0xF00616EE          MC 6 Alarm Sources Configuration Register
MTU_MC6_FAULTSTS 0xF00616F0          MC 6 SSH Safety Faults Status Register
MTU_MC6_ERRINFO0 0xF00616F2          MC 6 Error Information Register 0
MTU_MC6_ERRINFO1 0xF00616F4          MC 6 Error Information Register 1
MTU_MC6_ERRINFO2 0xF00616F6          MC 6 Error Information Register 2
MTU_MC6_ERRINFO3 0xF00616F8          MC 6 Error Information Register 3
MTU_MC6_ERRINFO4 0xF00616FA          MC 6 Error Information Register 4
MTU_MC7_CONFIG0 0xF0061700          MC 7 Configuration Register 0
MTU_MC7_CONFIG1 0xF0061702          MC 7 Configuration Register 1
MTU_MC7_MCONTROL 0xF0061704          MC 7 MBIST Control Register
MTU_MC7_MSTATUS 0xF0061706          MC 7 Status Register
MTU_MC7_RANGE   0xF0061708          MC 7 Range Register, single address mode
MTU_MC7_REVID   0xF006170C          MC 7 Revision ID Register
MTU_MC7_ECCS    0xF006170E          MC 7 ECC Safety Register
MTU_MC7_ECCD    0xF0061710          MC 7 Memory ECC Detection Register
MTU_MC7_ETRR0   0xF0061712          MC 7 Error Tracking Register 0
MTU_MC7_ETRR1   0xF0061714          MC 7 Error Tracking Register 1
MTU_MC7_ETRR2   0xF0061716          MC 7 Error Tracking Register 2
MTU_MC7_ETRR3   0xF0061718          MC 7 Error Tracking Register 3
MTU_MC7_ETRR4   0xF006171A          MC 7 Error Tracking Register 4
MTU_MC7_RDBFL0  0xF0061760          MC 7 Read Data and Bit Flip Register 0
MTU_MC7_RDBFL1  0xF0061762          MC 7 Read Data and Bit Flip Register 1
MTU_MC7_RDBFL2  0xF0061764          MC 7 Read Data and Bit Flip Register 2
MTU_MC7_RDBFL3  0xF0061766          MC 7 Read Data and Bit Flip Register 3
MTU_MC7_RDBFL4  0xF0061768          MC 7 Read Data and Bit Flip Register 4
MTU_MC7_RDBFL5  0xF006176A          MC 7 Read Data and Bit Flip Register 5
MTU_MC7_RDBFL6  0xF006176C          MC 7 Read Data and Bit Flip Register 6
MTU_MC7_RDBFL7  0xF006176E          MC 7 Read Data and Bit Flip Register 7
MTU_MC7_RDBFL8  0xF0061770          MC 7 Read Data and Bit Flip Register 8
MTU_MC7_RDBFL9  0xF0061772          MC 7 Read Data and Bit Flip Register 9
MTU_MC7_RDBFL10 0xF0061774          MC 7 Read Data and Bit Flip Register 10
MTU_MC7_RDBFL11 0xF0061776          MC 7 Read Data and Bit Flip Register 11
MTU_MC7_RDBFL12 0xF0061778          MC 7 Read Data and Bit Flip Register 12
MTU_MC7_RDBFL13 0xF006177A          MC 7 Read Data and Bit Flip Register 13
MTU_MC7_RDBFL14 0xF006177C          MC 7 Read Data and Bit Flip Register 14
MTU_MC7_RDBFL15 0xF006177E          MC 7 Read Data and Bit Flip Register 15
MTU_MC7_RDBFL16 0xF0061780          MC 7 Read Data and Bit Flip Register 16
MTU_MC7_RDBFL17 0xF0061782          MC 7 Read Data and Bit Flip Register 17
MTU_MC7_RDBFL18 0xF0061784          MC 7 Read Data and Bit Flip Register 18
MTU_MC7_RDBFL19 0xF0061786          MC 7 Read Data and Bit Flip Register 19
MTU_MC7_RDBFL20 0xF0061788          MC 7 Read Data and Bit Flip Register 20
MTU_MC7_RDBFL21 0xF006178A          MC 7 Read Data and Bit Flip Register 21
MTU_MC7_RDBFL22 0xF006178C          MC 7 Read Data and Bit Flip Register 22
MTU_MC7_RDBFL23 0xF006178E          MC 7 Read Data and Bit Flip Register 23
MTU_MC7_RDBFL24 0xF0061790          MC 7 Read Data and Bit Flip Register 24
MTU_MC7_RDBFL25 0xF0061792          MC 7 Read Data and Bit Flip Register 25
MTU_MC7_RDBFL26 0xF0061794          MC 7 Read Data and Bit Flip Register 26
MTU_MC7_RDBFL27 0xF0061796          MC 7 Read Data and Bit Flip Register 27
MTU_MC7_RDBFL28 0xF0061798          MC 7 Read Data and Bit Flip Register 28
MTU_MC7_RDBFL29 0xF006179A          MC 7 Read Data and Bit Flip Register 29
MTU_MC7_RDBFL30 0xF006179C          MC 7 Read Data and Bit Flip Register 30
MTU_MC7_RDBFL31 0xF006179E          MC 7 Read Data and Bit Flip Register 31
MTU_MC7_RDBFL32 0xF00617A0          MC 7 Read Data and Bit Flip Register 32
MTU_MC7_RDBFL33 0xF00617A2          MC 7 Read Data and Bit Flip Register 33
MTU_MC7_RDBFL34 0xF00617A4          MC 7 Read Data and Bit Flip Register 34
MTU_MC7_RDBFL35 0xF00617A6          MC 7 Read Data and Bit Flip Register 35
MTU_MC7_RDBFL36 0xF00617A8          MC 7 Read Data and Bit Flip Register 36
MTU_MC7_RDBFL37 0xF00617AA          MC 7 Read Data and Bit Flip Register 37
MTU_MC7_RDBFL38 0xF00617AC          MC 7 Read Data and Bit Flip Register 38
MTU_MC7_RDBFL39 0xF00617AE          MC 7 Read Data and Bit Flip Register 39
MTU_MC7_RDBFL40 0xF00617B0          MC 7 Read Data and Bit Flip Register 40
MTU_MC7_RDBFL41 0xF00617B2          MC 7 Read Data and Bit Flip Register 41
MTU_MC7_RDBFL42 0xF00617B4          MC 7 Read Data and Bit Flip Register 42
MTU_MC7_RDBFL43 0xF00617B6          MC 7 Read Data and Bit Flip Register 43
MTU_MC7_RDBFL44 0xF00617B8          MC 7 Read Data and Bit Flip Register 44
MTU_MC7_RDBFL45 0xF00617BA          MC 7 Read Data and Bit Flip Register 45
MTU_MC7_RDBFL46 0xF00617BC          MC 7 Read Data and Bit Flip Register 46
MTU_MC7_RDBFL47 0xF00617BE          MC 7 Read Data and Bit Flip Register 47
MTU_MC7_RDBFL48 0xF00617C0          MC 7 Read Data and Bit Flip Register 48
MTU_MC7_RDBFL49 0xF00617C2          MC 7 Read Data and Bit Flip Register 49
MTU_MC7_RDBFL50 0xF00617C4          MC 7 Read Data and Bit Flip Register 50
MTU_MC7_RDBFL51 0xF00617C6          MC 7 Read Data and Bit Flip Register 51
MTU_MC7_RDBFL52 0xF00617C8          MC 7 Read Data and Bit Flip Register 52
MTU_MC7_RDBFL53 0xF00617CA          MC 7 Read Data and Bit Flip Register 53
MTU_MC7_RDBFL54 0xF00617CC          MC 7 Read Data and Bit Flip Register 54
MTU_MC7_RDBFL55 0xF00617CE          MC 7 Read Data and Bit Flip Register 55
MTU_MC7_RDBFL56 0xF00617D0          MC 7 Read Data and Bit Flip Register 56
MTU_MC7_RDBFL57 0xF00617D2          MC 7 Read Data and Bit Flip Register 57
MTU_MC7_RDBFL58 0xF00617D4          MC 7 Read Data and Bit Flip Register 58
MTU_MC7_RDBFL59 0xF00617D6          MC 7 Read Data and Bit Flip Register 59
MTU_MC7_RDBFL60 0xF00617D8          MC 7 Read Data and Bit Flip Register 60
MTU_MC7_RDBFL61 0xF00617DA          MC 7 Read Data and Bit Flip Register 61
MTU_MC7_RDBFL62 0xF00617DC          MC 7 Read Data and Bit Flip Register 62
MTU_MC7_RDBFL63 0xF00617DE          MC 7 Read Data and Bit Flip Register 63
MTU_MC7_RDBFL64 0xF00617E0          MC 7 Read Data and Bit Flip Register 64
MTU_MC7_RDBFL65 0xF00617E2          MC 7 Read Data and Bit Flip Register 65
MTU_MC7_RDBFL66 0xF00617E4          MC 7 Read Data and Bit Flip Register 66
MTU_MC7_ALMSRCS 0xF00617EE          MC 7 Alarm Sources Configuration Register
MTU_MC7_FAULTSTS 0xF00617F0          MC 7 SSH Safety Faults Status Register
MTU_MC7_ERRINFO0 0xF00617F2          MC 7 Error Information Register 0
MTU_MC7_ERRINFO1 0xF00617F4          MC 7 Error Information Register 1
MTU_MC7_ERRINFO2 0xF00617F6          MC 7 Error Information Register 2
MTU_MC7_ERRINFO3 0xF00617F8          MC 7 Error Information Register 3
MTU_MC7_ERRINFO4 0xF00617FA          MC 7 Error Information Register 4
MTU_MC8_CONFIG0 0xF0061800          MC 8 Configuration Register 0
MTU_MC8_CONFIG1 0xF0061802          MC 8 Configuration Register 1
MTU_MC8_MCONTROL 0xF0061804          MC 8 MBIST Control Register
MTU_MC8_MSTATUS 0xF0061806          MC 8 Status Register
MTU_MC8_RANGE   0xF0061808          MC 8 Range Register, single address mode
MTU_MC8_REVID   0xF006180C          MC 8 Revision ID Register
MTU_MC8_ECCS    0xF006180E          MC 8 ECC Safety Register
MTU_MC8_ECCD    0xF0061810          MC 8 Memory ECC Detection Register
MTU_MC8_ETRR0   0xF0061812          MC 8 Error Tracking Register 0
MTU_MC8_ETRR1   0xF0061814          MC 8 Error Tracking Register 1
MTU_MC8_ETRR2   0xF0061816          MC 8 Error Tracking Register 2
MTU_MC8_ETRR3   0xF0061818          MC 8 Error Tracking Register 3
MTU_MC8_ETRR4   0xF006181A          MC 8 Error Tracking Register 4
MTU_MC8_RDBFL0  0xF0061860          MC 8 Read Data and Bit Flip Register 0
MTU_MC8_RDBFL1  0xF0061862          MC 8 Read Data and Bit Flip Register 1
MTU_MC8_RDBFL2  0xF0061864          MC 8 Read Data and Bit Flip Register 2
MTU_MC8_RDBFL3  0xF0061866          MC 8 Read Data and Bit Flip Register 3
MTU_MC8_RDBFL4  0xF0061868          MC 8 Read Data and Bit Flip Register 4
MTU_MC8_RDBFL5  0xF006186A          MC 8 Read Data and Bit Flip Register 5
MTU_MC8_RDBFL6  0xF006186C          MC 8 Read Data and Bit Flip Register 6
MTU_MC8_RDBFL7  0xF006186E          MC 8 Read Data and Bit Flip Register 7
MTU_MC8_RDBFL8  0xF0061870          MC 8 Read Data and Bit Flip Register 8
MTU_MC8_RDBFL9  0xF0061872          MC 8 Read Data and Bit Flip Register 9
MTU_MC8_RDBFL10 0xF0061874          MC 8 Read Data and Bit Flip Register 10
MTU_MC8_RDBFL11 0xF0061876          MC 8 Read Data and Bit Flip Register 11
MTU_MC8_RDBFL12 0xF0061878          MC 8 Read Data and Bit Flip Register 12
MTU_MC8_RDBFL13 0xF006187A          MC 8 Read Data and Bit Flip Register 13
MTU_MC8_RDBFL14 0xF006187C          MC 8 Read Data and Bit Flip Register 14
MTU_MC8_RDBFL15 0xF006187E          MC 8 Read Data and Bit Flip Register 15
MTU_MC8_RDBFL16 0xF0061880          MC 8 Read Data and Bit Flip Register 16
MTU_MC8_RDBFL17 0xF0061882          MC 8 Read Data and Bit Flip Register 17
MTU_MC8_RDBFL18 0xF0061884          MC 8 Read Data and Bit Flip Register 18
MTU_MC8_RDBFL19 0xF0061886          MC 8 Read Data and Bit Flip Register 19
MTU_MC8_RDBFL20 0xF0061888          MC 8 Read Data and Bit Flip Register 20
MTU_MC8_RDBFL21 0xF006188A          MC 8 Read Data and Bit Flip Register 21
MTU_MC8_RDBFL22 0xF006188C          MC 8 Read Data and Bit Flip Register 22
MTU_MC8_RDBFL23 0xF006188E          MC 8 Read Data and Bit Flip Register 23
MTU_MC8_RDBFL24 0xF0061890          MC 8 Read Data and Bit Flip Register 24
MTU_MC8_RDBFL25 0xF0061892          MC 8 Read Data and Bit Flip Register 25
MTU_MC8_RDBFL26 0xF0061894          MC 8 Read Data and Bit Flip Register 26
MTU_MC8_RDBFL27 0xF0061896          MC 8 Read Data and Bit Flip Register 27
MTU_MC8_RDBFL28 0xF0061898          MC 8 Read Data and Bit Flip Register 28
MTU_MC8_RDBFL29 0xF006189A          MC 8 Read Data and Bit Flip Register 29
MTU_MC8_RDBFL30 0xF006189C          MC 8 Read Data and Bit Flip Register 30
MTU_MC8_RDBFL31 0xF006189E          MC 8 Read Data and Bit Flip Register 31
MTU_MC8_RDBFL32 0xF00618A0          MC 8 Read Data and Bit Flip Register 32
MTU_MC8_RDBFL33 0xF00618A2          MC 8 Read Data and Bit Flip Register 33
MTU_MC8_RDBFL34 0xF00618A4          MC 8 Read Data and Bit Flip Register 34
MTU_MC8_RDBFL35 0xF00618A6          MC 8 Read Data and Bit Flip Register 35
MTU_MC8_RDBFL36 0xF00618A8          MC 8 Read Data and Bit Flip Register 36
MTU_MC8_RDBFL37 0xF00618AA          MC 8 Read Data and Bit Flip Register 37
MTU_MC8_RDBFL38 0xF00618AC          MC 8 Read Data and Bit Flip Register 38
MTU_MC8_RDBFL39 0xF00618AE          MC 8 Read Data and Bit Flip Register 39
MTU_MC8_RDBFL40 0xF00618B0          MC 8 Read Data and Bit Flip Register 40
MTU_MC8_RDBFL41 0xF00618B2          MC 8 Read Data and Bit Flip Register 41
MTU_MC8_RDBFL42 0xF00618B4          MC 8 Read Data and Bit Flip Register 42
MTU_MC8_RDBFL43 0xF00618B6          MC 8 Read Data and Bit Flip Register 43
MTU_MC8_RDBFL44 0xF00618B8          MC 8 Read Data and Bit Flip Register 44
MTU_MC8_RDBFL45 0xF00618BA          MC 8 Read Data and Bit Flip Register 45
MTU_MC8_RDBFL46 0xF00618BC          MC 8 Read Data and Bit Flip Register 46
MTU_MC8_RDBFL47 0xF00618BE          MC 8 Read Data and Bit Flip Register 47
MTU_MC8_RDBFL48 0xF00618C0          MC 8 Read Data and Bit Flip Register 48
MTU_MC8_RDBFL49 0xF00618C2          MC 8 Read Data and Bit Flip Register 49
MTU_MC8_RDBFL50 0xF00618C4          MC 8 Read Data and Bit Flip Register 50
MTU_MC8_RDBFL51 0xF00618C6          MC 8 Read Data and Bit Flip Register 51
MTU_MC8_RDBFL52 0xF00618C8          MC 8 Read Data and Bit Flip Register 52
MTU_MC8_RDBFL53 0xF00618CA          MC 8 Read Data and Bit Flip Register 53
MTU_MC8_RDBFL54 0xF00618CC          MC 8 Read Data and Bit Flip Register 54
MTU_MC8_RDBFL55 0xF00618CE          MC 8 Read Data and Bit Flip Register 55
MTU_MC8_RDBFL56 0xF00618D0          MC 8 Read Data and Bit Flip Register 56
MTU_MC8_RDBFL57 0xF00618D2          MC 8 Read Data and Bit Flip Register 57
MTU_MC8_RDBFL58 0xF00618D4          MC 8 Read Data and Bit Flip Register 58
MTU_MC8_RDBFL59 0xF00618D6          MC 8 Read Data and Bit Flip Register 59
MTU_MC8_RDBFL60 0xF00618D8          MC 8 Read Data and Bit Flip Register 60
MTU_MC8_RDBFL61 0xF00618DA          MC 8 Read Data and Bit Flip Register 61
MTU_MC8_RDBFL62 0xF00618DC          MC 8 Read Data and Bit Flip Register 62
MTU_MC8_RDBFL63 0xF00618DE          MC 8 Read Data and Bit Flip Register 63
MTU_MC8_RDBFL64 0xF00618E0          MC 8 Read Data and Bit Flip Register 64
MTU_MC8_RDBFL65 0xF00618E2          MC 8 Read Data and Bit Flip Register 65
MTU_MC8_RDBFL66 0xF00618E4          MC 8 Read Data and Bit Flip Register 66
MTU_MC8_ALMSRCS 0xF00618EE          MC 8 Alarm Sources Configuration Register
MTU_MC8_FAULTSTS 0xF00618F0          MC 8 SSH Safety Faults Status Register
MTU_MC8_ERRINFO0 0xF00618F2          MC 8 Error Information Register 0
MTU_MC8_ERRINFO1 0xF00618F4          MC 8 Error Information Register 1
MTU_MC8_ERRINFO2 0xF00618F6          MC 8 Error Information Register 2
MTU_MC8_ERRINFO3 0xF00618F8          MC 8 Error Information Register 3
MTU_MC8_ERRINFO4 0xF00618FA          MC 8 Error Information Register 4
MTU_MC9_CONFIG0 0xF0061900          MC 9 Configuration Register 0
MTU_MC9_CONFIG1 0xF0061902          MC 9 Configuration Register 1
MTU_MC9_MCONTROL 0xF0061904          MC 9 MBIST Control Register
MTU_MC9_MSTATUS 0xF0061906          MC 9 Status Register
MTU_MC9_RANGE   0xF0061908          MC 9 Range Register, single address mode
MTU_MC9_REVID   0xF006190C          MC 9 Revision ID Register
MTU_MC9_ECCS    0xF006190E          MC 9 ECC Safety Register
MTU_MC9_ECCD    0xF0061910          MC 9 Memory ECC Detection Register
MTU_MC9_ETRR0   0xF0061912          MC 9 Error Tracking Register 0
MTU_MC9_ETRR1   0xF0061914          MC 9 Error Tracking Register 1
MTU_MC9_ETRR2   0xF0061916          MC 9 Error Tracking Register 2
MTU_MC9_ETRR3   0xF0061918          MC 9 Error Tracking Register 3
MTU_MC9_ETRR4   0xF006191A          MC 9 Error Tracking Register 4
MTU_MC9_RDBFL0  0xF0061960          MC 9 Read Data and Bit Flip Register 0
MTU_MC9_RDBFL1  0xF0061962          MC 9 Read Data and Bit Flip Register 1
MTU_MC9_RDBFL2  0xF0061964          MC 9 Read Data and Bit Flip Register 2
MTU_MC9_RDBFL3  0xF0061966          MC 9 Read Data and Bit Flip Register 3
MTU_MC9_RDBFL4  0xF0061968          MC 9 Read Data and Bit Flip Register 4
MTU_MC9_RDBFL5  0xF006196A          MC 9 Read Data and Bit Flip Register 5
MTU_MC9_RDBFL6  0xF006196C          MC 9 Read Data and Bit Flip Register 6
MTU_MC9_RDBFL7  0xF006196E          MC 9 Read Data and Bit Flip Register 7
MTU_MC9_RDBFL8  0xF0061970          MC 9 Read Data and Bit Flip Register 8
MTU_MC9_RDBFL9  0xF0061972          MC 9 Read Data and Bit Flip Register 9
MTU_MC9_RDBFL10 0xF0061974          MC 9 Read Data and Bit Flip Register 10
MTU_MC9_RDBFL11 0xF0061976          MC 9 Read Data and Bit Flip Register 11
MTU_MC9_RDBFL12 0xF0061978          MC 9 Read Data and Bit Flip Register 12
MTU_MC9_RDBFL13 0xF006197A          MC 9 Read Data and Bit Flip Register 13
MTU_MC9_RDBFL14 0xF006197C          MC 9 Read Data and Bit Flip Register 14
MTU_MC9_RDBFL15 0xF006197E          MC 9 Read Data and Bit Flip Register 15
MTU_MC9_RDBFL16 0xF0061980          MC 9 Read Data and Bit Flip Register 16
MTU_MC9_RDBFL17 0xF0061982          MC 9 Read Data and Bit Flip Register 17
MTU_MC9_RDBFL18 0xF0061984          MC 9 Read Data and Bit Flip Register 18
MTU_MC9_RDBFL19 0xF0061986          MC 9 Read Data and Bit Flip Register 19
MTU_MC9_RDBFL20 0xF0061988          MC 9 Read Data and Bit Flip Register 20
MTU_MC9_RDBFL21 0xF006198A          MC 9 Read Data and Bit Flip Register 21
MTU_MC9_RDBFL22 0xF006198C          MC 9 Read Data and Bit Flip Register 22
MTU_MC9_RDBFL23 0xF006198E          MC 9 Read Data and Bit Flip Register 23
MTU_MC9_RDBFL24 0xF0061990          MC 9 Read Data and Bit Flip Register 24
MTU_MC9_RDBFL25 0xF0061992          MC 9 Read Data and Bit Flip Register 25
MTU_MC9_RDBFL26 0xF0061994          MC 9 Read Data and Bit Flip Register 26
MTU_MC9_RDBFL27 0xF0061996          MC 9 Read Data and Bit Flip Register 27
MTU_MC9_RDBFL28 0xF0061998          MC 9 Read Data and Bit Flip Register 28
MTU_MC9_RDBFL29 0xF006199A          MC 9 Read Data and Bit Flip Register 29
MTU_MC9_RDBFL30 0xF006199C          MC 9 Read Data and Bit Flip Register 30
MTU_MC9_RDBFL31 0xF006199E          MC 9 Read Data and Bit Flip Register 31
MTU_MC9_RDBFL32 0xF00619A0          MC 9 Read Data and Bit Flip Register 32
MTU_MC9_RDBFL33 0xF00619A2          MC 9 Read Data and Bit Flip Register 33
MTU_MC9_RDBFL34 0xF00619A4          MC 9 Read Data and Bit Flip Register 34
MTU_MC9_RDBFL35 0xF00619A6          MC 9 Read Data and Bit Flip Register 35
MTU_MC9_RDBFL36 0xF00619A8          MC 9 Read Data and Bit Flip Register 36
MTU_MC9_RDBFL37 0xF00619AA          MC 9 Read Data and Bit Flip Register 37
MTU_MC9_RDBFL38 0xF00619AC          MC 9 Read Data and Bit Flip Register 38
MTU_MC9_RDBFL39 0xF00619AE          MC 9 Read Data and Bit Flip Register 39
MTU_MC9_RDBFL40 0xF00619B0          MC 9 Read Data and Bit Flip Register 40
MTU_MC9_RDBFL41 0xF00619B2          MC 9 Read Data and Bit Flip Register 41
MTU_MC9_RDBFL42 0xF00619B4          MC 9 Read Data and Bit Flip Register 42
MTU_MC9_RDBFL43 0xF00619B6          MC 9 Read Data and Bit Flip Register 43
MTU_MC9_RDBFL44 0xF00619B8          MC 9 Read Data and Bit Flip Register 44
MTU_MC9_RDBFL45 0xF00619BA          MC 9 Read Data and Bit Flip Register 45
MTU_MC9_RDBFL46 0xF00619BC          MC 9 Read Data and Bit Flip Register 46
MTU_MC9_RDBFL47 0xF00619BE          MC 9 Read Data and Bit Flip Register 47
MTU_MC9_RDBFL48 0xF00619C0          MC 9 Read Data and Bit Flip Register 48
MTU_MC9_RDBFL49 0xF00619C2          MC 9 Read Data and Bit Flip Register 49
MTU_MC9_RDBFL50 0xF00619C4          MC 9 Read Data and Bit Flip Register 50
MTU_MC9_RDBFL51 0xF00619C6          MC 9 Read Data and Bit Flip Register 51
MTU_MC9_RDBFL52 0xF00619C8          MC 9 Read Data and Bit Flip Register 52
MTU_MC9_RDBFL53 0xF00619CA          MC 9 Read Data and Bit Flip Register 53
MTU_MC9_RDBFL54 0xF00619CC          MC 9 Read Data and Bit Flip Register 54
MTU_MC9_RDBFL55 0xF00619CE          MC 9 Read Data and Bit Flip Register 55
MTU_MC9_RDBFL56 0xF00619D0          MC 9 Read Data and Bit Flip Register 56
MTU_MC9_RDBFL57 0xF00619D2          MC 9 Read Data and Bit Flip Register 57
MTU_MC9_RDBFL58 0xF00619D4          MC 9 Read Data and Bit Flip Register 58
MTU_MC9_RDBFL59 0xF00619D6          MC 9 Read Data and Bit Flip Register 59
MTU_MC9_RDBFL60 0xF00619D8          MC 9 Read Data and Bit Flip Register 60
MTU_MC9_RDBFL61 0xF00619DA          MC 9 Read Data and Bit Flip Register 61
MTU_MC9_RDBFL62 0xF00619DC          MC 9 Read Data and Bit Flip Register 62
MTU_MC9_RDBFL63 0xF00619DE          MC 9 Read Data and Bit Flip Register 63
MTU_MC9_RDBFL64 0xF00619E0          MC 9 Read Data and Bit Flip Register 64
MTU_MC9_RDBFL65 0xF00619E2          MC 9 Read Data and Bit Flip Register 65
MTU_MC9_RDBFL66 0xF00619E4          MC 9 Read Data and Bit Flip Register 66
MTU_MC9_ALMSRCS 0xF00619EE          MC 9 Alarm Sources Configuration Register
MTU_MC9_FAULTSTS 0xF00619F0          MC 9 SSH Safety Faults Status Register
MTU_MC9_ERRINFO0 0xF00619F2          MC 9 Error Information Register 0
MTU_MC9_ERRINFO1 0xF00619F4          MC 9 Error Information Register 1
MTU_MC9_ERRINFO2 0xF00619F6          MC 9 Error Information Register 2
MTU_MC9_ERRINFO3 0xF00619F8          MC 9 Error Information Register 3
MTU_MC9_ERRINFO4 0xF00619FA          MC 9 Error Information Register 4
MTU_MC10_CONFIG0 0xF0061A00          MC 10 Configuration Register 0
MTU_MC10_CONFIG1 0xF0061A02          MC 10 Configuration Register 1
MTU_MC10_MCONTROL 0xF0061A04          MC 10 MBIST Control Register
MTU_MC10_MSTATUS 0xF0061A06          MC 10 Status Register
MTU_MC10_RANGE  0xF0061A08          MC 10 Range Register, single address mode
MTU_MC10_REVID  0xF0061A0C          MC 10 Revision ID Register
MTU_MC10_ECCS   0xF0061A0E          MC 10 ECC Safety Register
MTU_MC10_ECCD   0xF0061A10          MC 10 Memory ECC Detection Register
MTU_MC10_ETRR0  0xF0061A12          MC 10 Error Tracking Register 0
MTU_MC10_ETRR1  0xF0061A14          MC 10 Error Tracking Register 1
MTU_MC10_ETRR2  0xF0061A16          MC 10 Error Tracking Register 2
MTU_MC10_ETRR3  0xF0061A18          MC 10 Error Tracking Register 3
MTU_MC10_ETRR4  0xF0061A1A          MC 10 Error Tracking Register 4
MTU_MC10_RDBFL0 0xF0061A60          MC 10 Read Data and Bit Flip Register 0
MTU_MC10_RDBFL1 0xF0061A62          MC 10 Read Data and Bit Flip Register 1
MTU_MC10_RDBFL2 0xF0061A64          MC 10 Read Data and Bit Flip Register 2
MTU_MC10_RDBFL3 0xF0061A66          MC 10 Read Data and Bit Flip Register 3
MTU_MC10_RDBFL4 0xF0061A68          MC 10 Read Data and Bit Flip Register 4
MTU_MC10_RDBFL5 0xF0061A6A          MC 10 Read Data and Bit Flip Register 5
MTU_MC10_RDBFL6 0xF0061A6C          MC 10 Read Data and Bit Flip Register 6
MTU_MC10_RDBFL7 0xF0061A6E          MC 10 Read Data and Bit Flip Register 7
MTU_MC10_RDBFL8 0xF0061A70          MC 10 Read Data and Bit Flip Register 8
MTU_MC10_RDBFL9 0xF0061A72          MC 10 Read Data and Bit Flip Register 9
MTU_MC10_RDBFL10 0xF0061A74          MC 10 Read Data and Bit Flip Register 10
MTU_MC10_RDBFL11 0xF0061A76          MC 10 Read Data and Bit Flip Register 11
MTU_MC10_RDBFL12 0xF0061A78          MC 10 Read Data and Bit Flip Register 12
MTU_MC10_RDBFL13 0xF0061A7A          MC 10 Read Data and Bit Flip Register 13
MTU_MC10_RDBFL14 0xF0061A7C          MC 10 Read Data and Bit Flip Register 14
MTU_MC10_RDBFL15 0xF0061A7E          MC 10 Read Data and Bit Flip Register 15
MTU_MC10_RDBFL16 0xF0061A80          MC 10 Read Data and Bit Flip Register 16
MTU_MC10_RDBFL17 0xF0061A82          MC 10 Read Data and Bit Flip Register 17
MTU_MC10_RDBFL18 0xF0061A84          MC 10 Read Data and Bit Flip Register 18
MTU_MC10_RDBFL19 0xF0061A86          MC 10 Read Data and Bit Flip Register 19
MTU_MC10_RDBFL20 0xF0061A88          MC 10 Read Data and Bit Flip Register 20
MTU_MC10_RDBFL21 0xF0061A8A          MC 10 Read Data and Bit Flip Register 21
MTU_MC10_RDBFL22 0xF0061A8C          MC 10 Read Data and Bit Flip Register 22
MTU_MC10_RDBFL23 0xF0061A8E          MC 10 Read Data and Bit Flip Register 23
MTU_MC10_RDBFL24 0xF0061A90          MC 10 Read Data and Bit Flip Register 24
MTU_MC10_RDBFL25 0xF0061A92          MC 10 Read Data and Bit Flip Register 25
MTU_MC10_RDBFL26 0xF0061A94          MC 10 Read Data and Bit Flip Register 26
MTU_MC10_RDBFL27 0xF0061A96          MC 10 Read Data and Bit Flip Register 27
MTU_MC10_RDBFL28 0xF0061A98          MC 10 Read Data and Bit Flip Register 28
MTU_MC10_RDBFL29 0xF0061A9A          MC 10 Read Data and Bit Flip Register 29
MTU_MC10_RDBFL30 0xF0061A9C          MC 10 Read Data and Bit Flip Register 30
MTU_MC10_RDBFL31 0xF0061A9E          MC 10 Read Data and Bit Flip Register 31
MTU_MC10_RDBFL32 0xF0061AA0          MC 10 Read Data and Bit Flip Register 32
MTU_MC10_RDBFL33 0xF0061AA2          MC 10 Read Data and Bit Flip Register 33
MTU_MC10_RDBFL34 0xF0061AA4          MC 10 Read Data and Bit Flip Register 34
MTU_MC10_RDBFL35 0xF0061AA6          MC 10 Read Data and Bit Flip Register 35
MTU_MC10_RDBFL36 0xF0061AA8          MC 10 Read Data and Bit Flip Register 36
MTU_MC10_RDBFL37 0xF0061AAA          MC 10 Read Data and Bit Flip Register 37
MTU_MC10_RDBFL38 0xF0061AAC          MC 10 Read Data and Bit Flip Register 38
MTU_MC10_RDBFL39 0xF0061AAE          MC 10 Read Data and Bit Flip Register 39
MTU_MC10_RDBFL40 0xF0061AB0          MC 10 Read Data and Bit Flip Register 40
MTU_MC10_RDBFL41 0xF0061AB2          MC 10 Read Data and Bit Flip Register 41
MTU_MC10_RDBFL42 0xF0061AB4          MC 10 Read Data and Bit Flip Register 42
MTU_MC10_RDBFL43 0xF0061AB6          MC 10 Read Data and Bit Flip Register 43
MTU_MC10_RDBFL44 0xF0061AB8          MC 10 Read Data and Bit Flip Register 44
MTU_MC10_RDBFL45 0xF0061ABA          MC 10 Read Data and Bit Flip Register 45
MTU_MC10_RDBFL46 0xF0061ABC          MC 10 Read Data and Bit Flip Register 46
MTU_MC10_RDBFL47 0xF0061ABE          MC 10 Read Data and Bit Flip Register 47
MTU_MC10_RDBFL48 0xF0061AC0          MC 10 Read Data and Bit Flip Register 48
MTU_MC10_RDBFL49 0xF0061AC2          MC 10 Read Data and Bit Flip Register 49
MTU_MC10_RDBFL50 0xF0061AC4          MC 10 Read Data and Bit Flip Register 50
MTU_MC10_RDBFL51 0xF0061AC6          MC 10 Read Data and Bit Flip Register 51
MTU_MC10_RDBFL52 0xF0061AC8          MC 10 Read Data and Bit Flip Register 52
MTU_MC10_RDBFL53 0xF0061ACA          MC 10 Read Data and Bit Flip Register 53
MTU_MC10_RDBFL54 0xF0061ACC          MC 10 Read Data and Bit Flip Register 54
MTU_MC10_RDBFL55 0xF0061ACE          MC 10 Read Data and Bit Flip Register 55
MTU_MC10_RDBFL56 0xF0061AD0          MC 10 Read Data and Bit Flip Register 56
MTU_MC10_RDBFL57 0xF0061AD2          MC 10 Read Data and Bit Flip Register 57
MTU_MC10_RDBFL58 0xF0061AD4          MC 10 Read Data and Bit Flip Register 58
MTU_MC10_RDBFL59 0xF0061AD6          MC 10 Read Data and Bit Flip Register 59
MTU_MC10_RDBFL60 0xF0061AD8          MC 10 Read Data and Bit Flip Register 60
MTU_MC10_RDBFL61 0xF0061ADA          MC 10 Read Data and Bit Flip Register 61
MTU_MC10_RDBFL62 0xF0061ADC          MC 10 Read Data and Bit Flip Register 62
MTU_MC10_RDBFL63 0xF0061ADE          MC 10 Read Data and Bit Flip Register 63
MTU_MC10_RDBFL64 0xF0061AE0          MC 10 Read Data and Bit Flip Register 64
MTU_MC10_RDBFL65 0xF0061AE2          MC 10 Read Data and Bit Flip Register 65
MTU_MC10_RDBFL66 0xF0061AE4          MC 10 Read Data and Bit Flip Register 66
MTU_MC10_ALMSRCS 0xF0061AEE          MC 10 Alarm Sources Configuration Register
MTU_MC10_FAULTSTS 0xF0061AF0          MC 10 SSH Safety Faults Status Register
MTU_MC10_ERRINFO0 0xF0061AF2          MC 10 Error Information Register 0
MTU_MC10_ERRINFO1 0xF0061AF4          MC 10 Error Information Register 1
MTU_MC10_ERRINFO2 0xF0061AF6          MC 10 Error Information Register 2
MTU_MC10_ERRINFO3 0xF0061AF8          MC 10 Error Information Register 3
MTU_MC10_ERRINFO4 0xF0061AFA          MC 10 Error Information Register 4
MTU_MC11_CONFIG0 0xF0061B00          MC 11 Configuration Register 0
MTU_MC11_CONFIG1 0xF0061B02          MC 11 Configuration Register 1
MTU_MC11_MCONTROL 0xF0061B04          MC 11 MBIST Control Register
MTU_MC11_MSTATUS 0xF0061B06          MC 11 Status Register
MTU_MC11_RANGE  0xF0061B08          MC 11 Range Register, single address mode
MTU_MC11_REVID  0xF0061B0C          MC 11 Revision ID Register
MTU_MC11_ECCS   0xF0061B0E          MC 11 ECC Safety Register
MTU_MC11_ECCD   0xF0061B10          MC 11 Memory ECC Detection Register
MTU_MC11_ETRR0  0xF0061B12          MC 11 Error Tracking Register 0
MTU_MC11_ETRR1  0xF0061B14          MC 11 Error Tracking Register 1
MTU_MC11_ETRR2  0xF0061B16          MC 11 Error Tracking Register 2
MTU_MC11_ETRR3  0xF0061B18          MC 11 Error Tracking Register 3
MTU_MC11_ETRR4  0xF0061B1A          MC 11 Error Tracking Register 4
MTU_MC11_RDBFL0 0xF0061B60          MC 11 Read Data and Bit Flip Register 0
MTU_MC11_RDBFL1 0xF0061B62          MC 11 Read Data and Bit Flip Register 1
MTU_MC11_RDBFL2 0xF0061B64          MC 11 Read Data and Bit Flip Register 2
MTU_MC11_RDBFL3 0xF0061B66          MC 11 Read Data and Bit Flip Register 3
MTU_MC11_RDBFL4 0xF0061B68          MC 11 Read Data and Bit Flip Register 4
MTU_MC11_RDBFL5 0xF0061B6A          MC 11 Read Data and Bit Flip Register 5
MTU_MC11_RDBFL6 0xF0061B6C          MC 11 Read Data and Bit Flip Register 6
MTU_MC11_RDBFL7 0xF0061B6E          MC 11 Read Data and Bit Flip Register 7
MTU_MC11_RDBFL8 0xF0061B70          MC 11 Read Data and Bit Flip Register 8
MTU_MC11_RDBFL9 0xF0061B72          MC 11 Read Data and Bit Flip Register 9
MTU_MC11_RDBFL10 0xF0061B74          MC 11 Read Data and Bit Flip Register 10
MTU_MC11_RDBFL11 0xF0061B76          MC 11 Read Data and Bit Flip Register 11
MTU_MC11_RDBFL12 0xF0061B78          MC 11 Read Data and Bit Flip Register 12
MTU_MC11_RDBFL13 0xF0061B7A          MC 11 Read Data and Bit Flip Register 13
MTU_MC11_RDBFL14 0xF0061B7C          MC 11 Read Data and Bit Flip Register 14
MTU_MC11_RDBFL15 0xF0061B7E          MC 11 Read Data and Bit Flip Register 15
MTU_MC11_RDBFL16 0xF0061B80          MC 11 Read Data and Bit Flip Register 16
MTU_MC11_RDBFL17 0xF0061B82          MC 11 Read Data and Bit Flip Register 17
MTU_MC11_RDBFL18 0xF0061B84          MC 11 Read Data and Bit Flip Register 18
MTU_MC11_RDBFL19 0xF0061B86          MC 11 Read Data and Bit Flip Register 19
MTU_MC11_RDBFL20 0xF0061B88          MC 11 Read Data and Bit Flip Register 20
MTU_MC11_RDBFL21 0xF0061B8A          MC 11 Read Data and Bit Flip Register 21
MTU_MC11_RDBFL22 0xF0061B8C          MC 11 Read Data and Bit Flip Register 22
MTU_MC11_RDBFL23 0xF0061B8E          MC 11 Read Data and Bit Flip Register 23
MTU_MC11_RDBFL24 0xF0061B90          MC 11 Read Data and Bit Flip Register 24
MTU_MC11_RDBFL25 0xF0061B92          MC 11 Read Data and Bit Flip Register 25
MTU_MC11_RDBFL26 0xF0061B94          MC 11 Read Data and Bit Flip Register 26
MTU_MC11_RDBFL27 0xF0061B96          MC 11 Read Data and Bit Flip Register 27
MTU_MC11_RDBFL28 0xF0061B98          MC 11 Read Data and Bit Flip Register 28
MTU_MC11_RDBFL29 0xF0061B9A          MC 11 Read Data and Bit Flip Register 29
MTU_MC11_RDBFL30 0xF0061B9C          MC 11 Read Data and Bit Flip Register 30
MTU_MC11_RDBFL31 0xF0061B9E          MC 11 Read Data and Bit Flip Register 31
MTU_MC11_RDBFL32 0xF0061BA0          MC 11 Read Data and Bit Flip Register 32
MTU_MC11_RDBFL33 0xF0061BA2          MC 11 Read Data and Bit Flip Register 33
MTU_MC11_RDBFL34 0xF0061BA4          MC 11 Read Data and Bit Flip Register 34
MTU_MC11_RDBFL35 0xF0061BA6          MC 11 Read Data and Bit Flip Register 35
MTU_MC11_RDBFL36 0xF0061BA8          MC 11 Read Data and Bit Flip Register 36
MTU_MC11_RDBFL37 0xF0061BAA          MC 11 Read Data and Bit Flip Register 37
MTU_MC11_RDBFL38 0xF0061BAC          MC 11 Read Data and Bit Flip Register 38
MTU_MC11_RDBFL39 0xF0061BAE          MC 11 Read Data and Bit Flip Register 39
MTU_MC11_RDBFL40 0xF0061BB0          MC 11 Read Data and Bit Flip Register 40
MTU_MC11_RDBFL41 0xF0061BB2          MC 11 Read Data and Bit Flip Register 41
MTU_MC11_RDBFL42 0xF0061BB4          MC 11 Read Data and Bit Flip Register 42
MTU_MC11_RDBFL43 0xF0061BB6          MC 11 Read Data and Bit Flip Register 43
MTU_MC11_RDBFL44 0xF0061BB8          MC 11 Read Data and Bit Flip Register 44
MTU_MC11_RDBFL45 0xF0061BBA          MC 11 Read Data and Bit Flip Register 45
MTU_MC11_RDBFL46 0xF0061BBC          MC 11 Read Data and Bit Flip Register 46
MTU_MC11_RDBFL47 0xF0061BBE          MC 11 Read Data and Bit Flip Register 47
MTU_MC11_RDBFL48 0xF0061BC0          MC 11 Read Data and Bit Flip Register 48
MTU_MC11_RDBFL49 0xF0061BC2          MC 11 Read Data and Bit Flip Register 49
MTU_MC11_RDBFL50 0xF0061BC4          MC 11 Read Data and Bit Flip Register 50
MTU_MC11_RDBFL51 0xF0061BC6          MC 11 Read Data and Bit Flip Register 51
MTU_MC11_RDBFL52 0xF0061BC8          MC 11 Read Data and Bit Flip Register 52
MTU_MC11_RDBFL53 0xF0061BCA          MC 11 Read Data and Bit Flip Register 53
MTU_MC11_RDBFL54 0xF0061BCC          MC 11 Read Data and Bit Flip Register 54
MTU_MC11_RDBFL55 0xF0061BCE          MC 11 Read Data and Bit Flip Register 55
MTU_MC11_RDBFL56 0xF0061BD0          MC 11 Read Data and Bit Flip Register 56
MTU_MC11_RDBFL57 0xF0061BD2          MC 11 Read Data and Bit Flip Register 57
MTU_MC11_RDBFL58 0xF0061BD4          MC 11 Read Data and Bit Flip Register 58
MTU_MC11_RDBFL59 0xF0061BD6          MC 11 Read Data and Bit Flip Register 59
MTU_MC11_RDBFL60 0xF0061BD8          MC 11 Read Data and Bit Flip Register 60
MTU_MC11_RDBFL61 0xF0061BDA          MC 11 Read Data and Bit Flip Register 61
MTU_MC11_RDBFL62 0xF0061BDC          MC 11 Read Data and Bit Flip Register 62
MTU_MC11_RDBFL63 0xF0061BDE          MC 11 Read Data and Bit Flip Register 63
MTU_MC11_RDBFL64 0xF0061BE0          MC 11 Read Data and Bit Flip Register 64
MTU_MC11_RDBFL65 0xF0061BE2          MC 11 Read Data and Bit Flip Register 65
MTU_MC11_RDBFL66 0xF0061BE4          MC 11 Read Data and Bit Flip Register 66
MTU_MC11_ALMSRCS 0xF0061BEE          MC 11 Alarm Sources Configuration Register
MTU_MC11_FAULTSTS 0xF0061BF0          MC 11 SSH Safety Faults Status Register
MTU_MC11_ERRINFO0 0xF0061BF2          MC 11 Error Information Register 0
MTU_MC11_ERRINFO1 0xF0061BF4          MC 11 Error Information Register 1
MTU_MC11_ERRINFO2 0xF0061BF6          MC 11 Error Information Register 2
MTU_MC11_ERRINFO3 0xF0061BF8          MC 11 Error Information Register 3
MTU_MC11_ERRINFO4 0xF0061BFA          MC 11 Error Information Register 4
MTU_MC12_CONFIG0 0xF0061C00          MC 12 Configuration Register 0
MTU_MC12_CONFIG1 0xF0061C02          MC 12 Configuration Register 1
MTU_MC12_MCONTROL 0xF0061C04          MC 12 MBIST Control Register
MTU_MC12_MSTATUS 0xF0061C06          MC 12 Status Register
MTU_MC12_RANGE  0xF0061C08          MC 12 Range Register, single address mode
MTU_MC12_REVID  0xF0061C0C          MC 12 Revision ID Register
MTU_MC12_ECCS   0xF0061C0E          MC 12 ECC Safety Register
MTU_MC12_ECCD   0xF0061C10          MC 12 Memory ECC Detection Register
MTU_MC12_ETRR0  0xF0061C12          MC 12 Error Tracking Register 0
MTU_MC12_ETRR1  0xF0061C14          MC 12 Error Tracking Register 1
MTU_MC12_ETRR2  0xF0061C16          MC 12 Error Tracking Register 2
MTU_MC12_ETRR3  0xF0061C18          MC 12 Error Tracking Register 3
MTU_MC12_ETRR4  0xF0061C1A          MC 12 Error Tracking Register 4
MTU_MC12_RDBFL0 0xF0061C60          MC 12 Read Data and Bit Flip Register 0
MTU_MC12_RDBFL1 0xF0061C62          MC 12 Read Data and Bit Flip Register 1
MTU_MC12_RDBFL2 0xF0061C64          MC 12 Read Data and Bit Flip Register 2
MTU_MC12_RDBFL3 0xF0061C66          MC 12 Read Data and Bit Flip Register 3
MTU_MC12_RDBFL4 0xF0061C68          MC 12 Read Data and Bit Flip Register 4
MTU_MC12_RDBFL5 0xF0061C6A          MC 12 Read Data and Bit Flip Register 5
MTU_MC12_RDBFL6 0xF0061C6C          MC 12 Read Data and Bit Flip Register 6
MTU_MC12_RDBFL7 0xF0061C6E          MC 12 Read Data and Bit Flip Register 7
MTU_MC12_RDBFL8 0xF0061C70          MC 12 Read Data and Bit Flip Register 8
MTU_MC12_RDBFL9 0xF0061C72          MC 12 Read Data and Bit Flip Register 9
MTU_MC12_RDBFL10 0xF0061C74          MC 12 Read Data and Bit Flip Register 10
MTU_MC12_RDBFL11 0xF0061C76          MC 12 Read Data and Bit Flip Register 11
MTU_MC12_RDBFL12 0xF0061C78          MC 12 Read Data and Bit Flip Register 12
MTU_MC12_RDBFL13 0xF0061C7A          MC 12 Read Data and Bit Flip Register 13
MTU_MC12_RDBFL14 0xF0061C7C          MC 12 Read Data and Bit Flip Register 14
MTU_MC12_RDBFL15 0xF0061C7E          MC 12 Read Data and Bit Flip Register 15
MTU_MC12_RDBFL16 0xF0061C80          MC 12 Read Data and Bit Flip Register 16
MTU_MC12_RDBFL17 0xF0061C82          MC 12 Read Data and Bit Flip Register 17
MTU_MC12_RDBFL18 0xF0061C84          MC 12 Read Data and Bit Flip Register 18
MTU_MC12_RDBFL19 0xF0061C86          MC 12 Read Data and Bit Flip Register 19
MTU_MC12_RDBFL20 0xF0061C88          MC 12 Read Data and Bit Flip Register 20
MTU_MC12_RDBFL21 0xF0061C8A          MC 12 Read Data and Bit Flip Register 21
MTU_MC12_RDBFL22 0xF0061C8C          MC 12 Read Data and Bit Flip Register 22
MTU_MC12_RDBFL23 0xF0061C8E          MC 12 Read Data and Bit Flip Register 23
MTU_MC12_RDBFL24 0xF0061C90          MC 12 Read Data and Bit Flip Register 24
MTU_MC12_RDBFL25 0xF0061C92          MC 12 Read Data and Bit Flip Register 25
MTU_MC12_RDBFL26 0xF0061C94          MC 12 Read Data and Bit Flip Register 26
MTU_MC12_RDBFL27 0xF0061C96          MC 12 Read Data and Bit Flip Register 27
MTU_MC12_RDBFL28 0xF0061C98          MC 12 Read Data and Bit Flip Register 28
MTU_MC12_RDBFL29 0xF0061C9A          MC 12 Read Data and Bit Flip Register 29
MTU_MC12_RDBFL30 0xF0061C9C          MC 12 Read Data and Bit Flip Register 30
MTU_MC12_RDBFL31 0xF0061C9E          MC 12 Read Data and Bit Flip Register 31
MTU_MC12_RDBFL32 0xF0061CA0          MC 12 Read Data and Bit Flip Register 32
MTU_MC12_RDBFL33 0xF0061CA2          MC 12 Read Data and Bit Flip Register 33
MTU_MC12_RDBFL34 0xF0061CA4          MC 12 Read Data and Bit Flip Register 34
MTU_MC12_RDBFL35 0xF0061CA6          MC 12 Read Data and Bit Flip Register 35
MTU_MC12_RDBFL36 0xF0061CA8          MC 12 Read Data and Bit Flip Register 36
MTU_MC12_RDBFL37 0xF0061CAA          MC 12 Read Data and Bit Flip Register 37
MTU_MC12_RDBFL38 0xF0061CAC          MC 12 Read Data and Bit Flip Register 38
MTU_MC12_RDBFL39 0xF0061CAE          MC 12 Read Data and Bit Flip Register 39
MTU_MC12_RDBFL40 0xF0061CB0          MC 12 Read Data and Bit Flip Register 40
MTU_MC12_RDBFL41 0xF0061CB2          MC 12 Read Data and Bit Flip Register 41
MTU_MC12_RDBFL42 0xF0061CB4          MC 12 Read Data and Bit Flip Register 42
MTU_MC12_RDBFL43 0xF0061CB6          MC 12 Read Data and Bit Flip Register 43
MTU_MC12_RDBFL44 0xF0061CB8          MC 12 Read Data and Bit Flip Register 44
MTU_MC12_RDBFL45 0xF0061CBA          MC 12 Read Data and Bit Flip Register 45
MTU_MC12_RDBFL46 0xF0061CBC          MC 12 Read Data and Bit Flip Register 46
MTU_MC12_RDBFL47 0xF0061CBE          MC 12 Read Data and Bit Flip Register 47
MTU_MC12_RDBFL48 0xF0061CC0          MC 12 Read Data and Bit Flip Register 48
MTU_MC12_RDBFL49 0xF0061CC2          MC 12 Read Data and Bit Flip Register 49
MTU_MC12_RDBFL50 0xF0061CC4          MC 12 Read Data and Bit Flip Register 50
MTU_MC12_RDBFL51 0xF0061CC6          MC 12 Read Data and Bit Flip Register 51
MTU_MC12_RDBFL52 0xF0061CC8          MC 12 Read Data and Bit Flip Register 52
MTU_MC12_RDBFL53 0xF0061CCA          MC 12 Read Data and Bit Flip Register 53
MTU_MC12_RDBFL54 0xF0061CCC          MC 12 Read Data and Bit Flip Register 54
MTU_MC12_RDBFL55 0xF0061CCE          MC 12 Read Data and Bit Flip Register 55
MTU_MC12_RDBFL56 0xF0061CD0          MC 12 Read Data and Bit Flip Register 56
MTU_MC12_RDBFL57 0xF0061CD2          MC 12 Read Data and Bit Flip Register 57
MTU_MC12_RDBFL58 0xF0061CD4          MC 12 Read Data and Bit Flip Register 58
MTU_MC12_RDBFL59 0xF0061CD6          MC 12 Read Data and Bit Flip Register 59
MTU_MC12_RDBFL60 0xF0061CD8          MC 12 Read Data and Bit Flip Register 60
MTU_MC12_RDBFL61 0xF0061CDA          MC 12 Read Data and Bit Flip Register 61
MTU_MC12_RDBFL62 0xF0061CDC          MC 12 Read Data and Bit Flip Register 62
MTU_MC12_RDBFL63 0xF0061CDE          MC 12 Read Data and Bit Flip Register 63
MTU_MC12_RDBFL64 0xF0061CE0          MC 12 Read Data and Bit Flip Register 64
MTU_MC12_RDBFL65 0xF0061CE2          MC 12 Read Data and Bit Flip Register 65
MTU_MC12_RDBFL66 0xF0061CE4          MC 12 Read Data and Bit Flip Register 66
MTU_MC12_ALMSRCS 0xF0061CEE          MC 12 Alarm Sources Configuration Register
MTU_MC12_FAULTSTS 0xF0061CF0          MC 12 SSH Safety Faults Status Register
MTU_MC12_ERRINFO0 0xF0061CF2          MC 12 Error Information Register 0
MTU_MC12_ERRINFO1 0xF0061CF4          MC 12 Error Information Register 1
MTU_MC12_ERRINFO2 0xF0061CF6          MC 12 Error Information Register 2
MTU_MC12_ERRINFO3 0xF0061CF8          MC 12 Error Information Register 3
MTU_MC12_ERRINFO4 0xF0061CFA          MC 12 Error Information Register 4
MTU_MC13_CONFIG0 0xF0061D00          MC 13 Configuration Register 0
MTU_MC13_CONFIG1 0xF0061D02          MC 13 Configuration Register 1
MTU_MC13_MCONTROL 0xF0061D04          MC 13 MBIST Control Register
MTU_MC13_MSTATUS 0xF0061D06          MC 13 Status Register
MTU_MC13_RANGE  0xF0061D08          MC 13 Range Register, single address mode
MTU_MC13_REVID  0xF0061D0C          MC 13 Revision ID Register
MTU_MC13_ECCS   0xF0061D0E          MC 13 ECC Safety Register
MTU_MC13_ECCD   0xF0061D10          MC 13 Memory ECC Detection Register
MTU_MC13_ETRR0  0xF0061D12          MC 13 Error Tracking Register 0
MTU_MC13_ETRR1  0xF0061D14          MC 13 Error Tracking Register 1
MTU_MC13_ETRR2  0xF0061D16          MC 13 Error Tracking Register 2
MTU_MC13_ETRR3  0xF0061D18          MC 13 Error Tracking Register 3
MTU_MC13_ETRR4  0xF0061D1A          MC 13 Error Tracking Register 4
MTU_MC13_RDBFL0 0xF0061D60          MC 13 Read Data and Bit Flip Register 0
MTU_MC13_RDBFL1 0xF0061D62          MC 13 Read Data and Bit Flip Register 1
MTU_MC13_RDBFL2 0xF0061D64          MC 13 Read Data and Bit Flip Register 2
MTU_MC13_RDBFL3 0xF0061D66          MC 13 Read Data and Bit Flip Register 3
MTU_MC13_RDBFL4 0xF0061D68          MC 13 Read Data and Bit Flip Register 4
MTU_MC13_RDBFL5 0xF0061D6A          MC 13 Read Data and Bit Flip Register 5
MTU_MC13_RDBFL6 0xF0061D6C          MC 13 Read Data and Bit Flip Register 6
MTU_MC13_RDBFL7 0xF0061D6E          MC 13 Read Data and Bit Flip Register 7
MTU_MC13_RDBFL8 0xF0061D70          MC 13 Read Data and Bit Flip Register 8
MTU_MC13_RDBFL9 0xF0061D72          MC 13 Read Data and Bit Flip Register 9
MTU_MC13_RDBFL10 0xF0061D74          MC 13 Read Data and Bit Flip Register 10
MTU_MC13_RDBFL11 0xF0061D76          MC 13 Read Data and Bit Flip Register 11
MTU_MC13_RDBFL12 0xF0061D78          MC 13 Read Data and Bit Flip Register 12
MTU_MC13_RDBFL13 0xF0061D7A          MC 13 Read Data and Bit Flip Register 13
MTU_MC13_RDBFL14 0xF0061D7C          MC 13 Read Data and Bit Flip Register 14
MTU_MC13_RDBFL15 0xF0061D7E          MC 13 Read Data and Bit Flip Register 15
MTU_MC13_RDBFL16 0xF0061D80          MC 13 Read Data and Bit Flip Register 16
MTU_MC13_RDBFL17 0xF0061D82          MC 13 Read Data and Bit Flip Register 17
MTU_MC13_RDBFL18 0xF0061D84          MC 13 Read Data and Bit Flip Register 18
MTU_MC13_RDBFL19 0xF0061D86          MC 13 Read Data and Bit Flip Register 19
MTU_MC13_RDBFL20 0xF0061D88          MC 13 Read Data and Bit Flip Register 20
MTU_MC13_RDBFL21 0xF0061D8A          MC 13 Read Data and Bit Flip Register 21
MTU_MC13_RDBFL22 0xF0061D8C          MC 13 Read Data and Bit Flip Register 22
MTU_MC13_RDBFL23 0xF0061D8E          MC 13 Read Data and Bit Flip Register 23
MTU_MC13_RDBFL24 0xF0061D90          MC 13 Read Data and Bit Flip Register 24
MTU_MC13_RDBFL25 0xF0061D92          MC 13 Read Data and Bit Flip Register 25
MTU_MC13_RDBFL26 0xF0061D94          MC 13 Read Data and Bit Flip Register 26
MTU_MC13_RDBFL27 0xF0061D96          MC 13 Read Data and Bit Flip Register 27
MTU_MC13_RDBFL28 0xF0061D98          MC 13 Read Data and Bit Flip Register 28
MTU_MC13_RDBFL29 0xF0061D9A          MC 13 Read Data and Bit Flip Register 29
MTU_MC13_RDBFL30 0xF0061D9C          MC 13 Read Data and Bit Flip Register 30
MTU_MC13_RDBFL31 0xF0061D9E          MC 13 Read Data and Bit Flip Register 31
MTU_MC13_RDBFL32 0xF0061DA0          MC 13 Read Data and Bit Flip Register 32
MTU_MC13_RDBFL33 0xF0061DA2          MC 13 Read Data and Bit Flip Register 33
MTU_MC13_RDBFL34 0xF0061DA4          MC 13 Read Data and Bit Flip Register 34
MTU_MC13_RDBFL35 0xF0061DA6          MC 13 Read Data and Bit Flip Register 35
MTU_MC13_RDBFL36 0xF0061DA8          MC 13 Read Data and Bit Flip Register 36
MTU_MC13_RDBFL37 0xF0061DAA          MC 13 Read Data and Bit Flip Register 37
MTU_MC13_RDBFL38 0xF0061DAC          MC 13 Read Data and Bit Flip Register 38
MTU_MC13_RDBFL39 0xF0061DAE          MC 13 Read Data and Bit Flip Register 39
MTU_MC13_RDBFL40 0xF0061DB0          MC 13 Read Data and Bit Flip Register 40
MTU_MC13_RDBFL41 0xF0061DB2          MC 13 Read Data and Bit Flip Register 41
MTU_MC13_RDBFL42 0xF0061DB4          MC 13 Read Data and Bit Flip Register 42
MTU_MC13_RDBFL43 0xF0061DB6          MC 13 Read Data and Bit Flip Register 43
MTU_MC13_RDBFL44 0xF0061DB8          MC 13 Read Data and Bit Flip Register 44
MTU_MC13_RDBFL45 0xF0061DBA          MC 13 Read Data and Bit Flip Register 45
MTU_MC13_RDBFL46 0xF0061DBC          MC 13 Read Data and Bit Flip Register 46
MTU_MC13_RDBFL47 0xF0061DBE          MC 13 Read Data and Bit Flip Register 47
MTU_MC13_RDBFL48 0xF0061DC0          MC 13 Read Data and Bit Flip Register 48
MTU_MC13_RDBFL49 0xF0061DC2          MC 13 Read Data and Bit Flip Register 49
MTU_MC13_RDBFL50 0xF0061DC4          MC 13 Read Data and Bit Flip Register 50
MTU_MC13_RDBFL51 0xF0061DC6          MC 13 Read Data and Bit Flip Register 51
MTU_MC13_RDBFL52 0xF0061DC8          MC 13 Read Data and Bit Flip Register 52
MTU_MC13_RDBFL53 0xF0061DCA          MC 13 Read Data and Bit Flip Register 53
MTU_MC13_RDBFL54 0xF0061DCC          MC 13 Read Data and Bit Flip Register 54
MTU_MC13_RDBFL55 0xF0061DCE          MC 13 Read Data and Bit Flip Register 55
MTU_MC13_RDBFL56 0xF0061DD0          MC 13 Read Data and Bit Flip Register 56
MTU_MC13_RDBFL57 0xF0061DD2          MC 13 Read Data and Bit Flip Register 57
MTU_MC13_RDBFL58 0xF0061DD4          MC 13 Read Data and Bit Flip Register 58
MTU_MC13_RDBFL59 0xF0061DD6          MC 13 Read Data and Bit Flip Register 59
MTU_MC13_RDBFL60 0xF0061DD8          MC 13 Read Data and Bit Flip Register 60
MTU_MC13_RDBFL61 0xF0061DDA          MC 13 Read Data and Bit Flip Register 61
MTU_MC13_RDBFL62 0xF0061DDC          MC 13 Read Data and Bit Flip Register 62
MTU_MC13_RDBFL63 0xF0061DDE          MC 13 Read Data and Bit Flip Register 63
MTU_MC13_RDBFL64 0xF0061DE0          MC 13 Read Data and Bit Flip Register 64
MTU_MC13_RDBFL65 0xF0061DE2          MC 13 Read Data and Bit Flip Register 65
MTU_MC13_RDBFL66 0xF0061DE4          MC 13 Read Data and Bit Flip Register 66
MTU_MC13_ALMSRCS 0xF0061DEE          MC 13 Alarm Sources Configuration Register
MTU_MC13_FAULTSTS 0xF0061DF0          MC 13 SSH Safety Faults Status Register
MTU_MC13_ERRINFO0 0xF0061DF2          MC 13 Error Information Register 0
MTU_MC13_ERRINFO1 0xF0061DF4          MC 13 Error Information Register 1
MTU_MC13_ERRINFO2 0xF0061DF6          MC 13 Error Information Register 2
MTU_MC13_ERRINFO3 0xF0061DF8          MC 13 Error Information Register 3
MTU_MC13_ERRINFO4 0xF0061DFA          MC 13 Error Information Register 4
MTU_MC14_CONFIG0 0xF0061E00          MC 14 Configuration Register 0
MTU_MC14_CONFIG1 0xF0061E02          MC 14 Configuration Register 1
MTU_MC14_MCONTROL 0xF0061E04          MC 14 MBIST Control Register
MTU_MC14_MSTATUS 0xF0061E06          MC 14 Status Register
MTU_MC14_RANGE  0xF0061E08          MC 14 Range Register, single address mode
MTU_MC14_REVID  0xF0061E0C          MC 14 Revision ID Register
MTU_MC14_ECCS   0xF0061E0E          MC 14 ECC Safety Register
MTU_MC14_ECCD   0xF0061E10          MC 14 Memory ECC Detection Register
MTU_MC14_ETRR0  0xF0061E12          MC 14 Error Tracking Register 0
MTU_MC14_ETRR1  0xF0061E14          MC 14 Error Tracking Register 1
MTU_MC14_ETRR2  0xF0061E16          MC 14 Error Tracking Register 2
MTU_MC14_ETRR3  0xF0061E18          MC 14 Error Tracking Register 3
MTU_MC14_ETRR4  0xF0061E1A          MC 14 Error Tracking Register 4
MTU_MC14_RDBFL0 0xF0061E60          MC 14 Read Data and Bit Flip Register 0
MTU_MC14_RDBFL1 0xF0061E62          MC 14 Read Data and Bit Flip Register 1
MTU_MC14_RDBFL2 0xF0061E64          MC 14 Read Data and Bit Flip Register 2
MTU_MC14_RDBFL3 0xF0061E66          MC 14 Read Data and Bit Flip Register 3
MTU_MC14_RDBFL4 0xF0061E68          MC 14 Read Data and Bit Flip Register 4
MTU_MC14_RDBFL5 0xF0061E6A          MC 14 Read Data and Bit Flip Register 5
MTU_MC14_RDBFL6 0xF0061E6C          MC 14 Read Data and Bit Flip Register 6
MTU_MC14_RDBFL7 0xF0061E6E          MC 14 Read Data and Bit Flip Register 7
MTU_MC14_RDBFL8 0xF0061E70          MC 14 Read Data and Bit Flip Register 8
MTU_MC14_RDBFL9 0xF0061E72          MC 14 Read Data and Bit Flip Register 9
MTU_MC14_RDBFL10 0xF0061E74          MC 14 Read Data and Bit Flip Register 10
MTU_MC14_RDBFL11 0xF0061E76          MC 14 Read Data and Bit Flip Register 11
MTU_MC14_RDBFL12 0xF0061E78          MC 14 Read Data and Bit Flip Register 12
MTU_MC14_RDBFL13 0xF0061E7A          MC 14 Read Data and Bit Flip Register 13
MTU_MC14_RDBFL14 0xF0061E7C          MC 14 Read Data and Bit Flip Register 14
MTU_MC14_RDBFL15 0xF0061E7E          MC 14 Read Data and Bit Flip Register 15
MTU_MC14_RDBFL16 0xF0061E80          MC 14 Read Data and Bit Flip Register 16
MTU_MC14_RDBFL17 0xF0061E82          MC 14 Read Data and Bit Flip Register 17
MTU_MC14_RDBFL18 0xF0061E84          MC 14 Read Data and Bit Flip Register 18
MTU_MC14_RDBFL19 0xF0061E86          MC 14 Read Data and Bit Flip Register 19
MTU_MC14_RDBFL20 0xF0061E88          MC 14 Read Data and Bit Flip Register 20
MTU_MC14_RDBFL21 0xF0061E8A          MC 14 Read Data and Bit Flip Register 21
MTU_MC14_RDBFL22 0xF0061E8C          MC 14 Read Data and Bit Flip Register 22
MTU_MC14_RDBFL23 0xF0061E8E          MC 14 Read Data and Bit Flip Register 23
MTU_MC14_RDBFL24 0xF0061E90          MC 14 Read Data and Bit Flip Register 24
MTU_MC14_RDBFL25 0xF0061E92          MC 14 Read Data and Bit Flip Register 25
MTU_MC14_RDBFL26 0xF0061E94          MC 14 Read Data and Bit Flip Register 26
MTU_MC14_RDBFL27 0xF0061E96          MC 14 Read Data and Bit Flip Register 27
MTU_MC14_RDBFL28 0xF0061E98          MC 14 Read Data and Bit Flip Register 28
MTU_MC14_RDBFL29 0xF0061E9A          MC 14 Read Data and Bit Flip Register 29
MTU_MC14_RDBFL30 0xF0061E9C          MC 14 Read Data and Bit Flip Register 30
MTU_MC14_RDBFL31 0xF0061E9E          MC 14 Read Data and Bit Flip Register 31
MTU_MC14_RDBFL32 0xF0061EA0          MC 14 Read Data and Bit Flip Register 32
MTU_MC14_RDBFL33 0xF0061EA2          MC 14 Read Data and Bit Flip Register 33
MTU_MC14_RDBFL34 0xF0061EA4          MC 14 Read Data and Bit Flip Register 34
MTU_MC14_RDBFL35 0xF0061EA6          MC 14 Read Data and Bit Flip Register 35
MTU_MC14_RDBFL36 0xF0061EA8          MC 14 Read Data and Bit Flip Register 36
MTU_MC14_RDBFL37 0xF0061EAA          MC 14 Read Data and Bit Flip Register 37
MTU_MC14_RDBFL38 0xF0061EAC          MC 14 Read Data and Bit Flip Register 38
MTU_MC14_RDBFL39 0xF0061EAE          MC 14 Read Data and Bit Flip Register 39
MTU_MC14_RDBFL40 0xF0061EB0          MC 14 Read Data and Bit Flip Register 40
MTU_MC14_RDBFL41 0xF0061EB2          MC 14 Read Data and Bit Flip Register 41
MTU_MC14_RDBFL42 0xF0061EB4          MC 14 Read Data and Bit Flip Register 42
MTU_MC14_RDBFL43 0xF0061EB6          MC 14 Read Data and Bit Flip Register 43
MTU_MC14_RDBFL44 0xF0061EB8          MC 14 Read Data and Bit Flip Register 44
MTU_MC14_RDBFL45 0xF0061EBA          MC 14 Read Data and Bit Flip Register 45
MTU_MC14_RDBFL46 0xF0061EBC          MC 14 Read Data and Bit Flip Register 46
MTU_MC14_RDBFL47 0xF0061EBE          MC 14 Read Data and Bit Flip Register 47
MTU_MC14_RDBFL48 0xF0061EC0          MC 14 Read Data and Bit Flip Register 48
MTU_MC14_RDBFL49 0xF0061EC2          MC 14 Read Data and Bit Flip Register 49
MTU_MC14_RDBFL50 0xF0061EC4          MC 14 Read Data and Bit Flip Register 50
MTU_MC14_RDBFL51 0xF0061EC6          MC 14 Read Data and Bit Flip Register 51
MTU_MC14_RDBFL52 0xF0061EC8          MC 14 Read Data and Bit Flip Register 52
MTU_MC14_RDBFL53 0xF0061ECA          MC 14 Read Data and Bit Flip Register 53
MTU_MC14_RDBFL54 0xF0061ECC          MC 14 Read Data and Bit Flip Register 54
MTU_MC14_RDBFL55 0xF0061ECE          MC 14 Read Data and Bit Flip Register 55
MTU_MC14_RDBFL56 0xF0061ED0          MC 14 Read Data and Bit Flip Register 56
MTU_MC14_RDBFL57 0xF0061ED2          MC 14 Read Data and Bit Flip Register 57
MTU_MC14_RDBFL58 0xF0061ED4          MC 14 Read Data and Bit Flip Register 58
MTU_MC14_RDBFL59 0xF0061ED6          MC 14 Read Data and Bit Flip Register 59
MTU_MC14_RDBFL60 0xF0061ED8          MC 14 Read Data and Bit Flip Register 60
MTU_MC14_RDBFL61 0xF0061EDA          MC 14 Read Data and Bit Flip Register 61
MTU_MC14_RDBFL62 0xF0061EDC          MC 14 Read Data and Bit Flip Register 62
MTU_MC14_RDBFL63 0xF0061EDE          MC 14 Read Data and Bit Flip Register 63
MTU_MC14_RDBFL64 0xF0061EE0          MC 14 Read Data and Bit Flip Register 64
MTU_MC14_RDBFL65 0xF0061EE2          MC 14 Read Data and Bit Flip Register 65
MTU_MC14_RDBFL66 0xF0061EE4          MC 14 Read Data and Bit Flip Register 66
MTU_MC14_ALMSRCS 0xF0061EEE          MC 14 Alarm Sources Configuration Register
MTU_MC14_FAULTSTS 0xF0061EF0          MC 14 SSH Safety Faults Status Register
MTU_MC14_ERRINFO0 0xF0061EF2          MC 14 Error Information Register 0
MTU_MC14_ERRINFO1 0xF0061EF4          MC 14 Error Information Register 1
MTU_MC14_ERRINFO2 0xF0061EF6          MC 14 Error Information Register 2
MTU_MC14_ERRINFO3 0xF0061EF8          MC 14 Error Information Register 3
MTU_MC14_ERRINFO4 0xF0061EFA          MC 14 Error Information Register 4
MTU_MC15_CONFIG0 0xF0061F00          MC 15 Configuration Register 0
MTU_MC15_CONFIG1 0xF0061F02          MC 15 Configuration Register 1
MTU_MC15_MCONTROL 0xF0061F04          MC 15 MBIST Control Register
MTU_MC15_MSTATUS 0xF0061F06          MC 15 Status Register
MTU_MC15_RANGE  0xF0061F08          MC 15 Range Register, single address mode
MTU_MC15_REVID  0xF0061F0C          MC 15 Revision ID Register
MTU_MC15_ECCS   0xF0061F0E          MC 15 ECC Safety Register
MTU_MC15_ECCD   0xF0061F10          MC 15 Memory ECC Detection Register
MTU_MC15_ETRR0  0xF0061F12          MC 15 Error Tracking Register 0
MTU_MC15_ETRR1  0xF0061F14          MC 15 Error Tracking Register 1
MTU_MC15_ETRR2  0xF0061F16          MC 15 Error Tracking Register 2
MTU_MC15_ETRR3  0xF0061F18          MC 15 Error Tracking Register 3
MTU_MC15_ETRR4  0xF0061F1A          MC 15 Error Tracking Register 4
MTU_MC15_RDBFL0 0xF0061F60          MC 15 Read Data and Bit Flip Register 0
MTU_MC15_RDBFL1 0xF0061F62          MC 15 Read Data and Bit Flip Register 1
MTU_MC15_RDBFL2 0xF0061F64          MC 15 Read Data and Bit Flip Register 2
MTU_MC15_RDBFL3 0xF0061F66          MC 15 Read Data and Bit Flip Register 3
MTU_MC15_RDBFL4 0xF0061F68          MC 15 Read Data and Bit Flip Register 4
MTU_MC15_RDBFL5 0xF0061F6A          MC 15 Read Data and Bit Flip Register 5
MTU_MC15_RDBFL6 0xF0061F6C          MC 15 Read Data and Bit Flip Register 6
MTU_MC15_RDBFL7 0xF0061F6E          MC 15 Read Data and Bit Flip Register 7
MTU_MC15_RDBFL8 0xF0061F70          MC 15 Read Data and Bit Flip Register 8
MTU_MC15_RDBFL9 0xF0061F72          MC 15 Read Data and Bit Flip Register 9
MTU_MC15_RDBFL10 0xF0061F74          MC 15 Read Data and Bit Flip Register 10
MTU_MC15_RDBFL11 0xF0061F76          MC 15 Read Data and Bit Flip Register 11
MTU_MC15_RDBFL12 0xF0061F78          MC 15 Read Data and Bit Flip Register 12
MTU_MC15_RDBFL13 0xF0061F7A          MC 15 Read Data and Bit Flip Register 13
MTU_MC15_RDBFL14 0xF0061F7C          MC 15 Read Data and Bit Flip Register 14
MTU_MC15_RDBFL15 0xF0061F7E          MC 15 Read Data and Bit Flip Register 15
MTU_MC15_RDBFL16 0xF0061F80          MC 15 Read Data and Bit Flip Register 16
MTU_MC15_RDBFL17 0xF0061F82          MC 15 Read Data and Bit Flip Register 17
MTU_MC15_RDBFL18 0xF0061F84          MC 15 Read Data and Bit Flip Register 18
MTU_MC15_RDBFL19 0xF0061F86          MC 15 Read Data and Bit Flip Register 19
MTU_MC15_RDBFL20 0xF0061F88          MC 15 Read Data and Bit Flip Register 20
MTU_MC15_RDBFL21 0xF0061F8A          MC 15 Read Data and Bit Flip Register 21
MTU_MC15_RDBFL22 0xF0061F8C          MC 15 Read Data and Bit Flip Register 22
MTU_MC15_RDBFL23 0xF0061F8E          MC 15 Read Data and Bit Flip Register 23
MTU_MC15_RDBFL24 0xF0061F90          MC 15 Read Data and Bit Flip Register 24
MTU_MC15_RDBFL25 0xF0061F92          MC 15 Read Data and Bit Flip Register 25
MTU_MC15_RDBFL26 0xF0061F94          MC 15 Read Data and Bit Flip Register 26
MTU_MC15_RDBFL27 0xF0061F96          MC 15 Read Data and Bit Flip Register 27
MTU_MC15_RDBFL28 0xF0061F98          MC 15 Read Data and Bit Flip Register 28
MTU_MC15_RDBFL29 0xF0061F9A          MC 15 Read Data and Bit Flip Register 29
MTU_MC15_RDBFL30 0xF0061F9C          MC 15 Read Data and Bit Flip Register 30
MTU_MC15_RDBFL31 0xF0061F9E          MC 15 Read Data and Bit Flip Register 31
MTU_MC15_RDBFL32 0xF0061FA0          MC 15 Read Data and Bit Flip Register 32
MTU_MC15_RDBFL33 0xF0061FA2          MC 15 Read Data and Bit Flip Register 33
MTU_MC15_RDBFL34 0xF0061FA4          MC 15 Read Data and Bit Flip Register 34
MTU_MC15_RDBFL35 0xF0061FA6          MC 15 Read Data and Bit Flip Register 35
MTU_MC15_RDBFL36 0xF0061FA8          MC 15 Read Data and Bit Flip Register 36
MTU_MC15_RDBFL37 0xF0061FAA          MC 15 Read Data and Bit Flip Register 37
MTU_MC15_RDBFL38 0xF0061FAC          MC 15 Read Data and Bit Flip Register 38
MTU_MC15_RDBFL39 0xF0061FAE          MC 15 Read Data and Bit Flip Register 39
MTU_MC15_RDBFL40 0xF0061FB0          MC 15 Read Data and Bit Flip Register 40
MTU_MC15_RDBFL41 0xF0061FB2          MC 15 Read Data and Bit Flip Register 41
MTU_MC15_RDBFL42 0xF0061FB4          MC 15 Read Data and Bit Flip Register 42
MTU_MC15_RDBFL43 0xF0061FB6          MC 15 Read Data and Bit Flip Register 43
MTU_MC15_RDBFL44 0xF0061FB8          MC 15 Read Data and Bit Flip Register 44
MTU_MC15_RDBFL45 0xF0061FBA          MC 15 Read Data and Bit Flip Register 45
MTU_MC15_RDBFL46 0xF0061FBC          MC 15 Read Data and Bit Flip Register 46
MTU_MC15_RDBFL47 0xF0061FBE          MC 15 Read Data and Bit Flip Register 47
MTU_MC15_RDBFL48 0xF0061FC0          MC 15 Read Data and Bit Flip Register 48
MTU_MC15_RDBFL49 0xF0061FC2          MC 15 Read Data and Bit Flip Register 49
MTU_MC15_RDBFL50 0xF0061FC4          MC 15 Read Data and Bit Flip Register 50
MTU_MC15_RDBFL51 0xF0061FC6          MC 15 Read Data and Bit Flip Register 51
MTU_MC15_RDBFL52 0xF0061FC8          MC 15 Read Data and Bit Flip Register 52
MTU_MC15_RDBFL53 0xF0061FCA          MC 15 Read Data and Bit Flip Register 53
MTU_MC15_RDBFL54 0xF0061FCC          MC 15 Read Data and Bit Flip Register 54
MTU_MC15_RDBFL55 0xF0061FCE          MC 15 Read Data and Bit Flip Register 55
MTU_MC15_RDBFL56 0xF0061FD0          MC 15 Read Data and Bit Flip Register 56
MTU_MC15_RDBFL57 0xF0061FD2          MC 15 Read Data and Bit Flip Register 57
MTU_MC15_RDBFL58 0xF0061FD4          MC 15 Read Data and Bit Flip Register 58
MTU_MC15_RDBFL59 0xF0061FD6          MC 15 Read Data and Bit Flip Register 59
MTU_MC15_RDBFL60 0xF0061FD8          MC 15 Read Data and Bit Flip Register 60
MTU_MC15_RDBFL61 0xF0061FDA          MC 15 Read Data and Bit Flip Register 61
MTU_MC15_RDBFL62 0xF0061FDC          MC 15 Read Data and Bit Flip Register 62
MTU_MC15_RDBFL63 0xF0061FDE          MC 15 Read Data and Bit Flip Register 63
MTU_MC15_RDBFL64 0xF0061FE0          MC 15 Read Data and Bit Flip Register 64
MTU_MC15_RDBFL65 0xF0061FE2          MC 15 Read Data and Bit Flip Register 65
MTU_MC15_RDBFL66 0xF0061FE4          MC 15 Read Data and Bit Flip Register 66
MTU_MC15_ALMSRCS 0xF0061FEE          MC 15 Alarm Sources Configuration Register
MTU_MC15_FAULTSTS 0xF0061FF0          MC 15 SSH Safety Faults Status Register
MTU_MC15_ERRINFO0 0xF0061FF2          MC 15 Error Information Register 0
MTU_MC15_ERRINFO1 0xF0061FF4          MC 15 Error Information Register 1
MTU_MC15_ERRINFO2 0xF0061FF6          MC 15 Error Information Register 2
MTU_MC15_ERRINFO3 0xF0061FF8          MC 15 Error Information Register 3
MTU_MC15_ERRINFO4 0xF0061FFA          MC 15 Error Information Register 4
MTU_MC16_CONFIG0 0xF0062000          MC 16 Configuration Register 0
MTU_MC16_CONFIG1 0xF0062002          MC 16 Configuration Register 1
MTU_MC16_MCONTROL 0xF0062004          MC 16 MBIST Control Register
MTU_MC16_MSTATUS 0xF0062006          MC 16 Status Register
MTU_MC16_RANGE  0xF0062008          MC 16 Range Register, single address mode
MTU_MC16_REVID  0xF006200C          MC 16 Revision ID Register
MTU_MC16_ECCS   0xF006200E          MC 16 ECC Safety Register
MTU_MC16_ECCD   0xF0062010          MC 16 Memory ECC Detection Register
MTU_MC16_ETRR0  0xF0062012          MC 16 Error Tracking Register 0
MTU_MC16_ETRR1  0xF0062014          MC 16 Error Tracking Register 1
MTU_MC16_ETRR2  0xF0062016          MC 16 Error Tracking Register 2
MTU_MC16_ETRR3  0xF0062018          MC 16 Error Tracking Register 3
MTU_MC16_ETRR4  0xF006201A          MC 16 Error Tracking Register 4
MTU_MC16_RDBFL0 0xF0062060          MC 16 Read Data and Bit Flip Register 0
MTU_MC16_RDBFL1 0xF0062062          MC 16 Read Data and Bit Flip Register 1
MTU_MC16_RDBFL2 0xF0062064          MC 16 Read Data and Bit Flip Register 2
MTU_MC16_RDBFL3 0xF0062066          MC 16 Read Data and Bit Flip Register 3
MTU_MC16_RDBFL4 0xF0062068          MC 16 Read Data and Bit Flip Register 4
MTU_MC16_RDBFL5 0xF006206A          MC 16 Read Data and Bit Flip Register 5
MTU_MC16_RDBFL6 0xF006206C          MC 16 Read Data and Bit Flip Register 6
MTU_MC16_RDBFL7 0xF006206E          MC 16 Read Data and Bit Flip Register 7
MTU_MC16_RDBFL8 0xF0062070          MC 16 Read Data and Bit Flip Register 8
MTU_MC16_RDBFL9 0xF0062072          MC 16 Read Data and Bit Flip Register 9
MTU_MC16_RDBFL10 0xF0062074          MC 16 Read Data and Bit Flip Register 10
MTU_MC16_RDBFL11 0xF0062076          MC 16 Read Data and Bit Flip Register 11
MTU_MC16_RDBFL12 0xF0062078          MC 16 Read Data and Bit Flip Register 12
MTU_MC16_RDBFL13 0xF006207A          MC 16 Read Data and Bit Flip Register 13
MTU_MC16_RDBFL14 0xF006207C          MC 16 Read Data and Bit Flip Register 14
MTU_MC16_RDBFL15 0xF006207E          MC 16 Read Data and Bit Flip Register 15
MTU_MC16_RDBFL16 0xF0062080          MC 16 Read Data and Bit Flip Register 16
MTU_MC16_RDBFL17 0xF0062082          MC 16 Read Data and Bit Flip Register 17
MTU_MC16_RDBFL18 0xF0062084          MC 16 Read Data and Bit Flip Register 18
MTU_MC16_RDBFL19 0xF0062086          MC 16 Read Data and Bit Flip Register 19
MTU_MC16_RDBFL20 0xF0062088          MC 16 Read Data and Bit Flip Register 20
MTU_MC16_RDBFL21 0xF006208A          MC 16 Read Data and Bit Flip Register 21
MTU_MC16_RDBFL22 0xF006208C          MC 16 Read Data and Bit Flip Register 22
MTU_MC16_RDBFL23 0xF006208E          MC 16 Read Data and Bit Flip Register 23
MTU_MC16_RDBFL24 0xF0062090          MC 16 Read Data and Bit Flip Register 24
MTU_MC16_RDBFL25 0xF0062092          MC 16 Read Data and Bit Flip Register 25
MTU_MC16_RDBFL26 0xF0062094          MC 16 Read Data and Bit Flip Register 26
MTU_MC16_RDBFL27 0xF0062096          MC 16 Read Data and Bit Flip Register 27
MTU_MC16_RDBFL28 0xF0062098          MC 16 Read Data and Bit Flip Register 28
MTU_MC16_RDBFL29 0xF006209A          MC 16 Read Data and Bit Flip Register 29
MTU_MC16_RDBFL30 0xF006209C          MC 16 Read Data and Bit Flip Register 30
MTU_MC16_RDBFL31 0xF006209E          MC 16 Read Data and Bit Flip Register 31
MTU_MC16_RDBFL32 0xF00620A0          MC 16 Read Data and Bit Flip Register 32
MTU_MC16_RDBFL33 0xF00620A2          MC 16 Read Data and Bit Flip Register 33
MTU_MC16_RDBFL34 0xF00620A4          MC 16 Read Data and Bit Flip Register 34
MTU_MC16_RDBFL35 0xF00620A6          MC 16 Read Data and Bit Flip Register 35
MTU_MC16_RDBFL36 0xF00620A8          MC 16 Read Data and Bit Flip Register 36
MTU_MC16_RDBFL37 0xF00620AA          MC 16 Read Data and Bit Flip Register 37
MTU_MC16_RDBFL38 0xF00620AC          MC 16 Read Data and Bit Flip Register 38
MTU_MC16_RDBFL39 0xF00620AE          MC 16 Read Data and Bit Flip Register 39
MTU_MC16_RDBFL40 0xF00620B0          MC 16 Read Data and Bit Flip Register 40
MTU_MC16_RDBFL41 0xF00620B2          MC 16 Read Data and Bit Flip Register 41
MTU_MC16_RDBFL42 0xF00620B4          MC 16 Read Data and Bit Flip Register 42
MTU_MC16_RDBFL43 0xF00620B6          MC 16 Read Data and Bit Flip Register 43
MTU_MC16_RDBFL44 0xF00620B8          MC 16 Read Data and Bit Flip Register 44
MTU_MC16_RDBFL45 0xF00620BA          MC 16 Read Data and Bit Flip Register 45
MTU_MC16_RDBFL46 0xF00620BC          MC 16 Read Data and Bit Flip Register 46
MTU_MC16_RDBFL47 0xF00620BE          MC 16 Read Data and Bit Flip Register 47
MTU_MC16_RDBFL48 0xF00620C0          MC 16 Read Data and Bit Flip Register 48
MTU_MC16_RDBFL49 0xF00620C2          MC 16 Read Data and Bit Flip Register 49
MTU_MC16_RDBFL50 0xF00620C4          MC 16 Read Data and Bit Flip Register 50
MTU_MC16_RDBFL51 0xF00620C6          MC 16 Read Data and Bit Flip Register 51
MTU_MC16_RDBFL52 0xF00620C8          MC 16 Read Data and Bit Flip Register 52
MTU_MC16_RDBFL53 0xF00620CA          MC 16 Read Data and Bit Flip Register 53
MTU_MC16_RDBFL54 0xF00620CC          MC 16 Read Data and Bit Flip Register 54
MTU_MC16_RDBFL55 0xF00620CE          MC 16 Read Data and Bit Flip Register 55
MTU_MC16_RDBFL56 0xF00620D0          MC 16 Read Data and Bit Flip Register 56
MTU_MC16_RDBFL57 0xF00620D2          MC 16 Read Data and Bit Flip Register 57
MTU_MC16_RDBFL58 0xF00620D4          MC 16 Read Data and Bit Flip Register 58
MTU_MC16_RDBFL59 0xF00620D6          MC 16 Read Data and Bit Flip Register 59
MTU_MC16_RDBFL60 0xF00620D8          MC 16 Read Data and Bit Flip Register 60
MTU_MC16_RDBFL61 0xF00620DA          MC 16 Read Data and Bit Flip Register 61
MTU_MC16_RDBFL62 0xF00620DC          MC 16 Read Data and Bit Flip Register 62
MTU_MC16_RDBFL63 0xF00620DE          MC 16 Read Data and Bit Flip Register 63
MTU_MC16_RDBFL64 0xF00620E0          MC 16 Read Data and Bit Flip Register 64
MTU_MC16_RDBFL65 0xF00620E2          MC 16 Read Data and Bit Flip Register 65
MTU_MC16_RDBFL66 0xF00620E4          MC 16 Read Data and Bit Flip Register 66
MTU_MC16_ALMSRCS 0xF00620EE          MC 16 Alarm Sources Configuration Register
MTU_MC16_FAULTSTS 0xF00620F0          MC 16 SSH Safety Faults Status Register
MTU_MC16_ERRINFO0 0xF00620F2          MC 16 Error Information Register 0
MTU_MC16_ERRINFO1 0xF00620F4          MC 16 Error Information Register 1
MTU_MC16_ERRINFO2 0xF00620F6          MC 16 Error Information Register 2
MTU_MC16_ERRINFO3 0xF00620F8          MC 16 Error Information Register 3
MTU_MC16_ERRINFO4 0xF00620FA          MC 16 Error Information Register 4
MTU_MC17_CONFIG0 0xF0062100          MC 17 Configuration Register 0
MTU_MC17_CONFIG1 0xF0062102          MC 17 Configuration Register 1
MTU_MC17_MCONTROL 0xF0062104          MC 17 MBIST Control Register
MTU_MC17_MSTATUS 0xF0062106          MC 17 Status Register
MTU_MC17_RANGE  0xF0062108          MC 17 Range Register, single address mode
MTU_MC17_REVID  0xF006210C          MC 17 Revision ID Register
MTU_MC17_ECCS   0xF006210E          MC 17 ECC Safety Register
MTU_MC17_ECCD   0xF0062110          MC 17 Memory ECC Detection Register
MTU_MC17_ETRR0  0xF0062112          MC 17 Error Tracking Register 0
MTU_MC17_ETRR1  0xF0062114          MC 17 Error Tracking Register 1
MTU_MC17_ETRR2  0xF0062116          MC 17 Error Tracking Register 2
MTU_MC17_ETRR3  0xF0062118          MC 17 Error Tracking Register 3
MTU_MC17_ETRR4  0xF006211A          MC 17 Error Tracking Register 4
MTU_MC17_RDBFL0 0xF0062160          MC 17 Read Data and Bit Flip Register 0
MTU_MC17_RDBFL1 0xF0062162          MC 17 Read Data and Bit Flip Register 1
MTU_MC17_RDBFL2 0xF0062164          MC 17 Read Data and Bit Flip Register 2
MTU_MC17_RDBFL3 0xF0062166          MC 17 Read Data and Bit Flip Register 3
MTU_MC17_RDBFL4 0xF0062168          MC 17 Read Data and Bit Flip Register 4
MTU_MC17_RDBFL5 0xF006216A          MC 17 Read Data and Bit Flip Register 5
MTU_MC17_RDBFL6 0xF006216C          MC 17 Read Data and Bit Flip Register 6
MTU_MC17_RDBFL7 0xF006216E          MC 17 Read Data and Bit Flip Register 7
MTU_MC17_RDBFL8 0xF0062170          MC 17 Read Data and Bit Flip Register 8
MTU_MC17_RDBFL9 0xF0062172          MC 17 Read Data and Bit Flip Register 9
MTU_MC17_RDBFL10 0xF0062174          MC 17 Read Data and Bit Flip Register 10
MTU_MC17_RDBFL11 0xF0062176          MC 17 Read Data and Bit Flip Register 11
MTU_MC17_RDBFL12 0xF0062178          MC 17 Read Data and Bit Flip Register 12
MTU_MC17_RDBFL13 0xF006217A          MC 17 Read Data and Bit Flip Register 13
MTU_MC17_RDBFL14 0xF006217C          MC 17 Read Data and Bit Flip Register 14
MTU_MC17_RDBFL15 0xF006217E          MC 17 Read Data and Bit Flip Register 15
MTU_MC17_RDBFL16 0xF0062180          MC 17 Read Data and Bit Flip Register 16
MTU_MC17_RDBFL17 0xF0062182          MC 17 Read Data and Bit Flip Register 17
MTU_MC17_RDBFL18 0xF0062184          MC 17 Read Data and Bit Flip Register 18
MTU_MC17_RDBFL19 0xF0062186          MC 17 Read Data and Bit Flip Register 19
MTU_MC17_RDBFL20 0xF0062188          MC 17 Read Data and Bit Flip Register 20
MTU_MC17_RDBFL21 0xF006218A          MC 17 Read Data and Bit Flip Register 21
MTU_MC17_RDBFL22 0xF006218C          MC 17 Read Data and Bit Flip Register 22
MTU_MC17_RDBFL23 0xF006218E          MC 17 Read Data and Bit Flip Register 23
MTU_MC17_RDBFL24 0xF0062190          MC 17 Read Data and Bit Flip Register 24
MTU_MC17_RDBFL25 0xF0062192          MC 17 Read Data and Bit Flip Register 25
MTU_MC17_RDBFL26 0xF0062194          MC 17 Read Data and Bit Flip Register 26
MTU_MC17_RDBFL27 0xF0062196          MC 17 Read Data and Bit Flip Register 27
MTU_MC17_RDBFL28 0xF0062198          MC 17 Read Data and Bit Flip Register 28
MTU_MC17_RDBFL29 0xF006219A          MC 17 Read Data and Bit Flip Register 29
MTU_MC17_RDBFL30 0xF006219C          MC 17 Read Data and Bit Flip Register 30
MTU_MC17_RDBFL31 0xF006219E          MC 17 Read Data and Bit Flip Register 31
MTU_MC17_RDBFL32 0xF00621A0          MC 17 Read Data and Bit Flip Register 32
MTU_MC17_RDBFL33 0xF00621A2          MC 17 Read Data and Bit Flip Register 33
MTU_MC17_RDBFL34 0xF00621A4          MC 17 Read Data and Bit Flip Register 34
MTU_MC17_RDBFL35 0xF00621A6          MC 17 Read Data and Bit Flip Register 35
MTU_MC17_RDBFL36 0xF00621A8          MC 17 Read Data and Bit Flip Register 36
MTU_MC17_RDBFL37 0xF00621AA          MC 17 Read Data and Bit Flip Register 37
MTU_MC17_RDBFL38 0xF00621AC          MC 17 Read Data and Bit Flip Register 38
MTU_MC17_RDBFL39 0xF00621AE          MC 17 Read Data and Bit Flip Register 39
MTU_MC17_RDBFL40 0xF00621B0          MC 17 Read Data and Bit Flip Register 40
MTU_MC17_RDBFL41 0xF00621B2          MC 17 Read Data and Bit Flip Register 41
MTU_MC17_RDBFL42 0xF00621B4          MC 17 Read Data and Bit Flip Register 42
MTU_MC17_RDBFL43 0xF00621B6          MC 17 Read Data and Bit Flip Register 43
MTU_MC17_RDBFL44 0xF00621B8          MC 17 Read Data and Bit Flip Register 44
MTU_MC17_RDBFL45 0xF00621BA          MC 17 Read Data and Bit Flip Register 45
MTU_MC17_RDBFL46 0xF00621BC          MC 17 Read Data and Bit Flip Register 46
MTU_MC17_RDBFL47 0xF00621BE          MC 17 Read Data and Bit Flip Register 47
MTU_MC17_RDBFL48 0xF00621C0          MC 17 Read Data and Bit Flip Register 48
MTU_MC17_RDBFL49 0xF00621C2          MC 17 Read Data and Bit Flip Register 49
MTU_MC17_RDBFL50 0xF00621C4          MC 17 Read Data and Bit Flip Register 50
MTU_MC17_RDBFL51 0xF00621C6          MC 17 Read Data and Bit Flip Register 51
MTU_MC17_RDBFL52 0xF00621C8          MC 17 Read Data and Bit Flip Register 52
MTU_MC17_RDBFL53 0xF00621CA          MC 17 Read Data and Bit Flip Register 53
MTU_MC17_RDBFL54 0xF00621CC          MC 17 Read Data and Bit Flip Register 54
MTU_MC17_RDBFL55 0xF00621CE          MC 17 Read Data and Bit Flip Register 55
MTU_MC17_RDBFL56 0xF00621D0          MC 17 Read Data and Bit Flip Register 56
MTU_MC17_RDBFL57 0xF00621D2          MC 17 Read Data and Bit Flip Register 57
MTU_MC17_RDBFL58 0xF00621D4          MC 17 Read Data and Bit Flip Register 58
MTU_MC17_RDBFL59 0xF00621D6          MC 17 Read Data and Bit Flip Register 59
MTU_MC17_RDBFL60 0xF00621D8          MC 17 Read Data and Bit Flip Register 60
MTU_MC17_RDBFL61 0xF00621DA          MC 17 Read Data and Bit Flip Register 61
MTU_MC17_RDBFL62 0xF00621DC          MC 17 Read Data and Bit Flip Register 62
MTU_MC17_RDBFL63 0xF00621DE          MC 17 Read Data and Bit Flip Register 63
MTU_MC17_RDBFL64 0xF00621E0          MC 17 Read Data and Bit Flip Register 64
MTU_MC17_RDBFL65 0xF00621E2          MC 17 Read Data and Bit Flip Register 65
MTU_MC17_RDBFL66 0xF00621E4          MC 17 Read Data and Bit Flip Register 66
MTU_MC17_ALMSRCS 0xF00621EE          MC 17 Alarm Sources Configuration Register
MTU_MC17_FAULTSTS 0xF00621F0          MC 17 SSH Safety Faults Status Register
MTU_MC17_ERRINFO0 0xF00621F2          MC 17 Error Information Register 0
MTU_MC17_ERRINFO1 0xF00621F4          MC 17 Error Information Register 1
MTU_MC17_ERRINFO2 0xF00621F6          MC 17 Error Information Register 2
MTU_MC17_ERRINFO3 0xF00621F8          MC 17 Error Information Register 3
MTU_MC17_ERRINFO4 0xF00621FA          MC 17 Error Information Register 4
MTU_MC18_CONFIG0 0xF0062200          MC 18 Configuration Register 0
MTU_MC18_CONFIG1 0xF0062202          MC 18 Configuration Register 1
MTU_MC18_MCONTROL 0xF0062204          MC 18 MBIST Control Register
MTU_MC18_MSTATUS 0xF0062206          MC 18 Status Register
MTU_MC18_RANGE  0xF0062208          MC 18 Range Register, single address mode
MTU_MC18_REVID  0xF006220C          MC 18 Revision ID Register
MTU_MC18_ECCS   0xF006220E          MC 18 ECC Safety Register
MTU_MC18_ECCD   0xF0062210          MC 18 Memory ECC Detection Register
MTU_MC18_ETRR0  0xF0062212          MC 18 Error Tracking Register 0
MTU_MC18_ETRR1  0xF0062214          MC 18 Error Tracking Register 1
MTU_MC18_ETRR2  0xF0062216          MC 18 Error Tracking Register 2
MTU_MC18_ETRR3  0xF0062218          MC 18 Error Tracking Register 3
MTU_MC18_ETRR4  0xF006221A          MC 18 Error Tracking Register 4
MTU_MC18_RDBFL0 0xF0062260          MC 18 Read Data and Bit Flip Register 0
MTU_MC18_RDBFL1 0xF0062262          MC 18 Read Data and Bit Flip Register 1
MTU_MC18_RDBFL2 0xF0062264          MC 18 Read Data and Bit Flip Register 2
MTU_MC18_RDBFL3 0xF0062266          MC 18 Read Data and Bit Flip Register 3
MTU_MC18_RDBFL4 0xF0062268          MC 18 Read Data and Bit Flip Register 4
MTU_MC18_RDBFL5 0xF006226A          MC 18 Read Data and Bit Flip Register 5
MTU_MC18_RDBFL6 0xF006226C          MC 18 Read Data and Bit Flip Register 6
MTU_MC18_RDBFL7 0xF006226E          MC 18 Read Data and Bit Flip Register 7
MTU_MC18_RDBFL8 0xF0062270          MC 18 Read Data and Bit Flip Register 8
MTU_MC18_RDBFL9 0xF0062272          MC 18 Read Data and Bit Flip Register 9
MTU_MC18_RDBFL10 0xF0062274          MC 18 Read Data and Bit Flip Register 10
MTU_MC18_RDBFL11 0xF0062276          MC 18 Read Data and Bit Flip Register 11
MTU_MC18_RDBFL12 0xF0062278          MC 18 Read Data and Bit Flip Register 12
MTU_MC18_RDBFL13 0xF006227A          MC 18 Read Data and Bit Flip Register 13
MTU_MC18_RDBFL14 0xF006227C          MC 18 Read Data and Bit Flip Register 14
MTU_MC18_RDBFL15 0xF006227E          MC 18 Read Data and Bit Flip Register 15
MTU_MC18_RDBFL16 0xF0062280          MC 18 Read Data and Bit Flip Register 16
MTU_MC18_RDBFL17 0xF0062282          MC 18 Read Data and Bit Flip Register 17
MTU_MC18_RDBFL18 0xF0062284          MC 18 Read Data and Bit Flip Register 18
MTU_MC18_RDBFL19 0xF0062286          MC 18 Read Data and Bit Flip Register 19
MTU_MC18_RDBFL20 0xF0062288          MC 18 Read Data and Bit Flip Register 20
MTU_MC18_RDBFL21 0xF006228A          MC 18 Read Data and Bit Flip Register 21
MTU_MC18_RDBFL22 0xF006228C          MC 18 Read Data and Bit Flip Register 22
MTU_MC18_RDBFL23 0xF006228E          MC 18 Read Data and Bit Flip Register 23
MTU_MC18_RDBFL24 0xF0062290          MC 18 Read Data and Bit Flip Register 24
MTU_MC18_RDBFL25 0xF0062292          MC 18 Read Data and Bit Flip Register 25
MTU_MC18_RDBFL26 0xF0062294          MC 18 Read Data and Bit Flip Register 26
MTU_MC18_RDBFL27 0xF0062296          MC 18 Read Data and Bit Flip Register 27
MTU_MC18_RDBFL28 0xF0062298          MC 18 Read Data and Bit Flip Register 28
MTU_MC18_RDBFL29 0xF006229A          MC 18 Read Data and Bit Flip Register 29
MTU_MC18_RDBFL30 0xF006229C          MC 18 Read Data and Bit Flip Register 30
MTU_MC18_RDBFL31 0xF006229E          MC 18 Read Data and Bit Flip Register 31
MTU_MC18_RDBFL32 0xF00622A0          MC 18 Read Data and Bit Flip Register 32
MTU_MC18_RDBFL33 0xF00622A2          MC 18 Read Data and Bit Flip Register 33
MTU_MC18_RDBFL34 0xF00622A4          MC 18 Read Data and Bit Flip Register 34
MTU_MC18_RDBFL35 0xF00622A6          MC 18 Read Data and Bit Flip Register 35
MTU_MC18_RDBFL36 0xF00622A8          MC 18 Read Data and Bit Flip Register 36
MTU_MC18_RDBFL37 0xF00622AA          MC 18 Read Data and Bit Flip Register 37
MTU_MC18_RDBFL38 0xF00622AC          MC 18 Read Data and Bit Flip Register 38
MTU_MC18_RDBFL39 0xF00622AE          MC 18 Read Data and Bit Flip Register 39
MTU_MC18_RDBFL40 0xF00622B0          MC 18 Read Data and Bit Flip Register 40
MTU_MC18_RDBFL41 0xF00622B2          MC 18 Read Data and Bit Flip Register 41
MTU_MC18_RDBFL42 0xF00622B4          MC 18 Read Data and Bit Flip Register 42
MTU_MC18_RDBFL43 0xF00622B6          MC 18 Read Data and Bit Flip Register 43
MTU_MC18_RDBFL44 0xF00622B8          MC 18 Read Data and Bit Flip Register 44
MTU_MC18_RDBFL45 0xF00622BA          MC 18 Read Data and Bit Flip Register 45
MTU_MC18_RDBFL46 0xF00622BC          MC 18 Read Data and Bit Flip Register 46
MTU_MC18_RDBFL47 0xF00622BE          MC 18 Read Data and Bit Flip Register 47
MTU_MC18_RDBFL48 0xF00622C0          MC 18 Read Data and Bit Flip Register 48
MTU_MC18_RDBFL49 0xF00622C2          MC 18 Read Data and Bit Flip Register 49
MTU_MC18_RDBFL50 0xF00622C4          MC 18 Read Data and Bit Flip Register 50
MTU_MC18_RDBFL51 0xF00622C6          MC 18 Read Data and Bit Flip Register 51
MTU_MC18_RDBFL52 0xF00622C8          MC 18 Read Data and Bit Flip Register 52
MTU_MC18_RDBFL53 0xF00622CA          MC 18 Read Data and Bit Flip Register 53
MTU_MC18_RDBFL54 0xF00622CC          MC 18 Read Data and Bit Flip Register 54
MTU_MC18_RDBFL55 0xF00622CE          MC 18 Read Data and Bit Flip Register 55
MTU_MC18_RDBFL56 0xF00622D0          MC 18 Read Data and Bit Flip Register 56
MTU_MC18_RDBFL57 0xF00622D2          MC 18 Read Data and Bit Flip Register 57
MTU_MC18_RDBFL58 0xF00622D4          MC 18 Read Data and Bit Flip Register 58
MTU_MC18_RDBFL59 0xF00622D6          MC 18 Read Data and Bit Flip Register 59
MTU_MC18_RDBFL60 0xF00622D8          MC 18 Read Data and Bit Flip Register 60
MTU_MC18_RDBFL61 0xF00622DA          MC 18 Read Data and Bit Flip Register 61
MTU_MC18_RDBFL62 0xF00622DC          MC 18 Read Data and Bit Flip Register 62
MTU_MC18_RDBFL63 0xF00622DE          MC 18 Read Data and Bit Flip Register 63
MTU_MC18_RDBFL64 0xF00622E0          MC 18 Read Data and Bit Flip Register 64
MTU_MC18_RDBFL65 0xF00622E2          MC 18 Read Data and Bit Flip Register 65
MTU_MC18_RDBFL66 0xF00622E4          MC 18 Read Data and Bit Flip Register 66
MTU_MC18_ALMSRCS 0xF00622EE          MC 18 Alarm Sources Configuration Register
MTU_MC18_FAULTSTS 0xF00622F0          MC 18 SSH Safety Faults Status Register
MTU_MC18_ERRINFO0 0xF00622F2          MC 18 Error Information Register 0
MTU_MC18_ERRINFO1 0xF00622F4          MC 18 Error Information Register 1
MTU_MC18_ERRINFO2 0xF00622F6          MC 18 Error Information Register 2
MTU_MC18_ERRINFO3 0xF00622F8          MC 18 Error Information Register 3
MTU_MC18_ERRINFO4 0xF00622FA          MC 18 Error Information Register 4
MTU_MC19_CONFIG0 0xF0062300          MC 19 Configuration Register 0
MTU_MC19_CONFIG1 0xF0062302          MC 19 Configuration Register 1
MTU_MC19_MCONTROL 0xF0062304          MC 19 MBIST Control Register
MTU_MC19_MSTATUS 0xF0062306          MC 19 Status Register
MTU_MC19_RANGE  0xF0062308          MC 19 Range Register, single address mode
MTU_MC19_REVID  0xF006230C          MC 19 Revision ID Register
MTU_MC19_ECCS   0xF006230E          MC 19 ECC Safety Register
MTU_MC19_ECCD   0xF0062310          MC 19 Memory ECC Detection Register
MTU_MC19_ETRR0  0xF0062312          MC 19 Error Tracking Register 0
MTU_MC19_ETRR1  0xF0062314          MC 19 Error Tracking Register 1
MTU_MC19_ETRR2  0xF0062316          MC 19 Error Tracking Register 2
MTU_MC19_ETRR3  0xF0062318          MC 19 Error Tracking Register 3
MTU_MC19_ETRR4  0xF006231A          MC 19 Error Tracking Register 4
MTU_MC19_RDBFL0 0xF0062360          MC 19 Read Data and Bit Flip Register 0
MTU_MC19_RDBFL1 0xF0062362          MC 19 Read Data and Bit Flip Register 1
MTU_MC19_RDBFL2 0xF0062364          MC 19 Read Data and Bit Flip Register 2
MTU_MC19_RDBFL3 0xF0062366          MC 19 Read Data and Bit Flip Register 3
MTU_MC19_RDBFL4 0xF0062368          MC 19 Read Data and Bit Flip Register 4
MTU_MC19_RDBFL5 0xF006236A          MC 19 Read Data and Bit Flip Register 5
MTU_MC19_RDBFL6 0xF006236C          MC 19 Read Data and Bit Flip Register 6
MTU_MC19_RDBFL7 0xF006236E          MC 19 Read Data and Bit Flip Register 7
MTU_MC19_RDBFL8 0xF0062370          MC 19 Read Data and Bit Flip Register 8
MTU_MC19_RDBFL9 0xF0062372          MC 19 Read Data and Bit Flip Register 9
MTU_MC19_RDBFL10 0xF0062374          MC 19 Read Data and Bit Flip Register 10
MTU_MC19_RDBFL11 0xF0062376          MC 19 Read Data and Bit Flip Register 11
MTU_MC19_RDBFL12 0xF0062378          MC 19 Read Data and Bit Flip Register 12
MTU_MC19_RDBFL13 0xF006237A          MC 19 Read Data and Bit Flip Register 13
MTU_MC19_RDBFL14 0xF006237C          MC 19 Read Data and Bit Flip Register 14
MTU_MC19_RDBFL15 0xF006237E          MC 19 Read Data and Bit Flip Register 15
MTU_MC19_RDBFL16 0xF0062380          MC 19 Read Data and Bit Flip Register 16
MTU_MC19_RDBFL17 0xF0062382          MC 19 Read Data and Bit Flip Register 17
MTU_MC19_RDBFL18 0xF0062384          MC 19 Read Data and Bit Flip Register 18
MTU_MC19_RDBFL19 0xF0062386          MC 19 Read Data and Bit Flip Register 19
MTU_MC19_RDBFL20 0xF0062388          MC 19 Read Data and Bit Flip Register 20
MTU_MC19_RDBFL21 0xF006238A          MC 19 Read Data and Bit Flip Register 21
MTU_MC19_RDBFL22 0xF006238C          MC 19 Read Data and Bit Flip Register 22
MTU_MC19_RDBFL23 0xF006238E          MC 19 Read Data and Bit Flip Register 23
MTU_MC19_RDBFL24 0xF0062390          MC 19 Read Data and Bit Flip Register 24
MTU_MC19_RDBFL25 0xF0062392          MC 19 Read Data and Bit Flip Register 25
MTU_MC19_RDBFL26 0xF0062394          MC 19 Read Data and Bit Flip Register 26
MTU_MC19_RDBFL27 0xF0062396          MC 19 Read Data and Bit Flip Register 27
MTU_MC19_RDBFL28 0xF0062398          MC 19 Read Data and Bit Flip Register 28
MTU_MC19_RDBFL29 0xF006239A          MC 19 Read Data and Bit Flip Register 29
MTU_MC19_RDBFL30 0xF006239C          MC 19 Read Data and Bit Flip Register 30
MTU_MC19_RDBFL31 0xF006239E          MC 19 Read Data and Bit Flip Register 31
MTU_MC19_RDBFL32 0xF00623A0          MC 19 Read Data and Bit Flip Register 32
MTU_MC19_RDBFL33 0xF00623A2          MC 19 Read Data and Bit Flip Register 33
MTU_MC19_RDBFL34 0xF00623A4          MC 19 Read Data and Bit Flip Register 34
MTU_MC19_RDBFL35 0xF00623A6          MC 19 Read Data and Bit Flip Register 35
MTU_MC19_RDBFL36 0xF00623A8          MC 19 Read Data and Bit Flip Register 36
MTU_MC19_RDBFL37 0xF00623AA          MC 19 Read Data and Bit Flip Register 37
MTU_MC19_RDBFL38 0xF00623AC          MC 19 Read Data and Bit Flip Register 38
MTU_MC19_RDBFL39 0xF00623AE          MC 19 Read Data and Bit Flip Register 39
MTU_MC19_RDBFL40 0xF00623B0          MC 19 Read Data and Bit Flip Register 40
MTU_MC19_RDBFL41 0xF00623B2          MC 19 Read Data and Bit Flip Register 41
MTU_MC19_RDBFL42 0xF00623B4          MC 19 Read Data and Bit Flip Register 42
MTU_MC19_RDBFL43 0xF00623B6          MC 19 Read Data and Bit Flip Register 43
MTU_MC19_RDBFL44 0xF00623B8          MC 19 Read Data and Bit Flip Register 44
MTU_MC19_RDBFL45 0xF00623BA          MC 19 Read Data and Bit Flip Register 45
MTU_MC19_RDBFL46 0xF00623BC          MC 19 Read Data and Bit Flip Register 46
MTU_MC19_RDBFL47 0xF00623BE          MC 19 Read Data and Bit Flip Register 47
MTU_MC19_RDBFL48 0xF00623C0          MC 19 Read Data and Bit Flip Register 48
MTU_MC19_RDBFL49 0xF00623C2          MC 19 Read Data and Bit Flip Register 49
MTU_MC19_RDBFL50 0xF00623C4          MC 19 Read Data and Bit Flip Register 50
MTU_MC19_RDBFL51 0xF00623C6          MC 19 Read Data and Bit Flip Register 51
MTU_MC19_RDBFL52 0xF00623C8          MC 19 Read Data and Bit Flip Register 52
MTU_MC19_RDBFL53 0xF00623CA          MC 19 Read Data and Bit Flip Register 53
MTU_MC19_RDBFL54 0xF00623CC          MC 19 Read Data and Bit Flip Register 54
MTU_MC19_RDBFL55 0xF00623CE          MC 19 Read Data and Bit Flip Register 55
MTU_MC19_RDBFL56 0xF00623D0          MC 19 Read Data and Bit Flip Register 56
MTU_MC19_RDBFL57 0xF00623D2          MC 19 Read Data and Bit Flip Register 57
MTU_MC19_RDBFL58 0xF00623D4          MC 19 Read Data and Bit Flip Register 58
MTU_MC19_RDBFL59 0xF00623D6          MC 19 Read Data and Bit Flip Register 59
MTU_MC19_RDBFL60 0xF00623D8          MC 19 Read Data and Bit Flip Register 60
MTU_MC19_RDBFL61 0xF00623DA          MC 19 Read Data and Bit Flip Register 61
MTU_MC19_RDBFL62 0xF00623DC          MC 19 Read Data and Bit Flip Register 62
MTU_MC19_RDBFL63 0xF00623DE          MC 19 Read Data and Bit Flip Register 63
MTU_MC19_RDBFL64 0xF00623E0          MC 19 Read Data and Bit Flip Register 64
MTU_MC19_RDBFL65 0xF00623E2          MC 19 Read Data and Bit Flip Register 65
MTU_MC19_RDBFL66 0xF00623E4          MC 19 Read Data and Bit Flip Register 66
MTU_MC19_ALMSRCS 0xF00623EE          MC 19 Alarm Sources Configuration Register
MTU_MC19_FAULTSTS 0xF00623F0          MC 19 SSH Safety Faults Status Register
MTU_MC19_ERRINFO0 0xF00623F2          MC 19 Error Information Register 0
MTU_MC19_ERRINFO1 0xF00623F4          MC 19 Error Information Register 1
MTU_MC19_ERRINFO2 0xF00623F6          MC 19 Error Information Register 2
MTU_MC19_ERRINFO3 0xF00623F8          MC 19 Error Information Register 3
MTU_MC19_ERRINFO4 0xF00623FA          MC 19 Error Information Register 4
MTU_MC20_CONFIG0 0xF0062400          MC 20 Configuration Register 0
MTU_MC20_CONFIG1 0xF0062402          MC 20 Configuration Register 1
MTU_MC20_MCONTROL 0xF0062404          MC 20 MBIST Control Register
MTU_MC20_MSTATUS 0xF0062406          MC 20 Status Register
MTU_MC20_RANGE  0xF0062408          MC 20 Range Register, single address mode
MTU_MC20_REVID  0xF006240C          MC 20 Revision ID Register
MTU_MC20_ECCS   0xF006240E          MC 20 ECC Safety Register
MTU_MC20_ECCD   0xF0062410          MC 20 Memory ECC Detection Register
MTU_MC20_ETRR0  0xF0062412          MC 20 Error Tracking Register 0
MTU_MC20_ETRR1  0xF0062414          MC 20 Error Tracking Register 1
MTU_MC20_ETRR2  0xF0062416          MC 20 Error Tracking Register 2
MTU_MC20_ETRR3  0xF0062418          MC 20 Error Tracking Register 3
MTU_MC20_ETRR4  0xF006241A          MC 20 Error Tracking Register 4
MTU_MC20_RDBFL0 0xF0062460          MC 20 Read Data and Bit Flip Register 0
MTU_MC20_RDBFL1 0xF0062462          MC 20 Read Data and Bit Flip Register 1
MTU_MC20_RDBFL2 0xF0062464          MC 20 Read Data and Bit Flip Register 2
MTU_MC20_RDBFL3 0xF0062466          MC 20 Read Data and Bit Flip Register 3
MTU_MC20_RDBFL4 0xF0062468          MC 20 Read Data and Bit Flip Register 4
MTU_MC20_RDBFL5 0xF006246A          MC 20 Read Data and Bit Flip Register 5
MTU_MC20_RDBFL6 0xF006246C          MC 20 Read Data and Bit Flip Register 6
MTU_MC20_RDBFL7 0xF006246E          MC 20 Read Data and Bit Flip Register 7
MTU_MC20_RDBFL8 0xF0062470          MC 20 Read Data and Bit Flip Register 8
MTU_MC20_RDBFL9 0xF0062472          MC 20 Read Data and Bit Flip Register 9
MTU_MC20_RDBFL10 0xF0062474          MC 20 Read Data and Bit Flip Register 10
MTU_MC20_RDBFL11 0xF0062476          MC 20 Read Data and Bit Flip Register 11
MTU_MC20_RDBFL12 0xF0062478          MC 20 Read Data and Bit Flip Register 12
MTU_MC20_RDBFL13 0xF006247A          MC 20 Read Data and Bit Flip Register 13
MTU_MC20_RDBFL14 0xF006247C          MC 20 Read Data and Bit Flip Register 14
MTU_MC20_RDBFL15 0xF006247E          MC 20 Read Data and Bit Flip Register 15
MTU_MC20_RDBFL16 0xF0062480          MC 20 Read Data and Bit Flip Register 16
MTU_MC20_RDBFL17 0xF0062482          MC 20 Read Data and Bit Flip Register 17
MTU_MC20_RDBFL18 0xF0062484          MC 20 Read Data and Bit Flip Register 18
MTU_MC20_RDBFL19 0xF0062486          MC 20 Read Data and Bit Flip Register 19
MTU_MC20_RDBFL20 0xF0062488          MC 20 Read Data and Bit Flip Register 20
MTU_MC20_RDBFL21 0xF006248A          MC 20 Read Data and Bit Flip Register 21
MTU_MC20_RDBFL22 0xF006248C          MC 20 Read Data and Bit Flip Register 22
MTU_MC20_RDBFL23 0xF006248E          MC 20 Read Data and Bit Flip Register 23
MTU_MC20_RDBFL24 0xF0062490          MC 20 Read Data and Bit Flip Register 24
MTU_MC20_RDBFL25 0xF0062492          MC 20 Read Data and Bit Flip Register 25
MTU_MC20_RDBFL26 0xF0062494          MC 20 Read Data and Bit Flip Register 26
MTU_MC20_RDBFL27 0xF0062496          MC 20 Read Data and Bit Flip Register 27
MTU_MC20_RDBFL28 0xF0062498          MC 20 Read Data and Bit Flip Register 28
MTU_MC20_RDBFL29 0xF006249A          MC 20 Read Data and Bit Flip Register 29
MTU_MC20_RDBFL30 0xF006249C          MC 20 Read Data and Bit Flip Register 30
MTU_MC20_RDBFL31 0xF006249E          MC 20 Read Data and Bit Flip Register 31
MTU_MC20_RDBFL32 0xF00624A0          MC 20 Read Data and Bit Flip Register 32
MTU_MC20_RDBFL33 0xF00624A2          MC 20 Read Data and Bit Flip Register 33
MTU_MC20_RDBFL34 0xF00624A4          MC 20 Read Data and Bit Flip Register 34
MTU_MC20_RDBFL35 0xF00624A6          MC 20 Read Data and Bit Flip Register 35
MTU_MC20_RDBFL36 0xF00624A8          MC 20 Read Data and Bit Flip Register 36
MTU_MC20_RDBFL37 0xF00624AA          MC 20 Read Data and Bit Flip Register 37
MTU_MC20_RDBFL38 0xF00624AC          MC 20 Read Data and Bit Flip Register 38
MTU_MC20_RDBFL39 0xF00624AE          MC 20 Read Data and Bit Flip Register 39
MTU_MC20_RDBFL40 0xF00624B0          MC 20 Read Data and Bit Flip Register 40
MTU_MC20_RDBFL41 0xF00624B2          MC 20 Read Data and Bit Flip Register 41
MTU_MC20_RDBFL42 0xF00624B4          MC 20 Read Data and Bit Flip Register 42
MTU_MC20_RDBFL43 0xF00624B6          MC 20 Read Data and Bit Flip Register 43
MTU_MC20_RDBFL44 0xF00624B8          MC 20 Read Data and Bit Flip Register 44
MTU_MC20_RDBFL45 0xF00624BA          MC 20 Read Data and Bit Flip Register 45
MTU_MC20_RDBFL46 0xF00624BC          MC 20 Read Data and Bit Flip Register 46
MTU_MC20_RDBFL47 0xF00624BE          MC 20 Read Data and Bit Flip Register 47
MTU_MC20_RDBFL48 0xF00624C0          MC 20 Read Data and Bit Flip Register 48
MTU_MC20_RDBFL49 0xF00624C2          MC 20 Read Data and Bit Flip Register 49
MTU_MC20_RDBFL50 0xF00624C4          MC 20 Read Data and Bit Flip Register 50
MTU_MC20_RDBFL51 0xF00624C6          MC 20 Read Data and Bit Flip Register 51
MTU_MC20_RDBFL52 0xF00624C8          MC 20 Read Data and Bit Flip Register 52
MTU_MC20_RDBFL53 0xF00624CA          MC 20 Read Data and Bit Flip Register 53
MTU_MC20_RDBFL54 0xF00624CC          MC 20 Read Data and Bit Flip Register 54
MTU_MC20_RDBFL55 0xF00624CE          MC 20 Read Data and Bit Flip Register 55
MTU_MC20_RDBFL56 0xF00624D0          MC 20 Read Data and Bit Flip Register 56
MTU_MC20_RDBFL57 0xF00624D2          MC 20 Read Data and Bit Flip Register 57
MTU_MC20_RDBFL58 0xF00624D4          MC 20 Read Data and Bit Flip Register 58
MTU_MC20_RDBFL59 0xF00624D6          MC 20 Read Data and Bit Flip Register 59
MTU_MC20_RDBFL60 0xF00624D8          MC 20 Read Data and Bit Flip Register 60
MTU_MC20_RDBFL61 0xF00624DA          MC 20 Read Data and Bit Flip Register 61
MTU_MC20_RDBFL62 0xF00624DC          MC 20 Read Data and Bit Flip Register 62
MTU_MC20_RDBFL63 0xF00624DE          MC 20 Read Data and Bit Flip Register 63
MTU_MC20_RDBFL64 0xF00624E0          MC 20 Read Data and Bit Flip Register 64
MTU_MC20_RDBFL65 0xF00624E2          MC 20 Read Data and Bit Flip Register 65
MTU_MC20_RDBFL66 0xF00624E4          MC 20 Read Data and Bit Flip Register 66
MTU_MC20_ALMSRCS 0xF00624EE          MC 20 Alarm Sources Configuration Register
MTU_MC20_FAULTSTS 0xF00624F0          MC 20 SSH Safety Faults Status Register
MTU_MC20_ERRINFO0 0xF00624F2          MC 20 Error Information Register 0
MTU_MC20_ERRINFO1 0xF00624F4          MC 20 Error Information Register 1
MTU_MC20_ERRINFO2 0xF00624F6          MC 20 Error Information Register 2
MTU_MC20_ERRINFO3 0xF00624F8          MC 20 Error Information Register 3
MTU_MC20_ERRINFO4 0xF00624FA          MC 20 Error Information Register 4
MTU_MC21_CONFIG0 0xF0062500          MC 21 Configuration Register 0
MTU_MC21_CONFIG1 0xF0062502          MC 21 Configuration Register 1
MTU_MC21_MCONTROL 0xF0062504          MC 21 MBIST Control Register
MTU_MC21_MSTATUS 0xF0062506          MC 21 Status Register
MTU_MC21_RANGE  0xF0062508          MC 21 Range Register, single address mode
MTU_MC21_REVID  0xF006250C          MC 21 Revision ID Register
MTU_MC21_ECCS   0xF006250E          MC 21 ECC Safety Register
MTU_MC21_ECCD   0xF0062510          MC 21 Memory ECC Detection Register
MTU_MC21_ETRR0  0xF0062512          MC 21 Error Tracking Register 0
MTU_MC21_ETRR1  0xF0062514          MC 21 Error Tracking Register 1
MTU_MC21_ETRR2  0xF0062516          MC 21 Error Tracking Register 2
MTU_MC21_ETRR3  0xF0062518          MC 21 Error Tracking Register 3
MTU_MC21_ETRR4  0xF006251A          MC 21 Error Tracking Register 4
MTU_MC21_RDBFL0 0xF0062560          MC 21 Read Data and Bit Flip Register 0
MTU_MC21_RDBFL1 0xF0062562          MC 21 Read Data and Bit Flip Register 1
MTU_MC21_RDBFL2 0xF0062564          MC 21 Read Data and Bit Flip Register 2
MTU_MC21_RDBFL3 0xF0062566          MC 21 Read Data and Bit Flip Register 3
MTU_MC21_RDBFL4 0xF0062568          MC 21 Read Data and Bit Flip Register 4
MTU_MC21_RDBFL5 0xF006256A          MC 21 Read Data and Bit Flip Register 5
MTU_MC21_RDBFL6 0xF006256C          MC 21 Read Data and Bit Flip Register 6
MTU_MC21_RDBFL7 0xF006256E          MC 21 Read Data and Bit Flip Register 7
MTU_MC21_RDBFL8 0xF0062570          MC 21 Read Data and Bit Flip Register 8
MTU_MC21_RDBFL9 0xF0062572          MC 21 Read Data and Bit Flip Register 9
MTU_MC21_RDBFL10 0xF0062574          MC 21 Read Data and Bit Flip Register 10
MTU_MC21_RDBFL11 0xF0062576          MC 21 Read Data and Bit Flip Register 11
MTU_MC21_RDBFL12 0xF0062578          MC 21 Read Data and Bit Flip Register 12
MTU_MC21_RDBFL13 0xF006257A          MC 21 Read Data and Bit Flip Register 13
MTU_MC21_RDBFL14 0xF006257C          MC 21 Read Data and Bit Flip Register 14
MTU_MC21_RDBFL15 0xF006257E          MC 21 Read Data and Bit Flip Register 15
MTU_MC21_RDBFL16 0xF0062580          MC 21 Read Data and Bit Flip Register 16
MTU_MC21_RDBFL17 0xF0062582          MC 21 Read Data and Bit Flip Register 17
MTU_MC21_RDBFL18 0xF0062584          MC 21 Read Data and Bit Flip Register 18
MTU_MC21_RDBFL19 0xF0062586          MC 21 Read Data and Bit Flip Register 19
MTU_MC21_RDBFL20 0xF0062588          MC 21 Read Data and Bit Flip Register 20
MTU_MC21_RDBFL21 0xF006258A          MC 21 Read Data and Bit Flip Register 21
MTU_MC21_RDBFL22 0xF006258C          MC 21 Read Data and Bit Flip Register 22
MTU_MC21_RDBFL23 0xF006258E          MC 21 Read Data and Bit Flip Register 23
MTU_MC21_RDBFL24 0xF0062590          MC 21 Read Data and Bit Flip Register 24
MTU_MC21_RDBFL25 0xF0062592          MC 21 Read Data and Bit Flip Register 25
MTU_MC21_RDBFL26 0xF0062594          MC 21 Read Data and Bit Flip Register 26
MTU_MC21_RDBFL27 0xF0062596          MC 21 Read Data and Bit Flip Register 27
MTU_MC21_RDBFL28 0xF0062598          MC 21 Read Data and Bit Flip Register 28
MTU_MC21_RDBFL29 0xF006259A          MC 21 Read Data and Bit Flip Register 29
MTU_MC21_RDBFL30 0xF006259C          MC 21 Read Data and Bit Flip Register 30
MTU_MC21_RDBFL31 0xF006259E          MC 21 Read Data and Bit Flip Register 31
MTU_MC21_RDBFL32 0xF00625A0          MC 21 Read Data and Bit Flip Register 32
MTU_MC21_RDBFL33 0xF00625A2          MC 21 Read Data and Bit Flip Register 33
MTU_MC21_RDBFL34 0xF00625A4          MC 21 Read Data and Bit Flip Register 34
MTU_MC21_RDBFL35 0xF00625A6          MC 21 Read Data and Bit Flip Register 35
MTU_MC21_RDBFL36 0xF00625A8          MC 21 Read Data and Bit Flip Register 36
MTU_MC21_RDBFL37 0xF00625AA          MC 21 Read Data and Bit Flip Register 37
MTU_MC21_RDBFL38 0xF00625AC          MC 21 Read Data and Bit Flip Register 38
MTU_MC21_RDBFL39 0xF00625AE          MC 21 Read Data and Bit Flip Register 39
MTU_MC21_RDBFL40 0xF00625B0          MC 21 Read Data and Bit Flip Register 40
MTU_MC21_RDBFL41 0xF00625B2          MC 21 Read Data and Bit Flip Register 41
MTU_MC21_RDBFL42 0xF00625B4          MC 21 Read Data and Bit Flip Register 42
MTU_MC21_RDBFL43 0xF00625B6          MC 21 Read Data and Bit Flip Register 43
MTU_MC21_RDBFL44 0xF00625B8          MC 21 Read Data and Bit Flip Register 44
MTU_MC21_RDBFL45 0xF00625BA          MC 21 Read Data and Bit Flip Register 45
MTU_MC21_RDBFL46 0xF00625BC          MC 21 Read Data and Bit Flip Register 46
MTU_MC21_RDBFL47 0xF00625BE          MC 21 Read Data and Bit Flip Register 47
MTU_MC21_RDBFL48 0xF00625C0          MC 21 Read Data and Bit Flip Register 48
MTU_MC21_RDBFL49 0xF00625C2          MC 21 Read Data and Bit Flip Register 49
MTU_MC21_RDBFL50 0xF00625C4          MC 21 Read Data and Bit Flip Register 50
MTU_MC21_RDBFL51 0xF00625C6          MC 21 Read Data and Bit Flip Register 51
MTU_MC21_RDBFL52 0xF00625C8          MC 21 Read Data and Bit Flip Register 52
MTU_MC21_RDBFL53 0xF00625CA          MC 21 Read Data and Bit Flip Register 53
MTU_MC21_RDBFL54 0xF00625CC          MC 21 Read Data and Bit Flip Register 54
MTU_MC21_RDBFL55 0xF00625CE          MC 21 Read Data and Bit Flip Register 55
MTU_MC21_RDBFL56 0xF00625D0          MC 21 Read Data and Bit Flip Register 56
MTU_MC21_RDBFL57 0xF00625D2          MC 21 Read Data and Bit Flip Register 57
MTU_MC21_RDBFL58 0xF00625D4          MC 21 Read Data and Bit Flip Register 58
MTU_MC21_RDBFL59 0xF00625D6          MC 21 Read Data and Bit Flip Register 59
MTU_MC21_RDBFL60 0xF00625D8          MC 21 Read Data and Bit Flip Register 60
MTU_MC21_RDBFL61 0xF00625DA          MC 21 Read Data and Bit Flip Register 61
MTU_MC21_RDBFL62 0xF00625DC          MC 21 Read Data and Bit Flip Register 62
MTU_MC21_RDBFL63 0xF00625DE          MC 21 Read Data and Bit Flip Register 63
MTU_MC21_RDBFL64 0xF00625E0          MC 21 Read Data and Bit Flip Register 64
MTU_MC21_RDBFL65 0xF00625E2          MC 21 Read Data and Bit Flip Register 65
MTU_MC21_RDBFL66 0xF00625E4          MC 21 Read Data and Bit Flip Register 66
MTU_MC21_ALMSRCS 0xF00625EE          MC 21 Alarm Sources Configuration Register
MTU_MC21_FAULTSTS 0xF00625F0          MC 21 SSH Safety Faults Status Register
MTU_MC21_ERRINFO0 0xF00625F2          MC 21 Error Information Register 0
MTU_MC21_ERRINFO1 0xF00625F4          MC 21 Error Information Register 1
MTU_MC21_ERRINFO2 0xF00625F6          MC 21 Error Information Register 2
MTU_MC21_ERRINFO3 0xF00625F8          MC 21 Error Information Register 3
MTU_MC21_ERRINFO4 0xF00625FA          MC 21 Error Information Register 4
MTU_MC22_CONFIG0 0xF0062600          MC 22 Configuration Register 0
MTU_MC22_CONFIG1 0xF0062602          MC 22 Configuration Register 1
MTU_MC22_MCONTROL 0xF0062604          MC 22 MBIST Control Register
MTU_MC22_MSTATUS 0xF0062606          MC 22 Status Register
MTU_MC22_RANGE  0xF0062608          MC 22 Range Register, single address mode
MTU_MC22_REVID  0xF006260C          MC 22 Revision ID Register
MTU_MC22_ECCS   0xF006260E          MC 22 ECC Safety Register
MTU_MC22_ECCD   0xF0062610          MC 22 Memory ECC Detection Register
MTU_MC22_ETRR0  0xF0062612          MC 22 Error Tracking Register 0
MTU_MC22_ETRR1  0xF0062614          MC 22 Error Tracking Register 1
MTU_MC22_ETRR2  0xF0062616          MC 22 Error Tracking Register 2
MTU_MC22_ETRR3  0xF0062618          MC 22 Error Tracking Register 3
MTU_MC22_ETRR4  0xF006261A          MC 22 Error Tracking Register 4
MTU_MC22_RDBFL0 0xF0062660          MC 22 Read Data and Bit Flip Register 0
MTU_MC22_RDBFL1 0xF0062662          MC 22 Read Data and Bit Flip Register 1
MTU_MC22_RDBFL2 0xF0062664          MC 22 Read Data and Bit Flip Register 2
MTU_MC22_RDBFL3 0xF0062666          MC 22 Read Data and Bit Flip Register 3
MTU_MC22_RDBFL4 0xF0062668          MC 22 Read Data and Bit Flip Register 4
MTU_MC22_RDBFL5 0xF006266A          MC 22 Read Data and Bit Flip Register 5
MTU_MC22_RDBFL6 0xF006266C          MC 22 Read Data and Bit Flip Register 6
MTU_MC22_RDBFL7 0xF006266E          MC 22 Read Data and Bit Flip Register 7
MTU_MC22_RDBFL8 0xF0062670          MC 22 Read Data and Bit Flip Register 8
MTU_MC22_RDBFL9 0xF0062672          MC 22 Read Data and Bit Flip Register 9
MTU_MC22_RDBFL10 0xF0062674          MC 22 Read Data and Bit Flip Register 10
MTU_MC22_RDBFL11 0xF0062676          MC 22 Read Data and Bit Flip Register 11
MTU_MC22_RDBFL12 0xF0062678          MC 22 Read Data and Bit Flip Register 12
MTU_MC22_RDBFL13 0xF006267A          MC 22 Read Data and Bit Flip Register 13
MTU_MC22_RDBFL14 0xF006267C          MC 22 Read Data and Bit Flip Register 14
MTU_MC22_RDBFL15 0xF006267E          MC 22 Read Data and Bit Flip Register 15
MTU_MC22_RDBFL16 0xF0062680          MC 22 Read Data and Bit Flip Register 16
MTU_MC22_RDBFL17 0xF0062682          MC 22 Read Data and Bit Flip Register 17
MTU_MC22_RDBFL18 0xF0062684          MC 22 Read Data and Bit Flip Register 18
MTU_MC22_RDBFL19 0xF0062686          MC 22 Read Data and Bit Flip Register 19
MTU_MC22_RDBFL20 0xF0062688          MC 22 Read Data and Bit Flip Register 20
MTU_MC22_RDBFL21 0xF006268A          MC 22 Read Data and Bit Flip Register 21
MTU_MC22_RDBFL22 0xF006268C          MC 22 Read Data and Bit Flip Register 22
MTU_MC22_RDBFL23 0xF006268E          MC 22 Read Data and Bit Flip Register 23
MTU_MC22_RDBFL24 0xF0062690          MC 22 Read Data and Bit Flip Register 24
MTU_MC22_RDBFL25 0xF0062692          MC 22 Read Data and Bit Flip Register 25
MTU_MC22_RDBFL26 0xF0062694          MC 22 Read Data and Bit Flip Register 26
MTU_MC22_RDBFL27 0xF0062696          MC 22 Read Data and Bit Flip Register 27
MTU_MC22_RDBFL28 0xF0062698          MC 22 Read Data and Bit Flip Register 28
MTU_MC22_RDBFL29 0xF006269A          MC 22 Read Data and Bit Flip Register 29
MTU_MC22_RDBFL30 0xF006269C          MC 22 Read Data and Bit Flip Register 30
MTU_MC22_RDBFL31 0xF006269E          MC 22 Read Data and Bit Flip Register 31
MTU_MC22_RDBFL32 0xF00626A0          MC 22 Read Data and Bit Flip Register 32
MTU_MC22_RDBFL33 0xF00626A2          MC 22 Read Data and Bit Flip Register 33
MTU_MC22_RDBFL34 0xF00626A4          MC 22 Read Data and Bit Flip Register 34
MTU_MC22_RDBFL35 0xF00626A6          MC 22 Read Data and Bit Flip Register 35
MTU_MC22_RDBFL36 0xF00626A8          MC 22 Read Data and Bit Flip Register 36
MTU_MC22_RDBFL37 0xF00626AA          MC 22 Read Data and Bit Flip Register 37
MTU_MC22_RDBFL38 0xF00626AC          MC 22 Read Data and Bit Flip Register 38
MTU_MC22_RDBFL39 0xF00626AE          MC 22 Read Data and Bit Flip Register 39
MTU_MC22_RDBFL40 0xF00626B0          MC 22 Read Data and Bit Flip Register 40
MTU_MC22_RDBFL41 0xF00626B2          MC 22 Read Data and Bit Flip Register 41
MTU_MC22_RDBFL42 0xF00626B4          MC 22 Read Data and Bit Flip Register 42
MTU_MC22_RDBFL43 0xF00626B6          MC 22 Read Data and Bit Flip Register 43
MTU_MC22_RDBFL44 0xF00626B8          MC 22 Read Data and Bit Flip Register 44
MTU_MC22_RDBFL45 0xF00626BA          MC 22 Read Data and Bit Flip Register 45
MTU_MC22_RDBFL46 0xF00626BC          MC 22 Read Data and Bit Flip Register 46
MTU_MC22_RDBFL47 0xF00626BE          MC 22 Read Data and Bit Flip Register 47
MTU_MC22_RDBFL48 0xF00626C0          MC 22 Read Data and Bit Flip Register 48
MTU_MC22_RDBFL49 0xF00626C2          MC 22 Read Data and Bit Flip Register 49
MTU_MC22_RDBFL50 0xF00626C4          MC 22 Read Data and Bit Flip Register 50
MTU_MC22_RDBFL51 0xF00626C6          MC 22 Read Data and Bit Flip Register 51
MTU_MC22_RDBFL52 0xF00626C8          MC 22 Read Data and Bit Flip Register 52
MTU_MC22_RDBFL53 0xF00626CA          MC 22 Read Data and Bit Flip Register 53
MTU_MC22_RDBFL54 0xF00626CC          MC 22 Read Data and Bit Flip Register 54
MTU_MC22_RDBFL55 0xF00626CE          MC 22 Read Data and Bit Flip Register 55
MTU_MC22_RDBFL56 0xF00626D0          MC 22 Read Data and Bit Flip Register 56
MTU_MC22_RDBFL57 0xF00626D2          MC 22 Read Data and Bit Flip Register 57
MTU_MC22_RDBFL58 0xF00626D4          MC 22 Read Data and Bit Flip Register 58
MTU_MC22_RDBFL59 0xF00626D6          MC 22 Read Data and Bit Flip Register 59
MTU_MC22_RDBFL60 0xF00626D8          MC 22 Read Data and Bit Flip Register 60
MTU_MC22_RDBFL61 0xF00626DA          MC 22 Read Data and Bit Flip Register 61
MTU_MC22_RDBFL62 0xF00626DC          MC 22 Read Data and Bit Flip Register 62
MTU_MC22_RDBFL63 0xF00626DE          MC 22 Read Data and Bit Flip Register 63
MTU_MC22_RDBFL64 0xF00626E0          MC 22 Read Data and Bit Flip Register 64
MTU_MC22_RDBFL65 0xF00626E2          MC 22 Read Data and Bit Flip Register 65
MTU_MC22_RDBFL66 0xF00626E4          MC 22 Read Data and Bit Flip Register 66
MTU_MC22_ALMSRCS 0xF00626EE          MC 22 Alarm Sources Configuration Register
MTU_MC22_FAULTSTS 0xF00626F0          MC 22 SSH Safety Faults Status Register
MTU_MC22_ERRINFO0 0xF00626F2          MC 22 Error Information Register 0
MTU_MC22_ERRINFO1 0xF00626F4          MC 22 Error Information Register 1
MTU_MC22_ERRINFO2 0xF00626F6          MC 22 Error Information Register 2
MTU_MC22_ERRINFO3 0xF00626F8          MC 22 Error Information Register 3
MTU_MC22_ERRINFO4 0xF00626FA          MC 22 Error Information Register 4
MTU_MC23_CONFIG0 0xF0062700          MC 23 Configuration Register 0
MTU_MC23_CONFIG1 0xF0062702          MC 23 Configuration Register 1
MTU_MC23_MCONTROL 0xF0062704          MC 23 MBIST Control Register
MTU_MC23_MSTATUS 0xF0062706          MC 23 Status Register
MTU_MC23_RANGE  0xF0062708          MC 23 Range Register, single address mode
MTU_MC23_REVID  0xF006270C          MC 23 Revision ID Register
MTU_MC23_ECCS   0xF006270E          MC 23 ECC Safety Register
MTU_MC23_ECCD   0xF0062710          MC 23 Memory ECC Detection Register
MTU_MC23_ETRR0  0xF0062712          MC 23 Error Tracking Register 0
MTU_MC23_ETRR1  0xF0062714          MC 23 Error Tracking Register 1
MTU_MC23_ETRR2  0xF0062716          MC 23 Error Tracking Register 2
MTU_MC23_ETRR3  0xF0062718          MC 23 Error Tracking Register 3
MTU_MC23_ETRR4  0xF006271A          MC 23 Error Tracking Register 4
MTU_MC23_RDBFL0 0xF0062760          MC 23 Read Data and Bit Flip Register 0
MTU_MC23_RDBFL1 0xF0062762          MC 23 Read Data and Bit Flip Register 1
MTU_MC23_RDBFL2 0xF0062764          MC 23 Read Data and Bit Flip Register 2
MTU_MC23_RDBFL3 0xF0062766          MC 23 Read Data and Bit Flip Register 3
MTU_MC23_RDBFL4 0xF0062768          MC 23 Read Data and Bit Flip Register 4
MTU_MC23_RDBFL5 0xF006276A          MC 23 Read Data and Bit Flip Register 5
MTU_MC23_RDBFL6 0xF006276C          MC 23 Read Data and Bit Flip Register 6
MTU_MC23_RDBFL7 0xF006276E          MC 23 Read Data and Bit Flip Register 7
MTU_MC23_RDBFL8 0xF0062770          MC 23 Read Data and Bit Flip Register 8
MTU_MC23_RDBFL9 0xF0062772          MC 23 Read Data and Bit Flip Register 9
MTU_MC23_RDBFL10 0xF0062774          MC 23 Read Data and Bit Flip Register 10
MTU_MC23_RDBFL11 0xF0062776          MC 23 Read Data and Bit Flip Register 11
MTU_MC23_RDBFL12 0xF0062778          MC 23 Read Data and Bit Flip Register 12
MTU_MC23_RDBFL13 0xF006277A          MC 23 Read Data and Bit Flip Register 13
MTU_MC23_RDBFL14 0xF006277C          MC 23 Read Data and Bit Flip Register 14
MTU_MC23_RDBFL15 0xF006277E          MC 23 Read Data and Bit Flip Register 15
MTU_MC23_RDBFL16 0xF0062780          MC 23 Read Data and Bit Flip Register 16
MTU_MC23_RDBFL17 0xF0062782          MC 23 Read Data and Bit Flip Register 17
MTU_MC23_RDBFL18 0xF0062784          MC 23 Read Data and Bit Flip Register 18
MTU_MC23_RDBFL19 0xF0062786          MC 23 Read Data and Bit Flip Register 19
MTU_MC23_RDBFL20 0xF0062788          MC 23 Read Data and Bit Flip Register 20
MTU_MC23_RDBFL21 0xF006278A          MC 23 Read Data and Bit Flip Register 21
MTU_MC23_RDBFL22 0xF006278C          MC 23 Read Data and Bit Flip Register 22
MTU_MC23_RDBFL23 0xF006278E          MC 23 Read Data and Bit Flip Register 23
MTU_MC23_RDBFL24 0xF0062790          MC 23 Read Data and Bit Flip Register 24
MTU_MC23_RDBFL25 0xF0062792          MC 23 Read Data and Bit Flip Register 25
MTU_MC23_RDBFL26 0xF0062794          MC 23 Read Data and Bit Flip Register 26
MTU_MC23_RDBFL27 0xF0062796          MC 23 Read Data and Bit Flip Register 27
MTU_MC23_RDBFL28 0xF0062798          MC 23 Read Data and Bit Flip Register 28
MTU_MC23_RDBFL29 0xF006279A          MC 23 Read Data and Bit Flip Register 29
MTU_MC23_RDBFL30 0xF006279C          MC 23 Read Data and Bit Flip Register 30
MTU_MC23_RDBFL31 0xF006279E          MC 23 Read Data and Bit Flip Register 31
MTU_MC23_RDBFL32 0xF00627A0          MC 23 Read Data and Bit Flip Register 32
MTU_MC23_RDBFL33 0xF00627A2          MC 23 Read Data and Bit Flip Register 33
MTU_MC23_RDBFL34 0xF00627A4          MC 23 Read Data and Bit Flip Register 34
MTU_MC23_RDBFL35 0xF00627A6          MC 23 Read Data and Bit Flip Register 35
MTU_MC23_RDBFL36 0xF00627A8          MC 23 Read Data and Bit Flip Register 36
MTU_MC23_RDBFL37 0xF00627AA          MC 23 Read Data and Bit Flip Register 37
MTU_MC23_RDBFL38 0xF00627AC          MC 23 Read Data and Bit Flip Register 38
MTU_MC23_RDBFL39 0xF00627AE          MC 23 Read Data and Bit Flip Register 39
MTU_MC23_RDBFL40 0xF00627B0          MC 23 Read Data and Bit Flip Register 40
MTU_MC23_RDBFL41 0xF00627B2          MC 23 Read Data and Bit Flip Register 41
MTU_MC23_RDBFL42 0xF00627B4          MC 23 Read Data and Bit Flip Register 42
MTU_MC23_RDBFL43 0xF00627B6          MC 23 Read Data and Bit Flip Register 43
MTU_MC23_RDBFL44 0xF00627B8          MC 23 Read Data and Bit Flip Register 44
MTU_MC23_RDBFL45 0xF00627BA          MC 23 Read Data and Bit Flip Register 45
MTU_MC23_RDBFL46 0xF00627BC          MC 23 Read Data and Bit Flip Register 46
MTU_MC23_RDBFL47 0xF00627BE          MC 23 Read Data and Bit Flip Register 47
MTU_MC23_RDBFL48 0xF00627C0          MC 23 Read Data and Bit Flip Register 48
MTU_MC23_RDBFL49 0xF00627C2          MC 23 Read Data and Bit Flip Register 49
MTU_MC23_RDBFL50 0xF00627C4          MC 23 Read Data and Bit Flip Register 50
MTU_MC23_RDBFL51 0xF00627C6          MC 23 Read Data and Bit Flip Register 51
MTU_MC23_RDBFL52 0xF00627C8          MC 23 Read Data and Bit Flip Register 52
MTU_MC23_RDBFL53 0xF00627CA          MC 23 Read Data and Bit Flip Register 53
MTU_MC23_RDBFL54 0xF00627CC          MC 23 Read Data and Bit Flip Register 54
MTU_MC23_RDBFL55 0xF00627CE          MC 23 Read Data and Bit Flip Register 55
MTU_MC23_RDBFL56 0xF00627D0          MC 23 Read Data and Bit Flip Register 56
MTU_MC23_RDBFL57 0xF00627D2          MC 23 Read Data and Bit Flip Register 57
MTU_MC23_RDBFL58 0xF00627D4          MC 23 Read Data and Bit Flip Register 58
MTU_MC23_RDBFL59 0xF00627D6          MC 23 Read Data and Bit Flip Register 59
MTU_MC23_RDBFL60 0xF00627D8          MC 23 Read Data and Bit Flip Register 60
MTU_MC23_RDBFL61 0xF00627DA          MC 23 Read Data and Bit Flip Register 61
MTU_MC23_RDBFL62 0xF00627DC          MC 23 Read Data and Bit Flip Register 62
MTU_MC23_RDBFL63 0xF00627DE          MC 23 Read Data and Bit Flip Register 63
MTU_MC23_RDBFL64 0xF00627E0          MC 23 Read Data and Bit Flip Register 64
MTU_MC23_RDBFL65 0xF00627E2          MC 23 Read Data and Bit Flip Register 65
MTU_MC23_RDBFL66 0xF00627E4          MC 23 Read Data and Bit Flip Register 66
MTU_MC23_ALMSRCS 0xF00627EE          MC 23 Alarm Sources Configuration Register
MTU_MC23_FAULTSTS 0xF00627F0          MC 23 SSH Safety Faults Status Register
MTU_MC23_ERRINFO0 0xF00627F2          MC 23 Error Information Register 0
MTU_MC23_ERRINFO1 0xF00627F4          MC 23 Error Information Register 1
MTU_MC23_ERRINFO2 0xF00627F6          MC 23 Error Information Register 2
MTU_MC23_ERRINFO3 0xF00627F8          MC 23 Error Information Register 3
MTU_MC23_ERRINFO4 0xF00627FA          MC 23 Error Information Register 4
MTU_MC24_CONFIG0 0xF0062800          MC 24 Configuration Register 0
MTU_MC24_CONFIG1 0xF0062802          MC 24 Configuration Register 1
MTU_MC24_MCONTROL 0xF0062804          MC 24 MBIST Control Register
MTU_MC24_MSTATUS 0xF0062806          MC 24 Status Register
MTU_MC24_RANGE  0xF0062808          MC 24 Range Register, single address mode
MTU_MC24_REVID  0xF006280C          MC 24 Revision ID Register
MTU_MC24_ECCS   0xF006280E          MC 24 ECC Safety Register
MTU_MC24_ECCD   0xF0062810          MC 24 Memory ECC Detection Register
MTU_MC24_ETRR0  0xF0062812          MC 24 Error Tracking Register 0
MTU_MC24_ETRR1  0xF0062814          MC 24 Error Tracking Register 1
MTU_MC24_ETRR2  0xF0062816          MC 24 Error Tracking Register 2
MTU_MC24_ETRR3  0xF0062818          MC 24 Error Tracking Register 3
MTU_MC24_ETRR4  0xF006281A          MC 24 Error Tracking Register 4
MTU_MC24_RDBFL0 0xF0062860          MC 24 Read Data and Bit Flip Register 0
MTU_MC24_RDBFL1 0xF0062862          MC 24 Read Data and Bit Flip Register 1
MTU_MC24_RDBFL2 0xF0062864          MC 24 Read Data and Bit Flip Register 2
MTU_MC24_RDBFL3 0xF0062866          MC 24 Read Data and Bit Flip Register 3
MTU_MC24_RDBFL4 0xF0062868          MC 24 Read Data and Bit Flip Register 4
MTU_MC24_RDBFL5 0xF006286A          MC 24 Read Data and Bit Flip Register 5
MTU_MC24_RDBFL6 0xF006286C          MC 24 Read Data and Bit Flip Register 6
MTU_MC24_RDBFL7 0xF006286E          MC 24 Read Data and Bit Flip Register 7
MTU_MC24_RDBFL8 0xF0062870          MC 24 Read Data and Bit Flip Register 8
MTU_MC24_RDBFL9 0xF0062872          MC 24 Read Data and Bit Flip Register 9
MTU_MC24_RDBFL10 0xF0062874          MC 24 Read Data and Bit Flip Register 10
MTU_MC24_RDBFL11 0xF0062876          MC 24 Read Data and Bit Flip Register 11
MTU_MC24_RDBFL12 0xF0062878          MC 24 Read Data and Bit Flip Register 12
MTU_MC24_RDBFL13 0xF006287A          MC 24 Read Data and Bit Flip Register 13
MTU_MC24_RDBFL14 0xF006287C          MC 24 Read Data and Bit Flip Register 14
MTU_MC24_RDBFL15 0xF006287E          MC 24 Read Data and Bit Flip Register 15
MTU_MC24_RDBFL16 0xF0062880          MC 24 Read Data and Bit Flip Register 16
MTU_MC24_RDBFL17 0xF0062882          MC 24 Read Data and Bit Flip Register 17
MTU_MC24_RDBFL18 0xF0062884          MC 24 Read Data and Bit Flip Register 18
MTU_MC24_RDBFL19 0xF0062886          MC 24 Read Data and Bit Flip Register 19
MTU_MC24_RDBFL20 0xF0062888          MC 24 Read Data and Bit Flip Register 20
MTU_MC24_RDBFL21 0xF006288A          MC 24 Read Data and Bit Flip Register 21
MTU_MC24_RDBFL22 0xF006288C          MC 24 Read Data and Bit Flip Register 22
MTU_MC24_RDBFL23 0xF006288E          MC 24 Read Data and Bit Flip Register 23
MTU_MC24_RDBFL24 0xF0062890          MC 24 Read Data and Bit Flip Register 24
MTU_MC24_RDBFL25 0xF0062892          MC 24 Read Data and Bit Flip Register 25
MTU_MC24_RDBFL26 0xF0062894          MC 24 Read Data and Bit Flip Register 26
MTU_MC24_RDBFL27 0xF0062896          MC 24 Read Data and Bit Flip Register 27
MTU_MC24_RDBFL28 0xF0062898          MC 24 Read Data and Bit Flip Register 28
MTU_MC24_RDBFL29 0xF006289A          MC 24 Read Data and Bit Flip Register 29
MTU_MC24_RDBFL30 0xF006289C          MC 24 Read Data and Bit Flip Register 30
MTU_MC24_RDBFL31 0xF006289E          MC 24 Read Data and Bit Flip Register 31
MTU_MC24_RDBFL32 0xF00628A0          MC 24 Read Data and Bit Flip Register 32
MTU_MC24_RDBFL33 0xF00628A2          MC 24 Read Data and Bit Flip Register 33
MTU_MC24_RDBFL34 0xF00628A4          MC 24 Read Data and Bit Flip Register 34
MTU_MC24_RDBFL35 0xF00628A6          MC 24 Read Data and Bit Flip Register 35
MTU_MC24_RDBFL36 0xF00628A8          MC 24 Read Data and Bit Flip Register 36
MTU_MC24_RDBFL37 0xF00628AA          MC 24 Read Data and Bit Flip Register 37
MTU_MC24_RDBFL38 0xF00628AC          MC 24 Read Data and Bit Flip Register 38
MTU_MC24_RDBFL39 0xF00628AE          MC 24 Read Data and Bit Flip Register 39
MTU_MC24_RDBFL40 0xF00628B0          MC 24 Read Data and Bit Flip Register 40
MTU_MC24_RDBFL41 0xF00628B2          MC 24 Read Data and Bit Flip Register 41
MTU_MC24_RDBFL42 0xF00628B4          MC 24 Read Data and Bit Flip Register 42
MTU_MC24_RDBFL43 0xF00628B6          MC 24 Read Data and Bit Flip Register 43
MTU_MC24_RDBFL44 0xF00628B8          MC 24 Read Data and Bit Flip Register 44
MTU_MC24_RDBFL45 0xF00628BA          MC 24 Read Data and Bit Flip Register 45
MTU_MC24_RDBFL46 0xF00628BC          MC 24 Read Data and Bit Flip Register 46
MTU_MC24_RDBFL47 0xF00628BE          MC 24 Read Data and Bit Flip Register 47
MTU_MC24_RDBFL48 0xF00628C0          MC 24 Read Data and Bit Flip Register 48
MTU_MC24_RDBFL49 0xF00628C2          MC 24 Read Data and Bit Flip Register 49
MTU_MC24_RDBFL50 0xF00628C4          MC 24 Read Data and Bit Flip Register 50
MTU_MC24_RDBFL51 0xF00628C6          MC 24 Read Data and Bit Flip Register 51
MTU_MC24_RDBFL52 0xF00628C8          MC 24 Read Data and Bit Flip Register 52
MTU_MC24_RDBFL53 0xF00628CA          MC 24 Read Data and Bit Flip Register 53
MTU_MC24_RDBFL54 0xF00628CC          MC 24 Read Data and Bit Flip Register 54
MTU_MC24_RDBFL55 0xF00628CE          MC 24 Read Data and Bit Flip Register 55
MTU_MC24_RDBFL56 0xF00628D0          MC 24 Read Data and Bit Flip Register 56
MTU_MC24_RDBFL57 0xF00628D2          MC 24 Read Data and Bit Flip Register 57
MTU_MC24_RDBFL58 0xF00628D4          MC 24 Read Data and Bit Flip Register 58
MTU_MC24_RDBFL59 0xF00628D6          MC 24 Read Data and Bit Flip Register 59
MTU_MC24_RDBFL60 0xF00628D8          MC 24 Read Data and Bit Flip Register 60
MTU_MC24_RDBFL61 0xF00628DA          MC 24 Read Data and Bit Flip Register 61
MTU_MC24_RDBFL62 0xF00628DC          MC 24 Read Data and Bit Flip Register 62
MTU_MC24_RDBFL63 0xF00628DE          MC 24 Read Data and Bit Flip Register 63
MTU_MC24_RDBFL64 0xF00628E0          MC 24 Read Data and Bit Flip Register 64
MTU_MC24_RDBFL65 0xF00628E2          MC 24 Read Data and Bit Flip Register 65
MTU_MC24_RDBFL66 0xF00628E4          MC 24 Read Data and Bit Flip Register 66
MTU_MC24_ALMSRCS 0xF00628EE          MC 24 Alarm Sources Configuration Register
MTU_MC24_FAULTSTS 0xF00628F0          MC 24 SSH Safety Faults Status Register
MTU_MC24_ERRINFO0 0xF00628F2          MC 24 Error Information Register 0
MTU_MC24_ERRINFO1 0xF00628F4          MC 24 Error Information Register 1
MTU_MC24_ERRINFO2 0xF00628F6          MC 24 Error Information Register 2
MTU_MC24_ERRINFO3 0xF00628F8          MC 24 Error Information Register 3
MTU_MC24_ERRINFO4 0xF00628FA          MC 24 Error Information Register 4
MTU_MC25_CONFIG0 0xF0062900          MC 25 Configuration Register 0
MTU_MC25_CONFIG1 0xF0062902          MC 25 Configuration Register 1
MTU_MC25_MCONTROL 0xF0062904          MC 25 MBIST Control Register
MTU_MC25_MSTATUS 0xF0062906          MC 25 Status Register
MTU_MC25_RANGE  0xF0062908          MC 25 Range Register, single address mode
MTU_MC25_REVID  0xF006290C          MC 25 Revision ID Register
MTU_MC25_ECCS   0xF006290E          MC 25 ECC Safety Register
MTU_MC25_ECCD   0xF0062910          MC 25 Memory ECC Detection Register
MTU_MC25_ETRR0  0xF0062912          MC 25 Error Tracking Register 0
MTU_MC25_ETRR1  0xF0062914          MC 25 Error Tracking Register 1
MTU_MC25_ETRR2  0xF0062916          MC 25 Error Tracking Register 2
MTU_MC25_ETRR3  0xF0062918          MC 25 Error Tracking Register 3
MTU_MC25_ETRR4  0xF006291A          MC 25 Error Tracking Register 4
MTU_MC25_RDBFL0 0xF0062960          MC 25 Read Data and Bit Flip Register 0
MTU_MC25_RDBFL1 0xF0062962          MC 25 Read Data and Bit Flip Register 1
MTU_MC25_RDBFL2 0xF0062964          MC 25 Read Data and Bit Flip Register 2
MTU_MC25_RDBFL3 0xF0062966          MC 25 Read Data and Bit Flip Register 3
MTU_MC25_RDBFL4 0xF0062968          MC 25 Read Data and Bit Flip Register 4
MTU_MC25_RDBFL5 0xF006296A          MC 25 Read Data and Bit Flip Register 5
MTU_MC25_RDBFL6 0xF006296C          MC 25 Read Data and Bit Flip Register 6
MTU_MC25_RDBFL7 0xF006296E          MC 25 Read Data and Bit Flip Register 7
MTU_MC25_RDBFL8 0xF0062970          MC 25 Read Data and Bit Flip Register 8
MTU_MC25_RDBFL9 0xF0062972          MC 25 Read Data and Bit Flip Register 9
MTU_MC25_RDBFL10 0xF0062974          MC 25 Read Data and Bit Flip Register 10
MTU_MC25_RDBFL11 0xF0062976          MC 25 Read Data and Bit Flip Register 11
MTU_MC25_RDBFL12 0xF0062978          MC 25 Read Data and Bit Flip Register 12
MTU_MC25_RDBFL13 0xF006297A          MC 25 Read Data and Bit Flip Register 13
MTU_MC25_RDBFL14 0xF006297C          MC 25 Read Data and Bit Flip Register 14
MTU_MC25_RDBFL15 0xF006297E          MC 25 Read Data and Bit Flip Register 15
MTU_MC25_RDBFL16 0xF0062980          MC 25 Read Data and Bit Flip Register 16
MTU_MC25_RDBFL17 0xF0062982          MC 25 Read Data and Bit Flip Register 17
MTU_MC25_RDBFL18 0xF0062984          MC 25 Read Data and Bit Flip Register 18
MTU_MC25_RDBFL19 0xF0062986          MC 25 Read Data and Bit Flip Register 19
MTU_MC25_RDBFL20 0xF0062988          MC 25 Read Data and Bit Flip Register 20
MTU_MC25_RDBFL21 0xF006298A          MC 25 Read Data and Bit Flip Register 21
MTU_MC25_RDBFL22 0xF006298C          MC 25 Read Data and Bit Flip Register 22
MTU_MC25_RDBFL23 0xF006298E          MC 25 Read Data and Bit Flip Register 23
MTU_MC25_RDBFL24 0xF0062990          MC 25 Read Data and Bit Flip Register 24
MTU_MC25_RDBFL25 0xF0062992          MC 25 Read Data and Bit Flip Register 25
MTU_MC25_RDBFL26 0xF0062994          MC 25 Read Data and Bit Flip Register 26
MTU_MC25_RDBFL27 0xF0062996          MC 25 Read Data and Bit Flip Register 27
MTU_MC25_RDBFL28 0xF0062998          MC 25 Read Data and Bit Flip Register 28
MTU_MC25_RDBFL29 0xF006299A          MC 25 Read Data and Bit Flip Register 29
MTU_MC25_RDBFL30 0xF006299C          MC 25 Read Data and Bit Flip Register 30
MTU_MC25_RDBFL31 0xF006299E          MC 25 Read Data and Bit Flip Register 31
MTU_MC25_RDBFL32 0xF00629A0          MC 25 Read Data and Bit Flip Register 32
MTU_MC25_RDBFL33 0xF00629A2          MC 25 Read Data and Bit Flip Register 33
MTU_MC25_RDBFL34 0xF00629A4          MC 25 Read Data and Bit Flip Register 34
MTU_MC25_RDBFL35 0xF00629A6          MC 25 Read Data and Bit Flip Register 35
MTU_MC25_RDBFL36 0xF00629A8          MC 25 Read Data and Bit Flip Register 36
MTU_MC25_RDBFL37 0xF00629AA          MC 25 Read Data and Bit Flip Register 37
MTU_MC25_RDBFL38 0xF00629AC          MC 25 Read Data and Bit Flip Register 38
MTU_MC25_RDBFL39 0xF00629AE          MC 25 Read Data and Bit Flip Register 39
MTU_MC25_RDBFL40 0xF00629B0          MC 25 Read Data and Bit Flip Register 40
MTU_MC25_RDBFL41 0xF00629B2          MC 25 Read Data and Bit Flip Register 41
MTU_MC25_RDBFL42 0xF00629B4          MC 25 Read Data and Bit Flip Register 42
MTU_MC25_RDBFL43 0xF00629B6          MC 25 Read Data and Bit Flip Register 43
MTU_MC25_RDBFL44 0xF00629B8          MC 25 Read Data and Bit Flip Register 44
MTU_MC25_RDBFL45 0xF00629BA          MC 25 Read Data and Bit Flip Register 45
MTU_MC25_RDBFL46 0xF00629BC          MC 25 Read Data and Bit Flip Register 46
MTU_MC25_RDBFL47 0xF00629BE          MC 25 Read Data and Bit Flip Register 47
MTU_MC25_RDBFL48 0xF00629C0          MC 25 Read Data and Bit Flip Register 48
MTU_MC25_RDBFL49 0xF00629C2          MC 25 Read Data and Bit Flip Register 49
MTU_MC25_RDBFL50 0xF00629C4          MC 25 Read Data and Bit Flip Register 50
MTU_MC25_RDBFL51 0xF00629C6          MC 25 Read Data and Bit Flip Register 51
MTU_MC25_RDBFL52 0xF00629C8          MC 25 Read Data and Bit Flip Register 52
MTU_MC25_RDBFL53 0xF00629CA          MC 25 Read Data and Bit Flip Register 53
MTU_MC25_RDBFL54 0xF00629CC          MC 25 Read Data and Bit Flip Register 54
MTU_MC25_RDBFL55 0xF00629CE          MC 25 Read Data and Bit Flip Register 55
MTU_MC25_RDBFL56 0xF00629D0          MC 25 Read Data and Bit Flip Register 56
MTU_MC25_RDBFL57 0xF00629D2          MC 25 Read Data and Bit Flip Register 57
MTU_MC25_RDBFL58 0xF00629D4          MC 25 Read Data and Bit Flip Register 58
MTU_MC25_RDBFL59 0xF00629D6          MC 25 Read Data and Bit Flip Register 59
MTU_MC25_RDBFL60 0xF00629D8          MC 25 Read Data and Bit Flip Register 60
MTU_MC25_RDBFL61 0xF00629DA          MC 25 Read Data and Bit Flip Register 61
MTU_MC25_RDBFL62 0xF00629DC          MC 25 Read Data and Bit Flip Register 62
MTU_MC25_RDBFL63 0xF00629DE          MC 25 Read Data and Bit Flip Register 63
MTU_MC25_RDBFL64 0xF00629E0          MC 25 Read Data and Bit Flip Register 64
MTU_MC25_RDBFL65 0xF00629E2          MC 25 Read Data and Bit Flip Register 65
MTU_MC25_RDBFL66 0xF00629E4          MC 25 Read Data and Bit Flip Register 66
MTU_MC25_ALMSRCS 0xF00629EE          MC 25 Alarm Sources Configuration Register
MTU_MC25_FAULTSTS 0xF00629F0          MC 25 SSH Safety Faults Status Register
MTU_MC25_ERRINFO0 0xF00629F2          MC 25 Error Information Register 0
MTU_MC25_ERRINFO1 0xF00629F4          MC 25 Error Information Register 1
MTU_MC25_ERRINFO2 0xF00629F6          MC 25 Error Information Register 2
MTU_MC25_ERRINFO3 0xF00629F8          MC 25 Error Information Register 3
MTU_MC25_ERRINFO4 0xF00629FA          MC 25 Error Information Register 4
MTU_MC26_CONFIG0 0xF0062A00          MC 26 Configuration Register 0
MTU_MC26_CONFIG1 0xF0062A02          MC 26 Configuration Register 1
MTU_MC26_MCONTROL 0xF0062A04          MC 26 MBIST Control Register
MTU_MC26_MSTATUS 0xF0062A06          MC 26 Status Register
MTU_MC26_RANGE  0xF0062A08          MC 26 Range Register, single address mode
MTU_MC26_REVID  0xF0062A0C          MC 26 Revision ID Register
MTU_MC26_ECCS   0xF0062A0E          MC 26 ECC Safety Register
MTU_MC26_ECCD   0xF0062A10          MC 26 Memory ECC Detection Register
MTU_MC26_ETRR0  0xF0062A12          MC 26 Error Tracking Register 0
MTU_MC26_ETRR1  0xF0062A14          MC 26 Error Tracking Register 1
MTU_MC26_ETRR2  0xF0062A16          MC 26 Error Tracking Register 2
MTU_MC26_ETRR3  0xF0062A18          MC 26 Error Tracking Register 3
MTU_MC26_ETRR4  0xF0062A1A          MC 26 Error Tracking Register 4
MTU_MC26_RDBFL0 0xF0062A60          MC 26 Read Data and Bit Flip Register 0
MTU_MC26_RDBFL1 0xF0062A62          MC 26 Read Data and Bit Flip Register 1
MTU_MC26_RDBFL2 0xF0062A64          MC 26 Read Data and Bit Flip Register 2
MTU_MC26_RDBFL3 0xF0062A66          MC 26 Read Data and Bit Flip Register 3
MTU_MC26_RDBFL4 0xF0062A68          MC 26 Read Data and Bit Flip Register 4
MTU_MC26_RDBFL5 0xF0062A6A          MC 26 Read Data and Bit Flip Register 5
MTU_MC26_RDBFL6 0xF0062A6C          MC 26 Read Data and Bit Flip Register 6
MTU_MC26_RDBFL7 0xF0062A6E          MC 26 Read Data and Bit Flip Register 7
MTU_MC26_RDBFL8 0xF0062A70          MC 26 Read Data and Bit Flip Register 8
MTU_MC26_RDBFL9 0xF0062A72          MC 26 Read Data and Bit Flip Register 9
MTU_MC26_RDBFL10 0xF0062A74          MC 26 Read Data and Bit Flip Register 10
MTU_MC26_RDBFL11 0xF0062A76          MC 26 Read Data and Bit Flip Register 11
MTU_MC26_RDBFL12 0xF0062A78          MC 26 Read Data and Bit Flip Register 12
MTU_MC26_RDBFL13 0xF0062A7A          MC 26 Read Data and Bit Flip Register 13
MTU_MC26_RDBFL14 0xF0062A7C          MC 26 Read Data and Bit Flip Register 14
MTU_MC26_RDBFL15 0xF0062A7E          MC 26 Read Data and Bit Flip Register 15
MTU_MC26_RDBFL16 0xF0062A80          MC 26 Read Data and Bit Flip Register 16
MTU_MC26_RDBFL17 0xF0062A82          MC 26 Read Data and Bit Flip Register 17
MTU_MC26_RDBFL18 0xF0062A84          MC 26 Read Data and Bit Flip Register 18
MTU_MC26_RDBFL19 0xF0062A86          MC 26 Read Data and Bit Flip Register 19
MTU_MC26_RDBFL20 0xF0062A88          MC 26 Read Data and Bit Flip Register 20
MTU_MC26_RDBFL21 0xF0062A8A          MC 26 Read Data and Bit Flip Register 21
MTU_MC26_RDBFL22 0xF0062A8C          MC 26 Read Data and Bit Flip Register 22
MTU_MC26_RDBFL23 0xF0062A8E          MC 26 Read Data and Bit Flip Register 23
MTU_MC26_RDBFL24 0xF0062A90          MC 26 Read Data and Bit Flip Register 24
MTU_MC26_RDBFL25 0xF0062A92          MC 26 Read Data and Bit Flip Register 25
MTU_MC26_RDBFL26 0xF0062A94          MC 26 Read Data and Bit Flip Register 26
MTU_MC26_RDBFL27 0xF0062A96          MC 26 Read Data and Bit Flip Register 27
MTU_MC26_RDBFL28 0xF0062A98          MC 26 Read Data and Bit Flip Register 28
MTU_MC26_RDBFL29 0xF0062A9A          MC 26 Read Data and Bit Flip Register 29
MTU_MC26_RDBFL30 0xF0062A9C          MC 26 Read Data and Bit Flip Register 30
MTU_MC26_RDBFL31 0xF0062A9E          MC 26 Read Data and Bit Flip Register 31
MTU_MC26_RDBFL32 0xF0062AA0          MC 26 Read Data and Bit Flip Register 32
MTU_MC26_RDBFL33 0xF0062AA2          MC 26 Read Data and Bit Flip Register 33
MTU_MC26_RDBFL34 0xF0062AA4          MC 26 Read Data and Bit Flip Register 34
MTU_MC26_RDBFL35 0xF0062AA6          MC 26 Read Data and Bit Flip Register 35
MTU_MC26_RDBFL36 0xF0062AA8          MC 26 Read Data and Bit Flip Register 36
MTU_MC26_RDBFL37 0xF0062AAA          MC 26 Read Data and Bit Flip Register 37
MTU_MC26_RDBFL38 0xF0062AAC          MC 26 Read Data and Bit Flip Register 38
MTU_MC26_RDBFL39 0xF0062AAE          MC 26 Read Data and Bit Flip Register 39
MTU_MC26_RDBFL40 0xF0062AB0          MC 26 Read Data and Bit Flip Register 40
MTU_MC26_RDBFL41 0xF0062AB2          MC 26 Read Data and Bit Flip Register 41
MTU_MC26_RDBFL42 0xF0062AB4          MC 26 Read Data and Bit Flip Register 42
MTU_MC26_RDBFL43 0xF0062AB6          MC 26 Read Data and Bit Flip Register 43
MTU_MC26_RDBFL44 0xF0062AB8          MC 26 Read Data and Bit Flip Register 44
MTU_MC26_RDBFL45 0xF0062ABA          MC 26 Read Data and Bit Flip Register 45
MTU_MC26_RDBFL46 0xF0062ABC          MC 26 Read Data and Bit Flip Register 46
MTU_MC26_RDBFL47 0xF0062ABE          MC 26 Read Data and Bit Flip Register 47
MTU_MC26_RDBFL48 0xF0062AC0          MC 26 Read Data and Bit Flip Register 48
MTU_MC26_RDBFL49 0xF0062AC2          MC 26 Read Data and Bit Flip Register 49
MTU_MC26_RDBFL50 0xF0062AC4          MC 26 Read Data and Bit Flip Register 50
MTU_MC26_RDBFL51 0xF0062AC6          MC 26 Read Data and Bit Flip Register 51
MTU_MC26_RDBFL52 0xF0062AC8          MC 26 Read Data and Bit Flip Register 52
MTU_MC26_RDBFL53 0xF0062ACA          MC 26 Read Data and Bit Flip Register 53
MTU_MC26_RDBFL54 0xF0062ACC          MC 26 Read Data and Bit Flip Register 54
MTU_MC26_RDBFL55 0xF0062ACE          MC 26 Read Data and Bit Flip Register 55
MTU_MC26_RDBFL56 0xF0062AD0          MC 26 Read Data and Bit Flip Register 56
MTU_MC26_RDBFL57 0xF0062AD2          MC 26 Read Data and Bit Flip Register 57
MTU_MC26_RDBFL58 0xF0062AD4          MC 26 Read Data and Bit Flip Register 58
MTU_MC26_RDBFL59 0xF0062AD6          MC 26 Read Data and Bit Flip Register 59
MTU_MC26_RDBFL60 0xF0062AD8          MC 26 Read Data and Bit Flip Register 60
MTU_MC26_RDBFL61 0xF0062ADA          MC 26 Read Data and Bit Flip Register 61
MTU_MC26_RDBFL62 0xF0062ADC          MC 26 Read Data and Bit Flip Register 62
MTU_MC26_RDBFL63 0xF0062ADE          MC 26 Read Data and Bit Flip Register 63
MTU_MC26_RDBFL64 0xF0062AE0          MC 26 Read Data and Bit Flip Register 64
MTU_MC26_RDBFL65 0xF0062AE2          MC 26 Read Data and Bit Flip Register 65
MTU_MC26_RDBFL66 0xF0062AE4          MC 26 Read Data and Bit Flip Register 66
MTU_MC26_ALMSRCS 0xF0062AEE          MC 26 Alarm Sources Configuration Register
MTU_MC26_FAULTSTS 0xF0062AF0          MC 26 SSH Safety Faults Status Register
MTU_MC26_ERRINFO0 0xF0062AF2          MC 26 Error Information Register 0
MTU_MC26_ERRINFO1 0xF0062AF4          MC 26 Error Information Register 1
MTU_MC26_ERRINFO2 0xF0062AF6          MC 26 Error Information Register 2
MTU_MC26_ERRINFO3 0xF0062AF8          MC 26 Error Information Register 3
MTU_MC26_ERRINFO4 0xF0062AFA          MC 26 Error Information Register 4
MTU_MC27_CONFIG0 0xF0062B00          MC 27 Configuration Register 0
MTU_MC27_CONFIG1 0xF0062B02          MC 27 Configuration Register 1
MTU_MC27_MCONTROL 0xF0062B04          MC 27 MBIST Control Register
MTU_MC27_MSTATUS 0xF0062B06          MC 27 Status Register
MTU_MC27_RANGE  0xF0062B08          MC 27 Range Register, single address mode
MTU_MC27_REVID  0xF0062B0C          MC 27 Revision ID Register
MTU_MC27_ECCS   0xF0062B0E          MC 27 ECC Safety Register
MTU_MC27_ECCD   0xF0062B10          MC 27 Memory ECC Detection Register
MTU_MC27_ETRR0  0xF0062B12          MC 27 Error Tracking Register 0
MTU_MC27_ETRR1  0xF0062B14          MC 27 Error Tracking Register 1
MTU_MC27_ETRR2  0xF0062B16          MC 27 Error Tracking Register 2
MTU_MC27_ETRR3  0xF0062B18          MC 27 Error Tracking Register 3
MTU_MC27_ETRR4  0xF0062B1A          MC 27 Error Tracking Register 4
MTU_MC27_RDBFL0 0xF0062B60          MC 27 Read Data and Bit Flip Register 0
MTU_MC27_RDBFL1 0xF0062B62          MC 27 Read Data and Bit Flip Register 1
MTU_MC27_RDBFL2 0xF0062B64          MC 27 Read Data and Bit Flip Register 2
MTU_MC27_RDBFL3 0xF0062B66          MC 27 Read Data and Bit Flip Register 3
MTU_MC27_RDBFL4 0xF0062B68          MC 27 Read Data and Bit Flip Register 4
MTU_MC27_RDBFL5 0xF0062B6A          MC 27 Read Data and Bit Flip Register 5
MTU_MC27_RDBFL6 0xF0062B6C          MC 27 Read Data and Bit Flip Register 6
MTU_MC27_RDBFL7 0xF0062B6E          MC 27 Read Data and Bit Flip Register 7
MTU_MC27_RDBFL8 0xF0062B70          MC 27 Read Data and Bit Flip Register 8
MTU_MC27_RDBFL9 0xF0062B72          MC 27 Read Data and Bit Flip Register 9
MTU_MC27_RDBFL10 0xF0062B74          MC 27 Read Data and Bit Flip Register 10
MTU_MC27_RDBFL11 0xF0062B76          MC 27 Read Data and Bit Flip Register 11
MTU_MC27_RDBFL12 0xF0062B78          MC 27 Read Data and Bit Flip Register 12
MTU_MC27_RDBFL13 0xF0062B7A          MC 27 Read Data and Bit Flip Register 13
MTU_MC27_RDBFL14 0xF0062B7C          MC 27 Read Data and Bit Flip Register 14
MTU_MC27_RDBFL15 0xF0062B7E          MC 27 Read Data and Bit Flip Register 15
MTU_MC27_RDBFL16 0xF0062B80          MC 27 Read Data and Bit Flip Register 16
MTU_MC27_RDBFL17 0xF0062B82          MC 27 Read Data and Bit Flip Register 17
MTU_MC27_RDBFL18 0xF0062B84          MC 27 Read Data and Bit Flip Register 18
MTU_MC27_RDBFL19 0xF0062B86          MC 27 Read Data and Bit Flip Register 19
MTU_MC27_RDBFL20 0xF0062B88          MC 27 Read Data and Bit Flip Register 20
MTU_MC27_RDBFL21 0xF0062B8A          MC 27 Read Data and Bit Flip Register 21
MTU_MC27_RDBFL22 0xF0062B8C          MC 27 Read Data and Bit Flip Register 22
MTU_MC27_RDBFL23 0xF0062B8E          MC 27 Read Data and Bit Flip Register 23
MTU_MC27_RDBFL24 0xF0062B90          MC 27 Read Data and Bit Flip Register 24
MTU_MC27_RDBFL25 0xF0062B92          MC 27 Read Data and Bit Flip Register 25
MTU_MC27_RDBFL26 0xF0062B94          MC 27 Read Data and Bit Flip Register 26
MTU_MC27_RDBFL27 0xF0062B96          MC 27 Read Data and Bit Flip Register 27
MTU_MC27_RDBFL28 0xF0062B98          MC 27 Read Data and Bit Flip Register 28
MTU_MC27_RDBFL29 0xF0062B9A          MC 27 Read Data and Bit Flip Register 29
MTU_MC27_RDBFL30 0xF0062B9C          MC 27 Read Data and Bit Flip Register 30
MTU_MC27_RDBFL31 0xF0062B9E          MC 27 Read Data and Bit Flip Register 31
MTU_MC27_RDBFL32 0xF0062BA0          MC 27 Read Data and Bit Flip Register 32
MTU_MC27_RDBFL33 0xF0062BA2          MC 27 Read Data and Bit Flip Register 33
MTU_MC27_RDBFL34 0xF0062BA4          MC 27 Read Data and Bit Flip Register 34
MTU_MC27_RDBFL35 0xF0062BA6          MC 27 Read Data and Bit Flip Register 35
MTU_MC27_RDBFL36 0xF0062BA8          MC 27 Read Data and Bit Flip Register 36
MTU_MC27_RDBFL37 0xF0062BAA          MC 27 Read Data and Bit Flip Register 37
MTU_MC27_RDBFL38 0xF0062BAC          MC 27 Read Data and Bit Flip Register 38
MTU_MC27_RDBFL39 0xF0062BAE          MC 27 Read Data and Bit Flip Register 39
MTU_MC27_RDBFL40 0xF0062BB0          MC 27 Read Data and Bit Flip Register 40
MTU_MC27_RDBFL41 0xF0062BB2          MC 27 Read Data and Bit Flip Register 41
MTU_MC27_RDBFL42 0xF0062BB4          MC 27 Read Data and Bit Flip Register 42
MTU_MC27_RDBFL43 0xF0062BB6          MC 27 Read Data and Bit Flip Register 43
MTU_MC27_RDBFL44 0xF0062BB8          MC 27 Read Data and Bit Flip Register 44
MTU_MC27_RDBFL45 0xF0062BBA          MC 27 Read Data and Bit Flip Register 45
MTU_MC27_RDBFL46 0xF0062BBC          MC 27 Read Data and Bit Flip Register 46
MTU_MC27_RDBFL47 0xF0062BBE          MC 27 Read Data and Bit Flip Register 47
MTU_MC27_RDBFL48 0xF0062BC0          MC 27 Read Data and Bit Flip Register 48
MTU_MC27_RDBFL49 0xF0062BC2          MC 27 Read Data and Bit Flip Register 49
MTU_MC27_RDBFL50 0xF0062BC4          MC 27 Read Data and Bit Flip Register 50
MTU_MC27_RDBFL51 0xF0062BC6          MC 27 Read Data and Bit Flip Register 51
MTU_MC27_RDBFL52 0xF0062BC8          MC 27 Read Data and Bit Flip Register 52
MTU_MC27_RDBFL53 0xF0062BCA          MC 27 Read Data and Bit Flip Register 53
MTU_MC27_RDBFL54 0xF0062BCC          MC 27 Read Data and Bit Flip Register 54
MTU_MC27_RDBFL55 0xF0062BCE          MC 27 Read Data and Bit Flip Register 55
MTU_MC27_RDBFL56 0xF0062BD0          MC 27 Read Data and Bit Flip Register 56
MTU_MC27_RDBFL57 0xF0062BD2          MC 27 Read Data and Bit Flip Register 57
MTU_MC27_RDBFL58 0xF0062BD4          MC 27 Read Data and Bit Flip Register 58
MTU_MC27_RDBFL59 0xF0062BD6          MC 27 Read Data and Bit Flip Register 59
MTU_MC27_RDBFL60 0xF0062BD8          MC 27 Read Data and Bit Flip Register 60
MTU_MC27_RDBFL61 0xF0062BDA          MC 27 Read Data and Bit Flip Register 61
MTU_MC27_RDBFL62 0xF0062BDC          MC 27 Read Data and Bit Flip Register 62
MTU_MC27_RDBFL63 0xF0062BDE          MC 27 Read Data and Bit Flip Register 63
MTU_MC27_RDBFL64 0xF0062BE0          MC 27 Read Data and Bit Flip Register 64
MTU_MC27_RDBFL65 0xF0062BE2          MC 27 Read Data and Bit Flip Register 65
MTU_MC27_RDBFL66 0xF0062BE4          MC 27 Read Data and Bit Flip Register 66
MTU_MC27_ALMSRCS 0xF0062BEE          MC 27 Alarm Sources Configuration Register
MTU_MC27_FAULTSTS 0xF0062BF0          MC 27 SSH Safety Faults Status Register
MTU_MC27_ERRINFO0 0xF0062BF2          MC 27 Error Information Register 0
MTU_MC27_ERRINFO1 0xF0062BF4          MC 27 Error Information Register 1
MTU_MC27_ERRINFO2 0xF0062BF6          MC 27 Error Information Register 2
MTU_MC27_ERRINFO3 0xF0062BF8          MC 27 Error Information Register 3
MTU_MC27_ERRINFO4 0xF0062BFA          MC 27 Error Information Register 4
MTU_MC28_CONFIG0 0xF0062C00          MC 28 Configuration Register 0
MTU_MC28_CONFIG1 0xF0062C02          MC 28 Configuration Register 1
MTU_MC28_MCONTROL 0xF0062C04          MC 28 MBIST Control Register
MTU_MC28_MSTATUS 0xF0062C06          MC 28 Status Register
MTU_MC28_RANGE  0xF0062C08          MC 28 Range Register, single address mode
MTU_MC28_REVID  0xF0062C0C          MC 28 Revision ID Register
MTU_MC28_ECCS   0xF0062C0E          MC 28 ECC Safety Register
MTU_MC28_ECCD   0xF0062C10          MC 28 Memory ECC Detection Register
MTU_MC28_ETRR0  0xF0062C12          MC 28 Error Tracking Register 0
MTU_MC28_ETRR1  0xF0062C14          MC 28 Error Tracking Register 1
MTU_MC28_ETRR2  0xF0062C16          MC 28 Error Tracking Register 2
MTU_MC28_ETRR3  0xF0062C18          MC 28 Error Tracking Register 3
MTU_MC28_ETRR4  0xF0062C1A          MC 28 Error Tracking Register 4
MTU_MC28_RDBFL0 0xF0062C60          MC 28 Read Data and Bit Flip Register 0
MTU_MC28_RDBFL1 0xF0062C62          MC 28 Read Data and Bit Flip Register 1
MTU_MC28_RDBFL2 0xF0062C64          MC 28 Read Data and Bit Flip Register 2
MTU_MC28_RDBFL3 0xF0062C66          MC 28 Read Data and Bit Flip Register 3
MTU_MC28_RDBFL4 0xF0062C68          MC 28 Read Data and Bit Flip Register 4
MTU_MC28_RDBFL5 0xF0062C6A          MC 28 Read Data and Bit Flip Register 5
MTU_MC28_RDBFL6 0xF0062C6C          MC 28 Read Data and Bit Flip Register 6
MTU_MC28_RDBFL7 0xF0062C6E          MC 28 Read Data and Bit Flip Register 7
MTU_MC28_RDBFL8 0xF0062C70          MC 28 Read Data and Bit Flip Register 8
MTU_MC28_RDBFL9 0xF0062C72          MC 28 Read Data and Bit Flip Register 9
MTU_MC28_RDBFL10 0xF0062C74          MC 28 Read Data and Bit Flip Register 10
MTU_MC28_RDBFL11 0xF0062C76          MC 28 Read Data and Bit Flip Register 11
MTU_MC28_RDBFL12 0xF0062C78          MC 28 Read Data and Bit Flip Register 12
MTU_MC28_RDBFL13 0xF0062C7A          MC 28 Read Data and Bit Flip Register 13
MTU_MC28_RDBFL14 0xF0062C7C          MC 28 Read Data and Bit Flip Register 14
MTU_MC28_RDBFL15 0xF0062C7E          MC 28 Read Data and Bit Flip Register 15
MTU_MC28_RDBFL16 0xF0062C80          MC 28 Read Data and Bit Flip Register 16
MTU_MC28_RDBFL17 0xF0062C82          MC 28 Read Data and Bit Flip Register 17
MTU_MC28_RDBFL18 0xF0062C84          MC 28 Read Data and Bit Flip Register 18
MTU_MC28_RDBFL19 0xF0062C86          MC 28 Read Data and Bit Flip Register 19
MTU_MC28_RDBFL20 0xF0062C88          MC 28 Read Data and Bit Flip Register 20
MTU_MC28_RDBFL21 0xF0062C8A          MC 28 Read Data and Bit Flip Register 21
MTU_MC28_RDBFL22 0xF0062C8C          MC 28 Read Data and Bit Flip Register 22
MTU_MC28_RDBFL23 0xF0062C8E          MC 28 Read Data and Bit Flip Register 23
MTU_MC28_RDBFL24 0xF0062C90          MC 28 Read Data and Bit Flip Register 24
MTU_MC28_RDBFL25 0xF0062C92          MC 28 Read Data and Bit Flip Register 25
MTU_MC28_RDBFL26 0xF0062C94          MC 28 Read Data and Bit Flip Register 26
MTU_MC28_RDBFL27 0xF0062C96          MC 28 Read Data and Bit Flip Register 27
MTU_MC28_RDBFL28 0xF0062C98          MC 28 Read Data and Bit Flip Register 28
MTU_MC28_RDBFL29 0xF0062C9A          MC 28 Read Data and Bit Flip Register 29
MTU_MC28_RDBFL30 0xF0062C9C          MC 28 Read Data and Bit Flip Register 30
MTU_MC28_RDBFL31 0xF0062C9E          MC 28 Read Data and Bit Flip Register 31
MTU_MC28_RDBFL32 0xF0062CA0          MC 28 Read Data and Bit Flip Register 32
MTU_MC28_RDBFL33 0xF0062CA2          MC 28 Read Data and Bit Flip Register 33
MTU_MC28_RDBFL34 0xF0062CA4          MC 28 Read Data and Bit Flip Register 34
MTU_MC28_RDBFL35 0xF0062CA6          MC 28 Read Data and Bit Flip Register 35
MTU_MC28_RDBFL36 0xF0062CA8          MC 28 Read Data and Bit Flip Register 36
MTU_MC28_RDBFL37 0xF0062CAA          MC 28 Read Data and Bit Flip Register 37
MTU_MC28_RDBFL38 0xF0062CAC          MC 28 Read Data and Bit Flip Register 38
MTU_MC28_RDBFL39 0xF0062CAE          MC 28 Read Data and Bit Flip Register 39
MTU_MC28_RDBFL40 0xF0062CB0          MC 28 Read Data and Bit Flip Register 40
MTU_MC28_RDBFL41 0xF0062CB2          MC 28 Read Data and Bit Flip Register 41
MTU_MC28_RDBFL42 0xF0062CB4          MC 28 Read Data and Bit Flip Register 42
MTU_MC28_RDBFL43 0xF0062CB6          MC 28 Read Data and Bit Flip Register 43
MTU_MC28_RDBFL44 0xF0062CB8          MC 28 Read Data and Bit Flip Register 44
MTU_MC28_RDBFL45 0xF0062CBA          MC 28 Read Data and Bit Flip Register 45
MTU_MC28_RDBFL46 0xF0062CBC          MC 28 Read Data and Bit Flip Register 46
MTU_MC28_RDBFL47 0xF0062CBE          MC 28 Read Data and Bit Flip Register 47
MTU_MC28_RDBFL48 0xF0062CC0          MC 28 Read Data and Bit Flip Register 48
MTU_MC28_RDBFL49 0xF0062CC2          MC 28 Read Data and Bit Flip Register 49
MTU_MC28_RDBFL50 0xF0062CC4          MC 28 Read Data and Bit Flip Register 50
MTU_MC28_RDBFL51 0xF0062CC6          MC 28 Read Data and Bit Flip Register 51
MTU_MC28_RDBFL52 0xF0062CC8          MC 28 Read Data and Bit Flip Register 52
MTU_MC28_RDBFL53 0xF0062CCA          MC 28 Read Data and Bit Flip Register 53
MTU_MC28_RDBFL54 0xF0062CCC          MC 28 Read Data and Bit Flip Register 54
MTU_MC28_RDBFL55 0xF0062CCE          MC 28 Read Data and Bit Flip Register 55
MTU_MC28_RDBFL56 0xF0062CD0          MC 28 Read Data and Bit Flip Register 56
MTU_MC28_RDBFL57 0xF0062CD2          MC 28 Read Data and Bit Flip Register 57
MTU_MC28_RDBFL58 0xF0062CD4          MC 28 Read Data and Bit Flip Register 58
MTU_MC28_RDBFL59 0xF0062CD6          MC 28 Read Data and Bit Flip Register 59
MTU_MC28_RDBFL60 0xF0062CD8          MC 28 Read Data and Bit Flip Register 60
MTU_MC28_RDBFL61 0xF0062CDA          MC 28 Read Data and Bit Flip Register 61
MTU_MC28_RDBFL62 0xF0062CDC          MC 28 Read Data and Bit Flip Register 62
MTU_MC28_RDBFL63 0xF0062CDE          MC 28 Read Data and Bit Flip Register 63
MTU_MC28_RDBFL64 0xF0062CE0          MC 28 Read Data and Bit Flip Register 64
MTU_MC28_RDBFL65 0xF0062CE2          MC 28 Read Data and Bit Flip Register 65
MTU_MC28_RDBFL66 0xF0062CE4          MC 28 Read Data and Bit Flip Register 66
MTU_MC28_ALMSRCS 0xF0062CEE          MC 28 Alarm Sources Configuration Register
MTU_MC28_FAULTSTS 0xF0062CF0          MC 28 SSH Safety Faults Status Register
MTU_MC28_ERRINFO0 0xF0062CF2          MC 28 Error Information Register 0
MTU_MC28_ERRINFO1 0xF0062CF4          MC 28 Error Information Register 1
MTU_MC28_ERRINFO2 0xF0062CF6          MC 28 Error Information Register 2
MTU_MC28_ERRINFO3 0xF0062CF8          MC 28 Error Information Register 3
MTU_MC28_ERRINFO4 0xF0062CFA          MC 28 Error Information Register 4
MTU_MC29_CONFIG0 0xF0062D00          MC 29 Configuration Register 0
MTU_MC29_CONFIG1 0xF0062D02          MC 29 Configuration Register 1
MTU_MC29_MCONTROL 0xF0062D04          MC 29 MBIST Control Register
MTU_MC29_MSTATUS 0xF0062D06          MC 29 Status Register
MTU_MC29_RANGE  0xF0062D08          MC 29 Range Register, single address mode
MTU_MC29_REVID  0xF0062D0C          MC 29 Revision ID Register
MTU_MC29_ECCS   0xF0062D0E          MC 29 ECC Safety Register
MTU_MC29_ECCD   0xF0062D10          MC 29 Memory ECC Detection Register
MTU_MC29_ETRR0  0xF0062D12          MC 29 Error Tracking Register 0
MTU_MC29_ETRR1  0xF0062D14          MC 29 Error Tracking Register 1
MTU_MC29_ETRR2  0xF0062D16          MC 29 Error Tracking Register 2
MTU_MC29_ETRR3  0xF0062D18          MC 29 Error Tracking Register 3
MTU_MC29_ETRR4  0xF0062D1A          MC 29 Error Tracking Register 4
MTU_MC29_RDBFL0 0xF0062D60          MC 29 Read Data and Bit Flip Register 0
MTU_MC29_RDBFL1 0xF0062D62          MC 29 Read Data and Bit Flip Register 1
MTU_MC29_RDBFL2 0xF0062D64          MC 29 Read Data and Bit Flip Register 2
MTU_MC29_RDBFL3 0xF0062D66          MC 29 Read Data and Bit Flip Register 3
MTU_MC29_RDBFL4 0xF0062D68          MC 29 Read Data and Bit Flip Register 4
MTU_MC29_RDBFL5 0xF0062D6A          MC 29 Read Data and Bit Flip Register 5
MTU_MC29_RDBFL6 0xF0062D6C          MC 29 Read Data and Bit Flip Register 6
MTU_MC29_RDBFL7 0xF0062D6E          MC 29 Read Data and Bit Flip Register 7
MTU_MC29_RDBFL8 0xF0062D70          MC 29 Read Data and Bit Flip Register 8
MTU_MC29_RDBFL9 0xF0062D72          MC 29 Read Data and Bit Flip Register 9
MTU_MC29_RDBFL10 0xF0062D74          MC 29 Read Data and Bit Flip Register 10
MTU_MC29_RDBFL11 0xF0062D76          MC 29 Read Data and Bit Flip Register 11
MTU_MC29_RDBFL12 0xF0062D78          MC 29 Read Data and Bit Flip Register 12
MTU_MC29_RDBFL13 0xF0062D7A          MC 29 Read Data and Bit Flip Register 13
MTU_MC29_RDBFL14 0xF0062D7C          MC 29 Read Data and Bit Flip Register 14
MTU_MC29_RDBFL15 0xF0062D7E          MC 29 Read Data and Bit Flip Register 15
MTU_MC29_RDBFL16 0xF0062D80          MC 29 Read Data and Bit Flip Register 16
MTU_MC29_RDBFL17 0xF0062D82          MC 29 Read Data and Bit Flip Register 17
MTU_MC29_RDBFL18 0xF0062D84          MC 29 Read Data and Bit Flip Register 18
MTU_MC29_RDBFL19 0xF0062D86          MC 29 Read Data and Bit Flip Register 19
MTU_MC29_RDBFL20 0xF0062D88          MC 29 Read Data and Bit Flip Register 20
MTU_MC29_RDBFL21 0xF0062D8A          MC 29 Read Data and Bit Flip Register 21
MTU_MC29_RDBFL22 0xF0062D8C          MC 29 Read Data and Bit Flip Register 22
MTU_MC29_RDBFL23 0xF0062D8E          MC 29 Read Data and Bit Flip Register 23
MTU_MC29_RDBFL24 0xF0062D90          MC 29 Read Data and Bit Flip Register 24
MTU_MC29_RDBFL25 0xF0062D92          MC 29 Read Data and Bit Flip Register 25
MTU_MC29_RDBFL26 0xF0062D94          MC 29 Read Data and Bit Flip Register 26
MTU_MC29_RDBFL27 0xF0062D96          MC 29 Read Data and Bit Flip Register 27
MTU_MC29_RDBFL28 0xF0062D98          MC 29 Read Data and Bit Flip Register 28
MTU_MC29_RDBFL29 0xF0062D9A          MC 29 Read Data and Bit Flip Register 29
MTU_MC29_RDBFL30 0xF0062D9C          MC 29 Read Data and Bit Flip Register 30
MTU_MC29_RDBFL31 0xF0062D9E          MC 29 Read Data and Bit Flip Register 31
MTU_MC29_RDBFL32 0xF0062DA0          MC 29 Read Data and Bit Flip Register 32
MTU_MC29_RDBFL33 0xF0062DA2          MC 29 Read Data and Bit Flip Register 33
MTU_MC29_RDBFL34 0xF0062DA4          MC 29 Read Data and Bit Flip Register 34
MTU_MC29_RDBFL35 0xF0062DA6          MC 29 Read Data and Bit Flip Register 35
MTU_MC29_RDBFL36 0xF0062DA8          MC 29 Read Data and Bit Flip Register 36
MTU_MC29_RDBFL37 0xF0062DAA          MC 29 Read Data and Bit Flip Register 37
MTU_MC29_RDBFL38 0xF0062DAC          MC 29 Read Data and Bit Flip Register 38
MTU_MC29_RDBFL39 0xF0062DAE          MC 29 Read Data and Bit Flip Register 39
MTU_MC29_RDBFL40 0xF0062DB0          MC 29 Read Data and Bit Flip Register 40
MTU_MC29_RDBFL41 0xF0062DB2          MC 29 Read Data and Bit Flip Register 41
MTU_MC29_RDBFL42 0xF0062DB4          MC 29 Read Data and Bit Flip Register 42
MTU_MC29_RDBFL43 0xF0062DB6          MC 29 Read Data and Bit Flip Register 43
MTU_MC29_RDBFL44 0xF0062DB8          MC 29 Read Data and Bit Flip Register 44
MTU_MC29_RDBFL45 0xF0062DBA          MC 29 Read Data and Bit Flip Register 45
MTU_MC29_RDBFL46 0xF0062DBC          MC 29 Read Data and Bit Flip Register 46
MTU_MC29_RDBFL47 0xF0062DBE          MC 29 Read Data and Bit Flip Register 47
MTU_MC29_RDBFL48 0xF0062DC0          MC 29 Read Data and Bit Flip Register 48
MTU_MC29_RDBFL49 0xF0062DC2          MC 29 Read Data and Bit Flip Register 49
MTU_MC29_RDBFL50 0xF0062DC4          MC 29 Read Data and Bit Flip Register 50
MTU_MC29_RDBFL51 0xF0062DC6          MC 29 Read Data and Bit Flip Register 51
MTU_MC29_RDBFL52 0xF0062DC8          MC 29 Read Data and Bit Flip Register 52
MTU_MC29_RDBFL53 0xF0062DCA          MC 29 Read Data and Bit Flip Register 53
MTU_MC29_RDBFL54 0xF0062DCC          MC 29 Read Data and Bit Flip Register 54
MTU_MC29_RDBFL55 0xF0062DCE          MC 29 Read Data and Bit Flip Register 55
MTU_MC29_RDBFL56 0xF0062DD0          MC 29 Read Data and Bit Flip Register 56
MTU_MC29_RDBFL57 0xF0062DD2          MC 29 Read Data and Bit Flip Register 57
MTU_MC29_RDBFL58 0xF0062DD4          MC 29 Read Data and Bit Flip Register 58
MTU_MC29_RDBFL59 0xF0062DD6          MC 29 Read Data and Bit Flip Register 59
MTU_MC29_RDBFL60 0xF0062DD8          MC 29 Read Data and Bit Flip Register 60
MTU_MC29_RDBFL61 0xF0062DDA          MC 29 Read Data and Bit Flip Register 61
MTU_MC29_RDBFL62 0xF0062DDC          MC 29 Read Data and Bit Flip Register 62
MTU_MC29_RDBFL63 0xF0062DDE          MC 29 Read Data and Bit Flip Register 63
MTU_MC29_RDBFL64 0xF0062DE0          MC 29 Read Data and Bit Flip Register 64
MTU_MC29_RDBFL65 0xF0062DE2          MC 29 Read Data and Bit Flip Register 65
MTU_MC29_RDBFL66 0xF0062DE4          MC 29 Read Data and Bit Flip Register 66
MTU_MC29_ALMSRCS 0xF0062DEE          MC 29 Alarm Sources Configuration Register
MTU_MC29_FAULTSTS 0xF0062DF0          MC 29 SSH Safety Faults Status Register
MTU_MC29_ERRINFO0 0xF0062DF2          MC 29 Error Information Register 0
MTU_MC29_ERRINFO1 0xF0062DF4          MC 29 Error Information Register 1
MTU_MC29_ERRINFO2 0xF0062DF6          MC 29 Error Information Register 2
MTU_MC29_ERRINFO3 0xF0062DF8          MC 29 Error Information Register 3
MTU_MC29_ERRINFO4 0xF0062DFA          MC 29 Error Information Register 4
MTU_MC30_CONFIG0 0xF0062E00          MC 30 Configuration Register 0
MTU_MC30_CONFIG1 0xF0062E02          MC 30 Configuration Register 1
MTU_MC30_MCONTROL 0xF0062E04          MC 30 MBIST Control Register
MTU_MC30_MSTATUS 0xF0062E06          MC 30 Status Register
MTU_MC30_RANGE  0xF0062E08          MC 30 Range Register, single address mode
MTU_MC30_REVID  0xF0062E0C          MC 30 Revision ID Register
MTU_MC30_ECCS   0xF0062E0E          MC 30 ECC Safety Register
MTU_MC30_ECCD   0xF0062E10          MC 30 Memory ECC Detection Register
MTU_MC30_ETRR0  0xF0062E12          MC 30 Error Tracking Register 0
MTU_MC30_ETRR1  0xF0062E14          MC 30 Error Tracking Register 1
MTU_MC30_ETRR2  0xF0062E16          MC 30 Error Tracking Register 2
MTU_MC30_ETRR3  0xF0062E18          MC 30 Error Tracking Register 3
MTU_MC30_ETRR4  0xF0062E1A          MC 30 Error Tracking Register 4
MTU_MC30_RDBFL0 0xF0062E60          MC 30 Read Data and Bit Flip Register 0
MTU_MC30_RDBFL1 0xF0062E62          MC 30 Read Data and Bit Flip Register 1
MTU_MC30_RDBFL2 0xF0062E64          MC 30 Read Data and Bit Flip Register 2
MTU_MC30_RDBFL3 0xF0062E66          MC 30 Read Data and Bit Flip Register 3
MTU_MC30_RDBFL4 0xF0062E68          MC 30 Read Data and Bit Flip Register 4
MTU_MC30_RDBFL5 0xF0062E6A          MC 30 Read Data and Bit Flip Register 5
MTU_MC30_RDBFL6 0xF0062E6C          MC 30 Read Data and Bit Flip Register 6
MTU_MC30_RDBFL7 0xF0062E6E          MC 30 Read Data and Bit Flip Register 7
MTU_MC30_RDBFL8 0xF0062E70          MC 30 Read Data and Bit Flip Register 8
MTU_MC30_RDBFL9 0xF0062E72          MC 30 Read Data and Bit Flip Register 9
MTU_MC30_RDBFL10 0xF0062E74          MC 30 Read Data and Bit Flip Register 10
MTU_MC30_RDBFL11 0xF0062E76          MC 30 Read Data and Bit Flip Register 11
MTU_MC30_RDBFL12 0xF0062E78          MC 30 Read Data and Bit Flip Register 12
MTU_MC30_RDBFL13 0xF0062E7A          MC 30 Read Data and Bit Flip Register 13
MTU_MC30_RDBFL14 0xF0062E7C          MC 30 Read Data and Bit Flip Register 14
MTU_MC30_RDBFL15 0xF0062E7E          MC 30 Read Data and Bit Flip Register 15
MTU_MC30_RDBFL16 0xF0062E80          MC 30 Read Data and Bit Flip Register 16
MTU_MC30_RDBFL17 0xF0062E82          MC 30 Read Data and Bit Flip Register 17
MTU_MC30_RDBFL18 0xF0062E84          MC 30 Read Data and Bit Flip Register 18
MTU_MC30_RDBFL19 0xF0062E86          MC 30 Read Data and Bit Flip Register 19
MTU_MC30_RDBFL20 0xF0062E88          MC 30 Read Data and Bit Flip Register 20
MTU_MC30_RDBFL21 0xF0062E8A          MC 30 Read Data and Bit Flip Register 21
MTU_MC30_RDBFL22 0xF0062E8C          MC 30 Read Data and Bit Flip Register 22
MTU_MC30_RDBFL23 0xF0062E8E          MC 30 Read Data and Bit Flip Register 23
MTU_MC30_RDBFL24 0xF0062E90          MC 30 Read Data and Bit Flip Register 24
MTU_MC30_RDBFL25 0xF0062E92          MC 30 Read Data and Bit Flip Register 25
MTU_MC30_RDBFL26 0xF0062E94          MC 30 Read Data and Bit Flip Register 26
MTU_MC30_RDBFL27 0xF0062E96          MC 30 Read Data and Bit Flip Register 27
MTU_MC30_RDBFL28 0xF0062E98          MC 30 Read Data and Bit Flip Register 28
MTU_MC30_RDBFL29 0xF0062E9A          MC 30 Read Data and Bit Flip Register 29
MTU_MC30_RDBFL30 0xF0062E9C          MC 30 Read Data and Bit Flip Register 30
MTU_MC30_RDBFL31 0xF0062E9E          MC 30 Read Data and Bit Flip Register 31
MTU_MC30_RDBFL32 0xF0062EA0          MC 30 Read Data and Bit Flip Register 32
MTU_MC30_RDBFL33 0xF0062EA2          MC 30 Read Data and Bit Flip Register 33
MTU_MC30_RDBFL34 0xF0062EA4          MC 30 Read Data and Bit Flip Register 34
MTU_MC30_RDBFL35 0xF0062EA6          MC 30 Read Data and Bit Flip Register 35
MTU_MC30_RDBFL36 0xF0062EA8          MC 30 Read Data and Bit Flip Register 36
MTU_MC30_RDBFL37 0xF0062EAA          MC 30 Read Data and Bit Flip Register 37
MTU_MC30_RDBFL38 0xF0062EAC          MC 30 Read Data and Bit Flip Register 38
MTU_MC30_RDBFL39 0xF0062EAE          MC 30 Read Data and Bit Flip Register 39
MTU_MC30_RDBFL40 0xF0062EB0          MC 30 Read Data and Bit Flip Register 40
MTU_MC30_RDBFL41 0xF0062EB2          MC 30 Read Data and Bit Flip Register 41
MTU_MC30_RDBFL42 0xF0062EB4          MC 30 Read Data and Bit Flip Register 42
MTU_MC30_RDBFL43 0xF0062EB6          MC 30 Read Data and Bit Flip Register 43
MTU_MC30_RDBFL44 0xF0062EB8          MC 30 Read Data and Bit Flip Register 44
MTU_MC30_RDBFL45 0xF0062EBA          MC 30 Read Data and Bit Flip Register 45
MTU_MC30_RDBFL46 0xF0062EBC          MC 30 Read Data and Bit Flip Register 46
MTU_MC30_RDBFL47 0xF0062EBE          MC 30 Read Data and Bit Flip Register 47
MTU_MC30_RDBFL48 0xF0062EC0          MC 30 Read Data and Bit Flip Register 48
MTU_MC30_RDBFL49 0xF0062EC2          MC 30 Read Data and Bit Flip Register 49
MTU_MC30_RDBFL50 0xF0062EC4          MC 30 Read Data and Bit Flip Register 50
MTU_MC30_RDBFL51 0xF0062EC6          MC 30 Read Data and Bit Flip Register 51
MTU_MC30_RDBFL52 0xF0062EC8          MC 30 Read Data and Bit Flip Register 52
MTU_MC30_RDBFL53 0xF0062ECA          MC 30 Read Data and Bit Flip Register 53
MTU_MC30_RDBFL54 0xF0062ECC          MC 30 Read Data and Bit Flip Register 54
MTU_MC30_RDBFL55 0xF0062ECE          MC 30 Read Data and Bit Flip Register 55
MTU_MC30_RDBFL56 0xF0062ED0          MC 30 Read Data and Bit Flip Register 56
MTU_MC30_RDBFL57 0xF0062ED2          MC 30 Read Data and Bit Flip Register 57
MTU_MC30_RDBFL58 0xF0062ED4          MC 30 Read Data and Bit Flip Register 58
MTU_MC30_RDBFL59 0xF0062ED6          MC 30 Read Data and Bit Flip Register 59
MTU_MC30_RDBFL60 0xF0062ED8          MC 30 Read Data and Bit Flip Register 60
MTU_MC30_RDBFL61 0xF0062EDA          MC 30 Read Data and Bit Flip Register 61
MTU_MC30_RDBFL62 0xF0062EDC          MC 30 Read Data and Bit Flip Register 62
MTU_MC30_RDBFL63 0xF0062EDE          MC 30 Read Data and Bit Flip Register 63
MTU_MC30_RDBFL64 0xF0062EE0          MC 30 Read Data and Bit Flip Register 64
MTU_MC30_RDBFL65 0xF0062EE2          MC 30 Read Data and Bit Flip Register 65
MTU_MC30_RDBFL66 0xF0062EE4          MC 30 Read Data and Bit Flip Register 66
MTU_MC30_ALMSRCS 0xF0062EEE          MC 30 Alarm Sources Configuration Register
MTU_MC30_FAULTSTS 0xF0062EF0          MC 30 SSH Safety Faults Status Register
MTU_MC30_ERRINFO0 0xF0062EF2          MC 30 Error Information Register 0
MTU_MC30_ERRINFO1 0xF0062EF4          MC 30 Error Information Register 1
MTU_MC30_ERRINFO2 0xF0062EF6          MC 30 Error Information Register 2
MTU_MC30_ERRINFO3 0xF0062EF8          MC 30 Error Information Register 3
MTU_MC30_ERRINFO4 0xF0062EFA          MC 30 Error Information Register 4
MTU_MC31_CONFIG0 0xF0062F00          MC 31 Configuration Register 0
MTU_MC31_CONFIG1 0xF0062F02          MC 31 Configuration Register 1
MTU_MC31_MCONTROL 0xF0062F04          MC 31 MBIST Control Register
MTU_MC31_MSTATUS 0xF0062F06          MC 31 Status Register
MTU_MC31_RANGE  0xF0062F08          MC 31 Range Register, single address mode
MTU_MC31_REVID  0xF0062F0C          MC 31 Revision ID Register
MTU_MC31_ECCS   0xF0062F0E          MC 31 ECC Safety Register
MTU_MC31_ECCD   0xF0062F10          MC 31 Memory ECC Detection Register
MTU_MC31_ETRR0  0xF0062F12          MC 31 Error Tracking Register 0
MTU_MC31_ETRR1  0xF0062F14          MC 31 Error Tracking Register 1
MTU_MC31_ETRR2  0xF0062F16          MC 31 Error Tracking Register 2
MTU_MC31_ETRR3  0xF0062F18          MC 31 Error Tracking Register 3
MTU_MC31_ETRR4  0xF0062F1A          MC 31 Error Tracking Register 4
MTU_MC31_RDBFL0 0xF0062F60          MC 31 Read Data and Bit Flip Register 0
MTU_MC31_RDBFL1 0xF0062F62          MC 31 Read Data and Bit Flip Register 1
MTU_MC31_RDBFL2 0xF0062F64          MC 31 Read Data and Bit Flip Register 2
MTU_MC31_RDBFL3 0xF0062F66          MC 31 Read Data and Bit Flip Register 3
MTU_MC31_RDBFL4 0xF0062F68          MC 31 Read Data and Bit Flip Register 4
MTU_MC31_RDBFL5 0xF0062F6A          MC 31 Read Data and Bit Flip Register 5
MTU_MC31_RDBFL6 0xF0062F6C          MC 31 Read Data and Bit Flip Register 6
MTU_MC31_RDBFL7 0xF0062F6E          MC 31 Read Data and Bit Flip Register 7
MTU_MC31_RDBFL8 0xF0062F70          MC 31 Read Data and Bit Flip Register 8
MTU_MC31_RDBFL9 0xF0062F72          MC 31 Read Data and Bit Flip Register 9
MTU_MC31_RDBFL10 0xF0062F74          MC 31 Read Data and Bit Flip Register 10
MTU_MC31_RDBFL11 0xF0062F76          MC 31 Read Data and Bit Flip Register 11
MTU_MC31_RDBFL12 0xF0062F78          MC 31 Read Data and Bit Flip Register 12
MTU_MC31_RDBFL13 0xF0062F7A          MC 31 Read Data and Bit Flip Register 13
MTU_MC31_RDBFL14 0xF0062F7C          MC 31 Read Data and Bit Flip Register 14
MTU_MC31_RDBFL15 0xF0062F7E          MC 31 Read Data and Bit Flip Register 15
MTU_MC31_RDBFL16 0xF0062F80          MC 31 Read Data and Bit Flip Register 16
MTU_MC31_RDBFL17 0xF0062F82          MC 31 Read Data and Bit Flip Register 17
MTU_MC31_RDBFL18 0xF0062F84          MC 31 Read Data and Bit Flip Register 18
MTU_MC31_RDBFL19 0xF0062F86          MC 31 Read Data and Bit Flip Register 19
MTU_MC31_RDBFL20 0xF0062F88          MC 31 Read Data and Bit Flip Register 20
MTU_MC31_RDBFL21 0xF0062F8A          MC 31 Read Data and Bit Flip Register 21
MTU_MC31_RDBFL22 0xF0062F8C          MC 31 Read Data and Bit Flip Register 22
MTU_MC31_RDBFL23 0xF0062F8E          MC 31 Read Data and Bit Flip Register 23
MTU_MC31_RDBFL24 0xF0062F90          MC 31 Read Data and Bit Flip Register 24
MTU_MC31_RDBFL25 0xF0062F92          MC 31 Read Data and Bit Flip Register 25
MTU_MC31_RDBFL26 0xF0062F94          MC 31 Read Data and Bit Flip Register 26
MTU_MC31_RDBFL27 0xF0062F96          MC 31 Read Data and Bit Flip Register 27
MTU_MC31_RDBFL28 0xF0062F98          MC 31 Read Data and Bit Flip Register 28
MTU_MC31_RDBFL29 0xF0062F9A          MC 31 Read Data and Bit Flip Register 29
MTU_MC31_RDBFL30 0xF0062F9C          MC 31 Read Data and Bit Flip Register 30
MTU_MC31_RDBFL31 0xF0062F9E          MC 31 Read Data and Bit Flip Register 31
MTU_MC31_RDBFL32 0xF0062FA0          MC 31 Read Data and Bit Flip Register 32
MTU_MC31_RDBFL33 0xF0062FA2          MC 31 Read Data and Bit Flip Register 33
MTU_MC31_RDBFL34 0xF0062FA4          MC 31 Read Data and Bit Flip Register 34
MTU_MC31_RDBFL35 0xF0062FA6          MC 31 Read Data and Bit Flip Register 35
MTU_MC31_RDBFL36 0xF0062FA8          MC 31 Read Data and Bit Flip Register 36
MTU_MC31_RDBFL37 0xF0062FAA          MC 31 Read Data and Bit Flip Register 37
MTU_MC31_RDBFL38 0xF0062FAC          MC 31 Read Data and Bit Flip Register 38
MTU_MC31_RDBFL39 0xF0062FAE          MC 31 Read Data and Bit Flip Register 39
MTU_MC31_RDBFL40 0xF0062FB0          MC 31 Read Data and Bit Flip Register 40
MTU_MC31_RDBFL41 0xF0062FB2          MC 31 Read Data and Bit Flip Register 41
MTU_MC31_RDBFL42 0xF0062FB4          MC 31 Read Data and Bit Flip Register 42
MTU_MC31_RDBFL43 0xF0062FB6          MC 31 Read Data and Bit Flip Register 43
MTU_MC31_RDBFL44 0xF0062FB8          MC 31 Read Data and Bit Flip Register 44
MTU_MC31_RDBFL45 0xF0062FBA          MC 31 Read Data and Bit Flip Register 45
MTU_MC31_RDBFL46 0xF0062FBC          MC 31 Read Data and Bit Flip Register 46
MTU_MC31_RDBFL47 0xF0062FBE          MC 31 Read Data and Bit Flip Register 47
MTU_MC31_RDBFL48 0xF0062FC0          MC 31 Read Data and Bit Flip Register 48
MTU_MC31_RDBFL49 0xF0062FC2          MC 31 Read Data and Bit Flip Register 49
MTU_MC31_RDBFL50 0xF0062FC4          MC 31 Read Data and Bit Flip Register 50
MTU_MC31_RDBFL51 0xF0062FC6          MC 31 Read Data and Bit Flip Register 51
MTU_MC31_RDBFL52 0xF0062FC8          MC 31 Read Data and Bit Flip Register 52
MTU_MC31_RDBFL53 0xF0062FCA          MC 31 Read Data and Bit Flip Register 53
MTU_MC31_RDBFL54 0xF0062FCC          MC 31 Read Data and Bit Flip Register 54
MTU_MC31_RDBFL55 0xF0062FCE          MC 31 Read Data and Bit Flip Register 55
MTU_MC31_RDBFL56 0xF0062FD0          MC 31 Read Data and Bit Flip Register 56
MTU_MC31_RDBFL57 0xF0062FD2          MC 31 Read Data and Bit Flip Register 57
MTU_MC31_RDBFL58 0xF0062FD4          MC 31 Read Data and Bit Flip Register 58
MTU_MC31_RDBFL59 0xF0062FD6          MC 31 Read Data and Bit Flip Register 59
MTU_MC31_RDBFL60 0xF0062FD8          MC 31 Read Data and Bit Flip Register 60
MTU_MC31_RDBFL61 0xF0062FDA          MC 31 Read Data and Bit Flip Register 61
MTU_MC31_RDBFL62 0xF0062FDC          MC 31 Read Data and Bit Flip Register 62
MTU_MC31_RDBFL63 0xF0062FDE          MC 31 Read Data and Bit Flip Register 63
MTU_MC31_RDBFL64 0xF0062FE0          MC 31 Read Data and Bit Flip Register 64
MTU_MC31_RDBFL65 0xF0062FE2          MC 31 Read Data and Bit Flip Register 65
MTU_MC31_RDBFL66 0xF0062FE4          MC 31 Read Data and Bit Flip Register 66
MTU_MC31_ALMSRCS 0xF0062FEE          MC 31 Alarm Sources Configuration Register
MTU_MC31_FAULTSTS 0xF0062FF0          MC 31 SSH Safety Faults Status Register
MTU_MC31_ERRINFO0 0xF0062FF2          MC 31 Error Information Register 0
MTU_MC31_ERRINFO1 0xF0062FF4          MC 31 Error Information Register 1
MTU_MC31_ERRINFO2 0xF0062FF6          MC 31 Error Information Register 2
MTU_MC31_ERRINFO3 0xF0062FF8          MC 31 Error Information Register 3
MTU_MC31_ERRINFO4 0xF0062FFA          MC 31 Error Information Register 4
MTU_MC32_CONFIG0 0xF0063000          MC 32 Configuration Register 0
MTU_MC32_CONFIG1 0xF0063002          MC 32 Configuration Register 1
MTU_MC32_MCONTROL 0xF0063004          MC 32 MBIST Control Register
MTU_MC32_MSTATUS 0xF0063006          MC 32 Status Register
MTU_MC32_RANGE  0xF0063008          MC 32 Range Register, single address mode
MTU_MC32_REVID  0xF006300C          MC 32 Revision ID Register
MTU_MC32_ECCS   0xF006300E          MC 32 ECC Safety Register
MTU_MC32_ECCD   0xF0063010          MC 32 Memory ECC Detection Register
MTU_MC32_ETRR0  0xF0063012          MC 32 Error Tracking Register 0
MTU_MC32_ETRR1  0xF0063014          MC 32 Error Tracking Register 1
MTU_MC32_ETRR2  0xF0063016          MC 32 Error Tracking Register 2
MTU_MC32_ETRR3  0xF0063018          MC 32 Error Tracking Register 3
MTU_MC32_ETRR4  0xF006301A          MC 32 Error Tracking Register 4
MTU_MC32_RDBFL0 0xF0063060          MC 32 Read Data and Bit Flip Register 0
MTU_MC32_RDBFL1 0xF0063062          MC 32 Read Data and Bit Flip Register 1
MTU_MC32_RDBFL2 0xF0063064          MC 32 Read Data and Bit Flip Register 2
MTU_MC32_RDBFL3 0xF0063066          MC 32 Read Data and Bit Flip Register 3
MTU_MC32_RDBFL4 0xF0063068          MC 32 Read Data and Bit Flip Register 4
MTU_MC32_RDBFL5 0xF006306A          MC 32 Read Data and Bit Flip Register 5
MTU_MC32_RDBFL6 0xF006306C          MC 32 Read Data and Bit Flip Register 6
MTU_MC32_RDBFL7 0xF006306E          MC 32 Read Data and Bit Flip Register 7
MTU_MC32_RDBFL8 0xF0063070          MC 32 Read Data and Bit Flip Register 8
MTU_MC32_RDBFL9 0xF0063072          MC 32 Read Data and Bit Flip Register 9
MTU_MC32_RDBFL10 0xF0063074          MC 32 Read Data and Bit Flip Register 10
MTU_MC32_RDBFL11 0xF0063076          MC 32 Read Data and Bit Flip Register 11
MTU_MC32_RDBFL12 0xF0063078          MC 32 Read Data and Bit Flip Register 12
MTU_MC32_RDBFL13 0xF006307A          MC 32 Read Data and Bit Flip Register 13
MTU_MC32_RDBFL14 0xF006307C          MC 32 Read Data and Bit Flip Register 14
MTU_MC32_RDBFL15 0xF006307E          MC 32 Read Data and Bit Flip Register 15
MTU_MC32_RDBFL16 0xF0063080          MC 32 Read Data and Bit Flip Register 16
MTU_MC32_RDBFL17 0xF0063082          MC 32 Read Data and Bit Flip Register 17
MTU_MC32_RDBFL18 0xF0063084          MC 32 Read Data and Bit Flip Register 18
MTU_MC32_RDBFL19 0xF0063086          MC 32 Read Data and Bit Flip Register 19
MTU_MC32_RDBFL20 0xF0063088          MC 32 Read Data and Bit Flip Register 20
MTU_MC32_RDBFL21 0xF006308A          MC 32 Read Data and Bit Flip Register 21
MTU_MC32_RDBFL22 0xF006308C          MC 32 Read Data and Bit Flip Register 22
MTU_MC32_RDBFL23 0xF006308E          MC 32 Read Data and Bit Flip Register 23
MTU_MC32_RDBFL24 0xF0063090          MC 32 Read Data and Bit Flip Register 24
MTU_MC32_RDBFL25 0xF0063092          MC 32 Read Data and Bit Flip Register 25
MTU_MC32_RDBFL26 0xF0063094          MC 32 Read Data and Bit Flip Register 26
MTU_MC32_RDBFL27 0xF0063096          MC 32 Read Data and Bit Flip Register 27
MTU_MC32_RDBFL28 0xF0063098          MC 32 Read Data and Bit Flip Register 28
MTU_MC32_RDBFL29 0xF006309A          MC 32 Read Data and Bit Flip Register 29
MTU_MC32_RDBFL30 0xF006309C          MC 32 Read Data and Bit Flip Register 30
MTU_MC32_RDBFL31 0xF006309E          MC 32 Read Data and Bit Flip Register 31
MTU_MC32_RDBFL32 0xF00630A0          MC 32 Read Data and Bit Flip Register 32
MTU_MC32_RDBFL33 0xF00630A2          MC 32 Read Data and Bit Flip Register 33
MTU_MC32_RDBFL34 0xF00630A4          MC 32 Read Data and Bit Flip Register 34
MTU_MC32_RDBFL35 0xF00630A6          MC 32 Read Data and Bit Flip Register 35
MTU_MC32_RDBFL36 0xF00630A8          MC 32 Read Data and Bit Flip Register 36
MTU_MC32_RDBFL37 0xF00630AA          MC 32 Read Data and Bit Flip Register 37
MTU_MC32_RDBFL38 0xF00630AC          MC 32 Read Data and Bit Flip Register 38
MTU_MC32_RDBFL39 0xF00630AE          MC 32 Read Data and Bit Flip Register 39
MTU_MC32_RDBFL40 0xF00630B0          MC 32 Read Data and Bit Flip Register 40
MTU_MC32_RDBFL41 0xF00630B2          MC 32 Read Data and Bit Flip Register 41
MTU_MC32_RDBFL42 0xF00630B4          MC 32 Read Data and Bit Flip Register 42
MTU_MC32_RDBFL43 0xF00630B6          MC 32 Read Data and Bit Flip Register 43
MTU_MC32_RDBFL44 0xF00630B8          MC 32 Read Data and Bit Flip Register 44
MTU_MC32_RDBFL45 0xF00630BA          MC 32 Read Data and Bit Flip Register 45
MTU_MC32_RDBFL46 0xF00630BC          MC 32 Read Data and Bit Flip Register 46
MTU_MC32_RDBFL47 0xF00630BE          MC 32 Read Data and Bit Flip Register 47
MTU_MC32_RDBFL48 0xF00630C0          MC 32 Read Data and Bit Flip Register 48
MTU_MC32_RDBFL49 0xF00630C2          MC 32 Read Data and Bit Flip Register 49
MTU_MC32_RDBFL50 0xF00630C4          MC 32 Read Data and Bit Flip Register 50
MTU_MC32_RDBFL51 0xF00630C6          MC 32 Read Data and Bit Flip Register 51
MTU_MC32_RDBFL52 0xF00630C8          MC 32 Read Data and Bit Flip Register 52
MTU_MC32_RDBFL53 0xF00630CA          MC 32 Read Data and Bit Flip Register 53
MTU_MC32_RDBFL54 0xF00630CC          MC 32 Read Data and Bit Flip Register 54
MTU_MC32_RDBFL55 0xF00630CE          MC 32 Read Data and Bit Flip Register 55
MTU_MC32_RDBFL56 0xF00630D0          MC 32 Read Data and Bit Flip Register 56
MTU_MC32_RDBFL57 0xF00630D2          MC 32 Read Data and Bit Flip Register 57
MTU_MC32_RDBFL58 0xF00630D4          MC 32 Read Data and Bit Flip Register 58
MTU_MC32_RDBFL59 0xF00630D6          MC 32 Read Data and Bit Flip Register 59
MTU_MC32_RDBFL60 0xF00630D8          MC 32 Read Data and Bit Flip Register 60
MTU_MC32_RDBFL61 0xF00630DA          MC 32 Read Data and Bit Flip Register 61
MTU_MC32_RDBFL62 0xF00630DC          MC 32 Read Data and Bit Flip Register 62
MTU_MC32_RDBFL63 0xF00630DE          MC 32 Read Data and Bit Flip Register 63
MTU_MC32_RDBFL64 0xF00630E0          MC 32 Read Data and Bit Flip Register 64
MTU_MC32_RDBFL65 0xF00630E2          MC 32 Read Data and Bit Flip Register 65
MTU_MC32_RDBFL66 0xF00630E4          MC 32 Read Data and Bit Flip Register 66
MTU_MC32_ALMSRCS 0xF00630EE          MC 32 Alarm Sources Configuration Register
MTU_MC32_FAULTSTS 0xF00630F0          MC 32 SSH Safety Faults Status Register
MTU_MC32_ERRINFO0 0xF00630F2          MC 32 Error Information Register 0
MTU_MC32_ERRINFO1 0xF00630F4          MC 32 Error Information Register 1
MTU_MC32_ERRINFO2 0xF00630F6          MC 32 Error Information Register 2
MTU_MC32_ERRINFO3 0xF00630F8          MC 32 Error Information Register 3
MTU_MC32_ERRINFO4 0xF00630FA          MC 32 Error Information Register 4
MTU_MC33_CONFIG0 0xF0063100          MC 33 Configuration Register 0
MTU_MC33_CONFIG1 0xF0063102          MC 33 Configuration Register 1
MTU_MC33_MCONTROL 0xF0063104          MC 33 MBIST Control Register
MTU_MC33_MSTATUS 0xF0063106          MC 33 Status Register
MTU_MC33_RANGE  0xF0063108          MC 33 Range Register, single address mode
MTU_MC33_REVID  0xF006310C          MC 33 Revision ID Register
MTU_MC33_ECCS   0xF006310E          MC 33 ECC Safety Register
MTU_MC33_ECCD   0xF0063110          MC 33 Memory ECC Detection Register
MTU_MC33_ETRR0  0xF0063112          MC 33 Error Tracking Register 0
MTU_MC33_ETRR1  0xF0063114          MC 33 Error Tracking Register 1
MTU_MC33_ETRR2  0xF0063116          MC 33 Error Tracking Register 2
MTU_MC33_ETRR3  0xF0063118          MC 33 Error Tracking Register 3
MTU_MC33_ETRR4  0xF006311A          MC 33 Error Tracking Register 4
MTU_MC33_RDBFL0 0xF0063160          MC 33 Read Data and Bit Flip Register 0
MTU_MC33_RDBFL1 0xF0063162          MC 33 Read Data and Bit Flip Register 1
MTU_MC33_RDBFL2 0xF0063164          MC 33 Read Data and Bit Flip Register 2
MTU_MC33_RDBFL3 0xF0063166          MC 33 Read Data and Bit Flip Register 3
MTU_MC33_RDBFL4 0xF0063168          MC 33 Read Data and Bit Flip Register 4
MTU_MC33_RDBFL5 0xF006316A          MC 33 Read Data and Bit Flip Register 5
MTU_MC33_RDBFL6 0xF006316C          MC 33 Read Data and Bit Flip Register 6
MTU_MC33_RDBFL7 0xF006316E          MC 33 Read Data and Bit Flip Register 7
MTU_MC33_RDBFL8 0xF0063170          MC 33 Read Data and Bit Flip Register 8
MTU_MC33_RDBFL9 0xF0063172          MC 33 Read Data and Bit Flip Register 9
MTU_MC33_RDBFL10 0xF0063174          MC 33 Read Data and Bit Flip Register 10
MTU_MC33_RDBFL11 0xF0063176          MC 33 Read Data and Bit Flip Register 11
MTU_MC33_RDBFL12 0xF0063178          MC 33 Read Data and Bit Flip Register 12
MTU_MC33_RDBFL13 0xF006317A          MC 33 Read Data and Bit Flip Register 13
MTU_MC33_RDBFL14 0xF006317C          MC 33 Read Data and Bit Flip Register 14
MTU_MC33_RDBFL15 0xF006317E          MC 33 Read Data and Bit Flip Register 15
MTU_MC33_RDBFL16 0xF0063180          MC 33 Read Data and Bit Flip Register 16
MTU_MC33_RDBFL17 0xF0063182          MC 33 Read Data and Bit Flip Register 17
MTU_MC33_RDBFL18 0xF0063184          MC 33 Read Data and Bit Flip Register 18
MTU_MC33_RDBFL19 0xF0063186          MC 33 Read Data and Bit Flip Register 19
MTU_MC33_RDBFL20 0xF0063188          MC 33 Read Data and Bit Flip Register 20
MTU_MC33_RDBFL21 0xF006318A          MC 33 Read Data and Bit Flip Register 21
MTU_MC33_RDBFL22 0xF006318C          MC 33 Read Data and Bit Flip Register 22
MTU_MC33_RDBFL23 0xF006318E          MC 33 Read Data and Bit Flip Register 23
MTU_MC33_RDBFL24 0xF0063190          MC 33 Read Data and Bit Flip Register 24
MTU_MC33_RDBFL25 0xF0063192          MC 33 Read Data and Bit Flip Register 25
MTU_MC33_RDBFL26 0xF0063194          MC 33 Read Data and Bit Flip Register 26
MTU_MC33_RDBFL27 0xF0063196          MC 33 Read Data and Bit Flip Register 27
MTU_MC33_RDBFL28 0xF0063198          MC 33 Read Data and Bit Flip Register 28
MTU_MC33_RDBFL29 0xF006319A          MC 33 Read Data and Bit Flip Register 29
MTU_MC33_RDBFL30 0xF006319C          MC 33 Read Data and Bit Flip Register 30
MTU_MC33_RDBFL31 0xF006319E          MC 33 Read Data and Bit Flip Register 31
MTU_MC33_RDBFL32 0xF00631A0          MC 33 Read Data and Bit Flip Register 32
MTU_MC33_RDBFL33 0xF00631A2          MC 33 Read Data and Bit Flip Register 33
MTU_MC33_RDBFL34 0xF00631A4          MC 33 Read Data and Bit Flip Register 34
MTU_MC33_RDBFL35 0xF00631A6          MC 33 Read Data and Bit Flip Register 35
MTU_MC33_RDBFL36 0xF00631A8          MC 33 Read Data and Bit Flip Register 36
MTU_MC33_RDBFL37 0xF00631AA          MC 33 Read Data and Bit Flip Register 37
MTU_MC33_RDBFL38 0xF00631AC          MC 33 Read Data and Bit Flip Register 38
MTU_MC33_RDBFL39 0xF00631AE          MC 33 Read Data and Bit Flip Register 39
MTU_MC33_RDBFL40 0xF00631B0          MC 33 Read Data and Bit Flip Register 40
MTU_MC33_RDBFL41 0xF00631B2          MC 33 Read Data and Bit Flip Register 41
MTU_MC33_RDBFL42 0xF00631B4          MC 33 Read Data and Bit Flip Register 42
MTU_MC33_RDBFL43 0xF00631B6          MC 33 Read Data and Bit Flip Register 43
MTU_MC33_RDBFL44 0xF00631B8          MC 33 Read Data and Bit Flip Register 44
MTU_MC33_RDBFL45 0xF00631BA          MC 33 Read Data and Bit Flip Register 45
MTU_MC33_RDBFL46 0xF00631BC          MC 33 Read Data and Bit Flip Register 46
MTU_MC33_RDBFL47 0xF00631BE          MC 33 Read Data and Bit Flip Register 47
MTU_MC33_RDBFL48 0xF00631C0          MC 33 Read Data and Bit Flip Register 48
MTU_MC33_RDBFL49 0xF00631C2          MC 33 Read Data and Bit Flip Register 49
MTU_MC33_RDBFL50 0xF00631C4          MC 33 Read Data and Bit Flip Register 50
MTU_MC33_RDBFL51 0xF00631C6          MC 33 Read Data and Bit Flip Register 51
MTU_MC33_RDBFL52 0xF00631C8          MC 33 Read Data and Bit Flip Register 52
MTU_MC33_RDBFL53 0xF00631CA          MC 33 Read Data and Bit Flip Register 53
MTU_MC33_RDBFL54 0xF00631CC          MC 33 Read Data and Bit Flip Register 54
MTU_MC33_RDBFL55 0xF00631CE          MC 33 Read Data and Bit Flip Register 55
MTU_MC33_RDBFL56 0xF00631D0          MC 33 Read Data and Bit Flip Register 56
MTU_MC33_RDBFL57 0xF00631D2          MC 33 Read Data and Bit Flip Register 57
MTU_MC33_RDBFL58 0xF00631D4          MC 33 Read Data and Bit Flip Register 58
MTU_MC33_RDBFL59 0xF00631D6          MC 33 Read Data and Bit Flip Register 59
MTU_MC33_RDBFL60 0xF00631D8          MC 33 Read Data and Bit Flip Register 60
MTU_MC33_RDBFL61 0xF00631DA          MC 33 Read Data and Bit Flip Register 61
MTU_MC33_RDBFL62 0xF00631DC          MC 33 Read Data and Bit Flip Register 62
MTU_MC33_RDBFL63 0xF00631DE          MC 33 Read Data and Bit Flip Register 63
MTU_MC33_RDBFL64 0xF00631E0          MC 33 Read Data and Bit Flip Register 64
MTU_MC33_RDBFL65 0xF00631E2          MC 33 Read Data and Bit Flip Register 65
MTU_MC33_RDBFL66 0xF00631E4          MC 33 Read Data and Bit Flip Register 66
MTU_MC33_ALMSRCS 0xF00631EE          MC 33 Alarm Sources Configuration Register
MTU_MC33_FAULTSTS 0xF00631F0          MC 33 SSH Safety Faults Status Register
MTU_MC33_ERRINFO0 0xF00631F2          MC 33 Error Information Register 0
MTU_MC33_ERRINFO1 0xF00631F4          MC 33 Error Information Register 1
MTU_MC33_ERRINFO2 0xF00631F6          MC 33 Error Information Register 2
MTU_MC33_ERRINFO3 0xF00631F8          MC 33 Error Information Register 3
MTU_MC33_ERRINFO4 0xF00631FA          MC 33 Error Information Register 4
MTU_MC34_CONFIG0 0xF0063200          MC 34 Configuration Register 0
MTU_MC34_CONFIG1 0xF0063202          MC 34 Configuration Register 1
MTU_MC34_MCONTROL 0xF0063204          MC 34 MBIST Control Register
MTU_MC34_MSTATUS 0xF0063206          MC 34 Status Register
MTU_MC34_RANGE  0xF0063208          MC 34 Range Register, single address mode
MTU_MC34_REVID  0xF006320C          MC 34 Revision ID Register
MTU_MC34_ECCS   0xF006320E          MC 34 ECC Safety Register
MTU_MC34_ECCD   0xF0063210          MC 34 Memory ECC Detection Register
MTU_MC34_ETRR0  0xF0063212          MC 34 Error Tracking Register 0
MTU_MC34_ETRR1  0xF0063214          MC 34 Error Tracking Register 1
MTU_MC34_ETRR2  0xF0063216          MC 34 Error Tracking Register 2
MTU_MC34_ETRR3  0xF0063218          MC 34 Error Tracking Register 3
MTU_MC34_ETRR4  0xF006321A          MC 34 Error Tracking Register 4
MTU_MC34_RDBFL0 0xF0063260          MC 34 Read Data and Bit Flip Register 0
MTU_MC34_RDBFL1 0xF0063262          MC 34 Read Data and Bit Flip Register 1
MTU_MC34_RDBFL2 0xF0063264          MC 34 Read Data and Bit Flip Register 2
MTU_MC34_RDBFL3 0xF0063266          MC 34 Read Data and Bit Flip Register 3
MTU_MC34_RDBFL4 0xF0063268          MC 34 Read Data and Bit Flip Register 4
MTU_MC34_RDBFL5 0xF006326A          MC 34 Read Data and Bit Flip Register 5
MTU_MC34_RDBFL6 0xF006326C          MC 34 Read Data and Bit Flip Register 6
MTU_MC34_RDBFL7 0xF006326E          MC 34 Read Data and Bit Flip Register 7
MTU_MC34_RDBFL8 0xF0063270          MC 34 Read Data and Bit Flip Register 8
MTU_MC34_RDBFL9 0xF0063272          MC 34 Read Data and Bit Flip Register 9
MTU_MC34_RDBFL10 0xF0063274          MC 34 Read Data and Bit Flip Register 10
MTU_MC34_RDBFL11 0xF0063276          MC 34 Read Data and Bit Flip Register 11
MTU_MC34_RDBFL12 0xF0063278          MC 34 Read Data and Bit Flip Register 12
MTU_MC34_RDBFL13 0xF006327A          MC 34 Read Data and Bit Flip Register 13
MTU_MC34_RDBFL14 0xF006327C          MC 34 Read Data and Bit Flip Register 14
MTU_MC34_RDBFL15 0xF006327E          MC 34 Read Data and Bit Flip Register 15
MTU_MC34_RDBFL16 0xF0063280          MC 34 Read Data and Bit Flip Register 16
MTU_MC34_RDBFL17 0xF0063282          MC 34 Read Data and Bit Flip Register 17
MTU_MC34_RDBFL18 0xF0063284          MC 34 Read Data and Bit Flip Register 18
MTU_MC34_RDBFL19 0xF0063286          MC 34 Read Data and Bit Flip Register 19
MTU_MC34_RDBFL20 0xF0063288          MC 34 Read Data and Bit Flip Register 20
MTU_MC34_RDBFL21 0xF006328A          MC 34 Read Data and Bit Flip Register 21
MTU_MC34_RDBFL22 0xF006328C          MC 34 Read Data and Bit Flip Register 22
MTU_MC34_RDBFL23 0xF006328E          MC 34 Read Data and Bit Flip Register 23
MTU_MC34_RDBFL24 0xF0063290          MC 34 Read Data and Bit Flip Register 24
MTU_MC34_RDBFL25 0xF0063292          MC 34 Read Data and Bit Flip Register 25
MTU_MC34_RDBFL26 0xF0063294          MC 34 Read Data and Bit Flip Register 26
MTU_MC34_RDBFL27 0xF0063296          MC 34 Read Data and Bit Flip Register 27
MTU_MC34_RDBFL28 0xF0063298          MC 34 Read Data and Bit Flip Register 28
MTU_MC34_RDBFL29 0xF006329A          MC 34 Read Data and Bit Flip Register 29
MTU_MC34_RDBFL30 0xF006329C          MC 34 Read Data and Bit Flip Register 30
MTU_MC34_RDBFL31 0xF006329E          MC 34 Read Data and Bit Flip Register 31
MTU_MC34_RDBFL32 0xF00632A0          MC 34 Read Data and Bit Flip Register 32
MTU_MC34_RDBFL33 0xF00632A2          MC 34 Read Data and Bit Flip Register 33
MTU_MC34_RDBFL34 0xF00632A4          MC 34 Read Data and Bit Flip Register 34
MTU_MC34_RDBFL35 0xF00632A6          MC 34 Read Data and Bit Flip Register 35
MTU_MC34_RDBFL36 0xF00632A8          MC 34 Read Data and Bit Flip Register 36
MTU_MC34_RDBFL37 0xF00632AA          MC 34 Read Data and Bit Flip Register 37
MTU_MC34_RDBFL38 0xF00632AC          MC 34 Read Data and Bit Flip Register 38
MTU_MC34_RDBFL39 0xF00632AE          MC 34 Read Data and Bit Flip Register 39
MTU_MC34_RDBFL40 0xF00632B0          MC 34 Read Data and Bit Flip Register 40
MTU_MC34_RDBFL41 0xF00632B2          MC 34 Read Data and Bit Flip Register 41
MTU_MC34_RDBFL42 0xF00632B4          MC 34 Read Data and Bit Flip Register 42
MTU_MC34_RDBFL43 0xF00632B6          MC 34 Read Data and Bit Flip Register 43
MTU_MC34_RDBFL44 0xF00632B8          MC 34 Read Data and Bit Flip Register 44
MTU_MC34_RDBFL45 0xF00632BA          MC 34 Read Data and Bit Flip Register 45
MTU_MC34_RDBFL46 0xF00632BC          MC 34 Read Data and Bit Flip Register 46
MTU_MC34_RDBFL47 0xF00632BE          MC 34 Read Data and Bit Flip Register 47
MTU_MC34_RDBFL48 0xF00632C0          MC 34 Read Data and Bit Flip Register 48
MTU_MC34_RDBFL49 0xF00632C2          MC 34 Read Data and Bit Flip Register 49
MTU_MC34_RDBFL50 0xF00632C4          MC 34 Read Data and Bit Flip Register 50
MTU_MC34_RDBFL51 0xF00632C6          MC 34 Read Data and Bit Flip Register 51
MTU_MC34_RDBFL52 0xF00632C8          MC 34 Read Data and Bit Flip Register 52
MTU_MC34_RDBFL53 0xF00632CA          MC 34 Read Data and Bit Flip Register 53
MTU_MC34_RDBFL54 0xF00632CC          MC 34 Read Data and Bit Flip Register 54
MTU_MC34_RDBFL55 0xF00632CE          MC 34 Read Data and Bit Flip Register 55
MTU_MC34_RDBFL56 0xF00632D0          MC 34 Read Data and Bit Flip Register 56
MTU_MC34_RDBFL57 0xF00632D2          MC 34 Read Data and Bit Flip Register 57
MTU_MC34_RDBFL58 0xF00632D4          MC 34 Read Data and Bit Flip Register 58
MTU_MC34_RDBFL59 0xF00632D6          MC 34 Read Data and Bit Flip Register 59
MTU_MC34_RDBFL60 0xF00632D8          MC 34 Read Data and Bit Flip Register 60
MTU_MC34_RDBFL61 0xF00632DA          MC 34 Read Data and Bit Flip Register 61
MTU_MC34_RDBFL62 0xF00632DC          MC 34 Read Data and Bit Flip Register 62
MTU_MC34_RDBFL63 0xF00632DE          MC 34 Read Data and Bit Flip Register 63
MTU_MC34_RDBFL64 0xF00632E0          MC 34 Read Data and Bit Flip Register 64
MTU_MC34_RDBFL65 0xF00632E2          MC 34 Read Data and Bit Flip Register 65
MTU_MC34_RDBFL66 0xF00632E4          MC 34 Read Data and Bit Flip Register 66
MTU_MC34_ALMSRCS 0xF00632EE          MC 34 Alarm Sources Configuration Register
MTU_MC34_FAULTSTS 0xF00632F0          MC 34 SSH Safety Faults Status Register
MTU_MC34_ERRINFO0 0xF00632F2          MC 34 Error Information Register 0
MTU_MC34_ERRINFO1 0xF00632F4          MC 34 Error Information Register 1
MTU_MC34_ERRINFO2 0xF00632F6          MC 34 Error Information Register 2
MTU_MC34_ERRINFO3 0xF00632F8          MC 34 Error Information Register 3
MTU_MC34_ERRINFO4 0xF00632FA          MC 34 Error Information Register 4
MTU_MC35_CONFIG0 0xF0063300          MC 35 Configuration Register 0
MTU_MC35_CONFIG1 0xF0063302          MC 35 Configuration Register 1
MTU_MC35_MCONTROL 0xF0063304          MC 35 MBIST Control Register
MTU_MC35_MSTATUS 0xF0063306          MC 35 Status Register
MTU_MC35_RANGE  0xF0063308          MC 35 Range Register, single address mode
MTU_MC35_REVID  0xF006330C          MC 35 Revision ID Register
MTU_MC35_ECCS   0xF006330E          MC 35 ECC Safety Register
MTU_MC35_ECCD   0xF0063310          MC 35 Memory ECC Detection Register
MTU_MC35_ETRR0  0xF0063312          MC 35 Error Tracking Register 0
MTU_MC35_ETRR1  0xF0063314          MC 35 Error Tracking Register 1
MTU_MC35_ETRR2  0xF0063316          MC 35 Error Tracking Register 2
MTU_MC35_ETRR3  0xF0063318          MC 35 Error Tracking Register 3
MTU_MC35_ETRR4  0xF006331A          MC 35 Error Tracking Register 4
MTU_MC35_RDBFL0 0xF0063360          MC 35 Read Data and Bit Flip Register 0
MTU_MC35_RDBFL1 0xF0063362          MC 35 Read Data and Bit Flip Register 1
MTU_MC35_RDBFL2 0xF0063364          MC 35 Read Data and Bit Flip Register 2
MTU_MC35_RDBFL3 0xF0063366          MC 35 Read Data and Bit Flip Register 3
MTU_MC35_RDBFL4 0xF0063368          MC 35 Read Data and Bit Flip Register 4
MTU_MC35_RDBFL5 0xF006336A          MC 35 Read Data and Bit Flip Register 5
MTU_MC35_RDBFL6 0xF006336C          MC 35 Read Data and Bit Flip Register 6
MTU_MC35_RDBFL7 0xF006336E          MC 35 Read Data and Bit Flip Register 7
MTU_MC35_RDBFL8 0xF0063370          MC 35 Read Data and Bit Flip Register 8
MTU_MC35_RDBFL9 0xF0063372          MC 35 Read Data and Bit Flip Register 9
MTU_MC35_RDBFL10 0xF0063374          MC 35 Read Data and Bit Flip Register 10
MTU_MC35_RDBFL11 0xF0063376          MC 35 Read Data and Bit Flip Register 11
MTU_MC35_RDBFL12 0xF0063378          MC 35 Read Data and Bit Flip Register 12
MTU_MC35_RDBFL13 0xF006337A          MC 35 Read Data and Bit Flip Register 13
MTU_MC35_RDBFL14 0xF006337C          MC 35 Read Data and Bit Flip Register 14
MTU_MC35_RDBFL15 0xF006337E          MC 35 Read Data and Bit Flip Register 15
MTU_MC35_RDBFL16 0xF0063380          MC 35 Read Data and Bit Flip Register 16
MTU_MC35_RDBFL17 0xF0063382          MC 35 Read Data and Bit Flip Register 17
MTU_MC35_RDBFL18 0xF0063384          MC 35 Read Data and Bit Flip Register 18
MTU_MC35_RDBFL19 0xF0063386          MC 35 Read Data and Bit Flip Register 19
MTU_MC35_RDBFL20 0xF0063388          MC 35 Read Data and Bit Flip Register 20
MTU_MC35_RDBFL21 0xF006338A          MC 35 Read Data and Bit Flip Register 21
MTU_MC35_RDBFL22 0xF006338C          MC 35 Read Data and Bit Flip Register 22
MTU_MC35_RDBFL23 0xF006338E          MC 35 Read Data and Bit Flip Register 23
MTU_MC35_RDBFL24 0xF0063390          MC 35 Read Data and Bit Flip Register 24
MTU_MC35_RDBFL25 0xF0063392          MC 35 Read Data and Bit Flip Register 25
MTU_MC35_RDBFL26 0xF0063394          MC 35 Read Data and Bit Flip Register 26
MTU_MC35_RDBFL27 0xF0063396          MC 35 Read Data and Bit Flip Register 27
MTU_MC35_RDBFL28 0xF0063398          MC 35 Read Data and Bit Flip Register 28
MTU_MC35_RDBFL29 0xF006339A          MC 35 Read Data and Bit Flip Register 29
MTU_MC35_RDBFL30 0xF006339C          MC 35 Read Data and Bit Flip Register 30
MTU_MC35_RDBFL31 0xF006339E          MC 35 Read Data and Bit Flip Register 31
MTU_MC35_RDBFL32 0xF00633A0          MC 35 Read Data and Bit Flip Register 32
MTU_MC35_RDBFL33 0xF00633A2          MC 35 Read Data and Bit Flip Register 33
MTU_MC35_RDBFL34 0xF00633A4          MC 35 Read Data and Bit Flip Register 34
MTU_MC35_RDBFL35 0xF00633A6          MC 35 Read Data and Bit Flip Register 35
MTU_MC35_RDBFL36 0xF00633A8          MC 35 Read Data and Bit Flip Register 36
MTU_MC35_RDBFL37 0xF00633AA          MC 35 Read Data and Bit Flip Register 37
MTU_MC35_RDBFL38 0xF00633AC          MC 35 Read Data and Bit Flip Register 38
MTU_MC35_RDBFL39 0xF00633AE          MC 35 Read Data and Bit Flip Register 39
MTU_MC35_RDBFL40 0xF00633B0          MC 35 Read Data and Bit Flip Register 40
MTU_MC35_RDBFL41 0xF00633B2          MC 35 Read Data and Bit Flip Register 41
MTU_MC35_RDBFL42 0xF00633B4          MC 35 Read Data and Bit Flip Register 42
MTU_MC35_RDBFL43 0xF00633B6          MC 35 Read Data and Bit Flip Register 43
MTU_MC35_RDBFL44 0xF00633B8          MC 35 Read Data and Bit Flip Register 44
MTU_MC35_RDBFL45 0xF00633BA          MC 35 Read Data and Bit Flip Register 45
MTU_MC35_RDBFL46 0xF00633BC          MC 35 Read Data and Bit Flip Register 46
MTU_MC35_RDBFL47 0xF00633BE          MC 35 Read Data and Bit Flip Register 47
MTU_MC35_RDBFL48 0xF00633C0          MC 35 Read Data and Bit Flip Register 48
MTU_MC35_RDBFL49 0xF00633C2          MC 35 Read Data and Bit Flip Register 49
MTU_MC35_RDBFL50 0xF00633C4          MC 35 Read Data and Bit Flip Register 50
MTU_MC35_RDBFL51 0xF00633C6          MC 35 Read Data and Bit Flip Register 51
MTU_MC35_RDBFL52 0xF00633C8          MC 35 Read Data and Bit Flip Register 52
MTU_MC35_RDBFL53 0xF00633CA          MC 35 Read Data and Bit Flip Register 53
MTU_MC35_RDBFL54 0xF00633CC          MC 35 Read Data and Bit Flip Register 54
MTU_MC35_RDBFL55 0xF00633CE          MC 35 Read Data and Bit Flip Register 55
MTU_MC35_RDBFL56 0xF00633D0          MC 35 Read Data and Bit Flip Register 56
MTU_MC35_RDBFL57 0xF00633D2          MC 35 Read Data and Bit Flip Register 57
MTU_MC35_RDBFL58 0xF00633D4          MC 35 Read Data and Bit Flip Register 58
MTU_MC35_RDBFL59 0xF00633D6          MC 35 Read Data and Bit Flip Register 59
MTU_MC35_RDBFL60 0xF00633D8          MC 35 Read Data and Bit Flip Register 60
MTU_MC35_RDBFL61 0xF00633DA          MC 35 Read Data and Bit Flip Register 61
MTU_MC35_RDBFL62 0xF00633DC          MC 35 Read Data and Bit Flip Register 62
MTU_MC35_RDBFL63 0xF00633DE          MC 35 Read Data and Bit Flip Register 63
MTU_MC35_RDBFL64 0xF00633E0          MC 35 Read Data and Bit Flip Register 64
MTU_MC35_RDBFL65 0xF00633E2          MC 35 Read Data and Bit Flip Register 65
MTU_MC35_RDBFL66 0xF00633E4          MC 35 Read Data and Bit Flip Register 66
MTU_MC35_ALMSRCS 0xF00633EE          MC 35 Alarm Sources Configuration Register
MTU_MC35_FAULTSTS 0xF00633F0          MC 35 SSH Safety Faults Status Register
MTU_MC35_ERRINFO0 0xF00633F2          MC 35 Error Information Register 0
MTU_MC35_ERRINFO1 0xF00633F4          MC 35 Error Information Register 1
MTU_MC35_ERRINFO2 0xF00633F6          MC 35 Error Information Register 2
MTU_MC35_ERRINFO3 0xF00633F8          MC 35 Error Information Register 3
MTU_MC35_ERRINFO4 0xF00633FA          MC 35 Error Information Register 4
MTU_MC36_CONFIG0 0xF0063400          MC 36 Configuration Register 0
MTU_MC36_CONFIG1 0xF0063402          MC 36 Configuration Register 1
MTU_MC36_MCONTROL 0xF0063404          MC 36 MBIST Control Register
MTU_MC36_MSTATUS 0xF0063406          MC 36 Status Register
MTU_MC36_RANGE  0xF0063408          MC 36 Range Register, single address mode
MTU_MC36_REVID  0xF006340C          MC 36 Revision ID Register
MTU_MC36_ECCS   0xF006340E          MC 36 ECC Safety Register
MTU_MC36_ECCD   0xF0063410          MC 36 Memory ECC Detection Register
MTU_MC36_ETRR0  0xF0063412          MC 36 Error Tracking Register 0
MTU_MC36_ETRR1  0xF0063414          MC 36 Error Tracking Register 1
MTU_MC36_ETRR2  0xF0063416          MC 36 Error Tracking Register 2
MTU_MC36_ETRR3  0xF0063418          MC 36 Error Tracking Register 3
MTU_MC36_ETRR4  0xF006341A          MC 36 Error Tracking Register 4
MTU_MC36_RDBFL0 0xF0063460          MC 36 Read Data and Bit Flip Register 0
MTU_MC36_RDBFL1 0xF0063462          MC 36 Read Data and Bit Flip Register 1
MTU_MC36_RDBFL2 0xF0063464          MC 36 Read Data and Bit Flip Register 2
MTU_MC36_RDBFL3 0xF0063466          MC 36 Read Data and Bit Flip Register 3
MTU_MC36_RDBFL4 0xF0063468          MC 36 Read Data and Bit Flip Register 4
MTU_MC36_RDBFL5 0xF006346A          MC 36 Read Data and Bit Flip Register 5
MTU_MC36_RDBFL6 0xF006346C          MC 36 Read Data and Bit Flip Register 6
MTU_MC36_RDBFL7 0xF006346E          MC 36 Read Data and Bit Flip Register 7
MTU_MC36_RDBFL8 0xF0063470          MC 36 Read Data and Bit Flip Register 8
MTU_MC36_RDBFL9 0xF0063472          MC 36 Read Data and Bit Flip Register 9
MTU_MC36_RDBFL10 0xF0063474          MC 36 Read Data and Bit Flip Register 10
MTU_MC36_RDBFL11 0xF0063476          MC 36 Read Data and Bit Flip Register 11
MTU_MC36_RDBFL12 0xF0063478          MC 36 Read Data and Bit Flip Register 12
MTU_MC36_RDBFL13 0xF006347A          MC 36 Read Data and Bit Flip Register 13
MTU_MC36_RDBFL14 0xF006347C          MC 36 Read Data and Bit Flip Register 14
MTU_MC36_RDBFL15 0xF006347E          MC 36 Read Data and Bit Flip Register 15
MTU_MC36_RDBFL16 0xF0063480          MC 36 Read Data and Bit Flip Register 16
MTU_MC36_RDBFL17 0xF0063482          MC 36 Read Data and Bit Flip Register 17
MTU_MC36_RDBFL18 0xF0063484          MC 36 Read Data and Bit Flip Register 18
MTU_MC36_RDBFL19 0xF0063486          MC 36 Read Data and Bit Flip Register 19
MTU_MC36_RDBFL20 0xF0063488          MC 36 Read Data and Bit Flip Register 20
MTU_MC36_RDBFL21 0xF006348A          MC 36 Read Data and Bit Flip Register 21
MTU_MC36_RDBFL22 0xF006348C          MC 36 Read Data and Bit Flip Register 22
MTU_MC36_RDBFL23 0xF006348E          MC 36 Read Data and Bit Flip Register 23
MTU_MC36_RDBFL24 0xF0063490          MC 36 Read Data and Bit Flip Register 24
MTU_MC36_RDBFL25 0xF0063492          MC 36 Read Data and Bit Flip Register 25
MTU_MC36_RDBFL26 0xF0063494          MC 36 Read Data and Bit Flip Register 26
MTU_MC36_RDBFL27 0xF0063496          MC 36 Read Data and Bit Flip Register 27
MTU_MC36_RDBFL28 0xF0063498          MC 36 Read Data and Bit Flip Register 28
MTU_MC36_RDBFL29 0xF006349A          MC 36 Read Data and Bit Flip Register 29
MTU_MC36_RDBFL30 0xF006349C          MC 36 Read Data and Bit Flip Register 30
MTU_MC36_RDBFL31 0xF006349E          MC 36 Read Data and Bit Flip Register 31
MTU_MC36_RDBFL32 0xF00634A0          MC 36 Read Data and Bit Flip Register 32
MTU_MC36_RDBFL33 0xF00634A2          MC 36 Read Data and Bit Flip Register 33
MTU_MC36_RDBFL34 0xF00634A4          MC 36 Read Data and Bit Flip Register 34
MTU_MC36_RDBFL35 0xF00634A6          MC 36 Read Data and Bit Flip Register 35
MTU_MC36_RDBFL36 0xF00634A8          MC 36 Read Data and Bit Flip Register 36
MTU_MC36_RDBFL37 0xF00634AA          MC 36 Read Data and Bit Flip Register 37
MTU_MC36_RDBFL38 0xF00634AC          MC 36 Read Data and Bit Flip Register 38
MTU_MC36_RDBFL39 0xF00634AE          MC 36 Read Data and Bit Flip Register 39
MTU_MC36_RDBFL40 0xF00634B0          MC 36 Read Data and Bit Flip Register 40
MTU_MC36_RDBFL41 0xF00634B2          MC 36 Read Data and Bit Flip Register 41
MTU_MC36_RDBFL42 0xF00634B4          MC 36 Read Data and Bit Flip Register 42
MTU_MC36_RDBFL43 0xF00634B6          MC 36 Read Data and Bit Flip Register 43
MTU_MC36_RDBFL44 0xF00634B8          MC 36 Read Data and Bit Flip Register 44
MTU_MC36_RDBFL45 0xF00634BA          MC 36 Read Data and Bit Flip Register 45
MTU_MC36_RDBFL46 0xF00634BC          MC 36 Read Data and Bit Flip Register 46
MTU_MC36_RDBFL47 0xF00634BE          MC 36 Read Data and Bit Flip Register 47
MTU_MC36_RDBFL48 0xF00634C0          MC 36 Read Data and Bit Flip Register 48
MTU_MC36_RDBFL49 0xF00634C2          MC 36 Read Data and Bit Flip Register 49
MTU_MC36_RDBFL50 0xF00634C4          MC 36 Read Data and Bit Flip Register 50
MTU_MC36_RDBFL51 0xF00634C6          MC 36 Read Data and Bit Flip Register 51
MTU_MC36_RDBFL52 0xF00634C8          MC 36 Read Data and Bit Flip Register 52
MTU_MC36_RDBFL53 0xF00634CA          MC 36 Read Data and Bit Flip Register 53
MTU_MC36_RDBFL54 0xF00634CC          MC 36 Read Data and Bit Flip Register 54
MTU_MC36_RDBFL55 0xF00634CE          MC 36 Read Data and Bit Flip Register 55
MTU_MC36_RDBFL56 0xF00634D0          MC 36 Read Data and Bit Flip Register 56
MTU_MC36_RDBFL57 0xF00634D2          MC 36 Read Data and Bit Flip Register 57
MTU_MC36_RDBFL58 0xF00634D4          MC 36 Read Data and Bit Flip Register 58
MTU_MC36_RDBFL59 0xF00634D6          MC 36 Read Data and Bit Flip Register 59
MTU_MC36_RDBFL60 0xF00634D8          MC 36 Read Data and Bit Flip Register 60
MTU_MC36_RDBFL61 0xF00634DA          MC 36 Read Data and Bit Flip Register 61
MTU_MC36_RDBFL62 0xF00634DC          MC 36 Read Data and Bit Flip Register 62
MTU_MC36_RDBFL63 0xF00634DE          MC 36 Read Data and Bit Flip Register 63
MTU_MC36_RDBFL64 0xF00634E0          MC 36 Read Data and Bit Flip Register 64
MTU_MC36_RDBFL65 0xF00634E2          MC 36 Read Data and Bit Flip Register 65
MTU_MC36_RDBFL66 0xF00634E4          MC 36 Read Data and Bit Flip Register 66
MTU_MC36_ALMSRCS 0xF00634EE          MC 36 Alarm Sources Configuration Register
MTU_MC36_FAULTSTS 0xF00634F0          MC 36 SSH Safety Faults Status Register
MTU_MC36_ERRINFO0 0xF00634F2          MC 36 Error Information Register 0
MTU_MC36_ERRINFO1 0xF00634F4          MC 36 Error Information Register 1
MTU_MC36_ERRINFO2 0xF00634F6          MC 36 Error Information Register 2
MTU_MC36_ERRINFO3 0xF00634F8          MC 36 Error Information Register 3
MTU_MC36_ERRINFO4 0xF00634FA          MC 36 Error Information Register 4
MTU_MC37_CONFIG0 0xF0063500          MC 37 Configuration Register 0
MTU_MC37_CONFIG1 0xF0063502          MC 37 Configuration Register 1
MTU_MC37_MCONTROL 0xF0063504          MC 37 MBIST Control Register
MTU_MC37_MSTATUS 0xF0063506          MC 37 Status Register
MTU_MC37_RANGE  0xF0063508          MC 37 Range Register, single address mode
MTU_MC37_REVID  0xF006350C          MC 37 Revision ID Register
MTU_MC37_ECCS   0xF006350E          MC 37 ECC Safety Register
MTU_MC37_ECCD   0xF0063510          MC 37 Memory ECC Detection Register
MTU_MC37_ETRR0  0xF0063512          MC 37 Error Tracking Register 0
MTU_MC37_ETRR1  0xF0063514          MC 37 Error Tracking Register 1
MTU_MC37_ETRR2  0xF0063516          MC 37 Error Tracking Register 2
MTU_MC37_ETRR3  0xF0063518          MC 37 Error Tracking Register 3
MTU_MC37_ETRR4  0xF006351A          MC 37 Error Tracking Register 4
MTU_MC37_RDBFL0 0xF0063560          MC 37 Read Data and Bit Flip Register 0
MTU_MC37_RDBFL1 0xF0063562          MC 37 Read Data and Bit Flip Register 1
MTU_MC37_RDBFL2 0xF0063564          MC 37 Read Data and Bit Flip Register 2
MTU_MC37_RDBFL3 0xF0063566          MC 37 Read Data and Bit Flip Register 3
MTU_MC37_RDBFL4 0xF0063568          MC 37 Read Data and Bit Flip Register 4
MTU_MC37_RDBFL5 0xF006356A          MC 37 Read Data and Bit Flip Register 5
MTU_MC37_RDBFL6 0xF006356C          MC 37 Read Data and Bit Flip Register 6
MTU_MC37_RDBFL7 0xF006356E          MC 37 Read Data and Bit Flip Register 7
MTU_MC37_RDBFL8 0xF0063570          MC 37 Read Data and Bit Flip Register 8
MTU_MC37_RDBFL9 0xF0063572          MC 37 Read Data and Bit Flip Register 9
MTU_MC37_RDBFL10 0xF0063574          MC 37 Read Data and Bit Flip Register 10
MTU_MC37_RDBFL11 0xF0063576          MC 37 Read Data and Bit Flip Register 11
MTU_MC37_RDBFL12 0xF0063578          MC 37 Read Data and Bit Flip Register 12
MTU_MC37_RDBFL13 0xF006357A          MC 37 Read Data and Bit Flip Register 13
MTU_MC37_RDBFL14 0xF006357C          MC 37 Read Data and Bit Flip Register 14
MTU_MC37_RDBFL15 0xF006357E          MC 37 Read Data and Bit Flip Register 15
MTU_MC37_RDBFL16 0xF0063580          MC 37 Read Data and Bit Flip Register 16
MTU_MC37_RDBFL17 0xF0063582          MC 37 Read Data and Bit Flip Register 17
MTU_MC37_RDBFL18 0xF0063584          MC 37 Read Data and Bit Flip Register 18
MTU_MC37_RDBFL19 0xF0063586          MC 37 Read Data and Bit Flip Register 19
MTU_MC37_RDBFL20 0xF0063588          MC 37 Read Data and Bit Flip Register 20
MTU_MC37_RDBFL21 0xF006358A          MC 37 Read Data and Bit Flip Register 21
MTU_MC37_RDBFL22 0xF006358C          MC 37 Read Data and Bit Flip Register 22
MTU_MC37_RDBFL23 0xF006358E          MC 37 Read Data and Bit Flip Register 23
MTU_MC37_RDBFL24 0xF0063590          MC 37 Read Data and Bit Flip Register 24
MTU_MC37_RDBFL25 0xF0063592          MC 37 Read Data and Bit Flip Register 25
MTU_MC37_RDBFL26 0xF0063594          MC 37 Read Data and Bit Flip Register 26
MTU_MC37_RDBFL27 0xF0063596          MC 37 Read Data and Bit Flip Register 27
MTU_MC37_RDBFL28 0xF0063598          MC 37 Read Data and Bit Flip Register 28
MTU_MC37_RDBFL29 0xF006359A          MC 37 Read Data and Bit Flip Register 29
MTU_MC37_RDBFL30 0xF006359C          MC 37 Read Data and Bit Flip Register 30
MTU_MC37_RDBFL31 0xF006359E          MC 37 Read Data and Bit Flip Register 31
MTU_MC37_RDBFL32 0xF00635A0          MC 37 Read Data and Bit Flip Register 32
MTU_MC37_RDBFL33 0xF00635A2          MC 37 Read Data and Bit Flip Register 33
MTU_MC37_RDBFL34 0xF00635A4          MC 37 Read Data and Bit Flip Register 34
MTU_MC37_RDBFL35 0xF00635A6          MC 37 Read Data and Bit Flip Register 35
MTU_MC37_RDBFL36 0xF00635A8          MC 37 Read Data and Bit Flip Register 36
MTU_MC37_RDBFL37 0xF00635AA          MC 37 Read Data and Bit Flip Register 37
MTU_MC37_RDBFL38 0xF00635AC          MC 37 Read Data and Bit Flip Register 38
MTU_MC37_RDBFL39 0xF00635AE          MC 37 Read Data and Bit Flip Register 39
MTU_MC37_RDBFL40 0xF00635B0          MC 37 Read Data and Bit Flip Register 40
MTU_MC37_RDBFL41 0xF00635B2          MC 37 Read Data and Bit Flip Register 41
MTU_MC37_RDBFL42 0xF00635B4          MC 37 Read Data and Bit Flip Register 42
MTU_MC37_RDBFL43 0xF00635B6          MC 37 Read Data and Bit Flip Register 43
MTU_MC37_RDBFL44 0xF00635B8          MC 37 Read Data and Bit Flip Register 44
MTU_MC37_RDBFL45 0xF00635BA          MC 37 Read Data and Bit Flip Register 45
MTU_MC37_RDBFL46 0xF00635BC          MC 37 Read Data and Bit Flip Register 46
MTU_MC37_RDBFL47 0xF00635BE          MC 37 Read Data and Bit Flip Register 47
MTU_MC37_RDBFL48 0xF00635C0          MC 37 Read Data and Bit Flip Register 48
MTU_MC37_RDBFL49 0xF00635C2          MC 37 Read Data and Bit Flip Register 49
MTU_MC37_RDBFL50 0xF00635C4          MC 37 Read Data and Bit Flip Register 50
MTU_MC37_RDBFL51 0xF00635C6          MC 37 Read Data and Bit Flip Register 51
MTU_MC37_RDBFL52 0xF00635C8          MC 37 Read Data and Bit Flip Register 52
MTU_MC37_RDBFL53 0xF00635CA          MC 37 Read Data and Bit Flip Register 53
MTU_MC37_RDBFL54 0xF00635CC          MC 37 Read Data and Bit Flip Register 54
MTU_MC37_RDBFL55 0xF00635CE          MC 37 Read Data and Bit Flip Register 55
MTU_MC37_RDBFL56 0xF00635D0          MC 37 Read Data and Bit Flip Register 56
MTU_MC37_RDBFL57 0xF00635D2          MC 37 Read Data and Bit Flip Register 57
MTU_MC37_RDBFL58 0xF00635D4          MC 37 Read Data and Bit Flip Register 58
MTU_MC37_RDBFL59 0xF00635D6          MC 37 Read Data and Bit Flip Register 59
MTU_MC37_RDBFL60 0xF00635D8          MC 37 Read Data and Bit Flip Register 60
MTU_MC37_RDBFL61 0xF00635DA          MC 37 Read Data and Bit Flip Register 61
MTU_MC37_RDBFL62 0xF00635DC          MC 37 Read Data and Bit Flip Register 62
MTU_MC37_RDBFL63 0xF00635DE          MC 37 Read Data and Bit Flip Register 63
MTU_MC37_RDBFL64 0xF00635E0          MC 37 Read Data and Bit Flip Register 64
MTU_MC37_RDBFL65 0xF00635E2          MC 37 Read Data and Bit Flip Register 65
MTU_MC37_RDBFL66 0xF00635E4          MC 37 Read Data and Bit Flip Register 66
MTU_MC37_ALMSRCS 0xF00635EE          MC 37 Alarm Sources Configuration Register
MTU_MC37_FAULTSTS 0xF00635F0          MC 37 SSH Safety Faults Status Register
MTU_MC37_ERRINFO0 0xF00635F2          MC 37 Error Information Register 0
MTU_MC37_ERRINFO1 0xF00635F4          MC 37 Error Information Register 1
MTU_MC37_ERRINFO2 0xF00635F6          MC 37 Error Information Register 2
MTU_MC37_ERRINFO3 0xF00635F8          MC 37 Error Information Register 3
MTU_MC37_ERRINFO4 0xF00635FA          MC 37 Error Information Register 4
MTU_MC38_CONFIG0 0xF0063600          MC 38 Configuration Register 0
MTU_MC38_CONFIG1 0xF0063602          MC 38 Configuration Register 1
MTU_MC38_MCONTROL 0xF0063604          MC 38 MBIST Control Register
MTU_MC38_MSTATUS 0xF0063606          MC 38 Status Register
MTU_MC38_RANGE  0xF0063608          MC 38 Range Register, single address mode
MTU_MC38_REVID  0xF006360C          MC 38 Revision ID Register
MTU_MC38_ECCS   0xF006360E          MC 38 ECC Safety Register
MTU_MC38_ECCD   0xF0063610          MC 38 Memory ECC Detection Register
MTU_MC38_ETRR0  0xF0063612          MC 38 Error Tracking Register 0
MTU_MC38_ETRR1  0xF0063614          MC 38 Error Tracking Register 1
MTU_MC38_ETRR2  0xF0063616          MC 38 Error Tracking Register 2
MTU_MC38_ETRR3  0xF0063618          MC 38 Error Tracking Register 3
MTU_MC38_ETRR4  0xF006361A          MC 38 Error Tracking Register 4
MTU_MC38_RDBFL0 0xF0063660          MC 38 Read Data and Bit Flip Register 0
MTU_MC38_RDBFL1 0xF0063662          MC 38 Read Data and Bit Flip Register 1
MTU_MC38_RDBFL2 0xF0063664          MC 38 Read Data and Bit Flip Register 2
MTU_MC38_RDBFL3 0xF0063666          MC 38 Read Data and Bit Flip Register 3
MTU_MC38_RDBFL4 0xF0063668          MC 38 Read Data and Bit Flip Register 4
MTU_MC38_RDBFL5 0xF006366A          MC 38 Read Data and Bit Flip Register 5
MTU_MC38_RDBFL6 0xF006366C          MC 38 Read Data and Bit Flip Register 6
MTU_MC38_RDBFL7 0xF006366E          MC 38 Read Data and Bit Flip Register 7
MTU_MC38_RDBFL8 0xF0063670          MC 38 Read Data and Bit Flip Register 8
MTU_MC38_RDBFL9 0xF0063672          MC 38 Read Data and Bit Flip Register 9
MTU_MC38_RDBFL10 0xF0063674          MC 38 Read Data and Bit Flip Register 10
MTU_MC38_RDBFL11 0xF0063676          MC 38 Read Data and Bit Flip Register 11
MTU_MC38_RDBFL12 0xF0063678          MC 38 Read Data and Bit Flip Register 12
MTU_MC38_RDBFL13 0xF006367A          MC 38 Read Data and Bit Flip Register 13
MTU_MC38_RDBFL14 0xF006367C          MC 38 Read Data and Bit Flip Register 14
MTU_MC38_RDBFL15 0xF006367E          MC 38 Read Data and Bit Flip Register 15
MTU_MC38_RDBFL16 0xF0063680          MC 38 Read Data and Bit Flip Register 16
MTU_MC38_RDBFL17 0xF0063682          MC 38 Read Data and Bit Flip Register 17
MTU_MC38_RDBFL18 0xF0063684          MC 38 Read Data and Bit Flip Register 18
MTU_MC38_RDBFL19 0xF0063686          MC 38 Read Data and Bit Flip Register 19
MTU_MC38_RDBFL20 0xF0063688          MC 38 Read Data and Bit Flip Register 20
MTU_MC38_RDBFL21 0xF006368A          MC 38 Read Data and Bit Flip Register 21
MTU_MC38_RDBFL22 0xF006368C          MC 38 Read Data and Bit Flip Register 22
MTU_MC38_RDBFL23 0xF006368E          MC 38 Read Data and Bit Flip Register 23
MTU_MC38_RDBFL24 0xF0063690          MC 38 Read Data and Bit Flip Register 24
MTU_MC38_RDBFL25 0xF0063692          MC 38 Read Data and Bit Flip Register 25
MTU_MC38_RDBFL26 0xF0063694          MC 38 Read Data and Bit Flip Register 26
MTU_MC38_RDBFL27 0xF0063696          MC 38 Read Data and Bit Flip Register 27
MTU_MC38_RDBFL28 0xF0063698          MC 38 Read Data and Bit Flip Register 28
MTU_MC38_RDBFL29 0xF006369A          MC 38 Read Data and Bit Flip Register 29
MTU_MC38_RDBFL30 0xF006369C          MC 38 Read Data and Bit Flip Register 30
MTU_MC38_RDBFL31 0xF006369E          MC 38 Read Data and Bit Flip Register 31
MTU_MC38_RDBFL32 0xF00636A0          MC 38 Read Data and Bit Flip Register 32
MTU_MC38_RDBFL33 0xF00636A2          MC 38 Read Data and Bit Flip Register 33
MTU_MC38_RDBFL34 0xF00636A4          MC 38 Read Data and Bit Flip Register 34
MTU_MC38_RDBFL35 0xF00636A6          MC 38 Read Data and Bit Flip Register 35
MTU_MC38_RDBFL36 0xF00636A8          MC 38 Read Data and Bit Flip Register 36
MTU_MC38_RDBFL37 0xF00636AA          MC 38 Read Data and Bit Flip Register 37
MTU_MC38_RDBFL38 0xF00636AC          MC 38 Read Data and Bit Flip Register 38
MTU_MC38_RDBFL39 0xF00636AE          MC 38 Read Data and Bit Flip Register 39
MTU_MC38_RDBFL40 0xF00636B0          MC 38 Read Data and Bit Flip Register 40
MTU_MC38_RDBFL41 0xF00636B2          MC 38 Read Data and Bit Flip Register 41
MTU_MC38_RDBFL42 0xF00636B4          MC 38 Read Data and Bit Flip Register 42
MTU_MC38_RDBFL43 0xF00636B6          MC 38 Read Data and Bit Flip Register 43
MTU_MC38_RDBFL44 0xF00636B8          MC 38 Read Data and Bit Flip Register 44
MTU_MC38_RDBFL45 0xF00636BA          MC 38 Read Data and Bit Flip Register 45
MTU_MC38_RDBFL46 0xF00636BC          MC 38 Read Data and Bit Flip Register 46
MTU_MC38_RDBFL47 0xF00636BE          MC 38 Read Data and Bit Flip Register 47
MTU_MC38_RDBFL48 0xF00636C0          MC 38 Read Data and Bit Flip Register 48
MTU_MC38_RDBFL49 0xF00636C2          MC 38 Read Data and Bit Flip Register 49
MTU_MC38_RDBFL50 0xF00636C4          MC 38 Read Data and Bit Flip Register 50
MTU_MC38_RDBFL51 0xF00636C6          MC 38 Read Data and Bit Flip Register 51
MTU_MC38_RDBFL52 0xF00636C8          MC 38 Read Data and Bit Flip Register 52
MTU_MC38_RDBFL53 0xF00636CA          MC 38 Read Data and Bit Flip Register 53
MTU_MC38_RDBFL54 0xF00636CC          MC 38 Read Data and Bit Flip Register 54
MTU_MC38_RDBFL55 0xF00636CE          MC 38 Read Data and Bit Flip Register 55
MTU_MC38_RDBFL56 0xF00636D0          MC 38 Read Data and Bit Flip Register 56
MTU_MC38_RDBFL57 0xF00636D2          MC 38 Read Data and Bit Flip Register 57
MTU_MC38_RDBFL58 0xF00636D4          MC 38 Read Data and Bit Flip Register 58
MTU_MC38_RDBFL59 0xF00636D6          MC 38 Read Data and Bit Flip Register 59
MTU_MC38_RDBFL60 0xF00636D8          MC 38 Read Data and Bit Flip Register 60
MTU_MC38_RDBFL61 0xF00636DA          MC 38 Read Data and Bit Flip Register 61
MTU_MC38_RDBFL62 0xF00636DC          MC 38 Read Data and Bit Flip Register 62
MTU_MC38_RDBFL63 0xF00636DE          MC 38 Read Data and Bit Flip Register 63
MTU_MC38_RDBFL64 0xF00636E0          MC 38 Read Data and Bit Flip Register 64
MTU_MC38_RDBFL65 0xF00636E2          MC 38 Read Data and Bit Flip Register 65
MTU_MC38_RDBFL66 0xF00636E4          MC 38 Read Data and Bit Flip Register 66
MTU_MC38_ALMSRCS 0xF00636EE          MC 38 Alarm Sources Configuration Register
MTU_MC38_FAULTSTS 0xF00636F0          MC 38 SSH Safety Faults Status Register
MTU_MC38_ERRINFO0 0xF00636F2          MC 38 Error Information Register 0
MTU_MC38_ERRINFO1 0xF00636F4          MC 38 Error Information Register 1
MTU_MC38_ERRINFO2 0xF00636F6          MC 38 Error Information Register 2
MTU_MC38_ERRINFO3 0xF00636F8          MC 38 Error Information Register 3
MTU_MC38_ERRINFO4 0xF00636FA          MC 38 Error Information Register 4
MTU_MC39_CONFIG0 0xF0063700          MC 39 Configuration Register 0
MTU_MC39_CONFIG1 0xF0063702          MC 39 Configuration Register 1
MTU_MC39_MCONTROL 0xF0063704          MC 39 MBIST Control Register
MTU_MC39_MSTATUS 0xF0063706          MC 39 Status Register
MTU_MC39_RANGE  0xF0063708          MC 39 Range Register, single address mode
MTU_MC39_REVID  0xF006370C          MC 39 Revision ID Register
MTU_MC39_ECCS   0xF006370E          MC 39 ECC Safety Register
MTU_MC39_ECCD   0xF0063710          MC 39 Memory ECC Detection Register
MTU_MC39_ETRR0  0xF0063712          MC 39 Error Tracking Register 0
MTU_MC39_ETRR1  0xF0063714          MC 39 Error Tracking Register 1
MTU_MC39_ETRR2  0xF0063716          MC 39 Error Tracking Register 2
MTU_MC39_ETRR3  0xF0063718          MC 39 Error Tracking Register 3
MTU_MC39_ETRR4  0xF006371A          MC 39 Error Tracking Register 4
MTU_MC39_RDBFL0 0xF0063760          MC 39 Read Data and Bit Flip Register 0
MTU_MC39_RDBFL1 0xF0063762          MC 39 Read Data and Bit Flip Register 1
MTU_MC39_RDBFL2 0xF0063764          MC 39 Read Data and Bit Flip Register 2
MTU_MC39_RDBFL3 0xF0063766          MC 39 Read Data and Bit Flip Register 3
MTU_MC39_RDBFL4 0xF0063768          MC 39 Read Data and Bit Flip Register 4
MTU_MC39_RDBFL5 0xF006376A          MC 39 Read Data and Bit Flip Register 5
MTU_MC39_RDBFL6 0xF006376C          MC 39 Read Data and Bit Flip Register 6
MTU_MC39_RDBFL7 0xF006376E          MC 39 Read Data and Bit Flip Register 7
MTU_MC39_RDBFL8 0xF0063770          MC 39 Read Data and Bit Flip Register 8
MTU_MC39_RDBFL9 0xF0063772          MC 39 Read Data and Bit Flip Register 9
MTU_MC39_RDBFL10 0xF0063774          MC 39 Read Data and Bit Flip Register 10
MTU_MC39_RDBFL11 0xF0063776          MC 39 Read Data and Bit Flip Register 11
MTU_MC39_RDBFL12 0xF0063778          MC 39 Read Data and Bit Flip Register 12
MTU_MC39_RDBFL13 0xF006377A          MC 39 Read Data and Bit Flip Register 13
MTU_MC39_RDBFL14 0xF006377C          MC 39 Read Data and Bit Flip Register 14
MTU_MC39_RDBFL15 0xF006377E          MC 39 Read Data and Bit Flip Register 15
MTU_MC39_RDBFL16 0xF0063780          MC 39 Read Data and Bit Flip Register 16
MTU_MC39_RDBFL17 0xF0063782          MC 39 Read Data and Bit Flip Register 17
MTU_MC39_RDBFL18 0xF0063784          MC 39 Read Data and Bit Flip Register 18
MTU_MC39_RDBFL19 0xF0063786          MC 39 Read Data and Bit Flip Register 19
MTU_MC39_RDBFL20 0xF0063788          MC 39 Read Data and Bit Flip Register 20
MTU_MC39_RDBFL21 0xF006378A          MC 39 Read Data and Bit Flip Register 21
MTU_MC39_RDBFL22 0xF006378C          MC 39 Read Data and Bit Flip Register 22
MTU_MC39_RDBFL23 0xF006378E          MC 39 Read Data and Bit Flip Register 23
MTU_MC39_RDBFL24 0xF0063790          MC 39 Read Data and Bit Flip Register 24
MTU_MC39_RDBFL25 0xF0063792          MC 39 Read Data and Bit Flip Register 25
MTU_MC39_RDBFL26 0xF0063794          MC 39 Read Data and Bit Flip Register 26
MTU_MC39_RDBFL27 0xF0063796          MC 39 Read Data and Bit Flip Register 27
MTU_MC39_RDBFL28 0xF0063798          MC 39 Read Data and Bit Flip Register 28
MTU_MC39_RDBFL29 0xF006379A          MC 39 Read Data and Bit Flip Register 29
MTU_MC39_RDBFL30 0xF006379C          MC 39 Read Data and Bit Flip Register 30
MTU_MC39_RDBFL31 0xF006379E          MC 39 Read Data and Bit Flip Register 31
MTU_MC39_RDBFL32 0xF00637A0          MC 39 Read Data and Bit Flip Register 32
MTU_MC39_RDBFL33 0xF00637A2          MC 39 Read Data and Bit Flip Register 33
MTU_MC39_RDBFL34 0xF00637A4          MC 39 Read Data and Bit Flip Register 34
MTU_MC39_RDBFL35 0xF00637A6          MC 39 Read Data and Bit Flip Register 35
MTU_MC39_RDBFL36 0xF00637A8          MC 39 Read Data and Bit Flip Register 36
MTU_MC39_RDBFL37 0xF00637AA          MC 39 Read Data and Bit Flip Register 37
MTU_MC39_RDBFL38 0xF00637AC          MC 39 Read Data and Bit Flip Register 38
MTU_MC39_RDBFL39 0xF00637AE          MC 39 Read Data and Bit Flip Register 39
MTU_MC39_RDBFL40 0xF00637B0          MC 39 Read Data and Bit Flip Register 40
MTU_MC39_RDBFL41 0xF00637B2          MC 39 Read Data and Bit Flip Register 41
MTU_MC39_RDBFL42 0xF00637B4          MC 39 Read Data and Bit Flip Register 42
MTU_MC39_RDBFL43 0xF00637B6          MC 39 Read Data and Bit Flip Register 43
MTU_MC39_RDBFL44 0xF00637B8          MC 39 Read Data and Bit Flip Register 44
MTU_MC39_RDBFL45 0xF00637BA          MC 39 Read Data and Bit Flip Register 45
MTU_MC39_RDBFL46 0xF00637BC          MC 39 Read Data and Bit Flip Register 46
MTU_MC39_RDBFL47 0xF00637BE          MC 39 Read Data and Bit Flip Register 47
MTU_MC39_RDBFL48 0xF00637C0          MC 39 Read Data and Bit Flip Register 48
MTU_MC39_RDBFL49 0xF00637C2          MC 39 Read Data and Bit Flip Register 49
MTU_MC39_RDBFL50 0xF00637C4          MC 39 Read Data and Bit Flip Register 50
MTU_MC39_RDBFL51 0xF00637C6          MC 39 Read Data and Bit Flip Register 51
MTU_MC39_RDBFL52 0xF00637C8          MC 39 Read Data and Bit Flip Register 52
MTU_MC39_RDBFL53 0xF00637CA          MC 39 Read Data and Bit Flip Register 53
MTU_MC39_RDBFL54 0xF00637CC          MC 39 Read Data and Bit Flip Register 54
MTU_MC39_RDBFL55 0xF00637CE          MC 39 Read Data and Bit Flip Register 55
MTU_MC39_RDBFL56 0xF00637D0          MC 39 Read Data and Bit Flip Register 56
MTU_MC39_RDBFL57 0xF00637D2          MC 39 Read Data and Bit Flip Register 57
MTU_MC39_RDBFL58 0xF00637D4          MC 39 Read Data and Bit Flip Register 58
MTU_MC39_RDBFL59 0xF00637D6          MC 39 Read Data and Bit Flip Register 59
MTU_MC39_RDBFL60 0xF00637D8          MC 39 Read Data and Bit Flip Register 60
MTU_MC39_RDBFL61 0xF00637DA          MC 39 Read Data and Bit Flip Register 61
MTU_MC39_RDBFL62 0xF00637DC          MC 39 Read Data and Bit Flip Register 62
MTU_MC39_RDBFL63 0xF00637DE          MC 39 Read Data and Bit Flip Register 63
MTU_MC39_RDBFL64 0xF00637E0          MC 39 Read Data and Bit Flip Register 64
MTU_MC39_RDBFL65 0xF00637E2          MC 39 Read Data and Bit Flip Register 65
MTU_MC39_RDBFL66 0xF00637E4          MC 39 Read Data and Bit Flip Register 66
MTU_MC39_ALMSRCS 0xF00637EE          MC 39 Alarm Sources Configuration Register
MTU_MC39_FAULTSTS 0xF00637F0          MC 39 SSH Safety Faults Status Register
MTU_MC39_ERRINFO0 0xF00637F2          MC 39 Error Information Register 0
MTU_MC39_ERRINFO1 0xF00637F4          MC 39 Error Information Register 1
MTU_MC39_ERRINFO2 0xF00637F6          MC 39 Error Information Register 2
MTU_MC39_ERRINFO3 0xF00637F8          MC 39 Error Information Register 3
MTU_MC39_ERRINFO4 0xF00637FA          MC 39 Error Information Register 4
MTU_MC40_CONFIG0 0xF0063800          MC 40 Configuration Register 0
MTU_MC40_CONFIG1 0xF0063802          MC 40 Configuration Register 1
MTU_MC40_MCONTROL 0xF0063804          MC 40 MBIST Control Register
MTU_MC40_MSTATUS 0xF0063806          MC 40 Status Register
MTU_MC40_RANGE  0xF0063808          MC 40 Range Register, single address mode
MTU_MC40_REVID  0xF006380C          MC 40 Revision ID Register
MTU_MC40_ECCS   0xF006380E          MC 40 ECC Safety Register
MTU_MC40_ECCD   0xF0063810          MC 40 Memory ECC Detection Register
MTU_MC40_ETRR0  0xF0063812          MC 40 Error Tracking Register 0
MTU_MC40_ETRR1  0xF0063814          MC 40 Error Tracking Register 1
MTU_MC40_ETRR2  0xF0063816          MC 40 Error Tracking Register 2
MTU_MC40_ETRR3  0xF0063818          MC 40 Error Tracking Register 3
MTU_MC40_ETRR4  0xF006381A          MC 40 Error Tracking Register 4
MTU_MC40_RDBFL0 0xF0063860          MC 40 Read Data and Bit Flip Register 0
MTU_MC40_RDBFL1 0xF0063862          MC 40 Read Data and Bit Flip Register 1
MTU_MC40_RDBFL2 0xF0063864          MC 40 Read Data and Bit Flip Register 2
MTU_MC40_RDBFL3 0xF0063866          MC 40 Read Data and Bit Flip Register 3
MTU_MC40_RDBFL4 0xF0063868          MC 40 Read Data and Bit Flip Register 4
MTU_MC40_RDBFL5 0xF006386A          MC 40 Read Data and Bit Flip Register 5
MTU_MC40_RDBFL6 0xF006386C          MC 40 Read Data and Bit Flip Register 6
MTU_MC40_RDBFL7 0xF006386E          MC 40 Read Data and Bit Flip Register 7
MTU_MC40_RDBFL8 0xF0063870          MC 40 Read Data and Bit Flip Register 8
MTU_MC40_RDBFL9 0xF0063872          MC 40 Read Data and Bit Flip Register 9
MTU_MC40_RDBFL10 0xF0063874          MC 40 Read Data and Bit Flip Register 10
MTU_MC40_RDBFL11 0xF0063876          MC 40 Read Data and Bit Flip Register 11
MTU_MC40_RDBFL12 0xF0063878          MC 40 Read Data and Bit Flip Register 12
MTU_MC40_RDBFL13 0xF006387A          MC 40 Read Data and Bit Flip Register 13
MTU_MC40_RDBFL14 0xF006387C          MC 40 Read Data and Bit Flip Register 14
MTU_MC40_RDBFL15 0xF006387E          MC 40 Read Data and Bit Flip Register 15
MTU_MC40_RDBFL16 0xF0063880          MC 40 Read Data and Bit Flip Register 16
MTU_MC40_RDBFL17 0xF0063882          MC 40 Read Data and Bit Flip Register 17
MTU_MC40_RDBFL18 0xF0063884          MC 40 Read Data and Bit Flip Register 18
MTU_MC40_RDBFL19 0xF0063886          MC 40 Read Data and Bit Flip Register 19
MTU_MC40_RDBFL20 0xF0063888          MC 40 Read Data and Bit Flip Register 20
MTU_MC40_RDBFL21 0xF006388A          MC 40 Read Data and Bit Flip Register 21
MTU_MC40_RDBFL22 0xF006388C          MC 40 Read Data and Bit Flip Register 22
MTU_MC40_RDBFL23 0xF006388E          MC 40 Read Data and Bit Flip Register 23
MTU_MC40_RDBFL24 0xF0063890          MC 40 Read Data and Bit Flip Register 24
MTU_MC40_RDBFL25 0xF0063892          MC 40 Read Data and Bit Flip Register 25
MTU_MC40_RDBFL26 0xF0063894          MC 40 Read Data and Bit Flip Register 26
MTU_MC40_RDBFL27 0xF0063896          MC 40 Read Data and Bit Flip Register 27
MTU_MC40_RDBFL28 0xF0063898          MC 40 Read Data and Bit Flip Register 28
MTU_MC40_RDBFL29 0xF006389A          MC 40 Read Data and Bit Flip Register 29
MTU_MC40_RDBFL30 0xF006389C          MC 40 Read Data and Bit Flip Register 30
MTU_MC40_RDBFL31 0xF006389E          MC 40 Read Data and Bit Flip Register 31
MTU_MC40_RDBFL32 0xF00638A0          MC 40 Read Data and Bit Flip Register 32
MTU_MC40_RDBFL33 0xF00638A2          MC 40 Read Data and Bit Flip Register 33
MTU_MC40_RDBFL34 0xF00638A4          MC 40 Read Data and Bit Flip Register 34
MTU_MC40_RDBFL35 0xF00638A6          MC 40 Read Data and Bit Flip Register 35
MTU_MC40_RDBFL36 0xF00638A8          MC 40 Read Data and Bit Flip Register 36
MTU_MC40_RDBFL37 0xF00638AA          MC 40 Read Data and Bit Flip Register 37
MTU_MC40_RDBFL38 0xF00638AC          MC 40 Read Data and Bit Flip Register 38
MTU_MC40_RDBFL39 0xF00638AE          MC 40 Read Data and Bit Flip Register 39
MTU_MC40_RDBFL40 0xF00638B0          MC 40 Read Data and Bit Flip Register 40
MTU_MC40_RDBFL41 0xF00638B2          MC 40 Read Data and Bit Flip Register 41
MTU_MC40_RDBFL42 0xF00638B4          MC 40 Read Data and Bit Flip Register 42
MTU_MC40_RDBFL43 0xF00638B6          MC 40 Read Data and Bit Flip Register 43
MTU_MC40_RDBFL44 0xF00638B8          MC 40 Read Data and Bit Flip Register 44
MTU_MC40_RDBFL45 0xF00638BA          MC 40 Read Data and Bit Flip Register 45
MTU_MC40_RDBFL46 0xF00638BC          MC 40 Read Data and Bit Flip Register 46
MTU_MC40_RDBFL47 0xF00638BE          MC 40 Read Data and Bit Flip Register 47
MTU_MC40_RDBFL48 0xF00638C0          MC 40 Read Data and Bit Flip Register 48
MTU_MC40_RDBFL49 0xF00638C2          MC 40 Read Data and Bit Flip Register 49
MTU_MC40_RDBFL50 0xF00638C4          MC 40 Read Data and Bit Flip Register 50
MTU_MC40_RDBFL51 0xF00638C6          MC 40 Read Data and Bit Flip Register 51
MTU_MC40_RDBFL52 0xF00638C8          MC 40 Read Data and Bit Flip Register 52
MTU_MC40_RDBFL53 0xF00638CA          MC 40 Read Data and Bit Flip Register 53
MTU_MC40_RDBFL54 0xF00638CC          MC 40 Read Data and Bit Flip Register 54
MTU_MC40_RDBFL55 0xF00638CE          MC 40 Read Data and Bit Flip Register 55
MTU_MC40_RDBFL56 0xF00638D0          MC 40 Read Data and Bit Flip Register 56
MTU_MC40_RDBFL57 0xF00638D2          MC 40 Read Data and Bit Flip Register 57
MTU_MC40_RDBFL58 0xF00638D4          MC 40 Read Data and Bit Flip Register 58
MTU_MC40_RDBFL59 0xF00638D6          MC 40 Read Data and Bit Flip Register 59
MTU_MC40_RDBFL60 0xF00638D8          MC 40 Read Data and Bit Flip Register 60
MTU_MC40_RDBFL61 0xF00638DA          MC 40 Read Data and Bit Flip Register 61
MTU_MC40_RDBFL62 0xF00638DC          MC 40 Read Data and Bit Flip Register 62
MTU_MC40_RDBFL63 0xF00638DE          MC 40 Read Data and Bit Flip Register 63
MTU_MC40_RDBFL64 0xF00638E0          MC 40 Read Data and Bit Flip Register 64
MTU_MC40_RDBFL65 0xF00638E2          MC 40 Read Data and Bit Flip Register 65
MTU_MC40_RDBFL66 0xF00638E4          MC 40 Read Data and Bit Flip Register 66
MTU_MC40_ALMSRCS 0xF00638EE          MC 40 Alarm Sources Configuration Register
MTU_MC40_FAULTSTS 0xF00638F0          MC 40 SSH Safety Faults Status Register
MTU_MC40_ERRINFO0 0xF00638F2          MC 40 Error Information Register 0
MTU_MC40_ERRINFO1 0xF00638F4          MC 40 Error Information Register 1
MTU_MC40_ERRINFO2 0xF00638F6          MC 40 Error Information Register 2
MTU_MC40_ERRINFO3 0xF00638F8          MC 40 Error Information Register 3
MTU_MC40_ERRINFO4 0xF00638FA          MC 40 Error Information Register 4
MTU_MC41_CONFIG0 0xF0063900          MC 41 Configuration Register 0
MTU_MC41_CONFIG1 0xF0063902          MC 41 Configuration Register 1
MTU_MC41_MCONTROL 0xF0063904          MC 41 MBIST Control Register
MTU_MC41_MSTATUS 0xF0063906          MC 41 Status Register
MTU_MC41_RANGE  0xF0063908          MC 41 Range Register, single address mode
MTU_MC41_REVID  0xF006390C          MC 41 Revision ID Register
MTU_MC41_ECCS   0xF006390E          MC 41 ECC Safety Register
MTU_MC41_ECCD   0xF0063910          MC 41 Memory ECC Detection Register
MTU_MC41_ETRR0  0xF0063912          MC 41 Error Tracking Register 0
MTU_MC41_ETRR1  0xF0063914          MC 41 Error Tracking Register 1
MTU_MC41_ETRR2  0xF0063916          MC 41 Error Tracking Register 2
MTU_MC41_ETRR3  0xF0063918          MC 41 Error Tracking Register 3
MTU_MC41_ETRR4  0xF006391A          MC 41 Error Tracking Register 4
MTU_MC41_RDBFL0 0xF0063960          MC 41 Read Data and Bit Flip Register 0
MTU_MC41_RDBFL1 0xF0063962          MC 41 Read Data and Bit Flip Register 1
MTU_MC41_RDBFL2 0xF0063964          MC 41 Read Data and Bit Flip Register 2
MTU_MC41_RDBFL3 0xF0063966          MC 41 Read Data and Bit Flip Register 3
MTU_MC41_RDBFL4 0xF0063968          MC 41 Read Data and Bit Flip Register 4
MTU_MC41_RDBFL5 0xF006396A          MC 41 Read Data and Bit Flip Register 5
MTU_MC41_RDBFL6 0xF006396C          MC 41 Read Data and Bit Flip Register 6
MTU_MC41_RDBFL7 0xF006396E          MC 41 Read Data and Bit Flip Register 7
MTU_MC41_RDBFL8 0xF0063970          MC 41 Read Data and Bit Flip Register 8
MTU_MC41_RDBFL9 0xF0063972          MC 41 Read Data and Bit Flip Register 9
MTU_MC41_RDBFL10 0xF0063974          MC 41 Read Data and Bit Flip Register 10
MTU_MC41_RDBFL11 0xF0063976          MC 41 Read Data and Bit Flip Register 11
MTU_MC41_RDBFL12 0xF0063978          MC 41 Read Data and Bit Flip Register 12
MTU_MC41_RDBFL13 0xF006397A          MC 41 Read Data and Bit Flip Register 13
MTU_MC41_RDBFL14 0xF006397C          MC 41 Read Data and Bit Flip Register 14
MTU_MC41_RDBFL15 0xF006397E          MC 41 Read Data and Bit Flip Register 15
MTU_MC41_RDBFL16 0xF0063980          MC 41 Read Data and Bit Flip Register 16
MTU_MC41_RDBFL17 0xF0063982          MC 41 Read Data and Bit Flip Register 17
MTU_MC41_RDBFL18 0xF0063984          MC 41 Read Data and Bit Flip Register 18
MTU_MC41_RDBFL19 0xF0063986          MC 41 Read Data and Bit Flip Register 19
MTU_MC41_RDBFL20 0xF0063988          MC 41 Read Data and Bit Flip Register 20
MTU_MC41_RDBFL21 0xF006398A          MC 41 Read Data and Bit Flip Register 21
MTU_MC41_RDBFL22 0xF006398C          MC 41 Read Data and Bit Flip Register 22
MTU_MC41_RDBFL23 0xF006398E          MC 41 Read Data and Bit Flip Register 23
MTU_MC41_RDBFL24 0xF0063990          MC 41 Read Data and Bit Flip Register 24
MTU_MC41_RDBFL25 0xF0063992          MC 41 Read Data and Bit Flip Register 25
MTU_MC41_RDBFL26 0xF0063994          MC 41 Read Data and Bit Flip Register 26
MTU_MC41_RDBFL27 0xF0063996          MC 41 Read Data and Bit Flip Register 27
MTU_MC41_RDBFL28 0xF0063998          MC 41 Read Data and Bit Flip Register 28
MTU_MC41_RDBFL29 0xF006399A          MC 41 Read Data and Bit Flip Register 29
MTU_MC41_RDBFL30 0xF006399C          MC 41 Read Data and Bit Flip Register 30
MTU_MC41_RDBFL31 0xF006399E          MC 41 Read Data and Bit Flip Register 31
MTU_MC41_RDBFL32 0xF00639A0          MC 41 Read Data and Bit Flip Register 32
MTU_MC41_RDBFL33 0xF00639A2          MC 41 Read Data and Bit Flip Register 33
MTU_MC41_RDBFL34 0xF00639A4          MC 41 Read Data and Bit Flip Register 34
MTU_MC41_RDBFL35 0xF00639A6          MC 41 Read Data and Bit Flip Register 35
MTU_MC41_RDBFL36 0xF00639A8          MC 41 Read Data and Bit Flip Register 36
MTU_MC41_RDBFL37 0xF00639AA          MC 41 Read Data and Bit Flip Register 37
MTU_MC41_RDBFL38 0xF00639AC          MC 41 Read Data and Bit Flip Register 38
MTU_MC41_RDBFL39 0xF00639AE          MC 41 Read Data and Bit Flip Register 39
MTU_MC41_RDBFL40 0xF00639B0          MC 41 Read Data and Bit Flip Register 40
MTU_MC41_RDBFL41 0xF00639B2          MC 41 Read Data and Bit Flip Register 41
MTU_MC41_RDBFL42 0xF00639B4          MC 41 Read Data and Bit Flip Register 42
MTU_MC41_RDBFL43 0xF00639B6          MC 41 Read Data and Bit Flip Register 43
MTU_MC41_RDBFL44 0xF00639B8          MC 41 Read Data and Bit Flip Register 44
MTU_MC41_RDBFL45 0xF00639BA          MC 41 Read Data and Bit Flip Register 45
MTU_MC41_RDBFL46 0xF00639BC          MC 41 Read Data and Bit Flip Register 46
MTU_MC41_RDBFL47 0xF00639BE          MC 41 Read Data and Bit Flip Register 47
MTU_MC41_RDBFL48 0xF00639C0          MC 41 Read Data and Bit Flip Register 48
MTU_MC41_RDBFL49 0xF00639C2          MC 41 Read Data and Bit Flip Register 49
MTU_MC41_RDBFL50 0xF00639C4          MC 41 Read Data and Bit Flip Register 50
MTU_MC41_RDBFL51 0xF00639C6          MC 41 Read Data and Bit Flip Register 51
MTU_MC41_RDBFL52 0xF00639C8          MC 41 Read Data and Bit Flip Register 52
MTU_MC41_RDBFL53 0xF00639CA          MC 41 Read Data and Bit Flip Register 53
MTU_MC41_RDBFL54 0xF00639CC          MC 41 Read Data and Bit Flip Register 54
MTU_MC41_RDBFL55 0xF00639CE          MC 41 Read Data and Bit Flip Register 55
MTU_MC41_RDBFL56 0xF00639D0          MC 41 Read Data and Bit Flip Register 56
MTU_MC41_RDBFL57 0xF00639D2          MC 41 Read Data and Bit Flip Register 57
MTU_MC41_RDBFL58 0xF00639D4          MC 41 Read Data and Bit Flip Register 58
MTU_MC41_RDBFL59 0xF00639D6          MC 41 Read Data and Bit Flip Register 59
MTU_MC41_RDBFL60 0xF00639D8          MC 41 Read Data and Bit Flip Register 60
MTU_MC41_RDBFL61 0xF00639DA          MC 41 Read Data and Bit Flip Register 61
MTU_MC41_RDBFL62 0xF00639DC          MC 41 Read Data and Bit Flip Register 62
MTU_MC41_RDBFL63 0xF00639DE          MC 41 Read Data and Bit Flip Register 63
MTU_MC41_RDBFL64 0xF00639E0          MC 41 Read Data and Bit Flip Register 64
MTU_MC41_RDBFL65 0xF00639E2          MC 41 Read Data and Bit Flip Register 65
MTU_MC41_RDBFL66 0xF00639E4          MC 41 Read Data and Bit Flip Register 66
MTU_MC41_ALMSRCS 0xF00639EE          MC 41 Alarm Sources Configuration Register
MTU_MC41_FAULTSTS 0xF00639F0          MC 41 SSH Safety Faults Status Register
MTU_MC41_ERRINFO0 0xF00639F2          MC 41 Error Information Register 0
MTU_MC41_ERRINFO1 0xF00639F4          MC 41 Error Information Register 1
MTU_MC41_ERRINFO2 0xF00639F6          MC 41 Error Information Register 2
MTU_MC41_ERRINFO3 0xF00639F8          MC 41 Error Information Register 3
MTU_MC41_ERRINFO4 0xF00639FA          MC 41 Error Information Register 4
MTU_MC42_CONFIG0 0xF0063A00          MC 42 Configuration Register 0
MTU_MC42_CONFIG1 0xF0063A02          MC 42 Configuration Register 1
MTU_MC42_MCONTROL 0xF0063A04          MC 42 MBIST Control Register
MTU_MC42_MSTATUS 0xF0063A06          MC 42 Status Register
MTU_MC42_RANGE  0xF0063A08          MC 42 Range Register, single address mode
MTU_MC42_REVID  0xF0063A0C          MC 42 Revision ID Register
MTU_MC42_ECCS   0xF0063A0E          MC 42 ECC Safety Register
MTU_MC42_ECCD   0xF0063A10          MC 42 Memory ECC Detection Register
MTU_MC42_ETRR0  0xF0063A12          MC 42 Error Tracking Register 0
MTU_MC42_ETRR1  0xF0063A14          MC 42 Error Tracking Register 1
MTU_MC42_ETRR2  0xF0063A16          MC 42 Error Tracking Register 2
MTU_MC42_ETRR3  0xF0063A18          MC 42 Error Tracking Register 3
MTU_MC42_ETRR4  0xF0063A1A          MC 42 Error Tracking Register 4
MTU_MC42_RDBFL0 0xF0063A60          MC 42 Read Data and Bit Flip Register 0
MTU_MC42_RDBFL1 0xF0063A62          MC 42 Read Data and Bit Flip Register 1
MTU_MC42_RDBFL2 0xF0063A64          MC 42 Read Data and Bit Flip Register 2
MTU_MC42_RDBFL3 0xF0063A66          MC 42 Read Data and Bit Flip Register 3
MTU_MC42_RDBFL4 0xF0063A68          MC 42 Read Data and Bit Flip Register 4
MTU_MC42_RDBFL5 0xF0063A6A          MC 42 Read Data and Bit Flip Register 5
MTU_MC42_RDBFL6 0xF0063A6C          MC 42 Read Data and Bit Flip Register 6
MTU_MC42_RDBFL7 0xF0063A6E          MC 42 Read Data and Bit Flip Register 7
MTU_MC42_RDBFL8 0xF0063A70          MC 42 Read Data and Bit Flip Register 8
MTU_MC42_RDBFL9 0xF0063A72          MC 42 Read Data and Bit Flip Register 9
MTU_MC42_RDBFL10 0xF0063A74          MC 42 Read Data and Bit Flip Register 10
MTU_MC42_RDBFL11 0xF0063A76          MC 42 Read Data and Bit Flip Register 11
MTU_MC42_RDBFL12 0xF0063A78          MC 42 Read Data and Bit Flip Register 12
MTU_MC42_RDBFL13 0xF0063A7A          MC 42 Read Data and Bit Flip Register 13
MTU_MC42_RDBFL14 0xF0063A7C          MC 42 Read Data and Bit Flip Register 14
MTU_MC42_RDBFL15 0xF0063A7E          MC 42 Read Data and Bit Flip Register 15
MTU_MC42_RDBFL16 0xF0063A80          MC 42 Read Data and Bit Flip Register 16
MTU_MC42_RDBFL17 0xF0063A82          MC 42 Read Data and Bit Flip Register 17
MTU_MC42_RDBFL18 0xF0063A84          MC 42 Read Data and Bit Flip Register 18
MTU_MC42_RDBFL19 0xF0063A86          MC 42 Read Data and Bit Flip Register 19
MTU_MC42_RDBFL20 0xF0063A88          MC 42 Read Data and Bit Flip Register 20
MTU_MC42_RDBFL21 0xF0063A8A          MC 42 Read Data and Bit Flip Register 21
MTU_MC42_RDBFL22 0xF0063A8C          MC 42 Read Data and Bit Flip Register 22
MTU_MC42_RDBFL23 0xF0063A8E          MC 42 Read Data and Bit Flip Register 23
MTU_MC42_RDBFL24 0xF0063A90          MC 42 Read Data and Bit Flip Register 24
MTU_MC42_RDBFL25 0xF0063A92          MC 42 Read Data and Bit Flip Register 25
MTU_MC42_RDBFL26 0xF0063A94          MC 42 Read Data and Bit Flip Register 26
MTU_MC42_RDBFL27 0xF0063A96          MC 42 Read Data and Bit Flip Register 27
MTU_MC42_RDBFL28 0xF0063A98          MC 42 Read Data and Bit Flip Register 28
MTU_MC42_RDBFL29 0xF0063A9A          MC 42 Read Data and Bit Flip Register 29
MTU_MC42_RDBFL30 0xF0063A9C          MC 42 Read Data and Bit Flip Register 30
MTU_MC42_RDBFL31 0xF0063A9E          MC 42 Read Data and Bit Flip Register 31
MTU_MC42_RDBFL32 0xF0063AA0          MC 42 Read Data and Bit Flip Register 32
MTU_MC42_RDBFL33 0xF0063AA2          MC 42 Read Data and Bit Flip Register 33
MTU_MC42_RDBFL34 0xF0063AA4          MC 42 Read Data and Bit Flip Register 34
MTU_MC42_RDBFL35 0xF0063AA6          MC 42 Read Data and Bit Flip Register 35
MTU_MC42_RDBFL36 0xF0063AA8          MC 42 Read Data and Bit Flip Register 36
MTU_MC42_RDBFL37 0xF0063AAA          MC 42 Read Data and Bit Flip Register 37
MTU_MC42_RDBFL38 0xF0063AAC          MC 42 Read Data and Bit Flip Register 38
MTU_MC42_RDBFL39 0xF0063AAE          MC 42 Read Data and Bit Flip Register 39
MTU_MC42_RDBFL40 0xF0063AB0          MC 42 Read Data and Bit Flip Register 40
MTU_MC42_RDBFL41 0xF0063AB2          MC 42 Read Data and Bit Flip Register 41
MTU_MC42_RDBFL42 0xF0063AB4          MC 42 Read Data and Bit Flip Register 42
MTU_MC42_RDBFL43 0xF0063AB6          MC 42 Read Data and Bit Flip Register 43
MTU_MC42_RDBFL44 0xF0063AB8          MC 42 Read Data and Bit Flip Register 44
MTU_MC42_RDBFL45 0xF0063ABA          MC 42 Read Data and Bit Flip Register 45
MTU_MC42_RDBFL46 0xF0063ABC          MC 42 Read Data and Bit Flip Register 46
MTU_MC42_RDBFL47 0xF0063ABE          MC 42 Read Data and Bit Flip Register 47
MTU_MC42_RDBFL48 0xF0063AC0          MC 42 Read Data and Bit Flip Register 48
MTU_MC42_RDBFL49 0xF0063AC2          MC 42 Read Data and Bit Flip Register 49
MTU_MC42_RDBFL50 0xF0063AC4          MC 42 Read Data and Bit Flip Register 50
MTU_MC42_RDBFL51 0xF0063AC6          MC 42 Read Data and Bit Flip Register 51
MTU_MC42_RDBFL52 0xF0063AC8          MC 42 Read Data and Bit Flip Register 52
MTU_MC42_RDBFL53 0xF0063ACA          MC 42 Read Data and Bit Flip Register 53
MTU_MC42_RDBFL54 0xF0063ACC          MC 42 Read Data and Bit Flip Register 54
MTU_MC42_RDBFL55 0xF0063ACE          MC 42 Read Data and Bit Flip Register 55
MTU_MC42_RDBFL56 0xF0063AD0          MC 42 Read Data and Bit Flip Register 56
MTU_MC42_RDBFL57 0xF0063AD2          MC 42 Read Data and Bit Flip Register 57
MTU_MC42_RDBFL58 0xF0063AD4          MC 42 Read Data and Bit Flip Register 58
MTU_MC42_RDBFL59 0xF0063AD6          MC 42 Read Data and Bit Flip Register 59
MTU_MC42_RDBFL60 0xF0063AD8          MC 42 Read Data and Bit Flip Register 60
MTU_MC42_RDBFL61 0xF0063ADA          MC 42 Read Data and Bit Flip Register 61
MTU_MC42_RDBFL62 0xF0063ADC          MC 42 Read Data and Bit Flip Register 62
MTU_MC42_RDBFL63 0xF0063ADE          MC 42 Read Data and Bit Flip Register 63
MTU_MC42_RDBFL64 0xF0063AE0          MC 42 Read Data and Bit Flip Register 64
MTU_MC42_RDBFL65 0xF0063AE2          MC 42 Read Data and Bit Flip Register 65
MTU_MC42_RDBFL66 0xF0063AE4          MC 42 Read Data and Bit Flip Register 66
MTU_MC42_ALMSRCS 0xF0063AEE          MC 42 Alarm Sources Configuration Register
MTU_MC42_FAULTSTS 0xF0063AF0          MC 42 SSH Safety Faults Status Register
MTU_MC42_ERRINFO0 0xF0063AF2          MC 42 Error Information Register 0
MTU_MC42_ERRINFO1 0xF0063AF4          MC 42 Error Information Register 1
MTU_MC42_ERRINFO2 0xF0063AF6          MC 42 Error Information Register 2
MTU_MC42_ERRINFO3 0xF0063AF8          MC 42 Error Information Register 3
MTU_MC42_ERRINFO4 0xF0063AFA          MC 42 Error Information Register 4
MTU_MC43_CONFIG0 0xF0063B00          MC 43 Configuration Register 0
MTU_MC43_CONFIG1 0xF0063B02          MC 43 Configuration Register 1
MTU_MC43_MCONTROL 0xF0063B04          MC 43 MBIST Control Register
MTU_MC43_MSTATUS 0xF0063B06          MC 43 Status Register
MTU_MC43_RANGE  0xF0063B08          MC 43 Range Register, single address mode
MTU_MC43_REVID  0xF0063B0C          MC 43 Revision ID Register
MTU_MC43_ECCS   0xF0063B0E          MC 43 ECC Safety Register
MTU_MC43_ECCD   0xF0063B10          MC 43 Memory ECC Detection Register
MTU_MC43_ETRR0  0xF0063B12          MC 43 Error Tracking Register 0
MTU_MC43_ETRR1  0xF0063B14          MC 43 Error Tracking Register 1
MTU_MC43_ETRR2  0xF0063B16          MC 43 Error Tracking Register 2
MTU_MC43_ETRR3  0xF0063B18          MC 43 Error Tracking Register 3
MTU_MC43_ETRR4  0xF0063B1A          MC 43 Error Tracking Register 4
MTU_MC43_RDBFL0 0xF0063B60          MC 43 Read Data and Bit Flip Register 0
MTU_MC43_RDBFL1 0xF0063B62          MC 43 Read Data and Bit Flip Register 1
MTU_MC43_RDBFL2 0xF0063B64          MC 43 Read Data and Bit Flip Register 2
MTU_MC43_RDBFL3 0xF0063B66          MC 43 Read Data and Bit Flip Register 3
MTU_MC43_RDBFL4 0xF0063B68          MC 43 Read Data and Bit Flip Register 4
MTU_MC43_RDBFL5 0xF0063B6A          MC 43 Read Data and Bit Flip Register 5
MTU_MC43_RDBFL6 0xF0063B6C          MC 43 Read Data and Bit Flip Register 6
MTU_MC43_RDBFL7 0xF0063B6E          MC 43 Read Data and Bit Flip Register 7
MTU_MC43_RDBFL8 0xF0063B70          MC 43 Read Data and Bit Flip Register 8
MTU_MC43_RDBFL9 0xF0063B72          MC 43 Read Data and Bit Flip Register 9
MTU_MC43_RDBFL10 0xF0063B74          MC 43 Read Data and Bit Flip Register 10
MTU_MC43_RDBFL11 0xF0063B76          MC 43 Read Data and Bit Flip Register 11
MTU_MC43_RDBFL12 0xF0063B78          MC 43 Read Data and Bit Flip Register 12
MTU_MC43_RDBFL13 0xF0063B7A          MC 43 Read Data and Bit Flip Register 13
MTU_MC43_RDBFL14 0xF0063B7C          MC 43 Read Data and Bit Flip Register 14
MTU_MC43_RDBFL15 0xF0063B7E          MC 43 Read Data and Bit Flip Register 15
MTU_MC43_RDBFL16 0xF0063B80          MC 43 Read Data and Bit Flip Register 16
MTU_MC43_RDBFL17 0xF0063B82          MC 43 Read Data and Bit Flip Register 17
MTU_MC43_RDBFL18 0xF0063B84          MC 43 Read Data and Bit Flip Register 18
MTU_MC43_RDBFL19 0xF0063B86          MC 43 Read Data and Bit Flip Register 19
MTU_MC43_RDBFL20 0xF0063B88          MC 43 Read Data and Bit Flip Register 20
MTU_MC43_RDBFL21 0xF0063B8A          MC 43 Read Data and Bit Flip Register 21
MTU_MC43_RDBFL22 0xF0063B8C          MC 43 Read Data and Bit Flip Register 22
MTU_MC43_RDBFL23 0xF0063B8E          MC 43 Read Data and Bit Flip Register 23
MTU_MC43_RDBFL24 0xF0063B90          MC 43 Read Data and Bit Flip Register 24
MTU_MC43_RDBFL25 0xF0063B92          MC 43 Read Data and Bit Flip Register 25
MTU_MC43_RDBFL26 0xF0063B94          MC 43 Read Data and Bit Flip Register 26
MTU_MC43_RDBFL27 0xF0063B96          MC 43 Read Data and Bit Flip Register 27
MTU_MC43_RDBFL28 0xF0063B98          MC 43 Read Data and Bit Flip Register 28
MTU_MC43_RDBFL29 0xF0063B9A          MC 43 Read Data and Bit Flip Register 29
MTU_MC43_RDBFL30 0xF0063B9C          MC 43 Read Data and Bit Flip Register 30
MTU_MC43_RDBFL31 0xF0063B9E          MC 43 Read Data and Bit Flip Register 31
MTU_MC43_RDBFL32 0xF0063BA0          MC 43 Read Data and Bit Flip Register 32
MTU_MC43_RDBFL33 0xF0063BA2          MC 43 Read Data and Bit Flip Register 33
MTU_MC43_RDBFL34 0xF0063BA4          MC 43 Read Data and Bit Flip Register 34
MTU_MC43_RDBFL35 0xF0063BA6          MC 43 Read Data and Bit Flip Register 35
MTU_MC43_RDBFL36 0xF0063BA8          MC 43 Read Data and Bit Flip Register 36
MTU_MC43_RDBFL37 0xF0063BAA          MC 43 Read Data and Bit Flip Register 37
MTU_MC43_RDBFL38 0xF0063BAC          MC 43 Read Data and Bit Flip Register 38
MTU_MC43_RDBFL39 0xF0063BAE          MC 43 Read Data and Bit Flip Register 39
MTU_MC43_RDBFL40 0xF0063BB0          MC 43 Read Data and Bit Flip Register 40
MTU_MC43_RDBFL41 0xF0063BB2          MC 43 Read Data and Bit Flip Register 41
MTU_MC43_RDBFL42 0xF0063BB4          MC 43 Read Data and Bit Flip Register 42
MTU_MC43_RDBFL43 0xF0063BB6          MC 43 Read Data and Bit Flip Register 43
MTU_MC43_RDBFL44 0xF0063BB8          MC 43 Read Data and Bit Flip Register 44
MTU_MC43_RDBFL45 0xF0063BBA          MC 43 Read Data and Bit Flip Register 45
MTU_MC43_RDBFL46 0xF0063BBC          MC 43 Read Data and Bit Flip Register 46
MTU_MC43_RDBFL47 0xF0063BBE          MC 43 Read Data and Bit Flip Register 47
MTU_MC43_RDBFL48 0xF0063BC0          MC 43 Read Data and Bit Flip Register 48
MTU_MC43_RDBFL49 0xF0063BC2          MC 43 Read Data and Bit Flip Register 49
MTU_MC43_RDBFL50 0xF0063BC4          MC 43 Read Data and Bit Flip Register 50
MTU_MC43_RDBFL51 0xF0063BC6          MC 43 Read Data and Bit Flip Register 51
MTU_MC43_RDBFL52 0xF0063BC8          MC 43 Read Data and Bit Flip Register 52
MTU_MC43_RDBFL53 0xF0063BCA          MC 43 Read Data and Bit Flip Register 53
MTU_MC43_RDBFL54 0xF0063BCC          MC 43 Read Data and Bit Flip Register 54
MTU_MC43_RDBFL55 0xF0063BCE          MC 43 Read Data and Bit Flip Register 55
MTU_MC43_RDBFL56 0xF0063BD0          MC 43 Read Data and Bit Flip Register 56
MTU_MC43_RDBFL57 0xF0063BD2          MC 43 Read Data and Bit Flip Register 57
MTU_MC43_RDBFL58 0xF0063BD4          MC 43 Read Data and Bit Flip Register 58
MTU_MC43_RDBFL59 0xF0063BD6          MC 43 Read Data and Bit Flip Register 59
MTU_MC43_RDBFL60 0xF0063BD8          MC 43 Read Data and Bit Flip Register 60
MTU_MC43_RDBFL61 0xF0063BDA          MC 43 Read Data and Bit Flip Register 61
MTU_MC43_RDBFL62 0xF0063BDC          MC 43 Read Data and Bit Flip Register 62
MTU_MC43_RDBFL63 0xF0063BDE          MC 43 Read Data and Bit Flip Register 63
MTU_MC43_RDBFL64 0xF0063BE0          MC 43 Read Data and Bit Flip Register 64
MTU_MC43_RDBFL65 0xF0063BE2          MC 43 Read Data and Bit Flip Register 65
MTU_MC43_RDBFL66 0xF0063BE4          MC 43 Read Data and Bit Flip Register 66
MTU_MC43_ALMSRCS 0xF0063BEE          MC 43 Alarm Sources Configuration Register
MTU_MC43_FAULTSTS 0xF0063BF0          MC 43 SSH Safety Faults Status Register
MTU_MC43_ERRINFO0 0xF0063BF2          MC 43 Error Information Register 0
MTU_MC43_ERRINFO1 0xF0063BF4          MC 43 Error Information Register 1
MTU_MC43_ERRINFO2 0xF0063BF6          MC 43 Error Information Register 2
MTU_MC43_ERRINFO3 0xF0063BF8          MC 43 Error Information Register 3
MTU_MC43_ERRINFO4 0xF0063BFA          MC 43 Error Information Register 4
MTU_MC44_CONFIG0 0xF0063C00          MC 44 Configuration Register 0
MTU_MC44_CONFIG1 0xF0063C02          MC 44 Configuration Register 1
MTU_MC44_MCONTROL 0xF0063C04          MC 44 MBIST Control Register
MTU_MC44_MSTATUS 0xF0063C06          MC 44 Status Register
MTU_MC44_RANGE  0xF0063C08          MC 44 Range Register, single address mode
MTU_MC44_REVID  0xF0063C0C          MC 44 Revision ID Register
MTU_MC44_ECCS   0xF0063C0E          MC 44 ECC Safety Register
MTU_MC44_ECCD   0xF0063C10          MC 44 Memory ECC Detection Register
MTU_MC44_ETRR0  0xF0063C12          MC 44 Error Tracking Register 0
MTU_MC44_ETRR1  0xF0063C14          MC 44 Error Tracking Register 1
MTU_MC44_ETRR2  0xF0063C16          MC 44 Error Tracking Register 2
MTU_MC44_ETRR3  0xF0063C18          MC 44 Error Tracking Register 3
MTU_MC44_ETRR4  0xF0063C1A          MC 44 Error Tracking Register 4
MTU_MC44_RDBFL0 0xF0063C60          MC 44 Read Data and Bit Flip Register 0
MTU_MC44_RDBFL1 0xF0063C62          MC 44 Read Data and Bit Flip Register 1
MTU_MC44_RDBFL2 0xF0063C64          MC 44 Read Data and Bit Flip Register 2
MTU_MC44_RDBFL3 0xF0063C66          MC 44 Read Data and Bit Flip Register 3
MTU_MC44_RDBFL4 0xF0063C68          MC 44 Read Data and Bit Flip Register 4
MTU_MC44_RDBFL5 0xF0063C6A          MC 44 Read Data and Bit Flip Register 5
MTU_MC44_RDBFL6 0xF0063C6C          MC 44 Read Data and Bit Flip Register 6
MTU_MC44_RDBFL7 0xF0063C6E          MC 44 Read Data and Bit Flip Register 7
MTU_MC44_RDBFL8 0xF0063C70          MC 44 Read Data and Bit Flip Register 8
MTU_MC44_RDBFL9 0xF0063C72          MC 44 Read Data and Bit Flip Register 9
MTU_MC44_RDBFL10 0xF0063C74          MC 44 Read Data and Bit Flip Register 10
MTU_MC44_RDBFL11 0xF0063C76          MC 44 Read Data and Bit Flip Register 11
MTU_MC44_RDBFL12 0xF0063C78          MC 44 Read Data and Bit Flip Register 12
MTU_MC44_RDBFL13 0xF0063C7A          MC 44 Read Data and Bit Flip Register 13
MTU_MC44_RDBFL14 0xF0063C7C          MC 44 Read Data and Bit Flip Register 14
MTU_MC44_RDBFL15 0xF0063C7E          MC 44 Read Data and Bit Flip Register 15
MTU_MC44_RDBFL16 0xF0063C80          MC 44 Read Data and Bit Flip Register 16
MTU_MC44_RDBFL17 0xF0063C82          MC 44 Read Data and Bit Flip Register 17
MTU_MC44_RDBFL18 0xF0063C84          MC 44 Read Data and Bit Flip Register 18
MTU_MC44_RDBFL19 0xF0063C86          MC 44 Read Data and Bit Flip Register 19
MTU_MC44_RDBFL20 0xF0063C88          MC 44 Read Data and Bit Flip Register 20
MTU_MC44_RDBFL21 0xF0063C8A          MC 44 Read Data and Bit Flip Register 21
MTU_MC44_RDBFL22 0xF0063C8C          MC 44 Read Data and Bit Flip Register 22
MTU_MC44_RDBFL23 0xF0063C8E          MC 44 Read Data and Bit Flip Register 23
MTU_MC44_RDBFL24 0xF0063C90          MC 44 Read Data and Bit Flip Register 24
MTU_MC44_RDBFL25 0xF0063C92          MC 44 Read Data and Bit Flip Register 25
MTU_MC44_RDBFL26 0xF0063C94          MC 44 Read Data and Bit Flip Register 26
MTU_MC44_RDBFL27 0xF0063C96          MC 44 Read Data and Bit Flip Register 27
MTU_MC44_RDBFL28 0xF0063C98          MC 44 Read Data and Bit Flip Register 28
MTU_MC44_RDBFL29 0xF0063C9A          MC 44 Read Data and Bit Flip Register 29
MTU_MC44_RDBFL30 0xF0063C9C          MC 44 Read Data and Bit Flip Register 30
MTU_MC44_RDBFL31 0xF0063C9E          MC 44 Read Data and Bit Flip Register 31
MTU_MC44_RDBFL32 0xF0063CA0          MC 44 Read Data and Bit Flip Register 32
MTU_MC44_RDBFL33 0xF0063CA2          MC 44 Read Data and Bit Flip Register 33
MTU_MC44_RDBFL34 0xF0063CA4          MC 44 Read Data and Bit Flip Register 34
MTU_MC44_RDBFL35 0xF0063CA6          MC 44 Read Data and Bit Flip Register 35
MTU_MC44_RDBFL36 0xF0063CA8          MC 44 Read Data and Bit Flip Register 36
MTU_MC44_RDBFL37 0xF0063CAA          MC 44 Read Data and Bit Flip Register 37
MTU_MC44_RDBFL38 0xF0063CAC          MC 44 Read Data and Bit Flip Register 38
MTU_MC44_RDBFL39 0xF0063CAE          MC 44 Read Data and Bit Flip Register 39
MTU_MC44_RDBFL40 0xF0063CB0          MC 44 Read Data and Bit Flip Register 40
MTU_MC44_RDBFL41 0xF0063CB2          MC 44 Read Data and Bit Flip Register 41
MTU_MC44_RDBFL42 0xF0063CB4          MC 44 Read Data and Bit Flip Register 42
MTU_MC44_RDBFL43 0xF0063CB6          MC 44 Read Data and Bit Flip Register 43
MTU_MC44_RDBFL44 0xF0063CB8          MC 44 Read Data and Bit Flip Register 44
MTU_MC44_RDBFL45 0xF0063CBA          MC 44 Read Data and Bit Flip Register 45
MTU_MC44_RDBFL46 0xF0063CBC          MC 44 Read Data and Bit Flip Register 46
MTU_MC44_RDBFL47 0xF0063CBE          MC 44 Read Data and Bit Flip Register 47
MTU_MC44_RDBFL48 0xF0063CC0          MC 44 Read Data and Bit Flip Register 48
MTU_MC44_RDBFL49 0xF0063CC2          MC 44 Read Data and Bit Flip Register 49
MTU_MC44_RDBFL50 0xF0063CC4          MC 44 Read Data and Bit Flip Register 50
MTU_MC44_RDBFL51 0xF0063CC6          MC 44 Read Data and Bit Flip Register 51
MTU_MC44_RDBFL52 0xF0063CC8          MC 44 Read Data and Bit Flip Register 52
MTU_MC44_RDBFL53 0xF0063CCA          MC 44 Read Data and Bit Flip Register 53
MTU_MC44_RDBFL54 0xF0063CCC          MC 44 Read Data and Bit Flip Register 54
MTU_MC44_RDBFL55 0xF0063CCE          MC 44 Read Data and Bit Flip Register 55
MTU_MC44_RDBFL56 0xF0063CD0          MC 44 Read Data and Bit Flip Register 56
MTU_MC44_RDBFL57 0xF0063CD2          MC 44 Read Data and Bit Flip Register 57
MTU_MC44_RDBFL58 0xF0063CD4          MC 44 Read Data and Bit Flip Register 58
MTU_MC44_RDBFL59 0xF0063CD6          MC 44 Read Data and Bit Flip Register 59
MTU_MC44_RDBFL60 0xF0063CD8          MC 44 Read Data and Bit Flip Register 60
MTU_MC44_RDBFL61 0xF0063CDA          MC 44 Read Data and Bit Flip Register 61
MTU_MC44_RDBFL62 0xF0063CDC          MC 44 Read Data and Bit Flip Register 62
MTU_MC44_RDBFL63 0xF0063CDE          MC 44 Read Data and Bit Flip Register 63
MTU_MC44_RDBFL64 0xF0063CE0          MC 44 Read Data and Bit Flip Register 64
MTU_MC44_RDBFL65 0xF0063CE2          MC 44 Read Data and Bit Flip Register 65
MTU_MC44_RDBFL66 0xF0063CE4          MC 44 Read Data and Bit Flip Register 66
MTU_MC44_ALMSRCS 0xF0063CEE          MC 44 Alarm Sources Configuration Register
MTU_MC44_FAULTSTS 0xF0063CF0          MC 44 SSH Safety Faults Status Register
MTU_MC44_ERRINFO0 0xF0063CF2          MC 44 Error Information Register 0
MTU_MC44_ERRINFO1 0xF0063CF4          MC 44 Error Information Register 1
MTU_MC44_ERRINFO2 0xF0063CF6          MC 44 Error Information Register 2
MTU_MC44_ERRINFO3 0xF0063CF8          MC 44 Error Information Register 3
MTU_MC44_ERRINFO4 0xF0063CFA          MC 44 Error Information Register 4
MTU_MC45_CONFIG0 0xF0063D00          MC 45 Configuration Register 0
MTU_MC45_CONFIG1 0xF0063D02          MC 45 Configuration Register 1
MTU_MC45_MCONTROL 0xF0063D04          MC 45 MBIST Control Register
MTU_MC45_MSTATUS 0xF0063D06          MC 45 Status Register
MTU_MC45_RANGE  0xF0063D08          MC 45 Range Register, single address mode
MTU_MC45_REVID  0xF0063D0C          MC 45 Revision ID Register
MTU_MC45_ECCS   0xF0063D0E          MC 45 ECC Safety Register
MTU_MC45_ECCD   0xF0063D10          MC 45 Memory ECC Detection Register
MTU_MC45_ETRR0  0xF0063D12          MC 45 Error Tracking Register 0
MTU_MC45_ETRR1  0xF0063D14          MC 45 Error Tracking Register 1
MTU_MC45_ETRR2  0xF0063D16          MC 45 Error Tracking Register 2
MTU_MC45_ETRR3  0xF0063D18          MC 45 Error Tracking Register 3
MTU_MC45_ETRR4  0xF0063D1A          MC 45 Error Tracking Register 4
MTU_MC45_RDBFL0 0xF0063D60          MC 45 Read Data and Bit Flip Register 0
MTU_MC45_RDBFL1 0xF0063D62          MC 45 Read Data and Bit Flip Register 1
MTU_MC45_RDBFL2 0xF0063D64          MC 45 Read Data and Bit Flip Register 2
MTU_MC45_RDBFL3 0xF0063D66          MC 45 Read Data and Bit Flip Register 3
MTU_MC45_RDBFL4 0xF0063D68          MC 45 Read Data and Bit Flip Register 4
MTU_MC45_RDBFL5 0xF0063D6A          MC 45 Read Data and Bit Flip Register 5
MTU_MC45_RDBFL6 0xF0063D6C          MC 45 Read Data and Bit Flip Register 6
MTU_MC45_RDBFL7 0xF0063D6E          MC 45 Read Data and Bit Flip Register 7
MTU_MC45_RDBFL8 0xF0063D70          MC 45 Read Data and Bit Flip Register 8
MTU_MC45_RDBFL9 0xF0063D72          MC 45 Read Data and Bit Flip Register 9
MTU_MC45_RDBFL10 0xF0063D74          MC 45 Read Data and Bit Flip Register 10
MTU_MC45_RDBFL11 0xF0063D76          MC 45 Read Data and Bit Flip Register 11
MTU_MC45_RDBFL12 0xF0063D78          MC 45 Read Data and Bit Flip Register 12
MTU_MC45_RDBFL13 0xF0063D7A          MC 45 Read Data and Bit Flip Register 13
MTU_MC45_RDBFL14 0xF0063D7C          MC 45 Read Data and Bit Flip Register 14
MTU_MC45_RDBFL15 0xF0063D7E          MC 45 Read Data and Bit Flip Register 15
MTU_MC45_RDBFL16 0xF0063D80          MC 45 Read Data and Bit Flip Register 16
MTU_MC45_RDBFL17 0xF0063D82          MC 45 Read Data and Bit Flip Register 17
MTU_MC45_RDBFL18 0xF0063D84          MC 45 Read Data and Bit Flip Register 18
MTU_MC45_RDBFL19 0xF0063D86          MC 45 Read Data and Bit Flip Register 19
MTU_MC45_RDBFL20 0xF0063D88          MC 45 Read Data and Bit Flip Register 20
MTU_MC45_RDBFL21 0xF0063D8A          MC 45 Read Data and Bit Flip Register 21
MTU_MC45_RDBFL22 0xF0063D8C          MC 45 Read Data and Bit Flip Register 22
MTU_MC45_RDBFL23 0xF0063D8E          MC 45 Read Data and Bit Flip Register 23
MTU_MC45_RDBFL24 0xF0063D90          MC 45 Read Data and Bit Flip Register 24
MTU_MC45_RDBFL25 0xF0063D92          MC 45 Read Data and Bit Flip Register 25
MTU_MC45_RDBFL26 0xF0063D94          MC 45 Read Data and Bit Flip Register 26
MTU_MC45_RDBFL27 0xF0063D96          MC 45 Read Data and Bit Flip Register 27
MTU_MC45_RDBFL28 0xF0063D98          MC 45 Read Data and Bit Flip Register 28
MTU_MC45_RDBFL29 0xF0063D9A          MC 45 Read Data and Bit Flip Register 29
MTU_MC45_RDBFL30 0xF0063D9C          MC 45 Read Data and Bit Flip Register 30
MTU_MC45_RDBFL31 0xF0063D9E          MC 45 Read Data and Bit Flip Register 31
MTU_MC45_RDBFL32 0xF0063DA0          MC 45 Read Data and Bit Flip Register 32
MTU_MC45_RDBFL33 0xF0063DA2          MC 45 Read Data and Bit Flip Register 33
MTU_MC45_RDBFL34 0xF0063DA4          MC 45 Read Data and Bit Flip Register 34
MTU_MC45_RDBFL35 0xF0063DA6          MC 45 Read Data and Bit Flip Register 35
MTU_MC45_RDBFL36 0xF0063DA8          MC 45 Read Data and Bit Flip Register 36
MTU_MC45_RDBFL37 0xF0063DAA          MC 45 Read Data and Bit Flip Register 37
MTU_MC45_RDBFL38 0xF0063DAC          MC 45 Read Data and Bit Flip Register 38
MTU_MC45_RDBFL39 0xF0063DAE          MC 45 Read Data and Bit Flip Register 39
MTU_MC45_RDBFL40 0xF0063DB0          MC 45 Read Data and Bit Flip Register 40
MTU_MC45_RDBFL41 0xF0063DB2          MC 45 Read Data and Bit Flip Register 41
MTU_MC45_RDBFL42 0xF0063DB4          MC 45 Read Data and Bit Flip Register 42
MTU_MC45_RDBFL43 0xF0063DB6          MC 45 Read Data and Bit Flip Register 43
MTU_MC45_RDBFL44 0xF0063DB8          MC 45 Read Data and Bit Flip Register 44
MTU_MC45_RDBFL45 0xF0063DBA          MC 45 Read Data and Bit Flip Register 45
MTU_MC45_RDBFL46 0xF0063DBC          MC 45 Read Data and Bit Flip Register 46
MTU_MC45_RDBFL47 0xF0063DBE          MC 45 Read Data and Bit Flip Register 47
MTU_MC45_RDBFL48 0xF0063DC0          MC 45 Read Data and Bit Flip Register 48
MTU_MC45_RDBFL49 0xF0063DC2          MC 45 Read Data and Bit Flip Register 49
MTU_MC45_RDBFL50 0xF0063DC4          MC 45 Read Data and Bit Flip Register 50
MTU_MC45_RDBFL51 0xF0063DC6          MC 45 Read Data and Bit Flip Register 51
MTU_MC45_RDBFL52 0xF0063DC8          MC 45 Read Data and Bit Flip Register 52
MTU_MC45_RDBFL53 0xF0063DCA          MC 45 Read Data and Bit Flip Register 53
MTU_MC45_RDBFL54 0xF0063DCC          MC 45 Read Data and Bit Flip Register 54
MTU_MC45_RDBFL55 0xF0063DCE          MC 45 Read Data and Bit Flip Register 55
MTU_MC45_RDBFL56 0xF0063DD0          MC 45 Read Data and Bit Flip Register 56
MTU_MC45_RDBFL57 0xF0063DD2          MC 45 Read Data and Bit Flip Register 57
MTU_MC45_RDBFL58 0xF0063DD4          MC 45 Read Data and Bit Flip Register 58
MTU_MC45_RDBFL59 0xF0063DD6          MC 45 Read Data and Bit Flip Register 59
MTU_MC45_RDBFL60 0xF0063DD8          MC 45 Read Data and Bit Flip Register 60
MTU_MC45_RDBFL61 0xF0063DDA          MC 45 Read Data and Bit Flip Register 61
MTU_MC45_RDBFL62 0xF0063DDC          MC 45 Read Data and Bit Flip Register 62
MTU_MC45_RDBFL63 0xF0063DDE          MC 45 Read Data and Bit Flip Register 63
MTU_MC45_RDBFL64 0xF0063DE0          MC 45 Read Data and Bit Flip Register 64
MTU_MC45_RDBFL65 0xF0063DE2          MC 45 Read Data and Bit Flip Register 65
MTU_MC45_RDBFL66 0xF0063DE4          MC 45 Read Data and Bit Flip Register 66
MTU_MC45_ALMSRCS 0xF0063DEE          MC 45 Alarm Sources Configuration Register
MTU_MC45_FAULTSTS 0xF0063DF0          MC 45 SSH Safety Faults Status Register
MTU_MC45_ERRINFO0 0xF0063DF2          MC 45 Error Information Register 0
MTU_MC45_ERRINFO1 0xF0063DF4          MC 45 Error Information Register 1
MTU_MC45_ERRINFO2 0xF0063DF6          MC 45 Error Information Register 2
MTU_MC45_ERRINFO3 0xF0063DF8          MC 45 Error Information Register 3
MTU_MC45_ERRINFO4 0xF0063DFA          MC 45 Error Information Register 4
MTU_MC46_CONFIG0 0xF0063E00          MC 46 Configuration Register 0
MTU_MC46_CONFIG1 0xF0063E02          MC 46 Configuration Register 1
MTU_MC46_MCONTROL 0xF0063E04          MC 46 MBIST Control Register
MTU_MC46_MSTATUS 0xF0063E06          MC 46 Status Register
MTU_MC46_RANGE  0xF0063E08          MC 46 Range Register, single address mode
MTU_MC46_REVID  0xF0063E0C          MC 46 Revision ID Register
MTU_MC46_ECCS   0xF0063E0E          MC 46 ECC Safety Register
MTU_MC46_ECCD   0xF0063E10          MC 46 Memory ECC Detection Register
MTU_MC46_ETRR0  0xF0063E12          MC 46 Error Tracking Register 0
MTU_MC46_ETRR1  0xF0063E14          MC 46 Error Tracking Register 1
MTU_MC46_ETRR2  0xF0063E16          MC 46 Error Tracking Register 2
MTU_MC46_ETRR3  0xF0063E18          MC 46 Error Tracking Register 3
MTU_MC46_ETRR4  0xF0063E1A          MC 46 Error Tracking Register 4
MTU_MC46_RDBFL0 0xF0063E60          MC 46 Read Data and Bit Flip Register 0
MTU_MC46_RDBFL1 0xF0063E62          MC 46 Read Data and Bit Flip Register 1
MTU_MC46_RDBFL2 0xF0063E64          MC 46 Read Data and Bit Flip Register 2
MTU_MC46_RDBFL3 0xF0063E66          MC 46 Read Data and Bit Flip Register 3
MTU_MC46_RDBFL4 0xF0063E68          MC 46 Read Data and Bit Flip Register 4
MTU_MC46_RDBFL5 0xF0063E6A          MC 46 Read Data and Bit Flip Register 5
MTU_MC46_RDBFL6 0xF0063E6C          MC 46 Read Data and Bit Flip Register 6
MTU_MC46_RDBFL7 0xF0063E6E          MC 46 Read Data and Bit Flip Register 7
MTU_MC46_RDBFL8 0xF0063E70          MC 46 Read Data and Bit Flip Register 8
MTU_MC46_RDBFL9 0xF0063E72          MC 46 Read Data and Bit Flip Register 9
MTU_MC46_RDBFL10 0xF0063E74          MC 46 Read Data and Bit Flip Register 10
MTU_MC46_RDBFL11 0xF0063E76          MC 46 Read Data and Bit Flip Register 11
MTU_MC46_RDBFL12 0xF0063E78          MC 46 Read Data and Bit Flip Register 12
MTU_MC46_RDBFL13 0xF0063E7A          MC 46 Read Data and Bit Flip Register 13
MTU_MC46_RDBFL14 0xF0063E7C          MC 46 Read Data and Bit Flip Register 14
MTU_MC46_RDBFL15 0xF0063E7E          MC 46 Read Data and Bit Flip Register 15
MTU_MC46_RDBFL16 0xF0063E80          MC 46 Read Data and Bit Flip Register 16
MTU_MC46_RDBFL17 0xF0063E82          MC 46 Read Data and Bit Flip Register 17
MTU_MC46_RDBFL18 0xF0063E84          MC 46 Read Data and Bit Flip Register 18
MTU_MC46_RDBFL19 0xF0063E86          MC 46 Read Data and Bit Flip Register 19
MTU_MC46_RDBFL20 0xF0063E88          MC 46 Read Data and Bit Flip Register 20
MTU_MC46_RDBFL21 0xF0063E8A          MC 46 Read Data and Bit Flip Register 21
MTU_MC46_RDBFL22 0xF0063E8C          MC 46 Read Data and Bit Flip Register 22
MTU_MC46_RDBFL23 0xF0063E8E          MC 46 Read Data and Bit Flip Register 23
MTU_MC46_RDBFL24 0xF0063E90          MC 46 Read Data and Bit Flip Register 24
MTU_MC46_RDBFL25 0xF0063E92          MC 46 Read Data and Bit Flip Register 25
MTU_MC46_RDBFL26 0xF0063E94          MC 46 Read Data and Bit Flip Register 26
MTU_MC46_RDBFL27 0xF0063E96          MC 46 Read Data and Bit Flip Register 27
MTU_MC46_RDBFL28 0xF0063E98          MC 46 Read Data and Bit Flip Register 28
MTU_MC46_RDBFL29 0xF0063E9A          MC 46 Read Data and Bit Flip Register 29
MTU_MC46_RDBFL30 0xF0063E9C          MC 46 Read Data and Bit Flip Register 30
MTU_MC46_RDBFL31 0xF0063E9E          MC 46 Read Data and Bit Flip Register 31
MTU_MC46_RDBFL32 0xF0063EA0          MC 46 Read Data and Bit Flip Register 32
MTU_MC46_RDBFL33 0xF0063EA2          MC 46 Read Data and Bit Flip Register 33
MTU_MC46_RDBFL34 0xF0063EA4          MC 46 Read Data and Bit Flip Register 34
MTU_MC46_RDBFL35 0xF0063EA6          MC 46 Read Data and Bit Flip Register 35
MTU_MC46_RDBFL36 0xF0063EA8          MC 46 Read Data and Bit Flip Register 36
MTU_MC46_RDBFL37 0xF0063EAA          MC 46 Read Data and Bit Flip Register 37
MTU_MC46_RDBFL38 0xF0063EAC          MC 46 Read Data and Bit Flip Register 38
MTU_MC46_RDBFL39 0xF0063EAE          MC 46 Read Data and Bit Flip Register 39
MTU_MC46_RDBFL40 0xF0063EB0          MC 46 Read Data and Bit Flip Register 40
MTU_MC46_RDBFL41 0xF0063EB2          MC 46 Read Data and Bit Flip Register 41
MTU_MC46_RDBFL42 0xF0063EB4          MC 46 Read Data and Bit Flip Register 42
MTU_MC46_RDBFL43 0xF0063EB6          MC 46 Read Data and Bit Flip Register 43
MTU_MC46_RDBFL44 0xF0063EB8          MC 46 Read Data and Bit Flip Register 44
MTU_MC46_RDBFL45 0xF0063EBA          MC 46 Read Data and Bit Flip Register 45
MTU_MC46_RDBFL46 0xF0063EBC          MC 46 Read Data and Bit Flip Register 46
MTU_MC46_RDBFL47 0xF0063EBE          MC 46 Read Data and Bit Flip Register 47
MTU_MC46_RDBFL48 0xF0063EC0          MC 46 Read Data and Bit Flip Register 48
MTU_MC46_RDBFL49 0xF0063EC2          MC 46 Read Data and Bit Flip Register 49
MTU_MC46_RDBFL50 0xF0063EC4          MC 46 Read Data and Bit Flip Register 50
MTU_MC46_RDBFL51 0xF0063EC6          MC 46 Read Data and Bit Flip Register 51
MTU_MC46_RDBFL52 0xF0063EC8          MC 46 Read Data and Bit Flip Register 52
MTU_MC46_RDBFL53 0xF0063ECA          MC 46 Read Data and Bit Flip Register 53
MTU_MC46_RDBFL54 0xF0063ECC          MC 46 Read Data and Bit Flip Register 54
MTU_MC46_RDBFL55 0xF0063ECE          MC 46 Read Data and Bit Flip Register 55
MTU_MC46_RDBFL56 0xF0063ED0          MC 46 Read Data and Bit Flip Register 56
MTU_MC46_RDBFL57 0xF0063ED2          MC 46 Read Data and Bit Flip Register 57
MTU_MC46_RDBFL58 0xF0063ED4          MC 46 Read Data and Bit Flip Register 58
MTU_MC46_RDBFL59 0xF0063ED6          MC 46 Read Data and Bit Flip Register 59
MTU_MC46_RDBFL60 0xF0063ED8          MC 46 Read Data and Bit Flip Register 60
MTU_MC46_RDBFL61 0xF0063EDA          MC 46 Read Data and Bit Flip Register 61
MTU_MC46_RDBFL62 0xF0063EDC          MC 46 Read Data and Bit Flip Register 62
MTU_MC46_RDBFL63 0xF0063EDE          MC 46 Read Data and Bit Flip Register 63
MTU_MC46_RDBFL64 0xF0063EE0          MC 46 Read Data and Bit Flip Register 64
MTU_MC46_RDBFL65 0xF0063EE2          MC 46 Read Data and Bit Flip Register 65
MTU_MC46_RDBFL66 0xF0063EE4          MC 46 Read Data and Bit Flip Register 66
MTU_MC46_ALMSRCS 0xF0063EEE          MC 46 Alarm Sources Configuration Register
MTU_MC46_FAULTSTS 0xF0063EF0          MC 46 SSH Safety Faults Status Register
MTU_MC46_ERRINFO0 0xF0063EF2          MC 46 Error Information Register 0
MTU_MC46_ERRINFO1 0xF0063EF4          MC 46 Error Information Register 1
MTU_MC46_ERRINFO2 0xF0063EF6          MC 46 Error Information Register 2
MTU_MC46_ERRINFO3 0xF0063EF8          MC 46 Error Information Register 3
MTU_MC46_ERRINFO4 0xF0063EFA          MC 46 Error Information Register 4
MTU_MC47_CONFIG0 0xF0063F00          MC 47 Configuration Register 0
MTU_MC47_CONFIG1 0xF0063F02          MC 47 Configuration Register 1
MTU_MC47_MCONTROL 0xF0063F04          MC 47 MBIST Control Register
MTU_MC47_MSTATUS 0xF0063F06          MC 47 Status Register
MTU_MC47_RANGE  0xF0063F08          MC 47 Range Register, single address mode
MTU_MC47_REVID  0xF0063F0C          MC 47 Revision ID Register
MTU_MC47_ECCS   0xF0063F0E          MC 47 ECC Safety Register
MTU_MC47_ECCD   0xF0063F10          MC 47 Memory ECC Detection Register
MTU_MC47_ETRR0  0xF0063F12          MC 47 Error Tracking Register 0
MTU_MC47_ETRR1  0xF0063F14          MC 47 Error Tracking Register 1
MTU_MC47_ETRR2  0xF0063F16          MC 47 Error Tracking Register 2
MTU_MC47_ETRR3  0xF0063F18          MC 47 Error Tracking Register 3
MTU_MC47_ETRR4  0xF0063F1A          MC 47 Error Tracking Register 4
MTU_MC47_RDBFL0 0xF0063F60          MC 47 Read Data and Bit Flip Register 0
MTU_MC47_RDBFL1 0xF0063F62          MC 47 Read Data and Bit Flip Register 1
MTU_MC47_RDBFL2 0xF0063F64          MC 47 Read Data and Bit Flip Register 2
MTU_MC47_RDBFL3 0xF0063F66          MC 47 Read Data and Bit Flip Register 3
MTU_MC47_RDBFL4 0xF0063F68          MC 47 Read Data and Bit Flip Register 4
MTU_MC47_RDBFL5 0xF0063F6A          MC 47 Read Data and Bit Flip Register 5
MTU_MC47_RDBFL6 0xF0063F6C          MC 47 Read Data and Bit Flip Register 6
MTU_MC47_RDBFL7 0xF0063F6E          MC 47 Read Data and Bit Flip Register 7
MTU_MC47_RDBFL8 0xF0063F70          MC 47 Read Data and Bit Flip Register 8
MTU_MC47_RDBFL9 0xF0063F72          MC 47 Read Data and Bit Flip Register 9
MTU_MC47_RDBFL10 0xF0063F74          MC 47 Read Data and Bit Flip Register 10
MTU_MC47_RDBFL11 0xF0063F76          MC 47 Read Data and Bit Flip Register 11
MTU_MC47_RDBFL12 0xF0063F78          MC 47 Read Data and Bit Flip Register 12
MTU_MC47_RDBFL13 0xF0063F7A          MC 47 Read Data and Bit Flip Register 13
MTU_MC47_RDBFL14 0xF0063F7C          MC 47 Read Data and Bit Flip Register 14
MTU_MC47_RDBFL15 0xF0063F7E          MC 47 Read Data and Bit Flip Register 15
MTU_MC47_RDBFL16 0xF0063F80          MC 47 Read Data and Bit Flip Register 16
MTU_MC47_RDBFL17 0xF0063F82          MC 47 Read Data and Bit Flip Register 17
MTU_MC47_RDBFL18 0xF0063F84          MC 47 Read Data and Bit Flip Register 18
MTU_MC47_RDBFL19 0xF0063F86          MC 47 Read Data and Bit Flip Register 19
MTU_MC47_RDBFL20 0xF0063F88          MC 47 Read Data and Bit Flip Register 20
MTU_MC47_RDBFL21 0xF0063F8A          MC 47 Read Data and Bit Flip Register 21
MTU_MC47_RDBFL22 0xF0063F8C          MC 47 Read Data and Bit Flip Register 22
MTU_MC47_RDBFL23 0xF0063F8E          MC 47 Read Data and Bit Flip Register 23
MTU_MC47_RDBFL24 0xF0063F90          MC 47 Read Data and Bit Flip Register 24
MTU_MC47_RDBFL25 0xF0063F92          MC 47 Read Data and Bit Flip Register 25
MTU_MC47_RDBFL26 0xF0063F94          MC 47 Read Data and Bit Flip Register 26
MTU_MC47_RDBFL27 0xF0063F96          MC 47 Read Data and Bit Flip Register 27
MTU_MC47_RDBFL28 0xF0063F98          MC 47 Read Data and Bit Flip Register 28
MTU_MC47_RDBFL29 0xF0063F9A          MC 47 Read Data and Bit Flip Register 29
MTU_MC47_RDBFL30 0xF0063F9C          MC 47 Read Data and Bit Flip Register 30
MTU_MC47_RDBFL31 0xF0063F9E          MC 47 Read Data and Bit Flip Register 31
MTU_MC47_RDBFL32 0xF0063FA0          MC 47 Read Data and Bit Flip Register 32
MTU_MC47_RDBFL33 0xF0063FA2          MC 47 Read Data and Bit Flip Register 33
MTU_MC47_RDBFL34 0xF0063FA4          MC 47 Read Data and Bit Flip Register 34
MTU_MC47_RDBFL35 0xF0063FA6          MC 47 Read Data and Bit Flip Register 35
MTU_MC47_RDBFL36 0xF0063FA8          MC 47 Read Data and Bit Flip Register 36
MTU_MC47_RDBFL37 0xF0063FAA          MC 47 Read Data and Bit Flip Register 37
MTU_MC47_RDBFL38 0xF0063FAC          MC 47 Read Data and Bit Flip Register 38
MTU_MC47_RDBFL39 0xF0063FAE          MC 47 Read Data and Bit Flip Register 39
MTU_MC47_RDBFL40 0xF0063FB0          MC 47 Read Data and Bit Flip Register 40
MTU_MC47_RDBFL41 0xF0063FB2          MC 47 Read Data and Bit Flip Register 41
MTU_MC47_RDBFL42 0xF0063FB4          MC 47 Read Data and Bit Flip Register 42
MTU_MC47_RDBFL43 0xF0063FB6          MC 47 Read Data and Bit Flip Register 43
MTU_MC47_RDBFL44 0xF0063FB8          MC 47 Read Data and Bit Flip Register 44
MTU_MC47_RDBFL45 0xF0063FBA          MC 47 Read Data and Bit Flip Register 45
MTU_MC47_RDBFL46 0xF0063FBC          MC 47 Read Data and Bit Flip Register 46
MTU_MC47_RDBFL47 0xF0063FBE          MC 47 Read Data and Bit Flip Register 47
MTU_MC47_RDBFL48 0xF0063FC0          MC 47 Read Data and Bit Flip Register 48
MTU_MC47_RDBFL49 0xF0063FC2          MC 47 Read Data and Bit Flip Register 49
MTU_MC47_RDBFL50 0xF0063FC4          MC 47 Read Data and Bit Flip Register 50
MTU_MC47_RDBFL51 0xF0063FC6          MC 47 Read Data and Bit Flip Register 51
MTU_MC47_RDBFL52 0xF0063FC8          MC 47 Read Data and Bit Flip Register 52
MTU_MC47_RDBFL53 0xF0063FCA          MC 47 Read Data and Bit Flip Register 53
MTU_MC47_RDBFL54 0xF0063FCC          MC 47 Read Data and Bit Flip Register 54
MTU_MC47_RDBFL55 0xF0063FCE          MC 47 Read Data and Bit Flip Register 55
MTU_MC47_RDBFL56 0xF0063FD0          MC 47 Read Data and Bit Flip Register 56
MTU_MC47_RDBFL57 0xF0063FD2          MC 47 Read Data and Bit Flip Register 57
MTU_MC47_RDBFL58 0xF0063FD4          MC 47 Read Data and Bit Flip Register 58
MTU_MC47_RDBFL59 0xF0063FD6          MC 47 Read Data and Bit Flip Register 59
MTU_MC47_RDBFL60 0xF0063FD8          MC 47 Read Data and Bit Flip Register 60
MTU_MC47_RDBFL61 0xF0063FDA          MC 47 Read Data and Bit Flip Register 61
MTU_MC47_RDBFL62 0xF0063FDC          MC 47 Read Data and Bit Flip Register 62
MTU_MC47_RDBFL63 0xF0063FDE          MC 47 Read Data and Bit Flip Register 63
MTU_MC47_RDBFL64 0xF0063FE0          MC 47 Read Data and Bit Flip Register 64
MTU_MC47_RDBFL65 0xF0063FE2          MC 47 Read Data and Bit Flip Register 65
MTU_MC47_RDBFL66 0xF0063FE4          MC 47 Read Data and Bit Flip Register 66
MTU_MC47_ALMSRCS 0xF0063FEE          MC 47 Alarm Sources Configuration Register
MTU_MC47_FAULTSTS 0xF0063FF0          MC 47 SSH Safety Faults Status Register
MTU_MC47_ERRINFO0 0xF0063FF2          MC 47 Error Information Register 0
MTU_MC47_ERRINFO1 0xF0063FF4          MC 47 Error Information Register 1
MTU_MC47_ERRINFO2 0xF0063FF6          MC 47 Error Information Register 2
MTU_MC47_ERRINFO3 0xF0063FF8          MC 47 Error Information Register 3
MTU_MC47_ERRINFO4 0xF0063FFA          MC 47 Error Information Register 4
MTU_MC48_CONFIG0 0xF0064000          MC 48 Configuration Register 0
MTU_MC48_CONFIG1 0xF0064002          MC 48 Configuration Register 1
MTU_MC48_MCONTROL 0xF0064004          MC 48 MBIST Control Register
MTU_MC48_MSTATUS 0xF0064006          MC 48 Status Register
MTU_MC48_RANGE  0xF0064008          MC 48 Range Register, single address mode
MTU_MC48_REVID  0xF006400C          MC 48 Revision ID Register
MTU_MC48_ECCS   0xF006400E          MC 48 ECC Safety Register
MTU_MC48_ECCD   0xF0064010          MC 48 Memory ECC Detection Register
MTU_MC48_ETRR0  0xF0064012          MC 48 Error Tracking Register 0
MTU_MC48_ETRR1  0xF0064014          MC 48 Error Tracking Register 1
MTU_MC48_ETRR2  0xF0064016          MC 48 Error Tracking Register 2
MTU_MC48_ETRR3  0xF0064018          MC 48 Error Tracking Register 3
MTU_MC48_ETRR4  0xF006401A          MC 48 Error Tracking Register 4
MTU_MC48_RDBFL0 0xF0064060          MC 48 Read Data and Bit Flip Register 0
MTU_MC48_RDBFL1 0xF0064062          MC 48 Read Data and Bit Flip Register 1
MTU_MC48_RDBFL2 0xF0064064          MC 48 Read Data and Bit Flip Register 2
MTU_MC48_RDBFL3 0xF0064066          MC 48 Read Data and Bit Flip Register 3
MTU_MC48_RDBFL4 0xF0064068          MC 48 Read Data and Bit Flip Register 4
MTU_MC48_RDBFL5 0xF006406A          MC 48 Read Data and Bit Flip Register 5
MTU_MC48_RDBFL6 0xF006406C          MC 48 Read Data and Bit Flip Register 6
MTU_MC48_RDBFL7 0xF006406E          MC 48 Read Data and Bit Flip Register 7
MTU_MC48_RDBFL8 0xF0064070          MC 48 Read Data and Bit Flip Register 8
MTU_MC48_RDBFL9 0xF0064072          MC 48 Read Data and Bit Flip Register 9
MTU_MC48_RDBFL10 0xF0064074          MC 48 Read Data and Bit Flip Register 10
MTU_MC48_RDBFL11 0xF0064076          MC 48 Read Data and Bit Flip Register 11
MTU_MC48_RDBFL12 0xF0064078          MC 48 Read Data and Bit Flip Register 12
MTU_MC48_RDBFL13 0xF006407A          MC 48 Read Data and Bit Flip Register 13
MTU_MC48_RDBFL14 0xF006407C          MC 48 Read Data and Bit Flip Register 14
MTU_MC48_RDBFL15 0xF006407E          MC 48 Read Data and Bit Flip Register 15
MTU_MC48_RDBFL16 0xF0064080          MC 48 Read Data and Bit Flip Register 16
MTU_MC48_RDBFL17 0xF0064082          MC 48 Read Data and Bit Flip Register 17
MTU_MC48_RDBFL18 0xF0064084          MC 48 Read Data and Bit Flip Register 18
MTU_MC48_RDBFL19 0xF0064086          MC 48 Read Data and Bit Flip Register 19
MTU_MC48_RDBFL20 0xF0064088          MC 48 Read Data and Bit Flip Register 20
MTU_MC48_RDBFL21 0xF006408A          MC 48 Read Data and Bit Flip Register 21
MTU_MC48_RDBFL22 0xF006408C          MC 48 Read Data and Bit Flip Register 22
MTU_MC48_RDBFL23 0xF006408E          MC 48 Read Data and Bit Flip Register 23
MTU_MC48_RDBFL24 0xF0064090          MC 48 Read Data and Bit Flip Register 24
MTU_MC48_RDBFL25 0xF0064092          MC 48 Read Data and Bit Flip Register 25
MTU_MC48_RDBFL26 0xF0064094          MC 48 Read Data and Bit Flip Register 26
MTU_MC48_RDBFL27 0xF0064096          MC 48 Read Data and Bit Flip Register 27
MTU_MC48_RDBFL28 0xF0064098          MC 48 Read Data and Bit Flip Register 28
MTU_MC48_RDBFL29 0xF006409A          MC 48 Read Data and Bit Flip Register 29
MTU_MC48_RDBFL30 0xF006409C          MC 48 Read Data and Bit Flip Register 30
MTU_MC48_RDBFL31 0xF006409E          MC 48 Read Data and Bit Flip Register 31
MTU_MC48_RDBFL32 0xF00640A0          MC 48 Read Data and Bit Flip Register 32
MTU_MC48_RDBFL33 0xF00640A2          MC 48 Read Data and Bit Flip Register 33
MTU_MC48_RDBFL34 0xF00640A4          MC 48 Read Data and Bit Flip Register 34
MTU_MC48_RDBFL35 0xF00640A6          MC 48 Read Data and Bit Flip Register 35
MTU_MC48_RDBFL36 0xF00640A8          MC 48 Read Data and Bit Flip Register 36
MTU_MC48_RDBFL37 0xF00640AA          MC 48 Read Data and Bit Flip Register 37
MTU_MC48_RDBFL38 0xF00640AC          MC 48 Read Data and Bit Flip Register 38
MTU_MC48_RDBFL39 0xF00640AE          MC 48 Read Data and Bit Flip Register 39
MTU_MC48_RDBFL40 0xF00640B0          MC 48 Read Data and Bit Flip Register 40
MTU_MC48_RDBFL41 0xF00640B2          MC 48 Read Data and Bit Flip Register 41
MTU_MC48_RDBFL42 0xF00640B4          MC 48 Read Data and Bit Flip Register 42
MTU_MC48_RDBFL43 0xF00640B6          MC 48 Read Data and Bit Flip Register 43
MTU_MC48_RDBFL44 0xF00640B8          MC 48 Read Data and Bit Flip Register 44
MTU_MC48_RDBFL45 0xF00640BA          MC 48 Read Data and Bit Flip Register 45
MTU_MC48_RDBFL46 0xF00640BC          MC 48 Read Data and Bit Flip Register 46
MTU_MC48_RDBFL47 0xF00640BE          MC 48 Read Data and Bit Flip Register 47
MTU_MC48_RDBFL48 0xF00640C0          MC 48 Read Data and Bit Flip Register 48
MTU_MC48_RDBFL49 0xF00640C2          MC 48 Read Data and Bit Flip Register 49
MTU_MC48_RDBFL50 0xF00640C4          MC 48 Read Data and Bit Flip Register 50
MTU_MC48_RDBFL51 0xF00640C6          MC 48 Read Data and Bit Flip Register 51
MTU_MC48_RDBFL52 0xF00640C8          MC 48 Read Data and Bit Flip Register 52
MTU_MC48_RDBFL53 0xF00640CA          MC 48 Read Data and Bit Flip Register 53
MTU_MC48_RDBFL54 0xF00640CC          MC 48 Read Data and Bit Flip Register 54
MTU_MC48_RDBFL55 0xF00640CE          MC 48 Read Data and Bit Flip Register 55
MTU_MC48_RDBFL56 0xF00640D0          MC 48 Read Data and Bit Flip Register 56
MTU_MC48_RDBFL57 0xF00640D2          MC 48 Read Data and Bit Flip Register 57
MTU_MC48_RDBFL58 0xF00640D4          MC 48 Read Data and Bit Flip Register 58
MTU_MC48_RDBFL59 0xF00640D6          MC 48 Read Data and Bit Flip Register 59
MTU_MC48_RDBFL60 0xF00640D8          MC 48 Read Data and Bit Flip Register 60
MTU_MC48_RDBFL61 0xF00640DA          MC 48 Read Data and Bit Flip Register 61
MTU_MC48_RDBFL62 0xF00640DC          MC 48 Read Data and Bit Flip Register 62
MTU_MC48_RDBFL63 0xF00640DE          MC 48 Read Data and Bit Flip Register 63
MTU_MC48_RDBFL64 0xF00640E0          MC 48 Read Data and Bit Flip Register 64
MTU_MC48_RDBFL65 0xF00640E2          MC 48 Read Data and Bit Flip Register 65
MTU_MC48_RDBFL66 0xF00640E4          MC 48 Read Data and Bit Flip Register 66
MTU_MC48_ALMSRCS 0xF00640EE          MC 48 Alarm Sources Configuration Register
MTU_MC48_FAULTSTS 0xF00640F0          MC 48 SSH Safety Faults Status Register
MTU_MC48_ERRINFO0 0xF00640F2          MC 48 Error Information Register 0
MTU_MC48_ERRINFO1 0xF00640F4          MC 48 Error Information Register 1
MTU_MC48_ERRINFO2 0xF00640F6          MC 48 Error Information Register 2
MTU_MC48_ERRINFO3 0xF00640F8          MC 48 Error Information Register 3
MTU_MC48_ERRINFO4 0xF00640FA          MC 48 Error Information Register 4
MTU_MC49_CONFIG0 0xF0064100          MC 49 Configuration Register 0
MTU_MC49_CONFIG1 0xF0064102          MC 49 Configuration Register 1
MTU_MC49_MCONTROL 0xF0064104          MC 49 MBIST Control Register
MTU_MC49_MSTATUS 0xF0064106          MC 49 Status Register
MTU_MC49_RANGE  0xF0064108          MC 49 Range Register, single address mode
MTU_MC49_REVID  0xF006410C          MC 49 Revision ID Register
MTU_MC49_ECCS   0xF006410E          MC 49 ECC Safety Register
MTU_MC49_ECCD   0xF0064110          MC 49 Memory ECC Detection Register
MTU_MC49_ETRR0  0xF0064112          MC 49 Error Tracking Register 0
MTU_MC49_ETRR1  0xF0064114          MC 49 Error Tracking Register 1
MTU_MC49_ETRR2  0xF0064116          MC 49 Error Tracking Register 2
MTU_MC49_ETRR3  0xF0064118          MC 49 Error Tracking Register 3
MTU_MC49_ETRR4  0xF006411A          MC 49 Error Tracking Register 4
MTU_MC49_RDBFL0 0xF0064160          MC 49 Read Data and Bit Flip Register 0
MTU_MC49_RDBFL1 0xF0064162          MC 49 Read Data and Bit Flip Register 1
MTU_MC49_RDBFL2 0xF0064164          MC 49 Read Data and Bit Flip Register 2
MTU_MC49_RDBFL3 0xF0064166          MC 49 Read Data and Bit Flip Register 3
MTU_MC49_RDBFL4 0xF0064168          MC 49 Read Data and Bit Flip Register 4
MTU_MC49_RDBFL5 0xF006416A          MC 49 Read Data and Bit Flip Register 5
MTU_MC49_RDBFL6 0xF006416C          MC 49 Read Data and Bit Flip Register 6
MTU_MC49_RDBFL7 0xF006416E          MC 49 Read Data and Bit Flip Register 7
MTU_MC49_RDBFL8 0xF0064170          MC 49 Read Data and Bit Flip Register 8
MTU_MC49_RDBFL9 0xF0064172          MC 49 Read Data and Bit Flip Register 9
MTU_MC49_RDBFL10 0xF0064174          MC 49 Read Data and Bit Flip Register 10
MTU_MC49_RDBFL11 0xF0064176          MC 49 Read Data and Bit Flip Register 11
MTU_MC49_RDBFL12 0xF0064178          MC 49 Read Data and Bit Flip Register 12
MTU_MC49_RDBFL13 0xF006417A          MC 49 Read Data and Bit Flip Register 13
MTU_MC49_RDBFL14 0xF006417C          MC 49 Read Data and Bit Flip Register 14
MTU_MC49_RDBFL15 0xF006417E          MC 49 Read Data and Bit Flip Register 15
MTU_MC49_RDBFL16 0xF0064180          MC 49 Read Data and Bit Flip Register 16
MTU_MC49_RDBFL17 0xF0064182          MC 49 Read Data and Bit Flip Register 17
MTU_MC49_RDBFL18 0xF0064184          MC 49 Read Data and Bit Flip Register 18
MTU_MC49_RDBFL19 0xF0064186          MC 49 Read Data and Bit Flip Register 19
MTU_MC49_RDBFL20 0xF0064188          MC 49 Read Data and Bit Flip Register 20
MTU_MC49_RDBFL21 0xF006418A          MC 49 Read Data and Bit Flip Register 21
MTU_MC49_RDBFL22 0xF006418C          MC 49 Read Data and Bit Flip Register 22
MTU_MC49_RDBFL23 0xF006418E          MC 49 Read Data and Bit Flip Register 23
MTU_MC49_RDBFL24 0xF0064190          MC 49 Read Data and Bit Flip Register 24
MTU_MC49_RDBFL25 0xF0064192          MC 49 Read Data and Bit Flip Register 25
MTU_MC49_RDBFL26 0xF0064194          MC 49 Read Data and Bit Flip Register 26
MTU_MC49_RDBFL27 0xF0064196          MC 49 Read Data and Bit Flip Register 27
MTU_MC49_RDBFL28 0xF0064198          MC 49 Read Data and Bit Flip Register 28
MTU_MC49_RDBFL29 0xF006419A          MC 49 Read Data and Bit Flip Register 29
MTU_MC49_RDBFL30 0xF006419C          MC 49 Read Data and Bit Flip Register 30
MTU_MC49_RDBFL31 0xF006419E          MC 49 Read Data and Bit Flip Register 31
MTU_MC49_RDBFL32 0xF00641A0          MC 49 Read Data and Bit Flip Register 32
MTU_MC49_RDBFL33 0xF00641A2          MC 49 Read Data and Bit Flip Register 33
MTU_MC49_RDBFL34 0xF00641A4          MC 49 Read Data and Bit Flip Register 34
MTU_MC49_RDBFL35 0xF00641A6          MC 49 Read Data and Bit Flip Register 35
MTU_MC49_RDBFL36 0xF00641A8          MC 49 Read Data and Bit Flip Register 36
MTU_MC49_RDBFL37 0xF00641AA          MC 49 Read Data and Bit Flip Register 37
MTU_MC49_RDBFL38 0xF00641AC          MC 49 Read Data and Bit Flip Register 38
MTU_MC49_RDBFL39 0xF00641AE          MC 49 Read Data and Bit Flip Register 39
MTU_MC49_RDBFL40 0xF00641B0          MC 49 Read Data and Bit Flip Register 40
MTU_MC49_RDBFL41 0xF00641B2          MC 49 Read Data and Bit Flip Register 41
MTU_MC49_RDBFL42 0xF00641B4          MC 49 Read Data and Bit Flip Register 42
MTU_MC49_RDBFL43 0xF00641B6          MC 49 Read Data and Bit Flip Register 43
MTU_MC49_RDBFL44 0xF00641B8          MC 49 Read Data and Bit Flip Register 44
MTU_MC49_RDBFL45 0xF00641BA          MC 49 Read Data and Bit Flip Register 45
MTU_MC49_RDBFL46 0xF00641BC          MC 49 Read Data and Bit Flip Register 46
MTU_MC49_RDBFL47 0xF00641BE          MC 49 Read Data and Bit Flip Register 47
MTU_MC49_RDBFL48 0xF00641C0          MC 49 Read Data and Bit Flip Register 48
MTU_MC49_RDBFL49 0xF00641C2          MC 49 Read Data and Bit Flip Register 49
MTU_MC49_RDBFL50 0xF00641C4          MC 49 Read Data and Bit Flip Register 50
MTU_MC49_RDBFL51 0xF00641C6          MC 49 Read Data and Bit Flip Register 51
MTU_MC49_RDBFL52 0xF00641C8          MC 49 Read Data and Bit Flip Register 52
MTU_MC49_RDBFL53 0xF00641CA          MC 49 Read Data and Bit Flip Register 53
MTU_MC49_RDBFL54 0xF00641CC          MC 49 Read Data and Bit Flip Register 54
MTU_MC49_RDBFL55 0xF00641CE          MC 49 Read Data and Bit Flip Register 55
MTU_MC49_RDBFL56 0xF00641D0          MC 49 Read Data and Bit Flip Register 56
MTU_MC49_RDBFL57 0xF00641D2          MC 49 Read Data and Bit Flip Register 57
MTU_MC49_RDBFL58 0xF00641D4          MC 49 Read Data and Bit Flip Register 58
MTU_MC49_RDBFL59 0xF00641D6          MC 49 Read Data and Bit Flip Register 59
MTU_MC49_RDBFL60 0xF00641D8          MC 49 Read Data and Bit Flip Register 60
MTU_MC49_RDBFL61 0xF00641DA          MC 49 Read Data and Bit Flip Register 61
MTU_MC49_RDBFL62 0xF00641DC          MC 49 Read Data and Bit Flip Register 62
MTU_MC49_RDBFL63 0xF00641DE          MC 49 Read Data and Bit Flip Register 63
MTU_MC49_RDBFL64 0xF00641E0          MC 49 Read Data and Bit Flip Register 64
MTU_MC49_RDBFL65 0xF00641E2          MC 49 Read Data and Bit Flip Register 65
MTU_MC49_RDBFL66 0xF00641E4          MC 49 Read Data and Bit Flip Register 66
MTU_MC49_ALMSRCS 0xF00641EE          MC 49 Alarm Sources Configuration Register
MTU_MC49_FAULTSTS 0xF00641F0          MC 49 SSH Safety Faults Status Register
MTU_MC49_ERRINFO0 0xF00641F2          MC 49 Error Information Register 0
MTU_MC49_ERRINFO1 0xF00641F4          MC 49 Error Information Register 1
MTU_MC49_ERRINFO2 0xF00641F6          MC 49 Error Information Register 2
MTU_MC49_ERRINFO3 0xF00641F8          MC 49 Error Information Register 3
MTU_MC49_ERRINFO4 0xF00641FA          MC 49 Error Information Register 4
MTU_MC50_CONFIG0 0xF0064200          MC 50 Configuration Register 0
MTU_MC50_CONFIG1 0xF0064202          MC 50 Configuration Register 1
MTU_MC50_MCONTROL 0xF0064204          MC 50 MBIST Control Register
MTU_MC50_MSTATUS 0xF0064206          MC 50 Status Register
MTU_MC50_RANGE  0xF0064208          MC 50 Range Register, single address mode
MTU_MC50_REVID  0xF006420C          MC 50 Revision ID Register
MTU_MC50_ECCS   0xF006420E          MC 50 ECC Safety Register
MTU_MC50_ECCD   0xF0064210          MC 50 Memory ECC Detection Register
MTU_MC50_ETRR0  0xF0064212          MC 50 Error Tracking Register 0
MTU_MC50_ETRR1  0xF0064214          MC 50 Error Tracking Register 1
MTU_MC50_ETRR2  0xF0064216          MC 50 Error Tracking Register 2
MTU_MC50_ETRR3  0xF0064218          MC 50 Error Tracking Register 3
MTU_MC50_ETRR4  0xF006421A          MC 50 Error Tracking Register 4
MTU_MC50_RDBFL0 0xF0064260          MC 50 Read Data and Bit Flip Register 0
MTU_MC50_RDBFL1 0xF0064262          MC 50 Read Data and Bit Flip Register 1
MTU_MC50_RDBFL2 0xF0064264          MC 50 Read Data and Bit Flip Register 2
MTU_MC50_RDBFL3 0xF0064266          MC 50 Read Data and Bit Flip Register 3
MTU_MC50_RDBFL4 0xF0064268          MC 50 Read Data and Bit Flip Register 4
MTU_MC50_RDBFL5 0xF006426A          MC 50 Read Data and Bit Flip Register 5
MTU_MC50_RDBFL6 0xF006426C          MC 50 Read Data and Bit Flip Register 6
MTU_MC50_RDBFL7 0xF006426E          MC 50 Read Data and Bit Flip Register 7
MTU_MC50_RDBFL8 0xF0064270          MC 50 Read Data and Bit Flip Register 8
MTU_MC50_RDBFL9 0xF0064272          MC 50 Read Data and Bit Flip Register 9
MTU_MC50_RDBFL10 0xF0064274          MC 50 Read Data and Bit Flip Register 10
MTU_MC50_RDBFL11 0xF0064276          MC 50 Read Data and Bit Flip Register 11
MTU_MC50_RDBFL12 0xF0064278          MC 50 Read Data and Bit Flip Register 12
MTU_MC50_RDBFL13 0xF006427A          MC 50 Read Data and Bit Flip Register 13
MTU_MC50_RDBFL14 0xF006427C          MC 50 Read Data and Bit Flip Register 14
MTU_MC50_RDBFL15 0xF006427E          MC 50 Read Data and Bit Flip Register 15
MTU_MC50_RDBFL16 0xF0064280          MC 50 Read Data and Bit Flip Register 16
MTU_MC50_RDBFL17 0xF0064282          MC 50 Read Data and Bit Flip Register 17
MTU_MC50_RDBFL18 0xF0064284          MC 50 Read Data and Bit Flip Register 18
MTU_MC50_RDBFL19 0xF0064286          MC 50 Read Data and Bit Flip Register 19
MTU_MC50_RDBFL20 0xF0064288          MC 50 Read Data and Bit Flip Register 20
MTU_MC50_RDBFL21 0xF006428A          MC 50 Read Data and Bit Flip Register 21
MTU_MC50_RDBFL22 0xF006428C          MC 50 Read Data and Bit Flip Register 22
MTU_MC50_RDBFL23 0xF006428E          MC 50 Read Data and Bit Flip Register 23
MTU_MC50_RDBFL24 0xF0064290          MC 50 Read Data and Bit Flip Register 24
MTU_MC50_RDBFL25 0xF0064292          MC 50 Read Data and Bit Flip Register 25
MTU_MC50_RDBFL26 0xF0064294          MC 50 Read Data and Bit Flip Register 26
MTU_MC50_RDBFL27 0xF0064296          MC 50 Read Data and Bit Flip Register 27
MTU_MC50_RDBFL28 0xF0064298          MC 50 Read Data and Bit Flip Register 28
MTU_MC50_RDBFL29 0xF006429A          MC 50 Read Data and Bit Flip Register 29
MTU_MC50_RDBFL30 0xF006429C          MC 50 Read Data and Bit Flip Register 30
MTU_MC50_RDBFL31 0xF006429E          MC 50 Read Data and Bit Flip Register 31
MTU_MC50_RDBFL32 0xF00642A0          MC 50 Read Data and Bit Flip Register 32
MTU_MC50_RDBFL33 0xF00642A2          MC 50 Read Data and Bit Flip Register 33
MTU_MC50_RDBFL34 0xF00642A4          MC 50 Read Data and Bit Flip Register 34
MTU_MC50_RDBFL35 0xF00642A6          MC 50 Read Data and Bit Flip Register 35
MTU_MC50_RDBFL36 0xF00642A8          MC 50 Read Data and Bit Flip Register 36
MTU_MC50_RDBFL37 0xF00642AA          MC 50 Read Data and Bit Flip Register 37
MTU_MC50_RDBFL38 0xF00642AC          MC 50 Read Data and Bit Flip Register 38
MTU_MC50_RDBFL39 0xF00642AE          MC 50 Read Data and Bit Flip Register 39
MTU_MC50_RDBFL40 0xF00642B0          MC 50 Read Data and Bit Flip Register 40
MTU_MC50_RDBFL41 0xF00642B2          MC 50 Read Data and Bit Flip Register 41
MTU_MC50_RDBFL42 0xF00642B4          MC 50 Read Data and Bit Flip Register 42
MTU_MC50_RDBFL43 0xF00642B6          MC 50 Read Data and Bit Flip Register 43
MTU_MC50_RDBFL44 0xF00642B8          MC 50 Read Data and Bit Flip Register 44
MTU_MC50_RDBFL45 0xF00642BA          MC 50 Read Data and Bit Flip Register 45
MTU_MC50_RDBFL46 0xF00642BC          MC 50 Read Data and Bit Flip Register 46
MTU_MC50_RDBFL47 0xF00642BE          MC 50 Read Data and Bit Flip Register 47
MTU_MC50_RDBFL48 0xF00642C0          MC 50 Read Data and Bit Flip Register 48
MTU_MC50_RDBFL49 0xF00642C2          MC 50 Read Data and Bit Flip Register 49
MTU_MC50_RDBFL50 0xF00642C4          MC 50 Read Data and Bit Flip Register 50
MTU_MC50_RDBFL51 0xF00642C6          MC 50 Read Data and Bit Flip Register 51
MTU_MC50_RDBFL52 0xF00642C8          MC 50 Read Data and Bit Flip Register 52
MTU_MC50_RDBFL53 0xF00642CA          MC 50 Read Data and Bit Flip Register 53
MTU_MC50_RDBFL54 0xF00642CC          MC 50 Read Data and Bit Flip Register 54
MTU_MC50_RDBFL55 0xF00642CE          MC 50 Read Data and Bit Flip Register 55
MTU_MC50_RDBFL56 0xF00642D0          MC 50 Read Data and Bit Flip Register 56
MTU_MC50_RDBFL57 0xF00642D2          MC 50 Read Data and Bit Flip Register 57
MTU_MC50_RDBFL58 0xF00642D4          MC 50 Read Data and Bit Flip Register 58
MTU_MC50_RDBFL59 0xF00642D6          MC 50 Read Data and Bit Flip Register 59
MTU_MC50_RDBFL60 0xF00642D8          MC 50 Read Data and Bit Flip Register 60
MTU_MC50_RDBFL61 0xF00642DA          MC 50 Read Data and Bit Flip Register 61
MTU_MC50_RDBFL62 0xF00642DC          MC 50 Read Data and Bit Flip Register 62
MTU_MC50_RDBFL63 0xF00642DE          MC 50 Read Data and Bit Flip Register 63
MTU_MC50_RDBFL64 0xF00642E0          MC 50 Read Data and Bit Flip Register 64
MTU_MC50_RDBFL65 0xF00642E2          MC 50 Read Data and Bit Flip Register 65
MTU_MC50_RDBFL66 0xF00642E4          MC 50 Read Data and Bit Flip Register 66
MTU_MC50_ALMSRCS 0xF00642EE          MC 50 Alarm Sources Configuration Register
MTU_MC50_FAULTSTS 0xF00642F0          MC 50 SSH Safety Faults Status Register
MTU_MC50_ERRINFO0 0xF00642F2          MC 50 Error Information Register 0
MTU_MC50_ERRINFO1 0xF00642F4          MC 50 Error Information Register 1
MTU_MC50_ERRINFO2 0xF00642F6          MC 50 Error Information Register 2
MTU_MC50_ERRINFO3 0xF00642F8          MC 50 Error Information Register 3
MTU_MC50_ERRINFO4 0xF00642FA          MC 50 Error Information Register 4
MTU_MC51_CONFIG0 0xF0064300          MC 51 Configuration Register 0
MTU_MC51_CONFIG1 0xF0064302          MC 51 Configuration Register 1
MTU_MC51_MCONTROL 0xF0064304          MC 51 MBIST Control Register
MTU_MC51_MSTATUS 0xF0064306          MC 51 Status Register
MTU_MC51_RANGE  0xF0064308          MC 51 Range Register, single address mode
MTU_MC51_REVID  0xF006430C          MC 51 Revision ID Register
MTU_MC51_ECCS   0xF006430E          MC 51 ECC Safety Register
MTU_MC51_ECCD   0xF0064310          MC 51 Memory ECC Detection Register
MTU_MC51_ETRR0  0xF0064312          MC 51 Error Tracking Register 0
MTU_MC51_ETRR1  0xF0064314          MC 51 Error Tracking Register 1
MTU_MC51_ETRR2  0xF0064316          MC 51 Error Tracking Register 2
MTU_MC51_ETRR3  0xF0064318          MC 51 Error Tracking Register 3
MTU_MC51_ETRR4  0xF006431A          MC 51 Error Tracking Register 4
MTU_MC51_RDBFL0 0xF0064360          MC 51 Read Data and Bit Flip Register 0
MTU_MC51_RDBFL1 0xF0064362          MC 51 Read Data and Bit Flip Register 1
MTU_MC51_RDBFL2 0xF0064364          MC 51 Read Data and Bit Flip Register 2
MTU_MC51_RDBFL3 0xF0064366          MC 51 Read Data and Bit Flip Register 3
MTU_MC51_RDBFL4 0xF0064368          MC 51 Read Data and Bit Flip Register 4
MTU_MC51_RDBFL5 0xF006436A          MC 51 Read Data and Bit Flip Register 5
MTU_MC51_RDBFL6 0xF006436C          MC 51 Read Data and Bit Flip Register 6
MTU_MC51_RDBFL7 0xF006436E          MC 51 Read Data and Bit Flip Register 7
MTU_MC51_RDBFL8 0xF0064370          MC 51 Read Data and Bit Flip Register 8
MTU_MC51_RDBFL9 0xF0064372          MC 51 Read Data and Bit Flip Register 9
MTU_MC51_RDBFL10 0xF0064374          MC 51 Read Data and Bit Flip Register 10
MTU_MC51_RDBFL11 0xF0064376          MC 51 Read Data and Bit Flip Register 11
MTU_MC51_RDBFL12 0xF0064378          MC 51 Read Data and Bit Flip Register 12
MTU_MC51_RDBFL13 0xF006437A          MC 51 Read Data and Bit Flip Register 13
MTU_MC51_RDBFL14 0xF006437C          MC 51 Read Data and Bit Flip Register 14
MTU_MC51_RDBFL15 0xF006437E          MC 51 Read Data and Bit Flip Register 15
MTU_MC51_RDBFL16 0xF0064380          MC 51 Read Data and Bit Flip Register 16
MTU_MC51_RDBFL17 0xF0064382          MC 51 Read Data and Bit Flip Register 17
MTU_MC51_RDBFL18 0xF0064384          MC 51 Read Data and Bit Flip Register 18
MTU_MC51_RDBFL19 0xF0064386          MC 51 Read Data and Bit Flip Register 19
MTU_MC51_RDBFL20 0xF0064388          MC 51 Read Data and Bit Flip Register 20
MTU_MC51_RDBFL21 0xF006438A          MC 51 Read Data and Bit Flip Register 21
MTU_MC51_RDBFL22 0xF006438C          MC 51 Read Data and Bit Flip Register 22
MTU_MC51_RDBFL23 0xF006438E          MC 51 Read Data and Bit Flip Register 23
MTU_MC51_RDBFL24 0xF0064390          MC 51 Read Data and Bit Flip Register 24
MTU_MC51_RDBFL25 0xF0064392          MC 51 Read Data and Bit Flip Register 25
MTU_MC51_RDBFL26 0xF0064394          MC 51 Read Data and Bit Flip Register 26
MTU_MC51_RDBFL27 0xF0064396          MC 51 Read Data and Bit Flip Register 27
MTU_MC51_RDBFL28 0xF0064398          MC 51 Read Data and Bit Flip Register 28
MTU_MC51_RDBFL29 0xF006439A          MC 51 Read Data and Bit Flip Register 29
MTU_MC51_RDBFL30 0xF006439C          MC 51 Read Data and Bit Flip Register 30
MTU_MC51_RDBFL31 0xF006439E          MC 51 Read Data and Bit Flip Register 31
MTU_MC51_RDBFL32 0xF00643A0          MC 51 Read Data and Bit Flip Register 32
MTU_MC51_RDBFL33 0xF00643A2          MC 51 Read Data and Bit Flip Register 33
MTU_MC51_RDBFL34 0xF00643A4          MC 51 Read Data and Bit Flip Register 34
MTU_MC51_RDBFL35 0xF00643A6          MC 51 Read Data and Bit Flip Register 35
MTU_MC51_RDBFL36 0xF00643A8          MC 51 Read Data and Bit Flip Register 36
MTU_MC51_RDBFL37 0xF00643AA          MC 51 Read Data and Bit Flip Register 37
MTU_MC51_RDBFL38 0xF00643AC          MC 51 Read Data and Bit Flip Register 38
MTU_MC51_RDBFL39 0xF00643AE          MC 51 Read Data and Bit Flip Register 39
MTU_MC51_RDBFL40 0xF00643B0          MC 51 Read Data and Bit Flip Register 40
MTU_MC51_RDBFL41 0xF00643B2          MC 51 Read Data and Bit Flip Register 41
MTU_MC51_RDBFL42 0xF00643B4          MC 51 Read Data and Bit Flip Register 42
MTU_MC51_RDBFL43 0xF00643B6          MC 51 Read Data and Bit Flip Register 43
MTU_MC51_RDBFL44 0xF00643B8          MC 51 Read Data and Bit Flip Register 44
MTU_MC51_RDBFL45 0xF00643BA          MC 51 Read Data and Bit Flip Register 45
MTU_MC51_RDBFL46 0xF00643BC          MC 51 Read Data and Bit Flip Register 46
MTU_MC51_RDBFL47 0xF00643BE          MC 51 Read Data and Bit Flip Register 47
MTU_MC51_RDBFL48 0xF00643C0          MC 51 Read Data and Bit Flip Register 48
MTU_MC51_RDBFL49 0xF00643C2          MC 51 Read Data and Bit Flip Register 49
MTU_MC51_RDBFL50 0xF00643C4          MC 51 Read Data and Bit Flip Register 50
MTU_MC51_RDBFL51 0xF00643C6          MC 51 Read Data and Bit Flip Register 51
MTU_MC51_RDBFL52 0xF00643C8          MC 51 Read Data and Bit Flip Register 52
MTU_MC51_RDBFL53 0xF00643CA          MC 51 Read Data and Bit Flip Register 53
MTU_MC51_RDBFL54 0xF00643CC          MC 51 Read Data and Bit Flip Register 54
MTU_MC51_RDBFL55 0xF00643CE          MC 51 Read Data and Bit Flip Register 55
MTU_MC51_RDBFL56 0xF00643D0          MC 51 Read Data and Bit Flip Register 56
MTU_MC51_RDBFL57 0xF00643D2          MC 51 Read Data and Bit Flip Register 57
MTU_MC51_RDBFL58 0xF00643D4          MC 51 Read Data and Bit Flip Register 58
MTU_MC51_RDBFL59 0xF00643D6          MC 51 Read Data and Bit Flip Register 59
MTU_MC51_RDBFL60 0xF00643D8          MC 51 Read Data and Bit Flip Register 60
MTU_MC51_RDBFL61 0xF00643DA          MC 51 Read Data and Bit Flip Register 61
MTU_MC51_RDBFL62 0xF00643DC          MC 51 Read Data and Bit Flip Register 62
MTU_MC51_RDBFL63 0xF00643DE          MC 51 Read Data and Bit Flip Register 63
MTU_MC51_RDBFL64 0xF00643E0          MC 51 Read Data and Bit Flip Register 64
MTU_MC51_RDBFL65 0xF00643E2          MC 51 Read Data and Bit Flip Register 65
MTU_MC51_RDBFL66 0xF00643E4          MC 51 Read Data and Bit Flip Register 66
MTU_MC51_ALMSRCS 0xF00643EE          MC 51 Alarm Sources Configuration Register
MTU_MC51_FAULTSTS 0xF00643F0          MC 51 SSH Safety Faults Status Register
MTU_MC51_ERRINFO0 0xF00643F2          MC 51 Error Information Register 0
MTU_MC51_ERRINFO1 0xF00643F4          MC 51 Error Information Register 1
MTU_MC51_ERRINFO2 0xF00643F6          MC 51 Error Information Register 2
MTU_MC51_ERRINFO3 0xF00643F8          MC 51 Error Information Register 3
MTU_MC51_ERRINFO4 0xF00643FA          MC 51 Error Information Register 4
MTU_MC52_CONFIG0 0xF0064400          MC 52 Configuration Register 0
MTU_MC52_CONFIG1 0xF0064402          MC 52 Configuration Register 1
MTU_MC52_MCONTROL 0xF0064404          MC 52 MBIST Control Register
MTU_MC52_MSTATUS 0xF0064406          MC 52 Status Register
MTU_MC52_RANGE  0xF0064408          MC 52 Range Register, single address mode
MTU_MC52_REVID  0xF006440C          MC 52 Revision ID Register
MTU_MC52_ECCS   0xF006440E          MC 52 ECC Safety Register
MTU_MC52_ECCD   0xF0064410          MC 52 Memory ECC Detection Register
MTU_MC52_ETRR0  0xF0064412          MC 52 Error Tracking Register 0
MTU_MC52_ETRR1  0xF0064414          MC 52 Error Tracking Register 1
MTU_MC52_ETRR2  0xF0064416          MC 52 Error Tracking Register 2
MTU_MC52_ETRR3  0xF0064418          MC 52 Error Tracking Register 3
MTU_MC52_ETRR4  0xF006441A          MC 52 Error Tracking Register 4
MTU_MC52_RDBFL0 0xF0064460          MC 52 Read Data and Bit Flip Register 0
MTU_MC52_RDBFL1 0xF0064462          MC 52 Read Data and Bit Flip Register 1
MTU_MC52_RDBFL2 0xF0064464          MC 52 Read Data and Bit Flip Register 2
MTU_MC52_RDBFL3 0xF0064466          MC 52 Read Data and Bit Flip Register 3
MTU_MC52_RDBFL4 0xF0064468          MC 52 Read Data and Bit Flip Register 4
MTU_MC52_RDBFL5 0xF006446A          MC 52 Read Data and Bit Flip Register 5
MTU_MC52_RDBFL6 0xF006446C          MC 52 Read Data and Bit Flip Register 6
MTU_MC52_RDBFL7 0xF006446E          MC 52 Read Data and Bit Flip Register 7
MTU_MC52_RDBFL8 0xF0064470          MC 52 Read Data and Bit Flip Register 8
MTU_MC52_RDBFL9 0xF0064472          MC 52 Read Data and Bit Flip Register 9
MTU_MC52_RDBFL10 0xF0064474          MC 52 Read Data and Bit Flip Register 10
MTU_MC52_RDBFL11 0xF0064476          MC 52 Read Data and Bit Flip Register 11
MTU_MC52_RDBFL12 0xF0064478          MC 52 Read Data and Bit Flip Register 12
MTU_MC52_RDBFL13 0xF006447A          MC 52 Read Data and Bit Flip Register 13
MTU_MC52_RDBFL14 0xF006447C          MC 52 Read Data and Bit Flip Register 14
MTU_MC52_RDBFL15 0xF006447E          MC 52 Read Data and Bit Flip Register 15
MTU_MC52_RDBFL16 0xF0064480          MC 52 Read Data and Bit Flip Register 16
MTU_MC52_RDBFL17 0xF0064482          MC 52 Read Data and Bit Flip Register 17
MTU_MC52_RDBFL18 0xF0064484          MC 52 Read Data and Bit Flip Register 18
MTU_MC52_RDBFL19 0xF0064486          MC 52 Read Data and Bit Flip Register 19
MTU_MC52_RDBFL20 0xF0064488          MC 52 Read Data and Bit Flip Register 20
MTU_MC52_RDBFL21 0xF006448A          MC 52 Read Data and Bit Flip Register 21
MTU_MC52_RDBFL22 0xF006448C          MC 52 Read Data and Bit Flip Register 22
MTU_MC52_RDBFL23 0xF006448E          MC 52 Read Data and Bit Flip Register 23
MTU_MC52_RDBFL24 0xF0064490          MC 52 Read Data and Bit Flip Register 24
MTU_MC52_RDBFL25 0xF0064492          MC 52 Read Data and Bit Flip Register 25
MTU_MC52_RDBFL26 0xF0064494          MC 52 Read Data and Bit Flip Register 26
MTU_MC52_RDBFL27 0xF0064496          MC 52 Read Data and Bit Flip Register 27
MTU_MC52_RDBFL28 0xF0064498          MC 52 Read Data and Bit Flip Register 28
MTU_MC52_RDBFL29 0xF006449A          MC 52 Read Data and Bit Flip Register 29
MTU_MC52_RDBFL30 0xF006449C          MC 52 Read Data and Bit Flip Register 30
MTU_MC52_RDBFL31 0xF006449E          MC 52 Read Data and Bit Flip Register 31
MTU_MC52_RDBFL32 0xF00644A0          MC 52 Read Data and Bit Flip Register 32
MTU_MC52_RDBFL33 0xF00644A2          MC 52 Read Data and Bit Flip Register 33
MTU_MC52_RDBFL34 0xF00644A4          MC 52 Read Data and Bit Flip Register 34
MTU_MC52_RDBFL35 0xF00644A6          MC 52 Read Data and Bit Flip Register 35
MTU_MC52_RDBFL36 0xF00644A8          MC 52 Read Data and Bit Flip Register 36
MTU_MC52_RDBFL37 0xF00644AA          MC 52 Read Data and Bit Flip Register 37
MTU_MC52_RDBFL38 0xF00644AC          MC 52 Read Data and Bit Flip Register 38
MTU_MC52_RDBFL39 0xF00644AE          MC 52 Read Data and Bit Flip Register 39
MTU_MC52_RDBFL40 0xF00644B0          MC 52 Read Data and Bit Flip Register 40
MTU_MC52_RDBFL41 0xF00644B2          MC 52 Read Data and Bit Flip Register 41
MTU_MC52_RDBFL42 0xF00644B4          MC 52 Read Data and Bit Flip Register 42
MTU_MC52_RDBFL43 0xF00644B6          MC 52 Read Data and Bit Flip Register 43
MTU_MC52_RDBFL44 0xF00644B8          MC 52 Read Data and Bit Flip Register 44
MTU_MC52_RDBFL45 0xF00644BA          MC 52 Read Data and Bit Flip Register 45
MTU_MC52_RDBFL46 0xF00644BC          MC 52 Read Data and Bit Flip Register 46
MTU_MC52_RDBFL47 0xF00644BE          MC 52 Read Data and Bit Flip Register 47
MTU_MC52_RDBFL48 0xF00644C0          MC 52 Read Data and Bit Flip Register 48
MTU_MC52_RDBFL49 0xF00644C2          MC 52 Read Data and Bit Flip Register 49
MTU_MC52_RDBFL50 0xF00644C4          MC 52 Read Data and Bit Flip Register 50
MTU_MC52_RDBFL51 0xF00644C6          MC 52 Read Data and Bit Flip Register 51
MTU_MC52_RDBFL52 0xF00644C8          MC 52 Read Data and Bit Flip Register 52
MTU_MC52_RDBFL53 0xF00644CA          MC 52 Read Data and Bit Flip Register 53
MTU_MC52_RDBFL54 0xF00644CC          MC 52 Read Data and Bit Flip Register 54
MTU_MC52_RDBFL55 0xF00644CE          MC 52 Read Data and Bit Flip Register 55
MTU_MC52_RDBFL56 0xF00644D0          MC 52 Read Data and Bit Flip Register 56
MTU_MC52_RDBFL57 0xF00644D2          MC 52 Read Data and Bit Flip Register 57
MTU_MC52_RDBFL58 0xF00644D4          MC 52 Read Data and Bit Flip Register 58
MTU_MC52_RDBFL59 0xF00644D6          MC 52 Read Data and Bit Flip Register 59
MTU_MC52_RDBFL60 0xF00644D8          MC 52 Read Data and Bit Flip Register 60
MTU_MC52_RDBFL61 0xF00644DA          MC 52 Read Data and Bit Flip Register 61
MTU_MC52_RDBFL62 0xF00644DC          MC 52 Read Data and Bit Flip Register 62
MTU_MC52_RDBFL63 0xF00644DE          MC 52 Read Data and Bit Flip Register 63
MTU_MC52_RDBFL64 0xF00644E0          MC 52 Read Data and Bit Flip Register 64
MTU_MC52_RDBFL65 0xF00644E2          MC 52 Read Data and Bit Flip Register 65
MTU_MC52_RDBFL66 0xF00644E4          MC 52 Read Data and Bit Flip Register 66
MTU_MC52_ALMSRCS 0xF00644EE          MC 52 Alarm Sources Configuration Register
MTU_MC52_FAULTSTS 0xF00644F0          MC 52 SSH Safety Faults Status Register
MTU_MC52_ERRINFO0 0xF00644F2          MC 52 Error Information Register 0
MTU_MC52_ERRINFO1 0xF00644F4          MC 52 Error Information Register 1
MTU_MC52_ERRINFO2 0xF00644F6          MC 52 Error Information Register 2
MTU_MC52_ERRINFO3 0xF00644F8          MC 52 Error Information Register 3
MTU_MC52_ERRINFO4 0xF00644FA          MC 52 Error Information Register 4
MTU_MC53_CONFIG0 0xF0064500          MC 53 Configuration Register 0
MTU_MC53_CONFIG1 0xF0064502          MC 53 Configuration Register 1
MTU_MC53_MCONTROL 0xF0064504          MC 53 MBIST Control Register
MTU_MC53_MSTATUS 0xF0064506          MC 53 Status Register
MTU_MC53_RANGE  0xF0064508          MC 53 Range Register, single address mode
MTU_MC53_REVID  0xF006450C          MC 53 Revision ID Register
MTU_MC53_ECCS   0xF006450E          MC 53 ECC Safety Register
MTU_MC53_ECCD   0xF0064510          MC 53 Memory ECC Detection Register
MTU_MC53_ETRR0  0xF0064512          MC 53 Error Tracking Register 0
MTU_MC53_ETRR1  0xF0064514          MC 53 Error Tracking Register 1
MTU_MC53_ETRR2  0xF0064516          MC 53 Error Tracking Register 2
MTU_MC53_ETRR3  0xF0064518          MC 53 Error Tracking Register 3
MTU_MC53_ETRR4  0xF006451A          MC 53 Error Tracking Register 4
MTU_MC53_RDBFL0 0xF0064560          MC 53 Read Data and Bit Flip Register 0
MTU_MC53_RDBFL1 0xF0064562          MC 53 Read Data and Bit Flip Register 1
MTU_MC53_RDBFL2 0xF0064564          MC 53 Read Data and Bit Flip Register 2
MTU_MC53_RDBFL3 0xF0064566          MC 53 Read Data and Bit Flip Register 3
MTU_MC53_RDBFL4 0xF0064568          MC 53 Read Data and Bit Flip Register 4
MTU_MC53_RDBFL5 0xF006456A          MC 53 Read Data and Bit Flip Register 5
MTU_MC53_RDBFL6 0xF006456C          MC 53 Read Data and Bit Flip Register 6
MTU_MC53_RDBFL7 0xF006456E          MC 53 Read Data and Bit Flip Register 7
MTU_MC53_RDBFL8 0xF0064570          MC 53 Read Data and Bit Flip Register 8
MTU_MC53_RDBFL9 0xF0064572          MC 53 Read Data and Bit Flip Register 9
MTU_MC53_RDBFL10 0xF0064574          MC 53 Read Data and Bit Flip Register 10
MTU_MC53_RDBFL11 0xF0064576          MC 53 Read Data and Bit Flip Register 11
MTU_MC53_RDBFL12 0xF0064578          MC 53 Read Data and Bit Flip Register 12
MTU_MC53_RDBFL13 0xF006457A          MC 53 Read Data and Bit Flip Register 13
MTU_MC53_RDBFL14 0xF006457C          MC 53 Read Data and Bit Flip Register 14
MTU_MC53_RDBFL15 0xF006457E          MC 53 Read Data and Bit Flip Register 15
MTU_MC53_RDBFL16 0xF0064580          MC 53 Read Data and Bit Flip Register 16
MTU_MC53_RDBFL17 0xF0064582          MC 53 Read Data and Bit Flip Register 17
MTU_MC53_RDBFL18 0xF0064584          MC 53 Read Data and Bit Flip Register 18
MTU_MC53_RDBFL19 0xF0064586          MC 53 Read Data and Bit Flip Register 19
MTU_MC53_RDBFL20 0xF0064588          MC 53 Read Data and Bit Flip Register 20
MTU_MC53_RDBFL21 0xF006458A          MC 53 Read Data and Bit Flip Register 21
MTU_MC53_RDBFL22 0xF006458C          MC 53 Read Data and Bit Flip Register 22
MTU_MC53_RDBFL23 0xF006458E          MC 53 Read Data and Bit Flip Register 23
MTU_MC53_RDBFL24 0xF0064590          MC 53 Read Data and Bit Flip Register 24
MTU_MC53_RDBFL25 0xF0064592          MC 53 Read Data and Bit Flip Register 25
MTU_MC53_RDBFL26 0xF0064594          MC 53 Read Data and Bit Flip Register 26
MTU_MC53_RDBFL27 0xF0064596          MC 53 Read Data and Bit Flip Register 27
MTU_MC53_RDBFL28 0xF0064598          MC 53 Read Data and Bit Flip Register 28
MTU_MC53_RDBFL29 0xF006459A          MC 53 Read Data and Bit Flip Register 29
MTU_MC53_RDBFL30 0xF006459C          MC 53 Read Data and Bit Flip Register 30
MTU_MC53_RDBFL31 0xF006459E          MC 53 Read Data and Bit Flip Register 31
MTU_MC53_RDBFL32 0xF00645A0          MC 53 Read Data and Bit Flip Register 32
MTU_MC53_RDBFL33 0xF00645A2          MC 53 Read Data and Bit Flip Register 33
MTU_MC53_RDBFL34 0xF00645A4          MC 53 Read Data and Bit Flip Register 34
MTU_MC53_RDBFL35 0xF00645A6          MC 53 Read Data and Bit Flip Register 35
MTU_MC53_RDBFL36 0xF00645A8          MC 53 Read Data and Bit Flip Register 36
MTU_MC53_RDBFL37 0xF00645AA          MC 53 Read Data and Bit Flip Register 37
MTU_MC53_RDBFL38 0xF00645AC          MC 53 Read Data and Bit Flip Register 38
MTU_MC53_RDBFL39 0xF00645AE          MC 53 Read Data and Bit Flip Register 39
MTU_MC53_RDBFL40 0xF00645B0          MC 53 Read Data and Bit Flip Register 40
MTU_MC53_RDBFL41 0xF00645B2          MC 53 Read Data and Bit Flip Register 41
MTU_MC53_RDBFL42 0xF00645B4          MC 53 Read Data and Bit Flip Register 42
MTU_MC53_RDBFL43 0xF00645B6          MC 53 Read Data and Bit Flip Register 43
MTU_MC53_RDBFL44 0xF00645B8          MC 53 Read Data and Bit Flip Register 44
MTU_MC53_RDBFL45 0xF00645BA          MC 53 Read Data and Bit Flip Register 45
MTU_MC53_RDBFL46 0xF00645BC          MC 53 Read Data and Bit Flip Register 46
MTU_MC53_RDBFL47 0xF00645BE          MC 53 Read Data and Bit Flip Register 47
MTU_MC53_RDBFL48 0xF00645C0          MC 53 Read Data and Bit Flip Register 48
MTU_MC53_RDBFL49 0xF00645C2          MC 53 Read Data and Bit Flip Register 49
MTU_MC53_RDBFL50 0xF00645C4          MC 53 Read Data and Bit Flip Register 50
MTU_MC53_RDBFL51 0xF00645C6          MC 53 Read Data and Bit Flip Register 51
MTU_MC53_RDBFL52 0xF00645C8          MC 53 Read Data and Bit Flip Register 52
MTU_MC53_RDBFL53 0xF00645CA          MC 53 Read Data and Bit Flip Register 53
MTU_MC53_RDBFL54 0xF00645CC          MC 53 Read Data and Bit Flip Register 54
MTU_MC53_RDBFL55 0xF00645CE          MC 53 Read Data and Bit Flip Register 55
MTU_MC53_RDBFL56 0xF00645D0          MC 53 Read Data and Bit Flip Register 56
MTU_MC53_RDBFL57 0xF00645D2          MC 53 Read Data and Bit Flip Register 57
MTU_MC53_RDBFL58 0xF00645D4          MC 53 Read Data and Bit Flip Register 58
MTU_MC53_RDBFL59 0xF00645D6          MC 53 Read Data and Bit Flip Register 59
MTU_MC53_RDBFL60 0xF00645D8          MC 53 Read Data and Bit Flip Register 60
MTU_MC53_RDBFL61 0xF00645DA          MC 53 Read Data and Bit Flip Register 61
MTU_MC53_RDBFL62 0xF00645DC          MC 53 Read Data and Bit Flip Register 62
MTU_MC53_RDBFL63 0xF00645DE          MC 53 Read Data and Bit Flip Register 63
MTU_MC53_RDBFL64 0xF00645E0          MC 53 Read Data and Bit Flip Register 64
MTU_MC53_RDBFL65 0xF00645E2          MC 53 Read Data and Bit Flip Register 65
MTU_MC53_RDBFL66 0xF00645E4          MC 53 Read Data and Bit Flip Register 66
MTU_MC53_ALMSRCS 0xF00645EE          MC 53 Alarm Sources Configuration Register
MTU_MC53_FAULTSTS 0xF00645F0          MC 53 SSH Safety Faults Status Register
MTU_MC53_ERRINFO0 0xF00645F2          MC 53 Error Information Register 0
MTU_MC53_ERRINFO1 0xF00645F4          MC 53 Error Information Register 1
MTU_MC53_ERRINFO2 0xF00645F6          MC 53 Error Information Register 2
MTU_MC53_ERRINFO3 0xF00645F8          MC 53 Error Information Register 3
MTU_MC53_ERRINFO4 0xF00645FA          MC 53 Error Information Register 4
MTU_MC54_CONFIG0 0xF0064600          MC 54 Configuration Register 0
MTU_MC54_CONFIG1 0xF0064602          MC 54 Configuration Register 1
MTU_MC54_MCONTROL 0xF0064604          MC 54 MBIST Control Register
MTU_MC54_MSTATUS 0xF0064606          MC 54 Status Register
MTU_MC54_RANGE  0xF0064608          MC 54 Range Register, single address mode
MTU_MC54_REVID  0xF006460C          MC 54 Revision ID Register
MTU_MC54_ECCS   0xF006460E          MC 54 ECC Safety Register
MTU_MC54_ECCD   0xF0064610          MC 54 Memory ECC Detection Register
MTU_MC54_ETRR0  0xF0064612          MC 54 Error Tracking Register 0
MTU_MC54_ETRR1  0xF0064614          MC 54 Error Tracking Register 1
MTU_MC54_ETRR2  0xF0064616          MC 54 Error Tracking Register 2
MTU_MC54_ETRR3  0xF0064618          MC 54 Error Tracking Register 3
MTU_MC54_ETRR4  0xF006461A          MC 54 Error Tracking Register 4
MTU_MC54_RDBFL0 0xF0064660          MC 54 Read Data and Bit Flip Register 0
MTU_MC54_RDBFL1 0xF0064662          MC 54 Read Data and Bit Flip Register 1
MTU_MC54_RDBFL2 0xF0064664          MC 54 Read Data and Bit Flip Register 2
MTU_MC54_RDBFL3 0xF0064666          MC 54 Read Data and Bit Flip Register 3
MTU_MC54_RDBFL4 0xF0064668          MC 54 Read Data and Bit Flip Register 4
MTU_MC54_RDBFL5 0xF006466A          MC 54 Read Data and Bit Flip Register 5
MTU_MC54_RDBFL6 0xF006466C          MC 54 Read Data and Bit Flip Register 6
MTU_MC54_RDBFL7 0xF006466E          MC 54 Read Data and Bit Flip Register 7
MTU_MC54_RDBFL8 0xF0064670          MC 54 Read Data and Bit Flip Register 8
MTU_MC54_RDBFL9 0xF0064672          MC 54 Read Data and Bit Flip Register 9
MTU_MC54_RDBFL10 0xF0064674          MC 54 Read Data and Bit Flip Register 10
MTU_MC54_RDBFL11 0xF0064676          MC 54 Read Data and Bit Flip Register 11
MTU_MC54_RDBFL12 0xF0064678          MC 54 Read Data and Bit Flip Register 12
MTU_MC54_RDBFL13 0xF006467A          MC 54 Read Data and Bit Flip Register 13
MTU_MC54_RDBFL14 0xF006467C          MC 54 Read Data and Bit Flip Register 14
MTU_MC54_RDBFL15 0xF006467E          MC 54 Read Data and Bit Flip Register 15
MTU_MC54_RDBFL16 0xF0064680          MC 54 Read Data and Bit Flip Register 16
MTU_MC54_RDBFL17 0xF0064682          MC 54 Read Data and Bit Flip Register 17
MTU_MC54_RDBFL18 0xF0064684          MC 54 Read Data and Bit Flip Register 18
MTU_MC54_RDBFL19 0xF0064686          MC 54 Read Data and Bit Flip Register 19
MTU_MC54_RDBFL20 0xF0064688          MC 54 Read Data and Bit Flip Register 20
MTU_MC54_RDBFL21 0xF006468A          MC 54 Read Data and Bit Flip Register 21
MTU_MC54_RDBFL22 0xF006468C          MC 54 Read Data and Bit Flip Register 22
MTU_MC54_RDBFL23 0xF006468E          MC 54 Read Data and Bit Flip Register 23
MTU_MC54_RDBFL24 0xF0064690          MC 54 Read Data and Bit Flip Register 24
MTU_MC54_RDBFL25 0xF0064692          MC 54 Read Data and Bit Flip Register 25
MTU_MC54_RDBFL26 0xF0064694          MC 54 Read Data and Bit Flip Register 26
MTU_MC54_RDBFL27 0xF0064696          MC 54 Read Data and Bit Flip Register 27
MTU_MC54_RDBFL28 0xF0064698          MC 54 Read Data and Bit Flip Register 28
MTU_MC54_RDBFL29 0xF006469A          MC 54 Read Data and Bit Flip Register 29
MTU_MC54_RDBFL30 0xF006469C          MC 54 Read Data and Bit Flip Register 30
MTU_MC54_RDBFL31 0xF006469E          MC 54 Read Data and Bit Flip Register 31
MTU_MC54_RDBFL32 0xF00646A0          MC 54 Read Data and Bit Flip Register 32
MTU_MC54_RDBFL33 0xF00646A2          MC 54 Read Data and Bit Flip Register 33
MTU_MC54_RDBFL34 0xF00646A4          MC 54 Read Data and Bit Flip Register 34
MTU_MC54_RDBFL35 0xF00646A6          MC 54 Read Data and Bit Flip Register 35
MTU_MC54_RDBFL36 0xF00646A8          MC 54 Read Data and Bit Flip Register 36
MTU_MC54_RDBFL37 0xF00646AA          MC 54 Read Data and Bit Flip Register 37
MTU_MC54_RDBFL38 0xF00646AC          MC 54 Read Data and Bit Flip Register 38
MTU_MC54_RDBFL39 0xF00646AE          MC 54 Read Data and Bit Flip Register 39
MTU_MC54_RDBFL40 0xF00646B0          MC 54 Read Data and Bit Flip Register 40
MTU_MC54_RDBFL41 0xF00646B2          MC 54 Read Data and Bit Flip Register 41
MTU_MC54_RDBFL42 0xF00646B4          MC 54 Read Data and Bit Flip Register 42
MTU_MC54_RDBFL43 0xF00646B6          MC 54 Read Data and Bit Flip Register 43
MTU_MC54_RDBFL44 0xF00646B8          MC 54 Read Data and Bit Flip Register 44
MTU_MC54_RDBFL45 0xF00646BA          MC 54 Read Data and Bit Flip Register 45
MTU_MC54_RDBFL46 0xF00646BC          MC 54 Read Data and Bit Flip Register 46
MTU_MC54_RDBFL47 0xF00646BE          MC 54 Read Data and Bit Flip Register 47
MTU_MC54_RDBFL48 0xF00646C0          MC 54 Read Data and Bit Flip Register 48
MTU_MC54_RDBFL49 0xF00646C2          MC 54 Read Data and Bit Flip Register 49
MTU_MC54_RDBFL50 0xF00646C4          MC 54 Read Data and Bit Flip Register 50
MTU_MC54_RDBFL51 0xF00646C6          MC 54 Read Data and Bit Flip Register 51
MTU_MC54_RDBFL52 0xF00646C8          MC 54 Read Data and Bit Flip Register 52
MTU_MC54_RDBFL53 0xF00646CA          MC 54 Read Data and Bit Flip Register 53
MTU_MC54_RDBFL54 0xF00646CC          MC 54 Read Data and Bit Flip Register 54
MTU_MC54_RDBFL55 0xF00646CE          MC 54 Read Data and Bit Flip Register 55
MTU_MC54_RDBFL56 0xF00646D0          MC 54 Read Data and Bit Flip Register 56
MTU_MC54_RDBFL57 0xF00646D2          MC 54 Read Data and Bit Flip Register 57
MTU_MC54_RDBFL58 0xF00646D4          MC 54 Read Data and Bit Flip Register 58
MTU_MC54_RDBFL59 0xF00646D6          MC 54 Read Data and Bit Flip Register 59
MTU_MC54_RDBFL60 0xF00646D8          MC 54 Read Data and Bit Flip Register 60
MTU_MC54_RDBFL61 0xF00646DA          MC 54 Read Data and Bit Flip Register 61
MTU_MC54_RDBFL62 0xF00646DC          MC 54 Read Data and Bit Flip Register 62
MTU_MC54_RDBFL63 0xF00646DE          MC 54 Read Data and Bit Flip Register 63
MTU_MC54_RDBFL64 0xF00646E0          MC 54 Read Data and Bit Flip Register 64
MTU_MC54_RDBFL65 0xF00646E2          MC 54 Read Data and Bit Flip Register 65
MTU_MC54_RDBFL66 0xF00646E4          MC 54 Read Data and Bit Flip Register 66
MTU_MC54_ALMSRCS 0xF00646EE          MC 54 Alarm Sources Configuration Register
MTU_MC54_FAULTSTS 0xF00646F0          MC 54 SSH Safety Faults Status Register
MTU_MC54_ERRINFO0 0xF00646F2          MC 54 Error Information Register 0
MTU_MC54_ERRINFO1 0xF00646F4          MC 54 Error Information Register 1
MTU_MC54_ERRINFO2 0xF00646F6          MC 54 Error Information Register 2
MTU_MC54_ERRINFO3 0xF00646F8          MC 54 Error Information Register 3
MTU_MC54_ERRINFO4 0xF00646FA          MC 54 Error Information Register 4
MTU_MC55_CONFIG0 0xF0064700          MC 55 Configuration Register 0
MTU_MC55_CONFIG1 0xF0064702          MC 55 Configuration Register 1
MTU_MC55_MCONTROL 0xF0064704          MC 55 MBIST Control Register
MTU_MC55_MSTATUS 0xF0064706          MC 55 Status Register
MTU_MC55_RANGE  0xF0064708          MC 55 Range Register, single address mode
MTU_MC55_REVID  0xF006470C          MC 55 Revision ID Register
MTU_MC55_ECCS   0xF006470E          MC 55 ECC Safety Register
MTU_MC55_ECCD   0xF0064710          MC 55 Memory ECC Detection Register
MTU_MC55_ETRR0  0xF0064712          MC 55 Error Tracking Register 0
MTU_MC55_ETRR1  0xF0064714          MC 55 Error Tracking Register 1
MTU_MC55_ETRR2  0xF0064716          MC 55 Error Tracking Register 2
MTU_MC55_ETRR3  0xF0064718          MC 55 Error Tracking Register 3
MTU_MC55_ETRR4  0xF006471A          MC 55 Error Tracking Register 4
MTU_MC55_RDBFL0 0xF0064760          MC 55 Read Data and Bit Flip Register 0
MTU_MC55_RDBFL1 0xF0064762          MC 55 Read Data and Bit Flip Register 1
MTU_MC55_RDBFL2 0xF0064764          MC 55 Read Data and Bit Flip Register 2
MTU_MC55_RDBFL3 0xF0064766          MC 55 Read Data and Bit Flip Register 3
MTU_MC55_RDBFL4 0xF0064768          MC 55 Read Data and Bit Flip Register 4
MTU_MC55_RDBFL5 0xF006476A          MC 55 Read Data and Bit Flip Register 5
MTU_MC55_RDBFL6 0xF006476C          MC 55 Read Data and Bit Flip Register 6
MTU_MC55_RDBFL7 0xF006476E          MC 55 Read Data and Bit Flip Register 7
MTU_MC55_RDBFL8 0xF0064770          MC 55 Read Data and Bit Flip Register 8
MTU_MC55_RDBFL9 0xF0064772          MC 55 Read Data and Bit Flip Register 9
MTU_MC55_RDBFL10 0xF0064774          MC 55 Read Data and Bit Flip Register 10
MTU_MC55_RDBFL11 0xF0064776          MC 55 Read Data and Bit Flip Register 11
MTU_MC55_RDBFL12 0xF0064778          MC 55 Read Data and Bit Flip Register 12
MTU_MC55_RDBFL13 0xF006477A          MC 55 Read Data and Bit Flip Register 13
MTU_MC55_RDBFL14 0xF006477C          MC 55 Read Data and Bit Flip Register 14
MTU_MC55_RDBFL15 0xF006477E          MC 55 Read Data and Bit Flip Register 15
MTU_MC55_RDBFL16 0xF0064780          MC 55 Read Data and Bit Flip Register 16
MTU_MC55_RDBFL17 0xF0064782          MC 55 Read Data and Bit Flip Register 17
MTU_MC55_RDBFL18 0xF0064784          MC 55 Read Data and Bit Flip Register 18
MTU_MC55_RDBFL19 0xF0064786          MC 55 Read Data and Bit Flip Register 19
MTU_MC55_RDBFL20 0xF0064788          MC 55 Read Data and Bit Flip Register 20
MTU_MC55_RDBFL21 0xF006478A          MC 55 Read Data and Bit Flip Register 21
MTU_MC55_RDBFL22 0xF006478C          MC 55 Read Data and Bit Flip Register 22
MTU_MC55_RDBFL23 0xF006478E          MC 55 Read Data and Bit Flip Register 23
MTU_MC55_RDBFL24 0xF0064790          MC 55 Read Data and Bit Flip Register 24
MTU_MC55_RDBFL25 0xF0064792          MC 55 Read Data and Bit Flip Register 25
MTU_MC55_RDBFL26 0xF0064794          MC 55 Read Data and Bit Flip Register 26
MTU_MC55_RDBFL27 0xF0064796          MC 55 Read Data and Bit Flip Register 27
MTU_MC55_RDBFL28 0xF0064798          MC 55 Read Data and Bit Flip Register 28
MTU_MC55_RDBFL29 0xF006479A          MC 55 Read Data and Bit Flip Register 29
MTU_MC55_RDBFL30 0xF006479C          MC 55 Read Data and Bit Flip Register 30
MTU_MC55_RDBFL31 0xF006479E          MC 55 Read Data and Bit Flip Register 31
MTU_MC55_RDBFL32 0xF00647A0          MC 55 Read Data and Bit Flip Register 32
MTU_MC55_RDBFL33 0xF00647A2          MC 55 Read Data and Bit Flip Register 33
MTU_MC55_RDBFL34 0xF00647A4          MC 55 Read Data and Bit Flip Register 34
MTU_MC55_RDBFL35 0xF00647A6          MC 55 Read Data and Bit Flip Register 35
MTU_MC55_RDBFL36 0xF00647A8          MC 55 Read Data and Bit Flip Register 36
MTU_MC55_RDBFL37 0xF00647AA          MC 55 Read Data and Bit Flip Register 37
MTU_MC55_RDBFL38 0xF00647AC          MC 55 Read Data and Bit Flip Register 38
MTU_MC55_RDBFL39 0xF00647AE          MC 55 Read Data and Bit Flip Register 39
MTU_MC55_RDBFL40 0xF00647B0          MC 55 Read Data and Bit Flip Register 40
MTU_MC55_RDBFL41 0xF00647B2          MC 55 Read Data and Bit Flip Register 41
MTU_MC55_RDBFL42 0xF00647B4          MC 55 Read Data and Bit Flip Register 42
MTU_MC55_RDBFL43 0xF00647B6          MC 55 Read Data and Bit Flip Register 43
MTU_MC55_RDBFL44 0xF00647B8          MC 55 Read Data and Bit Flip Register 44
MTU_MC55_RDBFL45 0xF00647BA          MC 55 Read Data and Bit Flip Register 45
MTU_MC55_RDBFL46 0xF00647BC          MC 55 Read Data and Bit Flip Register 46
MTU_MC55_RDBFL47 0xF00647BE          MC 55 Read Data and Bit Flip Register 47
MTU_MC55_RDBFL48 0xF00647C0          MC 55 Read Data and Bit Flip Register 48
MTU_MC55_RDBFL49 0xF00647C2          MC 55 Read Data and Bit Flip Register 49
MTU_MC55_RDBFL50 0xF00647C4          MC 55 Read Data and Bit Flip Register 50
MTU_MC55_RDBFL51 0xF00647C6          MC 55 Read Data and Bit Flip Register 51
MTU_MC55_RDBFL52 0xF00647C8          MC 55 Read Data and Bit Flip Register 52
MTU_MC55_RDBFL53 0xF00647CA          MC 55 Read Data and Bit Flip Register 53
MTU_MC55_RDBFL54 0xF00647CC          MC 55 Read Data and Bit Flip Register 54
MTU_MC55_RDBFL55 0xF00647CE          MC 55 Read Data and Bit Flip Register 55
MTU_MC55_RDBFL56 0xF00647D0          MC 55 Read Data and Bit Flip Register 56
MTU_MC55_RDBFL57 0xF00647D2          MC 55 Read Data and Bit Flip Register 57
MTU_MC55_RDBFL58 0xF00647D4          MC 55 Read Data and Bit Flip Register 58
MTU_MC55_RDBFL59 0xF00647D6          MC 55 Read Data and Bit Flip Register 59
MTU_MC55_RDBFL60 0xF00647D8          MC 55 Read Data and Bit Flip Register 60
MTU_MC55_RDBFL61 0xF00647DA          MC 55 Read Data and Bit Flip Register 61
MTU_MC55_RDBFL62 0xF00647DC          MC 55 Read Data and Bit Flip Register 62
MTU_MC55_RDBFL63 0xF00647DE          MC 55 Read Data and Bit Flip Register 63
MTU_MC55_RDBFL64 0xF00647E0          MC 55 Read Data and Bit Flip Register 64
MTU_MC55_RDBFL65 0xF00647E2          MC 55 Read Data and Bit Flip Register 65
MTU_MC55_RDBFL66 0xF00647E4          MC 55 Read Data and Bit Flip Register 66
MTU_MC55_ALMSRCS 0xF00647EE          MC 55 Alarm Sources Configuration Register
MTU_MC55_FAULTSTS 0xF00647F0          MC 55 SSH Safety Faults Status Register
MTU_MC55_ERRINFO0 0xF00647F2          MC 55 Error Information Register 0
MTU_MC55_ERRINFO1 0xF00647F4          MC 55 Error Information Register 1
MTU_MC55_ERRINFO2 0xF00647F6          MC 55 Error Information Register 2
MTU_MC55_ERRINFO3 0xF00647F8          MC 55 Error Information Register 3
MTU_MC55_ERRINFO4 0xF00647FA          MC 55 Error Information Register 4
MTU_MC56_CONFIG0 0xF0064800          MC 56 Configuration Register 0
MTU_MC56_CONFIG1 0xF0064802          MC 56 Configuration Register 1
MTU_MC56_MCONTROL 0xF0064804          MC 56 MBIST Control Register
MTU_MC56_MSTATUS 0xF0064806          MC 56 Status Register
MTU_MC56_RANGE  0xF0064808          MC 56 Range Register, single address mode
MTU_MC56_REVID  0xF006480C          MC 56 Revision ID Register
MTU_MC56_ECCS   0xF006480E          MC 56 ECC Safety Register
MTU_MC56_ECCD   0xF0064810          MC 56 Memory ECC Detection Register
MTU_MC56_ETRR0  0xF0064812          MC 56 Error Tracking Register 0
MTU_MC56_ETRR1  0xF0064814          MC 56 Error Tracking Register 1
MTU_MC56_ETRR2  0xF0064816          MC 56 Error Tracking Register 2
MTU_MC56_ETRR3  0xF0064818          MC 56 Error Tracking Register 3
MTU_MC56_ETRR4  0xF006481A          MC 56 Error Tracking Register 4
MTU_MC56_RDBFL0 0xF0064860          MC 56 Read Data and Bit Flip Register 0
MTU_MC56_RDBFL1 0xF0064862          MC 56 Read Data and Bit Flip Register 1
MTU_MC56_RDBFL2 0xF0064864          MC 56 Read Data and Bit Flip Register 2
MTU_MC56_RDBFL3 0xF0064866          MC 56 Read Data and Bit Flip Register 3
MTU_MC56_RDBFL4 0xF0064868          MC 56 Read Data and Bit Flip Register 4
MTU_MC56_RDBFL5 0xF006486A          MC 56 Read Data and Bit Flip Register 5
MTU_MC56_RDBFL6 0xF006486C          MC 56 Read Data and Bit Flip Register 6
MTU_MC56_RDBFL7 0xF006486E          MC 56 Read Data and Bit Flip Register 7
MTU_MC56_RDBFL8 0xF0064870          MC 56 Read Data and Bit Flip Register 8
MTU_MC56_RDBFL9 0xF0064872          MC 56 Read Data and Bit Flip Register 9
MTU_MC56_RDBFL10 0xF0064874          MC 56 Read Data and Bit Flip Register 10
MTU_MC56_RDBFL11 0xF0064876          MC 56 Read Data and Bit Flip Register 11
MTU_MC56_RDBFL12 0xF0064878          MC 56 Read Data and Bit Flip Register 12
MTU_MC56_RDBFL13 0xF006487A          MC 56 Read Data and Bit Flip Register 13
MTU_MC56_RDBFL14 0xF006487C          MC 56 Read Data and Bit Flip Register 14
MTU_MC56_RDBFL15 0xF006487E          MC 56 Read Data and Bit Flip Register 15
MTU_MC56_RDBFL16 0xF0064880          MC 56 Read Data and Bit Flip Register 16
MTU_MC56_RDBFL17 0xF0064882          MC 56 Read Data and Bit Flip Register 17
MTU_MC56_RDBFL18 0xF0064884          MC 56 Read Data and Bit Flip Register 18
MTU_MC56_RDBFL19 0xF0064886          MC 56 Read Data and Bit Flip Register 19
MTU_MC56_RDBFL20 0xF0064888          MC 56 Read Data and Bit Flip Register 20
MTU_MC56_RDBFL21 0xF006488A          MC 56 Read Data and Bit Flip Register 21
MTU_MC56_RDBFL22 0xF006488C          MC 56 Read Data and Bit Flip Register 22
MTU_MC56_RDBFL23 0xF006488E          MC 56 Read Data and Bit Flip Register 23
MTU_MC56_RDBFL24 0xF0064890          MC 56 Read Data and Bit Flip Register 24
MTU_MC56_RDBFL25 0xF0064892          MC 56 Read Data and Bit Flip Register 25
MTU_MC56_RDBFL26 0xF0064894          MC 56 Read Data and Bit Flip Register 26
MTU_MC56_RDBFL27 0xF0064896          MC 56 Read Data and Bit Flip Register 27
MTU_MC56_RDBFL28 0xF0064898          MC 56 Read Data and Bit Flip Register 28
MTU_MC56_RDBFL29 0xF006489A          MC 56 Read Data and Bit Flip Register 29
MTU_MC56_RDBFL30 0xF006489C          MC 56 Read Data and Bit Flip Register 30
MTU_MC56_RDBFL31 0xF006489E          MC 56 Read Data and Bit Flip Register 31
MTU_MC56_RDBFL32 0xF00648A0          MC 56 Read Data and Bit Flip Register 32
MTU_MC56_RDBFL33 0xF00648A2          MC 56 Read Data and Bit Flip Register 33
MTU_MC56_RDBFL34 0xF00648A4          MC 56 Read Data and Bit Flip Register 34
MTU_MC56_RDBFL35 0xF00648A6          MC 56 Read Data and Bit Flip Register 35
MTU_MC56_RDBFL36 0xF00648A8          MC 56 Read Data and Bit Flip Register 36
MTU_MC56_RDBFL37 0xF00648AA          MC 56 Read Data and Bit Flip Register 37
MTU_MC56_RDBFL38 0xF00648AC          MC 56 Read Data and Bit Flip Register 38
MTU_MC56_RDBFL39 0xF00648AE          MC 56 Read Data and Bit Flip Register 39
MTU_MC56_RDBFL40 0xF00648B0          MC 56 Read Data and Bit Flip Register 40
MTU_MC56_RDBFL41 0xF00648B2          MC 56 Read Data and Bit Flip Register 41
MTU_MC56_RDBFL42 0xF00648B4          MC 56 Read Data and Bit Flip Register 42
MTU_MC56_RDBFL43 0xF00648B6          MC 56 Read Data and Bit Flip Register 43
MTU_MC56_RDBFL44 0xF00648B8          MC 56 Read Data and Bit Flip Register 44
MTU_MC56_RDBFL45 0xF00648BA          MC 56 Read Data and Bit Flip Register 45
MTU_MC56_RDBFL46 0xF00648BC          MC 56 Read Data and Bit Flip Register 46
MTU_MC56_RDBFL47 0xF00648BE          MC 56 Read Data and Bit Flip Register 47
MTU_MC56_RDBFL48 0xF00648C0          MC 56 Read Data and Bit Flip Register 48
MTU_MC56_RDBFL49 0xF00648C2          MC 56 Read Data and Bit Flip Register 49
MTU_MC56_RDBFL50 0xF00648C4          MC 56 Read Data and Bit Flip Register 50
MTU_MC56_RDBFL51 0xF00648C6          MC 56 Read Data and Bit Flip Register 51
MTU_MC56_RDBFL52 0xF00648C8          MC 56 Read Data and Bit Flip Register 52
MTU_MC56_RDBFL53 0xF00648CA          MC 56 Read Data and Bit Flip Register 53
MTU_MC56_RDBFL54 0xF00648CC          MC 56 Read Data and Bit Flip Register 54
MTU_MC56_RDBFL55 0xF00648CE          MC 56 Read Data and Bit Flip Register 55
MTU_MC56_RDBFL56 0xF00648D0          MC 56 Read Data and Bit Flip Register 56
MTU_MC56_RDBFL57 0xF00648D2          MC 56 Read Data and Bit Flip Register 57
MTU_MC56_RDBFL58 0xF00648D4          MC 56 Read Data and Bit Flip Register 58
MTU_MC56_RDBFL59 0xF00648D6          MC 56 Read Data and Bit Flip Register 59
MTU_MC56_RDBFL60 0xF00648D8          MC 56 Read Data and Bit Flip Register 60
MTU_MC56_RDBFL61 0xF00648DA          MC 56 Read Data and Bit Flip Register 61
MTU_MC56_RDBFL62 0xF00648DC          MC 56 Read Data and Bit Flip Register 62
MTU_MC56_RDBFL63 0xF00648DE          MC 56 Read Data and Bit Flip Register 63
MTU_MC56_RDBFL64 0xF00648E0          MC 56 Read Data and Bit Flip Register 64
MTU_MC56_RDBFL65 0xF00648E2          MC 56 Read Data and Bit Flip Register 65
MTU_MC56_RDBFL66 0xF00648E4          MC 56 Read Data and Bit Flip Register 66
MTU_MC56_ALMSRCS 0xF00648EE          MC 56 Alarm Sources Configuration Register
MTU_MC56_FAULTSTS 0xF00648F0          MC 56 SSH Safety Faults Status Register
MTU_MC56_ERRINFO0 0xF00648F2          MC 56 Error Information Register 0
MTU_MC56_ERRINFO1 0xF00648F4          MC 56 Error Information Register 1
MTU_MC56_ERRINFO2 0xF00648F6          MC 56 Error Information Register 2
MTU_MC56_ERRINFO3 0xF00648F8          MC 56 Error Information Register 3
MTU_MC56_ERRINFO4 0xF00648FA          MC 56 Error Information Register 4
MTU_MC57_CONFIG0 0xF0064900          MC 57 Configuration Register 0
MTU_MC57_CONFIG1 0xF0064902          MC 57 Configuration Register 1
MTU_MC57_MCONTROL 0xF0064904          MC 57 MBIST Control Register
MTU_MC57_MSTATUS 0xF0064906          MC 57 Status Register
MTU_MC57_RANGE  0xF0064908          MC 57 Range Register, single address mode
MTU_MC57_REVID  0xF006490C          MC 57 Revision ID Register
MTU_MC57_ECCS   0xF006490E          MC 57 ECC Safety Register
MTU_MC57_ECCD   0xF0064910          MC 57 Memory ECC Detection Register
MTU_MC57_ETRR0  0xF0064912          MC 57 Error Tracking Register 0
MTU_MC57_ETRR1  0xF0064914          MC 57 Error Tracking Register 1
MTU_MC57_ETRR2  0xF0064916          MC 57 Error Tracking Register 2
MTU_MC57_ETRR3  0xF0064918          MC 57 Error Tracking Register 3
MTU_MC57_ETRR4  0xF006491A          MC 57 Error Tracking Register 4
MTU_MC57_RDBFL0 0xF0064960          MC 57 Read Data and Bit Flip Register 0
MTU_MC57_RDBFL1 0xF0064962          MC 57 Read Data and Bit Flip Register 1
MTU_MC57_RDBFL2 0xF0064964          MC 57 Read Data and Bit Flip Register 2
MTU_MC57_RDBFL3 0xF0064966          MC 57 Read Data and Bit Flip Register 3
MTU_MC57_RDBFL4 0xF0064968          MC 57 Read Data and Bit Flip Register 4
MTU_MC57_RDBFL5 0xF006496A          MC 57 Read Data and Bit Flip Register 5
MTU_MC57_RDBFL6 0xF006496C          MC 57 Read Data and Bit Flip Register 6
MTU_MC57_RDBFL7 0xF006496E          MC 57 Read Data and Bit Flip Register 7
MTU_MC57_RDBFL8 0xF0064970          MC 57 Read Data and Bit Flip Register 8
MTU_MC57_RDBFL9 0xF0064972          MC 57 Read Data and Bit Flip Register 9
MTU_MC57_RDBFL10 0xF0064974          MC 57 Read Data and Bit Flip Register 10
MTU_MC57_RDBFL11 0xF0064976          MC 57 Read Data and Bit Flip Register 11
MTU_MC57_RDBFL12 0xF0064978          MC 57 Read Data and Bit Flip Register 12
MTU_MC57_RDBFL13 0xF006497A          MC 57 Read Data and Bit Flip Register 13
MTU_MC57_RDBFL14 0xF006497C          MC 57 Read Data and Bit Flip Register 14
MTU_MC57_RDBFL15 0xF006497E          MC 57 Read Data and Bit Flip Register 15
MTU_MC57_RDBFL16 0xF0064980          MC 57 Read Data and Bit Flip Register 16
MTU_MC57_RDBFL17 0xF0064982          MC 57 Read Data and Bit Flip Register 17
MTU_MC57_RDBFL18 0xF0064984          MC 57 Read Data and Bit Flip Register 18
MTU_MC57_RDBFL19 0xF0064986          MC 57 Read Data and Bit Flip Register 19
MTU_MC57_RDBFL20 0xF0064988          MC 57 Read Data and Bit Flip Register 20
MTU_MC57_RDBFL21 0xF006498A          MC 57 Read Data and Bit Flip Register 21
MTU_MC57_RDBFL22 0xF006498C          MC 57 Read Data and Bit Flip Register 22
MTU_MC57_RDBFL23 0xF006498E          MC 57 Read Data and Bit Flip Register 23
MTU_MC57_RDBFL24 0xF0064990          MC 57 Read Data and Bit Flip Register 24
MTU_MC57_RDBFL25 0xF0064992          MC 57 Read Data and Bit Flip Register 25
MTU_MC57_RDBFL26 0xF0064994          MC 57 Read Data and Bit Flip Register 26
MTU_MC57_RDBFL27 0xF0064996          MC 57 Read Data and Bit Flip Register 27
MTU_MC57_RDBFL28 0xF0064998          MC 57 Read Data and Bit Flip Register 28
MTU_MC57_RDBFL29 0xF006499A          MC 57 Read Data and Bit Flip Register 29
MTU_MC57_RDBFL30 0xF006499C          MC 57 Read Data and Bit Flip Register 30
MTU_MC57_RDBFL31 0xF006499E          MC 57 Read Data and Bit Flip Register 31
MTU_MC57_RDBFL32 0xF00649A0          MC 57 Read Data and Bit Flip Register 32
MTU_MC57_RDBFL33 0xF00649A2          MC 57 Read Data and Bit Flip Register 33
MTU_MC57_RDBFL34 0xF00649A4          MC 57 Read Data and Bit Flip Register 34
MTU_MC57_RDBFL35 0xF00649A6          MC 57 Read Data and Bit Flip Register 35
MTU_MC57_RDBFL36 0xF00649A8          MC 57 Read Data and Bit Flip Register 36
MTU_MC57_RDBFL37 0xF00649AA          MC 57 Read Data and Bit Flip Register 37
MTU_MC57_RDBFL38 0xF00649AC          MC 57 Read Data and Bit Flip Register 38
MTU_MC57_RDBFL39 0xF00649AE          MC 57 Read Data and Bit Flip Register 39
MTU_MC57_RDBFL40 0xF00649B0          MC 57 Read Data and Bit Flip Register 40
MTU_MC57_RDBFL41 0xF00649B2          MC 57 Read Data and Bit Flip Register 41
MTU_MC57_RDBFL42 0xF00649B4          MC 57 Read Data and Bit Flip Register 42
MTU_MC57_RDBFL43 0xF00649B6          MC 57 Read Data and Bit Flip Register 43
MTU_MC57_RDBFL44 0xF00649B8          MC 57 Read Data and Bit Flip Register 44
MTU_MC57_RDBFL45 0xF00649BA          MC 57 Read Data and Bit Flip Register 45
MTU_MC57_RDBFL46 0xF00649BC          MC 57 Read Data and Bit Flip Register 46
MTU_MC57_RDBFL47 0xF00649BE          MC 57 Read Data and Bit Flip Register 47
MTU_MC57_RDBFL48 0xF00649C0          MC 57 Read Data and Bit Flip Register 48
MTU_MC57_RDBFL49 0xF00649C2          MC 57 Read Data and Bit Flip Register 49
MTU_MC57_RDBFL50 0xF00649C4          MC 57 Read Data and Bit Flip Register 50
MTU_MC57_RDBFL51 0xF00649C6          MC 57 Read Data and Bit Flip Register 51
MTU_MC57_RDBFL52 0xF00649C8          MC 57 Read Data and Bit Flip Register 52
MTU_MC57_RDBFL53 0xF00649CA          MC 57 Read Data and Bit Flip Register 53
MTU_MC57_RDBFL54 0xF00649CC          MC 57 Read Data and Bit Flip Register 54
MTU_MC57_RDBFL55 0xF00649CE          MC 57 Read Data and Bit Flip Register 55
MTU_MC57_RDBFL56 0xF00649D0          MC 57 Read Data and Bit Flip Register 56
MTU_MC57_RDBFL57 0xF00649D2          MC 57 Read Data and Bit Flip Register 57
MTU_MC57_RDBFL58 0xF00649D4          MC 57 Read Data and Bit Flip Register 58
MTU_MC57_RDBFL59 0xF00649D6          MC 57 Read Data and Bit Flip Register 59
MTU_MC57_RDBFL60 0xF00649D8          MC 57 Read Data and Bit Flip Register 60
MTU_MC57_RDBFL61 0xF00649DA          MC 57 Read Data and Bit Flip Register 61
MTU_MC57_RDBFL62 0xF00649DC          MC 57 Read Data and Bit Flip Register 62
MTU_MC57_RDBFL63 0xF00649DE          MC 57 Read Data and Bit Flip Register 63
MTU_MC57_RDBFL64 0xF00649E0          MC 57 Read Data and Bit Flip Register 64
MTU_MC57_RDBFL65 0xF00649E2          MC 57 Read Data and Bit Flip Register 65
MTU_MC57_RDBFL66 0xF00649E4          MC 57 Read Data and Bit Flip Register 66
MTU_MC57_ALMSRCS 0xF00649EE          MC 57 Alarm Sources Configuration Register
MTU_MC57_FAULTSTS 0xF00649F0          MC 57 SSH Safety Faults Status Register
MTU_MC57_ERRINFO0 0xF00649F2          MC 57 Error Information Register 0
MTU_MC57_ERRINFO1 0xF00649F4          MC 57 Error Information Register 1
MTU_MC57_ERRINFO2 0xF00649F6          MC 57 Error Information Register 2
MTU_MC57_ERRINFO3 0xF00649F8          MC 57 Error Information Register 3
MTU_MC57_ERRINFO4 0xF00649FA          MC 57 Error Information Register 4
MTU_MC58_CONFIG0 0xF0064A00          MC 58 Configuration Register 0
MTU_MC58_CONFIG1 0xF0064A02          MC 58 Configuration Register 1
MTU_MC58_MCONTROL 0xF0064A04          MC 58 MBIST Control Register
MTU_MC58_MSTATUS 0xF0064A06          MC 58 Status Register
MTU_MC58_RANGE  0xF0064A08          MC 58 Range Register, single address mode
MTU_MC58_REVID  0xF0064A0C          MC 58 Revision ID Register
MTU_MC58_ECCS   0xF0064A0E          MC 58 ECC Safety Register
MTU_MC58_ECCD   0xF0064A10          MC 58 Memory ECC Detection Register
MTU_MC58_ETRR0  0xF0064A12          MC 58 Error Tracking Register 0
MTU_MC58_ETRR1  0xF0064A14          MC 58 Error Tracking Register 1
MTU_MC58_ETRR2  0xF0064A16          MC 58 Error Tracking Register 2
MTU_MC58_ETRR3  0xF0064A18          MC 58 Error Tracking Register 3
MTU_MC58_ETRR4  0xF0064A1A          MC 58 Error Tracking Register 4
MTU_MC58_RDBFL0 0xF0064A60          MC 58 Read Data and Bit Flip Register 0
MTU_MC58_RDBFL1 0xF0064A62          MC 58 Read Data and Bit Flip Register 1
MTU_MC58_RDBFL2 0xF0064A64          MC 58 Read Data and Bit Flip Register 2
MTU_MC58_RDBFL3 0xF0064A66          MC 58 Read Data and Bit Flip Register 3
MTU_MC58_RDBFL4 0xF0064A68          MC 58 Read Data and Bit Flip Register 4
MTU_MC58_RDBFL5 0xF0064A6A          MC 58 Read Data and Bit Flip Register 5
MTU_MC58_RDBFL6 0xF0064A6C          MC 58 Read Data and Bit Flip Register 6
MTU_MC58_RDBFL7 0xF0064A6E          MC 58 Read Data and Bit Flip Register 7
MTU_MC58_RDBFL8 0xF0064A70          MC 58 Read Data and Bit Flip Register 8
MTU_MC58_RDBFL9 0xF0064A72          MC 58 Read Data and Bit Flip Register 9
MTU_MC58_RDBFL10 0xF0064A74          MC 58 Read Data and Bit Flip Register 10
MTU_MC58_RDBFL11 0xF0064A76          MC 58 Read Data and Bit Flip Register 11
MTU_MC58_RDBFL12 0xF0064A78          MC 58 Read Data and Bit Flip Register 12
MTU_MC58_RDBFL13 0xF0064A7A          MC 58 Read Data and Bit Flip Register 13
MTU_MC58_RDBFL14 0xF0064A7C          MC 58 Read Data and Bit Flip Register 14
MTU_MC58_RDBFL15 0xF0064A7E          MC 58 Read Data and Bit Flip Register 15
MTU_MC58_RDBFL16 0xF0064A80          MC 58 Read Data and Bit Flip Register 16
MTU_MC58_RDBFL17 0xF0064A82          MC 58 Read Data and Bit Flip Register 17
MTU_MC58_RDBFL18 0xF0064A84          MC 58 Read Data and Bit Flip Register 18
MTU_MC58_RDBFL19 0xF0064A86          MC 58 Read Data and Bit Flip Register 19
MTU_MC58_RDBFL20 0xF0064A88          MC 58 Read Data and Bit Flip Register 20
MTU_MC58_RDBFL21 0xF0064A8A          MC 58 Read Data and Bit Flip Register 21
MTU_MC58_RDBFL22 0xF0064A8C          MC 58 Read Data and Bit Flip Register 22
MTU_MC58_RDBFL23 0xF0064A8E          MC 58 Read Data and Bit Flip Register 23
MTU_MC58_RDBFL24 0xF0064A90          MC 58 Read Data and Bit Flip Register 24
MTU_MC58_RDBFL25 0xF0064A92          MC 58 Read Data and Bit Flip Register 25
MTU_MC58_RDBFL26 0xF0064A94          MC 58 Read Data and Bit Flip Register 26
MTU_MC58_RDBFL27 0xF0064A96          MC 58 Read Data and Bit Flip Register 27
MTU_MC58_RDBFL28 0xF0064A98          MC 58 Read Data and Bit Flip Register 28
MTU_MC58_RDBFL29 0xF0064A9A          MC 58 Read Data and Bit Flip Register 29
MTU_MC58_RDBFL30 0xF0064A9C          MC 58 Read Data and Bit Flip Register 30
MTU_MC58_RDBFL31 0xF0064A9E          MC 58 Read Data and Bit Flip Register 31
MTU_MC58_RDBFL32 0xF0064AA0          MC 58 Read Data and Bit Flip Register 32
MTU_MC58_RDBFL33 0xF0064AA2          MC 58 Read Data and Bit Flip Register 33
MTU_MC58_RDBFL34 0xF0064AA4          MC 58 Read Data and Bit Flip Register 34
MTU_MC58_RDBFL35 0xF0064AA6          MC 58 Read Data and Bit Flip Register 35
MTU_MC58_RDBFL36 0xF0064AA8          MC 58 Read Data and Bit Flip Register 36
MTU_MC58_RDBFL37 0xF0064AAA          MC 58 Read Data and Bit Flip Register 37
MTU_MC58_RDBFL38 0xF0064AAC          MC 58 Read Data and Bit Flip Register 38
MTU_MC58_RDBFL39 0xF0064AAE          MC 58 Read Data and Bit Flip Register 39
MTU_MC58_RDBFL40 0xF0064AB0          MC 58 Read Data and Bit Flip Register 40
MTU_MC58_RDBFL41 0xF0064AB2          MC 58 Read Data and Bit Flip Register 41
MTU_MC58_RDBFL42 0xF0064AB4          MC 58 Read Data and Bit Flip Register 42
MTU_MC58_RDBFL43 0xF0064AB6          MC 58 Read Data and Bit Flip Register 43
MTU_MC58_RDBFL44 0xF0064AB8          MC 58 Read Data and Bit Flip Register 44
MTU_MC58_RDBFL45 0xF0064ABA          MC 58 Read Data and Bit Flip Register 45
MTU_MC58_RDBFL46 0xF0064ABC          MC 58 Read Data and Bit Flip Register 46
MTU_MC58_RDBFL47 0xF0064ABE          MC 58 Read Data and Bit Flip Register 47
MTU_MC58_RDBFL48 0xF0064AC0          MC 58 Read Data and Bit Flip Register 48
MTU_MC58_RDBFL49 0xF0064AC2          MC 58 Read Data and Bit Flip Register 49
MTU_MC58_RDBFL50 0xF0064AC4          MC 58 Read Data and Bit Flip Register 50
MTU_MC58_RDBFL51 0xF0064AC6          MC 58 Read Data and Bit Flip Register 51
MTU_MC58_RDBFL52 0xF0064AC8          MC 58 Read Data and Bit Flip Register 52
MTU_MC58_RDBFL53 0xF0064ACA          MC 58 Read Data and Bit Flip Register 53
MTU_MC58_RDBFL54 0xF0064ACC          MC 58 Read Data and Bit Flip Register 54
MTU_MC58_RDBFL55 0xF0064ACE          MC 58 Read Data and Bit Flip Register 55
MTU_MC58_RDBFL56 0xF0064AD0          MC 58 Read Data and Bit Flip Register 56
MTU_MC58_RDBFL57 0xF0064AD2          MC 58 Read Data and Bit Flip Register 57
MTU_MC58_RDBFL58 0xF0064AD4          MC 58 Read Data and Bit Flip Register 58
MTU_MC58_RDBFL59 0xF0064AD6          MC 58 Read Data and Bit Flip Register 59
MTU_MC58_RDBFL60 0xF0064AD8          MC 58 Read Data and Bit Flip Register 60
MTU_MC58_RDBFL61 0xF0064ADA          MC 58 Read Data and Bit Flip Register 61
MTU_MC58_RDBFL62 0xF0064ADC          MC 58 Read Data and Bit Flip Register 62
MTU_MC58_RDBFL63 0xF0064ADE          MC 58 Read Data and Bit Flip Register 63
MTU_MC58_RDBFL64 0xF0064AE0          MC 58 Read Data and Bit Flip Register 64
MTU_MC58_RDBFL65 0xF0064AE2          MC 58 Read Data and Bit Flip Register 65
MTU_MC58_RDBFL66 0xF0064AE4          MC 58 Read Data and Bit Flip Register 66
MTU_MC58_ALMSRCS 0xF0064AEE          MC 58 Alarm Sources Configuration Register
MTU_MC58_FAULTSTS 0xF0064AF0          MC 58 SSH Safety Faults Status Register
MTU_MC58_ERRINFO0 0xF0064AF2          MC 58 Error Information Register 0
MTU_MC58_ERRINFO1 0xF0064AF4          MC 58 Error Information Register 1
MTU_MC58_ERRINFO2 0xF0064AF6          MC 58 Error Information Register 2
MTU_MC58_ERRINFO3 0xF0064AF8          MC 58 Error Information Register 3
MTU_MC58_ERRINFO4 0xF0064AFA          MC 58 Error Information Register 4
MTU_MC59_CONFIG0 0xF0064B00          MC 59 Configuration Register 0
MTU_MC59_CONFIG1 0xF0064B02          MC 59 Configuration Register 1
MTU_MC59_MCONTROL 0xF0064B04          MC 59 MBIST Control Register
MTU_MC59_MSTATUS 0xF0064B06          MC 59 Status Register
MTU_MC59_RANGE  0xF0064B08          MC 59 Range Register, single address mode
MTU_MC59_REVID  0xF0064B0C          MC 59 Revision ID Register
MTU_MC59_ECCS   0xF0064B0E          MC 59 ECC Safety Register
MTU_MC59_ECCD   0xF0064B10          MC 59 Memory ECC Detection Register
MTU_MC59_ETRR0  0xF0064B12          MC 59 Error Tracking Register 0
MTU_MC59_ETRR1  0xF0064B14          MC 59 Error Tracking Register 1
MTU_MC59_ETRR2  0xF0064B16          MC 59 Error Tracking Register 2
MTU_MC59_ETRR3  0xF0064B18          MC 59 Error Tracking Register 3
MTU_MC59_ETRR4  0xF0064B1A          MC 59 Error Tracking Register 4
MTU_MC59_RDBFL0 0xF0064B60          MC 59 Read Data and Bit Flip Register 0
MTU_MC59_RDBFL1 0xF0064B62          MC 59 Read Data and Bit Flip Register 1
MTU_MC59_RDBFL2 0xF0064B64          MC 59 Read Data and Bit Flip Register 2
MTU_MC59_RDBFL3 0xF0064B66          MC 59 Read Data and Bit Flip Register 3
MTU_MC59_RDBFL4 0xF0064B68          MC 59 Read Data and Bit Flip Register 4
MTU_MC59_RDBFL5 0xF0064B6A          MC 59 Read Data and Bit Flip Register 5
MTU_MC59_RDBFL6 0xF0064B6C          MC 59 Read Data and Bit Flip Register 6
MTU_MC59_RDBFL7 0xF0064B6E          MC 59 Read Data and Bit Flip Register 7
MTU_MC59_RDBFL8 0xF0064B70          MC 59 Read Data and Bit Flip Register 8
MTU_MC59_RDBFL9 0xF0064B72          MC 59 Read Data and Bit Flip Register 9
MTU_MC59_RDBFL10 0xF0064B74          MC 59 Read Data and Bit Flip Register 10
MTU_MC59_RDBFL11 0xF0064B76          MC 59 Read Data and Bit Flip Register 11
MTU_MC59_RDBFL12 0xF0064B78          MC 59 Read Data and Bit Flip Register 12
MTU_MC59_RDBFL13 0xF0064B7A          MC 59 Read Data and Bit Flip Register 13
MTU_MC59_RDBFL14 0xF0064B7C          MC 59 Read Data and Bit Flip Register 14
MTU_MC59_RDBFL15 0xF0064B7E          MC 59 Read Data and Bit Flip Register 15
MTU_MC59_RDBFL16 0xF0064B80          MC 59 Read Data and Bit Flip Register 16
MTU_MC59_RDBFL17 0xF0064B82          MC 59 Read Data and Bit Flip Register 17
MTU_MC59_RDBFL18 0xF0064B84          MC 59 Read Data and Bit Flip Register 18
MTU_MC59_RDBFL19 0xF0064B86          MC 59 Read Data and Bit Flip Register 19
MTU_MC59_RDBFL20 0xF0064B88          MC 59 Read Data and Bit Flip Register 20
MTU_MC59_RDBFL21 0xF0064B8A          MC 59 Read Data and Bit Flip Register 21
MTU_MC59_RDBFL22 0xF0064B8C          MC 59 Read Data and Bit Flip Register 22
MTU_MC59_RDBFL23 0xF0064B8E          MC 59 Read Data and Bit Flip Register 23
MTU_MC59_RDBFL24 0xF0064B90          MC 59 Read Data and Bit Flip Register 24
MTU_MC59_RDBFL25 0xF0064B92          MC 59 Read Data and Bit Flip Register 25
MTU_MC59_RDBFL26 0xF0064B94          MC 59 Read Data and Bit Flip Register 26
MTU_MC59_RDBFL27 0xF0064B96          MC 59 Read Data and Bit Flip Register 27
MTU_MC59_RDBFL28 0xF0064B98          MC 59 Read Data and Bit Flip Register 28
MTU_MC59_RDBFL29 0xF0064B9A          MC 59 Read Data and Bit Flip Register 29
MTU_MC59_RDBFL30 0xF0064B9C          MC 59 Read Data and Bit Flip Register 30
MTU_MC59_RDBFL31 0xF0064B9E          MC 59 Read Data and Bit Flip Register 31
MTU_MC59_RDBFL32 0xF0064BA0          MC 59 Read Data and Bit Flip Register 32
MTU_MC59_RDBFL33 0xF0064BA2          MC 59 Read Data and Bit Flip Register 33
MTU_MC59_RDBFL34 0xF0064BA4          MC 59 Read Data and Bit Flip Register 34
MTU_MC59_RDBFL35 0xF0064BA6          MC 59 Read Data and Bit Flip Register 35
MTU_MC59_RDBFL36 0xF0064BA8          MC 59 Read Data and Bit Flip Register 36
MTU_MC59_RDBFL37 0xF0064BAA          MC 59 Read Data and Bit Flip Register 37
MTU_MC59_RDBFL38 0xF0064BAC          MC 59 Read Data and Bit Flip Register 38
MTU_MC59_RDBFL39 0xF0064BAE          MC 59 Read Data and Bit Flip Register 39
MTU_MC59_RDBFL40 0xF0064BB0          MC 59 Read Data and Bit Flip Register 40
MTU_MC59_RDBFL41 0xF0064BB2          MC 59 Read Data and Bit Flip Register 41
MTU_MC59_RDBFL42 0xF0064BB4          MC 59 Read Data and Bit Flip Register 42
MTU_MC59_RDBFL43 0xF0064BB6          MC 59 Read Data and Bit Flip Register 43
MTU_MC59_RDBFL44 0xF0064BB8          MC 59 Read Data and Bit Flip Register 44
MTU_MC59_RDBFL45 0xF0064BBA          MC 59 Read Data and Bit Flip Register 45
MTU_MC59_RDBFL46 0xF0064BBC          MC 59 Read Data and Bit Flip Register 46
MTU_MC59_RDBFL47 0xF0064BBE          MC 59 Read Data and Bit Flip Register 47
MTU_MC59_RDBFL48 0xF0064BC0          MC 59 Read Data and Bit Flip Register 48
MTU_MC59_RDBFL49 0xF0064BC2          MC 59 Read Data and Bit Flip Register 49
MTU_MC59_RDBFL50 0xF0064BC4          MC 59 Read Data and Bit Flip Register 50
MTU_MC59_RDBFL51 0xF0064BC6          MC 59 Read Data and Bit Flip Register 51
MTU_MC59_RDBFL52 0xF0064BC8          MC 59 Read Data and Bit Flip Register 52
MTU_MC59_RDBFL53 0xF0064BCA          MC 59 Read Data and Bit Flip Register 53
MTU_MC59_RDBFL54 0xF0064BCC          MC 59 Read Data and Bit Flip Register 54
MTU_MC59_RDBFL55 0xF0064BCE          MC 59 Read Data and Bit Flip Register 55
MTU_MC59_RDBFL56 0xF0064BD0          MC 59 Read Data and Bit Flip Register 56
MTU_MC59_RDBFL57 0xF0064BD2          MC 59 Read Data and Bit Flip Register 57
MTU_MC59_RDBFL58 0xF0064BD4          MC 59 Read Data and Bit Flip Register 58
MTU_MC59_RDBFL59 0xF0064BD6          MC 59 Read Data and Bit Flip Register 59
MTU_MC59_RDBFL60 0xF0064BD8          MC 59 Read Data and Bit Flip Register 60
MTU_MC59_RDBFL61 0xF0064BDA          MC 59 Read Data and Bit Flip Register 61
MTU_MC59_RDBFL62 0xF0064BDC          MC 59 Read Data and Bit Flip Register 62
MTU_MC59_RDBFL63 0xF0064BDE          MC 59 Read Data and Bit Flip Register 63
MTU_MC59_RDBFL64 0xF0064BE0          MC 59 Read Data and Bit Flip Register 64
MTU_MC59_RDBFL65 0xF0064BE2          MC 59 Read Data and Bit Flip Register 65
MTU_MC59_RDBFL66 0xF0064BE4          MC 59 Read Data and Bit Flip Register 66
MTU_MC59_ALMSRCS 0xF0064BEE          MC 59 Alarm Sources Configuration Register
MTU_MC59_FAULTSTS 0xF0064BF0          MC 59 SSH Safety Faults Status Register
MTU_MC59_ERRINFO0 0xF0064BF2          MC 59 Error Information Register 0
MTU_MC59_ERRINFO1 0xF0064BF4          MC 59 Error Information Register 1
MTU_MC59_ERRINFO2 0xF0064BF6          MC 59 Error Information Register 2
MTU_MC59_ERRINFO3 0xF0064BF8          MC 59 Error Information Register 3
MTU_MC59_ERRINFO4 0xF0064BFA          MC 59 Error Information Register 4
MTU_MC60_CONFIG0 0xF0064C00          MC 60 Configuration Register 0
MTU_MC60_CONFIG1 0xF0064C02          MC 60 Configuration Register 1
MTU_MC60_MCONTROL 0xF0064C04          MC 60 MBIST Control Register
MTU_MC60_MSTATUS 0xF0064C06          MC 60 Status Register
MTU_MC60_RANGE  0xF0064C08          MC 60 Range Register, single address mode
MTU_MC60_REVID  0xF0064C0C          MC 60 Revision ID Register
MTU_MC60_ECCS   0xF0064C0E          MC 60 ECC Safety Register
MTU_MC60_ECCD   0xF0064C10          MC 60 Memory ECC Detection Register
MTU_MC60_ETRR0  0xF0064C12          MC 60 Error Tracking Register 0
MTU_MC60_ETRR1  0xF0064C14          MC 60 Error Tracking Register 1
MTU_MC60_ETRR2  0xF0064C16          MC 60 Error Tracking Register 2
MTU_MC60_ETRR3  0xF0064C18          MC 60 Error Tracking Register 3
MTU_MC60_ETRR4  0xF0064C1A          MC 60 Error Tracking Register 4
MTU_MC60_RDBFL0 0xF0064C60          MC 60 Read Data and Bit Flip Register 0
MTU_MC60_RDBFL1 0xF0064C62          MC 60 Read Data and Bit Flip Register 1
MTU_MC60_RDBFL2 0xF0064C64          MC 60 Read Data and Bit Flip Register 2
MTU_MC60_RDBFL3 0xF0064C66          MC 60 Read Data and Bit Flip Register 3
MTU_MC60_RDBFL4 0xF0064C68          MC 60 Read Data and Bit Flip Register 4
MTU_MC60_RDBFL5 0xF0064C6A          MC 60 Read Data and Bit Flip Register 5
MTU_MC60_RDBFL6 0xF0064C6C          MC 60 Read Data and Bit Flip Register 6
MTU_MC60_RDBFL7 0xF0064C6E          MC 60 Read Data and Bit Flip Register 7
MTU_MC60_RDBFL8 0xF0064C70          MC 60 Read Data and Bit Flip Register 8
MTU_MC60_RDBFL9 0xF0064C72          MC 60 Read Data and Bit Flip Register 9
MTU_MC60_RDBFL10 0xF0064C74          MC 60 Read Data and Bit Flip Register 10
MTU_MC60_RDBFL11 0xF0064C76          MC 60 Read Data and Bit Flip Register 11
MTU_MC60_RDBFL12 0xF0064C78          MC 60 Read Data and Bit Flip Register 12
MTU_MC60_RDBFL13 0xF0064C7A          MC 60 Read Data and Bit Flip Register 13
MTU_MC60_RDBFL14 0xF0064C7C          MC 60 Read Data and Bit Flip Register 14
MTU_MC60_RDBFL15 0xF0064C7E          MC 60 Read Data and Bit Flip Register 15
MTU_MC60_RDBFL16 0xF0064C80          MC 60 Read Data and Bit Flip Register 16
MTU_MC60_RDBFL17 0xF0064C82          MC 60 Read Data and Bit Flip Register 17
MTU_MC60_RDBFL18 0xF0064C84          MC 60 Read Data and Bit Flip Register 18
MTU_MC60_RDBFL19 0xF0064C86          MC 60 Read Data and Bit Flip Register 19
MTU_MC60_RDBFL20 0xF0064C88          MC 60 Read Data and Bit Flip Register 20
MTU_MC60_RDBFL21 0xF0064C8A          MC 60 Read Data and Bit Flip Register 21
MTU_MC60_RDBFL22 0xF0064C8C          MC 60 Read Data and Bit Flip Register 22
MTU_MC60_RDBFL23 0xF0064C8E          MC 60 Read Data and Bit Flip Register 23
MTU_MC60_RDBFL24 0xF0064C90          MC 60 Read Data and Bit Flip Register 24
MTU_MC60_RDBFL25 0xF0064C92          MC 60 Read Data and Bit Flip Register 25
MTU_MC60_RDBFL26 0xF0064C94          MC 60 Read Data and Bit Flip Register 26
MTU_MC60_RDBFL27 0xF0064C96          MC 60 Read Data and Bit Flip Register 27
MTU_MC60_RDBFL28 0xF0064C98          MC 60 Read Data and Bit Flip Register 28
MTU_MC60_RDBFL29 0xF0064C9A          MC 60 Read Data and Bit Flip Register 29
MTU_MC60_RDBFL30 0xF0064C9C          MC 60 Read Data and Bit Flip Register 30
MTU_MC60_RDBFL31 0xF0064C9E          MC 60 Read Data and Bit Flip Register 31
MTU_MC60_RDBFL32 0xF0064CA0          MC 60 Read Data and Bit Flip Register 32
MTU_MC60_RDBFL33 0xF0064CA2          MC 60 Read Data and Bit Flip Register 33
MTU_MC60_RDBFL34 0xF0064CA4          MC 60 Read Data and Bit Flip Register 34
MTU_MC60_RDBFL35 0xF0064CA6          MC 60 Read Data and Bit Flip Register 35
MTU_MC60_RDBFL36 0xF0064CA8          MC 60 Read Data and Bit Flip Register 36
MTU_MC60_RDBFL37 0xF0064CAA          MC 60 Read Data and Bit Flip Register 37
MTU_MC60_RDBFL38 0xF0064CAC          MC 60 Read Data and Bit Flip Register 38
MTU_MC60_RDBFL39 0xF0064CAE          MC 60 Read Data and Bit Flip Register 39
MTU_MC60_RDBFL40 0xF0064CB0          MC 60 Read Data and Bit Flip Register 40
MTU_MC60_RDBFL41 0xF0064CB2          MC 60 Read Data and Bit Flip Register 41
MTU_MC60_RDBFL42 0xF0064CB4          MC 60 Read Data and Bit Flip Register 42
MTU_MC60_RDBFL43 0xF0064CB6          MC 60 Read Data and Bit Flip Register 43
MTU_MC60_RDBFL44 0xF0064CB8          MC 60 Read Data and Bit Flip Register 44
MTU_MC60_RDBFL45 0xF0064CBA          MC 60 Read Data and Bit Flip Register 45
MTU_MC60_RDBFL46 0xF0064CBC          MC 60 Read Data and Bit Flip Register 46
MTU_MC60_RDBFL47 0xF0064CBE          MC 60 Read Data and Bit Flip Register 47
MTU_MC60_RDBFL48 0xF0064CC0          MC 60 Read Data and Bit Flip Register 48
MTU_MC60_RDBFL49 0xF0064CC2          MC 60 Read Data and Bit Flip Register 49
MTU_MC60_RDBFL50 0xF0064CC4          MC 60 Read Data and Bit Flip Register 50
MTU_MC60_RDBFL51 0xF0064CC6          MC 60 Read Data and Bit Flip Register 51
MTU_MC60_RDBFL52 0xF0064CC8          MC 60 Read Data and Bit Flip Register 52
MTU_MC60_RDBFL53 0xF0064CCA          MC 60 Read Data and Bit Flip Register 53
MTU_MC60_RDBFL54 0xF0064CCC          MC 60 Read Data and Bit Flip Register 54
MTU_MC60_RDBFL55 0xF0064CCE          MC 60 Read Data and Bit Flip Register 55
MTU_MC60_RDBFL56 0xF0064CD0          MC 60 Read Data and Bit Flip Register 56
MTU_MC60_RDBFL57 0xF0064CD2          MC 60 Read Data and Bit Flip Register 57
MTU_MC60_RDBFL58 0xF0064CD4          MC 60 Read Data and Bit Flip Register 58
MTU_MC60_RDBFL59 0xF0064CD6          MC 60 Read Data and Bit Flip Register 59
MTU_MC60_RDBFL60 0xF0064CD8          MC 60 Read Data and Bit Flip Register 60
MTU_MC60_RDBFL61 0xF0064CDA          MC 60 Read Data and Bit Flip Register 61
MTU_MC60_RDBFL62 0xF0064CDC          MC 60 Read Data and Bit Flip Register 62
MTU_MC60_RDBFL63 0xF0064CDE          MC 60 Read Data and Bit Flip Register 63
MTU_MC60_RDBFL64 0xF0064CE0          MC 60 Read Data and Bit Flip Register 64
MTU_MC60_RDBFL65 0xF0064CE2          MC 60 Read Data and Bit Flip Register 65
MTU_MC60_RDBFL66 0xF0064CE4          MC 60 Read Data and Bit Flip Register 66
MTU_MC60_ALMSRCS 0xF0064CEE          MC 60 Alarm Sources Configuration Register
MTU_MC60_FAULTSTS 0xF0064CF0          MC 60 SSH Safety Faults Status Register
MTU_MC60_ERRINFO0 0xF0064CF2          MC 60 Error Information Register 0
MTU_MC60_ERRINFO1 0xF0064CF4          MC 60 Error Information Register 1
MTU_MC60_ERRINFO2 0xF0064CF6          MC 60 Error Information Register 2
MTU_MC60_ERRINFO3 0xF0064CF8          MC 60 Error Information Register 3
MTU_MC60_ERRINFO4 0xF0064CFA          MC 60 Error Information Register 4
MTU_MC61_CONFIG0 0xF0064D00          MC 61 Configuration Register 0
MTU_MC61_CONFIG1 0xF0064D02          MC 61 Configuration Register 1
MTU_MC61_MCONTROL 0xF0064D04          MC 61 MBIST Control Register
MTU_MC61_MSTATUS 0xF0064D06          MC 61 Status Register
MTU_MC61_RANGE  0xF0064D08          MC 61 Range Register, single address mode
MTU_MC61_REVID  0xF0064D0C          MC 61 Revision ID Register
MTU_MC61_ECCS   0xF0064D0E          MC 61 ECC Safety Register
MTU_MC61_ECCD   0xF0064D10          MC 61 Memory ECC Detection Register
MTU_MC61_ETRR0  0xF0064D12          MC 61 Error Tracking Register 0
MTU_MC61_ETRR1  0xF0064D14          MC 61 Error Tracking Register 1
MTU_MC61_ETRR2  0xF0064D16          MC 61 Error Tracking Register 2
MTU_MC61_ETRR3  0xF0064D18          MC 61 Error Tracking Register 3
MTU_MC61_ETRR4  0xF0064D1A          MC 61 Error Tracking Register 4
MTU_MC61_RDBFL0 0xF0064D60          MC 61 Read Data and Bit Flip Register 0
MTU_MC61_RDBFL1 0xF0064D62          MC 61 Read Data and Bit Flip Register 1
MTU_MC61_RDBFL2 0xF0064D64          MC 61 Read Data and Bit Flip Register 2
MTU_MC61_RDBFL3 0xF0064D66          MC 61 Read Data and Bit Flip Register 3
MTU_MC61_RDBFL4 0xF0064D68          MC 61 Read Data and Bit Flip Register 4
MTU_MC61_RDBFL5 0xF0064D6A          MC 61 Read Data and Bit Flip Register 5
MTU_MC61_RDBFL6 0xF0064D6C          MC 61 Read Data and Bit Flip Register 6
MTU_MC61_RDBFL7 0xF0064D6E          MC 61 Read Data and Bit Flip Register 7
MTU_MC61_RDBFL8 0xF0064D70          MC 61 Read Data and Bit Flip Register 8
MTU_MC61_RDBFL9 0xF0064D72          MC 61 Read Data and Bit Flip Register 9
MTU_MC61_RDBFL10 0xF0064D74          MC 61 Read Data and Bit Flip Register 10
MTU_MC61_RDBFL11 0xF0064D76          MC 61 Read Data and Bit Flip Register 11
MTU_MC61_RDBFL12 0xF0064D78          MC 61 Read Data and Bit Flip Register 12
MTU_MC61_RDBFL13 0xF0064D7A          MC 61 Read Data and Bit Flip Register 13
MTU_MC61_RDBFL14 0xF0064D7C          MC 61 Read Data and Bit Flip Register 14
MTU_MC61_RDBFL15 0xF0064D7E          MC 61 Read Data and Bit Flip Register 15
MTU_MC61_RDBFL16 0xF0064D80          MC 61 Read Data and Bit Flip Register 16
MTU_MC61_RDBFL17 0xF0064D82          MC 61 Read Data and Bit Flip Register 17
MTU_MC61_RDBFL18 0xF0064D84          MC 61 Read Data and Bit Flip Register 18
MTU_MC61_RDBFL19 0xF0064D86          MC 61 Read Data and Bit Flip Register 19
MTU_MC61_RDBFL20 0xF0064D88          MC 61 Read Data and Bit Flip Register 20
MTU_MC61_RDBFL21 0xF0064D8A          MC 61 Read Data and Bit Flip Register 21
MTU_MC61_RDBFL22 0xF0064D8C          MC 61 Read Data and Bit Flip Register 22
MTU_MC61_RDBFL23 0xF0064D8E          MC 61 Read Data and Bit Flip Register 23
MTU_MC61_RDBFL24 0xF0064D90          MC 61 Read Data and Bit Flip Register 24
MTU_MC61_RDBFL25 0xF0064D92          MC 61 Read Data and Bit Flip Register 25
MTU_MC61_RDBFL26 0xF0064D94          MC 61 Read Data and Bit Flip Register 26
MTU_MC61_RDBFL27 0xF0064D96          MC 61 Read Data and Bit Flip Register 27
MTU_MC61_RDBFL28 0xF0064D98          MC 61 Read Data and Bit Flip Register 28
MTU_MC61_RDBFL29 0xF0064D9A          MC 61 Read Data and Bit Flip Register 29
MTU_MC61_RDBFL30 0xF0064D9C          MC 61 Read Data and Bit Flip Register 30
MTU_MC61_RDBFL31 0xF0064D9E          MC 61 Read Data and Bit Flip Register 31
MTU_MC61_RDBFL32 0xF0064DA0          MC 61 Read Data and Bit Flip Register 32
MTU_MC61_RDBFL33 0xF0064DA2          MC 61 Read Data and Bit Flip Register 33
MTU_MC61_RDBFL34 0xF0064DA4          MC 61 Read Data and Bit Flip Register 34
MTU_MC61_RDBFL35 0xF0064DA6          MC 61 Read Data and Bit Flip Register 35
MTU_MC61_RDBFL36 0xF0064DA8          MC 61 Read Data and Bit Flip Register 36
MTU_MC61_RDBFL37 0xF0064DAA          MC 61 Read Data and Bit Flip Register 37
MTU_MC61_RDBFL38 0xF0064DAC          MC 61 Read Data and Bit Flip Register 38
MTU_MC61_RDBFL39 0xF0064DAE          MC 61 Read Data and Bit Flip Register 39
MTU_MC61_RDBFL40 0xF0064DB0          MC 61 Read Data and Bit Flip Register 40
MTU_MC61_RDBFL41 0xF0064DB2          MC 61 Read Data and Bit Flip Register 41
MTU_MC61_RDBFL42 0xF0064DB4          MC 61 Read Data and Bit Flip Register 42
MTU_MC61_RDBFL43 0xF0064DB6          MC 61 Read Data and Bit Flip Register 43
MTU_MC61_RDBFL44 0xF0064DB8          MC 61 Read Data and Bit Flip Register 44
MTU_MC61_RDBFL45 0xF0064DBA          MC 61 Read Data and Bit Flip Register 45
MTU_MC61_RDBFL46 0xF0064DBC          MC 61 Read Data and Bit Flip Register 46
MTU_MC61_RDBFL47 0xF0064DBE          MC 61 Read Data and Bit Flip Register 47
MTU_MC61_RDBFL48 0xF0064DC0          MC 61 Read Data and Bit Flip Register 48
MTU_MC61_RDBFL49 0xF0064DC2          MC 61 Read Data and Bit Flip Register 49
MTU_MC61_RDBFL50 0xF0064DC4          MC 61 Read Data and Bit Flip Register 50
MTU_MC61_RDBFL51 0xF0064DC6          MC 61 Read Data and Bit Flip Register 51
MTU_MC61_RDBFL52 0xF0064DC8          MC 61 Read Data and Bit Flip Register 52
MTU_MC61_RDBFL53 0xF0064DCA          MC 61 Read Data and Bit Flip Register 53
MTU_MC61_RDBFL54 0xF0064DCC          MC 61 Read Data and Bit Flip Register 54
MTU_MC61_RDBFL55 0xF0064DCE          MC 61 Read Data and Bit Flip Register 55
MTU_MC61_RDBFL56 0xF0064DD0          MC 61 Read Data and Bit Flip Register 56
MTU_MC61_RDBFL57 0xF0064DD2          MC 61 Read Data and Bit Flip Register 57
MTU_MC61_RDBFL58 0xF0064DD4          MC 61 Read Data and Bit Flip Register 58
MTU_MC61_RDBFL59 0xF0064DD6          MC 61 Read Data and Bit Flip Register 59
MTU_MC61_RDBFL60 0xF0064DD8          MC 61 Read Data and Bit Flip Register 60
MTU_MC61_RDBFL61 0xF0064DDA          MC 61 Read Data and Bit Flip Register 61
MTU_MC61_RDBFL62 0xF0064DDC          MC 61 Read Data and Bit Flip Register 62
MTU_MC61_RDBFL63 0xF0064DDE          MC 61 Read Data and Bit Flip Register 63
MTU_MC61_RDBFL64 0xF0064DE0          MC 61 Read Data and Bit Flip Register 64
MTU_MC61_RDBFL65 0xF0064DE2          MC 61 Read Data and Bit Flip Register 65
MTU_MC61_RDBFL66 0xF0064DE4          MC 61 Read Data and Bit Flip Register 66
MTU_MC61_ALMSRCS 0xF0064DEE          MC 61 Alarm Sources Configuration Register
MTU_MC61_FAULTSTS 0xF0064DF0          MC 61 SSH Safety Faults Status Register
MTU_MC61_ERRINFO0 0xF0064DF2          MC 61 Error Information Register 0
MTU_MC61_ERRINFO1 0xF0064DF4          MC 61 Error Information Register 1
MTU_MC61_ERRINFO2 0xF0064DF6          MC 61 Error Information Register 2
MTU_MC61_ERRINFO3 0xF0064DF8          MC 61 Error Information Register 3
MTU_MC61_ERRINFO4 0xF0064DFA          MC 61 Error Information Register 4
MTU_MC62_CONFIG0 0xF0064E00          MC 62 Configuration Register 0
MTU_MC62_CONFIG1 0xF0064E02          MC 62 Configuration Register 1
MTU_MC62_MCONTROL 0xF0064E04          MC 62 MBIST Control Register
MTU_MC62_MSTATUS 0xF0064E06          MC 62 Status Register
MTU_MC62_RANGE  0xF0064E08          MC 62 Range Register, single address mode
MTU_MC62_REVID  0xF0064E0C          MC 62 Revision ID Register
MTU_MC62_ECCS   0xF0064E0E          MC 62 ECC Safety Register
MTU_MC62_ECCD   0xF0064E10          MC 62 Memory ECC Detection Register
MTU_MC62_ETRR0  0xF0064E12          MC 62 Error Tracking Register 0
MTU_MC62_ETRR1  0xF0064E14          MC 62 Error Tracking Register 1
MTU_MC62_ETRR2  0xF0064E16          MC 62 Error Tracking Register 2
MTU_MC62_ETRR3  0xF0064E18          MC 62 Error Tracking Register 3
MTU_MC62_ETRR4  0xF0064E1A          MC 62 Error Tracking Register 4
MTU_MC62_RDBFL0 0xF0064E60          MC 62 Read Data and Bit Flip Register 0
MTU_MC62_RDBFL1 0xF0064E62          MC 62 Read Data and Bit Flip Register 1
MTU_MC62_RDBFL2 0xF0064E64          MC 62 Read Data and Bit Flip Register 2
MTU_MC62_RDBFL3 0xF0064E66          MC 62 Read Data and Bit Flip Register 3
MTU_MC62_RDBFL4 0xF0064E68          MC 62 Read Data and Bit Flip Register 4
MTU_MC62_RDBFL5 0xF0064E6A          MC 62 Read Data and Bit Flip Register 5
MTU_MC62_RDBFL6 0xF0064E6C          MC 62 Read Data and Bit Flip Register 6
MTU_MC62_RDBFL7 0xF0064E6E          MC 62 Read Data and Bit Flip Register 7
MTU_MC62_RDBFL8 0xF0064E70          MC 62 Read Data and Bit Flip Register 8
MTU_MC62_RDBFL9 0xF0064E72          MC 62 Read Data and Bit Flip Register 9
MTU_MC62_RDBFL10 0xF0064E74          MC 62 Read Data and Bit Flip Register 10
MTU_MC62_RDBFL11 0xF0064E76          MC 62 Read Data and Bit Flip Register 11
MTU_MC62_RDBFL12 0xF0064E78          MC 62 Read Data and Bit Flip Register 12
MTU_MC62_RDBFL13 0xF0064E7A          MC 62 Read Data and Bit Flip Register 13
MTU_MC62_RDBFL14 0xF0064E7C          MC 62 Read Data and Bit Flip Register 14
MTU_MC62_RDBFL15 0xF0064E7E          MC 62 Read Data and Bit Flip Register 15
MTU_MC62_RDBFL16 0xF0064E80          MC 62 Read Data and Bit Flip Register 16
MTU_MC62_RDBFL17 0xF0064E82          MC 62 Read Data and Bit Flip Register 17
MTU_MC62_RDBFL18 0xF0064E84          MC 62 Read Data and Bit Flip Register 18
MTU_MC62_RDBFL19 0xF0064E86          MC 62 Read Data and Bit Flip Register 19
MTU_MC62_RDBFL20 0xF0064E88          MC 62 Read Data and Bit Flip Register 20
MTU_MC62_RDBFL21 0xF0064E8A          MC 62 Read Data and Bit Flip Register 21
MTU_MC62_RDBFL22 0xF0064E8C          MC 62 Read Data and Bit Flip Register 22
MTU_MC62_RDBFL23 0xF0064E8E          MC 62 Read Data and Bit Flip Register 23
MTU_MC62_RDBFL24 0xF0064E90          MC 62 Read Data and Bit Flip Register 24
MTU_MC62_RDBFL25 0xF0064E92          MC 62 Read Data and Bit Flip Register 25
MTU_MC62_RDBFL26 0xF0064E94          MC 62 Read Data and Bit Flip Register 26
MTU_MC62_RDBFL27 0xF0064E96          MC 62 Read Data and Bit Flip Register 27
MTU_MC62_RDBFL28 0xF0064E98          MC 62 Read Data and Bit Flip Register 28
MTU_MC62_RDBFL29 0xF0064E9A          MC 62 Read Data and Bit Flip Register 29
MTU_MC62_RDBFL30 0xF0064E9C          MC 62 Read Data and Bit Flip Register 30
MTU_MC62_RDBFL31 0xF0064E9E          MC 62 Read Data and Bit Flip Register 31
MTU_MC62_RDBFL32 0xF0064EA0          MC 62 Read Data and Bit Flip Register 32
MTU_MC62_RDBFL33 0xF0064EA2          MC 62 Read Data and Bit Flip Register 33
MTU_MC62_RDBFL34 0xF0064EA4          MC 62 Read Data and Bit Flip Register 34
MTU_MC62_RDBFL35 0xF0064EA6          MC 62 Read Data and Bit Flip Register 35
MTU_MC62_RDBFL36 0xF0064EA8          MC 62 Read Data and Bit Flip Register 36
MTU_MC62_RDBFL37 0xF0064EAA          MC 62 Read Data and Bit Flip Register 37
MTU_MC62_RDBFL38 0xF0064EAC          MC 62 Read Data and Bit Flip Register 38
MTU_MC62_RDBFL39 0xF0064EAE          MC 62 Read Data and Bit Flip Register 39
MTU_MC62_RDBFL40 0xF0064EB0          MC 62 Read Data and Bit Flip Register 40
MTU_MC62_RDBFL41 0xF0064EB2          MC 62 Read Data and Bit Flip Register 41
MTU_MC62_RDBFL42 0xF0064EB4          MC 62 Read Data and Bit Flip Register 42
MTU_MC62_RDBFL43 0xF0064EB6          MC 62 Read Data and Bit Flip Register 43
MTU_MC62_RDBFL44 0xF0064EB8          MC 62 Read Data and Bit Flip Register 44
MTU_MC62_RDBFL45 0xF0064EBA          MC 62 Read Data and Bit Flip Register 45
MTU_MC62_RDBFL46 0xF0064EBC          MC 62 Read Data and Bit Flip Register 46
MTU_MC62_RDBFL47 0xF0064EBE          MC 62 Read Data and Bit Flip Register 47
MTU_MC62_RDBFL48 0xF0064EC0          MC 62 Read Data and Bit Flip Register 48
MTU_MC62_RDBFL49 0xF0064EC2          MC 62 Read Data and Bit Flip Register 49
MTU_MC62_RDBFL50 0xF0064EC4          MC 62 Read Data and Bit Flip Register 50
MTU_MC62_RDBFL51 0xF0064EC6          MC 62 Read Data and Bit Flip Register 51
MTU_MC62_RDBFL52 0xF0064EC8          MC 62 Read Data and Bit Flip Register 52
MTU_MC62_RDBFL53 0xF0064ECA          MC 62 Read Data and Bit Flip Register 53
MTU_MC62_RDBFL54 0xF0064ECC          MC 62 Read Data and Bit Flip Register 54
MTU_MC62_RDBFL55 0xF0064ECE          MC 62 Read Data and Bit Flip Register 55
MTU_MC62_RDBFL56 0xF0064ED0          MC 62 Read Data and Bit Flip Register 56
MTU_MC62_RDBFL57 0xF0064ED2          MC 62 Read Data and Bit Flip Register 57
MTU_MC62_RDBFL58 0xF0064ED4          MC 62 Read Data and Bit Flip Register 58
MTU_MC62_RDBFL59 0xF0064ED6          MC 62 Read Data and Bit Flip Register 59
MTU_MC62_RDBFL60 0xF0064ED8          MC 62 Read Data and Bit Flip Register 60
MTU_MC62_RDBFL61 0xF0064EDA          MC 62 Read Data and Bit Flip Register 61
MTU_MC62_RDBFL62 0xF0064EDC          MC 62 Read Data and Bit Flip Register 62
MTU_MC62_RDBFL63 0xF0064EDE          MC 62 Read Data and Bit Flip Register 63
MTU_MC62_RDBFL64 0xF0064EE0          MC 62 Read Data and Bit Flip Register 64
MTU_MC62_RDBFL65 0xF0064EE2          MC 62 Read Data and Bit Flip Register 65
MTU_MC62_RDBFL66 0xF0064EE4          MC 62 Read Data and Bit Flip Register 66
MTU_MC62_ALMSRCS 0xF0064EEE          MC 62 Alarm Sources Configuration Register
MTU_MC62_FAULTSTS 0xF0064EF0          MC 62 SSH Safety Faults Status Register
MTU_MC62_ERRINFO0 0xF0064EF2          MC 62 Error Information Register 0
MTU_MC62_ERRINFO1 0xF0064EF4          MC 62 Error Information Register 1
MTU_MC62_ERRINFO2 0xF0064EF6          MC 62 Error Information Register 2
MTU_MC62_ERRINFO3 0xF0064EF8          MC 62 Error Information Register 3
MTU_MC62_ERRINFO4 0xF0064EFA          MC 62 Error Information Register 4
MTU_MC63_CONFIG0 0xF0064F00          MC 63 Configuration Register 0
MTU_MC63_CONFIG1 0xF0064F02          MC 63 Configuration Register 1
MTU_MC63_MCONTROL 0xF0064F04          MC 63 MBIST Control Register
MTU_MC63_MSTATUS 0xF0064F06          MC 63 Status Register
MTU_MC63_RANGE  0xF0064F08          MC 63 Range Register, single address mode
MTU_MC63_REVID  0xF0064F0C          MC 63 Revision ID Register
MTU_MC63_ECCS   0xF0064F0E          MC 63 ECC Safety Register
MTU_MC63_ECCD   0xF0064F10          MC 63 Memory ECC Detection Register
MTU_MC63_ETRR0  0xF0064F12          MC 63 Error Tracking Register 0
MTU_MC63_ETRR1  0xF0064F14          MC 63 Error Tracking Register 1
MTU_MC63_ETRR2  0xF0064F16          MC 63 Error Tracking Register 2
MTU_MC63_ETRR3  0xF0064F18          MC 63 Error Tracking Register 3
MTU_MC63_ETRR4  0xF0064F1A          MC 63 Error Tracking Register 4
MTU_MC63_RDBFL0 0xF0064F60          MC 63 Read Data and Bit Flip Register 0
MTU_MC63_RDBFL1 0xF0064F62          MC 63 Read Data and Bit Flip Register 1
MTU_MC63_RDBFL2 0xF0064F64          MC 63 Read Data and Bit Flip Register 2
MTU_MC63_RDBFL3 0xF0064F66          MC 63 Read Data and Bit Flip Register 3
MTU_MC63_RDBFL4 0xF0064F68          MC 63 Read Data and Bit Flip Register 4
MTU_MC63_RDBFL5 0xF0064F6A          MC 63 Read Data and Bit Flip Register 5
MTU_MC63_RDBFL6 0xF0064F6C          MC 63 Read Data and Bit Flip Register 6
MTU_MC63_RDBFL7 0xF0064F6E          MC 63 Read Data and Bit Flip Register 7
MTU_MC63_RDBFL8 0xF0064F70          MC 63 Read Data and Bit Flip Register 8
MTU_MC63_RDBFL9 0xF0064F72          MC 63 Read Data and Bit Flip Register 9
MTU_MC63_RDBFL10 0xF0064F74          MC 63 Read Data and Bit Flip Register 10
MTU_MC63_RDBFL11 0xF0064F76          MC 63 Read Data and Bit Flip Register 11
MTU_MC63_RDBFL12 0xF0064F78          MC 63 Read Data and Bit Flip Register 12
MTU_MC63_RDBFL13 0xF0064F7A          MC 63 Read Data and Bit Flip Register 13
MTU_MC63_RDBFL14 0xF0064F7C          MC 63 Read Data and Bit Flip Register 14
MTU_MC63_RDBFL15 0xF0064F7E          MC 63 Read Data and Bit Flip Register 15
MTU_MC63_RDBFL16 0xF0064F80          MC 63 Read Data and Bit Flip Register 16
MTU_MC63_RDBFL17 0xF0064F82          MC 63 Read Data and Bit Flip Register 17
MTU_MC63_RDBFL18 0xF0064F84          MC 63 Read Data and Bit Flip Register 18
MTU_MC63_RDBFL19 0xF0064F86          MC 63 Read Data and Bit Flip Register 19
MTU_MC63_RDBFL20 0xF0064F88          MC 63 Read Data and Bit Flip Register 20
MTU_MC63_RDBFL21 0xF0064F8A          MC 63 Read Data and Bit Flip Register 21
MTU_MC63_RDBFL22 0xF0064F8C          MC 63 Read Data and Bit Flip Register 22
MTU_MC63_RDBFL23 0xF0064F8E          MC 63 Read Data and Bit Flip Register 23
MTU_MC63_RDBFL24 0xF0064F90          MC 63 Read Data and Bit Flip Register 24
MTU_MC63_RDBFL25 0xF0064F92          MC 63 Read Data and Bit Flip Register 25
MTU_MC63_RDBFL26 0xF0064F94          MC 63 Read Data and Bit Flip Register 26
MTU_MC63_RDBFL27 0xF0064F96          MC 63 Read Data and Bit Flip Register 27
MTU_MC63_RDBFL28 0xF0064F98          MC 63 Read Data and Bit Flip Register 28
MTU_MC63_RDBFL29 0xF0064F9A          MC 63 Read Data and Bit Flip Register 29
MTU_MC63_RDBFL30 0xF0064F9C          MC 63 Read Data and Bit Flip Register 30
MTU_MC63_RDBFL31 0xF0064F9E          MC 63 Read Data and Bit Flip Register 31
MTU_MC63_RDBFL32 0xF0064FA0          MC 63 Read Data and Bit Flip Register 32
MTU_MC63_RDBFL33 0xF0064FA2          MC 63 Read Data and Bit Flip Register 33
MTU_MC63_RDBFL34 0xF0064FA4          MC 63 Read Data and Bit Flip Register 34
MTU_MC63_RDBFL35 0xF0064FA6          MC 63 Read Data and Bit Flip Register 35
MTU_MC63_RDBFL36 0xF0064FA8          MC 63 Read Data and Bit Flip Register 36
MTU_MC63_RDBFL37 0xF0064FAA          MC 63 Read Data and Bit Flip Register 37
MTU_MC63_RDBFL38 0xF0064FAC          MC 63 Read Data and Bit Flip Register 38
MTU_MC63_RDBFL39 0xF0064FAE          MC 63 Read Data and Bit Flip Register 39
MTU_MC63_RDBFL40 0xF0064FB0          MC 63 Read Data and Bit Flip Register 40
MTU_MC63_RDBFL41 0xF0064FB2          MC 63 Read Data and Bit Flip Register 41
MTU_MC63_RDBFL42 0xF0064FB4          MC 63 Read Data and Bit Flip Register 42
MTU_MC63_RDBFL43 0xF0064FB6          MC 63 Read Data and Bit Flip Register 43
MTU_MC63_RDBFL44 0xF0064FB8          MC 63 Read Data and Bit Flip Register 44
MTU_MC63_RDBFL45 0xF0064FBA          MC 63 Read Data and Bit Flip Register 45
MTU_MC63_RDBFL46 0xF0064FBC          MC 63 Read Data and Bit Flip Register 46
MTU_MC63_RDBFL47 0xF0064FBE          MC 63 Read Data and Bit Flip Register 47
MTU_MC63_RDBFL48 0xF0064FC0          MC 63 Read Data and Bit Flip Register 48
MTU_MC63_RDBFL49 0xF0064FC2          MC 63 Read Data and Bit Flip Register 49
MTU_MC63_RDBFL50 0xF0064FC4          MC 63 Read Data and Bit Flip Register 50
MTU_MC63_RDBFL51 0xF0064FC6          MC 63 Read Data and Bit Flip Register 51
MTU_MC63_RDBFL52 0xF0064FC8          MC 63 Read Data and Bit Flip Register 52
MTU_MC63_RDBFL53 0xF0064FCA          MC 63 Read Data and Bit Flip Register 53
MTU_MC63_RDBFL54 0xF0064FCC          MC 63 Read Data and Bit Flip Register 54
MTU_MC63_RDBFL55 0xF0064FCE          MC 63 Read Data and Bit Flip Register 55
MTU_MC63_RDBFL56 0xF0064FD0          MC 63 Read Data and Bit Flip Register 56
MTU_MC63_RDBFL57 0xF0064FD2          MC 63 Read Data and Bit Flip Register 57
MTU_MC63_RDBFL58 0xF0064FD4          MC 63 Read Data and Bit Flip Register 58
MTU_MC63_RDBFL59 0xF0064FD6          MC 63 Read Data and Bit Flip Register 59
MTU_MC63_RDBFL60 0xF0064FD8          MC 63 Read Data and Bit Flip Register 60
MTU_MC63_RDBFL61 0xF0064FDA          MC 63 Read Data and Bit Flip Register 61
MTU_MC63_RDBFL62 0xF0064FDC          MC 63 Read Data and Bit Flip Register 62
MTU_MC63_RDBFL63 0xF0064FDE          MC 63 Read Data and Bit Flip Register 63
MTU_MC63_RDBFL64 0xF0064FE0          MC 63 Read Data and Bit Flip Register 64
MTU_MC63_RDBFL65 0xF0064FE2          MC 63 Read Data and Bit Flip Register 65
MTU_MC63_RDBFL66 0xF0064FE4          MC 63 Read Data and Bit Flip Register 66
MTU_MC63_ALMSRCS 0xF0064FEE          MC 63 Alarm Sources Configuration Register
MTU_MC63_FAULTSTS 0xF0064FF0          MC 63 SSH Safety Faults Status Register
MTU_MC63_ERRINFO0 0xF0064FF2          MC 63 Error Information Register 0
MTU_MC63_ERRINFO1 0xF0064FF4          MC 63 Error Information Register 1
MTU_MC63_ERRINFO2 0xF0064FF6          MC 63 Error Information Register 2
MTU_MC63_ERRINFO3 0xF0064FF8          MC 63 Error Information Register 3
MTU_MC63_ERRINFO4 0xF0064FFA          MC 63 Error Information Register 4
MTU_MC64_CONFIG0 0xF0065000          MC 64 Configuration Register 0
MTU_MC64_CONFIG1 0xF0065002          MC 64 Configuration Register 1
MTU_MC64_MCONTROL 0xF0065004          MC 64 MBIST Control Register
MTU_MC64_MSTATUS 0xF0065006          MC 64 Status Register
MTU_MC64_RANGE  0xF0065008          MC 64 Range Register, single address mode
MTU_MC64_REVID  0xF006500C          MC 64 Revision ID Register
MTU_MC64_ECCS   0xF006500E          MC 64 ECC Safety Register
MTU_MC64_ECCD   0xF0065010          MC 64 Memory ECC Detection Register
MTU_MC64_ETRR0  0xF0065012          MC 64 Error Tracking Register 0
MTU_MC64_ETRR1  0xF0065014          MC 64 Error Tracking Register 1
MTU_MC64_ETRR2  0xF0065016          MC 64 Error Tracking Register 2
MTU_MC64_ETRR3  0xF0065018          MC 64 Error Tracking Register 3
MTU_MC64_ETRR4  0xF006501A          MC 64 Error Tracking Register 4
MTU_MC64_RDBFL0 0xF0065060          MC 64 Read Data and Bit Flip Register 0
MTU_MC64_RDBFL1 0xF0065062          MC 64 Read Data and Bit Flip Register 1
MTU_MC64_RDBFL2 0xF0065064          MC 64 Read Data and Bit Flip Register 2
MTU_MC64_RDBFL3 0xF0065066          MC 64 Read Data and Bit Flip Register 3
MTU_MC64_RDBFL4 0xF0065068          MC 64 Read Data and Bit Flip Register 4
MTU_MC64_RDBFL5 0xF006506A          MC 64 Read Data and Bit Flip Register 5
MTU_MC64_RDBFL6 0xF006506C          MC 64 Read Data and Bit Flip Register 6
MTU_MC64_RDBFL7 0xF006506E          MC 64 Read Data and Bit Flip Register 7
MTU_MC64_RDBFL8 0xF0065070          MC 64 Read Data and Bit Flip Register 8
MTU_MC64_RDBFL9 0xF0065072          MC 64 Read Data and Bit Flip Register 9
MTU_MC64_RDBFL10 0xF0065074          MC 64 Read Data and Bit Flip Register 10
MTU_MC64_RDBFL11 0xF0065076          MC 64 Read Data and Bit Flip Register 11
MTU_MC64_RDBFL12 0xF0065078          MC 64 Read Data and Bit Flip Register 12
MTU_MC64_RDBFL13 0xF006507A          MC 64 Read Data and Bit Flip Register 13
MTU_MC64_RDBFL14 0xF006507C          MC 64 Read Data and Bit Flip Register 14
MTU_MC64_RDBFL15 0xF006507E          MC 64 Read Data and Bit Flip Register 15
MTU_MC64_RDBFL16 0xF0065080          MC 64 Read Data and Bit Flip Register 16
MTU_MC64_RDBFL17 0xF0065082          MC 64 Read Data and Bit Flip Register 17
MTU_MC64_RDBFL18 0xF0065084          MC 64 Read Data and Bit Flip Register 18
MTU_MC64_RDBFL19 0xF0065086          MC 64 Read Data and Bit Flip Register 19
MTU_MC64_RDBFL20 0xF0065088          MC 64 Read Data and Bit Flip Register 20
MTU_MC64_RDBFL21 0xF006508A          MC 64 Read Data and Bit Flip Register 21
MTU_MC64_RDBFL22 0xF006508C          MC 64 Read Data and Bit Flip Register 22
MTU_MC64_RDBFL23 0xF006508E          MC 64 Read Data and Bit Flip Register 23
MTU_MC64_RDBFL24 0xF0065090          MC 64 Read Data and Bit Flip Register 24
MTU_MC64_RDBFL25 0xF0065092          MC 64 Read Data and Bit Flip Register 25
MTU_MC64_RDBFL26 0xF0065094          MC 64 Read Data and Bit Flip Register 26
MTU_MC64_RDBFL27 0xF0065096          MC 64 Read Data and Bit Flip Register 27
MTU_MC64_RDBFL28 0xF0065098          MC 64 Read Data and Bit Flip Register 28
MTU_MC64_RDBFL29 0xF006509A          MC 64 Read Data and Bit Flip Register 29
MTU_MC64_RDBFL30 0xF006509C          MC 64 Read Data and Bit Flip Register 30
MTU_MC64_RDBFL31 0xF006509E          MC 64 Read Data and Bit Flip Register 31
MTU_MC64_RDBFL32 0xF00650A0          MC 64 Read Data and Bit Flip Register 32
MTU_MC64_RDBFL33 0xF00650A2          MC 64 Read Data and Bit Flip Register 33
MTU_MC64_RDBFL34 0xF00650A4          MC 64 Read Data and Bit Flip Register 34
MTU_MC64_RDBFL35 0xF00650A6          MC 64 Read Data and Bit Flip Register 35
MTU_MC64_RDBFL36 0xF00650A8          MC 64 Read Data and Bit Flip Register 36
MTU_MC64_RDBFL37 0xF00650AA          MC 64 Read Data and Bit Flip Register 37
MTU_MC64_RDBFL38 0xF00650AC          MC 64 Read Data and Bit Flip Register 38
MTU_MC64_RDBFL39 0xF00650AE          MC 64 Read Data and Bit Flip Register 39
MTU_MC64_RDBFL40 0xF00650B0          MC 64 Read Data and Bit Flip Register 40
MTU_MC64_RDBFL41 0xF00650B2          MC 64 Read Data and Bit Flip Register 41
MTU_MC64_RDBFL42 0xF00650B4          MC 64 Read Data and Bit Flip Register 42
MTU_MC64_RDBFL43 0xF00650B6          MC 64 Read Data and Bit Flip Register 43
MTU_MC64_RDBFL44 0xF00650B8          MC 64 Read Data and Bit Flip Register 44
MTU_MC64_RDBFL45 0xF00650BA          MC 64 Read Data and Bit Flip Register 45
MTU_MC64_RDBFL46 0xF00650BC          MC 64 Read Data and Bit Flip Register 46
MTU_MC64_RDBFL47 0xF00650BE          MC 64 Read Data and Bit Flip Register 47
MTU_MC64_RDBFL48 0xF00650C0          MC 64 Read Data and Bit Flip Register 48
MTU_MC64_RDBFL49 0xF00650C2          MC 64 Read Data and Bit Flip Register 49
MTU_MC64_RDBFL50 0xF00650C4          MC 64 Read Data and Bit Flip Register 50
MTU_MC64_RDBFL51 0xF00650C6          MC 64 Read Data and Bit Flip Register 51
MTU_MC64_RDBFL52 0xF00650C8          MC 64 Read Data and Bit Flip Register 52
MTU_MC64_RDBFL53 0xF00650CA          MC 64 Read Data and Bit Flip Register 53
MTU_MC64_RDBFL54 0xF00650CC          MC 64 Read Data and Bit Flip Register 54
MTU_MC64_RDBFL55 0xF00650CE          MC 64 Read Data and Bit Flip Register 55
MTU_MC64_RDBFL56 0xF00650D0          MC 64 Read Data and Bit Flip Register 56
MTU_MC64_RDBFL57 0xF00650D2          MC 64 Read Data and Bit Flip Register 57
MTU_MC64_RDBFL58 0xF00650D4          MC 64 Read Data and Bit Flip Register 58
MTU_MC64_RDBFL59 0xF00650D6          MC 64 Read Data and Bit Flip Register 59
MTU_MC64_RDBFL60 0xF00650D8          MC 64 Read Data and Bit Flip Register 60
MTU_MC64_RDBFL61 0xF00650DA          MC 64 Read Data and Bit Flip Register 61
MTU_MC64_RDBFL62 0xF00650DC          MC 64 Read Data and Bit Flip Register 62
MTU_MC64_RDBFL63 0xF00650DE          MC 64 Read Data and Bit Flip Register 63
MTU_MC64_RDBFL64 0xF00650E0          MC 64 Read Data and Bit Flip Register 64
MTU_MC64_RDBFL65 0xF00650E2          MC 64 Read Data and Bit Flip Register 65
MTU_MC64_RDBFL66 0xF00650E4          MC 64 Read Data and Bit Flip Register 66
MTU_MC64_ALMSRCS 0xF00650EE          MC 64 Alarm Sources Configuration Register
MTU_MC64_FAULTSTS 0xF00650F0          MC 64 SSH Safety Faults Status Register
MTU_MC64_ERRINFO0 0xF00650F2          MC 64 Error Information Register 0
MTU_MC64_ERRINFO1 0xF00650F4          MC 64 Error Information Register 1
MTU_MC64_ERRINFO2 0xF00650F6          MC 64 Error Information Register 2
MTU_MC64_ERRINFO3 0xF00650F8          MC 64 Error Information Register 3
MTU_MC64_ERRINFO4 0xF00650FA          MC 64 Error Information Register 4
MTU_MC65_CONFIG0 0xF0065100          MC 65 Configuration Register 0
MTU_MC65_CONFIG1 0xF0065102          MC 65 Configuration Register 1
MTU_MC65_MCONTROL 0xF0065104          MC 65 MBIST Control Register
MTU_MC65_MSTATUS 0xF0065106          MC 65 Status Register
MTU_MC65_RANGE  0xF0065108          MC 65 Range Register, single address mode
MTU_MC65_REVID  0xF006510C          MC 65 Revision ID Register
MTU_MC65_ECCS   0xF006510E          MC 65 ECC Safety Register
MTU_MC65_ECCD   0xF0065110          MC 65 Memory ECC Detection Register
MTU_MC65_ETRR0  0xF0065112          MC 65 Error Tracking Register 0
MTU_MC65_ETRR1  0xF0065114          MC 65 Error Tracking Register 1
MTU_MC65_ETRR2  0xF0065116          MC 65 Error Tracking Register 2
MTU_MC65_ETRR3  0xF0065118          MC 65 Error Tracking Register 3
MTU_MC65_ETRR4  0xF006511A          MC 65 Error Tracking Register 4
MTU_MC65_RDBFL0 0xF0065160          MC 65 Read Data and Bit Flip Register 0
MTU_MC65_RDBFL1 0xF0065162          MC 65 Read Data and Bit Flip Register 1
MTU_MC65_RDBFL2 0xF0065164          MC 65 Read Data and Bit Flip Register 2
MTU_MC65_RDBFL3 0xF0065166          MC 65 Read Data and Bit Flip Register 3
MTU_MC65_RDBFL4 0xF0065168          MC 65 Read Data and Bit Flip Register 4
MTU_MC65_RDBFL5 0xF006516A          MC 65 Read Data and Bit Flip Register 5
MTU_MC65_RDBFL6 0xF006516C          MC 65 Read Data and Bit Flip Register 6
MTU_MC65_RDBFL7 0xF006516E          MC 65 Read Data and Bit Flip Register 7
MTU_MC65_RDBFL8 0xF0065170          MC 65 Read Data and Bit Flip Register 8
MTU_MC65_RDBFL9 0xF0065172          MC 65 Read Data and Bit Flip Register 9
MTU_MC65_RDBFL10 0xF0065174          MC 65 Read Data and Bit Flip Register 10
MTU_MC65_RDBFL11 0xF0065176          MC 65 Read Data and Bit Flip Register 11
MTU_MC65_RDBFL12 0xF0065178          MC 65 Read Data and Bit Flip Register 12
MTU_MC65_RDBFL13 0xF006517A          MC 65 Read Data and Bit Flip Register 13
MTU_MC65_RDBFL14 0xF006517C          MC 65 Read Data and Bit Flip Register 14
MTU_MC65_RDBFL15 0xF006517E          MC 65 Read Data and Bit Flip Register 15
MTU_MC65_RDBFL16 0xF0065180          MC 65 Read Data and Bit Flip Register 16
MTU_MC65_RDBFL17 0xF0065182          MC 65 Read Data and Bit Flip Register 17
MTU_MC65_RDBFL18 0xF0065184          MC 65 Read Data and Bit Flip Register 18
MTU_MC65_RDBFL19 0xF0065186          MC 65 Read Data and Bit Flip Register 19
MTU_MC65_RDBFL20 0xF0065188          MC 65 Read Data and Bit Flip Register 20
MTU_MC65_RDBFL21 0xF006518A          MC 65 Read Data and Bit Flip Register 21
MTU_MC65_RDBFL22 0xF006518C          MC 65 Read Data and Bit Flip Register 22
MTU_MC65_RDBFL23 0xF006518E          MC 65 Read Data and Bit Flip Register 23
MTU_MC65_RDBFL24 0xF0065190          MC 65 Read Data and Bit Flip Register 24
MTU_MC65_RDBFL25 0xF0065192          MC 65 Read Data and Bit Flip Register 25
MTU_MC65_RDBFL26 0xF0065194          MC 65 Read Data and Bit Flip Register 26
MTU_MC65_RDBFL27 0xF0065196          MC 65 Read Data and Bit Flip Register 27
MTU_MC65_RDBFL28 0xF0065198          MC 65 Read Data and Bit Flip Register 28
MTU_MC65_RDBFL29 0xF006519A          MC 65 Read Data and Bit Flip Register 29
MTU_MC65_RDBFL30 0xF006519C          MC 65 Read Data and Bit Flip Register 30
MTU_MC65_RDBFL31 0xF006519E          MC 65 Read Data and Bit Flip Register 31
MTU_MC65_RDBFL32 0xF00651A0          MC 65 Read Data and Bit Flip Register 32
MTU_MC65_RDBFL33 0xF00651A2          MC 65 Read Data and Bit Flip Register 33
MTU_MC65_RDBFL34 0xF00651A4          MC 65 Read Data and Bit Flip Register 34
MTU_MC65_RDBFL35 0xF00651A6          MC 65 Read Data and Bit Flip Register 35
MTU_MC65_RDBFL36 0xF00651A8          MC 65 Read Data and Bit Flip Register 36
MTU_MC65_RDBFL37 0xF00651AA          MC 65 Read Data and Bit Flip Register 37
MTU_MC65_RDBFL38 0xF00651AC          MC 65 Read Data and Bit Flip Register 38
MTU_MC65_RDBFL39 0xF00651AE          MC 65 Read Data and Bit Flip Register 39
MTU_MC65_RDBFL40 0xF00651B0          MC 65 Read Data and Bit Flip Register 40
MTU_MC65_RDBFL41 0xF00651B2          MC 65 Read Data and Bit Flip Register 41
MTU_MC65_RDBFL42 0xF00651B4          MC 65 Read Data and Bit Flip Register 42
MTU_MC65_RDBFL43 0xF00651B6          MC 65 Read Data and Bit Flip Register 43
MTU_MC65_RDBFL44 0xF00651B8          MC 65 Read Data and Bit Flip Register 44
MTU_MC65_RDBFL45 0xF00651BA          MC 65 Read Data and Bit Flip Register 45
MTU_MC65_RDBFL46 0xF00651BC          MC 65 Read Data and Bit Flip Register 46
MTU_MC65_RDBFL47 0xF00651BE          MC 65 Read Data and Bit Flip Register 47
MTU_MC65_RDBFL48 0xF00651C0          MC 65 Read Data and Bit Flip Register 48
MTU_MC65_RDBFL49 0xF00651C2          MC 65 Read Data and Bit Flip Register 49
MTU_MC65_RDBFL50 0xF00651C4          MC 65 Read Data and Bit Flip Register 50
MTU_MC65_RDBFL51 0xF00651C6          MC 65 Read Data and Bit Flip Register 51
MTU_MC65_RDBFL52 0xF00651C8          MC 65 Read Data and Bit Flip Register 52
MTU_MC65_RDBFL53 0xF00651CA          MC 65 Read Data and Bit Flip Register 53
MTU_MC65_RDBFL54 0xF00651CC          MC 65 Read Data and Bit Flip Register 54
MTU_MC65_RDBFL55 0xF00651CE          MC 65 Read Data and Bit Flip Register 55
MTU_MC65_RDBFL56 0xF00651D0          MC 65 Read Data and Bit Flip Register 56
MTU_MC65_RDBFL57 0xF00651D2          MC 65 Read Data and Bit Flip Register 57
MTU_MC65_RDBFL58 0xF00651D4          MC 65 Read Data and Bit Flip Register 58
MTU_MC65_RDBFL59 0xF00651D6          MC 65 Read Data and Bit Flip Register 59
MTU_MC65_RDBFL60 0xF00651D8          MC 65 Read Data and Bit Flip Register 60
MTU_MC65_RDBFL61 0xF00651DA          MC 65 Read Data and Bit Flip Register 61
MTU_MC65_RDBFL62 0xF00651DC          MC 65 Read Data and Bit Flip Register 62
MTU_MC65_RDBFL63 0xF00651DE          MC 65 Read Data and Bit Flip Register 63
MTU_MC65_RDBFL64 0xF00651E0          MC 65 Read Data and Bit Flip Register 64
MTU_MC65_RDBFL65 0xF00651E2          MC 65 Read Data and Bit Flip Register 65
MTU_MC65_RDBFL66 0xF00651E4          MC 65 Read Data and Bit Flip Register 66
MTU_MC65_ALMSRCS 0xF00651EE          MC 65 Alarm Sources Configuration Register
MTU_MC65_FAULTSTS 0xF00651F0          MC 65 SSH Safety Faults Status Register
MTU_MC65_ERRINFO0 0xF00651F2          MC 65 Error Information Register 0
MTU_MC65_ERRINFO1 0xF00651F4          MC 65 Error Information Register 1
MTU_MC65_ERRINFO2 0xF00651F6          MC 65 Error Information Register 2
MTU_MC65_ERRINFO3 0xF00651F8          MC 65 Error Information Register 3
MTU_MC65_ERRINFO4 0xF00651FA          MC 65 Error Information Register 4
MTU_MC66_CONFIG0 0xF0065200          MC 66 Configuration Register 0
MTU_MC66_CONFIG1 0xF0065202          MC 66 Configuration Register 1
MTU_MC66_MCONTROL 0xF0065204          MC 66 MBIST Control Register
MTU_MC66_MSTATUS 0xF0065206          MC 66 Status Register
MTU_MC66_RANGE  0xF0065208          MC 66 Range Register, single address mode
MTU_MC66_REVID  0xF006520C          MC 66 Revision ID Register
MTU_MC66_ECCS   0xF006520E          MC 66 ECC Safety Register
MTU_MC66_ECCD   0xF0065210          MC 66 Memory ECC Detection Register
MTU_MC66_ETRR0  0xF0065212          MC 66 Error Tracking Register 0
MTU_MC66_ETRR1  0xF0065214          MC 66 Error Tracking Register 1
MTU_MC66_ETRR2  0xF0065216          MC 66 Error Tracking Register 2
MTU_MC66_ETRR3  0xF0065218          MC 66 Error Tracking Register 3
MTU_MC66_ETRR4  0xF006521A          MC 66 Error Tracking Register 4
MTU_MC66_RDBFL0 0xF0065260          MC 66 Read Data and Bit Flip Register 0
MTU_MC66_RDBFL1 0xF0065262          MC 66 Read Data and Bit Flip Register 1
MTU_MC66_RDBFL2 0xF0065264          MC 66 Read Data and Bit Flip Register 2
MTU_MC66_RDBFL3 0xF0065266          MC 66 Read Data and Bit Flip Register 3
MTU_MC66_RDBFL4 0xF0065268          MC 66 Read Data and Bit Flip Register 4
MTU_MC66_RDBFL5 0xF006526A          MC 66 Read Data and Bit Flip Register 5
MTU_MC66_RDBFL6 0xF006526C          MC 66 Read Data and Bit Flip Register 6
MTU_MC66_RDBFL7 0xF006526E          MC 66 Read Data and Bit Flip Register 7
MTU_MC66_RDBFL8 0xF0065270          MC 66 Read Data and Bit Flip Register 8
MTU_MC66_RDBFL9 0xF0065272          MC 66 Read Data and Bit Flip Register 9
MTU_MC66_RDBFL10 0xF0065274          MC 66 Read Data and Bit Flip Register 10
MTU_MC66_RDBFL11 0xF0065276          MC 66 Read Data and Bit Flip Register 11
MTU_MC66_RDBFL12 0xF0065278          MC 66 Read Data and Bit Flip Register 12
MTU_MC66_RDBFL13 0xF006527A          MC 66 Read Data and Bit Flip Register 13
MTU_MC66_RDBFL14 0xF006527C          MC 66 Read Data and Bit Flip Register 14
MTU_MC66_RDBFL15 0xF006527E          MC 66 Read Data and Bit Flip Register 15
MTU_MC66_RDBFL16 0xF0065280          MC 66 Read Data and Bit Flip Register 16
MTU_MC66_RDBFL17 0xF0065282          MC 66 Read Data and Bit Flip Register 17
MTU_MC66_RDBFL18 0xF0065284          MC 66 Read Data and Bit Flip Register 18
MTU_MC66_RDBFL19 0xF0065286          MC 66 Read Data and Bit Flip Register 19
MTU_MC66_RDBFL20 0xF0065288          MC 66 Read Data and Bit Flip Register 20
MTU_MC66_RDBFL21 0xF006528A          MC 66 Read Data and Bit Flip Register 21
MTU_MC66_RDBFL22 0xF006528C          MC 66 Read Data and Bit Flip Register 22
MTU_MC66_RDBFL23 0xF006528E          MC 66 Read Data and Bit Flip Register 23
MTU_MC66_RDBFL24 0xF0065290          MC 66 Read Data and Bit Flip Register 24
MTU_MC66_RDBFL25 0xF0065292          MC 66 Read Data and Bit Flip Register 25
MTU_MC66_RDBFL26 0xF0065294          MC 66 Read Data and Bit Flip Register 26
MTU_MC66_RDBFL27 0xF0065296          MC 66 Read Data and Bit Flip Register 27
MTU_MC66_RDBFL28 0xF0065298          MC 66 Read Data and Bit Flip Register 28
MTU_MC66_RDBFL29 0xF006529A          MC 66 Read Data and Bit Flip Register 29
MTU_MC66_RDBFL30 0xF006529C          MC 66 Read Data and Bit Flip Register 30
MTU_MC66_RDBFL31 0xF006529E          MC 66 Read Data and Bit Flip Register 31
MTU_MC66_RDBFL32 0xF00652A0          MC 66 Read Data and Bit Flip Register 32
MTU_MC66_RDBFL33 0xF00652A2          MC 66 Read Data and Bit Flip Register 33
MTU_MC66_RDBFL34 0xF00652A4          MC 66 Read Data and Bit Flip Register 34
MTU_MC66_RDBFL35 0xF00652A6          MC 66 Read Data and Bit Flip Register 35
MTU_MC66_RDBFL36 0xF00652A8          MC 66 Read Data and Bit Flip Register 36
MTU_MC66_RDBFL37 0xF00652AA          MC 66 Read Data and Bit Flip Register 37
MTU_MC66_RDBFL38 0xF00652AC          MC 66 Read Data and Bit Flip Register 38
MTU_MC66_RDBFL39 0xF00652AE          MC 66 Read Data and Bit Flip Register 39
MTU_MC66_RDBFL40 0xF00652B0          MC 66 Read Data and Bit Flip Register 40
MTU_MC66_RDBFL41 0xF00652B2          MC 66 Read Data and Bit Flip Register 41
MTU_MC66_RDBFL42 0xF00652B4          MC 66 Read Data and Bit Flip Register 42
MTU_MC66_RDBFL43 0xF00652B6          MC 66 Read Data and Bit Flip Register 43
MTU_MC66_RDBFL44 0xF00652B8          MC 66 Read Data and Bit Flip Register 44
MTU_MC66_RDBFL45 0xF00652BA          MC 66 Read Data and Bit Flip Register 45
MTU_MC66_RDBFL46 0xF00652BC          MC 66 Read Data and Bit Flip Register 46
MTU_MC66_RDBFL47 0xF00652BE          MC 66 Read Data and Bit Flip Register 47
MTU_MC66_RDBFL48 0xF00652C0          MC 66 Read Data and Bit Flip Register 48
MTU_MC66_RDBFL49 0xF00652C2          MC 66 Read Data and Bit Flip Register 49
MTU_MC66_RDBFL50 0xF00652C4          MC 66 Read Data and Bit Flip Register 50
MTU_MC66_RDBFL51 0xF00652C6          MC 66 Read Data and Bit Flip Register 51
MTU_MC66_RDBFL52 0xF00652C8          MC 66 Read Data and Bit Flip Register 52
MTU_MC66_RDBFL53 0xF00652CA          MC 66 Read Data and Bit Flip Register 53
MTU_MC66_RDBFL54 0xF00652CC          MC 66 Read Data and Bit Flip Register 54
MTU_MC66_RDBFL55 0xF00652CE          MC 66 Read Data and Bit Flip Register 55
MTU_MC66_RDBFL56 0xF00652D0          MC 66 Read Data and Bit Flip Register 56
MTU_MC66_RDBFL57 0xF00652D2          MC 66 Read Data and Bit Flip Register 57
MTU_MC66_RDBFL58 0xF00652D4          MC 66 Read Data and Bit Flip Register 58
MTU_MC66_RDBFL59 0xF00652D6          MC 66 Read Data and Bit Flip Register 59
MTU_MC66_RDBFL60 0xF00652D8          MC 66 Read Data and Bit Flip Register 60
MTU_MC66_RDBFL61 0xF00652DA          MC 66 Read Data and Bit Flip Register 61
MTU_MC66_RDBFL62 0xF00652DC          MC 66 Read Data and Bit Flip Register 62
MTU_MC66_RDBFL63 0xF00652DE          MC 66 Read Data and Bit Flip Register 63
MTU_MC66_RDBFL64 0xF00652E0          MC 66 Read Data and Bit Flip Register 64
MTU_MC66_RDBFL65 0xF00652E2          MC 66 Read Data and Bit Flip Register 65
MTU_MC66_RDBFL66 0xF00652E4          MC 66 Read Data and Bit Flip Register 66
MTU_MC66_ALMSRCS 0xF00652EE          MC 66 Alarm Sources Configuration Register
MTU_MC66_FAULTSTS 0xF00652F0          MC 66 SSH Safety Faults Status Register
MTU_MC66_ERRINFO0 0xF00652F2          MC 66 Error Information Register 0
MTU_MC66_ERRINFO1 0xF00652F4          MC 66 Error Information Register 1
MTU_MC66_ERRINFO2 0xF00652F6          MC 66 Error Information Register 2
MTU_MC66_ERRINFO3 0xF00652F8          MC 66 Error Information Register 3
MTU_MC66_ERRINFO4 0xF00652FA          MC 66 Error Information Register 4
MTU_MC67_CONFIG0 0xF0065300          MC 67 Configuration Register 0
MTU_MC67_CONFIG1 0xF0065302          MC 67 Configuration Register 1
MTU_MC67_MCONTROL 0xF0065304          MC 67 MBIST Control Register
MTU_MC67_MSTATUS 0xF0065306          MC 67 Status Register
MTU_MC67_RANGE  0xF0065308          MC 67 Range Register, single address mode
MTU_MC67_REVID  0xF006530C          MC 67 Revision ID Register
MTU_MC67_ECCS   0xF006530E          MC 67 ECC Safety Register
MTU_MC67_ECCD   0xF0065310          MC 67 Memory ECC Detection Register
MTU_MC67_ETRR0  0xF0065312          MC 67 Error Tracking Register 0
MTU_MC67_ETRR1  0xF0065314          MC 67 Error Tracking Register 1
MTU_MC67_ETRR2  0xF0065316          MC 67 Error Tracking Register 2
MTU_MC67_ETRR3  0xF0065318          MC 67 Error Tracking Register 3
MTU_MC67_ETRR4  0xF006531A          MC 67 Error Tracking Register 4
MTU_MC67_RDBFL0 0xF0065360          MC 67 Read Data and Bit Flip Register 0
MTU_MC67_RDBFL1 0xF0065362          MC 67 Read Data and Bit Flip Register 1
MTU_MC67_RDBFL2 0xF0065364          MC 67 Read Data and Bit Flip Register 2
MTU_MC67_RDBFL3 0xF0065366          MC 67 Read Data and Bit Flip Register 3
MTU_MC67_RDBFL4 0xF0065368          MC 67 Read Data and Bit Flip Register 4
MTU_MC67_RDBFL5 0xF006536A          MC 67 Read Data and Bit Flip Register 5
MTU_MC67_RDBFL6 0xF006536C          MC 67 Read Data and Bit Flip Register 6
MTU_MC67_RDBFL7 0xF006536E          MC 67 Read Data and Bit Flip Register 7
MTU_MC67_RDBFL8 0xF0065370          MC 67 Read Data and Bit Flip Register 8
MTU_MC67_RDBFL9 0xF0065372          MC 67 Read Data and Bit Flip Register 9
MTU_MC67_RDBFL10 0xF0065374          MC 67 Read Data and Bit Flip Register 10
MTU_MC67_RDBFL11 0xF0065376          MC 67 Read Data and Bit Flip Register 11
MTU_MC67_RDBFL12 0xF0065378          MC 67 Read Data and Bit Flip Register 12
MTU_MC67_RDBFL13 0xF006537A          MC 67 Read Data and Bit Flip Register 13
MTU_MC67_RDBFL14 0xF006537C          MC 67 Read Data and Bit Flip Register 14
MTU_MC67_RDBFL15 0xF006537E          MC 67 Read Data and Bit Flip Register 15
MTU_MC67_RDBFL16 0xF0065380          MC 67 Read Data and Bit Flip Register 16
MTU_MC67_RDBFL17 0xF0065382          MC 67 Read Data and Bit Flip Register 17
MTU_MC67_RDBFL18 0xF0065384          MC 67 Read Data and Bit Flip Register 18
MTU_MC67_RDBFL19 0xF0065386          MC 67 Read Data and Bit Flip Register 19
MTU_MC67_RDBFL20 0xF0065388          MC 67 Read Data and Bit Flip Register 20
MTU_MC67_RDBFL21 0xF006538A          MC 67 Read Data and Bit Flip Register 21
MTU_MC67_RDBFL22 0xF006538C          MC 67 Read Data and Bit Flip Register 22
MTU_MC67_RDBFL23 0xF006538E          MC 67 Read Data and Bit Flip Register 23
MTU_MC67_RDBFL24 0xF0065390          MC 67 Read Data and Bit Flip Register 24
MTU_MC67_RDBFL25 0xF0065392          MC 67 Read Data and Bit Flip Register 25
MTU_MC67_RDBFL26 0xF0065394          MC 67 Read Data and Bit Flip Register 26
MTU_MC67_RDBFL27 0xF0065396          MC 67 Read Data and Bit Flip Register 27
MTU_MC67_RDBFL28 0xF0065398          MC 67 Read Data and Bit Flip Register 28
MTU_MC67_RDBFL29 0xF006539A          MC 67 Read Data and Bit Flip Register 29
MTU_MC67_RDBFL30 0xF006539C          MC 67 Read Data and Bit Flip Register 30
MTU_MC67_RDBFL31 0xF006539E          MC 67 Read Data and Bit Flip Register 31
MTU_MC67_RDBFL32 0xF00653A0          MC 67 Read Data and Bit Flip Register 32
MTU_MC67_RDBFL33 0xF00653A2          MC 67 Read Data and Bit Flip Register 33
MTU_MC67_RDBFL34 0xF00653A4          MC 67 Read Data and Bit Flip Register 34
MTU_MC67_RDBFL35 0xF00653A6          MC 67 Read Data and Bit Flip Register 35
MTU_MC67_RDBFL36 0xF00653A8          MC 67 Read Data and Bit Flip Register 36
MTU_MC67_RDBFL37 0xF00653AA          MC 67 Read Data and Bit Flip Register 37
MTU_MC67_RDBFL38 0xF00653AC          MC 67 Read Data and Bit Flip Register 38
MTU_MC67_RDBFL39 0xF00653AE          MC 67 Read Data and Bit Flip Register 39
MTU_MC67_RDBFL40 0xF00653B0          MC 67 Read Data and Bit Flip Register 40
MTU_MC67_RDBFL41 0xF00653B2          MC 67 Read Data and Bit Flip Register 41
MTU_MC67_RDBFL42 0xF00653B4          MC 67 Read Data and Bit Flip Register 42
MTU_MC67_RDBFL43 0xF00653B6          MC 67 Read Data and Bit Flip Register 43
MTU_MC67_RDBFL44 0xF00653B8          MC 67 Read Data and Bit Flip Register 44
MTU_MC67_RDBFL45 0xF00653BA          MC 67 Read Data and Bit Flip Register 45
MTU_MC67_RDBFL46 0xF00653BC          MC 67 Read Data and Bit Flip Register 46
MTU_MC67_RDBFL47 0xF00653BE          MC 67 Read Data and Bit Flip Register 47
MTU_MC67_RDBFL48 0xF00653C0          MC 67 Read Data and Bit Flip Register 48
MTU_MC67_RDBFL49 0xF00653C2          MC 67 Read Data and Bit Flip Register 49
MTU_MC67_RDBFL50 0xF00653C4          MC 67 Read Data and Bit Flip Register 50
MTU_MC67_RDBFL51 0xF00653C6          MC 67 Read Data and Bit Flip Register 51
MTU_MC67_RDBFL52 0xF00653C8          MC 67 Read Data and Bit Flip Register 52
MTU_MC67_RDBFL53 0xF00653CA          MC 67 Read Data and Bit Flip Register 53
MTU_MC67_RDBFL54 0xF00653CC          MC 67 Read Data and Bit Flip Register 54
MTU_MC67_RDBFL55 0xF00653CE          MC 67 Read Data and Bit Flip Register 55
MTU_MC67_RDBFL56 0xF00653D0          MC 67 Read Data and Bit Flip Register 56
MTU_MC67_RDBFL57 0xF00653D2          MC 67 Read Data and Bit Flip Register 57
MTU_MC67_RDBFL58 0xF00653D4          MC 67 Read Data and Bit Flip Register 58
MTU_MC67_RDBFL59 0xF00653D6          MC 67 Read Data and Bit Flip Register 59
MTU_MC67_RDBFL60 0xF00653D8          MC 67 Read Data and Bit Flip Register 60
MTU_MC67_RDBFL61 0xF00653DA          MC 67 Read Data and Bit Flip Register 61
MTU_MC67_RDBFL62 0xF00653DC          MC 67 Read Data and Bit Flip Register 62
MTU_MC67_RDBFL63 0xF00653DE          MC 67 Read Data and Bit Flip Register 63
MTU_MC67_RDBFL64 0xF00653E0          MC 67 Read Data and Bit Flip Register 64
MTU_MC67_RDBFL65 0xF00653E2          MC 67 Read Data and Bit Flip Register 65
MTU_MC67_RDBFL66 0xF00653E4          MC 67 Read Data and Bit Flip Register 66
MTU_MC67_ALMSRCS 0xF00653EE          MC 67 Alarm Sources Configuration Register
MTU_MC67_FAULTSTS 0xF00653F0          MC 67 SSH Safety Faults Status Register
MTU_MC67_ERRINFO0 0xF00653F2          MC 67 Error Information Register 0
MTU_MC67_ERRINFO1 0xF00653F4          MC 67 Error Information Register 1
MTU_MC67_ERRINFO2 0xF00653F6          MC 67 Error Information Register 2
MTU_MC67_ERRINFO3 0xF00653F8          MC 67 Error Information Register 3
MTU_MC67_ERRINFO4 0xF00653FA          MC 67 Error Information Register 4
MTU_MC68_CONFIG0 0xF0065400          MC 68 Configuration Register 0
MTU_MC68_CONFIG1 0xF0065402          MC 68 Configuration Register 1
MTU_MC68_MCONTROL 0xF0065404          MC 68 MBIST Control Register
MTU_MC68_MSTATUS 0xF0065406          MC 68 Status Register
MTU_MC68_RANGE  0xF0065408          MC 68 Range Register, single address mode
MTU_MC68_REVID  0xF006540C          MC 68 Revision ID Register
MTU_MC68_ECCS   0xF006540E          MC 68 ECC Safety Register
MTU_MC68_ECCD   0xF0065410          MC 68 Memory ECC Detection Register
MTU_MC68_ETRR0  0xF0065412          MC 68 Error Tracking Register 0
MTU_MC68_ETRR1  0xF0065414          MC 68 Error Tracking Register 1
MTU_MC68_ETRR2  0xF0065416          MC 68 Error Tracking Register 2
MTU_MC68_ETRR3  0xF0065418          MC 68 Error Tracking Register 3
MTU_MC68_ETRR4  0xF006541A          MC 68 Error Tracking Register 4
MTU_MC68_RDBFL0 0xF0065460          MC 68 Read Data and Bit Flip Register 0
MTU_MC68_RDBFL1 0xF0065462          MC 68 Read Data and Bit Flip Register 1
MTU_MC68_RDBFL2 0xF0065464          MC 68 Read Data and Bit Flip Register 2
MTU_MC68_RDBFL3 0xF0065466          MC 68 Read Data and Bit Flip Register 3
MTU_MC68_RDBFL4 0xF0065468          MC 68 Read Data and Bit Flip Register 4
MTU_MC68_RDBFL5 0xF006546A          MC 68 Read Data and Bit Flip Register 5
MTU_MC68_RDBFL6 0xF006546C          MC 68 Read Data and Bit Flip Register 6
MTU_MC68_RDBFL7 0xF006546E          MC 68 Read Data and Bit Flip Register 7
MTU_MC68_RDBFL8 0xF0065470          MC 68 Read Data and Bit Flip Register 8
MTU_MC68_RDBFL9 0xF0065472          MC 68 Read Data and Bit Flip Register 9
MTU_MC68_RDBFL10 0xF0065474          MC 68 Read Data and Bit Flip Register 10
MTU_MC68_RDBFL11 0xF0065476          MC 68 Read Data and Bit Flip Register 11
MTU_MC68_RDBFL12 0xF0065478          MC 68 Read Data and Bit Flip Register 12
MTU_MC68_RDBFL13 0xF006547A          MC 68 Read Data and Bit Flip Register 13
MTU_MC68_RDBFL14 0xF006547C          MC 68 Read Data and Bit Flip Register 14
MTU_MC68_RDBFL15 0xF006547E          MC 68 Read Data and Bit Flip Register 15
MTU_MC68_RDBFL16 0xF0065480          MC 68 Read Data and Bit Flip Register 16
MTU_MC68_RDBFL17 0xF0065482          MC 68 Read Data and Bit Flip Register 17
MTU_MC68_RDBFL18 0xF0065484          MC 68 Read Data and Bit Flip Register 18
MTU_MC68_RDBFL19 0xF0065486          MC 68 Read Data and Bit Flip Register 19
MTU_MC68_RDBFL20 0xF0065488          MC 68 Read Data and Bit Flip Register 20
MTU_MC68_RDBFL21 0xF006548A          MC 68 Read Data and Bit Flip Register 21
MTU_MC68_RDBFL22 0xF006548C          MC 68 Read Data and Bit Flip Register 22
MTU_MC68_RDBFL23 0xF006548E          MC 68 Read Data and Bit Flip Register 23
MTU_MC68_RDBFL24 0xF0065490          MC 68 Read Data and Bit Flip Register 24
MTU_MC68_RDBFL25 0xF0065492          MC 68 Read Data and Bit Flip Register 25
MTU_MC68_RDBFL26 0xF0065494          MC 68 Read Data and Bit Flip Register 26
MTU_MC68_RDBFL27 0xF0065496          MC 68 Read Data and Bit Flip Register 27
MTU_MC68_RDBFL28 0xF0065498          MC 68 Read Data and Bit Flip Register 28
MTU_MC68_RDBFL29 0xF006549A          MC 68 Read Data and Bit Flip Register 29
MTU_MC68_RDBFL30 0xF006549C          MC 68 Read Data and Bit Flip Register 30
MTU_MC68_RDBFL31 0xF006549E          MC 68 Read Data and Bit Flip Register 31
MTU_MC68_RDBFL32 0xF00654A0          MC 68 Read Data and Bit Flip Register 32
MTU_MC68_RDBFL33 0xF00654A2          MC 68 Read Data and Bit Flip Register 33
MTU_MC68_RDBFL34 0xF00654A4          MC 68 Read Data and Bit Flip Register 34
MTU_MC68_RDBFL35 0xF00654A6          MC 68 Read Data and Bit Flip Register 35
MTU_MC68_RDBFL36 0xF00654A8          MC 68 Read Data and Bit Flip Register 36
MTU_MC68_RDBFL37 0xF00654AA          MC 68 Read Data and Bit Flip Register 37
MTU_MC68_RDBFL38 0xF00654AC          MC 68 Read Data and Bit Flip Register 38
MTU_MC68_RDBFL39 0xF00654AE          MC 68 Read Data and Bit Flip Register 39
MTU_MC68_RDBFL40 0xF00654B0          MC 68 Read Data and Bit Flip Register 40
MTU_MC68_RDBFL41 0xF00654B2          MC 68 Read Data and Bit Flip Register 41
MTU_MC68_RDBFL42 0xF00654B4          MC 68 Read Data and Bit Flip Register 42
MTU_MC68_RDBFL43 0xF00654B6          MC 68 Read Data and Bit Flip Register 43
MTU_MC68_RDBFL44 0xF00654B8          MC 68 Read Data and Bit Flip Register 44
MTU_MC68_RDBFL45 0xF00654BA          MC 68 Read Data and Bit Flip Register 45
MTU_MC68_RDBFL46 0xF00654BC          MC 68 Read Data and Bit Flip Register 46
MTU_MC68_RDBFL47 0xF00654BE          MC 68 Read Data and Bit Flip Register 47
MTU_MC68_RDBFL48 0xF00654C0          MC 68 Read Data and Bit Flip Register 48
MTU_MC68_RDBFL49 0xF00654C2          MC 68 Read Data and Bit Flip Register 49
MTU_MC68_RDBFL50 0xF00654C4          MC 68 Read Data and Bit Flip Register 50
MTU_MC68_RDBFL51 0xF00654C6          MC 68 Read Data and Bit Flip Register 51
MTU_MC68_RDBFL52 0xF00654C8          MC 68 Read Data and Bit Flip Register 52
MTU_MC68_RDBFL53 0xF00654CA          MC 68 Read Data and Bit Flip Register 53
MTU_MC68_RDBFL54 0xF00654CC          MC 68 Read Data and Bit Flip Register 54
MTU_MC68_RDBFL55 0xF00654CE          MC 68 Read Data and Bit Flip Register 55
MTU_MC68_RDBFL56 0xF00654D0          MC 68 Read Data and Bit Flip Register 56
MTU_MC68_RDBFL57 0xF00654D2          MC 68 Read Data and Bit Flip Register 57
MTU_MC68_RDBFL58 0xF00654D4          MC 68 Read Data and Bit Flip Register 58
MTU_MC68_RDBFL59 0xF00654D6          MC 68 Read Data and Bit Flip Register 59
MTU_MC68_RDBFL60 0xF00654D8          MC 68 Read Data and Bit Flip Register 60
MTU_MC68_RDBFL61 0xF00654DA          MC 68 Read Data and Bit Flip Register 61
MTU_MC68_RDBFL62 0xF00654DC          MC 68 Read Data and Bit Flip Register 62
MTU_MC68_RDBFL63 0xF00654DE          MC 68 Read Data and Bit Flip Register 63
MTU_MC68_RDBFL64 0xF00654E0          MC 68 Read Data and Bit Flip Register 64
MTU_MC68_RDBFL65 0xF00654E2          MC 68 Read Data and Bit Flip Register 65
MTU_MC68_RDBFL66 0xF00654E4          MC 68 Read Data and Bit Flip Register 66
MTU_MC68_ALMSRCS 0xF00654EE          MC 68 Alarm Sources Configuration Register
MTU_MC68_FAULTSTS 0xF00654F0          MC 68 SSH Safety Faults Status Register
MTU_MC68_ERRINFO0 0xF00654F2          MC 68 Error Information Register 0
MTU_MC68_ERRINFO1 0xF00654F4          MC 68 Error Information Register 1
MTU_MC68_ERRINFO2 0xF00654F6          MC 68 Error Information Register 2
MTU_MC68_ERRINFO3 0xF00654F8          MC 68 Error Information Register 3
MTU_MC68_ERRINFO4 0xF00654FA          MC 68 Error Information Register 4
MTU_MC69_CONFIG0 0xF0065500          MC 69 Configuration Register 0
MTU_MC69_CONFIG1 0xF0065502          MC 69 Configuration Register 1
MTU_MC69_MCONTROL 0xF0065504          MC 69 MBIST Control Register
MTU_MC69_MSTATUS 0xF0065506          MC 69 Status Register
MTU_MC69_RANGE  0xF0065508          MC 69 Range Register, single address mode
MTU_MC69_REVID  0xF006550C          MC 69 Revision ID Register
MTU_MC69_ECCS   0xF006550E          MC 69 ECC Safety Register
MTU_MC69_ECCD   0xF0065510          MC 69 Memory ECC Detection Register
MTU_MC69_ETRR0  0xF0065512          MC 69 Error Tracking Register 0
MTU_MC69_ETRR1  0xF0065514          MC 69 Error Tracking Register 1
MTU_MC69_ETRR2  0xF0065516          MC 69 Error Tracking Register 2
MTU_MC69_ETRR3  0xF0065518          MC 69 Error Tracking Register 3
MTU_MC69_ETRR4  0xF006551A          MC 69 Error Tracking Register 4
MTU_MC69_RDBFL0 0xF0065560          MC 69 Read Data and Bit Flip Register 0
MTU_MC69_RDBFL1 0xF0065562          MC 69 Read Data and Bit Flip Register 1
MTU_MC69_RDBFL2 0xF0065564          MC 69 Read Data and Bit Flip Register 2
MTU_MC69_RDBFL3 0xF0065566          MC 69 Read Data and Bit Flip Register 3
MTU_MC69_RDBFL4 0xF0065568          MC 69 Read Data and Bit Flip Register 4
MTU_MC69_RDBFL5 0xF006556A          MC 69 Read Data and Bit Flip Register 5
MTU_MC69_RDBFL6 0xF006556C          MC 69 Read Data and Bit Flip Register 6
MTU_MC69_RDBFL7 0xF006556E          MC 69 Read Data and Bit Flip Register 7
MTU_MC69_RDBFL8 0xF0065570          MC 69 Read Data and Bit Flip Register 8
MTU_MC69_RDBFL9 0xF0065572          MC 69 Read Data and Bit Flip Register 9
MTU_MC69_RDBFL10 0xF0065574          MC 69 Read Data and Bit Flip Register 10
MTU_MC69_RDBFL11 0xF0065576          MC 69 Read Data and Bit Flip Register 11
MTU_MC69_RDBFL12 0xF0065578          MC 69 Read Data and Bit Flip Register 12
MTU_MC69_RDBFL13 0xF006557A          MC 69 Read Data and Bit Flip Register 13
MTU_MC69_RDBFL14 0xF006557C          MC 69 Read Data and Bit Flip Register 14
MTU_MC69_RDBFL15 0xF006557E          MC 69 Read Data and Bit Flip Register 15
MTU_MC69_RDBFL16 0xF0065580          MC 69 Read Data and Bit Flip Register 16
MTU_MC69_RDBFL17 0xF0065582          MC 69 Read Data and Bit Flip Register 17
MTU_MC69_RDBFL18 0xF0065584          MC 69 Read Data and Bit Flip Register 18
MTU_MC69_RDBFL19 0xF0065586          MC 69 Read Data and Bit Flip Register 19
MTU_MC69_RDBFL20 0xF0065588          MC 69 Read Data and Bit Flip Register 20
MTU_MC69_RDBFL21 0xF006558A          MC 69 Read Data and Bit Flip Register 21
MTU_MC69_RDBFL22 0xF006558C          MC 69 Read Data and Bit Flip Register 22
MTU_MC69_RDBFL23 0xF006558E          MC 69 Read Data and Bit Flip Register 23
MTU_MC69_RDBFL24 0xF0065590          MC 69 Read Data and Bit Flip Register 24
MTU_MC69_RDBFL25 0xF0065592          MC 69 Read Data and Bit Flip Register 25
MTU_MC69_RDBFL26 0xF0065594          MC 69 Read Data and Bit Flip Register 26
MTU_MC69_RDBFL27 0xF0065596          MC 69 Read Data and Bit Flip Register 27
MTU_MC69_RDBFL28 0xF0065598          MC 69 Read Data and Bit Flip Register 28
MTU_MC69_RDBFL29 0xF006559A          MC 69 Read Data and Bit Flip Register 29
MTU_MC69_RDBFL30 0xF006559C          MC 69 Read Data and Bit Flip Register 30
MTU_MC69_RDBFL31 0xF006559E          MC 69 Read Data and Bit Flip Register 31
MTU_MC69_RDBFL32 0xF00655A0          MC 69 Read Data and Bit Flip Register 32
MTU_MC69_RDBFL33 0xF00655A2          MC 69 Read Data and Bit Flip Register 33
MTU_MC69_RDBFL34 0xF00655A4          MC 69 Read Data and Bit Flip Register 34
MTU_MC69_RDBFL35 0xF00655A6          MC 69 Read Data and Bit Flip Register 35
MTU_MC69_RDBFL36 0xF00655A8          MC 69 Read Data and Bit Flip Register 36
MTU_MC69_RDBFL37 0xF00655AA          MC 69 Read Data and Bit Flip Register 37
MTU_MC69_RDBFL38 0xF00655AC          MC 69 Read Data and Bit Flip Register 38
MTU_MC69_RDBFL39 0xF00655AE          MC 69 Read Data and Bit Flip Register 39
MTU_MC69_RDBFL40 0xF00655B0          MC 69 Read Data and Bit Flip Register 40
MTU_MC69_RDBFL41 0xF00655B2          MC 69 Read Data and Bit Flip Register 41
MTU_MC69_RDBFL42 0xF00655B4          MC 69 Read Data and Bit Flip Register 42
MTU_MC69_RDBFL43 0xF00655B6          MC 69 Read Data and Bit Flip Register 43
MTU_MC69_RDBFL44 0xF00655B8          MC 69 Read Data and Bit Flip Register 44
MTU_MC69_RDBFL45 0xF00655BA          MC 69 Read Data and Bit Flip Register 45
MTU_MC69_RDBFL46 0xF00655BC          MC 69 Read Data and Bit Flip Register 46
MTU_MC69_RDBFL47 0xF00655BE          MC 69 Read Data and Bit Flip Register 47
MTU_MC69_RDBFL48 0xF00655C0          MC 69 Read Data and Bit Flip Register 48
MTU_MC69_RDBFL49 0xF00655C2          MC 69 Read Data and Bit Flip Register 49
MTU_MC69_RDBFL50 0xF00655C4          MC 69 Read Data and Bit Flip Register 50
MTU_MC69_RDBFL51 0xF00655C6          MC 69 Read Data and Bit Flip Register 51
MTU_MC69_RDBFL52 0xF00655C8          MC 69 Read Data and Bit Flip Register 52
MTU_MC69_RDBFL53 0xF00655CA          MC 69 Read Data and Bit Flip Register 53
MTU_MC69_RDBFL54 0xF00655CC          MC 69 Read Data and Bit Flip Register 54
MTU_MC69_RDBFL55 0xF00655CE          MC 69 Read Data and Bit Flip Register 55
MTU_MC69_RDBFL56 0xF00655D0          MC 69 Read Data and Bit Flip Register 56
MTU_MC69_RDBFL57 0xF00655D2          MC 69 Read Data and Bit Flip Register 57
MTU_MC69_RDBFL58 0xF00655D4          MC 69 Read Data and Bit Flip Register 58
MTU_MC69_RDBFL59 0xF00655D6          MC 69 Read Data and Bit Flip Register 59
MTU_MC69_RDBFL60 0xF00655D8          MC 69 Read Data and Bit Flip Register 60
MTU_MC69_RDBFL61 0xF00655DA          MC 69 Read Data and Bit Flip Register 61
MTU_MC69_RDBFL62 0xF00655DC          MC 69 Read Data and Bit Flip Register 62
MTU_MC69_RDBFL63 0xF00655DE          MC 69 Read Data and Bit Flip Register 63
MTU_MC69_RDBFL64 0xF00655E0          MC 69 Read Data and Bit Flip Register 64
MTU_MC69_RDBFL65 0xF00655E2          MC 69 Read Data and Bit Flip Register 65
MTU_MC69_RDBFL66 0xF00655E4          MC 69 Read Data and Bit Flip Register 66
MTU_MC69_ALMSRCS 0xF00655EE          MC 69 Alarm Sources Configuration Register
MTU_MC69_FAULTSTS 0xF00655F0          MC 69 SSH Safety Faults Status Register
MTU_MC69_ERRINFO0 0xF00655F2          MC 69 Error Information Register 0
MTU_MC69_ERRINFO1 0xF00655F4          MC 69 Error Information Register 1
MTU_MC69_ERRINFO2 0xF00655F6          MC 69 Error Information Register 2
MTU_MC69_ERRINFO3 0xF00655F8          MC 69 Error Information Register 3
MTU_MC69_ERRINFO4 0xF00655FA          MC 69 Error Information Register 4
MTU_MC70_CONFIG0 0xF0065600          MC 70 Configuration Register 0
MTU_MC70_CONFIG1 0xF0065602          MC 70 Configuration Register 1
MTU_MC70_MCONTROL 0xF0065604          MC 70 MBIST Control Register
MTU_MC70_MSTATUS 0xF0065606          MC 70 Status Register
MTU_MC70_RANGE  0xF0065608          MC 70 Range Register, single address mode
MTU_MC70_REVID  0xF006560C          MC 70 Revision ID Register
MTU_MC70_ECCS   0xF006560E          MC 70 ECC Safety Register
MTU_MC70_ECCD   0xF0065610          MC 70 Memory ECC Detection Register
MTU_MC70_ETRR0  0xF0065612          MC 70 Error Tracking Register 0
MTU_MC70_ETRR1  0xF0065614          MC 70 Error Tracking Register 1
MTU_MC70_ETRR2  0xF0065616          MC 70 Error Tracking Register 2
MTU_MC70_ETRR3  0xF0065618          MC 70 Error Tracking Register 3
MTU_MC70_ETRR4  0xF006561A          MC 70 Error Tracking Register 4
MTU_MC70_RDBFL0 0xF0065660          MC 70 Read Data and Bit Flip Register 0
MTU_MC70_RDBFL1 0xF0065662          MC 70 Read Data and Bit Flip Register 1
MTU_MC70_RDBFL2 0xF0065664          MC 70 Read Data and Bit Flip Register 2
MTU_MC70_RDBFL3 0xF0065666          MC 70 Read Data and Bit Flip Register 3
MTU_MC70_RDBFL4 0xF0065668          MC 70 Read Data and Bit Flip Register 4
MTU_MC70_RDBFL5 0xF006566A          MC 70 Read Data and Bit Flip Register 5
MTU_MC70_RDBFL6 0xF006566C          MC 70 Read Data and Bit Flip Register 6
MTU_MC70_RDBFL7 0xF006566E          MC 70 Read Data and Bit Flip Register 7
MTU_MC70_RDBFL8 0xF0065670          MC 70 Read Data and Bit Flip Register 8
MTU_MC70_RDBFL9 0xF0065672          MC 70 Read Data and Bit Flip Register 9
MTU_MC70_RDBFL10 0xF0065674          MC 70 Read Data and Bit Flip Register 10
MTU_MC70_RDBFL11 0xF0065676          MC 70 Read Data and Bit Flip Register 11
MTU_MC70_RDBFL12 0xF0065678          MC 70 Read Data and Bit Flip Register 12
MTU_MC70_RDBFL13 0xF006567A          MC 70 Read Data and Bit Flip Register 13
MTU_MC70_RDBFL14 0xF006567C          MC 70 Read Data and Bit Flip Register 14
MTU_MC70_RDBFL15 0xF006567E          MC 70 Read Data and Bit Flip Register 15
MTU_MC70_RDBFL16 0xF0065680          MC 70 Read Data and Bit Flip Register 16
MTU_MC70_RDBFL17 0xF0065682          MC 70 Read Data and Bit Flip Register 17
MTU_MC70_RDBFL18 0xF0065684          MC 70 Read Data and Bit Flip Register 18
MTU_MC70_RDBFL19 0xF0065686          MC 70 Read Data and Bit Flip Register 19
MTU_MC70_RDBFL20 0xF0065688          MC 70 Read Data and Bit Flip Register 20
MTU_MC70_RDBFL21 0xF006568A          MC 70 Read Data and Bit Flip Register 21
MTU_MC70_RDBFL22 0xF006568C          MC 70 Read Data and Bit Flip Register 22
MTU_MC70_RDBFL23 0xF006568E          MC 70 Read Data and Bit Flip Register 23
MTU_MC70_RDBFL24 0xF0065690          MC 70 Read Data and Bit Flip Register 24
MTU_MC70_RDBFL25 0xF0065692          MC 70 Read Data and Bit Flip Register 25
MTU_MC70_RDBFL26 0xF0065694          MC 70 Read Data and Bit Flip Register 26
MTU_MC70_RDBFL27 0xF0065696          MC 70 Read Data and Bit Flip Register 27
MTU_MC70_RDBFL28 0xF0065698          MC 70 Read Data and Bit Flip Register 28
MTU_MC70_RDBFL29 0xF006569A          MC 70 Read Data and Bit Flip Register 29
MTU_MC70_RDBFL30 0xF006569C          MC 70 Read Data and Bit Flip Register 30
MTU_MC70_RDBFL31 0xF006569E          MC 70 Read Data and Bit Flip Register 31
MTU_MC70_RDBFL32 0xF00656A0          MC 70 Read Data and Bit Flip Register 32
MTU_MC70_RDBFL33 0xF00656A2          MC 70 Read Data and Bit Flip Register 33
MTU_MC70_RDBFL34 0xF00656A4          MC 70 Read Data and Bit Flip Register 34
MTU_MC70_RDBFL35 0xF00656A6          MC 70 Read Data and Bit Flip Register 35
MTU_MC70_RDBFL36 0xF00656A8          MC 70 Read Data and Bit Flip Register 36
MTU_MC70_RDBFL37 0xF00656AA          MC 70 Read Data and Bit Flip Register 37
MTU_MC70_RDBFL38 0xF00656AC          MC 70 Read Data and Bit Flip Register 38
MTU_MC70_RDBFL39 0xF00656AE          MC 70 Read Data and Bit Flip Register 39
MTU_MC70_RDBFL40 0xF00656B0          MC 70 Read Data and Bit Flip Register 40
MTU_MC70_RDBFL41 0xF00656B2          MC 70 Read Data and Bit Flip Register 41
MTU_MC70_RDBFL42 0xF00656B4          MC 70 Read Data and Bit Flip Register 42
MTU_MC70_RDBFL43 0xF00656B6          MC 70 Read Data and Bit Flip Register 43
MTU_MC70_RDBFL44 0xF00656B8          MC 70 Read Data and Bit Flip Register 44
MTU_MC70_RDBFL45 0xF00656BA          MC 70 Read Data and Bit Flip Register 45
MTU_MC70_RDBFL46 0xF00656BC          MC 70 Read Data and Bit Flip Register 46
MTU_MC70_RDBFL47 0xF00656BE          MC 70 Read Data and Bit Flip Register 47
MTU_MC70_RDBFL48 0xF00656C0          MC 70 Read Data and Bit Flip Register 48
MTU_MC70_RDBFL49 0xF00656C2          MC 70 Read Data and Bit Flip Register 49
MTU_MC70_RDBFL50 0xF00656C4          MC 70 Read Data and Bit Flip Register 50
MTU_MC70_RDBFL51 0xF00656C6          MC 70 Read Data and Bit Flip Register 51
MTU_MC70_RDBFL52 0xF00656C8          MC 70 Read Data and Bit Flip Register 52
MTU_MC70_RDBFL53 0xF00656CA          MC 70 Read Data and Bit Flip Register 53
MTU_MC70_RDBFL54 0xF00656CC          MC 70 Read Data and Bit Flip Register 54
MTU_MC70_RDBFL55 0xF00656CE          MC 70 Read Data and Bit Flip Register 55
MTU_MC70_RDBFL56 0xF00656D0          MC 70 Read Data and Bit Flip Register 56
MTU_MC70_RDBFL57 0xF00656D2          MC 70 Read Data and Bit Flip Register 57
MTU_MC70_RDBFL58 0xF00656D4          MC 70 Read Data and Bit Flip Register 58
MTU_MC70_RDBFL59 0xF00656D6          MC 70 Read Data and Bit Flip Register 59
MTU_MC70_RDBFL60 0xF00656D8          MC 70 Read Data and Bit Flip Register 60
MTU_MC70_RDBFL61 0xF00656DA          MC 70 Read Data and Bit Flip Register 61
MTU_MC70_RDBFL62 0xF00656DC          MC 70 Read Data and Bit Flip Register 62
MTU_MC70_RDBFL63 0xF00656DE          MC 70 Read Data and Bit Flip Register 63
MTU_MC70_RDBFL64 0xF00656E0          MC 70 Read Data and Bit Flip Register 64
MTU_MC70_RDBFL65 0xF00656E2          MC 70 Read Data and Bit Flip Register 65
MTU_MC70_RDBFL66 0xF00656E4          MC 70 Read Data and Bit Flip Register 66
MTU_MC70_ALMSRCS 0xF00656EE          MC 70 Alarm Sources Configuration Register
MTU_MC70_FAULTSTS 0xF00656F0          MC 70 SSH Safety Faults Status Register
MTU_MC70_ERRINFO0 0xF00656F2          MC 70 Error Information Register 0
MTU_MC70_ERRINFO1 0xF00656F4          MC 70 Error Information Register 1
MTU_MC70_ERRINFO2 0xF00656F6          MC 70 Error Information Register 2
MTU_MC70_ERRINFO3 0xF00656F8          MC 70 Error Information Register 3
MTU_MC70_ERRINFO4 0xF00656FA          MC 70 Error Information Register 4
MTU_MC71_CONFIG0 0xF0065700          MC 71 Configuration Register 0
MTU_MC71_CONFIG1 0xF0065702          MC 71 Configuration Register 1
MTU_MC71_MCONTROL 0xF0065704          MC 71 MBIST Control Register
MTU_MC71_MSTATUS 0xF0065706          MC 71 Status Register
MTU_MC71_RANGE  0xF0065708          MC 71 Range Register, single address mode
MTU_MC71_REVID  0xF006570C          MC 71 Revision ID Register
MTU_MC71_ECCS   0xF006570E          MC 71 ECC Safety Register
MTU_MC71_ECCD   0xF0065710          MC 71 Memory ECC Detection Register
MTU_MC71_ETRR0  0xF0065712          MC 71 Error Tracking Register 0
MTU_MC71_ETRR1  0xF0065714          MC 71 Error Tracking Register 1
MTU_MC71_ETRR2  0xF0065716          MC 71 Error Tracking Register 2
MTU_MC71_ETRR3  0xF0065718          MC 71 Error Tracking Register 3
MTU_MC71_ETRR4  0xF006571A          MC 71 Error Tracking Register 4
MTU_MC71_RDBFL0 0xF0065760          MC 71 Read Data and Bit Flip Register 0
MTU_MC71_RDBFL1 0xF0065762          MC 71 Read Data and Bit Flip Register 1
MTU_MC71_RDBFL2 0xF0065764          MC 71 Read Data and Bit Flip Register 2
MTU_MC71_RDBFL3 0xF0065766          MC 71 Read Data and Bit Flip Register 3
MTU_MC71_RDBFL4 0xF0065768          MC 71 Read Data and Bit Flip Register 4
MTU_MC71_RDBFL5 0xF006576A          MC 71 Read Data and Bit Flip Register 5
MTU_MC71_RDBFL6 0xF006576C          MC 71 Read Data and Bit Flip Register 6
MTU_MC71_RDBFL7 0xF006576E          MC 71 Read Data and Bit Flip Register 7
MTU_MC71_RDBFL8 0xF0065770          MC 71 Read Data and Bit Flip Register 8
MTU_MC71_RDBFL9 0xF0065772          MC 71 Read Data and Bit Flip Register 9
MTU_MC71_RDBFL10 0xF0065774          MC 71 Read Data and Bit Flip Register 10
MTU_MC71_RDBFL11 0xF0065776          MC 71 Read Data and Bit Flip Register 11
MTU_MC71_RDBFL12 0xF0065778          MC 71 Read Data and Bit Flip Register 12
MTU_MC71_RDBFL13 0xF006577A          MC 71 Read Data and Bit Flip Register 13
MTU_MC71_RDBFL14 0xF006577C          MC 71 Read Data and Bit Flip Register 14
MTU_MC71_RDBFL15 0xF006577E          MC 71 Read Data and Bit Flip Register 15
MTU_MC71_RDBFL16 0xF0065780          MC 71 Read Data and Bit Flip Register 16
MTU_MC71_RDBFL17 0xF0065782          MC 71 Read Data and Bit Flip Register 17
MTU_MC71_RDBFL18 0xF0065784          MC 71 Read Data and Bit Flip Register 18
MTU_MC71_RDBFL19 0xF0065786          MC 71 Read Data and Bit Flip Register 19
MTU_MC71_RDBFL20 0xF0065788          MC 71 Read Data and Bit Flip Register 20
MTU_MC71_RDBFL21 0xF006578A          MC 71 Read Data and Bit Flip Register 21
MTU_MC71_RDBFL22 0xF006578C          MC 71 Read Data and Bit Flip Register 22
MTU_MC71_RDBFL23 0xF006578E          MC 71 Read Data and Bit Flip Register 23
MTU_MC71_RDBFL24 0xF0065790          MC 71 Read Data and Bit Flip Register 24
MTU_MC71_RDBFL25 0xF0065792          MC 71 Read Data and Bit Flip Register 25
MTU_MC71_RDBFL26 0xF0065794          MC 71 Read Data and Bit Flip Register 26
MTU_MC71_RDBFL27 0xF0065796          MC 71 Read Data and Bit Flip Register 27
MTU_MC71_RDBFL28 0xF0065798          MC 71 Read Data and Bit Flip Register 28
MTU_MC71_RDBFL29 0xF006579A          MC 71 Read Data and Bit Flip Register 29
MTU_MC71_RDBFL30 0xF006579C          MC 71 Read Data and Bit Flip Register 30
MTU_MC71_RDBFL31 0xF006579E          MC 71 Read Data and Bit Flip Register 31
MTU_MC71_RDBFL32 0xF00657A0          MC 71 Read Data and Bit Flip Register 32
MTU_MC71_RDBFL33 0xF00657A2          MC 71 Read Data and Bit Flip Register 33
MTU_MC71_RDBFL34 0xF00657A4          MC 71 Read Data and Bit Flip Register 34
MTU_MC71_RDBFL35 0xF00657A6          MC 71 Read Data and Bit Flip Register 35
MTU_MC71_RDBFL36 0xF00657A8          MC 71 Read Data and Bit Flip Register 36
MTU_MC71_RDBFL37 0xF00657AA          MC 71 Read Data and Bit Flip Register 37
MTU_MC71_RDBFL38 0xF00657AC          MC 71 Read Data and Bit Flip Register 38
MTU_MC71_RDBFL39 0xF00657AE          MC 71 Read Data and Bit Flip Register 39
MTU_MC71_RDBFL40 0xF00657B0          MC 71 Read Data and Bit Flip Register 40
MTU_MC71_RDBFL41 0xF00657B2          MC 71 Read Data and Bit Flip Register 41
MTU_MC71_RDBFL42 0xF00657B4          MC 71 Read Data and Bit Flip Register 42
MTU_MC71_RDBFL43 0xF00657B6          MC 71 Read Data and Bit Flip Register 43
MTU_MC71_RDBFL44 0xF00657B8          MC 71 Read Data and Bit Flip Register 44
MTU_MC71_RDBFL45 0xF00657BA          MC 71 Read Data and Bit Flip Register 45
MTU_MC71_RDBFL46 0xF00657BC          MC 71 Read Data and Bit Flip Register 46
MTU_MC71_RDBFL47 0xF00657BE          MC 71 Read Data and Bit Flip Register 47
MTU_MC71_RDBFL48 0xF00657C0          MC 71 Read Data and Bit Flip Register 48
MTU_MC71_RDBFL49 0xF00657C2          MC 71 Read Data and Bit Flip Register 49
MTU_MC71_RDBFL50 0xF00657C4          MC 71 Read Data and Bit Flip Register 50
MTU_MC71_RDBFL51 0xF00657C6          MC 71 Read Data and Bit Flip Register 51
MTU_MC71_RDBFL52 0xF00657C8          MC 71 Read Data and Bit Flip Register 52
MTU_MC71_RDBFL53 0xF00657CA          MC 71 Read Data and Bit Flip Register 53
MTU_MC71_RDBFL54 0xF00657CC          MC 71 Read Data and Bit Flip Register 54
MTU_MC71_RDBFL55 0xF00657CE          MC 71 Read Data and Bit Flip Register 55
MTU_MC71_RDBFL56 0xF00657D0          MC 71 Read Data and Bit Flip Register 56
MTU_MC71_RDBFL57 0xF00657D2          MC 71 Read Data and Bit Flip Register 57
MTU_MC71_RDBFL58 0xF00657D4          MC 71 Read Data and Bit Flip Register 58
MTU_MC71_RDBFL59 0xF00657D6          MC 71 Read Data and Bit Flip Register 59
MTU_MC71_RDBFL60 0xF00657D8          MC 71 Read Data and Bit Flip Register 60
MTU_MC71_RDBFL61 0xF00657DA          MC 71 Read Data and Bit Flip Register 61
MTU_MC71_RDBFL62 0xF00657DC          MC 71 Read Data and Bit Flip Register 62
MTU_MC71_RDBFL63 0xF00657DE          MC 71 Read Data and Bit Flip Register 63
MTU_MC71_RDBFL64 0xF00657E0          MC 71 Read Data and Bit Flip Register 64
MTU_MC71_RDBFL65 0xF00657E2          MC 71 Read Data and Bit Flip Register 65
MTU_MC71_RDBFL66 0xF00657E4          MC 71 Read Data and Bit Flip Register 66
MTU_MC71_ALMSRCS 0xF00657EE          MC 71 Alarm Sources Configuration Register
MTU_MC71_FAULTSTS 0xF00657F0          MC 71 SSH Safety Faults Status Register
MTU_MC71_ERRINFO0 0xF00657F2          MC 71 Error Information Register 0
MTU_MC71_ERRINFO1 0xF00657F4          MC 71 Error Information Register 1
MTU_MC71_ERRINFO2 0xF00657F6          MC 71 Error Information Register 2
MTU_MC71_ERRINFO3 0xF00657F8          MC 71 Error Information Register 3
MTU_MC71_ERRINFO4 0xF00657FA          MC 71 Error Information Register 4
MTU_MC72_CONFIG0 0xF0065800          MC 72 Configuration Register 0
MTU_MC72_CONFIG1 0xF0065802          MC 72 Configuration Register 1
MTU_MC72_MCONTROL 0xF0065804          MC 72 MBIST Control Register
MTU_MC72_MSTATUS 0xF0065806          MC 72 Status Register
MTU_MC72_RANGE  0xF0065808          MC 72 Range Register, single address mode
MTU_MC72_REVID  0xF006580C          MC 72 Revision ID Register
MTU_MC72_ECCS   0xF006580E          MC 72 ECC Safety Register
MTU_MC72_ECCD   0xF0065810          MC 72 Memory ECC Detection Register
MTU_MC72_ETRR0  0xF0065812          MC 72 Error Tracking Register 0
MTU_MC72_ETRR1  0xF0065814          MC 72 Error Tracking Register 1
MTU_MC72_ETRR2  0xF0065816          MC 72 Error Tracking Register 2
MTU_MC72_ETRR3  0xF0065818          MC 72 Error Tracking Register 3
MTU_MC72_ETRR4  0xF006581A          MC 72 Error Tracking Register 4
MTU_MC72_RDBFL0 0xF0065860          MC 72 Read Data and Bit Flip Register 0
MTU_MC72_RDBFL1 0xF0065862          MC 72 Read Data and Bit Flip Register 1
MTU_MC72_RDBFL2 0xF0065864          MC 72 Read Data and Bit Flip Register 2
MTU_MC72_RDBFL3 0xF0065866          MC 72 Read Data and Bit Flip Register 3
MTU_MC72_RDBFL4 0xF0065868          MC 72 Read Data and Bit Flip Register 4
MTU_MC72_RDBFL5 0xF006586A          MC 72 Read Data and Bit Flip Register 5
MTU_MC72_RDBFL6 0xF006586C          MC 72 Read Data and Bit Flip Register 6
MTU_MC72_RDBFL7 0xF006586E          MC 72 Read Data and Bit Flip Register 7
MTU_MC72_RDBFL8 0xF0065870          MC 72 Read Data and Bit Flip Register 8
MTU_MC72_RDBFL9 0xF0065872          MC 72 Read Data and Bit Flip Register 9
MTU_MC72_RDBFL10 0xF0065874          MC 72 Read Data and Bit Flip Register 10
MTU_MC72_RDBFL11 0xF0065876          MC 72 Read Data and Bit Flip Register 11
MTU_MC72_RDBFL12 0xF0065878          MC 72 Read Data and Bit Flip Register 12
MTU_MC72_RDBFL13 0xF006587A          MC 72 Read Data and Bit Flip Register 13
MTU_MC72_RDBFL14 0xF006587C          MC 72 Read Data and Bit Flip Register 14
MTU_MC72_RDBFL15 0xF006587E          MC 72 Read Data and Bit Flip Register 15
MTU_MC72_RDBFL16 0xF0065880          MC 72 Read Data and Bit Flip Register 16
MTU_MC72_RDBFL17 0xF0065882          MC 72 Read Data and Bit Flip Register 17
MTU_MC72_RDBFL18 0xF0065884          MC 72 Read Data and Bit Flip Register 18
MTU_MC72_RDBFL19 0xF0065886          MC 72 Read Data and Bit Flip Register 19
MTU_MC72_RDBFL20 0xF0065888          MC 72 Read Data and Bit Flip Register 20
MTU_MC72_RDBFL21 0xF006588A          MC 72 Read Data and Bit Flip Register 21
MTU_MC72_RDBFL22 0xF006588C          MC 72 Read Data and Bit Flip Register 22
MTU_MC72_RDBFL23 0xF006588E          MC 72 Read Data and Bit Flip Register 23
MTU_MC72_RDBFL24 0xF0065890          MC 72 Read Data and Bit Flip Register 24
MTU_MC72_RDBFL25 0xF0065892          MC 72 Read Data and Bit Flip Register 25
MTU_MC72_RDBFL26 0xF0065894          MC 72 Read Data and Bit Flip Register 26
MTU_MC72_RDBFL27 0xF0065896          MC 72 Read Data and Bit Flip Register 27
MTU_MC72_RDBFL28 0xF0065898          MC 72 Read Data and Bit Flip Register 28
MTU_MC72_RDBFL29 0xF006589A          MC 72 Read Data and Bit Flip Register 29
MTU_MC72_RDBFL30 0xF006589C          MC 72 Read Data and Bit Flip Register 30
MTU_MC72_RDBFL31 0xF006589E          MC 72 Read Data and Bit Flip Register 31
MTU_MC72_RDBFL32 0xF00658A0          MC 72 Read Data and Bit Flip Register 32
MTU_MC72_RDBFL33 0xF00658A2          MC 72 Read Data and Bit Flip Register 33
MTU_MC72_RDBFL34 0xF00658A4          MC 72 Read Data and Bit Flip Register 34
MTU_MC72_RDBFL35 0xF00658A6          MC 72 Read Data and Bit Flip Register 35
MTU_MC72_RDBFL36 0xF00658A8          MC 72 Read Data and Bit Flip Register 36
MTU_MC72_RDBFL37 0xF00658AA          MC 72 Read Data and Bit Flip Register 37
MTU_MC72_RDBFL38 0xF00658AC          MC 72 Read Data and Bit Flip Register 38
MTU_MC72_RDBFL39 0xF00658AE          MC 72 Read Data and Bit Flip Register 39
MTU_MC72_RDBFL40 0xF00658B0          MC 72 Read Data and Bit Flip Register 40
MTU_MC72_RDBFL41 0xF00658B2          MC 72 Read Data and Bit Flip Register 41
MTU_MC72_RDBFL42 0xF00658B4          MC 72 Read Data and Bit Flip Register 42
MTU_MC72_RDBFL43 0xF00658B6          MC 72 Read Data and Bit Flip Register 43
MTU_MC72_RDBFL44 0xF00658B8          MC 72 Read Data and Bit Flip Register 44
MTU_MC72_RDBFL45 0xF00658BA          MC 72 Read Data and Bit Flip Register 45
MTU_MC72_RDBFL46 0xF00658BC          MC 72 Read Data and Bit Flip Register 46
MTU_MC72_RDBFL47 0xF00658BE          MC 72 Read Data and Bit Flip Register 47
MTU_MC72_RDBFL48 0xF00658C0          MC 72 Read Data and Bit Flip Register 48
MTU_MC72_RDBFL49 0xF00658C2          MC 72 Read Data and Bit Flip Register 49
MTU_MC72_RDBFL50 0xF00658C4          MC 72 Read Data and Bit Flip Register 50
MTU_MC72_RDBFL51 0xF00658C6          MC 72 Read Data and Bit Flip Register 51
MTU_MC72_RDBFL52 0xF00658C8          MC 72 Read Data and Bit Flip Register 52
MTU_MC72_RDBFL53 0xF00658CA          MC 72 Read Data and Bit Flip Register 53
MTU_MC72_RDBFL54 0xF00658CC          MC 72 Read Data and Bit Flip Register 54
MTU_MC72_RDBFL55 0xF00658CE          MC 72 Read Data and Bit Flip Register 55
MTU_MC72_RDBFL56 0xF00658D0          MC 72 Read Data and Bit Flip Register 56
MTU_MC72_RDBFL57 0xF00658D2          MC 72 Read Data and Bit Flip Register 57
MTU_MC72_RDBFL58 0xF00658D4          MC 72 Read Data and Bit Flip Register 58
MTU_MC72_RDBFL59 0xF00658D6          MC 72 Read Data and Bit Flip Register 59
MTU_MC72_RDBFL60 0xF00658D8          MC 72 Read Data and Bit Flip Register 60
MTU_MC72_RDBFL61 0xF00658DA          MC 72 Read Data and Bit Flip Register 61
MTU_MC72_RDBFL62 0xF00658DC          MC 72 Read Data and Bit Flip Register 62
MTU_MC72_RDBFL63 0xF00658DE          MC 72 Read Data and Bit Flip Register 63
MTU_MC72_RDBFL64 0xF00658E0          MC 72 Read Data and Bit Flip Register 64
MTU_MC72_RDBFL65 0xF00658E2          MC 72 Read Data and Bit Flip Register 65
MTU_MC72_RDBFL66 0xF00658E4          MC 72 Read Data and Bit Flip Register 66
MTU_MC72_ALMSRCS 0xF00658EE          MC 72 Alarm Sources Configuration Register
MTU_MC72_FAULTSTS 0xF00658F0          MC 72 SSH Safety Faults Status Register
MTU_MC72_ERRINFO0 0xF00658F2          MC 72 Error Information Register 0
MTU_MC72_ERRINFO1 0xF00658F4          MC 72 Error Information Register 1
MTU_MC72_ERRINFO2 0xF00658F6          MC 72 Error Information Register 2
MTU_MC72_ERRINFO3 0xF00658F8          MC 72 Error Information Register 3
MTU_MC72_ERRINFO4 0xF00658FA          MC 72 Error Information Register 4
MTU_MC73_CONFIG0 0xF0065900          MC 73 Configuration Register 0
MTU_MC73_CONFIG1 0xF0065902          MC 73 Configuration Register 1
MTU_MC73_MCONTROL 0xF0065904          MC 73 MBIST Control Register
MTU_MC73_MSTATUS 0xF0065906          MC 73 Status Register
MTU_MC73_RANGE  0xF0065908          MC 73 Range Register, single address mode
MTU_MC73_REVID  0xF006590C          MC 73 Revision ID Register
MTU_MC73_ECCS   0xF006590E          MC 73 ECC Safety Register
MTU_MC73_ECCD   0xF0065910          MC 73 Memory ECC Detection Register
MTU_MC73_ETRR0  0xF0065912          MC 73 Error Tracking Register 0
MTU_MC73_ETRR1  0xF0065914          MC 73 Error Tracking Register 1
MTU_MC73_ETRR2  0xF0065916          MC 73 Error Tracking Register 2
MTU_MC73_ETRR3  0xF0065918          MC 73 Error Tracking Register 3
MTU_MC73_ETRR4  0xF006591A          MC 73 Error Tracking Register 4
MTU_MC73_RDBFL0 0xF0065960          MC 73 Read Data and Bit Flip Register 0
MTU_MC73_RDBFL1 0xF0065962          MC 73 Read Data and Bit Flip Register 1
MTU_MC73_RDBFL2 0xF0065964          MC 73 Read Data and Bit Flip Register 2
MTU_MC73_RDBFL3 0xF0065966          MC 73 Read Data and Bit Flip Register 3
MTU_MC73_RDBFL4 0xF0065968          MC 73 Read Data and Bit Flip Register 4
MTU_MC73_RDBFL5 0xF006596A          MC 73 Read Data and Bit Flip Register 5
MTU_MC73_RDBFL6 0xF006596C          MC 73 Read Data and Bit Flip Register 6
MTU_MC73_RDBFL7 0xF006596E          MC 73 Read Data and Bit Flip Register 7
MTU_MC73_RDBFL8 0xF0065970          MC 73 Read Data and Bit Flip Register 8
MTU_MC73_RDBFL9 0xF0065972          MC 73 Read Data and Bit Flip Register 9
MTU_MC73_RDBFL10 0xF0065974          MC 73 Read Data and Bit Flip Register 10
MTU_MC73_RDBFL11 0xF0065976          MC 73 Read Data and Bit Flip Register 11
MTU_MC73_RDBFL12 0xF0065978          MC 73 Read Data and Bit Flip Register 12
MTU_MC73_RDBFL13 0xF006597A          MC 73 Read Data and Bit Flip Register 13
MTU_MC73_RDBFL14 0xF006597C          MC 73 Read Data and Bit Flip Register 14
MTU_MC73_RDBFL15 0xF006597E          MC 73 Read Data and Bit Flip Register 15
MTU_MC73_RDBFL16 0xF0065980          MC 73 Read Data and Bit Flip Register 16
MTU_MC73_RDBFL17 0xF0065982          MC 73 Read Data and Bit Flip Register 17
MTU_MC73_RDBFL18 0xF0065984          MC 73 Read Data and Bit Flip Register 18
MTU_MC73_RDBFL19 0xF0065986          MC 73 Read Data and Bit Flip Register 19
MTU_MC73_RDBFL20 0xF0065988          MC 73 Read Data and Bit Flip Register 20
MTU_MC73_RDBFL21 0xF006598A          MC 73 Read Data and Bit Flip Register 21
MTU_MC73_RDBFL22 0xF006598C          MC 73 Read Data and Bit Flip Register 22
MTU_MC73_RDBFL23 0xF006598E          MC 73 Read Data and Bit Flip Register 23
MTU_MC73_RDBFL24 0xF0065990          MC 73 Read Data and Bit Flip Register 24
MTU_MC73_RDBFL25 0xF0065992          MC 73 Read Data and Bit Flip Register 25
MTU_MC73_RDBFL26 0xF0065994          MC 73 Read Data and Bit Flip Register 26
MTU_MC73_RDBFL27 0xF0065996          MC 73 Read Data and Bit Flip Register 27
MTU_MC73_RDBFL28 0xF0065998          MC 73 Read Data and Bit Flip Register 28
MTU_MC73_RDBFL29 0xF006599A          MC 73 Read Data and Bit Flip Register 29
MTU_MC73_RDBFL30 0xF006599C          MC 73 Read Data and Bit Flip Register 30
MTU_MC73_RDBFL31 0xF006599E          MC 73 Read Data and Bit Flip Register 31
MTU_MC73_RDBFL32 0xF00659A0          MC 73 Read Data and Bit Flip Register 32
MTU_MC73_RDBFL33 0xF00659A2          MC 73 Read Data and Bit Flip Register 33
MTU_MC73_RDBFL34 0xF00659A4          MC 73 Read Data and Bit Flip Register 34
MTU_MC73_RDBFL35 0xF00659A6          MC 73 Read Data and Bit Flip Register 35
MTU_MC73_RDBFL36 0xF00659A8          MC 73 Read Data and Bit Flip Register 36
MTU_MC73_RDBFL37 0xF00659AA          MC 73 Read Data and Bit Flip Register 37
MTU_MC73_RDBFL38 0xF00659AC          MC 73 Read Data and Bit Flip Register 38
MTU_MC73_RDBFL39 0xF00659AE          MC 73 Read Data and Bit Flip Register 39
MTU_MC73_RDBFL40 0xF00659B0          MC 73 Read Data and Bit Flip Register 40
MTU_MC73_RDBFL41 0xF00659B2          MC 73 Read Data and Bit Flip Register 41
MTU_MC73_RDBFL42 0xF00659B4          MC 73 Read Data and Bit Flip Register 42
MTU_MC73_RDBFL43 0xF00659B6          MC 73 Read Data and Bit Flip Register 43
MTU_MC73_RDBFL44 0xF00659B8          MC 73 Read Data and Bit Flip Register 44
MTU_MC73_RDBFL45 0xF00659BA          MC 73 Read Data and Bit Flip Register 45
MTU_MC73_RDBFL46 0xF00659BC          MC 73 Read Data and Bit Flip Register 46
MTU_MC73_RDBFL47 0xF00659BE          MC 73 Read Data and Bit Flip Register 47
MTU_MC73_RDBFL48 0xF00659C0          MC 73 Read Data and Bit Flip Register 48
MTU_MC73_RDBFL49 0xF00659C2          MC 73 Read Data and Bit Flip Register 49
MTU_MC73_RDBFL50 0xF00659C4          MC 73 Read Data and Bit Flip Register 50
MTU_MC73_RDBFL51 0xF00659C6          MC 73 Read Data and Bit Flip Register 51
MTU_MC73_RDBFL52 0xF00659C8          MC 73 Read Data and Bit Flip Register 52
MTU_MC73_RDBFL53 0xF00659CA          MC 73 Read Data and Bit Flip Register 53
MTU_MC73_RDBFL54 0xF00659CC          MC 73 Read Data and Bit Flip Register 54
MTU_MC73_RDBFL55 0xF00659CE          MC 73 Read Data and Bit Flip Register 55
MTU_MC73_RDBFL56 0xF00659D0          MC 73 Read Data and Bit Flip Register 56
MTU_MC73_RDBFL57 0xF00659D2          MC 73 Read Data and Bit Flip Register 57
MTU_MC73_RDBFL58 0xF00659D4          MC 73 Read Data and Bit Flip Register 58
MTU_MC73_RDBFL59 0xF00659D6          MC 73 Read Data and Bit Flip Register 59
MTU_MC73_RDBFL60 0xF00659D8          MC 73 Read Data and Bit Flip Register 60
MTU_MC73_RDBFL61 0xF00659DA          MC 73 Read Data and Bit Flip Register 61
MTU_MC73_RDBFL62 0xF00659DC          MC 73 Read Data and Bit Flip Register 62
MTU_MC73_RDBFL63 0xF00659DE          MC 73 Read Data and Bit Flip Register 63
MTU_MC73_RDBFL64 0xF00659E0          MC 73 Read Data and Bit Flip Register 64
MTU_MC73_RDBFL65 0xF00659E2          MC 73 Read Data and Bit Flip Register 65
MTU_MC73_RDBFL66 0xF00659E4          MC 73 Read Data and Bit Flip Register 66
MTU_MC73_ALMSRCS 0xF00659EE          MC 73 Alarm Sources Configuration Register
MTU_MC73_FAULTSTS 0xF00659F0          MC 73 SSH Safety Faults Status Register
MTU_MC73_ERRINFO0 0xF00659F2          MC 73 Error Information Register 0
MTU_MC73_ERRINFO1 0xF00659F4          MC 73 Error Information Register 1
MTU_MC73_ERRINFO2 0xF00659F6          MC 73 Error Information Register 2
MTU_MC73_ERRINFO3 0xF00659F8          MC 73 Error Information Register 3
MTU_MC73_ERRINFO4 0xF00659FA          MC 73 Error Information Register 4
MTU_MC74_CONFIG0 0xF0065A00          MC 74 Configuration Register 0
MTU_MC74_CONFIG1 0xF0065A02          MC 74 Configuration Register 1
MTU_MC74_MCONTROL 0xF0065A04          MC 74 MBIST Control Register
MTU_MC74_MSTATUS 0xF0065A06          MC 74 Status Register
MTU_MC74_RANGE  0xF0065A08          MC 74 Range Register, single address mode
MTU_MC74_REVID  0xF0065A0C          MC 74 Revision ID Register
MTU_MC74_ECCS   0xF0065A0E          MC 74 ECC Safety Register
MTU_MC74_ECCD   0xF0065A10          MC 74 Memory ECC Detection Register
MTU_MC74_ETRR0  0xF0065A12          MC 74 Error Tracking Register 0
MTU_MC74_ETRR1  0xF0065A14          MC 74 Error Tracking Register 1
MTU_MC74_ETRR2  0xF0065A16          MC 74 Error Tracking Register 2
MTU_MC74_ETRR3  0xF0065A18          MC 74 Error Tracking Register 3
MTU_MC74_ETRR4  0xF0065A1A          MC 74 Error Tracking Register 4
MTU_MC74_RDBFL0 0xF0065A60          MC 74 Read Data and Bit Flip Register 0
MTU_MC74_RDBFL1 0xF0065A62          MC 74 Read Data and Bit Flip Register 1
MTU_MC74_RDBFL2 0xF0065A64          MC 74 Read Data and Bit Flip Register 2
MTU_MC74_RDBFL3 0xF0065A66          MC 74 Read Data and Bit Flip Register 3
MTU_MC74_RDBFL4 0xF0065A68          MC 74 Read Data and Bit Flip Register 4
MTU_MC74_RDBFL5 0xF0065A6A          MC 74 Read Data and Bit Flip Register 5
MTU_MC74_RDBFL6 0xF0065A6C          MC 74 Read Data and Bit Flip Register 6
MTU_MC74_RDBFL7 0xF0065A6E          MC 74 Read Data and Bit Flip Register 7
MTU_MC74_RDBFL8 0xF0065A70          MC 74 Read Data and Bit Flip Register 8
MTU_MC74_RDBFL9 0xF0065A72          MC 74 Read Data and Bit Flip Register 9
MTU_MC74_RDBFL10 0xF0065A74          MC 74 Read Data and Bit Flip Register 10
MTU_MC74_RDBFL11 0xF0065A76          MC 74 Read Data and Bit Flip Register 11
MTU_MC74_RDBFL12 0xF0065A78          MC 74 Read Data and Bit Flip Register 12
MTU_MC74_RDBFL13 0xF0065A7A          MC 74 Read Data and Bit Flip Register 13
MTU_MC74_RDBFL14 0xF0065A7C          MC 74 Read Data and Bit Flip Register 14
MTU_MC74_RDBFL15 0xF0065A7E          MC 74 Read Data and Bit Flip Register 15
MTU_MC74_RDBFL16 0xF0065A80          MC 74 Read Data and Bit Flip Register 16
MTU_MC74_RDBFL17 0xF0065A82          MC 74 Read Data and Bit Flip Register 17
MTU_MC74_RDBFL18 0xF0065A84          MC 74 Read Data and Bit Flip Register 18
MTU_MC74_RDBFL19 0xF0065A86          MC 74 Read Data and Bit Flip Register 19
MTU_MC74_RDBFL20 0xF0065A88          MC 74 Read Data and Bit Flip Register 20
MTU_MC74_RDBFL21 0xF0065A8A          MC 74 Read Data and Bit Flip Register 21
MTU_MC74_RDBFL22 0xF0065A8C          MC 74 Read Data and Bit Flip Register 22
MTU_MC74_RDBFL23 0xF0065A8E          MC 74 Read Data and Bit Flip Register 23
MTU_MC74_RDBFL24 0xF0065A90          MC 74 Read Data and Bit Flip Register 24
MTU_MC74_RDBFL25 0xF0065A92          MC 74 Read Data and Bit Flip Register 25
MTU_MC74_RDBFL26 0xF0065A94          MC 74 Read Data and Bit Flip Register 26
MTU_MC74_RDBFL27 0xF0065A96          MC 74 Read Data and Bit Flip Register 27
MTU_MC74_RDBFL28 0xF0065A98          MC 74 Read Data and Bit Flip Register 28
MTU_MC74_RDBFL29 0xF0065A9A          MC 74 Read Data and Bit Flip Register 29
MTU_MC74_RDBFL30 0xF0065A9C          MC 74 Read Data and Bit Flip Register 30
MTU_MC74_RDBFL31 0xF0065A9E          MC 74 Read Data and Bit Flip Register 31
MTU_MC74_RDBFL32 0xF0065AA0          MC 74 Read Data and Bit Flip Register 32
MTU_MC74_RDBFL33 0xF0065AA2          MC 74 Read Data and Bit Flip Register 33
MTU_MC74_RDBFL34 0xF0065AA4          MC 74 Read Data and Bit Flip Register 34
MTU_MC74_RDBFL35 0xF0065AA6          MC 74 Read Data and Bit Flip Register 35
MTU_MC74_RDBFL36 0xF0065AA8          MC 74 Read Data and Bit Flip Register 36
MTU_MC74_RDBFL37 0xF0065AAA          MC 74 Read Data and Bit Flip Register 37
MTU_MC74_RDBFL38 0xF0065AAC          MC 74 Read Data and Bit Flip Register 38
MTU_MC74_RDBFL39 0xF0065AAE          MC 74 Read Data and Bit Flip Register 39
MTU_MC74_RDBFL40 0xF0065AB0          MC 74 Read Data and Bit Flip Register 40
MTU_MC74_RDBFL41 0xF0065AB2          MC 74 Read Data and Bit Flip Register 41
MTU_MC74_RDBFL42 0xF0065AB4          MC 74 Read Data and Bit Flip Register 42
MTU_MC74_RDBFL43 0xF0065AB6          MC 74 Read Data and Bit Flip Register 43
MTU_MC74_RDBFL44 0xF0065AB8          MC 74 Read Data and Bit Flip Register 44
MTU_MC74_RDBFL45 0xF0065ABA          MC 74 Read Data and Bit Flip Register 45
MTU_MC74_RDBFL46 0xF0065ABC          MC 74 Read Data and Bit Flip Register 46
MTU_MC74_RDBFL47 0xF0065ABE          MC 74 Read Data and Bit Flip Register 47
MTU_MC74_RDBFL48 0xF0065AC0          MC 74 Read Data and Bit Flip Register 48
MTU_MC74_RDBFL49 0xF0065AC2          MC 74 Read Data and Bit Flip Register 49
MTU_MC74_RDBFL50 0xF0065AC4          MC 74 Read Data and Bit Flip Register 50
MTU_MC74_RDBFL51 0xF0065AC6          MC 74 Read Data and Bit Flip Register 51
MTU_MC74_RDBFL52 0xF0065AC8          MC 74 Read Data and Bit Flip Register 52
MTU_MC74_RDBFL53 0xF0065ACA          MC 74 Read Data and Bit Flip Register 53
MTU_MC74_RDBFL54 0xF0065ACC          MC 74 Read Data and Bit Flip Register 54
MTU_MC74_RDBFL55 0xF0065ACE          MC 74 Read Data and Bit Flip Register 55
MTU_MC74_RDBFL56 0xF0065AD0          MC 74 Read Data and Bit Flip Register 56
MTU_MC74_RDBFL57 0xF0065AD2          MC 74 Read Data and Bit Flip Register 57
MTU_MC74_RDBFL58 0xF0065AD4          MC 74 Read Data and Bit Flip Register 58
MTU_MC74_RDBFL59 0xF0065AD6          MC 74 Read Data and Bit Flip Register 59
MTU_MC74_RDBFL60 0xF0065AD8          MC 74 Read Data and Bit Flip Register 60
MTU_MC74_RDBFL61 0xF0065ADA          MC 74 Read Data and Bit Flip Register 61
MTU_MC74_RDBFL62 0xF0065ADC          MC 74 Read Data and Bit Flip Register 62
MTU_MC74_RDBFL63 0xF0065ADE          MC 74 Read Data and Bit Flip Register 63
MTU_MC74_RDBFL64 0xF0065AE0          MC 74 Read Data and Bit Flip Register 64
MTU_MC74_RDBFL65 0xF0065AE2          MC 74 Read Data and Bit Flip Register 65
MTU_MC74_RDBFL66 0xF0065AE4          MC 74 Read Data and Bit Flip Register 66
MTU_MC74_ALMSRCS 0xF0065AEE          MC 74 Alarm Sources Configuration Register
MTU_MC74_FAULTSTS 0xF0065AF0          MC 74 SSH Safety Faults Status Register
MTU_MC74_ERRINFO0 0xF0065AF2          MC 74 Error Information Register 0
MTU_MC74_ERRINFO1 0xF0065AF4          MC 74 Error Information Register 1
MTU_MC74_ERRINFO2 0xF0065AF6          MC 74 Error Information Register 2
MTU_MC74_ERRINFO3 0xF0065AF8          MC 74 Error Information Register 3
MTU_MC74_ERRINFO4 0xF0065AFA          MC 74 Error Information Register 4
MTU_MC75_CONFIG0 0xF0065B00          MC 75 Configuration Register 0
MTU_MC75_CONFIG1 0xF0065B02          MC 75 Configuration Register 1
MTU_MC75_MCONTROL 0xF0065B04          MC 75 MBIST Control Register
MTU_MC75_MSTATUS 0xF0065B06          MC 75 Status Register
MTU_MC75_RANGE  0xF0065B08          MC 75 Range Register, single address mode
MTU_MC75_REVID  0xF0065B0C          MC 75 Revision ID Register
MTU_MC75_ECCS   0xF0065B0E          MC 75 ECC Safety Register
MTU_MC75_ECCD   0xF0065B10          MC 75 Memory ECC Detection Register
MTU_MC75_ETRR0  0xF0065B12          MC 75 Error Tracking Register 0
MTU_MC75_ETRR1  0xF0065B14          MC 75 Error Tracking Register 1
MTU_MC75_ETRR2  0xF0065B16          MC 75 Error Tracking Register 2
MTU_MC75_ETRR3  0xF0065B18          MC 75 Error Tracking Register 3
MTU_MC75_ETRR4  0xF0065B1A          MC 75 Error Tracking Register 4
MTU_MC75_RDBFL0 0xF0065B60          MC 75 Read Data and Bit Flip Register 0
MTU_MC75_RDBFL1 0xF0065B62          MC 75 Read Data and Bit Flip Register 1
MTU_MC75_RDBFL2 0xF0065B64          MC 75 Read Data and Bit Flip Register 2
MTU_MC75_RDBFL3 0xF0065B66          MC 75 Read Data and Bit Flip Register 3
MTU_MC75_RDBFL4 0xF0065B68          MC 75 Read Data and Bit Flip Register 4
MTU_MC75_RDBFL5 0xF0065B6A          MC 75 Read Data and Bit Flip Register 5
MTU_MC75_RDBFL6 0xF0065B6C          MC 75 Read Data and Bit Flip Register 6
MTU_MC75_RDBFL7 0xF0065B6E          MC 75 Read Data and Bit Flip Register 7
MTU_MC75_RDBFL8 0xF0065B70          MC 75 Read Data and Bit Flip Register 8
MTU_MC75_RDBFL9 0xF0065B72          MC 75 Read Data and Bit Flip Register 9
MTU_MC75_RDBFL10 0xF0065B74          MC 75 Read Data and Bit Flip Register 10
MTU_MC75_RDBFL11 0xF0065B76          MC 75 Read Data and Bit Flip Register 11
MTU_MC75_RDBFL12 0xF0065B78          MC 75 Read Data and Bit Flip Register 12
MTU_MC75_RDBFL13 0xF0065B7A          MC 75 Read Data and Bit Flip Register 13
MTU_MC75_RDBFL14 0xF0065B7C          MC 75 Read Data and Bit Flip Register 14
MTU_MC75_RDBFL15 0xF0065B7E          MC 75 Read Data and Bit Flip Register 15
MTU_MC75_RDBFL16 0xF0065B80          MC 75 Read Data and Bit Flip Register 16
MTU_MC75_RDBFL17 0xF0065B82          MC 75 Read Data and Bit Flip Register 17
MTU_MC75_RDBFL18 0xF0065B84          MC 75 Read Data and Bit Flip Register 18
MTU_MC75_RDBFL19 0xF0065B86          MC 75 Read Data and Bit Flip Register 19
MTU_MC75_RDBFL20 0xF0065B88          MC 75 Read Data and Bit Flip Register 20
MTU_MC75_RDBFL21 0xF0065B8A          MC 75 Read Data and Bit Flip Register 21
MTU_MC75_RDBFL22 0xF0065B8C          MC 75 Read Data and Bit Flip Register 22
MTU_MC75_RDBFL23 0xF0065B8E          MC 75 Read Data and Bit Flip Register 23
MTU_MC75_RDBFL24 0xF0065B90          MC 75 Read Data and Bit Flip Register 24
MTU_MC75_RDBFL25 0xF0065B92          MC 75 Read Data and Bit Flip Register 25
MTU_MC75_RDBFL26 0xF0065B94          MC 75 Read Data and Bit Flip Register 26
MTU_MC75_RDBFL27 0xF0065B96          MC 75 Read Data and Bit Flip Register 27
MTU_MC75_RDBFL28 0xF0065B98          MC 75 Read Data and Bit Flip Register 28
MTU_MC75_RDBFL29 0xF0065B9A          MC 75 Read Data and Bit Flip Register 29
MTU_MC75_RDBFL30 0xF0065B9C          MC 75 Read Data and Bit Flip Register 30
MTU_MC75_RDBFL31 0xF0065B9E          MC 75 Read Data and Bit Flip Register 31
MTU_MC75_RDBFL32 0xF0065BA0          MC 75 Read Data and Bit Flip Register 32
MTU_MC75_RDBFL33 0xF0065BA2          MC 75 Read Data and Bit Flip Register 33
MTU_MC75_RDBFL34 0xF0065BA4          MC 75 Read Data and Bit Flip Register 34
MTU_MC75_RDBFL35 0xF0065BA6          MC 75 Read Data and Bit Flip Register 35
MTU_MC75_RDBFL36 0xF0065BA8          MC 75 Read Data and Bit Flip Register 36
MTU_MC75_RDBFL37 0xF0065BAA          MC 75 Read Data and Bit Flip Register 37
MTU_MC75_RDBFL38 0xF0065BAC          MC 75 Read Data and Bit Flip Register 38
MTU_MC75_RDBFL39 0xF0065BAE          MC 75 Read Data and Bit Flip Register 39
MTU_MC75_RDBFL40 0xF0065BB0          MC 75 Read Data and Bit Flip Register 40
MTU_MC75_RDBFL41 0xF0065BB2          MC 75 Read Data and Bit Flip Register 41
MTU_MC75_RDBFL42 0xF0065BB4          MC 75 Read Data and Bit Flip Register 42
MTU_MC75_RDBFL43 0xF0065BB6          MC 75 Read Data and Bit Flip Register 43
MTU_MC75_RDBFL44 0xF0065BB8          MC 75 Read Data and Bit Flip Register 44
MTU_MC75_RDBFL45 0xF0065BBA          MC 75 Read Data and Bit Flip Register 45
MTU_MC75_RDBFL46 0xF0065BBC          MC 75 Read Data and Bit Flip Register 46
MTU_MC75_RDBFL47 0xF0065BBE          MC 75 Read Data and Bit Flip Register 47
MTU_MC75_RDBFL48 0xF0065BC0          MC 75 Read Data and Bit Flip Register 48
MTU_MC75_RDBFL49 0xF0065BC2          MC 75 Read Data and Bit Flip Register 49
MTU_MC75_RDBFL50 0xF0065BC4          MC 75 Read Data and Bit Flip Register 50
MTU_MC75_RDBFL51 0xF0065BC6          MC 75 Read Data and Bit Flip Register 51
MTU_MC75_RDBFL52 0xF0065BC8          MC 75 Read Data and Bit Flip Register 52
MTU_MC75_RDBFL53 0xF0065BCA          MC 75 Read Data and Bit Flip Register 53
MTU_MC75_RDBFL54 0xF0065BCC          MC 75 Read Data and Bit Flip Register 54
MTU_MC75_RDBFL55 0xF0065BCE          MC 75 Read Data and Bit Flip Register 55
MTU_MC75_RDBFL56 0xF0065BD0          MC 75 Read Data and Bit Flip Register 56
MTU_MC75_RDBFL57 0xF0065BD2          MC 75 Read Data and Bit Flip Register 57
MTU_MC75_RDBFL58 0xF0065BD4          MC 75 Read Data and Bit Flip Register 58
MTU_MC75_RDBFL59 0xF0065BD6          MC 75 Read Data and Bit Flip Register 59
MTU_MC75_RDBFL60 0xF0065BD8          MC 75 Read Data and Bit Flip Register 60
MTU_MC75_RDBFL61 0xF0065BDA          MC 75 Read Data and Bit Flip Register 61
MTU_MC75_RDBFL62 0xF0065BDC          MC 75 Read Data and Bit Flip Register 62
MTU_MC75_RDBFL63 0xF0065BDE          MC 75 Read Data and Bit Flip Register 63
MTU_MC75_RDBFL64 0xF0065BE0          MC 75 Read Data and Bit Flip Register 64
MTU_MC75_RDBFL65 0xF0065BE2          MC 75 Read Data and Bit Flip Register 65
MTU_MC75_RDBFL66 0xF0065BE4          MC 75 Read Data and Bit Flip Register 66
MTU_MC75_ALMSRCS 0xF0065BEE          MC 75 Alarm Sources Configuration Register
MTU_MC75_FAULTSTS 0xF0065BF0          MC 75 SSH Safety Faults Status Register
MTU_MC75_ERRINFO0 0xF0065BF2          MC 75 Error Information Register 0
MTU_MC75_ERRINFO1 0xF0065BF4          MC 75 Error Information Register 1
MTU_MC75_ERRINFO2 0xF0065BF6          MC 75 Error Information Register 2
MTU_MC75_ERRINFO3 0xF0065BF8          MC 75 Error Information Register 3
MTU_MC75_ERRINFO4 0xF0065BFA          MC 75 Error Information Register 4
MTU_MC76_CONFIG0 0xF0065C00          MC 76 Configuration Register 0
MTU_MC76_CONFIG1 0xF0065C02          MC 76 Configuration Register 1
MTU_MC76_MCONTROL 0xF0065C04          MC 76 MBIST Control Register
MTU_MC76_MSTATUS 0xF0065C06          MC 76 Status Register
MTU_MC76_RANGE  0xF0065C08          MC 76 Range Register, single address mode
MTU_MC76_REVID  0xF0065C0C          MC 76 Revision ID Register
MTU_MC76_ECCS   0xF0065C0E          MC 76 ECC Safety Register
MTU_MC76_ECCD   0xF0065C10          MC 76 Memory ECC Detection Register
MTU_MC76_ETRR0  0xF0065C12          MC 76 Error Tracking Register 0
MTU_MC76_ETRR1  0xF0065C14          MC 76 Error Tracking Register 1
MTU_MC76_ETRR2  0xF0065C16          MC 76 Error Tracking Register 2
MTU_MC76_ETRR3  0xF0065C18          MC 76 Error Tracking Register 3
MTU_MC76_ETRR4  0xF0065C1A          MC 76 Error Tracking Register 4
MTU_MC76_RDBFL0 0xF0065C60          MC 76 Read Data and Bit Flip Register 0
MTU_MC76_RDBFL1 0xF0065C62          MC 76 Read Data and Bit Flip Register 1
MTU_MC76_RDBFL2 0xF0065C64          MC 76 Read Data and Bit Flip Register 2
MTU_MC76_RDBFL3 0xF0065C66          MC 76 Read Data and Bit Flip Register 3
MTU_MC76_RDBFL4 0xF0065C68          MC 76 Read Data and Bit Flip Register 4
MTU_MC76_RDBFL5 0xF0065C6A          MC 76 Read Data and Bit Flip Register 5
MTU_MC76_RDBFL6 0xF0065C6C          MC 76 Read Data and Bit Flip Register 6
MTU_MC76_RDBFL7 0xF0065C6E          MC 76 Read Data and Bit Flip Register 7
MTU_MC76_RDBFL8 0xF0065C70          MC 76 Read Data and Bit Flip Register 8
MTU_MC76_RDBFL9 0xF0065C72          MC 76 Read Data and Bit Flip Register 9
MTU_MC76_RDBFL10 0xF0065C74          MC 76 Read Data and Bit Flip Register 10
MTU_MC76_RDBFL11 0xF0065C76          MC 76 Read Data and Bit Flip Register 11
MTU_MC76_RDBFL12 0xF0065C78          MC 76 Read Data and Bit Flip Register 12
MTU_MC76_RDBFL13 0xF0065C7A          MC 76 Read Data and Bit Flip Register 13
MTU_MC76_RDBFL14 0xF0065C7C          MC 76 Read Data and Bit Flip Register 14
MTU_MC76_RDBFL15 0xF0065C7E          MC 76 Read Data and Bit Flip Register 15
MTU_MC76_RDBFL16 0xF0065C80          MC 76 Read Data and Bit Flip Register 16
MTU_MC76_RDBFL17 0xF0065C82          MC 76 Read Data and Bit Flip Register 17
MTU_MC76_RDBFL18 0xF0065C84          MC 76 Read Data and Bit Flip Register 18
MTU_MC76_RDBFL19 0xF0065C86          MC 76 Read Data and Bit Flip Register 19
MTU_MC76_RDBFL20 0xF0065C88          MC 76 Read Data and Bit Flip Register 20
MTU_MC76_RDBFL21 0xF0065C8A          MC 76 Read Data and Bit Flip Register 21
MTU_MC76_RDBFL22 0xF0065C8C          MC 76 Read Data and Bit Flip Register 22
MTU_MC76_RDBFL23 0xF0065C8E          MC 76 Read Data and Bit Flip Register 23
MTU_MC76_RDBFL24 0xF0065C90          MC 76 Read Data and Bit Flip Register 24
MTU_MC76_RDBFL25 0xF0065C92          MC 76 Read Data and Bit Flip Register 25
MTU_MC76_RDBFL26 0xF0065C94          MC 76 Read Data and Bit Flip Register 26
MTU_MC76_RDBFL27 0xF0065C96          MC 76 Read Data and Bit Flip Register 27
MTU_MC76_RDBFL28 0xF0065C98          MC 76 Read Data and Bit Flip Register 28
MTU_MC76_RDBFL29 0xF0065C9A          MC 76 Read Data and Bit Flip Register 29
MTU_MC76_RDBFL30 0xF0065C9C          MC 76 Read Data and Bit Flip Register 30
MTU_MC76_RDBFL31 0xF0065C9E          MC 76 Read Data and Bit Flip Register 31
MTU_MC76_RDBFL32 0xF0065CA0          MC 76 Read Data and Bit Flip Register 32
MTU_MC76_RDBFL33 0xF0065CA2          MC 76 Read Data and Bit Flip Register 33
MTU_MC76_RDBFL34 0xF0065CA4          MC 76 Read Data and Bit Flip Register 34
MTU_MC76_RDBFL35 0xF0065CA6          MC 76 Read Data and Bit Flip Register 35
MTU_MC76_RDBFL36 0xF0065CA8          MC 76 Read Data and Bit Flip Register 36
MTU_MC76_RDBFL37 0xF0065CAA          MC 76 Read Data and Bit Flip Register 37
MTU_MC76_RDBFL38 0xF0065CAC          MC 76 Read Data and Bit Flip Register 38
MTU_MC76_RDBFL39 0xF0065CAE          MC 76 Read Data and Bit Flip Register 39
MTU_MC76_RDBFL40 0xF0065CB0          MC 76 Read Data and Bit Flip Register 40
MTU_MC76_RDBFL41 0xF0065CB2          MC 76 Read Data and Bit Flip Register 41
MTU_MC76_RDBFL42 0xF0065CB4          MC 76 Read Data and Bit Flip Register 42
MTU_MC76_RDBFL43 0xF0065CB6          MC 76 Read Data and Bit Flip Register 43
MTU_MC76_RDBFL44 0xF0065CB8          MC 76 Read Data and Bit Flip Register 44
MTU_MC76_RDBFL45 0xF0065CBA          MC 76 Read Data and Bit Flip Register 45
MTU_MC76_RDBFL46 0xF0065CBC          MC 76 Read Data and Bit Flip Register 46
MTU_MC76_RDBFL47 0xF0065CBE          MC 76 Read Data and Bit Flip Register 47
MTU_MC76_RDBFL48 0xF0065CC0          MC 76 Read Data and Bit Flip Register 48
MTU_MC76_RDBFL49 0xF0065CC2          MC 76 Read Data and Bit Flip Register 49
MTU_MC76_RDBFL50 0xF0065CC4          MC 76 Read Data and Bit Flip Register 50
MTU_MC76_RDBFL51 0xF0065CC6          MC 76 Read Data and Bit Flip Register 51
MTU_MC76_RDBFL52 0xF0065CC8          MC 76 Read Data and Bit Flip Register 52
MTU_MC76_RDBFL53 0xF0065CCA          MC 76 Read Data and Bit Flip Register 53
MTU_MC76_RDBFL54 0xF0065CCC          MC 76 Read Data and Bit Flip Register 54
MTU_MC76_RDBFL55 0xF0065CCE          MC 76 Read Data and Bit Flip Register 55
MTU_MC76_RDBFL56 0xF0065CD0          MC 76 Read Data and Bit Flip Register 56
MTU_MC76_RDBFL57 0xF0065CD2          MC 76 Read Data and Bit Flip Register 57
MTU_MC76_RDBFL58 0xF0065CD4          MC 76 Read Data and Bit Flip Register 58
MTU_MC76_RDBFL59 0xF0065CD6          MC 76 Read Data and Bit Flip Register 59
MTU_MC76_RDBFL60 0xF0065CD8          MC 76 Read Data and Bit Flip Register 60
MTU_MC76_RDBFL61 0xF0065CDA          MC 76 Read Data and Bit Flip Register 61
MTU_MC76_RDBFL62 0xF0065CDC          MC 76 Read Data and Bit Flip Register 62
MTU_MC76_RDBFL63 0xF0065CDE          MC 76 Read Data and Bit Flip Register 63
MTU_MC76_RDBFL64 0xF0065CE0          MC 76 Read Data and Bit Flip Register 64
MTU_MC76_RDBFL65 0xF0065CE2          MC 76 Read Data and Bit Flip Register 65
MTU_MC76_RDBFL66 0xF0065CE4          MC 76 Read Data and Bit Flip Register 66
MTU_MC76_ALMSRCS 0xF0065CEE          MC 76 Alarm Sources Configuration Register
MTU_MC76_FAULTSTS 0xF0065CF0          MC 76 SSH Safety Faults Status Register
MTU_MC76_ERRINFO0 0xF0065CF2          MC 76 Error Information Register 0
MTU_MC76_ERRINFO1 0xF0065CF4          MC 76 Error Information Register 1
MTU_MC76_ERRINFO2 0xF0065CF6          MC 76 Error Information Register 2
MTU_MC76_ERRINFO3 0xF0065CF8          MC 76 Error Information Register 3
MTU_MC76_ERRINFO4 0xF0065CFA          MC 76 Error Information Register 4
MTU_MC77_CONFIG0 0xF0065D00          MC 77 Configuration Register 0
MTU_MC77_CONFIG1 0xF0065D02          MC 77 Configuration Register 1
MTU_MC77_MCONTROL 0xF0065D04          MC 77 MBIST Control Register
MTU_MC77_MSTATUS 0xF0065D06          MC 77 Status Register
MTU_MC77_RANGE  0xF0065D08          MC 77 Range Register, single address mode
MTU_MC77_REVID  0xF0065D0C          MC 77 Revision ID Register
MTU_MC77_ECCS   0xF0065D0E          MC 77 ECC Safety Register
MTU_MC77_ECCD   0xF0065D10          MC 77 Memory ECC Detection Register
MTU_MC77_ETRR0  0xF0065D12          MC 77 Error Tracking Register 0
MTU_MC77_ETRR1  0xF0065D14          MC 77 Error Tracking Register 1
MTU_MC77_ETRR2  0xF0065D16          MC 77 Error Tracking Register 2
MTU_MC77_ETRR3  0xF0065D18          MC 77 Error Tracking Register 3
MTU_MC77_ETRR4  0xF0065D1A          MC 77 Error Tracking Register 4
MTU_MC77_RDBFL0 0xF0065D60          MC 77 Read Data and Bit Flip Register 0
MTU_MC77_RDBFL1 0xF0065D62          MC 77 Read Data and Bit Flip Register 1
MTU_MC77_RDBFL2 0xF0065D64          MC 77 Read Data and Bit Flip Register 2
MTU_MC77_RDBFL3 0xF0065D66          MC 77 Read Data and Bit Flip Register 3
MTU_MC77_RDBFL4 0xF0065D68          MC 77 Read Data and Bit Flip Register 4
MTU_MC77_RDBFL5 0xF0065D6A          MC 77 Read Data and Bit Flip Register 5
MTU_MC77_RDBFL6 0xF0065D6C          MC 77 Read Data and Bit Flip Register 6
MTU_MC77_RDBFL7 0xF0065D6E          MC 77 Read Data and Bit Flip Register 7
MTU_MC77_RDBFL8 0xF0065D70          MC 77 Read Data and Bit Flip Register 8
MTU_MC77_RDBFL9 0xF0065D72          MC 77 Read Data and Bit Flip Register 9
MTU_MC77_RDBFL10 0xF0065D74          MC 77 Read Data and Bit Flip Register 10
MTU_MC77_RDBFL11 0xF0065D76          MC 77 Read Data and Bit Flip Register 11
MTU_MC77_RDBFL12 0xF0065D78          MC 77 Read Data and Bit Flip Register 12
MTU_MC77_RDBFL13 0xF0065D7A          MC 77 Read Data and Bit Flip Register 13
MTU_MC77_RDBFL14 0xF0065D7C          MC 77 Read Data and Bit Flip Register 14
MTU_MC77_RDBFL15 0xF0065D7E          MC 77 Read Data and Bit Flip Register 15
MTU_MC77_RDBFL16 0xF0065D80          MC 77 Read Data and Bit Flip Register 16
MTU_MC77_RDBFL17 0xF0065D82          MC 77 Read Data and Bit Flip Register 17
MTU_MC77_RDBFL18 0xF0065D84          MC 77 Read Data and Bit Flip Register 18
MTU_MC77_RDBFL19 0xF0065D86          MC 77 Read Data and Bit Flip Register 19
MTU_MC77_RDBFL20 0xF0065D88          MC 77 Read Data and Bit Flip Register 20
MTU_MC77_RDBFL21 0xF0065D8A          MC 77 Read Data and Bit Flip Register 21
MTU_MC77_RDBFL22 0xF0065D8C          MC 77 Read Data and Bit Flip Register 22
MTU_MC77_RDBFL23 0xF0065D8E          MC 77 Read Data and Bit Flip Register 23
MTU_MC77_RDBFL24 0xF0065D90          MC 77 Read Data and Bit Flip Register 24
MTU_MC77_RDBFL25 0xF0065D92          MC 77 Read Data and Bit Flip Register 25
MTU_MC77_RDBFL26 0xF0065D94          MC 77 Read Data and Bit Flip Register 26
MTU_MC77_RDBFL27 0xF0065D96          MC 77 Read Data and Bit Flip Register 27
MTU_MC77_RDBFL28 0xF0065D98          MC 77 Read Data and Bit Flip Register 28
MTU_MC77_RDBFL29 0xF0065D9A          MC 77 Read Data and Bit Flip Register 29
MTU_MC77_RDBFL30 0xF0065D9C          MC 77 Read Data and Bit Flip Register 30
MTU_MC77_RDBFL31 0xF0065D9E          MC 77 Read Data and Bit Flip Register 31
MTU_MC77_RDBFL32 0xF0065DA0          MC 77 Read Data and Bit Flip Register 32
MTU_MC77_RDBFL33 0xF0065DA2          MC 77 Read Data and Bit Flip Register 33
MTU_MC77_RDBFL34 0xF0065DA4          MC 77 Read Data and Bit Flip Register 34
MTU_MC77_RDBFL35 0xF0065DA6          MC 77 Read Data and Bit Flip Register 35
MTU_MC77_RDBFL36 0xF0065DA8          MC 77 Read Data and Bit Flip Register 36
MTU_MC77_RDBFL37 0xF0065DAA          MC 77 Read Data and Bit Flip Register 37
MTU_MC77_RDBFL38 0xF0065DAC          MC 77 Read Data and Bit Flip Register 38
MTU_MC77_RDBFL39 0xF0065DAE          MC 77 Read Data and Bit Flip Register 39
MTU_MC77_RDBFL40 0xF0065DB0          MC 77 Read Data and Bit Flip Register 40
MTU_MC77_RDBFL41 0xF0065DB2          MC 77 Read Data and Bit Flip Register 41
MTU_MC77_RDBFL42 0xF0065DB4          MC 77 Read Data and Bit Flip Register 42
MTU_MC77_RDBFL43 0xF0065DB6          MC 77 Read Data and Bit Flip Register 43
MTU_MC77_RDBFL44 0xF0065DB8          MC 77 Read Data and Bit Flip Register 44
MTU_MC77_RDBFL45 0xF0065DBA          MC 77 Read Data and Bit Flip Register 45
MTU_MC77_RDBFL46 0xF0065DBC          MC 77 Read Data and Bit Flip Register 46
MTU_MC77_RDBFL47 0xF0065DBE          MC 77 Read Data and Bit Flip Register 47
MTU_MC77_RDBFL48 0xF0065DC0          MC 77 Read Data and Bit Flip Register 48
MTU_MC77_RDBFL49 0xF0065DC2          MC 77 Read Data and Bit Flip Register 49
MTU_MC77_RDBFL50 0xF0065DC4          MC 77 Read Data and Bit Flip Register 50
MTU_MC77_RDBFL51 0xF0065DC6          MC 77 Read Data and Bit Flip Register 51
MTU_MC77_RDBFL52 0xF0065DC8          MC 77 Read Data and Bit Flip Register 52
MTU_MC77_RDBFL53 0xF0065DCA          MC 77 Read Data and Bit Flip Register 53
MTU_MC77_RDBFL54 0xF0065DCC          MC 77 Read Data and Bit Flip Register 54
MTU_MC77_RDBFL55 0xF0065DCE          MC 77 Read Data and Bit Flip Register 55
MTU_MC77_RDBFL56 0xF0065DD0          MC 77 Read Data and Bit Flip Register 56
MTU_MC77_RDBFL57 0xF0065DD2          MC 77 Read Data and Bit Flip Register 57
MTU_MC77_RDBFL58 0xF0065DD4          MC 77 Read Data and Bit Flip Register 58
MTU_MC77_RDBFL59 0xF0065DD6          MC 77 Read Data and Bit Flip Register 59
MTU_MC77_RDBFL60 0xF0065DD8          MC 77 Read Data and Bit Flip Register 60
MTU_MC77_RDBFL61 0xF0065DDA          MC 77 Read Data and Bit Flip Register 61
MTU_MC77_RDBFL62 0xF0065DDC          MC 77 Read Data and Bit Flip Register 62
MTU_MC77_RDBFL63 0xF0065DDE          MC 77 Read Data and Bit Flip Register 63
MTU_MC77_RDBFL64 0xF0065DE0          MC 77 Read Data and Bit Flip Register 64
MTU_MC77_RDBFL65 0xF0065DE2          MC 77 Read Data and Bit Flip Register 65
MTU_MC77_RDBFL66 0xF0065DE4          MC 77 Read Data and Bit Flip Register 66
MTU_MC77_ALMSRCS 0xF0065DEE          MC 77 Alarm Sources Configuration Register
MTU_MC77_FAULTSTS 0xF0065DF0          MC 77 SSH Safety Faults Status Register
MTU_MC77_ERRINFO0 0xF0065DF2          MC 77 Error Information Register 0
MTU_MC77_ERRINFO1 0xF0065DF4          MC 77 Error Information Register 1
MTU_MC77_ERRINFO2 0xF0065DF6          MC 77 Error Information Register 2
MTU_MC77_ERRINFO3 0xF0065DF8          MC 77 Error Information Register 3
MTU_MC77_ERRINFO4 0xF0065DFA          MC 77 Error Information Register 4
MTU_MC78_CONFIG0 0xF0065E00          MC 78 Configuration Register 0
MTU_MC78_CONFIG1 0xF0065E02          MC 78 Configuration Register 1
MTU_MC78_MCONTROL 0xF0065E04          MC 78 MBIST Control Register
MTU_MC78_MSTATUS 0xF0065E06          MC 78 Status Register
MTU_MC78_RANGE  0xF0065E08          MC 78 Range Register, single address mode
MTU_MC78_REVID  0xF0065E0C          MC 78 Revision ID Register
MTU_MC78_ECCS   0xF0065E0E          MC 78 ECC Safety Register
MTU_MC78_ECCD   0xF0065E10          MC 78 Memory ECC Detection Register
MTU_MC78_ETRR0  0xF0065E12          MC 78 Error Tracking Register 0
MTU_MC78_ETRR1  0xF0065E14          MC 78 Error Tracking Register 1
MTU_MC78_ETRR2  0xF0065E16          MC 78 Error Tracking Register 2
MTU_MC78_ETRR3  0xF0065E18          MC 78 Error Tracking Register 3
MTU_MC78_ETRR4  0xF0065E1A          MC 78 Error Tracking Register 4
MTU_MC78_RDBFL0 0xF0065E60          MC 78 Read Data and Bit Flip Register 0
MTU_MC78_RDBFL1 0xF0065E62          MC 78 Read Data and Bit Flip Register 1
MTU_MC78_RDBFL2 0xF0065E64          MC 78 Read Data and Bit Flip Register 2
MTU_MC78_RDBFL3 0xF0065E66          MC 78 Read Data and Bit Flip Register 3
MTU_MC78_RDBFL4 0xF0065E68          MC 78 Read Data and Bit Flip Register 4
MTU_MC78_RDBFL5 0xF0065E6A          MC 78 Read Data and Bit Flip Register 5
MTU_MC78_RDBFL6 0xF0065E6C          MC 78 Read Data and Bit Flip Register 6
MTU_MC78_RDBFL7 0xF0065E6E          MC 78 Read Data and Bit Flip Register 7
MTU_MC78_RDBFL8 0xF0065E70          MC 78 Read Data and Bit Flip Register 8
MTU_MC78_RDBFL9 0xF0065E72          MC 78 Read Data and Bit Flip Register 9
MTU_MC78_RDBFL10 0xF0065E74          MC 78 Read Data and Bit Flip Register 10
MTU_MC78_RDBFL11 0xF0065E76          MC 78 Read Data and Bit Flip Register 11
MTU_MC78_RDBFL12 0xF0065E78          MC 78 Read Data and Bit Flip Register 12
MTU_MC78_RDBFL13 0xF0065E7A          MC 78 Read Data and Bit Flip Register 13
MTU_MC78_RDBFL14 0xF0065E7C          MC 78 Read Data and Bit Flip Register 14
MTU_MC78_RDBFL15 0xF0065E7E          MC 78 Read Data and Bit Flip Register 15
MTU_MC78_RDBFL16 0xF0065E80          MC 78 Read Data and Bit Flip Register 16
MTU_MC78_RDBFL17 0xF0065E82          MC 78 Read Data and Bit Flip Register 17
MTU_MC78_RDBFL18 0xF0065E84          MC 78 Read Data and Bit Flip Register 18
MTU_MC78_RDBFL19 0xF0065E86          MC 78 Read Data and Bit Flip Register 19
MTU_MC78_RDBFL20 0xF0065E88          MC 78 Read Data and Bit Flip Register 20
MTU_MC78_RDBFL21 0xF0065E8A          MC 78 Read Data and Bit Flip Register 21
MTU_MC78_RDBFL22 0xF0065E8C          MC 78 Read Data and Bit Flip Register 22
MTU_MC78_RDBFL23 0xF0065E8E          MC 78 Read Data and Bit Flip Register 23
MTU_MC78_RDBFL24 0xF0065E90          MC 78 Read Data and Bit Flip Register 24
MTU_MC78_RDBFL25 0xF0065E92          MC 78 Read Data and Bit Flip Register 25
MTU_MC78_RDBFL26 0xF0065E94          MC 78 Read Data and Bit Flip Register 26
MTU_MC78_RDBFL27 0xF0065E96          MC 78 Read Data and Bit Flip Register 27
MTU_MC78_RDBFL28 0xF0065E98          MC 78 Read Data and Bit Flip Register 28
MTU_MC78_RDBFL29 0xF0065E9A          MC 78 Read Data and Bit Flip Register 29
MTU_MC78_RDBFL30 0xF0065E9C          MC 78 Read Data and Bit Flip Register 30
MTU_MC78_RDBFL31 0xF0065E9E          MC 78 Read Data and Bit Flip Register 31
MTU_MC78_RDBFL32 0xF0065EA0          MC 78 Read Data and Bit Flip Register 32
MTU_MC78_RDBFL33 0xF0065EA2          MC 78 Read Data and Bit Flip Register 33
MTU_MC78_RDBFL34 0xF0065EA4          MC 78 Read Data and Bit Flip Register 34
MTU_MC78_RDBFL35 0xF0065EA6          MC 78 Read Data and Bit Flip Register 35
MTU_MC78_RDBFL36 0xF0065EA8          MC 78 Read Data and Bit Flip Register 36
MTU_MC78_RDBFL37 0xF0065EAA          MC 78 Read Data and Bit Flip Register 37
MTU_MC78_RDBFL38 0xF0065EAC          MC 78 Read Data and Bit Flip Register 38
MTU_MC78_RDBFL39 0xF0065EAE          MC 78 Read Data and Bit Flip Register 39
MTU_MC78_RDBFL40 0xF0065EB0          MC 78 Read Data and Bit Flip Register 40
MTU_MC78_RDBFL41 0xF0065EB2          MC 78 Read Data and Bit Flip Register 41
MTU_MC78_RDBFL42 0xF0065EB4          MC 78 Read Data and Bit Flip Register 42
MTU_MC78_RDBFL43 0xF0065EB6          MC 78 Read Data and Bit Flip Register 43
MTU_MC78_RDBFL44 0xF0065EB8          MC 78 Read Data and Bit Flip Register 44
MTU_MC78_RDBFL45 0xF0065EBA          MC 78 Read Data and Bit Flip Register 45
MTU_MC78_RDBFL46 0xF0065EBC          MC 78 Read Data and Bit Flip Register 46
MTU_MC78_RDBFL47 0xF0065EBE          MC 78 Read Data and Bit Flip Register 47
MTU_MC78_RDBFL48 0xF0065EC0          MC 78 Read Data and Bit Flip Register 48
MTU_MC78_RDBFL49 0xF0065EC2          MC 78 Read Data and Bit Flip Register 49
MTU_MC78_RDBFL50 0xF0065EC4          MC 78 Read Data and Bit Flip Register 50
MTU_MC78_RDBFL51 0xF0065EC6          MC 78 Read Data and Bit Flip Register 51
MTU_MC78_RDBFL52 0xF0065EC8          MC 78 Read Data and Bit Flip Register 52
MTU_MC78_RDBFL53 0xF0065ECA          MC 78 Read Data and Bit Flip Register 53
MTU_MC78_RDBFL54 0xF0065ECC          MC 78 Read Data and Bit Flip Register 54
MTU_MC78_RDBFL55 0xF0065ECE          MC 78 Read Data and Bit Flip Register 55
MTU_MC78_RDBFL56 0xF0065ED0          MC 78 Read Data and Bit Flip Register 56
MTU_MC78_RDBFL57 0xF0065ED2          MC 78 Read Data and Bit Flip Register 57
MTU_MC78_RDBFL58 0xF0065ED4          MC 78 Read Data and Bit Flip Register 58
MTU_MC78_RDBFL59 0xF0065ED6          MC 78 Read Data and Bit Flip Register 59
MTU_MC78_RDBFL60 0xF0065ED8          MC 78 Read Data and Bit Flip Register 60
MTU_MC78_RDBFL61 0xF0065EDA          MC 78 Read Data and Bit Flip Register 61
MTU_MC78_RDBFL62 0xF0065EDC          MC 78 Read Data and Bit Flip Register 62
MTU_MC78_RDBFL63 0xF0065EDE          MC 78 Read Data and Bit Flip Register 63
MTU_MC78_RDBFL64 0xF0065EE0          MC 78 Read Data and Bit Flip Register 64
MTU_MC78_RDBFL65 0xF0065EE2          MC 78 Read Data and Bit Flip Register 65
MTU_MC78_RDBFL66 0xF0065EE4          MC 78 Read Data and Bit Flip Register 66
MTU_MC78_ALMSRCS 0xF0065EEE          MC 78 Alarm Sources Configuration Register
MTU_MC78_FAULTSTS 0xF0065EF0          MC 78 SSH Safety Faults Status Register
MTU_MC78_ERRINFO0 0xF0065EF2          MC 78 Error Information Register 0
MTU_MC78_ERRINFO1 0xF0065EF4          MC 78 Error Information Register 1
MTU_MC78_ERRINFO2 0xF0065EF6          MC 78 Error Information Register 2
MTU_MC78_ERRINFO3 0xF0065EF8          MC 78 Error Information Register 3
MTU_MC78_ERRINFO4 0xF0065EFA          MC 78 Error Information Register 4
MTU_MC79_CONFIG0 0xF0065F00          MC 79 Configuration Register 0
MTU_MC79_CONFIG1 0xF0065F02          MC 79 Configuration Register 1
MTU_MC79_MCONTROL 0xF0065F04          MC 79 MBIST Control Register
MTU_MC79_MSTATUS 0xF0065F06          MC 79 Status Register
MTU_MC79_RANGE  0xF0065F08          MC 79 Range Register, single address mode
MTU_MC79_REVID  0xF0065F0C          MC 79 Revision ID Register
MTU_MC79_ECCS   0xF0065F0E          MC 79 ECC Safety Register
MTU_MC79_ECCD   0xF0065F10          MC 79 Memory ECC Detection Register
MTU_MC79_ETRR0  0xF0065F12          MC 79 Error Tracking Register 0
MTU_MC79_ETRR1  0xF0065F14          MC 79 Error Tracking Register 1
MTU_MC79_ETRR2  0xF0065F16          MC 79 Error Tracking Register 2
MTU_MC79_ETRR3  0xF0065F18          MC 79 Error Tracking Register 3
MTU_MC79_ETRR4  0xF0065F1A          MC 79 Error Tracking Register 4
MTU_MC79_RDBFL0 0xF0065F60          MC 79 Read Data and Bit Flip Register 0
MTU_MC79_RDBFL1 0xF0065F62          MC 79 Read Data and Bit Flip Register 1
MTU_MC79_RDBFL2 0xF0065F64          MC 79 Read Data and Bit Flip Register 2
MTU_MC79_RDBFL3 0xF0065F66          MC 79 Read Data and Bit Flip Register 3
MTU_MC79_RDBFL4 0xF0065F68          MC 79 Read Data and Bit Flip Register 4
MTU_MC79_RDBFL5 0xF0065F6A          MC 79 Read Data and Bit Flip Register 5
MTU_MC79_RDBFL6 0xF0065F6C          MC 79 Read Data and Bit Flip Register 6
MTU_MC79_RDBFL7 0xF0065F6E          MC 79 Read Data and Bit Flip Register 7
MTU_MC79_RDBFL8 0xF0065F70          MC 79 Read Data and Bit Flip Register 8
MTU_MC79_RDBFL9 0xF0065F72          MC 79 Read Data and Bit Flip Register 9
MTU_MC79_RDBFL10 0xF0065F74          MC 79 Read Data and Bit Flip Register 10
MTU_MC79_RDBFL11 0xF0065F76          MC 79 Read Data and Bit Flip Register 11
MTU_MC79_RDBFL12 0xF0065F78          MC 79 Read Data and Bit Flip Register 12
MTU_MC79_RDBFL13 0xF0065F7A          MC 79 Read Data and Bit Flip Register 13
MTU_MC79_RDBFL14 0xF0065F7C          MC 79 Read Data and Bit Flip Register 14
MTU_MC79_RDBFL15 0xF0065F7E          MC 79 Read Data and Bit Flip Register 15
MTU_MC79_RDBFL16 0xF0065F80          MC 79 Read Data and Bit Flip Register 16
MTU_MC79_RDBFL17 0xF0065F82          MC 79 Read Data and Bit Flip Register 17
MTU_MC79_RDBFL18 0xF0065F84          MC 79 Read Data and Bit Flip Register 18
MTU_MC79_RDBFL19 0xF0065F86          MC 79 Read Data and Bit Flip Register 19
MTU_MC79_RDBFL20 0xF0065F88          MC 79 Read Data and Bit Flip Register 20
MTU_MC79_RDBFL21 0xF0065F8A          MC 79 Read Data and Bit Flip Register 21
MTU_MC79_RDBFL22 0xF0065F8C          MC 79 Read Data and Bit Flip Register 22
MTU_MC79_RDBFL23 0xF0065F8E          MC 79 Read Data and Bit Flip Register 23
MTU_MC79_RDBFL24 0xF0065F90          MC 79 Read Data and Bit Flip Register 24
MTU_MC79_RDBFL25 0xF0065F92          MC 79 Read Data and Bit Flip Register 25
MTU_MC79_RDBFL26 0xF0065F94          MC 79 Read Data and Bit Flip Register 26
MTU_MC79_RDBFL27 0xF0065F96          MC 79 Read Data and Bit Flip Register 27
MTU_MC79_RDBFL28 0xF0065F98          MC 79 Read Data and Bit Flip Register 28
MTU_MC79_RDBFL29 0xF0065F9A          MC 79 Read Data and Bit Flip Register 29
MTU_MC79_RDBFL30 0xF0065F9C          MC 79 Read Data and Bit Flip Register 30
MTU_MC79_RDBFL31 0xF0065F9E          MC 79 Read Data and Bit Flip Register 31
MTU_MC79_RDBFL32 0xF0065FA0          MC 79 Read Data and Bit Flip Register 32
MTU_MC79_RDBFL33 0xF0065FA2          MC 79 Read Data and Bit Flip Register 33
MTU_MC79_RDBFL34 0xF0065FA4          MC 79 Read Data and Bit Flip Register 34
MTU_MC79_RDBFL35 0xF0065FA6          MC 79 Read Data and Bit Flip Register 35
MTU_MC79_RDBFL36 0xF0065FA8          MC 79 Read Data and Bit Flip Register 36
MTU_MC79_RDBFL37 0xF0065FAA          MC 79 Read Data and Bit Flip Register 37
MTU_MC79_RDBFL38 0xF0065FAC          MC 79 Read Data and Bit Flip Register 38
MTU_MC79_RDBFL39 0xF0065FAE          MC 79 Read Data and Bit Flip Register 39
MTU_MC79_RDBFL40 0xF0065FB0          MC 79 Read Data and Bit Flip Register 40
MTU_MC79_RDBFL41 0xF0065FB2          MC 79 Read Data and Bit Flip Register 41
MTU_MC79_RDBFL42 0xF0065FB4          MC 79 Read Data and Bit Flip Register 42
MTU_MC79_RDBFL43 0xF0065FB6          MC 79 Read Data and Bit Flip Register 43
MTU_MC79_RDBFL44 0xF0065FB8          MC 79 Read Data and Bit Flip Register 44
MTU_MC79_RDBFL45 0xF0065FBA          MC 79 Read Data and Bit Flip Register 45
MTU_MC79_RDBFL46 0xF0065FBC          MC 79 Read Data and Bit Flip Register 46
MTU_MC79_RDBFL47 0xF0065FBE          MC 79 Read Data and Bit Flip Register 47
MTU_MC79_RDBFL48 0xF0065FC0          MC 79 Read Data and Bit Flip Register 48
MTU_MC79_RDBFL49 0xF0065FC2          MC 79 Read Data and Bit Flip Register 49
MTU_MC79_RDBFL50 0xF0065FC4          MC 79 Read Data and Bit Flip Register 50
MTU_MC79_RDBFL51 0xF0065FC6          MC 79 Read Data and Bit Flip Register 51
MTU_MC79_RDBFL52 0xF0065FC8          MC 79 Read Data and Bit Flip Register 52
MTU_MC79_RDBFL53 0xF0065FCA          MC 79 Read Data and Bit Flip Register 53
MTU_MC79_RDBFL54 0xF0065FCC          MC 79 Read Data and Bit Flip Register 54
MTU_MC79_RDBFL55 0xF0065FCE          MC 79 Read Data and Bit Flip Register 55
MTU_MC79_RDBFL56 0xF0065FD0          MC 79 Read Data and Bit Flip Register 56
MTU_MC79_RDBFL57 0xF0065FD2          MC 79 Read Data and Bit Flip Register 57
MTU_MC79_RDBFL58 0xF0065FD4          MC 79 Read Data and Bit Flip Register 58
MTU_MC79_RDBFL59 0xF0065FD6          MC 79 Read Data and Bit Flip Register 59
MTU_MC79_RDBFL60 0xF0065FD8          MC 79 Read Data and Bit Flip Register 60
MTU_MC79_RDBFL61 0xF0065FDA          MC 79 Read Data and Bit Flip Register 61
MTU_MC79_RDBFL62 0xF0065FDC          MC 79 Read Data and Bit Flip Register 62
MTU_MC79_RDBFL63 0xF0065FDE          MC 79 Read Data and Bit Flip Register 63
MTU_MC79_RDBFL64 0xF0065FE0          MC 79 Read Data and Bit Flip Register 64
MTU_MC79_RDBFL65 0xF0065FE2          MC 79 Read Data and Bit Flip Register 65
MTU_MC79_RDBFL66 0xF0065FE4          MC 79 Read Data and Bit Flip Register 66
MTU_MC79_ALMSRCS 0xF0065FEE          MC 79 Alarm Sources Configuration Register
MTU_MC79_FAULTSTS 0xF0065FF0          MC 79 SSH Safety Faults Status Register
MTU_MC79_ERRINFO0 0xF0065FF2          MC 79 Error Information Register 0
MTU_MC79_ERRINFO1 0xF0065FF4          MC 79 Error Information Register 1
MTU_MC79_ERRINFO2 0xF0065FF6          MC 79 Error Information Register 2
MTU_MC79_ERRINFO3 0xF0065FF8          MC 79 Error Information Register 3
MTU_MC79_ERRINFO4 0xF0065FFA          MC 79 Error Information Register 4
MTU_MC80_CONFIG0 0xF0066000          MC 80 Configuration Register 0
MTU_MC80_CONFIG1 0xF0066002          MC 80 Configuration Register 1
MTU_MC80_MCONTROL 0xF0066004          MC 80 MBIST Control Register
MTU_MC80_MSTATUS 0xF0066006          MC 80 Status Register
MTU_MC80_RANGE  0xF0066008          MC 80 Range Register, single address mode
MTU_MC80_REVID  0xF006600C          MC 80 Revision ID Register
MTU_MC80_ECCS   0xF006600E          MC 80 ECC Safety Register
MTU_MC80_ECCD   0xF0066010          MC 80 Memory ECC Detection Register
MTU_MC80_ETRR0  0xF0066012          MC 80 Error Tracking Register 0
MTU_MC80_ETRR1  0xF0066014          MC 80 Error Tracking Register 1
MTU_MC80_ETRR2  0xF0066016          MC 80 Error Tracking Register 2
MTU_MC80_ETRR3  0xF0066018          MC 80 Error Tracking Register 3
MTU_MC80_ETRR4  0xF006601A          MC 80 Error Tracking Register 4
MTU_MC80_RDBFL0 0xF0066060          MC 80 Read Data and Bit Flip Register 0
MTU_MC80_RDBFL1 0xF0066062          MC 80 Read Data and Bit Flip Register 1
MTU_MC80_RDBFL2 0xF0066064          MC 80 Read Data and Bit Flip Register 2
MTU_MC80_RDBFL3 0xF0066066          MC 80 Read Data and Bit Flip Register 3
MTU_MC80_RDBFL4 0xF0066068          MC 80 Read Data and Bit Flip Register 4
MTU_MC80_RDBFL5 0xF006606A          MC 80 Read Data and Bit Flip Register 5
MTU_MC80_RDBFL6 0xF006606C          MC 80 Read Data and Bit Flip Register 6
MTU_MC80_RDBFL7 0xF006606E          MC 80 Read Data and Bit Flip Register 7
MTU_MC80_RDBFL8 0xF0066070          MC 80 Read Data and Bit Flip Register 8
MTU_MC80_RDBFL9 0xF0066072          MC 80 Read Data and Bit Flip Register 9
MTU_MC80_RDBFL10 0xF0066074          MC 80 Read Data and Bit Flip Register 10
MTU_MC80_RDBFL11 0xF0066076          MC 80 Read Data and Bit Flip Register 11
MTU_MC80_RDBFL12 0xF0066078          MC 80 Read Data and Bit Flip Register 12
MTU_MC80_RDBFL13 0xF006607A          MC 80 Read Data and Bit Flip Register 13
MTU_MC80_RDBFL14 0xF006607C          MC 80 Read Data and Bit Flip Register 14
MTU_MC80_RDBFL15 0xF006607E          MC 80 Read Data and Bit Flip Register 15
MTU_MC80_RDBFL16 0xF0066080          MC 80 Read Data and Bit Flip Register 16
MTU_MC80_RDBFL17 0xF0066082          MC 80 Read Data and Bit Flip Register 17
MTU_MC80_RDBFL18 0xF0066084          MC 80 Read Data and Bit Flip Register 18
MTU_MC80_RDBFL19 0xF0066086          MC 80 Read Data and Bit Flip Register 19
MTU_MC80_RDBFL20 0xF0066088          MC 80 Read Data and Bit Flip Register 20
MTU_MC80_RDBFL21 0xF006608A          MC 80 Read Data and Bit Flip Register 21
MTU_MC80_RDBFL22 0xF006608C          MC 80 Read Data and Bit Flip Register 22
MTU_MC80_RDBFL23 0xF006608E          MC 80 Read Data and Bit Flip Register 23
MTU_MC80_RDBFL24 0xF0066090          MC 80 Read Data and Bit Flip Register 24
MTU_MC80_RDBFL25 0xF0066092          MC 80 Read Data and Bit Flip Register 25
MTU_MC80_RDBFL26 0xF0066094          MC 80 Read Data and Bit Flip Register 26
MTU_MC80_RDBFL27 0xF0066096          MC 80 Read Data and Bit Flip Register 27
MTU_MC80_RDBFL28 0xF0066098          MC 80 Read Data and Bit Flip Register 28
MTU_MC80_RDBFL29 0xF006609A          MC 80 Read Data and Bit Flip Register 29
MTU_MC80_RDBFL30 0xF006609C          MC 80 Read Data and Bit Flip Register 30
MTU_MC80_RDBFL31 0xF006609E          MC 80 Read Data and Bit Flip Register 31
MTU_MC80_RDBFL32 0xF00660A0          MC 80 Read Data and Bit Flip Register 32
MTU_MC80_RDBFL33 0xF00660A2          MC 80 Read Data and Bit Flip Register 33
MTU_MC80_RDBFL34 0xF00660A4          MC 80 Read Data and Bit Flip Register 34
MTU_MC80_RDBFL35 0xF00660A6          MC 80 Read Data and Bit Flip Register 35
MTU_MC80_RDBFL36 0xF00660A8          MC 80 Read Data and Bit Flip Register 36
MTU_MC80_RDBFL37 0xF00660AA          MC 80 Read Data and Bit Flip Register 37
MTU_MC80_RDBFL38 0xF00660AC          MC 80 Read Data and Bit Flip Register 38
MTU_MC80_RDBFL39 0xF00660AE          MC 80 Read Data and Bit Flip Register 39
MTU_MC80_RDBFL40 0xF00660B0          MC 80 Read Data and Bit Flip Register 40
MTU_MC80_RDBFL41 0xF00660B2          MC 80 Read Data and Bit Flip Register 41
MTU_MC80_RDBFL42 0xF00660B4          MC 80 Read Data and Bit Flip Register 42
MTU_MC80_RDBFL43 0xF00660B6          MC 80 Read Data and Bit Flip Register 43
MTU_MC80_RDBFL44 0xF00660B8          MC 80 Read Data and Bit Flip Register 44
MTU_MC80_RDBFL45 0xF00660BA          MC 80 Read Data and Bit Flip Register 45
MTU_MC80_RDBFL46 0xF00660BC          MC 80 Read Data and Bit Flip Register 46
MTU_MC80_RDBFL47 0xF00660BE          MC 80 Read Data and Bit Flip Register 47
MTU_MC80_RDBFL48 0xF00660C0          MC 80 Read Data and Bit Flip Register 48
MTU_MC80_RDBFL49 0xF00660C2          MC 80 Read Data and Bit Flip Register 49
MTU_MC80_RDBFL50 0xF00660C4          MC 80 Read Data and Bit Flip Register 50
MTU_MC80_RDBFL51 0xF00660C6          MC 80 Read Data and Bit Flip Register 51
MTU_MC80_RDBFL52 0xF00660C8          MC 80 Read Data and Bit Flip Register 52
MTU_MC80_RDBFL53 0xF00660CA          MC 80 Read Data and Bit Flip Register 53
MTU_MC80_RDBFL54 0xF00660CC          MC 80 Read Data and Bit Flip Register 54
MTU_MC80_RDBFL55 0xF00660CE          MC 80 Read Data and Bit Flip Register 55
MTU_MC80_RDBFL56 0xF00660D0          MC 80 Read Data and Bit Flip Register 56
MTU_MC80_RDBFL57 0xF00660D2          MC 80 Read Data and Bit Flip Register 57
MTU_MC80_RDBFL58 0xF00660D4          MC 80 Read Data and Bit Flip Register 58
MTU_MC80_RDBFL59 0xF00660D6          MC 80 Read Data and Bit Flip Register 59
MTU_MC80_RDBFL60 0xF00660D8          MC 80 Read Data and Bit Flip Register 60
MTU_MC80_RDBFL61 0xF00660DA          MC 80 Read Data and Bit Flip Register 61
MTU_MC80_RDBFL62 0xF00660DC          MC 80 Read Data and Bit Flip Register 62
MTU_MC80_RDBFL63 0xF00660DE          MC 80 Read Data and Bit Flip Register 63
MTU_MC80_RDBFL64 0xF00660E0          MC 80 Read Data and Bit Flip Register 64
MTU_MC80_RDBFL65 0xF00660E2          MC 80 Read Data and Bit Flip Register 65
MTU_MC80_RDBFL66 0xF00660E4          MC 80 Read Data and Bit Flip Register 66
MTU_MC80_ALMSRCS 0xF00660EE          MC 80 Alarm Sources Configuration Register
MTU_MC80_FAULTSTS 0xF00660F0          MC 80 SSH Safety Faults Status Register
MTU_MC80_ERRINFO0 0xF00660F2          MC 80 Error Information Register 0
MTU_MC80_ERRINFO1 0xF00660F4          MC 80 Error Information Register 1
MTU_MC80_ERRINFO2 0xF00660F6          MC 80 Error Information Register 2
MTU_MC80_ERRINFO3 0xF00660F8          MC 80 Error Information Register 3
MTU_MC80_ERRINFO4 0xF00660FA          MC 80 Error Information Register 4
MTU_MC81_CONFIG0 0xF0066100          MC 81 Configuration Register 0
MTU_MC81_CONFIG1 0xF0066102          MC 81 Configuration Register 1
MTU_MC81_MCONTROL 0xF0066104          MC 81 MBIST Control Register
MTU_MC81_MSTATUS 0xF0066106          MC 81 Status Register
MTU_MC81_RANGE  0xF0066108          MC 81 Range Register, single address mode
MTU_MC81_REVID  0xF006610C          MC 81 Revision ID Register
MTU_MC81_ECCS   0xF006610E          MC 81 ECC Safety Register
MTU_MC81_ECCD   0xF0066110          MC 81 Memory ECC Detection Register
MTU_MC81_ETRR0  0xF0066112          MC 81 Error Tracking Register 0
MTU_MC81_ETRR1  0xF0066114          MC 81 Error Tracking Register 1
MTU_MC81_ETRR2  0xF0066116          MC 81 Error Tracking Register 2
MTU_MC81_ETRR3  0xF0066118          MC 81 Error Tracking Register 3
MTU_MC81_ETRR4  0xF006611A          MC 81 Error Tracking Register 4
MTU_MC81_RDBFL0 0xF0066160          MC 81 Read Data and Bit Flip Register 0
MTU_MC81_RDBFL1 0xF0066162          MC 81 Read Data and Bit Flip Register 1
MTU_MC81_RDBFL2 0xF0066164          MC 81 Read Data and Bit Flip Register 2
MTU_MC81_RDBFL3 0xF0066166          MC 81 Read Data and Bit Flip Register 3
MTU_MC81_RDBFL4 0xF0066168          MC 81 Read Data and Bit Flip Register 4
MTU_MC81_RDBFL5 0xF006616A          MC 81 Read Data and Bit Flip Register 5
MTU_MC81_RDBFL6 0xF006616C          MC 81 Read Data and Bit Flip Register 6
MTU_MC81_RDBFL7 0xF006616E          MC 81 Read Data and Bit Flip Register 7
MTU_MC81_RDBFL8 0xF0066170          MC 81 Read Data and Bit Flip Register 8
MTU_MC81_RDBFL9 0xF0066172          MC 81 Read Data and Bit Flip Register 9
MTU_MC81_RDBFL10 0xF0066174          MC 81 Read Data and Bit Flip Register 10
MTU_MC81_RDBFL11 0xF0066176          MC 81 Read Data and Bit Flip Register 11
MTU_MC81_RDBFL12 0xF0066178          MC 81 Read Data and Bit Flip Register 12
MTU_MC81_RDBFL13 0xF006617A          MC 81 Read Data and Bit Flip Register 13
MTU_MC81_RDBFL14 0xF006617C          MC 81 Read Data and Bit Flip Register 14
MTU_MC81_RDBFL15 0xF006617E          MC 81 Read Data and Bit Flip Register 15
MTU_MC81_RDBFL16 0xF0066180          MC 81 Read Data and Bit Flip Register 16
MTU_MC81_RDBFL17 0xF0066182          MC 81 Read Data and Bit Flip Register 17
MTU_MC81_RDBFL18 0xF0066184          MC 81 Read Data and Bit Flip Register 18
MTU_MC81_RDBFL19 0xF0066186          MC 81 Read Data and Bit Flip Register 19
MTU_MC81_RDBFL20 0xF0066188          MC 81 Read Data and Bit Flip Register 20
MTU_MC81_RDBFL21 0xF006618A          MC 81 Read Data and Bit Flip Register 21
MTU_MC81_RDBFL22 0xF006618C          MC 81 Read Data and Bit Flip Register 22
MTU_MC81_RDBFL23 0xF006618E          MC 81 Read Data and Bit Flip Register 23
MTU_MC81_RDBFL24 0xF0066190          MC 81 Read Data and Bit Flip Register 24
MTU_MC81_RDBFL25 0xF0066192          MC 81 Read Data and Bit Flip Register 25
MTU_MC81_RDBFL26 0xF0066194          MC 81 Read Data and Bit Flip Register 26
MTU_MC81_RDBFL27 0xF0066196          MC 81 Read Data and Bit Flip Register 27
MTU_MC81_RDBFL28 0xF0066198          MC 81 Read Data and Bit Flip Register 28
MTU_MC81_RDBFL29 0xF006619A          MC 81 Read Data and Bit Flip Register 29
MTU_MC81_RDBFL30 0xF006619C          MC 81 Read Data and Bit Flip Register 30
MTU_MC81_RDBFL31 0xF006619E          MC 81 Read Data and Bit Flip Register 31
MTU_MC81_RDBFL32 0xF00661A0          MC 81 Read Data and Bit Flip Register 32
MTU_MC81_RDBFL33 0xF00661A2          MC 81 Read Data and Bit Flip Register 33
MTU_MC81_RDBFL34 0xF00661A4          MC 81 Read Data and Bit Flip Register 34
MTU_MC81_RDBFL35 0xF00661A6          MC 81 Read Data and Bit Flip Register 35
MTU_MC81_RDBFL36 0xF00661A8          MC 81 Read Data and Bit Flip Register 36
MTU_MC81_RDBFL37 0xF00661AA          MC 81 Read Data and Bit Flip Register 37
MTU_MC81_RDBFL38 0xF00661AC          MC 81 Read Data and Bit Flip Register 38
MTU_MC81_RDBFL39 0xF00661AE          MC 81 Read Data and Bit Flip Register 39
MTU_MC81_RDBFL40 0xF00661B0          MC 81 Read Data and Bit Flip Register 40
MTU_MC81_RDBFL41 0xF00661B2          MC 81 Read Data and Bit Flip Register 41
MTU_MC81_RDBFL42 0xF00661B4          MC 81 Read Data and Bit Flip Register 42
MTU_MC81_RDBFL43 0xF00661B6          MC 81 Read Data and Bit Flip Register 43
MTU_MC81_RDBFL44 0xF00661B8          MC 81 Read Data and Bit Flip Register 44
MTU_MC81_RDBFL45 0xF00661BA          MC 81 Read Data and Bit Flip Register 45
MTU_MC81_RDBFL46 0xF00661BC          MC 81 Read Data and Bit Flip Register 46
MTU_MC81_RDBFL47 0xF00661BE          MC 81 Read Data and Bit Flip Register 47
MTU_MC81_RDBFL48 0xF00661C0          MC 81 Read Data and Bit Flip Register 48
MTU_MC81_RDBFL49 0xF00661C2          MC 81 Read Data and Bit Flip Register 49
MTU_MC81_RDBFL50 0xF00661C4          MC 81 Read Data and Bit Flip Register 50
MTU_MC81_RDBFL51 0xF00661C6          MC 81 Read Data and Bit Flip Register 51
MTU_MC81_RDBFL52 0xF00661C8          MC 81 Read Data and Bit Flip Register 52
MTU_MC81_RDBFL53 0xF00661CA          MC 81 Read Data and Bit Flip Register 53
MTU_MC81_RDBFL54 0xF00661CC          MC 81 Read Data and Bit Flip Register 54
MTU_MC81_RDBFL55 0xF00661CE          MC 81 Read Data and Bit Flip Register 55
MTU_MC81_RDBFL56 0xF00661D0          MC 81 Read Data and Bit Flip Register 56
MTU_MC81_RDBFL57 0xF00661D2          MC 81 Read Data and Bit Flip Register 57
MTU_MC81_RDBFL58 0xF00661D4          MC 81 Read Data and Bit Flip Register 58
MTU_MC81_RDBFL59 0xF00661D6          MC 81 Read Data and Bit Flip Register 59
MTU_MC81_RDBFL60 0xF00661D8          MC 81 Read Data and Bit Flip Register 60
MTU_MC81_RDBFL61 0xF00661DA          MC 81 Read Data and Bit Flip Register 61
MTU_MC81_RDBFL62 0xF00661DC          MC 81 Read Data and Bit Flip Register 62
MTU_MC81_RDBFL63 0xF00661DE          MC 81 Read Data and Bit Flip Register 63
MTU_MC81_RDBFL64 0xF00661E0          MC 81 Read Data and Bit Flip Register 64
MTU_MC81_RDBFL65 0xF00661E2          MC 81 Read Data and Bit Flip Register 65
MTU_MC81_RDBFL66 0xF00661E4          MC 81 Read Data and Bit Flip Register 66
MTU_MC81_ALMSRCS 0xF00661EE          MC 81 Alarm Sources Configuration Register
MTU_MC81_FAULTSTS 0xF00661F0          MC 81 SSH Safety Faults Status Register
MTU_MC81_ERRINFO0 0xF00661F2          MC 81 Error Information Register 0
MTU_MC81_ERRINFO1 0xF00661F4          MC 81 Error Information Register 1
MTU_MC81_ERRINFO2 0xF00661F6          MC 81 Error Information Register 2
MTU_MC81_ERRINFO3 0xF00661F8          MC 81 Error Information Register 3
MTU_MC81_ERRINFO4 0xF00661FA          MC 81 Error Information Register 4
MTU_MC82_CONFIG0 0xF0066200          MC 82 Configuration Register 0
MTU_MC82_CONFIG1 0xF0066202          MC 82 Configuration Register 1
MTU_MC82_MCONTROL 0xF0066204          MC 82 MBIST Control Register
MTU_MC82_MSTATUS 0xF0066206          MC 82 Status Register
MTU_MC82_RANGE  0xF0066208          MC 82 Range Register, single address mode
MTU_MC82_REVID  0xF006620C          MC 82 Revision ID Register
MTU_MC82_ECCS   0xF006620E          MC 82 ECC Safety Register
MTU_MC82_ECCD   0xF0066210          MC 82 Memory ECC Detection Register
MTU_MC82_ETRR0  0xF0066212          MC 82 Error Tracking Register 0
MTU_MC82_ETRR1  0xF0066214          MC 82 Error Tracking Register 1
MTU_MC82_ETRR2  0xF0066216          MC 82 Error Tracking Register 2
MTU_MC82_ETRR3  0xF0066218          MC 82 Error Tracking Register 3
MTU_MC82_ETRR4  0xF006621A          MC 82 Error Tracking Register 4
MTU_MC82_RDBFL0 0xF0066260          MC 82 Read Data and Bit Flip Register 0
MTU_MC82_RDBFL1 0xF0066262          MC 82 Read Data and Bit Flip Register 1
MTU_MC82_RDBFL2 0xF0066264          MC 82 Read Data and Bit Flip Register 2
MTU_MC82_RDBFL3 0xF0066266          MC 82 Read Data and Bit Flip Register 3
MTU_MC82_RDBFL4 0xF0066268          MC 82 Read Data and Bit Flip Register 4
MTU_MC82_RDBFL5 0xF006626A          MC 82 Read Data and Bit Flip Register 5
MTU_MC82_RDBFL6 0xF006626C          MC 82 Read Data and Bit Flip Register 6
MTU_MC82_RDBFL7 0xF006626E          MC 82 Read Data and Bit Flip Register 7
MTU_MC82_RDBFL8 0xF0066270          MC 82 Read Data and Bit Flip Register 8
MTU_MC82_RDBFL9 0xF0066272          MC 82 Read Data and Bit Flip Register 9
MTU_MC82_RDBFL10 0xF0066274          MC 82 Read Data and Bit Flip Register 10
MTU_MC82_RDBFL11 0xF0066276          MC 82 Read Data and Bit Flip Register 11
MTU_MC82_RDBFL12 0xF0066278          MC 82 Read Data and Bit Flip Register 12
MTU_MC82_RDBFL13 0xF006627A          MC 82 Read Data and Bit Flip Register 13
MTU_MC82_RDBFL14 0xF006627C          MC 82 Read Data and Bit Flip Register 14
MTU_MC82_RDBFL15 0xF006627E          MC 82 Read Data and Bit Flip Register 15
MTU_MC82_RDBFL16 0xF0066280          MC 82 Read Data and Bit Flip Register 16
MTU_MC82_RDBFL17 0xF0066282          MC 82 Read Data and Bit Flip Register 17
MTU_MC82_RDBFL18 0xF0066284          MC 82 Read Data and Bit Flip Register 18
MTU_MC82_RDBFL19 0xF0066286          MC 82 Read Data and Bit Flip Register 19
MTU_MC82_RDBFL20 0xF0066288          MC 82 Read Data and Bit Flip Register 20
MTU_MC82_RDBFL21 0xF006628A          MC 82 Read Data and Bit Flip Register 21
MTU_MC82_RDBFL22 0xF006628C          MC 82 Read Data and Bit Flip Register 22
MTU_MC82_RDBFL23 0xF006628E          MC 82 Read Data and Bit Flip Register 23
MTU_MC82_RDBFL24 0xF0066290          MC 82 Read Data and Bit Flip Register 24
MTU_MC82_RDBFL25 0xF0066292          MC 82 Read Data and Bit Flip Register 25
MTU_MC82_RDBFL26 0xF0066294          MC 82 Read Data and Bit Flip Register 26
MTU_MC82_RDBFL27 0xF0066296          MC 82 Read Data and Bit Flip Register 27
MTU_MC82_RDBFL28 0xF0066298          MC 82 Read Data and Bit Flip Register 28
MTU_MC82_RDBFL29 0xF006629A          MC 82 Read Data and Bit Flip Register 29
MTU_MC82_RDBFL30 0xF006629C          MC 82 Read Data and Bit Flip Register 30
MTU_MC82_RDBFL31 0xF006629E          MC 82 Read Data and Bit Flip Register 31
MTU_MC82_RDBFL32 0xF00662A0          MC 82 Read Data and Bit Flip Register 32
MTU_MC82_RDBFL33 0xF00662A2          MC 82 Read Data and Bit Flip Register 33
MTU_MC82_RDBFL34 0xF00662A4          MC 82 Read Data and Bit Flip Register 34
MTU_MC82_RDBFL35 0xF00662A6          MC 82 Read Data and Bit Flip Register 35
MTU_MC82_RDBFL36 0xF00662A8          MC 82 Read Data and Bit Flip Register 36
MTU_MC82_RDBFL37 0xF00662AA          MC 82 Read Data and Bit Flip Register 37
MTU_MC82_RDBFL38 0xF00662AC          MC 82 Read Data and Bit Flip Register 38
MTU_MC82_RDBFL39 0xF00662AE          MC 82 Read Data and Bit Flip Register 39
MTU_MC82_RDBFL40 0xF00662B0          MC 82 Read Data and Bit Flip Register 40
MTU_MC82_RDBFL41 0xF00662B2          MC 82 Read Data and Bit Flip Register 41
MTU_MC82_RDBFL42 0xF00662B4          MC 82 Read Data and Bit Flip Register 42
MTU_MC82_RDBFL43 0xF00662B6          MC 82 Read Data and Bit Flip Register 43
MTU_MC82_RDBFL44 0xF00662B8          MC 82 Read Data and Bit Flip Register 44
MTU_MC82_RDBFL45 0xF00662BA          MC 82 Read Data and Bit Flip Register 45
MTU_MC82_RDBFL46 0xF00662BC          MC 82 Read Data and Bit Flip Register 46
MTU_MC82_RDBFL47 0xF00662BE          MC 82 Read Data and Bit Flip Register 47
MTU_MC82_RDBFL48 0xF00662C0          MC 82 Read Data and Bit Flip Register 48
MTU_MC82_RDBFL49 0xF00662C2          MC 82 Read Data and Bit Flip Register 49
MTU_MC82_RDBFL50 0xF00662C4          MC 82 Read Data and Bit Flip Register 50
MTU_MC82_RDBFL51 0xF00662C6          MC 82 Read Data and Bit Flip Register 51
MTU_MC82_RDBFL52 0xF00662C8          MC 82 Read Data and Bit Flip Register 52
MTU_MC82_RDBFL53 0xF00662CA          MC 82 Read Data and Bit Flip Register 53
MTU_MC82_RDBFL54 0xF00662CC          MC 82 Read Data and Bit Flip Register 54
MTU_MC82_RDBFL55 0xF00662CE          MC 82 Read Data and Bit Flip Register 55
MTU_MC82_RDBFL56 0xF00662D0          MC 82 Read Data and Bit Flip Register 56
MTU_MC82_RDBFL57 0xF00662D2          MC 82 Read Data and Bit Flip Register 57
MTU_MC82_RDBFL58 0xF00662D4          MC 82 Read Data and Bit Flip Register 58
MTU_MC82_RDBFL59 0xF00662D6          MC 82 Read Data and Bit Flip Register 59
MTU_MC82_RDBFL60 0xF00662D8          MC 82 Read Data and Bit Flip Register 60
MTU_MC82_RDBFL61 0xF00662DA          MC 82 Read Data and Bit Flip Register 61
MTU_MC82_RDBFL62 0xF00662DC          MC 82 Read Data and Bit Flip Register 62
MTU_MC82_RDBFL63 0xF00662DE          MC 82 Read Data and Bit Flip Register 63
MTU_MC82_RDBFL64 0xF00662E0          MC 82 Read Data and Bit Flip Register 64
MTU_MC82_RDBFL65 0xF00662E2          MC 82 Read Data and Bit Flip Register 65
MTU_MC82_RDBFL66 0xF00662E4          MC 82 Read Data and Bit Flip Register 66
MTU_MC82_ALMSRCS 0xF00662EE          MC 82 Alarm Sources Configuration Register
MTU_MC82_FAULTSTS 0xF00662F0          MC 82 SSH Safety Faults Status Register
MTU_MC82_ERRINFO0 0xF00662F2          MC 82 Error Information Register 0
MTU_MC82_ERRINFO1 0xF00662F4          MC 82 Error Information Register 1
MTU_MC82_ERRINFO2 0xF00662F6          MC 82 Error Information Register 2
MTU_MC82_ERRINFO3 0xF00662F8          MC 82 Error Information Register 3
MTU_MC82_ERRINFO4 0xF00662FA          MC 82 Error Information Register 4
MTU_MC83_CONFIG0 0xF0066300          MC 83 Configuration Register 0
MTU_MC83_CONFIG1 0xF0066302          MC 83 Configuration Register 1
MTU_MC83_MCONTROL 0xF0066304          MC 83 MBIST Control Register
MTU_MC83_MSTATUS 0xF0066306          MC 83 Status Register
MTU_MC83_RANGE  0xF0066308          MC 83 Range Register, single address mode
MTU_MC83_REVID  0xF006630C          MC 83 Revision ID Register
MTU_MC83_ECCS   0xF006630E          MC 83 ECC Safety Register
MTU_MC83_ECCD   0xF0066310          MC 83 Memory ECC Detection Register
MTU_MC83_ETRR0  0xF0066312          MC 83 Error Tracking Register 0
MTU_MC83_ETRR1  0xF0066314          MC 83 Error Tracking Register 1
MTU_MC83_ETRR2  0xF0066316          MC 83 Error Tracking Register 2
MTU_MC83_ETRR3  0xF0066318          MC 83 Error Tracking Register 3
MTU_MC83_ETRR4  0xF006631A          MC 83 Error Tracking Register 4
MTU_MC83_RDBFL0 0xF0066360          MC 83 Read Data and Bit Flip Register 0
MTU_MC83_RDBFL1 0xF0066362          MC 83 Read Data and Bit Flip Register 1
MTU_MC83_RDBFL2 0xF0066364          MC 83 Read Data and Bit Flip Register 2
MTU_MC83_RDBFL3 0xF0066366          MC 83 Read Data and Bit Flip Register 3
MTU_MC83_RDBFL4 0xF0066368          MC 83 Read Data and Bit Flip Register 4
MTU_MC83_RDBFL5 0xF006636A          MC 83 Read Data and Bit Flip Register 5
MTU_MC83_RDBFL6 0xF006636C          MC 83 Read Data and Bit Flip Register 6
MTU_MC83_RDBFL7 0xF006636E          MC 83 Read Data and Bit Flip Register 7
MTU_MC83_RDBFL8 0xF0066370          MC 83 Read Data and Bit Flip Register 8
MTU_MC83_RDBFL9 0xF0066372          MC 83 Read Data and Bit Flip Register 9
MTU_MC83_RDBFL10 0xF0066374          MC 83 Read Data and Bit Flip Register 10
MTU_MC83_RDBFL11 0xF0066376          MC 83 Read Data and Bit Flip Register 11
MTU_MC83_RDBFL12 0xF0066378          MC 83 Read Data and Bit Flip Register 12
MTU_MC83_RDBFL13 0xF006637A          MC 83 Read Data and Bit Flip Register 13
MTU_MC83_RDBFL14 0xF006637C          MC 83 Read Data and Bit Flip Register 14
MTU_MC83_RDBFL15 0xF006637E          MC 83 Read Data and Bit Flip Register 15
MTU_MC83_RDBFL16 0xF0066380          MC 83 Read Data and Bit Flip Register 16
MTU_MC83_RDBFL17 0xF0066382          MC 83 Read Data and Bit Flip Register 17
MTU_MC83_RDBFL18 0xF0066384          MC 83 Read Data and Bit Flip Register 18
MTU_MC83_RDBFL19 0xF0066386          MC 83 Read Data and Bit Flip Register 19
MTU_MC83_RDBFL20 0xF0066388          MC 83 Read Data and Bit Flip Register 20
MTU_MC83_RDBFL21 0xF006638A          MC 83 Read Data and Bit Flip Register 21
MTU_MC83_RDBFL22 0xF006638C          MC 83 Read Data and Bit Flip Register 22
MTU_MC83_RDBFL23 0xF006638E          MC 83 Read Data and Bit Flip Register 23
MTU_MC83_RDBFL24 0xF0066390          MC 83 Read Data and Bit Flip Register 24
MTU_MC83_RDBFL25 0xF0066392          MC 83 Read Data and Bit Flip Register 25
MTU_MC83_RDBFL26 0xF0066394          MC 83 Read Data and Bit Flip Register 26
MTU_MC83_RDBFL27 0xF0066396          MC 83 Read Data and Bit Flip Register 27
MTU_MC83_RDBFL28 0xF0066398          MC 83 Read Data and Bit Flip Register 28
MTU_MC83_RDBFL29 0xF006639A          MC 83 Read Data and Bit Flip Register 29
MTU_MC83_RDBFL30 0xF006639C          MC 83 Read Data and Bit Flip Register 30
MTU_MC83_RDBFL31 0xF006639E          MC 83 Read Data and Bit Flip Register 31
MTU_MC83_RDBFL32 0xF00663A0          MC 83 Read Data and Bit Flip Register 32
MTU_MC83_RDBFL33 0xF00663A2          MC 83 Read Data and Bit Flip Register 33
MTU_MC83_RDBFL34 0xF00663A4          MC 83 Read Data and Bit Flip Register 34
MTU_MC83_RDBFL35 0xF00663A6          MC 83 Read Data and Bit Flip Register 35
MTU_MC83_RDBFL36 0xF00663A8          MC 83 Read Data and Bit Flip Register 36
MTU_MC83_RDBFL37 0xF00663AA          MC 83 Read Data and Bit Flip Register 37
MTU_MC83_RDBFL38 0xF00663AC          MC 83 Read Data and Bit Flip Register 38
MTU_MC83_RDBFL39 0xF00663AE          MC 83 Read Data and Bit Flip Register 39
MTU_MC83_RDBFL40 0xF00663B0          MC 83 Read Data and Bit Flip Register 40
MTU_MC83_RDBFL41 0xF00663B2          MC 83 Read Data and Bit Flip Register 41
MTU_MC83_RDBFL42 0xF00663B4          MC 83 Read Data and Bit Flip Register 42
MTU_MC83_RDBFL43 0xF00663B6          MC 83 Read Data and Bit Flip Register 43
MTU_MC83_RDBFL44 0xF00663B8          MC 83 Read Data and Bit Flip Register 44
MTU_MC83_RDBFL45 0xF00663BA          MC 83 Read Data and Bit Flip Register 45
MTU_MC83_RDBFL46 0xF00663BC          MC 83 Read Data and Bit Flip Register 46
MTU_MC83_RDBFL47 0xF00663BE          MC 83 Read Data and Bit Flip Register 47
MTU_MC83_RDBFL48 0xF00663C0          MC 83 Read Data and Bit Flip Register 48
MTU_MC83_RDBFL49 0xF00663C2          MC 83 Read Data and Bit Flip Register 49
MTU_MC83_RDBFL50 0xF00663C4          MC 83 Read Data and Bit Flip Register 50
MTU_MC83_RDBFL51 0xF00663C6          MC 83 Read Data and Bit Flip Register 51
MTU_MC83_RDBFL52 0xF00663C8          MC 83 Read Data and Bit Flip Register 52
MTU_MC83_RDBFL53 0xF00663CA          MC 83 Read Data and Bit Flip Register 53
MTU_MC83_RDBFL54 0xF00663CC          MC 83 Read Data and Bit Flip Register 54
MTU_MC83_RDBFL55 0xF00663CE          MC 83 Read Data and Bit Flip Register 55
MTU_MC83_RDBFL56 0xF00663D0          MC 83 Read Data and Bit Flip Register 56
MTU_MC83_RDBFL57 0xF00663D2          MC 83 Read Data and Bit Flip Register 57
MTU_MC83_RDBFL58 0xF00663D4          MC 83 Read Data and Bit Flip Register 58
MTU_MC83_RDBFL59 0xF00663D6          MC 83 Read Data and Bit Flip Register 59
MTU_MC83_RDBFL60 0xF00663D8          MC 83 Read Data and Bit Flip Register 60
MTU_MC83_RDBFL61 0xF00663DA          MC 83 Read Data and Bit Flip Register 61
MTU_MC83_RDBFL62 0xF00663DC          MC 83 Read Data and Bit Flip Register 62
MTU_MC83_RDBFL63 0xF00663DE          MC 83 Read Data and Bit Flip Register 63
MTU_MC83_RDBFL64 0xF00663E0          MC 83 Read Data and Bit Flip Register 64
MTU_MC83_RDBFL65 0xF00663E2          MC 83 Read Data and Bit Flip Register 65
MTU_MC83_RDBFL66 0xF00663E4          MC 83 Read Data and Bit Flip Register 66
MTU_MC83_ALMSRCS 0xF00663EE          MC 83 Alarm Sources Configuration Register
MTU_MC83_FAULTSTS 0xF00663F0          MC 83 SSH Safety Faults Status Register
MTU_MC83_ERRINFO0 0xF00663F2          MC 83 Error Information Register 0
MTU_MC83_ERRINFO1 0xF00663F4          MC 83 Error Information Register 1
MTU_MC83_ERRINFO2 0xF00663F6          MC 83 Error Information Register 2
MTU_MC83_ERRINFO3 0xF00663F8          MC 83 Error Information Register 3
MTU_MC83_ERRINFO4 0xF00663FA          MC 83 Error Information Register 4
MTU_MC84_CONFIG0 0xF0066400          MC 84 Configuration Register 0
MTU_MC84_CONFIG1 0xF0066402          MC 84 Configuration Register 1
MTU_MC84_MCONTROL 0xF0066404          MC 84 MBIST Control Register
MTU_MC84_MSTATUS 0xF0066406          MC 84 Status Register
MTU_MC84_RANGE  0xF0066408          MC 84 Range Register, single address mode
MTU_MC84_REVID  0xF006640C          MC 84 Revision ID Register
MTU_MC84_ECCS   0xF006640E          MC 84 ECC Safety Register
MTU_MC84_ECCD   0xF0066410          MC 84 Memory ECC Detection Register
MTU_MC84_ETRR0  0xF0066412          MC 84 Error Tracking Register 0
MTU_MC84_ETRR1  0xF0066414          MC 84 Error Tracking Register 1
MTU_MC84_ETRR2  0xF0066416          MC 84 Error Tracking Register 2
MTU_MC84_ETRR3  0xF0066418          MC 84 Error Tracking Register 3
MTU_MC84_ETRR4  0xF006641A          MC 84 Error Tracking Register 4
MTU_MC84_RDBFL0 0xF0066460          MC 84 Read Data and Bit Flip Register 0
MTU_MC84_RDBFL1 0xF0066462          MC 84 Read Data and Bit Flip Register 1
MTU_MC84_RDBFL2 0xF0066464          MC 84 Read Data and Bit Flip Register 2
MTU_MC84_RDBFL3 0xF0066466          MC 84 Read Data and Bit Flip Register 3
MTU_MC84_RDBFL4 0xF0066468          MC 84 Read Data and Bit Flip Register 4
MTU_MC84_RDBFL5 0xF006646A          MC 84 Read Data and Bit Flip Register 5
MTU_MC84_RDBFL6 0xF006646C          MC 84 Read Data and Bit Flip Register 6
MTU_MC84_RDBFL7 0xF006646E          MC 84 Read Data and Bit Flip Register 7
MTU_MC84_RDBFL8 0xF0066470          MC 84 Read Data and Bit Flip Register 8
MTU_MC84_RDBFL9 0xF0066472          MC 84 Read Data and Bit Flip Register 9
MTU_MC84_RDBFL10 0xF0066474          MC 84 Read Data and Bit Flip Register 10
MTU_MC84_RDBFL11 0xF0066476          MC 84 Read Data and Bit Flip Register 11
MTU_MC84_RDBFL12 0xF0066478          MC 84 Read Data and Bit Flip Register 12
MTU_MC84_RDBFL13 0xF006647A          MC 84 Read Data and Bit Flip Register 13
MTU_MC84_RDBFL14 0xF006647C          MC 84 Read Data and Bit Flip Register 14
MTU_MC84_RDBFL15 0xF006647E          MC 84 Read Data and Bit Flip Register 15
MTU_MC84_RDBFL16 0xF0066480          MC 84 Read Data and Bit Flip Register 16
MTU_MC84_RDBFL17 0xF0066482          MC 84 Read Data and Bit Flip Register 17
MTU_MC84_RDBFL18 0xF0066484          MC 84 Read Data and Bit Flip Register 18
MTU_MC84_RDBFL19 0xF0066486          MC 84 Read Data and Bit Flip Register 19
MTU_MC84_RDBFL20 0xF0066488          MC 84 Read Data and Bit Flip Register 20
MTU_MC84_RDBFL21 0xF006648A          MC 84 Read Data and Bit Flip Register 21
MTU_MC84_RDBFL22 0xF006648C          MC 84 Read Data and Bit Flip Register 22
MTU_MC84_RDBFL23 0xF006648E          MC 84 Read Data and Bit Flip Register 23
MTU_MC84_RDBFL24 0xF0066490          MC 84 Read Data and Bit Flip Register 24
MTU_MC84_RDBFL25 0xF0066492          MC 84 Read Data and Bit Flip Register 25
MTU_MC84_RDBFL26 0xF0066494          MC 84 Read Data and Bit Flip Register 26
MTU_MC84_RDBFL27 0xF0066496          MC 84 Read Data and Bit Flip Register 27
MTU_MC84_RDBFL28 0xF0066498          MC 84 Read Data and Bit Flip Register 28
MTU_MC84_RDBFL29 0xF006649A          MC 84 Read Data and Bit Flip Register 29
MTU_MC84_RDBFL30 0xF006649C          MC 84 Read Data and Bit Flip Register 30
MTU_MC84_RDBFL31 0xF006649E          MC 84 Read Data and Bit Flip Register 31
MTU_MC84_RDBFL32 0xF00664A0          MC 84 Read Data and Bit Flip Register 32
MTU_MC84_RDBFL33 0xF00664A2          MC 84 Read Data and Bit Flip Register 33
MTU_MC84_RDBFL34 0xF00664A4          MC 84 Read Data and Bit Flip Register 34
MTU_MC84_RDBFL35 0xF00664A6          MC 84 Read Data and Bit Flip Register 35
MTU_MC84_RDBFL36 0xF00664A8          MC 84 Read Data and Bit Flip Register 36
MTU_MC84_RDBFL37 0xF00664AA          MC 84 Read Data and Bit Flip Register 37
MTU_MC84_RDBFL38 0xF00664AC          MC 84 Read Data and Bit Flip Register 38
MTU_MC84_RDBFL39 0xF00664AE          MC 84 Read Data and Bit Flip Register 39
MTU_MC84_RDBFL40 0xF00664B0          MC 84 Read Data and Bit Flip Register 40
MTU_MC84_RDBFL41 0xF00664B2          MC 84 Read Data and Bit Flip Register 41
MTU_MC84_RDBFL42 0xF00664B4          MC 84 Read Data and Bit Flip Register 42
MTU_MC84_RDBFL43 0xF00664B6          MC 84 Read Data and Bit Flip Register 43
MTU_MC84_RDBFL44 0xF00664B8          MC 84 Read Data and Bit Flip Register 44
MTU_MC84_RDBFL45 0xF00664BA          MC 84 Read Data and Bit Flip Register 45
MTU_MC84_RDBFL46 0xF00664BC          MC 84 Read Data and Bit Flip Register 46
MTU_MC84_RDBFL47 0xF00664BE          MC 84 Read Data and Bit Flip Register 47
MTU_MC84_RDBFL48 0xF00664C0          MC 84 Read Data and Bit Flip Register 48
MTU_MC84_RDBFL49 0xF00664C2          MC 84 Read Data and Bit Flip Register 49
MTU_MC84_RDBFL50 0xF00664C4          MC 84 Read Data and Bit Flip Register 50
MTU_MC84_RDBFL51 0xF00664C6          MC 84 Read Data and Bit Flip Register 51
MTU_MC84_RDBFL52 0xF00664C8          MC 84 Read Data and Bit Flip Register 52
MTU_MC84_RDBFL53 0xF00664CA          MC 84 Read Data and Bit Flip Register 53
MTU_MC84_RDBFL54 0xF00664CC          MC 84 Read Data and Bit Flip Register 54
MTU_MC84_RDBFL55 0xF00664CE          MC 84 Read Data and Bit Flip Register 55
MTU_MC84_RDBFL56 0xF00664D0          MC 84 Read Data and Bit Flip Register 56
MTU_MC84_RDBFL57 0xF00664D2          MC 84 Read Data and Bit Flip Register 57
MTU_MC84_RDBFL58 0xF00664D4          MC 84 Read Data and Bit Flip Register 58
MTU_MC84_RDBFL59 0xF00664D6          MC 84 Read Data and Bit Flip Register 59
MTU_MC84_RDBFL60 0xF00664D8          MC 84 Read Data and Bit Flip Register 60
MTU_MC84_RDBFL61 0xF00664DA          MC 84 Read Data and Bit Flip Register 61
MTU_MC84_RDBFL62 0xF00664DC          MC 84 Read Data and Bit Flip Register 62
MTU_MC84_RDBFL63 0xF00664DE          MC 84 Read Data and Bit Flip Register 63
MTU_MC84_RDBFL64 0xF00664E0          MC 84 Read Data and Bit Flip Register 64
MTU_MC84_RDBFL65 0xF00664E2          MC 84 Read Data and Bit Flip Register 65
MTU_MC84_RDBFL66 0xF00664E4          MC 84 Read Data and Bit Flip Register 66
MTU_MC84_ALMSRCS 0xF00664EE          MC 84 Alarm Sources Configuration Register
MTU_MC84_FAULTSTS 0xF00664F0          MC 84 SSH Safety Faults Status Register
MTU_MC84_ERRINFO0 0xF00664F2          MC 84 Error Information Register 0
MTU_MC84_ERRINFO1 0xF00664F4          MC 84 Error Information Register 1
MTU_MC84_ERRINFO2 0xF00664F6          MC 84 Error Information Register 2
MTU_MC84_ERRINFO3 0xF00664F8          MC 84 Error Information Register 3
MTU_MC84_ERRINFO4 0xF00664FA          MC 84 Error Information Register 4
MTU_MC85_CONFIG0 0xF0066500          MC 85 Configuration Register 0
MTU_MC85_CONFIG1 0xF0066502          MC 85 Configuration Register 1
MTU_MC85_MCONTROL 0xF0066504          MC 85 MBIST Control Register
MTU_MC85_MSTATUS 0xF0066506          MC 85 Status Register
MTU_MC85_RANGE  0xF0066508          MC 85 Range Register, single address mode
MTU_MC85_REVID  0xF006650C          MC 85 Revision ID Register
MTU_MC85_ECCS   0xF006650E          MC 85 ECC Safety Register
MTU_MC85_ECCD   0xF0066510          MC 85 Memory ECC Detection Register
MTU_MC85_ETRR0  0xF0066512          MC 85 Error Tracking Register 0
MTU_MC85_ETRR1  0xF0066514          MC 85 Error Tracking Register 1
MTU_MC85_ETRR2  0xF0066516          MC 85 Error Tracking Register 2
MTU_MC85_ETRR3  0xF0066518          MC 85 Error Tracking Register 3
MTU_MC85_ETRR4  0xF006651A          MC 85 Error Tracking Register 4
MTU_MC85_RDBFL0 0xF0066560          MC 85 Read Data and Bit Flip Register 0
MTU_MC85_RDBFL1 0xF0066562          MC 85 Read Data and Bit Flip Register 1
MTU_MC85_RDBFL2 0xF0066564          MC 85 Read Data and Bit Flip Register 2
MTU_MC85_RDBFL3 0xF0066566          MC 85 Read Data and Bit Flip Register 3
MTU_MC85_RDBFL4 0xF0066568          MC 85 Read Data and Bit Flip Register 4
MTU_MC85_RDBFL5 0xF006656A          MC 85 Read Data and Bit Flip Register 5
MTU_MC85_RDBFL6 0xF006656C          MC 85 Read Data and Bit Flip Register 6
MTU_MC85_RDBFL7 0xF006656E          MC 85 Read Data and Bit Flip Register 7
MTU_MC85_RDBFL8 0xF0066570          MC 85 Read Data and Bit Flip Register 8
MTU_MC85_RDBFL9 0xF0066572          MC 85 Read Data and Bit Flip Register 9
MTU_MC85_RDBFL10 0xF0066574          MC 85 Read Data and Bit Flip Register 10
MTU_MC85_RDBFL11 0xF0066576          MC 85 Read Data and Bit Flip Register 11
MTU_MC85_RDBFL12 0xF0066578          MC 85 Read Data and Bit Flip Register 12
MTU_MC85_RDBFL13 0xF006657A          MC 85 Read Data and Bit Flip Register 13
MTU_MC85_RDBFL14 0xF006657C          MC 85 Read Data and Bit Flip Register 14
MTU_MC85_RDBFL15 0xF006657E          MC 85 Read Data and Bit Flip Register 15
MTU_MC85_RDBFL16 0xF0066580          MC 85 Read Data and Bit Flip Register 16
MTU_MC85_RDBFL17 0xF0066582          MC 85 Read Data and Bit Flip Register 17
MTU_MC85_RDBFL18 0xF0066584          MC 85 Read Data and Bit Flip Register 18
MTU_MC85_RDBFL19 0xF0066586          MC 85 Read Data and Bit Flip Register 19
MTU_MC85_RDBFL20 0xF0066588          MC 85 Read Data and Bit Flip Register 20
MTU_MC85_RDBFL21 0xF006658A          MC 85 Read Data and Bit Flip Register 21
MTU_MC85_RDBFL22 0xF006658C          MC 85 Read Data and Bit Flip Register 22
MTU_MC85_RDBFL23 0xF006658E          MC 85 Read Data and Bit Flip Register 23
MTU_MC85_RDBFL24 0xF0066590          MC 85 Read Data and Bit Flip Register 24
MTU_MC85_RDBFL25 0xF0066592          MC 85 Read Data and Bit Flip Register 25
MTU_MC85_RDBFL26 0xF0066594          MC 85 Read Data and Bit Flip Register 26
MTU_MC85_RDBFL27 0xF0066596          MC 85 Read Data and Bit Flip Register 27
MTU_MC85_RDBFL28 0xF0066598          MC 85 Read Data and Bit Flip Register 28
MTU_MC85_RDBFL29 0xF006659A          MC 85 Read Data and Bit Flip Register 29
MTU_MC85_RDBFL30 0xF006659C          MC 85 Read Data and Bit Flip Register 30
MTU_MC85_RDBFL31 0xF006659E          MC 85 Read Data and Bit Flip Register 31
MTU_MC85_RDBFL32 0xF00665A0          MC 85 Read Data and Bit Flip Register 32
MTU_MC85_RDBFL33 0xF00665A2          MC 85 Read Data and Bit Flip Register 33
MTU_MC85_RDBFL34 0xF00665A4          MC 85 Read Data and Bit Flip Register 34
MTU_MC85_RDBFL35 0xF00665A6          MC 85 Read Data and Bit Flip Register 35
MTU_MC85_RDBFL36 0xF00665A8          MC 85 Read Data and Bit Flip Register 36
MTU_MC85_RDBFL37 0xF00665AA          MC 85 Read Data and Bit Flip Register 37
MTU_MC85_RDBFL38 0xF00665AC          MC 85 Read Data and Bit Flip Register 38
MTU_MC85_RDBFL39 0xF00665AE          MC 85 Read Data and Bit Flip Register 39
MTU_MC85_RDBFL40 0xF00665B0          MC 85 Read Data and Bit Flip Register 40
MTU_MC85_RDBFL41 0xF00665B2          MC 85 Read Data and Bit Flip Register 41
MTU_MC85_RDBFL42 0xF00665B4          MC 85 Read Data and Bit Flip Register 42
MTU_MC85_RDBFL43 0xF00665B6          MC 85 Read Data and Bit Flip Register 43
MTU_MC85_RDBFL44 0xF00665B8          MC 85 Read Data and Bit Flip Register 44
MTU_MC85_RDBFL45 0xF00665BA          MC 85 Read Data and Bit Flip Register 45
MTU_MC85_RDBFL46 0xF00665BC          MC 85 Read Data and Bit Flip Register 46
MTU_MC85_RDBFL47 0xF00665BE          MC 85 Read Data and Bit Flip Register 47
MTU_MC85_RDBFL48 0xF00665C0          MC 85 Read Data and Bit Flip Register 48
MTU_MC85_RDBFL49 0xF00665C2          MC 85 Read Data and Bit Flip Register 49
MTU_MC85_RDBFL50 0xF00665C4          MC 85 Read Data and Bit Flip Register 50
MTU_MC85_RDBFL51 0xF00665C6          MC 85 Read Data and Bit Flip Register 51
MTU_MC85_RDBFL52 0xF00665C8          MC 85 Read Data and Bit Flip Register 52
MTU_MC85_RDBFL53 0xF00665CA          MC 85 Read Data and Bit Flip Register 53
MTU_MC85_RDBFL54 0xF00665CC          MC 85 Read Data and Bit Flip Register 54
MTU_MC85_RDBFL55 0xF00665CE          MC 85 Read Data and Bit Flip Register 55
MTU_MC85_RDBFL56 0xF00665D0          MC 85 Read Data and Bit Flip Register 56
MTU_MC85_RDBFL57 0xF00665D2          MC 85 Read Data and Bit Flip Register 57
MTU_MC85_RDBFL58 0xF00665D4          MC 85 Read Data and Bit Flip Register 58
MTU_MC85_RDBFL59 0xF00665D6          MC 85 Read Data and Bit Flip Register 59
MTU_MC85_RDBFL60 0xF00665D8          MC 85 Read Data and Bit Flip Register 60
MTU_MC85_RDBFL61 0xF00665DA          MC 85 Read Data and Bit Flip Register 61
MTU_MC85_RDBFL62 0xF00665DC          MC 85 Read Data and Bit Flip Register 62
MTU_MC85_RDBFL63 0xF00665DE          MC 85 Read Data and Bit Flip Register 63
MTU_MC85_RDBFL64 0xF00665E0          MC 85 Read Data and Bit Flip Register 64
MTU_MC85_RDBFL65 0xF00665E2          MC 85 Read Data and Bit Flip Register 65
MTU_MC85_RDBFL66 0xF00665E4          MC 85 Read Data and Bit Flip Register 66
MTU_MC85_ALMSRCS 0xF00665EE          MC 85 Alarm Sources Configuration Register
MTU_MC85_FAULTSTS 0xF00665F0          MC 85 SSH Safety Faults Status Register
MTU_MC85_ERRINFO0 0xF00665F2          MC 85 Error Information Register 0
MTU_MC85_ERRINFO1 0xF00665F4          MC 85 Error Information Register 1
MTU_MC85_ERRINFO2 0xF00665F6          MC 85 Error Information Register 2
MTU_MC85_ERRINFO3 0xF00665F8          MC 85 Error Information Register 3
MTU_MC85_ERRINFO4 0xF00665FA          MC 85 Error Information Register 4
MTU_MC86_CONFIG0 0xF0066600          MC 86 Configuration Register 0
MTU_MC86_CONFIG1 0xF0066602          MC 86 Configuration Register 1
MTU_MC86_MCONTROL 0xF0066604          MC 86 MBIST Control Register
MTU_MC86_MSTATUS 0xF0066606          MC 86 Status Register
MTU_MC86_RANGE  0xF0066608          MC 86 Range Register, single address mode
MTU_MC86_REVID  0xF006660C          MC 86 Revision ID Register
MTU_MC86_ECCS   0xF006660E          MC 86 ECC Safety Register
MTU_MC86_ECCD   0xF0066610          MC 86 Memory ECC Detection Register
MTU_MC86_ETRR0  0xF0066612          MC 86 Error Tracking Register 0
MTU_MC86_ETRR1  0xF0066614          MC 86 Error Tracking Register 1
MTU_MC86_ETRR2  0xF0066616          MC 86 Error Tracking Register 2
MTU_MC86_ETRR3  0xF0066618          MC 86 Error Tracking Register 3
MTU_MC86_ETRR4  0xF006661A          MC 86 Error Tracking Register 4
MTU_MC86_RDBFL0 0xF0066660          MC 86 Read Data and Bit Flip Register 0
MTU_MC86_RDBFL1 0xF0066662          MC 86 Read Data and Bit Flip Register 1
MTU_MC86_RDBFL2 0xF0066664          MC 86 Read Data and Bit Flip Register 2
MTU_MC86_RDBFL3 0xF0066666          MC 86 Read Data and Bit Flip Register 3
MTU_MC86_RDBFL4 0xF0066668          MC 86 Read Data and Bit Flip Register 4
MTU_MC86_RDBFL5 0xF006666A          MC 86 Read Data and Bit Flip Register 5
MTU_MC86_RDBFL6 0xF006666C          MC 86 Read Data and Bit Flip Register 6
MTU_MC86_RDBFL7 0xF006666E          MC 86 Read Data and Bit Flip Register 7
MTU_MC86_RDBFL8 0xF0066670          MC 86 Read Data and Bit Flip Register 8
MTU_MC86_RDBFL9 0xF0066672          MC 86 Read Data and Bit Flip Register 9
MTU_MC86_RDBFL10 0xF0066674          MC 86 Read Data and Bit Flip Register 10
MTU_MC86_RDBFL11 0xF0066676          MC 86 Read Data and Bit Flip Register 11
MTU_MC86_RDBFL12 0xF0066678          MC 86 Read Data and Bit Flip Register 12
MTU_MC86_RDBFL13 0xF006667A          MC 86 Read Data and Bit Flip Register 13
MTU_MC86_RDBFL14 0xF006667C          MC 86 Read Data and Bit Flip Register 14
MTU_MC86_RDBFL15 0xF006667E          MC 86 Read Data and Bit Flip Register 15
MTU_MC86_RDBFL16 0xF0066680          MC 86 Read Data and Bit Flip Register 16
MTU_MC86_RDBFL17 0xF0066682          MC 86 Read Data and Bit Flip Register 17
MTU_MC86_RDBFL18 0xF0066684          MC 86 Read Data and Bit Flip Register 18
MTU_MC86_RDBFL19 0xF0066686          MC 86 Read Data and Bit Flip Register 19
MTU_MC86_RDBFL20 0xF0066688          MC 86 Read Data and Bit Flip Register 20
MTU_MC86_RDBFL21 0xF006668A          MC 86 Read Data and Bit Flip Register 21
MTU_MC86_RDBFL22 0xF006668C          MC 86 Read Data and Bit Flip Register 22
MTU_MC86_RDBFL23 0xF006668E          MC 86 Read Data and Bit Flip Register 23
MTU_MC86_RDBFL24 0xF0066690          MC 86 Read Data and Bit Flip Register 24
MTU_MC86_RDBFL25 0xF0066692          MC 86 Read Data and Bit Flip Register 25
MTU_MC86_RDBFL26 0xF0066694          MC 86 Read Data and Bit Flip Register 26
MTU_MC86_RDBFL27 0xF0066696          MC 86 Read Data and Bit Flip Register 27
MTU_MC86_RDBFL28 0xF0066698          MC 86 Read Data and Bit Flip Register 28
MTU_MC86_RDBFL29 0xF006669A          MC 86 Read Data and Bit Flip Register 29
MTU_MC86_RDBFL30 0xF006669C          MC 86 Read Data and Bit Flip Register 30
MTU_MC86_RDBFL31 0xF006669E          MC 86 Read Data and Bit Flip Register 31
MTU_MC86_RDBFL32 0xF00666A0          MC 86 Read Data and Bit Flip Register 32
MTU_MC86_RDBFL33 0xF00666A2          MC 86 Read Data and Bit Flip Register 33
MTU_MC86_RDBFL34 0xF00666A4          MC 86 Read Data and Bit Flip Register 34
MTU_MC86_RDBFL35 0xF00666A6          MC 86 Read Data and Bit Flip Register 35
MTU_MC86_RDBFL36 0xF00666A8          MC 86 Read Data and Bit Flip Register 36
MTU_MC86_RDBFL37 0xF00666AA          MC 86 Read Data and Bit Flip Register 37
MTU_MC86_RDBFL38 0xF00666AC          MC 86 Read Data and Bit Flip Register 38
MTU_MC86_RDBFL39 0xF00666AE          MC 86 Read Data and Bit Flip Register 39
MTU_MC86_RDBFL40 0xF00666B0          MC 86 Read Data and Bit Flip Register 40
MTU_MC86_RDBFL41 0xF00666B2          MC 86 Read Data and Bit Flip Register 41
MTU_MC86_RDBFL42 0xF00666B4          MC 86 Read Data and Bit Flip Register 42
MTU_MC86_RDBFL43 0xF00666B6          MC 86 Read Data and Bit Flip Register 43
MTU_MC86_RDBFL44 0xF00666B8          MC 86 Read Data and Bit Flip Register 44
MTU_MC86_RDBFL45 0xF00666BA          MC 86 Read Data and Bit Flip Register 45
MTU_MC86_RDBFL46 0xF00666BC          MC 86 Read Data and Bit Flip Register 46
MTU_MC86_RDBFL47 0xF00666BE          MC 86 Read Data and Bit Flip Register 47
MTU_MC86_RDBFL48 0xF00666C0          MC 86 Read Data and Bit Flip Register 48
MTU_MC86_RDBFL49 0xF00666C2          MC 86 Read Data and Bit Flip Register 49
MTU_MC86_RDBFL50 0xF00666C4          MC 86 Read Data and Bit Flip Register 50
MTU_MC86_RDBFL51 0xF00666C6          MC 86 Read Data and Bit Flip Register 51
MTU_MC86_RDBFL52 0xF00666C8          MC 86 Read Data and Bit Flip Register 52
MTU_MC86_RDBFL53 0xF00666CA          MC 86 Read Data and Bit Flip Register 53
MTU_MC86_RDBFL54 0xF00666CC          MC 86 Read Data and Bit Flip Register 54
MTU_MC86_RDBFL55 0xF00666CE          MC 86 Read Data and Bit Flip Register 55
MTU_MC86_RDBFL56 0xF00666D0          MC 86 Read Data and Bit Flip Register 56
MTU_MC86_RDBFL57 0xF00666D2          MC 86 Read Data and Bit Flip Register 57
MTU_MC86_RDBFL58 0xF00666D4          MC 86 Read Data and Bit Flip Register 58
MTU_MC86_RDBFL59 0xF00666D6          MC 86 Read Data and Bit Flip Register 59
MTU_MC86_RDBFL60 0xF00666D8          MC 86 Read Data and Bit Flip Register 60
MTU_MC86_RDBFL61 0xF00666DA          MC 86 Read Data and Bit Flip Register 61
MTU_MC86_RDBFL62 0xF00666DC          MC 86 Read Data and Bit Flip Register 62
MTU_MC86_RDBFL63 0xF00666DE          MC 86 Read Data and Bit Flip Register 63
MTU_MC86_RDBFL64 0xF00666E0          MC 86 Read Data and Bit Flip Register 64
MTU_MC86_RDBFL65 0xF00666E2          MC 86 Read Data and Bit Flip Register 65
MTU_MC86_RDBFL66 0xF00666E4          MC 86 Read Data and Bit Flip Register 66
MTU_MC86_ALMSRCS 0xF00666EE          MC 86 Alarm Sources Configuration Register
MTU_MC86_FAULTSTS 0xF00666F0          MC 86 SSH Safety Faults Status Register
MTU_MC86_ERRINFO0 0xF00666F2          MC 86 Error Information Register 0
MTU_MC86_ERRINFO1 0xF00666F4          MC 86 Error Information Register 1
MTU_MC86_ERRINFO2 0xF00666F6          MC 86 Error Information Register 2
MTU_MC86_ERRINFO3 0xF00666F8          MC 86 Error Information Register 3
MTU_MC86_ERRINFO4 0xF00666FA          MC 86 Error Information Register 4
MTU_MC87_CONFIG0 0xF0066700          MC 87 Configuration Register 0
MTU_MC87_CONFIG1 0xF0066702          MC 87 Configuration Register 1
MTU_MC87_MCONTROL 0xF0066704          MC 87 MBIST Control Register
MTU_MC87_MSTATUS 0xF0066706          MC 87 Status Register
MTU_MC87_RANGE  0xF0066708          MC 87 Range Register, single address mode
MTU_MC87_REVID  0xF006670C          MC 87 Revision ID Register
MTU_MC87_ECCS   0xF006670E          MC 87 ECC Safety Register
MTU_MC87_ECCD   0xF0066710          MC 87 Memory ECC Detection Register
MTU_MC87_ETRR0  0xF0066712          MC 87 Error Tracking Register 0
MTU_MC87_ETRR1  0xF0066714          MC 87 Error Tracking Register 1
MTU_MC87_ETRR2  0xF0066716          MC 87 Error Tracking Register 2
MTU_MC87_ETRR3  0xF0066718          MC 87 Error Tracking Register 3
MTU_MC87_ETRR4  0xF006671A          MC 87 Error Tracking Register 4
MTU_MC87_RDBFL0 0xF0066760          MC 87 Read Data and Bit Flip Register 0
MTU_MC87_RDBFL1 0xF0066762          MC 87 Read Data and Bit Flip Register 1
MTU_MC87_RDBFL2 0xF0066764          MC 87 Read Data and Bit Flip Register 2
MTU_MC87_RDBFL3 0xF0066766          MC 87 Read Data and Bit Flip Register 3
MTU_MC87_RDBFL4 0xF0066768          MC 87 Read Data and Bit Flip Register 4
MTU_MC87_RDBFL5 0xF006676A          MC 87 Read Data and Bit Flip Register 5
MTU_MC87_RDBFL6 0xF006676C          MC 87 Read Data and Bit Flip Register 6
MTU_MC87_RDBFL7 0xF006676E          MC 87 Read Data and Bit Flip Register 7
MTU_MC87_RDBFL8 0xF0066770          MC 87 Read Data and Bit Flip Register 8
MTU_MC87_RDBFL9 0xF0066772          MC 87 Read Data and Bit Flip Register 9
MTU_MC87_RDBFL10 0xF0066774          MC 87 Read Data and Bit Flip Register 10
MTU_MC87_RDBFL11 0xF0066776          MC 87 Read Data and Bit Flip Register 11
MTU_MC87_RDBFL12 0xF0066778          MC 87 Read Data and Bit Flip Register 12
MTU_MC87_RDBFL13 0xF006677A          MC 87 Read Data and Bit Flip Register 13
MTU_MC87_RDBFL14 0xF006677C          MC 87 Read Data and Bit Flip Register 14
MTU_MC87_RDBFL15 0xF006677E          MC 87 Read Data and Bit Flip Register 15
MTU_MC87_RDBFL16 0xF0066780          MC 87 Read Data and Bit Flip Register 16
MTU_MC87_RDBFL17 0xF0066782          MC 87 Read Data and Bit Flip Register 17
MTU_MC87_RDBFL18 0xF0066784          MC 87 Read Data and Bit Flip Register 18
MTU_MC87_RDBFL19 0xF0066786          MC 87 Read Data and Bit Flip Register 19
MTU_MC87_RDBFL20 0xF0066788          MC 87 Read Data and Bit Flip Register 20
MTU_MC87_RDBFL21 0xF006678A          MC 87 Read Data and Bit Flip Register 21
MTU_MC87_RDBFL22 0xF006678C          MC 87 Read Data and Bit Flip Register 22
MTU_MC87_RDBFL23 0xF006678E          MC 87 Read Data and Bit Flip Register 23
MTU_MC87_RDBFL24 0xF0066790          MC 87 Read Data and Bit Flip Register 24
MTU_MC87_RDBFL25 0xF0066792          MC 87 Read Data and Bit Flip Register 25
MTU_MC87_RDBFL26 0xF0066794          MC 87 Read Data and Bit Flip Register 26
MTU_MC87_RDBFL27 0xF0066796          MC 87 Read Data and Bit Flip Register 27
MTU_MC87_RDBFL28 0xF0066798          MC 87 Read Data and Bit Flip Register 28
MTU_MC87_RDBFL29 0xF006679A          MC 87 Read Data and Bit Flip Register 29
MTU_MC87_RDBFL30 0xF006679C          MC 87 Read Data and Bit Flip Register 30
MTU_MC87_RDBFL31 0xF006679E          MC 87 Read Data and Bit Flip Register 31
MTU_MC87_RDBFL32 0xF00667A0          MC 87 Read Data and Bit Flip Register 32
MTU_MC87_RDBFL33 0xF00667A2          MC 87 Read Data and Bit Flip Register 33
MTU_MC87_RDBFL34 0xF00667A4          MC 87 Read Data and Bit Flip Register 34
MTU_MC87_RDBFL35 0xF00667A6          MC 87 Read Data and Bit Flip Register 35
MTU_MC87_RDBFL36 0xF00667A8          MC 87 Read Data and Bit Flip Register 36
MTU_MC87_RDBFL37 0xF00667AA          MC 87 Read Data and Bit Flip Register 37
MTU_MC87_RDBFL38 0xF00667AC          MC 87 Read Data and Bit Flip Register 38
MTU_MC87_RDBFL39 0xF00667AE          MC 87 Read Data and Bit Flip Register 39
MTU_MC87_RDBFL40 0xF00667B0          MC 87 Read Data and Bit Flip Register 40
MTU_MC87_RDBFL41 0xF00667B2          MC 87 Read Data and Bit Flip Register 41
MTU_MC87_RDBFL42 0xF00667B4          MC 87 Read Data and Bit Flip Register 42
MTU_MC87_RDBFL43 0xF00667B6          MC 87 Read Data and Bit Flip Register 43
MTU_MC87_RDBFL44 0xF00667B8          MC 87 Read Data and Bit Flip Register 44
MTU_MC87_RDBFL45 0xF00667BA          MC 87 Read Data and Bit Flip Register 45
MTU_MC87_RDBFL46 0xF00667BC          MC 87 Read Data and Bit Flip Register 46
MTU_MC87_RDBFL47 0xF00667BE          MC 87 Read Data and Bit Flip Register 47
MTU_MC87_RDBFL48 0xF00667C0          MC 87 Read Data and Bit Flip Register 48
MTU_MC87_RDBFL49 0xF00667C2          MC 87 Read Data and Bit Flip Register 49
MTU_MC87_RDBFL50 0xF00667C4          MC 87 Read Data and Bit Flip Register 50
MTU_MC87_RDBFL51 0xF00667C6          MC 87 Read Data and Bit Flip Register 51
MTU_MC87_RDBFL52 0xF00667C8          MC 87 Read Data and Bit Flip Register 52
MTU_MC87_RDBFL53 0xF00667CA          MC 87 Read Data and Bit Flip Register 53
MTU_MC87_RDBFL54 0xF00667CC          MC 87 Read Data and Bit Flip Register 54
MTU_MC87_RDBFL55 0xF00667CE          MC 87 Read Data and Bit Flip Register 55
MTU_MC87_RDBFL56 0xF00667D0          MC 87 Read Data and Bit Flip Register 56
MTU_MC87_RDBFL57 0xF00667D2          MC 87 Read Data and Bit Flip Register 57
MTU_MC87_RDBFL58 0xF00667D4          MC 87 Read Data and Bit Flip Register 58
MTU_MC87_RDBFL59 0xF00667D6          MC 87 Read Data and Bit Flip Register 59
MTU_MC87_RDBFL60 0xF00667D8          MC 87 Read Data and Bit Flip Register 60
MTU_MC87_RDBFL61 0xF00667DA          MC 87 Read Data and Bit Flip Register 61
MTU_MC87_RDBFL62 0xF00667DC          MC 87 Read Data and Bit Flip Register 62
MTU_MC87_RDBFL63 0xF00667DE          MC 87 Read Data and Bit Flip Register 63
MTU_MC87_RDBFL64 0xF00667E0          MC 87 Read Data and Bit Flip Register 64
MTU_MC87_RDBFL65 0xF00667E2          MC 87 Read Data and Bit Flip Register 65
MTU_MC87_RDBFL66 0xF00667E4          MC 87 Read Data and Bit Flip Register 66
MTU_MC87_ALMSRCS 0xF00667EE          MC 87 Alarm Sources Configuration Register
MTU_MC87_FAULTSTS 0xF00667F0          MC 87 SSH Safety Faults Status Register
MTU_MC87_ERRINFO0 0xF00667F2          MC 87 Error Information Register 0
MTU_MC87_ERRINFO1 0xF00667F4          MC 87 Error Information Register 1
MTU_MC87_ERRINFO2 0xF00667F6          MC 87 Error Information Register 2
MTU_MC87_ERRINFO3 0xF00667F8          MC 87 Error Information Register 3
MTU_MC87_ERRINFO4 0xF00667FA          MC 87 Error Information Register 4
MTU_MC88_CONFIG0 0xF0066800          MC 88 Configuration Register 0
MTU_MC88_CONFIG1 0xF0066802          MC 88 Configuration Register 1
MTU_MC88_MCONTROL 0xF0066804          MC 88 MBIST Control Register
MTU_MC88_MSTATUS 0xF0066806          MC 88 Status Register
MTU_MC88_RANGE  0xF0066808          MC 88 Range Register, single address mode
MTU_MC88_REVID  0xF006680C          MC 88 Revision ID Register
MTU_MC88_ECCS   0xF006680E          MC 88 ECC Safety Register
MTU_MC88_ECCD   0xF0066810          MC 88 Memory ECC Detection Register
MTU_MC88_ETRR0  0xF0066812          MC 88 Error Tracking Register 0
MTU_MC88_ETRR1  0xF0066814          MC 88 Error Tracking Register 1
MTU_MC88_ETRR2  0xF0066816          MC 88 Error Tracking Register 2
MTU_MC88_ETRR3  0xF0066818          MC 88 Error Tracking Register 3
MTU_MC88_ETRR4  0xF006681A          MC 88 Error Tracking Register 4
MTU_MC88_RDBFL0 0xF0066860          MC 88 Read Data and Bit Flip Register 0
MTU_MC88_RDBFL1 0xF0066862          MC 88 Read Data and Bit Flip Register 1
MTU_MC88_RDBFL2 0xF0066864          MC 88 Read Data and Bit Flip Register 2
MTU_MC88_RDBFL3 0xF0066866          MC 88 Read Data and Bit Flip Register 3
MTU_MC88_RDBFL4 0xF0066868          MC 88 Read Data and Bit Flip Register 4
MTU_MC88_RDBFL5 0xF006686A          MC 88 Read Data and Bit Flip Register 5
MTU_MC88_RDBFL6 0xF006686C          MC 88 Read Data and Bit Flip Register 6
MTU_MC88_RDBFL7 0xF006686E          MC 88 Read Data and Bit Flip Register 7
MTU_MC88_RDBFL8 0xF0066870          MC 88 Read Data and Bit Flip Register 8
MTU_MC88_RDBFL9 0xF0066872          MC 88 Read Data and Bit Flip Register 9
MTU_MC88_RDBFL10 0xF0066874          MC 88 Read Data and Bit Flip Register 10
MTU_MC88_RDBFL11 0xF0066876          MC 88 Read Data and Bit Flip Register 11
MTU_MC88_RDBFL12 0xF0066878          MC 88 Read Data and Bit Flip Register 12
MTU_MC88_RDBFL13 0xF006687A          MC 88 Read Data and Bit Flip Register 13
MTU_MC88_RDBFL14 0xF006687C          MC 88 Read Data and Bit Flip Register 14
MTU_MC88_RDBFL15 0xF006687E          MC 88 Read Data and Bit Flip Register 15
MTU_MC88_RDBFL16 0xF0066880          MC 88 Read Data and Bit Flip Register 16
MTU_MC88_RDBFL17 0xF0066882          MC 88 Read Data and Bit Flip Register 17
MTU_MC88_RDBFL18 0xF0066884          MC 88 Read Data and Bit Flip Register 18
MTU_MC88_RDBFL19 0xF0066886          MC 88 Read Data and Bit Flip Register 19
MTU_MC88_RDBFL20 0xF0066888          MC 88 Read Data and Bit Flip Register 20
MTU_MC88_RDBFL21 0xF006688A          MC 88 Read Data and Bit Flip Register 21
MTU_MC88_RDBFL22 0xF006688C          MC 88 Read Data and Bit Flip Register 22
MTU_MC88_RDBFL23 0xF006688E          MC 88 Read Data and Bit Flip Register 23
MTU_MC88_RDBFL24 0xF0066890          MC 88 Read Data and Bit Flip Register 24
MTU_MC88_RDBFL25 0xF0066892          MC 88 Read Data and Bit Flip Register 25
MTU_MC88_RDBFL26 0xF0066894          MC 88 Read Data and Bit Flip Register 26
MTU_MC88_RDBFL27 0xF0066896          MC 88 Read Data and Bit Flip Register 27
MTU_MC88_RDBFL28 0xF0066898          MC 88 Read Data and Bit Flip Register 28
MTU_MC88_RDBFL29 0xF006689A          MC 88 Read Data and Bit Flip Register 29
MTU_MC88_RDBFL30 0xF006689C          MC 88 Read Data and Bit Flip Register 30
MTU_MC88_RDBFL31 0xF006689E          MC 88 Read Data and Bit Flip Register 31
MTU_MC88_RDBFL32 0xF00668A0          MC 88 Read Data and Bit Flip Register 32
MTU_MC88_RDBFL33 0xF00668A2          MC 88 Read Data and Bit Flip Register 33
MTU_MC88_RDBFL34 0xF00668A4          MC 88 Read Data and Bit Flip Register 34
MTU_MC88_RDBFL35 0xF00668A6          MC 88 Read Data and Bit Flip Register 35
MTU_MC88_RDBFL36 0xF00668A8          MC 88 Read Data and Bit Flip Register 36
MTU_MC88_RDBFL37 0xF00668AA          MC 88 Read Data and Bit Flip Register 37
MTU_MC88_RDBFL38 0xF00668AC          MC 88 Read Data and Bit Flip Register 38
MTU_MC88_RDBFL39 0xF00668AE          MC 88 Read Data and Bit Flip Register 39
MTU_MC88_RDBFL40 0xF00668B0          MC 88 Read Data and Bit Flip Register 40
MTU_MC88_RDBFL41 0xF00668B2          MC 88 Read Data and Bit Flip Register 41
MTU_MC88_RDBFL42 0xF00668B4          MC 88 Read Data and Bit Flip Register 42
MTU_MC88_RDBFL43 0xF00668B6          MC 88 Read Data and Bit Flip Register 43
MTU_MC88_RDBFL44 0xF00668B8          MC 88 Read Data and Bit Flip Register 44
MTU_MC88_RDBFL45 0xF00668BA          MC 88 Read Data and Bit Flip Register 45
MTU_MC88_RDBFL46 0xF00668BC          MC 88 Read Data and Bit Flip Register 46
MTU_MC88_RDBFL47 0xF00668BE          MC 88 Read Data and Bit Flip Register 47
MTU_MC88_RDBFL48 0xF00668C0          MC 88 Read Data and Bit Flip Register 48
MTU_MC88_RDBFL49 0xF00668C2          MC 88 Read Data and Bit Flip Register 49
MTU_MC88_RDBFL50 0xF00668C4          MC 88 Read Data and Bit Flip Register 50
MTU_MC88_RDBFL51 0xF00668C6          MC 88 Read Data and Bit Flip Register 51
MTU_MC88_RDBFL52 0xF00668C8          MC 88 Read Data and Bit Flip Register 52
MTU_MC88_RDBFL53 0xF00668CA          MC 88 Read Data and Bit Flip Register 53
MTU_MC88_RDBFL54 0xF00668CC          MC 88 Read Data and Bit Flip Register 54
MTU_MC88_RDBFL55 0xF00668CE          MC 88 Read Data and Bit Flip Register 55
MTU_MC88_RDBFL56 0xF00668D0          MC 88 Read Data and Bit Flip Register 56
MTU_MC88_RDBFL57 0xF00668D2          MC 88 Read Data and Bit Flip Register 57
MTU_MC88_RDBFL58 0xF00668D4          MC 88 Read Data and Bit Flip Register 58
MTU_MC88_RDBFL59 0xF00668D6          MC 88 Read Data and Bit Flip Register 59
MTU_MC88_RDBFL60 0xF00668D8          MC 88 Read Data and Bit Flip Register 60
MTU_MC88_RDBFL61 0xF00668DA          MC 88 Read Data and Bit Flip Register 61
MTU_MC88_RDBFL62 0xF00668DC          MC 88 Read Data and Bit Flip Register 62
MTU_MC88_RDBFL63 0xF00668DE          MC 88 Read Data and Bit Flip Register 63
MTU_MC88_RDBFL64 0xF00668E0          MC 88 Read Data and Bit Flip Register 64
MTU_MC88_RDBFL65 0xF00668E2          MC 88 Read Data and Bit Flip Register 65
MTU_MC88_RDBFL66 0xF00668E4          MC 88 Read Data and Bit Flip Register 66
MTU_MC88_ALMSRCS 0xF00668EE          MC 88 Alarm Sources Configuration Register
MTU_MC88_FAULTSTS 0xF00668F0          MC 88 SSH Safety Faults Status Register
MTU_MC88_ERRINFO0 0xF00668F2          MC 88 Error Information Register 0
MTU_MC88_ERRINFO1 0xF00668F4          MC 88 Error Information Register 1
MTU_MC88_ERRINFO2 0xF00668F6          MC 88 Error Information Register 2
MTU_MC88_ERRINFO3 0xF00668F8          MC 88 Error Information Register 3
MTU_MC88_ERRINFO4 0xF00668FA          MC 88 Error Information Register 4
MTU_MC89_CONFIG0 0xF0066900          MC 89 Configuration Register 0
MTU_MC89_CONFIG1 0xF0066902          MC 89 Configuration Register 1
MTU_MC89_MCONTROL 0xF0066904          MC 89 MBIST Control Register
MTU_MC89_MSTATUS 0xF0066906          MC 89 Status Register
MTU_MC89_RANGE  0xF0066908          MC 89 Range Register, single address mode
MTU_MC89_REVID  0xF006690C          MC 89 Revision ID Register
MTU_MC89_ECCS   0xF006690E          MC 89 ECC Safety Register
MTU_MC89_ECCD   0xF0066910          MC 89 Memory ECC Detection Register
MTU_MC89_ETRR0  0xF0066912          MC 89 Error Tracking Register 0
MTU_MC89_ETRR1  0xF0066914          MC 89 Error Tracking Register 1
MTU_MC89_ETRR2  0xF0066916          MC 89 Error Tracking Register 2
MTU_MC89_ETRR3  0xF0066918          MC 89 Error Tracking Register 3
MTU_MC89_ETRR4  0xF006691A          MC 89 Error Tracking Register 4
MTU_MC89_RDBFL0 0xF0066960          MC 89 Read Data and Bit Flip Register 0
MTU_MC89_RDBFL1 0xF0066962          MC 89 Read Data and Bit Flip Register 1
MTU_MC89_RDBFL2 0xF0066964          MC 89 Read Data and Bit Flip Register 2
MTU_MC89_RDBFL3 0xF0066966          MC 89 Read Data and Bit Flip Register 3
MTU_MC89_RDBFL4 0xF0066968          MC 89 Read Data and Bit Flip Register 4
MTU_MC89_RDBFL5 0xF006696A          MC 89 Read Data and Bit Flip Register 5
MTU_MC89_RDBFL6 0xF006696C          MC 89 Read Data and Bit Flip Register 6
MTU_MC89_RDBFL7 0xF006696E          MC 89 Read Data and Bit Flip Register 7
MTU_MC89_RDBFL8 0xF0066970          MC 89 Read Data and Bit Flip Register 8
MTU_MC89_RDBFL9 0xF0066972          MC 89 Read Data and Bit Flip Register 9
MTU_MC89_RDBFL10 0xF0066974          MC 89 Read Data and Bit Flip Register 10
MTU_MC89_RDBFL11 0xF0066976          MC 89 Read Data and Bit Flip Register 11
MTU_MC89_RDBFL12 0xF0066978          MC 89 Read Data and Bit Flip Register 12
MTU_MC89_RDBFL13 0xF006697A          MC 89 Read Data and Bit Flip Register 13
MTU_MC89_RDBFL14 0xF006697C          MC 89 Read Data and Bit Flip Register 14
MTU_MC89_RDBFL15 0xF006697E          MC 89 Read Data and Bit Flip Register 15
MTU_MC89_RDBFL16 0xF0066980          MC 89 Read Data and Bit Flip Register 16
MTU_MC89_RDBFL17 0xF0066982          MC 89 Read Data and Bit Flip Register 17
MTU_MC89_RDBFL18 0xF0066984          MC 89 Read Data and Bit Flip Register 18
MTU_MC89_RDBFL19 0xF0066986          MC 89 Read Data and Bit Flip Register 19
MTU_MC89_RDBFL20 0xF0066988          MC 89 Read Data and Bit Flip Register 20
MTU_MC89_RDBFL21 0xF006698A          MC 89 Read Data and Bit Flip Register 21
MTU_MC89_RDBFL22 0xF006698C          MC 89 Read Data and Bit Flip Register 22
MTU_MC89_RDBFL23 0xF006698E          MC 89 Read Data and Bit Flip Register 23
MTU_MC89_RDBFL24 0xF0066990          MC 89 Read Data and Bit Flip Register 24
MTU_MC89_RDBFL25 0xF0066992          MC 89 Read Data and Bit Flip Register 25
MTU_MC89_RDBFL26 0xF0066994          MC 89 Read Data and Bit Flip Register 26
MTU_MC89_RDBFL27 0xF0066996          MC 89 Read Data and Bit Flip Register 27
MTU_MC89_RDBFL28 0xF0066998          MC 89 Read Data and Bit Flip Register 28
MTU_MC89_RDBFL29 0xF006699A          MC 89 Read Data and Bit Flip Register 29
MTU_MC89_RDBFL30 0xF006699C          MC 89 Read Data and Bit Flip Register 30
MTU_MC89_RDBFL31 0xF006699E          MC 89 Read Data and Bit Flip Register 31
MTU_MC89_RDBFL32 0xF00669A0          MC 89 Read Data and Bit Flip Register 32
MTU_MC89_RDBFL33 0xF00669A2          MC 89 Read Data and Bit Flip Register 33
MTU_MC89_RDBFL34 0xF00669A4          MC 89 Read Data and Bit Flip Register 34
MTU_MC89_RDBFL35 0xF00669A6          MC 89 Read Data and Bit Flip Register 35
MTU_MC89_RDBFL36 0xF00669A8          MC 89 Read Data and Bit Flip Register 36
MTU_MC89_RDBFL37 0xF00669AA          MC 89 Read Data and Bit Flip Register 37
MTU_MC89_RDBFL38 0xF00669AC          MC 89 Read Data and Bit Flip Register 38
MTU_MC89_RDBFL39 0xF00669AE          MC 89 Read Data and Bit Flip Register 39
MTU_MC89_RDBFL40 0xF00669B0          MC 89 Read Data and Bit Flip Register 40
MTU_MC89_RDBFL41 0xF00669B2          MC 89 Read Data and Bit Flip Register 41
MTU_MC89_RDBFL42 0xF00669B4          MC 89 Read Data and Bit Flip Register 42
MTU_MC89_RDBFL43 0xF00669B6          MC 89 Read Data and Bit Flip Register 43
MTU_MC89_RDBFL44 0xF00669B8          MC 89 Read Data and Bit Flip Register 44
MTU_MC89_RDBFL45 0xF00669BA          MC 89 Read Data and Bit Flip Register 45
MTU_MC89_RDBFL46 0xF00669BC          MC 89 Read Data and Bit Flip Register 46
MTU_MC89_RDBFL47 0xF00669BE          MC 89 Read Data and Bit Flip Register 47
MTU_MC89_RDBFL48 0xF00669C0          MC 89 Read Data and Bit Flip Register 48
MTU_MC89_RDBFL49 0xF00669C2          MC 89 Read Data and Bit Flip Register 49
MTU_MC89_RDBFL50 0xF00669C4          MC 89 Read Data and Bit Flip Register 50
MTU_MC89_RDBFL51 0xF00669C6          MC 89 Read Data and Bit Flip Register 51
MTU_MC89_RDBFL52 0xF00669C8          MC 89 Read Data and Bit Flip Register 52
MTU_MC89_RDBFL53 0xF00669CA          MC 89 Read Data and Bit Flip Register 53
MTU_MC89_RDBFL54 0xF00669CC          MC 89 Read Data and Bit Flip Register 54
MTU_MC89_RDBFL55 0xF00669CE          MC 89 Read Data and Bit Flip Register 55
MTU_MC89_RDBFL56 0xF00669D0          MC 89 Read Data and Bit Flip Register 56
MTU_MC89_RDBFL57 0xF00669D2          MC 89 Read Data and Bit Flip Register 57
MTU_MC89_RDBFL58 0xF00669D4          MC 89 Read Data and Bit Flip Register 58
MTU_MC89_RDBFL59 0xF00669D6          MC 89 Read Data and Bit Flip Register 59
MTU_MC89_RDBFL60 0xF00669D8          MC 89 Read Data and Bit Flip Register 60
MTU_MC89_RDBFL61 0xF00669DA          MC 89 Read Data and Bit Flip Register 61
MTU_MC89_RDBFL62 0xF00669DC          MC 89 Read Data and Bit Flip Register 62
MTU_MC89_RDBFL63 0xF00669DE          MC 89 Read Data and Bit Flip Register 63
MTU_MC89_RDBFL64 0xF00669E0          MC 89 Read Data and Bit Flip Register 64
MTU_MC89_RDBFL65 0xF00669E2          MC 89 Read Data and Bit Flip Register 65
MTU_MC89_RDBFL66 0xF00669E4          MC 89 Read Data and Bit Flip Register 66
MTU_MC89_ALMSRCS 0xF00669EE          MC 89 Alarm Sources Configuration Register
MTU_MC89_FAULTSTS 0xF00669F0          MC 89 SSH Safety Faults Status Register
MTU_MC89_ERRINFO0 0xF00669F2          MC 89 Error Information Register 0
MTU_MC89_ERRINFO1 0xF00669F4          MC 89 Error Information Register 1
MTU_MC89_ERRINFO2 0xF00669F6          MC 89 Error Information Register 2
MTU_MC89_ERRINFO3 0xF00669F8          MC 89 Error Information Register 3
MTU_MC89_ERRINFO4 0xF00669FA          MC 89 Error Information Register 4
MTU_MC90_CONFIG0 0xF0066A00          MC 90 Configuration Register 0
MTU_MC90_CONFIG1 0xF0066A02          MC 90 Configuration Register 1
MTU_MC90_MCONTROL 0xF0066A04          MC 90 MBIST Control Register
MTU_MC90_MSTATUS 0xF0066A06          MC 90 Status Register
MTU_MC90_RANGE  0xF0066A08          MC 90 Range Register, single address mode
MTU_MC90_REVID  0xF0066A0C          MC 90 Revision ID Register
MTU_MC90_ECCS   0xF0066A0E          MC 90 ECC Safety Register
MTU_MC90_ECCD   0xF0066A10          MC 90 Memory ECC Detection Register
MTU_MC90_ETRR0  0xF0066A12          MC 90 Error Tracking Register 0
MTU_MC90_ETRR1  0xF0066A14          MC 90 Error Tracking Register 1
MTU_MC90_ETRR2  0xF0066A16          MC 90 Error Tracking Register 2
MTU_MC90_ETRR3  0xF0066A18          MC 90 Error Tracking Register 3
MTU_MC90_ETRR4  0xF0066A1A          MC 90 Error Tracking Register 4
MTU_MC90_RDBFL0 0xF0066A60          MC 90 Read Data and Bit Flip Register 0
MTU_MC90_RDBFL1 0xF0066A62          MC 90 Read Data and Bit Flip Register 1
MTU_MC90_RDBFL2 0xF0066A64          MC 90 Read Data and Bit Flip Register 2
MTU_MC90_RDBFL3 0xF0066A66          MC 90 Read Data and Bit Flip Register 3
MTU_MC90_RDBFL4 0xF0066A68          MC 90 Read Data and Bit Flip Register 4
MTU_MC90_RDBFL5 0xF0066A6A          MC 90 Read Data and Bit Flip Register 5
MTU_MC90_RDBFL6 0xF0066A6C          MC 90 Read Data and Bit Flip Register 6
MTU_MC90_RDBFL7 0xF0066A6E          MC 90 Read Data and Bit Flip Register 7
MTU_MC90_RDBFL8 0xF0066A70          MC 90 Read Data and Bit Flip Register 8
MTU_MC90_RDBFL9 0xF0066A72          MC 90 Read Data and Bit Flip Register 9
MTU_MC90_RDBFL10 0xF0066A74          MC 90 Read Data and Bit Flip Register 10
MTU_MC90_RDBFL11 0xF0066A76          MC 90 Read Data and Bit Flip Register 11
MTU_MC90_RDBFL12 0xF0066A78          MC 90 Read Data and Bit Flip Register 12
MTU_MC90_RDBFL13 0xF0066A7A          MC 90 Read Data and Bit Flip Register 13
MTU_MC90_RDBFL14 0xF0066A7C          MC 90 Read Data and Bit Flip Register 14
MTU_MC90_RDBFL15 0xF0066A7E          MC 90 Read Data and Bit Flip Register 15
MTU_MC90_RDBFL16 0xF0066A80          MC 90 Read Data and Bit Flip Register 16
MTU_MC90_RDBFL17 0xF0066A82          MC 90 Read Data and Bit Flip Register 17
MTU_MC90_RDBFL18 0xF0066A84          MC 90 Read Data and Bit Flip Register 18
MTU_MC90_RDBFL19 0xF0066A86          MC 90 Read Data and Bit Flip Register 19
MTU_MC90_RDBFL20 0xF0066A88          MC 90 Read Data and Bit Flip Register 20
MTU_MC90_RDBFL21 0xF0066A8A          MC 90 Read Data and Bit Flip Register 21
MTU_MC90_RDBFL22 0xF0066A8C          MC 90 Read Data and Bit Flip Register 22
MTU_MC90_RDBFL23 0xF0066A8E          MC 90 Read Data and Bit Flip Register 23
MTU_MC90_RDBFL24 0xF0066A90          MC 90 Read Data and Bit Flip Register 24
MTU_MC90_RDBFL25 0xF0066A92          MC 90 Read Data and Bit Flip Register 25
MTU_MC90_RDBFL26 0xF0066A94          MC 90 Read Data and Bit Flip Register 26
MTU_MC90_RDBFL27 0xF0066A96          MC 90 Read Data and Bit Flip Register 27
MTU_MC90_RDBFL28 0xF0066A98          MC 90 Read Data and Bit Flip Register 28
MTU_MC90_RDBFL29 0xF0066A9A          MC 90 Read Data and Bit Flip Register 29
MTU_MC90_RDBFL30 0xF0066A9C          MC 90 Read Data and Bit Flip Register 30
MTU_MC90_RDBFL31 0xF0066A9E          MC 90 Read Data and Bit Flip Register 31
MTU_MC90_RDBFL32 0xF0066AA0          MC 90 Read Data and Bit Flip Register 32
MTU_MC90_RDBFL33 0xF0066AA2          MC 90 Read Data and Bit Flip Register 33
MTU_MC90_RDBFL34 0xF0066AA4          MC 90 Read Data and Bit Flip Register 34
MTU_MC90_RDBFL35 0xF0066AA6          MC 90 Read Data and Bit Flip Register 35
MTU_MC90_RDBFL36 0xF0066AA8          MC 90 Read Data and Bit Flip Register 36
MTU_MC90_RDBFL37 0xF0066AAA          MC 90 Read Data and Bit Flip Register 37
MTU_MC90_RDBFL38 0xF0066AAC          MC 90 Read Data and Bit Flip Register 38
MTU_MC90_RDBFL39 0xF0066AAE          MC 90 Read Data and Bit Flip Register 39
MTU_MC90_RDBFL40 0xF0066AB0          MC 90 Read Data and Bit Flip Register 40
MTU_MC90_RDBFL41 0xF0066AB2          MC 90 Read Data and Bit Flip Register 41
MTU_MC90_RDBFL42 0xF0066AB4          MC 90 Read Data and Bit Flip Register 42
MTU_MC90_RDBFL43 0xF0066AB6          MC 90 Read Data and Bit Flip Register 43
MTU_MC90_RDBFL44 0xF0066AB8          MC 90 Read Data and Bit Flip Register 44
MTU_MC90_RDBFL45 0xF0066ABA          MC 90 Read Data and Bit Flip Register 45
MTU_MC90_RDBFL46 0xF0066ABC          MC 90 Read Data and Bit Flip Register 46
MTU_MC90_RDBFL47 0xF0066ABE          MC 90 Read Data and Bit Flip Register 47
MTU_MC90_RDBFL48 0xF0066AC0          MC 90 Read Data and Bit Flip Register 48
MTU_MC90_RDBFL49 0xF0066AC2          MC 90 Read Data and Bit Flip Register 49
MTU_MC90_RDBFL50 0xF0066AC4          MC 90 Read Data and Bit Flip Register 50
MTU_MC90_RDBFL51 0xF0066AC6          MC 90 Read Data and Bit Flip Register 51
MTU_MC90_RDBFL52 0xF0066AC8          MC 90 Read Data and Bit Flip Register 52
MTU_MC90_RDBFL53 0xF0066ACA          MC 90 Read Data and Bit Flip Register 53
MTU_MC90_RDBFL54 0xF0066ACC          MC 90 Read Data and Bit Flip Register 54
MTU_MC90_RDBFL55 0xF0066ACE          MC 90 Read Data and Bit Flip Register 55
MTU_MC90_RDBFL56 0xF0066AD0          MC 90 Read Data and Bit Flip Register 56
MTU_MC90_RDBFL57 0xF0066AD2          MC 90 Read Data and Bit Flip Register 57
MTU_MC90_RDBFL58 0xF0066AD4          MC 90 Read Data and Bit Flip Register 58
MTU_MC90_RDBFL59 0xF0066AD6          MC 90 Read Data and Bit Flip Register 59
MTU_MC90_RDBFL60 0xF0066AD8          MC 90 Read Data and Bit Flip Register 60
MTU_MC90_RDBFL61 0xF0066ADA          MC 90 Read Data and Bit Flip Register 61
MTU_MC90_RDBFL62 0xF0066ADC          MC 90 Read Data and Bit Flip Register 62
MTU_MC90_RDBFL63 0xF0066ADE          MC 90 Read Data and Bit Flip Register 63
MTU_MC90_RDBFL64 0xF0066AE0          MC 90 Read Data and Bit Flip Register 64
MTU_MC90_RDBFL65 0xF0066AE2          MC 90 Read Data and Bit Flip Register 65
MTU_MC90_RDBFL66 0xF0066AE4          MC 90 Read Data and Bit Flip Register 66
MTU_MC90_ALMSRCS 0xF0066AEE          MC 90 Alarm Sources Configuration Register
MTU_MC90_FAULTSTS 0xF0066AF0          MC 90 SSH Safety Faults Status Register
MTU_MC90_ERRINFO0 0xF0066AF2          MC 90 Error Information Register 0
MTU_MC90_ERRINFO1 0xF0066AF4          MC 90 Error Information Register 1
MTU_MC90_ERRINFO2 0xF0066AF6          MC 90 Error Information Register 2
MTU_MC90_ERRINFO3 0xF0066AF8          MC 90 Error Information Register 3
MTU_MC90_ERRINFO4 0xF0066AFA          MC 90 Error Information Register 4
MTU_MC91_CONFIG0 0xF0066B00          MC 91 Configuration Register 0
MTU_MC91_CONFIG1 0xF0066B02          MC 91 Configuration Register 1
MTU_MC91_MCONTROL 0xF0066B04          MC 91 MBIST Control Register
MTU_MC91_MSTATUS 0xF0066B06          MC 91 Status Register
MTU_MC91_RANGE  0xF0066B08          MC 91 Range Register, single address mode
MTU_MC91_REVID  0xF0066B0C          MC 91 Revision ID Register
MTU_MC91_ECCS   0xF0066B0E          MC 91 ECC Safety Register
MTU_MC91_ECCD   0xF0066B10          MC 91 Memory ECC Detection Register
MTU_MC91_ETRR0  0xF0066B12          MC 91 Error Tracking Register 0
MTU_MC91_ETRR1  0xF0066B14          MC 91 Error Tracking Register 1
MTU_MC91_ETRR2  0xF0066B16          MC 91 Error Tracking Register 2
MTU_MC91_ETRR3  0xF0066B18          MC 91 Error Tracking Register 3
MTU_MC91_ETRR4  0xF0066B1A          MC 91 Error Tracking Register 4
MTU_MC91_RDBFL0 0xF0066B60          MC 91 Read Data and Bit Flip Register 0
MTU_MC91_RDBFL1 0xF0066B62          MC 91 Read Data and Bit Flip Register 1
MTU_MC91_RDBFL2 0xF0066B64          MC 91 Read Data and Bit Flip Register 2
MTU_MC91_RDBFL3 0xF0066B66          MC 91 Read Data and Bit Flip Register 3
MTU_MC91_RDBFL4 0xF0066B68          MC 91 Read Data and Bit Flip Register 4
MTU_MC91_RDBFL5 0xF0066B6A          MC 91 Read Data and Bit Flip Register 5
MTU_MC91_RDBFL6 0xF0066B6C          MC 91 Read Data and Bit Flip Register 6
MTU_MC91_RDBFL7 0xF0066B6E          MC 91 Read Data and Bit Flip Register 7
MTU_MC91_RDBFL8 0xF0066B70          MC 91 Read Data and Bit Flip Register 8
MTU_MC91_RDBFL9 0xF0066B72          MC 91 Read Data and Bit Flip Register 9
MTU_MC91_RDBFL10 0xF0066B74          MC 91 Read Data and Bit Flip Register 10
MTU_MC91_RDBFL11 0xF0066B76          MC 91 Read Data and Bit Flip Register 11
MTU_MC91_RDBFL12 0xF0066B78          MC 91 Read Data and Bit Flip Register 12
MTU_MC91_RDBFL13 0xF0066B7A          MC 91 Read Data and Bit Flip Register 13
MTU_MC91_RDBFL14 0xF0066B7C          MC 91 Read Data and Bit Flip Register 14
MTU_MC91_RDBFL15 0xF0066B7E          MC 91 Read Data and Bit Flip Register 15
MTU_MC91_RDBFL16 0xF0066B80          MC 91 Read Data and Bit Flip Register 16
MTU_MC91_RDBFL17 0xF0066B82          MC 91 Read Data and Bit Flip Register 17
MTU_MC91_RDBFL18 0xF0066B84          MC 91 Read Data and Bit Flip Register 18
MTU_MC91_RDBFL19 0xF0066B86          MC 91 Read Data and Bit Flip Register 19
MTU_MC91_RDBFL20 0xF0066B88          MC 91 Read Data and Bit Flip Register 20
MTU_MC91_RDBFL21 0xF0066B8A          MC 91 Read Data and Bit Flip Register 21
MTU_MC91_RDBFL22 0xF0066B8C          MC 91 Read Data and Bit Flip Register 22
MTU_MC91_RDBFL23 0xF0066B8E          MC 91 Read Data and Bit Flip Register 23
MTU_MC91_RDBFL24 0xF0066B90          MC 91 Read Data and Bit Flip Register 24
MTU_MC91_RDBFL25 0xF0066B92          MC 91 Read Data and Bit Flip Register 25
MTU_MC91_RDBFL26 0xF0066B94          MC 91 Read Data and Bit Flip Register 26
MTU_MC91_RDBFL27 0xF0066B96          MC 91 Read Data and Bit Flip Register 27
MTU_MC91_RDBFL28 0xF0066B98          MC 91 Read Data and Bit Flip Register 28
MTU_MC91_RDBFL29 0xF0066B9A          MC 91 Read Data and Bit Flip Register 29
MTU_MC91_RDBFL30 0xF0066B9C          MC 91 Read Data and Bit Flip Register 30
MTU_MC91_RDBFL31 0xF0066B9E          MC 91 Read Data and Bit Flip Register 31
MTU_MC91_RDBFL32 0xF0066BA0          MC 91 Read Data and Bit Flip Register 32
MTU_MC91_RDBFL33 0xF0066BA2          MC 91 Read Data and Bit Flip Register 33
MTU_MC91_RDBFL34 0xF0066BA4          MC 91 Read Data and Bit Flip Register 34
MTU_MC91_RDBFL35 0xF0066BA6          MC 91 Read Data and Bit Flip Register 35
MTU_MC91_RDBFL36 0xF0066BA8          MC 91 Read Data and Bit Flip Register 36
MTU_MC91_RDBFL37 0xF0066BAA          MC 91 Read Data and Bit Flip Register 37
MTU_MC91_RDBFL38 0xF0066BAC          MC 91 Read Data and Bit Flip Register 38
MTU_MC91_RDBFL39 0xF0066BAE          MC 91 Read Data and Bit Flip Register 39
MTU_MC91_RDBFL40 0xF0066BB0          MC 91 Read Data and Bit Flip Register 40
MTU_MC91_RDBFL41 0xF0066BB2          MC 91 Read Data and Bit Flip Register 41
MTU_MC91_RDBFL42 0xF0066BB4          MC 91 Read Data and Bit Flip Register 42
MTU_MC91_RDBFL43 0xF0066BB6          MC 91 Read Data and Bit Flip Register 43
MTU_MC91_RDBFL44 0xF0066BB8          MC 91 Read Data and Bit Flip Register 44
MTU_MC91_RDBFL45 0xF0066BBA          MC 91 Read Data and Bit Flip Register 45
MTU_MC91_RDBFL46 0xF0066BBC          MC 91 Read Data and Bit Flip Register 46
MTU_MC91_RDBFL47 0xF0066BBE          MC 91 Read Data and Bit Flip Register 47
MTU_MC91_RDBFL48 0xF0066BC0          MC 91 Read Data and Bit Flip Register 48
MTU_MC91_RDBFL49 0xF0066BC2          MC 91 Read Data and Bit Flip Register 49
MTU_MC91_RDBFL50 0xF0066BC4          MC 91 Read Data and Bit Flip Register 50
MTU_MC91_RDBFL51 0xF0066BC6          MC 91 Read Data and Bit Flip Register 51
MTU_MC91_RDBFL52 0xF0066BC8          MC 91 Read Data and Bit Flip Register 52
MTU_MC91_RDBFL53 0xF0066BCA          MC 91 Read Data and Bit Flip Register 53
MTU_MC91_RDBFL54 0xF0066BCC          MC 91 Read Data and Bit Flip Register 54
MTU_MC91_RDBFL55 0xF0066BCE          MC 91 Read Data and Bit Flip Register 55
MTU_MC91_RDBFL56 0xF0066BD0          MC 91 Read Data and Bit Flip Register 56
MTU_MC91_RDBFL57 0xF0066BD2          MC 91 Read Data and Bit Flip Register 57
MTU_MC91_RDBFL58 0xF0066BD4          MC 91 Read Data and Bit Flip Register 58
MTU_MC91_RDBFL59 0xF0066BD6          MC 91 Read Data and Bit Flip Register 59
MTU_MC91_RDBFL60 0xF0066BD8          MC 91 Read Data and Bit Flip Register 60
MTU_MC91_RDBFL61 0xF0066BDA          MC 91 Read Data and Bit Flip Register 61
MTU_MC91_RDBFL62 0xF0066BDC          MC 91 Read Data and Bit Flip Register 62
MTU_MC91_RDBFL63 0xF0066BDE          MC 91 Read Data and Bit Flip Register 63
MTU_MC91_RDBFL64 0xF0066BE0          MC 91 Read Data and Bit Flip Register 64
MTU_MC91_RDBFL65 0xF0066BE2          MC 91 Read Data and Bit Flip Register 65
MTU_MC91_RDBFL66 0xF0066BE4          MC 91 Read Data and Bit Flip Register 66
MTU_MC91_ALMSRCS 0xF0066BEE          MC 91 Alarm Sources Configuration Register
MTU_MC91_FAULTSTS 0xF0066BF0          MC 91 SSH Safety Faults Status Register
MTU_MC91_ERRINFO0 0xF0066BF2          MC 91 Error Information Register 0
MTU_MC91_ERRINFO1 0xF0066BF4          MC 91 Error Information Register 1
MTU_MC91_ERRINFO2 0xF0066BF6          MC 91 Error Information Register 2
MTU_MC91_ERRINFO3 0xF0066BF8          MC 91 Error Information Register 3
MTU_MC91_ERRINFO4 0xF0066BFA          MC 91 Error Information Register 4
MTU_MC92_CONFIG0 0xF0066C00          MC 92 Configuration Register 0
MTU_MC92_CONFIG1 0xF0066C02          MC 92 Configuration Register 1
MTU_MC92_MCONTROL 0xF0066C04          MC 92 MBIST Control Register
MTU_MC92_MSTATUS 0xF0066C06          MC 92 Status Register
MTU_MC92_RANGE  0xF0066C08          MC 92 Range Register, single address mode
MTU_MC92_REVID  0xF0066C0C          MC 92 Revision ID Register
MTU_MC92_ECCS   0xF0066C0E          MC 92 ECC Safety Register
MTU_MC92_ECCD   0xF0066C10          MC 92 Memory ECC Detection Register
MTU_MC92_ETRR0  0xF0066C12          MC 92 Error Tracking Register 0
MTU_MC92_ETRR1  0xF0066C14          MC 92 Error Tracking Register 1
MTU_MC92_ETRR2  0xF0066C16          MC 92 Error Tracking Register 2
MTU_MC92_ETRR3  0xF0066C18          MC 92 Error Tracking Register 3
MTU_MC92_ETRR4  0xF0066C1A          MC 92 Error Tracking Register 4
MTU_MC92_RDBFL0 0xF0066C60          MC 92 Read Data and Bit Flip Register 0
MTU_MC92_RDBFL1 0xF0066C62          MC 92 Read Data and Bit Flip Register 1
MTU_MC92_RDBFL2 0xF0066C64          MC 92 Read Data and Bit Flip Register 2
MTU_MC92_RDBFL3 0xF0066C66          MC 92 Read Data and Bit Flip Register 3
MTU_MC92_RDBFL4 0xF0066C68          MC 92 Read Data and Bit Flip Register 4
MTU_MC92_RDBFL5 0xF0066C6A          MC 92 Read Data and Bit Flip Register 5
MTU_MC92_RDBFL6 0xF0066C6C          MC 92 Read Data and Bit Flip Register 6
MTU_MC92_RDBFL7 0xF0066C6E          MC 92 Read Data and Bit Flip Register 7
MTU_MC92_RDBFL8 0xF0066C70          MC 92 Read Data and Bit Flip Register 8
MTU_MC92_RDBFL9 0xF0066C72          MC 92 Read Data and Bit Flip Register 9
MTU_MC92_RDBFL10 0xF0066C74          MC 92 Read Data and Bit Flip Register 10
MTU_MC92_RDBFL11 0xF0066C76          MC 92 Read Data and Bit Flip Register 11
MTU_MC92_RDBFL12 0xF0066C78          MC 92 Read Data and Bit Flip Register 12
MTU_MC92_RDBFL13 0xF0066C7A          MC 92 Read Data and Bit Flip Register 13
MTU_MC92_RDBFL14 0xF0066C7C          MC 92 Read Data and Bit Flip Register 14
MTU_MC92_RDBFL15 0xF0066C7E          MC 92 Read Data and Bit Flip Register 15
MTU_MC92_RDBFL16 0xF0066C80          MC 92 Read Data and Bit Flip Register 16
MTU_MC92_RDBFL17 0xF0066C82          MC 92 Read Data and Bit Flip Register 17
MTU_MC92_RDBFL18 0xF0066C84          MC 92 Read Data and Bit Flip Register 18
MTU_MC92_RDBFL19 0xF0066C86          MC 92 Read Data and Bit Flip Register 19
MTU_MC92_RDBFL20 0xF0066C88          MC 92 Read Data and Bit Flip Register 20
MTU_MC92_RDBFL21 0xF0066C8A          MC 92 Read Data and Bit Flip Register 21
MTU_MC92_RDBFL22 0xF0066C8C          MC 92 Read Data and Bit Flip Register 22
MTU_MC92_RDBFL23 0xF0066C8E          MC 92 Read Data and Bit Flip Register 23
MTU_MC92_RDBFL24 0xF0066C90          MC 92 Read Data and Bit Flip Register 24
MTU_MC92_RDBFL25 0xF0066C92          MC 92 Read Data and Bit Flip Register 25
MTU_MC92_RDBFL26 0xF0066C94          MC 92 Read Data and Bit Flip Register 26
MTU_MC92_RDBFL27 0xF0066C96          MC 92 Read Data and Bit Flip Register 27
MTU_MC92_RDBFL28 0xF0066C98          MC 92 Read Data and Bit Flip Register 28
MTU_MC92_RDBFL29 0xF0066C9A          MC 92 Read Data and Bit Flip Register 29
MTU_MC92_RDBFL30 0xF0066C9C          MC 92 Read Data and Bit Flip Register 30
MTU_MC92_RDBFL31 0xF0066C9E          MC 92 Read Data and Bit Flip Register 31
MTU_MC92_RDBFL32 0xF0066CA0          MC 92 Read Data and Bit Flip Register 32
MTU_MC92_RDBFL33 0xF0066CA2          MC 92 Read Data and Bit Flip Register 33
MTU_MC92_RDBFL34 0xF0066CA4          MC 92 Read Data and Bit Flip Register 34
MTU_MC92_RDBFL35 0xF0066CA6          MC 92 Read Data and Bit Flip Register 35
MTU_MC92_RDBFL36 0xF0066CA8          MC 92 Read Data and Bit Flip Register 36
MTU_MC92_RDBFL37 0xF0066CAA          MC 92 Read Data and Bit Flip Register 37
MTU_MC92_RDBFL38 0xF0066CAC          MC 92 Read Data and Bit Flip Register 38
MTU_MC92_RDBFL39 0xF0066CAE          MC 92 Read Data and Bit Flip Register 39
MTU_MC92_RDBFL40 0xF0066CB0          MC 92 Read Data and Bit Flip Register 40
MTU_MC92_RDBFL41 0xF0066CB2          MC 92 Read Data and Bit Flip Register 41
MTU_MC92_RDBFL42 0xF0066CB4          MC 92 Read Data and Bit Flip Register 42
MTU_MC92_RDBFL43 0xF0066CB6          MC 92 Read Data and Bit Flip Register 43
MTU_MC92_RDBFL44 0xF0066CB8          MC 92 Read Data and Bit Flip Register 44
MTU_MC92_RDBFL45 0xF0066CBA          MC 92 Read Data and Bit Flip Register 45
MTU_MC92_RDBFL46 0xF0066CBC          MC 92 Read Data and Bit Flip Register 46
MTU_MC92_RDBFL47 0xF0066CBE          MC 92 Read Data and Bit Flip Register 47
MTU_MC92_RDBFL48 0xF0066CC0          MC 92 Read Data and Bit Flip Register 48
MTU_MC92_RDBFL49 0xF0066CC2          MC 92 Read Data and Bit Flip Register 49
MTU_MC92_RDBFL50 0xF0066CC4          MC 92 Read Data and Bit Flip Register 50
MTU_MC92_RDBFL51 0xF0066CC6          MC 92 Read Data and Bit Flip Register 51
MTU_MC92_RDBFL52 0xF0066CC8          MC 92 Read Data and Bit Flip Register 52
MTU_MC92_RDBFL53 0xF0066CCA          MC 92 Read Data and Bit Flip Register 53
MTU_MC92_RDBFL54 0xF0066CCC          MC 92 Read Data and Bit Flip Register 54
MTU_MC92_RDBFL55 0xF0066CCE          MC 92 Read Data and Bit Flip Register 55
MTU_MC92_RDBFL56 0xF0066CD0          MC 92 Read Data and Bit Flip Register 56
MTU_MC92_RDBFL57 0xF0066CD2          MC 92 Read Data and Bit Flip Register 57
MTU_MC92_RDBFL58 0xF0066CD4          MC 92 Read Data and Bit Flip Register 58
MTU_MC92_RDBFL59 0xF0066CD6          MC 92 Read Data and Bit Flip Register 59
MTU_MC92_RDBFL60 0xF0066CD8          MC 92 Read Data and Bit Flip Register 60
MTU_MC92_RDBFL61 0xF0066CDA          MC 92 Read Data and Bit Flip Register 61
MTU_MC92_RDBFL62 0xF0066CDC          MC 92 Read Data and Bit Flip Register 62
MTU_MC92_RDBFL63 0xF0066CDE          MC 92 Read Data and Bit Flip Register 63
MTU_MC92_RDBFL64 0xF0066CE0          MC 92 Read Data and Bit Flip Register 64
MTU_MC92_RDBFL65 0xF0066CE2          MC 92 Read Data and Bit Flip Register 65
MTU_MC92_RDBFL66 0xF0066CE4          MC 92 Read Data and Bit Flip Register 66
MTU_MC92_ALMSRCS 0xF0066CEE          MC 92 Alarm Sources Configuration Register
MTU_MC92_FAULTSTS 0xF0066CF0          MC 92 SSH Safety Faults Status Register
MTU_MC92_ERRINFO0 0xF0066CF2          MC 92 Error Information Register 0
MTU_MC92_ERRINFO1 0xF0066CF4          MC 92 Error Information Register 1
MTU_MC92_ERRINFO2 0xF0066CF6          MC 92 Error Information Register 2
MTU_MC92_ERRINFO3 0xF0066CF8          MC 92 Error Information Register 3
MTU_MC92_ERRINFO4 0xF0066CFA          MC 92 Error Information Register 4
MTU_MC93_CONFIG0 0xF0066D00          MC 93 Configuration Register 0
MTU_MC93_CONFIG1 0xF0066D02          MC 93 Configuration Register 1
MTU_MC93_MCONTROL 0xF0066D04          MC 93 MBIST Control Register
MTU_MC93_MSTATUS 0xF0066D06          MC 93 Status Register
MTU_MC93_RANGE  0xF0066D08          MC 93 Range Register, single address mode
MTU_MC93_REVID  0xF0066D0C          MC 93 Revision ID Register
MTU_MC93_ECCS   0xF0066D0E          MC 93 ECC Safety Register
MTU_MC93_ECCD   0xF0066D10          MC 93 Memory ECC Detection Register
MTU_MC93_ETRR0  0xF0066D12          MC 93 Error Tracking Register 0
MTU_MC93_ETRR1  0xF0066D14          MC 93 Error Tracking Register 1
MTU_MC93_ETRR2  0xF0066D16          MC 93 Error Tracking Register 2
MTU_MC93_ETRR3  0xF0066D18          MC 93 Error Tracking Register 3
MTU_MC93_ETRR4  0xF0066D1A          MC 93 Error Tracking Register 4
MTU_MC93_RDBFL0 0xF0066D60          MC 93 Read Data and Bit Flip Register 0
MTU_MC93_RDBFL1 0xF0066D62          MC 93 Read Data and Bit Flip Register 1
MTU_MC93_RDBFL2 0xF0066D64          MC 93 Read Data and Bit Flip Register 2
MTU_MC93_RDBFL3 0xF0066D66          MC 93 Read Data and Bit Flip Register 3
MTU_MC93_RDBFL4 0xF0066D68          MC 93 Read Data and Bit Flip Register 4
MTU_MC93_RDBFL5 0xF0066D6A          MC 93 Read Data and Bit Flip Register 5
MTU_MC93_RDBFL6 0xF0066D6C          MC 93 Read Data and Bit Flip Register 6
MTU_MC93_RDBFL7 0xF0066D6E          MC 93 Read Data and Bit Flip Register 7
MTU_MC93_RDBFL8 0xF0066D70          MC 93 Read Data and Bit Flip Register 8
MTU_MC93_RDBFL9 0xF0066D72          MC 93 Read Data and Bit Flip Register 9
MTU_MC93_RDBFL10 0xF0066D74          MC 93 Read Data and Bit Flip Register 10
MTU_MC93_RDBFL11 0xF0066D76          MC 93 Read Data and Bit Flip Register 11
MTU_MC93_RDBFL12 0xF0066D78          MC 93 Read Data and Bit Flip Register 12
MTU_MC93_RDBFL13 0xF0066D7A          MC 93 Read Data and Bit Flip Register 13
MTU_MC93_RDBFL14 0xF0066D7C          MC 93 Read Data and Bit Flip Register 14
MTU_MC93_RDBFL15 0xF0066D7E          MC 93 Read Data and Bit Flip Register 15
MTU_MC93_RDBFL16 0xF0066D80          MC 93 Read Data and Bit Flip Register 16
MTU_MC93_RDBFL17 0xF0066D82          MC 93 Read Data and Bit Flip Register 17
MTU_MC93_RDBFL18 0xF0066D84          MC 93 Read Data and Bit Flip Register 18
MTU_MC93_RDBFL19 0xF0066D86          MC 93 Read Data and Bit Flip Register 19
MTU_MC93_RDBFL20 0xF0066D88          MC 93 Read Data and Bit Flip Register 20
MTU_MC93_RDBFL21 0xF0066D8A          MC 93 Read Data and Bit Flip Register 21
MTU_MC93_RDBFL22 0xF0066D8C          MC 93 Read Data and Bit Flip Register 22
MTU_MC93_RDBFL23 0xF0066D8E          MC 93 Read Data and Bit Flip Register 23
MTU_MC93_RDBFL24 0xF0066D90          MC 93 Read Data and Bit Flip Register 24
MTU_MC93_RDBFL25 0xF0066D92          MC 93 Read Data and Bit Flip Register 25
MTU_MC93_RDBFL26 0xF0066D94          MC 93 Read Data and Bit Flip Register 26
MTU_MC93_RDBFL27 0xF0066D96          MC 93 Read Data and Bit Flip Register 27
MTU_MC93_RDBFL28 0xF0066D98          MC 93 Read Data and Bit Flip Register 28
MTU_MC93_RDBFL29 0xF0066D9A          MC 93 Read Data and Bit Flip Register 29
MTU_MC93_RDBFL30 0xF0066D9C          MC 93 Read Data and Bit Flip Register 30
MTU_MC93_RDBFL31 0xF0066D9E          MC 93 Read Data and Bit Flip Register 31
MTU_MC93_RDBFL32 0xF0066DA0          MC 93 Read Data and Bit Flip Register 32
MTU_MC93_RDBFL33 0xF0066DA2          MC 93 Read Data and Bit Flip Register 33
MTU_MC93_RDBFL34 0xF0066DA4          MC 93 Read Data and Bit Flip Register 34
MTU_MC93_RDBFL35 0xF0066DA6          MC 93 Read Data and Bit Flip Register 35
MTU_MC93_RDBFL36 0xF0066DA8          MC 93 Read Data and Bit Flip Register 36
MTU_MC93_RDBFL37 0xF0066DAA          MC 93 Read Data and Bit Flip Register 37
MTU_MC93_RDBFL38 0xF0066DAC          MC 93 Read Data and Bit Flip Register 38
MTU_MC93_RDBFL39 0xF0066DAE          MC 93 Read Data and Bit Flip Register 39
MTU_MC93_RDBFL40 0xF0066DB0          MC 93 Read Data and Bit Flip Register 40
MTU_MC93_RDBFL41 0xF0066DB2          MC 93 Read Data and Bit Flip Register 41
MTU_MC93_RDBFL42 0xF0066DB4          MC 93 Read Data and Bit Flip Register 42
MTU_MC93_RDBFL43 0xF0066DB6          MC 93 Read Data and Bit Flip Register 43
MTU_MC93_RDBFL44 0xF0066DB8          MC 93 Read Data and Bit Flip Register 44
MTU_MC93_RDBFL45 0xF0066DBA          MC 93 Read Data and Bit Flip Register 45
MTU_MC93_RDBFL46 0xF0066DBC          MC 93 Read Data and Bit Flip Register 46
MTU_MC93_RDBFL47 0xF0066DBE          MC 93 Read Data and Bit Flip Register 47
MTU_MC93_RDBFL48 0xF0066DC0          MC 93 Read Data and Bit Flip Register 48
MTU_MC93_RDBFL49 0xF0066DC2          MC 93 Read Data and Bit Flip Register 49
MTU_MC93_RDBFL50 0xF0066DC4          MC 93 Read Data and Bit Flip Register 50
MTU_MC93_RDBFL51 0xF0066DC6          MC 93 Read Data and Bit Flip Register 51
MTU_MC93_RDBFL52 0xF0066DC8          MC 93 Read Data and Bit Flip Register 52
MTU_MC93_RDBFL53 0xF0066DCA          MC 93 Read Data and Bit Flip Register 53
MTU_MC93_RDBFL54 0xF0066DCC          MC 93 Read Data and Bit Flip Register 54
MTU_MC93_RDBFL55 0xF0066DCE          MC 93 Read Data and Bit Flip Register 55
MTU_MC93_RDBFL56 0xF0066DD0          MC 93 Read Data and Bit Flip Register 56
MTU_MC93_RDBFL57 0xF0066DD2          MC 93 Read Data and Bit Flip Register 57
MTU_MC93_RDBFL58 0xF0066DD4          MC 93 Read Data and Bit Flip Register 58
MTU_MC93_RDBFL59 0xF0066DD6          MC 93 Read Data and Bit Flip Register 59
MTU_MC93_RDBFL60 0xF0066DD8          MC 93 Read Data and Bit Flip Register 60
MTU_MC93_RDBFL61 0xF0066DDA          MC 93 Read Data and Bit Flip Register 61
MTU_MC93_RDBFL62 0xF0066DDC          MC 93 Read Data and Bit Flip Register 62
MTU_MC93_RDBFL63 0xF0066DDE          MC 93 Read Data and Bit Flip Register 63
MTU_MC93_RDBFL64 0xF0066DE0          MC 93 Read Data and Bit Flip Register 64
MTU_MC93_RDBFL65 0xF0066DE2          MC 93 Read Data and Bit Flip Register 65
MTU_MC93_RDBFL66 0xF0066DE4          MC 93 Read Data and Bit Flip Register 66
MTU_MC93_ALMSRCS 0xF0066DEE          MC 93 Alarm Sources Configuration Register
MTU_MC93_FAULTSTS 0xF0066DF0          MC 93 SSH Safety Faults Status Register
MTU_MC93_ERRINFO0 0xF0066DF2          MC 93 Error Information Register 0
MTU_MC93_ERRINFO1 0xF0066DF4          MC 93 Error Information Register 1
MTU_MC93_ERRINFO2 0xF0066DF6          MC 93 Error Information Register 2
MTU_MC93_ERRINFO3 0xF0066DF8          MC 93 Error Information Register 3
MTU_MC93_ERRINFO4 0xF0066DFA          MC 93 Error Information Register 4
MTU_MC94_CONFIG0 0xF0066E00          MC 94 Configuration Register 0
MTU_MC94_CONFIG1 0xF0066E02          MC 94 Configuration Register 1
MTU_MC94_MCONTROL 0xF0066E04          MC 94 MBIST Control Register
MTU_MC94_MSTATUS 0xF0066E06          MC 94 Status Register
MTU_MC94_RANGE  0xF0066E08          MC 94 Range Register, single address mode
MTU_MC94_REVID  0xF0066E0C          MC 94 Revision ID Register
MTU_MC94_ECCS   0xF0066E0E          MC 94 ECC Safety Register
MTU_MC94_ECCD   0xF0066E10          MC 94 Memory ECC Detection Register
MTU_MC94_ETRR0  0xF0066E12          MC 94 Error Tracking Register 0
MTU_MC94_ETRR1  0xF0066E14          MC 94 Error Tracking Register 1
MTU_MC94_ETRR2  0xF0066E16          MC 94 Error Tracking Register 2
MTU_MC94_ETRR3  0xF0066E18          MC 94 Error Tracking Register 3
MTU_MC94_ETRR4  0xF0066E1A          MC 94 Error Tracking Register 4
MTU_MC94_RDBFL0 0xF0066E60          MC 94 Read Data and Bit Flip Register 0
MTU_MC94_RDBFL1 0xF0066E62          MC 94 Read Data and Bit Flip Register 1
MTU_MC94_RDBFL2 0xF0066E64          MC 94 Read Data and Bit Flip Register 2
MTU_MC94_RDBFL3 0xF0066E66          MC 94 Read Data and Bit Flip Register 3
MTU_MC94_RDBFL4 0xF0066E68          MC 94 Read Data and Bit Flip Register 4
MTU_MC94_RDBFL5 0xF0066E6A          MC 94 Read Data and Bit Flip Register 5
MTU_MC94_RDBFL6 0xF0066E6C          MC 94 Read Data and Bit Flip Register 6
MTU_MC94_RDBFL7 0xF0066E6E          MC 94 Read Data and Bit Flip Register 7
MTU_MC94_RDBFL8 0xF0066E70          MC 94 Read Data and Bit Flip Register 8
MTU_MC94_RDBFL9 0xF0066E72          MC 94 Read Data and Bit Flip Register 9
MTU_MC94_RDBFL10 0xF0066E74          MC 94 Read Data and Bit Flip Register 10
MTU_MC94_RDBFL11 0xF0066E76          MC 94 Read Data and Bit Flip Register 11
MTU_MC94_RDBFL12 0xF0066E78          MC 94 Read Data and Bit Flip Register 12
MTU_MC94_RDBFL13 0xF0066E7A          MC 94 Read Data and Bit Flip Register 13
MTU_MC94_RDBFL14 0xF0066E7C          MC 94 Read Data and Bit Flip Register 14
MTU_MC94_RDBFL15 0xF0066E7E          MC 94 Read Data and Bit Flip Register 15
MTU_MC94_RDBFL16 0xF0066E80          MC 94 Read Data and Bit Flip Register 16
MTU_MC94_RDBFL17 0xF0066E82          MC 94 Read Data and Bit Flip Register 17
MTU_MC94_RDBFL18 0xF0066E84          MC 94 Read Data and Bit Flip Register 18
MTU_MC94_RDBFL19 0xF0066E86          MC 94 Read Data and Bit Flip Register 19
MTU_MC94_RDBFL20 0xF0066E88          MC 94 Read Data and Bit Flip Register 20
MTU_MC94_RDBFL21 0xF0066E8A          MC 94 Read Data and Bit Flip Register 21
MTU_MC94_RDBFL22 0xF0066E8C          MC 94 Read Data and Bit Flip Register 22
MTU_MC94_RDBFL23 0xF0066E8E          MC 94 Read Data and Bit Flip Register 23
MTU_MC94_RDBFL24 0xF0066E90          MC 94 Read Data and Bit Flip Register 24
MTU_MC94_RDBFL25 0xF0066E92          MC 94 Read Data and Bit Flip Register 25
MTU_MC94_RDBFL26 0xF0066E94          MC 94 Read Data and Bit Flip Register 26
MTU_MC94_RDBFL27 0xF0066E96          MC 94 Read Data and Bit Flip Register 27
MTU_MC94_RDBFL28 0xF0066E98          MC 94 Read Data and Bit Flip Register 28
MTU_MC94_RDBFL29 0xF0066E9A          MC 94 Read Data and Bit Flip Register 29
MTU_MC94_RDBFL30 0xF0066E9C          MC 94 Read Data and Bit Flip Register 30
MTU_MC94_RDBFL31 0xF0066E9E          MC 94 Read Data and Bit Flip Register 31
MTU_MC94_RDBFL32 0xF0066EA0          MC 94 Read Data and Bit Flip Register 32
MTU_MC94_RDBFL33 0xF0066EA2          MC 94 Read Data and Bit Flip Register 33
MTU_MC94_RDBFL34 0xF0066EA4          MC 94 Read Data and Bit Flip Register 34
MTU_MC94_RDBFL35 0xF0066EA6          MC 94 Read Data and Bit Flip Register 35
MTU_MC94_RDBFL36 0xF0066EA8          MC 94 Read Data and Bit Flip Register 36
MTU_MC94_RDBFL37 0xF0066EAA          MC 94 Read Data and Bit Flip Register 37
MTU_MC94_RDBFL38 0xF0066EAC          MC 94 Read Data and Bit Flip Register 38
MTU_MC94_RDBFL39 0xF0066EAE          MC 94 Read Data and Bit Flip Register 39
MTU_MC94_RDBFL40 0xF0066EB0          MC 94 Read Data and Bit Flip Register 40
MTU_MC94_RDBFL41 0xF0066EB2          MC 94 Read Data and Bit Flip Register 41
MTU_MC94_RDBFL42 0xF0066EB4          MC 94 Read Data and Bit Flip Register 42
MTU_MC94_RDBFL43 0xF0066EB6          MC 94 Read Data and Bit Flip Register 43
MTU_MC94_RDBFL44 0xF0066EB8          MC 94 Read Data and Bit Flip Register 44
MTU_MC94_RDBFL45 0xF0066EBA          MC 94 Read Data and Bit Flip Register 45
MTU_MC94_RDBFL46 0xF0066EBC          MC 94 Read Data and Bit Flip Register 46
MTU_MC94_RDBFL47 0xF0066EBE          MC 94 Read Data and Bit Flip Register 47
MTU_MC94_RDBFL48 0xF0066EC0          MC 94 Read Data and Bit Flip Register 48
MTU_MC94_RDBFL49 0xF0066EC2          MC 94 Read Data and Bit Flip Register 49
MTU_MC94_RDBFL50 0xF0066EC4          MC 94 Read Data and Bit Flip Register 50
MTU_MC94_RDBFL51 0xF0066EC6          MC 94 Read Data and Bit Flip Register 51
MTU_MC94_RDBFL52 0xF0066EC8          MC 94 Read Data and Bit Flip Register 52
MTU_MC94_RDBFL53 0xF0066ECA          MC 94 Read Data and Bit Flip Register 53
MTU_MC94_RDBFL54 0xF0066ECC          MC 94 Read Data and Bit Flip Register 54
MTU_MC94_RDBFL55 0xF0066ECE          MC 94 Read Data and Bit Flip Register 55
MTU_MC94_RDBFL56 0xF0066ED0          MC 94 Read Data and Bit Flip Register 56
MTU_MC94_RDBFL57 0xF0066ED2          MC 94 Read Data and Bit Flip Register 57
MTU_MC94_RDBFL58 0xF0066ED4          MC 94 Read Data and Bit Flip Register 58
MTU_MC94_RDBFL59 0xF0066ED6          MC 94 Read Data and Bit Flip Register 59
MTU_MC94_RDBFL60 0xF0066ED8          MC 94 Read Data and Bit Flip Register 60
MTU_MC94_RDBFL61 0xF0066EDA          MC 94 Read Data and Bit Flip Register 61
MTU_MC94_RDBFL62 0xF0066EDC          MC 94 Read Data and Bit Flip Register 62
MTU_MC94_RDBFL63 0xF0066EDE          MC 94 Read Data and Bit Flip Register 63
MTU_MC94_RDBFL64 0xF0066EE0          MC 94 Read Data and Bit Flip Register 64
MTU_MC94_RDBFL65 0xF0066EE2          MC 94 Read Data and Bit Flip Register 65
MTU_MC94_RDBFL66 0xF0066EE4          MC 94 Read Data and Bit Flip Register 66
MTU_MC94_ALMSRCS 0xF0066EEE          MC 94 Alarm Sources Configuration Register
MTU_MC94_FAULTSTS 0xF0066EF0          MC 94 SSH Safety Faults Status Register
MTU_MC94_ERRINFO0 0xF0066EF2          MC 94 Error Information Register 0
MTU_MC94_ERRINFO1 0xF0066EF4          MC 94 Error Information Register 1
MTU_MC94_ERRINFO2 0xF0066EF6          MC 94 Error Information Register 2
MTU_MC94_ERRINFO3 0xF0066EF8          MC 94 Error Information Register 3
MTU_MC94_ERRINFO4 0xF0066EFA          MC 94 Error Information Register 4
MTU_MC95_CONFIG0 0xF0066F00          MC 95 Configuration Register 0
MTU_MC95_CONFIG1 0xF0066F02          MC 95 Configuration Register 1
MTU_MC95_MCONTROL 0xF0066F04          MC 95 MBIST Control Register
MTU_MC95_MSTATUS 0xF0066F06          MC 95 Status Register
MTU_MC95_RANGE  0xF0066F08          MC 95 Range Register, single address mode
MTU_MC95_REVID  0xF0066F0C          MC 95 Revision ID Register
MTU_MC95_ECCS   0xF0066F0E          MC 95 ECC Safety Register
MTU_MC95_ECCD   0xF0066F10          MC 95 Memory ECC Detection Register
MTU_MC95_ETRR0  0xF0066F12          MC 95 Error Tracking Register 0
MTU_MC95_ETRR1  0xF0066F14          MC 95 Error Tracking Register 1
MTU_MC95_ETRR2  0xF0066F16          MC 95 Error Tracking Register 2
MTU_MC95_ETRR3  0xF0066F18          MC 95 Error Tracking Register 3
MTU_MC95_ETRR4  0xF0066F1A          MC 95 Error Tracking Register 4
MTU_MC95_RDBFL0 0xF0066F60          MC 95 Read Data and Bit Flip Register 0
MTU_MC95_RDBFL1 0xF0066F62          MC 95 Read Data and Bit Flip Register 1
MTU_MC95_RDBFL2 0xF0066F64          MC 95 Read Data and Bit Flip Register 2
MTU_MC95_RDBFL3 0xF0066F66          MC 95 Read Data and Bit Flip Register 3
MTU_MC95_RDBFL4 0xF0066F68          MC 95 Read Data and Bit Flip Register 4
MTU_MC95_RDBFL5 0xF0066F6A          MC 95 Read Data and Bit Flip Register 5
MTU_MC95_RDBFL6 0xF0066F6C          MC 95 Read Data and Bit Flip Register 6
MTU_MC95_RDBFL7 0xF0066F6E          MC 95 Read Data and Bit Flip Register 7
MTU_MC95_RDBFL8 0xF0066F70          MC 95 Read Data and Bit Flip Register 8
MTU_MC95_RDBFL9 0xF0066F72          MC 95 Read Data and Bit Flip Register 9
MTU_MC95_RDBFL10 0xF0066F74          MC 95 Read Data and Bit Flip Register 10
MTU_MC95_RDBFL11 0xF0066F76          MC 95 Read Data and Bit Flip Register 11
MTU_MC95_RDBFL12 0xF0066F78          MC 95 Read Data and Bit Flip Register 12
MTU_MC95_RDBFL13 0xF0066F7A          MC 95 Read Data and Bit Flip Register 13
MTU_MC95_RDBFL14 0xF0066F7C          MC 95 Read Data and Bit Flip Register 14
MTU_MC95_RDBFL15 0xF0066F7E          MC 95 Read Data and Bit Flip Register 15
MTU_MC95_RDBFL16 0xF0066F80          MC 95 Read Data and Bit Flip Register 16
MTU_MC95_RDBFL17 0xF0066F82          MC 95 Read Data and Bit Flip Register 17
MTU_MC95_RDBFL18 0xF0066F84          MC 95 Read Data and Bit Flip Register 18
MTU_MC95_RDBFL19 0xF0066F86          MC 95 Read Data and Bit Flip Register 19
MTU_MC95_RDBFL20 0xF0066F88          MC 95 Read Data and Bit Flip Register 20
MTU_MC95_RDBFL21 0xF0066F8A          MC 95 Read Data and Bit Flip Register 21
MTU_MC95_RDBFL22 0xF0066F8C          MC 95 Read Data and Bit Flip Register 22
MTU_MC95_RDBFL23 0xF0066F8E          MC 95 Read Data and Bit Flip Register 23
MTU_MC95_RDBFL24 0xF0066F90          MC 95 Read Data and Bit Flip Register 24
MTU_MC95_RDBFL25 0xF0066F92          MC 95 Read Data and Bit Flip Register 25
MTU_MC95_RDBFL26 0xF0066F94          MC 95 Read Data and Bit Flip Register 26
MTU_MC95_RDBFL27 0xF0066F96          MC 95 Read Data and Bit Flip Register 27
MTU_MC95_RDBFL28 0xF0066F98          MC 95 Read Data and Bit Flip Register 28
MTU_MC95_RDBFL29 0xF0066F9A          MC 95 Read Data and Bit Flip Register 29
MTU_MC95_RDBFL30 0xF0066F9C          MC 95 Read Data and Bit Flip Register 30
MTU_MC95_RDBFL31 0xF0066F9E          MC 95 Read Data and Bit Flip Register 31
MTU_MC95_RDBFL32 0xF0066FA0          MC 95 Read Data and Bit Flip Register 32
MTU_MC95_RDBFL33 0xF0066FA2          MC 95 Read Data and Bit Flip Register 33
MTU_MC95_RDBFL34 0xF0066FA4          MC 95 Read Data and Bit Flip Register 34
MTU_MC95_RDBFL35 0xF0066FA6          MC 95 Read Data and Bit Flip Register 35
MTU_MC95_RDBFL36 0xF0066FA8          MC 95 Read Data and Bit Flip Register 36
MTU_MC95_RDBFL37 0xF0066FAA          MC 95 Read Data and Bit Flip Register 37
MTU_MC95_RDBFL38 0xF0066FAC          MC 95 Read Data and Bit Flip Register 38
MTU_MC95_RDBFL39 0xF0066FAE          MC 95 Read Data and Bit Flip Register 39
MTU_MC95_RDBFL40 0xF0066FB0          MC 95 Read Data and Bit Flip Register 40
MTU_MC95_RDBFL41 0xF0066FB2          MC 95 Read Data and Bit Flip Register 41
MTU_MC95_RDBFL42 0xF0066FB4          MC 95 Read Data and Bit Flip Register 42
MTU_MC95_RDBFL43 0xF0066FB6          MC 95 Read Data and Bit Flip Register 43
MTU_MC95_RDBFL44 0xF0066FB8          MC 95 Read Data and Bit Flip Register 44
MTU_MC95_RDBFL45 0xF0066FBA          MC 95 Read Data and Bit Flip Register 45
MTU_MC95_RDBFL46 0xF0066FBC          MC 95 Read Data and Bit Flip Register 46
MTU_MC95_RDBFL47 0xF0066FBE          MC 95 Read Data and Bit Flip Register 47
MTU_MC95_RDBFL48 0xF0066FC0          MC 95 Read Data and Bit Flip Register 48
MTU_MC95_RDBFL49 0xF0066FC2          MC 95 Read Data and Bit Flip Register 49
MTU_MC95_RDBFL50 0xF0066FC4          MC 95 Read Data and Bit Flip Register 50
MTU_MC95_RDBFL51 0xF0066FC6          MC 95 Read Data and Bit Flip Register 51
MTU_MC95_RDBFL52 0xF0066FC8          MC 95 Read Data and Bit Flip Register 52
MTU_MC95_RDBFL53 0xF0066FCA          MC 95 Read Data and Bit Flip Register 53
MTU_MC95_RDBFL54 0xF0066FCC          MC 95 Read Data and Bit Flip Register 54
MTU_MC95_RDBFL55 0xF0066FCE          MC 95 Read Data and Bit Flip Register 55
MTU_MC95_RDBFL56 0xF0066FD0          MC 95 Read Data and Bit Flip Register 56
MTU_MC95_RDBFL57 0xF0066FD2          MC 95 Read Data and Bit Flip Register 57
MTU_MC95_RDBFL58 0xF0066FD4          MC 95 Read Data and Bit Flip Register 58
MTU_MC95_RDBFL59 0xF0066FD6          MC 95 Read Data and Bit Flip Register 59
MTU_MC95_RDBFL60 0xF0066FD8          MC 95 Read Data and Bit Flip Register 60
MTU_MC95_RDBFL61 0xF0066FDA          MC 95 Read Data and Bit Flip Register 61
MTU_MC95_RDBFL62 0xF0066FDC          MC 95 Read Data and Bit Flip Register 62
MTU_MC95_RDBFL63 0xF0066FDE          MC 95 Read Data and Bit Flip Register 63
MTU_MC95_RDBFL64 0xF0066FE0          MC 95 Read Data and Bit Flip Register 64
MTU_MC95_RDBFL65 0xF0066FE2          MC 95 Read Data and Bit Flip Register 65
MTU_MC95_RDBFL66 0xF0066FE4          MC 95 Read Data and Bit Flip Register 66
MTU_MC95_ALMSRCS 0xF0066FEE          MC 95 Alarm Sources Configuration Register
MTU_MC95_FAULTSTS 0xF0066FF0          MC 95 SSH Safety Faults Status Register
MTU_MC95_ERRINFO0 0xF0066FF2          MC 95 Error Information Register 0
MTU_MC95_ERRINFO1 0xF0066FF4          MC 95 Error Information Register 1
MTU_MC95_ERRINFO2 0xF0066FF6          MC 95 Error Information Register 2
MTU_MC95_ERRINFO3 0xF0066FF8          MC 95 Error Information Register 3
MTU_MC95_ERRINFO4 0xF0066FFA          MC 95 Error Information Register 4
HSSL0_CLC       0xF0080000          Clock Control Register
HSSL0_ID        0xF0080008          Module Identification Register
HSSL0_CRC       0xF008000C          CRC Control Register
HSSL0_CFG       0xF0080010          Configuration Register
HSSL0_QFLAGS    0xF0080014          Request Flags Register
HSSL0_MFLAGS    0xF0080018          Miscellaneous Flags Register
HSSL0_MFLAGSSET 0xF008001C          Miscellaneous Flags Set Register
HSSL0_MFLAGSCL  0xF0080020          Miscellaneous Flags Clear Register
HSSL0_MFLAGSEN  0xF0080024          Flags Enable Register
HSSL0_SFSFLAGS  0xF0080028          Stream FIFOs Status Flags Register
HSSL0_IWD0      0xF0080030          Initiator Write Data Register 0
HSSL0_ICON0     0xF0080034          Initiator Control Data Register 0
HSSL0_IRWA0     0xF0080038          Initiator Read Write Address Register 0
HSSL0_IRD0      0xF008003C          Initiator Read Data Register 0
HSSL0_IWD1      0xF0080040          Initiator Write Data Register 1
HSSL0_ICON1     0xF0080044          Initiator Control Data Register 1
HSSL0_IRWA1     0xF0080048          Initiator Read Write Address Register 1
HSSL0_IRD1      0xF008004C          Initiator Read Data Register 1
HSSL0_IWD2      0xF0080050          Initiator Write Data Register 2
HSSL0_ICON2     0xF0080054          Initiator Control Data Register 2
HSSL0_IRWA2     0xF0080058          Initiator Read Write Address Register 2
HSSL0_IRD2      0xF008005C          Initiator Read Data Register 2
HSSL0_IWD3      0xF0080060          Initiator Write Data Register 3
HSSL0_ICON3     0xF0080064          Initiator Control Data Register 3
HSSL0_IRWA3     0xF0080068          Initiator Read Write Address Register 3
HSSL0_IRD3      0xF008006C          Initiator Read Data Register 3
HSSL0_TCD0      0xF0080070          Target Current Data Register 0
HSSL0_TCA0      0xF0080074          Target Current Address Register 0
HSSL0_TCD1      0xF0080078          Target Current Data Register 1
HSSL0_TCA1      0xF008007C          Target Current Address Register 1
HSSL0_TCD2      0xF0080080          Target Current Data Register 2
HSSL0_TCA2      0xF0080084          Target Current Address Register 2
HSSL0_TCD3      0xF0080088          Target Current Data Register 3
HSSL0_TCA3      0xF008008C          Target Current Address Register 3
HSSL0_TSTAT     0xF0080090          Target Status Register
HSSL0_TIDADD    0xF0080094          Target ID Address Register
HSSL0_SEC       0xF0080098          Security Control Register
HSSL0_MSCR      0xF008009C          Multi Slave Control Register
HSSL0_ISSA0     0xF00800A0          Initiator Stream Start Address Register
HSSL0_ISSA1     0xF00800A4          Initiator Stream Start Address Register
HSSL0_ISCA      0xF00800A8          Initiator Stream Current Address Register
HSSL0_ISFC      0xF00800AC          Initiator Stream Frame Count Register
HSSL0_TSSA0     0xF00800B0          Target Stream Start Address Register 0
HSSL0_TSSA1     0xF00800B4          Target Stream Start Address Register 1
HSSL0_TSCA      0xF00800B8          Target Stream Current Address Register
HSSL0_TSFC      0xF00800BC          Target Stream Frame Count Register
HSSL0_AWSTART0  0xF00800C0          Access Window Start Register 0
HSSL0_AWEND0    0xF00800C4          Access Window End Register 0
HSSL0_AWSTART1  0xF00800C8          Access Window Start Register 1
HSSL0_AWEND1    0xF00800CC          Access Window End Register 1
HSSL0_AWSTART2  0xF00800D0          Access Window Start Register 2
HSSL0_AWEND2    0xF00800D4          Access Window End Register 2
HSSL0_AWSTART3  0xF00800D8          Access Window Start Register 3
HSSL0_AWEND3    0xF00800DC          Access Window End Register 3
HSSL0_AR        0xF00800E0          Access Rules Register
HSSL0_OCS       0xF00800E8          OCDS Control and Status
HSSL0_KRSTCLR   0xF00800EC          Kernel Reset Status Clear Register
HSSL0_KRST1     0xF00800F0          Kernel Reset Register 1
HSSL0_KRST0     0xF00800F4          Kernel Reset Register 0
HSSL0_ACCEN1    0xF00800F8          Access Enable Register 1
HSSL0_ACCEN0    0xF00800FC          Access Enable Register 0
HSCT0_CLC       0xF0090000          Clock Control Register
HSCT0_ID        0xF0090008          Module Identification Register
HSCT0_INIT      0xF0090010          Initialization Register
HSCT0_IFCTRL    0xF0090014          Interface Control Register
HSCT0_SLEEPCTRL 0xF0090018          Sleep Control Register
HSCT0_CTSCTRL   0xF009001C          Clear To Send Control Register
HSCT0_DISABLE   0xF0090020          Transmission Disable Register
HSCT0_STAT      0xF0090024          Status Register
HSCT0_IFSTAT    0xF0090028          Interface Status Register
HSCT0_CONFIGPHY 0xF0090030          Configuration Physical Layer Register
HSCT0_STATPHY   0xF0090034          STATPHY
HSCT0_IRQ       0xF0090040          Interrupt register
HSCT0_IRQEN     0xF0090044          Interrupt Enable Register
HSCT0_IRQCLR    0xF0090048          Interrupt Clear Register
HSCT0_USMR      0xF0090050          Unsolicited Status Message Received
HSCT0_USMS      0xF0090054          Unsolicited Status Message Send
HSCT0_TESTCTRL  0xF0090060          Test Control Register
HSCT0_OCS       0xF009FFE8          OCDS Control and Status
HSCT0_KRSTCLR   0xF009FFEC          Reset Status Clear Register
HSCT0_KRST1     0xF009FFF0          Reset Register 1
HSCT0_KRST0     0xF009FFF4          Reset Register 0
HSCT0_ACCEN1    0xF009FFF8          Access Enable Register 1
HSCT0_ACCEN0    0xF009FFFC          Access Enable Register 0
HSSL1_CLC       0xF00A0000          Clock Control Register
HSSL1_ID        0xF00A0008          Module Identification Register
HSSL1_CRC       0xF00A000C          CRC Control Register
HSSL1_CFG       0xF00A0010          Configuration Register
HSSL1_QFLAGS    0xF00A0014          Request Flags Register
HSSL1_MFLAGS    0xF00A0018          Miscellaneous Flags Register
HSSL1_MFLAGSSET 0xF00A001C          Miscellaneous Flags Set Register
HSSL1_MFLAGSCL  0xF00A0020          Miscellaneous Flags Clear Register
HSSL1_MFLAGSEN  0xF00A0024          Flags Enable Register
HSSL1_SFSFLAGS  0xF00A0028          Stream FIFOs Status Flags Register
HSSL1_IWD0      0xF00A0030          Initiator Write Data Register 0
HSSL1_ICON0     0xF00A0034          Initiator Control Data Register 0
HSSL1_IRWA0     0xF00A0038          Initiator Read Write Address Register 0
HSSL1_IRD0      0xF00A003C          Initiator Read Data Register 0
HSSL1_IWD1      0xF00A0040          Initiator Write Data Register 1
HSSL1_ICON1     0xF00A0044          Initiator Control Data Register 1
HSSL1_IRWA1     0xF00A0048          Initiator Read Write Address Register 1
HSSL1_IRD1      0xF00A004C          Initiator Read Data Register 1
HSSL1_IWD2      0xF00A0050          Initiator Write Data Register 2
HSSL1_ICON2     0xF00A0054          Initiator Control Data Register 2
HSSL1_IRWA2     0xF00A0058          Initiator Read Write Address Register 2
HSSL1_IRD2      0xF00A005C          Initiator Read Data Register 2
HSSL1_IWD3      0xF00A0060          Initiator Write Data Register 3
HSSL1_ICON3     0xF00A0064          Initiator Control Data Register 3
HSSL1_IRWA3     0xF00A0068          Initiator Read Write Address Register 3
HSSL1_IRD3      0xF00A006C          Initiator Read Data Register 3
HSSL1_TCD0      0xF00A0070          Target Current Data Register 0
HSSL1_TCA0      0xF00A0074          Target Current Address Register 0
HSSL1_TCD1      0xF00A0078          Target Current Data Register 1
HSSL1_TCA1      0xF00A007C          Target Current Address Register 1
HSSL1_TCD2      0xF00A0080          Target Current Data Register 2
HSSL1_TCA2      0xF00A0084          Target Current Address Register 2
HSSL1_TCD3      0xF00A0088          Target Current Data Register 3
HSSL1_TCA3      0xF00A008C          Target Current Address Register 3
HSSL1_TSTAT     0xF00A0090          Target Status Register
HSSL1_TIDADD    0xF00A0094          Target ID Address Register
HSSL1_SEC       0xF00A0098          Security Control Register
HSSL1_MSCR      0xF00A009C          Multi Slave Control Register
HSSL1_ISSA0     0xF00A00A0          Initiator Stream Start Address Register
HSSL1_ISSA1     0xF00A00A4          Initiator Stream Start Address Register
HSSL1_ISCA      0xF00A00A8          Initiator Stream Current Address Register
HSSL1_ISFC      0xF00A00AC          Initiator Stream Frame Count Register
HSSL1_TSSA0     0xF00A00B0          Target Stream Start Address Register 0
HSSL1_TSSA1     0xF00A00B4          Target Stream Start Address Register 1
HSSL1_TSCA      0xF00A00B8          Target Stream Current Address Register
HSSL1_TSFC      0xF00A00BC          Target Stream Frame Count Register
HSSL1_AWSTART0  0xF00A00C0          Access Window Start Register 0
HSSL1_AWEND0    0xF00A00C4          Access Window End Register 0
HSSL1_AWSTART1  0xF00A00C8          Access Window Start Register 1
HSSL1_AWEND1    0xF00A00CC          Access Window End Register 1
HSSL1_AWSTART2  0xF00A00D0          Access Window Start Register 2
HSSL1_AWEND2    0xF00A00D4          Access Window End Register 2
HSSL1_AWSTART3  0xF00A00D8          Access Window Start Register 3
HSSL1_AWEND3    0xF00A00DC          Access Window End Register 3
HSSL1_AR        0xF00A00E0          Access Rules Register
HSSL1_OCS       0xF00A00E8          OCDS Control and Status
HSSL1_KRSTCLR   0xF00A00EC          Kernel Reset Status Clear Register
HSSL1_KRST1     0xF00A00F0          Kernel Reset Register 1
HSSL1_KRST0     0xF00A00F4          Kernel Reset Register 0
HSSL1_ACCEN1    0xF00A00F8          Access Enable Register 1
HSSL1_ACCEN0    0xF00A00FC          Access Enable Register 0
HSCT1_CLC       0xF00B0000          Clock Control Register
HSCT1_ID        0xF00B0008          Module Identification Register
HSCT1_INIT      0xF00B0010          Initialization Register
HSCT1_IFCTRL    0xF00B0014          Interface Control Register
HSCT1_SLEEPCTRL 0xF00B0018          Sleep Control Register
HSCT1_CTSCTRL   0xF00B001C          Clear To Send Control Register
HSCT1_DISABLE   0xF00B0020          Transmission Disable Register
HSCT1_STAT      0xF00B0024          Status Register
HSCT1_IFSTAT    0xF00B0028          Interface Status Register
HSCT1_CONFIGPHY 0xF00B0030          Configuration Physical Layer Register
HSCT1_STATPHY   0xF00B0034          STATPHY
HSCT1_IRQ       0xF00B0040          Interrupt register
HSCT1_IRQEN     0xF00B0044          Interrupt Enable Register
HSCT1_IRQCLR    0xF00B0048          Interrupt Clear Register
HSCT1_USMR      0xF00B0050          Unsolicited Status Message Received
HSCT1_USMS      0xF00B0054          Unsolicited Status Message Send
HSCT1_TESTCTRL  0xF00B0060          Test Control Register
HSCT1_OCS       0xF00BFFE8          OCDS Control and Status
HSCT1_KRSTCLR   0xF00BFFEC          Reset Status Clear Register
HSCT1_KRST1     0xF00BFFF0          Reset Register 1
HSCT1_KRST0     0xF00BFFF4          Reset Register 0
HSCT1_ACCEN1    0xF00BFFF8          Access Enable Register 1
HSCT1_ACCEN0    0xF00BFFFC          Access Enable Register 0
I2C0_CLC1       0xF00C0000          Clock Control 1 Register
I2C0_ID         0xF00C0008          Module Identification Register
I2C0_RUNCTRL    0xF00C0010          RUN Control Register
I2C0_ENDDCTRL   0xF00C0014          End Data Control Register
I2C0_FDIVCFG    0xF00C0018          Fractional Divider Configuration Register
I2C0_FDIVHIGHCFG 0xF00C001C          Fractional Divider High-speed Mode Configuration Register
I2C0_ADDRCFG    0xF00C0020          Address Configuration Register
I2C0_BUSSTAT    0xF00C0024          Bus Status Register
I2C0_FIFOCFG    0xF00C0028          FIFO Configuration Register
I2C0_MRPSCTRL   0xF00C002C          Maximum Received Packet Size Control Register
I2C0_RPSSTAT    0xF00C0030          Received Packet Size Status Register
I2C0_TPSCTRL    0xF00C0034          Transmit Packet Size Control Register
I2C0_FFSSTAT    0xF00C0038          Filled FIFO Stages Status Register
I2C0_TIMCFG     0xF00C0040          Timing Configuration Register
I2C0_ERRIRQSM   0xF00C0060          Error Interrupt Request Source Mask Register
I2C0_ERRIRQSS   0xF00C0064          Error Interrupt Request Source Status Register
I2C0_ERRIRQSC   0xF00C0068          Error Interrupt Request Source Clear Register
I2C0_PIRQSM     0xF00C0070          Protocol Interrupt Request Source Mask Register
I2C0_PIRQSS     0xF00C0074          Protocol Interrupt Request Source Status Register
I2C0_PIRQSC     0xF00C0078          Protocol Interrupt Request Source Clear Register
I2C0_RIS        0xF00C0080          Raw Interrupt Status Register
I2C0_IMSC       0xF00C0084          Interrupt Mask Control Register
I2C0_MIS        0xF00C0088          Masked Interrupt Status Register
I2C0_ICR        0xF00C008C          Interrupt Clear Register
I2C0_ISR        0xF00C0090          Interrupt Set Register
I2C0_TXD        0xF00C8000          Transmission Data Register
I2C0_RXD        0xF00CC000          Reception Data Register
I2C0_CLC        0xF00D0000          Clock Control Register
I2C0_MODID      0xF00D0004          Module Identification Register
I2C0_GPCTL      0xF00D0008          General Purpose Control Register
I2C0_ACCEN0     0xF00D000C          Access Enable Register 0
I2C0_ACCEN1     0xF00D0010          Access Enable Register 1
I2C0_KRST0      0xF00D0014          Kernel Reset Register 0
I2C0_KRST1      0xF00D0018          Kernel Reset Register 1
I2C0_KRSTCLR    0xF00D001C          Kernel Reset Status Clear Register
I2C1_CLC1       0xF00E0000          Clock Control 1 Register
I2C1_ID         0xF00E0008          Module Identification Register
I2C1_RUNCTRL    0xF00E0010          RUN Control Register
I2C1_ENDDCTRL   0xF00E0014          End Data Control Register
I2C1_FDIVCFG    0xF00E0018          Fractional Divider Configuration Register
I2C1_FDIVHIGHCFG 0xF00E001C          Fractional Divider High-speed Mode Configuration Register
I2C1_ADDRCFG    0xF00E0020          Address Configuration Register
I2C1_BUSSTAT    0xF00E0024          Bus Status Register
I2C1_FIFOCFG    0xF00E0028          FIFO Configuration Register
I2C1_MRPSCTRL   0xF00E002C          Maximum Received Packet Size Control Register
I2C1_RPSSTAT    0xF00E0030          Received Packet Size Status Register
I2C1_TPSCTRL    0xF00E0034          Transmit Packet Size Control Register
I2C1_FFSSTAT    0xF00E0038          Filled FIFO Stages Status Register
I2C1_TIMCFG     0xF00E0040          Timing Configuration Register
I2C1_ERRIRQSM   0xF00E0060          Error Interrupt Request Source Mask Register
I2C1_ERRIRQSS   0xF00E0064          Error Interrupt Request Source Status Register
I2C1_ERRIRQSC   0xF00E0068          Error Interrupt Request Source Clear Register
I2C1_PIRQSM     0xF00E0070          Protocol Interrupt Request Source Mask Register
I2C1_PIRQSS     0xF00E0074          Protocol Interrupt Request Source Status Register
I2C1_PIRQSC     0xF00E0078          Protocol Interrupt Request Source Clear Register
I2C1_RIS        0xF00E0080          Raw Interrupt Status Register
I2C1_IMSC       0xF00E0084          Interrupt Mask Control Register
I2C1_MIS        0xF00E0088          Masked Interrupt Status Register
I2C1_ICR        0xF00E008C          Interrupt Clear Register
I2C1_ISR        0xF00E0090          Interrupt Set Register
I2C1_TXD        0xF00E8000          Transmission Data Register
I2C1_RXD        0xF00EC000          Reception Data Register
I2C1_CLC        0xF00F0000          Clock Control Register
I2C1_MODID      0xF00F0004          Module Identification Register
I2C1_GPCTL      0xF00F0008          General Purpose Control Register
I2C1_ACCEN0     0xF00F000C          Access Enable Register 0
I2C1_ACCEN1     0xF00F0010          Access Enable Register 1
I2C1_KRST0      0xF00F0014          Kernel Reset Register 0
I2C1_KRST1      0xF00F0018          Kernel Reset Register 1
I2C1_KRSTCLR    0xF00F001C          Kernel Reset Status Clear Register
GTM_REV         0xF0100000          GTM Version Control Register
GTM_RST         0xF0100004          GTM Global Reset Register
GTM_CTRL        0xF0100008          GTM Global Control Register
GTM_AEI_ADDR_XPT 0xF010000C          GTM AEI Timeout Exception Address Register
GTM_IRQ_NOTIFY  0xF0100010          GTM Interrupt Notification Register
GTM_IRQ_EN      0xF0100014          GTM Interrupt Enable Register
GTM_IRQ_FORCINT 0xF0100018          GTM Software Interrupt Generation Register
GTM_IRQ_MODE    0xF010001C          GTM Top Level Interrupts Mode Selection Register
GTM_EIRQ_EN     0xF0100020          GTM Error Interrupt Enable Register
GTM_HW_CONF     0xF0100024          GTM Hardware Configuration Register
GTM_CFG         0xF0100028          GTM Configuration Register
GTM_AEI_STA_XPT 0xF010002C          GTM AEI Non Zero Status Register
GTM_BRIDGE_MODE 0xF0100030          GTM AEI Bridge Mode Register
GTM_BRIDGE_PTR1 0xF0100034          GTM AEI Bridge Pointer 1 Register
GTM_BRIDGE_PTR2 0xF0100038          GTM AEI Bridge Pointer 2 Register
GTM_MCS_AEM_DIS 0xF010003C          GTM MCS Master Port Disable Register
GTM_TIM0_AUX_IN_SRC 0xF0100040          GTM TIM 0 Module AUX_IN Source Selection Register
GTM_TIM1_AUX_IN_SRC 0xF0100044          GTM TIM 1 Module AUX_IN Source Selection Register
GTM_TIM2_AUX_IN_SRC 0xF0100048          GTM TIM 2 Module AUX_IN Source Selection Register
GTM_TIM3_AUX_IN_SRC 0xF010004C          GTM TIM 3 Module AUX_IN Source Selection Register
GTM_TIM4_AUX_IN_SRC 0xF0100050          GTM TIM 4 Module AUX_IN Source Selection Register
GTM_TIM5_AUX_IN_SRC 0xF0100054          GTM TIM 5 Module AUX_IN Source Selection Register
GTM_TIM6_AUX_IN_SRC 0xF0100058          GTM TIM 6 Module AUX_IN Source Selection Register
GTM_EXT_CAP_EN_0 0xF010005C          GTM External Capture Trigger Enable 0
GTM_EXT_CAP_EN_1 0xF0100060          GTM External Capture Trigger Enable 1
GTM_EXT_CAP_EN_2 0xF0100064          GTM External Capture Trigger Enable 2
GTM_EXT_CAP_EN_3 0xF0100068          GTM External Capture Trigger Enable 3
GTM_EXT_CAP_EN_4 0xF010006C          GTM External Capture Trigger Enable 4
GTM_EXT_CAP_EN_5 0xF0100070          GTM External Capture Trigger Enable 5
GTM_EXT_CAP_EN_6 0xF0100074          GTM External Capture Trigger Enable 6
GTM_EXT_CAP_EN_7 0xF0100078          GTM External Capture Trigger Enable 7
GTM_TOM0_OUT    0xF0100080          GTM TOM 0 Output Level
GTM_TOM1_OUT    0xF0100084          GTM TOM 1 Output Level
GTM_TOM2_OUT    0xF0100088          GTM TOM 2 Output Level
GTM_TOM3_OUT    0xF010008C          GTM TOM 3 Output Level
GTM_TOM4_OUT    0xF0100090          GTM TOM 4 Output Level
GTM_TOM5_OUT    0xF0100094          GTM TOM 5 Output Level
GTM_ATOM0_OUT   0xF0100098          GTM ATOM 0 Output Level
GTM_ATOM2_OUT   0xF010009C          GTM ATOM 2 Output Level
GTM_ATOM4_OUT   0xF01000A0          GTM ATOM 4 Output Level
GTM_ATOM6_OUT   0xF01000A4          GTM ATOM 6 Output Level
GTM_ATOM8_OUT   0xF01000A8          GTM ATOM 8 Output Level
GTM_ATOM10_OUT  0xF01000AC          GTM ATOM 10 Output Level
GTM_CLS_CLK_CFG 0xF01000B0          GTM Cluster Clock Configuration
GTM_TBU_CHEN    0xF0100100          TBU Global Channel Enable
GTM_TBU_CH0_CTRL 0xF0100104          TBU Channel 0 Control Register
GTM_TBU_CH0_BASE 0xF0100108          TBU Channel 0 Base Register
GTM_TBU_CH1_CTRL 0xF010010C          TBU Channel 1 Control Register
GTM_TBU_CH1_BASE 0xF0100110          TBU Channel 1 Base Register
GTM_TBU_CH2_CTRL 0xF0100114          TBU Channel 2 Control Register
GTM_TBU_CH2_BASE 0xF0100118          TBU Channel 2 Base Register
GTM_TBU_CH3_CTRL 0xF010011C          TBU Channel 3 Control Register
GTM_TBU_CH3_BASE 0xF0100120          TBU Channel 3 Base Register
GTM_TBU_CH3_BASE_MARK 0xF0100124          TBU Channel 3 Modulo Value Register
GTM_TBU_CH3_BASE_CAPTURE 0xF0100128          TBU Channel 3 Base Captured Register
GTM_MON_STATUS  0xF0100180          Monitor Status Register
GTM_MON_ACTIVITY_0 0xF0100184          Monitor Activity Register 0
GTM_MON_ACTIVITY_1 0xF0100188          Monitor Activity Register 1
GTM_MON_ACTIVITY_MCS0 0xF010018C          Monitor Activity Register for MCS 0
GTM_MON_ACTIVITY_MCS1 0xF0100190          Monitor Activity Register for MCS 1
GTM_MON_ACTIVITY_MCS2 0xF0100194          Monitor Activity Register for MCS 2
GTM_MON_ACTIVITY_MCS3 0xF0100198          Monitor Activity Register for MCS 3
GTM_MON_ACTIVITY_MCS4 0xF010019C          Monitor Activity Register for MCS 4
GTM_MON_ACTIVITY_MCS5 0xF01001A0          Monitor Activity Register for MCS 5
GTM_MON_ACTIVITY_MCS6 0xF01001A4          Monitor Activity Register for MCS 6
GTM_MON_ACTIVITY_MCS7 0xF01001A8          Monitor Activity Register for MCS 7
GTM_MON_ACTIVITY_MCS8 0xF01001AC          Monitor Activity Register for MCS 8
GTM_MON_ACTIVITY_MCS9 0xF01001B0          Monitor Activity Register for MCS 9
GTM_CMP_EN      0xF0100200          CMP Comparator Enable Register
GTM_CMP_IRQ_NOTIFY 0xF0100204          CMP Event Notification Register
GTM_CMP_IRQ_EN  0xF0100208          CMP Interrupt Enable Register
GTM_CMP_IRQ_FORCINT 0xF010020C          CMP Interrupt Force Register
GTM_CMP_IRQ_MODE 0xF0100210          CMP Interrupt Mode Configuration Register
GTM_CMP_EIRQ_EN 0xF0100214          CMP error interrupt enable register
GTM_ARU_ACCESS  0xF0100280          ARU Access Register
GTM_ARU_DATA_H  0xF0100284          ARU Access Register Upper Data Word
GTM_ARU_DATA_L  0xF0100288          ARU Access Register Lower Data Word
GTM_ARU_DBG_ACCESS0 0xF010028C          ARU Debug Access Channel 0
GTM_ARU_DBG_DATA0_H 0xF0100290          ARU Debug Access 0 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA0_L 0xF0100294          ARU Debug Access 0 Transfer Register Lower Data Word
GTM_ARU_DBG_ACCESS1 0xF0100298          ARU Debug Access Channel 1
GTM_ARU_DBG_DATA1_H 0xF010029C          ARU Debug Access 1 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA1_L 0xF01002A0          ARU Debug Access 1 Transfer Register Lower Data Word
GTM_ARU_IRQ_NOTIFY 0xF01002A4          ARU Interrupt Notification Register
GTM_ARU_IRQ_EN  0xF01002A8          ARU Interrupt Enable Register
GTM_ARU_IRQ_FORCINT 0xF01002AC          ARU Force Interrupt Register
GTM_ARU_IRQ_MODE 0xF01002B0          ARU Interrupt Mode Register
GTM_ARU_CADDR_END 0xF01002B4          ARU caddr Counter End Value Register
GTM_ARU_CTRL    0xF01002BC          ARU Enable Dynamic Routing Register
GTM_ARU_0_DYN_CTRL 0xF01002C0          ARU 0 Dynamic Routing Control Register
GTM_ARU_1_DYN_CTRL 0xF01002C4          ARU 1 Dynamic Routing Control Register
GTM_ARU_0_DYN_ROUTE_LOW 0xF01002C8          ARU 0 Lower Bits of DYN_ROUTE Register
GTM_ARU_1_DYN_ROUTE_LOW 0xF01002CC          ARU 1 Lower Bits of DYN_ROUTE Register
GTM_ARU_0_DYN_ROUTE_HIGH 0xF01002D0          ARU 0 Higher Bits of DYN_ROUTE Register
GTM_ARU_1_DYN_ROUTE_HIGH 0xF01002D4          ARU 1 Higher Bits of DYN_ROUTE Register
GTM_ARU_0_DYN_ROUTE_SR_LOW 0xF01002D8          ARU 0 Shadow Register for ARU_z_DYN_ROUTE_LOW
GTM_ARU_1_DYN_ROUTE_SR_LOW 0xF01002DC          ARU 1 Shadow Register for ARU_z_DYN_ROUTE_LOW
GTM_ARU_0_DYN_ROUTE_SR_HIGH 0xF01002E0          ARU 0 Shadow Register for ARU_z_DYN_ROUTE_HIGH
GTM_ARU_1_DYN_ROUTE_SR_HIGH 0xF01002E4          ARU 1 Shadow Register for ARU_z_DYN_ROUTE_HIGH
GTM_ARU_0_DYN_RDADDR 0xF01002E8          ARU 0 Read ID for Dynamic Routing
GTM_ARU_1_DYN_RDADDR 0xF01002EC          ARU 1 Read ID for Dynamic Routing
GTM_ARU_CADDR   0xF01002FC          ARU caddr Counter Value
GTM_CMU_CLK_EN  0xF0100300          CMU Clock Enable Register
GTM_CMU_GCLK_NUM 0xF0100304          CMU Global Clock Control Numerator
GTM_CMU_GCLK_DEN 0xF0100308          CMU Global Clock Control Denominator
GTM_CMU_CLK_0_CTRL 0xF010030C          CMU Control for Clock Source 0
GTM_CMU_CLK_1_CTRL 0xF0100310          CMU Control for Clock Source 1
GTM_CMU_CLK_2_CTRL 0xF0100314          CMU Control for Clock Source 2
GTM_CMU_CLK_3_CTRL 0xF0100318          CMU Control for Clock Source 3
GTM_CMU_CLK_4_CTRL 0xF010031C          CMU Control for Clock Source 4
GTM_CMU_CLK_5_CTRL 0xF0100320          CMU Control for Clock Source 5
GTM_CMU_CLK_6_CTRL 0xF0100324          CMU Control for Clock Source 6
GTM_CMU_CLK_7_CTRL 0xF0100328          CMU Control for Clock Source 7
GTM_CMU_ECLK_0_NUM 0xF010032C          CMU External Clock 0 Control Numerator
GTM_CMU_ECLK_0_DEN 0xF0100330          CMU External Clock 0 Control Denominator
GTM_CMU_ECLK_1_NUM 0xF0100334          CMU External Clock 1 Control Numerator
GTM_CMU_ECLK_1_DEN 0xF0100338          CMU External Clock 1 Control Denominator
GTM_CMU_ECLK_2_NUM 0xF010033C          CMU External Clock 2 Control Numerator
GTM_CMU_ECLK_2_DEN 0xF0100340          CMU External Clock 2 Control Denominator
GTM_CMU_FXCLK_CTRL 0xF0100344          CMU Control FXCLK Sub-Unit Input Clock
GTM_CMU_GLB_CTRL 0xF0100348          CMU Synchronizing ARU and Clock Source
GTM_CMU_CLK_CTRL 0xF010034C          CMU Control for Clock Source Selection
GTM_BRC_SRC_0_ADDR 0xF0100400          BRC Read Address for Input Channel 0
GTM_BRC_SRC_0_DEST 0xF0100404          BRC Destination Channels for Input Channel 0
GTM_BRC_SRC_1_ADDR 0xF0100408          BRC Read Address for Input Channel 1
GTM_BRC_SRC_1_DEST 0xF010040C          BRC Destination Channels for Input Channel 1
GTM_BRC_SRC_2_ADDR 0xF0100410          BRC Read Address for Input Channel 2
GTM_BRC_SRC_2_DEST 0xF0100414          BRC Destination Channels for Input Channel 2
GTM_BRC_SRC_3_ADDR 0xF0100418          BRC Read Address for Input Channel 3
GTM_BRC_SRC_3_DEST 0xF010041C          BRC Destination Channels for Input Channel 3
GTM_BRC_SRC_4_ADDR 0xF0100420          BRC Read Address for Input Channel 4
GTM_BRC_SRC_4_DEST 0xF0100424          BRC Destination Channels for Input Channel 4
GTM_BRC_SRC_5_ADDR 0xF0100428          BRC Read Address for Input Channel 5
GTM_BRC_SRC_5_DEST 0xF010042C          BRC Destination Channels for Input Channel 5
GTM_BRC_SRC_6_ADDR 0xF0100430          BRC Read Address for Input Channel 6
GTM_BRC_SRC_6_DEST 0xF0100434          BRC Destination Channels for Input Channel 6
GTM_BRC_SRC_7_ADDR 0xF0100438          BRC Read Address for Input Channel 7
GTM_BRC_SRC_7_DEST 0xF010043C          BRC Destination Channels for Input Channel 7
GTM_BRC_SRC_8_ADDR 0xF0100440          BRC Read Address for Input Channel 8
GTM_BRC_SRC_8_DEST 0xF0100444          BRC Destination Channels for Input Channel 8
GTM_BRC_SRC_9_ADDR 0xF0100448          BRC Read Address for Input Channel 9
GTM_BRC_SRC_9_DEST 0xF010044C          BRC Destination Channels for Input Channel 9
GTM_BRC_SRC_10_ADDR 0xF0100450          BRC Read Address for Input Channel 10
GTM_BRC_SRC_10_DEST 0xF0100454          BRC Destination Channels for Input Channel 10
GTM_BRC_SRC_11_ADDR 0xF0100458          BRC Read Address for Input Channel 11
GTM_BRC_SRC_11_DEST 0xF010045C          BRC Destination Channels for Input Channel 11
GTM_BRC_IRQ_NOTIFY 0xF0100460          BRC Interrupt Notification Register
GTM_BRC_IRQ_EN  0xF0100464          BRC Interrupt Enable Register
GTM_BRC_IRQ_FORCINT 0xF0100468          BRC Force Interrupt Register
GTM_BRC_IRQ_MODE 0xF010046C          BRC Interrupt Mode Configuration Register
GTM_BRC_RST     0xF0100470          BRC Software Reset Register
GTM_BRC_EIRQ_EN 0xF0100474          BRC Error Interrupt Enable Register
GTM_ICM_IRQG_0  0xF0100600          ICM Interrupt Group Register Covering Infrastructural and Safety Components ARU, BRC, AEI, PSM0, PSM1, MAP, CMP, SPE
GTM_ICM_IRQG_1  0xF0100604          ICM Interrupt Group Register Covering DPLL
GTM_ICM_IRQG_2  0xF0100608          ICM Interrupt Group Register Covering TIM0, TIM1, TIM2, TIM3
GTM_ICM_IRQG_3  0xF010060C          ICM Interrupt Group Register Covering TIM4, TIM5, TIM6, TIM7
GTM_ICM_IRQG_4  0xF0100610          ICM Interrupt Group Register Covering MCS0 to MCS3 Sub-Modules
GTM_ICM_IRQG_5  0xF0100614          ICM Interrupt Group Register Covering MCS4 to MCS6 Sub-Modules
GTM_ICM_IRQG_6  0xF0100618          ICM Interrupt Group Register Covering GTM Output Sub-Modules TOM0 to TOM1
GTM_ICM_IRQG_7  0xF010061C          ICM Interrupt Group Register Covering GTM Output Sub-Modules TOM2 to TOM3
GTM_ICM_IRQG_8  0xF0100620          ICM Interrupt Group Register Covering GTM Output Sub-Modules TOM4 to TOM5
GTM_ICM_IRQG_9  0xF0100624          ICM Interrupt Group Register Covering GTM Output Sub-Modules ATOM0, ATOM1, ATOM2 and ATOM3
GTM_ICM_IRQG_10 0xF0100628          ICM Interrupt Group Register Covering GTM Output Sub-Modules ATOM4 to ATOM7
GTM_ICM_IRQG_11 0xF010062C          ICM Interrupt Group Register Covering GTM Output Sub-Modules ATOM8 to ATOM11
GTM_ICM_IRQG_MEI 0xF0100630          ICM Interrupt Group Register for Module Error Interrupt Information
GTM_ICM_IRQG_CEI0 0xF0100634          ICM Interrupt Group Register 0 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI1 0xF0100638          ICM Interrupt Group Register 1 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI2 0xF010063C          ICM Interrupt Group Register 2 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI3 0xF0100640          ICM Interrupt Group Register 3 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI4 0xF0100644          ICM Interrupt Group Register 4 for Channel Error Interrupt Information
GTM_ICM_IRQG_MCS0_CEI 0xF0100664          ICM Interrupt Group MCS 0 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS1_CEI 0xF0100668          ICM Interrupt Group MCS 1 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS2_CEI 0xF010066C          ICM Interrupt Group MCS 2 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS3_CEI 0xF0100670          ICM Interrupt Group MCS 3 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS4_CEI 0xF0100674          ICM Interrupt Group MCS 4 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS5_CEI 0xF0100678          ICM Interrupt Group MCS 5 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS6_CEI 0xF010067C          ICM Interrupt Group MCS 6 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS7_CEI 0xF0100680          ICM Interrupt Group MCS 7 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS8_CEI 0xF0100684          ICM Interrupt Group MCS 8 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS9_CEI 0xF0100688          ICM Interrupt Group MCS 9 for Channel Error Interrupt information
GTM_ICM_IRQG_PSM_0_CEI 0xF01006A4          ICM Interrupt Group PSM 0 for Channel Error Interrupt information of FIFO0, FIFO1, FIFO2
GTM_ICM_IRQG_SPE_CEI 0xF01006B4          ICM Interrupt Group SPE for Module Error Interrupt Information
GTM_ICM_IRQG_CLS_0_MEI 0xF0100710          ICM Interrupt Group for Module Error Interrupt Information for each TIMm, MCSm, SPEm, FIFOm
GTM_ICM_IRQG_CLS_1_MEI 0xF0100714          ICM Interrupt Group for Module Error Interrupt Information for each TIMm, MCSm, SPEm, FIFOm
GTM_ICM_IRQG_CLS_2_MEI 0xF0100718          ICM Interrupt Group for Module Error Interrupt Information for each TIMm, MCSm, SPEm, FIFOm
GTM_ICM_IRQG_MCS0_CI 0xF0100720          ICM Interrupt Group MCS 0 for Channel Interrupt Information
GTM_ICM_IRQG_MCS1_CI 0xF0100724          ICM Interrupt Group MCS 1 for Channel Interrupt Information
GTM_ICM_IRQG_MCS2_CI 0xF0100728          ICM Interrupt Group MCS 2 for Channel Interrupt Information
GTM_ICM_IRQG_MCS3_CI 0xF010072C          ICM Interrupt Group MCS 3 for Channel Interrupt Information
GTM_ICM_IRQG_MCS4_CI 0xF0100730          ICM Interrupt Group MCS 4 for Channel Interrupt Information
GTM_ICM_IRQG_MCS5_CI 0xF0100734          ICM Interrupt Group MCS 5 for Channel Interrupt Information
GTM_ICM_IRQG_MCS6_CI 0xF0100738          ICM Interrupt Group MCS 6 for Channel Interrupt Information
GTM_ICM_IRQG_MCS7_CI 0xF010073C          ICM Interrupt Group MCS 7 for Channel Interrupt Information
GTM_ICM_IRQG_MCS8_CI 0xF0100740          ICM Interrupt Group MCS 8 for Channel Interrupt Information
GTM_ICM_IRQG_MCS9_CI 0xF0100744          ICM Interrupt Group MCS 9 for Channel Interrupt Information
GTM_ICM_IRQG_PSM_0_CI 0xF0100760          ICM Interrupt Group PSM 0 for Channel Interrupt Information of FIFO0, FIFO1, FIFO2
GTM_ICM_IRQG_SPE_CI 0xF0100770          ICM Interrupt Group SPE for Module Interrupt Information
GTM_ICM_IRQG_ATOM_0_CI 0xF0100790          ICM Interrupt Group ATOM 0 for Channel Interrupt Information of ATOMm
GTM_ICM_IRQG_ATOM_1_CI 0xF0100794          ICM Interrupt Group ATOM 1 for Channel Interrupt Information of ATOMm
GTM_ICM_IRQG_ATOM_2_CI 0xF0100798          ICM Interrupt Group ATOM 2 for Channel Interrupt Information of ATOMm
GTM_ICM_IRQG_TOM_0_CI 0xF01007A0          ICM Interrupt Group TOM 0 for Channel Interrupt Information of TOMm
GTM_ICM_IRQG_TOM_1_CI 0xF01007A4          ICM Interrupt Group TOM 1 for Channel Interrupt Information of TOMm
GTM_ICM_IRQG_TOM_2_CI 0xF01007A8          ICM Interrupt Group TOM 2 for Channel Interrupt Information of TOMm
GTM_SPE0_CTRL_STAT 0xF0100800          SPE0 Control Status Register
GTM_SPE0_PAT    0xF0100804          SPE0 Input Pattern Definition Register
GTM_SPE0_OUT_PAT0 0xF0100808          SPE0 Output Definition Register 0
GTM_SPE0_OUT_PAT1 0xF010080C          SPE0 Output Definition Register 1
GTM_SPE0_OUT_PAT2 0xF0100810          SPE0 Output Definition Register 2
GTM_SPE0_OUT_PAT3 0xF0100814          SPE0 Output Definition Register 3
GTM_SPE0_OUT_PAT4 0xF0100818          SPE0 Output Definition Register 4
GTM_SPE0_OUT_PAT5 0xF010081C          SPE0 Output Definition Register 5
GTM_SPE0_OUT_PAT6 0xF0100820          SPE0 Output Definition Register 6
GTM_SPE0_OUT_PAT7 0xF0100824          SPE0 Output Definition Register 7
GTM_SPE0_OUT_CTRL 0xF0100828          SPE0 Output Control Register
GTM_SPE0_IRQ_NOTIFY 0xF010082C          SPE0 Interrupt Notification Register
GTM_SPE0_IRQ_EN 0xF0100830          SPE0 Interrupt Enable Register
GTM_SPE0_IRQ_FORCINT 0xF0100834          SPE0 Interrupt Generation by Software
GTM_SPE0_IRQ_MODE 0xF0100838          SPE0 Interrupt Mode Configuration Register
GTM_SPE0_EIRQ_EN 0xF010083C          SPE0 Error Interrupt Enable Register
GTM_SPE0_REV_CNT 0xF0100840          SPE0 Input Revolution Counter
GTM_SPE0_REV_CMP 0xF0100844          SPE0 Revolution Counter Compare Value
GTM_SPE0_CTRL_STAT2 0xF0100848          SPE0 Control Status Register 2
GTM_SPE0_CMD    0xF010084C          SPE0 Command register
GTM_SPE1_CTRL_STAT 0xF0100880          SPE1 Control Status Register
GTM_SPE1_PAT    0xF0100884          SPE1 Input Pattern Definition Register
GTM_SPE1_OUT_PAT0 0xF0100888          SPE1 Output Definition Register 0
GTM_SPE1_OUT_PAT1 0xF010088C          SPE1 Output Definition Register 1
GTM_SPE1_OUT_PAT2 0xF0100890          SPE1 Output Definition Register 2
GTM_SPE1_OUT_PAT3 0xF0100894          SPE1 Output Definition Register 3
GTM_SPE1_OUT_PAT4 0xF0100898          SPE1 Output Definition Register 4
GTM_SPE1_OUT_PAT5 0xF010089C          SPE1 Output Definition Register 5
GTM_SPE1_OUT_PAT6 0xF01008A0          SPE1 Output Definition Register 6
GTM_SPE1_OUT_PAT7 0xF01008A4          SPE1 Output Definition Register 7
GTM_SPE1_OUT_CTRL 0xF01008A8          SPE1 Output Control Register
GTM_SPE1_IRQ_NOTIFY 0xF01008AC          SPE1 Interrupt Notification Register
GTM_SPE1_IRQ_EN 0xF01008B0          SPE1 Interrupt Enable Register
GTM_SPE1_IRQ_FORCINT 0xF01008B4          SPE1 Interrupt Generation by Software
GTM_SPE1_IRQ_MODE 0xF01008B8          SPE1 Interrupt Mode Configuration Register
GTM_SPE1_EIRQ_EN 0xF01008BC          SPE1 Error Interrupt Enable Register
GTM_SPE1_REV_CNT 0xF01008C0          SPE1 Input Revolution Counter
GTM_SPE1_REV_CMP 0xF01008C4          SPE1 Revolution Counter Compare Value
GTM_SPE1_CTRL_STAT2 0xF01008C8          SPE1 Control Status Register 2
GTM_SPE1_CMD    0xF01008CC          SPE1 Command register
GTM_SPE2_CTRL_STAT 0xF0100900          SPE2 Control Status Register
GTM_SPE2_PAT    0xF0100904          SPE2 Input Pattern Definition Register
GTM_SPE2_OUT_PAT0 0xF0100908          SPE2 Output Definition Register 0
GTM_SPE2_OUT_PAT1 0xF010090C          SPE2 Output Definition Register 1
GTM_SPE2_OUT_PAT2 0xF0100910          SPE2 Output Definition Register 2
GTM_SPE2_OUT_PAT3 0xF0100914          SPE2 Output Definition Register 3
GTM_SPE2_OUT_PAT4 0xF0100918          SPE2 Output Definition Register 4
GTM_SPE2_OUT_PAT5 0xF010091C          SPE2 Output Definition Register 5
GTM_SPE2_OUT_PAT6 0xF0100920          SPE2 Output Definition Register 6
GTM_SPE2_OUT_PAT7 0xF0100924          SPE2 Output Definition Register 7
GTM_SPE2_OUT_CTRL 0xF0100928          SPE2 Output Control Register
GTM_SPE2_IRQ_NOTIFY 0xF010092C          SPE2 Interrupt Notification Register
GTM_SPE2_IRQ_EN 0xF0100930          SPE2 Interrupt Enable Register
GTM_SPE2_IRQ_FORCINT 0xF0100934          SPE2 Interrupt Generation by Software
GTM_SPE2_IRQ_MODE 0xF0100938          SPE2 Interrupt Mode Configuration Register
GTM_SPE2_EIRQ_EN 0xF010093C          SPE2 Error Interrupt Enable Register
GTM_SPE2_REV_CNT 0xF0100940          SPE2 Input Revolution Counter
GTM_SPE2_REV_CMP 0xF0100944          SPE2 Revolution Counter Compare Value
GTM_SPE2_CTRL_STAT2 0xF0100948          SPE2 Control Status Register 2
GTM_SPE2_CMD    0xF010094C          SPE2 Command register
GTM_SPE3_CTRL_STAT 0xF0100980          SPE3 Control Status Register
GTM_SPE3_PAT    0xF0100984          SPE3 Input Pattern Definition Register
GTM_SPE3_OUT_PAT0 0xF0100988          SPE3 Output Definition Register 0
GTM_SPE3_OUT_PAT1 0xF010098C          SPE3 Output Definition Register 1
GTM_SPE3_OUT_PAT2 0xF0100990          SPE3 Output Definition Register 2
GTM_SPE3_OUT_PAT3 0xF0100994          SPE3 Output Definition Register 3
GTM_SPE3_OUT_PAT4 0xF0100998          SPE3 Output Definition Register 4
GTM_SPE3_OUT_PAT5 0xF010099C          SPE3 Output Definition Register 5
GTM_SPE3_OUT_PAT6 0xF01009A0          SPE3 Output Definition Register 6
GTM_SPE3_OUT_PAT7 0xF01009A4          SPE3 Output Definition Register 7
GTM_SPE3_OUT_CTRL 0xF01009A8          SPE3 Output Control Register
GTM_SPE3_IRQ_NOTIFY 0xF01009AC          SPE3 Interrupt Notification Register
GTM_SPE3_IRQ_EN 0xF01009B0          SPE3 Interrupt Enable Register
GTM_SPE3_IRQ_FORCINT 0xF01009B4          SPE3 Interrupt Generation by Software
GTM_SPE3_IRQ_MODE 0xF01009B8          SPE3 Interrupt Mode Configuration Register
GTM_SPE3_EIRQ_EN 0xF01009BC          SPE3 Error Interrupt Enable Register
GTM_SPE3_REV_CNT 0xF01009C0          SPE3 Input Revolution Counter
GTM_SPE3_REV_CMP 0xF01009C4          SPE3 Revolution Counter Compare Value
GTM_SPE3_CTRL_STAT2 0xF01009C8          SPE3 Control Status Register 2
GTM_SPE3_CMD    0xF01009CC          SPE3 Command register
GTM_SPE4_CTRL_STAT 0xF0100A00          SPE4 Control Status Register
GTM_SPE4_PAT    0xF0100A04          SPE4 Input Pattern Definition Register
GTM_SPE4_OUT_PAT0 0xF0100A08          SPE4 Output Definition Register 0
GTM_SPE4_OUT_PAT1 0xF0100A0C          SPE4 Output Definition Register 1
GTM_SPE4_OUT_PAT2 0xF0100A10          SPE4 Output Definition Register 2
GTM_SPE4_OUT_PAT3 0xF0100A14          SPE4 Output Definition Register 3
GTM_SPE4_OUT_PAT4 0xF0100A18          SPE4 Output Definition Register 4
GTM_SPE4_OUT_PAT5 0xF0100A1C          SPE4 Output Definition Register 5
GTM_SPE4_OUT_PAT6 0xF0100A20          SPE4 Output Definition Register 6
GTM_SPE4_OUT_PAT7 0xF0100A24          SPE4 Output Definition Register 7
GTM_SPE4_OUT_CTRL 0xF0100A28          SPE4 Output Control Register
GTM_SPE4_IRQ_NOTIFY 0xF0100A2C          SPE4 Interrupt Notification Register
GTM_SPE4_IRQ_EN 0xF0100A30          SPE4 Interrupt Enable Register
GTM_SPE4_IRQ_FORCINT 0xF0100A34          SPE4 Interrupt Generation by Software
GTM_SPE4_IRQ_MODE 0xF0100A38          SPE4 Interrupt Mode Configuration Register
GTM_SPE4_EIRQ_EN 0xF0100A3C          SPE4 Error Interrupt Enable Register
GTM_SPE4_REV_CNT 0xF0100A40          SPE4 Input Revolution Counter
GTM_SPE4_REV_CMP 0xF0100A44          SPE4 Revolution Counter Compare Value
GTM_SPE4_CTRL_STAT2 0xF0100A48          SPE4 Control Status Register 2
GTM_SPE4_CMD    0xF0100A4C          SPE4 Command register
GTM_SPE5_CTRL_STAT 0xF0100A80          SPE5 Control Status Register
GTM_SPE5_PAT    0xF0100A84          SPE5 Input Pattern Definition Register
GTM_SPE5_OUT_PAT0 0xF0100A88          SPE5 Output Definition Register 0
GTM_SPE5_OUT_PAT1 0xF0100A8C          SPE5 Output Definition Register 1
GTM_SPE5_OUT_PAT2 0xF0100A90          SPE5 Output Definition Register 2
GTM_SPE5_OUT_PAT3 0xF0100A94          SPE5 Output Definition Register 3
GTM_SPE5_OUT_PAT4 0xF0100A98          SPE5 Output Definition Register 4
GTM_SPE5_OUT_PAT5 0xF0100A9C          SPE5 Output Definition Register 5
GTM_SPE5_OUT_PAT6 0xF0100AA0          SPE5 Output Definition Register 6
GTM_SPE5_OUT_PAT7 0xF0100AA4          SPE5 Output Definition Register 7
GTM_SPE5_OUT_CTRL 0xF0100AA8          SPE5 Output Control Register
GTM_SPE5_IRQ_NOTIFY 0xF0100AAC          SPE5 Interrupt Notification Register
GTM_SPE5_IRQ_EN 0xF0100AB0          SPE5 Interrupt Enable Register
GTM_SPE5_IRQ_FORCINT 0xF0100AB4          SPE5 Interrupt Generation by Software
GTM_SPE5_IRQ_MODE 0xF0100AB8          SPE5 Interrupt Mode Configuration Register
GTM_SPE5_EIRQ_EN 0xF0100ABC          SPE5 Error Interrupt Enable Register
GTM_SPE5_REV_CNT 0xF0100AC0          SPE5 Input Revolution Counter
GTM_SPE5_REV_CMP 0xF0100AC4          SPE5 Revolution Counter Compare Value
GTM_SPE5_CTRL_STAT2 0xF0100AC8          SPE5 Control Status Register 2
GTM_SPE5_CMD    0xF0100ACC          SPE5 Command register
GTM_MAP_CTRL    0xF0100F00          MAP Control Register
GTM_MCFG_CTRL   0xF0100F40          MCFG Memory Layout Configuration Register
GTM_TIM0_CH0_GPR0 0xF0101000          TIM0 Channel 0 General Purpose 0 Register
GTM_TIM0_CH0_GPR1 0xF0101004          TIM0 Channel 0 General Purpose 1 Register
GTM_TIM0_CH0_CNT 0xF0101008          TIM0 Channel 0 SMU Counter Register
GTM_TIM0_CH0_ECNT 0xF010100C          TIM0 Channel 0 SMU Edge Counter Register
GTM_TIM0_CH0_CNTS 0xF0101010          TIM0 Channel 0 SMU Shadow Counter Register
GTM_TIM0_CH0_TDUC 0xF0101014          TIM0 Channel 0 TDU Counter Register
GTM_TIM0_CH0_TDUV 0xF0101018          TIM0 Channel 0 TDU Control Register
GTM_TIM0_CH0_FLT_RE 0xF010101C          TIM0 Channel 0 Filter Parameter 0 Register
GTM_TIM0_CH0_FLT_FE 0xF0101020          TIM0 Channel 0 Filter Parameter 1 Register
GTM_TIM0_CH0_CTRL 0xF0101024          TIM0 Channel 0 Control Register
GTM_TIM0_CH0_ECTRL 0xF0101028          TIM0 Channel 0 Extended Control Register
GTM_TIM0_CH0_IRQ_NOTIFY 0xF010102C          TIM0 Channel 0 Interrupt Notification Register
GTM_TIM0_CH0_IRQ_EN 0xF0101030          TIM0 Channel 0 Interrupt Enable Register
GTM_TIM0_CH0_IRQ_FORCINT 0xF0101034          TIM0 Channel 0 Force Interrupt Register
GTM_TIM0_CH0_IRQ_MODE 0xF0101038          TIM0 Channel 0 Interrupt Mode Configuration Register
GTM_TIM0_CH0_EIRQ_EN 0xF010103C          TIM0 Channel 0 Error Interrupt Enable Register
GTM_TIM0_INP_VAL 0xF0101074          TIM0 Input Value Observation Register
GTM_TIM0_IN_SRC 0xF0101078          TIM0 AUX IN Source Selection Register
GTM_TIM0_RST    0xF010107C          TIM0 Global Software Reset Register
GTM_TIM0_CH1_GPR0 0xF0101080          TIM0 Channel 1 General Purpose 0 Register
GTM_TIM0_CH1_GPR1 0xF0101084          TIM0 Channel 1 General Purpose 1 Register
GTM_TIM0_CH1_CNT 0xF0101088          TIM0 Channel 1 SMU Counter Register
GTM_TIM0_CH1_ECNT 0xF010108C          TIM0 Channel 1 SMU Edge Counter Register
GTM_TIM0_CH1_CNTS 0xF0101090          TIM0 Channel 1 SMU Shadow Counter Register
GTM_TIM0_CH1_TDUC 0xF0101094          TIM0 Channel 1 TDU Counter Register
GTM_TIM0_CH1_TDUV 0xF0101098          TIM0 Channel 1 TDU Control Register
GTM_TIM0_CH1_FLT_RE 0xF010109C          TIM0 Channel 1 Filter Parameter 0 Register
GTM_TIM0_CH1_FLT_FE 0xF01010A0          TIM0 Channel 1 Filter Parameter 1 Register
GTM_TIM0_CH1_CTRL 0xF01010A4          TIM0 Channel 1 Control Register
GTM_TIM0_CH1_ECTRL 0xF01010A8          TIM0 Channel 1 Extended Control Register
GTM_TIM0_CH1_IRQ_NOTIFY 0xF01010AC          TIM0 Channel 1 Interrupt Notification Register
GTM_TIM0_CH1_IRQ_EN 0xF01010B0          TIM0 Channel 1 Interrupt Enable Register
GTM_TIM0_CH1_IRQ_FORCINT 0xF01010B4          TIM0 Channel 1 Force Interrupt Register
GTM_TIM0_CH1_IRQ_MODE 0xF01010B8          TIM0 Channel 1 Interrupt Mode Configuration Register
GTM_TIM0_CH1_EIRQ_EN 0xF01010BC          TIM0 Channel 1 Error Interrupt Enable Register
GTM_TIM0_CH2_GPR0 0xF0101100          TIM0 Channel 2 General Purpose 0 Register
GTM_TIM0_CH2_GPR1 0xF0101104          TIM0 Channel 2 General Purpose 1 Register
GTM_TIM0_CH2_CNT 0xF0101108          TIM0 Channel 2 SMU Counter Register
GTM_TIM0_CH2_ECNT 0xF010110C          TIM0 Channel 2 SMU Edge Counter Register
GTM_TIM0_CH2_CNTS 0xF0101110          TIM0 Channel 2 SMU Shadow Counter Register
GTM_TIM0_CH2_TDUC 0xF0101114          TIM0 Channel 2 TDU Counter Register
GTM_TIM0_CH2_TDUV 0xF0101118          TIM0 Channel 2 TDU Control Register
GTM_TIM0_CH2_FLT_RE 0xF010111C          TIM0 Channel 2 Filter Parameter 0 Register
GTM_TIM0_CH2_FLT_FE 0xF0101120          TIM0 Channel 2 Filter Parameter 1 Register
GTM_TIM0_CH2_CTRL 0xF0101124          TIM0 Channel 2 Control Register
GTM_TIM0_CH2_ECTRL 0xF0101128          TIM0 Channel 2 Extended Control Register
GTM_TIM0_CH2_IRQ_NOTIFY 0xF010112C          TIM0 Channel 2 Interrupt Notification Register
GTM_TIM0_CH2_IRQ_EN 0xF0101130          TIM0 Channel 2 Interrupt Enable Register
GTM_TIM0_CH2_IRQ_FORCINT 0xF0101134          TIM0 Channel 2 Force Interrupt Register
GTM_TIM0_CH2_IRQ_MODE 0xF0101138          TIM0 Channel 2 Interrupt Mode Configuration Register
GTM_TIM0_CH2_EIRQ_EN 0xF010113C          TIM0 Channel 2 Error Interrupt Enable Register
GTM_TIM0_CH3_GPR0 0xF0101180          TIM0 Channel 3 General Purpose 0 Register
GTM_TIM0_CH3_GPR1 0xF0101184          TIM0 Channel 3 General Purpose 1 Register
GTM_TIM0_CH3_CNT 0xF0101188          TIM0 Channel 3 SMU Counter Register
GTM_TIM0_CH3_ECNT 0xF010118C          TIM0 Channel 3 SMU Edge Counter Register
GTM_TIM0_CH3_CNTS 0xF0101190          TIM0 Channel 3 SMU Shadow Counter Register
GTM_TIM0_CH3_TDUC 0xF0101194          TIM0 Channel 3 TDU Counter Register
GTM_TIM0_CH3_TDUV 0xF0101198          TIM0 Channel 3 TDU Control Register
GTM_TIM0_CH3_FLT_RE 0xF010119C          TIM0 Channel 3 Filter Parameter 0 Register
GTM_TIM0_CH3_FLT_FE 0xF01011A0          TIM0 Channel 3 Filter Parameter 1 Register
GTM_TIM0_CH3_CTRL 0xF01011A4          TIM0 Channel 3 Control Register
GTM_TIM0_CH3_ECTRL 0xF01011A8          TIM0 Channel 3 Extended Control Register
GTM_TIM0_CH3_IRQ_NOTIFY 0xF01011AC          TIM0 Channel 3 Interrupt Notification Register
GTM_TIM0_CH3_IRQ_EN 0xF01011B0          TIM0 Channel 3 Interrupt Enable Register
GTM_TIM0_CH3_IRQ_FORCINT 0xF01011B4          TIM0 Channel 3 Force Interrupt Register
GTM_TIM0_CH3_IRQ_MODE 0xF01011B8          TIM0 Channel 3 Interrupt Mode Configuration Register
GTM_TIM0_CH3_EIRQ_EN 0xF01011BC          TIM0 Channel 3 Error Interrupt Enable Register
GTM_TIM0_CH4_GPR0 0xF0101200          TIM0 Channel 4 General Purpose 0 Register
GTM_TIM0_CH4_GPR1 0xF0101204          TIM0 Channel 4 General Purpose 1 Register
GTM_TIM0_CH4_CNT 0xF0101208          TIM0 Channel 4 SMU Counter Register
GTM_TIM0_CH4_ECNT 0xF010120C          TIM0 Channel 4 SMU Edge Counter Register
GTM_TIM0_CH4_CNTS 0xF0101210          TIM0 Channel 4 SMU Shadow Counter Register
GTM_TIM0_CH4_TDUC 0xF0101214          TIM0 Channel 4 TDU Counter Register
GTM_TIM0_CH4_TDUV 0xF0101218          TIM0 Channel 4 TDU Control Register
GTM_TIM0_CH4_FLT_RE 0xF010121C          TIM0 Channel 4 Filter Parameter 0 Register
GTM_TIM0_CH4_FLT_FE 0xF0101220          TIM0 Channel 4 Filter Parameter 1 Register
GTM_TIM0_CH4_CTRL 0xF0101224          TIM0 Channel 4 Control Register
GTM_TIM0_CH4_ECTRL 0xF0101228          TIM0 Channel 4 Extended Control Register
GTM_TIM0_CH4_IRQ_NOTIFY 0xF010122C          TIM0 Channel 4 Interrupt Notification Register
GTM_TIM0_CH4_IRQ_EN 0xF0101230          TIM0 Channel 4 Interrupt Enable Register
GTM_TIM0_CH4_IRQ_FORCINT 0xF0101234          TIM0 Channel 4 Force Interrupt Register
GTM_TIM0_CH4_IRQ_MODE 0xF0101238          TIM0 Channel 4 Interrupt Mode Configuration Register
GTM_TIM0_CH4_EIRQ_EN 0xF010123C          TIM0 Channel 4 Error Interrupt Enable Register
GTM_TIM0_CH5_GPR0 0xF0101280          TIM0 Channel 5 General Purpose 0 Register
GTM_TIM0_CH5_GPR1 0xF0101284          TIM0 Channel 5 General Purpose 1 Register
GTM_TIM0_CH5_CNT 0xF0101288          TIM0 Channel 5 SMU Counter Register
GTM_TIM0_CH5_ECNT 0xF010128C          TIM0 Channel 5 SMU Edge Counter Register
GTM_TIM0_CH5_CNTS 0xF0101290          TIM0 Channel 5 SMU Shadow Counter Register
GTM_TIM0_CH5_TDUC 0xF0101294          TIM0 Channel 5 TDU Counter Register
GTM_TIM0_CH5_TDUV 0xF0101298          TIM0 Channel 5 TDU Control Register
GTM_TIM0_CH5_FLT_RE 0xF010129C          TIM0 Channel 5 Filter Parameter 0 Register
GTM_TIM0_CH5_FLT_FE 0xF01012A0          TIM0 Channel 5 Filter Parameter 1 Register
GTM_TIM0_CH5_CTRL 0xF01012A4          TIM0 Channel 5 Control Register
GTM_TIM0_CH5_ECTRL 0xF01012A8          TIM0 Channel 5 Extended Control Register
GTM_TIM0_CH5_IRQ_NOTIFY 0xF01012AC          TIM0 Channel 5 Interrupt Notification Register
GTM_TIM0_CH5_IRQ_EN 0xF01012B0          TIM0 Channel 5 Interrupt Enable Register
GTM_TIM0_CH5_IRQ_FORCINT 0xF01012B4          TIM0 Channel 5 Force Interrupt Register
GTM_TIM0_CH5_IRQ_MODE 0xF01012B8          TIM0 Channel 5 Interrupt Mode Configuration Register
GTM_TIM0_CH5_EIRQ_EN 0xF01012BC          TIM0 Channel 5 Error Interrupt Enable Register
GTM_TIM0_CH6_GPR0 0xF0101300          TIM0 Channel 6 General Purpose 0 Register
GTM_TIM0_CH6_GPR1 0xF0101304          TIM0 Channel 6 General Purpose 1 Register
GTM_TIM0_CH6_CNT 0xF0101308          TIM0 Channel 6 SMU Counter Register
GTM_TIM0_CH6_ECNT 0xF010130C          TIM0 Channel 6 SMU Edge Counter Register
GTM_TIM0_CH6_CNTS 0xF0101310          TIM0 Channel 6 SMU Shadow Counter Register
GTM_TIM0_CH6_TDUC 0xF0101314          TIM0 Channel 6 TDU Counter Register
GTM_TIM0_CH6_TDUV 0xF0101318          TIM0 Channel 6 TDU Control Register
GTM_TIM0_CH6_FLT_RE 0xF010131C          TIM0 Channel 6 Filter Parameter 0 Register
GTM_TIM0_CH6_FLT_FE 0xF0101320          TIM0 Channel 6 Filter Parameter 1 Register
GTM_TIM0_CH6_CTRL 0xF0101324          TIM0 Channel 6 Control Register
GTM_TIM0_CH6_ECTRL 0xF0101328          TIM0 Channel 6 Extended Control Register
GTM_TIM0_CH6_IRQ_NOTIFY 0xF010132C          TIM0 Channel 6 Interrupt Notification Register
GTM_TIM0_CH6_IRQ_EN 0xF0101330          TIM0 Channel 6 Interrupt Enable Register
GTM_TIM0_CH6_IRQ_FORCINT 0xF0101334          TIM0 Channel 6 Force Interrupt Register
GTM_TIM0_CH6_IRQ_MODE 0xF0101338          TIM0 Channel 6 Interrupt Mode Configuration Register
GTM_TIM0_CH6_EIRQ_EN 0xF010133C          TIM0 Channel 6 Error Interrupt Enable Register
GTM_TIM0_CH7_GPR0 0xF0101380          TIM0 Channel 7 General Purpose 0 Register
GTM_TIM0_CH7_GPR1 0xF0101384          TIM0 Channel 7 General Purpose 1 Register
GTM_TIM0_CH7_CNT 0xF0101388          TIM0 Channel 7 SMU Counter Register
GTM_TIM0_CH7_ECNT 0xF010138C          TIM0 Channel 7 SMU Edge Counter Register
GTM_TIM0_CH7_CNTS 0xF0101390          TIM0 Channel 7 SMU Shadow Counter Register
GTM_TIM0_CH7_TDUC 0xF0101394          TIM0 Channel 7 TDU Counter Register
GTM_TIM0_CH7_TDUV 0xF0101398          TIM0 Channel 7 TDU Control Register
GTM_TIM0_CH7_FLT_RE 0xF010139C          TIM0 Channel 7 Filter Parameter 0 Register
GTM_TIM0_CH7_FLT_FE 0xF01013A0          TIM0 Channel 7 Filter Parameter 1 Register
GTM_TIM0_CH7_CTRL 0xF01013A4          TIM0 Channel 7 Control Register
GTM_TIM0_CH7_ECTRL 0xF01013A8          TIM0 Channel 7 Extended Control Register
GTM_TIM0_CH7_IRQ_NOTIFY 0xF01013AC          TIM0 Channel 7 Interrupt Notification Register
GTM_TIM0_CH7_IRQ_EN 0xF01013B0          TIM0 Channel 7 Interrupt Enable Register
GTM_TIM0_CH7_IRQ_FORCINT 0xF01013B4          TIM0 Channel 7 Force Interrupt Register
GTM_TIM0_CH7_IRQ_MODE 0xF01013B8          TIM0 Channel 7 Interrupt Mode Configuration Register
GTM_TIM0_CH7_EIRQ_EN 0xF01013BC          TIM0 Channel 7 Error Interrupt Enable Register
GTM_TIM1_CH0_GPR0 0xF0101800          TIM1 Channel 0 General Purpose 0 Register
GTM_TIM1_CH0_GPR1 0xF0101804          TIM1 Channel 0 General Purpose 1 Register
GTM_TIM1_CH0_CNT 0xF0101808          TIM1 Channel 0 SMU Counter Register
GTM_TIM1_CH0_ECNT 0xF010180C          TIM1 Channel 0 SMU Edge Counter Register
GTM_TIM1_CH0_CNTS 0xF0101810          TIM1 Channel 0 SMU Shadow Counter Register
GTM_TIM1_CH0_TDUC 0xF0101814          TIM1 Channel 0 TDU Counter Register
GTM_TIM1_CH0_TDUV 0xF0101818          TIM1 Channel 0 TDU Control Register
GTM_TIM1_CH0_FLT_RE 0xF010181C          TIM1 Channel 0 Filter Parameter 0 Register
GTM_TIM1_CH0_FLT_FE 0xF0101820          TIM1 Channel 0 Filter Parameter 1 Register
GTM_TIM1_CH0_CTRL 0xF0101824          TIM1 Channel 0 Control Register
GTM_TIM1_CH0_ECTRL 0xF0101828          TIM1 Channel 0 Extended Control Register
GTM_TIM1_CH0_IRQ_NOTIFY 0xF010182C          TIM1 Channel 0 Interrupt Notification Register
GTM_TIM1_CH0_IRQ_EN 0xF0101830          TIM1 Channel 0 Interrupt Enable Register
GTM_TIM1_CH0_IRQ_FORCINT 0xF0101834          TIM1 Channel 0 Force Interrupt Register
GTM_TIM1_CH0_IRQ_MODE 0xF0101838          TIM1 Channel 0 Interrupt Mode Configuration Register
GTM_TIM1_CH0_EIRQ_EN 0xF010183C          TIM1 Channel 0 Error Interrupt Enable Register
GTM_TIM1_INP_VAL 0xF0101874          TIM1 Input Value Observation Register
GTM_TIM1_IN_SRC 0xF0101878          TIM1 AUX IN Source Selection Register
GTM_TIM1_RST    0xF010187C          TIM1 Global Software Reset Register
GTM_TIM1_CH1_GPR0 0xF0101880          TIM1 Channel 1 General Purpose 0 Register
GTM_TIM1_CH1_GPR1 0xF0101884          TIM1 Channel 1 General Purpose 1 Register
GTM_TIM1_CH1_CNT 0xF0101888          TIM1 Channel 1 SMU Counter Register
GTM_TIM1_CH1_ECNT 0xF010188C          TIM1 Channel 1 SMU Edge Counter Register
GTM_TIM1_CH1_CNTS 0xF0101890          TIM1 Channel 1 SMU Shadow Counter Register
GTM_TIM1_CH1_TDUC 0xF0101894          TIM1 Channel 1 TDU Counter Register
GTM_TIM1_CH1_TDUV 0xF0101898          TIM1 Channel 1 TDU Control Register
GTM_TIM1_CH1_FLT_RE 0xF010189C          TIM1 Channel 1 Filter Parameter 0 Register
GTM_TIM1_CH1_FLT_FE 0xF01018A0          TIM1 Channel 1 Filter Parameter 1 Register
GTM_TIM1_CH1_CTRL 0xF01018A4          TIM1 Channel 1 Control Register
GTM_TIM1_CH1_ECTRL 0xF01018A8          TIM1 Channel 1 Extended Control Register
GTM_TIM1_CH1_IRQ_NOTIFY 0xF01018AC          TIM1 Channel 1 Interrupt Notification Register
GTM_TIM1_CH1_IRQ_EN 0xF01018B0          TIM1 Channel 1 Interrupt Enable Register
GTM_TIM1_CH1_IRQ_FORCINT 0xF01018B4          TIM1 Channel 1 Force Interrupt Register
GTM_TIM1_CH1_IRQ_MODE 0xF01018B8          TIM1 Channel 1 Interrupt Mode Configuration Register
GTM_TIM1_CH1_EIRQ_EN 0xF01018BC          TIM1 Channel 1 Error Interrupt Enable Register
GTM_TIM1_CH2_GPR0 0xF0101900          TIM1 Channel 2 General Purpose 0 Register
GTM_TIM1_CH2_GPR1 0xF0101904          TIM1 Channel 2 General Purpose 1 Register
GTM_TIM1_CH2_CNT 0xF0101908          TIM1 Channel 2 SMU Counter Register
GTM_TIM1_CH2_ECNT 0xF010190C          TIM1 Channel 2 SMU Edge Counter Register
GTM_TIM1_CH2_CNTS 0xF0101910          TIM1 Channel 2 SMU Shadow Counter Register
GTM_TIM1_CH2_TDUC 0xF0101914          TIM1 Channel 2 TDU Counter Register
GTM_TIM1_CH2_TDUV 0xF0101918          TIM1 Channel 2 TDU Control Register
GTM_TIM1_CH2_FLT_RE 0xF010191C          TIM1 Channel 2 Filter Parameter 0 Register
GTM_TIM1_CH2_FLT_FE 0xF0101920          TIM1 Channel 2 Filter Parameter 1 Register
GTM_TIM1_CH2_CTRL 0xF0101924          TIM1 Channel 2 Control Register
GTM_TIM1_CH2_ECTRL 0xF0101928          TIM1 Channel 2 Extended Control Register
GTM_TIM1_CH2_IRQ_NOTIFY 0xF010192C          TIM1 Channel 2 Interrupt Notification Register
GTM_TIM1_CH2_IRQ_EN 0xF0101930          TIM1 Channel 2 Interrupt Enable Register
GTM_TIM1_CH2_IRQ_FORCINT 0xF0101934          TIM1 Channel 2 Force Interrupt Register
GTM_TIM1_CH2_IRQ_MODE 0xF0101938          TIM1 Channel 2 Interrupt Mode Configuration Register
GTM_TIM1_CH2_EIRQ_EN 0xF010193C          TIM1 Channel 2 Error Interrupt Enable Register
GTM_TIM1_CH3_GPR0 0xF0101980          TIM1 Channel 3 General Purpose 0 Register
GTM_TIM1_CH3_GPR1 0xF0101984          TIM1 Channel 3 General Purpose 1 Register
GTM_TIM1_CH3_CNT 0xF0101988          TIM1 Channel 3 SMU Counter Register
GTM_TIM1_CH3_ECNT 0xF010198C          TIM1 Channel 3 SMU Edge Counter Register
GTM_TIM1_CH3_CNTS 0xF0101990          TIM1 Channel 3 SMU Shadow Counter Register
GTM_TIM1_CH3_TDUC 0xF0101994          TIM1 Channel 3 TDU Counter Register
GTM_TIM1_CH3_TDUV 0xF0101998          TIM1 Channel 3 TDU Control Register
GTM_TIM1_CH3_FLT_RE 0xF010199C          TIM1 Channel 3 Filter Parameter 0 Register
GTM_TIM1_CH3_FLT_FE 0xF01019A0          TIM1 Channel 3 Filter Parameter 1 Register
GTM_TIM1_CH3_CTRL 0xF01019A4          TIM1 Channel 3 Control Register
GTM_TIM1_CH3_ECTRL 0xF01019A8          TIM1 Channel 3 Extended Control Register
GTM_TIM1_CH3_IRQ_NOTIFY 0xF01019AC          TIM1 Channel 3 Interrupt Notification Register
GTM_TIM1_CH3_IRQ_EN 0xF01019B0          TIM1 Channel 3 Interrupt Enable Register
GTM_TIM1_CH3_IRQ_FORCINT 0xF01019B4          TIM1 Channel 3 Force Interrupt Register
GTM_TIM1_CH3_IRQ_MODE 0xF01019B8          TIM1 Channel 3 Interrupt Mode Configuration Register
GTM_TIM1_CH3_EIRQ_EN 0xF01019BC          TIM1 Channel 3 Error Interrupt Enable Register
GTM_TIM1_CH4_GPR0 0xF0101A00          TIM1 Channel 4 General Purpose 0 Register
GTM_TIM1_CH4_GPR1 0xF0101A04          TIM1 Channel 4 General Purpose 1 Register
GTM_TIM1_CH4_CNT 0xF0101A08          TIM1 Channel 4 SMU Counter Register
GTM_TIM1_CH4_ECNT 0xF0101A0C          TIM1 Channel 4 SMU Edge Counter Register
GTM_TIM1_CH4_CNTS 0xF0101A10          TIM1 Channel 4 SMU Shadow Counter Register
GTM_TIM1_CH4_TDUC 0xF0101A14          TIM1 Channel 4 TDU Counter Register
GTM_TIM1_CH4_TDUV 0xF0101A18          TIM1 Channel 4 TDU Control Register
GTM_TIM1_CH4_FLT_RE 0xF0101A1C          TIM1 Channel 4 Filter Parameter 0 Register
GTM_TIM1_CH4_FLT_FE 0xF0101A20          TIM1 Channel 4 Filter Parameter 1 Register
GTM_TIM1_CH4_CTRL 0xF0101A24          TIM1 Channel 4 Control Register
GTM_TIM1_CH4_ECTRL 0xF0101A28          TIM1 Channel 4 Extended Control Register
GTM_TIM1_CH4_IRQ_NOTIFY 0xF0101A2C          TIM1 Channel 4 Interrupt Notification Register
GTM_TIM1_CH4_IRQ_EN 0xF0101A30          TIM1 Channel 4 Interrupt Enable Register
GTM_TIM1_CH4_IRQ_FORCINT 0xF0101A34          TIM1 Channel 4 Force Interrupt Register
GTM_TIM1_CH4_IRQ_MODE 0xF0101A38          TIM1 Channel 4 Interrupt Mode Configuration Register
GTM_TIM1_CH4_EIRQ_EN 0xF0101A3C          TIM1 Channel 4 Error Interrupt Enable Register
GTM_TIM1_CH5_GPR0 0xF0101A80          TIM1 Channel 5 General Purpose 0 Register
GTM_TIM1_CH5_GPR1 0xF0101A84          TIM1 Channel 5 General Purpose 1 Register
GTM_TIM1_CH5_CNT 0xF0101A88          TIM1 Channel 5 SMU Counter Register
GTM_TIM1_CH5_ECNT 0xF0101A8C          TIM1 Channel 5 SMU Edge Counter Register
GTM_TIM1_CH5_CNTS 0xF0101A90          TIM1 Channel 5 SMU Shadow Counter Register
GTM_TIM1_CH5_TDUC 0xF0101A94          TIM1 Channel 5 TDU Counter Register
GTM_TIM1_CH5_TDUV 0xF0101A98          TIM1 Channel 5 TDU Control Register
GTM_TIM1_CH5_FLT_RE 0xF0101A9C          TIM1 Channel 5 Filter Parameter 0 Register
GTM_TIM1_CH5_FLT_FE 0xF0101AA0          TIM1 Channel 5 Filter Parameter 1 Register
GTM_TIM1_CH5_CTRL 0xF0101AA4          TIM1 Channel 5 Control Register
GTM_TIM1_CH5_ECTRL 0xF0101AA8          TIM1 Channel 5 Extended Control Register
GTM_TIM1_CH5_IRQ_NOTIFY 0xF0101AAC          TIM1 Channel 5 Interrupt Notification Register
GTM_TIM1_CH5_IRQ_EN 0xF0101AB0          TIM1 Channel 5 Interrupt Enable Register
GTM_TIM1_CH5_IRQ_FORCINT 0xF0101AB4          TIM1 Channel 5 Force Interrupt Register
GTM_TIM1_CH5_IRQ_MODE 0xF0101AB8          TIM1 Channel 5 Interrupt Mode Configuration Register
GTM_TIM1_CH5_EIRQ_EN 0xF0101ABC          TIM1 Channel 5 Error Interrupt Enable Register
GTM_TIM1_CH6_GPR0 0xF0101B00          TIM1 Channel 6 General Purpose 0 Register
GTM_TIM1_CH6_GPR1 0xF0101B04          TIM1 Channel 6 General Purpose 1 Register
GTM_TIM1_CH6_CNT 0xF0101B08          TIM1 Channel 6 SMU Counter Register
GTM_TIM1_CH6_ECNT 0xF0101B0C          TIM1 Channel 6 SMU Edge Counter Register
GTM_TIM1_CH6_CNTS 0xF0101B10          TIM1 Channel 6 SMU Shadow Counter Register
GTM_TIM1_CH6_TDUC 0xF0101B14          TIM1 Channel 6 TDU Counter Register
GTM_TIM1_CH6_TDUV 0xF0101B18          TIM1 Channel 6 TDU Control Register
GTM_TIM1_CH6_FLT_RE 0xF0101B1C          TIM1 Channel 6 Filter Parameter 0 Register
GTM_TIM1_CH6_FLT_FE 0xF0101B20          TIM1 Channel 6 Filter Parameter 1 Register
GTM_TIM1_CH6_CTRL 0xF0101B24          TIM1 Channel 6 Control Register
GTM_TIM1_CH6_ECTRL 0xF0101B28          TIM1 Channel 6 Extended Control Register
GTM_TIM1_CH6_IRQ_NOTIFY 0xF0101B2C          TIM1 Channel 6 Interrupt Notification Register
GTM_TIM1_CH6_IRQ_EN 0xF0101B30          TIM1 Channel 6 Interrupt Enable Register
GTM_TIM1_CH6_IRQ_FORCINT 0xF0101B34          TIM1 Channel 6 Force Interrupt Register
GTM_TIM1_CH6_IRQ_MODE 0xF0101B38          TIM1 Channel 6 Interrupt Mode Configuration Register
GTM_TIM1_CH6_EIRQ_EN 0xF0101B3C          TIM1 Channel 6 Error Interrupt Enable Register
GTM_TIM1_CH7_GPR0 0xF0101B80          TIM1 Channel 7 General Purpose 0 Register
GTM_TIM1_CH7_GPR1 0xF0101B84          TIM1 Channel 7 General Purpose 1 Register
GTM_TIM1_CH7_CNT 0xF0101B88          TIM1 Channel 7 SMU Counter Register
GTM_TIM1_CH7_ECNT 0xF0101B8C          TIM1 Channel 7 SMU Edge Counter Register
GTM_TIM1_CH7_CNTS 0xF0101B90          TIM1 Channel 7 SMU Shadow Counter Register
GTM_TIM1_CH7_TDUC 0xF0101B94          TIM1 Channel 7 TDU Counter Register
GTM_TIM1_CH7_TDUV 0xF0101B98          TIM1 Channel 7 TDU Control Register
GTM_TIM1_CH7_FLT_RE 0xF0101B9C          TIM1 Channel 7 Filter Parameter 0 Register
GTM_TIM1_CH7_FLT_FE 0xF0101BA0          TIM1 Channel 7 Filter Parameter 1 Register
GTM_TIM1_CH7_CTRL 0xF0101BA4          TIM1 Channel 7 Control Register
GTM_TIM1_CH7_ECTRL 0xF0101BA8          TIM1 Channel 7 Extended Control Register
GTM_TIM1_CH7_IRQ_NOTIFY 0xF0101BAC          TIM1 Channel 7 Interrupt Notification Register
GTM_TIM1_CH7_IRQ_EN 0xF0101BB0          TIM1 Channel 7 Interrupt Enable Register
GTM_TIM1_CH7_IRQ_FORCINT 0xF0101BB4          TIM1 Channel 7 Force Interrupt Register
GTM_TIM1_CH7_IRQ_MODE 0xF0101BB8          TIM1 Channel 7 Interrupt Mode Configuration Register
GTM_TIM1_CH7_EIRQ_EN 0xF0101BBC          TIM1 Channel 7 Error Interrupt Enable Register
GTM_TIM2_CH0_GPR0 0xF0102000          TIM2 Channel 0 General Purpose 0 Register
GTM_TIM2_CH0_GPR1 0xF0102004          TIM2 Channel 0 General Purpose 1 Register
GTM_TIM2_CH0_CNT 0xF0102008          TIM2 Channel 0 SMU Counter Register
GTM_TIM2_CH0_ECNT 0xF010200C          TIM2 Channel 0 SMU Edge Counter Register
GTM_TIM2_CH0_CNTS 0xF0102010          TIM2 Channel 0 SMU Shadow Counter Register
GTM_TIM2_CH0_TDUC 0xF0102014          TIM2 Channel 0 TDU Counter Register
GTM_TIM2_CH0_TDUV 0xF0102018          TIM2 Channel 0 TDU Control Register
GTM_TIM2_CH0_FLT_RE 0xF010201C          TIM2 Channel 0 Filter Parameter 0 Register
GTM_TIM2_CH0_FLT_FE 0xF0102020          TIM2 Channel 0 Filter Parameter 1 Register
GTM_TIM2_CH0_CTRL 0xF0102024          TIM2 Channel 0 Control Register
GTM_TIM2_CH0_ECTRL 0xF0102028          TIM2 Channel 0 Extended Control Register
GTM_TIM2_CH0_IRQ_NOTIFY 0xF010202C          TIM2 Channel 0 Interrupt Notification Register
GTM_TIM2_CH0_IRQ_EN 0xF0102030          TIM2 Channel 0 Interrupt Enable Register
GTM_TIM2_CH0_IRQ_FORCINT 0xF0102034          TIM2 Channel 0 Force Interrupt Register
GTM_TIM2_CH0_IRQ_MODE 0xF0102038          TIM2 Channel 0 Interrupt Mode Configuration Register
GTM_TIM2_CH0_EIRQ_EN 0xF010203C          TIM2 Channel 0 Error Interrupt Enable Register
GTM_TIM2_INP_VAL 0xF0102074          TIM2 Input Value Observation Register
GTM_TIM2_IN_SRC 0xF0102078          TIM2 AUX IN Source Selection Register
GTM_TIM2_RST    0xF010207C          TIM2 Global Software Reset Register
GTM_TIM2_CH1_GPR0 0xF0102080          TIM2 Channel 1 General Purpose 0 Register
GTM_TIM2_CH1_GPR1 0xF0102084          TIM2 Channel 1 General Purpose 1 Register
GTM_TIM2_CH1_CNT 0xF0102088          TIM2 Channel 1 SMU Counter Register
GTM_TIM2_CH1_ECNT 0xF010208C          TIM2 Channel 1 SMU Edge Counter Register
GTM_TIM2_CH1_CNTS 0xF0102090          TIM2 Channel 1 SMU Shadow Counter Register
GTM_TIM2_CH1_TDUC 0xF0102094          TIM2 Channel 1 TDU Counter Register
GTM_TIM2_CH1_TDUV 0xF0102098          TIM2 Channel 1 TDU Control Register
GTM_TIM2_CH1_FLT_RE 0xF010209C          TIM2 Channel 1 Filter Parameter 0 Register
GTM_TIM2_CH1_FLT_FE 0xF01020A0          TIM2 Channel 1 Filter Parameter 1 Register
GTM_TIM2_CH1_CTRL 0xF01020A4          TIM2 Channel 1 Control Register
GTM_TIM2_CH1_ECTRL 0xF01020A8          TIM2 Channel 1 Extended Control Register
GTM_TIM2_CH1_IRQ_NOTIFY 0xF01020AC          TIM2 Channel 1 Interrupt Notification Register
GTM_TIM2_CH1_IRQ_EN 0xF01020B0          TIM2 Channel 1 Interrupt Enable Register
GTM_TIM2_CH1_IRQ_FORCINT 0xF01020B4          TIM2 Channel 1 Force Interrupt Register
GTM_TIM2_CH1_IRQ_MODE 0xF01020B8          TIM2 Channel 1 Interrupt Mode Configuration Register
GTM_TIM2_CH1_EIRQ_EN 0xF01020BC          TIM2 Channel 1 Error Interrupt Enable Register
GTM_TIM2_CH2_GPR0 0xF0102100          TIM2 Channel 2 General Purpose 0 Register
GTM_TIM2_CH2_GPR1 0xF0102104          TIM2 Channel 2 General Purpose 1 Register
GTM_TIM2_CH2_CNT 0xF0102108          TIM2 Channel 2 SMU Counter Register
GTM_TIM2_CH2_ECNT 0xF010210C          TIM2 Channel 2 SMU Edge Counter Register
GTM_TIM2_CH2_CNTS 0xF0102110          TIM2 Channel 2 SMU Shadow Counter Register
GTM_TIM2_CH2_TDUC 0xF0102114          TIM2 Channel 2 TDU Counter Register
GTM_TIM2_CH2_TDUV 0xF0102118          TIM2 Channel 2 TDU Control Register
GTM_TIM2_CH2_FLT_RE 0xF010211C          TIM2 Channel 2 Filter Parameter 0 Register
GTM_TIM2_CH2_FLT_FE 0xF0102120          TIM2 Channel 2 Filter Parameter 1 Register
GTM_TIM2_CH2_CTRL 0xF0102124          TIM2 Channel 2 Control Register
GTM_TIM2_CH2_ECTRL 0xF0102128          TIM2 Channel 2 Extended Control Register
GTM_TIM2_CH2_IRQ_NOTIFY 0xF010212C          TIM2 Channel 2 Interrupt Notification Register
GTM_TIM2_CH2_IRQ_EN 0xF0102130          TIM2 Channel 2 Interrupt Enable Register
GTM_TIM2_CH2_IRQ_FORCINT 0xF0102134          TIM2 Channel 2 Force Interrupt Register
GTM_TIM2_CH2_IRQ_MODE 0xF0102138          TIM2 Channel 2 Interrupt Mode Configuration Register
GTM_TIM2_CH2_EIRQ_EN 0xF010213C          TIM2 Channel 2 Error Interrupt Enable Register
GTM_TIM2_CH3_GPR0 0xF0102180          TIM2 Channel 3 General Purpose 0 Register
GTM_TIM2_CH3_GPR1 0xF0102184          TIM2 Channel 3 General Purpose 1 Register
GTM_TIM2_CH3_CNT 0xF0102188          TIM2 Channel 3 SMU Counter Register
GTM_TIM2_CH3_ECNT 0xF010218C          TIM2 Channel 3 SMU Edge Counter Register
GTM_TIM2_CH3_CNTS 0xF0102190          TIM2 Channel 3 SMU Shadow Counter Register
GTM_TIM2_CH3_TDUC 0xF0102194          TIM2 Channel 3 TDU Counter Register
GTM_TIM2_CH3_TDUV 0xF0102198          TIM2 Channel 3 TDU Control Register
GTM_TIM2_CH3_FLT_RE 0xF010219C          TIM2 Channel 3 Filter Parameter 0 Register
GTM_TIM2_CH3_FLT_FE 0xF01021A0          TIM2 Channel 3 Filter Parameter 1 Register
GTM_TIM2_CH3_CTRL 0xF01021A4          TIM2 Channel 3 Control Register
GTM_TIM2_CH3_ECTRL 0xF01021A8          TIM2 Channel 3 Extended Control Register
GTM_TIM2_CH3_IRQ_NOTIFY 0xF01021AC          TIM2 Channel 3 Interrupt Notification Register
GTM_TIM2_CH3_IRQ_EN 0xF01021B0          TIM2 Channel 3 Interrupt Enable Register
GTM_TIM2_CH3_IRQ_FORCINT 0xF01021B4          TIM2 Channel 3 Force Interrupt Register
GTM_TIM2_CH3_IRQ_MODE 0xF01021B8          TIM2 Channel 3 Interrupt Mode Configuration Register
GTM_TIM2_CH3_EIRQ_EN 0xF01021BC          TIM2 Channel 3 Error Interrupt Enable Register
GTM_TIM2_CH4_GPR0 0xF0102200          TIM2 Channel 4 General Purpose 0 Register
GTM_TIM2_CH4_GPR1 0xF0102204          TIM2 Channel 4 General Purpose 1 Register
GTM_TIM2_CH4_CNT 0xF0102208          TIM2 Channel 4 SMU Counter Register
GTM_TIM2_CH4_ECNT 0xF010220C          TIM2 Channel 4 SMU Edge Counter Register
GTM_TIM2_CH4_CNTS 0xF0102210          TIM2 Channel 4 SMU Shadow Counter Register
GTM_TIM2_CH4_TDUC 0xF0102214          TIM2 Channel 4 TDU Counter Register
GTM_TIM2_CH4_TDUV 0xF0102218          TIM2 Channel 4 TDU Control Register
GTM_TIM2_CH4_FLT_RE 0xF010221C          TIM2 Channel 4 Filter Parameter 0 Register
GTM_TIM2_CH4_FLT_FE 0xF0102220          TIM2 Channel 4 Filter Parameter 1 Register
GTM_TIM2_CH4_CTRL 0xF0102224          TIM2 Channel 4 Control Register
GTM_TIM2_CH4_ECTRL 0xF0102228          TIM2 Channel 4 Extended Control Register
GTM_TIM2_CH4_IRQ_NOTIFY 0xF010222C          TIM2 Channel 4 Interrupt Notification Register
GTM_TIM2_CH4_IRQ_EN 0xF0102230          TIM2 Channel 4 Interrupt Enable Register
GTM_TIM2_CH4_IRQ_FORCINT 0xF0102234          TIM2 Channel 4 Force Interrupt Register
GTM_TIM2_CH4_IRQ_MODE 0xF0102238          TIM2 Channel 4 Interrupt Mode Configuration Register
GTM_TIM2_CH4_EIRQ_EN 0xF010223C          TIM2 Channel 4 Error Interrupt Enable Register
GTM_TIM2_CH5_GPR0 0xF0102280          TIM2 Channel 5 General Purpose 0 Register
GTM_TIM2_CH5_GPR1 0xF0102284          TIM2 Channel 5 General Purpose 1 Register
GTM_TIM2_CH5_CNT 0xF0102288          TIM2 Channel 5 SMU Counter Register
GTM_TIM2_CH5_ECNT 0xF010228C          TIM2 Channel 5 SMU Edge Counter Register
GTM_TIM2_CH5_CNTS 0xF0102290          TIM2 Channel 5 SMU Shadow Counter Register
GTM_TIM2_CH5_TDUC 0xF0102294          TIM2 Channel 5 TDU Counter Register
GTM_TIM2_CH5_TDUV 0xF0102298          TIM2 Channel 5 TDU Control Register
GTM_TIM2_CH5_FLT_RE 0xF010229C          TIM2 Channel 5 Filter Parameter 0 Register
GTM_TIM2_CH5_FLT_FE 0xF01022A0          TIM2 Channel 5 Filter Parameter 1 Register
GTM_TIM2_CH5_CTRL 0xF01022A4          TIM2 Channel 5 Control Register
GTM_TIM2_CH5_ECTRL 0xF01022A8          TIM2 Channel 5 Extended Control Register
GTM_TIM2_CH5_IRQ_NOTIFY 0xF01022AC          TIM2 Channel 5 Interrupt Notification Register
GTM_TIM2_CH5_IRQ_EN 0xF01022B0          TIM2 Channel 5 Interrupt Enable Register
GTM_TIM2_CH5_IRQ_FORCINT 0xF01022B4          TIM2 Channel 5 Force Interrupt Register
GTM_TIM2_CH5_IRQ_MODE 0xF01022B8          TIM2 Channel 5 Interrupt Mode Configuration Register
GTM_TIM2_CH5_EIRQ_EN 0xF01022BC          TIM2 Channel 5 Error Interrupt Enable Register
GTM_TIM2_CH6_GPR0 0xF0102300          TIM2 Channel 6 General Purpose 0 Register
GTM_TIM2_CH6_GPR1 0xF0102304          TIM2 Channel 6 General Purpose 1 Register
GTM_TIM2_CH6_CNT 0xF0102308          TIM2 Channel 6 SMU Counter Register
GTM_TIM2_CH6_ECNT 0xF010230C          TIM2 Channel 6 SMU Edge Counter Register
GTM_TIM2_CH6_CNTS 0xF0102310          TIM2 Channel 6 SMU Shadow Counter Register
GTM_TIM2_CH6_TDUC 0xF0102314          TIM2 Channel 6 TDU Counter Register
GTM_TIM2_CH6_TDUV 0xF0102318          TIM2 Channel 6 TDU Control Register
GTM_TIM2_CH6_FLT_RE 0xF010231C          TIM2 Channel 6 Filter Parameter 0 Register
GTM_TIM2_CH6_FLT_FE 0xF0102320          TIM2 Channel 6 Filter Parameter 1 Register
GTM_TIM2_CH6_CTRL 0xF0102324          TIM2 Channel 6 Control Register
GTM_TIM2_CH6_ECTRL 0xF0102328          TIM2 Channel 6 Extended Control Register
GTM_TIM2_CH6_IRQ_NOTIFY 0xF010232C          TIM2 Channel 6 Interrupt Notification Register
GTM_TIM2_CH6_IRQ_EN 0xF0102330          TIM2 Channel 6 Interrupt Enable Register
GTM_TIM2_CH6_IRQ_FORCINT 0xF0102334          TIM2 Channel 6 Force Interrupt Register
GTM_TIM2_CH6_IRQ_MODE 0xF0102338          TIM2 Channel 6 Interrupt Mode Configuration Register
GTM_TIM2_CH6_EIRQ_EN 0xF010233C          TIM2 Channel 6 Error Interrupt Enable Register
GTM_TIM2_CH7_GPR0 0xF0102380          TIM2 Channel 7 General Purpose 0 Register
GTM_TIM2_CH7_GPR1 0xF0102384          TIM2 Channel 7 General Purpose 1 Register
GTM_TIM2_CH7_CNT 0xF0102388          TIM2 Channel 7 SMU Counter Register
GTM_TIM2_CH7_ECNT 0xF010238C          TIM2 Channel 7 SMU Edge Counter Register
GTM_TIM2_CH7_CNTS 0xF0102390          TIM2 Channel 7 SMU Shadow Counter Register
GTM_TIM2_CH7_TDUC 0xF0102394          TIM2 Channel 7 TDU Counter Register
GTM_TIM2_CH7_TDUV 0xF0102398          TIM2 Channel 7 TDU Control Register
GTM_TIM2_CH7_FLT_RE 0xF010239C          TIM2 Channel 7 Filter Parameter 0 Register
GTM_TIM2_CH7_FLT_FE 0xF01023A0          TIM2 Channel 7 Filter Parameter 1 Register
GTM_TIM2_CH7_CTRL 0xF01023A4          TIM2 Channel 7 Control Register
GTM_TIM2_CH7_ECTRL 0xF01023A8          TIM2 Channel 7 Extended Control Register
GTM_TIM2_CH7_IRQ_NOTIFY 0xF01023AC          TIM2 Channel 7 Interrupt Notification Register
GTM_TIM2_CH7_IRQ_EN 0xF01023B0          TIM2 Channel 7 Interrupt Enable Register
GTM_TIM2_CH7_IRQ_FORCINT 0xF01023B4          TIM2 Channel 7 Force Interrupt Register
GTM_TIM2_CH7_IRQ_MODE 0xF01023B8          TIM2 Channel 7 Interrupt Mode Configuration Register
GTM_TIM2_CH7_EIRQ_EN 0xF01023BC          TIM2 Channel 7 Error Interrupt Enable Register
GTM_TIM3_CH0_GPR0 0xF0102800          TIM3 Channel 0 General Purpose 0 Register
GTM_TIM3_CH0_GPR1 0xF0102804          TIM3 Channel 0 General Purpose 1 Register
GTM_TIM3_CH0_CNT 0xF0102808          TIM3 Channel 0 SMU Counter Register
GTM_TIM3_CH0_ECNT 0xF010280C          TIM3 Channel 0 SMU Edge Counter Register
GTM_TIM3_CH0_CNTS 0xF0102810          TIM3 Channel 0 SMU Shadow Counter Register
GTM_TIM3_CH0_TDUC 0xF0102814          TIM3 Channel 0 TDU Counter Register
GTM_TIM3_CH0_TDUV 0xF0102818          TIM3 Channel 0 TDU Control Register
GTM_TIM3_CH0_FLT_RE 0xF010281C          TIM3 Channel 0 Filter Parameter 0 Register
GTM_TIM3_CH0_FLT_FE 0xF0102820          TIM3 Channel 0 Filter Parameter 1 Register
GTM_TIM3_CH0_CTRL 0xF0102824          TIM3 Channel 0 Control Register
GTM_TIM3_CH0_ECTRL 0xF0102828          TIM3 Channel 0 Extended Control Register
GTM_TIM3_CH0_IRQ_NOTIFY 0xF010282C          TIM3 Channel 0 Interrupt Notification Register
GTM_TIM3_CH0_IRQ_EN 0xF0102830          TIM3 Channel 0 Interrupt Enable Register
GTM_TIM3_CH0_IRQ_FORCINT 0xF0102834          TIM3 Channel 0 Force Interrupt Register
GTM_TIM3_CH0_IRQ_MODE 0xF0102838          TIM3 Channel 0 Interrupt Mode Configuration Register
GTM_TIM3_CH0_EIRQ_EN 0xF010283C          TIM3 Channel 0 Error Interrupt Enable Register
GTM_TIM3_INP_VAL 0xF0102874          TIM3 Input Value Observation Register
GTM_TIM3_IN_SRC 0xF0102878          TIM3 AUX IN Source Selection Register
GTM_TIM3_RST    0xF010287C          TIM3 Global Software Reset Register
GTM_TIM3_CH1_GPR0 0xF0102880          TIM3 Channel 1 General Purpose 0 Register
GTM_TIM3_CH1_GPR1 0xF0102884          TIM3 Channel 1 General Purpose 1 Register
GTM_TIM3_CH1_CNT 0xF0102888          TIM3 Channel 1 SMU Counter Register
GTM_TIM3_CH1_ECNT 0xF010288C          TIM3 Channel 1 SMU Edge Counter Register
GTM_TIM3_CH1_CNTS 0xF0102890          TIM3 Channel 1 SMU Shadow Counter Register
GTM_TIM3_CH1_TDUC 0xF0102894          TIM3 Channel 1 TDU Counter Register
GTM_TIM3_CH1_TDUV 0xF0102898          TIM3 Channel 1 TDU Control Register
GTM_TIM3_CH1_FLT_RE 0xF010289C          TIM3 Channel 1 Filter Parameter 0 Register
GTM_TIM3_CH1_FLT_FE 0xF01028A0          TIM3 Channel 1 Filter Parameter 1 Register
GTM_TIM3_CH1_CTRL 0xF01028A4          TIM3 Channel 1 Control Register
GTM_TIM3_CH1_ECTRL 0xF01028A8          TIM3 Channel 1 Extended Control Register
GTM_TIM3_CH1_IRQ_NOTIFY 0xF01028AC          TIM3 Channel 1 Interrupt Notification Register
GTM_TIM3_CH1_IRQ_EN 0xF01028B0          TIM3 Channel 1 Interrupt Enable Register
GTM_TIM3_CH1_IRQ_FORCINT 0xF01028B4          TIM3 Channel 1 Force Interrupt Register
GTM_TIM3_CH1_IRQ_MODE 0xF01028B8          TIM3 Channel 1 Interrupt Mode Configuration Register
GTM_TIM3_CH1_EIRQ_EN 0xF01028BC          TIM3 Channel 1 Error Interrupt Enable Register
GTM_TIM3_CH2_GPR0 0xF0102900          TIM3 Channel 2 General Purpose 0 Register
GTM_TIM3_CH2_GPR1 0xF0102904          TIM3 Channel 2 General Purpose 1 Register
GTM_TIM3_CH2_CNT 0xF0102908          TIM3 Channel 2 SMU Counter Register
GTM_TIM3_CH2_ECNT 0xF010290C          TIM3 Channel 2 SMU Edge Counter Register
GTM_TIM3_CH2_CNTS 0xF0102910          TIM3 Channel 2 SMU Shadow Counter Register
GTM_TIM3_CH2_TDUC 0xF0102914          TIM3 Channel 2 TDU Counter Register
GTM_TIM3_CH2_TDUV 0xF0102918          TIM3 Channel 2 TDU Control Register
GTM_TIM3_CH2_FLT_RE 0xF010291C          TIM3 Channel 2 Filter Parameter 0 Register
GTM_TIM3_CH2_FLT_FE 0xF0102920          TIM3 Channel 2 Filter Parameter 1 Register
GTM_TIM3_CH2_CTRL 0xF0102924          TIM3 Channel 2 Control Register
GTM_TIM3_CH2_ECTRL 0xF0102928          TIM3 Channel 2 Extended Control Register
GTM_TIM3_CH2_IRQ_NOTIFY 0xF010292C          TIM3 Channel 2 Interrupt Notification Register
GTM_TIM3_CH2_IRQ_EN 0xF0102930          TIM3 Channel 2 Interrupt Enable Register
GTM_TIM3_CH2_IRQ_FORCINT 0xF0102934          TIM3 Channel 2 Force Interrupt Register
GTM_TIM3_CH2_IRQ_MODE 0xF0102938          TIM3 Channel 2 Interrupt Mode Configuration Register
GTM_TIM3_CH2_EIRQ_EN 0xF010293C          TIM3 Channel 2 Error Interrupt Enable Register
GTM_TIM3_CH3_GPR0 0xF0102980          TIM3 Channel 3 General Purpose 0 Register
GTM_TIM3_CH3_GPR1 0xF0102984          TIM3 Channel 3 General Purpose 1 Register
GTM_TIM3_CH3_CNT 0xF0102988          TIM3 Channel 3 SMU Counter Register
GTM_TIM3_CH3_ECNT 0xF010298C          TIM3 Channel 3 SMU Edge Counter Register
GTM_TIM3_CH3_CNTS 0xF0102990          TIM3 Channel 3 SMU Shadow Counter Register
GTM_TIM3_CH3_TDUC 0xF0102994          TIM3 Channel 3 TDU Counter Register
GTM_TIM3_CH3_TDUV 0xF0102998          TIM3 Channel 3 TDU Control Register
GTM_TIM3_CH3_FLT_RE 0xF010299C          TIM3 Channel 3 Filter Parameter 0 Register
GTM_TIM3_CH3_FLT_FE 0xF01029A0          TIM3 Channel 3 Filter Parameter 1 Register
GTM_TIM3_CH3_CTRL 0xF01029A4          TIM3 Channel 3 Control Register
GTM_TIM3_CH3_ECTRL 0xF01029A8          TIM3 Channel 3 Extended Control Register
GTM_TIM3_CH3_IRQ_NOTIFY 0xF01029AC          TIM3 Channel 3 Interrupt Notification Register
GTM_TIM3_CH3_IRQ_EN 0xF01029B0          TIM3 Channel 3 Interrupt Enable Register
GTM_TIM3_CH3_IRQ_FORCINT 0xF01029B4          TIM3 Channel 3 Force Interrupt Register
GTM_TIM3_CH3_IRQ_MODE 0xF01029B8          TIM3 Channel 3 Interrupt Mode Configuration Register
GTM_TIM3_CH3_EIRQ_EN 0xF01029BC          TIM3 Channel 3 Error Interrupt Enable Register
GTM_TIM3_CH4_GPR0 0xF0102A00          TIM3 Channel 4 General Purpose 0 Register
GTM_TIM3_CH4_GPR1 0xF0102A04          TIM3 Channel 4 General Purpose 1 Register
GTM_TIM3_CH4_CNT 0xF0102A08          TIM3 Channel 4 SMU Counter Register
GTM_TIM3_CH4_ECNT 0xF0102A0C          TIM3 Channel 4 SMU Edge Counter Register
GTM_TIM3_CH4_CNTS 0xF0102A10          TIM3 Channel 4 SMU Shadow Counter Register
GTM_TIM3_CH4_TDUC 0xF0102A14          TIM3 Channel 4 TDU Counter Register
GTM_TIM3_CH4_TDUV 0xF0102A18          TIM3 Channel 4 TDU Control Register
GTM_TIM3_CH4_FLT_RE 0xF0102A1C          TIM3 Channel 4 Filter Parameter 0 Register
GTM_TIM3_CH4_FLT_FE 0xF0102A20          TIM3 Channel 4 Filter Parameter 1 Register
GTM_TIM3_CH4_CTRL 0xF0102A24          TIM3 Channel 4 Control Register
GTM_TIM3_CH4_ECTRL 0xF0102A28          TIM3 Channel 4 Extended Control Register
GTM_TIM3_CH4_IRQ_NOTIFY 0xF0102A2C          TIM3 Channel 4 Interrupt Notification Register
GTM_TIM3_CH4_IRQ_EN 0xF0102A30          TIM3 Channel 4 Interrupt Enable Register
GTM_TIM3_CH4_IRQ_FORCINT 0xF0102A34          TIM3 Channel 4 Force Interrupt Register
GTM_TIM3_CH4_IRQ_MODE 0xF0102A38          TIM3 Channel 4 Interrupt Mode Configuration Register
GTM_TIM3_CH4_EIRQ_EN 0xF0102A3C          TIM3 Channel 4 Error Interrupt Enable Register
GTM_TIM3_CH5_GPR0 0xF0102A80          TIM3 Channel 5 General Purpose 0 Register
GTM_TIM3_CH5_GPR1 0xF0102A84          TIM3 Channel 5 General Purpose 1 Register
GTM_TIM3_CH5_CNT 0xF0102A88          TIM3 Channel 5 SMU Counter Register
GTM_TIM3_CH5_ECNT 0xF0102A8C          TIM3 Channel 5 SMU Edge Counter Register
GTM_TIM3_CH5_CNTS 0xF0102A90          TIM3 Channel 5 SMU Shadow Counter Register
GTM_TIM3_CH5_TDUC 0xF0102A94          TIM3 Channel 5 TDU Counter Register
GTM_TIM3_CH5_TDUV 0xF0102A98          TIM3 Channel 5 TDU Control Register
GTM_TIM3_CH5_FLT_RE 0xF0102A9C          TIM3 Channel 5 Filter Parameter 0 Register
GTM_TIM3_CH5_FLT_FE 0xF0102AA0          TIM3 Channel 5 Filter Parameter 1 Register
GTM_TIM3_CH5_CTRL 0xF0102AA4          TIM3 Channel 5 Control Register
GTM_TIM3_CH5_ECTRL 0xF0102AA8          TIM3 Channel 5 Extended Control Register
GTM_TIM3_CH5_IRQ_NOTIFY 0xF0102AAC          TIM3 Channel 5 Interrupt Notification Register
GTM_TIM3_CH5_IRQ_EN 0xF0102AB0          TIM3 Channel 5 Interrupt Enable Register
GTM_TIM3_CH5_IRQ_FORCINT 0xF0102AB4          TIM3 Channel 5 Force Interrupt Register
GTM_TIM3_CH5_IRQ_MODE 0xF0102AB8          TIM3 Channel 5 Interrupt Mode Configuration Register
GTM_TIM3_CH5_EIRQ_EN 0xF0102ABC          TIM3 Channel 5 Error Interrupt Enable Register
GTM_TIM3_CH6_GPR0 0xF0102B00          TIM3 Channel 6 General Purpose 0 Register
GTM_TIM3_CH6_GPR1 0xF0102B04          TIM3 Channel 6 General Purpose 1 Register
GTM_TIM3_CH6_CNT 0xF0102B08          TIM3 Channel 6 SMU Counter Register
GTM_TIM3_CH6_ECNT 0xF0102B0C          TIM3 Channel 6 SMU Edge Counter Register
GTM_TIM3_CH6_CNTS 0xF0102B10          TIM3 Channel 6 SMU Shadow Counter Register
GTM_TIM3_CH6_TDUC 0xF0102B14          TIM3 Channel 6 TDU Counter Register
GTM_TIM3_CH6_TDUV 0xF0102B18          TIM3 Channel 6 TDU Control Register
GTM_TIM3_CH6_FLT_RE 0xF0102B1C          TIM3 Channel 6 Filter Parameter 0 Register
GTM_TIM3_CH6_FLT_FE 0xF0102B20          TIM3 Channel 6 Filter Parameter 1 Register
GTM_TIM3_CH6_CTRL 0xF0102B24          TIM3 Channel 6 Control Register
GTM_TIM3_CH6_ECTRL 0xF0102B28          TIM3 Channel 6 Extended Control Register
GTM_TIM3_CH6_IRQ_NOTIFY 0xF0102B2C          TIM3 Channel 6 Interrupt Notification Register
GTM_TIM3_CH6_IRQ_EN 0xF0102B30          TIM3 Channel 6 Interrupt Enable Register
GTM_TIM3_CH6_IRQ_FORCINT 0xF0102B34          TIM3 Channel 6 Force Interrupt Register
GTM_TIM3_CH6_IRQ_MODE 0xF0102B38          TIM3 Channel 6 Interrupt Mode Configuration Register
GTM_TIM3_CH6_EIRQ_EN 0xF0102B3C          TIM3 Channel 6 Error Interrupt Enable Register
GTM_TIM3_CH7_GPR0 0xF0102B80          TIM3 Channel 7 General Purpose 0 Register
GTM_TIM3_CH7_GPR1 0xF0102B84          TIM3 Channel 7 General Purpose 1 Register
GTM_TIM3_CH7_CNT 0xF0102B88          TIM3 Channel 7 SMU Counter Register
GTM_TIM3_CH7_ECNT 0xF0102B8C          TIM3 Channel 7 SMU Edge Counter Register
GTM_TIM3_CH7_CNTS 0xF0102B90          TIM3 Channel 7 SMU Shadow Counter Register
GTM_TIM3_CH7_TDUC 0xF0102B94          TIM3 Channel 7 TDU Counter Register
GTM_TIM3_CH7_TDUV 0xF0102B98          TIM3 Channel 7 TDU Control Register
GTM_TIM3_CH7_FLT_RE 0xF0102B9C          TIM3 Channel 7 Filter Parameter 0 Register
GTM_TIM3_CH7_FLT_FE 0xF0102BA0          TIM3 Channel 7 Filter Parameter 1 Register
GTM_TIM3_CH7_CTRL 0xF0102BA4          TIM3 Channel 7 Control Register
GTM_TIM3_CH7_ECTRL 0xF0102BA8          TIM3 Channel 7 Extended Control Register
GTM_TIM3_CH7_IRQ_NOTIFY 0xF0102BAC          TIM3 Channel 7 Interrupt Notification Register
GTM_TIM3_CH7_IRQ_EN 0xF0102BB0          TIM3 Channel 7 Interrupt Enable Register
GTM_TIM3_CH7_IRQ_FORCINT 0xF0102BB4          TIM3 Channel 7 Force Interrupt Register
GTM_TIM3_CH7_IRQ_MODE 0xF0102BB8          TIM3 Channel 7 Interrupt Mode Configuration Register
GTM_TIM3_CH7_EIRQ_EN 0xF0102BBC          TIM3 Channel 7 Error Interrupt Enable Register
GTM_TIM4_CH0_GPR0 0xF0103000          TIM4 Channel 0 General Purpose 0 Register
GTM_TIM4_CH0_GPR1 0xF0103004          TIM4 Channel 0 General Purpose 1 Register
GTM_TIM4_CH0_CNT 0xF0103008          TIM4 Channel 0 SMU Counter Register
GTM_TIM4_CH0_ECNT 0xF010300C          TIM4 Channel 0 SMU Edge Counter Register
GTM_TIM4_CH0_CNTS 0xF0103010          TIM4 Channel 0 SMU Shadow Counter Register
GTM_TIM4_CH0_TDUC 0xF0103014          TIM4 Channel 0 TDU Counter Register
GTM_TIM4_CH0_TDUV 0xF0103018          TIM4 Channel 0 TDU Control Register
GTM_TIM4_CH0_FLT_RE 0xF010301C          TIM4 Channel 0 Filter Parameter 0 Register
GTM_TIM4_CH0_FLT_FE 0xF0103020          TIM4 Channel 0 Filter Parameter 1 Register
GTM_TIM4_CH0_CTRL 0xF0103024          TIM4 Channel 0 Control Register
GTM_TIM4_CH0_ECTRL 0xF0103028          TIM4 Channel 0 Extended Control Register
GTM_TIM4_CH0_IRQ_NOTIFY 0xF010302C          TIM4 Channel 0 Interrupt Notification Register
GTM_TIM4_CH0_IRQ_EN 0xF0103030          TIM4 Channel 0 Interrupt Enable Register
GTM_TIM4_CH0_IRQ_FORCINT 0xF0103034          TIM4 Channel 0 Force Interrupt Register
GTM_TIM4_CH0_IRQ_MODE 0xF0103038          TIM4 Channel 0 Interrupt Mode Configuration Register
GTM_TIM4_CH0_EIRQ_EN 0xF010303C          TIM4 Channel 0 Error Interrupt Enable Register
GTM_TIM4_INP_VAL 0xF0103074          TIM4 Input Value Observation Register
GTM_TIM4_IN_SRC 0xF0103078          TIM4 AUX IN Source Selection Register
GTM_TIM4_RST    0xF010307C          TIM4 Global Software Reset Register
GTM_TIM4_CH1_GPR0 0xF0103080          TIM4 Channel 1 General Purpose 0 Register
GTM_TIM4_CH1_GPR1 0xF0103084          TIM4 Channel 1 General Purpose 1 Register
GTM_TIM4_CH1_CNT 0xF0103088          TIM4 Channel 1 SMU Counter Register
GTM_TIM4_CH1_ECNT 0xF010308C          TIM4 Channel 1 SMU Edge Counter Register
GTM_TIM4_CH1_CNTS 0xF0103090          TIM4 Channel 1 SMU Shadow Counter Register
GTM_TIM4_CH1_TDUC 0xF0103094          TIM4 Channel 1 TDU Counter Register
GTM_TIM4_CH1_TDUV 0xF0103098          TIM4 Channel 1 TDU Control Register
GTM_TIM4_CH1_FLT_RE 0xF010309C          TIM4 Channel 1 Filter Parameter 0 Register
GTM_TIM4_CH1_FLT_FE 0xF01030A0          TIM4 Channel 1 Filter Parameter 1 Register
GTM_TIM4_CH1_CTRL 0xF01030A4          TIM4 Channel 1 Control Register
GTM_TIM4_CH1_ECTRL 0xF01030A8          TIM4 Channel 1 Extended Control Register
GTM_TIM4_CH1_IRQ_NOTIFY 0xF01030AC          TIM4 Channel 1 Interrupt Notification Register
GTM_TIM4_CH1_IRQ_EN 0xF01030B0          TIM4 Channel 1 Interrupt Enable Register
GTM_TIM4_CH1_IRQ_FORCINT 0xF01030B4          TIM4 Channel 1 Force Interrupt Register
GTM_TIM4_CH1_IRQ_MODE 0xF01030B8          TIM4 Channel 1 Interrupt Mode Configuration Register
GTM_TIM4_CH1_EIRQ_EN 0xF01030BC          TIM4 Channel 1 Error Interrupt Enable Register
GTM_TIM4_CH2_GPR0 0xF0103100          TIM4 Channel 2 General Purpose 0 Register
GTM_TIM4_CH2_GPR1 0xF0103104          TIM4 Channel 2 General Purpose 1 Register
GTM_TIM4_CH2_CNT 0xF0103108          TIM4 Channel 2 SMU Counter Register
GTM_TIM4_CH2_ECNT 0xF010310C          TIM4 Channel 2 SMU Edge Counter Register
GTM_TIM4_CH2_CNTS 0xF0103110          TIM4 Channel 2 SMU Shadow Counter Register
GTM_TIM4_CH2_TDUC 0xF0103114          TIM4 Channel 2 TDU Counter Register
GTM_TIM4_CH2_TDUV 0xF0103118          TIM4 Channel 2 TDU Control Register
GTM_TIM4_CH2_FLT_RE 0xF010311C          TIM4 Channel 2 Filter Parameter 0 Register
GTM_TIM4_CH2_FLT_FE 0xF0103120          TIM4 Channel 2 Filter Parameter 1 Register
GTM_TIM4_CH2_CTRL 0xF0103124          TIM4 Channel 2 Control Register
GTM_TIM4_CH2_ECTRL 0xF0103128          TIM4 Channel 2 Extended Control Register
GTM_TIM4_CH2_IRQ_NOTIFY 0xF010312C          TIM4 Channel 2 Interrupt Notification Register
GTM_TIM4_CH2_IRQ_EN 0xF0103130          TIM4 Channel 2 Interrupt Enable Register
GTM_TIM4_CH2_IRQ_FORCINT 0xF0103134          TIM4 Channel 2 Force Interrupt Register
GTM_TIM4_CH2_IRQ_MODE 0xF0103138          TIM4 Channel 2 Interrupt Mode Configuration Register
GTM_TIM4_CH2_EIRQ_EN 0xF010313C          TIM4 Channel 2 Error Interrupt Enable Register
GTM_TIM4_CH3_GPR0 0xF0103180          TIM4 Channel 3 General Purpose 0 Register
GTM_TIM4_CH3_GPR1 0xF0103184          TIM4 Channel 3 General Purpose 1 Register
GTM_TIM4_CH3_CNT 0xF0103188          TIM4 Channel 3 SMU Counter Register
GTM_TIM4_CH3_ECNT 0xF010318C          TIM4 Channel 3 SMU Edge Counter Register
GTM_TIM4_CH3_CNTS 0xF0103190          TIM4 Channel 3 SMU Shadow Counter Register
GTM_TIM4_CH3_TDUC 0xF0103194          TIM4 Channel 3 TDU Counter Register
GTM_TIM4_CH3_TDUV 0xF0103198          TIM4 Channel 3 TDU Control Register
GTM_TIM4_CH3_FLT_RE 0xF010319C          TIM4 Channel 3 Filter Parameter 0 Register
GTM_TIM4_CH3_FLT_FE 0xF01031A0          TIM4 Channel 3 Filter Parameter 1 Register
GTM_TIM4_CH3_CTRL 0xF01031A4          TIM4 Channel 3 Control Register
GTM_TIM4_CH3_ECTRL 0xF01031A8          TIM4 Channel 3 Extended Control Register
GTM_TIM4_CH3_IRQ_NOTIFY 0xF01031AC          TIM4 Channel 3 Interrupt Notification Register
GTM_TIM4_CH3_IRQ_EN 0xF01031B0          TIM4 Channel 3 Interrupt Enable Register
GTM_TIM4_CH3_IRQ_FORCINT 0xF01031B4          TIM4 Channel 3 Force Interrupt Register
GTM_TIM4_CH3_IRQ_MODE 0xF01031B8          TIM4 Channel 3 Interrupt Mode Configuration Register
GTM_TIM4_CH3_EIRQ_EN 0xF01031BC          TIM4 Channel 3 Error Interrupt Enable Register
GTM_TIM4_CH4_GPR0 0xF0103200          TIM4 Channel 4 General Purpose 0 Register
GTM_TIM4_CH4_GPR1 0xF0103204          TIM4 Channel 4 General Purpose 1 Register
GTM_TIM4_CH4_CNT 0xF0103208          TIM4 Channel 4 SMU Counter Register
GTM_TIM4_CH4_ECNT 0xF010320C          TIM4 Channel 4 SMU Edge Counter Register
GTM_TIM4_CH4_CNTS 0xF0103210          TIM4 Channel 4 SMU Shadow Counter Register
GTM_TIM4_CH4_TDUC 0xF0103214          TIM4 Channel 4 TDU Counter Register
GTM_TIM4_CH4_TDUV 0xF0103218          TIM4 Channel 4 TDU Control Register
GTM_TIM4_CH4_FLT_RE 0xF010321C          TIM4 Channel 4 Filter Parameter 0 Register
GTM_TIM4_CH4_FLT_FE 0xF0103220          TIM4 Channel 4 Filter Parameter 1 Register
GTM_TIM4_CH4_CTRL 0xF0103224          TIM4 Channel 4 Control Register
GTM_TIM4_CH4_ECTRL 0xF0103228          TIM4 Channel 4 Extended Control Register
GTM_TIM4_CH4_IRQ_NOTIFY 0xF010322C          TIM4 Channel 4 Interrupt Notification Register
GTM_TIM4_CH4_IRQ_EN 0xF0103230          TIM4 Channel 4 Interrupt Enable Register
GTM_TIM4_CH4_IRQ_FORCINT 0xF0103234          TIM4 Channel 4 Force Interrupt Register
GTM_TIM4_CH4_IRQ_MODE 0xF0103238          TIM4 Channel 4 Interrupt Mode Configuration Register
GTM_TIM4_CH4_EIRQ_EN 0xF010323C          TIM4 Channel 4 Error Interrupt Enable Register
GTM_TIM4_CH5_GPR0 0xF0103280          TIM4 Channel 5 General Purpose 0 Register
GTM_TIM4_CH5_GPR1 0xF0103284          TIM4 Channel 5 General Purpose 1 Register
GTM_TIM4_CH5_CNT 0xF0103288          TIM4 Channel 5 SMU Counter Register
GTM_TIM4_CH5_ECNT 0xF010328C          TIM4 Channel 5 SMU Edge Counter Register
GTM_TIM4_CH5_CNTS 0xF0103290          TIM4 Channel 5 SMU Shadow Counter Register
GTM_TIM4_CH5_TDUC 0xF0103294          TIM4 Channel 5 TDU Counter Register
GTM_TIM4_CH5_TDUV 0xF0103298          TIM4 Channel 5 TDU Control Register
GTM_TIM4_CH5_FLT_RE 0xF010329C          TIM4 Channel 5 Filter Parameter 0 Register
GTM_TIM4_CH5_FLT_FE 0xF01032A0          TIM4 Channel 5 Filter Parameter 1 Register
GTM_TIM4_CH5_CTRL 0xF01032A4          TIM4 Channel 5 Control Register
GTM_TIM4_CH5_ECTRL 0xF01032A8          TIM4 Channel 5 Extended Control Register
GTM_TIM4_CH5_IRQ_NOTIFY 0xF01032AC          TIM4 Channel 5 Interrupt Notification Register
GTM_TIM4_CH5_IRQ_EN 0xF01032B0          TIM4 Channel 5 Interrupt Enable Register
GTM_TIM4_CH5_IRQ_FORCINT 0xF01032B4          TIM4 Channel 5 Force Interrupt Register
GTM_TIM4_CH5_IRQ_MODE 0xF01032B8          TIM4 Channel 5 Interrupt Mode Configuration Register
GTM_TIM4_CH5_EIRQ_EN 0xF01032BC          TIM4 Channel 5 Error Interrupt Enable Register
GTM_TIM4_CH6_GPR0 0xF0103300          TIM4 Channel 6 General Purpose 0 Register
GTM_TIM4_CH6_GPR1 0xF0103304          TIM4 Channel 6 General Purpose 1 Register
GTM_TIM4_CH6_CNT 0xF0103308          TIM4 Channel 6 SMU Counter Register
GTM_TIM4_CH6_ECNT 0xF010330C          TIM4 Channel 6 SMU Edge Counter Register
GTM_TIM4_CH6_CNTS 0xF0103310          TIM4 Channel 6 SMU Shadow Counter Register
GTM_TIM4_CH6_TDUC 0xF0103314          TIM4 Channel 6 TDU Counter Register
GTM_TIM4_CH6_TDUV 0xF0103318          TIM4 Channel 6 TDU Control Register
GTM_TIM4_CH6_FLT_RE 0xF010331C          TIM4 Channel 6 Filter Parameter 0 Register
GTM_TIM4_CH6_FLT_FE 0xF0103320          TIM4 Channel 6 Filter Parameter 1 Register
GTM_TIM4_CH6_CTRL 0xF0103324          TIM4 Channel 6 Control Register
GTM_TIM4_CH6_ECTRL 0xF0103328          TIM4 Channel 6 Extended Control Register
GTM_TIM4_CH6_IRQ_NOTIFY 0xF010332C          TIM4 Channel 6 Interrupt Notification Register
GTM_TIM4_CH6_IRQ_EN 0xF0103330          TIM4 Channel 6 Interrupt Enable Register
GTM_TIM4_CH6_IRQ_FORCINT 0xF0103334          TIM4 Channel 6 Force Interrupt Register
GTM_TIM4_CH6_IRQ_MODE 0xF0103338          TIM4 Channel 6 Interrupt Mode Configuration Register
GTM_TIM4_CH6_EIRQ_EN 0xF010333C          TIM4 Channel 6 Error Interrupt Enable Register
GTM_TIM4_CH7_GPR0 0xF0103380          TIM4 Channel 7 General Purpose 0 Register
GTM_TIM4_CH7_GPR1 0xF0103384          TIM4 Channel 7 General Purpose 1 Register
GTM_TIM4_CH7_CNT 0xF0103388          TIM4 Channel 7 SMU Counter Register
GTM_TIM4_CH7_ECNT 0xF010338C          TIM4 Channel 7 SMU Edge Counter Register
GTM_TIM4_CH7_CNTS 0xF0103390          TIM4 Channel 7 SMU Shadow Counter Register
GTM_TIM4_CH7_TDUC 0xF0103394          TIM4 Channel 7 TDU Counter Register
GTM_TIM4_CH7_TDUV 0xF0103398          TIM4 Channel 7 TDU Control Register
GTM_TIM4_CH7_FLT_RE 0xF010339C          TIM4 Channel 7 Filter Parameter 0 Register
GTM_TIM4_CH7_FLT_FE 0xF01033A0          TIM4 Channel 7 Filter Parameter 1 Register
GTM_TIM4_CH7_CTRL 0xF01033A4          TIM4 Channel 7 Control Register
GTM_TIM4_CH7_ECTRL 0xF01033A8          TIM4 Channel 7 Extended Control Register
GTM_TIM4_CH7_IRQ_NOTIFY 0xF01033AC          TIM4 Channel 7 Interrupt Notification Register
GTM_TIM4_CH7_IRQ_EN 0xF01033B0          TIM4 Channel 7 Interrupt Enable Register
GTM_TIM4_CH7_IRQ_FORCINT 0xF01033B4          TIM4 Channel 7 Force Interrupt Register
GTM_TIM4_CH7_IRQ_MODE 0xF01033B8          TIM4 Channel 7 Interrupt Mode Configuration Register
GTM_TIM4_CH7_EIRQ_EN 0xF01033BC          TIM4 Channel 7 Error Interrupt Enable Register
GTM_TIM5_CH0_GPR0 0xF0103800          TIM5 Channel 0 General Purpose 0 Register
GTM_TIM5_CH0_GPR1 0xF0103804          TIM5 Channel 0 General Purpose 1 Register
GTM_TIM5_CH0_CNT 0xF0103808          TIM5 Channel 0 SMU Counter Register
GTM_TIM5_CH0_ECNT 0xF010380C          TIM5 Channel 0 SMU Edge Counter Register
GTM_TIM5_CH0_CNTS 0xF0103810          TIM5 Channel 0 SMU Shadow Counter Register
GTM_TIM5_CH0_TDUC 0xF0103814          TIM5 Channel 0 TDU Counter Register
GTM_TIM5_CH0_TDUV 0xF0103818          TIM5 Channel 0 TDU Control Register
GTM_TIM5_CH0_FLT_RE 0xF010381C          TIM5 Channel 0 Filter Parameter 0 Register
GTM_TIM5_CH0_FLT_FE 0xF0103820          TIM5 Channel 0 Filter Parameter 1 Register
GTM_TIM5_CH0_CTRL 0xF0103824          TIM5 Channel 0 Control Register
GTM_TIM5_CH0_ECTRL 0xF0103828          TIM5 Channel 0 Extended Control Register
GTM_TIM5_CH0_IRQ_NOTIFY 0xF010382C          TIM5 Channel 0 Interrupt Notification Register
GTM_TIM5_CH0_IRQ_EN 0xF0103830          TIM5 Channel 0 Interrupt Enable Register
GTM_TIM5_CH0_IRQ_FORCINT 0xF0103834          TIM5 Channel 0 Force Interrupt Register
GTM_TIM5_CH0_IRQ_MODE 0xF0103838          TIM5 Channel 0 Interrupt Mode Configuration Register
GTM_TIM5_CH0_EIRQ_EN 0xF010383C          TIM5 Channel 0 Error Interrupt Enable Register
GTM_TIM5_INP_VAL 0xF0103874          TIM5 Input Value Observation Register
GTM_TIM5_IN_SRC 0xF0103878          TIM5 AUX IN Source Selection Register
GTM_TIM5_RST    0xF010387C          TIM5 Global Software Reset Register
GTM_TIM5_CH1_GPR0 0xF0103880          TIM5 Channel 1 General Purpose 0 Register
GTM_TIM5_CH1_GPR1 0xF0103884          TIM5 Channel 1 General Purpose 1 Register
GTM_TIM5_CH1_CNT 0xF0103888          TIM5 Channel 1 SMU Counter Register
GTM_TIM5_CH1_ECNT 0xF010388C          TIM5 Channel 1 SMU Edge Counter Register
GTM_TIM5_CH1_CNTS 0xF0103890          TIM5 Channel 1 SMU Shadow Counter Register
GTM_TIM5_CH1_TDUC 0xF0103894          TIM5 Channel 1 TDU Counter Register
GTM_TIM5_CH1_TDUV 0xF0103898          TIM5 Channel 1 TDU Control Register
GTM_TIM5_CH1_FLT_RE 0xF010389C          TIM5 Channel 1 Filter Parameter 0 Register
GTM_TIM5_CH1_FLT_FE 0xF01038A0          TIM5 Channel 1 Filter Parameter 1 Register
GTM_TIM5_CH1_CTRL 0xF01038A4          TIM5 Channel 1 Control Register
GTM_TIM5_CH1_ECTRL 0xF01038A8          TIM5 Channel 1 Extended Control Register
GTM_TIM5_CH1_IRQ_NOTIFY 0xF01038AC          TIM5 Channel 1 Interrupt Notification Register
GTM_TIM5_CH1_IRQ_EN 0xF01038B0          TIM5 Channel 1 Interrupt Enable Register
GTM_TIM5_CH1_IRQ_FORCINT 0xF01038B4          TIM5 Channel 1 Force Interrupt Register
GTM_TIM5_CH1_IRQ_MODE 0xF01038B8          TIM5 Channel 1 Interrupt Mode Configuration Register
GTM_TIM5_CH1_EIRQ_EN 0xF01038BC          TIM5 Channel 1 Error Interrupt Enable Register
GTM_TIM5_CH2_GPR0 0xF0103900          TIM5 Channel 2 General Purpose 0 Register
GTM_TIM5_CH2_GPR1 0xF0103904          TIM5 Channel 2 General Purpose 1 Register
GTM_TIM5_CH2_CNT 0xF0103908          TIM5 Channel 2 SMU Counter Register
GTM_TIM5_CH2_ECNT 0xF010390C          TIM5 Channel 2 SMU Edge Counter Register
GTM_TIM5_CH2_CNTS 0xF0103910          TIM5 Channel 2 SMU Shadow Counter Register
GTM_TIM5_CH2_TDUC 0xF0103914          TIM5 Channel 2 TDU Counter Register
GTM_TIM5_CH2_TDUV 0xF0103918          TIM5 Channel 2 TDU Control Register
GTM_TIM5_CH2_FLT_RE 0xF010391C          TIM5 Channel 2 Filter Parameter 0 Register
GTM_TIM5_CH2_FLT_FE 0xF0103920          TIM5 Channel 2 Filter Parameter 1 Register
GTM_TIM5_CH2_CTRL 0xF0103924          TIM5 Channel 2 Control Register
GTM_TIM5_CH2_ECTRL 0xF0103928          TIM5 Channel 2 Extended Control Register
GTM_TIM5_CH2_IRQ_NOTIFY 0xF010392C          TIM5 Channel 2 Interrupt Notification Register
GTM_TIM5_CH2_IRQ_EN 0xF0103930          TIM5 Channel 2 Interrupt Enable Register
GTM_TIM5_CH2_IRQ_FORCINT 0xF0103934          TIM5 Channel 2 Force Interrupt Register
GTM_TIM5_CH2_IRQ_MODE 0xF0103938          TIM5 Channel 2 Interrupt Mode Configuration Register
GTM_TIM5_CH2_EIRQ_EN 0xF010393C          TIM5 Channel 2 Error Interrupt Enable Register
GTM_TIM5_CH3_GPR0 0xF0103980          TIM5 Channel 3 General Purpose 0 Register
GTM_TIM5_CH3_GPR1 0xF0103984          TIM5 Channel 3 General Purpose 1 Register
GTM_TIM5_CH3_CNT 0xF0103988          TIM5 Channel 3 SMU Counter Register
GTM_TIM5_CH3_ECNT 0xF010398C          TIM5 Channel 3 SMU Edge Counter Register
GTM_TIM5_CH3_CNTS 0xF0103990          TIM5 Channel 3 SMU Shadow Counter Register
GTM_TIM5_CH3_TDUC 0xF0103994          TIM5 Channel 3 TDU Counter Register
GTM_TIM5_CH3_TDUV 0xF0103998          TIM5 Channel 3 TDU Control Register
GTM_TIM5_CH3_FLT_RE 0xF010399C          TIM5 Channel 3 Filter Parameter 0 Register
GTM_TIM5_CH3_FLT_FE 0xF01039A0          TIM5 Channel 3 Filter Parameter 1 Register
GTM_TIM5_CH3_CTRL 0xF01039A4          TIM5 Channel 3 Control Register
GTM_TIM5_CH3_ECTRL 0xF01039A8          TIM5 Channel 3 Extended Control Register
GTM_TIM5_CH3_IRQ_NOTIFY 0xF01039AC          TIM5 Channel 3 Interrupt Notification Register
GTM_TIM5_CH3_IRQ_EN 0xF01039B0          TIM5 Channel 3 Interrupt Enable Register
GTM_TIM5_CH3_IRQ_FORCINT 0xF01039B4          TIM5 Channel 3 Force Interrupt Register
GTM_TIM5_CH3_IRQ_MODE 0xF01039B8          TIM5 Channel 3 Interrupt Mode Configuration Register
GTM_TIM5_CH3_EIRQ_EN 0xF01039BC          TIM5 Channel 3 Error Interrupt Enable Register
GTM_TIM5_CH4_GPR0 0xF0103A00          TIM5 Channel 4 General Purpose 0 Register
GTM_TIM5_CH4_GPR1 0xF0103A04          TIM5 Channel 4 General Purpose 1 Register
GTM_TIM5_CH4_CNT 0xF0103A08          TIM5 Channel 4 SMU Counter Register
GTM_TIM5_CH4_ECNT 0xF0103A0C          TIM5 Channel 4 SMU Edge Counter Register
GTM_TIM5_CH4_CNTS 0xF0103A10          TIM5 Channel 4 SMU Shadow Counter Register
GTM_TIM5_CH4_TDUC 0xF0103A14          TIM5 Channel 4 TDU Counter Register
GTM_TIM5_CH4_TDUV 0xF0103A18          TIM5 Channel 4 TDU Control Register
GTM_TIM5_CH4_FLT_RE 0xF0103A1C          TIM5 Channel 4 Filter Parameter 0 Register
GTM_TIM5_CH4_FLT_FE 0xF0103A20          TIM5 Channel 4 Filter Parameter 1 Register
GTM_TIM5_CH4_CTRL 0xF0103A24          TIM5 Channel 4 Control Register
GTM_TIM5_CH4_ECTRL 0xF0103A28          TIM5 Channel 4 Extended Control Register
GTM_TIM5_CH4_IRQ_NOTIFY 0xF0103A2C          TIM5 Channel 4 Interrupt Notification Register
GTM_TIM5_CH4_IRQ_EN 0xF0103A30          TIM5 Channel 4 Interrupt Enable Register
GTM_TIM5_CH4_IRQ_FORCINT 0xF0103A34          TIM5 Channel 4 Force Interrupt Register
GTM_TIM5_CH4_IRQ_MODE 0xF0103A38          TIM5 Channel 4 Interrupt Mode Configuration Register
GTM_TIM5_CH4_EIRQ_EN 0xF0103A3C          TIM5 Channel 4 Error Interrupt Enable Register
GTM_TIM5_CH5_GPR0 0xF0103A80          TIM5 Channel 5 General Purpose 0 Register
GTM_TIM5_CH5_GPR1 0xF0103A84          TIM5 Channel 5 General Purpose 1 Register
GTM_TIM5_CH5_CNT 0xF0103A88          TIM5 Channel 5 SMU Counter Register
GTM_TIM5_CH5_ECNT 0xF0103A8C          TIM5 Channel 5 SMU Edge Counter Register
GTM_TIM5_CH5_CNTS 0xF0103A90          TIM5 Channel 5 SMU Shadow Counter Register
GTM_TIM5_CH5_TDUC 0xF0103A94          TIM5 Channel 5 TDU Counter Register
GTM_TIM5_CH5_TDUV 0xF0103A98          TIM5 Channel 5 TDU Control Register
GTM_TIM5_CH5_FLT_RE 0xF0103A9C          TIM5 Channel 5 Filter Parameter 0 Register
GTM_TIM5_CH5_FLT_FE 0xF0103AA0          TIM5 Channel 5 Filter Parameter 1 Register
GTM_TIM5_CH5_CTRL 0xF0103AA4          TIM5 Channel 5 Control Register
GTM_TIM5_CH5_ECTRL 0xF0103AA8          TIM5 Channel 5 Extended Control Register
GTM_TIM5_CH5_IRQ_NOTIFY 0xF0103AAC          TIM5 Channel 5 Interrupt Notification Register
GTM_TIM5_CH5_IRQ_EN 0xF0103AB0          TIM5 Channel 5 Interrupt Enable Register
GTM_TIM5_CH5_IRQ_FORCINT 0xF0103AB4          TIM5 Channel 5 Force Interrupt Register
GTM_TIM5_CH5_IRQ_MODE 0xF0103AB8          TIM5 Channel 5 Interrupt Mode Configuration Register
GTM_TIM5_CH5_EIRQ_EN 0xF0103ABC          TIM5 Channel 5 Error Interrupt Enable Register
GTM_TIM5_CH6_GPR0 0xF0103B00          TIM5 Channel 6 General Purpose 0 Register
GTM_TIM5_CH6_GPR1 0xF0103B04          TIM5 Channel 6 General Purpose 1 Register
GTM_TIM5_CH6_CNT 0xF0103B08          TIM5 Channel 6 SMU Counter Register
GTM_TIM5_CH6_ECNT 0xF0103B0C          TIM5 Channel 6 SMU Edge Counter Register
GTM_TIM5_CH6_CNTS 0xF0103B10          TIM5 Channel 6 SMU Shadow Counter Register
GTM_TIM5_CH6_TDUC 0xF0103B14          TIM5 Channel 6 TDU Counter Register
GTM_TIM5_CH6_TDUV 0xF0103B18          TIM5 Channel 6 TDU Control Register
GTM_TIM5_CH6_FLT_RE 0xF0103B1C          TIM5 Channel 6 Filter Parameter 0 Register
GTM_TIM5_CH6_FLT_FE 0xF0103B20          TIM5 Channel 6 Filter Parameter 1 Register
GTM_TIM5_CH6_CTRL 0xF0103B24          TIM5 Channel 6 Control Register
GTM_TIM5_CH6_ECTRL 0xF0103B28          TIM5 Channel 6 Extended Control Register
GTM_TIM5_CH6_IRQ_NOTIFY 0xF0103B2C          TIM5 Channel 6 Interrupt Notification Register
GTM_TIM5_CH6_IRQ_EN 0xF0103B30          TIM5 Channel 6 Interrupt Enable Register
GTM_TIM5_CH6_IRQ_FORCINT 0xF0103B34          TIM5 Channel 6 Force Interrupt Register
GTM_TIM5_CH6_IRQ_MODE 0xF0103B38          TIM5 Channel 6 Interrupt Mode Configuration Register
GTM_TIM5_CH6_EIRQ_EN 0xF0103B3C          TIM5 Channel 6 Error Interrupt Enable Register
GTM_TIM5_CH7_GPR0 0xF0103B80          TIM5 Channel 7 General Purpose 0 Register
GTM_TIM5_CH7_GPR1 0xF0103B84          TIM5 Channel 7 General Purpose 1 Register
GTM_TIM5_CH7_CNT 0xF0103B88          TIM5 Channel 7 SMU Counter Register
GTM_TIM5_CH7_ECNT 0xF0103B8C          TIM5 Channel 7 SMU Edge Counter Register
GTM_TIM5_CH7_CNTS 0xF0103B90          TIM5 Channel 7 SMU Shadow Counter Register
GTM_TIM5_CH7_TDUC 0xF0103B94          TIM5 Channel 7 TDU Counter Register
GTM_TIM5_CH7_TDUV 0xF0103B98          TIM5 Channel 7 TDU Control Register
GTM_TIM5_CH7_FLT_RE 0xF0103B9C          TIM5 Channel 7 Filter Parameter 0 Register
GTM_TIM5_CH7_FLT_FE 0xF0103BA0          TIM5 Channel 7 Filter Parameter 1 Register
GTM_TIM5_CH7_CTRL 0xF0103BA4          TIM5 Channel 7 Control Register
GTM_TIM5_CH7_ECTRL 0xF0103BA8          TIM5 Channel 7 Extended Control Register
GTM_TIM5_CH7_IRQ_NOTIFY 0xF0103BAC          TIM5 Channel 7 Interrupt Notification Register
GTM_TIM5_CH7_IRQ_EN 0xF0103BB0          TIM5 Channel 7 Interrupt Enable Register
GTM_TIM5_CH7_IRQ_FORCINT 0xF0103BB4          TIM5 Channel 7 Force Interrupt Register
GTM_TIM5_CH7_IRQ_MODE 0xF0103BB8          TIM5 Channel 7 Interrupt Mode Configuration Register
GTM_TIM5_CH7_EIRQ_EN 0xF0103BBC          TIM5 Channel 7 Error Interrupt Enable Register
GTM_TIM6_CH0_GPR0 0xF0104000          TIM6 Channel 0 General Purpose 0 Register
GTM_TIM6_CH0_GPR1 0xF0104004          TIM6 Channel 0 General Purpose 1 Register
GTM_TIM6_CH0_CNT 0xF0104008          TIM6 Channel 0 SMU Counter Register
GTM_TIM6_CH0_ECNT 0xF010400C          TIM6 Channel 0 SMU Edge Counter Register
GTM_TIM6_CH0_CNTS 0xF0104010          TIM6 Channel 0 SMU Shadow Counter Register
GTM_TIM6_CH0_TDUC 0xF0104014          TIM6 Channel 0 TDU Counter Register
GTM_TIM6_CH0_TDUV 0xF0104018          TIM6 Channel 0 TDU Control Register
GTM_TIM6_CH0_FLT_RE 0xF010401C          TIM6 Channel 0 Filter Parameter 0 Register
GTM_TIM6_CH0_FLT_FE 0xF0104020          TIM6 Channel 0 Filter Parameter 1 Register
GTM_TIM6_CH0_CTRL 0xF0104024          TIM6 Channel 0 Control Register
GTM_TIM6_CH0_ECTRL 0xF0104028          TIM6 Channel 0 Extended Control Register
GTM_TIM6_CH0_IRQ_NOTIFY 0xF010402C          TIM6 Channel 0 Interrupt Notification Register
GTM_TIM6_CH0_IRQ_EN 0xF0104030          TIM6 Channel 0 Interrupt Enable Register
GTM_TIM6_CH0_IRQ_FORCINT 0xF0104034          TIM6 Channel 0 Force Interrupt Register
GTM_TIM6_CH0_IRQ_MODE 0xF0104038          TIM6 Channel 0 Interrupt Mode Configuration Register
GTM_TIM6_CH0_EIRQ_EN 0xF010403C          TIM6 Channel 0 Error Interrupt Enable Register
GTM_TIM6_INP_VAL 0xF0104074          TIM6 Input Value Observation Register
GTM_TIM6_IN_SRC 0xF0104078          TIM6 AUX IN Source Selection Register
GTM_TIM6_RST    0xF010407C          TIM6 Global Software Reset Register
GTM_TIM6_CH1_GPR0 0xF0104080          TIM6 Channel 1 General Purpose 0 Register
GTM_TIM6_CH1_GPR1 0xF0104084          TIM6 Channel 1 General Purpose 1 Register
GTM_TIM6_CH1_CNT 0xF0104088          TIM6 Channel 1 SMU Counter Register
GTM_TIM6_CH1_ECNT 0xF010408C          TIM6 Channel 1 SMU Edge Counter Register
GTM_TIM6_CH1_CNTS 0xF0104090          TIM6 Channel 1 SMU Shadow Counter Register
GTM_TIM6_CH1_TDUC 0xF0104094          TIM6 Channel 1 TDU Counter Register
GTM_TIM6_CH1_TDUV 0xF0104098          TIM6 Channel 1 TDU Control Register
GTM_TIM6_CH1_FLT_RE 0xF010409C          TIM6 Channel 1 Filter Parameter 0 Register
GTM_TIM6_CH1_FLT_FE 0xF01040A0          TIM6 Channel 1 Filter Parameter 1 Register
GTM_TIM6_CH1_CTRL 0xF01040A4          TIM6 Channel 1 Control Register
GTM_TIM6_CH1_ECTRL 0xF01040A8          TIM6 Channel 1 Extended Control Register
GTM_TIM6_CH1_IRQ_NOTIFY 0xF01040AC          TIM6 Channel 1 Interrupt Notification Register
GTM_TIM6_CH1_IRQ_EN 0xF01040B0          TIM6 Channel 1 Interrupt Enable Register
GTM_TIM6_CH1_IRQ_FORCINT 0xF01040B4          TIM6 Channel 1 Force Interrupt Register
GTM_TIM6_CH1_IRQ_MODE 0xF01040B8          TIM6 Channel 1 Interrupt Mode Configuration Register
GTM_TIM6_CH1_EIRQ_EN 0xF01040BC          TIM6 Channel 1 Error Interrupt Enable Register
GTM_TIM6_CH2_GPR0 0xF0104100          TIM6 Channel 2 General Purpose 0 Register
GTM_TIM6_CH2_GPR1 0xF0104104          TIM6 Channel 2 General Purpose 1 Register
GTM_TIM6_CH2_CNT 0xF0104108          TIM6 Channel 2 SMU Counter Register
GTM_TIM6_CH2_ECNT 0xF010410C          TIM6 Channel 2 SMU Edge Counter Register
GTM_TIM6_CH2_CNTS 0xF0104110          TIM6 Channel 2 SMU Shadow Counter Register
GTM_TIM6_CH2_TDUC 0xF0104114          TIM6 Channel 2 TDU Counter Register
GTM_TIM6_CH2_TDUV 0xF0104118          TIM6 Channel 2 TDU Control Register
GTM_TIM6_CH2_FLT_RE 0xF010411C          TIM6 Channel 2 Filter Parameter 0 Register
GTM_TIM6_CH2_FLT_FE 0xF0104120          TIM6 Channel 2 Filter Parameter 1 Register
GTM_TIM6_CH2_CTRL 0xF0104124          TIM6 Channel 2 Control Register
GTM_TIM6_CH2_ECTRL 0xF0104128          TIM6 Channel 2 Extended Control Register
GTM_TIM6_CH2_IRQ_NOTIFY 0xF010412C          TIM6 Channel 2 Interrupt Notification Register
GTM_TIM6_CH2_IRQ_EN 0xF0104130          TIM6 Channel 2 Interrupt Enable Register
GTM_TIM6_CH2_IRQ_FORCINT 0xF0104134          TIM6 Channel 2 Force Interrupt Register
GTM_TIM6_CH2_IRQ_MODE 0xF0104138          TIM6 Channel 2 Interrupt Mode Configuration Register
GTM_TIM6_CH2_EIRQ_EN 0xF010413C          TIM6 Channel 2 Error Interrupt Enable Register
GTM_TIM6_CH3_GPR0 0xF0104180          TIM6 Channel 3 General Purpose 0 Register
GTM_TIM6_CH3_GPR1 0xF0104184          TIM6 Channel 3 General Purpose 1 Register
GTM_TIM6_CH3_CNT 0xF0104188          TIM6 Channel 3 SMU Counter Register
GTM_TIM6_CH3_ECNT 0xF010418C          TIM6 Channel 3 SMU Edge Counter Register
GTM_TIM6_CH3_CNTS 0xF0104190          TIM6 Channel 3 SMU Shadow Counter Register
GTM_TIM6_CH3_TDUC 0xF0104194          TIM6 Channel 3 TDU Counter Register
GTM_TIM6_CH3_TDUV 0xF0104198          TIM6 Channel 3 TDU Control Register
GTM_TIM6_CH3_FLT_RE 0xF010419C          TIM6 Channel 3 Filter Parameter 0 Register
GTM_TIM6_CH3_FLT_FE 0xF01041A0          TIM6 Channel 3 Filter Parameter 1 Register
GTM_TIM6_CH3_CTRL 0xF01041A4          TIM6 Channel 3 Control Register
GTM_TIM6_CH3_ECTRL 0xF01041A8          TIM6 Channel 3 Extended Control Register
GTM_TIM6_CH3_IRQ_NOTIFY 0xF01041AC          TIM6 Channel 3 Interrupt Notification Register
GTM_TIM6_CH3_IRQ_EN 0xF01041B0          TIM6 Channel 3 Interrupt Enable Register
GTM_TIM6_CH3_IRQ_FORCINT 0xF01041B4          TIM6 Channel 3 Force Interrupt Register
GTM_TIM6_CH3_IRQ_MODE 0xF01041B8          TIM6 Channel 3 Interrupt Mode Configuration Register
GTM_TIM6_CH3_EIRQ_EN 0xF01041BC          TIM6 Channel 3 Error Interrupt Enable Register
GTM_TIM6_CH4_GPR0 0xF0104200          TIM6 Channel 4 General Purpose 0 Register
GTM_TIM6_CH4_GPR1 0xF0104204          TIM6 Channel 4 General Purpose 1 Register
GTM_TIM6_CH4_CNT 0xF0104208          TIM6 Channel 4 SMU Counter Register
GTM_TIM6_CH4_ECNT 0xF010420C          TIM6 Channel 4 SMU Edge Counter Register
GTM_TIM6_CH4_CNTS 0xF0104210          TIM6 Channel 4 SMU Shadow Counter Register
GTM_TIM6_CH4_TDUC 0xF0104214          TIM6 Channel 4 TDU Counter Register
GTM_TIM6_CH4_TDUV 0xF0104218          TIM6 Channel 4 TDU Control Register
GTM_TIM6_CH4_FLT_RE 0xF010421C          TIM6 Channel 4 Filter Parameter 0 Register
GTM_TIM6_CH4_FLT_FE 0xF0104220          TIM6 Channel 4 Filter Parameter 1 Register
GTM_TIM6_CH4_CTRL 0xF0104224          TIM6 Channel 4 Control Register
GTM_TIM6_CH4_ECTRL 0xF0104228          TIM6 Channel 4 Extended Control Register
GTM_TIM6_CH4_IRQ_NOTIFY 0xF010422C          TIM6 Channel 4 Interrupt Notification Register
GTM_TIM6_CH4_IRQ_EN 0xF0104230          TIM6 Channel 4 Interrupt Enable Register
GTM_TIM6_CH4_IRQ_FORCINT 0xF0104234          TIM6 Channel 4 Force Interrupt Register
GTM_TIM6_CH4_IRQ_MODE 0xF0104238          TIM6 Channel 4 Interrupt Mode Configuration Register
GTM_TIM6_CH4_EIRQ_EN 0xF010423C          TIM6 Channel 4 Error Interrupt Enable Register
GTM_TIM6_CH5_GPR0 0xF0104280          TIM6 Channel 5 General Purpose 0 Register
GTM_TIM6_CH5_GPR1 0xF0104284          TIM6 Channel 5 General Purpose 1 Register
GTM_TIM6_CH5_CNT 0xF0104288          TIM6 Channel 5 SMU Counter Register
GTM_TIM6_CH5_ECNT 0xF010428C          TIM6 Channel 5 SMU Edge Counter Register
GTM_TIM6_CH5_CNTS 0xF0104290          TIM6 Channel 5 SMU Shadow Counter Register
GTM_TIM6_CH5_TDUC 0xF0104294          TIM6 Channel 5 TDU Counter Register
GTM_TIM6_CH5_TDUV 0xF0104298          TIM6 Channel 5 TDU Control Register
GTM_TIM6_CH5_FLT_RE 0xF010429C          TIM6 Channel 5 Filter Parameter 0 Register
GTM_TIM6_CH5_FLT_FE 0xF01042A0          TIM6 Channel 5 Filter Parameter 1 Register
GTM_TIM6_CH5_CTRL 0xF01042A4          TIM6 Channel 5 Control Register
GTM_TIM6_CH5_ECTRL 0xF01042A8          TIM6 Channel 5 Extended Control Register
GTM_TIM6_CH5_IRQ_NOTIFY 0xF01042AC          TIM6 Channel 5 Interrupt Notification Register
GTM_TIM6_CH5_IRQ_EN 0xF01042B0          TIM6 Channel 5 Interrupt Enable Register
GTM_TIM6_CH5_IRQ_FORCINT 0xF01042B4          TIM6 Channel 5 Force Interrupt Register
GTM_TIM6_CH5_IRQ_MODE 0xF01042B8          TIM6 Channel 5 Interrupt Mode Configuration Register
GTM_TIM6_CH5_EIRQ_EN 0xF01042BC          TIM6 Channel 5 Error Interrupt Enable Register
GTM_TIM6_CH6_GPR0 0xF0104300          TIM6 Channel 6 General Purpose 0 Register
GTM_TIM6_CH6_GPR1 0xF0104304          TIM6 Channel 6 General Purpose 1 Register
GTM_TIM6_CH6_CNT 0xF0104308          TIM6 Channel 6 SMU Counter Register
GTM_TIM6_CH6_ECNT 0xF010430C          TIM6 Channel 6 SMU Edge Counter Register
GTM_TIM6_CH6_CNTS 0xF0104310          TIM6 Channel 6 SMU Shadow Counter Register
GTM_TIM6_CH6_TDUC 0xF0104314          TIM6 Channel 6 TDU Counter Register
GTM_TIM6_CH6_TDUV 0xF0104318          TIM6 Channel 6 TDU Control Register
GTM_TIM6_CH6_FLT_RE 0xF010431C          TIM6 Channel 6 Filter Parameter 0 Register
GTM_TIM6_CH6_FLT_FE 0xF0104320          TIM6 Channel 6 Filter Parameter 1 Register
GTM_TIM6_CH6_CTRL 0xF0104324          TIM6 Channel 6 Control Register
GTM_TIM6_CH6_ECTRL 0xF0104328          TIM6 Channel 6 Extended Control Register
GTM_TIM6_CH6_IRQ_NOTIFY 0xF010432C          TIM6 Channel 6 Interrupt Notification Register
GTM_TIM6_CH6_IRQ_EN 0xF0104330          TIM6 Channel 6 Interrupt Enable Register
GTM_TIM6_CH6_IRQ_FORCINT 0xF0104334          TIM6 Channel 6 Force Interrupt Register
GTM_TIM6_CH6_IRQ_MODE 0xF0104338          TIM6 Channel 6 Interrupt Mode Configuration Register
GTM_TIM6_CH6_EIRQ_EN 0xF010433C          TIM6 Channel 6 Error Interrupt Enable Register
GTM_TIM6_CH7_GPR0 0xF0104380          TIM6 Channel 7 General Purpose 0 Register
GTM_TIM6_CH7_GPR1 0xF0104384          TIM6 Channel 7 General Purpose 1 Register
GTM_TIM6_CH7_CNT 0xF0104388          TIM6 Channel 7 SMU Counter Register
GTM_TIM6_CH7_ECNT 0xF010438C          TIM6 Channel 7 SMU Edge Counter Register
GTM_TIM6_CH7_CNTS 0xF0104390          TIM6 Channel 7 SMU Shadow Counter Register
GTM_TIM6_CH7_TDUC 0xF0104394          TIM6 Channel 7 TDU Counter Register
GTM_TIM6_CH7_TDUV 0xF0104398          TIM6 Channel 7 TDU Control Register
GTM_TIM6_CH7_FLT_RE 0xF010439C          TIM6 Channel 7 Filter Parameter 0 Register
GTM_TIM6_CH7_FLT_FE 0xF01043A0          TIM6 Channel 7 Filter Parameter 1 Register
GTM_TIM6_CH7_CTRL 0xF01043A4          TIM6 Channel 7 Control Register
GTM_TIM6_CH7_ECTRL 0xF01043A8          TIM6 Channel 7 Extended Control Register
GTM_TIM6_CH7_IRQ_NOTIFY 0xF01043AC          TIM6 Channel 7 Interrupt Notification Register
GTM_TIM6_CH7_IRQ_EN 0xF01043B0          TIM6 Channel 7 Interrupt Enable Register
GTM_TIM6_CH7_IRQ_FORCINT 0xF01043B4          TIM6 Channel 7 Force Interrupt Register
GTM_TIM6_CH7_IRQ_MODE 0xF01043B8          TIM6 Channel 7 Interrupt Mode Configuration Register
GTM_TIM6_CH7_EIRQ_EN 0xF01043BC          TIM6 Channel 7 Error Interrupt Enable Register
GTM_TIM7_CH0_GPR0 0xF0104800          TIM7 Channel 0 General Purpose 0 Register
GTM_TIM7_CH0_GPR1 0xF0104804          TIM7 Channel 0 General Purpose 1 Register
GTM_TIM7_CH0_CNT 0xF0104808          TIM7 Channel 0 SMU Counter Register
GTM_TIM7_CH0_ECNT 0xF010480C          TIM7 Channel 0 SMU Edge Counter Register
GTM_TIM7_CH0_CNTS 0xF0104810          TIM7 Channel 0 SMU Shadow Counter Register
GTM_TIM7_CH0_TDUC 0xF0104814          TIM7 Channel 0 TDU Counter Register
GTM_TIM7_CH0_TDUV 0xF0104818          TIM7 Channel 0 TDU Control Register
GTM_TIM7_CH0_FLT_RE 0xF010481C          TIM7 Channel 0 Filter Parameter 0 Register
GTM_TIM7_CH0_FLT_FE 0xF0104820          TIM7 Channel 0 Filter Parameter 1 Register
GTM_TIM7_CH0_CTRL 0xF0104824          TIM7 Channel 0 Control Register
GTM_TIM7_CH0_ECTRL 0xF0104828          TIM7 Channel 0 Extended Control Register
GTM_TIM7_CH0_IRQ_NOTIFY 0xF010482C          TIM7 Channel 0 Interrupt Notification Register
GTM_TIM7_CH0_IRQ_EN 0xF0104830          TIM7 Channel 0 Interrupt Enable Register
GTM_TIM7_CH0_IRQ_FORCINT 0xF0104834          TIM7 Channel 0 Force Interrupt Register
GTM_TIM7_CH0_IRQ_MODE 0xF0104838          TIM7 Channel 0 Interrupt Mode Configuration Register
GTM_TIM7_CH0_EIRQ_EN 0xF010483C          TIM7 Channel 0 Error Interrupt Enable Register
GTM_TIM7_INP_VAL 0xF0104874          TIM7 Input Value Observation Register
GTM_TIM7_IN_SRC 0xF0104878          TIM7 AUX IN Source Selection Register
GTM_TIM7_RST    0xF010487C          TIM7 Global Software Reset Register
GTM_TIM7_CH1_GPR0 0xF0104880          TIM7 Channel 1 General Purpose 0 Register
GTM_TIM7_CH1_GPR1 0xF0104884          TIM7 Channel 1 General Purpose 1 Register
GTM_TIM7_CH1_CNT 0xF0104888          TIM7 Channel 1 SMU Counter Register
GTM_TIM7_CH1_ECNT 0xF010488C          TIM7 Channel 1 SMU Edge Counter Register
GTM_TIM7_CH1_CNTS 0xF0104890          TIM7 Channel 1 SMU Shadow Counter Register
GTM_TIM7_CH1_TDUC 0xF0104894          TIM7 Channel 1 TDU Counter Register
GTM_TIM7_CH1_TDUV 0xF0104898          TIM7 Channel 1 TDU Control Register
GTM_TIM7_CH1_FLT_RE 0xF010489C          TIM7 Channel 1 Filter Parameter 0 Register
GTM_TIM7_CH1_FLT_FE 0xF01048A0          TIM7 Channel 1 Filter Parameter 1 Register
GTM_TIM7_CH1_CTRL 0xF01048A4          TIM7 Channel 1 Control Register
GTM_TIM7_CH1_ECTRL 0xF01048A8          TIM7 Channel 1 Extended Control Register
GTM_TIM7_CH1_IRQ_NOTIFY 0xF01048AC          TIM7 Channel 1 Interrupt Notification Register
GTM_TIM7_CH1_IRQ_EN 0xF01048B0          TIM7 Channel 1 Interrupt Enable Register
GTM_TIM7_CH1_IRQ_FORCINT 0xF01048B4          TIM7 Channel 1 Force Interrupt Register
GTM_TIM7_CH1_IRQ_MODE 0xF01048B8          TIM7 Channel 1 Interrupt Mode Configuration Register
GTM_TIM7_CH1_EIRQ_EN 0xF01048BC          TIM7 Channel 1 Error Interrupt Enable Register
GTM_TIM7_CH2_GPR0 0xF0104900          TIM7 Channel 2 General Purpose 0 Register
GTM_TIM7_CH2_GPR1 0xF0104904          TIM7 Channel 2 General Purpose 1 Register
GTM_TIM7_CH2_CNT 0xF0104908          TIM7 Channel 2 SMU Counter Register
GTM_TIM7_CH2_ECNT 0xF010490C          TIM7 Channel 2 SMU Edge Counter Register
GTM_TIM7_CH2_CNTS 0xF0104910          TIM7 Channel 2 SMU Shadow Counter Register
GTM_TIM7_CH2_TDUC 0xF0104914          TIM7 Channel 2 TDU Counter Register
GTM_TIM7_CH2_TDUV 0xF0104918          TIM7 Channel 2 TDU Control Register
GTM_TIM7_CH2_FLT_RE 0xF010491C          TIM7 Channel 2 Filter Parameter 0 Register
GTM_TIM7_CH2_FLT_FE 0xF0104920          TIM7 Channel 2 Filter Parameter 1 Register
GTM_TIM7_CH2_CTRL 0xF0104924          TIM7 Channel 2 Control Register
GTM_TIM7_CH2_ECTRL 0xF0104928          TIM7 Channel 2 Extended Control Register
GTM_TIM7_CH2_IRQ_NOTIFY 0xF010492C          TIM7 Channel 2 Interrupt Notification Register
GTM_TIM7_CH2_IRQ_EN 0xF0104930          TIM7 Channel 2 Interrupt Enable Register
GTM_TIM7_CH2_IRQ_FORCINT 0xF0104934          TIM7 Channel 2 Force Interrupt Register
GTM_TIM7_CH2_IRQ_MODE 0xF0104938          TIM7 Channel 2 Interrupt Mode Configuration Register
GTM_TIM7_CH2_EIRQ_EN 0xF010493C          TIM7 Channel 2 Error Interrupt Enable Register
GTM_TIM7_CH3_GPR0 0xF0104980          TIM7 Channel 3 General Purpose 0 Register
GTM_TIM7_CH3_GPR1 0xF0104984          TIM7 Channel 3 General Purpose 1 Register
GTM_TIM7_CH3_CNT 0xF0104988          TIM7 Channel 3 SMU Counter Register
GTM_TIM7_CH3_ECNT 0xF010498C          TIM7 Channel 3 SMU Edge Counter Register
GTM_TIM7_CH3_CNTS 0xF0104990          TIM7 Channel 3 SMU Shadow Counter Register
GTM_TIM7_CH3_TDUC 0xF0104994          TIM7 Channel 3 TDU Counter Register
GTM_TIM7_CH3_TDUV 0xF0104998          TIM7 Channel 3 TDU Control Register
GTM_TIM7_CH3_FLT_RE 0xF010499C          TIM7 Channel 3 Filter Parameter 0 Register
GTM_TIM7_CH3_FLT_FE 0xF01049A0          TIM7 Channel 3 Filter Parameter 1 Register
GTM_TIM7_CH3_CTRL 0xF01049A4          TIM7 Channel 3 Control Register
GTM_TIM7_CH3_ECTRL 0xF01049A8          TIM7 Channel 3 Extended Control Register
GTM_TIM7_CH3_IRQ_NOTIFY 0xF01049AC          TIM7 Channel 3 Interrupt Notification Register
GTM_TIM7_CH3_IRQ_EN 0xF01049B0          TIM7 Channel 3 Interrupt Enable Register
GTM_TIM7_CH3_IRQ_FORCINT 0xF01049B4          TIM7 Channel 3 Force Interrupt Register
GTM_TIM7_CH3_IRQ_MODE 0xF01049B8          TIM7 Channel 3 Interrupt Mode Configuration Register
GTM_TIM7_CH3_EIRQ_EN 0xF01049BC          TIM7 Channel 3 Error Interrupt Enable Register
GTM_TIM7_CH4_GPR0 0xF0104A00          TIM7 Channel 4 General Purpose 0 Register
GTM_TIM7_CH4_GPR1 0xF0104A04          TIM7 Channel 4 General Purpose 1 Register
GTM_TIM7_CH4_CNT 0xF0104A08          TIM7 Channel 4 SMU Counter Register
GTM_TIM7_CH4_ECNT 0xF0104A0C          TIM7 Channel 4 SMU Edge Counter Register
GTM_TIM7_CH4_CNTS 0xF0104A10          TIM7 Channel 4 SMU Shadow Counter Register
GTM_TIM7_CH4_TDUC 0xF0104A14          TIM7 Channel 4 TDU Counter Register
GTM_TIM7_CH4_TDUV 0xF0104A18          TIM7 Channel 4 TDU Control Register
GTM_TIM7_CH4_FLT_RE 0xF0104A1C          TIM7 Channel 4 Filter Parameter 0 Register
GTM_TIM7_CH4_FLT_FE 0xF0104A20          TIM7 Channel 4 Filter Parameter 1 Register
GTM_TIM7_CH4_CTRL 0xF0104A24          TIM7 Channel 4 Control Register
GTM_TIM7_CH4_ECTRL 0xF0104A28          TIM7 Channel 4 Extended Control Register
GTM_TIM7_CH4_IRQ_NOTIFY 0xF0104A2C          TIM7 Channel 4 Interrupt Notification Register
GTM_TIM7_CH4_IRQ_EN 0xF0104A30          TIM7 Channel 4 Interrupt Enable Register
GTM_TIM7_CH4_IRQ_FORCINT 0xF0104A34          TIM7 Channel 4 Force Interrupt Register
GTM_TIM7_CH4_IRQ_MODE 0xF0104A38          TIM7 Channel 4 Interrupt Mode Configuration Register
GTM_TIM7_CH4_EIRQ_EN 0xF0104A3C          TIM7 Channel 4 Error Interrupt Enable Register
GTM_TIM7_CH5_GPR0 0xF0104A80          TIM7 Channel 5 General Purpose 0 Register
GTM_TIM7_CH5_GPR1 0xF0104A84          TIM7 Channel 5 General Purpose 1 Register
GTM_TIM7_CH5_CNT 0xF0104A88          TIM7 Channel 5 SMU Counter Register
GTM_TIM7_CH5_ECNT 0xF0104A8C          TIM7 Channel 5 SMU Edge Counter Register
GTM_TIM7_CH5_CNTS 0xF0104A90          TIM7 Channel 5 SMU Shadow Counter Register
GTM_TIM7_CH5_TDUC 0xF0104A94          TIM7 Channel 5 TDU Counter Register
GTM_TIM7_CH5_TDUV 0xF0104A98          TIM7 Channel 5 TDU Control Register
GTM_TIM7_CH5_FLT_RE 0xF0104A9C          TIM7 Channel 5 Filter Parameter 0 Register
GTM_TIM7_CH5_FLT_FE 0xF0104AA0          TIM7 Channel 5 Filter Parameter 1 Register
GTM_TIM7_CH5_CTRL 0xF0104AA4          TIM7 Channel 5 Control Register
GTM_TIM7_CH5_ECTRL 0xF0104AA8          TIM7 Channel 5 Extended Control Register
GTM_TIM7_CH5_IRQ_NOTIFY 0xF0104AAC          TIM7 Channel 5 Interrupt Notification Register
GTM_TIM7_CH5_IRQ_EN 0xF0104AB0          TIM7 Channel 5 Interrupt Enable Register
GTM_TIM7_CH5_IRQ_FORCINT 0xF0104AB4          TIM7 Channel 5 Force Interrupt Register
GTM_TIM7_CH5_IRQ_MODE 0xF0104AB8          TIM7 Channel 5 Interrupt Mode Configuration Register
GTM_TIM7_CH5_EIRQ_EN 0xF0104ABC          TIM7 Channel 5 Error Interrupt Enable Register
GTM_TIM7_CH6_GPR0 0xF0104B00          TIM7 Channel 6 General Purpose 0 Register
GTM_TIM7_CH6_GPR1 0xF0104B04          TIM7 Channel 6 General Purpose 1 Register
GTM_TIM7_CH6_CNT 0xF0104B08          TIM7 Channel 6 SMU Counter Register
GTM_TIM7_CH6_ECNT 0xF0104B0C          TIM7 Channel 6 SMU Edge Counter Register
GTM_TIM7_CH6_CNTS 0xF0104B10          TIM7 Channel 6 SMU Shadow Counter Register
GTM_TIM7_CH6_TDUC 0xF0104B14          TIM7 Channel 6 TDU Counter Register
GTM_TIM7_CH6_TDUV 0xF0104B18          TIM7 Channel 6 TDU Control Register
GTM_TIM7_CH6_FLT_RE 0xF0104B1C          TIM7 Channel 6 Filter Parameter 0 Register
GTM_TIM7_CH6_FLT_FE 0xF0104B20          TIM7 Channel 6 Filter Parameter 1 Register
GTM_TIM7_CH6_CTRL 0xF0104B24          TIM7 Channel 6 Control Register
GTM_TIM7_CH6_ECTRL 0xF0104B28          TIM7 Channel 6 Extended Control Register
GTM_TIM7_CH6_IRQ_NOTIFY 0xF0104B2C          TIM7 Channel 6 Interrupt Notification Register
GTM_TIM7_CH6_IRQ_EN 0xF0104B30          TIM7 Channel 6 Interrupt Enable Register
GTM_TIM7_CH6_IRQ_FORCINT 0xF0104B34          TIM7 Channel 6 Force Interrupt Register
GTM_TIM7_CH6_IRQ_MODE 0xF0104B38          TIM7 Channel 6 Interrupt Mode Configuration Register
GTM_TIM7_CH6_EIRQ_EN 0xF0104B3C          TIM7 Channel 6 Error Interrupt Enable Register
GTM_TIM7_CH7_GPR0 0xF0104B80          TIM7 Channel 7 General Purpose 0 Register
GTM_TIM7_CH7_GPR1 0xF0104B84          TIM7 Channel 7 General Purpose 1 Register
GTM_TIM7_CH7_CNT 0xF0104B88          TIM7 Channel 7 SMU Counter Register
GTM_TIM7_CH7_ECNT 0xF0104B8C          TIM7 Channel 7 SMU Edge Counter Register
GTM_TIM7_CH7_CNTS 0xF0104B90          TIM7 Channel 7 SMU Shadow Counter Register
GTM_TIM7_CH7_TDUC 0xF0104B94          TIM7 Channel 7 TDU Counter Register
GTM_TIM7_CH7_TDUV 0xF0104B98          TIM7 Channel 7 TDU Control Register
GTM_TIM7_CH7_FLT_RE 0xF0104B9C          TIM7 Channel 7 Filter Parameter 0 Register
GTM_TIM7_CH7_FLT_FE 0xF0104BA0          TIM7 Channel 7 Filter Parameter 1 Register
GTM_TIM7_CH7_CTRL 0xF0104BA4          TIM7 Channel 7 Control Register
GTM_TIM7_CH7_ECTRL 0xF0104BA8          TIM7 Channel 7 Extended Control Register
GTM_TIM7_CH7_IRQ_NOTIFY 0xF0104BAC          TIM7 Channel 7 Interrupt Notification Register
GTM_TIM7_CH7_IRQ_EN 0xF0104BB0          TIM7 Channel 7 Interrupt Enable Register
GTM_TIM7_CH7_IRQ_FORCINT 0xF0104BB4          TIM7 Channel 7 Force Interrupt Register
GTM_TIM7_CH7_IRQ_MODE 0xF0104BB8          TIM7 Channel 7 Interrupt Mode Configuration Register
GTM_TIM7_CH7_EIRQ_EN 0xF0104BBC          TIM7 Channel 7 Error Interrupt Enable Register
GTM_TOM0_CH0_CTRL 0xF0108000          TOM0 Channel 0 Control Register
GTM_TOM0_CH0_SR0 0xF0108004          TOM0 Channel 0 CCU0 Compare Shadow Register
GTM_TOM0_CH0_SR1 0xF0108008          TOM0 Channel 0 CCU1 Compare Shadow Register
GTM_TOM0_CH0_CM0 0xF010800C          TOM0 Channel 0 CCU0 Compare Register
GTM_TOM0_CH0_CM1 0xF0108010          TOM0 Channel 0 CCU1 Compare Register
GTM_TOM0_CH0_CN0 0xF0108014          TOM0 Channel 0 CCU0 Counter Register
GTM_TOM0_CH0_STAT 0xF0108018          TOM0 Channel 0 Status Register
GTM_TOM0_CH0_IRQ_NOTIFY 0xF010801C          TOM0 Channel 0 Interrupt Notification Register
GTM_TOM0_CH0_IRQ_EN 0xF0108020          TOM0 Channel 0 Interrupt Enable Register
GTM_TOM0_CH0_IRQ_FORCINT 0xF0108024          TOM0 Channel 0 Force Interrupt Register
GTM_TOM0_CH0_IRQ_MODE 0xF0108028          TOM0 Channel 0 Interrupt Mode Register
GTM_TOM0_TGC0_GLB_CTRL 0xF0108030          TOM0 TGC0 Global Control Register
GTM_TOM0_TGC0_ACT_TB 0xF0108034          TOM0 TGC0 Action Time Base Register
GTM_TOM0_TGC0_FUPD_CTRL 0xF0108038          TOM0 TGC0 Force Update Control Register
GTM_TOM0_TGC0_INT_TRIG 0xF010803C          TOM0 TGC0 Internal Trigger Control Register
GTM_TOM0_CH1_CTRL 0xF0108040          TOM0 Channel 1 Control Register
GTM_TOM0_CH1_SR0 0xF0108044          TOM0 Channel 1 CCU0 Compare Shadow Register
GTM_TOM0_CH1_SR1 0xF0108048          TOM0 Channel 1 CCU1 Compare Shadow Register
GTM_TOM0_CH1_CM0 0xF010804C          TOM0 Channel 1 CCU0 Compare Register
GTM_TOM0_CH1_CM1 0xF0108050          TOM0 Channel 1 CCU1 Compare Register
GTM_TOM0_CH1_CN0 0xF0108054          TOM0 Channel 1 CCU0 Counter Register
GTM_TOM0_CH1_STAT 0xF0108058          TOM0 Channel 1 Status Register
GTM_TOM0_CH1_IRQ_NOTIFY 0xF010805C          TOM0 Channel 1 Interrupt Notification Register
GTM_TOM0_CH1_IRQ_EN 0xF0108060          TOM0 Channel 1 Interrupt Enable Register
GTM_TOM0_CH1_IRQ_FORCINT 0xF0108064          TOM0 Channel 1 Force Interrupt Register
GTM_TOM0_CH1_IRQ_MODE 0xF0108068          TOM0 Channel 1 Interrupt Mode Register
GTM_TOM0_TGC0_ENDIS_CTRL 0xF0108070          TOM0 TGC0 Enable/Disable Control Register
GTM_TOM0_TGC0_ENDIS_STAT 0xF0108074          TOM0 TGC0 Enable/Disable Status Register
GTM_TOM0_TGC0_OUTEN_CTRL 0xF0108078          TOM0 TGC0 Output Enable Control Register
GTM_TOM0_TGC0_OUTEN_STAT 0xF010807C          TOM0 TGC0 Output Enable Status Register
GTM_TOM0_CH2_CTRL 0xF0108080          TOM0 Channel 2 Control Register
GTM_TOM0_CH2_SR0 0xF0108084          TOM0 Channel 2 CCU0 Compare Shadow Register
GTM_TOM0_CH2_SR1 0xF0108088          TOM0 Channel 2 CCU1 Compare Shadow Register
GTM_TOM0_CH2_CM0 0xF010808C          TOM0 Channel 2 CCU0 Compare Register
GTM_TOM0_CH2_CM1 0xF0108090          TOM0 Channel 2 CCU1 Compare Register
GTM_TOM0_CH2_CN0 0xF0108094          TOM0 Channel 2 CCU0 Counter Register
GTM_TOM0_CH2_STAT 0xF0108098          TOM0 Channel 2 Status Register
GTM_TOM0_CH2_IRQ_NOTIFY 0xF010809C          TOM0 Channel 2 Interrupt Notification Register
GTM_TOM0_CH2_IRQ_EN 0xF01080A0          TOM0 Channel 2 Interrupt Enable Register
GTM_TOM0_CH2_IRQ_FORCINT 0xF01080A4          TOM0 Channel 2 Force Interrupt Register
GTM_TOM0_CH2_IRQ_MODE 0xF01080A8          TOM0 Channel 2 Interrupt Mode Register
GTM_TOM0_CH3_CTRL 0xF01080C0          TOM0 Channel 3 Control Register
GTM_TOM0_CH3_SR0 0xF01080C4          TOM0 Channel 3 CCU0 Compare Shadow Register
GTM_TOM0_CH3_SR1 0xF01080C8          TOM0 Channel 3 CCU1 Compare Shadow Register
GTM_TOM0_CH3_CM0 0xF01080CC          TOM0 Channel 3 CCU0 Compare Register
GTM_TOM0_CH3_CM1 0xF01080D0          TOM0 Channel 3 CCU1 Compare Register
GTM_TOM0_CH3_CN0 0xF01080D4          TOM0 Channel 3 CCU0 Counter Register
GTM_TOM0_CH3_STAT 0xF01080D8          TOM0 Channel 3 Status Register
GTM_TOM0_CH3_IRQ_NOTIFY 0xF01080DC          TOM0 Channel 3 Interrupt Notification Register
GTM_TOM0_CH3_IRQ_EN 0xF01080E0          TOM0 Channel 3 Interrupt Enable Register
GTM_TOM0_CH3_IRQ_FORCINT 0xF01080E4          TOM0 Channel 3 Force Interrupt Register
GTM_TOM0_CH3_IRQ_MODE 0xF01080E8          TOM0 Channel 3 Interrupt Mode Register
GTM_TOM0_CH4_CTRL 0xF0108100          TOM0 Channel 4 Control Register
GTM_TOM0_CH4_SR0 0xF0108104          TOM0 Channel 4 CCU0 Compare Shadow Register
GTM_TOM0_CH4_SR1 0xF0108108          TOM0 Channel 4 CCU1 Compare Shadow Register
GTM_TOM0_CH4_CM0 0xF010810C          TOM0 Channel 4 CCU0 Compare Register
GTM_TOM0_CH4_CM1 0xF0108110          TOM0 Channel 4 CCU1 Compare Register
GTM_TOM0_CH4_CN0 0xF0108114          TOM0 Channel 4 CCU0 Counter Register
GTM_TOM0_CH4_STAT 0xF0108118          TOM0 Channel 4 Status Register
GTM_TOM0_CH4_IRQ_NOTIFY 0xF010811C          TOM0 Channel 4 Interrupt Notification Register
GTM_TOM0_CH4_IRQ_EN 0xF0108120          TOM0 Channel 4 Interrupt Enable Register
GTM_TOM0_CH4_IRQ_FORCINT 0xF0108124          TOM0 Channel 4 Force Interrupt Register
GTM_TOM0_CH4_IRQ_MODE 0xF0108128          TOM0 Channel 4 Interrupt Mode Register
GTM_TOM0_CH5_CTRL 0xF0108140          TOM0 Channel 5 Control Register
GTM_TOM0_CH5_SR0 0xF0108144          TOM0 Channel 5 CCU0 Compare Shadow Register
GTM_TOM0_CH5_SR1 0xF0108148          TOM0 Channel 5 CCU1 Compare Shadow Register
GTM_TOM0_CH5_CM0 0xF010814C          TOM0 Channel 5 CCU0 Compare Register
GTM_TOM0_CH5_CM1 0xF0108150          TOM0 Channel 5 CCU1 Compare Register
GTM_TOM0_CH5_CN0 0xF0108154          TOM0 Channel 5 CCU0 Counter Register
GTM_TOM0_CH5_STAT 0xF0108158          TOM0 Channel 5 Status Register
GTM_TOM0_CH5_IRQ_NOTIFY 0xF010815C          TOM0 Channel 5 Interrupt Notification Register
GTM_TOM0_CH5_IRQ_EN 0xF0108160          TOM0 Channel 5 Interrupt Enable Register
GTM_TOM0_CH5_IRQ_FORCINT 0xF0108164          TOM0 Channel 5 Force Interrupt Register
GTM_TOM0_CH5_IRQ_MODE 0xF0108168          TOM0 Channel 5 Interrupt Mode Register
GTM_TOM0_CH6_CTRL 0xF0108180          TOM0 Channel 6 Control Register
GTM_TOM0_CH6_SR0 0xF0108184          TOM0 Channel 6 CCU0 Compare Shadow Register
GTM_TOM0_CH6_SR1 0xF0108188          TOM0 Channel 6 CCU1 Compare Shadow Register
GTM_TOM0_CH6_CM0 0xF010818C          TOM0 Channel 6 CCU0 Compare Register
GTM_TOM0_CH6_CM1 0xF0108190          TOM0 Channel 6 CCU1 Compare Register
GTM_TOM0_CH6_CN0 0xF0108194          TOM0 Channel 6 CCU0 Counter Register
GTM_TOM0_CH6_STAT 0xF0108198          TOM0 Channel 6 Status Register
GTM_TOM0_CH6_IRQ_NOTIFY 0xF010819C          TOM0 Channel 6 Interrupt Notification Register
GTM_TOM0_CH6_IRQ_EN 0xF01081A0          TOM0 Channel 6 Interrupt Enable Register
GTM_TOM0_CH6_IRQ_FORCINT 0xF01081A4          TOM0 Channel 6 Force Interrupt Register
GTM_TOM0_CH6_IRQ_MODE 0xF01081A8          TOM0 Channel 6 Interrupt Mode Register
GTM_TOM0_CH7_CTRL 0xF01081C0          TOM0 Channel 7 Control Register
GTM_TOM0_CH7_SR0 0xF01081C4          TOM0 Channel 7 CCU0 Compare Shadow Register
GTM_TOM0_CH7_SR1 0xF01081C8          TOM0 Channel 7 CCU1 Compare Shadow Register
GTM_TOM0_CH7_CM0 0xF01081CC          TOM0 Channel 7 CCU0 Compare Register
GTM_TOM0_CH7_CM1 0xF01081D0          TOM0 Channel 7 CCU1 Compare Register
GTM_TOM0_CH7_CN0 0xF01081D4          TOM0 Channel 7 CCU0 Counter Register
GTM_TOM0_CH7_STAT 0xF01081D8          TOM0 Channel 7 Status Register
GTM_TOM0_CH7_IRQ_NOTIFY 0xF01081DC          TOM0 Channel 7 Interrupt Notification Register
GTM_TOM0_CH7_IRQ_EN 0xF01081E0          TOM0 Channel 7 Interrupt Enable Register
GTM_TOM0_CH7_IRQ_FORCINT 0xF01081E4          TOM0 Channel 7 Force Interrupt Register
GTM_TOM0_CH7_IRQ_MODE 0xF01081E8          TOM0 Channel 7 Interrupt Mode Register
GTM_TOM0_CH8_CTRL 0xF0108200          TOM0 Channel 8 Control Register
GTM_TOM0_CH8_SR0 0xF0108204          TOM0 Channel 8 CCU0 Compare Shadow Register
GTM_TOM0_CH8_SR1 0xF0108208          TOM0 Channel 8 CCU1 Compare Shadow Register
GTM_TOM0_CH8_CM0 0xF010820C          TOM0 Channel 8 CCU0 Compare Register
GTM_TOM0_CH8_CM1 0xF0108210          TOM0 Channel 8 CCU1 Compare Register
GTM_TOM0_CH8_CN0 0xF0108214          TOM0 Channel 8 CCU0 Counter Register
GTM_TOM0_CH8_STAT 0xF0108218          TOM0 Channel 8 Status Register
GTM_TOM0_CH8_IRQ_NOTIFY 0xF010821C          TOM0 Channel 8 Interrupt Notification Register
GTM_TOM0_CH8_IRQ_EN 0xF0108220          TOM0 Channel 8 Interrupt Enable Register
GTM_TOM0_CH8_IRQ_FORCINT 0xF0108224          TOM0 Channel 8 Force Interrupt Register
GTM_TOM0_CH8_IRQ_MODE 0xF0108228          TOM0 Channel 8 Interrupt Mode Register
GTM_TOM0_TGC1_GLB_CTRL 0xF0108230          TOM0 TGC1 Global Control Register
GTM_TOM0_TGC1_ACT_TB 0xF0108234          TOM0 TGC1 Action Time Base Register
GTM_TOM0_TGC1_FUPD_CTRL 0xF0108238          TOM0 TGC1 Force Update Control Register
GTM_TOM0_TGC1_INT_TRIG 0xF010823C          TOM0 TGC1 Internal Trigger Control Register
GTM_TOM0_CH9_CTRL 0xF0108240          TOM0 Channel 9 Control Register
GTM_TOM0_CH9_SR0 0xF0108244          TOM0 Channel 9 CCU0 Compare Shadow Register
GTM_TOM0_CH9_SR1 0xF0108248          TOM0 Channel 9 CCU1 Compare Shadow Register
GTM_TOM0_CH9_CM0 0xF010824C          TOM0 Channel 9 CCU0 Compare Register
GTM_TOM0_CH9_CM1 0xF0108250          TOM0 Channel 9 CCU1 Compare Register
GTM_TOM0_CH9_CN0 0xF0108254          TOM0 Channel 9 CCU0 Counter Register
GTM_TOM0_CH9_STAT 0xF0108258          TOM0 Channel 9 Status Register
GTM_TOM0_CH9_IRQ_NOTIFY 0xF010825C          TOM0 Channel 9 Interrupt Notification Register
GTM_TOM0_CH9_IRQ_EN 0xF0108260          TOM0 Channel 9 Interrupt Enable Register
GTM_TOM0_CH9_IRQ_FORCINT 0xF0108264          TOM0 Channel 9 Force Interrupt Register
GTM_TOM0_CH9_IRQ_MODE 0xF0108268          TOM0 Channel 9 Interrupt Mode Register
GTM_TOM0_TGC1_ENDIS_CTRL 0xF0108270          TOM0 TGC1 Enable/Disable Control Register
GTM_TOM0_TGC1_ENDIS_STAT 0xF0108274          TOM0 TGC1 Enable/Disable Status Register
GTM_TOM0_TGC1_OUTEN_CTRL 0xF0108278          TOM0 TGC1 Output Enable Control Register
GTM_TOM0_TGC1_OUTEN_STAT 0xF010827C          TOM0 TGC1 Output Enable Status Register
GTM_TOM0_CH10_CTRL 0xF0108280          TOM0 Channel 10 Control Register
GTM_TOM0_CH10_SR0 0xF0108284          TOM0 Channel 10 CCU0 Compare Shadow Register
GTM_TOM0_CH10_SR1 0xF0108288          TOM0 Channel 10 CCU1 Compare Shadow Register
GTM_TOM0_CH10_CM0 0xF010828C          TOM0 Channel 10 CCU0 Compare Register
GTM_TOM0_CH10_CM1 0xF0108290          TOM0 Channel 10 CCU1 Compare Register
GTM_TOM0_CH10_CN0 0xF0108294          TOM0 Channel 10 CCU0 Counter Register
GTM_TOM0_CH10_STAT 0xF0108298          TOM0 Channel 10 Status Register
GTM_TOM0_CH10_IRQ_NOTIFY 0xF010829C          TOM0 Channel 10 Interrupt Notification Register
GTM_TOM0_CH10_IRQ_EN 0xF01082A0          TOM0 Channel 10 Interrupt Enable Register
GTM_TOM0_CH10_IRQ_FORCINT 0xF01082A4          TOM0 Channel 10 Force Interrupt Register
GTM_TOM0_CH10_IRQ_MODE 0xF01082A8          TOM0 Channel 10 Interrupt Mode Register
GTM_TOM0_CH11_CTRL 0xF01082C0          TOM0 Channel 11 Control Register
GTM_TOM0_CH11_SR0 0xF01082C4          TOM0 Channel 11 CCU0 Compare Shadow Register
GTM_TOM0_CH11_SR1 0xF01082C8          TOM0 Channel 11 CCU1 Compare Shadow Register
GTM_TOM0_CH11_CM0 0xF01082CC          TOM0 Channel 11 CCU0 Compare Register
GTM_TOM0_CH11_CM1 0xF01082D0          TOM0 Channel 11 CCU1 Compare Register
GTM_TOM0_CH11_CN0 0xF01082D4          TOM0 Channel 11 CCU0 Counter Register
GTM_TOM0_CH11_STAT 0xF01082D8          TOM0 Channel 11 Status Register
GTM_TOM0_CH11_IRQ_NOTIFY 0xF01082DC          TOM0 Channel 11 Interrupt Notification Register
GTM_TOM0_CH11_IRQ_EN 0xF01082E0          TOM0 Channel 11 Interrupt Enable Register
GTM_TOM0_CH11_IRQ_FORCINT 0xF01082E4          TOM0 Channel 11 Force Interrupt Register
GTM_TOM0_CH11_IRQ_MODE 0xF01082E8          TOM0 Channel 11 Interrupt Mode Register
GTM_TOM0_CH12_CTRL 0xF0108300          TOM0 Channel 12 Control Register
GTM_TOM0_CH12_SR0 0xF0108304          TOM0 Channel 12 CCU0 Compare Shadow Register
GTM_TOM0_CH12_SR1 0xF0108308          TOM0 Channel 12 CCU1 Compare Shadow Register
GTM_TOM0_CH12_CM0 0xF010830C          TOM0 Channel 12 CCU0 Compare Register
GTM_TOM0_CH12_CM1 0xF0108310          TOM0 Channel 12 CCU1 Compare Register
GTM_TOM0_CH12_CN0 0xF0108314          TOM0 Channel 12 CCU0 Counter Register
GTM_TOM0_CH12_STAT 0xF0108318          TOM0 Channel 12 Status Register
GTM_TOM0_CH12_IRQ_NOTIFY 0xF010831C          TOM0 Channel 12 Interrupt Notification Register
GTM_TOM0_CH12_IRQ_EN 0xF0108320          TOM0 Channel 12 Interrupt Enable Register
GTM_TOM0_CH12_IRQ_FORCINT 0xF0108324          TOM0 Channel 12 Force Interrupt Register
GTM_TOM0_CH12_IRQ_MODE 0xF0108328          TOM0 Channel 12 Interrupt Mode Register
GTM_TOM0_CH13_CTRL 0xF0108340          TOM0 Channel 13 Control Register
GTM_TOM0_CH13_SR0 0xF0108344          TOM0 Channel 13 CCU0 Compare Shadow Register
GTM_TOM0_CH13_SR1 0xF0108348          TOM0 Channel 13 CCU1 Compare Shadow Register
GTM_TOM0_CH13_CM0 0xF010834C          TOM0 Channel 13 CCU0 Compare Register
GTM_TOM0_CH13_CM1 0xF0108350          TOM0 Channel 13 CCU1 Compare Register
GTM_TOM0_CH13_CN0 0xF0108354          TOM0 Channel 13 CCU0 Counter Register
GTM_TOM0_CH13_STAT 0xF0108358          TOM0 Channel 13 Status Register
GTM_TOM0_CH13_IRQ_NOTIFY 0xF010835C          TOM0 Channel 13 Interrupt Notification Register
GTM_TOM0_CH13_IRQ_EN 0xF0108360          TOM0 Channel 13 Interrupt Enable Register
GTM_TOM0_CH13_IRQ_FORCINT 0xF0108364          TOM0 Channel 13 Force Interrupt Register
GTM_TOM0_CH13_IRQ_MODE 0xF0108368          TOM0 Channel 13 Interrupt Mode Register
GTM_TOM0_CH14_CTRL 0xF0108380          TOM0 Channel 14 Control Register
GTM_TOM0_CH14_SR0 0xF0108384          TOM0 Channel 14 CCU0 Compare Shadow Register
GTM_TOM0_CH14_SR1 0xF0108388          TOM0 Channel 14 CCU1 Compare Shadow Register
GTM_TOM0_CH14_CM0 0xF010838C          TOM0 Channel 14 CCU0 Compare Register
GTM_TOM0_CH14_CM1 0xF0108390          TOM0 Channel 14 CCU1 Compare Register
GTM_TOM0_CH14_CN0 0xF0108394          TOM0 Channel 14 CCU0 Counter Register
GTM_TOM0_CH14_STAT 0xF0108398          TOM0 Channel 14 Status Register
GTM_TOM0_CH14_IRQ_NOTIFY 0xF010839C          TOM0 Channel 14 Interrupt Notification Register
GTM_TOM0_CH14_IRQ_EN 0xF01083A0          TOM0 Channel 14 Interrupt Enable Register
GTM_TOM0_CH14_IRQ_FORCINT 0xF01083A4          TOM0 Channel 14 Force Interrupt Register
GTM_TOM0_CH14_IRQ_MODE 0xF01083A8          TOM0 Channel 14 Interrupt Mode Register
GTM_TOM0_CH15_CTRL 0xF01083C0          TOM0 Channel 15 Control Register
GTM_TOM0_CH15_SR0 0xF01083C4          TOM0 Channel 15 CCU0 Compare Shadow Register
GTM_TOM0_CH15_SR1 0xF01083C8          TOM0 Channel 15 CCU1 Compare Shadow Register
GTM_TOM0_CH15_CM0 0xF01083CC          TOM0 Channel 15 CCU0 Compare Register
GTM_TOM0_CH15_CM1 0xF01083D0          TOM0 Channel 15 CCU1 Compare Register
GTM_TOM0_CH15_CN0 0xF01083D4          TOM0 Channel 15 CCU0 Counter Register
GTM_TOM0_CH15_STAT 0xF01083D8          TOM0 Channel 15 Status Register
GTM_TOM0_CH15_IRQ_NOTIFY 0xF01083DC          TOM0 Channel 15 Interrupt Notification Register
GTM_TOM0_CH15_IRQ_EN 0xF01083E0          TOM0 Channel 15 Interrupt Enable Register
GTM_TOM0_CH15_IRQ_FORCINT 0xF01083E4          TOM0 Channel 15 Force Interrupt Register
GTM_TOM0_CH15_IRQ_MODE 0xF01083E8          TOM0 Channel 15 Interrupt Mode Register
GTM_TOM1_CH0_CTRL 0xF0108800          TOM1 Channel 0 Control Register
GTM_TOM1_CH0_SR0 0xF0108804          TOM1 Channel 0 CCU0 Compare Shadow Register
GTM_TOM1_CH0_SR1 0xF0108808          TOM1 Channel 0 CCU1 Compare Shadow Register
GTM_TOM1_CH0_CM0 0xF010880C          TOM1 Channel 0 CCU0 Compare Register
GTM_TOM1_CH0_CM1 0xF0108810          TOM1 Channel 0 CCU1 Compare Register
GTM_TOM1_CH0_CN0 0xF0108814          TOM1 Channel 0 CCU0 Counter Register
GTM_TOM1_CH0_STAT 0xF0108818          TOM1 Channel 0 Status Register
GTM_TOM1_CH0_IRQ_NOTIFY 0xF010881C          TOM1 Channel 0 Interrupt Notification Register
GTM_TOM1_CH0_IRQ_EN 0xF0108820          TOM1 Channel 0 Interrupt Enable Register
GTM_TOM1_CH0_IRQ_FORCINT 0xF0108824          TOM1 Channel 0 Force Interrupt Register
GTM_TOM1_CH0_IRQ_MODE 0xF0108828          TOM1 Channel 0 Interrupt Mode Register
GTM_TOM1_TGC0_GLB_CTRL 0xF0108830          TOM1 TGC0 Global Control Register
GTM_TOM1_TGC0_ACT_TB 0xF0108834          TOM1 TGC0 Action Time Base Register
GTM_TOM1_TGC0_FUPD_CTRL 0xF0108838          TOM1 TGC0 Force Update Control Register
GTM_TOM1_TGC0_INT_TRIG 0xF010883C          TOM1 TGC0 Internal Trigger Control Register
GTM_TOM1_CH1_CTRL 0xF0108840          TOM1 Channel 1 Control Register
GTM_TOM1_CH1_SR0 0xF0108844          TOM1 Channel 1 CCU0 Compare Shadow Register
GTM_TOM1_CH1_SR1 0xF0108848          TOM1 Channel 1 CCU1 Compare Shadow Register
GTM_TOM1_CH1_CM0 0xF010884C          TOM1 Channel 1 CCU0 Compare Register
GTM_TOM1_CH1_CM1 0xF0108850          TOM1 Channel 1 CCU1 Compare Register
GTM_TOM1_CH1_CN0 0xF0108854          TOM1 Channel 1 CCU0 Counter Register
GTM_TOM1_CH1_STAT 0xF0108858          TOM1 Channel 1 Status Register
GTM_TOM1_CH1_IRQ_NOTIFY 0xF010885C          TOM1 Channel 1 Interrupt Notification Register
GTM_TOM1_CH1_IRQ_EN 0xF0108860          TOM1 Channel 1 Interrupt Enable Register
GTM_TOM1_CH1_IRQ_FORCINT 0xF0108864          TOM1 Channel 1 Force Interrupt Register
GTM_TOM1_CH1_IRQ_MODE 0xF0108868          TOM1 Channel 1 Interrupt Mode Register
GTM_TOM1_TGC0_ENDIS_CTRL 0xF0108870          TOM1 TGC0 Enable/Disable Control Register
GTM_TOM1_TGC0_ENDIS_STAT 0xF0108874          TOM1 TGC0 Enable/Disable Status Register
GTM_TOM1_TGC0_OUTEN_CTRL 0xF0108878          TOM1 TGC0 Output Enable Control Register
GTM_TOM1_TGC0_OUTEN_STAT 0xF010887C          TOM1 TGC0 Output Enable Status Register
GTM_TOM1_CH2_CTRL 0xF0108880          TOM1 Channel 2 Control Register
GTM_TOM1_CH2_SR0 0xF0108884          TOM1 Channel 2 CCU0 Compare Shadow Register
GTM_TOM1_CH2_SR1 0xF0108888          TOM1 Channel 2 CCU1 Compare Shadow Register
GTM_TOM1_CH2_CM0 0xF010888C          TOM1 Channel 2 CCU0 Compare Register
GTM_TOM1_CH2_CM1 0xF0108890          TOM1 Channel 2 CCU1 Compare Register
GTM_TOM1_CH2_CN0 0xF0108894          TOM1 Channel 2 CCU0 Counter Register
GTM_TOM1_CH2_STAT 0xF0108898          TOM1 Channel 2 Status Register
GTM_TOM1_CH2_IRQ_NOTIFY 0xF010889C          TOM1 Channel 2 Interrupt Notification Register
GTM_TOM1_CH2_IRQ_EN 0xF01088A0          TOM1 Channel 2 Interrupt Enable Register
GTM_TOM1_CH2_IRQ_FORCINT 0xF01088A4          TOM1 Channel 2 Force Interrupt Register
GTM_TOM1_CH2_IRQ_MODE 0xF01088A8          TOM1 Channel 2 Interrupt Mode Register
GTM_TOM1_CH3_CTRL 0xF01088C0          TOM1 Channel 3 Control Register
GTM_TOM1_CH3_SR0 0xF01088C4          TOM1 Channel 3 CCU0 Compare Shadow Register
GTM_TOM1_CH3_SR1 0xF01088C8          TOM1 Channel 3 CCU1 Compare Shadow Register
GTM_TOM1_CH3_CM0 0xF01088CC          TOM1 Channel 3 CCU0 Compare Register
GTM_TOM1_CH3_CM1 0xF01088D0          TOM1 Channel 3 CCU1 Compare Register
GTM_TOM1_CH3_CN0 0xF01088D4          TOM1 Channel 3 CCU0 Counter Register
GTM_TOM1_CH3_STAT 0xF01088D8          TOM1 Channel 3 Status Register
GTM_TOM1_CH3_IRQ_NOTIFY 0xF01088DC          TOM1 Channel 3 Interrupt Notification Register
GTM_TOM1_CH3_IRQ_EN 0xF01088E0          TOM1 Channel 3 Interrupt Enable Register
GTM_TOM1_CH3_IRQ_FORCINT 0xF01088E4          TOM1 Channel 3 Force Interrupt Register
GTM_TOM1_CH3_IRQ_MODE 0xF01088E8          TOM1 Channel 3 Interrupt Mode Register
GTM_TOM1_CH4_CTRL 0xF0108900          TOM1 Channel 4 Control Register
GTM_TOM1_CH4_SR0 0xF0108904          TOM1 Channel 4 CCU0 Compare Shadow Register
GTM_TOM1_CH4_SR1 0xF0108908          TOM1 Channel 4 CCU1 Compare Shadow Register
GTM_TOM1_CH4_CM0 0xF010890C          TOM1 Channel 4 CCU0 Compare Register
GTM_TOM1_CH4_CM1 0xF0108910          TOM1 Channel 4 CCU1 Compare Register
GTM_TOM1_CH4_CN0 0xF0108914          TOM1 Channel 4 CCU0 Counter Register
GTM_TOM1_CH4_STAT 0xF0108918          TOM1 Channel 4 Status Register
GTM_TOM1_CH4_IRQ_NOTIFY 0xF010891C          TOM1 Channel 4 Interrupt Notification Register
GTM_TOM1_CH4_IRQ_EN 0xF0108920          TOM1 Channel 4 Interrupt Enable Register
GTM_TOM1_CH4_IRQ_FORCINT 0xF0108924          TOM1 Channel 4 Force Interrupt Register
GTM_TOM1_CH4_IRQ_MODE 0xF0108928          TOM1 Channel 4 Interrupt Mode Register
GTM_TOM1_CH5_CTRL 0xF0108940          TOM1 Channel 5 Control Register
GTM_TOM1_CH5_SR0 0xF0108944          TOM1 Channel 5 CCU0 Compare Shadow Register
GTM_TOM1_CH5_SR1 0xF0108948          TOM1 Channel 5 CCU1 Compare Shadow Register
GTM_TOM1_CH5_CM0 0xF010894C          TOM1 Channel 5 CCU0 Compare Register
GTM_TOM1_CH5_CM1 0xF0108950          TOM1 Channel 5 CCU1 Compare Register
GTM_TOM1_CH5_CN0 0xF0108954          TOM1 Channel 5 CCU0 Counter Register
GTM_TOM1_CH5_STAT 0xF0108958          TOM1 Channel 5 Status Register
GTM_TOM1_CH5_IRQ_NOTIFY 0xF010895C          TOM1 Channel 5 Interrupt Notification Register
GTM_TOM1_CH5_IRQ_EN 0xF0108960          TOM1 Channel 5 Interrupt Enable Register
GTM_TOM1_CH5_IRQ_FORCINT 0xF0108964          TOM1 Channel 5 Force Interrupt Register
GTM_TOM1_CH5_IRQ_MODE 0xF0108968          TOM1 Channel 5 Interrupt Mode Register
GTM_TOM1_CH6_CTRL 0xF0108980          TOM1 Channel 6 Control Register
GTM_TOM1_CH6_SR0 0xF0108984          TOM1 Channel 6 CCU0 Compare Shadow Register
GTM_TOM1_CH6_SR1 0xF0108988          TOM1 Channel 6 CCU1 Compare Shadow Register
GTM_TOM1_CH6_CM0 0xF010898C          TOM1 Channel 6 CCU0 Compare Register
GTM_TOM1_CH6_CM1 0xF0108990          TOM1 Channel 6 CCU1 Compare Register
GTM_TOM1_CH6_CN0 0xF0108994          TOM1 Channel 6 CCU0 Counter Register
GTM_TOM1_CH6_STAT 0xF0108998          TOM1 Channel 6 Status Register
GTM_TOM1_CH6_IRQ_NOTIFY 0xF010899C          TOM1 Channel 6 Interrupt Notification Register
GTM_TOM1_CH6_IRQ_EN 0xF01089A0          TOM1 Channel 6 Interrupt Enable Register
GTM_TOM1_CH6_IRQ_FORCINT 0xF01089A4          TOM1 Channel 6 Force Interrupt Register
GTM_TOM1_CH6_IRQ_MODE 0xF01089A8          TOM1 Channel 6 Interrupt Mode Register
GTM_TOM1_CH7_CTRL 0xF01089C0          TOM1 Channel 7 Control Register
GTM_TOM1_CH7_SR0 0xF01089C4          TOM1 Channel 7 CCU0 Compare Shadow Register
GTM_TOM1_CH7_SR1 0xF01089C8          TOM1 Channel 7 CCU1 Compare Shadow Register
GTM_TOM1_CH7_CM0 0xF01089CC          TOM1 Channel 7 CCU0 Compare Register
GTM_TOM1_CH7_CM1 0xF01089D0          TOM1 Channel 7 CCU1 Compare Register
GTM_TOM1_CH7_CN0 0xF01089D4          TOM1 Channel 7 CCU0 Counter Register
GTM_TOM1_CH7_STAT 0xF01089D8          TOM1 Channel 7 Status Register
GTM_TOM1_CH7_IRQ_NOTIFY 0xF01089DC          TOM1 Channel 7 Interrupt Notification Register
GTM_TOM1_CH7_IRQ_EN 0xF01089E0          TOM1 Channel 7 Interrupt Enable Register
GTM_TOM1_CH7_IRQ_FORCINT 0xF01089E4          TOM1 Channel 7 Force Interrupt Register
GTM_TOM1_CH7_IRQ_MODE 0xF01089E8          TOM1 Channel 7 Interrupt Mode Register
GTM_TOM1_CH8_CTRL 0xF0108A00          TOM1 Channel 8 Control Register
GTM_TOM1_CH8_SR0 0xF0108A04          TOM1 Channel 8 CCU0 Compare Shadow Register
GTM_TOM1_CH8_SR1 0xF0108A08          TOM1 Channel 8 CCU1 Compare Shadow Register
GTM_TOM1_CH8_CM0 0xF0108A0C          TOM1 Channel 8 CCU0 Compare Register
GTM_TOM1_CH8_CM1 0xF0108A10          TOM1 Channel 8 CCU1 Compare Register
GTM_TOM1_CH8_CN0 0xF0108A14          TOM1 Channel 8 CCU0 Counter Register
GTM_TOM1_CH8_STAT 0xF0108A18          TOM1 Channel 8 Status Register
GTM_TOM1_CH8_IRQ_NOTIFY 0xF0108A1C          TOM1 Channel 8 Interrupt Notification Register
GTM_TOM1_CH8_IRQ_EN 0xF0108A20          TOM1 Channel 8 Interrupt Enable Register
GTM_TOM1_CH8_IRQ_FORCINT 0xF0108A24          TOM1 Channel 8 Force Interrupt Register
GTM_TOM1_CH8_IRQ_MODE 0xF0108A28          TOM1 Channel 8 Interrupt Mode Register
GTM_TOM1_TGC1_GLB_CTRL 0xF0108A30          TOM1 TGC1 Global Control Register
GTM_TOM1_TGC1_ACT_TB 0xF0108A34          TOM1 TGC1 Action Time Base Register
GTM_TOM1_TGC1_FUPD_CTRL 0xF0108A38          TOM1 TGC1 Force Update Control Register
GTM_TOM1_TGC1_INT_TRIG 0xF0108A3C          TOM1 TGC1 Internal Trigger Control Register
GTM_TOM1_CH9_CTRL 0xF0108A40          TOM1 Channel 9 Control Register
GTM_TOM1_CH9_SR0 0xF0108A44          TOM1 Channel 9 CCU0 Compare Shadow Register
GTM_TOM1_CH9_SR1 0xF0108A48          TOM1 Channel 9 CCU1 Compare Shadow Register
GTM_TOM1_CH9_CM0 0xF0108A4C          TOM1 Channel 9 CCU0 Compare Register
GTM_TOM1_CH9_CM1 0xF0108A50          TOM1 Channel 9 CCU1 Compare Register
GTM_TOM1_CH9_CN0 0xF0108A54          TOM1 Channel 9 CCU0 Counter Register
GTM_TOM1_CH9_STAT 0xF0108A58          TOM1 Channel 9 Status Register
GTM_TOM1_CH9_IRQ_NOTIFY 0xF0108A5C          TOM1 Channel 9 Interrupt Notification Register
GTM_TOM1_CH9_IRQ_EN 0xF0108A60          TOM1 Channel 9 Interrupt Enable Register
GTM_TOM1_CH9_IRQ_FORCINT 0xF0108A64          TOM1 Channel 9 Force Interrupt Register
GTM_TOM1_CH9_IRQ_MODE 0xF0108A68          TOM1 Channel 9 Interrupt Mode Register
GTM_TOM1_TGC1_ENDIS_CTRL 0xF0108A70          TOM1 TGC1 Enable/Disable Control Register
GTM_TOM1_TGC1_ENDIS_STAT 0xF0108A74          TOM1 TGC1 Enable/Disable Status Register
GTM_TOM1_TGC1_OUTEN_CTRL 0xF0108A78          TOM1 TGC1 Output Enable Control Register
GTM_TOM1_TGC1_OUTEN_STAT 0xF0108A7C          TOM1 TGC1 Output Enable Status Register
GTM_TOM1_CH10_CTRL 0xF0108A80          TOM1 Channel 10 Control Register
GTM_TOM1_CH10_SR0 0xF0108A84          TOM1 Channel 10 CCU0 Compare Shadow Register
GTM_TOM1_CH10_SR1 0xF0108A88          TOM1 Channel 10 CCU1 Compare Shadow Register
GTM_TOM1_CH10_CM0 0xF0108A8C          TOM1 Channel 10 CCU0 Compare Register
GTM_TOM1_CH10_CM1 0xF0108A90          TOM1 Channel 10 CCU1 Compare Register
GTM_TOM1_CH10_CN0 0xF0108A94          TOM1 Channel 10 CCU0 Counter Register
GTM_TOM1_CH10_STAT 0xF0108A98          TOM1 Channel 10 Status Register
GTM_TOM1_CH10_IRQ_NOTIFY 0xF0108A9C          TOM1 Channel 10 Interrupt Notification Register
GTM_TOM1_CH10_IRQ_EN 0xF0108AA0          TOM1 Channel 10 Interrupt Enable Register
GTM_TOM1_CH10_IRQ_FORCINT 0xF0108AA4          TOM1 Channel 10 Force Interrupt Register
GTM_TOM1_CH10_IRQ_MODE 0xF0108AA8          TOM1 Channel 10 Interrupt Mode Register
GTM_TOM1_CH11_CTRL 0xF0108AC0          TOM1 Channel 11 Control Register
GTM_TOM1_CH11_SR0 0xF0108AC4          TOM1 Channel 11 CCU0 Compare Shadow Register
GTM_TOM1_CH11_SR1 0xF0108AC8          TOM1 Channel 11 CCU1 Compare Shadow Register
GTM_TOM1_CH11_CM0 0xF0108ACC          TOM1 Channel 11 CCU0 Compare Register
GTM_TOM1_CH11_CM1 0xF0108AD0          TOM1 Channel 11 CCU1 Compare Register
GTM_TOM1_CH11_CN0 0xF0108AD4          TOM1 Channel 11 CCU0 Counter Register
GTM_TOM1_CH11_STAT 0xF0108AD8          TOM1 Channel 11 Status Register
GTM_TOM1_CH11_IRQ_NOTIFY 0xF0108ADC          TOM1 Channel 11 Interrupt Notification Register
GTM_TOM1_CH11_IRQ_EN 0xF0108AE0          TOM1 Channel 11 Interrupt Enable Register
GTM_TOM1_CH11_IRQ_FORCINT 0xF0108AE4          TOM1 Channel 11 Force Interrupt Register
GTM_TOM1_CH11_IRQ_MODE 0xF0108AE8          TOM1 Channel 11 Interrupt Mode Register
GTM_TOM1_CH12_CTRL 0xF0108B00          TOM1 Channel 12 Control Register
GTM_TOM1_CH12_SR0 0xF0108B04          TOM1 Channel 12 CCU0 Compare Shadow Register
GTM_TOM1_CH12_SR1 0xF0108B08          TOM1 Channel 12 CCU1 Compare Shadow Register
GTM_TOM1_CH12_CM0 0xF0108B0C          TOM1 Channel 12 CCU0 Compare Register
GTM_TOM1_CH12_CM1 0xF0108B10          TOM1 Channel 12 CCU1 Compare Register
GTM_TOM1_CH12_CN0 0xF0108B14          TOM1 Channel 12 CCU0 Counter Register
GTM_TOM1_CH12_STAT 0xF0108B18          TOM1 Channel 12 Status Register
GTM_TOM1_CH12_IRQ_NOTIFY 0xF0108B1C          TOM1 Channel 12 Interrupt Notification Register
GTM_TOM1_CH12_IRQ_EN 0xF0108B20          TOM1 Channel 12 Interrupt Enable Register
GTM_TOM1_CH12_IRQ_FORCINT 0xF0108B24          TOM1 Channel 12 Force Interrupt Register
GTM_TOM1_CH12_IRQ_MODE 0xF0108B28          TOM1 Channel 12 Interrupt Mode Register
GTM_TOM1_CH13_CTRL 0xF0108B40          TOM1 Channel 13 Control Register
GTM_TOM1_CH13_SR0 0xF0108B44          TOM1 Channel 13 CCU0 Compare Shadow Register
GTM_TOM1_CH13_SR1 0xF0108B48          TOM1 Channel 13 CCU1 Compare Shadow Register
GTM_TOM1_CH13_CM0 0xF0108B4C          TOM1 Channel 13 CCU0 Compare Register
GTM_TOM1_CH13_CM1 0xF0108B50          TOM1 Channel 13 CCU1 Compare Register
GTM_TOM1_CH13_CN0 0xF0108B54          TOM1 Channel 13 CCU0 Counter Register
GTM_TOM1_CH13_STAT 0xF0108B58          TOM1 Channel 13 Status Register
GTM_TOM1_CH13_IRQ_NOTIFY 0xF0108B5C          TOM1 Channel 13 Interrupt Notification Register
GTM_TOM1_CH13_IRQ_EN 0xF0108B60          TOM1 Channel 13 Interrupt Enable Register
GTM_TOM1_CH13_IRQ_FORCINT 0xF0108B64          TOM1 Channel 13 Force Interrupt Register
GTM_TOM1_CH13_IRQ_MODE 0xF0108B68          TOM1 Channel 13 Interrupt Mode Register
GTM_TOM1_CH14_CTRL 0xF0108B80          TOM1 Channel 14 Control Register
GTM_TOM1_CH14_SR0 0xF0108B84          TOM1 Channel 14 CCU0 Compare Shadow Register
GTM_TOM1_CH14_SR1 0xF0108B88          TOM1 Channel 14 CCU1 Compare Shadow Register
GTM_TOM1_CH14_CM0 0xF0108B8C          TOM1 Channel 14 CCU0 Compare Register
GTM_TOM1_CH14_CM1 0xF0108B90          TOM1 Channel 14 CCU1 Compare Register
GTM_TOM1_CH14_CN0 0xF0108B94          TOM1 Channel 14 CCU0 Counter Register
GTM_TOM1_CH14_STAT 0xF0108B98          TOM1 Channel 14 Status Register
GTM_TOM1_CH14_IRQ_NOTIFY 0xF0108B9C          TOM1 Channel 14 Interrupt Notification Register
GTM_TOM1_CH14_IRQ_EN 0xF0108BA0          TOM1 Channel 14 Interrupt Enable Register
GTM_TOM1_CH14_IRQ_FORCINT 0xF0108BA4          TOM1 Channel 14 Force Interrupt Register
GTM_TOM1_CH14_IRQ_MODE 0xF0108BA8          TOM1 Channel 14 Interrupt Mode Register
GTM_TOM1_CH15_CTRL 0xF0108BC0          TOM1 Channel 15 Control Register
GTM_TOM1_CH15_SR0 0xF0108BC4          TOM1 Channel 15 CCU0 Compare Shadow Register
GTM_TOM1_CH15_SR1 0xF0108BC8          TOM1 Channel 15 CCU1 Compare Shadow Register
GTM_TOM1_CH15_CM0 0xF0108BCC          TOM1 Channel 15 CCU0 Compare Register
GTM_TOM1_CH15_CM1 0xF0108BD0          TOM1 Channel 15 CCU1 Compare Register
GTM_TOM1_CH15_CN0 0xF0108BD4          TOM1 Channel 15 CCU0 Counter Register
GTM_TOM1_CH15_STAT 0xF0108BD8          TOM1 Channel 15 Status Register
GTM_TOM1_CH15_IRQ_NOTIFY 0xF0108BDC          TOM1 Channel 15 Interrupt Notification Register
GTM_TOM1_CH15_IRQ_EN 0xF0108BE0          TOM1 Channel 15 Interrupt Enable Register
GTM_TOM1_CH15_IRQ_FORCINT 0xF0108BE4          TOM1 Channel 15 Force Interrupt Register
GTM_TOM1_CH15_IRQ_MODE 0xF0108BE8          TOM1 Channel 15 Interrupt Mode Register
GTM_TOM2_CH0_CTRL 0xF0109000          TOM2 Channel 0 Control Register
GTM_TOM2_CH0_SR0 0xF0109004          TOM2 Channel 0 CCU0 Compare Shadow Register
GTM_TOM2_CH0_SR1 0xF0109008          TOM2 Channel 0 CCU1 Compare Shadow Register
GTM_TOM2_CH0_CM0 0xF010900C          TOM2 Channel 0 CCU0 Compare Register
GTM_TOM2_CH0_CM1 0xF0109010          TOM2 Channel 0 CCU1 Compare Register
GTM_TOM2_CH0_CN0 0xF0109014          TOM2 Channel 0 CCU0 Counter Register
GTM_TOM2_CH0_STAT 0xF0109018          TOM2 Channel 0 Status Register
GTM_TOM2_CH0_IRQ_NOTIFY 0xF010901C          TOM2 Channel 0 Interrupt Notification Register
GTM_TOM2_CH0_IRQ_EN 0xF0109020          TOM2 Channel 0 Interrupt Enable Register
GTM_TOM2_CH0_IRQ_FORCINT 0xF0109024          TOM2 Channel 0 Force Interrupt Register
GTM_TOM2_CH0_IRQ_MODE 0xF0109028          TOM2 Channel 0 Interrupt Mode Register
GTM_TOM2_TGC0_GLB_CTRL 0xF0109030          TOM2 TGC0 Global Control Register
GTM_TOM2_TGC0_ACT_TB 0xF0109034          TOM2 TGC0 Action Time Base Register
GTM_TOM2_TGC0_FUPD_CTRL 0xF0109038          TOM2 TGC0 Force Update Control Register
GTM_TOM2_TGC0_INT_TRIG 0xF010903C          TOM2 TGC0 Internal Trigger Control Register
GTM_TOM2_CH1_CTRL 0xF0109040          TOM2 Channel 1 Control Register
GTM_TOM2_CH1_SR0 0xF0109044          TOM2 Channel 1 CCU0 Compare Shadow Register
GTM_TOM2_CH1_SR1 0xF0109048          TOM2 Channel 1 CCU1 Compare Shadow Register
GTM_TOM2_CH1_CM0 0xF010904C          TOM2 Channel 1 CCU0 Compare Register
GTM_TOM2_CH1_CM1 0xF0109050          TOM2 Channel 1 CCU1 Compare Register
GTM_TOM2_CH1_CN0 0xF0109054          TOM2 Channel 1 CCU0 Counter Register
GTM_TOM2_CH1_STAT 0xF0109058          TOM2 Channel 1 Status Register
GTM_TOM2_CH1_IRQ_NOTIFY 0xF010905C          TOM2 Channel 1 Interrupt Notification Register
GTM_TOM2_CH1_IRQ_EN 0xF0109060          TOM2 Channel 1 Interrupt Enable Register
GTM_TOM2_CH1_IRQ_FORCINT 0xF0109064          TOM2 Channel 1 Force Interrupt Register
GTM_TOM2_CH1_IRQ_MODE 0xF0109068          TOM2 Channel 1 Interrupt Mode Register
GTM_TOM2_TGC0_ENDIS_CTRL 0xF0109070          TOM2 TGC0 Enable/Disable Control Register
GTM_TOM2_TGC0_ENDIS_STAT 0xF0109074          TOM2 TGC0 Enable/Disable Status Register
GTM_TOM2_TGC0_OUTEN_CTRL 0xF0109078          TOM2 TGC0 Output Enable Control Register
GTM_TOM2_TGC0_OUTEN_STAT 0xF010907C          TOM2 TGC0 Output Enable Status Register
GTM_TOM2_CH2_CTRL 0xF0109080          TOM2 Channel 2 Control Register
GTM_TOM2_CH2_SR0 0xF0109084          TOM2 Channel 2 CCU0 Compare Shadow Register
GTM_TOM2_CH2_SR1 0xF0109088          TOM2 Channel 2 CCU1 Compare Shadow Register
GTM_TOM2_CH2_CM0 0xF010908C          TOM2 Channel 2 CCU0 Compare Register
GTM_TOM2_CH2_CM1 0xF0109090          TOM2 Channel 2 CCU1 Compare Register
GTM_TOM2_CH2_CN0 0xF0109094          TOM2 Channel 2 CCU0 Counter Register
GTM_TOM2_CH2_STAT 0xF0109098          TOM2 Channel 2 Status Register
GTM_TOM2_CH2_IRQ_NOTIFY 0xF010909C          TOM2 Channel 2 Interrupt Notification Register
GTM_TOM2_CH2_IRQ_EN 0xF01090A0          TOM2 Channel 2 Interrupt Enable Register
GTM_TOM2_CH2_IRQ_FORCINT 0xF01090A4          TOM2 Channel 2 Force Interrupt Register
GTM_TOM2_CH2_IRQ_MODE 0xF01090A8          TOM2 Channel 2 Interrupt Mode Register
GTM_TOM2_CH3_CTRL 0xF01090C0          TOM2 Channel 3 Control Register
GTM_TOM2_CH3_SR0 0xF01090C4          TOM2 Channel 3 CCU0 Compare Shadow Register
GTM_TOM2_CH3_SR1 0xF01090C8          TOM2 Channel 3 CCU1 Compare Shadow Register
GTM_TOM2_CH3_CM0 0xF01090CC          TOM2 Channel 3 CCU0 Compare Register
GTM_TOM2_CH3_CM1 0xF01090D0          TOM2 Channel 3 CCU1 Compare Register
GTM_TOM2_CH3_CN0 0xF01090D4          TOM2 Channel 3 CCU0 Counter Register
GTM_TOM2_CH3_STAT 0xF01090D8          TOM2 Channel 3 Status Register
GTM_TOM2_CH3_IRQ_NOTIFY 0xF01090DC          TOM2 Channel 3 Interrupt Notification Register
GTM_TOM2_CH3_IRQ_EN 0xF01090E0          TOM2 Channel 3 Interrupt Enable Register
GTM_TOM2_CH3_IRQ_FORCINT 0xF01090E4          TOM2 Channel 3 Force Interrupt Register
GTM_TOM2_CH3_IRQ_MODE 0xF01090E8          TOM2 Channel 3 Interrupt Mode Register
GTM_TOM2_CH4_CTRL 0xF0109100          TOM2 Channel 4 Control Register
GTM_TOM2_CH4_SR0 0xF0109104          TOM2 Channel 4 CCU0 Compare Shadow Register
GTM_TOM2_CH4_SR1 0xF0109108          TOM2 Channel 4 CCU1 Compare Shadow Register
GTM_TOM2_CH4_CM0 0xF010910C          TOM2 Channel 4 CCU0 Compare Register
GTM_TOM2_CH4_CM1 0xF0109110          TOM2 Channel 4 CCU1 Compare Register
GTM_TOM2_CH4_CN0 0xF0109114          TOM2 Channel 4 CCU0 Counter Register
GTM_TOM2_CH4_STAT 0xF0109118          TOM2 Channel 4 Status Register
GTM_TOM2_CH4_IRQ_NOTIFY 0xF010911C          TOM2 Channel 4 Interrupt Notification Register
GTM_TOM2_CH4_IRQ_EN 0xF0109120          TOM2 Channel 4 Interrupt Enable Register
GTM_TOM2_CH4_IRQ_FORCINT 0xF0109124          TOM2 Channel 4 Force Interrupt Register
GTM_TOM2_CH4_IRQ_MODE 0xF0109128          TOM2 Channel 4 Interrupt Mode Register
GTM_TOM2_CH5_CTRL 0xF0109140          TOM2 Channel 5 Control Register
GTM_TOM2_CH5_SR0 0xF0109144          TOM2 Channel 5 CCU0 Compare Shadow Register
GTM_TOM2_CH5_SR1 0xF0109148          TOM2 Channel 5 CCU1 Compare Shadow Register
GTM_TOM2_CH5_CM0 0xF010914C          TOM2 Channel 5 CCU0 Compare Register
GTM_TOM2_CH5_CM1 0xF0109150          TOM2 Channel 5 CCU1 Compare Register
GTM_TOM2_CH5_CN0 0xF0109154          TOM2 Channel 5 CCU0 Counter Register
GTM_TOM2_CH5_STAT 0xF0109158          TOM2 Channel 5 Status Register
GTM_TOM2_CH5_IRQ_NOTIFY 0xF010915C          TOM2 Channel 5 Interrupt Notification Register
GTM_TOM2_CH5_IRQ_EN 0xF0109160          TOM2 Channel 5 Interrupt Enable Register
GTM_TOM2_CH5_IRQ_FORCINT 0xF0109164          TOM2 Channel 5 Force Interrupt Register
GTM_TOM2_CH5_IRQ_MODE 0xF0109168          TOM2 Channel 5 Interrupt Mode Register
GTM_TOM2_CH6_CTRL 0xF0109180          TOM2 Channel 6 Control Register
GTM_TOM2_CH6_SR0 0xF0109184          TOM2 Channel 6 CCU0 Compare Shadow Register
GTM_TOM2_CH6_SR1 0xF0109188          TOM2 Channel 6 CCU1 Compare Shadow Register
GTM_TOM2_CH6_CM0 0xF010918C          TOM2 Channel 6 CCU0 Compare Register
GTM_TOM2_CH6_CM1 0xF0109190          TOM2 Channel 6 CCU1 Compare Register
GTM_TOM2_CH6_CN0 0xF0109194          TOM2 Channel 6 CCU0 Counter Register
GTM_TOM2_CH6_STAT 0xF0109198          TOM2 Channel 6 Status Register
GTM_TOM2_CH6_IRQ_NOTIFY 0xF010919C          TOM2 Channel 6 Interrupt Notification Register
GTM_TOM2_CH6_IRQ_EN 0xF01091A0          TOM2 Channel 6 Interrupt Enable Register
GTM_TOM2_CH6_IRQ_FORCINT 0xF01091A4          TOM2 Channel 6 Force Interrupt Register
GTM_TOM2_CH6_IRQ_MODE 0xF01091A8          TOM2 Channel 6 Interrupt Mode Register
GTM_TOM2_CH7_CTRL 0xF01091C0          TOM2 Channel 7 Control Register
GTM_TOM2_CH7_SR0 0xF01091C4          TOM2 Channel 7 CCU0 Compare Shadow Register
GTM_TOM2_CH7_SR1 0xF01091C8          TOM2 Channel 7 CCU1 Compare Shadow Register
GTM_TOM2_CH7_CM0 0xF01091CC          TOM2 Channel 7 CCU0 Compare Register
GTM_TOM2_CH7_CM1 0xF01091D0          TOM2 Channel 7 CCU1 Compare Register
GTM_TOM2_CH7_CN0 0xF01091D4          TOM2 Channel 7 CCU0 Counter Register
GTM_TOM2_CH7_STAT 0xF01091D8          TOM2 Channel 7 Status Register
GTM_TOM2_CH7_IRQ_NOTIFY 0xF01091DC          TOM2 Channel 7 Interrupt Notification Register
GTM_TOM2_CH7_IRQ_EN 0xF01091E0          TOM2 Channel 7 Interrupt Enable Register
GTM_TOM2_CH7_IRQ_FORCINT 0xF01091E4          TOM2 Channel 7 Force Interrupt Register
GTM_TOM2_CH7_IRQ_MODE 0xF01091E8          TOM2 Channel 7 Interrupt Mode Register
GTM_TOM2_CH8_CTRL 0xF0109200          TOM2 Channel 8 Control Register
GTM_TOM2_CH8_SR0 0xF0109204          TOM2 Channel 8 CCU0 Compare Shadow Register
GTM_TOM2_CH8_SR1 0xF0109208          TOM2 Channel 8 CCU1 Compare Shadow Register
GTM_TOM2_CH8_CM0 0xF010920C          TOM2 Channel 8 CCU0 Compare Register
GTM_TOM2_CH8_CM1 0xF0109210          TOM2 Channel 8 CCU1 Compare Register
GTM_TOM2_CH8_CN0 0xF0109214          TOM2 Channel 8 CCU0 Counter Register
GTM_TOM2_CH8_STAT 0xF0109218          TOM2 Channel 8 Status Register
GTM_TOM2_CH8_IRQ_NOTIFY 0xF010921C          TOM2 Channel 8 Interrupt Notification Register
GTM_TOM2_CH8_IRQ_EN 0xF0109220          TOM2 Channel 8 Interrupt Enable Register
GTM_TOM2_CH8_IRQ_FORCINT 0xF0109224          TOM2 Channel 8 Force Interrupt Register
GTM_TOM2_CH8_IRQ_MODE 0xF0109228          TOM2 Channel 8 Interrupt Mode Register
GTM_TOM2_TGC1_GLB_CTRL 0xF0109230          TOM2 TGC1 Global Control Register
GTM_TOM2_TGC1_ACT_TB 0xF0109234          TOM2 TGC1 Action Time Base Register
GTM_TOM2_TGC1_FUPD_CTRL 0xF0109238          TOM2 TGC1 Force Update Control Register
GTM_TOM2_TGC1_INT_TRIG 0xF010923C          TOM2 TGC1 Internal Trigger Control Register
GTM_TOM2_CH9_CTRL 0xF0109240          TOM2 Channel 9 Control Register
GTM_TOM2_CH9_SR0 0xF0109244          TOM2 Channel 9 CCU0 Compare Shadow Register
GTM_TOM2_CH9_SR1 0xF0109248          TOM2 Channel 9 CCU1 Compare Shadow Register
GTM_TOM2_CH9_CM0 0xF010924C          TOM2 Channel 9 CCU0 Compare Register
GTM_TOM2_CH9_CM1 0xF0109250          TOM2 Channel 9 CCU1 Compare Register
GTM_TOM2_CH9_CN0 0xF0109254          TOM2 Channel 9 CCU0 Counter Register
GTM_TOM2_CH9_STAT 0xF0109258          TOM2 Channel 9 Status Register
GTM_TOM2_CH9_IRQ_NOTIFY 0xF010925C          TOM2 Channel 9 Interrupt Notification Register
GTM_TOM2_CH9_IRQ_EN 0xF0109260          TOM2 Channel 9 Interrupt Enable Register
GTM_TOM2_CH9_IRQ_FORCINT 0xF0109264          TOM2 Channel 9 Force Interrupt Register
GTM_TOM2_CH9_IRQ_MODE 0xF0109268          TOM2 Channel 9 Interrupt Mode Register
GTM_TOM2_TGC1_ENDIS_CTRL 0xF0109270          TOM2 TGC1 Enable/Disable Control Register
GTM_TOM2_TGC1_ENDIS_STAT 0xF0109274          TOM2 TGC1 Enable/Disable Status Register
GTM_TOM2_TGC1_OUTEN_CTRL 0xF0109278          TOM2 TGC1 Output Enable Control Register
GTM_TOM2_TGC1_OUTEN_STAT 0xF010927C          TOM2 TGC1 Output Enable Status Register
GTM_TOM2_CH10_CTRL 0xF0109280          TOM2 Channel 10 Control Register
GTM_TOM2_CH10_SR0 0xF0109284          TOM2 Channel 10 CCU0 Compare Shadow Register
GTM_TOM2_CH10_SR1 0xF0109288          TOM2 Channel 10 CCU1 Compare Shadow Register
GTM_TOM2_CH10_CM0 0xF010928C          TOM2 Channel 10 CCU0 Compare Register
GTM_TOM2_CH10_CM1 0xF0109290          TOM2 Channel 10 CCU1 Compare Register
GTM_TOM2_CH10_CN0 0xF0109294          TOM2 Channel 10 CCU0 Counter Register
GTM_TOM2_CH10_STAT 0xF0109298          TOM2 Channel 10 Status Register
GTM_TOM2_CH10_IRQ_NOTIFY 0xF010929C          TOM2 Channel 10 Interrupt Notification Register
GTM_TOM2_CH10_IRQ_EN 0xF01092A0          TOM2 Channel 10 Interrupt Enable Register
GTM_TOM2_CH10_IRQ_FORCINT 0xF01092A4          TOM2 Channel 10 Force Interrupt Register
GTM_TOM2_CH10_IRQ_MODE 0xF01092A8          TOM2 Channel 10 Interrupt Mode Register
GTM_TOM2_CH11_CTRL 0xF01092C0          TOM2 Channel 11 Control Register
GTM_TOM2_CH11_SR0 0xF01092C4          TOM2 Channel 11 CCU0 Compare Shadow Register
GTM_TOM2_CH11_SR1 0xF01092C8          TOM2 Channel 11 CCU1 Compare Shadow Register
GTM_TOM2_CH11_CM0 0xF01092CC          TOM2 Channel 11 CCU0 Compare Register
GTM_TOM2_CH11_CM1 0xF01092D0          TOM2 Channel 11 CCU1 Compare Register
GTM_TOM2_CH11_CN0 0xF01092D4          TOM2 Channel 11 CCU0 Counter Register
GTM_TOM2_CH11_STAT 0xF01092D8          TOM2 Channel 11 Status Register
GTM_TOM2_CH11_IRQ_NOTIFY 0xF01092DC          TOM2 Channel 11 Interrupt Notification Register
GTM_TOM2_CH11_IRQ_EN 0xF01092E0          TOM2 Channel 11 Interrupt Enable Register
GTM_TOM2_CH11_IRQ_FORCINT 0xF01092E4          TOM2 Channel 11 Force Interrupt Register
GTM_TOM2_CH11_IRQ_MODE 0xF01092E8          TOM2 Channel 11 Interrupt Mode Register
GTM_TOM2_CH12_CTRL 0xF0109300          TOM2 Channel 12 Control Register
GTM_TOM2_CH12_SR0 0xF0109304          TOM2 Channel 12 CCU0 Compare Shadow Register
GTM_TOM2_CH12_SR1 0xF0109308          TOM2 Channel 12 CCU1 Compare Shadow Register
GTM_TOM2_CH12_CM0 0xF010930C          TOM2 Channel 12 CCU0 Compare Register
GTM_TOM2_CH12_CM1 0xF0109310          TOM2 Channel 12 CCU1 Compare Register
GTM_TOM2_CH12_CN0 0xF0109314          TOM2 Channel 12 CCU0 Counter Register
GTM_TOM2_CH12_STAT 0xF0109318          TOM2 Channel 12 Status Register
GTM_TOM2_CH12_IRQ_NOTIFY 0xF010931C          TOM2 Channel 12 Interrupt Notification Register
GTM_TOM2_CH12_IRQ_EN 0xF0109320          TOM2 Channel 12 Interrupt Enable Register
GTM_TOM2_CH12_IRQ_FORCINT 0xF0109324          TOM2 Channel 12 Force Interrupt Register
GTM_TOM2_CH12_IRQ_MODE 0xF0109328          TOM2 Channel 12 Interrupt Mode Register
GTM_TOM2_CH13_CTRL 0xF0109340          TOM2 Channel 13 Control Register
GTM_TOM2_CH13_SR0 0xF0109344          TOM2 Channel 13 CCU0 Compare Shadow Register
GTM_TOM2_CH13_SR1 0xF0109348          TOM2 Channel 13 CCU1 Compare Shadow Register
GTM_TOM2_CH13_CM0 0xF010934C          TOM2 Channel 13 CCU0 Compare Register
GTM_TOM2_CH13_CM1 0xF0109350          TOM2 Channel 13 CCU1 Compare Register
GTM_TOM2_CH13_CN0 0xF0109354          TOM2 Channel 13 CCU0 Counter Register
GTM_TOM2_CH13_STAT 0xF0109358          TOM2 Channel 13 Status Register
GTM_TOM2_CH13_IRQ_NOTIFY 0xF010935C          TOM2 Channel 13 Interrupt Notification Register
GTM_TOM2_CH13_IRQ_EN 0xF0109360          TOM2 Channel 13 Interrupt Enable Register
GTM_TOM2_CH13_IRQ_FORCINT 0xF0109364          TOM2 Channel 13 Force Interrupt Register
GTM_TOM2_CH13_IRQ_MODE 0xF0109368          TOM2 Channel 13 Interrupt Mode Register
GTM_TOM2_CH14_CTRL 0xF0109380          TOM2 Channel 14 Control Register
GTM_TOM2_CH14_SR0 0xF0109384          TOM2 Channel 14 CCU0 Compare Shadow Register
GTM_TOM2_CH14_SR1 0xF0109388          TOM2 Channel 14 CCU1 Compare Shadow Register
GTM_TOM2_CH14_CM0 0xF010938C          TOM2 Channel 14 CCU0 Compare Register
GTM_TOM2_CH14_CM1 0xF0109390          TOM2 Channel 14 CCU1 Compare Register
GTM_TOM2_CH14_CN0 0xF0109394          TOM2 Channel 14 CCU0 Counter Register
GTM_TOM2_CH14_STAT 0xF0109398          TOM2 Channel 14 Status Register
GTM_TOM2_CH14_IRQ_NOTIFY 0xF010939C          TOM2 Channel 14 Interrupt Notification Register
GTM_TOM2_CH14_IRQ_EN 0xF01093A0          TOM2 Channel 14 Interrupt Enable Register
GTM_TOM2_CH14_IRQ_FORCINT 0xF01093A4          TOM2 Channel 14 Force Interrupt Register
GTM_TOM2_CH14_IRQ_MODE 0xF01093A8          TOM2 Channel 14 Interrupt Mode Register
GTM_TOM2_CH15_CTRL 0xF01093C0          TOM2 Channel 15 Control Register
GTM_TOM2_CH15_SR0 0xF01093C4          TOM2 Channel 15 CCU0 Compare Shadow Register
GTM_TOM2_CH15_SR1 0xF01093C8          TOM2 Channel 15 CCU1 Compare Shadow Register
GTM_TOM2_CH15_CM0 0xF01093CC          TOM2 Channel 15 CCU0 Compare Register
GTM_TOM2_CH15_CM1 0xF01093D0          TOM2 Channel 15 CCU1 Compare Register
GTM_TOM2_CH15_CN0 0xF01093D4          TOM2 Channel 15 CCU0 Counter Register
GTM_TOM2_CH15_STAT 0xF01093D8          TOM2 Channel 15 Status Register
GTM_TOM2_CH15_IRQ_NOTIFY 0xF01093DC          TOM2 Channel 15 Interrupt Notification Register
GTM_TOM2_CH15_IRQ_EN 0xF01093E0          TOM2 Channel 15 Interrupt Enable Register
GTM_TOM2_CH15_IRQ_FORCINT 0xF01093E4          TOM2 Channel 15 Force Interrupt Register
GTM_TOM2_CH15_IRQ_MODE 0xF01093E8          TOM2 Channel 15 Interrupt Mode Register
GTM_TOM3_CH0_CTRL 0xF0109800          TOM3 Channel 0 Control Register
GTM_TOM3_CH0_SR0 0xF0109804          TOM3 Channel 0 CCU0 Compare Shadow Register
GTM_TOM3_CH0_SR1 0xF0109808          TOM3 Channel 0 CCU1 Compare Shadow Register
GTM_TOM3_CH0_CM0 0xF010980C          TOM3 Channel 0 CCU0 Compare Register
GTM_TOM3_CH0_CM1 0xF0109810          TOM3 Channel 0 CCU1 Compare Register
GTM_TOM3_CH0_CN0 0xF0109814          TOM3 Channel 0 CCU0 Counter Register
GTM_TOM3_CH0_STAT 0xF0109818          TOM3 Channel 0 Status Register
GTM_TOM3_CH0_IRQ_NOTIFY 0xF010981C          TOM3 Channel 0 Interrupt Notification Register
GTM_TOM3_CH0_IRQ_EN 0xF0109820          TOM3 Channel 0 Interrupt Enable Register
GTM_TOM3_CH0_IRQ_FORCINT 0xF0109824          TOM3 Channel 0 Force Interrupt Register
GTM_TOM3_CH0_IRQ_MODE 0xF0109828          TOM3 Channel 0 Interrupt Mode Register
GTM_TOM3_TGC0_GLB_CTRL 0xF0109830          TOM3 TGC0 Global Control Register
GTM_TOM3_TGC0_ACT_TB 0xF0109834          TOM3 TGC0 Action Time Base Register
GTM_TOM3_TGC0_FUPD_CTRL 0xF0109838          TOM3 TGC0 Force Update Control Register
GTM_TOM3_TGC0_INT_TRIG 0xF010983C          TOM3 TGC0 Internal Trigger Control Register
GTM_TOM3_CH1_CTRL 0xF0109840          TOM3 Channel 1 Control Register
GTM_TOM3_CH1_SR0 0xF0109844          TOM3 Channel 1 CCU0 Compare Shadow Register
GTM_TOM3_CH1_SR1 0xF0109848          TOM3 Channel 1 CCU1 Compare Shadow Register
GTM_TOM3_CH1_CM0 0xF010984C          TOM3 Channel 1 CCU0 Compare Register
GTM_TOM3_CH1_CM1 0xF0109850          TOM3 Channel 1 CCU1 Compare Register
GTM_TOM3_CH1_CN0 0xF0109854          TOM3 Channel 1 CCU0 Counter Register
GTM_TOM3_CH1_STAT 0xF0109858          TOM3 Channel 1 Status Register
GTM_TOM3_CH1_IRQ_NOTIFY 0xF010985C          TOM3 Channel 1 Interrupt Notification Register
GTM_TOM3_CH1_IRQ_EN 0xF0109860          TOM3 Channel 1 Interrupt Enable Register
GTM_TOM3_CH1_IRQ_FORCINT 0xF0109864          TOM3 Channel 1 Force Interrupt Register
GTM_TOM3_CH1_IRQ_MODE 0xF0109868          TOM3 Channel 1 Interrupt Mode Register
GTM_TOM3_TGC0_ENDIS_CTRL 0xF0109870          TOM3 TGC0 Enable/Disable Control Register
GTM_TOM3_TGC0_ENDIS_STAT 0xF0109874          TOM3 TGC0 Enable/Disable Status Register
GTM_TOM3_TGC0_OUTEN_CTRL 0xF0109878          TOM3 TGC0 Output Enable Control Register
GTM_TOM3_TGC0_OUTEN_STAT 0xF010987C          TOM3 TGC0 Output Enable Status Register
GTM_TOM3_CH2_CTRL 0xF0109880          TOM3 Channel 2 Control Register
GTM_TOM3_CH2_SR0 0xF0109884          TOM3 Channel 2 CCU0 Compare Shadow Register
GTM_TOM3_CH2_SR1 0xF0109888          TOM3 Channel 2 CCU1 Compare Shadow Register
GTM_TOM3_CH2_CM0 0xF010988C          TOM3 Channel 2 CCU0 Compare Register
GTM_TOM3_CH2_CM1 0xF0109890          TOM3 Channel 2 CCU1 Compare Register
GTM_TOM3_CH2_CN0 0xF0109894          TOM3 Channel 2 CCU0 Counter Register
GTM_TOM3_CH2_STAT 0xF0109898          TOM3 Channel 2 Status Register
GTM_TOM3_CH2_IRQ_NOTIFY 0xF010989C          TOM3 Channel 2 Interrupt Notification Register
GTM_TOM3_CH2_IRQ_EN 0xF01098A0          TOM3 Channel 2 Interrupt Enable Register
GTM_TOM3_CH2_IRQ_FORCINT 0xF01098A4          TOM3 Channel 2 Force Interrupt Register
GTM_TOM3_CH2_IRQ_MODE 0xF01098A8          TOM3 Channel 2 Interrupt Mode Register
GTM_TOM3_CH3_CTRL 0xF01098C0          TOM3 Channel 3 Control Register
GTM_TOM3_CH3_SR0 0xF01098C4          TOM3 Channel 3 CCU0 Compare Shadow Register
GTM_TOM3_CH3_SR1 0xF01098C8          TOM3 Channel 3 CCU1 Compare Shadow Register
GTM_TOM3_CH3_CM0 0xF01098CC          TOM3 Channel 3 CCU0 Compare Register
GTM_TOM3_CH3_CM1 0xF01098D0          TOM3 Channel 3 CCU1 Compare Register
GTM_TOM3_CH3_CN0 0xF01098D4          TOM3 Channel 3 CCU0 Counter Register
GTM_TOM3_CH3_STAT 0xF01098D8          TOM3 Channel 3 Status Register
GTM_TOM3_CH3_IRQ_NOTIFY 0xF01098DC          TOM3 Channel 3 Interrupt Notification Register
GTM_TOM3_CH3_IRQ_EN 0xF01098E0          TOM3 Channel 3 Interrupt Enable Register
GTM_TOM3_CH3_IRQ_FORCINT 0xF01098E4          TOM3 Channel 3 Force Interrupt Register
GTM_TOM3_CH3_IRQ_MODE 0xF01098E8          TOM3 Channel 3 Interrupt Mode Register
GTM_TOM3_CH4_CTRL 0xF0109900          TOM3 Channel 4 Control Register
GTM_TOM3_CH4_SR0 0xF0109904          TOM3 Channel 4 CCU0 Compare Shadow Register
GTM_TOM3_CH4_SR1 0xF0109908          TOM3 Channel 4 CCU1 Compare Shadow Register
GTM_TOM3_CH4_CM0 0xF010990C          TOM3 Channel 4 CCU0 Compare Register
GTM_TOM3_CH4_CM1 0xF0109910          TOM3 Channel 4 CCU1 Compare Register
GTM_TOM3_CH4_CN0 0xF0109914          TOM3 Channel 4 CCU0 Counter Register
GTM_TOM3_CH4_STAT 0xF0109918          TOM3 Channel 4 Status Register
GTM_TOM3_CH4_IRQ_NOTIFY 0xF010991C          TOM3 Channel 4 Interrupt Notification Register
GTM_TOM3_CH4_IRQ_EN 0xF0109920          TOM3 Channel 4 Interrupt Enable Register
GTM_TOM3_CH4_IRQ_FORCINT 0xF0109924          TOM3 Channel 4 Force Interrupt Register
GTM_TOM3_CH4_IRQ_MODE 0xF0109928          TOM3 Channel 4 Interrupt Mode Register
GTM_TOM3_CH5_CTRL 0xF0109940          TOM3 Channel 5 Control Register
GTM_TOM3_CH5_SR0 0xF0109944          TOM3 Channel 5 CCU0 Compare Shadow Register
GTM_TOM3_CH5_SR1 0xF0109948          TOM3 Channel 5 CCU1 Compare Shadow Register
GTM_TOM3_CH5_CM0 0xF010994C          TOM3 Channel 5 CCU0 Compare Register
GTM_TOM3_CH5_CM1 0xF0109950          TOM3 Channel 5 CCU1 Compare Register
GTM_TOM3_CH5_CN0 0xF0109954          TOM3 Channel 5 CCU0 Counter Register
GTM_TOM3_CH5_STAT 0xF0109958          TOM3 Channel 5 Status Register
GTM_TOM3_CH5_IRQ_NOTIFY 0xF010995C          TOM3 Channel 5 Interrupt Notification Register
GTM_TOM3_CH5_IRQ_EN 0xF0109960          TOM3 Channel 5 Interrupt Enable Register
GTM_TOM3_CH5_IRQ_FORCINT 0xF0109964          TOM3 Channel 5 Force Interrupt Register
GTM_TOM3_CH5_IRQ_MODE 0xF0109968          TOM3 Channel 5 Interrupt Mode Register
GTM_TOM3_CH6_CTRL 0xF0109980          TOM3 Channel 6 Control Register
GTM_TOM3_CH6_SR0 0xF0109984          TOM3 Channel 6 CCU0 Compare Shadow Register
GTM_TOM3_CH6_SR1 0xF0109988          TOM3 Channel 6 CCU1 Compare Shadow Register
GTM_TOM3_CH6_CM0 0xF010998C          TOM3 Channel 6 CCU0 Compare Register
GTM_TOM3_CH6_CM1 0xF0109990          TOM3 Channel 6 CCU1 Compare Register
GTM_TOM3_CH6_CN0 0xF0109994          TOM3 Channel 6 CCU0 Counter Register
GTM_TOM3_CH6_STAT 0xF0109998          TOM3 Channel 6 Status Register
GTM_TOM3_CH6_IRQ_NOTIFY 0xF010999C          TOM3 Channel 6 Interrupt Notification Register
GTM_TOM3_CH6_IRQ_EN 0xF01099A0          TOM3 Channel 6 Interrupt Enable Register
GTM_TOM3_CH6_IRQ_FORCINT 0xF01099A4          TOM3 Channel 6 Force Interrupt Register
GTM_TOM3_CH6_IRQ_MODE 0xF01099A8          TOM3 Channel 6 Interrupt Mode Register
GTM_TOM3_CH7_CTRL 0xF01099C0          TOM3 Channel 7 Control Register
GTM_TOM3_CH7_SR0 0xF01099C4          TOM3 Channel 7 CCU0 Compare Shadow Register
GTM_TOM3_CH7_SR1 0xF01099C8          TOM3 Channel 7 CCU1 Compare Shadow Register
GTM_TOM3_CH7_CM0 0xF01099CC          TOM3 Channel 7 CCU0 Compare Register
GTM_TOM3_CH7_CM1 0xF01099D0          TOM3 Channel 7 CCU1 Compare Register
GTM_TOM3_CH7_CN0 0xF01099D4          TOM3 Channel 7 CCU0 Counter Register
GTM_TOM3_CH7_STAT 0xF01099D8          TOM3 Channel 7 Status Register
GTM_TOM3_CH7_IRQ_NOTIFY 0xF01099DC          TOM3 Channel 7 Interrupt Notification Register
GTM_TOM3_CH7_IRQ_EN 0xF01099E0          TOM3 Channel 7 Interrupt Enable Register
GTM_TOM3_CH7_IRQ_FORCINT 0xF01099E4          TOM3 Channel 7 Force Interrupt Register
GTM_TOM3_CH7_IRQ_MODE 0xF01099E8          TOM3 Channel 7 Interrupt Mode Register
GTM_TOM3_CH8_CTRL 0xF0109A00          TOM3 Channel 8 Control Register
GTM_TOM3_CH8_SR0 0xF0109A04          TOM3 Channel 8 CCU0 Compare Shadow Register
GTM_TOM3_CH8_SR1 0xF0109A08          TOM3 Channel 8 CCU1 Compare Shadow Register
GTM_TOM3_CH8_CM0 0xF0109A0C          TOM3 Channel 8 CCU0 Compare Register
GTM_TOM3_CH8_CM1 0xF0109A10          TOM3 Channel 8 CCU1 Compare Register
GTM_TOM3_CH8_CN0 0xF0109A14          TOM3 Channel 8 CCU0 Counter Register
GTM_TOM3_CH8_STAT 0xF0109A18          TOM3 Channel 8 Status Register
GTM_TOM3_CH8_IRQ_NOTIFY 0xF0109A1C          TOM3 Channel 8 Interrupt Notification Register
GTM_TOM3_CH8_IRQ_EN 0xF0109A20          TOM3 Channel 8 Interrupt Enable Register
GTM_TOM3_CH8_IRQ_FORCINT 0xF0109A24          TOM3 Channel 8 Force Interrupt Register
GTM_TOM3_CH8_IRQ_MODE 0xF0109A28          TOM3 Channel 8 Interrupt Mode Register
GTM_TOM3_TGC1_GLB_CTRL 0xF0109A30          TOM3 TGC1 Global Control Register
GTM_TOM3_TGC1_ACT_TB 0xF0109A34          TOM3 TGC1 Action Time Base Register
GTM_TOM3_TGC1_FUPD_CTRL 0xF0109A38          TOM3 TGC1 Force Update Control Register
GTM_TOM3_TGC1_INT_TRIG 0xF0109A3C          TOM3 TGC1 Internal Trigger Control Register
GTM_TOM3_CH9_CTRL 0xF0109A40          TOM3 Channel 9 Control Register
GTM_TOM3_CH9_SR0 0xF0109A44          TOM3 Channel 9 CCU0 Compare Shadow Register
GTM_TOM3_CH9_SR1 0xF0109A48          TOM3 Channel 9 CCU1 Compare Shadow Register
GTM_TOM3_CH9_CM0 0xF0109A4C          TOM3 Channel 9 CCU0 Compare Register
GTM_TOM3_CH9_CM1 0xF0109A50          TOM3 Channel 9 CCU1 Compare Register
GTM_TOM3_CH9_CN0 0xF0109A54          TOM3 Channel 9 CCU0 Counter Register
GTM_TOM3_CH9_STAT 0xF0109A58          TOM3 Channel 9 Status Register
GTM_TOM3_CH9_IRQ_NOTIFY 0xF0109A5C          TOM3 Channel 9 Interrupt Notification Register
GTM_TOM3_CH9_IRQ_EN 0xF0109A60          TOM3 Channel 9 Interrupt Enable Register
GTM_TOM3_CH9_IRQ_FORCINT 0xF0109A64          TOM3 Channel 9 Force Interrupt Register
GTM_TOM3_CH9_IRQ_MODE 0xF0109A68          TOM3 Channel 9 Interrupt Mode Register
GTM_TOM3_TGC1_ENDIS_CTRL 0xF0109A70          TOM3 TGC1 Enable/Disable Control Register
GTM_TOM3_TGC1_ENDIS_STAT 0xF0109A74          TOM3 TGC1 Enable/Disable Status Register
GTM_TOM3_TGC1_OUTEN_CTRL 0xF0109A78          TOM3 TGC1 Output Enable Control Register
GTM_TOM3_TGC1_OUTEN_STAT 0xF0109A7C          TOM3 TGC1 Output Enable Status Register
GTM_TOM3_CH10_CTRL 0xF0109A80          TOM3 Channel 10 Control Register
GTM_TOM3_CH10_SR0 0xF0109A84          TOM3 Channel 10 CCU0 Compare Shadow Register
GTM_TOM3_CH10_SR1 0xF0109A88          TOM3 Channel 10 CCU1 Compare Shadow Register
GTM_TOM3_CH10_CM0 0xF0109A8C          TOM3 Channel 10 CCU0 Compare Register
GTM_TOM3_CH10_CM1 0xF0109A90          TOM3 Channel 10 CCU1 Compare Register
GTM_TOM3_CH10_CN0 0xF0109A94          TOM3 Channel 10 CCU0 Counter Register
GTM_TOM3_CH10_STAT 0xF0109A98          TOM3 Channel 10 Status Register
GTM_TOM3_CH10_IRQ_NOTIFY 0xF0109A9C          TOM3 Channel 10 Interrupt Notification Register
GTM_TOM3_CH10_IRQ_EN 0xF0109AA0          TOM3 Channel 10 Interrupt Enable Register
GTM_TOM3_CH10_IRQ_FORCINT 0xF0109AA4          TOM3 Channel 10 Force Interrupt Register
GTM_TOM3_CH10_IRQ_MODE 0xF0109AA8          TOM3 Channel 10 Interrupt Mode Register
GTM_TOM3_CH11_CTRL 0xF0109AC0          TOM3 Channel 11 Control Register
GTM_TOM3_CH11_SR0 0xF0109AC4          TOM3 Channel 11 CCU0 Compare Shadow Register
GTM_TOM3_CH11_SR1 0xF0109AC8          TOM3 Channel 11 CCU1 Compare Shadow Register
GTM_TOM3_CH11_CM0 0xF0109ACC          TOM3 Channel 11 CCU0 Compare Register
GTM_TOM3_CH11_CM1 0xF0109AD0          TOM3 Channel 11 CCU1 Compare Register
GTM_TOM3_CH11_CN0 0xF0109AD4          TOM3 Channel 11 CCU0 Counter Register
GTM_TOM3_CH11_STAT 0xF0109AD8          TOM3 Channel 11 Status Register
GTM_TOM3_CH11_IRQ_NOTIFY 0xF0109ADC          TOM3 Channel 11 Interrupt Notification Register
GTM_TOM3_CH11_IRQ_EN 0xF0109AE0          TOM3 Channel 11 Interrupt Enable Register
GTM_TOM3_CH11_IRQ_FORCINT 0xF0109AE4          TOM3 Channel 11 Force Interrupt Register
GTM_TOM3_CH11_IRQ_MODE 0xF0109AE8          TOM3 Channel 11 Interrupt Mode Register
GTM_TOM3_CH12_CTRL 0xF0109B00          TOM3 Channel 12 Control Register
GTM_TOM3_CH12_SR0 0xF0109B04          TOM3 Channel 12 CCU0 Compare Shadow Register
GTM_TOM3_CH12_SR1 0xF0109B08          TOM3 Channel 12 CCU1 Compare Shadow Register
GTM_TOM3_CH12_CM0 0xF0109B0C          TOM3 Channel 12 CCU0 Compare Register
GTM_TOM3_CH12_CM1 0xF0109B10          TOM3 Channel 12 CCU1 Compare Register
GTM_TOM3_CH12_CN0 0xF0109B14          TOM3 Channel 12 CCU0 Counter Register
GTM_TOM3_CH12_STAT 0xF0109B18          TOM3 Channel 12 Status Register
GTM_TOM3_CH12_IRQ_NOTIFY 0xF0109B1C          TOM3 Channel 12 Interrupt Notification Register
GTM_TOM3_CH12_IRQ_EN 0xF0109B20          TOM3 Channel 12 Interrupt Enable Register
GTM_TOM3_CH12_IRQ_FORCINT 0xF0109B24          TOM3 Channel 12 Force Interrupt Register
GTM_TOM3_CH12_IRQ_MODE 0xF0109B28          TOM3 Channel 12 Interrupt Mode Register
GTM_TOM3_CH13_CTRL 0xF0109B40          TOM3 Channel 13 Control Register
GTM_TOM3_CH13_SR0 0xF0109B44          TOM3 Channel 13 CCU0 Compare Shadow Register
GTM_TOM3_CH13_SR1 0xF0109B48          TOM3 Channel 13 CCU1 Compare Shadow Register
GTM_TOM3_CH13_CM0 0xF0109B4C          TOM3 Channel 13 CCU0 Compare Register
GTM_TOM3_CH13_CM1 0xF0109B50          TOM3 Channel 13 CCU1 Compare Register
GTM_TOM3_CH13_CN0 0xF0109B54          TOM3 Channel 13 CCU0 Counter Register
GTM_TOM3_CH13_STAT 0xF0109B58          TOM3 Channel 13 Status Register
GTM_TOM3_CH13_IRQ_NOTIFY 0xF0109B5C          TOM3 Channel 13 Interrupt Notification Register
GTM_TOM3_CH13_IRQ_EN 0xF0109B60          TOM3 Channel 13 Interrupt Enable Register
GTM_TOM3_CH13_IRQ_FORCINT 0xF0109B64          TOM3 Channel 13 Force Interrupt Register
GTM_TOM3_CH13_IRQ_MODE 0xF0109B68          TOM3 Channel 13 Interrupt Mode Register
GTM_TOM3_CH14_CTRL 0xF0109B80          TOM3 Channel 14 Control Register
GTM_TOM3_CH14_SR0 0xF0109B84          TOM3 Channel 14 CCU0 Compare Shadow Register
GTM_TOM3_CH14_SR1 0xF0109B88          TOM3 Channel 14 CCU1 Compare Shadow Register
GTM_TOM3_CH14_CM0 0xF0109B8C          TOM3 Channel 14 CCU0 Compare Register
GTM_TOM3_CH14_CM1 0xF0109B90          TOM3 Channel 14 CCU1 Compare Register
GTM_TOM3_CH14_CN0 0xF0109B94          TOM3 Channel 14 CCU0 Counter Register
GTM_TOM3_CH14_STAT 0xF0109B98          TOM3 Channel 14 Status Register
GTM_TOM3_CH14_IRQ_NOTIFY 0xF0109B9C          TOM3 Channel 14 Interrupt Notification Register
GTM_TOM3_CH14_IRQ_EN 0xF0109BA0          TOM3 Channel 14 Interrupt Enable Register
GTM_TOM3_CH14_IRQ_FORCINT 0xF0109BA4          TOM3 Channel 14 Force Interrupt Register
GTM_TOM3_CH14_IRQ_MODE 0xF0109BA8          TOM3 Channel 14 Interrupt Mode Register
GTM_TOM3_CH15_CTRL 0xF0109BC0          TOM3 Channel 15 Control Register
GTM_TOM3_CH15_SR0 0xF0109BC4          TOM3 Channel 15 CCU0 Compare Shadow Register
GTM_TOM3_CH15_SR1 0xF0109BC8          TOM3 Channel 15 CCU1 Compare Shadow Register
GTM_TOM3_CH15_CM0 0xF0109BCC          TOM3 Channel 15 CCU0 Compare Register
GTM_TOM3_CH15_CM1 0xF0109BD0          TOM3 Channel 15 CCU1 Compare Register
GTM_TOM3_CH15_CN0 0xF0109BD4          TOM3 Channel 15 CCU0 Counter Register
GTM_TOM3_CH15_STAT 0xF0109BD8          TOM3 Channel 15 Status Register
GTM_TOM3_CH15_IRQ_NOTIFY 0xF0109BDC          TOM3 Channel 15 Interrupt Notification Register
GTM_TOM3_CH15_IRQ_EN 0xF0109BE0          TOM3 Channel 15 Interrupt Enable Register
GTM_TOM3_CH15_IRQ_FORCINT 0xF0109BE4          TOM3 Channel 15 Force Interrupt Register
GTM_TOM3_CH15_IRQ_MODE 0xF0109BE8          TOM3 Channel 15 Interrupt Mode Register
GTM_TOM4_CH0_CTRL 0xF010A000          TOM4 Channel 0 Control Register
GTM_TOM4_CH0_SR0 0xF010A004          TOM4 Channel 0 CCU0 Compare Shadow Register
GTM_TOM4_CH0_SR1 0xF010A008          TOM4 Channel 0 CCU1 Compare Shadow Register
GTM_TOM4_CH0_CM0 0xF010A00C          TOM4 Channel 0 CCU0 Compare Register
GTM_TOM4_CH0_CM1 0xF010A010          TOM4 Channel 0 CCU1 Compare Register
GTM_TOM4_CH0_CN0 0xF010A014          TOM4 Channel 0 CCU0 Counter Register
GTM_TOM4_CH0_STAT 0xF010A018          TOM4 Channel 0 Status Register
GTM_TOM4_CH0_IRQ_NOTIFY 0xF010A01C          TOM4 Channel 0 Interrupt Notification Register
GTM_TOM4_CH0_IRQ_EN 0xF010A020          TOM4 Channel 0 Interrupt Enable Register
GTM_TOM4_CH0_IRQ_FORCINT 0xF010A024          TOM4 Channel 0 Force Interrupt Register
GTM_TOM4_CH0_IRQ_MODE 0xF010A028          TOM4 Channel 0 Interrupt Mode Register
GTM_TOM4_TGC0_GLB_CTRL 0xF010A030          TOM4 TGC0 Global Control Register
GTM_TOM4_TGC0_ACT_TB 0xF010A034          TOM4 TGC0 Action Time Base Register
GTM_TOM4_TGC0_FUPD_CTRL 0xF010A038          TOM4 TGC0 Force Update Control Register
GTM_TOM4_TGC0_INT_TRIG 0xF010A03C          TOM4 TGC0 Internal Trigger Control Register
GTM_TOM4_CH1_CTRL 0xF010A040          TOM4 Channel 1 Control Register
GTM_TOM4_CH1_SR0 0xF010A044          TOM4 Channel 1 CCU0 Compare Shadow Register
GTM_TOM4_CH1_SR1 0xF010A048          TOM4 Channel 1 CCU1 Compare Shadow Register
GTM_TOM4_CH1_CM0 0xF010A04C          TOM4 Channel 1 CCU0 Compare Register
GTM_TOM4_CH1_CM1 0xF010A050          TOM4 Channel 1 CCU1 Compare Register
GTM_TOM4_CH1_CN0 0xF010A054          TOM4 Channel 1 CCU0 Counter Register
GTM_TOM4_CH1_STAT 0xF010A058          TOM4 Channel 1 Status Register
GTM_TOM4_CH1_IRQ_NOTIFY 0xF010A05C          TOM4 Channel 1 Interrupt Notification Register
GTM_TOM4_CH1_IRQ_EN 0xF010A060          TOM4 Channel 1 Interrupt Enable Register
GTM_TOM4_CH1_IRQ_FORCINT 0xF010A064          TOM4 Channel 1 Force Interrupt Register
GTM_TOM4_CH1_IRQ_MODE 0xF010A068          TOM4 Channel 1 Interrupt Mode Register
GTM_TOM4_TGC0_ENDIS_CTRL 0xF010A070          TOM4 TGC0 Enable/Disable Control Register
GTM_TOM4_TGC0_ENDIS_STAT 0xF010A074          TOM4 TGC0 Enable/Disable Status Register
GTM_TOM4_TGC0_OUTEN_CTRL 0xF010A078          TOM4 TGC0 Output Enable Control Register
GTM_TOM4_TGC0_OUTEN_STAT 0xF010A07C          TOM4 TGC0 Output Enable Status Register
GTM_TOM4_CH2_CTRL 0xF010A080          TOM4 Channel 2 Control Register
GTM_TOM4_CH2_SR0 0xF010A084          TOM4 Channel 2 CCU0 Compare Shadow Register
GTM_TOM4_CH2_SR1 0xF010A088          TOM4 Channel 2 CCU1 Compare Shadow Register
GTM_TOM4_CH2_CM0 0xF010A08C          TOM4 Channel 2 CCU0 Compare Register
GTM_TOM4_CH2_CM1 0xF010A090          TOM4 Channel 2 CCU1 Compare Register
GTM_TOM4_CH2_CN0 0xF010A094          TOM4 Channel 2 CCU0 Counter Register
GTM_TOM4_CH2_STAT 0xF010A098          TOM4 Channel 2 Status Register
GTM_TOM4_CH2_IRQ_NOTIFY 0xF010A09C          TOM4 Channel 2 Interrupt Notification Register
GTM_TOM4_CH2_IRQ_EN 0xF010A0A0          TOM4 Channel 2 Interrupt Enable Register
GTM_TOM4_CH2_IRQ_FORCINT 0xF010A0A4          TOM4 Channel 2 Force Interrupt Register
GTM_TOM4_CH2_IRQ_MODE 0xF010A0A8          TOM4 Channel 2 Interrupt Mode Register
GTM_TOM4_CH3_CTRL 0xF010A0C0          TOM4 Channel 3 Control Register
GTM_TOM4_CH3_SR0 0xF010A0C4          TOM4 Channel 3 CCU0 Compare Shadow Register
GTM_TOM4_CH3_SR1 0xF010A0C8          TOM4 Channel 3 CCU1 Compare Shadow Register
GTM_TOM4_CH3_CM0 0xF010A0CC          TOM4 Channel 3 CCU0 Compare Register
GTM_TOM4_CH3_CM1 0xF010A0D0          TOM4 Channel 3 CCU1 Compare Register
GTM_TOM4_CH3_CN0 0xF010A0D4          TOM4 Channel 3 CCU0 Counter Register
GTM_TOM4_CH3_STAT 0xF010A0D8          TOM4 Channel 3 Status Register
GTM_TOM4_CH3_IRQ_NOTIFY 0xF010A0DC          TOM4 Channel 3 Interrupt Notification Register
GTM_TOM4_CH3_IRQ_EN 0xF010A0E0          TOM4 Channel 3 Interrupt Enable Register
GTM_TOM4_CH3_IRQ_FORCINT 0xF010A0E4          TOM4 Channel 3 Force Interrupt Register
GTM_TOM4_CH3_IRQ_MODE 0xF010A0E8          TOM4 Channel 3 Interrupt Mode Register
GTM_TOM4_CH4_CTRL 0xF010A100          TOM4 Channel 4 Control Register
GTM_TOM4_CH4_SR0 0xF010A104          TOM4 Channel 4 CCU0 Compare Shadow Register
GTM_TOM4_CH4_SR1 0xF010A108          TOM4 Channel 4 CCU1 Compare Shadow Register
GTM_TOM4_CH4_CM0 0xF010A10C          TOM4 Channel 4 CCU0 Compare Register
GTM_TOM4_CH4_CM1 0xF010A110          TOM4 Channel 4 CCU1 Compare Register
GTM_TOM4_CH4_CN0 0xF010A114          TOM4 Channel 4 CCU0 Counter Register
GTM_TOM4_CH4_STAT 0xF010A118          TOM4 Channel 4 Status Register
GTM_TOM4_CH4_IRQ_NOTIFY 0xF010A11C          TOM4 Channel 4 Interrupt Notification Register
GTM_TOM4_CH4_IRQ_EN 0xF010A120          TOM4 Channel 4 Interrupt Enable Register
GTM_TOM4_CH4_IRQ_FORCINT 0xF010A124          TOM4 Channel 4 Force Interrupt Register
GTM_TOM4_CH4_IRQ_MODE 0xF010A128          TOM4 Channel 4 Interrupt Mode Register
GTM_TOM4_CH5_CTRL 0xF010A140          TOM4 Channel 5 Control Register
GTM_TOM4_CH5_SR0 0xF010A144          TOM4 Channel 5 CCU0 Compare Shadow Register
GTM_TOM4_CH5_SR1 0xF010A148          TOM4 Channel 5 CCU1 Compare Shadow Register
GTM_TOM4_CH5_CM0 0xF010A14C          TOM4 Channel 5 CCU0 Compare Register
GTM_TOM4_CH5_CM1 0xF010A150          TOM4 Channel 5 CCU1 Compare Register
GTM_TOM4_CH5_CN0 0xF010A154          TOM4 Channel 5 CCU0 Counter Register
GTM_TOM4_CH5_STAT 0xF010A158          TOM4 Channel 5 Status Register
GTM_TOM4_CH5_IRQ_NOTIFY 0xF010A15C          TOM4 Channel 5 Interrupt Notification Register
GTM_TOM4_CH5_IRQ_EN 0xF010A160          TOM4 Channel 5 Interrupt Enable Register
GTM_TOM4_CH5_IRQ_FORCINT 0xF010A164          TOM4 Channel 5 Force Interrupt Register
GTM_TOM4_CH5_IRQ_MODE 0xF010A168          TOM4 Channel 5 Interrupt Mode Register
GTM_TOM4_CH6_CTRL 0xF010A180          TOM4 Channel 6 Control Register
GTM_TOM4_CH6_SR0 0xF010A184          TOM4 Channel 6 CCU0 Compare Shadow Register
GTM_TOM4_CH6_SR1 0xF010A188          TOM4 Channel 6 CCU1 Compare Shadow Register
GTM_TOM4_CH6_CM0 0xF010A18C          TOM4 Channel 6 CCU0 Compare Register
GTM_TOM4_CH6_CM1 0xF010A190          TOM4 Channel 6 CCU1 Compare Register
GTM_TOM4_CH6_CN0 0xF010A194          TOM4 Channel 6 CCU0 Counter Register
GTM_TOM4_CH6_STAT 0xF010A198          TOM4 Channel 6 Status Register
GTM_TOM4_CH6_IRQ_NOTIFY 0xF010A19C          TOM4 Channel 6 Interrupt Notification Register
GTM_TOM4_CH6_IRQ_EN 0xF010A1A0          TOM4 Channel 6 Interrupt Enable Register
GTM_TOM4_CH6_IRQ_FORCINT 0xF010A1A4          TOM4 Channel 6 Force Interrupt Register
GTM_TOM4_CH6_IRQ_MODE 0xF010A1A8          TOM4 Channel 6 Interrupt Mode Register
GTM_TOM4_CH7_CTRL 0xF010A1C0          TOM4 Channel 7 Control Register
GTM_TOM4_CH7_SR0 0xF010A1C4          TOM4 Channel 7 CCU0 Compare Shadow Register
GTM_TOM4_CH7_SR1 0xF010A1C8          TOM4 Channel 7 CCU1 Compare Shadow Register
GTM_TOM4_CH7_CM0 0xF010A1CC          TOM4 Channel 7 CCU0 Compare Register
GTM_TOM4_CH7_CM1 0xF010A1D0          TOM4 Channel 7 CCU1 Compare Register
GTM_TOM4_CH7_CN0 0xF010A1D4          TOM4 Channel 7 CCU0 Counter Register
GTM_TOM4_CH7_STAT 0xF010A1D8          TOM4 Channel 7 Status Register
GTM_TOM4_CH7_IRQ_NOTIFY 0xF010A1DC          TOM4 Channel 7 Interrupt Notification Register
GTM_TOM4_CH7_IRQ_EN 0xF010A1E0          TOM4 Channel 7 Interrupt Enable Register
GTM_TOM4_CH7_IRQ_FORCINT 0xF010A1E4          TOM4 Channel 7 Force Interrupt Register
GTM_TOM4_CH7_IRQ_MODE 0xF010A1E8          TOM4 Channel 7 Interrupt Mode Register
GTM_TOM4_CH8_CTRL 0xF010A200          TOM4 Channel 8 Control Register
GTM_TOM4_CH8_SR0 0xF010A204          TOM4 Channel 8 CCU0 Compare Shadow Register
GTM_TOM4_CH8_SR1 0xF010A208          TOM4 Channel 8 CCU1 Compare Shadow Register
GTM_TOM4_CH8_CM0 0xF010A20C          TOM4 Channel 8 CCU0 Compare Register
GTM_TOM4_CH8_CM1 0xF010A210          TOM4 Channel 8 CCU1 Compare Register
GTM_TOM4_CH8_CN0 0xF010A214          TOM4 Channel 8 CCU0 Counter Register
GTM_TOM4_CH8_STAT 0xF010A218          TOM4 Channel 8 Status Register
GTM_TOM4_CH8_IRQ_NOTIFY 0xF010A21C          TOM4 Channel 8 Interrupt Notification Register
GTM_TOM4_CH8_IRQ_EN 0xF010A220          TOM4 Channel 8 Interrupt Enable Register
GTM_TOM4_CH8_IRQ_FORCINT 0xF010A224          TOM4 Channel 8 Force Interrupt Register
GTM_TOM4_CH8_IRQ_MODE 0xF010A228          TOM4 Channel 8 Interrupt Mode Register
GTM_TOM4_TGC1_GLB_CTRL 0xF010A230          TOM4 TGC1 Global Control Register
GTM_TOM4_TGC1_ACT_TB 0xF010A234          TOM4 TGC1 Action Time Base Register
GTM_TOM4_TGC1_FUPD_CTRL 0xF010A238          TOM4 TGC1 Force Update Control Register
GTM_TOM4_TGC1_INT_TRIG 0xF010A23C          TOM4 TGC1 Internal Trigger Control Register
GTM_TOM4_CH9_CTRL 0xF010A240          TOM4 Channel 9 Control Register
GTM_TOM4_CH9_SR0 0xF010A244          TOM4 Channel 9 CCU0 Compare Shadow Register
GTM_TOM4_CH9_SR1 0xF010A248          TOM4 Channel 9 CCU1 Compare Shadow Register
GTM_TOM4_CH9_CM0 0xF010A24C          TOM4 Channel 9 CCU0 Compare Register
GTM_TOM4_CH9_CM1 0xF010A250          TOM4 Channel 9 CCU1 Compare Register
GTM_TOM4_CH9_CN0 0xF010A254          TOM4 Channel 9 CCU0 Counter Register
GTM_TOM4_CH9_STAT 0xF010A258          TOM4 Channel 9 Status Register
GTM_TOM4_CH9_IRQ_NOTIFY 0xF010A25C          TOM4 Channel 9 Interrupt Notification Register
GTM_TOM4_CH9_IRQ_EN 0xF010A260          TOM4 Channel 9 Interrupt Enable Register
GTM_TOM4_CH9_IRQ_FORCINT 0xF010A264          TOM4 Channel 9 Force Interrupt Register
GTM_TOM4_CH9_IRQ_MODE 0xF010A268          TOM4 Channel 9 Interrupt Mode Register
GTM_TOM4_TGC1_ENDIS_CTRL 0xF010A270          TOM4 TGC1 Enable/Disable Control Register
GTM_TOM4_TGC1_ENDIS_STAT 0xF010A274          TOM4 TGC1 Enable/Disable Status Register
GTM_TOM4_TGC1_OUTEN_CTRL 0xF010A278          TOM4 TGC1 Output Enable Control Register
GTM_TOM4_TGC1_OUTEN_STAT 0xF010A27C          TOM4 TGC1 Output Enable Status Register
GTM_TOM4_CH10_CTRL 0xF010A280          TOM4 Channel 10 Control Register
GTM_TOM4_CH10_SR0 0xF010A284          TOM4 Channel 10 CCU0 Compare Shadow Register
GTM_TOM4_CH10_SR1 0xF010A288          TOM4 Channel 10 CCU1 Compare Shadow Register
GTM_TOM4_CH10_CM0 0xF010A28C          TOM4 Channel 10 CCU0 Compare Register
GTM_TOM4_CH10_CM1 0xF010A290          TOM4 Channel 10 CCU1 Compare Register
GTM_TOM4_CH10_CN0 0xF010A294          TOM4 Channel 10 CCU0 Counter Register
GTM_TOM4_CH10_STAT 0xF010A298          TOM4 Channel 10 Status Register
GTM_TOM4_CH10_IRQ_NOTIFY 0xF010A29C          TOM4 Channel 10 Interrupt Notification Register
GTM_TOM4_CH10_IRQ_EN 0xF010A2A0          TOM4 Channel 10 Interrupt Enable Register
GTM_TOM4_CH10_IRQ_FORCINT 0xF010A2A4          TOM4 Channel 10 Force Interrupt Register
GTM_TOM4_CH10_IRQ_MODE 0xF010A2A8          TOM4 Channel 10 Interrupt Mode Register
GTM_TOM4_CH11_CTRL 0xF010A2C0          TOM4 Channel 11 Control Register
GTM_TOM4_CH11_SR0 0xF010A2C4          TOM4 Channel 11 CCU0 Compare Shadow Register
GTM_TOM4_CH11_SR1 0xF010A2C8          TOM4 Channel 11 CCU1 Compare Shadow Register
GTM_TOM4_CH11_CM0 0xF010A2CC          TOM4 Channel 11 CCU0 Compare Register
GTM_TOM4_CH11_CM1 0xF010A2D0          TOM4 Channel 11 CCU1 Compare Register
GTM_TOM4_CH11_CN0 0xF010A2D4          TOM4 Channel 11 CCU0 Counter Register
GTM_TOM4_CH11_STAT 0xF010A2D8          TOM4 Channel 11 Status Register
GTM_TOM4_CH11_IRQ_NOTIFY 0xF010A2DC          TOM4 Channel 11 Interrupt Notification Register
GTM_TOM4_CH11_IRQ_EN 0xF010A2E0          TOM4 Channel 11 Interrupt Enable Register
GTM_TOM4_CH11_IRQ_FORCINT 0xF010A2E4          TOM4 Channel 11 Force Interrupt Register
GTM_TOM4_CH11_IRQ_MODE 0xF010A2E8          TOM4 Channel 11 Interrupt Mode Register
GTM_TOM4_CH12_CTRL 0xF010A300          TOM4 Channel 12 Control Register
GTM_TOM4_CH12_SR0 0xF010A304          TOM4 Channel 12 CCU0 Compare Shadow Register
GTM_TOM4_CH12_SR1 0xF010A308          TOM4 Channel 12 CCU1 Compare Shadow Register
GTM_TOM4_CH12_CM0 0xF010A30C          TOM4 Channel 12 CCU0 Compare Register
GTM_TOM4_CH12_CM1 0xF010A310          TOM4 Channel 12 CCU1 Compare Register
GTM_TOM4_CH12_CN0 0xF010A314          TOM4 Channel 12 CCU0 Counter Register
GTM_TOM4_CH12_STAT 0xF010A318          TOM4 Channel 12 Status Register
GTM_TOM4_CH12_IRQ_NOTIFY 0xF010A31C          TOM4 Channel 12 Interrupt Notification Register
GTM_TOM4_CH12_IRQ_EN 0xF010A320          TOM4 Channel 12 Interrupt Enable Register
GTM_TOM4_CH12_IRQ_FORCINT 0xF010A324          TOM4 Channel 12 Force Interrupt Register
GTM_TOM4_CH12_IRQ_MODE 0xF010A328          TOM4 Channel 12 Interrupt Mode Register
GTM_TOM4_CH13_CTRL 0xF010A340          TOM4 Channel 13 Control Register
GTM_TOM4_CH13_SR0 0xF010A344          TOM4 Channel 13 CCU0 Compare Shadow Register
GTM_TOM4_CH13_SR1 0xF010A348          TOM4 Channel 13 CCU1 Compare Shadow Register
GTM_TOM4_CH13_CM0 0xF010A34C          TOM4 Channel 13 CCU0 Compare Register
GTM_TOM4_CH13_CM1 0xF010A350          TOM4 Channel 13 CCU1 Compare Register
GTM_TOM4_CH13_CN0 0xF010A354          TOM4 Channel 13 CCU0 Counter Register
GTM_TOM4_CH13_STAT 0xF010A358          TOM4 Channel 13 Status Register
GTM_TOM4_CH13_IRQ_NOTIFY 0xF010A35C          TOM4 Channel 13 Interrupt Notification Register
GTM_TOM4_CH13_IRQ_EN 0xF010A360          TOM4 Channel 13 Interrupt Enable Register
GTM_TOM4_CH13_IRQ_FORCINT 0xF010A364          TOM4 Channel 13 Force Interrupt Register
GTM_TOM4_CH13_IRQ_MODE 0xF010A368          TOM4 Channel 13 Interrupt Mode Register
GTM_TOM4_CH14_CTRL 0xF010A380          TOM4 Channel 14 Control Register
GTM_TOM4_CH14_SR0 0xF010A384          TOM4 Channel 14 CCU0 Compare Shadow Register
GTM_TOM4_CH14_SR1 0xF010A388          TOM4 Channel 14 CCU1 Compare Shadow Register
GTM_TOM4_CH14_CM0 0xF010A38C          TOM4 Channel 14 CCU0 Compare Register
GTM_TOM4_CH14_CM1 0xF010A390          TOM4 Channel 14 CCU1 Compare Register
GTM_TOM4_CH14_CN0 0xF010A394          TOM4 Channel 14 CCU0 Counter Register
GTM_TOM4_CH14_STAT 0xF010A398          TOM4 Channel 14 Status Register
GTM_TOM4_CH14_IRQ_NOTIFY 0xF010A39C          TOM4 Channel 14 Interrupt Notification Register
GTM_TOM4_CH14_IRQ_EN 0xF010A3A0          TOM4 Channel 14 Interrupt Enable Register
GTM_TOM4_CH14_IRQ_FORCINT 0xF010A3A4          TOM4 Channel 14 Force Interrupt Register
GTM_TOM4_CH14_IRQ_MODE 0xF010A3A8          TOM4 Channel 14 Interrupt Mode Register
GTM_TOM4_CH15_CTRL 0xF010A3C0          TOM4 Channel 15 Control Register
GTM_TOM4_CH15_SR0 0xF010A3C4          TOM4 Channel 15 CCU0 Compare Shadow Register
GTM_TOM4_CH15_SR1 0xF010A3C8          TOM4 Channel 15 CCU1 Compare Shadow Register
GTM_TOM4_CH15_CM0 0xF010A3CC          TOM4 Channel 15 CCU0 Compare Register
GTM_TOM4_CH15_CM1 0xF010A3D0          TOM4 Channel 15 CCU1 Compare Register
GTM_TOM4_CH15_CN0 0xF010A3D4          TOM4 Channel 15 CCU0 Counter Register
GTM_TOM4_CH15_STAT 0xF010A3D8          TOM4 Channel 15 Status Register
GTM_TOM4_CH15_IRQ_NOTIFY 0xF010A3DC          TOM4 Channel 15 Interrupt Notification Register
GTM_TOM4_CH15_IRQ_EN 0xF010A3E0          TOM4 Channel 15 Interrupt Enable Register
GTM_TOM4_CH15_IRQ_FORCINT 0xF010A3E4          TOM4 Channel 15 Force Interrupt Register
GTM_TOM4_CH15_IRQ_MODE 0xF010A3E8          TOM4 Channel 15 Interrupt Mode Register
GTM_TOM5_CH0_CTRL 0xF010A800          TOM5 Channel 0 Control Register
GTM_TOM5_CH0_SR0 0xF010A804          TOM5 Channel 0 CCU0 Compare Shadow Register
GTM_TOM5_CH0_SR1 0xF010A808          TOM5 Channel 0 CCU1 Compare Shadow Register
GTM_TOM5_CH0_CM0 0xF010A80C          TOM5 Channel 0 CCU0 Compare Register
GTM_TOM5_CH0_CM1 0xF010A810          TOM5 Channel 0 CCU1 Compare Register
GTM_TOM5_CH0_CN0 0xF010A814          TOM5 Channel 0 CCU0 Counter Register
GTM_TOM5_CH0_STAT 0xF010A818          TOM5 Channel 0 Status Register
GTM_TOM5_CH0_IRQ_NOTIFY 0xF010A81C          TOM5 Channel 0 Interrupt Notification Register
GTM_TOM5_CH0_IRQ_EN 0xF010A820          TOM5 Channel 0 Interrupt Enable Register
GTM_TOM5_CH0_IRQ_FORCINT 0xF010A824          TOM5 Channel 0 Force Interrupt Register
GTM_TOM5_CH0_IRQ_MODE 0xF010A828          TOM5 Channel 0 Interrupt Mode Register
GTM_TOM5_TGC0_GLB_CTRL 0xF010A830          TOM5 TGC0 Global Control Register
GTM_TOM5_TGC0_ACT_TB 0xF010A834          TOM5 TGC0 Action Time Base Register
GTM_TOM5_TGC0_FUPD_CTRL 0xF010A838          TOM5 TGC0 Force Update Control Register
GTM_TOM5_TGC0_INT_TRIG 0xF010A83C          TOM5 TGC0 Internal Trigger Control Register
GTM_TOM5_CH1_CTRL 0xF010A840          TOM5 Channel 1 Control Register
GTM_TOM5_CH1_SR0 0xF010A844          TOM5 Channel 1 CCU0 Compare Shadow Register
GTM_TOM5_CH1_SR1 0xF010A848          TOM5 Channel 1 CCU1 Compare Shadow Register
GTM_TOM5_CH1_CM0 0xF010A84C          TOM5 Channel 1 CCU0 Compare Register
GTM_TOM5_CH1_CM1 0xF010A850          TOM5 Channel 1 CCU1 Compare Register
GTM_TOM5_CH1_CN0 0xF010A854          TOM5 Channel 1 CCU0 Counter Register
GTM_TOM5_CH1_STAT 0xF010A858          TOM5 Channel 1 Status Register
GTM_TOM5_CH1_IRQ_NOTIFY 0xF010A85C          TOM5 Channel 1 Interrupt Notification Register
GTM_TOM5_CH1_IRQ_EN 0xF010A860          TOM5 Channel 1 Interrupt Enable Register
GTM_TOM5_CH1_IRQ_FORCINT 0xF010A864          TOM5 Channel 1 Force Interrupt Register
GTM_TOM5_CH1_IRQ_MODE 0xF010A868          TOM5 Channel 1 Interrupt Mode Register
GTM_TOM5_TGC0_ENDIS_CTRL 0xF010A870          TOM5 TGC0 Enable/Disable Control Register
GTM_TOM5_TGC0_ENDIS_STAT 0xF010A874          TOM5 TGC0 Enable/Disable Status Register
GTM_TOM5_TGC0_OUTEN_CTRL 0xF010A878          TOM5 TGC0 Output Enable Control Register
GTM_TOM5_TGC0_OUTEN_STAT 0xF010A87C          TOM5 TGC0 Output Enable Status Register
GTM_TOM5_CH2_CTRL 0xF010A880          TOM5 Channel 2 Control Register
GTM_TOM5_CH2_SR0 0xF010A884          TOM5 Channel 2 CCU0 Compare Shadow Register
GTM_TOM5_CH2_SR1 0xF010A888          TOM5 Channel 2 CCU1 Compare Shadow Register
GTM_TOM5_CH2_CM0 0xF010A88C          TOM5 Channel 2 CCU0 Compare Register
GTM_TOM5_CH2_CM1 0xF010A890          TOM5 Channel 2 CCU1 Compare Register
GTM_TOM5_CH2_CN0 0xF010A894          TOM5 Channel 2 CCU0 Counter Register
GTM_TOM5_CH2_STAT 0xF010A898          TOM5 Channel 2 Status Register
GTM_TOM5_CH2_IRQ_NOTIFY 0xF010A89C          TOM5 Channel 2 Interrupt Notification Register
GTM_TOM5_CH2_IRQ_EN 0xF010A8A0          TOM5 Channel 2 Interrupt Enable Register
GTM_TOM5_CH2_IRQ_FORCINT 0xF010A8A4          TOM5 Channel 2 Force Interrupt Register
GTM_TOM5_CH2_IRQ_MODE 0xF010A8A8          TOM5 Channel 2 Interrupt Mode Register
GTM_TOM5_CH3_CTRL 0xF010A8C0          TOM5 Channel 3 Control Register
GTM_TOM5_CH3_SR0 0xF010A8C4          TOM5 Channel 3 CCU0 Compare Shadow Register
GTM_TOM5_CH3_SR1 0xF010A8C8          TOM5 Channel 3 CCU1 Compare Shadow Register
GTM_TOM5_CH3_CM0 0xF010A8CC          TOM5 Channel 3 CCU0 Compare Register
GTM_TOM5_CH3_CM1 0xF010A8D0          TOM5 Channel 3 CCU1 Compare Register
GTM_TOM5_CH3_CN0 0xF010A8D4          TOM5 Channel 3 CCU0 Counter Register
GTM_TOM5_CH3_STAT 0xF010A8D8          TOM5 Channel 3 Status Register
GTM_TOM5_CH3_IRQ_NOTIFY 0xF010A8DC          TOM5 Channel 3 Interrupt Notification Register
GTM_TOM5_CH3_IRQ_EN 0xF010A8E0          TOM5 Channel 3 Interrupt Enable Register
GTM_TOM5_CH3_IRQ_FORCINT 0xF010A8E4          TOM5 Channel 3 Force Interrupt Register
GTM_TOM5_CH3_IRQ_MODE 0xF010A8E8          TOM5 Channel 3 Interrupt Mode Register
GTM_TOM5_CH4_CTRL 0xF010A900          TOM5 Channel 4 Control Register
GTM_TOM5_CH4_SR0 0xF010A904          TOM5 Channel 4 CCU0 Compare Shadow Register
GTM_TOM5_CH4_SR1 0xF010A908          TOM5 Channel 4 CCU1 Compare Shadow Register
GTM_TOM5_CH4_CM0 0xF010A90C          TOM5 Channel 4 CCU0 Compare Register
GTM_TOM5_CH4_CM1 0xF010A910          TOM5 Channel 4 CCU1 Compare Register
GTM_TOM5_CH4_CN0 0xF010A914          TOM5 Channel 4 CCU0 Counter Register
GTM_TOM5_CH4_STAT 0xF010A918          TOM5 Channel 4 Status Register
GTM_TOM5_CH4_IRQ_NOTIFY 0xF010A91C          TOM5 Channel 4 Interrupt Notification Register
GTM_TOM5_CH4_IRQ_EN 0xF010A920          TOM5 Channel 4 Interrupt Enable Register
GTM_TOM5_CH4_IRQ_FORCINT 0xF010A924          TOM5 Channel 4 Force Interrupt Register
GTM_TOM5_CH4_IRQ_MODE 0xF010A928          TOM5 Channel 4 Interrupt Mode Register
GTM_TOM5_CH5_CTRL 0xF010A940          TOM5 Channel 5 Control Register
GTM_TOM5_CH5_SR0 0xF010A944          TOM5 Channel 5 CCU0 Compare Shadow Register
GTM_TOM5_CH5_SR1 0xF010A948          TOM5 Channel 5 CCU1 Compare Shadow Register
GTM_TOM5_CH5_CM0 0xF010A94C          TOM5 Channel 5 CCU0 Compare Register
GTM_TOM5_CH5_CM1 0xF010A950          TOM5 Channel 5 CCU1 Compare Register
GTM_TOM5_CH5_CN0 0xF010A954          TOM5 Channel 5 CCU0 Counter Register
GTM_TOM5_CH5_STAT 0xF010A958          TOM5 Channel 5 Status Register
GTM_TOM5_CH5_IRQ_NOTIFY 0xF010A95C          TOM5 Channel 5 Interrupt Notification Register
GTM_TOM5_CH5_IRQ_EN 0xF010A960          TOM5 Channel 5 Interrupt Enable Register
GTM_TOM5_CH5_IRQ_FORCINT 0xF010A964          TOM5 Channel 5 Force Interrupt Register
GTM_TOM5_CH5_IRQ_MODE 0xF010A968          TOM5 Channel 5 Interrupt Mode Register
GTM_TOM5_CH6_CTRL 0xF010A980          TOM5 Channel 6 Control Register
GTM_TOM5_CH6_SR0 0xF010A984          TOM5 Channel 6 CCU0 Compare Shadow Register
GTM_TOM5_CH6_SR1 0xF010A988          TOM5 Channel 6 CCU1 Compare Shadow Register
GTM_TOM5_CH6_CM0 0xF010A98C          TOM5 Channel 6 CCU0 Compare Register
GTM_TOM5_CH6_CM1 0xF010A990          TOM5 Channel 6 CCU1 Compare Register
GTM_TOM5_CH6_CN0 0xF010A994          TOM5 Channel 6 CCU0 Counter Register
GTM_TOM5_CH6_STAT 0xF010A998          TOM5 Channel 6 Status Register
GTM_TOM5_CH6_IRQ_NOTIFY 0xF010A99C          TOM5 Channel 6 Interrupt Notification Register
GTM_TOM5_CH6_IRQ_EN 0xF010A9A0          TOM5 Channel 6 Interrupt Enable Register
GTM_TOM5_CH6_IRQ_FORCINT 0xF010A9A4          TOM5 Channel 6 Force Interrupt Register
GTM_TOM5_CH6_IRQ_MODE 0xF010A9A8          TOM5 Channel 6 Interrupt Mode Register
GTM_TOM5_CH7_CTRL 0xF010A9C0          TOM5 Channel 7 Control Register
GTM_TOM5_CH7_SR0 0xF010A9C4          TOM5 Channel 7 CCU0 Compare Shadow Register
GTM_TOM5_CH7_SR1 0xF010A9C8          TOM5 Channel 7 CCU1 Compare Shadow Register
GTM_TOM5_CH7_CM0 0xF010A9CC          TOM5 Channel 7 CCU0 Compare Register
GTM_TOM5_CH7_CM1 0xF010A9D0          TOM5 Channel 7 CCU1 Compare Register
GTM_TOM5_CH7_CN0 0xF010A9D4          TOM5 Channel 7 CCU0 Counter Register
GTM_TOM5_CH7_STAT 0xF010A9D8          TOM5 Channel 7 Status Register
GTM_TOM5_CH7_IRQ_NOTIFY 0xF010A9DC          TOM5 Channel 7 Interrupt Notification Register
GTM_TOM5_CH7_IRQ_EN 0xF010A9E0          TOM5 Channel 7 Interrupt Enable Register
GTM_TOM5_CH7_IRQ_FORCINT 0xF010A9E4          TOM5 Channel 7 Force Interrupt Register
GTM_TOM5_CH7_IRQ_MODE 0xF010A9E8          TOM5 Channel 7 Interrupt Mode Register
GTM_TOM5_CH8_CTRL 0xF010AA00          TOM5 Channel 8 Control Register
GTM_TOM5_CH8_SR0 0xF010AA04          TOM5 Channel 8 CCU0 Compare Shadow Register
GTM_TOM5_CH8_SR1 0xF010AA08          TOM5 Channel 8 CCU1 Compare Shadow Register
GTM_TOM5_CH8_CM0 0xF010AA0C          TOM5 Channel 8 CCU0 Compare Register
GTM_TOM5_CH8_CM1 0xF010AA10          TOM5 Channel 8 CCU1 Compare Register
GTM_TOM5_CH8_CN0 0xF010AA14          TOM5 Channel 8 CCU0 Counter Register
GTM_TOM5_CH8_STAT 0xF010AA18          TOM5 Channel 8 Status Register
GTM_TOM5_CH8_IRQ_NOTIFY 0xF010AA1C          TOM5 Channel 8 Interrupt Notification Register
GTM_TOM5_CH8_IRQ_EN 0xF010AA20          TOM5 Channel 8 Interrupt Enable Register
GTM_TOM5_CH8_IRQ_FORCINT 0xF010AA24          TOM5 Channel 8 Force Interrupt Register
GTM_TOM5_CH8_IRQ_MODE 0xF010AA28          TOM5 Channel 8 Interrupt Mode Register
GTM_TOM5_TGC1_GLB_CTRL 0xF010AA30          TOM5 TGC1 Global Control Register
GTM_TOM5_TGC1_ACT_TB 0xF010AA34          TOM5 TGC1 Action Time Base Register
GTM_TOM5_TGC1_FUPD_CTRL 0xF010AA38          TOM5 TGC1 Force Update Control Register
GTM_TOM5_TGC1_INT_TRIG 0xF010AA3C          TOM5 TGC1 Internal Trigger Control Register
GTM_TOM5_CH9_CTRL 0xF010AA40          TOM5 Channel 9 Control Register
GTM_TOM5_CH9_SR0 0xF010AA44          TOM5 Channel 9 CCU0 Compare Shadow Register
GTM_TOM5_CH9_SR1 0xF010AA48          TOM5 Channel 9 CCU1 Compare Shadow Register
GTM_TOM5_CH9_CM0 0xF010AA4C          TOM5 Channel 9 CCU0 Compare Register
GTM_TOM5_CH9_CM1 0xF010AA50          TOM5 Channel 9 CCU1 Compare Register
GTM_TOM5_CH9_CN0 0xF010AA54          TOM5 Channel 9 CCU0 Counter Register
GTM_TOM5_CH9_STAT 0xF010AA58          TOM5 Channel 9 Status Register
GTM_TOM5_CH9_IRQ_NOTIFY 0xF010AA5C          TOM5 Channel 9 Interrupt Notification Register
GTM_TOM5_CH9_IRQ_EN 0xF010AA60          TOM5 Channel 9 Interrupt Enable Register
GTM_TOM5_CH9_IRQ_FORCINT 0xF010AA64          TOM5 Channel 9 Force Interrupt Register
GTM_TOM5_CH9_IRQ_MODE 0xF010AA68          TOM5 Channel 9 Interrupt Mode Register
GTM_TOM5_TGC1_ENDIS_CTRL 0xF010AA70          TOM5 TGC1 Enable/Disable Control Register
GTM_TOM5_TGC1_ENDIS_STAT 0xF010AA74          TOM5 TGC1 Enable/Disable Status Register
GTM_TOM5_TGC1_OUTEN_CTRL 0xF010AA78          TOM5 TGC1 Output Enable Control Register
GTM_TOM5_TGC1_OUTEN_STAT 0xF010AA7C          TOM5 TGC1 Output Enable Status Register
GTM_TOM5_CH10_CTRL 0xF010AA80          TOM5 Channel 10 Control Register
GTM_TOM5_CH10_SR0 0xF010AA84          TOM5 Channel 10 CCU0 Compare Shadow Register
GTM_TOM5_CH10_SR1 0xF010AA88          TOM5 Channel 10 CCU1 Compare Shadow Register
GTM_TOM5_CH10_CM0 0xF010AA8C          TOM5 Channel 10 CCU0 Compare Register
GTM_TOM5_CH10_CM1 0xF010AA90          TOM5 Channel 10 CCU1 Compare Register
GTM_TOM5_CH10_CN0 0xF010AA94          TOM5 Channel 10 CCU0 Counter Register
GTM_TOM5_CH10_STAT 0xF010AA98          TOM5 Channel 10 Status Register
GTM_TOM5_CH10_IRQ_NOTIFY 0xF010AA9C          TOM5 Channel 10 Interrupt Notification Register
GTM_TOM5_CH10_IRQ_EN 0xF010AAA0          TOM5 Channel 10 Interrupt Enable Register
GTM_TOM5_CH10_IRQ_FORCINT 0xF010AAA4          TOM5 Channel 10 Force Interrupt Register
GTM_TOM5_CH10_IRQ_MODE 0xF010AAA8          TOM5 Channel 10 Interrupt Mode Register
GTM_TOM5_CH11_CTRL 0xF010AAC0          TOM5 Channel 11 Control Register
GTM_TOM5_CH11_SR0 0xF010AAC4          TOM5 Channel 11 CCU0 Compare Shadow Register
GTM_TOM5_CH11_SR1 0xF010AAC8          TOM5 Channel 11 CCU1 Compare Shadow Register
GTM_TOM5_CH11_CM0 0xF010AACC          TOM5 Channel 11 CCU0 Compare Register
GTM_TOM5_CH11_CM1 0xF010AAD0          TOM5 Channel 11 CCU1 Compare Register
GTM_TOM5_CH11_CN0 0xF010AAD4          TOM5 Channel 11 CCU0 Counter Register
GTM_TOM5_CH11_STAT 0xF010AAD8          TOM5 Channel 11 Status Register
GTM_TOM5_CH11_IRQ_NOTIFY 0xF010AADC          TOM5 Channel 11 Interrupt Notification Register
GTM_TOM5_CH11_IRQ_EN 0xF010AAE0          TOM5 Channel 11 Interrupt Enable Register
GTM_TOM5_CH11_IRQ_FORCINT 0xF010AAE4          TOM5 Channel 11 Force Interrupt Register
GTM_TOM5_CH11_IRQ_MODE 0xF010AAE8          TOM5 Channel 11 Interrupt Mode Register
GTM_TOM5_CH12_CTRL 0xF010AB00          TOM5 Channel 12 Control Register
GTM_TOM5_CH12_SR0 0xF010AB04          TOM5 Channel 12 CCU0 Compare Shadow Register
GTM_TOM5_CH12_SR1 0xF010AB08          TOM5 Channel 12 CCU1 Compare Shadow Register
GTM_TOM5_CH12_CM0 0xF010AB0C          TOM5 Channel 12 CCU0 Compare Register
GTM_TOM5_CH12_CM1 0xF010AB10          TOM5 Channel 12 CCU1 Compare Register
GTM_TOM5_CH12_CN0 0xF010AB14          TOM5 Channel 12 CCU0 Counter Register
GTM_TOM5_CH12_STAT 0xF010AB18          TOM5 Channel 12 Status Register
GTM_TOM5_CH12_IRQ_NOTIFY 0xF010AB1C          TOM5 Channel 12 Interrupt Notification Register
GTM_TOM5_CH12_IRQ_EN 0xF010AB20          TOM5 Channel 12 Interrupt Enable Register
GTM_TOM5_CH12_IRQ_FORCINT 0xF010AB24          TOM5 Channel 12 Force Interrupt Register
GTM_TOM5_CH12_IRQ_MODE 0xF010AB28          TOM5 Channel 12 Interrupt Mode Register
GTM_TOM5_CH13_CTRL 0xF010AB40          TOM5 Channel 13 Control Register
GTM_TOM5_CH13_SR0 0xF010AB44          TOM5 Channel 13 CCU0 Compare Shadow Register
GTM_TOM5_CH13_SR1 0xF010AB48          TOM5 Channel 13 CCU1 Compare Shadow Register
GTM_TOM5_CH13_CM0 0xF010AB4C          TOM5 Channel 13 CCU0 Compare Register
GTM_TOM5_CH13_CM1 0xF010AB50          TOM5 Channel 13 CCU1 Compare Register
GTM_TOM5_CH13_CN0 0xF010AB54          TOM5 Channel 13 CCU0 Counter Register
GTM_TOM5_CH13_STAT 0xF010AB58          TOM5 Channel 13 Status Register
GTM_TOM5_CH13_IRQ_NOTIFY 0xF010AB5C          TOM5 Channel 13 Interrupt Notification Register
GTM_TOM5_CH13_IRQ_EN 0xF010AB60          TOM5 Channel 13 Interrupt Enable Register
GTM_TOM5_CH13_IRQ_FORCINT 0xF010AB64          TOM5 Channel 13 Force Interrupt Register
GTM_TOM5_CH13_IRQ_MODE 0xF010AB68          TOM5 Channel 13 Interrupt Mode Register
GTM_TOM5_CH14_CTRL 0xF010AB80          TOM5 Channel 14 Control Register
GTM_TOM5_CH14_SR0 0xF010AB84          TOM5 Channel 14 CCU0 Compare Shadow Register
GTM_TOM5_CH14_SR1 0xF010AB88          TOM5 Channel 14 CCU1 Compare Shadow Register
GTM_TOM5_CH14_CM0 0xF010AB8C          TOM5 Channel 14 CCU0 Compare Register
GTM_TOM5_CH14_CM1 0xF010AB90          TOM5 Channel 14 CCU1 Compare Register
GTM_TOM5_CH14_CN0 0xF010AB94          TOM5 Channel 14 CCU0 Counter Register
GTM_TOM5_CH14_STAT 0xF010AB98          TOM5 Channel 14 Status Register
GTM_TOM5_CH14_IRQ_NOTIFY 0xF010AB9C          TOM5 Channel 14 Interrupt Notification Register
GTM_TOM5_CH14_IRQ_EN 0xF010ABA0          TOM5 Channel 14 Interrupt Enable Register
GTM_TOM5_CH14_IRQ_FORCINT 0xF010ABA4          TOM5 Channel 14 Force Interrupt Register
GTM_TOM5_CH14_IRQ_MODE 0xF010ABA8          TOM5 Channel 14 Interrupt Mode Register
GTM_TOM5_CH15_CTRL 0xF010ABC0          TOM5 Channel 15 Control Register
GTM_TOM5_CH15_SR0 0xF010ABC4          TOM5 Channel 15 CCU0 Compare Shadow Register
GTM_TOM5_CH15_SR1 0xF010ABC8          TOM5 Channel 15 CCU1 Compare Shadow Register
GTM_TOM5_CH15_CM0 0xF010ABCC          TOM5 Channel 15 CCU0 Compare Register
GTM_TOM5_CH15_CM1 0xF010ABD0          TOM5 Channel 15 CCU1 Compare Register
GTM_TOM5_CH15_CN0 0xF010ABD4          TOM5 Channel 15 CCU0 Counter Register
GTM_TOM5_CH15_STAT 0xF010ABD8          TOM5 Channel 15 Status Register
GTM_TOM5_CH15_IRQ_NOTIFY 0xF010ABDC          TOM5 Channel 15 Interrupt Notification Register
GTM_TOM5_CH15_IRQ_EN 0xF010ABE0          TOM5 Channel 15 Interrupt Enable Register
GTM_TOM5_CH15_IRQ_FORCINT 0xF010ABE4          TOM5 Channel 15 Force Interrupt Register
GTM_TOM5_CH15_IRQ_MODE 0xF010ABE8          TOM5 Channel 15 Interrupt Mode Register
GTM_F2A0_CH0_ARU_RD_FIFO 0xF0118000          F2A0 Stream 0 Read Address Register
GTM_F2A0_CH1_ARU_RD_FIFO 0xF0118004          F2A0 Stream 1 Read Address Register
GTM_F2A0_CH2_ARU_RD_FIFO 0xF0118008          F2A0 Stream 2 Read Address Register
GTM_F2A0_CH3_ARU_RD_FIFO 0xF011800C          F2A0 Stream 3 Read Address Register
GTM_F2A0_CH4_ARU_RD_FIFO 0xF0118010          F2A0 Stream 4 Read Address Register
GTM_F2A0_CH5_ARU_RD_FIFO 0xF0118014          F2A0 Stream 5 Read Address Register
GTM_F2A0_CH6_ARU_RD_FIFO 0xF0118018          F2A0 Stream 6 Read Address Register
GTM_F2A0_CH7_ARU_RD_FIFO 0xF011801C          F2A0 Stream 7 Read Address Register
GTM_F2A0_CH0_STR_CFG 0xF0118020          F2A0 Stream 0 Configuration Register
GTM_F2A0_CH1_STR_CFG 0xF0118024          F2A0 Stream 1 Configuration Register
GTM_F2A0_CH2_STR_CFG 0xF0118028          F2A0 Stream 2 Configuration Register
GTM_F2A0_CH3_STR_CFG 0xF011802C          F2A0 Stream 3 Configuration Register
GTM_F2A0_CH4_STR_CFG 0xF0118030          F2A0 Stream 4 Configuration Register
GTM_F2A0_CH5_STR_CFG 0xF0118034          F2A0 Stream 5 Configuration Register
GTM_F2A0_CH6_STR_CFG 0xF0118038          F2A0 Stream 6 Configuration Register
GTM_F2A0_CH7_STR_CFG 0xF011803C          F2A0 Stream 7 Configuration Register
GTM_F2A0_ENABLE 0xF0118040          F2A0 Stream Activation Register
GTM_F2A0_CTRL   0xF0118044          F2A0 Stream Control Register
GTM_AFD0_CH0_BUF_ACC 0xF0118080          AFD 0 FIFO 0 Buffer Access Register
GTM_AFD0_CH1_BUF_ACC 0xF0118090          AFD 0 FIFO 1 Buffer Access Register
GTM_AFD0_CH2_BUF_ACC 0xF01180A0          AFD 0 FIFO 2 Buffer Access Register
GTM_AFD0_CH3_BUF_ACC 0xF01180B0          AFD 0 FIFO 3 Buffer Access Register
GTM_AFD0_CH4_BUF_ACC 0xF01180C0          AFD 0 FIFO 4 Buffer Access Register
GTM_AFD0_CH5_BUF_ACC 0xF01180D0          AFD 0 FIFO 5 Buffer Access Register
GTM_AFD0_CH6_BUF_ACC 0xF01180E0          AFD 0 FIFO 6 Buffer Access Register
GTM_AFD0_CH7_BUF_ACC 0xF01180F0          AFD 0 FIFO 7 Buffer Access Register
GTM_FIFO0_CH0_CTRL 0xF0118400          FIFO0 Channel 0 Control Register
GTM_FIFO0_CH0_END_ADDR 0xF0118404          FIFO0 Channel 0 End Address Register
GTM_FIFO0_CH0_START_ADDR 0xF0118408          FIFO0 Channel 0 Start Address Register
GTM_FIFO0_CH0_UPPER_WM 0xF011840C          FIFO0 Channel 0 Upper Watermark Register
GTM_FIFO0_CH0_LOWER_WM 0xF0118410          FIFO0 Channel 0 Lower Watermark Register
GTM_FIFO0_CH0_STATUS 0xF0118414          FIFO0 Channel 0 Status Register
GTM_FIFO0_CH0_FILL_LEVEL 0xF0118418          FIFO0 Channel 0 Fill Level Register
GTM_FIFO0_CH0_WR_PTR 0xF011841C          FIFO0 Channel 0 Write Pointer Register
GTM_FIFO0_CH0_RD_PTR 0xF0118420          FIFO0 Channel 0 Read Pointer Register
GTM_FIFO0_CH0_IRQ_NOTIFY 0xF0118424          FIFO0 Channel 0 Interrupt Notification Register
GTM_FIFO0_CH0_IRQ_EN 0xF0118428          FIFO0 Channel 0 Interrupt Enable Register
GTM_FIFO0_CH0_IRQ_FORCINT 0xF011842C          FIFO0 Channel 0 Force Interrupt Register
GTM_FIFO0_CH0_IRQ_MODE 0xF0118430          FIFO0 Channel 0 Interrupt Mode Control Register
GTM_FIFO0_CH0_EIRQ_EN 0xF0118434          FIFO0 Channel 0 Error Interrupt Enable Register
GTM_FIFO0_CH1_CTRL 0xF0118440          FIFO0 Channel 1 Control Register
GTM_FIFO0_CH1_END_ADDR 0xF0118444          FIFO0 Channel 1 End Address Register
GTM_FIFO0_CH1_START_ADDR 0xF0118448          FIFO0 Channel 1 Start Address Register
GTM_FIFO0_CH1_UPPER_WM 0xF011844C          FIFO0 Channel 1 Upper Watermark Register
GTM_FIFO0_CH1_LOWER_WM 0xF0118450          FIFO0 Channel 1 Lower Watermark Register
GTM_FIFO0_CH1_STATUS 0xF0118454          FIFO0 Channel 1 Status Register
GTM_FIFO0_CH1_FILL_LEVEL 0xF0118458          FIFO0 Channel 1 Fill Level Register
GTM_FIFO0_CH1_WR_PTR 0xF011845C          FIFO0 Channel 1 Write Pointer Register
GTM_FIFO0_CH1_RD_PTR 0xF0118460          FIFO0 Channel 1 Read Pointer Register
GTM_FIFO0_CH1_IRQ_NOTIFY 0xF0118464          FIFO0 Channel 1 Interrupt Notification Register
GTM_FIFO0_CH1_IRQ_EN 0xF0118468          FIFO0 Channel 1 Interrupt Enable Register
GTM_FIFO0_CH1_IRQ_FORCINT 0xF011846C          FIFO0 Channel 1 Force Interrupt Register
GTM_FIFO0_CH1_IRQ_MODE 0xF0118470          FIFO0 Channel 1 Interrupt Mode Control Register
GTM_FIFO0_CH1_EIRQ_EN 0xF0118474          FIFO0 Channel 1 Error Interrupt Enable Register
GTM_FIFO0_CH2_CTRL 0xF0118480          FIFO0 Channel 2 Control Register
GTM_FIFO0_CH2_END_ADDR 0xF0118484          FIFO0 Channel 2 End Address Register
GTM_FIFO0_CH2_START_ADDR 0xF0118488          FIFO0 Channel 2 Start Address Register
GTM_FIFO0_CH2_UPPER_WM 0xF011848C          FIFO0 Channel 2 Upper Watermark Register
GTM_FIFO0_CH2_LOWER_WM 0xF0118490          FIFO0 Channel 2 Lower Watermark Register
GTM_FIFO0_CH2_STATUS 0xF0118494          FIFO0 Channel 2 Status Register
GTM_FIFO0_CH2_FILL_LEVEL 0xF0118498          FIFO0 Channel 2 Fill Level Register
GTM_FIFO0_CH2_WR_PTR 0xF011849C          FIFO0 Channel 2 Write Pointer Register
GTM_FIFO0_CH2_RD_PTR 0xF01184A0          FIFO0 Channel 2 Read Pointer Register
GTM_FIFO0_CH2_IRQ_NOTIFY 0xF01184A4          FIFO0 Channel 2 Interrupt Notification Register
GTM_FIFO0_CH2_IRQ_EN 0xF01184A8          FIFO0 Channel 2 Interrupt Enable Register
GTM_FIFO0_CH2_IRQ_FORCINT 0xF01184AC          FIFO0 Channel 2 Force Interrupt Register
GTM_FIFO0_CH2_IRQ_MODE 0xF01184B0          FIFO0 Channel 2 Interrupt Mode Control Register
GTM_FIFO0_CH2_EIRQ_EN 0xF01184B4          FIFO0 Channel 2 Error Interrupt Enable Register
GTM_FIFO0_CH3_CTRL 0xF01184C0          FIFO0 Channel 3 Control Register
GTM_FIFO0_CH3_END_ADDR 0xF01184C4          FIFO0 Channel 3 End Address Register
GTM_FIFO0_CH3_START_ADDR 0xF01184C8          FIFO0 Channel 3 Start Address Register
GTM_FIFO0_CH3_UPPER_WM 0xF01184CC          FIFO0 Channel 3 Upper Watermark Register
GTM_FIFO0_CH3_LOWER_WM 0xF01184D0          FIFO0 Channel 3 Lower Watermark Register
GTM_FIFO0_CH3_STATUS 0xF01184D4          FIFO0 Channel 3 Status Register
GTM_FIFO0_CH3_FILL_LEVEL 0xF01184D8          FIFO0 Channel 3 Fill Level Register
GTM_FIFO0_CH3_WR_PTR 0xF01184DC          FIFO0 Channel 3 Write Pointer Register
GTM_FIFO0_CH3_RD_PTR 0xF01184E0          FIFO0 Channel 3 Read Pointer Register
GTM_FIFO0_CH3_IRQ_NOTIFY 0xF01184E4          FIFO0 Channel 3 Interrupt Notification Register
GTM_FIFO0_CH3_IRQ_EN 0xF01184E8          FIFO0 Channel 3 Interrupt Enable Register
GTM_FIFO0_CH3_IRQ_FORCINT 0xF01184EC          FIFO0 Channel 3 Force Interrupt Register
GTM_FIFO0_CH3_IRQ_MODE 0xF01184F0          FIFO0 Channel 3 Interrupt Mode Control Register
GTM_FIFO0_CH3_EIRQ_EN 0xF01184F4          FIFO0 Channel 3 Error Interrupt Enable Register
GTM_FIFO0_CH4_CTRL 0xF0118500          FIFO0 Channel 4 Control Register
GTM_FIFO0_CH4_END_ADDR 0xF0118504          FIFO0 Channel 4 End Address Register
GTM_FIFO0_CH4_START_ADDR 0xF0118508          FIFO0 Channel 4 Start Address Register
GTM_FIFO0_CH4_UPPER_WM 0xF011850C          FIFO0 Channel 4 Upper Watermark Register
GTM_FIFO0_CH4_LOWER_WM 0xF0118510          FIFO0 Channel 4 Lower Watermark Register
GTM_FIFO0_CH4_STATUS 0xF0118514          FIFO0 Channel 4 Status Register
GTM_FIFO0_CH4_FILL_LEVEL 0xF0118518          FIFO0 Channel 4 Fill Level Register
GTM_FIFO0_CH4_WR_PTR 0xF011851C          FIFO0 Channel 4 Write Pointer Register
GTM_FIFO0_CH4_RD_PTR 0xF0118520          FIFO0 Channel 4 Read Pointer Register
GTM_FIFO0_CH4_IRQ_NOTIFY 0xF0118524          FIFO0 Channel 4 Interrupt Notification Register
GTM_FIFO0_CH4_IRQ_EN 0xF0118528          FIFO0 Channel 4 Interrupt Enable Register
GTM_FIFO0_CH4_IRQ_FORCINT 0xF011852C          FIFO0 Channel 4 Force Interrupt Register
GTM_FIFO0_CH4_IRQ_MODE 0xF0118530          FIFO0 Channel 4 Interrupt Mode Control Register
GTM_FIFO0_CH4_EIRQ_EN 0xF0118534          FIFO0 Channel 4 Error Interrupt Enable Register
GTM_FIFO0_CH5_CTRL 0xF0118540          FIFO0 Channel 5 Control Register
GTM_FIFO0_CH5_END_ADDR 0xF0118544          FIFO0 Channel 5 End Address Register
GTM_FIFO0_CH5_START_ADDR 0xF0118548          FIFO0 Channel 5 Start Address Register
GTM_FIFO0_CH5_UPPER_WM 0xF011854C          FIFO0 Channel 5 Upper Watermark Register
GTM_FIFO0_CH5_LOWER_WM 0xF0118550          FIFO0 Channel 5 Lower Watermark Register
GTM_FIFO0_CH5_STATUS 0xF0118554          FIFO0 Channel 5 Status Register
GTM_FIFO0_CH5_FILL_LEVEL 0xF0118558          FIFO0 Channel 5 Fill Level Register
GTM_FIFO0_CH5_WR_PTR 0xF011855C          FIFO0 Channel 5 Write Pointer Register
GTM_FIFO0_CH5_RD_PTR 0xF0118560          FIFO0 Channel 5 Read Pointer Register
GTM_FIFO0_CH5_IRQ_NOTIFY 0xF0118564          FIFO0 Channel 5 Interrupt Notification Register
GTM_FIFO0_CH5_IRQ_EN 0xF0118568          FIFO0 Channel 5 Interrupt Enable Register
GTM_FIFO0_CH5_IRQ_FORCINT 0xF011856C          FIFO0 Channel 5 Force Interrupt Register
GTM_FIFO0_CH5_IRQ_MODE 0xF0118570          FIFO0 Channel 5 Interrupt Mode Control Register
GTM_FIFO0_CH5_EIRQ_EN 0xF0118574          FIFO0 Channel 5 Error Interrupt Enable Register
GTM_FIFO0_CH6_CTRL 0xF0118580          FIFO0 Channel 6 Control Register
GTM_FIFO0_CH6_END_ADDR 0xF0118584          FIFO0 Channel 6 End Address Register
GTM_FIFO0_CH6_START_ADDR 0xF0118588          FIFO0 Channel 6 Start Address Register
GTM_FIFO0_CH6_UPPER_WM 0xF011858C          FIFO0 Channel 6 Upper Watermark Register
GTM_FIFO0_CH6_LOWER_WM 0xF0118590          FIFO0 Channel 6 Lower Watermark Register
GTM_FIFO0_CH6_STATUS 0xF0118594          FIFO0 Channel 6 Status Register
GTM_FIFO0_CH6_FILL_LEVEL 0xF0118598          FIFO0 Channel 6 Fill Level Register
GTM_FIFO0_CH6_WR_PTR 0xF011859C          FIFO0 Channel 6 Write Pointer Register
GTM_FIFO0_CH6_RD_PTR 0xF01185A0          FIFO0 Channel 6 Read Pointer Register
GTM_FIFO0_CH6_IRQ_NOTIFY 0xF01185A4          FIFO0 Channel 6 Interrupt Notification Register
GTM_FIFO0_CH6_IRQ_EN 0xF01185A8          FIFO0 Channel 6 Interrupt Enable Register
GTM_FIFO0_CH6_IRQ_FORCINT 0xF01185AC          FIFO0 Channel 6 Force Interrupt Register
GTM_FIFO0_CH6_IRQ_MODE 0xF01185B0          FIFO0 Channel 6 Interrupt Mode Control Register
GTM_FIFO0_CH6_EIRQ_EN 0xF01185B4          FIFO0 Channel 6 Error Interrupt Enable Register
GTM_FIFO0_CH7_CTRL 0xF01185C0          FIFO0 Channel 7 Control Register
GTM_FIFO0_CH7_END_ADDR 0xF01185C4          FIFO0 Channel 7 End Address Register
GTM_FIFO0_CH7_START_ADDR 0xF01185C8          FIFO0 Channel 7 Start Address Register
GTM_FIFO0_CH7_UPPER_WM 0xF01185CC          FIFO0 Channel 7 Upper Watermark Register
GTM_FIFO0_CH7_LOWER_WM 0xF01185D0          FIFO0 Channel 7 Lower Watermark Register
GTM_FIFO0_CH7_STATUS 0xF01185D4          FIFO0 Channel 7 Status Register
GTM_FIFO0_CH7_FILL_LEVEL 0xF01185D8          FIFO0 Channel 7 Fill Level Register
GTM_FIFO0_CH7_WR_PTR 0xF01185DC          FIFO0 Channel 7 Write Pointer Register
GTM_FIFO0_CH7_RD_PTR 0xF01185E0          FIFO0 Channel 7 Read Pointer Register
GTM_FIFO0_CH7_IRQ_NOTIFY 0xF01185E4          FIFO0 Channel 7 Interrupt Notification Register
GTM_FIFO0_CH7_IRQ_EN 0xF01185E8          FIFO0 Channel 7 Interrupt Enable Register
GTM_FIFO0_CH7_IRQ_FORCINT 0xF01185EC          FIFO0 Channel 7 Force Interrupt Register
GTM_FIFO0_CH7_IRQ_MODE 0xF01185F0          FIFO0 Channel 7 Interrupt Mode Control Register
GTM_FIFO0_CH7_EIRQ_EN 0xF01185F4          FIFO0 Channel 7 Error Interrupt Enable Register
GTM_F2A1_CH0_ARU_RD_FIFO 0xF011C000          F2A1 Stream 0 Read Address Register
GTM_F2A1_CH1_ARU_RD_FIFO 0xF011C004          F2A1 Stream 1 Read Address Register
GTM_F2A1_CH2_ARU_RD_FIFO 0xF011C008          F2A1 Stream 2 Read Address Register
GTM_F2A1_CH3_ARU_RD_FIFO 0xF011C00C          F2A1 Stream 3 Read Address Register
GTM_F2A1_CH4_ARU_RD_FIFO 0xF011C010          F2A1 Stream 4 Read Address Register
GTM_F2A1_CH5_ARU_RD_FIFO 0xF011C014          F2A1 Stream 5 Read Address Register
GTM_F2A1_CH6_ARU_RD_FIFO 0xF011C018          F2A1 Stream 6 Read Address Register
GTM_F2A1_CH7_ARU_RD_FIFO 0xF011C01C          F2A1 Stream 7 Read Address Register
GTM_F2A1_CH0_STR_CFG 0xF011C020          F2A1 Stream 0 Configuration Register
GTM_F2A1_CH1_STR_CFG 0xF011C024          F2A1 Stream 1 Configuration Register
GTM_F2A1_CH2_STR_CFG 0xF011C028          F2A1 Stream 2 Configuration Register
GTM_F2A1_CH3_STR_CFG 0xF011C02C          F2A1 Stream 3 Configuration Register
GTM_F2A1_CH4_STR_CFG 0xF011C030          F2A1 Stream 4 Configuration Register
GTM_F2A1_CH5_STR_CFG 0xF011C034          F2A1 Stream 5 Configuration Register
GTM_F2A1_CH6_STR_CFG 0xF011C038          F2A1 Stream 6 Configuration Register
GTM_F2A1_CH7_STR_CFG 0xF011C03C          F2A1 Stream 7 Configuration Register
GTM_F2A1_ENABLE 0xF011C040          F2A1 Stream Activation Register
GTM_F2A1_CTRL   0xF011C044          F2A1 Stream Control Register
GTM_AFD1_CH0_BUF_ACC 0xF011C080          AFD 1 FIFO 0 Buffer Access Register
GTM_AFD1_CH1_BUF_ACC 0xF011C090          AFD 1 FIFO 1 Buffer Access Register
GTM_AFD1_CH2_BUF_ACC 0xF011C0A0          AFD 1 FIFO 2 Buffer Access Register
GTM_AFD1_CH3_BUF_ACC 0xF011C0B0          AFD 1 FIFO 3 Buffer Access Register
GTM_AFD1_CH4_BUF_ACC 0xF011C0C0          AFD 1 FIFO 4 Buffer Access Register
GTM_AFD1_CH5_BUF_ACC 0xF011C0D0          AFD 1 FIFO 5 Buffer Access Register
GTM_AFD1_CH6_BUF_ACC 0xF011C0E0          AFD 1 FIFO 6 Buffer Access Register
GTM_AFD1_CH7_BUF_ACC 0xF011C0F0          AFD 1 FIFO 7 Buffer Access Register
GTM_FIFO1_CH0_CTRL 0xF011C400          FIFO1 Channel 0 Control Register
GTM_FIFO1_CH0_END_ADDR 0xF011C404          FIFO1 Channel 0 End Address Register
GTM_FIFO1_CH0_START_ADDR 0xF011C408          FIFO1 Channel 0 Start Address Register
GTM_FIFO1_CH0_UPPER_WM 0xF011C40C          FIFO1 Channel 0 Upper Watermark Register
GTM_FIFO1_CH0_LOWER_WM 0xF011C410          FIFO1 Channel 0 Lower Watermark Register
GTM_FIFO1_CH0_STATUS 0xF011C414          FIFO1 Channel 0 Status Register
GTM_FIFO1_CH0_FILL_LEVEL 0xF011C418          FIFO1 Channel 0 Fill Level Register
GTM_FIFO1_CH0_WR_PTR 0xF011C41C          FIFO1 Channel 0 Write Pointer Register
GTM_FIFO1_CH0_RD_PTR 0xF011C420          FIFO1 Channel 0 Read Pointer Register
GTM_FIFO1_CH0_IRQ_NOTIFY 0xF011C424          FIFO1 Channel 0 Interrupt Notification Register
GTM_FIFO1_CH0_IRQ_EN 0xF011C428          FIFO1 Channel 0 Interrupt Enable Register
GTM_FIFO1_CH0_IRQ_FORCINT 0xF011C42C          FIFO1 Channel 0 Force Interrupt Register
GTM_FIFO1_CH0_IRQ_MODE 0xF011C430          FIFO1 Channel 0 Interrupt Mode Control Register
GTM_FIFO1_CH0_EIRQ_EN 0xF011C434          FIFO1 Channel 0 Error Interrupt Enable Register
GTM_FIFO1_CH1_CTRL 0xF011C440          FIFO1 Channel 1 Control Register
GTM_FIFO1_CH1_END_ADDR 0xF011C444          FIFO1 Channel 1 End Address Register
GTM_FIFO1_CH1_START_ADDR 0xF011C448          FIFO1 Channel 1 Start Address Register
GTM_FIFO1_CH1_UPPER_WM 0xF011C44C          FIFO1 Channel 1 Upper Watermark Register
GTM_FIFO1_CH1_LOWER_WM 0xF011C450          FIFO1 Channel 1 Lower Watermark Register
GTM_FIFO1_CH1_STATUS 0xF011C454          FIFO1 Channel 1 Status Register
GTM_FIFO1_CH1_FILL_LEVEL 0xF011C458          FIFO1 Channel 1 Fill Level Register
GTM_FIFO1_CH1_WR_PTR 0xF011C45C          FIFO1 Channel 1 Write Pointer Register
GTM_FIFO1_CH1_RD_PTR 0xF011C460          FIFO1 Channel 1 Read Pointer Register
GTM_FIFO1_CH1_IRQ_NOTIFY 0xF011C464          FIFO1 Channel 1 Interrupt Notification Register
GTM_FIFO1_CH1_IRQ_EN 0xF011C468          FIFO1 Channel 1 Interrupt Enable Register
GTM_FIFO1_CH1_IRQ_FORCINT 0xF011C46C          FIFO1 Channel 1 Force Interrupt Register
GTM_FIFO1_CH1_IRQ_MODE 0xF011C470          FIFO1 Channel 1 Interrupt Mode Control Register
GTM_FIFO1_CH1_EIRQ_EN 0xF011C474          FIFO1 Channel 1 Error Interrupt Enable Register
GTM_FIFO1_CH2_CTRL 0xF011C480          FIFO1 Channel 2 Control Register
GTM_FIFO1_CH2_END_ADDR 0xF011C484          FIFO1 Channel 2 End Address Register
GTM_FIFO1_CH2_START_ADDR 0xF011C488          FIFO1 Channel 2 Start Address Register
GTM_FIFO1_CH2_UPPER_WM 0xF011C48C          FIFO1 Channel 2 Upper Watermark Register
GTM_FIFO1_CH2_LOWER_WM 0xF011C490          FIFO1 Channel 2 Lower Watermark Register
GTM_FIFO1_CH2_STATUS 0xF011C494          FIFO1 Channel 2 Status Register
GTM_FIFO1_CH2_FILL_LEVEL 0xF011C498          FIFO1 Channel 2 Fill Level Register
GTM_FIFO1_CH2_WR_PTR 0xF011C49C          FIFO1 Channel 2 Write Pointer Register
GTM_FIFO1_CH2_RD_PTR 0xF011C4A0          FIFO1 Channel 2 Read Pointer Register
GTM_FIFO1_CH2_IRQ_NOTIFY 0xF011C4A4          FIFO1 Channel 2 Interrupt Notification Register
GTM_FIFO1_CH2_IRQ_EN 0xF011C4A8          FIFO1 Channel 2 Interrupt Enable Register
GTM_FIFO1_CH2_IRQ_FORCINT 0xF011C4AC          FIFO1 Channel 2 Force Interrupt Register
GTM_FIFO1_CH2_IRQ_MODE 0xF011C4B0          FIFO1 Channel 2 Interrupt Mode Control Register
GTM_FIFO1_CH2_EIRQ_EN 0xF011C4B4          FIFO1 Channel 2 Error Interrupt Enable Register
GTM_FIFO1_CH3_CTRL 0xF011C4C0          FIFO1 Channel 3 Control Register
GTM_FIFO1_CH3_END_ADDR 0xF011C4C4          FIFO1 Channel 3 End Address Register
GTM_FIFO1_CH3_START_ADDR 0xF011C4C8          FIFO1 Channel 3 Start Address Register
GTM_FIFO1_CH3_UPPER_WM 0xF011C4CC          FIFO1 Channel 3 Upper Watermark Register
GTM_FIFO1_CH3_LOWER_WM 0xF011C4D0          FIFO1 Channel 3 Lower Watermark Register
GTM_FIFO1_CH3_STATUS 0xF011C4D4          FIFO1 Channel 3 Status Register
GTM_FIFO1_CH3_FILL_LEVEL 0xF011C4D8          FIFO1 Channel 3 Fill Level Register
GTM_FIFO1_CH3_WR_PTR 0xF011C4DC          FIFO1 Channel 3 Write Pointer Register
GTM_FIFO1_CH3_RD_PTR 0xF011C4E0          FIFO1 Channel 3 Read Pointer Register
GTM_FIFO1_CH3_IRQ_NOTIFY 0xF011C4E4          FIFO1 Channel 3 Interrupt Notification Register
GTM_FIFO1_CH3_IRQ_EN 0xF011C4E8          FIFO1 Channel 3 Interrupt Enable Register
GTM_FIFO1_CH3_IRQ_FORCINT 0xF011C4EC          FIFO1 Channel 3 Force Interrupt Register
GTM_FIFO1_CH3_IRQ_MODE 0xF011C4F0          FIFO1 Channel 3 Interrupt Mode Control Register
GTM_FIFO1_CH3_EIRQ_EN 0xF011C4F4          FIFO1 Channel 3 Error Interrupt Enable Register
GTM_FIFO1_CH4_CTRL 0xF011C500          FIFO1 Channel 4 Control Register
GTM_FIFO1_CH4_END_ADDR 0xF011C504          FIFO1 Channel 4 End Address Register
GTM_FIFO1_CH4_START_ADDR 0xF011C508          FIFO1 Channel 4 Start Address Register
GTM_FIFO1_CH4_UPPER_WM 0xF011C50C          FIFO1 Channel 4 Upper Watermark Register
GTM_FIFO1_CH4_LOWER_WM 0xF011C510          FIFO1 Channel 4 Lower Watermark Register
GTM_FIFO1_CH4_STATUS 0xF011C514          FIFO1 Channel 4 Status Register
GTM_FIFO1_CH4_FILL_LEVEL 0xF011C518          FIFO1 Channel 4 Fill Level Register
GTM_FIFO1_CH4_WR_PTR 0xF011C51C          FIFO1 Channel 4 Write Pointer Register
GTM_FIFO1_CH4_RD_PTR 0xF011C520          FIFO1 Channel 4 Read Pointer Register
GTM_FIFO1_CH4_IRQ_NOTIFY 0xF011C524          FIFO1 Channel 4 Interrupt Notification Register
GTM_FIFO1_CH4_IRQ_EN 0xF011C528          FIFO1 Channel 4 Interrupt Enable Register
GTM_FIFO1_CH4_IRQ_FORCINT 0xF011C52C          FIFO1 Channel 4 Force Interrupt Register
GTM_FIFO1_CH4_IRQ_MODE 0xF011C530          FIFO1 Channel 4 Interrupt Mode Control Register
GTM_FIFO1_CH4_EIRQ_EN 0xF011C534          FIFO1 Channel 4 Error Interrupt Enable Register
GTM_FIFO1_CH5_CTRL 0xF011C540          FIFO1 Channel 5 Control Register
GTM_FIFO1_CH5_END_ADDR 0xF011C544          FIFO1 Channel 5 End Address Register
GTM_FIFO1_CH5_START_ADDR 0xF011C548          FIFO1 Channel 5 Start Address Register
GTM_FIFO1_CH5_UPPER_WM 0xF011C54C          FIFO1 Channel 5 Upper Watermark Register
GTM_FIFO1_CH5_LOWER_WM 0xF011C550          FIFO1 Channel 5 Lower Watermark Register
GTM_FIFO1_CH5_STATUS 0xF011C554          FIFO1 Channel 5 Status Register
GTM_FIFO1_CH5_FILL_LEVEL 0xF011C558          FIFO1 Channel 5 Fill Level Register
GTM_FIFO1_CH5_WR_PTR 0xF011C55C          FIFO1 Channel 5 Write Pointer Register
GTM_FIFO1_CH5_RD_PTR 0xF011C560          FIFO1 Channel 5 Read Pointer Register
GTM_FIFO1_CH5_IRQ_NOTIFY 0xF011C564          FIFO1 Channel 5 Interrupt Notification Register
GTM_FIFO1_CH5_IRQ_EN 0xF011C568          FIFO1 Channel 5 Interrupt Enable Register
GTM_FIFO1_CH5_IRQ_FORCINT 0xF011C56C          FIFO1 Channel 5 Force Interrupt Register
GTM_FIFO1_CH5_IRQ_MODE 0xF011C570          FIFO1 Channel 5 Interrupt Mode Control Register
GTM_FIFO1_CH5_EIRQ_EN 0xF011C574          FIFO1 Channel 5 Error Interrupt Enable Register
GTM_FIFO1_CH6_CTRL 0xF011C580          FIFO1 Channel 6 Control Register
GTM_FIFO1_CH6_END_ADDR 0xF011C584          FIFO1 Channel 6 End Address Register
GTM_FIFO1_CH6_START_ADDR 0xF011C588          FIFO1 Channel 6 Start Address Register
GTM_FIFO1_CH6_UPPER_WM 0xF011C58C          FIFO1 Channel 6 Upper Watermark Register
GTM_FIFO1_CH6_LOWER_WM 0xF011C590          FIFO1 Channel 6 Lower Watermark Register
GTM_FIFO1_CH6_STATUS 0xF011C594          FIFO1 Channel 6 Status Register
GTM_FIFO1_CH6_FILL_LEVEL 0xF011C598          FIFO1 Channel 6 Fill Level Register
GTM_FIFO1_CH6_WR_PTR 0xF011C59C          FIFO1 Channel 6 Write Pointer Register
GTM_FIFO1_CH6_RD_PTR 0xF011C5A0          FIFO1 Channel 6 Read Pointer Register
GTM_FIFO1_CH6_IRQ_NOTIFY 0xF011C5A4          FIFO1 Channel 6 Interrupt Notification Register
GTM_FIFO1_CH6_IRQ_EN 0xF011C5A8          FIFO1 Channel 6 Interrupt Enable Register
GTM_FIFO1_CH6_IRQ_FORCINT 0xF011C5AC          FIFO1 Channel 6 Force Interrupt Register
GTM_FIFO1_CH6_IRQ_MODE 0xF011C5B0          FIFO1 Channel 6 Interrupt Mode Control Register
GTM_FIFO1_CH6_EIRQ_EN 0xF011C5B4          FIFO1 Channel 6 Error Interrupt Enable Register
GTM_FIFO1_CH7_CTRL 0xF011C5C0          FIFO1 Channel 7 Control Register
GTM_FIFO1_CH7_END_ADDR 0xF011C5C4          FIFO1 Channel 7 End Address Register
GTM_FIFO1_CH7_START_ADDR 0xF011C5C8          FIFO1 Channel 7 Start Address Register
GTM_FIFO1_CH7_UPPER_WM 0xF011C5CC          FIFO1 Channel 7 Upper Watermark Register
GTM_FIFO1_CH7_LOWER_WM 0xF011C5D0          FIFO1 Channel 7 Lower Watermark Register
GTM_FIFO1_CH7_STATUS 0xF011C5D4          FIFO1 Channel 7 Status Register
GTM_FIFO1_CH7_FILL_LEVEL 0xF011C5D8          FIFO1 Channel 7 Fill Level Register
GTM_FIFO1_CH7_WR_PTR 0xF011C5DC          FIFO1 Channel 7 Write Pointer Register
GTM_FIFO1_CH7_RD_PTR 0xF011C5E0          FIFO1 Channel 7 Read Pointer Register
GTM_FIFO1_CH7_IRQ_NOTIFY 0xF011C5E4          FIFO1 Channel 7 Interrupt Notification Register
GTM_FIFO1_CH7_IRQ_EN 0xF011C5E8          FIFO1 Channel 7 Interrupt Enable Register
GTM_FIFO1_CH7_IRQ_FORCINT 0xF011C5EC          FIFO1 Channel 7 Force Interrupt Register
GTM_FIFO1_CH7_IRQ_MODE 0xF011C5F0          FIFO1 Channel 7 Interrupt Mode Control Register
GTM_FIFO1_CH7_EIRQ_EN 0xF011C5F4          FIFO1 Channel 7 Error Interrupt Enable Register
GTM_F2A2_CH0_ARU_RD_FIFO 0xF0120000          F2A2 Stream 0 Read Address Register
GTM_F2A2_CH1_ARU_RD_FIFO 0xF0120004          F2A2 Stream 1 Read Address Register
GTM_F2A2_CH2_ARU_RD_FIFO 0xF0120008          F2A2 Stream 2 Read Address Register
GTM_F2A2_CH3_ARU_RD_FIFO 0xF012000C          F2A2 Stream 3 Read Address Register
GTM_F2A2_CH4_ARU_RD_FIFO 0xF0120010          F2A2 Stream 4 Read Address Register
GTM_F2A2_CH5_ARU_RD_FIFO 0xF0120014          F2A2 Stream 5 Read Address Register
GTM_F2A2_CH6_ARU_RD_FIFO 0xF0120018          F2A2 Stream 6 Read Address Register
GTM_F2A2_CH7_ARU_RD_FIFO 0xF012001C          F2A2 Stream 7 Read Address Register
GTM_F2A2_CH0_STR_CFG 0xF0120020          F2A2 Stream 0 Configuration Register
GTM_F2A2_CH1_STR_CFG 0xF0120024          F2A2 Stream 1 Configuration Register
GTM_F2A2_CH2_STR_CFG 0xF0120028          F2A2 Stream 2 Configuration Register
GTM_F2A2_CH3_STR_CFG 0xF012002C          F2A2 Stream 3 Configuration Register
GTM_F2A2_CH4_STR_CFG 0xF0120030          F2A2 Stream 4 Configuration Register
GTM_F2A2_CH5_STR_CFG 0xF0120034          F2A2 Stream 5 Configuration Register
GTM_F2A2_CH6_STR_CFG 0xF0120038          F2A2 Stream 6 Configuration Register
GTM_F2A2_CH7_STR_CFG 0xF012003C          F2A2 Stream 7 Configuration Register
GTM_F2A2_ENABLE 0xF0120040          F2A2 Stream Activation Register
GTM_F2A2_CTRL   0xF0120044          F2A2 Stream Control Register
GTM_AFD2_CH0_BUF_ACC 0xF0120080          AFD 2 FIFO 0 Buffer Access Register
GTM_AFD2_CH1_BUF_ACC 0xF0120090          AFD 2 FIFO 1 Buffer Access Register
GTM_AFD2_CH2_BUF_ACC 0xF01200A0          AFD 2 FIFO 2 Buffer Access Register
GTM_AFD2_CH3_BUF_ACC 0xF01200B0          AFD 2 FIFO 3 Buffer Access Register
GTM_AFD2_CH4_BUF_ACC 0xF01200C0          AFD 2 FIFO 4 Buffer Access Register
GTM_AFD2_CH5_BUF_ACC 0xF01200D0          AFD 2 FIFO 5 Buffer Access Register
GTM_AFD2_CH6_BUF_ACC 0xF01200E0          AFD 2 FIFO 6 Buffer Access Register
GTM_AFD2_CH7_BUF_ACC 0xF01200F0          AFD 2 FIFO 7 Buffer Access Register
GTM_FIFO2_CH0_CTRL 0xF0120400          FIFO2 Channel 0 Control Register
GTM_FIFO2_CH0_END_ADDR 0xF0120404          FIFO2 Channel 0 End Address Register
GTM_FIFO2_CH0_START_ADDR 0xF0120408          FIFO2 Channel 0 Start Address Register
GTM_FIFO2_CH0_UPPER_WM 0xF012040C          FIFO2 Channel 0 Upper Watermark Register
GTM_FIFO2_CH0_LOWER_WM 0xF0120410          FIFO2 Channel 0 Lower Watermark Register
GTM_FIFO2_CH0_STATUS 0xF0120414          FIFO2 Channel 0 Status Register
GTM_FIFO2_CH0_FILL_LEVEL 0xF0120418          FIFO2 Channel 0 Fill Level Register
GTM_FIFO2_CH0_WR_PTR 0xF012041C          FIFO2 Channel 0 Write Pointer Register
GTM_FIFO2_CH0_RD_PTR 0xF0120420          FIFO2 Channel 0 Read Pointer Register
GTM_FIFO2_CH0_IRQ_NOTIFY 0xF0120424          FIFO2 Channel 0 Interrupt Notification Register
GTM_FIFO2_CH0_IRQ_EN 0xF0120428          FIFO2 Channel 0 Interrupt Enable Register
GTM_FIFO2_CH0_IRQ_FORCINT 0xF012042C          FIFO2 Channel 0 Force Interrupt Register
GTM_FIFO2_CH0_IRQ_MODE 0xF0120430          FIFO2 Channel 0 Interrupt Mode Control Register
GTM_FIFO2_CH0_EIRQ_EN 0xF0120434          FIFO2 Channel 0 Error Interrupt Enable Register
GTM_FIFO2_CH1_CTRL 0xF0120440          FIFO2 Channel 1 Control Register
GTM_FIFO2_CH1_END_ADDR 0xF0120444          FIFO2 Channel 1 End Address Register
GTM_FIFO2_CH1_START_ADDR 0xF0120448          FIFO2 Channel 1 Start Address Register
GTM_FIFO2_CH1_UPPER_WM 0xF012044C          FIFO2 Channel 1 Upper Watermark Register
GTM_FIFO2_CH1_LOWER_WM 0xF0120450          FIFO2 Channel 1 Lower Watermark Register
GTM_FIFO2_CH1_STATUS 0xF0120454          FIFO2 Channel 1 Status Register
GTM_FIFO2_CH1_FILL_LEVEL 0xF0120458          FIFO2 Channel 1 Fill Level Register
GTM_FIFO2_CH1_WR_PTR 0xF012045C          FIFO2 Channel 1 Write Pointer Register
GTM_FIFO2_CH1_RD_PTR 0xF0120460          FIFO2 Channel 1 Read Pointer Register
GTM_FIFO2_CH1_IRQ_NOTIFY 0xF0120464          FIFO2 Channel 1 Interrupt Notification Register
GTM_FIFO2_CH1_IRQ_EN 0xF0120468          FIFO2 Channel 1 Interrupt Enable Register
GTM_FIFO2_CH1_IRQ_FORCINT 0xF012046C          FIFO2 Channel 1 Force Interrupt Register
GTM_FIFO2_CH1_IRQ_MODE 0xF0120470          FIFO2 Channel 1 Interrupt Mode Control Register
GTM_FIFO2_CH1_EIRQ_EN 0xF0120474          FIFO2 Channel 1 Error Interrupt Enable Register
GTM_FIFO2_CH2_CTRL 0xF0120480          FIFO2 Channel 2 Control Register
GTM_FIFO2_CH2_END_ADDR 0xF0120484          FIFO2 Channel 2 End Address Register
GTM_FIFO2_CH2_START_ADDR 0xF0120488          FIFO2 Channel 2 Start Address Register
GTM_FIFO2_CH2_UPPER_WM 0xF012048C          FIFO2 Channel 2 Upper Watermark Register
GTM_FIFO2_CH2_LOWER_WM 0xF0120490          FIFO2 Channel 2 Lower Watermark Register
GTM_FIFO2_CH2_STATUS 0xF0120494          FIFO2 Channel 2 Status Register
GTM_FIFO2_CH2_FILL_LEVEL 0xF0120498          FIFO2 Channel 2 Fill Level Register
GTM_FIFO2_CH2_WR_PTR 0xF012049C          FIFO2 Channel 2 Write Pointer Register
GTM_FIFO2_CH2_RD_PTR 0xF01204A0          FIFO2 Channel 2 Read Pointer Register
GTM_FIFO2_CH2_IRQ_NOTIFY 0xF01204A4          FIFO2 Channel 2 Interrupt Notification Register
GTM_FIFO2_CH2_IRQ_EN 0xF01204A8          FIFO2 Channel 2 Interrupt Enable Register
GTM_FIFO2_CH2_IRQ_FORCINT 0xF01204AC          FIFO2 Channel 2 Force Interrupt Register
GTM_FIFO2_CH2_IRQ_MODE 0xF01204B0          FIFO2 Channel 2 Interrupt Mode Control Register
GTM_FIFO2_CH2_EIRQ_EN 0xF01204B4          FIFO2 Channel 2 Error Interrupt Enable Register
GTM_FIFO2_CH3_CTRL 0xF01204C0          FIFO2 Channel 3 Control Register
GTM_FIFO2_CH3_END_ADDR 0xF01204C4          FIFO2 Channel 3 End Address Register
GTM_FIFO2_CH3_START_ADDR 0xF01204C8          FIFO2 Channel 3 Start Address Register
GTM_FIFO2_CH3_UPPER_WM 0xF01204CC          FIFO2 Channel 3 Upper Watermark Register
GTM_FIFO2_CH3_LOWER_WM 0xF01204D0          FIFO2 Channel 3 Lower Watermark Register
GTM_FIFO2_CH3_STATUS 0xF01204D4          FIFO2 Channel 3 Status Register
GTM_FIFO2_CH3_FILL_LEVEL 0xF01204D8          FIFO2 Channel 3 Fill Level Register
GTM_FIFO2_CH3_WR_PTR 0xF01204DC          FIFO2 Channel 3 Write Pointer Register
GTM_FIFO2_CH3_RD_PTR 0xF01204E0          FIFO2 Channel 3 Read Pointer Register
GTM_FIFO2_CH3_IRQ_NOTIFY 0xF01204E4          FIFO2 Channel 3 Interrupt Notification Register
GTM_FIFO2_CH3_IRQ_EN 0xF01204E8          FIFO2 Channel 3 Interrupt Enable Register
GTM_FIFO2_CH3_IRQ_FORCINT 0xF01204EC          FIFO2 Channel 3 Force Interrupt Register
GTM_FIFO2_CH3_IRQ_MODE 0xF01204F0          FIFO2 Channel 3 Interrupt Mode Control Register
GTM_FIFO2_CH3_EIRQ_EN 0xF01204F4          FIFO2 Channel 3 Error Interrupt Enable Register
GTM_FIFO2_CH4_CTRL 0xF0120500          FIFO2 Channel 4 Control Register
GTM_FIFO2_CH4_END_ADDR 0xF0120504          FIFO2 Channel 4 End Address Register
GTM_FIFO2_CH4_START_ADDR 0xF0120508          FIFO2 Channel 4 Start Address Register
GTM_FIFO2_CH4_UPPER_WM 0xF012050C          FIFO2 Channel 4 Upper Watermark Register
GTM_FIFO2_CH4_LOWER_WM 0xF0120510          FIFO2 Channel 4 Lower Watermark Register
GTM_FIFO2_CH4_STATUS 0xF0120514          FIFO2 Channel 4 Status Register
GTM_FIFO2_CH4_FILL_LEVEL 0xF0120518          FIFO2 Channel 4 Fill Level Register
GTM_FIFO2_CH4_WR_PTR 0xF012051C          FIFO2 Channel 4 Write Pointer Register
GTM_FIFO2_CH4_RD_PTR 0xF0120520          FIFO2 Channel 4 Read Pointer Register
GTM_FIFO2_CH4_IRQ_NOTIFY 0xF0120524          FIFO2 Channel 4 Interrupt Notification Register
GTM_FIFO2_CH4_IRQ_EN 0xF0120528          FIFO2 Channel 4 Interrupt Enable Register
GTM_FIFO2_CH4_IRQ_FORCINT 0xF012052C          FIFO2 Channel 4 Force Interrupt Register
GTM_FIFO2_CH4_IRQ_MODE 0xF0120530          FIFO2 Channel 4 Interrupt Mode Control Register
GTM_FIFO2_CH4_EIRQ_EN 0xF0120534          FIFO2 Channel 4 Error Interrupt Enable Register
GTM_FIFO2_CH5_CTRL 0xF0120540          FIFO2 Channel 5 Control Register
GTM_FIFO2_CH5_END_ADDR 0xF0120544          FIFO2 Channel 5 End Address Register
GTM_FIFO2_CH5_START_ADDR 0xF0120548          FIFO2 Channel 5 Start Address Register
GTM_FIFO2_CH5_UPPER_WM 0xF012054C          FIFO2 Channel 5 Upper Watermark Register
GTM_FIFO2_CH5_LOWER_WM 0xF0120550          FIFO2 Channel 5 Lower Watermark Register
GTM_FIFO2_CH5_STATUS 0xF0120554          FIFO2 Channel 5 Status Register
GTM_FIFO2_CH5_FILL_LEVEL 0xF0120558          FIFO2 Channel 5 Fill Level Register
GTM_FIFO2_CH5_WR_PTR 0xF012055C          FIFO2 Channel 5 Write Pointer Register
GTM_FIFO2_CH5_RD_PTR 0xF0120560          FIFO2 Channel 5 Read Pointer Register
GTM_FIFO2_CH5_IRQ_NOTIFY 0xF0120564          FIFO2 Channel 5 Interrupt Notification Register
GTM_FIFO2_CH5_IRQ_EN 0xF0120568          FIFO2 Channel 5 Interrupt Enable Register
GTM_FIFO2_CH5_IRQ_FORCINT 0xF012056C          FIFO2 Channel 5 Force Interrupt Register
GTM_FIFO2_CH5_IRQ_MODE 0xF0120570          FIFO2 Channel 5 Interrupt Mode Control Register
GTM_FIFO2_CH5_EIRQ_EN 0xF0120574          FIFO2 Channel 5 Error Interrupt Enable Register
GTM_FIFO2_CH6_CTRL 0xF0120580          FIFO2 Channel 6 Control Register
GTM_FIFO2_CH6_END_ADDR 0xF0120584          FIFO2 Channel 6 End Address Register
GTM_FIFO2_CH6_START_ADDR 0xF0120588          FIFO2 Channel 6 Start Address Register
GTM_FIFO2_CH6_UPPER_WM 0xF012058C          FIFO2 Channel 6 Upper Watermark Register
GTM_FIFO2_CH6_LOWER_WM 0xF0120590          FIFO2 Channel 6 Lower Watermark Register
GTM_FIFO2_CH6_STATUS 0xF0120594          FIFO2 Channel 6 Status Register
GTM_FIFO2_CH6_FILL_LEVEL 0xF0120598          FIFO2 Channel 6 Fill Level Register
GTM_FIFO2_CH6_WR_PTR 0xF012059C          FIFO2 Channel 6 Write Pointer Register
GTM_FIFO2_CH6_RD_PTR 0xF01205A0          FIFO2 Channel 6 Read Pointer Register
GTM_FIFO2_CH6_IRQ_NOTIFY 0xF01205A4          FIFO2 Channel 6 Interrupt Notification Register
GTM_FIFO2_CH6_IRQ_EN 0xF01205A8          FIFO2 Channel 6 Interrupt Enable Register
GTM_FIFO2_CH6_IRQ_FORCINT 0xF01205AC          FIFO2 Channel 6 Force Interrupt Register
GTM_FIFO2_CH6_IRQ_MODE 0xF01205B0          FIFO2 Channel 6 Interrupt Mode Control Register
GTM_FIFO2_CH6_EIRQ_EN 0xF01205B4          FIFO2 Channel 6 Error Interrupt Enable Register
GTM_FIFO2_CH7_CTRL 0xF01205C0          FIFO2 Channel 7 Control Register
GTM_FIFO2_CH7_END_ADDR 0xF01205C4          FIFO2 Channel 7 End Address Register
GTM_FIFO2_CH7_START_ADDR 0xF01205C8          FIFO2 Channel 7 Start Address Register
GTM_FIFO2_CH7_UPPER_WM 0xF01205CC          FIFO2 Channel 7 Upper Watermark Register
GTM_FIFO2_CH7_LOWER_WM 0xF01205D0          FIFO2 Channel 7 Lower Watermark Register
GTM_FIFO2_CH7_STATUS 0xF01205D4          FIFO2 Channel 7 Status Register
GTM_FIFO2_CH7_FILL_LEVEL 0xF01205D8          FIFO2 Channel 7 Fill Level Register
GTM_FIFO2_CH7_WR_PTR 0xF01205DC          FIFO2 Channel 7 Write Pointer Register
GTM_FIFO2_CH7_RD_PTR 0xF01205E0          FIFO2 Channel 7 Read Pointer Register
GTM_FIFO2_CH7_IRQ_NOTIFY 0xF01205E4          FIFO2 Channel 7 Interrupt Notification Register
GTM_FIFO2_CH7_IRQ_EN 0xF01205E8          FIFO2 Channel 7 Interrupt Enable Register
GTM_FIFO2_CH7_IRQ_FORCINT 0xF01205EC          FIFO2 Channel 7 Force Interrupt Register
GTM_FIFO2_CH7_IRQ_MODE 0xF01205F0          FIFO2 Channel 7 Interrupt Mode Control Register
GTM_FIFO2_CH7_EIRQ_EN 0xF01205F4          FIFO2 Channel 7 Error Interrupt Enable Register
GTM_DPLL_CTRL_0 0xF0128000          DPLL Control Register 0
GTM_DPLL_CTRL_1 0xF0128004          DPLL Control Register 1
GTM_DPLL_CTRL_2 0xF0128008          DPLL Control Register 2
GTM_DPLL_CTRL_3 0xF012800C          DPLL Control Register 3
GTM_DPLL_CTRL_4 0xF0128010          DPLL Control Register 4
GTM_DPLL_CTRL_5 0xF0128014          DPLL Control Register 5
GTM_DPLL_ACT_STA 0xF0128018          DPLL ACTION Status Register with Connected Shadow Register
GTM_DPLL_OSW    0xF012801C          DPLL Offset and Switch Old/New Address Register
GTM_DPLL_AOSV_2 0xF0128020          DPLL Address Offset Register of RAM 2 Regions
GTM_DPLL_APT    0xF0128024          DPLL Actual RAM Pointer Address for TRIGGER
GTM_DPLL_APS    0xF0128028          DPLL Actual RAM Pointer Address for STATE
GTM_DPLL_APT_2C 0xF012802C          DPLL Actual RAM Pointer for Region 2C
GTM_DPLL_APS_1C3 0xF0128030          DPLL Actual RAM Pointer for RAM Region 1C3
GTM_DPLL_NUTC   0xF0128034          DPLL Number of Recent TRIGGER Events Used for Calculations
GTM_DPLL_NUSC   0xF0128038          DPLL Number of Recent STATE Events Used for Calculations
GTM_DPLL_NTI_CNT 0xF012803C          DPLL Number of Active TRIGGER Events to Interrupt
GTM_DPLL_IRQ_NOTIFY 0xF0128040          DPLL Interrupt Notification Register
GTM_DPLL_IRQ_EN 0xF0128044          DPLL Interrupt Enable Register
GTM_DPLL_IRQ_FORCINT 0xF0128048          DPLL Interrupt Force Register
GTM_DPLL_IRQ_MODE 0xF012804C          DPLL Interrupt Mode Register
GTM_DPLL_EIRQ_EN 0xF0128050          DPLL Error Interrupt Enable Register
GTM_DPLL_INC_CNT1 0xF01280B0          DPLL Counter for Pulses for TBU_CH1_BASE to be Sent in Automatic End Mode
GTM_DPLL_INC_CNT2 0xF01280B4          DPLL Counter for Pulses for TBU_TS2 to be Sent in Automatic End Mode
GTM_DPLL_APT_SYNC 0xF01280B8          DPLL Old RAM Pointer and Offset Value for TRIGGER
GTM_DPLL_APS_SYNC 0xF01280BC          DPLL Old RAM Pointer and Offset Value for STATE
GTM_DPLL_TBU_TS0_T 0xF01280C0          DPLL TBU_TS0 Value at Last TRIGGER Event
GTM_DPLL_TBU_TS0_S 0xF01280C4          DPLL TBU_TS0 Value at Last STATE Event
GTM_DPLL_ADD_IN_LD1 0xF01280C8          DPLL Direct Load Input Value for SUB_INC1
GTM_DPLL_ADD_IN_LD2 0xF01280CC          DPLL Direct Load Input Value for SUB_INC2
GTM_DPLL_STATUS 0xF01280FC          DPLL Status Register
GTM_DPLL_ID_PMTR_0 0xF0128100          DPLL ID Information for Input Signal PMT 0 Register
GTM_DPLL_ID_PMTR_1 0xF0128104          DPLL ID Information for Input Signal PMT 1 Register
GTM_DPLL_ID_PMTR_2 0xF0128108          DPLL ID Information for Input Signal PMT 2 Register
GTM_DPLL_ID_PMTR_3 0xF012810C          DPLL ID Information for Input Signal PMT 3 Register
GTM_DPLL_ID_PMTR_4 0xF0128110          DPLL ID Information for Input Signal PMT 4 Register
GTM_DPLL_ID_PMTR_5 0xF0128114          DPLL ID Information for Input Signal PMT 5 Register
GTM_DPLL_ID_PMTR_6 0xF0128118          DPLL ID Information for Input Signal PMT 6 Register
GTM_DPLL_ID_PMTR_7 0xF012811C          DPLL ID Information for Input Signal PMT 7 Register
GTM_DPLL_ID_PMTR_8 0xF0128120          DPLL ID Information for Input Signal PMT 8 Register
GTM_DPLL_ID_PMTR_9 0xF0128124          DPLL ID Information for Input Signal PMT 9 Register
GTM_DPLL_ID_PMTR_10 0xF0128128          DPLL ID Information for Input Signal PMT 10 Register
GTM_DPLL_ID_PMTR_11 0xF012812C          DPLL ID Information for Input Signal PMT 11 Register
GTM_DPLL_ID_PMTR_12 0xF0128130          DPLL ID Information for Input Signal PMT 12 Register
GTM_DPLL_ID_PMTR_13 0xF0128134          DPLL ID Information for Input Signal PMT 13 Register
GTM_DPLL_ID_PMTR_14 0xF0128138          DPLL ID Information for Input Signal PMT 14 Register
GTM_DPLL_ID_PMTR_15 0xF012813C          DPLL ID Information for Input Signal PMT 15 Register
GTM_DPLL_ID_PMTR_16 0xF0128140          DPLL ID Information for Input Signal PMT 16 Register
GTM_DPLL_ID_PMTR_17 0xF0128144          DPLL ID Information for Input Signal PMT 17 Register
GTM_DPLL_ID_PMTR_18 0xF0128148          DPLL ID Information for Input Signal PMT 18 Register
GTM_DPLL_ID_PMTR_19 0xF012814C          DPLL ID Information for Input Signal PMT 19 Register
GTM_DPLL_ID_PMTR_20 0xF0128150          DPLL ID Information for Input Signal PMT 20 Register
GTM_DPLL_ID_PMTR_21 0xF0128154          DPLL ID Information for Input Signal PMT 21 Register
GTM_DPLL_ID_PMTR_22 0xF0128158          DPLL ID Information for Input Signal PMT 22 Register
GTM_DPLL_ID_PMTR_23 0xF012815C          DPLL ID Information for Input Signal PMT 23 Register
GTM_DPLL_ID_PMTR_24 0xF0128160          DPLL ID Information for Input Signal PMT 24 Register
GTM_DPLL_ID_PMTR_25 0xF0128164          DPLL ID Information for Input Signal PMT 25 Register
GTM_DPLL_ID_PMTR_26 0xF0128168          DPLL ID Information for Input Signal PMT 26 Register
GTM_DPLL_ID_PMTR_27 0xF012816C          DPLL ID Information for Input Signal PMT 27 Register
GTM_DPLL_ID_PMTR_28 0xF0128170          DPLL ID Information for Input Signal PMT 28 Register
GTM_DPLL_ID_PMTR_29 0xF0128174          DPLL ID Information for Input Signal PMT 29 Register
GTM_DPLL_ID_PMTR_30 0xF0128178          DPLL ID Information for Input Signal PMT 30 Register
GTM_DPLL_ID_PMTR_31 0xF012817C          DPLL ID Information for Input Signal PMT 31 Register
GTM_DPLL_CTRL_0_SHADOW_TRIGGER 0xF01281E0          DPLL Control 0 Shadow Trigger Register
GTM_DPLL_CTRL_0_SHADOW_STATE 0xF01281E4          DPLL Control 0 Shadow STATE Register
GTM_DPLL_CTRL_1_SHADOW_TRIGGER 0xF01281E8          DPLL Control 1 Shadow TRIGGER Register
GTM_DPLL_CTRL_1_SHADOW_STATE 0xF01281EC          DPLL Control 1 Shadow STATE Register
GTM_DPLL_RAM_INI 0xF01281FC          DPLL RAM Initialization Register
GTM_DPLL_PSA0   0xF0128200          DPLL ACTION_0 Position/Value Request
GTM_DPLL_PSA1   0xF0128204          DPLL ACTION_1 Position/Value Request
GTM_DPLL_PSA2   0xF0128208          DPLL ACTION_2 Position/Value Request
GTM_DPLL_PSA3   0xF012820C          DPLL ACTION_3 Position/Value Request
GTM_DPLL_PSA4   0xF0128210          DPLL ACTION_4 Position/Value Request
GTM_DPLL_PSA5   0xF0128214          DPLL ACTION_5 Position/Value Request
GTM_DPLL_PSA6   0xF0128218          DPLL ACTION_6 Position/Value Request
GTM_DPLL_PSA7   0xF012821C          DPLL ACTION_7 Position/Value Request
GTM_DPLL_PSA8   0xF0128220          DPLL ACTION_8 Position/Value Request
GTM_DPLL_PSA9   0xF0128224          DPLL ACTION_9 Position/Value Request
GTM_DPLL_PSA10  0xF0128228          DPLL ACTION_10 Position/Value Request
GTM_DPLL_PSA11  0xF012822C          DPLL ACTION_11 Position/Value Request
GTM_DPLL_PSA12  0xF0128230          DPLL ACTION_12 Position/Value Request
GTM_DPLL_PSA13  0xF0128234          DPLL ACTION_13 Position/Value Request
GTM_DPLL_PSA14  0xF0128238          DPLL ACTION_14 Position/Value Request
GTM_DPLL_PSA15  0xF012823C          DPLL ACTION_15 Position/Value Request
GTM_DPLL_PSA16  0xF0128240          DPLL ACTION_16 Position/Value Request
GTM_DPLL_PSA17  0xF0128244          DPLL ACTION_17 Position/Value Request
GTM_DPLL_PSA18  0xF0128248          DPLL ACTION_18 Position/Value Request
GTM_DPLL_PSA19  0xF012824C          DPLL ACTION_19 Position/Value Request
GTM_DPLL_PSA20  0xF0128250          DPLL ACTION_20 Position/Value Request
GTM_DPLL_PSA21  0xF0128254          DPLL ACTION_21 Position/Value Request
GTM_DPLL_PSA22  0xF0128258          DPLL ACTION_22 Position/Value Request
GTM_DPLL_PSA23  0xF012825C          DPLL ACTION_23 Position/Value Request
GTM_DPLL_PSA24  0xF0128260          DPLL ACTION_24 Position/Value Request
GTM_DPLL_PSA25  0xF0128264          DPLL ACTION_25 Position/Value Request
GTM_DPLL_PSA26  0xF0128268          DPLL ACTION_26 Position/Value Request
GTM_DPLL_PSA27  0xF012826C          DPLL ACTION_27 Position/Value Request
GTM_DPLL_PSA28  0xF0128270          DPLL ACTION_28 Position/Value Request
GTM_DPLL_PSA29  0xF0128274          DPLL ACTION_29 Position/Value Request
GTM_DPLL_PSA30  0xF0128278          DPLL ACTION_30 Position/Value Request
GTM_DPLL_PSA31  0xF012827C          DPLL ACTION_31 Position/Value Request
GTM_DPLL_DLA0   0xF0128280          DPLL ACTION_i Time to React before PSA0
GTM_DPLL_DLA1   0xF0128284          DPLL ACTION_i Time to React before PSA1
GTM_DPLL_DLA2   0xF0128288          DPLL ACTION_i Time to React before PSA2
GTM_DPLL_DLA3   0xF012828C          DPLL ACTION_i Time to React before PSA3
GTM_DPLL_DLA4   0xF0128290          DPLL ACTION_i Time to React before PSA4
GTM_DPLL_DLA5   0xF0128294          DPLL ACTION_i Time to React before PSA5
GTM_DPLL_DLA6   0xF0128298          DPLL ACTION_i Time to React before PSA6
GTM_DPLL_DLA7   0xF012829C          DPLL ACTION_i Time to React before PSA7
GTM_DPLL_DLA8   0xF01282A0          DPLL ACTION_i Time to React before PSA8
GTM_DPLL_DLA9   0xF01282A4          DPLL ACTION_i Time to React before PSA9
GTM_DPLL_DLA10  0xF01282A8          DPLL ACTION_i Time to React before PSA10
GTM_DPLL_DLA11  0xF01282AC          DPLL ACTION_i Time to React before PSA11
GTM_DPLL_DLA12  0xF01282B0          DPLL ACTION_i Time to React before PSA12
GTM_DPLL_DLA13  0xF01282B4          DPLL ACTION_i Time to React before PSA13
GTM_DPLL_DLA14  0xF01282B8          DPLL ACTION_i Time to React before PSA14
GTM_DPLL_DLA15  0xF01282BC          DPLL ACTION_i Time to React before PSA15
GTM_DPLL_DLA16  0xF01282C0          DPLL ACTION_i Time to React before PSA16
GTM_DPLL_DLA17  0xF01282C4          DPLL ACTION_i Time to React before PSA17
GTM_DPLL_DLA18  0xF01282C8          DPLL ACTION_i Time to React before PSA18
GTM_DPLL_DLA19  0xF01282CC          DPLL ACTION_i Time to React before PSA19
GTM_DPLL_DLA20  0xF01282D0          DPLL ACTION_i Time to React before PSA20
GTM_DPLL_DLA21  0xF01282D4          DPLL ACTION_i Time to React before PSA21
GTM_DPLL_DLA22  0xF01282D8          DPLL ACTION_i Time to React before PSA22
GTM_DPLL_DLA23  0xF01282DC          DPLL ACTION_i Time to React before PSA23
GTM_DPLL_DLA24  0xF01282E0          DPLL ACTION_i Time to React before PSA24
GTM_DPLL_DLA25  0xF01282E4          DPLL ACTION_i Time to React before PSA25
GTM_DPLL_DLA26  0xF01282E8          DPLL ACTION_i Time to React before PSA26
GTM_DPLL_DLA27  0xF01282EC          DPLL ACTION_i Time to React before PSA27
GTM_DPLL_DLA28  0xF01282F0          DPLL ACTION_i Time to React before PSA28
GTM_DPLL_DLA29  0xF01282F4          DPLL ACTION_i Time to React before PSA29
GTM_DPLL_DLA30  0xF01282F8          DPLL ACTION_i Time to React before PSA30
GTM_DPLL_DLA31  0xF01282FC          DPLL ACTION_i Time to React before PSA31
GTM_DPLL_NA0    0xF0128300          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_0
GTM_DPLL_NA1    0xF0128304          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_1
GTM_DPLL_NA2    0xF0128308          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_2
GTM_DPLL_NA3    0xF012830C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_3
GTM_DPLL_NA4    0xF0128310          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_4
GTM_DPLL_NA5    0xF0128314          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_5
GTM_DPLL_NA6    0xF0128318          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_6
GTM_DPLL_NA7    0xF012831C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_7
GTM_DPLL_NA8    0xF0128320          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_8
GTM_DPLL_NA9    0xF0128324          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_9
GTM_DPLL_NA10   0xF0128328          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_10
GTM_DPLL_NA11   0xF012832C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_11
GTM_DPLL_NA12   0xF0128330          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_12
GTM_DPLL_NA13   0xF0128334          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_13
GTM_DPLL_NA14   0xF0128338          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_14
GTM_DPLL_NA15   0xF012833C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_15
GTM_DPLL_NA16   0xF0128340          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_16
GTM_DPLL_NA17   0xF0128344          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_17
GTM_DPLL_NA18   0xF0128348          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_18
GTM_DPLL_NA19   0xF012834C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_19
GTM_DPLL_NA20   0xF0128350          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_20
GTM_DPLL_NA21   0xF0128354          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_21
GTM_DPLL_NA22   0xF0128358          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_22
GTM_DPLL_NA23   0xF012835C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_23
GTM_DPLL_NA24   0xF0128360          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_24
GTM_DPLL_NA25   0xF0128364          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_25
GTM_DPLL_NA26   0xF0128368          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_26
GTM_DPLL_NA27   0xF012836C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_27
GTM_DPLL_NA28   0xF0128370          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_28
GTM_DPLL_NA29   0xF0128374          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_29
GTM_DPLL_NA30   0xF0128378          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_30
GTM_DPLL_NA31   0xF012837C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_31
GTM_DPLL_DTA0   0xF0128380          DPLL Calculated Relative TIME to ACTION_0
GTM_DPLL_DTA1   0xF0128384          DPLL Calculated Relative TIME to ACTION_1
GTM_DPLL_DTA2   0xF0128388          DPLL Calculated Relative TIME to ACTION_2
GTM_DPLL_DTA3   0xF012838C          DPLL Calculated Relative TIME to ACTION_3
GTM_DPLL_DTA4   0xF0128390          DPLL Calculated Relative TIME to ACTION_4
GTM_DPLL_DTA5   0xF0128394          DPLL Calculated Relative TIME to ACTION_5
GTM_DPLL_DTA6   0xF0128398          DPLL Calculated Relative TIME to ACTION_6
GTM_DPLL_DTA7   0xF012839C          DPLL Calculated Relative TIME to ACTION_7
GTM_DPLL_DTA8   0xF01283A0          DPLL Calculated Relative TIME to ACTION_8
GTM_DPLL_DTA9   0xF01283A4          DPLL Calculated Relative TIME to ACTION_9
GTM_DPLL_DTA10  0xF01283A8          DPLL Calculated Relative TIME to ACTION_10
GTM_DPLL_DTA11  0xF01283AC          DPLL Calculated Relative TIME to ACTION_11
GTM_DPLL_DTA12  0xF01283B0          DPLL Calculated Relative TIME to ACTION_12
GTM_DPLL_DTA13  0xF01283B4          DPLL Calculated Relative TIME to ACTION_13
GTM_DPLL_DTA14  0xF01283B8          DPLL Calculated Relative TIME to ACTION_14
GTM_DPLL_DTA15  0xF01283BC          DPLL Calculated Relative TIME to ACTION_15
GTM_DPLL_DTA16  0xF01283C0          DPLL Calculated Relative TIME to ACTION_16
GTM_DPLL_DTA17  0xF01283C4          DPLL Calculated Relative TIME to ACTION_17
GTM_DPLL_DTA18  0xF01283C8          DPLL Calculated Relative TIME to ACTION_18
GTM_DPLL_DTA19  0xF01283CC          DPLL Calculated Relative TIME to ACTION_19
GTM_DPLL_DTA20  0xF01283D0          DPLL Calculated Relative TIME to ACTION_20
GTM_DPLL_DTA21  0xF01283D4          DPLL Calculated Relative TIME to ACTION_21
GTM_DPLL_DTA22  0xF01283D8          DPLL Calculated Relative TIME to ACTION_22
GTM_DPLL_DTA23  0xF01283DC          DPLL Calculated Relative TIME to ACTION_23
GTM_DPLL_DTA24  0xF01283E0          DPLL Calculated Relative TIME to ACTION_24
GTM_DPLL_DTA25  0xF01283E4          DPLL Calculated Relative TIME to ACTION_25
GTM_DPLL_DTA26  0xF01283E8          DPLL Calculated Relative TIME to ACTION_26
GTM_DPLL_DTA27  0xF01283EC          DPLL Calculated Relative TIME to ACTION_27
GTM_DPLL_DTA28  0xF01283F0          DPLL Calculated Relative TIME to ACTION_28
GTM_DPLL_DTA29  0xF01283F4          DPLL Calculated Relative TIME to ACTION_29
GTM_DPLL_DTA30  0xF01283F8          DPLL Calculated Relative TIME to ACTION_30
GTM_DPLL_DTA31  0xF01283FC          DPLL Calculated Relative TIME to ACTION_31
GTM_DPLL_TS_T   0xF0128400          DPLL Actual TRIGGER Time Stamp Value
GTM_DPLL_TS_T_OLD 0xF0128404          DPLL Previous TRIGGER Time Stamp Value
GTM_DPLL_FTV_T  0xF0128408          DPLL Actual TRIGGER Filter Value
GTM_DPLL_TS_S   0xF0128410          DPLL Actual STATE Time Stamp
GTM_DPLL_TS_S_OLD 0xF0128414          DPLL Previous STATE Time Stamp
GTM_DPLL_FTV_S  0xF0128418          DPLL Actual STATE Filter Value
GTM_DPLL_THMI   0xF0128420          DPLL TRIGGER Hold Time Minimum Value
GTM_DPLL_THMA   0xF0128424          DPLL TRIGGER Hold Time Maximum Value
GTM_DPLL_THVAL  0xF0128428          DPLL Measured TRIGGER Hold Time Value
GTM_DPLL_TOV    0xF0128430          DPLL Time Out Value of Active TRIGGER Slope
GTM_DPLL_TOV_S  0xF0128434          DPLL Time Out Value of Active STATE Slope
GTM_DPLL_ADD_IN_CAL1 0xF0128438          DPLL Calculated ADD_IN Value for SUB_INC1 Generation
GTM_DPLL_ADD_IN_CAL2 0xF012843C          DPLL Calculated ADD_IN Value for SUB_INC2 Generation
GTM_DPLL_MPVAL1 0xF0128440          DPLL Missing Pulses to be Added or Subtracted Directly 1
GTM_DPLL_MPVAL2 0xF0128444          DPLL Missing Pulses to be Added or Subtracted Directly 2
GTM_DPLL_NMB_T_TAR 0xF0128448          DPLL Target Number of Pulses to be Sent in Normal Mode
GTM_DPLL_NMB_T_TAR_OLD 0xF012844C          DPLL Last but One Target Number of Pulses to be Sent in Normal Mode
GTM_DPLL_NMB_S_TAR 0xF0128450          DPLL Target Number of Pulses to be Sent in Emergency Mode
GTM_DPLL_NMB_S_TAR_OLD 0xF0128454          DPLL Last but One Target Number of Pulses to be Sent in Emergency Mode
GTM_DPLL_RCDT_TX 0xF0128460          DPLL Reciprocal Value of the Expected Increment Duration of TRIGGER
GTM_DPLL_RCDT_SX 0xF0128464          DPLL Reciprocal Value of the Expected Increment Duration of STATE
GTM_DPLL_RCDT_TX_NOM 0xF0128468          DPLL Reciprocal Value of the Expected Nominal Increment Duration of TRIGGER
GTM_DPLL_RCDT_SX_NOM 0xF012846C          DPLL Reciprocal Value of the Expected Nominal Increment Duration of STATE
GTM_DPLL_RDT_T_ACT 0xF0128470          DPLL Reciprocal Value of the Last Increment of TRIGGER
GTM_DPLL_RDT_S_ACT 0xF0128474          DPLL Reciprocal Value of the Last Increment of STATE
GTM_DPLL_DT_T_ACT 0xF0128478          DPLL Duration of the Last TRIGGER Increment
GTM_DPLL_DT_S_ACT 0xF012847C          DPLL Duration of the Last STATE Increment
GTM_DPLL_EDT_T  0xF0128480          DPLL Difference of Prediction to Actual Value of the Last TRIGGER Increment
GTM_DPLL_MEDT_T 0xF0128484          DPLL Weighted Difference of Prediction Errors of TRIGGER
GTM_DPLL_EDT_S  0xF0128488          DPLL Difference of Prediction to Actual Value of the Last STATE Increment
GTM_DPLL_MEDT_S 0xF012848C          DPLL Weighted Difference of Prediction Errors of STATE
GTM_DPLL_CDT_TX 0xF0128490          DPLL Prediction of the Actual TRIGGER Increment Duration
GTM_DPLL_CDT_SX 0xF0128494          DPLL Prediction of the Actual STATE Increment Duration
GTM_DPLL_CDT_TX_NOM 0xF0128498          DPLL Prediction of the Nominal TRIGGER Increment Duration
GTM_DPLL_CDT_SX_NOM 0xF012849C          DPLL Prediction of the Nominal STATE Increment Duration
GTM_DPLL_TLR    0xF01284A0          DPLL TRIGGER Locking Range
GTM_DPLL_SLR    0xF01284A4          DPLL STATE Locking Range
GTM_DPLL_PDT_0  0xF0128500          DPLL Projected Increment Sum Relations for Action 0
GTM_DPLL_PDT_1  0xF0128504          DPLL Projected Increment Sum Relations for Action 1
GTM_DPLL_PDT_2  0xF0128508          DPLL Projected Increment Sum Relations for Action 2
GTM_DPLL_PDT_3  0xF012850C          DPLL Projected Increment Sum Relations for Action 3
GTM_DPLL_PDT_4  0xF0128510          DPLL Projected Increment Sum Relations for Action 4
GTM_DPLL_PDT_5  0xF0128514          DPLL Projected Increment Sum Relations for Action 5
GTM_DPLL_PDT_6  0xF0128518          DPLL Projected Increment Sum Relations for Action 6
GTM_DPLL_PDT_7  0xF012851C          DPLL Projected Increment Sum Relations for Action 7
GTM_DPLL_PDT_8  0xF0128520          DPLL Projected Increment Sum Relations for Action 8
GTM_DPLL_PDT_9  0xF0128524          DPLL Projected Increment Sum Relations for Action 9
GTM_DPLL_PDT_10 0xF0128528          DPLL Projected Increment Sum Relations for Action 10
GTM_DPLL_PDT_11 0xF012852C          DPLL Projected Increment Sum Relations for Action 11
GTM_DPLL_PDT_12 0xF0128530          DPLL Projected Increment Sum Relations for Action 12
GTM_DPLL_PDT_13 0xF0128534          DPLL Projected Increment Sum Relations for Action 13
GTM_DPLL_PDT_14 0xF0128538          DPLL Projected Increment Sum Relations for Action 14
GTM_DPLL_PDT_15 0xF012853C          DPLL Projected Increment Sum Relations for Action 15
GTM_DPLL_PDT_16 0xF0128540          DPLL Projected Increment Sum Relations for Action 16
GTM_DPLL_PDT_17 0xF0128544          DPLL Projected Increment Sum Relations for Action 17
GTM_DPLL_PDT_18 0xF0128548          DPLL Projected Increment Sum Relations for Action 18
GTM_DPLL_PDT_19 0xF012854C          DPLL Projected Increment Sum Relations for Action 19
GTM_DPLL_PDT_20 0xF0128550          DPLL Projected Increment Sum Relations for Action 20
GTM_DPLL_PDT_21 0xF0128554          DPLL Projected Increment Sum Relations for Action 21
GTM_DPLL_PDT_22 0xF0128558          DPLL Projected Increment Sum Relations for Action 22
GTM_DPLL_PDT_23 0xF012855C          DPLL Projected Increment Sum Relations for Action 23
GTM_DPLL_PDT_24 0xF0128560          DPLL Projected Increment Sum Relations for Action 24
GTM_DPLL_PDT_25 0xF0128564          DPLL Projected Increment Sum Relations for Action 25
GTM_DPLL_PDT_26 0xF0128568          DPLL Projected Increment Sum Relations for Action 26
GTM_DPLL_PDT_27 0xF012856C          DPLL Projected Increment Sum Relations for Action 27
GTM_DPLL_PDT_28 0xF0128570          DPLL Projected Increment Sum Relations for Action 28
GTM_DPLL_PDT_29 0xF0128574          DPLL Projected Increment Sum Relations for Action 29
GTM_DPLL_PDT_30 0xF0128578          DPLL Projected Increment Sum Relations for Action 30
GTM_DPLL_PDT_31 0xF012857C          DPLL Projected Increment Sum Relations for Action 31
GTM_DPLL_MLS1   0xF01285C0          DPLL Calculated Number of Sub-Pulses between two Nominal STATE Events for SMC = 0
GTM_DPLL_MLS2   0xF01285C4          DPLL Calculated Number of Sub-Pulses between two Nominal STATE Events for SMC = 1 and RMO = 1
GTM_DPLL_CNT_NUM_1 0xF01285C8          DPLL Number of Sub-Pulses of SUB_INC1 in Continuous Mode
GTM_DPLL_CNT_NUM_2 0xF01285CC          DPLL Number of Sub-Pulses of SUB_INC2 in Continuous Mode
GTM_DPLL_PVT    0xF01285D0          DPLL Plausibility Value of Next TRIGGER Slope
GTM_DPLL_PSTC   0xF01285E0          DPLL Actual Calculated Position Stamp of TRIGGER
GTM_DPLL_PSSC   0xF01285E4          DPLL Actual Calculated Position Stamp of STATE
GTM_DPLL_PSTM   0xF01285E8          DPLL Measured Position Stamp at Last TRIGGER Input
GTM_DPLL_PSTM_OLD 0xF01285EC          DPLL Measured Position Stamp at Last but One TRIGGER Input
GTM_DPLL_PSSM   0xF01285F0          DPLL Measured Position Stamp at Last STATE Input
GTM_DPLL_PSSM_OLD 0xF01285F4          DPLL Measured Position Stamp at Last but One STATE Input
GTM_DPLL_NMB_T  0xF01285F8          DPLL Number of Pulses to be Sent in Normal Mode
GTM_DPLL_NMB_S  0xF01285FC          DPLL Number of Pulses to be Sent in Emergency Mode
GTM_DPLL_RDT_S0 0xF0128600          DPLL Reciprocal Values of the Nominal STATE 0 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S1 0xF0128604          DPLL Reciprocal Values of the Nominal STATE 1 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S2 0xF0128608          DPLL Reciprocal Values of the Nominal STATE 2 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S3 0xF012860C          DPLL Reciprocal Values of the Nominal STATE 3 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S4 0xF0128610          DPLL Reciprocal Values of the Nominal STATE 4 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S5 0xF0128614          DPLL Reciprocal Values of the Nominal STATE 5 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S6 0xF0128618          DPLL Reciprocal Values of the Nominal STATE 6 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S7 0xF012861C          DPLL Reciprocal Values of the Nominal STATE 7 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S8 0xF0128620          DPLL Reciprocal Values of the Nominal STATE 8 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S9 0xF0128624          DPLL Reciprocal Values of the Nominal STATE 9 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S10 0xF0128628          DPLL Reciprocal Values of the Nominal STATE 10 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S11 0xF012862C          DPLL Reciprocal Values of the Nominal STATE 11 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S12 0xF0128630          DPLL Reciprocal Values of the Nominal STATE 12 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S13 0xF0128634          DPLL Reciprocal Values of the Nominal STATE 13 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S14 0xF0128638          DPLL Reciprocal Values of the Nominal STATE 14 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S15 0xF012863C          DPLL Reciprocal Values of the Nominal STATE 15 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S16 0xF0128640          DPLL Reciprocal Values of the Nominal STATE 16 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S17 0xF0128644          DPLL Reciprocal Values of the Nominal STATE 17 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S18 0xF0128648          DPLL Reciprocal Values of the Nominal STATE 18 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S19 0xF012864C          DPLL Reciprocal Values of the Nominal STATE 19 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S20 0xF0128650          DPLL Reciprocal Values of the Nominal STATE 20 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S21 0xF0128654          DPLL Reciprocal Values of the Nominal STATE 21 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S22 0xF0128658          DPLL Reciprocal Values of the Nominal STATE 22 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S23 0xF012865C          DPLL Reciprocal Values of the Nominal STATE 23 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S24 0xF0128660          DPLL Reciprocal Values of the Nominal STATE 24 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S25 0xF0128664          DPLL Reciprocal Values of the Nominal STATE 25 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S26 0xF0128668          DPLL Reciprocal Values of the Nominal STATE 26 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S27 0xF012866C          DPLL Reciprocal Values of the Nominal STATE 27 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S28 0xF0128670          DPLL Reciprocal Values of the Nominal STATE 28 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S29 0xF0128674          DPLL Reciprocal Values of the Nominal STATE 29 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S30 0xF0128678          DPLL Reciprocal Values of the Nominal STATE 30 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S31 0xF012867C          DPLL Reciprocal Values of the Nominal STATE 31 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S32 0xF0128680          DPLL Reciprocal Values of the Nominal STATE 32 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S33 0xF0128684          DPLL Reciprocal Values of the Nominal STATE 33 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S34 0xF0128688          DPLL Reciprocal Values of the Nominal STATE 34 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S35 0xF012868C          DPLL Reciprocal Values of the Nominal STATE 35 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S36 0xF0128690          DPLL Reciprocal Values of the Nominal STATE 36 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S37 0xF0128694          DPLL Reciprocal Values of the Nominal STATE 37 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S38 0xF0128698          DPLL Reciprocal Values of the Nominal STATE 38 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S39 0xF012869C          DPLL Reciprocal Values of the Nominal STATE 39 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S40 0xF01286A0          DPLL Reciprocal Values of the Nominal STATE 40 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S41 0xF01286A4          DPLL Reciprocal Values of the Nominal STATE 41 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S42 0xF01286A8          DPLL Reciprocal Values of the Nominal STATE 42 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S43 0xF01286AC          DPLL Reciprocal Values of the Nominal STATE 43 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S44 0xF01286B0          DPLL Reciprocal Values of the Nominal STATE 44 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S45 0xF01286B4          DPLL Reciprocal Values of the Nominal STATE 45 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S46 0xF01286B8          DPLL Reciprocal Values of the Nominal STATE 46 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S47 0xF01286BC          DPLL Reciprocal Values of the Nominal STATE 47 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S48 0xF01286C0          DPLL Reciprocal Values of the Nominal STATE 48 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S49 0xF01286C4          DPLL Reciprocal Values of the Nominal STATE 49 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S50 0xF01286C8          DPLL Reciprocal Values of the Nominal STATE 50 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S51 0xF01286CC          DPLL Reciprocal Values of the Nominal STATE 51 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S52 0xF01286D0          DPLL Reciprocal Values of the Nominal STATE 52 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S53 0xF01286D4          DPLL Reciprocal Values of the Nominal STATE 53 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S54 0xF01286D8          DPLL Reciprocal Values of the Nominal STATE 54 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S55 0xF01286DC          DPLL Reciprocal Values of the Nominal STATE 55 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S56 0xF01286E0          DPLL Reciprocal Values of the Nominal STATE 56 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S57 0xF01286E4          DPLL Reciprocal Values of the Nominal STATE 57 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S58 0xF01286E8          DPLL Reciprocal Values of the Nominal STATE 58 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S59 0xF01286EC          DPLL Reciprocal Values of the Nominal STATE 59 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S60 0xF01286F0          DPLL Reciprocal Values of the Nominal STATE 60 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S61 0xF01286F4          DPLL Reciprocal Values of the Nominal STATE 61 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S62 0xF01286F8          DPLL Reciprocal Values of the Nominal STATE 62 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S63 0xF01286FC          DPLL Reciprocal Values of the Nominal STATE 63 Increment Duration in FULL_SCALE
GTM_DPLL_TSF_S0 0xF0128700          DPLL Time Stamp Values of the Nominal STATE 0 Events in FULL_SCALE
GTM_DPLL_TSF_S1 0xF0128704          DPLL Time Stamp Values of the Nominal STATE 1 Events in FULL_SCALE
GTM_DPLL_TSF_S2 0xF0128708          DPLL Time Stamp Values of the Nominal STATE 2 Events in FULL_SCALE
GTM_DPLL_TSF_S3 0xF012870C          DPLL Time Stamp Values of the Nominal STATE 3 Events in FULL_SCALE
GTM_DPLL_TSF_S4 0xF0128710          DPLL Time Stamp Values of the Nominal STATE 4 Events in FULL_SCALE
GTM_DPLL_TSF_S5 0xF0128714          DPLL Time Stamp Values of the Nominal STATE 5 Events in FULL_SCALE
GTM_DPLL_TSF_S6 0xF0128718          DPLL Time Stamp Values of the Nominal STATE 6 Events in FULL_SCALE
GTM_DPLL_TSF_S7 0xF012871C          DPLL Time Stamp Values of the Nominal STATE 7 Events in FULL_SCALE
GTM_DPLL_TSF_S8 0xF0128720          DPLL Time Stamp Values of the Nominal STATE 8 Events in FULL_SCALE
GTM_DPLL_TSF_S9 0xF0128724          DPLL Time Stamp Values of the Nominal STATE 9 Events in FULL_SCALE
GTM_DPLL_TSF_S10 0xF0128728          DPLL Time Stamp Values of the Nominal STATE 10 Events in FULL_SCALE
GTM_DPLL_TSF_S11 0xF012872C          DPLL Time Stamp Values of the Nominal STATE 11 Events in FULL_SCALE
GTM_DPLL_TSF_S12 0xF0128730          DPLL Time Stamp Values of the Nominal STATE 12 Events in FULL_SCALE
GTM_DPLL_TSF_S13 0xF0128734          DPLL Time Stamp Values of the Nominal STATE 13 Events in FULL_SCALE
GTM_DPLL_TSF_S14 0xF0128738          DPLL Time Stamp Values of the Nominal STATE 14 Events in FULL_SCALE
GTM_DPLL_TSF_S15 0xF012873C          DPLL Time Stamp Values of the Nominal STATE 15 Events in FULL_SCALE
GTM_DPLL_TSF_S16 0xF0128740          DPLL Time Stamp Values of the Nominal STATE 16 Events in FULL_SCALE
GTM_DPLL_TSF_S17 0xF0128744          DPLL Time Stamp Values of the Nominal STATE 17 Events in FULL_SCALE
GTM_DPLL_TSF_S18 0xF0128748          DPLL Time Stamp Values of the Nominal STATE 18 Events in FULL_SCALE
GTM_DPLL_TSF_S19 0xF012874C          DPLL Time Stamp Values of the Nominal STATE 19 Events in FULL_SCALE
GTM_DPLL_TSF_S20 0xF0128750          DPLL Time Stamp Values of the Nominal STATE 20 Events in FULL_SCALE
GTM_DPLL_TSF_S21 0xF0128754          DPLL Time Stamp Values of the Nominal STATE 21 Events in FULL_SCALE
GTM_DPLL_TSF_S22 0xF0128758          DPLL Time Stamp Values of the Nominal STATE 22 Events in FULL_SCALE
GTM_DPLL_TSF_S23 0xF012875C          DPLL Time Stamp Values of the Nominal STATE 23 Events in FULL_SCALE
GTM_DPLL_TSF_S24 0xF0128760          DPLL Time Stamp Values of the Nominal STATE 24 Events in FULL_SCALE
GTM_DPLL_TSF_S25 0xF0128764          DPLL Time Stamp Values of the Nominal STATE 25 Events in FULL_SCALE
GTM_DPLL_TSF_S26 0xF0128768          DPLL Time Stamp Values of the Nominal STATE 26 Events in FULL_SCALE
GTM_DPLL_TSF_S27 0xF012876C          DPLL Time Stamp Values of the Nominal STATE 27 Events in FULL_SCALE
GTM_DPLL_TSF_S28 0xF0128770          DPLL Time Stamp Values of the Nominal STATE 28 Events in FULL_SCALE
GTM_DPLL_TSF_S29 0xF0128774          DPLL Time Stamp Values of the Nominal STATE 29 Events in FULL_SCALE
GTM_DPLL_TSF_S30 0xF0128778          DPLL Time Stamp Values of the Nominal STATE 30 Events in FULL_SCALE
GTM_DPLL_TSF_S31 0xF012877C          DPLL Time Stamp Values of the Nominal STATE 31 Events in FULL_SCALE
GTM_DPLL_TSF_S32 0xF0128780          DPLL Time Stamp Values of the Nominal STATE 32 Events in FULL_SCALE
GTM_DPLL_TSF_S33 0xF0128784          DPLL Time Stamp Values of the Nominal STATE 33 Events in FULL_SCALE
GTM_DPLL_TSF_S34 0xF0128788          DPLL Time Stamp Values of the Nominal STATE 34 Events in FULL_SCALE
GTM_DPLL_TSF_S35 0xF012878C          DPLL Time Stamp Values of the Nominal STATE 35 Events in FULL_SCALE
GTM_DPLL_TSF_S36 0xF0128790          DPLL Time Stamp Values of the Nominal STATE 36 Events in FULL_SCALE
GTM_DPLL_TSF_S37 0xF0128794          DPLL Time Stamp Values of the Nominal STATE 37 Events in FULL_SCALE
GTM_DPLL_TSF_S38 0xF0128798          DPLL Time Stamp Values of the Nominal STATE 38 Events in FULL_SCALE
GTM_DPLL_TSF_S39 0xF012879C          DPLL Time Stamp Values of the Nominal STATE 39 Events in FULL_SCALE
GTM_DPLL_TSF_S40 0xF01287A0          DPLL Time Stamp Values of the Nominal STATE 40 Events in FULL_SCALE
GTM_DPLL_TSF_S41 0xF01287A4          DPLL Time Stamp Values of the Nominal STATE 41 Events in FULL_SCALE
GTM_DPLL_TSF_S42 0xF01287A8          DPLL Time Stamp Values of the Nominal STATE 42 Events in FULL_SCALE
GTM_DPLL_TSF_S43 0xF01287AC          DPLL Time Stamp Values of the Nominal STATE 43 Events in FULL_SCALE
GTM_DPLL_TSF_S44 0xF01287B0          DPLL Time Stamp Values of the Nominal STATE 44 Events in FULL_SCALE
GTM_DPLL_TSF_S45 0xF01287B4          DPLL Time Stamp Values of the Nominal STATE 45 Events in FULL_SCALE
GTM_DPLL_TSF_S46 0xF01287B8          DPLL Time Stamp Values of the Nominal STATE 46 Events in FULL_SCALE
GTM_DPLL_TSF_S47 0xF01287BC          DPLL Time Stamp Values of the Nominal STATE 47 Events in FULL_SCALE
GTM_DPLL_TSF_S48 0xF01287C0          DPLL Time Stamp Values of the Nominal STATE 48 Events in FULL_SCALE
GTM_DPLL_TSF_S49 0xF01287C4          DPLL Time Stamp Values of the Nominal STATE 49 Events in FULL_SCALE
GTM_DPLL_TSF_S50 0xF01287C8          DPLL Time Stamp Values of the Nominal STATE 50 Events in FULL_SCALE
GTM_DPLL_TSF_S51 0xF01287CC          DPLL Time Stamp Values of the Nominal STATE 51 Events in FULL_SCALE
GTM_DPLL_TSF_S52 0xF01287D0          DPLL Time Stamp Values of the Nominal STATE 52 Events in FULL_SCALE
GTM_DPLL_TSF_S53 0xF01287D4          DPLL Time Stamp Values of the Nominal STATE 53 Events in FULL_SCALE
GTM_DPLL_TSF_S54 0xF01287D8          DPLL Time Stamp Values of the Nominal STATE 54 Events in FULL_SCALE
GTM_DPLL_TSF_S55 0xF01287DC          DPLL Time Stamp Values of the Nominal STATE 55 Events in FULL_SCALE
GTM_DPLL_TSF_S56 0xF01287E0          DPLL Time Stamp Values of the Nominal STATE 56 Events in FULL_SCALE
GTM_DPLL_TSF_S57 0xF01287E4          DPLL Time Stamp Values of the Nominal STATE 57 Events in FULL_SCALE
GTM_DPLL_TSF_S58 0xF01287E8          DPLL Time Stamp Values of the Nominal STATE 58 Events in FULL_SCALE
GTM_DPLL_TSF_S59 0xF01287EC          DPLL Time Stamp Values of the Nominal STATE 59 Events in FULL_SCALE
GTM_DPLL_TSF_S60 0xF01287F0          DPLL Time Stamp Values of the Nominal STATE 60 Events in FULL_SCALE
GTM_DPLL_TSF_S61 0xF01287F4          DPLL Time Stamp Values of the Nominal STATE 61 Events in FULL_SCALE
GTM_DPLL_TSF_S62 0xF01287F8          DPLL Time Stamp Values of the Nominal STATE 62 Events in FULL_SCALE
GTM_DPLL_TSF_S63 0xF01287FC          DPLL Time Stamp Values of the Nominal STATE 63 Events in FULL_SCALE
GTM_DPLL_ADT_S0 0xF0128800          DPLL Adapt and Profile Values of the STATE 0 Increments in FULL_SCALE
GTM_DPLL_ADT_S1 0xF0128804          DPLL Adapt and Profile Values of the STATE 1 Increments in FULL_SCALE
GTM_DPLL_ADT_S2 0xF0128808          DPLL Adapt and Profile Values of the STATE 2 Increments in FULL_SCALE
GTM_DPLL_ADT_S3 0xF012880C          DPLL Adapt and Profile Values of the STATE 3 Increments in FULL_SCALE
GTM_DPLL_ADT_S4 0xF0128810          DPLL Adapt and Profile Values of the STATE 4 Increments in FULL_SCALE
GTM_DPLL_ADT_S5 0xF0128814          DPLL Adapt and Profile Values of the STATE 5 Increments in FULL_SCALE
GTM_DPLL_ADT_S6 0xF0128818          DPLL Adapt and Profile Values of the STATE 6 Increments in FULL_SCALE
GTM_DPLL_ADT_S7 0xF012881C          DPLL Adapt and Profile Values of the STATE 7 Increments in FULL_SCALE
GTM_DPLL_ADT_S8 0xF0128820          DPLL Adapt and Profile Values of the STATE 8 Increments in FULL_SCALE
GTM_DPLL_ADT_S9 0xF0128824          DPLL Adapt and Profile Values of the STATE 9 Increments in FULL_SCALE
GTM_DPLL_ADT_S10 0xF0128828          DPLL Adapt and Profile Values of the STATE 10 Increments in FULL_SCALE
GTM_DPLL_ADT_S11 0xF012882C          DPLL Adapt and Profile Values of the STATE 11 Increments in FULL_SCALE
GTM_DPLL_ADT_S12 0xF0128830          DPLL Adapt and Profile Values of the STATE 12 Increments in FULL_SCALE
GTM_DPLL_ADT_S13 0xF0128834          DPLL Adapt and Profile Values of the STATE 13 Increments in FULL_SCALE
GTM_DPLL_ADT_S14 0xF0128838          DPLL Adapt and Profile Values of the STATE 14 Increments in FULL_SCALE
GTM_DPLL_ADT_S15 0xF012883C          DPLL Adapt and Profile Values of the STATE 15 Increments in FULL_SCALE
GTM_DPLL_ADT_S16 0xF0128840          DPLL Adapt and Profile Values of the STATE 16 Increments in FULL_SCALE
GTM_DPLL_ADT_S17 0xF0128844          DPLL Adapt and Profile Values of the STATE 17 Increments in FULL_SCALE
GTM_DPLL_ADT_S18 0xF0128848          DPLL Adapt and Profile Values of the STATE 18 Increments in FULL_SCALE
GTM_DPLL_ADT_S19 0xF012884C          DPLL Adapt and Profile Values of the STATE 19 Increments in FULL_SCALE
GTM_DPLL_ADT_S20 0xF0128850          DPLL Adapt and Profile Values of the STATE 20 Increments in FULL_SCALE
GTM_DPLL_ADT_S21 0xF0128854          DPLL Adapt and Profile Values of the STATE 21 Increments in FULL_SCALE
GTM_DPLL_ADT_S22 0xF0128858          DPLL Adapt and Profile Values of the STATE 22 Increments in FULL_SCALE
GTM_DPLL_ADT_S23 0xF012885C          DPLL Adapt and Profile Values of the STATE 23 Increments in FULL_SCALE
GTM_DPLL_ADT_S24 0xF0128860          DPLL Adapt and Profile Values of the STATE 24 Increments in FULL_SCALE
GTM_DPLL_ADT_S25 0xF0128864          DPLL Adapt and Profile Values of the STATE 25 Increments in FULL_SCALE
GTM_DPLL_ADT_S26 0xF0128868          DPLL Adapt and Profile Values of the STATE 26 Increments in FULL_SCALE
GTM_DPLL_ADT_S27 0xF012886C          DPLL Adapt and Profile Values of the STATE 27 Increments in FULL_SCALE
GTM_DPLL_ADT_S28 0xF0128870          DPLL Adapt and Profile Values of the STATE 28 Increments in FULL_SCALE
GTM_DPLL_ADT_S29 0xF0128874          DPLL Adapt and Profile Values of the STATE 29 Increments in FULL_SCALE
GTM_DPLL_ADT_S30 0xF0128878          DPLL Adapt and Profile Values of the STATE 30 Increments in FULL_SCALE
GTM_DPLL_ADT_S31 0xF012887C          DPLL Adapt and Profile Values of the STATE 31 Increments in FULL_SCALE
GTM_DPLL_ADT_S32 0xF0128880          DPLL Adapt and Profile Values of the STATE 32 Increments in FULL_SCALE
GTM_DPLL_ADT_S33 0xF0128884          DPLL Adapt and Profile Values of the STATE 33 Increments in FULL_SCALE
GTM_DPLL_ADT_S34 0xF0128888          DPLL Adapt and Profile Values of the STATE 34 Increments in FULL_SCALE
GTM_DPLL_ADT_S35 0xF012888C          DPLL Adapt and Profile Values of the STATE 35 Increments in FULL_SCALE
GTM_DPLL_ADT_S36 0xF0128890          DPLL Adapt and Profile Values of the STATE 36 Increments in FULL_SCALE
GTM_DPLL_ADT_S37 0xF0128894          DPLL Adapt and Profile Values of the STATE 37 Increments in FULL_SCALE
GTM_DPLL_ADT_S38 0xF0128898          DPLL Adapt and Profile Values of the STATE 38 Increments in FULL_SCALE
GTM_DPLL_ADT_S39 0xF012889C          DPLL Adapt and Profile Values of the STATE 39 Increments in FULL_SCALE
GTM_DPLL_ADT_S40 0xF01288A0          DPLL Adapt and Profile Values of the STATE 40 Increments in FULL_SCALE
GTM_DPLL_ADT_S41 0xF01288A4          DPLL Adapt and Profile Values of the STATE 41 Increments in FULL_SCALE
GTM_DPLL_ADT_S42 0xF01288A8          DPLL Adapt and Profile Values of the STATE 42 Increments in FULL_SCALE
GTM_DPLL_ADT_S43 0xF01288AC          DPLL Adapt and Profile Values of the STATE 43 Increments in FULL_SCALE
GTM_DPLL_ADT_S44 0xF01288B0          DPLL Adapt and Profile Values of the STATE 44 Increments in FULL_SCALE
GTM_DPLL_ADT_S45 0xF01288B4          DPLL Adapt and Profile Values of the STATE 45 Increments in FULL_SCALE
GTM_DPLL_ADT_S46 0xF01288B8          DPLL Adapt and Profile Values of the STATE 46 Increments in FULL_SCALE
GTM_DPLL_ADT_S47 0xF01288BC          DPLL Adapt and Profile Values of the STATE 47 Increments in FULL_SCALE
GTM_DPLL_ADT_S48 0xF01288C0          DPLL Adapt and Profile Values of the STATE 48 Increments in FULL_SCALE
GTM_DPLL_ADT_S49 0xF01288C4          DPLL Adapt and Profile Values of the STATE 49 Increments in FULL_SCALE
GTM_DPLL_ADT_S50 0xF01288C8          DPLL Adapt and Profile Values of the STATE 50 Increments in FULL_SCALE
GTM_DPLL_ADT_S51 0xF01288CC          DPLL Adapt and Profile Values of the STATE 51 Increments in FULL_SCALE
GTM_DPLL_ADT_S52 0xF01288D0          DPLL Adapt and Profile Values of the STATE 52 Increments in FULL_SCALE
GTM_DPLL_ADT_S53 0xF01288D4          DPLL Adapt and Profile Values of the STATE 53 Increments in FULL_SCALE
GTM_DPLL_ADT_S54 0xF01288D8          DPLL Adapt and Profile Values of the STATE 54 Increments in FULL_SCALE
GTM_DPLL_ADT_S55 0xF01288DC          DPLL Adapt and Profile Values of the STATE 55 Increments in FULL_SCALE
GTM_DPLL_ADT_S56 0xF01288E0          DPLL Adapt and Profile Values of the STATE 56 Increments in FULL_SCALE
GTM_DPLL_ADT_S57 0xF01288E4          DPLL Adapt and Profile Values of the STATE 57 Increments in FULL_SCALE
GTM_DPLL_ADT_S58 0xF01288E8          DPLL Adapt and Profile Values of the STATE 58 Increments in FULL_SCALE
GTM_DPLL_ADT_S59 0xF01288EC          DPLL Adapt and Profile Values of the STATE 59 Increments in FULL_SCALE
GTM_DPLL_ADT_S60 0xF01288F0          DPLL Adapt and Profile Values of the STATE 60 Increments in FULL_SCALE
GTM_DPLL_ADT_S61 0xF01288F4          DPLL Adapt and Profile Values of the STATE 61 Increments in FULL_SCALE
GTM_DPLL_ADT_S62 0xF01288F8          DPLL Adapt and Profile Values of the STATE 62 Increments in FULL_SCALE
GTM_DPLL_ADT_S63 0xF01288FC          DPLL Adapt and Profile Values of the STATE 63 Increments in FULL_SCALE
GTM_DPLL_DT_S0  0xF0128900          DPLL Nominal STATE 0 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S1  0xF0128904          DPLL Nominal STATE 1 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S2  0xF0128908          DPLL Nominal STATE 2 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S3  0xF012890C          DPLL Nominal STATE 3 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S4  0xF0128910          DPLL Nominal STATE 4 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S5  0xF0128914          DPLL Nominal STATE 5 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S6  0xF0128918          DPLL Nominal STATE 6 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S7  0xF012891C          DPLL Nominal STATE 7 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S8  0xF0128920          DPLL Nominal STATE 8 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S9  0xF0128924          DPLL Nominal STATE 9 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S10 0xF0128928          DPLL Nominal STATE 10 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S11 0xF012892C          DPLL Nominal STATE 11 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S12 0xF0128930          DPLL Nominal STATE 12 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S13 0xF0128934          DPLL Nominal STATE 13 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S14 0xF0128938          DPLL Nominal STATE 14 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S15 0xF012893C          DPLL Nominal STATE 15 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S16 0xF0128940          DPLL Nominal STATE 16 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S17 0xF0128944          DPLL Nominal STATE 17 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S18 0xF0128948          DPLL Nominal STATE 18 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S19 0xF012894C          DPLL Nominal STATE 19 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S20 0xF0128950          DPLL Nominal STATE 20 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S21 0xF0128954          DPLL Nominal STATE 21 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S22 0xF0128958          DPLL Nominal STATE 22 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S23 0xF012895C          DPLL Nominal STATE 23 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S24 0xF0128960          DPLL Nominal STATE 24 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S25 0xF0128964          DPLL Nominal STATE 25 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S26 0xF0128968          DPLL Nominal STATE 26 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S27 0xF012896C          DPLL Nominal STATE 27 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S28 0xF0128970          DPLL Nominal STATE 28 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S29 0xF0128974          DPLL Nominal STATE 29 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S30 0xF0128978          DPLL Nominal STATE 30 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S31 0xF012897C          DPLL Nominal STATE 31 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S32 0xF0128980          DPLL Nominal STATE 32 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S33 0xF0128984          DPLL Nominal STATE 33 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S34 0xF0128988          DPLL Nominal STATE 34 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S35 0xF012898C          DPLL Nominal STATE 35 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S36 0xF0128990          DPLL Nominal STATE 36 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S37 0xF0128994          DPLL Nominal STATE 37 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S38 0xF0128998          DPLL Nominal STATE 38 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S39 0xF012899C          DPLL Nominal STATE 39 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S40 0xF01289A0          DPLL Nominal STATE 40 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S41 0xF01289A4          DPLL Nominal STATE 41 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S42 0xF01289A8          DPLL Nominal STATE 42 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S43 0xF01289AC          DPLL Nominal STATE 43 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S44 0xF01289B0          DPLL Nominal STATE 44 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S45 0xF01289B4          DPLL Nominal STATE 45 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S46 0xF01289B8          DPLL Nominal STATE 46 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S47 0xF01289BC          DPLL Nominal STATE 47 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S48 0xF01289C0          DPLL Nominal STATE 48 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S49 0xF01289C4          DPLL Nominal STATE 49 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S50 0xF01289C8          DPLL Nominal STATE 50 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S51 0xF01289CC          DPLL Nominal STATE 51 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S52 0xF01289D0          DPLL Nominal STATE 52 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S53 0xF01289D4          DPLL Nominal STATE 53 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S54 0xF01289D8          DPLL Nominal STATE 54 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S55 0xF01289DC          DPLL Nominal STATE 55 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S56 0xF01289E0          DPLL Nominal STATE 56 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S57 0xF01289E4          DPLL Nominal STATE 57 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S58 0xF01289E8          DPLL Nominal STATE 58 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S59 0xF01289EC          DPLL Nominal STATE 59 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S60 0xF01289F0          DPLL Nominal STATE 60 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S61 0xF01289F4          DPLL Nominal STATE 61 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S62 0xF01289F8          DPLL Nominal STATE 62 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S63 0xF01289FC          DPLL Nominal STATE 63 Increment Duration in FULL_SCALE
GTM_DPLL_TSAC0  0xF0128E00          DPLL Calculated Time Value to start Action 0 Register
GTM_DPLL_TSAC1  0xF0128E04          DPLL Calculated Time Value to start Action 1 Register
GTM_DPLL_TSAC2  0xF0128E08          DPLL Calculated Time Value to start Action 2 Register
GTM_DPLL_TSAC3  0xF0128E0C          DPLL Calculated Time Value to start Action 3 Register
GTM_DPLL_TSAC4  0xF0128E10          DPLL Calculated Time Value to start Action 4 Register
GTM_DPLL_TSAC5  0xF0128E14          DPLL Calculated Time Value to start Action 5 Register
GTM_DPLL_TSAC6  0xF0128E18          DPLL Calculated Time Value to start Action 6 Register
GTM_DPLL_TSAC7  0xF0128E1C          DPLL Calculated Time Value to start Action 7 Register
GTM_DPLL_TSAC8  0xF0128E20          DPLL Calculated Time Value to start Action 8 Register
GTM_DPLL_TSAC9  0xF0128E24          DPLL Calculated Time Value to start Action 9 Register
GTM_DPLL_TSAC10 0xF0128E28          DPLL Calculated Time Value to start Action 10 Register
GTM_DPLL_TSAC11 0xF0128E2C          DPLL Calculated Time Value to start Action 11 Register
GTM_DPLL_TSAC12 0xF0128E30          DPLL Calculated Time Value to start Action 12 Register
GTM_DPLL_TSAC13 0xF0128E34          DPLL Calculated Time Value to start Action 13 Register
GTM_DPLL_TSAC14 0xF0128E38          DPLL Calculated Time Value to start Action 14 Register
GTM_DPLL_TSAC15 0xF0128E3C          DPLL Calculated Time Value to start Action 15 Register
GTM_DPLL_TSAC16 0xF0128E40          DPLL Calculated Time Value to start Action 16 Register
GTM_DPLL_TSAC17 0xF0128E44          DPLL Calculated Time Value to start Action 17 Register
GTM_DPLL_TSAC18 0xF0128E48          DPLL Calculated Time Value to start Action 18 Register
GTM_DPLL_TSAC19 0xF0128E4C          DPLL Calculated Time Value to start Action 19 Register
GTM_DPLL_TSAC20 0xF0128E50          DPLL Calculated Time Value to start Action 20 Register
GTM_DPLL_TSAC21 0xF0128E54          DPLL Calculated Time Value to start Action 21 Register
GTM_DPLL_TSAC22 0xF0128E58          DPLL Calculated Time Value to start Action 22 Register
GTM_DPLL_TSAC23 0xF0128E5C          DPLL Calculated Time Value to start Action 23 Register
GTM_DPLL_TSAC24 0xF0128E60          DPLL Calculated Time Value to start Action 24 Register
GTM_DPLL_TSAC25 0xF0128E64          DPLL Calculated Time Value to start Action 25 Register
GTM_DPLL_TSAC26 0xF0128E68          DPLL Calculated Time Value to start Action 26 Register
GTM_DPLL_TSAC27 0xF0128E6C          DPLL Calculated Time Value to start Action 27 Register
GTM_DPLL_TSAC28 0xF0128E70          DPLL Calculated Time Value to start Action 28 Register
GTM_DPLL_TSAC29 0xF0128E74          DPLL Calculated Time Value to start Action 29 Register
GTM_DPLL_TSAC30 0xF0128E78          DPLL Calculated Time Value to start Action 30 Register
GTM_DPLL_TSAC31 0xF0128E7C          DPLL Calculated Time Value to start Action 31 Register
GTM_DPLL_PSAC0  0xF0128E80          DPLL ACTION Position/Value Action 0 Request Register
GTM_DPLL_PSAC1  0xF0128E84          DPLL ACTION Position/Value Action 1 Request Register
GTM_DPLL_PSAC2  0xF0128E88          DPLL ACTION Position/Value Action 2 Request Register
GTM_DPLL_PSAC3  0xF0128E8C          DPLL ACTION Position/Value Action 3 Request Register
GTM_DPLL_PSAC4  0xF0128E90          DPLL ACTION Position/Value Action 4 Request Register
GTM_DPLL_PSAC5  0xF0128E94          DPLL ACTION Position/Value Action 5 Request Register
GTM_DPLL_PSAC6  0xF0128E98          DPLL ACTION Position/Value Action 6 Request Register
GTM_DPLL_PSAC7  0xF0128E9C          DPLL ACTION Position/Value Action 7 Request Register
GTM_DPLL_PSAC8  0xF0128EA0          DPLL ACTION Position/Value Action 8 Request Register
GTM_DPLL_PSAC9  0xF0128EA4          DPLL ACTION Position/Value Action 9 Request Register
GTM_DPLL_PSAC10 0xF0128EA8          DPLL ACTION Position/Value Action 10 Request Register
GTM_DPLL_PSAC11 0xF0128EAC          DPLL ACTION Position/Value Action 11 Request Register
GTM_DPLL_PSAC12 0xF0128EB0          DPLL ACTION Position/Value Action 12 Request Register
GTM_DPLL_PSAC13 0xF0128EB4          DPLL ACTION Position/Value Action 13 Request Register
GTM_DPLL_PSAC14 0xF0128EB8          DPLL ACTION Position/Value Action 14 Request Register
GTM_DPLL_PSAC15 0xF0128EBC          DPLL ACTION Position/Value Action 15 Request Register
GTM_DPLL_PSAC16 0xF0128EC0          DPLL ACTION Position/Value Action 16 Request Register
GTM_DPLL_PSAC17 0xF0128EC4          DPLL ACTION Position/Value Action 17 Request Register
GTM_DPLL_PSAC18 0xF0128EC8          DPLL ACTION Position/Value Action 18 Request Register
GTM_DPLL_PSAC19 0xF0128ECC          DPLL ACTION Position/Value Action 19 Request Register
GTM_DPLL_PSAC20 0xF0128ED0          DPLL ACTION Position/Value Action 20 Request Register
GTM_DPLL_PSAC21 0xF0128ED4          DPLL ACTION Position/Value Action 21 Request Register
GTM_DPLL_PSAC22 0xF0128ED8          DPLL ACTION Position/Value Action 22 Request Register
GTM_DPLL_PSAC23 0xF0128EDC          DPLL ACTION Position/Value Action 23 Request Register
GTM_DPLL_PSAC24 0xF0128EE0          DPLL ACTION Position/Value Action 24 Request Register
GTM_DPLL_PSAC25 0xF0128EE4          DPLL ACTION Position/Value Action 25 Request Register
GTM_DPLL_PSAC26 0xF0128EE8          DPLL ACTION Position/Value Action 26 Request Register
GTM_DPLL_PSAC27 0xF0128EEC          DPLL ACTION Position/Value Action 27 Request Register
GTM_DPLL_PSAC28 0xF0128EF0          DPLL ACTION Position/Value Action 28 Request Register
GTM_DPLL_PSAC29 0xF0128EF4          DPLL ACTION Position/Value Action 29 Request Register
GTM_DPLL_PSAC30 0xF0128EF8          DPLL ACTION Position/Value Action 30 Request Register
GTM_DPLL_PSAC31 0xF0128EFC          DPLL ACTION Position/Value Action 31 Request Register
GTM_DPLL_ACB_0  0xF0128F00          DPLL Control Bits Register 0 for up to 32 Actions
GTM_DPLL_ACB_1  0xF0128F04          DPLL Control Bits Register 1 for up to 32 Actions
GTM_DPLL_ACB_2  0xF0128F08          DPLL Control Bits Register 2 for up to 32 Actions
GTM_DPLL_ACB_3  0xF0128F0C          DPLL Control Bits Register 3 for up to 32 Actions
GTM_DPLL_ACB_4  0xF0128F10          DPLL Control Bits Register 4 for up to 32 Actions
GTM_DPLL_ACB_5  0xF0128F14          DPLL Control Bits Register 5 for up to 32 Actions
GTM_DPLL_ACB_6  0xF0128F18          DPLL Control Bits Register 6 for up to 32 Actions
GTM_DPLL_ACB_7  0xF0128F1C          DPLL Control Bits Register 7 for up to 32 Actions
GTM_DPLL_CTRL_11 0xF0128F20          DPLL Control Register 11
GTM_DPLL_THVAL2 0xF0128F24          DPLL Immediate THVAL Value Register
GTM_DPLL_TIDEL  0xF0128F28          DPLL Additional TRIGGER Input Delay Register
GTM_DPLL_SIDEL  0xF0128F2C          DPLL Additional STATE Input Delay Register
GTM_DPLL_APS_SYNC_EXT 0xF0128F30          DPLL Extension Register for DPLL_APS_SYNC
GTM_DPLL_CTRL_EXT 0xF0128F34          DPLL Extension Register for DPLL_CTRL
GTM_DPLL_APS_EXT 0xF0128F38          DPLL Extension Register for DPLL_APS
GTM_DPLL_APS_1C3_EXT 0xF0128F3C          DPLL Extension Register for DPLL_APS_1C3
GTM_DPLL_STA    0xF0128F40          DPLL Status of the State Machine States Register
GTM_DPLL_INCF1_OFFSET 0xF0128F44          DPLL Start Value of the ADD_IN_ADDER1 Register
GTM_DPLL_INCF2_OFFSET 0xF0128F48          DPLL Start Value of the ADD_IN_ADDER2 Register
GTM_DPLL_DT_T_START 0xF0128F4C          DPLL Start Value of DPLL_DT_T_ACT for the First Increment after SIP1 is Set to 1
GTM_DPLL_DT_S_START 0xF0128F50          DPLL Start Value of DPLL_DT_S_ACT for the First Increment after SIP2 is Set to 1
GTM_DPLL_STA_MASK 0xF0128F54          DPLL Trigger Masks for Signals DPLL_STA_T and DPLL_STA_S
GTM_DPLL_STA_FLAG 0xF0128F58          DPLL STA Flag Register
GTM_DPLL_INC_CNT1_MASK 0xF0128F5C          DPLL INC_CNT1 Trigger Mask
GTM_DPLL_INC_CNT2_MASK 0xF0128F60          DPLL INC_CNT2 Trigger Mask
GTM_DPLL_NUSC_EXT1 0xF0128F64          DPLL Extension Register Number 1 for DPLL_NUSC 4
GTM_DPLL_NUSC_EXT2 0xF0128F68          DPLL Extension Register Number 2 for DPLL_NUSC 4
GTM_DPLL_CTN_MIN 0xF0128F6C          DPLL Minimum CDT_T Nominal Value Register
GTM_DPLL_CTN_MAX 0xF0128F70          DPLL Maximum CDT_T Nominal Value Register
GTM_DPLL_CSN_MIN 0xF0128F74          DPLL Minimum CDT_S Nominal Value Register
GTM_DPLL_CSN_MAX 0xF0128F78          DPLL Maximum CDT_S Nominal Value Register
GTM_CLC         0xF019FD00          Clock Control Register
GTM_RESET_CLR   0xF019FD04          Kernel Reset Status Clear Register
GTM_RESET1      0xF019FD08          Kernel Reset Register 0
GTM_RESET2      0xF019FD0C          Kernel Reset Register 1
GTM_ACCEN0      0xF019FD10          Access Enable Register 0
GTM_ACCEN1      0xF019FD14          Access Enable Register 1
GTM_OTBU0T      0xF019FD18          OCDS TBU0 Trigger Register
GTM_OTBU1T      0xF019FD1C          OCDS TBU1 Trigger Register
GTM_OTBU2T      0xF019FD20          OCDS TBU2 Trigger Register
GTM_OTBU3T      0xF019FD24          OCDS TBU3 Trigger Register
GTM_OTSS        0xF019FD28          OCDS Trigger Set Select Register
GTM_OTSC0       0xF019FD2C          OCDS Trigger Set Control 0 Register
GTM_OTSC1       0xF019FD30          OCDS Trigger Set Control 1 Register
GTM_ODA         0xF019FD34          OCDS Debug Access Register
GTM_OCS         0xF019FD38          OCDS Control and Status
GTM_TIM0INSEL   0xF019FD40          TIM0 Input Select Register
GTM_TIM1INSEL   0xF019FD44          TIM1 Input Select Register
GTM_TIM2INSEL   0xF019FD48          TIM2 Input Select Register
GTM_TIM3INSEL   0xF019FD4C          TIM3 Input Select Register
GTM_TIM4INSEL   0xF019FD50          TIM4 Input Select Register
GTM_TIM5INSEL   0xF019FD54          TIM5 Input Select Register
GTM_TIM6INSEL   0xF019FD58          TIM6 Input Select Register
GTM_TIM7INSEL   0xF019FD5C          TIM7 Input Select Register
GTM_TOUTSEL0    0xF019FD60          Timer Output Select Register
GTM_TOUTSEL1    0xF019FD64          Timer Output Select Register
GTM_TOUTSEL2    0xF019FD68          Timer Output Select Register
GTM_TOUTSEL3    0xF019FD6C          Timer Output Select Register
GTM_TOUTSEL4    0xF019FD70          Timer Output Select Register
GTM_TOUTSEL5    0xF019FD74          Timer Output Select Register
GTM_TOUTSEL6    0xF019FD78          Timer Output Select Register
GTM_TOUTSEL7    0xF019FD7C          Timer Output Select Register
GTM_TOUTSEL8    0xF019FD80          Timer Output Select Register
GTM_TOUTSEL9    0xF019FD84          Timer Output Select Register
GTM_TOUTSEL10   0xF019FD88          Timer Output Select Register
GTM_TOUTSEL11   0xF019FD8C          Timer Output Select Register
GTM_TOUTSEL12   0xF019FD90          Timer Output Select Register
GTM_TOUTSEL13   0xF019FD94          Timer Output Select Register
GTM_TOUTSEL14   0xF019FD98          Timer Output Select Register
GTM_TOUTSEL15   0xF019FD9C          Timer Output Select Register
GTM_TOUTSEL16   0xF019FDA0          Timer Output Select Register
GTM_TOUTSEL17   0xF019FDA4          Timer Output Select Register
GTM_TOUTSEL18   0xF019FDA8          Timer Output Select Register
GTM_TOUTSEL19   0xF019FDAC          Timer Output Select Register
GTM_TOUTSEL20   0xF019FDB0          Timer Output Select Register
GTM_TOUTSEL21   0xF019FDB4          Timer Output Select Register
GTM_TOUTSEL22   0xF019FDB8          Timer Output Select Register
GTM_TOUTSEL23   0xF019FDBC          Timer Output Select Register
GTM_TOUTSEL24   0xF019FDC0          Timer Output Select Register
GTM_TOUTSEL25   0xF019FDC4          Timer Output Select Register
GTM_TOUTSEL26   0xF019FDC8          Timer Output Select Register
GTM_TOUTSEL27   0xF019FDCC          Timer Output Select Register
GTM_TOUTSEL28   0xF019FDD0          Timer Output Select Register
GTM_TOUTSEL29   0xF019FDD4          Timer Output Select Register
GTM_TOUTSEL30   0xF019FDD8          Timer Output Select Register
GTM_TOUTSEL31   0xF019FDDC          Timer Output Select Register
GTM_TOUTSEL32   0xF019FDE0          Timer Output Select Register
GTM_TOUTSEL33   0xF019FDE4          Timer Output Select Register
GTM_DSADCINSEL0 0xF019FE00          DSADC Input Select 0 Register
GTM_DSADCINSEL1 0xF019FE04          DSADC Input Select 1 Register
GTM_DSADCINSEL2 0xF019FE08          DSADC Input Select 2 Register
GTM_DSADCINSEL3 0xF019FE0C          DSADC Input Select 3 Register
GTM_DSADCINSEL4 0xF019FE10          DSADC Input Select 4 Register
GTM_DSADCINSEL5 0xF019FE14          DSADC Input Select 5 Register
GTM_DSADCOUTSEL00 0xF019FE20          DSADC Output Select 00 Register
GTM_DSADCOUTSEL01 0xF019FE24          DSADC Output Select 01 Register
GTM_DSADCOUTSEL10 0xF019FE28          DSADC Output Select 10 Register
GTM_DSADCOUTSEL11 0xF019FE2C          DSADC Output Select 11 Register
GTM_DSADCOUTSEL20 0xF019FE30          DSADC Output Select 20 Register
GTM_DSADCOUTSEL21 0xF019FE34          DSADC Output Select 21 Register
GTM_DSADCOUTSEL30 0xF019FE38          DSADC Output Select 30 Register
GTM_DSADCOUTSEL31 0xF019FE3C          DSADC Output Select 31 Register
GTM_ADCTRIG0OUT0 0xF019FE40          ADC Trigger 0 Output Select 0 Register
GTM_ADCTRIG0OUT1 0xF019FE44          ADC Trigger 0 Output Select 1 Register
GTM_ADCTRIG1OUT0 0xF019FE48          ADC Trigger 1 Output Select 0 Register
GTM_ADCTRIG1OUT1 0xF019FE4C          ADC Trigger 1 Output Select 1 Register
GTM_ADCTRIG2OUT0 0xF019FE50          ADC Trigger 2 Output Select 0 Register
GTM_ADCTRIG2OUT1 0xF019FE54          ADC Trigger 2 Output Select 1 Register
GTM_ADCTRIG3OUT0 0xF019FE58          ADC Trigger 3 Output Select 0 Register
GTM_ADCTRIG3OUT1 0xF019FE5C          ADC Trigger 3 Output Select 1 Register
GTM_ADCTRIG4OUT0 0xF019FE60          ADC Trigger 4 Output Select 0 Register
GTM_ADCTRIG4OUT1 0xF019FE64          ADC Trigger 4 Output Select 1 Register
GTM_DXOUTCON    0xF019FE70          Data Exchange Output Control Register
GTM_TRIGOUT0    0xF019FE74          Trigger Output Register 0
GTM_TRIGOUT1    0xF019FE78          Trigger Output Register 1
GTM_TRIGOUT2    0xF019FE7C          Trigger Output Register 2
GTM_TRIGOUT3    0xF019FE80          Trigger Output Register 3
GTM_TRIGOUT4    0xF019FE84          Trigger Output Register 4
GTM_TRIGOUT5    0xF019FE88          Trigger Output Register 5
GTM_TRIGOUT6    0xF019FE8C          Trigger Output Register 6
GTM_TRIGOUT7    0xF019FE90          Trigger Output Register 7
GTM_TRIGOUT8    0xF019FE94          Trigger Output Register 8
GTM_TRIGOUT9    0xF019FE98          Trigger Output Register 9
GTM_INTOUT0     0xF019FE9C          Interrupt Output Register 0
GTM_INTOUT1     0xF019FEA0          Interrupt Output Register 1
GTM_INTOUT2     0xF019FEA4          Interrupt Output Register 2
GTM_INTOUT3     0xF019FEA8          Interrupt Output Register 3
GTM_INTOUT4     0xF019FEAC          Interrupt Output Register 4
GTM_INTOUT5     0xF019FEB0          Interrupt Output Register 5
GTM_INTOUT6     0xF019FEB4          Interrupt Output Register 6
GTM_INTOUT7     0xF019FEB8          Interrupt Output Register 7
GTM_INTOUT8     0xF019FEBC          Interrupt Output Register 8
GTM_INTOUT9     0xF019FEC0          Interrupt Output Register 9
GTM_MCSTRIGOUTSEL 0xF019FEC4          Trigger Output Select Register
GTM_MCSINTSTAT  0xF019FEC8          MCS Interrupt Status Register
GTM_MCSINTCLR   0xF019FECC          MCS Interrupt Clear Register
GTM_DXINCON     0xF019FED0          Data Exchange Input Control Register
GTM_DATAIN0     0xF019FED4          Data Input 0 Register
GTM_DATAIN1     0xF019FED8          Data Input 1 Register
GTM_DATAIN2     0xF019FEDC          Data Input 2 Register
GTM_DATAIN3     0xF019FEE0          Data Input 3 Register
GTM_DATAIN4     0xF019FEE4          Data Input 4 Register
GTM_DATAIN5     0xF019FEE8          Data Input 5 Register
GTM_DATAIN6     0xF019FEEC          Data Input 6 Register
GTM_DATAIN7     0xF019FEF0          Data Input 7 Register
GTM_DATAIN8     0xF019FEF4          Data Input 8 Register
GTM_DATAIN9     0xF019FEF8          Data Input 9 Register
GTM_MSCSET0CON0 0xF019FF00          MSC Set 0 Control 0 Register
GTM_MSCSET0CON1 0xF019FF04          MSC Set 0 Control 1 Register
GTM_MSCSET0CON2 0xF019FF08          MSC Set 0 Control 2 Register
GTM_MSCSET0CON3 0xF019FF0C          MSC Set 0 Control 3 Register
GTM_MSCSET1CON0 0xF019FF10          MSC Set 1 Control 0 Register
GTM_MSCSET1CON1 0xF019FF14          MSC Set 1 Control 1 Register
GTM_MSCSET1CON2 0xF019FF18          MSC Set 1 Control 2 Register
GTM_MSCSET1CON3 0xF019FF1C          MSC Set 1 Control 3 Register
GTM_MSCSET2CON0 0xF019FF20          MSC Set 2 Control 0 Register
GTM_MSCSET2CON1 0xF019FF24          MSC Set 2 Control 1 Register
GTM_MSCSET2CON2 0xF019FF28          MSC Set 2 Control 2 Register
GTM_MSCSET2CON3 0xF019FF2C          MSC Set 2 Control 3 Register
GTM_MSCSET3CON0 0xF019FF30          MSC Set 3 Control 0 Register
GTM_MSCSET3CON1 0xF019FF34          MSC Set 3 Control 1 Register
GTM_MSCSET3CON2 0xF019FF38          MSC Set 3 Control 2 Register
GTM_MSCSET3CON3 0xF019FF3C          MSC Set 3 Control 3 Register
GTM_MSCSET4CON0 0xF019FF40          MSC Set 4 Control 0 Register
GTM_MSCSET4CON1 0xF019FF44          MSC Set 4 Control 1 Register
GTM_MSCSET4CON2 0xF019FF48          MSC Set 4 Control 2 Register
GTM_MSCSET4CON3 0xF019FF4C          MSC Set 4 Control 3 Register
GTM_MSCSET5CON0 0xF019FF50          MSC Set 5 Control 0 Register
GTM_MSCSET5CON1 0xF019FF54          MSC Set 5 Control 1 Register
GTM_MSCSET5CON2 0xF019FF58          MSC Set 5 Control 2 Register
GTM_MSCSET5CON3 0xF019FF5C          MSC Set 5 Control 3 Register
GTM_MSCSET6CON0 0xF019FF60          MSC Set 6 Control 0 Register
GTM_MSCSET6CON1 0xF019FF64          MSC Set 6 Control 1 Register
GTM_MSCSET6CON2 0xF019FF68          MSC Set 6 Control 2 Register
GTM_MSCSET6CON3 0xF019FF6C          MSC Set 6 Control 3 Register
GTM_MSCSET7CON0 0xF019FF70          MSC Set 7 Control 0 Register
GTM_MSCSET7CON1 0xF019FF74          MSC Set 7 Control 1 Register
GTM_MSCSET7CON2 0xF019FF78          MSC Set 7 Control 2 Register
GTM_MSCSET7CON3 0xF019FF7C          MSC Set 7 Control 3 Register
GTM_MSCSET8CON0 0xF019FF80          MSC Set 8 Control 0 Register
GTM_MSCSET8CON1 0xF019FF84          MSC Set 8 Control 1 Register
GTM_MSCSET8CON2 0xF019FF88          MSC Set 8 Control 2 Register
GTM_MSCSET8CON3 0xF019FF8C          MSC Set 8 Control 3 Register
GTM_MSC0INLCON  0xF019FF90          MSC0 Input Low Control Register
GTM_MSC0INHCON  0xF019FF94          MSC0 Input High Control Register
GTM_MSC0INLEXTCON 0xF019FF98          MSC0 Input Low Extended Control Register
GTM_MSC1INLCON  0xF019FF9C          MSC1 Input Low Control Register
GTM_MSC1INHCON  0xF019FFA0          MSC1 Input High Control Register
GTM_MSC1INLEXTCON 0xF019FFA4          MSC1 Input Low Extended Control Register
GTM_MSC2INLCON  0xF019FFA8          MSC2 Input Low Control Register
GTM_MSC2INHCON  0xF019FFAC          MSC2 Input High Control Register
GTM_MSC2INLEXTCON 0xF019FFB0          MSC2 Input Low Extended Control Register
GTM_MSC3INLCON  0xF019FFB4          MSC3 Input Low Control Register
GTM_MSC3INHCON  0xF019FFB8          MSC3 Input High Control Register
GTM_MSC3INLEXTCON 0xF019FFBC          MSC3 Input Low Extended Control Register
GTM_PSI5OUTSEL  0xF019FFCC          PSI5 Output Select Register
GTM_PSI5SOUTSEL 0xF019FFD0          PSI5-S Output Select Register
GTM_LCDCDCOUTSEL 0xF019FFD4          LCDCDC Output Select Register
GTM_DTMAUXINSEL 0xF019FFD8          DTM_AUX Input Selection Register
GTM_CANOUTSEL0  0xF019FFDC          CAN0/CAN1 Output Select Register
GTM_CANOUTSEL1  0xF019FFE0          CAN2 Output Select Register
GTM_CCM0_ARP0_CTRL 0xF01E2000          CCM0 Address Range Protector 0 Control Register
GTM_CCM0_ARP0_PROT 0xF01E2004          CCM0 Address Range Protector 0 Protection Register
GTM_CCM0_ARP1_CTRL 0xF01E2008          CCM0 Address Range Protector 1 Control Register
GTM_CCM0_ARP1_PROT 0xF01E200C          CCM0 Address Range Protector 1 Protection Register
GTM_CCM0_ARP2_CTRL 0xF01E2010          CCM0 Address Range Protector 2 Control Register
GTM_CCM0_ARP2_PROT 0xF01E2014          CCM0 Address Range Protector 2 Protection Register
GTM_CCM0_ARP3_CTRL 0xF01E2018          CCM0 Address Range Protector 3 Control Register
GTM_CCM0_ARP3_PROT 0xF01E201C          CCM0 Address Range Protector 3 Protection Register
GTM_CCM0_ARP4_CTRL 0xF01E2020          CCM0 Address Range Protector 4 Control Register
GTM_CCM0_ARP4_PROT 0xF01E2024          CCM0 Address Range Protector 4 Protection Register
GTM_CCM0_ARP5_CTRL 0xF01E2028          CCM0 Address Range Protector 5 Control Register
GTM_CCM0_ARP5_PROT 0xF01E202C          CCM0 Address Range Protector 5 Protection Register
GTM_CCM0_ARP6_CTRL 0xF01E2030          CCM0 Address Range Protector 6 Control Register
GTM_CCM0_ARP6_PROT 0xF01E2034          CCM0 Address Range Protector 6 Protection Register
GTM_CCM0_ARP7_CTRL 0xF01E2038          CCM0 Address Range Protector 7 Control Register
GTM_CCM0_ARP7_PROT 0xF01E203C          CCM0 Address Range Protector 7 Protection Register
GTM_CCM0_ARP8_CTRL 0xF01E2040          CCM0 Address Range Protector 8 Control Register
GTM_CCM0_ARP8_PROT 0xF01E2044          CCM0 Address Range Protector 8 Protection Register
GTM_CCM0_ARP9_CTRL 0xF01E2048          CCM0 Address Range Protector 9 Control Register
GTM_CCM0_ARP9_PROT 0xF01E204C          CCM0 Address Range Protector 9 Protection Register
GTM_CCM0_AEIM_STA 0xF01E21D8          CCM0 MCS Bus Master Status Register
GTM_CCM0_HW_CONF 0xF01E21DC          CCM0 Hardware Configuration Register
GTM_CCM0_TIM_AUX_IN_SRC 0xF01E21E0          CCM0 TIM Module AUX_IN Source Selection Register
GTM_CCM0_EXT_CAP_EN 0xF01E21E4          CCM0 External Capture Trigger Enable Register
GTM_CCM0_TOM_OUT 0xF01E21E8          CCM0 TOM Output Level Register
GTM_CCM0_ATOM_OUT 0xF01E21EC          CCM0 ATOM Output Level Register
GTM_CCM0_CMU_CLK_CFG 0xF01E21F0          CCM0 CMU Clock Configuration Register
GTM_CCM0_CMU_FXCLK_CFG 0xF01E21F4          CCM0 CMU Fixed Clock Configuration Register
GTM_CCM0_CFG    0xF01E21F8          CCM0 Configuration Register
GTM_CCM0_PROT   0xF01E21FC          CCM0 Protection Register
GTM_CCM1_ARP0_CTRL 0xF01E2200          CCM1 Address Range Protector 0 Control Register
GTM_CCM1_ARP0_PROT 0xF01E2204          CCM1 Address Range Protector 0 Protection Register
GTM_CCM1_ARP1_CTRL 0xF01E2208          CCM1 Address Range Protector 1 Control Register
GTM_CCM1_ARP1_PROT 0xF01E220C          CCM1 Address Range Protector 1 Protection Register
GTM_CCM1_ARP2_CTRL 0xF01E2210          CCM1 Address Range Protector 2 Control Register
GTM_CCM1_ARP2_PROT 0xF01E2214          CCM1 Address Range Protector 2 Protection Register
GTM_CCM1_ARP3_CTRL 0xF01E2218          CCM1 Address Range Protector 3 Control Register
GTM_CCM1_ARP3_PROT 0xF01E221C          CCM1 Address Range Protector 3 Protection Register
GTM_CCM1_ARP4_CTRL 0xF01E2220          CCM1 Address Range Protector 4 Control Register
GTM_CCM1_ARP4_PROT 0xF01E2224          CCM1 Address Range Protector 4 Protection Register
GTM_CCM1_ARP5_CTRL 0xF01E2228          CCM1 Address Range Protector 5 Control Register
GTM_CCM1_ARP5_PROT 0xF01E222C          CCM1 Address Range Protector 5 Protection Register
GTM_CCM1_ARP6_CTRL 0xF01E2230          CCM1 Address Range Protector 6 Control Register
GTM_CCM1_ARP6_PROT 0xF01E2234          CCM1 Address Range Protector 6 Protection Register
GTM_CCM1_ARP7_CTRL 0xF01E2238          CCM1 Address Range Protector 7 Control Register
GTM_CCM1_ARP7_PROT 0xF01E223C          CCM1 Address Range Protector 7 Protection Register
GTM_CCM1_ARP8_CTRL 0xF01E2240          CCM1 Address Range Protector 8 Control Register
GTM_CCM1_ARP8_PROT 0xF01E2244          CCM1 Address Range Protector 8 Protection Register
GTM_CCM1_ARP9_CTRL 0xF01E2248          CCM1 Address Range Protector 9 Control Register
GTM_CCM1_ARP9_PROT 0xF01E224C          CCM1 Address Range Protector 9 Protection Register
GTM_CCM1_AEIM_STA 0xF01E23D8          CCM1 MCS Bus Master Status Register
GTM_CCM1_HW_CONF 0xF01E23DC          CCM1 Hardware Configuration Register
GTM_CCM1_TIM_AUX_IN_SRC 0xF01E23E0          CCM1 TIM Module AUX_IN Source Selection Register
GTM_CCM1_EXT_CAP_EN 0xF01E23E4          CCM1 External Capture Trigger Enable Register
GTM_CCM1_TOM_OUT 0xF01E23E8          CCM1 TOM Output Level Register
GTM_CCM1_ATOM_OUT 0xF01E23EC          CCM1 ATOM Output Level Register
GTM_CCM1_CMU_CLK_CFG 0xF01E23F0          CCM1 CMU Clock Configuration Register
GTM_CCM1_CMU_FXCLK_CFG 0xF01E23F4          CCM1 CMU Fixed Clock Configuration Register
GTM_CCM1_CFG    0xF01E23F8          CCM1 Configuration Register
GTM_CCM1_PROT   0xF01E23FC          CCM1 Protection Register
GTM_CCM2_ARP0_CTRL 0xF01E2400          CCM2 Address Range Protector 0 Control Register
GTM_CCM2_ARP0_PROT 0xF01E2404          CCM2 Address Range Protector 0 Protection Register
GTM_CCM2_ARP1_CTRL 0xF01E2408          CCM2 Address Range Protector 1 Control Register
GTM_CCM2_ARP1_PROT 0xF01E240C          CCM2 Address Range Protector 1 Protection Register
GTM_CCM2_ARP2_CTRL 0xF01E2410          CCM2 Address Range Protector 2 Control Register
GTM_CCM2_ARP2_PROT 0xF01E2414          CCM2 Address Range Protector 2 Protection Register
GTM_CCM2_ARP3_CTRL 0xF01E2418          CCM2 Address Range Protector 3 Control Register
GTM_CCM2_ARP3_PROT 0xF01E241C          CCM2 Address Range Protector 3 Protection Register
GTM_CCM2_ARP4_CTRL 0xF01E2420          CCM2 Address Range Protector 4 Control Register
GTM_CCM2_ARP4_PROT 0xF01E2424          CCM2 Address Range Protector 4 Protection Register
GTM_CCM2_ARP5_CTRL 0xF01E2428          CCM2 Address Range Protector 5 Control Register
GTM_CCM2_ARP5_PROT 0xF01E242C          CCM2 Address Range Protector 5 Protection Register
GTM_CCM2_ARP6_CTRL 0xF01E2430          CCM2 Address Range Protector 6 Control Register
GTM_CCM2_ARP6_PROT 0xF01E2434          CCM2 Address Range Protector 6 Protection Register
GTM_CCM2_ARP7_CTRL 0xF01E2438          CCM2 Address Range Protector 7 Control Register
GTM_CCM2_ARP7_PROT 0xF01E243C          CCM2 Address Range Protector 7 Protection Register
GTM_CCM2_ARP8_CTRL 0xF01E2440          CCM2 Address Range Protector 8 Control Register
GTM_CCM2_ARP8_PROT 0xF01E2444          CCM2 Address Range Protector 8 Protection Register
GTM_CCM2_ARP9_CTRL 0xF01E2448          CCM2 Address Range Protector 9 Control Register
GTM_CCM2_ARP9_PROT 0xF01E244C          CCM2 Address Range Protector 9 Protection Register
GTM_CCM2_AEIM_STA 0xF01E25D8          CCM2 MCS Bus Master Status Register
GTM_CCM2_HW_CONF 0xF01E25DC          CCM2 Hardware Configuration Register
GTM_CCM2_TIM_AUX_IN_SRC 0xF01E25E0          CCM2 TIM Module AUX_IN Source Selection Register
GTM_CCM2_EXT_CAP_EN 0xF01E25E4          CCM2 External Capture Trigger Enable Register
GTM_CCM2_TOM_OUT 0xF01E25E8          CCM2 TOM Output Level Register
GTM_CCM2_ATOM_OUT 0xF01E25EC          CCM2 ATOM Output Level Register
GTM_CCM2_CMU_CLK_CFG 0xF01E25F0          CCM2 CMU Clock Configuration Register
GTM_CCM2_CMU_FXCLK_CFG 0xF01E25F4          CCM2 CMU Fixed Clock Configuration Register
GTM_CCM2_CFG    0xF01E25F8          CCM2 Configuration Register
GTM_CCM2_PROT   0xF01E25FC          CCM2 Protection Register
GTM_CCM3_ARP0_CTRL 0xF01E2600          CCM3 Address Range Protector 0 Control Register
GTM_CCM3_ARP0_PROT 0xF01E2604          CCM3 Address Range Protector 0 Protection Register
GTM_CCM3_ARP1_CTRL 0xF01E2608          CCM3 Address Range Protector 1 Control Register
GTM_CCM3_ARP1_PROT 0xF01E260C          CCM3 Address Range Protector 1 Protection Register
GTM_CCM3_ARP2_CTRL 0xF01E2610          CCM3 Address Range Protector 2 Control Register
GTM_CCM3_ARP2_PROT 0xF01E2614          CCM3 Address Range Protector 2 Protection Register
GTM_CCM3_ARP3_CTRL 0xF01E2618          CCM3 Address Range Protector 3 Control Register
GTM_CCM3_ARP3_PROT 0xF01E261C          CCM3 Address Range Protector 3 Protection Register
GTM_CCM3_ARP4_CTRL 0xF01E2620          CCM3 Address Range Protector 4 Control Register
GTM_CCM3_ARP4_PROT 0xF01E2624          CCM3 Address Range Protector 4 Protection Register
GTM_CCM3_ARP5_CTRL 0xF01E2628          CCM3 Address Range Protector 5 Control Register
GTM_CCM3_ARP5_PROT 0xF01E262C          CCM3 Address Range Protector 5 Protection Register
GTM_CCM3_ARP6_CTRL 0xF01E2630          CCM3 Address Range Protector 6 Control Register
GTM_CCM3_ARP6_PROT 0xF01E2634          CCM3 Address Range Protector 6 Protection Register
GTM_CCM3_ARP7_CTRL 0xF01E2638          CCM3 Address Range Protector 7 Control Register
GTM_CCM3_ARP7_PROT 0xF01E263C          CCM3 Address Range Protector 7 Protection Register
GTM_CCM3_ARP8_CTRL 0xF01E2640          CCM3 Address Range Protector 8 Control Register
GTM_CCM3_ARP8_PROT 0xF01E2644          CCM3 Address Range Protector 8 Protection Register
GTM_CCM3_ARP9_CTRL 0xF01E2648          CCM3 Address Range Protector 9 Control Register
GTM_CCM3_ARP9_PROT 0xF01E264C          CCM3 Address Range Protector 9 Protection Register
GTM_CCM3_AEIM_STA 0xF01E27D8          CCM3 MCS Bus Master Status Register
GTM_CCM3_HW_CONF 0xF01E27DC          CCM3 Hardware Configuration Register
GTM_CCM3_TIM_AUX_IN_SRC 0xF01E27E0          CCM3 TIM Module AUX_IN Source Selection Register
GTM_CCM3_EXT_CAP_EN 0xF01E27E4          CCM3 External Capture Trigger Enable Register
GTM_CCM3_TOM_OUT 0xF01E27E8          CCM3 TOM Output Level Register
GTM_CCM3_ATOM_OUT 0xF01E27EC          CCM3 ATOM Output Level Register
GTM_CCM3_CMU_CLK_CFG 0xF01E27F0          CCM3 CMU Clock Configuration Register
GTM_CCM3_CMU_FXCLK_CFG 0xF01E27F4          CCM3 CMU Fixed Clock Configuration Register
GTM_CCM3_CFG    0xF01E27F8          CCM3 Configuration Register
GTM_CCM3_PROT   0xF01E27FC          CCM3 Protection Register
GTM_CCM4_ARP0_CTRL 0xF01E2800          CCM4 Address Range Protector 0 Control Register
GTM_CCM4_ARP0_PROT 0xF01E2804          CCM4 Address Range Protector 0 Protection Register
GTM_CCM4_ARP1_CTRL 0xF01E2808          CCM4 Address Range Protector 1 Control Register
GTM_CCM4_ARP1_PROT 0xF01E280C          CCM4 Address Range Protector 1 Protection Register
GTM_CCM4_ARP2_CTRL 0xF01E2810          CCM4 Address Range Protector 2 Control Register
GTM_CCM4_ARP2_PROT 0xF01E2814          CCM4 Address Range Protector 2 Protection Register
GTM_CCM4_ARP3_CTRL 0xF01E2818          CCM4 Address Range Protector 3 Control Register
GTM_CCM4_ARP3_PROT 0xF01E281C          CCM4 Address Range Protector 3 Protection Register
GTM_CCM4_ARP4_CTRL 0xF01E2820          CCM4 Address Range Protector 4 Control Register
GTM_CCM4_ARP4_PROT 0xF01E2824          CCM4 Address Range Protector 4 Protection Register
GTM_CCM4_ARP5_CTRL 0xF01E2828          CCM4 Address Range Protector 5 Control Register
GTM_CCM4_ARP5_PROT 0xF01E282C          CCM4 Address Range Protector 5 Protection Register
GTM_CCM4_ARP6_CTRL 0xF01E2830          CCM4 Address Range Protector 6 Control Register
GTM_CCM4_ARP6_PROT 0xF01E2834          CCM4 Address Range Protector 6 Protection Register
GTM_CCM4_ARP7_CTRL 0xF01E2838          CCM4 Address Range Protector 7 Control Register
GTM_CCM4_ARP7_PROT 0xF01E283C          CCM4 Address Range Protector 7 Protection Register
GTM_CCM4_ARP8_CTRL 0xF01E2840          CCM4 Address Range Protector 8 Control Register
GTM_CCM4_ARP8_PROT 0xF01E2844          CCM4 Address Range Protector 8 Protection Register
GTM_CCM4_ARP9_CTRL 0xF01E2848          CCM4 Address Range Protector 9 Control Register
GTM_CCM4_ARP9_PROT 0xF01E284C          CCM4 Address Range Protector 9 Protection Register
GTM_CCM4_AEIM_STA 0xF01E29D8          CCM4 MCS Bus Master Status Register
GTM_CCM4_HW_CONF 0xF01E29DC          CCM4 Hardware Configuration Register
GTM_CCM4_TIM_AUX_IN_SRC 0xF01E29E0          CCM4 TIM Module AUX_IN Source Selection Register
GTM_CCM4_EXT_CAP_EN 0xF01E29E4          CCM4 External Capture Trigger Enable Register
GTM_CCM4_TOM_OUT 0xF01E29E8          CCM4 TOM Output Level Register
GTM_CCM4_ATOM_OUT 0xF01E29EC          CCM4 ATOM Output Level Register
GTM_CCM4_CMU_CLK_CFG 0xF01E29F0          CCM4 CMU Clock Configuration Register
GTM_CCM4_CMU_FXCLK_CFG 0xF01E29F4          CCM4 CMU Fixed Clock Configuration Register
GTM_CCM4_CFG    0xF01E29F8          CCM4 Configuration Register
GTM_CCM4_PROT   0xF01E29FC          CCM4 Protection Register
GTM_CCM5_ARP0_CTRL 0xF01E2A00          CCM5 Address Range Protector 0 Control Register
GTM_CCM5_ARP0_PROT 0xF01E2A04          CCM5 Address Range Protector 0 Protection Register
GTM_CCM5_ARP1_CTRL 0xF01E2A08          CCM5 Address Range Protector 1 Control Register
GTM_CCM5_ARP1_PROT 0xF01E2A0C          CCM5 Address Range Protector 1 Protection Register
GTM_CCM5_ARP2_CTRL 0xF01E2A10          CCM5 Address Range Protector 2 Control Register
GTM_CCM5_ARP2_PROT 0xF01E2A14          CCM5 Address Range Protector 2 Protection Register
GTM_CCM5_ARP3_CTRL 0xF01E2A18          CCM5 Address Range Protector 3 Control Register
GTM_CCM5_ARP3_PROT 0xF01E2A1C          CCM5 Address Range Protector 3 Protection Register
GTM_CCM5_ARP4_CTRL 0xF01E2A20          CCM5 Address Range Protector 4 Control Register
GTM_CCM5_ARP4_PROT 0xF01E2A24          CCM5 Address Range Protector 4 Protection Register
GTM_CCM5_ARP5_CTRL 0xF01E2A28          CCM5 Address Range Protector 5 Control Register
GTM_CCM5_ARP5_PROT 0xF01E2A2C          CCM5 Address Range Protector 5 Protection Register
GTM_CCM5_ARP6_CTRL 0xF01E2A30          CCM5 Address Range Protector 6 Control Register
GTM_CCM5_ARP6_PROT 0xF01E2A34          CCM5 Address Range Protector 6 Protection Register
GTM_CCM5_ARP7_CTRL 0xF01E2A38          CCM5 Address Range Protector 7 Control Register
GTM_CCM5_ARP7_PROT 0xF01E2A3C          CCM5 Address Range Protector 7 Protection Register
GTM_CCM5_ARP8_CTRL 0xF01E2A40          CCM5 Address Range Protector 8 Control Register
GTM_CCM5_ARP8_PROT 0xF01E2A44          CCM5 Address Range Protector 8 Protection Register
GTM_CCM5_ARP9_CTRL 0xF01E2A48          CCM5 Address Range Protector 9 Control Register
GTM_CCM5_ARP9_PROT 0xF01E2A4C          CCM5 Address Range Protector 9 Protection Register
GTM_CCM5_AEIM_STA 0xF01E2BD8          CCM5 MCS Bus Master Status Register
GTM_CCM5_HW_CONF 0xF01E2BDC          CCM5 Hardware Configuration Register
GTM_CCM5_TIM_AUX_IN_SRC 0xF01E2BE0          CCM5 TIM Module AUX_IN Source Selection Register
GTM_CCM5_EXT_CAP_EN 0xF01E2BE4          CCM5 External Capture Trigger Enable Register
GTM_CCM5_TOM_OUT 0xF01E2BE8          CCM5 TOM Output Level Register
GTM_CCM5_ATOM_OUT 0xF01E2BEC          CCM5 ATOM Output Level Register
GTM_CCM5_CMU_CLK_CFG 0xF01E2BF0          CCM5 CMU Clock Configuration Register
GTM_CCM5_CMU_FXCLK_CFG 0xF01E2BF4          CCM5 CMU Fixed Clock Configuration Register
GTM_CCM5_CFG    0xF01E2BF8          CCM5 Configuration Register
GTM_CCM5_PROT   0xF01E2BFC          CCM5 Protection Register
GTM_CCM6_ARP0_CTRL 0xF01E2C00          CCM6 Address Range Protector 0 Control Register
GTM_CCM6_ARP0_PROT 0xF01E2C04          CCM6 Address Range Protector 0 Protection Register
GTM_CCM6_ARP1_CTRL 0xF01E2C08          CCM6 Address Range Protector 1 Control Register
GTM_CCM6_ARP1_PROT 0xF01E2C0C          CCM6 Address Range Protector 1 Protection Register
GTM_CCM6_ARP2_CTRL 0xF01E2C10          CCM6 Address Range Protector 2 Control Register
GTM_CCM6_ARP2_PROT 0xF01E2C14          CCM6 Address Range Protector 2 Protection Register
GTM_CCM6_ARP3_CTRL 0xF01E2C18          CCM6 Address Range Protector 3 Control Register
GTM_CCM6_ARP3_PROT 0xF01E2C1C          CCM6 Address Range Protector 3 Protection Register
GTM_CCM6_ARP4_CTRL 0xF01E2C20          CCM6 Address Range Protector 4 Control Register
GTM_CCM6_ARP4_PROT 0xF01E2C24          CCM6 Address Range Protector 4 Protection Register
GTM_CCM6_ARP5_CTRL 0xF01E2C28          CCM6 Address Range Protector 5 Control Register
GTM_CCM6_ARP5_PROT 0xF01E2C2C          CCM6 Address Range Protector 5 Protection Register
GTM_CCM6_ARP6_CTRL 0xF01E2C30          CCM6 Address Range Protector 6 Control Register
GTM_CCM6_ARP6_PROT 0xF01E2C34          CCM6 Address Range Protector 6 Protection Register
GTM_CCM6_ARP7_CTRL 0xF01E2C38          CCM6 Address Range Protector 7 Control Register
GTM_CCM6_ARP7_PROT 0xF01E2C3C          CCM6 Address Range Protector 7 Protection Register
GTM_CCM6_ARP8_CTRL 0xF01E2C40          CCM6 Address Range Protector 8 Control Register
GTM_CCM6_ARP8_PROT 0xF01E2C44          CCM6 Address Range Protector 8 Protection Register
GTM_CCM6_ARP9_CTRL 0xF01E2C48          CCM6 Address Range Protector 9 Control Register
GTM_CCM6_ARP9_PROT 0xF01E2C4C          CCM6 Address Range Protector 9 Protection Register
GTM_CCM6_AEIM_STA 0xF01E2DD8          CCM6 MCS Bus Master Status Register
GTM_CCM6_HW_CONF 0xF01E2DDC          CCM6 Hardware Configuration Register
GTM_CCM6_TIM_AUX_IN_SRC 0xF01E2DE0          CCM6 TIM Module AUX_IN Source Selection Register
GTM_CCM6_EXT_CAP_EN 0xF01E2DE4          CCM6 External Capture Trigger Enable Register
GTM_CCM6_ATOM_OUT 0xF01E2DEC          CCM6 ATOM Output Level Register
GTM_CCM6_CMU_CLK_CFG 0xF01E2DF0          CCM6 CMU Clock Configuration Register
GTM_CCM6_CMU_FXCLK_CFG 0xF01E2DF4          CCM6 CMU Fixed Clock Configuration Register
GTM_CCM6_CFG    0xF01E2DF8          CCM6 Configuration Register
GTM_CCM6_PROT   0xF01E2DFC          CCM6 Protection Register
GTM_CCM7_ARP0_CTRL 0xF01E2E00          CCM7 Address Range Protector 0 Control Register
GTM_CCM7_ARP0_PROT 0xF01E2E04          CCM7 Address Range Protector 0 Protection Register
GTM_CCM7_ARP1_CTRL 0xF01E2E08          CCM7 Address Range Protector 1 Control Register
GTM_CCM7_ARP1_PROT 0xF01E2E0C          CCM7 Address Range Protector 1 Protection Register
GTM_CCM7_ARP2_CTRL 0xF01E2E10          CCM7 Address Range Protector 2 Control Register
GTM_CCM7_ARP2_PROT 0xF01E2E14          CCM7 Address Range Protector 2 Protection Register
GTM_CCM7_ARP3_CTRL 0xF01E2E18          CCM7 Address Range Protector 3 Control Register
GTM_CCM7_ARP3_PROT 0xF01E2E1C          CCM7 Address Range Protector 3 Protection Register
GTM_CCM7_ARP4_CTRL 0xF01E2E20          CCM7 Address Range Protector 4 Control Register
GTM_CCM7_ARP4_PROT 0xF01E2E24          CCM7 Address Range Protector 4 Protection Register
GTM_CCM7_ARP5_CTRL 0xF01E2E28          CCM7 Address Range Protector 5 Control Register
GTM_CCM7_ARP5_PROT 0xF01E2E2C          CCM7 Address Range Protector 5 Protection Register
GTM_CCM7_ARP6_CTRL 0xF01E2E30          CCM7 Address Range Protector 6 Control Register
GTM_CCM7_ARP6_PROT 0xF01E2E34          CCM7 Address Range Protector 6 Protection Register
GTM_CCM7_ARP7_CTRL 0xF01E2E38          CCM7 Address Range Protector 7 Control Register
GTM_CCM7_ARP7_PROT 0xF01E2E3C          CCM7 Address Range Protector 7 Protection Register
GTM_CCM7_ARP8_CTRL 0xF01E2E40          CCM7 Address Range Protector 8 Control Register
GTM_CCM7_ARP8_PROT 0xF01E2E44          CCM7 Address Range Protector 8 Protection Register
GTM_CCM7_ARP9_CTRL 0xF01E2E48          CCM7 Address Range Protector 9 Control Register
GTM_CCM7_ARP9_PROT 0xF01E2E4C          CCM7 Address Range Protector 9 Protection Register
GTM_CCM7_AEIM_STA 0xF01E2FD8          CCM7 MCS Bus Master Status Register
GTM_CCM7_HW_CONF 0xF01E2FDC          CCM7 Hardware Configuration Register
GTM_CCM7_TIM_AUX_IN_SRC 0xF01E2FE0          CCM7 TIM Module AUX_IN Source Selection Register
GTM_CCM7_EXT_CAP_EN 0xF01E2FE4          CCM7 External Capture Trigger Enable Register
GTM_CCM7_ATOM_OUT 0xF01E2FEC          CCM7 ATOM Output Level Register
GTM_CCM7_CMU_CLK_CFG 0xF01E2FF0          CCM7 CMU Clock Configuration Register
GTM_CCM7_CMU_FXCLK_CFG 0xF01E2FF4          CCM7 CMU Fixed Clock Configuration Register
GTM_CCM7_CFG    0xF01E2FF8          CCM7 Configuration Register
GTM_CCM7_PROT   0xF01E2FFC          CCM7 Protection Register
GTM_CCM8_ARP0_CTRL 0xF01E3000          CCM8 Address Range Protector 0 Control Register
GTM_CCM8_ARP0_PROT 0xF01E3004          CCM8 Address Range Protector 0 Protection Register
GTM_CCM8_ARP1_CTRL 0xF01E3008          CCM8 Address Range Protector 1 Control Register
GTM_CCM8_ARP1_PROT 0xF01E300C          CCM8 Address Range Protector 1 Protection Register
GTM_CCM8_ARP2_CTRL 0xF01E3010          CCM8 Address Range Protector 2 Control Register
GTM_CCM8_ARP2_PROT 0xF01E3014          CCM8 Address Range Protector 2 Protection Register
GTM_CCM8_ARP3_CTRL 0xF01E3018          CCM8 Address Range Protector 3 Control Register
GTM_CCM8_ARP3_PROT 0xF01E301C          CCM8 Address Range Protector 3 Protection Register
GTM_CCM8_ARP4_CTRL 0xF01E3020          CCM8 Address Range Protector 4 Control Register
GTM_CCM8_ARP4_PROT 0xF01E3024          CCM8 Address Range Protector 4 Protection Register
GTM_CCM8_ARP5_CTRL 0xF01E3028          CCM8 Address Range Protector 5 Control Register
GTM_CCM8_ARP5_PROT 0xF01E302C          CCM8 Address Range Protector 5 Protection Register
GTM_CCM8_ARP6_CTRL 0xF01E3030          CCM8 Address Range Protector 6 Control Register
GTM_CCM8_ARP6_PROT 0xF01E3034          CCM8 Address Range Protector 6 Protection Register
GTM_CCM8_ARP7_CTRL 0xF01E3038          CCM8 Address Range Protector 7 Control Register
GTM_CCM8_ARP7_PROT 0xF01E303C          CCM8 Address Range Protector 7 Protection Register
GTM_CCM8_ARP8_CTRL 0xF01E3040          CCM8 Address Range Protector 8 Control Register
GTM_CCM8_ARP8_PROT 0xF01E3044          CCM8 Address Range Protector 8 Protection Register
GTM_CCM8_ARP9_CTRL 0xF01E3048          CCM8 Address Range Protector 9 Control Register
GTM_CCM8_ARP9_PROT 0xF01E304C          CCM8 Address Range Protector 9 Protection Register
GTM_CCM8_AEIM_STA 0xF01E31D8          CCM8 MCS Bus Master Status Register
GTM_CCM8_HW_CONF 0xF01E31DC          CCM8 Hardware Configuration Register
GTM_CCM8_ATOM_OUT 0xF01E31EC          CCM8 ATOM Output Level Register
GTM_CCM8_CMU_CLK_CFG 0xF01E31F0          CCM8 CMU Clock Configuration Register
GTM_CCM8_CMU_FXCLK_CFG 0xF01E31F4          CCM8 CMU Fixed Clock Configuration Register
GTM_CCM8_CFG    0xF01E31F8          CCM8 Configuration Register
GTM_CCM8_PROT   0xF01E31FC          CCM8 Protection Register
GTM_CCM9_ARP0_CTRL 0xF01E3200          CCM9 Address Range Protector 0 Control Register
GTM_CCM9_ARP0_PROT 0xF01E3204          CCM9 Address Range Protector 0 Protection Register
GTM_CCM9_ARP1_CTRL 0xF01E3208          CCM9 Address Range Protector 1 Control Register
GTM_CCM9_ARP1_PROT 0xF01E320C          CCM9 Address Range Protector 1 Protection Register
GTM_CCM9_ARP2_CTRL 0xF01E3210          CCM9 Address Range Protector 2 Control Register
GTM_CCM9_ARP2_PROT 0xF01E3214          CCM9 Address Range Protector 2 Protection Register
GTM_CCM9_ARP3_CTRL 0xF01E3218          CCM9 Address Range Protector 3 Control Register
GTM_CCM9_ARP3_PROT 0xF01E321C          CCM9 Address Range Protector 3 Protection Register
GTM_CCM9_ARP4_CTRL 0xF01E3220          CCM9 Address Range Protector 4 Control Register
GTM_CCM9_ARP4_PROT 0xF01E3224          CCM9 Address Range Protector 4 Protection Register
GTM_CCM9_ARP5_CTRL 0xF01E3228          CCM9 Address Range Protector 5 Control Register
GTM_CCM9_ARP5_PROT 0xF01E322C          CCM9 Address Range Protector 5 Protection Register
GTM_CCM9_ARP6_CTRL 0xF01E3230          CCM9 Address Range Protector 6 Control Register
GTM_CCM9_ARP6_PROT 0xF01E3234          CCM9 Address Range Protector 6 Protection Register
GTM_CCM9_ARP7_CTRL 0xF01E3238          CCM9 Address Range Protector 7 Control Register
GTM_CCM9_ARP7_PROT 0xF01E323C          CCM9 Address Range Protector 7 Protection Register
GTM_CCM9_ARP8_CTRL 0xF01E3240          CCM9 Address Range Protector 8 Control Register
GTM_CCM9_ARP8_PROT 0xF01E3244          CCM9 Address Range Protector 8 Protection Register
GTM_CCM9_ARP9_CTRL 0xF01E3248          CCM9 Address Range Protector 9 Control Register
GTM_CCM9_ARP9_PROT 0xF01E324C          CCM9 Address Range Protector 9 Protection Register
GTM_CCM9_AEIM_STA 0xF01E33D8          CCM9 MCS Bus Master Status Register
GTM_CCM9_HW_CONF 0xF01E33DC          CCM9 Hardware Configuration Register
GTM_CCM9_ATOM_OUT 0xF01E33EC          CCM9 ATOM Output Level Register
GTM_CCM9_CMU_CLK_CFG 0xF01E33F0          CCM9 CMU Clock Configuration Register
GTM_CCM9_CMU_FXCLK_CFG 0xF01E33F4          CCM9 CMU Fixed Clock Configuration Register
GTM_CCM9_CFG    0xF01E33F8          CCM9 Configuration Register
GTM_CCM9_PROT   0xF01E33FC          CCM9 Protection Register
GTM_CCM10_HW_CONF 0xF01E35DC          CCM10 Hardware Configuration Register
GTM_CCM10_ATOM_OUT 0xF01E35EC          CCM10 ATOM Output Level Register
GTM_CCM10_CMU_CLK_CFG 0xF01E35F0          CCM10 CMU Clock Configuration Register
GTM_CCM10_CMU_FXCLK_CFG 0xF01E35F4          CCM10 CMU Fixed Clock Configuration Register
GTM_CCM10_CFG   0xF01E35F8          CCM10 Configuration Register
GTM_CCM10_PROT  0xF01E35FC          CCM10 Protection Register
GTM_CCM11_HW_CONF 0xF01E37DC          CCM11 Hardware Configuration Register
GTM_CCM11_ATOM_OUT 0xF01E37EC          CCM11 ATOM Output Level Register
GTM_CCM11_CMU_CLK_CFG 0xF01E37F0          CCM11 CMU Clock Configuration Register
GTM_CCM11_CMU_FXCLK_CFG 0xF01E37F4          CCM11 CMU Fixed Clock Configuration Register
GTM_CCM11_CFG   0xF01E37F8          CCM11 Configuration Register
GTM_CCM11_PROT  0xF01E37FC          CCM11 Protection Register
GTM_CDTM0_DTM0_CTRL 0xF01E4000          CDTM0 DTM0 Global Configuration and Control Register
GTM_CDTM0_DTM0_CH_CTRL1 0xF01E4004          CDTM0 DTM0 Channel Control Register 1
GTM_CDTM0_DTM0_CH_CTRL2 0xF01E4008          CDTM0 DTM0 Channel Control Register 2
GTM_CDTM0_DTM0_CH_CTRL2_SR 0xF01E400C          CDTM0 DTM0 Channel Control Register 2 Shadow
GTM_CDTM0_DTM0_PS_CTRL 0xF01E4010          CDTM0 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM0_CH0_DTV 0xF01E4014          CDTM0 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM0_CH1_DTV 0xF01E4018          CDTM0 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM0_CH2_DTV 0xF01E401C          CDTM0 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM0_CH3_DTV 0xF01E4020          CDTM0 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM0_CH_SR 0xF01E4024          CDTM0 DTM0 Channel Shadow Register
GTM_CDTM0_DTM0_CH_CTRL3 0xF01E4028          CDTM0 DTM0 Channel Control Register 3
GTM_CDTM0_DTM1_CTRL 0xF01E4040          CDTM0 DTM1 Global Configuration and Control Register
GTM_CDTM0_DTM1_CH_CTRL1 0xF01E4044          CDTM0 DTM1 Channel Control Register 1
GTM_CDTM0_DTM1_CH_CTRL2 0xF01E4048          CDTM0 DTM1 Channel Control Register 2
GTM_CDTM0_DTM1_CH_CTRL2_SR 0xF01E404C          CDTM0 DTM1 Channel Control Register 2 Shadow
GTM_CDTM0_DTM1_PS_CTRL 0xF01E4050          CDTM0 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM1_CH0_DTV 0xF01E4054          CDTM0 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM1_CH1_DTV 0xF01E4058          CDTM0 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM1_CH2_DTV 0xF01E405C          CDTM0 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM1_CH3_DTV 0xF01E4060          CDTM0 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM1_CH_SR 0xF01E4064          CDTM0 DTM1 Channel Shadow Register
GTM_CDTM0_DTM1_CH_CTRL3 0xF01E4068          CDTM0 DTM1 Channel Control Register 3
GTM_CDTM0_DTM4_CTRL 0xF01E4100          CDTM0 DTM4 Global Configuration and Control Register
GTM_CDTM0_DTM4_CH_CTRL1 0xF01E4104          CDTM0 DTM4 Channel Control Register 1
GTM_CDTM0_DTM4_CH_CTRL2 0xF01E4108          CDTM0 DTM4 Channel Control Register 2
GTM_CDTM0_DTM4_CH_CTRL2_SR 0xF01E410C          CDTM0 DTM4 Channel Control Register 2 Shadow
GTM_CDTM0_DTM4_PS_CTRL 0xF01E4110          CDTM0 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM4_CH0_DTV 0xF01E4114          CDTM0 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM4_CH1_DTV 0xF01E4118          CDTM0 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM4_CH2_DTV 0xF01E411C          CDTM0 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM4_CH3_DTV 0xF01E4120          CDTM0 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM4_CH_SR 0xF01E4124          CDTM0 DTM4 Channel Shadow Register
GTM_CDTM0_DTM4_CH_CTRL3 0xF01E4128          CDTM0 DTM4 Channel Control Register 3
GTM_CDTM0_DTM5_CTRL 0xF01E4140          CDTM0 DTM5 Global Configuration and Control Register
GTM_CDTM0_DTM5_CH_CTRL1 0xF01E4144          CDTM0 DTM5 Channel Control Register 1
GTM_CDTM0_DTM5_CH_CTRL2 0xF01E4148          CDTM0 DTM5 Channel Control Register 2
GTM_CDTM0_DTM5_CH_CTRL2_SR 0xF01E414C          CDTM0 DTM5 Channel Control Register 2 Shadow
GTM_CDTM0_DTM5_PS_CTRL 0xF01E4150          CDTM0 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM5_CH0_DTV 0xF01E4154          CDTM0 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM5_CH1_DTV 0xF01E4158          CDTM0 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM5_CH2_DTV 0xF01E415C          CDTM0 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM5_CH3_DTV 0xF01E4160          CDTM0 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM5_CH_SR 0xF01E4164          CDTM0 DTM5 Channel Shadow Register
GTM_CDTM0_DTM5_CH_CTRL3 0xF01E4168          CDTM0 DTM5 Channel Control Register 3
GTM_CDTM1_DTM0_CTRL 0xF01E4400          CDTM1 DTM0 Global Configuration and Control Register
GTM_CDTM1_DTM0_CH_CTRL1 0xF01E4404          CDTM1 DTM0 Channel Control Register 1
GTM_CDTM1_DTM0_CH_CTRL2 0xF01E4408          CDTM1 DTM0 Channel Control Register 2
GTM_CDTM1_DTM0_CH_CTRL2_SR 0xF01E440C          CDTM1 DTM0 Channel Control Register 2 Shadow
GTM_CDTM1_DTM0_PS_CTRL 0xF01E4410          CDTM1 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM0_CH0_DTV 0xF01E4414          CDTM1 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM0_CH1_DTV 0xF01E4418          CDTM1 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM0_CH2_DTV 0xF01E441C          CDTM1 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM0_CH3_DTV 0xF01E4420          CDTM1 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM0_CH_SR 0xF01E4424          CDTM1 DTM0 Channel Shadow Register
GTM_CDTM1_DTM0_CH_CTRL3 0xF01E4428          CDTM1 DTM0 Channel Control Register 3
GTM_CDTM1_DTM1_CTRL 0xF01E4440          CDTM1 DTM1 Global Configuration and Control Register
GTM_CDTM1_DTM1_CH_CTRL1 0xF01E4444          CDTM1 DTM1 Channel Control Register 1
GTM_CDTM1_DTM1_CH_CTRL2 0xF01E4448          CDTM1 DTM1 Channel Control Register 2
GTM_CDTM1_DTM1_CH_CTRL2_SR 0xF01E444C          CDTM1 DTM1 Channel Control Register 2 Shadow
GTM_CDTM1_DTM1_PS_CTRL 0xF01E4450          CDTM1 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM1_CH0_DTV 0xF01E4454          CDTM1 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM1_CH1_DTV 0xF01E4458          CDTM1 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM1_CH2_DTV 0xF01E445C          CDTM1 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM1_CH3_DTV 0xF01E4460          CDTM1 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM1_CH_SR 0xF01E4464          CDTM1 DTM1 Channel Shadow Register
GTM_CDTM1_DTM1_CH_CTRL3 0xF01E4468          CDTM1 DTM1 Channel Control Register 3
GTM_CDTM1_DTM4_CTRL 0xF01E4500          CDTM1 DTM4 Global Configuration and Control Register
GTM_CDTM1_DTM4_CH_CTRL1 0xF01E4504          CDTM1 DTM4 Channel Control Register 1
GTM_CDTM1_DTM4_CH_CTRL2 0xF01E4508          CDTM1 DTM4 Channel Control Register 2
GTM_CDTM1_DTM4_CH_CTRL2_SR 0xF01E450C          CDTM1 DTM4 Channel Control Register 2 Shadow
GTM_CDTM1_DTM4_PS_CTRL 0xF01E4510          CDTM1 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM4_CH0_DTV 0xF01E4514          CDTM1 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM4_CH1_DTV 0xF01E4518          CDTM1 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM4_CH2_DTV 0xF01E451C          CDTM1 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM4_CH3_DTV 0xF01E4520          CDTM1 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM4_CH_SR 0xF01E4524          CDTM1 DTM4 Channel Shadow Register
GTM_CDTM1_DTM4_CH_CTRL3 0xF01E4528          CDTM1 DTM4 Channel Control Register 3
GTM_CDTM1_DTM5_CTRL 0xF01E4540          CDTM1 DTM5 Global Configuration and Control Register
GTM_CDTM1_DTM5_CH_CTRL1 0xF01E4544          CDTM1 DTM5 Channel Control Register 1
GTM_CDTM1_DTM5_CH_CTRL2 0xF01E4548          CDTM1 DTM5 Channel Control Register 2
GTM_CDTM1_DTM5_CH_CTRL2_SR 0xF01E454C          CDTM1 DTM5 Channel Control Register 2 Shadow
GTM_CDTM1_DTM5_PS_CTRL 0xF01E4550          CDTM1 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM5_CH0_DTV 0xF01E4554          CDTM1 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM5_CH1_DTV 0xF01E4558          CDTM1 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM5_CH2_DTV 0xF01E455C          CDTM1 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM5_CH3_DTV 0xF01E4560          CDTM1 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM5_CH_SR 0xF01E4564          CDTM1 DTM5 Channel Shadow Register
GTM_CDTM1_DTM5_CH_CTRL3 0xF01E4568          CDTM1 DTM5 Channel Control Register 3
GTM_CDTM2_DTM0_CTRL 0xF01E4800          CDTM2 DTM0 Global Configuration and Control Register
GTM_CDTM2_DTM0_CH_CTRL1 0xF01E4804          CDTM2 DTM0 Channel Control Register 1
GTM_CDTM2_DTM0_CH_CTRL2 0xF01E4808          CDTM2 DTM0 Channel Control Register 2
GTM_CDTM2_DTM0_CH_CTRL2_SR 0xF01E480C          CDTM2 DTM0 Channel Control Register 2 Shadow
GTM_CDTM2_DTM0_PS_CTRL 0xF01E4810          CDTM2 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM0_CH0_DTV 0xF01E4814          CDTM2 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM0_CH1_DTV 0xF01E4818          CDTM2 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM0_CH2_DTV 0xF01E481C          CDTM2 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM0_CH3_DTV 0xF01E4820          CDTM2 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM0_CH_SR 0xF01E4824          CDTM2 DTM0 Channel Shadow Register
GTM_CDTM2_DTM0_CH_CTRL3 0xF01E4828          CDTM2 DTM0 Channel Control Register 3
GTM_CDTM2_DTM1_CTRL 0xF01E4840          CDTM2 DTM1 Global Configuration and Control Register
GTM_CDTM2_DTM1_CH_CTRL1 0xF01E4844          CDTM2 DTM1 Channel Control Register 1
GTM_CDTM2_DTM1_CH_CTRL2 0xF01E4848          CDTM2 DTM1 Channel Control Register 2
GTM_CDTM2_DTM1_CH_CTRL2_SR 0xF01E484C          CDTM2 DTM1 Channel Control Register 2 Shadow
GTM_CDTM2_DTM1_PS_CTRL 0xF01E4850          CDTM2 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM1_CH0_DTV 0xF01E4854          CDTM2 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM1_CH1_DTV 0xF01E4858          CDTM2 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM1_CH2_DTV 0xF01E485C          CDTM2 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM1_CH3_DTV 0xF01E4860          CDTM2 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM1_CH_SR 0xF01E4864          CDTM2 DTM1 Channel Shadow Register
GTM_CDTM2_DTM1_CH_CTRL3 0xF01E4868          CDTM2 DTM1 Channel Control Register 3
GTM_CDTM2_DTM4_CTRL 0xF01E4900          CDTM2 DTM4 Global Configuration and Control Register
GTM_CDTM2_DTM4_CH_CTRL1 0xF01E4904          CDTM2 DTM4 Channel Control Register 1
GTM_CDTM2_DTM4_CH_CTRL2 0xF01E4908          CDTM2 DTM4 Channel Control Register 2
GTM_CDTM2_DTM4_CH_CTRL2_SR 0xF01E490C          CDTM2 DTM4 Channel Control Register 2 Shadow
GTM_CDTM2_DTM4_PS_CTRL 0xF01E4910          CDTM2 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM4_CH0_DTV 0xF01E4914          CDTM2 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM4_CH1_DTV 0xF01E4918          CDTM2 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM4_CH2_DTV 0xF01E491C          CDTM2 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM4_CH3_DTV 0xF01E4920          CDTM2 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM4_CH_SR 0xF01E4924          CDTM2 DTM4 Channel Shadow Register
GTM_CDTM2_DTM4_CH_CTRL3 0xF01E4928          CDTM2 DTM4 Channel Control Register 3
GTM_CDTM2_DTM5_CTRL 0xF01E4940          CDTM2 DTM5 Global Configuration and Control Register
GTM_CDTM2_DTM5_CH_CTRL1 0xF01E4944          CDTM2 DTM5 Channel Control Register 1
GTM_CDTM2_DTM5_CH_CTRL2 0xF01E4948          CDTM2 DTM5 Channel Control Register 2
GTM_CDTM2_DTM5_CH_CTRL2_SR 0xF01E494C          CDTM2 DTM5 Channel Control Register 2 Shadow
GTM_CDTM2_DTM5_PS_CTRL 0xF01E4950          CDTM2 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM5_CH0_DTV 0xF01E4954          CDTM2 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM5_CH1_DTV 0xF01E4958          CDTM2 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM5_CH2_DTV 0xF01E495C          CDTM2 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM5_CH3_DTV 0xF01E4960          CDTM2 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM5_CH_SR 0xF01E4964          CDTM2 DTM5 Channel Shadow Register
GTM_CDTM2_DTM5_CH_CTRL3 0xF01E4968          CDTM2 DTM5 Channel Control Register 3
GTM_CDTM3_DTM0_CTRL 0xF01E4C00          CDTM3 DTM0 Global Configuration and Control Register
GTM_CDTM3_DTM0_CH_CTRL1 0xF01E4C04          CDTM3 DTM0 Channel Control Register 1
GTM_CDTM3_DTM0_CH_CTRL2 0xF01E4C08          CDTM3 DTM0 Channel Control Register 2
GTM_CDTM3_DTM0_CH_CTRL2_SR 0xF01E4C0C          CDTM3 DTM0 Channel Control Register 2 Shadow
GTM_CDTM3_DTM0_PS_CTRL 0xF01E4C10          CDTM3 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM3_DTM0_CH0_DTV 0xF01E4C14          CDTM3 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM3_DTM0_CH1_DTV 0xF01E4C18          CDTM3 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM3_DTM0_CH2_DTV 0xF01E4C1C          CDTM3 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM3_DTM0_CH3_DTV 0xF01E4C20          CDTM3 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM3_DTM0_CH_SR 0xF01E4C24          CDTM3 DTM0 Channel Shadow Register
GTM_CDTM3_DTM0_CH_CTRL3 0xF01E4C28          CDTM3 DTM0 Channel Control Register 3
GTM_CDTM3_DTM1_CTRL 0xF01E4C40          CDTM3 DTM1 Global Configuration and Control Register
GTM_CDTM3_DTM1_CH_CTRL1 0xF01E4C44          CDTM3 DTM1 Channel Control Register 1
GTM_CDTM3_DTM1_CH_CTRL2 0xF01E4C48          CDTM3 DTM1 Channel Control Register 2
GTM_CDTM3_DTM1_CH_CTRL2_SR 0xF01E4C4C          CDTM3 DTM1 Channel Control Register 2 Shadow
GTM_CDTM3_DTM1_PS_CTRL 0xF01E4C50          CDTM3 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM3_DTM1_CH0_DTV 0xF01E4C54          CDTM3 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM3_DTM1_CH1_DTV 0xF01E4C58          CDTM3 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM3_DTM1_CH2_DTV 0xF01E4C5C          CDTM3 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM3_DTM1_CH3_DTV 0xF01E4C60          CDTM3 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM3_DTM1_CH_SR 0xF01E4C64          CDTM3 DTM1 Channel Shadow Register
GTM_CDTM3_DTM1_CH_CTRL3 0xF01E4C68          CDTM3 DTM1 Channel Control Register 3
GTM_CDTM3_DTM4_CTRL 0xF01E4D00          CDTM3 DTM4 Global Configuration and Control Register
GTM_CDTM3_DTM4_CH_CTRL1 0xF01E4D04          CDTM3 DTM4 Channel Control Register 1
GTM_CDTM3_DTM4_CH_CTRL2 0xF01E4D08          CDTM3 DTM4 Channel Control Register 2
GTM_CDTM3_DTM4_CH_CTRL2_SR 0xF01E4D0C          CDTM3 DTM4 Channel Control Register 2 Shadow
GTM_CDTM3_DTM4_PS_CTRL 0xF01E4D10          CDTM3 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM3_DTM4_CH0_DTV 0xF01E4D14          CDTM3 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM3_DTM4_CH1_DTV 0xF01E4D18          CDTM3 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM3_DTM4_CH2_DTV 0xF01E4D1C          CDTM3 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM3_DTM4_CH3_DTV 0xF01E4D20          CDTM3 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM3_DTM4_CH_SR 0xF01E4D24          CDTM3 DTM4 Channel Shadow Register
GTM_CDTM3_DTM4_CH_CTRL3 0xF01E4D28          CDTM3 DTM4 Channel Control Register 3
GTM_CDTM3_DTM5_CTRL 0xF01E4D40          CDTM3 DTM5 Global Configuration and Control Register
GTM_CDTM3_DTM5_CH_CTRL1 0xF01E4D44          CDTM3 DTM5 Channel Control Register 1
GTM_CDTM3_DTM5_CH_CTRL2 0xF01E4D48          CDTM3 DTM5 Channel Control Register 2
GTM_CDTM3_DTM5_CH_CTRL2_SR 0xF01E4D4C          CDTM3 DTM5 Channel Control Register 2 Shadow
GTM_CDTM3_DTM5_PS_CTRL 0xF01E4D50          CDTM3 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM3_DTM5_CH0_DTV 0xF01E4D54          CDTM3 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM3_DTM5_CH1_DTV 0xF01E4D58          CDTM3 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM3_DTM5_CH2_DTV 0xF01E4D5C          CDTM3 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM3_DTM5_CH3_DTV 0xF01E4D60          CDTM3 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM3_DTM5_CH_SR 0xF01E4D64          CDTM3 DTM5 Channel Shadow Register
GTM_CDTM3_DTM5_CH_CTRL3 0xF01E4D68          CDTM3 DTM5 Channel Control Register 3
GTM_CDTM4_DTM0_CTRL 0xF01E5000          CDTM4 DTM0 Global Configuration and Control Register
GTM_CDTM4_DTM0_CH_CTRL1 0xF01E5004          CDTM4 DTM0 Channel Control Register 1
GTM_CDTM4_DTM0_CH_CTRL2 0xF01E5008          CDTM4 DTM0 Channel Control Register 2
GTM_CDTM4_DTM0_CH_CTRL2_SR 0xF01E500C          CDTM4 DTM0 Channel Control Register 2 Shadow
GTM_CDTM4_DTM0_PS_CTRL 0xF01E5010          CDTM4 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM4_DTM0_CH0_DTV 0xF01E5014          CDTM4 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM4_DTM0_CH1_DTV 0xF01E5018          CDTM4 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM4_DTM0_CH2_DTV 0xF01E501C          CDTM4 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM4_DTM0_CH3_DTV 0xF01E5020          CDTM4 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM4_DTM0_CH_SR 0xF01E5024          CDTM4 DTM0 Channel Shadow Register
GTM_CDTM4_DTM0_CH_CTRL3 0xF01E5028          CDTM4 DTM0 Channel Control Register 3
GTM_CDTM4_DTM1_CTRL 0xF01E5040          CDTM4 DTM1 Global Configuration and Control Register
GTM_CDTM4_DTM1_CH_CTRL1 0xF01E5044          CDTM4 DTM1 Channel Control Register 1
GTM_CDTM4_DTM1_CH_CTRL2 0xF01E5048          CDTM4 DTM1 Channel Control Register 2
GTM_CDTM4_DTM1_CH_CTRL2_SR 0xF01E504C          CDTM4 DTM1 Channel Control Register 2 Shadow
GTM_CDTM4_DTM1_PS_CTRL 0xF01E5050          CDTM4 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM4_DTM1_CH0_DTV 0xF01E5054          CDTM4 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM4_DTM1_CH1_DTV 0xF01E5058          CDTM4 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM4_DTM1_CH2_DTV 0xF01E505C          CDTM4 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM4_DTM1_CH3_DTV 0xF01E5060          CDTM4 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM4_DTM1_CH_SR 0xF01E5064          CDTM4 DTM1 Channel Shadow Register
GTM_CDTM4_DTM1_CH_CTRL3 0xF01E5068          CDTM4 DTM1 Channel Control Register 3
GTM_CDTM4_DTM4_CTRL 0xF01E5100          CDTM4 DTM4 Global Configuration and Control Register
GTM_CDTM4_DTM4_CH_CTRL1 0xF01E5104          CDTM4 DTM4 Channel Control Register 1
GTM_CDTM4_DTM4_CH_CTRL2 0xF01E5108          CDTM4 DTM4 Channel Control Register 2
GTM_CDTM4_DTM4_CH_CTRL2_SR 0xF01E510C          CDTM4 DTM4 Channel Control Register 2 Shadow
GTM_CDTM4_DTM4_PS_CTRL 0xF01E5110          CDTM4 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM4_DTM4_CH0_DTV 0xF01E5114          CDTM4 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM4_DTM4_CH1_DTV 0xF01E5118          CDTM4 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM4_DTM4_CH2_DTV 0xF01E511C          CDTM4 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM4_DTM4_CH3_DTV 0xF01E5120          CDTM4 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM4_DTM4_CH_SR 0xF01E5124          CDTM4 DTM4 Channel Shadow Register
GTM_CDTM4_DTM4_CH_CTRL3 0xF01E5128          CDTM4 DTM4 Channel Control Register 3
GTM_CDTM4_DTM5_CTRL 0xF01E5140          CDTM4 DTM5 Global Configuration and Control Register
GTM_CDTM4_DTM5_CH_CTRL1 0xF01E5144          CDTM4 DTM5 Channel Control Register 1
GTM_CDTM4_DTM5_CH_CTRL2 0xF01E5148          CDTM4 DTM5 Channel Control Register 2
GTM_CDTM4_DTM5_CH_CTRL2_SR 0xF01E514C          CDTM4 DTM5 Channel Control Register 2 Shadow
GTM_CDTM4_DTM5_PS_CTRL 0xF01E5150          CDTM4 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM4_DTM5_CH0_DTV 0xF01E5154          CDTM4 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM4_DTM5_CH1_DTV 0xF01E5158          CDTM4 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM4_DTM5_CH2_DTV 0xF01E515C          CDTM4 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM4_DTM5_CH3_DTV 0xF01E5160          CDTM4 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM4_DTM5_CH_SR 0xF01E5164          CDTM4 DTM5 Channel Shadow Register
GTM_CDTM4_DTM5_CH_CTRL3 0xF01E5168          CDTM4 DTM5 Channel Control Register 3
GTM_CDTM5_DTM4_CTRL 0xF01E5500          CDTM5 DTM4 Global Configuration and Control Register
GTM_CDTM5_DTM4_CH_CTRL1 0xF01E5504          CDTM5 DTM4 Channel Control Register 1
GTM_CDTM5_DTM4_CH_CTRL2 0xF01E5508          CDTM5 DTM4 Channel Control Register 2
GTM_CDTM5_DTM4_CH_CTRL2_SR 0xF01E550C          CDTM5 DTM4 Channel Control Register 2 Shadow
GTM_CDTM5_DTM4_PS_CTRL 0xF01E5510          CDTM5 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM5_DTM4_CH0_DTV 0xF01E5514          CDTM5 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM5_DTM4_CH1_DTV 0xF01E5518          CDTM5 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM5_DTM4_CH2_DTV 0xF01E551C          CDTM5 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM5_DTM4_CH3_DTV 0xF01E5520          CDTM5 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM5_DTM4_CH_SR 0xF01E5524          CDTM5 DTM4 Channel Shadow Register
GTM_CDTM5_DTM4_CH_CTRL3 0xF01E5528          CDTM5 DTM4 Channel Control Register 3
GTM_CDTM5_DTM5_CTRL 0xF01E5540          CDTM5 DTM5 Global Configuration and Control Register
GTM_CDTM5_DTM5_CH_CTRL1 0xF01E5544          CDTM5 DTM5 Channel Control Register 1
GTM_CDTM5_DTM5_CH_CTRL2 0xF01E5548          CDTM5 DTM5 Channel Control Register 2
GTM_CDTM5_DTM5_CH_CTRL2_SR 0xF01E554C          CDTM5 DTM5 Channel Control Register 2 Shadow
GTM_CDTM5_DTM5_PS_CTRL 0xF01E5550          CDTM5 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM5_DTM5_CH0_DTV 0xF01E5554          CDTM5 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM5_DTM5_CH1_DTV 0xF01E5558          CDTM5 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM5_DTM5_CH2_DTV 0xF01E555C          CDTM5 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM5_DTM5_CH3_DTV 0xF01E5560          CDTM5 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM5_DTM5_CH_SR 0xF01E5564          CDTM5 DTM5 Channel Shadow Register
GTM_CDTM5_DTM5_CH_CTRL3 0xF01E5568          CDTM5 DTM5 Channel Control Register 3
GTM_CDTM6_DTM4_CTRL 0xF01E5900          CDTM6 DTM4 Global Configuration and Control Register
GTM_CDTM6_DTM4_CH_CTRL1 0xF01E5904          CDTM6 DTM4 Channel Control Register 1
GTM_CDTM6_DTM4_CH_CTRL2 0xF01E5908          CDTM6 DTM4 Channel Control Register 2
GTM_CDTM6_DTM4_CH_CTRL2_SR 0xF01E590C          CDTM6 DTM4 Channel Control Register 2 Shadow
GTM_CDTM6_DTM4_PS_CTRL 0xF01E5910          CDTM6 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM6_DTM4_CH0_DTV 0xF01E5914          CDTM6 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM6_DTM4_CH1_DTV 0xF01E5918          CDTM6 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM6_DTM4_CH2_DTV 0xF01E591C          CDTM6 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM6_DTM4_CH3_DTV 0xF01E5920          CDTM6 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM6_DTM4_CH_SR 0xF01E5924          CDTM6 DTM4 Channel Shadow Register
GTM_CDTM6_DTM4_CH_CTRL3 0xF01E5928          CDTM6 DTM4 Channel Control Register 3
GTM_CDTM6_DTM5_CTRL 0xF01E5940          CDTM6 DTM5 Global Configuration and Control Register
GTM_CDTM6_DTM5_CH_CTRL1 0xF01E5944          CDTM6 DTM5 Channel Control Register 1
GTM_CDTM6_DTM5_CH_CTRL2 0xF01E5948          CDTM6 DTM5 Channel Control Register 2
GTM_CDTM6_DTM5_CH_CTRL2_SR 0xF01E594C          CDTM6 DTM5 Channel Control Register 2 Shadow
GTM_CDTM6_DTM5_PS_CTRL 0xF01E5950          CDTM6 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM6_DTM5_CH0_DTV 0xF01E5954          CDTM6 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM6_DTM5_CH1_DTV 0xF01E5958          CDTM6 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM6_DTM5_CH2_DTV 0xF01E595C          CDTM6 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM6_DTM5_CH3_DTV 0xF01E5960          CDTM6 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM6_DTM5_CH_SR 0xF01E5964          CDTM6 DTM5 Channel Shadow Register
GTM_CDTM6_DTM5_CH_CTRL3 0xF01E5968          CDTM6 DTM5 Channel Control Register 3
GTM_ATOM0_CH0_RDADDR 0xF01E8000          ATOM0 Channel 0 ARU read address Register
GTM_ATOM0_CH0_CTRL 0xF01E8004          ATOM0 Channel 0 Control Register
GTM_ATOM0_CH0_SR0 0xF01E8008          ATOM0 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM0_CH0_SR1 0xF01E800C          ATOM0 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM0_CH0_CM0 0xF01E8010          ATOM0 Channel 0 CCU0 Compare Register
GTM_ATOM0_CH0_CM1 0xF01E8014          ATOM0 Channel 0 CCU1 Compare Register
GTM_ATOM0_CH0_CN0 0xF01E8018          ATOM0 Channel 0 CCU0 Counter Register
GTM_ATOM0_CH0_STAT 0xF01E801C          ATOM0 Channel 0 Status Register
GTM_ATOM0_CH0_IRQ_NOTIFY 0xF01E8020          ATOM0 Channel 0 Interrupt Notification Register
GTM_ATOM0_CH0_IRQ_EN 0xF01E8024          ATOM0 Channel 0 Interrupt Enable Register
GTM_ATOM0_CH0_IRQ_FORCINT 0xF01E8028          ATOM0 Channel 0 Software Interrupt Generation Register
GTM_ATOM0_CH0_IRQ_MODE 0xF01E802C          ATOM0 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM0_AGC_GLB_CTRL 0xF01E8040          ATOM0 AGC Global Control Register
GTM_ATOM0_AGC_ENDIS_CTRL 0xF01E8044          ATOM0 AGC Enable/Disable Control Register
GTM_ATOM0_AGC_ENDIS_STAT 0xF01E8048          ATOM0 AGC Enable/Disable Status Register
GTM_ATOM0_AGC_ACT_TB 0xF01E804C          ATOM0 AGC Action Time Base Register
GTM_ATOM0_AGC_OUTEN_CTRL 0xF01E8050          ATOM0 AGC Output Enable Control Register
GTM_ATOM0_AGC_OUTEN_STAT 0xF01E8054          ATOM0 AGC Output Enable Status Register
GTM_ATOM0_AGC_FUPD_CTRL 0xF01E8058          ATOM0 AGC Force Update Control Register
GTM_ATOM0_AGC_INT_TRIG 0xF01E805C          ATOM0 AGC Internal Trigger Control Register
GTM_ATOM0_CH1_RDADDR 0xF01E8080          ATOM0 Channel 1 ARU read address Register
GTM_ATOM0_CH1_CTRL 0xF01E8084          ATOM0 Channel 1 Control Register
GTM_ATOM0_CH1_SR0 0xF01E8088          ATOM0 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM0_CH1_SR1 0xF01E808C          ATOM0 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM0_CH1_CM0 0xF01E8090          ATOM0 Channel 1 CCU0 Compare Register
GTM_ATOM0_CH1_CM1 0xF01E8094          ATOM0 Channel 1 CCU1 Compare Register
GTM_ATOM0_CH1_CN0 0xF01E8098          ATOM0 Channel 1 CCU0 Counter Register
GTM_ATOM0_CH1_STAT 0xF01E809C          ATOM0 Channel 1 Status Register
GTM_ATOM0_CH1_IRQ_NOTIFY 0xF01E80A0          ATOM0 Channel 1 Interrupt Notification Register
GTM_ATOM0_CH1_IRQ_EN 0xF01E80A4          ATOM0 Channel 1 Interrupt Enable Register
GTM_ATOM0_CH1_IRQ_FORCINT 0xF01E80A8          ATOM0 Channel 1 Software Interrupt Generation Register
GTM_ATOM0_CH1_IRQ_MODE 0xF01E80AC          ATOM0 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM0_CH2_RDADDR 0xF01E8100          ATOM0 Channel 2 ARU read address Register
GTM_ATOM0_CH2_CTRL 0xF01E8104          ATOM0 Channel 2 Control Register
GTM_ATOM0_CH2_SR0 0xF01E8108          ATOM0 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM0_CH2_SR1 0xF01E810C          ATOM0 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM0_CH2_CM0 0xF01E8110          ATOM0 Channel 2 CCU0 Compare Register
GTM_ATOM0_CH2_CM1 0xF01E8114          ATOM0 Channel 2 CCU1 Compare Register
GTM_ATOM0_CH2_CN0 0xF01E8118          ATOM0 Channel 2 CCU0 Counter Register
GTM_ATOM0_CH2_STAT 0xF01E811C          ATOM0 Channel 2 Status Register
GTM_ATOM0_CH2_IRQ_NOTIFY 0xF01E8120          ATOM0 Channel 2 Interrupt Notification Register
GTM_ATOM0_CH2_IRQ_EN 0xF01E8124          ATOM0 Channel 2 Interrupt Enable Register
GTM_ATOM0_CH2_IRQ_FORCINT 0xF01E8128          ATOM0 Channel 2 Software Interrupt Generation Register
GTM_ATOM0_CH2_IRQ_MODE 0xF01E812C          ATOM0 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM0_CH3_RDADDR 0xF01E8180          ATOM0 Channel 3 ARU read address Register
GTM_ATOM0_CH3_CTRL 0xF01E8184          ATOM0 Channel 3 Control Register
GTM_ATOM0_CH3_SR0 0xF01E8188          ATOM0 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM0_CH3_SR1 0xF01E818C          ATOM0 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM0_CH3_CM0 0xF01E8190          ATOM0 Channel 3 CCU0 Compare Register
GTM_ATOM0_CH3_CM1 0xF01E8194          ATOM0 Channel 3 CCU1 Compare Register
GTM_ATOM0_CH3_CN0 0xF01E8198          ATOM0 Channel 3 CCU0 Counter Register
GTM_ATOM0_CH3_STAT 0xF01E819C          ATOM0 Channel 3 Status Register
GTM_ATOM0_CH3_IRQ_NOTIFY 0xF01E81A0          ATOM0 Channel 3 Interrupt Notification Register
GTM_ATOM0_CH3_IRQ_EN 0xF01E81A4          ATOM0 Channel 3 Interrupt Enable Register
GTM_ATOM0_CH3_IRQ_FORCINT 0xF01E81A8          ATOM0 Channel 3 Software Interrupt Generation Register
GTM_ATOM0_CH3_IRQ_MODE 0xF01E81AC          ATOM0 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM0_CH4_RDADDR 0xF01E8200          ATOM0 Channel 4 ARU read address Register
GTM_ATOM0_CH4_CTRL 0xF01E8204          ATOM0 Channel 4 Control Register
GTM_ATOM0_CH4_SR0 0xF01E8208          ATOM0 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM0_CH4_SR1 0xF01E820C          ATOM0 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM0_CH4_CM0 0xF01E8210          ATOM0 Channel 4 CCU0 Compare Register
GTM_ATOM0_CH4_CM1 0xF01E8214          ATOM0 Channel 4 CCU1 Compare Register
GTM_ATOM0_CH4_CN0 0xF01E8218          ATOM0 Channel 4 CCU0 Counter Register
GTM_ATOM0_CH4_STAT 0xF01E821C          ATOM0 Channel 4 Status Register
GTM_ATOM0_CH4_IRQ_NOTIFY 0xF01E8220          ATOM0 Channel 4 Interrupt Notification Register
GTM_ATOM0_CH4_IRQ_EN 0xF01E8224          ATOM0 Channel 4 Interrupt Enable Register
GTM_ATOM0_CH4_IRQ_FORCINT 0xF01E8228          ATOM0 Channel 4 Software Interrupt Generation Register
GTM_ATOM0_CH4_IRQ_MODE 0xF01E822C          ATOM0 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM0_CH5_RDADDR 0xF01E8280          ATOM0 Channel 5 ARU read address Register
GTM_ATOM0_CH5_CTRL 0xF01E8284          ATOM0 Channel 5 Control Register
GTM_ATOM0_CH5_SR0 0xF01E8288          ATOM0 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM0_CH5_SR1 0xF01E828C          ATOM0 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM0_CH5_CM0 0xF01E8290          ATOM0 Channel 5 CCU0 Compare Register
GTM_ATOM0_CH5_CM1 0xF01E8294          ATOM0 Channel 5 CCU1 Compare Register
GTM_ATOM0_CH5_CN0 0xF01E8298          ATOM0 Channel 5 CCU0 Counter Register
GTM_ATOM0_CH5_STAT 0xF01E829C          ATOM0 Channel 5 Status Register
GTM_ATOM0_CH5_IRQ_NOTIFY 0xF01E82A0          ATOM0 Channel 5 Interrupt Notification Register
GTM_ATOM0_CH5_IRQ_EN 0xF01E82A4          ATOM0 Channel 5 Interrupt Enable Register
GTM_ATOM0_CH5_IRQ_FORCINT 0xF01E82A8          ATOM0 Channel 5 Software Interrupt Generation Register
GTM_ATOM0_CH5_IRQ_MODE 0xF01E82AC          ATOM0 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM0_CH6_RDADDR 0xF01E8300          ATOM0 Channel 6 ARU read address Register
GTM_ATOM0_CH6_CTRL 0xF01E8304          ATOM0 Channel 6 Control Register
GTM_ATOM0_CH6_SR0 0xF01E8308          ATOM0 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM0_CH6_SR1 0xF01E830C          ATOM0 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM0_CH6_CM0 0xF01E8310          ATOM0 Channel 6 CCU0 Compare Register
GTM_ATOM0_CH6_CM1 0xF01E8314          ATOM0 Channel 6 CCU1 Compare Register
GTM_ATOM0_CH6_CN0 0xF01E8318          ATOM0 Channel 6 CCU0 Counter Register
GTM_ATOM0_CH6_STAT 0xF01E831C          ATOM0 Channel 6 Status Register
GTM_ATOM0_CH6_IRQ_NOTIFY 0xF01E8320          ATOM0 Channel 6 Interrupt Notification Register
GTM_ATOM0_CH6_IRQ_EN 0xF01E8324          ATOM0 Channel 6 Interrupt Enable Register
GTM_ATOM0_CH6_IRQ_FORCINT 0xF01E8328          ATOM0 Channel 6 Software Interrupt Generation Register
GTM_ATOM0_CH6_IRQ_MODE 0xF01E832C          ATOM0 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM0_CH7_RDADDR 0xF01E8380          ATOM0 Channel 7 ARU read address Register
GTM_ATOM0_CH7_CTRL 0xF01E8384          ATOM0 Channel 7 Control Register
GTM_ATOM0_CH7_SR0 0xF01E8388          ATOM0 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM0_CH7_SR1 0xF01E838C          ATOM0 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM0_CH7_CM0 0xF01E8390          ATOM0 Channel 7 CCU0 Compare Register
GTM_ATOM0_CH7_CM1 0xF01E8394          ATOM0 Channel 7 CCU1 Compare Register
GTM_ATOM0_CH7_CN0 0xF01E8398          ATOM0 Channel 7 CCU0 Counter Register
GTM_ATOM0_CH7_STAT 0xF01E839C          ATOM0 Channel 7 Status Register
GTM_ATOM0_CH7_IRQ_NOTIFY 0xF01E83A0          ATOM0 Channel 7 Interrupt Notification Register
GTM_ATOM0_CH7_IRQ_EN 0xF01E83A4          ATOM0 Channel 7 Interrupt Enable Register
GTM_ATOM0_CH7_IRQ_FORCINT 0xF01E83A8          ATOM0 Channel 7 Software Interrupt Generation Register
GTM_ATOM0_CH7_IRQ_MODE 0xF01E83AC          ATOM0 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM1_CH0_RDADDR 0xF01E8800          ATOM1 Channel 0 ARU read address Register
GTM_ATOM1_CH0_CTRL 0xF01E8804          ATOM1 Channel 0 Control Register
GTM_ATOM1_CH0_SR0 0xF01E8808          ATOM1 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM1_CH0_SR1 0xF01E880C          ATOM1 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM1_CH0_CM0 0xF01E8810          ATOM1 Channel 0 CCU0 Compare Register
GTM_ATOM1_CH0_CM1 0xF01E8814          ATOM1 Channel 0 CCU1 Compare Register
GTM_ATOM1_CH0_CN0 0xF01E8818          ATOM1 Channel 0 CCU0 Counter Register
GTM_ATOM1_CH0_STAT 0xF01E881C          ATOM1 Channel 0 Status Register
GTM_ATOM1_CH0_IRQ_NOTIFY 0xF01E8820          ATOM1 Channel 0 Interrupt Notification Register
GTM_ATOM1_CH0_IRQ_EN 0xF01E8824          ATOM1 Channel 0 Interrupt Enable Register
GTM_ATOM1_CH0_IRQ_FORCINT 0xF01E8828          ATOM1 Channel 0 Software Interrupt Generation Register
GTM_ATOM1_CH0_IRQ_MODE 0xF01E882C          ATOM1 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM1_AGC_GLB_CTRL 0xF01E8840          ATOM1 AGC Global Control Register
GTM_ATOM1_AGC_ENDIS_CTRL 0xF01E8844          ATOM1 AGC Enable/Disable Control Register
GTM_ATOM1_AGC_ENDIS_STAT 0xF01E8848          ATOM1 AGC Enable/Disable Status Register
GTM_ATOM1_AGC_ACT_TB 0xF01E884C          ATOM1 AGC Action Time Base Register
GTM_ATOM1_AGC_OUTEN_CTRL 0xF01E8850          ATOM1 AGC Output Enable Control Register
GTM_ATOM1_AGC_OUTEN_STAT 0xF01E8854          ATOM1 AGC Output Enable Status Register
GTM_ATOM1_AGC_FUPD_CTRL 0xF01E8858          ATOM1 AGC Force Update Control Register
GTM_ATOM1_AGC_INT_TRIG 0xF01E885C          ATOM1 AGC Internal Trigger Control Register
GTM_ATOM1_CH1_RDADDR 0xF01E8880          ATOM1 Channel 1 ARU read address Register
GTM_ATOM1_CH1_CTRL 0xF01E8884          ATOM1 Channel 1 Control Register
GTM_ATOM1_CH1_SR0 0xF01E8888          ATOM1 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM1_CH1_SR1 0xF01E888C          ATOM1 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM1_CH1_CM0 0xF01E8890          ATOM1 Channel 1 CCU0 Compare Register
GTM_ATOM1_CH1_CM1 0xF01E8894          ATOM1 Channel 1 CCU1 Compare Register
GTM_ATOM1_CH1_CN0 0xF01E8898          ATOM1 Channel 1 CCU0 Counter Register
GTM_ATOM1_CH1_STAT 0xF01E889C          ATOM1 Channel 1 Status Register
GTM_ATOM1_CH1_IRQ_NOTIFY 0xF01E88A0          ATOM1 Channel 1 Interrupt Notification Register
GTM_ATOM1_CH1_IRQ_EN 0xF01E88A4          ATOM1 Channel 1 Interrupt Enable Register
GTM_ATOM1_CH1_IRQ_FORCINT 0xF01E88A8          ATOM1 Channel 1 Software Interrupt Generation Register
GTM_ATOM1_CH1_IRQ_MODE 0xF01E88AC          ATOM1 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM1_CH2_RDADDR 0xF01E8900          ATOM1 Channel 2 ARU read address Register
GTM_ATOM1_CH2_CTRL 0xF01E8904          ATOM1 Channel 2 Control Register
GTM_ATOM1_CH2_SR0 0xF01E8908          ATOM1 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM1_CH2_SR1 0xF01E890C          ATOM1 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM1_CH2_CM0 0xF01E8910          ATOM1 Channel 2 CCU0 Compare Register
GTM_ATOM1_CH2_CM1 0xF01E8914          ATOM1 Channel 2 CCU1 Compare Register
GTM_ATOM1_CH2_CN0 0xF01E8918          ATOM1 Channel 2 CCU0 Counter Register
GTM_ATOM1_CH2_STAT 0xF01E891C          ATOM1 Channel 2 Status Register
GTM_ATOM1_CH2_IRQ_NOTIFY 0xF01E8920          ATOM1 Channel 2 Interrupt Notification Register
GTM_ATOM1_CH2_IRQ_EN 0xF01E8924          ATOM1 Channel 2 Interrupt Enable Register
GTM_ATOM1_CH2_IRQ_FORCINT 0xF01E8928          ATOM1 Channel 2 Software Interrupt Generation Register
GTM_ATOM1_CH2_IRQ_MODE 0xF01E892C          ATOM1 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM1_CH3_RDADDR 0xF01E8980          ATOM1 Channel 3 ARU read address Register
GTM_ATOM1_CH3_CTRL 0xF01E8984          ATOM1 Channel 3 Control Register
GTM_ATOM1_CH3_SR0 0xF01E8988          ATOM1 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM1_CH3_SR1 0xF01E898C          ATOM1 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM1_CH3_CM0 0xF01E8990          ATOM1 Channel 3 CCU0 Compare Register
GTM_ATOM1_CH3_CM1 0xF01E8994          ATOM1 Channel 3 CCU1 Compare Register
GTM_ATOM1_CH3_CN0 0xF01E8998          ATOM1 Channel 3 CCU0 Counter Register
GTM_ATOM1_CH3_STAT 0xF01E899C          ATOM1 Channel 3 Status Register
GTM_ATOM1_CH3_IRQ_NOTIFY 0xF01E89A0          ATOM1 Channel 3 Interrupt Notification Register
GTM_ATOM1_CH3_IRQ_EN 0xF01E89A4          ATOM1 Channel 3 Interrupt Enable Register
GTM_ATOM1_CH3_IRQ_FORCINT 0xF01E89A8          ATOM1 Channel 3 Software Interrupt Generation Register
GTM_ATOM1_CH3_IRQ_MODE 0xF01E89AC          ATOM1 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM1_CH4_RDADDR 0xF01E8A00          ATOM1 Channel 4 ARU read address Register
GTM_ATOM1_CH4_CTRL 0xF01E8A04          ATOM1 Channel 4 Control Register
GTM_ATOM1_CH4_SR0 0xF01E8A08          ATOM1 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM1_CH4_SR1 0xF01E8A0C          ATOM1 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM1_CH4_CM0 0xF01E8A10          ATOM1 Channel 4 CCU0 Compare Register
GTM_ATOM1_CH4_CM1 0xF01E8A14          ATOM1 Channel 4 CCU1 Compare Register
GTM_ATOM1_CH4_CN0 0xF01E8A18          ATOM1 Channel 4 CCU0 Counter Register
GTM_ATOM1_CH4_STAT 0xF01E8A1C          ATOM1 Channel 4 Status Register
GTM_ATOM1_CH4_IRQ_NOTIFY 0xF01E8A20          ATOM1 Channel 4 Interrupt Notification Register
GTM_ATOM1_CH4_IRQ_EN 0xF01E8A24          ATOM1 Channel 4 Interrupt Enable Register
GTM_ATOM1_CH4_IRQ_FORCINT 0xF01E8A28          ATOM1 Channel 4 Software Interrupt Generation Register
GTM_ATOM1_CH4_IRQ_MODE 0xF01E8A2C          ATOM1 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM1_CH5_RDADDR 0xF01E8A80          ATOM1 Channel 5 ARU read address Register
GTM_ATOM1_CH5_CTRL 0xF01E8A84          ATOM1 Channel 5 Control Register
GTM_ATOM1_CH5_SR0 0xF01E8A88          ATOM1 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM1_CH5_SR1 0xF01E8A8C          ATOM1 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM1_CH5_CM0 0xF01E8A90          ATOM1 Channel 5 CCU0 Compare Register
GTM_ATOM1_CH5_CM1 0xF01E8A94          ATOM1 Channel 5 CCU1 Compare Register
GTM_ATOM1_CH5_CN0 0xF01E8A98          ATOM1 Channel 5 CCU0 Counter Register
GTM_ATOM1_CH5_STAT 0xF01E8A9C          ATOM1 Channel 5 Status Register
GTM_ATOM1_CH5_IRQ_NOTIFY 0xF01E8AA0          ATOM1 Channel 5 Interrupt Notification Register
GTM_ATOM1_CH5_IRQ_EN 0xF01E8AA4          ATOM1 Channel 5 Interrupt Enable Register
GTM_ATOM1_CH5_IRQ_FORCINT 0xF01E8AA8          ATOM1 Channel 5 Software Interrupt Generation Register
GTM_ATOM1_CH5_IRQ_MODE 0xF01E8AAC          ATOM1 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM1_CH6_RDADDR 0xF01E8B00          ATOM1 Channel 6 ARU read address Register
GTM_ATOM1_CH6_CTRL 0xF01E8B04          ATOM1 Channel 6 Control Register
GTM_ATOM1_CH6_SR0 0xF01E8B08          ATOM1 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM1_CH6_SR1 0xF01E8B0C          ATOM1 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM1_CH6_CM0 0xF01E8B10          ATOM1 Channel 6 CCU0 Compare Register
GTM_ATOM1_CH6_CM1 0xF01E8B14          ATOM1 Channel 6 CCU1 Compare Register
GTM_ATOM1_CH6_CN0 0xF01E8B18          ATOM1 Channel 6 CCU0 Counter Register
GTM_ATOM1_CH6_STAT 0xF01E8B1C          ATOM1 Channel 6 Status Register
GTM_ATOM1_CH6_IRQ_NOTIFY 0xF01E8B20          ATOM1 Channel 6 Interrupt Notification Register
GTM_ATOM1_CH6_IRQ_EN 0xF01E8B24          ATOM1 Channel 6 Interrupt Enable Register
GTM_ATOM1_CH6_IRQ_FORCINT 0xF01E8B28          ATOM1 Channel 6 Software Interrupt Generation Register
GTM_ATOM1_CH6_IRQ_MODE 0xF01E8B2C          ATOM1 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM1_CH7_RDADDR 0xF01E8B80          ATOM1 Channel 7 ARU read address Register
GTM_ATOM1_CH7_CTRL 0xF01E8B84          ATOM1 Channel 7 Control Register
GTM_ATOM1_CH7_SR0 0xF01E8B88          ATOM1 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM1_CH7_SR1 0xF01E8B8C          ATOM1 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM1_CH7_CM0 0xF01E8B90          ATOM1 Channel 7 CCU0 Compare Register
GTM_ATOM1_CH7_CM1 0xF01E8B94          ATOM1 Channel 7 CCU1 Compare Register
GTM_ATOM1_CH7_CN0 0xF01E8B98          ATOM1 Channel 7 CCU0 Counter Register
GTM_ATOM1_CH7_STAT 0xF01E8B9C          ATOM1 Channel 7 Status Register
GTM_ATOM1_CH7_IRQ_NOTIFY 0xF01E8BA0          ATOM1 Channel 7 Interrupt Notification Register
GTM_ATOM1_CH7_IRQ_EN 0xF01E8BA4          ATOM1 Channel 7 Interrupt Enable Register
GTM_ATOM1_CH7_IRQ_FORCINT 0xF01E8BA8          ATOM1 Channel 7 Software Interrupt Generation Register
GTM_ATOM1_CH7_IRQ_MODE 0xF01E8BAC          ATOM1 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM2_CH0_RDADDR 0xF01E9000          ATOM2 Channel 0 ARU read address Register
GTM_ATOM2_CH0_CTRL 0xF01E9004          ATOM2 Channel 0 Control Register
GTM_ATOM2_CH0_SR0 0xF01E9008          ATOM2 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM2_CH0_SR1 0xF01E900C          ATOM2 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM2_CH0_CM0 0xF01E9010          ATOM2 Channel 0 CCU0 Compare Register
GTM_ATOM2_CH0_CM1 0xF01E9014          ATOM2 Channel 0 CCU1 Compare Register
GTM_ATOM2_CH0_CN0 0xF01E9018          ATOM2 Channel 0 CCU0 Counter Register
GTM_ATOM2_CH0_STAT 0xF01E901C          ATOM2 Channel 0 Status Register
GTM_ATOM2_CH0_IRQ_NOTIFY 0xF01E9020          ATOM2 Channel 0 Interrupt Notification Register
GTM_ATOM2_CH0_IRQ_EN 0xF01E9024          ATOM2 Channel 0 Interrupt Enable Register
GTM_ATOM2_CH0_IRQ_FORCINT 0xF01E9028          ATOM2 Channel 0 Software Interrupt Generation Register
GTM_ATOM2_CH0_IRQ_MODE 0xF01E902C          ATOM2 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM2_AGC_GLB_CTRL 0xF01E9040          ATOM2 AGC Global Control Register
GTM_ATOM2_AGC_ENDIS_CTRL 0xF01E9044          ATOM2 AGC Enable/Disable Control Register
GTM_ATOM2_AGC_ENDIS_STAT 0xF01E9048          ATOM2 AGC Enable/Disable Status Register
GTM_ATOM2_AGC_ACT_TB 0xF01E904C          ATOM2 AGC Action Time Base Register
GTM_ATOM2_AGC_OUTEN_CTRL 0xF01E9050          ATOM2 AGC Output Enable Control Register
GTM_ATOM2_AGC_OUTEN_STAT 0xF01E9054          ATOM2 AGC Output Enable Status Register
GTM_ATOM2_AGC_FUPD_CTRL 0xF01E9058          ATOM2 AGC Force Update Control Register
GTM_ATOM2_AGC_INT_TRIG 0xF01E905C          ATOM2 AGC Internal Trigger Control Register
GTM_ATOM2_CH1_RDADDR 0xF01E9080          ATOM2 Channel 1 ARU read address Register
GTM_ATOM2_CH1_CTRL 0xF01E9084          ATOM2 Channel 1 Control Register
GTM_ATOM2_CH1_SR0 0xF01E9088          ATOM2 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM2_CH1_SR1 0xF01E908C          ATOM2 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM2_CH1_CM0 0xF01E9090          ATOM2 Channel 1 CCU0 Compare Register
GTM_ATOM2_CH1_CM1 0xF01E9094          ATOM2 Channel 1 CCU1 Compare Register
GTM_ATOM2_CH1_CN0 0xF01E9098          ATOM2 Channel 1 CCU0 Counter Register
GTM_ATOM2_CH1_STAT 0xF01E909C          ATOM2 Channel 1 Status Register
GTM_ATOM2_CH1_IRQ_NOTIFY 0xF01E90A0          ATOM2 Channel 1 Interrupt Notification Register
GTM_ATOM2_CH1_IRQ_EN 0xF01E90A4          ATOM2 Channel 1 Interrupt Enable Register
GTM_ATOM2_CH1_IRQ_FORCINT 0xF01E90A8          ATOM2 Channel 1 Software Interrupt Generation Register
GTM_ATOM2_CH1_IRQ_MODE 0xF01E90AC          ATOM2 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM2_CH2_RDADDR 0xF01E9100          ATOM2 Channel 2 ARU read address Register
GTM_ATOM2_CH2_CTRL 0xF01E9104          ATOM2 Channel 2 Control Register
GTM_ATOM2_CH2_SR0 0xF01E9108          ATOM2 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM2_CH2_SR1 0xF01E910C          ATOM2 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM2_CH2_CM0 0xF01E9110          ATOM2 Channel 2 CCU0 Compare Register
GTM_ATOM2_CH2_CM1 0xF01E9114          ATOM2 Channel 2 CCU1 Compare Register
GTM_ATOM2_CH2_CN0 0xF01E9118          ATOM2 Channel 2 CCU0 Counter Register
GTM_ATOM2_CH2_STAT 0xF01E911C          ATOM2 Channel 2 Status Register
GTM_ATOM2_CH2_IRQ_NOTIFY 0xF01E9120          ATOM2 Channel 2 Interrupt Notification Register
GTM_ATOM2_CH2_IRQ_EN 0xF01E9124          ATOM2 Channel 2 Interrupt Enable Register
GTM_ATOM2_CH2_IRQ_FORCINT 0xF01E9128          ATOM2 Channel 2 Software Interrupt Generation Register
GTM_ATOM2_CH2_IRQ_MODE 0xF01E912C          ATOM2 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM2_CH3_RDADDR 0xF01E9180          ATOM2 Channel 3 ARU read address Register
GTM_ATOM2_CH3_CTRL 0xF01E9184          ATOM2 Channel 3 Control Register
GTM_ATOM2_CH3_SR0 0xF01E9188          ATOM2 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM2_CH3_SR1 0xF01E918C          ATOM2 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM2_CH3_CM0 0xF01E9190          ATOM2 Channel 3 CCU0 Compare Register
GTM_ATOM2_CH3_CM1 0xF01E9194          ATOM2 Channel 3 CCU1 Compare Register
GTM_ATOM2_CH3_CN0 0xF01E9198          ATOM2 Channel 3 CCU0 Counter Register
GTM_ATOM2_CH3_STAT 0xF01E919C          ATOM2 Channel 3 Status Register
GTM_ATOM2_CH3_IRQ_NOTIFY 0xF01E91A0          ATOM2 Channel 3 Interrupt Notification Register
GTM_ATOM2_CH3_IRQ_EN 0xF01E91A4          ATOM2 Channel 3 Interrupt Enable Register
GTM_ATOM2_CH3_IRQ_FORCINT 0xF01E91A8          ATOM2 Channel 3 Software Interrupt Generation Register
GTM_ATOM2_CH3_IRQ_MODE 0xF01E91AC          ATOM2 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM2_CH4_RDADDR 0xF01E9200          ATOM2 Channel 4 ARU read address Register
GTM_ATOM2_CH4_CTRL 0xF01E9204          ATOM2 Channel 4 Control Register
GTM_ATOM2_CH4_SR0 0xF01E9208          ATOM2 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM2_CH4_SR1 0xF01E920C          ATOM2 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM2_CH4_CM0 0xF01E9210          ATOM2 Channel 4 CCU0 Compare Register
GTM_ATOM2_CH4_CM1 0xF01E9214          ATOM2 Channel 4 CCU1 Compare Register
GTM_ATOM2_CH4_CN0 0xF01E9218          ATOM2 Channel 4 CCU0 Counter Register
GTM_ATOM2_CH4_STAT 0xF01E921C          ATOM2 Channel 4 Status Register
GTM_ATOM2_CH4_IRQ_NOTIFY 0xF01E9220          ATOM2 Channel 4 Interrupt Notification Register
GTM_ATOM2_CH4_IRQ_EN 0xF01E9224          ATOM2 Channel 4 Interrupt Enable Register
GTM_ATOM2_CH4_IRQ_FORCINT 0xF01E9228          ATOM2 Channel 4 Software Interrupt Generation Register
GTM_ATOM2_CH4_IRQ_MODE 0xF01E922C          ATOM2 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM2_CH5_RDADDR 0xF01E9280          ATOM2 Channel 5 ARU read address Register
GTM_ATOM2_CH5_CTRL 0xF01E9284          ATOM2 Channel 5 Control Register
GTM_ATOM2_CH5_SR0 0xF01E9288          ATOM2 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM2_CH5_SR1 0xF01E928C          ATOM2 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM2_CH5_CM0 0xF01E9290          ATOM2 Channel 5 CCU0 Compare Register
GTM_ATOM2_CH5_CM1 0xF01E9294          ATOM2 Channel 5 CCU1 Compare Register
GTM_ATOM2_CH5_CN0 0xF01E9298          ATOM2 Channel 5 CCU0 Counter Register
GTM_ATOM2_CH5_STAT 0xF01E929C          ATOM2 Channel 5 Status Register
GTM_ATOM2_CH5_IRQ_NOTIFY 0xF01E92A0          ATOM2 Channel 5 Interrupt Notification Register
GTM_ATOM2_CH5_IRQ_EN 0xF01E92A4          ATOM2 Channel 5 Interrupt Enable Register
GTM_ATOM2_CH5_IRQ_FORCINT 0xF01E92A8          ATOM2 Channel 5 Software Interrupt Generation Register
GTM_ATOM2_CH5_IRQ_MODE 0xF01E92AC          ATOM2 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM2_CH6_RDADDR 0xF01E9300          ATOM2 Channel 6 ARU read address Register
GTM_ATOM2_CH6_CTRL 0xF01E9304          ATOM2 Channel 6 Control Register
GTM_ATOM2_CH6_SR0 0xF01E9308          ATOM2 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM2_CH6_SR1 0xF01E930C          ATOM2 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM2_CH6_CM0 0xF01E9310          ATOM2 Channel 6 CCU0 Compare Register
GTM_ATOM2_CH6_CM1 0xF01E9314          ATOM2 Channel 6 CCU1 Compare Register
GTM_ATOM2_CH6_CN0 0xF01E9318          ATOM2 Channel 6 CCU0 Counter Register
GTM_ATOM2_CH6_STAT 0xF01E931C          ATOM2 Channel 6 Status Register
GTM_ATOM2_CH6_IRQ_NOTIFY 0xF01E9320          ATOM2 Channel 6 Interrupt Notification Register
GTM_ATOM2_CH6_IRQ_EN 0xF01E9324          ATOM2 Channel 6 Interrupt Enable Register
GTM_ATOM2_CH6_IRQ_FORCINT 0xF01E9328          ATOM2 Channel 6 Software Interrupt Generation Register
GTM_ATOM2_CH6_IRQ_MODE 0xF01E932C          ATOM2 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM2_CH7_RDADDR 0xF01E9380          ATOM2 Channel 7 ARU read address Register
GTM_ATOM2_CH7_CTRL 0xF01E9384          ATOM2 Channel 7 Control Register
GTM_ATOM2_CH7_SR0 0xF01E9388          ATOM2 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM2_CH7_SR1 0xF01E938C          ATOM2 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM2_CH7_CM0 0xF01E9390          ATOM2 Channel 7 CCU0 Compare Register
GTM_ATOM2_CH7_CM1 0xF01E9394          ATOM2 Channel 7 CCU1 Compare Register
GTM_ATOM2_CH7_CN0 0xF01E9398          ATOM2 Channel 7 CCU0 Counter Register
GTM_ATOM2_CH7_STAT 0xF01E939C          ATOM2 Channel 7 Status Register
GTM_ATOM2_CH7_IRQ_NOTIFY 0xF01E93A0          ATOM2 Channel 7 Interrupt Notification Register
GTM_ATOM2_CH7_IRQ_EN 0xF01E93A4          ATOM2 Channel 7 Interrupt Enable Register
GTM_ATOM2_CH7_IRQ_FORCINT 0xF01E93A8          ATOM2 Channel 7 Software Interrupt Generation Register
GTM_ATOM2_CH7_IRQ_MODE 0xF01E93AC          ATOM2 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM3_CH0_RDADDR 0xF01E9800          ATOM3 Channel 0 ARU read address Register
GTM_ATOM3_CH0_CTRL 0xF01E9804          ATOM3 Channel 0 Control Register
GTM_ATOM3_CH0_SR0 0xF01E9808          ATOM3 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM3_CH0_SR1 0xF01E980C          ATOM3 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM3_CH0_CM0 0xF01E9810          ATOM3 Channel 0 CCU0 Compare Register
GTM_ATOM3_CH0_CM1 0xF01E9814          ATOM3 Channel 0 CCU1 Compare Register
GTM_ATOM3_CH0_CN0 0xF01E9818          ATOM3 Channel 0 CCU0 Counter Register
GTM_ATOM3_CH0_STAT 0xF01E981C          ATOM3 Channel 0 Status Register
GTM_ATOM3_CH0_IRQ_NOTIFY 0xF01E9820          ATOM3 Channel 0 Interrupt Notification Register
GTM_ATOM3_CH0_IRQ_EN 0xF01E9824          ATOM3 Channel 0 Interrupt Enable Register
GTM_ATOM3_CH0_IRQ_FORCINT 0xF01E9828          ATOM3 Channel 0 Software Interrupt Generation Register
GTM_ATOM3_CH0_IRQ_MODE 0xF01E982C          ATOM3 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM3_AGC_GLB_CTRL 0xF01E9840          ATOM3 AGC Global Control Register
GTM_ATOM3_AGC_ENDIS_CTRL 0xF01E9844          ATOM3 AGC Enable/Disable Control Register
GTM_ATOM3_AGC_ENDIS_STAT 0xF01E9848          ATOM3 AGC Enable/Disable Status Register
GTM_ATOM3_AGC_ACT_TB 0xF01E984C          ATOM3 AGC Action Time Base Register
GTM_ATOM3_AGC_OUTEN_CTRL 0xF01E9850          ATOM3 AGC Output Enable Control Register
GTM_ATOM3_AGC_OUTEN_STAT 0xF01E9854          ATOM3 AGC Output Enable Status Register
GTM_ATOM3_AGC_FUPD_CTRL 0xF01E9858          ATOM3 AGC Force Update Control Register
GTM_ATOM3_AGC_INT_TRIG 0xF01E985C          ATOM3 AGC Internal Trigger Control Register
GTM_ATOM3_CH1_RDADDR 0xF01E9880          ATOM3 Channel 1 ARU read address Register
GTM_ATOM3_CH1_CTRL 0xF01E9884          ATOM3 Channel 1 Control Register
GTM_ATOM3_CH1_SR0 0xF01E9888          ATOM3 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM3_CH1_SR1 0xF01E988C          ATOM3 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM3_CH1_CM0 0xF01E9890          ATOM3 Channel 1 CCU0 Compare Register
GTM_ATOM3_CH1_CM1 0xF01E9894          ATOM3 Channel 1 CCU1 Compare Register
GTM_ATOM3_CH1_CN0 0xF01E9898          ATOM3 Channel 1 CCU0 Counter Register
GTM_ATOM3_CH1_STAT 0xF01E989C          ATOM3 Channel 1 Status Register
GTM_ATOM3_CH1_IRQ_NOTIFY 0xF01E98A0          ATOM3 Channel 1 Interrupt Notification Register
GTM_ATOM3_CH1_IRQ_EN 0xF01E98A4          ATOM3 Channel 1 Interrupt Enable Register
GTM_ATOM3_CH1_IRQ_FORCINT 0xF01E98A8          ATOM3 Channel 1 Software Interrupt Generation Register
GTM_ATOM3_CH1_IRQ_MODE 0xF01E98AC          ATOM3 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM3_CH2_RDADDR 0xF01E9900          ATOM3 Channel 2 ARU read address Register
GTM_ATOM3_CH2_CTRL 0xF01E9904          ATOM3 Channel 2 Control Register
GTM_ATOM3_CH2_SR0 0xF01E9908          ATOM3 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM3_CH2_SR1 0xF01E990C          ATOM3 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM3_CH2_CM0 0xF01E9910          ATOM3 Channel 2 CCU0 Compare Register
GTM_ATOM3_CH2_CM1 0xF01E9914          ATOM3 Channel 2 CCU1 Compare Register
GTM_ATOM3_CH2_CN0 0xF01E9918          ATOM3 Channel 2 CCU0 Counter Register
GTM_ATOM3_CH2_STAT 0xF01E991C          ATOM3 Channel 2 Status Register
GTM_ATOM3_CH2_IRQ_NOTIFY 0xF01E9920          ATOM3 Channel 2 Interrupt Notification Register
GTM_ATOM3_CH2_IRQ_EN 0xF01E9924          ATOM3 Channel 2 Interrupt Enable Register
GTM_ATOM3_CH2_IRQ_FORCINT 0xF01E9928          ATOM3 Channel 2 Software Interrupt Generation Register
GTM_ATOM3_CH2_IRQ_MODE 0xF01E992C          ATOM3 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM3_CH3_RDADDR 0xF01E9980          ATOM3 Channel 3 ARU read address Register
GTM_ATOM3_CH3_CTRL 0xF01E9984          ATOM3 Channel 3 Control Register
GTM_ATOM3_CH3_SR0 0xF01E9988          ATOM3 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM3_CH3_SR1 0xF01E998C          ATOM3 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM3_CH3_CM0 0xF01E9990          ATOM3 Channel 3 CCU0 Compare Register
GTM_ATOM3_CH3_CM1 0xF01E9994          ATOM3 Channel 3 CCU1 Compare Register
GTM_ATOM3_CH3_CN0 0xF01E9998          ATOM3 Channel 3 CCU0 Counter Register
GTM_ATOM3_CH3_STAT 0xF01E999C          ATOM3 Channel 3 Status Register
GTM_ATOM3_CH3_IRQ_NOTIFY 0xF01E99A0          ATOM3 Channel 3 Interrupt Notification Register
GTM_ATOM3_CH3_IRQ_EN 0xF01E99A4          ATOM3 Channel 3 Interrupt Enable Register
GTM_ATOM3_CH3_IRQ_FORCINT 0xF01E99A8          ATOM3 Channel 3 Software Interrupt Generation Register
GTM_ATOM3_CH3_IRQ_MODE 0xF01E99AC          ATOM3 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM3_CH4_RDADDR 0xF01E9A00          ATOM3 Channel 4 ARU read address Register
GTM_ATOM3_CH4_CTRL 0xF01E9A04          ATOM3 Channel 4 Control Register
GTM_ATOM3_CH4_SR0 0xF01E9A08          ATOM3 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM3_CH4_SR1 0xF01E9A0C          ATOM3 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM3_CH4_CM0 0xF01E9A10          ATOM3 Channel 4 CCU0 Compare Register
GTM_ATOM3_CH4_CM1 0xF01E9A14          ATOM3 Channel 4 CCU1 Compare Register
GTM_ATOM3_CH4_CN0 0xF01E9A18          ATOM3 Channel 4 CCU0 Counter Register
GTM_ATOM3_CH4_STAT 0xF01E9A1C          ATOM3 Channel 4 Status Register
GTM_ATOM3_CH4_IRQ_NOTIFY 0xF01E9A20          ATOM3 Channel 4 Interrupt Notification Register
GTM_ATOM3_CH4_IRQ_EN 0xF01E9A24          ATOM3 Channel 4 Interrupt Enable Register
GTM_ATOM3_CH4_IRQ_FORCINT 0xF01E9A28          ATOM3 Channel 4 Software Interrupt Generation Register
GTM_ATOM3_CH4_IRQ_MODE 0xF01E9A2C          ATOM3 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM3_CH5_RDADDR 0xF01E9A80          ATOM3 Channel 5 ARU read address Register
GTM_ATOM3_CH5_CTRL 0xF01E9A84          ATOM3 Channel 5 Control Register
GTM_ATOM3_CH5_SR0 0xF01E9A88          ATOM3 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM3_CH5_SR1 0xF01E9A8C          ATOM3 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM3_CH5_CM0 0xF01E9A90          ATOM3 Channel 5 CCU0 Compare Register
GTM_ATOM3_CH5_CM1 0xF01E9A94          ATOM3 Channel 5 CCU1 Compare Register
GTM_ATOM3_CH5_CN0 0xF01E9A98          ATOM3 Channel 5 CCU0 Counter Register
GTM_ATOM3_CH5_STAT 0xF01E9A9C          ATOM3 Channel 5 Status Register
GTM_ATOM3_CH5_IRQ_NOTIFY 0xF01E9AA0          ATOM3 Channel 5 Interrupt Notification Register
GTM_ATOM3_CH5_IRQ_EN 0xF01E9AA4          ATOM3 Channel 5 Interrupt Enable Register
GTM_ATOM3_CH5_IRQ_FORCINT 0xF01E9AA8          ATOM3 Channel 5 Software Interrupt Generation Register
GTM_ATOM3_CH5_IRQ_MODE 0xF01E9AAC          ATOM3 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM3_CH6_RDADDR 0xF01E9B00          ATOM3 Channel 6 ARU read address Register
GTM_ATOM3_CH6_CTRL 0xF01E9B04          ATOM3 Channel 6 Control Register
GTM_ATOM3_CH6_SR0 0xF01E9B08          ATOM3 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM3_CH6_SR1 0xF01E9B0C          ATOM3 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM3_CH6_CM0 0xF01E9B10          ATOM3 Channel 6 CCU0 Compare Register
GTM_ATOM3_CH6_CM1 0xF01E9B14          ATOM3 Channel 6 CCU1 Compare Register
GTM_ATOM3_CH6_CN0 0xF01E9B18          ATOM3 Channel 6 CCU0 Counter Register
GTM_ATOM3_CH6_STAT 0xF01E9B1C          ATOM3 Channel 6 Status Register
GTM_ATOM3_CH6_IRQ_NOTIFY 0xF01E9B20          ATOM3 Channel 6 Interrupt Notification Register
GTM_ATOM3_CH6_IRQ_EN 0xF01E9B24          ATOM3 Channel 6 Interrupt Enable Register
GTM_ATOM3_CH6_IRQ_FORCINT 0xF01E9B28          ATOM3 Channel 6 Software Interrupt Generation Register
GTM_ATOM3_CH6_IRQ_MODE 0xF01E9B2C          ATOM3 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM3_CH7_RDADDR 0xF01E9B80          ATOM3 Channel 7 ARU read address Register
GTM_ATOM3_CH7_CTRL 0xF01E9B84          ATOM3 Channel 7 Control Register
GTM_ATOM3_CH7_SR0 0xF01E9B88          ATOM3 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM3_CH7_SR1 0xF01E9B8C          ATOM3 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM3_CH7_CM0 0xF01E9B90          ATOM3 Channel 7 CCU0 Compare Register
GTM_ATOM3_CH7_CM1 0xF01E9B94          ATOM3 Channel 7 CCU1 Compare Register
GTM_ATOM3_CH7_CN0 0xF01E9B98          ATOM3 Channel 7 CCU0 Counter Register
GTM_ATOM3_CH7_STAT 0xF01E9B9C          ATOM3 Channel 7 Status Register
GTM_ATOM3_CH7_IRQ_NOTIFY 0xF01E9BA0          ATOM3 Channel 7 Interrupt Notification Register
GTM_ATOM3_CH7_IRQ_EN 0xF01E9BA4          ATOM3 Channel 7 Interrupt Enable Register
GTM_ATOM3_CH7_IRQ_FORCINT 0xF01E9BA8          ATOM3 Channel 7 Software Interrupt Generation Register
GTM_ATOM3_CH7_IRQ_MODE 0xF01E9BAC          ATOM3 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM4_CH0_RDADDR 0xF01EA000          ATOM4 Channel 0 ARU read address Register
GTM_ATOM4_CH0_CTRL 0xF01EA004          ATOM4 Channel 0 Control Register
GTM_ATOM4_CH0_SR0 0xF01EA008          ATOM4 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM4_CH0_SR1 0xF01EA00C          ATOM4 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM4_CH0_CM0 0xF01EA010          ATOM4 Channel 0 CCU0 Compare Register
GTM_ATOM4_CH0_CM1 0xF01EA014          ATOM4 Channel 0 CCU1 Compare Register
GTM_ATOM4_CH0_CN0 0xF01EA018          ATOM4 Channel 0 CCU0 Counter Register
GTM_ATOM4_CH0_STAT 0xF01EA01C          ATOM4 Channel 0 Status Register
GTM_ATOM4_CH0_IRQ_NOTIFY 0xF01EA020          ATOM4 Channel 0 Interrupt Notification Register
GTM_ATOM4_CH0_IRQ_EN 0xF01EA024          ATOM4 Channel 0 Interrupt Enable Register
GTM_ATOM4_CH0_IRQ_FORCINT 0xF01EA028          ATOM4 Channel 0 Software Interrupt Generation Register
GTM_ATOM4_CH0_IRQ_MODE 0xF01EA02C          ATOM4 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM4_AGC_GLB_CTRL 0xF01EA040          ATOM4 AGC Global Control Register
GTM_ATOM4_AGC_ENDIS_CTRL 0xF01EA044          ATOM4 AGC Enable/Disable Control Register
GTM_ATOM4_AGC_ENDIS_STAT 0xF01EA048          ATOM4 AGC Enable/Disable Status Register
GTM_ATOM4_AGC_ACT_TB 0xF01EA04C          ATOM4 AGC Action Time Base Register
GTM_ATOM4_AGC_OUTEN_CTRL 0xF01EA050          ATOM4 AGC Output Enable Control Register
GTM_ATOM4_AGC_OUTEN_STAT 0xF01EA054          ATOM4 AGC Output Enable Status Register
GTM_ATOM4_AGC_FUPD_CTRL 0xF01EA058          ATOM4 AGC Force Update Control Register
GTM_ATOM4_AGC_INT_TRIG 0xF01EA05C          ATOM4 AGC Internal Trigger Control Register
GTM_ATOM4_CH1_RDADDR 0xF01EA080          ATOM4 Channel 1 ARU read address Register
GTM_ATOM4_CH1_CTRL 0xF01EA084          ATOM4 Channel 1 Control Register
GTM_ATOM4_CH1_SR0 0xF01EA088          ATOM4 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM4_CH1_SR1 0xF01EA08C          ATOM4 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM4_CH1_CM0 0xF01EA090          ATOM4 Channel 1 CCU0 Compare Register
GTM_ATOM4_CH1_CM1 0xF01EA094          ATOM4 Channel 1 CCU1 Compare Register
GTM_ATOM4_CH1_CN0 0xF01EA098          ATOM4 Channel 1 CCU0 Counter Register
GTM_ATOM4_CH1_STAT 0xF01EA09C          ATOM4 Channel 1 Status Register
GTM_ATOM4_CH1_IRQ_NOTIFY 0xF01EA0A0          ATOM4 Channel 1 Interrupt Notification Register
GTM_ATOM4_CH1_IRQ_EN 0xF01EA0A4          ATOM4 Channel 1 Interrupt Enable Register
GTM_ATOM4_CH1_IRQ_FORCINT 0xF01EA0A8          ATOM4 Channel 1 Software Interrupt Generation Register
GTM_ATOM4_CH1_IRQ_MODE 0xF01EA0AC          ATOM4 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM4_CH2_RDADDR 0xF01EA100          ATOM4 Channel 2 ARU read address Register
GTM_ATOM4_CH2_CTRL 0xF01EA104          ATOM4 Channel 2 Control Register
GTM_ATOM4_CH2_SR0 0xF01EA108          ATOM4 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM4_CH2_SR1 0xF01EA10C          ATOM4 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM4_CH2_CM0 0xF01EA110          ATOM4 Channel 2 CCU0 Compare Register
GTM_ATOM4_CH2_CM1 0xF01EA114          ATOM4 Channel 2 CCU1 Compare Register
GTM_ATOM4_CH2_CN0 0xF01EA118          ATOM4 Channel 2 CCU0 Counter Register
GTM_ATOM4_CH2_STAT 0xF01EA11C          ATOM4 Channel 2 Status Register
GTM_ATOM4_CH2_IRQ_NOTIFY 0xF01EA120          ATOM4 Channel 2 Interrupt Notification Register
GTM_ATOM4_CH2_IRQ_EN 0xF01EA124          ATOM4 Channel 2 Interrupt Enable Register
GTM_ATOM4_CH2_IRQ_FORCINT 0xF01EA128          ATOM4 Channel 2 Software Interrupt Generation Register
GTM_ATOM4_CH2_IRQ_MODE 0xF01EA12C          ATOM4 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM4_CH3_RDADDR 0xF01EA180          ATOM4 Channel 3 ARU read address Register
GTM_ATOM4_CH3_CTRL 0xF01EA184          ATOM4 Channel 3 Control Register
GTM_ATOM4_CH3_SR0 0xF01EA188          ATOM4 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM4_CH3_SR1 0xF01EA18C          ATOM4 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM4_CH3_CM0 0xF01EA190          ATOM4 Channel 3 CCU0 Compare Register
GTM_ATOM4_CH3_CM1 0xF01EA194          ATOM4 Channel 3 CCU1 Compare Register
GTM_ATOM4_CH3_CN0 0xF01EA198          ATOM4 Channel 3 CCU0 Counter Register
GTM_ATOM4_CH3_STAT 0xF01EA19C          ATOM4 Channel 3 Status Register
GTM_ATOM4_CH3_IRQ_NOTIFY 0xF01EA1A0          ATOM4 Channel 3 Interrupt Notification Register
GTM_ATOM4_CH3_IRQ_EN 0xF01EA1A4          ATOM4 Channel 3 Interrupt Enable Register
GTM_ATOM4_CH3_IRQ_FORCINT 0xF01EA1A8          ATOM4 Channel 3 Software Interrupt Generation Register
GTM_ATOM4_CH3_IRQ_MODE 0xF01EA1AC          ATOM4 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM4_CH4_RDADDR 0xF01EA200          ATOM4 Channel 4 ARU read address Register
GTM_ATOM4_CH4_CTRL 0xF01EA204          ATOM4 Channel 4 Control Register
GTM_ATOM4_CH4_SR0 0xF01EA208          ATOM4 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM4_CH4_SR1 0xF01EA20C          ATOM4 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM4_CH4_CM0 0xF01EA210          ATOM4 Channel 4 CCU0 Compare Register
GTM_ATOM4_CH4_CM1 0xF01EA214          ATOM4 Channel 4 CCU1 Compare Register
GTM_ATOM4_CH4_CN0 0xF01EA218          ATOM4 Channel 4 CCU0 Counter Register
GTM_ATOM4_CH4_STAT 0xF01EA21C          ATOM4 Channel 4 Status Register
GTM_ATOM4_CH4_IRQ_NOTIFY 0xF01EA220          ATOM4 Channel 4 Interrupt Notification Register
GTM_ATOM4_CH4_IRQ_EN 0xF01EA224          ATOM4 Channel 4 Interrupt Enable Register
GTM_ATOM4_CH4_IRQ_FORCINT 0xF01EA228          ATOM4 Channel 4 Software Interrupt Generation Register
GTM_ATOM4_CH4_IRQ_MODE 0xF01EA22C          ATOM4 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM4_CH5_RDADDR 0xF01EA280          ATOM4 Channel 5 ARU read address Register
GTM_ATOM4_CH5_CTRL 0xF01EA284          ATOM4 Channel 5 Control Register
GTM_ATOM4_CH5_SR0 0xF01EA288          ATOM4 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM4_CH5_SR1 0xF01EA28C          ATOM4 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM4_CH5_CM0 0xF01EA290          ATOM4 Channel 5 CCU0 Compare Register
GTM_ATOM4_CH5_CM1 0xF01EA294          ATOM4 Channel 5 CCU1 Compare Register
GTM_ATOM4_CH5_CN0 0xF01EA298          ATOM4 Channel 5 CCU0 Counter Register
GTM_ATOM4_CH5_STAT 0xF01EA29C          ATOM4 Channel 5 Status Register
GTM_ATOM4_CH5_IRQ_NOTIFY 0xF01EA2A0          ATOM4 Channel 5 Interrupt Notification Register
GTM_ATOM4_CH5_IRQ_EN 0xF01EA2A4          ATOM4 Channel 5 Interrupt Enable Register
GTM_ATOM4_CH5_IRQ_FORCINT 0xF01EA2A8          ATOM4 Channel 5 Software Interrupt Generation Register
GTM_ATOM4_CH5_IRQ_MODE 0xF01EA2AC          ATOM4 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM4_CH6_RDADDR 0xF01EA300          ATOM4 Channel 6 ARU read address Register
GTM_ATOM4_CH6_CTRL 0xF01EA304          ATOM4 Channel 6 Control Register
GTM_ATOM4_CH6_SR0 0xF01EA308          ATOM4 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM4_CH6_SR1 0xF01EA30C          ATOM4 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM4_CH6_CM0 0xF01EA310          ATOM4 Channel 6 CCU0 Compare Register
GTM_ATOM4_CH6_CM1 0xF01EA314          ATOM4 Channel 6 CCU1 Compare Register
GTM_ATOM4_CH6_CN0 0xF01EA318          ATOM4 Channel 6 CCU0 Counter Register
GTM_ATOM4_CH6_STAT 0xF01EA31C          ATOM4 Channel 6 Status Register
GTM_ATOM4_CH6_IRQ_NOTIFY 0xF01EA320          ATOM4 Channel 6 Interrupt Notification Register
GTM_ATOM4_CH6_IRQ_EN 0xF01EA324          ATOM4 Channel 6 Interrupt Enable Register
GTM_ATOM4_CH6_IRQ_FORCINT 0xF01EA328          ATOM4 Channel 6 Software Interrupt Generation Register
GTM_ATOM4_CH6_IRQ_MODE 0xF01EA32C          ATOM4 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM4_CH7_RDADDR 0xF01EA380          ATOM4 Channel 7 ARU read address Register
GTM_ATOM4_CH7_CTRL 0xF01EA384          ATOM4 Channel 7 Control Register
GTM_ATOM4_CH7_SR0 0xF01EA388          ATOM4 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM4_CH7_SR1 0xF01EA38C          ATOM4 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM4_CH7_CM0 0xF01EA390          ATOM4 Channel 7 CCU0 Compare Register
GTM_ATOM4_CH7_CM1 0xF01EA394          ATOM4 Channel 7 CCU1 Compare Register
GTM_ATOM4_CH7_CN0 0xF01EA398          ATOM4 Channel 7 CCU0 Counter Register
GTM_ATOM4_CH7_STAT 0xF01EA39C          ATOM4 Channel 7 Status Register
GTM_ATOM4_CH7_IRQ_NOTIFY 0xF01EA3A0          ATOM4 Channel 7 Interrupt Notification Register
GTM_ATOM4_CH7_IRQ_EN 0xF01EA3A4          ATOM4 Channel 7 Interrupt Enable Register
GTM_ATOM4_CH7_IRQ_FORCINT 0xF01EA3A8          ATOM4 Channel 7 Software Interrupt Generation Register
GTM_ATOM4_CH7_IRQ_MODE 0xF01EA3AC          ATOM4 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM5_CH0_RDADDR 0xF01EA800          ATOM5 Channel 0 ARU read address Register
GTM_ATOM5_CH0_CTRL 0xF01EA804          ATOM5 Channel 0 Control Register
GTM_ATOM5_CH0_SR0 0xF01EA808          ATOM5 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM5_CH0_SR1 0xF01EA80C          ATOM5 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM5_CH0_CM0 0xF01EA810          ATOM5 Channel 0 CCU0 Compare Register
GTM_ATOM5_CH0_CM1 0xF01EA814          ATOM5 Channel 0 CCU1 Compare Register
GTM_ATOM5_CH0_CN0 0xF01EA818          ATOM5 Channel 0 CCU0 Counter Register
GTM_ATOM5_CH0_STAT 0xF01EA81C          ATOM5 Channel 0 Status Register
GTM_ATOM5_CH0_IRQ_NOTIFY 0xF01EA820          ATOM5 Channel 0 Interrupt Notification Register
GTM_ATOM5_CH0_IRQ_EN 0xF01EA824          ATOM5 Channel 0 Interrupt Enable Register
GTM_ATOM5_CH0_IRQ_FORCINT 0xF01EA828          ATOM5 Channel 0 Software Interrupt Generation Register
GTM_ATOM5_CH0_IRQ_MODE 0xF01EA82C          ATOM5 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM5_AGC_GLB_CTRL 0xF01EA840          ATOM5 AGC Global Control Register
GTM_ATOM5_AGC_ENDIS_CTRL 0xF01EA844          ATOM5 AGC Enable/Disable Control Register
GTM_ATOM5_AGC_ENDIS_STAT 0xF01EA848          ATOM5 AGC Enable/Disable Status Register
GTM_ATOM5_AGC_ACT_TB 0xF01EA84C          ATOM5 AGC Action Time Base Register
GTM_ATOM5_AGC_OUTEN_CTRL 0xF01EA850          ATOM5 AGC Output Enable Control Register
GTM_ATOM5_AGC_OUTEN_STAT 0xF01EA854          ATOM5 AGC Output Enable Status Register
GTM_ATOM5_AGC_FUPD_CTRL 0xF01EA858          ATOM5 AGC Force Update Control Register
GTM_ATOM5_AGC_INT_TRIG 0xF01EA85C          ATOM5 AGC Internal Trigger Control Register
GTM_ATOM5_CH1_RDADDR 0xF01EA880          ATOM5 Channel 1 ARU read address Register
GTM_ATOM5_CH1_CTRL 0xF01EA884          ATOM5 Channel 1 Control Register
GTM_ATOM5_CH1_SR0 0xF01EA888          ATOM5 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM5_CH1_SR1 0xF01EA88C          ATOM5 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM5_CH1_CM0 0xF01EA890          ATOM5 Channel 1 CCU0 Compare Register
GTM_ATOM5_CH1_CM1 0xF01EA894          ATOM5 Channel 1 CCU1 Compare Register
GTM_ATOM5_CH1_CN0 0xF01EA898          ATOM5 Channel 1 CCU0 Counter Register
GTM_ATOM5_CH1_STAT 0xF01EA89C          ATOM5 Channel 1 Status Register
GTM_ATOM5_CH1_IRQ_NOTIFY 0xF01EA8A0          ATOM5 Channel 1 Interrupt Notification Register
GTM_ATOM5_CH1_IRQ_EN 0xF01EA8A4          ATOM5 Channel 1 Interrupt Enable Register
GTM_ATOM5_CH1_IRQ_FORCINT 0xF01EA8A8          ATOM5 Channel 1 Software Interrupt Generation Register
GTM_ATOM5_CH1_IRQ_MODE 0xF01EA8AC          ATOM5 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM5_CH2_RDADDR 0xF01EA900          ATOM5 Channel 2 ARU read address Register
GTM_ATOM5_CH2_CTRL 0xF01EA904          ATOM5 Channel 2 Control Register
GTM_ATOM5_CH2_SR0 0xF01EA908          ATOM5 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM5_CH2_SR1 0xF01EA90C          ATOM5 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM5_CH2_CM0 0xF01EA910          ATOM5 Channel 2 CCU0 Compare Register
GTM_ATOM5_CH2_CM1 0xF01EA914          ATOM5 Channel 2 CCU1 Compare Register
GTM_ATOM5_CH2_CN0 0xF01EA918          ATOM5 Channel 2 CCU0 Counter Register
GTM_ATOM5_CH2_STAT 0xF01EA91C          ATOM5 Channel 2 Status Register
GTM_ATOM5_CH2_IRQ_NOTIFY 0xF01EA920          ATOM5 Channel 2 Interrupt Notification Register
GTM_ATOM5_CH2_IRQ_EN 0xF01EA924          ATOM5 Channel 2 Interrupt Enable Register
GTM_ATOM5_CH2_IRQ_FORCINT 0xF01EA928          ATOM5 Channel 2 Software Interrupt Generation Register
GTM_ATOM5_CH2_IRQ_MODE 0xF01EA92C          ATOM5 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM5_CH3_RDADDR 0xF01EA980          ATOM5 Channel 3 ARU read address Register
GTM_ATOM5_CH3_CTRL 0xF01EA984          ATOM5 Channel 3 Control Register
GTM_ATOM5_CH3_SR0 0xF01EA988          ATOM5 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM5_CH3_SR1 0xF01EA98C          ATOM5 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM5_CH3_CM0 0xF01EA990          ATOM5 Channel 3 CCU0 Compare Register
GTM_ATOM5_CH3_CM1 0xF01EA994          ATOM5 Channel 3 CCU1 Compare Register
GTM_ATOM5_CH3_CN0 0xF01EA998          ATOM5 Channel 3 CCU0 Counter Register
GTM_ATOM5_CH3_STAT 0xF01EA99C          ATOM5 Channel 3 Status Register
GTM_ATOM5_CH3_IRQ_NOTIFY 0xF01EA9A0          ATOM5 Channel 3 Interrupt Notification Register
GTM_ATOM5_CH3_IRQ_EN 0xF01EA9A4          ATOM5 Channel 3 Interrupt Enable Register
GTM_ATOM5_CH3_IRQ_FORCINT 0xF01EA9A8          ATOM5 Channel 3 Software Interrupt Generation Register
GTM_ATOM5_CH3_IRQ_MODE 0xF01EA9AC          ATOM5 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM5_CH4_RDADDR 0xF01EAA00          ATOM5 Channel 4 ARU read address Register
GTM_ATOM5_CH4_CTRL 0xF01EAA04          ATOM5 Channel 4 Control Register
GTM_ATOM5_CH4_SR0 0xF01EAA08          ATOM5 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM5_CH4_SR1 0xF01EAA0C          ATOM5 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM5_CH4_CM0 0xF01EAA10          ATOM5 Channel 4 CCU0 Compare Register
GTM_ATOM5_CH4_CM1 0xF01EAA14          ATOM5 Channel 4 CCU1 Compare Register
GTM_ATOM5_CH4_CN0 0xF01EAA18          ATOM5 Channel 4 CCU0 Counter Register
GTM_ATOM5_CH4_STAT 0xF01EAA1C          ATOM5 Channel 4 Status Register
GTM_ATOM5_CH4_IRQ_NOTIFY 0xF01EAA20          ATOM5 Channel 4 Interrupt Notification Register
GTM_ATOM5_CH4_IRQ_EN 0xF01EAA24          ATOM5 Channel 4 Interrupt Enable Register
GTM_ATOM5_CH4_IRQ_FORCINT 0xF01EAA28          ATOM5 Channel 4 Software Interrupt Generation Register
GTM_ATOM5_CH4_IRQ_MODE 0xF01EAA2C          ATOM5 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM5_CH5_RDADDR 0xF01EAA80          ATOM5 Channel 5 ARU read address Register
GTM_ATOM5_CH5_CTRL 0xF01EAA84          ATOM5 Channel 5 Control Register
GTM_ATOM5_CH5_SR0 0xF01EAA88          ATOM5 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM5_CH5_SR1 0xF01EAA8C          ATOM5 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM5_CH5_CM0 0xF01EAA90          ATOM5 Channel 5 CCU0 Compare Register
GTM_ATOM5_CH5_CM1 0xF01EAA94          ATOM5 Channel 5 CCU1 Compare Register
GTM_ATOM5_CH5_CN0 0xF01EAA98          ATOM5 Channel 5 CCU0 Counter Register
GTM_ATOM5_CH5_STAT 0xF01EAA9C          ATOM5 Channel 5 Status Register
GTM_ATOM5_CH5_IRQ_NOTIFY 0xF01EAAA0          ATOM5 Channel 5 Interrupt Notification Register
GTM_ATOM5_CH5_IRQ_EN 0xF01EAAA4          ATOM5 Channel 5 Interrupt Enable Register
GTM_ATOM5_CH5_IRQ_FORCINT 0xF01EAAA8          ATOM5 Channel 5 Software Interrupt Generation Register
GTM_ATOM5_CH5_IRQ_MODE 0xF01EAAAC          ATOM5 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM5_CH6_RDADDR 0xF01EAB00          ATOM5 Channel 6 ARU read address Register
GTM_ATOM5_CH6_CTRL 0xF01EAB04          ATOM5 Channel 6 Control Register
GTM_ATOM5_CH6_SR0 0xF01EAB08          ATOM5 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM5_CH6_SR1 0xF01EAB0C          ATOM5 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM5_CH6_CM0 0xF01EAB10          ATOM5 Channel 6 CCU0 Compare Register
GTM_ATOM5_CH6_CM1 0xF01EAB14          ATOM5 Channel 6 CCU1 Compare Register
GTM_ATOM5_CH6_CN0 0xF01EAB18          ATOM5 Channel 6 CCU0 Counter Register
GTM_ATOM5_CH6_STAT 0xF01EAB1C          ATOM5 Channel 6 Status Register
GTM_ATOM5_CH6_IRQ_NOTIFY 0xF01EAB20          ATOM5 Channel 6 Interrupt Notification Register
GTM_ATOM5_CH6_IRQ_EN 0xF01EAB24          ATOM5 Channel 6 Interrupt Enable Register
GTM_ATOM5_CH6_IRQ_FORCINT 0xF01EAB28          ATOM5 Channel 6 Software Interrupt Generation Register
GTM_ATOM5_CH6_IRQ_MODE 0xF01EAB2C          ATOM5 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM5_CH7_RDADDR 0xF01EAB80          ATOM5 Channel 7 ARU read address Register
GTM_ATOM5_CH7_CTRL 0xF01EAB84          ATOM5 Channel 7 Control Register
GTM_ATOM5_CH7_SR0 0xF01EAB88          ATOM5 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM5_CH7_SR1 0xF01EAB8C          ATOM5 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM5_CH7_CM0 0xF01EAB90          ATOM5 Channel 7 CCU0 Compare Register
GTM_ATOM5_CH7_CM1 0xF01EAB94          ATOM5 Channel 7 CCU1 Compare Register
GTM_ATOM5_CH7_CN0 0xF01EAB98          ATOM5 Channel 7 CCU0 Counter Register
GTM_ATOM5_CH7_STAT 0xF01EAB9C          ATOM5 Channel 7 Status Register
GTM_ATOM5_CH7_IRQ_NOTIFY 0xF01EABA0          ATOM5 Channel 7 Interrupt Notification Register
GTM_ATOM5_CH7_IRQ_EN 0xF01EABA4          ATOM5 Channel 7 Interrupt Enable Register
GTM_ATOM5_CH7_IRQ_FORCINT 0xF01EABA8          ATOM5 Channel 7 Software Interrupt Generation Register
GTM_ATOM5_CH7_IRQ_MODE 0xF01EABAC          ATOM5 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM6_CH0_RDADDR 0xF01EB000          ATOM6 Channel 0 ARU read address Register
GTM_ATOM6_CH0_CTRL 0xF01EB004          ATOM6 Channel 0 Control Register
GTM_ATOM6_CH0_SR0 0xF01EB008          ATOM6 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM6_CH0_SR1 0xF01EB00C          ATOM6 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM6_CH0_CM0 0xF01EB010          ATOM6 Channel 0 CCU0 Compare Register
GTM_ATOM6_CH0_CM1 0xF01EB014          ATOM6 Channel 0 CCU1 Compare Register
GTM_ATOM6_CH0_CN0 0xF01EB018          ATOM6 Channel 0 CCU0 Counter Register
GTM_ATOM6_CH0_STAT 0xF01EB01C          ATOM6 Channel 0 Status Register
GTM_ATOM6_CH0_IRQ_NOTIFY 0xF01EB020          ATOM6 Channel 0 Interrupt Notification Register
GTM_ATOM6_CH0_IRQ_EN 0xF01EB024          ATOM6 Channel 0 Interrupt Enable Register
GTM_ATOM6_CH0_IRQ_FORCINT 0xF01EB028          ATOM6 Channel 0 Software Interrupt Generation Register
GTM_ATOM6_CH0_IRQ_MODE 0xF01EB02C          ATOM6 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM6_AGC_GLB_CTRL 0xF01EB040          ATOM6 AGC Global Control Register
GTM_ATOM6_AGC_ENDIS_CTRL 0xF01EB044          ATOM6 AGC Enable/Disable Control Register
GTM_ATOM6_AGC_ENDIS_STAT 0xF01EB048          ATOM6 AGC Enable/Disable Status Register
GTM_ATOM6_AGC_ACT_TB 0xF01EB04C          ATOM6 AGC Action Time Base Register
GTM_ATOM6_AGC_OUTEN_CTRL 0xF01EB050          ATOM6 AGC Output Enable Control Register
GTM_ATOM6_AGC_OUTEN_STAT 0xF01EB054          ATOM6 AGC Output Enable Status Register
GTM_ATOM6_AGC_FUPD_CTRL 0xF01EB058          ATOM6 AGC Force Update Control Register
GTM_ATOM6_AGC_INT_TRIG 0xF01EB05C          ATOM6 AGC Internal Trigger Control Register
GTM_ATOM6_CH1_RDADDR 0xF01EB080          ATOM6 Channel 1 ARU read address Register
GTM_ATOM6_CH1_CTRL 0xF01EB084          ATOM6 Channel 1 Control Register
GTM_ATOM6_CH1_SR0 0xF01EB088          ATOM6 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM6_CH1_SR1 0xF01EB08C          ATOM6 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM6_CH1_CM0 0xF01EB090          ATOM6 Channel 1 CCU0 Compare Register
GTM_ATOM6_CH1_CM1 0xF01EB094          ATOM6 Channel 1 CCU1 Compare Register
GTM_ATOM6_CH1_CN0 0xF01EB098          ATOM6 Channel 1 CCU0 Counter Register
GTM_ATOM6_CH1_STAT 0xF01EB09C          ATOM6 Channel 1 Status Register
GTM_ATOM6_CH1_IRQ_NOTIFY 0xF01EB0A0          ATOM6 Channel 1 Interrupt Notification Register
GTM_ATOM6_CH1_IRQ_EN 0xF01EB0A4          ATOM6 Channel 1 Interrupt Enable Register
GTM_ATOM6_CH1_IRQ_FORCINT 0xF01EB0A8          ATOM6 Channel 1 Software Interrupt Generation Register
GTM_ATOM6_CH1_IRQ_MODE 0xF01EB0AC          ATOM6 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM6_CH2_RDADDR 0xF01EB100          ATOM6 Channel 2 ARU read address Register
GTM_ATOM6_CH2_CTRL 0xF01EB104          ATOM6 Channel 2 Control Register
GTM_ATOM6_CH2_SR0 0xF01EB108          ATOM6 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM6_CH2_SR1 0xF01EB10C          ATOM6 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM6_CH2_CM0 0xF01EB110          ATOM6 Channel 2 CCU0 Compare Register
GTM_ATOM6_CH2_CM1 0xF01EB114          ATOM6 Channel 2 CCU1 Compare Register
GTM_ATOM6_CH2_CN0 0xF01EB118          ATOM6 Channel 2 CCU0 Counter Register
GTM_ATOM6_CH2_STAT 0xF01EB11C          ATOM6 Channel 2 Status Register
GTM_ATOM6_CH2_IRQ_NOTIFY 0xF01EB120          ATOM6 Channel 2 Interrupt Notification Register
GTM_ATOM6_CH2_IRQ_EN 0xF01EB124          ATOM6 Channel 2 Interrupt Enable Register
GTM_ATOM6_CH2_IRQ_FORCINT 0xF01EB128          ATOM6 Channel 2 Software Interrupt Generation Register
GTM_ATOM6_CH2_IRQ_MODE 0xF01EB12C          ATOM6 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM6_CH3_RDADDR 0xF01EB180          ATOM6 Channel 3 ARU read address Register
GTM_ATOM6_CH3_CTRL 0xF01EB184          ATOM6 Channel 3 Control Register
GTM_ATOM6_CH3_SR0 0xF01EB188          ATOM6 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM6_CH3_SR1 0xF01EB18C          ATOM6 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM6_CH3_CM0 0xF01EB190          ATOM6 Channel 3 CCU0 Compare Register
GTM_ATOM6_CH3_CM1 0xF01EB194          ATOM6 Channel 3 CCU1 Compare Register
GTM_ATOM6_CH3_CN0 0xF01EB198          ATOM6 Channel 3 CCU0 Counter Register
GTM_ATOM6_CH3_STAT 0xF01EB19C          ATOM6 Channel 3 Status Register
GTM_ATOM6_CH3_IRQ_NOTIFY 0xF01EB1A0          ATOM6 Channel 3 Interrupt Notification Register
GTM_ATOM6_CH3_IRQ_EN 0xF01EB1A4          ATOM6 Channel 3 Interrupt Enable Register
GTM_ATOM6_CH3_IRQ_FORCINT 0xF01EB1A8          ATOM6 Channel 3 Software Interrupt Generation Register
GTM_ATOM6_CH3_IRQ_MODE 0xF01EB1AC          ATOM6 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM6_CH4_RDADDR 0xF01EB200          ATOM6 Channel 4 ARU read address Register
GTM_ATOM6_CH4_CTRL 0xF01EB204          ATOM6 Channel 4 Control Register
GTM_ATOM6_CH4_SR0 0xF01EB208          ATOM6 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM6_CH4_SR1 0xF01EB20C          ATOM6 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM6_CH4_CM0 0xF01EB210          ATOM6 Channel 4 CCU0 Compare Register
GTM_ATOM6_CH4_CM1 0xF01EB214          ATOM6 Channel 4 CCU1 Compare Register
GTM_ATOM6_CH4_CN0 0xF01EB218          ATOM6 Channel 4 CCU0 Counter Register
GTM_ATOM6_CH4_STAT 0xF01EB21C          ATOM6 Channel 4 Status Register
GTM_ATOM6_CH4_IRQ_NOTIFY 0xF01EB220          ATOM6 Channel 4 Interrupt Notification Register
GTM_ATOM6_CH4_IRQ_EN 0xF01EB224          ATOM6 Channel 4 Interrupt Enable Register
GTM_ATOM6_CH4_IRQ_FORCINT 0xF01EB228          ATOM6 Channel 4 Software Interrupt Generation Register
GTM_ATOM6_CH4_IRQ_MODE 0xF01EB22C          ATOM6 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM6_CH5_RDADDR 0xF01EB280          ATOM6 Channel 5 ARU read address Register
GTM_ATOM6_CH5_CTRL 0xF01EB284          ATOM6 Channel 5 Control Register
GTM_ATOM6_CH5_SR0 0xF01EB288          ATOM6 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM6_CH5_SR1 0xF01EB28C          ATOM6 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM6_CH5_CM0 0xF01EB290          ATOM6 Channel 5 CCU0 Compare Register
GTM_ATOM6_CH5_CM1 0xF01EB294          ATOM6 Channel 5 CCU1 Compare Register
GTM_ATOM6_CH5_CN0 0xF01EB298          ATOM6 Channel 5 CCU0 Counter Register
GTM_ATOM6_CH5_STAT 0xF01EB29C          ATOM6 Channel 5 Status Register
GTM_ATOM6_CH5_IRQ_NOTIFY 0xF01EB2A0          ATOM6 Channel 5 Interrupt Notification Register
GTM_ATOM6_CH5_IRQ_EN 0xF01EB2A4          ATOM6 Channel 5 Interrupt Enable Register
GTM_ATOM6_CH5_IRQ_FORCINT 0xF01EB2A8          ATOM6 Channel 5 Software Interrupt Generation Register
GTM_ATOM6_CH5_IRQ_MODE 0xF01EB2AC          ATOM6 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM6_CH6_RDADDR 0xF01EB300          ATOM6 Channel 6 ARU read address Register
GTM_ATOM6_CH6_CTRL 0xF01EB304          ATOM6 Channel 6 Control Register
GTM_ATOM6_CH6_SR0 0xF01EB308          ATOM6 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM6_CH6_SR1 0xF01EB30C          ATOM6 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM6_CH6_CM0 0xF01EB310          ATOM6 Channel 6 CCU0 Compare Register
GTM_ATOM6_CH6_CM1 0xF01EB314          ATOM6 Channel 6 CCU1 Compare Register
GTM_ATOM6_CH6_CN0 0xF01EB318          ATOM6 Channel 6 CCU0 Counter Register
GTM_ATOM6_CH6_STAT 0xF01EB31C          ATOM6 Channel 6 Status Register
GTM_ATOM6_CH6_IRQ_NOTIFY 0xF01EB320          ATOM6 Channel 6 Interrupt Notification Register
GTM_ATOM6_CH6_IRQ_EN 0xF01EB324          ATOM6 Channel 6 Interrupt Enable Register
GTM_ATOM6_CH6_IRQ_FORCINT 0xF01EB328          ATOM6 Channel 6 Software Interrupt Generation Register
GTM_ATOM6_CH6_IRQ_MODE 0xF01EB32C          ATOM6 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM6_CH7_RDADDR 0xF01EB380          ATOM6 Channel 7 ARU read address Register
GTM_ATOM6_CH7_CTRL 0xF01EB384          ATOM6 Channel 7 Control Register
GTM_ATOM6_CH7_SR0 0xF01EB388          ATOM6 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM6_CH7_SR1 0xF01EB38C          ATOM6 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM6_CH7_CM0 0xF01EB390          ATOM6 Channel 7 CCU0 Compare Register
GTM_ATOM6_CH7_CM1 0xF01EB394          ATOM6 Channel 7 CCU1 Compare Register
GTM_ATOM6_CH7_CN0 0xF01EB398          ATOM6 Channel 7 CCU0 Counter Register
GTM_ATOM6_CH7_STAT 0xF01EB39C          ATOM6 Channel 7 Status Register
GTM_ATOM6_CH7_IRQ_NOTIFY 0xF01EB3A0          ATOM6 Channel 7 Interrupt Notification Register
GTM_ATOM6_CH7_IRQ_EN 0xF01EB3A4          ATOM6 Channel 7 Interrupt Enable Register
GTM_ATOM6_CH7_IRQ_FORCINT 0xF01EB3A8          ATOM6 Channel 7 Software Interrupt Generation Register
GTM_ATOM6_CH7_IRQ_MODE 0xF01EB3AC          ATOM6 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM7_CH0_RDADDR 0xF01EB800          ATOM7 Channel 0 ARU read address Register
GTM_ATOM7_CH0_CTRL 0xF01EB804          ATOM7 Channel 0 Control Register
GTM_ATOM7_CH0_SR0 0xF01EB808          ATOM7 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM7_CH0_SR1 0xF01EB80C          ATOM7 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM7_CH0_CM0 0xF01EB810          ATOM7 Channel 0 CCU0 Compare Register
GTM_ATOM7_CH0_CM1 0xF01EB814          ATOM7 Channel 0 CCU1 Compare Register
GTM_ATOM7_CH0_CN0 0xF01EB818          ATOM7 Channel 0 CCU0 Counter Register
GTM_ATOM7_CH0_STAT 0xF01EB81C          ATOM7 Channel 0 Status Register
GTM_ATOM7_CH0_IRQ_NOTIFY 0xF01EB820          ATOM7 Channel 0 Interrupt Notification Register
GTM_ATOM7_CH0_IRQ_EN 0xF01EB824          ATOM7 Channel 0 Interrupt Enable Register
GTM_ATOM7_CH0_IRQ_FORCINT 0xF01EB828          ATOM7 Channel 0 Software Interrupt Generation Register
GTM_ATOM7_CH0_IRQ_MODE 0xF01EB82C          ATOM7 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM7_AGC_GLB_CTRL 0xF01EB840          ATOM7 AGC Global Control Register
GTM_ATOM7_AGC_ENDIS_CTRL 0xF01EB844          ATOM7 AGC Enable/Disable Control Register
GTM_ATOM7_AGC_ENDIS_STAT 0xF01EB848          ATOM7 AGC Enable/Disable Status Register
GTM_ATOM7_AGC_ACT_TB 0xF01EB84C          ATOM7 AGC Action Time Base Register
GTM_ATOM7_AGC_OUTEN_CTRL 0xF01EB850          ATOM7 AGC Output Enable Control Register
GTM_ATOM7_AGC_OUTEN_STAT 0xF01EB854          ATOM7 AGC Output Enable Status Register
GTM_ATOM7_AGC_FUPD_CTRL 0xF01EB858          ATOM7 AGC Force Update Control Register
GTM_ATOM7_AGC_INT_TRIG 0xF01EB85C          ATOM7 AGC Internal Trigger Control Register
GTM_ATOM7_CH1_RDADDR 0xF01EB880          ATOM7 Channel 1 ARU read address Register
GTM_ATOM7_CH1_CTRL 0xF01EB884          ATOM7 Channel 1 Control Register
GTM_ATOM7_CH1_SR0 0xF01EB888          ATOM7 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM7_CH1_SR1 0xF01EB88C          ATOM7 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM7_CH1_CM0 0xF01EB890          ATOM7 Channel 1 CCU0 Compare Register
GTM_ATOM7_CH1_CM1 0xF01EB894          ATOM7 Channel 1 CCU1 Compare Register
GTM_ATOM7_CH1_CN0 0xF01EB898          ATOM7 Channel 1 CCU0 Counter Register
GTM_ATOM7_CH1_STAT 0xF01EB89C          ATOM7 Channel 1 Status Register
GTM_ATOM7_CH1_IRQ_NOTIFY 0xF01EB8A0          ATOM7 Channel 1 Interrupt Notification Register
GTM_ATOM7_CH1_IRQ_EN 0xF01EB8A4          ATOM7 Channel 1 Interrupt Enable Register
GTM_ATOM7_CH1_IRQ_FORCINT 0xF01EB8A8          ATOM7 Channel 1 Software Interrupt Generation Register
GTM_ATOM7_CH1_IRQ_MODE 0xF01EB8AC          ATOM7 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM7_CH2_RDADDR 0xF01EB900          ATOM7 Channel 2 ARU read address Register
GTM_ATOM7_CH2_CTRL 0xF01EB904          ATOM7 Channel 2 Control Register
GTM_ATOM7_CH2_SR0 0xF01EB908          ATOM7 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM7_CH2_SR1 0xF01EB90C          ATOM7 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM7_CH2_CM0 0xF01EB910          ATOM7 Channel 2 CCU0 Compare Register
GTM_ATOM7_CH2_CM1 0xF01EB914          ATOM7 Channel 2 CCU1 Compare Register
GTM_ATOM7_CH2_CN0 0xF01EB918          ATOM7 Channel 2 CCU0 Counter Register
GTM_ATOM7_CH2_STAT 0xF01EB91C          ATOM7 Channel 2 Status Register
GTM_ATOM7_CH2_IRQ_NOTIFY 0xF01EB920          ATOM7 Channel 2 Interrupt Notification Register
GTM_ATOM7_CH2_IRQ_EN 0xF01EB924          ATOM7 Channel 2 Interrupt Enable Register
GTM_ATOM7_CH2_IRQ_FORCINT 0xF01EB928          ATOM7 Channel 2 Software Interrupt Generation Register
GTM_ATOM7_CH2_IRQ_MODE 0xF01EB92C          ATOM7 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM7_CH3_RDADDR 0xF01EB980          ATOM7 Channel 3 ARU read address Register
GTM_ATOM7_CH3_CTRL 0xF01EB984          ATOM7 Channel 3 Control Register
GTM_ATOM7_CH3_SR0 0xF01EB988          ATOM7 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM7_CH3_SR1 0xF01EB98C          ATOM7 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM7_CH3_CM0 0xF01EB990          ATOM7 Channel 3 CCU0 Compare Register
GTM_ATOM7_CH3_CM1 0xF01EB994          ATOM7 Channel 3 CCU1 Compare Register
GTM_ATOM7_CH3_CN0 0xF01EB998          ATOM7 Channel 3 CCU0 Counter Register
GTM_ATOM7_CH3_STAT 0xF01EB99C          ATOM7 Channel 3 Status Register
GTM_ATOM7_CH3_IRQ_NOTIFY 0xF01EB9A0          ATOM7 Channel 3 Interrupt Notification Register
GTM_ATOM7_CH3_IRQ_EN 0xF01EB9A4          ATOM7 Channel 3 Interrupt Enable Register
GTM_ATOM7_CH3_IRQ_FORCINT 0xF01EB9A8          ATOM7 Channel 3 Software Interrupt Generation Register
GTM_ATOM7_CH3_IRQ_MODE 0xF01EB9AC          ATOM7 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM7_CH4_RDADDR 0xF01EBA00          ATOM7 Channel 4 ARU read address Register
GTM_ATOM7_CH4_CTRL 0xF01EBA04          ATOM7 Channel 4 Control Register
GTM_ATOM7_CH4_SR0 0xF01EBA08          ATOM7 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM7_CH4_SR1 0xF01EBA0C          ATOM7 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM7_CH4_CM0 0xF01EBA10          ATOM7 Channel 4 CCU0 Compare Register
GTM_ATOM7_CH4_CM1 0xF01EBA14          ATOM7 Channel 4 CCU1 Compare Register
GTM_ATOM7_CH4_CN0 0xF01EBA18          ATOM7 Channel 4 CCU0 Counter Register
GTM_ATOM7_CH4_STAT 0xF01EBA1C          ATOM7 Channel 4 Status Register
GTM_ATOM7_CH4_IRQ_NOTIFY 0xF01EBA20          ATOM7 Channel 4 Interrupt Notification Register
GTM_ATOM7_CH4_IRQ_EN 0xF01EBA24          ATOM7 Channel 4 Interrupt Enable Register
GTM_ATOM7_CH4_IRQ_FORCINT 0xF01EBA28          ATOM7 Channel 4 Software Interrupt Generation Register
GTM_ATOM7_CH4_IRQ_MODE 0xF01EBA2C          ATOM7 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM7_CH5_RDADDR 0xF01EBA80          ATOM7 Channel 5 ARU read address Register
GTM_ATOM7_CH5_CTRL 0xF01EBA84          ATOM7 Channel 5 Control Register
GTM_ATOM7_CH5_SR0 0xF01EBA88          ATOM7 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM7_CH5_SR1 0xF01EBA8C          ATOM7 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM7_CH5_CM0 0xF01EBA90          ATOM7 Channel 5 CCU0 Compare Register
GTM_ATOM7_CH5_CM1 0xF01EBA94          ATOM7 Channel 5 CCU1 Compare Register
GTM_ATOM7_CH5_CN0 0xF01EBA98          ATOM7 Channel 5 CCU0 Counter Register
GTM_ATOM7_CH5_STAT 0xF01EBA9C          ATOM7 Channel 5 Status Register
GTM_ATOM7_CH5_IRQ_NOTIFY 0xF01EBAA0          ATOM7 Channel 5 Interrupt Notification Register
GTM_ATOM7_CH5_IRQ_EN 0xF01EBAA4          ATOM7 Channel 5 Interrupt Enable Register
GTM_ATOM7_CH5_IRQ_FORCINT 0xF01EBAA8          ATOM7 Channel 5 Software Interrupt Generation Register
GTM_ATOM7_CH5_IRQ_MODE 0xF01EBAAC          ATOM7 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM7_CH6_RDADDR 0xF01EBB00          ATOM7 Channel 6 ARU read address Register
GTM_ATOM7_CH6_CTRL 0xF01EBB04          ATOM7 Channel 6 Control Register
GTM_ATOM7_CH6_SR0 0xF01EBB08          ATOM7 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM7_CH6_SR1 0xF01EBB0C          ATOM7 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM7_CH6_CM0 0xF01EBB10          ATOM7 Channel 6 CCU0 Compare Register
GTM_ATOM7_CH6_CM1 0xF01EBB14          ATOM7 Channel 6 CCU1 Compare Register
GTM_ATOM7_CH6_CN0 0xF01EBB18          ATOM7 Channel 6 CCU0 Counter Register
GTM_ATOM7_CH6_STAT 0xF01EBB1C          ATOM7 Channel 6 Status Register
GTM_ATOM7_CH6_IRQ_NOTIFY 0xF01EBB20          ATOM7 Channel 6 Interrupt Notification Register
GTM_ATOM7_CH6_IRQ_EN 0xF01EBB24          ATOM7 Channel 6 Interrupt Enable Register
GTM_ATOM7_CH6_IRQ_FORCINT 0xF01EBB28          ATOM7 Channel 6 Software Interrupt Generation Register
GTM_ATOM7_CH6_IRQ_MODE 0xF01EBB2C          ATOM7 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM7_CH7_RDADDR 0xF01EBB80          ATOM7 Channel 7 ARU read address Register
GTM_ATOM7_CH7_CTRL 0xF01EBB84          ATOM7 Channel 7 Control Register
GTM_ATOM7_CH7_SR0 0xF01EBB88          ATOM7 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM7_CH7_SR1 0xF01EBB8C          ATOM7 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM7_CH7_CM0 0xF01EBB90          ATOM7 Channel 7 CCU0 Compare Register
GTM_ATOM7_CH7_CM1 0xF01EBB94          ATOM7 Channel 7 CCU1 Compare Register
GTM_ATOM7_CH7_CN0 0xF01EBB98          ATOM7 Channel 7 CCU0 Counter Register
GTM_ATOM7_CH7_STAT 0xF01EBB9C          ATOM7 Channel 7 Status Register
GTM_ATOM7_CH7_IRQ_NOTIFY 0xF01EBBA0          ATOM7 Channel 7 Interrupt Notification Register
GTM_ATOM7_CH7_IRQ_EN 0xF01EBBA4          ATOM7 Channel 7 Interrupt Enable Register
GTM_ATOM7_CH7_IRQ_FORCINT 0xF01EBBA8          ATOM7 Channel 7 Software Interrupt Generation Register
GTM_ATOM7_CH7_IRQ_MODE 0xF01EBBAC          ATOM7 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM8_CH0_RDADDR 0xF01EC000          ATOM8 Channel 0 ARU read address Register
GTM_ATOM8_CH0_CTRL 0xF01EC004          ATOM8 Channel 0 Control Register
GTM_ATOM8_CH0_SR0 0xF01EC008          ATOM8 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM8_CH0_SR1 0xF01EC00C          ATOM8 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM8_CH0_CM0 0xF01EC010          ATOM8 Channel 0 CCU0 Compare Register
GTM_ATOM8_CH0_CM1 0xF01EC014          ATOM8 Channel 0 CCU1 Compare Register
GTM_ATOM8_CH0_CN0 0xF01EC018          ATOM8 Channel 0 CCU0 Counter Register
GTM_ATOM8_CH0_STAT 0xF01EC01C          ATOM8 Channel 0 Status Register
GTM_ATOM8_CH0_IRQ_NOTIFY 0xF01EC020          ATOM8 Channel 0 Interrupt Notification Register
GTM_ATOM8_CH0_IRQ_EN 0xF01EC024          ATOM8 Channel 0 Interrupt Enable Register
GTM_ATOM8_CH0_IRQ_FORCINT 0xF01EC028          ATOM8 Channel 0 Software Interrupt Generation Register
GTM_ATOM8_CH0_IRQ_MODE 0xF01EC02C          ATOM8 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM8_AGC_GLB_CTRL 0xF01EC040          ATOM8 AGC Global Control Register
GTM_ATOM8_AGC_ENDIS_CTRL 0xF01EC044          ATOM8 AGC Enable/Disable Control Register
GTM_ATOM8_AGC_ENDIS_STAT 0xF01EC048          ATOM8 AGC Enable/Disable Status Register
GTM_ATOM8_AGC_ACT_TB 0xF01EC04C          ATOM8 AGC Action Time Base Register
GTM_ATOM8_AGC_OUTEN_CTRL 0xF01EC050          ATOM8 AGC Output Enable Control Register
GTM_ATOM8_AGC_OUTEN_STAT 0xF01EC054          ATOM8 AGC Output Enable Status Register
GTM_ATOM8_AGC_FUPD_CTRL 0xF01EC058          ATOM8 AGC Force Update Control Register
GTM_ATOM8_AGC_INT_TRIG 0xF01EC05C          ATOM8 AGC Internal Trigger Control Register
GTM_ATOM8_CH1_RDADDR 0xF01EC080          ATOM8 Channel 1 ARU read address Register
GTM_ATOM8_CH1_CTRL 0xF01EC084          ATOM8 Channel 1 Control Register
GTM_ATOM8_CH1_SR0 0xF01EC088          ATOM8 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM8_CH1_SR1 0xF01EC08C          ATOM8 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM8_CH1_CM0 0xF01EC090          ATOM8 Channel 1 CCU0 Compare Register
GTM_ATOM8_CH1_CM1 0xF01EC094          ATOM8 Channel 1 CCU1 Compare Register
GTM_ATOM8_CH1_CN0 0xF01EC098          ATOM8 Channel 1 CCU0 Counter Register
GTM_ATOM8_CH1_STAT 0xF01EC09C          ATOM8 Channel 1 Status Register
GTM_ATOM8_CH1_IRQ_NOTIFY 0xF01EC0A0          ATOM8 Channel 1 Interrupt Notification Register
GTM_ATOM8_CH1_IRQ_EN 0xF01EC0A4          ATOM8 Channel 1 Interrupt Enable Register
GTM_ATOM8_CH1_IRQ_FORCINT 0xF01EC0A8          ATOM8 Channel 1 Software Interrupt Generation Register
GTM_ATOM8_CH1_IRQ_MODE 0xF01EC0AC          ATOM8 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM8_CH2_RDADDR 0xF01EC100          ATOM8 Channel 2 ARU read address Register
GTM_ATOM8_CH2_CTRL 0xF01EC104          ATOM8 Channel 2 Control Register
GTM_ATOM8_CH2_SR0 0xF01EC108          ATOM8 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM8_CH2_SR1 0xF01EC10C          ATOM8 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM8_CH2_CM0 0xF01EC110          ATOM8 Channel 2 CCU0 Compare Register
GTM_ATOM8_CH2_CM1 0xF01EC114          ATOM8 Channel 2 CCU1 Compare Register
GTM_ATOM8_CH2_CN0 0xF01EC118          ATOM8 Channel 2 CCU0 Counter Register
GTM_ATOM8_CH2_STAT 0xF01EC11C          ATOM8 Channel 2 Status Register
GTM_ATOM8_CH2_IRQ_NOTIFY 0xF01EC120          ATOM8 Channel 2 Interrupt Notification Register
GTM_ATOM8_CH2_IRQ_EN 0xF01EC124          ATOM8 Channel 2 Interrupt Enable Register
GTM_ATOM8_CH2_IRQ_FORCINT 0xF01EC128          ATOM8 Channel 2 Software Interrupt Generation Register
GTM_ATOM8_CH2_IRQ_MODE 0xF01EC12C          ATOM8 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM8_CH3_RDADDR 0xF01EC180          ATOM8 Channel 3 ARU read address Register
GTM_ATOM8_CH3_CTRL 0xF01EC184          ATOM8 Channel 3 Control Register
GTM_ATOM8_CH3_SR0 0xF01EC188          ATOM8 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM8_CH3_SR1 0xF01EC18C          ATOM8 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM8_CH3_CM0 0xF01EC190          ATOM8 Channel 3 CCU0 Compare Register
GTM_ATOM8_CH3_CM1 0xF01EC194          ATOM8 Channel 3 CCU1 Compare Register
GTM_ATOM8_CH3_CN0 0xF01EC198          ATOM8 Channel 3 CCU0 Counter Register
GTM_ATOM8_CH3_STAT 0xF01EC19C          ATOM8 Channel 3 Status Register
GTM_ATOM8_CH3_IRQ_NOTIFY 0xF01EC1A0          ATOM8 Channel 3 Interrupt Notification Register
GTM_ATOM8_CH3_IRQ_EN 0xF01EC1A4          ATOM8 Channel 3 Interrupt Enable Register
GTM_ATOM8_CH3_IRQ_FORCINT 0xF01EC1A8          ATOM8 Channel 3 Software Interrupt Generation Register
GTM_ATOM8_CH3_IRQ_MODE 0xF01EC1AC          ATOM8 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM8_CH4_RDADDR 0xF01EC200          ATOM8 Channel 4 ARU read address Register
GTM_ATOM8_CH4_CTRL 0xF01EC204          ATOM8 Channel 4 Control Register
GTM_ATOM8_CH4_SR0 0xF01EC208          ATOM8 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM8_CH4_SR1 0xF01EC20C          ATOM8 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM8_CH4_CM0 0xF01EC210          ATOM8 Channel 4 CCU0 Compare Register
GTM_ATOM8_CH4_CM1 0xF01EC214          ATOM8 Channel 4 CCU1 Compare Register
GTM_ATOM8_CH4_CN0 0xF01EC218          ATOM8 Channel 4 CCU0 Counter Register
GTM_ATOM8_CH4_STAT 0xF01EC21C          ATOM8 Channel 4 Status Register
GTM_ATOM8_CH4_IRQ_NOTIFY 0xF01EC220          ATOM8 Channel 4 Interrupt Notification Register
GTM_ATOM8_CH4_IRQ_EN 0xF01EC224          ATOM8 Channel 4 Interrupt Enable Register
GTM_ATOM8_CH4_IRQ_FORCINT 0xF01EC228          ATOM8 Channel 4 Software Interrupt Generation Register
GTM_ATOM8_CH4_IRQ_MODE 0xF01EC22C          ATOM8 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM8_CH5_RDADDR 0xF01EC280          ATOM8 Channel 5 ARU read address Register
GTM_ATOM8_CH5_CTRL 0xF01EC284          ATOM8 Channel 5 Control Register
GTM_ATOM8_CH5_SR0 0xF01EC288          ATOM8 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM8_CH5_SR1 0xF01EC28C          ATOM8 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM8_CH5_CM0 0xF01EC290          ATOM8 Channel 5 CCU0 Compare Register
GTM_ATOM8_CH5_CM1 0xF01EC294          ATOM8 Channel 5 CCU1 Compare Register
GTM_ATOM8_CH5_CN0 0xF01EC298          ATOM8 Channel 5 CCU0 Counter Register
GTM_ATOM8_CH5_STAT 0xF01EC29C          ATOM8 Channel 5 Status Register
GTM_ATOM8_CH5_IRQ_NOTIFY 0xF01EC2A0          ATOM8 Channel 5 Interrupt Notification Register
GTM_ATOM8_CH5_IRQ_EN 0xF01EC2A4          ATOM8 Channel 5 Interrupt Enable Register
GTM_ATOM8_CH5_IRQ_FORCINT 0xF01EC2A8          ATOM8 Channel 5 Software Interrupt Generation Register
GTM_ATOM8_CH5_IRQ_MODE 0xF01EC2AC          ATOM8 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM8_CH6_RDADDR 0xF01EC300          ATOM8 Channel 6 ARU read address Register
GTM_ATOM8_CH6_CTRL 0xF01EC304          ATOM8 Channel 6 Control Register
GTM_ATOM8_CH6_SR0 0xF01EC308          ATOM8 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM8_CH6_SR1 0xF01EC30C          ATOM8 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM8_CH6_CM0 0xF01EC310          ATOM8 Channel 6 CCU0 Compare Register
GTM_ATOM8_CH6_CM1 0xF01EC314          ATOM8 Channel 6 CCU1 Compare Register
GTM_ATOM8_CH6_CN0 0xF01EC318          ATOM8 Channel 6 CCU0 Counter Register
GTM_ATOM8_CH6_STAT 0xF01EC31C          ATOM8 Channel 6 Status Register
GTM_ATOM8_CH6_IRQ_NOTIFY 0xF01EC320          ATOM8 Channel 6 Interrupt Notification Register
GTM_ATOM8_CH6_IRQ_EN 0xF01EC324          ATOM8 Channel 6 Interrupt Enable Register
GTM_ATOM8_CH6_IRQ_FORCINT 0xF01EC328          ATOM8 Channel 6 Software Interrupt Generation Register
GTM_ATOM8_CH6_IRQ_MODE 0xF01EC32C          ATOM8 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM8_CH7_RDADDR 0xF01EC380          ATOM8 Channel 7 ARU read address Register
GTM_ATOM8_CH7_CTRL 0xF01EC384          ATOM8 Channel 7 Control Register
GTM_ATOM8_CH7_SR0 0xF01EC388          ATOM8 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM8_CH7_SR1 0xF01EC38C          ATOM8 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM8_CH7_CM0 0xF01EC390          ATOM8 Channel 7 CCU0 Compare Register
GTM_ATOM8_CH7_CM1 0xF01EC394          ATOM8 Channel 7 CCU1 Compare Register
GTM_ATOM8_CH7_CN0 0xF01EC398          ATOM8 Channel 7 CCU0 Counter Register
GTM_ATOM8_CH7_STAT 0xF01EC39C          ATOM8 Channel 7 Status Register
GTM_ATOM8_CH7_IRQ_NOTIFY 0xF01EC3A0          ATOM8 Channel 7 Interrupt Notification Register
GTM_ATOM8_CH7_IRQ_EN 0xF01EC3A4          ATOM8 Channel 7 Interrupt Enable Register
GTM_ATOM8_CH7_IRQ_FORCINT 0xF01EC3A8          ATOM8 Channel 7 Software Interrupt Generation Register
GTM_ATOM8_CH7_IRQ_MODE 0xF01EC3AC          ATOM8 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM9_CH0_RDADDR 0xF01EC800          ATOM9 Channel 0 ARU read address Register
GTM_ATOM9_CH0_CTRL 0xF01EC804          ATOM9 Channel 0 Control Register
GTM_ATOM9_CH0_SR0 0xF01EC808          ATOM9 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM9_CH0_SR1 0xF01EC80C          ATOM9 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM9_CH0_CM0 0xF01EC810          ATOM9 Channel 0 CCU0 Compare Register
GTM_ATOM9_CH0_CM1 0xF01EC814          ATOM9 Channel 0 CCU1 Compare Register
GTM_ATOM9_CH0_CN0 0xF01EC818          ATOM9 Channel 0 CCU0 Counter Register
GTM_ATOM9_CH0_STAT 0xF01EC81C          ATOM9 Channel 0 Status Register
GTM_ATOM9_CH0_IRQ_NOTIFY 0xF01EC820          ATOM9 Channel 0 Interrupt Notification Register
GTM_ATOM9_CH0_IRQ_EN 0xF01EC824          ATOM9 Channel 0 Interrupt Enable Register
GTM_ATOM9_CH0_IRQ_FORCINT 0xF01EC828          ATOM9 Channel 0 Software Interrupt Generation Register
GTM_ATOM9_CH0_IRQ_MODE 0xF01EC82C          ATOM9 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM9_AGC_GLB_CTRL 0xF01EC840          ATOM9 AGC Global Control Register
GTM_ATOM9_AGC_ENDIS_CTRL 0xF01EC844          ATOM9 AGC Enable/Disable Control Register
GTM_ATOM9_AGC_ENDIS_STAT 0xF01EC848          ATOM9 AGC Enable/Disable Status Register
GTM_ATOM9_AGC_ACT_TB 0xF01EC84C          ATOM9 AGC Action Time Base Register
GTM_ATOM9_AGC_OUTEN_CTRL 0xF01EC850          ATOM9 AGC Output Enable Control Register
GTM_ATOM9_AGC_OUTEN_STAT 0xF01EC854          ATOM9 AGC Output Enable Status Register
GTM_ATOM9_AGC_FUPD_CTRL 0xF01EC858          ATOM9 AGC Force Update Control Register
GTM_ATOM9_AGC_INT_TRIG 0xF01EC85C          ATOM9 AGC Internal Trigger Control Register
GTM_ATOM9_CH1_RDADDR 0xF01EC880          ATOM9 Channel 1 ARU read address Register
GTM_ATOM9_CH1_CTRL 0xF01EC884          ATOM9 Channel 1 Control Register
GTM_ATOM9_CH1_SR0 0xF01EC888          ATOM9 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM9_CH1_SR1 0xF01EC88C          ATOM9 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM9_CH1_CM0 0xF01EC890          ATOM9 Channel 1 CCU0 Compare Register
GTM_ATOM9_CH1_CM1 0xF01EC894          ATOM9 Channel 1 CCU1 Compare Register
GTM_ATOM9_CH1_CN0 0xF01EC898          ATOM9 Channel 1 CCU0 Counter Register
GTM_ATOM9_CH1_STAT 0xF01EC89C          ATOM9 Channel 1 Status Register
GTM_ATOM9_CH1_IRQ_NOTIFY 0xF01EC8A0          ATOM9 Channel 1 Interrupt Notification Register
GTM_ATOM9_CH1_IRQ_EN 0xF01EC8A4          ATOM9 Channel 1 Interrupt Enable Register
GTM_ATOM9_CH1_IRQ_FORCINT 0xF01EC8A8          ATOM9 Channel 1 Software Interrupt Generation Register
GTM_ATOM9_CH1_IRQ_MODE 0xF01EC8AC          ATOM9 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM9_CH2_RDADDR 0xF01EC900          ATOM9 Channel 2 ARU read address Register
GTM_ATOM9_CH2_CTRL 0xF01EC904          ATOM9 Channel 2 Control Register
GTM_ATOM9_CH2_SR0 0xF01EC908          ATOM9 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM9_CH2_SR1 0xF01EC90C          ATOM9 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM9_CH2_CM0 0xF01EC910          ATOM9 Channel 2 CCU0 Compare Register
GTM_ATOM9_CH2_CM1 0xF01EC914          ATOM9 Channel 2 CCU1 Compare Register
GTM_ATOM9_CH2_CN0 0xF01EC918          ATOM9 Channel 2 CCU0 Counter Register
GTM_ATOM9_CH2_STAT 0xF01EC91C          ATOM9 Channel 2 Status Register
GTM_ATOM9_CH2_IRQ_NOTIFY 0xF01EC920          ATOM9 Channel 2 Interrupt Notification Register
GTM_ATOM9_CH2_IRQ_EN 0xF01EC924          ATOM9 Channel 2 Interrupt Enable Register
GTM_ATOM9_CH2_IRQ_FORCINT 0xF01EC928          ATOM9 Channel 2 Software Interrupt Generation Register
GTM_ATOM9_CH2_IRQ_MODE 0xF01EC92C          ATOM9 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM9_CH3_RDADDR 0xF01EC980          ATOM9 Channel 3 ARU read address Register
GTM_ATOM9_CH3_CTRL 0xF01EC984          ATOM9 Channel 3 Control Register
GTM_ATOM9_CH3_SR0 0xF01EC988          ATOM9 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM9_CH3_SR1 0xF01EC98C          ATOM9 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM9_CH3_CM0 0xF01EC990          ATOM9 Channel 3 CCU0 Compare Register
GTM_ATOM9_CH3_CM1 0xF01EC994          ATOM9 Channel 3 CCU1 Compare Register
GTM_ATOM9_CH3_CN0 0xF01EC998          ATOM9 Channel 3 CCU0 Counter Register
GTM_ATOM9_CH3_STAT 0xF01EC99C          ATOM9 Channel 3 Status Register
GTM_ATOM9_CH3_IRQ_NOTIFY 0xF01EC9A0          ATOM9 Channel 3 Interrupt Notification Register
GTM_ATOM9_CH3_IRQ_EN 0xF01EC9A4          ATOM9 Channel 3 Interrupt Enable Register
GTM_ATOM9_CH3_IRQ_FORCINT 0xF01EC9A8          ATOM9 Channel 3 Software Interrupt Generation Register
GTM_ATOM9_CH3_IRQ_MODE 0xF01EC9AC          ATOM9 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM9_CH4_RDADDR 0xF01ECA00          ATOM9 Channel 4 ARU read address Register
GTM_ATOM9_CH4_CTRL 0xF01ECA04          ATOM9 Channel 4 Control Register
GTM_ATOM9_CH4_SR0 0xF01ECA08          ATOM9 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM9_CH4_SR1 0xF01ECA0C          ATOM9 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM9_CH4_CM0 0xF01ECA10          ATOM9 Channel 4 CCU0 Compare Register
GTM_ATOM9_CH4_CM1 0xF01ECA14          ATOM9 Channel 4 CCU1 Compare Register
GTM_ATOM9_CH4_CN0 0xF01ECA18          ATOM9 Channel 4 CCU0 Counter Register
GTM_ATOM9_CH4_STAT 0xF01ECA1C          ATOM9 Channel 4 Status Register
GTM_ATOM9_CH4_IRQ_NOTIFY 0xF01ECA20          ATOM9 Channel 4 Interrupt Notification Register
GTM_ATOM9_CH4_IRQ_EN 0xF01ECA24          ATOM9 Channel 4 Interrupt Enable Register
GTM_ATOM9_CH4_IRQ_FORCINT 0xF01ECA28          ATOM9 Channel 4 Software Interrupt Generation Register
GTM_ATOM9_CH4_IRQ_MODE 0xF01ECA2C          ATOM9 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM9_CH5_RDADDR 0xF01ECA80          ATOM9 Channel 5 ARU read address Register
GTM_ATOM9_CH5_CTRL 0xF01ECA84          ATOM9 Channel 5 Control Register
GTM_ATOM9_CH5_SR0 0xF01ECA88          ATOM9 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM9_CH5_SR1 0xF01ECA8C          ATOM9 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM9_CH5_CM0 0xF01ECA90          ATOM9 Channel 5 CCU0 Compare Register
GTM_ATOM9_CH5_CM1 0xF01ECA94          ATOM9 Channel 5 CCU1 Compare Register
GTM_ATOM9_CH5_CN0 0xF01ECA98          ATOM9 Channel 5 CCU0 Counter Register
GTM_ATOM9_CH5_STAT 0xF01ECA9C          ATOM9 Channel 5 Status Register
GTM_ATOM9_CH5_IRQ_NOTIFY 0xF01ECAA0          ATOM9 Channel 5 Interrupt Notification Register
GTM_ATOM9_CH5_IRQ_EN 0xF01ECAA4          ATOM9 Channel 5 Interrupt Enable Register
GTM_ATOM9_CH5_IRQ_FORCINT 0xF01ECAA8          ATOM9 Channel 5 Software Interrupt Generation Register
GTM_ATOM9_CH5_IRQ_MODE 0xF01ECAAC          ATOM9 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM9_CH6_RDADDR 0xF01ECB00          ATOM9 Channel 6 ARU read address Register
GTM_ATOM9_CH6_CTRL 0xF01ECB04          ATOM9 Channel 6 Control Register
GTM_ATOM9_CH6_SR0 0xF01ECB08          ATOM9 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM9_CH6_SR1 0xF01ECB0C          ATOM9 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM9_CH6_CM0 0xF01ECB10          ATOM9 Channel 6 CCU0 Compare Register
GTM_ATOM9_CH6_CM1 0xF01ECB14          ATOM9 Channel 6 CCU1 Compare Register
GTM_ATOM9_CH6_CN0 0xF01ECB18          ATOM9 Channel 6 CCU0 Counter Register
GTM_ATOM9_CH6_STAT 0xF01ECB1C          ATOM9 Channel 6 Status Register
GTM_ATOM9_CH6_IRQ_NOTIFY 0xF01ECB20          ATOM9 Channel 6 Interrupt Notification Register
GTM_ATOM9_CH6_IRQ_EN 0xF01ECB24          ATOM9 Channel 6 Interrupt Enable Register
GTM_ATOM9_CH6_IRQ_FORCINT 0xF01ECB28          ATOM9 Channel 6 Software Interrupt Generation Register
GTM_ATOM9_CH6_IRQ_MODE 0xF01ECB2C          ATOM9 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM9_CH7_RDADDR 0xF01ECB80          ATOM9 Channel 7 ARU read address Register
GTM_ATOM9_CH7_CTRL 0xF01ECB84          ATOM9 Channel 7 Control Register
GTM_ATOM9_CH7_SR0 0xF01ECB88          ATOM9 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM9_CH7_SR1 0xF01ECB8C          ATOM9 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM9_CH7_CM0 0xF01ECB90          ATOM9 Channel 7 CCU0 Compare Register
GTM_ATOM9_CH7_CM1 0xF01ECB94          ATOM9 Channel 7 CCU1 Compare Register
GTM_ATOM9_CH7_CN0 0xF01ECB98          ATOM9 Channel 7 CCU0 Counter Register
GTM_ATOM9_CH7_STAT 0xF01ECB9C          ATOM9 Channel 7 Status Register
GTM_ATOM9_CH7_IRQ_NOTIFY 0xF01ECBA0          ATOM9 Channel 7 Interrupt Notification Register
GTM_ATOM9_CH7_IRQ_EN 0xF01ECBA4          ATOM9 Channel 7 Interrupt Enable Register
GTM_ATOM9_CH7_IRQ_FORCINT 0xF01ECBA8          ATOM9 Channel 7 Software Interrupt Generation Register
GTM_ATOM9_CH7_IRQ_MODE 0xF01ECBAC          ATOM9 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM10_CH0_RDADDR 0xF01ED000          ATOM10 Channel 0 ARU read address Register
GTM_ATOM10_CH0_CTRL 0xF01ED004          ATOM10 Channel 0 Control Register
GTM_ATOM10_CH0_SR0 0xF01ED008          ATOM10 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM10_CH0_SR1 0xF01ED00C          ATOM10 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM10_CH0_CM0 0xF01ED010          ATOM10 Channel 0 CCU0 Compare Register
GTM_ATOM10_CH0_CM1 0xF01ED014          ATOM10 Channel 0 CCU1 Compare Register
GTM_ATOM10_CH0_CN0 0xF01ED018          ATOM10 Channel 0 CCU0 Counter Register
GTM_ATOM10_CH0_STAT 0xF01ED01C          ATOM10 Channel 0 Status Register
GTM_ATOM10_CH0_IRQ_NOTIFY 0xF01ED020          ATOM10 Channel 0 Interrupt Notification Register
GTM_ATOM10_CH0_IRQ_EN 0xF01ED024          ATOM10 Channel 0 Interrupt Enable Register
GTM_ATOM10_CH0_IRQ_FORCINT 0xF01ED028          ATOM10 Channel 0 Software Interrupt Generation Register
GTM_ATOM10_CH0_IRQ_MODE 0xF01ED02C          ATOM10 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM10_AGC_GLB_CTRL 0xF01ED040          ATOM10 AGC Global Control Register
GTM_ATOM10_AGC_ENDIS_CTRL 0xF01ED044          ATOM10 AGC Enable/Disable Control Register
GTM_ATOM10_AGC_ENDIS_STAT 0xF01ED048          ATOM10 AGC Enable/Disable Status Register
GTM_ATOM10_AGC_ACT_TB 0xF01ED04C          ATOM10 AGC Action Time Base Register
GTM_ATOM10_AGC_OUTEN_CTRL 0xF01ED050          ATOM10 AGC Output Enable Control Register
GTM_ATOM10_AGC_OUTEN_STAT 0xF01ED054          ATOM10 AGC Output Enable Status Register
GTM_ATOM10_AGC_FUPD_CTRL 0xF01ED058          ATOM10 AGC Force Update Control Register
GTM_ATOM10_AGC_INT_TRIG 0xF01ED05C          ATOM10 AGC Internal Trigger Control Register
GTM_ATOM10_CH1_RDADDR 0xF01ED080          ATOM10 Channel 1 ARU read address Register
GTM_ATOM10_CH1_CTRL 0xF01ED084          ATOM10 Channel 1 Control Register
GTM_ATOM10_CH1_SR0 0xF01ED088          ATOM10 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM10_CH1_SR1 0xF01ED08C          ATOM10 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM10_CH1_CM0 0xF01ED090          ATOM10 Channel 1 CCU0 Compare Register
GTM_ATOM10_CH1_CM1 0xF01ED094          ATOM10 Channel 1 CCU1 Compare Register
GTM_ATOM10_CH1_CN0 0xF01ED098          ATOM10 Channel 1 CCU0 Counter Register
GTM_ATOM10_CH1_STAT 0xF01ED09C          ATOM10 Channel 1 Status Register
GTM_ATOM10_CH1_IRQ_NOTIFY 0xF01ED0A0          ATOM10 Channel 1 Interrupt Notification Register
GTM_ATOM10_CH1_IRQ_EN 0xF01ED0A4          ATOM10 Channel 1 Interrupt Enable Register
GTM_ATOM10_CH1_IRQ_FORCINT 0xF01ED0A8          ATOM10 Channel 1 Software Interrupt Generation Register
GTM_ATOM10_CH1_IRQ_MODE 0xF01ED0AC          ATOM10 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM10_CH2_RDADDR 0xF01ED100          ATOM10 Channel 2 ARU read address Register
GTM_ATOM10_CH2_CTRL 0xF01ED104          ATOM10 Channel 2 Control Register
GTM_ATOM10_CH2_SR0 0xF01ED108          ATOM10 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM10_CH2_SR1 0xF01ED10C          ATOM10 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM10_CH2_CM0 0xF01ED110          ATOM10 Channel 2 CCU0 Compare Register
GTM_ATOM10_CH2_CM1 0xF01ED114          ATOM10 Channel 2 CCU1 Compare Register
GTM_ATOM10_CH2_CN0 0xF01ED118          ATOM10 Channel 2 CCU0 Counter Register
GTM_ATOM10_CH2_STAT 0xF01ED11C          ATOM10 Channel 2 Status Register
GTM_ATOM10_CH2_IRQ_NOTIFY 0xF01ED120          ATOM10 Channel 2 Interrupt Notification Register
GTM_ATOM10_CH2_IRQ_EN 0xF01ED124          ATOM10 Channel 2 Interrupt Enable Register
GTM_ATOM10_CH2_IRQ_FORCINT 0xF01ED128          ATOM10 Channel 2 Software Interrupt Generation Register
GTM_ATOM10_CH2_IRQ_MODE 0xF01ED12C          ATOM10 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM10_CH3_RDADDR 0xF01ED180          ATOM10 Channel 3 ARU read address Register
GTM_ATOM10_CH3_CTRL 0xF01ED184          ATOM10 Channel 3 Control Register
GTM_ATOM10_CH3_SR0 0xF01ED188          ATOM10 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM10_CH3_SR1 0xF01ED18C          ATOM10 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM10_CH3_CM0 0xF01ED190          ATOM10 Channel 3 CCU0 Compare Register
GTM_ATOM10_CH3_CM1 0xF01ED194          ATOM10 Channel 3 CCU1 Compare Register
GTM_ATOM10_CH3_CN0 0xF01ED198          ATOM10 Channel 3 CCU0 Counter Register
GTM_ATOM10_CH3_STAT 0xF01ED19C          ATOM10 Channel 3 Status Register
GTM_ATOM10_CH3_IRQ_NOTIFY 0xF01ED1A0          ATOM10 Channel 3 Interrupt Notification Register
GTM_ATOM10_CH3_IRQ_EN 0xF01ED1A4          ATOM10 Channel 3 Interrupt Enable Register
GTM_ATOM10_CH3_IRQ_FORCINT 0xF01ED1A8          ATOM10 Channel 3 Software Interrupt Generation Register
GTM_ATOM10_CH3_IRQ_MODE 0xF01ED1AC          ATOM10 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM10_CH4_RDADDR 0xF01ED200          ATOM10 Channel 4 ARU read address Register
GTM_ATOM10_CH4_CTRL 0xF01ED204          ATOM10 Channel 4 Control Register
GTM_ATOM10_CH4_SR0 0xF01ED208          ATOM10 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM10_CH4_SR1 0xF01ED20C          ATOM10 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM10_CH4_CM0 0xF01ED210          ATOM10 Channel 4 CCU0 Compare Register
GTM_ATOM10_CH4_CM1 0xF01ED214          ATOM10 Channel 4 CCU1 Compare Register
GTM_ATOM10_CH4_CN0 0xF01ED218          ATOM10 Channel 4 CCU0 Counter Register
GTM_ATOM10_CH4_STAT 0xF01ED21C          ATOM10 Channel 4 Status Register
GTM_ATOM10_CH4_IRQ_NOTIFY 0xF01ED220          ATOM10 Channel 4 Interrupt Notification Register
GTM_ATOM10_CH4_IRQ_EN 0xF01ED224          ATOM10 Channel 4 Interrupt Enable Register
GTM_ATOM10_CH4_IRQ_FORCINT 0xF01ED228          ATOM10 Channel 4 Software Interrupt Generation Register
GTM_ATOM10_CH4_IRQ_MODE 0xF01ED22C          ATOM10 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM10_CH5_RDADDR 0xF01ED280          ATOM10 Channel 5 ARU read address Register
GTM_ATOM10_CH5_CTRL 0xF01ED284          ATOM10 Channel 5 Control Register
GTM_ATOM10_CH5_SR0 0xF01ED288          ATOM10 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM10_CH5_SR1 0xF01ED28C          ATOM10 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM10_CH5_CM0 0xF01ED290          ATOM10 Channel 5 CCU0 Compare Register
GTM_ATOM10_CH5_CM1 0xF01ED294          ATOM10 Channel 5 CCU1 Compare Register
GTM_ATOM10_CH5_CN0 0xF01ED298          ATOM10 Channel 5 CCU0 Counter Register
GTM_ATOM10_CH5_STAT 0xF01ED29C          ATOM10 Channel 5 Status Register
GTM_ATOM10_CH5_IRQ_NOTIFY 0xF01ED2A0          ATOM10 Channel 5 Interrupt Notification Register
GTM_ATOM10_CH5_IRQ_EN 0xF01ED2A4          ATOM10 Channel 5 Interrupt Enable Register
GTM_ATOM10_CH5_IRQ_FORCINT 0xF01ED2A8          ATOM10 Channel 5 Software Interrupt Generation Register
GTM_ATOM10_CH5_IRQ_MODE 0xF01ED2AC          ATOM10 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM10_CH6_RDADDR 0xF01ED300          ATOM10 Channel 6 ARU read address Register
GTM_ATOM10_CH6_CTRL 0xF01ED304          ATOM10 Channel 6 Control Register
GTM_ATOM10_CH6_SR0 0xF01ED308          ATOM10 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM10_CH6_SR1 0xF01ED30C          ATOM10 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM10_CH6_CM0 0xF01ED310          ATOM10 Channel 6 CCU0 Compare Register
GTM_ATOM10_CH6_CM1 0xF01ED314          ATOM10 Channel 6 CCU1 Compare Register
GTM_ATOM10_CH6_CN0 0xF01ED318          ATOM10 Channel 6 CCU0 Counter Register
GTM_ATOM10_CH6_STAT 0xF01ED31C          ATOM10 Channel 6 Status Register
GTM_ATOM10_CH6_IRQ_NOTIFY 0xF01ED320          ATOM10 Channel 6 Interrupt Notification Register
GTM_ATOM10_CH6_IRQ_EN 0xF01ED324          ATOM10 Channel 6 Interrupt Enable Register
GTM_ATOM10_CH6_IRQ_FORCINT 0xF01ED328          ATOM10 Channel 6 Software Interrupt Generation Register
GTM_ATOM10_CH6_IRQ_MODE 0xF01ED32C          ATOM10 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM10_CH7_RDADDR 0xF01ED380          ATOM10 Channel 7 ARU read address Register
GTM_ATOM10_CH7_CTRL 0xF01ED384          ATOM10 Channel 7 Control Register
GTM_ATOM10_CH7_SR0 0xF01ED388          ATOM10 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM10_CH7_SR1 0xF01ED38C          ATOM10 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM10_CH7_CM0 0xF01ED390          ATOM10 Channel 7 CCU0 Compare Register
GTM_ATOM10_CH7_CM1 0xF01ED394          ATOM10 Channel 7 CCU1 Compare Register
GTM_ATOM10_CH7_CN0 0xF01ED398          ATOM10 Channel 7 CCU0 Counter Register
GTM_ATOM10_CH7_STAT 0xF01ED39C          ATOM10 Channel 7 Status Register
GTM_ATOM10_CH7_IRQ_NOTIFY 0xF01ED3A0          ATOM10 Channel 7 Interrupt Notification Register
GTM_ATOM10_CH7_IRQ_EN 0xF01ED3A4          ATOM10 Channel 7 Interrupt Enable Register
GTM_ATOM10_CH7_IRQ_FORCINT 0xF01ED3A8          ATOM10 Channel 7 Software Interrupt Generation Register
GTM_ATOM10_CH7_IRQ_MODE 0xF01ED3AC          ATOM10 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM11_CH0_RDADDR 0xF01ED800          ATOM11 Channel 0 ARU read address Register
GTM_ATOM11_CH0_CTRL 0xF01ED804          ATOM11 Channel 0 Control Register
GTM_ATOM11_CH0_SR0 0xF01ED808          ATOM11 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM11_CH0_SR1 0xF01ED80C          ATOM11 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM11_CH0_CM0 0xF01ED810          ATOM11 Channel 0 CCU0 Compare Register
GTM_ATOM11_CH0_CM1 0xF01ED814          ATOM11 Channel 0 CCU1 Compare Register
GTM_ATOM11_CH0_CN0 0xF01ED818          ATOM11 Channel 0 CCU0 Counter Register
GTM_ATOM11_CH0_STAT 0xF01ED81C          ATOM11 Channel 0 Status Register
GTM_ATOM11_CH0_IRQ_NOTIFY 0xF01ED820          ATOM11 Channel 0 Interrupt Notification Register
GTM_ATOM11_CH0_IRQ_EN 0xF01ED824          ATOM11 Channel 0 Interrupt Enable Register
GTM_ATOM11_CH0_IRQ_FORCINT 0xF01ED828          ATOM11 Channel 0 Software Interrupt Generation Register
GTM_ATOM11_CH0_IRQ_MODE 0xF01ED82C          ATOM11 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM11_AGC_GLB_CTRL 0xF01ED840          ATOM11 AGC Global Control Register
GTM_ATOM11_AGC_ENDIS_CTRL 0xF01ED844          ATOM11 AGC Enable/Disable Control Register
GTM_ATOM11_AGC_ENDIS_STAT 0xF01ED848          ATOM11 AGC Enable/Disable Status Register
GTM_ATOM11_AGC_ACT_TB 0xF01ED84C          ATOM11 AGC Action Time Base Register
GTM_ATOM11_AGC_OUTEN_CTRL 0xF01ED850          ATOM11 AGC Output Enable Control Register
GTM_ATOM11_AGC_OUTEN_STAT 0xF01ED854          ATOM11 AGC Output Enable Status Register
GTM_ATOM11_AGC_FUPD_CTRL 0xF01ED858          ATOM11 AGC Force Update Control Register
GTM_ATOM11_AGC_INT_TRIG 0xF01ED85C          ATOM11 AGC Internal Trigger Control Register
GTM_ATOM11_CH1_RDADDR 0xF01ED880          ATOM11 Channel 1 ARU read address Register
GTM_ATOM11_CH1_CTRL 0xF01ED884          ATOM11 Channel 1 Control Register
GTM_ATOM11_CH1_SR0 0xF01ED888          ATOM11 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM11_CH1_SR1 0xF01ED88C          ATOM11 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM11_CH1_CM0 0xF01ED890          ATOM11 Channel 1 CCU0 Compare Register
GTM_ATOM11_CH1_CM1 0xF01ED894          ATOM11 Channel 1 CCU1 Compare Register
GTM_ATOM11_CH1_CN0 0xF01ED898          ATOM11 Channel 1 CCU0 Counter Register
GTM_ATOM11_CH1_STAT 0xF01ED89C          ATOM11 Channel 1 Status Register
GTM_ATOM11_CH1_IRQ_NOTIFY 0xF01ED8A0          ATOM11 Channel 1 Interrupt Notification Register
GTM_ATOM11_CH1_IRQ_EN 0xF01ED8A4          ATOM11 Channel 1 Interrupt Enable Register
GTM_ATOM11_CH1_IRQ_FORCINT 0xF01ED8A8          ATOM11 Channel 1 Software Interrupt Generation Register
GTM_ATOM11_CH1_IRQ_MODE 0xF01ED8AC          ATOM11 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM11_CH2_RDADDR 0xF01ED900          ATOM11 Channel 2 ARU read address Register
GTM_ATOM11_CH2_CTRL 0xF01ED904          ATOM11 Channel 2 Control Register
GTM_ATOM11_CH2_SR0 0xF01ED908          ATOM11 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM11_CH2_SR1 0xF01ED90C          ATOM11 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM11_CH2_CM0 0xF01ED910          ATOM11 Channel 2 CCU0 Compare Register
GTM_ATOM11_CH2_CM1 0xF01ED914          ATOM11 Channel 2 CCU1 Compare Register
GTM_ATOM11_CH2_CN0 0xF01ED918          ATOM11 Channel 2 CCU0 Counter Register
GTM_ATOM11_CH2_STAT 0xF01ED91C          ATOM11 Channel 2 Status Register
GTM_ATOM11_CH2_IRQ_NOTIFY 0xF01ED920          ATOM11 Channel 2 Interrupt Notification Register
GTM_ATOM11_CH2_IRQ_EN 0xF01ED924          ATOM11 Channel 2 Interrupt Enable Register
GTM_ATOM11_CH2_IRQ_FORCINT 0xF01ED928          ATOM11 Channel 2 Software Interrupt Generation Register
GTM_ATOM11_CH2_IRQ_MODE 0xF01ED92C          ATOM11 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM11_CH3_RDADDR 0xF01ED980          ATOM11 Channel 3 ARU read address Register
GTM_ATOM11_CH3_CTRL 0xF01ED984          ATOM11 Channel 3 Control Register
GTM_ATOM11_CH3_SR0 0xF01ED988          ATOM11 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM11_CH3_SR1 0xF01ED98C          ATOM11 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM11_CH3_CM0 0xF01ED990          ATOM11 Channel 3 CCU0 Compare Register
GTM_ATOM11_CH3_CM1 0xF01ED994          ATOM11 Channel 3 CCU1 Compare Register
GTM_ATOM11_CH3_CN0 0xF01ED998          ATOM11 Channel 3 CCU0 Counter Register
GTM_ATOM11_CH3_STAT 0xF01ED99C          ATOM11 Channel 3 Status Register
GTM_ATOM11_CH3_IRQ_NOTIFY 0xF01ED9A0          ATOM11 Channel 3 Interrupt Notification Register
GTM_ATOM11_CH3_IRQ_EN 0xF01ED9A4          ATOM11 Channel 3 Interrupt Enable Register
GTM_ATOM11_CH3_IRQ_FORCINT 0xF01ED9A8          ATOM11 Channel 3 Software Interrupt Generation Register
GTM_ATOM11_CH3_IRQ_MODE 0xF01ED9AC          ATOM11 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM11_CH4_RDADDR 0xF01EDA00          ATOM11 Channel 4 ARU read address Register
GTM_ATOM11_CH4_CTRL 0xF01EDA04          ATOM11 Channel 4 Control Register
GTM_ATOM11_CH4_SR0 0xF01EDA08          ATOM11 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM11_CH4_SR1 0xF01EDA0C          ATOM11 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM11_CH4_CM0 0xF01EDA10          ATOM11 Channel 4 CCU0 Compare Register
GTM_ATOM11_CH4_CM1 0xF01EDA14          ATOM11 Channel 4 CCU1 Compare Register
GTM_ATOM11_CH4_CN0 0xF01EDA18          ATOM11 Channel 4 CCU0 Counter Register
GTM_ATOM11_CH4_STAT 0xF01EDA1C          ATOM11 Channel 4 Status Register
GTM_ATOM11_CH4_IRQ_NOTIFY 0xF01EDA20          ATOM11 Channel 4 Interrupt Notification Register
GTM_ATOM11_CH4_IRQ_EN 0xF01EDA24          ATOM11 Channel 4 Interrupt Enable Register
GTM_ATOM11_CH4_IRQ_FORCINT 0xF01EDA28          ATOM11 Channel 4 Software Interrupt Generation Register
GTM_ATOM11_CH4_IRQ_MODE 0xF01EDA2C          ATOM11 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM11_CH5_RDADDR 0xF01EDA80          ATOM11 Channel 5 ARU read address Register
GTM_ATOM11_CH5_CTRL 0xF01EDA84          ATOM11 Channel 5 Control Register
GTM_ATOM11_CH5_SR0 0xF01EDA88          ATOM11 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM11_CH5_SR1 0xF01EDA8C          ATOM11 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM11_CH5_CM0 0xF01EDA90          ATOM11 Channel 5 CCU0 Compare Register
GTM_ATOM11_CH5_CM1 0xF01EDA94          ATOM11 Channel 5 CCU1 Compare Register
GTM_ATOM11_CH5_CN0 0xF01EDA98          ATOM11 Channel 5 CCU0 Counter Register
GTM_ATOM11_CH5_STAT 0xF01EDA9C          ATOM11 Channel 5 Status Register
GTM_ATOM11_CH5_IRQ_NOTIFY 0xF01EDAA0          ATOM11 Channel 5 Interrupt Notification Register
GTM_ATOM11_CH5_IRQ_EN 0xF01EDAA4          ATOM11 Channel 5 Interrupt Enable Register
GTM_ATOM11_CH5_IRQ_FORCINT 0xF01EDAA8          ATOM11 Channel 5 Software Interrupt Generation Register
GTM_ATOM11_CH5_IRQ_MODE 0xF01EDAAC          ATOM11 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM11_CH6_RDADDR 0xF01EDB00          ATOM11 Channel 6 ARU read address Register
GTM_ATOM11_CH6_CTRL 0xF01EDB04          ATOM11 Channel 6 Control Register
GTM_ATOM11_CH6_SR0 0xF01EDB08          ATOM11 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM11_CH6_SR1 0xF01EDB0C          ATOM11 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM11_CH6_CM0 0xF01EDB10          ATOM11 Channel 6 CCU0 Compare Register
GTM_ATOM11_CH6_CM1 0xF01EDB14          ATOM11 Channel 6 CCU1 Compare Register
GTM_ATOM11_CH6_CN0 0xF01EDB18          ATOM11 Channel 6 CCU0 Counter Register
GTM_ATOM11_CH6_STAT 0xF01EDB1C          ATOM11 Channel 6 Status Register
GTM_ATOM11_CH6_IRQ_NOTIFY 0xF01EDB20          ATOM11 Channel 6 Interrupt Notification Register
GTM_ATOM11_CH6_IRQ_EN 0xF01EDB24          ATOM11 Channel 6 Interrupt Enable Register
GTM_ATOM11_CH6_IRQ_FORCINT 0xF01EDB28          ATOM11 Channel 6 Software Interrupt Generation Register
GTM_ATOM11_CH6_IRQ_MODE 0xF01EDB2C          ATOM11 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM11_CH7_RDADDR 0xF01EDB80          ATOM11 Channel 7 ARU read address Register
GTM_ATOM11_CH7_CTRL 0xF01EDB84          ATOM11 Channel 7 Control Register
GTM_ATOM11_CH7_SR0 0xF01EDB88          ATOM11 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM11_CH7_SR1 0xF01EDB8C          ATOM11 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM11_CH7_CM0 0xF01EDB90          ATOM11 Channel 7 CCU0 Compare Register
GTM_ATOM11_CH7_CM1 0xF01EDB94          ATOM11 Channel 7 CCU1 Compare Register
GTM_ATOM11_CH7_CN0 0xF01EDB98          ATOM11 Channel 7 CCU0 Counter Register
GTM_ATOM11_CH7_STAT 0xF01EDB9C          ATOM11 Channel 7 Status Register
GTM_ATOM11_CH7_IRQ_NOTIFY 0xF01EDBA0          ATOM11 Channel 7 Interrupt Notification Register
GTM_ATOM11_CH7_IRQ_EN 0xF01EDBA4          ATOM11 Channel 7 Interrupt Enable Register
GTM_ATOM11_CH7_IRQ_FORCINT 0xF01EDBA8          ATOM11 Channel 7 Software Interrupt Generation Register
GTM_ATOM11_CH7_IRQ_MODE 0xF01EDBAC          ATOM11 Channel 7 Interrupt Mode Configuration Register
GTM_MCS0_CH0_R0 0xF01F0000          MCS0 Channel 0 General Purpose Register 0
GTM_MCS0_CH0_R1 0xF01F0004          MCS0 Channel 0 General Purpose Register 1
GTM_MCS0_CH0_R2 0xF01F0008          MCS0 Channel 0 General Purpose Register 2
GTM_MCS0_CH0_R3 0xF01F000C          MCS0 Channel 0 General Purpose Register 3
GTM_MCS0_CH0_R4 0xF01F0010          MCS0 Channel 0 General Purpose Register 4
GTM_MCS0_CH0_R5 0xF01F0014          MCS0 Channel 0 General Purpose Register 5
GTM_MCS0_CH0_R6 0xF01F0018          MCS0 Channel 0 General Purpose Register 6
GTM_MCS0_CH0_R7 0xF01F001C          MCS0 Channel 0 General Purpose Register 7
GTM_MCS0_CH0_CTRL 0xF01F0020          MCS0 Channel 0 Control Register
GTM_MCS0_CH0_ACB 0xF01F0024          MCS0 Channel 0 ARU Control Bit Register
GTM_MCS0_CTRG   0xF01F0028          MCS0 Clear Trigger Control Register
GTM_MCS0_STRG   0xF01F002C          MCS0 Set Trigger Control Register
GTM_MCS0_CH0_MHB 0xF01F003C          MCS0 Channel 0 Memory High Byte Register
GTM_MCS0_CH0_PC 0xF01F0040          MCS0 Channel 0 Program Counter Register
GTM_MCS0_CH0_IRQ_NOTIFY 0xF01F0044          MCS0 Channel 0 Interrupt Notification Register
GTM_MCS0_CH0_IRQ_EN 0xF01F0048          MCS0 Channel 0 Interrupt Enable Register
GTM_MCS0_CH0_IRQ_FORCINT 0xF01F004C          MCS0 Channel 0 Force Interrupt Register
GTM_MCS0_CH0_IRQ_MODE 0xF01F0050          MCS0 Channel 0 Interrupt Mode Configuration Register
GTM_MCS0_CH0_EIRQ_EN 0xF01F0054          MCS0 Channel 0 Error Interrupt Enable Register
GTM_MCS0_REG_PROT 0xF01F0060          MCS0 Write Protection Register
GTM_MCS0_CTRL_STAT 0xF01F0064          MCS0 Control and Status Register
GTM_MCS0_RESET  0xF01F0068          MCS0 Reset Register
GTM_MCS0_CAT    0xF01F006C          MCS0 Cancel ARU Transfer Instruction Register
GTM_MCS0_CWT    0xF01F0070          MCS0 Cancel WURM Instruction Register
GTM_MCS0_ERR    0xF01F007C          MCS0 error register
GTM_MCS0_CH1_R0 0xF01F0080          MCS0 Channel 1 General Purpose Register 0
GTM_MCS0_CH1_R1 0xF01F0084          MCS0 Channel 1 General Purpose Register 1
GTM_MCS0_CH1_R2 0xF01F0088          MCS0 Channel 1 General Purpose Register 2
GTM_MCS0_CH1_R3 0xF01F008C          MCS0 Channel 1 General Purpose Register 3
GTM_MCS0_CH1_R4 0xF01F0090          MCS0 Channel 1 General Purpose Register 4
GTM_MCS0_CH1_R5 0xF01F0094          MCS0 Channel 1 General Purpose Register 5
GTM_MCS0_CH1_R6 0xF01F0098          MCS0 Channel 1 General Purpose Register 6
GTM_MCS0_CH1_R7 0xF01F009C          MCS0 Channel 1 General Purpose Register 7
GTM_MCS0_CH1_CTRL 0xF01F00A0          MCS0 Channel 1 Control Register
GTM_MCS0_CH1_ACB 0xF01F00A4          MCS0 Channel 1 ARU Control Bit Register
GTM_MCS0_CH1_MHB 0xF01F00BC          MCS0 Channel 1 Memory High Byte Register
GTM_MCS0_CH1_PC 0xF01F00C0          MCS0 Channel 1 Program Counter Register
GTM_MCS0_CH1_IRQ_NOTIFY 0xF01F00C4          MCS0 Channel 1 Interrupt Notification Register
GTM_MCS0_CH1_IRQ_EN 0xF01F00C8          MCS0 Channel 1 Interrupt Enable Register
GTM_MCS0_CH1_IRQ_FORCINT 0xF01F00CC          MCS0 Channel 1 Force Interrupt Register
GTM_MCS0_CH1_IRQ_MODE 0xF01F00D0          MCS0 Channel 1 Interrupt Mode Configuration Register
GTM_MCS0_CH1_EIRQ_EN 0xF01F00D4          MCS0 Channel 1 Error Interrupt Enable Register
GTM_MCS0_CH2_R0 0xF01F0100          MCS0 Channel 2 General Purpose Register 0
GTM_MCS0_CH2_R1 0xF01F0104          MCS0 Channel 2 General Purpose Register 1
GTM_MCS0_CH2_R2 0xF01F0108          MCS0 Channel 2 General Purpose Register 2
GTM_MCS0_CH2_R3 0xF01F010C          MCS0 Channel 2 General Purpose Register 3
GTM_MCS0_CH2_R4 0xF01F0110          MCS0 Channel 2 General Purpose Register 4
GTM_MCS0_CH2_R5 0xF01F0114          MCS0 Channel 2 General Purpose Register 5
GTM_MCS0_CH2_R6 0xF01F0118          MCS0 Channel 2 General Purpose Register 6
GTM_MCS0_CH2_R7 0xF01F011C          MCS0 Channel 2 General Purpose Register 7
GTM_MCS0_CH2_CTRL 0xF01F0120          MCS0 Channel 2 Control Register
GTM_MCS0_CH2_ACB 0xF01F0124          MCS0 Channel 2 ARU Control Bit Register
GTM_MCS0_CH2_MHB 0xF01F013C          MCS0 Channel 2 Memory High Byte Register
GTM_MCS0_CH2_PC 0xF01F0140          MCS0 Channel 2 Program Counter Register
GTM_MCS0_CH2_IRQ_NOTIFY 0xF01F0144          MCS0 Channel 2 Interrupt Notification Register
GTM_MCS0_CH2_IRQ_EN 0xF01F0148          MCS0 Channel 2 Interrupt Enable Register
GTM_MCS0_CH2_IRQ_FORCINT 0xF01F014C          MCS0 Channel 2 Force Interrupt Register
GTM_MCS0_CH2_IRQ_MODE 0xF01F0150          MCS0 Channel 2 Interrupt Mode Configuration Register
GTM_MCS0_CH2_EIRQ_EN 0xF01F0154          MCS0 Channel 2 Error Interrupt Enable Register
GTM_MCS0_CH3_R0 0xF01F0180          MCS0 Channel 3 General Purpose Register 0
GTM_MCS0_CH3_R1 0xF01F0184          MCS0 Channel 3 General Purpose Register 1
GTM_MCS0_CH3_R2 0xF01F0188          MCS0 Channel 3 General Purpose Register 2
GTM_MCS0_CH3_R3 0xF01F018C          MCS0 Channel 3 General Purpose Register 3
GTM_MCS0_CH3_R4 0xF01F0190          MCS0 Channel 3 General Purpose Register 4
GTM_MCS0_CH3_R5 0xF01F0194          MCS0 Channel 3 General Purpose Register 5
GTM_MCS0_CH3_R6 0xF01F0198          MCS0 Channel 3 General Purpose Register 6
GTM_MCS0_CH3_R7 0xF01F019C          MCS0 Channel 3 General Purpose Register 7
GTM_MCS0_CH3_CTRL 0xF01F01A0          MCS0 Channel 3 Control Register
GTM_MCS0_CH3_ACB 0xF01F01A4          MCS0 Channel 3 ARU Control Bit Register
GTM_MCS0_CH3_MHB 0xF01F01BC          MCS0 Channel 3 Memory High Byte Register
GTM_MCS0_CH3_PC 0xF01F01C0          MCS0 Channel 3 Program Counter Register
GTM_MCS0_CH3_IRQ_NOTIFY 0xF01F01C4          MCS0 Channel 3 Interrupt Notification Register
GTM_MCS0_CH3_IRQ_EN 0xF01F01C8          MCS0 Channel 3 Interrupt Enable Register
GTM_MCS0_CH3_IRQ_FORCINT 0xF01F01CC          MCS0 Channel 3 Force Interrupt Register
GTM_MCS0_CH3_IRQ_MODE 0xF01F01D0          MCS0 Channel 3 Interrupt Mode Configuration Register
GTM_MCS0_CH3_EIRQ_EN 0xF01F01D4          MCS0 Channel 3 Error Interrupt Enable Register
GTM_MCS0_CH4_R0 0xF01F0200          MCS0 Channel 4 General Purpose Register 0
GTM_MCS0_CH4_R1 0xF01F0204          MCS0 Channel 4 General Purpose Register 1
GTM_MCS0_CH4_R2 0xF01F0208          MCS0 Channel 4 General Purpose Register 2
GTM_MCS0_CH4_R3 0xF01F020C          MCS0 Channel 4 General Purpose Register 3
GTM_MCS0_CH4_R4 0xF01F0210          MCS0 Channel 4 General Purpose Register 4
GTM_MCS0_CH4_R5 0xF01F0214          MCS0 Channel 4 General Purpose Register 5
GTM_MCS0_CH4_R6 0xF01F0218          MCS0 Channel 4 General Purpose Register 6
GTM_MCS0_CH4_R7 0xF01F021C          MCS0 Channel 4 General Purpose Register 7
GTM_MCS0_CH4_CTRL 0xF01F0220          MCS0 Channel 4 Control Register
GTM_MCS0_CH4_ACB 0xF01F0224          MCS0 Channel 4 ARU Control Bit Register
GTM_MCS0_CH4_MHB 0xF01F023C          MCS0 Channel 4 Memory High Byte Register
GTM_MCS0_CH4_PC 0xF01F0240          MCS0 Channel 4 Program Counter Register
GTM_MCS0_CH4_IRQ_NOTIFY 0xF01F0244          MCS0 Channel 4 Interrupt Notification Register
GTM_MCS0_CH4_IRQ_EN 0xF01F0248          MCS0 Channel 4 Interrupt Enable Register
GTM_MCS0_CH4_IRQ_FORCINT 0xF01F024C          MCS0 Channel 4 Force Interrupt Register
GTM_MCS0_CH4_IRQ_MODE 0xF01F0250          MCS0 Channel 4 Interrupt Mode Configuration Register
GTM_MCS0_CH4_EIRQ_EN 0xF01F0254          MCS0 Channel 4 Error Interrupt Enable Register
GTM_MCS0_CH5_R0 0xF01F0280          MCS0 Channel 5 General Purpose Register 0
GTM_MCS0_CH5_R1 0xF01F0284          MCS0 Channel 5 General Purpose Register 1
GTM_MCS0_CH5_R2 0xF01F0288          MCS0 Channel 5 General Purpose Register 2
GTM_MCS0_CH5_R3 0xF01F028C          MCS0 Channel 5 General Purpose Register 3
GTM_MCS0_CH5_R4 0xF01F0290          MCS0 Channel 5 General Purpose Register 4
GTM_MCS0_CH5_R5 0xF01F0294          MCS0 Channel 5 General Purpose Register 5
GTM_MCS0_CH5_R6 0xF01F0298          MCS0 Channel 5 General Purpose Register 6
GTM_MCS0_CH5_R7 0xF01F029C          MCS0 Channel 5 General Purpose Register 7
GTM_MCS0_CH5_CTRL 0xF01F02A0          MCS0 Channel 5 Control Register
GTM_MCS0_CH5_ACB 0xF01F02A4          MCS0 Channel 5 ARU Control Bit Register
GTM_MCS0_CH5_MHB 0xF01F02BC          MCS0 Channel 5 Memory High Byte Register
GTM_MCS0_CH5_PC 0xF01F02C0          MCS0 Channel 5 Program Counter Register
GTM_MCS0_CH5_IRQ_NOTIFY 0xF01F02C4          MCS0 Channel 5 Interrupt Notification Register
GTM_MCS0_CH5_IRQ_EN 0xF01F02C8          MCS0 Channel 5 Interrupt Enable Register
GTM_MCS0_CH5_IRQ_FORCINT 0xF01F02CC          MCS0 Channel 5 Force Interrupt Register
GTM_MCS0_CH5_IRQ_MODE 0xF01F02D0          MCS0 Channel 5 Interrupt Mode Configuration Register
GTM_MCS0_CH5_EIRQ_EN 0xF01F02D4          MCS0 Channel 5 Error Interrupt Enable Register
GTM_MCS0_CH6_R0 0xF01F0300          MCS0 Channel 6 General Purpose Register 0
GTM_MCS0_CH6_R1 0xF01F0304          MCS0 Channel 6 General Purpose Register 1
GTM_MCS0_CH6_R2 0xF01F0308          MCS0 Channel 6 General Purpose Register 2
GTM_MCS0_CH6_R3 0xF01F030C          MCS0 Channel 6 General Purpose Register 3
GTM_MCS0_CH6_R4 0xF01F0310          MCS0 Channel 6 General Purpose Register 4
GTM_MCS0_CH6_R5 0xF01F0314          MCS0 Channel 6 General Purpose Register 5
GTM_MCS0_CH6_R6 0xF01F0318          MCS0 Channel 6 General Purpose Register 6
GTM_MCS0_CH6_R7 0xF01F031C          MCS0 Channel 6 General Purpose Register 7
GTM_MCS0_CH6_CTRL 0xF01F0320          MCS0 Channel 6 Control Register
GTM_MCS0_CH6_ACB 0xF01F0324          MCS0 Channel 6 ARU Control Bit Register
GTM_MCS0_CH6_MHB 0xF01F033C          MCS0 Channel 6 Memory High Byte Register
GTM_MCS0_CH6_PC 0xF01F0340          MCS0 Channel 6 Program Counter Register
GTM_MCS0_CH6_IRQ_NOTIFY 0xF01F0344          MCS0 Channel 6 Interrupt Notification Register
GTM_MCS0_CH6_IRQ_EN 0xF01F0348          MCS0 Channel 6 Interrupt Enable Register
GTM_MCS0_CH6_IRQ_FORCINT 0xF01F034C          MCS0 Channel 6 Force Interrupt Register
GTM_MCS0_CH6_IRQ_MODE 0xF01F0350          MCS0 Channel 6 Interrupt Mode Configuration Register
GTM_MCS0_CH6_EIRQ_EN 0xF01F0354          MCS0 Channel 6 Error Interrupt Enable Register
GTM_MCS0_CH7_R0 0xF01F0380          MCS0 Channel 7 General Purpose Register 0
GTM_MCS0_CH7_R1 0xF01F0384          MCS0 Channel 7 General Purpose Register 1
GTM_MCS0_CH7_R2 0xF01F0388          MCS0 Channel 7 General Purpose Register 2
GTM_MCS0_CH7_R3 0xF01F038C          MCS0 Channel 7 General Purpose Register 3
GTM_MCS0_CH7_R4 0xF01F0390          MCS0 Channel 7 General Purpose Register 4
GTM_MCS0_CH7_R5 0xF01F0394          MCS0 Channel 7 General Purpose Register 5
GTM_MCS0_CH7_R6 0xF01F0398          MCS0 Channel 7 General Purpose Register 6
GTM_MCS0_CH7_R7 0xF01F039C          MCS0 Channel 7 General Purpose Register 7
GTM_MCS0_CH7_CTRL 0xF01F03A0          MCS0 Channel 7 Control Register
GTM_MCS0_CH7_ACB 0xF01F03A4          MCS0 Channel 7 ARU Control Bit Register
GTM_MCS0_CH7_MHB 0xF01F03BC          MCS0 Channel 7 Memory High Byte Register
GTM_MCS0_CH7_PC 0xF01F03C0          MCS0 Channel 7 Program Counter Register
GTM_MCS0_CH7_IRQ_NOTIFY 0xF01F03C4          MCS0 Channel 7 Interrupt Notification Register
GTM_MCS0_CH7_IRQ_EN 0xF01F03C8          MCS0 Channel 7 Interrupt Enable Register
GTM_MCS0_CH7_IRQ_FORCINT 0xF01F03CC          MCS0 Channel 7 Force Interrupt Register
GTM_MCS0_CH7_IRQ_MODE 0xF01F03D0          MCS0 Channel 7 Interrupt Mode Configuration Register
GTM_MCS0_CH7_EIRQ_EN 0xF01F03D4          MCS0 Channel 7 Error Interrupt Enable Register
GTM_MCS1_CH0_R0 0xF01F1000          MCS1 Channel 0 General Purpose Register 0
GTM_MCS1_CH0_R1 0xF01F1004          MCS1 Channel 0 General Purpose Register 1
GTM_MCS1_CH0_R2 0xF01F1008          MCS1 Channel 0 General Purpose Register 2
GTM_MCS1_CH0_R3 0xF01F100C          MCS1 Channel 0 General Purpose Register 3
GTM_MCS1_CH0_R4 0xF01F1010          MCS1 Channel 0 General Purpose Register 4
GTM_MCS1_CH0_R5 0xF01F1014          MCS1 Channel 0 General Purpose Register 5
GTM_MCS1_CH0_R6 0xF01F1018          MCS1 Channel 0 General Purpose Register 6
GTM_MCS1_CH0_R7 0xF01F101C          MCS1 Channel 0 General Purpose Register 7
GTM_MCS1_CH0_CTRL 0xF01F1020          MCS1 Channel 0 Control Register
GTM_MCS1_CH0_ACB 0xF01F1024          MCS1 Channel 0 ARU Control Bit Register
GTM_MCS1_CTRG   0xF01F1028          MCS1 Clear Trigger Control Register
GTM_MCS1_STRG   0xF01F102C          MCS1 Set Trigger Control Register
GTM_MCS1_CH0_MHB 0xF01F103C          MCS1 Channel 0 Memory High Byte Register
GTM_MCS1_CH0_PC 0xF01F1040          MCS1 Channel 0 Program Counter Register
GTM_MCS1_CH0_IRQ_NOTIFY 0xF01F1044          MCS1 Channel 0 Interrupt Notification Register
GTM_MCS1_CH0_IRQ_EN 0xF01F1048          MCS1 Channel 0 Interrupt Enable Register
GTM_MCS1_CH0_IRQ_FORCINT 0xF01F104C          MCS1 Channel 0 Force Interrupt Register
GTM_MCS1_CH0_IRQ_MODE 0xF01F1050          MCS1 Channel 0 Interrupt Mode Configuration Register
GTM_MCS1_CH0_EIRQ_EN 0xF01F1054          MCS1 Channel 0 Error Interrupt Enable Register
GTM_MCS1_REG_PROT 0xF01F1060          MCS1 Write Protection Register
GTM_MCS1_CTRL_STAT 0xF01F1064          MCS1 Control and Status Register
GTM_MCS1_RESET  0xF01F1068          MCS1 Reset Register
GTM_MCS1_CAT    0xF01F106C          MCS1 Cancel ARU Transfer Instruction Register
GTM_MCS1_CWT    0xF01F1070          MCS1 Cancel WURM Instruction Register
GTM_MCS1_ERR    0xF01F107C          MCS1 error register
GTM_MCS1_CH1_R0 0xF01F1080          MCS1 Channel 1 General Purpose Register 0
GTM_MCS1_CH1_R1 0xF01F1084          MCS1 Channel 1 General Purpose Register 1
GTM_MCS1_CH1_R2 0xF01F1088          MCS1 Channel 1 General Purpose Register 2
GTM_MCS1_CH1_R3 0xF01F108C          MCS1 Channel 1 General Purpose Register 3
GTM_MCS1_CH1_R4 0xF01F1090          MCS1 Channel 1 General Purpose Register 4
GTM_MCS1_CH1_R5 0xF01F1094          MCS1 Channel 1 General Purpose Register 5
GTM_MCS1_CH1_R6 0xF01F1098          MCS1 Channel 1 General Purpose Register 6
GTM_MCS1_CH1_R7 0xF01F109C          MCS1 Channel 1 General Purpose Register 7
GTM_MCS1_CH1_CTRL 0xF01F10A0          MCS1 Channel 1 Control Register
GTM_MCS1_CH1_ACB 0xF01F10A4          MCS1 Channel 1 ARU Control Bit Register
GTM_MCS1_CH1_MHB 0xF01F10BC          MCS1 Channel 1 Memory High Byte Register
GTM_MCS1_CH1_PC 0xF01F10C0          MCS1 Channel 1 Program Counter Register
GTM_MCS1_CH1_IRQ_NOTIFY 0xF01F10C4          MCS1 Channel 1 Interrupt Notification Register
GTM_MCS1_CH1_IRQ_EN 0xF01F10C8          MCS1 Channel 1 Interrupt Enable Register
GTM_MCS1_CH1_IRQ_FORCINT 0xF01F10CC          MCS1 Channel 1 Force Interrupt Register
GTM_MCS1_CH1_IRQ_MODE 0xF01F10D0          MCS1 Channel 1 Interrupt Mode Configuration Register
GTM_MCS1_CH1_EIRQ_EN 0xF01F10D4          MCS1 Channel 1 Error Interrupt Enable Register
GTM_MCS1_CH2_R0 0xF01F1100          MCS1 Channel 2 General Purpose Register 0
GTM_MCS1_CH2_R1 0xF01F1104          MCS1 Channel 2 General Purpose Register 1
GTM_MCS1_CH2_R2 0xF01F1108          MCS1 Channel 2 General Purpose Register 2
GTM_MCS1_CH2_R3 0xF01F110C          MCS1 Channel 2 General Purpose Register 3
GTM_MCS1_CH2_R4 0xF01F1110          MCS1 Channel 2 General Purpose Register 4
GTM_MCS1_CH2_R5 0xF01F1114          MCS1 Channel 2 General Purpose Register 5
GTM_MCS1_CH2_R6 0xF01F1118          MCS1 Channel 2 General Purpose Register 6
GTM_MCS1_CH2_R7 0xF01F111C          MCS1 Channel 2 General Purpose Register 7
GTM_MCS1_CH2_CTRL 0xF01F1120          MCS1 Channel 2 Control Register
GTM_MCS1_CH2_ACB 0xF01F1124          MCS1 Channel 2 ARU Control Bit Register
GTM_MCS1_CH2_MHB 0xF01F113C          MCS1 Channel 2 Memory High Byte Register
GTM_MCS1_CH2_PC 0xF01F1140          MCS1 Channel 2 Program Counter Register
GTM_MCS1_CH2_IRQ_NOTIFY 0xF01F1144          MCS1 Channel 2 Interrupt Notification Register
GTM_MCS1_CH2_IRQ_EN 0xF01F1148          MCS1 Channel 2 Interrupt Enable Register
GTM_MCS1_CH2_IRQ_FORCINT 0xF01F114C          MCS1 Channel 2 Force Interrupt Register
GTM_MCS1_CH2_IRQ_MODE 0xF01F1150          MCS1 Channel 2 Interrupt Mode Configuration Register
GTM_MCS1_CH2_EIRQ_EN 0xF01F1154          MCS1 Channel 2 Error Interrupt Enable Register
GTM_MCS1_CH3_R0 0xF01F1180          MCS1 Channel 3 General Purpose Register 0
GTM_MCS1_CH3_R1 0xF01F1184          MCS1 Channel 3 General Purpose Register 1
GTM_MCS1_CH3_R2 0xF01F1188          MCS1 Channel 3 General Purpose Register 2
GTM_MCS1_CH3_R3 0xF01F118C          MCS1 Channel 3 General Purpose Register 3
GTM_MCS1_CH3_R4 0xF01F1190          MCS1 Channel 3 General Purpose Register 4
GTM_MCS1_CH3_R5 0xF01F1194          MCS1 Channel 3 General Purpose Register 5
GTM_MCS1_CH3_R6 0xF01F1198          MCS1 Channel 3 General Purpose Register 6
GTM_MCS1_CH3_R7 0xF01F119C          MCS1 Channel 3 General Purpose Register 7
GTM_MCS1_CH3_CTRL 0xF01F11A0          MCS1 Channel 3 Control Register
GTM_MCS1_CH3_ACB 0xF01F11A4          MCS1 Channel 3 ARU Control Bit Register
GTM_MCS1_CH3_MHB 0xF01F11BC          MCS1 Channel 3 Memory High Byte Register
GTM_MCS1_CH3_PC 0xF01F11C0          MCS1 Channel 3 Program Counter Register
GTM_MCS1_CH3_IRQ_NOTIFY 0xF01F11C4          MCS1 Channel 3 Interrupt Notification Register
GTM_MCS1_CH3_IRQ_EN 0xF01F11C8          MCS1 Channel 3 Interrupt Enable Register
GTM_MCS1_CH3_IRQ_FORCINT 0xF01F11CC          MCS1 Channel 3 Force Interrupt Register
GTM_MCS1_CH3_IRQ_MODE 0xF01F11D0          MCS1 Channel 3 Interrupt Mode Configuration Register
GTM_MCS1_CH3_EIRQ_EN 0xF01F11D4          MCS1 Channel 3 Error Interrupt Enable Register
GTM_MCS1_CH4_R0 0xF01F1200          MCS1 Channel 4 General Purpose Register 0
GTM_MCS1_CH4_R1 0xF01F1204          MCS1 Channel 4 General Purpose Register 1
GTM_MCS1_CH4_R2 0xF01F1208          MCS1 Channel 4 General Purpose Register 2
GTM_MCS1_CH4_R3 0xF01F120C          MCS1 Channel 4 General Purpose Register 3
GTM_MCS1_CH4_R4 0xF01F1210          MCS1 Channel 4 General Purpose Register 4
GTM_MCS1_CH4_R5 0xF01F1214          MCS1 Channel 4 General Purpose Register 5
GTM_MCS1_CH4_R6 0xF01F1218          MCS1 Channel 4 General Purpose Register 6
GTM_MCS1_CH4_R7 0xF01F121C          MCS1 Channel 4 General Purpose Register 7
GTM_MCS1_CH4_CTRL 0xF01F1220          MCS1 Channel 4 Control Register
GTM_MCS1_CH4_ACB 0xF01F1224          MCS1 Channel 4 ARU Control Bit Register
GTM_MCS1_CH4_MHB 0xF01F123C          MCS1 Channel 4 Memory High Byte Register
GTM_MCS1_CH4_PC 0xF01F1240          MCS1 Channel 4 Program Counter Register
GTM_MCS1_CH4_IRQ_NOTIFY 0xF01F1244          MCS1 Channel 4 Interrupt Notification Register
GTM_MCS1_CH4_IRQ_EN 0xF01F1248          MCS1 Channel 4 Interrupt Enable Register
GTM_MCS1_CH4_IRQ_FORCINT 0xF01F124C          MCS1 Channel 4 Force Interrupt Register
GTM_MCS1_CH4_IRQ_MODE 0xF01F1250          MCS1 Channel 4 Interrupt Mode Configuration Register
GTM_MCS1_CH4_EIRQ_EN 0xF01F1254          MCS1 Channel 4 Error Interrupt Enable Register
GTM_MCS1_CH5_R0 0xF01F1280          MCS1 Channel 5 General Purpose Register 0
GTM_MCS1_CH5_R1 0xF01F1284          MCS1 Channel 5 General Purpose Register 1
GTM_MCS1_CH5_R2 0xF01F1288          MCS1 Channel 5 General Purpose Register 2
GTM_MCS1_CH5_R3 0xF01F128C          MCS1 Channel 5 General Purpose Register 3
GTM_MCS1_CH5_R4 0xF01F1290          MCS1 Channel 5 General Purpose Register 4
GTM_MCS1_CH5_R5 0xF01F1294          MCS1 Channel 5 General Purpose Register 5
GTM_MCS1_CH5_R6 0xF01F1298          MCS1 Channel 5 General Purpose Register 6
GTM_MCS1_CH5_R7 0xF01F129C          MCS1 Channel 5 General Purpose Register 7
GTM_MCS1_CH5_CTRL 0xF01F12A0          MCS1 Channel 5 Control Register
GTM_MCS1_CH5_ACB 0xF01F12A4          MCS1 Channel 5 ARU Control Bit Register
GTM_MCS1_CH5_MHB 0xF01F12BC          MCS1 Channel 5 Memory High Byte Register
GTM_MCS1_CH5_PC 0xF01F12C0          MCS1 Channel 5 Program Counter Register
GTM_MCS1_CH5_IRQ_NOTIFY 0xF01F12C4          MCS1 Channel 5 Interrupt Notification Register
GTM_MCS1_CH5_IRQ_EN 0xF01F12C8          MCS1 Channel 5 Interrupt Enable Register
GTM_MCS1_CH5_IRQ_FORCINT 0xF01F12CC          MCS1 Channel 5 Force Interrupt Register
GTM_MCS1_CH5_IRQ_MODE 0xF01F12D0          MCS1 Channel 5 Interrupt Mode Configuration Register
GTM_MCS1_CH5_EIRQ_EN 0xF01F12D4          MCS1 Channel 5 Error Interrupt Enable Register
GTM_MCS1_CH6_R0 0xF01F1300          MCS1 Channel 6 General Purpose Register 0
GTM_MCS1_CH6_R1 0xF01F1304          MCS1 Channel 6 General Purpose Register 1
GTM_MCS1_CH6_R2 0xF01F1308          MCS1 Channel 6 General Purpose Register 2
GTM_MCS1_CH6_R3 0xF01F130C          MCS1 Channel 6 General Purpose Register 3
GTM_MCS1_CH6_R4 0xF01F1310          MCS1 Channel 6 General Purpose Register 4
GTM_MCS1_CH6_R5 0xF01F1314          MCS1 Channel 6 General Purpose Register 5
GTM_MCS1_CH6_R6 0xF01F1318          MCS1 Channel 6 General Purpose Register 6
GTM_MCS1_CH6_R7 0xF01F131C          MCS1 Channel 6 General Purpose Register 7
GTM_MCS1_CH6_CTRL 0xF01F1320          MCS1 Channel 6 Control Register
GTM_MCS1_CH6_ACB 0xF01F1324          MCS1 Channel 6 ARU Control Bit Register
GTM_MCS1_CH6_MHB 0xF01F133C          MCS1 Channel 6 Memory High Byte Register
GTM_MCS1_CH6_PC 0xF01F1340          MCS1 Channel 6 Program Counter Register
GTM_MCS1_CH6_IRQ_NOTIFY 0xF01F1344          MCS1 Channel 6 Interrupt Notification Register
GTM_MCS1_CH6_IRQ_EN 0xF01F1348          MCS1 Channel 6 Interrupt Enable Register
GTM_MCS1_CH6_IRQ_FORCINT 0xF01F134C          MCS1 Channel 6 Force Interrupt Register
GTM_MCS1_CH6_IRQ_MODE 0xF01F1350          MCS1 Channel 6 Interrupt Mode Configuration Register
GTM_MCS1_CH6_EIRQ_EN 0xF01F1354          MCS1 Channel 6 Error Interrupt Enable Register
GTM_MCS1_CH7_R0 0xF01F1380          MCS1 Channel 7 General Purpose Register 0
GTM_MCS1_CH7_R1 0xF01F1384          MCS1 Channel 7 General Purpose Register 1
GTM_MCS1_CH7_R2 0xF01F1388          MCS1 Channel 7 General Purpose Register 2
GTM_MCS1_CH7_R3 0xF01F138C          MCS1 Channel 7 General Purpose Register 3
GTM_MCS1_CH7_R4 0xF01F1390          MCS1 Channel 7 General Purpose Register 4
GTM_MCS1_CH7_R5 0xF01F1394          MCS1 Channel 7 General Purpose Register 5
GTM_MCS1_CH7_R6 0xF01F1398          MCS1 Channel 7 General Purpose Register 6
GTM_MCS1_CH7_R7 0xF01F139C          MCS1 Channel 7 General Purpose Register 7
GTM_MCS1_CH7_CTRL 0xF01F13A0          MCS1 Channel 7 Control Register
GTM_MCS1_CH7_ACB 0xF01F13A4          MCS1 Channel 7 ARU Control Bit Register
GTM_MCS1_CH7_MHB 0xF01F13BC          MCS1 Channel 7 Memory High Byte Register
GTM_MCS1_CH7_PC 0xF01F13C0          MCS1 Channel 7 Program Counter Register
GTM_MCS1_CH7_IRQ_NOTIFY 0xF01F13C4          MCS1 Channel 7 Interrupt Notification Register
GTM_MCS1_CH7_IRQ_EN 0xF01F13C8          MCS1 Channel 7 Interrupt Enable Register
GTM_MCS1_CH7_IRQ_FORCINT 0xF01F13CC          MCS1 Channel 7 Force Interrupt Register
GTM_MCS1_CH7_IRQ_MODE 0xF01F13D0          MCS1 Channel 7 Interrupt Mode Configuration Register
GTM_MCS1_CH7_EIRQ_EN 0xF01F13D4          MCS1 Channel 7 Error Interrupt Enable Register
GTM_MCS2_CH0_R0 0xF01F2000          MCS2 Channel 0 General Purpose Register 0
GTM_MCS2_CH0_R1 0xF01F2004          MCS2 Channel 0 General Purpose Register 1
GTM_MCS2_CH0_R2 0xF01F2008          MCS2 Channel 0 General Purpose Register 2
GTM_MCS2_CH0_R3 0xF01F200C          MCS2 Channel 0 General Purpose Register 3
GTM_MCS2_CH0_R4 0xF01F2010          MCS2 Channel 0 General Purpose Register 4
GTM_MCS2_CH0_R5 0xF01F2014          MCS2 Channel 0 General Purpose Register 5
GTM_MCS2_CH0_R6 0xF01F2018          MCS2 Channel 0 General Purpose Register 6
GTM_MCS2_CH0_R7 0xF01F201C          MCS2 Channel 0 General Purpose Register 7
GTM_MCS2_CH0_CTRL 0xF01F2020          MCS2 Channel 0 Control Register
GTM_MCS2_CH0_ACB 0xF01F2024          MCS2 Channel 0 ARU Control Bit Register
GTM_MCS2_CTRG   0xF01F2028          MCS2 Clear Trigger Control Register
GTM_MCS2_STRG   0xF01F202C          MCS2 Set Trigger Control Register
GTM_MCS2_CH0_MHB 0xF01F203C          MCS2 Channel 0 Memory High Byte Register
GTM_MCS2_CH0_PC 0xF01F2040          MCS2 Channel 0 Program Counter Register
GTM_MCS2_CH0_IRQ_NOTIFY 0xF01F2044          MCS2 Channel 0 Interrupt Notification Register
GTM_MCS2_CH0_IRQ_EN 0xF01F2048          MCS2 Channel 0 Interrupt Enable Register
GTM_MCS2_CH0_IRQ_FORCINT 0xF01F204C          MCS2 Channel 0 Force Interrupt Register
GTM_MCS2_CH0_IRQ_MODE 0xF01F2050          MCS2 Channel 0 Interrupt Mode Configuration Register
GTM_MCS2_CH0_EIRQ_EN 0xF01F2054          MCS2 Channel 0 Error Interrupt Enable Register
GTM_MCS2_REG_PROT 0xF01F2060          MCS2 Write Protection Register
GTM_MCS2_CTRL_STAT 0xF01F2064          MCS2 Control and Status Register
GTM_MCS2_RESET  0xF01F2068          MCS2 Reset Register
GTM_MCS2_CAT    0xF01F206C          MCS2 Cancel ARU Transfer Instruction Register
GTM_MCS2_CWT    0xF01F2070          MCS2 Cancel WURM Instruction Register
GTM_MCS2_ERR    0xF01F207C          MCS2 error register
GTM_MCS2_CH1_R0 0xF01F2080          MCS2 Channel 1 General Purpose Register 0
GTM_MCS2_CH1_R1 0xF01F2084          MCS2 Channel 1 General Purpose Register 1
GTM_MCS2_CH1_R2 0xF01F2088          MCS2 Channel 1 General Purpose Register 2
GTM_MCS2_CH1_R3 0xF01F208C          MCS2 Channel 1 General Purpose Register 3
GTM_MCS2_CH1_R4 0xF01F2090          MCS2 Channel 1 General Purpose Register 4
GTM_MCS2_CH1_R5 0xF01F2094          MCS2 Channel 1 General Purpose Register 5
GTM_MCS2_CH1_R6 0xF01F2098          MCS2 Channel 1 General Purpose Register 6
GTM_MCS2_CH1_R7 0xF01F209C          MCS2 Channel 1 General Purpose Register 7
GTM_MCS2_CH1_CTRL 0xF01F20A0          MCS2 Channel 1 Control Register
GTM_MCS2_CH1_ACB 0xF01F20A4          MCS2 Channel 1 ARU Control Bit Register
GTM_MCS2_CH1_MHB 0xF01F20BC          MCS2 Channel 1 Memory High Byte Register
GTM_MCS2_CH1_PC 0xF01F20C0          MCS2 Channel 1 Program Counter Register
GTM_MCS2_CH1_IRQ_NOTIFY 0xF01F20C4          MCS2 Channel 1 Interrupt Notification Register
GTM_MCS2_CH1_IRQ_EN 0xF01F20C8          MCS2 Channel 1 Interrupt Enable Register
GTM_MCS2_CH1_IRQ_FORCINT 0xF01F20CC          MCS2 Channel 1 Force Interrupt Register
GTM_MCS2_CH1_IRQ_MODE 0xF01F20D0          MCS2 Channel 1 Interrupt Mode Configuration Register
GTM_MCS2_CH1_EIRQ_EN 0xF01F20D4          MCS2 Channel 1 Error Interrupt Enable Register
GTM_MCS2_CH2_R0 0xF01F2100          MCS2 Channel 2 General Purpose Register 0
GTM_MCS2_CH2_R1 0xF01F2104          MCS2 Channel 2 General Purpose Register 1
GTM_MCS2_CH2_R2 0xF01F2108          MCS2 Channel 2 General Purpose Register 2
GTM_MCS2_CH2_R3 0xF01F210C          MCS2 Channel 2 General Purpose Register 3
GTM_MCS2_CH2_R4 0xF01F2110          MCS2 Channel 2 General Purpose Register 4
GTM_MCS2_CH2_R5 0xF01F2114          MCS2 Channel 2 General Purpose Register 5
GTM_MCS2_CH2_R6 0xF01F2118          MCS2 Channel 2 General Purpose Register 6
GTM_MCS2_CH2_R7 0xF01F211C          MCS2 Channel 2 General Purpose Register 7
GTM_MCS2_CH2_CTRL 0xF01F2120          MCS2 Channel 2 Control Register
GTM_MCS2_CH2_ACB 0xF01F2124          MCS2 Channel 2 ARU Control Bit Register
GTM_MCS2_CH2_MHB 0xF01F213C          MCS2 Channel 2 Memory High Byte Register
GTM_MCS2_CH2_PC 0xF01F2140          MCS2 Channel 2 Program Counter Register
GTM_MCS2_CH2_IRQ_NOTIFY 0xF01F2144          MCS2 Channel 2 Interrupt Notification Register
GTM_MCS2_CH2_IRQ_EN 0xF01F2148          MCS2 Channel 2 Interrupt Enable Register
GTM_MCS2_CH2_IRQ_FORCINT 0xF01F214C          MCS2 Channel 2 Force Interrupt Register
GTM_MCS2_CH2_IRQ_MODE 0xF01F2150          MCS2 Channel 2 Interrupt Mode Configuration Register
GTM_MCS2_CH2_EIRQ_EN 0xF01F2154          MCS2 Channel 2 Error Interrupt Enable Register
GTM_MCS2_CH3_R0 0xF01F2180          MCS2 Channel 3 General Purpose Register 0
GTM_MCS2_CH3_R1 0xF01F2184          MCS2 Channel 3 General Purpose Register 1
GTM_MCS2_CH3_R2 0xF01F2188          MCS2 Channel 3 General Purpose Register 2
GTM_MCS2_CH3_R3 0xF01F218C          MCS2 Channel 3 General Purpose Register 3
GTM_MCS2_CH3_R4 0xF01F2190          MCS2 Channel 3 General Purpose Register 4
GTM_MCS2_CH3_R5 0xF01F2194          MCS2 Channel 3 General Purpose Register 5
GTM_MCS2_CH3_R6 0xF01F2198          MCS2 Channel 3 General Purpose Register 6
GTM_MCS2_CH3_R7 0xF01F219C          MCS2 Channel 3 General Purpose Register 7
GTM_MCS2_CH3_CTRL 0xF01F21A0          MCS2 Channel 3 Control Register
GTM_MCS2_CH3_ACB 0xF01F21A4          MCS2 Channel 3 ARU Control Bit Register
GTM_MCS2_CH3_MHB 0xF01F21BC          MCS2 Channel 3 Memory High Byte Register
GTM_MCS2_CH3_PC 0xF01F21C0          MCS2 Channel 3 Program Counter Register
GTM_MCS2_CH3_IRQ_NOTIFY 0xF01F21C4          MCS2 Channel 3 Interrupt Notification Register
GTM_MCS2_CH3_IRQ_EN 0xF01F21C8          MCS2 Channel 3 Interrupt Enable Register
GTM_MCS2_CH3_IRQ_FORCINT 0xF01F21CC          MCS2 Channel 3 Force Interrupt Register
GTM_MCS2_CH3_IRQ_MODE 0xF01F21D0          MCS2 Channel 3 Interrupt Mode Configuration Register
GTM_MCS2_CH3_EIRQ_EN 0xF01F21D4          MCS2 Channel 3 Error Interrupt Enable Register
GTM_MCS2_CH4_R0 0xF01F2200          MCS2 Channel 4 General Purpose Register 0
GTM_MCS2_CH4_R1 0xF01F2204          MCS2 Channel 4 General Purpose Register 1
GTM_MCS2_CH4_R2 0xF01F2208          MCS2 Channel 4 General Purpose Register 2
GTM_MCS2_CH4_R3 0xF01F220C          MCS2 Channel 4 General Purpose Register 3
GTM_MCS2_CH4_R4 0xF01F2210          MCS2 Channel 4 General Purpose Register 4
GTM_MCS2_CH4_R5 0xF01F2214          MCS2 Channel 4 General Purpose Register 5
GTM_MCS2_CH4_R6 0xF01F2218          MCS2 Channel 4 General Purpose Register 6
GTM_MCS2_CH4_R7 0xF01F221C          MCS2 Channel 4 General Purpose Register 7
GTM_MCS2_CH4_CTRL 0xF01F2220          MCS2 Channel 4 Control Register
GTM_MCS2_CH4_ACB 0xF01F2224          MCS2 Channel 4 ARU Control Bit Register
GTM_MCS2_CH4_MHB 0xF01F223C          MCS2 Channel 4 Memory High Byte Register
GTM_MCS2_CH4_PC 0xF01F2240          MCS2 Channel 4 Program Counter Register
GTM_MCS2_CH4_IRQ_NOTIFY 0xF01F2244          MCS2 Channel 4 Interrupt Notification Register
GTM_MCS2_CH4_IRQ_EN 0xF01F2248          MCS2 Channel 4 Interrupt Enable Register
GTM_MCS2_CH4_IRQ_FORCINT 0xF01F224C          MCS2 Channel 4 Force Interrupt Register
GTM_MCS2_CH4_IRQ_MODE 0xF01F2250          MCS2 Channel 4 Interrupt Mode Configuration Register
GTM_MCS2_CH4_EIRQ_EN 0xF01F2254          MCS2 Channel 4 Error Interrupt Enable Register
GTM_MCS2_CH5_R0 0xF01F2280          MCS2 Channel 5 General Purpose Register 0
GTM_MCS2_CH5_R1 0xF01F2284          MCS2 Channel 5 General Purpose Register 1
GTM_MCS2_CH5_R2 0xF01F2288          MCS2 Channel 5 General Purpose Register 2
GTM_MCS2_CH5_R3 0xF01F228C          MCS2 Channel 5 General Purpose Register 3
GTM_MCS2_CH5_R4 0xF01F2290          MCS2 Channel 5 General Purpose Register 4
GTM_MCS2_CH5_R5 0xF01F2294          MCS2 Channel 5 General Purpose Register 5
GTM_MCS2_CH5_R6 0xF01F2298          MCS2 Channel 5 General Purpose Register 6
GTM_MCS2_CH5_R7 0xF01F229C          MCS2 Channel 5 General Purpose Register 7
GTM_MCS2_CH5_CTRL 0xF01F22A0          MCS2 Channel 5 Control Register
GTM_MCS2_CH5_ACB 0xF01F22A4          MCS2 Channel 5 ARU Control Bit Register
GTM_MCS2_CH5_MHB 0xF01F22BC          MCS2 Channel 5 Memory High Byte Register
GTM_MCS2_CH5_PC 0xF01F22C0          MCS2 Channel 5 Program Counter Register
GTM_MCS2_CH5_IRQ_NOTIFY 0xF01F22C4          MCS2 Channel 5 Interrupt Notification Register
GTM_MCS2_CH5_IRQ_EN 0xF01F22C8          MCS2 Channel 5 Interrupt Enable Register
GTM_MCS2_CH5_IRQ_FORCINT 0xF01F22CC          MCS2 Channel 5 Force Interrupt Register
GTM_MCS2_CH5_IRQ_MODE 0xF01F22D0          MCS2 Channel 5 Interrupt Mode Configuration Register
GTM_MCS2_CH5_EIRQ_EN 0xF01F22D4          MCS2 Channel 5 Error Interrupt Enable Register
GTM_MCS2_CH6_R0 0xF01F2300          MCS2 Channel 6 General Purpose Register 0
GTM_MCS2_CH6_R1 0xF01F2304          MCS2 Channel 6 General Purpose Register 1
GTM_MCS2_CH6_R2 0xF01F2308          MCS2 Channel 6 General Purpose Register 2
GTM_MCS2_CH6_R3 0xF01F230C          MCS2 Channel 6 General Purpose Register 3
GTM_MCS2_CH6_R4 0xF01F2310          MCS2 Channel 6 General Purpose Register 4
GTM_MCS2_CH6_R5 0xF01F2314          MCS2 Channel 6 General Purpose Register 5
GTM_MCS2_CH6_R6 0xF01F2318          MCS2 Channel 6 General Purpose Register 6
GTM_MCS2_CH6_R7 0xF01F231C          MCS2 Channel 6 General Purpose Register 7
GTM_MCS2_CH6_CTRL 0xF01F2320          MCS2 Channel 6 Control Register
GTM_MCS2_CH6_ACB 0xF01F2324          MCS2 Channel 6 ARU Control Bit Register
GTM_MCS2_CH6_MHB 0xF01F233C          MCS2 Channel 6 Memory High Byte Register
GTM_MCS2_CH6_PC 0xF01F2340          MCS2 Channel 6 Program Counter Register
GTM_MCS2_CH6_IRQ_NOTIFY 0xF01F2344          MCS2 Channel 6 Interrupt Notification Register
GTM_MCS2_CH6_IRQ_EN 0xF01F2348          MCS2 Channel 6 Interrupt Enable Register
GTM_MCS2_CH6_IRQ_FORCINT 0xF01F234C          MCS2 Channel 6 Force Interrupt Register
GTM_MCS2_CH6_IRQ_MODE 0xF01F2350          MCS2 Channel 6 Interrupt Mode Configuration Register
GTM_MCS2_CH6_EIRQ_EN 0xF01F2354          MCS2 Channel 6 Error Interrupt Enable Register
GTM_MCS2_CH7_R0 0xF01F2380          MCS2 Channel 7 General Purpose Register 0
GTM_MCS2_CH7_R1 0xF01F2384          MCS2 Channel 7 General Purpose Register 1
GTM_MCS2_CH7_R2 0xF01F2388          MCS2 Channel 7 General Purpose Register 2
GTM_MCS2_CH7_R3 0xF01F238C          MCS2 Channel 7 General Purpose Register 3
GTM_MCS2_CH7_R4 0xF01F2390          MCS2 Channel 7 General Purpose Register 4
GTM_MCS2_CH7_R5 0xF01F2394          MCS2 Channel 7 General Purpose Register 5
GTM_MCS2_CH7_R6 0xF01F2398          MCS2 Channel 7 General Purpose Register 6
GTM_MCS2_CH7_R7 0xF01F239C          MCS2 Channel 7 General Purpose Register 7
GTM_MCS2_CH7_CTRL 0xF01F23A0          MCS2 Channel 7 Control Register
GTM_MCS2_CH7_ACB 0xF01F23A4          MCS2 Channel 7 ARU Control Bit Register
GTM_MCS2_CH7_MHB 0xF01F23BC          MCS2 Channel 7 Memory High Byte Register
GTM_MCS2_CH7_PC 0xF01F23C0          MCS2 Channel 7 Program Counter Register
GTM_MCS2_CH7_IRQ_NOTIFY 0xF01F23C4          MCS2 Channel 7 Interrupt Notification Register
GTM_MCS2_CH7_IRQ_EN 0xF01F23C8          MCS2 Channel 7 Interrupt Enable Register
GTM_MCS2_CH7_IRQ_FORCINT 0xF01F23CC          MCS2 Channel 7 Force Interrupt Register
GTM_MCS2_CH7_IRQ_MODE 0xF01F23D0          MCS2 Channel 7 Interrupt Mode Configuration Register
GTM_MCS2_CH7_EIRQ_EN 0xF01F23D4          MCS2 Channel 7 Error Interrupt Enable Register
GTM_MCS3_CH0_R0 0xF01F3000          MCS3 Channel 0 General Purpose Register 0
GTM_MCS3_CH0_R1 0xF01F3004          MCS3 Channel 0 General Purpose Register 1
GTM_MCS3_CH0_R2 0xF01F3008          MCS3 Channel 0 General Purpose Register 2
GTM_MCS3_CH0_R3 0xF01F300C          MCS3 Channel 0 General Purpose Register 3
GTM_MCS3_CH0_R4 0xF01F3010          MCS3 Channel 0 General Purpose Register 4
GTM_MCS3_CH0_R5 0xF01F3014          MCS3 Channel 0 General Purpose Register 5
GTM_MCS3_CH0_R6 0xF01F3018          MCS3 Channel 0 General Purpose Register 6
GTM_MCS3_CH0_R7 0xF01F301C          MCS3 Channel 0 General Purpose Register 7
GTM_MCS3_CH0_CTRL 0xF01F3020          MCS3 Channel 0 Control Register
GTM_MCS3_CH0_ACB 0xF01F3024          MCS3 Channel 0 ARU Control Bit Register
GTM_MCS3_CTRG   0xF01F3028          MCS3 Clear Trigger Control Register
GTM_MCS3_STRG   0xF01F302C          MCS3 Set Trigger Control Register
GTM_MCS3_CH0_MHB 0xF01F303C          MCS3 Channel 0 Memory High Byte Register
GTM_MCS3_CH0_PC 0xF01F3040          MCS3 Channel 0 Program Counter Register
GTM_MCS3_CH0_IRQ_NOTIFY 0xF01F3044          MCS3 Channel 0 Interrupt Notification Register
GTM_MCS3_CH0_IRQ_EN 0xF01F3048          MCS3 Channel 0 Interrupt Enable Register
GTM_MCS3_CH0_IRQ_FORCINT 0xF01F304C          MCS3 Channel 0 Force Interrupt Register
GTM_MCS3_CH0_IRQ_MODE 0xF01F3050          MCS3 Channel 0 Interrupt Mode Configuration Register
GTM_MCS3_CH0_EIRQ_EN 0xF01F3054          MCS3 Channel 0 Error Interrupt Enable Register
GTM_MCS3_REG_PROT 0xF01F3060          MCS3 Write Protection Register
GTM_MCS3_CTRL_STAT 0xF01F3064          MCS3 Control and Status Register
GTM_MCS3_RESET  0xF01F3068          MCS3 Reset Register
GTM_MCS3_CAT    0xF01F306C          MCS3 Cancel ARU Transfer Instruction Register
GTM_MCS3_CWT    0xF01F3070          MCS3 Cancel WURM Instruction Register
GTM_MCS3_ERR    0xF01F307C          MCS3 error register
GTM_MCS3_CH1_R0 0xF01F3080          MCS3 Channel 1 General Purpose Register 0
GTM_MCS3_CH1_R1 0xF01F3084          MCS3 Channel 1 General Purpose Register 1
GTM_MCS3_CH1_R2 0xF01F3088          MCS3 Channel 1 General Purpose Register 2
GTM_MCS3_CH1_R3 0xF01F308C          MCS3 Channel 1 General Purpose Register 3
GTM_MCS3_CH1_R4 0xF01F3090          MCS3 Channel 1 General Purpose Register 4
GTM_MCS3_CH1_R5 0xF01F3094          MCS3 Channel 1 General Purpose Register 5
GTM_MCS3_CH1_R6 0xF01F3098          MCS3 Channel 1 General Purpose Register 6
GTM_MCS3_CH1_R7 0xF01F309C          MCS3 Channel 1 General Purpose Register 7
GTM_MCS3_CH1_CTRL 0xF01F30A0          MCS3 Channel 1 Control Register
GTM_MCS3_CH1_ACB 0xF01F30A4          MCS3 Channel 1 ARU Control Bit Register
GTM_MCS3_CH1_MHB 0xF01F30BC          MCS3 Channel 1 Memory High Byte Register
GTM_MCS3_CH1_PC 0xF01F30C0          MCS3 Channel 1 Program Counter Register
GTM_MCS3_CH1_IRQ_NOTIFY 0xF01F30C4          MCS3 Channel 1 Interrupt Notification Register
GTM_MCS3_CH1_IRQ_EN 0xF01F30C8          MCS3 Channel 1 Interrupt Enable Register
GTM_MCS3_CH1_IRQ_FORCINT 0xF01F30CC          MCS3 Channel 1 Force Interrupt Register
GTM_MCS3_CH1_IRQ_MODE 0xF01F30D0          MCS3 Channel 1 Interrupt Mode Configuration Register
GTM_MCS3_CH1_EIRQ_EN 0xF01F30D4          MCS3 Channel 1 Error Interrupt Enable Register
GTM_MCS3_CH2_R0 0xF01F3100          MCS3 Channel 2 General Purpose Register 0
GTM_MCS3_CH2_R1 0xF01F3104          MCS3 Channel 2 General Purpose Register 1
GTM_MCS3_CH2_R2 0xF01F3108          MCS3 Channel 2 General Purpose Register 2
GTM_MCS3_CH2_R3 0xF01F310C          MCS3 Channel 2 General Purpose Register 3
GTM_MCS3_CH2_R4 0xF01F3110          MCS3 Channel 2 General Purpose Register 4
GTM_MCS3_CH2_R5 0xF01F3114          MCS3 Channel 2 General Purpose Register 5
GTM_MCS3_CH2_R6 0xF01F3118          MCS3 Channel 2 General Purpose Register 6
GTM_MCS3_CH2_R7 0xF01F311C          MCS3 Channel 2 General Purpose Register 7
GTM_MCS3_CH2_CTRL 0xF01F3120          MCS3 Channel 2 Control Register
GTM_MCS3_CH2_ACB 0xF01F3124          MCS3 Channel 2 ARU Control Bit Register
GTM_MCS3_CH2_MHB 0xF01F313C          MCS3 Channel 2 Memory High Byte Register
GTM_MCS3_CH2_PC 0xF01F3140          MCS3 Channel 2 Program Counter Register
GTM_MCS3_CH2_IRQ_NOTIFY 0xF01F3144          MCS3 Channel 2 Interrupt Notification Register
GTM_MCS3_CH2_IRQ_EN 0xF01F3148          MCS3 Channel 2 Interrupt Enable Register
GTM_MCS3_CH2_IRQ_FORCINT 0xF01F314C          MCS3 Channel 2 Force Interrupt Register
GTM_MCS3_CH2_IRQ_MODE 0xF01F3150          MCS3 Channel 2 Interrupt Mode Configuration Register
GTM_MCS3_CH2_EIRQ_EN 0xF01F3154          MCS3 Channel 2 Error Interrupt Enable Register
GTM_MCS3_CH3_R0 0xF01F3180          MCS3 Channel 3 General Purpose Register 0
GTM_MCS3_CH3_R1 0xF01F3184          MCS3 Channel 3 General Purpose Register 1
GTM_MCS3_CH3_R2 0xF01F3188          MCS3 Channel 3 General Purpose Register 2
GTM_MCS3_CH3_R3 0xF01F318C          MCS3 Channel 3 General Purpose Register 3
GTM_MCS3_CH3_R4 0xF01F3190          MCS3 Channel 3 General Purpose Register 4
GTM_MCS3_CH3_R5 0xF01F3194          MCS3 Channel 3 General Purpose Register 5
GTM_MCS3_CH3_R6 0xF01F3198          MCS3 Channel 3 General Purpose Register 6
GTM_MCS3_CH3_R7 0xF01F319C          MCS3 Channel 3 General Purpose Register 7
GTM_MCS3_CH3_CTRL 0xF01F31A0          MCS3 Channel 3 Control Register
GTM_MCS3_CH3_ACB 0xF01F31A4          MCS3 Channel 3 ARU Control Bit Register
GTM_MCS3_CH3_MHB 0xF01F31BC          MCS3 Channel 3 Memory High Byte Register
GTM_MCS3_CH3_PC 0xF01F31C0          MCS3 Channel 3 Program Counter Register
GTM_MCS3_CH3_IRQ_NOTIFY 0xF01F31C4          MCS3 Channel 3 Interrupt Notification Register
GTM_MCS3_CH3_IRQ_EN 0xF01F31C8          MCS3 Channel 3 Interrupt Enable Register
GTM_MCS3_CH3_IRQ_FORCINT 0xF01F31CC          MCS3 Channel 3 Force Interrupt Register
GTM_MCS3_CH3_IRQ_MODE 0xF01F31D0          MCS3 Channel 3 Interrupt Mode Configuration Register
GTM_MCS3_CH3_EIRQ_EN 0xF01F31D4          MCS3 Channel 3 Error Interrupt Enable Register
GTM_MCS3_CH4_R0 0xF01F3200          MCS3 Channel 4 General Purpose Register 0
GTM_MCS3_CH4_R1 0xF01F3204          MCS3 Channel 4 General Purpose Register 1
GTM_MCS3_CH4_R2 0xF01F3208          MCS3 Channel 4 General Purpose Register 2
GTM_MCS3_CH4_R3 0xF01F320C          MCS3 Channel 4 General Purpose Register 3
GTM_MCS3_CH4_R4 0xF01F3210          MCS3 Channel 4 General Purpose Register 4
GTM_MCS3_CH4_R5 0xF01F3214          MCS3 Channel 4 General Purpose Register 5
GTM_MCS3_CH4_R6 0xF01F3218          MCS3 Channel 4 General Purpose Register 6
GTM_MCS3_CH4_R7 0xF01F321C          MCS3 Channel 4 General Purpose Register 7
GTM_MCS3_CH4_CTRL 0xF01F3220          MCS3 Channel 4 Control Register
GTM_MCS3_CH4_ACB 0xF01F3224          MCS3 Channel 4 ARU Control Bit Register
GTM_MCS3_CH4_MHB 0xF01F323C          MCS3 Channel 4 Memory High Byte Register
GTM_MCS3_CH4_PC 0xF01F3240          MCS3 Channel 4 Program Counter Register
GTM_MCS3_CH4_IRQ_NOTIFY 0xF01F3244          MCS3 Channel 4 Interrupt Notification Register
GTM_MCS3_CH4_IRQ_EN 0xF01F3248          MCS3 Channel 4 Interrupt Enable Register
GTM_MCS3_CH4_IRQ_FORCINT 0xF01F324C          MCS3 Channel 4 Force Interrupt Register
GTM_MCS3_CH4_IRQ_MODE 0xF01F3250          MCS3 Channel 4 Interrupt Mode Configuration Register
GTM_MCS3_CH4_EIRQ_EN 0xF01F3254          MCS3 Channel 4 Error Interrupt Enable Register
GTM_MCS3_CH5_R0 0xF01F3280          MCS3 Channel 5 General Purpose Register 0
GTM_MCS3_CH5_R1 0xF01F3284          MCS3 Channel 5 General Purpose Register 1
GTM_MCS3_CH5_R2 0xF01F3288          MCS3 Channel 5 General Purpose Register 2
GTM_MCS3_CH5_R3 0xF01F328C          MCS3 Channel 5 General Purpose Register 3
GTM_MCS3_CH5_R4 0xF01F3290          MCS3 Channel 5 General Purpose Register 4
GTM_MCS3_CH5_R5 0xF01F3294          MCS3 Channel 5 General Purpose Register 5
GTM_MCS3_CH5_R6 0xF01F3298          MCS3 Channel 5 General Purpose Register 6
GTM_MCS3_CH5_R7 0xF01F329C          MCS3 Channel 5 General Purpose Register 7
GTM_MCS3_CH5_CTRL 0xF01F32A0          MCS3 Channel 5 Control Register
GTM_MCS3_CH5_ACB 0xF01F32A4          MCS3 Channel 5 ARU Control Bit Register
GTM_MCS3_CH5_MHB 0xF01F32BC          MCS3 Channel 5 Memory High Byte Register
GTM_MCS3_CH5_PC 0xF01F32C0          MCS3 Channel 5 Program Counter Register
GTM_MCS3_CH5_IRQ_NOTIFY 0xF01F32C4          MCS3 Channel 5 Interrupt Notification Register
GTM_MCS3_CH5_IRQ_EN 0xF01F32C8          MCS3 Channel 5 Interrupt Enable Register
GTM_MCS3_CH5_IRQ_FORCINT 0xF01F32CC          MCS3 Channel 5 Force Interrupt Register
GTM_MCS3_CH5_IRQ_MODE 0xF01F32D0          MCS3 Channel 5 Interrupt Mode Configuration Register
GTM_MCS3_CH5_EIRQ_EN 0xF01F32D4          MCS3 Channel 5 Error Interrupt Enable Register
GTM_MCS3_CH6_R0 0xF01F3300          MCS3 Channel 6 General Purpose Register 0
GTM_MCS3_CH6_R1 0xF01F3304          MCS3 Channel 6 General Purpose Register 1
GTM_MCS3_CH6_R2 0xF01F3308          MCS3 Channel 6 General Purpose Register 2
GTM_MCS3_CH6_R3 0xF01F330C          MCS3 Channel 6 General Purpose Register 3
GTM_MCS3_CH6_R4 0xF01F3310          MCS3 Channel 6 General Purpose Register 4
GTM_MCS3_CH6_R5 0xF01F3314          MCS3 Channel 6 General Purpose Register 5
GTM_MCS3_CH6_R6 0xF01F3318          MCS3 Channel 6 General Purpose Register 6
GTM_MCS3_CH6_R7 0xF01F331C          MCS3 Channel 6 General Purpose Register 7
GTM_MCS3_CH6_CTRL 0xF01F3320          MCS3 Channel 6 Control Register
GTM_MCS3_CH6_ACB 0xF01F3324          MCS3 Channel 6 ARU Control Bit Register
GTM_MCS3_CH6_MHB 0xF01F333C          MCS3 Channel 6 Memory High Byte Register
GTM_MCS3_CH6_PC 0xF01F3340          MCS3 Channel 6 Program Counter Register
GTM_MCS3_CH6_IRQ_NOTIFY 0xF01F3344          MCS3 Channel 6 Interrupt Notification Register
GTM_MCS3_CH6_IRQ_EN 0xF01F3348          MCS3 Channel 6 Interrupt Enable Register
GTM_MCS3_CH6_IRQ_FORCINT 0xF01F334C          MCS3 Channel 6 Force Interrupt Register
GTM_MCS3_CH6_IRQ_MODE 0xF01F3350          MCS3 Channel 6 Interrupt Mode Configuration Register
GTM_MCS3_CH6_EIRQ_EN 0xF01F3354          MCS3 Channel 6 Error Interrupt Enable Register
GTM_MCS3_CH7_R0 0xF01F3380          MCS3 Channel 7 General Purpose Register 0
GTM_MCS3_CH7_R1 0xF01F3384          MCS3 Channel 7 General Purpose Register 1
GTM_MCS3_CH7_R2 0xF01F3388          MCS3 Channel 7 General Purpose Register 2
GTM_MCS3_CH7_R3 0xF01F338C          MCS3 Channel 7 General Purpose Register 3
GTM_MCS3_CH7_R4 0xF01F3390          MCS3 Channel 7 General Purpose Register 4
GTM_MCS3_CH7_R5 0xF01F3394          MCS3 Channel 7 General Purpose Register 5
GTM_MCS3_CH7_R6 0xF01F3398          MCS3 Channel 7 General Purpose Register 6
GTM_MCS3_CH7_R7 0xF01F339C          MCS3 Channel 7 General Purpose Register 7
GTM_MCS3_CH7_CTRL 0xF01F33A0          MCS3 Channel 7 Control Register
GTM_MCS3_CH7_ACB 0xF01F33A4          MCS3 Channel 7 ARU Control Bit Register
GTM_MCS3_CH7_MHB 0xF01F33BC          MCS3 Channel 7 Memory High Byte Register
GTM_MCS3_CH7_PC 0xF01F33C0          MCS3 Channel 7 Program Counter Register
GTM_MCS3_CH7_IRQ_NOTIFY 0xF01F33C4          MCS3 Channel 7 Interrupt Notification Register
GTM_MCS3_CH7_IRQ_EN 0xF01F33C8          MCS3 Channel 7 Interrupt Enable Register
GTM_MCS3_CH7_IRQ_FORCINT 0xF01F33CC          MCS3 Channel 7 Force Interrupt Register
GTM_MCS3_CH7_IRQ_MODE 0xF01F33D0          MCS3 Channel 7 Interrupt Mode Configuration Register
GTM_MCS3_CH7_EIRQ_EN 0xF01F33D4          MCS3 Channel 7 Error Interrupt Enable Register
GTM_MCS4_CH0_R0 0xF01F4000          MCS4 Channel 0 General Purpose Register 0
GTM_MCS4_CH0_R1 0xF01F4004          MCS4 Channel 0 General Purpose Register 1
GTM_MCS4_CH0_R2 0xF01F4008          MCS4 Channel 0 General Purpose Register 2
GTM_MCS4_CH0_R3 0xF01F400C          MCS4 Channel 0 General Purpose Register 3
GTM_MCS4_CH0_R4 0xF01F4010          MCS4 Channel 0 General Purpose Register 4
GTM_MCS4_CH0_R5 0xF01F4014          MCS4 Channel 0 General Purpose Register 5
GTM_MCS4_CH0_R6 0xF01F4018          MCS4 Channel 0 General Purpose Register 6
GTM_MCS4_CH0_R7 0xF01F401C          MCS4 Channel 0 General Purpose Register 7
GTM_MCS4_CH0_CTRL 0xF01F4020          MCS4 Channel 0 Control Register
GTM_MCS4_CH0_ACB 0xF01F4024          MCS4 Channel 0 ARU Control Bit Register
GTM_MCS4_CTRG   0xF01F4028          MCS4 Clear Trigger Control Register
GTM_MCS4_STRG   0xF01F402C          MCS4 Set Trigger Control Register
GTM_MCS4_CH0_MHB 0xF01F403C          MCS4 Channel 0 Memory High Byte Register
GTM_MCS4_CH0_PC 0xF01F4040          MCS4 Channel 0 Program Counter Register
GTM_MCS4_CH0_IRQ_NOTIFY 0xF01F4044          MCS4 Channel 0 Interrupt Notification Register
GTM_MCS4_CH0_IRQ_EN 0xF01F4048          MCS4 Channel 0 Interrupt Enable Register
GTM_MCS4_CH0_IRQ_FORCINT 0xF01F404C          MCS4 Channel 0 Force Interrupt Register
GTM_MCS4_CH0_IRQ_MODE 0xF01F4050          MCS4 Channel 0 Interrupt Mode Configuration Register
GTM_MCS4_CH0_EIRQ_EN 0xF01F4054          MCS4 Channel 0 Error Interrupt Enable Register
GTM_MCS4_REG_PROT 0xF01F4060          MCS4 Write Protection Register
GTM_MCS4_CTRL_STAT 0xF01F4064          MCS4 Control and Status Register
GTM_MCS4_RESET  0xF01F4068          MCS4 Reset Register
GTM_MCS4_CAT    0xF01F406C          MCS4 Cancel ARU Transfer Instruction Register
GTM_MCS4_CWT    0xF01F4070          MCS4 Cancel WURM Instruction Register
GTM_MCS4_ERR    0xF01F407C          MCS4 error register
GTM_MCS4_CH1_R0 0xF01F4080          MCS4 Channel 1 General Purpose Register 0
GTM_MCS4_CH1_R1 0xF01F4084          MCS4 Channel 1 General Purpose Register 1
GTM_MCS4_CH1_R2 0xF01F4088          MCS4 Channel 1 General Purpose Register 2
GTM_MCS4_CH1_R3 0xF01F408C          MCS4 Channel 1 General Purpose Register 3
GTM_MCS4_CH1_R4 0xF01F4090          MCS4 Channel 1 General Purpose Register 4
GTM_MCS4_CH1_R5 0xF01F4094          MCS4 Channel 1 General Purpose Register 5
GTM_MCS4_CH1_R6 0xF01F4098          MCS4 Channel 1 General Purpose Register 6
GTM_MCS4_CH1_R7 0xF01F409C          MCS4 Channel 1 General Purpose Register 7
GTM_MCS4_CH1_CTRL 0xF01F40A0          MCS4 Channel 1 Control Register
GTM_MCS4_CH1_ACB 0xF01F40A4          MCS4 Channel 1 ARU Control Bit Register
GTM_MCS4_CH1_MHB 0xF01F40BC          MCS4 Channel 1 Memory High Byte Register
GTM_MCS4_CH1_PC 0xF01F40C0          MCS4 Channel 1 Program Counter Register
GTM_MCS4_CH1_IRQ_NOTIFY 0xF01F40C4          MCS4 Channel 1 Interrupt Notification Register
GTM_MCS4_CH1_IRQ_EN 0xF01F40C8          MCS4 Channel 1 Interrupt Enable Register
GTM_MCS4_CH1_IRQ_FORCINT 0xF01F40CC          MCS4 Channel 1 Force Interrupt Register
GTM_MCS4_CH1_IRQ_MODE 0xF01F40D0          MCS4 Channel 1 Interrupt Mode Configuration Register
GTM_MCS4_CH1_EIRQ_EN 0xF01F40D4          MCS4 Channel 1 Error Interrupt Enable Register
GTM_MCS4_CH2_R0 0xF01F4100          MCS4 Channel 2 General Purpose Register 0
GTM_MCS4_CH2_R1 0xF01F4104          MCS4 Channel 2 General Purpose Register 1
GTM_MCS4_CH2_R2 0xF01F4108          MCS4 Channel 2 General Purpose Register 2
GTM_MCS4_CH2_R3 0xF01F410C          MCS4 Channel 2 General Purpose Register 3
GTM_MCS4_CH2_R4 0xF01F4110          MCS4 Channel 2 General Purpose Register 4
GTM_MCS4_CH2_R5 0xF01F4114          MCS4 Channel 2 General Purpose Register 5
GTM_MCS4_CH2_R6 0xF01F4118          MCS4 Channel 2 General Purpose Register 6
GTM_MCS4_CH2_R7 0xF01F411C          MCS4 Channel 2 General Purpose Register 7
GTM_MCS4_CH2_CTRL 0xF01F4120          MCS4 Channel 2 Control Register
GTM_MCS4_CH2_ACB 0xF01F4124          MCS4 Channel 2 ARU Control Bit Register
GTM_MCS4_CH2_MHB 0xF01F413C          MCS4 Channel 2 Memory High Byte Register
GTM_MCS4_CH2_PC 0xF01F4140          MCS4 Channel 2 Program Counter Register
GTM_MCS4_CH2_IRQ_NOTIFY 0xF01F4144          MCS4 Channel 2 Interrupt Notification Register
GTM_MCS4_CH2_IRQ_EN 0xF01F4148          MCS4 Channel 2 Interrupt Enable Register
GTM_MCS4_CH2_IRQ_FORCINT 0xF01F414C          MCS4 Channel 2 Force Interrupt Register
GTM_MCS4_CH2_IRQ_MODE 0xF01F4150          MCS4 Channel 2 Interrupt Mode Configuration Register
GTM_MCS4_CH2_EIRQ_EN 0xF01F4154          MCS4 Channel 2 Error Interrupt Enable Register
GTM_MCS4_CH3_R0 0xF01F4180          MCS4 Channel 3 General Purpose Register 0
GTM_MCS4_CH3_R1 0xF01F4184          MCS4 Channel 3 General Purpose Register 1
GTM_MCS4_CH3_R2 0xF01F4188          MCS4 Channel 3 General Purpose Register 2
GTM_MCS4_CH3_R3 0xF01F418C          MCS4 Channel 3 General Purpose Register 3
GTM_MCS4_CH3_R4 0xF01F4190          MCS4 Channel 3 General Purpose Register 4
GTM_MCS4_CH3_R5 0xF01F4194          MCS4 Channel 3 General Purpose Register 5
GTM_MCS4_CH3_R6 0xF01F4198          MCS4 Channel 3 General Purpose Register 6
GTM_MCS4_CH3_R7 0xF01F419C          MCS4 Channel 3 General Purpose Register 7
GTM_MCS4_CH3_CTRL 0xF01F41A0          MCS4 Channel 3 Control Register
GTM_MCS4_CH3_ACB 0xF01F41A4          MCS4 Channel 3 ARU Control Bit Register
GTM_MCS4_CH3_MHB 0xF01F41BC          MCS4 Channel 3 Memory High Byte Register
GTM_MCS4_CH3_PC 0xF01F41C0          MCS4 Channel 3 Program Counter Register
GTM_MCS4_CH3_IRQ_NOTIFY 0xF01F41C4          MCS4 Channel 3 Interrupt Notification Register
GTM_MCS4_CH3_IRQ_EN 0xF01F41C8          MCS4 Channel 3 Interrupt Enable Register
GTM_MCS4_CH3_IRQ_FORCINT 0xF01F41CC          MCS4 Channel 3 Force Interrupt Register
GTM_MCS4_CH3_IRQ_MODE 0xF01F41D0          MCS4 Channel 3 Interrupt Mode Configuration Register
GTM_MCS4_CH3_EIRQ_EN 0xF01F41D4          MCS4 Channel 3 Error Interrupt Enable Register
GTM_MCS4_CH4_R0 0xF01F4200          MCS4 Channel 4 General Purpose Register 0
GTM_MCS4_CH4_R1 0xF01F4204          MCS4 Channel 4 General Purpose Register 1
GTM_MCS4_CH4_R2 0xF01F4208          MCS4 Channel 4 General Purpose Register 2
GTM_MCS4_CH4_R3 0xF01F420C          MCS4 Channel 4 General Purpose Register 3
GTM_MCS4_CH4_R4 0xF01F4210          MCS4 Channel 4 General Purpose Register 4
GTM_MCS4_CH4_R5 0xF01F4214          MCS4 Channel 4 General Purpose Register 5
GTM_MCS4_CH4_R6 0xF01F4218          MCS4 Channel 4 General Purpose Register 6
GTM_MCS4_CH4_R7 0xF01F421C          MCS4 Channel 4 General Purpose Register 7
GTM_MCS4_CH4_CTRL 0xF01F4220          MCS4 Channel 4 Control Register
GTM_MCS4_CH4_ACB 0xF01F4224          MCS4 Channel 4 ARU Control Bit Register
GTM_MCS4_CH4_MHB 0xF01F423C          MCS4 Channel 4 Memory High Byte Register
GTM_MCS4_CH4_PC 0xF01F4240          MCS4 Channel 4 Program Counter Register
GTM_MCS4_CH4_IRQ_NOTIFY 0xF01F4244          MCS4 Channel 4 Interrupt Notification Register
GTM_MCS4_CH4_IRQ_EN 0xF01F4248          MCS4 Channel 4 Interrupt Enable Register
GTM_MCS4_CH4_IRQ_FORCINT 0xF01F424C          MCS4 Channel 4 Force Interrupt Register
GTM_MCS4_CH4_IRQ_MODE 0xF01F4250          MCS4 Channel 4 Interrupt Mode Configuration Register
GTM_MCS4_CH4_EIRQ_EN 0xF01F4254          MCS4 Channel 4 Error Interrupt Enable Register
GTM_MCS4_CH5_R0 0xF01F4280          MCS4 Channel 5 General Purpose Register 0
GTM_MCS4_CH5_R1 0xF01F4284          MCS4 Channel 5 General Purpose Register 1
GTM_MCS4_CH5_R2 0xF01F4288          MCS4 Channel 5 General Purpose Register 2
GTM_MCS4_CH5_R3 0xF01F428C          MCS4 Channel 5 General Purpose Register 3
GTM_MCS4_CH5_R4 0xF01F4290          MCS4 Channel 5 General Purpose Register 4
GTM_MCS4_CH5_R5 0xF01F4294          MCS4 Channel 5 General Purpose Register 5
GTM_MCS4_CH5_R6 0xF01F4298          MCS4 Channel 5 General Purpose Register 6
GTM_MCS4_CH5_R7 0xF01F429C          MCS4 Channel 5 General Purpose Register 7
GTM_MCS4_CH5_CTRL 0xF01F42A0          MCS4 Channel 5 Control Register
GTM_MCS4_CH5_ACB 0xF01F42A4          MCS4 Channel 5 ARU Control Bit Register
GTM_MCS4_CH5_MHB 0xF01F42BC          MCS4 Channel 5 Memory High Byte Register
GTM_MCS4_CH5_PC 0xF01F42C0          MCS4 Channel 5 Program Counter Register
GTM_MCS4_CH5_IRQ_NOTIFY 0xF01F42C4          MCS4 Channel 5 Interrupt Notification Register
GTM_MCS4_CH5_IRQ_EN 0xF01F42C8          MCS4 Channel 5 Interrupt Enable Register
GTM_MCS4_CH5_IRQ_FORCINT 0xF01F42CC          MCS4 Channel 5 Force Interrupt Register
GTM_MCS4_CH5_IRQ_MODE 0xF01F42D0          MCS4 Channel 5 Interrupt Mode Configuration Register
GTM_MCS4_CH5_EIRQ_EN 0xF01F42D4          MCS4 Channel 5 Error Interrupt Enable Register
GTM_MCS4_CH6_R0 0xF01F4300          MCS4 Channel 6 General Purpose Register 0
GTM_MCS4_CH6_R1 0xF01F4304          MCS4 Channel 6 General Purpose Register 1
GTM_MCS4_CH6_R2 0xF01F4308          MCS4 Channel 6 General Purpose Register 2
GTM_MCS4_CH6_R3 0xF01F430C          MCS4 Channel 6 General Purpose Register 3
GTM_MCS4_CH6_R4 0xF01F4310          MCS4 Channel 6 General Purpose Register 4
GTM_MCS4_CH6_R5 0xF01F4314          MCS4 Channel 6 General Purpose Register 5
GTM_MCS4_CH6_R6 0xF01F4318          MCS4 Channel 6 General Purpose Register 6
GTM_MCS4_CH6_R7 0xF01F431C          MCS4 Channel 6 General Purpose Register 7
GTM_MCS4_CH6_CTRL 0xF01F4320          MCS4 Channel 6 Control Register
GTM_MCS4_CH6_ACB 0xF01F4324          MCS4 Channel 6 ARU Control Bit Register
GTM_MCS4_CH6_MHB 0xF01F433C          MCS4 Channel 6 Memory High Byte Register
GTM_MCS4_CH6_PC 0xF01F4340          MCS4 Channel 6 Program Counter Register
GTM_MCS4_CH6_IRQ_NOTIFY 0xF01F4344          MCS4 Channel 6 Interrupt Notification Register
GTM_MCS4_CH6_IRQ_EN 0xF01F4348          MCS4 Channel 6 Interrupt Enable Register
GTM_MCS4_CH6_IRQ_FORCINT 0xF01F434C          MCS4 Channel 6 Force Interrupt Register
GTM_MCS4_CH6_IRQ_MODE 0xF01F4350          MCS4 Channel 6 Interrupt Mode Configuration Register
GTM_MCS4_CH6_EIRQ_EN 0xF01F4354          MCS4 Channel 6 Error Interrupt Enable Register
GTM_MCS4_CH7_R0 0xF01F4380          MCS4 Channel 7 General Purpose Register 0
GTM_MCS4_CH7_R1 0xF01F4384          MCS4 Channel 7 General Purpose Register 1
GTM_MCS4_CH7_R2 0xF01F4388          MCS4 Channel 7 General Purpose Register 2
GTM_MCS4_CH7_R3 0xF01F438C          MCS4 Channel 7 General Purpose Register 3
GTM_MCS4_CH7_R4 0xF01F4390          MCS4 Channel 7 General Purpose Register 4
GTM_MCS4_CH7_R5 0xF01F4394          MCS4 Channel 7 General Purpose Register 5
GTM_MCS4_CH7_R6 0xF01F4398          MCS4 Channel 7 General Purpose Register 6
GTM_MCS4_CH7_R7 0xF01F439C          MCS4 Channel 7 General Purpose Register 7
GTM_MCS4_CH7_CTRL 0xF01F43A0          MCS4 Channel 7 Control Register
GTM_MCS4_CH7_ACB 0xF01F43A4          MCS4 Channel 7 ARU Control Bit Register
GTM_MCS4_CH7_MHB 0xF01F43BC          MCS4 Channel 7 Memory High Byte Register
GTM_MCS4_CH7_PC 0xF01F43C0          MCS4 Channel 7 Program Counter Register
GTM_MCS4_CH7_IRQ_NOTIFY 0xF01F43C4          MCS4 Channel 7 Interrupt Notification Register
GTM_MCS4_CH7_IRQ_EN 0xF01F43C8          MCS4 Channel 7 Interrupt Enable Register
GTM_MCS4_CH7_IRQ_FORCINT 0xF01F43CC          MCS4 Channel 7 Force Interrupt Register
GTM_MCS4_CH7_IRQ_MODE 0xF01F43D0          MCS4 Channel 7 Interrupt Mode Configuration Register
GTM_MCS4_CH7_EIRQ_EN 0xF01F43D4          MCS4 Channel 7 Error Interrupt Enable Register
GTM_MCS5_CH0_R0 0xF01F5000          MCS5 Channel 0 General Purpose Register 0
GTM_MCS5_CH0_R1 0xF01F5004          MCS5 Channel 0 General Purpose Register 1
GTM_MCS5_CH0_R2 0xF01F5008          MCS5 Channel 0 General Purpose Register 2
GTM_MCS5_CH0_R3 0xF01F500C          MCS5 Channel 0 General Purpose Register 3
GTM_MCS5_CH0_R4 0xF01F5010          MCS5 Channel 0 General Purpose Register 4
GTM_MCS5_CH0_R5 0xF01F5014          MCS5 Channel 0 General Purpose Register 5
GTM_MCS5_CH0_R6 0xF01F5018          MCS5 Channel 0 General Purpose Register 6
GTM_MCS5_CH0_R7 0xF01F501C          MCS5 Channel 0 General Purpose Register 7
GTM_MCS5_CH0_CTRL 0xF01F5020          MCS5 Channel 0 Control Register
GTM_MCS5_CH0_ACB 0xF01F5024          MCS5 Channel 0 ARU Control Bit Register
GTM_MCS5_CTRG   0xF01F5028          MCS5 Clear Trigger Control Register
GTM_MCS5_STRG   0xF01F502C          MCS5 Set Trigger Control Register
GTM_MCS5_CH0_MHB 0xF01F503C          MCS5 Channel 0 Memory High Byte Register
GTM_MCS5_CH0_PC 0xF01F5040          MCS5 Channel 0 Program Counter Register
GTM_MCS5_CH0_IRQ_NOTIFY 0xF01F5044          MCS5 Channel 0 Interrupt Notification Register
GTM_MCS5_CH0_IRQ_EN 0xF01F5048          MCS5 Channel 0 Interrupt Enable Register
GTM_MCS5_CH0_IRQ_FORCINT 0xF01F504C          MCS5 Channel 0 Force Interrupt Register
GTM_MCS5_CH0_IRQ_MODE 0xF01F5050          MCS5 Channel 0 Interrupt Mode Configuration Register
GTM_MCS5_CH0_EIRQ_EN 0xF01F5054          MCS5 Channel 0 Error Interrupt Enable Register
GTM_MCS5_REG_PROT 0xF01F5060          MCS5 Write Protection Register
GTM_MCS5_CTRL_STAT 0xF01F5064          MCS5 Control and Status Register
GTM_MCS5_RESET  0xF01F5068          MCS5 Reset Register
GTM_MCS5_CAT    0xF01F506C          MCS5 Cancel ARU Transfer Instruction Register
GTM_MCS5_CWT    0xF01F5070          MCS5 Cancel WURM Instruction Register
GTM_MCS5_ERR    0xF01F507C          MCS5 error register
GTM_MCS5_CH1_R0 0xF01F5080          MCS5 Channel 1 General Purpose Register 0
GTM_MCS5_CH1_R1 0xF01F5084          MCS5 Channel 1 General Purpose Register 1
GTM_MCS5_CH1_R2 0xF01F5088          MCS5 Channel 1 General Purpose Register 2
GTM_MCS5_CH1_R3 0xF01F508C          MCS5 Channel 1 General Purpose Register 3
GTM_MCS5_CH1_R4 0xF01F5090          MCS5 Channel 1 General Purpose Register 4
GTM_MCS5_CH1_R5 0xF01F5094          MCS5 Channel 1 General Purpose Register 5
GTM_MCS5_CH1_R6 0xF01F5098          MCS5 Channel 1 General Purpose Register 6
GTM_MCS5_CH1_R7 0xF01F509C          MCS5 Channel 1 General Purpose Register 7
GTM_MCS5_CH1_CTRL 0xF01F50A0          MCS5 Channel 1 Control Register
GTM_MCS5_CH1_ACB 0xF01F50A4          MCS5 Channel 1 ARU Control Bit Register
GTM_MCS5_CH1_MHB 0xF01F50BC          MCS5 Channel 1 Memory High Byte Register
GTM_MCS5_CH1_PC 0xF01F50C0          MCS5 Channel 1 Program Counter Register
GTM_MCS5_CH1_IRQ_NOTIFY 0xF01F50C4          MCS5 Channel 1 Interrupt Notification Register
GTM_MCS5_CH1_IRQ_EN 0xF01F50C8          MCS5 Channel 1 Interrupt Enable Register
GTM_MCS5_CH1_IRQ_FORCINT 0xF01F50CC          MCS5 Channel 1 Force Interrupt Register
GTM_MCS5_CH1_IRQ_MODE 0xF01F50D0          MCS5 Channel 1 Interrupt Mode Configuration Register
GTM_MCS5_CH1_EIRQ_EN 0xF01F50D4          MCS5 Channel 1 Error Interrupt Enable Register
GTM_MCS5_CH2_R0 0xF01F5100          MCS5 Channel 2 General Purpose Register 0
GTM_MCS5_CH2_R1 0xF01F5104          MCS5 Channel 2 General Purpose Register 1
GTM_MCS5_CH2_R2 0xF01F5108          MCS5 Channel 2 General Purpose Register 2
GTM_MCS5_CH2_R3 0xF01F510C          MCS5 Channel 2 General Purpose Register 3
GTM_MCS5_CH2_R4 0xF01F5110          MCS5 Channel 2 General Purpose Register 4
GTM_MCS5_CH2_R5 0xF01F5114          MCS5 Channel 2 General Purpose Register 5
GTM_MCS5_CH2_R6 0xF01F5118          MCS5 Channel 2 General Purpose Register 6
GTM_MCS5_CH2_R7 0xF01F511C          MCS5 Channel 2 General Purpose Register 7
GTM_MCS5_CH2_CTRL 0xF01F5120          MCS5 Channel 2 Control Register
GTM_MCS5_CH2_ACB 0xF01F5124          MCS5 Channel 2 ARU Control Bit Register
GTM_MCS5_CH2_MHB 0xF01F513C          MCS5 Channel 2 Memory High Byte Register
GTM_MCS5_CH2_PC 0xF01F5140          MCS5 Channel 2 Program Counter Register
GTM_MCS5_CH2_IRQ_NOTIFY 0xF01F5144          MCS5 Channel 2 Interrupt Notification Register
GTM_MCS5_CH2_IRQ_EN 0xF01F5148          MCS5 Channel 2 Interrupt Enable Register
GTM_MCS5_CH2_IRQ_FORCINT 0xF01F514C          MCS5 Channel 2 Force Interrupt Register
GTM_MCS5_CH2_IRQ_MODE 0xF01F5150          MCS5 Channel 2 Interrupt Mode Configuration Register
GTM_MCS5_CH2_EIRQ_EN 0xF01F5154          MCS5 Channel 2 Error Interrupt Enable Register
GTM_MCS5_CH3_R0 0xF01F5180          MCS5 Channel 3 General Purpose Register 0
GTM_MCS5_CH3_R1 0xF01F5184          MCS5 Channel 3 General Purpose Register 1
GTM_MCS5_CH3_R2 0xF01F5188          MCS5 Channel 3 General Purpose Register 2
GTM_MCS5_CH3_R3 0xF01F518C          MCS5 Channel 3 General Purpose Register 3
GTM_MCS5_CH3_R4 0xF01F5190          MCS5 Channel 3 General Purpose Register 4
GTM_MCS5_CH3_R5 0xF01F5194          MCS5 Channel 3 General Purpose Register 5
GTM_MCS5_CH3_R6 0xF01F5198          MCS5 Channel 3 General Purpose Register 6
GTM_MCS5_CH3_R7 0xF01F519C          MCS5 Channel 3 General Purpose Register 7
GTM_MCS5_CH3_CTRL 0xF01F51A0          MCS5 Channel 3 Control Register
GTM_MCS5_CH3_ACB 0xF01F51A4          MCS5 Channel 3 ARU Control Bit Register
GTM_MCS5_CH3_MHB 0xF01F51BC          MCS5 Channel 3 Memory High Byte Register
GTM_MCS5_CH3_PC 0xF01F51C0          MCS5 Channel 3 Program Counter Register
GTM_MCS5_CH3_IRQ_NOTIFY 0xF01F51C4          MCS5 Channel 3 Interrupt Notification Register
GTM_MCS5_CH3_IRQ_EN 0xF01F51C8          MCS5 Channel 3 Interrupt Enable Register
GTM_MCS5_CH3_IRQ_FORCINT 0xF01F51CC          MCS5 Channel 3 Force Interrupt Register
GTM_MCS5_CH3_IRQ_MODE 0xF01F51D0          MCS5 Channel 3 Interrupt Mode Configuration Register
GTM_MCS5_CH3_EIRQ_EN 0xF01F51D4          MCS5 Channel 3 Error Interrupt Enable Register
GTM_MCS5_CH4_R0 0xF01F5200          MCS5 Channel 4 General Purpose Register 0
GTM_MCS5_CH4_R1 0xF01F5204          MCS5 Channel 4 General Purpose Register 1
GTM_MCS5_CH4_R2 0xF01F5208          MCS5 Channel 4 General Purpose Register 2
GTM_MCS5_CH4_R3 0xF01F520C          MCS5 Channel 4 General Purpose Register 3
GTM_MCS5_CH4_R4 0xF01F5210          MCS5 Channel 4 General Purpose Register 4
GTM_MCS5_CH4_R5 0xF01F5214          MCS5 Channel 4 General Purpose Register 5
GTM_MCS5_CH4_R6 0xF01F5218          MCS5 Channel 4 General Purpose Register 6
GTM_MCS5_CH4_R7 0xF01F521C          MCS5 Channel 4 General Purpose Register 7
GTM_MCS5_CH4_CTRL 0xF01F5220          MCS5 Channel 4 Control Register
GTM_MCS5_CH4_ACB 0xF01F5224          MCS5 Channel 4 ARU Control Bit Register
GTM_MCS5_CH4_MHB 0xF01F523C          MCS5 Channel 4 Memory High Byte Register
GTM_MCS5_CH4_PC 0xF01F5240          MCS5 Channel 4 Program Counter Register
GTM_MCS5_CH4_IRQ_NOTIFY 0xF01F5244          MCS5 Channel 4 Interrupt Notification Register
GTM_MCS5_CH4_IRQ_EN 0xF01F5248          MCS5 Channel 4 Interrupt Enable Register
GTM_MCS5_CH4_IRQ_FORCINT 0xF01F524C          MCS5 Channel 4 Force Interrupt Register
GTM_MCS5_CH4_IRQ_MODE 0xF01F5250          MCS5 Channel 4 Interrupt Mode Configuration Register
GTM_MCS5_CH4_EIRQ_EN 0xF01F5254          MCS5 Channel 4 Error Interrupt Enable Register
GTM_MCS5_CH5_R0 0xF01F5280          MCS5 Channel 5 General Purpose Register 0
GTM_MCS5_CH5_R1 0xF01F5284          MCS5 Channel 5 General Purpose Register 1
GTM_MCS5_CH5_R2 0xF01F5288          MCS5 Channel 5 General Purpose Register 2
GTM_MCS5_CH5_R3 0xF01F528C          MCS5 Channel 5 General Purpose Register 3
GTM_MCS5_CH5_R4 0xF01F5290          MCS5 Channel 5 General Purpose Register 4
GTM_MCS5_CH5_R5 0xF01F5294          MCS5 Channel 5 General Purpose Register 5
GTM_MCS5_CH5_R6 0xF01F5298          MCS5 Channel 5 General Purpose Register 6
GTM_MCS5_CH5_R7 0xF01F529C          MCS5 Channel 5 General Purpose Register 7
GTM_MCS5_CH5_CTRL 0xF01F52A0          MCS5 Channel 5 Control Register
GTM_MCS5_CH5_ACB 0xF01F52A4          MCS5 Channel 5 ARU Control Bit Register
GTM_MCS5_CH5_MHB 0xF01F52BC          MCS5 Channel 5 Memory High Byte Register
GTM_MCS5_CH5_PC 0xF01F52C0          MCS5 Channel 5 Program Counter Register
GTM_MCS5_CH5_IRQ_NOTIFY 0xF01F52C4          MCS5 Channel 5 Interrupt Notification Register
GTM_MCS5_CH5_IRQ_EN 0xF01F52C8          MCS5 Channel 5 Interrupt Enable Register
GTM_MCS5_CH5_IRQ_FORCINT 0xF01F52CC          MCS5 Channel 5 Force Interrupt Register
GTM_MCS5_CH5_IRQ_MODE 0xF01F52D0          MCS5 Channel 5 Interrupt Mode Configuration Register
GTM_MCS5_CH5_EIRQ_EN 0xF01F52D4          MCS5 Channel 5 Error Interrupt Enable Register
GTM_MCS5_CH6_R0 0xF01F5300          MCS5 Channel 6 General Purpose Register 0
GTM_MCS5_CH6_R1 0xF01F5304          MCS5 Channel 6 General Purpose Register 1
GTM_MCS5_CH6_R2 0xF01F5308          MCS5 Channel 6 General Purpose Register 2
GTM_MCS5_CH6_R3 0xF01F530C          MCS5 Channel 6 General Purpose Register 3
GTM_MCS5_CH6_R4 0xF01F5310          MCS5 Channel 6 General Purpose Register 4
GTM_MCS5_CH6_R5 0xF01F5314          MCS5 Channel 6 General Purpose Register 5
GTM_MCS5_CH6_R6 0xF01F5318          MCS5 Channel 6 General Purpose Register 6
GTM_MCS5_CH6_R7 0xF01F531C          MCS5 Channel 6 General Purpose Register 7
GTM_MCS5_CH6_CTRL 0xF01F5320          MCS5 Channel 6 Control Register
GTM_MCS5_CH6_ACB 0xF01F5324          MCS5 Channel 6 ARU Control Bit Register
GTM_MCS5_CH6_MHB 0xF01F533C          MCS5 Channel 6 Memory High Byte Register
GTM_MCS5_CH6_PC 0xF01F5340          MCS5 Channel 6 Program Counter Register
GTM_MCS5_CH6_IRQ_NOTIFY 0xF01F5344          MCS5 Channel 6 Interrupt Notification Register
GTM_MCS5_CH6_IRQ_EN 0xF01F5348          MCS5 Channel 6 Interrupt Enable Register
GTM_MCS5_CH6_IRQ_FORCINT 0xF01F534C          MCS5 Channel 6 Force Interrupt Register
GTM_MCS5_CH6_IRQ_MODE 0xF01F5350          MCS5 Channel 6 Interrupt Mode Configuration Register
GTM_MCS5_CH6_EIRQ_EN 0xF01F5354          MCS5 Channel 6 Error Interrupt Enable Register
GTM_MCS5_CH7_R0 0xF01F5380          MCS5 Channel 7 General Purpose Register 0
GTM_MCS5_CH7_R1 0xF01F5384          MCS5 Channel 7 General Purpose Register 1
GTM_MCS5_CH7_R2 0xF01F5388          MCS5 Channel 7 General Purpose Register 2
GTM_MCS5_CH7_R3 0xF01F538C          MCS5 Channel 7 General Purpose Register 3
GTM_MCS5_CH7_R4 0xF01F5390          MCS5 Channel 7 General Purpose Register 4
GTM_MCS5_CH7_R5 0xF01F5394          MCS5 Channel 7 General Purpose Register 5
GTM_MCS5_CH7_R6 0xF01F5398          MCS5 Channel 7 General Purpose Register 6
GTM_MCS5_CH7_R7 0xF01F539C          MCS5 Channel 7 General Purpose Register 7
GTM_MCS5_CH7_CTRL 0xF01F53A0          MCS5 Channel 7 Control Register
GTM_MCS5_CH7_ACB 0xF01F53A4          MCS5 Channel 7 ARU Control Bit Register
GTM_MCS5_CH7_MHB 0xF01F53BC          MCS5 Channel 7 Memory High Byte Register
GTM_MCS5_CH7_PC 0xF01F53C0          MCS5 Channel 7 Program Counter Register
GTM_MCS5_CH7_IRQ_NOTIFY 0xF01F53C4          MCS5 Channel 7 Interrupt Notification Register
GTM_MCS5_CH7_IRQ_EN 0xF01F53C8          MCS5 Channel 7 Interrupt Enable Register
GTM_MCS5_CH7_IRQ_FORCINT 0xF01F53CC          MCS5 Channel 7 Force Interrupt Register
GTM_MCS5_CH7_IRQ_MODE 0xF01F53D0          MCS5 Channel 7 Interrupt Mode Configuration Register
GTM_MCS5_CH7_EIRQ_EN 0xF01F53D4          MCS5 Channel 7 Error Interrupt Enable Register
GTM_MCS6_CH0_R0 0xF01F6000          MCS6 Channel 0 General Purpose Register 0
GTM_MCS6_CH0_R1 0xF01F6004          MCS6 Channel 0 General Purpose Register 1
GTM_MCS6_CH0_R2 0xF01F6008          MCS6 Channel 0 General Purpose Register 2
GTM_MCS6_CH0_R3 0xF01F600C          MCS6 Channel 0 General Purpose Register 3
GTM_MCS6_CH0_R4 0xF01F6010          MCS6 Channel 0 General Purpose Register 4
GTM_MCS6_CH0_R5 0xF01F6014          MCS6 Channel 0 General Purpose Register 5
GTM_MCS6_CH0_R6 0xF01F6018          MCS6 Channel 0 General Purpose Register 6
GTM_MCS6_CH0_R7 0xF01F601C          MCS6 Channel 0 General Purpose Register 7
GTM_MCS6_CH0_CTRL 0xF01F6020          MCS6 Channel 0 Control Register
GTM_MCS6_CH0_ACB 0xF01F6024          MCS6 Channel 0 ARU Control Bit Register
GTM_MCS6_CTRG   0xF01F6028          MCS6 Clear Trigger Control Register
GTM_MCS6_STRG   0xF01F602C          MCS6 Set Trigger Control Register
GTM_MCS6_CH0_MHB 0xF01F603C          MCS6 Channel 0 Memory High Byte Register
GTM_MCS6_CH0_PC 0xF01F6040          MCS6 Channel 0 Program Counter Register
GTM_MCS6_CH0_IRQ_NOTIFY 0xF01F6044          MCS6 Channel 0 Interrupt Notification Register
GTM_MCS6_CH0_IRQ_EN 0xF01F6048          MCS6 Channel 0 Interrupt Enable Register
GTM_MCS6_CH0_IRQ_FORCINT 0xF01F604C          MCS6 Channel 0 Force Interrupt Register
GTM_MCS6_CH0_IRQ_MODE 0xF01F6050          MCS6 Channel 0 Interrupt Mode Configuration Register
GTM_MCS6_CH0_EIRQ_EN 0xF01F6054          MCS6 Channel 0 Error Interrupt Enable Register
GTM_MCS6_REG_PROT 0xF01F6060          MCS6 Write Protection Register
GTM_MCS6_CTRL_STAT 0xF01F6064          MCS6 Control and Status Register
GTM_MCS6_RESET  0xF01F6068          MCS6 Reset Register
GTM_MCS6_CAT    0xF01F606C          MCS6 Cancel ARU Transfer Instruction Register
GTM_MCS6_CWT    0xF01F6070          MCS6 Cancel WURM Instruction Register
GTM_MCS6_ERR    0xF01F607C          MCS6 error register
GTM_MCS6_CH1_R0 0xF01F6080          MCS6 Channel 1 General Purpose Register 0
GTM_MCS6_CH1_R1 0xF01F6084          MCS6 Channel 1 General Purpose Register 1
GTM_MCS6_CH1_R2 0xF01F6088          MCS6 Channel 1 General Purpose Register 2
GTM_MCS6_CH1_R3 0xF01F608C          MCS6 Channel 1 General Purpose Register 3
GTM_MCS6_CH1_R4 0xF01F6090          MCS6 Channel 1 General Purpose Register 4
GTM_MCS6_CH1_R5 0xF01F6094          MCS6 Channel 1 General Purpose Register 5
GTM_MCS6_CH1_R6 0xF01F6098          MCS6 Channel 1 General Purpose Register 6
GTM_MCS6_CH1_R7 0xF01F609C          MCS6 Channel 1 General Purpose Register 7
GTM_MCS6_CH1_CTRL 0xF01F60A0          MCS6 Channel 1 Control Register
GTM_MCS6_CH1_ACB 0xF01F60A4          MCS6 Channel 1 ARU Control Bit Register
GTM_MCS6_CH1_MHB 0xF01F60BC          MCS6 Channel 1 Memory High Byte Register
GTM_MCS6_CH1_PC 0xF01F60C0          MCS6 Channel 1 Program Counter Register
GTM_MCS6_CH1_IRQ_NOTIFY 0xF01F60C4          MCS6 Channel 1 Interrupt Notification Register
GTM_MCS6_CH1_IRQ_EN 0xF01F60C8          MCS6 Channel 1 Interrupt Enable Register
GTM_MCS6_CH1_IRQ_FORCINT 0xF01F60CC          MCS6 Channel 1 Force Interrupt Register
GTM_MCS6_CH1_IRQ_MODE 0xF01F60D0          MCS6 Channel 1 Interrupt Mode Configuration Register
GTM_MCS6_CH1_EIRQ_EN 0xF01F60D4          MCS6 Channel 1 Error Interrupt Enable Register
GTM_MCS6_CH2_R0 0xF01F6100          MCS6 Channel 2 General Purpose Register 0
GTM_MCS6_CH2_R1 0xF01F6104          MCS6 Channel 2 General Purpose Register 1
GTM_MCS6_CH2_R2 0xF01F6108          MCS6 Channel 2 General Purpose Register 2
GTM_MCS6_CH2_R3 0xF01F610C          MCS6 Channel 2 General Purpose Register 3
GTM_MCS6_CH2_R4 0xF01F6110          MCS6 Channel 2 General Purpose Register 4
GTM_MCS6_CH2_R5 0xF01F6114          MCS6 Channel 2 General Purpose Register 5
GTM_MCS6_CH2_R6 0xF01F6118          MCS6 Channel 2 General Purpose Register 6
GTM_MCS6_CH2_R7 0xF01F611C          MCS6 Channel 2 General Purpose Register 7
GTM_MCS6_CH2_CTRL 0xF01F6120          MCS6 Channel 2 Control Register
GTM_MCS6_CH2_ACB 0xF01F6124          MCS6 Channel 2 ARU Control Bit Register
GTM_MCS6_CH2_MHB 0xF01F613C          MCS6 Channel 2 Memory High Byte Register
GTM_MCS6_CH2_PC 0xF01F6140          MCS6 Channel 2 Program Counter Register
GTM_MCS6_CH2_IRQ_NOTIFY 0xF01F6144          MCS6 Channel 2 Interrupt Notification Register
GTM_MCS6_CH2_IRQ_EN 0xF01F6148          MCS6 Channel 2 Interrupt Enable Register
GTM_MCS6_CH2_IRQ_FORCINT 0xF01F614C          MCS6 Channel 2 Force Interrupt Register
GTM_MCS6_CH2_IRQ_MODE 0xF01F6150          MCS6 Channel 2 Interrupt Mode Configuration Register
GTM_MCS6_CH2_EIRQ_EN 0xF01F6154          MCS6 Channel 2 Error Interrupt Enable Register
GTM_MCS6_CH3_R0 0xF01F6180          MCS6 Channel 3 General Purpose Register 0
GTM_MCS6_CH3_R1 0xF01F6184          MCS6 Channel 3 General Purpose Register 1
GTM_MCS6_CH3_R2 0xF01F6188          MCS6 Channel 3 General Purpose Register 2
GTM_MCS6_CH3_R3 0xF01F618C          MCS6 Channel 3 General Purpose Register 3
GTM_MCS6_CH3_R4 0xF01F6190          MCS6 Channel 3 General Purpose Register 4
GTM_MCS6_CH3_R5 0xF01F6194          MCS6 Channel 3 General Purpose Register 5
GTM_MCS6_CH3_R6 0xF01F6198          MCS6 Channel 3 General Purpose Register 6
GTM_MCS6_CH3_R7 0xF01F619C          MCS6 Channel 3 General Purpose Register 7
GTM_MCS6_CH3_CTRL 0xF01F61A0          MCS6 Channel 3 Control Register
GTM_MCS6_CH3_ACB 0xF01F61A4          MCS6 Channel 3 ARU Control Bit Register
GTM_MCS6_CH3_MHB 0xF01F61BC          MCS6 Channel 3 Memory High Byte Register
GTM_MCS6_CH3_PC 0xF01F61C0          MCS6 Channel 3 Program Counter Register
GTM_MCS6_CH3_IRQ_NOTIFY 0xF01F61C4          MCS6 Channel 3 Interrupt Notification Register
GTM_MCS6_CH3_IRQ_EN 0xF01F61C8          MCS6 Channel 3 Interrupt Enable Register
GTM_MCS6_CH3_IRQ_FORCINT 0xF01F61CC          MCS6 Channel 3 Force Interrupt Register
GTM_MCS6_CH3_IRQ_MODE 0xF01F61D0          MCS6 Channel 3 Interrupt Mode Configuration Register
GTM_MCS6_CH3_EIRQ_EN 0xF01F61D4          MCS6 Channel 3 Error Interrupt Enable Register
GTM_MCS6_CH4_R0 0xF01F6200          MCS6 Channel 4 General Purpose Register 0
GTM_MCS6_CH4_R1 0xF01F6204          MCS6 Channel 4 General Purpose Register 1
GTM_MCS6_CH4_R2 0xF01F6208          MCS6 Channel 4 General Purpose Register 2
GTM_MCS6_CH4_R3 0xF01F620C          MCS6 Channel 4 General Purpose Register 3
GTM_MCS6_CH4_R4 0xF01F6210          MCS6 Channel 4 General Purpose Register 4
GTM_MCS6_CH4_R5 0xF01F6214          MCS6 Channel 4 General Purpose Register 5
GTM_MCS6_CH4_R6 0xF01F6218          MCS6 Channel 4 General Purpose Register 6
GTM_MCS6_CH4_R7 0xF01F621C          MCS6 Channel 4 General Purpose Register 7
GTM_MCS6_CH4_CTRL 0xF01F6220          MCS6 Channel 4 Control Register
GTM_MCS6_CH4_ACB 0xF01F6224          MCS6 Channel 4 ARU Control Bit Register
GTM_MCS6_CH4_MHB 0xF01F623C          MCS6 Channel 4 Memory High Byte Register
GTM_MCS6_CH4_PC 0xF01F6240          MCS6 Channel 4 Program Counter Register
GTM_MCS6_CH4_IRQ_NOTIFY 0xF01F6244          MCS6 Channel 4 Interrupt Notification Register
GTM_MCS6_CH4_IRQ_EN 0xF01F6248          MCS6 Channel 4 Interrupt Enable Register
GTM_MCS6_CH4_IRQ_FORCINT 0xF01F624C          MCS6 Channel 4 Force Interrupt Register
GTM_MCS6_CH4_IRQ_MODE 0xF01F6250          MCS6 Channel 4 Interrupt Mode Configuration Register
GTM_MCS6_CH4_EIRQ_EN 0xF01F6254          MCS6 Channel 4 Error Interrupt Enable Register
GTM_MCS6_CH5_R0 0xF01F6280          MCS6 Channel 5 General Purpose Register 0
GTM_MCS6_CH5_R1 0xF01F6284          MCS6 Channel 5 General Purpose Register 1
GTM_MCS6_CH5_R2 0xF01F6288          MCS6 Channel 5 General Purpose Register 2
GTM_MCS6_CH5_R3 0xF01F628C          MCS6 Channel 5 General Purpose Register 3
GTM_MCS6_CH5_R4 0xF01F6290          MCS6 Channel 5 General Purpose Register 4
GTM_MCS6_CH5_R5 0xF01F6294          MCS6 Channel 5 General Purpose Register 5
GTM_MCS6_CH5_R6 0xF01F6298          MCS6 Channel 5 General Purpose Register 6
GTM_MCS6_CH5_R7 0xF01F629C          MCS6 Channel 5 General Purpose Register 7
GTM_MCS6_CH5_CTRL 0xF01F62A0          MCS6 Channel 5 Control Register
GTM_MCS6_CH5_ACB 0xF01F62A4          MCS6 Channel 5 ARU Control Bit Register
GTM_MCS6_CH5_MHB 0xF01F62BC          MCS6 Channel 5 Memory High Byte Register
GTM_MCS6_CH5_PC 0xF01F62C0          MCS6 Channel 5 Program Counter Register
GTM_MCS6_CH5_IRQ_NOTIFY 0xF01F62C4          MCS6 Channel 5 Interrupt Notification Register
GTM_MCS6_CH5_IRQ_EN 0xF01F62C8          MCS6 Channel 5 Interrupt Enable Register
GTM_MCS6_CH5_IRQ_FORCINT 0xF01F62CC          MCS6 Channel 5 Force Interrupt Register
GTM_MCS6_CH5_IRQ_MODE 0xF01F62D0          MCS6 Channel 5 Interrupt Mode Configuration Register
GTM_MCS6_CH5_EIRQ_EN 0xF01F62D4          MCS6 Channel 5 Error Interrupt Enable Register
GTM_MCS6_CH6_R0 0xF01F6300          MCS6 Channel 6 General Purpose Register 0
GTM_MCS6_CH6_R1 0xF01F6304          MCS6 Channel 6 General Purpose Register 1
GTM_MCS6_CH6_R2 0xF01F6308          MCS6 Channel 6 General Purpose Register 2
GTM_MCS6_CH6_R3 0xF01F630C          MCS6 Channel 6 General Purpose Register 3
GTM_MCS6_CH6_R4 0xF01F6310          MCS6 Channel 6 General Purpose Register 4
GTM_MCS6_CH6_R5 0xF01F6314          MCS6 Channel 6 General Purpose Register 5
GTM_MCS6_CH6_R6 0xF01F6318          MCS6 Channel 6 General Purpose Register 6
GTM_MCS6_CH6_R7 0xF01F631C          MCS6 Channel 6 General Purpose Register 7
GTM_MCS6_CH6_CTRL 0xF01F6320          MCS6 Channel 6 Control Register
GTM_MCS6_CH6_ACB 0xF01F6324          MCS6 Channel 6 ARU Control Bit Register
GTM_MCS6_CH6_MHB 0xF01F633C          MCS6 Channel 6 Memory High Byte Register
GTM_MCS6_CH6_PC 0xF01F6340          MCS6 Channel 6 Program Counter Register
GTM_MCS6_CH6_IRQ_NOTIFY 0xF01F6344          MCS6 Channel 6 Interrupt Notification Register
GTM_MCS6_CH6_IRQ_EN 0xF01F6348          MCS6 Channel 6 Interrupt Enable Register
GTM_MCS6_CH6_IRQ_FORCINT 0xF01F634C          MCS6 Channel 6 Force Interrupt Register
GTM_MCS6_CH6_IRQ_MODE 0xF01F6350          MCS6 Channel 6 Interrupt Mode Configuration Register
GTM_MCS6_CH6_EIRQ_EN 0xF01F6354          MCS6 Channel 6 Error Interrupt Enable Register
GTM_MCS6_CH7_R0 0xF01F6380          MCS6 Channel 7 General Purpose Register 0
GTM_MCS6_CH7_R1 0xF01F6384          MCS6 Channel 7 General Purpose Register 1
GTM_MCS6_CH7_R2 0xF01F6388          MCS6 Channel 7 General Purpose Register 2
GTM_MCS6_CH7_R3 0xF01F638C          MCS6 Channel 7 General Purpose Register 3
GTM_MCS6_CH7_R4 0xF01F6390          MCS6 Channel 7 General Purpose Register 4
GTM_MCS6_CH7_R5 0xF01F6394          MCS6 Channel 7 General Purpose Register 5
GTM_MCS6_CH7_R6 0xF01F6398          MCS6 Channel 7 General Purpose Register 6
GTM_MCS6_CH7_R7 0xF01F639C          MCS6 Channel 7 General Purpose Register 7
GTM_MCS6_CH7_CTRL 0xF01F63A0          MCS6 Channel 7 Control Register
GTM_MCS6_CH7_ACB 0xF01F63A4          MCS6 Channel 7 ARU Control Bit Register
GTM_MCS6_CH7_MHB 0xF01F63BC          MCS6 Channel 7 Memory High Byte Register
GTM_MCS6_CH7_PC 0xF01F63C0          MCS6 Channel 7 Program Counter Register
GTM_MCS6_CH7_IRQ_NOTIFY 0xF01F63C4          MCS6 Channel 7 Interrupt Notification Register
GTM_MCS6_CH7_IRQ_EN 0xF01F63C8          MCS6 Channel 7 Interrupt Enable Register
GTM_MCS6_CH7_IRQ_FORCINT 0xF01F63CC          MCS6 Channel 7 Force Interrupt Register
GTM_MCS6_CH7_IRQ_MODE 0xF01F63D0          MCS6 Channel 7 Interrupt Mode Configuration Register
GTM_MCS6_CH7_EIRQ_EN 0xF01F63D4          MCS6 Channel 7 Error Interrupt Enable Register
GTM_MCS7_CH0_R0 0xF01F7000          MCS7 Channel 0 General Purpose Register 0
GTM_MCS7_CH0_R1 0xF01F7004          MCS7 Channel 0 General Purpose Register 1
GTM_MCS7_CH0_R2 0xF01F7008          MCS7 Channel 0 General Purpose Register 2
GTM_MCS7_CH0_R3 0xF01F700C          MCS7 Channel 0 General Purpose Register 3
GTM_MCS7_CH0_R4 0xF01F7010          MCS7 Channel 0 General Purpose Register 4
GTM_MCS7_CH0_R5 0xF01F7014          MCS7 Channel 0 General Purpose Register 5
GTM_MCS7_CH0_R6 0xF01F7018          MCS7 Channel 0 General Purpose Register 6
GTM_MCS7_CH0_R7 0xF01F701C          MCS7 Channel 0 General Purpose Register 7
GTM_MCS7_CH0_CTRL 0xF01F7020          MCS7 Channel 0 Control Register
GTM_MCS7_CH0_ACB 0xF01F7024          MCS7 Channel 0 ARU Control Bit Register
GTM_MCS7_CTRG   0xF01F7028          MCS7 Clear Trigger Control Register
GTM_MCS7_STRG   0xF01F702C          MCS7 Set Trigger Control Register
GTM_MCS7_CH0_MHB 0xF01F703C          MCS7 Channel 0 Memory High Byte Register
GTM_MCS7_CH0_PC 0xF01F7040          MCS7 Channel 0 Program Counter Register
GTM_MCS7_CH0_IRQ_NOTIFY 0xF01F7044          MCS7 Channel 0 Interrupt Notification Register
GTM_MCS7_CH0_IRQ_EN 0xF01F7048          MCS7 Channel 0 Interrupt Enable Register
GTM_MCS7_CH0_IRQ_FORCINT 0xF01F704C          MCS7 Channel 0 Force Interrupt Register
GTM_MCS7_CH0_IRQ_MODE 0xF01F7050          MCS7 Channel 0 Interrupt Mode Configuration Register
GTM_MCS7_CH0_EIRQ_EN 0xF01F7054          MCS7 Channel 0 Error Interrupt Enable Register
GTM_MCS7_REG_PROT 0xF01F7060          MCS7 Write Protection Register
GTM_MCS7_CTRL_STAT 0xF01F7064          MCS7 Control and Status Register
GTM_MCS7_RESET  0xF01F7068          MCS7 Reset Register
GTM_MCS7_CAT    0xF01F706C          MCS7 Cancel ARU Transfer Instruction Register
GTM_MCS7_CWT    0xF01F7070          MCS7 Cancel WURM Instruction Register
GTM_MCS7_ERR    0xF01F707C          MCS7 error register
GTM_MCS7_CH1_R0 0xF01F7080          MCS7 Channel 1 General Purpose Register 0
GTM_MCS7_CH1_R1 0xF01F7084          MCS7 Channel 1 General Purpose Register 1
GTM_MCS7_CH1_R2 0xF01F7088          MCS7 Channel 1 General Purpose Register 2
GTM_MCS7_CH1_R3 0xF01F708C          MCS7 Channel 1 General Purpose Register 3
GTM_MCS7_CH1_R4 0xF01F7090          MCS7 Channel 1 General Purpose Register 4
GTM_MCS7_CH1_R5 0xF01F7094          MCS7 Channel 1 General Purpose Register 5
GTM_MCS7_CH1_R6 0xF01F7098          MCS7 Channel 1 General Purpose Register 6
GTM_MCS7_CH1_R7 0xF01F709C          MCS7 Channel 1 General Purpose Register 7
GTM_MCS7_CH1_CTRL 0xF01F70A0          MCS7 Channel 1 Control Register
GTM_MCS7_CH1_ACB 0xF01F70A4          MCS7 Channel 1 ARU Control Bit Register
GTM_MCS7_CH1_MHB 0xF01F70BC          MCS7 Channel 1 Memory High Byte Register
GTM_MCS7_CH1_PC 0xF01F70C0          MCS7 Channel 1 Program Counter Register
GTM_MCS7_CH1_IRQ_NOTIFY 0xF01F70C4          MCS7 Channel 1 Interrupt Notification Register
GTM_MCS7_CH1_IRQ_EN 0xF01F70C8          MCS7 Channel 1 Interrupt Enable Register
GTM_MCS7_CH1_IRQ_FORCINT 0xF01F70CC          MCS7 Channel 1 Force Interrupt Register
GTM_MCS7_CH1_IRQ_MODE 0xF01F70D0          MCS7 Channel 1 Interrupt Mode Configuration Register
GTM_MCS7_CH1_EIRQ_EN 0xF01F70D4          MCS7 Channel 1 Error Interrupt Enable Register
GTM_MCS7_CH2_R0 0xF01F7100          MCS7 Channel 2 General Purpose Register 0
GTM_MCS7_CH2_R1 0xF01F7104          MCS7 Channel 2 General Purpose Register 1
GTM_MCS7_CH2_R2 0xF01F7108          MCS7 Channel 2 General Purpose Register 2
GTM_MCS7_CH2_R3 0xF01F710C          MCS7 Channel 2 General Purpose Register 3
GTM_MCS7_CH2_R4 0xF01F7110          MCS7 Channel 2 General Purpose Register 4
GTM_MCS7_CH2_R5 0xF01F7114          MCS7 Channel 2 General Purpose Register 5
GTM_MCS7_CH2_R6 0xF01F7118          MCS7 Channel 2 General Purpose Register 6
GTM_MCS7_CH2_R7 0xF01F711C          MCS7 Channel 2 General Purpose Register 7
GTM_MCS7_CH2_CTRL 0xF01F7120          MCS7 Channel 2 Control Register
GTM_MCS7_CH2_ACB 0xF01F7124          MCS7 Channel 2 ARU Control Bit Register
GTM_MCS7_CH2_MHB 0xF01F713C          MCS7 Channel 2 Memory High Byte Register
GTM_MCS7_CH2_PC 0xF01F7140          MCS7 Channel 2 Program Counter Register
GTM_MCS7_CH2_IRQ_NOTIFY 0xF01F7144          MCS7 Channel 2 Interrupt Notification Register
GTM_MCS7_CH2_IRQ_EN 0xF01F7148          MCS7 Channel 2 Interrupt Enable Register
GTM_MCS7_CH2_IRQ_FORCINT 0xF01F714C          MCS7 Channel 2 Force Interrupt Register
GTM_MCS7_CH2_IRQ_MODE 0xF01F7150          MCS7 Channel 2 Interrupt Mode Configuration Register
GTM_MCS7_CH2_EIRQ_EN 0xF01F7154          MCS7 Channel 2 Error Interrupt Enable Register
GTM_MCS7_CH3_R0 0xF01F7180          MCS7 Channel 3 General Purpose Register 0
GTM_MCS7_CH3_R1 0xF01F7184          MCS7 Channel 3 General Purpose Register 1
GTM_MCS7_CH3_R2 0xF01F7188          MCS7 Channel 3 General Purpose Register 2
GTM_MCS7_CH3_R3 0xF01F718C          MCS7 Channel 3 General Purpose Register 3
GTM_MCS7_CH3_R4 0xF01F7190          MCS7 Channel 3 General Purpose Register 4
GTM_MCS7_CH3_R5 0xF01F7194          MCS7 Channel 3 General Purpose Register 5
GTM_MCS7_CH3_R6 0xF01F7198          MCS7 Channel 3 General Purpose Register 6
GTM_MCS7_CH3_R7 0xF01F719C          MCS7 Channel 3 General Purpose Register 7
GTM_MCS7_CH3_CTRL 0xF01F71A0          MCS7 Channel 3 Control Register
GTM_MCS7_CH3_ACB 0xF01F71A4          MCS7 Channel 3 ARU Control Bit Register
GTM_MCS7_CH3_MHB 0xF01F71BC          MCS7 Channel 3 Memory High Byte Register
GTM_MCS7_CH3_PC 0xF01F71C0          MCS7 Channel 3 Program Counter Register
GTM_MCS7_CH3_IRQ_NOTIFY 0xF01F71C4          MCS7 Channel 3 Interrupt Notification Register
GTM_MCS7_CH3_IRQ_EN 0xF01F71C8          MCS7 Channel 3 Interrupt Enable Register
GTM_MCS7_CH3_IRQ_FORCINT 0xF01F71CC          MCS7 Channel 3 Force Interrupt Register
GTM_MCS7_CH3_IRQ_MODE 0xF01F71D0          MCS7 Channel 3 Interrupt Mode Configuration Register
GTM_MCS7_CH3_EIRQ_EN 0xF01F71D4          MCS7 Channel 3 Error Interrupt Enable Register
GTM_MCS7_CH4_R0 0xF01F7200          MCS7 Channel 4 General Purpose Register 0
GTM_MCS7_CH4_R1 0xF01F7204          MCS7 Channel 4 General Purpose Register 1
GTM_MCS7_CH4_R2 0xF01F7208          MCS7 Channel 4 General Purpose Register 2
GTM_MCS7_CH4_R3 0xF01F720C          MCS7 Channel 4 General Purpose Register 3
GTM_MCS7_CH4_R4 0xF01F7210          MCS7 Channel 4 General Purpose Register 4
GTM_MCS7_CH4_R5 0xF01F7214          MCS7 Channel 4 General Purpose Register 5
GTM_MCS7_CH4_R6 0xF01F7218          MCS7 Channel 4 General Purpose Register 6
GTM_MCS7_CH4_R7 0xF01F721C          MCS7 Channel 4 General Purpose Register 7
GTM_MCS7_CH4_CTRL 0xF01F7220          MCS7 Channel 4 Control Register
GTM_MCS7_CH4_ACB 0xF01F7224          MCS7 Channel 4 ARU Control Bit Register
GTM_MCS7_CH4_MHB 0xF01F723C          MCS7 Channel 4 Memory High Byte Register
GTM_MCS7_CH4_PC 0xF01F7240          MCS7 Channel 4 Program Counter Register
GTM_MCS7_CH4_IRQ_NOTIFY 0xF01F7244          MCS7 Channel 4 Interrupt Notification Register
GTM_MCS7_CH4_IRQ_EN 0xF01F7248          MCS7 Channel 4 Interrupt Enable Register
GTM_MCS7_CH4_IRQ_FORCINT 0xF01F724C          MCS7 Channel 4 Force Interrupt Register
GTM_MCS7_CH4_IRQ_MODE 0xF01F7250          MCS7 Channel 4 Interrupt Mode Configuration Register
GTM_MCS7_CH4_EIRQ_EN 0xF01F7254          MCS7 Channel 4 Error Interrupt Enable Register
GTM_MCS7_CH5_R0 0xF01F7280          MCS7 Channel 5 General Purpose Register 0
GTM_MCS7_CH5_R1 0xF01F7284          MCS7 Channel 5 General Purpose Register 1
GTM_MCS7_CH5_R2 0xF01F7288          MCS7 Channel 5 General Purpose Register 2
GTM_MCS7_CH5_R3 0xF01F728C          MCS7 Channel 5 General Purpose Register 3
GTM_MCS7_CH5_R4 0xF01F7290          MCS7 Channel 5 General Purpose Register 4
GTM_MCS7_CH5_R5 0xF01F7294          MCS7 Channel 5 General Purpose Register 5
GTM_MCS7_CH5_R6 0xF01F7298          MCS7 Channel 5 General Purpose Register 6
GTM_MCS7_CH5_R7 0xF01F729C          MCS7 Channel 5 General Purpose Register 7
GTM_MCS7_CH5_CTRL 0xF01F72A0          MCS7 Channel 5 Control Register
GTM_MCS7_CH5_ACB 0xF01F72A4          MCS7 Channel 5 ARU Control Bit Register
GTM_MCS7_CH5_MHB 0xF01F72BC          MCS7 Channel 5 Memory High Byte Register
GTM_MCS7_CH5_PC 0xF01F72C0          MCS7 Channel 5 Program Counter Register
GTM_MCS7_CH5_IRQ_NOTIFY 0xF01F72C4          MCS7 Channel 5 Interrupt Notification Register
GTM_MCS7_CH5_IRQ_EN 0xF01F72C8          MCS7 Channel 5 Interrupt Enable Register
GTM_MCS7_CH5_IRQ_FORCINT 0xF01F72CC          MCS7 Channel 5 Force Interrupt Register
GTM_MCS7_CH5_IRQ_MODE 0xF01F72D0          MCS7 Channel 5 Interrupt Mode Configuration Register
GTM_MCS7_CH5_EIRQ_EN 0xF01F72D4          MCS7 Channel 5 Error Interrupt Enable Register
GTM_MCS7_CH6_R0 0xF01F7300          MCS7 Channel 6 General Purpose Register 0
GTM_MCS7_CH6_R1 0xF01F7304          MCS7 Channel 6 General Purpose Register 1
GTM_MCS7_CH6_R2 0xF01F7308          MCS7 Channel 6 General Purpose Register 2
GTM_MCS7_CH6_R3 0xF01F730C          MCS7 Channel 6 General Purpose Register 3
GTM_MCS7_CH6_R4 0xF01F7310          MCS7 Channel 6 General Purpose Register 4
GTM_MCS7_CH6_R5 0xF01F7314          MCS7 Channel 6 General Purpose Register 5
GTM_MCS7_CH6_R6 0xF01F7318          MCS7 Channel 6 General Purpose Register 6
GTM_MCS7_CH6_R7 0xF01F731C          MCS7 Channel 6 General Purpose Register 7
GTM_MCS7_CH6_CTRL 0xF01F7320          MCS7 Channel 6 Control Register
GTM_MCS7_CH6_ACB 0xF01F7324          MCS7 Channel 6 ARU Control Bit Register
GTM_MCS7_CH6_MHB 0xF01F733C          MCS7 Channel 6 Memory High Byte Register
GTM_MCS7_CH6_PC 0xF01F7340          MCS7 Channel 6 Program Counter Register
GTM_MCS7_CH6_IRQ_NOTIFY 0xF01F7344          MCS7 Channel 6 Interrupt Notification Register
GTM_MCS7_CH6_IRQ_EN 0xF01F7348          MCS7 Channel 6 Interrupt Enable Register
GTM_MCS7_CH6_IRQ_FORCINT 0xF01F734C          MCS7 Channel 6 Force Interrupt Register
GTM_MCS7_CH6_IRQ_MODE 0xF01F7350          MCS7 Channel 6 Interrupt Mode Configuration Register
GTM_MCS7_CH6_EIRQ_EN 0xF01F7354          MCS7 Channel 6 Error Interrupt Enable Register
GTM_MCS7_CH7_R0 0xF01F7380          MCS7 Channel 7 General Purpose Register 0
GTM_MCS7_CH7_R1 0xF01F7384          MCS7 Channel 7 General Purpose Register 1
GTM_MCS7_CH7_R2 0xF01F7388          MCS7 Channel 7 General Purpose Register 2
GTM_MCS7_CH7_R3 0xF01F738C          MCS7 Channel 7 General Purpose Register 3
GTM_MCS7_CH7_R4 0xF01F7390          MCS7 Channel 7 General Purpose Register 4
GTM_MCS7_CH7_R5 0xF01F7394          MCS7 Channel 7 General Purpose Register 5
GTM_MCS7_CH7_R6 0xF01F7398          MCS7 Channel 7 General Purpose Register 6
GTM_MCS7_CH7_R7 0xF01F739C          MCS7 Channel 7 General Purpose Register 7
GTM_MCS7_CH7_CTRL 0xF01F73A0          MCS7 Channel 7 Control Register
GTM_MCS7_CH7_ACB 0xF01F73A4          MCS7 Channel 7 ARU Control Bit Register
GTM_MCS7_CH7_MHB 0xF01F73BC          MCS7 Channel 7 Memory High Byte Register
GTM_MCS7_CH7_PC 0xF01F73C0          MCS7 Channel 7 Program Counter Register
GTM_MCS7_CH7_IRQ_NOTIFY 0xF01F73C4          MCS7 Channel 7 Interrupt Notification Register
GTM_MCS7_CH7_IRQ_EN 0xF01F73C8          MCS7 Channel 7 Interrupt Enable Register
GTM_MCS7_CH7_IRQ_FORCINT 0xF01F73CC          MCS7 Channel 7 Force Interrupt Register
GTM_MCS7_CH7_IRQ_MODE 0xF01F73D0          MCS7 Channel 7 Interrupt Mode Configuration Register
GTM_MCS7_CH7_EIRQ_EN 0xF01F73D4          MCS7 Channel 7 Error Interrupt Enable Register
GTM_MCS8_CH0_R0 0xF01F8000          MCS8 Channel 0 General Purpose Register 0
GTM_MCS8_CH0_R1 0xF01F8004          MCS8 Channel 0 General Purpose Register 1
GTM_MCS8_CH0_R2 0xF01F8008          MCS8 Channel 0 General Purpose Register 2
GTM_MCS8_CH0_R3 0xF01F800C          MCS8 Channel 0 General Purpose Register 3
GTM_MCS8_CH0_R4 0xF01F8010          MCS8 Channel 0 General Purpose Register 4
GTM_MCS8_CH0_R5 0xF01F8014          MCS8 Channel 0 General Purpose Register 5
GTM_MCS8_CH0_R6 0xF01F8018          MCS8 Channel 0 General Purpose Register 6
GTM_MCS8_CH0_R7 0xF01F801C          MCS8 Channel 0 General Purpose Register 7
GTM_MCS8_CH0_CTRL 0xF01F8020          MCS8 Channel 0 Control Register
GTM_MCS8_CH0_ACB 0xF01F8024          MCS8 Channel 0 ARU Control Bit Register
GTM_MCS8_CTRG   0xF01F8028          MCS8 Clear Trigger Control Register
GTM_MCS8_STRG   0xF01F802C          MCS8 Set Trigger Control Register
GTM_MCS8_CH0_MHB 0xF01F803C          MCS8 Channel 0 Memory High Byte Register
GTM_MCS8_CH0_PC 0xF01F8040          MCS8 Channel 0 Program Counter Register
GTM_MCS8_CH0_IRQ_NOTIFY 0xF01F8044          MCS8 Channel 0 Interrupt Notification Register
GTM_MCS8_CH0_IRQ_EN 0xF01F8048          MCS8 Channel 0 Interrupt Enable Register
GTM_MCS8_CH0_IRQ_FORCINT 0xF01F804C          MCS8 Channel 0 Force Interrupt Register
GTM_MCS8_CH0_IRQ_MODE 0xF01F8050          MCS8 Channel 0 Interrupt Mode Configuration Register
GTM_MCS8_CH0_EIRQ_EN 0xF01F8054          MCS8 Channel 0 Error Interrupt Enable Register
GTM_MCS8_REG_PROT 0xF01F8060          MCS8 Write Protection Register
GTM_MCS8_CTRL_STAT 0xF01F8064          MCS8 Control and Status Register
GTM_MCS8_RESET  0xF01F8068          MCS8 Reset Register
GTM_MCS8_CAT    0xF01F806C          MCS8 Cancel ARU Transfer Instruction Register
GTM_MCS8_CWT    0xF01F8070          MCS8 Cancel WURM Instruction Register
GTM_MCS8_ERR    0xF01F807C          MCS8 error register
GTM_MCS8_CH1_R0 0xF01F8080          MCS8 Channel 1 General Purpose Register 0
GTM_MCS8_CH1_R1 0xF01F8084          MCS8 Channel 1 General Purpose Register 1
GTM_MCS8_CH1_R2 0xF01F8088          MCS8 Channel 1 General Purpose Register 2
GTM_MCS8_CH1_R3 0xF01F808C          MCS8 Channel 1 General Purpose Register 3
GTM_MCS8_CH1_R4 0xF01F8090          MCS8 Channel 1 General Purpose Register 4
GTM_MCS8_CH1_R5 0xF01F8094          MCS8 Channel 1 General Purpose Register 5
GTM_MCS8_CH1_R6 0xF01F8098          MCS8 Channel 1 General Purpose Register 6
GTM_MCS8_CH1_R7 0xF01F809C          MCS8 Channel 1 General Purpose Register 7
GTM_MCS8_CH1_CTRL 0xF01F80A0          MCS8 Channel 1 Control Register
GTM_MCS8_CH1_ACB 0xF01F80A4          MCS8 Channel 1 ARU Control Bit Register
GTM_MCS8_CH1_MHB 0xF01F80BC          MCS8 Channel 1 Memory High Byte Register
GTM_MCS8_CH1_PC 0xF01F80C0          MCS8 Channel 1 Program Counter Register
GTM_MCS8_CH1_IRQ_NOTIFY 0xF01F80C4          MCS8 Channel 1 Interrupt Notification Register
GTM_MCS8_CH1_IRQ_EN 0xF01F80C8          MCS8 Channel 1 Interrupt Enable Register
GTM_MCS8_CH1_IRQ_FORCINT 0xF01F80CC          MCS8 Channel 1 Force Interrupt Register
GTM_MCS8_CH1_IRQ_MODE 0xF01F80D0          MCS8 Channel 1 Interrupt Mode Configuration Register
GTM_MCS8_CH1_EIRQ_EN 0xF01F80D4          MCS8 Channel 1 Error Interrupt Enable Register
GTM_MCS8_CH2_R0 0xF01F8100          MCS8 Channel 2 General Purpose Register 0
GTM_MCS8_CH2_R1 0xF01F8104          MCS8 Channel 2 General Purpose Register 1
GTM_MCS8_CH2_R2 0xF01F8108          MCS8 Channel 2 General Purpose Register 2
GTM_MCS8_CH2_R3 0xF01F810C          MCS8 Channel 2 General Purpose Register 3
GTM_MCS8_CH2_R4 0xF01F8110          MCS8 Channel 2 General Purpose Register 4
GTM_MCS8_CH2_R5 0xF01F8114          MCS8 Channel 2 General Purpose Register 5
GTM_MCS8_CH2_R6 0xF01F8118          MCS8 Channel 2 General Purpose Register 6
GTM_MCS8_CH2_R7 0xF01F811C          MCS8 Channel 2 General Purpose Register 7
GTM_MCS8_CH2_CTRL 0xF01F8120          MCS8 Channel 2 Control Register
GTM_MCS8_CH2_ACB 0xF01F8124          MCS8 Channel 2 ARU Control Bit Register
GTM_MCS8_CH2_MHB 0xF01F813C          MCS8 Channel 2 Memory High Byte Register
GTM_MCS8_CH2_PC 0xF01F8140          MCS8 Channel 2 Program Counter Register
GTM_MCS8_CH2_IRQ_NOTIFY 0xF01F8144          MCS8 Channel 2 Interrupt Notification Register
GTM_MCS8_CH2_IRQ_EN 0xF01F8148          MCS8 Channel 2 Interrupt Enable Register
GTM_MCS8_CH2_IRQ_FORCINT 0xF01F814C          MCS8 Channel 2 Force Interrupt Register
GTM_MCS8_CH2_IRQ_MODE 0xF01F8150          MCS8 Channel 2 Interrupt Mode Configuration Register
GTM_MCS8_CH2_EIRQ_EN 0xF01F8154          MCS8 Channel 2 Error Interrupt Enable Register
GTM_MCS8_CH3_R0 0xF01F8180          MCS8 Channel 3 General Purpose Register 0
GTM_MCS8_CH3_R1 0xF01F8184          MCS8 Channel 3 General Purpose Register 1
GTM_MCS8_CH3_R2 0xF01F8188          MCS8 Channel 3 General Purpose Register 2
GTM_MCS8_CH3_R3 0xF01F818C          MCS8 Channel 3 General Purpose Register 3
GTM_MCS8_CH3_R4 0xF01F8190          MCS8 Channel 3 General Purpose Register 4
GTM_MCS8_CH3_R5 0xF01F8194          MCS8 Channel 3 General Purpose Register 5
GTM_MCS8_CH3_R6 0xF01F8198          MCS8 Channel 3 General Purpose Register 6
GTM_MCS8_CH3_R7 0xF01F819C          MCS8 Channel 3 General Purpose Register 7
GTM_MCS8_CH3_CTRL 0xF01F81A0          MCS8 Channel 3 Control Register
GTM_MCS8_CH3_ACB 0xF01F81A4          MCS8 Channel 3 ARU Control Bit Register
GTM_MCS8_CH3_MHB 0xF01F81BC          MCS8 Channel 3 Memory High Byte Register
GTM_MCS8_CH3_PC 0xF01F81C0          MCS8 Channel 3 Program Counter Register
GTM_MCS8_CH3_IRQ_NOTIFY 0xF01F81C4          MCS8 Channel 3 Interrupt Notification Register
GTM_MCS8_CH3_IRQ_EN 0xF01F81C8          MCS8 Channel 3 Interrupt Enable Register
GTM_MCS8_CH3_IRQ_FORCINT 0xF01F81CC          MCS8 Channel 3 Force Interrupt Register
GTM_MCS8_CH3_IRQ_MODE 0xF01F81D0          MCS8 Channel 3 Interrupt Mode Configuration Register
GTM_MCS8_CH3_EIRQ_EN 0xF01F81D4          MCS8 Channel 3 Error Interrupt Enable Register
GTM_MCS8_CH4_R0 0xF01F8200          MCS8 Channel 4 General Purpose Register 0
GTM_MCS8_CH4_R1 0xF01F8204          MCS8 Channel 4 General Purpose Register 1
GTM_MCS8_CH4_R2 0xF01F8208          MCS8 Channel 4 General Purpose Register 2
GTM_MCS8_CH4_R3 0xF01F820C          MCS8 Channel 4 General Purpose Register 3
GTM_MCS8_CH4_R4 0xF01F8210          MCS8 Channel 4 General Purpose Register 4
GTM_MCS8_CH4_R5 0xF01F8214          MCS8 Channel 4 General Purpose Register 5
GTM_MCS8_CH4_R6 0xF01F8218          MCS8 Channel 4 General Purpose Register 6
GTM_MCS8_CH4_R7 0xF01F821C          MCS8 Channel 4 General Purpose Register 7
GTM_MCS8_CH4_CTRL 0xF01F8220          MCS8 Channel 4 Control Register
GTM_MCS8_CH4_ACB 0xF01F8224          MCS8 Channel 4 ARU Control Bit Register
GTM_MCS8_CH4_MHB 0xF01F823C          MCS8 Channel 4 Memory High Byte Register
GTM_MCS8_CH4_PC 0xF01F8240          MCS8 Channel 4 Program Counter Register
GTM_MCS8_CH4_IRQ_NOTIFY 0xF01F8244          MCS8 Channel 4 Interrupt Notification Register
GTM_MCS8_CH4_IRQ_EN 0xF01F8248          MCS8 Channel 4 Interrupt Enable Register
GTM_MCS8_CH4_IRQ_FORCINT 0xF01F824C          MCS8 Channel 4 Force Interrupt Register
GTM_MCS8_CH4_IRQ_MODE 0xF01F8250          MCS8 Channel 4 Interrupt Mode Configuration Register
GTM_MCS8_CH4_EIRQ_EN 0xF01F8254          MCS8 Channel 4 Error Interrupt Enable Register
GTM_MCS8_CH5_R0 0xF01F8280          MCS8 Channel 5 General Purpose Register 0
GTM_MCS8_CH5_R1 0xF01F8284          MCS8 Channel 5 General Purpose Register 1
GTM_MCS8_CH5_R2 0xF01F8288          MCS8 Channel 5 General Purpose Register 2
GTM_MCS8_CH5_R3 0xF01F828C          MCS8 Channel 5 General Purpose Register 3
GTM_MCS8_CH5_R4 0xF01F8290          MCS8 Channel 5 General Purpose Register 4
GTM_MCS8_CH5_R5 0xF01F8294          MCS8 Channel 5 General Purpose Register 5
GTM_MCS8_CH5_R6 0xF01F8298          MCS8 Channel 5 General Purpose Register 6
GTM_MCS8_CH5_R7 0xF01F829C          MCS8 Channel 5 General Purpose Register 7
GTM_MCS8_CH5_CTRL 0xF01F82A0          MCS8 Channel 5 Control Register
GTM_MCS8_CH5_ACB 0xF01F82A4          MCS8 Channel 5 ARU Control Bit Register
GTM_MCS8_CH5_MHB 0xF01F82BC          MCS8 Channel 5 Memory High Byte Register
GTM_MCS8_CH5_PC 0xF01F82C0          MCS8 Channel 5 Program Counter Register
GTM_MCS8_CH5_IRQ_NOTIFY 0xF01F82C4          MCS8 Channel 5 Interrupt Notification Register
GTM_MCS8_CH5_IRQ_EN 0xF01F82C8          MCS8 Channel 5 Interrupt Enable Register
GTM_MCS8_CH5_IRQ_FORCINT 0xF01F82CC          MCS8 Channel 5 Force Interrupt Register
GTM_MCS8_CH5_IRQ_MODE 0xF01F82D0          MCS8 Channel 5 Interrupt Mode Configuration Register
GTM_MCS8_CH5_EIRQ_EN 0xF01F82D4          MCS8 Channel 5 Error Interrupt Enable Register
GTM_MCS8_CH6_R0 0xF01F8300          MCS8 Channel 6 General Purpose Register 0
GTM_MCS8_CH6_R1 0xF01F8304          MCS8 Channel 6 General Purpose Register 1
GTM_MCS8_CH6_R2 0xF01F8308          MCS8 Channel 6 General Purpose Register 2
GTM_MCS8_CH6_R3 0xF01F830C          MCS8 Channel 6 General Purpose Register 3
GTM_MCS8_CH6_R4 0xF01F8310          MCS8 Channel 6 General Purpose Register 4
GTM_MCS8_CH6_R5 0xF01F8314          MCS8 Channel 6 General Purpose Register 5
GTM_MCS8_CH6_R6 0xF01F8318          MCS8 Channel 6 General Purpose Register 6
GTM_MCS8_CH6_R7 0xF01F831C          MCS8 Channel 6 General Purpose Register 7
GTM_MCS8_CH6_CTRL 0xF01F8320          MCS8 Channel 6 Control Register
GTM_MCS8_CH6_ACB 0xF01F8324          MCS8 Channel 6 ARU Control Bit Register
GTM_MCS8_CH6_MHB 0xF01F833C          MCS8 Channel 6 Memory High Byte Register
GTM_MCS8_CH6_PC 0xF01F8340          MCS8 Channel 6 Program Counter Register
GTM_MCS8_CH6_IRQ_NOTIFY 0xF01F8344          MCS8 Channel 6 Interrupt Notification Register
GTM_MCS8_CH6_IRQ_EN 0xF01F8348          MCS8 Channel 6 Interrupt Enable Register
GTM_MCS8_CH6_IRQ_FORCINT 0xF01F834C          MCS8 Channel 6 Force Interrupt Register
GTM_MCS8_CH6_IRQ_MODE 0xF01F8350          MCS8 Channel 6 Interrupt Mode Configuration Register
GTM_MCS8_CH6_EIRQ_EN 0xF01F8354          MCS8 Channel 6 Error Interrupt Enable Register
GTM_MCS8_CH7_R0 0xF01F8380          MCS8 Channel 7 General Purpose Register 0
GTM_MCS8_CH7_R1 0xF01F8384          MCS8 Channel 7 General Purpose Register 1
GTM_MCS8_CH7_R2 0xF01F8388          MCS8 Channel 7 General Purpose Register 2
GTM_MCS8_CH7_R3 0xF01F838C          MCS8 Channel 7 General Purpose Register 3
GTM_MCS8_CH7_R4 0xF01F8390          MCS8 Channel 7 General Purpose Register 4
GTM_MCS8_CH7_R5 0xF01F8394          MCS8 Channel 7 General Purpose Register 5
GTM_MCS8_CH7_R6 0xF01F8398          MCS8 Channel 7 General Purpose Register 6
GTM_MCS8_CH7_R7 0xF01F839C          MCS8 Channel 7 General Purpose Register 7
GTM_MCS8_CH7_CTRL 0xF01F83A0          MCS8 Channel 7 Control Register
GTM_MCS8_CH7_ACB 0xF01F83A4          MCS8 Channel 7 ARU Control Bit Register
GTM_MCS8_CH7_MHB 0xF01F83BC          MCS8 Channel 7 Memory High Byte Register
GTM_MCS8_CH7_PC 0xF01F83C0          MCS8 Channel 7 Program Counter Register
GTM_MCS8_CH7_IRQ_NOTIFY 0xF01F83C4          MCS8 Channel 7 Interrupt Notification Register
GTM_MCS8_CH7_IRQ_EN 0xF01F83C8          MCS8 Channel 7 Interrupt Enable Register
GTM_MCS8_CH7_IRQ_FORCINT 0xF01F83CC          MCS8 Channel 7 Force Interrupt Register
GTM_MCS8_CH7_IRQ_MODE 0xF01F83D0          MCS8 Channel 7 Interrupt Mode Configuration Register
GTM_MCS8_CH7_EIRQ_EN 0xF01F83D4          MCS8 Channel 7 Error Interrupt Enable Register
GTM_MCS9_CH0_R0 0xF01F9000          MCS9 Channel 0 General Purpose Register 0
GTM_MCS9_CH0_R1 0xF01F9004          MCS9 Channel 0 General Purpose Register 1
GTM_MCS9_CH0_R2 0xF01F9008          MCS9 Channel 0 General Purpose Register 2
GTM_MCS9_CH0_R3 0xF01F900C          MCS9 Channel 0 General Purpose Register 3
GTM_MCS9_CH0_R4 0xF01F9010          MCS9 Channel 0 General Purpose Register 4
GTM_MCS9_CH0_R5 0xF01F9014          MCS9 Channel 0 General Purpose Register 5
GTM_MCS9_CH0_R6 0xF01F9018          MCS9 Channel 0 General Purpose Register 6
GTM_MCS9_CH0_R7 0xF01F901C          MCS9 Channel 0 General Purpose Register 7
GTM_MCS9_CH0_CTRL 0xF01F9020          MCS9 Channel 0 Control Register
GTM_MCS9_CH0_ACB 0xF01F9024          MCS9 Channel 0 ARU Control Bit Register
GTM_MCS9_CTRG   0xF01F9028          MCS9 Clear Trigger Control Register
GTM_MCS9_STRG   0xF01F902C          MCS9 Set Trigger Control Register
GTM_MCS9_CH0_MHB 0xF01F903C          MCS9 Channel 0 Memory High Byte Register
GTM_MCS9_CH0_PC 0xF01F9040          MCS9 Channel 0 Program Counter Register
GTM_MCS9_CH0_IRQ_NOTIFY 0xF01F9044          MCS9 Channel 0 Interrupt Notification Register
GTM_MCS9_CH0_IRQ_EN 0xF01F9048          MCS9 Channel 0 Interrupt Enable Register
GTM_MCS9_CH0_IRQ_FORCINT 0xF01F904C          MCS9 Channel 0 Force Interrupt Register
GTM_MCS9_CH0_IRQ_MODE 0xF01F9050          MCS9 Channel 0 Interrupt Mode Configuration Register
GTM_MCS9_CH0_EIRQ_EN 0xF01F9054          MCS9 Channel 0 Error Interrupt Enable Register
GTM_MCS9_REG_PROT 0xF01F9060          MCS9 Write Protection Register
GTM_MCS9_CTRL_STAT 0xF01F9064          MCS9 Control and Status Register
GTM_MCS9_RESET  0xF01F9068          MCS9 Reset Register
GTM_MCS9_CAT    0xF01F906C          MCS9 Cancel ARU Transfer Instruction Register
GTM_MCS9_CWT    0xF01F9070          MCS9 Cancel WURM Instruction Register
GTM_MCS9_ERR    0xF01F907C          MCS9 error register
GTM_MCS9_CH1_R0 0xF01F9080          MCS9 Channel 1 General Purpose Register 0
GTM_MCS9_CH1_R1 0xF01F9084          MCS9 Channel 1 General Purpose Register 1
GTM_MCS9_CH1_R2 0xF01F9088          MCS9 Channel 1 General Purpose Register 2
GTM_MCS9_CH1_R3 0xF01F908C          MCS9 Channel 1 General Purpose Register 3
GTM_MCS9_CH1_R4 0xF01F9090          MCS9 Channel 1 General Purpose Register 4
GTM_MCS9_CH1_R5 0xF01F9094          MCS9 Channel 1 General Purpose Register 5
GTM_MCS9_CH1_R6 0xF01F9098          MCS9 Channel 1 General Purpose Register 6
GTM_MCS9_CH1_R7 0xF01F909C          MCS9 Channel 1 General Purpose Register 7
GTM_MCS9_CH1_CTRL 0xF01F90A0          MCS9 Channel 1 Control Register
GTM_MCS9_CH1_ACB 0xF01F90A4          MCS9 Channel 1 ARU Control Bit Register
GTM_MCS9_CH1_MHB 0xF01F90BC          MCS9 Channel 1 Memory High Byte Register
GTM_MCS9_CH1_PC 0xF01F90C0          MCS9 Channel 1 Program Counter Register
GTM_MCS9_CH1_IRQ_NOTIFY 0xF01F90C4          MCS9 Channel 1 Interrupt Notification Register
GTM_MCS9_CH1_IRQ_EN 0xF01F90C8          MCS9 Channel 1 Interrupt Enable Register
GTM_MCS9_CH1_IRQ_FORCINT 0xF01F90CC          MCS9 Channel 1 Force Interrupt Register
GTM_MCS9_CH1_IRQ_MODE 0xF01F90D0          MCS9 Channel 1 Interrupt Mode Configuration Register
GTM_MCS9_CH1_EIRQ_EN 0xF01F90D4          MCS9 Channel 1 Error Interrupt Enable Register
GTM_MCS9_CH2_R0 0xF01F9100          MCS9 Channel 2 General Purpose Register 0
GTM_MCS9_CH2_R1 0xF01F9104          MCS9 Channel 2 General Purpose Register 1
GTM_MCS9_CH2_R2 0xF01F9108          MCS9 Channel 2 General Purpose Register 2
GTM_MCS9_CH2_R3 0xF01F910C          MCS9 Channel 2 General Purpose Register 3
GTM_MCS9_CH2_R4 0xF01F9110          MCS9 Channel 2 General Purpose Register 4
GTM_MCS9_CH2_R5 0xF01F9114          MCS9 Channel 2 General Purpose Register 5
GTM_MCS9_CH2_R6 0xF01F9118          MCS9 Channel 2 General Purpose Register 6
GTM_MCS9_CH2_R7 0xF01F911C          MCS9 Channel 2 General Purpose Register 7
GTM_MCS9_CH2_CTRL 0xF01F9120          MCS9 Channel 2 Control Register
GTM_MCS9_CH2_ACB 0xF01F9124          MCS9 Channel 2 ARU Control Bit Register
GTM_MCS9_CH2_MHB 0xF01F913C          MCS9 Channel 2 Memory High Byte Register
GTM_MCS9_CH2_PC 0xF01F9140          MCS9 Channel 2 Program Counter Register
GTM_MCS9_CH2_IRQ_NOTIFY 0xF01F9144          MCS9 Channel 2 Interrupt Notification Register
GTM_MCS9_CH2_IRQ_EN 0xF01F9148          MCS9 Channel 2 Interrupt Enable Register
GTM_MCS9_CH2_IRQ_FORCINT 0xF01F914C          MCS9 Channel 2 Force Interrupt Register
GTM_MCS9_CH2_IRQ_MODE 0xF01F9150          MCS9 Channel 2 Interrupt Mode Configuration Register
GTM_MCS9_CH2_EIRQ_EN 0xF01F9154          MCS9 Channel 2 Error Interrupt Enable Register
GTM_MCS9_CH3_R0 0xF01F9180          MCS9 Channel 3 General Purpose Register 0
GTM_MCS9_CH3_R1 0xF01F9184          MCS9 Channel 3 General Purpose Register 1
GTM_MCS9_CH3_R2 0xF01F9188          MCS9 Channel 3 General Purpose Register 2
GTM_MCS9_CH3_R3 0xF01F918C          MCS9 Channel 3 General Purpose Register 3
GTM_MCS9_CH3_R4 0xF01F9190          MCS9 Channel 3 General Purpose Register 4
GTM_MCS9_CH3_R5 0xF01F9194          MCS9 Channel 3 General Purpose Register 5
GTM_MCS9_CH3_R6 0xF01F9198          MCS9 Channel 3 General Purpose Register 6
GTM_MCS9_CH3_R7 0xF01F919C          MCS9 Channel 3 General Purpose Register 7
GTM_MCS9_CH3_CTRL 0xF01F91A0          MCS9 Channel 3 Control Register
GTM_MCS9_CH3_ACB 0xF01F91A4          MCS9 Channel 3 ARU Control Bit Register
GTM_MCS9_CH3_MHB 0xF01F91BC          MCS9 Channel 3 Memory High Byte Register
GTM_MCS9_CH3_PC 0xF01F91C0          MCS9 Channel 3 Program Counter Register
GTM_MCS9_CH3_IRQ_NOTIFY 0xF01F91C4          MCS9 Channel 3 Interrupt Notification Register
GTM_MCS9_CH3_IRQ_EN 0xF01F91C8          MCS9 Channel 3 Interrupt Enable Register
GTM_MCS9_CH3_IRQ_FORCINT 0xF01F91CC          MCS9 Channel 3 Force Interrupt Register
GTM_MCS9_CH3_IRQ_MODE 0xF01F91D0          MCS9 Channel 3 Interrupt Mode Configuration Register
GTM_MCS9_CH3_EIRQ_EN 0xF01F91D4          MCS9 Channel 3 Error Interrupt Enable Register
GTM_MCS9_CH4_R0 0xF01F9200          MCS9 Channel 4 General Purpose Register 0
GTM_MCS9_CH4_R1 0xF01F9204          MCS9 Channel 4 General Purpose Register 1
GTM_MCS9_CH4_R2 0xF01F9208          MCS9 Channel 4 General Purpose Register 2
GTM_MCS9_CH4_R3 0xF01F920C          MCS9 Channel 4 General Purpose Register 3
GTM_MCS9_CH4_R4 0xF01F9210          MCS9 Channel 4 General Purpose Register 4
GTM_MCS9_CH4_R5 0xF01F9214          MCS9 Channel 4 General Purpose Register 5
GTM_MCS9_CH4_R6 0xF01F9218          MCS9 Channel 4 General Purpose Register 6
GTM_MCS9_CH4_R7 0xF01F921C          MCS9 Channel 4 General Purpose Register 7
GTM_MCS9_CH4_CTRL 0xF01F9220          MCS9 Channel 4 Control Register
GTM_MCS9_CH4_ACB 0xF01F9224          MCS9 Channel 4 ARU Control Bit Register
GTM_MCS9_CH4_MHB 0xF01F923C          MCS9 Channel 4 Memory High Byte Register
GTM_MCS9_CH4_PC 0xF01F9240          MCS9 Channel 4 Program Counter Register
GTM_MCS9_CH4_IRQ_NOTIFY 0xF01F9244          MCS9 Channel 4 Interrupt Notification Register
GTM_MCS9_CH4_IRQ_EN 0xF01F9248          MCS9 Channel 4 Interrupt Enable Register
GTM_MCS9_CH4_IRQ_FORCINT 0xF01F924C          MCS9 Channel 4 Force Interrupt Register
GTM_MCS9_CH4_IRQ_MODE 0xF01F9250          MCS9 Channel 4 Interrupt Mode Configuration Register
GTM_MCS9_CH4_EIRQ_EN 0xF01F9254          MCS9 Channel 4 Error Interrupt Enable Register
GTM_MCS9_CH5_R0 0xF01F9280          MCS9 Channel 5 General Purpose Register 0
GTM_MCS9_CH5_R1 0xF01F9284          MCS9 Channel 5 General Purpose Register 1
GTM_MCS9_CH5_R2 0xF01F9288          MCS9 Channel 5 General Purpose Register 2
GTM_MCS9_CH5_R3 0xF01F928C          MCS9 Channel 5 General Purpose Register 3
GTM_MCS9_CH5_R4 0xF01F9290          MCS9 Channel 5 General Purpose Register 4
GTM_MCS9_CH5_R5 0xF01F9294          MCS9 Channel 5 General Purpose Register 5
GTM_MCS9_CH5_R6 0xF01F9298          MCS9 Channel 5 General Purpose Register 6
GTM_MCS9_CH5_R7 0xF01F929C          MCS9 Channel 5 General Purpose Register 7
GTM_MCS9_CH5_CTRL 0xF01F92A0          MCS9 Channel 5 Control Register
GTM_MCS9_CH5_ACB 0xF01F92A4          MCS9 Channel 5 ARU Control Bit Register
GTM_MCS9_CH5_MHB 0xF01F92BC          MCS9 Channel 5 Memory High Byte Register
GTM_MCS9_CH5_PC 0xF01F92C0          MCS9 Channel 5 Program Counter Register
GTM_MCS9_CH5_IRQ_NOTIFY 0xF01F92C4          MCS9 Channel 5 Interrupt Notification Register
GTM_MCS9_CH5_IRQ_EN 0xF01F92C8          MCS9 Channel 5 Interrupt Enable Register
GTM_MCS9_CH5_IRQ_FORCINT 0xF01F92CC          MCS9 Channel 5 Force Interrupt Register
GTM_MCS9_CH5_IRQ_MODE 0xF01F92D0          MCS9 Channel 5 Interrupt Mode Configuration Register
GTM_MCS9_CH5_EIRQ_EN 0xF01F92D4          MCS9 Channel 5 Error Interrupt Enable Register
GTM_MCS9_CH6_R0 0xF01F9300          MCS9 Channel 6 General Purpose Register 0
GTM_MCS9_CH6_R1 0xF01F9304          MCS9 Channel 6 General Purpose Register 1
GTM_MCS9_CH6_R2 0xF01F9308          MCS9 Channel 6 General Purpose Register 2
GTM_MCS9_CH6_R3 0xF01F930C          MCS9 Channel 6 General Purpose Register 3
GTM_MCS9_CH6_R4 0xF01F9310          MCS9 Channel 6 General Purpose Register 4
GTM_MCS9_CH6_R5 0xF01F9314          MCS9 Channel 6 General Purpose Register 5
GTM_MCS9_CH6_R6 0xF01F9318          MCS9 Channel 6 General Purpose Register 6
GTM_MCS9_CH6_R7 0xF01F931C          MCS9 Channel 6 General Purpose Register 7
GTM_MCS9_CH6_CTRL 0xF01F9320          MCS9 Channel 6 Control Register
GTM_MCS9_CH6_ACB 0xF01F9324          MCS9 Channel 6 ARU Control Bit Register
GTM_MCS9_CH6_MHB 0xF01F933C          MCS9 Channel 6 Memory High Byte Register
GTM_MCS9_CH6_PC 0xF01F9340          MCS9 Channel 6 Program Counter Register
GTM_MCS9_CH6_IRQ_NOTIFY 0xF01F9344          MCS9 Channel 6 Interrupt Notification Register
GTM_MCS9_CH6_IRQ_EN 0xF01F9348          MCS9 Channel 6 Interrupt Enable Register
GTM_MCS9_CH6_IRQ_FORCINT 0xF01F934C          MCS9 Channel 6 Force Interrupt Register
GTM_MCS9_CH6_IRQ_MODE 0xF01F9350          MCS9 Channel 6 Interrupt Mode Configuration Register
GTM_MCS9_CH6_EIRQ_EN 0xF01F9354          MCS9 Channel 6 Error Interrupt Enable Register
GTM_MCS9_CH7_R0 0xF01F9380          MCS9 Channel 7 General Purpose Register 0
GTM_MCS9_CH7_R1 0xF01F9384          MCS9 Channel 7 General Purpose Register 1
GTM_MCS9_CH7_R2 0xF01F9388          MCS9 Channel 7 General Purpose Register 2
GTM_MCS9_CH7_R3 0xF01F938C          MCS9 Channel 7 General Purpose Register 3
GTM_MCS9_CH7_R4 0xF01F9390          MCS9 Channel 7 General Purpose Register 4
GTM_MCS9_CH7_R5 0xF01F9394          MCS9 Channel 7 General Purpose Register 5
GTM_MCS9_CH7_R6 0xF01F9398          MCS9 Channel 7 General Purpose Register 6
GTM_MCS9_CH7_R7 0xF01F939C          MCS9 Channel 7 General Purpose Register 7
GTM_MCS9_CH7_CTRL 0xF01F93A0          MCS9 Channel 7 Control Register
GTM_MCS9_CH7_ACB 0xF01F93A4          MCS9 Channel 7 ARU Control Bit Register
GTM_MCS9_CH7_MHB 0xF01F93BC          MCS9 Channel 7 Memory High Byte Register
GTM_MCS9_CH7_PC 0xF01F93C0          MCS9 Channel 7 Program Counter Register
GTM_MCS9_CH7_IRQ_NOTIFY 0xF01F93C4          MCS9 Channel 7 Interrupt Notification Register
GTM_MCS9_CH7_IRQ_EN 0xF01F93C8          MCS9 Channel 7 Interrupt Enable Register
GTM_MCS9_CH7_IRQ_FORCINT 0xF01F93CC          MCS9 Channel 7 Force Interrupt Register
GTM_MCS9_CH7_IRQ_MODE 0xF01F93D0          MCS9 Channel 7 Interrupt Mode Configuration Register
GTM_MCS9_CH7_EIRQ_EN 0xF01F93D4          MCS9 Channel 7 Error Interrupt Enable Register
CAN0_CLC        0xF0208000          CAN Clock Control Register
CAN0_ID         0xF0208008          Module Identification Register
CAN0_MCR        0xF0208030          Module Control Register
CAN0_BUFADR     0xF0208034          Buffer receive address and transmit address
CAN0_MECR       0xF0208040          Measure Control Register
CAN0_MESTAT     0xF0208044          Measure Status Register
CAN0_ACCENCTR0  0xF02080DC          Access Enable Register Control 0
CAN0_OCS        0xF02080E8          OCDS Control and Status
CAN0_KRSTCLR    0xF02080EC          Kernel Reset Status Clear Register
CAN0_KRST1      0xF02080F0          Kernel Reset Register 1
CAN0_KRST0      0xF02080F4          Kernel Reset Register 0
CAN0_ACCEN0     0xF02080FC          Access Enable Register 0
CAN0_ACCENNODE00 0xF0208100          Access Enable Register CAN Node 0 0
CAN0_STARTADR0  0xF0208108          Start Address Node 0
CAN0_ENDADR0    0xF020810C          End Address Node 0
CAN0_ISREG0     0xF0208110          Interrupt Signalling Register 0
CAN0_GRINT10    0xF0208114          Interrupt routing for Groups 1 0
CAN0_GRINT20    0xF0208118          Interrupt routing for Groups 2 0
CAN0_NTCCR0     0xF0208120          Node 0 Timer Clock Control Register
CAN0_NTATTR0    0xF0208124          Node 0 Timer A Transmit Trigger Register
CAN0_NTBTTR0    0xF0208128          Node 0 Timer B Transmit Trigger Register
CAN0_NTCTTR0    0xF020812C          Node 0 Timer C Transmit Trigger Register
CAN0_NTRTR0     0xF0208130          Node 0 Timer Receive Timeout Register
CAN0_NPCR0      0xF0208140          Node 0 Port Control Register
CAN0_TTCR0      0xF02081F0          Time Trigger Control Register
CAN0_CREL0      0xF0208200          Core Release Register 0
CAN0_ENDN0      0xF0208204          Endian Register 0
CAN0_DBTP0      0xF020820C          Data Bit Timing 'and' Prescaler Register 0
CAN0_TEST0      0xF0208210          Test Register 0
CAN0_RWD0       0xF0208214          RAM Watchdog 0
CAN0_CCCR0      0xF0208218          CC Control Register 0
CAN0_NBTP0      0xF020821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN0_TSCC0      0xF0208220          Timestamp Counter Configuration 0
CAN0_TSCV0      0xF0208224          Timestamp Counter Value 0
CAN0_TOCC0      0xF0208228          Timeout Counter Configuration 0
CAN0_TOCV0      0xF020822C          Timeout Counter Value 0
CAN0_ECR0       0xF0208240          Error Counter Register 0
CAN0_PSR0       0xF0208244          Protocol Status Register 0
CAN0_TDCR0      0xF0208248          Transmitter Delay Compensation Register 0
CAN0_IR0        0xF0208250          Interrupt Register 0
CAN0_IE0        0xF0208254          Interrupt Enable 0
CAN0_GFC0       0xF0208280          Global Filter Configuration 0
CAN0_SIDFC0     0xF0208284          Standard ID Filter Configuration 0
CAN0_XIDFC0     0xF0208288          Extended ID Filter Configuration 0
CAN0_XIDAM0     0xF0208290          Extended ID AND Mask 0
CAN0_HPMS0      0xF0208294          High Priority Message Status 0
CAN0_NDAT10     0xF0208298          New Data 1 0
CAN0_NDAT20     0xF020829C          New Data 2 0
CAN0_RXF0C0     0xF02082A0          Rx FIFO 0 Configuration 0
CAN0_RXF0S0     0xF02082A4          Rx FIFO 0 Status 0
CAN0_RXF0A0     0xF02082A8          Rx FIFO 0 Acknowledge 0
CAN0_RXBC0      0xF02082AC          Rx Buffer Configuration 0
CAN0_RXF1C0     0xF02082B0          Rx FIFO 1 Configuration 0
CAN0_RXF1S0     0xF02082B4          Rx FIFO 1 Status 0
CAN0_RXF1A0     0xF02082B8          Rx FIFO 1 Acknowledge 0
CAN0_RXESC0     0xF02082BC          Rx Buffer/FIFO Element Size Configuration 0
CAN0_TXBC0      0xF02082C0          Tx Buffer Configuration 0
CAN0_TXFQS0     0xF02082C4          Tx FIFO/Queue Status 0
CAN0_TXESC0     0xF02082C8          Tx Buffer Element Size Configuration 0
CAN0_TXBRP0     0xF02082CC          Tx Buffer Request Pending 0
CAN0_TXBAR0     0xF02082D0          Tx Buffer Add Request 0
CAN0_TXBCR0     0xF02082D4          Tx Buffer Cancellation Request 0
CAN0_TXBTO0     0xF02082D8          Tx Buffer Transmission Occurred 0
CAN0_TXBCF0     0xF02082DC          Tx Buffer Cancellation Finished 0
CAN0_TXBTIE0    0xF02082E0          Tx Buffer Transmission Interrupt Enable 0
CAN0_TXBCIE0    0xF02082E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN0_TXEFC0     0xF02082F0          Tx Event FIFO Configuration 0
CAN0_TXEFS0     0xF02082F4          Tx Event FIFO Status 0
CAN0_TXEFA0     0xF02082F8          Tx Event FIFO Acknowledge 0
CAN0_TTTMC0     0xF0208300          TT Trigger Memory Configuration 0
CAN0_TTRMC0     0xF0208304          TT Reference Message Configuration 0
CAN0_TTOCF0     0xF0208308          TT Operation Configuration 0
CAN0_TTMLM0     0xF020830C          TT Matrix Limits 0
CAN0_TURCF0     0xF0208310          TUR Configuration 0
CAN0_TTOCN0     0xF0208314          TT Operation Control 0
CAN0_TTGTP0     0xF0208318          TT Global Time Preset 0
CAN0_TTTMK0     0xF020831C          TT Time Mark 0
CAN0_TTIR0      0xF0208320          TT Interrupt Register 0
CAN0_TTIE0      0xF0208324          TT Interrupt Enable 0
CAN0_TTOST0     0xF020832C          TT Operation Status 0
CAN0_TURNA0     0xF0208330          TUR Numerator Actual 0
CAN0_TTLGT0     0xF0208334          TT Local 'and' Global Time 0
CAN0_TTCTC0     0xF0208338          TT Cycle Time 'and' Count 0
CAN0_TTCPT0     0xF020833C          TT Capture Time 0
CAN0_TTCSM0     0xF0208340          TT Cycle Sync Mark 0
CAN0_ACCENNODE10 0xF0208500          Access Enable Register CAN Node 1 0
CAN0_STARTADR1  0xF0208508          Start Address Node 1
CAN0_ENDADR1    0xF020850C          End Address Node 1
CAN0_ISREG1     0xF0208510          Interrupt Signalling Register 1
CAN0_GRINT11    0xF0208514          Interrupt routing for Groups 1 1
CAN0_GRINT21    0xF0208518          Interrupt routing for Groups 2 1
CAN0_NTCCR1     0xF0208520          Node 1 Timer Clock Control Register
CAN0_NTATTR1    0xF0208524          Node 1 Timer A Transmit Trigger Register
CAN0_NTBTTR1    0xF0208528          Node 1 Timer B Transmit Trigger Register
CAN0_NTCTTR1    0xF020852C          Node 1 Timer C Transmit Trigger Register
CAN0_NTRTR1     0xF0208530          Node 1 Timer Receive Timeout Register
CAN0_NPCR1      0xF0208540          Node 1 Port Control Register
CAN0_CREL1      0xF0208600          Core Release Register 1
CAN0_ENDN1      0xF0208604          Endian Register 1
CAN0_DBTP1      0xF020860C          Data Bit Timing 'and' Prescaler Register 1
CAN0_TEST1      0xF0208610          Test Register 1
CAN0_RWD1       0xF0208614          RAM Watchdog 1
CAN0_CCCR1      0xF0208618          CC Control Register 1
CAN0_NBTP1      0xF020861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN0_TSCC1      0xF0208620          Timestamp Counter Configuration 1
CAN0_TSCV1      0xF0208624          Timestamp Counter Value 1
CAN0_TOCC1      0xF0208628          Timeout Counter Configuration 1
CAN0_TOCV1      0xF020862C          Timeout Counter Value 1
CAN0_ECR1       0xF0208640          Error Counter Register 1
CAN0_PSR1       0xF0208644          Protocol Status Register 1
CAN0_TDCR1      0xF0208648          Transmitter Delay Compensation Register 1
CAN0_IR1        0xF0208650          Interrupt Register 1
CAN0_IE1        0xF0208654          Interrupt Enable 1
CAN0_GFC1       0xF0208680          Global Filter Configuration 1
CAN0_SIDFC1     0xF0208684          Standard ID Filter Configuration 1
CAN0_XIDFC1     0xF0208688          Extended ID Filter Configuration 1
CAN0_XIDAM1     0xF0208690          Extended ID AND Mask 1
CAN0_HPMS1      0xF0208694          High Priority Message Status 1
CAN0_NDAT11     0xF0208698          New Data 1 1
CAN0_NDAT21     0xF020869C          New Data 2 1
CAN0_RXF0C1     0xF02086A0          Rx FIFO 0 Configuration 1
CAN0_RXF0S1     0xF02086A4          Rx FIFO 0 Status 1
CAN0_RXF0A1     0xF02086A8          Rx FIFO 0 Acknowledge 1
CAN0_RXBC1      0xF02086AC          Rx Buffer Configuration 1
CAN0_RXF1C1     0xF02086B0          Rx FIFO 1 Configuration 1
CAN0_RXF1S1     0xF02086B4          Rx FIFO 1 Status 1
CAN0_RXF1A1     0xF02086B8          Rx FIFO 1 Acknowledge 1
CAN0_RXESC1     0xF02086BC          Rx Buffer/FIFO Element Size Configuration 1
CAN0_TXBC1      0xF02086C0          Tx Buffer Configuration 1
CAN0_TXFQS1     0xF02086C4          Tx FIFO/Queue Status 1
CAN0_TXESC1     0xF02086C8          Tx Buffer Element Size Configuration 1
CAN0_TXBRP1     0xF02086CC          Tx Buffer Request Pending 1
CAN0_TXBAR1     0xF02086D0          Tx Buffer Add Request 1
CAN0_TXBCR1     0xF02086D4          Tx Buffer Cancellation Request 1
CAN0_TXBTO1     0xF02086D8          Tx Buffer Transmission Occurred 1
CAN0_TXBCF1     0xF02086DC          Tx Buffer Cancellation Finished 1
CAN0_TXBTIE1    0xF02086E0          Tx Buffer Transmission Interrupt Enable 1
CAN0_TXBCIE1    0xF02086E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN0_TXEFC1     0xF02086F0          Tx Event FIFO Configuration 1
CAN0_TXEFS1     0xF02086F4          Tx Event FIFO Status 1
CAN0_TXEFA1     0xF02086F8          Tx Event FIFO Acknowledge 1
CAN0_ACCENNODE20 0xF0208900          Access Enable Register CAN Node 2 0
CAN0_STARTADR2  0xF0208908          Start Address Node 2
CAN0_ENDADR2    0xF020890C          End Address Node 2
CAN0_ISREG2     0xF0208910          Interrupt Signalling Register 2
CAN0_GRINT12    0xF0208914          Interrupt routing for Groups 1 2
CAN0_GRINT22    0xF0208918          Interrupt routing for Groups 2 2
CAN0_NTCCR2     0xF0208920          Node 2 Timer Clock Control Register
CAN0_NTATTR2    0xF0208924          Node 2 Timer A Transmit Trigger Register
CAN0_NTBTTR2    0xF0208928          Node 2 Timer B Transmit Trigger Register
CAN0_NTCTTR2    0xF020892C          Node 2 Timer C Transmit Trigger Register
CAN0_NTRTR2     0xF0208930          Node 2 Timer Receive Timeout Register
CAN0_NPCR2      0xF0208940          Node 2 Port Control Register
CAN0_CREL2      0xF0208A00          Core Release Register 2
CAN0_ENDN2      0xF0208A04          Endian Register 2
CAN0_DBTP2      0xF0208A0C          Data Bit Timing 'and' Prescaler Register 2
CAN0_TEST2      0xF0208A10          Test Register 2
CAN0_RWD2       0xF0208A14          RAM Watchdog 2
CAN0_CCCR2      0xF0208A18          CC Control Register 2
CAN0_NBTP2      0xF0208A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN0_TSCC2      0xF0208A20          Timestamp Counter Configuration 2
CAN0_TSCV2      0xF0208A24          Timestamp Counter Value 2
CAN0_TOCC2      0xF0208A28          Timeout Counter Configuration 2
CAN0_TOCV2      0xF0208A2C          Timeout Counter Value 2
CAN0_ECR2       0xF0208A40          Error Counter Register 2
CAN0_PSR2       0xF0208A44          Protocol Status Register 2
CAN0_TDCR2      0xF0208A48          Transmitter Delay Compensation Register 2
CAN0_IR2        0xF0208A50          Interrupt Register 2
CAN0_IE2        0xF0208A54          Interrupt Enable 2
CAN0_GFC2       0xF0208A80          Global Filter Configuration 2
CAN0_SIDFC2     0xF0208A84          Standard ID Filter Configuration 2
CAN0_XIDFC2     0xF0208A88          Extended ID Filter Configuration 2
CAN0_XIDAM2     0xF0208A90          Extended ID AND Mask 2
CAN0_HPMS2      0xF0208A94          High Priority Message Status 2
CAN0_NDAT12     0xF0208A98          New Data 1 2
CAN0_NDAT22     0xF0208A9C          New Data 2 2
CAN0_RXF0C2     0xF0208AA0          Rx FIFO 0 Configuration 2
CAN0_RXF0S2     0xF0208AA4          Rx FIFO 0 Status 2
CAN0_RXF0A2     0xF0208AA8          Rx FIFO 0 Acknowledge 2
CAN0_RXBC2      0xF0208AAC          Rx Buffer Configuration 2
CAN0_RXF1C2     0xF0208AB0          Rx FIFO 1 Configuration 2
CAN0_RXF1S2     0xF0208AB4          Rx FIFO 1 Status 2
CAN0_RXF1A2     0xF0208AB8          Rx FIFO 1 Acknowledge 2
CAN0_RXESC2     0xF0208ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN0_TXBC2      0xF0208AC0          Tx Buffer Configuration 2
CAN0_TXFQS2     0xF0208AC4          Tx FIFO/Queue Status 2
CAN0_TXESC2     0xF0208AC8          Tx Buffer Element Size Configuration 2
CAN0_TXBRP2     0xF0208ACC          Tx Buffer Request Pending 2
CAN0_TXBAR2     0xF0208AD0          Tx Buffer Add Request 2
CAN0_TXBCR2     0xF0208AD4          Tx Buffer Cancellation Request 2
CAN0_TXBTO2     0xF0208AD8          Tx Buffer Transmission Occurred 2
CAN0_TXBCF2     0xF0208ADC          Tx Buffer Cancellation Finished 2
CAN0_TXBTIE2    0xF0208AE0          Tx Buffer Transmission Interrupt Enable 2
CAN0_TXBCIE2    0xF0208AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN0_TXEFC2     0xF0208AF0          Tx Event FIFO Configuration 2
CAN0_TXEFS2     0xF0208AF4          Tx Event FIFO Status 2
CAN0_TXEFA2     0xF0208AF8          Tx Event FIFO Acknowledge 2
CAN0_ACCENNODE30 0xF0208D00          Access Enable Register CAN Node 3 0
CAN0_STARTADR3  0xF0208D08          Start Address Node 3
CAN0_ENDADR3    0xF0208D0C          End Address Node 3
CAN0_ISREG3     0xF0208D10          Interrupt Signalling Register 3
CAN0_GRINT13    0xF0208D14          Interrupt routing for Groups 1 3
CAN0_GRINT23    0xF0208D18          Interrupt routing for Groups 2 3
CAN0_NTCCR3     0xF0208D20          Node 3 Timer Clock Control Register
CAN0_NTATTR3    0xF0208D24          Node 3 Timer A Transmit Trigger Register
CAN0_NTBTTR3    0xF0208D28          Node 3 Timer B Transmit Trigger Register
CAN0_NTCTTR3    0xF0208D2C          Node 3 Timer C Transmit Trigger Register
CAN0_NTRTR3     0xF0208D30          Node 3 Timer Receive Timeout Register
CAN0_NPCR3      0xF0208D40          Node 3 Port Control Register
CAN0_CREL3      0xF0208E00          Core Release Register 3
CAN0_ENDN3      0xF0208E04          Endian Register 3
CAN0_DBTP3      0xF0208E0C          Data Bit Timing 'and' Prescaler Register 3
CAN0_TEST3      0xF0208E10          Test Register 3
CAN0_RWD3       0xF0208E14          RAM Watchdog 3
CAN0_CCCR3      0xF0208E18          CC Control Register 3
CAN0_NBTP3      0xF0208E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN0_TSCC3      0xF0208E20          Timestamp Counter Configuration 3
CAN0_TSCV3      0xF0208E24          Timestamp Counter Value 3
CAN0_TOCC3      0xF0208E28          Timeout Counter Configuration 3
CAN0_TOCV3      0xF0208E2C          Timeout Counter Value 3
CAN0_ECR3       0xF0208E40          Error Counter Register 3
CAN0_PSR3       0xF0208E44          Protocol Status Register 3
CAN0_TDCR3      0xF0208E48          Transmitter Delay Compensation Register 3
CAN0_IR3        0xF0208E50          Interrupt Register 3
CAN0_IE3        0xF0208E54          Interrupt Enable 3
CAN0_GFC3       0xF0208E80          Global Filter Configuration 3
CAN0_SIDFC3     0xF0208E84          Standard ID Filter Configuration 3
CAN0_XIDFC3     0xF0208E88          Extended ID Filter Configuration 3
CAN0_XIDAM3     0xF0208E90          Extended ID AND Mask 3
CAN0_HPMS3      0xF0208E94          High Priority Message Status 3
CAN0_NDAT13     0xF0208E98          New Data 1 3
CAN0_NDAT23     0xF0208E9C          New Data 2 3
CAN0_RXF0C3     0xF0208EA0          Rx FIFO 0 Configuration 3
CAN0_RXF0S3     0xF0208EA4          Rx FIFO 0 Status 3
CAN0_RXF0A3     0xF0208EA8          Rx FIFO 0 Acknowledge 3
CAN0_RXBC3      0xF0208EAC          Rx Buffer Configuration 3
CAN0_RXF1C3     0xF0208EB0          Rx FIFO 1 Configuration 3
CAN0_RXF1S3     0xF0208EB4          Rx FIFO 1 Status 3
CAN0_RXF1A3     0xF0208EB8          Rx FIFO 1 Acknowledge 3
CAN0_RXESC3     0xF0208EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN0_TXBC3      0xF0208EC0          Tx Buffer Configuration 3
CAN0_TXFQS3     0xF0208EC4          Tx FIFO/Queue Status 3
CAN0_TXESC3     0xF0208EC8          Tx Buffer Element Size Configuration 3
CAN0_TXBRP3     0xF0208ECC          Tx Buffer Request Pending 3
CAN0_TXBAR3     0xF0208ED0          Tx Buffer Add Request 3
CAN0_TXBCR3     0xF0208ED4          Tx Buffer Cancellation Request 3
CAN0_TXBTO3     0xF0208ED8          Tx Buffer Transmission Occurred 3
CAN0_TXBCF3     0xF0208EDC          Tx Buffer Cancellation Finished 3
CAN0_TXBTIE3    0xF0208EE0          Tx Buffer Transmission Interrupt Enable 3
CAN0_TXBCIE3    0xF0208EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN0_TXEFC3     0xF0208EF0          Tx Event FIFO Configuration 3
CAN0_TXEFS3     0xF0208EF4          Tx Event FIFO Status 3
CAN0_TXEFA3     0xF0208EF8          Tx Event FIFO Acknowledge 3
CAN1_CLC        0xF0218000          CAN Clock Control Register
CAN1_ID         0xF0218008          Module Identification Register
CAN1_MCR        0xF0218030          Module Control Register
CAN1_ACCENCTR0  0xF02180DC          Access Enable Register Control 0
CAN1_OCS        0xF02180E8          OCDS Control and Status
CAN1_KRSTCLR    0xF02180EC          Kernel Reset Status Clear Register
CAN1_KRST1      0xF02180F0          Kernel Reset Register 1
CAN1_KRST0      0xF02180F4          Kernel Reset Register 0
CAN1_ACCEN0     0xF02180FC          Access Enable Register 0
CAN1_ACCENNODE00 0xF0218100          Access Enable Register CAN Node 0 0
CAN1_STARTADR0  0xF0218108          Start Address Node 0
CAN1_ENDADR0    0xF021810C          End Address Node 0
CAN1_ISREG0     0xF0218110          Interrupt Signalling Register 0
CAN1_GRINT10    0xF0218114          Interrupt routing for Groups 1 0
CAN1_GRINT20    0xF0218118          Interrupt routing for Groups 2 0
CAN1_NTCCR0     0xF0218120          Node 0 Timer Clock Control Register
CAN1_NTATTR0    0xF0218124          Node 0 Timer A Transmit Trigger Register
CAN1_NTBTTR0    0xF0218128          Node 0 Timer B Transmit Trigger Register
CAN1_NTCTTR0    0xF021812C          Node 0 Timer C Transmit Trigger Register
CAN1_NTRTR0     0xF0218130          Node 0 Timer Receive Timeout Register
CAN1_NPCR0      0xF0218140          Node 0 Port Control Register
CAN1_CREL0      0xF0218200          Core Release Register 0
CAN1_ENDN0      0xF0218204          Endian Register 0
CAN1_DBTP0      0xF021820C          Data Bit Timing 'and' Prescaler Register 0
CAN1_TEST0      0xF0218210          Test Register 0
CAN1_RWD0       0xF0218214          RAM Watchdog 0
CAN1_CCCR0      0xF0218218          CC Control Register 0
CAN1_NBTP0      0xF021821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN1_TSCC0      0xF0218220          Timestamp Counter Configuration 0
CAN1_TSCV0      0xF0218224          Timestamp Counter Value 0
CAN1_TOCC0      0xF0218228          Timeout Counter Configuration 0
CAN1_TOCV0      0xF021822C          Timeout Counter Value 0
CAN1_ECR0       0xF0218240          Error Counter Register 0
CAN1_PSR0       0xF0218244          Protocol Status Register 0
CAN1_TDCR0      0xF0218248          Transmitter Delay Compensation Register 0
CAN1_IR0        0xF0218250          Interrupt Register 0
CAN1_IE0        0xF0218254          Interrupt Enable 0
CAN1_GFC0       0xF0218280          Global Filter Configuration 0
CAN1_SIDFC0     0xF0218284          Standard ID Filter Configuration 0
CAN1_XIDFC0     0xF0218288          Extended ID Filter Configuration 0
CAN1_XIDAM0     0xF0218290          Extended ID AND Mask 0
CAN1_HPMS0      0xF0218294          High Priority Message Status 0
CAN1_NDAT10     0xF0218298          New Data 1 0
CAN1_NDAT20     0xF021829C          New Data 2 0
CAN1_RXF0C0     0xF02182A0          Rx FIFO 0 Configuration 0
CAN1_RXF0S0     0xF02182A4          Rx FIFO 0 Status 0
CAN1_RXF0A0     0xF02182A8          Rx FIFO 0 Acknowledge 0
CAN1_RXBC0      0xF02182AC          Rx Buffer Configuration 0
CAN1_RXF1C0     0xF02182B0          Rx FIFO 1 Configuration 0
CAN1_RXF1S0     0xF02182B4          Rx FIFO 1 Status 0
CAN1_RXF1A0     0xF02182B8          Rx FIFO 1 Acknowledge 0
CAN1_RXESC0     0xF02182BC          Rx Buffer/FIFO Element Size Configuration 0
CAN1_TXBC0      0xF02182C0          Tx Buffer Configuration 0
CAN1_TXFQS0     0xF02182C4          Tx FIFO/Queue Status 0
CAN1_TXESC0     0xF02182C8          Tx Buffer Element Size Configuration 0
CAN1_TXBRP0     0xF02182CC          Tx Buffer Request Pending 0
CAN1_TXBAR0     0xF02182D0          Tx Buffer Add Request 0
CAN1_TXBCR0     0xF02182D4          Tx Buffer Cancellation Request 0
CAN1_TXBTO0     0xF02182D8          Tx Buffer Transmission Occurred 0
CAN1_TXBCF0     0xF02182DC          Tx Buffer Cancellation Finished 0
CAN1_TXBTIE0    0xF02182E0          Tx Buffer Transmission Interrupt Enable 0
CAN1_TXBCIE0    0xF02182E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN1_TXEFC0     0xF02182F0          Tx Event FIFO Configuration 0
CAN1_TXEFS0     0xF02182F4          Tx Event FIFO Status 0
CAN1_TXEFA0     0xF02182F8          Tx Event FIFO Acknowledge 0
CAN1_ACCENNODE10 0xF0218500          Access Enable Register CAN Node 1 0
CAN1_STARTADR1  0xF0218508          Start Address Node 1
CAN1_ENDADR1    0xF021850C          End Address Node 1
CAN1_ISREG1     0xF0218510          Interrupt Signalling Register 1
CAN1_GRINT11    0xF0218514          Interrupt routing for Groups 1 1
CAN1_GRINT21    0xF0218518          Interrupt routing for Groups 2 1
CAN1_NTCCR1     0xF0218520          Node 1 Timer Clock Control Register
CAN1_NTATTR1    0xF0218524          Node 1 Timer A Transmit Trigger Register
CAN1_NTBTTR1    0xF0218528          Node 1 Timer B Transmit Trigger Register
CAN1_NTCTTR1    0xF021852C          Node 1 Timer C Transmit Trigger Register
CAN1_NTRTR1     0xF0218530          Node 1 Timer Receive Timeout Register
CAN1_NPCR1      0xF0218540          Node 1 Port Control Register
CAN1_CREL1      0xF0218600          Core Release Register 1
CAN1_ENDN1      0xF0218604          Endian Register 1
CAN1_DBTP1      0xF021860C          Data Bit Timing 'and' Prescaler Register 1
CAN1_TEST1      0xF0218610          Test Register 1
CAN1_RWD1       0xF0218614          RAM Watchdog 1
CAN1_CCCR1      0xF0218618          CC Control Register 1
CAN1_NBTP1      0xF021861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN1_TSCC1      0xF0218620          Timestamp Counter Configuration 1
CAN1_TSCV1      0xF0218624          Timestamp Counter Value 1
CAN1_TOCC1      0xF0218628          Timeout Counter Configuration 1
CAN1_TOCV1      0xF021862C          Timeout Counter Value 1
CAN1_ECR1       0xF0218640          Error Counter Register 1
CAN1_PSR1       0xF0218644          Protocol Status Register 1
CAN1_TDCR1      0xF0218648          Transmitter Delay Compensation Register 1
CAN1_IR1        0xF0218650          Interrupt Register 1
CAN1_IE1        0xF0218654          Interrupt Enable 1
CAN1_GFC1       0xF0218680          Global Filter Configuration 1
CAN1_SIDFC1     0xF0218684          Standard ID Filter Configuration 1
CAN1_XIDFC1     0xF0218688          Extended ID Filter Configuration 1
CAN1_XIDAM1     0xF0218690          Extended ID AND Mask 1
CAN1_HPMS1      0xF0218694          High Priority Message Status 1
CAN1_NDAT11     0xF0218698          New Data 1 1
CAN1_NDAT21     0xF021869C          New Data 2 1
CAN1_RXF0C1     0xF02186A0          Rx FIFO 0 Configuration 1
CAN1_RXF0S1     0xF02186A4          Rx FIFO 0 Status 1
CAN1_RXF0A1     0xF02186A8          Rx FIFO 0 Acknowledge 1
CAN1_RXBC1      0xF02186AC          Rx Buffer Configuration 1
CAN1_RXF1C1     0xF02186B0          Rx FIFO 1 Configuration 1
CAN1_RXF1S1     0xF02186B4          Rx FIFO 1 Status 1
CAN1_RXF1A1     0xF02186B8          Rx FIFO 1 Acknowledge 1
CAN1_RXESC1     0xF02186BC          Rx Buffer/FIFO Element Size Configuration 1
CAN1_TXBC1      0xF02186C0          Tx Buffer Configuration 1
CAN1_TXFQS1     0xF02186C4          Tx FIFO/Queue Status 1
CAN1_TXESC1     0xF02186C8          Tx Buffer Element Size Configuration 1
CAN1_TXBRP1     0xF02186CC          Tx Buffer Request Pending 1
CAN1_TXBAR1     0xF02186D0          Tx Buffer Add Request 1
CAN1_TXBCR1     0xF02186D4          Tx Buffer Cancellation Request 1
CAN1_TXBTO1     0xF02186D8          Tx Buffer Transmission Occurred 1
CAN1_TXBCF1     0xF02186DC          Tx Buffer Cancellation Finished 1
CAN1_TXBTIE1    0xF02186E0          Tx Buffer Transmission Interrupt Enable 1
CAN1_TXBCIE1    0xF02186E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN1_TXEFC1     0xF02186F0          Tx Event FIFO Configuration 1
CAN1_TXEFS1     0xF02186F4          Tx Event FIFO Status 1
CAN1_TXEFA1     0xF02186F8          Tx Event FIFO Acknowledge 1
CAN1_ACCENNODE20 0xF0218900          Access Enable Register CAN Node 2 0
CAN1_STARTADR2  0xF0218908          Start Address Node 2
CAN1_ENDADR2    0xF021890C          End Address Node 2
CAN1_ISREG2     0xF0218910          Interrupt Signalling Register 2
CAN1_GRINT12    0xF0218914          Interrupt routing for Groups 1 2
CAN1_GRINT22    0xF0218918          Interrupt routing for Groups 2 2
CAN1_NTCCR2     0xF0218920          Node 2 Timer Clock Control Register
CAN1_NTATTR2    0xF0218924          Node 2 Timer A Transmit Trigger Register
CAN1_NTBTTR2    0xF0218928          Node 2 Timer B Transmit Trigger Register
CAN1_NTCTTR2    0xF021892C          Node 2 Timer C Transmit Trigger Register
CAN1_NTRTR2     0xF0218930          Node 2 Timer Receive Timeout Register
CAN1_NPCR2      0xF0218940          Node 2 Port Control Register
CAN1_CREL2      0xF0218A00          Core Release Register 2
CAN1_ENDN2      0xF0218A04          Endian Register 2
CAN1_DBTP2      0xF0218A0C          Data Bit Timing 'and' Prescaler Register 2
CAN1_TEST2      0xF0218A10          Test Register 2
CAN1_RWD2       0xF0218A14          RAM Watchdog 2
CAN1_CCCR2      0xF0218A18          CC Control Register 2
CAN1_NBTP2      0xF0218A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN1_TSCC2      0xF0218A20          Timestamp Counter Configuration 2
CAN1_TSCV2      0xF0218A24          Timestamp Counter Value 2
CAN1_TOCC2      0xF0218A28          Timeout Counter Configuration 2
CAN1_TOCV2      0xF0218A2C          Timeout Counter Value 2
CAN1_ECR2       0xF0218A40          Error Counter Register 2
CAN1_PSR2       0xF0218A44          Protocol Status Register 2
CAN1_TDCR2      0xF0218A48          Transmitter Delay Compensation Register 2
CAN1_IR2        0xF0218A50          Interrupt Register 2
CAN1_IE2        0xF0218A54          Interrupt Enable 2
CAN1_GFC2       0xF0218A80          Global Filter Configuration 2
CAN1_SIDFC2     0xF0218A84          Standard ID Filter Configuration 2
CAN1_XIDFC2     0xF0218A88          Extended ID Filter Configuration 2
CAN1_XIDAM2     0xF0218A90          Extended ID AND Mask 2
CAN1_HPMS2      0xF0218A94          High Priority Message Status 2
CAN1_NDAT12     0xF0218A98          New Data 1 2
CAN1_NDAT22     0xF0218A9C          New Data 2 2
CAN1_RXF0C2     0xF0218AA0          Rx FIFO 0 Configuration 2
CAN1_RXF0S2     0xF0218AA4          Rx FIFO 0 Status 2
CAN1_RXF0A2     0xF0218AA8          Rx FIFO 0 Acknowledge 2
CAN1_RXBC2      0xF0218AAC          Rx Buffer Configuration 2
CAN1_RXF1C2     0xF0218AB0          Rx FIFO 1 Configuration 2
CAN1_RXF1S2     0xF0218AB4          Rx FIFO 1 Status 2
CAN1_RXF1A2     0xF0218AB8          Rx FIFO 1 Acknowledge 2
CAN1_RXESC2     0xF0218ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN1_TXBC2      0xF0218AC0          Tx Buffer Configuration 2
CAN1_TXFQS2     0xF0218AC4          Tx FIFO/Queue Status 2
CAN1_TXESC2     0xF0218AC8          Tx Buffer Element Size Configuration 2
CAN1_TXBRP2     0xF0218ACC          Tx Buffer Request Pending 2
CAN1_TXBAR2     0xF0218AD0          Tx Buffer Add Request 2
CAN1_TXBCR2     0xF0218AD4          Tx Buffer Cancellation Request 2
CAN1_TXBTO2     0xF0218AD8          Tx Buffer Transmission Occurred 2
CAN1_TXBCF2     0xF0218ADC          Tx Buffer Cancellation Finished 2
CAN1_TXBTIE2    0xF0218AE0          Tx Buffer Transmission Interrupt Enable 2
CAN1_TXBCIE2    0xF0218AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN1_TXEFC2     0xF0218AF0          Tx Event FIFO Configuration 2
CAN1_TXEFS2     0xF0218AF4          Tx Event FIFO Status 2
CAN1_TXEFA2     0xF0218AF8          Tx Event FIFO Acknowledge 2
CAN1_ACCENNODE30 0xF0218D00          Access Enable Register CAN Node 3 0
CAN1_STARTADR3  0xF0218D08          Start Address Node 3
CAN1_ENDADR3    0xF0218D0C          End Address Node 3
CAN1_ISREG3     0xF0218D10          Interrupt Signalling Register 3
CAN1_GRINT13    0xF0218D14          Interrupt routing for Groups 1 3
CAN1_GRINT23    0xF0218D18          Interrupt routing for Groups 2 3
CAN1_NTCCR3     0xF0218D20          Node 3 Timer Clock Control Register
CAN1_NTATTR3    0xF0218D24          Node 3 Timer A Transmit Trigger Register
CAN1_NTBTTR3    0xF0218D28          Node 3 Timer B Transmit Trigger Register
CAN1_NTCTTR3    0xF0218D2C          Node 3 Timer C Transmit Trigger Register
CAN1_NTRTR3     0xF0218D30          Node 3 Timer Receive Timeout Register
CAN1_NPCR3      0xF0218D40          Node 3 Port Control Register
CAN1_CREL3      0xF0218E00          Core Release Register 3
CAN1_ENDN3      0xF0218E04          Endian Register 3
CAN1_DBTP3      0xF0218E0C          Data Bit Timing 'and' Prescaler Register 3
CAN1_TEST3      0xF0218E10          Test Register 3
CAN1_RWD3       0xF0218E14          RAM Watchdog 3
CAN1_CCCR3      0xF0218E18          CC Control Register 3
CAN1_NBTP3      0xF0218E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN1_TSCC3      0xF0218E20          Timestamp Counter Configuration 3
CAN1_TSCV3      0xF0218E24          Timestamp Counter Value 3
CAN1_TOCC3      0xF0218E28          Timeout Counter Configuration 3
CAN1_TOCV3      0xF0218E2C          Timeout Counter Value 3
CAN1_ECR3       0xF0218E40          Error Counter Register 3
CAN1_PSR3       0xF0218E44          Protocol Status Register 3
CAN1_TDCR3      0xF0218E48          Transmitter Delay Compensation Register 3
CAN1_IR3        0xF0218E50          Interrupt Register 3
CAN1_IE3        0xF0218E54          Interrupt Enable 3
CAN1_GFC3       0xF0218E80          Global Filter Configuration 3
CAN1_SIDFC3     0xF0218E84          Standard ID Filter Configuration 3
CAN1_XIDFC3     0xF0218E88          Extended ID Filter Configuration 3
CAN1_XIDAM3     0xF0218E90          Extended ID AND Mask 3
CAN1_HPMS3      0xF0218E94          High Priority Message Status 3
CAN1_NDAT13     0xF0218E98          New Data 1 3
CAN1_NDAT23     0xF0218E9C          New Data 2 3
CAN1_RXF0C3     0xF0218EA0          Rx FIFO 0 Configuration 3
CAN1_RXF0S3     0xF0218EA4          Rx FIFO 0 Status 3
CAN1_RXF0A3     0xF0218EA8          Rx FIFO 0 Acknowledge 3
CAN1_RXBC3      0xF0218EAC          Rx Buffer Configuration 3
CAN1_RXF1C3     0xF0218EB0          Rx FIFO 1 Configuration 3
CAN1_RXF1S3     0xF0218EB4          Rx FIFO 1 Status 3
CAN1_RXF1A3     0xF0218EB8          Rx FIFO 1 Acknowledge 3
CAN1_RXESC3     0xF0218EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN1_TXBC3      0xF0218EC0          Tx Buffer Configuration 3
CAN1_TXFQS3     0xF0218EC4          Tx FIFO/Queue Status 3
CAN1_TXESC3     0xF0218EC8          Tx Buffer Element Size Configuration 3
CAN1_TXBRP3     0xF0218ECC          Tx Buffer Request Pending 3
CAN1_TXBAR3     0xF0218ED0          Tx Buffer Add Request 3
CAN1_TXBCR3     0xF0218ED4          Tx Buffer Cancellation Request 3
CAN1_TXBTO3     0xF0218ED8          Tx Buffer Transmission Occurred 3
CAN1_TXBCF3     0xF0218EDC          Tx Buffer Cancellation Finished 3
CAN1_TXBTIE3    0xF0218EE0          Tx Buffer Transmission Interrupt Enable 3
CAN1_TXBCIE3    0xF0218EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN1_TXEFC3     0xF0218EF0          Tx Event FIFO Configuration 3
CAN1_TXEFS3     0xF0218EF4          Tx Event FIFO Status 3
CAN1_TXEFA3     0xF0218EF8          Tx Event FIFO Acknowledge 3
CAN2_CLC        0xF0228000          CAN Clock Control Register
CAN2_ID         0xF0228008          Module Identification Register
CAN2_MCR        0xF0228030          Module Control Register
CAN2_ACCENCTR0  0xF02280DC          Access Enable Register Control 0
CAN2_OCS        0xF02280E8          OCDS Control and Status
CAN2_KRSTCLR    0xF02280EC          Kernel Reset Status Clear Register
CAN2_KRST1      0xF02280F0          Kernel Reset Register 1
CAN2_KRST0      0xF02280F4          Kernel Reset Register 0
CAN2_ACCEN0     0xF02280FC          Access Enable Register 0
CAN2_ACCENNODE00 0xF0228100          Access Enable Register CAN Node 0 0
CAN2_STARTADR0  0xF0228108          Start Address Node 0
CAN2_ENDADR0    0xF022810C          End Address Node 0
CAN2_ISREG0     0xF0228110          Interrupt Signalling Register 0
CAN2_GRINT10    0xF0228114          Interrupt routing for Groups 1 0
CAN2_GRINT20    0xF0228118          Interrupt routing for Groups 2 0
CAN2_NTCCR0     0xF0228120          Node 0 Timer Clock Control Register
CAN2_NTATTR0    0xF0228124          Node 0 Timer A Transmit Trigger Register
CAN2_NTBTTR0    0xF0228128          Node 0 Timer B Transmit Trigger Register
CAN2_NTCTTR0    0xF022812C          Node 0 Timer C Transmit Trigger Register
CAN2_NTRTR0     0xF0228130          Node 0 Timer Receive Timeout Register
CAN2_NPCR0      0xF0228140          Node 0 Port Control Register
CAN2_CREL0      0xF0228200          Core Release Register 0
CAN2_ENDN0      0xF0228204          Endian Register 0
CAN2_DBTP0      0xF022820C          Data Bit Timing 'and' Prescaler Register 0
CAN2_TEST0      0xF0228210          Test Register 0
CAN2_RWD0       0xF0228214          RAM Watchdog 0
CAN2_CCCR0      0xF0228218          CC Control Register 0
CAN2_NBTP0      0xF022821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN2_TSCC0      0xF0228220          Timestamp Counter Configuration 0
CAN2_TSCV0      0xF0228224          Timestamp Counter Value 0
CAN2_TOCC0      0xF0228228          Timeout Counter Configuration 0
CAN2_TOCV0      0xF022822C          Timeout Counter Value 0
CAN2_ECR0       0xF0228240          Error Counter Register 0
CAN2_PSR0       0xF0228244          Protocol Status Register 0
CAN2_TDCR0      0xF0228248          Transmitter Delay Compensation Register 0
CAN2_IR0        0xF0228250          Interrupt Register 0
CAN2_IE0        0xF0228254          Interrupt Enable 0
CAN2_GFC0       0xF0228280          Global Filter Configuration 0
CAN2_SIDFC0     0xF0228284          Standard ID Filter Configuration 0
CAN2_XIDFC0     0xF0228288          Extended ID Filter Configuration 0
CAN2_XIDAM0     0xF0228290          Extended ID AND Mask 0
CAN2_HPMS0      0xF0228294          High Priority Message Status 0
CAN2_NDAT10     0xF0228298          New Data 1 0
CAN2_NDAT20     0xF022829C          New Data 2 0
CAN2_RXF0C0     0xF02282A0          Rx FIFO 0 Configuration 0
CAN2_RXF0S0     0xF02282A4          Rx FIFO 0 Status 0
CAN2_RXF0A0     0xF02282A8          Rx FIFO 0 Acknowledge 0
CAN2_RXBC0      0xF02282AC          Rx Buffer Configuration 0
CAN2_RXF1C0     0xF02282B0          Rx FIFO 1 Configuration 0
CAN2_RXF1S0     0xF02282B4          Rx FIFO 1 Status 0
CAN2_RXF1A0     0xF02282B8          Rx FIFO 1 Acknowledge 0
CAN2_RXESC0     0xF02282BC          Rx Buffer/FIFO Element Size Configuration 0
CAN2_TXBC0      0xF02282C0          Tx Buffer Configuration 0
CAN2_TXFQS0     0xF02282C4          Tx FIFO/Queue Status 0
CAN2_TXESC0     0xF02282C8          Tx Buffer Element Size Configuration 0
CAN2_TXBRP0     0xF02282CC          Tx Buffer Request Pending 0
CAN2_TXBAR0     0xF02282D0          Tx Buffer Add Request 0
CAN2_TXBCR0     0xF02282D4          Tx Buffer Cancellation Request 0
CAN2_TXBTO0     0xF02282D8          Tx Buffer Transmission Occurred 0
CAN2_TXBCF0     0xF02282DC          Tx Buffer Cancellation Finished 0
CAN2_TXBTIE0    0xF02282E0          Tx Buffer Transmission Interrupt Enable 0
CAN2_TXBCIE0    0xF02282E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN2_TXEFC0     0xF02282F0          Tx Event FIFO Configuration 0
CAN2_TXEFS0     0xF02282F4          Tx Event FIFO Status 0
CAN2_TXEFA0     0xF02282F8          Tx Event FIFO Acknowledge 0
CAN2_ACCENNODE10 0xF0228500          Access Enable Register CAN Node 1 0
CAN2_STARTADR1  0xF0228508          Start Address Node 1
CAN2_ENDADR1    0xF022850C          End Address Node 1
CAN2_ISREG1     0xF0228510          Interrupt Signalling Register 1
CAN2_GRINT11    0xF0228514          Interrupt routing for Groups 1 1
CAN2_GRINT21    0xF0228518          Interrupt routing for Groups 2 1
CAN2_NTCCR1     0xF0228520          Node 1 Timer Clock Control Register
CAN2_NTATTR1    0xF0228524          Node 1 Timer A Transmit Trigger Register
CAN2_NTBTTR1    0xF0228528          Node 1 Timer B Transmit Trigger Register
CAN2_NTCTTR1    0xF022852C          Node 1 Timer C Transmit Trigger Register
CAN2_NTRTR1     0xF0228530          Node 1 Timer Receive Timeout Register
CAN2_NPCR1      0xF0228540          Node 1 Port Control Register
CAN2_CREL1      0xF0228600          Core Release Register 1
CAN2_ENDN1      0xF0228604          Endian Register 1
CAN2_DBTP1      0xF022860C          Data Bit Timing 'and' Prescaler Register 1
CAN2_TEST1      0xF0228610          Test Register 1
CAN2_RWD1       0xF0228614          RAM Watchdog 1
CAN2_CCCR1      0xF0228618          CC Control Register 1
CAN2_NBTP1      0xF022861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN2_TSCC1      0xF0228620          Timestamp Counter Configuration 1
CAN2_TSCV1      0xF0228624          Timestamp Counter Value 1
CAN2_TOCC1      0xF0228628          Timeout Counter Configuration 1
CAN2_TOCV1      0xF022862C          Timeout Counter Value 1
CAN2_ECR1       0xF0228640          Error Counter Register 1
CAN2_PSR1       0xF0228644          Protocol Status Register 1
CAN2_TDCR1      0xF0228648          Transmitter Delay Compensation Register 1
CAN2_IR1        0xF0228650          Interrupt Register 1
CAN2_IE1        0xF0228654          Interrupt Enable 1
CAN2_GFC1       0xF0228680          Global Filter Configuration 1
CAN2_SIDFC1     0xF0228684          Standard ID Filter Configuration 1
CAN2_XIDFC1     0xF0228688          Extended ID Filter Configuration 1
CAN2_XIDAM1     0xF0228690          Extended ID AND Mask 1
CAN2_HPMS1      0xF0228694          High Priority Message Status 1
CAN2_NDAT11     0xF0228698          New Data 1 1
CAN2_NDAT21     0xF022869C          New Data 2 1
CAN2_RXF0C1     0xF02286A0          Rx FIFO 0 Configuration 1
CAN2_RXF0S1     0xF02286A4          Rx FIFO 0 Status 1
CAN2_RXF0A1     0xF02286A8          Rx FIFO 0 Acknowledge 1
CAN2_RXBC1      0xF02286AC          Rx Buffer Configuration 1
CAN2_RXF1C1     0xF02286B0          Rx FIFO 1 Configuration 1
CAN2_RXF1S1     0xF02286B4          Rx FIFO 1 Status 1
CAN2_RXF1A1     0xF02286B8          Rx FIFO 1 Acknowledge 1
CAN2_RXESC1     0xF02286BC          Rx Buffer/FIFO Element Size Configuration 1
CAN2_TXBC1      0xF02286C0          Tx Buffer Configuration 1
CAN2_TXFQS1     0xF02286C4          Tx FIFO/Queue Status 1
CAN2_TXESC1     0xF02286C8          Tx Buffer Element Size Configuration 1
CAN2_TXBRP1     0xF02286CC          Tx Buffer Request Pending 1
CAN2_TXBAR1     0xF02286D0          Tx Buffer Add Request 1
CAN2_TXBCR1     0xF02286D4          Tx Buffer Cancellation Request 1
CAN2_TXBTO1     0xF02286D8          Tx Buffer Transmission Occurred 1
CAN2_TXBCF1     0xF02286DC          Tx Buffer Cancellation Finished 1
CAN2_TXBTIE1    0xF02286E0          Tx Buffer Transmission Interrupt Enable 1
CAN2_TXBCIE1    0xF02286E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN2_TXEFC1     0xF02286F0          Tx Event FIFO Configuration 1
CAN2_TXEFS1     0xF02286F4          Tx Event FIFO Status 1
CAN2_TXEFA1     0xF02286F8          Tx Event FIFO Acknowledge 1
CAN2_ACCENNODE20 0xF0228900          Access Enable Register CAN Node 2 0
CAN2_STARTADR2  0xF0228908          Start Address Node 2
CAN2_ENDADR2    0xF022890C          End Address Node 2
CAN2_ISREG2     0xF0228910          Interrupt Signalling Register 2
CAN2_GRINT12    0xF0228914          Interrupt routing for Groups 1 2
CAN2_GRINT22    0xF0228918          Interrupt routing for Groups 2 2
CAN2_NTCCR2     0xF0228920          Node 2 Timer Clock Control Register
CAN2_NTATTR2    0xF0228924          Node 2 Timer A Transmit Trigger Register
CAN2_NTBTTR2    0xF0228928          Node 2 Timer B Transmit Trigger Register
CAN2_NTCTTR2    0xF022892C          Node 2 Timer C Transmit Trigger Register
CAN2_NTRTR2     0xF0228930          Node 2 Timer Receive Timeout Register
CAN2_NPCR2      0xF0228940          Node 2 Port Control Register
CAN2_CREL2      0xF0228A00          Core Release Register 2
CAN2_ENDN2      0xF0228A04          Endian Register 2
CAN2_DBTP2      0xF0228A0C          Data Bit Timing 'and' Prescaler Register 2
CAN2_TEST2      0xF0228A10          Test Register 2
CAN2_RWD2       0xF0228A14          RAM Watchdog 2
CAN2_CCCR2      0xF0228A18          CC Control Register 2
CAN2_NBTP2      0xF0228A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN2_TSCC2      0xF0228A20          Timestamp Counter Configuration 2
CAN2_TSCV2      0xF0228A24          Timestamp Counter Value 2
CAN2_TOCC2      0xF0228A28          Timeout Counter Configuration 2
CAN2_TOCV2      0xF0228A2C          Timeout Counter Value 2
CAN2_ECR2       0xF0228A40          Error Counter Register 2
CAN2_PSR2       0xF0228A44          Protocol Status Register 2
CAN2_TDCR2      0xF0228A48          Transmitter Delay Compensation Register 2
CAN2_IR2        0xF0228A50          Interrupt Register 2
CAN2_IE2        0xF0228A54          Interrupt Enable 2
CAN2_GFC2       0xF0228A80          Global Filter Configuration 2
CAN2_SIDFC2     0xF0228A84          Standard ID Filter Configuration 2
CAN2_XIDFC2     0xF0228A88          Extended ID Filter Configuration 2
CAN2_XIDAM2     0xF0228A90          Extended ID AND Mask 2
CAN2_HPMS2      0xF0228A94          High Priority Message Status 2
CAN2_NDAT12     0xF0228A98          New Data 1 2
CAN2_NDAT22     0xF0228A9C          New Data 2 2
CAN2_RXF0C2     0xF0228AA0          Rx FIFO 0 Configuration 2
CAN2_RXF0S2     0xF0228AA4          Rx FIFO 0 Status 2
CAN2_RXF0A2     0xF0228AA8          Rx FIFO 0 Acknowledge 2
CAN2_RXBC2      0xF0228AAC          Rx Buffer Configuration 2
CAN2_RXF1C2     0xF0228AB0          Rx FIFO 1 Configuration 2
CAN2_RXF1S2     0xF0228AB4          Rx FIFO 1 Status 2
CAN2_RXF1A2     0xF0228AB8          Rx FIFO 1 Acknowledge 2
CAN2_RXESC2     0xF0228ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN2_TXBC2      0xF0228AC0          Tx Buffer Configuration 2
CAN2_TXFQS2     0xF0228AC4          Tx FIFO/Queue Status 2
CAN2_TXESC2     0xF0228AC8          Tx Buffer Element Size Configuration 2
CAN2_TXBRP2     0xF0228ACC          Tx Buffer Request Pending 2
CAN2_TXBAR2     0xF0228AD0          Tx Buffer Add Request 2
CAN2_TXBCR2     0xF0228AD4          Tx Buffer Cancellation Request 2
CAN2_TXBTO2     0xF0228AD8          Tx Buffer Transmission Occurred 2
CAN2_TXBCF2     0xF0228ADC          Tx Buffer Cancellation Finished 2
CAN2_TXBTIE2    0xF0228AE0          Tx Buffer Transmission Interrupt Enable 2
CAN2_TXBCIE2    0xF0228AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN2_TXEFC2     0xF0228AF0          Tx Event FIFO Configuration 2
CAN2_TXEFS2     0xF0228AF4          Tx Event FIFO Status 2
CAN2_TXEFA2     0xF0228AF8          Tx Event FIFO Acknowledge 2
CAN2_ACCENNODE30 0xF0228D00          Access Enable Register CAN Node 3 0
CAN2_STARTADR3  0xF0228D08          Start Address Node 3
CAN2_ENDADR3    0xF0228D0C          End Address Node 3
CAN2_ISREG3     0xF0228D10          Interrupt Signalling Register 3
CAN2_GRINT13    0xF0228D14          Interrupt routing for Groups 1 3
CAN2_GRINT23    0xF0228D18          Interrupt routing for Groups 2 3
CAN2_NTCCR3     0xF0228D20          Node 3 Timer Clock Control Register
CAN2_NTATTR3    0xF0228D24          Node 3 Timer A Transmit Trigger Register
CAN2_NTBTTR3    0xF0228D28          Node 3 Timer B Transmit Trigger Register
CAN2_NTCTTR3    0xF0228D2C          Node 3 Timer C Transmit Trigger Register
CAN2_NTRTR3     0xF0228D30          Node 3 Timer Receive Timeout Register
CAN2_NPCR3      0xF0228D40          Node 3 Port Control Register
CAN2_CREL3      0xF0228E00          Core Release Register 3
CAN2_ENDN3      0xF0228E04          Endian Register 3
CAN2_DBTP3      0xF0228E0C          Data Bit Timing 'and' Prescaler Register 3
CAN2_TEST3      0xF0228E10          Test Register 3
CAN2_RWD3       0xF0228E14          RAM Watchdog 3
CAN2_CCCR3      0xF0228E18          CC Control Register 3
CAN2_NBTP3      0xF0228E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN2_TSCC3      0xF0228E20          Timestamp Counter Configuration 3
CAN2_TSCV3      0xF0228E24          Timestamp Counter Value 3
CAN2_TOCC3      0xF0228E28          Timeout Counter Configuration 3
CAN2_TOCV3      0xF0228E2C          Timeout Counter Value 3
CAN2_ECR3       0xF0228E40          Error Counter Register 3
CAN2_PSR3       0xF0228E44          Protocol Status Register 3
CAN2_TDCR3      0xF0228E48          Transmitter Delay Compensation Register 3
CAN2_IR3        0xF0228E50          Interrupt Register 3
CAN2_IE3        0xF0228E54          Interrupt Enable 3
CAN2_GFC3       0xF0228E80          Global Filter Configuration 3
CAN2_SIDFC3     0xF0228E84          Standard ID Filter Configuration 3
CAN2_XIDFC3     0xF0228E88          Extended ID Filter Configuration 3
CAN2_XIDAM3     0xF0228E90          Extended ID AND Mask 3
CAN2_HPMS3      0xF0228E94          High Priority Message Status 3
CAN2_NDAT13     0xF0228E98          New Data 1 3
CAN2_NDAT23     0xF0228E9C          New Data 2 3
CAN2_RXF0C3     0xF0228EA0          Rx FIFO 0 Configuration 3
CAN2_RXF0S3     0xF0228EA4          Rx FIFO 0 Status 3
CAN2_RXF0A3     0xF0228EA8          Rx FIFO 0 Acknowledge 3
CAN2_RXBC3      0xF0228EAC          Rx Buffer Configuration 3
CAN2_RXF1C3     0xF0228EB0          Rx FIFO 1 Configuration 3
CAN2_RXF1S3     0xF0228EB4          Rx FIFO 1 Status 3
CAN2_RXF1A3     0xF0228EB8          Rx FIFO 1 Acknowledge 3
CAN2_RXESC3     0xF0228EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN2_TXBC3      0xF0228EC0          Tx Buffer Configuration 3
CAN2_TXFQS3     0xF0228EC4          Tx FIFO/Queue Status 3
CAN2_TXESC3     0xF0228EC8          Tx Buffer Element Size Configuration 3
CAN2_TXBRP3     0xF0228ECC          Tx Buffer Request Pending 3
CAN2_TXBAR3     0xF0228ED0          Tx Buffer Add Request 3
CAN2_TXBCR3     0xF0228ED4          Tx Buffer Cancellation Request 3
CAN2_TXBTO3     0xF0228ED8          Tx Buffer Transmission Occurred 3
CAN2_TXBCF3     0xF0228EDC          Tx Buffer Cancellation Finished 3
CAN2_TXBTIE3    0xF0228EE0          Tx Buffer Transmission Interrupt Enable 3
CAN2_TXBCIE3    0xF0228EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN2_TXEFC3     0xF0228EF0          Tx Event FIFO Configuration 3
CAN2_TXEFS3     0xF0228EF4          Tx Event FIFO Status 3
CAN2_TXEFA3     0xF0228EF8          Tx Event FIFO Acknowledge 3
PMS_ID          0xF0248008          Identification Register
PMS_EVRSTAT     0xF024802C          EVR Status Register
PMS_EVRADCSTAT  0xF0248034          EVR Primary ADC Status Register
PMS_EVRRSTCON   0xF024803C          EVR Reset Control Register
PMS_EVRRSTSTAT  0xF0248044          EVR Reset Status Register
PMS_EVRTRIM     0xF024804C          EVR Trim Control Register
PMS_EVRTRIMSTAT 0xF0248050          EVR Trim Status Register
PMS_EVRMONSTAT1 0xF0248060          EVR Secondary ADC Status Register 1
PMS_EVRMONSTAT2 0xF0248064          EVR Secondary ADC Status Register 2
PMS_EVRMONCTRL  0xF0248068          EVR Secondary Monitor Control Register
PMS_EVRMONFILT  0xF0248070          EVR Secondary Monitor Filter Register
PMS_PMSIEN      0xF0248074          PMS Interrupt Enable Register
PMS_EVRUVMON    0xF0248078          EVR Secondary Under-voltage Monitor Register
PMS_EVROVMON    0xF024807C          EVR Secondary Over-voltage Monitor Register
PMS_EVRUVMON2   0xF0248080          EVR Secondary Under-voltage Monitor Register 2
PMS_EVROVMON2   0xF0248084          EVR Secondary Over-voltage Monitor Register 2
PMS_HSMUVMON    0xF0248088          EVR Primary HSM Under-voltage Monitor Register
PMS_HSMOVMON    0xF024808C          EVR Primary HSM Over-voltage Monitor Register
PMS_EVROSCCTRL  0xF02480A0          EVR Oscillator Control Register
PMS_PMSWCR0     0xF02480B4          Standby and Wake-up Control Register 0
PMS_PMSWCR2     0xF02480B8          Standby and Wake-up Control Register 2
PMS_PMSWCR3     0xF02480C0          Standby and Wake-up Control Register 3
PMS_PMSWCR4     0xF02480C4          Standby and Wake-up Control Register 4
PMS_PMSWCR5     0xF02480C8          Standby and Wake-up Control Register 5
PMS_PMSWSTAT    0xF02480D4          Standby and Wake-up Status Register
PMS_PMSWSTAT2   0xF02480D8          Standby and Wake-up Status Register 2
PMS_PMSWUTCNT   0xF02480DC          Standby WUT Counter Register
PMS_PMSWSTATCLR 0xF02480E8          Standby and Wake-up Status Clear Register
PMS_EVRSDSTAT0  0xF02480FC          EVR SD Status Register 0
PMS_EVRSDCTRL0  0xF0248108          EVRC SD Control Register 0
PMS_EVRSDCTRL1  0xF024810C          EVRC SD Control Register 1
PMS_EVRSDCTRL2  0xF0248110          EVRC SD Control Register 2
PMS_EVRSDCTRL3  0xF0248114          EVRC SD Control Register 3
PMS_EVRSDCTRL4  0xF0248118          EVRC SD Control Register 4
PMS_EVRSDCTRL5  0xF024811C          EVRC SD Control Register 5
PMS_EVRSDCTRL6  0xF0248120          EVRC SD Control Register 6
PMS_EVRSDCTRL7  0xF0248124          EVRC SD Control Register 7
PMS_EVRSDCTRL8  0xF0248128          EVRC SD Control Register 8
PMS_EVRSDCTRL9  0xF024812C          EVRC SD Control Register 9
PMS_EVRSDCTRL10 0xF0248130          EVRC SD Control Register 10
PMS_EVRSDCTRL11 0xF0248134          EVRC SD Control Register 11
PMS_EVRSDCOEFF0 0xF0248148          EVRC SD Coefficient Register 0
PMS_EVRSDCOEFF1 0xF024814C          EVRC SD Coefficient Register 1
PMS_EVRSDCOEFF2 0xF0248150          EVRC SD Coefficient Register 2
PMS_EVRSDCOEFF3 0xF0248154          EVRC SD Coefficient Register 3
PMS_EVRSDCOEFF4 0xF0248158          EVRC SD Coefficient Register 4
PMS_EVRSDCOEFF5 0xF024815C          EVRC SD Coefficient Register 5
PMS_EVRSDCOEFF6 0xF0248160          EVRC SD Coefficient Register 6
PMS_EVRSDCOEFF7 0xF0248164          EVRC SD Coefficient Register 7
PMS_EVRSDCOEFF8 0xF0248168          EVRC SD Coefficient Register 8
PMS_EVRSDCOEFF9 0xF024816C          EVRC SD Coefficient Register 9
PMS_AG20_STDBY  0xF0248188          Alarm 0 Status Register
PMS_AG21_STDBY  0xF024818C          Alarm 1 Status Register
PMS_MONBISTSTAT 0xF0248190          SMU_stdby BIST Status Register
PMS_MONBISTCTRL 0xF0248198          SMU_stdby BIST Control Register
PMS_CMD_STDBY   0xF024819C          SMU_stdby Command Register
PMS_AG20FSP_STDBY 0xF02481A4          SMU_stdby 0 FSP Configuration Register
PMS_AG21FSP_STDBY 0xF02481A8          SMU_stdby 1 FSP Configuration Register
PMS_DTSSTAT     0xF02481C0          Die Temperature Sensor Status Register
PMS_DTSLIM      0xF02481C8          Die Temperature Sensor Limit Register
PMS_OTSS        0xF02481E0          OCDS Trigger Set Select Register
PMS_OTSC0       0xF02481E4          OCDS Trigger Set Control 0 Register
PMS_OTSC1       0xF02481E8          OCDS Trigger Set Control 1 Register
PMS_ACCEN1      0xF02481F8          Access Enable Register 1
PMS_ACCEN0      0xF02481FC          Access Enable Register 0
HSPDM_CLC       0xF0282000          Clock Control Register
HSPDM_ID        0xF0282008          Module Identification Register
HSPDM_BUFA0     0xF0282010          RAM Buffer A Register 0
HSPDM_BUFB0     0xF0282018          RAM Buffer B Register 0
HSPDM_CURRAD    0xF028201C          Current Address Register
HSPDM_MUTE0     0xF0282020          MUTE0 Register
HSPDM_MUTE1     0xF0282024          MUTE1 Register
HSPDM_ADCTG     0xF0282030          ADC Trigger Register
HSPDM_ADCTGCNT  0xF0282034          ADC Trigger Count Register
HSPDM_CON       0xF0282038          Configuration Register
HSPDM_FLAGS     0xF0282044          Flags Register
HSPDM_FLAGSSET  0xF0282048          Flags Set Register
HSPDM_FLAGSCLEAR 0xF028204C          Flags Clear Register
HSPDM_FLAGSEN   0xF0282050          Flags Enable Register
HSPDM_OCS       0xF02820E8          OCDS Control and Status Register
HSPDM_KRSTCLR   0xF02820EC          Kernel Reset Status Clear Register
HSPDM_KRST1     0xF02820F0          Kernel Reset Register 1
HSPDM_KRST0     0xF02820F4          Kernel Reset Register 0
HSPDM_ACCEN1    0xF02820F8          Access Enable Register 1
HSPDM_ACCEN0    0xF02820FC          Access Enable Register 0
SDMMC0_SDMASA   0xF02B0000          SDMA System Address register
SDMMC0_BLOCKSIZE 0xF02B0004          Block Size register
SDMMC0_BLOCKCOUNT 0xF02B0006          16-bit Block Count register
SDMMC0_ARGUMENT 0xF02B0008          Argument register
SDMMC0_XFER_MODE 0xF02B000C          Transfer Mode register
SDMMC0_CMD      0xF02B000E          Command register
SDMMC0_RESP01   0xF02B0010          Response Register 01
SDMMC0_RESP23   0xF02B0014          Response Register 23
SDMMC0_RESP45   0xF02B0018          Response Register 45
SDMMC0_RESP67   0xF02B001C          Response Register 67
SDMMC0_BUF_DATA 0xF02B0020          Buffer Data Port Register
SDMMC0_PSTATE_REG 0xF02B0024          Present State Register
SDMMC0_HOST_CTRL1 0xF02B0028          Host Control 1 Register
SDMMC0_PWR_CTRL 0xF02B0029          Power Control Register
SDMMC0_BGAP_CTRL 0xF02B002A          Block Gap Control Register
SDMMC0_WUP_CTRL 0xF02B002B          Wakeup Control Register
SDMMC0_CLK_CTRL 0xF02B002C          Clock Control Register
SDMMC0_TOUT_CTRL 0xF02B002E          Timeout Control Register
SDMMC0_SW_RST   0xF02B002F          Software Reset Register
SDMMC0_NORMAL_INT_STAT 0xF02B0030          Normal Interrupt Status Register
SDMMC0_ERROR_INT_STAT 0xF02B0032          Error Interrupt Status Register
SDMMC0_NORMAL_INT_STAT_EN 0xF02B0034          Normal Interrupt Status Enable Register
SDMMC0_ERROR_INT_STAT_EN 0xF02B0036          Error Interrupt Status Enable Register
SDMMC0_NORMAL_INT_SIGNAL_EN 0xF02B0038          Normal Interrupt Signal Enable Register
SDMMC0_ERROR_INT_SIGNAL_EN 0xF02B003A          Error Interrupt Signal Enable Register
SDMMC0_AUTO_CMD_STAT 0xF02B003C          Auto CMD Status Register
SDMMC0_HOST_CTRL2 0xF02B003E          Host Control 2 Register
SDMMC0_CAPABILITIES1 0xF02B0040          Capabilities 1 Register 0 to 31
SDMMC0_CAPABILITIES2 0xF02B0044          Capabilities Register 32 to 63
SDMMC0_CURR_CAPABILITIES1 0xF02B0048          Maximum Current Capabilities Register 0 to 31
SDMMC0_CURR_CAPABILITIES2 0xF02B004C          Maximum Current Capabilities Register 32 to 63
SDMMC0_FORCE_AUTO_CMD_STAT 0xF02B0050          Force Event Register for Auto CMD Error Status register
SDMMC0_FORCE_ERROR_INT_STAT 0xF02B0052          Force Event Register for Error Interrupt Status
SDMMC0_ADMA_ERR_STAT 0xF02B0054          ADMA Error Status Register
SDMMC0_ADMA_SA_LOW 0xF02B0058          ADMA System Address Register Low
SDMMC0_PRESET_INIT 0xF02B0060          Preset Value for Initialization
SDMMC0_PRESET_DS 0xF02B0062          Preset Value for Default Speed
SDMMC0_PRESET_HS 0xF02B0064          Preset Value for High Speed
SDMMC0_ADMA_ID_LOW 0xF02B0078          ADMA3 Integrated Descriptor Address Register - Low
SDMMC0_P_VENDOR_SPECIFIC_AREA 0xF02B00E8          Pointer for Vendor Specific Area 1
SDMMC0_P_VENDOR2_SPECIFIC_AREA 0xF02B00EA          Pointer for Vendor Specific Area 2
SDMMC0_SLOT_INTR_STATUS 0xF02B00FC          Slot Interrupt Status Register
SDMMC0_HOST_CNTRL_VERS 0xF02B00FE          Host Controller Version
SDMMC0_MSHC_VER_ID 0xF02B0180          MSHC version
SDMMC0_MSHC_VER_TYPE 0xF02B0184          MSHC version type
SDMMC0_MBIU_CTRL 0xF02B0190          DMA burst control register
SDMMC0_EMMC_CTRL 0xF02B01AC          eMMC Control register
SDMMC0_BOOT_CTRL 0xF02B01AE          eMMC Boot Control register
SDMMC0_EMBEDDED_CTRL 0xF02B0280          Embedded Control register
SDMMC0_CLC      0xF02B0300          Clock Control Register
SDMMC0_ID       0xF02B0304          Module Identification Register
SDMMC0_ACCEN0   0xF02B030C          Access Enable Register 0
SDMMC0_ACCEN1   0xF02B0310          Access Enable Register 1
SDMMC0_KRST0    0xF02B0314          Kernel Reset Register 0
SDMMC0_KRST1    0xF02B0318          Kernel Reset Register 1
SDMMC0_KRSTCLR  0xF02B031C          Kernel Reset Status Clear Register
ASCLIN10_CLC    0xF02C0A00          Clock Control Register
ASCLIN10_IOCR   0xF02C0A04          Input and Output Control Register
ASCLIN10_ID     0xF02C0A08          Module Identification Register
ASCLIN10_TXFIFOCON 0xF02C0A0C          TX FIFO Configuration Register
ASCLIN10_RXFIFOCON 0xF02C0A10          RX FIFO Configuration Register
ASCLIN10_BITCON 0xF02C0A14          Bit Configuration Register
ASCLIN10_FRAMECON 0xF02C0A18          Frame Control Register
ASCLIN10_DATCON 0xF02C0A1C          Data Configuration Register
ASCLIN10_BRG    0xF02C0A20          Baud Rate Generation Register
ASCLIN10_BRD    0xF02C0A24          Baud Rate Detection Register
ASCLIN10_LINCON 0xF02C0A28          LIN Control Register
ASCLIN10_LINBTIMER 0xF02C0A2C          LIN Break Timer Register
ASCLIN10_LINHTIMER 0xF02C0A30          LIN Header Timer Register
ASCLIN10_FLAGS  0xF02C0A34          Flags Register
ASCLIN10_FLAGSSET 0xF02C0A38          Flags Set Register
ASCLIN10_FLAGSCLEAR 0xF02C0A3C          Flags Clear Register
ASCLIN10_FLAGSENABLE 0xF02C0A40          Flags Enable Register
ASCLIN10_TXDATA 0xF02C0A44          Transmit Data Register
ASCLIN10_RXDATA 0xF02C0A48          Receive Data Register
ASCLIN10_CSR    0xF02C0A4C          Clock Selection Register
ASCLIN10_RXDATAD 0xF02C0A50          Receive Data Debug Register
ASCLIN10_OCS    0xF02C0AE8          OCDS Control and Status
ASCLIN10_KRSTCLR 0xF02C0AEC          Kernel Reset Status Clear Register
ASCLIN10_KRST1  0xF02C0AF0          Kernel Reset Register 1
ASCLIN10_KRST0  0xF02C0AF4          Kernel Reset Register 0
ASCLIN10_ACCEN0 0xF02C0AFC          Access Enable Register 0
ASCLIN11_CLC    0xF02C0B00          Clock Control Register
ASCLIN11_IOCR   0xF02C0B04          Input and Output Control Register
ASCLIN11_ID     0xF02C0B08          Module Identification Register
ASCLIN11_TXFIFOCON 0xF02C0B0C          TX FIFO Configuration Register
ASCLIN11_RXFIFOCON 0xF02C0B10          RX FIFO Configuration Register
ASCLIN11_BITCON 0xF02C0B14          Bit Configuration Register
ASCLIN11_FRAMECON 0xF02C0B18          Frame Control Register
ASCLIN11_DATCON 0xF02C0B1C          Data Configuration Register
ASCLIN11_BRG    0xF02C0B20          Baud Rate Generation Register
ASCLIN11_BRD    0xF02C0B24          Baud Rate Detection Register
ASCLIN11_LINCON 0xF02C0B28          LIN Control Register
ASCLIN11_LINBTIMER 0xF02C0B2C          LIN Break Timer Register
ASCLIN11_LINHTIMER 0xF02C0B30          LIN Header Timer Register
ASCLIN11_FLAGS  0xF02C0B34          Flags Register
ASCLIN11_FLAGSSET 0xF02C0B38          Flags Set Register
ASCLIN11_FLAGSCLEAR 0xF02C0B3C          Flags Clear Register
ASCLIN11_FLAGSENABLE 0xF02C0B40          Flags Enable Register
ASCLIN11_TXDATA 0xF02C0B44          Transmit Data Register
ASCLIN11_RXDATA 0xF02C0B48          Receive Data Register
ASCLIN11_CSR    0xF02C0B4C          Clock Selection Register
ASCLIN11_RXDATAD 0xF02C0B50          Receive Data Debug Register
ASCLIN11_OCS    0xF02C0BE8          OCDS Control and Status
ASCLIN11_KRSTCLR 0xF02C0BEC          Kernel Reset Status Clear Register
ASCLIN11_KRST1  0xF02C0BF0          Kernel Reset Register 1
ASCLIN11_KRST0  0xF02C0BF4          Kernel Reset Register 0
ASCLIN11_ACCEN0 0xF02C0BFC          Access Enable Register 0
FSI_COMM_1      0xF8030004          Communication Register 1
FSI_COMM_2      0xF8030005          Communication Register 2
FSI_HSMCOMM_1   0xF8030006          HSM Communication Register 1
FSI_HSMCOMM_2   0xF8030007          HSM Communication Register 2
PMU_ID          0xF8038508          Module Identification Register
DMU_HF_ID       0xF8040008          Module Identification Register
DMU_HF_STATUS   0xF8040010          Flash Status Register
DMU_HF_CONTROL  0xF8040014          Flash Control Register
DMU_HF_OPERATION 0xF8040018          Flash Operation Register
DMU_HF_PROTECT  0xF804001C          Flash Protection Status Register
DMU_HF_CONFIRM0 0xF8040020          Flash Confirm Status Register 0
DMU_HF_CONFIRM1 0xF8040024          Flash Confirm Status Register 1
DMU_HF_CONFIRM2 0xF8040028          Flash Confirm Status Register 2
DMU_HF_EER      0xF8040030          Enable Error Interrupt Control Register
DMU_HF_ERRSR    0xF8040034          Error Status Register
DMU_HF_CLRE     0xF8040038          Clear Error Register
DMU_HF_ECCR     0xF8040040          DF0 ECC Read Register
DMU_HF_ECCS     0xF8040044          DF0 ECC Status Register
DMU_HF_ECCC     0xF8040048          DF0 ECC Control Register
DMU_HF_ECCW     0xF804004C          DF0 ECC Write Register
DMU_HF_CCONTROL 0xF8040050          Cranking Control Register
DMU_HF_PSTATUS  0xF8040060          Power Status Register
DMU_HF_PCONTROL 0xF8040064          Power Control Register
DMU_HF_PWAIT    0xF8040068          PFLASH Wait Cycle Register
DMU_HF_DWAIT    0xF804006C          DFLASH Wait Cycle Register
DMU_HF_PROCONUSR 0xF8040074          DF0 User Mode Control
DMU_HF_PROCONPF 0xF8040080          PFLASH Protection Configuration
DMU_HF_PROCONTP 0xF8040084          Tuning Protection Configuration
DMU_HF_PROCONDF 0xF8040088          DFLASH Protection Configuration
DMU_HF_PROCONRAM 0xF804008C          RAM Configuration
DMU_HF_PROCONDBG 0xF8040090          Debug Interface Protection Configuration
DMU_HF_SUSPEND  0xF80400F0          Suspend Control Register
DMU_HF_MARGIN   0xF80400F4          Margin Control Register
DMU_HF_ACCEN1   0xF80400F8          Access Enable Register 1
DMU_HF_ACCEN0   0xF80400FC          Access Enable Register 0
DMU_HP_PROCONP00 0xF8050000          PFLASH Bank 0 Protection Configuration 0
DMU_HP_PROCONP01 0xF8050004          PFLASH Bank 0 Protection Configuration 1
DMU_HP_PROCONP02 0xF8050008          PFLASH Bank 0 Protection Configuration 2
DMU_HP_PROCONP03 0xF805000C          PFLASH Bank 0 Protection Configuration 3
DMU_HP_PROCONP04 0xF8050010          PFLASH Bank 0 Protection Configuration 4
DMU_HP_PROCONP05 0xF8050014          PFLASH Bank 0 Protection Configuration 5
DMU_HP_PROCONOTP00 0xF8050040          PFLASH Bank 0 OTP Protection Configuration 0
DMU_HP_PROCONOTP01 0xF8050044          PFLASH Bank 0 OTP Protection Configuration 1
DMU_HP_PROCONOTP02 0xF8050048          PFLASH Bank 0 OTP Protection Configuration 2
DMU_HP_PROCONOTP03 0xF805004C          PFLASH Bank 0 OTP Protection Configuration 3
DMU_HP_PROCONOTP04 0xF8050050          PFLASH Bank 0 OTP Protection Configuration 4
DMU_HP_PROCONOTP05 0xF8050054          PFLASH Bank 0 OTP Protection Configuration 5
DMU_HP_PROCONWOP00 0xF8050080          PFLASH Bank 0 WOP Configuration 0
DMU_HP_PROCONWOP01 0xF8050084          PFLASH Bank 0 WOP Configuration 1
DMU_HP_PROCONWOP02 0xF8050088          PFLASH Bank 0 WOP Configuration 2
DMU_HP_PROCONWOP03 0xF805008C          PFLASH Bank 0 WOP Configuration 3
DMU_HP_PROCONWOP04 0xF8050090          PFLASH Bank 0 WOP Configuration 4
DMU_HP_PROCONWOP05 0xF8050094          PFLASH Bank 0 WOP Configuration 5
DMU_HP_ECPRIO00 0xF80500A0          PFLASH Bank 0 Erase Counter Priority configuration 0
DMU_HP_ECPRIO01 0xF80500A4          PFLASH Bank 0 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO02 0xF80500A8          PFLASH Bank 0 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO03 0xF80500AC          PFLASH Bank 0 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO04 0xF80500B0          PFLASH Bank 0 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO05 0xF80500B4          PFLASH Bank 0 Erase Counter Priority Configuration 5
DMU_HP_PROCONP10 0xF8050100          PFLASH Bank 1 Protection Configuration 0
DMU_HP_PROCONP11 0xF8050104          PFLASH Bank 1 Protection Configuration 1
DMU_HP_PROCONP12 0xF8050108          PFLASH Bank 1 Protection Configuration 2
DMU_HP_PROCONP13 0xF805010C          PFLASH Bank 1 Protection Configuration 3
DMU_HP_PROCONP14 0xF8050110          PFLASH Bank 1 Protection Configuration 4
DMU_HP_PROCONP15 0xF8050114          PFLASH Bank 1 Protection Configuration 5
DMU_HP_PROCONOTP10 0xF8050140          PFLASH Bank 1 OTP Protection Configuration 0
DMU_HP_PROCONOTP11 0xF8050144          PFLASH Bank 1 OTP Protection Configuration 1
DMU_HP_PROCONOTP12 0xF8050148          PFLASH Bank 1 OTP Protection Configuration 2
DMU_HP_PROCONOTP13 0xF805014C          PFLASH Bank 1 OTP Protection Configuration 3
DMU_HP_PROCONOTP14 0xF8050150          PFLASH Bank 1 OTP Protection Configuration 4
DMU_HP_PROCONOTP15 0xF8050154          PFLASH Bank 1 OTP Protection Configuration 5
DMU_HP_PROCONWOP10 0xF8050180          PFLASH Bank 1 WOP Configuration 0
DMU_HP_PROCONWOP11 0xF8050184          PFLASH Bank 1 WOP Configuration 1
DMU_HP_PROCONWOP12 0xF8050188          PFLASH Bank 1 WOP Configuration 2
DMU_HP_PROCONWOP13 0xF805018C          PFLASH Bank 1 WOP Configuration 3
DMU_HP_PROCONWOP14 0xF8050190          PFLASH Bank 1 WOP Configuration 4
DMU_HP_PROCONWOP15 0xF8050194          PFLASH Bank 1 WOP Configuration 5
DMU_HP_ECPRIO10 0xF80501A0          PFLASH Bank 1 Erase Counter Priority configuration 0
DMU_HP_ECPRIO11 0xF80501A4          PFLASH Bank 1 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO12 0xF80501A8          PFLASH Bank 1 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO13 0xF80501AC          PFLASH Bank 1 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO14 0xF80501B0          PFLASH Bank 1 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO15 0xF80501B4          PFLASH Bank 1 Erase Counter Priority Configuration 5
DMU_HP_PROCONP20 0xF8050200          PFLASH Bank 2 Protection Configuration 0
DMU_HP_PROCONP21 0xF8050204          PFLASH Bank 2 Protection Configuration 1
DMU_HP_PROCONP22 0xF8050208          PFLASH Bank 2 Protection Configuration 2
DMU_HP_PROCONP23 0xF805020C          PFLASH Bank 2 Protection Configuration 3
DMU_HP_PROCONP24 0xF8050210          PFLASH Bank 2 Protection Configuration 4
DMU_HP_PROCONP25 0xF8050214          PFLASH Bank 2 Protection Configuration 5
DMU_HP_PROCONOTP20 0xF8050240          PFLASH Bank 2 OTP Protection Configuration 0
DMU_HP_PROCONOTP21 0xF8050244          PFLASH Bank 2 OTP Protection Configuration 1
DMU_HP_PROCONOTP22 0xF8050248          PFLASH Bank 2 OTP Protection Configuration 2
DMU_HP_PROCONOTP23 0xF805024C          PFLASH Bank 2 OTP Protection Configuration 3
DMU_HP_PROCONOTP24 0xF8050250          PFLASH Bank 2 OTP Protection Configuration 4
DMU_HP_PROCONOTP25 0xF8050254          PFLASH Bank 2 OTP Protection Configuration 5
DMU_HP_PROCONWOP20 0xF8050280          PFLASH Bank 2 WOP Configuration 0
DMU_HP_PROCONWOP21 0xF8050284          PFLASH Bank 2 WOP Configuration 1
DMU_HP_PROCONWOP22 0xF8050288          PFLASH Bank 2 WOP Configuration 2
DMU_HP_PROCONWOP23 0xF805028C          PFLASH Bank 2 WOP Configuration 3
DMU_HP_PROCONWOP24 0xF8050290          PFLASH Bank 2 WOP Configuration 4
DMU_HP_PROCONWOP25 0xF8050294          PFLASH Bank 2 WOP Configuration 5
DMU_HP_ECPRIO20 0xF80502A0          PFLASH Bank 2 Erase Counter Priority configuration 0
DMU_HP_ECPRIO21 0xF80502A4          PFLASH Bank 2 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO22 0xF80502A8          PFLASH Bank 2 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO23 0xF80502AC          PFLASH Bank 2 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO24 0xF80502B0          PFLASH Bank 2 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO25 0xF80502B4          PFLASH Bank 2 Erase Counter Priority Configuration 5
DMU_HP_PROCONP30 0xF8050300          PFLASH Bank 3 Protection Configuration 0
DMU_HP_PROCONP31 0xF8050304          PFLASH Bank 3 Protection Configuration 1
DMU_HP_PROCONP32 0xF8050308          PFLASH Bank 3 Protection Configuration 2
DMU_HP_PROCONP33 0xF805030C          PFLASH Bank 3 Protection Configuration 3
DMU_HP_PROCONP34 0xF8050310          PFLASH Bank 3 Protection Configuration 4
DMU_HP_PROCONP35 0xF8050314          PFLASH Bank 3 Protection Configuration 5
DMU_HP_PROCONOTP30 0xF8050340          PFLASH Bank 3 OTP Protection Configuration 0
DMU_HP_PROCONOTP31 0xF8050344          PFLASH Bank 3 OTP Protection Configuration 1
DMU_HP_PROCONOTP32 0xF8050348          PFLASH Bank 3 OTP Protection Configuration 2
DMU_HP_PROCONOTP33 0xF805034C          PFLASH Bank 3 OTP Protection Configuration 3
DMU_HP_PROCONOTP34 0xF8050350          PFLASH Bank 3 OTP Protection Configuration 4
DMU_HP_PROCONOTP35 0xF8050354          PFLASH Bank 3 OTP Protection Configuration 5
DMU_HP_PROCONWOP30 0xF8050380          PFLASH Bank 3 WOP Configuration 0
DMU_HP_PROCONWOP31 0xF8050384          PFLASH Bank 3 WOP Configuration 1
DMU_HP_PROCONWOP32 0xF8050388          PFLASH Bank 3 WOP Configuration 2
DMU_HP_PROCONWOP33 0xF805038C          PFLASH Bank 3 WOP Configuration 3
DMU_HP_PROCONWOP34 0xF8050390          PFLASH Bank 3 WOP Configuration 4
DMU_HP_PROCONWOP35 0xF8050394          PFLASH Bank 3 WOP Configuration 5
DMU_HP_ECPRIO30 0xF80503A0          PFLASH Bank 3 Erase Counter Priority configuration 0
DMU_HP_ECPRIO31 0xF80503A4          PFLASH Bank 3 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO32 0xF80503A8          PFLASH Bank 3 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO33 0xF80503AC          PFLASH Bank 3 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO34 0xF80503B0          PFLASH Bank 3 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO35 0xF80503B4          PFLASH Bank 3 Erase Counter Priority Configuration 5
DMU_HP_PROCONP40 0xF8050400          PFLASH Bank 4 Protection Configuration 0
DMU_HP_PROCONP41 0xF8050404          PFLASH Bank 4 Protection Configuration 1
DMU_HP_PROCONP42 0xF8050408          PFLASH Bank 4 Protection Configuration 2
DMU_HP_PROCONP43 0xF805040C          PFLASH Bank 4 Protection Configuration 3
DMU_HP_PROCONP44 0xF8050410          PFLASH Bank 4 Protection Configuration 4
DMU_HP_PROCONP45 0xF8050414          PFLASH Bank 4 Protection Configuration 5
DMU_HP_PROCONOTP40 0xF8050440          PFLASH Bank 4 OTP Protection Configuration 0
DMU_HP_PROCONOTP41 0xF8050444          PFLASH Bank 4 OTP Protection Configuration 1
DMU_HP_PROCONOTP42 0xF8050448          PFLASH Bank 4 OTP Protection Configuration 2
DMU_HP_PROCONOTP43 0xF805044C          PFLASH Bank 4 OTP Protection Configuration 3
DMU_HP_PROCONOTP44 0xF8050450          PFLASH Bank 4 OTP Protection Configuration 4
DMU_HP_PROCONOTP45 0xF8050454          PFLASH Bank 4 OTP Protection Configuration 5
DMU_HP_PROCONWOP40 0xF8050480          PFLASH Bank 4 WOP Configuration 0
DMU_HP_PROCONWOP41 0xF8050484          PFLASH Bank 4 WOP Configuration 1
DMU_HP_PROCONWOP42 0xF8050488          PFLASH Bank 4 WOP Configuration 2
DMU_HP_PROCONWOP43 0xF805048C          PFLASH Bank 4 WOP Configuration 3
DMU_HP_PROCONWOP44 0xF8050490          PFLASH Bank 4 WOP Configuration 4
DMU_HP_PROCONWOP45 0xF8050494          PFLASH Bank 4 WOP Configuration 5
DMU_HP_ECPRIO40 0xF80504A0          PFLASH Bank 4 Erase Counter Priority configuration 0
DMU_HP_ECPRIO41 0xF80504A4          PFLASH Bank 4 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO42 0xF80504A8          PFLASH Bank 4 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO43 0xF80504AC          PFLASH Bank 4 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO44 0xF80504B0          PFLASH Bank 4 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO45 0xF80504B4          PFLASH Bank 4 Erase Counter Priority Configuration 5
DMU_HP_PROCONP50 0xF8050500          PFLASH Bank 5 Protection Configuration 0
DMU_HP_PROCONP51 0xF8050504          PFLASH Bank 5 Protection Configuration 1
DMU_HP_PROCONP52 0xF8050508          PFLASH Bank 5 Protection Configuration 2
DMU_HP_PROCONP53 0xF805050C          PFLASH Bank 5 Protection Configuration 3
DMU_HP_PROCONP54 0xF8050510          PFLASH Bank 5 Protection Configuration 4
DMU_HP_PROCONP55 0xF8050514          PFLASH Bank 5 Protection Configuration 5
DMU_HP_PROCONOTP50 0xF8050540          PFLASH Bank 5 OTP Protection Configuration 0
DMU_HP_PROCONOTP51 0xF8050544          PFLASH Bank 5 OTP Protection Configuration 1
DMU_HP_PROCONOTP52 0xF8050548          PFLASH Bank 5 OTP Protection Configuration 2
DMU_HP_PROCONOTP53 0xF805054C          PFLASH Bank 5 OTP Protection Configuration 3
DMU_HP_PROCONOTP54 0xF8050550          PFLASH Bank 5 OTP Protection Configuration 4
DMU_HP_PROCONOTP55 0xF8050554          PFLASH Bank 5 OTP Protection Configuration 5
DMU_HP_PROCONWOP50 0xF8050580          PFLASH Bank 5 WOP Configuration 0
DMU_HP_PROCONWOP51 0xF8050584          PFLASH Bank 5 WOP Configuration 1
DMU_HP_PROCONWOP52 0xF8050588          PFLASH Bank 5 WOP Configuration 2
DMU_HP_PROCONWOP53 0xF805058C          PFLASH Bank 5 WOP Configuration 3
DMU_HP_PROCONWOP54 0xF8050590          PFLASH Bank 5 WOP Configuration 4
DMU_HP_PROCONWOP55 0xF8050594          PFLASH Bank 5 WOP Configuration 5
DMU_HP_ECPRIO50 0xF80505A0          PFLASH Bank 5 Erase Counter Priority configuration 0
DMU_HP_ECPRIO51 0xF80505A4          PFLASH Bank 5 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO52 0xF80505A8          PFLASH Bank 5 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO53 0xF80505AC          PFLASH Bank 5 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO54 0xF80505B0          PFLASH Bank 5 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO55 0xF80505B4          PFLASH Bank 5 Erase Counter Priority Configuration 5
DMU_SF_STATUS   0xF8060010          HSM Flash Status Register
DMU_SF_CONTROL  0xF8060014          HSM Flash Configuration Register
DMU_SF_OPERATION 0xF8060018          HSM Flash Operation Register
DMU_SF_EER      0xF8060030          HSM Enable Error Interrupt Control Register
DMU_SF_ERRSR    0xF8060034          HSM Error Status Register
DMU_SF_CLRE     0xF8060038          HSM Clear Error Register
DMU_SF_ECCR     0xF8060040          HSM DF1 ECC Read Register
DMU_SF_ECCS     0xF8060044          HSM DF1 ECC Status Register
DMU_SF_ECCC     0xF8060048          HSM DF1 ECC Control Register
DMU_SF_ECCW     0xF806004C          HSM DF1 ECC Write Register
DMU_SF_PROCONUSR 0xF8060074          HSM DF1 User Mode Control
DMU_SF_SUSPEND  0xF80600E8          HSM Suspend Control Register
DMU_SF_MARGIN   0xF80600EC          HSM DF1 Margin Control Register
DMU_SP_PROCONHSMCFG 0xF8070000          HSM Protection Configuration
DMU_SP_PROCONHSMCBS 0xF8070004          HSM Code Boot Sector
DMU_SP_PROCONHSMCX0 0xF8070008          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCX1 0xF807000C          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCOTP0 0xF8070010          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSMCOTP1 0xF8070014          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSM 0xF8070040          HSM Interface Protection Configuration
LMU0_CLC        0xF8100000          LMU Clock Control Register
LMU0_MODID      0xF8100008          LMU Module ID Register
LMU0_ACCEN0     0xF8100010          LMU Access Enable Register 0
LMU0_ACCEN1     0xF8100014          LMU Access Enable Register 1
LMU0_MEMCON     0xF8100020          LMU Memory Control Register
LMU0_SCTRL      0xF8100024          LMU Safety Control Register
LMU0_RGNLA0     0xF8100050          LMU Region Lower Address Register 0
LMU0_RGNUA0     0xF8100054          LMU Region Upper Address Register 0
LMU0_RGNACCENWA0 0xF8100058          LMU Region Write Access Enable Register A0
LMU0_RGNACCENWB0 0xF810005C          LMU Region Write Access Enable Register B0
LMU0_RGNLA1     0xF8100060          LMU Region Lower Address Register 1
LMU0_RGNUA1     0xF8100064          LMU Region Upper Address Register 1
LMU0_RGNACCENWA1 0xF8100068          LMU Region Write Access Enable Register A1
LMU0_RGNACCENWB1 0xF810006C          LMU Region Write Access Enable Register B1
LMU0_RGNLA2     0xF8100070          LMU Region Lower Address Register 2
LMU0_RGNUA2     0xF8100074          LMU Region Upper Address Register 2
LMU0_RGNACCENWA2 0xF8100078          LMU Region Write Access Enable Register A2
LMU0_RGNACCENWB2 0xF810007C          LMU Region Write Access Enable Register B2
LMU0_RGNLA3     0xF8100080          LMU Region Lower Address Register 3
LMU0_RGNUA3     0xF8100084          LMU Region Upper Address Register 3
LMU0_RGNACCENWA3 0xF8100088          LMU Region Write Access Enable Register A3
LMU0_RGNACCENWB3 0xF810008C          LMU Region Write Access Enable Register B3
LMU0_RGNLA4     0xF8100090          LMU Region Lower Address Register 4
LMU0_RGNUA4     0xF8100094          LMU Region Upper Address Register 4
LMU0_RGNACCENWA4 0xF8100098          LMU Region Write Access Enable Register A4
LMU0_RGNACCENWB4 0xF810009C          LMU Region Write Access Enable Register B4
LMU0_RGNLA5     0xF81000A0          LMU Region Lower Address Register 5
LMU0_RGNUA5     0xF81000A4          LMU Region Upper Address Register 5
LMU0_RGNACCENWA5 0xF81000A8          LMU Region Write Access Enable Register A5
LMU0_RGNACCENWB5 0xF81000AC          LMU Region Write Access Enable Register B5
LMU0_RGNLA6     0xF81000B0          LMU Region Lower Address Register 6
LMU0_RGNUA6     0xF81000B4          LMU Region Upper Address Register 6
LMU0_RGNACCENWA6 0xF81000B8          LMU Region Write Access Enable Register A6
LMU0_RGNACCENWB6 0xF81000BC          LMU Region Write Access Enable Register B6
LMU0_RGNLA7     0xF81000C0          LMU Region Lower Address Register 7
LMU0_RGNUA7     0xF81000C4          LMU Region Upper Address Register 7
LMU0_RGNACCENWA7 0xF81000C8          LMU Region Write Access Enable Register A7
LMU0_RGNACCENWB7 0xF81000CC          LMU Region Write Access Enable Register B7
LMU0_RGNLA8     0xF81000D0          LMU Region Lower Address Register 8
LMU0_RGNUA8     0xF81000D4          LMU Region Upper Address Register 8
LMU0_RGNACCENWA8 0xF81000D8          LMU Region Write Access Enable Register A8
LMU0_RGNACCENWB8 0xF81000DC          LMU Region Write Access Enable Register B8
LMU0_RGNLA9     0xF81000E0          LMU Region Lower Address Register 9
LMU0_RGNUA9     0xF81000E4          LMU Region Upper Address Register 9
LMU0_RGNACCENWA9 0xF81000E8          LMU Region Write Access Enable Register A9
LMU0_RGNACCENWB9 0xF81000EC          LMU Region Write Access Enable Register B9
LMU0_RGNLA10    0xF81000F0          LMU Region Lower Address Register 10
LMU0_RGNUA10    0xF81000F4          LMU Region Upper Address Register 10
LMU0_RGNACCENWA10 0xF81000F8          LMU Region Write Access Enable Register A10
LMU0_RGNACCENWB10 0xF81000FC          LMU Region Write Access Enable Register B10
LMU0_RGNLA11    0xF8100100          LMU Region Lower Address Register 11
LMU0_RGNUA11    0xF8100104          LMU Region Upper Address Register 11
LMU0_RGNACCENWA11 0xF8100108          LMU Region Write Access Enable Register A11
LMU0_RGNACCENWB11 0xF810010C          LMU Region Write Access Enable Register B11
LMU0_RGNLA12    0xF8100110          LMU Region Lower Address Register 12
LMU0_RGNUA12    0xF8100114          LMU Region Upper Address Register 12
LMU0_RGNACCENWA12 0xF8100118          LMU Region Write Access Enable Register A12
LMU0_RGNACCENWB12 0xF810011C          LMU Region Write Access Enable Register B12
LMU0_RGNLA13    0xF8100120          LMU Region Lower Address Register 13
LMU0_RGNUA13    0xF8100124          LMU Region Upper Address Register 13
LMU0_RGNACCENWA13 0xF8100128          LMU Region Write Access Enable Register A13
LMU0_RGNACCENWB13 0xF810012C          LMU Region Write Access Enable Register B13
LMU0_RGNLA14    0xF8100130          LMU Region Lower Address Register 14
LMU0_RGNUA14    0xF8100134          LMU Region Upper Address Register 14
LMU0_RGNACCENWA14 0xF8100138          LMU Region Write Access Enable Register A14
LMU0_RGNACCENWB14 0xF810013C          LMU Region Write Access Enable Register B14
LMU0_RGNLA15    0xF8100140          LMU Region Lower Address Register 15
LMU0_RGNUA15    0xF8100144          LMU Region Upper Address Register 15
LMU0_RGNACCENWA15 0xF8100148          LMU Region Write Access Enable Register A15
LMU0_RGNACCENWB15 0xF810014C          LMU Region Write Access Enable Register B15
LMU0_RGNACCENRA0 0xF8100158          LMU Region Read Access Enable Register A0
LMU0_RGNACCENRB0 0xF810015C          LMU Region Read Access Enable Register B0
LMU0_RGNACCENRA1 0xF8100168          LMU Region Read Access Enable Register A1
LMU0_RGNACCENRB1 0xF810016C          LMU Region Read Access Enable Register B1
LMU0_RGNACCENRA2 0xF8100178          LMU Region Read Access Enable Register A2
LMU0_RGNACCENRB2 0xF810017C          LMU Region Read Access Enable Register B2
LMU0_RGNACCENRA3 0xF8100188          LMU Region Read Access Enable Register A3
LMU0_RGNACCENRB3 0xF810018C          LMU Region Read Access Enable Register B3
LMU0_RGNACCENRA4 0xF8100198          LMU Region Read Access Enable Register A4
LMU0_RGNACCENRB4 0xF810019C          LMU Region Read Access Enable Register B4
LMU0_RGNACCENRA5 0xF81001A8          LMU Region Read Access Enable Register A5
LMU0_RGNACCENRB5 0xF81001AC          LMU Region Read Access Enable Register B5
LMU0_RGNACCENRA6 0xF81001B8          LMU Region Read Access Enable Register A6
LMU0_RGNACCENRB6 0xF81001BC          LMU Region Read Access Enable Register B6
LMU0_RGNACCENRA7 0xF81001C8          LMU Region Read Access Enable Register A7
LMU0_RGNACCENRB7 0xF81001CC          LMU Region Read Access Enable Register B7
LMU0_RGNACCENRA8 0xF81001D8          LMU Region Read Access Enable Register A8
LMU0_RGNACCENRB8 0xF81001DC          LMU Region Read Access Enable Register B8
LMU0_RGNACCENRA9 0xF81001E8          LMU Region Read Access Enable Register A9
LMU0_RGNACCENRB9 0xF81001EC          LMU Region Read Access Enable Register B9
LMU0_RGNACCENRA10 0xF81001F8          LMU Region Read Access Enable Register A10
LMU0_RGNACCENRB10 0xF81001FC          LMU Region Read Access Enable Register B10
LMU0_RGNACCENRA11 0xF8100208          LMU Region Read Access Enable Register A11
LMU0_RGNACCENRB11 0xF810020C          LMU Region Read Access Enable Register B11
LMU0_RGNACCENRA12 0xF8100218          LMU Region Read Access Enable Register A12
LMU0_RGNACCENRB12 0xF810021C          LMU Region Read Access Enable Register B12
LMU0_RGNACCENRA13 0xF8100228          LMU Region Read Access Enable Register A13
LMU0_RGNACCENRB13 0xF810022C          LMU Region Read Access Enable Register B13
LMU0_RGNACCENRA14 0xF8100238          LMU Region Read Access Enable Register A14
LMU0_RGNACCENRB14 0xF810023C          LMU Region Read Access Enable Register B14
LMU0_RGNACCENRA15 0xF8100248          LMU Region Read Access Enable Register A15
LMU0_RGNACCENRB15 0xF810024C          LMU Region Read Access Enable Register B15
LMU1_CLC        0xF8110000          LMU Clock Control Register
LMU1_MODID      0xF8110008          LMU Module ID Register
LMU1_ACCEN0     0xF8110010          LMU Access Enable Register 0
LMU1_ACCEN1     0xF8110014          LMU Access Enable Register 1
LMU1_MEMCON     0xF8110020          LMU Memory Control Register
LMU1_SCTRL      0xF8110024          LMU Safety Control Register
LMU1_RGNLA0     0xF8110050          LMU Region Lower Address Register 0
LMU1_RGNUA0     0xF8110054          LMU Region Upper Address Register 0
LMU1_RGNACCENWA0 0xF8110058          LMU Region Write Access Enable Register A0
LMU1_RGNACCENWB0 0xF811005C          LMU Region Write Access Enable Register B0
LMU1_RGNLA1     0xF8110060          LMU Region Lower Address Register 1
LMU1_RGNUA1     0xF8110064          LMU Region Upper Address Register 1
LMU1_RGNACCENWA1 0xF8110068          LMU Region Write Access Enable Register A1
LMU1_RGNACCENWB1 0xF811006C          LMU Region Write Access Enable Register B1
LMU1_RGNLA2     0xF8110070          LMU Region Lower Address Register 2
LMU1_RGNUA2     0xF8110074          LMU Region Upper Address Register 2
LMU1_RGNACCENWA2 0xF8110078          LMU Region Write Access Enable Register A2
LMU1_RGNACCENWB2 0xF811007C          LMU Region Write Access Enable Register B2
LMU1_RGNLA3     0xF8110080          LMU Region Lower Address Register 3
LMU1_RGNUA3     0xF8110084          LMU Region Upper Address Register 3
LMU1_RGNACCENWA3 0xF8110088          LMU Region Write Access Enable Register A3
LMU1_RGNACCENWB3 0xF811008C          LMU Region Write Access Enable Register B3
LMU1_RGNLA4     0xF8110090          LMU Region Lower Address Register 4
LMU1_RGNUA4     0xF8110094          LMU Region Upper Address Register 4
LMU1_RGNACCENWA4 0xF8110098          LMU Region Write Access Enable Register A4
LMU1_RGNACCENWB4 0xF811009C          LMU Region Write Access Enable Register B4
LMU1_RGNLA5     0xF81100A0          LMU Region Lower Address Register 5
LMU1_RGNUA5     0xF81100A4          LMU Region Upper Address Register 5
LMU1_RGNACCENWA5 0xF81100A8          LMU Region Write Access Enable Register A5
LMU1_RGNACCENWB5 0xF81100AC          LMU Region Write Access Enable Register B5
LMU1_RGNLA6     0xF81100B0          LMU Region Lower Address Register 6
LMU1_RGNUA6     0xF81100B4          LMU Region Upper Address Register 6
LMU1_RGNACCENWA6 0xF81100B8          LMU Region Write Access Enable Register A6
LMU1_RGNACCENWB6 0xF81100BC          LMU Region Write Access Enable Register B6
LMU1_RGNLA7     0xF81100C0          LMU Region Lower Address Register 7
LMU1_RGNUA7     0xF81100C4          LMU Region Upper Address Register 7
LMU1_RGNACCENWA7 0xF81100C8          LMU Region Write Access Enable Register A7
LMU1_RGNACCENWB7 0xF81100CC          LMU Region Write Access Enable Register B7
LMU1_RGNLA8     0xF81100D0          LMU Region Lower Address Register 8
LMU1_RGNUA8     0xF81100D4          LMU Region Upper Address Register 8
LMU1_RGNACCENWA8 0xF81100D8          LMU Region Write Access Enable Register A8
LMU1_RGNACCENWB8 0xF81100DC          LMU Region Write Access Enable Register B8
LMU1_RGNLA9     0xF81100E0          LMU Region Lower Address Register 9
LMU1_RGNUA9     0xF81100E4          LMU Region Upper Address Register 9
LMU1_RGNACCENWA9 0xF81100E8          LMU Region Write Access Enable Register A9
LMU1_RGNACCENWB9 0xF81100EC          LMU Region Write Access Enable Register B9
LMU1_RGNLA10    0xF81100F0          LMU Region Lower Address Register 10
LMU1_RGNUA10    0xF81100F4          LMU Region Upper Address Register 10
LMU1_RGNACCENWA10 0xF81100F8          LMU Region Write Access Enable Register A10
LMU1_RGNACCENWB10 0xF81100FC          LMU Region Write Access Enable Register B10
LMU1_RGNLA11    0xF8110100          LMU Region Lower Address Register 11
LMU1_RGNUA11    0xF8110104          LMU Region Upper Address Register 11
LMU1_RGNACCENWA11 0xF8110108          LMU Region Write Access Enable Register A11
LMU1_RGNACCENWB11 0xF811010C          LMU Region Write Access Enable Register B11
LMU1_RGNLA12    0xF8110110          LMU Region Lower Address Register 12
LMU1_RGNUA12    0xF8110114          LMU Region Upper Address Register 12
LMU1_RGNACCENWA12 0xF8110118          LMU Region Write Access Enable Register A12
LMU1_RGNACCENWB12 0xF811011C          LMU Region Write Access Enable Register B12
LMU1_RGNLA13    0xF8110120          LMU Region Lower Address Register 13
LMU1_RGNUA13    0xF8110124          LMU Region Upper Address Register 13
LMU1_RGNACCENWA13 0xF8110128          LMU Region Write Access Enable Register A13
LMU1_RGNACCENWB13 0xF811012C          LMU Region Write Access Enable Register B13
LMU1_RGNLA14    0xF8110130          LMU Region Lower Address Register 14
LMU1_RGNUA14    0xF8110134          LMU Region Upper Address Register 14
LMU1_RGNACCENWA14 0xF8110138          LMU Region Write Access Enable Register A14
LMU1_RGNACCENWB14 0xF811013C          LMU Region Write Access Enable Register B14
LMU1_RGNLA15    0xF8110140          LMU Region Lower Address Register 15
LMU1_RGNUA15    0xF8110144          LMU Region Upper Address Register 15
LMU1_RGNACCENWA15 0xF8110148          LMU Region Write Access Enable Register A15
LMU1_RGNACCENWB15 0xF811014C          LMU Region Write Access Enable Register B15
LMU1_RGNACCENRA0 0xF8110158          LMU Region Read Access Enable Register A0
LMU1_RGNACCENRB0 0xF811015C          LMU Region Read Access Enable Register B0
LMU1_RGNACCENRA1 0xF8110168          LMU Region Read Access Enable Register A1
LMU1_RGNACCENRB1 0xF811016C          LMU Region Read Access Enable Register B1
LMU1_RGNACCENRA2 0xF8110178          LMU Region Read Access Enable Register A2
LMU1_RGNACCENRB2 0xF811017C          LMU Region Read Access Enable Register B2
LMU1_RGNACCENRA3 0xF8110188          LMU Region Read Access Enable Register A3
LMU1_RGNACCENRB3 0xF811018C          LMU Region Read Access Enable Register B3
LMU1_RGNACCENRA4 0xF8110198          LMU Region Read Access Enable Register A4
LMU1_RGNACCENRB4 0xF811019C          LMU Region Read Access Enable Register B4
LMU1_RGNACCENRA5 0xF81101A8          LMU Region Read Access Enable Register A5
LMU1_RGNACCENRB5 0xF81101AC          LMU Region Read Access Enable Register B5
LMU1_RGNACCENRA6 0xF81101B8          LMU Region Read Access Enable Register A6
LMU1_RGNACCENRB6 0xF81101BC          LMU Region Read Access Enable Register B6
LMU1_RGNACCENRA7 0xF81101C8          LMU Region Read Access Enable Register A7
LMU1_RGNACCENRB7 0xF81101CC          LMU Region Read Access Enable Register B7
LMU1_RGNACCENRA8 0xF81101D8          LMU Region Read Access Enable Register A8
LMU1_RGNACCENRB8 0xF81101DC          LMU Region Read Access Enable Register B8
LMU1_RGNACCENRA9 0xF81101E8          LMU Region Read Access Enable Register A9
LMU1_RGNACCENRB9 0xF81101EC          LMU Region Read Access Enable Register B9
LMU1_RGNACCENRA10 0xF81101F8          LMU Region Read Access Enable Register A10
LMU1_RGNACCENRB10 0xF81101FC          LMU Region Read Access Enable Register B10
LMU1_RGNACCENRA11 0xF8110208          LMU Region Read Access Enable Register A11
LMU1_RGNACCENRB11 0xF811020C          LMU Region Read Access Enable Register B11
LMU1_RGNACCENRA12 0xF8110218          LMU Region Read Access Enable Register A12
LMU1_RGNACCENRB12 0xF811021C          LMU Region Read Access Enable Register B12
LMU1_RGNACCENRA13 0xF8110228          LMU Region Read Access Enable Register A13
LMU1_RGNACCENRB13 0xF811022C          LMU Region Read Access Enable Register B13
LMU1_RGNACCENRA14 0xF8110238          LMU Region Read Access Enable Register A14
LMU1_RGNACCENRB14 0xF811023C          LMU Region Read Access Enable Register B14
LMU1_RGNACCENRA15 0xF8110248          LMU Region Read Access Enable Register A15
LMU1_RGNACCENRB15 0xF811024C          LMU Region Read Access Enable Register B15
LMU2_CLC        0xF8120000          LMU Clock Control Register
LMU2_MODID      0xF8120008          LMU Module ID Register
LMU2_ACCEN0     0xF8120010          LMU Access Enable Register 0
LMU2_ACCEN1     0xF8120014          LMU Access Enable Register 1
LMU2_MEMCON     0xF8120020          LMU Memory Control Register
LMU2_SCTRL      0xF8120024          LMU Safety Control Register
LMU2_RGNLA0     0xF8120050          LMU Region Lower Address Register 0
LMU2_RGNUA0     0xF8120054          LMU Region Upper Address Register 0
LMU2_RGNACCENWA0 0xF8120058          LMU Region Write Access Enable Register A0
LMU2_RGNACCENWB0 0xF812005C          LMU Region Write Access Enable Register B0
LMU2_RGNLA1     0xF8120060          LMU Region Lower Address Register 1
LMU2_RGNUA1     0xF8120064          LMU Region Upper Address Register 1
LMU2_RGNACCENWA1 0xF8120068          LMU Region Write Access Enable Register A1
LMU2_RGNACCENWB1 0xF812006C          LMU Region Write Access Enable Register B1
LMU2_RGNLA2     0xF8120070          LMU Region Lower Address Register 2
LMU2_RGNUA2     0xF8120074          LMU Region Upper Address Register 2
LMU2_RGNACCENWA2 0xF8120078          LMU Region Write Access Enable Register A2
LMU2_RGNACCENWB2 0xF812007C          LMU Region Write Access Enable Register B2
LMU2_RGNLA3     0xF8120080          LMU Region Lower Address Register 3
LMU2_RGNUA3     0xF8120084          LMU Region Upper Address Register 3
LMU2_RGNACCENWA3 0xF8120088          LMU Region Write Access Enable Register A3
LMU2_RGNACCENWB3 0xF812008C          LMU Region Write Access Enable Register B3
LMU2_RGNLA4     0xF8120090          LMU Region Lower Address Register 4
LMU2_RGNUA4     0xF8120094          LMU Region Upper Address Register 4
LMU2_RGNACCENWA4 0xF8120098          LMU Region Write Access Enable Register A4
LMU2_RGNACCENWB4 0xF812009C          LMU Region Write Access Enable Register B4
LMU2_RGNLA5     0xF81200A0          LMU Region Lower Address Register 5
LMU2_RGNUA5     0xF81200A4          LMU Region Upper Address Register 5
LMU2_RGNACCENWA5 0xF81200A8          LMU Region Write Access Enable Register A5
LMU2_RGNACCENWB5 0xF81200AC          LMU Region Write Access Enable Register B5
LMU2_RGNLA6     0xF81200B0          LMU Region Lower Address Register 6
LMU2_RGNUA6     0xF81200B4          LMU Region Upper Address Register 6
LMU2_RGNACCENWA6 0xF81200B8          LMU Region Write Access Enable Register A6
LMU2_RGNACCENWB6 0xF81200BC          LMU Region Write Access Enable Register B6
LMU2_RGNLA7     0xF81200C0          LMU Region Lower Address Register 7
LMU2_RGNUA7     0xF81200C4          LMU Region Upper Address Register 7
LMU2_RGNACCENWA7 0xF81200C8          LMU Region Write Access Enable Register A7
LMU2_RGNACCENWB7 0xF81200CC          LMU Region Write Access Enable Register B7
LMU2_RGNLA8     0xF81200D0          LMU Region Lower Address Register 8
LMU2_RGNUA8     0xF81200D4          LMU Region Upper Address Register 8
LMU2_RGNACCENWA8 0xF81200D8          LMU Region Write Access Enable Register A8
LMU2_RGNACCENWB8 0xF81200DC          LMU Region Write Access Enable Register B8
LMU2_RGNLA9     0xF81200E0          LMU Region Lower Address Register 9
LMU2_RGNUA9     0xF81200E4          LMU Region Upper Address Register 9
LMU2_RGNACCENWA9 0xF81200E8          LMU Region Write Access Enable Register A9
LMU2_RGNACCENWB9 0xF81200EC          LMU Region Write Access Enable Register B9
LMU2_RGNLA10    0xF81200F0          LMU Region Lower Address Register 10
LMU2_RGNUA10    0xF81200F4          LMU Region Upper Address Register 10
LMU2_RGNACCENWA10 0xF81200F8          LMU Region Write Access Enable Register A10
LMU2_RGNACCENWB10 0xF81200FC          LMU Region Write Access Enable Register B10
LMU2_RGNLA11    0xF8120100          LMU Region Lower Address Register 11
LMU2_RGNUA11    0xF8120104          LMU Region Upper Address Register 11
LMU2_RGNACCENWA11 0xF8120108          LMU Region Write Access Enable Register A11
LMU2_RGNACCENWB11 0xF812010C          LMU Region Write Access Enable Register B11
LMU2_RGNLA12    0xF8120110          LMU Region Lower Address Register 12
LMU2_RGNUA12    0xF8120114          LMU Region Upper Address Register 12
LMU2_RGNACCENWA12 0xF8120118          LMU Region Write Access Enable Register A12
LMU2_RGNACCENWB12 0xF812011C          LMU Region Write Access Enable Register B12
LMU2_RGNLA13    0xF8120120          LMU Region Lower Address Register 13
LMU2_RGNUA13    0xF8120124          LMU Region Upper Address Register 13
LMU2_RGNACCENWA13 0xF8120128          LMU Region Write Access Enable Register A13
LMU2_RGNACCENWB13 0xF812012C          LMU Region Write Access Enable Register B13
LMU2_RGNLA14    0xF8120130          LMU Region Lower Address Register 14
LMU2_RGNUA14    0xF8120134          LMU Region Upper Address Register 14
LMU2_RGNACCENWA14 0xF8120138          LMU Region Write Access Enable Register A14
LMU2_RGNACCENWB14 0xF812013C          LMU Region Write Access Enable Register B14
LMU2_RGNLA15    0xF8120140          LMU Region Lower Address Register 15
LMU2_RGNUA15    0xF8120144          LMU Region Upper Address Register 15
LMU2_RGNACCENWA15 0xF8120148          LMU Region Write Access Enable Register A15
LMU2_RGNACCENWB15 0xF812014C          LMU Region Write Access Enable Register B15
LMU2_RGNACCENRA0 0xF8120158          LMU Region Read Access Enable Register A0
LMU2_RGNACCENRB0 0xF812015C          LMU Region Read Access Enable Register B0
LMU2_RGNACCENRA1 0xF8120168          LMU Region Read Access Enable Register A1
LMU2_RGNACCENRB1 0xF812016C          LMU Region Read Access Enable Register B1
LMU2_RGNACCENRA2 0xF8120178          LMU Region Read Access Enable Register A2
LMU2_RGNACCENRB2 0xF812017C          LMU Region Read Access Enable Register B2
LMU2_RGNACCENRA3 0xF8120188          LMU Region Read Access Enable Register A3
LMU2_RGNACCENRB3 0xF812018C          LMU Region Read Access Enable Register B3
LMU2_RGNACCENRA4 0xF8120198          LMU Region Read Access Enable Register A4
LMU2_RGNACCENRB4 0xF812019C          LMU Region Read Access Enable Register B4
LMU2_RGNACCENRA5 0xF81201A8          LMU Region Read Access Enable Register A5
LMU2_RGNACCENRB5 0xF81201AC          LMU Region Read Access Enable Register B5
LMU2_RGNACCENRA6 0xF81201B8          LMU Region Read Access Enable Register A6
LMU2_RGNACCENRB6 0xF81201BC          LMU Region Read Access Enable Register B6
LMU2_RGNACCENRA7 0xF81201C8          LMU Region Read Access Enable Register A7
LMU2_RGNACCENRB7 0xF81201CC          LMU Region Read Access Enable Register B7
LMU2_RGNACCENRA8 0xF81201D8          LMU Region Read Access Enable Register A8
LMU2_RGNACCENRB8 0xF81201DC          LMU Region Read Access Enable Register B8
LMU2_RGNACCENRA9 0xF81201E8          LMU Region Read Access Enable Register A9
LMU2_RGNACCENRB9 0xF81201EC          LMU Region Read Access Enable Register B9
LMU2_RGNACCENRA10 0xF81201F8          LMU Region Read Access Enable Register A10
LMU2_RGNACCENRB10 0xF81201FC          LMU Region Read Access Enable Register B10
LMU2_RGNACCENRA11 0xF8120208          LMU Region Read Access Enable Register A11
LMU2_RGNACCENRB11 0xF812020C          LMU Region Read Access Enable Register B11
LMU2_RGNACCENRA12 0xF8120218          LMU Region Read Access Enable Register A12
LMU2_RGNACCENRB12 0xF812021C          LMU Region Read Access Enable Register B12
LMU2_RGNACCENRA13 0xF8120228          LMU Region Read Access Enable Register A13
LMU2_RGNACCENRB13 0xF812022C          LMU Region Read Access Enable Register B13
LMU2_RGNACCENRA14 0xF8120238          LMU Region Read Access Enable Register A14
LMU2_RGNACCENRB14 0xF812023C          LMU Region Read Access Enable Register B14
LMU2_RGNACCENRA15 0xF8120248          LMU Region Read Access Enable Register A15
LMU2_RGNACCENRB15 0xF812024C          LMU Region Read Access Enable Register B15
EBU_CLC         0xF8400000          EBU Clock Control Register
EBU_MODCON      0xF8400004          EBU Configuration Register
EBU_MODID       0xF8400008          EBU Module Identification Register
EBU_USERCON     0xF840000C          EBU Test/Control Configuration Register
EBU_EXTBOOT     0xF8400010          EBU External Boot Configuration Register
EBU_ADDRSEL0    0xF8400018          EBU Address Select Register 0
EBU_ADDRSEL1    0xF840001C          EBU Address Select Register 1
EBU_ADDRSEL2    0xF8400020          EBU Address Select Register 2
EBU_BUSRCON0    0xF8400028          EBU Bus Configuration Register
EBU_BUSRAP0     0xF840002C          EBU Bus Read Access Parameter Register
EBU_BUSWCON0    0xF8400030          EBU Bus Write Configuration Register
EBU_BUSWAP0     0xF8400034          EBU Bus Write Access Parameter Register
EBU_BUSRCON1    0xF8400038          EBU Bus Configuration Register
EBU_BUSRAP1     0xF840003C          EBU Bus Read Access Parameter Register
EBU_BUSWCON1    0xF8400040          EBU Bus Write Configuration Register
EBU_BUSWAP1     0xF8400044          EBU Bus Write Access Parameter Register
EBU_BUSRCON2    0xF8400048          EBU Bus Configuration Register
EBU_BUSRAP2     0xF840004C          EBU Bus Read Access Parameter Register
EBU_BUSWCON2    0xF8400050          EBU Bus Write Configuration Register
EBU_BUSWAP2     0xF8400054          EBU Bus Write Access Parameter Register
EBU_SDRMCON     0xF8400068          EBU SDRAM Control Register
EBU_SDRMOD      0xF840006C          EBU SDRAM Mode Register
EBU_SDRMREF     0xF8400070          EBU SDRAM Refresh Control Register
EBU_SDRSTAT     0xF8400074          EBU SDRAM Status Register
EBU_ACCEN0      0xF84000B0          EBU Access Enable Register 0
EBU_ACCEN1      0xF84000B4          EBU Access Enable Register 1
DAM0_CLC        0xF8500000          DAM Clock Control Register
DAM0_MODID      0xF8500008          DAM Module ID Register
DAM0_ACCEN0     0xF8500010          DAM Access Enable Register 0
DAM0_ACCEN1     0xF8500014          DAM Access Enable Register 1
DAM0_MEMCON     0xF8500020          DAM Memory Control Register
DAM0_RGNLA0     0xF8500050          DAM Region Lower Address Register 0
DAM0_RGNUA0     0xF8500054          DAM Region Upper Address Register 0
DAM0_RGNACCENWA0 0xF8500058          DAM Region Write Enable Register A0
DAM0_RGNACCENWB0 0xF850005C          DAM Region Write Enable Register B0
DAM0_RGNLA1     0xF8500060          DAM Region Lower Address Register 1
DAM0_RGNUA1     0xF8500064          DAM Region Upper Address Register 1
DAM0_RGNACCENWA1 0xF8500068          DAM Region Write Enable Register A1
DAM0_RGNACCENWB1 0xF850006C          DAM Region Write Enable Register B1
DAM0_RGNLA2     0xF8500070          DAM Region Lower Address Register 2
DAM0_RGNUA2     0xF8500074          DAM Region Upper Address Register 2
DAM0_RGNACCENWA2 0xF8500078          DAM Region Write Enable Register A2
DAM0_RGNACCENWB2 0xF850007C          DAM Region Write Enable Register B2
DAM0_RGNLA3     0xF8500080          DAM Region Lower Address Register 3
DAM0_RGNUA3     0xF8500084          DAM Region Upper Address Register 3
DAM0_RGNACCENWA3 0xF8500088          DAM Region Write Enable Register A3
DAM0_RGNACCENWB3 0xF850008C          DAM Region Write Enable Register B3
DAM0_RGNLA4     0xF8500090          DAM Region Lower Address Register 4
DAM0_RGNUA4     0xF8500094          DAM Region Upper Address Register 4
DAM0_RGNACCENWA4 0xF8500098          DAM Region Write Enable Register A4
DAM0_RGNACCENWB4 0xF850009C          DAM Region Write Enable Register B4
DAM0_RGNLA5     0xF85000A0          DAM Region Lower Address Register 5
DAM0_RGNUA5     0xF85000A4          DAM Region Upper Address Register 5
DAM0_RGNACCENWA5 0xF85000A8          DAM Region Write Enable Register A5
DAM0_RGNACCENWB5 0xF85000AC          DAM Region Write Enable Register B5
DAM0_RGNLA6     0xF85000B0          DAM Region Lower Address Register 6
DAM0_RGNUA6     0xF85000B4          DAM Region Upper Address Register 6
DAM0_RGNACCENWA6 0xF85000B8          DAM Region Write Enable Register A6
DAM0_RGNACCENWB6 0xF85000BC          DAM Region Write Enable Register B6
DAM0_RGNLA7     0xF85000C0          DAM Region Lower Address Register 7
DAM0_RGNUA7     0xF85000C4          DAM Region Upper Address Register 7
DAM0_RGNACCENWA7 0xF85000C8          DAM Region Write Enable Register A7
DAM0_RGNACCENWB7 0xF85000CC          DAM Region Write Enable Register B7
DAM0_RGNACCENRA0 0xF85000D8          DAM Region Read Enable Register A0
DAM0_RGNACCENRB0 0xF85000DC          DAM Region Read Enable Register B0
DAM0_RGNACCENRA1 0xF85000E8          DAM Region Read Enable Register A1
DAM0_RGNACCENRB1 0xF85000EC          DAM Region Read Enable Register B1
DAM0_RGNACCENRA2 0xF85000F8          DAM Region Read Enable Register A2
DAM0_RGNACCENRB2 0xF85000FC          DAM Region Read Enable Register B2
DAM0_RGNACCENRA3 0xF8500108          DAM Region Read Enable Register A3
DAM0_RGNACCENRB3 0xF850010C          DAM Region Read Enable Register B3
DAM0_RGNACCENRA4 0xF8500118          DAM Region Read Enable Register A4
DAM0_RGNACCENRB4 0xF850011C          DAM Region Read Enable Register B4
DAM0_RGNACCENRA5 0xF8500128          DAM Region Read Enable Register A5
DAM0_RGNACCENRB5 0xF850012C          DAM Region Read Enable Register B5
DAM0_RGNACCENRA6 0xF8500138          DAM Region Read Enable Register A6
DAM0_RGNACCENRB6 0xF850013C          DAM Region Read Enable Register B6
DAM0_RGNACCENRA7 0xF8500148          DAM Region Read Enable Register A7
DAM0_RGNACCENRB7 0xF850014C          DAM Region Read Enable Register B7
DAM1_CLC        0xF8510000          DAM Clock Control Register
DAM1_MODID      0xF8510008          DAM Module ID Register
DAM1_ACCEN0     0xF8510010          DAM Access Enable Register 0
DAM1_ACCEN1     0xF8510014          DAM Access Enable Register 1
DAM1_MEMCON     0xF8510020          DAM Memory Control Register
DAM1_RGNLA0     0xF8510050          DAM Region Lower Address Register 0
DAM1_RGNUA0     0xF8510054          DAM Region Upper Address Register 0
DAM1_RGNACCENWA0 0xF8510058          DAM Region Write Enable Register A0
DAM1_RGNACCENWB0 0xF851005C          DAM Region Write Enable Register B0
DAM1_RGNLA1     0xF8510060          DAM Region Lower Address Register 1
DAM1_RGNUA1     0xF8510064          DAM Region Upper Address Register 1
DAM1_RGNACCENWA1 0xF8510068          DAM Region Write Enable Register A1
DAM1_RGNACCENWB1 0xF851006C          DAM Region Write Enable Register B1
DAM1_RGNLA2     0xF8510070          DAM Region Lower Address Register 2
DAM1_RGNUA2     0xF8510074          DAM Region Upper Address Register 2
DAM1_RGNACCENWA2 0xF8510078          DAM Region Write Enable Register A2
DAM1_RGNACCENWB2 0xF851007C          DAM Region Write Enable Register B2
DAM1_RGNLA3     0xF8510080          DAM Region Lower Address Register 3
DAM1_RGNUA3     0xF8510084          DAM Region Upper Address Register 3
DAM1_RGNACCENWA3 0xF8510088          DAM Region Write Enable Register A3
DAM1_RGNACCENWB3 0xF851008C          DAM Region Write Enable Register B3
DAM1_RGNLA4     0xF8510090          DAM Region Lower Address Register 4
DAM1_RGNUA4     0xF8510094          DAM Region Upper Address Register 4
DAM1_RGNACCENWA4 0xF8510098          DAM Region Write Enable Register A4
DAM1_RGNACCENWB4 0xF851009C          DAM Region Write Enable Register B4
DAM1_RGNLA5     0xF85100A0          DAM Region Lower Address Register 5
DAM1_RGNUA5     0xF85100A4          DAM Region Upper Address Register 5
DAM1_RGNACCENWA5 0xF85100A8          DAM Region Write Enable Register A5
DAM1_RGNACCENWB5 0xF85100AC          DAM Region Write Enable Register B5
DAM1_RGNLA6     0xF85100B0          DAM Region Lower Address Register 6
DAM1_RGNUA6     0xF85100B4          DAM Region Upper Address Register 6
DAM1_RGNACCENWA6 0xF85100B8          DAM Region Write Enable Register A6
DAM1_RGNACCENWB6 0xF85100BC          DAM Region Write Enable Register B6
DAM1_RGNLA7     0xF85100C0          DAM Region Lower Address Register 7
DAM1_RGNUA7     0xF85100C4          DAM Region Upper Address Register 7
DAM1_RGNACCENWA7 0xF85100C8          DAM Region Write Enable Register A7
DAM1_RGNACCENWB7 0xF85100CC          DAM Region Write Enable Register B7
DAM1_RGNACCENRA0 0xF85100D8          DAM Region Read Enable Register A0
DAM1_RGNACCENRB0 0xF85100DC          DAM Region Read Enable Register B0
DAM1_RGNACCENRA1 0xF85100E8          DAM Region Read Enable Register A1
DAM1_RGNACCENRB1 0xF85100EC          DAM Region Read Enable Register B1
DAM1_RGNACCENRA2 0xF85100F8          DAM Region Read Enable Register A2
DAM1_RGNACCENRB2 0xF85100FC          DAM Region Read Enable Register B2
DAM1_RGNACCENRA3 0xF8510108          DAM Region Read Enable Register A3
DAM1_RGNACCENRB3 0xF851010C          DAM Region Read Enable Register B3
DAM1_RGNACCENRA4 0xF8510118          DAM Region Read Enable Register A4
DAM1_RGNACCENRB4 0xF851011C          DAM Region Read Enable Register B4
DAM1_RGNACCENRA5 0xF8510128          DAM Region Read Enable Register A5
DAM1_RGNACCENRB5 0xF851012C          DAM Region Read Enable Register B5
DAM1_RGNACCENRA6 0xF8510138          DAM Region Read Enable Register A6
DAM1_RGNACCENRB6 0xF851013C          DAM Region Read Enable Register B6
DAM1_RGNACCENRA7 0xF8510148          DAM Region Read Enable Register A7
DAM1_RGNACCENRB7 0xF851014C          DAM Region Read Enable Register B7
DOM0_PECON0     0xF8700000          Protocol Error Control Register 0
DOM0_PRIORITY0  0xF8700008          SCI0 Arbiter Priority Register
DOM0_ERRADDR0   0xF8700010          SCI 0 Error Address Capture Register
DOM0_ERR0       0xF8700018          SCI 0 Error Capture Register
DOM0_PECON1     0xF8700020          Protocol Error Control Register 1
DOM0_PRIORITY1  0xF8700028          SCI1 Arbiter Priority Register
DOM0_ERRADDR1   0xF8700030          SCI 1 Error Address Capture Register
DOM0_ERR1       0xF8700038          SCI 1 Error Capture Register
DOM0_PECON2     0xF8700040          Protocol Error Control Register 2
DOM0_PRIORITY2  0xF8700048          SCI2 Arbiter Priority Register
DOM0_ERRADDR2   0xF8700050          SCI 2 Error Address Capture Register
DOM0_ERR2       0xF8700058          SCI 2 Error Capture Register
DOM0_PECON3     0xF8700060          Protocol Error Control Register 3
DOM0_PRIORITY3  0xF8700068          SCI3 Arbiter Priority Register
DOM0_ERRADDR3   0xF8700070          SCI 3 Error Address Capture Register
DOM0_ERR3       0xF8700078          SCI 3 Error Capture Register
DOM0_PECON4     0xF8700080          Protocol Error Control Register 4
DOM0_PRIORITY4  0xF8700088          SCI4 Arbiter Priority Register
DOM0_ERRADDR4   0xF8700090          SCI 4 Error Address Capture Register
DOM0_ERR4       0xF8700098          SCI 4 Error Capture Register
DOM0_PECON5     0xF87000A0          Protocol Error Control Register 5
DOM0_PRIORITY5  0xF87000A8          SCI5 Arbiter Priority Register
DOM0_ERRADDR5   0xF87000B0          SCI 5 Error Address Capture Register
DOM0_ERR5       0xF87000B8          SCI 5 Error Capture Register
DOM0_PECON6     0xF87000C0          Protocol Error Control Register 6
DOM0_PRIORITY6  0xF87000C8          SCI6 Arbiter Priority Register
DOM0_ERRADDR6   0xF87000D0          SCI 6 Error Address Capture Register
DOM0_ERR6       0xF87000D8          SCI 6 Error Capture Register
DOM0_PECON7     0xF87000E0          Protocol Error Control Register 7
DOM0_PRIORITY7  0xF87000E8          SCI7 Arbiter Priority Register
DOM0_ERRADDR7   0xF87000F0          SCI 7 Error Address Capture Register
DOM0_ERR7       0xF87000F8          SCI 7 Error Capture Register
DOM0_PECON8     0xF8700100          Protocol Error Control Register 8
DOM0_PRIORITY8  0xF8700108          SCI8 Arbiter Priority Register
DOM0_ERRADDR8   0xF8700110          SCI 8 Error Address Capture Register
DOM0_ERR8       0xF8700118          SCI 8 Error Capture Register
DOM0_PECON9     0xF8700120          Protocol Error Control Register 9
DOM0_PRIORITY9  0xF8700128          SCI9 Arbiter Priority Register
DOM0_ERRADDR9   0xF8700130          SCI 9 Error Address Capture Register
DOM0_ERR9       0xF8700138          SCI 9 Error Capture Register
DOM0_PECON10    0xF8700140          Protocol Error Control Register 10
DOM0_PRIORITY10 0xF8700148          SCI10 Arbiter Priority Register
DOM0_ERRADDR10  0xF8700150          SCI 10 Error Address Capture Register
DOM0_ERR10      0xF8700158          SCI 10 Error Capture Register
DOM0_PECON11    0xF8700160          Protocol Error Control Register 11
DOM0_PRIORITY11 0xF8700168          SCI11 Arbiter Priority Register
DOM0_ERRADDR11  0xF8700170          SCI 11 Error Address Capture Register
DOM0_ERR11      0xF8700178          SCI 11 Error Capture Register
DOM0_PECON12    0xF8700180          Protocol Error Control Register 12
DOM0_PRIORITY12 0xF8700188          SCI12 Arbiter Priority Register
DOM0_ERRADDR12  0xF8700190          SCI 12 Error Address Capture Register
DOM0_ERR12      0xF8700198          SCI 12 Error Capture Register
DOM0_PECON13    0xF87001A0          Protocol Error Control Register 13
DOM0_PRIORITY13 0xF87001A8          SCI13 Arbiter Priority Register
DOM0_ERRADDR13  0xF87001B0          SCI 13 Error Address Capture Register
DOM0_ERR13      0xF87001B8          SCI 13 Error Capture Register
DOM0_PECON14    0xF87001C0          Protocol Error Control Register 14
DOM0_PRIORITY14 0xF87001C8          SCI14 Arbiter Priority Register
DOM0_ERRADDR14  0xF87001D0          SCI 14 Error Address Capture Register
DOM0_ERR14      0xF87001D8          SCI 14 Error Capture Register
DOM0_PECON15    0xF87001E0          Protocol Error Control Register 15
DOM0_PRIORITY15 0xF87001E8          SCI15 Arbiter Priority Register
DOM0_ERRADDR15  0xF87001F0          SCI 15 Error Address Capture Register
DOM0_ERR15      0xF87001F8          SCI 15 Error Capture Register
DOM0_ID         0xF8700408          Identification Register
DOM0_PESTAT     0xF8700410          Protocol Error Status Register
DOM0_TIDSTAT    0xF8700418          Transaction ID Status Register
DOM0_TIDEN      0xF8700420          Transaction ID Enable Register
DOM0_BRCON      0xF8700430          Domain 0 Bridge Control Register
DOM0_ACCEN0     0xF87004F0          Access Enable Register 0
DOM0_ACCEN1     0xF87004F8          Access Enable Register 1
CPU0_FLASHCON0  0xF8801100          CPUx Flash Configuration Register 0
CPU0_FLASHCON1  0xF8801104          CPUx Flash Configuration Register 1
CPU0_FLASHCON2  0xF8801108          CPUx Flash Configuration Register 2
CPU0_FLASHCON3  0xF880110C          CPUx Flash Configuration Register 3
CPU0_FLASHCON4  0xF8801110          CPUx Flash Configuration Register 4
CPU0_KRST0      0xF880D000          CPUx Reset Register 0
CPU0_KRST1      0xF880D004          CPUx Reset Register 1
CPU0_KRSTCLR    0xF880D008          CPUx Reset Clear Register
CPU0_SPR_SPROT_RGNLA0 0xF880E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU0_SPR_SPROT_RGNUA0 0xF880E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU0_SPR_SPROT_RGNACCENA0_W 0xF880E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_W 0xF880E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU0_SPR_SPROT_RGNLA1 0xF880E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU0_SPR_SPROT_RGNUA1 0xF880E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU0_SPR_SPROT_RGNACCENA1_W 0xF880E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_W 0xF880E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU0_SPR_SPROT_RGNLA2 0xF880E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU0_SPR_SPROT_RGNUA2 0xF880E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU0_SPR_SPROT_RGNACCENA2_W 0xF880E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_W 0xF880E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU0_SPR_SPROT_RGNLA3 0xF880E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU0_SPR_SPROT_RGNUA3 0xF880E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU0_SPR_SPROT_RGNACCENA3_W 0xF880E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_W 0xF880E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU0_SPR_SPROT_RGNLA4 0xF880E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU0_SPR_SPROT_RGNUA4 0xF880E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU0_SPR_SPROT_RGNACCENA4_W 0xF880E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_W 0xF880E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU0_SPR_SPROT_RGNLA5 0xF880E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU0_SPR_SPROT_RGNUA5 0xF880E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU0_SPR_SPROT_RGNACCENA5_W 0xF880E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_W 0xF880E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU0_SPR_SPROT_RGNLA6 0xF880E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU0_SPR_SPROT_RGNUA6 0xF880E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU0_SPR_SPROT_RGNACCENA6_W 0xF880E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_W 0xF880E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU0_SPR_SPROT_RGNLA7 0xF880E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU0_SPR_SPROT_RGNUA7 0xF880E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU0_SPR_SPROT_RGNACCENA7_W 0xF880E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_W 0xF880E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU0_SPR_SPROT_RGNACCENA0_R 0xF880E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_R 0xF880E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU0_SPR_SPROT_RGNACCENA1_R 0xF880E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_R 0xF880E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU0_SPR_SPROT_RGNACCENA2_R 0xF880E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_R 0xF880E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU0_SPR_SPROT_RGNACCENA3_R 0xF880E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_R 0xF880E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU0_SPR_SPROT_RGNACCENA4_R 0xF880E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_R 0xF880E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU0_SPR_SPROT_RGNACCENA5_R 0xF880E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_R 0xF880E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU0_SPR_SPROT_RGNACCENA6_R 0xF880E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_R 0xF880E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU0_SPR_SPROT_RGNACCENA7_R 0xF880E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_R 0xF880E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU0_SFR_SPROT_ACCENA_W 0xF880E100          CPUx Safety Protection Register Access Enable Register A
CPU0_SFR_SPROT_ACCENB_W 0xF880E104          CPUx Safety Protection Region Access Enable Register B
CPU0_LPB_SPROT_ACCENA_R 0xF880E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU0_LPB_SPROT_ACCENB_R 0xF880E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU0_DLMU_SPROT_RGNLA0 0xF880E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU0_DLMU_SPROT_RGNUA0 0xF880E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU0_DLMU_SPROT_RGNACCENA0_W 0xF880E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_W 0xF880E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU0_DLMU_SPROT_RGNLA1 0xF880E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU0_DLMU_SPROT_RGNUA1 0xF880E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU0_DLMU_SPROT_RGNACCENA1_W 0xF880E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_W 0xF880E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU0_DLMU_SPROT_RGNLA2 0xF880E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU0_DLMU_SPROT_RGNUA2 0xF880E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU0_DLMU_SPROT_RGNACCENA2_W 0xF880E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_W 0xF880E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU0_DLMU_SPROT_RGNLA3 0xF880E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU0_DLMU_SPROT_RGNUA3 0xF880E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU0_DLMU_SPROT_RGNACCENA3_W 0xF880E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_W 0xF880E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU0_DLMU_SPROT_RGNLA4 0xF880E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU0_DLMU_SPROT_RGNUA4 0xF880E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU0_DLMU_SPROT_RGNACCENA4_W 0xF880E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_W 0xF880E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU0_DLMU_SPROT_RGNLA5 0xF880E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU0_DLMU_SPROT_RGNUA5 0xF880E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU0_DLMU_SPROT_RGNACCENA5_W 0xF880E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_W 0xF880E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU0_DLMU_SPROT_RGNLA6 0xF880E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU0_DLMU_SPROT_RGNUA6 0xF880E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU0_DLMU_SPROT_RGNACCENA6_W 0xF880E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_W 0xF880E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU0_DLMU_SPROT_RGNLA7 0xF880E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU0_DLMU_SPROT_RGNUA7 0xF880E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU0_DLMU_SPROT_RGNACCENA7_W 0xF880E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_W 0xF880E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU0_DLMU_SPROT_RGNACCENA0_R 0xF880E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_R 0xF880E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU0_DLMU_SPROT_RGNACCENA1_R 0xF880E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_R 0xF880E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU0_DLMU_SPROT_RGNACCENA2_R 0xF880E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_R 0xF880E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU0_DLMU_SPROT_RGNACCENA3_R 0xF880E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_R 0xF880E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU0_DLMU_SPROT_RGNACCENA4_R 0xF880E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_R 0xF880E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU0_DLMU_SPROT_RGNACCENA5_R 0xF880E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_R 0xF880E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU0_DLMU_SPROT_RGNACCENA6_R 0xF880E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_R 0xF880E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU0_DLMU_SPROT_RGNACCENA7_R 0xF880E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_R 0xF880E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU0_OSEL       0xF880FB00          CPUx Overlay Range Select Register
CPU0_RABR0      0xF880FB10          CPUx Redirected Address Base Register 0
CPU0_OTAR0      0xF880FB14          CPUx Overlay Target Address Register 0
CPU0_OMASK0     0xF880FB18          CPUx Overlay Mask Register 0
CPU0_RABR1      0xF880FB1C          CPUx Redirected Address Base Register 1
CPU0_OTAR1      0xF880FB20          CPUx Overlay Target Address Register 1
CPU0_OMASK1     0xF880FB24          CPUx Overlay Mask Register 1
CPU0_RABR2      0xF880FB28          CPUx Redirected Address Base Register 2
CPU0_OTAR2      0xF880FB2C          CPUx Overlay Target Address Register 2
CPU0_OMASK2     0xF880FB30          CPUx Overlay Mask Register 2
CPU0_RABR3      0xF880FB34          CPUx Redirected Address Base Register 3
CPU0_OTAR3      0xF880FB38          CPUx Overlay Target Address Register 3
CPU0_OMASK3     0xF880FB3C          CPUx Overlay Mask Register 3
CPU0_RABR4      0xF880FB40          CPUx Redirected Address Base Register 4
CPU0_OTAR4      0xF880FB44          CPUx Overlay Target Address Register 4
CPU0_OMASK4     0xF880FB48          CPUx Overlay Mask Register 4
CPU0_RABR5      0xF880FB4C          CPUx Redirected Address Base Register 5
CPU0_OTAR5      0xF880FB50          CPUx Overlay Target Address Register 5
CPU0_OMASK5     0xF880FB54          CPUx Overlay Mask Register 5
CPU0_RABR6      0xF880FB58          CPUx Redirected Address Base Register 6
CPU0_OTAR6      0xF880FB5C          CPUx Overlay Target Address Register 6
CPU0_OMASK6     0xF880FB60          CPUx Overlay Mask Register 6
CPU0_RABR7      0xF880FB64          CPUx Redirected Address Base Register 7
CPU0_OTAR7      0xF880FB68          CPUx Overlay Target Address Register 7
CPU0_OMASK7     0xF880FB6C          CPUx Overlay Mask Register 7
CPU0_RABR8      0xF880FB70          CPUx Redirected Address Base Register 8
CPU0_OTAR8      0xF880FB74          CPUx Overlay Target Address Register 8
CPU0_OMASK8     0xF880FB78          CPUx Overlay Mask Register 8
CPU0_RABR9      0xF880FB7C          CPUx Redirected Address Base Register 9
CPU0_OTAR9      0xF880FB80          CPUx Overlay Target Address Register 9
CPU0_OMASK9     0xF880FB84          CPUx Overlay Mask Register 9
CPU0_RABR10     0xF880FB88          CPUx Redirected Address Base Register 10
CPU0_OTAR10     0xF880FB8C          CPUx Overlay Target Address Register 10
CPU0_OMASK10    0xF880FB90          CPUx Overlay Mask Register 10
CPU0_RABR11     0xF880FB94          CPUx Redirected Address Base Register 11
CPU0_OTAR11     0xF880FB98          CPUx Overlay Target Address Register 11
CPU0_OMASK11    0xF880FB9C          CPUx Overlay Mask Register 11
CPU0_RABR12     0xF880FBA0          CPUx Redirected Address Base Register 12
CPU0_OTAR12     0xF880FBA4          CPUx Overlay Target Address Register 12
CPU0_OMASK12    0xF880FBA8          CPUx Overlay Mask Register 12
CPU0_RABR13     0xF880FBAC          CPUx Redirected Address Base Register 13
CPU0_OTAR13     0xF880FBB0          CPUx Overlay Target Address Register 13
CPU0_OMASK13    0xF880FBB4          CPUx Overlay Mask Register 13
CPU0_RABR14     0xF880FBB8          CPUx Redirected Address Base Register 14
CPU0_OTAR14     0xF880FBBC          CPUx Overlay Target Address Register 14
CPU0_OMASK14    0xF880FBC0          CPUx Overlay Mask Register 14
CPU0_RABR15     0xF880FBC4          CPUx Redirected Address Base Register 15
CPU0_OTAR15     0xF880FBC8          CPUx Overlay Target Address Register 15
CPU0_OMASK15    0xF880FBCC          CPUx Overlay Mask Register 15
CPU0_RABR16     0xF880FBD0          CPUx Redirected Address Base Register 16
CPU0_OTAR16     0xF880FBD4          CPUx Overlay Target Address Register 16
CPU0_OMASK16    0xF880FBD8          CPUx Overlay Mask Register 16
CPU0_RABR17     0xF880FBDC          CPUx Redirected Address Base Register 17
CPU0_OTAR17     0xF880FBE0          CPUx Overlay Target Address Register 17
CPU0_OMASK17    0xF880FBE4          CPUx Overlay Mask Register 17
CPU0_RABR18     0xF880FBE8          CPUx Redirected Address Base Register 18
CPU0_OTAR18     0xF880FBEC          CPUx Overlay Target Address Register 18
CPU0_OMASK18    0xF880FBF0          CPUx Overlay Mask Register 18
CPU0_RABR19     0xF880FBF4          CPUx Redirected Address Base Register 19
CPU0_OTAR19     0xF880FBF8          CPUx Overlay Target Address Register 19
CPU0_OMASK19    0xF880FBFC          CPUx Overlay Mask Register 19
CPU0_RABR20     0xF880FC00          CPUx Redirected Address Base Register 20
CPU0_OTAR20     0xF880FC04          CPUx Overlay Target Address Register 20
CPU0_OMASK20    0xF880FC08          CPUx Overlay Mask Register 20
CPU0_RABR21     0xF880FC0C          CPUx Redirected Address Base Register 21
CPU0_OTAR21     0xF880FC10          CPUx Overlay Target Address Register 21
CPU0_OMASK21    0xF880FC14          CPUx Overlay Mask Register 21
CPU0_RABR22     0xF880FC18          CPUx Redirected Address Base Register 22
CPU0_OTAR22     0xF880FC1C          CPUx Overlay Target Address Register 22
CPU0_OMASK22    0xF880FC20          CPUx Overlay Mask Register 22
CPU0_RABR23     0xF880FC24          CPUx Redirected Address Base Register 23
CPU0_OTAR23     0xF880FC28          CPUx Overlay Target Address Register 23
CPU0_OMASK23    0xF880FC2C          CPUx Overlay Mask Register 23
CPU0_RABR24     0xF880FC30          CPUx Redirected Address Base Register 24
CPU0_OTAR24     0xF880FC34          CPUx Overlay Target Address Register 24
CPU0_OMASK24    0xF880FC38          CPUx Overlay Mask Register 24
CPU0_RABR25     0xF880FC3C          CPUx Redirected Address Base Register 25
CPU0_OTAR25     0xF880FC40          CPUx Overlay Target Address Register 25
CPU0_OMASK25    0xF880FC44          CPUx Overlay Mask Register 25
CPU0_RABR26     0xF880FC48          CPUx Redirected Address Base Register 26
CPU0_OTAR26     0xF880FC4C          CPUx Overlay Target Address Register 26
CPU0_OMASK26    0xF880FC50          CPUx Overlay Mask Register 26
CPU0_RABR27     0xF880FC54          CPUx Redirected Address Base Register 27
CPU0_OTAR27     0xF880FC58          CPUx Overlay Target Address Register 27
CPU0_OMASK27    0xF880FC5C          CPUx Overlay Mask Register 27
CPU0_RABR28     0xF880FC60          CPUx Redirected Address Base Register 28
CPU0_OTAR28     0xF880FC64          CPUx Overlay Target Address Register 28
CPU0_OMASK28    0xF880FC68          CPUx Overlay Mask Register 28
CPU0_RABR29     0xF880FC6C          CPUx Redirected Address Base Register 29
CPU0_OTAR29     0xF880FC70          CPUx Overlay Target Address Register 29
CPU0_OMASK29    0xF880FC74          CPUx Overlay Mask Register 29
CPU0_RABR30     0xF880FC78          CPUx Redirected Address Base Register 30
CPU0_OTAR30     0xF880FC7C          CPUx Overlay Target Address Register 30
CPU0_OMASK30    0xF880FC80          CPUx Overlay Mask Register 30
CPU0_RABR31     0xF880FC84          CPUx Redirected Address Base Register 31
CPU0_OTAR31     0xF880FC88          CPUx Overlay Target Address Register 31
CPU0_OMASK31    0xF880FC8C          CPUx Overlay Mask Register 31
CSFR_BASE       0xF8810000          Core Special Function Registers base (CPU0)
CPU0_SEGEN      0xF8811030          CPUx SRI Error Generation Register
CPU0_TASK_ASI   0xF8818004          CPUx Task Address Space Identifier Register
CPU0_PMA0       0xF8818100          CPUx Data Access CacheabilityRegister
CPU0_PMA1       0xF8818104          CPUx Code Access CacheabilityRegister
CPU0_PMA2       0xF8818108          CPUx Peripheral Space Identifier register
CPU0_DCON2      0xF8819000          CPUx Data Control Register 2
CPU0_SMACON     0xF881900C          CPUx SIST Mode Access Control Register
CPU0_DSTR       0xF8819010          CPUx Data Synchronous Trap Register
CPU0_DATR       0xF8819018          CPUx Data Asynchronous Trap Register
CPU0_DEADD      0xF881901C          CPUx Data Error Address Register
CPU0_DIEAR      0xF8819020          CPUx Data Integrity Error Address Register
CPU0_DIETR      0xF8819024          CPUx Data Integrity Error Trap Register
CPU0_DCON0      0xF8819040          CPUx Data Memory Control Register
CPU0_PSTR       0xF8819200          CPUx Program Synchronous Trap Register
CPU0_PCON1      0xF8819204          CPUx Program Control 1
CPU0_PCON2      0xF8819208          CPUx Program Control 2
CPU0_PCON0      0xF881920C          CPUx Program Control 0
CPU0_PIEAR      0xF8819210          CPUx Program Integrity Error Address Register
CPU0_PIETR      0xF8819214          CPUx Program Integrity Error Trap Register
CPU0_COMPAT     0xF8819400          CPUx Compatibility Control Register
CPU0_FPU_TRAP_CON 0xF881A000          CPUx Trap Control Register
CPU0_FPU_TRAP_PC 0xF881A004          CPUx Trapping Instruction Program Counter Register
CPU0_FPU_TRAP_OPC 0xF881A008          CPUx Trapping Instruction Opcode Register
CPU0_FPU_TRAP_SRC1 0xF881A010          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC2 0xF881A014          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC3 0xF881A018          CPUx Trapping Instruction Operand Register
CPU0_DPR0_L     0xF881C000          CPUx Data Protection Range 0, Lower Bound Register
CPU0_DPR0_U     0xF881C004          CPUx Data Protection Range 0, Upper Bound Register
CPU0_DPR1_L     0xF881C008          CPUx Data Protection Range 1, Lower Bound Register
CPU0_DPR1_U     0xF881C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU0_DPR2_L     0xF881C010          CPUx Data Protection Range 2, Lower Bound Register
CPU0_DPR2_U     0xF881C014          CPUx Data Protection Range 2, Upper Bound Register
CPU0_DPR3_L     0xF881C018          CPUx Data Protection Range 3, Lower Bound Register
CPU0_DPR3_U     0xF881C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU0_DPR4_L     0xF881C020          CPUx Data Protection Range 4, Lower Bound Register
CPU0_DPR4_U     0xF881C024          CPUx Data Protection Range 4, Upper Bound Register
CPU0_DPR5_L     0xF881C028          CPUx Data Protection Range 5, Lower Bound Register
CPU0_DPR5_U     0xF881C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU0_DPR6_L     0xF881C030          CPUx Data Protection Range 6, Lower Bound Register
CPU0_DPR6_U     0xF881C034          CPUx Data Protection Range 6, Upper Bound Register
CPU0_DPR7_L     0xF881C038          CPUx Data Protection Range 7, Lower Bound Register
CPU0_DPR7_U     0xF881C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU0_DPR8_L     0xF881C040          CPUx Data Protection Range 8, Lower Bound Register
CPU0_DPR8_U     0xF881C044          CPUx Data Protection Range 8, Upper Bound Register
CPU0_DPR9_L     0xF881C048          CPUx Data Protection Range 9, Lower Bound Register
CPU0_DPR9_U     0xF881C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU0_DPR10_L    0xF881C050          CPUx Data Protection Range 10, Lower Bound Register
CPU0_DPR10_U    0xF881C054          CPUx Data Protection Range 10, Upper Bound Register
CPU0_DPR11_L    0xF881C058          CPUx Data Protection Range 11, Lower Bound Register
CPU0_DPR11_U    0xF881C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU0_DPR12_L    0xF881C060          CPUx Data Protection Range 12, Lower Bound Register
CPU0_DPR12_U    0xF881C064          CPUx Data Protection Range 12, Upper Bound Register
CPU0_DPR13_L    0xF881C068          CPUx Data Protection Range 13, Lower Bound Register
CPU0_DPR13_U    0xF881C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU0_DPR14_L    0xF881C070          CPUx Data Protection Range 14, Lower Bound Register
CPU0_DPR14_U    0xF881C074          CPUx Data Protection Range 14, Upper Bound Register
CPU0_DPR15_L    0xF881C078          CPUx Data Protection Range 15, Lower Bound Register
CPU0_DPR15_U    0xF881C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU0_DPR16_L    0xF881C080          CPUx Data Protection Range 16, Lower Bound Register
CPU0_DPR16_U    0xF881C084          CPUx Data Protection Range 16, Upper Bound Register
CPU0_DPR17_L    0xF881C088          CPUx Data Protection Range 17, Lower Bound Register
CPU0_DPR17_U    0xF881C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU0_CPR0_L     0xF881D000          CPUx Code Protection Range 0 Lower Bound Register
CPU0_CPR0_U     0xF881D004          CPUx Code Protection Range 0 Upper Bound Register
CPU0_CPR1_L     0xF881D008          CPUx Code Protection Range 1 Lower Bound Register
CPU0_CPR1_U     0xF881D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU0_CPR2_L     0xF881D010          CPUx Code Protection Range 2 Lower Bound Register
CPU0_CPR2_U     0xF881D014          CPUx Code Protection Range 2 Upper Bound Register
CPU0_CPR3_L     0xF881D018          CPUx Code Protection Range 3 Lower Bound Register
CPU0_CPR3_U     0xF881D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU0_CPR4_L     0xF881D020          CPUx Code Protection Range 4 Lower Bound Register
CPU0_CPR4_U     0xF881D024          CPUx Code Protection Range 4 Upper Bound Register
CPU0_CPR5_L     0xF881D028          CPUx Code Protection Range 5 Lower Bound Register
CPU0_CPR5_U     0xF881D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU0_CPR6_L     0xF881D030          CPUx Code Protection Range 6 Lower Bound Register
CPU0_CPR6_U     0xF881D034          CPUx Code Protection Range 6 Upper Bound Register
CPU0_CPR7_L     0xF881D038          CPUx Code Protection Range 7 Lower Bound Register
CPU0_CPR7_U     0xF881D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU0_CPR8_L     0xF881D040          CPUx Code Protection Range 8 Lower Bound Register
CPU0_CPR8_U     0xF881D044          CPUx Code Protection Range 8 Upper Bound Register
CPU0_CPR9_L     0xF881D048          CPUx Code Protection Range 9 Lower Bound Register
CPU0_CPR9_U     0xF881D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU0_CPXE_0     0xF881E000          CPUx Code Protection Execute Enable Register Set 0
CPU0_CPXE_1     0xF881E004          CPUx Code Protection Execute Enable Register Set 1
CPU0_CPXE_2     0xF881E008          CPUx Code Protection Execute Enable Register Set 2
CPU0_CPXE_3     0xF881E00C          CPUx Code Protection Execute Enable Register Set 3
CPU0_DPRE_0     0xF881E010          CPUx Data Protection Read Enable Register Set 0
CPU0_DPRE_1     0xF881E014          CPUx Data Protection Read Enable Register Set 1
CPU0_DPRE_2     0xF881E018          CPUx Data Protection Read Enable Register Set 2
CPU0_DPRE_3     0xF881E01C          CPUx Data Protection Read Enable Register Set 3
CPU0_DPWE_0     0xF881E020          CPUx Data Protection Write Enable Register Set 0
CPU0_DPWE_1     0xF881E024          CPUx Data Protection Write Enable Register Set 1
CPU0_DPWE_2     0xF881E028          CPUx Data Protection Write Enable Register Set 2
CPU0_DPWE_3     0xF881E02C          CPUx Data Protection Write Enable Register Set 3
CPU0_CPXE_4     0xF881E040          CPUx Code Protection Execute Enable Register Set 4
CPU0_CPXE_5     0xF881E044          CPUx Code Protection Execute Enable Register Set 5
CPU0_DPRE_4     0xF881E050          CPUx Data Protection Read Enable Register Set 4
CPU0_DPRE_5     0xF881E054          CPUx Data Protection Read Enable Register Set 5
CPU0_DPWE_4     0xF881E060          CPUx Data Protection Write Enable Register Set 4
CPU0_DPWE_5     0xF881E064          CPUx Data Protection Write Enable Register Set 5
CPU0_TPS_CON    0xF881E400          CPUx Temporal Protection System Control Register
CPU0_TPS_TIMER0 0xF881E404          CPUx Temporal Protection System Timer Register 0
CPU0_TPS_TIMER1 0xF881E408          CPUx Temporal Protection System Timer Register 1
CPU0_TPS_TIMER2 0xF881E40C          CPUx Temporal Protection System Timer Register 2
CPU0_TPS_EXTIM_ENTRY_LVAL 0xF881E440          CPUx Exception Entry Timer Load Value
CPU0_TPS_EXTIM_ENTRY_CVAL 0xF881E444          CPUx Exception Entry Timer Current Value
CPU0_TPS_EXTIM_EXIT_LVAL 0xF881E448          CPUx Exception Exit Timer Load Value
CPU0_TPS_EXTIM_EXIT_CVAL 0xF881E44C          CPUx Exception Exit Timer Current Value
CPU0_TPS_EXTIM_CLASS_EN 0xF881E450          CPUx Exception Timer Class Enable Register
CPU0_TPS_EXTIM_STAT 0xF881E454          CPUx Exception Timer Status Register
CPU0_TPS_EXTIM_FCX 0xF881E458          CPUx Exception Timer FCX Register
CPU0_TR0EVT     0xF881F000          CPUx Trigger Event 0
CPU0_TR0ADR     0xF881F004          CPUx Trigger Address 0
CPU0_TR1EVT     0xF881F008          CPUx Trigger Event 1
CPU0_TR1ADR     0xF881F00C          CPUx Trigger Address 1
CPU0_TR2EVT     0xF881F010          CPUx Trigger Event 2
CPU0_TR2ADR     0xF881F014          CPUx Trigger Address 2
CPU0_TR3EVT     0xF881F018          CPUx Trigger Event 3
CPU0_TR3ADR     0xF881F01C          CPUx Trigger Address 3
CPU0_TR4EVT     0xF881F020          CPUx Trigger Event 4
CPU0_TR4ADR     0xF881F024          CPUx Trigger Address 4
CPU0_TR5EVT     0xF881F028          CPUx Trigger Event 5
CPU0_TR5ADR     0xF881F02C          CPUx Trigger Address 5
CPU0_TR6EVT     0xF881F030          CPUx Trigger Event 6
CPU0_TR6ADR     0xF881F034          CPUx Trigger Address 6
CPU0_TR7EVT     0xF881F038          CPUx Trigger Event 7
CPU0_TR7ADR     0xF881F03C          CPUx Trigger Address 7
CPU0_CCTRL      0xF881FC00          CPUx Counter Control
CPU0_CCNT       0xF881FC04          CPUx CPU Clock Cycle Count
CPU0_ICNT       0xF881FC08          CPUx Instruction Count
CPU0_M1CNT      0xF881FC0C          CPUx Multi-Count Register 1
CPU0_M2CNT      0xF881FC10          CPUx Multi-Count Register 2
CPU0_M3CNT      0xF881FC14          CPUx Multi-Count Register 3
CPU0_DBGSR      0xF881FD00          CPUx Debug Status Register
CPU0_EXEVT      0xF881FD08          CPUx External Event Register
CPU0_CREVT      0xF881FD0C          CPUx Core Register Access Event
CPU0_SWEVT      0xF881FD10          CPUx Software Debug Event
CPU0_TRIG_ACC   0xF881FD30          CPUx TriggerAddressx
CPU0_DMS        0xF881FD40          CPUx Debug Monitor Start Address
CPU0_DCX        0xF881FD44          CPUx Debug Context Save Area Pointer
CPU0_DBGTCR     0xF881FD48          CPUx Debug Trap Control Register
CPU0_PCXI       0xF881FE00          CPUx Previous Context Information Register
CPU0_PSW        0xF881FE04          CPUx Program Status Word
CPU0_PC         0xF881FE08          CPUx Program Counter
CPU0_SYSCON     0xF881FE14          CPUx System Configuration Register
CPU0_CPU_ID     0xF881FE18          CPUx Identification Register TC1.6.2P
CPU0_CORE_ID    0xF881FE1C          CPUx Core Identification Register
CPU0_BIV        0xF881FE20          CPUx Base Interrupt Vector Table Pointer
CPU0_BTV        0xF881FE24          CPUx Base Trap Vector Table Pointer
CPU0_ISP        0xF881FE28          CPUx Interrupt Stack Pointer
CPU0_ICR        0xF881FE2C          CPUx Interrupt Control Register
CPU0_FCX        0xF881FE38          CPUx Free CSA List Head Pointer
CPU0_LCX        0xF881FE3C          CPUx Free CSA List Limit Pointer
CPU0_CUS_ID     0xF881FE50          CPUx Customer ID register
CPU0_D0         0xF881FF00          Data Register 0
CPU0_D1         0xF881FF04          Data Register 1
CPU0_D2         0xF881FF08          Data Register 2
CPU0_D3         0xF881FF0C          Data Register 3
CPU0_D4         0xF881FF10          Data Register 4
CPU0_D5         0xF881FF14          Data Register 5
CPU0_D6         0xF881FF18          Data Register 6
CPU0_D7         0xF881FF1C          Data Register 7
CPU0_D8         0xF881FF20          Data Register 8
CPU0_D9         0xF881FF24          Data Register 9
CPU0_D10        0xF881FF28          Data Register 10
CPU0_D11        0xF881FF2C          Data Register 11
CPU0_D12        0xF881FF30          Data Register 12
CPU0_D13        0xF881FF34          Data Register 13
CPU0_D14        0xF881FF38          Data Register 14
CPU0_D15        0xF881FF3C          Data Register 15
CPU0_A0         0xF881FF80          Address Register 0
CPU0_A1         0xF881FF84          Address Register 1
CPU0_A2         0xF881FF88          Address Register 2
CPU0_A3         0xF881FF8C          Address Register 3
CPU0_A4         0xF881FF90          Address Register 4
CPU0_A5         0xF881FF94          Address Register 5
CPU0_A6         0xF881FF98          Address Register 6
CPU0_A7         0xF881FF9C          Address Register 7
CPU0_A8         0xF881FFA0          Address Register 8
CPU0_A9         0xF881FFA4          Address Register 9
CPU0_A10        0xF881FFA8          Address Register 10
CPU0_A11        0xF881FFAC          Address Register 11
CPU0_A12        0xF881FFB0          Address Register 12
CPU0_A13        0xF881FFB4          Address Register 13
CPU0_A14        0xF881FFB8          Address Register 14
CPU0_A15        0xF881FFBC          Address Register 15
CPU1_FLASHCON0  0xF8821100          CPUx Flash Configuration Register 0
CPU1_FLASHCON1  0xF8821104          CPUx Flash Configuration Register 1
CPU1_FLASHCON2  0xF8821108          CPUx Flash Configuration Register 2
CPU1_FLASHCON3  0xF882110C          CPUx Flash Configuration Register 3
CPU1_FLASHCON4  0xF8821110          CPUx Flash Configuration Register 4
CPU1_KRST0      0xF882D000          CPUx Reset Register 0
CPU1_KRST1      0xF882D004          CPUx Reset Register 1
CPU1_KRSTCLR    0xF882D008          CPUx Reset Clear Register
CPU1_SPR_SPROT_RGNLA0 0xF882E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU1_SPR_SPROT_RGNUA0 0xF882E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU1_SPR_SPROT_RGNACCENA0_W 0xF882E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU1_SPR_SPROT_RGNACCENB0_W 0xF882E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU1_SPR_SPROT_RGNLA1 0xF882E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU1_SPR_SPROT_RGNUA1 0xF882E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU1_SPR_SPROT_RGNACCENA1_W 0xF882E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU1_SPR_SPROT_RGNACCENB1_W 0xF882E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU1_SPR_SPROT_RGNLA2 0xF882E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU1_SPR_SPROT_RGNUA2 0xF882E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU1_SPR_SPROT_RGNACCENA2_W 0xF882E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU1_SPR_SPROT_RGNACCENB2_W 0xF882E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU1_SPR_SPROT_RGNLA3 0xF882E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU1_SPR_SPROT_RGNUA3 0xF882E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU1_SPR_SPROT_RGNACCENA3_W 0xF882E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU1_SPR_SPROT_RGNACCENB3_W 0xF882E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU1_SPR_SPROT_RGNLA4 0xF882E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU1_SPR_SPROT_RGNUA4 0xF882E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU1_SPR_SPROT_RGNACCENA4_W 0xF882E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU1_SPR_SPROT_RGNACCENB4_W 0xF882E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU1_SPR_SPROT_RGNLA5 0xF882E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU1_SPR_SPROT_RGNUA5 0xF882E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU1_SPR_SPROT_RGNACCENA5_W 0xF882E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU1_SPR_SPROT_RGNACCENB5_W 0xF882E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU1_SPR_SPROT_RGNLA6 0xF882E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU1_SPR_SPROT_RGNUA6 0xF882E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU1_SPR_SPROT_RGNACCENA6_W 0xF882E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU1_SPR_SPROT_RGNACCENB6_W 0xF882E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU1_SPR_SPROT_RGNLA7 0xF882E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU1_SPR_SPROT_RGNUA7 0xF882E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU1_SPR_SPROT_RGNACCENA7_W 0xF882E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU1_SPR_SPROT_RGNACCENB7_W 0xF882E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU1_SPR_SPROT_RGNACCENA0_R 0xF882E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU1_SPR_SPROT_RGNACCENB0_R 0xF882E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU1_SPR_SPROT_RGNACCENA1_R 0xF882E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU1_SPR_SPROT_RGNACCENB1_R 0xF882E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU1_SPR_SPROT_RGNACCENA2_R 0xF882E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU1_SPR_SPROT_RGNACCENB2_R 0xF882E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU1_SPR_SPROT_RGNACCENA3_R 0xF882E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU1_SPR_SPROT_RGNACCENB3_R 0xF882E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU1_SPR_SPROT_RGNACCENA4_R 0xF882E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU1_SPR_SPROT_RGNACCENB4_R 0xF882E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU1_SPR_SPROT_RGNACCENA5_R 0xF882E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU1_SPR_SPROT_RGNACCENB5_R 0xF882E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU1_SPR_SPROT_RGNACCENA6_R 0xF882E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU1_SPR_SPROT_RGNACCENB6_R 0xF882E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU1_SPR_SPROT_RGNACCENA7_R 0xF882E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU1_SPR_SPROT_RGNACCENB7_R 0xF882E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU1_SFR_SPROT_ACCENA_W 0xF882E100          CPUx Safety Protection Register Access Enable Register A
CPU1_SFR_SPROT_ACCENB_W 0xF882E104          CPUx Safety Protection Region Access Enable Register B
CPU1_LPB_SPROT_ACCENA_R 0xF882E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU1_LPB_SPROT_ACCENB_R 0xF882E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU1_DLMU_SPROT_RGNLA0 0xF882E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU1_DLMU_SPROT_RGNUA0 0xF882E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU1_DLMU_SPROT_RGNACCENA0_W 0xF882E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU1_DLMU_SPROT_RGNACCENB0_W 0xF882E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU1_DLMU_SPROT_RGNLA1 0xF882E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU1_DLMU_SPROT_RGNUA1 0xF882E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU1_DLMU_SPROT_RGNACCENA1_W 0xF882E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU1_DLMU_SPROT_RGNACCENB1_W 0xF882E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU1_DLMU_SPROT_RGNLA2 0xF882E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU1_DLMU_SPROT_RGNUA2 0xF882E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU1_DLMU_SPROT_RGNACCENA2_W 0xF882E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU1_DLMU_SPROT_RGNACCENB2_W 0xF882E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU1_DLMU_SPROT_RGNLA3 0xF882E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU1_DLMU_SPROT_RGNUA3 0xF882E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU1_DLMU_SPROT_RGNACCENA3_W 0xF882E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU1_DLMU_SPROT_RGNACCENB3_W 0xF882E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU1_DLMU_SPROT_RGNLA4 0xF882E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU1_DLMU_SPROT_RGNUA4 0xF882E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU1_DLMU_SPROT_RGNACCENA4_W 0xF882E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU1_DLMU_SPROT_RGNACCENB4_W 0xF882E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU1_DLMU_SPROT_RGNLA5 0xF882E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU1_DLMU_SPROT_RGNUA5 0xF882E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU1_DLMU_SPROT_RGNACCENA5_W 0xF882E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU1_DLMU_SPROT_RGNACCENB5_W 0xF882E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU1_DLMU_SPROT_RGNLA6 0xF882E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU1_DLMU_SPROT_RGNUA6 0xF882E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU1_DLMU_SPROT_RGNACCENA6_W 0xF882E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU1_DLMU_SPROT_RGNACCENB6_W 0xF882E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU1_DLMU_SPROT_RGNLA7 0xF882E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU1_DLMU_SPROT_RGNUA7 0xF882E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU1_DLMU_SPROT_RGNACCENA7_W 0xF882E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU1_DLMU_SPROT_RGNACCENB7_W 0xF882E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU1_DLMU_SPROT_RGNACCENA0_R 0xF882E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU1_DLMU_SPROT_RGNACCENB0_R 0xF882E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU1_DLMU_SPROT_RGNACCENA1_R 0xF882E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU1_DLMU_SPROT_RGNACCENB1_R 0xF882E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU1_DLMU_SPROT_RGNACCENA2_R 0xF882E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU1_DLMU_SPROT_RGNACCENB2_R 0xF882E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU1_DLMU_SPROT_RGNACCENA3_R 0xF882E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU1_DLMU_SPROT_RGNACCENB3_R 0xF882E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU1_DLMU_SPROT_RGNACCENA4_R 0xF882E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU1_DLMU_SPROT_RGNACCENB4_R 0xF882E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU1_DLMU_SPROT_RGNACCENA5_R 0xF882E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU1_DLMU_SPROT_RGNACCENB5_R 0xF882E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU1_DLMU_SPROT_RGNACCENA6_R 0xF882E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU1_DLMU_SPROT_RGNACCENB6_R 0xF882E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU1_DLMU_SPROT_RGNACCENA7_R 0xF882E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU1_DLMU_SPROT_RGNACCENB7_R 0xF882E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU1_OSEL       0xF882FB00          CPUx Overlay Range Select Register
CPU1_RABR0      0xF882FB10          CPUx Redirected Address Base Register 0
CPU1_OTAR0      0xF882FB14          CPUx Overlay Target Address Register 0
CPU1_OMASK0     0xF882FB18          CPUx Overlay Mask Register 0
CPU1_RABR1      0xF882FB1C          CPUx Redirected Address Base Register 1
CPU1_OTAR1      0xF882FB20          CPUx Overlay Target Address Register 1
CPU1_OMASK1     0xF882FB24          CPUx Overlay Mask Register 1
CPU1_RABR2      0xF882FB28          CPUx Redirected Address Base Register 2
CPU1_OTAR2      0xF882FB2C          CPUx Overlay Target Address Register 2
CPU1_OMASK2     0xF882FB30          CPUx Overlay Mask Register 2
CPU1_RABR3      0xF882FB34          CPUx Redirected Address Base Register 3
CPU1_OTAR3      0xF882FB38          CPUx Overlay Target Address Register 3
CPU1_OMASK3     0xF882FB3C          CPUx Overlay Mask Register 3
CPU1_RABR4      0xF882FB40          CPUx Redirected Address Base Register 4
CPU1_OTAR4      0xF882FB44          CPUx Overlay Target Address Register 4
CPU1_OMASK4     0xF882FB48          CPUx Overlay Mask Register 4
CPU1_RABR5      0xF882FB4C          CPUx Redirected Address Base Register 5
CPU1_OTAR5      0xF882FB50          CPUx Overlay Target Address Register 5
CPU1_OMASK5     0xF882FB54          CPUx Overlay Mask Register 5
CPU1_RABR6      0xF882FB58          CPUx Redirected Address Base Register 6
CPU1_OTAR6      0xF882FB5C          CPUx Overlay Target Address Register 6
CPU1_OMASK6     0xF882FB60          CPUx Overlay Mask Register 6
CPU1_RABR7      0xF882FB64          CPUx Redirected Address Base Register 7
CPU1_OTAR7      0xF882FB68          CPUx Overlay Target Address Register 7
CPU1_OMASK7     0xF882FB6C          CPUx Overlay Mask Register 7
CPU1_RABR8      0xF882FB70          CPUx Redirected Address Base Register 8
CPU1_OTAR8      0xF882FB74          CPUx Overlay Target Address Register 8
CPU1_OMASK8     0xF882FB78          CPUx Overlay Mask Register 8
CPU1_RABR9      0xF882FB7C          CPUx Redirected Address Base Register 9
CPU1_OTAR9      0xF882FB80          CPUx Overlay Target Address Register 9
CPU1_OMASK9     0xF882FB84          CPUx Overlay Mask Register 9
CPU1_RABR10     0xF882FB88          CPUx Redirected Address Base Register 10
CPU1_OTAR10     0xF882FB8C          CPUx Overlay Target Address Register 10
CPU1_OMASK10    0xF882FB90          CPUx Overlay Mask Register 10
CPU1_RABR11     0xF882FB94          CPUx Redirected Address Base Register 11
CPU1_OTAR11     0xF882FB98          CPUx Overlay Target Address Register 11
CPU1_OMASK11    0xF882FB9C          CPUx Overlay Mask Register 11
CPU1_RABR12     0xF882FBA0          CPUx Redirected Address Base Register 12
CPU1_OTAR12     0xF882FBA4          CPUx Overlay Target Address Register 12
CPU1_OMASK12    0xF882FBA8          CPUx Overlay Mask Register 12
CPU1_RABR13     0xF882FBAC          CPUx Redirected Address Base Register 13
CPU1_OTAR13     0xF882FBB0          CPUx Overlay Target Address Register 13
CPU1_OMASK13    0xF882FBB4          CPUx Overlay Mask Register 13
CPU1_RABR14     0xF882FBB8          CPUx Redirected Address Base Register 14
CPU1_OTAR14     0xF882FBBC          CPUx Overlay Target Address Register 14
CPU1_OMASK14    0xF882FBC0          CPUx Overlay Mask Register 14
CPU1_RABR15     0xF882FBC4          CPUx Redirected Address Base Register 15
CPU1_OTAR15     0xF882FBC8          CPUx Overlay Target Address Register 15
CPU1_OMASK15    0xF882FBCC          CPUx Overlay Mask Register 15
CPU1_RABR16     0xF882FBD0          CPUx Redirected Address Base Register 16
CPU1_OTAR16     0xF882FBD4          CPUx Overlay Target Address Register 16
CPU1_OMASK16    0xF882FBD8          CPUx Overlay Mask Register 16
CPU1_RABR17     0xF882FBDC          CPUx Redirected Address Base Register 17
CPU1_OTAR17     0xF882FBE0          CPUx Overlay Target Address Register 17
CPU1_OMASK17    0xF882FBE4          CPUx Overlay Mask Register 17
CPU1_RABR18     0xF882FBE8          CPUx Redirected Address Base Register 18
CPU1_OTAR18     0xF882FBEC          CPUx Overlay Target Address Register 18
CPU1_OMASK18    0xF882FBF0          CPUx Overlay Mask Register 18
CPU1_RABR19     0xF882FBF4          CPUx Redirected Address Base Register 19
CPU1_OTAR19     0xF882FBF8          CPUx Overlay Target Address Register 19
CPU1_OMASK19    0xF882FBFC          CPUx Overlay Mask Register 19
CPU1_RABR20     0xF882FC00          CPUx Redirected Address Base Register 20
CPU1_OTAR20     0xF882FC04          CPUx Overlay Target Address Register 20
CPU1_OMASK20    0xF882FC08          CPUx Overlay Mask Register 20
CPU1_RABR21     0xF882FC0C          CPUx Redirected Address Base Register 21
CPU1_OTAR21     0xF882FC10          CPUx Overlay Target Address Register 21
CPU1_OMASK21    0xF882FC14          CPUx Overlay Mask Register 21
CPU1_RABR22     0xF882FC18          CPUx Redirected Address Base Register 22
CPU1_OTAR22     0xF882FC1C          CPUx Overlay Target Address Register 22
CPU1_OMASK22    0xF882FC20          CPUx Overlay Mask Register 22
CPU1_RABR23     0xF882FC24          CPUx Redirected Address Base Register 23
CPU1_OTAR23     0xF882FC28          CPUx Overlay Target Address Register 23
CPU1_OMASK23    0xF882FC2C          CPUx Overlay Mask Register 23
CPU1_RABR24     0xF882FC30          CPUx Redirected Address Base Register 24
CPU1_OTAR24     0xF882FC34          CPUx Overlay Target Address Register 24
CPU1_OMASK24    0xF882FC38          CPUx Overlay Mask Register 24
CPU1_RABR25     0xF882FC3C          CPUx Redirected Address Base Register 25
CPU1_OTAR25     0xF882FC40          CPUx Overlay Target Address Register 25
CPU1_OMASK25    0xF882FC44          CPUx Overlay Mask Register 25
CPU1_RABR26     0xF882FC48          CPUx Redirected Address Base Register 26
CPU1_OTAR26     0xF882FC4C          CPUx Overlay Target Address Register 26
CPU1_OMASK26    0xF882FC50          CPUx Overlay Mask Register 26
CPU1_RABR27     0xF882FC54          CPUx Redirected Address Base Register 27
CPU1_OTAR27     0xF882FC58          CPUx Overlay Target Address Register 27
CPU1_OMASK27    0xF882FC5C          CPUx Overlay Mask Register 27
CPU1_RABR28     0xF882FC60          CPUx Redirected Address Base Register 28
CPU1_OTAR28     0xF882FC64          CPUx Overlay Target Address Register 28
CPU1_OMASK28    0xF882FC68          CPUx Overlay Mask Register 28
CPU1_RABR29     0xF882FC6C          CPUx Redirected Address Base Register 29
CPU1_OTAR29     0xF882FC70          CPUx Overlay Target Address Register 29
CPU1_OMASK29    0xF882FC74          CPUx Overlay Mask Register 29
CPU1_RABR30     0xF882FC78          CPUx Redirected Address Base Register 30
CPU1_OTAR30     0xF882FC7C          CPUx Overlay Target Address Register 30
CPU1_OMASK30    0xF882FC80          CPUx Overlay Mask Register 30
CPU1_RABR31     0xF882FC84          CPUx Redirected Address Base Register 31
CPU1_OTAR31     0xF882FC88          CPUx Overlay Target Address Register 31
CPU1_OMASK31    0xF882FC8C          CPUx Overlay Mask Register 31
CSFR_BASE_1     0xF8830000          Core Special Function Registers base (CPU1)
CPU1_SEGEN      0xF8831030          CPUx SRI Error Generation Register
CPU1_TASK_ASI   0xF8838004          CPUx Task Address Space Identifier Register
CPU1_PMA0       0xF8838100          CPUx Data Access CacheabilityRegister
CPU1_PMA1       0xF8838104          CPUx Code Access CacheabilityRegister
CPU1_PMA2       0xF8838108          CPUx Peripheral Space Identifier register
CPU1_DCON2      0xF8839000          CPUx Data Control Register 2
CPU1_SMACON     0xF883900C          CPUx SIST Mode Access Control Register
CPU1_DSTR       0xF8839010          CPUx Data Synchronous Trap Register
CPU1_DATR       0xF8839018          CPUx Data Asynchronous Trap Register
CPU1_DEADD      0xF883901C          CPUx Data Error Address Register
CPU1_DIEAR      0xF8839020          CPUx Data Integrity Error Address Register
CPU1_DIETR      0xF8839024          CPUx Data Integrity Error Trap Register
CPU1_DCON0      0xF8839040          CPUx Data Memory Control Register
CPU1_PSTR       0xF8839200          CPUx Program Synchronous Trap Register
CPU1_PCON1      0xF8839204          CPUx Program Control 1
CPU1_PCON2      0xF8839208          CPUx Program Control 2
CPU1_PCON0      0xF883920C          CPUx Program Control 0
CPU1_PIEAR      0xF8839210          CPUx Program Integrity Error Address Register
CPU1_PIETR      0xF8839214          CPUx Program Integrity Error Trap Register
CPU1_COMPAT     0xF8839400          CPUx Compatibility Control Register
CPU1_FPU_TRAP_CON 0xF883A000          CPUx Trap Control Register
CPU1_FPU_TRAP_PC 0xF883A004          CPUx Trapping Instruction Program Counter Register
CPU1_FPU_TRAP_OPC 0xF883A008          CPUx Trapping Instruction Opcode Register
CPU1_FPU_TRAP_SRC1 0xF883A010          CPUx Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC2 0xF883A014          CPUx Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC3 0xF883A018          CPUx Trapping Instruction Operand Register
CPU1_DPR0_L     0xF883C000          CPUx Data Protection Range 0, Lower Bound Register
CPU1_DPR0_U     0xF883C004          CPUx Data Protection Range 0, Upper Bound Register
CPU1_DPR1_L     0xF883C008          CPUx Data Protection Range 1, Lower Bound Register
CPU1_DPR1_U     0xF883C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU1_DPR2_L     0xF883C010          CPUx Data Protection Range 2, Lower Bound Register
CPU1_DPR2_U     0xF883C014          CPUx Data Protection Range 2, Upper Bound Register
CPU1_DPR3_L     0xF883C018          CPUx Data Protection Range 3, Lower Bound Register
CPU1_DPR3_U     0xF883C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU1_DPR4_L     0xF883C020          CPUx Data Protection Range 4, Lower Bound Register
CPU1_DPR4_U     0xF883C024          CPUx Data Protection Range 4, Upper Bound Register
CPU1_DPR5_L     0xF883C028          CPUx Data Protection Range 5, Lower Bound Register
CPU1_DPR5_U     0xF883C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU1_DPR6_L     0xF883C030          CPUx Data Protection Range 6, Lower Bound Register
CPU1_DPR6_U     0xF883C034          CPUx Data Protection Range 6, Upper Bound Register
CPU1_DPR7_L     0xF883C038          CPUx Data Protection Range 7, Lower Bound Register
CPU1_DPR7_U     0xF883C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU1_DPR8_L     0xF883C040          CPUx Data Protection Range 8, Lower Bound Register
CPU1_DPR8_U     0xF883C044          CPUx Data Protection Range 8, Upper Bound Register
CPU1_DPR9_L     0xF883C048          CPUx Data Protection Range 9, Lower Bound Register
CPU1_DPR9_U     0xF883C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU1_DPR10_L    0xF883C050          CPUx Data Protection Range 10, Lower Bound Register
CPU1_DPR10_U    0xF883C054          CPUx Data Protection Range 10, Upper Bound Register
CPU1_DPR11_L    0xF883C058          CPUx Data Protection Range 11, Lower Bound Register
CPU1_DPR11_U    0xF883C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU1_DPR12_L    0xF883C060          CPUx Data Protection Range 12, Lower Bound Register
CPU1_DPR12_U    0xF883C064          CPUx Data Protection Range 12, Upper Bound Register
CPU1_DPR13_L    0xF883C068          CPUx Data Protection Range 13, Lower Bound Register
CPU1_DPR13_U    0xF883C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU1_DPR14_L    0xF883C070          CPUx Data Protection Range 14, Lower Bound Register
CPU1_DPR14_U    0xF883C074          CPUx Data Protection Range 14, Upper Bound Register
CPU1_DPR15_L    0xF883C078          CPUx Data Protection Range 15, Lower Bound Register
CPU1_DPR15_U    0xF883C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU1_DPR16_L    0xF883C080          CPUx Data Protection Range 16, Lower Bound Register
CPU1_DPR16_U    0xF883C084          CPUx Data Protection Range 16, Upper Bound Register
CPU1_DPR17_L    0xF883C088          CPUx Data Protection Range 17, Lower Bound Register
CPU1_DPR17_U    0xF883C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU1_CPR0_L     0xF883D000          CPUx Code Protection Range 0 Lower Bound Register
CPU1_CPR0_U     0xF883D004          CPUx Code Protection Range 0 Upper Bound Register
CPU1_CPR1_L     0xF883D008          CPUx Code Protection Range 1 Lower Bound Register
CPU1_CPR1_U     0xF883D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU1_CPR2_L     0xF883D010          CPUx Code Protection Range 2 Lower Bound Register
CPU1_CPR2_U     0xF883D014          CPUx Code Protection Range 2 Upper Bound Register
CPU1_CPR3_L     0xF883D018          CPUx Code Protection Range 3 Lower Bound Register
CPU1_CPR3_U     0xF883D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU1_CPR4_L     0xF883D020          CPUx Code Protection Range 4 Lower Bound Register
CPU1_CPR4_U     0xF883D024          CPUx Code Protection Range 4 Upper Bound Register
CPU1_CPR5_L     0xF883D028          CPUx Code Protection Range 5 Lower Bound Register
CPU1_CPR5_U     0xF883D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU1_CPR6_L     0xF883D030          CPUx Code Protection Range 6 Lower Bound Register
CPU1_CPR6_U     0xF883D034          CPUx Code Protection Range 6 Upper Bound Register
CPU1_CPR7_L     0xF883D038          CPUx Code Protection Range 7 Lower Bound Register
CPU1_CPR7_U     0xF883D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU1_CPR8_L     0xF883D040          CPUx Code Protection Range 8 Lower Bound Register
CPU1_CPR8_U     0xF883D044          CPUx Code Protection Range 8 Upper Bound Register
CPU1_CPR9_L     0xF883D048          CPUx Code Protection Range 9 Lower Bound Register
CPU1_CPR9_U     0xF883D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU1_CPXE_0     0xF883E000          CPUx Code Protection Execute Enable Register Set 0
CPU1_CPXE_1     0xF883E004          CPUx Code Protection Execute Enable Register Set 1
CPU1_CPXE_2     0xF883E008          CPUx Code Protection Execute Enable Register Set 2
CPU1_CPXE_3     0xF883E00C          CPUx Code Protection Execute Enable Register Set 3
CPU1_DPRE_0     0xF883E010          CPUx Data Protection Read Enable Register Set 0
CPU1_DPRE_1     0xF883E014          CPUx Data Protection Read Enable Register Set 1
CPU1_DPRE_2     0xF883E018          CPUx Data Protection Read Enable Register Set 2
CPU1_DPRE_3     0xF883E01C          CPUx Data Protection Read Enable Register Set 3
CPU1_DPWE_0     0xF883E020          CPUx Data Protection Write Enable Register Set 0
CPU1_DPWE_1     0xF883E024          CPUx Data Protection Write Enable Register Set 1
CPU1_DPWE_2     0xF883E028          CPUx Data Protection Write Enable Register Set 2
CPU1_DPWE_3     0xF883E02C          CPUx Data Protection Write Enable Register Set 3
CPU1_CPXE_4     0xF883E040          CPUx Code Protection Execute Enable Register Set 4
CPU1_CPXE_5     0xF883E044          CPUx Code Protection Execute Enable Register Set 5
CPU1_DPRE_4     0xF883E050          CPUx Data Protection Read Enable Register Set 4
CPU1_DPRE_5     0xF883E054          CPUx Data Protection Read Enable Register Set 5
CPU1_DPWE_4     0xF883E060          CPUx Data Protection Write Enable Register Set 4
CPU1_DPWE_5     0xF883E064          CPUx Data Protection Write Enable Register Set 5
CPU1_TPS_CON    0xF883E400          CPUx Temporal Protection System Control Register
CPU1_TPS_TIMER0 0xF883E404          CPUx Temporal Protection System Timer Register 0
CPU1_TPS_TIMER1 0xF883E408          CPUx Temporal Protection System Timer Register 1
CPU1_TPS_TIMER2 0xF883E40C          CPUx Temporal Protection System Timer Register 2
CPU1_TPS_EXTIM_ENTRY_LVAL 0xF883E440          CPUx Exception Entry Timer Load Value
CPU1_TPS_EXTIM_ENTRY_CVAL 0xF883E444          CPUx Exception Entry Timer Current Value
CPU1_TPS_EXTIM_EXIT_LVAL 0xF883E448          CPUx Exception Exit Timer Load Value
CPU1_TPS_EXTIM_EXIT_CVAL 0xF883E44C          CPUx Exception Exit Timer Current Value
CPU1_TPS_EXTIM_CLASS_EN 0xF883E450          CPUx Exception Timer Class Enable Register
CPU1_TPS_EXTIM_STAT 0xF883E454          CPUx Exception Timer Status Register
CPU1_TPS_EXTIM_FCX 0xF883E458          CPUx Exception Timer FCX Register
CPU1_TR0EVT     0xF883F000          CPUx Trigger Event 0
CPU1_TR0ADR     0xF883F004          CPUx Trigger Address 0
CPU1_TR1EVT     0xF883F008          CPUx Trigger Event 1
CPU1_TR1ADR     0xF883F00C          CPUx Trigger Address 1
CPU1_TR2EVT     0xF883F010          CPUx Trigger Event 2
CPU1_TR2ADR     0xF883F014          CPUx Trigger Address 2
CPU1_TR3EVT     0xF883F018          CPUx Trigger Event 3
CPU1_TR3ADR     0xF883F01C          CPUx Trigger Address 3
CPU1_TR4EVT     0xF883F020          CPUx Trigger Event 4
CPU1_TR4ADR     0xF883F024          CPUx Trigger Address 4
CPU1_TR5EVT     0xF883F028          CPUx Trigger Event 5
CPU1_TR5ADR     0xF883F02C          CPUx Trigger Address 5
CPU1_TR6EVT     0xF883F030          CPUx Trigger Event 6
CPU1_TR6ADR     0xF883F034          CPUx Trigger Address 6
CPU1_TR7EVT     0xF883F038          CPUx Trigger Event 7
CPU1_TR7ADR     0xF883F03C          CPUx Trigger Address 7
CPU1_CCTRL      0xF883FC00          CPUx Counter Control
CPU1_CCNT       0xF883FC04          CPUx CPU Clock Cycle Count
CPU1_ICNT       0xF883FC08          CPUx Instruction Count
CPU1_M1CNT      0xF883FC0C          CPUx Multi-Count Register 1
CPU1_M2CNT      0xF883FC10          CPUx Multi-Count Register 2
CPU1_M3CNT      0xF883FC14          CPUx Multi-Count Register 3
CPU1_DBGSR      0xF883FD00          CPUx Debug Status Register
CPU1_EXEVT      0xF883FD08          CPUx External Event Register
CPU1_CREVT      0xF883FD0C          CPUx Core Register Access Event
CPU1_SWEVT      0xF883FD10          CPUx Software Debug Event
CPU1_TRIG_ACC   0xF883FD30          CPUx TriggerAddressx
CPU1_DMS        0xF883FD40          CPUx Debug Monitor Start Address
CPU1_DCX        0xF883FD44          CPUx Debug Context Save Area Pointer
CPU1_DBGTCR     0xF883FD48          CPUx Debug Trap Control Register
CPU1_PCXI       0xF883FE00          CPUx Previous Context Information Register
CPU1_PSW        0xF883FE04          CPUx Program Status Word
CPU1_PC         0xF883FE08          CPUx Program Counter
CPU1_SYSCON     0xF883FE14          CPUx System Configuration Register
CPU1_CPU_ID     0xF883FE18          CPUx Identification Register TC1.6.2P
CPU1_CORE_ID    0xF883FE1C          CPUx Core Identification Register
CPU1_BIV        0xF883FE20          CPUx Base Interrupt Vector Table Pointer
CPU1_BTV        0xF883FE24          CPUx Base Trap Vector Table Pointer
CPU1_ISP        0xF883FE28          CPUx Interrupt Stack Pointer
CPU1_ICR        0xF883FE2C          CPUx Interrupt Control Register
CPU1_FCX        0xF883FE38          CPUx Free CSA List Head Pointer
CPU1_LCX        0xF883FE3C          CPUx Free CSA List Limit Pointer
CPU1_CUS_ID     0xF883FE50          CPUx Customer ID register
CPU1_D0         0xF883FF00          Data Register 0
CPU1_D1         0xF883FF04          Data Register 1
CPU1_D2         0xF883FF08          Data Register 2
CPU1_D3         0xF883FF0C          Data Register 3
CPU1_D4         0xF883FF10          Data Register 4
CPU1_D5         0xF883FF14          Data Register 5
CPU1_D6         0xF883FF18          Data Register 6
CPU1_D7         0xF883FF1C          Data Register 7
CPU1_D8         0xF883FF20          Data Register 8
CPU1_D9         0xF883FF24          Data Register 9
CPU1_D10        0xF883FF28          Data Register 10
CPU1_D11        0xF883FF2C          Data Register 11
CPU1_D12        0xF883FF30          Data Register 12
CPU1_D13        0xF883FF34          Data Register 13
CPU1_D14        0xF883FF38          Data Register 14
CPU1_D15        0xF883FF3C          Data Register 15
CPU1_A0         0xF883FF80          Address Register 0
CPU1_A1         0xF883FF84          Address Register 1
CPU1_A2         0xF883FF88          Address Register 2
CPU1_A3         0xF883FF8C          Address Register 3
CPU1_A4         0xF883FF90          Address Register 4
CPU1_A5         0xF883FF94          Address Register 5
CPU1_A6         0xF883FF98          Address Register 6
CPU1_A7         0xF883FF9C          Address Register 7
CPU1_A8         0xF883FFA0          Address Register 8
CPU1_A9         0xF883FFA4          Address Register 9
CPU1_A10        0xF883FFA8          Address Register 10
CPU1_A11        0xF883FFAC          Address Register 11
CPU1_A12        0xF883FFB0          Address Register 12
CPU1_A13        0xF883FFB4          Address Register 13
CPU1_A14        0xF883FFB8          Address Register 14
CPU1_A15        0xF883FFBC          Address Register 15
CPU2_FLASHCON0  0xF8841100          CPUx Flash Configuration Register 0
CPU2_FLASHCON1  0xF8841104          CPUx Flash Configuration Register 1
CPU2_FLASHCON2  0xF8841108          CPUx Flash Configuration Register 2
CPU2_FLASHCON3  0xF884110C          CPUx Flash Configuration Register 3
CPU2_FLASHCON4  0xF8841110          CPUx Flash Configuration Register 4
CPU2_KRST0      0xF884D000          CPUx Reset Register 0
CPU2_KRST1      0xF884D004          CPUx Reset Register 1
CPU2_KRSTCLR    0xF884D008          CPUx Reset Clear Register
CPU2_SPR_SPROT_RGNLA0 0xF884E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU2_SPR_SPROT_RGNUA0 0xF884E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU2_SPR_SPROT_RGNACCENA0_W 0xF884E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU2_SPR_SPROT_RGNACCENB0_W 0xF884E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU2_SPR_SPROT_RGNLA1 0xF884E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU2_SPR_SPROT_RGNUA1 0xF884E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU2_SPR_SPROT_RGNACCENA1_W 0xF884E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU2_SPR_SPROT_RGNACCENB1_W 0xF884E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU2_SPR_SPROT_RGNLA2 0xF884E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU2_SPR_SPROT_RGNUA2 0xF884E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU2_SPR_SPROT_RGNACCENA2_W 0xF884E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU2_SPR_SPROT_RGNACCENB2_W 0xF884E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU2_SPR_SPROT_RGNLA3 0xF884E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU2_SPR_SPROT_RGNUA3 0xF884E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU2_SPR_SPROT_RGNACCENA3_W 0xF884E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU2_SPR_SPROT_RGNACCENB3_W 0xF884E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU2_SPR_SPROT_RGNLA4 0xF884E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU2_SPR_SPROT_RGNUA4 0xF884E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU2_SPR_SPROT_RGNACCENA4_W 0xF884E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU2_SPR_SPROT_RGNACCENB4_W 0xF884E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU2_SPR_SPROT_RGNLA5 0xF884E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU2_SPR_SPROT_RGNUA5 0xF884E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU2_SPR_SPROT_RGNACCENA5_W 0xF884E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU2_SPR_SPROT_RGNACCENB5_W 0xF884E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU2_SPR_SPROT_RGNLA6 0xF884E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU2_SPR_SPROT_RGNUA6 0xF884E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU2_SPR_SPROT_RGNACCENA6_W 0xF884E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU2_SPR_SPROT_RGNACCENB6_W 0xF884E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU2_SPR_SPROT_RGNLA7 0xF884E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU2_SPR_SPROT_RGNUA7 0xF884E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU2_SPR_SPROT_RGNACCENA7_W 0xF884E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU2_SPR_SPROT_RGNACCENB7_W 0xF884E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU2_SPR_SPROT_RGNACCENA0_R 0xF884E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU2_SPR_SPROT_RGNACCENB0_R 0xF884E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU2_SPR_SPROT_RGNACCENA1_R 0xF884E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU2_SPR_SPROT_RGNACCENB1_R 0xF884E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU2_SPR_SPROT_RGNACCENA2_R 0xF884E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU2_SPR_SPROT_RGNACCENB2_R 0xF884E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU2_SPR_SPROT_RGNACCENA3_R 0xF884E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU2_SPR_SPROT_RGNACCENB3_R 0xF884E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU2_SPR_SPROT_RGNACCENA4_R 0xF884E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU2_SPR_SPROT_RGNACCENB4_R 0xF884E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU2_SPR_SPROT_RGNACCENA5_R 0xF884E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU2_SPR_SPROT_RGNACCENB5_R 0xF884E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU2_SPR_SPROT_RGNACCENA6_R 0xF884E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU2_SPR_SPROT_RGNACCENB6_R 0xF884E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU2_SPR_SPROT_RGNACCENA7_R 0xF884E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU2_SPR_SPROT_RGNACCENB7_R 0xF884E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU2_SFR_SPROT_ACCENA_W 0xF884E100          CPUx Safety Protection Register Access Enable Register A
CPU2_SFR_SPROT_ACCENB_W 0xF884E104          CPUx Safety Protection Region Access Enable Register B
CPU2_LPB_SPROT_ACCENA_R 0xF884E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU2_LPB_SPROT_ACCENB_R 0xF884E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU2_DLMU_SPROT_RGNLA0 0xF884E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU2_DLMU_SPROT_RGNUA0 0xF884E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU2_DLMU_SPROT_RGNACCENA0_W 0xF884E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU2_DLMU_SPROT_RGNACCENB0_W 0xF884E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU2_DLMU_SPROT_RGNLA1 0xF884E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU2_DLMU_SPROT_RGNUA1 0xF884E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU2_DLMU_SPROT_RGNACCENA1_W 0xF884E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU2_DLMU_SPROT_RGNACCENB1_W 0xF884E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU2_DLMU_SPROT_RGNLA2 0xF884E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU2_DLMU_SPROT_RGNUA2 0xF884E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU2_DLMU_SPROT_RGNACCENA2_W 0xF884E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU2_DLMU_SPROT_RGNACCENB2_W 0xF884E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU2_DLMU_SPROT_RGNLA3 0xF884E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU2_DLMU_SPROT_RGNUA3 0xF884E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU2_DLMU_SPROT_RGNACCENA3_W 0xF884E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU2_DLMU_SPROT_RGNACCENB3_W 0xF884E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU2_DLMU_SPROT_RGNLA4 0xF884E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU2_DLMU_SPROT_RGNUA4 0xF884E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU2_DLMU_SPROT_RGNACCENA4_W 0xF884E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU2_DLMU_SPROT_RGNACCENB4_W 0xF884E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU2_DLMU_SPROT_RGNLA5 0xF884E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU2_DLMU_SPROT_RGNUA5 0xF884E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU2_DLMU_SPROT_RGNACCENA5_W 0xF884E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU2_DLMU_SPROT_RGNACCENB5_W 0xF884E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU2_DLMU_SPROT_RGNLA6 0xF884E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU2_DLMU_SPROT_RGNUA6 0xF884E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU2_DLMU_SPROT_RGNACCENA6_W 0xF884E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU2_DLMU_SPROT_RGNACCENB6_W 0xF884E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU2_DLMU_SPROT_RGNLA7 0xF884E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU2_DLMU_SPROT_RGNUA7 0xF884E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU2_DLMU_SPROT_RGNACCENA7_W 0xF884E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU2_DLMU_SPROT_RGNACCENB7_W 0xF884E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU2_DLMU_SPROT_RGNACCENA0_R 0xF884E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU2_DLMU_SPROT_RGNACCENB0_R 0xF884E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU2_DLMU_SPROT_RGNACCENA1_R 0xF884E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU2_DLMU_SPROT_RGNACCENB1_R 0xF884E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU2_DLMU_SPROT_RGNACCENA2_R 0xF884E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU2_DLMU_SPROT_RGNACCENB2_R 0xF884E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU2_DLMU_SPROT_RGNACCENA3_R 0xF884E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU2_DLMU_SPROT_RGNACCENB3_R 0xF884E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU2_DLMU_SPROT_RGNACCENA4_R 0xF884E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU2_DLMU_SPROT_RGNACCENB4_R 0xF884E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU2_DLMU_SPROT_RGNACCENA5_R 0xF884E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU2_DLMU_SPROT_RGNACCENB5_R 0xF884E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU2_DLMU_SPROT_RGNACCENA6_R 0xF884E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU2_DLMU_SPROT_RGNACCENB6_R 0xF884E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU2_DLMU_SPROT_RGNACCENA7_R 0xF884E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU2_DLMU_SPROT_RGNACCENB7_R 0xF884E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU2_OSEL       0xF884FB00          CPUx Overlay Range Select Register
CPU2_RABR0      0xF884FB10          CPUx Redirected Address Base Register 0
CPU2_OTAR0      0xF884FB14          CPUx Overlay Target Address Register 0
CPU2_OMASK0     0xF884FB18          CPUx Overlay Mask Register 0
CPU2_RABR1      0xF884FB1C          CPUx Redirected Address Base Register 1
CPU2_OTAR1      0xF884FB20          CPUx Overlay Target Address Register 1
CPU2_OMASK1     0xF884FB24          CPUx Overlay Mask Register 1
CPU2_RABR2      0xF884FB28          CPUx Redirected Address Base Register 2
CPU2_OTAR2      0xF884FB2C          CPUx Overlay Target Address Register 2
CPU2_OMASK2     0xF884FB30          CPUx Overlay Mask Register 2
CPU2_RABR3      0xF884FB34          CPUx Redirected Address Base Register 3
CPU2_OTAR3      0xF884FB38          CPUx Overlay Target Address Register 3
CPU2_OMASK3     0xF884FB3C          CPUx Overlay Mask Register 3
CPU2_RABR4      0xF884FB40          CPUx Redirected Address Base Register 4
CPU2_OTAR4      0xF884FB44          CPUx Overlay Target Address Register 4
CPU2_OMASK4     0xF884FB48          CPUx Overlay Mask Register 4
CPU2_RABR5      0xF884FB4C          CPUx Redirected Address Base Register 5
CPU2_OTAR5      0xF884FB50          CPUx Overlay Target Address Register 5
CPU2_OMASK5     0xF884FB54          CPUx Overlay Mask Register 5
CPU2_RABR6      0xF884FB58          CPUx Redirected Address Base Register 6
CPU2_OTAR6      0xF884FB5C          CPUx Overlay Target Address Register 6
CPU2_OMASK6     0xF884FB60          CPUx Overlay Mask Register 6
CPU2_RABR7      0xF884FB64          CPUx Redirected Address Base Register 7
CPU2_OTAR7      0xF884FB68          CPUx Overlay Target Address Register 7
CPU2_OMASK7     0xF884FB6C          CPUx Overlay Mask Register 7
CPU2_RABR8      0xF884FB70          CPUx Redirected Address Base Register 8
CPU2_OTAR8      0xF884FB74          CPUx Overlay Target Address Register 8
CPU2_OMASK8     0xF884FB78          CPUx Overlay Mask Register 8
CPU2_RABR9      0xF884FB7C          CPUx Redirected Address Base Register 9
CPU2_OTAR9      0xF884FB80          CPUx Overlay Target Address Register 9
CPU2_OMASK9     0xF884FB84          CPUx Overlay Mask Register 9
CPU2_RABR10     0xF884FB88          CPUx Redirected Address Base Register 10
CPU2_OTAR10     0xF884FB8C          CPUx Overlay Target Address Register 10
CPU2_OMASK10    0xF884FB90          CPUx Overlay Mask Register 10
CPU2_RABR11     0xF884FB94          CPUx Redirected Address Base Register 11
CPU2_OTAR11     0xF884FB98          CPUx Overlay Target Address Register 11
CPU2_OMASK11    0xF884FB9C          CPUx Overlay Mask Register 11
CPU2_RABR12     0xF884FBA0          CPUx Redirected Address Base Register 12
CPU2_OTAR12     0xF884FBA4          CPUx Overlay Target Address Register 12
CPU2_OMASK12    0xF884FBA8          CPUx Overlay Mask Register 12
CPU2_RABR13     0xF884FBAC          CPUx Redirected Address Base Register 13
CPU2_OTAR13     0xF884FBB0          CPUx Overlay Target Address Register 13
CPU2_OMASK13    0xF884FBB4          CPUx Overlay Mask Register 13
CPU2_RABR14     0xF884FBB8          CPUx Redirected Address Base Register 14
CPU2_OTAR14     0xF884FBBC          CPUx Overlay Target Address Register 14
CPU2_OMASK14    0xF884FBC0          CPUx Overlay Mask Register 14
CPU2_RABR15     0xF884FBC4          CPUx Redirected Address Base Register 15
CPU2_OTAR15     0xF884FBC8          CPUx Overlay Target Address Register 15
CPU2_OMASK15    0xF884FBCC          CPUx Overlay Mask Register 15
CPU2_RABR16     0xF884FBD0          CPUx Redirected Address Base Register 16
CPU2_OTAR16     0xF884FBD4          CPUx Overlay Target Address Register 16
CPU2_OMASK16    0xF884FBD8          CPUx Overlay Mask Register 16
CPU2_RABR17     0xF884FBDC          CPUx Redirected Address Base Register 17
CPU2_OTAR17     0xF884FBE0          CPUx Overlay Target Address Register 17
CPU2_OMASK17    0xF884FBE4          CPUx Overlay Mask Register 17
CPU2_RABR18     0xF884FBE8          CPUx Redirected Address Base Register 18
CPU2_OTAR18     0xF884FBEC          CPUx Overlay Target Address Register 18
CPU2_OMASK18    0xF884FBF0          CPUx Overlay Mask Register 18
CPU2_RABR19     0xF884FBF4          CPUx Redirected Address Base Register 19
CPU2_OTAR19     0xF884FBF8          CPUx Overlay Target Address Register 19
CPU2_OMASK19    0xF884FBFC          CPUx Overlay Mask Register 19
CPU2_RABR20     0xF884FC00          CPUx Redirected Address Base Register 20
CPU2_OTAR20     0xF884FC04          CPUx Overlay Target Address Register 20
CPU2_OMASK20    0xF884FC08          CPUx Overlay Mask Register 20
CPU2_RABR21     0xF884FC0C          CPUx Redirected Address Base Register 21
CPU2_OTAR21     0xF884FC10          CPUx Overlay Target Address Register 21
CPU2_OMASK21    0xF884FC14          CPUx Overlay Mask Register 21
CPU2_RABR22     0xF884FC18          CPUx Redirected Address Base Register 22
CPU2_OTAR22     0xF884FC1C          CPUx Overlay Target Address Register 22
CPU2_OMASK22    0xF884FC20          CPUx Overlay Mask Register 22
CPU2_RABR23     0xF884FC24          CPUx Redirected Address Base Register 23
CPU2_OTAR23     0xF884FC28          CPUx Overlay Target Address Register 23
CPU2_OMASK23    0xF884FC2C          CPUx Overlay Mask Register 23
CPU2_RABR24     0xF884FC30          CPUx Redirected Address Base Register 24
CPU2_OTAR24     0xF884FC34          CPUx Overlay Target Address Register 24
CPU2_OMASK24    0xF884FC38          CPUx Overlay Mask Register 24
CPU2_RABR25     0xF884FC3C          CPUx Redirected Address Base Register 25
CPU2_OTAR25     0xF884FC40          CPUx Overlay Target Address Register 25
CPU2_OMASK25    0xF884FC44          CPUx Overlay Mask Register 25
CPU2_RABR26     0xF884FC48          CPUx Redirected Address Base Register 26
CPU2_OTAR26     0xF884FC4C          CPUx Overlay Target Address Register 26
CPU2_OMASK26    0xF884FC50          CPUx Overlay Mask Register 26
CPU2_RABR27     0xF884FC54          CPUx Redirected Address Base Register 27
CPU2_OTAR27     0xF884FC58          CPUx Overlay Target Address Register 27
CPU2_OMASK27    0xF884FC5C          CPUx Overlay Mask Register 27
CPU2_RABR28     0xF884FC60          CPUx Redirected Address Base Register 28
CPU2_OTAR28     0xF884FC64          CPUx Overlay Target Address Register 28
CPU2_OMASK28    0xF884FC68          CPUx Overlay Mask Register 28
CPU2_RABR29     0xF884FC6C          CPUx Redirected Address Base Register 29
CPU2_OTAR29     0xF884FC70          CPUx Overlay Target Address Register 29
CPU2_OMASK29    0xF884FC74          CPUx Overlay Mask Register 29
CPU2_RABR30     0xF884FC78          CPUx Redirected Address Base Register 30
CPU2_OTAR30     0xF884FC7C          CPUx Overlay Target Address Register 30
CPU2_OMASK30    0xF884FC80          CPUx Overlay Mask Register 30
CPU2_RABR31     0xF884FC84          CPUx Redirected Address Base Register 31
CPU2_OTAR31     0xF884FC88          CPUx Overlay Target Address Register 31
CPU2_OMASK31    0xF884FC8C          CPUx Overlay Mask Register 31
CSFR_BASE_2     0xF8850000          Core Special Function Registers base (CPU2)
CPU2_SEGEN      0xF8851030          CPUx SRI Error Generation Register
CPU2_TASK_ASI   0xF8858004          CPUx Task Address Space Identifier Register
CPU2_PMA0       0xF8858100          CPUx Data Access CacheabilityRegister
CPU2_PMA1       0xF8858104          CPUx Code Access CacheabilityRegister
CPU2_PMA2       0xF8858108          CPUx Peripheral Space Identifier register
CPU2_DCON2      0xF8859000          CPUx Data Control Register 2
CPU2_SMACON     0xF885900C          CPUx SIST Mode Access Control Register
CPU2_DSTR       0xF8859010          CPUx Data Synchronous Trap Register
CPU2_DATR       0xF8859018          CPUx Data Asynchronous Trap Register
CPU2_DEADD      0xF885901C          CPUx Data Error Address Register
CPU2_DIEAR      0xF8859020          CPUx Data Integrity Error Address Register
CPU2_DIETR      0xF8859024          CPUx Data Integrity Error Trap Register
CPU2_DCON0      0xF8859040          CPUx Data Memory Control Register
CPU2_PSTR       0xF8859200          CPUx Program Synchronous Trap Register
CPU2_PCON1      0xF8859204          CPUx Program Control 1
CPU2_PCON2      0xF8859208          CPUx Program Control 2
CPU2_PCON0      0xF885920C          CPUx Program Control 0
CPU2_PIEAR      0xF8859210          CPUx Program Integrity Error Address Register
CPU2_PIETR      0xF8859214          CPUx Program Integrity Error Trap Register
CPU2_COMPAT     0xF8859400          CPUx Compatibility Control Register
CPU2_FPU_TRAP_CON 0xF885A000          CPUx Trap Control Register
CPU2_FPU_TRAP_PC 0xF885A004          CPUx Trapping Instruction Program Counter Register
CPU2_FPU_TRAP_OPC 0xF885A008          CPUx Trapping Instruction Opcode Register
CPU2_FPU_TRAP_SRC1 0xF885A010          CPUx Trapping Instruction Operand Register
CPU2_FPU_TRAP_SRC2 0xF885A014          CPUx Trapping Instruction Operand Register
CPU2_FPU_TRAP_SRC3 0xF885A018          CPUx Trapping Instruction Operand Register
CPU2_DPR0_L     0xF885C000          CPUx Data Protection Range 0, Lower Bound Register
CPU2_DPR0_U     0xF885C004          CPUx Data Protection Range 0, Upper Bound Register
CPU2_DPR1_L     0xF885C008          CPUx Data Protection Range 1, Lower Bound Register
CPU2_DPR1_U     0xF885C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU2_DPR2_L     0xF885C010          CPUx Data Protection Range 2, Lower Bound Register
CPU2_DPR2_U     0xF885C014          CPUx Data Protection Range 2, Upper Bound Register
CPU2_DPR3_L     0xF885C018          CPUx Data Protection Range 3, Lower Bound Register
CPU2_DPR3_U     0xF885C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU2_DPR4_L     0xF885C020          CPUx Data Protection Range 4, Lower Bound Register
CPU2_DPR4_U     0xF885C024          CPUx Data Protection Range 4, Upper Bound Register
CPU2_DPR5_L     0xF885C028          CPUx Data Protection Range 5, Lower Bound Register
CPU2_DPR5_U     0xF885C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU2_DPR6_L     0xF885C030          CPUx Data Protection Range 6, Lower Bound Register
CPU2_DPR6_U     0xF885C034          CPUx Data Protection Range 6, Upper Bound Register
CPU2_DPR7_L     0xF885C038          CPUx Data Protection Range 7, Lower Bound Register
CPU2_DPR7_U     0xF885C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU2_DPR8_L     0xF885C040          CPUx Data Protection Range 8, Lower Bound Register
CPU2_DPR8_U     0xF885C044          CPUx Data Protection Range 8, Upper Bound Register
CPU2_DPR9_L     0xF885C048          CPUx Data Protection Range 9, Lower Bound Register
CPU2_DPR9_U     0xF885C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU2_DPR10_L    0xF885C050          CPUx Data Protection Range 10, Lower Bound Register
CPU2_DPR10_U    0xF885C054          CPUx Data Protection Range 10, Upper Bound Register
CPU2_DPR11_L    0xF885C058          CPUx Data Protection Range 11, Lower Bound Register
CPU2_DPR11_U    0xF885C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU2_DPR12_L    0xF885C060          CPUx Data Protection Range 12, Lower Bound Register
CPU2_DPR12_U    0xF885C064          CPUx Data Protection Range 12, Upper Bound Register
CPU2_DPR13_L    0xF885C068          CPUx Data Protection Range 13, Lower Bound Register
CPU2_DPR13_U    0xF885C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU2_DPR14_L    0xF885C070          CPUx Data Protection Range 14, Lower Bound Register
CPU2_DPR14_U    0xF885C074          CPUx Data Protection Range 14, Upper Bound Register
CPU2_DPR15_L    0xF885C078          CPUx Data Protection Range 15, Lower Bound Register
CPU2_DPR15_U    0xF885C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU2_DPR16_L    0xF885C080          CPUx Data Protection Range 16, Lower Bound Register
CPU2_DPR16_U    0xF885C084          CPUx Data Protection Range 16, Upper Bound Register
CPU2_DPR17_L    0xF885C088          CPUx Data Protection Range 17, Lower Bound Register
CPU2_DPR17_U    0xF885C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU2_CPR0_L     0xF885D000          CPUx Code Protection Range 0 Lower Bound Register
CPU2_CPR0_U     0xF885D004          CPUx Code Protection Range 0 Upper Bound Register
CPU2_CPR1_L     0xF885D008          CPUx Code Protection Range 1 Lower Bound Register
CPU2_CPR1_U     0xF885D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU2_CPR2_L     0xF885D010          CPUx Code Protection Range 2 Lower Bound Register
CPU2_CPR2_U     0xF885D014          CPUx Code Protection Range 2 Upper Bound Register
CPU2_CPR3_L     0xF885D018          CPUx Code Protection Range 3 Lower Bound Register
CPU2_CPR3_U     0xF885D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU2_CPR4_L     0xF885D020          CPUx Code Protection Range 4 Lower Bound Register
CPU2_CPR4_U     0xF885D024          CPUx Code Protection Range 4 Upper Bound Register
CPU2_CPR5_L     0xF885D028          CPUx Code Protection Range 5 Lower Bound Register
CPU2_CPR5_U     0xF885D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU2_CPR6_L     0xF885D030          CPUx Code Protection Range 6 Lower Bound Register
CPU2_CPR6_U     0xF885D034          CPUx Code Protection Range 6 Upper Bound Register
CPU2_CPR7_L     0xF885D038          CPUx Code Protection Range 7 Lower Bound Register
CPU2_CPR7_U     0xF885D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU2_CPR8_L     0xF885D040          CPUx Code Protection Range 8 Lower Bound Register
CPU2_CPR8_U     0xF885D044          CPUx Code Protection Range 8 Upper Bound Register
CPU2_CPR9_L     0xF885D048          CPUx Code Protection Range 9 Lower Bound Register
CPU2_CPR9_U     0xF885D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU2_CPXE_0     0xF885E000          CPUx Code Protection Execute Enable Register Set 0
CPU2_CPXE_1     0xF885E004          CPUx Code Protection Execute Enable Register Set 1
CPU2_CPXE_2     0xF885E008          CPUx Code Protection Execute Enable Register Set 2
CPU2_CPXE_3     0xF885E00C          CPUx Code Protection Execute Enable Register Set 3
CPU2_DPRE_0     0xF885E010          CPUx Data Protection Read Enable Register Set 0
CPU2_DPRE_1     0xF885E014          CPUx Data Protection Read Enable Register Set 1
CPU2_DPRE_2     0xF885E018          CPUx Data Protection Read Enable Register Set 2
CPU2_DPRE_3     0xF885E01C          CPUx Data Protection Read Enable Register Set 3
CPU2_DPWE_0     0xF885E020          CPUx Data Protection Write Enable Register Set 0
CPU2_DPWE_1     0xF885E024          CPUx Data Protection Write Enable Register Set 1
CPU2_DPWE_2     0xF885E028          CPUx Data Protection Write Enable Register Set 2
CPU2_DPWE_3     0xF885E02C          CPUx Data Protection Write Enable Register Set 3
CPU2_CPXE_4     0xF885E040          CPUx Code Protection Execute Enable Register Set 4
CPU2_CPXE_5     0xF885E044          CPUx Code Protection Execute Enable Register Set 5
CPU2_DPRE_4     0xF885E050          CPUx Data Protection Read Enable Register Set 4
CPU2_DPRE_5     0xF885E054          CPUx Data Protection Read Enable Register Set 5
CPU2_DPWE_4     0xF885E060          CPUx Data Protection Write Enable Register Set 4
CPU2_DPWE_5     0xF885E064          CPUx Data Protection Write Enable Register Set 5
CPU2_TPS_CON    0xF885E400          CPUx Temporal Protection System Control Register
CPU2_TPS_TIMER0 0xF885E404          CPUx Temporal Protection System Timer Register 0
CPU2_TPS_TIMER1 0xF885E408          CPUx Temporal Protection System Timer Register 1
CPU2_TPS_TIMER2 0xF885E40C          CPUx Temporal Protection System Timer Register 2
CPU2_TPS_EXTIM_ENTRY_LVAL 0xF885E440          CPUx Exception Entry Timer Load Value
CPU2_TPS_EXTIM_ENTRY_CVAL 0xF885E444          CPUx Exception Entry Timer Current Value
CPU2_TPS_EXTIM_EXIT_LVAL 0xF885E448          CPUx Exception Exit Timer Load Value
CPU2_TPS_EXTIM_EXIT_CVAL 0xF885E44C          CPUx Exception Exit Timer Current Value
CPU2_TPS_EXTIM_CLASS_EN 0xF885E450          CPUx Exception Timer Class Enable Register
CPU2_TPS_EXTIM_STAT 0xF885E454          CPUx Exception Timer Status Register
CPU2_TPS_EXTIM_FCX 0xF885E458          CPUx Exception Timer FCX Register
CPU2_TR0EVT     0xF885F000          CPUx Trigger Event 0
CPU2_TR0ADR     0xF885F004          CPUx Trigger Address 0
CPU2_TR1EVT     0xF885F008          CPUx Trigger Event 1
CPU2_TR1ADR     0xF885F00C          CPUx Trigger Address 1
CPU2_TR2EVT     0xF885F010          CPUx Trigger Event 2
CPU2_TR2ADR     0xF885F014          CPUx Trigger Address 2
CPU2_TR3EVT     0xF885F018          CPUx Trigger Event 3
CPU2_TR3ADR     0xF885F01C          CPUx Trigger Address 3
CPU2_TR4EVT     0xF885F020          CPUx Trigger Event 4
CPU2_TR4ADR     0xF885F024          CPUx Trigger Address 4
CPU2_TR5EVT     0xF885F028          CPUx Trigger Event 5
CPU2_TR5ADR     0xF885F02C          CPUx Trigger Address 5
CPU2_TR6EVT     0xF885F030          CPUx Trigger Event 6
CPU2_TR6ADR     0xF885F034          CPUx Trigger Address 6
CPU2_TR7EVT     0xF885F038          CPUx Trigger Event 7
CPU2_TR7ADR     0xF885F03C          CPUx Trigger Address 7
CPU2_CCTRL      0xF885FC00          CPUx Counter Control
CPU2_CCNT       0xF885FC04          CPUx CPU Clock Cycle Count
CPU2_ICNT       0xF885FC08          CPUx Instruction Count
CPU2_M1CNT      0xF885FC0C          CPUx Multi-Count Register 1
CPU2_M2CNT      0xF885FC10          CPUx Multi-Count Register 2
CPU2_M3CNT      0xF885FC14          CPUx Multi-Count Register 3
CPU2_DBGSR      0xF885FD00          CPUx Debug Status Register
CPU2_EXEVT      0xF885FD08          CPUx External Event Register
CPU2_CREVT      0xF885FD0C          CPUx Core Register Access Event
CPU2_SWEVT      0xF885FD10          CPUx Software Debug Event
CPU2_TRIG_ACC   0xF885FD30          CPUx TriggerAddressx
CPU2_DMS        0xF885FD40          CPUx Debug Monitor Start Address
CPU2_DCX        0xF885FD44          CPUx Debug Context Save Area Pointer
CPU2_DBGTCR     0xF885FD48          CPUx Debug Trap Control Register
CPU2_PCXI       0xF885FE00          CPUx Previous Context Information Register
CPU2_PSW        0xF885FE04          CPUx Program Status Word
CPU2_PC         0xF885FE08          CPUx Program Counter
CPU2_SYSCON     0xF885FE14          CPUx System Configuration Register
CPU2_CPU_ID     0xF885FE18          CPUx Identification Register TC1.6.2P
CPU2_CORE_ID    0xF885FE1C          CPUx Core Identification Register
CPU2_BIV        0xF885FE20          CPUx Base Interrupt Vector Table Pointer
CPU2_BTV        0xF885FE24          CPUx Base Trap Vector Table Pointer
CPU2_ISP        0xF885FE28          CPUx Interrupt Stack Pointer
CPU2_ICR        0xF885FE2C          CPUx Interrupt Control Register
CPU2_FCX        0xF885FE38          CPUx Free CSA List Head Pointer
CPU2_LCX        0xF885FE3C          CPUx Free CSA List Limit Pointer
CPU2_CUS_ID     0xF885FE50          CPUx Customer ID register
CPU2_D0         0xF885FF00          Data Register 0
CPU2_D1         0xF885FF04          Data Register 1
CPU2_D2         0xF885FF08          Data Register 2
CPU2_D3         0xF885FF0C          Data Register 3
CPU2_D4         0xF885FF10          Data Register 4
CPU2_D5         0xF885FF14          Data Register 5
CPU2_D6         0xF885FF18          Data Register 6
CPU2_D7         0xF885FF1C          Data Register 7
CPU2_D8         0xF885FF20          Data Register 8
CPU2_D9         0xF885FF24          Data Register 9
CPU2_D10        0xF885FF28          Data Register 10
CPU2_D11        0xF885FF2C          Data Register 11
CPU2_D12        0xF885FF30          Data Register 12
CPU2_D13        0xF885FF34          Data Register 13
CPU2_D14        0xF885FF38          Data Register 14
CPU2_D15        0xF885FF3C          Data Register 15
CPU2_A0         0xF885FF80          Address Register 0
CPU2_A1         0xF885FF84          Address Register 1
CPU2_A2         0xF885FF88          Address Register 2
CPU2_A3         0xF885FF8C          Address Register 3
CPU2_A4         0xF885FF90          Address Register 4
CPU2_A5         0xF885FF94          Address Register 5
CPU2_A6         0xF885FF98          Address Register 6
CPU2_A7         0xF885FF9C          Address Register 7
CPU2_A8         0xF885FFA0          Address Register 8
CPU2_A9         0xF885FFA4          Address Register 9
CPU2_A10        0xF885FFA8          Address Register 10
CPU2_A11        0xF885FFAC          Address Register 11
CPU2_A12        0xF885FFB0          Address Register 12
CPU2_A13        0xF885FFB4          Address Register 13
CPU2_A14        0xF885FFB8          Address Register 14
CPU2_A15        0xF885FFBC          Address Register 15
CPU3_FLASHCON0  0xF8861100          CPUx Flash Configuration Register 0
CPU3_FLASHCON1  0xF8861104          CPUx Flash Configuration Register 1
CPU3_FLASHCON2  0xF8861108          CPUx Flash Configuration Register 2
CPU3_FLASHCON3  0xF886110C          CPUx Flash Configuration Register 3
CPU3_FLASHCON4  0xF8861110          CPUx Flash Configuration Register 4
CPU3_KRST0      0xF886D000          CPUx Reset Register 0
CPU3_KRST1      0xF886D004          CPUx Reset Register 1
CPU3_KRSTCLR    0xF886D008          CPUx Reset Clear Register
CPU3_SPR_SPROT_RGNLA0 0xF886E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU3_SPR_SPROT_RGNUA0 0xF886E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU3_SPR_SPROT_RGNACCENA0_W 0xF886E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU3_SPR_SPROT_RGNACCENB0_W 0xF886E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU3_SPR_SPROT_RGNLA1 0xF886E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU3_SPR_SPROT_RGNUA1 0xF886E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU3_SPR_SPROT_RGNACCENA1_W 0xF886E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU3_SPR_SPROT_RGNACCENB1_W 0xF886E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU3_SPR_SPROT_RGNLA2 0xF886E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU3_SPR_SPROT_RGNUA2 0xF886E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU3_SPR_SPROT_RGNACCENA2_W 0xF886E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU3_SPR_SPROT_RGNACCENB2_W 0xF886E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU3_SPR_SPROT_RGNLA3 0xF886E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU3_SPR_SPROT_RGNUA3 0xF886E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU3_SPR_SPROT_RGNACCENA3_W 0xF886E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU3_SPR_SPROT_RGNACCENB3_W 0xF886E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU3_SPR_SPROT_RGNLA4 0xF886E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU3_SPR_SPROT_RGNUA4 0xF886E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU3_SPR_SPROT_RGNACCENA4_W 0xF886E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU3_SPR_SPROT_RGNACCENB4_W 0xF886E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU3_SPR_SPROT_RGNLA5 0xF886E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU3_SPR_SPROT_RGNUA5 0xF886E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU3_SPR_SPROT_RGNACCENA5_W 0xF886E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU3_SPR_SPROT_RGNACCENB5_W 0xF886E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU3_SPR_SPROT_RGNLA6 0xF886E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU3_SPR_SPROT_RGNUA6 0xF886E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU3_SPR_SPROT_RGNACCENA6_W 0xF886E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU3_SPR_SPROT_RGNACCENB6_W 0xF886E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU3_SPR_SPROT_RGNLA7 0xF886E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU3_SPR_SPROT_RGNUA7 0xF886E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU3_SPR_SPROT_RGNACCENA7_W 0xF886E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU3_SPR_SPROT_RGNACCENB7_W 0xF886E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU3_SPR_SPROT_RGNACCENA0_R 0xF886E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU3_SPR_SPROT_RGNACCENB0_R 0xF886E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU3_SPR_SPROT_RGNACCENA1_R 0xF886E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU3_SPR_SPROT_RGNACCENB1_R 0xF886E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU3_SPR_SPROT_RGNACCENA2_R 0xF886E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU3_SPR_SPROT_RGNACCENB2_R 0xF886E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU3_SPR_SPROT_RGNACCENA3_R 0xF886E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU3_SPR_SPROT_RGNACCENB3_R 0xF886E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU3_SPR_SPROT_RGNACCENA4_R 0xF886E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU3_SPR_SPROT_RGNACCENB4_R 0xF886E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU3_SPR_SPROT_RGNACCENA5_R 0xF886E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU3_SPR_SPROT_RGNACCENB5_R 0xF886E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU3_SPR_SPROT_RGNACCENA6_R 0xF886E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU3_SPR_SPROT_RGNACCENB6_R 0xF886E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU3_SPR_SPROT_RGNACCENA7_R 0xF886E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU3_SPR_SPROT_RGNACCENB7_R 0xF886E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU3_SFR_SPROT_ACCENA_W 0xF886E100          CPUx Safety Protection Register Access Enable Register A
CPU3_SFR_SPROT_ACCENB_W 0xF886E104          CPUx Safety Protection Region Access Enable Register B
CPU3_LPB_SPROT_ACCENA_R 0xF886E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU3_LPB_SPROT_ACCENB_R 0xF886E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU3_DLMU_SPROT_RGNLA0 0xF886E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU3_DLMU_SPROT_RGNUA0 0xF886E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU3_DLMU_SPROT_RGNACCENA0_W 0xF886E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU3_DLMU_SPROT_RGNACCENB0_W 0xF886E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU3_DLMU_SPROT_RGNLA1 0xF886E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU3_DLMU_SPROT_RGNUA1 0xF886E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU3_DLMU_SPROT_RGNACCENA1_W 0xF886E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU3_DLMU_SPROT_RGNACCENB1_W 0xF886E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU3_DLMU_SPROT_RGNLA2 0xF886E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU3_DLMU_SPROT_RGNUA2 0xF886E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU3_DLMU_SPROT_RGNACCENA2_W 0xF886E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU3_DLMU_SPROT_RGNACCENB2_W 0xF886E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU3_DLMU_SPROT_RGNLA3 0xF886E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU3_DLMU_SPROT_RGNUA3 0xF886E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU3_DLMU_SPROT_RGNACCENA3_W 0xF886E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU3_DLMU_SPROT_RGNACCENB3_W 0xF886E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU3_DLMU_SPROT_RGNLA4 0xF886E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU3_DLMU_SPROT_RGNUA4 0xF886E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU3_DLMU_SPROT_RGNACCENA4_W 0xF886E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU3_DLMU_SPROT_RGNACCENB4_W 0xF886E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU3_DLMU_SPROT_RGNLA5 0xF886E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU3_DLMU_SPROT_RGNUA5 0xF886E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU3_DLMU_SPROT_RGNACCENA5_W 0xF886E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU3_DLMU_SPROT_RGNACCENB5_W 0xF886E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU3_DLMU_SPROT_RGNLA6 0xF886E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU3_DLMU_SPROT_RGNUA6 0xF886E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU3_DLMU_SPROT_RGNACCENA6_W 0xF886E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU3_DLMU_SPROT_RGNACCENB6_W 0xF886E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU3_DLMU_SPROT_RGNLA7 0xF886E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU3_DLMU_SPROT_RGNUA7 0xF886E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU3_DLMU_SPROT_RGNACCENA7_W 0xF886E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU3_DLMU_SPROT_RGNACCENB7_W 0xF886E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU3_DLMU_SPROT_RGNACCENA0_R 0xF886E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU3_DLMU_SPROT_RGNACCENB0_R 0xF886E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU3_DLMU_SPROT_RGNACCENA1_R 0xF886E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU3_DLMU_SPROT_RGNACCENB1_R 0xF886E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU3_DLMU_SPROT_RGNACCENA2_R 0xF886E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU3_DLMU_SPROT_RGNACCENB2_R 0xF886E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU3_DLMU_SPROT_RGNACCENA3_R 0xF886E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU3_DLMU_SPROT_RGNACCENB3_R 0xF886E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU3_DLMU_SPROT_RGNACCENA4_R 0xF886E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU3_DLMU_SPROT_RGNACCENB4_R 0xF886E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU3_DLMU_SPROT_RGNACCENA5_R 0xF886E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU3_DLMU_SPROT_RGNACCENB5_R 0xF886E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU3_DLMU_SPROT_RGNACCENA6_R 0xF886E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU3_DLMU_SPROT_RGNACCENB6_R 0xF886E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU3_DLMU_SPROT_RGNACCENA7_R 0xF886E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU3_DLMU_SPROT_RGNACCENB7_R 0xF886E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU3_OSEL       0xF886FB00          CPUx Overlay Range Select Register
CPU3_RABR0      0xF886FB10          CPUx Redirected Address Base Register 0
CPU3_OTAR0      0xF886FB14          CPUx Overlay Target Address Register 0
CPU3_OMASK0     0xF886FB18          CPUx Overlay Mask Register 0
CPU3_RABR1      0xF886FB1C          CPUx Redirected Address Base Register 1
CPU3_OTAR1      0xF886FB20          CPUx Overlay Target Address Register 1
CPU3_OMASK1     0xF886FB24          CPUx Overlay Mask Register 1
CPU3_RABR2      0xF886FB28          CPUx Redirected Address Base Register 2
CPU3_OTAR2      0xF886FB2C          CPUx Overlay Target Address Register 2
CPU3_OMASK2     0xF886FB30          CPUx Overlay Mask Register 2
CPU3_RABR3      0xF886FB34          CPUx Redirected Address Base Register 3
CPU3_OTAR3      0xF886FB38          CPUx Overlay Target Address Register 3
CPU3_OMASK3     0xF886FB3C          CPUx Overlay Mask Register 3
CPU3_RABR4      0xF886FB40          CPUx Redirected Address Base Register 4
CPU3_OTAR4      0xF886FB44          CPUx Overlay Target Address Register 4
CPU3_OMASK4     0xF886FB48          CPUx Overlay Mask Register 4
CPU3_RABR5      0xF886FB4C          CPUx Redirected Address Base Register 5
CPU3_OTAR5      0xF886FB50          CPUx Overlay Target Address Register 5
CPU3_OMASK5     0xF886FB54          CPUx Overlay Mask Register 5
CPU3_RABR6      0xF886FB58          CPUx Redirected Address Base Register 6
CPU3_OTAR6      0xF886FB5C          CPUx Overlay Target Address Register 6
CPU3_OMASK6     0xF886FB60          CPUx Overlay Mask Register 6
CPU3_RABR7      0xF886FB64          CPUx Redirected Address Base Register 7
CPU3_OTAR7      0xF886FB68          CPUx Overlay Target Address Register 7
CPU3_OMASK7     0xF886FB6C          CPUx Overlay Mask Register 7
CPU3_RABR8      0xF886FB70          CPUx Redirected Address Base Register 8
CPU3_OTAR8      0xF886FB74          CPUx Overlay Target Address Register 8
CPU3_OMASK8     0xF886FB78          CPUx Overlay Mask Register 8
CPU3_RABR9      0xF886FB7C          CPUx Redirected Address Base Register 9
CPU3_OTAR9      0xF886FB80          CPUx Overlay Target Address Register 9
CPU3_OMASK9     0xF886FB84          CPUx Overlay Mask Register 9
CPU3_RABR10     0xF886FB88          CPUx Redirected Address Base Register 10
CPU3_OTAR10     0xF886FB8C          CPUx Overlay Target Address Register 10
CPU3_OMASK10    0xF886FB90          CPUx Overlay Mask Register 10
CPU3_RABR11     0xF886FB94          CPUx Redirected Address Base Register 11
CPU3_OTAR11     0xF886FB98          CPUx Overlay Target Address Register 11
CPU3_OMASK11    0xF886FB9C          CPUx Overlay Mask Register 11
CPU3_RABR12     0xF886FBA0          CPUx Redirected Address Base Register 12
CPU3_OTAR12     0xF886FBA4          CPUx Overlay Target Address Register 12
CPU3_OMASK12    0xF886FBA8          CPUx Overlay Mask Register 12
CPU3_RABR13     0xF886FBAC          CPUx Redirected Address Base Register 13
CPU3_OTAR13     0xF886FBB0          CPUx Overlay Target Address Register 13
CPU3_OMASK13    0xF886FBB4          CPUx Overlay Mask Register 13
CPU3_RABR14     0xF886FBB8          CPUx Redirected Address Base Register 14
CPU3_OTAR14     0xF886FBBC          CPUx Overlay Target Address Register 14
CPU3_OMASK14    0xF886FBC0          CPUx Overlay Mask Register 14
CPU3_RABR15     0xF886FBC4          CPUx Redirected Address Base Register 15
CPU3_OTAR15     0xF886FBC8          CPUx Overlay Target Address Register 15
CPU3_OMASK15    0xF886FBCC          CPUx Overlay Mask Register 15
CPU3_RABR16     0xF886FBD0          CPUx Redirected Address Base Register 16
CPU3_OTAR16     0xF886FBD4          CPUx Overlay Target Address Register 16
CPU3_OMASK16    0xF886FBD8          CPUx Overlay Mask Register 16
CPU3_RABR17     0xF886FBDC          CPUx Redirected Address Base Register 17
CPU3_OTAR17     0xF886FBE0          CPUx Overlay Target Address Register 17
CPU3_OMASK17    0xF886FBE4          CPUx Overlay Mask Register 17
CPU3_RABR18     0xF886FBE8          CPUx Redirected Address Base Register 18
CPU3_OTAR18     0xF886FBEC          CPUx Overlay Target Address Register 18
CPU3_OMASK18    0xF886FBF0          CPUx Overlay Mask Register 18
CPU3_RABR19     0xF886FBF4          CPUx Redirected Address Base Register 19
CPU3_OTAR19     0xF886FBF8          CPUx Overlay Target Address Register 19
CPU3_OMASK19    0xF886FBFC          CPUx Overlay Mask Register 19
CPU3_RABR20     0xF886FC00          CPUx Redirected Address Base Register 20
CPU3_OTAR20     0xF886FC04          CPUx Overlay Target Address Register 20
CPU3_OMASK20    0xF886FC08          CPUx Overlay Mask Register 20
CPU3_RABR21     0xF886FC0C          CPUx Redirected Address Base Register 21
CPU3_OTAR21     0xF886FC10          CPUx Overlay Target Address Register 21
CPU3_OMASK21    0xF886FC14          CPUx Overlay Mask Register 21
CPU3_RABR22     0xF886FC18          CPUx Redirected Address Base Register 22
CPU3_OTAR22     0xF886FC1C          CPUx Overlay Target Address Register 22
CPU3_OMASK22    0xF886FC20          CPUx Overlay Mask Register 22
CPU3_RABR23     0xF886FC24          CPUx Redirected Address Base Register 23
CPU3_OTAR23     0xF886FC28          CPUx Overlay Target Address Register 23
CPU3_OMASK23    0xF886FC2C          CPUx Overlay Mask Register 23
CPU3_RABR24     0xF886FC30          CPUx Redirected Address Base Register 24
CPU3_OTAR24     0xF886FC34          CPUx Overlay Target Address Register 24
CPU3_OMASK24    0xF886FC38          CPUx Overlay Mask Register 24
CPU3_RABR25     0xF886FC3C          CPUx Redirected Address Base Register 25
CPU3_OTAR25     0xF886FC40          CPUx Overlay Target Address Register 25
CPU3_OMASK25    0xF886FC44          CPUx Overlay Mask Register 25
CPU3_RABR26     0xF886FC48          CPUx Redirected Address Base Register 26
CPU3_OTAR26     0xF886FC4C          CPUx Overlay Target Address Register 26
CPU3_OMASK26    0xF886FC50          CPUx Overlay Mask Register 26
CPU3_RABR27     0xF886FC54          CPUx Redirected Address Base Register 27
CPU3_OTAR27     0xF886FC58          CPUx Overlay Target Address Register 27
CPU3_OMASK27    0xF886FC5C          CPUx Overlay Mask Register 27
CPU3_RABR28     0xF886FC60          CPUx Redirected Address Base Register 28
CPU3_OTAR28     0xF886FC64          CPUx Overlay Target Address Register 28
CPU3_OMASK28    0xF886FC68          CPUx Overlay Mask Register 28
CPU3_RABR29     0xF886FC6C          CPUx Redirected Address Base Register 29
CPU3_OTAR29     0xF886FC70          CPUx Overlay Target Address Register 29
CPU3_OMASK29    0xF886FC74          CPUx Overlay Mask Register 29
CPU3_RABR30     0xF886FC78          CPUx Redirected Address Base Register 30
CPU3_OTAR30     0xF886FC7C          CPUx Overlay Target Address Register 30
CPU3_OMASK30    0xF886FC80          CPUx Overlay Mask Register 30
CPU3_RABR31     0xF886FC84          CPUx Redirected Address Base Register 31
CPU3_OTAR31     0xF886FC88          CPUx Overlay Target Address Register 31
CPU3_OMASK31    0xF886FC8C          CPUx Overlay Mask Register 31
CSFR_BASE_3     0xF8870000          Core Special Function Registers base (CPU3)
CPU3_SEGEN      0xF8871030          CPUx SRI Error Generation Register
CPU3_TASK_ASI   0xF8878004          CPUx Task Address Space Identifier Register
CPU3_PMA0       0xF8878100          CPUx Data Access CacheabilityRegister
CPU3_PMA1       0xF8878104          CPUx Code Access CacheabilityRegister
CPU3_PMA2       0xF8878108          CPUx Peripheral Space Identifier register
CPU3_DCON2      0xF8879000          CPUx Data Control Register 2
CPU3_SMACON     0xF887900C          CPUx SIST Mode Access Control Register
CPU3_DSTR       0xF8879010          CPUx Data Synchronous Trap Register
CPU3_DATR       0xF8879018          CPUx Data Asynchronous Trap Register
CPU3_DEADD      0xF887901C          CPUx Data Error Address Register
CPU3_DIEAR      0xF8879020          CPUx Data Integrity Error Address Register
CPU3_DIETR      0xF8879024          CPUx Data Integrity Error Trap Register
CPU3_DCON0      0xF8879040          CPUx Data Memory Control Register
CPU3_PSTR       0xF8879200          CPUx Program Synchronous Trap Register
CPU3_PCON1      0xF8879204          CPUx Program Control 1
CPU3_PCON2      0xF8879208          CPUx Program Control 2
CPU3_PCON0      0xF887920C          CPUx Program Control 0
CPU3_PIEAR      0xF8879210          CPUx Program Integrity Error Address Register
CPU3_PIETR      0xF8879214          CPUx Program Integrity Error Trap Register
CPU3_COMPAT     0xF8879400          CPUx Compatibility Control Register
CPU3_FPU_TRAP_CON 0xF887A000          CPUx Trap Control Register
CPU3_FPU_TRAP_PC 0xF887A004          CPUx Trapping Instruction Program Counter Register
CPU3_FPU_TRAP_OPC 0xF887A008          CPUx Trapping Instruction Opcode Register
CPU3_FPU_TRAP_SRC1 0xF887A010          CPUx Trapping Instruction Operand Register
CPU3_FPU_TRAP_SRC2 0xF887A014          CPUx Trapping Instruction Operand Register
CPU3_FPU_TRAP_SRC3 0xF887A018          CPUx Trapping Instruction Operand Register
CPU3_DPR0_L     0xF887C000          CPUx Data Protection Range 0, Lower Bound Register
CPU3_DPR0_U     0xF887C004          CPUx Data Protection Range 0, Upper Bound Register
CPU3_DPR1_L     0xF887C008          CPUx Data Protection Range 1, Lower Bound Register
CPU3_DPR1_U     0xF887C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU3_DPR2_L     0xF887C010          CPUx Data Protection Range 2, Lower Bound Register
CPU3_DPR2_U     0xF887C014          CPUx Data Protection Range 2, Upper Bound Register
CPU3_DPR3_L     0xF887C018          CPUx Data Protection Range 3, Lower Bound Register
CPU3_DPR3_U     0xF887C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU3_DPR4_L     0xF887C020          CPUx Data Protection Range 4, Lower Bound Register
CPU3_DPR4_U     0xF887C024          CPUx Data Protection Range 4, Upper Bound Register
CPU3_DPR5_L     0xF887C028          CPUx Data Protection Range 5, Lower Bound Register
CPU3_DPR5_U     0xF887C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU3_DPR6_L     0xF887C030          CPUx Data Protection Range 6, Lower Bound Register
CPU3_DPR6_U     0xF887C034          CPUx Data Protection Range 6, Upper Bound Register
CPU3_DPR7_L     0xF887C038          CPUx Data Protection Range 7, Lower Bound Register
CPU3_DPR7_U     0xF887C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU3_DPR8_L     0xF887C040          CPUx Data Protection Range 8, Lower Bound Register
CPU3_DPR8_U     0xF887C044          CPUx Data Protection Range 8, Upper Bound Register
CPU3_DPR9_L     0xF887C048          CPUx Data Protection Range 9, Lower Bound Register
CPU3_DPR9_U     0xF887C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU3_DPR10_L    0xF887C050          CPUx Data Protection Range 10, Lower Bound Register
CPU3_DPR10_U    0xF887C054          CPUx Data Protection Range 10, Upper Bound Register
CPU3_DPR11_L    0xF887C058          CPUx Data Protection Range 11, Lower Bound Register
CPU3_DPR11_U    0xF887C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU3_DPR12_L    0xF887C060          CPUx Data Protection Range 12, Lower Bound Register
CPU3_DPR12_U    0xF887C064          CPUx Data Protection Range 12, Upper Bound Register
CPU3_DPR13_L    0xF887C068          CPUx Data Protection Range 13, Lower Bound Register
CPU3_DPR13_U    0xF887C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU3_DPR14_L    0xF887C070          CPUx Data Protection Range 14, Lower Bound Register
CPU3_DPR14_U    0xF887C074          CPUx Data Protection Range 14, Upper Bound Register
CPU3_DPR15_L    0xF887C078          CPUx Data Protection Range 15, Lower Bound Register
CPU3_DPR15_U    0xF887C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU3_DPR16_L    0xF887C080          CPUx Data Protection Range 16, Lower Bound Register
CPU3_DPR16_U    0xF887C084          CPUx Data Protection Range 16, Upper Bound Register
CPU3_DPR17_L    0xF887C088          CPUx Data Protection Range 17, Lower Bound Register
CPU3_DPR17_U    0xF887C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU3_CPR0_L     0xF887D000          CPUx Code Protection Range 0 Lower Bound Register
CPU3_CPR0_U     0xF887D004          CPUx Code Protection Range 0 Upper Bound Register
CPU3_CPR1_L     0xF887D008          CPUx Code Protection Range 1 Lower Bound Register
CPU3_CPR1_U     0xF887D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU3_CPR2_L     0xF887D010          CPUx Code Protection Range 2 Lower Bound Register
CPU3_CPR2_U     0xF887D014          CPUx Code Protection Range 2 Upper Bound Register
CPU3_CPR3_L     0xF887D018          CPUx Code Protection Range 3 Lower Bound Register
CPU3_CPR3_U     0xF887D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU3_CPR4_L     0xF887D020          CPUx Code Protection Range 4 Lower Bound Register
CPU3_CPR4_U     0xF887D024          CPUx Code Protection Range 4 Upper Bound Register
CPU3_CPR5_L     0xF887D028          CPUx Code Protection Range 5 Lower Bound Register
CPU3_CPR5_U     0xF887D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU3_CPR6_L     0xF887D030          CPUx Code Protection Range 6 Lower Bound Register
CPU3_CPR6_U     0xF887D034          CPUx Code Protection Range 6 Upper Bound Register
CPU3_CPR7_L     0xF887D038          CPUx Code Protection Range 7 Lower Bound Register
CPU3_CPR7_U     0xF887D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU3_CPR8_L     0xF887D040          CPUx Code Protection Range 8 Lower Bound Register
CPU3_CPR8_U     0xF887D044          CPUx Code Protection Range 8 Upper Bound Register
CPU3_CPR9_L     0xF887D048          CPUx Code Protection Range 9 Lower Bound Register
CPU3_CPR9_U     0xF887D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU3_CPXE_0     0xF887E000          CPUx Code Protection Execute Enable Register Set 0
CPU3_CPXE_1     0xF887E004          CPUx Code Protection Execute Enable Register Set 1
CPU3_CPXE_2     0xF887E008          CPUx Code Protection Execute Enable Register Set 2
CPU3_CPXE_3     0xF887E00C          CPUx Code Protection Execute Enable Register Set 3
CPU3_DPRE_0     0xF887E010          CPUx Data Protection Read Enable Register Set 0
CPU3_DPRE_1     0xF887E014          CPUx Data Protection Read Enable Register Set 1
CPU3_DPRE_2     0xF887E018          CPUx Data Protection Read Enable Register Set 2
CPU3_DPRE_3     0xF887E01C          CPUx Data Protection Read Enable Register Set 3
CPU3_DPWE_0     0xF887E020          CPUx Data Protection Write Enable Register Set 0
CPU3_DPWE_1     0xF887E024          CPUx Data Protection Write Enable Register Set 1
CPU3_DPWE_2     0xF887E028          CPUx Data Protection Write Enable Register Set 2
CPU3_DPWE_3     0xF887E02C          CPUx Data Protection Write Enable Register Set 3
CPU3_CPXE_4     0xF887E040          CPUx Code Protection Execute Enable Register Set 4
CPU3_CPXE_5     0xF887E044          CPUx Code Protection Execute Enable Register Set 5
CPU3_DPRE_4     0xF887E050          CPUx Data Protection Read Enable Register Set 4
CPU3_DPRE_5     0xF887E054          CPUx Data Protection Read Enable Register Set 5
CPU3_DPWE_4     0xF887E060          CPUx Data Protection Write Enable Register Set 4
CPU3_DPWE_5     0xF887E064          CPUx Data Protection Write Enable Register Set 5
CPU3_TPS_CON    0xF887E400          CPUx Temporal Protection System Control Register
CPU3_TPS_TIMER0 0xF887E404          CPUx Temporal Protection System Timer Register 0
CPU3_TPS_TIMER1 0xF887E408          CPUx Temporal Protection System Timer Register 1
CPU3_TPS_TIMER2 0xF887E40C          CPUx Temporal Protection System Timer Register 2
CPU3_TPS_EXTIM_ENTRY_LVAL 0xF887E440          CPUx Exception Entry Timer Load Value
CPU3_TPS_EXTIM_ENTRY_CVAL 0xF887E444          CPUx Exception Entry Timer Current Value
CPU3_TPS_EXTIM_EXIT_LVAL 0xF887E448          CPUx Exception Exit Timer Load Value
CPU3_TPS_EXTIM_EXIT_CVAL 0xF887E44C          CPUx Exception Exit Timer Current Value
CPU3_TPS_EXTIM_CLASS_EN 0xF887E450          CPUx Exception Timer Class Enable Register
CPU3_TPS_EXTIM_STAT 0xF887E454          CPUx Exception Timer Status Register
CPU3_TPS_EXTIM_FCX 0xF887E458          CPUx Exception Timer FCX Register
CPU3_TR0EVT     0xF887F000          CPUx Trigger Event 0
CPU3_TR0ADR     0xF887F004          CPUx Trigger Address 0
CPU3_TR1EVT     0xF887F008          CPUx Trigger Event 1
CPU3_TR1ADR     0xF887F00C          CPUx Trigger Address 1
CPU3_TR2EVT     0xF887F010          CPUx Trigger Event 2
CPU3_TR2ADR     0xF887F014          CPUx Trigger Address 2
CPU3_TR3EVT     0xF887F018          CPUx Trigger Event 3
CPU3_TR3ADR     0xF887F01C          CPUx Trigger Address 3
CPU3_TR4EVT     0xF887F020          CPUx Trigger Event 4
CPU3_TR4ADR     0xF887F024          CPUx Trigger Address 4
CPU3_TR5EVT     0xF887F028          CPUx Trigger Event 5
CPU3_TR5ADR     0xF887F02C          CPUx Trigger Address 5
CPU3_TR6EVT     0xF887F030          CPUx Trigger Event 6
CPU3_TR6ADR     0xF887F034          CPUx Trigger Address 6
CPU3_TR7EVT     0xF887F038          CPUx Trigger Event 7
CPU3_TR7ADR     0xF887F03C          CPUx Trigger Address 7
CPU3_CCTRL      0xF887FC00          CPUx Counter Control
CPU3_CCNT       0xF887FC04          CPUx CPU Clock Cycle Count
CPU3_ICNT       0xF887FC08          CPUx Instruction Count
CPU3_M1CNT      0xF887FC0C          CPUx Multi-Count Register 1
CPU3_M2CNT      0xF887FC10          CPUx Multi-Count Register 2
CPU3_M3CNT      0xF887FC14          CPUx Multi-Count Register 3
CPU3_DBGSR      0xF887FD00          CPUx Debug Status Register
CPU3_EXEVT      0xF887FD08          CPUx External Event Register
CPU3_CREVT      0xF887FD0C          CPUx Core Register Access Event
CPU3_SWEVT      0xF887FD10          CPUx Software Debug Event
CPU3_TRIG_ACC   0xF887FD30          CPUx TriggerAddressx
CPU3_DMS        0xF887FD40          CPUx Debug Monitor Start Address
CPU3_DCX        0xF887FD44          CPUx Debug Context Save Area Pointer
CPU3_DBGTCR     0xF887FD48          CPUx Debug Trap Control Register
CPU3_PCXI       0xF887FE00          CPUx Previous Context Information Register
CPU3_PSW        0xF887FE04          CPUx Program Status Word
CPU3_PC         0xF887FE08          CPUx Program Counter
CPU3_SYSCON     0xF887FE14          CPUx System Configuration Register
CPU3_CPU_ID     0xF887FE18          CPUx Identification Register TC1.6.2P
CPU3_CORE_ID    0xF887FE1C          CPUx Core Identification Register
CPU3_BIV        0xF887FE20          CPUx Base Interrupt Vector Table Pointer
CPU3_BTV        0xF887FE24          CPUx Base Trap Vector Table Pointer
CPU3_ISP        0xF887FE28          CPUx Interrupt Stack Pointer
CPU3_ICR        0xF887FE2C          CPUx Interrupt Control Register
CPU3_FCX        0xF887FE38          CPUx Free CSA List Head Pointer
CPU3_LCX        0xF887FE3C          CPUx Free CSA List Limit Pointer
CPU3_CUS_ID     0xF887FE50          CPUx Customer ID register
CPU3_D0         0xF887FF00          Data Register 0
CPU3_D1         0xF887FF04          Data Register 1
CPU3_D2         0xF887FF08          Data Register 2
CPU3_D3         0xF887FF0C          Data Register 3
CPU3_D4         0xF887FF10          Data Register 4
CPU3_D5         0xF887FF14          Data Register 5
CPU3_D6         0xF887FF18          Data Register 6
CPU3_D7         0xF887FF1C          Data Register 7
CPU3_D8         0xF887FF20          Data Register 8
CPU3_D9         0xF887FF24          Data Register 9
CPU3_D10        0xF887FF28          Data Register 10
CPU3_D11        0xF887FF2C          Data Register 11
CPU3_D12        0xF887FF30          Data Register 12
CPU3_D13        0xF887FF34          Data Register 13
CPU3_D14        0xF887FF38          Data Register 14
CPU3_D15        0xF887FF3C          Data Register 15
CPU3_A0         0xF887FF80          Address Register 0
CPU3_A1         0xF887FF84          Address Register 1
CPU3_A2         0xF887FF88          Address Register 2
CPU3_A3         0xF887FF8C          Address Register 3
CPU3_A4         0xF887FF90          Address Register 4
CPU3_A5         0xF887FF94          Address Register 5
CPU3_A6         0xF887FF98          Address Register 6
CPU3_A7         0xF887FF9C          Address Register 7
CPU3_A8         0xF887FFA0          Address Register 8
CPU3_A9         0xF887FFA4          Address Register 9
CPU3_A10        0xF887FFA8          Address Register 10
CPU3_A11        0xF887FFAC          Address Register 11
CPU3_A12        0xF887FFB0          Address Register 12
CPU3_A13        0xF887FFB4          Address Register 13
CPU3_A14        0xF887FFB8          Address Register 14
CPU3_A15        0xF887FFBC          Address Register 15
DOM1_PECON0     0xF88E0000          Protocol Error Control Register 0
DOM1_PRIORITY0  0xF88E0008          SCI0 Arbiter Priority Register
DOM1_ERRADDR0   0xF88E0010          SCI 0 Error Address Capture Register
DOM1_ERR0       0xF88E0018          SCI 0 Error Capture Register
DOM1_PECON1     0xF88E0020          Protocol Error Control Register 1
DOM1_PRIORITY1  0xF88E0028          SCI1 Arbiter Priority Register
DOM1_ERRADDR1   0xF88E0030          SCI 1 Error Address Capture Register
DOM1_ERR1       0xF88E0038          SCI 1 Error Capture Register
DOM1_PECON2     0xF88E0040          Protocol Error Control Register 2
DOM1_PRIORITY2  0xF88E0048          SCI2 Arbiter Priority Register
DOM1_ERRADDR2   0xF88E0050          SCI 2 Error Address Capture Register
DOM1_ERR2       0xF88E0058          SCI 2 Error Capture Register
DOM1_PECON3     0xF88E0060          Protocol Error Control Register 3
DOM1_PRIORITY3  0xF88E0068          SCI3 Arbiter Priority Register
DOM1_ERRADDR3   0xF88E0070          SCI 3 Error Address Capture Register
DOM1_ERR3       0xF88E0078          SCI 3 Error Capture Register
DOM1_PECON4     0xF88E0080          Protocol Error Control Register 4
DOM1_PRIORITY4  0xF88E0088          SCI4 Arbiter Priority Register
DOM1_ERRADDR4   0xF88E0090          SCI 4 Error Address Capture Register
DOM1_ERR4       0xF88E0098          SCI 4 Error Capture Register
DOM1_PECON5     0xF88E00A0          Protocol Error Control Register 5
DOM1_PRIORITY5  0xF88E00A8          SCI5 Arbiter Priority Register
DOM1_ERRADDR5   0xF88E00B0          SCI 5 Error Address Capture Register
DOM1_ERR5       0xF88E00B8          SCI 5 Error Capture Register
DOM1_PECON6     0xF88E00C0          Protocol Error Control Register 6
DOM1_PRIORITY6  0xF88E00C8          SCI6 Arbiter Priority Register
DOM1_ERRADDR6   0xF88E00D0          SCI 6 Error Address Capture Register
DOM1_ERR6       0xF88E00D8          SCI 6 Error Capture Register
DOM1_PECON7     0xF88E00E0          Protocol Error Control Register 7
DOM1_PRIORITY7  0xF88E00E8          SCI7 Arbiter Priority Register
DOM1_ERRADDR7   0xF88E00F0          SCI 7 Error Address Capture Register
DOM1_ERR7       0xF88E00F8          SCI 7 Error Capture Register
DOM1_PECON8     0xF88E0100          Protocol Error Control Register 8
DOM1_PRIORITY8  0xF88E0108          SCI8 Arbiter Priority Register
DOM1_ERRADDR8   0xF88E0110          SCI 8 Error Address Capture Register
DOM1_ERR8       0xF88E0118          SCI 8 Error Capture Register
DOM1_PECON9     0xF88E0120          Protocol Error Control Register 9
DOM1_PRIORITY9  0xF88E0128          SCI9 Arbiter Priority Register
DOM1_ERRADDR9   0xF88E0130          SCI 9 Error Address Capture Register
DOM1_ERR9       0xF88E0138          SCI 9 Error Capture Register
DOM1_PECON10    0xF88E0140          Protocol Error Control Register 10
DOM1_PRIORITY10 0xF88E0148          SCI10 Arbiter Priority Register
DOM1_ERRADDR10  0xF88E0150          SCI 10 Error Address Capture Register
DOM1_ERR10      0xF88E0158          SCI 10 Error Capture Register
DOM1_PECON11    0xF88E0160          Protocol Error Control Register 11
DOM1_PRIORITY11 0xF88E0168          SCI11 Arbiter Priority Register
DOM1_ERRADDR11  0xF88E0170          SCI 11 Error Address Capture Register
DOM1_ERR11      0xF88E0178          SCI 11 Error Capture Register
DOM1_PECON12    0xF88E0180          Protocol Error Control Register 12
DOM1_PRIORITY12 0xF88E0188          SCI12 Arbiter Priority Register
DOM1_ERRADDR12  0xF88E0190          SCI 12 Error Address Capture Register
DOM1_ERR12      0xF88E0198          SCI 12 Error Capture Register
DOM1_PECON13    0xF88E01A0          Protocol Error Control Register 13
DOM1_PRIORITY13 0xF88E01A8          SCI13 Arbiter Priority Register
DOM1_ERRADDR13  0xF88E01B0          SCI 13 Error Address Capture Register
DOM1_ERR13      0xF88E01B8          SCI 13 Error Capture Register
DOM1_PECON14    0xF88E01C0          Protocol Error Control Register 14
DOM1_PRIORITY14 0xF88E01C8          SCI14 Arbiter Priority Register
DOM1_ERRADDR14  0xF88E01D0          SCI 14 Error Address Capture Register
DOM1_ERR14      0xF88E01D8          SCI 14 Error Capture Register
DOM1_PECON15    0xF88E01E0          Protocol Error Control Register 15
DOM1_PRIORITY15 0xF88E01E8          SCI15 Arbiter Priority Register
DOM1_ERRADDR15  0xF88E01F0          SCI 15 Error Address Capture Register
DOM1_ERR15      0xF88E01F8          SCI 15 Error Capture Register
DOM1_ID         0xF88E0408          Identification Register
DOM1_PESTAT     0xF88E0410          Protocol Error Status Register
DOM1_TIDSTAT    0xF88E0418          Transaction ID Status Register
DOM1_TIDEN      0xF88E0420          Transaction ID Enable Register
DOM1_BRCON      0xF88E0430          Domain 1 Bridge Control Register
DOM1_ACCEN0     0xF88E04F0          Access Enable Register 0
DOM1_ACCEN1     0xF88E04F8          Access Enable Register 1
EBCU_ID         0xFA000108          Module Identification Register
EBCU_CON        0xFA000110          BCU Control Register
EBCU_PRIOH      0xFA000114          Arbiter Priority Register High
EBCU_PRIOL      0xFA000118          Arbiter Priority Register Low
EBCU_ECON       0xFA000120          BCU Error Control Capture Register
EBCU_EADD       0xFA000124          BCU Error Address Capture Register
EBCU_EDAT       0xFA000128          BCU Error Data Capture Register
EBCU_DBCNTL     0xFA000130          BCU Debug Control Register
EBCU_DBGRNT     0xFA000134          EBCU Debug Grant Mask Register
EBCU_DBADR1     0xFA000138          BCU Debug Address 1 Register
EBCU_DBADR2     0xFA00013C          BCU Debug Address 2 Register
EBCU_DBBOS      0xFA000140          BCU Debug Bus Operation Signals Register
EBCU_DBGNTT     0xFA000144          EBCU Debug Trapped Master Register
EBCU_DBADRT     0xFA000148          BCU Debug Trapped Address Register
EBCU_DBBOST     0xFA00014C          BCU Debug Trapped Bus Operation Signals Register
EBCU_DBDAT      0xFA000150          BCU Debug Data Status Register
EBCU_ALSTAT0    0xFA000160          BCU EDC Alarm Status Register 0
EBCU_ALSTAT1    0xFA000164          BCU EDC Alarm Status Register 1
EBCU_ALSTAT2    0xFA000168          BCU EDC Alarm Status Register 2
EBCU_ALSTAT3    0xFA00016C          BCU EDC Alarm Status Register 3
EBCU_ALCLR0     0xFA000170          BCU EDC Alarm Clear Register 0
EBCU_ALCLR1     0xFA000174          BCU EDC Alarm Clear Register 1
EBCU_ALCLR2     0xFA000178          BCU EDC Alarm Clear Register 2
EBCU_ALCLR3     0xFA00017C          BCU EDC Alarm Clear Register 3
EBCU_ALCTRL     0xFA000180          BCU EDC Alarm Control Register
EBCU_FEGEN      0xFA000184          FPI Error Generation Control Register
EBCU_ACCEN1     0xFA0001F8          Access Enable Register 1
EBCU_ACCEN0     0xFA0001FC          Access Enable Register 0
AGBT_CLC        0xFA001000          Clock Control Register
AGBT_ID         0xFA001008          Module Identification Register
AGBT_TCR        0xFA001010          Trace Control Register
AGBT_TSR        0xFA001014          Trace Status Register
AGBT_FCTRL      0xFA001018          FIFO Control Register
AGBT_TACU       0xFA00101C          Trace Auto Channel UP
AGBT_FBFLV      0xFA001020          FIFO Block Fill Level
AGBT_IRS        0xFA001024          Interrupt Status Register
AGBT_IRE        0xFA001028          Interrupt enable register
AGBT_PYCR1      0xFA001030          Physical layer Control Register 1
AGBT_PYCR2      0xFA001034          Physical layer Control Register 2
AGBT_PACR1      0xFA001038          PLL analog part, Control Register 1
AGBT_PACR2      0xFA00103C          PLL analog part, Control Register 2
AGBT_PDCR1      0xFA001040          PLL digital part, Control Register 1
AGBT_PDST1      0xFA00104C          PLL digital part, status Register 1
AGBT_DFT1       0xFA001050          Design For Test Register 1
AGBT_DFT2       0xFA001054          Design For Test Register 2
AGBT_DFT3       0xFA001058          Design For Test Register 3
AGBT_DFT4       0xFA00105C          Design For Test Register 4
AGBT_DFT5       0xFA001060          Design For Test Register 5
AGBT_DFT6       0xFA001064          Design For Test Register 6
AGBT_TPAC1      0xFA001068          Test Power analog Control Register 1
AGBT_TPDC1      0xFA00106C          Test PLL digital Control Register 1
AGBT_TPDC2      0xFA001070          Test PLL Digital Control Register 2
AGBT_TPDC3      0xFA001074          Test PLL Digital Control Register3
AGBT_TPDS1      0xFA001078          Test PLL Digital Status Register 1
AGBT_TPDS2      0xFA00107C          Test PLL Digital Status Register 2
AGBT_KRSTCLR    0xFA0010EC          Kernel Reset Status Clear Register
AGBT_KRST1      0xFA0010F0          Kernel Reset Register 1
AGBT_KRST0      0xFA0010F4          Kernel Reset Register 0
AGBT_ACCEN1     0xFA0010F8          Access Enable Register 1
AGBT_ACCEN0     0xFA0010FC          Access Enable Register 0
EMEM_CLC        0xFA006000          EMEM Core Clock Control Register
EMEM_ID         0xFA006008          EMEM Core Module Identification Register
EMEM_TILECONFIG 0xFA006020          EMEM Core Tile Configuration Register
EMEM_TILECC     0xFA006024          EMEM Core Tile Control Common Memory Register
EMEM_TILECT     0xFA006028          EMEM Core Tile Control Trace Memory Register
EMEM_TILESTATE  0xFA00602C          EMEM Core Tile Status Register
EMEM_SBRCTR     0xFA006034          EMEM Core Standby RAM Control Register
EMEM_ACCEN1     0xFA0060F8          EMEM Core Access Enable Register 1
EMEM_ACCEN0     0xFA0060FC          EMEM Core Access Enable Register 0
MCDS_CLC        0xFA010000          Clock Control Register
MCDS_OCS        0xFA010004          OCDS Control and Status
MCDS_ID         0xFA010008          Module Identification Register
MCDS_CT         0xFA010010          MCDS Control Register
MCDS_MUX        0xFA010014          MCDS Signal Source Control
MCDS_SESSIDL    0xFA010018          Session ID Low Register
MCDS_SESSIDH    0xFA01001C          Session ID High Register
MCDS_FIFONOW    0xFA010200          Trace Buffer Write Pointer
MCDS_FIFOBOT    0xFA010204          Trace Buffer Bottom Register
MCDS_FIFOPRE    0xFA010208          Trace Buffer PRE/POST Register
MCDS_FIFOTOP    0xFA01020C          Trace Buffer Top Register
MCDS_FIFOCTL    0xFA010210          Trace Buffer Control Register
MCDS_FIFOWARN0  0xFA010214          Trace Buffer Comparator Register
MCDS_FIFOWARN1  0xFA010218          Trace Buffer Comparator Register
MCDS_TSUREFCNT  0xFA010400          Clock Counter Register
MCDS_TSUPRSCL   0xFA010404          Clock Prescaler Register
MCDS_TSUEMUCNT  0xFA010408          Clock Counter Register
MCDS_MCXEVT0    0xFA010800          Event Definition Register 0
MCDS_MCXEVT1    0xFA010804          Event Definition Register 1
MCDS_MCXEVT2    0xFA010808          Event Definition Register 2
MCDS_MCXEVT3    0xFA01080C          Event Definition Register 3
MCDS_MCXEVT4    0xFA010810          Event Definition Register 4
MCDS_MCXEVT5    0xFA010814          Event Definition Register 5
MCDS_MCXEVT6    0xFA010818          Event Definition Register 6
MCDS_MCXEVT7    0xFA01081C          Event Definition Register 7
MCDS_MCXEVT8    0xFA010820          Event Definition Register 8
MCDS_MCXEVT9    0xFA010824          Event Definition Register 9
MCDS_MCXEVT10   0xFA010828          Event Definition Register 10
MCDS_MCXEVT11   0xFA01082C          Event Definition Register 11
MCDS_MCXEVT12   0xFA010830          Event Definition Register 12
MCDS_MCXEVT13   0xFA010834          Event Definition Register 13
MCDS_MCXEVT14   0xFA010838          Event Definition Register 14
MCDS_MCXEVT15   0xFA01083C          Event Definition Register 15
MCDS_MCXEVT16   0xFA010840          Event Definition Register 16
MCDS_MCXEVT17   0xFA010844          Event Definition Register 17
MCDS_MCXEVT18   0xFA010848          Event Definition Register 18
MCDS_MCXEVT19   0xFA01084C          Event Definition Register 19
MCDS_MCXEVT20   0xFA010850          Event Definition Register 20
MCDS_MCXEVT21   0xFA010854          Event Definition Register 21
MCDS_MCXEVT22   0xFA010858          Event Definition Register 22
MCDS_MCXEVT23   0xFA01085C          Event Definition Register 23
MCDS_MCXACT0    0xFA010880          Action Definition Register 0
MCDS_MCXACT1    0xFA010884          Action Definition Register 1
MCDS_MCXACT2    0xFA010888          Action Definition Register 2
MCDS_MCXACT3    0xFA01088C          Action Definition Register 3
MCDS_MCXACT4    0xFA010890          Action Definition Register 4
MCDS_MCXACT5    0xFA010894          Action Definition Register 5
MCDS_MCXACT6    0xFA010898          Action Definition Register 6
MCDS_MCXACT7    0xFA01089C          Action Definition Register 7
MCDS_MCXACT8    0xFA0108A0          Action Definition Register 8
MCDS_MCXACT9    0xFA0108A4          Action Definition Register 9
MCDS_MCXACT10   0xFA0108A8          Action Definition Register 10
MCDS_MCXACT11   0xFA0108AC          Action Definition Register 11
MCDS_MCXACT12   0xFA0108B0          Action Definition Register 12
MCDS_MCXACT13   0xFA0108B4          Action Definition Register 13
MCDS_MCXACT14   0xFA0108B8          Action Definition Register 14
MCDS_MCXACT15   0xFA0108BC          Action Definition Register 15
MCDS_MCXACT16   0xFA0108C0          Action Definition Register 16
MCDS_MCXACT17   0xFA0108C4          Action Definition Register 17
MCDS_MCXACT18   0xFA0108C8          Action Definition Register 18
MCDS_MCXACT19   0xFA0108CC          Action Definition Register 19
MCDS_MCXACT20   0xFA0108D0          Action Definition Register 20
MCDS_MCXACT21   0xFA0108D4          Action Definition Register 21
MCDS_MCXACT22   0xFA0108D8          Action Definition Register 22
MCDS_MCXACT23   0xFA0108DC          Action Definition Register 23
MCDS_MCXACT24   0xFA0108E0          Action Definition Register 24
MCDS_MCXACT25   0xFA0108E4          Action Definition Register 25
MCDS_MCXACT26   0xFA0108E8          Action Definition Register 26
MCDS_MCXACT27   0xFA0108EC          Action Definition Register 27
MCDS_MCXACT28   0xFA0108F0          Action Definition Register 28
MCDS_MCXACT29   0xFA0108F4          Action Definition Register 29
MCDS_MCXACT30   0xFA0108F8          Action Definition Register 30
MCDS_MCXACT31   0xFA0108FC          Action Definition Register 31
MCDS_MCXACT32   0xFA010900          Action Definition Register 32
MCDS_MCXACT33   0xFA010904          Action Definition Register 33
MCDS_MCXACT34   0xFA010908          Action Definition Register 34
MCDS_MCXACT35   0xFA01090C          Action Definition Register 35
MCDS_MCXACT36   0xFA010910          Action Definition Register 36
MCDS_MCXACT37   0xFA010914          Action Definition Register 37
MCDS_MCXACT38   0xFA010918          Action Definition Register 38
MCDS_MCXACT39   0xFA01091C          Action Definition Register 39
MCDS_MCXACT40   0xFA010920          Action Definition Register 40
MCDS_MCXACT41   0xFA010924          Action Definition Register 41
MCDS_MCXACT42   0xFA010928          Action Definition Register 42
MCDS_MCXACT43   0xFA01092C          Action Definition Register 43
MCDS_MCXACT44   0xFA010930          Action Definition Register 44
MCDS_MCXACT45   0xFA010934          Action Definition Register 45
MCDS_MCXACT46   0xFA010938          Action Definition Register 46
MCDS_MCXACT47   0xFA01093C          Action Definition Register 47
MCDS_MCXACT48   0xFA010940          Action Definition Register 48
MCDS_MCXACT49   0xFA010944          Action Definition Register 49
MCDS_MCXACT50   0xFA010948          Action Definition Register 50
MCDS_MCXACT51   0xFA01094C          Action Definition Register 51
MCDS_MCXACT52   0xFA010950          Action Definition Register 52
MCDS_MCXACT53   0xFA010954          Action Definition Register 53
MCDS_MCXACT54   0xFA010958          Action Definition Register 54
MCDS_MCXACT55   0xFA01095C          Action Definition Register 55
MCDS_MCXACT56   0xFA010960          Action Definition Register 56
MCDS_MCXACT57   0xFA010964          Action Definition Register 57
MCDS_MCXACT58   0xFA010968          Action Definition Register 58
MCDS_MCXACT59   0xFA01096C          Action Definition Register 59
MCDS_MCXACT60   0xFA010970          Action Definition Register 60
MCDS_MCXACT61   0xFA010974          Action Definition Register 61
MCDS_MCXACT62   0xFA010978          Action Definition Register 62
MCDS_MCXACT63   0xFA01097C          Action Definition Register 63
MCDS_MCXACT64   0xFA010980          Action Definition Register 64
MCDS_MCXACT65   0xFA010984          Action Definition Register 65
MCDS_MCXACT66   0xFA010988          Action Definition Register 66
MCDS_MCXACT67   0xFA01098C          Action Definition Register 67
MCDS_MCXACT68   0xFA010990          Action Definition Register 68
MCDS_MCXACT69   0xFA010994          Action Definition Register 69
MCDS_MCXACT70   0xFA010998          Action Definition Register 70
MCDS_MCXACT71   0xFA01099C          Action Definition Register 71
MCDS_MCXCCL0    0xFA010A00          Counter Control Register
MCDS_MCXLMT0    0xFA010A04          Counter Limit Register
MCDS_MCXCNT0    0xFA010A08          Current Count Register
MCDS_MCXCCL1    0xFA010A10          Counter Control Register
MCDS_MCXLMT1    0xFA010A14          Counter Limit Register
MCDS_MCXCNT1    0xFA010A18          Current Count Register
MCDS_MCXCCL2    0xFA010A20          Counter Control Register
MCDS_MCXLMT2    0xFA010A24          Counter Limit Register
MCDS_MCXCNT2    0xFA010A28          Current Count Register
MCDS_MCXCCL3    0xFA010A30          Counter Control Register
MCDS_MCXLMT3    0xFA010A34          Counter Limit Register
MCDS_MCXCNT3    0xFA010A38          Current Count Register
MCDS_MCXCCL4    0xFA010A40          Counter Control Register
MCDS_MCXLMT4    0xFA010A44          Counter Limit Register
MCDS_MCXCNT4    0xFA010A48          Current Count Register
MCDS_MCXCCL5    0xFA010A50          Counter Control Register
MCDS_MCXLMT5    0xFA010A54          Counter Limit Register
MCDS_MCXCNT5    0xFA010A58          Current Count Register
MCDS_MCXCCL6    0xFA010A60          Counter Control Register
MCDS_MCXLMT6    0xFA010A64          Counter Limit Register
MCDS_MCXCNT6    0xFA010A68          Current Count Register
MCDS_MCXCCL7    0xFA010A70          Counter Control Register
MCDS_MCXLMT7    0xFA010A74          Counter Limit Register
MCDS_MCXCNT7    0xFA010A78          Current Count Register
MCDS_MCXCCL8    0xFA010A80          Counter Control Register
MCDS_MCXLMT8    0xFA010A84          Counter Limit Register
MCDS_MCXCNT8    0xFA010A88          Current Count Register
MCDS_MCXCCL9    0xFA010A90          Counter Control Register
MCDS_MCXLMT9    0xFA010A94          Counter Limit Register
MCDS_MCXCNT9    0xFA010A98          Current Count Register
MCDS_MCXCCL10   0xFA010AA0          Counter Control Register
MCDS_MCXLMT10   0xFA010AA4          Counter Limit Register
MCDS_MCXCNT10   0xFA010AA8          Current Count Register
MCDS_MCXCCL11   0xFA010AB0          Counter Control Register
MCDS_MCXLMT11   0xFA010AB4          Counter Limit Register
MCDS_MCXCNT11   0xFA010AB8          Current Count Register
MCDS_MCXCCL12   0xFA010AC0          Counter Control Register
MCDS_MCXLMT12   0xFA010AC4          Counter Limit Register
MCDS_MCXCNT12   0xFA010AC8          Current Count Register
MCDS_MCXCCL13   0xFA010AD0          Counter Control Register
MCDS_MCXLMT13   0xFA010AD4          Counter Limit Register
MCDS_MCXCNT13   0xFA010AD8          Current Count Register
MCDS_MCXCCL14   0xFA010AE0          Counter Control Register
MCDS_MCXLMT14   0xFA010AE4          Counter Limit Register
MCDS_MCXCNT14   0xFA010AE8          Current Count Register
MCDS_MCXCCL15   0xFA010AF0          Counter Control Register
MCDS_MCXLMT15   0xFA010AF4          Counter Limit Register
MCDS_MCXCNT15   0xFA010AF8          Current Count Register
MCDS_MCXCCL16   0xFA010B00          Counter Control Register
MCDS_MCXLMT16   0xFA010B04          Counter Limit Register
MCDS_MCXCNT16   0xFA010B08          Current Count Register
MCDS_MCXCCL17   0xFA010B10          Counter Control Register
MCDS_MCXLMT17   0xFA010B14          Counter Limit Register
MCDS_MCXCNT17   0xFA010B18          Current Count Register
MCDS_MCXCCL18   0xFA010B20          Counter Control Register
MCDS_MCXLMT18   0xFA010B24          Counter Limit Register
MCDS_MCXCNT18   0xFA010B28          Current Count Register
MCDS_MCXCCL19   0xFA010B30          Counter Control Register
MCDS_MCXLMT19   0xFA010B34          Counter Limit Register
MCDS_MCXCNT19   0xFA010B38          Current Count Register
MCDS_MCXCCL20   0xFA010B40          Counter Control Register
MCDS_MCXLMT20   0xFA010B44          Counter Limit Register
MCDS_MCXCNT20   0xFA010B48          Current Count Register
MCDS_MCXCCL21   0xFA010B50          Counter Control Register
MCDS_MCXLMT21   0xFA010B54          Counter Limit Register
MCDS_MCXCNT21   0xFA010B58          Current Count Register
MCDS_MCXCCL22   0xFA010B60          Counter Control Register
MCDS_MCXLMT22   0xFA010B64          Counter Limit Register
MCDS_MCXCNT22   0xFA010B68          Current Count Register
MCDS_MCXCCL23   0xFA010B70          Counter Control Register
MCDS_MCXLMT23   0xFA010B74          Counter Limit Register
MCDS_MCXCNT23   0xFA010B78          Current Count Register
MCDS_MCXCCL24   0xFA010B80          Counter Control Register
MCDS_MCXLMT24   0xFA010B84          Counter Limit Register
MCDS_MCXCNT24   0xFA010B88          Current Count Register
MCDS_MCXCCL25   0xFA010B90          Counter Control Register
MCDS_MCXLMT25   0xFA010B94          Counter Limit Register
MCDS_MCXCNT25   0xFA010B98          Current Count Register
MCDS_MCXCCL26   0xFA010BA0          Counter Control Register
MCDS_MCXLMT26   0xFA010BA4          Counter Limit Register
MCDS_MCXCNT26   0xFA010BA8          Current Count Register
MCDS_MCXCCL27   0xFA010BB0          Counter Control Register
MCDS_MCXLMT27   0xFA010BB4          Counter Limit Register
MCDS_MCXCNT27   0xFA010BB8          Current Count Register
MCDS_MCXCCL28   0xFA010BC0          Counter Control Register
MCDS_MCXLMT28   0xFA010BC4          Counter Limit Register
MCDS_MCXCNT28   0xFA010BC8          Current Count Register
MCDS_MCXCCL29   0xFA010BD0          Counter Control Register
MCDS_MCXLMT29   0xFA010BD4          Counter Limit Register
MCDS_MCXCNT29   0xFA010BD8          Current Count Register
MCDS_MCXCCL30   0xFA010BE0          Counter Control Register
MCDS_MCXLMT30   0xFA010BE4          Counter Limit Register
MCDS_MCXCNT30   0xFA010BE8          Current Count Register
MCDS_MCXCCL31   0xFA010BF0          Counter Control Register
MCDS_MCXLMT31   0xFA010BF4          Counter Limit Register
MCDS_MCXCNT31   0xFA010BF8          Current Count Register
MCDS_TCXDCSTS   0xFA012000          Debug Status Register
MCDS_TCXCID     0xFA012004          Current Process ID
MCDS_TCXCIP     0xFA012008          Current Instruction Pointer
MCDS_TCXCFT     0xFA01200C          Compact Function Trace Register
MCDS_TCXPALLUTD 0xFA012200          Lookup Table Data Register
MCDS_TCXPALLUTA 0xFA012204          Lookup Table Address Register
MCDS_TCXPALBND0 0xFA012210          Lookup Table Base Register
MCDS_TCXPALRNG0 0xFA012214          Lookup Table Range Register
MCDS_TCXPALMAP0 0xFA012218          Lookup Table Mapping Register
MCDS_TCXPALBND1 0xFA012220          Lookup Table Base Register
MCDS_TCXPALRNG1 0xFA012224          Lookup Table Range Register
MCDS_TCXPALMAP1 0xFA012228          Lookup Table Mapping Register
MCDS_TCXPALBND2 0xFA012230          Lookup Table Base Register
MCDS_TCXPALRNG2 0xFA012234          Lookup Table Range Register
MCDS_TCXPALMAP2 0xFA012238          Lookup Table Mapping Register
MCDS_TCXPALBND3 0xFA012240          Lookup Table Base Register
MCDS_TCXPALRNG3 0xFA012244          Lookup Table Range Register
MCDS_TCXPALMAP3 0xFA012248          Lookup Table Mapping Register
MCDS_TCXEABND0  0xFA012400          Comparator Bound Register 0
MCDS_TCXEARNG0  0xFA012404          Comparator Range Register 0
MCDS_TCXEABND1  0xFA012410          Comparator Bound Register 1
MCDS_TCXEARNG1  0xFA012414          Comparator Range Register 1
MCDS_TCXEABND2  0xFA012420          Comparator Bound Register 2
MCDS_TCXEARNG2  0xFA012424          Comparator Range Register 2
MCDS_TCXEABND3  0xFA012430          Comparator Bound Register 3
MCDS_TCXEARNG3  0xFA012434          Comparator Range Register 3
MCDS_TCXEABND4  0xFA012440          Comparator Bound Register 4
MCDS_TCXEARNG4  0xFA012444          Comparator Range Register 4
MCDS_TCXEABND5  0xFA012450          Comparator Bound Register 5
MCDS_TCXEARNG5  0xFA012454          Comparator Range Register 5
MCDS_TCXEABND6  0xFA012460          Comparator Bound Register 6
MCDS_TCXEARNG6  0xFA012464          Comparator Range Register 6
MCDS_TCXEABND7  0xFA012470          Comparator Bound Register 7
MCDS_TCXEARNG7  0xFA012474          Comparator Range Register 7
MCDS_TCXWDBND0  0xFA012480          Comparator Bound Register 0
MCDS_TCXWDHBND0 0xFA012484          Comparator Bound Register 0
MCDS_TCXWDRNG0  0xFA012488          Comparator Range Register 0
MCDS_TCXWDHRNG0 0xFA01248C          Comparator Range Register 0
MCDS_TCXWDMSK0  0xFA012490          Comparator Mask Register 0
MCDS_TCXWDHMSK0 0xFA012494          Comparator Mask Register 0
MCDS_TCXWDSGN0  0xFA01249C          Comparator Sign Register 0
MCDS_TCXWDBND1  0xFA0124A0          Comparator Bound Register 1
MCDS_TCXWDHBND1 0xFA0124A4          Comparator Bound Register 1
MCDS_TCXWDRNG1  0xFA0124A8          Comparator Range Register 1
MCDS_TCXWDHRNG1 0xFA0124AC          Comparator Range Register 1
MCDS_TCXWDMSK1  0xFA0124B0          Comparator Mask Register 1
MCDS_TCXWDHMSK1 0xFA0124B4          Comparator Mask Register 1
MCDS_TCXWDSGN1  0xFA0124BC          Comparator Sign Register 1
MCDS_TCXWDBND2  0xFA0124C0          Comparator Bound Register 2
MCDS_TCXWDHBND2 0xFA0124C4          Comparator Bound Register 2
MCDS_TCXWDRNG2  0xFA0124C8          Comparator Range Register 2
MCDS_TCXWDHRNG2 0xFA0124CC          Comparator Range Register 2
MCDS_TCXWDMSK2  0xFA0124D0          Comparator Mask Register 2
MCDS_TCXWDHMSK2 0xFA0124D4          Comparator Mask Register 2
MCDS_TCXWDSGN2  0xFA0124DC          Comparator Sign Register 2
MCDS_TCXWDBND3  0xFA0124E0          Comparator Bound Register 3
MCDS_TCXWDHBND3 0xFA0124E4          Comparator Bound Register 3
MCDS_TCXWDRNG3  0xFA0124E8          Comparator Range Register 3
MCDS_TCXWDHRNG3 0xFA0124EC          Comparator Range Register 3
MCDS_TCXWDMSK3  0xFA0124F0          Comparator Mask Register 3
MCDS_TCXWDHMSK3 0xFA0124F4          Comparator Mask Register 3
MCDS_TCXWDSGN3  0xFA0124FC          Comparator Sign Register 3
MCDS_TCXEVT0    0xFA012800          Event Definition Register 0
MCDS_TCXEVT1    0xFA012804          Event Definition Register 1
MCDS_TCXEVT2    0xFA012808          Event Definition Register 2
MCDS_TCXEVT3    0xFA01280C          Event Definition Register 3
MCDS_TCXEVT4    0xFA012810          Event Definition Register 4
MCDS_TCXEVT5    0xFA012814          Event Definition Register 5
MCDS_TCXEVT6    0xFA012818          Event Definition Register 6
MCDS_TCXEVT7    0xFA01281C          Event Definition Register 7
MCDS_TCXEVT8    0xFA012820          Event Definition Register 8
MCDS_TCXEVT9    0xFA012824          Event Definition Register 9
MCDS_TCXEVT10   0xFA012828          Event Definition Register 10
MCDS_TCXEVT11   0xFA01282C          Event Definition Register 11
MCDS_TCXEVT12   0xFA012830          Event Definition Register 12
MCDS_TCXEVT13   0xFA012834          Event Definition Register 13
MCDS_TCXEVT14   0xFA012838          Event Definition Register 14
MCDS_TCXEVT15   0xFA01283C          Event Definition Register 15
MCDS_TCXACT0    0xFA012880          Action Definition Register 0
MCDS_TCXACT1    0xFA012884          Action Definition Register 1
MCDS_TCXACT2    0xFA012888          Action Definition Register 2
MCDS_TCXACT3    0xFA01288C          Action Definition Register 3
MCDS_TCXACT4    0xFA012890          Action Definition Register 4
MCDS_TCXACT5    0xFA012894          Action Definition Register 5
MCDS_TCXACT6    0xFA012898          Action Definition Register 6
MCDS_TCXACT7    0xFA01289C          Action Definition Register 7
MCDS_TCXACT8    0xFA0128A0          Action Definition Register 8
MCDS_TCXACT9    0xFA0128A4          Action Definition Register 9
MCDS_TCXACT10   0xFA0128A8          Action Definition Register 10
MCDS_TCXACT11   0xFA0128AC          Action Definition Register 11
MCDS_TCXACT12   0xFA0128B0          Action Definition Register 12
MCDS_TCXACT13   0xFA0128B4          Action Definition Register 13
MCDS_TCXACT14   0xFA0128B8          Action Definition Register 14
MCDS_TCXACT15   0xFA0128BC          Action Definition Register 15
MCDS_TCXACT16   0xFA0128C0          Action Definition Register 16
MCDS_TCXACT17   0xFA0128C4          Action Definition Register 17
MCDS_TCXACT18   0xFA0128C8          Action Definition Register 18
MCDS_TCXACT19   0xFA0128CC          Action Definition Register 19
MCDS_TCXACT20   0xFA0128D0          Action Definition Register 20
MCDS_TCXACT21   0xFA0128D4          Action Definition Register 21
MCDS_TCXACT22   0xFA0128D8          Action Definition Register 22
MCDS_TCXIDBND0  0xFA012C00          Comparator Bound Register 0
MCDS_TCXIDRNG0  0xFA012C04          Comparator Range Register 0
MCDS_TCXIDMSK0  0xFA012C08          Comparator Mask Register 0
MCDS_TCXIDSGN0  0xFA012C0C          Comparator Sign Register 0
MCDS_TCXIDBND1  0xFA012C10          Comparator Bound Register 1
MCDS_TCXIDRNG1  0xFA012C14          Comparator Range Register 1
MCDS_TCXIDMSK1  0xFA012C18          Comparator Mask Register 1
MCDS_TCXIDSGN1  0xFA012C1C          Comparator Sign Register 1
MCDS_TCXIPBND0  0xFA013000          Comparator Bound Register 0
MCDS_TCXIPRNG0  0xFA013004          Comparator Range Register 0
MCDS_TCXIPBND1  0xFA013010          Comparator Bound Register 1
MCDS_TCXIPRNG1  0xFA013014          Comparator Range Register 1
MCDS_TCXIPBND2  0xFA013020          Comparator Bound Register 2
MCDS_TCXIPRNG2  0xFA013024          Comparator Range Register 2
MCDS_TCXIPBND3  0xFA013030          Comparator Bound Register 3
MCDS_TCXIPRNG3  0xFA013034          Comparator Range Register 3
MCDS_TCXIPBND4  0xFA013040          Comparator Bound Register 4
MCDS_TCXIPRNG4  0xFA013044          Comparator Range Register 4
MCDS_TCXIPBND5  0xFA013050          Comparator Bound Register 5
MCDS_TCXIPRNG5  0xFA013054          Comparator Range Register 5
MCDS_TCYDCSTS   0xFA014000          Debug Status Register
MCDS_TCYCID     0xFA014004          Current Process ID
MCDS_TCYCIP     0xFA014008          Current Instruction Pointer
MCDS_TCYCFT     0xFA01400C          Compact Function Trace Register
MCDS_TCYPALLUTD 0xFA014200          Lookup Table Data Register
MCDS_TCYPALLUTA 0xFA014204          Lookup Table Address Register
MCDS_TCYPALBND0 0xFA014210          Lookup Table Base Register
MCDS_TCYPALRNG0 0xFA014214          Lookup Table Range Register
MCDS_TCYPALMAP0 0xFA014218          Lookup Table Mapping Register
MCDS_TCYPALBND1 0xFA014220          Lookup Table Base Register
MCDS_TCYPALRNG1 0xFA014224          Lookup Table Range Register
MCDS_TCYPALMAP1 0xFA014228          Lookup Table Mapping Register
MCDS_TCYPALBND2 0xFA014230          Lookup Table Base Register
MCDS_TCYPALRNG2 0xFA014234          Lookup Table Range Register
MCDS_TCYPALMAP2 0xFA014238          Lookup Table Mapping Register
MCDS_TCYPALBND3 0xFA014240          Lookup Table Base Register
MCDS_TCYPALRNG3 0xFA014244          Lookup Table Range Register
MCDS_TCYPALMAP3 0xFA014248          Lookup Table Mapping Register
MCDS_TCYEABND0  0xFA014400          Comparator Bound Register 0
MCDS_TCYEARNG0  0xFA014404          Comparator Range Register 0
MCDS_TCYEABND1  0xFA014410          Comparator Bound Register 1
MCDS_TCYEARNG1  0xFA014414          Comparator Range Register 1
MCDS_TCYEABND2  0xFA014420          Comparator Bound Register 2
MCDS_TCYEARNG2  0xFA014424          Comparator Range Register 2
MCDS_TCYEABND3  0xFA014430          Comparator Bound Register 3
MCDS_TCYEARNG3  0xFA014434          Comparator Range Register 3
MCDS_TCYEABND4  0xFA014440          Comparator Bound Register 4
MCDS_TCYEARNG4  0xFA014444          Comparator Range Register 4
MCDS_TCYEABND5  0xFA014450          Comparator Bound Register 5
MCDS_TCYEARNG5  0xFA014454          Comparator Range Register 5
MCDS_TCYEABND6  0xFA014460          Comparator Bound Register 6
MCDS_TCYEARNG6  0xFA014464          Comparator Range Register 6
MCDS_TCYEABND7  0xFA014470          Comparator Bound Register 7
MCDS_TCYEARNG7  0xFA014474          Comparator Range Register 7
MCDS_TCYWDBND0  0xFA014480          Comparator Bound Register 0
MCDS_TCYWDHBND0 0xFA014484          Comparator Bound Register 0
MCDS_TCYWDRNG0  0xFA014488          Comparator Range Register 0
MCDS_TCYWDHRNG0 0xFA01448C          Comparator Range Register 0
MCDS_TCYWDMSK0  0xFA014490          Comparator Mask Register 0
MCDS_TCYWDHMSK0 0xFA014494          Comparator Mask Register 0
MCDS_TCYWDSGN0  0xFA01449C          Comparator Sign Register 0
MCDS_TCYWDBND1  0xFA0144A0          Comparator Bound Register 1
MCDS_TCYWDHBND1 0xFA0144A4          Comparator Bound Register 1
MCDS_TCYWDRNG1  0xFA0144A8          Comparator Range Register 1
MCDS_TCYWDHRNG1 0xFA0144AC          Comparator Range Register 1
MCDS_TCYWDMSK1  0xFA0144B0          Comparator Mask Register 1
MCDS_TCYWDHMSK1 0xFA0144B4          Comparator Mask Register 1
MCDS_TCYWDSGN1  0xFA0144BC          Comparator Sign Register 1
MCDS_TCYWDBND2  0xFA0144C0          Comparator Bound Register 2
MCDS_TCYWDHBND2 0xFA0144C4          Comparator Bound Register 2
MCDS_TCYWDRNG2  0xFA0144C8          Comparator Range Register 2
MCDS_TCYWDHRNG2 0xFA0144CC          Comparator Range Register 2
MCDS_TCYWDMSK2  0xFA0144D0          Comparator Mask Register 2
MCDS_TCYWDHMSK2 0xFA0144D4          Comparator Mask Register 2
MCDS_TCYWDSGN2  0xFA0144DC          Comparator Sign Register 2
MCDS_TCYWDBND3  0xFA0144E0          Comparator Bound Register 3
MCDS_TCYWDHBND3 0xFA0144E4          Comparator Bound Register 3
MCDS_TCYWDRNG3  0xFA0144E8          Comparator Range Register 3
MCDS_TCYWDHRNG3 0xFA0144EC          Comparator Range Register 3
MCDS_TCYWDMSK3  0xFA0144F0          Comparator Mask Register 3
MCDS_TCYWDHMSK3 0xFA0144F4          Comparator Mask Register 3
MCDS_TCYWDSGN3  0xFA0144FC          Comparator Sign Register 3
MCDS_TCYEVT0    0xFA014800          Event Definition Register 0
MCDS_TCYEVT1    0xFA014804          Event Definition Register 1
MCDS_TCYEVT2    0xFA014808          Event Definition Register 2
MCDS_TCYEVT3    0xFA01480C          Event Definition Register 3
MCDS_TCYEVT4    0xFA014810          Event Definition Register 4
MCDS_TCYEVT5    0xFA014814          Event Definition Register 5
MCDS_TCYEVT6    0xFA014818          Event Definition Register 6
MCDS_TCYEVT7    0xFA01481C          Event Definition Register 7
MCDS_TCYEVT8    0xFA014820          Event Definition Register 8
MCDS_TCYEVT9    0xFA014824          Event Definition Register 9
MCDS_TCYEVT10   0xFA014828          Event Definition Register 10
MCDS_TCYEVT11   0xFA01482C          Event Definition Register 11
MCDS_TCYEVT12   0xFA014830          Event Definition Register 12
MCDS_TCYEVT13   0xFA014834          Event Definition Register 13
MCDS_TCYEVT14   0xFA014838          Event Definition Register 14
MCDS_TCYEVT15   0xFA01483C          Event Definition Register 15
MCDS_TCYACT0    0xFA014880          Action Definition Register 0
MCDS_TCYACT1    0xFA014884          Action Definition Register 1
MCDS_TCYACT2    0xFA014888          Action Definition Register 2
MCDS_TCYACT3    0xFA01488C          Action Definition Register 3
MCDS_TCYACT4    0xFA014890          Action Definition Register 4
MCDS_TCYACT5    0xFA014894          Action Definition Register 5
MCDS_TCYACT6    0xFA014898          Action Definition Register 6
MCDS_TCYACT7    0xFA01489C          Action Definition Register 7
MCDS_TCYACT8    0xFA0148A0          Action Definition Register 8
MCDS_TCYACT9    0xFA0148A4          Action Definition Register 9
MCDS_TCYACT10   0xFA0148A8          Action Definition Register 10
MCDS_TCYACT11   0xFA0148AC          Action Definition Register 11
MCDS_TCYACT12   0xFA0148B0          Action Definition Register 12
MCDS_TCYACT13   0xFA0148B4          Action Definition Register 13
MCDS_TCYACT14   0xFA0148B8          Action Definition Register 14
MCDS_TCYACT15   0xFA0148BC          Action Definition Register 15
MCDS_TCYACT16   0xFA0148C0          Action Definition Register 16
MCDS_TCYACT17   0xFA0148C4          Action Definition Register 17
MCDS_TCYACT18   0xFA0148C8          Action Definition Register 18
MCDS_TCYACT19   0xFA0148CC          Action Definition Register 19
MCDS_TCYACT20   0xFA0148D0          Action Definition Register 20
MCDS_TCYACT21   0xFA0148D4          Action Definition Register 21
MCDS_TCYACT22   0xFA0148D8          Action Definition Register 22
MCDS_TCYIDBND0  0xFA014C00          Comparator Bound Register 0
MCDS_TCYIDRNG0  0xFA014C04          Comparator Range Register 0
MCDS_TCYIDMSK0  0xFA014C08          Comparator Mask Register 0
MCDS_TCYIDSGN0  0xFA014C0C          Comparator Sign Register 0
MCDS_TCYIDBND1  0xFA014C10          Comparator Bound Register 1
MCDS_TCYIDRNG1  0xFA014C14          Comparator Range Register 1
MCDS_TCYIDMSK1  0xFA014C18          Comparator Mask Register 1
MCDS_TCYIDSGN1  0xFA014C1C          Comparator Sign Register 1
MCDS_TCYIPBND0  0xFA015000          Comparator Bound Register 0
MCDS_TCYIPRNG0  0xFA015004          Comparator Range Register 0
MCDS_TCYIPBND1  0xFA015010          Comparator Bound Register 1
MCDS_TCYIPRNG1  0xFA015014          Comparator Range Register 1
MCDS_TCYIPBND2  0xFA015020          Comparator Bound Register 2
MCDS_TCYIPRNG2  0xFA015024          Comparator Range Register 2
MCDS_TCYIPBND3  0xFA015030          Comparator Bound Register 3
MCDS_TCYIPRNG3  0xFA015034          Comparator Range Register 3
MCDS_TCYIPBND4  0xFA015040          Comparator Bound Register 4
MCDS_TCYIPRNG4  0xFA015044          Comparator Range Register 4
MCDS_TCYIPBND5  0xFA015050          Comparator Bound Register 5
MCDS_TCYIPRNG5  0xFA015054          Comparator Range Register 5
MCDS_SPBDCSTS   0xFA016000          Debug Status Register
MCDS_SPBEABND0  0xFA016400          Comparator Bound Register 0
MCDS_SPBEARNG0  0xFA016404          Comparator Range Register 0
MCDS_SPBEABND1  0xFA016410          Comparator Bound Register 1
MCDS_SPBEARNG1  0xFA016414          Comparator Range Register 1
MCDS_SPBEABND2  0xFA016420          Comparator Bound Register 2
MCDS_SPBEARNG2  0xFA016424          Comparator Range Register 2
MCDS_SPBEABND3  0xFA016430          Comparator Bound Register 3
MCDS_SPBEARNG3  0xFA016434          Comparator Range Register 3
MCDS_SPBWDBND0  0xFA016480          Comparator Bound Register 0
MCDS_SPBWDRNG0  0xFA016484          Comparator Range Register 0
MCDS_SPBWDMSK0  0xFA016488          Comparator Mask Register 0
MCDS_SPBWDSGN0  0xFA01648C          Comparator Sign Register 0
MCDS_SPBWDBND1  0xFA016490          Comparator Bound Register 1
MCDS_SPBWDRNG1  0xFA016494          Comparator Range Register 1
MCDS_SPBWDMSK1  0xFA016498          Comparator Mask Register 1
MCDS_SPBWDSGN1  0xFA01649C          Comparator Sign Register 1
MCDS_SPBWDBND2  0xFA0164A0          Comparator Bound Register 2
MCDS_SPBWDRNG2  0xFA0164A4          Comparator Range Register 2
MCDS_SPBWDMSK2  0xFA0164A8          Comparator Mask Register 2
MCDS_SPBWDSGN2  0xFA0164AC          Comparator Sign Register 2
MCDS_SPBWDBND3  0xFA0164B0          Comparator Bound Register 3
MCDS_SPBWDRNG3  0xFA0164B4          Comparator Range Register 3
MCDS_SPBWDMSK3  0xFA0164B8          Comparator Mask Register 3
MCDS_SPBWDSGN3  0xFA0164BC          Comparator Sign Register 3
MCDS_SPBACBND0  0xFA016500          Comparator Bound Register 0
MCDS_SPBACRNG0  0xFA016504          Comparator Range Register 0
MCDS_SPBACMSK0  0xFA016508          Comparator Mask Register 0
MCDS_SPBACBND1  0xFA016510          Comparator Bound Register 1
MCDS_SPBACRNG1  0xFA016514          Comparator Range Register 1
MCDS_SPBACMSK1  0xFA016518          Comparator Mask Register 1
MCDS_SPBACBND2  0xFA016520          Comparator Bound Register 2
MCDS_SPBACRNG2  0xFA016524          Comparator Range Register 2
MCDS_SPBACMSK2  0xFA016528          Comparator Mask Register 2
MCDS_SPBACBND3  0xFA016530          Comparator Bound Register 3
MCDS_SPBACRNG3  0xFA016534          Comparator Range Register 3
MCDS_SPBACMSK3  0xFA016538          Comparator Mask Register 3
MCDS_SPBEVT0    0xFA016800          Event Definition Register 0
MCDS_SPBEVT1    0xFA016804          Event Definition Register 1
MCDS_SPBEVT2    0xFA016808          Event Definition Register 2
MCDS_SPBEVT3    0xFA01680C          Event Definition Register 3
MCDS_SPBEVT4    0xFA016810          Event Definition Register 4
MCDS_SPBEVT5    0xFA016814          Event Definition Register 5
MCDS_SPBEVT6    0xFA016818          Event Definition Register 6
MCDS_SPBEVT7    0xFA01681C          Event Definition Register 7
MCDS_SPBEVT8    0xFA016820          Event Definition Register 8
MCDS_SPBEVT9    0xFA016824          Event Definition Register 9
MCDS_SPBEVT10   0xFA016828          Event Definition Register 10
MCDS_SPBEVT11   0xFA01682C          Event Definition Register 11
MCDS_SPBEVT12   0xFA016830          Event Definition Register 12
MCDS_SPBEVT13   0xFA016834          Event Definition Register 13
MCDS_SPBEVT14   0xFA016838          Event Definition Register 14
MCDS_SPBEVT15   0xFA01683C          Event Definition Register 15
MCDS_SPBACT0    0xFA016880          Action Definition Register 0
MCDS_SPBACT1    0xFA016884          Action Definition Register 1
MCDS_SPBACT2    0xFA016888          Action Definition Register 2
MCDS_SPBACT3    0xFA01688C          Action Definition Register 3
MCDS_SPBACT4    0xFA016890          Action Definition Register 4
MCDS_SPBACT5    0xFA016894          Action Definition Register 5
MCDS_SPBACT6    0xFA016898          Action Definition Register 6
MCDS_SPBACT7    0xFA01689C          Action Definition Register 7
MCDS_SPBACT8    0xFA0168A0          Action Definition Register 8
MCDS_SPBACT9    0xFA0168A4          Action Definition Register 9
MCDS_SPBACT10   0xFA0168A8          Action Definition Register 10
MCDS_SPBACT11   0xFA0168AC          Action Definition Register 11
MCDS_SPBACT12   0xFA0168B0          Action Definition Register 12
MCDS_SPBACT13   0xFA0168B4          Action Definition Register 13
MCDS_SPBACT14   0xFA0168B8          Action Definition Register 14
MCDS_SRIDCSTS   0xFA017000          Debug Status Register
MCDS_SRI1BALLUTD 0xFA017200          Lookup Table Data Register
MCDS_SRI1BALLUTA 0xFA017204          Lookup Table Address Register
MCDS_SRI1BALBND0 0xFA017210          Lookup Table Base Register
MCDS_SRI1BALRNG0 0xFA017214          Lookup Table Range Register
MCDS_SRI1BALMAP0 0xFA017218          Lookup Table Mapping Register
MCDS_SRI1BALBND1 0xFA017220          Lookup Table Base Register
MCDS_SRI1BALRNG1 0xFA017224          Lookup Table Range Register
MCDS_SRI1BALMAP1 0xFA017228          Lookup Table Mapping Register
MCDS_SRI1BALBND2 0xFA017230          Lookup Table Base Register
MCDS_SRI1BALRNG2 0xFA017234          Lookup Table Range Register
MCDS_SRI1BALMAP2 0xFA017238          Lookup Table Mapping Register
MCDS_SRI1BALBND3 0xFA017240          Lookup Table Base Register
MCDS_SRI1BALRNG3 0xFA017244          Lookup Table Range Register
MCDS_SRI1BALMAP3 0xFA017248          Lookup Table Mapping Register
MCDS_SRI2BALLUTD 0xFA017300          Lookup Table Data Register
MCDS_SRI2BALLUTA 0xFA017304          Lookup Table Address Register
MCDS_SRI2BALBND0 0xFA017310          Lookup Table Base Register
MCDS_SRI2BALRNG0 0xFA017314          Lookup Table Range Register
MCDS_SRI2BALMAP0 0xFA017318          Lookup Table Mapping Register
MCDS_SRI2BALBND1 0xFA017320          Lookup Table Base Register
MCDS_SRI2BALRNG1 0xFA017324          Lookup Table Range Register
MCDS_SRI2BALMAP1 0xFA017328          Lookup Table Mapping Register
MCDS_SRI2BALBND2 0xFA017330          Lookup Table Base Register
MCDS_SRI2BALRNG2 0xFA017334          Lookup Table Range Register
MCDS_SRI2BALMAP2 0xFA017338          Lookup Table Mapping Register
MCDS_SRI2BALBND3 0xFA017340          Lookup Table Base Register
MCDS_SRI2BALRNG3 0xFA017344          Lookup Table Range Register
MCDS_SRI2BALMAP3 0xFA017348          Lookup Table Mapping Register
MCDS_SRI1EABND0 0xFA017400          Comparator Bound Register 0
MCDS_SRI1EARNG0 0xFA017404          Comparator Range Register 0
MCDS_SRI1EABND1 0xFA017410          Comparator Bound Register 1
MCDS_SRI1EARNG1 0xFA017414          Comparator Range Register 1
MCDS_SRI1EABND2 0xFA017420          Comparator Bound Register 2
MCDS_SRI1EARNG2 0xFA017424          Comparator Range Register 2
MCDS_SRI1EABND3 0xFA017430          Comparator Bound Register 3
MCDS_SRI1EARNG3 0xFA017434          Comparator Range Register 3
MCDS_SRI1WDBND0 0xFA017480          Comparator Bound Register 0
MCDS_SRI1WDHBND0 0xFA017484          Comparator Bound Register 0
MCDS_SRI1WDRNG0 0xFA017488          Comparator Range Register 0
MCDS_SRI1WDHRNG0 0xFA01748C          Comparator Range Register 0
MCDS_SRI1WDMSK0 0xFA017490          Comparator Mask Register 0
MCDS_SRI1WDHMSK0 0xFA017494          Comparator Mask Register 0
MCDS_SRI1WDSGN0 0xFA01749C          Comparator Sign Register 0
MCDS_SRI1WDBND1 0xFA0174A0          Comparator Bound Register 1
MCDS_SRI1WDHBND1 0xFA0174A4          Comparator Bound Register 1
MCDS_SRI1WDRNG1 0xFA0174A8          Comparator Range Register 1
MCDS_SRI1WDHRNG1 0xFA0174AC          Comparator Range Register 1
MCDS_SRI1WDMSK1 0xFA0174B0          Comparator Mask Register 1
MCDS_SRI1WDHMSK1 0xFA0174B4          Comparator Mask Register 1
MCDS_SRI1WDSGN1 0xFA0174BC          Comparator Sign Register 1
MCDS_SRI1WDBND2 0xFA0174C0          Comparator Bound Register 2
MCDS_SRI1WDHBND2 0xFA0174C4          Comparator Bound Register 2
MCDS_SRI1WDRNG2 0xFA0174C8          Comparator Range Register 2
MCDS_SRI1WDHRNG2 0xFA0174CC          Comparator Range Register 2
MCDS_SRI1WDMSK2 0xFA0174D0          Comparator Mask Register 2
MCDS_SRI1WDHMSK2 0xFA0174D4          Comparator Mask Register 2
MCDS_SRI1WDSGN2 0xFA0174DC          Comparator Sign Register 2
MCDS_SRI1WDBND3 0xFA0174E0          Comparator Bound Register 3
MCDS_SRI1WDHBND3 0xFA0174E4          Comparator Bound Register 3
MCDS_SRI1WDRNG3 0xFA0174E8          Comparator Range Register 3
MCDS_SRI1WDHRNG3 0xFA0174EC          Comparator Range Register 3
MCDS_SRI1WDMSK3 0xFA0174F0          Comparator Mask Register 3
MCDS_SRI1WDHMSK3 0xFA0174F4          Comparator Mask Register 3
MCDS_SRI1WDSGN3 0xFA0174FC          Comparator Sign Register 3
MCDS_SRI1ACBND0 0xFA017500          Comparator Bound Register 0
MCDS_SRI1ACRNG0 0xFA017504          Comparator Range Register 0
MCDS_SRI1ACMSK0 0xFA017508          Comparator Mask Register 0
MCDS_SRI1ACBND1 0xFA017510          Comparator Bound Register 1
MCDS_SRI1ACRNG1 0xFA017514          Comparator Range Register 1
MCDS_SRI1ACMSK1 0xFA017518          Comparator Mask Register 1
MCDS_SRI1ACBND2 0xFA017520          Comparator Bound Register 2
MCDS_SRI1ACRNG2 0xFA017524          Comparator Range Register 2
MCDS_SRI1ACMSK2 0xFA017528          Comparator Mask Register 2
MCDS_SRI1ACBND3 0xFA017530          Comparator Bound Register 3
MCDS_SRI1ACRNG3 0xFA017534          Comparator Range Register 3
MCDS_SRI1ACMSK3 0xFA017538          Comparator Mask Register 3
MCDS_SRI2EABND0 0xFA017600          Comparator Bound Register 0
MCDS_SRI2EARNG0 0xFA017604          Comparator Range Register 0
MCDS_SRI2EABND1 0xFA017610          Comparator Bound Register 1
MCDS_SRI2EARNG1 0xFA017614          Comparator Range Register 1
MCDS_SRI2EABND2 0xFA017620          Comparator Bound Register 2
MCDS_SRI2EARNG2 0xFA017624          Comparator Range Register 2
MCDS_SRI2EABND3 0xFA017630          Comparator Bound Register 3
MCDS_SRI2EARNG3 0xFA017634          Comparator Range Register 3
MCDS_SRI2WDBND0 0xFA017680          Comparator Bound Register 0
MCDS_SRI2WDHBND0 0xFA017684          Comparator Bound Register 0
MCDS_SRI2WDRNG0 0xFA017688          Comparator Range Register 0
MCDS_SRI2WDHRNG0 0xFA01768C          Comparator Range Register 0
MCDS_SRI2WDMSK0 0xFA017690          Comparator Mask Register 0
MCDS_SRI2WDHMSK0 0xFA017694          Comparator Mask Register 0
MCDS_SRI2WDSGN0 0xFA01769C          Comparator Sign Register 0
MCDS_SRI2WDBND1 0xFA0176A0          Comparator Bound Register 1
MCDS_SRI2WDHBND1 0xFA0176A4          Comparator Bound Register 1
MCDS_SRI2WDRNG1 0xFA0176A8          Comparator Range Register 1
MCDS_SRI2WDHRNG1 0xFA0176AC          Comparator Range Register 1
MCDS_SRI2WDMSK1 0xFA0176B0          Comparator Mask Register 1
MCDS_SRI2WDHMSK1 0xFA0176B4          Comparator Mask Register 1
MCDS_SRI2WDSGN1 0xFA0176BC          Comparator Sign Register 1
MCDS_SRI2WDBND2 0xFA0176C0          Comparator Bound Register 2
MCDS_SRI2WDHBND2 0xFA0176C4          Comparator Bound Register 2
MCDS_SRI2WDRNG2 0xFA0176C8          Comparator Range Register 2
MCDS_SRI2WDHRNG2 0xFA0176CC          Comparator Range Register 2
MCDS_SRI2WDMSK2 0xFA0176D0          Comparator Mask Register 2
MCDS_SRI2WDHMSK2 0xFA0176D4          Comparator Mask Register 2
MCDS_SRI2WDSGN2 0xFA0176DC          Comparator Sign Register 2
MCDS_SRI2WDBND3 0xFA0176E0          Comparator Bound Register 3
MCDS_SRI2WDHBND3 0xFA0176E4          Comparator Bound Register 3
MCDS_SRI2WDRNG3 0xFA0176E8          Comparator Range Register 3
MCDS_SRI2WDHRNG3 0xFA0176EC          Comparator Range Register 3
MCDS_SRI2WDMSK3 0xFA0176F0          Comparator Mask Register 3
MCDS_SRI2WDHMSK3 0xFA0176F4          Comparator Mask Register 3
MCDS_SRI2WDSGN3 0xFA0176FC          Comparator Sign Register 3
MCDS_SRI2ACBND0 0xFA017700          Comparator Bound Register 0
MCDS_SRI2ACRNG0 0xFA017704          Comparator Range Register 0
MCDS_SRI2ACMSK0 0xFA017708          Comparator Mask Register 0
MCDS_SRI2ACBND1 0xFA017710          Comparator Bound Register 1
MCDS_SRI2ACRNG1 0xFA017714          Comparator Range Register 1
MCDS_SRI2ACMSK1 0xFA017718          Comparator Mask Register 1
MCDS_SRI2ACBND2 0xFA017720          Comparator Bound Register 2
MCDS_SRI2ACRNG2 0xFA017724          Comparator Range Register 2
MCDS_SRI2ACMSK2 0xFA017728          Comparator Mask Register 2
MCDS_SRI2ACBND3 0xFA017730          Comparator Bound Register 3
MCDS_SRI2ACRNG3 0xFA017734          Comparator Range Register 3
MCDS_SRI2ACMSK3 0xFA017738          Comparator Mask Register 3
MCDS_SRIEVT0    0xFA017800          Event Definition Register 0
MCDS_SRIEVT1    0xFA017804          Event Definition Register 1
MCDS_SRIEVT2    0xFA017808          Event Definition Register 2
MCDS_SRIEVT3    0xFA01780C          Event Definition Register 3
MCDS_SRIEVT4    0xFA017810          Event Definition Register 4
MCDS_SRIEVT5    0xFA017814          Event Definition Register 5
MCDS_SRIEVT6    0xFA017818          Event Definition Register 6
MCDS_SRIEVT7    0xFA01781C          Event Definition Register 7
MCDS_SRIEVT8    0xFA017820          Event Definition Register 8
MCDS_SRIEVT9    0xFA017824          Event Definition Register 9
MCDS_SRIEVT10   0xFA017828          Event Definition Register 10
MCDS_SRIEVT11   0xFA01782C          Event Definition Register 11
MCDS_SRIEVT12   0xFA017830          Event Definition Register 12
MCDS_SRIEVT13   0xFA017834          Event Definition Register 13
MCDS_SRIEVT14   0xFA017838          Event Definition Register 14
MCDS_SRIEVT15   0xFA01783C          Event Definition Register 15
MCDS_SRIACT0    0xFA017880          Action Definition Register 0
MCDS_SRIACT1    0xFA017884          Action Definition Register 1
MCDS_SRIACT2    0xFA017888          Action Definition Register 2
MCDS_SRIACT3    0xFA01788C          Action Definition Register 3
MCDS_SRIACT4    0xFA017890          Action Definition Register 4
MCDS_SRIACT5    0xFA017894          Action Definition Register 5
MCDS_SRIACT6    0xFA017898          Action Definition Register 6
MCDS_SRIACT7    0xFA01789C          Action Definition Register 7
MCDS_SRIACT8    0xFA0178A0          Action Definition Register 8
MCDS_SRIACT9    0xFA0178A4          Action Definition Register 9
MCDS_SRIACT10   0xFA0178A8          Action Definition Register 10
MCDS_SRIACT11   0xFA0178AC          Action Definition Register 11
MCDS_SRIACT12   0xFA0178B0          Action Definition Register 12
MCDS_SRIACT13   0xFA0178B4          Action Definition Register 13
MCDS_SRIACT14   0xFA0178B8          Action Definition Register 14
MCDS_SRIACT15   0xFA0178BC          Action Definition Register 15
MCDS_SRIACT16   0xFA0178C0          Action Definition Register 16
MCDS_SRIACT17   0xFA0178C4          Action Definition Register 17
MCDS_SRIACT18   0xFA0178C8          Action Definition Register 18
MCDS_SRIACT19   0xFA0178CC          Action Definition Register 19
MCDS_SRIACT20   0xFA0178D0          Action Definition Register 20
MCDS_SRIACT21   0xFA0178D4          Action Definition Register 21
MCDS_SRIACT22   0xFA0178D8          Action Definition Register 22
MCDS_SRIACT23   0xFA0178DC          Action Definition Register 23
MCDS_SRIACT24   0xFA0178E0          Action Definition Register 24
MCDS_SRIACT25   0xFA0178E4          Action Definition Register 25
MCDS_SRIACT26   0xFA0178E8          Action Definition Register 26
RIF0_CLC        0xFA040000          Clock Control Register
RIF0_ID         0xFA040008          Module Identification Register
RIF0_ESI        0xFA040010          External Serial Interface Register
RIF0_IPI        0xFA040014          Internal Parallel Interface Register
RIF0_FLM        0xFA040018          FIFO and Lane Management Register
RIF0_DMI        0xFA04001C          Data Memory Interface Register
RIF0_RSM0       0xFA040020          Radar State Machine Register 0
RIF0_RSM1       0xFA040024          Radar State Machine Register 1
RIF0_RSM2       0xFA040028          Radar State Machine Register 2
RIF0_INTCON     0xFA04002C          Interrupt Control Register
RIF0_FLAGSSET   0xFA040030          Flags Set Register
RIF0_FLAGSCL    0xFA040034          Flags Clear Register
RIF0_FWDG       0xFA040038          Frame Watchdog Register
RIF0_DFU        0xFA04003C          Data Formatting Unit Register
RIF0_SRIFOVRCFG 0xFA040040          SRIF Override Configuration Register
RIF0_RSM2CAP    0xFA040044          Radar State Machine 2 Capture Register
RIF0_SKEWCAL    0xFA040048          Skew Calibration Register
RIF0_LVDSCON0   0xFA04004C          LVDS Control Register 0
RIF0_LVDSCON1   0xFA040050          LVDS Control Register 1
RIF0_DBGDLY0    0xFA040054          Debug Delay Register 0
RIF0_DBGDLY1    0xFA040058          Debug Delay Register 1
RIF0_DBG0       0xFA040080          Debug Data Register 0
RIF0_DBG1       0xFA040084          Debug Data Register 1
RIF0_SFCON      0xFA040088          Safety Functions Register
RIF0_REGCRC     0xFA04008C          Register CRC Register
RIF0_OCS        0xFA0400E8          OCDS Control and Status
RIF0_KRSTCLR    0xFA0400EC          Kernel Reset Status Clear Register
RIF0_KRST1      0xFA0400F0          Kernel Reset Register 1
RIF0_KRST0      0xFA0400F4          Kernel Reset Register 0
RIF0_ACCEN1     0xFA0400F8          Access Enable Register 1
RIF0_ACCEN0     0xFA0400FC          Access Enable Register 0
RIF1_CLC        0xFA040200          Clock Control Register
RIF1_ID         0xFA040208          Module Identification Register
RIF1_ESI        0xFA040210          External Serial Interface Register
RIF1_IPI        0xFA040214          Internal Parallel Interface Register
RIF1_FLM        0xFA040218          FIFO and Lane Management Register
RIF1_DMI        0xFA04021C          Data Memory Interface Register
RIF1_RSM0       0xFA040220          Radar State Machine Register 0
RIF1_RSM1       0xFA040224          Radar State Machine Register 1
RIF1_RSM2       0xFA040228          Radar State Machine Register 2
RIF1_INTCON     0xFA04022C          Interrupt Control Register
RIF1_FLAGSSET   0xFA040230          Flags Set Register
RIF1_FLAGSCL    0xFA040234          Flags Clear Register
RIF1_FWDG       0xFA040238          Frame Watchdog Register
RIF1_DFU        0xFA04023C          Data Formatting Unit Register
RIF1_SRIFOVRCFG 0xFA040240          SRIF Override Configuration Register
RIF1_RSM2CAP    0xFA040244          Radar State Machine 2 Capture Register
RIF1_SKEWCAL    0xFA040248          Skew Calibration Register
RIF1_LVDSCON0   0xFA04024C          LVDS Control Register 0
RIF1_LVDSCON1   0xFA040250          LVDS Control Register 1
RIF1_DBGDLY0    0xFA040254          Debug Delay Register 0
RIF1_DBGDLY1    0xFA040258          Debug Delay Register 1
RIF1_DBG0       0xFA040280          Debug Data Register 0
RIF1_DBG1       0xFA040284          Debug Data Register 1
RIF1_SFCON      0xFA040288          Safety Functions Register
RIF1_REGCRC     0xFA04028C          Register CRC Register
RIF1_OCS        0xFA0402E8          OCDS Control and Status
RIF1_KRSTCLR    0xFA0402EC          Kernel Reset Status Clear Register
RIF1_KRST1      0xFA0402F0          Kernel Reset Register 1
RIF1_KRST0      0xFA0402F4          Kernel Reset Register 0
RIF1_ACCEN1     0xFA0402F8          Access Enable Register 1
RIF1_ACCEN0     0xFA0402FC          Access Enable Register 0
SPULCKSTP_CLC   0xFA700000          Clock Control
SPULCKSTP_MODID 0xFA700004          Module Identification Register
SPULCKSTP_CTRL  0xFA700010          SPU Lockstep Control
SPULCKSTP_ERROR 0xFA700018          Error Monitoring Register
SPULCKSTP_ERRCLR 0xFA70001C          Error Clear
SPULCKSTP_TEST  0xFA700020          Alarm Test Register
SPULCKSTP_SPUCTRL 0xFA700024          SPU Control
SPULCKSTP_ACCEN0 0xFA7000E4          Access Enable Register 0
SPULCKSTP_ACCEN1 0xFA7000E8          Access Enable Register 1
SPU0_CLC        0xFA800000          Clock Control
SPU0_MODID      0xFA800004          Module Identification Register
SPU0_STAT       0xFA800008          Status and Reporting
SPU0_ID_CONF    0xFA800030          Input DMA Configuration
SPU0_ID_CONF2   0xFA800034          Input DMA Configuration 2
SPU0_ID_RM_CONF 0xFA800038          Input DMA Configuration: Radar Memory
SPU0_ID_RM_ILO  0xFA80003C          Inner Loop Address Offset
SPU0_ID_RM_OLO  0xFA800040          Outer Loop Address Offset
SPU0_ID_RM_BLO  0xFA800044          Bin Offset Address Configuration
SPU0_ID_RM_IOLR 0xFA800048          Inner and Outer Loop Repeat
SPU0_ID_RM_BLR  0xFA80004C          Bin Loop Repeat
SPU0_ID_RM_ACFG0 0xFA800050          Spare Configuration Register
SPU0_ID_RM_ACFG1 0xFA800054          Spare Configuration Register
SPU0_PACTR      0xFA800058          Partial-Acquisition Counter
SPU0_DPASS_CONF 0xFA80005C          Double Pass Configuration
SPU0_BE0_LDR_CONF 0xFA800060          Loader Configuration
SPU0_BE0_LDR_CONF2 0xFA800064          Loader Configuration E0tended
SPU0_BE0_A0_ANTOFST 0xFA800068          Antenna Offset
SPU0_BE0_A1_ANTOFST 0xFA80006C          Antenna Offset
SPU0_BE0_A2_ANTOFST 0xFA800070          Antenna Offset
SPU0_BE0_A3_ANTOFST 0xFA800074          Antenna Offset
SPU0_BE0_UNLDR_CONF 0xFA800078          Unloader Configuration
SPU0_BE0_UNLDR_CONF2 0xFA80007C          Unloader Configuration 2
SPU0_BE0_UNLDR_ACFG 0xFA800080          Spare Configuration Register
SPU0_BE0_ODP_CONF 0xFA800084          Output Data Processor Configuration
SPU0_BE0_NCICTRL 0xFA800088          NCI Control
SPU0_BE0_SUMCTRL 0xFA80008C          Summation Unit Control
SPU0_BE0_PWRSUM 0xFA800090          Power Summation
SPU0_BE0_PWRCTRL 0xFA800094          Power Information Channel Control
SPU0_BE0_CFARCTRL 0xFA800098          CFAR Module Control
SPU0_BE0_SBCTRL 0xFA80009C          Sideband Control
SPU0_BE1_LDR_CONF 0xFA8000A0          Loader Configuration
SPU0_BE1_LDR_CONF2 0xFA8000A4          Loader Configuration E1tended
SPU0_BE1_A0_ANTOFST 0xFA8000A8          Antenna Offset
SPU0_BE1_A1_ANTOFST 0xFA8000AC          Antenna Offset
SPU0_BE1_A2_ANTOFST 0xFA8000B0          Antenna Offset
SPU0_BE1_A3_ANTOFST 0xFA8000B4          Antenna Offset
SPU0_BE1_UNLDR_CONF 0xFA8000B8          Unloader Configuration
SPU0_BE1_UNLDR_CONF2 0xFA8000BC          Unloader Configuration 2
SPU0_BE1_UNLDR_ACFG 0xFA8000C0          Spare Configuration Register
SPU0_BE1_ODP_CONF 0xFA8000C4          Output Data Processor Configuration
SPU0_BE1_NCICTRL 0xFA8000C8          NCI Control
SPU0_BE1_SUMCTRL 0xFA8000CC          Summation Unit Control
SPU0_BE1_PWRSUM 0xFA8000D0          Power Summation
SPU0_BE1_PWRCTRL 0xFA8000D4          Power Information Channel Control
SPU0_BE1_CFARCTRL 0xFA8000D8          CFAR Module Control
SPU0_BE1_SBCTRL 0xFA8000DC          Sideband Control
SPU0_BIN0_REJ   0xFA8000E0          Bin Rejection Mask
SPU0_BIN1_REJ   0xFA8000E4          Bin Rejection Mask
SPU0_BIN2_REJ   0xFA8000E8          Bin Rejection Mask
SPU0_BIN3_REJ   0xFA8000EC          Bin Rejection Mask
SPU0_BIN4_REJ   0xFA8000F0          Bin Rejection Mask
SPU0_BIN5_REJ   0xFA8000F4          Bin Rejection Mask
SPU0_BIN6_REJ   0xFA8000F8          Bin Rejection Mask
SPU0_BIN7_REJ   0xFA8000FC          Bin Rejection Mask
SPU0_BIN8_REJ   0xFA800100          Bin Rejection Mask
SPU0_BIN9_REJ   0xFA800104          Bin Rejection Mask
SPU0_BIN10_REJ  0xFA800108          Bin Rejection Mask
SPU0_BIN11_REJ  0xFA80010C          Bin Rejection Mask
SPU0_BIN12_REJ  0xFA800110          Bin Rejection Mask
SPU0_BIN13_REJ  0xFA800114          Bin Rejection Mask
SPU0_BIN14_REJ  0xFA800118          Bin Rejection Mask
SPU0_BIN15_REJ  0xFA80011C          Bin Rejection Mask
SPU0_BIN16_REJ  0xFA800120          Bin Rejection Mask
SPU0_BIN17_REJ  0xFA800124          Bin Rejection Mask
SPU0_BIN18_REJ  0xFA800128          Bin Rejection Mask
SPU0_BIN19_REJ  0xFA80012C          Bin Rejection Mask
SPU0_BIN20_REJ  0xFA800130          Bin Rejection Mask
SPU0_BIN21_REJ  0xFA800134          Bin Rejection Mask
SPU0_BIN22_REJ  0xFA800138          Bin Rejection Mask
SPU0_BIN23_REJ  0xFA80013C          Bin Rejection Mask
SPU0_BIN24_REJ  0xFA800140          Bin Rejection Mask
SPU0_BIN25_REJ  0xFA800144          Bin Rejection Mask
SPU0_BIN26_REJ  0xFA800148          Bin Rejection Mask
SPU0_BIN27_REJ  0xFA80014C          Bin Rejection Mask
SPU0_BIN28_REJ  0xFA800150          Bin Rejection Mask
SPU0_BIN29_REJ  0xFA800154          Bin Rejection Mask
SPU0_BIN30_REJ  0xFA800158          Bin Rejection Mask
SPU0_BIN31_REJ  0xFA80015C          Bin Rejection Mask
SPU0_BIN32_REJ  0xFA800160          Bin Rejection Mask
SPU0_BIN33_REJ  0xFA800164          Bin Rejection Mask
SPU0_BIN34_REJ  0xFA800168          Bin Rejection Mask
SPU0_BIN35_REJ  0xFA80016C          Bin Rejection Mask
SPU0_BIN36_REJ  0xFA800170          Bin Rejection Mask
SPU0_BIN37_REJ  0xFA800174          Bin Rejection Mask
SPU0_BIN38_REJ  0xFA800178          Bin Rejection Mask
SPU0_BIN39_REJ  0xFA80017C          Bin Rejection Mask
SPU0_BIN40_REJ  0xFA800180          Bin Rejection Mask
SPU0_BIN41_REJ  0xFA800184          Bin Rejection Mask
SPU0_BIN42_REJ  0xFA800188          Bin Rejection Mask
SPU0_BIN43_REJ  0xFA80018C          Bin Rejection Mask
SPU0_BIN44_REJ  0xFA800190          Bin Rejection Mask
SPU0_BIN45_REJ  0xFA800194          Bin Rejection Mask
SPU0_BIN46_REJ  0xFA800198          Bin Rejection Mask
SPU0_BIN47_REJ  0xFA80019C          Bin Rejection Mask
SPU0_BIN48_REJ  0xFA8001A0          Bin Rejection Mask
SPU0_BIN49_REJ  0xFA8001A4          Bin Rejection Mask
SPU0_BIN50_REJ  0xFA8001A8          Bin Rejection Mask
SPU0_BIN51_REJ  0xFA8001AC          Bin Rejection Mask
SPU0_BIN52_REJ  0xFA8001B0          Bin Rejection Mask
SPU0_BIN53_REJ  0xFA8001B4          Bin Rejection Mask
SPU0_BIN54_REJ  0xFA8001B8          Bin Rejection Mask
SPU0_BIN55_REJ  0xFA8001BC          Bin Rejection Mask
SPU0_BIN56_REJ  0xFA8001C0          Bin Rejection Mask
SPU0_BIN57_REJ  0xFA8001C4          Bin Rejection Mask
SPU0_BIN58_REJ  0xFA8001C8          Bin Rejection Mask
SPU0_BIN59_REJ  0xFA8001CC          Bin Rejection Mask
SPU0_BIN60_REJ  0xFA8001D0          Bin Rejection Mask
SPU0_BIN61_REJ  0xFA8001D4          Bin Rejection Mask
SPU0_BIN62_REJ  0xFA8001D8          Bin Rejection Mask
SPU0_BIN63_REJ  0xFA8001DC          Bin Rejection Mask
SPU0_MAGAPPROX  0xFA8001E0          Magnitude Approximation Constants
SPU0_NCISCALAR0 0xFA8001E4          NCI Antennae Scaling Factor
SPU0_NCISCALAR1 0xFA8001E8          NCI Antennae Scaling Factor
SPU0_NCISCALAR2 0xFA8001EC          NCI Antennae Scaling Factor
SPU0_NCISCALAR3 0xFA8001F0          NCI Antennae Scaling Factor
SPU0_CFARCFG    0xFA8001F4          CFAR Configuration
SPU0_CFARCFG2   0xFA8001F8          CFAR Configuration 2
SPU0_CFARCFG3   0xFA8001FC          CFAR Configuration 3
SPU0_SCALARADD  0xFA800200          Scalar Addition Operand
SPU0_SCALARMULT 0xFA800204          Scalar Multiplication Operand
SPU0_BINREJCTRL 0xFA800208          Bin Rejection Unit Control
SPU0_LCLMAX     0xFA80020C          Local Maximum Control
SPU0_ACFG2      0xFA800210          Spare Configuration Register
SPU0_REGCRC     0xFA800218          Register CRC
SPU0_CTRL       0xFA80021C          SPU Control
SPU0_MD0_METADATA 0xFA800220          Dataset Metadata
SPU0_MD0_BINCOUNT 0xFA800224          Bin Rejection Unit Tracking
SPU0_MD0_MASK0_ACCEPT 0xFA800228          Bin Acceptance Mask
SPU0_MD0_MASK1_ACCEPT 0xFA80022C          Bin Acceptance Mask
SPU0_MD0_MASK2_ACCEPT 0xFA800230          Bin Acceptance Mask
SPU0_MD0_MASK3_ACCEPT 0xFA800234          Bin Acceptance Mask
SPU0_MD0_MASK4_ACCEPT 0xFA800238          Bin Acceptance Mask
SPU0_MD0_MASK5_ACCEPT 0xFA80023C          Bin Acceptance Mask
SPU0_MD0_MASK6_ACCEPT 0xFA800240          Bin Acceptance Mask
SPU0_MD0_MASK7_ACCEPT 0xFA800244          Bin Acceptance Mask
SPU0_MD0_MASK8_ACCEPT 0xFA800248          Bin Acceptance Mask
SPU0_MD0_MASK9_ACCEPT 0xFA80024C          Bin Acceptance Mask
SPU0_MD0_MASK10_ACCEPT 0xFA800250          Bin Acceptance Mask
SPU0_MD0_MASK11_ACCEPT 0xFA800254          Bin Acceptance Mask
SPU0_MD0_MASK12_ACCEPT 0xFA800258          Bin Acceptance Mask
SPU0_MD0_MASK13_ACCEPT 0xFA80025C          Bin Acceptance Mask
SPU0_MD0_MASK14_ACCEPT 0xFA800260          Bin Acceptance Mask
SPU0_MD0_MASK15_ACCEPT 0xFA800264          Bin Acceptance Mask
SPU0_MD0_MASK16_ACCEPT 0xFA800268          Bin Acceptance Mask
SPU0_MD0_MASK17_ACCEPT 0xFA80026C          Bin Acceptance Mask
SPU0_MD0_MASK18_ACCEPT 0xFA800270          Bin Acceptance Mask
SPU0_MD0_MASK19_ACCEPT 0xFA800274          Bin Acceptance Mask
SPU0_MD0_MASK20_ACCEPT 0xFA800278          Bin Acceptance Mask
SPU0_MD0_MASK21_ACCEPT 0xFA80027C          Bin Acceptance Mask
SPU0_MD0_MASK22_ACCEPT 0xFA800280          Bin Acceptance Mask
SPU0_MD0_MASK23_ACCEPT 0xFA800284          Bin Acceptance Mask
SPU0_MD0_MASK24_ACCEPT 0xFA800288          Bin Acceptance Mask
SPU0_MD0_MASK25_ACCEPT 0xFA80028C          Bin Acceptance Mask
SPU0_MD0_MASK26_ACCEPT 0xFA800290          Bin Acceptance Mask
SPU0_MD0_MASK27_ACCEPT 0xFA800294          Bin Acceptance Mask
SPU0_MD0_MASK28_ACCEPT 0xFA800298          Bin Acceptance Mask
SPU0_MD0_MASK29_ACCEPT 0xFA80029C          Bin Acceptance Mask
SPU0_MD0_MASK30_ACCEPT 0xFA8002A0          Bin Acceptance Mask
SPU0_MD0_MASK31_ACCEPT 0xFA8002A4          Bin Acceptance Mask
SPU0_MD1_METADATA 0xFA8002A8          Dataset Metadata
SPU0_MD1_BINCOUNT 0xFA8002AC          Bin Rejection Unit Tracking
SPU0_MD1_MASK0_ACCEPT 0xFA8002B0          Bin Acceptance Mask
SPU0_MD1_MASK1_ACCEPT 0xFA8002B4          Bin Acceptance Mask
SPU0_MD1_MASK2_ACCEPT 0xFA8002B8          Bin Acceptance Mask
SPU0_MD1_MASK3_ACCEPT 0xFA8002BC          Bin Acceptance Mask
SPU0_MD1_MASK4_ACCEPT 0xFA8002C0          Bin Acceptance Mask
SPU0_MD1_MASK5_ACCEPT 0xFA8002C4          Bin Acceptance Mask
SPU0_MD1_MASK6_ACCEPT 0xFA8002C8          Bin Acceptance Mask
SPU0_MD1_MASK7_ACCEPT 0xFA8002CC          Bin Acceptance Mask
SPU0_MD1_MASK8_ACCEPT 0xFA8002D0          Bin Acceptance Mask
SPU0_MD1_MASK9_ACCEPT 0xFA8002D4          Bin Acceptance Mask
SPU0_MD1_MASK10_ACCEPT 0xFA8002D8          Bin Acceptance Mask
SPU0_MD1_MASK11_ACCEPT 0xFA8002DC          Bin Acceptance Mask
SPU0_MD1_MASK12_ACCEPT 0xFA8002E0          Bin Acceptance Mask
SPU0_MD1_MASK13_ACCEPT 0xFA8002E4          Bin Acceptance Mask
SPU0_MD1_MASK14_ACCEPT 0xFA8002E8          Bin Acceptance Mask
SPU0_MD1_MASK15_ACCEPT 0xFA8002EC          Bin Acceptance Mask
SPU0_MD1_MASK16_ACCEPT 0xFA8002F0          Bin Acceptance Mask
SPU0_MD1_MASK17_ACCEPT 0xFA8002F4          Bin Acceptance Mask
SPU0_MD1_MASK18_ACCEPT 0xFA8002F8          Bin Acceptance Mask
SPU0_MD1_MASK19_ACCEPT 0xFA8002FC          Bin Acceptance Mask
SPU0_MD1_MASK20_ACCEPT 0xFA800300          Bin Acceptance Mask
SPU0_MD1_MASK21_ACCEPT 0xFA800304          Bin Acceptance Mask
SPU0_MD1_MASK22_ACCEPT 0xFA800308          Bin Acceptance Mask
SPU0_MD1_MASK23_ACCEPT 0xFA80030C          Bin Acceptance Mask
SPU0_MD1_MASK24_ACCEPT 0xFA800310          Bin Acceptance Mask
SPU0_MD1_MASK25_ACCEPT 0xFA800314          Bin Acceptance Mask
SPU0_MD1_MASK26_ACCEPT 0xFA800318          Bin Acceptance Mask
SPU0_MD1_MASK27_ACCEPT 0xFA80031C          Bin Acceptance Mask
SPU0_MD1_MASK28_ACCEPT 0xFA800320          Bin Acceptance Mask
SPU0_MD1_MASK29_ACCEPT 0xFA800324          Bin Acceptance Mask
SPU0_MD1_MASK30_ACCEPT 0xFA800328          Bin Acceptance Mask
SPU0_MD1_MASK31_ACCEPT 0xFA80032C          Bin Acceptance Mask
SPU0_IDMCNT     0xFA800330          Input DMA Count
SPU0_IBMCNT     0xFA800334          Input Buffer Memory Count
SPU0_LDRCNT     0xFA800338          Input Buffer Memory Read Count
SPU0_FFTWCNT    0xFA80033C          FFT Load Count
SPU0_FFTRCNT    0xFA800340          FFT Unload Count
SPU0_ULDRCNT    0xFA800344          Output Buffer Memory Write Count
SPU0_ODMCNT     0xFA800348          Output Buffer Memory Read Count
SPU0_BRCNT      0xFA80034C          Bin Rejection Unit Load Count
SPU0_CFARCNT    0xFA800350          CFAR Unit Load Count
SPU0_ODMACNT0   0xFA800354          Output DMA Port Write Count
SPU0_ODMACNT1   0xFA800358          Output DMA Port Write Count
SPU0_ODMACNT2   0xFA80035C          Output DMA Port Write Count
SPU0_ODMACNT3   0xFA800360          Output DMA Port Write Count
SPU0_ODMACNT4   0xFA800364          Output DMA Port Write Count
SPU0_ODMACNT5   0xFA800368          Output DMA Port Write Count
SPU0_ODMACNT6   0xFA80036C          Output DMA Port Write Count
SPU0_ODMACNT7   0xFA800370          Output DMA Port Write Count
SPU0_CNTCLR     0xFA800374          Safety Counter Clear
SPU0_MONITOR    0xFA800378          SPU Monitor
SPU0_SMCTRL     0xFA80037C          Safety Mechanism Control Functions
SPU0_SMSTAT     0xFA800380          Safety Mechanism Status
SPU0_SMUSER     0xFA800384          Safety Mechanism Control Functions [User)
SPU0_DATA0_CRC  0xFA800388          Monitor CRC Register
SPU0_DATA1_CRC  0xFA80038C          Monitor CRC Register
SPU0_DATA2_CRC  0xFA800390          Monitor CRC Register
SPU0_DATA3_CRC  0xFA800394          Monitor CRC Register
SPU0_DATA4_CRC  0xFA800398          Monitor CRC Register
SPU0_DATA5_CRC  0xFA80039C          Monitor CRC Register
SPU0_DATA6_CRC  0xFA8003A0          Monitor CRC Register
SPU0_DATA7_CRC  0xFA8003A4          Monitor CRC Register
SPU0_DATA8_CRC  0xFA8003A8          Monitor CRC Register
SPU0_DATA9_CRC  0xFA8003AC          Monitor CRC Register
SPU0_DATA10_CRC 0xFA8003B0          Monitor CRC Register
SPU0_DATA11_CRC 0xFA8003B4          Monitor CRC Register
SPU0_DATA12_CRC 0xFA8003B8          Monitor CRC Register
SPU0_DATA13_CRC 0xFA8003BC          Monitor CRC Register
SPU0_DATA14_CRC 0xFA8003C0          Monitor CRC Register
SPU0_DATA15_CRC 0xFA8003C4          Monitor CRC Register
SPU0_DATA16_CRC 0xFA8003C8          Monitor CRC Register
SPU0_DATA17_CRC 0xFA8003CC          Monitor CRC Register
SPU0_DATA18_CRC 0xFA8003D0          Monitor CRC Register
SPU0_DATA19_CRC 0xFA8003D4          Monitor CRC Register
SPU0_DATA20_CRC 0xFA8003D8          Monitor CRC Register
SPU0_DATA21_CRC 0xFA8003DC          Monitor CRC Register
SPU0_DATA22_CRC 0xFA8003E0          Monitor CRC Register
SPU0_DATA23_CRC 0xFA8003E4          Monitor CRC Register
SPU0_DATA24_CRC 0xFA8003E8          Monitor CRC Register
SPU0_DATA25_CRC 0xFA8003EC          Monitor CRC Register
SPU0_DATA26_CRC 0xFA8003F0          Monitor CRC Register
SPU0_DATA27_CRC 0xFA8003F4          Monitor CRC Register
SPU0_DATA28_CRC 0xFA8003F8          Monitor CRC Register
SPU0_DATA29_CRC 0xFA8003FC          Monitor CRC Register
SPU0_DATA30_CRC 0xFA800400          Monitor CRC Register
SPU0_DATA31_CRC 0xFA800404          Monitor CRC Register
SPU0_DATA32_CRC 0xFA800408          Monitor CRC Register
SPU0_DATA33_CRC 0xFA80040C          Monitor CRC Register
SPU0_DATA34_CRC 0xFA800410          Monitor CRC Register
SPU0_DATA35_CRC 0xFA800414          Monitor CRC Register
SPU0_DATA36_CRC 0xFA800418          Monitor CRC Register
SPU0_DATA37_CRC 0xFA80041C          Monitor CRC Register
SPU0_DATA38_CRC 0xFA800420          Monitor CRC Register
SPU0_DATA39_CRC 0xFA800424          Monitor CRC Register
SPU0_DATA40_CRC 0xFA800428          Monitor CRC Register
SPU0_DATA41_CRC 0xFA80042C          Monitor CRC Register
SPU0_DATA42_CRC 0xFA800430          Monitor CRC Register
SPU0_DATA43_CRC 0xFA800434          Monitor CRC Register
SPU0_DATA44_CRC 0xFA800438          Monitor CRC Register
SPU0_DATA45_CRC 0xFA80043C          Monitor CRC Register
SPU0_DATA46_CRC 0xFA800440          Monitor CRC Register
SPU0_DATA47_CRC 0xFA800444          Monitor CRC Register
SPU0_DATA48_CRC 0xFA800448          Monitor CRC Register
SPU0_DATA49_CRC 0xFA80044C          Monitor CRC Register
SPU0_DATA50_CRC 0xFA800450          Monitor CRC Register
SPU0_DATA51_CRC 0xFA800454          Monitor CRC Register
SPU0_DATA52_CRC 0xFA800458          Monitor CRC Register
SPU0_DATA53_CRC 0xFA80045C          Monitor CRC Register
SPU0_DATA54_CRC 0xFA800460          Monitor CRC Register
SPU0_DATA55_CRC 0xFA800464          Monitor CRC Register
SPU0_DATA56_CRC 0xFA800468          Monitor CRC Register
SPU0_DATA57_CRC 0xFA80046C          Monitor CRC Register
SPU0_DATA58_CRC 0xFA800470          Monitor CRC Register
SPU0_DATA59_CRC 0xFA800474          Monitor CRC Register
SPU0_DATA60_CRC 0xFA800478          Monitor CRC Register
SPU0_DATA61_CRC 0xFA80047C          Monitor CRC Register
SPU0_DATA62_CRC 0xFA800480          Monitor CRC Register
SPU0_DATA63_CRC 0xFA800484          Monitor CRC Register
SPU0_DATA64_CRC 0xFA800488          Monitor CRC Register
SPU0_DATA65_CRC 0xFA80048C          Monitor CRC Register
SPU0_DATA66_CRC 0xFA800490          Monitor CRC Register
SPU0_DATA67_CRC 0xFA800494          Monitor CRC Register
SPU0_DATA68_CRC 0xFA800498          Monitor CRC Register
SPU0_DATA69_CRC 0xFA80049C          Monitor CRC Register
SPU0_DATA70_CRC 0xFA8004A0          Monitor CRC Register
SPU0_DATA71_CRC 0xFA8004A4          Monitor CRC Register
SPU0_DATA72_CRC 0xFA8004A8          Monitor CRC Register
SPU0_DATA73_CRC 0xFA8004AC          Monitor CRC Register
SPU0_DATA74_CRC 0xFA8004B0          Monitor CRC Register
SPU0_DATA75_CRC 0xFA8004B4          Monitor CRC Register
SPU0_DATA76_CRC 0xFA8004B8          Monitor CRC Register
SPU0_DATA77_CRC 0xFA8004BC          Monitor CRC Register
SPU0_DATA78_CRC 0xFA8004C0          Monitor CRC Register
SPU0_DATA79_CRC 0xFA8004C4          Monitor CRC Register
SPU0_DATA80_CRC 0xFA8004C8          Monitor CRC Register
SPU0_DATA81_CRC 0xFA8004CC          Monitor CRC Register
SPU0_DATA82_CRC 0xFA8004D0          Monitor CRC Register
SPU0_DATA83_CRC 0xFA8004D4          Monitor CRC Register
SPU0_DATA84_CRC 0xFA8004D8          Monitor CRC Register
SPU0_DATA85_CRC 0xFA8004DC          Monitor CRC Register
SPU0_CTRL0_CRC  0xFA800500          Monitor CRC Register
SPU0_CTRL1_CRC  0xFA800504          Monitor CRC Register
SPU0_CTRL2_CRC  0xFA800508          Monitor CRC Register
SPU0_CTRL3_CRC  0xFA80050C          Monitor CRC Register
SPU0_CTRL4_CRC  0xFA800510          Monitor CRC Register
SPU0_CTRL5_CRC  0xFA800514          Monitor CRC Register
SPU0_CTRL6_CRC  0xFA800518          Monitor CRC Register
SPU0_CTRL7_CRC  0xFA80051C          Monitor CRC Register
SPU0_CTRL8_CRC  0xFA800520          Monitor CRC Register
SPU0_CTRL9_CRC  0xFA800524          Monitor CRC Register
SPU0_CTRL10_CRC 0xFA800528          Monitor CRC Register
SPU0_CTRL11_CRC 0xFA80052C          Monitor CRC Register
SPU0_CTRL12_CRC 0xFA800530          Monitor CRC Register
SPU0_CTRL13_CRC 0xFA800534          Monitor CRC Register
SPU0_CTRL14_CRC 0xFA800538          Monitor CRC Register
SPU0_CTRL15_CRC 0xFA80053C          Monitor CRC Register
SPU0_CTRL16_CRC 0xFA800540          Monitor CRC Register
SPU0_CTRL17_CRC 0xFA800544          Monitor CRC Register
SPU0_CTRL18_CRC 0xFA800548          Monitor CRC Register
SPU0_CTRL19_CRC 0xFA80054C          Monitor CRC Register
SPU0_CTRL20_CRC 0xFA800550          Monitor CRC Register
SPU0_CTRL21_CRC 0xFA800554          Monitor CRC Register
SPU0_CTRL22_CRC 0xFA800558          Monitor CRC Register
SPU0_CTRL23_CRC 0xFA80055C          Monitor CRC Register
SPU0_CTRL24_CRC 0xFA800560          Monitor CRC Register
SPU0_USROTC     0xFA8007E0          User OCDS Trace Control
SPU0_ACCEN0     0xFA8007E4          Access Enable Register 0
SPU0_ACCEN1     0xFA8007E8          Access Enable Register 1
SPU0_OCS        0xFA8007EC          OCDS Control and Status
SPU0_ODA        0xFA8007F0          OCDS Debug Access Register
SPU0_KRST0      0xFA8007F4          Kernel Reset Register 0
SPU0_KRST1      0xFA8007F8          Kernel Reset Register 1
SPU0_KRSTCLR    0xFA8007FC          Kernel Reset Clear
SPU1_CLC        0xFAC00000          Clock Control
SPU1_MODID      0xFAC00004          Module Identification Register
SPU1_STAT       0xFAC00008          Status and Reporting
SPU1_ID_CONF    0xFAC00030          Input DMA Configuration
SPU1_ID_CONF2   0xFAC00034          Input DMA Configuration 2
SPU1_ID_RM_CONF 0xFAC00038          Input DMA Configuration: Radar Memory
SPU1_ID_RM_ILO  0xFAC0003C          Inner Loop Address Offset
SPU1_ID_RM_OLO  0xFAC00040          Outer Loop Address Offset
SPU1_ID_RM_BLO  0xFAC00044          Bin Offset Address Configuration
SPU1_ID_RM_IOLR 0xFAC00048          Inner and Outer Loop Repeat
SPU1_ID_RM_BLR  0xFAC0004C          Bin Loop Repeat
SPU1_ID_RM_ACFG0 0xFAC00050          Spare Configuration Register
SPU1_ID_RM_ACFG1 0xFAC00054          Spare Configuration Register
SPU1_PACTR      0xFAC00058          Partial-Acquisition Counter
SPU1_DPASS_CONF 0xFAC0005C          Double Pass Configuration
SPU1_BE0_LDR_CONF 0xFAC00060          Loader Configuration
SPU1_BE0_LDR_CONF2 0xFAC00064          Loader Configuration E0tended
SPU1_BE0_A0_ANTOFST 0xFAC00068          Antenna Offset
SPU1_BE0_A1_ANTOFST 0xFAC0006C          Antenna Offset
SPU1_BE0_A2_ANTOFST 0xFAC00070          Antenna Offset
SPU1_BE0_A3_ANTOFST 0xFAC00074          Antenna Offset
SPU1_BE0_UNLDR_CONF 0xFAC00078          Unloader Configuration
SPU1_BE0_UNLDR_CONF2 0xFAC0007C          Unloader Configuration 2
SPU1_BE0_UNLDR_ACFG 0xFAC00080          Spare Configuration Register
SPU1_BE0_ODP_CONF 0xFAC00084          Output Data Processor Configuration
SPU1_BE0_NCICTRL 0xFAC00088          NCI Control
SPU1_BE0_SUMCTRL 0xFAC0008C          Summation Unit Control
SPU1_BE0_PWRSUM 0xFAC00090          Power Summation
SPU1_BE0_PWRCTRL 0xFAC00094          Power Information Channel Control
SPU1_BE0_CFARCTRL 0xFAC00098          CFAR Module Control
SPU1_BE0_SBCTRL 0xFAC0009C          Sideband Control
SPU1_BE1_LDR_CONF 0xFAC000A0          Loader Configuration
SPU1_BE1_LDR_CONF2 0xFAC000A4          Loader Configuration E1tended
SPU1_BE1_A0_ANTOFST 0xFAC000A8          Antenna Offset
SPU1_BE1_A1_ANTOFST 0xFAC000AC          Antenna Offset
SPU1_BE1_A2_ANTOFST 0xFAC000B0          Antenna Offset
SPU1_BE1_A3_ANTOFST 0xFAC000B4          Antenna Offset
SPU1_BE1_UNLDR_CONF 0xFAC000B8          Unloader Configuration
SPU1_BE1_UNLDR_CONF2 0xFAC000BC          Unloader Configuration 2
SPU1_BE1_UNLDR_ACFG 0xFAC000C0          Spare Configuration Register
SPU1_BE1_ODP_CONF 0xFAC000C4          Output Data Processor Configuration
SPU1_BE1_NCICTRL 0xFAC000C8          NCI Control
SPU1_BE1_SUMCTRL 0xFAC000CC          Summation Unit Control
SPU1_BE1_PWRSUM 0xFAC000D0          Power Summation
SPU1_BE1_PWRCTRL 0xFAC000D4          Power Information Channel Control
SPU1_BE1_CFARCTRL 0xFAC000D8          CFAR Module Control
SPU1_BE1_SBCTRL 0xFAC000DC          Sideband Control
SPU1_BIN0_REJ   0xFAC000E0          Bin Rejection Mask
SPU1_BIN1_REJ   0xFAC000E4          Bin Rejection Mask
SPU1_BIN2_REJ   0xFAC000E8          Bin Rejection Mask
SPU1_BIN3_REJ   0xFAC000EC          Bin Rejection Mask
SPU1_BIN4_REJ   0xFAC000F0          Bin Rejection Mask
SPU1_BIN5_REJ   0xFAC000F4          Bin Rejection Mask
SPU1_BIN6_REJ   0xFAC000F8          Bin Rejection Mask
SPU1_BIN7_REJ   0xFAC000FC          Bin Rejection Mask
SPU1_BIN8_REJ   0xFAC00100          Bin Rejection Mask
SPU1_BIN9_REJ   0xFAC00104          Bin Rejection Mask
SPU1_BIN10_REJ  0xFAC00108          Bin Rejection Mask
SPU1_BIN11_REJ  0xFAC0010C          Bin Rejection Mask
SPU1_BIN12_REJ  0xFAC00110          Bin Rejection Mask
SPU1_BIN13_REJ  0xFAC00114          Bin Rejection Mask
SPU1_BIN14_REJ  0xFAC00118          Bin Rejection Mask
SPU1_BIN15_REJ  0xFAC0011C          Bin Rejection Mask
SPU1_BIN16_REJ  0xFAC00120          Bin Rejection Mask
SPU1_BIN17_REJ  0xFAC00124          Bin Rejection Mask
SPU1_BIN18_REJ  0xFAC00128          Bin Rejection Mask
SPU1_BIN19_REJ  0xFAC0012C          Bin Rejection Mask
SPU1_BIN20_REJ  0xFAC00130          Bin Rejection Mask
SPU1_BIN21_REJ  0xFAC00134          Bin Rejection Mask
SPU1_BIN22_REJ  0xFAC00138          Bin Rejection Mask
SPU1_BIN23_REJ  0xFAC0013C          Bin Rejection Mask
SPU1_BIN24_REJ  0xFAC00140          Bin Rejection Mask
SPU1_BIN25_REJ  0xFAC00144          Bin Rejection Mask
SPU1_BIN26_REJ  0xFAC00148          Bin Rejection Mask
SPU1_BIN27_REJ  0xFAC0014C          Bin Rejection Mask
SPU1_BIN28_REJ  0xFAC00150          Bin Rejection Mask
SPU1_BIN29_REJ  0xFAC00154          Bin Rejection Mask
SPU1_BIN30_REJ  0xFAC00158          Bin Rejection Mask
SPU1_BIN31_REJ  0xFAC0015C          Bin Rejection Mask
SPU1_BIN32_REJ  0xFAC00160          Bin Rejection Mask
SPU1_BIN33_REJ  0xFAC00164          Bin Rejection Mask
SPU1_BIN34_REJ  0xFAC00168          Bin Rejection Mask
SPU1_BIN35_REJ  0xFAC0016C          Bin Rejection Mask
SPU1_BIN36_REJ  0xFAC00170          Bin Rejection Mask
SPU1_BIN37_REJ  0xFAC00174          Bin Rejection Mask
SPU1_BIN38_REJ  0xFAC00178          Bin Rejection Mask
SPU1_BIN39_REJ  0xFAC0017C          Bin Rejection Mask
SPU1_BIN40_REJ  0xFAC00180          Bin Rejection Mask
SPU1_BIN41_REJ  0xFAC00184          Bin Rejection Mask
SPU1_BIN42_REJ  0xFAC00188          Bin Rejection Mask
SPU1_BIN43_REJ  0xFAC0018C          Bin Rejection Mask
SPU1_BIN44_REJ  0xFAC00190          Bin Rejection Mask
SPU1_BIN45_REJ  0xFAC00194          Bin Rejection Mask
SPU1_BIN46_REJ  0xFAC00198          Bin Rejection Mask
SPU1_BIN47_REJ  0xFAC0019C          Bin Rejection Mask
SPU1_BIN48_REJ  0xFAC001A0          Bin Rejection Mask
SPU1_BIN49_REJ  0xFAC001A4          Bin Rejection Mask
SPU1_BIN50_REJ  0xFAC001A8          Bin Rejection Mask
SPU1_BIN51_REJ  0xFAC001AC          Bin Rejection Mask
SPU1_BIN52_REJ  0xFAC001B0          Bin Rejection Mask
SPU1_BIN53_REJ  0xFAC001B4          Bin Rejection Mask
SPU1_BIN54_REJ  0xFAC001B8          Bin Rejection Mask
SPU1_BIN55_REJ  0xFAC001BC          Bin Rejection Mask
SPU1_BIN56_REJ  0xFAC001C0          Bin Rejection Mask
SPU1_BIN57_REJ  0xFAC001C4          Bin Rejection Mask
SPU1_BIN58_REJ  0xFAC001C8          Bin Rejection Mask
SPU1_BIN59_REJ  0xFAC001CC          Bin Rejection Mask
SPU1_BIN60_REJ  0xFAC001D0          Bin Rejection Mask
SPU1_BIN61_REJ  0xFAC001D4          Bin Rejection Mask
SPU1_BIN62_REJ  0xFAC001D8          Bin Rejection Mask
SPU1_BIN63_REJ  0xFAC001DC          Bin Rejection Mask
SPU1_MAGAPPROX  0xFAC001E0          Magnitude Approximation Constants
SPU1_NCISCALAR0 0xFAC001E4          NCI Antennae Scaling Factor
SPU1_NCISCALAR1 0xFAC001E8          NCI Antennae Scaling Factor
SPU1_NCISCALAR2 0xFAC001EC          NCI Antennae Scaling Factor
SPU1_NCISCALAR3 0xFAC001F0          NCI Antennae Scaling Factor
SPU1_CFARCFG    0xFAC001F4          CFAR Configuration
SPU1_CFARCFG2   0xFAC001F8          CFAR Configuration 2
SPU1_CFARCFG3   0xFAC001FC          CFAR Configuration 3
SPU1_SCALARADD  0xFAC00200          Scalar Addition Operand
SPU1_SCALARMULT 0xFAC00204          Scalar Multiplication Operand
SPU1_BINREJCTRL 0xFAC00208          Bin Rejection Unit Control
SPU1_LCLMAX     0xFAC0020C          Local Maximum Control
SPU1_ACFG2      0xFAC00210          Spare Configuration Register
SPU1_REGCRC     0xFAC00218          Register CRC
SPU1_CTRL       0xFAC0021C          SPU Control
SPU1_MD0_METADATA 0xFAC00220          Dataset Metadata
SPU1_MD0_BINCOUNT 0xFAC00224          Bin Rejection Unit Tracking
SPU1_MD0_MASK0_ACCEPT 0xFAC00228          Bin Acceptance Mask
SPU1_MD0_MASK1_ACCEPT 0xFAC0022C          Bin Acceptance Mask
SPU1_MD0_MASK2_ACCEPT 0xFAC00230          Bin Acceptance Mask
SPU1_MD0_MASK3_ACCEPT 0xFAC00234          Bin Acceptance Mask
SPU1_MD0_MASK4_ACCEPT 0xFAC00238          Bin Acceptance Mask
SPU1_MD0_MASK5_ACCEPT 0xFAC0023C          Bin Acceptance Mask
SPU1_MD0_MASK6_ACCEPT 0xFAC00240          Bin Acceptance Mask
SPU1_MD0_MASK7_ACCEPT 0xFAC00244          Bin Acceptance Mask
SPU1_MD0_MASK8_ACCEPT 0xFAC00248          Bin Acceptance Mask
SPU1_MD0_MASK9_ACCEPT 0xFAC0024C          Bin Acceptance Mask
SPU1_MD0_MASK10_ACCEPT 0xFAC00250          Bin Acceptance Mask
SPU1_MD0_MASK11_ACCEPT 0xFAC00254          Bin Acceptance Mask
SPU1_MD0_MASK12_ACCEPT 0xFAC00258          Bin Acceptance Mask
SPU1_MD0_MASK13_ACCEPT 0xFAC0025C          Bin Acceptance Mask
SPU1_MD0_MASK14_ACCEPT 0xFAC00260          Bin Acceptance Mask
SPU1_MD0_MASK15_ACCEPT 0xFAC00264          Bin Acceptance Mask
SPU1_MD0_MASK16_ACCEPT 0xFAC00268          Bin Acceptance Mask
SPU1_MD0_MASK17_ACCEPT 0xFAC0026C          Bin Acceptance Mask
SPU1_MD0_MASK18_ACCEPT 0xFAC00270          Bin Acceptance Mask
SPU1_MD0_MASK19_ACCEPT 0xFAC00274          Bin Acceptance Mask
SPU1_MD0_MASK20_ACCEPT 0xFAC00278          Bin Acceptance Mask
SPU1_MD0_MASK21_ACCEPT 0xFAC0027C          Bin Acceptance Mask
SPU1_MD0_MASK22_ACCEPT 0xFAC00280          Bin Acceptance Mask
SPU1_MD0_MASK23_ACCEPT 0xFAC00284          Bin Acceptance Mask
SPU1_MD0_MASK24_ACCEPT 0xFAC00288          Bin Acceptance Mask
SPU1_MD0_MASK25_ACCEPT 0xFAC0028C          Bin Acceptance Mask
SPU1_MD0_MASK26_ACCEPT 0xFAC00290          Bin Acceptance Mask
SPU1_MD0_MASK27_ACCEPT 0xFAC00294          Bin Acceptance Mask
SPU1_MD0_MASK28_ACCEPT 0xFAC00298          Bin Acceptance Mask
SPU1_MD0_MASK29_ACCEPT 0xFAC0029C          Bin Acceptance Mask
SPU1_MD0_MASK30_ACCEPT 0xFAC002A0          Bin Acceptance Mask
SPU1_MD0_MASK31_ACCEPT 0xFAC002A4          Bin Acceptance Mask
SPU1_MD1_METADATA 0xFAC002A8          Dataset Metadata
SPU1_MD1_BINCOUNT 0xFAC002AC          Bin Rejection Unit Tracking
SPU1_MD1_MASK0_ACCEPT 0xFAC002B0          Bin Acceptance Mask
SPU1_MD1_MASK1_ACCEPT 0xFAC002B4          Bin Acceptance Mask
SPU1_MD1_MASK2_ACCEPT 0xFAC002B8          Bin Acceptance Mask
SPU1_MD1_MASK3_ACCEPT 0xFAC002BC          Bin Acceptance Mask
SPU1_MD1_MASK4_ACCEPT 0xFAC002C0          Bin Acceptance Mask
SPU1_MD1_MASK5_ACCEPT 0xFAC002C4          Bin Acceptance Mask
SPU1_MD1_MASK6_ACCEPT 0xFAC002C8          Bin Acceptance Mask
SPU1_MD1_MASK7_ACCEPT 0xFAC002CC          Bin Acceptance Mask
SPU1_MD1_MASK8_ACCEPT 0xFAC002D0          Bin Acceptance Mask
SPU1_MD1_MASK9_ACCEPT 0xFAC002D4          Bin Acceptance Mask
SPU1_MD1_MASK10_ACCEPT 0xFAC002D8          Bin Acceptance Mask
SPU1_MD1_MASK11_ACCEPT 0xFAC002DC          Bin Acceptance Mask
SPU1_MD1_MASK12_ACCEPT 0xFAC002E0          Bin Acceptance Mask
SPU1_MD1_MASK13_ACCEPT 0xFAC002E4          Bin Acceptance Mask
SPU1_MD1_MASK14_ACCEPT 0xFAC002E8          Bin Acceptance Mask
SPU1_MD1_MASK15_ACCEPT 0xFAC002EC          Bin Acceptance Mask
SPU1_MD1_MASK16_ACCEPT 0xFAC002F0          Bin Acceptance Mask
SPU1_MD1_MASK17_ACCEPT 0xFAC002F4          Bin Acceptance Mask
SPU1_MD1_MASK18_ACCEPT 0xFAC002F8          Bin Acceptance Mask
SPU1_MD1_MASK19_ACCEPT 0xFAC002FC          Bin Acceptance Mask
SPU1_MD1_MASK20_ACCEPT 0xFAC00300          Bin Acceptance Mask
SPU1_MD1_MASK21_ACCEPT 0xFAC00304          Bin Acceptance Mask
SPU1_MD1_MASK22_ACCEPT 0xFAC00308          Bin Acceptance Mask
SPU1_MD1_MASK23_ACCEPT 0xFAC0030C          Bin Acceptance Mask
SPU1_MD1_MASK24_ACCEPT 0xFAC00310          Bin Acceptance Mask
SPU1_MD1_MASK25_ACCEPT 0xFAC00314          Bin Acceptance Mask
SPU1_MD1_MASK26_ACCEPT 0xFAC00318          Bin Acceptance Mask
SPU1_MD1_MASK27_ACCEPT 0xFAC0031C          Bin Acceptance Mask
SPU1_MD1_MASK28_ACCEPT 0xFAC00320          Bin Acceptance Mask
SPU1_MD1_MASK29_ACCEPT 0xFAC00324          Bin Acceptance Mask
SPU1_MD1_MASK30_ACCEPT 0xFAC00328          Bin Acceptance Mask
SPU1_MD1_MASK31_ACCEPT 0xFAC0032C          Bin Acceptance Mask
SPU1_IDMCNT     0xFAC00330          Input DMA Count
SPU1_IBMCNT     0xFAC00334          Input Buffer Memory Count
SPU1_LDRCNT     0xFAC00338          Input Buffer Memory Read Count
SPU1_FFTWCNT    0xFAC0033C          FFT Load Count
SPU1_FFTRCNT    0xFAC00340          FFT Unload Count
SPU1_ULDRCNT    0xFAC00344          Output Buffer Memory Write Count
SPU1_ODMCNT     0xFAC00348          Output Buffer Memory Read Count
SPU1_BRCNT      0xFAC0034C          Bin Rejection Unit Load Count
SPU1_CFARCNT    0xFAC00350          CFAR Unit Load Count
SPU1_ODMACNT0   0xFAC00354          Output DMA Port Write Count
SPU1_ODMACNT1   0xFAC00358          Output DMA Port Write Count
SPU1_ODMACNT2   0xFAC0035C          Output DMA Port Write Count
SPU1_ODMACNT3   0xFAC00360          Output DMA Port Write Count
SPU1_ODMACNT4   0xFAC00364          Output DMA Port Write Count
SPU1_ODMACNT5   0xFAC00368          Output DMA Port Write Count
SPU1_ODMACNT6   0xFAC0036C          Output DMA Port Write Count
SPU1_ODMACNT7   0xFAC00370          Output DMA Port Write Count
SPU1_CNTCLR     0xFAC00374          Safety Counter Clear
SPU1_MONITOR    0xFAC00378          SPU Monitor
SPU1_SMCTRL     0xFAC0037C          Safety Mechanism Control Functions
SPU1_SMSTAT     0xFAC00380          Safety Mechanism Status
SPU1_SMUSER     0xFAC00384          Safety Mechanism Control Functions [User)
SPU1_DATA0_CRC  0xFAC00388          Monitor CRC Register
SPU1_DATA1_CRC  0xFAC0038C          Monitor CRC Register
SPU1_DATA2_CRC  0xFAC00390          Monitor CRC Register
SPU1_DATA3_CRC  0xFAC00394          Monitor CRC Register
SPU1_DATA4_CRC  0xFAC00398          Monitor CRC Register
SPU1_DATA5_CRC  0xFAC0039C          Monitor CRC Register
SPU1_DATA6_CRC  0xFAC003A0          Monitor CRC Register
SPU1_DATA7_CRC  0xFAC003A4          Monitor CRC Register
SPU1_DATA8_CRC  0xFAC003A8          Monitor CRC Register
SPU1_DATA9_CRC  0xFAC003AC          Monitor CRC Register
SPU1_DATA10_CRC 0xFAC003B0          Monitor CRC Register
SPU1_DATA11_CRC 0xFAC003B4          Monitor CRC Register
SPU1_DATA12_CRC 0xFAC003B8          Monitor CRC Register
SPU1_DATA13_CRC 0xFAC003BC          Monitor CRC Register
SPU1_DATA14_CRC 0xFAC003C0          Monitor CRC Register
SPU1_DATA15_CRC 0xFAC003C4          Monitor CRC Register
SPU1_DATA16_CRC 0xFAC003C8          Monitor CRC Register
SPU1_DATA17_CRC 0xFAC003CC          Monitor CRC Register
SPU1_DATA18_CRC 0xFAC003D0          Monitor CRC Register
SPU1_DATA19_CRC 0xFAC003D4          Monitor CRC Register
SPU1_DATA20_CRC 0xFAC003D8          Monitor CRC Register
SPU1_DATA21_CRC 0xFAC003DC          Monitor CRC Register
SPU1_DATA22_CRC 0xFAC003E0          Monitor CRC Register
SPU1_DATA23_CRC 0xFAC003E4          Monitor CRC Register
SPU1_DATA24_CRC 0xFAC003E8          Monitor CRC Register
SPU1_DATA25_CRC 0xFAC003EC          Monitor CRC Register
SPU1_DATA26_CRC 0xFAC003F0          Monitor CRC Register
SPU1_DATA27_CRC 0xFAC003F4          Monitor CRC Register
SPU1_DATA28_CRC 0xFAC003F8          Monitor CRC Register
SPU1_DATA29_CRC 0xFAC003FC          Monitor CRC Register
SPU1_DATA30_CRC 0xFAC00400          Monitor CRC Register
SPU1_DATA31_CRC 0xFAC00404          Monitor CRC Register
SPU1_DATA32_CRC 0xFAC00408          Monitor CRC Register
SPU1_DATA33_CRC 0xFAC0040C          Monitor CRC Register
SPU1_DATA34_CRC 0xFAC00410          Monitor CRC Register
SPU1_DATA35_CRC 0xFAC00414          Monitor CRC Register
SPU1_DATA36_CRC 0xFAC00418          Monitor CRC Register
SPU1_DATA37_CRC 0xFAC0041C          Monitor CRC Register
SPU1_DATA38_CRC 0xFAC00420          Monitor CRC Register
SPU1_DATA39_CRC 0xFAC00424          Monitor CRC Register
SPU1_DATA40_CRC 0xFAC00428          Monitor CRC Register
SPU1_DATA41_CRC 0xFAC0042C          Monitor CRC Register
SPU1_DATA42_CRC 0xFAC00430          Monitor CRC Register
SPU1_DATA43_CRC 0xFAC00434          Monitor CRC Register
SPU1_DATA44_CRC 0xFAC00438          Monitor CRC Register
SPU1_DATA45_CRC 0xFAC0043C          Monitor CRC Register
SPU1_DATA46_CRC 0xFAC00440          Monitor CRC Register
SPU1_DATA47_CRC 0xFAC00444          Monitor CRC Register
SPU1_DATA48_CRC 0xFAC00448          Monitor CRC Register
SPU1_DATA49_CRC 0xFAC0044C          Monitor CRC Register
SPU1_DATA50_CRC 0xFAC00450          Monitor CRC Register
SPU1_DATA51_CRC 0xFAC00454          Monitor CRC Register
SPU1_DATA52_CRC 0xFAC00458          Monitor CRC Register
SPU1_DATA53_CRC 0xFAC0045C          Monitor CRC Register
SPU1_DATA54_CRC 0xFAC00460          Monitor CRC Register
SPU1_DATA55_CRC 0xFAC00464          Monitor CRC Register
SPU1_DATA56_CRC 0xFAC00468          Monitor CRC Register
SPU1_DATA57_CRC 0xFAC0046C          Monitor CRC Register
SPU1_DATA58_CRC 0xFAC00470          Monitor CRC Register
SPU1_DATA59_CRC 0xFAC00474          Monitor CRC Register
SPU1_DATA60_CRC 0xFAC00478          Monitor CRC Register
SPU1_DATA61_CRC 0xFAC0047C          Monitor CRC Register
SPU1_DATA62_CRC 0xFAC00480          Monitor CRC Register
SPU1_DATA63_CRC 0xFAC00484          Monitor CRC Register
SPU1_DATA64_CRC 0xFAC00488          Monitor CRC Register
SPU1_DATA65_CRC 0xFAC0048C          Monitor CRC Register
SPU1_DATA66_CRC 0xFAC00490          Monitor CRC Register
SPU1_DATA67_CRC 0xFAC00494          Monitor CRC Register
SPU1_DATA68_CRC 0xFAC00498          Monitor CRC Register
SPU1_DATA69_CRC 0xFAC0049C          Monitor CRC Register
SPU1_DATA70_CRC 0xFAC004A0          Monitor CRC Register
SPU1_DATA71_CRC 0xFAC004A4          Monitor CRC Register
SPU1_DATA72_CRC 0xFAC004A8          Monitor CRC Register
SPU1_DATA73_CRC 0xFAC004AC          Monitor CRC Register
SPU1_DATA74_CRC 0xFAC004B0          Monitor CRC Register
SPU1_DATA75_CRC 0xFAC004B4          Monitor CRC Register
SPU1_DATA76_CRC 0xFAC004B8          Monitor CRC Register
SPU1_DATA77_CRC 0xFAC004BC          Monitor CRC Register
SPU1_DATA78_CRC 0xFAC004C0          Monitor CRC Register
SPU1_DATA79_CRC 0xFAC004C4          Monitor CRC Register
SPU1_DATA80_CRC 0xFAC004C8          Monitor CRC Register
SPU1_DATA81_CRC 0xFAC004CC          Monitor CRC Register
SPU1_DATA82_CRC 0xFAC004D0          Monitor CRC Register
SPU1_DATA83_CRC 0xFAC004D4          Monitor CRC Register
SPU1_DATA84_CRC 0xFAC004D8          Monitor CRC Register
SPU1_DATA85_CRC 0xFAC004DC          Monitor CRC Register
SPU1_CTRL0_CRC  0xFAC00500          Monitor CRC Register
SPU1_CTRL1_CRC  0xFAC00504          Monitor CRC Register
SPU1_CTRL2_CRC  0xFAC00508          Monitor CRC Register
SPU1_CTRL3_CRC  0xFAC0050C          Monitor CRC Register
SPU1_CTRL4_CRC  0xFAC00510          Monitor CRC Register
SPU1_CTRL5_CRC  0xFAC00514          Monitor CRC Register
SPU1_CTRL6_CRC  0xFAC00518          Monitor CRC Register
SPU1_CTRL7_CRC  0xFAC0051C          Monitor CRC Register
SPU1_CTRL8_CRC  0xFAC00520          Monitor CRC Register
SPU1_CTRL9_CRC  0xFAC00524          Monitor CRC Register
SPU1_CTRL10_CRC 0xFAC00528          Monitor CRC Register
SPU1_CTRL11_CRC 0xFAC0052C          Monitor CRC Register
SPU1_CTRL12_CRC 0xFAC00530          Monitor CRC Register
SPU1_CTRL13_CRC 0xFAC00534          Monitor CRC Register
SPU1_CTRL14_CRC 0xFAC00538          Monitor CRC Register
SPU1_CTRL15_CRC 0xFAC0053C          Monitor CRC Register
SPU1_CTRL16_CRC 0xFAC00540          Monitor CRC Register
SPU1_CTRL17_CRC 0xFAC00544          Monitor CRC Register
SPU1_CTRL18_CRC 0xFAC00548          Monitor CRC Register
SPU1_CTRL19_CRC 0xFAC0054C          Monitor CRC Register
SPU1_CTRL20_CRC 0xFAC00550          Monitor CRC Register
SPU1_CTRL21_CRC 0xFAC00554          Monitor CRC Register
SPU1_CTRL22_CRC 0xFAC00558          Monitor CRC Register
SPU1_CTRL23_CRC 0xFAC0055C          Monitor CRC Register
SPU1_CTRL24_CRC 0xFAC00560          Monitor CRC Register
SPU1_USROTC     0xFAC007E0          User OCDS Trace Control
SPU1_ACCEN0     0xFAC007E4          Access Enable Register 0
SPU1_ACCEN1     0xFAC007E8          Access Enable Register 1
SPU1_OCS        0xFAC007EC          OCDS Control and Status
SPU1_ODA        0xFAC007F0          OCDS Debug Access Register
SPU1_KRST0      0xFAC007F4          Kernel Reset Register 0
SPU1_KRST1      0xFAC007F8          Kernel Reset Register 1
SPU1_KRSTCLR    0xFAC007FC          Kernel Reset Clear
EMEMMPU0_CLC    0xFB000000          EMEM Module Clock Control Register
EMEMMPU0_MODID  0xFB000008          EMEM Module ID Register
EMEMMPU0_ACCEN0 0xFB000010          EMEM Module Access Enable Register 0
EMEMMPU0_ACCEN1 0xFB000014          EMEM Module Access Enable Register 1
EMEMMPU0_MEMCON 0xFB000020          EMEM Module Memory Control Register
EMEMMPU0_SCTRL  0xFB000024          EMEM Module Safety Control Register
EMEMMPU0_RGNLA0 0xFB000050          EMEM Module Region 0 Lower Address Register
EMEMMPU0_RGNUA0 0xFB000054          EMEM Module Region 0 Upper Address Register
EMEMMPU0_RGNACCENWA0 0xFB000058          EMEM Module Region 0 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB0 0xFB00005C          EMEM Module Region 0 Write Access Enable Register 1
EMEMMPU0_RGNLA1 0xFB000060          EMEM Module Region 1 Lower Address Register
EMEMMPU0_RGNUA1 0xFB000064          EMEM Module Region 1 Upper Address Register
EMEMMPU0_RGNACCENWA1 0xFB000068          EMEM Module Region 1 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB1 0xFB00006C          EMEM Module Region 1 Write Access Enable Register 1
EMEMMPU0_RGNLA2 0xFB000070          EMEM Module Region 2 Lower Address Register
EMEMMPU0_RGNUA2 0xFB000074          EMEM Module Region 2 Upper Address Register
EMEMMPU0_RGNACCENWA2 0xFB000078          EMEM Module Region 2 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB2 0xFB00007C          EMEM Module Region 2 Write Access Enable Register 1
EMEMMPU0_RGNLA3 0xFB000080          EMEM Module Region 3 Lower Address Register
EMEMMPU0_RGNUA3 0xFB000084          EMEM Module Region 3 Upper Address Register
EMEMMPU0_RGNACCENWA3 0xFB000088          EMEM Module Region 3 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB3 0xFB00008C          EMEM Module Region 3 Write Access Enable Register 1
EMEMMPU0_RGNLA4 0xFB000090          EMEM Module Region 4 Lower Address Register
EMEMMPU0_RGNUA4 0xFB000094          EMEM Module Region 4 Upper Address Register
EMEMMPU0_RGNACCENWA4 0xFB000098          EMEM Module Region 4 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB4 0xFB00009C          EMEM Module Region 4 Write Access Enable Register 1
EMEMMPU0_RGNLA5 0xFB0000A0          EMEM Module Region 5 Lower Address Register
EMEMMPU0_RGNUA5 0xFB0000A4          EMEM Module Region 5 Upper Address Register
EMEMMPU0_RGNACCENWA5 0xFB0000A8          EMEM Module Region 5 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB5 0xFB0000AC          EMEM Module Region 5 Write Access Enable Register 1
EMEMMPU0_RGNLA6 0xFB0000B0          EMEM Module Region 6 Lower Address Register
EMEMMPU0_RGNUA6 0xFB0000B4          EMEM Module Region 6 Upper Address Register
EMEMMPU0_RGNACCENWA6 0xFB0000B8          EMEM Module Region 6 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB6 0xFB0000BC          EMEM Module Region 6 Write Access Enable Register 1
EMEMMPU0_RGNLA7 0xFB0000C0          EMEM Module Region 7 Lower Address Register
EMEMMPU0_RGNUA7 0xFB0000C4          EMEM Module Region 7 Upper Address Register
EMEMMPU0_RGNACCENWA7 0xFB0000C8          EMEM Module Region 7 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB7 0xFB0000CC          EMEM Module Region 7 Write Access Enable Register 1
EMEMMPU0_RGNACCENRA0 0xFB0000D8          EMEM Module Region 0 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB0 0xFB0000DC          EMEM Module Region 0 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA1 0xFB0000E8          EMEM Module Region 1 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB1 0xFB0000EC          EMEM Module Region 1 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA2 0xFB0000F8          EMEM Module Region 2 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB2 0xFB0000FC          EMEM Module Region 2 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA3 0xFB000108          EMEM Module Region 3 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB3 0xFB00010C          EMEM Module Region 3 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA4 0xFB000118          EMEM Module Region 4 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB4 0xFB00011C          EMEM Module Region 4 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA5 0xFB000128          EMEM Module Region 5 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB5 0xFB00012C          EMEM Module Region 5 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA6 0xFB000138          EMEM Module Region 6 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB6 0xFB00013C          EMEM Module Region 6 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA7 0xFB000148          EMEM Module Region 7 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB7 0xFB00014C          EMEM Module Region 7 Read Access Enable Register 1
EMEMMPU1_CLC    0xFB010000          EMEM Module Clock Control Register
EMEMMPU1_MODID  0xFB010008          EMEM Module ID Register
EMEMMPU1_ACCEN0 0xFB010010          EMEM Module Access Enable Register 0
EMEMMPU1_ACCEN1 0xFB010014          EMEM Module Access Enable Register 1
EMEMMPU1_MEMCON 0xFB010020          EMEM Module Memory Control Register
EMEMMPU1_SCTRL  0xFB010024          EMEM Module Safety Control Register
EMEMMPU1_RGNLA0 0xFB010050          EMEM Module Region 0 Lower Address Register
EMEMMPU1_RGNUA0 0xFB010054          EMEM Module Region 0 Upper Address Register
EMEMMPU1_RGNACCENWA0 0xFB010058          EMEM Module Region 0 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB0 0xFB01005C          EMEM Module Region 0 Write Access Enable Register 1
EMEMMPU1_RGNLA1 0xFB010060          EMEM Module Region 1 Lower Address Register
EMEMMPU1_RGNUA1 0xFB010064          EMEM Module Region 1 Upper Address Register
EMEMMPU1_RGNACCENWA1 0xFB010068          EMEM Module Region 1 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB1 0xFB01006C          EMEM Module Region 1 Write Access Enable Register 1
EMEMMPU1_RGNLA2 0xFB010070          EMEM Module Region 2 Lower Address Register
EMEMMPU1_RGNUA2 0xFB010074          EMEM Module Region 2 Upper Address Register
EMEMMPU1_RGNACCENWA2 0xFB010078          EMEM Module Region 2 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB2 0xFB01007C          EMEM Module Region 2 Write Access Enable Register 1
EMEMMPU1_RGNLA3 0xFB010080          EMEM Module Region 3 Lower Address Register
EMEMMPU1_RGNUA3 0xFB010084          EMEM Module Region 3 Upper Address Register
EMEMMPU1_RGNACCENWA3 0xFB010088          EMEM Module Region 3 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB3 0xFB01008C          EMEM Module Region 3 Write Access Enable Register 1
EMEMMPU1_RGNLA4 0xFB010090          EMEM Module Region 4 Lower Address Register
EMEMMPU1_RGNUA4 0xFB010094          EMEM Module Region 4 Upper Address Register
EMEMMPU1_RGNACCENWA4 0xFB010098          EMEM Module Region 4 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB4 0xFB01009C          EMEM Module Region 4 Write Access Enable Register 1
EMEMMPU1_RGNLA5 0xFB0100A0          EMEM Module Region 5 Lower Address Register
EMEMMPU1_RGNUA5 0xFB0100A4          EMEM Module Region 5 Upper Address Register
EMEMMPU1_RGNACCENWA5 0xFB0100A8          EMEM Module Region 5 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB5 0xFB0100AC          EMEM Module Region 5 Write Access Enable Register 1
EMEMMPU1_RGNLA6 0xFB0100B0          EMEM Module Region 6 Lower Address Register
EMEMMPU1_RGNUA6 0xFB0100B4          EMEM Module Region 6 Upper Address Register
EMEMMPU1_RGNACCENWA6 0xFB0100B8          EMEM Module Region 6 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB6 0xFB0100BC          EMEM Module Region 6 Write Access Enable Register 1
EMEMMPU1_RGNLA7 0xFB0100C0          EMEM Module Region 7 Lower Address Register
EMEMMPU1_RGNUA7 0xFB0100C4          EMEM Module Region 7 Upper Address Register
EMEMMPU1_RGNACCENWA7 0xFB0100C8          EMEM Module Region 7 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB7 0xFB0100CC          EMEM Module Region 7 Write Access Enable Register 1
EMEMMPU1_RGNACCENRA0 0xFB0100D8          EMEM Module Region 0 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB0 0xFB0100DC          EMEM Module Region 0 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA1 0xFB0100E8          EMEM Module Region 1 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB1 0xFB0100EC          EMEM Module Region 1 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA2 0xFB0100F8          EMEM Module Region 2 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB2 0xFB0100FC          EMEM Module Region 2 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA3 0xFB010108          EMEM Module Region 3 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB3 0xFB01010C          EMEM Module Region 3 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA4 0xFB010118          EMEM Module Region 4 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB4 0xFB01011C          EMEM Module Region 4 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA5 0xFB010128          EMEM Module Region 5 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB5 0xFB01012C          EMEM Module Region 5 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA6 0xFB010138          EMEM Module Region 6 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB6 0xFB01013C          EMEM Module Region 6 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA7 0xFB010148          EMEM Module Region 7 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB7 0xFB01014C          EMEM Module Region 7 Read Access Enable Register 1
EMEMMPU2_CLC    0xFB020000          EMEM Module Clock Control Register
EMEMMPU2_MODID  0xFB020008          EMEM Module ID Register
EMEMMPU2_ACCEN0 0xFB020010          EMEM Module Access Enable Register 0
EMEMMPU2_ACCEN1 0xFB020014          EMEM Module Access Enable Register 1
EMEMMPU2_MEMCON 0xFB020020          EMEM Module Memory Control Register
EMEMMPU2_SCTRL  0xFB020024          EMEM Module Safety Control Register
EMEMMPU2_RGNLA0 0xFB020050          EMEM Module Region 0 Lower Address Register
EMEMMPU2_RGNUA0 0xFB020054          EMEM Module Region 0 Upper Address Register
EMEMMPU2_RGNACCENWA0 0xFB020058          EMEM Module Region 0 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB0 0xFB02005C          EMEM Module Region 0 Write Access Enable Register 1
EMEMMPU2_RGNLA1 0xFB020060          EMEM Module Region 1 Lower Address Register
EMEMMPU2_RGNUA1 0xFB020064          EMEM Module Region 1 Upper Address Register
EMEMMPU2_RGNACCENWA1 0xFB020068          EMEM Module Region 1 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB1 0xFB02006C          EMEM Module Region 1 Write Access Enable Register 1
EMEMMPU2_RGNLA2 0xFB020070          EMEM Module Region 2 Lower Address Register
EMEMMPU2_RGNUA2 0xFB020074          EMEM Module Region 2 Upper Address Register
EMEMMPU2_RGNACCENWA2 0xFB020078          EMEM Module Region 2 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB2 0xFB02007C          EMEM Module Region 2 Write Access Enable Register 1
EMEMMPU2_RGNLA3 0xFB020080          EMEM Module Region 3 Lower Address Register
EMEMMPU2_RGNUA3 0xFB020084          EMEM Module Region 3 Upper Address Register
EMEMMPU2_RGNACCENWA3 0xFB020088          EMEM Module Region 3 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB3 0xFB02008C          EMEM Module Region 3 Write Access Enable Register 1
EMEMMPU2_RGNLA4 0xFB020090          EMEM Module Region 4 Lower Address Register
EMEMMPU2_RGNUA4 0xFB020094          EMEM Module Region 4 Upper Address Register
EMEMMPU2_RGNACCENWA4 0xFB020098          EMEM Module Region 4 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB4 0xFB02009C          EMEM Module Region 4 Write Access Enable Register 1
EMEMMPU2_RGNLA5 0xFB0200A0          EMEM Module Region 5 Lower Address Register
EMEMMPU2_RGNUA5 0xFB0200A4          EMEM Module Region 5 Upper Address Register
EMEMMPU2_RGNACCENWA5 0xFB0200A8          EMEM Module Region 5 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB5 0xFB0200AC          EMEM Module Region 5 Write Access Enable Register 1
EMEMMPU2_RGNLA6 0xFB0200B0          EMEM Module Region 6 Lower Address Register
EMEMMPU2_RGNUA6 0xFB0200B4          EMEM Module Region 6 Upper Address Register
EMEMMPU2_RGNACCENWA6 0xFB0200B8          EMEM Module Region 6 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB6 0xFB0200BC          EMEM Module Region 6 Write Access Enable Register 1
EMEMMPU2_RGNLA7 0xFB0200C0          EMEM Module Region 7 Lower Address Register
EMEMMPU2_RGNUA7 0xFB0200C4          EMEM Module Region 7 Upper Address Register
EMEMMPU2_RGNACCENWA7 0xFB0200C8          EMEM Module Region 7 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB7 0xFB0200CC          EMEM Module Region 7 Write Access Enable Register 1
EMEMMPU2_RGNACCENRA0 0xFB0200D8          EMEM Module Region 0 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB0 0xFB0200DC          EMEM Module Region 0 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA1 0xFB0200E8          EMEM Module Region 1 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB1 0xFB0200EC          EMEM Module Region 1 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA2 0xFB0200F8          EMEM Module Region 2 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB2 0xFB0200FC          EMEM Module Region 2 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA3 0xFB020108          EMEM Module Region 3 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB3 0xFB02010C          EMEM Module Region 3 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA4 0xFB020118          EMEM Module Region 4 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB4 0xFB02011C          EMEM Module Region 4 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA5 0xFB020128          EMEM Module Region 5 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB5 0xFB02012C          EMEM Module Region 5 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA6 0xFB020138          EMEM Module Region 6 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB6 0xFB02013C          EMEM Module Region 6 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA7 0xFB020148          EMEM Module Region 7 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB7 0xFB02014C          EMEM Module Region 7 Read Access Enable Register 1
EMEMMPU3_CLC    0xFB030000          EMEM Module Clock Control Register
EMEMMPU3_MODID  0xFB030008          EMEM Module ID Register
EMEMMPU3_ACCEN0 0xFB030010          EMEM Module Access Enable Register 0
EMEMMPU3_ACCEN1 0xFB030014          EMEM Module Access Enable Register 1
EMEMMPU3_MEMCON 0xFB030020          EMEM Module Memory Control Register
EMEMMPU3_SCTRL  0xFB030024          EMEM Module Safety Control Register
EMEMMPU3_RGNLA0 0xFB030050          EMEM Module Region 0 Lower Address Register
EMEMMPU3_RGNUA0 0xFB030054          EMEM Module Region 0 Upper Address Register
EMEMMPU3_RGNACCENWA0 0xFB030058          EMEM Module Region 0 Write Access Enable Register 0
EMEMMPU3_RGNACCENWB0 0xFB03005C          EMEM Module Region 0 Write Access Enable Register 1
EMEMMPU3_RGNLA1 0xFB030060          EMEM Module Region 1 Lower Address Register
EMEMMPU3_RGNUA1 0xFB030064          EMEM Module Region 1 Upper Address Register
EMEMMPU3_RGNACCENWA1 0xFB030068          EMEM Module Region 1 Write Access Enable Register 0
EMEMMPU3_RGNACCENWB1 0xFB03006C          EMEM Module Region 1 Write Access Enable Register 1
EMEMMPU3_RGNLA2 0xFB030070          EMEM Module Region 2 Lower Address Register
EMEMMPU3_RGNUA2 0xFB030074          EMEM Module Region 2 Upper Address Register
EMEMMPU3_RGNACCENWA2 0xFB030078          EMEM Module Region 2 Write Access Enable Register 0
EMEMMPU3_RGNACCENWB2 0xFB03007C          EMEM Module Region 2 Write Access Enable Register 1
EMEMMPU3_RGNLA3 0xFB030080          EMEM Module Region 3 Lower Address Register
EMEMMPU3_RGNUA3 0xFB030084          EMEM Module Region 3 Upper Address Register
EMEMMPU3_RGNACCENWA3 0xFB030088          EMEM Module Region 3 Write Access Enable Register 0
EMEMMPU3_RGNACCENWB3 0xFB03008C          EMEM Module Region 3 Write Access Enable Register 1
EMEMMPU3_RGNLA4 0xFB030090          EMEM Module Region 4 Lower Address Register
EMEMMPU3_RGNUA4 0xFB030094          EMEM Module Region 4 Upper Address Register
EMEMMPU3_RGNACCENWA4 0xFB030098          EMEM Module Region 4 Write Access Enable Register 0
EMEMMPU3_RGNACCENWB4 0xFB03009C          EMEM Module Region 4 Write Access Enable Register 1
EMEMMPU3_RGNLA5 0xFB0300A0          EMEM Module Region 5 Lower Address Register
EMEMMPU3_RGNUA5 0xFB0300A4          EMEM Module Region 5 Upper Address Register
EMEMMPU3_RGNACCENWA5 0xFB0300A8          EMEM Module Region 5 Write Access Enable Register 0
EMEMMPU3_RGNACCENWB5 0xFB0300AC          EMEM Module Region 5 Write Access Enable Register 1
EMEMMPU3_RGNLA6 0xFB0300B0          EMEM Module Region 6 Lower Address Register
EMEMMPU3_RGNUA6 0xFB0300B4          EMEM Module Region 6 Upper Address Register
EMEMMPU3_RGNACCENWA6 0xFB0300B8          EMEM Module Region 6 Write Access Enable Register 0
EMEMMPU3_RGNACCENWB6 0xFB0300BC          EMEM Module Region 6 Write Access Enable Register 1
EMEMMPU3_RGNLA7 0xFB0300C0          EMEM Module Region 7 Lower Address Register
EMEMMPU3_RGNUA7 0xFB0300C4          EMEM Module Region 7 Upper Address Register
EMEMMPU3_RGNACCENWA7 0xFB0300C8          EMEM Module Region 7 Write Access Enable Register 0
EMEMMPU3_RGNACCENWB7 0xFB0300CC          EMEM Module Region 7 Write Access Enable Register 1
EMEMMPU3_RGNACCENRA0 0xFB0300D8          EMEM Module Region 0 Read Access Enable Register 0
EMEMMPU3_RGNACCENRB0 0xFB0300DC          EMEM Module Region 0 Read Access Enable Register 1
EMEMMPU3_RGNACCENRA1 0xFB0300E8          EMEM Module Region 1 Read Access Enable Register 0
EMEMMPU3_RGNACCENRB1 0xFB0300EC          EMEM Module Region 1 Read Access Enable Register 1
EMEMMPU3_RGNACCENRA2 0xFB0300F8          EMEM Module Region 2 Read Access Enable Register 0
EMEMMPU3_RGNACCENRB2 0xFB0300FC          EMEM Module Region 2 Read Access Enable Register 1
EMEMMPU3_RGNACCENRA3 0xFB030108          EMEM Module Region 3 Read Access Enable Register 0
EMEMMPU3_RGNACCENRB3 0xFB03010C          EMEM Module Region 3 Read Access Enable Register 1
EMEMMPU3_RGNACCENRA4 0xFB030118          EMEM Module Region 4 Read Access Enable Register 0
EMEMMPU3_RGNACCENRB4 0xFB03011C          EMEM Module Region 4 Read Access Enable Register 1
EMEMMPU3_RGNACCENRA5 0xFB030128          EMEM Module Region 5 Read Access Enable Register 0
EMEMMPU3_RGNACCENRB5 0xFB03012C          EMEM Module Region 5 Read Access Enable Register 1
EMEMMPU3_RGNACCENRA6 0xFB030138          EMEM Module Region 6 Read Access Enable Register 0
EMEMMPU3_RGNACCENRB6 0xFB03013C          EMEM Module Region 6 Read Access Enable Register 1
EMEMMPU3_RGNACCENRA7 0xFB030148          EMEM Module Region 7 Read Access Enable Register 0
EMEMMPU3_RGNACCENRB7 0xFB03014C          EMEM Module Region 7 Read Access Enable Register 1
DOM2_PECON0     0xFB700000          Protocol Error Control Register 0
DOM2_PRIORITY0  0xFB700008          SCI0 Arbiter Priority Register
DOM2_ERRADDR0   0xFB700010          SCI 0 Error Address Capture Register
DOM2_ERR0       0xFB700018          SCI 0 Error Capture Register
DOM2_PECON1     0xFB700020          Protocol Error Control Register 1
DOM2_PRIORITY1  0xFB700028          SCI1 Arbiter Priority Register
DOM2_ERRADDR1   0xFB700030          SCI 1 Error Address Capture Register
DOM2_ERR1       0xFB700038          SCI 1 Error Capture Register
DOM2_PECON2     0xFB700040          Protocol Error Control Register 2
DOM2_PRIORITY2  0xFB700048          SCI2 Arbiter Priority Register
DOM2_ERRADDR2   0xFB700050          SCI 2 Error Address Capture Register
DOM2_ERR2       0xFB700058          SCI 2 Error Capture Register
DOM2_PECON3     0xFB700060          Protocol Error Control Register 3
DOM2_PRIORITY3  0xFB700068          SCI3 Arbiter Priority Register
DOM2_ERRADDR3   0xFB700070          SCI 3 Error Address Capture Register
DOM2_ERR3       0xFB700078          SCI 3 Error Capture Register
DOM2_PECON4     0xFB700080          Protocol Error Control Register 4
DOM2_PRIORITY4  0xFB700088          SCI4 Arbiter Priority Register
DOM2_ERRADDR4   0xFB700090          SCI 4 Error Address Capture Register
DOM2_ERR4       0xFB700098          SCI 4 Error Capture Register
DOM2_PECON5     0xFB7000A0          Protocol Error Control Register 5
DOM2_PRIORITY5  0xFB7000A8          SCI5 Arbiter Priority Register
DOM2_ERRADDR5   0xFB7000B0          SCI 5 Error Address Capture Register
DOM2_ERR5       0xFB7000B8          SCI 5 Error Capture Register
DOM2_PECON6     0xFB7000C0          Protocol Error Control Register 6
DOM2_PRIORITY6  0xFB7000C8          SCI6 Arbiter Priority Register
DOM2_ERRADDR6   0xFB7000D0          SCI 6 Error Address Capture Register
DOM2_ERR6       0xFB7000D8          SCI 6 Error Capture Register
DOM2_PECON7     0xFB7000E0          Protocol Error Control Register 7
DOM2_PRIORITY7  0xFB7000E8          SCI7 Arbiter Priority Register
DOM2_ERRADDR7   0xFB7000F0          SCI 7 Error Address Capture Register
DOM2_ERR7       0xFB7000F8          SCI 7 Error Capture Register
DOM2_PECON8     0xFB700100          Protocol Error Control Register 8
DOM2_PRIORITY8  0xFB700108          SCI8 Arbiter Priority Register
DOM2_ERRADDR8   0xFB700110          SCI 8 Error Address Capture Register
DOM2_ERR8       0xFB700118          SCI 8 Error Capture Register
DOM2_PECON9     0xFB700120          Protocol Error Control Register 9
DOM2_PRIORITY9  0xFB700128          SCI9 Arbiter Priority Register
DOM2_ERRADDR9   0xFB700130          SCI 9 Error Address Capture Register
DOM2_ERR9       0xFB700138          SCI 9 Error Capture Register
DOM2_PECON10    0xFB700140          Protocol Error Control Register 10
DOM2_PRIORITY10 0xFB700148          SCI10 Arbiter Priority Register
DOM2_ERRADDR10  0xFB700150          SCI 10 Error Address Capture Register
DOM2_ERR10      0xFB700158          SCI 10 Error Capture Register
DOM2_PECON11    0xFB700160          Protocol Error Control Register 11
DOM2_PRIORITY11 0xFB700168          SCI11 Arbiter Priority Register
DOM2_ERRADDR11  0xFB700170          SCI 11 Error Address Capture Register
DOM2_ERR11      0xFB700178          SCI 11 Error Capture Register
DOM2_PECON12    0xFB700180          Protocol Error Control Register 12
DOM2_PRIORITY12 0xFB700188          SCI12 Arbiter Priority Register
DOM2_ERRADDR12  0xFB700190          SCI 12 Error Address Capture Register
DOM2_ERR12      0xFB700198          SCI 12 Error Capture Register
DOM2_PECON13    0xFB7001A0          Protocol Error Control Register 13
DOM2_PRIORITY13 0xFB7001A8          SCI13 Arbiter Priority Register
DOM2_ERRADDR13  0xFB7001B0          SCI 13 Error Address Capture Register
DOM2_ERR13      0xFB7001B8          SCI 13 Error Capture Register
DOM2_PECON14    0xFB7001C0          Protocol Error Control Register 14
DOM2_PRIORITY14 0xFB7001C8          SCI14 Arbiter Priority Register
DOM2_ERRADDR14  0xFB7001D0          SCI 14 Error Address Capture Register
DOM2_ERR14      0xFB7001D8          SCI 14 Error Capture Register
DOM2_PECON15    0xFB7001E0          Protocol Error Control Register 15
DOM2_PRIORITY15 0xFB7001E8          SCI15 Arbiter Priority Register
DOM2_ERRADDR15  0xFB7001F0          SCI 15 Error Address Capture Register
DOM2_ERR15      0xFB7001F8          SCI 15 Error Capture Register
DOM2_ID         0xFB700408          Identification Register
DOM2_PESTAT     0xFB700410          Protocol Error Status Register
DOM2_TIDSTAT    0xFB700418          Transaction ID Status Register
DOM2_TIDEN      0xFB700420          Transaction ID Enable Register
DOM2_BRCON      0xFB700430          Domain 2 Bridge Control Register
DOM2_ACCEN0     0xFB7004F0          Access Enable Register 0
DOM2_ACCEN1     0xFB7004F8          Access Enable Register 1

; this chip implements TriCore v1.6.2 instruction set
.tc3xx/tc39xX
; MEMORY MAP
area DATA CPU5_DSPR       0x10000000:0x10018000   CPU5 Data Scratch Pad SRAM
area DATA CPU5_DCACHE     0x10018000:0x1001C000   CPU5 Data Cache SRAM
area DATA CPU5_DTAG       0x100C0000:0x100C1800   CPU5 Data Cache TAG SRAM
area CODE CPU5_PSPR       0x10100000:0x10110000   CPU5 Program Scratch Pad SRAM
area CODE CPU5_PCACHE     0x10110000:0x10118000   CPU5 Program Cache SRAM
area CODE CPU5_PTAG       0x101C0000:0x101C3000   CPU5 Program Cache TAG SRAM
area DATA CPU4_DSPR       0x30000000:0x30018000   CPU4 Data Scratch Pad SRAM
area DATA CPU4_DCACHE     0x30018000:0x3001C000   CPU4 Data Cache SRAM
area DATA CPU4_DTAG       0x300C0000:0x300C1800   CPU4 Data Cache TAG SRAM
area CODE CPU4_PSPR       0x30100000:0x30110000   CPU4 Program Scratch Pad SRAM
area CODE CPU4_PCACHE     0x30110000:0x30118000   CPU4 Program Cache SRAM
area CODE CPU4_PTAG       0x301C0000:0x301C3000   CPU4 Program Cache TAG SRAM
area DATA CPU3_DSPR       0x40000000:0x40018000   CPU3 Data Scratch Pad SRAM
area DATA CPU3_DCACHE     0x40018000:0x4001C000   CPU3 Data Cache SRAM
area DATA CPU3_DTAG       0x400C0000:0x400C1800   CPU3 Data Cache TAG SRAM
area CODE CPU3_PSPR       0x40100000:0x40110000   CPU3 Program Scratch Pad SRAM
area CODE CPU3_PCACHE     0x40110000:0x40118000   CPU3 Program Cache SRAM
area CODE CPU3_PTAG       0x401C0000:0x401C3000   CPU3 Program Cache TAG SRAM
area DATA CPU2_DSPR       0x50000000:0x50018000   CPU2 Data Scratch Pad SRAM
area DATA CPU2_DCACHE     0x50018000:0x5001C000   CPU2 Data Cache SRAM
area DATA CPU2_DTAG       0x500C0000:0x500C1800   CPU2 Data Cache TAG SRAM
area CODE CPU2_PSPR       0x50100000:0x50110000   CPU2 Program Scratch Pad SRAM
area CODE CPU2_PCACHE     0x50110000:0x50118000   CPU2 Program Cache SRAM
area CODE CPU2_PTAG       0x501C0000:0x501C3000   CPU2 Program Cache TAG SRAM
area DATA CPU1_DSPR       0x60000000:0x6003C000   CPU1 Data Scratch Pad SRAM
area DATA CPU1_DCACHE     0x6003C000:0x60040000   CPU1 Data Cache SRAM
area DATA CPU1_DTAG       0x600C0000:0x600C1800   CPU1 Data Cache TAG SRAM
area CODE CPU1_PSPR       0x60100000:0x60110000   CPU1 Program Scratch Pad SRAM
area CODE CPU1_PCACHE     0x60110000:0x60118000   CPU1 Program Cache SRAM
area CODE CPU1_PTAG       0x601C0000:0x601C3000   CPU1 Program Cache TAG SRAM
area DATA CPU0_DSPR       0x70000000:0x7003C000   CPU0 Data Scratch Pad SRAM
area DATA CPU0_DCACHE     0x7003C000:0x70040000   CPU0 Data Cache SRAM
area DATA CPU0_DTAG       0x700C0000:0x700C1800   CPU0 Data Cache TAG SRAM
area CODE CPU0_PSPR       0x70100000:0x70110000   CPU0 Program Scratch Pad SRAM
area CODE CPU0_PCACHE     0x70110000:0x70118000   CPU0 Program Cache SRAM
area CODE CPU0_PTAG       0x701C0000:0x701C3000   CPU0 Program Cache TAG SRAM
area DATA EBU             0x82000000:0x88000000   External EBU Space, cached
area DATA OLDA            0x8FE00000:0x8FE80000   Online Data Acquisition, cached
area CODE BROM            0x8FFF0000:0x90000000   Boot ROM, cached
area DATA LMURAM          0x90000000:0x90120000   LMU SRAM, cached
area DATA DAM             0x90400000:0x90420000   DAM, cached
area DATA TRAM            0x98000000:0x98002000   miniMCDS Trace SRAM, cached
area DATA EMEM            0x98E00000:0x99400000   EMEM, cached
area CODE PFLASH0_NC      0xA0000000:0xA0300000   Program Flash 0, non-cached
area CODE PFLASH1_NC      0xA0300000:0xA0600000   Program Flash 1, non-cached
area CODE PFLASH2_NC      0xA0600000:0xA0900000   Program Flash 2, non-cached
area CODE PFLASH3_NC      0xA0900000:0xA0C00000   Program Flash 3, non-cached
area CODE PFLASH4_NC      0xA0C00000:0xA0F00000   Program Flash 4, non-cached
area CODE PFLASH5_NC      0xA0F00000:0xA1000000   Program Flash 5, non-cached
area DATA EBU_NC          0xA2000000:0xA8000000   External EBU Space, non-cached
area DATA EC0             0xA8000000:0xA8004000   Erase Counter 0, non-cached
area DATA PFI0            0xA8080000:0xA80C0000   PFI User Registers 0, non-cached
area DATA EC1             0xA8300000:0xA8304000   Erase Counter 1, non-cached
area DATA PFI1            0xA8380000:0xA83C0000   PFI User Registers 1, non-cached
area DATA EC2             0xA8600000:0xA8604000   Erase Counter 2, non-cached
area DATA PFI2            0xA8680000:0xA86C0000   PFI User Registers 2, non-cached
area DATA EC3             0xA8900000:0xA8904000   Erase Counter 3, non-cached
area DATA PFI3            0xA8980000:0xA89C0000   PFI User Registers 3, non-cached
area DATA EC4             0xA8C00000:0xA8C04000   Erase Counter 4, non-cached
area DATA PFI4            0xA8C80000:0xA8CC0000   PFI User Registers 4, non-cached
area DATA EC5             0xA8F00000:0xA8F04000   Erase Counter 5, non-cached
area DATA PFI5            0xA8F80000:0xA8FC0000   PFI User Registers 5, non-cached
area DATA DFLASH0_EEPROM_NC 0xAF000000:0xAF100000   Data Flash 0 EEPROM, non-cached
area DATA DFLASH0_UCB_NC  0xAF400000:0xAF406000   Data Flash 0 UCB, non-cached
area DATA DFLASH0_CFS_NC  0xAF800000:0xAF810000   Data Flash 0 CFS, non-cached
area DATA DFLASH1_EEPROM_NC 0xAFC00000:0xAFC20000   Data Flash 1 EEPROM, non-cached
area DATA OLDA_NC         0xAFE00000:0xAFE80000   Online Data Acquisition, non-cached
area CODE BROM_NC         0xAFFF0000:0xB0000000   Boot ROM, non-cached
area DATA LMU_NC          0xB0000000:0xB0120000   LMU, non-cached
area DATA DAM_NC          0xB0400000:0xB0420000   DAM, non-cached
area DATA TRAM_NC         0xB8000000:0xB8002000   miniMCDS Trace SRAM, non-cached
area DATA EMEM_NC         0xB8E00000:0xB9400000   EMEM, non-cached
area DATA XTM_NC          0xB9400000:0xB9480000   Extra Trace Memory, non-cached
area DATA REGISTERS       0xF0000000:0xFF120000   Core SFRs and GPRs
; REGISTERS
PFI0_ECCR       0xA8080000          ECC Read Register
PFI0_ECCS       0xA8080020          ECC Status Register
PFI0_SBABRECORD0 0xA8082000          SBAB Record 0
PFI0_SBABRECORD1 0xA8082020          SBAB Record 1
PFI0_SBABRECORD2 0xA8082040          SBAB Record 2
PFI0_SBABRECORD3 0xA8082060          SBAB Record 3
PFI0_SBABRECORD4 0xA8082080          SBAB Record 4
PFI0_SBABRECORD5 0xA80820A0          SBAB Record 5
PFI0_SBABRECORD6 0xA80820C0          SBAB Record 6
PFI0_SBABRECORD7 0xA80820E0          SBAB Record 7
PFI0_SBABRECORD8 0xA8082100          SBAB Record 8
PFI0_SBABRECORD9 0xA8082120          SBAB Record 9
PFI0_SBABRECORD10 0xA8082140          SBAB Record 10
PFI0_SBABRECORD11 0xA8082160          SBAB Record 11
PFI0_SBABRECORD12 0xA8082180          SBAB Record 12
PFI0_SBABRECORD13 0xA80821A0          SBAB Record 13
PFI0_SBABRECORD14 0xA80821C0          SBAB Record 14
PFI0_SBABRECORD15 0xA80821E0          SBAB Record 15
PFI0_SBABRECORD16 0xA8082200          SBAB Record 16
PFI0_DBABRECORD0 0xA8084000          DBAB Record 0
PFI0_DBABRECORD1 0xA8084020          DBAB Record 1
PFI0_MBABRECORD0 0xA8088000          MBAB Record 0
PFI0_ZBABRECORD0 0xA808C000          ZBAB Record 0
PFI0_ZBABRECORD1 0xA808C020          ZBAB Record 1
PFI0_ZBABRECORD2 0xA808C040          ZBAB Record 2
PFI0_ZBABRECORD3 0xA808C060          ZBAB Record 3
PFI1_ECCR       0xA8380000          ECC Read Register
PFI1_ECCS       0xA8380020          ECC Status Register
PFI1_SBABRECORD0 0xA8382000          SBAB Record 0
PFI1_SBABRECORD1 0xA8382020          SBAB Record 1
PFI1_SBABRECORD2 0xA8382040          SBAB Record 2
PFI1_SBABRECORD3 0xA8382060          SBAB Record 3
PFI1_SBABRECORD4 0xA8382080          SBAB Record 4
PFI1_SBABRECORD5 0xA83820A0          SBAB Record 5
PFI1_SBABRECORD6 0xA83820C0          SBAB Record 6
PFI1_SBABRECORD7 0xA83820E0          SBAB Record 7
PFI1_SBABRECORD8 0xA8382100          SBAB Record 8
PFI1_SBABRECORD9 0xA8382120          SBAB Record 9
PFI1_SBABRECORD10 0xA8382140          SBAB Record 10
PFI1_SBABRECORD11 0xA8382160          SBAB Record 11
PFI1_SBABRECORD12 0xA8382180          SBAB Record 12
PFI1_SBABRECORD13 0xA83821A0          SBAB Record 13
PFI1_SBABRECORD14 0xA83821C0          SBAB Record 14
PFI1_SBABRECORD15 0xA83821E0          SBAB Record 15
PFI1_SBABRECORD16 0xA8382200          SBAB Record 16
PFI1_DBABRECORD0 0xA8384000          DBAB Record 0
PFI1_DBABRECORD1 0xA8384020          DBAB Record 1
PFI1_MBABRECORD0 0xA8388000          MBAB Record 0
PFI1_ZBABRECORD0 0xA838C000          ZBAB Record 0
PFI1_ZBABRECORD1 0xA838C020          ZBAB Record 1
PFI1_ZBABRECORD2 0xA838C040          ZBAB Record 2
PFI1_ZBABRECORD3 0xA838C060          ZBAB Record 3
PFI2_ECCR       0xA8680000          ECC Read Register
PFI2_ECCS       0xA8680020          ECC Status Register
PFI2_SBABRECORD0 0xA8682000          SBAB Record 0
PFI2_SBABRECORD1 0xA8682020          SBAB Record 1
PFI2_SBABRECORD2 0xA8682040          SBAB Record 2
PFI2_SBABRECORD3 0xA8682060          SBAB Record 3
PFI2_SBABRECORD4 0xA8682080          SBAB Record 4
PFI2_SBABRECORD5 0xA86820A0          SBAB Record 5
PFI2_SBABRECORD6 0xA86820C0          SBAB Record 6
PFI2_SBABRECORD7 0xA86820E0          SBAB Record 7
PFI2_SBABRECORD8 0xA8682100          SBAB Record 8
PFI2_SBABRECORD9 0xA8682120          SBAB Record 9
PFI2_SBABRECORD10 0xA8682140          SBAB Record 10
PFI2_SBABRECORD11 0xA8682160          SBAB Record 11
PFI2_SBABRECORD12 0xA8682180          SBAB Record 12
PFI2_SBABRECORD13 0xA86821A0          SBAB Record 13
PFI2_SBABRECORD14 0xA86821C0          SBAB Record 14
PFI2_SBABRECORD15 0xA86821E0          SBAB Record 15
PFI2_SBABRECORD16 0xA8682200          SBAB Record 16
PFI2_DBABRECORD0 0xA8684000          DBAB Record 0
PFI2_DBABRECORD1 0xA8684020          DBAB Record 1
PFI2_MBABRECORD0 0xA8688000          MBAB Record 0
PFI2_ZBABRECORD0 0xA868C000          ZBAB Record 0
PFI2_ZBABRECORD1 0xA868C020          ZBAB Record 1
PFI2_ZBABRECORD2 0xA868C040          ZBAB Record 2
PFI2_ZBABRECORD3 0xA868C060          ZBAB Record 3
PFI3_ECCR       0xA8980000          ECC Read Register
PFI3_ECCS       0xA8980020          ECC Status Register
PFI3_SBABRECORD0 0xA8982000          SBAB Record 0
PFI3_SBABRECORD1 0xA8982020          SBAB Record 1
PFI3_SBABRECORD2 0xA8982040          SBAB Record 2
PFI3_SBABRECORD3 0xA8982060          SBAB Record 3
PFI3_SBABRECORD4 0xA8982080          SBAB Record 4
PFI3_SBABRECORD5 0xA89820A0          SBAB Record 5
PFI3_SBABRECORD6 0xA89820C0          SBAB Record 6
PFI3_SBABRECORD7 0xA89820E0          SBAB Record 7
PFI3_SBABRECORD8 0xA8982100          SBAB Record 8
PFI3_SBABRECORD9 0xA8982120          SBAB Record 9
PFI3_SBABRECORD10 0xA8982140          SBAB Record 10
PFI3_SBABRECORD11 0xA8982160          SBAB Record 11
PFI3_SBABRECORD12 0xA8982180          SBAB Record 12
PFI3_SBABRECORD13 0xA89821A0          SBAB Record 13
PFI3_SBABRECORD14 0xA89821C0          SBAB Record 14
PFI3_SBABRECORD15 0xA89821E0          SBAB Record 15
PFI3_SBABRECORD16 0xA8982200          SBAB Record 16
PFI3_DBABRECORD0 0xA8984000          DBAB Record 0
PFI3_DBABRECORD1 0xA8984020          DBAB Record 1
PFI3_MBABRECORD0 0xA8988000          MBAB Record 0
PFI3_ZBABRECORD0 0xA898C000          ZBAB Record 0
PFI3_ZBABRECORD1 0xA898C020          ZBAB Record 1
PFI3_ZBABRECORD2 0xA898C040          ZBAB Record 2
PFI3_ZBABRECORD3 0xA898C060          ZBAB Record 3
PFI4_ECCR       0xA8C80000          ECC Read Register
PFI4_ECCS       0xA8C80020          ECC Status Register
PFI4_SBABRECORD0 0xA8C82000          SBAB Record 0
PFI4_SBABRECORD1 0xA8C82020          SBAB Record 1
PFI4_SBABRECORD2 0xA8C82040          SBAB Record 2
PFI4_SBABRECORD3 0xA8C82060          SBAB Record 3
PFI4_SBABRECORD4 0xA8C82080          SBAB Record 4
PFI4_SBABRECORD5 0xA8C820A0          SBAB Record 5
PFI4_SBABRECORD6 0xA8C820C0          SBAB Record 6
PFI4_SBABRECORD7 0xA8C820E0          SBAB Record 7
PFI4_SBABRECORD8 0xA8C82100          SBAB Record 8
PFI4_SBABRECORD9 0xA8C82120          SBAB Record 9
PFI4_SBABRECORD10 0xA8C82140          SBAB Record 10
PFI4_SBABRECORD11 0xA8C82160          SBAB Record 11
PFI4_SBABRECORD12 0xA8C82180          SBAB Record 12
PFI4_SBABRECORD13 0xA8C821A0          SBAB Record 13
PFI4_SBABRECORD14 0xA8C821C0          SBAB Record 14
PFI4_SBABRECORD15 0xA8C821E0          SBAB Record 15
PFI4_SBABRECORD16 0xA8C82200          SBAB Record 16
PFI4_DBABRECORD0 0xA8C84000          DBAB Record 0
PFI4_DBABRECORD1 0xA8C84020          DBAB Record 1
PFI4_MBABRECORD0 0xA8C88000          MBAB Record 0
PFI4_ZBABRECORD0 0xA8C8C000          ZBAB Record 0
PFI4_ZBABRECORD1 0xA8C8C020          ZBAB Record 1
PFI4_ZBABRECORD2 0xA8C8C040          ZBAB Record 2
PFI4_ZBABRECORD3 0xA8C8C060          ZBAB Record 3
PFI5_ECCR       0xA8F80000          ECC Read Register
PFI5_ECCS       0xA8F80020          ECC Status Register
PFI5_SBABRECORD0 0xA8F82000          SBAB Record 0
PFI5_SBABRECORD1 0xA8F82020          SBAB Record 1
PFI5_SBABRECORD2 0xA8F82040          SBAB Record 2
PFI5_SBABRECORD3 0xA8F82060          SBAB Record 3
PFI5_SBABRECORD4 0xA8F82080          SBAB Record 4
PFI5_SBABRECORD5 0xA8F820A0          SBAB Record 5
PFI5_SBABRECORD6 0xA8F820C0          SBAB Record 6
PFI5_SBABRECORD7 0xA8F820E0          SBAB Record 7
PFI5_SBABRECORD8 0xA8F82100          SBAB Record 8
PFI5_SBABRECORD9 0xA8F82120          SBAB Record 9
PFI5_SBABRECORD10 0xA8F82140          SBAB Record 10
PFI5_SBABRECORD11 0xA8F82160          SBAB Record 11
PFI5_SBABRECORD12 0xA8F82180          SBAB Record 12
PFI5_SBABRECORD13 0xA8F821A0          SBAB Record 13
PFI5_SBABRECORD14 0xA8F821C0          SBAB Record 14
PFI5_SBABRECORD15 0xA8F821E0          SBAB Record 15
PFI5_SBABRECORD16 0xA8F82200          SBAB Record 16
PFI5_DBABRECORD0 0xA8F84000          DBAB Record 0
PFI5_DBABRECORD1 0xA8F84020          DBAB Record 1
PFI5_MBABRECORD0 0xA8F88000          MBAB Record 0
PFI5_ZBABRECORD0 0xA8F8C000          ZBAB Record 0
PFI5_ZBABRECORD1 0xA8F8C020          ZBAB Record 1
PFI5_ZBABRECORD2 0xA8F8C040          ZBAB Record 2
PFI5_ZBABRECORD3 0xA8F8C060          ZBAB Record 3
FCE_CLC         0xF0000000          Clock Control Register
FCE_ID          0xF0000008          Module Identification Register
FCE_CHSTS       0xF0000020          Channels Status Register
FCE_KRSTCLR     0xF00000EC          Kernel Reset Status Clear Register
FCE_KRST1       0xF00000F0          Kernel Reset Register 1
FCE_KRST0       0xF00000F4          Kernel Reset Register 0
FCE_ACCEN1      0xF00000F8          Access Enable Register 1
FCE_ACCEN0      0xF00000FC          Access Enable Register 0
FCE_IR0         0xF0000100          Input Register 0
FCE_RES0        0xF0000104          CRC Result Register 0
FCE_CFG0        0xF0000108          CRC Configuration Register 0
FCE_STS0        0xF000010C          CRC Status Register 0
FCE_LENGTH0     0xF0000110          CRC Length Register 0
FCE_CHECK0      0xF0000114          CRC Check Register 0
FCE_CRC0        0xF0000118          CRC Regsister 0
FCE_CTR0        0xF000011C          CRC Test Register 0
FCE_IR1         0xF0000120          Input Register 1
FCE_RES1        0xF0000124          CRC Result Register 1
FCE_CFG1        0xF0000128          CRC Configuration Register 1
FCE_STS1        0xF000012C          CRC Status Register 1
FCE_LENGTH1     0xF0000130          CRC Length Register 1
FCE_CHECK1      0xF0000134          CRC Check Register 1
FCE_CRC1        0xF0000138          CRC Regsister 1
FCE_CTR1        0xF000013C          CRC Test Register 1
FCE_IR2         0xF0000140          Input Register 2
FCE_RES2        0xF0000144          CRC Result Register 2
FCE_CFG2        0xF0000148          CRC Configuration Register 2
FCE_STS2        0xF000014C          CRC Status Register 2
FCE_LENGTH2     0xF0000150          CRC Length Register 2
FCE_CHECK2      0xF0000154          CRC Check Register 2
FCE_CRC2        0xF0000158          CRC Regsister 2
FCE_CTR2        0xF000015C          CRC Test Register 2
FCE_IR3         0xF0000160          Input Register 3
FCE_RES3        0xF0000164          CRC Result Register 3
FCE_CFG3        0xF0000168          CRC Configuration Register 3
FCE_STS3        0xF000016C          CRC Status Register 3
FCE_LENGTH3     0xF0000170          CRC Length Register 3
FCE_CHECK3      0xF0000174          CRC Check Register 3
FCE_CRC3        0xF0000178          CRC Regsister 3
FCE_CTR3        0xF000017C          CRC Test Register 3
FCE_IR4         0xF0000180          Input Register 4
FCE_RES4        0xF0000184          CRC Result Register 4
FCE_CFG4        0xF0000188          CRC Configuration Register 4
FCE_STS4        0xF000018C          CRC Status Register 4
FCE_LENGTH4     0xF0000190          CRC Length Register 4
FCE_CHECK4      0xF0000194          CRC Check Register 4
FCE_CRC4        0xF0000198          CRC Regsister 4
FCE_CTR4        0xF000019C          CRC Test Register 4
FCE_IR5         0xF00001A0          Input Register 5
FCE_RES5        0xF00001A4          CRC Result Register 5
FCE_CFG5        0xF00001A8          CRC Configuration Register 5
FCE_STS5        0xF00001AC          CRC Status Register 5
FCE_LENGTH5     0xF00001B0          CRC Length Register 5
FCE_CHECK5      0xF00001B4          CRC Check Register 5
FCE_CRC5        0xF00001B8          CRC Regsister 5
FCE_CTR5        0xF00001BC          CRC Test Register 5
FCE_IR6         0xF00001C0          Input Register 6
FCE_RES6        0xF00001C4          CRC Result Register 6
FCE_CFG6        0xF00001C8          CRC Configuration Register 6
FCE_STS6        0xF00001CC          CRC Status Register 6
FCE_LENGTH6     0xF00001D0          CRC Length Register 6
FCE_CHECK6      0xF00001D4          CRC Check Register 6
FCE_CRC6        0xF00001D8          CRC Regsister 6
FCE_CTR6        0xF00001DC          CRC Test Register 6
FCE_IR7         0xF00001E0          Input Register 7
FCE_RES7        0xF00001E4          CRC Result Register 7
FCE_CFG7        0xF00001E8          CRC Configuration Register 7
FCE_STS7        0xF00001EC          CRC Status Register 7
FCE_LENGTH7     0xF00001F0          CRC Length Register 7
FCE_CHECK7      0xF00001F4          CRC Check Register 7
FCE_CRC7        0xF00001F8          CRC Regsister 7
FCE_CTR7        0xF00001FC          CRC Test Register 7
CBS_JDPID       0xF0000408          Module Identification Register
CBS_OIFM        0xF000040C          OCDS Interface Mode Register
CBS_TIPR        0xF0000410          TG Input Pins Routing
CBS_TOPR        0xF0000414          TG Output Pins Routing
CBS_TOPPS       0xF0000418          TG Output Pins Pulse Stretcher
CBS_TCIP        0xF000041C          TG Capture for TG Input Pins
CBS_TRC0        0xF0000420          TG Routing for CPU0
CBS_TRC1        0xF0000424          TG Routing for CPU1
CBS_TRC2        0xF0000428          TG Routing for CPU2
CBS_TRC3        0xF000042C          TG Routing for CPU3
CBS_TRC4        0xF0000430          TG Routing for CPU4
CBS_TRC5        0xF0000434          TG Routing for CPU5
CBS_TRHSM       0xF0000438          TG Routing for HSMControl
CBS_TRMC        0xF000043C          TG Routing for MCDS Control
CBS_TLCC0       0xF0000440          TG Line Counter Control
CBS_TLCC1       0xF0000444          TG Line Counter Control
CBS_TLCV0       0xF0000450          TG Line Counter Value
CBS_TLCV1       0xF0000454          TG Line Counter Value
CBS_TRSS        0xF0000460          TG Routing for Special Signals
CBS_JTAGID      0xF0000464          JTAGDevice Identification Register
CBS_COMDATA     0xF0000468          Communication Mode Data Register
CBS_IOSR        0xF000046C          IOClientStatus and Control Register
CBS_TLS         0xF0000470          TG Line State
CBS_TCTL        0xF0000474          TG Capture for TG Lines
CBS_OEC         0xF0000478          OCDS Enable Control Register
CBS_OCNTRL      0xF000047C          OSCU Control Register
CBS_OSTATE      0xF0000480          OSCUStatus Register
CBS_INTMOD      0xF0000484          Internal Mode Status and Control Register
CBS_ICTSA       0xF0000488          Internally Controlled Trace Source Register
CBS_ICTTA       0xF000048C          Internally Controlled Trace Destination Register
CBS_TLC         0xF0000490          TG Line Control
CBS_TL1ST       0xF0000494          TG Line 1 Suspend Targets
CBS_TLCHE       0xF0000498          TG Line Capture and Hold Enable
CBS_TLCHS       0xF000049C          TG Line Capture and Hold Clear
CBS_TRIGS       0xF00004A0          Set Trigger to Host Register
CBS_TRIGC       0xF00004A4          Clear Trigger to Host Register
CBS_TLT         0xF00004A8          TG Line Timer
CBS_TLTTH       0xF00004AC          TG Lines for Trigger to Host
CBS_TCCB        0xF00004B0          TG Capture for Cores - BRKOUT
CBS_TCCH        0xF00004B4          TG Capture for Cores - HALT
CBS_TCTGB       0xF00004B8          TG Capture for OTGB0/1
CBS_TCM         0xF00004BC          TG Capture for MCDS
CBS_TREC0       0xF00004C0          TG Routing Events of CPU0
CBS_TREC1       0xF00004C4          TG Routing Events of CPU1
CBS_TREC2       0xF00004C8          TG Routing Events of CPU2
CBS_TREC3       0xF00004CC          TG Routing Events of CPU3
CBS_TREC4       0xF00004D0          TG Routing Events of CPU4
CBS_TREC5       0xF00004D4          TG Routing Events of CPU5
CBS_TRMT        0xF00004DC          TG Routing for MCDS Triggers
CBS_TRTGB0L     0xF00004E0          TG Routing for OTGB0 Bits [7:0]
CBS_TRTGB0H     0xF00004E4          TG Routing for OTGB0 Bits [15:8]
CBS_TRTGB1L     0xF00004E8          TG Routing for OTGB1 Bits [7:0]
CBS_TRTGB1H     0xF00004EC          TG Routing for OTGB1 Bits [15:8]
CBS_IFSA        0xF00004F0          IFS Address Register
CBS_IFSC        0xF00004F4          IFS Control Register
CBS_TRIG0       0xF0000500          Trigger to Host Register 0
CBS_TRIG1       0xF0000504          Trigger to Host Register 1
CBS_TRIG2       0xF0000508          Trigger to Host Register 2
CBS_TRIG3       0xF000050C          Trigger to Host Register 3
CBS_TRIG4       0xF0000510          Trigger to Host Register 4
CBS_TRIG5       0xF0000514          Trigger to Host Register 5
CBS_ACCEN1      0xF00005F8          Access Enable Register 1
CBS_ACCEN0      0xF00005FC          Access Enable Register 0
ASCLIN0_CLC     0xF0000600          Clock Control Register
ASCLIN0_IOCR    0xF0000604          Input and Output Control Register
ASCLIN0_ID      0xF0000608          Module Identification Register
ASCLIN0_TXFIFOCON 0xF000060C          TX FIFO Configuration Register
ASCLIN0_RXFIFOCON 0xF0000610          RX FIFO Configuration Register
ASCLIN0_BITCON  0xF0000614          Bit Configuration Register
ASCLIN0_FRAMECON 0xF0000618          Frame Control Register
ASCLIN0_DATCON  0xF000061C          Data Configuration Register
ASCLIN0_BRG     0xF0000620          Baud Rate Generation Register
ASCLIN0_BRD     0xF0000624          Baud Rate Detection Register
ASCLIN0_LINCON  0xF0000628          LIN Control Register
ASCLIN0_LINBTIMER 0xF000062C          LIN Break Timer Register
ASCLIN0_LINHTIMER 0xF0000630          LIN Header Timer Register
ASCLIN0_FLAGS   0xF0000634          Flags Register
ASCLIN0_FLAGSSET 0xF0000638          Flags Set Register
ASCLIN0_FLAGSCLEAR 0xF000063C          Flags Clear Register
ASCLIN0_FLAGSENABLE 0xF0000640          Flags Enable Register
ASCLIN0_TXDATA  0xF0000644          Transmit Data Register
ASCLIN0_RXDATA  0xF0000648          Receive Data Register
ASCLIN0_CSR     0xF000064C          Clock Selection Register
ASCLIN0_RXDATAD 0xF0000650          Receive Data Debug Register
ASCLIN0_OCS     0xF00006E8          OCDS Control and Status
ASCLIN0_KRSTCLR 0xF00006EC          Kernel Reset Status Clear Register
ASCLIN0_KRST1   0xF00006F0          Kernel Reset Register 1
ASCLIN0_KRST0   0xF00006F4          Kernel Reset Register 0
ASCLIN0_ACCEN0  0xF00006FC          Access Enable Register 0
ASCLIN1_CLC     0xF0000700          Clock Control Register
ASCLIN1_IOCR    0xF0000704          Input and Output Control Register
ASCLIN1_ID      0xF0000708          Module Identification Register
ASCLIN1_TXFIFOCON 0xF000070C          TX FIFO Configuration Register
ASCLIN1_RXFIFOCON 0xF0000710          RX FIFO Configuration Register
ASCLIN1_BITCON  0xF0000714          Bit Configuration Register
ASCLIN1_FRAMECON 0xF0000718          Frame Control Register
ASCLIN1_DATCON  0xF000071C          Data Configuration Register
ASCLIN1_BRG     0xF0000720          Baud Rate Generation Register
ASCLIN1_BRD     0xF0000724          Baud Rate Detection Register
ASCLIN1_LINCON  0xF0000728          LIN Control Register
ASCLIN1_LINBTIMER 0xF000072C          LIN Break Timer Register
ASCLIN1_LINHTIMER 0xF0000730          LIN Header Timer Register
ASCLIN1_FLAGS   0xF0000734          Flags Register
ASCLIN1_FLAGSSET 0xF0000738          Flags Set Register
ASCLIN1_FLAGSCLEAR 0xF000073C          Flags Clear Register
ASCLIN1_FLAGSENABLE 0xF0000740          Flags Enable Register
ASCLIN1_TXDATA  0xF0000744          Transmit Data Register
ASCLIN1_RXDATA  0xF0000748          Receive Data Register
ASCLIN1_CSR     0xF000074C          Clock Selection Register
ASCLIN1_RXDATAD 0xF0000750          Receive Data Debug Register
ASCLIN1_OCS     0xF00007E8          OCDS Control and Status
ASCLIN1_KRSTCLR 0xF00007EC          Kernel Reset Status Clear Register
ASCLIN1_KRST1   0xF00007F0          Kernel Reset Register 1
ASCLIN1_KRST0   0xF00007F4          Kernel Reset Register 0
ASCLIN1_ACCEN0  0xF00007FC          Access Enable Register 0
ASCLIN2_CLC     0xF0000800          Clock Control Register
ASCLIN2_IOCR    0xF0000804          Input and Output Control Register
ASCLIN2_ID      0xF0000808          Module Identification Register
ASCLIN2_TXFIFOCON 0xF000080C          TX FIFO Configuration Register
ASCLIN2_RXFIFOCON 0xF0000810          RX FIFO Configuration Register
ASCLIN2_BITCON  0xF0000814          Bit Configuration Register
ASCLIN2_FRAMECON 0xF0000818          Frame Control Register
ASCLIN2_DATCON  0xF000081C          Data Configuration Register
ASCLIN2_BRG     0xF0000820          Baud Rate Generation Register
ASCLIN2_BRD     0xF0000824          Baud Rate Detection Register
ASCLIN2_LINCON  0xF0000828          LIN Control Register
ASCLIN2_LINBTIMER 0xF000082C          LIN Break Timer Register
ASCLIN2_LINHTIMER 0xF0000830          LIN Header Timer Register
ASCLIN2_FLAGS   0xF0000834          Flags Register
ASCLIN2_FLAGSSET 0xF0000838          Flags Set Register
ASCLIN2_FLAGSCLEAR 0xF000083C          Flags Clear Register
ASCLIN2_FLAGSENABLE 0xF0000840          Flags Enable Register
ASCLIN2_TXDATA  0xF0000844          Transmit Data Register
ASCLIN2_RXDATA  0xF0000848          Receive Data Register
ASCLIN2_CSR     0xF000084C          Clock Selection Register
ASCLIN2_RXDATAD 0xF0000850          Receive Data Debug Register
ASCLIN2_OCS     0xF00008E8          OCDS Control and Status
ASCLIN2_KRSTCLR 0xF00008EC          Kernel Reset Status Clear Register
ASCLIN2_KRST1   0xF00008F0          Kernel Reset Register 1
ASCLIN2_KRST0   0xF00008F4          Kernel Reset Register 0
ASCLIN2_ACCEN0  0xF00008FC          Access Enable Register 0
ASCLIN3_CLC     0xF0000900          Clock Control Register
ASCLIN3_IOCR    0xF0000904          Input and Output Control Register
ASCLIN3_ID      0xF0000908          Module Identification Register
ASCLIN3_TXFIFOCON 0xF000090C          TX FIFO Configuration Register
ASCLIN3_RXFIFOCON 0xF0000910          RX FIFO Configuration Register
ASCLIN3_BITCON  0xF0000914          Bit Configuration Register
ASCLIN3_FRAMECON 0xF0000918          Frame Control Register
ASCLIN3_DATCON  0xF000091C          Data Configuration Register
ASCLIN3_BRG     0xF0000920          Baud Rate Generation Register
ASCLIN3_BRD     0xF0000924          Baud Rate Detection Register
ASCLIN3_LINCON  0xF0000928          LIN Control Register
ASCLIN3_LINBTIMER 0xF000092C          LIN Break Timer Register
ASCLIN3_LINHTIMER 0xF0000930          LIN Header Timer Register
ASCLIN3_FLAGS   0xF0000934          Flags Register
ASCLIN3_FLAGSSET 0xF0000938          Flags Set Register
ASCLIN3_FLAGSCLEAR 0xF000093C          Flags Clear Register
ASCLIN3_FLAGSENABLE 0xF0000940          Flags Enable Register
ASCLIN3_TXDATA  0xF0000944          Transmit Data Register
ASCLIN3_RXDATA  0xF0000948          Receive Data Register
ASCLIN3_CSR     0xF000094C          Clock Selection Register
ASCLIN3_RXDATAD 0xF0000950          Receive Data Debug Register
ASCLIN3_OCS     0xF00009E8          OCDS Control and Status
ASCLIN3_KRSTCLR 0xF00009EC          Kernel Reset Status Clear Register
ASCLIN3_KRST1   0xF00009F0          Kernel Reset Register 1
ASCLIN3_KRST0   0xF00009F4          Kernel Reset Register 0
ASCLIN3_ACCEN0  0xF00009FC          Access Enable Register 0
ASCLIN4_CLC     0xF0000A00          Clock Control Register
ASCLIN4_IOCR    0xF0000A04          Input and Output Control Register
ASCLIN4_ID      0xF0000A08          Module Identification Register
ASCLIN4_TXFIFOCON 0xF0000A0C          TX FIFO Configuration Register
ASCLIN4_RXFIFOCON 0xF0000A10          RX FIFO Configuration Register
ASCLIN4_BITCON  0xF0000A14          Bit Configuration Register
ASCLIN4_FRAMECON 0xF0000A18          Frame Control Register
ASCLIN4_DATCON  0xF0000A1C          Data Configuration Register
ASCLIN4_BRG     0xF0000A20          Baud Rate Generation Register
ASCLIN4_BRD     0xF0000A24          Baud Rate Detection Register
ASCLIN4_LINCON  0xF0000A28          LIN Control Register
ASCLIN4_LINBTIMER 0xF0000A2C          LIN Break Timer Register
ASCLIN4_LINHTIMER 0xF0000A30          LIN Header Timer Register
ASCLIN4_FLAGS   0xF0000A34          Flags Register
ASCLIN4_FLAGSSET 0xF0000A38          Flags Set Register
ASCLIN4_FLAGSCLEAR 0xF0000A3C          Flags Clear Register
ASCLIN4_FLAGSENABLE 0xF0000A40          Flags Enable Register
ASCLIN4_TXDATA  0xF0000A44          Transmit Data Register
ASCLIN4_RXDATA  0xF0000A48          Receive Data Register
ASCLIN4_CSR     0xF0000A4C          Clock Selection Register
ASCLIN4_RXDATAD 0xF0000A50          Receive Data Debug Register
ASCLIN4_OCS     0xF0000AE8          OCDS Control and Status
ASCLIN4_KRSTCLR 0xF0000AEC          Kernel Reset Status Clear Register
ASCLIN4_KRST1   0xF0000AF0          Kernel Reset Register 1
ASCLIN4_KRST0   0xF0000AF4          Kernel Reset Register 0
ASCLIN4_ACCEN0  0xF0000AFC          Access Enable Register 0
ASCLIN5_CLC     0xF0000B00          Clock Control Register
ASCLIN5_IOCR    0xF0000B04          Input and Output Control Register
ASCLIN5_ID      0xF0000B08          Module Identification Register
ASCLIN5_TXFIFOCON 0xF0000B0C          TX FIFO Configuration Register
ASCLIN5_RXFIFOCON 0xF0000B10          RX FIFO Configuration Register
ASCLIN5_BITCON  0xF0000B14          Bit Configuration Register
ASCLIN5_FRAMECON 0xF0000B18          Frame Control Register
ASCLIN5_DATCON  0xF0000B1C          Data Configuration Register
ASCLIN5_BRG     0xF0000B20          Baud Rate Generation Register
ASCLIN5_BRD     0xF0000B24          Baud Rate Detection Register
ASCLIN5_LINCON  0xF0000B28          LIN Control Register
ASCLIN5_LINBTIMER 0xF0000B2C          LIN Break Timer Register
ASCLIN5_LINHTIMER 0xF0000B30          LIN Header Timer Register
ASCLIN5_FLAGS   0xF0000B34          Flags Register
ASCLIN5_FLAGSSET 0xF0000B38          Flags Set Register
ASCLIN5_FLAGSCLEAR 0xF0000B3C          Flags Clear Register
ASCLIN5_FLAGSENABLE 0xF0000B40          Flags Enable Register
ASCLIN5_TXDATA  0xF0000B44          Transmit Data Register
ASCLIN5_RXDATA  0xF0000B48          Receive Data Register
ASCLIN5_CSR     0xF0000B4C          Clock Selection Register
ASCLIN5_RXDATAD 0xF0000B50          Receive Data Debug Register
ASCLIN5_OCS     0xF0000BE8          OCDS Control and Status
ASCLIN5_KRSTCLR 0xF0000BEC          Kernel Reset Status Clear Register
ASCLIN5_KRST1   0xF0000BF0          Kernel Reset Register 1
ASCLIN5_KRST0   0xF0000BF4          Kernel Reset Register 0
ASCLIN5_ACCEN0  0xF0000BFC          Access Enable Register 0
ASCLIN6_CLC     0xF0000C00          Clock Control Register
ASCLIN6_IOCR    0xF0000C04          Input and Output Control Register
ASCLIN6_ID      0xF0000C08          Module Identification Register
ASCLIN6_TXFIFOCON 0xF0000C0C          TX FIFO Configuration Register
ASCLIN6_RXFIFOCON 0xF0000C10          RX FIFO Configuration Register
ASCLIN6_BITCON  0xF0000C14          Bit Configuration Register
ASCLIN6_FRAMECON 0xF0000C18          Frame Control Register
ASCLIN6_DATCON  0xF0000C1C          Data Configuration Register
ASCLIN6_BRG     0xF0000C20          Baud Rate Generation Register
ASCLIN6_BRD     0xF0000C24          Baud Rate Detection Register
ASCLIN6_LINCON  0xF0000C28          LIN Control Register
ASCLIN6_LINBTIMER 0xF0000C2C          LIN Break Timer Register
ASCLIN6_LINHTIMER 0xF0000C30          LIN Header Timer Register
ASCLIN6_FLAGS   0xF0000C34          Flags Register
ASCLIN6_FLAGSSET 0xF0000C38          Flags Set Register
ASCLIN6_FLAGSCLEAR 0xF0000C3C          Flags Clear Register
ASCLIN6_FLAGSENABLE 0xF0000C40          Flags Enable Register
ASCLIN6_TXDATA  0xF0000C44          Transmit Data Register
ASCLIN6_RXDATA  0xF0000C48          Receive Data Register
ASCLIN6_CSR     0xF0000C4C          Clock Selection Register
ASCLIN6_RXDATAD 0xF0000C50          Receive Data Debug Register
ASCLIN6_OCS     0xF0000CE8          OCDS Control and Status
ASCLIN6_KRSTCLR 0xF0000CEC          Kernel Reset Status Clear Register
ASCLIN6_KRST1   0xF0000CF0          Kernel Reset Register 1
ASCLIN6_KRST0   0xF0000CF4          Kernel Reset Register 0
ASCLIN6_ACCEN0  0xF0000CFC          Access Enable Register 0
ASCLIN7_CLC     0xF0000D00          Clock Control Register
ASCLIN7_IOCR    0xF0000D04          Input and Output Control Register
ASCLIN7_ID      0xF0000D08          Module Identification Register
ASCLIN7_TXFIFOCON 0xF0000D0C          TX FIFO Configuration Register
ASCLIN7_RXFIFOCON 0xF0000D10          RX FIFO Configuration Register
ASCLIN7_BITCON  0xF0000D14          Bit Configuration Register
ASCLIN7_FRAMECON 0xF0000D18          Frame Control Register
ASCLIN7_DATCON  0xF0000D1C          Data Configuration Register
ASCLIN7_BRG     0xF0000D20          Baud Rate Generation Register
ASCLIN7_BRD     0xF0000D24          Baud Rate Detection Register
ASCLIN7_LINCON  0xF0000D28          LIN Control Register
ASCLIN7_LINBTIMER 0xF0000D2C          LIN Break Timer Register
ASCLIN7_LINHTIMER 0xF0000D30          LIN Header Timer Register
ASCLIN7_FLAGS   0xF0000D34          Flags Register
ASCLIN7_FLAGSSET 0xF0000D38          Flags Set Register
ASCLIN7_FLAGSCLEAR 0xF0000D3C          Flags Clear Register
ASCLIN7_FLAGSENABLE 0xF0000D40          Flags Enable Register
ASCLIN7_TXDATA  0xF0000D44          Transmit Data Register
ASCLIN7_RXDATA  0xF0000D48          Receive Data Register
ASCLIN7_CSR     0xF0000D4C          Clock Selection Register
ASCLIN7_RXDATAD 0xF0000D50          Receive Data Debug Register
ASCLIN7_OCS     0xF0000DE8          OCDS Control and Status
ASCLIN7_KRSTCLR 0xF0000DEC          Kernel Reset Status Clear Register
ASCLIN7_KRST1   0xF0000DF0          Kernel Reset Register 1
ASCLIN7_KRST0   0xF0000DF4          Kernel Reset Register 0
ASCLIN7_ACCEN0  0xF0000DFC          Access Enable Register 0
ASCLIN8_CLC     0xF0000E00          Clock Control Register
ASCLIN8_IOCR    0xF0000E04          Input and Output Control Register
ASCLIN8_ID      0xF0000E08          Module Identification Register
ASCLIN8_TXFIFOCON 0xF0000E0C          TX FIFO Configuration Register
ASCLIN8_RXFIFOCON 0xF0000E10          RX FIFO Configuration Register
ASCLIN8_BITCON  0xF0000E14          Bit Configuration Register
ASCLIN8_FRAMECON 0xF0000E18          Frame Control Register
ASCLIN8_DATCON  0xF0000E1C          Data Configuration Register
ASCLIN8_BRG     0xF0000E20          Baud Rate Generation Register
ASCLIN8_BRD     0xF0000E24          Baud Rate Detection Register
ASCLIN8_LINCON  0xF0000E28          LIN Control Register
ASCLIN8_LINBTIMER 0xF0000E2C          LIN Break Timer Register
ASCLIN8_LINHTIMER 0xF0000E30          LIN Header Timer Register
ASCLIN8_FLAGS   0xF0000E34          Flags Register
ASCLIN8_FLAGSSET 0xF0000E38          Flags Set Register
ASCLIN8_FLAGSCLEAR 0xF0000E3C          Flags Clear Register
ASCLIN8_FLAGSENABLE 0xF0000E40          Flags Enable Register
ASCLIN8_TXDATA  0xF0000E44          Transmit Data Register
ASCLIN8_RXDATA  0xF0000E48          Receive Data Register
ASCLIN8_CSR     0xF0000E4C          Clock Selection Register
ASCLIN8_RXDATAD 0xF0000E50          Receive Data Debug Register
ASCLIN8_OCS     0xF0000EE8          OCDS Control and Status
ASCLIN8_KRSTCLR 0xF0000EEC          Kernel Reset Status Clear Register
ASCLIN8_KRST1   0xF0000EF0          Kernel Reset Register 1
ASCLIN8_KRST0   0xF0000EF4          Kernel Reset Register 0
ASCLIN8_ACCEN0  0xF0000EFC          Access Enable Register 0
ASCLIN9_CLC     0xF0000F00          Clock Control Register
ASCLIN9_IOCR    0xF0000F04          Input and Output Control Register
ASCLIN9_ID      0xF0000F08          Module Identification Register
ASCLIN9_TXFIFOCON 0xF0000F0C          TX FIFO Configuration Register
ASCLIN9_RXFIFOCON 0xF0000F10          RX FIFO Configuration Register
ASCLIN9_BITCON  0xF0000F14          Bit Configuration Register
ASCLIN9_FRAMECON 0xF0000F18          Frame Control Register
ASCLIN9_DATCON  0xF0000F1C          Data Configuration Register
ASCLIN9_BRG     0xF0000F20          Baud Rate Generation Register
ASCLIN9_BRD     0xF0000F24          Baud Rate Detection Register
ASCLIN9_LINCON  0xF0000F28          LIN Control Register
ASCLIN9_LINBTIMER 0xF0000F2C          LIN Break Timer Register
ASCLIN9_LINHTIMER 0xF0000F30          LIN Header Timer Register
ASCLIN9_FLAGS   0xF0000F34          Flags Register
ASCLIN9_FLAGSSET 0xF0000F38          Flags Set Register
ASCLIN9_FLAGSCLEAR 0xF0000F3C          Flags Clear Register
ASCLIN9_FLAGSENABLE 0xF0000F40          Flags Enable Register
ASCLIN9_TXDATA  0xF0000F44          Transmit Data Register
ASCLIN9_RXDATA  0xF0000F48          Receive Data Register
ASCLIN9_CSR     0xF0000F4C          Clock Selection Register
ASCLIN9_RXDATAD 0xF0000F50          Receive Data Debug Register
ASCLIN9_OCS     0xF0000FE8          OCDS Control and Status
ASCLIN9_KRSTCLR 0xF0000FEC          Kernel Reset Status Clear Register
ASCLIN9_KRST1   0xF0000FF0          Kernel Reset Register 1
ASCLIN9_KRST0   0xF0000FF4          Kernel Reset Register 0
ASCLIN9_ACCEN0  0xF0000FFC          Access Enable Register 0
STM0_CLC        0xF0001000          Clock Control Register
STM0_ID         0xF0001008          Module Identification Register
STM0_TIM0       0xF0001010          Timer Register 0
STM0_TIM1       0xF0001014          Timer Register 1
STM0_TIM2       0xF0001018          Timer Register 2
STM0_TIM3       0xF000101C          Timer Register 3
STM0_TIM4       0xF0001020          Timer Register 4
STM0_TIM5       0xF0001024          Timer Register 5
STM0_TIM6       0xF0001028          Timer Register 6
STM0_CAP        0xF000102C          Timer Capture Register
STM0_CMP0       0xF0001030          Compare Register 0
STM0_CMP1       0xF0001034          Compare Register 1
STM0_CMCON      0xF0001038          Compare Match Control Register
STM0_ICR        0xF000103C          Interrupt Control Register
STM0_ISCR       0xF0001040          Interrupt Set/Clear Register
STM0_TIM0SV     0xF0001050          Timer Register 0 Second View
STM0_CAPSV      0xF0001054          Timer Capture Register Second View
STM0_OCS        0xF00010E8          OCDS Control and Status Register
STM0_KRSTCLR    0xF00010EC          Kernel Reset Status Clear Register
STM0_KRST1      0xF00010F0          Kernel Reset Register 1
STM0_KRST0      0xF00010F4          Kernel Reset Register 0
STM0_ACCEN1     0xF00010F8          Access Enable Register 1
STM0_ACCEN0     0xF00010FC          Access Enable Register 0
STM1_CLC        0xF0001100          Clock Control Register
STM1_ID         0xF0001108          Module Identification Register
STM1_TIM0       0xF0001110          Timer Register 0
STM1_TIM1       0xF0001114          Timer Register 1
STM1_TIM2       0xF0001118          Timer Register 2
STM1_TIM3       0xF000111C          Timer Register 3
STM1_TIM4       0xF0001120          Timer Register 4
STM1_TIM5       0xF0001124          Timer Register 5
STM1_TIM6       0xF0001128          Timer Register 6
STM1_CAP        0xF000112C          Timer Capture Register
STM1_CMP0       0xF0001130          Compare Register 0
STM1_CMP1       0xF0001134          Compare Register 1
STM1_CMCON      0xF0001138          Compare Match Control Register
STM1_ICR        0xF000113C          Interrupt Control Register
STM1_ISCR       0xF0001140          Interrupt Set/Clear Register
STM1_TIM0SV     0xF0001150          Timer Register 0 Second View
STM1_CAPSV      0xF0001154          Timer Capture Register Second View
STM1_OCS        0xF00011E8          OCDS Control and Status Register
STM1_KRSTCLR    0xF00011EC          Kernel Reset Status Clear Register
STM1_KRST1      0xF00011F0          Kernel Reset Register 1
STM1_KRST0      0xF00011F4          Kernel Reset Register 0
STM1_ACCEN1     0xF00011F8          Access Enable Register 1
STM1_ACCEN0     0xF00011FC          Access Enable Register 0
STM2_CLC        0xF0001200          Clock Control Register
STM2_ID         0xF0001208          Module Identification Register
STM2_TIM0       0xF0001210          Timer Register 0
STM2_TIM1       0xF0001214          Timer Register 1
STM2_TIM2       0xF0001218          Timer Register 2
STM2_TIM3       0xF000121C          Timer Register 3
STM2_TIM4       0xF0001220          Timer Register 4
STM2_TIM5       0xF0001224          Timer Register 5
STM2_TIM6       0xF0001228          Timer Register 6
STM2_CAP        0xF000122C          Timer Capture Register
STM2_CMP0       0xF0001230          Compare Register 0
STM2_CMP1       0xF0001234          Compare Register 1
STM2_CMCON      0xF0001238          Compare Match Control Register
STM2_ICR        0xF000123C          Interrupt Control Register
STM2_ISCR       0xF0001240          Interrupt Set/Clear Register
STM2_TIM0SV     0xF0001250          Timer Register 0 Second View
STM2_CAPSV      0xF0001254          Timer Capture Register Second View
STM2_OCS        0xF00012E8          OCDS Control and Status Register
STM2_KRSTCLR    0xF00012EC          Kernel Reset Status Clear Register
STM2_KRST1      0xF00012F0          Kernel Reset Register 1
STM2_KRST0      0xF00012F4          Kernel Reset Register 0
STM2_ACCEN1     0xF00012F8          Access Enable Register 1
STM2_ACCEN0     0xF00012FC          Access Enable Register 0
STM3_CLC        0xF0001300          Clock Control Register
STM3_ID         0xF0001308          Module Identification Register
STM3_TIM0       0xF0001310          Timer Register 0
STM3_TIM1       0xF0001314          Timer Register 1
STM3_TIM2       0xF0001318          Timer Register 2
STM3_TIM3       0xF000131C          Timer Register 3
STM3_TIM4       0xF0001320          Timer Register 4
STM3_TIM5       0xF0001324          Timer Register 5
STM3_TIM6       0xF0001328          Timer Register 6
STM3_CAP        0xF000132C          Timer Capture Register
STM3_CMP0       0xF0001330          Compare Register 0
STM3_CMP1       0xF0001334          Compare Register 1
STM3_CMCON      0xF0001338          Compare Match Control Register
STM3_ICR        0xF000133C          Interrupt Control Register
STM3_ISCR       0xF0001340          Interrupt Set/Clear Register
STM3_TIM0SV     0xF0001350          Timer Register 0 Second View
STM3_CAPSV      0xF0001354          Timer Capture Register Second View
STM3_OCS        0xF00013E8          OCDS Control and Status Register
STM3_KRSTCLR    0xF00013EC          Kernel Reset Status Clear Register
STM3_KRST1      0xF00013F0          Kernel Reset Register 1
STM3_KRST0      0xF00013F4          Kernel Reset Register 0
STM3_ACCEN1     0xF00013F8          Access Enable Register 1
STM3_ACCEN0     0xF00013FC          Access Enable Register 0
STM4_CLC        0xF0001400          Clock Control Register
STM4_ID         0xF0001408          Module Identification Register
STM4_TIM0       0xF0001410          Timer Register 0
STM4_TIM1       0xF0001414          Timer Register 1
STM4_TIM2       0xF0001418          Timer Register 2
STM4_TIM3       0xF000141C          Timer Register 3
STM4_TIM4       0xF0001420          Timer Register 4
STM4_TIM5       0xF0001424          Timer Register 5
STM4_TIM6       0xF0001428          Timer Register 6
STM4_CAP        0xF000142C          Timer Capture Register
STM4_CMP0       0xF0001430          Compare Register 0
STM4_CMP1       0xF0001434          Compare Register 1
STM4_CMCON      0xF0001438          Compare Match Control Register
STM4_ICR        0xF000143C          Interrupt Control Register
STM4_ISCR       0xF0001440          Interrupt Set/Clear Register
STM4_TIM0SV     0xF0001450          Timer Register 0 Second View
STM4_CAPSV      0xF0001454          Timer Capture Register Second View
STM4_OCS        0xF00014E8          OCDS Control and Status Register
STM4_KRSTCLR    0xF00014EC          Kernel Reset Status Clear Register
STM4_KRST1      0xF00014F0          Kernel Reset Register 1
STM4_KRST0      0xF00014F4          Kernel Reset Register 0
STM4_ACCEN1     0xF00014F8          Access Enable Register 1
STM4_ACCEN0     0xF00014FC          Access Enable Register 0
STM5_CLC        0xF0001500          Clock Control Register
STM5_ID         0xF0001508          Module Identification Register
STM5_TIM0       0xF0001510          Timer Register 0
STM5_TIM1       0xF0001514          Timer Register 1
STM5_TIM2       0xF0001518          Timer Register 2
STM5_TIM3       0xF000151C          Timer Register 3
STM5_TIM4       0xF0001520          Timer Register 4
STM5_TIM5       0xF0001524          Timer Register 5
STM5_TIM6       0xF0001528          Timer Register 6
STM5_CAP        0xF000152C          Timer Capture Register
STM5_CMP0       0xF0001530          Compare Register 0
STM5_CMP1       0xF0001534          Compare Register 1
STM5_CMCON      0xF0001538          Compare Match Control Register
STM5_ICR        0xF000153C          Interrupt Control Register
STM5_ISCR       0xF0001540          Interrupt Set/Clear Register
STM5_TIM0SV     0xF0001550          Timer Register 0 Second View
STM5_CAPSV      0xF0001554          Timer Capture Register Second View
STM5_OCS        0xF00015E8          OCDS Control and Status Register
STM5_KRSTCLR    0xF00015EC          Kernel Reset Status Clear Register
STM5_KRST1      0xF00015F0          Kernel Reset Register 1
STM5_KRST0      0xF00015F4          Kernel Reset Register 0
STM5_ACCEN1     0xF00015F8          Access Enable Register 1
STM5_ACCEN0     0xF00015FC          Access Enable Register 0
GPT120_CLC      0xF0001800          Clock Control Register
GPT120_PISEL    0xF0001804          Port Input Select Register
GPT120_ID       0xF0001808          Identification Register
GPT120_T2CON    0xF0001810          Timer T2 Control Register
GPT120_T3CON    0xF0001814          Timer T3 Control Register
GPT120_T4CON    0xF0001818          Timer T4 Control Register
GPT120_T5CON    0xF000181C          Timer T5 Control Register
GPT120_T6CON    0xF0001820          Timer T6 Control Register
GPT120_CAPREL   0xF0001830          Capture and Reload Register
GPT120_T2       0xF0001834          Timer T2 Register
GPT120_T3       0xF0001838          Timer T3 Register
GPT120_T4       0xF000183C          Timer T4 Register
GPT120_T5       0xF0001840          Timer T5 Register
GPT120_T6       0xF0001844          Timer T6 Register
GPT120_OCS      0xF00018E8          OCDS Control and Status Register
GPT120_KRSTCLR  0xF00018EC          Kernel Reset Status Clear Register
GPT120_KRST1    0xF00018F0          Kernel Reset Register 1
GPT120_KRST0    0xF00018F4          Kernel Reset Register 0
GPT120_ACCEN0   0xF00018FC          Access Enable Register 0
QSPI0_CLC       0xF0001C00          Clock Control Register
QSPI0_PISEL     0xF0001C04          Port Input Select Register
QSPI0_ID        0xF0001C08          Module Identification Register
QSPI0_GLOBALCON 0xF0001C10          Global Configuration Register
QSPI0_GLOBALCON1 0xF0001C14          Global Configuration Register 1
QSPI0_BACON     0xF0001C18          Basic Configuration Register
QSPI0_ECON0     0xF0001C20          Configuration Extension 0
QSPI0_ECON1     0xF0001C24          Configuration Extension 1
QSPI0_ECON2     0xF0001C28          Configuration Extension 2
QSPI0_ECON3     0xF0001C2C          Configuration Extension 3
QSPI0_ECON4     0xF0001C30          Configuration Extension 4
QSPI0_ECON5     0xF0001C34          Configuration Extension 5
QSPI0_ECON6     0xF0001C38          Configuration Extension 6
QSPI0_ECON7     0xF0001C3C          Configuration Extension 7
QSPI0_STATUS    0xF0001C40          Status Register
QSPI0_STATUS1   0xF0001C44          Status Register 1
QSPI0_SSOC      0xF0001C48          Slave Select Output Control Register
QSPI0_FLAGSCLEAR 0xF0001C54          Flags Clear Register
QSPI0_XXLCON    0xF0001C58          Extra Large Data Configuration Register
QSPI0_MIXENTRY  0xF0001C5C          MIX_ENTRY Register
QSPI0_BACONENTRY 0xF0001C60          BACON_ENTRY Register
QSPI0_DATAENTRY0 0xF0001C64          DATA_ENTRY Register 0
QSPI0_DATAENTRY1 0xF0001C68          DATA_ENTRY Register 1
QSPI0_DATAENTRY2 0xF0001C6C          DATA_ENTRY Register 2
QSPI0_DATAENTRY3 0xF0001C70          DATA_ENTRY Register 3
QSPI0_DATAENTRY4 0xF0001C74          DATA_ENTRY Register 4
QSPI0_DATAENTRY5 0xF0001C78          DATA_ENTRY Register 5
QSPI0_DATAENTRY6 0xF0001C7C          DATA_ENTRY Register 6
QSPI0_DATAENTRY7 0xF0001C80          DATA_ENTRY Register 7
QSPI0_RXEXIT    0xF0001C90          RX_EXIT Register
QSPI0_RXEXITD   0xF0001C94          RX_EXIT Debug Register
QSPI0_MC        0xF0001CA4          Move Counter Register
QSPI0_MCCON     0xF0001CA8          Move Counter control Register
QSPI0_OCS       0xF0001CE8          OCDS Control and Status
QSPI0_KRSTCLR   0xF0001CEC          Kernel Reset Status Clear Register
QSPI0_KRST1     0xF0001CF0          Kernel Reset Register 1
QSPI0_KRST0     0xF0001CF4          Kernel Reset Register 0
QSPI0_ACCEN1    0xF0001CF8          Access Enable Register 1
QSPI0_ACCEN0    0xF0001CFC          Access Enable Register 0
QSPI1_CLC       0xF0001D00          Clock Control Register
QSPI1_PISEL     0xF0001D04          Port Input Select Register
QSPI1_ID        0xF0001D08          Module Identification Register
QSPI1_GLOBALCON 0xF0001D10          Global Configuration Register
QSPI1_GLOBALCON1 0xF0001D14          Global Configuration Register 1
QSPI1_BACON     0xF0001D18          Basic Configuration Register
QSPI1_ECON0     0xF0001D20          Configuration Extension 0
QSPI1_ECON1     0xF0001D24          Configuration Extension 1
QSPI1_ECON2     0xF0001D28          Configuration Extension 2
QSPI1_ECON3     0xF0001D2C          Configuration Extension 3
QSPI1_ECON4     0xF0001D30          Configuration Extension 4
QSPI1_ECON5     0xF0001D34          Configuration Extension 5
QSPI1_ECON6     0xF0001D38          Configuration Extension 6
QSPI1_ECON7     0xF0001D3C          Configuration Extension 7
QSPI1_STATUS    0xF0001D40          Status Register
QSPI1_STATUS1   0xF0001D44          Status Register 1
QSPI1_SSOC      0xF0001D48          Slave Select Output Control Register
QSPI1_FLAGSCLEAR 0xF0001D54          Flags Clear Register
QSPI1_XXLCON    0xF0001D58          Extra Large Data Configuration Register
QSPI1_MIXENTRY  0xF0001D5C          MIX_ENTRY Register
QSPI1_BACONENTRY 0xF0001D60          BACON_ENTRY Register
QSPI1_DATAENTRY0 0xF0001D64          DATA_ENTRY Register 0
QSPI1_DATAENTRY1 0xF0001D68          DATA_ENTRY Register 1
QSPI1_DATAENTRY2 0xF0001D6C          DATA_ENTRY Register 2
QSPI1_DATAENTRY3 0xF0001D70          DATA_ENTRY Register 3
QSPI1_DATAENTRY4 0xF0001D74          DATA_ENTRY Register 4
QSPI1_DATAENTRY5 0xF0001D78          DATA_ENTRY Register 5
QSPI1_DATAENTRY6 0xF0001D7C          DATA_ENTRY Register 6
QSPI1_DATAENTRY7 0xF0001D80          DATA_ENTRY Register 7
QSPI1_RXEXIT    0xF0001D90          RX_EXIT Register
QSPI1_RXEXITD   0xF0001D94          RX_EXIT Debug Register
QSPI1_MC        0xF0001DA4          Move Counter Register
QSPI1_MCCON     0xF0001DA8          Move Counter control Register
QSPI1_OCS       0xF0001DE8          OCDS Control and Status
QSPI1_KRSTCLR   0xF0001DEC          Kernel Reset Status Clear Register
QSPI1_KRST1     0xF0001DF0          Kernel Reset Register 1
QSPI1_KRST0     0xF0001DF4          Kernel Reset Register 0
QSPI1_ACCEN1    0xF0001DF8          Access Enable Register 1
QSPI1_ACCEN0    0xF0001DFC          Access Enable Register 0
QSPI2_CLC       0xF0001E00          Clock Control Register
QSPI2_PISEL     0xF0001E04          Port Input Select Register
QSPI2_ID        0xF0001E08          Module Identification Register
QSPI2_GLOBALCON 0xF0001E10          Global Configuration Register
QSPI2_GLOBALCON1 0xF0001E14          Global Configuration Register 1
QSPI2_BACON     0xF0001E18          Basic Configuration Register
QSPI2_ECON0     0xF0001E20          Configuration Extension 0
QSPI2_ECON1     0xF0001E24          Configuration Extension 1
QSPI2_ECON2     0xF0001E28          Configuration Extension 2
QSPI2_ECON3     0xF0001E2C          Configuration Extension 3
QSPI2_ECON4     0xF0001E30          Configuration Extension 4
QSPI2_ECON5     0xF0001E34          Configuration Extension 5
QSPI2_ECON6     0xF0001E38          Configuration Extension 6
QSPI2_ECON7     0xF0001E3C          Configuration Extension 7
QSPI2_STATUS    0xF0001E40          Status Register
QSPI2_STATUS1   0xF0001E44          Status Register 1
QSPI2_SSOC      0xF0001E48          Slave Select Output Control Register
QSPI2_FLAGSCLEAR 0xF0001E54          Flags Clear Register
QSPI2_XXLCON    0xF0001E58          Extra Large Data Configuration Register
QSPI2_MIXENTRY  0xF0001E5C          MIX_ENTRY Register
QSPI2_BACONENTRY 0xF0001E60          BACON_ENTRY Register
QSPI2_DATAENTRY0 0xF0001E64          DATA_ENTRY Register 0
QSPI2_DATAENTRY1 0xF0001E68          DATA_ENTRY Register 1
QSPI2_DATAENTRY2 0xF0001E6C          DATA_ENTRY Register 2
QSPI2_DATAENTRY3 0xF0001E70          DATA_ENTRY Register 3
QSPI2_DATAENTRY4 0xF0001E74          DATA_ENTRY Register 4
QSPI2_DATAENTRY5 0xF0001E78          DATA_ENTRY Register 5
QSPI2_DATAENTRY6 0xF0001E7C          DATA_ENTRY Register 6
QSPI2_DATAENTRY7 0xF0001E80          DATA_ENTRY Register 7
QSPI2_RXEXIT    0xF0001E90          RX_EXIT Register
QSPI2_RXEXITD   0xF0001E94          RX_EXIT Debug Register
QSPI2_CAPCON    0xF0001EA0          Capture Control Register
QSPI2_MC        0xF0001EA4          Move Counter Register
QSPI2_MCCON     0xF0001EA8          Move Counter control Register
QSPI2_OCS       0xF0001EE8          OCDS Control and Status
QSPI2_KRSTCLR   0xF0001EEC          Kernel Reset Status Clear Register
QSPI2_KRST1     0xF0001EF0          Kernel Reset Register 1
QSPI2_KRST0     0xF0001EF4          Kernel Reset Register 0
QSPI2_ACCEN1    0xF0001EF8          Access Enable Register 1
QSPI2_ACCEN0    0xF0001EFC          Access Enable Register 0
QSPI3_CLC       0xF0001F00          Clock Control Register
QSPI3_PISEL     0xF0001F04          Port Input Select Register
QSPI3_ID        0xF0001F08          Module Identification Register
QSPI3_GLOBALCON 0xF0001F10          Global Configuration Register
QSPI3_GLOBALCON1 0xF0001F14          Global Configuration Register 1
QSPI3_BACON     0xF0001F18          Basic Configuration Register
QSPI3_ECON0     0xF0001F20          Configuration Extension 0
QSPI3_ECON1     0xF0001F24          Configuration Extension 1
QSPI3_ECON2     0xF0001F28          Configuration Extension 2
QSPI3_ECON3     0xF0001F2C          Configuration Extension 3
QSPI3_ECON4     0xF0001F30          Configuration Extension 4
QSPI3_ECON5     0xF0001F34          Configuration Extension 5
QSPI3_ECON6     0xF0001F38          Configuration Extension 6
QSPI3_ECON7     0xF0001F3C          Configuration Extension 7
QSPI3_STATUS    0xF0001F40          Status Register
QSPI3_STATUS1   0xF0001F44          Status Register 1
QSPI3_SSOC      0xF0001F48          Slave Select Output Control Register
QSPI3_FLAGSCLEAR 0xF0001F54          Flags Clear Register
QSPI3_XXLCON    0xF0001F58          Extra Large Data Configuration Register
QSPI3_MIXENTRY  0xF0001F5C          MIX_ENTRY Register
QSPI3_BACONENTRY 0xF0001F60          BACON_ENTRY Register
QSPI3_DATAENTRY0 0xF0001F64          DATA_ENTRY Register 0
QSPI3_DATAENTRY1 0xF0001F68          DATA_ENTRY Register 1
QSPI3_DATAENTRY2 0xF0001F6C          DATA_ENTRY Register 2
QSPI3_DATAENTRY3 0xF0001F70          DATA_ENTRY Register 3
QSPI3_DATAENTRY4 0xF0001F74          DATA_ENTRY Register 4
QSPI3_DATAENTRY5 0xF0001F78          DATA_ENTRY Register 5
QSPI3_DATAENTRY6 0xF0001F7C          DATA_ENTRY Register 6
QSPI3_DATAENTRY7 0xF0001F80          DATA_ENTRY Register 7
QSPI3_RXEXIT    0xF0001F90          RX_EXIT Register
QSPI3_RXEXITD   0xF0001F94          RX_EXIT Debug Register
QSPI3_CAPCON    0xF0001FA0          Capture Control Register
QSPI3_MC        0xF0001FA4          Move Counter Register
QSPI3_MCCON     0xF0001FA8          Move Counter control Register
QSPI3_OCS       0xF0001FE8          OCDS Control and Status
QSPI3_KRSTCLR   0xF0001FEC          Kernel Reset Status Clear Register
QSPI3_KRST1     0xF0001FF0          Kernel Reset Register 1
QSPI3_KRST0     0xF0001FF4          Kernel Reset Register 0
QSPI3_ACCEN1    0xF0001FF8          Access Enable Register 1
QSPI3_ACCEN0    0xF0001FFC          Access Enable Register 0
QSPI4_CLC       0xF0002000          Clock Control Register
QSPI4_PISEL     0xF0002004          Port Input Select Register
QSPI4_ID        0xF0002008          Module Identification Register
QSPI4_GLOBALCON 0xF0002010          Global Configuration Register
QSPI4_GLOBALCON1 0xF0002014          Global Configuration Register 1
QSPI4_BACON     0xF0002018          Basic Configuration Register
QSPI4_ECON0     0xF0002020          Configuration Extension 0
QSPI4_ECON1     0xF0002024          Configuration Extension 1
QSPI4_ECON2     0xF0002028          Configuration Extension 2
QSPI4_ECON3     0xF000202C          Configuration Extension 3
QSPI4_ECON4     0xF0002030          Configuration Extension 4
QSPI4_ECON5     0xF0002034          Configuration Extension 5
QSPI4_ECON6     0xF0002038          Configuration Extension 6
QSPI4_ECON7     0xF000203C          Configuration Extension 7
QSPI4_STATUS    0xF0002040          Status Register
QSPI4_STATUS1   0xF0002044          Status Register 1
QSPI4_SSOC      0xF0002048          Slave Select Output Control Register
QSPI4_FLAGSCLEAR 0xF0002054          Flags Clear Register
QSPI4_XXLCON    0xF0002058          Extra Large Data Configuration Register
QSPI4_MIXENTRY  0xF000205C          MIX_ENTRY Register
QSPI4_BACONENTRY 0xF0002060          BACON_ENTRY Register
QSPI4_DATAENTRY0 0xF0002064          DATA_ENTRY Register 0
QSPI4_DATAENTRY1 0xF0002068          DATA_ENTRY Register 1
QSPI4_DATAENTRY2 0xF000206C          DATA_ENTRY Register 2
QSPI4_DATAENTRY3 0xF0002070          DATA_ENTRY Register 3
QSPI4_DATAENTRY4 0xF0002074          DATA_ENTRY Register 4
QSPI4_DATAENTRY5 0xF0002078          DATA_ENTRY Register 5
QSPI4_DATAENTRY6 0xF000207C          DATA_ENTRY Register 6
QSPI4_DATAENTRY7 0xF0002080          DATA_ENTRY Register 7
QSPI4_RXEXIT    0xF0002090          RX_EXIT Register
QSPI4_RXEXITD   0xF0002094          RX_EXIT Debug Register
QSPI4_MC        0xF00020A4          Move Counter Register
QSPI4_MCCON     0xF00020A8          Move Counter control Register
QSPI4_OCS       0xF00020E8          OCDS Control and Status
QSPI4_KRSTCLR   0xF00020EC          Kernel Reset Status Clear Register
QSPI4_KRST1     0xF00020F0          Kernel Reset Register 1
QSPI4_KRST0     0xF00020F4          Kernel Reset Register 0
QSPI4_ACCEN1    0xF00020F8          Access Enable Register 1
QSPI4_ACCEN0    0xF00020FC          Access Enable Register 0
QSPI5_CLC       0xF0002100          Clock Control Register
QSPI5_PISEL     0xF0002104          Port Input Select Register
QSPI5_ID        0xF0002108          Module Identification Register
QSPI5_GLOBALCON 0xF0002110          Global Configuration Register
QSPI5_GLOBALCON1 0xF0002114          Global Configuration Register 1
QSPI5_BACON     0xF0002118          Basic Configuration Register
QSPI5_ECON0     0xF0002120          Configuration Extension 0
QSPI5_ECON1     0xF0002124          Configuration Extension 1
QSPI5_ECON2     0xF0002128          Configuration Extension 2
QSPI5_ECON3     0xF000212C          Configuration Extension 3
QSPI5_ECON4     0xF0002130          Configuration Extension 4
QSPI5_ECON5     0xF0002134          Configuration Extension 5
QSPI5_ECON6     0xF0002138          Configuration Extension 6
QSPI5_ECON7     0xF000213C          Configuration Extension 7
QSPI5_STATUS    0xF0002140          Status Register
QSPI5_STATUS1   0xF0002144          Status Register 1
QSPI5_SSOC      0xF0002148          Slave Select Output Control Register
QSPI5_FLAGSCLEAR 0xF0002154          Flags Clear Register
QSPI5_XXLCON    0xF0002158          Extra Large Data Configuration Register
QSPI5_MIXENTRY  0xF000215C          MIX_ENTRY Register
QSPI5_BACONENTRY 0xF0002160          BACON_ENTRY Register
QSPI5_DATAENTRY0 0xF0002164          DATA_ENTRY Register 0
QSPI5_DATAENTRY1 0xF0002168          DATA_ENTRY Register 1
QSPI5_DATAENTRY2 0xF000216C          DATA_ENTRY Register 2
QSPI5_DATAENTRY3 0xF0002170          DATA_ENTRY Register 3
QSPI5_DATAENTRY4 0xF0002174          DATA_ENTRY Register 4
QSPI5_DATAENTRY5 0xF0002178          DATA_ENTRY Register 5
QSPI5_DATAENTRY6 0xF000217C          DATA_ENTRY Register 6
QSPI5_DATAENTRY7 0xF0002180          DATA_ENTRY Register 7
QSPI5_RXEXIT    0xF0002190          RX_EXIT Register
QSPI5_RXEXITD   0xF0002194          RX_EXIT Debug Register
QSPI5_MC        0xF00021A4          Move Counter Register
QSPI5_MCCON     0xF00021A8          Move Counter control Register
QSPI5_OCS       0xF00021E8          OCDS Control and Status
QSPI5_KRSTCLR   0xF00021EC          Kernel Reset Status Clear Register
QSPI5_KRST1     0xF00021F0          Kernel Reset Register 1
QSPI5_KRST0     0xF00021F4          Kernel Reset Register 0
QSPI5_ACCEN1    0xF00021F8          Access Enable Register 1
QSPI5_ACCEN0    0xF00021FC          Access Enable Register 0
MSC0_CLC        0xF0002600          Clock Control Register
MSC0_ID         0xF0002608          Module Identification Register
MSC0_FDR        0xF000260C          Fractional Divider Register
MSC0_USR        0xF0002610          Upstream Status Register
MSC0_DSC        0xF0002614          Downstream Control Register
MSC0_DSS        0xF0002618          Downstream Status Register
MSC0_DD         0xF000261C          Downstream Data Register
MSC0_DC         0xF0002620          Downstream Command Register
MSC0_DSDSL      0xF0002624          Downstream Select Data Source Low Register
MSC0_DSDSH      0xF0002628          Downstream Select Data Source High Register
MSC0_ESR        0xF000262C          Emergency Stop Register
MSC0_UD0        0xF0002630          Upstream Data Register 0
MSC0_UD1        0xF0002634          Upstream Data Register 1
MSC0_UD2        0xF0002638          Upstream Data Register 2
MSC0_UD3        0xF000263C          Upstream Data Register 3
MSC0_ICR        0xF0002640          Interrupt Control Register
MSC0_ISR        0xF0002644          Interrupt Status Register
MSC0_ISC        0xF0002648          Interrupt Set Clear Register
MSC0_OCR        0xF000264C          Output Control Register
MSC0_DSCE       0xF0002658          Downstream Control Enhanced Register 1
MSC0_USCE       0xF000265C          Upstream Control Enhanced Register 1
MSC0_DSDSLE     0xF0002660          Downstream Select Data Source Low Extension Register
MSC0_DSDSHE     0xF0002664          Downstream Select Data Source High Extension Register
MSC0_ESRE       0xF0002668          Emergency Stop Extension Register
MSC0_DSTE       0xF000266C          Downstream Timing Extension Register
MSC0_DDM        0xF0002670          Downstream Data Mirror Register
MSC0_DDE        0xF0002674          Downstream Data Extension Register
MSC0_DCM        0xF0002678          Downstream Command Mirror Register
MSC0_DCE        0xF000267C          Downstream Command Extension Register
MSC0_ABC        0xF0002680          Asynchronous Block Configuration Register
MSC0_OCS        0xF00026E8          OCDS Control and Status
MSC0_KRSTCLR    0xF00026EC          Kernel Reset Status Clear Register
MSC0_KRST1      0xF00026F0          Kernel Reset Register 1
MSC0_KRST0      0xF00026F4          Kernel Reset Register 0
MSC0_ACCEN1     0xF00026F8          Access Enable Register 1
MSC0_ACCEN0     0xF00026FC          Access Enable Register 0
MSC1_CLC        0xF0002700          Clock Control Register
MSC1_ID         0xF0002708          Module Identification Register
MSC1_FDR        0xF000270C          Fractional Divider Register
MSC1_USR        0xF0002710          Upstream Status Register
MSC1_DSC        0xF0002714          Downstream Control Register
MSC1_DSS        0xF0002718          Downstream Status Register
MSC1_DD         0xF000271C          Downstream Data Register
MSC1_DC         0xF0002720          Downstream Command Register
MSC1_DSDSL      0xF0002724          Downstream Select Data Source Low Register
MSC1_DSDSH      0xF0002728          Downstream Select Data Source High Register
MSC1_ESR        0xF000272C          Emergency Stop Register
MSC1_UD0        0xF0002730          Upstream Data Register 0
MSC1_UD1        0xF0002734          Upstream Data Register 1
MSC1_UD2        0xF0002738          Upstream Data Register 2
MSC1_UD3        0xF000273C          Upstream Data Register 3
MSC1_ICR        0xF0002740          Interrupt Control Register
MSC1_ISR        0xF0002744          Interrupt Status Register
MSC1_ISC        0xF0002748          Interrupt Set Clear Register
MSC1_OCR        0xF000274C          Output Control Register
MSC1_DSCE       0xF0002758          Downstream Control Enhanced Register 1
MSC1_USCE       0xF000275C          Upstream Control Enhanced Register 1
MSC1_DSDSLE     0xF0002760          Downstream Select Data Source Low Extension Register
MSC1_DSDSHE     0xF0002764          Downstream Select Data Source High Extension Register
MSC1_ESRE       0xF0002768          Emergency Stop Extension Register
MSC1_DSTE       0xF000276C          Downstream Timing Extension Register
MSC1_DDM        0xF0002770          Downstream Data Mirror Register
MSC1_DDE        0xF0002774          Downstream Data Extension Register
MSC1_DCM        0xF0002778          Downstream Command Mirror Register
MSC1_DCE        0xF000277C          Downstream Command Extension Register
MSC1_ABC        0xF0002780          Asynchronous Block Configuration Register
MSC1_OCS        0xF00027E8          OCDS Control and Status
MSC1_KRSTCLR    0xF00027EC          Kernel Reset Status Clear Register
MSC1_KRST1      0xF00027F0          Kernel Reset Register 1
MSC1_KRST0      0xF00027F4          Kernel Reset Register 0
MSC1_ACCEN1     0xF00027F8          Access Enable Register 1
MSC1_ACCEN0     0xF00027FC          Access Enable Register 0
MSC2_CLC        0xF0002800          Clock Control Register
MSC2_ID         0xF0002808          Module Identification Register
MSC2_FDR        0xF000280C          Fractional Divider Register
MSC2_USR        0xF0002810          Upstream Status Register
MSC2_DSC        0xF0002814          Downstream Control Register
MSC2_DSS        0xF0002818          Downstream Status Register
MSC2_DD         0xF000281C          Downstream Data Register
MSC2_DC         0xF0002820          Downstream Command Register
MSC2_DSDSL      0xF0002824          Downstream Select Data Source Low Register
MSC2_DSDSH      0xF0002828          Downstream Select Data Source High Register
MSC2_ESR        0xF000282C          Emergency Stop Register
MSC2_UD0        0xF0002830          Upstream Data Register 0
MSC2_UD1        0xF0002834          Upstream Data Register 1
MSC2_UD2        0xF0002838          Upstream Data Register 2
MSC2_UD3        0xF000283C          Upstream Data Register 3
MSC2_ICR        0xF0002840          Interrupt Control Register
MSC2_ISR        0xF0002844          Interrupt Status Register
MSC2_ISC        0xF0002848          Interrupt Set Clear Register
MSC2_OCR        0xF000284C          Output Control Register
MSC2_DSCE       0xF0002858          Downstream Control Enhanced Register 1
MSC2_USCE       0xF000285C          Upstream Control Enhanced Register 1
MSC2_DSDSLE     0xF0002860          Downstream Select Data Source Low Extension Register
MSC2_DSDSHE     0xF0002864          Downstream Select Data Source High Extension Register
MSC2_ESRE       0xF0002868          Emergency Stop Extension Register
MSC2_DSTE       0xF000286C          Downstream Timing Extension Register
MSC2_DDM        0xF0002870          Downstream Data Mirror Register
MSC2_DDE        0xF0002874          Downstream Data Extension Register
MSC2_DCM        0xF0002878          Downstream Command Mirror Register
MSC2_DCE        0xF000287C          Downstream Command Extension Register
MSC2_ABC        0xF0002880          Asynchronous Block Configuration Register
MSC2_OCS        0xF00028E8          OCDS Control and Status
MSC2_KRSTCLR    0xF00028EC          Kernel Reset Status Clear Register
MSC2_KRST1      0xF00028F0          Kernel Reset Register 1
MSC2_KRST0      0xF00028F4          Kernel Reset Register 0
MSC2_ACCEN1     0xF00028F8          Access Enable Register 1
MSC2_ACCEN0     0xF00028FC          Access Enable Register 0
MSC3_CLC        0xF0002900          Clock Control Register
MSC3_ID         0xF0002908          Module Identification Register
MSC3_FDR        0xF000290C          Fractional Divider Register
MSC3_USR        0xF0002910          Upstream Status Register
MSC3_DSC        0xF0002914          Downstream Control Register
MSC3_DSS        0xF0002918          Downstream Status Register
MSC3_DD         0xF000291C          Downstream Data Register
MSC3_DC         0xF0002920          Downstream Command Register
MSC3_DSDSL      0xF0002924          Downstream Select Data Source Low Register
MSC3_DSDSH      0xF0002928          Downstream Select Data Source High Register
MSC3_ESR        0xF000292C          Emergency Stop Register
MSC3_UD0        0xF0002930          Upstream Data Register 0
MSC3_UD1        0xF0002934          Upstream Data Register 1
MSC3_UD2        0xF0002938          Upstream Data Register 2
MSC3_UD3        0xF000293C          Upstream Data Register 3
MSC3_ICR        0xF0002940          Interrupt Control Register
MSC3_ISR        0xF0002944          Interrupt Status Register
MSC3_ISC        0xF0002948          Interrupt Set Clear Register
MSC3_OCR        0xF000294C          Output Control Register
MSC3_DSCE       0xF0002958          Downstream Control Enhanced Register 1
MSC3_USCE       0xF000295C          Upstream Control Enhanced Register 1
MSC3_DSDSLE     0xF0002960          Downstream Select Data Source Low Extension Register
MSC3_DSDSHE     0xF0002964          Downstream Select Data Source High Extension Register
MSC3_ESRE       0xF0002968          Emergency Stop Extension Register
MSC3_DSTE       0xF000296C          Downstream Timing Extension Register
MSC3_DDM        0xF0002970          Downstream Data Mirror Register
MSC3_DDE        0xF0002974          Downstream Data Extension Register
MSC3_DCM        0xF0002978          Downstream Command Mirror Register
MSC3_DCE        0xF000297C          Downstream Command Extension Register
MSC3_ABC        0xF0002980          Asynchronous Block Configuration Register
MSC3_OCS        0xF00029E8          OCDS Control and Status
MSC3_KRSTCLR    0xF00029EC          Kernel Reset Status Clear Register
MSC3_KRST1      0xF00029F0          Kernel Reset Register 1
MSC3_KRST0      0xF00029F4          Kernel Reset Register 0
MSC3_ACCEN1     0xF00029F8          Access Enable Register 1
MSC3_ACCEN0     0xF00029FC          Access Enable Register 0
CCU60_CLC       0xF0002A00          Clock Control Register
CCU60_MCFG      0xF0002A04          Module Configuration Register
CCU60_ID        0xF0002A08          Module Identification Register
CCU60_MOSEL     0xF0002A0C          CCU60 Module Output Select Register
CCU60_PISEL0    0xF0002A10          Port Input Select Register 0
CCU60_PISEL2    0xF0002A14          Port Input Select Register 2
CCU60_KSCSR     0xF0002A1C          Kernel State Control Sensitivity Register
CCU60_T12       0xF0002A20          Timer T12 Counter Register
CCU60_T12PR     0xF0002A24          Timer 12 Period Register
CCU60_T12DTC    0xF0002A28          Dead-Time Control Register for Timer12
CCU60_CC60R     0xF0002A30          Capture/Compare Register for Channel CC60
CCU60_CC61R     0xF0002A34          Capture/Compare Register for Channel CC61
CCU60_CC62R     0xF0002A38          Capture/Compare Register for Channel CC62
CCU60_CC60SR    0xF0002A40          Capture/Compare Shadow Reg. for Channel CC60
CCU60_CC61SR    0xF0002A44          Capture/Compare Shadow Reg. for Channel CC61
CCU60_CC62SR    0xF0002A48          Capture/Compare Shadow Reg. for Channel CC62
CCU60_T13       0xF0002A50          Timer T13 Counter Register
CCU60_T13PR     0xF0002A54          Timer 13 Period Register
CCU60_CC63R     0xF0002A58          Compare Register for T13
CCU60_CC63SR    0xF0002A5C          Compare Shadow Register for T13
CCU60_CMPSTAT   0xF0002A60          Compare State Register
CCU60_CMPMODIF  0xF0002A64          Compare State Modification Register
CCU60_T12MSEL   0xF0002A68          T12 Mode Select Register
CCU60_TCTR0     0xF0002A70          Timer Control Register 0
CCU60_TCTR2     0xF0002A74          Timer Control Register 2
CCU60_TCTR4     0xF0002A78          Timer Control Register 4
CCU60_MODCTR    0xF0002A80          Modulation Control Register
CCU60_TRPCTR    0xF0002A84          Trap Control Register
CCU60_PSLR      0xF0002A88          Passive State Level Register
CCU60_MCMOUTS   0xF0002A8C          Multi-Channel Mode Output Shadow Register
CCU60_MCMOUT    0xF0002A90          Multi-Channel Mode Output Register
CCU60_MCMCTR    0xF0002A94          Multi-Channel Mode Control Register
CCU60_IMON      0xF0002A98          Input Monitoring Register
CCU60_LI        0xF0002A9C          Lost Indicator Register
CCU60_IS        0xF0002AA0          Interrupt Status Register
CCU60_ISS       0xF0002AA4          Interrupt Status Set Register
CCU60_ISR       0xF0002AA8          Interrupt Status Reset Register
CCU60_INP       0xF0002AAC          Interrupt Node Pointer Register
CCU60_IEN       0xF0002AB0          Interrupt Enable Register
CCU60_OCS       0xF0002AE8          OCDS Control and Status Register
CCU60_KRSTCLR   0xF0002AEC          Kernel Reset Status Clear Register
CCU60_KRST1     0xF0002AF0          Kernel Reset Register 1
CCU60_KRST0     0xF0002AF4          Kernel Reset Register 0
CCU60_ACCEN0    0xF0002AFC          Access Enable Register 0
CCU61_CLC       0xF0002B00          Clock Control Register
CCU61_MCFG      0xF0002B04          Module Configuration Register
CCU61_ID        0xF0002B08          Module Identification Register
CCU61_PISEL0    0xF0002B10          Port Input Select Register 0
CCU61_PISEL2    0xF0002B14          Port Input Select Register 2
CCU61_KSCSR     0xF0002B1C          Kernel State Control Sensitivity Register
CCU61_T12       0xF0002B20          Timer T12 Counter Register
CCU61_T12PR     0xF0002B24          Timer 12 Period Register
CCU61_T12DTC    0xF0002B28          Dead-Time Control Register for Timer12
CCU61_CC60R     0xF0002B30          Capture/Compare Register for Channel CC60
CCU61_CC61R     0xF0002B34          Capture/Compare Register for Channel CC61
CCU61_CC62R     0xF0002B38          Capture/Compare Register for Channel CC62
CCU61_CC60SR    0xF0002B40          Capture/Compare Shadow Reg. for Channel CC60
CCU61_CC61SR    0xF0002B44          Capture/Compare Shadow Reg. for Channel CC61
CCU61_CC62SR    0xF0002B48          Capture/Compare Shadow Reg. for Channel CC62
CCU61_T13       0xF0002B50          Timer T13 Counter Register
CCU61_T13PR     0xF0002B54          Timer 13 Period Register
CCU61_CC63R     0xF0002B58          Compare Register for T13
CCU61_CC63SR    0xF0002B5C          Compare Shadow Register for T13
CCU61_CMPSTAT   0xF0002B60          Compare State Register
CCU61_CMPMODIF  0xF0002B64          Compare State Modification Register
CCU61_T12MSEL   0xF0002B68          T12 Mode Select Register
CCU61_TCTR0     0xF0002B70          Timer Control Register 0
CCU61_TCTR2     0xF0002B74          Timer Control Register 2
CCU61_TCTR4     0xF0002B78          Timer Control Register 4
CCU61_MODCTR    0xF0002B80          Modulation Control Register
CCU61_TRPCTR    0xF0002B84          Trap Control Register
CCU61_PSLR      0xF0002B88          Passive State Level Register
CCU61_MCMOUTS   0xF0002B8C          Multi-Channel Mode Output Shadow Register
CCU61_MCMOUT    0xF0002B90          Multi-Channel Mode Output Register
CCU61_MCMCTR    0xF0002B94          Multi-Channel Mode Control Register
CCU61_IMON      0xF0002B98          Input Monitoring Register
CCU61_LI        0xF0002B9C          Lost Indicator Register
CCU61_IS        0xF0002BA0          Interrupt Status Register
CCU61_ISS       0xF0002BA4          Interrupt Status Set Register
CCU61_ISR       0xF0002BA8          Interrupt Status Reset Register
CCU61_INP       0xF0002BAC          Interrupt Node Pointer Register
CCU61_IEN       0xF0002BB0          Interrupt Enable Register
CCU61_OCS       0xF0002BE8          OCDS Control and Status Register
CCU61_KRSTCLR   0xF0002BEC          Kernel Reset Status Clear Register
CCU61_KRST1     0xF0002BF0          Kernel Reset Register 1
CCU61_KRST0     0xF0002BF4          Kernel Reset Register 0
CCU61_ACCEN0    0xF0002BFC          Access Enable Register 0
SENT_CLC        0xF0003000          Clock Control Register
SENT_ID         0xF0003008          Module Identification Register
SENT_FDR        0xF000300C          SENT Fractional Divider Register
SENT_INTOV      0xF0003014          Interrupt Overview Register
SENT_TSR        0xF0003018          Module Time Stamp Register
SENT_TPD        0xF000301C          Time Stamp Predivider Register
SENT_RDR0       0xF0003080          Receive Data Register 0
SENT_RDR1       0xF0003084          Receive Data Register 1
SENT_RDR2       0xF0003088          Receive Data Register 2
SENT_RDR3       0xF000308C          Receive Data Register 3
SENT_RDR4       0xF0003090          Receive Data Register 4
SENT_RDR5       0xF0003094          Receive Data Register 5
SENT_RDR6       0xF0003098          Receive Data Register 6
SENT_RDR7       0xF000309C          Receive Data Register 7
SENT_RDR8       0xF00030A0          Receive Data Register 8
SENT_RDR9       0xF00030A4          Receive Data Register 9
SENT_RDR10      0xF00030A8          Receive Data Register 10
SENT_RDR11      0xF00030AC          Receive Data Register 11
SENT_RDR12      0xF00030B0          Receive Data Register 12
SENT_RDR13      0xF00030B4          Receive Data Register 13
SENT_RDR14      0xF00030B8          Receive Data Register 14
SENT_RDR15      0xF00030BC          Receive Data Register 15
SENT_RDR16      0xF00030C0          Receive Data Register 16
SENT_RDR17      0xF00030C4          Receive Data Register 17
SENT_RDR18      0xF00030C8          Receive Data Register 18
SENT_RDR19      0xF00030CC          Receive Data Register 19
SENT_RDR20      0xF00030D0          Receive Data Register 20
SENT_RDR21      0xF00030D4          Receive Data Register 21
SENT_RDR22      0xF00030D8          Receive Data Register 22
SENT_RDR23      0xF00030DC          Receive Data Register 23
SENT_RDR24      0xF00030E0          Receive Data Register 24
SENT_OCS        0xF00030E8          OCDS Control and Status
SENT_KRSTCLR    0xF00030EC          Kernel Reset Status Clear Register
SENT_KRST1      0xF00030F0          Kernel Reset Register 1
SENT_KRST0      0xF00030F4          Kernel Reset Register 0
SENT_ACCEN1     0xF00030F8          Access Enable Register 1
SENT_ACCEN0     0xF00030FC          Access Enable Register 0
SENT_CPDR0      0xF0003100          Channel Pre Divider Register 0
SENT_CFDR0      0xF0003104          Channel Fractional Divider Register 0
SENT_RCR0       0xF0003108          Receiver Control Register 0
SENT_RSR0       0xF000310C          Receive Status Register 0
SENT_SDS0       0xF0003110          Serial Data and Status Register 0
SENT_IOCR0      0xF0003114          Input and Output Control Register 0
SENT_SCR0       0xF0003118          SPC Control Register 0
SENT_VIEW0      0xF000311C          Receive Data View Register 0
SENT_INTSTAT0   0xF0003120          Interrupt Status Register 0
SENT_INTSET0    0xF0003124          Interrupt Set Register 0
SENT_INTCLR0    0xF0003128          Interrupt Clear Register 0
SENT_INTEN0     0xF000312C          Interrupt Enable Register 0
SENT_INP0       0xF0003130          Interrupt Node Pointer Register 0
SENT_WDT0       0xF0003134          Watch Dog Timer Register 0
SENT_CPDR1      0xF0003140          Channel Pre Divider Register 1
SENT_CFDR1      0xF0003144          Channel Fractional Divider Register 1
SENT_RCR1       0xF0003148          Receiver Control Register 1
SENT_RSR1       0xF000314C          Receive Status Register 1
SENT_SDS1       0xF0003150          Serial Data and Status Register 1
SENT_IOCR1      0xF0003154          Input and Output Control Register 1
SENT_SCR1       0xF0003158          SPC Control Register 1
SENT_VIEW1      0xF000315C          Receive Data View Register 1
SENT_INTSTAT1   0xF0003160          Interrupt Status Register 1
SENT_INTSET1    0xF0003164          Interrupt Set Register 1
SENT_INTCLR1    0xF0003168          Interrupt Clear Register 1
SENT_INTEN1     0xF000316C          Interrupt Enable Register 1
SENT_INP1       0xF0003170          Interrupt Node Pointer Register 1
SENT_WDT1       0xF0003174          Watch Dog Timer Register 1
SENT_CPDR2      0xF0003180          Channel Pre Divider Register 2
SENT_CFDR2      0xF0003184          Channel Fractional Divider Register 2
SENT_RCR2       0xF0003188          Receiver Control Register 2
SENT_RSR2       0xF000318C          Receive Status Register 2
SENT_SDS2       0xF0003190          Serial Data and Status Register 2
SENT_IOCR2      0xF0003194          Input and Output Control Register 2
SENT_SCR2       0xF0003198          SPC Control Register 2
SENT_VIEW2      0xF000319C          Receive Data View Register 2
SENT_INTSTAT2   0xF00031A0          Interrupt Status Register 2
SENT_INTSET2    0xF00031A4          Interrupt Set Register 2
SENT_INTCLR2    0xF00031A8          Interrupt Clear Register 2
SENT_INTEN2     0xF00031AC          Interrupt Enable Register 2
SENT_INP2       0xF00031B0          Interrupt Node Pointer Register 2
SENT_WDT2       0xF00031B4          Watch Dog Timer Register 2
SENT_CPDR3      0xF00031C0          Channel Pre Divider Register 3
SENT_CFDR3      0xF00031C4          Channel Fractional Divider Register 3
SENT_RCR3       0xF00031C8          Receiver Control Register 3
SENT_RSR3       0xF00031CC          Receive Status Register 3
SENT_SDS3       0xF00031D0          Serial Data and Status Register 3
SENT_IOCR3      0xF00031D4          Input and Output Control Register 3
SENT_SCR3       0xF00031D8          SPC Control Register 3
SENT_VIEW3      0xF00031DC          Receive Data View Register 3
SENT_INTSTAT3   0xF00031E0          Interrupt Status Register 3
SENT_INTSET3    0xF00031E4          Interrupt Set Register 3
SENT_INTCLR3    0xF00031E8          Interrupt Clear Register 3
SENT_INTEN3     0xF00031EC          Interrupt Enable Register 3
SENT_INP3       0xF00031F0          Interrupt Node Pointer Register 3
SENT_WDT3       0xF00031F4          Watch Dog Timer Register 3
SENT_CPDR4      0xF0003200          Channel Pre Divider Register 4
SENT_CFDR4      0xF0003204          Channel Fractional Divider Register 4
SENT_RCR4       0xF0003208          Receiver Control Register 4
SENT_RSR4       0xF000320C          Receive Status Register 4
SENT_SDS4       0xF0003210          Serial Data and Status Register 4
SENT_IOCR4      0xF0003214          Input and Output Control Register 4
SENT_SCR4       0xF0003218          SPC Control Register 4
SENT_VIEW4      0xF000321C          Receive Data View Register 4
SENT_INTSTAT4   0xF0003220          Interrupt Status Register 4
SENT_INTSET4    0xF0003224          Interrupt Set Register 4
SENT_INTCLR4    0xF0003228          Interrupt Clear Register 4
SENT_INTEN4     0xF000322C          Interrupt Enable Register 4
SENT_INP4       0xF0003230          Interrupt Node Pointer Register 4
SENT_WDT4       0xF0003234          Watch Dog Timer Register 4
SENT_CPDR5      0xF0003240          Channel Pre Divider Register 5
SENT_CFDR5      0xF0003244          Channel Fractional Divider Register 5
SENT_RCR5       0xF0003248          Receiver Control Register 5
SENT_RSR5       0xF000324C          Receive Status Register 5
SENT_SDS5       0xF0003250          Serial Data and Status Register 5
SENT_IOCR5      0xF0003254          Input and Output Control Register 5
SENT_SCR5       0xF0003258          SPC Control Register 5
SENT_VIEW5      0xF000325C          Receive Data View Register 5
SENT_INTSTAT5   0xF0003260          Interrupt Status Register 5
SENT_INTSET5    0xF0003264          Interrupt Set Register 5
SENT_INTCLR5    0xF0003268          Interrupt Clear Register 5
SENT_INTEN5     0xF000326C          Interrupt Enable Register 5
SENT_INP5       0xF0003270          Interrupt Node Pointer Register 5
SENT_WDT5       0xF0003274          Watch Dog Timer Register 5
SENT_CPDR6      0xF0003280          Channel Pre Divider Register 6
SENT_CFDR6      0xF0003284          Channel Fractional Divider Register 6
SENT_RCR6       0xF0003288          Receiver Control Register 6
SENT_RSR6       0xF000328C          Receive Status Register 6
SENT_SDS6       0xF0003290          Serial Data and Status Register 6
SENT_IOCR6      0xF0003294          Input and Output Control Register 6
SENT_SCR6       0xF0003298          SPC Control Register 6
SENT_VIEW6      0xF000329C          Receive Data View Register 6
SENT_INTSTAT6   0xF00032A0          Interrupt Status Register 6
SENT_INTSET6    0xF00032A4          Interrupt Set Register 6
SENT_INTCLR6    0xF00032A8          Interrupt Clear Register 6
SENT_INTEN6     0xF00032AC          Interrupt Enable Register 6
SENT_INP6       0xF00032B0          Interrupt Node Pointer Register 6
SENT_WDT6       0xF00032B4          Watch Dog Timer Register 6
SENT_CPDR7      0xF00032C0          Channel Pre Divider Register 7
SENT_CFDR7      0xF00032C4          Channel Fractional Divider Register 7
SENT_RCR7       0xF00032C8          Receiver Control Register 7
SENT_RSR7       0xF00032CC          Receive Status Register 7
SENT_SDS7       0xF00032D0          Serial Data and Status Register 7
SENT_IOCR7      0xF00032D4          Input and Output Control Register 7
SENT_SCR7       0xF00032D8          SPC Control Register 7
SENT_VIEW7      0xF00032DC          Receive Data View Register 7
SENT_INTSTAT7   0xF00032E0          Interrupt Status Register 7
SENT_INTSET7    0xF00032E4          Interrupt Set Register 7
SENT_INTCLR7    0xF00032E8          Interrupt Clear Register 7
SENT_INTEN7     0xF00032EC          Interrupt Enable Register 7
SENT_INP7       0xF00032F0          Interrupt Node Pointer Register 7
SENT_WDT7       0xF00032F4          Watch Dog Timer Register 7
SENT_CPDR8      0xF0003300          Channel Pre Divider Register 8
SENT_CFDR8      0xF0003304          Channel Fractional Divider Register 8
SENT_RCR8       0xF0003308          Receiver Control Register 8
SENT_RSR8       0xF000330C          Receive Status Register 8
SENT_SDS8       0xF0003310          Serial Data and Status Register 8
SENT_IOCR8      0xF0003314          Input and Output Control Register 8
SENT_SCR8       0xF0003318          SPC Control Register 8
SENT_VIEW8      0xF000331C          Receive Data View Register 8
SENT_INTSTAT8   0xF0003320          Interrupt Status Register 8
SENT_INTSET8    0xF0003324          Interrupt Set Register 8
SENT_INTCLR8    0xF0003328          Interrupt Clear Register 8
SENT_INTEN8     0xF000332C          Interrupt Enable Register 8
SENT_INP8       0xF0003330          Interrupt Node Pointer Register 8
SENT_WDT8       0xF0003334          Watch Dog Timer Register 8
SENT_CPDR9      0xF0003340          Channel Pre Divider Register 9
SENT_CFDR9      0xF0003344          Channel Fractional Divider Register 9
SENT_RCR9       0xF0003348          Receiver Control Register 9
SENT_RSR9       0xF000334C          Receive Status Register 9
SENT_SDS9       0xF0003350          Serial Data and Status Register 9
SENT_IOCR9      0xF0003354          Input and Output Control Register 9
SENT_SCR9       0xF0003358          SPC Control Register 9
SENT_VIEW9      0xF000335C          Receive Data View Register 9
SENT_INTSTAT9   0xF0003360          Interrupt Status Register 9
SENT_INTSET9    0xF0003364          Interrupt Set Register 9
SENT_INTCLR9    0xF0003368          Interrupt Clear Register 9
SENT_INTEN9     0xF000336C          Interrupt Enable Register 9
SENT_INP9       0xF0003370          Interrupt Node Pointer Register 9
SENT_WDT9       0xF0003374          Watch Dog Timer Register 9
SENT_CPDR10     0xF0003380          Channel Pre Divider Register 10
SENT_CFDR10     0xF0003384          Channel Fractional Divider Register 10
SENT_RCR10      0xF0003388          Receiver Control Register 10
SENT_RSR10      0xF000338C          Receive Status Register 10
SENT_SDS10      0xF0003390          Serial Data and Status Register 10
SENT_IOCR10     0xF0003394          Input and Output Control Register 10
SENT_SCR10      0xF0003398          SPC Control Register 10
SENT_VIEW10     0xF000339C          Receive Data View Register 10
SENT_INTSTAT10  0xF00033A0          Interrupt Status Register 10
SENT_INTSET10   0xF00033A4          Interrupt Set Register 10
SENT_INTCLR10   0xF00033A8          Interrupt Clear Register 10
SENT_INTEN10    0xF00033AC          Interrupt Enable Register 10
SENT_INP10      0xF00033B0          Interrupt Node Pointer Register 10
SENT_WDT10      0xF00033B4          Watch Dog Timer Register 10
SENT_CPDR11     0xF00033C0          Channel Pre Divider Register 11
SENT_CFDR11     0xF00033C4          Channel Fractional Divider Register 11
SENT_RCR11      0xF00033C8          Receiver Control Register 11
SENT_RSR11      0xF00033CC          Receive Status Register 11
SENT_SDS11      0xF00033D0          Serial Data and Status Register 11
SENT_IOCR11     0xF00033D4          Input and Output Control Register 11
SENT_SCR11      0xF00033D8          SPC Control Register 11
SENT_VIEW11     0xF00033DC          Receive Data View Register 11
SENT_INTSTAT11  0xF00033E0          Interrupt Status Register 11
SENT_INTSET11   0xF00033E4          Interrupt Set Register 11
SENT_INTCLR11   0xF00033E8          Interrupt Clear Register 11
SENT_INTEN11    0xF00033EC          Interrupt Enable Register 11
SENT_INP11      0xF00033F0          Interrupt Node Pointer Register 11
SENT_WDT11      0xF00033F4          Watch Dog Timer Register 11
SENT_CPDR12     0xF0003400          Channel Pre Divider Register 12
SENT_CFDR12     0xF0003404          Channel Fractional Divider Register 12
SENT_RCR12      0xF0003408          Receiver Control Register 12
SENT_RSR12      0xF000340C          Receive Status Register 12
SENT_SDS12      0xF0003410          Serial Data and Status Register 12
SENT_IOCR12     0xF0003414          Input and Output Control Register 12
SENT_SCR12      0xF0003418          SPC Control Register 12
SENT_VIEW12     0xF000341C          Receive Data View Register 12
SENT_INTSTAT12  0xF0003420          Interrupt Status Register 12
SENT_INTSET12   0xF0003424          Interrupt Set Register 12
SENT_INTCLR12   0xF0003428          Interrupt Clear Register 12
SENT_INTEN12    0xF000342C          Interrupt Enable Register 12
SENT_INP12      0xF0003430          Interrupt Node Pointer Register 12
SENT_WDT12      0xF0003434          Watch Dog Timer Register 12
SENT_CPDR13     0xF0003440          Channel Pre Divider Register 13
SENT_CFDR13     0xF0003444          Channel Fractional Divider Register 13
SENT_RCR13      0xF0003448          Receiver Control Register 13
SENT_RSR13      0xF000344C          Receive Status Register 13
SENT_SDS13      0xF0003450          Serial Data and Status Register 13
SENT_IOCR13     0xF0003454          Input and Output Control Register 13
SENT_SCR13      0xF0003458          SPC Control Register 13
SENT_VIEW13     0xF000345C          Receive Data View Register 13
SENT_INTSTAT13  0xF0003460          Interrupt Status Register 13
SENT_INTSET13   0xF0003464          Interrupt Set Register 13
SENT_INTCLR13   0xF0003468          Interrupt Clear Register 13
SENT_INTEN13    0xF000346C          Interrupt Enable Register 13
SENT_INP13      0xF0003470          Interrupt Node Pointer Register 13
SENT_WDT13      0xF0003474          Watch Dog Timer Register 13
SENT_CPDR14     0xF0003480          Channel Pre Divider Register 14
SENT_CFDR14     0xF0003484          Channel Fractional Divider Register 14
SENT_RCR14      0xF0003488          Receiver Control Register 14
SENT_RSR14      0xF000348C          Receive Status Register 14
SENT_SDS14      0xF0003490          Serial Data and Status Register 14
SENT_IOCR14     0xF0003494          Input and Output Control Register 14
SENT_SCR14      0xF0003498          SPC Control Register 14
SENT_VIEW14     0xF000349C          Receive Data View Register 14
SENT_INTSTAT14  0xF00034A0          Interrupt Status Register 14
SENT_INTSET14   0xF00034A4          Interrupt Set Register 14
SENT_INTCLR14   0xF00034A8          Interrupt Clear Register 14
SENT_INTEN14    0xF00034AC          Interrupt Enable Register 14
SENT_INP14      0xF00034B0          Interrupt Node Pointer Register 14
SENT_WDT14      0xF00034B4          Watch Dog Timer Register 14
SENT_CPDR15     0xF00034C0          Channel Pre Divider Register 15
SENT_CFDR15     0xF00034C4          Channel Fractional Divider Register 15
SENT_RCR15      0xF00034C8          Receiver Control Register 15
SENT_RSR15      0xF00034CC          Receive Status Register 15
SENT_SDS15      0xF00034D0          Serial Data and Status Register 15
SENT_IOCR15     0xF00034D4          Input and Output Control Register 15
SENT_SCR15      0xF00034D8          SPC Control Register 15
SENT_VIEW15     0xF00034DC          Receive Data View Register 15
SENT_INTSTAT15  0xF00034E0          Interrupt Status Register 15
SENT_INTSET15   0xF00034E4          Interrupt Set Register 15
SENT_INTCLR15   0xF00034E8          Interrupt Clear Register 15
SENT_INTEN15    0xF00034EC          Interrupt Enable Register 15
SENT_INP15      0xF00034F0          Interrupt Node Pointer Register 15
SENT_WDT15      0xF00034F4          Watch Dog Timer Register 15
SENT_CPDR16     0xF0003500          Channel Pre Divider Register 16
SENT_CFDR16     0xF0003504          Channel Fractional Divider Register 16
SENT_RCR16      0xF0003508          Receiver Control Register 16
SENT_RSR16      0xF000350C          Receive Status Register 16
SENT_SDS16      0xF0003510          Serial Data and Status Register 16
SENT_IOCR16     0xF0003514          Input and Output Control Register 16
SENT_SCR16      0xF0003518          SPC Control Register 16
SENT_VIEW16     0xF000351C          Receive Data View Register 16
SENT_INTSTAT16  0xF0003520          Interrupt Status Register 16
SENT_INTSET16   0xF0003524          Interrupt Set Register 16
SENT_INTCLR16   0xF0003528          Interrupt Clear Register 16
SENT_INTEN16    0xF000352C          Interrupt Enable Register 16
SENT_INP16      0xF0003530          Interrupt Node Pointer Register 16
SENT_WDT16      0xF0003534          Watch Dog Timer Register 16
SENT_CPDR17     0xF0003540          Channel Pre Divider Register 17
SENT_CFDR17     0xF0003544          Channel Fractional Divider Register 17
SENT_RCR17      0xF0003548          Receiver Control Register 17
SENT_RSR17      0xF000354C          Receive Status Register 17
SENT_SDS17      0xF0003550          Serial Data and Status Register 17
SENT_IOCR17     0xF0003554          Input and Output Control Register 17
SENT_SCR17      0xF0003558          SPC Control Register 17
SENT_VIEW17     0xF000355C          Receive Data View Register 17
SENT_INTSTAT17  0xF0003560          Interrupt Status Register 17
SENT_INTSET17   0xF0003564          Interrupt Set Register 17
SENT_INTCLR17   0xF0003568          Interrupt Clear Register 17
SENT_INTEN17    0xF000356C          Interrupt Enable Register 17
SENT_INP17      0xF0003570          Interrupt Node Pointer Register 17
SENT_WDT17      0xF0003574          Watch Dog Timer Register 17
SENT_CPDR18     0xF0003580          Channel Pre Divider Register 18
SENT_CFDR18     0xF0003584          Channel Fractional Divider Register 18
SENT_RCR18      0xF0003588          Receiver Control Register 18
SENT_RSR18      0xF000358C          Receive Status Register 18
SENT_SDS18      0xF0003590          Serial Data and Status Register 18
SENT_IOCR18     0xF0003594          Input and Output Control Register 18
SENT_SCR18      0xF0003598          SPC Control Register 18
SENT_VIEW18     0xF000359C          Receive Data View Register 18
SENT_INTSTAT18  0xF00035A0          Interrupt Status Register 18
SENT_INTSET18   0xF00035A4          Interrupt Set Register 18
SENT_INTCLR18   0xF00035A8          Interrupt Clear Register 18
SENT_INTEN18    0xF00035AC          Interrupt Enable Register 18
SENT_INP18      0xF00035B0          Interrupt Node Pointer Register 18
SENT_WDT18      0xF00035B4          Watch Dog Timer Register 18
SENT_CPDR19     0xF00035C0          Channel Pre Divider Register 19
SENT_CFDR19     0xF00035C4          Channel Fractional Divider Register 19
SENT_RCR19      0xF00035C8          Receiver Control Register 19
SENT_RSR19      0xF00035CC          Receive Status Register 19
SENT_SDS19      0xF00035D0          Serial Data and Status Register 19
SENT_IOCR19     0xF00035D4          Input and Output Control Register 19
SENT_SCR19      0xF00035D8          SPC Control Register 19
SENT_VIEW19     0xF00035DC          Receive Data View Register 19
SENT_INTSTAT19  0xF00035E0          Interrupt Status Register 19
SENT_INTSET19   0xF00035E4          Interrupt Set Register 19
SENT_INTCLR19   0xF00035E8          Interrupt Clear Register 19
SENT_INTEN19    0xF00035EC          Interrupt Enable Register 19
SENT_INP19      0xF00035F0          Interrupt Node Pointer Register 19
SENT_WDT19      0xF00035F4          Watch Dog Timer Register 19
SENT_CPDR20     0xF0003600          Channel Pre Divider Register 20
SENT_CFDR20     0xF0003604          Channel Fractional Divider Register 20
SENT_RCR20      0xF0003608          Receiver Control Register 20
SENT_RSR20      0xF000360C          Receive Status Register 20
SENT_SDS20      0xF0003610          Serial Data and Status Register 20
SENT_IOCR20     0xF0003614          Input and Output Control Register 20
SENT_SCR20      0xF0003618          SPC Control Register 20
SENT_VIEW20     0xF000361C          Receive Data View Register 20
SENT_INTSTAT20  0xF0003620          Interrupt Status Register 20
SENT_INTSET20   0xF0003624          Interrupt Set Register 20
SENT_INTCLR20   0xF0003628          Interrupt Clear Register 20
SENT_INTEN20    0xF000362C          Interrupt Enable Register 20
SENT_INP20      0xF0003630          Interrupt Node Pointer Register 20
SENT_WDT20      0xF0003634          Watch Dog Timer Register 20
SENT_CPDR21     0xF0003640          Channel Pre Divider Register 21
SENT_CFDR21     0xF0003644          Channel Fractional Divider Register 21
SENT_RCR21      0xF0003648          Receiver Control Register 21
SENT_RSR21      0xF000364C          Receive Status Register 21
SENT_SDS21      0xF0003650          Serial Data and Status Register 21
SENT_IOCR21     0xF0003654          Input and Output Control Register 21
SENT_SCR21      0xF0003658          SPC Control Register 21
SENT_VIEW21     0xF000365C          Receive Data View Register 21
SENT_INTSTAT21  0xF0003660          Interrupt Status Register 21
SENT_INTSET21   0xF0003664          Interrupt Set Register 21
SENT_INTCLR21   0xF0003668          Interrupt Clear Register 21
SENT_INTEN21    0xF000366C          Interrupt Enable Register 21
SENT_INP21      0xF0003670          Interrupt Node Pointer Register 21
SENT_WDT21      0xF0003674          Watch Dog Timer Register 21
SENT_CPDR22     0xF0003680          Channel Pre Divider Register 22
SENT_CFDR22     0xF0003684          Channel Fractional Divider Register 22
SENT_RCR22      0xF0003688          Receiver Control Register 22
SENT_RSR22      0xF000368C          Receive Status Register 22
SENT_SDS22      0xF0003690          Serial Data and Status Register 22
SENT_IOCR22     0xF0003694          Input and Output Control Register 22
SENT_SCR22      0xF0003698          SPC Control Register 22
SENT_VIEW22     0xF000369C          Receive Data View Register 22
SENT_INTSTAT22  0xF00036A0          Interrupt Status Register 22
SENT_INTSET22   0xF00036A4          Interrupt Set Register 22
SENT_INTCLR22   0xF00036A8          Interrupt Clear Register 22
SENT_INTEN22    0xF00036AC          Interrupt Enable Register 22
SENT_INP22      0xF00036B0          Interrupt Node Pointer Register 22
SENT_WDT22      0xF00036B4          Watch Dog Timer Register 22
SENT_CPDR23     0xF00036C0          Channel Pre Divider Register 23
SENT_CFDR23     0xF00036C4          Channel Fractional Divider Register 23
SENT_RCR23      0xF00036C8          Receiver Control Register 23
SENT_RSR23      0xF00036CC          Receive Status Register 23
SENT_SDS23      0xF00036D0          Serial Data and Status Register 23
SENT_IOCR23     0xF00036D4          Input and Output Control Register 23
SENT_SCR23      0xF00036D8          SPC Control Register 23
SENT_VIEW23     0xF00036DC          Receive Data View Register 23
SENT_INTSTAT23  0xF00036E0          Interrupt Status Register 23
SENT_INTSET23   0xF00036E4          Interrupt Set Register 23
SENT_INTCLR23   0xF00036E8          Interrupt Clear Register 23
SENT_INTEN23    0xF00036EC          Interrupt Enable Register 23
SENT_INP23      0xF00036F0          Interrupt Node Pointer Register 23
SENT_WDT23      0xF00036F4          Watch Dog Timer Register 23
SENT_CPDR24     0xF0003700          Channel Pre Divider Register 24
SENT_CFDR24     0xF0003704          Channel Fractional Divider Register 24
SENT_RCR24      0xF0003708          Receiver Control Register 24
SENT_RSR24      0xF000370C          Receive Status Register 24
SENT_SDS24      0xF0003710          Serial Data and Status Register 24
SENT_IOCR24     0xF0003714          Input and Output Control Register 24
SENT_SCR24      0xF0003718          SPC Control Register 24
SENT_VIEW24     0xF000371C          Receive Data View Register 24
SENT_INTSTAT24  0xF0003720          Interrupt Status Register 24
SENT_INTSET24   0xF0003724          Interrupt Set Register 24
SENT_INTCLR24   0xF0003728          Interrupt Clear Register 24
SENT_INTEN24    0xF000372C          Interrupt Enable Register 24
SENT_INP24      0xF0003730          Interrupt Node Pointer Register 24
SENT_WDT24      0xF0003734          Watch Dog Timer Register 24
SENT_RTS0       0xF0003A80          Receive Time Stamp Register 0
SENT_RTS1       0xF0003A84          Receive Time Stamp Register 1
SENT_RTS2       0xF0003A88          Receive Time Stamp Register 2
SENT_RTS3       0xF0003A8C          Receive Time Stamp Register 3
SENT_RTS4       0xF0003A90          Receive Time Stamp Register 4
SENT_RTS5       0xF0003A94          Receive Time Stamp Register 5
SENT_RTS6       0xF0003A98          Receive Time Stamp Register 6
SENT_RTS7       0xF0003A9C          Receive Time Stamp Register 7
SENT_RTS8       0xF0003AA0          Receive Time Stamp Register 8
SENT_RTS9       0xF0003AA4          Receive Time Stamp Register 9
SENT_RTS10      0xF0003AA8          Receive Time Stamp Register 10
SENT_RTS11      0xF0003AAC          Receive Time Stamp Register 11
SENT_RTS12      0xF0003AB0          Receive Time Stamp Register 12
SENT_RTS13      0xF0003AB4          Receive Time Stamp Register 13
SENT_RTS14      0xF0003AB8          Receive Time Stamp Register 14
SENT_RTS15      0xF0003ABC          Receive Time Stamp Register 15
SENT_RTS16      0xF0003AC0          Receive Time Stamp Register 16
SENT_RTS17      0xF0003AC4          Receive Time Stamp Register 17
SENT_RTS18      0xF0003AC8          Receive Time Stamp Register 18
SENT_RTS19      0xF0003ACC          Receive Time Stamp Register 19
SENT_RTS20      0xF0003AD0          Receive Time Stamp Register 20
SENT_RTS21      0xF0003AD4          Receive Time Stamp Register 21
SENT_RTS22      0xF0003AD8          Receive Time Stamp Register 22
SENT_RTS23      0xF0003ADC          Receive Time Stamp Register 23
SENT_RTS24      0xF0003AE0          Receive Time Stamp Register 24
PSI5_CLC        0xF0005000          Clock Control Register
PSI5_ID         0xF0005008          Module Identification Register
PSI5_FDR        0xF000500C          PSI5 Fractional Divider Register
PSI5_FDRL       0xF0005010          Fractional Divider Register for Lower Bit Rate
PSI5_FDRH       0xF0005014          Fractional Divider Register for Higher Bit Rate
PSI5_FDRT       0xF0005018          Fractional Divider Register for Time Stamp
PSI5_TSRA       0xF000501C          Module Time Stamp Register A
PSI5_TSRB       0xF0005020          Time Stamp Register B
PSI5_TSRC       0xF0005024          Module Time Stamp Register C
PSI5_GCR        0xF000502C          Global Control Register
PSI5_IOCR0      0xF0005030          Input and Output Control Register 0
PSI5_RCRA0      0xF0005034          Receiver Control Register A 0
PSI5_RCRB0      0xF0005038          Receiver Control Register B 0
PSI5_RCRC0      0xF000503C          Receiver Control Register C 0
PSI5_WDT00      0xF0005040          Watch Dog Timer Register 00
PSI5_WDT01      0xF0005044          Watch Dog Timer Register 01
PSI5_WDT02      0xF0005048          Watch Dog Timer Register 02
PSI5_WDT03      0xF000504C          Watch Dog Timer Register 03
PSI5_WDT04      0xF0005050          Watch Dog Timer Register 04
PSI5_WDT05      0xF0005054          Watch Dog Timer Register 05
PSI5_WDT06      0xF0005058          Watch Dog Timer Register 06
PSI5_RSR0       0xF000505C          Receive Status Register 0
PSI5_SDS00      0xF0005060          Serial Data and Status Register 00
PSI5_SDS01      0xF0005064          Serial Data and Status Register 01
PSI5_SDS02      0xF0005068          Serial Data and Status Register 02
PSI5_SDS03      0xF000506C          Serial Data and Status Register 03
PSI5_SDS04      0xF0005070          Serial Data and Status Register 04
PSI5_SDS05      0xF0005074          Serial Data and Status Register 05
PSI5_SPTSC0     0xF0005078          Start of Pulse Time Stamp Capture Register 0
PSI5_SFTSC0     0xF000507C          Start of Frame Time Stamp Capture Register 0
PSI5_RDRL0      0xF0005080          Receive Data Register Low 0
PSI5_RDRH0      0xF0005084          Receive Data Register High 0
PSI5_PGC0       0xF0005088          Pulse Generation Control Register 0
PSI5_CTV0       0xF000508C          Channel Trigger Value Register 0
PSI5_SCR0       0xF0005090          Send Control Register 0
PSI5_SDRL0      0xF0005094          Send Data Register Low 0
PSI5_SDRH0      0xF0005098          Send Data Register High 0
PSI5_SSRL0      0xF000509C          Send Shift Register Low 0
PSI5_SSRH0      0xF00050A0          Send Shift Register High 0
PSI5_SORL0      0xF00050A4          Send Output Register Low 0
PSI5_SORH0      0xF00050A8          Send Output Register High 0
PSI5_IOCR1      0xF00050C0          Input and Output Control Register 1
PSI5_RCRA1      0xF00050C4          Receiver Control Register A 1
PSI5_RCRB1      0xF00050C8          Receiver Control Register B 1
PSI5_RCRC1      0xF00050CC          Receiver Control Register C 1
PSI5_WDT10      0xF00050D0          Watch Dog Timer Register 10
PSI5_WDT11      0xF00050D4          Watch Dog Timer Register 11
PSI5_WDT12      0xF00050D8          Watch Dog Timer Register 12
PSI5_WDT13      0xF00050DC          Watch Dog Timer Register 13
PSI5_WDT14      0xF00050E0          Watch Dog Timer Register 14
PSI5_WDT15      0xF00050E4          Watch Dog Timer Register 15
PSI5_WDT16      0xF00050E8          Watch Dog Timer Register 16
PSI5_RSR1       0xF00050EC          Receive Status Register 1
PSI5_SDS10      0xF00050F0          Serial Data and Status Register 10
PSI5_SDS11      0xF00050F4          Serial Data and Status Register 11
PSI5_SDS12      0xF00050F8          Serial Data and Status Register 12
PSI5_SDS13      0xF00050FC          Serial Data and Status Register 13
PSI5_SDS14      0xF0005100          Serial Data and Status Register 14
PSI5_SDS15      0xF0005104          Serial Data and Status Register 15
PSI5_SPTSC1     0xF0005108          Start of Pulse Time Stamp Capture Register 1
PSI5_SFTSC1     0xF000510C          Start of Frame Time Stamp Capture Register 1
PSI5_RDRL1      0xF0005110          Receive Data Register Low 1
PSI5_RDRH1      0xF0005114          Receive Data Register High 1
PSI5_PGC1       0xF0005118          Pulse Generation Control Register 1
PSI5_CTV1       0xF000511C          Channel Trigger Value Register 1
PSI5_SCR1       0xF0005120          Send Control Register 1
PSI5_SDRL1      0xF0005124          Send Data Register Low 1
PSI5_SDRH1      0xF0005128          Send Data Register High 1
PSI5_SSRL1      0xF000512C          Send Shift Register Low 1
PSI5_SSRH1      0xF0005130          Send Shift Register High 1
PSI5_SORL1      0xF0005134          Send Output Register Low 1
PSI5_SORH1      0xF0005138          Send Output Register High 1
PSI5_IOCR2      0xF0005150          Input and Output Control Register 2
PSI5_RCRA2      0xF0005154          Receiver Control Register A 2
PSI5_RCRB2      0xF0005158          Receiver Control Register B 2
PSI5_RCRC2      0xF000515C          Receiver Control Register C 2
PSI5_WDT20      0xF0005160          Watch Dog Timer Register 20
PSI5_WDT21      0xF0005164          Watch Dog Timer Register 21
PSI5_WDT22      0xF0005168          Watch Dog Timer Register 22
PSI5_WDT23      0xF000516C          Watch Dog Timer Register 23
PSI5_WDT24      0xF0005170          Watch Dog Timer Register 24
PSI5_WDT25      0xF0005174          Watch Dog Timer Register 25
PSI5_WDT26      0xF0005178          Watch Dog Timer Register 26
PSI5_RSR2       0xF000517C          Receive Status Register 2
PSI5_SDS20      0xF0005180          Serial Data and Status Register 20
PSI5_SDS21      0xF0005184          Serial Data and Status Register 21
PSI5_SDS22      0xF0005188          Serial Data and Status Register 22
PSI5_SDS23      0xF000518C          Serial Data and Status Register 23
PSI5_SDS24      0xF0005190          Serial Data and Status Register 24
PSI5_SDS25      0xF0005194          Serial Data and Status Register 25
PSI5_SPTSC2     0xF0005198          Start of Pulse Time Stamp Capture Register 2
PSI5_SFTSC2     0xF000519C          Start of Frame Time Stamp Capture Register 2
PSI5_RDRL2      0xF00051A0          Receive Data Register Low 2
PSI5_RDRH2      0xF00051A4          Receive Data Register High 2
PSI5_PGC2       0xF00051A8          Pulse Generation Control Register 2
PSI5_CTV2       0xF00051AC          Channel Trigger Value Register 2
PSI5_SCR2       0xF00051B0          Send Control Register 2
PSI5_SDRL2      0xF00051B4          Send Data Register Low 2
PSI5_SDRH2      0xF00051B8          Send Data Register High 2
PSI5_SSRL2      0xF00051BC          Send Shift Register Low 2
PSI5_SSRH2      0xF00051C0          Send Shift Register High 2
PSI5_SORL2      0xF00051C4          Send Output Register Low 2
PSI5_SORH2      0xF00051C8          Send Output Register High 2
PSI5_IOCR3      0xF00051E0          Input and Output Control Register 3
PSI5_RCRA3      0xF00051E4          Receiver Control Register A 3
PSI5_RCRB3      0xF00051E8          Receiver Control Register B 3
PSI5_RCRC3      0xF00051EC          Receiver Control Register C 3
PSI5_WDT30      0xF00051F0          Watch Dog Timer Register 30
PSI5_WDT31      0xF00051F4          Watch Dog Timer Register 31
PSI5_WDT32      0xF00051F8          Watch Dog Timer Register 32
PSI5_WDT33      0xF00051FC          Watch Dog Timer Register 33
PSI5_WDT34      0xF0005200          Watch Dog Timer Register 34
PSI5_WDT35      0xF0005204          Watch Dog Timer Register 35
PSI5_WDT36      0xF0005208          Watch Dog Timer Register 36
PSI5_RSR3       0xF000520C          Receive Status Register 3
PSI5_SDS30      0xF0005210          Serial Data and Status Register 30
PSI5_SDS31      0xF0005214          Serial Data and Status Register 31
PSI5_SDS32      0xF0005218          Serial Data and Status Register 32
PSI5_SDS33      0xF000521C          Serial Data and Status Register 33
PSI5_SDS34      0xF0005220          Serial Data and Status Register 34
PSI5_SDS35      0xF0005224          Serial Data and Status Register 35
PSI5_SPTSC3     0xF0005228          Start of Pulse Time Stamp Capture Register 3
PSI5_SFTSC3     0xF000522C          Start of Frame Time Stamp Capture Register 3
PSI5_RDRL3      0xF0005230          Receive Data Register Low 3
PSI5_RDRH3      0xF0005234          Receive Data Register High 3
PSI5_PGC3       0xF0005238          Pulse Generation Control Register 3
PSI5_CTV3       0xF000523C          Channel Trigger Value Register 3
PSI5_SCR3       0xF0005240          Send Control Register 3
PSI5_SDRL3      0xF0005244          Send Data Register Low 3
PSI5_SDRH3      0xF0005248          Send Data Register High 3
PSI5_SSRL3      0xF000524C          Send Shift Register Low 3
PSI5_SSRH3      0xF0005250          Send Shift Register High 3
PSI5_SORL3      0xF0005254          Send Output Register Low 3
PSI5_SORH3      0xF0005258          Send Output Register High 3
PSI5_INTOV      0xF00052F8          Interrupt Overview Register
PSI5_INP0       0xF00052FC          Interrupt Node Pointer Register 0
PSI5_INP1       0xF0005300          Interrupt Node Pointer Register 1
PSI5_INP2       0xF0005304          Interrupt Node Pointer Register 2
PSI5_INP3       0xF0005308          Interrupt Node Pointer Register 3
PSI5_INTSTATA0  0xF0005310          Interrupt Status Register A 0
PSI5_INTSTATA1  0xF0005314          Interrupt Status Register A 1
PSI5_INTSTATA2  0xF0005318          Interrupt Status Register A 2
PSI5_INTSTATA3  0xF000531C          Interrupt Status Register A 3
PSI5_INTSTATB0  0xF0005324          Interrupt Status Register B 0
PSI5_INTSTATB1  0xF0005328          Interrupt Status Register B 1
PSI5_INTSTATB2  0xF000532C          Interrupt Status Register B 2
PSI5_INTSTATB3  0xF0005330          Interrupt Status Register B 3
PSI5_INTSETA0   0xF0005338          Interrupt Set Register A 0
PSI5_INTSETA1   0xF000533C          Interrupt Set Register A 1
PSI5_INTSETA2   0xF0005340          Interrupt Set Register A 2
PSI5_INTSETA3   0xF0005344          Interrupt Set Register A 3
PSI5_INTSETB0   0xF000534C          Interrupt Set Register B 0
PSI5_INTSETB1   0xF0005350          Interrupt Set Register B 1
PSI5_INTSETB2   0xF0005354          Interrupt Set Register B 2
PSI5_INTSETB3   0xF0005358          Interrupt Set Register B 3
PSI5_INTCLRA0   0xF0005360          Interrupt Clear Register A 0
PSI5_INTCLRA1   0xF0005364          Interrupt Clear Register A 1
PSI5_INTCLRA2   0xF0005368          Interrupt Clear Register A 2
PSI5_INTCLRA3   0xF000536C          Interrupt Clear Register A 3
PSI5_INTCLRB0   0xF0005374          Interrupt Clear Register A 0
PSI5_INTCLRB1   0xF0005378          Interrupt Clear Register A 1
PSI5_INTCLRB2   0xF000537C          Interrupt Clear Register A 2
PSI5_INTCLRB3   0xF0005380          Interrupt Clear Register A 3
PSI5_INTENA0    0xF0005388          Interrupt Enable Register A 0
PSI5_INTENA1    0xF000538C          Interrupt Enable Register A 1
PSI5_INTENA2    0xF0005390          Interrupt Enable Register A 2
PSI5_INTENA3    0xF0005394          Interrupt Enable Register A 3
PSI5_INTENB0    0xF000539C          Interrupt Enable Register B 0
PSI5_INTENB1    0xF00053A0          Interrupt Enable Register B 1
PSI5_INTENB2    0xF00053A4          Interrupt Enable Register B 2
PSI5_INTENB3    0xF00053A8          Interrupt Enable Register B 3
PSI5_OCS        0xF00053CC          OCDS Control and Status
PSI5_ACCEN0     0xF00053D0          Access Enable Register 0
PSI5_ACCEN1     0xF00053D4          Access Enable Register 1
PSI5_KRST0      0xF00053D8          Kernel Reset Register 0
PSI5_KRST1      0xF00053DC          Kernel Reset Register 1
PSI5_KRSTCLR    0xF00053E0          Kernel Reset Status Clear Register
PSI5_RFC0       0xF00053E4          Receive FIFO Control Register 0
PSI5_RFC1       0xF00053E8          Receive FIFO Control Register 1
PSI5_RFC2       0xF00053EC          Receive FIFO Control Register 2
PSI5_RFC3       0xF00053F0          Receive FIFO Control Register 3
PSI5_RDF0       0xF00053F8          Receive Data FIFO 0
PSI5_RDF1       0xF00053FC          Receive Data FIFO 1
PSI5_RDF2       0xF0005400          Receive Data FIFO 2
PSI5_RDF3       0xF0005404          Receive Data FIFO 3
PSI5_RSIOV0     0xF000540C          RSI Overview Register 0
PSI5_RSIOV1     0xF0005410          RSI Overview Register 1
PSI5_RSIOV2     0xF0005414          RSI Overview Register 2
PSI5_RSIOV3     0xF0005418          RSI Overview Register 3
PSI5_RMIOV0     0xF0005420          RMI Overview Register 0
PSI5_RMIOV1     0xF0005424          RMI Overview Register 1
PSI5_RMIOV2     0xF0005428          RMI Overview Register 2
PSI5_RMIOV3     0xF000542C          RMI Overview Register 3
PSI5_NBIOV0     0xF0005434          NBI Overview Register 0
PSI5_NBIOV1     0xF0005438          NBI Overview Register 1
PSI5_NBIOV2     0xF000543C          NBI Overview Register 2
PSI5_NBIOV3     0xF0005440          NBI Overview Register 3
PSI5_TEIOV0     0xF0005448          TEI Overview Register 0
PSI5_TEIOV1     0xF000544C          TEI Overview Register 1
PSI5_TEIOV2     0xF0005450          TEI Overview Register 2
PSI5_TEIOV3     0xF0005454          TEI Overview Register 3
PSI5_CRCIOV0    0xF000545C          CRCI Overview Register 0
PSI5_CRCIOV1    0xF0005460          CRCI Overview Register 1
PSI5_CRCIOV2    0xF0005464          CRCI Overview Register 2
PSI5_CRCIOV3    0xF0005468          CRCI Overview Register 3
PSI5_RDIOV0     0xF0005470          RDI Overview Register 0
PSI5_RDIOV1     0xF0005474          RDI Overview Register 1
PSI5_RDIOV2     0xF0005478          RDI Overview Register 2
PSI5_RDIOV3     0xF000547C          RDI Overview Register 3
PSI5_NFIOV0     0xF0005484          NFI Overview Register 0
PSI5_NFIOV1     0xF0005488          NFI Overview Register 1
PSI5_NFIOV2     0xF000548C          NFI Overview Register 2
PSI5_NFIOV3     0xF0005490          NFI Overview Register 3
PSI5_MEIOV0     0xF0005498          MEI Overview Register 0
PSI5_MEIOV1     0xF000549C          MEI Overview Register 1
PSI5_MEIOV2     0xF00054A0          MEI Overview Register 2
PSI5_MEIOV3     0xF00054A4          MEI Overview Register 3
PSI5_RSISET0    0xF00054AC          RSI Overview Set Register 0
PSI5_RSISET1    0xF00054B0          RSI Overview Set Register 1
PSI5_RSISET2    0xF00054B4          RSI Overview Set Register 2
PSI5_RSISET3    0xF00054B8          RSI Overview Set Register 3
PSI5_RMISET0    0xF00054C0          RMI Overview Set Register 0
PSI5_RMISET1    0xF00054C4          RMI Overview Set Register 1
PSI5_RMISET2    0xF00054C8          RMI Overview Set Register 2
PSI5_RMISET3    0xF00054CC          RMI Overview Set Register 3
PSI5_NBISET0    0xF00054D4          NBI Overview Set Register 0
PSI5_NBISET1    0xF00054D8          NBI Overview Set Register 1
PSI5_NBISET2    0xF00054DC          NBI Overview Set Register 2
PSI5_NBISET3    0xF00054E0          NBI Overview Set Register 3
PSI5_TEISET0    0xF00054E8          TEI Overview Set Register 0
PSI5_TEISET1    0xF00054EC          TEI Overview Set Register 1
PSI5_TEISET2    0xF00054F0          TEI Overview Set Register 2
PSI5_TEISET3    0xF00054F4          TEI Overview Set Register 3
PSI5_CRCISET0   0xF00054FC          CRCI Overview Set Register 0
PSI5_CRCISET1   0xF0005500          CRCI Overview Set Register 1
PSI5_CRCISET2   0xF0005504          CRCI Overview Set Register 2
PSI5_CRCISET3   0xF0005508          CRCI Overview Set Register 3
PSI5_RDISET0    0xF0005510          RDI Overview Set Register 0
PSI5_RDISET1    0xF0005514          RDI Overview Set Register 1
PSI5_RDISET2    0xF0005518          RDI Overview Set Register 2
PSI5_RDISET3    0xF000551C          RDI Overview Set Register 3
PSI5_NFISET0    0xF0005524          NFI Overview Set Register 0
PSI5_NFISET1    0xF0005528          NFI Overview Set Register 1
PSI5_NFISET2    0xF000552C          NFI Overview Set Register 2
PSI5_NFISET3    0xF0005530          NFI Overview Set Register 3
PSI5_MEISET0    0xF0005538          MEI Overview Set Register 0
PSI5_MEISET1    0xF000553C          MEI Overview Set Register 1
PSI5_MEISET2    0xF0005540          MEI Overview Set Register 2
PSI5_MEISET3    0xF0005544          MEI Overview Set Register 3
PSI5_RSICLR0    0xF000554C          RSI Overview Clear Register 0
PSI5_RSICLR1    0xF0005550          RSI Overview Clear Register 1
PSI5_RSICLR2    0xF0005554          RSI Overview Clear Register 2
PSI5_RSICLR3    0xF0005558          RSI Overview Clear Register 3
PSI5_RMICLR0    0xF0005560          RMI Overview Clear Register 0
PSI5_RMICLR1    0xF0005564          RMI Overview Clear Register 1
PSI5_RMICLR2    0xF0005568          RMI Overview Clear Register 2
PSI5_RMICLR3    0xF000556C          RMI Overview Clear Register 3
PSI5_NBICLR0    0xF0005574          NBI Overview Clear Register 0
PSI5_NBICLR1    0xF0005578          NBI Overview Clear Register 1
PSI5_NBICLR2    0xF000557C          NBI Overview Clear Register 2
PSI5_NBICLR3    0xF0005580          NBI Overview Clear Register 3
PSI5_TEICLR0    0xF0005588          TEI Overview Clear Register 0
PSI5_TEICLR1    0xF000558C          TEI Overview Clear Register 1
PSI5_TEICLR2    0xF0005590          TEI Overview Clear Register 2
PSI5_TEICLR3    0xF0005594          TEI Overview Clear Register 3
PSI5_CRCICLR0   0xF000559C          CRCI Overview Clear Register 0
PSI5_CRCICLR1   0xF00055A0          CRCI Overview Clear Register 1
PSI5_CRCICLR2   0xF00055A4          CRCI Overview Clear Register 2
PSI5_CRCICLR3   0xF00055A8          CRCI Overview Clear Register 3
PSI5_RDICLR0    0xF00055B0          RDI Overview Clear Register 0
PSI5_RDICLR1    0xF00055B4          RDI Overview Clear Register 1
PSI5_RDICLR2    0xF00055B8          RDI Overview Clear Register 2
PSI5_RDICLR3    0xF00055BC          RDI Overview Clear Register 3
PSI5_NFICLR0    0xF00055C4          NFI Overview Clear Register 0
PSI5_NFICLR1    0xF00055C8          NFI Overview Clear Register 1
PSI5_NFICLR2    0xF00055CC          NFI Overview Clear Register 2
PSI5_NFICLR3    0xF00055D0          NFI Overview Clear Register 3
PSI5_MEICLR0    0xF00055D8          MEI Overview Clear Register 0
PSI5_MEICLR1    0xF00055DC          MEI Overview Clear Register 1
PSI5_MEICLR2    0xF00055E0          MEI Overview Clear Register 2
PSI5_MEICLR3    0xF00055E4          MEI Overview Clear Register 3
PSI5_RDML00     0xF0005600          Receive Data Memory Low 00
PSI5_RDMH00     0xF0005604          Receive Data Memory High 00
PSI5_RDML01     0xF0005608          Receive Data Memory Low 01
PSI5_RDMH01     0xF000560C          Receive Data Memory High 01
PSI5_RDML02     0xF0005610          Receive Data Memory Low 02
PSI5_RDMH02     0xF0005614          Receive Data Memory High 02
PSI5_RDML03     0xF0005618          Receive Data Memory Low 03
PSI5_RDMH03     0xF000561C          Receive Data Memory High 03
PSI5_RDML04     0xF0005620          Receive Data Memory Low 04
PSI5_RDMH04     0xF0005624          Receive Data Memory High 04
PSI5_RDML05     0xF0005628          Receive Data Memory Low 05
PSI5_RDMH05     0xF000562C          Receive Data Memory High 05
PSI5_RDML06     0xF0005630          Receive Data Memory Low 06
PSI5_RDMH06     0xF0005634          Receive Data Memory High 06
PSI5_RDML07     0xF0005638          Receive Data Memory Low 07
PSI5_RDMH07     0xF000563C          Receive Data Memory High 07
PSI5_RDML08     0xF0005640          Receive Data Memory Low 08
PSI5_RDMH08     0xF0005644          Receive Data Memory High 08
PSI5_RDML09     0xF0005648          Receive Data Memory Low 09
PSI5_RDMH09     0xF000564C          Receive Data Memory High 09
PSI5_RDML010    0xF0005650          Receive Data Memory Low 010
PSI5_RDMH010    0xF0005654          Receive Data Memory High 010
PSI5_RDML011    0xF0005658          Receive Data Memory Low 011
PSI5_RDMH011    0xF000565C          Receive Data Memory High 011
PSI5_RDML012    0xF0005660          Receive Data Memory Low 012
PSI5_RDMH012    0xF0005664          Receive Data Memory High 012
PSI5_RDML013    0xF0005668          Receive Data Memory Low 013
PSI5_RDMH013    0xF000566C          Receive Data Memory High 013
PSI5_RDML014    0xF0005670          Receive Data Memory Low 014
PSI5_RDMH014    0xF0005674          Receive Data Memory High 014
PSI5_RDML015    0xF0005678          Receive Data Memory Low 015
PSI5_RDMH015    0xF000567C          Receive Data Memory High 015
PSI5_RDML016    0xF0005680          Receive Data Memory Low 016
PSI5_RDMH016    0xF0005684          Receive Data Memory High 016
PSI5_RDML017    0xF0005688          Receive Data Memory Low 017
PSI5_RDMH017    0xF000568C          Receive Data Memory High 017
PSI5_RDML018    0xF0005690          Receive Data Memory Low 018
PSI5_RDMH018    0xF0005694          Receive Data Memory High 018
PSI5_RDML019    0xF0005698          Receive Data Memory Low 019
PSI5_RDMH019    0xF000569C          Receive Data Memory High 019
PSI5_RDML020    0xF00056A0          Receive Data Memory Low 020
PSI5_RDMH020    0xF00056A4          Receive Data Memory High 020
PSI5_RDML021    0xF00056A8          Receive Data Memory Low 021
PSI5_RDMH021    0xF00056AC          Receive Data Memory High 021
PSI5_RDML022    0xF00056B0          Receive Data Memory Low 022
PSI5_RDMH022    0xF00056B4          Receive Data Memory High 022
PSI5_RDML023    0xF00056B8          Receive Data Memory Low 023
PSI5_RDMH023    0xF00056BC          Receive Data Memory High 023
PSI5_RDML024    0xF00056C0          Receive Data Memory Low 024
PSI5_RDMH024    0xF00056C4          Receive Data Memory High 024
PSI5_RDML025    0xF00056C8          Receive Data Memory Low 025
PSI5_RDMH025    0xF00056CC          Receive Data Memory High 025
PSI5_RDML026    0xF00056D0          Receive Data Memory Low 026
PSI5_RDMH026    0xF00056D4          Receive Data Memory High 026
PSI5_RDML027    0xF00056D8          Receive Data Memory Low 027
PSI5_RDMH027    0xF00056DC          Receive Data Memory High 027
PSI5_RDML028    0xF00056E0          Receive Data Memory Low 028
PSI5_RDMH028    0xF00056E4          Receive Data Memory High 028
PSI5_RDML029    0xF00056E8          Receive Data Memory Low 029
PSI5_RDMH029    0xF00056EC          Receive Data Memory High 029
PSI5_RDML030    0xF00056F0          Receive Data Memory Low 030
PSI5_RDMH030    0xF00056F4          Receive Data Memory High 030
PSI5_RDML031    0xF00056F8          Receive Data Memory Low 031
PSI5_RDMH031    0xF00056FC          Receive Data Memory High 031
PSI5_RDML10     0xF0005700          Receive Data Memory Low 10
PSI5_RDMH10     0xF0005704          Receive Data Memory High 10
PSI5_RDML11     0xF0005708          Receive Data Memory Low 11
PSI5_RDMH11     0xF000570C          Receive Data Memory High 11
PSI5_RDML12     0xF0005710          Receive Data Memory Low 12
PSI5_RDMH12     0xF0005714          Receive Data Memory High 12
PSI5_RDML13     0xF0005718          Receive Data Memory Low 13
PSI5_RDMH13     0xF000571C          Receive Data Memory High 13
PSI5_RDML14     0xF0005720          Receive Data Memory Low 14
PSI5_RDMH14     0xF0005724          Receive Data Memory High 14
PSI5_RDML15     0xF0005728          Receive Data Memory Low 15
PSI5_RDMH15     0xF000572C          Receive Data Memory High 15
PSI5_RDML16     0xF0005730          Receive Data Memory Low 16
PSI5_RDMH16     0xF0005734          Receive Data Memory High 16
PSI5_RDML17     0xF0005738          Receive Data Memory Low 17
PSI5_RDMH17     0xF000573C          Receive Data Memory High 17
PSI5_RDML18     0xF0005740          Receive Data Memory Low 18
PSI5_RDMH18     0xF0005744          Receive Data Memory High 18
PSI5_RDML19     0xF0005748          Receive Data Memory Low 19
PSI5_RDMH19     0xF000574C          Receive Data Memory High 19
PSI5_RDML110    0xF0005750          Receive Data Memory Low 110
PSI5_RDMH110    0xF0005754          Receive Data Memory High 110
PSI5_RDML111    0xF0005758          Receive Data Memory Low 111
PSI5_RDMH111    0xF000575C          Receive Data Memory High 111
PSI5_RDML112    0xF0005760          Receive Data Memory Low 112
PSI5_RDMH112    0xF0005764          Receive Data Memory High 112
PSI5_RDML113    0xF0005768          Receive Data Memory Low 113
PSI5_RDMH113    0xF000576C          Receive Data Memory High 113
PSI5_RDML114    0xF0005770          Receive Data Memory Low 114
PSI5_RDMH114    0xF0005774          Receive Data Memory High 114
PSI5_RDML115    0xF0005778          Receive Data Memory Low 115
PSI5_RDMH115    0xF000577C          Receive Data Memory High 115
PSI5_RDML116    0xF0005780          Receive Data Memory Low 116
PSI5_RDMH116    0xF0005784          Receive Data Memory High 116
PSI5_RDML117    0xF0005788          Receive Data Memory Low 117
PSI5_RDMH117    0xF000578C          Receive Data Memory High 117
PSI5_RDML118    0xF0005790          Receive Data Memory Low 118
PSI5_RDMH118    0xF0005794          Receive Data Memory High 118
PSI5_RDML119    0xF0005798          Receive Data Memory Low 119
PSI5_RDMH119    0xF000579C          Receive Data Memory High 119
PSI5_RDML120    0xF00057A0          Receive Data Memory Low 120
PSI5_RDMH120    0xF00057A4          Receive Data Memory High 120
PSI5_RDML121    0xF00057A8          Receive Data Memory Low 121
PSI5_RDMH121    0xF00057AC          Receive Data Memory High 121
PSI5_RDML122    0xF00057B0          Receive Data Memory Low 122
PSI5_RDMH122    0xF00057B4          Receive Data Memory High 122
PSI5_RDML123    0xF00057B8          Receive Data Memory Low 123
PSI5_RDMH123    0xF00057BC          Receive Data Memory High 123
PSI5_RDML124    0xF00057C0          Receive Data Memory Low 124
PSI5_RDMH124    0xF00057C4          Receive Data Memory High 124
PSI5_RDML125    0xF00057C8          Receive Data Memory Low 125
PSI5_RDMH125    0xF00057CC          Receive Data Memory High 125
PSI5_RDML126    0xF00057D0          Receive Data Memory Low 126
PSI5_RDMH126    0xF00057D4          Receive Data Memory High 126
PSI5_RDML127    0xF00057D8          Receive Data Memory Low 127
PSI5_RDMH127    0xF00057DC          Receive Data Memory High 127
PSI5_RDML128    0xF00057E0          Receive Data Memory Low 128
PSI5_RDMH128    0xF00057E4          Receive Data Memory High 128
PSI5_RDML129    0xF00057E8          Receive Data Memory Low 129
PSI5_RDMH129    0xF00057EC          Receive Data Memory High 129
PSI5_RDML130    0xF00057F0          Receive Data Memory Low 130
PSI5_RDMH130    0xF00057F4          Receive Data Memory High 130
PSI5_RDML131    0xF00057F8          Receive Data Memory Low 131
PSI5_RDMH131    0xF00057FC          Receive Data Memory High 131
PSI5_RDML20     0xF0005800          Receive Data Memory Low 20
PSI5_RDMH20     0xF0005804          Receive Data Memory High 20
PSI5_RDML21     0xF0005808          Receive Data Memory Low 21
PSI5_RDMH21     0xF000580C          Receive Data Memory High 21
PSI5_RDML22     0xF0005810          Receive Data Memory Low 22
PSI5_RDMH22     0xF0005814          Receive Data Memory High 22
PSI5_RDML23     0xF0005818          Receive Data Memory Low 23
PSI5_RDMH23     0xF000581C          Receive Data Memory High 23
PSI5_RDML24     0xF0005820          Receive Data Memory Low 24
PSI5_RDMH24     0xF0005824          Receive Data Memory High 24
PSI5_RDML25     0xF0005828          Receive Data Memory Low 25
PSI5_RDMH25     0xF000582C          Receive Data Memory High 25
PSI5_RDML26     0xF0005830          Receive Data Memory Low 26
PSI5_RDMH26     0xF0005834          Receive Data Memory High 26
PSI5_RDML27     0xF0005838          Receive Data Memory Low 27
PSI5_RDMH27     0xF000583C          Receive Data Memory High 27
PSI5_RDML28     0xF0005840          Receive Data Memory Low 28
PSI5_RDMH28     0xF0005844          Receive Data Memory High 28
PSI5_RDML29     0xF0005848          Receive Data Memory Low 29
PSI5_RDMH29     0xF000584C          Receive Data Memory High 29
PSI5_RDML210    0xF0005850          Receive Data Memory Low 210
PSI5_RDMH210    0xF0005854          Receive Data Memory High 210
PSI5_RDML211    0xF0005858          Receive Data Memory Low 211
PSI5_RDMH211    0xF000585C          Receive Data Memory High 211
PSI5_RDML212    0xF0005860          Receive Data Memory Low 212
PSI5_RDMH212    0xF0005864          Receive Data Memory High 212
PSI5_RDML213    0xF0005868          Receive Data Memory Low 213
PSI5_RDMH213    0xF000586C          Receive Data Memory High 213
PSI5_RDML214    0xF0005870          Receive Data Memory Low 214
PSI5_RDMH214    0xF0005874          Receive Data Memory High 214
PSI5_RDML215    0xF0005878          Receive Data Memory Low 215
PSI5_RDMH215    0xF000587C          Receive Data Memory High 215
PSI5_RDML216    0xF0005880          Receive Data Memory Low 216
PSI5_RDMH216    0xF0005884          Receive Data Memory High 216
PSI5_RDML217    0xF0005888          Receive Data Memory Low 217
PSI5_RDMH217    0xF000588C          Receive Data Memory High 217
PSI5_RDML218    0xF0005890          Receive Data Memory Low 218
PSI5_RDMH218    0xF0005894          Receive Data Memory High 218
PSI5_RDML219    0xF0005898          Receive Data Memory Low 219
PSI5_RDMH219    0xF000589C          Receive Data Memory High 219
PSI5_RDML220    0xF00058A0          Receive Data Memory Low 220
PSI5_RDMH220    0xF00058A4          Receive Data Memory High 220
PSI5_RDML221    0xF00058A8          Receive Data Memory Low 221
PSI5_RDMH221    0xF00058AC          Receive Data Memory High 221
PSI5_RDML222    0xF00058B0          Receive Data Memory Low 222
PSI5_RDMH222    0xF00058B4          Receive Data Memory High 222
PSI5_RDML223    0xF00058B8          Receive Data Memory Low 223
PSI5_RDMH223    0xF00058BC          Receive Data Memory High 223
PSI5_RDML224    0xF00058C0          Receive Data Memory Low 224
PSI5_RDMH224    0xF00058C4          Receive Data Memory High 224
PSI5_RDML225    0xF00058C8          Receive Data Memory Low 225
PSI5_RDMH225    0xF00058CC          Receive Data Memory High 225
PSI5_RDML226    0xF00058D0          Receive Data Memory Low 226
PSI5_RDMH226    0xF00058D4          Receive Data Memory High 226
PSI5_RDML227    0xF00058D8          Receive Data Memory Low 227
PSI5_RDMH227    0xF00058DC          Receive Data Memory High 227
PSI5_RDML228    0xF00058E0          Receive Data Memory Low 228
PSI5_RDMH228    0xF00058E4          Receive Data Memory High 228
PSI5_RDML229    0xF00058E8          Receive Data Memory Low 229
PSI5_RDMH229    0xF00058EC          Receive Data Memory High 229
PSI5_RDML230    0xF00058F0          Receive Data Memory Low 230
PSI5_RDMH230    0xF00058F4          Receive Data Memory High 230
PSI5_RDML231    0xF00058F8          Receive Data Memory Low 231
PSI5_RDMH231    0xF00058FC          Receive Data Memory High 231
PSI5_RDML30     0xF0005900          Receive Data Memory Low 30
PSI5_RDMH30     0xF0005904          Receive Data Memory High 30
PSI5_RDML31     0xF0005908          Receive Data Memory Low 31
PSI5_RDMH31     0xF000590C          Receive Data Memory High 31
PSI5_RDML32     0xF0005910          Receive Data Memory Low 32
PSI5_RDMH32     0xF0005914          Receive Data Memory High 32
PSI5_RDML33     0xF0005918          Receive Data Memory Low 33
PSI5_RDMH33     0xF000591C          Receive Data Memory High 33
PSI5_RDML34     0xF0005920          Receive Data Memory Low 34
PSI5_RDMH34     0xF0005924          Receive Data Memory High 34
PSI5_RDML35     0xF0005928          Receive Data Memory Low 35
PSI5_RDMH35     0xF000592C          Receive Data Memory High 35
PSI5_RDML36     0xF0005930          Receive Data Memory Low 36
PSI5_RDMH36     0xF0005934          Receive Data Memory High 36
PSI5_RDML37     0xF0005938          Receive Data Memory Low 37
PSI5_RDMH37     0xF000593C          Receive Data Memory High 37
PSI5_RDML38     0xF0005940          Receive Data Memory Low 38
PSI5_RDMH38     0xF0005944          Receive Data Memory High 38
PSI5_RDML39     0xF0005948          Receive Data Memory Low 39
PSI5_RDMH39     0xF000594C          Receive Data Memory High 39
PSI5_RDML310    0xF0005950          Receive Data Memory Low 310
PSI5_RDMH310    0xF0005954          Receive Data Memory High 310
PSI5_RDML311    0xF0005958          Receive Data Memory Low 311
PSI5_RDMH311    0xF000595C          Receive Data Memory High 311
PSI5_RDML312    0xF0005960          Receive Data Memory Low 312
PSI5_RDMH312    0xF0005964          Receive Data Memory High 312
PSI5_RDML313    0xF0005968          Receive Data Memory Low 313
PSI5_RDMH313    0xF000596C          Receive Data Memory High 313
PSI5_RDML314    0xF0005970          Receive Data Memory Low 314
PSI5_RDMH314    0xF0005974          Receive Data Memory High 314
PSI5_RDML315    0xF0005978          Receive Data Memory Low 315
PSI5_RDMH315    0xF000597C          Receive Data Memory High 315
PSI5_RDML316    0xF0005980          Receive Data Memory Low 316
PSI5_RDMH316    0xF0005984          Receive Data Memory High 316
PSI5_RDML317    0xF0005988          Receive Data Memory Low 317
PSI5_RDMH317    0xF000598C          Receive Data Memory High 317
PSI5_RDML318    0xF0005990          Receive Data Memory Low 318
PSI5_RDMH318    0xF0005994          Receive Data Memory High 318
PSI5_RDML319    0xF0005998          Receive Data Memory Low 319
PSI5_RDMH319    0xF000599C          Receive Data Memory High 319
PSI5_RDML320    0xF00059A0          Receive Data Memory Low 320
PSI5_RDMH320    0xF00059A4          Receive Data Memory High 320
PSI5_RDML321    0xF00059A8          Receive Data Memory Low 321
PSI5_RDMH321    0xF00059AC          Receive Data Memory High 321
PSI5_RDML322    0xF00059B0          Receive Data Memory Low 322
PSI5_RDMH322    0xF00059B4          Receive Data Memory High 322
PSI5_RDML323    0xF00059B8          Receive Data Memory Low 323
PSI5_RDMH323    0xF00059BC          Receive Data Memory High 323
PSI5_RDML324    0xF00059C0          Receive Data Memory Low 324
PSI5_RDMH324    0xF00059C4          Receive Data Memory High 324
PSI5_RDML325    0xF00059C8          Receive Data Memory Low 325
PSI5_RDMH325    0xF00059CC          Receive Data Memory High 325
PSI5_RDML326    0xF00059D0          Receive Data Memory Low 326
PSI5_RDMH326    0xF00059D4          Receive Data Memory High 326
PSI5_RDML327    0xF00059D8          Receive Data Memory Low 327
PSI5_RDMH327    0xF00059DC          Receive Data Memory High 327
PSI5_RDML328    0xF00059E0          Receive Data Memory Low 328
PSI5_RDMH328    0xF00059E4          Receive Data Memory High 328
PSI5_RDML329    0xF00059E8          Receive Data Memory Low 329
PSI5_RDMH329    0xF00059EC          Receive Data Memory High 329
PSI5_RDML330    0xF00059F0          Receive Data Memory Low 330
PSI5_RDMH330    0xF00059F4          Receive Data Memory High 330
PSI5_RDML331    0xF00059F8          Receive Data Memory Low 331
PSI5_RDMH331    0xF00059FC          Receive Data Memory High 331
PSI5S_CLC       0xF0007000          Clock Control Register
PSI5S_ID        0xF0007008          Module Identification Register
PSI5S_FDR       0xF000700C          PSI5-S Fractional Divider Register
PSI5S_FDRT      0xF0007010          Fractional Divider Register for Time Stamp
PSI5S_TSCNTA    0xF0007014          Time Stamp Count Register A
PSI5S_TSCNTB    0xF0007018          Time Stamp Count Register B
PSI5S_GCR       0xF000701C          Global Control Register
PSI5S_NFC       0xF0007020          Number of Frames Control Register
PSI5S_FCNT      0xF0007024          Frame Counter Register
PSI5S_IOCR      0xF0007028          Input and Output Control Register
PSI5S_RCRA0     0xF0007030          Receiver Control Register A0
PSI5S_RCRA1     0xF0007034          Receiver Control Register A1
PSI5S_RCRA2     0xF0007038          Receiver Control Register A2
PSI5S_RCRA3     0xF000703C          Receiver Control Register A3
PSI5S_RCRA4     0xF0007040          Receiver Control Register A4
PSI5S_RCRA5     0xF0007044          Receiver Control Register A5
PSI5S_RCRA6     0xF0007048          Receiver Control Register A6
PSI5S_RCRA7     0xF000704C          Receiver Control Register A7
PSI5S_RCRB0     0xF0007050          Receiver Control Register B0
PSI5S_RCRB1     0xF0007054          Receiver Control Register B1
PSI5S_RCRB2     0xF0007058          Receiver Control Register B2
PSI5S_RCRB3     0xF000705C          Receiver Control Register B3
PSI5S_RCRB4     0xF0007060          Receiver Control Register B4
PSI5S_RCRB5     0xF0007064          Receiver Control Register B5
PSI5S_RCRB6     0xF0007068          Receiver Control Register B6
PSI5S_RCRB7     0xF000706C          Receiver Control Register B7
PSI5S_WDT0      0xF0007070          Watch Dog Timer Register 0
PSI5S_WDT1      0xF0007074          Watch Dog Timer Register 1
PSI5S_WDT2      0xF0007078          Watch Dog Timer Register 2
PSI5S_WDT3      0xF000707C          Watch Dog Timer Register 3
PSI5S_WDT4      0xF0007080          Watch Dog Timer Register 4
PSI5S_WDT5      0xF0007084          Watch Dog Timer Register 5
PSI5S_WDT6      0xF0007088          Watch Dog Timer Register 6
PSI5S_WDT7      0xF000708C          Watch Dog Timer Register 7
PSI5S_TSCR0     0xF0007090          Capture Register TSCR0
PSI5S_TSCR1     0xF0007094          Capture Register TSCR1
PSI5S_TSCR2     0xF0007098          Capture Register TSCR2
PSI5S_TSCR3     0xF000709C          Capture Register TSCR3
PSI5S_TSCR4     0xF00070A0          Capture Register TSCR4
PSI5S_TSCR5     0xF00070A4          Capture Register TSCR5
PSI5S_TSCR6     0xF00070A8          Capture Register TSCR6
PSI5S_TSCR7     0xF00070AC          Capture Register TSCR7
PSI5S_RDS       0xF00070B0          Receive Status Register
PSI5S_RDR       0xF00070B4          Receive Data Register
PSI5S_TSM       0xF00070B8          Time Stamp Mirror Register
PSI5S_TAR       0xF00070D0          Target Address Register
PSI5S_BAR       0xF00070D4          Base Address Register
PSI5S_PGC0      0xF00070F0          Pulse Generation Control Register 0
PSI5S_PGC1      0xF00070F4          Pulse Generation Control Register 1
PSI5S_PGC2      0xF00070F8          Pulse Generation Control Register 2
PSI5S_PGC3      0xF00070FC          Pulse Generation Control Register 3
PSI5S_PGC4      0xF0007100          Pulse Generation Control Register 4
PSI5S_PGC5      0xF0007104          Pulse Generation Control Register 5
PSI5S_PGC6      0xF0007108          Pulse Generation Control Register 6
PSI5S_PGC7      0xF000710C          Pulse Generation Control Register 7
PSI5S_CTV0      0xF0007110          Channel Trigger Value Register 0
PSI5S_CTV1      0xF0007114          Channel Trigger Value Register 1
PSI5S_CTV2      0xF0007118          Channel Trigger Value Register 2
PSI5S_CTV3      0xF000711C          Channel Trigger Value Register 3
PSI5S_CTV4      0xF0007120          Channel Trigger Value Register 4
PSI5S_CTV5      0xF0007124          Channel Trigger Value Register 5
PSI5S_CTV6      0xF0007128          Channel Trigger Value Register 6
PSI5S_CTV7      0xF000712C          Channel Trigger Value Register 7
PSI5S_SCR0      0xF0007130          Send Control Register 0
PSI5S_SCR1      0xF0007134          Send Control Register 1
PSI5S_SCR2      0xF0007138          Send Control Register 2
PSI5S_SCR3      0xF000713C          Send Control Register 3
PSI5S_SCR4      0xF0007140          Send Control Register 4
PSI5S_SCR5      0xF0007144          Send Control Register 5
PSI5S_SCR6      0xF0007148          Send Control Register 6
PSI5S_SCR7      0xF000714C          Send Control Register 7
PSI5S_SDR0      0xF0007150          Send Data Register 0
PSI5S_SDR1      0xF0007154          Send Data Register 1
PSI5S_SDR2      0xF0007158          Send Data Register 2
PSI5S_SDR3      0xF000715C          Send Data Register 3
PSI5S_SDR4      0xF0007160          Send Data Register 4
PSI5S_SDR5      0xF0007164          Send Data Register 5
PSI5S_SDR6      0xF0007168          Send Data Register 6
PSI5S_SDR7      0xF000716C          Send Data Register 7
PSI5S_CDW       0xF0007170          CPU Direct Write Register
PSI5S_CON       0xF0007210          Control Register
PSI5S_BG        0xF0007214          Baud Rate Timer/Reload Register
PSI5S_FDV       0xF0007218          Fractional Divider Register
PSI5S_FDO       0xF000721C          Fractional Divider for Output CLK Register
PSI5S_TBUF      0xF0007220          Transmit Buffer Register
PSI5S_RBUF      0xF0007224          Receive Buffer Register
PSI5S_WHBCON    0xF0007250          Write Hardware Bits Control Register
PSI5S_INTSTAT0  0xF0007260          Interrupt Status Register 0
PSI5S_INTSTAT1  0xF0007264          Interrupt Status Register 1
PSI5S_INTSTAT2  0xF0007268          Interrupt Status Register 2
PSI5S_INTSTAT3  0xF000726C          Interrupt Status Register 3
PSI5S_INTSTAT4  0xF0007270          Interrupt Status Register 4
PSI5S_INTSTAT5  0xF0007274          Interrupt Status Register 5
PSI5S_INTSTAT6  0xF0007278          Interrupt Status Register 6
PSI5S_INTSTAT7  0xF000727C          Interrupt Status Register 7
PSI5S_INTSET0   0xF0007280          Interrupt Set Register 0
PSI5S_INTSET1   0xF0007284          Interrupt Set Register 1
PSI5S_INTSET2   0xF0007288          Interrupt Set Register 2
PSI5S_INTSET3   0xF000728C          Interrupt Set Register 3
PSI5S_INTSET4   0xF0007290          Interrupt Set Register 4
PSI5S_INTSET5   0xF0007294          Interrupt Set Register 5
PSI5S_INTSET6   0xF0007298          Interrupt Set Register 6
PSI5S_INTSET7   0xF000729C          Interrupt Set Register 7
PSI5S_INTCLR0   0xF00072A0          Interrupt Clear Register 0
PSI5S_INTCLR1   0xF00072A4          Interrupt Clear Register 1
PSI5S_INTCLR2   0xF00072A8          Interrupt Clear Register 2
PSI5S_INTCLR3   0xF00072AC          Interrupt Clear Register 3
PSI5S_INTCLR4   0xF00072B0          Interrupt Clear Register 4
PSI5S_INTCLR5   0xF00072B4          Interrupt Clear Register 5
PSI5S_INTCLR6   0xF00072B8          Interrupt Clear Register 6
PSI5S_INTCLR7   0xF00072BC          Interrupt Clear Register 7
PSI5S_INTEN0    0xF00072C0          Interrupt Enable Register 0
PSI5S_INTEN1    0xF00072C4          Interrupt Enable Register 1
PSI5S_INTEN2    0xF00072C8          Interrupt Enable Register 2
PSI5S_INTEN3    0xF00072CC          Interrupt Enable Register 3
PSI5S_INTEN4    0xF00072D0          Interrupt Enable Register 4
PSI5S_INTEN5    0xF00072D4          Interrupt Enable Register 5
PSI5S_INTEN6    0xF00072D8          Interrupt Enable Register 6
PSI5S_INTEN7    0xF00072DC          Interrupt Enable Register 7
PSI5S_INP0      0xF00072E0          Interrupt Node Pointer Register 0
PSI5S_INP1      0xF00072E4          Interrupt Node Pointer Register 1
PSI5S_INP2      0xF00072E8          Interrupt Node Pointer Register 2
PSI5S_INP3      0xF00072EC          Interrupt Node Pointer Register 3
PSI5S_INP4      0xF00072F0          Interrupt Node Pointer Register 4
PSI5S_INP5      0xF00072F4          Interrupt Node Pointer Register 5
PSI5S_INP6      0xF00072F8          Interrupt Node Pointer Register 6
PSI5S_INP7      0xF00072FC          Interrupt Node Pointer Register 7
PSI5S_INTOV     0xF0007300          Interrupt Overview Register
PSI5S_INTSTATG  0xF0007304          Interrupt Status Register Global
PSI5S_INTSETG   0xF0007308          Interrupt Set Register Global
PSI5S_INTCLRG   0xF000730C          Interrupt Clear Register Global
PSI5S_INTENG    0xF0007310          Interrupt Enable Register Global
PSI5S_INPG      0xF0007314          Interrupt Node Pointer Register Global
PSI5S_OCS       0xF00073CC          OCDS Control and Status
PSI5S_ACCEN0    0xF00073D0          Access Enable Register 0
PSI5S_ACCEN1    0xF00073D4          Access Enable Register 1
PSI5S_KRST0     0xF00073D8          Kernel Reset Register 0
PSI5S_KRST1     0xF00073DC          Kernel Reset Register 1
PSI5S_KRSTCLR   0xF00073E0          Kernel Reset Status Clear Register
DMA_CLC         0xF0010000          DMA Clock Control Register
DMA_ID          0xF0010008          DMA Identification Register
DMA_ACCEN00     0xF0010040          RP 0 Access Enable Register 0
DMA_ACCEN01     0xF0010044          RP 0 Access Enable Register 1
DMA_ACCEN10     0xF0010048          RP 1 Access Enable Register 0
DMA_ACCEN11     0xF001004C          RP 1 Access Enable Register 1
DMA_ACCEN20     0xF0010050          RP 2 Access Enable Register 0
DMA_ACCEN21     0xF0010054          RP 2 Access Enable Register 1
DMA_ACCEN30     0xF0010058          RP 3 Access Enable Register 0
DMA_ACCEN31     0xF001005C          RP 3 Access Enable Register 1
DMA_EER0        0xF0010120          ME 0 Enable Error Register
DMA_ERRSR0      0xF0010124          ME 0 Error Status Register
DMA_CLRE0       0xF0010128          ME 0 Clear Error Register
DMA_ME0SR       0xF0010130          ME 0 Status Register
DMA_ME00R       0xF0010140          ME 0 Read Register 0
DMA_ME01R       0xF0010144          ME 0 Read Register 1
DMA_ME02R       0xF0010148          ME 0 Read Register 2
DMA_ME03R       0xF001014C          ME 0 Read Register 3
DMA_ME04R       0xF0010150          ME 0 Read Register 4
DMA_ME05R       0xF0010154          ME 0 Read Register 5
DMA_ME06R       0xF0010158          ME 0 Read Register 6
DMA_ME07R       0xF001015C          ME 0 Read Register 7
DMA_ME0RDCRC    0xF0010180          ME 0 Channel Read Data CRC Register
DMA_ME0SDCRC    0xF0010184          ME 0 Channel Source and Destination Address CRC Register
DMA_ME0SADR     0xF0010188          ME 0 Channel Source Address Register
DMA_ME0DADR     0xF001018C          ME 0 Channel Destination Address Register
DMA_ME0ADICR    0xF0010190          ME 0 Channel Address and Interrupt Control Register
DMA_ME0CHCR     0xF0010194          ME 0 Channel Control Register
DMA_ME0SHADR    0xF0010198          ME 0 Channel Shadow Address Register
DMA_ME0CHSR     0xF001019C          ME 0 Channel Status Register
DMA_EER1        0xF0011120          ME 1 Enable Error Register
DMA_ERRSR1      0xF0011124          ME 1 Error Status Register
DMA_CLRE1       0xF0011128          ME 1 Clear Error Register
DMA_ME1SR       0xF0011130          ME 1 Status Register
DMA_ME10R       0xF0011140          ME 1 Read Register 0
DMA_ME11R       0xF0011144          ME 1 Read Register 1
DMA_ME12R       0xF0011148          ME 1 Read Register 2
DMA_ME13R       0xF001114C          ME 1 Read Register 3
DMA_ME14R       0xF0011150          ME 1 Read Register 4
DMA_ME15R       0xF0011154          ME 1 Read Register 5
DMA_ME16R       0xF0011158          ME 1 Read Register 6
DMA_ME17R       0xF001115C          ME 1 Read Register 7
DMA_ME1RDCRC    0xF0011180          ME 1 Channel Read Data CRC Register
DMA_ME1SDCRC    0xF0011184          ME 1 Channel Source and Destination Address CRC Register
DMA_ME1SADR     0xF0011188          ME 1 Channel Source Address Register
DMA_ME1DADR     0xF001118C          ME 1 Channel Destination Address Register
DMA_ME1ADICR    0xF0011190          ME 1 Channel Address and Interrupt Control Register
DMA_ME1CHCR     0xF0011194          ME 1 Channel Control Register
DMA_ME1SHADR    0xF0011198          ME 1 Channel Shadow Address Register
DMA_ME1CHSR     0xF001119C          ME 1 Channel Status Register
DMA_OTSS        0xF0011200          DMA OCDS Trigger Set Select
DMA_PRR0        0xF0011208          DMA Pattern Read Register 0
DMA_PRR1        0xF001120C          DMA Pattern Read Register 1
DMA_TIME        0xF0011210          DMA Time Register
DMA_MODE0       0xF0011300          RP 0 Mode Register
DMA_MODE1       0xF0011304          RP 1 Mode Register
DMA_MODE2       0xF0011308          RP 2 Mode Register
DMA_MODE3       0xF001130C          RP 3 Mode Register
DMA_ERRINTR0    0xF0011320          RP 0 Error Interrupt Set Register
DMA_ERRINTR1    0xF0011324          RP 1 Error Interrupt Set Register
DMA_ERRINTR2    0xF0011328          RP 2 Error Interrupt Set Register
DMA_ERRINTR3    0xF001132C          RP 3 Error Interrupt Set Register
DMA_HRR000      0xF0011800          DMA Channel 0 Resource Partition Register
DMA_HRR001      0xF0011804          DMA Channel 1 Resource Partition Register
DMA_HRR002      0xF0011808          DMA Channel 2 Resource Partition Register
DMA_HRR003      0xF001180C          DMA Channel 3 Resource Partition Register
DMA_HRR004      0xF0011810          DMA Channel 4 Resource Partition Register
DMA_HRR005      0xF0011814          DMA Channel 5 Resource Partition Register
DMA_HRR006      0xF0011818          DMA Channel 6 Resource Partition Register
DMA_HRR007      0xF001181C          DMA Channel 7 Resource Partition Register
DMA_HRR008      0xF0011820          DMA Channel 8 Resource Partition Register
DMA_HRR009      0xF0011824          DMA Channel 9 Resource Partition Register
DMA_HRR010      0xF0011828          DMA Channel 10 Resource Partition Register
DMA_HRR011      0xF001182C          DMA Channel 11 Resource Partition Register
DMA_HRR012      0xF0011830          DMA Channel 12 Resource Partition Register
DMA_HRR013      0xF0011834          DMA Channel 13 Resource Partition Register
DMA_HRR014      0xF0011838          DMA Channel 14 Resource Partition Register
DMA_HRR015      0xF001183C          DMA Channel 15 Resource Partition Register
DMA_HRR016      0xF0011840          DMA Channel 16 Resource Partition Register
DMA_HRR017      0xF0011844          DMA Channel 17 Resource Partition Register
DMA_HRR018      0xF0011848          DMA Channel 18 Resource Partition Register
DMA_HRR019      0xF001184C          DMA Channel 19 Resource Partition Register
DMA_HRR020      0xF0011850          DMA Channel 20 Resource Partition Register
DMA_HRR021      0xF0011854          DMA Channel 21 Resource Partition Register
DMA_HRR022      0xF0011858          DMA Channel 22 Resource Partition Register
DMA_HRR023      0xF001185C          DMA Channel 23 Resource Partition Register
DMA_HRR024      0xF0011860          DMA Channel 24 Resource Partition Register
DMA_HRR025      0xF0011864          DMA Channel 25 Resource Partition Register
DMA_HRR026      0xF0011868          DMA Channel 26 Resource Partition Register
DMA_HRR027      0xF001186C          DMA Channel 27 Resource Partition Register
DMA_HRR028      0xF0011870          DMA Channel 28 Resource Partition Register
DMA_HRR029      0xF0011874          DMA Channel 29 Resource Partition Register
DMA_HRR030      0xF0011878          DMA Channel 30 Resource Partition Register
DMA_HRR031      0xF001187C          DMA Channel 31 Resource Partition Register
DMA_HRR032      0xF0011880          DMA Channel 32 Resource Partition Register
DMA_HRR033      0xF0011884          DMA Channel 33 Resource Partition Register
DMA_HRR034      0xF0011888          DMA Channel 34 Resource Partition Register
DMA_HRR035      0xF001188C          DMA Channel 35 Resource Partition Register
DMA_HRR036      0xF0011890          DMA Channel 36 Resource Partition Register
DMA_HRR037      0xF0011894          DMA Channel 37 Resource Partition Register
DMA_HRR038      0xF0011898          DMA Channel 38 Resource Partition Register
DMA_HRR039      0xF001189C          DMA Channel 39 Resource Partition Register
DMA_HRR040      0xF00118A0          DMA Channel 40 Resource Partition Register
DMA_HRR041      0xF00118A4          DMA Channel 41 Resource Partition Register
DMA_HRR042      0xF00118A8          DMA Channel 42 Resource Partition Register
DMA_HRR043      0xF00118AC          DMA Channel 43 Resource Partition Register
DMA_HRR044      0xF00118B0          DMA Channel 44 Resource Partition Register
DMA_HRR045      0xF00118B4          DMA Channel 45 Resource Partition Register
DMA_HRR046      0xF00118B8          DMA Channel 46 Resource Partition Register
DMA_HRR047      0xF00118BC          DMA Channel 47 Resource Partition Register
DMA_HRR048      0xF00118C0          DMA Channel 48 Resource Partition Register
DMA_HRR049      0xF00118C4          DMA Channel 49 Resource Partition Register
DMA_HRR050      0xF00118C8          DMA Channel 50 Resource Partition Register
DMA_HRR051      0xF00118CC          DMA Channel 51 Resource Partition Register
DMA_HRR052      0xF00118D0          DMA Channel 52 Resource Partition Register
DMA_HRR053      0xF00118D4          DMA Channel 53 Resource Partition Register
DMA_HRR054      0xF00118D8          DMA Channel 54 Resource Partition Register
DMA_HRR055      0xF00118DC          DMA Channel 55 Resource Partition Register
DMA_HRR056      0xF00118E0          DMA Channel 56 Resource Partition Register
DMA_HRR057      0xF00118E4          DMA Channel 57 Resource Partition Register
DMA_HRR058      0xF00118E8          DMA Channel 58 Resource Partition Register
DMA_HRR059      0xF00118EC          DMA Channel 59 Resource Partition Register
DMA_HRR060      0xF00118F0          DMA Channel 60 Resource Partition Register
DMA_HRR061      0xF00118F4          DMA Channel 61 Resource Partition Register
DMA_HRR062      0xF00118F8          DMA Channel 62 Resource Partition Register
DMA_HRR063      0xF00118FC          DMA Channel 63 Resource Partition Register
DMA_HRR064      0xF0011900          DMA Channel 64 Resource Partition Register
DMA_HRR065      0xF0011904          DMA Channel 65 Resource Partition Register
DMA_HRR066      0xF0011908          DMA Channel 66 Resource Partition Register
DMA_HRR067      0xF001190C          DMA Channel 67 Resource Partition Register
DMA_HRR068      0xF0011910          DMA Channel 68 Resource Partition Register
DMA_HRR069      0xF0011914          DMA Channel 69 Resource Partition Register
DMA_HRR070      0xF0011918          DMA Channel 70 Resource Partition Register
DMA_HRR071      0xF001191C          DMA Channel 71 Resource Partition Register
DMA_HRR072      0xF0011920          DMA Channel 72 Resource Partition Register
DMA_HRR073      0xF0011924          DMA Channel 73 Resource Partition Register
DMA_HRR074      0xF0011928          DMA Channel 74 Resource Partition Register
DMA_HRR075      0xF001192C          DMA Channel 75 Resource Partition Register
DMA_HRR076      0xF0011930          DMA Channel 76 Resource Partition Register
DMA_HRR077      0xF0011934          DMA Channel 77 Resource Partition Register
DMA_HRR078      0xF0011938          DMA Channel 78 Resource Partition Register
DMA_HRR079      0xF001193C          DMA Channel 79 Resource Partition Register
DMA_HRR080      0xF0011940          DMA Channel 80 Resource Partition Register
DMA_HRR081      0xF0011944          DMA Channel 81 Resource Partition Register
DMA_HRR082      0xF0011948          DMA Channel 82 Resource Partition Register
DMA_HRR083      0xF001194C          DMA Channel 83 Resource Partition Register
DMA_HRR084      0xF0011950          DMA Channel 84 Resource Partition Register
DMA_HRR085      0xF0011954          DMA Channel 85 Resource Partition Register
DMA_HRR086      0xF0011958          DMA Channel 86 Resource Partition Register
DMA_HRR087      0xF001195C          DMA Channel 87 Resource Partition Register
DMA_HRR088      0xF0011960          DMA Channel 88 Resource Partition Register
DMA_HRR089      0xF0011964          DMA Channel 89 Resource Partition Register
DMA_HRR090      0xF0011968          DMA Channel 90 Resource Partition Register
DMA_HRR091      0xF001196C          DMA Channel 91 Resource Partition Register
DMA_HRR092      0xF0011970          DMA Channel 92 Resource Partition Register
DMA_HRR093      0xF0011974          DMA Channel 93 Resource Partition Register
DMA_HRR094      0xF0011978          DMA Channel 94 Resource Partition Register
DMA_HRR095      0xF001197C          DMA Channel 95 Resource Partition Register
DMA_HRR096      0xF0011980          DMA Channel 96 Resource Partition Register
DMA_HRR097      0xF0011984          DMA Channel 97 Resource Partition Register
DMA_HRR098      0xF0011988          DMA Channel 98 Resource Partition Register
DMA_HRR099      0xF001198C          DMA Channel 99 Resource Partition Register
DMA_HRR100      0xF0011990          DMA Channel 100 Resource Partition Register
DMA_HRR101      0xF0011994          DMA Channel 101 Resource Partition Register
DMA_HRR102      0xF0011998          DMA Channel 102 Resource Partition Register
DMA_HRR103      0xF001199C          DMA Channel 103 Resource Partition Register
DMA_HRR104      0xF00119A0          DMA Channel 104 Resource Partition Register
DMA_HRR105      0xF00119A4          DMA Channel 105 Resource Partition Register
DMA_HRR106      0xF00119A8          DMA Channel 106 Resource Partition Register
DMA_HRR107      0xF00119AC          DMA Channel 107 Resource Partition Register
DMA_HRR108      0xF00119B0          DMA Channel 108 Resource Partition Register
DMA_HRR109      0xF00119B4          DMA Channel 109 Resource Partition Register
DMA_HRR110      0xF00119B8          DMA Channel 110 Resource Partition Register
DMA_HRR111      0xF00119BC          DMA Channel 111 Resource Partition Register
DMA_HRR112      0xF00119C0          DMA Channel 112 Resource Partition Register
DMA_HRR113      0xF00119C4          DMA Channel 113 Resource Partition Register
DMA_HRR114      0xF00119C8          DMA Channel 114 Resource Partition Register
DMA_HRR115      0xF00119CC          DMA Channel 115 Resource Partition Register
DMA_HRR116      0xF00119D0          DMA Channel 116 Resource Partition Register
DMA_HRR117      0xF00119D4          DMA Channel 117 Resource Partition Register
DMA_HRR118      0xF00119D8          DMA Channel 118 Resource Partition Register
DMA_HRR119      0xF00119DC          DMA Channel 119 Resource Partition Register
DMA_HRR120      0xF00119E0          DMA Channel 120 Resource Partition Register
DMA_HRR121      0xF00119E4          DMA Channel 121 Resource Partition Register
DMA_HRR122      0xF00119E8          DMA Channel 122 Resource Partition Register
DMA_HRR123      0xF00119EC          DMA Channel 123 Resource Partition Register
DMA_HRR124      0xF00119F0          DMA Channel 124 Resource Partition Register
DMA_HRR125      0xF00119F4          DMA Channel 125 Resource Partition Register
DMA_HRR126      0xF00119F8          DMA Channel 126 Resource Partition Register
DMA_HRR127      0xF00119FC          DMA Channel 127 Resource Partition Register
DMA_SUSENR000   0xF0011A00          DMA Channel 0 Suspend Enable Register
DMA_SUSENR001   0xF0011A04          DMA Channel 1 Suspend Enable Register
DMA_SUSENR002   0xF0011A08          DMA Channel 2 Suspend Enable Register
DMA_SUSENR003   0xF0011A0C          DMA Channel 3 Suspend Enable Register
DMA_SUSENR004   0xF0011A10          DMA Channel 4 Suspend Enable Register
DMA_SUSENR005   0xF0011A14          DMA Channel 5 Suspend Enable Register
DMA_SUSENR006   0xF0011A18          DMA Channel 6 Suspend Enable Register
DMA_SUSENR007   0xF0011A1C          DMA Channel 7 Suspend Enable Register
DMA_SUSENR008   0xF0011A20          DMA Channel 8 Suspend Enable Register
DMA_SUSENR009   0xF0011A24          DMA Channel 9 Suspend Enable Register
DMA_SUSENR010   0xF0011A28          DMA Channel 10 Suspend Enable Register
DMA_SUSENR011   0xF0011A2C          DMA Channel 11 Suspend Enable Register
DMA_SUSENR012   0xF0011A30          DMA Channel 12 Suspend Enable Register
DMA_SUSENR013   0xF0011A34          DMA Channel 13 Suspend Enable Register
DMA_SUSENR014   0xF0011A38          DMA Channel 14 Suspend Enable Register
DMA_SUSENR015   0xF0011A3C          DMA Channel 15 Suspend Enable Register
DMA_SUSENR016   0xF0011A40          DMA Channel 16 Suspend Enable Register
DMA_SUSENR017   0xF0011A44          DMA Channel 17 Suspend Enable Register
DMA_SUSENR018   0xF0011A48          DMA Channel 18 Suspend Enable Register
DMA_SUSENR019   0xF0011A4C          DMA Channel 19 Suspend Enable Register
DMA_SUSENR020   0xF0011A50          DMA Channel 20 Suspend Enable Register
DMA_SUSENR021   0xF0011A54          DMA Channel 21 Suspend Enable Register
DMA_SUSENR022   0xF0011A58          DMA Channel 22 Suspend Enable Register
DMA_SUSENR023   0xF0011A5C          DMA Channel 23 Suspend Enable Register
DMA_SUSENR024   0xF0011A60          DMA Channel 24 Suspend Enable Register
DMA_SUSENR025   0xF0011A64          DMA Channel 25 Suspend Enable Register
DMA_SUSENR026   0xF0011A68          DMA Channel 26 Suspend Enable Register
DMA_SUSENR027   0xF0011A6C          DMA Channel 27 Suspend Enable Register
DMA_SUSENR028   0xF0011A70          DMA Channel 28 Suspend Enable Register
DMA_SUSENR029   0xF0011A74          DMA Channel 29 Suspend Enable Register
DMA_SUSENR030   0xF0011A78          DMA Channel 30 Suspend Enable Register
DMA_SUSENR031   0xF0011A7C          DMA Channel 31 Suspend Enable Register
DMA_SUSENR032   0xF0011A80          DMA Channel 32 Suspend Enable Register
DMA_SUSENR033   0xF0011A84          DMA Channel 33 Suspend Enable Register
DMA_SUSENR034   0xF0011A88          DMA Channel 34 Suspend Enable Register
DMA_SUSENR035   0xF0011A8C          DMA Channel 35 Suspend Enable Register
DMA_SUSENR036   0xF0011A90          DMA Channel 36 Suspend Enable Register
DMA_SUSENR037   0xF0011A94          DMA Channel 37 Suspend Enable Register
DMA_SUSENR038   0xF0011A98          DMA Channel 38 Suspend Enable Register
DMA_SUSENR039   0xF0011A9C          DMA Channel 39 Suspend Enable Register
DMA_SUSENR040   0xF0011AA0          DMA Channel 40 Suspend Enable Register
DMA_SUSENR041   0xF0011AA4          DMA Channel 41 Suspend Enable Register
DMA_SUSENR042   0xF0011AA8          DMA Channel 42 Suspend Enable Register
DMA_SUSENR043   0xF0011AAC          DMA Channel 43 Suspend Enable Register
DMA_SUSENR044   0xF0011AB0          DMA Channel 44 Suspend Enable Register
DMA_SUSENR045   0xF0011AB4          DMA Channel 45 Suspend Enable Register
DMA_SUSENR046   0xF0011AB8          DMA Channel 46 Suspend Enable Register
DMA_SUSENR047   0xF0011ABC          DMA Channel 47 Suspend Enable Register
DMA_SUSENR048   0xF0011AC0          DMA Channel 48 Suspend Enable Register
DMA_SUSENR049   0xF0011AC4          DMA Channel 49 Suspend Enable Register
DMA_SUSENR050   0xF0011AC8          DMA Channel 50 Suspend Enable Register
DMA_SUSENR051   0xF0011ACC          DMA Channel 51 Suspend Enable Register
DMA_SUSENR052   0xF0011AD0          DMA Channel 52 Suspend Enable Register
DMA_SUSENR053   0xF0011AD4          DMA Channel 53 Suspend Enable Register
DMA_SUSENR054   0xF0011AD8          DMA Channel 54 Suspend Enable Register
DMA_SUSENR055   0xF0011ADC          DMA Channel 55 Suspend Enable Register
DMA_SUSENR056   0xF0011AE0          DMA Channel 56 Suspend Enable Register
DMA_SUSENR057   0xF0011AE4          DMA Channel 57 Suspend Enable Register
DMA_SUSENR058   0xF0011AE8          DMA Channel 58 Suspend Enable Register
DMA_SUSENR059   0xF0011AEC          DMA Channel 59 Suspend Enable Register
DMA_SUSENR060   0xF0011AF0          DMA Channel 60 Suspend Enable Register
DMA_SUSENR061   0xF0011AF4          DMA Channel 61 Suspend Enable Register
DMA_SUSENR062   0xF0011AF8          DMA Channel 62 Suspend Enable Register
DMA_SUSENR063   0xF0011AFC          DMA Channel 63 Suspend Enable Register
DMA_SUSENR064   0xF0011B00          DMA Channel 64 Suspend Enable Register
DMA_SUSENR065   0xF0011B04          DMA Channel 65 Suspend Enable Register
DMA_SUSENR066   0xF0011B08          DMA Channel 66 Suspend Enable Register
DMA_SUSENR067   0xF0011B0C          DMA Channel 67 Suspend Enable Register
DMA_SUSENR068   0xF0011B10          DMA Channel 68 Suspend Enable Register
DMA_SUSENR069   0xF0011B14          DMA Channel 69 Suspend Enable Register
DMA_SUSENR070   0xF0011B18          DMA Channel 70 Suspend Enable Register
DMA_SUSENR071   0xF0011B1C          DMA Channel 71 Suspend Enable Register
DMA_SUSENR072   0xF0011B20          DMA Channel 72 Suspend Enable Register
DMA_SUSENR073   0xF0011B24          DMA Channel 73 Suspend Enable Register
DMA_SUSENR074   0xF0011B28          DMA Channel 74 Suspend Enable Register
DMA_SUSENR075   0xF0011B2C          DMA Channel 75 Suspend Enable Register
DMA_SUSENR076   0xF0011B30          DMA Channel 76 Suspend Enable Register
DMA_SUSENR077   0xF0011B34          DMA Channel 77 Suspend Enable Register
DMA_SUSENR078   0xF0011B38          DMA Channel 78 Suspend Enable Register
DMA_SUSENR079   0xF0011B3C          DMA Channel 79 Suspend Enable Register
DMA_SUSENR080   0xF0011B40          DMA Channel 80 Suspend Enable Register
DMA_SUSENR081   0xF0011B44          DMA Channel 81 Suspend Enable Register
DMA_SUSENR082   0xF0011B48          DMA Channel 82 Suspend Enable Register
DMA_SUSENR083   0xF0011B4C          DMA Channel 83 Suspend Enable Register
DMA_SUSENR084   0xF0011B50          DMA Channel 84 Suspend Enable Register
DMA_SUSENR085   0xF0011B54          DMA Channel 85 Suspend Enable Register
DMA_SUSENR086   0xF0011B58          DMA Channel 86 Suspend Enable Register
DMA_SUSENR087   0xF0011B5C          DMA Channel 87 Suspend Enable Register
DMA_SUSENR088   0xF0011B60          DMA Channel 88 Suspend Enable Register
DMA_SUSENR089   0xF0011B64          DMA Channel 89 Suspend Enable Register
DMA_SUSENR090   0xF0011B68          DMA Channel 90 Suspend Enable Register
DMA_SUSENR091   0xF0011B6C          DMA Channel 91 Suspend Enable Register
DMA_SUSENR092   0xF0011B70          DMA Channel 92 Suspend Enable Register
DMA_SUSENR093   0xF0011B74          DMA Channel 93 Suspend Enable Register
DMA_SUSENR094   0xF0011B78          DMA Channel 94 Suspend Enable Register
DMA_SUSENR095   0xF0011B7C          DMA Channel 95 Suspend Enable Register
DMA_SUSENR096   0xF0011B80          DMA Channel 96 Suspend Enable Register
DMA_SUSENR097   0xF0011B84          DMA Channel 97 Suspend Enable Register
DMA_SUSENR098   0xF0011B88          DMA Channel 98 Suspend Enable Register
DMA_SUSENR099   0xF0011B8C          DMA Channel 99 Suspend Enable Register
DMA_SUSENR100   0xF0011B90          DMA Channel 100 Suspend Enable Register
DMA_SUSENR101   0xF0011B94          DMA Channel 101 Suspend Enable Register
DMA_SUSENR102   0xF0011B98          DMA Channel 102 Suspend Enable Register
DMA_SUSENR103   0xF0011B9C          DMA Channel 103 Suspend Enable Register
DMA_SUSENR104   0xF0011BA0          DMA Channel 104 Suspend Enable Register
DMA_SUSENR105   0xF0011BA4          DMA Channel 105 Suspend Enable Register
DMA_SUSENR106   0xF0011BA8          DMA Channel 106 Suspend Enable Register
DMA_SUSENR107   0xF0011BAC          DMA Channel 107 Suspend Enable Register
DMA_SUSENR108   0xF0011BB0          DMA Channel 108 Suspend Enable Register
DMA_SUSENR109   0xF0011BB4          DMA Channel 109 Suspend Enable Register
DMA_SUSENR110   0xF0011BB8          DMA Channel 110 Suspend Enable Register
DMA_SUSENR111   0xF0011BBC          DMA Channel 111 Suspend Enable Register
DMA_SUSENR112   0xF0011BC0          DMA Channel 112 Suspend Enable Register
DMA_SUSENR113   0xF0011BC4          DMA Channel 113 Suspend Enable Register
DMA_SUSENR114   0xF0011BC8          DMA Channel 114 Suspend Enable Register
DMA_SUSENR115   0xF0011BCC          DMA Channel 115 Suspend Enable Register
DMA_SUSENR116   0xF0011BD0          DMA Channel 116 Suspend Enable Register
DMA_SUSENR117   0xF0011BD4          DMA Channel 117 Suspend Enable Register
DMA_SUSENR118   0xF0011BD8          DMA Channel 118 Suspend Enable Register
DMA_SUSENR119   0xF0011BDC          DMA Channel 119 Suspend Enable Register
DMA_SUSENR120   0xF0011BE0          DMA Channel 120 Suspend Enable Register
DMA_SUSENR121   0xF0011BE4          DMA Channel 121 Suspend Enable Register
DMA_SUSENR122   0xF0011BE8          DMA Channel 122 Suspend Enable Register
DMA_SUSENR123   0xF0011BEC          DMA Channel 123 Suspend Enable Register
DMA_SUSENR124   0xF0011BF0          DMA Channel 124 Suspend Enable Register
DMA_SUSENR125   0xF0011BF4          DMA Channel 125 Suspend Enable Register
DMA_SUSENR126   0xF0011BF8          DMA Channel 126 Suspend Enable Register
DMA_SUSENR127   0xF0011BFC          DMA Channel 127 Suspend Enable Register
DMA_SUSACR000   0xF0011C00          DMA Channel 0 Suspend Acknowledge Register
DMA_SUSACR001   0xF0011C04          DMA Channel 1 Suspend Acknowledge Register
DMA_SUSACR002   0xF0011C08          DMA Channel 2 Suspend Acknowledge Register
DMA_SUSACR003   0xF0011C0C          DMA Channel 3 Suspend Acknowledge Register
DMA_SUSACR004   0xF0011C10          DMA Channel 4 Suspend Acknowledge Register
DMA_SUSACR005   0xF0011C14          DMA Channel 5 Suspend Acknowledge Register
DMA_SUSACR006   0xF0011C18          DMA Channel 6 Suspend Acknowledge Register
DMA_SUSACR007   0xF0011C1C          DMA Channel 7 Suspend Acknowledge Register
DMA_SUSACR008   0xF0011C20          DMA Channel 8 Suspend Acknowledge Register
DMA_SUSACR009   0xF0011C24          DMA Channel 9 Suspend Acknowledge Register
DMA_SUSACR010   0xF0011C28          DMA Channel 10 Suspend Acknowledge Register
DMA_SUSACR011   0xF0011C2C          DMA Channel 11 Suspend Acknowledge Register
DMA_SUSACR012   0xF0011C30          DMA Channel 12 Suspend Acknowledge Register
DMA_SUSACR013   0xF0011C34          DMA Channel 13 Suspend Acknowledge Register
DMA_SUSACR014   0xF0011C38          DMA Channel 14 Suspend Acknowledge Register
DMA_SUSACR015   0xF0011C3C          DMA Channel 15 Suspend Acknowledge Register
DMA_SUSACR016   0xF0011C40          DMA Channel 16 Suspend Acknowledge Register
DMA_SUSACR017   0xF0011C44          DMA Channel 17 Suspend Acknowledge Register
DMA_SUSACR018   0xF0011C48          DMA Channel 18 Suspend Acknowledge Register
DMA_SUSACR019   0xF0011C4C          DMA Channel 19 Suspend Acknowledge Register
DMA_SUSACR020   0xF0011C50          DMA Channel 20 Suspend Acknowledge Register
DMA_SUSACR021   0xF0011C54          DMA Channel 21 Suspend Acknowledge Register
DMA_SUSACR022   0xF0011C58          DMA Channel 22 Suspend Acknowledge Register
DMA_SUSACR023   0xF0011C5C          DMA Channel 23 Suspend Acknowledge Register
DMA_SUSACR024   0xF0011C60          DMA Channel 24 Suspend Acknowledge Register
DMA_SUSACR025   0xF0011C64          DMA Channel 25 Suspend Acknowledge Register
DMA_SUSACR026   0xF0011C68          DMA Channel 26 Suspend Acknowledge Register
DMA_SUSACR027   0xF0011C6C          DMA Channel 27 Suspend Acknowledge Register
DMA_SUSACR028   0xF0011C70          DMA Channel 28 Suspend Acknowledge Register
DMA_SUSACR029   0xF0011C74          DMA Channel 29 Suspend Acknowledge Register
DMA_SUSACR030   0xF0011C78          DMA Channel 30 Suspend Acknowledge Register
DMA_SUSACR031   0xF0011C7C          DMA Channel 31 Suspend Acknowledge Register
DMA_SUSACR032   0xF0011C80          DMA Channel 32 Suspend Acknowledge Register
DMA_SUSACR033   0xF0011C84          DMA Channel 33 Suspend Acknowledge Register
DMA_SUSACR034   0xF0011C88          DMA Channel 34 Suspend Acknowledge Register
DMA_SUSACR035   0xF0011C8C          DMA Channel 35 Suspend Acknowledge Register
DMA_SUSACR036   0xF0011C90          DMA Channel 36 Suspend Acknowledge Register
DMA_SUSACR037   0xF0011C94          DMA Channel 37 Suspend Acknowledge Register
DMA_SUSACR038   0xF0011C98          DMA Channel 38 Suspend Acknowledge Register
DMA_SUSACR039   0xF0011C9C          DMA Channel 39 Suspend Acknowledge Register
DMA_SUSACR040   0xF0011CA0          DMA Channel 40 Suspend Acknowledge Register
DMA_SUSACR041   0xF0011CA4          DMA Channel 41 Suspend Acknowledge Register
DMA_SUSACR042   0xF0011CA8          DMA Channel 42 Suspend Acknowledge Register
DMA_SUSACR043   0xF0011CAC          DMA Channel 43 Suspend Acknowledge Register
DMA_SUSACR044   0xF0011CB0          DMA Channel 44 Suspend Acknowledge Register
DMA_SUSACR045   0xF0011CB4          DMA Channel 45 Suspend Acknowledge Register
DMA_SUSACR046   0xF0011CB8          DMA Channel 46 Suspend Acknowledge Register
DMA_SUSACR047   0xF0011CBC          DMA Channel 47 Suspend Acknowledge Register
DMA_SUSACR048   0xF0011CC0          DMA Channel 48 Suspend Acknowledge Register
DMA_SUSACR049   0xF0011CC4          DMA Channel 49 Suspend Acknowledge Register
DMA_SUSACR050   0xF0011CC8          DMA Channel 50 Suspend Acknowledge Register
DMA_SUSACR051   0xF0011CCC          DMA Channel 51 Suspend Acknowledge Register
DMA_SUSACR052   0xF0011CD0          DMA Channel 52 Suspend Acknowledge Register
DMA_SUSACR053   0xF0011CD4          DMA Channel 53 Suspend Acknowledge Register
DMA_SUSACR054   0xF0011CD8          DMA Channel 54 Suspend Acknowledge Register
DMA_SUSACR055   0xF0011CDC          DMA Channel 55 Suspend Acknowledge Register
DMA_SUSACR056   0xF0011CE0          DMA Channel 56 Suspend Acknowledge Register
DMA_SUSACR057   0xF0011CE4          DMA Channel 57 Suspend Acknowledge Register
DMA_SUSACR058   0xF0011CE8          DMA Channel 58 Suspend Acknowledge Register
DMA_SUSACR059   0xF0011CEC          DMA Channel 59 Suspend Acknowledge Register
DMA_SUSACR060   0xF0011CF0          DMA Channel 60 Suspend Acknowledge Register
DMA_SUSACR061   0xF0011CF4          DMA Channel 61 Suspend Acknowledge Register
DMA_SUSACR062   0xF0011CF8          DMA Channel 62 Suspend Acknowledge Register
DMA_SUSACR063   0xF0011CFC          DMA Channel 63 Suspend Acknowledge Register
DMA_SUSACR064   0xF0011D00          DMA Channel 64 Suspend Acknowledge Register
DMA_SUSACR065   0xF0011D04          DMA Channel 65 Suspend Acknowledge Register
DMA_SUSACR066   0xF0011D08          DMA Channel 66 Suspend Acknowledge Register
DMA_SUSACR067   0xF0011D0C          DMA Channel 67 Suspend Acknowledge Register
DMA_SUSACR068   0xF0011D10          DMA Channel 68 Suspend Acknowledge Register
DMA_SUSACR069   0xF0011D14          DMA Channel 69 Suspend Acknowledge Register
DMA_SUSACR070   0xF0011D18          DMA Channel 70 Suspend Acknowledge Register
DMA_SUSACR071   0xF0011D1C          DMA Channel 71 Suspend Acknowledge Register
DMA_SUSACR072   0xF0011D20          DMA Channel 72 Suspend Acknowledge Register
DMA_SUSACR073   0xF0011D24          DMA Channel 73 Suspend Acknowledge Register
DMA_SUSACR074   0xF0011D28          DMA Channel 74 Suspend Acknowledge Register
DMA_SUSACR075   0xF0011D2C          DMA Channel 75 Suspend Acknowledge Register
DMA_SUSACR076   0xF0011D30          DMA Channel 76 Suspend Acknowledge Register
DMA_SUSACR077   0xF0011D34          DMA Channel 77 Suspend Acknowledge Register
DMA_SUSACR078   0xF0011D38          DMA Channel 78 Suspend Acknowledge Register
DMA_SUSACR079   0xF0011D3C          DMA Channel 79 Suspend Acknowledge Register
DMA_SUSACR080   0xF0011D40          DMA Channel 80 Suspend Acknowledge Register
DMA_SUSACR081   0xF0011D44          DMA Channel 81 Suspend Acknowledge Register
DMA_SUSACR082   0xF0011D48          DMA Channel 82 Suspend Acknowledge Register
DMA_SUSACR083   0xF0011D4C          DMA Channel 83 Suspend Acknowledge Register
DMA_SUSACR084   0xF0011D50          DMA Channel 84 Suspend Acknowledge Register
DMA_SUSACR085   0xF0011D54          DMA Channel 85 Suspend Acknowledge Register
DMA_SUSACR086   0xF0011D58          DMA Channel 86 Suspend Acknowledge Register
DMA_SUSACR087   0xF0011D5C          DMA Channel 87 Suspend Acknowledge Register
DMA_SUSACR088   0xF0011D60          DMA Channel 88 Suspend Acknowledge Register
DMA_SUSACR089   0xF0011D64          DMA Channel 89 Suspend Acknowledge Register
DMA_SUSACR090   0xF0011D68          DMA Channel 90 Suspend Acknowledge Register
DMA_SUSACR091   0xF0011D6C          DMA Channel 91 Suspend Acknowledge Register
DMA_SUSACR092   0xF0011D70          DMA Channel 92 Suspend Acknowledge Register
DMA_SUSACR093   0xF0011D74          DMA Channel 93 Suspend Acknowledge Register
DMA_SUSACR094   0xF0011D78          DMA Channel 94 Suspend Acknowledge Register
DMA_SUSACR095   0xF0011D7C          DMA Channel 95 Suspend Acknowledge Register
DMA_SUSACR096   0xF0011D80          DMA Channel 96 Suspend Acknowledge Register
DMA_SUSACR097   0xF0011D84          DMA Channel 97 Suspend Acknowledge Register
DMA_SUSACR098   0xF0011D88          DMA Channel 98 Suspend Acknowledge Register
DMA_SUSACR099   0xF0011D8C          DMA Channel 99 Suspend Acknowledge Register
DMA_SUSACR100   0xF0011D90          DMA Channel 100 Suspend Acknowledge Register
DMA_SUSACR101   0xF0011D94          DMA Channel 101 Suspend Acknowledge Register
DMA_SUSACR102   0xF0011D98          DMA Channel 102 Suspend Acknowledge Register
DMA_SUSACR103   0xF0011D9C          DMA Channel 103 Suspend Acknowledge Register
DMA_SUSACR104   0xF0011DA0          DMA Channel 104 Suspend Acknowledge Register
DMA_SUSACR105   0xF0011DA4          DMA Channel 105 Suspend Acknowledge Register
DMA_SUSACR106   0xF0011DA8          DMA Channel 106 Suspend Acknowledge Register
DMA_SUSACR107   0xF0011DAC          DMA Channel 107 Suspend Acknowledge Register
DMA_SUSACR108   0xF0011DB0          DMA Channel 108 Suspend Acknowledge Register
DMA_SUSACR109   0xF0011DB4          DMA Channel 109 Suspend Acknowledge Register
DMA_SUSACR110   0xF0011DB8          DMA Channel 110 Suspend Acknowledge Register
DMA_SUSACR111   0xF0011DBC          DMA Channel 111 Suspend Acknowledge Register
DMA_SUSACR112   0xF0011DC0          DMA Channel 112 Suspend Acknowledge Register
DMA_SUSACR113   0xF0011DC4          DMA Channel 113 Suspend Acknowledge Register
DMA_SUSACR114   0xF0011DC8          DMA Channel 114 Suspend Acknowledge Register
DMA_SUSACR115   0xF0011DCC          DMA Channel 115 Suspend Acknowledge Register
DMA_SUSACR116   0xF0011DD0          DMA Channel 116 Suspend Acknowledge Register
DMA_SUSACR117   0xF0011DD4          DMA Channel 117 Suspend Acknowledge Register
DMA_SUSACR118   0xF0011DD8          DMA Channel 118 Suspend Acknowledge Register
DMA_SUSACR119   0xF0011DDC          DMA Channel 119 Suspend Acknowledge Register
DMA_SUSACR120   0xF0011DE0          DMA Channel 120 Suspend Acknowledge Register
DMA_SUSACR121   0xF0011DE4          DMA Channel 121 Suspend Acknowledge Register
DMA_SUSACR122   0xF0011DE8          DMA Channel 122 Suspend Acknowledge Register
DMA_SUSACR123   0xF0011DEC          DMA Channel 123 Suspend Acknowledge Register
DMA_SUSACR124   0xF0011DF0          DMA Channel 124 Suspend Acknowledge Register
DMA_SUSACR125   0xF0011DF4          DMA Channel 125 Suspend Acknowledge Register
DMA_SUSACR126   0xF0011DF8          DMA Channel 126 Suspend Acknowledge Register
DMA_SUSACR127   0xF0011DFC          DMA Channel 127 Suspend Acknowledge Register
DMA_TSR000      0xF0011E00          DMA Channel 0 Transaction State Register
DMA_TSR001      0xF0011E04          DMA Channel 1 Transaction State Register
DMA_TSR002      0xF0011E08          DMA Channel 2 Transaction State Register
DMA_TSR003      0xF0011E0C          DMA Channel 3 Transaction State Register
DMA_TSR004      0xF0011E10          DMA Channel 4 Transaction State Register
DMA_TSR005      0xF0011E14          DMA Channel 5 Transaction State Register
DMA_TSR006      0xF0011E18          DMA Channel 6 Transaction State Register
DMA_TSR007      0xF0011E1C          DMA Channel 7 Transaction State Register
DMA_TSR008      0xF0011E20          DMA Channel 8 Transaction State Register
DMA_TSR009      0xF0011E24          DMA Channel 9 Transaction State Register
DMA_TSR010      0xF0011E28          DMA Channel 10 Transaction State Register
DMA_TSR011      0xF0011E2C          DMA Channel 11 Transaction State Register
DMA_TSR012      0xF0011E30          DMA Channel 12 Transaction State Register
DMA_TSR013      0xF0011E34          DMA Channel 13 Transaction State Register
DMA_TSR014      0xF0011E38          DMA Channel 14 Transaction State Register
DMA_TSR015      0xF0011E3C          DMA Channel 15 Transaction State Register
DMA_TSR016      0xF0011E40          DMA Channel 16 Transaction State Register
DMA_TSR017      0xF0011E44          DMA Channel 17 Transaction State Register
DMA_TSR018      0xF0011E48          DMA Channel 18 Transaction State Register
DMA_TSR019      0xF0011E4C          DMA Channel 19 Transaction State Register
DMA_TSR020      0xF0011E50          DMA Channel 20 Transaction State Register
DMA_TSR021      0xF0011E54          DMA Channel 21 Transaction State Register
DMA_TSR022      0xF0011E58          DMA Channel 22 Transaction State Register
DMA_TSR023      0xF0011E5C          DMA Channel 23 Transaction State Register
DMA_TSR024      0xF0011E60          DMA Channel 24 Transaction State Register
DMA_TSR025      0xF0011E64          DMA Channel 25 Transaction State Register
DMA_TSR026      0xF0011E68          DMA Channel 26 Transaction State Register
DMA_TSR027      0xF0011E6C          DMA Channel 27 Transaction State Register
DMA_TSR028      0xF0011E70          DMA Channel 28 Transaction State Register
DMA_TSR029      0xF0011E74          DMA Channel 29 Transaction State Register
DMA_TSR030      0xF0011E78          DMA Channel 30 Transaction State Register
DMA_TSR031      0xF0011E7C          DMA Channel 31 Transaction State Register
DMA_TSR032      0xF0011E80          DMA Channel 32 Transaction State Register
DMA_TSR033      0xF0011E84          DMA Channel 33 Transaction State Register
DMA_TSR034      0xF0011E88          DMA Channel 34 Transaction State Register
DMA_TSR035      0xF0011E8C          DMA Channel 35 Transaction State Register
DMA_TSR036      0xF0011E90          DMA Channel 36 Transaction State Register
DMA_TSR037      0xF0011E94          DMA Channel 37 Transaction State Register
DMA_TSR038      0xF0011E98          DMA Channel 38 Transaction State Register
DMA_TSR039      0xF0011E9C          DMA Channel 39 Transaction State Register
DMA_TSR040      0xF0011EA0          DMA Channel 40 Transaction State Register
DMA_TSR041      0xF0011EA4          DMA Channel 41 Transaction State Register
DMA_TSR042      0xF0011EA8          DMA Channel 42 Transaction State Register
DMA_TSR043      0xF0011EAC          DMA Channel 43 Transaction State Register
DMA_TSR044      0xF0011EB0          DMA Channel 44 Transaction State Register
DMA_TSR045      0xF0011EB4          DMA Channel 45 Transaction State Register
DMA_TSR046      0xF0011EB8          DMA Channel 46 Transaction State Register
DMA_TSR047      0xF0011EBC          DMA Channel 47 Transaction State Register
DMA_TSR048      0xF0011EC0          DMA Channel 48 Transaction State Register
DMA_TSR049      0xF0011EC4          DMA Channel 49 Transaction State Register
DMA_TSR050      0xF0011EC8          DMA Channel 50 Transaction State Register
DMA_TSR051      0xF0011ECC          DMA Channel 51 Transaction State Register
DMA_TSR052      0xF0011ED0          DMA Channel 52 Transaction State Register
DMA_TSR053      0xF0011ED4          DMA Channel 53 Transaction State Register
DMA_TSR054      0xF0011ED8          DMA Channel 54 Transaction State Register
DMA_TSR055      0xF0011EDC          DMA Channel 55 Transaction State Register
DMA_TSR056      0xF0011EE0          DMA Channel 56 Transaction State Register
DMA_TSR057      0xF0011EE4          DMA Channel 57 Transaction State Register
DMA_TSR058      0xF0011EE8          DMA Channel 58 Transaction State Register
DMA_TSR059      0xF0011EEC          DMA Channel 59 Transaction State Register
DMA_TSR060      0xF0011EF0          DMA Channel 60 Transaction State Register
DMA_TSR061      0xF0011EF4          DMA Channel 61 Transaction State Register
DMA_TSR062      0xF0011EF8          DMA Channel 62 Transaction State Register
DMA_TSR063      0xF0011EFC          DMA Channel 63 Transaction State Register
DMA_TSR064      0xF0011F00          DMA Channel 64 Transaction State Register
DMA_TSR065      0xF0011F04          DMA Channel 65 Transaction State Register
DMA_TSR066      0xF0011F08          DMA Channel 66 Transaction State Register
DMA_TSR067      0xF0011F0C          DMA Channel 67 Transaction State Register
DMA_TSR068      0xF0011F10          DMA Channel 68 Transaction State Register
DMA_TSR069      0xF0011F14          DMA Channel 69 Transaction State Register
DMA_TSR070      0xF0011F18          DMA Channel 70 Transaction State Register
DMA_TSR071      0xF0011F1C          DMA Channel 71 Transaction State Register
DMA_TSR072      0xF0011F20          DMA Channel 72 Transaction State Register
DMA_TSR073      0xF0011F24          DMA Channel 73 Transaction State Register
DMA_TSR074      0xF0011F28          DMA Channel 74 Transaction State Register
DMA_TSR075      0xF0011F2C          DMA Channel 75 Transaction State Register
DMA_TSR076      0xF0011F30          DMA Channel 76 Transaction State Register
DMA_TSR077      0xF0011F34          DMA Channel 77 Transaction State Register
DMA_TSR078      0xF0011F38          DMA Channel 78 Transaction State Register
DMA_TSR079      0xF0011F3C          DMA Channel 79 Transaction State Register
DMA_TSR080      0xF0011F40          DMA Channel 80 Transaction State Register
DMA_TSR081      0xF0011F44          DMA Channel 81 Transaction State Register
DMA_TSR082      0xF0011F48          DMA Channel 82 Transaction State Register
DMA_TSR083      0xF0011F4C          DMA Channel 83 Transaction State Register
DMA_TSR084      0xF0011F50          DMA Channel 84 Transaction State Register
DMA_TSR085      0xF0011F54          DMA Channel 85 Transaction State Register
DMA_TSR086      0xF0011F58          DMA Channel 86 Transaction State Register
DMA_TSR087      0xF0011F5C          DMA Channel 87 Transaction State Register
DMA_TSR088      0xF0011F60          DMA Channel 88 Transaction State Register
DMA_TSR089      0xF0011F64          DMA Channel 89 Transaction State Register
DMA_TSR090      0xF0011F68          DMA Channel 90 Transaction State Register
DMA_TSR091      0xF0011F6C          DMA Channel 91 Transaction State Register
DMA_TSR092      0xF0011F70          DMA Channel 92 Transaction State Register
DMA_TSR093      0xF0011F74          DMA Channel 93 Transaction State Register
DMA_TSR094      0xF0011F78          DMA Channel 94 Transaction State Register
DMA_TSR095      0xF0011F7C          DMA Channel 95 Transaction State Register
DMA_TSR096      0xF0011F80          DMA Channel 96 Transaction State Register
DMA_TSR097      0xF0011F84          DMA Channel 97 Transaction State Register
DMA_TSR098      0xF0011F88          DMA Channel 98 Transaction State Register
DMA_TSR099      0xF0011F8C          DMA Channel 99 Transaction State Register
DMA_TSR100      0xF0011F90          DMA Channel 100 Transaction State Register
DMA_TSR101      0xF0011F94          DMA Channel 101 Transaction State Register
DMA_TSR102      0xF0011F98          DMA Channel 102 Transaction State Register
DMA_TSR103      0xF0011F9C          DMA Channel 103 Transaction State Register
DMA_TSR104      0xF0011FA0          DMA Channel 104 Transaction State Register
DMA_TSR105      0xF0011FA4          DMA Channel 105 Transaction State Register
DMA_TSR106      0xF0011FA8          DMA Channel 106 Transaction State Register
DMA_TSR107      0xF0011FAC          DMA Channel 107 Transaction State Register
DMA_TSR108      0xF0011FB0          DMA Channel 108 Transaction State Register
DMA_TSR109      0xF0011FB4          DMA Channel 109 Transaction State Register
DMA_TSR110      0xF0011FB8          DMA Channel 110 Transaction State Register
DMA_TSR111      0xF0011FBC          DMA Channel 111 Transaction State Register
DMA_TSR112      0xF0011FC0          DMA Channel 112 Transaction State Register
DMA_TSR113      0xF0011FC4          DMA Channel 113 Transaction State Register
DMA_TSR114      0xF0011FC8          DMA Channel 114 Transaction State Register
DMA_TSR115      0xF0011FCC          DMA Channel 115 Transaction State Register
DMA_TSR116      0xF0011FD0          DMA Channel 116 Transaction State Register
DMA_TSR117      0xF0011FD4          DMA Channel 117 Transaction State Register
DMA_TSR118      0xF0011FD8          DMA Channel 118 Transaction State Register
DMA_TSR119      0xF0011FDC          DMA Channel 119 Transaction State Register
DMA_TSR120      0xF0011FE0          DMA Channel 120 Transaction State Register
DMA_TSR121      0xF0011FE4          DMA Channel 121 Transaction State Register
DMA_TSR122      0xF0011FE8          DMA Channel 122 Transaction State Register
DMA_TSR123      0xF0011FEC          DMA Channel 123 Transaction State Register
DMA_TSR124      0xF0011FF0          DMA Channel 124 Transaction State Register
DMA_TSR125      0xF0011FF4          DMA Channel 125 Transaction State Register
DMA_TSR126      0xF0011FF8          DMA Channel 126 Transaction State Register
DMA_TSR127      0xF0011FFC          DMA Channel 127 Transaction State Register
DMA_RDCRCR000   0xF0012000          DMARAM Channel 0 Read Data CRC Register
DMA_SDCRCR000   0xF0012004          DMARAM Channel 0 Source and Destination Address CRC Register
DMA_SADR000     0xF0012008          DMARAM Channel 0 Source Address Register
DMA_DADR000     0xF001200C          DMARAM Channel 0 Destination Address Register
DMA_ADICR000    0xF0012010          DMARAM Channel 0 Address and Interrupt Control Register
DMA_CHCFGR000   0xF0012014          DMARAM Channel 0 Configuration Register
DMA_SHADR000    0xF0012018          DMARAM Channel 0 Shadow Address Register
DMA_CHCSR000    0xF001201C          DMARAM Channel 0 Control and Status Register
DMA_RDCRCR001   0xF0012020          DMARAM Channel 1 Read Data CRC Register
DMA_SDCRCR001   0xF0012024          DMARAM Channel 1 Source and Destination Address CRC Register
DMA_SADR001     0xF0012028          DMARAM Channel 1 Source Address Register
DMA_DADR001     0xF001202C          DMARAM Channel 1 Destination Address Register
DMA_ADICR001    0xF0012030          DMARAM Channel 1 Address and Interrupt Control Register
DMA_CHCFGR001   0xF0012034          DMARAM Channel 1 Configuration Register
DMA_SHADR001    0xF0012038          DMARAM Channel 1 Shadow Address Register
DMA_CHCSR001    0xF001203C          DMARAM Channel 1 Control and Status Register
DMA_RDCRCR002   0xF0012040          DMARAM Channel 2 Read Data CRC Register
DMA_SDCRCR002   0xF0012044          DMARAM Channel 2 Source and Destination Address CRC Register
DMA_SADR002     0xF0012048          DMARAM Channel 2 Source Address Register
DMA_DADR002     0xF001204C          DMARAM Channel 2 Destination Address Register
DMA_ADICR002    0xF0012050          DMARAM Channel 2 Address and Interrupt Control Register
DMA_CHCFGR002   0xF0012054          DMARAM Channel 2 Configuration Register
DMA_SHADR002    0xF0012058          DMARAM Channel 2 Shadow Address Register
DMA_CHCSR002    0xF001205C          DMARAM Channel 2 Control and Status Register
DMA_RDCRCR003   0xF0012060          DMARAM Channel 3 Read Data CRC Register
DMA_SDCRCR003   0xF0012064          DMARAM Channel 3 Source and Destination Address CRC Register
DMA_SADR003     0xF0012068          DMARAM Channel 3 Source Address Register
DMA_DADR003     0xF001206C          DMARAM Channel 3 Destination Address Register
DMA_ADICR003    0xF0012070          DMARAM Channel 3 Address and Interrupt Control Register
DMA_CHCFGR003   0xF0012074          DMARAM Channel 3 Configuration Register
DMA_SHADR003    0xF0012078          DMARAM Channel 3 Shadow Address Register
DMA_CHCSR003    0xF001207C          DMARAM Channel 3 Control and Status Register
DMA_RDCRCR004   0xF0012080          DMARAM Channel 4 Read Data CRC Register
DMA_SDCRCR004   0xF0012084          DMARAM Channel 4 Source and Destination Address CRC Register
DMA_SADR004     0xF0012088          DMARAM Channel 4 Source Address Register
DMA_DADR004     0xF001208C          DMARAM Channel 4 Destination Address Register
DMA_ADICR004    0xF0012090          DMARAM Channel 4 Address and Interrupt Control Register
DMA_CHCFGR004   0xF0012094          DMARAM Channel 4 Configuration Register
DMA_SHADR004    0xF0012098          DMARAM Channel 4 Shadow Address Register
DMA_CHCSR004    0xF001209C          DMARAM Channel 4 Control and Status Register
DMA_RDCRCR005   0xF00120A0          DMARAM Channel 5 Read Data CRC Register
DMA_SDCRCR005   0xF00120A4          DMARAM Channel 5 Source and Destination Address CRC Register
DMA_SADR005     0xF00120A8          DMARAM Channel 5 Source Address Register
DMA_DADR005     0xF00120AC          DMARAM Channel 5 Destination Address Register
DMA_ADICR005    0xF00120B0          DMARAM Channel 5 Address and Interrupt Control Register
DMA_CHCFGR005   0xF00120B4          DMARAM Channel 5 Configuration Register
DMA_SHADR005    0xF00120B8          DMARAM Channel 5 Shadow Address Register
DMA_CHCSR005    0xF00120BC          DMARAM Channel 5 Control and Status Register
DMA_RDCRCR006   0xF00120C0          DMARAM Channel 6 Read Data CRC Register
DMA_SDCRCR006   0xF00120C4          DMARAM Channel 6 Source and Destination Address CRC Register
DMA_SADR006     0xF00120C8          DMARAM Channel 6 Source Address Register
DMA_DADR006     0xF00120CC          DMARAM Channel 6 Destination Address Register
DMA_ADICR006    0xF00120D0          DMARAM Channel 6 Address and Interrupt Control Register
DMA_CHCFGR006   0xF00120D4          DMARAM Channel 6 Configuration Register
DMA_SHADR006    0xF00120D8          DMARAM Channel 6 Shadow Address Register
DMA_CHCSR006    0xF00120DC          DMARAM Channel 6 Control and Status Register
DMA_RDCRCR007   0xF00120E0          DMARAM Channel 7 Read Data CRC Register
DMA_SDCRCR007   0xF00120E4          DMARAM Channel 7 Source and Destination Address CRC Register
DMA_SADR007     0xF00120E8          DMARAM Channel 7 Source Address Register
DMA_DADR007     0xF00120EC          DMARAM Channel 7 Destination Address Register
DMA_ADICR007    0xF00120F0          DMARAM Channel 7 Address and Interrupt Control Register
DMA_CHCFGR007   0xF00120F4          DMARAM Channel 7 Configuration Register
DMA_SHADR007    0xF00120F8          DMARAM Channel 7 Shadow Address Register
DMA_CHCSR007    0xF00120FC          DMARAM Channel 7 Control and Status Register
DMA_RDCRCR008   0xF0012100          DMARAM Channel 8 Read Data CRC Register
DMA_SDCRCR008   0xF0012104          DMARAM Channel 8 Source and Destination Address CRC Register
DMA_SADR008     0xF0012108          DMARAM Channel 8 Source Address Register
DMA_DADR008     0xF001210C          DMARAM Channel 8 Destination Address Register
DMA_ADICR008    0xF0012110          DMARAM Channel 8 Address and Interrupt Control Register
DMA_CHCFGR008   0xF0012114          DMARAM Channel 8 Configuration Register
DMA_SHADR008    0xF0012118          DMARAM Channel 8 Shadow Address Register
DMA_CHCSR008    0xF001211C          DMARAM Channel 8 Control and Status Register
DMA_RDCRCR009   0xF0012120          DMARAM Channel 9 Read Data CRC Register
DMA_SDCRCR009   0xF0012124          DMARAM Channel 9 Source and Destination Address CRC Register
DMA_SADR009     0xF0012128          DMARAM Channel 9 Source Address Register
DMA_DADR009     0xF001212C          DMARAM Channel 9 Destination Address Register
DMA_ADICR009    0xF0012130          DMARAM Channel 9 Address and Interrupt Control Register
DMA_CHCFGR009   0xF0012134          DMARAM Channel 9 Configuration Register
DMA_SHADR009    0xF0012138          DMARAM Channel 9 Shadow Address Register
DMA_CHCSR009    0xF001213C          DMARAM Channel 9 Control and Status Register
DMA_RDCRCR010   0xF0012140          DMARAM Channel 10 Read Data CRC Register
DMA_SDCRCR010   0xF0012144          DMARAM Channel 10 Source and Destination Address CRC Register
DMA_SADR010     0xF0012148          DMARAM Channel 10 Source Address Register
DMA_DADR010     0xF001214C          DMARAM Channel 10 Destination Address Register
DMA_ADICR010    0xF0012150          DMARAM Channel 10 Address and Interrupt Control Register
DMA_CHCFGR010   0xF0012154          DMARAM Channel 10 Configuration Register
DMA_SHADR010    0xF0012158          DMARAM Channel 10 Shadow Address Register
DMA_CHCSR010    0xF001215C          DMARAM Channel 10 Control and Status Register
DMA_RDCRCR011   0xF0012160          DMARAM Channel 11 Read Data CRC Register
DMA_SDCRCR011   0xF0012164          DMARAM Channel 11 Source and Destination Address CRC Register
DMA_SADR011     0xF0012168          DMARAM Channel 11 Source Address Register
DMA_DADR011     0xF001216C          DMARAM Channel 11 Destination Address Register
DMA_ADICR011    0xF0012170          DMARAM Channel 11 Address and Interrupt Control Register
DMA_CHCFGR011   0xF0012174          DMARAM Channel 11 Configuration Register
DMA_SHADR011    0xF0012178          DMARAM Channel 11 Shadow Address Register
DMA_CHCSR011    0xF001217C          DMARAM Channel 11 Control and Status Register
DMA_RDCRCR012   0xF0012180          DMARAM Channel 12 Read Data CRC Register
DMA_SDCRCR012   0xF0012184          DMARAM Channel 12 Source and Destination Address CRC Register
DMA_SADR012     0xF0012188          DMARAM Channel 12 Source Address Register
DMA_DADR012     0xF001218C          DMARAM Channel 12 Destination Address Register
DMA_ADICR012    0xF0012190          DMARAM Channel 12 Address and Interrupt Control Register
DMA_CHCFGR012   0xF0012194          DMARAM Channel 12 Configuration Register
DMA_SHADR012    0xF0012198          DMARAM Channel 12 Shadow Address Register
DMA_CHCSR012    0xF001219C          DMARAM Channel 12 Control and Status Register
DMA_RDCRCR013   0xF00121A0          DMARAM Channel 13 Read Data CRC Register
DMA_SDCRCR013   0xF00121A4          DMARAM Channel 13 Source and Destination Address CRC Register
DMA_SADR013     0xF00121A8          DMARAM Channel 13 Source Address Register
DMA_DADR013     0xF00121AC          DMARAM Channel 13 Destination Address Register
DMA_ADICR013    0xF00121B0          DMARAM Channel 13 Address and Interrupt Control Register
DMA_CHCFGR013   0xF00121B4          DMARAM Channel 13 Configuration Register
DMA_SHADR013    0xF00121B8          DMARAM Channel 13 Shadow Address Register
DMA_CHCSR013    0xF00121BC          DMARAM Channel 13 Control and Status Register
DMA_RDCRCR014   0xF00121C0          DMARAM Channel 14 Read Data CRC Register
DMA_SDCRCR014   0xF00121C4          DMARAM Channel 14 Source and Destination Address CRC Register
DMA_SADR014     0xF00121C8          DMARAM Channel 14 Source Address Register
DMA_DADR014     0xF00121CC          DMARAM Channel 14 Destination Address Register
DMA_ADICR014    0xF00121D0          DMARAM Channel 14 Address and Interrupt Control Register
DMA_CHCFGR014   0xF00121D4          DMARAM Channel 14 Configuration Register
DMA_SHADR014    0xF00121D8          DMARAM Channel 14 Shadow Address Register
DMA_CHCSR014    0xF00121DC          DMARAM Channel 14 Control and Status Register
DMA_RDCRCR015   0xF00121E0          DMARAM Channel 15 Read Data CRC Register
DMA_SDCRCR015   0xF00121E4          DMARAM Channel 15 Source and Destination Address CRC Register
DMA_SADR015     0xF00121E8          DMARAM Channel 15 Source Address Register
DMA_DADR015     0xF00121EC          DMARAM Channel 15 Destination Address Register
DMA_ADICR015    0xF00121F0          DMARAM Channel 15 Address and Interrupt Control Register
DMA_CHCFGR015   0xF00121F4          DMARAM Channel 15 Configuration Register
DMA_SHADR015    0xF00121F8          DMARAM Channel 15 Shadow Address Register
DMA_CHCSR015    0xF00121FC          DMARAM Channel 15 Control and Status Register
DMA_RDCRCR016   0xF0012200          DMARAM Channel 16 Read Data CRC Register
DMA_SDCRCR016   0xF0012204          DMARAM Channel 16 Source and Destination Address CRC Register
DMA_SADR016     0xF0012208          DMARAM Channel 16 Source Address Register
DMA_DADR016     0xF001220C          DMARAM Channel 16 Destination Address Register
DMA_ADICR016    0xF0012210          DMARAM Channel 16 Address and Interrupt Control Register
DMA_CHCFGR016   0xF0012214          DMARAM Channel 16 Configuration Register
DMA_SHADR016    0xF0012218          DMARAM Channel 16 Shadow Address Register
DMA_CHCSR016    0xF001221C          DMARAM Channel 16 Control and Status Register
DMA_RDCRCR017   0xF0012220          DMARAM Channel 17 Read Data CRC Register
DMA_SDCRCR017   0xF0012224          DMARAM Channel 17 Source and Destination Address CRC Register
DMA_SADR017     0xF0012228          DMARAM Channel 17 Source Address Register
DMA_DADR017     0xF001222C          DMARAM Channel 17 Destination Address Register
DMA_ADICR017    0xF0012230          DMARAM Channel 17 Address and Interrupt Control Register
DMA_CHCFGR017   0xF0012234          DMARAM Channel 17 Configuration Register
DMA_SHADR017    0xF0012238          DMARAM Channel 17 Shadow Address Register
DMA_CHCSR017    0xF001223C          DMARAM Channel 17 Control and Status Register
DMA_RDCRCR018   0xF0012240          DMARAM Channel 18 Read Data CRC Register
DMA_SDCRCR018   0xF0012244          DMARAM Channel 18 Source and Destination Address CRC Register
DMA_SADR018     0xF0012248          DMARAM Channel 18 Source Address Register
DMA_DADR018     0xF001224C          DMARAM Channel 18 Destination Address Register
DMA_ADICR018    0xF0012250          DMARAM Channel 18 Address and Interrupt Control Register
DMA_CHCFGR018   0xF0012254          DMARAM Channel 18 Configuration Register
DMA_SHADR018    0xF0012258          DMARAM Channel 18 Shadow Address Register
DMA_CHCSR018    0xF001225C          DMARAM Channel 18 Control and Status Register
DMA_RDCRCR019   0xF0012260          DMARAM Channel 19 Read Data CRC Register
DMA_SDCRCR019   0xF0012264          DMARAM Channel 19 Source and Destination Address CRC Register
DMA_SADR019     0xF0012268          DMARAM Channel 19 Source Address Register
DMA_DADR019     0xF001226C          DMARAM Channel 19 Destination Address Register
DMA_ADICR019    0xF0012270          DMARAM Channel 19 Address and Interrupt Control Register
DMA_CHCFGR019   0xF0012274          DMARAM Channel 19 Configuration Register
DMA_SHADR019    0xF0012278          DMARAM Channel 19 Shadow Address Register
DMA_CHCSR019    0xF001227C          DMARAM Channel 19 Control and Status Register
DMA_RDCRCR020   0xF0012280          DMARAM Channel 20 Read Data CRC Register
DMA_SDCRCR020   0xF0012284          DMARAM Channel 20 Source and Destination Address CRC Register
DMA_SADR020     0xF0012288          DMARAM Channel 20 Source Address Register
DMA_DADR020     0xF001228C          DMARAM Channel 20 Destination Address Register
DMA_ADICR020    0xF0012290          DMARAM Channel 20 Address and Interrupt Control Register
DMA_CHCFGR020   0xF0012294          DMARAM Channel 20 Configuration Register
DMA_SHADR020    0xF0012298          DMARAM Channel 20 Shadow Address Register
DMA_CHCSR020    0xF001229C          DMARAM Channel 20 Control and Status Register
DMA_RDCRCR021   0xF00122A0          DMARAM Channel 21 Read Data CRC Register
DMA_SDCRCR021   0xF00122A4          DMARAM Channel 21 Source and Destination Address CRC Register
DMA_SADR021     0xF00122A8          DMARAM Channel 21 Source Address Register
DMA_DADR021     0xF00122AC          DMARAM Channel 21 Destination Address Register
DMA_ADICR021    0xF00122B0          DMARAM Channel 21 Address and Interrupt Control Register
DMA_CHCFGR021   0xF00122B4          DMARAM Channel 21 Configuration Register
DMA_SHADR021    0xF00122B8          DMARAM Channel 21 Shadow Address Register
DMA_CHCSR021    0xF00122BC          DMARAM Channel 21 Control and Status Register
DMA_RDCRCR022   0xF00122C0          DMARAM Channel 22 Read Data CRC Register
DMA_SDCRCR022   0xF00122C4          DMARAM Channel 22 Source and Destination Address CRC Register
DMA_SADR022     0xF00122C8          DMARAM Channel 22 Source Address Register
DMA_DADR022     0xF00122CC          DMARAM Channel 22 Destination Address Register
DMA_ADICR022    0xF00122D0          DMARAM Channel 22 Address and Interrupt Control Register
DMA_CHCFGR022   0xF00122D4          DMARAM Channel 22 Configuration Register
DMA_SHADR022    0xF00122D8          DMARAM Channel 22 Shadow Address Register
DMA_CHCSR022    0xF00122DC          DMARAM Channel 22 Control and Status Register
DMA_RDCRCR023   0xF00122E0          DMARAM Channel 23 Read Data CRC Register
DMA_SDCRCR023   0xF00122E4          DMARAM Channel 23 Source and Destination Address CRC Register
DMA_SADR023     0xF00122E8          DMARAM Channel 23 Source Address Register
DMA_DADR023     0xF00122EC          DMARAM Channel 23 Destination Address Register
DMA_ADICR023    0xF00122F0          DMARAM Channel 23 Address and Interrupt Control Register
DMA_CHCFGR023   0xF00122F4          DMARAM Channel 23 Configuration Register
DMA_SHADR023    0xF00122F8          DMARAM Channel 23 Shadow Address Register
DMA_CHCSR023    0xF00122FC          DMARAM Channel 23 Control and Status Register
DMA_RDCRCR024   0xF0012300          DMARAM Channel 24 Read Data CRC Register
DMA_SDCRCR024   0xF0012304          DMARAM Channel 24 Source and Destination Address CRC Register
DMA_SADR024     0xF0012308          DMARAM Channel 24 Source Address Register
DMA_DADR024     0xF001230C          DMARAM Channel 24 Destination Address Register
DMA_ADICR024    0xF0012310          DMARAM Channel 24 Address and Interrupt Control Register
DMA_CHCFGR024   0xF0012314          DMARAM Channel 24 Configuration Register
DMA_SHADR024    0xF0012318          DMARAM Channel 24 Shadow Address Register
DMA_CHCSR024    0xF001231C          DMARAM Channel 24 Control and Status Register
DMA_RDCRCR025   0xF0012320          DMARAM Channel 25 Read Data CRC Register
DMA_SDCRCR025   0xF0012324          DMARAM Channel 25 Source and Destination Address CRC Register
DMA_SADR025     0xF0012328          DMARAM Channel 25 Source Address Register
DMA_DADR025     0xF001232C          DMARAM Channel 25 Destination Address Register
DMA_ADICR025    0xF0012330          DMARAM Channel 25 Address and Interrupt Control Register
DMA_CHCFGR025   0xF0012334          DMARAM Channel 25 Configuration Register
DMA_SHADR025    0xF0012338          DMARAM Channel 25 Shadow Address Register
DMA_CHCSR025    0xF001233C          DMARAM Channel 25 Control and Status Register
DMA_RDCRCR026   0xF0012340          DMARAM Channel 26 Read Data CRC Register
DMA_SDCRCR026   0xF0012344          DMARAM Channel 26 Source and Destination Address CRC Register
DMA_SADR026     0xF0012348          DMARAM Channel 26 Source Address Register
DMA_DADR026     0xF001234C          DMARAM Channel 26 Destination Address Register
DMA_ADICR026    0xF0012350          DMARAM Channel 26 Address and Interrupt Control Register
DMA_CHCFGR026   0xF0012354          DMARAM Channel 26 Configuration Register
DMA_SHADR026    0xF0012358          DMARAM Channel 26 Shadow Address Register
DMA_CHCSR026    0xF001235C          DMARAM Channel 26 Control and Status Register
DMA_RDCRCR027   0xF0012360          DMARAM Channel 27 Read Data CRC Register
DMA_SDCRCR027   0xF0012364          DMARAM Channel 27 Source and Destination Address CRC Register
DMA_SADR027     0xF0012368          DMARAM Channel 27 Source Address Register
DMA_DADR027     0xF001236C          DMARAM Channel 27 Destination Address Register
DMA_ADICR027    0xF0012370          DMARAM Channel 27 Address and Interrupt Control Register
DMA_CHCFGR027   0xF0012374          DMARAM Channel 27 Configuration Register
DMA_SHADR027    0xF0012378          DMARAM Channel 27 Shadow Address Register
DMA_CHCSR027    0xF001237C          DMARAM Channel 27 Control and Status Register
DMA_RDCRCR028   0xF0012380          DMARAM Channel 28 Read Data CRC Register
DMA_SDCRCR028   0xF0012384          DMARAM Channel 28 Source and Destination Address CRC Register
DMA_SADR028     0xF0012388          DMARAM Channel 28 Source Address Register
DMA_DADR028     0xF001238C          DMARAM Channel 28 Destination Address Register
DMA_ADICR028    0xF0012390          DMARAM Channel 28 Address and Interrupt Control Register
DMA_CHCFGR028   0xF0012394          DMARAM Channel 28 Configuration Register
DMA_SHADR028    0xF0012398          DMARAM Channel 28 Shadow Address Register
DMA_CHCSR028    0xF001239C          DMARAM Channel 28 Control and Status Register
DMA_RDCRCR029   0xF00123A0          DMARAM Channel 29 Read Data CRC Register
DMA_SDCRCR029   0xF00123A4          DMARAM Channel 29 Source and Destination Address CRC Register
DMA_SADR029     0xF00123A8          DMARAM Channel 29 Source Address Register
DMA_DADR029     0xF00123AC          DMARAM Channel 29 Destination Address Register
DMA_ADICR029    0xF00123B0          DMARAM Channel 29 Address and Interrupt Control Register
DMA_CHCFGR029   0xF00123B4          DMARAM Channel 29 Configuration Register
DMA_SHADR029    0xF00123B8          DMARAM Channel 29 Shadow Address Register
DMA_CHCSR029    0xF00123BC          DMARAM Channel 29 Control and Status Register
DMA_RDCRCR030   0xF00123C0          DMARAM Channel 30 Read Data CRC Register
DMA_SDCRCR030   0xF00123C4          DMARAM Channel 30 Source and Destination Address CRC Register
DMA_SADR030     0xF00123C8          DMARAM Channel 30 Source Address Register
DMA_DADR030     0xF00123CC          DMARAM Channel 30 Destination Address Register
DMA_ADICR030    0xF00123D0          DMARAM Channel 30 Address and Interrupt Control Register
DMA_CHCFGR030   0xF00123D4          DMARAM Channel 30 Configuration Register
DMA_SHADR030    0xF00123D8          DMARAM Channel 30 Shadow Address Register
DMA_CHCSR030    0xF00123DC          DMARAM Channel 30 Control and Status Register
DMA_RDCRCR031   0xF00123E0          DMARAM Channel 31 Read Data CRC Register
DMA_SDCRCR031   0xF00123E4          DMARAM Channel 31 Source and Destination Address CRC Register
DMA_SADR031     0xF00123E8          DMARAM Channel 31 Source Address Register
DMA_DADR031     0xF00123EC          DMARAM Channel 31 Destination Address Register
DMA_ADICR031    0xF00123F0          DMARAM Channel 31 Address and Interrupt Control Register
DMA_CHCFGR031   0xF00123F4          DMARAM Channel 31 Configuration Register
DMA_SHADR031    0xF00123F8          DMARAM Channel 31 Shadow Address Register
DMA_CHCSR031    0xF00123FC          DMARAM Channel 31 Control and Status Register
DMA_RDCRCR032   0xF0012400          DMARAM Channel 32 Read Data CRC Register
DMA_SDCRCR032   0xF0012404          DMARAM Channel 32 Source and Destination Address CRC Register
DMA_SADR032     0xF0012408          DMARAM Channel 32 Source Address Register
DMA_DADR032     0xF001240C          DMARAM Channel 32 Destination Address Register
DMA_ADICR032    0xF0012410          DMARAM Channel 32 Address and Interrupt Control Register
DMA_CHCFGR032   0xF0012414          DMARAM Channel 32 Configuration Register
DMA_SHADR032    0xF0012418          DMARAM Channel 32 Shadow Address Register
DMA_CHCSR032    0xF001241C          DMARAM Channel 32 Control and Status Register
DMA_RDCRCR033   0xF0012420          DMARAM Channel 33 Read Data CRC Register
DMA_SDCRCR033   0xF0012424          DMARAM Channel 33 Source and Destination Address CRC Register
DMA_SADR033     0xF0012428          DMARAM Channel 33 Source Address Register
DMA_DADR033     0xF001242C          DMARAM Channel 33 Destination Address Register
DMA_ADICR033    0xF0012430          DMARAM Channel 33 Address and Interrupt Control Register
DMA_CHCFGR033   0xF0012434          DMARAM Channel 33 Configuration Register
DMA_SHADR033    0xF0012438          DMARAM Channel 33 Shadow Address Register
DMA_CHCSR033    0xF001243C          DMARAM Channel 33 Control and Status Register
DMA_RDCRCR034   0xF0012440          DMARAM Channel 34 Read Data CRC Register
DMA_SDCRCR034   0xF0012444          DMARAM Channel 34 Source and Destination Address CRC Register
DMA_SADR034     0xF0012448          DMARAM Channel 34 Source Address Register
DMA_DADR034     0xF001244C          DMARAM Channel 34 Destination Address Register
DMA_ADICR034    0xF0012450          DMARAM Channel 34 Address and Interrupt Control Register
DMA_CHCFGR034   0xF0012454          DMARAM Channel 34 Configuration Register
DMA_SHADR034    0xF0012458          DMARAM Channel 34 Shadow Address Register
DMA_CHCSR034    0xF001245C          DMARAM Channel 34 Control and Status Register
DMA_RDCRCR035   0xF0012460          DMARAM Channel 35 Read Data CRC Register
DMA_SDCRCR035   0xF0012464          DMARAM Channel 35 Source and Destination Address CRC Register
DMA_SADR035     0xF0012468          DMARAM Channel 35 Source Address Register
DMA_DADR035     0xF001246C          DMARAM Channel 35 Destination Address Register
DMA_ADICR035    0xF0012470          DMARAM Channel 35 Address and Interrupt Control Register
DMA_CHCFGR035   0xF0012474          DMARAM Channel 35 Configuration Register
DMA_SHADR035    0xF0012478          DMARAM Channel 35 Shadow Address Register
DMA_CHCSR035    0xF001247C          DMARAM Channel 35 Control and Status Register
DMA_RDCRCR036   0xF0012480          DMARAM Channel 36 Read Data CRC Register
DMA_SDCRCR036   0xF0012484          DMARAM Channel 36 Source and Destination Address CRC Register
DMA_SADR036     0xF0012488          DMARAM Channel 36 Source Address Register
DMA_DADR036     0xF001248C          DMARAM Channel 36 Destination Address Register
DMA_ADICR036    0xF0012490          DMARAM Channel 36 Address and Interrupt Control Register
DMA_CHCFGR036   0xF0012494          DMARAM Channel 36 Configuration Register
DMA_SHADR036    0xF0012498          DMARAM Channel 36 Shadow Address Register
DMA_CHCSR036    0xF001249C          DMARAM Channel 36 Control and Status Register
DMA_RDCRCR037   0xF00124A0          DMARAM Channel 37 Read Data CRC Register
DMA_SDCRCR037   0xF00124A4          DMARAM Channel 37 Source and Destination Address CRC Register
DMA_SADR037     0xF00124A8          DMARAM Channel 37 Source Address Register
DMA_DADR037     0xF00124AC          DMARAM Channel 37 Destination Address Register
DMA_ADICR037    0xF00124B0          DMARAM Channel 37 Address and Interrupt Control Register
DMA_CHCFGR037   0xF00124B4          DMARAM Channel 37 Configuration Register
DMA_SHADR037    0xF00124B8          DMARAM Channel 37 Shadow Address Register
DMA_CHCSR037    0xF00124BC          DMARAM Channel 37 Control and Status Register
DMA_RDCRCR038   0xF00124C0          DMARAM Channel 38 Read Data CRC Register
DMA_SDCRCR038   0xF00124C4          DMARAM Channel 38 Source and Destination Address CRC Register
DMA_SADR038     0xF00124C8          DMARAM Channel 38 Source Address Register
DMA_DADR038     0xF00124CC          DMARAM Channel 38 Destination Address Register
DMA_ADICR038    0xF00124D0          DMARAM Channel 38 Address and Interrupt Control Register
DMA_CHCFGR038   0xF00124D4          DMARAM Channel 38 Configuration Register
DMA_SHADR038    0xF00124D8          DMARAM Channel 38 Shadow Address Register
DMA_CHCSR038    0xF00124DC          DMARAM Channel 38 Control and Status Register
DMA_RDCRCR039   0xF00124E0          DMARAM Channel 39 Read Data CRC Register
DMA_SDCRCR039   0xF00124E4          DMARAM Channel 39 Source and Destination Address CRC Register
DMA_SADR039     0xF00124E8          DMARAM Channel 39 Source Address Register
DMA_DADR039     0xF00124EC          DMARAM Channel 39 Destination Address Register
DMA_ADICR039    0xF00124F0          DMARAM Channel 39 Address and Interrupt Control Register
DMA_CHCFGR039   0xF00124F4          DMARAM Channel 39 Configuration Register
DMA_SHADR039    0xF00124F8          DMARAM Channel 39 Shadow Address Register
DMA_CHCSR039    0xF00124FC          DMARAM Channel 39 Control and Status Register
DMA_RDCRCR040   0xF0012500          DMARAM Channel 40 Read Data CRC Register
DMA_SDCRCR040   0xF0012504          DMARAM Channel 40 Source and Destination Address CRC Register
DMA_SADR040     0xF0012508          DMARAM Channel 40 Source Address Register
DMA_DADR040     0xF001250C          DMARAM Channel 40 Destination Address Register
DMA_ADICR040    0xF0012510          DMARAM Channel 40 Address and Interrupt Control Register
DMA_CHCFGR040   0xF0012514          DMARAM Channel 40 Configuration Register
DMA_SHADR040    0xF0012518          DMARAM Channel 40 Shadow Address Register
DMA_CHCSR040    0xF001251C          DMARAM Channel 40 Control and Status Register
DMA_RDCRCR041   0xF0012520          DMARAM Channel 41 Read Data CRC Register
DMA_SDCRCR041   0xF0012524          DMARAM Channel 41 Source and Destination Address CRC Register
DMA_SADR041     0xF0012528          DMARAM Channel 41 Source Address Register
DMA_DADR041     0xF001252C          DMARAM Channel 41 Destination Address Register
DMA_ADICR041    0xF0012530          DMARAM Channel 41 Address and Interrupt Control Register
DMA_CHCFGR041   0xF0012534          DMARAM Channel 41 Configuration Register
DMA_SHADR041    0xF0012538          DMARAM Channel 41 Shadow Address Register
DMA_CHCSR041    0xF001253C          DMARAM Channel 41 Control and Status Register
DMA_RDCRCR042   0xF0012540          DMARAM Channel 42 Read Data CRC Register
DMA_SDCRCR042   0xF0012544          DMARAM Channel 42 Source and Destination Address CRC Register
DMA_SADR042     0xF0012548          DMARAM Channel 42 Source Address Register
DMA_DADR042     0xF001254C          DMARAM Channel 42 Destination Address Register
DMA_ADICR042    0xF0012550          DMARAM Channel 42 Address and Interrupt Control Register
DMA_CHCFGR042   0xF0012554          DMARAM Channel 42 Configuration Register
DMA_SHADR042    0xF0012558          DMARAM Channel 42 Shadow Address Register
DMA_CHCSR042    0xF001255C          DMARAM Channel 42 Control and Status Register
DMA_RDCRCR043   0xF0012560          DMARAM Channel 43 Read Data CRC Register
DMA_SDCRCR043   0xF0012564          DMARAM Channel 43 Source and Destination Address CRC Register
DMA_SADR043     0xF0012568          DMARAM Channel 43 Source Address Register
DMA_DADR043     0xF001256C          DMARAM Channel 43 Destination Address Register
DMA_ADICR043    0xF0012570          DMARAM Channel 43 Address and Interrupt Control Register
DMA_CHCFGR043   0xF0012574          DMARAM Channel 43 Configuration Register
DMA_SHADR043    0xF0012578          DMARAM Channel 43 Shadow Address Register
DMA_CHCSR043    0xF001257C          DMARAM Channel 43 Control and Status Register
DMA_RDCRCR044   0xF0012580          DMARAM Channel 44 Read Data CRC Register
DMA_SDCRCR044   0xF0012584          DMARAM Channel 44 Source and Destination Address CRC Register
DMA_SADR044     0xF0012588          DMARAM Channel 44 Source Address Register
DMA_DADR044     0xF001258C          DMARAM Channel 44 Destination Address Register
DMA_ADICR044    0xF0012590          DMARAM Channel 44 Address and Interrupt Control Register
DMA_CHCFGR044   0xF0012594          DMARAM Channel 44 Configuration Register
DMA_SHADR044    0xF0012598          DMARAM Channel 44 Shadow Address Register
DMA_CHCSR044    0xF001259C          DMARAM Channel 44 Control and Status Register
DMA_RDCRCR045   0xF00125A0          DMARAM Channel 45 Read Data CRC Register
DMA_SDCRCR045   0xF00125A4          DMARAM Channel 45 Source and Destination Address CRC Register
DMA_SADR045     0xF00125A8          DMARAM Channel 45 Source Address Register
DMA_DADR045     0xF00125AC          DMARAM Channel 45 Destination Address Register
DMA_ADICR045    0xF00125B0          DMARAM Channel 45 Address and Interrupt Control Register
DMA_CHCFGR045   0xF00125B4          DMARAM Channel 45 Configuration Register
DMA_SHADR045    0xF00125B8          DMARAM Channel 45 Shadow Address Register
DMA_CHCSR045    0xF00125BC          DMARAM Channel 45 Control and Status Register
DMA_RDCRCR046   0xF00125C0          DMARAM Channel 46 Read Data CRC Register
DMA_SDCRCR046   0xF00125C4          DMARAM Channel 46 Source and Destination Address CRC Register
DMA_SADR046     0xF00125C8          DMARAM Channel 46 Source Address Register
DMA_DADR046     0xF00125CC          DMARAM Channel 46 Destination Address Register
DMA_ADICR046    0xF00125D0          DMARAM Channel 46 Address and Interrupt Control Register
DMA_CHCFGR046   0xF00125D4          DMARAM Channel 46 Configuration Register
DMA_SHADR046    0xF00125D8          DMARAM Channel 46 Shadow Address Register
DMA_CHCSR046    0xF00125DC          DMARAM Channel 46 Control and Status Register
DMA_RDCRCR047   0xF00125E0          DMARAM Channel 47 Read Data CRC Register
DMA_SDCRCR047   0xF00125E4          DMARAM Channel 47 Source and Destination Address CRC Register
DMA_SADR047     0xF00125E8          DMARAM Channel 47 Source Address Register
DMA_DADR047     0xF00125EC          DMARAM Channel 47 Destination Address Register
DMA_ADICR047    0xF00125F0          DMARAM Channel 47 Address and Interrupt Control Register
DMA_CHCFGR047   0xF00125F4          DMARAM Channel 47 Configuration Register
DMA_SHADR047    0xF00125F8          DMARAM Channel 47 Shadow Address Register
DMA_CHCSR047    0xF00125FC          DMARAM Channel 47 Control and Status Register
DMA_RDCRCR048   0xF0012600          DMARAM Channel 48 Read Data CRC Register
DMA_SDCRCR048   0xF0012604          DMARAM Channel 48 Source and Destination Address CRC Register
DMA_SADR048     0xF0012608          DMARAM Channel 48 Source Address Register
DMA_DADR048     0xF001260C          DMARAM Channel 48 Destination Address Register
DMA_ADICR048    0xF0012610          DMARAM Channel 48 Address and Interrupt Control Register
DMA_CHCFGR048   0xF0012614          DMARAM Channel 48 Configuration Register
DMA_SHADR048    0xF0012618          DMARAM Channel 48 Shadow Address Register
DMA_CHCSR048    0xF001261C          DMARAM Channel 48 Control and Status Register
DMA_RDCRCR049   0xF0012620          DMARAM Channel 49 Read Data CRC Register
DMA_SDCRCR049   0xF0012624          DMARAM Channel 49 Source and Destination Address CRC Register
DMA_SADR049     0xF0012628          DMARAM Channel 49 Source Address Register
DMA_DADR049     0xF001262C          DMARAM Channel 49 Destination Address Register
DMA_ADICR049    0xF0012630          DMARAM Channel 49 Address and Interrupt Control Register
DMA_CHCFGR049   0xF0012634          DMARAM Channel 49 Configuration Register
DMA_SHADR049    0xF0012638          DMARAM Channel 49 Shadow Address Register
DMA_CHCSR049    0xF001263C          DMARAM Channel 49 Control and Status Register
DMA_RDCRCR050   0xF0012640          DMARAM Channel 50 Read Data CRC Register
DMA_SDCRCR050   0xF0012644          DMARAM Channel 50 Source and Destination Address CRC Register
DMA_SADR050     0xF0012648          DMARAM Channel 50 Source Address Register
DMA_DADR050     0xF001264C          DMARAM Channel 50 Destination Address Register
DMA_ADICR050    0xF0012650          DMARAM Channel 50 Address and Interrupt Control Register
DMA_CHCFGR050   0xF0012654          DMARAM Channel 50 Configuration Register
DMA_SHADR050    0xF0012658          DMARAM Channel 50 Shadow Address Register
DMA_CHCSR050    0xF001265C          DMARAM Channel 50 Control and Status Register
DMA_RDCRCR051   0xF0012660          DMARAM Channel 51 Read Data CRC Register
DMA_SDCRCR051   0xF0012664          DMARAM Channel 51 Source and Destination Address CRC Register
DMA_SADR051     0xF0012668          DMARAM Channel 51 Source Address Register
DMA_DADR051     0xF001266C          DMARAM Channel 51 Destination Address Register
DMA_ADICR051    0xF0012670          DMARAM Channel 51 Address and Interrupt Control Register
DMA_CHCFGR051   0xF0012674          DMARAM Channel 51 Configuration Register
DMA_SHADR051    0xF0012678          DMARAM Channel 51 Shadow Address Register
DMA_CHCSR051    0xF001267C          DMARAM Channel 51 Control and Status Register
DMA_RDCRCR052   0xF0012680          DMARAM Channel 52 Read Data CRC Register
DMA_SDCRCR052   0xF0012684          DMARAM Channel 52 Source and Destination Address CRC Register
DMA_SADR052     0xF0012688          DMARAM Channel 52 Source Address Register
DMA_DADR052     0xF001268C          DMARAM Channel 52 Destination Address Register
DMA_ADICR052    0xF0012690          DMARAM Channel 52 Address and Interrupt Control Register
DMA_CHCFGR052   0xF0012694          DMARAM Channel 52 Configuration Register
DMA_SHADR052    0xF0012698          DMARAM Channel 52 Shadow Address Register
DMA_CHCSR052    0xF001269C          DMARAM Channel 52 Control and Status Register
DMA_RDCRCR053   0xF00126A0          DMARAM Channel 53 Read Data CRC Register
DMA_SDCRCR053   0xF00126A4          DMARAM Channel 53 Source and Destination Address CRC Register
DMA_SADR053     0xF00126A8          DMARAM Channel 53 Source Address Register
DMA_DADR053     0xF00126AC          DMARAM Channel 53 Destination Address Register
DMA_ADICR053    0xF00126B0          DMARAM Channel 53 Address and Interrupt Control Register
DMA_CHCFGR053   0xF00126B4          DMARAM Channel 53 Configuration Register
DMA_SHADR053    0xF00126B8          DMARAM Channel 53 Shadow Address Register
DMA_CHCSR053    0xF00126BC          DMARAM Channel 53 Control and Status Register
DMA_RDCRCR054   0xF00126C0          DMARAM Channel 54 Read Data CRC Register
DMA_SDCRCR054   0xF00126C4          DMARAM Channel 54 Source and Destination Address CRC Register
DMA_SADR054     0xF00126C8          DMARAM Channel 54 Source Address Register
DMA_DADR054     0xF00126CC          DMARAM Channel 54 Destination Address Register
DMA_ADICR054    0xF00126D0          DMARAM Channel 54 Address and Interrupt Control Register
DMA_CHCFGR054   0xF00126D4          DMARAM Channel 54 Configuration Register
DMA_SHADR054    0xF00126D8          DMARAM Channel 54 Shadow Address Register
DMA_CHCSR054    0xF00126DC          DMARAM Channel 54 Control and Status Register
DMA_RDCRCR055   0xF00126E0          DMARAM Channel 55 Read Data CRC Register
DMA_SDCRCR055   0xF00126E4          DMARAM Channel 55 Source and Destination Address CRC Register
DMA_SADR055     0xF00126E8          DMARAM Channel 55 Source Address Register
DMA_DADR055     0xF00126EC          DMARAM Channel 55 Destination Address Register
DMA_ADICR055    0xF00126F0          DMARAM Channel 55 Address and Interrupt Control Register
DMA_CHCFGR055   0xF00126F4          DMARAM Channel 55 Configuration Register
DMA_SHADR055    0xF00126F8          DMARAM Channel 55 Shadow Address Register
DMA_CHCSR055    0xF00126FC          DMARAM Channel 55 Control and Status Register
DMA_RDCRCR056   0xF0012700          DMARAM Channel 56 Read Data CRC Register
DMA_SDCRCR056   0xF0012704          DMARAM Channel 56 Source and Destination Address CRC Register
DMA_SADR056     0xF0012708          DMARAM Channel 56 Source Address Register
DMA_DADR056     0xF001270C          DMARAM Channel 56 Destination Address Register
DMA_ADICR056    0xF0012710          DMARAM Channel 56 Address and Interrupt Control Register
DMA_CHCFGR056   0xF0012714          DMARAM Channel 56 Configuration Register
DMA_SHADR056    0xF0012718          DMARAM Channel 56 Shadow Address Register
DMA_CHCSR056    0xF001271C          DMARAM Channel 56 Control and Status Register
DMA_RDCRCR057   0xF0012720          DMARAM Channel 57 Read Data CRC Register
DMA_SDCRCR057   0xF0012724          DMARAM Channel 57 Source and Destination Address CRC Register
DMA_SADR057     0xF0012728          DMARAM Channel 57 Source Address Register
DMA_DADR057     0xF001272C          DMARAM Channel 57 Destination Address Register
DMA_ADICR057    0xF0012730          DMARAM Channel 57 Address and Interrupt Control Register
DMA_CHCFGR057   0xF0012734          DMARAM Channel 57 Configuration Register
DMA_SHADR057    0xF0012738          DMARAM Channel 57 Shadow Address Register
DMA_CHCSR057    0xF001273C          DMARAM Channel 57 Control and Status Register
DMA_RDCRCR058   0xF0012740          DMARAM Channel 58 Read Data CRC Register
DMA_SDCRCR058   0xF0012744          DMARAM Channel 58 Source and Destination Address CRC Register
DMA_SADR058     0xF0012748          DMARAM Channel 58 Source Address Register
DMA_DADR058     0xF001274C          DMARAM Channel 58 Destination Address Register
DMA_ADICR058    0xF0012750          DMARAM Channel 58 Address and Interrupt Control Register
DMA_CHCFGR058   0xF0012754          DMARAM Channel 58 Configuration Register
DMA_SHADR058    0xF0012758          DMARAM Channel 58 Shadow Address Register
DMA_CHCSR058    0xF001275C          DMARAM Channel 58 Control and Status Register
DMA_RDCRCR059   0xF0012760          DMARAM Channel 59 Read Data CRC Register
DMA_SDCRCR059   0xF0012764          DMARAM Channel 59 Source and Destination Address CRC Register
DMA_SADR059     0xF0012768          DMARAM Channel 59 Source Address Register
DMA_DADR059     0xF001276C          DMARAM Channel 59 Destination Address Register
DMA_ADICR059    0xF0012770          DMARAM Channel 59 Address and Interrupt Control Register
DMA_CHCFGR059   0xF0012774          DMARAM Channel 59 Configuration Register
DMA_SHADR059    0xF0012778          DMARAM Channel 59 Shadow Address Register
DMA_CHCSR059    0xF001277C          DMARAM Channel 59 Control and Status Register
DMA_RDCRCR060   0xF0012780          DMARAM Channel 60 Read Data CRC Register
DMA_SDCRCR060   0xF0012784          DMARAM Channel 60 Source and Destination Address CRC Register
DMA_SADR060     0xF0012788          DMARAM Channel 60 Source Address Register
DMA_DADR060     0xF001278C          DMARAM Channel 60 Destination Address Register
DMA_ADICR060    0xF0012790          DMARAM Channel 60 Address and Interrupt Control Register
DMA_CHCFGR060   0xF0012794          DMARAM Channel 60 Configuration Register
DMA_SHADR060    0xF0012798          DMARAM Channel 60 Shadow Address Register
DMA_CHCSR060    0xF001279C          DMARAM Channel 60 Control and Status Register
DMA_RDCRCR061   0xF00127A0          DMARAM Channel 61 Read Data CRC Register
DMA_SDCRCR061   0xF00127A4          DMARAM Channel 61 Source and Destination Address CRC Register
DMA_SADR061     0xF00127A8          DMARAM Channel 61 Source Address Register
DMA_DADR061     0xF00127AC          DMARAM Channel 61 Destination Address Register
DMA_ADICR061    0xF00127B0          DMARAM Channel 61 Address and Interrupt Control Register
DMA_CHCFGR061   0xF00127B4          DMARAM Channel 61 Configuration Register
DMA_SHADR061    0xF00127B8          DMARAM Channel 61 Shadow Address Register
DMA_CHCSR061    0xF00127BC          DMARAM Channel 61 Control and Status Register
DMA_RDCRCR062   0xF00127C0          DMARAM Channel 62 Read Data CRC Register
DMA_SDCRCR062   0xF00127C4          DMARAM Channel 62 Source and Destination Address CRC Register
DMA_SADR062     0xF00127C8          DMARAM Channel 62 Source Address Register
DMA_DADR062     0xF00127CC          DMARAM Channel 62 Destination Address Register
DMA_ADICR062    0xF00127D0          DMARAM Channel 62 Address and Interrupt Control Register
DMA_CHCFGR062   0xF00127D4          DMARAM Channel 62 Configuration Register
DMA_SHADR062    0xF00127D8          DMARAM Channel 62 Shadow Address Register
DMA_CHCSR062    0xF00127DC          DMARAM Channel 62 Control and Status Register
DMA_RDCRCR063   0xF00127E0          DMARAM Channel 63 Read Data CRC Register
DMA_SDCRCR063   0xF00127E4          DMARAM Channel 63 Source and Destination Address CRC Register
DMA_SADR063     0xF00127E8          DMARAM Channel 63 Source Address Register
DMA_DADR063     0xF00127EC          DMARAM Channel 63 Destination Address Register
DMA_ADICR063    0xF00127F0          DMARAM Channel 63 Address and Interrupt Control Register
DMA_CHCFGR063   0xF00127F4          DMARAM Channel 63 Configuration Register
DMA_SHADR063    0xF00127F8          DMARAM Channel 63 Shadow Address Register
DMA_CHCSR063    0xF00127FC          DMARAM Channel 63 Control and Status Register
DMA_RDCRCR064   0xF0012800          DMARAM Channel 64 Read Data CRC Register
DMA_SDCRCR064   0xF0012804          DMARAM Channel 64 Source and Destination Address CRC Register
DMA_SADR064     0xF0012808          DMARAM Channel 64 Source Address Register
DMA_DADR064     0xF001280C          DMARAM Channel 64 Destination Address Register
DMA_ADICR064    0xF0012810          DMARAM Channel 64 Address and Interrupt Control Register
DMA_CHCFGR064   0xF0012814          DMARAM Channel 64 Configuration Register
DMA_SHADR064    0xF0012818          DMARAM Channel 64 Shadow Address Register
DMA_CHCSR064    0xF001281C          DMARAM Channel 64 Control and Status Register
DMA_RDCRCR065   0xF0012820          DMARAM Channel 65 Read Data CRC Register
DMA_SDCRCR065   0xF0012824          DMARAM Channel 65 Source and Destination Address CRC Register
DMA_SADR065     0xF0012828          DMARAM Channel 65 Source Address Register
DMA_DADR065     0xF001282C          DMARAM Channel 65 Destination Address Register
DMA_ADICR065    0xF0012830          DMARAM Channel 65 Address and Interrupt Control Register
DMA_CHCFGR065   0xF0012834          DMARAM Channel 65 Configuration Register
DMA_SHADR065    0xF0012838          DMARAM Channel 65 Shadow Address Register
DMA_CHCSR065    0xF001283C          DMARAM Channel 65 Control and Status Register
DMA_RDCRCR066   0xF0012840          DMARAM Channel 66 Read Data CRC Register
DMA_SDCRCR066   0xF0012844          DMARAM Channel 66 Source and Destination Address CRC Register
DMA_SADR066     0xF0012848          DMARAM Channel 66 Source Address Register
DMA_DADR066     0xF001284C          DMARAM Channel 66 Destination Address Register
DMA_ADICR066    0xF0012850          DMARAM Channel 66 Address and Interrupt Control Register
DMA_CHCFGR066   0xF0012854          DMARAM Channel 66 Configuration Register
DMA_SHADR066    0xF0012858          DMARAM Channel 66 Shadow Address Register
DMA_CHCSR066    0xF001285C          DMARAM Channel 66 Control and Status Register
DMA_RDCRCR067   0xF0012860          DMARAM Channel 67 Read Data CRC Register
DMA_SDCRCR067   0xF0012864          DMARAM Channel 67 Source and Destination Address CRC Register
DMA_SADR067     0xF0012868          DMARAM Channel 67 Source Address Register
DMA_DADR067     0xF001286C          DMARAM Channel 67 Destination Address Register
DMA_ADICR067    0xF0012870          DMARAM Channel 67 Address and Interrupt Control Register
DMA_CHCFGR067   0xF0012874          DMARAM Channel 67 Configuration Register
DMA_SHADR067    0xF0012878          DMARAM Channel 67 Shadow Address Register
DMA_CHCSR067    0xF001287C          DMARAM Channel 67 Control and Status Register
DMA_RDCRCR068   0xF0012880          DMARAM Channel 68 Read Data CRC Register
DMA_SDCRCR068   0xF0012884          DMARAM Channel 68 Source and Destination Address CRC Register
DMA_SADR068     0xF0012888          DMARAM Channel 68 Source Address Register
DMA_DADR068     0xF001288C          DMARAM Channel 68 Destination Address Register
DMA_ADICR068    0xF0012890          DMARAM Channel 68 Address and Interrupt Control Register
DMA_CHCFGR068   0xF0012894          DMARAM Channel 68 Configuration Register
DMA_SHADR068    0xF0012898          DMARAM Channel 68 Shadow Address Register
DMA_CHCSR068    0xF001289C          DMARAM Channel 68 Control and Status Register
DMA_RDCRCR069   0xF00128A0          DMARAM Channel 69 Read Data CRC Register
DMA_SDCRCR069   0xF00128A4          DMARAM Channel 69 Source and Destination Address CRC Register
DMA_SADR069     0xF00128A8          DMARAM Channel 69 Source Address Register
DMA_DADR069     0xF00128AC          DMARAM Channel 69 Destination Address Register
DMA_ADICR069    0xF00128B0          DMARAM Channel 69 Address and Interrupt Control Register
DMA_CHCFGR069   0xF00128B4          DMARAM Channel 69 Configuration Register
DMA_SHADR069    0xF00128B8          DMARAM Channel 69 Shadow Address Register
DMA_CHCSR069    0xF00128BC          DMARAM Channel 69 Control and Status Register
DMA_RDCRCR070   0xF00128C0          DMARAM Channel 70 Read Data CRC Register
DMA_SDCRCR070   0xF00128C4          DMARAM Channel 70 Source and Destination Address CRC Register
DMA_SADR070     0xF00128C8          DMARAM Channel 70 Source Address Register
DMA_DADR070     0xF00128CC          DMARAM Channel 70 Destination Address Register
DMA_ADICR070    0xF00128D0          DMARAM Channel 70 Address and Interrupt Control Register
DMA_CHCFGR070   0xF00128D4          DMARAM Channel 70 Configuration Register
DMA_SHADR070    0xF00128D8          DMARAM Channel 70 Shadow Address Register
DMA_CHCSR070    0xF00128DC          DMARAM Channel 70 Control and Status Register
DMA_RDCRCR071   0xF00128E0          DMARAM Channel 71 Read Data CRC Register
DMA_SDCRCR071   0xF00128E4          DMARAM Channel 71 Source and Destination Address CRC Register
DMA_SADR071     0xF00128E8          DMARAM Channel 71 Source Address Register
DMA_DADR071     0xF00128EC          DMARAM Channel 71 Destination Address Register
DMA_ADICR071    0xF00128F0          DMARAM Channel 71 Address and Interrupt Control Register
DMA_CHCFGR071   0xF00128F4          DMARAM Channel 71 Configuration Register
DMA_SHADR071    0xF00128F8          DMARAM Channel 71 Shadow Address Register
DMA_CHCSR071    0xF00128FC          DMARAM Channel 71 Control and Status Register
DMA_RDCRCR072   0xF0012900          DMARAM Channel 72 Read Data CRC Register
DMA_SDCRCR072   0xF0012904          DMARAM Channel 72 Source and Destination Address CRC Register
DMA_SADR072     0xF0012908          DMARAM Channel 72 Source Address Register
DMA_DADR072     0xF001290C          DMARAM Channel 72 Destination Address Register
DMA_ADICR072    0xF0012910          DMARAM Channel 72 Address and Interrupt Control Register
DMA_CHCFGR072   0xF0012914          DMARAM Channel 72 Configuration Register
DMA_SHADR072    0xF0012918          DMARAM Channel 72 Shadow Address Register
DMA_CHCSR072    0xF001291C          DMARAM Channel 72 Control and Status Register
DMA_RDCRCR073   0xF0012920          DMARAM Channel 73 Read Data CRC Register
DMA_SDCRCR073   0xF0012924          DMARAM Channel 73 Source and Destination Address CRC Register
DMA_SADR073     0xF0012928          DMARAM Channel 73 Source Address Register
DMA_DADR073     0xF001292C          DMARAM Channel 73 Destination Address Register
DMA_ADICR073    0xF0012930          DMARAM Channel 73 Address and Interrupt Control Register
DMA_CHCFGR073   0xF0012934          DMARAM Channel 73 Configuration Register
DMA_SHADR073    0xF0012938          DMARAM Channel 73 Shadow Address Register
DMA_CHCSR073    0xF001293C          DMARAM Channel 73 Control and Status Register
DMA_RDCRCR074   0xF0012940          DMARAM Channel 74 Read Data CRC Register
DMA_SDCRCR074   0xF0012944          DMARAM Channel 74 Source and Destination Address CRC Register
DMA_SADR074     0xF0012948          DMARAM Channel 74 Source Address Register
DMA_DADR074     0xF001294C          DMARAM Channel 74 Destination Address Register
DMA_ADICR074    0xF0012950          DMARAM Channel 74 Address and Interrupt Control Register
DMA_CHCFGR074   0xF0012954          DMARAM Channel 74 Configuration Register
DMA_SHADR074    0xF0012958          DMARAM Channel 74 Shadow Address Register
DMA_CHCSR074    0xF001295C          DMARAM Channel 74 Control and Status Register
DMA_RDCRCR075   0xF0012960          DMARAM Channel 75 Read Data CRC Register
DMA_SDCRCR075   0xF0012964          DMARAM Channel 75 Source and Destination Address CRC Register
DMA_SADR075     0xF0012968          DMARAM Channel 75 Source Address Register
DMA_DADR075     0xF001296C          DMARAM Channel 75 Destination Address Register
DMA_ADICR075    0xF0012970          DMARAM Channel 75 Address and Interrupt Control Register
DMA_CHCFGR075   0xF0012974          DMARAM Channel 75 Configuration Register
DMA_SHADR075    0xF0012978          DMARAM Channel 75 Shadow Address Register
DMA_CHCSR075    0xF001297C          DMARAM Channel 75 Control and Status Register
DMA_RDCRCR076   0xF0012980          DMARAM Channel 76 Read Data CRC Register
DMA_SDCRCR076   0xF0012984          DMARAM Channel 76 Source and Destination Address CRC Register
DMA_SADR076     0xF0012988          DMARAM Channel 76 Source Address Register
DMA_DADR076     0xF001298C          DMARAM Channel 76 Destination Address Register
DMA_ADICR076    0xF0012990          DMARAM Channel 76 Address and Interrupt Control Register
DMA_CHCFGR076   0xF0012994          DMARAM Channel 76 Configuration Register
DMA_SHADR076    0xF0012998          DMARAM Channel 76 Shadow Address Register
DMA_CHCSR076    0xF001299C          DMARAM Channel 76 Control and Status Register
DMA_RDCRCR077   0xF00129A0          DMARAM Channel 77 Read Data CRC Register
DMA_SDCRCR077   0xF00129A4          DMARAM Channel 77 Source and Destination Address CRC Register
DMA_SADR077     0xF00129A8          DMARAM Channel 77 Source Address Register
DMA_DADR077     0xF00129AC          DMARAM Channel 77 Destination Address Register
DMA_ADICR077    0xF00129B0          DMARAM Channel 77 Address and Interrupt Control Register
DMA_CHCFGR077   0xF00129B4          DMARAM Channel 77 Configuration Register
DMA_SHADR077    0xF00129B8          DMARAM Channel 77 Shadow Address Register
DMA_CHCSR077    0xF00129BC          DMARAM Channel 77 Control and Status Register
DMA_RDCRCR078   0xF00129C0          DMARAM Channel 78 Read Data CRC Register
DMA_SDCRCR078   0xF00129C4          DMARAM Channel 78 Source and Destination Address CRC Register
DMA_SADR078     0xF00129C8          DMARAM Channel 78 Source Address Register
DMA_DADR078     0xF00129CC          DMARAM Channel 78 Destination Address Register
DMA_ADICR078    0xF00129D0          DMARAM Channel 78 Address and Interrupt Control Register
DMA_CHCFGR078   0xF00129D4          DMARAM Channel 78 Configuration Register
DMA_SHADR078    0xF00129D8          DMARAM Channel 78 Shadow Address Register
DMA_CHCSR078    0xF00129DC          DMARAM Channel 78 Control and Status Register
DMA_RDCRCR079   0xF00129E0          DMARAM Channel 79 Read Data CRC Register
DMA_SDCRCR079   0xF00129E4          DMARAM Channel 79 Source and Destination Address CRC Register
DMA_SADR079     0xF00129E8          DMARAM Channel 79 Source Address Register
DMA_DADR079     0xF00129EC          DMARAM Channel 79 Destination Address Register
DMA_ADICR079    0xF00129F0          DMARAM Channel 79 Address and Interrupt Control Register
DMA_CHCFGR079   0xF00129F4          DMARAM Channel 79 Configuration Register
DMA_SHADR079    0xF00129F8          DMARAM Channel 79 Shadow Address Register
DMA_CHCSR079    0xF00129FC          DMARAM Channel 79 Control and Status Register
DMA_RDCRCR080   0xF0012A00          DMARAM Channel 80 Read Data CRC Register
DMA_SDCRCR080   0xF0012A04          DMARAM Channel 80 Source and Destination Address CRC Register
DMA_SADR080     0xF0012A08          DMARAM Channel 80 Source Address Register
DMA_DADR080     0xF0012A0C          DMARAM Channel 80 Destination Address Register
DMA_ADICR080    0xF0012A10          DMARAM Channel 80 Address and Interrupt Control Register
DMA_CHCFGR080   0xF0012A14          DMARAM Channel 80 Configuration Register
DMA_SHADR080    0xF0012A18          DMARAM Channel 80 Shadow Address Register
DMA_CHCSR080    0xF0012A1C          DMARAM Channel 80 Control and Status Register
DMA_RDCRCR081   0xF0012A20          DMARAM Channel 81 Read Data CRC Register
DMA_SDCRCR081   0xF0012A24          DMARAM Channel 81 Source and Destination Address CRC Register
DMA_SADR081     0xF0012A28          DMARAM Channel 81 Source Address Register
DMA_DADR081     0xF0012A2C          DMARAM Channel 81 Destination Address Register
DMA_ADICR081    0xF0012A30          DMARAM Channel 81 Address and Interrupt Control Register
DMA_CHCFGR081   0xF0012A34          DMARAM Channel 81 Configuration Register
DMA_SHADR081    0xF0012A38          DMARAM Channel 81 Shadow Address Register
DMA_CHCSR081    0xF0012A3C          DMARAM Channel 81 Control and Status Register
DMA_RDCRCR082   0xF0012A40          DMARAM Channel 82 Read Data CRC Register
DMA_SDCRCR082   0xF0012A44          DMARAM Channel 82 Source and Destination Address CRC Register
DMA_SADR082     0xF0012A48          DMARAM Channel 82 Source Address Register
DMA_DADR082     0xF0012A4C          DMARAM Channel 82 Destination Address Register
DMA_ADICR082    0xF0012A50          DMARAM Channel 82 Address and Interrupt Control Register
DMA_CHCFGR082   0xF0012A54          DMARAM Channel 82 Configuration Register
DMA_SHADR082    0xF0012A58          DMARAM Channel 82 Shadow Address Register
DMA_CHCSR082    0xF0012A5C          DMARAM Channel 82 Control and Status Register
DMA_RDCRCR083   0xF0012A60          DMARAM Channel 83 Read Data CRC Register
DMA_SDCRCR083   0xF0012A64          DMARAM Channel 83 Source and Destination Address CRC Register
DMA_SADR083     0xF0012A68          DMARAM Channel 83 Source Address Register
DMA_DADR083     0xF0012A6C          DMARAM Channel 83 Destination Address Register
DMA_ADICR083    0xF0012A70          DMARAM Channel 83 Address and Interrupt Control Register
DMA_CHCFGR083   0xF0012A74          DMARAM Channel 83 Configuration Register
DMA_SHADR083    0xF0012A78          DMARAM Channel 83 Shadow Address Register
DMA_CHCSR083    0xF0012A7C          DMARAM Channel 83 Control and Status Register
DMA_RDCRCR084   0xF0012A80          DMARAM Channel 84 Read Data CRC Register
DMA_SDCRCR084   0xF0012A84          DMARAM Channel 84 Source and Destination Address CRC Register
DMA_SADR084     0xF0012A88          DMARAM Channel 84 Source Address Register
DMA_DADR084     0xF0012A8C          DMARAM Channel 84 Destination Address Register
DMA_ADICR084    0xF0012A90          DMARAM Channel 84 Address and Interrupt Control Register
DMA_CHCFGR084   0xF0012A94          DMARAM Channel 84 Configuration Register
DMA_SHADR084    0xF0012A98          DMARAM Channel 84 Shadow Address Register
DMA_CHCSR084    0xF0012A9C          DMARAM Channel 84 Control and Status Register
DMA_RDCRCR085   0xF0012AA0          DMARAM Channel 85 Read Data CRC Register
DMA_SDCRCR085   0xF0012AA4          DMARAM Channel 85 Source and Destination Address CRC Register
DMA_SADR085     0xF0012AA8          DMARAM Channel 85 Source Address Register
DMA_DADR085     0xF0012AAC          DMARAM Channel 85 Destination Address Register
DMA_ADICR085    0xF0012AB0          DMARAM Channel 85 Address and Interrupt Control Register
DMA_CHCFGR085   0xF0012AB4          DMARAM Channel 85 Configuration Register
DMA_SHADR085    0xF0012AB8          DMARAM Channel 85 Shadow Address Register
DMA_CHCSR085    0xF0012ABC          DMARAM Channel 85 Control and Status Register
DMA_RDCRCR086   0xF0012AC0          DMARAM Channel 86 Read Data CRC Register
DMA_SDCRCR086   0xF0012AC4          DMARAM Channel 86 Source and Destination Address CRC Register
DMA_SADR086     0xF0012AC8          DMARAM Channel 86 Source Address Register
DMA_DADR086     0xF0012ACC          DMARAM Channel 86 Destination Address Register
DMA_ADICR086    0xF0012AD0          DMARAM Channel 86 Address and Interrupt Control Register
DMA_CHCFGR086   0xF0012AD4          DMARAM Channel 86 Configuration Register
DMA_SHADR086    0xF0012AD8          DMARAM Channel 86 Shadow Address Register
DMA_CHCSR086    0xF0012ADC          DMARAM Channel 86 Control and Status Register
DMA_RDCRCR087   0xF0012AE0          DMARAM Channel 87 Read Data CRC Register
DMA_SDCRCR087   0xF0012AE4          DMARAM Channel 87 Source and Destination Address CRC Register
DMA_SADR087     0xF0012AE8          DMARAM Channel 87 Source Address Register
DMA_DADR087     0xF0012AEC          DMARAM Channel 87 Destination Address Register
DMA_ADICR087    0xF0012AF0          DMARAM Channel 87 Address and Interrupt Control Register
DMA_CHCFGR087   0xF0012AF4          DMARAM Channel 87 Configuration Register
DMA_SHADR087    0xF0012AF8          DMARAM Channel 87 Shadow Address Register
DMA_CHCSR087    0xF0012AFC          DMARAM Channel 87 Control and Status Register
DMA_RDCRCR088   0xF0012B00          DMARAM Channel 88 Read Data CRC Register
DMA_SDCRCR088   0xF0012B04          DMARAM Channel 88 Source and Destination Address CRC Register
DMA_SADR088     0xF0012B08          DMARAM Channel 88 Source Address Register
DMA_DADR088     0xF0012B0C          DMARAM Channel 88 Destination Address Register
DMA_ADICR088    0xF0012B10          DMARAM Channel 88 Address and Interrupt Control Register
DMA_CHCFGR088   0xF0012B14          DMARAM Channel 88 Configuration Register
DMA_SHADR088    0xF0012B18          DMARAM Channel 88 Shadow Address Register
DMA_CHCSR088    0xF0012B1C          DMARAM Channel 88 Control and Status Register
DMA_RDCRCR089   0xF0012B20          DMARAM Channel 89 Read Data CRC Register
DMA_SDCRCR089   0xF0012B24          DMARAM Channel 89 Source and Destination Address CRC Register
DMA_SADR089     0xF0012B28          DMARAM Channel 89 Source Address Register
DMA_DADR089     0xF0012B2C          DMARAM Channel 89 Destination Address Register
DMA_ADICR089    0xF0012B30          DMARAM Channel 89 Address and Interrupt Control Register
DMA_CHCFGR089   0xF0012B34          DMARAM Channel 89 Configuration Register
DMA_SHADR089    0xF0012B38          DMARAM Channel 89 Shadow Address Register
DMA_CHCSR089    0xF0012B3C          DMARAM Channel 89 Control and Status Register
DMA_RDCRCR090   0xF0012B40          DMARAM Channel 90 Read Data CRC Register
DMA_SDCRCR090   0xF0012B44          DMARAM Channel 90 Source and Destination Address CRC Register
DMA_SADR090     0xF0012B48          DMARAM Channel 90 Source Address Register
DMA_DADR090     0xF0012B4C          DMARAM Channel 90 Destination Address Register
DMA_ADICR090    0xF0012B50          DMARAM Channel 90 Address and Interrupt Control Register
DMA_CHCFGR090   0xF0012B54          DMARAM Channel 90 Configuration Register
DMA_SHADR090    0xF0012B58          DMARAM Channel 90 Shadow Address Register
DMA_CHCSR090    0xF0012B5C          DMARAM Channel 90 Control and Status Register
DMA_RDCRCR091   0xF0012B60          DMARAM Channel 91 Read Data CRC Register
DMA_SDCRCR091   0xF0012B64          DMARAM Channel 91 Source and Destination Address CRC Register
DMA_SADR091     0xF0012B68          DMARAM Channel 91 Source Address Register
DMA_DADR091     0xF0012B6C          DMARAM Channel 91 Destination Address Register
DMA_ADICR091    0xF0012B70          DMARAM Channel 91 Address and Interrupt Control Register
DMA_CHCFGR091   0xF0012B74          DMARAM Channel 91 Configuration Register
DMA_SHADR091    0xF0012B78          DMARAM Channel 91 Shadow Address Register
DMA_CHCSR091    0xF0012B7C          DMARAM Channel 91 Control and Status Register
DMA_RDCRCR092   0xF0012B80          DMARAM Channel 92 Read Data CRC Register
DMA_SDCRCR092   0xF0012B84          DMARAM Channel 92 Source and Destination Address CRC Register
DMA_SADR092     0xF0012B88          DMARAM Channel 92 Source Address Register
DMA_DADR092     0xF0012B8C          DMARAM Channel 92 Destination Address Register
DMA_ADICR092    0xF0012B90          DMARAM Channel 92 Address and Interrupt Control Register
DMA_CHCFGR092   0xF0012B94          DMARAM Channel 92 Configuration Register
DMA_SHADR092    0xF0012B98          DMARAM Channel 92 Shadow Address Register
DMA_CHCSR092    0xF0012B9C          DMARAM Channel 92 Control and Status Register
DMA_RDCRCR093   0xF0012BA0          DMARAM Channel 93 Read Data CRC Register
DMA_SDCRCR093   0xF0012BA4          DMARAM Channel 93 Source and Destination Address CRC Register
DMA_SADR093     0xF0012BA8          DMARAM Channel 93 Source Address Register
DMA_DADR093     0xF0012BAC          DMARAM Channel 93 Destination Address Register
DMA_ADICR093    0xF0012BB0          DMARAM Channel 93 Address and Interrupt Control Register
DMA_CHCFGR093   0xF0012BB4          DMARAM Channel 93 Configuration Register
DMA_SHADR093    0xF0012BB8          DMARAM Channel 93 Shadow Address Register
DMA_CHCSR093    0xF0012BBC          DMARAM Channel 93 Control and Status Register
DMA_RDCRCR094   0xF0012BC0          DMARAM Channel 94 Read Data CRC Register
DMA_SDCRCR094   0xF0012BC4          DMARAM Channel 94 Source and Destination Address CRC Register
DMA_SADR094     0xF0012BC8          DMARAM Channel 94 Source Address Register
DMA_DADR094     0xF0012BCC          DMARAM Channel 94 Destination Address Register
DMA_ADICR094    0xF0012BD0          DMARAM Channel 94 Address and Interrupt Control Register
DMA_CHCFGR094   0xF0012BD4          DMARAM Channel 94 Configuration Register
DMA_SHADR094    0xF0012BD8          DMARAM Channel 94 Shadow Address Register
DMA_CHCSR094    0xF0012BDC          DMARAM Channel 94 Control and Status Register
DMA_RDCRCR095   0xF0012BE0          DMARAM Channel 95 Read Data CRC Register
DMA_SDCRCR095   0xF0012BE4          DMARAM Channel 95 Source and Destination Address CRC Register
DMA_SADR095     0xF0012BE8          DMARAM Channel 95 Source Address Register
DMA_DADR095     0xF0012BEC          DMARAM Channel 95 Destination Address Register
DMA_ADICR095    0xF0012BF0          DMARAM Channel 95 Address and Interrupt Control Register
DMA_CHCFGR095   0xF0012BF4          DMARAM Channel 95 Configuration Register
DMA_SHADR095    0xF0012BF8          DMARAM Channel 95 Shadow Address Register
DMA_CHCSR095    0xF0012BFC          DMARAM Channel 95 Control and Status Register
DMA_RDCRCR096   0xF0012C00          DMARAM Channel 96 Read Data CRC Register
DMA_SDCRCR096   0xF0012C04          DMARAM Channel 96 Source and Destination Address CRC Register
DMA_SADR096     0xF0012C08          DMARAM Channel 96 Source Address Register
DMA_DADR096     0xF0012C0C          DMARAM Channel 96 Destination Address Register
DMA_ADICR096    0xF0012C10          DMARAM Channel 96 Address and Interrupt Control Register
DMA_CHCFGR096   0xF0012C14          DMARAM Channel 96 Configuration Register
DMA_SHADR096    0xF0012C18          DMARAM Channel 96 Shadow Address Register
DMA_CHCSR096    0xF0012C1C          DMARAM Channel 96 Control and Status Register
DMA_RDCRCR097   0xF0012C20          DMARAM Channel 97 Read Data CRC Register
DMA_SDCRCR097   0xF0012C24          DMARAM Channel 97 Source and Destination Address CRC Register
DMA_SADR097     0xF0012C28          DMARAM Channel 97 Source Address Register
DMA_DADR097     0xF0012C2C          DMARAM Channel 97 Destination Address Register
DMA_ADICR097    0xF0012C30          DMARAM Channel 97 Address and Interrupt Control Register
DMA_CHCFGR097   0xF0012C34          DMARAM Channel 97 Configuration Register
DMA_SHADR097    0xF0012C38          DMARAM Channel 97 Shadow Address Register
DMA_CHCSR097    0xF0012C3C          DMARAM Channel 97 Control and Status Register
DMA_RDCRCR098   0xF0012C40          DMARAM Channel 98 Read Data CRC Register
DMA_SDCRCR098   0xF0012C44          DMARAM Channel 98 Source and Destination Address CRC Register
DMA_SADR098     0xF0012C48          DMARAM Channel 98 Source Address Register
DMA_DADR098     0xF0012C4C          DMARAM Channel 98 Destination Address Register
DMA_ADICR098    0xF0012C50          DMARAM Channel 98 Address and Interrupt Control Register
DMA_CHCFGR098   0xF0012C54          DMARAM Channel 98 Configuration Register
DMA_SHADR098    0xF0012C58          DMARAM Channel 98 Shadow Address Register
DMA_CHCSR098    0xF0012C5C          DMARAM Channel 98 Control and Status Register
DMA_RDCRCR099   0xF0012C60          DMARAM Channel 99 Read Data CRC Register
DMA_SDCRCR099   0xF0012C64          DMARAM Channel 99 Source and Destination Address CRC Register
DMA_SADR099     0xF0012C68          DMARAM Channel 99 Source Address Register
DMA_DADR099     0xF0012C6C          DMARAM Channel 99 Destination Address Register
DMA_ADICR099    0xF0012C70          DMARAM Channel 99 Address and Interrupt Control Register
DMA_CHCFGR099   0xF0012C74          DMARAM Channel 99 Configuration Register
DMA_SHADR099    0xF0012C78          DMARAM Channel 99 Shadow Address Register
DMA_CHCSR099    0xF0012C7C          DMARAM Channel 99 Control and Status Register
DMA_RDCRCR100   0xF0012C80          DMARAM Channel 100 Read Data CRC Register
DMA_SDCRCR100   0xF0012C84          DMARAM Channel 100 Source and Destination Address CRC Register
DMA_SADR100     0xF0012C88          DMARAM Channel 100 Source Address Register
DMA_DADR100     0xF0012C8C          DMARAM Channel 100 Destination Address Register
DMA_ADICR100    0xF0012C90          DMARAM Channel 100 Address and Interrupt Control Register
DMA_CHCFGR100   0xF0012C94          DMARAM Channel 100 Configuration Register
DMA_SHADR100    0xF0012C98          DMARAM Channel 100 Shadow Address Register
DMA_CHCSR100    0xF0012C9C          DMARAM Channel 100 Control and Status Register
DMA_RDCRCR101   0xF0012CA0          DMARAM Channel 101 Read Data CRC Register
DMA_SDCRCR101   0xF0012CA4          DMARAM Channel 101 Source and Destination Address CRC Register
DMA_SADR101     0xF0012CA8          DMARAM Channel 101 Source Address Register
DMA_DADR101     0xF0012CAC          DMARAM Channel 101 Destination Address Register
DMA_ADICR101    0xF0012CB0          DMARAM Channel 101 Address and Interrupt Control Register
DMA_CHCFGR101   0xF0012CB4          DMARAM Channel 101 Configuration Register
DMA_SHADR101    0xF0012CB8          DMARAM Channel 101 Shadow Address Register
DMA_CHCSR101    0xF0012CBC          DMARAM Channel 101 Control and Status Register
DMA_RDCRCR102   0xF0012CC0          DMARAM Channel 102 Read Data CRC Register
DMA_SDCRCR102   0xF0012CC4          DMARAM Channel 102 Source and Destination Address CRC Register
DMA_SADR102     0xF0012CC8          DMARAM Channel 102 Source Address Register
DMA_DADR102     0xF0012CCC          DMARAM Channel 102 Destination Address Register
DMA_ADICR102    0xF0012CD0          DMARAM Channel 102 Address and Interrupt Control Register
DMA_CHCFGR102   0xF0012CD4          DMARAM Channel 102 Configuration Register
DMA_SHADR102    0xF0012CD8          DMARAM Channel 102 Shadow Address Register
DMA_CHCSR102    0xF0012CDC          DMARAM Channel 102 Control and Status Register
DMA_RDCRCR103   0xF0012CE0          DMARAM Channel 103 Read Data CRC Register
DMA_SDCRCR103   0xF0012CE4          DMARAM Channel 103 Source and Destination Address CRC Register
DMA_SADR103     0xF0012CE8          DMARAM Channel 103 Source Address Register
DMA_DADR103     0xF0012CEC          DMARAM Channel 103 Destination Address Register
DMA_ADICR103    0xF0012CF0          DMARAM Channel 103 Address and Interrupt Control Register
DMA_CHCFGR103   0xF0012CF4          DMARAM Channel 103 Configuration Register
DMA_SHADR103    0xF0012CF8          DMARAM Channel 103 Shadow Address Register
DMA_CHCSR103    0xF0012CFC          DMARAM Channel 103 Control and Status Register
DMA_RDCRCR104   0xF0012D00          DMARAM Channel 104 Read Data CRC Register
DMA_SDCRCR104   0xF0012D04          DMARAM Channel 104 Source and Destination Address CRC Register
DMA_SADR104     0xF0012D08          DMARAM Channel 104 Source Address Register
DMA_DADR104     0xF0012D0C          DMARAM Channel 104 Destination Address Register
DMA_ADICR104    0xF0012D10          DMARAM Channel 104 Address and Interrupt Control Register
DMA_CHCFGR104   0xF0012D14          DMARAM Channel 104 Configuration Register
DMA_SHADR104    0xF0012D18          DMARAM Channel 104 Shadow Address Register
DMA_CHCSR104    0xF0012D1C          DMARAM Channel 104 Control and Status Register
DMA_RDCRCR105   0xF0012D20          DMARAM Channel 105 Read Data CRC Register
DMA_SDCRCR105   0xF0012D24          DMARAM Channel 105 Source and Destination Address CRC Register
DMA_SADR105     0xF0012D28          DMARAM Channel 105 Source Address Register
DMA_DADR105     0xF0012D2C          DMARAM Channel 105 Destination Address Register
DMA_ADICR105    0xF0012D30          DMARAM Channel 105 Address and Interrupt Control Register
DMA_CHCFGR105   0xF0012D34          DMARAM Channel 105 Configuration Register
DMA_SHADR105    0xF0012D38          DMARAM Channel 105 Shadow Address Register
DMA_CHCSR105    0xF0012D3C          DMARAM Channel 105 Control and Status Register
DMA_RDCRCR106   0xF0012D40          DMARAM Channel 106 Read Data CRC Register
DMA_SDCRCR106   0xF0012D44          DMARAM Channel 106 Source and Destination Address CRC Register
DMA_SADR106     0xF0012D48          DMARAM Channel 106 Source Address Register
DMA_DADR106     0xF0012D4C          DMARAM Channel 106 Destination Address Register
DMA_ADICR106    0xF0012D50          DMARAM Channel 106 Address and Interrupt Control Register
DMA_CHCFGR106   0xF0012D54          DMARAM Channel 106 Configuration Register
DMA_SHADR106    0xF0012D58          DMARAM Channel 106 Shadow Address Register
DMA_CHCSR106    0xF0012D5C          DMARAM Channel 106 Control and Status Register
DMA_RDCRCR107   0xF0012D60          DMARAM Channel 107 Read Data CRC Register
DMA_SDCRCR107   0xF0012D64          DMARAM Channel 107 Source and Destination Address CRC Register
DMA_SADR107     0xF0012D68          DMARAM Channel 107 Source Address Register
DMA_DADR107     0xF0012D6C          DMARAM Channel 107 Destination Address Register
DMA_ADICR107    0xF0012D70          DMARAM Channel 107 Address and Interrupt Control Register
DMA_CHCFGR107   0xF0012D74          DMARAM Channel 107 Configuration Register
DMA_SHADR107    0xF0012D78          DMARAM Channel 107 Shadow Address Register
DMA_CHCSR107    0xF0012D7C          DMARAM Channel 107 Control and Status Register
DMA_RDCRCR108   0xF0012D80          DMARAM Channel 108 Read Data CRC Register
DMA_SDCRCR108   0xF0012D84          DMARAM Channel 108 Source and Destination Address CRC Register
DMA_SADR108     0xF0012D88          DMARAM Channel 108 Source Address Register
DMA_DADR108     0xF0012D8C          DMARAM Channel 108 Destination Address Register
DMA_ADICR108    0xF0012D90          DMARAM Channel 108 Address and Interrupt Control Register
DMA_CHCFGR108   0xF0012D94          DMARAM Channel 108 Configuration Register
DMA_SHADR108    0xF0012D98          DMARAM Channel 108 Shadow Address Register
DMA_CHCSR108    0xF0012D9C          DMARAM Channel 108 Control and Status Register
DMA_RDCRCR109   0xF0012DA0          DMARAM Channel 109 Read Data CRC Register
DMA_SDCRCR109   0xF0012DA4          DMARAM Channel 109 Source and Destination Address CRC Register
DMA_SADR109     0xF0012DA8          DMARAM Channel 109 Source Address Register
DMA_DADR109     0xF0012DAC          DMARAM Channel 109 Destination Address Register
DMA_ADICR109    0xF0012DB0          DMARAM Channel 109 Address and Interrupt Control Register
DMA_CHCFGR109   0xF0012DB4          DMARAM Channel 109 Configuration Register
DMA_SHADR109    0xF0012DB8          DMARAM Channel 109 Shadow Address Register
DMA_CHCSR109    0xF0012DBC          DMARAM Channel 109 Control and Status Register
DMA_RDCRCR110   0xF0012DC0          DMARAM Channel 110 Read Data CRC Register
DMA_SDCRCR110   0xF0012DC4          DMARAM Channel 110 Source and Destination Address CRC Register
DMA_SADR110     0xF0012DC8          DMARAM Channel 110 Source Address Register
DMA_DADR110     0xF0012DCC          DMARAM Channel 110 Destination Address Register
DMA_ADICR110    0xF0012DD0          DMARAM Channel 110 Address and Interrupt Control Register
DMA_CHCFGR110   0xF0012DD4          DMARAM Channel 110 Configuration Register
DMA_SHADR110    0xF0012DD8          DMARAM Channel 110 Shadow Address Register
DMA_CHCSR110    0xF0012DDC          DMARAM Channel 110 Control and Status Register
DMA_RDCRCR111   0xF0012DE0          DMARAM Channel 111 Read Data CRC Register
DMA_SDCRCR111   0xF0012DE4          DMARAM Channel 111 Source and Destination Address CRC Register
DMA_SADR111     0xF0012DE8          DMARAM Channel 111 Source Address Register
DMA_DADR111     0xF0012DEC          DMARAM Channel 111 Destination Address Register
DMA_ADICR111    0xF0012DF0          DMARAM Channel 111 Address and Interrupt Control Register
DMA_CHCFGR111   0xF0012DF4          DMARAM Channel 111 Configuration Register
DMA_SHADR111    0xF0012DF8          DMARAM Channel 111 Shadow Address Register
DMA_CHCSR111    0xF0012DFC          DMARAM Channel 111 Control and Status Register
DMA_RDCRCR112   0xF0012E00          DMARAM Channel 112 Read Data CRC Register
DMA_SDCRCR112   0xF0012E04          DMARAM Channel 112 Source and Destination Address CRC Register
DMA_SADR112     0xF0012E08          DMARAM Channel 112 Source Address Register
DMA_DADR112     0xF0012E0C          DMARAM Channel 112 Destination Address Register
DMA_ADICR112    0xF0012E10          DMARAM Channel 112 Address and Interrupt Control Register
DMA_CHCFGR112   0xF0012E14          DMARAM Channel 112 Configuration Register
DMA_SHADR112    0xF0012E18          DMARAM Channel 112 Shadow Address Register
DMA_CHCSR112    0xF0012E1C          DMARAM Channel 112 Control and Status Register
DMA_RDCRCR113   0xF0012E20          DMARAM Channel 113 Read Data CRC Register
DMA_SDCRCR113   0xF0012E24          DMARAM Channel 113 Source and Destination Address CRC Register
DMA_SADR113     0xF0012E28          DMARAM Channel 113 Source Address Register
DMA_DADR113     0xF0012E2C          DMARAM Channel 113 Destination Address Register
DMA_ADICR113    0xF0012E30          DMARAM Channel 113 Address and Interrupt Control Register
DMA_CHCFGR113   0xF0012E34          DMARAM Channel 113 Configuration Register
DMA_SHADR113    0xF0012E38          DMARAM Channel 113 Shadow Address Register
DMA_CHCSR113    0xF0012E3C          DMARAM Channel 113 Control and Status Register
DMA_RDCRCR114   0xF0012E40          DMARAM Channel 114 Read Data CRC Register
DMA_SDCRCR114   0xF0012E44          DMARAM Channel 114 Source and Destination Address CRC Register
DMA_SADR114     0xF0012E48          DMARAM Channel 114 Source Address Register
DMA_DADR114     0xF0012E4C          DMARAM Channel 114 Destination Address Register
DMA_ADICR114    0xF0012E50          DMARAM Channel 114 Address and Interrupt Control Register
DMA_CHCFGR114   0xF0012E54          DMARAM Channel 114 Configuration Register
DMA_SHADR114    0xF0012E58          DMARAM Channel 114 Shadow Address Register
DMA_CHCSR114    0xF0012E5C          DMARAM Channel 114 Control and Status Register
DMA_RDCRCR115   0xF0012E60          DMARAM Channel 115 Read Data CRC Register
DMA_SDCRCR115   0xF0012E64          DMARAM Channel 115 Source and Destination Address CRC Register
DMA_SADR115     0xF0012E68          DMARAM Channel 115 Source Address Register
DMA_DADR115     0xF0012E6C          DMARAM Channel 115 Destination Address Register
DMA_ADICR115    0xF0012E70          DMARAM Channel 115 Address and Interrupt Control Register
DMA_CHCFGR115   0xF0012E74          DMARAM Channel 115 Configuration Register
DMA_SHADR115    0xF0012E78          DMARAM Channel 115 Shadow Address Register
DMA_CHCSR115    0xF0012E7C          DMARAM Channel 115 Control and Status Register
DMA_RDCRCR116   0xF0012E80          DMARAM Channel 116 Read Data CRC Register
DMA_SDCRCR116   0xF0012E84          DMARAM Channel 116 Source and Destination Address CRC Register
DMA_SADR116     0xF0012E88          DMARAM Channel 116 Source Address Register
DMA_DADR116     0xF0012E8C          DMARAM Channel 116 Destination Address Register
DMA_ADICR116    0xF0012E90          DMARAM Channel 116 Address and Interrupt Control Register
DMA_CHCFGR116   0xF0012E94          DMARAM Channel 116 Configuration Register
DMA_SHADR116    0xF0012E98          DMARAM Channel 116 Shadow Address Register
DMA_CHCSR116    0xF0012E9C          DMARAM Channel 116 Control and Status Register
DMA_RDCRCR117   0xF0012EA0          DMARAM Channel 117 Read Data CRC Register
DMA_SDCRCR117   0xF0012EA4          DMARAM Channel 117 Source and Destination Address CRC Register
DMA_SADR117     0xF0012EA8          DMARAM Channel 117 Source Address Register
DMA_DADR117     0xF0012EAC          DMARAM Channel 117 Destination Address Register
DMA_ADICR117    0xF0012EB0          DMARAM Channel 117 Address and Interrupt Control Register
DMA_CHCFGR117   0xF0012EB4          DMARAM Channel 117 Configuration Register
DMA_SHADR117    0xF0012EB8          DMARAM Channel 117 Shadow Address Register
DMA_CHCSR117    0xF0012EBC          DMARAM Channel 117 Control and Status Register
DMA_RDCRCR118   0xF0012EC0          DMARAM Channel 118 Read Data CRC Register
DMA_SDCRCR118   0xF0012EC4          DMARAM Channel 118 Source and Destination Address CRC Register
DMA_SADR118     0xF0012EC8          DMARAM Channel 118 Source Address Register
DMA_DADR118     0xF0012ECC          DMARAM Channel 118 Destination Address Register
DMA_ADICR118    0xF0012ED0          DMARAM Channel 118 Address and Interrupt Control Register
DMA_CHCFGR118   0xF0012ED4          DMARAM Channel 118 Configuration Register
DMA_SHADR118    0xF0012ED8          DMARAM Channel 118 Shadow Address Register
DMA_CHCSR118    0xF0012EDC          DMARAM Channel 118 Control and Status Register
DMA_RDCRCR119   0xF0012EE0          DMARAM Channel 119 Read Data CRC Register
DMA_SDCRCR119   0xF0012EE4          DMARAM Channel 119 Source and Destination Address CRC Register
DMA_SADR119     0xF0012EE8          DMARAM Channel 119 Source Address Register
DMA_DADR119     0xF0012EEC          DMARAM Channel 119 Destination Address Register
DMA_ADICR119    0xF0012EF0          DMARAM Channel 119 Address and Interrupt Control Register
DMA_CHCFGR119   0xF0012EF4          DMARAM Channel 119 Configuration Register
DMA_SHADR119    0xF0012EF8          DMARAM Channel 119 Shadow Address Register
DMA_CHCSR119    0xF0012EFC          DMARAM Channel 119 Control and Status Register
DMA_RDCRCR120   0xF0012F00          DMARAM Channel 120 Read Data CRC Register
DMA_SDCRCR120   0xF0012F04          DMARAM Channel 120 Source and Destination Address CRC Register
DMA_SADR120     0xF0012F08          DMARAM Channel 120 Source Address Register
DMA_DADR120     0xF0012F0C          DMARAM Channel 120 Destination Address Register
DMA_ADICR120    0xF0012F10          DMARAM Channel 120 Address and Interrupt Control Register
DMA_CHCFGR120   0xF0012F14          DMARAM Channel 120 Configuration Register
DMA_SHADR120    0xF0012F18          DMARAM Channel 120 Shadow Address Register
DMA_CHCSR120    0xF0012F1C          DMARAM Channel 120 Control and Status Register
DMA_RDCRCR121   0xF0012F20          DMARAM Channel 121 Read Data CRC Register
DMA_SDCRCR121   0xF0012F24          DMARAM Channel 121 Source and Destination Address CRC Register
DMA_SADR121     0xF0012F28          DMARAM Channel 121 Source Address Register
DMA_DADR121     0xF0012F2C          DMARAM Channel 121 Destination Address Register
DMA_ADICR121    0xF0012F30          DMARAM Channel 121 Address and Interrupt Control Register
DMA_CHCFGR121   0xF0012F34          DMARAM Channel 121 Configuration Register
DMA_SHADR121    0xF0012F38          DMARAM Channel 121 Shadow Address Register
DMA_CHCSR121    0xF0012F3C          DMARAM Channel 121 Control and Status Register
DMA_RDCRCR122   0xF0012F40          DMARAM Channel 122 Read Data CRC Register
DMA_SDCRCR122   0xF0012F44          DMARAM Channel 122 Source and Destination Address CRC Register
DMA_SADR122     0xF0012F48          DMARAM Channel 122 Source Address Register
DMA_DADR122     0xF0012F4C          DMARAM Channel 122 Destination Address Register
DMA_ADICR122    0xF0012F50          DMARAM Channel 122 Address and Interrupt Control Register
DMA_CHCFGR122   0xF0012F54          DMARAM Channel 122 Configuration Register
DMA_SHADR122    0xF0012F58          DMARAM Channel 122 Shadow Address Register
DMA_CHCSR122    0xF0012F5C          DMARAM Channel 122 Control and Status Register
DMA_RDCRCR123   0xF0012F60          DMARAM Channel 123 Read Data CRC Register
DMA_SDCRCR123   0xF0012F64          DMARAM Channel 123 Source and Destination Address CRC Register
DMA_SADR123     0xF0012F68          DMARAM Channel 123 Source Address Register
DMA_DADR123     0xF0012F6C          DMARAM Channel 123 Destination Address Register
DMA_ADICR123    0xF0012F70          DMARAM Channel 123 Address and Interrupt Control Register
DMA_CHCFGR123   0xF0012F74          DMARAM Channel 123 Configuration Register
DMA_SHADR123    0xF0012F78          DMARAM Channel 123 Shadow Address Register
DMA_CHCSR123    0xF0012F7C          DMARAM Channel 123 Control and Status Register
DMA_RDCRCR124   0xF0012F80          DMARAM Channel 124 Read Data CRC Register
DMA_SDCRCR124   0xF0012F84          DMARAM Channel 124 Source and Destination Address CRC Register
DMA_SADR124     0xF0012F88          DMARAM Channel 124 Source Address Register
DMA_DADR124     0xF0012F8C          DMARAM Channel 124 Destination Address Register
DMA_ADICR124    0xF0012F90          DMARAM Channel 124 Address and Interrupt Control Register
DMA_CHCFGR124   0xF0012F94          DMARAM Channel 124 Configuration Register
DMA_SHADR124    0xF0012F98          DMARAM Channel 124 Shadow Address Register
DMA_CHCSR124    0xF0012F9C          DMARAM Channel 124 Control and Status Register
DMA_RDCRCR125   0xF0012FA0          DMARAM Channel 125 Read Data CRC Register
DMA_SDCRCR125   0xF0012FA4          DMARAM Channel 125 Source and Destination Address CRC Register
DMA_SADR125     0xF0012FA8          DMARAM Channel 125 Source Address Register
DMA_DADR125     0xF0012FAC          DMARAM Channel 125 Destination Address Register
DMA_ADICR125    0xF0012FB0          DMARAM Channel 125 Address and Interrupt Control Register
DMA_CHCFGR125   0xF0012FB4          DMARAM Channel 125 Configuration Register
DMA_SHADR125    0xF0012FB8          DMARAM Channel 125 Shadow Address Register
DMA_CHCSR125    0xF0012FBC          DMARAM Channel 125 Control and Status Register
DMA_RDCRCR126   0xF0012FC0          DMARAM Channel 126 Read Data CRC Register
DMA_SDCRCR126   0xF0012FC4          DMARAM Channel 126 Source and Destination Address CRC Register
DMA_SADR126     0xF0012FC8          DMARAM Channel 126 Source Address Register
DMA_DADR126     0xF0012FCC          DMARAM Channel 126 Destination Address Register
DMA_ADICR126    0xF0012FD0          DMARAM Channel 126 Address and Interrupt Control Register
DMA_CHCFGR126   0xF0012FD4          DMARAM Channel 126 Configuration Register
DMA_SHADR126    0xF0012FD8          DMARAM Channel 126 Shadow Address Register
DMA_CHCSR126    0xF0012FDC          DMARAM Channel 126 Control and Status Register
DMA_RDCRCR127   0xF0012FE0          DMARAM Channel 127 Read Data CRC Register
DMA_SDCRCR127   0xF0012FE4          DMARAM Channel 127 Source and Destination Address CRC Register
DMA_SADR127     0xF0012FE8          DMARAM Channel 127 Source Address Register
DMA_DADR127     0xF0012FEC          DMARAM Channel 127 Destination Address Register
DMA_ADICR127    0xF0012FF0          DMARAM Channel 127 Address and Interrupt Control Register
DMA_CHCFGR127   0xF0012FF4          DMARAM Channel 127 Configuration Register
DMA_SHADR127    0xF0012FF8          DMARAM Channel 127 Shadow Address Register
DMA_CHCSR127    0xF0012FFC          DMARAM Channel 127 Control and Status Register
ERAY1_CLC       0xF0017000          Clock Control Register
ERAY1_CUST1     0xF0017004          Busy and Input Buffer Control Register
ERAY1_ID        0xF0017008          Module Identification Register
ERAY1_CUST3     0xF001700C          Customer Interface Timeout Counter Register
ERAY1_TEST1     0xF0017010          Test Register 1
ERAY1_TEST2     0xF0017014          Test Register 2
ERAY1_LCK       0xF001701C          Lock Register
ERAY1_EIR       0xF0017020          Error Service Request Select Register
ERAY1_SIR       0xF0017024          Status Service Request Register
ERAY1_EILS      0xF0017028          Error Service Request Line Select
ERAY1_SILS      0xF001702C          Status Service Request Line Select
ERAY1_EIES      0xF0017030          Error Service Request Enable Set
ERAY1_EIER      0xF0017034          Error Service Request Enable Reset
ERAY1_SIES      0xF0017038          Status Service Request Enable Set
ERAY1_SIER      0xF001703C          Status Service Request Enable Reset
ERAY1_ILE       0xF0017040          Service Request Line Enable
ERAY1_T0C       0xF0017044          Timer 0 Configuration
ERAY1_T1C       0xF0017048          Timer 1 Configuration
ERAY1_STPW1     0xF001704C          Stop Watch Register 1
ERAY1_STPW2     0xF0017050          Stop Watch Register 2
ERAY1_SUCC1     0xF0017080          SUC Configuration Register 1
ERAY1_SUCC2     0xF0017084          SUC Configuration Register 2
ERAY1_SUCC3     0xF0017088          SUC Configuration Register 3
ERAY1_NEMC      0xF001708C          NEM Configuration Register
ERAY1_PRTC1     0xF0017090          PRT Configuration Register 1
ERAY1_PRTC2     0xF0017094          PRT Configuration Register 2
ERAY1_MHDC      0xF0017098          MHD Configuration Register
ERAY1_GTUC01    0xF00170A0          GTU Configuration Register 1
ERAY1_GTUC02    0xF00170A4          GTU Configuration Register 2
ERAY1_GTUC03    0xF00170A8          GTU Configuration Register 3
ERAY1_GTUC04    0xF00170AC          GTU Configuration Register 4
ERAY1_GTUC05    0xF00170B0          GTU Configuration Register 5
ERAY1_GTUC06    0xF00170B4          GTU Configuration Register 6
ERAY1_GTUC07    0xF00170B8          GTU Configuration Register 7
ERAY1_GTUC08    0xF00170BC          GTU Configuration Register 8
ERAY1_GTUC09    0xF00170C0          GTU Configuration Register 9
ERAY1_GTUC10    0xF00170C4          GTU Configuration Register 10
ERAY1_GTUC11    0xF00170C8          GTU Configuration Register 11
ERAY1_CCSV      0xF0017100          Communication Controller Status Vector
ERAY1_CCEV      0xF0017104          Communication Controller Error Vector
ERAY1_SCV       0xF0017110          Slot Counter Value
ERAY1_MTCCV     0xF0017114          Macrotick and Cycle Counter Value
ERAY1_RCV       0xF0017118          Rate Correction Value
ERAY1_OCV       0xF001711C          Offset Correction Value
ERAY1_SFS       0xF0017120          SYNC Frame Status
ERAY1_SWNIT     0xF0017124          Symbol Window and Network Idle Time Status
ERAY1_ACS       0xF0017128          Aggregated Channel Status
ERAY1_ESID01    0xF0017130          Even Sync ID Symbol Window 1
ERAY1_ESID02    0xF0017134          Even Sync ID Symbol Window 2
ERAY1_ESID03    0xF0017138          Even Sync ID Symbol Window 3
ERAY1_ESID04    0xF001713C          Even Sync ID Symbol Window 4
ERAY1_ESID05    0xF0017140          Even Sync ID Symbol Window 5
ERAY1_ESID06    0xF0017144          Even Sync ID Symbol Window 6
ERAY1_ESID07    0xF0017148          Even Sync ID Symbol Window 7
ERAY1_ESID08    0xF001714C          Even Sync ID Symbol Window 8
ERAY1_ESID09    0xF0017150          Even Sync ID Symbol Window 9
ERAY1_ESID10    0xF0017154          Even Sync ID Symbol Window 10
ERAY1_ESID11    0xF0017158          Even Sync ID Symbol Window 11
ERAY1_ESID12    0xF001715C          Even Sync ID Symbol Window 12
ERAY1_ESID13    0xF0017160          Even Sync ID Symbol Window 13
ERAY1_ESID14    0xF0017164          Even Sync ID Symbol Window 14
ERAY1_ESID15    0xF0017168          Even Sync ID Symbol Window 15
ERAY1_OSID01    0xF0017170          Odd Sync ID Symbol Window 1
ERAY1_OSID02    0xF0017174          Odd Sync ID Symbol Window 2
ERAY1_OSID03    0xF0017178          Odd Sync ID Symbol Window 3
ERAY1_OSID04    0xF001717C          Odd Sync ID Symbol Window 4
ERAY1_OSID05    0xF0017180          Odd Sync ID Symbol Window 5
ERAY1_OSID06    0xF0017184          Odd Sync ID Symbol Window 6
ERAY1_OSID07    0xF0017188          Odd Sync ID Symbol Window 7
ERAY1_OSID08    0xF001718C          Odd Sync ID Symbol Window 8
ERAY1_OSID09    0xF0017190          Odd Sync ID Symbol Window 9
ERAY1_OSID10    0xF0017194          Odd Sync ID Symbol Window 10
ERAY1_OSID11    0xF0017198          Odd Sync ID Symbol Window 11
ERAY1_OSID12    0xF001719C          Odd Sync ID Symbol Window 12
ERAY1_OSID13    0xF00171A0          Odd Sync ID Symbol Window 13
ERAY1_OSID14    0xF00171A4          Odd Sync ID Symbol Window 14
ERAY1_OSID15    0xF00171A8          Odd Sync ID Symbol Window 15
ERAY1_NMV1      0xF00171B0          Network Management Vector 1
ERAY1_NMV2      0xF00171B4          Network Management Vector 2
ERAY1_NMV3      0xF00171B8          Network Management Vector 3
ERAY1_MRC       0xF0017300          Message RAM Configuration
ERAY1_FRF       0xF0017304          FIFO Rejection Filter
ERAY1_FRFM      0xF0017308          FIFO Rejection Filter Mask
ERAY1_FCL       0xF001730C          FIFO Critical Level
ERAY1_MHDS      0xF0017310          Message Handler Status
ERAY1_LDTS      0xF0017314          Last Dynamic Transmit Slot
ERAY1_FSR       0xF0017318          FIFO Status Register
ERAY1_MHDF      0xF001731C          Message Handler Constraints Flags
ERAY1_TXRQ1     0xF0017320          Transmission Request Register 1
ERAY1_TXRQ2     0xF0017324          Transmission Request Register 2
ERAY1_TXRQ3     0xF0017328          Transmission Request Register 3
ERAY1_TXRQ4     0xF001732C          Transmission Request Register 4
ERAY1_NDAT1     0xF0017330          New Data Register 1
ERAY1_NDAT2     0xF0017334          New Data Register 2
ERAY1_NDAT3     0xF0017338          New Data Register 3
ERAY1_NDAT4     0xF001733C          New Data Register 4
ERAY1_MBSC1     0xF0017340          Message Buffer Status Changed 1
ERAY1_MBSC2     0xF0017344          Message Buffer Status Changed 2
ERAY1_MBSC3     0xF0017348          Message Buffer Status Changed 3
ERAY1_MBSC4     0xF001734C          Message Buffer Status Changed 4
ERAY1_NDIC1     0xF00173A8          New Data Interrupt Control 1
ERAY1_NDIC2     0xF00173AC          New Data Interrupt Control 2
ERAY1_NDIC3     0xF00173B0          New Data Interrupt Control 3
ERAY1_NDIC4     0xF00173B4          New Data Interrupt Control 4
ERAY1_MSIC1     0xF00173B8          Message Buffer Status Changed Interrupt Control 1
ERAY1_MSIC2     0xF00173BC          Message Buffer Status Changed Interrupt Control 2
ERAY1_MSIC3     0xF00173C0          Message Buffer Status Changed Interrupt Control 3
ERAY1_MSIC4     0xF00173C4          Message Buffer Status Changed Interrupt Control 4
ERAY1_CREL      0xF00173F0          Core Release Register
ERAY1_ENDN      0xF00173F4          Endian Register
ERAY1_WRDS01    0xF0017400          Write Data Section 1
ERAY1_WRDS02    0xF0017404          Write Data Section 2
ERAY1_WRDS03    0xF0017408          Write Data Section 3
ERAY1_WRDS04    0xF001740C          Write Data Section 4
ERAY1_WRDS05    0xF0017410          Write Data Section 5
ERAY1_WRDS06    0xF0017414          Write Data Section 6
ERAY1_WRDS07    0xF0017418          Write Data Section 7
ERAY1_WRDS08    0xF001741C          Write Data Section 8
ERAY1_WRDS09    0xF0017420          Write Data Section 9
ERAY1_WRDS10    0xF0017424          Write Data Section 10
ERAY1_WRDS11    0xF0017428          Write Data Section 11
ERAY1_WRDS12    0xF001742C          Write Data Section 12
ERAY1_WRDS13    0xF0017430          Write Data Section 13
ERAY1_WRDS14    0xF0017434          Write Data Section 14
ERAY1_WRDS15    0xF0017438          Write Data Section 15
ERAY1_WRDS16    0xF001743C          Write Data Section 16
ERAY1_WRDS17    0xF0017440          Write Data Section 17
ERAY1_WRDS18    0xF0017444          Write Data Section 18
ERAY1_WRDS19    0xF0017448          Write Data Section 19
ERAY1_WRDS20    0xF001744C          Write Data Section 20
ERAY1_WRDS21    0xF0017450          Write Data Section 21
ERAY1_WRDS22    0xF0017454          Write Data Section 22
ERAY1_WRDS23    0xF0017458          Write Data Section 23
ERAY1_WRDS24    0xF001745C          Write Data Section 24
ERAY1_WRDS25    0xF0017460          Write Data Section 25
ERAY1_WRDS26    0xF0017464          Write Data Section 26
ERAY1_WRDS27    0xF0017468          Write Data Section 27
ERAY1_WRDS28    0xF001746C          Write Data Section 28
ERAY1_WRDS29    0xF0017470          Write Data Section 29
ERAY1_WRDS30    0xF0017474          Write Data Section 30
ERAY1_WRDS31    0xF0017478          Write Data Section 31
ERAY1_WRDS32    0xF001747C          Write Data Section 32
ERAY1_WRDS33    0xF0017480          Write Data Section 33
ERAY1_WRDS34    0xF0017484          Write Data Section 34
ERAY1_WRDS35    0xF0017488          Write Data Section 35
ERAY1_WRDS36    0xF001748C          Write Data Section 36
ERAY1_WRDS37    0xF0017490          Write Data Section 37
ERAY1_WRDS38    0xF0017494          Write Data Section 38
ERAY1_WRDS39    0xF0017498          Write Data Section 39
ERAY1_WRDS40    0xF001749C          Write Data Section 40
ERAY1_WRDS41    0xF00174A0          Write Data Section 41
ERAY1_WRDS42    0xF00174A4          Write Data Section 42
ERAY1_WRDS43    0xF00174A8          Write Data Section 43
ERAY1_WRDS44    0xF00174AC          Write Data Section 44
ERAY1_WRDS45    0xF00174B0          Write Data Section 45
ERAY1_WRDS46    0xF00174B4          Write Data Section 46
ERAY1_WRDS47    0xF00174B8          Write Data Section 47
ERAY1_WRDS48    0xF00174BC          Write Data Section 48
ERAY1_WRDS49    0xF00174C0          Write Data Section 49
ERAY1_WRDS50    0xF00174C4          Write Data Section 50
ERAY1_WRDS51    0xF00174C8          Write Data Section 51
ERAY1_WRDS52    0xF00174CC          Write Data Section 52
ERAY1_WRDS53    0xF00174D0          Write Data Section 53
ERAY1_WRDS54    0xF00174D4          Write Data Section 54
ERAY1_WRDS55    0xF00174D8          Write Data Section 55
ERAY1_WRDS56    0xF00174DC          Write Data Section 56
ERAY1_WRDS57    0xF00174E0          Write Data Section 57
ERAY1_WRDS58    0xF00174E4          Write Data Section 58
ERAY1_WRDS59    0xF00174E8          Write Data Section 59
ERAY1_WRDS60    0xF00174EC          Write Data Section 60
ERAY1_WRDS61    0xF00174F0          Write Data Section 61
ERAY1_WRDS62    0xF00174F4          Write Data Section 62
ERAY1_WRDS63    0xF00174F8          Write Data Section 63
ERAY1_WRDS64    0xF00174FC          Write Data Section 64
ERAY1_WRHS1     0xF0017500          Write Header Section 1
ERAY1_WRHS2     0xF0017504          Write Header Section 2
ERAY1_WRHS3     0xF0017508          Write Header Section 3
ERAY1_IBCM      0xF0017510          Input Buffer Command Mask
ERAY1_IBCR      0xF0017514          Input Buffer Command Request
ERAY1_RDDS01    0xF0017600          Read Data Section 1
ERAY1_RDDS02    0xF0017604          Read Data Section 2
ERAY1_RDDS03    0xF0017608          Read Data Section 3
ERAY1_RDDS04    0xF001760C          Read Data Section 4
ERAY1_RDDS05    0xF0017610          Read Data Section 5
ERAY1_RDDS06    0xF0017614          Read Data Section 6
ERAY1_RDDS07    0xF0017618          Read Data Section 7
ERAY1_RDDS08    0xF001761C          Read Data Section 8
ERAY1_RDDS09    0xF0017620          Read Data Section 9
ERAY1_RDDS10    0xF0017624          Read Data Section 10
ERAY1_RDDS11    0xF0017628          Read Data Section 11
ERAY1_RDDS12    0xF001762C          Read Data Section 12
ERAY1_RDDS13    0xF0017630          Read Data Section 13
ERAY1_RDDS14    0xF0017634          Read Data Section 14
ERAY1_RDDS15    0xF0017638          Read Data Section 15
ERAY1_RDDS16    0xF001763C          Read Data Section 16
ERAY1_RDDS17    0xF0017640          Read Data Section 17
ERAY1_RDDS18    0xF0017644          Read Data Section 18
ERAY1_RDDS19    0xF0017648          Read Data Section 19
ERAY1_RDDS20    0xF001764C          Read Data Section 20
ERAY1_RDDS21    0xF0017650          Read Data Section 21
ERAY1_RDDS22    0xF0017654          Read Data Section 22
ERAY1_RDDS23    0xF0017658          Read Data Section 23
ERAY1_RDDS24    0xF001765C          Read Data Section 24
ERAY1_RDDS25    0xF0017660          Read Data Section 25
ERAY1_RDDS26    0xF0017664          Read Data Section 26
ERAY1_RDDS27    0xF0017668          Read Data Section 27
ERAY1_RDDS28    0xF001766C          Read Data Section 28
ERAY1_RDDS29    0xF0017670          Read Data Section 29
ERAY1_RDDS30    0xF0017674          Read Data Section 30
ERAY1_RDDS31    0xF0017678          Read Data Section 31
ERAY1_RDDS32    0xF001767C          Read Data Section 32
ERAY1_RDDS33    0xF0017680          Read Data Section 33
ERAY1_RDDS34    0xF0017684          Read Data Section 34
ERAY1_RDDS35    0xF0017688          Read Data Section 35
ERAY1_RDDS36    0xF001768C          Read Data Section 36
ERAY1_RDDS37    0xF0017690          Read Data Section 37
ERAY1_RDDS38    0xF0017694          Read Data Section 38
ERAY1_RDDS39    0xF0017698          Read Data Section 39
ERAY1_RDDS40    0xF001769C          Read Data Section 40
ERAY1_RDDS41    0xF00176A0          Read Data Section 41
ERAY1_RDDS42    0xF00176A4          Read Data Section 42
ERAY1_RDDS43    0xF00176A8          Read Data Section 43
ERAY1_RDDS44    0xF00176AC          Read Data Section 44
ERAY1_RDDS45    0xF00176B0          Read Data Section 45
ERAY1_RDDS46    0xF00176B4          Read Data Section 46
ERAY1_RDDS47    0xF00176B8          Read Data Section 47
ERAY1_RDDS48    0xF00176BC          Read Data Section 48
ERAY1_RDDS49    0xF00176C0          Read Data Section 49
ERAY1_RDDS50    0xF00176C4          Read Data Section 50
ERAY1_RDDS51    0xF00176C8          Read Data Section 51
ERAY1_RDDS52    0xF00176CC          Read Data Section 52
ERAY1_RDDS53    0xF00176D0          Read Data Section 53
ERAY1_RDDS54    0xF00176D4          Read Data Section 54
ERAY1_RDDS55    0xF00176D8          Read Data Section 55
ERAY1_RDDS56    0xF00176DC          Read Data Section 56
ERAY1_RDDS57    0xF00176E0          Read Data Section 57
ERAY1_RDDS58    0xF00176E4          Read Data Section 58
ERAY1_RDDS59    0xF00176E8          Read Data Section 59
ERAY1_RDDS60    0xF00176EC          Read Data Section 60
ERAY1_RDDS61    0xF00176F0          Read Data Section 61
ERAY1_RDDS62    0xF00176F4          Read Data Section 62
ERAY1_RDDS63    0xF00176F8          Read Data Section 63
ERAY1_RDDS64    0xF00176FC          Read Data Section 64
ERAY1_RDHS1     0xF0017700          Read Header Section 1
ERAY1_RDHS2     0xF0017704          Read Header Section 2
ERAY1_RDHS3     0xF0017708          Read Header Section 3
ERAY1_MBS       0xF001770C          Message Buffer Status
ERAY1_OBCM      0xF0017710          Output Buffer Command Mask
ERAY1_OBCR      0xF0017714          Output Buffer Command Request
ERAY1_OTSS      0xF0017870          OCDS Trigger Set Select
ERAY1_OCS       0xF00178E8          OCDS Control and Status
ERAY1_KRSTCLR   0xF00178EC          Kernel Reset Status Clear Register
ERAY1_KRST1     0xF00178F0          Kernel Reset Register 1
ERAY1_KRST0     0xF00178F4          Kernel Reset Register 0
ERAY1_ACCEN0    0xF00178FC          Access Enable Register 0
ERAY0_CLC       0xF001C000          Clock Control Register
ERAY0_CUST1     0xF001C004          Busy and Input Buffer Control Register
ERAY0_ID        0xF001C008          Module Identification Register
ERAY0_CUST3     0xF001C00C          Customer Interface Timeout Counter Register
ERAY0_TEST1     0xF001C010          Test Register 1
ERAY0_TEST2     0xF001C014          Test Register 2
ERAY0_LCK       0xF001C01C          Lock Register
ERAY0_EIR       0xF001C020          Error Service Request Select Register
ERAY0_SIR       0xF001C024          Status Service Request Register
ERAY0_EILS      0xF001C028          Error Service Request Line Select
ERAY0_SILS      0xF001C02C          Status Service Request Line Select
ERAY0_EIES      0xF001C030          Error Service Request Enable Set
ERAY0_EIER      0xF001C034          Error Service Request Enable Reset
ERAY0_SIES      0xF001C038          Status Service Request Enable Set
ERAY0_SIER      0xF001C03C          Status Service Request Enable Reset
ERAY0_ILE       0xF001C040          Service Request Line Enable
ERAY0_T0C       0xF001C044          Timer 0 Configuration
ERAY0_T1C       0xF001C048          Timer 1 Configuration
ERAY0_STPW1     0xF001C04C          Stop Watch Register 1
ERAY0_STPW2     0xF001C050          Stop Watch Register 2
ERAY0_SUCC1     0xF001C080          SUC Configuration Register 1
ERAY0_SUCC2     0xF001C084          SUC Configuration Register 2
ERAY0_SUCC3     0xF001C088          SUC Configuration Register 3
ERAY0_NEMC      0xF001C08C          NEM Configuration Register
ERAY0_PRTC1     0xF001C090          PRT Configuration Register 1
ERAY0_PRTC2     0xF001C094          PRT Configuration Register 2
ERAY0_MHDC      0xF001C098          MHD Configuration Register
ERAY0_GTUC01    0xF001C0A0          GTU Configuration Register 1
ERAY0_GTUC02    0xF001C0A4          GTU Configuration Register 2
ERAY0_GTUC03    0xF001C0A8          GTU Configuration Register 3
ERAY0_GTUC04    0xF001C0AC          GTU Configuration Register 4
ERAY0_GTUC05    0xF001C0B0          GTU Configuration Register 5
ERAY0_GTUC06    0xF001C0B4          GTU Configuration Register 6
ERAY0_GTUC07    0xF001C0B8          GTU Configuration Register 7
ERAY0_GTUC08    0xF001C0BC          GTU Configuration Register 8
ERAY0_GTUC09    0xF001C0C0          GTU Configuration Register 9
ERAY0_GTUC10    0xF001C0C4          GTU Configuration Register 10
ERAY0_GTUC11    0xF001C0C8          GTU Configuration Register 11
ERAY0_CCSV      0xF001C100          Communication Controller Status Vector
ERAY0_CCEV      0xF001C104          Communication Controller Error Vector
ERAY0_SCV       0xF001C110          Slot Counter Value
ERAY0_MTCCV     0xF001C114          Macrotick and Cycle Counter Value
ERAY0_RCV       0xF001C118          Rate Correction Value
ERAY0_OCV       0xF001C11C          Offset Correction Value
ERAY0_SFS       0xF001C120          SYNC Frame Status
ERAY0_SWNIT     0xF001C124          Symbol Window and Network Idle Time Status
ERAY0_ACS       0xF001C128          Aggregated Channel Status
ERAY0_ESID01    0xF001C130          Even Sync ID Symbol Window 1
ERAY0_ESID02    0xF001C134          Even Sync ID Symbol Window 2
ERAY0_ESID03    0xF001C138          Even Sync ID Symbol Window 3
ERAY0_ESID04    0xF001C13C          Even Sync ID Symbol Window 4
ERAY0_ESID05    0xF001C140          Even Sync ID Symbol Window 5
ERAY0_ESID06    0xF001C144          Even Sync ID Symbol Window 6
ERAY0_ESID07    0xF001C148          Even Sync ID Symbol Window 7
ERAY0_ESID08    0xF001C14C          Even Sync ID Symbol Window 8
ERAY0_ESID09    0xF001C150          Even Sync ID Symbol Window 9
ERAY0_ESID10    0xF001C154          Even Sync ID Symbol Window 10
ERAY0_ESID11    0xF001C158          Even Sync ID Symbol Window 11
ERAY0_ESID12    0xF001C15C          Even Sync ID Symbol Window 12
ERAY0_ESID13    0xF001C160          Even Sync ID Symbol Window 13
ERAY0_ESID14    0xF001C164          Even Sync ID Symbol Window 14
ERAY0_ESID15    0xF001C168          Even Sync ID Symbol Window 15
ERAY0_OSID01    0xF001C170          Odd Sync ID Symbol Window 1
ERAY0_OSID02    0xF001C174          Odd Sync ID Symbol Window 2
ERAY0_OSID03    0xF001C178          Odd Sync ID Symbol Window 3
ERAY0_OSID04    0xF001C17C          Odd Sync ID Symbol Window 4
ERAY0_OSID05    0xF001C180          Odd Sync ID Symbol Window 5
ERAY0_OSID06    0xF001C184          Odd Sync ID Symbol Window 6
ERAY0_OSID07    0xF001C188          Odd Sync ID Symbol Window 7
ERAY0_OSID08    0xF001C18C          Odd Sync ID Symbol Window 8
ERAY0_OSID09    0xF001C190          Odd Sync ID Symbol Window 9
ERAY0_OSID10    0xF001C194          Odd Sync ID Symbol Window 10
ERAY0_OSID11    0xF001C198          Odd Sync ID Symbol Window 11
ERAY0_OSID12    0xF001C19C          Odd Sync ID Symbol Window 12
ERAY0_OSID13    0xF001C1A0          Odd Sync ID Symbol Window 13
ERAY0_OSID14    0xF001C1A4          Odd Sync ID Symbol Window 14
ERAY0_OSID15    0xF001C1A8          Odd Sync ID Symbol Window 15
ERAY0_NMV1      0xF001C1B0          Network Management Vector 1
ERAY0_NMV2      0xF001C1B4          Network Management Vector 2
ERAY0_NMV3      0xF001C1B8          Network Management Vector 3
ERAY0_MRC       0xF001C300          Message RAM Configuration
ERAY0_FRF       0xF001C304          FIFO Rejection Filter
ERAY0_FRFM      0xF001C308          FIFO Rejection Filter Mask
ERAY0_FCL       0xF001C30C          FIFO Critical Level
ERAY0_MHDS      0xF001C310          Message Handler Status
ERAY0_LDTS      0xF001C314          Last Dynamic Transmit Slot
ERAY0_FSR       0xF001C318          FIFO Status Register
ERAY0_MHDF      0xF001C31C          Message Handler Constraints Flags
ERAY0_TXRQ1     0xF001C320          Transmission Request Register 1
ERAY0_TXRQ2     0xF001C324          Transmission Request Register 2
ERAY0_TXRQ3     0xF001C328          Transmission Request Register 3
ERAY0_TXRQ4     0xF001C32C          Transmission Request Register 4
ERAY0_NDAT1     0xF001C330          New Data Register 1
ERAY0_NDAT2     0xF001C334          New Data Register 2
ERAY0_NDAT3     0xF001C338          New Data Register 3
ERAY0_NDAT4     0xF001C33C          New Data Register 4
ERAY0_MBSC1     0xF001C340          Message Buffer Status Changed 1
ERAY0_MBSC2     0xF001C344          Message Buffer Status Changed 2
ERAY0_MBSC3     0xF001C348          Message Buffer Status Changed 3
ERAY0_MBSC4     0xF001C34C          Message Buffer Status Changed 4
ERAY0_NDIC1     0xF001C3A8          New Data Interrupt Control 1
ERAY0_NDIC2     0xF001C3AC          New Data Interrupt Control 2
ERAY0_NDIC3     0xF001C3B0          New Data Interrupt Control 3
ERAY0_NDIC4     0xF001C3B4          New Data Interrupt Control 4
ERAY0_MSIC1     0xF001C3B8          Message Buffer Status Changed Interrupt Control 1
ERAY0_MSIC2     0xF001C3BC          Message Buffer Status Changed Interrupt Control 2
ERAY0_MSIC3     0xF001C3C0          Message Buffer Status Changed Interrupt Control 3
ERAY0_MSIC4     0xF001C3C4          Message Buffer Status Changed Interrupt Control 4
ERAY0_CREL      0xF001C3F0          Core Release Register
ERAY0_ENDN      0xF001C3F4          Endian Register
ERAY0_WRDS01    0xF001C400          Write Data Section 1
ERAY0_WRDS02    0xF001C404          Write Data Section 2
ERAY0_WRDS03    0xF001C408          Write Data Section 3
ERAY0_WRDS04    0xF001C40C          Write Data Section 4
ERAY0_WRDS05    0xF001C410          Write Data Section 5
ERAY0_WRDS06    0xF001C414          Write Data Section 6
ERAY0_WRDS07    0xF001C418          Write Data Section 7
ERAY0_WRDS08    0xF001C41C          Write Data Section 8
ERAY0_WRDS09    0xF001C420          Write Data Section 9
ERAY0_WRDS10    0xF001C424          Write Data Section 10
ERAY0_WRDS11    0xF001C428          Write Data Section 11
ERAY0_WRDS12    0xF001C42C          Write Data Section 12
ERAY0_WRDS13    0xF001C430          Write Data Section 13
ERAY0_WRDS14    0xF001C434          Write Data Section 14
ERAY0_WRDS15    0xF001C438          Write Data Section 15
ERAY0_WRDS16    0xF001C43C          Write Data Section 16
ERAY0_WRDS17    0xF001C440          Write Data Section 17
ERAY0_WRDS18    0xF001C444          Write Data Section 18
ERAY0_WRDS19    0xF001C448          Write Data Section 19
ERAY0_WRDS20    0xF001C44C          Write Data Section 20
ERAY0_WRDS21    0xF001C450          Write Data Section 21
ERAY0_WRDS22    0xF001C454          Write Data Section 22
ERAY0_WRDS23    0xF001C458          Write Data Section 23
ERAY0_WRDS24    0xF001C45C          Write Data Section 24
ERAY0_WRDS25    0xF001C460          Write Data Section 25
ERAY0_WRDS26    0xF001C464          Write Data Section 26
ERAY0_WRDS27    0xF001C468          Write Data Section 27
ERAY0_WRDS28    0xF001C46C          Write Data Section 28
ERAY0_WRDS29    0xF001C470          Write Data Section 29
ERAY0_WRDS30    0xF001C474          Write Data Section 30
ERAY0_WRDS31    0xF001C478          Write Data Section 31
ERAY0_WRDS32    0xF001C47C          Write Data Section 32
ERAY0_WRDS33    0xF001C480          Write Data Section 33
ERAY0_WRDS34    0xF001C484          Write Data Section 34
ERAY0_WRDS35    0xF001C488          Write Data Section 35
ERAY0_WRDS36    0xF001C48C          Write Data Section 36
ERAY0_WRDS37    0xF001C490          Write Data Section 37
ERAY0_WRDS38    0xF001C494          Write Data Section 38
ERAY0_WRDS39    0xF001C498          Write Data Section 39
ERAY0_WRDS40    0xF001C49C          Write Data Section 40
ERAY0_WRDS41    0xF001C4A0          Write Data Section 41
ERAY0_WRDS42    0xF001C4A4          Write Data Section 42
ERAY0_WRDS43    0xF001C4A8          Write Data Section 43
ERAY0_WRDS44    0xF001C4AC          Write Data Section 44
ERAY0_WRDS45    0xF001C4B0          Write Data Section 45
ERAY0_WRDS46    0xF001C4B4          Write Data Section 46
ERAY0_WRDS47    0xF001C4B8          Write Data Section 47
ERAY0_WRDS48    0xF001C4BC          Write Data Section 48
ERAY0_WRDS49    0xF001C4C0          Write Data Section 49
ERAY0_WRDS50    0xF001C4C4          Write Data Section 50
ERAY0_WRDS51    0xF001C4C8          Write Data Section 51
ERAY0_WRDS52    0xF001C4CC          Write Data Section 52
ERAY0_WRDS53    0xF001C4D0          Write Data Section 53
ERAY0_WRDS54    0xF001C4D4          Write Data Section 54
ERAY0_WRDS55    0xF001C4D8          Write Data Section 55
ERAY0_WRDS56    0xF001C4DC          Write Data Section 56
ERAY0_WRDS57    0xF001C4E0          Write Data Section 57
ERAY0_WRDS58    0xF001C4E4          Write Data Section 58
ERAY0_WRDS59    0xF001C4E8          Write Data Section 59
ERAY0_WRDS60    0xF001C4EC          Write Data Section 60
ERAY0_WRDS61    0xF001C4F0          Write Data Section 61
ERAY0_WRDS62    0xF001C4F4          Write Data Section 62
ERAY0_WRDS63    0xF001C4F8          Write Data Section 63
ERAY0_WRDS64    0xF001C4FC          Write Data Section 64
ERAY0_WRHS1     0xF001C500          Write Header Section 1
ERAY0_WRHS2     0xF001C504          Write Header Section 2
ERAY0_WRHS3     0xF001C508          Write Header Section 3
ERAY0_IBCM      0xF001C510          Input Buffer Command Mask
ERAY0_IBCR      0xF001C514          Input Buffer Command Request
ERAY0_RDDS01    0xF001C600          Read Data Section 1
ERAY0_RDDS02    0xF001C604          Read Data Section 2
ERAY0_RDDS03    0xF001C608          Read Data Section 3
ERAY0_RDDS04    0xF001C60C          Read Data Section 4
ERAY0_RDDS05    0xF001C610          Read Data Section 5
ERAY0_RDDS06    0xF001C614          Read Data Section 6
ERAY0_RDDS07    0xF001C618          Read Data Section 7
ERAY0_RDDS08    0xF001C61C          Read Data Section 8
ERAY0_RDDS09    0xF001C620          Read Data Section 9
ERAY0_RDDS10    0xF001C624          Read Data Section 10
ERAY0_RDDS11    0xF001C628          Read Data Section 11
ERAY0_RDDS12    0xF001C62C          Read Data Section 12
ERAY0_RDDS13    0xF001C630          Read Data Section 13
ERAY0_RDDS14    0xF001C634          Read Data Section 14
ERAY0_RDDS15    0xF001C638          Read Data Section 15
ERAY0_RDDS16    0xF001C63C          Read Data Section 16
ERAY0_RDDS17    0xF001C640          Read Data Section 17
ERAY0_RDDS18    0xF001C644          Read Data Section 18
ERAY0_RDDS19    0xF001C648          Read Data Section 19
ERAY0_RDDS20    0xF001C64C          Read Data Section 20
ERAY0_RDDS21    0xF001C650          Read Data Section 21
ERAY0_RDDS22    0xF001C654          Read Data Section 22
ERAY0_RDDS23    0xF001C658          Read Data Section 23
ERAY0_RDDS24    0xF001C65C          Read Data Section 24
ERAY0_RDDS25    0xF001C660          Read Data Section 25
ERAY0_RDDS26    0xF001C664          Read Data Section 26
ERAY0_RDDS27    0xF001C668          Read Data Section 27
ERAY0_RDDS28    0xF001C66C          Read Data Section 28
ERAY0_RDDS29    0xF001C670          Read Data Section 29
ERAY0_RDDS30    0xF001C674          Read Data Section 30
ERAY0_RDDS31    0xF001C678          Read Data Section 31
ERAY0_RDDS32    0xF001C67C          Read Data Section 32
ERAY0_RDDS33    0xF001C680          Read Data Section 33
ERAY0_RDDS34    0xF001C684          Read Data Section 34
ERAY0_RDDS35    0xF001C688          Read Data Section 35
ERAY0_RDDS36    0xF001C68C          Read Data Section 36
ERAY0_RDDS37    0xF001C690          Read Data Section 37
ERAY0_RDDS38    0xF001C694          Read Data Section 38
ERAY0_RDDS39    0xF001C698          Read Data Section 39
ERAY0_RDDS40    0xF001C69C          Read Data Section 40
ERAY0_RDDS41    0xF001C6A0          Read Data Section 41
ERAY0_RDDS42    0xF001C6A4          Read Data Section 42
ERAY0_RDDS43    0xF001C6A8          Read Data Section 43
ERAY0_RDDS44    0xF001C6AC          Read Data Section 44
ERAY0_RDDS45    0xF001C6B0          Read Data Section 45
ERAY0_RDDS46    0xF001C6B4          Read Data Section 46
ERAY0_RDDS47    0xF001C6B8          Read Data Section 47
ERAY0_RDDS48    0xF001C6BC          Read Data Section 48
ERAY0_RDDS49    0xF001C6C0          Read Data Section 49
ERAY0_RDDS50    0xF001C6C4          Read Data Section 50
ERAY0_RDDS51    0xF001C6C8          Read Data Section 51
ERAY0_RDDS52    0xF001C6CC          Read Data Section 52
ERAY0_RDDS53    0xF001C6D0          Read Data Section 53
ERAY0_RDDS54    0xF001C6D4          Read Data Section 54
ERAY0_RDDS55    0xF001C6D8          Read Data Section 55
ERAY0_RDDS56    0xF001C6DC          Read Data Section 56
ERAY0_RDDS57    0xF001C6E0          Read Data Section 57
ERAY0_RDDS58    0xF001C6E4          Read Data Section 58
ERAY0_RDDS59    0xF001C6E8          Read Data Section 59
ERAY0_RDDS60    0xF001C6EC          Read Data Section 60
ERAY0_RDDS61    0xF001C6F0          Read Data Section 61
ERAY0_RDDS62    0xF001C6F4          Read Data Section 62
ERAY0_RDDS63    0xF001C6F8          Read Data Section 63
ERAY0_RDDS64    0xF001C6FC          Read Data Section 64
ERAY0_RDHS1     0xF001C700          Read Header Section 1
ERAY0_RDHS2     0xF001C704          Read Header Section 2
ERAY0_RDHS3     0xF001C708          Read Header Section 3
ERAY0_MBS       0xF001C70C          Message Buffer Status
ERAY0_OBCM      0xF001C710          Output Buffer Command Mask
ERAY0_OBCR      0xF001C714          Output Buffer Command Request
ERAY0_OTSS      0xF001C870          OCDS Trigger Set Select
ERAY0_OCS       0xF001C8E8          OCDS Control and Status
ERAY0_KRSTCLR   0xF001C8EC          Kernel Reset Status Clear Register
ERAY0_KRST1     0xF001C8F0          Kernel Reset Register 1
ERAY0_KRST0     0xF001C8F4          Kernel Reset Register 0
ERAY0_ACCEN0    0xF001C8FC          Access Enable Register 0
GETH_MAC_CONFIGURATION 0xF001D000          MAC Configuration Register
GETH_MAC_EXT_CONFIGURATION 0xF001D004          MAC Extended Configuration Register
GETH_MAC_PACKET_FILTER 0xF001D008          MAC Packet Filter Register
GETH_MAC_WATCHDOG_TIMEOUT 0xF001D00C          MAC Watchdog Timeout Register
GETH_MAC_VLAN_TAG_CTRL 0xF001D050          MAC VLAN Tag Control Register
GETH_MAC_VLAN_TAG_DATA 0xF001D054          MAC VLAN Tag Data Register
GETH_MAC_VLAN_HASH_TABLE 0xF001D058          MAC VLAN Hash Table Register
GETH_MAC_VLAN_INCL 0xF001D060          MAC VLAN Tag Inclusion or Replacement Register
GETH_MAC_INNER_VLAN_INCL 0xF001D064          MAC Inner VLAN Tag Inclus0on or Replacement Register
GETH_MAC_Q0_TX_FLOW_CTRL 0xF001D070          MAC Flow Control Register
GETH_MAC_RX_FLOW_CTRL 0xF001D090          MAC Receive Flow Control Register
GETH_MAC_RxQ_CTRL4 0xF001D094          MAC Receive Queue Control 4 register
GETH_MAC_RXQ_CTRL0 0xF001D0A0          MAC Receive Queue Control 0 Register
GETH_MAC_RXQ_CTRL1 0xF001D0A4          MAC Receive Queue Control 1 Register
GETH_MAC_RXQ_CTRL2 0xF001D0A8          MAC Receive Queue Control 2 Register
GETH_MAC_INTERRUPT_STATUS 0xF001D0B0          MAC Interrupt Status Register
GETH_MAC_INTERRUPT_ENABLE 0xF001D0B4          MAC Interrupt Enable Register
GETH_MAC_RX_TX_STATUS 0xF001D0B8          MAC Receive Transmit Status Register
GETH_MAC_PMT_CONTROL_STATUS 0xF001D0C0          MAC PMT Control and Status Register
GETH_MAC_LPI_CONTROL_STATUS 0xF001D0D0          MAC LPI Control and Status Register
GETH_MAC_LPI_TIMERS_CONTROL 0xF001D0D4          MAC LPI Timers Control Register
GETH_MAC_LPI_ENTRY_TIMER 0xF001D0D8          MAC LPI Entry Timer Register
GETH_MAC_1US_TIC_COUNTER 0xF001D0DC          MAC One Microsecond Tic Counter Register
GETH_MAC_PHYIF_CONTROL_STATUS 0xF001D0F8          MAC PHY Interface Control and Status Register
GETH_MAC_VERSION 0xF001D110          MAC Version Register
GETH_MAC_DEBUG  0xF001D114          MAC Debug Register
GETH_MAC_HW_FEATURE0 0xF001D11C          MAC Hardware Feature Register 0
GETH_MAC_HW_FEATURE1 0xF001D120          MAC Hardware Feature Register 1
GETH_MAC_HW_FEATURE2 0xF001D124          MAC Hardware Feature Register 2
GETH_MAC_HW_FEATURE3 0xF001D128          MAC Hardware Feature Register 3
GETH_MAC_MDIO_ADDRESS 0xF001D200          MAC MDIO Address Register
GETH_MAC_MDIO_DATA 0xF001D204          MAC MDIO Data Register
GETH_MAC_CSR_SW_CTRL 0xF001D230          MAC CSR Software Controls Register
GETH_MAC_ADDRESS0_HIGH 0xF001D300          MAC Address 0 High Register
GETH_MAC_ADDRESS0_LOW 0xF001D304          MAC Address 0 Low Register
GETH_MAC_ADDRESS1_HIGH 0xF001D308          MAC Address 1 High Register
GETH_MAC_ADDRESS1_LOW 0xF001D30C          MAC Address 1 Low Register
GETH_MAC_ADDRESS2_HIGH 0xF001D310          MAC Address 2 High Register
GETH_MAC_ADDRESS2_LOW 0xF001D314          MAC Address 2 Low Register
GETH_MAC_ADDRESS3_HIGH 0xF001D318          MAC Address 3 High Register
GETH_MAC_ADDRESS3_LOW 0xF001D31C          MAC Address 3 Low Register
GETH_MAC_ADDRESS4_HIGH 0xF001D320          MAC Address 4 High Register
GETH_MAC_ADDRESS4_LOW 0xF001D324          MAC Address 4 Low Register
GETH_MAC_ADDRESS5_HIGH 0xF001D328          MAC Address 5 High Register
GETH_MAC_ADDRESS5_LOW 0xF001D32C          MAC Address 5 Low Register
GETH_MAC_ADDRESS6_HIGH 0xF001D330          MAC Address 6 High Register
GETH_MAC_ADDRESS6_LOW 0xF001D334          MAC Address 6 Low Register
GETH_MAC_ADDRESS7_HIGH 0xF001D338          MAC Address 7 High Register
GETH_MAC_ADDRESS7_LOW 0xF001D33C          MAC Address 7 Low Register
GETH_MAC_ADDRESS8_HIGH 0xF001D340          MAC Address 8 High Register
GETH_MAC_ADDRESS8_LOW 0xF001D344          MAC Address 8 Low Register
GETH_MAC_ADDRESS9_HIGH 0xF001D348          MAC Address 9 High Register
GETH_MAC_ADDRESS9_LOW 0xF001D34C          MAC Address 9 Low Register
GETH_MAC_ADDRESS10_HIGH 0xF001D350          MAC Address 10 High Register
GETH_MAC_ADDRESS10_LOW 0xF001D354          MAC Address 10 Low Register
GETH_MAC_ADDRESS11_HIGH 0xF001D358          MAC Address 11 High Register
GETH_MAC_ADDRESS11_LOW 0xF001D35C          MAC Address 11 Low Register
GETH_MAC_ADDRESS12_HIGH 0xF001D360          MAC Address 12 High Register
GETH_MAC_ADDRESS12_LOW 0xF001D364          MAC Address 12 Low Register
GETH_MAC_ADDRESS13_HIGH 0xF001D368          MAC Address 13 High Register
GETH_MAC_ADDRESS13_LOW 0xF001D36C          MAC Address 13 Low Register
GETH_MAC_ADDRESS14_HIGH 0xF001D370          MAC Address 14 High Register
GETH_MAC_ADDRESS14_LOW 0xF001D374          MAC Address 14 Low Register
GETH_MAC_ADDRESS15_HIGH 0xF001D378          MAC Address 15 High Register
GETH_MAC_ADDRESS15_LOW 0xF001D37C          MAC Address 15 Low Register
GETH_MAC_ADDRESS16_HIGH 0xF001D380          MAC Address 16 High Register
GETH_MAC_ADDRESS16_LOW 0xF001D384          MAC Address 16 Low Register
GETH_MAC_ADDRESS17_HIGH 0xF001D388          MAC Address 17 High Register
GETH_MAC_ADDRESS17_LOW 0xF001D38C          MAC Address 17 Low Register
GETH_MAC_ADDRESS18_HIGH 0xF001D390          MAC Address 18 High Register
GETH_MAC_ADDRESS18_LOW 0xF001D394          MAC Address 18 Low Register
GETH_MAC_ADDRESS19_HIGH 0xF001D398          MAC Address 19 High Register
GETH_MAC_ADDRESS19_LOW 0xF001D39C          MAC Address 19 Low Register
GETH_MAC_ADDRESS20_HIGH 0xF001D3A0          MAC Address 20 High Register
GETH_MAC_ADDRESS20_LOW 0xF001D3A4          MAC Address 20 Low Register
GETH_MAC_ADDRESS21_HIGH 0xF001D3A8          MAC Address 21 High Register
GETH_MAC_ADDRESS21_LOW 0xF001D3AC          MAC Address 21 Low Register
GETH_MAC_ADDRESS22_HIGH 0xF001D3B0          MAC Address 22 High Register
GETH_MAC_ADDRESS22_LOW 0xF001D3B4          MAC Address 22 Low Register
GETH_MAC_ADDRESS23_HIGH 0xF001D3B8          MAC Address 23 High Register
GETH_MAC_ADDRESS23_LOW 0xF001D3BC          MAC Address 23 Low Register
GETH_MAC_ADDRESS24_HIGH 0xF001D3C0          MAC Address 24 High Register
GETH_MAC_ADDRESS24_LOW 0xF001D3C4          MAC Address 24 Low Register
GETH_MAC_ADDRESS25_HIGH 0xF001D3C8          MAC Address 25 High Register
GETH_MAC_ADDRESS25_LOW 0xF001D3CC          MAC Address 25 Low Register
GETH_MAC_ADDRESS26_HIGH 0xF001D3D0          MAC Address 26 High Register
GETH_MAC_ADDRESS26_LOW 0xF001D3D4          MAC Address 26 Low Register
GETH_MAC_ADDRESS27_HIGH 0xF001D3D8          MAC Address 27 High Register
GETH_MAC_ADDRESS27_LOW 0xF001D3DC          MAC Address 27 Low Register
GETH_MAC_ADDRESS28_HIGH 0xF001D3E0          MAC Address 28 High Register
GETH_MAC_ADDRESS28_LOW 0xF001D3E4          MAC Address 28 Low Register
GETH_MAC_ADDRESS29_HIGH 0xF001D3E8          MAC Address 29 High Register
GETH_MAC_ADDRESS29_LOW 0xF001D3EC          MAC Address 29 Low Register
GETH_MAC_ADDRESS30_HIGH 0xF001D3F0          MAC Address 30 High Register
GETH_MAC_ADDRESS30_LOW 0xF001D3F4          MAC Address 30 Low Register
GETH_MAC_ADDRESS31_HIGH 0xF001D3F8          MAC Address 31 High Register
GETH_MAC_ADDRESS31_LOW 0xF001D3FC          MAC Address 31 Low Register
GETH_MMC_CONTROL 0xF001D700          MMC Control Register
GETH_MMC_RX_INTERRUPT 0xF001D704          MMC Receive Interrupts Register
GETH_MMC_TX_INTERRUPT 0xF001D708          MMC Transmit Interrupts Register
GETH_MMC_RX_INTERRUPT_MASK 0xF001D70C          MMC Receive Interrupts Mask Register
GETH_MMC_TX_INTERRUPT_MASK 0xF001D710          MMC Transmit Interrupts Mask Register
GETH_TX_OCTET_COUNT_GOOD_BAD 0xF001D714          Good And Bad Transmitted Octet Count Register
GETH_TX_PACKET_COUNT_GOOD_BAD 0xF001D718          Good And Bad Transmitted Packets Count Register
GETH_TX_BROADCAST_PACKETS_GOOD 0xF001D71C          Good Transmitted Broadcast Packets Count Register
GETH_TX_MULTICAST_PACKETS_GOOD 0xF001D720          Good Transmitted Multicast Packets Count Register
GETH_TX_64OCTETS_PACKETS_GOOD_BAD 0xF001D724          Good And Bad 64 Octets Packets Transmitted Count Register
GETH_TX_65TO127OCTETS_PACKETS_GOOD_BAD 0xF001D728          Good And Bad 65to127 Octets Packets Transmitted Count Register
GETH_TX_128TO255OCTETS_PACKETS_GOOD_BAD 0xF001D72C          Good And Bad 128to255 Octets Packets Transmitted Count Register
GETH_TX_256TO511OCTETS_PACKETS_GOOD_BAD 0xF001D730          Good And Bad 256to511 Octets Packets Transmitted Count Register
GETH_TX_512TO1023OCTETS_PACKETS_GOOD_BAD 0xF001D734          Good And Bad 512to1023 Octets Packets Transmitted Count Register
GETH_TX_1024TOMAXOCTETS_PACKETS_GOOD_BAD 0xF001D738          Good And Bad 1024toMax Octets Packets Transmitted Count Register
GETH_TX_UNICAST_PACKETS_GOOD_BAD 0xF001D73C          Good Transmitted Unicat Packets Count Register
GETH_TX_MULTICAST_PACKETS_GOOD_BAD 0xF001D740          Good And Bad Transmitted Multicast Packets Count Register
GETH_TX_BROADCAST_PACKETS_GOOD_BAD 0xF001D744          Good And Bad Transmitted Broadcast Packets Count Register
GETH_TX_UNDERFLOW_ERROR_PACKETS 0xF001D748          Transmitted Underflow Error Packets Count Register
GETH_TX_SINGLE_COLLISION_GOOD_PACKETS 0xF001D74C          Good Transmitted Single Collision Count Register
GETH_TX_MULTIPLE_COLLISION_GOOD_PACKETS 0xF001D750          Transmitted Multiple Collision Count Register
GETH_TX_DEFERRED_PACKETS 0xF001D754          Transmitted Deferred Packets Count Register
GETH_TX_LATE_COLLISION_PACKETS 0xF001D758          Transmitted Late Collision Packets Count Register
GETH_TX_EXCESSIVE_COLLISION_PACKETS 0xF001D75C          Transmitted Excessive Collision Packets Count Register
GETH_TX_CARRIER_ERROR_PACKETS 0xF001D760          Transmitted Carrier Error Packets Count Register
GETH_TX_OCTET_COUNT_GOOD 0xF001D764          Good Transmitted Octet Count Register
GETH_TX_PACKET_COUNT_GOOD 0xF001D768          Good Transmitted Packet Count Register
GETH_TX_EXCESSIVE_DEFERRAL_ERROR 0xF001D76C          Transmitted Excessive Deferral Error Count Register
GETH_TX_PAUSE_PACKETS 0xF001D770          Transmitted Pause Packets Count Register
GETH_TX_VLAN_PACKETS_GOOD 0xF001D774          Good Transmitted VLAN Packets Count Register
GETH_TX_OSIZE_PACKETS_GOOD 0xF001D778          Good Transmitted Osize Packets Count Register
GETH_RX_PACKETS_COUNT_GOOD_BAD 0xF001D780          Good And Bad Received Packets Count Register
GETH_RX_OCTET_COUNT_GOOD_BAD 0xF001D784          Good And Bad Received Octet Count Register
GETH_RX_OCTET_COUNT_GOOD 0xF001D788          Good Received Octet Count Register
GETH_RX_BROADCAST_PACKETS_GOOD 0xF001D78C          Good Received Broadcast Packets Count Register
GETH_RX_MULTICAST_PACKETS_GOOD 0xF001D790          Good Received Multicast Packets Count Register
GETH_RX_CRC_ERROR_PACKETS 0xF001D794          Received CRC Error Packets Count Register
GETH_RX_ALIGNMENT_ERROR_PACKETS 0xF001D798          Received Alignment Error Count Register
GETH_RX_RUNT_ERROR_PACKETS 0xF001D79C          Received Runtime Error Count Register
GETH_RX_JABBER_ERROR_PACKETS 0xF001D7A0          Received Jabber Error Count Register
GETH_RX_UNDERSIZE_PACKETS_GOOD 0xF001D7A4          Good Received Undersized Packets Count Register
GETH_RX_OVERSIZE_PACKETS_GOOD 0xF001D7A8          Good Received Oversized Packets Count Register
GETH_RX_64OCTETS_PACKETS_GOOD_BAD 0xF001D7AC          Good And Bad 64 Octets Packets Received Count Register
GETH_RX_65TO127OCTETS_PACKETS_GOOD_BAD 0xF001D7B0          Good And Bad 65to127 Octets Packets Received Count Register
GETH_RX_128TO255OCTETS_PACKETS_GOOD_BAD 0xF001D7B4          Good And Bad 128to255 Octets Packets Received Count Register
GETH_RX_256TO511OCTETS_PACKETS_GOOD_BAD 0xF001D7B8          Good And Bad 256to511 Octets Packets Received Count Register
GETH_RX_512TO1023OCTETS_PACKETS_GOOD_BAD 0xF001D7BC          Good And Bad 512to1023 Octets Packets Received Count Register
GETH_RX_1024TOMAXOCTETS_PACKETS_GOOD_BAD 0xF001D7C0          Good And Bad 1024toMax Octets Packets Received Count Register
GETH_RX_UNICAST_PACKETS_GOOD 0xF001D7C4          Good Received Unicat Packets Count Register
GETH_RX_LENGTH_ERROR_PACKETS 0xF001D7C8          Received Length Error Packets Count Register
GETH_RX_OUT_OF_RANGE_TYPE_PACKETS 0xF001D7CC          Received Out Of Range Type Count Register
GETH_RX_PAUSE_PACKETS 0xF001D7D0          Received Pause Packets Count Register
GETH_RX_FIFO_OVERFLOW_PACKETS 0xF001D7D4          Received FIFO Overflow Count Register
GETH_RX_VLAN_PACKETS_GOOD_BAD 0xF001D7D8          Good And Bad Received VLAN Packets Count Registerv
GETH_RX_WATCHDOG_ERROR_PACKETS 0xF001D7DC          Received Watchdog Error Count Register
GETH_RX_RECEIVE_ERROR_PACKETS 0xF001D7E0          Received Receive Error Count Register
GETH_RX_CONTROL_PACKETS_GOOD 0xF001D7E4          Good Received Control Packets Count Register
GETH_TX_LPI_USEC_CNTR 0xF001D7EC          Transmitted LPI Microseconds Count Register
GETH_TX_LPI_TRAN_CNTR 0xF001D7F0          Transmitted LPI Transition Count Register
GETH_RX_LPI_USEC_CNTR 0xF001D7F4          Received Microseconds LPI Count Register
GETH_RX_LPI_TRAN_CNTR 0xF001D7F8          Received LPI Transition Count Register
GETH_MMC_IPC_RX_INTERRUPT_MASK 0xF001D800          MMC IPC Receive Interrupts Mask Register
GETH_MMC_IPC_RX_INTERRUPT 0xF001D808          MMC IPC Receive Interrupts Register
GETH_RXIPV4_GOOD_PACKETS 0xF001D810          Good Received RxIPv4 Packets Count Register
GETH_RXIPV4_HEADER_ERROR_PACKETS 0xF001D814          Received IPv4 Header Error Packets Count Register
GETH_RXIPV4_NO_PAYLOAD_PACKETS 0xF001D818          Received IPv4 No Payload Packets Count Register
GETH_RXIPV4_FRAGMENTED_PACKETS 0xF001D81C          Received IPv4 Fragmented Packets Count Register
GETH_RXIPV4_UDP_CHECKSUM_DISABLED_PACKETS 0xF001D820          Received IPv4 UPD Checksum Disabled Packets Count Register
GETH_RXIPV6_GOOD_PACKETS 0xF001D824          Good Received RxIPv6 Packets Count Register
GETH_RXIPV6_HEADER_ERROR_PACKETS 0xF001D828          Received IPv6 Header Error Packets Count Register
GETH_RXIPV6_NO_PAYLOAD_PACKETS 0xF001D82C          Received IPv6 No Payload Packets Count Register
GETH_RXUDP_GOOD_PACKETS 0xF001D830          Good Received UDP Packets Count Register
GETH_RXUDP_ERROR_PACKETS 0xF001D834          Received UDP Error Packets Count Register
GETH_RXTCP_GOOD_PACKETS 0xF001D838          Good Received TCP Packets Count Register
GETH_RXTCP_ERROR_PACKETS 0xF001D83C          Received TCP Error Packets Count Register
GETH_RXICMP_GOOD_PACKETS 0xF001D840          Good Received ICMP Packets Count Register
GETH_RXICMP_ERROR_PACKETS 0xF001D844          Received ICMP Error Packets Count Register
GETH_RXIPV4_GOOD_OCTETS 0xF001D850          Good Received IPV4 Octets Count Register
GETH_RXIPV4_HEADER_ERROR_OCTETS 0xF001D854          Received IPV4 Header Error Octets Count Register
GETH_RXIPV4_NO_PAYLOAD_OCTETS 0xF001D858          Received IPV4 No Payload Octets Count Register
GETH_RXIPV4_FRAGMENTED_OCTETS 0xF001D85C          Received IPV4 Fragmented Octets Count Register
GETH_RXIPV4_UDP_CHECKSUM_DISABLE_OCTETS 0xF001D860          Received IPV4 UPD Checksum Disabled Octets Count Register
GETH_RXIPV6_GOOD_OCTETS 0xF001D864          Good Received IPV6 Octets Count Register
GETH_RXIPV6_HEADER_ERROR_OCTETS 0xF001D868          Received IPV6 Header Error Octets Count Register
GETH_RXIPV6_NO_PAYLOAD_OCTETS 0xF001D86C          Received IPV6 No Payload Octets Count Register
GETH_RXUDP_GOOD_OCTETS 0xF001D870          Good Received UDP Octets Count Register
GETH_RXUDP_ERROR_OCTETS 0xF001D874          Received UDP Error Octets Count Register
GETH_RXTCP_GOOD_OCTETS 0xF001D878          Good Received TCP Octets Count Register
GETH_RXTCP_ERROR_OCTETS 0xF001D87C          Received TCP Error Octets Count Register
GETH_RXICMP_GOOD_OCTETS 0xF001D880          Good Received ICMP Octets Count Register
GETH_RXICMP_ERROR_OCTETS 0xF001D884          Received ICMP Error Octets Count Register
GETH_MAC_TIMESTAMP_CONTROL 0xF001DB00          MAC Timestamp Control Register
GETH_MAC_SUB_SECOND_INCREMENT 0xF001DB04          MAC Sub-Second Increment Register
GETH_MAC_SYSTEM_TIME_SECONDS 0xF001DB08          MAC System Time Seconds Register
GETH_MAC_SYSTEM_TIME_NANOSECONDS 0xF001DB0C          MAC System Time Nanoseconds Register
GETH_MAC_SYSTEM_TIME_SECONDS_UPDATE 0xF001DB10          MAC System Time Seconds Update Register
GETH_MAC_SYSTEM_TIME_NANOSECONDS_UPDATE 0xF001DB14          MAC System Time Nanoseconds Update Register
GETH_MAC_TIMESTAMP_ADDEND 0xF001DB18          MAC Timestamp Addend Register
GETH_MAC_SYSTEM_TIME_HIGHER_WORD_SECONDS 0xF001DB1C          MAC System Time Higher Word Seconds Register
GETH_MAC_TIMESTAMP_STATUS 0xF001DB20          MAC Timestamp Status Register
GETH_MAC_TX_TIMESTAMP_STATUS_NANOSECONDS 0xF001DB30          MAC Transmit Timestamp Nanoseconds Status Register
GETH_MAC_TX_TIMESTAMP_STATUS_SECONDS 0xF001DB34          MAC Transmit Timestamp Seconds Status Register
GETH_MAC_TIMESTAMP_INGRESS_ASYM_CORR 0xF001DB50          MAC Timestamp Ingress Asymmetry Correction Register
GETH_MAC_TIMESTAMP_EGRESS_ASYM_CORR 0xF001DB54          MAC Timestamp Egress Asymmetry Correction Register
GETH_MAC_TIMESTAMP_INGRESS_CORR_NANOSECOND 0xF001DB58          MAC Timestamp Ingress Correction Nanoseconds Register
GETH_MAC_TIMESTAMP_EGRESS_CORR_NANOSECOND 0xF001DB5C          MAC Timestamp Egress Correction Nanoseconds Register
GETH_MAC_TIMESTAMP_INGRESS_CORR_SUBNANOSEC 0xF001DB60          MAC Timestamp Ingress Correction Subnanoseconds Register
GETH_MAC_TIMESTAMP_EGRESS_CORR_SUBNANOSEC 0xF001DB64          MAC Timestamp Egress Correction Subnanoseconds Register
GETH_MAC_PPS_CONTROL 0xF001DB70          MAC PPS Control Register
GETH_MAC_PPS0_TARGET_TIME_SECONDS 0xF001DB80          MAC PPS 0 Target Time Seconds Register
GETH_MAC_PPS0_TARGET_TIME_NANOSECONDS 0xF001DB84          MAC PPS 0 Target Time Nanoeconds Register
GETH_MAC_PPS0_INTERVAL 0xF001DB88          MAC PPS 0 Interval Register
GETH_MAC_PPS0_WIDTH 0xF001DB8C          MAC PPS 0 Width Register
GETH_MTL_OPERATION_MODE 0xF001DC00          MTL Operation Mode Register
GETH_MTL_INTERRUPT_STATUS 0xF001DC20          MTL Interrupt Status Register
GETH_MTL_RXQ_DMA_MAP0 0xF001DC30          MTL Receive Queue and DMA Channel Mapping 0 Register
GETH_MTL_TXQ0_OPERATION_MODE 0xF001DD00          MTL Queue 0 Transmit Operation Mode Register
GETH_MTL_TXQ0_UNDERFLOW 0xF001DD04          MTL Queue 0 Transmit Underflow Counter Register
GETH_MTL_TXQ0_DEBUG 0xF001DD08          MTL Queue 0 Transmit Debug Register
GETH_MTL_TXQ0_ETS_STATUS 0xF001DD14          MTL Queue 0 Transmit Status Register
GETH_MTL_TXQ0_QUANTUM_WEIGHT 0xF001DD18          MTL Queue 0 Transmit Quantum or Weights Register
GETH_MTL_Q0_INTERRUPT_CONTROL_STATUS 0xF001DD2C          MTL Queue 0 Interrupt Control Status Register
GETH_MTL_RXQ0_OPERATION_MODE 0xF001DD30          MTL Queue 0 Receive Operation Mode Register
GETH_MTL_RXQ0_MISSED_PACKET_OVERFLOW_CNT 0xF001DD34          MTL Queue 0 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ0_DEBUG 0xF001DD38          MTL Queue 0 Receive Debug Register
GETH_MTL_RXQ0_CONTROL 0xF001DD3C          MTL Queue 0 Receive Control Register
GETH_MTL_TXQ1_OPERATION_MODE 0xF001DD40          MTL Queue 1 Transmit Operation Mode Register
GETH_MTL_TXQ1_UNDERFLOW 0xF001DD44          MTL Queue 1 Transmit Underflow Counter Register
GETH_MTL_TXQ1_DEBUG 0xF001DD48          MTL Queue 1 Transmit Debug Register
GETH_MTL_TXQ1_ETS_CONTROL 0xF001DD50          MTL Queue 1 Transmit ETS Control Register
GETH_MTL_TXQ1_ETS_STATUS 0xF001DD54          MTL Queue 1 Transmit ETS Status Register
GETH_MTL_TXQ1_QUANTUM_WEIGHT 0xF001DD58          MTL Queue 1 Transmit Quantum or Weights Register
GETH_MTL_TXQ1_SENDSLOPECREDIT 0xF001DD5C          MTL Queue 1 Transmit SendSlopeCredit Register
GETH_MTL_TXQ1_HICREDIT 0xF001DD60          MTL Queue 1 Transmit HiCredit Register
GETH_MTL_TXQ1_LOCREDIT 0xF001DD64          MTL Queue 1 Transmit LoCredit Register
GETH_MTL_Q1_INTERRUPT_CONTROL_STATUS 0xF001DD6C          MTL Queue 1 Interrupt Status Register
GETH_MTL_RXQ1_OPERATION_MODE 0xF001DD70          MTL Queue 1 Receive Operation Mode Register
GETH_MTL_RXQ1_MISSED_PACKET_OVERFLOW_CNT 0xF001DD74          MTL Queue 1 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ1_DEBUG 0xF001DD78          MTL Queue 1 Receive Debug Register
GETH_MTL_RXQ1_CONTROL 0xF001DD7C          MTL Queue 1 Receive Control Register
GETH_MTL_TXQ2_OPERATION_MODE 0xF001DD80          MTL Queue 2 Transmit Operation Mode Register
GETH_MTL_TXQ2_UNDERFLOW 0xF001DD84          MTL Queue 2 Transmit Underflow Counter Register
GETH_MTL_TXQ2_DEBUG 0xF001DD88          MTL Queue 2 Transmit Debug Register
GETH_MTL_TXQ2_ETS_CONTROL 0xF001DD90          MTL Queue 2 Transmit ETS Control Register
GETH_MTL_TXQ2_ETS_STATUS 0xF001DD94          MTL Queue 2 Transmit ETS Status Register
GETH_MTL_TXQ2_QUANTUM_WEIGHT 0xF001DD98          MTL Queue 2 Transmit Quantum or Weights Register
GETH_MTL_TXQ2_SENDSLOPECREDIT 0xF001DD9C          MTL Queue 2 Transmit SendSlopeCredit Register
GETH_MTL_TXQ2_HICREDIT 0xF001DDA0          MTL Queue 2 Transmit HiCredit Register
GETH_MTL_TXQ2_LOCREDIT 0xF001DDA4          MTL Queue 2 Transmit LoCredit Register
GETH_MTL_Q2_INTERRUPT_CONTROL_STATUS 0xF001DDAC          MTL Queue 2 Interrupt Status Register
GETH_MTL_RXQ2_OPERATION_MODE 0xF001DDB0          MTL Queue 2 Receive Operation Mode Register
GETH_MTL_RXQ2_MISSED_PACKET_OVERFLOW_CNT 0xF001DDB4          MTL Queue 2 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ2_DEBUG 0xF001DDB8          MTL Queue 2 Receive Debug Register
GETH_MTL_RXQ2_CONTROL 0xF001DDBC          MTL Queue 2 Receive Control Register
GETH_MTL_TXQ3_OPERATION_MODE 0xF001DDC0          MTL Queue 3 Transmit Operation Mode Register
GETH_MTL_TXQ3_UNDERFLOW 0xF001DDC4          MTL Queue 3 Transmit Underflow Counter Register
GETH_MTL_TXQ3_DEBUG 0xF001DDC8          MTL Queue 3 Transmit Debug Register
GETH_MTL_TXQ3_ETS_CONTROL 0xF001DDD0          MTL Queue 3 Transmit ETS Control Register
GETH_MTL_TXQ3_ETS_STATUS 0xF001DDD4          MTL Queue 3 Transmit ETS Status Register
GETH_MTL_TXQ3_QUANTUM_WEIGHT 0xF001DDD8          MTL Queue 3 Transmit Quantum or Weights Register
GETH_MTL_TXQ3_SENDSLOPECREDIT 0xF001DDDC          MTL Queue 3 Transmit SendSlopeCredit Register
GETH_MTL_TXQ3_HICREDIT 0xF001DDE0          MTL Queue 3 Transmit HiCredit Register
GETH_MTL_TXQ3_LOCREDIT 0xF001DDE4          MTL Queue 3 Transmit LoCredit Register
GETH_MTL_Q3_INTERRUPT_CONTROL_STATUS 0xF001DDEC          MTL Queue 3 Interrupt Status Register
GETH_MTL_RXQ3_OPERATION_MODE 0xF001DDF0          MTL Queue 3 Receive Operation Mode Register
GETH_MTL_RXQ3_MISSED_PACKET_OVERFLOW_CNT 0xF001DDF4          MTL Queue 3 Receive Missed Packet and Overflow Counter Register
GETH_MTL_RXQ3_DEBUG 0xF001DDF8          MTL Queue 3 Receive Debug Register
GETH_MTL_RXQ3_CONTROL 0xF001DDFC          MTL Queue 3 Receive Control Register
GETH_DMA_MODE   0xF001E000          DMA Bus Mode Register
GETH_DMA_SYSBUS_MODE 0xF001E004          DMA System Bus Mode Register
GETH_DMA_INTERRUPT_STATUS 0xF001E008          DMA Interrupt Status Register
GETH_DMA_DEBUG_STATUS0 0xF001E00C          DMA Debug Status 0 Register
GETH_DMA_DEBUG_STATUS1 0xF001E010          DMA Debug Status 1 Register
GETH_DMA_CH0_CONTROL 0xF001E100          DMA Channel 0 Control Register
GETH_DMA_CH0_TX_CONTROL 0xF001E104          DMA Channel 0 Transmit Control Register
GETH_DMA_CH0_RX_CONTROL 0xF001E108          DMA Channel 0 Receive Control Register
GETH_DMA_CH0_TXDESC_LIST_ADDRESS 0xF001E114          DMA Channel 0 Transmit Descriptor List Address Register
GETH_DMA_CH0_RXDESC_LIST_ADDRESS 0xF001E11C          DMA Channel 0 Receive Descriptor List Address Register
GETH_DMA_CH0_TXDESC_TAIL_POINTER 0xF001E120          DMA Channel 0 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH0_RXDESC_TAIL_POINTER 0xF001E128          DMA Channel 0 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH0_TXDESC_RING_LENGTH 0xF001E12C          DMA Channel 0 Transmit Descriptor Ring Length Register
GETH_DMA_CH0_RXDESC_RING_LENGTH 0xF001E130          DMA Channel 0 Recieve Descriptor Ring Length Register
GETH_DMA_CH0_INTERRUPT_ENABLE 0xF001E134          DMA Channel 0 Interrupt Enable Register
GETH_DMA_CH0_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E138          DMA Channel 0 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH0_SLOT_FUNCTION_CONTROL_STATUS 0xF001E13C          DMA Channel 0 Slot Function Control and Status Register
GETH_DMA_CH0_CURRENT_APP_TXDESC 0xF001E144          DMA Channel 0 Current Application Transmit Descriptor Register
GETH_DMA_CH0_CURRENT_APP_RXDESC 0xF001E14C          DMA Channel 0 Current Application Receive Descriptor Register
GETH_DMA_CH0_CURRENT_APP_TXBUFFER 0xF001E154          DMA Channel 0 Current Application Transmit Buffer Address Register
GETH_DMA_CH0_CURRENT_APP_RXBUFFER 0xF001E15C          DMA Channel 0 Current Application Receive Buffer Address Register
GETH_DMA_CH0_STATUS 0xF001E160          DMA Channel 0 Status Register
GETH_DMA_CH0_MISS_FRAME_CNT 0xF001E164          DMA Channel 0 Missed Frames Count Register
GETH_DMA_CH1_CONTROL 0xF001E180          DMA Channel 1 Control Register
GETH_DMA_CH1_TX_CONTROL 0xF001E184          DMA Channel 1 Transmit Control Register
GETH_DMA_CH1_RX_CONTROL 0xF001E188          DMA Channel 1 Receive Control Register
GETH_DMA_CH1_TXDESC_LIST_ADDRESS 0xF001E194          DMA Channel 1 Transmit Descriptor List Address Register
GETH_DMA_CH1_RXDESC_LIST_ADDRESS 0xF001E19C          DMA Channel 1 Receive Descriptor List Address Register
GETH_DMA_CH1_TXDESC_TAIL_POINTER 0xF001E1A0          DMA Channel 1 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH1_RXDESC_TAIL_POINTER 0xF001E1A8          DMA Channel 1 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH1_TXDESC_RING_LENGTH 0xF001E1AC          DMA Channel 1 Transmit Descriptor Ring Length Register
GETH_DMA_CH1_RXDESC_RING_LENGTH 0xF001E1B0          DMA Channel 1 Recieve Descriptor Ring Length Register
GETH_DMA_CH1_INTERRUPT_ENABLE 0xF001E1B4          DMA Channel 1 Interrupt Enable Register
GETH_DMA_CH1_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E1B8          DMA Channel 1 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH1_SLOT_FUNCTION_CONTROL_STATUS 0xF001E1BC          DMA Channel 1 Slot Function Control and Status Register
GETH_DMA_CH1_CURRENT_APP_TXDESC 0xF001E1C4          DMA Channel 1 Current Application Transmit Descriptor Register
GETH_DMA_CH1_CURRENT_APP_RXDESC 0xF001E1CC          DMA Channel 1 Current Application Receive Descriptor Register
GETH_DMA_CH1_CURRENT_APP_TXBUFFER 0xF001E1D4          DMA Channel 1 Current Application Transmit Buffer Address Register
GETH_DMA_CH1_CURRENT_APP_RXBUFFER 0xF001E1DC          DMA Channel 1 Current Application Receive Buffer Address Register
GETH_DMA_CH1_STATUS 0xF001E1E0          DMA Channel 1 Status Register
GETH_DMA_CH1_MISS_FRAME_CNT 0xF001E1E4          DMA Channel 1 Missed Frames Count Register
GETH_DMA_CH2_CONTROL 0xF001E200          DMA Channel 2 Control Register
GETH_DMA_CH2_TX_CONTROL 0xF001E204          DMA Channel 2 Transmit Control Register
GETH_DMA_CH2_RX_CONTROL 0xF001E208          DMA Channel 2 Receive Control Register
GETH_DMA_CH2_TXDESC_LIST_ADDRESS 0xF001E214          DMA Channel 2 Transmit Descriptor List Address Register
GETH_DMA_CH2_RXDESC_LIST_ADDRESS 0xF001E21C          DMA Channel 2 Receive Descriptor List Address Register
GETH_DMA_CH2_TXDESC_TAIL_POINTER 0xF001E220          DMA Channel 2 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH2_RXDESC_TAIL_POINTER 0xF001E228          DMA Channel 2 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH2_TXDESC_RING_LENGTH 0xF001E22C          DMA Channel 2 Transmit Descriptor Ring Length Register
GETH_DMA_CH2_RXDESC_RING_LENGTH 0xF001E230          DMA Channel 2 Recieve Descriptor Ring Length Register
GETH_DMA_CH2_INTERRUPT_ENABLE 0xF001E234          DMA Channel 2 Interrupt Enable Register
GETH_DMA_CH2_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E238          DMA Channel 2 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH2_SLOT_FUNCTION_CONTROL_STATUS 0xF001E23C          DMA Channel 2 Slot Function Control and Status Register
GETH_DMA_CH2_CURRENT_APP_TXDESC 0xF001E244          DMA Channel 2 Current Application Transmit Descriptor Register
GETH_DMA_CH2_CURRENT_APP_RXDESC 0xF001E24C          DMA Channel 2 Current Application Receive Descriptor Register
GETH_DMA_CH2_CURRENT_APP_TXBUFFER 0xF001E254          DMA Channel 2 Current Application Transmit Buffer Address Register
GETH_DMA_CH2_CURRENT_APP_RXBUFFER 0xF001E25C          DMA Channel 2 Current Application Receive Buffer Address Register
GETH_DMA_CH2_STATUS 0xF001E260          DMA Channel 2 Status Register
GETH_DMA_CH2_MISS_FRAME_CNT 0xF001E264          DMA Channel 2 Missed Frames Count Register
GETH_DMA_CH3_CONTROL 0xF001E280          DMA Channel 3 Control Register
GETH_DMA_CH3_TX_CONTROL 0xF001E284          DMA Channel 3 Transmit Control Register
GETH_DMA_CH3_RX_CONTROL 0xF001E288          DMA Channel 3 Receive Control Register
GETH_DMA_CH3_TXDESC_LIST_ADDRESS 0xF001E294          DMA Channel 3 Transmit Descriptor List Address Register
GETH_DMA_CH3_RXDESC_LIST_ADDRESS 0xF001E29C          DMA Channel 3 Receive Descriptor List Address Register
GETH_DMA_CH3_TXDESC_TAIL_POINTER 0xF001E2A0          DMA Channel 3 Transmit Descriptor Tail Pointer Register
GETH_DMA_CH3_RXDESC_TAIL_POINTER 0xF001E2A8          DMA Channel 3 Recieve Descriptor Tail Pointer Register
GETH_DMA_CH3_TXDESC_RING_LENGTH 0xF001E2AC          DMA Channel 3 Transmit Descriptor Ring Length Register
GETH_DMA_CH3_RXDESC_RING_LENGTH 0xF001E2B0          DMA Channel 3 Recieve Descriptor Ring Length Register
GETH_DMA_CH3_INTERRUPT_ENABLE 0xF001E2B4          DMA Channel 3 Interrupt Enable Register
GETH_DMA_CH3_RX_INTERRUPT_WATCHDOG_TIMER 0xF001E2B8          DMA Channel 3 Recieve Interrupt Watchdog Timer Register
GETH_DMA_CH3_SLOT_FUNCTION_CONTROL_STATUS 0xF001E2BC          DMA Channel 3 Slot Function Control and Status Register
GETH_DMA_CH3_CURRENT_APP_TXDESC 0xF001E2C4          DMA Channel 3 Current Application Transmit Descriptor Register
GETH_DMA_CH3_CURRENT_APP_RXDESC 0xF001E2CC          DMA Channel 3 Current Application Receive Descriptor Register
GETH_DMA_CH3_CURRENT_APP_TXBUFFER 0xF001E2D4          DMA Channel 3 Current Application Transmit Buffer Address Register
GETH_DMA_CH3_CURRENT_APP_RXBUFFER 0xF001E2DC          DMA Channel 3 Current Application Receive Buffer Address Register
GETH_DMA_CH3_STATUS 0xF001E2E0          DMA Channel 3 Status Register
GETH_DMA_CH3_MISS_FRAME_CNT 0xF001E2E4          DMA Channel 3 Missed Frames Count Register
GETH_CLC        0xF001F000          Clock Control Register
GETH_ID         0xF001F004          Module Identification Register
GETH_GPCTL      0xF001F008          General Purpose Control Register
GETH_ACCEN0     0xF001F00C          Access Enable Register 0
GETH_ACCEN1     0xF001F010          Access Enable Register 1
GETH_KRST0      0xF001F014          Kernel Reset Register 0
GETH_KRST1      0xF001F018          Kernel Reset Register 1
GETH_KRSTCLR    0xF001F01C          Kernel Reset Status Clear Register
GETH_ACCEN0D0   0xF001F020          Access Enable Register 0 for DMA0
GETH_ACCEN1D0   0xF001F024          Access Enable Register 1 for DMA0
GETH_ACCEN0D1   0xF001F028          Access Enable Register 0 for DMA1
GETH_ACCEN1D1   0xF001F02C          Access Enable Register 1 for DMA1
GETH_ACCEN0D2   0xF001F030          Access Enable Register 0 for DMA2
GETH_ACCEN1D2   0xF001F034          Access Enable Register 1 for DMA2
GETH_ACCEN0D3   0xF001F038          Access Enable Register 0 for DMA3
GETH_ACCEN1D3   0xF001F03C          Access Enable Register 1 for DMA3
GETH_SKEWCTL    0xF001F040          Skew Control Register
EVADC_CLC       0xF0020000          Clock Control Register
EVADC_ID        0xF0020008          Module Identification Register
EVADC_OCS       0xF0020028          OCDS Control and Status Register
EVADC_KRSTCLR   0xF002002C          Kernel Reset Status Clear Register
EVADC_KRST1     0xF0020030          Kernel Reset Register 1
EVADC_KRST0     0xF0020034          Kernel Reset Register 0
EVADC_ACCEN0    0xF002003C          Access Enable Register 0
EVADC_GLOBCFG   0xF0020080          Global Configuration Register
EVADC_ACCPROT0  0xF0020088          Access Protection Register 0
EVADC_ACCPROT1  0xF002008C          Access Protection Register 1
EVADC_ACCPROT2  0xF0020090          Access Protection Register 2
EVADC_GLOBICLASS0 0xF00200A0          Input Class Register 0, Global
EVADC_GLOBICLASS1 0xF00200A4          Input Class Register 1, Global
EVADC_GLOBBOUND 0xF00200B8          Global Boundary Select Register
EVADC_GLOBEFLAG 0xF00200E0          Global Event Flag Register
EVADC_GLOBEVNP  0xF0020140          Global Event Node Pointer Register
EVADC_GLOBTF    0xF0020160          Global Test Functions Register
EVADC_GLOBTE    0xF0020164          Global Test Enable Register
EVADC_GLOBRCR   0xF0020280          Global Result Control Register
EVADC_GLOBRES   0xF0020300          Global Result Register
EVADC_GLOBRESD  0xF0020380          Global Result Register, Debug
EVADC_EMUXSEL   0xF00203F0          External Multiplexer Interface Select Register
EVADC_G0TRCTR   0xF0020410          Trigger Control Register, Group 0
EVADC_G0ARBCFG  0xF0020480          Arbitration Config. Register, Group 0
EVADC_G0ARBPR   0xF0020484          Arbitration Priority Register, Group 0
EVADC_G0ANCFG   0xF0020488          Analog Fct. Config. Register, Group 0
EVADC_G0ICLASS0 0xF00204A0          Input Class Register 0, Group 0
EVADC_G0ICLASS1 0xF00204A4          Input Class Register 1, Group 0
EVADC_G0ALIAS   0xF00204B0          Alias Register, Group 0
EVADC_G0BOUND   0xF00204B8          Boundary Select Register, Group 0
EVADC_G0SYNCTR  0xF00204C0          Synchronization Control Register, Group 0
EVADC_G0QCTRL0  0xF0020500          Queue 0 Source Contr. Register, Group 0
EVADC_G0QMR0    0xF0020504          Queue 0 Mode Register, Group 0
EVADC_G0QSR0    0xF0020508          Queue 0 Status Register, Group 0
EVADC_G0Q0R0    0xF002050C          Queue 0 Register 0, Group 0
EVADC_G0QINR0   0xF0020510          Queue 0 Input Register, Group 0
EVADC_G0QBUR0   0xF0020514          Queue 0 Backup Register, Group 0
EVADC_G0REQTM0  0xF0020518          Queue 0 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS0  0xF002051C          Queue 0 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL1  0xF0020520          Queue 1 Source Contr. Register, Group 0
EVADC_G0QMR1    0xF0020524          Queue 1 Mode Register, Group 0
EVADC_G0QSR1    0xF0020528          Queue 1 Status Register, Group 0
EVADC_G0Q0R1    0xF002052C          Queue 1 Register 0, Group 0
EVADC_G0QINR1   0xF0020530          Queue 1 Input Register, Group 0
EVADC_G0QBUR1   0xF0020534          Queue 1 Backup Register, Group 0
EVADC_G0REQTM1  0xF0020538          Queue 1 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS1  0xF002053C          Queue 1 Requ. Timer Status Reg., Group 0
EVADC_G0QCTRL2  0xF0020540          Queue 2 Source Contr. Register, Group 0
EVADC_G0QMR2    0xF0020544          Queue 2 Mode Register, Group 0
EVADC_G0QSR2    0xF0020548          Queue 2 Status Register, Group 0
EVADC_G0Q0R2    0xF002054C          Queue 2 Register 0, Group 0
EVADC_G0QINR2   0xF0020550          Queue 2 Input Register, Group 0
EVADC_G0QBUR2   0xF0020554          Queue 2 Backup Register, Group 0
EVADC_G0REQTM2  0xF0020558          Queue 2 Requ. Timer Mode Reg., Group 0
EVADC_G0REQTS2  0xF002055C          Queue 2 Requ. Timer Status Reg., Group 0
EVADC_G0CEFLAG  0xF0020580          Channel Event Flag Register, Group 0
EVADC_G0REFLAG  0xF0020584          Result Event Flag Register, Group 0
EVADC_G0SEFLAG  0xF0020588          Source Event Flag Register, Group 0
EVADC_G0CEFCLR  0xF0020590          Channel Event Flag Clear Register, Group 0
EVADC_G0REFCLR  0xF0020594          Result Event Flag Clear Register, Group 0
EVADC_G0SEFCLR  0xF0020598          Source Event Flag Clear Reg., Group 0
EVADC_G0CEVNP0  0xF00205A0          Channel Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP0  0xF00205B0          Result Event Node Pointer Reg. 0, Group 0
EVADC_G0REVNP1  0xF00205B4          Result Event Node Pointer Reg. 1, Group 0
EVADC_G0SEVNP   0xF00205C0          Source Event Node Pointer Reg., Group 0
EVADC_G0SRACT   0xF00205C8          Service Request Software Activation Trigger, Group 0
EVADC_G0EMUXCTR 0xF00205F0          External Multiplexer Control Reg., Group 0
EVADC_G0EMUXCS  0xF00205F4          Ext. Multiplexer Channel Select Reg., Group 0
EVADC_G0VFR     0xF00205F8          Valid Flag Register, Group 0
EVADC_G0CHCTR0  0xF0020600          Group 0, Channel 0 Control Register
EVADC_G0CHCTR1  0xF0020604          Group 0, Channel 1 Control Register
EVADC_G0CHCTR2  0xF0020608          Group 0, Channel 2 Control Register
EVADC_G0CHCTR3  0xF002060C          Group 0, Channel 3 Control Register
EVADC_G0CHCTR4  0xF0020610          Group 0, Channel 4 Control Register
EVADC_G0CHCTR5  0xF0020614          Group 0, Channel 5 Control Register
EVADC_G0CHCTR6  0xF0020618          Group 0, Channel 6 Control Register
EVADC_G0CHCTR7  0xF002061C          Group 0, Channel 7 Control Register
EVADC_G0RCR0    0xF0020680          Group 0 Result Control Register 0
EVADC_G0RCR1    0xF0020684          Group 0 Result Control Register 1
EVADC_G0RCR2    0xF0020688          Group 0 Result Control Register 2
EVADC_G0RCR3    0xF002068C          Group 0 Result Control Register 3
EVADC_G0RCR4    0xF0020690          Group 0 Result Control Register 4
EVADC_G0RCR5    0xF0020694          Group 0 Result Control Register 5
EVADC_G0RCR6    0xF0020698          Group 0 Result Control Register 6
EVADC_G0RCR7    0xF002069C          Group 0 Result Control Register 7
EVADC_G0RCR8    0xF00206A0          Group 0 Result Control Register 8
EVADC_G0RCR9    0xF00206A4          Group 0 Result Control Register 9
EVADC_G0RCR10   0xF00206A8          Group 0 Result Control Register 10
EVADC_G0RCR11   0xF00206AC          Group 0 Result Control Register 11
EVADC_G0RCR12   0xF00206B0          Group 0 Result Control Register 12
EVADC_G0RCR13   0xF00206B4          Group 0 Result Control Register 13
EVADC_G0RCR14   0xF00206B8          Group 0 Result Control Register 14
EVADC_G0RCR15   0xF00206BC          Group 0 Result Control Register 15
EVADC_G0RES0    0xF0020700          Group 0 Result Register 0
EVADC_G0RES1    0xF0020704          Group 0 Result Register 1
EVADC_G0RES2    0xF0020708          Group 0 Result Register 2
EVADC_G0RES3    0xF002070C          Group 0 Result Register 3
EVADC_G0RES4    0xF0020710          Group 0 Result Register 4
EVADC_G0RES5    0xF0020714          Group 0 Result Register 5
EVADC_G0RES6    0xF0020718          Group 0 Result Register 6
EVADC_G0RES7    0xF002071C          Group 0 Result Register 7
EVADC_G0RES8    0xF0020720          Group 0 Result Register 8
EVADC_G0RES9    0xF0020724          Group 0 Result Register 9
EVADC_G0RES10   0xF0020728          Group 0 Result Register 10
EVADC_G0RES11   0xF002072C          Group 0 Result Register 11
EVADC_G0RES12   0xF0020730          Group 0 Result Register 12
EVADC_G0RES13   0xF0020734          Group 0 Result Register 13
EVADC_G0RES14   0xF0020738          Group 0 Result Register 14
EVADC_G0RES15   0xF002073C          Group 0 Result Register 15
EVADC_G0RESD0   0xF0020780          Group 0 Result Reg. 0, Debug
EVADC_G0RESD1   0xF0020784          Group 0 Result Reg. 1, Debug
EVADC_G0RESD2   0xF0020788          Group 0 Result Reg. 2, Debug
EVADC_G0RESD3   0xF002078C          Group 0 Result Reg. 3, Debug
EVADC_G0RESD4   0xF0020790          Group 0 Result Reg. 4, Debug
EVADC_G0RESD5   0xF0020794          Group 0 Result Reg. 5, Debug
EVADC_G0RESD6   0xF0020798          Group 0 Result Reg. 6, Debug
EVADC_G0RESD7   0xF002079C          Group 0 Result Reg. 7, Debug
EVADC_G0RESD8   0xF00207A0          Group 0 Result Reg. 8, Debug
EVADC_G0RESD9   0xF00207A4          Group 0 Result Reg. 9, Debug
EVADC_G0RESD10  0xF00207A8          Group 0 Result Reg. 10, Debug
EVADC_G0RESD11  0xF00207AC          Group 0 Result Reg. 11, Debug
EVADC_G0RESD12  0xF00207B0          Group 0 Result Reg. 12, Debug
EVADC_G0RESD13  0xF00207B4          Group 0 Result Reg. 13, Debug
EVADC_G0RESD14  0xF00207B8          Group 0 Result Reg. 14, Debug
EVADC_G0RESD15  0xF00207BC          Group 0 Result Reg. 15, Debug
EVADC_G1TRCTR   0xF0020810          Trigger Control Register, Group 1
EVADC_G1ARBCFG  0xF0020880          Arbitration Config. Register, Group 1
EVADC_G1ARBPR   0xF0020884          Arbitration Priority Register, Group 1
EVADC_G1ANCFG   0xF0020888          Analog Fct. Config. Register, Group 1
EVADC_G1ICLASS0 0xF00208A0          Input Class Register 0, Group 1
EVADC_G1ICLASS1 0xF00208A4          Input Class Register 1, Group 1
EVADC_G1ALIAS   0xF00208B0          Alias Register, Group 1
EVADC_G1BOUND   0xF00208B8          Boundary Select Register, Group 1
EVADC_G1SYNCTR  0xF00208C0          Synchronization Control Register, Group 1
EVADC_G1QCTRL0  0xF0020900          Queue 0 Source Contr. Register, Group 1
EVADC_G1QMR0    0xF0020904          Queue 0 Mode Register, Group 1
EVADC_G1QSR0    0xF0020908          Queue 0 Status Register, Group 1
EVADC_G1Q0R0    0xF002090C          Queue 0 Register 0, Group 1
EVADC_G1QINR0   0xF0020910          Queue 0 Input Register, Group 1
EVADC_G1QBUR0   0xF0020914          Queue 0 Backup Register, Group 1
EVADC_G1REQTM0  0xF0020918          Queue 0 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS0  0xF002091C          Queue 0 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL1  0xF0020920          Queue 1 Source Contr. Register, Group 1
EVADC_G1QMR1    0xF0020924          Queue 1 Mode Register, Group 1
EVADC_G1QSR1    0xF0020928          Queue 1 Status Register, Group 1
EVADC_G1Q0R1    0xF002092C          Queue 1 Register 0, Group 1
EVADC_G1QINR1   0xF0020930          Queue 1 Input Register, Group 1
EVADC_G1QBUR1   0xF0020934          Queue 1 Backup Register, Group 1
EVADC_G1REQTM1  0xF0020938          Queue 1 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS1  0xF002093C          Queue 1 Requ. Timer Status Reg., Group 1
EVADC_G1QCTRL2  0xF0020940          Queue 2 Source Contr. Register, Group 1
EVADC_G1QMR2    0xF0020944          Queue 2 Mode Register, Group 1
EVADC_G1QSR2    0xF0020948          Queue 2 Status Register, Group 1
EVADC_G1Q0R2    0xF002094C          Queue 2 Register 0, Group 1
EVADC_G1QINR2   0xF0020950          Queue 2 Input Register, Group 1
EVADC_G1QBUR2   0xF0020954          Queue 2 Backup Register, Group 1
EVADC_G1REQTM2  0xF0020958          Queue 2 Requ. Timer Mode Reg., Group 1
EVADC_G1REQTS2  0xF002095C          Queue 2 Requ. Timer Status Reg., Group 1
EVADC_G1CEFLAG  0xF0020980          Channel Event Flag Register, Group 1
EVADC_G1REFLAG  0xF0020984          Result Event Flag Register, Group 1
EVADC_G1SEFLAG  0xF0020988          Source Event Flag Register, Group 1
EVADC_G1CEFCLR  0xF0020990          Channel Event Flag Clear Register, Group 1
EVADC_G1REFCLR  0xF0020994          Result Event Flag Clear Register, Group 1
EVADC_G1SEFCLR  0xF0020998          Source Event Flag Clear Reg., Group 1
EVADC_G1CEVNP0  0xF00209A0          Channel Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP0  0xF00209B0          Result Event Node Pointer Reg. 0, Group 1
EVADC_G1REVNP1  0xF00209B4          Result Event Node Pointer Reg. 1, Group 1
EVADC_G1SEVNP   0xF00209C0          Source Event Node Pointer Reg., Group 1
EVADC_G1SRACT   0xF00209C8          Service Request Software Activation Trigger, Group 1
EVADC_G1EMUXCTR 0xF00209F0          External Multiplexer Control Reg., Group 1
EVADC_G1EMUXCS  0xF00209F4          Ext. Multiplexer Channel Select Reg., Group 1
EVADC_G1VFR     0xF00209F8          Valid Flag Register, Group 1
EVADC_G1CHCTR0  0xF0020A00          Group 1, Channel 0 Control Register
EVADC_G1CHCTR1  0xF0020A04          Group 1, Channel 1 Control Register
EVADC_G1CHCTR2  0xF0020A08          Group 1, Channel 2 Control Register
EVADC_G1CHCTR3  0xF0020A0C          Group 1, Channel 3 Control Register
EVADC_G1CHCTR4  0xF0020A10          Group 1, Channel 4 Control Register
EVADC_G1CHCTR5  0xF0020A14          Group 1, Channel 5 Control Register
EVADC_G1CHCTR6  0xF0020A18          Group 1, Channel 6 Control Register
EVADC_G1CHCTR7  0xF0020A1C          Group 1, Channel 7 Control Register
EVADC_G1RCR0    0xF0020A80          Group 1 Result Control Register 0
EVADC_G1RCR1    0xF0020A84          Group 1 Result Control Register 1
EVADC_G1RCR2    0xF0020A88          Group 1 Result Control Register 2
EVADC_G1RCR3    0xF0020A8C          Group 1 Result Control Register 3
EVADC_G1RCR4    0xF0020A90          Group 1 Result Control Register 4
EVADC_G1RCR5    0xF0020A94          Group 1 Result Control Register 5
EVADC_G1RCR6    0xF0020A98          Group 1 Result Control Register 6
EVADC_G1RCR7    0xF0020A9C          Group 1 Result Control Register 7
EVADC_G1RCR8    0xF0020AA0          Group 1 Result Control Register 8
EVADC_G1RCR9    0xF0020AA4          Group 1 Result Control Register 9
EVADC_G1RCR10   0xF0020AA8          Group 1 Result Control Register 10
EVADC_G1RCR11   0xF0020AAC          Group 1 Result Control Register 11
EVADC_G1RCR12   0xF0020AB0          Group 1 Result Control Register 12
EVADC_G1RCR13   0xF0020AB4          Group 1 Result Control Register 13
EVADC_G1RCR14   0xF0020AB8          Group 1 Result Control Register 14
EVADC_G1RCR15   0xF0020ABC          Group 1 Result Control Register 15
EVADC_G1RES0    0xF0020B00          Group 1 Result Register 0
EVADC_G1RES1    0xF0020B04          Group 1 Result Register 1
EVADC_G1RES2    0xF0020B08          Group 1 Result Register 2
EVADC_G1RES3    0xF0020B0C          Group 1 Result Register 3
EVADC_G1RES4    0xF0020B10          Group 1 Result Register 4
EVADC_G1RES5    0xF0020B14          Group 1 Result Register 5
EVADC_G1RES6    0xF0020B18          Group 1 Result Register 6
EVADC_G1RES7    0xF0020B1C          Group 1 Result Register 7
EVADC_G1RES8    0xF0020B20          Group 1 Result Register 8
EVADC_G1RES9    0xF0020B24          Group 1 Result Register 9
EVADC_G1RES10   0xF0020B28          Group 1 Result Register 10
EVADC_G1RES11   0xF0020B2C          Group 1 Result Register 11
EVADC_G1RES12   0xF0020B30          Group 1 Result Register 12
EVADC_G1RES13   0xF0020B34          Group 1 Result Register 13
EVADC_G1RES14   0xF0020B38          Group 1 Result Register 14
EVADC_G1RES15   0xF0020B3C          Group 1 Result Register 15
EVADC_G1RESD0   0xF0020B80          Group 1 Result Reg. 0, Debug
EVADC_G1RESD1   0xF0020B84          Group 1 Result Reg. 1, Debug
EVADC_G1RESD2   0xF0020B88          Group 1 Result Reg. 2, Debug
EVADC_G1RESD3   0xF0020B8C          Group 1 Result Reg. 3, Debug
EVADC_G1RESD4   0xF0020B90          Group 1 Result Reg. 4, Debug
EVADC_G1RESD5   0xF0020B94          Group 1 Result Reg. 5, Debug
EVADC_G1RESD6   0xF0020B98          Group 1 Result Reg. 6, Debug
EVADC_G1RESD7   0xF0020B9C          Group 1 Result Reg. 7, Debug
EVADC_G1RESD8   0xF0020BA0          Group 1 Result Reg. 8, Debug
EVADC_G1RESD9   0xF0020BA4          Group 1 Result Reg. 9, Debug
EVADC_G1RESD10  0xF0020BA8          Group 1 Result Reg. 10, Debug
EVADC_G1RESD11  0xF0020BAC          Group 1 Result Reg. 11, Debug
EVADC_G1RESD12  0xF0020BB0          Group 1 Result Reg. 12, Debug
EVADC_G1RESD13  0xF0020BB4          Group 1 Result Reg. 13, Debug
EVADC_G1RESD14  0xF0020BB8          Group 1 Result Reg. 14, Debug
EVADC_G1RESD15  0xF0020BBC          Group 1 Result Reg. 15, Debug
EVADC_G2TRCTR   0xF0020C10          Trigger Control Register, Group 2
EVADC_G2ARBCFG  0xF0020C80          Arbitration Config. Register, Group 2
EVADC_G2ARBPR   0xF0020C84          Arbitration Priority Register, Group 2
EVADC_G2ANCFG   0xF0020C88          Analog Fct. Config. Register, Group 2
EVADC_G2ICLASS0 0xF0020CA0          Input Class Register 0, Group 2
EVADC_G2ICLASS1 0xF0020CA4          Input Class Register 1, Group 2
EVADC_G2ALIAS   0xF0020CB0          Alias Register, Group 2
EVADC_G2BOUND   0xF0020CB8          Boundary Select Register, Group 2
EVADC_G2SYNCTR  0xF0020CC0          Synchronization Control Register, Group 2
EVADC_G2QCTRL0  0xF0020D00          Queue 0 Source Contr. Register, Group 2
EVADC_G2QMR0    0xF0020D04          Queue 0 Mode Register, Group 2
EVADC_G2QSR0    0xF0020D08          Queue 0 Status Register, Group 2
EVADC_G2Q0R0    0xF0020D0C          Queue 0 Register 0, Group 2
EVADC_G2QINR0   0xF0020D10          Queue 0 Input Register, Group 2
EVADC_G2QBUR0   0xF0020D14          Queue 0 Backup Register, Group 2
EVADC_G2REQTM0  0xF0020D18          Queue 0 Requ. Timer Mode Reg., Group 2
EVADC_G2REQTS0  0xF0020D1C          Queue 0 Requ. Timer Status Reg., Group 2
EVADC_G2QCTRL1  0xF0020D20          Queue 1 Source Contr. Register, Group 2
EVADC_G2QMR1    0xF0020D24          Queue 1 Mode Register, Group 2
EVADC_G2QSR1    0xF0020D28          Queue 1 Status Register, Group 2
EVADC_G2Q0R1    0xF0020D2C          Queue 1 Register 0, Group 2
EVADC_G2QINR1   0xF0020D30          Queue 1 Input Register, Group 2
EVADC_G2QBUR1   0xF0020D34          Queue 1 Backup Register, Group 2
EVADC_G2REQTM1  0xF0020D38          Queue 1 Requ. Timer Mode Reg., Group 2
EVADC_G2REQTS1  0xF0020D3C          Queue 1 Requ. Timer Status Reg., Group 2
EVADC_G2QCTRL2  0xF0020D40          Queue 2 Source Contr. Register, Group 2
EVADC_G2QMR2    0xF0020D44          Queue 2 Mode Register, Group 2
EVADC_G2QSR2    0xF0020D48          Queue 2 Status Register, Group 2
EVADC_G2Q0R2    0xF0020D4C          Queue 2 Register 0, Group 2
EVADC_G2QINR2   0xF0020D50          Queue 2 Input Register, Group 2
EVADC_G2QBUR2   0xF0020D54          Queue 2 Backup Register, Group 2
EVADC_G2REQTM2  0xF0020D58          Queue 2 Requ. Timer Mode Reg., Group 2
EVADC_G2REQTS2  0xF0020D5C          Queue 2 Requ. Timer Status Reg., Group 2
EVADC_G2CEFLAG  0xF0020D80          Channel Event Flag Register, Group 2
EVADC_G2REFLAG  0xF0020D84          Result Event Flag Register, Group 2
EVADC_G2SEFLAG  0xF0020D88          Source Event Flag Register, Group 2
EVADC_G2CEFCLR  0xF0020D90          Channel Event Flag Clear Register, Group 2
EVADC_G2REFCLR  0xF0020D94          Result Event Flag Clear Register, Group 2
EVADC_G2SEFCLR  0xF0020D98          Source Event Flag Clear Reg., Group 2
EVADC_G2CEVNP0  0xF0020DA0          Channel Event Node Pointer Reg. 0, Group 2
EVADC_G2REVNP0  0xF0020DB0          Result Event Node Pointer Reg. 0, Group 2
EVADC_G2REVNP1  0xF0020DB4          Result Event Node Pointer Reg. 1, Group 2
EVADC_G2SEVNP   0xF0020DC0          Source Event Node Pointer Reg., Group 2
EVADC_G2SRACT   0xF0020DC8          Service Request Software Activation Trigger, Group 2
EVADC_G2EMUXCTR 0xF0020DF0          External Multiplexer Control Reg., Group 2
EVADC_G2EMUXCS  0xF0020DF4          Ext. Multiplexer Channel Select Reg., Group 2
EVADC_G2VFR     0xF0020DF8          Valid Flag Register, Group 2
EVADC_G2CHCTR0  0xF0020E00          Group 2, Channel 0 Control Register
EVADC_G2CHCTR1  0xF0020E04          Group 2, Channel 1 Control Register
EVADC_G2CHCTR2  0xF0020E08          Group 2, Channel 2 Control Register
EVADC_G2CHCTR3  0xF0020E0C          Group 2, Channel 3 Control Register
EVADC_G2CHCTR4  0xF0020E10          Group 2, Channel 4 Control Register
EVADC_G2CHCTR5  0xF0020E14          Group 2, Channel 5 Control Register
EVADC_G2CHCTR6  0xF0020E18          Group 2, Channel 6 Control Register
EVADC_G2CHCTR7  0xF0020E1C          Group 2, Channel 7 Control Register
EVADC_G2RCR0    0xF0020E80          Group 2 Result Control Register 0
EVADC_G2RCR1    0xF0020E84          Group 2 Result Control Register 1
EVADC_G2RCR2    0xF0020E88          Group 2 Result Control Register 2
EVADC_G2RCR3    0xF0020E8C          Group 2 Result Control Register 3
EVADC_G2RCR4    0xF0020E90          Group 2 Result Control Register 4
EVADC_G2RCR5    0xF0020E94          Group 2 Result Control Register 5
EVADC_G2RCR6    0xF0020E98          Group 2 Result Control Register 6
EVADC_G2RCR7    0xF0020E9C          Group 2 Result Control Register 7
EVADC_G2RCR8    0xF0020EA0          Group 2 Result Control Register 8
EVADC_G2RCR9    0xF0020EA4          Group 2 Result Control Register 9
EVADC_G2RCR10   0xF0020EA8          Group 2 Result Control Register 10
EVADC_G2RCR11   0xF0020EAC          Group 2 Result Control Register 11
EVADC_G2RCR12   0xF0020EB0          Group 2 Result Control Register 12
EVADC_G2RCR13   0xF0020EB4          Group 2 Result Control Register 13
EVADC_G2RCR14   0xF0020EB8          Group 2 Result Control Register 14
EVADC_G2RCR15   0xF0020EBC          Group 2 Result Control Register 15
EVADC_G2RES0    0xF0020F00          Group 2 Result Register 0
EVADC_G2RES1    0xF0020F04          Group 2 Result Register 1
EVADC_G2RES2    0xF0020F08          Group 2 Result Register 2
EVADC_G2RES3    0xF0020F0C          Group 2 Result Register 3
EVADC_G2RES4    0xF0020F10          Group 2 Result Register 4
EVADC_G2RES5    0xF0020F14          Group 2 Result Register 5
EVADC_G2RES6    0xF0020F18          Group 2 Result Register 6
EVADC_G2RES7    0xF0020F1C          Group 2 Result Register 7
EVADC_G2RES8    0xF0020F20          Group 2 Result Register 8
EVADC_G2RES9    0xF0020F24          Group 2 Result Register 9
EVADC_G2RES10   0xF0020F28          Group 2 Result Register 10
EVADC_G2RES11   0xF0020F2C          Group 2 Result Register 11
EVADC_G2RES12   0xF0020F30          Group 2 Result Register 12
EVADC_G2RES13   0xF0020F34          Group 2 Result Register 13
EVADC_G2RES14   0xF0020F38          Group 2 Result Register 14
EVADC_G2RES15   0xF0020F3C          Group 2 Result Register 15
EVADC_G2RESD0   0xF0020F80          Group 2 Result Reg. 0, Debug
EVADC_G2RESD1   0xF0020F84          Group 2 Result Reg. 1, Debug
EVADC_G2RESD2   0xF0020F88          Group 2 Result Reg. 2, Debug
EVADC_G2RESD3   0xF0020F8C          Group 2 Result Reg. 3, Debug
EVADC_G2RESD4   0xF0020F90          Group 2 Result Reg. 4, Debug
EVADC_G2RESD5   0xF0020F94          Group 2 Result Reg. 5, Debug
EVADC_G2RESD6   0xF0020F98          Group 2 Result Reg. 6, Debug
EVADC_G2RESD7   0xF0020F9C          Group 2 Result Reg. 7, Debug
EVADC_G2RESD8   0xF0020FA0          Group 2 Result Reg. 8, Debug
EVADC_G2RESD9   0xF0020FA4          Group 2 Result Reg. 9, Debug
EVADC_G2RESD10  0xF0020FA8          Group 2 Result Reg. 10, Debug
EVADC_G2RESD11  0xF0020FAC          Group 2 Result Reg. 11, Debug
EVADC_G2RESD12  0xF0020FB0          Group 2 Result Reg. 12, Debug
EVADC_G2RESD13  0xF0020FB4          Group 2 Result Reg. 13, Debug
EVADC_G2RESD14  0xF0020FB8          Group 2 Result Reg. 14, Debug
EVADC_G2RESD15  0xF0020FBC          Group 2 Result Reg. 15, Debug
EVADC_G3TRCTR   0xF0021010          Trigger Control Register, Group 3
EVADC_G3ARBCFG  0xF0021080          Arbitration Config. Register, Group 3
EVADC_G3ARBPR   0xF0021084          Arbitration Priority Register, Group 3
EVADC_G3ANCFG   0xF0021088          Analog Fct. Config. Register, Group 3
EVADC_G3ICLASS0 0xF00210A0          Input Class Register 0, Group 3
EVADC_G3ICLASS1 0xF00210A4          Input Class Register 1, Group 3
EVADC_G3ALIAS   0xF00210B0          Alias Register, Group 3
EVADC_G3BOUND   0xF00210B8          Boundary Select Register, Group 3
EVADC_G3SYNCTR  0xF00210C0          Synchronization Control Register, Group 3
EVADC_G3QCTRL0  0xF0021100          Queue 0 Source Contr. Register, Group 3
EVADC_G3QMR0    0xF0021104          Queue 0 Mode Register, Group 3
EVADC_G3QSR0    0xF0021108          Queue 0 Status Register, Group 3
EVADC_G3Q0R0    0xF002110C          Queue 0 Register 0, Group 3
EVADC_G3QINR0   0xF0021110          Queue 0 Input Register, Group 3
EVADC_G3QBUR0   0xF0021114          Queue 0 Backup Register, Group 3
EVADC_G3REQTM0  0xF0021118          Queue 0 Requ. Timer Mode Reg., Group 3
EVADC_G3REQTS0  0xF002111C          Queue 0 Requ. Timer Status Reg., Group 3
EVADC_G3QCTRL1  0xF0021120          Queue 1 Source Contr. Register, Group 3
EVADC_G3QMR1    0xF0021124          Queue 1 Mode Register, Group 3
EVADC_G3QSR1    0xF0021128          Queue 1 Status Register, Group 3
EVADC_G3Q0R1    0xF002112C          Queue 1 Register 0, Group 3
EVADC_G3QINR1   0xF0021130          Queue 1 Input Register, Group 3
EVADC_G3QBUR1   0xF0021134          Queue 1 Backup Register, Group 3
EVADC_G3REQTM1  0xF0021138          Queue 1 Requ. Timer Mode Reg., Group 3
EVADC_G3REQTS1  0xF002113C          Queue 1 Requ. Timer Status Reg., Group 3
EVADC_G3QCTRL2  0xF0021140          Queue 2 Source Contr. Register, Group 3
EVADC_G3QMR2    0xF0021144          Queue 2 Mode Register, Group 3
EVADC_G3QSR2    0xF0021148          Queue 2 Status Register, Group 3
EVADC_G3Q0R2    0xF002114C          Queue 2 Register 0, Group 3
EVADC_G3QINR2   0xF0021150          Queue 2 Input Register, Group 3
EVADC_G3QBUR2   0xF0021154          Queue 2 Backup Register, Group 3
EVADC_G3REQTM2  0xF0021158          Queue 2 Requ. Timer Mode Reg., Group 3
EVADC_G3REQTS2  0xF002115C          Queue 2 Requ. Timer Status Reg., Group 3
EVADC_G3CEFLAG  0xF0021180          Channel Event Flag Register, Group 3
EVADC_G3REFLAG  0xF0021184          Result Event Flag Register, Group 3
EVADC_G3SEFLAG  0xF0021188          Source Event Flag Register, Group 3
EVADC_G3CEFCLR  0xF0021190          Channel Event Flag Clear Register, Group 3
EVADC_G3REFCLR  0xF0021194          Result Event Flag Clear Register, Group 3
EVADC_G3SEFCLR  0xF0021198          Source Event Flag Clear Reg., Group 3
EVADC_G3CEVNP0  0xF00211A0          Channel Event Node Pointer Reg. 0, Group 3
EVADC_G3REVNP0  0xF00211B0          Result Event Node Pointer Reg. 0, Group 3
EVADC_G3REVNP1  0xF00211B4          Result Event Node Pointer Reg. 1, Group 3
EVADC_G3SEVNP   0xF00211C0          Source Event Node Pointer Reg., Group 3
EVADC_G3SRACT   0xF00211C8          Service Request Software Activation Trigger, Group 3
EVADC_G3EMUXCTR 0xF00211F0          External Multiplexer Control Reg., Group 3
EVADC_G3EMUXCS  0xF00211F4          Ext. Multiplexer Channel Select Reg., Group 3
EVADC_G3VFR     0xF00211F8          Valid Flag Register, Group 3
EVADC_G3CHCTR0  0xF0021200          Group 3, Channel 0 Control Register
EVADC_G3CHCTR1  0xF0021204          Group 3, Channel 1 Control Register
EVADC_G3CHCTR2  0xF0021208          Group 3, Channel 2 Control Register
EVADC_G3CHCTR3  0xF002120C          Group 3, Channel 3 Control Register
EVADC_G3CHCTR4  0xF0021210          Group 3, Channel 4 Control Register
EVADC_G3CHCTR5  0xF0021214          Group 3, Channel 5 Control Register
EVADC_G3CHCTR6  0xF0021218          Group 3, Channel 6 Control Register
EVADC_G3CHCTR7  0xF002121C          Group 3, Channel 7 Control Register
EVADC_G3RCR0    0xF0021280          Group 3 Result Control Register 0
EVADC_G3RCR1    0xF0021284          Group 3 Result Control Register 1
EVADC_G3RCR2    0xF0021288          Group 3 Result Control Register 2
EVADC_G3RCR3    0xF002128C          Group 3 Result Control Register 3
EVADC_G3RCR4    0xF0021290          Group 3 Result Control Register 4
EVADC_G3RCR5    0xF0021294          Group 3 Result Control Register 5
EVADC_G3RCR6    0xF0021298          Group 3 Result Control Register 6
EVADC_G3RCR7    0xF002129C          Group 3 Result Control Register 7
EVADC_G3RCR8    0xF00212A0          Group 3 Result Control Register 8
EVADC_G3RCR9    0xF00212A4          Group 3 Result Control Register 9
EVADC_G3RCR10   0xF00212A8          Group 3 Result Control Register 10
EVADC_G3RCR11   0xF00212AC          Group 3 Result Control Register 11
EVADC_G3RCR12   0xF00212B0          Group 3 Result Control Register 12
EVADC_G3RCR13   0xF00212B4          Group 3 Result Control Register 13
EVADC_G3RCR14   0xF00212B8          Group 3 Result Control Register 14
EVADC_G3RCR15   0xF00212BC          Group 3 Result Control Register 15
EVADC_G3RES0    0xF0021300          Group 3 Result Register 0
EVADC_G3RES1    0xF0021304          Group 3 Result Register 1
EVADC_G3RES2    0xF0021308          Group 3 Result Register 2
EVADC_G3RES3    0xF002130C          Group 3 Result Register 3
EVADC_G3RES4    0xF0021310          Group 3 Result Register 4
EVADC_G3RES5    0xF0021314          Group 3 Result Register 5
EVADC_G3RES6    0xF0021318          Group 3 Result Register 6
EVADC_G3RES7    0xF002131C          Group 3 Result Register 7
EVADC_G3RES8    0xF0021320          Group 3 Result Register 8
EVADC_G3RES9    0xF0021324          Group 3 Result Register 9
EVADC_G3RES10   0xF0021328          Group 3 Result Register 10
EVADC_G3RES11   0xF002132C          Group 3 Result Register 11
EVADC_G3RES12   0xF0021330          Group 3 Result Register 12
EVADC_G3RES13   0xF0021334          Group 3 Result Register 13
EVADC_G3RES14   0xF0021338          Group 3 Result Register 14
EVADC_G3RES15   0xF002133C          Group 3 Result Register 15
EVADC_G3RESD0   0xF0021380          Group 3 Result Reg. 0, Debug
EVADC_G3RESD1   0xF0021384          Group 3 Result Reg. 1, Debug
EVADC_G3RESD2   0xF0021388          Group 3 Result Reg. 2, Debug
EVADC_G3RESD3   0xF002138C          Group 3 Result Reg. 3, Debug
EVADC_G3RESD4   0xF0021390          Group 3 Result Reg. 4, Debug
EVADC_G3RESD5   0xF0021394          Group 3 Result Reg. 5, Debug
EVADC_G3RESD6   0xF0021398          Group 3 Result Reg. 6, Debug
EVADC_G3RESD7   0xF002139C          Group 3 Result Reg. 7, Debug
EVADC_G3RESD8   0xF00213A0          Group 3 Result Reg. 8, Debug
EVADC_G3RESD9   0xF00213A4          Group 3 Result Reg. 9, Debug
EVADC_G3RESD10  0xF00213A8          Group 3 Result Reg. 10, Debug
EVADC_G3RESD11  0xF00213AC          Group 3 Result Reg. 11, Debug
EVADC_G3RESD12  0xF00213B0          Group 3 Result Reg. 12, Debug
EVADC_G3RESD13  0xF00213B4          Group 3 Result Reg. 13, Debug
EVADC_G3RESD14  0xF00213B8          Group 3 Result Reg. 14, Debug
EVADC_G3RESD15  0xF00213BC          Group 3 Result Reg. 15, Debug
EVADC_G4TRCTR   0xF0021410          Trigger Control Register, Group 4
EVADC_G4ARBCFG  0xF0021480          Arbitration Config. Register, Group 4
EVADC_G4ARBPR   0xF0021484          Arbitration Priority Register, Group 4
EVADC_G4ANCFG   0xF0021488          Analog Fct. Config. Register, Group 4
EVADC_G4ICLASS0 0xF00214A0          Input Class Register 0, Group 4
EVADC_G4ICLASS1 0xF00214A4          Input Class Register 1, Group 4
EVADC_G4ALIAS   0xF00214B0          Alias Register, Group 4
EVADC_G4BOUND   0xF00214B8          Boundary Select Register, Group 4
EVADC_G4SYNCTR  0xF00214C0          Synchronization Control Register, Group 4
EVADC_G4QCTRL0  0xF0021500          Queue 0 Source Contr. Register, Group 4
EVADC_G4QMR0    0xF0021504          Queue 0 Mode Register, Group 4
EVADC_G4QSR0    0xF0021508          Queue 0 Status Register, Group 4
EVADC_G4Q0R0    0xF002150C          Queue 0 Register 0, Group 4
EVADC_G4QINR0   0xF0021510          Queue 0 Input Register, Group 4
EVADC_G4QBUR0   0xF0021514          Queue 0 Backup Register, Group 4
EVADC_G4REQTM0  0xF0021518          Queue 0 Requ. Timer Mode Reg., Group 4
EVADC_G4REQTS0  0xF002151C          Queue 0 Requ. Timer Status Reg., Group 4
EVADC_G4QCTRL1  0xF0021520          Queue 1 Source Contr. Register, Group 4
EVADC_G4QMR1    0xF0021524          Queue 1 Mode Register, Group 4
EVADC_G4QSR1    0xF0021528          Queue 1 Status Register, Group 4
EVADC_G4Q0R1    0xF002152C          Queue 1 Register 0, Group 4
EVADC_G4QINR1   0xF0021530          Queue 1 Input Register, Group 4
EVADC_G4QBUR1   0xF0021534          Queue 1 Backup Register, Group 4
EVADC_G4REQTM1  0xF0021538          Queue 1 Requ. Timer Mode Reg., Group 4
EVADC_G4REQTS1  0xF002153C          Queue 1 Requ. Timer Status Reg., Group 4
EVADC_G4QCTRL2  0xF0021540          Queue 2 Source Contr. Register, Group 4
EVADC_G4QMR2    0xF0021544          Queue 2 Mode Register, Group 4
EVADC_G4QSR2    0xF0021548          Queue 2 Status Register, Group 4
EVADC_G4Q0R2    0xF002154C          Queue 2 Register 0, Group 4
EVADC_G4QINR2   0xF0021550          Queue 2 Input Register, Group 4
EVADC_G4QBUR2   0xF0021554          Queue 2 Backup Register, Group 4
EVADC_G4REQTM2  0xF0021558          Queue 2 Requ. Timer Mode Reg., Group 4
EVADC_G4REQTS2  0xF002155C          Queue 2 Requ. Timer Status Reg., Group 4
EVADC_G4CEFLAG  0xF0021580          Channel Event Flag Register, Group 4
EVADC_G4REFLAG  0xF0021584          Result Event Flag Register, Group 4
EVADC_G4SEFLAG  0xF0021588          Source Event Flag Register, Group 4
EVADC_G4CEFCLR  0xF0021590          Channel Event Flag Clear Register, Group 4
EVADC_G4REFCLR  0xF0021594          Result Event Flag Clear Register, Group 4
EVADC_G4SEFCLR  0xF0021598          Source Event Flag Clear Reg., Group 4
EVADC_G4CEVNP0  0xF00215A0          Channel Event Node Pointer Reg. 0, Group 4
EVADC_G4REVNP0  0xF00215B0          Result Event Node Pointer Reg. 0, Group 4
EVADC_G4REVNP1  0xF00215B4          Result Event Node Pointer Reg. 1, Group 4
EVADC_G4SEVNP   0xF00215C0          Source Event Node Pointer Reg., Group 4
EVADC_G4SRACT   0xF00215C8          Service Request Software Activation Trigger, Group 4
EVADC_G4EMUXCTR 0xF00215F0          External Multiplexer Control Reg., Group 4
EVADC_G4EMUXCS  0xF00215F4          Ext. Multiplexer Channel Select Reg., Group 4
EVADC_G4VFR     0xF00215F8          Valid Flag Register, Group 4
EVADC_G4CHCTR0  0xF0021600          Group 4, Channel 0 Control Register
EVADC_G4CHCTR1  0xF0021604          Group 4, Channel 1 Control Register
EVADC_G4CHCTR2  0xF0021608          Group 4, Channel 2 Control Register
EVADC_G4CHCTR3  0xF002160C          Group 4, Channel 3 Control Register
EVADC_G4CHCTR4  0xF0021610          Group 4, Channel 4 Control Register
EVADC_G4CHCTR5  0xF0021614          Group 4, Channel 5 Control Register
EVADC_G4CHCTR6  0xF0021618          Group 4, Channel 6 Control Register
EVADC_G4CHCTR7  0xF002161C          Group 4, Channel 7 Control Register
EVADC_G4RCR0    0xF0021680          Group 4 Result Control Register 0
EVADC_G4RCR1    0xF0021684          Group 4 Result Control Register 1
EVADC_G4RCR2    0xF0021688          Group 4 Result Control Register 2
EVADC_G4RCR3    0xF002168C          Group 4 Result Control Register 3
EVADC_G4RCR4    0xF0021690          Group 4 Result Control Register 4
EVADC_G4RCR5    0xF0021694          Group 4 Result Control Register 5
EVADC_G4RCR6    0xF0021698          Group 4 Result Control Register 6
EVADC_G4RCR7    0xF002169C          Group 4 Result Control Register 7
EVADC_G4RCR8    0xF00216A0          Group 4 Result Control Register 8
EVADC_G4RCR9    0xF00216A4          Group 4 Result Control Register 9
EVADC_G4RCR10   0xF00216A8          Group 4 Result Control Register 10
EVADC_G4RCR11   0xF00216AC          Group 4 Result Control Register 11
EVADC_G4RCR12   0xF00216B0          Group 4 Result Control Register 12
EVADC_G4RCR13   0xF00216B4          Group 4 Result Control Register 13
EVADC_G4RCR14   0xF00216B8          Group 4 Result Control Register 14
EVADC_G4RCR15   0xF00216BC          Group 4 Result Control Register 15
EVADC_G4RES0    0xF0021700          Group 4 Result Register 0
EVADC_G4RES1    0xF0021704          Group 4 Result Register 1
EVADC_G4RES2    0xF0021708          Group 4 Result Register 2
EVADC_G4RES3    0xF002170C          Group 4 Result Register 3
EVADC_G4RES4    0xF0021710          Group 4 Result Register 4
EVADC_G4RES5    0xF0021714          Group 4 Result Register 5
EVADC_G4RES6    0xF0021718          Group 4 Result Register 6
EVADC_G4RES7    0xF002171C          Group 4 Result Register 7
EVADC_G4RES8    0xF0021720          Group 4 Result Register 8
EVADC_G4RES9    0xF0021724          Group 4 Result Register 9
EVADC_G4RES10   0xF0021728          Group 4 Result Register 10
EVADC_G4RES11   0xF002172C          Group 4 Result Register 11
EVADC_G4RES12   0xF0021730          Group 4 Result Register 12
EVADC_G4RES13   0xF0021734          Group 4 Result Register 13
EVADC_G4RES14   0xF0021738          Group 4 Result Register 14
EVADC_G4RES15   0xF002173C          Group 4 Result Register 15
EVADC_G4RESD0   0xF0021780          Group 4 Result Reg. 0, Debug
EVADC_G4RESD1   0xF0021784          Group 4 Result Reg. 1, Debug
EVADC_G4RESD2   0xF0021788          Group 4 Result Reg. 2, Debug
EVADC_G4RESD3   0xF002178C          Group 4 Result Reg. 3, Debug
EVADC_G4RESD4   0xF0021790          Group 4 Result Reg. 4, Debug
EVADC_G4RESD5   0xF0021794          Group 4 Result Reg. 5, Debug
EVADC_G4RESD6   0xF0021798          Group 4 Result Reg. 6, Debug
EVADC_G4RESD7   0xF002179C          Group 4 Result Reg. 7, Debug
EVADC_G4RESD8   0xF00217A0          Group 4 Result Reg. 8, Debug
EVADC_G4RESD9   0xF00217A4          Group 4 Result Reg. 9, Debug
EVADC_G4RESD10  0xF00217A8          Group 4 Result Reg. 10, Debug
EVADC_G4RESD11  0xF00217AC          Group 4 Result Reg. 11, Debug
EVADC_G4RESD12  0xF00217B0          Group 4 Result Reg. 12, Debug
EVADC_G4RESD13  0xF00217B4          Group 4 Result Reg. 13, Debug
EVADC_G4RESD14  0xF00217B8          Group 4 Result Reg. 14, Debug
EVADC_G4RESD15  0xF00217BC          Group 4 Result Reg. 15, Debug
EVADC_G5TRCTR   0xF0021810          Trigger Control Register, Group 5
EVADC_G5ARBCFG  0xF0021880          Arbitration Config. Register, Group 5
EVADC_G5ARBPR   0xF0021884          Arbitration Priority Register, Group 5
EVADC_G5ANCFG   0xF0021888          Analog Fct. Config. Register, Group 5
EVADC_G5ICLASS0 0xF00218A0          Input Class Register 0, Group 5
EVADC_G5ICLASS1 0xF00218A4          Input Class Register 1, Group 5
EVADC_G5ALIAS   0xF00218B0          Alias Register, Group 5
EVADC_G5BOUND   0xF00218B8          Boundary Select Register, Group 5
EVADC_G5SYNCTR  0xF00218C0          Synchronization Control Register, Group 5
EVADC_G5QCTRL0  0xF0021900          Queue 0 Source Contr. Register, Group 5
EVADC_G5QMR0    0xF0021904          Queue 0 Mode Register, Group 5
EVADC_G5QSR0    0xF0021908          Queue 0 Status Register, Group 5
EVADC_G5Q0R0    0xF002190C          Queue 0 Register 0, Group 5
EVADC_G5QINR0   0xF0021910          Queue 0 Input Register, Group 5
EVADC_G5QBUR0   0xF0021914          Queue 0 Backup Register, Group 5
EVADC_G5REQTM0  0xF0021918          Queue 0 Requ. Timer Mode Reg., Group 5
EVADC_G5REQTS0  0xF002191C          Queue 0 Requ. Timer Status Reg., Group 5
EVADC_G5QCTRL1  0xF0021920          Queue 1 Source Contr. Register, Group 5
EVADC_G5QMR1    0xF0021924          Queue 1 Mode Register, Group 5
EVADC_G5QSR1    0xF0021928          Queue 1 Status Register, Group 5
EVADC_G5Q0R1    0xF002192C          Queue 1 Register 0, Group 5
EVADC_G5QINR1   0xF0021930          Queue 1 Input Register, Group 5
EVADC_G5QBUR1   0xF0021934          Queue 1 Backup Register, Group 5
EVADC_G5REQTM1  0xF0021938          Queue 1 Requ. Timer Mode Reg., Group 5
EVADC_G5REQTS1  0xF002193C          Queue 1 Requ. Timer Status Reg., Group 5
EVADC_G5QCTRL2  0xF0021940          Queue 2 Source Contr. Register, Group 5
EVADC_G5QMR2    0xF0021944          Queue 2 Mode Register, Group 5
EVADC_G5QSR2    0xF0021948          Queue 2 Status Register, Group 5
EVADC_G5Q0R2    0xF002194C          Queue 2 Register 0, Group 5
EVADC_G5QINR2   0xF0021950          Queue 2 Input Register, Group 5
EVADC_G5QBUR2   0xF0021954          Queue 2 Backup Register, Group 5
EVADC_G5REQTM2  0xF0021958          Queue 2 Requ. Timer Mode Reg., Group 5
EVADC_G5REQTS2  0xF002195C          Queue 2 Requ. Timer Status Reg., Group 5
EVADC_G5CEFLAG  0xF0021980          Channel Event Flag Register, Group 5
EVADC_G5REFLAG  0xF0021984          Result Event Flag Register, Group 5
EVADC_G5SEFLAG  0xF0021988          Source Event Flag Register, Group 5
EVADC_G5CEFCLR  0xF0021990          Channel Event Flag Clear Register, Group 5
EVADC_G5REFCLR  0xF0021994          Result Event Flag Clear Register, Group 5
EVADC_G5SEFCLR  0xF0021998          Source Event Flag Clear Reg., Group 5
EVADC_G5CEVNP0  0xF00219A0          Channel Event Node Pointer Reg. 0, Group 5
EVADC_G5REVNP0  0xF00219B0          Result Event Node Pointer Reg. 0, Group 5
EVADC_G5REVNP1  0xF00219B4          Result Event Node Pointer Reg. 1, Group 5
EVADC_G5SEVNP   0xF00219C0          Source Event Node Pointer Reg., Group 5
EVADC_G5SRACT   0xF00219C8          Service Request Software Activation Trigger, Group 5
EVADC_G5EMUXCTR 0xF00219F0          External Multiplexer Control Reg., Group 5
EVADC_G5EMUXCS  0xF00219F4          Ext. Multiplexer Channel Select Reg., Group 5
EVADC_G5VFR     0xF00219F8          Valid Flag Register, Group 5
EVADC_G5CHCTR0  0xF0021A00          Group 5, Channel 0 Control Register
EVADC_G5CHCTR1  0xF0021A04          Group 5, Channel 1 Control Register
EVADC_G5CHCTR2  0xF0021A08          Group 5, Channel 2 Control Register
EVADC_G5CHCTR3  0xF0021A0C          Group 5, Channel 3 Control Register
EVADC_G5CHCTR4  0xF0021A10          Group 5, Channel 4 Control Register
EVADC_G5CHCTR5  0xF0021A14          Group 5, Channel 5 Control Register
EVADC_G5CHCTR6  0xF0021A18          Group 5, Channel 6 Control Register
EVADC_G5CHCTR7  0xF0021A1C          Group 5, Channel 7 Control Register
EVADC_G5RCR0    0xF0021A80          Group 5 Result Control Register 0
EVADC_G5RCR1    0xF0021A84          Group 5 Result Control Register 1
EVADC_G5RCR2    0xF0021A88          Group 5 Result Control Register 2
EVADC_G5RCR3    0xF0021A8C          Group 5 Result Control Register 3
EVADC_G5RCR4    0xF0021A90          Group 5 Result Control Register 4
EVADC_G5RCR5    0xF0021A94          Group 5 Result Control Register 5
EVADC_G5RCR6    0xF0021A98          Group 5 Result Control Register 6
EVADC_G5RCR7    0xF0021A9C          Group 5 Result Control Register 7
EVADC_G5RCR8    0xF0021AA0          Group 5 Result Control Register 8
EVADC_G5RCR9    0xF0021AA4          Group 5 Result Control Register 9
EVADC_G5RCR10   0xF0021AA8          Group 5 Result Control Register 10
EVADC_G5RCR11   0xF0021AAC          Group 5 Result Control Register 11
EVADC_G5RCR12   0xF0021AB0          Group 5 Result Control Register 12
EVADC_G5RCR13   0xF0021AB4          Group 5 Result Control Register 13
EVADC_G5RCR14   0xF0021AB8          Group 5 Result Control Register 14
EVADC_G5RCR15   0xF0021ABC          Group 5 Result Control Register 15
EVADC_G5RES0    0xF0021B00          Group 5 Result Register 0
EVADC_G5RES1    0xF0021B04          Group 5 Result Register 1
EVADC_G5RES2    0xF0021B08          Group 5 Result Register 2
EVADC_G5RES3    0xF0021B0C          Group 5 Result Register 3
EVADC_G5RES4    0xF0021B10          Group 5 Result Register 4
EVADC_G5RES5    0xF0021B14          Group 5 Result Register 5
EVADC_G5RES6    0xF0021B18          Group 5 Result Register 6
EVADC_G5RES7    0xF0021B1C          Group 5 Result Register 7
EVADC_G5RES8    0xF0021B20          Group 5 Result Register 8
EVADC_G5RES9    0xF0021B24          Group 5 Result Register 9
EVADC_G5RES10   0xF0021B28          Group 5 Result Register 10
EVADC_G5RES11   0xF0021B2C          Group 5 Result Register 11
EVADC_G5RES12   0xF0021B30          Group 5 Result Register 12
EVADC_G5RES13   0xF0021B34          Group 5 Result Register 13
EVADC_G5RES14   0xF0021B38          Group 5 Result Register 14
EVADC_G5RES15   0xF0021B3C          Group 5 Result Register 15
EVADC_G5RESD0   0xF0021B80          Group 5 Result Reg. 0, Debug
EVADC_G5RESD1   0xF0021B84          Group 5 Result Reg. 1, Debug
EVADC_G5RESD2   0xF0021B88          Group 5 Result Reg. 2, Debug
EVADC_G5RESD3   0xF0021B8C          Group 5 Result Reg. 3, Debug
EVADC_G5RESD4   0xF0021B90          Group 5 Result Reg. 4, Debug
EVADC_G5RESD5   0xF0021B94          Group 5 Result Reg. 5, Debug
EVADC_G5RESD6   0xF0021B98          Group 5 Result Reg. 6, Debug
EVADC_G5RESD7   0xF0021B9C          Group 5 Result Reg. 7, Debug
EVADC_G5RESD8   0xF0021BA0          Group 5 Result Reg. 8, Debug
EVADC_G5RESD9   0xF0021BA4          Group 5 Result Reg. 9, Debug
EVADC_G5RESD10  0xF0021BA8          Group 5 Result Reg. 10, Debug
EVADC_G5RESD11  0xF0021BAC          Group 5 Result Reg. 11, Debug
EVADC_G5RESD12  0xF0021BB0          Group 5 Result Reg. 12, Debug
EVADC_G5RESD13  0xF0021BB4          Group 5 Result Reg. 13, Debug
EVADC_G5RESD14  0xF0021BB8          Group 5 Result Reg. 14, Debug
EVADC_G5RESD15  0xF0021BBC          Group 5 Result Reg. 15, Debug
EVADC_G6TRCTR   0xF0021C10          Trigger Control Register, Group 6
EVADC_G6ARBCFG  0xF0021C80          Arbitration Config. Register, Group 6
EVADC_G6ARBPR   0xF0021C84          Arbitration Priority Register, Group 6
EVADC_G6ANCFG   0xF0021C88          Analog Fct. Config. Register, Group 6
EVADC_G6ICLASS0 0xF0021CA0          Input Class Register 0, Group 6
EVADC_G6ICLASS1 0xF0021CA4          Input Class Register 1, Group 6
EVADC_G6ALIAS   0xF0021CB0          Alias Register, Group 6
EVADC_G6BOUND   0xF0021CB8          Boundary Select Register, Group 6
EVADC_G6SYNCTR  0xF0021CC0          Synchronization Control Register, Group 6
EVADC_G6QCTRL0  0xF0021D00          Queue 0 Source Contr. Register, Group 6
EVADC_G6QMR0    0xF0021D04          Queue 0 Mode Register, Group 6
EVADC_G6QSR0    0xF0021D08          Queue 0 Status Register, Group 6
EVADC_G6Q0R0    0xF0021D0C          Queue 0 Register 0, Group 6
EVADC_G6QINR0   0xF0021D10          Queue 0 Input Register, Group 6
EVADC_G6QBUR0   0xF0021D14          Queue 0 Backup Register, Group 6
EVADC_G6REQTM0  0xF0021D18          Queue 0 Requ. Timer Mode Reg., Group 6
EVADC_G6REQTS0  0xF0021D1C          Queue 0 Requ. Timer Status Reg., Group 6
EVADC_G6QCTRL1  0xF0021D20          Queue 1 Source Contr. Register, Group 6
EVADC_G6QMR1    0xF0021D24          Queue 1 Mode Register, Group 6
EVADC_G6QSR1    0xF0021D28          Queue 1 Status Register, Group 6
EVADC_G6Q0R1    0xF0021D2C          Queue 1 Register 0, Group 6
EVADC_G6QINR1   0xF0021D30          Queue 1 Input Register, Group 6
EVADC_G6QBUR1   0xF0021D34          Queue 1 Backup Register, Group 6
EVADC_G6REQTM1  0xF0021D38          Queue 1 Requ. Timer Mode Reg., Group 6
EVADC_G6REQTS1  0xF0021D3C          Queue 1 Requ. Timer Status Reg., Group 6
EVADC_G6QCTRL2  0xF0021D40          Queue 2 Source Contr. Register, Group 6
EVADC_G6QMR2    0xF0021D44          Queue 2 Mode Register, Group 6
EVADC_G6QSR2    0xF0021D48          Queue 2 Status Register, Group 6
EVADC_G6Q0R2    0xF0021D4C          Queue 2 Register 0, Group 6
EVADC_G6QINR2   0xF0021D50          Queue 2 Input Register, Group 6
EVADC_G6QBUR2   0xF0021D54          Queue 2 Backup Register, Group 6
EVADC_G6REQTM2  0xF0021D58          Queue 2 Requ. Timer Mode Reg., Group 6
EVADC_G6REQTS2  0xF0021D5C          Queue 2 Requ. Timer Status Reg., Group 6
EVADC_G6CEFLAG  0xF0021D80          Channel Event Flag Register, Group 6
EVADC_G6REFLAG  0xF0021D84          Result Event Flag Register, Group 6
EVADC_G6SEFLAG  0xF0021D88          Source Event Flag Register, Group 6
EVADC_G6CEFCLR  0xF0021D90          Channel Event Flag Clear Register, Group 6
EVADC_G6REFCLR  0xF0021D94          Result Event Flag Clear Register, Group 6
EVADC_G6SEFCLR  0xF0021D98          Source Event Flag Clear Reg., Group 6
EVADC_G6CEVNP0  0xF0021DA0          Channel Event Node Pointer Reg. 0, Group 6
EVADC_G6REVNP0  0xF0021DB0          Result Event Node Pointer Reg. 0, Group 6
EVADC_G6REVNP1  0xF0021DB4          Result Event Node Pointer Reg. 1, Group 6
EVADC_G6SEVNP   0xF0021DC0          Source Event Node Pointer Reg., Group 6
EVADC_G6SRACT   0xF0021DC8          Service Request Software Activation Trigger, Group 6
EVADC_G6EMUXCTR 0xF0021DF0          External Multiplexer Control Reg., Group 6
EVADC_G6EMUXCS  0xF0021DF4          Ext. Multiplexer Channel Select Reg., Group 6
EVADC_G6VFR     0xF0021DF8          Valid Flag Register, Group 6
EVADC_G6CHCTR0  0xF0021E00          Group 6, Channel 0 Control Register
EVADC_G6CHCTR1  0xF0021E04          Group 6, Channel 1 Control Register
EVADC_G6CHCTR2  0xF0021E08          Group 6, Channel 2 Control Register
EVADC_G6CHCTR3  0xF0021E0C          Group 6, Channel 3 Control Register
EVADC_G6CHCTR4  0xF0021E10          Group 6, Channel 4 Control Register
EVADC_G6CHCTR5  0xF0021E14          Group 6, Channel 5 Control Register
EVADC_G6CHCTR6  0xF0021E18          Group 6, Channel 6 Control Register
EVADC_G6CHCTR7  0xF0021E1C          Group 6, Channel 7 Control Register
EVADC_G6RCR0    0xF0021E80          Group 6 Result Control Register 0
EVADC_G6RCR1    0xF0021E84          Group 6 Result Control Register 1
EVADC_G6RCR2    0xF0021E88          Group 6 Result Control Register 2
EVADC_G6RCR3    0xF0021E8C          Group 6 Result Control Register 3
EVADC_G6RCR4    0xF0021E90          Group 6 Result Control Register 4
EVADC_G6RCR5    0xF0021E94          Group 6 Result Control Register 5
EVADC_G6RCR6    0xF0021E98          Group 6 Result Control Register 6
EVADC_G6RCR7    0xF0021E9C          Group 6 Result Control Register 7
EVADC_G6RCR8    0xF0021EA0          Group 6 Result Control Register 8
EVADC_G6RCR9    0xF0021EA4          Group 6 Result Control Register 9
EVADC_G6RCR10   0xF0021EA8          Group 6 Result Control Register 10
EVADC_G6RCR11   0xF0021EAC          Group 6 Result Control Register 11
EVADC_G6RCR12   0xF0021EB0          Group 6 Result Control Register 12
EVADC_G6RCR13   0xF0021EB4          Group 6 Result Control Register 13
EVADC_G6RCR14   0xF0021EB8          Group 6 Result Control Register 14
EVADC_G6RCR15   0xF0021EBC          Group 6 Result Control Register 15
EVADC_G6RES0    0xF0021F00          Group 6 Result Register 0
EVADC_G6RES1    0xF0021F04          Group 6 Result Register 1
EVADC_G6RES2    0xF0021F08          Group 6 Result Register 2
EVADC_G6RES3    0xF0021F0C          Group 6 Result Register 3
EVADC_G6RES4    0xF0021F10          Group 6 Result Register 4
EVADC_G6RES5    0xF0021F14          Group 6 Result Register 5
EVADC_G6RES6    0xF0021F18          Group 6 Result Register 6
EVADC_G6RES7    0xF0021F1C          Group 6 Result Register 7
EVADC_G6RES8    0xF0021F20          Group 6 Result Register 8
EVADC_G6RES9    0xF0021F24          Group 6 Result Register 9
EVADC_G6RES10   0xF0021F28          Group 6 Result Register 10
EVADC_G6RES11   0xF0021F2C          Group 6 Result Register 11
EVADC_G6RES12   0xF0021F30          Group 6 Result Register 12
EVADC_G6RES13   0xF0021F34          Group 6 Result Register 13
EVADC_G6RES14   0xF0021F38          Group 6 Result Register 14
EVADC_G6RES15   0xF0021F3C          Group 6 Result Register 15
EVADC_G6RESD0   0xF0021F80          Group 6 Result Reg. 0, Debug
EVADC_G6RESD1   0xF0021F84          Group 6 Result Reg. 1, Debug
EVADC_G6RESD2   0xF0021F88          Group 6 Result Reg. 2, Debug
EVADC_G6RESD3   0xF0021F8C          Group 6 Result Reg. 3, Debug
EVADC_G6RESD4   0xF0021F90          Group 6 Result Reg. 4, Debug
EVADC_G6RESD5   0xF0021F94          Group 6 Result Reg. 5, Debug
EVADC_G6RESD6   0xF0021F98          Group 6 Result Reg. 6, Debug
EVADC_G6RESD7   0xF0021F9C          Group 6 Result Reg. 7, Debug
EVADC_G6RESD8   0xF0021FA0          Group 6 Result Reg. 8, Debug
EVADC_G6RESD9   0xF0021FA4          Group 6 Result Reg. 9, Debug
EVADC_G6RESD10  0xF0021FA8          Group 6 Result Reg. 10, Debug
EVADC_G6RESD11  0xF0021FAC          Group 6 Result Reg. 11, Debug
EVADC_G6RESD12  0xF0021FB0          Group 6 Result Reg. 12, Debug
EVADC_G6RESD13  0xF0021FB4          Group 6 Result Reg. 13, Debug
EVADC_G6RESD14  0xF0021FB8          Group 6 Result Reg. 14, Debug
EVADC_G6RESD15  0xF0021FBC          Group 6 Result Reg. 15, Debug
EVADC_G7TRCTR   0xF0022010          Trigger Control Register, Group 7
EVADC_G7ARBCFG  0xF0022080          Arbitration Config. Register, Group 7
EVADC_G7ARBPR   0xF0022084          Arbitration Priority Register, Group 7
EVADC_G7ANCFG   0xF0022088          Analog Fct. Config. Register, Group 7
EVADC_G7ICLASS0 0xF00220A0          Input Class Register 0, Group 7
EVADC_G7ICLASS1 0xF00220A4          Input Class Register 1, Group 7
EVADC_G7ALIAS   0xF00220B0          Alias Register, Group 7
EVADC_G7BOUND   0xF00220B8          Boundary Select Register, Group 7
EVADC_G7SYNCTR  0xF00220C0          Synchronization Control Register, Group 7
EVADC_G7QCTRL0  0xF0022100          Queue 0 Source Contr. Register, Group 7
EVADC_G7QMR0    0xF0022104          Queue 0 Mode Register, Group 7
EVADC_G7QSR0    0xF0022108          Queue 0 Status Register, Group 7
EVADC_G7Q0R0    0xF002210C          Queue 0 Register 0, Group 7
EVADC_G7QINR0   0xF0022110          Queue 0 Input Register, Group 7
EVADC_G7QBUR0   0xF0022114          Queue 0 Backup Register, Group 7
EVADC_G7REQTM0  0xF0022118          Queue 0 Requ. Timer Mode Reg., Group 7
EVADC_G7REQTS0  0xF002211C          Queue 0 Requ. Timer Status Reg., Group 7
EVADC_G7QCTRL1  0xF0022120          Queue 1 Source Contr. Register, Group 7
EVADC_G7QMR1    0xF0022124          Queue 1 Mode Register, Group 7
EVADC_G7QSR1    0xF0022128          Queue 1 Status Register, Group 7
EVADC_G7Q0R1    0xF002212C          Queue 1 Register 0, Group 7
EVADC_G7QINR1   0xF0022130          Queue 1 Input Register, Group 7
EVADC_G7QBUR1   0xF0022134          Queue 1 Backup Register, Group 7
EVADC_G7REQTM1  0xF0022138          Queue 1 Requ. Timer Mode Reg., Group 7
EVADC_G7REQTS1  0xF002213C          Queue 1 Requ. Timer Status Reg., Group 7
EVADC_G7QCTRL2  0xF0022140          Queue 2 Source Contr. Register, Group 7
EVADC_G7QMR2    0xF0022144          Queue 2 Mode Register, Group 7
EVADC_G7QSR2    0xF0022148          Queue 2 Status Register, Group 7
EVADC_G7Q0R2    0xF002214C          Queue 2 Register 0, Group 7
EVADC_G7QINR2   0xF0022150          Queue 2 Input Register, Group 7
EVADC_G7QBUR2   0xF0022154          Queue 2 Backup Register, Group 7
EVADC_G7REQTM2  0xF0022158          Queue 2 Requ. Timer Mode Reg., Group 7
EVADC_G7REQTS2  0xF002215C          Queue 2 Requ. Timer Status Reg., Group 7
EVADC_G7CEFLAG  0xF0022180          Channel Event Flag Register, Group 7
EVADC_G7REFLAG  0xF0022184          Result Event Flag Register, Group 7
EVADC_G7SEFLAG  0xF0022188          Source Event Flag Register, Group 7
EVADC_G7CEFCLR  0xF0022190          Channel Event Flag Clear Register, Group 7
EVADC_G7REFCLR  0xF0022194          Result Event Flag Clear Register, Group 7
EVADC_G7SEFCLR  0xF0022198          Source Event Flag Clear Reg., Group 7
EVADC_G7CEVNP0  0xF00221A0          Channel Event Node Pointer Reg. 0, Group 7
EVADC_G7REVNP0  0xF00221B0          Result Event Node Pointer Reg. 0, Group 7
EVADC_G7REVNP1  0xF00221B4          Result Event Node Pointer Reg. 1, Group 7
EVADC_G7SEVNP   0xF00221C0          Source Event Node Pointer Reg., Group 7
EVADC_G7SRACT   0xF00221C8          Service Request Software Activation Trigger, Group 7
EVADC_G7EMUXCTR 0xF00221F0          External Multiplexer Control Reg., Group 7
EVADC_G7EMUXCS  0xF00221F4          Ext. Multiplexer Channel Select Reg., Group 7
EVADC_G7VFR     0xF00221F8          Valid Flag Register, Group 7
EVADC_G7CHCTR0  0xF0022200          Group 7, Channel 0 Control Register
EVADC_G7CHCTR1  0xF0022204          Group 7, Channel 1 Control Register
EVADC_G7CHCTR2  0xF0022208          Group 7, Channel 2 Control Register
EVADC_G7CHCTR3  0xF002220C          Group 7, Channel 3 Control Register
EVADC_G7CHCTR4  0xF0022210          Group 7, Channel 4 Control Register
EVADC_G7CHCTR5  0xF0022214          Group 7, Channel 5 Control Register
EVADC_G7CHCTR6  0xF0022218          Group 7, Channel 6 Control Register
EVADC_G7CHCTR7  0xF002221C          Group 7, Channel 7 Control Register
EVADC_G7RCR0    0xF0022280          Group 7 Result Control Register 0
EVADC_G7RCR1    0xF0022284          Group 7 Result Control Register 1
EVADC_G7RCR2    0xF0022288          Group 7 Result Control Register 2
EVADC_G7RCR3    0xF002228C          Group 7 Result Control Register 3
EVADC_G7RCR4    0xF0022290          Group 7 Result Control Register 4
EVADC_G7RCR5    0xF0022294          Group 7 Result Control Register 5
EVADC_G7RCR6    0xF0022298          Group 7 Result Control Register 6
EVADC_G7RCR7    0xF002229C          Group 7 Result Control Register 7
EVADC_G7RCR8    0xF00222A0          Group 7 Result Control Register 8
EVADC_G7RCR9    0xF00222A4          Group 7 Result Control Register 9
EVADC_G7RCR10   0xF00222A8          Group 7 Result Control Register 10
EVADC_G7RCR11   0xF00222AC          Group 7 Result Control Register 11
EVADC_G7RCR12   0xF00222B0          Group 7 Result Control Register 12
EVADC_G7RCR13   0xF00222B4          Group 7 Result Control Register 13
EVADC_G7RCR14   0xF00222B8          Group 7 Result Control Register 14
EVADC_G7RCR15   0xF00222BC          Group 7 Result Control Register 15
EVADC_G7RES0    0xF0022300          Group 7 Result Register 0
EVADC_G7RES1    0xF0022304          Group 7 Result Register 1
EVADC_G7RES2    0xF0022308          Group 7 Result Register 2
EVADC_G7RES3    0xF002230C          Group 7 Result Register 3
EVADC_G7RES4    0xF0022310          Group 7 Result Register 4
EVADC_G7RES5    0xF0022314          Group 7 Result Register 5
EVADC_G7RES6    0xF0022318          Group 7 Result Register 6
EVADC_G7RES7    0xF002231C          Group 7 Result Register 7
EVADC_G7RES8    0xF0022320          Group 7 Result Register 8
EVADC_G7RES9    0xF0022324          Group 7 Result Register 9
EVADC_G7RES10   0xF0022328          Group 7 Result Register 10
EVADC_G7RES11   0xF002232C          Group 7 Result Register 11
EVADC_G7RES12   0xF0022330          Group 7 Result Register 12
EVADC_G7RES13   0xF0022334          Group 7 Result Register 13
EVADC_G7RES14   0xF0022338          Group 7 Result Register 14
EVADC_G7RES15   0xF002233C          Group 7 Result Register 15
EVADC_G7RESD0   0xF0022380          Group 7 Result Reg. 0, Debug
EVADC_G7RESD1   0xF0022384          Group 7 Result Reg. 1, Debug
EVADC_G7RESD2   0xF0022388          Group 7 Result Reg. 2, Debug
EVADC_G7RESD3   0xF002238C          Group 7 Result Reg. 3, Debug
EVADC_G7RESD4   0xF0022390          Group 7 Result Reg. 4, Debug
EVADC_G7RESD5   0xF0022394          Group 7 Result Reg. 5, Debug
EVADC_G7RESD6   0xF0022398          Group 7 Result Reg. 6, Debug
EVADC_G7RESD7   0xF002239C          Group 7 Result Reg. 7, Debug
EVADC_G7RESD8   0xF00223A0          Group 7 Result Reg. 8, Debug
EVADC_G7RESD9   0xF00223A4          Group 7 Result Reg. 9, Debug
EVADC_G7RESD10  0xF00223A8          Group 7 Result Reg. 10, Debug
EVADC_G7RESD11  0xF00223AC          Group 7 Result Reg. 11, Debug
EVADC_G7RESD12  0xF00223B0          Group 7 Result Reg. 12, Debug
EVADC_G7RESD13  0xF00223B4          Group 7 Result Reg. 13, Debug
EVADC_G7RESD14  0xF00223B8          Group 7 Result Reg. 14, Debug
EVADC_G7RESD15  0xF00223BC          Group 7 Result Reg. 15, Debug
EVADC_G8TRCTR   0xF0022410          Trigger Control Register, Group 8
EVADC_G8ARBCFG  0xF0022480          Arbitration Config. Register, Group 8
EVADC_G8ARBPR   0xF0022484          Arbitration Priority Register, Group 8
EVADC_G8ANCFG   0xF0022488          Analog Fct. Config. Register, Group 8
EVADC_G8ICLASS0 0xF00224A0          Input Class Register 0, Group 8
EVADC_G8ICLASS1 0xF00224A4          Input Class Register 1, Group 8
EVADC_G8ALIAS   0xF00224B0          Alias Register, Group 8
EVADC_G8BOUND   0xF00224B8          Boundary Select Register, Group 8
EVADC_G8SYNCTR  0xF00224C0          Synchronization Control Register, Group 8
EVADC_G8QCTRL0  0xF0022500          Queue 0 Source Contr. Register, Group 8
EVADC_G8QMR0    0xF0022504          Queue 0 Mode Register, Group 8
EVADC_G8QSR0    0xF0022508          Queue 0 Status Register, Group 8
EVADC_G8Q0R0    0xF002250C          Queue 0 Register 0, Group 8
EVADC_G8QINR0   0xF0022510          Queue 0 Input Register, Group 8
EVADC_G8QBUR0   0xF0022514          Queue 0 Backup Register, Group 8
EVADC_G8REQTM0  0xF0022518          Queue 0 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS0  0xF002251C          Queue 0 Requ. Timer Status Reg., Group 8
EVADC_G8QCTRL1  0xF0022520          Queue 1 Source Contr. Register, Group 8
EVADC_G8QMR1    0xF0022524          Queue 1 Mode Register, Group 8
EVADC_G8QSR1    0xF0022528          Queue 1 Status Register, Group 8
EVADC_G8Q0R1    0xF002252C          Queue 1 Register 0, Group 8
EVADC_G8QINR1   0xF0022530          Queue 1 Input Register, Group 8
EVADC_G8QBUR1   0xF0022534          Queue 1 Backup Register, Group 8
EVADC_G8REQTM1  0xF0022538          Queue 1 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS1  0xF002253C          Queue 1 Requ. Timer Status Reg., Group 8
EVADC_G8QCTRL2  0xF0022540          Queue 2 Source Contr. Register, Group 8
EVADC_G8QMR2    0xF0022544          Queue 2 Mode Register, Group 8
EVADC_G8QSR2    0xF0022548          Queue 2 Status Register, Group 8
EVADC_G8Q0R2    0xF002254C          Queue 2 Register 0, Group 8
EVADC_G8QINR2   0xF0022550          Queue 2 Input Register, Group 8
EVADC_G8QBUR2   0xF0022554          Queue 2 Backup Register, Group 8
EVADC_G8REQTM2  0xF0022558          Queue 2 Requ. Timer Mode Reg., Group 8
EVADC_G8REQTS2  0xF002255C          Queue 2 Requ. Timer Status Reg., Group 8
EVADC_G8CEFLAG  0xF0022580          Channel Event Flag Register, Group 8
EVADC_G8REFLAG  0xF0022584          Result Event Flag Register, Group 8
EVADC_G8SEFLAG  0xF0022588          Source Event Flag Register, Group 8
EVADC_G8CEFCLR  0xF0022590          Channel Event Flag Clear Register, Group 8
EVADC_G8REFCLR  0xF0022594          Result Event Flag Clear Register, Group 8
EVADC_G8SEFCLR  0xF0022598          Source Event Flag Clear Reg., Group 8
EVADC_G8CEVNP0  0xF00225A0          Channel Event Node Pointer Reg. 0, Group 8
EVADC_G8CEVNP1  0xF00225A4          Channel Event Node Pointer Reg. 1, Group 8
EVADC_G8REVNP0  0xF00225B0          Result Event Node Pointer Reg. 0, Group 8
EVADC_G8REVNP1  0xF00225B4          Result Event Node Pointer Reg. 1, Group 8
EVADC_G8SEVNP   0xF00225C0          Source Event Node Pointer Reg., Group 8
EVADC_G8SRACT   0xF00225C8          Service Request Software Activation Trigger, Group 8
EVADC_G8EMUXCTR 0xF00225F0          External Multiplexer Control Reg., Group 8
EVADC_G8EMUXCS  0xF00225F4          Ext. Multiplexer Channel Select Reg., Group 8
EVADC_G8VFR     0xF00225F8          Valid Flag Register, Group 8
EVADC_G8CHCTR0  0xF0022600          Group 8, Channel 0 Control Register
EVADC_G8CHCTR1  0xF0022604          Group 8, Channel 1 Control Register
EVADC_G8CHCTR2  0xF0022608          Group 8, Channel 2 Control Register
EVADC_G8CHCTR3  0xF002260C          Group 8, Channel 3 Control Register
EVADC_G8CHCTR4  0xF0022610          Group 8, Channel 4 Control Register
EVADC_G8CHCTR5  0xF0022614          Group 8, Channel 5 Control Register
EVADC_G8CHCTR6  0xF0022618          Group 8, Channel 6 Control Register
EVADC_G8CHCTR7  0xF002261C          Group 8, Channel 7 Control Register
EVADC_G8CHCTR8  0xF0022620          Group 8, Channel 8 Control Register
EVADC_G8CHCTR9  0xF0022624          Group 8, Channel 9 Control Register
EVADC_G8CHCTR10 0xF0022628          Group 8, Channel 10 Control Register
EVADC_G8CHCTR11 0xF002262C          Group 8, Channel 11 Control Register
EVADC_G8CHCTR12 0xF0022630          Group 8, Channel 12 Control Register
EVADC_G8CHCTR13 0xF0022634          Group 8, Channel 13 Control Register
EVADC_G8CHCTR14 0xF0022638          Group 8, Channel 14 Control Register
EVADC_G8CHCTR15 0xF002263C          Group 8, Channel 15 Control Register
EVADC_G8RCR0    0xF0022680          Group 8 Result Control Register 0
EVADC_G8RCR1    0xF0022684          Group 8 Result Control Register 1
EVADC_G8RCR2    0xF0022688          Group 8 Result Control Register 2
EVADC_G8RCR3    0xF002268C          Group 8 Result Control Register 3
EVADC_G8RCR4    0xF0022690          Group 8 Result Control Register 4
EVADC_G8RCR5    0xF0022694          Group 8 Result Control Register 5
EVADC_G8RCR6    0xF0022698          Group 8 Result Control Register 6
EVADC_G8RCR7    0xF002269C          Group 8 Result Control Register 7
EVADC_G8RCR8    0xF00226A0          Group 8 Result Control Register 8
EVADC_G8RCR9    0xF00226A4          Group 8 Result Control Register 9
EVADC_G8RCR10   0xF00226A8          Group 8 Result Control Register 10
EVADC_G8RCR11   0xF00226AC          Group 8 Result Control Register 11
EVADC_G8RCR12   0xF00226B0          Group 8 Result Control Register 12
EVADC_G8RCR13   0xF00226B4          Group 8 Result Control Register 13
EVADC_G8RCR14   0xF00226B8          Group 8 Result Control Register 14
EVADC_G8RCR15   0xF00226BC          Group 8 Result Control Register 15
EVADC_G8RES0    0xF0022700          Group 8 Result Register 0
EVADC_G8RES1    0xF0022704          Group 8 Result Register 1
EVADC_G8RES2    0xF0022708          Group 8 Result Register 2
EVADC_G8RES3    0xF002270C          Group 8 Result Register 3
EVADC_G8RES4    0xF0022710          Group 8 Result Register 4
EVADC_G8RES5    0xF0022714          Group 8 Result Register 5
EVADC_G8RES6    0xF0022718          Group 8 Result Register 6
EVADC_G8RES7    0xF002271C          Group 8 Result Register 7
EVADC_G8RES8    0xF0022720          Group 8 Result Register 8
EVADC_G8RES9    0xF0022724          Group 8 Result Register 9
EVADC_G8RES10   0xF0022728          Group 8 Result Register 10
EVADC_G8RES11   0xF002272C          Group 8 Result Register 11
EVADC_G8RES12   0xF0022730          Group 8 Result Register 12
EVADC_G8RES13   0xF0022734          Group 8 Result Register 13
EVADC_G8RES14   0xF0022738          Group 8 Result Register 14
EVADC_G8RES15   0xF002273C          Group 8 Result Register 15
EVADC_G8RESD0   0xF0022780          Group 8 Result Reg. 0, Debug
EVADC_G8RESD1   0xF0022784          Group 8 Result Reg. 1, Debug
EVADC_G8RESD2   0xF0022788          Group 8 Result Reg. 2, Debug
EVADC_G8RESD3   0xF002278C          Group 8 Result Reg. 3, Debug
EVADC_G8RESD4   0xF0022790          Group 8 Result Reg. 4, Debug
EVADC_G8RESD5   0xF0022794          Group 8 Result Reg. 5, Debug
EVADC_G8RESD6   0xF0022798          Group 8 Result Reg. 6, Debug
EVADC_G8RESD7   0xF002279C          Group 8 Result Reg. 7, Debug
EVADC_G8RESD8   0xF00227A0          Group 8 Result Reg. 8, Debug
EVADC_G8RESD9   0xF00227A4          Group 8 Result Reg. 9, Debug
EVADC_G8RESD10  0xF00227A8          Group 8 Result Reg. 10, Debug
EVADC_G8RESD11  0xF00227AC          Group 8 Result Reg. 11, Debug
EVADC_G8RESD12  0xF00227B0          Group 8 Result Reg. 12, Debug
EVADC_G8RESD13  0xF00227B4          Group 8 Result Reg. 13, Debug
EVADC_G8RESD14  0xF00227B8          Group 8 Result Reg. 14, Debug
EVADC_G8RESD15  0xF00227BC          Group 8 Result Reg. 15, Debug
EVADC_G9TRCTR   0xF0022810          Trigger Control Register, Group 9
EVADC_G9ARBCFG  0xF0022880          Arbitration Config. Register, Group 9
EVADC_G9ARBPR   0xF0022884          Arbitration Priority Register, Group 9
EVADC_G9ANCFG   0xF0022888          Analog Fct. Config. Register, Group 9
EVADC_G9ICLASS0 0xF00228A0          Input Class Register 0, Group 9
EVADC_G9ICLASS1 0xF00228A4          Input Class Register 1, Group 9
EVADC_G9ALIAS   0xF00228B0          Alias Register, Group 9
EVADC_G9BOUND   0xF00228B8          Boundary Select Register, Group 9
EVADC_G9SYNCTR  0xF00228C0          Synchronization Control Register, Group 9
EVADC_G9QCTRL0  0xF0022900          Queue 0 Source Contr. Register, Group 9
EVADC_G9QMR0    0xF0022904          Queue 0 Mode Register, Group 9
EVADC_G9QSR0    0xF0022908          Queue 0 Status Register, Group 9
EVADC_G9Q0R0    0xF002290C          Queue 0 Register 0, Group 9
EVADC_G9QINR0   0xF0022910          Queue 0 Input Register, Group 9
EVADC_G9QBUR0   0xF0022914          Queue 0 Backup Register, Group 9
EVADC_G9REQTM0  0xF0022918          Queue 0 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS0  0xF002291C          Queue 0 Requ. Timer Status Reg., Group 9
EVADC_G9QCTRL1  0xF0022920          Queue 1 Source Contr. Register, Group 9
EVADC_G9QMR1    0xF0022924          Queue 1 Mode Register, Group 9
EVADC_G9QSR1    0xF0022928          Queue 1 Status Register, Group 9
EVADC_G9Q0R1    0xF002292C          Queue 1 Register 0, Group 9
EVADC_G9QINR1   0xF0022930          Queue 1 Input Register, Group 9
EVADC_G9QBUR1   0xF0022934          Queue 1 Backup Register, Group 9
EVADC_G9REQTM1  0xF0022938          Queue 1 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS1  0xF002293C          Queue 1 Requ. Timer Status Reg., Group 9
EVADC_G9QCTRL2  0xF0022940          Queue 2 Source Contr. Register, Group 9
EVADC_G9QMR2    0xF0022944          Queue 2 Mode Register, Group 9
EVADC_G9QSR2    0xF0022948          Queue 2 Status Register, Group 9
EVADC_G9Q0R2    0xF002294C          Queue 2 Register 0, Group 9
EVADC_G9QINR2   0xF0022950          Queue 2 Input Register, Group 9
EVADC_G9QBUR2   0xF0022954          Queue 2 Backup Register, Group 9
EVADC_G9REQTM2  0xF0022958          Queue 2 Requ. Timer Mode Reg., Group 9
EVADC_G9REQTS2  0xF002295C          Queue 2 Requ. Timer Status Reg., Group 9
EVADC_G9CEFLAG  0xF0022980          Channel Event Flag Register, Group 9
EVADC_G9REFLAG  0xF0022984          Result Event Flag Register, Group 9
EVADC_G9SEFLAG  0xF0022988          Source Event Flag Register, Group 9
EVADC_G9CEFCLR  0xF0022990          Channel Event Flag Clear Register, Group 9
EVADC_G9REFCLR  0xF0022994          Result Event Flag Clear Register, Group 9
EVADC_G9SEFCLR  0xF0022998          Source Event Flag Clear Reg., Group 9
EVADC_G9CEVNP0  0xF00229A0          Channel Event Node Pointer Reg. 0, Group 9
EVADC_G9CEVNP1  0xF00229A4          Channel Event Node Pointer Reg. 1, Group 9
EVADC_G9REVNP0  0xF00229B0          Result Event Node Pointer Reg. 0, Group 9
EVADC_G9REVNP1  0xF00229B4          Result Event Node Pointer Reg. 1, Group 9
EVADC_G9SEVNP   0xF00229C0          Source Event Node Pointer Reg., Group 9
EVADC_G9SRACT   0xF00229C8          Service Request Software Activation Trigger, Group 9
EVADC_G9EMUXCTR 0xF00229F0          External Multiplexer Control Reg., Group 9
EVADC_G9EMUXCS  0xF00229F4          Ext. Multiplexer Channel Select Reg., Group 9
EVADC_G9VFR     0xF00229F8          Valid Flag Register, Group 9
EVADC_G9CHCTR0  0xF0022A00          Group 9, Channel 0 Control Register
EVADC_G9CHCTR1  0xF0022A04          Group 9, Channel 1 Control Register
EVADC_G9CHCTR2  0xF0022A08          Group 9, Channel 2 Control Register
EVADC_G9CHCTR3  0xF0022A0C          Group 9, Channel 3 Control Register
EVADC_G9CHCTR4  0xF0022A10          Group 9, Channel 4 Control Register
EVADC_G9CHCTR5  0xF0022A14          Group 9, Channel 5 Control Register
EVADC_G9CHCTR6  0xF0022A18          Group 9, Channel 6 Control Register
EVADC_G9CHCTR7  0xF0022A1C          Group 9, Channel 7 Control Register
EVADC_G9CHCTR8  0xF0022A20          Group 9, Channel 8 Control Register
EVADC_G9CHCTR9  0xF0022A24          Group 9, Channel 9 Control Register
EVADC_G9CHCTR10 0xF0022A28          Group 9, Channel 10 Control Register
EVADC_G9CHCTR11 0xF0022A2C          Group 9, Channel 11 Control Register
EVADC_G9CHCTR12 0xF0022A30          Group 9, Channel 12 Control Register
EVADC_G9CHCTR13 0xF0022A34          Group 9, Channel 13 Control Register
EVADC_G9CHCTR14 0xF0022A38          Group 9, Channel 14 Control Register
EVADC_G9CHCTR15 0xF0022A3C          Group 9, Channel 15 Control Register
EVADC_G9RCR0    0xF0022A80          Group 9 Result Control Register 0
EVADC_G9RCR1    0xF0022A84          Group 9 Result Control Register 1
EVADC_G9RCR2    0xF0022A88          Group 9 Result Control Register 2
EVADC_G9RCR3    0xF0022A8C          Group 9 Result Control Register 3
EVADC_G9RCR4    0xF0022A90          Group 9 Result Control Register 4
EVADC_G9RCR5    0xF0022A94          Group 9 Result Control Register 5
EVADC_G9RCR6    0xF0022A98          Group 9 Result Control Register 6
EVADC_G9RCR7    0xF0022A9C          Group 9 Result Control Register 7
EVADC_G9RCR8    0xF0022AA0          Group 9 Result Control Register 8
EVADC_G9RCR9    0xF0022AA4          Group 9 Result Control Register 9
EVADC_G9RCR10   0xF0022AA8          Group 9 Result Control Register 10
EVADC_G9RCR11   0xF0022AAC          Group 9 Result Control Register 11
EVADC_G9RCR12   0xF0022AB0          Group 9 Result Control Register 12
EVADC_G9RCR13   0xF0022AB4          Group 9 Result Control Register 13
EVADC_G9RCR14   0xF0022AB8          Group 9 Result Control Register 14
EVADC_G9RCR15   0xF0022ABC          Group 9 Result Control Register 15
EVADC_G9RES0    0xF0022B00          Group 9 Result Register 0
EVADC_G9RES1    0xF0022B04          Group 9 Result Register 1
EVADC_G9RES2    0xF0022B08          Group 9 Result Register 2
EVADC_G9RES3    0xF0022B0C          Group 9 Result Register 3
EVADC_G9RES4    0xF0022B10          Group 9 Result Register 4
EVADC_G9RES5    0xF0022B14          Group 9 Result Register 5
EVADC_G9RES6    0xF0022B18          Group 9 Result Register 6
EVADC_G9RES7    0xF0022B1C          Group 9 Result Register 7
EVADC_G9RES8    0xF0022B20          Group 9 Result Register 8
EVADC_G9RES9    0xF0022B24          Group 9 Result Register 9
EVADC_G9RES10   0xF0022B28          Group 9 Result Register 10
EVADC_G9RES11   0xF0022B2C          Group 9 Result Register 11
EVADC_G9RES12   0xF0022B30          Group 9 Result Register 12
EVADC_G9RES13   0xF0022B34          Group 9 Result Register 13
EVADC_G9RES14   0xF0022B38          Group 9 Result Register 14
EVADC_G9RES15   0xF0022B3C          Group 9 Result Register 15
EVADC_G9RESD0   0xF0022B80          Group 9 Result Reg. 0, Debug
EVADC_G9RESD1   0xF0022B84          Group 9 Result Reg. 1, Debug
EVADC_G9RESD2   0xF0022B88          Group 9 Result Reg. 2, Debug
EVADC_G9RESD3   0xF0022B8C          Group 9 Result Reg. 3, Debug
EVADC_G9RESD4   0xF0022B90          Group 9 Result Reg. 4, Debug
EVADC_G9RESD5   0xF0022B94          Group 9 Result Reg. 5, Debug
EVADC_G9RESD6   0xF0022B98          Group 9 Result Reg. 6, Debug
EVADC_G9RESD7   0xF0022B9C          Group 9 Result Reg. 7, Debug
EVADC_G9RESD8   0xF0022BA0          Group 9 Result Reg. 8, Debug
EVADC_G9RESD9   0xF0022BA4          Group 9 Result Reg. 9, Debug
EVADC_G9RESD10  0xF0022BA8          Group 9 Result Reg. 10, Debug
EVADC_G9RESD11  0xF0022BAC          Group 9 Result Reg. 11, Debug
EVADC_G9RESD12  0xF0022BB0          Group 9 Result Reg. 12, Debug
EVADC_G9RESD13  0xF0022BB4          Group 9 Result Reg. 13, Debug
EVADC_G9RESD14  0xF0022BB8          Group 9 Result Reg. 14, Debug
EVADC_G9RESD15  0xF0022BBC          Group 9 Result Reg. 15, Debug
EVADC_G10TRCTR  0xF0022C10          Trigger Control Register, Group 10
EVADC_G10ARBCFG 0xF0022C80          Arbitration Config. Register, Group 10
EVADC_G10ARBPR  0xF0022C84          Arbitration Priority Register, Group 10
EVADC_G10ANCFG  0xF0022C88          Analog Fct. Config. Register, Group 10
EVADC_G10ICLASS0 0xF0022CA0          Input Class Register 0, Group 10
EVADC_G10ICLASS1 0xF0022CA4          Input Class Register 1, Group 10
EVADC_G10ALIAS  0xF0022CB0          Alias Register, Group 10
EVADC_G10BOUND  0xF0022CB8          Boundary Select Register, Group 10
EVADC_G10SYNCTR 0xF0022CC0          Synchronization Control Register, Group 10
EVADC_G10QCTRL0 0xF0022D00          Queue 0 Source Contr. Register, Group 10
EVADC_G10QMR0   0xF0022D04          Queue 0 Mode Register, Group 10
EVADC_G10QSR0   0xF0022D08          Queue 0 Status Register, Group 10
EVADC_G10Q0R0   0xF0022D0C          Queue 0 Register 0, Group 10
EVADC_G10QINR0  0xF0022D10          Queue 0 Input Register, Group 10
EVADC_G10QBUR0  0xF0022D14          Queue 0 Backup Register, Group 10
EVADC_G10REQTM0 0xF0022D18          Queue 0 Requ. Timer Mode Reg., Group 10
EVADC_G10REQTS0 0xF0022D1C          Queue 0 Requ. Timer Status Reg., Group 10
EVADC_G10QCTRL1 0xF0022D20          Queue 1 Source Contr. Register, Group 10
EVADC_G10QMR1   0xF0022D24          Queue 1 Mode Register, Group 10
EVADC_G10QSR1   0xF0022D28          Queue 1 Status Register, Group 10
EVADC_G10Q0R1   0xF0022D2C          Queue 1 Register 0, Group 10
EVADC_G10QINR1  0xF0022D30          Queue 1 Input Register, Group 10
EVADC_G10QBUR1  0xF0022D34          Queue 1 Backup Register, Group 10
EVADC_G10REQTM1 0xF0022D38          Queue 1 Requ. Timer Mode Reg., Group 10
EVADC_G10REQTS1 0xF0022D3C          Queue 1 Requ. Timer Status Reg., Group 10
EVADC_G10QCTRL2 0xF0022D40          Queue 2 Source Contr. Register, Group 10
EVADC_G10QMR2   0xF0022D44          Queue 2 Mode Register, Group 10
EVADC_G10QSR2   0xF0022D48          Queue 2 Status Register, Group 10
EVADC_G10Q0R2   0xF0022D4C          Queue 2 Register 0, Group 10
EVADC_G10QINR2  0xF0022D50          Queue 2 Input Register, Group 10
EVADC_G10QBUR2  0xF0022D54          Queue 2 Backup Register, Group 10
EVADC_G10REQTM2 0xF0022D58          Queue 2 Requ. Timer Mode Reg., Group 10
EVADC_G10REQTS2 0xF0022D5C          Queue 2 Requ. Timer Status Reg., Group 10
EVADC_G10CEFLAG 0xF0022D80          Channel Event Flag Register, Group 10
EVADC_G10REFLAG 0xF0022D84          Result Event Flag Register, Group 10
EVADC_G10SEFLAG 0xF0022D88          Source Event Flag Register, Group 10
EVADC_G10CEFCLR 0xF0022D90          Channel Event Flag Clear Register, Group 10
EVADC_G10REFCLR 0xF0022D94          Result Event Flag Clear Register, Group 10
EVADC_G10SEFCLR 0xF0022D98          Source Event Flag Clear Reg., Group 10
EVADC_G10CEVNP0 0xF0022DA0          Channel Event Node Pointer Reg. 0, Group 10
EVADC_G10CEVNP1 0xF0022DA4          Channel Event Node Pointer Reg. 1, Group 10
EVADC_G10REVNP0 0xF0022DB0          Result Event Node Pointer Reg. 0, Group 10
EVADC_G10REVNP1 0xF0022DB4          Result Event Node Pointer Reg. 1, Group 10
EVADC_G10SEVNP  0xF0022DC0          Source Event Node Pointer Reg., Group 10
EVADC_G10SRACT  0xF0022DC8          Service Request Software Activation Trigger, Group 10
EVADC_G10EMUXCTR 0xF0022DF0          External Multiplexer Control Reg., Group 10
EVADC_G10EMUXCS 0xF0022DF4          Ext. Multiplexer Channel Select Reg., Group 10
EVADC_G10VFR    0xF0022DF8          Valid Flag Register, Group 10
EVADC_G10CHCTR0 0xF0022E00          Group 10, Channel 0 Control Register
EVADC_G10CHCTR1 0xF0022E04          Group 10, Channel 1 Control Register
EVADC_G10CHCTR2 0xF0022E08          Group 10, Channel 2 Control Register
EVADC_G10CHCTR3 0xF0022E0C          Group 10, Channel 3 Control Register
EVADC_G10CHCTR4 0xF0022E10          Group 10, Channel 4 Control Register
EVADC_G10CHCTR5 0xF0022E14          Group 10, Channel 5 Control Register
EVADC_G10CHCTR6 0xF0022E18          Group 10, Channel 6 Control Register
EVADC_G10CHCTR7 0xF0022E1C          Group 10, Channel 7 Control Register
EVADC_G10CHCTR8 0xF0022E20          Group 10, Channel 8 Control Register
EVADC_G10CHCTR9 0xF0022E24          Group 10, Channel 9 Control Register
EVADC_G10CHCTR10 0xF0022E28          Group 10, Channel 10 Control Register
EVADC_G10CHCTR11 0xF0022E2C          Group 10, Channel 11 Control Register
EVADC_G10CHCTR12 0xF0022E30          Group 10, Channel 12 Control Register
EVADC_G10CHCTR13 0xF0022E34          Group 10, Channel 13 Control Register
EVADC_G10CHCTR14 0xF0022E38          Group 10, Channel 14 Control Register
EVADC_G10CHCTR15 0xF0022E3C          Group 10, Channel 15 Control Register
EVADC_G10RCR0   0xF0022E80          Group 10 Result Control Register 0
EVADC_G10RCR1   0xF0022E84          Group 10 Result Control Register 1
EVADC_G10RCR2   0xF0022E88          Group 10 Result Control Register 2
EVADC_G10RCR3   0xF0022E8C          Group 10 Result Control Register 3
EVADC_G10RCR4   0xF0022E90          Group 10 Result Control Register 4
EVADC_G10RCR5   0xF0022E94          Group 10 Result Control Register 5
EVADC_G10RCR6   0xF0022E98          Group 10 Result Control Register 6
EVADC_G10RCR7   0xF0022E9C          Group 10 Result Control Register 7
EVADC_G10RCR8   0xF0022EA0          Group 10 Result Control Register 8
EVADC_G10RCR9   0xF0022EA4          Group 10 Result Control Register 9
EVADC_G10RCR10  0xF0022EA8          Group 10 Result Control Register 10
EVADC_G10RCR11  0xF0022EAC          Group 10 Result Control Register 11
EVADC_G10RCR12  0xF0022EB0          Group 10 Result Control Register 12
EVADC_G10RCR13  0xF0022EB4          Group 10 Result Control Register 13
EVADC_G10RCR14  0xF0022EB8          Group 10 Result Control Register 14
EVADC_G10RCR15  0xF0022EBC          Group 10 Result Control Register 15
EVADC_G10RES0   0xF0022F00          Group 10 Result Register 0
EVADC_G10RES1   0xF0022F04          Group 10 Result Register 1
EVADC_G10RES2   0xF0022F08          Group 10 Result Register 2
EVADC_G10RES3   0xF0022F0C          Group 10 Result Register 3
EVADC_G10RES4   0xF0022F10          Group 10 Result Register 4
EVADC_G10RES5   0xF0022F14          Group 10 Result Register 5
EVADC_G10RES6   0xF0022F18          Group 10 Result Register 6
EVADC_G10RES7   0xF0022F1C          Group 10 Result Register 7
EVADC_G10RES8   0xF0022F20          Group 10 Result Register 8
EVADC_G10RES9   0xF0022F24          Group 10 Result Register 9
EVADC_G10RES10  0xF0022F28          Group 10 Result Register 10
EVADC_G10RES11  0xF0022F2C          Group 10 Result Register 11
EVADC_G10RES12  0xF0022F30          Group 10 Result Register 12
EVADC_G10RES13  0xF0022F34          Group 10 Result Register 13
EVADC_G10RES14  0xF0022F38          Group 10 Result Register 14
EVADC_G10RES15  0xF0022F3C          Group 10 Result Register 15
EVADC_G10RESD0  0xF0022F80          Group 10 Result Reg. 0, Debug
EVADC_G10RESD1  0xF0022F84          Group 10 Result Reg. 1, Debug
EVADC_G10RESD2  0xF0022F88          Group 10 Result Reg. 2, Debug
EVADC_G10RESD3  0xF0022F8C          Group 10 Result Reg. 3, Debug
EVADC_G10RESD4  0xF0022F90          Group 10 Result Reg. 4, Debug
EVADC_G10RESD5  0xF0022F94          Group 10 Result Reg. 5, Debug
EVADC_G10RESD6  0xF0022F98          Group 10 Result Reg. 6, Debug
EVADC_G10RESD7  0xF0022F9C          Group 10 Result Reg. 7, Debug
EVADC_G10RESD8  0xF0022FA0          Group 10 Result Reg. 8, Debug
EVADC_G10RESD9  0xF0022FA4          Group 10 Result Reg. 9, Debug
EVADC_G10RESD10 0xF0022FA8          Group 10 Result Reg. 10, Debug
EVADC_G10RESD11 0xF0022FAC          Group 10 Result Reg. 11, Debug
EVADC_G10RESD12 0xF0022FB0          Group 10 Result Reg. 12, Debug
EVADC_G10RESD13 0xF0022FB4          Group 10 Result Reg. 13, Debug
EVADC_G10RESD14 0xF0022FB8          Group 10 Result Reg. 14, Debug
EVADC_G10RESD15 0xF0022FBC          Group 10 Result Reg. 15, Debug
EVADC_G11TRCTR  0xF0023010          Trigger Control Register, Group 11
EVADC_G11ARBCFG 0xF0023080          Arbitration Config. Register, Group 11
EVADC_G11ARBPR  0xF0023084          Arbitration Priority Register, Group 11
EVADC_G11ANCFG  0xF0023088          Analog Fct. Config. Register, Group 11
EVADC_G11ICLASS0 0xF00230A0          Input Class Register 0, Group 11
EVADC_G11ICLASS1 0xF00230A4          Input Class Register 1, Group 11
EVADC_G11ALIAS  0xF00230B0          Alias Register, Group 11
EVADC_G11BOUND  0xF00230B8          Boundary Select Register, Group 11
EVADC_G11SYNCTR 0xF00230C0          Synchronization Control Register, Group 11
EVADC_G11QCTRL0 0xF0023100          Queue 0 Source Contr. Register, Group 11
EVADC_G11QMR0   0xF0023104          Queue 0 Mode Register, Group 11
EVADC_G11QSR0   0xF0023108          Queue 0 Status Register, Group 11
EVADC_G11Q0R0   0xF002310C          Queue 0 Register 0, Group 11
EVADC_G11QINR0  0xF0023110          Queue 0 Input Register, Group 11
EVADC_G11QBUR0  0xF0023114          Queue 0 Backup Register, Group 11
EVADC_G11REQTM0 0xF0023118          Queue 0 Requ. Timer Mode Reg., Group 11
EVADC_G11REQTS0 0xF002311C          Queue 0 Requ. Timer Status Reg., Group 11
EVADC_G11QCTRL1 0xF0023120          Queue 1 Source Contr. Register, Group 11
EVADC_G11QMR1   0xF0023124          Queue 1 Mode Register, Group 11
EVADC_G11QSR1   0xF0023128          Queue 1 Status Register, Group 11
EVADC_G11Q0R1   0xF002312C          Queue 1 Register 0, Group 11
EVADC_G11QINR1  0xF0023130          Queue 1 Input Register, Group 11
EVADC_G11QBUR1  0xF0023134          Queue 1 Backup Register, Group 11
EVADC_G11REQTM1 0xF0023138          Queue 1 Requ. Timer Mode Reg., Group 11
EVADC_G11REQTS1 0xF002313C          Queue 1 Requ. Timer Status Reg., Group 11
EVADC_G11QCTRL2 0xF0023140          Queue 2 Source Contr. Register, Group 11
EVADC_G11QMR2   0xF0023144          Queue 2 Mode Register, Group 11
EVADC_G11QSR2   0xF0023148          Queue 2 Status Register, Group 11
EVADC_G11Q0R2   0xF002314C          Queue 2 Register 0, Group 11
EVADC_G11QINR2  0xF0023150          Queue 2 Input Register, Group 11
EVADC_G11QBUR2  0xF0023154          Queue 2 Backup Register, Group 11
EVADC_G11REQTM2 0xF0023158          Queue 2 Requ. Timer Mode Reg., Group 11
EVADC_G11REQTS2 0xF002315C          Queue 2 Requ. Timer Status Reg., Group 11
EVADC_G11CEFLAG 0xF0023180          Channel Event Flag Register, Group 11
EVADC_G11REFLAG 0xF0023184          Result Event Flag Register, Group 11
EVADC_G11SEFLAG 0xF0023188          Source Event Flag Register, Group 11
EVADC_G11CEFCLR 0xF0023190          Channel Event Flag Clear Register, Group 11
EVADC_G11REFCLR 0xF0023194          Result Event Flag Clear Register, Group 11
EVADC_G11SEFCLR 0xF0023198          Source Event Flag Clear Reg., Group 11
EVADC_G11CEVNP0 0xF00231A0          Channel Event Node Pointer Reg. 0, Group 11
EVADC_G11CEVNP1 0xF00231A4          Channel Event Node Pointer Reg. 1, Group 11
EVADC_G11REVNP0 0xF00231B0          Result Event Node Pointer Reg. 0, Group 11
EVADC_G11REVNP1 0xF00231B4          Result Event Node Pointer Reg. 1, Group 11
EVADC_G11SEVNP  0xF00231C0          Source Event Node Pointer Reg., Group 11
EVADC_G11SRACT  0xF00231C8          Service Request Software Activation Trigger, Group 11
EVADC_G11EMUXCTR 0xF00231F0          External Multiplexer Control Reg., Group 11
EVADC_G11EMUXCS 0xF00231F4          Ext. Multiplexer Channel Select Reg., Group 11
EVADC_G11VFR    0xF00231F8          Valid Flag Register, Group 11
EVADC_G11CHCTR0 0xF0023200          Group 11, Channel 0 Control Register
EVADC_G11CHCTR1 0xF0023204          Group 11, Channel 1 Control Register
EVADC_G11CHCTR2 0xF0023208          Group 11, Channel 2 Control Register
EVADC_G11CHCTR3 0xF002320C          Group 11, Channel 3 Control Register
EVADC_G11CHCTR4 0xF0023210          Group 11, Channel 4 Control Register
EVADC_G11CHCTR5 0xF0023214          Group 11, Channel 5 Control Register
EVADC_G11CHCTR6 0xF0023218          Group 11, Channel 6 Control Register
EVADC_G11CHCTR7 0xF002321C          Group 11, Channel 7 Control Register
EVADC_G11CHCTR8 0xF0023220          Group 11, Channel 8 Control Register
EVADC_G11CHCTR9 0xF0023224          Group 11, Channel 9 Control Register
EVADC_G11CHCTR10 0xF0023228          Group 11, Channel 10 Control Register
EVADC_G11CHCTR11 0xF002322C          Group 11, Channel 11 Control Register
EVADC_G11CHCTR12 0xF0023230          Group 11, Channel 12 Control Register
EVADC_G11CHCTR13 0xF0023234          Group 11, Channel 13 Control Register
EVADC_G11CHCTR14 0xF0023238          Group 11, Channel 14 Control Register
EVADC_G11CHCTR15 0xF002323C          Group 11, Channel 15 Control Register
EVADC_G11RCR0   0xF0023280          Group 11 Result Control Register 0
EVADC_G11RCR1   0xF0023284          Group 11 Result Control Register 1
EVADC_G11RCR2   0xF0023288          Group 11 Result Control Register 2
EVADC_G11RCR3   0xF002328C          Group 11 Result Control Register 3
EVADC_G11RCR4   0xF0023290          Group 11 Result Control Register 4
EVADC_G11RCR5   0xF0023294          Group 11 Result Control Register 5
EVADC_G11RCR6   0xF0023298          Group 11 Result Control Register 6
EVADC_G11RCR7   0xF002329C          Group 11 Result Control Register 7
EVADC_G11RCR8   0xF00232A0          Group 11 Result Control Register 8
EVADC_G11RCR9   0xF00232A4          Group 11 Result Control Register 9
EVADC_G11RCR10  0xF00232A8          Group 11 Result Control Register 10
EVADC_G11RCR11  0xF00232AC          Group 11 Result Control Register 11
EVADC_G11RCR12  0xF00232B0          Group 11 Result Control Register 12
EVADC_G11RCR13  0xF00232B4          Group 11 Result Control Register 13
EVADC_G11RCR14  0xF00232B8          Group 11 Result Control Register 14
EVADC_G11RCR15  0xF00232BC          Group 11 Result Control Register 15
EVADC_G11RES0   0xF0023300          Group 11 Result Register 0
EVADC_G11RES1   0xF0023304          Group 11 Result Register 1
EVADC_G11RES2   0xF0023308          Group 11 Result Register 2
EVADC_G11RES3   0xF002330C          Group 11 Result Register 3
EVADC_G11RES4   0xF0023310          Group 11 Result Register 4
EVADC_G11RES5   0xF0023314          Group 11 Result Register 5
EVADC_G11RES6   0xF0023318          Group 11 Result Register 6
EVADC_G11RES7   0xF002331C          Group 11 Result Register 7
EVADC_G11RES8   0xF0023320          Group 11 Result Register 8
EVADC_G11RES9   0xF0023324          Group 11 Result Register 9
EVADC_G11RES10  0xF0023328          Group 11 Result Register 10
EVADC_G11RES11  0xF002332C          Group 11 Result Register 11
EVADC_G11RES12  0xF0023330          Group 11 Result Register 12
EVADC_G11RES13  0xF0023334          Group 11 Result Register 13
EVADC_G11RES14  0xF0023338          Group 11 Result Register 14
EVADC_G11RES15  0xF002333C          Group 11 Result Register 15
EVADC_G11RESD0  0xF0023380          Group 11 Result Reg. 0, Debug
EVADC_G11RESD1  0xF0023384          Group 11 Result Reg. 1, Debug
EVADC_G11RESD2  0xF0023388          Group 11 Result Reg. 2, Debug
EVADC_G11RESD3  0xF002338C          Group 11 Result Reg. 3, Debug
EVADC_G11RESD4  0xF0023390          Group 11 Result Reg. 4, Debug
EVADC_G11RESD5  0xF0023394          Group 11 Result Reg. 5, Debug
EVADC_G11RESD6  0xF0023398          Group 11 Result Reg. 6, Debug
EVADC_G11RESD7  0xF002339C          Group 11 Result Reg. 7, Debug
EVADC_G11RESD8  0xF00233A0          Group 11 Result Reg. 8, Debug
EVADC_G11RESD9  0xF00233A4          Group 11 Result Reg. 9, Debug
EVADC_G11RESD10 0xF00233A8          Group 11 Result Reg. 10, Debug
EVADC_G11RESD11 0xF00233AC          Group 11 Result Reg. 11, Debug
EVADC_G11RESD12 0xF00233B0          Group 11 Result Reg. 12, Debug
EVADC_G11RESD13 0xF00233B4          Group 11 Result Reg. 13, Debug
EVADC_G11RESD14 0xF00233B8          Group 11 Result Reg. 14, Debug
EVADC_G11RESD15 0xF00233BC          Group 11 Result Reg. 15, Debug
EVADC_FC0FCCTRL 0xF0023400          Fast Compare Control Register, FC Channel 0
EVADC_FC0FCM    0xF0023404          Fast Compare Mode Register, FC Channel 0
EVADC_FC0FCRAMP0 0xF0023408          Fast Compare Ramp Register 0, FC Channel 0
EVADC_FC0FCRAMP1 0xF002340C          Fast Compare Ramp Register 1, FC Channel 0
EVADC_FC0FCBFL  0xF0023420          Boundary Flag Register, FC Channel 0
EVADC_FC0FCHYST 0xF0023424          Fast Comp. Hysteresis Register, FC Channel 0
EVADC_FC1FCCTRL 0xF0023500          Fast Compare Control Register, FC Channel 1
EVADC_FC1FCM    0xF0023504          Fast Compare Mode Register, FC Channel 1
EVADC_FC1FCRAMP0 0xF0023508          Fast Compare Ramp Register 0, FC Channel 1
EVADC_FC1FCRAMP1 0xF002350C          Fast Compare Ramp Register 1, FC Channel 1
EVADC_FC1FCBFL  0xF0023520          Boundary Flag Register, FC Channel 1
EVADC_FC1FCHYST 0xF0023524          Fast Comp. Hysteresis Register, FC Channel 1
EVADC_FC2FCCTRL 0xF0023600          Fast Compare Control Register, FC Channel 2
EVADC_FC2FCM    0xF0023604          Fast Compare Mode Register, FC Channel 2
EVADC_FC2FCRAMP0 0xF0023608          Fast Compare Ramp Register 0, FC Channel 2
EVADC_FC2FCRAMP1 0xF002360C          Fast Compare Ramp Register 1, FC Channel 2
EVADC_FC2FCBFL  0xF0023620          Boundary Flag Register, FC Channel 2
EVADC_FC2FCHYST 0xF0023624          Fast Comp. Hysteresis Register, FC Channel 2
EVADC_FC3FCCTRL 0xF0023700          Fast Compare Control Register, FC Channel 3
EVADC_FC3FCM    0xF0023704          Fast Compare Mode Register, FC Channel 3
EVADC_FC3FCRAMP0 0xF0023708          Fast Compare Ramp Register 0, FC Channel 3
EVADC_FC3FCRAMP1 0xF002370C          Fast Compare Ramp Register 1, FC Channel 3
EVADC_FC3FCBFL  0xF0023720          Boundary Flag Register, FC Channel 3
EVADC_FC3FCHYST 0xF0023724          Fast Comp. Hysteresis Register, FC Channel 3
EVADC_FC4FCCTRL 0xF0023800          Fast Compare Control Register, FC Channel 4
EVADC_FC4FCM    0xF0023804          Fast Compare Mode Register, FC Channel 4
EVADC_FC4FCRAMP0 0xF0023808          Fast Compare Ramp Register 0, FC Channel 4
EVADC_FC4FCRAMP1 0xF002380C          Fast Compare Ramp Register 1, FC Channel 4
EVADC_FC4FCBFL  0xF0023820          Boundary Flag Register, FC Channel 4
EVADC_FC4FCHYST 0xF0023824          Fast Comp. Hysteresis Register, FC Channel 4
EVADC_FC5FCCTRL 0xF0023900          Fast Compare Control Register, FC Channel 5
EVADC_FC5FCM    0xF0023904          Fast Compare Mode Register, FC Channel 5
EVADC_FC5FCRAMP0 0xF0023908          Fast Compare Ramp Register 0, FC Channel 5
EVADC_FC5FCRAMP1 0xF002390C          Fast Compare Ramp Register 1, FC Channel 5
EVADC_FC5FCBFL  0xF0023920          Boundary Flag Register, FC Channel 5
EVADC_FC5FCHYST 0xF0023924          Fast Comp. Hysteresis Register, FC Channel 5
EVADC_FC6FCCTRL 0xF0023A00          Fast Compare Control Register, FC Channel 6
EVADC_FC6FCM    0xF0023A04          Fast Compare Mode Register, FC Channel 6
EVADC_FC6FCRAMP0 0xF0023A08          Fast Compare Ramp Register 0, FC Channel 6
EVADC_FC6FCRAMP1 0xF0023A0C          Fast Compare Ramp Register 1, FC Channel 6
EVADC_FC6FCBFL  0xF0023A20          Boundary Flag Register, FC Channel 6
EVADC_FC6FCHYST 0xF0023A24          Fast Comp. Hysteresis Register, FC Channel 6
EVADC_FC7FCCTRL 0xF0023B00          Fast Compare Control Register, FC Channel 7
EVADC_FC7FCM    0xF0023B04          Fast Compare Mode Register, FC Channel 7
EVADC_FC7FCRAMP0 0xF0023B08          Fast Compare Ramp Register 0, FC Channel 7
EVADC_FC7FCRAMP1 0xF0023B0C          Fast Compare Ramp Register 1, FC Channel 7
EVADC_FC7FCBFL  0xF0023B20          Boundary Flag Register, FC Channel 7
EVADC_FC7FCHYST 0xF0023B24          Fast Comp. Hysteresis Register, FC Channel 7
EDSADC_CLC      0xF0024000          Clock Control Register
EDSADC_ID       0xF0024008          Module Identification Register
EDSADC_OCS      0xF0024028          OCDS Control and Status Register
EDSADC_KRSTCLR  0xF002402C          Kernel Reset Status Clear Register
EDSADC_KRST1    0xF0024030          Kernel Reset Register 1
EDSADC_KRST0    0xF0024034          Kernel Reset Register 0
EDSADC_ACCEN0   0xF002403C          Access Enable Register 0
EDSADC_GLOBCFG  0xF0024080          Global Configuration Register
EDSADC_GLOBRC   0xF0024088          Global Run Control Register
EDSADC_ACCPROT  0xF0024090          Access Protection Register
EDSADC_CGCFG    0xF00240A0          Carrier Generator Configuration Register
EDSADC_EVFLAG   0xF00240E0          Event Flag Register
EDSADC_EVFLAGCLR 0xF00240E4          Event Flag Clear Register
EDSADC_MODCFG0  0xF0024100          Modulator Configuration Register 0
EDSADC_DICFG0   0xF0024108          Demodulator Input Config. Register 0
EDSADC_FCFGM0   0xF0024110          Filter Configuration Register 0, Main
EDSADC_FCFGC0   0xF0024114          Filter Configuration Register 0, CIC Filter
EDSADC_FCNTC0   0xF0024118          Filter Counter Register 0, CIC Filter
EDSADC_OVSCFG0  0xF002411C          Overshoot Compensation Cfg. Register 0
EDSADC_IWCTR0   0xF0024120          Integration Window Control Register 0
EDSADC_IIVAL0   0xF0024124          Intermediate Integration Value
EDSADC_ISTAT0   0xF0024128          Integrator Status Register 0
EDSADC_RFC0     0xF002412C          Result FIFO Control Register 0
EDSADC_RESM0    0xF0024130          Result Register 0 Main
EDSADC_OFFCOMP0 0xF0024138          Offset Compensation Register 0
EDSADC_GAINCAL0 0xF002413C          Gain Calibration Register 0
EDSADC_GAINCTR0 0xF0024140          Gain Control Register 0
EDSADC_GAINCORR0 0xF0024144          Gain Correction Register 0
EDSADC_TSTMP0   0xF0024150          Time-Stamp Register 0
EDSADC_TSCNT0   0xF0024154          Time-Stamp Counter 0
EDSADC_FCFGA0   0xF0024170          Auxiliary Filter Configuration Register 0
EDSADC_BOUNDSEL0 0xF0024178          Boundary Select Register 0
EDSADC_RESA0    0xF0024180          Result Register 0 Auxiliary
EDSADC_CGSYNC0  0xF00241A0          Carrier Generator Synchronization Reg. 0
EDSADC_RECTCFG0 0xF00241A8          Rectification Configuration Register 0
EDSADC_VCM0     0xF00241B0          Common Mode Voltage Register 0
EDSADC_MODCFG1  0xF0024200          Modulator Configuration Register 1
EDSADC_DICFG1   0xF0024208          Demodulator Input Config. Register 1
EDSADC_FCFGM1   0xF0024210          Filter Configuration Register 1, Main
EDSADC_FCFGC1   0xF0024214          Filter Configuration Register 1, CIC Filter
EDSADC_FCNTC1   0xF0024218          Filter Counter Register 1, CIC Filter
EDSADC_OVSCFG1  0xF002421C          Overshoot Compensation Cfg. Register 1
EDSADC_IWCTR1   0xF0024220          Integration Window Control Register 1
EDSADC_IIVAL1   0xF0024224          Intermediate Integration Value
EDSADC_ISTAT1   0xF0024228          Integrator Status Register 1
EDSADC_RFC1     0xF002422C          Result FIFO Control Register 1
EDSADC_RESM1    0xF0024230          Result Register 1 Main
EDSADC_OFFCOMP1 0xF0024238          Offset Compensation Register 1
EDSADC_GAINCAL1 0xF002423C          Gain Calibration Register 1
EDSADC_GAINCTR1 0xF0024240          Gain Control Register 1
EDSADC_GAINCORR1 0xF0024244          Gain Correction Register 1
EDSADC_TSTMP1   0xF0024250          Time-Stamp Register 1
EDSADC_TSCNT1   0xF0024254          Time-Stamp Counter 1
EDSADC_FCFGA1   0xF0024270          Auxiliary Filter Configuration Register 1
EDSADC_BOUNDSEL1 0xF0024278          Boundary Select Register 1
EDSADC_RESA1    0xF0024280          Result Register 1 Auxiliary
EDSADC_CGSYNC1  0xF00242A0          Carrier Generator Synchronization Reg. 1
EDSADC_RECTCFG1 0xF00242A8          Rectification Configuration Register 1
EDSADC_VCM1     0xF00242B0          Common Mode Voltage Register 1
EDSADC_MODCFG2  0xF0024300          Modulator Configuration Register 2
EDSADC_DICFG2   0xF0024308          Demodulator Input Config. Register 2
EDSADC_FCFGM2   0xF0024310          Filter Configuration Register 2, Main
EDSADC_FCFGC2   0xF0024314          Filter Configuration Register 2, CIC Filter
EDSADC_FCNTC2   0xF0024318          Filter Counter Register 2, CIC Filter
EDSADC_OVSCFG2  0xF002431C          Overshoot Compensation Cfg. Register 2
EDSADC_IWCTR2   0xF0024320          Integration Window Control Register 2
EDSADC_IIVAL2   0xF0024324          Intermediate Integration Value
EDSADC_ISTAT2   0xF0024328          Integrator Status Register 2
EDSADC_RFC2     0xF002432C          Result FIFO Control Register 2
EDSADC_RESM2    0xF0024330          Result Register 2 Main
EDSADC_OFFCOMP2 0xF0024338          Offset Compensation Register 2
EDSADC_GAINCAL2 0xF002433C          Gain Calibration Register 2
EDSADC_GAINCTR2 0xF0024340          Gain Control Register 2
EDSADC_GAINCORR2 0xF0024344          Gain Correction Register 2
EDSADC_TSTMP2   0xF0024350          Time-Stamp Register 2
EDSADC_TSCNT2   0xF0024354          Time-Stamp Counter 2
EDSADC_FCFGA2   0xF0024370          Auxiliary Filter Configuration Register 2
EDSADC_BOUNDSEL2 0xF0024378          Boundary Select Register 2
EDSADC_RESA2    0xF0024380          Result Register 2 Auxiliary
EDSADC_CGSYNC2  0xF00243A0          Carrier Generator Synchronization Reg. 2
EDSADC_RECTCFG2 0xF00243A8          Rectification Configuration Register 2
EDSADC_VCM2     0xF00243B0          Common Mode Voltage Register 2
EDSADC_MODCFG3  0xF0024400          Modulator Configuration Register 3
EDSADC_DICFG3   0xF0024408          Demodulator Input Config. Register 3
EDSADC_FCFGM3   0xF0024410          Filter Configuration Register 3, Main
EDSADC_FCFGC3   0xF0024414          Filter Configuration Register 3, CIC Filter
EDSADC_FCNTC3   0xF0024418          Filter Counter Register 3, CIC Filter
EDSADC_OVSCFG3  0xF002441C          Overshoot Compensation Cfg. Register 3
EDSADC_IWCTR3   0xF0024420          Integration Window Control Register 3
EDSADC_IIVAL3   0xF0024424          Intermediate Integration Value
EDSADC_ISTAT3   0xF0024428          Integrator Status Register 3
EDSADC_RFC3     0xF002442C          Result FIFO Control Register 3
EDSADC_RESM3    0xF0024430          Result Register 3 Main
EDSADC_OFFCOMP3 0xF0024438          Offset Compensation Register 3
EDSADC_GAINCAL3 0xF002443C          Gain Calibration Register 3
EDSADC_GAINCTR3 0xF0024440          Gain Control Register 3
EDSADC_GAINCORR3 0xF0024444          Gain Correction Register 3
EDSADC_TSTMP3   0xF0024450          Time-Stamp Register 3
EDSADC_TSCNT3   0xF0024454          Time-Stamp Counter 3
EDSADC_FCFGA3   0xF0024470          Auxiliary Filter Configuration Register 3
EDSADC_BOUNDSEL3 0xF0024478          Boundary Select Register 3
EDSADC_RESA3    0xF0024480          Result Register 3 Auxiliary
EDSADC_CGSYNC3  0xF00244A0          Carrier Generator Synchronization Reg. 3
EDSADC_RECTCFG3 0xF00244A8          Rectification Configuration Register 3
EDSADC_VCM3     0xF00244B0          Common Mode Voltage Register 3
EDSADC_MODCFG4  0xF0024500          Modulator Configuration Register 4
EDSADC_DICFG4   0xF0024508          Demodulator Input Config. Register 4
EDSADC_FCFGM4   0xF0024510          Filter Configuration Register 4, Main
EDSADC_FCFGC4   0xF0024514          Filter Configuration Register 4, CIC Filter
EDSADC_FCNTC4   0xF0024518          Filter Counter Register 4, CIC Filter
EDSADC_OVSCFG4  0xF002451C          Overshoot Compensation Cfg. Register 4
EDSADC_IWCTR4   0xF0024520          Integration Window Control Register 4
EDSADC_IIVAL4   0xF0024524          Intermediate Integration Value
EDSADC_ISTAT4   0xF0024528          Integrator Status Register 4
EDSADC_RFC4     0xF002452C          Result FIFO Control Register 4
EDSADC_RESM4    0xF0024530          Result Register 4 Main
EDSADC_OFFCOMP4 0xF0024538          Offset Compensation Register 4
EDSADC_GAINCAL4 0xF002453C          Gain Calibration Register 4
EDSADC_GAINCTR4 0xF0024540          Gain Control Register 4
EDSADC_GAINCORR4 0xF0024544          Gain Correction Register 4
EDSADC_TSTMP4   0xF0024550          Time-Stamp Register 4
EDSADC_TSCNT4   0xF0024554          Time-Stamp Counter 4
EDSADC_FCFGA4   0xF0024570          Auxiliary Filter Configuration Register 4
EDSADC_BOUNDSEL4 0xF0024578          Boundary Select Register 4
EDSADC_RESA4    0xF0024580          Result Register 4 Auxiliary
EDSADC_CGSYNC4  0xF00245A0          Carrier Generator Synchronization Reg. 4
EDSADC_RECTCFG4 0xF00245A8          Rectification Configuration Register 4
EDSADC_VCM4     0xF00245B0          Common Mode Voltage Register 4
EDSADC_MODCFG5  0xF0024600          Modulator Configuration Register 5
EDSADC_DICFG5   0xF0024608          Demodulator Input Config. Register 5
EDSADC_FCFGM5   0xF0024610          Filter Configuration Register 5, Main
EDSADC_FCFGC5   0xF0024614          Filter Configuration Register 5, CIC Filter
EDSADC_FCNTC5   0xF0024618          Filter Counter Register 5, CIC Filter
EDSADC_OVSCFG5  0xF002461C          Overshoot Compensation Cfg. Register 5
EDSADC_IWCTR5   0xF0024620          Integration Window Control Register 5
EDSADC_IIVAL5   0xF0024624          Intermediate Integration Value
EDSADC_ISTAT5   0xF0024628          Integrator Status Register 5
EDSADC_RFC5     0xF002462C          Result FIFO Control Register 5
EDSADC_RESM5    0xF0024630          Result Register 5 Main
EDSADC_OFFCOMP5 0xF0024638          Offset Compensation Register 5
EDSADC_GAINCAL5 0xF002463C          Gain Calibration Register 5
EDSADC_GAINCTR5 0xF0024640          Gain Control Register 5
EDSADC_GAINCORR5 0xF0024644          Gain Correction Register 5
EDSADC_TSTMP5   0xF0024650          Time-Stamp Register 5
EDSADC_TSCNT5   0xF0024654          Time-Stamp Counter 5
EDSADC_FCFGA5   0xF0024670          Auxiliary Filter Configuration Register 5
EDSADC_BOUNDSEL5 0xF0024678          Boundary Select Register 5
EDSADC_RESA5    0xF0024680          Result Register 5 Auxiliary
EDSADC_CGSYNC5  0xF00246A0          Carrier Generator Synchronization Reg. 5
EDSADC_RECTCFG5 0xF00246A8          Rectification Configuration Register 5
EDSADC_VCM5     0xF00246B0          Common Mode Voltage Register 5
EDSADC_MODCFG6  0xF0024700          Modulator Configuration Register 6
EDSADC_DICFG6   0xF0024708          Demodulator Input Config. Register 6
EDSADC_FCFGM6   0xF0024710          Filter Configuration Register 6, Main
EDSADC_FCFGC6   0xF0024714          Filter Configuration Register 6, CIC Filter
EDSADC_FCNTC6   0xF0024718          Filter Counter Register 6, CIC Filter
EDSADC_OVSCFG6  0xF002471C          Overshoot Compensation Cfg. Register 6
EDSADC_IWCTR6   0xF0024720          Integration Window Control Register 6
EDSADC_IIVAL6   0xF0024724          Intermediate Integration Value
EDSADC_ISTAT6   0xF0024728          Integrator Status Register 6
EDSADC_RFC6     0xF002472C          Result FIFO Control Register 6
EDSADC_RESM6    0xF0024730          Result Register 6 Main
EDSADC_OFFCOMP6 0xF0024738          Offset Compensation Register 6
EDSADC_GAINCAL6 0xF002473C          Gain Calibration Register 6
EDSADC_GAINCTR6 0xF0024740          Gain Control Register 6
EDSADC_GAINCORR6 0xF0024744          Gain Correction Register 6
EDSADC_TSTMP6   0xF0024750          Time-Stamp Register 6
EDSADC_TSCNT6   0xF0024754          Time-Stamp Counter 6
EDSADC_FCFGA6   0xF0024770          Auxiliary Filter Configuration Register 6
EDSADC_BOUNDSEL6 0xF0024778          Boundary Select Register 6
EDSADC_RESA6    0xF0024780          Result Register 6 Auxiliary
EDSADC_CGSYNC6  0xF00247A0          Carrier Generator Synchronization Reg. 6
EDSADC_RECTCFG6 0xF00247A8          Rectification Configuration Register 6
EDSADC_VCM6     0xF00247B0          Common Mode Voltage Register 6
EDSADC_MODCFG7  0xF0024800          Modulator Configuration Register 7
EDSADC_DICFG7   0xF0024808          Demodulator Input Config. Register 7
EDSADC_FCFGM7   0xF0024810          Filter Configuration Register 7, Main
EDSADC_FCFGC7   0xF0024814          Filter Configuration Register 7, CIC Filter
EDSADC_FCNTC7   0xF0024818          Filter Counter Register 7, CIC Filter
EDSADC_OVSCFG7  0xF002481C          Overshoot Compensation Cfg. Register 7
EDSADC_IWCTR7   0xF0024820          Integration Window Control Register 7
EDSADC_IIVAL7   0xF0024824          Intermediate Integration Value
EDSADC_ISTAT7   0xF0024828          Integrator Status Register 7
EDSADC_RFC7     0xF002482C          Result FIFO Control Register 7
EDSADC_RESM7    0xF0024830          Result Register 7 Main
EDSADC_OFFCOMP7 0xF0024838          Offset Compensation Register 7
EDSADC_GAINCAL7 0xF002483C          Gain Calibration Register 7
EDSADC_GAINCTR7 0xF0024840          Gain Control Register 7
EDSADC_GAINCORR7 0xF0024844          Gain Correction Register 7
EDSADC_TSTMP7   0xF0024850          Time-Stamp Register 7
EDSADC_TSCNT7   0xF0024854          Time-Stamp Counter 7
EDSADC_FCFGA7   0xF0024870          Auxiliary Filter Configuration Register 7
EDSADC_BOUNDSEL7 0xF0024878          Boundary Select Register 7
EDSADC_RESA7    0xF0024880          Result Register 7 Auxiliary
EDSADC_CGSYNC7  0xF00248A0          Carrier Generator Synchronization Reg. 7
EDSADC_RECTCFG7 0xF00248A8          Rectification Configuration Register 7
EDSADC_VCM7     0xF00248B0          Common Mode Voltage Register 7
EDSADC_MODCFG8  0xF0024900          Modulator Configuration Register 8
EDSADC_DICFG8   0xF0024908          Demodulator Input Config. Register 8
EDSADC_FCFGM8   0xF0024910          Filter Configuration Register 8, Main
EDSADC_FCFGC8   0xF0024914          Filter Configuration Register 8, CIC Filter
EDSADC_FCNTC8   0xF0024918          Filter Counter Register 8, CIC Filter
EDSADC_OVSCFG8  0xF002491C          Overshoot Compensation Cfg. Register 8
EDSADC_IWCTR8   0xF0024920          Integration Window Control Register 8
EDSADC_IIVAL8   0xF0024924          Intermediate Integration Value
EDSADC_ISTAT8   0xF0024928          Integrator Status Register 8
EDSADC_RFC8     0xF002492C          Result FIFO Control Register 8
EDSADC_RESM8    0xF0024930          Result Register 8 Main
EDSADC_OFFCOMP8 0xF0024938          Offset Compensation Register 8
EDSADC_GAINCAL8 0xF002493C          Gain Calibration Register 8
EDSADC_GAINCTR8 0xF0024940          Gain Control Register 8
EDSADC_GAINCORR8 0xF0024944          Gain Correction Register 8
EDSADC_TSTMP8   0xF0024950          Time-Stamp Register 8
EDSADC_TSCNT8   0xF0024954          Time-Stamp Counter 8
EDSADC_FCFGA8   0xF0024970          Auxiliary Filter Configuration Register 8
EDSADC_BOUNDSEL8 0xF0024978          Boundary Select Register 8
EDSADC_RESA8    0xF0024980          Result Register 8 Auxiliary
EDSADC_CGSYNC8  0xF00249A0          Carrier Generator Synchronization Reg. 8
EDSADC_RECTCFG8 0xF00249A8          Rectification Configuration Register 8
EDSADC_VCM8     0xF00249B0          Common Mode Voltage Register 8
EDSADC_MODCFG9  0xF0024A00          Modulator Configuration Register 9
EDSADC_DICFG9   0xF0024A08          Demodulator Input Config. Register 9
EDSADC_FCFGM9   0xF0024A10          Filter Configuration Register 9, Main
EDSADC_FCFGC9   0xF0024A14          Filter Configuration Register 9, CIC Filter
EDSADC_FCNTC9   0xF0024A18          Filter Counter Register 9, CIC Filter
EDSADC_OVSCFG9  0xF0024A1C          Overshoot Compensation Cfg. Register 9
EDSADC_IWCTR9   0xF0024A20          Integration Window Control Register 9
EDSADC_IIVAL9   0xF0024A24          Intermediate Integration Value
EDSADC_ISTAT9   0xF0024A28          Integrator Status Register 9
EDSADC_RFC9     0xF0024A2C          Result FIFO Control Register 9
EDSADC_RESM9    0xF0024A30          Result Register 9 Main
EDSADC_OFFCOMP9 0xF0024A38          Offset Compensation Register 9
EDSADC_GAINCAL9 0xF0024A3C          Gain Calibration Register 9
EDSADC_GAINCTR9 0xF0024A40          Gain Control Register 9
EDSADC_GAINCORR9 0xF0024A44          Gain Correction Register 9
EDSADC_TSTMP9   0xF0024A50          Time-Stamp Register 9
EDSADC_TSCNT9   0xF0024A54          Time-Stamp Counter 9
EDSADC_FCFGA9   0xF0024A70          Auxiliary Filter Configuration Register 9
EDSADC_BOUNDSEL9 0xF0024A78          Boundary Select Register 9
EDSADC_RESA9    0xF0024A80          Result Register 9 Auxiliary
EDSADC_CGSYNC9  0xF0024AA0          Carrier Generator Synchronization Reg. 9
EDSADC_RECTCFG9 0xF0024AA8          Rectification Configuration Register 9
EDSADC_VCM9     0xF0024AB0          Common Mode Voltage Register 9
EDSADC_MODCFG10 0xF0024B00          Modulator Configuration Register 10
EDSADC_DICFG10  0xF0024B08          Demodulator Input Config. Register 10
EDSADC_FCFGM10  0xF0024B10          Filter Configuration Register 10, Main
EDSADC_FCFGC10  0xF0024B14          Filter Configuration Register 10, CIC Filter
EDSADC_FCNTC10  0xF0024B18          Filter Counter Register 10, CIC Filter
EDSADC_OVSCFG10 0xF0024B1C          Overshoot Compensation Cfg. Register 10
EDSADC_IWCTR10  0xF0024B20          Integration Window Control Register 10
EDSADC_IIVAL10  0xF0024B24          Intermediate Integration Value
EDSADC_ISTAT10  0xF0024B28          Integrator Status Register 10
EDSADC_RFC10    0xF0024B2C          Result FIFO Control Register 10
EDSADC_RESM10   0xF0024B30          Result Register 10 Main
EDSADC_OFFCOMP10 0xF0024B38          Offset Compensation Register 10
EDSADC_GAINCAL10 0xF0024B3C          Gain Calibration Register 10
EDSADC_GAINCTR10 0xF0024B40          Gain Control Register 10
EDSADC_GAINCORR10 0xF0024B44          Gain Correction Register 10
EDSADC_TSTMP10  0xF0024B50          Time-Stamp Register 10
EDSADC_TSCNT10  0xF0024B54          Time-Stamp Counter 10
EDSADC_FCFGA10  0xF0024B70          Auxiliary Filter Configuration Register 10
EDSADC_BOUNDSEL10 0xF0024B78          Boundary Select Register 10
EDSADC_RESA10   0xF0024B80          Result Register 10 Auxiliary
EDSADC_CGSYNC10 0xF0024BA0          Carrier Generator Synchronization Reg. 10
EDSADC_RECTCFG10 0xF0024BA8          Rectification Configuration Register 10
EDSADC_VCM10    0xF0024BB0          Common Mode Voltage Register 10
EDSADC_MODCFG11 0xF0024C00          Modulator Configuration Register 11
EDSADC_DICFG11  0xF0024C08          Demodulator Input Config. Register 11
EDSADC_FCFGM11  0xF0024C10          Filter Configuration Register 11, Main
EDSADC_FCFGC11  0xF0024C14          Filter Configuration Register 11, CIC Filter
EDSADC_FCNTC11  0xF0024C18          Filter Counter Register 11, CIC Filter
EDSADC_OVSCFG11 0xF0024C1C          Overshoot Compensation Cfg. Register 11
EDSADC_IWCTR11  0xF0024C20          Integration Window Control Register 11
EDSADC_IIVAL11  0xF0024C24          Intermediate Integration Value
EDSADC_ISTAT11  0xF0024C28          Integrator Status Register 11
EDSADC_RFC11    0xF0024C2C          Result FIFO Control Register 11
EDSADC_RESM11   0xF0024C30          Result Register 11 Main
EDSADC_OFFCOMP11 0xF0024C38          Offset Compensation Register 11
EDSADC_GAINCAL11 0xF0024C3C          Gain Calibration Register 11
EDSADC_GAINCTR11 0xF0024C40          Gain Control Register 11
EDSADC_GAINCORR11 0xF0024C44          Gain Correction Register 11
EDSADC_TSTMP11  0xF0024C50          Time-Stamp Register 11
EDSADC_TSCNT11  0xF0024C54          Time-Stamp Counter 11
EDSADC_FCFGA11  0xF0024C70          Auxiliary Filter Configuration Register 11
EDSADC_BOUNDSEL11 0xF0024C78          Boundary Select Register 11
EDSADC_RESA11   0xF0024C80          Result Register 11 Auxiliary
EDSADC_CGSYNC11 0xF0024CA0          Carrier Generator Synchronization Reg. 11
EDSADC_RECTCFG11 0xF0024CA8          Rectification Configuration Register 11
EDSADC_VCM11    0xF0024CB0          Common Mode Voltage Register 11
EDSADC_MODCFG12 0xF0024D00          Modulator Configuration Register 12
EDSADC_DICFG12  0xF0024D08          Demodulator Input Config. Register 12
EDSADC_FCFGM12  0xF0024D10          Filter Configuration Register 12, Main
EDSADC_FCFGC12  0xF0024D14          Filter Configuration Register 12, CIC Filter
EDSADC_FCNTC12  0xF0024D18          Filter Counter Register 12, CIC Filter
EDSADC_OVSCFG12 0xF0024D1C          Overshoot Compensation Cfg. Register 12
EDSADC_IWCTR12  0xF0024D20          Integration Window Control Register 12
EDSADC_IIVAL12  0xF0024D24          Intermediate Integration Value
EDSADC_ISTAT12  0xF0024D28          Integrator Status Register 12
EDSADC_RFC12    0xF0024D2C          Result FIFO Control Register 12
EDSADC_RESM12   0xF0024D30          Result Register 12 Main
EDSADC_OFFCOMP12 0xF0024D38          Offset Compensation Register 12
EDSADC_GAINCAL12 0xF0024D3C          Gain Calibration Register 12
EDSADC_GAINCTR12 0xF0024D40          Gain Control Register 12
EDSADC_GAINCORR12 0xF0024D44          Gain Correction Register 12
EDSADC_TSTMP12  0xF0024D50          Time-Stamp Register 12
EDSADC_TSCNT12  0xF0024D54          Time-Stamp Counter 12
EDSADC_FCFGA12  0xF0024D70          Auxiliary Filter Configuration Register 12
EDSADC_BOUNDSEL12 0xF0024D78          Boundary Select Register 12
EDSADC_RESA12   0xF0024D80          Result Register 12 Auxiliary
EDSADC_CGSYNC12 0xF0024DA0          Carrier Generator Synchronization Reg. 12
EDSADC_RECTCFG12 0xF0024DA8          Rectification Configuration Register 12
EDSADC_VCM12    0xF0024DB0          Common Mode Voltage Register 12
EDSADC_MODCFG13 0xF0024E00          Modulator Configuration Register 13
EDSADC_DICFG13  0xF0024E08          Demodulator Input Config. Register 13
EDSADC_FCFGM13  0xF0024E10          Filter Configuration Register 13, Main
EDSADC_FCFGC13  0xF0024E14          Filter Configuration Register 13, CIC Filter
EDSADC_FCNTC13  0xF0024E18          Filter Counter Register 13, CIC Filter
EDSADC_OVSCFG13 0xF0024E1C          Overshoot Compensation Cfg. Register 13
EDSADC_IWCTR13  0xF0024E20          Integration Window Control Register 13
EDSADC_IIVAL13  0xF0024E24          Intermediate Integration Value
EDSADC_ISTAT13  0xF0024E28          Integrator Status Register 13
EDSADC_RFC13    0xF0024E2C          Result FIFO Control Register 13
EDSADC_RESM13   0xF0024E30          Result Register 13 Main
EDSADC_OFFCOMP13 0xF0024E38          Offset Compensation Register 13
EDSADC_GAINCAL13 0xF0024E3C          Gain Calibration Register 13
EDSADC_GAINCTR13 0xF0024E40          Gain Control Register 13
EDSADC_GAINCORR13 0xF0024E44          Gain Correction Register 13
EDSADC_TSTMP13  0xF0024E50          Time-Stamp Register 13
EDSADC_TSCNT13  0xF0024E54          Time-Stamp Counter 13
EDSADC_FCFGA13  0xF0024E70          Auxiliary Filter Configuration Register 13
EDSADC_BOUNDSEL13 0xF0024E78          Boundary Select Register 13
EDSADC_RESA13   0xF0024E80          Result Register 13 Auxiliary
EDSADC_CGSYNC13 0xF0024EA0          Carrier Generator Synchronization Reg. 13
EDSADC_RECTCFG13 0xF0024EA8          Rectification Configuration Register 13
EDSADC_VCM13    0xF0024EB0          Common Mode Voltage Register 13
CONVCTRL_CLC    0xF0025000          Clock Control Register
CONVCTRL_ID     0xF0025008          Module Identification Register
CONVCTRL_OCS    0xF0025028          OCDS Control and Status Register
CONVCTRL_KRSTCLR 0xF002502C          Kernel Reset Status Clear Register
CONVCTRL_KRST1  0xF0025030          Kernel Reset Register 1
CONVCTRL_KRST0  0xF0025034          Kernel Reset Register 0
CONVCTRL_ACCEN0 0xF002503C          Access Enable Register 0
CONVCTRL_CCCTRL 0xF002507C          Converter Control Block Control Register
CONVCTRL_PHSCFG 0xF0025080          Phase Synchronizer Configuration Register
CONVCTRL_PHSSFTY 0xF0025084          Phase Synchronizer Safety Control Register
SBCU_ID         0xF0030008          Module Identification Register
SBCU_CON        0xF0030010          BCU Control Register
SBCU_PRIOH      0xF0030014          Arbiter Priority Register High
SBCU_PRIOL      0xF0030018          Arbiter Priority Register Low
SBCU_ECON       0xF0030020          BCU Error Control Capture Register
SBCU_EADD       0xF0030024          BCU Error Address Capture Register
SBCU_EDAT       0xF0030028          BCU Error Data Capture Register
SBCU_DBCNTL     0xF0030030          BCU Debug Control Register
SBCU_DBGRNT     0xF0030034          SBCU Debug Grant Mask Register
SBCU_DBADR1     0xF0030038          BCU Debug Address 1 Register
SBCU_DBADR2     0xF003003C          BCU Debug Address 2 Register
SBCU_DBBOS      0xF0030040          BCU Debug Bus Operation Signals Register
SBCU_DBGNTT     0xF0030044          SBCU Debug Trapped Master Register
SBCU_DBADRT     0xF0030048          BCU Debug Trapped Address Register
SBCU_DBBOST     0xF003004C          BCU Debug Trapped Bus Operation Signals Register
SBCU_DBDAT      0xF0030050          BCU Debug Data Status Register
SBCU_ALSTAT0    0xF0030060          BCU EDC Alarm Status Register 0
SBCU_ALSTAT1    0xF0030064          BCU EDC Alarm Status Register 1
SBCU_ALSTAT2    0xF0030068          BCU EDC Alarm Status Register 2
SBCU_ALSTAT3    0xF003006C          BCU EDC Alarm Status Register 3
SBCU_ALCLR0     0xF0030070          BCU EDC Alarm Clear Register 0
SBCU_ALCLR1     0xF0030074          BCU EDC Alarm Clear Register 1
SBCU_ALCLR2     0xF0030078          BCU EDC Alarm Clear Register 2
SBCU_ALCLR3     0xF003007C          BCU EDC Alarm Clear Register 3
SBCU_ALCTRL     0xF0030080          BCU EDC Alarm Control Register
SBCU_FEGEN      0xF0030084          FPI Error Generation Control Register
SBCU_ACCEN1     0xF00300F8          Access Enable Register 1
SBCU_ACCEN0     0xF00300FC          Access Enable Register 0
IOM_CLC         0xF0035000          IOM Clock Control Register
IOM_ID          0xF0035008          IOM Identification Register
IOM_KRSTCLR     0xF003501C          IOM Kernel Reset Status Clear Register
IOM_KRST1       0xF0035020          IOM Kernel Reset Register 1
IOM_KRST0       0xF0035024          IOM Kernel Reset Register 0
IOM_ACCEN1      0xF0035028          IOM Access Enable Register 1
IOM_ACCEN0      0xF003502C          IOM Access Enable Register 0
IOM_ECMCCFG     0xF0035030          IOM Event Combiner Module Counter Configuration Register
IOM_ECMSELR     0xF0035034          IOM Event Combiner Module Global Event Selection Register
IOM_ECMETH0     0xF0035038          IOM Event Combiner Module Event Trigger History Register 0
IOM_ECMETH1     0xF003503C          IOM Event Combiner Module Event Trigger History Register 1
IOM_GTMEXR      0xF0035040          IOM GTM Input EXOR Combiner Selection Register
IOM_FPCESR      0xF0035078          IOM Filter and Prescaler Channels Rising 'and' Falling Edge Status Register
IOM_FPCCTR0     0xF0035080          IOM Filter and Prescaler Channel Control Register 0
IOM_FPCCTR1     0xF0035084          IOM Filter and Prescaler Channel Control Register 1
IOM_FPCCTR2     0xF0035088          IOM Filter and Prescaler Channel Control Register 2
IOM_FPCCTR3     0xF003508C          IOM Filter and Prescaler Channel Control Register 3
IOM_FPCCTR4     0xF0035090          IOM Filter and Prescaler Channel Control Register 4
IOM_FPCCTR5     0xF0035094          IOM Filter and Prescaler Channel Control Register 5
IOM_FPCCTR6     0xF0035098          IOM Filter and Prescaler Channel Control Register 6
IOM_FPCCTR7     0xF003509C          IOM Filter and Prescaler Channel Control Register 7
IOM_FPCCTR8     0xF00350A0          IOM Filter and Prescaler Channel Control Register 8
IOM_FPCCTR9     0xF00350A4          IOM Filter and Prescaler Channel Control Register 9
IOM_FPCCTR10    0xF00350A8          IOM Filter and Prescaler Channel Control Register 10
IOM_FPCCTR11    0xF00350AC          IOM Filter and Prescaler Channel Control Register 11
IOM_FPCCTR12    0xF00350B0          IOM Filter and Prescaler Channel Control Register 12
IOM_FPCCTR13    0xF00350B4          IOM Filter and Prescaler Channel Control Register 13
IOM_FPCCTR14    0xF00350B8          IOM Filter and Prescaler Channel Control Register 14
IOM_FPCCTR15    0xF00350BC          IOM Filter and Prescaler Channel Control Register 15
IOM_FPCTIM0     0xF00350C0          IOM Filter and Prescaler Channel Timer Register 0
IOM_FPCTIM1     0xF00350C4          IOM Filter and Prescaler Channel Timer Register 1
IOM_FPCTIM2     0xF00350C8          IOM Filter and Prescaler Channel Timer Register 2
IOM_FPCTIM3     0xF00350CC          IOM Filter and Prescaler Channel Timer Register 3
IOM_FPCTIM4     0xF00350D0          IOM Filter and Prescaler Channel Timer Register 4
IOM_FPCTIM5     0xF00350D4          IOM Filter and Prescaler Channel Timer Register 5
IOM_FPCTIM6     0xF00350D8          IOM Filter and Prescaler Channel Timer Register 6
IOM_FPCTIM7     0xF00350DC          IOM Filter and Prescaler Channel Timer Register 7
IOM_FPCTIM8     0xF00350E0          IOM Filter and Prescaler Channel Timer Register 8
IOM_FPCTIM9     0xF00350E4          IOM Filter and Prescaler Channel Timer Register 9
IOM_FPCTIM10    0xF00350E8          IOM Filter and Prescaler Channel Timer Register 10
IOM_FPCTIM11    0xF00350EC          IOM Filter and Prescaler Channel Timer Register 11
IOM_FPCTIM12    0xF00350F0          IOM Filter and Prescaler Channel Timer Register 12
IOM_FPCTIM13    0xF00350F4          IOM Filter and Prescaler Channel Timer Register 13
IOM_FPCTIM14    0xF00350F8          IOM Filter and Prescaler Channel Timer Register 14
IOM_FPCTIM15    0xF00350FC          IOM Filter and Prescaler Channel Timer Register 15
IOM_LAMEWC0     0xF0035100          IOM Logic Analyzer Module Event Window Count Status Register 0
IOM_LAMEWC1     0xF0035104          IOM Logic Analyzer Module Event Window Count Status Register 1
IOM_LAMEWC2     0xF0035108          IOM Logic Analyzer Module Event Window Count Status Register 2
IOM_LAMEWC3     0xF003510C          IOM Logic Analyzer Module Event Window Count Status Register 3
IOM_LAMEWC4     0xF0035110          IOM Logic Analyzer Module Event Window Count Status Register 4
IOM_LAMEWC5     0xF0035114          IOM Logic Analyzer Module Event Window Count Status Register 5
IOM_LAMEWC6     0xF0035118          IOM Logic Analyzer Module Event Window Count Status Register 6
IOM_LAMEWC7     0xF003511C          IOM Logic Analyzer Module Event Window Count Status Register 7
IOM_LAMEWC8     0xF0035120          IOM Logic Analyzer Module Event Window Count Status Register 8
IOM_LAMEWC9     0xF0035124          IOM Logic Analyzer Module Event Window Count Status Register 9
IOM_LAMEWC10    0xF0035128          IOM Logic Analyzer Module Event Window Count Status Register 10
IOM_LAMEWC11    0xF003512C          IOM Logic Analyzer Module Event Window Count Status Register 11
IOM_LAMEWC12    0xF0035130          IOM Logic Analyzer Module Event Window Count Status Register 12
IOM_LAMEWC13    0xF0035134          IOM Logic Analyzer Module Event Window Count Status Register 13
IOM_LAMEWC14    0xF0035138          IOM Logic Analyzer Module Event Window Count Status Register 14
IOM_LAMEWC15    0xF003513C          IOM Logic Analyzer Module Event Window Count Status Register 15
IOM_LAMCFG0     0xF0035180          IOM Logic Analyzer Module Configuration Register 0
IOM_LAMCFG1     0xF0035184          IOM Logic Analyzer Module Configuration Register 1
IOM_LAMCFG2     0xF0035188          IOM Logic Analyzer Module Configuration Register 2
IOM_LAMCFG3     0xF003518C          IOM Logic Analyzer Module Configuration Register 3
IOM_LAMCFG4     0xF0035190          IOM Logic Analyzer Module Configuration Register 4
IOM_LAMCFG5     0xF0035194          IOM Logic Analyzer Module Configuration Register 5
IOM_LAMCFG6     0xF0035198          IOM Logic Analyzer Module Configuration Register 6
IOM_LAMCFG7     0xF003519C          IOM Logic Analyzer Module Configuration Register 7
IOM_LAMCFG8     0xF00351A0          IOM Logic Analyzer Module Configuration Register 8
IOM_LAMCFG9     0xF00351A4          IOM Logic Analyzer Module Configuration Register 9
IOM_LAMCFG10    0xF00351A8          IOM Logic Analyzer Module Configuration Register 10
IOM_LAMCFG11    0xF00351AC          IOM Logic Analyzer Module Configuration Register 11
IOM_LAMCFG12    0xF00351B0          IOM Logic Analyzer Module Configuration Register 12
IOM_LAMCFG13    0xF00351B4          IOM Logic Analyzer Module Configuration Register 13
IOM_LAMCFG14    0xF00351B8          IOM Logic Analyzer Module Configuration Register 14
IOM_LAMCFG15    0xF00351BC          IOM Logic Analyzer Module Configuration Register 15
IOM_LAMEWS0     0xF00351C0          IOM Logic Analyzer Module Event Window Configuration Register 0
IOM_LAMEWS1     0xF00351C4          IOM Logic Analyzer Module Event Window Configuration Register 1
IOM_LAMEWS2     0xF00351C8          IOM Logic Analyzer Module Event Window Configuration Register 2
IOM_LAMEWS3     0xF00351CC          IOM Logic Analyzer Module Event Window Configuration Register 3
IOM_LAMEWS4     0xF00351D0          IOM Logic Analyzer Module Event Window Configuration Register 4
IOM_LAMEWS5     0xF00351D4          IOM Logic Analyzer Module Event Window Configuration Register 5
IOM_LAMEWS6     0xF00351D8          IOM Logic Analyzer Module Event Window Configuration Register 6
IOM_LAMEWS7     0xF00351DC          IOM Logic Analyzer Module Event Window Configuration Register 7
IOM_LAMEWS8     0xF00351E0          IOM Logic Analyzer Module Event Window Configuration Register 8
IOM_LAMEWS9     0xF00351E4          IOM Logic Analyzer Module Event Window Configuration Register 9
IOM_LAMEWS10    0xF00351E8          IOM Logic Analyzer Module Event Window Configuration Register 10
IOM_LAMEWS11    0xF00351EC          IOM Logic Analyzer Module Event Window Configuration Register 11
IOM_LAMEWS12    0xF00351F0          IOM Logic Analyzer Module Event Window Configuration Register 12
IOM_LAMEWS13    0xF00351F4          IOM Logic Analyzer Module Event Window Configuration Register 13
IOM_LAMEWS14    0xF00351F8          IOM Logic Analyzer Module Event Window Configuration Register 14
IOM_LAMEWS15    0xF00351FC          IOM Logic Analyzer Module Event Window Configuration Register 15
SCU_ID          0xF0036008          Identification Register
SCU_OSCCON      0xF0036010          OSC Control Register
SCU_SYSPLLSTAT  0xF0036014          System PLL Status Register
SCU_SYSPLLCON0  0xF0036018          System PLL Configuration 0 Register
SCU_SYSPLLCON1  0xF003601C          System PLL Configuration 1 Register
SCU_SYSPLLCON2  0xF0036020          System PLL Configuration 2 Register
SCU_PERPLLSTAT  0xF0036024          Peripheral PLL Status Register
SCU_PERPLLCON0  0xF0036028          Peripheral PLL Configuration 0 Register
SCU_PERPLLCON1  0xF003602C          Peripheral PLL Configuration 1 Register
SCU_CCUCON0     0xF0036030          CCU Clock Control Register 0
SCU_CCUCON1     0xF0036034          CCU Clock Control Register 1
SCU_FDR         0xF0036038          Fractional Divider Register
SCU_EXTCON      0xF003603C          External Clock Control Register
SCU_CCUCON2     0xF0036040          CCU Clock Control Register 2
SCU_CCUCON3     0xF0036044          CCU Clock Control Register 3
SCU_CCUCON4     0xF0036048          CCU Clock Control Register 4
SCU_CCUCON5     0xF003604C          CCU Clock Control Register 5
SCU_RSTSTAT     0xF0036050          Reset Status Register
SCU_RSTCON      0xF0036058          Reset Configuration Register
SCU_ARSTDIS     0xF003605C          Application Reset Disable Register
SCU_SWRSTCON    0xF0036060          Software Reset Configuration Register
SCU_RSTCON2     0xF0036064          Additional Reset Control Register
SCU_RSTCON3     0xF0036068          Reset Configuration Register 3
SCU_ESRCFG0     0xF0036070          ESR0 Input Configuration Register
SCU_ESRCFG1     0xF0036074          ESR1 Input Configuration Register
SCU_ESROCFG     0xF0036078          ESR Output Configuration Register
SCU_SYSCON      0xF003607C          System Control Register
SCU_CCUCON6     0xF0036080          CCU Clock Control Register 6
SCU_CCUCON7     0xF0036084          CCU Clock Control Register 7
SCU_CCUCON8     0xF0036088          CCU Clock Control Register 8
SCU_CCUCON9     0xF003608C          CCU Clock Control Register 9
SCU_CCUCON10    0xF0036090          CCU Clock Control Register 10
SCU_CCUCON11    0xF0036094          CCU Clock Control Register 11
SCU_PDR         0xF003609C          ESR Pad Driver Mode Register
SCU_IOCR        0xF00360A0          Input/Output Control Register
SCU_OUT         0xF00360A4          ESR Output Register
SCU_OMR         0xF00360A8          ESR Output Modification Register
SCU_IN          0xF00360AC          ESR Input Register
SCU_STSTAT      0xF00360C0          Start-up Status Register
SCU_STCON       0xF00360C4          Start-up Configuration Register
SCU_PMCSR0      0xF00360C8          Power Management Control and Status Register
SCU_PMCSR1      0xF00360CC          Power Management Control and Status Register
SCU_PMCSR2      0xF00360D0          Power Management Control and Status Register
SCU_PMCSR3      0xF00360D4          Power Management Control and Status Register
SCU_PMCSR4      0xF00360D8          Power Management Control and Status Register
SCU_PMCSR5      0xF00360DC          Power Management Control and Status Register
SCU_PMSTAT0     0xF00360E4          Power Management Status Register 0
SCU_PMSWCR1     0xF00360E8          Standby and Wake-up Control Register 1
SCU_EMSR        0xF00360FC          Emergency Stop Register
SCU_EMSSW       0xF0036100          Emergency Stop Software set and clear register
SCU_DTSCSTAT    0xF0036104          Core Die Temperature Sensor Status Register
SCU_DTSCLIM     0xF0036108          Core Die Temperature Sensor Limit Register
SCU_TRAPDIS1    0xF0036120          Trap Disable Register 1
SCU_TRAPSTAT    0xF0036124          Trap Status Register
SCU_TRAPSET     0xF0036128          Trap Set Register
SCU_TRAPCLR     0xF003612C          Trap Clear Register
SCU_TRAPDIS0    0xF0036130          Trap Disable Register 0
SCU_LCLCON0     0xF0036134          LCL CPU0 and CPU2 Control Register
SCU_LCLCON1     0xF0036138          LCL CPU1 and CPU3 Control Register
SCU_LCLTEST     0xF003613C          LCL Test Register
SCU_CHIPID      0xF0036140          Chip Identification Register
SCU_MANID       0xF0036144          Manufacturer Identification Register
SCU_SWAPCTRL    0xF003614C          Alternate Address Control Register
SCU_LBISTCTRL0  0xF0036164          Logic BIST Control 0 Register
SCU_LBISTCTRL1  0xF0036168          Logic BIST Control 1 Register
SCU_LBISTCTRL2  0xF003616C          Logic BIST Control 2 Register
SCU_LBISTCTRL3  0xF0036170          Logic BIST Control 3 Register
SCU_PDISC       0xF003618C          Pad Disable Control Register
SCU_PMTRCSR0    0xF0036198          Power Management Transition Control and Status Register 0
SCU_PMTRCSR1    0xF003619C          Power Management Transition Control and Status Register 1
SCU_PMTRCSR2    0xF00361A0          Power Management Transition Control and Status Register 2
SCU_PMTRCSR3    0xF00361A4          Power Management Transition Control and Status Register 3
SCU_OVCENABLE   0xF00361E0          Overlay Enable Register
SCU_OVCCON      0xF00361E4          Overlay Control Register
SCU_EIFILT      0xF003620C          External Input Filter Register
SCU_EICR0       0xF0036210          External Input Channel Register 0
SCU_EICR1       0xF0036214          External Input Channel Register 1
SCU_EICR2       0xF0036218          External Input Channel Register 2
SCU_EICR3       0xF003621C          External Input Channel Register 3
SCU_EIFR        0xF0036220          External Input Flag Register
SCU_FMR         0xF0036224          Flag Modification Register
SCU_PDRR        0xF0036228          Pattern Detection Result Register
SCU_IGCR0       0xF003622C          Flag Gating Register 0
SCU_IGCR1       0xF0036230          Flag Gating Register 1
SCU_IGCR2       0xF0036234          Flag Gating Register 2
SCU_IGCR3       0xF0036238          Flag Gating Register 3
SCU_WDTCPU0CON0 0xF003624C          CPU0 WDT Control Register 0
SCU_WDTCPU0CON1 0xF0036250          CPU0 WDT Control Register 1
SCU_WDTCPU0SR   0xF0036254          CPU0 WDT Status Register
SCU_WDTCPU1CON0 0xF0036258          CPU1 WDT Control Register 0
SCU_WDTCPU1CON1 0xF003625C          CPU1 WDT Control Register 1
SCU_WDTCPU1SR   0xF0036260          CPU1 WDT Status Register
SCU_WDTCPU2CON0 0xF0036264          CPU2 WDT Control Register 0
SCU_WDTCPU2CON1 0xF0036268          CPU2 WDT Control Register 1
SCU_WDTCPU2SR   0xF003626C          CPU2 WDT Status Register
SCU_WDTCPU3CON0 0xF0036270          CPU3 WDT Control Register 0
SCU_WDTCPU3CON1 0xF0036274          CPU3 WDT Control Register 1
SCU_WDTCPU3SR   0xF0036278          CPU3 WDT Status Register
SCU_WDTCPU4CON0 0xF003627C          CPU4 WDT Control Register 0
SCU_WDTCPU4CON1 0xF0036280          CPU4 WDT Control Register 1
SCU_WDTCPU4SR   0xF0036284          CPU4 WDT Status Register
SCU_WDTCPU5CON0 0xF0036288          CPU5 WDT Control Register 0
SCU_WDTCPU5CON1 0xF003628C          CPU5 WDT Control Register 1
SCU_WDTCPU5SR   0xF0036290          CPU5 WDT Status Register
SCU_EICON0      0xF003629C          ENDINIT Global Control Register 0
SCU_EICON1      0xF00362A0          ENDINIT Global Control Register 1
SCU_EISR        0xF00362A4          ENDINIT Timeout Counter Status Register
SCU_WDTSCON0    0xF00362A8          Safety WDT Control Register 0
SCU_WDTSCON1    0xF00362AC          Safety WDT Control Register 1
SCU_WDTSSR      0xF00362B0          Safety WDT Status Register
SCU_SEICON0     0xF00362B4          Safety ENDINIT Control Register 0
SCU_SEICON1     0xF00362B8          Safety ENDINIT Control Register 1
SCU_SEISR       0xF00362BC          Safety ENDINIT Timeout Status Register
SCU_ACCEN11     0xF00363F0          Access Enable Register 11
SCU_ACCEN10     0xF00363F4          Access Enable Register 10
SCU_ACCEN01     0xF00363F8          Access Enable Register 01
SCU_ACCEN00     0xF00363FC          Access Enable Register 00
SMU_CLC         0xF0036800          Clock Control Register
SMU_ID          0xF0036808          Module Identification Register
SMU_CMD         0xF0036820          Command Register
SMU_STS         0xF0036824          Status Register
SMU_FSP         0xF0036828          Fault Signaling Protocol
SMU_AGC         0xF003682C          Alarm Global Configuration
SMU_RTC         0xF0036830          Recovery Timer Configuration
SMU_KEYS        0xF0036834          Key Register
SMU_DBG         0xF0036838          Debug Register
SMU_PCTL        0xF003683C          Port Control
SMU_AFCNT       0xF0036840          Alarm and Fault Counter
SMU_RTAC00      0xF0036860          Recovery Timer 0 Alarm Configuration 0
SMU_RTAC01      0xF0036864          Recovery Timer 0 Alarm Configuration 1
SMU_RTAC10      0xF0036868          Recovery Timer 1 Alarm Configuration 0
SMU_RTAC11      0xF003686C          Recovery Timer 1 Alarm Configuration 1
SMU_AEX         0xF0036870          Alarm Executed Status Register
SMU_AEXCLR      0xF0036874          Alarm Executed Status Clear Register
SMU_AG0CF0      0xF0036900          Alarm 0 Configuration Register
SMU_AG0CF1      0xF0036904          Alarm 0 Configuration Register
SMU_AG0CF2      0xF0036908          Alarm 0 Configuration Register
SMU_AG1CF0      0xF003690C          Alarm 1 Configuration Register
SMU_AG1CF1      0xF0036910          Alarm 1 Configuration Register
SMU_AG1CF2      0xF0036914          Alarm 1 Configuration Register
SMU_AG2CF0      0xF0036918          Alarm 2 Configuration Register
SMU_AG2CF1      0xF003691C          Alarm 2 Configuration Register
SMU_AG2CF2      0xF0036920          Alarm 2 Configuration Register
SMU_AG3CF0      0xF0036924          Alarm 3 Configuration Register
SMU_AG3CF1      0xF0036928          Alarm 3 Configuration Register
SMU_AG3CF2      0xF003692C          Alarm 3 Configuration Register
SMU_AG4CF0      0xF0036930          Alarm 4 Configuration Register
SMU_AG4CF1      0xF0036934          Alarm 4 Configuration Register
SMU_AG4CF2      0xF0036938          Alarm 4 Configuration Register
SMU_AG5CF0      0xF003693C          Alarm 5 Configuration Register
SMU_AG5CF1      0xF0036940          Alarm 5 Configuration Register
SMU_AG5CF2      0xF0036944          Alarm 5 Configuration Register
SMU_AG6CF0      0xF0036948          Alarm 6 Configuration Register
SMU_AG6CF1      0xF003694C          Alarm 6 Configuration Register
SMU_AG6CF2      0xF0036950          Alarm 6 Configuration Register
SMU_AG7CF0      0xF0036954          Alarm 7 Configuration Register
SMU_AG7CF1      0xF0036958          Alarm 7 Configuration Register
SMU_AG7CF2      0xF003695C          Alarm 7 Configuration Register
SMU_AG8CF0      0xF0036960          Alarm 8 Configuration Register
SMU_AG8CF1      0xF0036964          Alarm 8 Configuration Register
SMU_AG8CF2      0xF0036968          Alarm 8 Configuration Register
SMU_AG9CF0      0xF003696C          Alarm 9 Configuration Register
SMU_AG9CF1      0xF0036970          Alarm 9 Configuration Register
SMU_AG9CF2      0xF0036974          Alarm 9 Configuration Register
SMU_AG10CF0     0xF0036978          Alarm 10 Configuration Register
SMU_AG10CF1     0xF003697C          Alarm 10 Configuration Register
SMU_AG10CF2     0xF0036980          Alarm 10 Configuration Register
SMU_AG11CF0     0xF0036984          Alarm 11 Configuration Register
SMU_AG11CF1     0xF0036988          Alarm 11 Configuration Register
SMU_AG11CF2     0xF003698C          Alarm 11 Configuration Register
SMU_AG0FSP      0xF0036990          SMU_core 0 FSP Configuration Register
SMU_AG1FSP      0xF0036994          SMU_core 1 FSP Configuration Register
SMU_AG2FSP      0xF0036998          SMU_core 2 FSP Configuration Register
SMU_AG3FSP      0xF003699C          SMU_core 3 FSP Configuration Register
SMU_AG4FSP      0xF00369A0          SMU_core 4 FSP Configuration Register
SMU_AG5FSP      0xF00369A4          SMU_core 5 FSP Configuration Register
SMU_AG6FSP      0xF00369A8          SMU_core 6 FSP Configuration Register
SMU_AG7FSP      0xF00369AC          SMU_core 7 FSP Configuration Register
SMU_AG8FSP      0xF00369B0          SMU_core 8 FSP Configuration Register
SMU_AG9FSP      0xF00369B4          SMU_core 9 FSP Configuration Register
SMU_AG10FSP     0xF00369B8          SMU_core 10 FSP Configuration Register
SMU_AG11FSP     0xF00369BC          SMU_core 11 FSP Configuration Register
SMU_AG0         0xF00369C0          Alarm 0 Status Register
SMU_AG1         0xF00369C4          Alarm 1 Status Register
SMU_AG2         0xF00369C8          Alarm 2 Status Register
SMU_AG3         0xF00369CC          Alarm 3 Status Register
SMU_AG4         0xF00369D0          Alarm 4 Status Register
SMU_AG5         0xF00369D4          Alarm 5 Status Register
SMU_AG6         0xF00369D8          Alarm 6 Status Register
SMU_AG7         0xF00369DC          Alarm 7 Status Register
SMU_AG8         0xF00369E0          Alarm 8 Status Register
SMU_AG9         0xF00369E4          Alarm 9 Status Register
SMU_AG10        0xF00369E8          Alarm 10 Status Register
SMU_AG11        0xF00369EC          Alarm 11 Status Register
SMU_AD0         0xF0036A00          Alarm 0 Debug Register
SMU_AD1         0xF0036A04          Alarm 1 Debug Register
SMU_AD2         0xF0036A08          Alarm 2 Debug Register
SMU_AD3         0xF0036A0C          Alarm 3 Debug Register
SMU_AD4         0xF0036A10          Alarm 4 Debug Register
SMU_AD5         0xF0036A14          Alarm 5 Debug Register
SMU_AD6         0xF0036A18          Alarm 6 Debug Register
SMU_AD7         0xF0036A1C          Alarm 7 Debug Register
SMU_AD8         0xF0036A20          Alarm 8 Debug Register
SMU_AD9         0xF0036A24          Alarm 9 Debug Register
SMU_AD10        0xF0036A28          Alarm 10 Debug Register
SMU_AD11        0xF0036A2C          Alarm 11 Debug Register
SMU_RMCTL       0xF0036B00          Register Monitor Control
SMU_RMEF        0xF0036B04          Register Monitor Error Flags
SMU_RMSTS       0xF0036B08          Register Monitor Self Test Status
SMU_OCS         0xF0036FE8          OCDS Control and Status
SMU_ACCEN1      0xF0036FF8          SMU_core Access Enable Register 1
SMU_ACCEN0      0xF0036FFC          SMU_core Access Enable Register 0
INT_ID          0xF0037008          Module Identification Register
INT_SRB0        0xF0037010          Service Request Broadcast Register 0
INT_SRB1        0xF0037014          Service Request Broadcast Register 1
INT_SRB2        0xF0037018          Service Request Broadcast Register 2
INT_SRB3        0xF003701C          Service Request Broadcast Register 3
INT_SRB4        0xF0037020          Service Request Broadcast Register 4
INT_SRB5        0xF0037024          Service Request Broadcast Register 5
INT_OOBS        0xF0037080          OTGM OTGB0/1 Status
INT_OSSIC       0xF0037084          OTGM SSI Control
INT_OIXTS       0xF0037088          OTGM IRQ MUX Trigger Set Select
INT_OIXMS       0xF003708C          OTGM IRQ MUX Missed IRQ Select
INT_OIXS0       0xF0037090          OTGM IRQ MUX Select 0
INT_OIXS1       0xF0037094          OTGM IRQ MUX Select 1
INT_OIT         0xF00370A0          OTGM IRQ Trace
INT_OMISP       0xF00370A4          OTGM MCDS I/F Sensitivity Posedge
INT_OMISN       0xF00370A8          OTGM MCDS I/F Sensitivity Negedge
INT_ACCEN_CONFIG0 0xF00370F0          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 0
INT_ACCEN_CONFIG1 0xF00370F4          Access Enable covering all INT_ECRx and all SRCy[15:0], Register 1
INT_ACCEN_SRB00 0xF0037100          Access Enable covering SRB0, Register 0
INT_ACCEN_SRB01 0xF0037104          Access Enable covering SRB0, Register 1
INT_ACCEN_SRB10 0xF0037108          Access Enable covering SRB1, Register 0
INT_ACCEN_SRB11 0xF003710C          Access Enable covering SRB1, Register 1
INT_ACCEN_SRB20 0xF0037110          Access Enable covering SRB2, Register 0
INT_ACCEN_SRB21 0xF0037114          Access Enable covering SRB2, Register 1
INT_ACCEN_SRB30 0xF0037118          Access Enable covering SRB3, Register 0
INT_ACCEN_SRB31 0xF003711C          Access Enable covering SRB3, Register 1
INT_ACCEN_SRB40 0xF0037120          Access Enable covering SRB4, Register 0
INT_ACCEN_SRB41 0xF0037124          Access Enable covering SRB4, Register 1
INT_ACCEN_SRB50 0xF0037128          Access Enable covering SRB5, Register 0
INT_ACCEN_SRB51 0xF003712C          Access Enable covering SRB5, Register 1
INT_ACCEN_SRC_TOS00 0xF0037180          Access Enable covering all SRC0[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS01 0xF0037184          Access Enable covering all SRC0[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS10 0xF0037188          Access Enable covering all SRC1[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS11 0xF003718C          Access Enable covering all SRC1[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS20 0xF0037190          Access Enable covering all SRC2[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS21 0xF0037194          Access Enable covering all SRC2[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS30 0xF0037198          Access Enable covering all SRC3[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS31 0xF003719C          Access Enable covering all SRC3[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS40 0xF00371A0          Access Enable covering all SRC4[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS41 0xF00371A4          Access Enable covering all SRC4[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS50 0xF00371A8          Access Enable covering all SRC5[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS51 0xF00371AC          Access Enable covering all SRC5[31:16] mapped to ICUx, Register 1
INT_ACCEN_SRC_TOS60 0xF00371B0          Access Enable covering all SRC6[31:16] mapped to ICUx, Register 0
INT_ACCEN_SRC_TOS61 0xF00371B4          Access Enable covering all SRC6[31:16] mapped to ICUx, Register 1
INT_LWSR0       0xF0037200          Latest Winning Service Request Register x, related to ICU0
INT_LASR0       0xF0037204          Last Acknowledged Service Request Register x, related to ICU0
INT_ECR0        0xF0037208          Error Capture Register x, related to ICU0
INT_LWSR1       0xF0037210          Latest Winning Service Request Register x, related to ICU1
INT_LASR1       0xF0037214          Last Acknowledged Service Request Register x, related to ICU1
INT_ECR1        0xF0037218          Error Capture Register x, related to ICU1
INT_LWSR2       0xF0037220          Latest Winning Service Request Register x, related to ICU2
INT_LASR2       0xF0037224          Last Acknowledged Service Request Register x, related to ICU2
INT_ECR2        0xF0037228          Error Capture Register x, related to ICU2
INT_LWSR3       0xF0037230          Latest Winning Service Request Register x, related to ICU3
INT_LASR3       0xF0037234          Last Acknowledged Service Request Register x, related to ICU3
INT_ECR3        0xF0037238          Error Capture Register x, related to ICU3
INT_LWSR4       0xF0037240          Latest Winning Service Request Register x, related to ICU4
INT_LASR4       0xF0037244          Last Acknowledged Service Request Register x, related to ICU4
INT_ECR4        0xF0037248          Error Capture Register x, related to ICU4
INT_LWSR5       0xF0037250          Latest Winning Service Request Register x, related to ICU5
INT_LASR5       0xF0037254          Last Acknowledged Service Request Register x, related to ICU5
INT_ECR5        0xF0037258          Error Capture Register x, related to ICU5
INT_LWSR6       0xF0037260          Latest Winning Service Request Register x, related to ICU6
INT_LASR6       0xF0037264          Last Acknowledged Service Request Register x, related to ICU6
INT_ECR6        0xF0037268          Error Capture Register x, related to ICU6
SRC_CPU0SB      0xF0038000          CPU0 Software Breakpoint Service Request
SRC_CPU1SB      0xF0038004          CPU1 Software Breakpoint Service Request
SRC_CPU2SB      0xF0038008          CPU2 Software Breakpoint Service Request
SRC_CPU3SB      0xF003800C          CPU3 Software Breakpoint Service Request
SRC_CPU4SB      0xF0038010          CPU4 Software Breakpoint Service Request
SRC_CPU5SB      0xF0038014          CPU5 Software Breakpoint Service Request
SRC_BCUSPB      0xF0038020          SBCU Service Request [SPB Bus Control Unit)
SRC_BCUBBB      0xF0038024          EBCU Service Request [BBB Bus Control Unit, on ED and ADAS devices only)
SRC_AGBT        0xF003802C          AGBT Service Request [on ED devices only)
SRC_XBAR0       0xF0038030          SRI Domain 0 Service Request
SRC_XBAR1       0xF0038034          SRI Domain 1 Service Request
SRC_XBAR2       0xF0038038          SRI Domain 2 Service Request
SRC_CERBERUS0   0xF0038040          Cerberus Service Request 0
SRC_CERBERUS1   0xF0038044          Cerberus Service Request 1
SRC_ASCLIN0TX   0xF0038050          ASCLIN0 Transmit Service Request
SRC_ASCLIN0RX   0xF0038054          ASCLIN0 Receive Service Request
SRC_ASCLIN0ERR  0xF0038058          ASCLIN0 Error Service Request
SRC_ASCLIN1TX   0xF003805C          ASCLIN1 Transmit Service Request
SRC_ASCLIN1RX   0xF0038060          ASCLIN1 Receive Service Request
SRC_ASCLIN1ERR  0xF0038064          ASCLIN1 Error Service Request
SRC_ASCLIN2TX   0xF0038068          ASCLIN2 Transmit Service Request
SRC_ASCLIN2RX   0xF003806C          ASCLIN2 Receive Service Request
SRC_ASCLIN2ERR  0xF0038070          ASCLIN2 Error Service Request
SRC_ASCLIN3TX   0xF0038074          ASCLIN3 Transmit Service Request
SRC_ASCLIN3RX   0xF0038078          ASCLIN3 Receive Service Request
SRC_ASCLIN3ERR  0xF003807C          ASCLIN3 Error Service Request
SRC_ASCLIN4TX   0xF0038080          ASCLIN4 Transmit Service Request
SRC_ASCLIN4RX   0xF0038084          ASCLIN4 Receive Service Request
SRC_ASCLIN4ERR  0xF0038088          ASCLIN4 Error Service Request
SRC_ASCLIN5TX   0xF003808C          ASCLIN5 Transmit Service Request
SRC_ASCLIN5RX   0xF0038090          ASCLIN5 Receive Service Request
SRC_ASCLIN5ERR  0xF0038094          ASCLIN5 Error Service Request
SRC_ASCLIN6TX   0xF0038098          ASCLIN6 Transmit Service Request
SRC_ASCLIN6RX   0xF003809C          ASCLIN6 Receive Service Request
SRC_ASCLIN6ERR  0xF00380A0          ASCLIN6 Error Service Request
SRC_ASCLIN7TX   0xF00380A4          ASCLIN7 Transmit Service Request
SRC_ASCLIN7RX   0xF00380A8          ASCLIN7 Receive Service Request
SRC_ASCLIN7ERR  0xF00380AC          ASCLIN7 Error Service Request
SRC_ASCLIN8TX   0xF00380B0          ASCLIN8 Transmit Service Request
SRC_ASCLIN8RX   0xF00380B4          ASCLIN8 Receive Service Request
SRC_ASCLIN8ERR  0xF00380B8          ASCLIN8 Error Service Request
SRC_ASCLIN9TX   0xF00380BC          ASCLIN9 Transmit Service Request
SRC_ASCLIN9RX   0xF00380C0          ASCLIN9 Receive Service Request
SRC_ASCLIN9ERR  0xF00380C4          ASCLIN9 Error Service Request
SRC_ASCLIN10TX  0xF00380C8          ASCLIN10 Transmit Service Request
SRC_ASCLIN10RX  0xF00380CC          ASCLIN10 Receive Service Request
SRC_ASCLIN10ERR 0xF00380D0          ASCLIN10 Error Service Request
SRC_ASCLIN11TX  0xF00380D4          ASCLIN11 Transmit Service Request
SRC_ASCLIN11RX  0xF00380D8          ASCLIN11 Receive Service Request
SRC_ASCLIN11ERR 0xF00380DC          ASCLIN11 Error Service Request
SRC_MTUDONE     0xF00380EC          MTU Done Service Request
SRC_QSPI0TX     0xF00380F0          QSPI0 Transmit Service Request
SRC_QSPI0RX     0xF00380F4          QSPI0 Receive Service Request
SRC_QSPI0ERR    0xF00380F8          QSPI0 Error Service Request
SRC_QSPI0PT     0xF00380FC          QSPI0 Phase Transition Service Request
SRC_QSPI0U      0xF0038100          QSPI0 User Defined Service Request
SRC_QSPI1TX     0xF0038104          QSPI1 Transmit Service Request
SRC_QSPI1RX     0xF0038108          QSPI1 Receive Service Request
SRC_QSPI1ERR    0xF003810C          QSPI1 Error Service Request
SRC_QSPI1PT     0xF0038110          QSPI1 Phase Transition Service Request
SRC_QSPI1U      0xF0038114          QSPI1 User Defined Service Request
SRC_QSPI2TX     0xF0038118          QSPI2 Transmit Service Request
SRC_QSPI2RX     0xF003811C          QSPI2 Receive Service Request
SRC_QSPI2ERR    0xF0038120          QSPI2 Error Service Request
SRC_QSPI2PT     0xF0038124          QSPI2 Phase Transition Service Request
SRC_QSPI2U      0xF0038128          QSPI2 User Defined Service Request
SRC_QSPI3TX     0xF003812C          QSPI3 Transmit Service Request
SRC_QSPI3RX     0xF0038130          QSPI3 Receive Service Request
SRC_QSPI3ERR    0xF0038134          QSPI3 Error Service Request
SRC_QSPI3PT     0xF0038138          QSPI3 Phase Transition Service Request
SRC_QSPI3U      0xF003813C          QSPI3 User Defined Service Request
SRC_QSPI4TX     0xF0038140          QSPI4 Transmit Service Request
SRC_QSPI4RX     0xF0038144          QSPI4 Receive Service Request
SRC_QSPI4ERR    0xF0038148          QSPI4 Error Service Request
SRC_QSPI4PT     0xF003814C          QSPI4 Phase Transition Service Request
SRC_QSPI4U      0xF0038150          QSPI4 User Defined Service Request
SRC_QSPI5TX     0xF0038154          QSPI5 Transmit Service Request
SRC_QSPI5RX     0xF0038158          QSPI5 Receive Service Request
SRC_QSPI5ERR    0xF003815C          QSPI5 Error Service Request
SRC_QSPI5PT     0xF0038160          QSPI5 Phase Transition Service Request
SRC_QSPI5U      0xF0038164          QSPI5 User Defined Service Request
SRC_QSPI2HC     0xF0038178          QSPI2 High Speed Capture Service Request
SRC_QSPI3HC     0xF003817C          QSPI3 High Speed Capture Service Request
SRC_HSCT0       0xF0038180          HSCT0 Service Request
SRC_HSCT1       0xF0038184          HSCT1 Service Request
SRC_HSSL0COK0   0xF0038190          HSSL0 Channel 0 OK Service Request
SRC_HSSL0RDI0   0xF0038194          HSSL0 Channel 0 Read Data Service Request
SRC_HSSL0ERR0   0xF0038198          HSSL0 Channel 0 Error Service Request
SRC_HSSL0TRG0   0xF003819C          HSSL0 Channel 0 Trigger Interrupt Service Request
SRC_HSSL0COK1   0xF00381A0          HSSL0 Channel 1 OK Service Request
SRC_HSSL0RDI1   0xF00381A4          HSSL0 Channel 1 Read Data Service Request
SRC_HSSL0ERR1   0xF00381A8          HSSL0 Channel 1 Error Service Request
SRC_HSSL0TRG1   0xF00381AC          HSSL0 Channel 1 Trigger Interrupt Service Request
SRC_HSSL0COK2   0xF00381B0          HSSL0 Channel 2 OK Service Request
SRC_HSSL0RDI2   0xF00381B4          HSSL0 Channel 2 Read Data Service Request
SRC_HSSL0ERR2   0xF00381B8          HSSL0 Channel 2 Error Service Request
SRC_HSSL0TRG2   0xF00381BC          HSSL0 Channel 2 Trigger Interrupt Service Request
SRC_HSSL0COK3   0xF00381C0          HSSL0 Channel 3 OK Service Request
SRC_HSSL0RDI3   0xF00381C4          HSSL0 Channel 3 Read Data Service Request
SRC_HSSL0ERR3   0xF00381C8          HSSL0 Channel 3 Error Service Request
SRC_HSSL0TRG3   0xF00381CC          HSSL0 Channel 3 Trigger Interrupt Service Request
SRC_HSSL0EXI    0xF00381D0          HSSL0 Exception Service Request
SRC_HSSL1COK0   0xF00381D4          HSSL1 Channel 0 OK Service Request
SRC_HSSL1RDI0   0xF00381D8          HSSL1 Channel 0 Read Data Service Request
SRC_HSSL1ERR0   0xF00381DC          HSSL1 Channel 0 Error Service Request
SRC_HSSL1TRG0   0xF00381E0          HSSL1 Channel 0 Trigger Interrupt Service Request
SRC_HSSL1COK1   0xF00381E4          HSSL1 Channel 1 OK Service Request
SRC_HSSL1RDI1   0xF00381E8          HSSL1 Channel 1 Read Data Service Request
SRC_HSSL1ERR1   0xF00381EC          HSSL1 Channel 1 Error Service Request
SRC_HSSL1TRG1   0xF00381F0          HSSL1 Channel 1 Trigger Interrupt Service Request
SRC_HSSL1COK2   0xF00381F4          HSSL1 Channel 2 OK Service Request
SRC_HSSL1RDI2   0xF00381F8          HSSL1 Channel 2 Read Data Service Request
SRC_HSSL1ERR2   0xF00381FC          HSSL1 Channel 2 Error Service Request
SRC_HSSL1TRG2   0xF0038200          HSSL1 Channel 2 Trigger Interrupt Service Request
SRC_HSSL1COK3   0xF0038204          HSSL1 Channel 3 OK Service Request
SRC_HSSL1RDI3   0xF0038208          HSSL1 Channel 3 Read Data Service Request
SRC_HSSL1ERR3   0xF003820C          HSSL1 Channel 3 Error Service Request
SRC_HSSL1TRG3   0xF0038210          HSSL1 Channel 3 Trigger Interrupt Service Request
SRC_HSSL1EXI    0xF0038214          HSSL1 Exception Service Request
SRC_I2C0DTR     0xF0038220          I2C0 Data Transfer Request
SRC_I2C0ERR     0xF0038224          I2C0 Error Service Request
SRC_I2C0P       0xF0038228          I2C0 Protocol Service Request
SRC_I2C1DTR     0xF0038230          I2C1 Data Transfer Request
SRC_I2C1ERR     0xF0038234          I2C1 Error Service Request
SRC_I2C1P       0xF0038238          I2C1 Protocol Service Request
SRC_SENT0       0xF0038240          SENT TRIG0 Service Request
SRC_SENT1       0xF0038244          SENT TRIG1 Service Request
SRC_SENT2       0xF0038248          SENT TRIG2 Service Request
SRC_SENT3       0xF003824C          SENT TRIG3 Service Request
SRC_SENT4       0xF0038250          SENT TRIG4 Service Request
SRC_SENT5       0xF0038254          SENT TRIG5 Service Request
SRC_SENT6       0xF0038258          SENT TRIG6 Service Request
SRC_SENT7       0xF003825C          SENT TRIG7 Service Request
SRC_SENT8       0xF0038260          SENT TRIG8 Service Request
SRC_SENT9       0xF0038264          SENT TRIG9 Service Request
SRC_MSC0SR0     0xF0038270          MSC0 Service Request 0
SRC_MSC0SR1     0xF0038274          MSC0 Service Request 1
SRC_MSC0SR2     0xF0038278          MSC0 Service Request 2
SRC_MSC0SR3     0xF003827C          MSC0 Service Request 3
SRC_MSC0SR4     0xF0038280          MSC0 Service Request 4
SRC_MSC1SR0     0xF0038284          MSC1 Service Request 0
SRC_MSC1SR1     0xF0038288          MSC1 Service Request 1
SRC_MSC1SR2     0xF003828C          MSC1 Service Request 2
SRC_MSC1SR3     0xF0038290          MSC1 Service Request 3
SRC_MSC1SR4     0xF0038294          MSC1 Service Request 4
SRC_MSC2SR0     0xF0038298          MSC2 Service Request 0
SRC_MSC2SR1     0xF003829C          MSC2 Service Request 1
SRC_MSC2SR2     0xF00382A0          MSC2 Service Request 2
SRC_MSC2SR3     0xF00382A4          MSC2 Service Request 3
SRC_MSC2SR4     0xF00382A8          MSC2 Service Request 4
SRC_MSC3SR0     0xF00382AC          MSC3 Service Request 0
SRC_MSC3SR1     0xF00382B0          MSC3 Service Request 1
SRC_MSC3SR2     0xF00382B4          MSC3 Service Request 2
SRC_MSC3SR3     0xF00382B8          MSC3 Service Request 3
SRC_MSC3SR4     0xF00382BC          MSC3 Service Request 4
SRC_CCU60SR0    0xF00382C0          CCU0 Service Request 0
SRC_CCU60SR1    0xF00382C4          CCU0 Service Request 1
SRC_CCU60SR2    0xF00382C8          CCU0 Service Request 2
SRC_CCU60SR3    0xF00382CC          CCU0 Service Request 3
SRC_CCU61SR0    0xF00382D0          CCU1 Service Request 0
SRC_CCU61SR1    0xF00382D4          CCU1 Service Request 1
SRC_CCU61SR2    0xF00382D8          CCU1 Service Request 2
SRC_CCU61SR3    0xF00382DC          CCU1 Service Request 3
SRC_GPT120CIRQ  0xF00382E0          GPT120 CAPREL Service Request
SRC_GPT120T2    0xF00382E4          GPT120 Timer 2 Service Request
SRC_GPT120T3    0xF00382E8          GPT120 Timer 3 Service Request
SRC_GPT120T4    0xF00382EC          GPT120 Timer 4 Service Request
SRC_GPT120T5    0xF00382F0          GPT120 Timer 5 Service Request
SRC_GPT120T6    0xF00382F4          GPT120 Timer 6 Service Request
SRC_STM0SR0     0xF0038300          System Timer 0 Service Request 0
SRC_STM0SR1     0xF0038304          System Timer 0 Service Request 1
SRC_STM1SR0     0xF0038308          System Timer 1 Service Request 0
SRC_STM1SR1     0xF003830C          System Timer 1 Service Request 1
SRC_STM2SR0     0xF0038310          System Timer 2 Service Request 0
SRC_STM2SR1     0xF0038314          System Timer 2 Service Request 1
SRC_STM3SR0     0xF0038318          System Timer 3 Service Request 0
SRC_STM3SR1     0xF003831C          System Timer 3 Service Request 1
SRC_STM4SR0     0xF0038320          System Timer 4 Service Request 0
SRC_STM4SR1     0xF0038324          System Timer 4 Service Request 1
SRC_STM5SR0     0xF0038328          System Timer 5 Service Request 0
SRC_STM5SR1     0xF003832C          System Timer 5 Service Request 1
SRC_FCE0        0xF0038330          FCE0 Error Service Request
SRC_DMAERR0     0xF0038340          DMA Error Service Request 0
SRC_DMAERR1     0xF0038344          DMA Error Service Request 1
SRC_DMAERR2     0xF0038348          DMA Error Service Request 2
SRC_DMAERR3     0xF003834C          DMA Error Service Request 3
SRC_DMACH0      0xF0038370          DMA Channel 0 Service Request
SRC_DMACH1      0xF0038374          DMA Channel 1 Service Request
SRC_DMACH2      0xF0038378          DMA Channel 2 Service Request
SRC_DMACH3      0xF003837C          DMA Channel 3 Service Request
SRC_DMACH4      0xF0038380          DMA Channel 4 Service Request
SRC_DMACH5      0xF0038384          DMA Channel 5 Service Request
SRC_DMACH6      0xF0038388          DMA Channel 6 Service Request
SRC_DMACH7      0xF003838C          DMA Channel 7 Service Request
SRC_DMACH8      0xF0038390          DMA Channel 8 Service Request
SRC_DMACH9      0xF0038394          DMA Channel 9 Service Request
SRC_DMACH10     0xF0038398          DMA Channel 10 Service Request
SRC_DMACH11     0xF003839C          DMA Channel 11 Service Request
SRC_DMACH12     0xF00383A0          DMA Channel 12 Service Request
SRC_DMACH13     0xF00383A4          DMA Channel 13 Service Request
SRC_DMACH14     0xF00383A8          DMA Channel 14 Service Request
SRC_DMACH15     0xF00383AC          DMA Channel 15 Service Request
SRC_DMACH16     0xF00383B0          DMA Channel 16 Service Request
SRC_DMACH17     0xF00383B4          DMA Channel 17 Service Request
SRC_DMACH18     0xF00383B8          DMA Channel 18 Service Request
SRC_DMACH19     0xF00383BC          DMA Channel 19 Service Request
SRC_DMACH20     0xF00383C0          DMA Channel 20 Service Request
SRC_DMACH21     0xF00383C4          DMA Channel 21 Service Request
SRC_DMACH22     0xF00383C8          DMA Channel 22 Service Request
SRC_DMACH23     0xF00383CC          DMA Channel 23 Service Request
SRC_DMACH24     0xF00383D0          DMA Channel 24 Service Request
SRC_DMACH25     0xF00383D4          DMA Channel 25 Service Request
SRC_DMACH26     0xF00383D8          DMA Channel 26 Service Request
SRC_DMACH27     0xF00383DC          DMA Channel 27 Service Request
SRC_DMACH28     0xF00383E0          DMA Channel 28 Service Request
SRC_DMACH29     0xF00383E4          DMA Channel 29 Service Request
SRC_DMACH30     0xF00383E8          DMA Channel 30 Service Request
SRC_DMACH31     0xF00383EC          DMA Channel 31 Service Request
SRC_DMACH32     0xF00383F0          DMA Channel 32 Service Request
SRC_DMACH33     0xF00383F4          DMA Channel 33 Service Request
SRC_DMACH34     0xF00383F8          DMA Channel 34 Service Request
SRC_DMACH35     0xF00383FC          DMA Channel 35 Service Request
SRC_DMACH36     0xF0038400          DMA Channel 36 Service Request
SRC_DMACH37     0xF0038404          DMA Channel 37 Service Request
SRC_DMACH38     0xF0038408          DMA Channel 38 Service Request
SRC_DMACH39     0xF003840C          DMA Channel 39 Service Request
SRC_DMACH40     0xF0038410          DMA Channel 40 Service Request
SRC_DMACH41     0xF0038414          DMA Channel 41 Service Request
SRC_DMACH42     0xF0038418          DMA Channel 42 Service Request
SRC_DMACH43     0xF003841C          DMA Channel 43 Service Request
SRC_DMACH44     0xF0038420          DMA Channel 44 Service Request
SRC_DMACH45     0xF0038424          DMA Channel 45 Service Request
SRC_DMACH46     0xF0038428          DMA Channel 46 Service Request
SRC_DMACH47     0xF003842C          DMA Channel 47 Service Request
SRC_DMACH48     0xF0038430          DMA Channel 48 Service Request
SRC_DMACH49     0xF0038434          DMA Channel 49 Service Request
SRC_DMACH50     0xF0038438          DMA Channel 50 Service Request
SRC_DMACH51     0xF003843C          DMA Channel 51 Service Request
SRC_DMACH52     0xF0038440          DMA Channel 52 Service Request
SRC_DMACH53     0xF0038444          DMA Channel 53 Service Request
SRC_DMACH54     0xF0038448          DMA Channel 54 Service Request
SRC_DMACH55     0xF003844C          DMA Channel 55 Service Request
SRC_DMACH56     0xF0038450          DMA Channel 56 Service Request
SRC_DMACH57     0xF0038454          DMA Channel 57 Service Request
SRC_DMACH58     0xF0038458          DMA Channel 58 Service Request
SRC_DMACH59     0xF003845C          DMA Channel 59 Service Request
SRC_DMACH60     0xF0038460          DMA Channel 60 Service Request
SRC_DMACH61     0xF0038464          DMA Channel 61 Service Request
SRC_DMACH62     0xF0038468          DMA Channel 62 Service Request
SRC_DMACH63     0xF003846C          DMA Channel 63 Service Request
SRC_DMACH64     0xF0038470          DMA Channel 64 Service Request
SRC_DMACH65     0xF0038474          DMA Channel 65 Service Request
SRC_DMACH66     0xF0038478          DMA Channel 66 Service Request
SRC_DMACH67     0xF003847C          DMA Channel 67 Service Request
SRC_DMACH68     0xF0038480          DMA Channel 68 Service Request
SRC_DMACH69     0xF0038484          DMA Channel 69 Service Request
SRC_DMACH70     0xF0038488          DMA Channel 70 Service Request
SRC_DMACH71     0xF003848C          DMA Channel 71 Service Request
SRC_DMACH72     0xF0038490          DMA Channel 72 Service Request
SRC_DMACH73     0xF0038494          DMA Channel 73 Service Request
SRC_DMACH74     0xF0038498          DMA Channel 74 Service Request
SRC_DMACH75     0xF003849C          DMA Channel 75 Service Request
SRC_DMACH76     0xF00384A0          DMA Channel 76 Service Request
SRC_DMACH77     0xF00384A4          DMA Channel 77 Service Request
SRC_DMACH78     0xF00384A8          DMA Channel 78 Service Request
SRC_DMACH79     0xF00384AC          DMA Channel 79 Service Request
SRC_DMACH80     0xF00384B0          DMA Channel 80 Service Request
SRC_DMACH81     0xF00384B4          DMA Channel 81 Service Request
SRC_DMACH82     0xF00384B8          DMA Channel 82 Service Request
SRC_DMACH83     0xF00384BC          DMA Channel 83 Service Request
SRC_DMACH84     0xF00384C0          DMA Channel 84 Service Request
SRC_DMACH85     0xF00384C4          DMA Channel 85 Service Request
SRC_DMACH86     0xF00384C8          DMA Channel 86 Service Request
SRC_DMACH87     0xF00384CC          DMA Channel 87 Service Request
SRC_DMACH88     0xF00384D0          DMA Channel 88 Service Request
SRC_DMACH89     0xF00384D4          DMA Channel 89 Service Request
SRC_DMACH90     0xF00384D8          DMA Channel 90 Service Request
SRC_DMACH91     0xF00384DC          DMA Channel 91 Service Request
SRC_DMACH92     0xF00384E0          DMA Channel 92 Service Request
SRC_DMACH93     0xF00384E4          DMA Channel 93 Service Request
SRC_DMACH94     0xF00384E8          DMA Channel 94 Service Request
SRC_DMACH95     0xF00384EC          DMA Channel 95 Service Request
SRC_DMACH96     0xF00384F0          DMA Channel 96 Service Request
SRC_DMACH97     0xF00384F4          DMA Channel 97 Service Request
SRC_DMACH98     0xF00384F8          DMA Channel 98 Service Request
SRC_DMACH99     0xF00384FC          DMA Channel 99 Service Request
SRC_DMACH100    0xF0038500          DMA Channel 100 Service Request
SRC_DMACH101    0xF0038504          DMA Channel 101 Service Request
SRC_DMACH102    0xF0038508          DMA Channel 102 Service Request
SRC_DMACH103    0xF003850C          DMA Channel 103 Service Request
SRC_DMACH104    0xF0038510          DMA Channel 104 Service Request
SRC_DMACH105    0xF0038514          DMA Channel 105 Service Request
SRC_DMACH106    0xF0038518          DMA Channel 106 Service Request
SRC_DMACH107    0xF003851C          DMA Channel 107 Service Request
SRC_DMACH108    0xF0038520          DMA Channel 108 Service Request
SRC_DMACH109    0xF0038524          DMA Channel 109 Service Request
SRC_DMACH110    0xF0038528          DMA Channel 110 Service Request
SRC_DMACH111    0xF003852C          DMA Channel 111 Service Request
SRC_DMACH112    0xF0038530          DMA Channel 112 Service Request
SRC_DMACH113    0xF0038534          DMA Channel 113 Service Request
SRC_DMACH114    0xF0038538          DMA Channel 114 Service Request
SRC_DMACH115    0xF003853C          DMA Channel 115 Service Request
SRC_DMACH116    0xF0038540          DMA Channel 116 Service Request
SRC_DMACH117    0xF0038544          DMA Channel 117 Service Request
SRC_DMACH118    0xF0038548          DMA Channel 118 Service Request
SRC_DMACH119    0xF003854C          DMA Channel 119 Service Request
SRC_DMACH120    0xF0038550          DMA Channel 120 Service Request
SRC_DMACH121    0xF0038554          DMA Channel 121 Service Request
SRC_DMACH122    0xF0038558          DMA Channel 122 Service Request
SRC_DMACH123    0xF003855C          DMA Channel 123 Service Request
SRC_DMACH124    0xF0038560          DMA Channel 124 Service Request
SRC_DMACH125    0xF0038564          DMA Channel 125 Service Request
SRC_DMACH126    0xF0038568          DMA Channel 126 Service Request
SRC_DMACH127    0xF003856C          DMA Channel 127 Service Request
SRC_SDMMCERR    0xF0038570          SDMMC Error Service Request
SRC_SDMMCDMA    0xF0038574          SDMMC DMA Ready Service Request
SRC_GETH0       0xF0038580          GETH Service Request 0
SRC_GETH1       0xF0038584          GETH Service Request 1
SRC_GETH2       0xF0038588          GETH Service Request 2
SRC_GETH3       0xF003858C          GETH Service Request 3
SRC_GETH4       0xF0038590          GETH Service Request 4
SRC_GETH5       0xF0038594          GETH Service Request 5
SRC_GETH6       0xF0038598          GETH Service Request 6
SRC_GETH7       0xF003859C          GETH Service Request 7
SRC_GETH8       0xF00385A0          GETH Service Request 8
SRC_GETH9       0xF00385A4          GETH Service Request 9
SRC_CAN0INT0    0xF00385B0          CAN0 Service Request 0
SRC_CAN0INT1    0xF00385B4          CAN0 Service Request 1
SRC_CAN0INT2    0xF00385B8          CAN0 Service Request 2
SRC_CAN0INT3    0xF00385BC          CAN0 Service Request 3
SRC_CAN0INT4    0xF00385C0          CAN0 Service Request 4
SRC_CAN0INT5    0xF00385C4          CAN0 Service Request 5
SRC_CAN0INT6    0xF00385C8          CAN0 Service Request 6
SRC_CAN0INT7    0xF00385CC          CAN0 Service Request 7
SRC_CAN0INT8    0xF00385D0          CAN0 Service Request 8
SRC_CAN0INT9    0xF00385D4          CAN0 Service Request 9
SRC_CAN0INT10   0xF00385D8          CAN0 Service Request 10
SRC_CAN0INT11   0xF00385DC          CAN0 Service Request 11
SRC_CAN0INT12   0xF00385E0          CAN0 Service Request 12
SRC_CAN0INT13   0xF00385E4          CAN0 Service Request 13
SRC_CAN0INT14   0xF00385E8          CAN0 Service Request 14
SRC_CAN0INT15   0xF00385EC          CAN0 Service Request 15
SRC_CAN1INT0    0xF00385F0          CAN1 Service Request 0
SRC_CAN1INT1    0xF00385F4          CAN1 Service Request 1
SRC_CAN1INT2    0xF00385F8          CAN1 Service Request 2
SRC_CAN1INT3    0xF00385FC          CAN1 Service Request 3
SRC_CAN1INT4    0xF0038600          CAN1 Service Request 4
SRC_CAN1INT5    0xF0038604          CAN1 Service Request 5
SRC_CAN1INT6    0xF0038608          CAN1 Service Request 6
SRC_CAN1INT7    0xF003860C          CAN1 Service Request 7
SRC_CAN1INT8    0xF0038610          CAN1 Service Request 8
SRC_CAN1INT9    0xF0038614          CAN1 Service Request 9
SRC_CAN1INT10   0xF0038618          CAN1 Service Request 10
SRC_CAN1INT11   0xF003861C          CAN1 Service Request 11
SRC_CAN1INT12   0xF0038620          CAN1 Service Request 12
SRC_CAN1INT13   0xF0038624          CAN1 Service Request 13
SRC_CAN1INT14   0xF0038628          CAN1 Service Request 14
SRC_CAN1INT15   0xF003862C          CAN1 Service Request 15
SRC_CAN2INT0    0xF0038630          CAN2 Service Request 0
SRC_CAN2INT1    0xF0038634          CAN2 Service Request 1
SRC_CAN2INT2    0xF0038638          CAN2 Service Request 2
SRC_CAN2INT3    0xF003863C          CAN2 Service Request 3
SRC_CAN2INT4    0xF0038640          CAN2 Service Request 4
SRC_CAN2INT5    0xF0038644          CAN2 Service Request 5
SRC_CAN2INT6    0xF0038648          CAN2 Service Request 6
SRC_CAN2INT7    0xF003864C          CAN2 Service Request 7
SRC_CAN2INT8    0xF0038650          CAN2 Service Request 8
SRC_CAN2INT9    0xF0038654          CAN2 Service Request 9
SRC_CAN2INT10   0xF0038658          CAN2 Service Request 10
SRC_CAN2INT11   0xF003865C          CAN2 Service Request 11
SRC_CAN2INT12   0xF0038660          CAN2 Service Request 12
SRC_CAN2INT13   0xF0038664          CAN2 Service Request 13
SRC_CAN2INT14   0xF0038668          CAN2 Service Request 14
SRC_CAN2INT15   0xF003866C          CAN2 Service Request 15
SRC_VADCG0SR0   0xF0038670          EVADC Group 0 Service Request 0
SRC_VADCG0SR1   0xF0038674          EVADC Group 0 Service Request 1
SRC_VADCG0SR2   0xF0038678          EVADC Group 0 Service Request 2
SRC_VADCG0SR3   0xF003867C          EVADC Group 0 Service Request 3
SRC_VADCG1SR0   0xF0038680          EVADC Group 1 Service Request 0
SRC_VADCG1SR1   0xF0038684          EVADC Group 1 Service Request 1
SRC_VADCG1SR2   0xF0038688          EVADC Group 1 Service Request 2
SRC_VADCG1SR3   0xF003868C          EVADC Group 1 Service Request 3
SRC_VADCG2SR0   0xF0038690          EVADC Group 2 Service Request 0
SRC_VADCG2SR1   0xF0038694          EVADC Group 2 Service Request 1
SRC_VADCG2SR2   0xF0038698          EVADC Group 2 Service Request 2
SRC_VADCG2SR3   0xF003869C          EVADC Group 2 Service Request 3
SRC_VADCG3SR0   0xF00386A0          EVADC Group 3 Service Request 0
SRC_VADCG3SR1   0xF00386A4          EVADC Group 3 Service Request 1
SRC_VADCG3SR2   0xF00386A8          EVADC Group 3 Service Request 2
SRC_VADCG3SR3   0xF00386AC          EVADC Group 3 Service Request 3
SRC_VADCG4SR0   0xF00386B0          EVADC Group 4 Service Request 0
SRC_VADCG4SR1   0xF00386B4          EVADC Group 4 Service Request 1
SRC_VADCG4SR2   0xF00386B8          EVADC Group 4 Service Request 2
SRC_VADCG4SR3   0xF00386BC          EVADC Group 4 Service Request 3
SRC_VADCG5SR0   0xF00386C0          EVADC Group 5 Service Request 0
SRC_VADCG5SR1   0xF00386C4          EVADC Group 5 Service Request 1
SRC_VADCG5SR2   0xF00386C8          EVADC Group 5 Service Request 2
SRC_VADCG5SR3   0xF00386CC          EVADC Group 5 Service Request 3
SRC_VADCG6SR0   0xF00386D0          EVADC Group 6 Service Request 0
SRC_VADCG6SR1   0xF00386D4          EVADC Group 6 Service Request 1
SRC_VADCG6SR2   0xF00386D8          EVADC Group 6 Service Request 2
SRC_VADCG6SR3   0xF00386DC          EVADC Group 6 Service Request 3
SRC_VADCG7SR0   0xF00386E0          EVADC Group 7 Service Request 0
SRC_VADCG7SR1   0xF00386E4          EVADC Group 7 Service Request 1
SRC_VADCG7SR2   0xF00386E8          EVADC Group 7 Service Request 2
SRC_VADCG7SR3   0xF00386EC          EVADC Group 7 Service Request 3
SRC_VADCG8SR0   0xF00386F0          EVADC Group 8 Service Request 0
SRC_VADCG8SR1   0xF00386F4          EVADC Group 8 Service Request 1
SRC_VADCG8SR2   0xF00386F8          EVADC Group 8 Service Request 2
SRC_VADCG8SR3   0xF00386FC          EVADC Group 8 Service Request 3
SRC_VADCG9SR0   0xF0038700          EVADC Group 9 Service Request 0
SRC_VADCG9SR1   0xF0038704          EVADC Group 9 Service Request 1
SRC_VADCG9SR2   0xF0038708          EVADC Group 9 Service Request 2
SRC_VADCG9SR3   0xF003870C          EVADC Group 9 Service Request 3
SRC_VADCG10SR0  0xF0038710          EVADC Group 10 Service Request 0
SRC_VADCG10SR1  0xF0038714          EVADC Group 10 Service Request 1
SRC_VADCG10SR2  0xF0038718          EVADC Group 10 Service Request 2
SRC_VADCG10SR3  0xF003871C          EVADC Group 10 Service Request 3
SRC_VADCG11SR0  0xF0038720          EVADC Group 11 Service Request 0
SRC_VADCG11SR1  0xF0038724          EVADC Group 11 Service Request 1
SRC_VADCG11SR2  0xF0038728          EVADC Group 11 Service Request 2
SRC_VADCG11SR3  0xF003872C          EVADC Group 11 Service Request 3
SRC_VADCFC0SR0  0xF0038730          EVADC Fast Compare 0 Service Request SR0
SRC_VADCFC1SR0  0xF0038734          EVADC Fast Compare 1 Service Request SR0
SRC_VADCFC2SR0  0xF0038738          EVADC Fast Compare 2 Service Request SR0
SRC_VADCFC3SR0  0xF003873C          EVADC Fast Compare 3 Service Request SR0
SRC_VADCFC4SR0  0xF0038740          EVADC Fast Compare 4 Service Request SR0
SRC_VADCFC5SR0  0xF0038744          EVADC Fast Compare 5 Service Request SR0
SRC_VADCFC6SR0  0xF0038748          EVADC Fast Compare 6 Service Request SR0
SRC_VADCFC7SR0  0xF003874C          EVADC Fast Compare 7 Service Request SR0
SRC_VADCCG0SR0  0xF0038750          EVADC Common Group 0 Service Request 0
SRC_VADCCG0SR1  0xF0038754          EVADC Common Group 0 Service Request 1
SRC_VADCCG0SR2  0xF0038758          EVADC Common Group 0 Service Request 2
SRC_VADCCG0SR3  0xF003875C          EVADC Common Group 0 Service Request 3
SRC_VADCCG1SR0  0xF0038760          EVADC Common Group 1 Service Request 0
SRC_VADCCG1SR1  0xF0038764          EVADC Common Group 1 Service Request 1
SRC_VADCCG1SR2  0xF0038768          EVADC Common Group 1 Service Request 2
SRC_VADCCG1SR3  0xF003876C          EVADC Common Group 1 Service Request 3
SRC_DSADCSRM0   0xF0038770          DSADC SRM0 Service Request
SRC_DSADCSRA0   0xF0038774          DSADC SRA0 Service Request
SRC_DSADCSRM1   0xF0038778          DSADC SRM1 Service Request
SRC_DSADCSRA1   0xF003877C          DSADC SRA1 Service Request
SRC_DSADCSRM2   0xF0038780          DSADC SRM2 Service Request
SRC_DSADCSRA2   0xF0038784          DSADC SRA2 Service Request
SRC_DSADCSRM3   0xF0038788          DSADC SRM3 Service Request
SRC_DSADCSRA3   0xF003878C          DSADC SRA3 Service Request
SRC_DSADCSRM4   0xF0038790          DSADC SRM4 Service Request
SRC_DSADCSRA4   0xF0038794          DSADC SRA4 Service Request
SRC_DSADCSRM5   0xF0038798          DSADC SRM5 Service Request
SRC_DSADCSRA5   0xF003879C          DSADC SRA5 Service Request
SRC_DSADCSRM6   0xF00387A0          DSADC SRM6 Service Request
SRC_DSADCSRA6   0xF00387A4          DSADC SRA6 Service Request
SRC_DSADCSRM7   0xF00387A8          DSADC SRM7 Service Request
SRC_DSADCSRA7   0xF00387AC          DSADC SRA7 Service Request
SRC_DSADCSRM8   0xF00387B0          DSADC SRM8 Service Request
SRC_DSADCSRA8   0xF00387B4          DSADC SRA8 Service Request
SRC_DSADCSRM9   0xF00387B8          DSADC SRM9 Service Request
SRC_DSADCSRA9   0xF00387BC          DSADC SRA9 Service Request
SRC_DSADCSRM10  0xF00387C0          DSADC SRM10 Service Request
SRC_DSADCSRA10  0xF00387C4          DSADC SRA10 Service Request
SRC_DSADCSRM11  0xF00387C8          DSADC SRM11 Service Request
SRC_DSADCSRA11  0xF00387CC          DSADC SRA11 Service Request
SRC_DSADCSRM12  0xF00387D0          DSADC SRM12 Service Request
SRC_DSADCSRA12  0xF00387D4          DSADC SRA12 Service Request
SRC_DSADCSRM13  0xF00387D8          DSADC SRM13 Service Request
SRC_DSADCSRA13  0xF00387DC          DSADC SRA13 Service Request
SRC_ERAY0INT0   0xF0038800          E-RAY 0 Service Request 0
SRC_ERAY0INT1   0xF0038804          E-RAY 0 Service Request 1
SRC_ERAY0TINT0  0xF0038808          E-RAY 0 Timer Interrupt 0 Service Request
SRC_ERAY0TINT1  0xF003880C          E-RAY 0 Timer Interrupt 1 Service Request
SRC_ERAY0NDAT0  0xF0038810          E-RAY 0 New Data 0 Service Request
SRC_ERAY0NDAT1  0xF0038814          E-RAY 0 New Data 1 Service Request
SRC_ERAY0MBSC0  0xF0038818          E-RAY 0 Message Buffer Status Changed 0 Service Request
SRC_ERAY0MBSC1  0xF003881C          E-RAY 0 Message Buffer Status Changed 1 Service Request
SRC_ERAY0OBUSY  0xF0038820          E-RAY 0 Output Buffer Busy
SRC_ERAY0IBUSY  0xF0038824          E-RAY 0 Input Buffer Busy
SRC_ERAY1INT0   0xF0038830          E-RAY 1 Service Request 0
SRC_ERAY1INT1   0xF0038834          E-RAY 1 Service Request 1
SRC_ERAY1TINT0  0xF0038838          E-RAY 1 Timer Interrupt 0 Service Request
SRC_ERAY1TINT1  0xF003883C          E-RAY 1 Timer Interrupt 1 Service Request
SRC_ERAY1NDAT0  0xF0038840          E-RAY 1 New Data 0 Service Request
SRC_ERAY1NDAT1  0xF0038844          E-RAY 1 New Data 1 Service Request
SRC_ERAY1MBSC0  0xF0038848          E-RAY 1 Message Buffer Status Changed 0 Service Request
SRC_ERAY1MBSC1  0xF003884C          E-RAY 1 Message Buffer Status Changed 1 Service Request
SRC_ERAY1OBUSY  0xF0038850          E-RAY 1 Output Buffer Busy
SRC_ERAY1IBUSY  0xF0038854          E-RAY 1 Input Buffer Busy
SRC_DMUHOST     0xF0038860          DMU Host Service Request
SRC_DMUFSI      0xF0038864          DMU FSI Service Request
SRC_HSM0        0xF0038870          HSM Service Request 0
SRC_HSM1        0xF0038874          HSM Service Request 1
SRC_SCUERU0     0xF0038880          SCU ERU Service Request 0
SRC_SCUERU1     0xF0038884          SCU ERU Service Request 1
SRC_SCUERU2     0xF0038888          SCU ERU Service Request 2
SRC_SCUERU3     0xF003888C          SCU ERU Service Request 3
SRC_PMSDTS      0xF00388AC          PMS DTS Service Request
SRC_PMS0        0xF00388B0          Power Management System Service Request 0
SRC_PMS1        0xF00388B4          Power Management System Service Request 1
SRC_PMS2        0xF00388B8          Power Management System Service Request 2
SRC_PMS3        0xF00388BC          Power Management System Service Request 3
SRC_SCR         0xF00388C0          Stand By Controller Service Request
SRC_SMU0        0xF00388D0          SMU Service Request 0
SRC_SMU1        0xF00388D4          SMU Service Request 1
SRC_SMU2        0xF00388D8          SMU Service Request 2
SRC_PSI50       0xF00388E0          PSI5 Service Request 0
SRC_PSI51       0xF00388E4          PSI5 Service Request 1
SRC_PSI52       0xF00388E8          PSI5 Service Request 2
SRC_PSI53       0xF00388EC          PSI5 Service Request 3
SRC_PSI54       0xF00388F0          PSI5 Service Request 4
SRC_PSI55       0xF00388F4          PSI5 Service Request 5
SRC_PSI56       0xF00388F8          PSI5 Service Request 6
SRC_PSI57       0xF00388FC          PSI5 Service Request 7
SRC_HSPDM0BFR   0xF0038900          HSPDM0 Buffer Service Request
SRC_HSPDM0RAMP  0xF0038904          HSPDM0 RAMP Events Service Request
SRC_HSPDM0ERR   0xF0038908          HSPDM0 Error / RAM Overflow Service Request
SRC_DAM0LI0     0xF0038910          DAM0 Limit 0 Service Request
SRC_DAM1LI0     0xF0038911          DAM1 Limit 0 Service Request
SRC_DAM0RI0     0xF0038914          DAM0 Ready 0 Service Reques
SRC_DAM1RI0     0xF0038915          DAM1 Ready 0 Service Reques
SRC_DAM0LI1     0xF0038918          DAM0 Limit 1 Service Request
SRC_DAM1LI1     0xF0038919          DAM1 Limit 1 Service Request
SRC_DAM0RI1     0xF003891C          DAM0 Ready 1 Service Request
SRC_DAM1RI1     0xF003891D          DAM1 Ready 1 Service Request
SRC_DAM0DR      0xF0038920          DAM0 DMA Ready Service Request
SRC_DAM1DR      0xF0038921          DAM1 DMA Ready Service Request
SRC_DAM0ERR     0xF0038924          DAM0 Error Service Request
SRC_DAM1ERR     0xF0038925          DAM1 Error Service Request
SRC_PSI5S0      0xF0038950          PSI5-S Service Request 0
SRC_PSI5S1      0xF0038954          PSI5-S Service Request 1
SRC_PSI5S2      0xF0038958          PSI5-S Service Request 2
SRC_PSI5S3      0xF003895C          PSI5-S Service Request 3
SRC_PSI5S4      0xF0038960          PSI5-S Service Request 4
SRC_PSI5S5      0xF0038964          PSI5-S Service Request 5
SRC_PSI5S6      0xF0038968          PSI5-S Service Request 6
SRC_PSI5S7      0xF003896C          PSI5-S Service Request 7
SRC_RIF0ERR     0xF0038970          Radar Interface 0 Error Service Request
SRC_RIF0INT     0xF0038974          Radar Interface 0 Service Request
SRC_RIF1ERR     0xF0038978          Radar Interface 1 Error Service Request
SRC_RIF1INT     0xF003897C          Radar Interface 1 Service Request
SRC_SPU0INT     0xF0038980          SPU 0 Service Request
SRC_SPU0ERR     0xF0038984          SPU 0 Error Service Request
SRC_SPU1INT     0xF0038988          SPU 1 Service Request
SRC_SPU1ERR     0xF003898C          SPU 1 Error Service Request
SRC_GPSR00      0xF0038990          General Purpose Group 0 Service Request 0
SRC_GPSR01      0xF0038994          General Purpose Group 0 Service Request 1
SRC_GPSR02      0xF0038998          General Purpose Group 0 Service Request 2
SRC_GPSR03      0xF003899C          General Purpose Group 0 Service Request 3
SRC_GPSR04      0xF00389A0          General Purpose Group 0 Service Request 4
SRC_GPSR05      0xF00389A4          General Purpose Group 0 Service Request 5
SRC_GPSR06      0xF00389A8          General Purpose Group 0 Service Request 6
SRC_GPSR07      0xF00389AC          General Purpose Group 0 Service Request 7
SRC_GPSR10      0xF00389B0          General Purpose Group 1 Service Request 0
SRC_GPSR11      0xF00389B4          General Purpose Group 1 Service Request 1
SRC_GPSR12      0xF00389B8          General Purpose Group 1 Service Request 2
SRC_GPSR13      0xF00389BC          General Purpose Group 1 Service Request 3
SRC_GPSR14      0xF00389C0          General Purpose Group 1 Service Request 4
SRC_GPSR15      0xF00389C4          General Purpose Group 1 Service Request 5
SRC_GPSR16      0xF00389C8          General Purpose Group 1 Service Request 6
SRC_GPSR17      0xF00389CC          General Purpose Group 1 Service Request 7
SRC_GPSR20      0xF00389D0          General Purpose Group 2 Service Request 0
SRC_GPSR21      0xF00389D4          General Purpose Group 2 Service Request 1
SRC_GPSR22      0xF00389D8          General Purpose Group 2 Service Request 2
SRC_GPSR23      0xF00389DC          General Purpose Group 2 Service Request 3
SRC_GPSR24      0xF00389E0          General Purpose Group 2 Service Request 4
SRC_GPSR25      0xF00389E4          General Purpose Group 2 Service Request 5
SRC_GPSR26      0xF00389E8          General Purpose Group 2 Service Request 6
SRC_GPSR27      0xF00389EC          General Purpose Group 2 Service Request 7
SRC_GPSR30      0xF00389F0          General Purpose Group 3 Service Request 0
SRC_GPSR31      0xF00389F4          General Purpose Group 3 Service Request 1
SRC_GPSR32      0xF00389F8          General Purpose Group 3 Service Request 2
SRC_GPSR33      0xF00389FC          General Purpose Group 3 Service Request 3
SRC_GPSR34      0xF0038A00          General Purpose Group 3 Service Request 4
SRC_GPSR35      0xF0038A04          General Purpose Group 3 Service Request 5
SRC_GPSR36      0xF0038A08          General Purpose Group 3 Service Request 6
SRC_GPSR37      0xF0038A0C          General Purpose Group 3 Service Request 7
SRC_GPSR40      0xF0038A10          General Purpose Group 4 Service Request 0
SRC_GPSR41      0xF0038A14          General Purpose Group 4 Service Request 1
SRC_GPSR42      0xF0038A18          General Purpose Group 4 Service Request 2
SRC_GPSR43      0xF0038A1C          General Purpose Group 4 Service Request 3
SRC_GPSR44      0xF0038A20          General Purpose Group 4 Service Request 4
SRC_GPSR45      0xF0038A24          General Purpose Group 4 Service Request 5
SRC_GPSR46      0xF0038A28          General Purpose Group 4 Service Request 6
SRC_GPSR47      0xF0038A2C          General Purpose Group 4 Service Request 7
SRC_GPSR50      0xF0038A30          General Purpose Group 5 Service Request 0
SRC_GPSR51      0xF0038A34          General Purpose Group 5 Service Request 1
SRC_GPSR52      0xF0038A38          General Purpose Group 5 Service Request 2
SRC_GPSR53      0xF0038A3C          General Purpose Group 5 Service Request 3
SRC_GPSR54      0xF0038A40          General Purpose Group 5 Service Request 4
SRC_GPSR55      0xF0038A44          General Purpose Group 5 Service Request 5
SRC_GPSR56      0xF0038A48          General Purpose Group 5 Service Request 6
SRC_GPSR57      0xF0038A4C          General Purpose Group 5 Service Request 7
SRC_GTMAEIIRQ   0xF0038A70          AEI Shared Service Request
SRC_GTMARUIRQ0  0xF0038A74          ARU Shared Service Request 0
SRC_GTMARUIRQ1  0xF0038A78          ARU Shared Service Request 1
SRC_GTMARUIRQ2  0xF0038A7C          ARU Shared Service Request 2
SRC_GTMBRCIRQ   0xF0038A80          BRC Shared Service Request
SRC_GTMCMPIRQ   0xF0038A84          CMP Shared Service Request
SRC_GTMSPE0IRQ  0xF0038A88          SPE0 Shared Service Request
SRC_GTMSPE1IRQ  0xF0038A8C          SPE1 Shared Service Request
SRC_GTMSPE2IRQ  0xF0038A90          SPE2 Shared Service Request
SRC_GTMSPE3IRQ  0xF0038A94          SPE3 Shared Service Request
SRC_GTMSPE4IRQ  0xF0038A98          SPE4 Shared Service Request
SRC_GTMSPE5IRQ  0xF0038A9C          SPE5 Shared Service Request
SRC_GTMPSM00    0xF0038AA0          PSM0 Shared Service Request 0
SRC_GTMPSM01    0xF0038AA4          PSM0 Shared Service Request 1
SRC_GTMPSM02    0xF0038AA8          PSM0 Shared Service Request 2
SRC_GTMPSM03    0xF0038AAC          PSM0 Shared Service Request 3
SRC_GTMPSM04    0xF0038AB0          PSM0 Shared Service Request 4
SRC_GTMPSM05    0xF0038AB4          PSM0 Shared Service Request 5
SRC_GTMPSM06    0xF0038AB8          PSM0 Shared Service Request 6
SRC_GTMPSM07    0xF0038ABC          PSM0 Shared Service Request 7
SRC_GTMPSM10    0xF0038AC0          PSM1 Shared Service Request 0
SRC_GTMPSM11    0xF0038AC4          PSM1 Shared Service Request 1
SRC_GTMPSM12    0xF0038AC8          PSM1 Shared Service Request 2
SRC_GTMPSM13    0xF0038ACC          PSM1 Shared Service Request 3
SRC_GTMPSM14    0xF0038AD0          PSM1 Shared Service Request 4
SRC_GTMPSM15    0xF0038AD4          PSM1 Shared Service Request 5
SRC_GTMPSM16    0xF0038AD8          PSM1 Shared Service Request 6
SRC_GTMPSM17    0xF0038ADC          PSM1 Shared Service Request 7
SRC_GTMPSM20    0xF0038AE0          PSM2 Shared Service Request 0
SRC_GTMPSM21    0xF0038AE4          PSM2 Shared Service Request 1
SRC_GTMPSM22    0xF0038AE8          PSM2 Shared Service Request 2
SRC_GTMPSM23    0xF0038AEC          PSM2 Shared Service Request 3
SRC_GTMPSM24    0xF0038AF0          PSM2 Shared Service Request 4
SRC_GTMPSM25    0xF0038AF4          PSM2 Shared Service Request 5
SRC_GTMPSM26    0xF0038AF8          PSM2 Shared Service Request 6
SRC_GTMPSM27    0xF0038AFC          PSM2 Shared Service Request 7
SRC_GTMDPLL0    0xF0038B00          DPLL Service Request 0
SRC_GTMDPLL1    0xF0038B04          DPLL Service Request 1
SRC_GTMDPLL2    0xF0038B08          DPLL Service Request 2
SRC_GTMDPLL3    0xF0038B0C          DPLL Service Request 3
SRC_GTMDPLL4    0xF0038B10          DPLL Service Request 4
SRC_GTMDPLL5    0xF0038B14          DPLL Service Request 5
SRC_GTMDPLL6    0xF0038B18          DPLL Service Request 6
SRC_GTMDPLL7    0xF0038B1C          DPLL Service Request 7
SRC_GTMDPLL8    0xF0038B20          DPLL Service Request 8
SRC_GTMDPLL9    0xF0038B24          DPLL Service Request 9
SRC_GTMDPLL10   0xF0038B28          DPLL Service Request 10
SRC_GTMDPLL11   0xF0038B2C          DPLL Service Request 11
SRC_GTMDPLL12   0xF0038B30          DPLL Service Request 12
SRC_GTMDPLL13   0xF0038B34          DPLL Service Request 13
SRC_GTMDPLL14   0xF0038B38          DPLL Service Request 14
SRC_GTMDPLL15   0xF0038B3C          DPLL Service Request 15
SRC_GTMDPLL16   0xF0038B40          DPLL Service Request 16
SRC_GTMDPLL17   0xF0038B44          DPLL Service Request 17
SRC_GTMDPLL18   0xF0038B48          DPLL Service Request 18
SRC_GTMDPLL19   0xF0038B4C          DPLL Service Request 19
SRC_GTMDPLL20   0xF0038B50          DPLL Service Request 20
SRC_GTMDPLL21   0xF0038B54          DPLL Service Request 21
SRC_GTMDPLL22   0xF0038B58          DPLL Service Request 22
SRC_GTMDPLL23   0xF0038B5C          DPLL Service Request 23
SRC_GTMDPLL24   0xF0038B60          DPLL Service Request 24
SRC_GTMDPLL25   0xF0038B64          DPLL Service Request 25
SRC_GTMDPLL26   0xF0038B68          DPLL Service Request 26
SRC_GTMERR      0xF0038B70          Error Service Request
SRC_GTMTIM00    0xF0038B90          TIM0 Shared Service Request 0
SRC_GTMTIM01    0xF0038B94          TIM0 Shared Service Request 1
SRC_GTMTIM02    0xF0038B98          TIM0 Shared Service Request 2
SRC_GTMTIM03    0xF0038B9C          TIM0 Shared Service Request 3
SRC_GTMTIM04    0xF0038BA0          TIM0 Shared Service Request 4
SRC_GTMTIM05    0xF0038BA4          TIM0 Shared Service Request 5
SRC_GTMTIM06    0xF0038BA8          TIM0 Shared Service Request 6
SRC_GTMTIM07    0xF0038BAC          TIM0 Shared Service Request 7
SRC_GTMTIM10    0xF0038BB0          TIM1 Shared Service Request 0
SRC_GTMTIM11    0xF0038BB4          TIM1 Shared Service Request 1
SRC_GTMTIM12    0xF0038BB8          TIM1 Shared Service Request 2
SRC_GTMTIM13    0xF0038BBC          TIM1 Shared Service Request 3
SRC_GTMTIM14    0xF0038BC0          TIM1 Shared Service Request 4
SRC_GTMTIM15    0xF0038BC4          TIM1 Shared Service Request 5
SRC_GTMTIM16    0xF0038BC8          TIM1 Shared Service Request 6
SRC_GTMTIM17    0xF0038BCC          TIM1 Shared Service Request 7
SRC_GTMTIM20    0xF0038BD0          TIM2 Shared Service Request 0
SRC_GTMTIM21    0xF0038BD4          TIM2 Shared Service Request 1
SRC_GTMTIM22    0xF0038BD8          TIM2 Shared Service Request 2
SRC_GTMTIM23    0xF0038BDC          TIM2 Shared Service Request 3
SRC_GTMTIM24    0xF0038BE0          TIM2 Shared Service Request 4
SRC_GTMTIM25    0xF0038BE4          TIM2 Shared Service Request 5
SRC_GTMTIM26    0xF0038BE8          TIM2 Shared Service Request 6
SRC_GTMTIM27    0xF0038BEC          TIM2 Shared Service Request 7
SRC_GTMTIM30    0xF0038BF0          TIM3 Shared Service Request 0
SRC_GTMTIM31    0xF0038BF4          TIM3 Shared Service Request 1
SRC_GTMTIM32    0xF0038BF8          TIM3 Shared Service Request 2
SRC_GTMTIM33    0xF0038BFC          TIM3 Shared Service Request 3
SRC_GTMTIM34    0xF0038C00          TIM3 Shared Service Request 4
SRC_GTMTIM35    0xF0038C04          TIM3 Shared Service Request 5
SRC_GTMTIM36    0xF0038C08          TIM3 Shared Service Request 6
SRC_GTMTIM37    0xF0038C0C          TIM3 Shared Service Request 7
SRC_GTMTIM40    0xF0038C10          TIM4 Shared Service Request 0
SRC_GTMTIM41    0xF0038C14          TIM4 Shared Service Request 1
SRC_GTMTIM42    0xF0038C18          TIM4 Shared Service Request 2
SRC_GTMTIM43    0xF0038C1C          TIM4 Shared Service Request 3
SRC_GTMTIM44    0xF0038C20          TIM4 Shared Service Request 4
SRC_GTMTIM45    0xF0038C24          TIM4 Shared Service Request 5
SRC_GTMTIM46    0xF0038C28          TIM4 Shared Service Request 6
SRC_GTMTIM47    0xF0038C2C          TIM4 Shared Service Request 7
SRC_GTMTIM50    0xF0038C30          TIM5 Shared Service Request 0
SRC_GTMTIM51    0xF0038C34          TIM5 Shared Service Request 1
SRC_GTMTIM52    0xF0038C38          TIM5 Shared Service Request 2
SRC_GTMTIM53    0xF0038C3C          TIM5 Shared Service Request 3
SRC_GTMTIM54    0xF0038C40          TIM5 Shared Service Request 4
SRC_GTMTIM55    0xF0038C44          TIM5 Shared Service Request 5
SRC_GTMTIM56    0xF0038C48          TIM5 Shared Service Request 6
SRC_GTMTIM57    0xF0038C4C          TIM5 Shared Service Request 7
SRC_GTMTIM60    0xF0038C50          TIM6 Shared Service Request 0
SRC_GTMTIM61    0xF0038C54          TIM6 Shared Service Request 1
SRC_GTMTIM62    0xF0038C58          TIM6 Shared Service Request 2
SRC_GTMTIM63    0xF0038C5C          TIM6 Shared Service Request 3
SRC_GTMTIM64    0xF0038C60          TIM6 Shared Service Request 4
SRC_GTMTIM65    0xF0038C64          TIM6 Shared Service Request 5
SRC_GTMTIM66    0xF0038C68          TIM6 Shared Service Request 6
SRC_GTMTIM67    0xF0038C6C          TIM6 Shared Service Request 7
SRC_GTMTIM70    0xF0038C70          TIM7 Shared Service Request 0
SRC_GTMTIM71    0xF0038C74          TIM7 Shared Service Request 1
SRC_GTMTIM72    0xF0038C78          TIM7 Shared Service Request 2
SRC_GTMTIM73    0xF0038C7C          TIM7 Shared Service Request 3
SRC_GTMTIM74    0xF0038C80          TIM7 Shared Service Request 4
SRC_GTMTIM75    0xF0038C84          TIM7 Shared Service Request 5
SRC_GTMTIM76    0xF0038C88          TIM7 Shared Service Request 6
SRC_GTMTIM77    0xF0038C8C          TIM7 Shared Service Request 7
SRC_GTMMCS00    0xF0038CB0          MCS0 Shared Service Request 0
SRC_GTMMCS01    0xF0038CB4          MCS0 Shared Service Request 1
SRC_GTMMCS02    0xF0038CB8          MCS0 Shared Service Request 2
SRC_GTMMCS03    0xF0038CBC          MCS0 Shared Service Request 3
SRC_GTMMCS04    0xF0038CC0          MCS0 Shared Service Request 4
SRC_GTMMCS05    0xF0038CC4          MCS0 Shared Service Request 5
SRC_GTMMCS06    0xF0038CC8          MCS0 Shared Service Request 6
SRC_GTMMCS07    0xF0038CCC          MCS0 Shared Service Request 7
SRC_GTMMCS10    0xF0038CD0          MCS1 Shared Service Request 0
SRC_GTMMCS11    0xF0038CD4          MCS1 Shared Service Request 1
SRC_GTMMCS12    0xF0038CD8          MCS1 Shared Service Request 2
SRC_GTMMCS13    0xF0038CDC          MCS1 Shared Service Request 3
SRC_GTMMCS14    0xF0038CE0          MCS1 Shared Service Request 4
SRC_GTMMCS15    0xF0038CE4          MCS1 Shared Service Request 5
SRC_GTMMCS16    0xF0038CE8          MCS1 Shared Service Request 6
SRC_GTMMCS17    0xF0038CEC          MCS1 Shared Service Request 7
SRC_GTMMCS20    0xF0038CF0          MCS2 Shared Service Request 0
SRC_GTMMCS21    0xF0038CF4          MCS2 Shared Service Request 1
SRC_GTMMCS22    0xF0038CF8          MCS2 Shared Service Request 2
SRC_GTMMCS23    0xF0038CFC          MCS2 Shared Service Request 3
SRC_GTMMCS24    0xF0038D00          MCS2 Shared Service Request 4
SRC_GTMMCS25    0xF0038D04          MCS2 Shared Service Request 5
SRC_GTMMCS26    0xF0038D08          MCS2 Shared Service Request 6
SRC_GTMMCS27    0xF0038D0C          MCS2 Shared Service Request 7
SRC_GTMMCS30    0xF0038D10          MCS3 Shared Service Request 0
SRC_GTMMCS31    0xF0038D14          MCS3 Shared Service Request 1
SRC_GTMMCS32    0xF0038D18          MCS3 Shared Service Request 2
SRC_GTMMCS33    0xF0038D1C          MCS3 Shared Service Request 3
SRC_GTMMCS34    0xF0038D20          MCS3 Shared Service Request 4
SRC_GTMMCS35    0xF0038D24          MCS3 Shared Service Request 5
SRC_GTMMCS36    0xF0038D28          MCS3 Shared Service Request 6
SRC_GTMMCS37    0xF0038D2C          MCS3 Shared Service Request 7
SRC_GTMMCS40    0xF0038D30          MCS4 Shared Service Request 0
SRC_GTMMCS41    0xF0038D34          MCS4 Shared Service Request 1
SRC_GTMMCS42    0xF0038D38          MCS4 Shared Service Request 2
SRC_GTMMCS43    0xF0038D3C          MCS4 Shared Service Request 3
SRC_GTMMCS44    0xF0038D40          MCS4 Shared Service Request 4
SRC_GTMMCS45    0xF0038D44          MCS4 Shared Service Request 5
SRC_GTMMCS46    0xF0038D48          MCS4 Shared Service Request 6
SRC_GTMMCS47    0xF0038D4C          MCS4 Shared Service Request 7
SRC_GTMMCS50    0xF0038D50          MCS5 Shared Service Request 0
SRC_GTMMCS51    0xF0038D54          MCS5 Shared Service Request 1
SRC_GTMMCS52    0xF0038D58          MCS5 Shared Service Request 2
SRC_GTMMCS53    0xF0038D5C          MCS5 Shared Service Request 3
SRC_GTMMCS54    0xF0038D60          MCS5 Shared Service Request 4
SRC_GTMMCS55    0xF0038D64          MCS5 Shared Service Request 5
SRC_GTMMCS56    0xF0038D68          MCS5 Shared Service Request 6
SRC_GTMMCS57    0xF0038D6C          MCS5 Shared Service Request 7
SRC_GTMMCS60    0xF0038D70          MCS6 Shared Service Request 0
SRC_GTMMCS61    0xF0038D74          MCS6 Shared Service Request 1
SRC_GTMMCS62    0xF0038D78          MCS6 Shared Service Request 2
SRC_GTMMCS63    0xF0038D7C          MCS6 Shared Service Request 3
SRC_GTMMCS64    0xF0038D80          MCS6 Shared Service Request 4
SRC_GTMMCS65    0xF0038D84          MCS6 Shared Service Request 5
SRC_GTMMCS66    0xF0038D88          MCS6 Shared Service Request 6
SRC_GTMMCS67    0xF0038D8C          MCS6 Shared Service Request 7
SRC_GTMMCS70    0xF0038D90          MCS7 Shared Service Request 0
SRC_GTMMCS71    0xF0038D94          MCS7 Shared Service Request 1
SRC_GTMMCS72    0xF0038D98          MCS7 Shared Service Request 2
SRC_GTMMCS73    0xF0038D9C          MCS7 Shared Service Request 3
SRC_GTMMCS74    0xF0038DA0          MCS7 Shared Service Request 4
SRC_GTMMCS75    0xF0038DA4          MCS7 Shared Service Request 5
SRC_GTMMCS76    0xF0038DA8          MCS7 Shared Service Request 6
SRC_GTMMCS77    0xF0038DAC          MCS7 Shared Service Request 7
SRC_GTMMCS80    0xF0038DB0          MCS8 Shared Service Request 0
SRC_GTMMCS81    0xF0038DB4          MCS8 Shared Service Request 1
SRC_GTMMCS82    0xF0038DB8          MCS8 Shared Service Request 2
SRC_GTMMCS83    0xF0038DBC          MCS8 Shared Service Request 3
SRC_GTMMCS84    0xF0038DC0          MCS8 Shared Service Request 4
SRC_GTMMCS85    0xF0038DC4          MCS8 Shared Service Request 5
SRC_GTMMCS86    0xF0038DC8          MCS8 Shared Service Request 6
SRC_GTMMCS87    0xF0038DCC          MCS8 Shared Service Request 7
SRC_GTMMCS90    0xF0038DD0          MCS9 Shared Service Request 0
SRC_GTMMCS91    0xF0038DD4          MCS9 Shared Service Request 1
SRC_GTMMCS92    0xF0038DD8          MCS9 Shared Service Request 2
SRC_GTMMCS93    0xF0038DDC          MCS9 Shared Service Request 3
SRC_GTMMCS94    0xF0038DE0          MCS9 Shared Service Request 4
SRC_GTMMCS95    0xF0038DE4          MCS9 Shared Service Request 5
SRC_GTMMCS96    0xF0038DE8          MCS9 Shared Service Request 6
SRC_GTMMCS97    0xF0038DEC          MCS9 Shared Service Request 7
SRC_GTMTOM00    0xF0038E10          TOM0 Shared Service Request 0
SRC_GTMTOM01    0xF0038E14          TOM0 Shared Service Request 1
SRC_GTMTOM02    0xF0038E18          TOM0 Shared Service Request 2
SRC_GTMTOM03    0xF0038E1C          TOM0 Shared Service Request 3
SRC_GTMTOM04    0xF0038E20          TOM0 Shared Service Request 4
SRC_GTMTOM05    0xF0038E24          TOM0 Shared Service Request 5
SRC_GTMTOM06    0xF0038E28          TOM0 Shared Service Request 6
SRC_GTMTOM07    0xF0038E2C          TOM0 Shared Service Request 7
SRC_GTMTOM10    0xF0038E30          TOM1 Shared Service Request 0
SRC_GTMTOM11    0xF0038E34          TOM1 Shared Service Request 1
SRC_GTMTOM12    0xF0038E38          TOM1 Shared Service Request 2
SRC_GTMTOM13    0xF0038E3C          TOM1 Shared Service Request 3
SRC_GTMTOM14    0xF0038E40          TOM1 Shared Service Request 4
SRC_GTMTOM15    0xF0038E44          TOM1 Shared Service Request 5
SRC_GTMTOM16    0xF0038E48          TOM1 Shared Service Request 6
SRC_GTMTOM17    0xF0038E4C          TOM1 Shared Service Request 7
SRC_GTMTOM20    0xF0038E50          TOM2 Shared Service Request 0
SRC_GTMTOM21    0xF0038E54          TOM2 Shared Service Request 1
SRC_GTMTOM22    0xF0038E58          TOM2 Shared Service Request 2
SRC_GTMTOM23    0xF0038E5C          TOM2 Shared Service Request 3
SRC_GTMTOM24    0xF0038E60          TOM2 Shared Service Request 4
SRC_GTMTOM25    0xF0038E64          TOM2 Shared Service Request 5
SRC_GTMTOM26    0xF0038E68          TOM2 Shared Service Request 6
SRC_GTMTOM27    0xF0038E6C          TOM2 Shared Service Request 7
SRC_GTMTOM30    0xF0038E70          TOM3 Shared Service Request 0
SRC_GTMTOM31    0xF0038E74          TOM3 Shared Service Request 1
SRC_GTMTOM32    0xF0038E78          TOM3 Shared Service Request 2
SRC_GTMTOM33    0xF0038E7C          TOM3 Shared Service Request 3
SRC_GTMTOM34    0xF0038E80          TOM3 Shared Service Request 4
SRC_GTMTOM35    0xF0038E84          TOM3 Shared Service Request 5
SRC_GTMTOM36    0xF0038E88          TOM3 Shared Service Request 6
SRC_GTMTOM37    0xF0038E8C          TOM3 Shared Service Request 7
SRC_GTMTOM40    0xF0038E90          TOM4 Shared Service Request 0
SRC_GTMTOM41    0xF0038E94          TOM4 Shared Service Request 1
SRC_GTMTOM42    0xF0038E98          TOM4 Shared Service Request 2
SRC_GTMTOM43    0xF0038E9C          TOM4 Shared Service Request 3
SRC_GTMTOM44    0xF0038EA0          TOM4 Shared Service Request 4
SRC_GTMTOM45    0xF0038EA4          TOM4 Shared Service Request 5
SRC_GTMTOM46    0xF0038EA8          TOM4 Shared Service Request 6
SRC_GTMTOM47    0xF0038EAC          TOM4 Shared Service Request 7
SRC_GTMTOM50    0xF0038EB0          TOM5 Shared Service Request 0
SRC_GTMTOM51    0xF0038EB4          TOM5 Shared Service Request 1
SRC_GTMTOM52    0xF0038EB8          TOM5 Shared Service Request 2
SRC_GTMTOM53    0xF0038EBC          TOM5 Shared Service Request 3
SRC_GTMTOM54    0xF0038EC0          TOM5 Shared Service Request 4
SRC_GTMTOM55    0xF0038EC4          TOM5 Shared Service Request 5
SRC_GTMTOM56    0xF0038EC8          TOM5 Shared Service Request 6
SRC_GTMTOM57    0xF0038ECC          TOM5 Shared Service Request 7
SRC_GTMATOM00   0xF0038EF0          ATOM0 Shared Service Request 0
SRC_GTMATOM01   0xF0038EF4          ATOM0 Shared Service Request 1
SRC_GTMATOM02   0xF0038EF8          ATOM0 Shared Service Request 2
SRC_GTMATOM03   0xF0038EFC          ATOM0 Shared Service Request 3
SRC_GTMATOM10   0xF0038F00          ATOM1 Shared Service Request 0
SRC_GTMATOM11   0xF0038F04          ATOM1 Shared Service Request 1
SRC_GTMATOM12   0xF0038F08          ATOM1 Shared Service Request 2
SRC_GTMATOM13   0xF0038F0C          ATOM1 Shared Service Request 3
SRC_GTMATOM20   0xF0038F10          ATOM2 Shared Service Request 0
SRC_GTMATOM21   0xF0038F14          ATOM2 Shared Service Request 1
SRC_GTMATOM22   0xF0038F18          ATOM2 Shared Service Request 2
SRC_GTMATOM23   0xF0038F1C          ATOM2 Shared Service Request 3
SRC_GTMATOM30   0xF0038F20          ATOM3 Shared Service Request 0
SRC_GTMATOM31   0xF0038F24          ATOM3 Shared Service Request 1
SRC_GTMATOM32   0xF0038F28          ATOM3 Shared Service Request 2
SRC_GTMATOM33   0xF0038F2C          ATOM3 Shared Service Request 3
SRC_GTMATOM40   0xF0038F30          ATOM4 Shared Service Request 0
SRC_GTMATOM41   0xF0038F34          ATOM4 Shared Service Request 1
SRC_GTMATOM42   0xF0038F38          ATOM4 Shared Service Request 2
SRC_GTMATOM43   0xF0038F3C          ATOM4 Shared Service Request 3
SRC_GTMATOM50   0xF0038F40          ATOM5 Shared Service Request 0
SRC_GTMATOM51   0xF0038F44          ATOM5 Shared Service Request 1
SRC_GTMATOM52   0xF0038F48          ATOM5 Shared Service Request 2
SRC_GTMATOM53   0xF0038F4C          ATOM5 Shared Service Request 3
SRC_GTMATOM60   0xF0038F50          ATOM6 Shared Service Request 0
SRC_GTMATOM61   0xF0038F54          ATOM6 Shared Service Request 1
SRC_GTMATOM62   0xF0038F58          ATOM6 Shared Service Request 2
SRC_GTMATOM63   0xF0038F5C          ATOM6 Shared Service Request 3
SRC_GTMATOM70   0xF0038F60          ATOM7 Shared Service Request 0
SRC_GTMATOM71   0xF0038F64          ATOM7 Shared Service Request 1
SRC_GTMATOM72   0xF0038F68          ATOM7 Shared Service Request 2
SRC_GTMATOM73   0xF0038F6C          ATOM7 Shared Service Request 3
SRC_GTMATOM80   0xF0038F70          ATOM8 Shared Service Request 0
SRC_GTMATOM81   0xF0038F74          ATOM8 Shared Service Request 1
SRC_GTMATOM82   0xF0038F78          ATOM8 Shared Service Request 2
SRC_GTMATOM83   0xF0038F7C          ATOM8 Shared Service Request 3
SRC_GTMATOM90   0xF0038F80          ATOM9 Shared Service Request 0
SRC_GTMATOM91   0xF0038F84          ATOM9 Shared Service Request 1
SRC_GTMATOM92   0xF0038F88          ATOM9 Shared Service Request 2
SRC_GTMATOM93   0xF0038F8C          ATOM9 Shared Service Request 3
SRC_GTMATOM100  0xF0038F90          ATOM10 Shared Service Request 0
SRC_GTMATOM101  0xF0038F94          ATOM10 Shared Service Request 1
SRC_GTMATOM102  0xF0038F98          ATOM10 Shared Service Request 2
SRC_GTMATOM103  0xF0038F9C          ATOM10 Shared Service Request 3
SRC_GTMATOM110  0xF0038FA0          ATOM11 Shared Service Request 0
SRC_GTMATOM111  0xF0038FA4          ATOM11 Shared Service Request 1
SRC_GTMATOM112  0xF0038FA8          ATOM11 Shared Service Request 2
SRC_GTMATOM113  0xF0038FAC          ATOM11 Shared Service Request 3
SRC_GTMMCSW0    0xF0038FD0          GTM Multi Channel Sequencer Service Request 0
SRC_GTMMCSW1    0xF0038FD4          GTM Multi Channel Sequencer Service Request 1
SRC_GTMMCSW2    0xF0038FD8          GTM Multi Channel Sequencer Service Request 2
SRC_GTMMCSW3    0xF0038FDC          GTM Multi Channel Sequencer Service Request 3
SRC_GTMMCSW4    0xF0038FE0          GTM Multi Channel Sequencer Service Request 4
SRC_GTMMCSW5    0xF0038FE4          GTM Multi Channel Sequencer Service Request 5
SRC_GTMMCSW6    0xF0038FE8          GTM Multi Channel Sequencer Service Request 6
SRC_GTMMCSW7    0xF0038FEC          GTM Multi Channel Sequencer Service Request 7
SRC_GTMMCSW8    0xF0038FF0          GTM Multi Channel Sequencer Service Request 8
SRC_GTMMCSW9    0xF0038FF4          GTM Multi Channel Sequencer Service Request 9
P00_OUT         0xF003A000          Port 00 Output Register
P00_OMR         0xF003A004          Port 00 Output Modification Register
P00_ID          0xF003A008          Port 00 Identification Register
P00_IOCR0       0xF003A010          Port 00 Input/Output Control Register 0
P00_IOCR4       0xF003A014          Port 00 Input/Output Control Register 4
P00_IOCR8       0xF003A018          Port 00 Input/Output Control Register 8
P00_IOCR12      0xF003A01C          Port 00 Input/Output Control Register 12
P00_IN          0xF003A024          Port 00 Input Register
P00_PDR0        0xF003A040          Port 00 Pad Driver Mode Register 0
P00_PDR1        0xF003A044          Port 00 Pad Driver Mode Register 1
P00_ESR         0xF003A050          Port 00 Emergency Stop Register
P00_PDISC       0xF003A060          Port 00 Pin Function Decision Control Register
P00_PCSR        0xF003A064          Port 00 Pin Controller Select Register
P00_OMSR0       0xF003A070          Port 00 Output Modification Set Register 0
P00_OMSR4       0xF003A074          Port 00 Output Modification Set Register 4
P00_OMSR8       0xF003A078          Port 00 Output Modification Set Register 8
P00_OMSR12      0xF003A07C          Port 00 Output Modification Set Register 12
P00_OMCR0       0xF003A080          Port 00 Output Modification Clear Register 0
P00_OMCR4       0xF003A084          Port 00 Output Modification Clear Register 4
P00_OMCR8       0xF003A088          Port 00 Output Modification Clear Register 8
P00_OMCR12      0xF003A08C          Port 00 Output Modification Clear Register 12
P00_OMSR        0xF003A090          Port 00 Output Modification Set Register
P00_OMCR        0xF003A094          Port 00 Output Modification Clear Register
P00_ACCEN1      0xF003A0F8          Port 00 Access Enable Register 1
P00_ACCEN0      0xF003A0FC          Port 00 Access Enable Register 0
P01_OUT         0xF003A100          Port 01 Output Register
P01_OMR         0xF003A104          Port 01 Output Modification Register
P01_ID          0xF003A108          Port 01 Identification Register
P01_IOCR0       0xF003A110          Port 01 Input/Output Control Register 0
P01_IOCR4       0xF003A114          Port 01 Input/Output Control Register 4
P01_IOCR8       0xF003A118          Port 01 Input/Output Control Register 8
P01_IOCR12      0xF003A11C          Port 01 Input/Output Control Register 12
P01_IN          0xF003A124          Port 01 Input Register
P01_PDR0        0xF003A140          Port 01 Pad Driver Mode Register 0
P01_PDR1        0xF003A144          Port 01 Pad Driver Mode Register 1
P01_ESR         0xF003A150          Port 01 Emergency Stop Register
P01_PDISC       0xF003A160          Port 01 Pin Function Decision Control Register
P01_PCSR        0xF003A164          Port 01 Pin Controller Select Register
P01_OMSR0       0xF003A170          Port 01 Output Modification Set Register 0
P01_OMSR4       0xF003A174          Port 01 Output Modification Set Register 4
P01_OMSR8       0xF003A178          Port 01 Output Modification Set Register 8
P01_OMSR12      0xF003A17C          Port 01 Output Modification Set Register 12
P01_OMCR0       0xF003A180          Port 01 Output Modification Clear Register 0
P01_OMCR4       0xF003A184          Port 01 Output Modification Clear Register 4
P01_OMCR8       0xF003A188          Port 01 Output Modification Clear Register 8
P01_OMCR12      0xF003A18C          Port 01 Output Modification Clear Register 12
P01_OMSR        0xF003A190          Port 01 Output Modification Set Register
P01_OMCR        0xF003A194          Port 01 Output Modification Clear Register
P01_ACCEN1      0xF003A1F8          Port 01 Access Enable Register 1
P01_ACCEN0      0xF003A1FC          Port 01 Access Enable Register 0
P02_OUT         0xF003A200          Port 02 Output Register
P02_OMR         0xF003A204          Port 02 Output Modification Register
P02_ID          0xF003A208          Port 02 Identification Register
P02_IOCR0       0xF003A210          Port 02 Input/Output Control Register 0
P02_IOCR4       0xF003A214          Port 02 Input/Output Control Register 4
P02_IOCR8       0xF003A218          Port 02 Input/Output Control Register 8
P02_IOCR12      0xF003A21C          Port 02 Input/Output Control Register 12
P02_IN          0xF003A224          Port 02 Input Register
P02_PDR0        0xF003A240          Port 02 Pad Driver Mode Register 0
P02_PDR1        0xF003A244          Port 02 Pad Driver Mode Register 1
P02_ESR         0xF003A250          Port 02 Emergency Stop Register
P02_PDISC       0xF003A260          Port 02 Pin Function Decision Control Register
P02_PCSR        0xF003A264          Port 02 Pin Controller Select Register
P02_OMSR0       0xF003A270          Port 02 Output Modification Set Register 0
P02_OMSR4       0xF003A274          Port 02 Output Modification Set Register 4
P02_OMSR8       0xF003A278          Port 02 Output Modification Set Register 8
P02_OMSR12      0xF003A27C          Port 02 Output Modification Set Register 12
P02_OMCR0       0xF003A280          Port 02 Output Modification Clear Register 0
P02_OMCR4       0xF003A284          Port 02 Output Modification Clear Register 4
P02_OMCR8       0xF003A288          Port 02 Output Modification Clear Register 8
P02_OMCR12      0xF003A28C          Port 02 Output Modification Clear Register 12
P02_OMSR        0xF003A290          Port 02 Output Modification Set Register
P02_OMCR        0xF003A294          Port 02 Output Modification Clear Register
P02_ACCEN1      0xF003A2F8          Port 02 Access Enable Register 1
P02_ACCEN0      0xF003A2FC          Port 02 Access Enable Register 0
P10_OUT         0xF003AA00          Port 10 Output Register
P10_OMR         0xF003AA04          Port 10 Output Modification Register
P10_ID          0xF003AA08          Port 10 Identification Register
P10_IOCR0       0xF003AA10          Port 10 Input/Output Control Register 0
P10_IOCR4       0xF003AA14          Port 10 Input/Output Control Register 4
P10_IOCR8       0xF003AA18          Port 10 Input/Output Control Register 8
P10_IOCR12      0xF003AA1C          Port 10 Input/Output Control Register 12
P10_IN          0xF003AA24          Port 10 Input Register
P10_PDR0        0xF003AA40          Port 10 Pad Driver Mode Register 0
P10_PDR1        0xF003AA44          Port 10 Pad Driver Mode Register 1
P10_ESR         0xF003AA50          Port 10 Emergency Stop Register
P10_PDISC       0xF003AA60          Port 10 Pin Function Decision Control Register
P10_PCSR        0xF003AA64          Port 10 Pin Controller Select Register
P10_OMSR0       0xF003AA70          Port 10 Output Modification Set Register 0
P10_OMSR4       0xF003AA74          Port 10 Output Modification Set Register 4
P10_OMSR8       0xF003AA78          Port 10 Output Modification Set Register 8
P10_OMSR12      0xF003AA7C          Port 10 Output Modification Set Register 12
P10_OMCR0       0xF003AA80          Port 10 Output Modification Clear Register 0
P10_OMCR4       0xF003AA84          Port 10 Output Modification Clear Register 4
P10_OMCR8       0xF003AA88          Port 10 Output Modification Clear Register 8
P10_OMCR12      0xF003AA8C          Port 10 Output Modification Clear Register 12
P10_OMSR        0xF003AA90          Port 10 Output Modification Set Register
P10_OMCR        0xF003AA94          Port 10 Output Modification Clear Register
P10_ACCEN1      0xF003AAF8          Port 10 Access Enable Register 1
P10_ACCEN0      0xF003AAFC          Port 10 Access Enable Register 0
P11_OUT         0xF003AB00          Port 11 Output Register
P11_OMR         0xF003AB04          Port 11 Output Modification Register
P11_ID          0xF003AB08          Port 11 Identification Register
P11_IOCR0       0xF003AB10          Port 11 Input/Output Control Register 0
P11_IOCR4       0xF003AB14          Port 11 Input/Output Control Register 4
P11_IOCR8       0xF003AB18          Port 11 Input/Output Control Register 8
P11_IOCR12      0xF003AB1C          Port 11 Input/Output Control Register 12
P11_IN          0xF003AB24          Port 11 Input Register
P11_PDR0        0xF003AB40          Port 11 Pad Driver Mode Register 0
P11_PDR1        0xF003AB44          Port 11 Pad Driver Mode Register 1
P11_ESR         0xF003AB50          Port 11 Emergency Stop Register
P11_PDISC       0xF003AB60          Port 11 Pin Function Decision Control Register
P11_PCSR        0xF003AB64          Port 11 Pin Controller Select Register
P11_OMSR0       0xF003AB70          Port 11 Output Modification Set Register 0
P11_OMSR4       0xF003AB74          Port 11 Output Modification Set Register 4
P11_OMSR8       0xF003AB78          Port 11 Output Modification Set Register 8
P11_OMSR12      0xF003AB7C          Port 11 Output Modification Set Register 12
P11_OMCR0       0xF003AB80          Port 11 Output Modification Clear Register 0
P11_OMCR4       0xF003AB84          Port 11 Output Modification Clear Register 4
P11_OMCR8       0xF003AB88          Port 11 Output Modification Clear Register 8
P11_OMCR12      0xF003AB8C          Port 11 Output Modification Clear Register 12
P11_OMSR        0xF003AB90          Port 11 Output Modification Set Register
P11_OMCR        0xF003AB94          Port 11 Output Modification Clear Register
P11_ACCEN1      0xF003ABF8          Port 11 Access Enable Register 1
P11_ACCEN0      0xF003ABFC          Port 11 Access Enable Register 0
P12_OUT         0xF003AC00          Port 12 Output Register
P12_OMR         0xF003AC04          Port 12 Output Modification Register
P12_ID          0xF003AC08          Port 12 Identification Register
P12_IOCR0       0xF003AC10          Port 12 Input/Output Control Register 0
P12_IN          0xF003AC24          Port 12 Input Register
P12_PDR0        0xF003AC40          Port 12 Pad Driver Mode Register 0
P12_ESR         0xF003AC50          Port 12 Emergency Stop Register
P12_PDISC       0xF003AC60          Port 12 Pin Function Decision Control Register
P12_PCSR        0xF003AC64          Port 12 Pin Controller Select Register
P12_OMSR0       0xF003AC70          Port 12 Output Modification Set Register 0
P12_OMCR0       0xF003AC80          Port 12 Output Modification Clear Register 0
P12_OMSR        0xF003AC90          Port 12 Output Modification Set Register
P12_OMCR        0xF003AC94          Port 12 Output Modification Clear Register
P12_ACCEN1      0xF003ACF8          Port 12 Access Enable Register 1
P12_ACCEN0      0xF003ACFC          Port 12 Access Enable Register 0
P13_OUT         0xF003AD00          Port 13 Output Register
P13_OMR         0xF003AD04          Port 13 Output Modification Register
P13_ID          0xF003AD08          Port 13 Identification Register
P13_IOCR0       0xF003AD10          Port 13 Input/Output Control Register 0
P13_IOCR4       0xF003AD14          Port 13 Input/Output Control Register 4
P13_IOCR8       0xF003AD18          Port 13 Input/Output Control Register 8
P13_IOCR12      0xF003AD1C          Port 13 Input/Output Control Register 12
P13_IN          0xF003AD24          Port 13 Input Register
P13_PDR0        0xF003AD40          Port 13 Pad Driver Mode Register 0
P13_PDR1        0xF003AD44          Port 13 Pad Driver Mode Register 1
P13_ESR         0xF003AD50          Port 13 Emergency Stop Register
P13_PDISC       0xF003AD60          Port 13 Pin Function Decision Control Register
P13_PCSR        0xF003AD64          Port 13 Pin Controller Select Register
P13_OMSR0       0xF003AD70          Port 13 Output Modification Set Register 0
P13_OMSR4       0xF003AD74          Port 13 Output Modification Set Register 4
P13_OMSR8       0xF003AD78          Port 13 Output Modification Set Register 8
P13_OMSR12      0xF003AD7C          Port 13 Output Modification Set Register 12
P13_OMCR0       0xF003AD80          Port 13 Output Modification Clear Register 0
P13_OMCR4       0xF003AD84          Port 13 Output Modification Clear Register 4
P13_OMCR8       0xF003AD88          Port 13 Output Modification Clear Register 8
P13_OMCR12      0xF003AD8C          Port 13 Output Modification Clear Register 12
P13_OMSR        0xF003AD90          Port 13 Output Modification Set Register
P13_OMCR        0xF003AD94          Port 13 Output Modification Clear Register
P13_LPCR0       0xF003ADA0          Port 13 LVDS Pad Control Register 0
P13_LPCR1       0xF003ADA4          Port 13 LVDS Pad Control Register 1
P13_LPCR2       0xF003ADA8          Port 13 LVDS Pad Control Register 2
P13_LPCR3       0xF003ADAC          Port 13 LVDS Pad Control Register 3
P13_ACCEN1      0xF003ADF8          Port 13 Access Enable Register 1
P13_ACCEN0      0xF003ADFC          Port 13 Access Enable Register 0
P14_OUT         0xF003AE00          Port 14 Output Register
P14_OMR         0xF003AE04          Port 14 Output Modification Register
P14_ID          0xF003AE08          Port 14 Identification Register
P14_IOCR0       0xF003AE10          Port 14 Input/Output Control Register 0
P14_IOCR4       0xF003AE14          Port 14 Input/Output Control Register 4
P14_IOCR8       0xF003AE18          Port 14 Input/Output Control Register 8
P14_IOCR12      0xF003AE1C          Port 14 Input/Output Control Register 12
P14_IN          0xF003AE24          Port 14 Input Register
P14_PDR0        0xF003AE40          Port 14 Pad Driver Mode Register 0
P14_PDR1        0xF003AE44          Port 14 Pad Driver Mode Register 1
P14_ESR         0xF003AE50          Port 14 Emergency Stop Register
P14_PDISC       0xF003AE60          Port 14 Pin Function Decision Control Register
P14_PCSR        0xF003AE64          Port 14 Pin Controller Select Register
P14_OMSR0       0xF003AE70          Port 14 Output Modification Set Register 0
P14_OMSR4       0xF003AE74          Port 14 Output Modification Set Register 4
P14_OMSR8       0xF003AE78          Port 14 Output Modification Set Register 8
P14_OMSR12      0xF003AE7C          Port 14 Output Modification Set Register 12
P14_OMCR0       0xF003AE80          Port 14 Output Modification Clear Register 0
P14_OMCR4       0xF003AE84          Port 14 Output Modification Clear Register 4
P14_OMCR8       0xF003AE88          Port 14 Output Modification Clear Register 8
P14_OMCR12      0xF003AE8C          Port 14 Output Modification Clear Register 12
P14_OMSR        0xF003AE90          Port 14 Output Modification Set Register
P14_OMCR        0xF003AE94          Port 14 Output Modification Clear Register
P14_LPCR5       0xF003AEB4          Port 14 LVDS Pad Control Register 5
P14_ACCEN1      0xF003AEF8          Port 14 Access Enable Register 1
P14_ACCEN0      0xF003AEFC          Port 14 Access Enable Register 0
P15_OUT         0xF003AF00          Port 15 Output Register
P15_OMR         0xF003AF04          Port 15 Output Modification Register
P15_ID          0xF003AF08          Port 15 Identification Register
P15_IOCR0       0xF003AF10          Port 15 Input/Output Control Register 0
P15_IOCR4       0xF003AF14          Port 15 Input/Output Control Register 4
P15_IOCR8       0xF003AF18          Port 15 Input/Output Control Register 8
P15_IOCR12      0xF003AF1C          Port 15 Input/Output Control Register 12
P15_IN          0xF003AF24          Port 15 Input Register
P15_PDR0        0xF003AF40          Port 15 Pad Driver Mode Register 0
P15_PDR1        0xF003AF44          Port 15 Pad Driver Mode Register 1
P15_ESR         0xF003AF50          Port 15 Emergency Stop Register
P15_PDISC       0xF003AF60          Port 15 Pin Function Decision Control Register
P15_PCSR        0xF003AF64          Port 15 Pin Controller Select Register
P15_OMSR0       0xF003AF70          Port 15 Output Modification Set Register 0
P15_OMSR4       0xF003AF74          Port 15 Output Modification Set Register 4
P15_OMSR8       0xF003AF78          Port 15 Output Modification Set Register 8
P15_OMSR12      0xF003AF7C          Port 15 Output Modification Set Register 12
P15_OMCR0       0xF003AF80          Port 15 Output Modification Clear Register 0
P15_OMCR4       0xF003AF84          Port 15 Output Modification Clear Register 4
P15_OMCR8       0xF003AF88          Port 15 Output Modification Clear Register 8
P15_OMCR12      0xF003AF8C          Port 15 Output Modification Clear Register 12
P15_OMSR        0xF003AF90          Port 15 Output Modification Set Register
P15_OMCR        0xF003AF94          Port 15 Output Modification Clear Register
P15_LPCR5       0xF003AFB4          Port 15 LVDS Pad Control Register 5
P15_LPCR6       0xF003AFB8          Port 15 LVDS Pad Control Register 6
P15_ACCEN1      0xF003AFF8          Port 15 Access Enable Register 1
P15_ACCEN0      0xF003AFFC          Port 15 Access Enable Register 0
P20_OUT         0xF003B400          Port 20 Output Register
P20_OMR         0xF003B404          Port 20 Output Modification Register
P20_ID          0xF003B408          Port 20 Identification Register
P20_IOCR0       0xF003B410          Port 20 Input/Output Control Register 0
P20_IOCR4       0xF003B414          Port 20 Input/Output Control Register 4
P20_IOCR8       0xF003B418          Port 20 Input/Output Control Register 8
P20_IOCR12      0xF003B41C          Port 20 Input/Output Control Register 12
P20_IN          0xF003B424          Port 20 Input Register
P20_PDR0        0xF003B440          Port 20 Pad Driver Mode Register 0
P20_PDR1        0xF003B444          Port 20 Pad Driver Mode Register 1
P20_ESR         0xF003B450          Port 20 Emergency Stop Register
P20_PDISC       0xF003B460          Port 20 Pin Function Decision Control Register
P20_PCSR        0xF003B464          Port 20 Pin Controller Select Register
P20_OMSR0       0xF003B470          Port 20 Output Modification Set Register 0
P20_OMSR4       0xF003B474          Port 20 Output Modification Set Register 4
P20_OMSR8       0xF003B478          Port 20 Output Modification Set Register 8
P20_OMSR12      0xF003B47C          Port 20 Output Modification Set Register 12
P20_OMCR0       0xF003B480          Port 20 Output Modification Clear Register 0
P20_OMCR4       0xF003B484          Port 20 Output Modification Clear Register 4
P20_OMCR8       0xF003B488          Port 20 Output Modification Clear Register 8
P20_OMCR12      0xF003B48C          Port 20 Output Modification Clear Register 12
P20_OMSR        0xF003B490          Port 20 Output Modification Set Register
P20_OMCR        0xF003B494          Port 20 Output Modification Clear Register
P20_ACCEN1      0xF003B4F8          Port 20 Access Enable Register 1
P20_ACCEN0      0xF003B4FC          Port 20 Access Enable Register 0
P21_OUT         0xF003B500          Port 21 Output Register
P21_OMR         0xF003B504          Port 21 Output Modification Register
P21_ID          0xF003B508          Port 21 Identification Register
P21_IOCR0       0xF003B510          Port 21 Input/Output Control Register 0
P21_IOCR4       0xF003B514          Port 21 Input/Output Control Register 4
P21_IN          0xF003B524          Port 21 Input Register
P21_PDR0        0xF003B540          Port 21 Pad Driver Mode Register 0
P21_ESR         0xF003B550          Port 21 Emergency Stop Register
P21_PDISC       0xF003B560          Port 21 Pin Function Decision Control Register
P21_PCSR        0xF003B564          Port 21 Pin Controller Select Register
P21_OMSR0       0xF003B570          Port 21 Output Modification Set Register 0
P21_OMSR4       0xF003B574          Port 21 Output Modification Set Register 4
P21_OMCR0       0xF003B580          Port 21 Output Modification Clear Register 0
P21_OMCR4       0xF003B584          Port 21 Output Modification Clear Register 4
P21_OMSR        0xF003B590          Port 21 Output Modification Set Register
P21_OMCR        0xF003B594          Port 21 Output Modification Clear Register
P21_LPCR0       0xF003B5A0          Port 21 LVDS Pad Control Register 0
P21_LPCR1       0xF003B5A4          Port 21 LVDS Pad Control Register 1
P21_LPCR2       0xF003B5A8          Port 21 LVDS Pad Control Register 2
P21_ACCEN1      0xF003B5F8          Port 21 Access Enable Register 1
P21_ACCEN0      0xF003B5FC          Port 21 Access Enable Register 0
P22_OUT         0xF003B600          Port 22 Output Register
P22_OMR         0xF003B604          Port 22 Output Modification Register
P22_ID          0xF003B608          Port 22 Identification Register
P22_IOCR0       0xF003B610          Port 22 Input/Output Control Register 0
P22_IOCR4       0xF003B614          Port 22 Input/Output Control Register 4
P22_IOCR8       0xF003B618          Port 22 Input/Output Control Register 8
P22_IN          0xF003B624          Port 22 Input Register
P22_PDR0        0xF003B640          Port 22 Pad Driver Mode Register 0
P22_PDR1        0xF003B644          Port 22 Pad Driver Mode Register 1
P22_ESR         0xF003B650          Port 22 Emergency Stop Register
P22_PDISC       0xF003B660          Port 22 Pin Function Decision Control Register
P22_PCSR        0xF003B664          Port 22 Pin Controller Select Register
P22_OMSR0       0xF003B670          Port 22 Output Modification Set Register 0
P22_OMSR4       0xF003B674          Port 22 Output Modification Set Register 4
P22_OMSR8       0xF003B678          Port 22 Output Modification Set Register 8
P22_OMCR0       0xF003B680          Port 22 Output Modification Clear Register 0
P22_OMCR4       0xF003B684          Port 22 Output Modification Clear Register 4
P22_OMCR8       0xF003B688          Port 22 Output Modification Clear Register 8
P22_OMSR        0xF003B690          Port 22 Output Modification Set Register
P22_OMCR        0xF003B694          Port 22 Output Modification Clear Register
P22_LPCR0       0xF003B6A0          Port 22 LVDS Pad Control Register 0
P22_LPCR1       0xF003B6A4          Port 22 LVDS Pad Control Register 1
P22_ACCEN1      0xF003B6F8          Port 22 Access Enable Register 1
P22_ACCEN0      0xF003B6FC          Port 22 Access Enable Register 0
P23_OUT         0xF003B700          Port 23 Output Register
P23_OMR         0xF003B704          Port 23 Output Modification Register
P23_ID          0xF003B708          Port 23 Identification Register
P23_IOCR0       0xF003B710          Port 23 Input/Output Control Register 0
P23_IOCR4       0xF003B714          Port 23 Input/Output Control Register 4
P23_IN          0xF003B724          Port 23 Input Register
P23_PDR0        0xF003B740          Port 23 Pad Driver Mode Register 0
P23_ESR         0xF003B750          Port 23 Emergency Stop Register
P23_PDISC       0xF003B760          Port 23 Pin Function Decision Control Register
P23_PCSR        0xF003B764          Port 23 Pin Controller Select Register
P23_OMSR0       0xF003B770          Port 23 Output Modification Set Register 0
P23_OMSR4       0xF003B774          Port 23 Output Modification Set Register 4
P23_OMCR0       0xF003B780          Port 23 Output Modification Clear Register 0
P23_OMCR4       0xF003B784          Port 23 Output Modification Clear Register 4
P23_OMSR        0xF003B790          Port 23 Output Modification Set Register
P23_OMCR        0xF003B794          Port 23 Output Modification Clear Register
P23_ACCEN1      0xF003B7F8          Port 23 Access Enable Register 1
P23_ACCEN0      0xF003B7FC          Port 23 Access Enable Register 0
P24_OUT         0xF003B800          Port 24 Output Register
P24_OMR         0xF003B804          Port 24 Output Modification Register
P24_ID          0xF003B808          Port 24 Identification Register
P24_IOCR0       0xF003B810          Port 24 Input/Output Control Register 0
P24_IOCR4       0xF003B814          Port 24 Input/Output Control Register 4
P24_IOCR8       0xF003B818          Port 24 Input/Output Control Register 8
P24_IOCR12      0xF003B81C          Port 24 Input/Output Control Register 12
P24_IN          0xF003B824          Port 24 Input Register
P24_PDR0        0xF003B840          Port 24 Pad Driver Mode Register 0
P24_PDR1        0xF003B844          Port 24 Pad Driver Mode Register 1
P24_ESR         0xF003B850          Port 24 Emergency Stop Register
P24_PDISC       0xF003B860          Port 24 Pin Function Decision Control Register
P24_PCSR        0xF003B864          Port 24 Pin Controller Select Register
P24_OMSR0       0xF003B870          Port 24 Output Modification Set Register 0
P24_OMSR4       0xF003B874          Port 24 Output Modification Set Register 4
P24_OMSR8       0xF003B878          Port 24 Output Modification Set Register 8
P24_OMSR12      0xF003B87C          Port 24 Output Modification Set Register 12
P24_OMCR0       0xF003B880          Port 24 Output Modification Clear Register 0
P24_OMCR4       0xF003B884          Port 24 Output Modification Clear Register 4
P24_OMCR8       0xF003B888          Port 24 Output Modification Clear Register 8
P24_OMCR12      0xF003B88C          Port 24 Output Modification Clear Register 12
P24_OMSR        0xF003B890          Port 24 Output Modification Set Register
P24_OMCR        0xF003B894          Port 24 Output Modification Clear Register
P24_ACCEN1      0xF003B8F8          Port 24 Access Enable Register 1
P24_ACCEN0      0xF003B8FC          Port 24 Access Enable Register 0
P25_OUT         0xF003B900          Port 25 Output Register
P25_OMR         0xF003B904          Port 25 Output Modification Register
P25_ID          0xF003B908          Port 25 Identification Register
P25_IOCR0       0xF003B910          Port 25 Input/Output Control Register 0
P25_IOCR4       0xF003B914          Port 25 Input/Output Control Register 4
P25_IOCR8       0xF003B918          Port 25 Input/Output Control Register 8
P25_IOCR12      0xF003B91C          Port 25 Input/Output Control Register 12
P25_IN          0xF003B924          Port 25 Input Register
P25_PDR0        0xF003B940          Port 25 Pad Driver Mode Register 0
P25_PDR1        0xF003B944          Port 25 Pad Driver Mode Register 1
P25_ESR         0xF003B950          Port 25 Emergency Stop Register
P25_PDISC       0xF003B960          Port 25 Pin Function Decision Control Register
P25_PCSR        0xF003B964          Port 25 Pin Controller Select Register
P25_OMSR0       0xF003B970          Port 25 Output Modification Set Register 0
P25_OMSR4       0xF003B974          Port 25 Output Modification Set Register 4
P25_OMSR8       0xF003B978          Port 25 Output Modification Set Register 8
P25_OMSR12      0xF003B97C          Port 25 Output Modification Set Register 12
P25_OMCR0       0xF003B980          Port 25 Output Modification Clear Register 0
P25_OMCR4       0xF003B984          Port 25 Output Modification Clear Register 4
P25_OMCR8       0xF003B988          Port 25 Output Modification Clear Register 8
P25_OMCR12      0xF003B98C          Port 25 Output Modification Clear Register 12
P25_OMSR        0xF003B990          Port 25 Output Modification Set Register
P25_OMCR        0xF003B994          Port 25 Output Modification Clear Register
P25_ACCEN1      0xF003B9F8          Port 25 Access Enable Register 1
P25_ACCEN0      0xF003B9FC          Port 25 Access Enable Register 0
P26_OUT         0xF003BA00          Port 26 Output Register
P26_OMR         0xF003BA04          Port 26 Output Modification Register
P26_ID          0xF003BA08          Port 26 Identification Register
P26_IOCR0       0xF003BA10          Port 26 Input/Output Control Register 0
P26_IN          0xF003BA24          Port 26 Input Register
P26_PDR0        0xF003BA40          Port 26 Pad Driver Mode Register 0
P26_ESR         0xF003BA50          Port 26 Emergency Stop Register
P26_PDISC       0xF003BA60          Port 26 Pin Function Decision Control Register
P26_PCSR        0xF003BA64          Port 26 Pin Controller Select Register
P26_OMSR0       0xF003BA70          Port 26 Output Modification Set Register 0
P26_OMCR0       0xF003BA80          Port 26 Output Modification Clear Register 0
P26_OMSR        0xF003BA90          Port 26 Output Modification Set Register
P26_OMCR        0xF003BA94          Port 26 Output Modification Clear Register
P26_ACCEN1      0xF003BAF8          Port 26 Access Enable Register 1
P26_ACCEN0      0xF003BAFC          Port 26 Access Enable Register 0
P30_OUT         0xF003BE00          Port 30 Output Register
P30_OMR         0xF003BE04          Port 30 Output Modification Register
P30_ID          0xF003BE08          Port 30 Identification Register
P30_IOCR0       0xF003BE10          Port 30 Input/Output Control Register 0
P30_IOCR4       0xF003BE14          Port 30 Input/Output Control Register 4
P30_IOCR8       0xF003BE18          Port 30 Input/Output Control Register 8
P30_IOCR12      0xF003BE1C          Port 30 Input/Output Control Register 12
P30_IN          0xF003BE24          Port 30 Input Register
P30_PDR0        0xF003BE40          Port 30 Pad Driver Mode Register 0
P30_PDR1        0xF003BE44          Port 30 Pad Driver Mode Register 1
P30_ESR         0xF003BE50          Port 30 Emergency Stop Register
P30_PDISC       0xF003BE60          Port 30 Pin Function Decision Control Register
P30_PCSR        0xF003BE64          Port 30 Pin Controller Select Register
P30_OMSR0       0xF003BE70          Port 30 Output Modification Set Register 0
P30_OMSR4       0xF003BE74          Port 30 Output Modification Set Register 4
P30_OMSR8       0xF003BE78          Port 30 Output Modification Set Register 8
P30_OMSR12      0xF003BE7C          Port 30 Output Modification Set Register 12
P30_OMCR0       0xF003BE80          Port 30 Output Modification Clear Register 0
P30_OMCR4       0xF003BE84          Port 30 Output Modification Clear Register 4
P30_OMCR8       0xF003BE88          Port 30 Output Modification Clear Register 8
P30_OMCR12      0xF003BE8C          Port 30 Output Modification Clear Register 12
P30_OMSR        0xF003BE90          Port 30 Output Modification Set Register
P30_OMCR        0xF003BE94          Port 30 Output Modification Clear Register
P30_ACCEN1      0xF003BEF8          Port 30 Access Enable Register 1
P30_ACCEN0      0xF003BEFC          Port 30 Access Enable Register 0
P31_OUT         0xF003BF00          Port 31 Output Register
P31_OMR         0xF003BF04          Port 31 Output Modification Register
P31_ID          0xF003BF08          Port 31 Identification Register
P31_IOCR0       0xF003BF10          Port 31 Input/Output Control Register 0
P31_IOCR4       0xF003BF14          Port 31 Input/Output Control Register 4
P31_IOCR8       0xF003BF18          Port 31 Input/Output Control Register 8
P31_IOCR12      0xF003BF1C          Port 31 Input/Output Control Register 12
P31_IN          0xF003BF24          Port 31 Input Register
P31_PDR0        0xF003BF40          Port 31 Pad Driver Mode Register 0
P31_PDR1        0xF003BF44          Port 31 Pad Driver Mode Register 1
P31_ESR         0xF003BF50          Port 31 Emergency Stop Register
P31_PDISC       0xF003BF60          Port 31 Pin Function Decision Control Register
P31_PCSR        0xF003BF64          Port 31 Pin Controller Select Register
P31_OMSR0       0xF003BF70          Port 31 Output Modification Set Register 0
P31_OMSR4       0xF003BF74          Port 31 Output Modification Set Register 4
P31_OMSR8       0xF003BF78          Port 31 Output Modification Set Register 8
P31_OMSR12      0xF003BF7C          Port 31 Output Modification Set Register 12
P31_OMCR0       0xF003BF80          Port 31 Output Modification Clear Register 0
P31_OMCR4       0xF003BF84          Port 31 Output Modification Clear Register 4
P31_OMCR8       0xF003BF88          Port 31 Output Modification Clear Register 8
P31_OMCR12      0xF003BF8C          Port 31 Output Modification Clear Register 12
P31_OMSR        0xF003BF90          Port 31 Output Modification Set Register
P31_OMCR        0xF003BF94          Port 31 Output Modification Clear Register
P31_ACCEN1      0xF003BFF8          Port 31 Access Enable Register 1
P31_ACCEN0      0xF003BFFC          Port 31 Access Enable Register 0
P32_OUT         0xF003C000          Port 32 Output Register
P32_OMR         0xF003C004          Port 32 Output Modification Register
P32_ID          0xF003C008          Port 32 Identification Register
P32_IOCR0       0xF003C010          Port 32 Input/Output Control Register 0
P32_IOCR4       0xF003C014          Port 32 Input/Output Control Register 4
P32_IN          0xF003C024          Port 32 Input Register
P32_PDR0        0xF003C040          Port 32 Pad Driver Mode Register 0
P32_ESR         0xF003C050          Port 32 Emergency Stop Register
P32_PDISC       0xF003C060          Port 32 Pin Function Decision Control Register
P32_PCSR        0xF003C064          Port 32 Pin Controller Select Register
P32_OMSR0       0xF003C070          Port 32 Output Modification Set Register 0
P32_OMSR4       0xF003C074          Port 32 Output Modification Set Register 4
P32_OMCR0       0xF003C080          Port 32 Output Modification Clear Register 0
P32_OMCR4       0xF003C084          Port 32 Output Modification Clear Register 4
P32_OMSR        0xF003C090          Port 32 Output Modification Set Register
P32_OMCR        0xF003C094          Port 32 Output Modification Clear Register
P32_ACCEN1      0xF003C0F8          Port 32 Access Enable Register 1
P32_ACCEN0      0xF003C0FC          Port 32 Access Enable Register 0
P33_OUT         0xF003C100          Port 33 Output Register
P33_OMR         0xF003C104          Port 33 Output Modification Register
P33_ID          0xF003C108          Port 33 Identification Register
P33_IOCR0       0xF003C110          Port 33 Input/Output Control Register 0
P33_IOCR4       0xF003C114          Port 33 Input/Output Control Register 4
P33_IOCR8       0xF003C118          Port 33 Input/Output Control Register 8
P33_IOCR12      0xF003C11C          Port 33 Input/Output Control Register 12
P33_IN          0xF003C124          Port 33 Input Register
P33_PDR0        0xF003C140          Port 33 Pad Driver Mode Register 0
P33_PDR1        0xF003C144          Port 33 Pad Driver Mode Register 1
P33_ESR         0xF003C150          Port 33 Emergency Stop Register
P33_PDISC       0xF003C160          Port 33 Pin Function Decision Control Register
P33_PCSR        0xF003C164          Port 33 Pin Controller Select Register
P33_OMSR0       0xF003C170          Port 33 Output Modification Set Register 0
P33_OMSR4       0xF003C174          Port 33 Output Modification Set Register 4
P33_OMSR8       0xF003C178          Port 33 Output Modification Set Register 8
P33_OMSR12      0xF003C17C          Port 33 Output Modification Set Register 12
P33_OMCR0       0xF003C180          Port 33 Output Modification Clear Register 0
P33_OMCR4       0xF003C184          Port 33 Output Modification Clear Register 4
P33_OMCR8       0xF003C188          Port 33 Output Modification Clear Register 8
P33_OMCR12      0xF003C18C          Port 33 Output Modification Clear Register 12
P33_OMSR        0xF003C190          Port 33 Output Modification Set Register
P33_OMCR        0xF003C194          Port 33 Output Modification Clear Register
P33_ACCEN1      0xF003C1F8          Port 33 Access Enable Register 1
P33_ACCEN0      0xF003C1FC          Port 33 Access Enable Register 0
P34_OUT         0xF003C200          Port 34 Output Register
P34_OMR         0xF003C204          Port 34 Output Modification Register
P34_ID          0xF003C208          Port 34 Identification Register
P34_IOCR0       0xF003C210          Port 34 Input/Output Control Register 0
P34_IOCR4       0xF003C214          Port 34 Input/Output Control Register 4
P34_IN          0xF003C224          Port 34 Input Register
P34_PDR0        0xF003C240          Port 34 Pad Driver Mode Register 0
P34_ESR         0xF003C250          Port 34 Emergency Stop Register
P34_PDISC       0xF003C260          Port 34 Pin Function Decision Control Register
P34_PCSR        0xF003C264          Port 34 Pin Controller Select Register
P34_OMSR0       0xF003C270          Port 34 Output Modification Set Register 0
P34_OMSR4       0xF003C274          Port 34 Output Modification Set Register 4
P34_OMCR0       0xF003C280          Port 34 Output Modification Clear Register 0
P34_OMCR4       0xF003C284          Port 34 Output Modification Clear Register 4
P34_OMSR        0xF003C290          Port 34 Output Modification Set Register
P34_OMCR        0xF003C294          Port 34 Output Modification Clear Register
P34_ACCEN1      0xF003C2F8          Port 34 Access Enable Register 1
P34_ACCEN0      0xF003C2FC          Port 34 Access Enable Register 0
P40_OUT         0xF003C800          Port 40 Output Register
P40_OMR         0xF003C804          Port 40 Output Modification Register
P40_ID          0xF003C808          Port 40 Identification Register
P40_IOCR0       0xF003C810          Port 40 Input/Output Control Register 0
P40_IOCR4       0xF003C814          Port 40 Input/Output Control Register 4
P40_IOCR8       0xF003C818          Port 40 Input/Output Control Register 8
P40_IOCR12      0xF003C81C          Port 40 Input/Output Control Register 12
P40_IN          0xF003C824          Port 40 Input Register
P40_PDR0        0xF003C840          Port 40 Pad Driver Mode Register 0
P40_PDR1        0xF003C844          Port 40 Pad Driver Mode Register 1
P40_ESR         0xF003C850          Port 40 Emergency Stop Register
P40_PDISC       0xF003C860          Port 40 Pin Function Decision Control Register
P40_PCSR        0xF003C864          Port 40 Pin Controller Select Register
P40_OMSR0       0xF003C870          Port 40 Output Modification Set Register 0
P40_OMSR4       0xF003C874          Port 40 Output Modification Set Register 4
P40_OMSR8       0xF003C878          Port 40 Output Modification Set Register 8
P40_OMSR12      0xF003C87C          Port 40 Output Modification Set Register 12
P40_OMCR0       0xF003C880          Port 40 Output Modification Clear Register 0
P40_OMCR4       0xF003C884          Port 40 Output Modification Clear Register 4
P40_OMCR8       0xF003C888          Port 40 Output Modification Clear Register 8
P40_OMCR12      0xF003C88C          Port 40 Output Modification Clear Register 12
P40_OMSR        0xF003C890          Port 40 Output Modification Set Register
P40_OMCR        0xF003C894          Port 40 Output Modification Clear Register
P40_ACCEN1      0xF003C8F8          Port 40 Access Enable Register 1
P40_ACCEN0      0xF003C8FC          Port 40 Access Enable Register 0
P41_OUT         0xF003C900          Port 41 Output Register
P41_OMR         0xF003C904          Port 41 Output Modification Register
P41_ID          0xF003C908          Port 41 Identification Register
P41_IOCR0       0xF003C910          Port 41 Input/Output Control Register 0
P41_IOCR4       0xF003C914          Port 41 Input/Output Control Register 4
P41_IOCR8       0xF003C918          Port 41 Input/Output Control Register 8
P41_IN          0xF003C924          Port 41 Input Register
P41_PDR0        0xF003C940          Port 41 Pad Driver Mode Register 0
P41_PDR1        0xF003C944          Port 41 Pad Driver Mode Register 1
P41_ESR         0xF003C950          Port 41 Emergency Stop Register
P41_PDISC       0xF003C960          Port 41 Pin Function Decision Control Register
P41_PCSR        0xF003C964          Port 41 Pin Controller Select Register
P41_OMSR0       0xF003C970          Port 41 Output Modification Set Register 0
P41_OMSR4       0xF003C974          Port 41 Output Modification Set Register 4
P41_OMSR8       0xF003C978          Port 41 Output Modification Set Register 8
P41_OMCR0       0xF003C980          Port 41 Output Modification Clear Register 0
P41_OMCR4       0xF003C984          Port 41 Output Modification Clear Register 4
P41_OMCR8       0xF003C988          Port 41 Output Modification Clear Register 8
P41_OMSR        0xF003C990          Port 41 Output Modification Set Register
P41_OMCR        0xF003C994          Port 41 Output Modification Clear Register
P41_ACCEN1      0xF003C9F8          Port 41 Access Enable Register 1
P41_ACCEN0      0xF003C9FC          Port 41 Access Enable Register 0
MTU_CLC         0xF0060000          Clock Control Register
MTU_ID          0xF0060008          Identification Register
MTU_MEMTEST0    0xF0060010          Memory MBIST Enable Register 0
MTU_MEMTEST1    0xF0060014          Memory MBIST Enable Register 1
MTU_MEMTEST2    0xF0060018          Memory MBIST Enable Register 2
MTU_MEMMAP      0xF006001C          Memory Mapping Enable Register
MTU_MEMSTAT0    0xF0060038          Memory Status Register 0
MTU_MEMSTAT1    0xF006003C          Memory Status Register 1
MTU_MEMSTAT2    0xF0060040          Memory Status Register 2
MTU_MEMDONE0    0xF0060050          Memory Test Done Status Register 0
MTU_MEMDONE1    0xF0060054          Memory Test Done Status Register 1
MTU_MEMDONE2    0xF0060058          Memory Test Done Status Register 2
MTU_MEMFDA0     0xF0060060          Memory Test FDA Status Register 0
MTU_MEMFDA1     0xF0060064          Memory Test FDA Status Register 1
MTU_MEMFDA2     0xF0060068          Memory Test FDA Status Register 2
MTU_ACCEN1      0xF00600F8          Access Enable Register 1
MTU_ACCEN0      0xF00600FC          Access Enable Register 0
MTU_MC0_CONFIG0 0xF0061000          MC 0 Configuration Register 0
MTU_MC0_CONFIG1 0xF0061002          MC 0 Configuration Register 1
MTU_MC0_MCONTROL 0xF0061004          MC 0 MBIST Control Register
MTU_MC0_MSTATUS 0xF0061006          MC 0 Status Register
MTU_MC0_RANGE   0xF0061008          MC 0 Range Register, single address mode
MTU_MC0_REVID   0xF006100C          MC 0 Revision ID Register
MTU_MC0_ECCS    0xF006100E          MC 0 ECC Safety Register
MTU_MC0_ECCD    0xF0061010          MC 0 Memory ECC Detection Register
MTU_MC0_ETRR0   0xF0061012          MC 0 Error Tracking Register 0
MTU_MC0_ETRR1   0xF0061014          MC 0 Error Tracking Register 1
MTU_MC0_ETRR2   0xF0061016          MC 0 Error Tracking Register 2
MTU_MC0_ETRR3   0xF0061018          MC 0 Error Tracking Register 3
MTU_MC0_ETRR4   0xF006101A          MC 0 Error Tracking Register 4
MTU_MC0_RDBFL0  0xF0061060          MC 0 Read Data and Bit Flip Register 0
MTU_MC0_RDBFL1  0xF0061062          MC 0 Read Data and Bit Flip Register 1
MTU_MC0_RDBFL2  0xF0061064          MC 0 Read Data and Bit Flip Register 2
MTU_MC0_RDBFL3  0xF0061066          MC 0 Read Data and Bit Flip Register 3
MTU_MC0_RDBFL4  0xF0061068          MC 0 Read Data and Bit Flip Register 4
MTU_MC0_RDBFL5  0xF006106A          MC 0 Read Data and Bit Flip Register 5
MTU_MC0_RDBFL6  0xF006106C          MC 0 Read Data and Bit Flip Register 6
MTU_MC0_RDBFL7  0xF006106E          MC 0 Read Data and Bit Flip Register 7
MTU_MC0_RDBFL8  0xF0061070          MC 0 Read Data and Bit Flip Register 8
MTU_MC0_RDBFL9  0xF0061072          MC 0 Read Data and Bit Flip Register 9
MTU_MC0_RDBFL10 0xF0061074          MC 0 Read Data and Bit Flip Register 10
MTU_MC0_RDBFL11 0xF0061076          MC 0 Read Data and Bit Flip Register 11
MTU_MC0_RDBFL12 0xF0061078          MC 0 Read Data and Bit Flip Register 12
MTU_MC0_RDBFL13 0xF006107A          MC 0 Read Data and Bit Flip Register 13
MTU_MC0_RDBFL14 0xF006107C          MC 0 Read Data and Bit Flip Register 14
MTU_MC0_RDBFL15 0xF006107E          MC 0 Read Data and Bit Flip Register 15
MTU_MC0_RDBFL16 0xF0061080          MC 0 Read Data and Bit Flip Register 16
MTU_MC0_RDBFL17 0xF0061082          MC 0 Read Data and Bit Flip Register 17
MTU_MC0_RDBFL18 0xF0061084          MC 0 Read Data and Bit Flip Register 18
MTU_MC0_RDBFL19 0xF0061086          MC 0 Read Data and Bit Flip Register 19
MTU_MC0_RDBFL20 0xF0061088          MC 0 Read Data and Bit Flip Register 20
MTU_MC0_RDBFL21 0xF006108A          MC 0 Read Data and Bit Flip Register 21
MTU_MC0_RDBFL22 0xF006108C          MC 0 Read Data and Bit Flip Register 22
MTU_MC0_RDBFL23 0xF006108E          MC 0 Read Data and Bit Flip Register 23
MTU_MC0_RDBFL24 0xF0061090          MC 0 Read Data and Bit Flip Register 24
MTU_MC0_RDBFL25 0xF0061092          MC 0 Read Data and Bit Flip Register 25
MTU_MC0_RDBFL26 0xF0061094          MC 0 Read Data and Bit Flip Register 26
MTU_MC0_RDBFL27 0xF0061096          MC 0 Read Data and Bit Flip Register 27
MTU_MC0_RDBFL28 0xF0061098          MC 0 Read Data and Bit Flip Register 28
MTU_MC0_RDBFL29 0xF006109A          MC 0 Read Data and Bit Flip Register 29
MTU_MC0_RDBFL30 0xF006109C          MC 0 Read Data and Bit Flip Register 30
MTU_MC0_RDBFL31 0xF006109E          MC 0 Read Data and Bit Flip Register 31
MTU_MC0_RDBFL32 0xF00610A0          MC 0 Read Data and Bit Flip Register 32
MTU_MC0_RDBFL33 0xF00610A2          MC 0 Read Data and Bit Flip Register 33
MTU_MC0_RDBFL34 0xF00610A4          MC 0 Read Data and Bit Flip Register 34
MTU_MC0_RDBFL35 0xF00610A6          MC 0 Read Data and Bit Flip Register 35
MTU_MC0_RDBFL36 0xF00610A8          MC 0 Read Data and Bit Flip Register 36
MTU_MC0_RDBFL37 0xF00610AA          MC 0 Read Data and Bit Flip Register 37
MTU_MC0_RDBFL38 0xF00610AC          MC 0 Read Data and Bit Flip Register 38
MTU_MC0_RDBFL39 0xF00610AE          MC 0 Read Data and Bit Flip Register 39
MTU_MC0_RDBFL40 0xF00610B0          MC 0 Read Data and Bit Flip Register 40
MTU_MC0_RDBFL41 0xF00610B2          MC 0 Read Data and Bit Flip Register 41
MTU_MC0_RDBFL42 0xF00610B4          MC 0 Read Data and Bit Flip Register 42
MTU_MC0_RDBFL43 0xF00610B6          MC 0 Read Data and Bit Flip Register 43
MTU_MC0_RDBFL44 0xF00610B8          MC 0 Read Data and Bit Flip Register 44
MTU_MC0_RDBFL45 0xF00610BA          MC 0 Read Data and Bit Flip Register 45
MTU_MC0_RDBFL46 0xF00610BC          MC 0 Read Data and Bit Flip Register 46
MTU_MC0_RDBFL47 0xF00610BE          MC 0 Read Data and Bit Flip Register 47
MTU_MC0_RDBFL48 0xF00610C0          MC 0 Read Data and Bit Flip Register 48
MTU_MC0_RDBFL49 0xF00610C2          MC 0 Read Data and Bit Flip Register 49
MTU_MC0_RDBFL50 0xF00610C4          MC 0 Read Data and Bit Flip Register 50
MTU_MC0_RDBFL51 0xF00610C6          MC 0 Read Data and Bit Flip Register 51
MTU_MC0_RDBFL52 0xF00610C8          MC 0 Read Data and Bit Flip Register 52
MTU_MC0_RDBFL53 0xF00610CA          MC 0 Read Data and Bit Flip Register 53
MTU_MC0_RDBFL54 0xF00610CC          MC 0 Read Data and Bit Flip Register 54
MTU_MC0_RDBFL55 0xF00610CE          MC 0 Read Data and Bit Flip Register 55
MTU_MC0_RDBFL56 0xF00610D0          MC 0 Read Data and Bit Flip Register 56
MTU_MC0_RDBFL57 0xF00610D2          MC 0 Read Data and Bit Flip Register 57
MTU_MC0_RDBFL58 0xF00610D4          MC 0 Read Data and Bit Flip Register 58
MTU_MC0_RDBFL59 0xF00610D6          MC 0 Read Data and Bit Flip Register 59
MTU_MC0_RDBFL60 0xF00610D8          MC 0 Read Data and Bit Flip Register 60
MTU_MC0_RDBFL61 0xF00610DA          MC 0 Read Data and Bit Flip Register 61
MTU_MC0_RDBFL62 0xF00610DC          MC 0 Read Data and Bit Flip Register 62
MTU_MC0_RDBFL63 0xF00610DE          MC 0 Read Data and Bit Flip Register 63
MTU_MC0_RDBFL64 0xF00610E0          MC 0 Read Data and Bit Flip Register 64
MTU_MC0_RDBFL65 0xF00610E2          MC 0 Read Data and Bit Flip Register 65
MTU_MC0_RDBFL66 0xF00610E4          MC 0 Read Data and Bit Flip Register 66
MTU_MC0_ALMSRCS 0xF00610EE          MC 0 Alarm Sources Configuration Register
MTU_MC0_FAULTSTS 0xF00610F0          MC 0 SSH Safety Faults Status Register
MTU_MC0_ERRINFO0 0xF00610F2          MC 0 Error Information Register 0
MTU_MC0_ERRINFO1 0xF00610F4          MC 0 Error Information Register 1
MTU_MC0_ERRINFO2 0xF00610F6          MC 0 Error Information Register 2
MTU_MC0_ERRINFO3 0xF00610F8          MC 0 Error Information Register 3
MTU_MC0_ERRINFO4 0xF00610FA          MC 0 Error Information Register 4
MTU_MC1_CONFIG0 0xF0061100          MC 1 Configuration Register 0
MTU_MC1_CONFIG1 0xF0061102          MC 1 Configuration Register 1
MTU_MC1_MCONTROL 0xF0061104          MC 1 MBIST Control Register
MTU_MC1_MSTATUS 0xF0061106          MC 1 Status Register
MTU_MC1_RANGE   0xF0061108          MC 1 Range Register, single address mode
MTU_MC1_REVID   0xF006110C          MC 1 Revision ID Register
MTU_MC1_ECCS    0xF006110E          MC 1 ECC Safety Register
MTU_MC1_ECCD    0xF0061110          MC 1 Memory ECC Detection Register
MTU_MC1_ETRR0   0xF0061112          MC 1 Error Tracking Register 0
MTU_MC1_ETRR1   0xF0061114          MC 1 Error Tracking Register 1
MTU_MC1_ETRR2   0xF0061116          MC 1 Error Tracking Register 2
MTU_MC1_ETRR3   0xF0061118          MC 1 Error Tracking Register 3
MTU_MC1_ETRR4   0xF006111A          MC 1 Error Tracking Register 4
MTU_MC1_RDBFL0  0xF0061160          MC 1 Read Data and Bit Flip Register 0
MTU_MC1_RDBFL1  0xF0061162          MC 1 Read Data and Bit Flip Register 1
MTU_MC1_RDBFL2  0xF0061164          MC 1 Read Data and Bit Flip Register 2
MTU_MC1_RDBFL3  0xF0061166          MC 1 Read Data and Bit Flip Register 3
MTU_MC1_RDBFL4  0xF0061168          MC 1 Read Data and Bit Flip Register 4
MTU_MC1_RDBFL5  0xF006116A          MC 1 Read Data and Bit Flip Register 5
MTU_MC1_RDBFL6  0xF006116C          MC 1 Read Data and Bit Flip Register 6
MTU_MC1_RDBFL7  0xF006116E          MC 1 Read Data and Bit Flip Register 7
MTU_MC1_RDBFL8  0xF0061170          MC 1 Read Data and Bit Flip Register 8
MTU_MC1_RDBFL9  0xF0061172          MC 1 Read Data and Bit Flip Register 9
MTU_MC1_RDBFL10 0xF0061174          MC 1 Read Data and Bit Flip Register 10
MTU_MC1_RDBFL11 0xF0061176          MC 1 Read Data and Bit Flip Register 11
MTU_MC1_RDBFL12 0xF0061178          MC 1 Read Data and Bit Flip Register 12
MTU_MC1_RDBFL13 0xF006117A          MC 1 Read Data and Bit Flip Register 13
MTU_MC1_RDBFL14 0xF006117C          MC 1 Read Data and Bit Flip Register 14
MTU_MC1_RDBFL15 0xF006117E          MC 1 Read Data and Bit Flip Register 15
MTU_MC1_RDBFL16 0xF0061180          MC 1 Read Data and Bit Flip Register 16
MTU_MC1_RDBFL17 0xF0061182          MC 1 Read Data and Bit Flip Register 17
MTU_MC1_RDBFL18 0xF0061184          MC 1 Read Data and Bit Flip Register 18
MTU_MC1_RDBFL19 0xF0061186          MC 1 Read Data and Bit Flip Register 19
MTU_MC1_RDBFL20 0xF0061188          MC 1 Read Data and Bit Flip Register 20
MTU_MC1_RDBFL21 0xF006118A          MC 1 Read Data and Bit Flip Register 21
MTU_MC1_RDBFL22 0xF006118C          MC 1 Read Data and Bit Flip Register 22
MTU_MC1_RDBFL23 0xF006118E          MC 1 Read Data and Bit Flip Register 23
MTU_MC1_RDBFL24 0xF0061190          MC 1 Read Data and Bit Flip Register 24
MTU_MC1_RDBFL25 0xF0061192          MC 1 Read Data and Bit Flip Register 25
MTU_MC1_RDBFL26 0xF0061194          MC 1 Read Data and Bit Flip Register 26
MTU_MC1_RDBFL27 0xF0061196          MC 1 Read Data and Bit Flip Register 27
MTU_MC1_RDBFL28 0xF0061198          MC 1 Read Data and Bit Flip Register 28
MTU_MC1_RDBFL29 0xF006119A          MC 1 Read Data and Bit Flip Register 29
MTU_MC1_RDBFL30 0xF006119C          MC 1 Read Data and Bit Flip Register 30
MTU_MC1_RDBFL31 0xF006119E          MC 1 Read Data and Bit Flip Register 31
MTU_MC1_RDBFL32 0xF00611A0          MC 1 Read Data and Bit Flip Register 32
MTU_MC1_RDBFL33 0xF00611A2          MC 1 Read Data and Bit Flip Register 33
MTU_MC1_RDBFL34 0xF00611A4          MC 1 Read Data and Bit Flip Register 34
MTU_MC1_RDBFL35 0xF00611A6          MC 1 Read Data and Bit Flip Register 35
MTU_MC1_RDBFL36 0xF00611A8          MC 1 Read Data and Bit Flip Register 36
MTU_MC1_RDBFL37 0xF00611AA          MC 1 Read Data and Bit Flip Register 37
MTU_MC1_RDBFL38 0xF00611AC          MC 1 Read Data and Bit Flip Register 38
MTU_MC1_RDBFL39 0xF00611AE          MC 1 Read Data and Bit Flip Register 39
MTU_MC1_RDBFL40 0xF00611B0          MC 1 Read Data and Bit Flip Register 40
MTU_MC1_RDBFL41 0xF00611B2          MC 1 Read Data and Bit Flip Register 41
MTU_MC1_RDBFL42 0xF00611B4          MC 1 Read Data and Bit Flip Register 42
MTU_MC1_RDBFL43 0xF00611B6          MC 1 Read Data and Bit Flip Register 43
MTU_MC1_RDBFL44 0xF00611B8          MC 1 Read Data and Bit Flip Register 44
MTU_MC1_RDBFL45 0xF00611BA          MC 1 Read Data and Bit Flip Register 45
MTU_MC1_RDBFL46 0xF00611BC          MC 1 Read Data and Bit Flip Register 46
MTU_MC1_RDBFL47 0xF00611BE          MC 1 Read Data and Bit Flip Register 47
MTU_MC1_RDBFL48 0xF00611C0          MC 1 Read Data and Bit Flip Register 48
MTU_MC1_RDBFL49 0xF00611C2          MC 1 Read Data and Bit Flip Register 49
MTU_MC1_RDBFL50 0xF00611C4          MC 1 Read Data and Bit Flip Register 50
MTU_MC1_RDBFL51 0xF00611C6          MC 1 Read Data and Bit Flip Register 51
MTU_MC1_RDBFL52 0xF00611C8          MC 1 Read Data and Bit Flip Register 52
MTU_MC1_RDBFL53 0xF00611CA          MC 1 Read Data and Bit Flip Register 53
MTU_MC1_RDBFL54 0xF00611CC          MC 1 Read Data and Bit Flip Register 54
MTU_MC1_RDBFL55 0xF00611CE          MC 1 Read Data and Bit Flip Register 55
MTU_MC1_RDBFL56 0xF00611D0          MC 1 Read Data and Bit Flip Register 56
MTU_MC1_RDBFL57 0xF00611D2          MC 1 Read Data and Bit Flip Register 57
MTU_MC1_RDBFL58 0xF00611D4          MC 1 Read Data and Bit Flip Register 58
MTU_MC1_RDBFL59 0xF00611D6          MC 1 Read Data and Bit Flip Register 59
MTU_MC1_RDBFL60 0xF00611D8          MC 1 Read Data and Bit Flip Register 60
MTU_MC1_RDBFL61 0xF00611DA          MC 1 Read Data and Bit Flip Register 61
MTU_MC1_RDBFL62 0xF00611DC          MC 1 Read Data and Bit Flip Register 62
MTU_MC1_RDBFL63 0xF00611DE          MC 1 Read Data and Bit Flip Register 63
MTU_MC1_RDBFL64 0xF00611E0          MC 1 Read Data and Bit Flip Register 64
MTU_MC1_RDBFL65 0xF00611E2          MC 1 Read Data and Bit Flip Register 65
MTU_MC1_RDBFL66 0xF00611E4          MC 1 Read Data and Bit Flip Register 66
MTU_MC1_ALMSRCS 0xF00611EE          MC 1 Alarm Sources Configuration Register
MTU_MC1_FAULTSTS 0xF00611F0          MC 1 SSH Safety Faults Status Register
MTU_MC1_ERRINFO0 0xF00611F2          MC 1 Error Information Register 0
MTU_MC1_ERRINFO1 0xF00611F4          MC 1 Error Information Register 1
MTU_MC1_ERRINFO2 0xF00611F6          MC 1 Error Information Register 2
MTU_MC1_ERRINFO3 0xF00611F8          MC 1 Error Information Register 3
MTU_MC1_ERRINFO4 0xF00611FA          MC 1 Error Information Register 4
MTU_MC2_CONFIG0 0xF0061200          MC 2 Configuration Register 0
MTU_MC2_CONFIG1 0xF0061202          MC 2 Configuration Register 1
MTU_MC2_MCONTROL 0xF0061204          MC 2 MBIST Control Register
MTU_MC2_MSTATUS 0xF0061206          MC 2 Status Register
MTU_MC2_RANGE   0xF0061208          MC 2 Range Register, single address mode
MTU_MC2_REVID   0xF006120C          MC 2 Revision ID Register
MTU_MC2_ECCS    0xF006120E          MC 2 ECC Safety Register
MTU_MC2_ECCD    0xF0061210          MC 2 Memory ECC Detection Register
MTU_MC2_ETRR0   0xF0061212          MC 2 Error Tracking Register 0
MTU_MC2_ETRR1   0xF0061214          MC 2 Error Tracking Register 1
MTU_MC2_ETRR2   0xF0061216          MC 2 Error Tracking Register 2
MTU_MC2_ETRR3   0xF0061218          MC 2 Error Tracking Register 3
MTU_MC2_ETRR4   0xF006121A          MC 2 Error Tracking Register 4
MTU_MC2_RDBFL0  0xF0061260          MC 2 Read Data and Bit Flip Register 0
MTU_MC2_RDBFL1  0xF0061262          MC 2 Read Data and Bit Flip Register 1
MTU_MC2_RDBFL2  0xF0061264          MC 2 Read Data and Bit Flip Register 2
MTU_MC2_RDBFL3  0xF0061266          MC 2 Read Data and Bit Flip Register 3
MTU_MC2_RDBFL4  0xF0061268          MC 2 Read Data and Bit Flip Register 4
MTU_MC2_RDBFL5  0xF006126A          MC 2 Read Data and Bit Flip Register 5
MTU_MC2_RDBFL6  0xF006126C          MC 2 Read Data and Bit Flip Register 6
MTU_MC2_RDBFL7  0xF006126E          MC 2 Read Data and Bit Flip Register 7
MTU_MC2_RDBFL8  0xF0061270          MC 2 Read Data and Bit Flip Register 8
MTU_MC2_RDBFL9  0xF0061272          MC 2 Read Data and Bit Flip Register 9
MTU_MC2_RDBFL10 0xF0061274          MC 2 Read Data and Bit Flip Register 10
MTU_MC2_RDBFL11 0xF0061276          MC 2 Read Data and Bit Flip Register 11
MTU_MC2_RDBFL12 0xF0061278          MC 2 Read Data and Bit Flip Register 12
MTU_MC2_RDBFL13 0xF006127A          MC 2 Read Data and Bit Flip Register 13
MTU_MC2_RDBFL14 0xF006127C          MC 2 Read Data and Bit Flip Register 14
MTU_MC2_RDBFL15 0xF006127E          MC 2 Read Data and Bit Flip Register 15
MTU_MC2_RDBFL16 0xF0061280          MC 2 Read Data and Bit Flip Register 16
MTU_MC2_RDBFL17 0xF0061282          MC 2 Read Data and Bit Flip Register 17
MTU_MC2_RDBFL18 0xF0061284          MC 2 Read Data and Bit Flip Register 18
MTU_MC2_RDBFL19 0xF0061286          MC 2 Read Data and Bit Flip Register 19
MTU_MC2_RDBFL20 0xF0061288          MC 2 Read Data and Bit Flip Register 20
MTU_MC2_RDBFL21 0xF006128A          MC 2 Read Data and Bit Flip Register 21
MTU_MC2_RDBFL22 0xF006128C          MC 2 Read Data and Bit Flip Register 22
MTU_MC2_RDBFL23 0xF006128E          MC 2 Read Data and Bit Flip Register 23
MTU_MC2_RDBFL24 0xF0061290          MC 2 Read Data and Bit Flip Register 24
MTU_MC2_RDBFL25 0xF0061292          MC 2 Read Data and Bit Flip Register 25
MTU_MC2_RDBFL26 0xF0061294          MC 2 Read Data and Bit Flip Register 26
MTU_MC2_RDBFL27 0xF0061296          MC 2 Read Data and Bit Flip Register 27
MTU_MC2_RDBFL28 0xF0061298          MC 2 Read Data and Bit Flip Register 28
MTU_MC2_RDBFL29 0xF006129A          MC 2 Read Data and Bit Flip Register 29
MTU_MC2_RDBFL30 0xF006129C          MC 2 Read Data and Bit Flip Register 30
MTU_MC2_RDBFL31 0xF006129E          MC 2 Read Data and Bit Flip Register 31
MTU_MC2_RDBFL32 0xF00612A0          MC 2 Read Data and Bit Flip Register 32
MTU_MC2_RDBFL33 0xF00612A2          MC 2 Read Data and Bit Flip Register 33
MTU_MC2_RDBFL34 0xF00612A4          MC 2 Read Data and Bit Flip Register 34
MTU_MC2_RDBFL35 0xF00612A6          MC 2 Read Data and Bit Flip Register 35
MTU_MC2_RDBFL36 0xF00612A8          MC 2 Read Data and Bit Flip Register 36
MTU_MC2_RDBFL37 0xF00612AA          MC 2 Read Data and Bit Flip Register 37
MTU_MC2_RDBFL38 0xF00612AC          MC 2 Read Data and Bit Flip Register 38
MTU_MC2_RDBFL39 0xF00612AE          MC 2 Read Data and Bit Flip Register 39
MTU_MC2_RDBFL40 0xF00612B0          MC 2 Read Data and Bit Flip Register 40
MTU_MC2_RDBFL41 0xF00612B2          MC 2 Read Data and Bit Flip Register 41
MTU_MC2_RDBFL42 0xF00612B4          MC 2 Read Data and Bit Flip Register 42
MTU_MC2_RDBFL43 0xF00612B6          MC 2 Read Data and Bit Flip Register 43
MTU_MC2_RDBFL44 0xF00612B8          MC 2 Read Data and Bit Flip Register 44
MTU_MC2_RDBFL45 0xF00612BA          MC 2 Read Data and Bit Flip Register 45
MTU_MC2_RDBFL46 0xF00612BC          MC 2 Read Data and Bit Flip Register 46
MTU_MC2_RDBFL47 0xF00612BE          MC 2 Read Data and Bit Flip Register 47
MTU_MC2_RDBFL48 0xF00612C0          MC 2 Read Data and Bit Flip Register 48
MTU_MC2_RDBFL49 0xF00612C2          MC 2 Read Data and Bit Flip Register 49
MTU_MC2_RDBFL50 0xF00612C4          MC 2 Read Data and Bit Flip Register 50
MTU_MC2_RDBFL51 0xF00612C6          MC 2 Read Data and Bit Flip Register 51
MTU_MC2_RDBFL52 0xF00612C8          MC 2 Read Data and Bit Flip Register 52
MTU_MC2_RDBFL53 0xF00612CA          MC 2 Read Data and Bit Flip Register 53
MTU_MC2_RDBFL54 0xF00612CC          MC 2 Read Data and Bit Flip Register 54
MTU_MC2_RDBFL55 0xF00612CE          MC 2 Read Data and Bit Flip Register 55
MTU_MC2_RDBFL56 0xF00612D0          MC 2 Read Data and Bit Flip Register 56
MTU_MC2_RDBFL57 0xF00612D2          MC 2 Read Data and Bit Flip Register 57
MTU_MC2_RDBFL58 0xF00612D4          MC 2 Read Data and Bit Flip Register 58
MTU_MC2_RDBFL59 0xF00612D6          MC 2 Read Data and Bit Flip Register 59
MTU_MC2_RDBFL60 0xF00612D8          MC 2 Read Data and Bit Flip Register 60
MTU_MC2_RDBFL61 0xF00612DA          MC 2 Read Data and Bit Flip Register 61
MTU_MC2_RDBFL62 0xF00612DC          MC 2 Read Data and Bit Flip Register 62
MTU_MC2_RDBFL63 0xF00612DE          MC 2 Read Data and Bit Flip Register 63
MTU_MC2_RDBFL64 0xF00612E0          MC 2 Read Data and Bit Flip Register 64
MTU_MC2_RDBFL65 0xF00612E2          MC 2 Read Data and Bit Flip Register 65
MTU_MC2_RDBFL66 0xF00612E4          MC 2 Read Data and Bit Flip Register 66
MTU_MC2_ALMSRCS 0xF00612EE          MC 2 Alarm Sources Configuration Register
MTU_MC2_FAULTSTS 0xF00612F0          MC 2 SSH Safety Faults Status Register
MTU_MC2_ERRINFO0 0xF00612F2          MC 2 Error Information Register 0
MTU_MC2_ERRINFO1 0xF00612F4          MC 2 Error Information Register 1
MTU_MC2_ERRINFO2 0xF00612F6          MC 2 Error Information Register 2
MTU_MC2_ERRINFO3 0xF00612F8          MC 2 Error Information Register 3
MTU_MC2_ERRINFO4 0xF00612FA          MC 2 Error Information Register 4
MTU_MC3_CONFIG0 0xF0061300          MC 3 Configuration Register 0
MTU_MC3_CONFIG1 0xF0061302          MC 3 Configuration Register 1
MTU_MC3_MCONTROL 0xF0061304          MC 3 MBIST Control Register
MTU_MC3_MSTATUS 0xF0061306          MC 3 Status Register
MTU_MC3_RANGE   0xF0061308          MC 3 Range Register, single address mode
MTU_MC3_REVID   0xF006130C          MC 3 Revision ID Register
MTU_MC3_ECCS    0xF006130E          MC 3 ECC Safety Register
MTU_MC3_ECCD    0xF0061310          MC 3 Memory ECC Detection Register
MTU_MC3_ETRR0   0xF0061312          MC 3 Error Tracking Register 0
MTU_MC3_ETRR1   0xF0061314          MC 3 Error Tracking Register 1
MTU_MC3_ETRR2   0xF0061316          MC 3 Error Tracking Register 2
MTU_MC3_ETRR3   0xF0061318          MC 3 Error Tracking Register 3
MTU_MC3_ETRR4   0xF006131A          MC 3 Error Tracking Register 4
MTU_MC3_RDBFL0  0xF0061360          MC 3 Read Data and Bit Flip Register 0
MTU_MC3_RDBFL1  0xF0061362          MC 3 Read Data and Bit Flip Register 1
MTU_MC3_RDBFL2  0xF0061364          MC 3 Read Data and Bit Flip Register 2
MTU_MC3_RDBFL3  0xF0061366          MC 3 Read Data and Bit Flip Register 3
MTU_MC3_RDBFL4  0xF0061368          MC 3 Read Data and Bit Flip Register 4
MTU_MC3_RDBFL5  0xF006136A          MC 3 Read Data and Bit Flip Register 5
MTU_MC3_RDBFL6  0xF006136C          MC 3 Read Data and Bit Flip Register 6
MTU_MC3_RDBFL7  0xF006136E          MC 3 Read Data and Bit Flip Register 7
MTU_MC3_RDBFL8  0xF0061370          MC 3 Read Data and Bit Flip Register 8
MTU_MC3_RDBFL9  0xF0061372          MC 3 Read Data and Bit Flip Register 9
MTU_MC3_RDBFL10 0xF0061374          MC 3 Read Data and Bit Flip Register 10
MTU_MC3_RDBFL11 0xF0061376          MC 3 Read Data and Bit Flip Register 11
MTU_MC3_RDBFL12 0xF0061378          MC 3 Read Data and Bit Flip Register 12
MTU_MC3_RDBFL13 0xF006137A          MC 3 Read Data and Bit Flip Register 13
MTU_MC3_RDBFL14 0xF006137C          MC 3 Read Data and Bit Flip Register 14
MTU_MC3_RDBFL15 0xF006137E          MC 3 Read Data and Bit Flip Register 15
MTU_MC3_RDBFL16 0xF0061380          MC 3 Read Data and Bit Flip Register 16
MTU_MC3_RDBFL17 0xF0061382          MC 3 Read Data and Bit Flip Register 17
MTU_MC3_RDBFL18 0xF0061384          MC 3 Read Data and Bit Flip Register 18
MTU_MC3_RDBFL19 0xF0061386          MC 3 Read Data and Bit Flip Register 19
MTU_MC3_RDBFL20 0xF0061388          MC 3 Read Data and Bit Flip Register 20
MTU_MC3_RDBFL21 0xF006138A          MC 3 Read Data and Bit Flip Register 21
MTU_MC3_RDBFL22 0xF006138C          MC 3 Read Data and Bit Flip Register 22
MTU_MC3_RDBFL23 0xF006138E          MC 3 Read Data and Bit Flip Register 23
MTU_MC3_RDBFL24 0xF0061390          MC 3 Read Data and Bit Flip Register 24
MTU_MC3_RDBFL25 0xF0061392          MC 3 Read Data and Bit Flip Register 25
MTU_MC3_RDBFL26 0xF0061394          MC 3 Read Data and Bit Flip Register 26
MTU_MC3_RDBFL27 0xF0061396          MC 3 Read Data and Bit Flip Register 27
MTU_MC3_RDBFL28 0xF0061398          MC 3 Read Data and Bit Flip Register 28
MTU_MC3_RDBFL29 0xF006139A          MC 3 Read Data and Bit Flip Register 29
MTU_MC3_RDBFL30 0xF006139C          MC 3 Read Data and Bit Flip Register 30
MTU_MC3_RDBFL31 0xF006139E          MC 3 Read Data and Bit Flip Register 31
MTU_MC3_RDBFL32 0xF00613A0          MC 3 Read Data and Bit Flip Register 32
MTU_MC3_RDBFL33 0xF00613A2          MC 3 Read Data and Bit Flip Register 33
MTU_MC3_RDBFL34 0xF00613A4          MC 3 Read Data and Bit Flip Register 34
MTU_MC3_RDBFL35 0xF00613A6          MC 3 Read Data and Bit Flip Register 35
MTU_MC3_RDBFL36 0xF00613A8          MC 3 Read Data and Bit Flip Register 36
MTU_MC3_RDBFL37 0xF00613AA          MC 3 Read Data and Bit Flip Register 37
MTU_MC3_RDBFL38 0xF00613AC          MC 3 Read Data and Bit Flip Register 38
MTU_MC3_RDBFL39 0xF00613AE          MC 3 Read Data and Bit Flip Register 39
MTU_MC3_RDBFL40 0xF00613B0          MC 3 Read Data and Bit Flip Register 40
MTU_MC3_RDBFL41 0xF00613B2          MC 3 Read Data and Bit Flip Register 41
MTU_MC3_RDBFL42 0xF00613B4          MC 3 Read Data and Bit Flip Register 42
MTU_MC3_RDBFL43 0xF00613B6          MC 3 Read Data and Bit Flip Register 43
MTU_MC3_RDBFL44 0xF00613B8          MC 3 Read Data and Bit Flip Register 44
MTU_MC3_RDBFL45 0xF00613BA          MC 3 Read Data and Bit Flip Register 45
MTU_MC3_RDBFL46 0xF00613BC          MC 3 Read Data and Bit Flip Register 46
MTU_MC3_RDBFL47 0xF00613BE          MC 3 Read Data and Bit Flip Register 47
MTU_MC3_RDBFL48 0xF00613C0          MC 3 Read Data and Bit Flip Register 48
MTU_MC3_RDBFL49 0xF00613C2          MC 3 Read Data and Bit Flip Register 49
MTU_MC3_RDBFL50 0xF00613C4          MC 3 Read Data and Bit Flip Register 50
MTU_MC3_RDBFL51 0xF00613C6          MC 3 Read Data and Bit Flip Register 51
MTU_MC3_RDBFL52 0xF00613C8          MC 3 Read Data and Bit Flip Register 52
MTU_MC3_RDBFL53 0xF00613CA          MC 3 Read Data and Bit Flip Register 53
MTU_MC3_RDBFL54 0xF00613CC          MC 3 Read Data and Bit Flip Register 54
MTU_MC3_RDBFL55 0xF00613CE          MC 3 Read Data and Bit Flip Register 55
MTU_MC3_RDBFL56 0xF00613D0          MC 3 Read Data and Bit Flip Register 56
MTU_MC3_RDBFL57 0xF00613D2          MC 3 Read Data and Bit Flip Register 57
MTU_MC3_RDBFL58 0xF00613D4          MC 3 Read Data and Bit Flip Register 58
MTU_MC3_RDBFL59 0xF00613D6          MC 3 Read Data and Bit Flip Register 59
MTU_MC3_RDBFL60 0xF00613D8          MC 3 Read Data and Bit Flip Register 60
MTU_MC3_RDBFL61 0xF00613DA          MC 3 Read Data and Bit Flip Register 61
MTU_MC3_RDBFL62 0xF00613DC          MC 3 Read Data and Bit Flip Register 62
MTU_MC3_RDBFL63 0xF00613DE          MC 3 Read Data and Bit Flip Register 63
MTU_MC3_RDBFL64 0xF00613E0          MC 3 Read Data and Bit Flip Register 64
MTU_MC3_RDBFL65 0xF00613E2          MC 3 Read Data and Bit Flip Register 65
MTU_MC3_RDBFL66 0xF00613E4          MC 3 Read Data and Bit Flip Register 66
MTU_MC3_ALMSRCS 0xF00613EE          MC 3 Alarm Sources Configuration Register
MTU_MC3_FAULTSTS 0xF00613F0          MC 3 SSH Safety Faults Status Register
MTU_MC3_ERRINFO0 0xF00613F2          MC 3 Error Information Register 0
MTU_MC3_ERRINFO1 0xF00613F4          MC 3 Error Information Register 1
MTU_MC3_ERRINFO2 0xF00613F6          MC 3 Error Information Register 2
MTU_MC3_ERRINFO3 0xF00613F8          MC 3 Error Information Register 3
MTU_MC3_ERRINFO4 0xF00613FA          MC 3 Error Information Register 4
MTU_MC4_CONFIG0 0xF0061400          MC 4 Configuration Register 0
MTU_MC4_CONFIG1 0xF0061402          MC 4 Configuration Register 1
MTU_MC4_MCONTROL 0xF0061404          MC 4 MBIST Control Register
MTU_MC4_MSTATUS 0xF0061406          MC 4 Status Register
MTU_MC4_RANGE   0xF0061408          MC 4 Range Register, single address mode
MTU_MC4_REVID   0xF006140C          MC 4 Revision ID Register
MTU_MC4_ECCS    0xF006140E          MC 4 ECC Safety Register
MTU_MC4_ECCD    0xF0061410          MC 4 Memory ECC Detection Register
MTU_MC4_ETRR0   0xF0061412          MC 4 Error Tracking Register 0
MTU_MC4_ETRR1   0xF0061414          MC 4 Error Tracking Register 1
MTU_MC4_ETRR2   0xF0061416          MC 4 Error Tracking Register 2
MTU_MC4_ETRR3   0xF0061418          MC 4 Error Tracking Register 3
MTU_MC4_ETRR4   0xF006141A          MC 4 Error Tracking Register 4
MTU_MC4_RDBFL0  0xF0061460          MC 4 Read Data and Bit Flip Register 0
MTU_MC4_RDBFL1  0xF0061462          MC 4 Read Data and Bit Flip Register 1
MTU_MC4_RDBFL2  0xF0061464          MC 4 Read Data and Bit Flip Register 2
MTU_MC4_RDBFL3  0xF0061466          MC 4 Read Data and Bit Flip Register 3
MTU_MC4_RDBFL4  0xF0061468          MC 4 Read Data and Bit Flip Register 4
MTU_MC4_RDBFL5  0xF006146A          MC 4 Read Data and Bit Flip Register 5
MTU_MC4_RDBFL6  0xF006146C          MC 4 Read Data and Bit Flip Register 6
MTU_MC4_RDBFL7  0xF006146E          MC 4 Read Data and Bit Flip Register 7
MTU_MC4_RDBFL8  0xF0061470          MC 4 Read Data and Bit Flip Register 8
MTU_MC4_RDBFL9  0xF0061472          MC 4 Read Data and Bit Flip Register 9
MTU_MC4_RDBFL10 0xF0061474          MC 4 Read Data and Bit Flip Register 10
MTU_MC4_RDBFL11 0xF0061476          MC 4 Read Data and Bit Flip Register 11
MTU_MC4_RDBFL12 0xF0061478          MC 4 Read Data and Bit Flip Register 12
MTU_MC4_RDBFL13 0xF006147A          MC 4 Read Data and Bit Flip Register 13
MTU_MC4_RDBFL14 0xF006147C          MC 4 Read Data and Bit Flip Register 14
MTU_MC4_RDBFL15 0xF006147E          MC 4 Read Data and Bit Flip Register 15
MTU_MC4_RDBFL16 0xF0061480          MC 4 Read Data and Bit Flip Register 16
MTU_MC4_RDBFL17 0xF0061482          MC 4 Read Data and Bit Flip Register 17
MTU_MC4_RDBFL18 0xF0061484          MC 4 Read Data and Bit Flip Register 18
MTU_MC4_RDBFL19 0xF0061486          MC 4 Read Data and Bit Flip Register 19
MTU_MC4_RDBFL20 0xF0061488          MC 4 Read Data and Bit Flip Register 20
MTU_MC4_RDBFL21 0xF006148A          MC 4 Read Data and Bit Flip Register 21
MTU_MC4_RDBFL22 0xF006148C          MC 4 Read Data and Bit Flip Register 22
MTU_MC4_RDBFL23 0xF006148E          MC 4 Read Data and Bit Flip Register 23
MTU_MC4_RDBFL24 0xF0061490          MC 4 Read Data and Bit Flip Register 24
MTU_MC4_RDBFL25 0xF0061492          MC 4 Read Data and Bit Flip Register 25
MTU_MC4_RDBFL26 0xF0061494          MC 4 Read Data and Bit Flip Register 26
MTU_MC4_RDBFL27 0xF0061496          MC 4 Read Data and Bit Flip Register 27
MTU_MC4_RDBFL28 0xF0061498          MC 4 Read Data and Bit Flip Register 28
MTU_MC4_RDBFL29 0xF006149A          MC 4 Read Data and Bit Flip Register 29
MTU_MC4_RDBFL30 0xF006149C          MC 4 Read Data and Bit Flip Register 30
MTU_MC4_RDBFL31 0xF006149E          MC 4 Read Data and Bit Flip Register 31
MTU_MC4_RDBFL32 0xF00614A0          MC 4 Read Data and Bit Flip Register 32
MTU_MC4_RDBFL33 0xF00614A2          MC 4 Read Data and Bit Flip Register 33
MTU_MC4_RDBFL34 0xF00614A4          MC 4 Read Data and Bit Flip Register 34
MTU_MC4_RDBFL35 0xF00614A6          MC 4 Read Data and Bit Flip Register 35
MTU_MC4_RDBFL36 0xF00614A8          MC 4 Read Data and Bit Flip Register 36
MTU_MC4_RDBFL37 0xF00614AA          MC 4 Read Data and Bit Flip Register 37
MTU_MC4_RDBFL38 0xF00614AC          MC 4 Read Data and Bit Flip Register 38
MTU_MC4_RDBFL39 0xF00614AE          MC 4 Read Data and Bit Flip Register 39
MTU_MC4_RDBFL40 0xF00614B0          MC 4 Read Data and Bit Flip Register 40
MTU_MC4_RDBFL41 0xF00614B2          MC 4 Read Data and Bit Flip Register 41
MTU_MC4_RDBFL42 0xF00614B4          MC 4 Read Data and Bit Flip Register 42
MTU_MC4_RDBFL43 0xF00614B6          MC 4 Read Data and Bit Flip Register 43
MTU_MC4_RDBFL44 0xF00614B8          MC 4 Read Data and Bit Flip Register 44
MTU_MC4_RDBFL45 0xF00614BA          MC 4 Read Data and Bit Flip Register 45
MTU_MC4_RDBFL46 0xF00614BC          MC 4 Read Data and Bit Flip Register 46
MTU_MC4_RDBFL47 0xF00614BE          MC 4 Read Data and Bit Flip Register 47
MTU_MC4_RDBFL48 0xF00614C0          MC 4 Read Data and Bit Flip Register 48
MTU_MC4_RDBFL49 0xF00614C2          MC 4 Read Data and Bit Flip Register 49
MTU_MC4_RDBFL50 0xF00614C4          MC 4 Read Data and Bit Flip Register 50
MTU_MC4_RDBFL51 0xF00614C6          MC 4 Read Data and Bit Flip Register 51
MTU_MC4_RDBFL52 0xF00614C8          MC 4 Read Data and Bit Flip Register 52
MTU_MC4_RDBFL53 0xF00614CA          MC 4 Read Data and Bit Flip Register 53
MTU_MC4_RDBFL54 0xF00614CC          MC 4 Read Data and Bit Flip Register 54
MTU_MC4_RDBFL55 0xF00614CE          MC 4 Read Data and Bit Flip Register 55
MTU_MC4_RDBFL56 0xF00614D0          MC 4 Read Data and Bit Flip Register 56
MTU_MC4_RDBFL57 0xF00614D2          MC 4 Read Data and Bit Flip Register 57
MTU_MC4_RDBFL58 0xF00614D4          MC 4 Read Data and Bit Flip Register 58
MTU_MC4_RDBFL59 0xF00614D6          MC 4 Read Data and Bit Flip Register 59
MTU_MC4_RDBFL60 0xF00614D8          MC 4 Read Data and Bit Flip Register 60
MTU_MC4_RDBFL61 0xF00614DA          MC 4 Read Data and Bit Flip Register 61
MTU_MC4_RDBFL62 0xF00614DC          MC 4 Read Data and Bit Flip Register 62
MTU_MC4_RDBFL63 0xF00614DE          MC 4 Read Data and Bit Flip Register 63
MTU_MC4_RDBFL64 0xF00614E0          MC 4 Read Data and Bit Flip Register 64
MTU_MC4_RDBFL65 0xF00614E2          MC 4 Read Data and Bit Flip Register 65
MTU_MC4_RDBFL66 0xF00614E4          MC 4 Read Data and Bit Flip Register 66
MTU_MC4_ALMSRCS 0xF00614EE          MC 4 Alarm Sources Configuration Register
MTU_MC4_FAULTSTS 0xF00614F0          MC 4 SSH Safety Faults Status Register
MTU_MC4_ERRINFO0 0xF00614F2          MC 4 Error Information Register 0
MTU_MC4_ERRINFO1 0xF00614F4          MC 4 Error Information Register 1
MTU_MC4_ERRINFO2 0xF00614F6          MC 4 Error Information Register 2
MTU_MC4_ERRINFO3 0xF00614F8          MC 4 Error Information Register 3
MTU_MC4_ERRINFO4 0xF00614FA          MC 4 Error Information Register 4
MTU_MC5_CONFIG0 0xF0061500          MC 5 Configuration Register 0
MTU_MC5_CONFIG1 0xF0061502          MC 5 Configuration Register 1
MTU_MC5_MCONTROL 0xF0061504          MC 5 MBIST Control Register
MTU_MC5_MSTATUS 0xF0061506          MC 5 Status Register
MTU_MC5_RANGE   0xF0061508          MC 5 Range Register, single address mode
MTU_MC5_REVID   0xF006150C          MC 5 Revision ID Register
MTU_MC5_ECCS    0xF006150E          MC 5 ECC Safety Register
MTU_MC5_ECCD    0xF0061510          MC 5 Memory ECC Detection Register
MTU_MC5_ETRR0   0xF0061512          MC 5 Error Tracking Register 0
MTU_MC5_ETRR1   0xF0061514          MC 5 Error Tracking Register 1
MTU_MC5_ETRR2   0xF0061516          MC 5 Error Tracking Register 2
MTU_MC5_ETRR3   0xF0061518          MC 5 Error Tracking Register 3
MTU_MC5_ETRR4   0xF006151A          MC 5 Error Tracking Register 4
MTU_MC5_RDBFL0  0xF0061560          MC 5 Read Data and Bit Flip Register 0
MTU_MC5_RDBFL1  0xF0061562          MC 5 Read Data and Bit Flip Register 1
MTU_MC5_RDBFL2  0xF0061564          MC 5 Read Data and Bit Flip Register 2
MTU_MC5_RDBFL3  0xF0061566          MC 5 Read Data and Bit Flip Register 3
MTU_MC5_RDBFL4  0xF0061568          MC 5 Read Data and Bit Flip Register 4
MTU_MC5_RDBFL5  0xF006156A          MC 5 Read Data and Bit Flip Register 5
MTU_MC5_RDBFL6  0xF006156C          MC 5 Read Data and Bit Flip Register 6
MTU_MC5_RDBFL7  0xF006156E          MC 5 Read Data and Bit Flip Register 7
MTU_MC5_RDBFL8  0xF0061570          MC 5 Read Data and Bit Flip Register 8
MTU_MC5_RDBFL9  0xF0061572          MC 5 Read Data and Bit Flip Register 9
MTU_MC5_RDBFL10 0xF0061574          MC 5 Read Data and Bit Flip Register 10
MTU_MC5_RDBFL11 0xF0061576          MC 5 Read Data and Bit Flip Register 11
MTU_MC5_RDBFL12 0xF0061578          MC 5 Read Data and Bit Flip Register 12
MTU_MC5_RDBFL13 0xF006157A          MC 5 Read Data and Bit Flip Register 13
MTU_MC5_RDBFL14 0xF006157C          MC 5 Read Data and Bit Flip Register 14
MTU_MC5_RDBFL15 0xF006157E          MC 5 Read Data and Bit Flip Register 15
MTU_MC5_RDBFL16 0xF0061580          MC 5 Read Data and Bit Flip Register 16
MTU_MC5_RDBFL17 0xF0061582          MC 5 Read Data and Bit Flip Register 17
MTU_MC5_RDBFL18 0xF0061584          MC 5 Read Data and Bit Flip Register 18
MTU_MC5_RDBFL19 0xF0061586          MC 5 Read Data and Bit Flip Register 19
MTU_MC5_RDBFL20 0xF0061588          MC 5 Read Data and Bit Flip Register 20
MTU_MC5_RDBFL21 0xF006158A          MC 5 Read Data and Bit Flip Register 21
MTU_MC5_RDBFL22 0xF006158C          MC 5 Read Data and Bit Flip Register 22
MTU_MC5_RDBFL23 0xF006158E          MC 5 Read Data and Bit Flip Register 23
MTU_MC5_RDBFL24 0xF0061590          MC 5 Read Data and Bit Flip Register 24
MTU_MC5_RDBFL25 0xF0061592          MC 5 Read Data and Bit Flip Register 25
MTU_MC5_RDBFL26 0xF0061594          MC 5 Read Data and Bit Flip Register 26
MTU_MC5_RDBFL27 0xF0061596          MC 5 Read Data and Bit Flip Register 27
MTU_MC5_RDBFL28 0xF0061598          MC 5 Read Data and Bit Flip Register 28
MTU_MC5_RDBFL29 0xF006159A          MC 5 Read Data and Bit Flip Register 29
MTU_MC5_RDBFL30 0xF006159C          MC 5 Read Data and Bit Flip Register 30
MTU_MC5_RDBFL31 0xF006159E          MC 5 Read Data and Bit Flip Register 31
MTU_MC5_RDBFL32 0xF00615A0          MC 5 Read Data and Bit Flip Register 32
MTU_MC5_RDBFL33 0xF00615A2          MC 5 Read Data and Bit Flip Register 33
MTU_MC5_RDBFL34 0xF00615A4          MC 5 Read Data and Bit Flip Register 34
MTU_MC5_RDBFL35 0xF00615A6          MC 5 Read Data and Bit Flip Register 35
MTU_MC5_RDBFL36 0xF00615A8          MC 5 Read Data and Bit Flip Register 36
MTU_MC5_RDBFL37 0xF00615AA          MC 5 Read Data and Bit Flip Register 37
MTU_MC5_RDBFL38 0xF00615AC          MC 5 Read Data and Bit Flip Register 38
MTU_MC5_RDBFL39 0xF00615AE          MC 5 Read Data and Bit Flip Register 39
MTU_MC5_RDBFL40 0xF00615B0          MC 5 Read Data and Bit Flip Register 40
MTU_MC5_RDBFL41 0xF00615B2          MC 5 Read Data and Bit Flip Register 41
MTU_MC5_RDBFL42 0xF00615B4          MC 5 Read Data and Bit Flip Register 42
MTU_MC5_RDBFL43 0xF00615B6          MC 5 Read Data and Bit Flip Register 43
MTU_MC5_RDBFL44 0xF00615B8          MC 5 Read Data and Bit Flip Register 44
MTU_MC5_RDBFL45 0xF00615BA          MC 5 Read Data and Bit Flip Register 45
MTU_MC5_RDBFL46 0xF00615BC          MC 5 Read Data and Bit Flip Register 46
MTU_MC5_RDBFL47 0xF00615BE          MC 5 Read Data and Bit Flip Register 47
MTU_MC5_RDBFL48 0xF00615C0          MC 5 Read Data and Bit Flip Register 48
MTU_MC5_RDBFL49 0xF00615C2          MC 5 Read Data and Bit Flip Register 49
MTU_MC5_RDBFL50 0xF00615C4          MC 5 Read Data and Bit Flip Register 50
MTU_MC5_RDBFL51 0xF00615C6          MC 5 Read Data and Bit Flip Register 51
MTU_MC5_RDBFL52 0xF00615C8          MC 5 Read Data and Bit Flip Register 52
MTU_MC5_RDBFL53 0xF00615CA          MC 5 Read Data and Bit Flip Register 53
MTU_MC5_RDBFL54 0xF00615CC          MC 5 Read Data and Bit Flip Register 54
MTU_MC5_RDBFL55 0xF00615CE          MC 5 Read Data and Bit Flip Register 55
MTU_MC5_RDBFL56 0xF00615D0          MC 5 Read Data and Bit Flip Register 56
MTU_MC5_RDBFL57 0xF00615D2          MC 5 Read Data and Bit Flip Register 57
MTU_MC5_RDBFL58 0xF00615D4          MC 5 Read Data and Bit Flip Register 58
MTU_MC5_RDBFL59 0xF00615D6          MC 5 Read Data and Bit Flip Register 59
MTU_MC5_RDBFL60 0xF00615D8          MC 5 Read Data and Bit Flip Register 60
MTU_MC5_RDBFL61 0xF00615DA          MC 5 Read Data and Bit Flip Register 61
MTU_MC5_RDBFL62 0xF00615DC          MC 5 Read Data and Bit Flip Register 62
MTU_MC5_RDBFL63 0xF00615DE          MC 5 Read Data and Bit Flip Register 63
MTU_MC5_RDBFL64 0xF00615E0          MC 5 Read Data and Bit Flip Register 64
MTU_MC5_RDBFL65 0xF00615E2          MC 5 Read Data and Bit Flip Register 65
MTU_MC5_RDBFL66 0xF00615E4          MC 5 Read Data and Bit Flip Register 66
MTU_MC5_ALMSRCS 0xF00615EE          MC 5 Alarm Sources Configuration Register
MTU_MC5_FAULTSTS 0xF00615F0          MC 5 SSH Safety Faults Status Register
MTU_MC5_ERRINFO0 0xF00615F2          MC 5 Error Information Register 0
MTU_MC5_ERRINFO1 0xF00615F4          MC 5 Error Information Register 1
MTU_MC5_ERRINFO2 0xF00615F6          MC 5 Error Information Register 2
MTU_MC5_ERRINFO3 0xF00615F8          MC 5 Error Information Register 3
MTU_MC5_ERRINFO4 0xF00615FA          MC 5 Error Information Register 4
MTU_MC6_CONFIG0 0xF0061600          MC 6 Configuration Register 0
MTU_MC6_CONFIG1 0xF0061602          MC 6 Configuration Register 1
MTU_MC6_MCONTROL 0xF0061604          MC 6 MBIST Control Register
MTU_MC6_MSTATUS 0xF0061606          MC 6 Status Register
MTU_MC6_RANGE   0xF0061608          MC 6 Range Register, single address mode
MTU_MC6_REVID   0xF006160C          MC 6 Revision ID Register
MTU_MC6_ECCS    0xF006160E          MC 6 ECC Safety Register
MTU_MC6_ECCD    0xF0061610          MC 6 Memory ECC Detection Register
MTU_MC6_ETRR0   0xF0061612          MC 6 Error Tracking Register 0
MTU_MC6_ETRR1   0xF0061614          MC 6 Error Tracking Register 1
MTU_MC6_ETRR2   0xF0061616          MC 6 Error Tracking Register 2
MTU_MC6_ETRR3   0xF0061618          MC 6 Error Tracking Register 3
MTU_MC6_ETRR4   0xF006161A          MC 6 Error Tracking Register 4
MTU_MC6_RDBFL0  0xF0061660          MC 6 Read Data and Bit Flip Register 0
MTU_MC6_RDBFL1  0xF0061662          MC 6 Read Data and Bit Flip Register 1
MTU_MC6_RDBFL2  0xF0061664          MC 6 Read Data and Bit Flip Register 2
MTU_MC6_RDBFL3  0xF0061666          MC 6 Read Data and Bit Flip Register 3
MTU_MC6_RDBFL4  0xF0061668          MC 6 Read Data and Bit Flip Register 4
MTU_MC6_RDBFL5  0xF006166A          MC 6 Read Data and Bit Flip Register 5
MTU_MC6_RDBFL6  0xF006166C          MC 6 Read Data and Bit Flip Register 6
MTU_MC6_RDBFL7  0xF006166E          MC 6 Read Data and Bit Flip Register 7
MTU_MC6_RDBFL8  0xF0061670          MC 6 Read Data and Bit Flip Register 8
MTU_MC6_RDBFL9  0xF0061672          MC 6 Read Data and Bit Flip Register 9
MTU_MC6_RDBFL10 0xF0061674          MC 6 Read Data and Bit Flip Register 10
MTU_MC6_RDBFL11 0xF0061676          MC 6 Read Data and Bit Flip Register 11
MTU_MC6_RDBFL12 0xF0061678          MC 6 Read Data and Bit Flip Register 12
MTU_MC6_RDBFL13 0xF006167A          MC 6 Read Data and Bit Flip Register 13
MTU_MC6_RDBFL14 0xF006167C          MC 6 Read Data and Bit Flip Register 14
MTU_MC6_RDBFL15 0xF006167E          MC 6 Read Data and Bit Flip Register 15
MTU_MC6_RDBFL16 0xF0061680          MC 6 Read Data and Bit Flip Register 16
MTU_MC6_RDBFL17 0xF0061682          MC 6 Read Data and Bit Flip Register 17
MTU_MC6_RDBFL18 0xF0061684          MC 6 Read Data and Bit Flip Register 18
MTU_MC6_RDBFL19 0xF0061686          MC 6 Read Data and Bit Flip Register 19
MTU_MC6_RDBFL20 0xF0061688          MC 6 Read Data and Bit Flip Register 20
MTU_MC6_RDBFL21 0xF006168A          MC 6 Read Data and Bit Flip Register 21
MTU_MC6_RDBFL22 0xF006168C          MC 6 Read Data and Bit Flip Register 22
MTU_MC6_RDBFL23 0xF006168E          MC 6 Read Data and Bit Flip Register 23
MTU_MC6_RDBFL24 0xF0061690          MC 6 Read Data and Bit Flip Register 24
MTU_MC6_RDBFL25 0xF0061692          MC 6 Read Data and Bit Flip Register 25
MTU_MC6_RDBFL26 0xF0061694          MC 6 Read Data and Bit Flip Register 26
MTU_MC6_RDBFL27 0xF0061696          MC 6 Read Data and Bit Flip Register 27
MTU_MC6_RDBFL28 0xF0061698          MC 6 Read Data and Bit Flip Register 28
MTU_MC6_RDBFL29 0xF006169A          MC 6 Read Data and Bit Flip Register 29
MTU_MC6_RDBFL30 0xF006169C          MC 6 Read Data and Bit Flip Register 30
MTU_MC6_RDBFL31 0xF006169E          MC 6 Read Data and Bit Flip Register 31
MTU_MC6_RDBFL32 0xF00616A0          MC 6 Read Data and Bit Flip Register 32
MTU_MC6_RDBFL33 0xF00616A2          MC 6 Read Data and Bit Flip Register 33
MTU_MC6_RDBFL34 0xF00616A4          MC 6 Read Data and Bit Flip Register 34
MTU_MC6_RDBFL35 0xF00616A6          MC 6 Read Data and Bit Flip Register 35
MTU_MC6_RDBFL36 0xF00616A8          MC 6 Read Data and Bit Flip Register 36
MTU_MC6_RDBFL37 0xF00616AA          MC 6 Read Data and Bit Flip Register 37
MTU_MC6_RDBFL38 0xF00616AC          MC 6 Read Data and Bit Flip Register 38
MTU_MC6_RDBFL39 0xF00616AE          MC 6 Read Data and Bit Flip Register 39
MTU_MC6_RDBFL40 0xF00616B0          MC 6 Read Data and Bit Flip Register 40
MTU_MC6_RDBFL41 0xF00616B2          MC 6 Read Data and Bit Flip Register 41
MTU_MC6_RDBFL42 0xF00616B4          MC 6 Read Data and Bit Flip Register 42
MTU_MC6_RDBFL43 0xF00616B6          MC 6 Read Data and Bit Flip Register 43
MTU_MC6_RDBFL44 0xF00616B8          MC 6 Read Data and Bit Flip Register 44
MTU_MC6_RDBFL45 0xF00616BA          MC 6 Read Data and Bit Flip Register 45
MTU_MC6_RDBFL46 0xF00616BC          MC 6 Read Data and Bit Flip Register 46
MTU_MC6_RDBFL47 0xF00616BE          MC 6 Read Data and Bit Flip Register 47
MTU_MC6_RDBFL48 0xF00616C0          MC 6 Read Data and Bit Flip Register 48
MTU_MC6_RDBFL49 0xF00616C2          MC 6 Read Data and Bit Flip Register 49
MTU_MC6_RDBFL50 0xF00616C4          MC 6 Read Data and Bit Flip Register 50
MTU_MC6_RDBFL51 0xF00616C6          MC 6 Read Data and Bit Flip Register 51
MTU_MC6_RDBFL52 0xF00616C8          MC 6 Read Data and Bit Flip Register 52
MTU_MC6_RDBFL53 0xF00616CA          MC 6 Read Data and Bit Flip Register 53
MTU_MC6_RDBFL54 0xF00616CC          MC 6 Read Data and Bit Flip Register 54
MTU_MC6_RDBFL55 0xF00616CE          MC 6 Read Data and Bit Flip Register 55
MTU_MC6_RDBFL56 0xF00616D0          MC 6 Read Data and Bit Flip Register 56
MTU_MC6_RDBFL57 0xF00616D2          MC 6 Read Data and Bit Flip Register 57
MTU_MC6_RDBFL58 0xF00616D4          MC 6 Read Data and Bit Flip Register 58
MTU_MC6_RDBFL59 0xF00616D6          MC 6 Read Data and Bit Flip Register 59
MTU_MC6_RDBFL60 0xF00616D8          MC 6 Read Data and Bit Flip Register 60
MTU_MC6_RDBFL61 0xF00616DA          MC 6 Read Data and Bit Flip Register 61
MTU_MC6_RDBFL62 0xF00616DC          MC 6 Read Data and Bit Flip Register 62
MTU_MC6_RDBFL63 0xF00616DE          MC 6 Read Data and Bit Flip Register 63
MTU_MC6_RDBFL64 0xF00616E0          MC 6 Read Data and Bit Flip Register 64
MTU_MC6_RDBFL65 0xF00616E2          MC 6 Read Data and Bit Flip Register 65
MTU_MC6_RDBFL66 0xF00616E4          MC 6 Read Data and Bit Flip Register 66
MTU_MC6_ALMSRCS 0xF00616EE          MC 6 Alarm Sources Configuration Register
MTU_MC6_FAULTSTS 0xF00616F0          MC 6 SSH Safety Faults Status Register
MTU_MC6_ERRINFO0 0xF00616F2          MC 6 Error Information Register 0
MTU_MC6_ERRINFO1 0xF00616F4          MC 6 Error Information Register 1
MTU_MC6_ERRINFO2 0xF00616F6          MC 6 Error Information Register 2
MTU_MC6_ERRINFO3 0xF00616F8          MC 6 Error Information Register 3
MTU_MC6_ERRINFO4 0xF00616FA          MC 6 Error Information Register 4
MTU_MC7_CONFIG0 0xF0061700          MC 7 Configuration Register 0
MTU_MC7_CONFIG1 0xF0061702          MC 7 Configuration Register 1
MTU_MC7_MCONTROL 0xF0061704          MC 7 MBIST Control Register
MTU_MC7_MSTATUS 0xF0061706          MC 7 Status Register
MTU_MC7_RANGE   0xF0061708          MC 7 Range Register, single address mode
MTU_MC7_REVID   0xF006170C          MC 7 Revision ID Register
MTU_MC7_ECCS    0xF006170E          MC 7 ECC Safety Register
MTU_MC7_ECCD    0xF0061710          MC 7 Memory ECC Detection Register
MTU_MC7_ETRR0   0xF0061712          MC 7 Error Tracking Register 0
MTU_MC7_ETRR1   0xF0061714          MC 7 Error Tracking Register 1
MTU_MC7_ETRR2   0xF0061716          MC 7 Error Tracking Register 2
MTU_MC7_ETRR3   0xF0061718          MC 7 Error Tracking Register 3
MTU_MC7_ETRR4   0xF006171A          MC 7 Error Tracking Register 4
MTU_MC7_RDBFL0  0xF0061760          MC 7 Read Data and Bit Flip Register 0
MTU_MC7_RDBFL1  0xF0061762          MC 7 Read Data and Bit Flip Register 1
MTU_MC7_RDBFL2  0xF0061764          MC 7 Read Data and Bit Flip Register 2
MTU_MC7_RDBFL3  0xF0061766          MC 7 Read Data and Bit Flip Register 3
MTU_MC7_RDBFL4  0xF0061768          MC 7 Read Data and Bit Flip Register 4
MTU_MC7_RDBFL5  0xF006176A          MC 7 Read Data and Bit Flip Register 5
MTU_MC7_RDBFL6  0xF006176C          MC 7 Read Data and Bit Flip Register 6
MTU_MC7_RDBFL7  0xF006176E          MC 7 Read Data and Bit Flip Register 7
MTU_MC7_RDBFL8  0xF0061770          MC 7 Read Data and Bit Flip Register 8
MTU_MC7_RDBFL9  0xF0061772          MC 7 Read Data and Bit Flip Register 9
MTU_MC7_RDBFL10 0xF0061774          MC 7 Read Data and Bit Flip Register 10
MTU_MC7_RDBFL11 0xF0061776          MC 7 Read Data and Bit Flip Register 11
MTU_MC7_RDBFL12 0xF0061778          MC 7 Read Data and Bit Flip Register 12
MTU_MC7_RDBFL13 0xF006177A          MC 7 Read Data and Bit Flip Register 13
MTU_MC7_RDBFL14 0xF006177C          MC 7 Read Data and Bit Flip Register 14
MTU_MC7_RDBFL15 0xF006177E          MC 7 Read Data and Bit Flip Register 15
MTU_MC7_RDBFL16 0xF0061780          MC 7 Read Data and Bit Flip Register 16
MTU_MC7_RDBFL17 0xF0061782          MC 7 Read Data and Bit Flip Register 17
MTU_MC7_RDBFL18 0xF0061784          MC 7 Read Data and Bit Flip Register 18
MTU_MC7_RDBFL19 0xF0061786          MC 7 Read Data and Bit Flip Register 19
MTU_MC7_RDBFL20 0xF0061788          MC 7 Read Data and Bit Flip Register 20
MTU_MC7_RDBFL21 0xF006178A          MC 7 Read Data and Bit Flip Register 21
MTU_MC7_RDBFL22 0xF006178C          MC 7 Read Data and Bit Flip Register 22
MTU_MC7_RDBFL23 0xF006178E          MC 7 Read Data and Bit Flip Register 23
MTU_MC7_RDBFL24 0xF0061790          MC 7 Read Data and Bit Flip Register 24
MTU_MC7_RDBFL25 0xF0061792          MC 7 Read Data and Bit Flip Register 25
MTU_MC7_RDBFL26 0xF0061794          MC 7 Read Data and Bit Flip Register 26
MTU_MC7_RDBFL27 0xF0061796          MC 7 Read Data and Bit Flip Register 27
MTU_MC7_RDBFL28 0xF0061798          MC 7 Read Data and Bit Flip Register 28
MTU_MC7_RDBFL29 0xF006179A          MC 7 Read Data and Bit Flip Register 29
MTU_MC7_RDBFL30 0xF006179C          MC 7 Read Data and Bit Flip Register 30
MTU_MC7_RDBFL31 0xF006179E          MC 7 Read Data and Bit Flip Register 31
MTU_MC7_RDBFL32 0xF00617A0          MC 7 Read Data and Bit Flip Register 32
MTU_MC7_RDBFL33 0xF00617A2          MC 7 Read Data and Bit Flip Register 33
MTU_MC7_RDBFL34 0xF00617A4          MC 7 Read Data and Bit Flip Register 34
MTU_MC7_RDBFL35 0xF00617A6          MC 7 Read Data and Bit Flip Register 35
MTU_MC7_RDBFL36 0xF00617A8          MC 7 Read Data and Bit Flip Register 36
MTU_MC7_RDBFL37 0xF00617AA          MC 7 Read Data and Bit Flip Register 37
MTU_MC7_RDBFL38 0xF00617AC          MC 7 Read Data and Bit Flip Register 38
MTU_MC7_RDBFL39 0xF00617AE          MC 7 Read Data and Bit Flip Register 39
MTU_MC7_RDBFL40 0xF00617B0          MC 7 Read Data and Bit Flip Register 40
MTU_MC7_RDBFL41 0xF00617B2          MC 7 Read Data and Bit Flip Register 41
MTU_MC7_RDBFL42 0xF00617B4          MC 7 Read Data and Bit Flip Register 42
MTU_MC7_RDBFL43 0xF00617B6          MC 7 Read Data and Bit Flip Register 43
MTU_MC7_RDBFL44 0xF00617B8          MC 7 Read Data and Bit Flip Register 44
MTU_MC7_RDBFL45 0xF00617BA          MC 7 Read Data and Bit Flip Register 45
MTU_MC7_RDBFL46 0xF00617BC          MC 7 Read Data and Bit Flip Register 46
MTU_MC7_RDBFL47 0xF00617BE          MC 7 Read Data and Bit Flip Register 47
MTU_MC7_RDBFL48 0xF00617C0          MC 7 Read Data and Bit Flip Register 48
MTU_MC7_RDBFL49 0xF00617C2          MC 7 Read Data and Bit Flip Register 49
MTU_MC7_RDBFL50 0xF00617C4          MC 7 Read Data and Bit Flip Register 50
MTU_MC7_RDBFL51 0xF00617C6          MC 7 Read Data and Bit Flip Register 51
MTU_MC7_RDBFL52 0xF00617C8          MC 7 Read Data and Bit Flip Register 52
MTU_MC7_RDBFL53 0xF00617CA          MC 7 Read Data and Bit Flip Register 53
MTU_MC7_RDBFL54 0xF00617CC          MC 7 Read Data and Bit Flip Register 54
MTU_MC7_RDBFL55 0xF00617CE          MC 7 Read Data and Bit Flip Register 55
MTU_MC7_RDBFL56 0xF00617D0          MC 7 Read Data and Bit Flip Register 56
MTU_MC7_RDBFL57 0xF00617D2          MC 7 Read Data and Bit Flip Register 57
MTU_MC7_RDBFL58 0xF00617D4          MC 7 Read Data and Bit Flip Register 58
MTU_MC7_RDBFL59 0xF00617D6          MC 7 Read Data and Bit Flip Register 59
MTU_MC7_RDBFL60 0xF00617D8          MC 7 Read Data and Bit Flip Register 60
MTU_MC7_RDBFL61 0xF00617DA          MC 7 Read Data and Bit Flip Register 61
MTU_MC7_RDBFL62 0xF00617DC          MC 7 Read Data and Bit Flip Register 62
MTU_MC7_RDBFL63 0xF00617DE          MC 7 Read Data and Bit Flip Register 63
MTU_MC7_RDBFL64 0xF00617E0          MC 7 Read Data and Bit Flip Register 64
MTU_MC7_RDBFL65 0xF00617E2          MC 7 Read Data and Bit Flip Register 65
MTU_MC7_RDBFL66 0xF00617E4          MC 7 Read Data and Bit Flip Register 66
MTU_MC7_ALMSRCS 0xF00617EE          MC 7 Alarm Sources Configuration Register
MTU_MC7_FAULTSTS 0xF00617F0          MC 7 SSH Safety Faults Status Register
MTU_MC7_ERRINFO0 0xF00617F2          MC 7 Error Information Register 0
MTU_MC7_ERRINFO1 0xF00617F4          MC 7 Error Information Register 1
MTU_MC7_ERRINFO2 0xF00617F6          MC 7 Error Information Register 2
MTU_MC7_ERRINFO3 0xF00617F8          MC 7 Error Information Register 3
MTU_MC7_ERRINFO4 0xF00617FA          MC 7 Error Information Register 4
MTU_MC8_CONFIG0 0xF0061800          MC 8 Configuration Register 0
MTU_MC8_CONFIG1 0xF0061802          MC 8 Configuration Register 1
MTU_MC8_MCONTROL 0xF0061804          MC 8 MBIST Control Register
MTU_MC8_MSTATUS 0xF0061806          MC 8 Status Register
MTU_MC8_RANGE   0xF0061808          MC 8 Range Register, single address mode
MTU_MC8_REVID   0xF006180C          MC 8 Revision ID Register
MTU_MC8_ECCS    0xF006180E          MC 8 ECC Safety Register
MTU_MC8_ECCD    0xF0061810          MC 8 Memory ECC Detection Register
MTU_MC8_ETRR0   0xF0061812          MC 8 Error Tracking Register 0
MTU_MC8_ETRR1   0xF0061814          MC 8 Error Tracking Register 1
MTU_MC8_ETRR2   0xF0061816          MC 8 Error Tracking Register 2
MTU_MC8_ETRR3   0xF0061818          MC 8 Error Tracking Register 3
MTU_MC8_ETRR4   0xF006181A          MC 8 Error Tracking Register 4
MTU_MC8_RDBFL0  0xF0061860          MC 8 Read Data and Bit Flip Register 0
MTU_MC8_RDBFL1  0xF0061862          MC 8 Read Data and Bit Flip Register 1
MTU_MC8_RDBFL2  0xF0061864          MC 8 Read Data and Bit Flip Register 2
MTU_MC8_RDBFL3  0xF0061866          MC 8 Read Data and Bit Flip Register 3
MTU_MC8_RDBFL4  0xF0061868          MC 8 Read Data and Bit Flip Register 4
MTU_MC8_RDBFL5  0xF006186A          MC 8 Read Data and Bit Flip Register 5
MTU_MC8_RDBFL6  0xF006186C          MC 8 Read Data and Bit Flip Register 6
MTU_MC8_RDBFL7  0xF006186E          MC 8 Read Data and Bit Flip Register 7
MTU_MC8_RDBFL8  0xF0061870          MC 8 Read Data and Bit Flip Register 8
MTU_MC8_RDBFL9  0xF0061872          MC 8 Read Data and Bit Flip Register 9
MTU_MC8_RDBFL10 0xF0061874          MC 8 Read Data and Bit Flip Register 10
MTU_MC8_RDBFL11 0xF0061876          MC 8 Read Data and Bit Flip Register 11
MTU_MC8_RDBFL12 0xF0061878          MC 8 Read Data and Bit Flip Register 12
MTU_MC8_RDBFL13 0xF006187A          MC 8 Read Data and Bit Flip Register 13
MTU_MC8_RDBFL14 0xF006187C          MC 8 Read Data and Bit Flip Register 14
MTU_MC8_RDBFL15 0xF006187E          MC 8 Read Data and Bit Flip Register 15
MTU_MC8_RDBFL16 0xF0061880          MC 8 Read Data and Bit Flip Register 16
MTU_MC8_RDBFL17 0xF0061882          MC 8 Read Data and Bit Flip Register 17
MTU_MC8_RDBFL18 0xF0061884          MC 8 Read Data and Bit Flip Register 18
MTU_MC8_RDBFL19 0xF0061886          MC 8 Read Data and Bit Flip Register 19
MTU_MC8_RDBFL20 0xF0061888          MC 8 Read Data and Bit Flip Register 20
MTU_MC8_RDBFL21 0xF006188A          MC 8 Read Data and Bit Flip Register 21
MTU_MC8_RDBFL22 0xF006188C          MC 8 Read Data and Bit Flip Register 22
MTU_MC8_RDBFL23 0xF006188E          MC 8 Read Data and Bit Flip Register 23
MTU_MC8_RDBFL24 0xF0061890          MC 8 Read Data and Bit Flip Register 24
MTU_MC8_RDBFL25 0xF0061892          MC 8 Read Data and Bit Flip Register 25
MTU_MC8_RDBFL26 0xF0061894          MC 8 Read Data and Bit Flip Register 26
MTU_MC8_RDBFL27 0xF0061896          MC 8 Read Data and Bit Flip Register 27
MTU_MC8_RDBFL28 0xF0061898          MC 8 Read Data and Bit Flip Register 28
MTU_MC8_RDBFL29 0xF006189A          MC 8 Read Data and Bit Flip Register 29
MTU_MC8_RDBFL30 0xF006189C          MC 8 Read Data and Bit Flip Register 30
MTU_MC8_RDBFL31 0xF006189E          MC 8 Read Data and Bit Flip Register 31
MTU_MC8_RDBFL32 0xF00618A0          MC 8 Read Data and Bit Flip Register 32
MTU_MC8_RDBFL33 0xF00618A2          MC 8 Read Data and Bit Flip Register 33
MTU_MC8_RDBFL34 0xF00618A4          MC 8 Read Data and Bit Flip Register 34
MTU_MC8_RDBFL35 0xF00618A6          MC 8 Read Data and Bit Flip Register 35
MTU_MC8_RDBFL36 0xF00618A8          MC 8 Read Data and Bit Flip Register 36
MTU_MC8_RDBFL37 0xF00618AA          MC 8 Read Data and Bit Flip Register 37
MTU_MC8_RDBFL38 0xF00618AC          MC 8 Read Data and Bit Flip Register 38
MTU_MC8_RDBFL39 0xF00618AE          MC 8 Read Data and Bit Flip Register 39
MTU_MC8_RDBFL40 0xF00618B0          MC 8 Read Data and Bit Flip Register 40
MTU_MC8_RDBFL41 0xF00618B2          MC 8 Read Data and Bit Flip Register 41
MTU_MC8_RDBFL42 0xF00618B4          MC 8 Read Data and Bit Flip Register 42
MTU_MC8_RDBFL43 0xF00618B6          MC 8 Read Data and Bit Flip Register 43
MTU_MC8_RDBFL44 0xF00618B8          MC 8 Read Data and Bit Flip Register 44
MTU_MC8_RDBFL45 0xF00618BA          MC 8 Read Data and Bit Flip Register 45
MTU_MC8_RDBFL46 0xF00618BC          MC 8 Read Data and Bit Flip Register 46
MTU_MC8_RDBFL47 0xF00618BE          MC 8 Read Data and Bit Flip Register 47
MTU_MC8_RDBFL48 0xF00618C0          MC 8 Read Data and Bit Flip Register 48
MTU_MC8_RDBFL49 0xF00618C2          MC 8 Read Data and Bit Flip Register 49
MTU_MC8_RDBFL50 0xF00618C4          MC 8 Read Data and Bit Flip Register 50
MTU_MC8_RDBFL51 0xF00618C6          MC 8 Read Data and Bit Flip Register 51
MTU_MC8_RDBFL52 0xF00618C8          MC 8 Read Data and Bit Flip Register 52
MTU_MC8_RDBFL53 0xF00618CA          MC 8 Read Data and Bit Flip Register 53
MTU_MC8_RDBFL54 0xF00618CC          MC 8 Read Data and Bit Flip Register 54
MTU_MC8_RDBFL55 0xF00618CE          MC 8 Read Data and Bit Flip Register 55
MTU_MC8_RDBFL56 0xF00618D0          MC 8 Read Data and Bit Flip Register 56
MTU_MC8_RDBFL57 0xF00618D2          MC 8 Read Data and Bit Flip Register 57
MTU_MC8_RDBFL58 0xF00618D4          MC 8 Read Data and Bit Flip Register 58
MTU_MC8_RDBFL59 0xF00618D6          MC 8 Read Data and Bit Flip Register 59
MTU_MC8_RDBFL60 0xF00618D8          MC 8 Read Data and Bit Flip Register 60
MTU_MC8_RDBFL61 0xF00618DA          MC 8 Read Data and Bit Flip Register 61
MTU_MC8_RDBFL62 0xF00618DC          MC 8 Read Data and Bit Flip Register 62
MTU_MC8_RDBFL63 0xF00618DE          MC 8 Read Data and Bit Flip Register 63
MTU_MC8_RDBFL64 0xF00618E0          MC 8 Read Data and Bit Flip Register 64
MTU_MC8_RDBFL65 0xF00618E2          MC 8 Read Data and Bit Flip Register 65
MTU_MC8_RDBFL66 0xF00618E4          MC 8 Read Data and Bit Flip Register 66
MTU_MC8_ALMSRCS 0xF00618EE          MC 8 Alarm Sources Configuration Register
MTU_MC8_FAULTSTS 0xF00618F0          MC 8 SSH Safety Faults Status Register
MTU_MC8_ERRINFO0 0xF00618F2          MC 8 Error Information Register 0
MTU_MC8_ERRINFO1 0xF00618F4          MC 8 Error Information Register 1
MTU_MC8_ERRINFO2 0xF00618F6          MC 8 Error Information Register 2
MTU_MC8_ERRINFO3 0xF00618F8          MC 8 Error Information Register 3
MTU_MC8_ERRINFO4 0xF00618FA          MC 8 Error Information Register 4
MTU_MC9_CONFIG0 0xF0061900          MC 9 Configuration Register 0
MTU_MC9_CONFIG1 0xF0061902          MC 9 Configuration Register 1
MTU_MC9_MCONTROL 0xF0061904          MC 9 MBIST Control Register
MTU_MC9_MSTATUS 0xF0061906          MC 9 Status Register
MTU_MC9_RANGE   0xF0061908          MC 9 Range Register, single address mode
MTU_MC9_REVID   0xF006190C          MC 9 Revision ID Register
MTU_MC9_ECCS    0xF006190E          MC 9 ECC Safety Register
MTU_MC9_ECCD    0xF0061910          MC 9 Memory ECC Detection Register
MTU_MC9_ETRR0   0xF0061912          MC 9 Error Tracking Register 0
MTU_MC9_ETRR1   0xF0061914          MC 9 Error Tracking Register 1
MTU_MC9_ETRR2   0xF0061916          MC 9 Error Tracking Register 2
MTU_MC9_ETRR3   0xF0061918          MC 9 Error Tracking Register 3
MTU_MC9_ETRR4   0xF006191A          MC 9 Error Tracking Register 4
MTU_MC9_RDBFL0  0xF0061960          MC 9 Read Data and Bit Flip Register 0
MTU_MC9_RDBFL1  0xF0061962          MC 9 Read Data and Bit Flip Register 1
MTU_MC9_RDBFL2  0xF0061964          MC 9 Read Data and Bit Flip Register 2
MTU_MC9_RDBFL3  0xF0061966          MC 9 Read Data and Bit Flip Register 3
MTU_MC9_RDBFL4  0xF0061968          MC 9 Read Data and Bit Flip Register 4
MTU_MC9_RDBFL5  0xF006196A          MC 9 Read Data and Bit Flip Register 5
MTU_MC9_RDBFL6  0xF006196C          MC 9 Read Data and Bit Flip Register 6
MTU_MC9_RDBFL7  0xF006196E          MC 9 Read Data and Bit Flip Register 7
MTU_MC9_RDBFL8  0xF0061970          MC 9 Read Data and Bit Flip Register 8
MTU_MC9_RDBFL9  0xF0061972          MC 9 Read Data and Bit Flip Register 9
MTU_MC9_RDBFL10 0xF0061974          MC 9 Read Data and Bit Flip Register 10
MTU_MC9_RDBFL11 0xF0061976          MC 9 Read Data and Bit Flip Register 11
MTU_MC9_RDBFL12 0xF0061978          MC 9 Read Data and Bit Flip Register 12
MTU_MC9_RDBFL13 0xF006197A          MC 9 Read Data and Bit Flip Register 13
MTU_MC9_RDBFL14 0xF006197C          MC 9 Read Data and Bit Flip Register 14
MTU_MC9_RDBFL15 0xF006197E          MC 9 Read Data and Bit Flip Register 15
MTU_MC9_RDBFL16 0xF0061980          MC 9 Read Data and Bit Flip Register 16
MTU_MC9_RDBFL17 0xF0061982          MC 9 Read Data and Bit Flip Register 17
MTU_MC9_RDBFL18 0xF0061984          MC 9 Read Data and Bit Flip Register 18
MTU_MC9_RDBFL19 0xF0061986          MC 9 Read Data and Bit Flip Register 19
MTU_MC9_RDBFL20 0xF0061988          MC 9 Read Data and Bit Flip Register 20
MTU_MC9_RDBFL21 0xF006198A          MC 9 Read Data and Bit Flip Register 21
MTU_MC9_RDBFL22 0xF006198C          MC 9 Read Data and Bit Flip Register 22
MTU_MC9_RDBFL23 0xF006198E          MC 9 Read Data and Bit Flip Register 23
MTU_MC9_RDBFL24 0xF0061990          MC 9 Read Data and Bit Flip Register 24
MTU_MC9_RDBFL25 0xF0061992          MC 9 Read Data and Bit Flip Register 25
MTU_MC9_RDBFL26 0xF0061994          MC 9 Read Data and Bit Flip Register 26
MTU_MC9_RDBFL27 0xF0061996          MC 9 Read Data and Bit Flip Register 27
MTU_MC9_RDBFL28 0xF0061998          MC 9 Read Data and Bit Flip Register 28
MTU_MC9_RDBFL29 0xF006199A          MC 9 Read Data and Bit Flip Register 29
MTU_MC9_RDBFL30 0xF006199C          MC 9 Read Data and Bit Flip Register 30
MTU_MC9_RDBFL31 0xF006199E          MC 9 Read Data and Bit Flip Register 31
MTU_MC9_RDBFL32 0xF00619A0          MC 9 Read Data and Bit Flip Register 32
MTU_MC9_RDBFL33 0xF00619A2          MC 9 Read Data and Bit Flip Register 33
MTU_MC9_RDBFL34 0xF00619A4          MC 9 Read Data and Bit Flip Register 34
MTU_MC9_RDBFL35 0xF00619A6          MC 9 Read Data and Bit Flip Register 35
MTU_MC9_RDBFL36 0xF00619A8          MC 9 Read Data and Bit Flip Register 36
MTU_MC9_RDBFL37 0xF00619AA          MC 9 Read Data and Bit Flip Register 37
MTU_MC9_RDBFL38 0xF00619AC          MC 9 Read Data and Bit Flip Register 38
MTU_MC9_RDBFL39 0xF00619AE          MC 9 Read Data and Bit Flip Register 39
MTU_MC9_RDBFL40 0xF00619B0          MC 9 Read Data and Bit Flip Register 40
MTU_MC9_RDBFL41 0xF00619B2          MC 9 Read Data and Bit Flip Register 41
MTU_MC9_RDBFL42 0xF00619B4          MC 9 Read Data and Bit Flip Register 42
MTU_MC9_RDBFL43 0xF00619B6          MC 9 Read Data and Bit Flip Register 43
MTU_MC9_RDBFL44 0xF00619B8          MC 9 Read Data and Bit Flip Register 44
MTU_MC9_RDBFL45 0xF00619BA          MC 9 Read Data and Bit Flip Register 45
MTU_MC9_RDBFL46 0xF00619BC          MC 9 Read Data and Bit Flip Register 46
MTU_MC9_RDBFL47 0xF00619BE          MC 9 Read Data and Bit Flip Register 47
MTU_MC9_RDBFL48 0xF00619C0          MC 9 Read Data and Bit Flip Register 48
MTU_MC9_RDBFL49 0xF00619C2          MC 9 Read Data and Bit Flip Register 49
MTU_MC9_RDBFL50 0xF00619C4          MC 9 Read Data and Bit Flip Register 50
MTU_MC9_RDBFL51 0xF00619C6          MC 9 Read Data and Bit Flip Register 51
MTU_MC9_RDBFL52 0xF00619C8          MC 9 Read Data and Bit Flip Register 52
MTU_MC9_RDBFL53 0xF00619CA          MC 9 Read Data and Bit Flip Register 53
MTU_MC9_RDBFL54 0xF00619CC          MC 9 Read Data and Bit Flip Register 54
MTU_MC9_RDBFL55 0xF00619CE          MC 9 Read Data and Bit Flip Register 55
MTU_MC9_RDBFL56 0xF00619D0          MC 9 Read Data and Bit Flip Register 56
MTU_MC9_RDBFL57 0xF00619D2          MC 9 Read Data and Bit Flip Register 57
MTU_MC9_RDBFL58 0xF00619D4          MC 9 Read Data and Bit Flip Register 58
MTU_MC9_RDBFL59 0xF00619D6          MC 9 Read Data and Bit Flip Register 59
MTU_MC9_RDBFL60 0xF00619D8          MC 9 Read Data and Bit Flip Register 60
MTU_MC9_RDBFL61 0xF00619DA          MC 9 Read Data and Bit Flip Register 61
MTU_MC9_RDBFL62 0xF00619DC          MC 9 Read Data and Bit Flip Register 62
MTU_MC9_RDBFL63 0xF00619DE          MC 9 Read Data and Bit Flip Register 63
MTU_MC9_RDBFL64 0xF00619E0          MC 9 Read Data and Bit Flip Register 64
MTU_MC9_RDBFL65 0xF00619E2          MC 9 Read Data and Bit Flip Register 65
MTU_MC9_RDBFL66 0xF00619E4          MC 9 Read Data and Bit Flip Register 66
MTU_MC9_ALMSRCS 0xF00619EE          MC 9 Alarm Sources Configuration Register
MTU_MC9_FAULTSTS 0xF00619F0          MC 9 SSH Safety Faults Status Register
MTU_MC9_ERRINFO0 0xF00619F2          MC 9 Error Information Register 0
MTU_MC9_ERRINFO1 0xF00619F4          MC 9 Error Information Register 1
MTU_MC9_ERRINFO2 0xF00619F6          MC 9 Error Information Register 2
MTU_MC9_ERRINFO3 0xF00619F8          MC 9 Error Information Register 3
MTU_MC9_ERRINFO4 0xF00619FA          MC 9 Error Information Register 4
MTU_MC10_CONFIG0 0xF0061A00          MC 10 Configuration Register 0
MTU_MC10_CONFIG1 0xF0061A02          MC 10 Configuration Register 1
MTU_MC10_MCONTROL 0xF0061A04          MC 10 MBIST Control Register
MTU_MC10_MSTATUS 0xF0061A06          MC 10 Status Register
MTU_MC10_RANGE  0xF0061A08          MC 10 Range Register, single address mode
MTU_MC10_REVID  0xF0061A0C          MC 10 Revision ID Register
MTU_MC10_ECCS   0xF0061A0E          MC 10 ECC Safety Register
MTU_MC10_ECCD   0xF0061A10          MC 10 Memory ECC Detection Register
MTU_MC10_ETRR0  0xF0061A12          MC 10 Error Tracking Register 0
MTU_MC10_ETRR1  0xF0061A14          MC 10 Error Tracking Register 1
MTU_MC10_ETRR2  0xF0061A16          MC 10 Error Tracking Register 2
MTU_MC10_ETRR3  0xF0061A18          MC 10 Error Tracking Register 3
MTU_MC10_ETRR4  0xF0061A1A          MC 10 Error Tracking Register 4
MTU_MC10_RDBFL0 0xF0061A60          MC 10 Read Data and Bit Flip Register 0
MTU_MC10_RDBFL1 0xF0061A62          MC 10 Read Data and Bit Flip Register 1
MTU_MC10_RDBFL2 0xF0061A64          MC 10 Read Data and Bit Flip Register 2
MTU_MC10_RDBFL3 0xF0061A66          MC 10 Read Data and Bit Flip Register 3
MTU_MC10_RDBFL4 0xF0061A68          MC 10 Read Data and Bit Flip Register 4
MTU_MC10_RDBFL5 0xF0061A6A          MC 10 Read Data and Bit Flip Register 5
MTU_MC10_RDBFL6 0xF0061A6C          MC 10 Read Data and Bit Flip Register 6
MTU_MC10_RDBFL7 0xF0061A6E          MC 10 Read Data and Bit Flip Register 7
MTU_MC10_RDBFL8 0xF0061A70          MC 10 Read Data and Bit Flip Register 8
MTU_MC10_RDBFL9 0xF0061A72          MC 10 Read Data and Bit Flip Register 9
MTU_MC10_RDBFL10 0xF0061A74          MC 10 Read Data and Bit Flip Register 10
MTU_MC10_RDBFL11 0xF0061A76          MC 10 Read Data and Bit Flip Register 11
MTU_MC10_RDBFL12 0xF0061A78          MC 10 Read Data and Bit Flip Register 12
MTU_MC10_RDBFL13 0xF0061A7A          MC 10 Read Data and Bit Flip Register 13
MTU_MC10_RDBFL14 0xF0061A7C          MC 10 Read Data and Bit Flip Register 14
MTU_MC10_RDBFL15 0xF0061A7E          MC 10 Read Data and Bit Flip Register 15
MTU_MC10_RDBFL16 0xF0061A80          MC 10 Read Data and Bit Flip Register 16
MTU_MC10_RDBFL17 0xF0061A82          MC 10 Read Data and Bit Flip Register 17
MTU_MC10_RDBFL18 0xF0061A84          MC 10 Read Data and Bit Flip Register 18
MTU_MC10_RDBFL19 0xF0061A86          MC 10 Read Data and Bit Flip Register 19
MTU_MC10_RDBFL20 0xF0061A88          MC 10 Read Data and Bit Flip Register 20
MTU_MC10_RDBFL21 0xF0061A8A          MC 10 Read Data and Bit Flip Register 21
MTU_MC10_RDBFL22 0xF0061A8C          MC 10 Read Data and Bit Flip Register 22
MTU_MC10_RDBFL23 0xF0061A8E          MC 10 Read Data and Bit Flip Register 23
MTU_MC10_RDBFL24 0xF0061A90          MC 10 Read Data and Bit Flip Register 24
MTU_MC10_RDBFL25 0xF0061A92          MC 10 Read Data and Bit Flip Register 25
MTU_MC10_RDBFL26 0xF0061A94          MC 10 Read Data and Bit Flip Register 26
MTU_MC10_RDBFL27 0xF0061A96          MC 10 Read Data and Bit Flip Register 27
MTU_MC10_RDBFL28 0xF0061A98          MC 10 Read Data and Bit Flip Register 28
MTU_MC10_RDBFL29 0xF0061A9A          MC 10 Read Data and Bit Flip Register 29
MTU_MC10_RDBFL30 0xF0061A9C          MC 10 Read Data and Bit Flip Register 30
MTU_MC10_RDBFL31 0xF0061A9E          MC 10 Read Data and Bit Flip Register 31
MTU_MC10_RDBFL32 0xF0061AA0          MC 10 Read Data and Bit Flip Register 32
MTU_MC10_RDBFL33 0xF0061AA2          MC 10 Read Data and Bit Flip Register 33
MTU_MC10_RDBFL34 0xF0061AA4          MC 10 Read Data and Bit Flip Register 34
MTU_MC10_RDBFL35 0xF0061AA6          MC 10 Read Data and Bit Flip Register 35
MTU_MC10_RDBFL36 0xF0061AA8          MC 10 Read Data and Bit Flip Register 36
MTU_MC10_RDBFL37 0xF0061AAA          MC 10 Read Data and Bit Flip Register 37
MTU_MC10_RDBFL38 0xF0061AAC          MC 10 Read Data and Bit Flip Register 38
MTU_MC10_RDBFL39 0xF0061AAE          MC 10 Read Data and Bit Flip Register 39
MTU_MC10_RDBFL40 0xF0061AB0          MC 10 Read Data and Bit Flip Register 40
MTU_MC10_RDBFL41 0xF0061AB2          MC 10 Read Data and Bit Flip Register 41
MTU_MC10_RDBFL42 0xF0061AB4          MC 10 Read Data and Bit Flip Register 42
MTU_MC10_RDBFL43 0xF0061AB6          MC 10 Read Data and Bit Flip Register 43
MTU_MC10_RDBFL44 0xF0061AB8          MC 10 Read Data and Bit Flip Register 44
MTU_MC10_RDBFL45 0xF0061ABA          MC 10 Read Data and Bit Flip Register 45
MTU_MC10_RDBFL46 0xF0061ABC          MC 10 Read Data and Bit Flip Register 46
MTU_MC10_RDBFL47 0xF0061ABE          MC 10 Read Data and Bit Flip Register 47
MTU_MC10_RDBFL48 0xF0061AC0          MC 10 Read Data and Bit Flip Register 48
MTU_MC10_RDBFL49 0xF0061AC2          MC 10 Read Data and Bit Flip Register 49
MTU_MC10_RDBFL50 0xF0061AC4          MC 10 Read Data and Bit Flip Register 50
MTU_MC10_RDBFL51 0xF0061AC6          MC 10 Read Data and Bit Flip Register 51
MTU_MC10_RDBFL52 0xF0061AC8          MC 10 Read Data and Bit Flip Register 52
MTU_MC10_RDBFL53 0xF0061ACA          MC 10 Read Data and Bit Flip Register 53
MTU_MC10_RDBFL54 0xF0061ACC          MC 10 Read Data and Bit Flip Register 54
MTU_MC10_RDBFL55 0xF0061ACE          MC 10 Read Data and Bit Flip Register 55
MTU_MC10_RDBFL56 0xF0061AD0          MC 10 Read Data and Bit Flip Register 56
MTU_MC10_RDBFL57 0xF0061AD2          MC 10 Read Data and Bit Flip Register 57
MTU_MC10_RDBFL58 0xF0061AD4          MC 10 Read Data and Bit Flip Register 58
MTU_MC10_RDBFL59 0xF0061AD6          MC 10 Read Data and Bit Flip Register 59
MTU_MC10_RDBFL60 0xF0061AD8          MC 10 Read Data and Bit Flip Register 60
MTU_MC10_RDBFL61 0xF0061ADA          MC 10 Read Data and Bit Flip Register 61
MTU_MC10_RDBFL62 0xF0061ADC          MC 10 Read Data and Bit Flip Register 62
MTU_MC10_RDBFL63 0xF0061ADE          MC 10 Read Data and Bit Flip Register 63
MTU_MC10_RDBFL64 0xF0061AE0          MC 10 Read Data and Bit Flip Register 64
MTU_MC10_RDBFL65 0xF0061AE2          MC 10 Read Data and Bit Flip Register 65
MTU_MC10_RDBFL66 0xF0061AE4          MC 10 Read Data and Bit Flip Register 66
MTU_MC10_ALMSRCS 0xF0061AEE          MC 10 Alarm Sources Configuration Register
MTU_MC10_FAULTSTS 0xF0061AF0          MC 10 SSH Safety Faults Status Register
MTU_MC10_ERRINFO0 0xF0061AF2          MC 10 Error Information Register 0
MTU_MC10_ERRINFO1 0xF0061AF4          MC 10 Error Information Register 1
MTU_MC10_ERRINFO2 0xF0061AF6          MC 10 Error Information Register 2
MTU_MC10_ERRINFO3 0xF0061AF8          MC 10 Error Information Register 3
MTU_MC10_ERRINFO4 0xF0061AFA          MC 10 Error Information Register 4
MTU_MC11_CONFIG0 0xF0061B00          MC 11 Configuration Register 0
MTU_MC11_CONFIG1 0xF0061B02          MC 11 Configuration Register 1
MTU_MC11_MCONTROL 0xF0061B04          MC 11 MBIST Control Register
MTU_MC11_MSTATUS 0xF0061B06          MC 11 Status Register
MTU_MC11_RANGE  0xF0061B08          MC 11 Range Register, single address mode
MTU_MC11_REVID  0xF0061B0C          MC 11 Revision ID Register
MTU_MC11_ECCS   0xF0061B0E          MC 11 ECC Safety Register
MTU_MC11_ECCD   0xF0061B10          MC 11 Memory ECC Detection Register
MTU_MC11_ETRR0  0xF0061B12          MC 11 Error Tracking Register 0
MTU_MC11_ETRR1  0xF0061B14          MC 11 Error Tracking Register 1
MTU_MC11_ETRR2  0xF0061B16          MC 11 Error Tracking Register 2
MTU_MC11_ETRR3  0xF0061B18          MC 11 Error Tracking Register 3
MTU_MC11_ETRR4  0xF0061B1A          MC 11 Error Tracking Register 4
MTU_MC11_RDBFL0 0xF0061B60          MC 11 Read Data and Bit Flip Register 0
MTU_MC11_RDBFL1 0xF0061B62          MC 11 Read Data and Bit Flip Register 1
MTU_MC11_RDBFL2 0xF0061B64          MC 11 Read Data and Bit Flip Register 2
MTU_MC11_RDBFL3 0xF0061B66          MC 11 Read Data and Bit Flip Register 3
MTU_MC11_RDBFL4 0xF0061B68          MC 11 Read Data and Bit Flip Register 4
MTU_MC11_RDBFL5 0xF0061B6A          MC 11 Read Data and Bit Flip Register 5
MTU_MC11_RDBFL6 0xF0061B6C          MC 11 Read Data and Bit Flip Register 6
MTU_MC11_RDBFL7 0xF0061B6E          MC 11 Read Data and Bit Flip Register 7
MTU_MC11_RDBFL8 0xF0061B70          MC 11 Read Data and Bit Flip Register 8
MTU_MC11_RDBFL9 0xF0061B72          MC 11 Read Data and Bit Flip Register 9
MTU_MC11_RDBFL10 0xF0061B74          MC 11 Read Data and Bit Flip Register 10
MTU_MC11_RDBFL11 0xF0061B76          MC 11 Read Data and Bit Flip Register 11
MTU_MC11_RDBFL12 0xF0061B78          MC 11 Read Data and Bit Flip Register 12
MTU_MC11_RDBFL13 0xF0061B7A          MC 11 Read Data and Bit Flip Register 13
MTU_MC11_RDBFL14 0xF0061B7C          MC 11 Read Data and Bit Flip Register 14
MTU_MC11_RDBFL15 0xF0061B7E          MC 11 Read Data and Bit Flip Register 15
MTU_MC11_RDBFL16 0xF0061B80          MC 11 Read Data and Bit Flip Register 16
MTU_MC11_RDBFL17 0xF0061B82          MC 11 Read Data and Bit Flip Register 17
MTU_MC11_RDBFL18 0xF0061B84          MC 11 Read Data and Bit Flip Register 18
MTU_MC11_RDBFL19 0xF0061B86          MC 11 Read Data and Bit Flip Register 19
MTU_MC11_RDBFL20 0xF0061B88          MC 11 Read Data and Bit Flip Register 20
MTU_MC11_RDBFL21 0xF0061B8A          MC 11 Read Data and Bit Flip Register 21
MTU_MC11_RDBFL22 0xF0061B8C          MC 11 Read Data and Bit Flip Register 22
MTU_MC11_RDBFL23 0xF0061B8E          MC 11 Read Data and Bit Flip Register 23
MTU_MC11_RDBFL24 0xF0061B90          MC 11 Read Data and Bit Flip Register 24
MTU_MC11_RDBFL25 0xF0061B92          MC 11 Read Data and Bit Flip Register 25
MTU_MC11_RDBFL26 0xF0061B94          MC 11 Read Data and Bit Flip Register 26
MTU_MC11_RDBFL27 0xF0061B96          MC 11 Read Data and Bit Flip Register 27
MTU_MC11_RDBFL28 0xF0061B98          MC 11 Read Data and Bit Flip Register 28
MTU_MC11_RDBFL29 0xF0061B9A          MC 11 Read Data and Bit Flip Register 29
MTU_MC11_RDBFL30 0xF0061B9C          MC 11 Read Data and Bit Flip Register 30
MTU_MC11_RDBFL31 0xF0061B9E          MC 11 Read Data and Bit Flip Register 31
MTU_MC11_RDBFL32 0xF0061BA0          MC 11 Read Data and Bit Flip Register 32
MTU_MC11_RDBFL33 0xF0061BA2          MC 11 Read Data and Bit Flip Register 33
MTU_MC11_RDBFL34 0xF0061BA4          MC 11 Read Data and Bit Flip Register 34
MTU_MC11_RDBFL35 0xF0061BA6          MC 11 Read Data and Bit Flip Register 35
MTU_MC11_RDBFL36 0xF0061BA8          MC 11 Read Data and Bit Flip Register 36
MTU_MC11_RDBFL37 0xF0061BAA          MC 11 Read Data and Bit Flip Register 37
MTU_MC11_RDBFL38 0xF0061BAC          MC 11 Read Data and Bit Flip Register 38
MTU_MC11_RDBFL39 0xF0061BAE          MC 11 Read Data and Bit Flip Register 39
MTU_MC11_RDBFL40 0xF0061BB0          MC 11 Read Data and Bit Flip Register 40
MTU_MC11_RDBFL41 0xF0061BB2          MC 11 Read Data and Bit Flip Register 41
MTU_MC11_RDBFL42 0xF0061BB4          MC 11 Read Data and Bit Flip Register 42
MTU_MC11_RDBFL43 0xF0061BB6          MC 11 Read Data and Bit Flip Register 43
MTU_MC11_RDBFL44 0xF0061BB8          MC 11 Read Data and Bit Flip Register 44
MTU_MC11_RDBFL45 0xF0061BBA          MC 11 Read Data and Bit Flip Register 45
MTU_MC11_RDBFL46 0xF0061BBC          MC 11 Read Data and Bit Flip Register 46
MTU_MC11_RDBFL47 0xF0061BBE          MC 11 Read Data and Bit Flip Register 47
MTU_MC11_RDBFL48 0xF0061BC0          MC 11 Read Data and Bit Flip Register 48
MTU_MC11_RDBFL49 0xF0061BC2          MC 11 Read Data and Bit Flip Register 49
MTU_MC11_RDBFL50 0xF0061BC4          MC 11 Read Data and Bit Flip Register 50
MTU_MC11_RDBFL51 0xF0061BC6          MC 11 Read Data and Bit Flip Register 51
MTU_MC11_RDBFL52 0xF0061BC8          MC 11 Read Data and Bit Flip Register 52
MTU_MC11_RDBFL53 0xF0061BCA          MC 11 Read Data and Bit Flip Register 53
MTU_MC11_RDBFL54 0xF0061BCC          MC 11 Read Data and Bit Flip Register 54
MTU_MC11_RDBFL55 0xF0061BCE          MC 11 Read Data and Bit Flip Register 55
MTU_MC11_RDBFL56 0xF0061BD0          MC 11 Read Data and Bit Flip Register 56
MTU_MC11_RDBFL57 0xF0061BD2          MC 11 Read Data and Bit Flip Register 57
MTU_MC11_RDBFL58 0xF0061BD4          MC 11 Read Data and Bit Flip Register 58
MTU_MC11_RDBFL59 0xF0061BD6          MC 11 Read Data and Bit Flip Register 59
MTU_MC11_RDBFL60 0xF0061BD8          MC 11 Read Data and Bit Flip Register 60
MTU_MC11_RDBFL61 0xF0061BDA          MC 11 Read Data and Bit Flip Register 61
MTU_MC11_RDBFL62 0xF0061BDC          MC 11 Read Data and Bit Flip Register 62
MTU_MC11_RDBFL63 0xF0061BDE          MC 11 Read Data and Bit Flip Register 63
MTU_MC11_RDBFL64 0xF0061BE0          MC 11 Read Data and Bit Flip Register 64
MTU_MC11_RDBFL65 0xF0061BE2          MC 11 Read Data and Bit Flip Register 65
MTU_MC11_RDBFL66 0xF0061BE4          MC 11 Read Data and Bit Flip Register 66
MTU_MC11_ALMSRCS 0xF0061BEE          MC 11 Alarm Sources Configuration Register
MTU_MC11_FAULTSTS 0xF0061BF0          MC 11 SSH Safety Faults Status Register
MTU_MC11_ERRINFO0 0xF0061BF2          MC 11 Error Information Register 0
MTU_MC11_ERRINFO1 0xF0061BF4          MC 11 Error Information Register 1
MTU_MC11_ERRINFO2 0xF0061BF6          MC 11 Error Information Register 2
MTU_MC11_ERRINFO3 0xF0061BF8          MC 11 Error Information Register 3
MTU_MC11_ERRINFO4 0xF0061BFA          MC 11 Error Information Register 4
MTU_MC12_CONFIG0 0xF0061C00          MC 12 Configuration Register 0
MTU_MC12_CONFIG1 0xF0061C02          MC 12 Configuration Register 1
MTU_MC12_MCONTROL 0xF0061C04          MC 12 MBIST Control Register
MTU_MC12_MSTATUS 0xF0061C06          MC 12 Status Register
MTU_MC12_RANGE  0xF0061C08          MC 12 Range Register, single address mode
MTU_MC12_REVID  0xF0061C0C          MC 12 Revision ID Register
MTU_MC12_ECCS   0xF0061C0E          MC 12 ECC Safety Register
MTU_MC12_ECCD   0xF0061C10          MC 12 Memory ECC Detection Register
MTU_MC12_ETRR0  0xF0061C12          MC 12 Error Tracking Register 0
MTU_MC12_ETRR1  0xF0061C14          MC 12 Error Tracking Register 1
MTU_MC12_ETRR2  0xF0061C16          MC 12 Error Tracking Register 2
MTU_MC12_ETRR3  0xF0061C18          MC 12 Error Tracking Register 3
MTU_MC12_ETRR4  0xF0061C1A          MC 12 Error Tracking Register 4
MTU_MC12_RDBFL0 0xF0061C60          MC 12 Read Data and Bit Flip Register 0
MTU_MC12_RDBFL1 0xF0061C62          MC 12 Read Data and Bit Flip Register 1
MTU_MC12_RDBFL2 0xF0061C64          MC 12 Read Data and Bit Flip Register 2
MTU_MC12_RDBFL3 0xF0061C66          MC 12 Read Data and Bit Flip Register 3
MTU_MC12_RDBFL4 0xF0061C68          MC 12 Read Data and Bit Flip Register 4
MTU_MC12_RDBFL5 0xF0061C6A          MC 12 Read Data and Bit Flip Register 5
MTU_MC12_RDBFL6 0xF0061C6C          MC 12 Read Data and Bit Flip Register 6
MTU_MC12_RDBFL7 0xF0061C6E          MC 12 Read Data and Bit Flip Register 7
MTU_MC12_RDBFL8 0xF0061C70          MC 12 Read Data and Bit Flip Register 8
MTU_MC12_RDBFL9 0xF0061C72          MC 12 Read Data and Bit Flip Register 9
MTU_MC12_RDBFL10 0xF0061C74          MC 12 Read Data and Bit Flip Register 10
MTU_MC12_RDBFL11 0xF0061C76          MC 12 Read Data and Bit Flip Register 11
MTU_MC12_RDBFL12 0xF0061C78          MC 12 Read Data and Bit Flip Register 12
MTU_MC12_RDBFL13 0xF0061C7A          MC 12 Read Data and Bit Flip Register 13
MTU_MC12_RDBFL14 0xF0061C7C          MC 12 Read Data and Bit Flip Register 14
MTU_MC12_RDBFL15 0xF0061C7E          MC 12 Read Data and Bit Flip Register 15
MTU_MC12_RDBFL16 0xF0061C80          MC 12 Read Data and Bit Flip Register 16
MTU_MC12_RDBFL17 0xF0061C82          MC 12 Read Data and Bit Flip Register 17
MTU_MC12_RDBFL18 0xF0061C84          MC 12 Read Data and Bit Flip Register 18
MTU_MC12_RDBFL19 0xF0061C86          MC 12 Read Data and Bit Flip Register 19
MTU_MC12_RDBFL20 0xF0061C88          MC 12 Read Data and Bit Flip Register 20
MTU_MC12_RDBFL21 0xF0061C8A          MC 12 Read Data and Bit Flip Register 21
MTU_MC12_RDBFL22 0xF0061C8C          MC 12 Read Data and Bit Flip Register 22
MTU_MC12_RDBFL23 0xF0061C8E          MC 12 Read Data and Bit Flip Register 23
MTU_MC12_RDBFL24 0xF0061C90          MC 12 Read Data and Bit Flip Register 24
MTU_MC12_RDBFL25 0xF0061C92          MC 12 Read Data and Bit Flip Register 25
MTU_MC12_RDBFL26 0xF0061C94          MC 12 Read Data and Bit Flip Register 26
MTU_MC12_RDBFL27 0xF0061C96          MC 12 Read Data and Bit Flip Register 27
MTU_MC12_RDBFL28 0xF0061C98          MC 12 Read Data and Bit Flip Register 28
MTU_MC12_RDBFL29 0xF0061C9A          MC 12 Read Data and Bit Flip Register 29
MTU_MC12_RDBFL30 0xF0061C9C          MC 12 Read Data and Bit Flip Register 30
MTU_MC12_RDBFL31 0xF0061C9E          MC 12 Read Data and Bit Flip Register 31
MTU_MC12_RDBFL32 0xF0061CA0          MC 12 Read Data and Bit Flip Register 32
MTU_MC12_RDBFL33 0xF0061CA2          MC 12 Read Data and Bit Flip Register 33
MTU_MC12_RDBFL34 0xF0061CA4          MC 12 Read Data and Bit Flip Register 34
MTU_MC12_RDBFL35 0xF0061CA6          MC 12 Read Data and Bit Flip Register 35
MTU_MC12_RDBFL36 0xF0061CA8          MC 12 Read Data and Bit Flip Register 36
MTU_MC12_RDBFL37 0xF0061CAA          MC 12 Read Data and Bit Flip Register 37
MTU_MC12_RDBFL38 0xF0061CAC          MC 12 Read Data and Bit Flip Register 38
MTU_MC12_RDBFL39 0xF0061CAE          MC 12 Read Data and Bit Flip Register 39
MTU_MC12_RDBFL40 0xF0061CB0          MC 12 Read Data and Bit Flip Register 40
MTU_MC12_RDBFL41 0xF0061CB2          MC 12 Read Data and Bit Flip Register 41
MTU_MC12_RDBFL42 0xF0061CB4          MC 12 Read Data and Bit Flip Register 42
MTU_MC12_RDBFL43 0xF0061CB6          MC 12 Read Data and Bit Flip Register 43
MTU_MC12_RDBFL44 0xF0061CB8          MC 12 Read Data and Bit Flip Register 44
MTU_MC12_RDBFL45 0xF0061CBA          MC 12 Read Data and Bit Flip Register 45
MTU_MC12_RDBFL46 0xF0061CBC          MC 12 Read Data and Bit Flip Register 46
MTU_MC12_RDBFL47 0xF0061CBE          MC 12 Read Data and Bit Flip Register 47
MTU_MC12_RDBFL48 0xF0061CC0          MC 12 Read Data and Bit Flip Register 48
MTU_MC12_RDBFL49 0xF0061CC2          MC 12 Read Data and Bit Flip Register 49
MTU_MC12_RDBFL50 0xF0061CC4          MC 12 Read Data and Bit Flip Register 50
MTU_MC12_RDBFL51 0xF0061CC6          MC 12 Read Data and Bit Flip Register 51
MTU_MC12_RDBFL52 0xF0061CC8          MC 12 Read Data and Bit Flip Register 52
MTU_MC12_RDBFL53 0xF0061CCA          MC 12 Read Data and Bit Flip Register 53
MTU_MC12_RDBFL54 0xF0061CCC          MC 12 Read Data and Bit Flip Register 54
MTU_MC12_RDBFL55 0xF0061CCE          MC 12 Read Data and Bit Flip Register 55
MTU_MC12_RDBFL56 0xF0061CD0          MC 12 Read Data and Bit Flip Register 56
MTU_MC12_RDBFL57 0xF0061CD2          MC 12 Read Data and Bit Flip Register 57
MTU_MC12_RDBFL58 0xF0061CD4          MC 12 Read Data and Bit Flip Register 58
MTU_MC12_RDBFL59 0xF0061CD6          MC 12 Read Data and Bit Flip Register 59
MTU_MC12_RDBFL60 0xF0061CD8          MC 12 Read Data and Bit Flip Register 60
MTU_MC12_RDBFL61 0xF0061CDA          MC 12 Read Data and Bit Flip Register 61
MTU_MC12_RDBFL62 0xF0061CDC          MC 12 Read Data and Bit Flip Register 62
MTU_MC12_RDBFL63 0xF0061CDE          MC 12 Read Data and Bit Flip Register 63
MTU_MC12_RDBFL64 0xF0061CE0          MC 12 Read Data and Bit Flip Register 64
MTU_MC12_RDBFL65 0xF0061CE2          MC 12 Read Data and Bit Flip Register 65
MTU_MC12_RDBFL66 0xF0061CE4          MC 12 Read Data and Bit Flip Register 66
MTU_MC12_ALMSRCS 0xF0061CEE          MC 12 Alarm Sources Configuration Register
MTU_MC12_FAULTSTS 0xF0061CF0          MC 12 SSH Safety Faults Status Register
MTU_MC12_ERRINFO0 0xF0061CF2          MC 12 Error Information Register 0
MTU_MC12_ERRINFO1 0xF0061CF4          MC 12 Error Information Register 1
MTU_MC12_ERRINFO2 0xF0061CF6          MC 12 Error Information Register 2
MTU_MC12_ERRINFO3 0xF0061CF8          MC 12 Error Information Register 3
MTU_MC12_ERRINFO4 0xF0061CFA          MC 12 Error Information Register 4
MTU_MC13_CONFIG0 0xF0061D00          MC 13 Configuration Register 0
MTU_MC13_CONFIG1 0xF0061D02          MC 13 Configuration Register 1
MTU_MC13_MCONTROL 0xF0061D04          MC 13 MBIST Control Register
MTU_MC13_MSTATUS 0xF0061D06          MC 13 Status Register
MTU_MC13_RANGE  0xF0061D08          MC 13 Range Register, single address mode
MTU_MC13_REVID  0xF0061D0C          MC 13 Revision ID Register
MTU_MC13_ECCS   0xF0061D0E          MC 13 ECC Safety Register
MTU_MC13_ECCD   0xF0061D10          MC 13 Memory ECC Detection Register
MTU_MC13_ETRR0  0xF0061D12          MC 13 Error Tracking Register 0
MTU_MC13_ETRR1  0xF0061D14          MC 13 Error Tracking Register 1
MTU_MC13_ETRR2  0xF0061D16          MC 13 Error Tracking Register 2
MTU_MC13_ETRR3  0xF0061D18          MC 13 Error Tracking Register 3
MTU_MC13_ETRR4  0xF0061D1A          MC 13 Error Tracking Register 4
MTU_MC13_RDBFL0 0xF0061D60          MC 13 Read Data and Bit Flip Register 0
MTU_MC13_RDBFL1 0xF0061D62          MC 13 Read Data and Bit Flip Register 1
MTU_MC13_RDBFL2 0xF0061D64          MC 13 Read Data and Bit Flip Register 2
MTU_MC13_RDBFL3 0xF0061D66          MC 13 Read Data and Bit Flip Register 3
MTU_MC13_RDBFL4 0xF0061D68          MC 13 Read Data and Bit Flip Register 4
MTU_MC13_RDBFL5 0xF0061D6A          MC 13 Read Data and Bit Flip Register 5
MTU_MC13_RDBFL6 0xF0061D6C          MC 13 Read Data and Bit Flip Register 6
MTU_MC13_RDBFL7 0xF0061D6E          MC 13 Read Data and Bit Flip Register 7
MTU_MC13_RDBFL8 0xF0061D70          MC 13 Read Data and Bit Flip Register 8
MTU_MC13_RDBFL9 0xF0061D72          MC 13 Read Data and Bit Flip Register 9
MTU_MC13_RDBFL10 0xF0061D74          MC 13 Read Data and Bit Flip Register 10
MTU_MC13_RDBFL11 0xF0061D76          MC 13 Read Data and Bit Flip Register 11
MTU_MC13_RDBFL12 0xF0061D78          MC 13 Read Data and Bit Flip Register 12
MTU_MC13_RDBFL13 0xF0061D7A          MC 13 Read Data and Bit Flip Register 13
MTU_MC13_RDBFL14 0xF0061D7C          MC 13 Read Data and Bit Flip Register 14
MTU_MC13_RDBFL15 0xF0061D7E          MC 13 Read Data and Bit Flip Register 15
MTU_MC13_RDBFL16 0xF0061D80          MC 13 Read Data and Bit Flip Register 16
MTU_MC13_RDBFL17 0xF0061D82          MC 13 Read Data and Bit Flip Register 17
MTU_MC13_RDBFL18 0xF0061D84          MC 13 Read Data and Bit Flip Register 18
MTU_MC13_RDBFL19 0xF0061D86          MC 13 Read Data and Bit Flip Register 19
MTU_MC13_RDBFL20 0xF0061D88          MC 13 Read Data and Bit Flip Register 20
MTU_MC13_RDBFL21 0xF0061D8A          MC 13 Read Data and Bit Flip Register 21
MTU_MC13_RDBFL22 0xF0061D8C          MC 13 Read Data and Bit Flip Register 22
MTU_MC13_RDBFL23 0xF0061D8E          MC 13 Read Data and Bit Flip Register 23
MTU_MC13_RDBFL24 0xF0061D90          MC 13 Read Data and Bit Flip Register 24
MTU_MC13_RDBFL25 0xF0061D92          MC 13 Read Data and Bit Flip Register 25
MTU_MC13_RDBFL26 0xF0061D94          MC 13 Read Data and Bit Flip Register 26
MTU_MC13_RDBFL27 0xF0061D96          MC 13 Read Data and Bit Flip Register 27
MTU_MC13_RDBFL28 0xF0061D98          MC 13 Read Data and Bit Flip Register 28
MTU_MC13_RDBFL29 0xF0061D9A          MC 13 Read Data and Bit Flip Register 29
MTU_MC13_RDBFL30 0xF0061D9C          MC 13 Read Data and Bit Flip Register 30
MTU_MC13_RDBFL31 0xF0061D9E          MC 13 Read Data and Bit Flip Register 31
MTU_MC13_RDBFL32 0xF0061DA0          MC 13 Read Data and Bit Flip Register 32
MTU_MC13_RDBFL33 0xF0061DA2          MC 13 Read Data and Bit Flip Register 33
MTU_MC13_RDBFL34 0xF0061DA4          MC 13 Read Data and Bit Flip Register 34
MTU_MC13_RDBFL35 0xF0061DA6          MC 13 Read Data and Bit Flip Register 35
MTU_MC13_RDBFL36 0xF0061DA8          MC 13 Read Data and Bit Flip Register 36
MTU_MC13_RDBFL37 0xF0061DAA          MC 13 Read Data and Bit Flip Register 37
MTU_MC13_RDBFL38 0xF0061DAC          MC 13 Read Data and Bit Flip Register 38
MTU_MC13_RDBFL39 0xF0061DAE          MC 13 Read Data and Bit Flip Register 39
MTU_MC13_RDBFL40 0xF0061DB0          MC 13 Read Data and Bit Flip Register 40
MTU_MC13_RDBFL41 0xF0061DB2          MC 13 Read Data and Bit Flip Register 41
MTU_MC13_RDBFL42 0xF0061DB4          MC 13 Read Data and Bit Flip Register 42
MTU_MC13_RDBFL43 0xF0061DB6          MC 13 Read Data and Bit Flip Register 43
MTU_MC13_RDBFL44 0xF0061DB8          MC 13 Read Data and Bit Flip Register 44
MTU_MC13_RDBFL45 0xF0061DBA          MC 13 Read Data and Bit Flip Register 45
MTU_MC13_RDBFL46 0xF0061DBC          MC 13 Read Data and Bit Flip Register 46
MTU_MC13_RDBFL47 0xF0061DBE          MC 13 Read Data and Bit Flip Register 47
MTU_MC13_RDBFL48 0xF0061DC0          MC 13 Read Data and Bit Flip Register 48
MTU_MC13_RDBFL49 0xF0061DC2          MC 13 Read Data and Bit Flip Register 49
MTU_MC13_RDBFL50 0xF0061DC4          MC 13 Read Data and Bit Flip Register 50
MTU_MC13_RDBFL51 0xF0061DC6          MC 13 Read Data and Bit Flip Register 51
MTU_MC13_RDBFL52 0xF0061DC8          MC 13 Read Data and Bit Flip Register 52
MTU_MC13_RDBFL53 0xF0061DCA          MC 13 Read Data and Bit Flip Register 53
MTU_MC13_RDBFL54 0xF0061DCC          MC 13 Read Data and Bit Flip Register 54
MTU_MC13_RDBFL55 0xF0061DCE          MC 13 Read Data and Bit Flip Register 55
MTU_MC13_RDBFL56 0xF0061DD0          MC 13 Read Data and Bit Flip Register 56
MTU_MC13_RDBFL57 0xF0061DD2          MC 13 Read Data and Bit Flip Register 57
MTU_MC13_RDBFL58 0xF0061DD4          MC 13 Read Data and Bit Flip Register 58
MTU_MC13_RDBFL59 0xF0061DD6          MC 13 Read Data and Bit Flip Register 59
MTU_MC13_RDBFL60 0xF0061DD8          MC 13 Read Data and Bit Flip Register 60
MTU_MC13_RDBFL61 0xF0061DDA          MC 13 Read Data and Bit Flip Register 61
MTU_MC13_RDBFL62 0xF0061DDC          MC 13 Read Data and Bit Flip Register 62
MTU_MC13_RDBFL63 0xF0061DDE          MC 13 Read Data and Bit Flip Register 63
MTU_MC13_RDBFL64 0xF0061DE0          MC 13 Read Data and Bit Flip Register 64
MTU_MC13_RDBFL65 0xF0061DE2          MC 13 Read Data and Bit Flip Register 65
MTU_MC13_RDBFL66 0xF0061DE4          MC 13 Read Data and Bit Flip Register 66
MTU_MC13_ALMSRCS 0xF0061DEE          MC 13 Alarm Sources Configuration Register
MTU_MC13_FAULTSTS 0xF0061DF0          MC 13 SSH Safety Faults Status Register
MTU_MC13_ERRINFO0 0xF0061DF2          MC 13 Error Information Register 0
MTU_MC13_ERRINFO1 0xF0061DF4          MC 13 Error Information Register 1
MTU_MC13_ERRINFO2 0xF0061DF6          MC 13 Error Information Register 2
MTU_MC13_ERRINFO3 0xF0061DF8          MC 13 Error Information Register 3
MTU_MC13_ERRINFO4 0xF0061DFA          MC 13 Error Information Register 4
MTU_MC14_CONFIG0 0xF0061E00          MC 14 Configuration Register 0
MTU_MC14_CONFIG1 0xF0061E02          MC 14 Configuration Register 1
MTU_MC14_MCONTROL 0xF0061E04          MC 14 MBIST Control Register
MTU_MC14_MSTATUS 0xF0061E06          MC 14 Status Register
MTU_MC14_RANGE  0xF0061E08          MC 14 Range Register, single address mode
MTU_MC14_REVID  0xF0061E0C          MC 14 Revision ID Register
MTU_MC14_ECCS   0xF0061E0E          MC 14 ECC Safety Register
MTU_MC14_ECCD   0xF0061E10          MC 14 Memory ECC Detection Register
MTU_MC14_ETRR0  0xF0061E12          MC 14 Error Tracking Register 0
MTU_MC14_ETRR1  0xF0061E14          MC 14 Error Tracking Register 1
MTU_MC14_ETRR2  0xF0061E16          MC 14 Error Tracking Register 2
MTU_MC14_ETRR3  0xF0061E18          MC 14 Error Tracking Register 3
MTU_MC14_ETRR4  0xF0061E1A          MC 14 Error Tracking Register 4
MTU_MC14_RDBFL0 0xF0061E60          MC 14 Read Data and Bit Flip Register 0
MTU_MC14_RDBFL1 0xF0061E62          MC 14 Read Data and Bit Flip Register 1
MTU_MC14_RDBFL2 0xF0061E64          MC 14 Read Data and Bit Flip Register 2
MTU_MC14_RDBFL3 0xF0061E66          MC 14 Read Data and Bit Flip Register 3
MTU_MC14_RDBFL4 0xF0061E68          MC 14 Read Data and Bit Flip Register 4
MTU_MC14_RDBFL5 0xF0061E6A          MC 14 Read Data and Bit Flip Register 5
MTU_MC14_RDBFL6 0xF0061E6C          MC 14 Read Data and Bit Flip Register 6
MTU_MC14_RDBFL7 0xF0061E6E          MC 14 Read Data and Bit Flip Register 7
MTU_MC14_RDBFL8 0xF0061E70          MC 14 Read Data and Bit Flip Register 8
MTU_MC14_RDBFL9 0xF0061E72          MC 14 Read Data and Bit Flip Register 9
MTU_MC14_RDBFL10 0xF0061E74          MC 14 Read Data and Bit Flip Register 10
MTU_MC14_RDBFL11 0xF0061E76          MC 14 Read Data and Bit Flip Register 11
MTU_MC14_RDBFL12 0xF0061E78          MC 14 Read Data and Bit Flip Register 12
MTU_MC14_RDBFL13 0xF0061E7A          MC 14 Read Data and Bit Flip Register 13
MTU_MC14_RDBFL14 0xF0061E7C          MC 14 Read Data and Bit Flip Register 14
MTU_MC14_RDBFL15 0xF0061E7E          MC 14 Read Data and Bit Flip Register 15
MTU_MC14_RDBFL16 0xF0061E80          MC 14 Read Data and Bit Flip Register 16
MTU_MC14_RDBFL17 0xF0061E82          MC 14 Read Data and Bit Flip Register 17
MTU_MC14_RDBFL18 0xF0061E84          MC 14 Read Data and Bit Flip Register 18
MTU_MC14_RDBFL19 0xF0061E86          MC 14 Read Data and Bit Flip Register 19
MTU_MC14_RDBFL20 0xF0061E88          MC 14 Read Data and Bit Flip Register 20
MTU_MC14_RDBFL21 0xF0061E8A          MC 14 Read Data and Bit Flip Register 21
MTU_MC14_RDBFL22 0xF0061E8C          MC 14 Read Data and Bit Flip Register 22
MTU_MC14_RDBFL23 0xF0061E8E          MC 14 Read Data and Bit Flip Register 23
MTU_MC14_RDBFL24 0xF0061E90          MC 14 Read Data and Bit Flip Register 24
MTU_MC14_RDBFL25 0xF0061E92          MC 14 Read Data and Bit Flip Register 25
MTU_MC14_RDBFL26 0xF0061E94          MC 14 Read Data and Bit Flip Register 26
MTU_MC14_RDBFL27 0xF0061E96          MC 14 Read Data and Bit Flip Register 27
MTU_MC14_RDBFL28 0xF0061E98          MC 14 Read Data and Bit Flip Register 28
MTU_MC14_RDBFL29 0xF0061E9A          MC 14 Read Data and Bit Flip Register 29
MTU_MC14_RDBFL30 0xF0061E9C          MC 14 Read Data and Bit Flip Register 30
MTU_MC14_RDBFL31 0xF0061E9E          MC 14 Read Data and Bit Flip Register 31
MTU_MC14_RDBFL32 0xF0061EA0          MC 14 Read Data and Bit Flip Register 32
MTU_MC14_RDBFL33 0xF0061EA2          MC 14 Read Data and Bit Flip Register 33
MTU_MC14_RDBFL34 0xF0061EA4          MC 14 Read Data and Bit Flip Register 34
MTU_MC14_RDBFL35 0xF0061EA6          MC 14 Read Data and Bit Flip Register 35
MTU_MC14_RDBFL36 0xF0061EA8          MC 14 Read Data and Bit Flip Register 36
MTU_MC14_RDBFL37 0xF0061EAA          MC 14 Read Data and Bit Flip Register 37
MTU_MC14_RDBFL38 0xF0061EAC          MC 14 Read Data and Bit Flip Register 38
MTU_MC14_RDBFL39 0xF0061EAE          MC 14 Read Data and Bit Flip Register 39
MTU_MC14_RDBFL40 0xF0061EB0          MC 14 Read Data and Bit Flip Register 40
MTU_MC14_RDBFL41 0xF0061EB2          MC 14 Read Data and Bit Flip Register 41
MTU_MC14_RDBFL42 0xF0061EB4          MC 14 Read Data and Bit Flip Register 42
MTU_MC14_RDBFL43 0xF0061EB6          MC 14 Read Data and Bit Flip Register 43
MTU_MC14_RDBFL44 0xF0061EB8          MC 14 Read Data and Bit Flip Register 44
MTU_MC14_RDBFL45 0xF0061EBA          MC 14 Read Data and Bit Flip Register 45
MTU_MC14_RDBFL46 0xF0061EBC          MC 14 Read Data and Bit Flip Register 46
MTU_MC14_RDBFL47 0xF0061EBE          MC 14 Read Data and Bit Flip Register 47
MTU_MC14_RDBFL48 0xF0061EC0          MC 14 Read Data and Bit Flip Register 48
MTU_MC14_RDBFL49 0xF0061EC2          MC 14 Read Data and Bit Flip Register 49
MTU_MC14_RDBFL50 0xF0061EC4          MC 14 Read Data and Bit Flip Register 50
MTU_MC14_RDBFL51 0xF0061EC6          MC 14 Read Data and Bit Flip Register 51
MTU_MC14_RDBFL52 0xF0061EC8          MC 14 Read Data and Bit Flip Register 52
MTU_MC14_RDBFL53 0xF0061ECA          MC 14 Read Data and Bit Flip Register 53
MTU_MC14_RDBFL54 0xF0061ECC          MC 14 Read Data and Bit Flip Register 54
MTU_MC14_RDBFL55 0xF0061ECE          MC 14 Read Data and Bit Flip Register 55
MTU_MC14_RDBFL56 0xF0061ED0          MC 14 Read Data and Bit Flip Register 56
MTU_MC14_RDBFL57 0xF0061ED2          MC 14 Read Data and Bit Flip Register 57
MTU_MC14_RDBFL58 0xF0061ED4          MC 14 Read Data and Bit Flip Register 58
MTU_MC14_RDBFL59 0xF0061ED6          MC 14 Read Data and Bit Flip Register 59
MTU_MC14_RDBFL60 0xF0061ED8          MC 14 Read Data and Bit Flip Register 60
MTU_MC14_RDBFL61 0xF0061EDA          MC 14 Read Data and Bit Flip Register 61
MTU_MC14_RDBFL62 0xF0061EDC          MC 14 Read Data and Bit Flip Register 62
MTU_MC14_RDBFL63 0xF0061EDE          MC 14 Read Data and Bit Flip Register 63
MTU_MC14_RDBFL64 0xF0061EE0          MC 14 Read Data and Bit Flip Register 64
MTU_MC14_RDBFL65 0xF0061EE2          MC 14 Read Data and Bit Flip Register 65
MTU_MC14_RDBFL66 0xF0061EE4          MC 14 Read Data and Bit Flip Register 66
MTU_MC14_ALMSRCS 0xF0061EEE          MC 14 Alarm Sources Configuration Register
MTU_MC14_FAULTSTS 0xF0061EF0          MC 14 SSH Safety Faults Status Register
MTU_MC14_ERRINFO0 0xF0061EF2          MC 14 Error Information Register 0
MTU_MC14_ERRINFO1 0xF0061EF4          MC 14 Error Information Register 1
MTU_MC14_ERRINFO2 0xF0061EF6          MC 14 Error Information Register 2
MTU_MC14_ERRINFO3 0xF0061EF8          MC 14 Error Information Register 3
MTU_MC14_ERRINFO4 0xF0061EFA          MC 14 Error Information Register 4
MTU_MC15_CONFIG0 0xF0061F00          MC 15 Configuration Register 0
MTU_MC15_CONFIG1 0xF0061F02          MC 15 Configuration Register 1
MTU_MC15_MCONTROL 0xF0061F04          MC 15 MBIST Control Register
MTU_MC15_MSTATUS 0xF0061F06          MC 15 Status Register
MTU_MC15_RANGE  0xF0061F08          MC 15 Range Register, single address mode
MTU_MC15_REVID  0xF0061F0C          MC 15 Revision ID Register
MTU_MC15_ECCS   0xF0061F0E          MC 15 ECC Safety Register
MTU_MC15_ECCD   0xF0061F10          MC 15 Memory ECC Detection Register
MTU_MC15_ETRR0  0xF0061F12          MC 15 Error Tracking Register 0
MTU_MC15_ETRR1  0xF0061F14          MC 15 Error Tracking Register 1
MTU_MC15_ETRR2  0xF0061F16          MC 15 Error Tracking Register 2
MTU_MC15_ETRR3  0xF0061F18          MC 15 Error Tracking Register 3
MTU_MC15_ETRR4  0xF0061F1A          MC 15 Error Tracking Register 4
MTU_MC15_RDBFL0 0xF0061F60          MC 15 Read Data and Bit Flip Register 0
MTU_MC15_RDBFL1 0xF0061F62          MC 15 Read Data and Bit Flip Register 1
MTU_MC15_RDBFL2 0xF0061F64          MC 15 Read Data and Bit Flip Register 2
MTU_MC15_RDBFL3 0xF0061F66          MC 15 Read Data and Bit Flip Register 3
MTU_MC15_RDBFL4 0xF0061F68          MC 15 Read Data and Bit Flip Register 4
MTU_MC15_RDBFL5 0xF0061F6A          MC 15 Read Data and Bit Flip Register 5
MTU_MC15_RDBFL6 0xF0061F6C          MC 15 Read Data and Bit Flip Register 6
MTU_MC15_RDBFL7 0xF0061F6E          MC 15 Read Data and Bit Flip Register 7
MTU_MC15_RDBFL8 0xF0061F70          MC 15 Read Data and Bit Flip Register 8
MTU_MC15_RDBFL9 0xF0061F72          MC 15 Read Data and Bit Flip Register 9
MTU_MC15_RDBFL10 0xF0061F74          MC 15 Read Data and Bit Flip Register 10
MTU_MC15_RDBFL11 0xF0061F76          MC 15 Read Data and Bit Flip Register 11
MTU_MC15_RDBFL12 0xF0061F78          MC 15 Read Data and Bit Flip Register 12
MTU_MC15_RDBFL13 0xF0061F7A          MC 15 Read Data and Bit Flip Register 13
MTU_MC15_RDBFL14 0xF0061F7C          MC 15 Read Data and Bit Flip Register 14
MTU_MC15_RDBFL15 0xF0061F7E          MC 15 Read Data and Bit Flip Register 15
MTU_MC15_RDBFL16 0xF0061F80          MC 15 Read Data and Bit Flip Register 16
MTU_MC15_RDBFL17 0xF0061F82          MC 15 Read Data and Bit Flip Register 17
MTU_MC15_RDBFL18 0xF0061F84          MC 15 Read Data and Bit Flip Register 18
MTU_MC15_RDBFL19 0xF0061F86          MC 15 Read Data and Bit Flip Register 19
MTU_MC15_RDBFL20 0xF0061F88          MC 15 Read Data and Bit Flip Register 20
MTU_MC15_RDBFL21 0xF0061F8A          MC 15 Read Data and Bit Flip Register 21
MTU_MC15_RDBFL22 0xF0061F8C          MC 15 Read Data and Bit Flip Register 22
MTU_MC15_RDBFL23 0xF0061F8E          MC 15 Read Data and Bit Flip Register 23
MTU_MC15_RDBFL24 0xF0061F90          MC 15 Read Data and Bit Flip Register 24
MTU_MC15_RDBFL25 0xF0061F92          MC 15 Read Data and Bit Flip Register 25
MTU_MC15_RDBFL26 0xF0061F94          MC 15 Read Data and Bit Flip Register 26
MTU_MC15_RDBFL27 0xF0061F96          MC 15 Read Data and Bit Flip Register 27
MTU_MC15_RDBFL28 0xF0061F98          MC 15 Read Data and Bit Flip Register 28
MTU_MC15_RDBFL29 0xF0061F9A          MC 15 Read Data and Bit Flip Register 29
MTU_MC15_RDBFL30 0xF0061F9C          MC 15 Read Data and Bit Flip Register 30
MTU_MC15_RDBFL31 0xF0061F9E          MC 15 Read Data and Bit Flip Register 31
MTU_MC15_RDBFL32 0xF0061FA0          MC 15 Read Data and Bit Flip Register 32
MTU_MC15_RDBFL33 0xF0061FA2          MC 15 Read Data and Bit Flip Register 33
MTU_MC15_RDBFL34 0xF0061FA4          MC 15 Read Data and Bit Flip Register 34
MTU_MC15_RDBFL35 0xF0061FA6          MC 15 Read Data and Bit Flip Register 35
MTU_MC15_RDBFL36 0xF0061FA8          MC 15 Read Data and Bit Flip Register 36
MTU_MC15_RDBFL37 0xF0061FAA          MC 15 Read Data and Bit Flip Register 37
MTU_MC15_RDBFL38 0xF0061FAC          MC 15 Read Data and Bit Flip Register 38
MTU_MC15_RDBFL39 0xF0061FAE          MC 15 Read Data and Bit Flip Register 39
MTU_MC15_RDBFL40 0xF0061FB0          MC 15 Read Data and Bit Flip Register 40
MTU_MC15_RDBFL41 0xF0061FB2          MC 15 Read Data and Bit Flip Register 41
MTU_MC15_RDBFL42 0xF0061FB4          MC 15 Read Data and Bit Flip Register 42
MTU_MC15_RDBFL43 0xF0061FB6          MC 15 Read Data and Bit Flip Register 43
MTU_MC15_RDBFL44 0xF0061FB8          MC 15 Read Data and Bit Flip Register 44
MTU_MC15_RDBFL45 0xF0061FBA          MC 15 Read Data and Bit Flip Register 45
MTU_MC15_RDBFL46 0xF0061FBC          MC 15 Read Data and Bit Flip Register 46
MTU_MC15_RDBFL47 0xF0061FBE          MC 15 Read Data and Bit Flip Register 47
MTU_MC15_RDBFL48 0xF0061FC0          MC 15 Read Data and Bit Flip Register 48
MTU_MC15_RDBFL49 0xF0061FC2          MC 15 Read Data and Bit Flip Register 49
MTU_MC15_RDBFL50 0xF0061FC4          MC 15 Read Data and Bit Flip Register 50
MTU_MC15_RDBFL51 0xF0061FC6          MC 15 Read Data and Bit Flip Register 51
MTU_MC15_RDBFL52 0xF0061FC8          MC 15 Read Data and Bit Flip Register 52
MTU_MC15_RDBFL53 0xF0061FCA          MC 15 Read Data and Bit Flip Register 53
MTU_MC15_RDBFL54 0xF0061FCC          MC 15 Read Data and Bit Flip Register 54
MTU_MC15_RDBFL55 0xF0061FCE          MC 15 Read Data and Bit Flip Register 55
MTU_MC15_RDBFL56 0xF0061FD0          MC 15 Read Data and Bit Flip Register 56
MTU_MC15_RDBFL57 0xF0061FD2          MC 15 Read Data and Bit Flip Register 57
MTU_MC15_RDBFL58 0xF0061FD4          MC 15 Read Data and Bit Flip Register 58
MTU_MC15_RDBFL59 0xF0061FD6          MC 15 Read Data and Bit Flip Register 59
MTU_MC15_RDBFL60 0xF0061FD8          MC 15 Read Data and Bit Flip Register 60
MTU_MC15_RDBFL61 0xF0061FDA          MC 15 Read Data and Bit Flip Register 61
MTU_MC15_RDBFL62 0xF0061FDC          MC 15 Read Data and Bit Flip Register 62
MTU_MC15_RDBFL63 0xF0061FDE          MC 15 Read Data and Bit Flip Register 63
MTU_MC15_RDBFL64 0xF0061FE0          MC 15 Read Data and Bit Flip Register 64
MTU_MC15_RDBFL65 0xF0061FE2          MC 15 Read Data and Bit Flip Register 65
MTU_MC15_RDBFL66 0xF0061FE4          MC 15 Read Data and Bit Flip Register 66
MTU_MC15_ALMSRCS 0xF0061FEE          MC 15 Alarm Sources Configuration Register
MTU_MC15_FAULTSTS 0xF0061FF0          MC 15 SSH Safety Faults Status Register
MTU_MC15_ERRINFO0 0xF0061FF2          MC 15 Error Information Register 0
MTU_MC15_ERRINFO1 0xF0061FF4          MC 15 Error Information Register 1
MTU_MC15_ERRINFO2 0xF0061FF6          MC 15 Error Information Register 2
MTU_MC15_ERRINFO3 0xF0061FF8          MC 15 Error Information Register 3
MTU_MC15_ERRINFO4 0xF0061FFA          MC 15 Error Information Register 4
MTU_MC16_CONFIG0 0xF0062000          MC 16 Configuration Register 0
MTU_MC16_CONFIG1 0xF0062002          MC 16 Configuration Register 1
MTU_MC16_MCONTROL 0xF0062004          MC 16 MBIST Control Register
MTU_MC16_MSTATUS 0xF0062006          MC 16 Status Register
MTU_MC16_RANGE  0xF0062008          MC 16 Range Register, single address mode
MTU_MC16_REVID  0xF006200C          MC 16 Revision ID Register
MTU_MC16_ECCS   0xF006200E          MC 16 ECC Safety Register
MTU_MC16_ECCD   0xF0062010          MC 16 Memory ECC Detection Register
MTU_MC16_ETRR0  0xF0062012          MC 16 Error Tracking Register 0
MTU_MC16_ETRR1  0xF0062014          MC 16 Error Tracking Register 1
MTU_MC16_ETRR2  0xF0062016          MC 16 Error Tracking Register 2
MTU_MC16_ETRR3  0xF0062018          MC 16 Error Tracking Register 3
MTU_MC16_ETRR4  0xF006201A          MC 16 Error Tracking Register 4
MTU_MC16_RDBFL0 0xF0062060          MC 16 Read Data and Bit Flip Register 0
MTU_MC16_RDBFL1 0xF0062062          MC 16 Read Data and Bit Flip Register 1
MTU_MC16_RDBFL2 0xF0062064          MC 16 Read Data and Bit Flip Register 2
MTU_MC16_RDBFL3 0xF0062066          MC 16 Read Data and Bit Flip Register 3
MTU_MC16_RDBFL4 0xF0062068          MC 16 Read Data and Bit Flip Register 4
MTU_MC16_RDBFL5 0xF006206A          MC 16 Read Data and Bit Flip Register 5
MTU_MC16_RDBFL6 0xF006206C          MC 16 Read Data and Bit Flip Register 6
MTU_MC16_RDBFL7 0xF006206E          MC 16 Read Data and Bit Flip Register 7
MTU_MC16_RDBFL8 0xF0062070          MC 16 Read Data and Bit Flip Register 8
MTU_MC16_RDBFL9 0xF0062072          MC 16 Read Data and Bit Flip Register 9
MTU_MC16_RDBFL10 0xF0062074          MC 16 Read Data and Bit Flip Register 10
MTU_MC16_RDBFL11 0xF0062076          MC 16 Read Data and Bit Flip Register 11
MTU_MC16_RDBFL12 0xF0062078          MC 16 Read Data and Bit Flip Register 12
MTU_MC16_RDBFL13 0xF006207A          MC 16 Read Data and Bit Flip Register 13
MTU_MC16_RDBFL14 0xF006207C          MC 16 Read Data and Bit Flip Register 14
MTU_MC16_RDBFL15 0xF006207E          MC 16 Read Data and Bit Flip Register 15
MTU_MC16_RDBFL16 0xF0062080          MC 16 Read Data and Bit Flip Register 16
MTU_MC16_RDBFL17 0xF0062082          MC 16 Read Data and Bit Flip Register 17
MTU_MC16_RDBFL18 0xF0062084          MC 16 Read Data and Bit Flip Register 18
MTU_MC16_RDBFL19 0xF0062086          MC 16 Read Data and Bit Flip Register 19
MTU_MC16_RDBFL20 0xF0062088          MC 16 Read Data and Bit Flip Register 20
MTU_MC16_RDBFL21 0xF006208A          MC 16 Read Data and Bit Flip Register 21
MTU_MC16_RDBFL22 0xF006208C          MC 16 Read Data and Bit Flip Register 22
MTU_MC16_RDBFL23 0xF006208E          MC 16 Read Data and Bit Flip Register 23
MTU_MC16_RDBFL24 0xF0062090          MC 16 Read Data and Bit Flip Register 24
MTU_MC16_RDBFL25 0xF0062092          MC 16 Read Data and Bit Flip Register 25
MTU_MC16_RDBFL26 0xF0062094          MC 16 Read Data and Bit Flip Register 26
MTU_MC16_RDBFL27 0xF0062096          MC 16 Read Data and Bit Flip Register 27
MTU_MC16_RDBFL28 0xF0062098          MC 16 Read Data and Bit Flip Register 28
MTU_MC16_RDBFL29 0xF006209A          MC 16 Read Data and Bit Flip Register 29
MTU_MC16_RDBFL30 0xF006209C          MC 16 Read Data and Bit Flip Register 30
MTU_MC16_RDBFL31 0xF006209E          MC 16 Read Data and Bit Flip Register 31
MTU_MC16_RDBFL32 0xF00620A0          MC 16 Read Data and Bit Flip Register 32
MTU_MC16_RDBFL33 0xF00620A2          MC 16 Read Data and Bit Flip Register 33
MTU_MC16_RDBFL34 0xF00620A4          MC 16 Read Data and Bit Flip Register 34
MTU_MC16_RDBFL35 0xF00620A6          MC 16 Read Data and Bit Flip Register 35
MTU_MC16_RDBFL36 0xF00620A8          MC 16 Read Data and Bit Flip Register 36
MTU_MC16_RDBFL37 0xF00620AA          MC 16 Read Data and Bit Flip Register 37
MTU_MC16_RDBFL38 0xF00620AC          MC 16 Read Data and Bit Flip Register 38
MTU_MC16_RDBFL39 0xF00620AE          MC 16 Read Data and Bit Flip Register 39
MTU_MC16_RDBFL40 0xF00620B0          MC 16 Read Data and Bit Flip Register 40
MTU_MC16_RDBFL41 0xF00620B2          MC 16 Read Data and Bit Flip Register 41
MTU_MC16_RDBFL42 0xF00620B4          MC 16 Read Data and Bit Flip Register 42
MTU_MC16_RDBFL43 0xF00620B6          MC 16 Read Data and Bit Flip Register 43
MTU_MC16_RDBFL44 0xF00620B8          MC 16 Read Data and Bit Flip Register 44
MTU_MC16_RDBFL45 0xF00620BA          MC 16 Read Data and Bit Flip Register 45
MTU_MC16_RDBFL46 0xF00620BC          MC 16 Read Data and Bit Flip Register 46
MTU_MC16_RDBFL47 0xF00620BE          MC 16 Read Data and Bit Flip Register 47
MTU_MC16_RDBFL48 0xF00620C0          MC 16 Read Data and Bit Flip Register 48
MTU_MC16_RDBFL49 0xF00620C2          MC 16 Read Data and Bit Flip Register 49
MTU_MC16_RDBFL50 0xF00620C4          MC 16 Read Data and Bit Flip Register 50
MTU_MC16_RDBFL51 0xF00620C6          MC 16 Read Data and Bit Flip Register 51
MTU_MC16_RDBFL52 0xF00620C8          MC 16 Read Data and Bit Flip Register 52
MTU_MC16_RDBFL53 0xF00620CA          MC 16 Read Data and Bit Flip Register 53
MTU_MC16_RDBFL54 0xF00620CC          MC 16 Read Data and Bit Flip Register 54
MTU_MC16_RDBFL55 0xF00620CE          MC 16 Read Data and Bit Flip Register 55
MTU_MC16_RDBFL56 0xF00620D0          MC 16 Read Data and Bit Flip Register 56
MTU_MC16_RDBFL57 0xF00620D2          MC 16 Read Data and Bit Flip Register 57
MTU_MC16_RDBFL58 0xF00620D4          MC 16 Read Data and Bit Flip Register 58
MTU_MC16_RDBFL59 0xF00620D6          MC 16 Read Data and Bit Flip Register 59
MTU_MC16_RDBFL60 0xF00620D8          MC 16 Read Data and Bit Flip Register 60
MTU_MC16_RDBFL61 0xF00620DA          MC 16 Read Data and Bit Flip Register 61
MTU_MC16_RDBFL62 0xF00620DC          MC 16 Read Data and Bit Flip Register 62
MTU_MC16_RDBFL63 0xF00620DE          MC 16 Read Data and Bit Flip Register 63
MTU_MC16_RDBFL64 0xF00620E0          MC 16 Read Data and Bit Flip Register 64
MTU_MC16_RDBFL65 0xF00620E2          MC 16 Read Data and Bit Flip Register 65
MTU_MC16_RDBFL66 0xF00620E4          MC 16 Read Data and Bit Flip Register 66
MTU_MC16_ALMSRCS 0xF00620EE          MC 16 Alarm Sources Configuration Register
MTU_MC16_FAULTSTS 0xF00620F0          MC 16 SSH Safety Faults Status Register
MTU_MC16_ERRINFO0 0xF00620F2          MC 16 Error Information Register 0
MTU_MC16_ERRINFO1 0xF00620F4          MC 16 Error Information Register 1
MTU_MC16_ERRINFO2 0xF00620F6          MC 16 Error Information Register 2
MTU_MC16_ERRINFO3 0xF00620F8          MC 16 Error Information Register 3
MTU_MC16_ERRINFO4 0xF00620FA          MC 16 Error Information Register 4
MTU_MC17_CONFIG0 0xF0062100          MC 17 Configuration Register 0
MTU_MC17_CONFIG1 0xF0062102          MC 17 Configuration Register 1
MTU_MC17_MCONTROL 0xF0062104          MC 17 MBIST Control Register
MTU_MC17_MSTATUS 0xF0062106          MC 17 Status Register
MTU_MC17_RANGE  0xF0062108          MC 17 Range Register, single address mode
MTU_MC17_REVID  0xF006210C          MC 17 Revision ID Register
MTU_MC17_ECCS   0xF006210E          MC 17 ECC Safety Register
MTU_MC17_ECCD   0xF0062110          MC 17 Memory ECC Detection Register
MTU_MC17_ETRR0  0xF0062112          MC 17 Error Tracking Register 0
MTU_MC17_ETRR1  0xF0062114          MC 17 Error Tracking Register 1
MTU_MC17_ETRR2  0xF0062116          MC 17 Error Tracking Register 2
MTU_MC17_ETRR3  0xF0062118          MC 17 Error Tracking Register 3
MTU_MC17_ETRR4  0xF006211A          MC 17 Error Tracking Register 4
MTU_MC17_RDBFL0 0xF0062160          MC 17 Read Data and Bit Flip Register 0
MTU_MC17_RDBFL1 0xF0062162          MC 17 Read Data and Bit Flip Register 1
MTU_MC17_RDBFL2 0xF0062164          MC 17 Read Data and Bit Flip Register 2
MTU_MC17_RDBFL3 0xF0062166          MC 17 Read Data and Bit Flip Register 3
MTU_MC17_RDBFL4 0xF0062168          MC 17 Read Data and Bit Flip Register 4
MTU_MC17_RDBFL5 0xF006216A          MC 17 Read Data and Bit Flip Register 5
MTU_MC17_RDBFL6 0xF006216C          MC 17 Read Data and Bit Flip Register 6
MTU_MC17_RDBFL7 0xF006216E          MC 17 Read Data and Bit Flip Register 7
MTU_MC17_RDBFL8 0xF0062170          MC 17 Read Data and Bit Flip Register 8
MTU_MC17_RDBFL9 0xF0062172          MC 17 Read Data and Bit Flip Register 9
MTU_MC17_RDBFL10 0xF0062174          MC 17 Read Data and Bit Flip Register 10
MTU_MC17_RDBFL11 0xF0062176          MC 17 Read Data and Bit Flip Register 11
MTU_MC17_RDBFL12 0xF0062178          MC 17 Read Data and Bit Flip Register 12
MTU_MC17_RDBFL13 0xF006217A          MC 17 Read Data and Bit Flip Register 13
MTU_MC17_RDBFL14 0xF006217C          MC 17 Read Data and Bit Flip Register 14
MTU_MC17_RDBFL15 0xF006217E          MC 17 Read Data and Bit Flip Register 15
MTU_MC17_RDBFL16 0xF0062180          MC 17 Read Data and Bit Flip Register 16
MTU_MC17_RDBFL17 0xF0062182          MC 17 Read Data and Bit Flip Register 17
MTU_MC17_RDBFL18 0xF0062184          MC 17 Read Data and Bit Flip Register 18
MTU_MC17_RDBFL19 0xF0062186          MC 17 Read Data and Bit Flip Register 19
MTU_MC17_RDBFL20 0xF0062188          MC 17 Read Data and Bit Flip Register 20
MTU_MC17_RDBFL21 0xF006218A          MC 17 Read Data and Bit Flip Register 21
MTU_MC17_RDBFL22 0xF006218C          MC 17 Read Data and Bit Flip Register 22
MTU_MC17_RDBFL23 0xF006218E          MC 17 Read Data and Bit Flip Register 23
MTU_MC17_RDBFL24 0xF0062190          MC 17 Read Data and Bit Flip Register 24
MTU_MC17_RDBFL25 0xF0062192          MC 17 Read Data and Bit Flip Register 25
MTU_MC17_RDBFL26 0xF0062194          MC 17 Read Data and Bit Flip Register 26
MTU_MC17_RDBFL27 0xF0062196          MC 17 Read Data and Bit Flip Register 27
MTU_MC17_RDBFL28 0xF0062198          MC 17 Read Data and Bit Flip Register 28
MTU_MC17_RDBFL29 0xF006219A          MC 17 Read Data and Bit Flip Register 29
MTU_MC17_RDBFL30 0xF006219C          MC 17 Read Data and Bit Flip Register 30
MTU_MC17_RDBFL31 0xF006219E          MC 17 Read Data and Bit Flip Register 31
MTU_MC17_RDBFL32 0xF00621A0          MC 17 Read Data and Bit Flip Register 32
MTU_MC17_RDBFL33 0xF00621A2          MC 17 Read Data and Bit Flip Register 33
MTU_MC17_RDBFL34 0xF00621A4          MC 17 Read Data and Bit Flip Register 34
MTU_MC17_RDBFL35 0xF00621A6          MC 17 Read Data and Bit Flip Register 35
MTU_MC17_RDBFL36 0xF00621A8          MC 17 Read Data and Bit Flip Register 36
MTU_MC17_RDBFL37 0xF00621AA          MC 17 Read Data and Bit Flip Register 37
MTU_MC17_RDBFL38 0xF00621AC          MC 17 Read Data and Bit Flip Register 38
MTU_MC17_RDBFL39 0xF00621AE          MC 17 Read Data and Bit Flip Register 39
MTU_MC17_RDBFL40 0xF00621B0          MC 17 Read Data and Bit Flip Register 40
MTU_MC17_RDBFL41 0xF00621B2          MC 17 Read Data and Bit Flip Register 41
MTU_MC17_RDBFL42 0xF00621B4          MC 17 Read Data and Bit Flip Register 42
MTU_MC17_RDBFL43 0xF00621B6          MC 17 Read Data and Bit Flip Register 43
MTU_MC17_RDBFL44 0xF00621B8          MC 17 Read Data and Bit Flip Register 44
MTU_MC17_RDBFL45 0xF00621BA          MC 17 Read Data and Bit Flip Register 45
MTU_MC17_RDBFL46 0xF00621BC          MC 17 Read Data and Bit Flip Register 46
MTU_MC17_RDBFL47 0xF00621BE          MC 17 Read Data and Bit Flip Register 47
MTU_MC17_RDBFL48 0xF00621C0          MC 17 Read Data and Bit Flip Register 48
MTU_MC17_RDBFL49 0xF00621C2          MC 17 Read Data and Bit Flip Register 49
MTU_MC17_RDBFL50 0xF00621C4          MC 17 Read Data and Bit Flip Register 50
MTU_MC17_RDBFL51 0xF00621C6          MC 17 Read Data and Bit Flip Register 51
MTU_MC17_RDBFL52 0xF00621C8          MC 17 Read Data and Bit Flip Register 52
MTU_MC17_RDBFL53 0xF00621CA          MC 17 Read Data and Bit Flip Register 53
MTU_MC17_RDBFL54 0xF00621CC          MC 17 Read Data and Bit Flip Register 54
MTU_MC17_RDBFL55 0xF00621CE          MC 17 Read Data and Bit Flip Register 55
MTU_MC17_RDBFL56 0xF00621D0          MC 17 Read Data and Bit Flip Register 56
MTU_MC17_RDBFL57 0xF00621D2          MC 17 Read Data and Bit Flip Register 57
MTU_MC17_RDBFL58 0xF00621D4          MC 17 Read Data and Bit Flip Register 58
MTU_MC17_RDBFL59 0xF00621D6          MC 17 Read Data and Bit Flip Register 59
MTU_MC17_RDBFL60 0xF00621D8          MC 17 Read Data and Bit Flip Register 60
MTU_MC17_RDBFL61 0xF00621DA          MC 17 Read Data and Bit Flip Register 61
MTU_MC17_RDBFL62 0xF00621DC          MC 17 Read Data and Bit Flip Register 62
MTU_MC17_RDBFL63 0xF00621DE          MC 17 Read Data and Bit Flip Register 63
MTU_MC17_RDBFL64 0xF00621E0          MC 17 Read Data and Bit Flip Register 64
MTU_MC17_RDBFL65 0xF00621E2          MC 17 Read Data and Bit Flip Register 65
MTU_MC17_RDBFL66 0xF00621E4          MC 17 Read Data and Bit Flip Register 66
MTU_MC17_ALMSRCS 0xF00621EE          MC 17 Alarm Sources Configuration Register
MTU_MC17_FAULTSTS 0xF00621F0          MC 17 SSH Safety Faults Status Register
MTU_MC17_ERRINFO0 0xF00621F2          MC 17 Error Information Register 0
MTU_MC17_ERRINFO1 0xF00621F4          MC 17 Error Information Register 1
MTU_MC17_ERRINFO2 0xF00621F6          MC 17 Error Information Register 2
MTU_MC17_ERRINFO3 0xF00621F8          MC 17 Error Information Register 3
MTU_MC17_ERRINFO4 0xF00621FA          MC 17 Error Information Register 4
MTU_MC18_CONFIG0 0xF0062200          MC 18 Configuration Register 0
MTU_MC18_CONFIG1 0xF0062202          MC 18 Configuration Register 1
MTU_MC18_MCONTROL 0xF0062204          MC 18 MBIST Control Register
MTU_MC18_MSTATUS 0xF0062206          MC 18 Status Register
MTU_MC18_RANGE  0xF0062208          MC 18 Range Register, single address mode
MTU_MC18_REVID  0xF006220C          MC 18 Revision ID Register
MTU_MC18_ECCS   0xF006220E          MC 18 ECC Safety Register
MTU_MC18_ECCD   0xF0062210          MC 18 Memory ECC Detection Register
MTU_MC18_ETRR0  0xF0062212          MC 18 Error Tracking Register 0
MTU_MC18_ETRR1  0xF0062214          MC 18 Error Tracking Register 1
MTU_MC18_ETRR2  0xF0062216          MC 18 Error Tracking Register 2
MTU_MC18_ETRR3  0xF0062218          MC 18 Error Tracking Register 3
MTU_MC18_ETRR4  0xF006221A          MC 18 Error Tracking Register 4
MTU_MC18_RDBFL0 0xF0062260          MC 18 Read Data and Bit Flip Register 0
MTU_MC18_RDBFL1 0xF0062262          MC 18 Read Data and Bit Flip Register 1
MTU_MC18_RDBFL2 0xF0062264          MC 18 Read Data and Bit Flip Register 2
MTU_MC18_RDBFL3 0xF0062266          MC 18 Read Data and Bit Flip Register 3
MTU_MC18_RDBFL4 0xF0062268          MC 18 Read Data and Bit Flip Register 4
MTU_MC18_RDBFL5 0xF006226A          MC 18 Read Data and Bit Flip Register 5
MTU_MC18_RDBFL6 0xF006226C          MC 18 Read Data and Bit Flip Register 6
MTU_MC18_RDBFL7 0xF006226E          MC 18 Read Data and Bit Flip Register 7
MTU_MC18_RDBFL8 0xF0062270          MC 18 Read Data and Bit Flip Register 8
MTU_MC18_RDBFL9 0xF0062272          MC 18 Read Data and Bit Flip Register 9
MTU_MC18_RDBFL10 0xF0062274          MC 18 Read Data and Bit Flip Register 10
MTU_MC18_RDBFL11 0xF0062276          MC 18 Read Data and Bit Flip Register 11
MTU_MC18_RDBFL12 0xF0062278          MC 18 Read Data and Bit Flip Register 12
MTU_MC18_RDBFL13 0xF006227A          MC 18 Read Data and Bit Flip Register 13
MTU_MC18_RDBFL14 0xF006227C          MC 18 Read Data and Bit Flip Register 14
MTU_MC18_RDBFL15 0xF006227E          MC 18 Read Data and Bit Flip Register 15
MTU_MC18_RDBFL16 0xF0062280          MC 18 Read Data and Bit Flip Register 16
MTU_MC18_RDBFL17 0xF0062282          MC 18 Read Data and Bit Flip Register 17
MTU_MC18_RDBFL18 0xF0062284          MC 18 Read Data and Bit Flip Register 18
MTU_MC18_RDBFL19 0xF0062286          MC 18 Read Data and Bit Flip Register 19
MTU_MC18_RDBFL20 0xF0062288          MC 18 Read Data and Bit Flip Register 20
MTU_MC18_RDBFL21 0xF006228A          MC 18 Read Data and Bit Flip Register 21
MTU_MC18_RDBFL22 0xF006228C          MC 18 Read Data and Bit Flip Register 22
MTU_MC18_RDBFL23 0xF006228E          MC 18 Read Data and Bit Flip Register 23
MTU_MC18_RDBFL24 0xF0062290          MC 18 Read Data and Bit Flip Register 24
MTU_MC18_RDBFL25 0xF0062292          MC 18 Read Data and Bit Flip Register 25
MTU_MC18_RDBFL26 0xF0062294          MC 18 Read Data and Bit Flip Register 26
MTU_MC18_RDBFL27 0xF0062296          MC 18 Read Data and Bit Flip Register 27
MTU_MC18_RDBFL28 0xF0062298          MC 18 Read Data and Bit Flip Register 28
MTU_MC18_RDBFL29 0xF006229A          MC 18 Read Data and Bit Flip Register 29
MTU_MC18_RDBFL30 0xF006229C          MC 18 Read Data and Bit Flip Register 30
MTU_MC18_RDBFL31 0xF006229E          MC 18 Read Data and Bit Flip Register 31
MTU_MC18_RDBFL32 0xF00622A0          MC 18 Read Data and Bit Flip Register 32
MTU_MC18_RDBFL33 0xF00622A2          MC 18 Read Data and Bit Flip Register 33
MTU_MC18_RDBFL34 0xF00622A4          MC 18 Read Data and Bit Flip Register 34
MTU_MC18_RDBFL35 0xF00622A6          MC 18 Read Data and Bit Flip Register 35
MTU_MC18_RDBFL36 0xF00622A8          MC 18 Read Data and Bit Flip Register 36
MTU_MC18_RDBFL37 0xF00622AA          MC 18 Read Data and Bit Flip Register 37
MTU_MC18_RDBFL38 0xF00622AC          MC 18 Read Data and Bit Flip Register 38
MTU_MC18_RDBFL39 0xF00622AE          MC 18 Read Data and Bit Flip Register 39
MTU_MC18_RDBFL40 0xF00622B0          MC 18 Read Data and Bit Flip Register 40
MTU_MC18_RDBFL41 0xF00622B2          MC 18 Read Data and Bit Flip Register 41
MTU_MC18_RDBFL42 0xF00622B4          MC 18 Read Data and Bit Flip Register 42
MTU_MC18_RDBFL43 0xF00622B6          MC 18 Read Data and Bit Flip Register 43
MTU_MC18_RDBFL44 0xF00622B8          MC 18 Read Data and Bit Flip Register 44
MTU_MC18_RDBFL45 0xF00622BA          MC 18 Read Data and Bit Flip Register 45
MTU_MC18_RDBFL46 0xF00622BC          MC 18 Read Data and Bit Flip Register 46
MTU_MC18_RDBFL47 0xF00622BE          MC 18 Read Data and Bit Flip Register 47
MTU_MC18_RDBFL48 0xF00622C0          MC 18 Read Data and Bit Flip Register 48
MTU_MC18_RDBFL49 0xF00622C2          MC 18 Read Data and Bit Flip Register 49
MTU_MC18_RDBFL50 0xF00622C4          MC 18 Read Data and Bit Flip Register 50
MTU_MC18_RDBFL51 0xF00622C6          MC 18 Read Data and Bit Flip Register 51
MTU_MC18_RDBFL52 0xF00622C8          MC 18 Read Data and Bit Flip Register 52
MTU_MC18_RDBFL53 0xF00622CA          MC 18 Read Data and Bit Flip Register 53
MTU_MC18_RDBFL54 0xF00622CC          MC 18 Read Data and Bit Flip Register 54
MTU_MC18_RDBFL55 0xF00622CE          MC 18 Read Data and Bit Flip Register 55
MTU_MC18_RDBFL56 0xF00622D0          MC 18 Read Data and Bit Flip Register 56
MTU_MC18_RDBFL57 0xF00622D2          MC 18 Read Data and Bit Flip Register 57
MTU_MC18_RDBFL58 0xF00622D4          MC 18 Read Data and Bit Flip Register 58
MTU_MC18_RDBFL59 0xF00622D6          MC 18 Read Data and Bit Flip Register 59
MTU_MC18_RDBFL60 0xF00622D8          MC 18 Read Data and Bit Flip Register 60
MTU_MC18_RDBFL61 0xF00622DA          MC 18 Read Data and Bit Flip Register 61
MTU_MC18_RDBFL62 0xF00622DC          MC 18 Read Data and Bit Flip Register 62
MTU_MC18_RDBFL63 0xF00622DE          MC 18 Read Data and Bit Flip Register 63
MTU_MC18_RDBFL64 0xF00622E0          MC 18 Read Data and Bit Flip Register 64
MTU_MC18_RDBFL65 0xF00622E2          MC 18 Read Data and Bit Flip Register 65
MTU_MC18_RDBFL66 0xF00622E4          MC 18 Read Data and Bit Flip Register 66
MTU_MC18_ALMSRCS 0xF00622EE          MC 18 Alarm Sources Configuration Register
MTU_MC18_FAULTSTS 0xF00622F0          MC 18 SSH Safety Faults Status Register
MTU_MC18_ERRINFO0 0xF00622F2          MC 18 Error Information Register 0
MTU_MC18_ERRINFO1 0xF00622F4          MC 18 Error Information Register 1
MTU_MC18_ERRINFO2 0xF00622F6          MC 18 Error Information Register 2
MTU_MC18_ERRINFO3 0xF00622F8          MC 18 Error Information Register 3
MTU_MC18_ERRINFO4 0xF00622FA          MC 18 Error Information Register 4
MTU_MC19_CONFIG0 0xF0062300          MC 19 Configuration Register 0
MTU_MC19_CONFIG1 0xF0062302          MC 19 Configuration Register 1
MTU_MC19_MCONTROL 0xF0062304          MC 19 MBIST Control Register
MTU_MC19_MSTATUS 0xF0062306          MC 19 Status Register
MTU_MC19_RANGE  0xF0062308          MC 19 Range Register, single address mode
MTU_MC19_REVID  0xF006230C          MC 19 Revision ID Register
MTU_MC19_ECCS   0xF006230E          MC 19 ECC Safety Register
MTU_MC19_ECCD   0xF0062310          MC 19 Memory ECC Detection Register
MTU_MC19_ETRR0  0xF0062312          MC 19 Error Tracking Register 0
MTU_MC19_ETRR1  0xF0062314          MC 19 Error Tracking Register 1
MTU_MC19_ETRR2  0xF0062316          MC 19 Error Tracking Register 2
MTU_MC19_ETRR3  0xF0062318          MC 19 Error Tracking Register 3
MTU_MC19_ETRR4  0xF006231A          MC 19 Error Tracking Register 4
MTU_MC19_RDBFL0 0xF0062360          MC 19 Read Data and Bit Flip Register 0
MTU_MC19_RDBFL1 0xF0062362          MC 19 Read Data and Bit Flip Register 1
MTU_MC19_RDBFL2 0xF0062364          MC 19 Read Data and Bit Flip Register 2
MTU_MC19_RDBFL3 0xF0062366          MC 19 Read Data and Bit Flip Register 3
MTU_MC19_RDBFL4 0xF0062368          MC 19 Read Data and Bit Flip Register 4
MTU_MC19_RDBFL5 0xF006236A          MC 19 Read Data and Bit Flip Register 5
MTU_MC19_RDBFL6 0xF006236C          MC 19 Read Data and Bit Flip Register 6
MTU_MC19_RDBFL7 0xF006236E          MC 19 Read Data and Bit Flip Register 7
MTU_MC19_RDBFL8 0xF0062370          MC 19 Read Data and Bit Flip Register 8
MTU_MC19_RDBFL9 0xF0062372          MC 19 Read Data and Bit Flip Register 9
MTU_MC19_RDBFL10 0xF0062374          MC 19 Read Data and Bit Flip Register 10
MTU_MC19_RDBFL11 0xF0062376          MC 19 Read Data and Bit Flip Register 11
MTU_MC19_RDBFL12 0xF0062378          MC 19 Read Data and Bit Flip Register 12
MTU_MC19_RDBFL13 0xF006237A          MC 19 Read Data and Bit Flip Register 13
MTU_MC19_RDBFL14 0xF006237C          MC 19 Read Data and Bit Flip Register 14
MTU_MC19_RDBFL15 0xF006237E          MC 19 Read Data and Bit Flip Register 15
MTU_MC19_RDBFL16 0xF0062380          MC 19 Read Data and Bit Flip Register 16
MTU_MC19_RDBFL17 0xF0062382          MC 19 Read Data and Bit Flip Register 17
MTU_MC19_RDBFL18 0xF0062384          MC 19 Read Data and Bit Flip Register 18
MTU_MC19_RDBFL19 0xF0062386          MC 19 Read Data and Bit Flip Register 19
MTU_MC19_RDBFL20 0xF0062388          MC 19 Read Data and Bit Flip Register 20
MTU_MC19_RDBFL21 0xF006238A          MC 19 Read Data and Bit Flip Register 21
MTU_MC19_RDBFL22 0xF006238C          MC 19 Read Data and Bit Flip Register 22
MTU_MC19_RDBFL23 0xF006238E          MC 19 Read Data and Bit Flip Register 23
MTU_MC19_RDBFL24 0xF0062390          MC 19 Read Data and Bit Flip Register 24
MTU_MC19_RDBFL25 0xF0062392          MC 19 Read Data and Bit Flip Register 25
MTU_MC19_RDBFL26 0xF0062394          MC 19 Read Data and Bit Flip Register 26
MTU_MC19_RDBFL27 0xF0062396          MC 19 Read Data and Bit Flip Register 27
MTU_MC19_RDBFL28 0xF0062398          MC 19 Read Data and Bit Flip Register 28
MTU_MC19_RDBFL29 0xF006239A          MC 19 Read Data and Bit Flip Register 29
MTU_MC19_RDBFL30 0xF006239C          MC 19 Read Data and Bit Flip Register 30
MTU_MC19_RDBFL31 0xF006239E          MC 19 Read Data and Bit Flip Register 31
MTU_MC19_RDBFL32 0xF00623A0          MC 19 Read Data and Bit Flip Register 32
MTU_MC19_RDBFL33 0xF00623A2          MC 19 Read Data and Bit Flip Register 33
MTU_MC19_RDBFL34 0xF00623A4          MC 19 Read Data and Bit Flip Register 34
MTU_MC19_RDBFL35 0xF00623A6          MC 19 Read Data and Bit Flip Register 35
MTU_MC19_RDBFL36 0xF00623A8          MC 19 Read Data and Bit Flip Register 36
MTU_MC19_RDBFL37 0xF00623AA          MC 19 Read Data and Bit Flip Register 37
MTU_MC19_RDBFL38 0xF00623AC          MC 19 Read Data and Bit Flip Register 38
MTU_MC19_RDBFL39 0xF00623AE          MC 19 Read Data and Bit Flip Register 39
MTU_MC19_RDBFL40 0xF00623B0          MC 19 Read Data and Bit Flip Register 40
MTU_MC19_RDBFL41 0xF00623B2          MC 19 Read Data and Bit Flip Register 41
MTU_MC19_RDBFL42 0xF00623B4          MC 19 Read Data and Bit Flip Register 42
MTU_MC19_RDBFL43 0xF00623B6          MC 19 Read Data and Bit Flip Register 43
MTU_MC19_RDBFL44 0xF00623B8          MC 19 Read Data and Bit Flip Register 44
MTU_MC19_RDBFL45 0xF00623BA          MC 19 Read Data and Bit Flip Register 45
MTU_MC19_RDBFL46 0xF00623BC          MC 19 Read Data and Bit Flip Register 46
MTU_MC19_RDBFL47 0xF00623BE          MC 19 Read Data and Bit Flip Register 47
MTU_MC19_RDBFL48 0xF00623C0          MC 19 Read Data and Bit Flip Register 48
MTU_MC19_RDBFL49 0xF00623C2          MC 19 Read Data and Bit Flip Register 49
MTU_MC19_RDBFL50 0xF00623C4          MC 19 Read Data and Bit Flip Register 50
MTU_MC19_RDBFL51 0xF00623C6          MC 19 Read Data and Bit Flip Register 51
MTU_MC19_RDBFL52 0xF00623C8          MC 19 Read Data and Bit Flip Register 52
MTU_MC19_RDBFL53 0xF00623CA          MC 19 Read Data and Bit Flip Register 53
MTU_MC19_RDBFL54 0xF00623CC          MC 19 Read Data and Bit Flip Register 54
MTU_MC19_RDBFL55 0xF00623CE          MC 19 Read Data and Bit Flip Register 55
MTU_MC19_RDBFL56 0xF00623D0          MC 19 Read Data and Bit Flip Register 56
MTU_MC19_RDBFL57 0xF00623D2          MC 19 Read Data and Bit Flip Register 57
MTU_MC19_RDBFL58 0xF00623D4          MC 19 Read Data and Bit Flip Register 58
MTU_MC19_RDBFL59 0xF00623D6          MC 19 Read Data and Bit Flip Register 59
MTU_MC19_RDBFL60 0xF00623D8          MC 19 Read Data and Bit Flip Register 60
MTU_MC19_RDBFL61 0xF00623DA          MC 19 Read Data and Bit Flip Register 61
MTU_MC19_RDBFL62 0xF00623DC          MC 19 Read Data and Bit Flip Register 62
MTU_MC19_RDBFL63 0xF00623DE          MC 19 Read Data and Bit Flip Register 63
MTU_MC19_RDBFL64 0xF00623E0          MC 19 Read Data and Bit Flip Register 64
MTU_MC19_RDBFL65 0xF00623E2          MC 19 Read Data and Bit Flip Register 65
MTU_MC19_RDBFL66 0xF00623E4          MC 19 Read Data and Bit Flip Register 66
MTU_MC19_ALMSRCS 0xF00623EE          MC 19 Alarm Sources Configuration Register
MTU_MC19_FAULTSTS 0xF00623F0          MC 19 SSH Safety Faults Status Register
MTU_MC19_ERRINFO0 0xF00623F2          MC 19 Error Information Register 0
MTU_MC19_ERRINFO1 0xF00623F4          MC 19 Error Information Register 1
MTU_MC19_ERRINFO2 0xF00623F6          MC 19 Error Information Register 2
MTU_MC19_ERRINFO3 0xF00623F8          MC 19 Error Information Register 3
MTU_MC19_ERRINFO4 0xF00623FA          MC 19 Error Information Register 4
MTU_MC20_CONFIG0 0xF0062400          MC 20 Configuration Register 0
MTU_MC20_CONFIG1 0xF0062402          MC 20 Configuration Register 1
MTU_MC20_MCONTROL 0xF0062404          MC 20 MBIST Control Register
MTU_MC20_MSTATUS 0xF0062406          MC 20 Status Register
MTU_MC20_RANGE  0xF0062408          MC 20 Range Register, single address mode
MTU_MC20_REVID  0xF006240C          MC 20 Revision ID Register
MTU_MC20_ECCS   0xF006240E          MC 20 ECC Safety Register
MTU_MC20_ECCD   0xF0062410          MC 20 Memory ECC Detection Register
MTU_MC20_ETRR0  0xF0062412          MC 20 Error Tracking Register 0
MTU_MC20_ETRR1  0xF0062414          MC 20 Error Tracking Register 1
MTU_MC20_ETRR2  0xF0062416          MC 20 Error Tracking Register 2
MTU_MC20_ETRR3  0xF0062418          MC 20 Error Tracking Register 3
MTU_MC20_ETRR4  0xF006241A          MC 20 Error Tracking Register 4
MTU_MC20_RDBFL0 0xF0062460          MC 20 Read Data and Bit Flip Register 0
MTU_MC20_RDBFL1 0xF0062462          MC 20 Read Data and Bit Flip Register 1
MTU_MC20_RDBFL2 0xF0062464          MC 20 Read Data and Bit Flip Register 2
MTU_MC20_RDBFL3 0xF0062466          MC 20 Read Data and Bit Flip Register 3
MTU_MC20_RDBFL4 0xF0062468          MC 20 Read Data and Bit Flip Register 4
MTU_MC20_RDBFL5 0xF006246A          MC 20 Read Data and Bit Flip Register 5
MTU_MC20_RDBFL6 0xF006246C          MC 20 Read Data and Bit Flip Register 6
MTU_MC20_RDBFL7 0xF006246E          MC 20 Read Data and Bit Flip Register 7
MTU_MC20_RDBFL8 0xF0062470          MC 20 Read Data and Bit Flip Register 8
MTU_MC20_RDBFL9 0xF0062472          MC 20 Read Data and Bit Flip Register 9
MTU_MC20_RDBFL10 0xF0062474          MC 20 Read Data and Bit Flip Register 10
MTU_MC20_RDBFL11 0xF0062476          MC 20 Read Data and Bit Flip Register 11
MTU_MC20_RDBFL12 0xF0062478          MC 20 Read Data and Bit Flip Register 12
MTU_MC20_RDBFL13 0xF006247A          MC 20 Read Data and Bit Flip Register 13
MTU_MC20_RDBFL14 0xF006247C          MC 20 Read Data and Bit Flip Register 14
MTU_MC20_RDBFL15 0xF006247E          MC 20 Read Data and Bit Flip Register 15
MTU_MC20_RDBFL16 0xF0062480          MC 20 Read Data and Bit Flip Register 16
MTU_MC20_RDBFL17 0xF0062482          MC 20 Read Data and Bit Flip Register 17
MTU_MC20_RDBFL18 0xF0062484          MC 20 Read Data and Bit Flip Register 18
MTU_MC20_RDBFL19 0xF0062486          MC 20 Read Data and Bit Flip Register 19
MTU_MC20_RDBFL20 0xF0062488          MC 20 Read Data and Bit Flip Register 20
MTU_MC20_RDBFL21 0xF006248A          MC 20 Read Data and Bit Flip Register 21
MTU_MC20_RDBFL22 0xF006248C          MC 20 Read Data and Bit Flip Register 22
MTU_MC20_RDBFL23 0xF006248E          MC 20 Read Data and Bit Flip Register 23
MTU_MC20_RDBFL24 0xF0062490          MC 20 Read Data and Bit Flip Register 24
MTU_MC20_RDBFL25 0xF0062492          MC 20 Read Data and Bit Flip Register 25
MTU_MC20_RDBFL26 0xF0062494          MC 20 Read Data and Bit Flip Register 26
MTU_MC20_RDBFL27 0xF0062496          MC 20 Read Data and Bit Flip Register 27
MTU_MC20_RDBFL28 0xF0062498          MC 20 Read Data and Bit Flip Register 28
MTU_MC20_RDBFL29 0xF006249A          MC 20 Read Data and Bit Flip Register 29
MTU_MC20_RDBFL30 0xF006249C          MC 20 Read Data and Bit Flip Register 30
MTU_MC20_RDBFL31 0xF006249E          MC 20 Read Data and Bit Flip Register 31
MTU_MC20_RDBFL32 0xF00624A0          MC 20 Read Data and Bit Flip Register 32
MTU_MC20_RDBFL33 0xF00624A2          MC 20 Read Data and Bit Flip Register 33
MTU_MC20_RDBFL34 0xF00624A4          MC 20 Read Data and Bit Flip Register 34
MTU_MC20_RDBFL35 0xF00624A6          MC 20 Read Data and Bit Flip Register 35
MTU_MC20_RDBFL36 0xF00624A8          MC 20 Read Data and Bit Flip Register 36
MTU_MC20_RDBFL37 0xF00624AA          MC 20 Read Data and Bit Flip Register 37
MTU_MC20_RDBFL38 0xF00624AC          MC 20 Read Data and Bit Flip Register 38
MTU_MC20_RDBFL39 0xF00624AE          MC 20 Read Data and Bit Flip Register 39
MTU_MC20_RDBFL40 0xF00624B0          MC 20 Read Data and Bit Flip Register 40
MTU_MC20_RDBFL41 0xF00624B2          MC 20 Read Data and Bit Flip Register 41
MTU_MC20_RDBFL42 0xF00624B4          MC 20 Read Data and Bit Flip Register 42
MTU_MC20_RDBFL43 0xF00624B6          MC 20 Read Data and Bit Flip Register 43
MTU_MC20_RDBFL44 0xF00624B8          MC 20 Read Data and Bit Flip Register 44
MTU_MC20_RDBFL45 0xF00624BA          MC 20 Read Data and Bit Flip Register 45
MTU_MC20_RDBFL46 0xF00624BC          MC 20 Read Data and Bit Flip Register 46
MTU_MC20_RDBFL47 0xF00624BE          MC 20 Read Data and Bit Flip Register 47
MTU_MC20_RDBFL48 0xF00624C0          MC 20 Read Data and Bit Flip Register 48
MTU_MC20_RDBFL49 0xF00624C2          MC 20 Read Data and Bit Flip Register 49
MTU_MC20_RDBFL50 0xF00624C4          MC 20 Read Data and Bit Flip Register 50
MTU_MC20_RDBFL51 0xF00624C6          MC 20 Read Data and Bit Flip Register 51
MTU_MC20_RDBFL52 0xF00624C8          MC 20 Read Data and Bit Flip Register 52
MTU_MC20_RDBFL53 0xF00624CA          MC 20 Read Data and Bit Flip Register 53
MTU_MC20_RDBFL54 0xF00624CC          MC 20 Read Data and Bit Flip Register 54
MTU_MC20_RDBFL55 0xF00624CE          MC 20 Read Data and Bit Flip Register 55
MTU_MC20_RDBFL56 0xF00624D0          MC 20 Read Data and Bit Flip Register 56
MTU_MC20_RDBFL57 0xF00624D2          MC 20 Read Data and Bit Flip Register 57
MTU_MC20_RDBFL58 0xF00624D4          MC 20 Read Data and Bit Flip Register 58
MTU_MC20_RDBFL59 0xF00624D6          MC 20 Read Data and Bit Flip Register 59
MTU_MC20_RDBFL60 0xF00624D8          MC 20 Read Data and Bit Flip Register 60
MTU_MC20_RDBFL61 0xF00624DA          MC 20 Read Data and Bit Flip Register 61
MTU_MC20_RDBFL62 0xF00624DC          MC 20 Read Data and Bit Flip Register 62
MTU_MC20_RDBFL63 0xF00624DE          MC 20 Read Data and Bit Flip Register 63
MTU_MC20_RDBFL64 0xF00624E0          MC 20 Read Data and Bit Flip Register 64
MTU_MC20_RDBFL65 0xF00624E2          MC 20 Read Data and Bit Flip Register 65
MTU_MC20_RDBFL66 0xF00624E4          MC 20 Read Data and Bit Flip Register 66
MTU_MC20_ALMSRCS 0xF00624EE          MC 20 Alarm Sources Configuration Register
MTU_MC20_FAULTSTS 0xF00624F0          MC 20 SSH Safety Faults Status Register
MTU_MC20_ERRINFO0 0xF00624F2          MC 20 Error Information Register 0
MTU_MC20_ERRINFO1 0xF00624F4          MC 20 Error Information Register 1
MTU_MC20_ERRINFO2 0xF00624F6          MC 20 Error Information Register 2
MTU_MC20_ERRINFO3 0xF00624F8          MC 20 Error Information Register 3
MTU_MC20_ERRINFO4 0xF00624FA          MC 20 Error Information Register 4
MTU_MC21_CONFIG0 0xF0062500          MC 21 Configuration Register 0
MTU_MC21_CONFIG1 0xF0062502          MC 21 Configuration Register 1
MTU_MC21_MCONTROL 0xF0062504          MC 21 MBIST Control Register
MTU_MC21_MSTATUS 0xF0062506          MC 21 Status Register
MTU_MC21_RANGE  0xF0062508          MC 21 Range Register, single address mode
MTU_MC21_REVID  0xF006250C          MC 21 Revision ID Register
MTU_MC21_ECCS   0xF006250E          MC 21 ECC Safety Register
MTU_MC21_ECCD   0xF0062510          MC 21 Memory ECC Detection Register
MTU_MC21_ETRR0  0xF0062512          MC 21 Error Tracking Register 0
MTU_MC21_ETRR1  0xF0062514          MC 21 Error Tracking Register 1
MTU_MC21_ETRR2  0xF0062516          MC 21 Error Tracking Register 2
MTU_MC21_ETRR3  0xF0062518          MC 21 Error Tracking Register 3
MTU_MC21_ETRR4  0xF006251A          MC 21 Error Tracking Register 4
MTU_MC21_RDBFL0 0xF0062560          MC 21 Read Data and Bit Flip Register 0
MTU_MC21_RDBFL1 0xF0062562          MC 21 Read Data and Bit Flip Register 1
MTU_MC21_RDBFL2 0xF0062564          MC 21 Read Data and Bit Flip Register 2
MTU_MC21_RDBFL3 0xF0062566          MC 21 Read Data and Bit Flip Register 3
MTU_MC21_RDBFL4 0xF0062568          MC 21 Read Data and Bit Flip Register 4
MTU_MC21_RDBFL5 0xF006256A          MC 21 Read Data and Bit Flip Register 5
MTU_MC21_RDBFL6 0xF006256C          MC 21 Read Data and Bit Flip Register 6
MTU_MC21_RDBFL7 0xF006256E          MC 21 Read Data and Bit Flip Register 7
MTU_MC21_RDBFL8 0xF0062570          MC 21 Read Data and Bit Flip Register 8
MTU_MC21_RDBFL9 0xF0062572          MC 21 Read Data and Bit Flip Register 9
MTU_MC21_RDBFL10 0xF0062574          MC 21 Read Data and Bit Flip Register 10
MTU_MC21_RDBFL11 0xF0062576          MC 21 Read Data and Bit Flip Register 11
MTU_MC21_RDBFL12 0xF0062578          MC 21 Read Data and Bit Flip Register 12
MTU_MC21_RDBFL13 0xF006257A          MC 21 Read Data and Bit Flip Register 13
MTU_MC21_RDBFL14 0xF006257C          MC 21 Read Data and Bit Flip Register 14
MTU_MC21_RDBFL15 0xF006257E          MC 21 Read Data and Bit Flip Register 15
MTU_MC21_RDBFL16 0xF0062580          MC 21 Read Data and Bit Flip Register 16
MTU_MC21_RDBFL17 0xF0062582          MC 21 Read Data and Bit Flip Register 17
MTU_MC21_RDBFL18 0xF0062584          MC 21 Read Data and Bit Flip Register 18
MTU_MC21_RDBFL19 0xF0062586          MC 21 Read Data and Bit Flip Register 19
MTU_MC21_RDBFL20 0xF0062588          MC 21 Read Data and Bit Flip Register 20
MTU_MC21_RDBFL21 0xF006258A          MC 21 Read Data and Bit Flip Register 21
MTU_MC21_RDBFL22 0xF006258C          MC 21 Read Data and Bit Flip Register 22
MTU_MC21_RDBFL23 0xF006258E          MC 21 Read Data and Bit Flip Register 23
MTU_MC21_RDBFL24 0xF0062590          MC 21 Read Data and Bit Flip Register 24
MTU_MC21_RDBFL25 0xF0062592          MC 21 Read Data and Bit Flip Register 25
MTU_MC21_RDBFL26 0xF0062594          MC 21 Read Data and Bit Flip Register 26
MTU_MC21_RDBFL27 0xF0062596          MC 21 Read Data and Bit Flip Register 27
MTU_MC21_RDBFL28 0xF0062598          MC 21 Read Data and Bit Flip Register 28
MTU_MC21_RDBFL29 0xF006259A          MC 21 Read Data and Bit Flip Register 29
MTU_MC21_RDBFL30 0xF006259C          MC 21 Read Data and Bit Flip Register 30
MTU_MC21_RDBFL31 0xF006259E          MC 21 Read Data and Bit Flip Register 31
MTU_MC21_RDBFL32 0xF00625A0          MC 21 Read Data and Bit Flip Register 32
MTU_MC21_RDBFL33 0xF00625A2          MC 21 Read Data and Bit Flip Register 33
MTU_MC21_RDBFL34 0xF00625A4          MC 21 Read Data and Bit Flip Register 34
MTU_MC21_RDBFL35 0xF00625A6          MC 21 Read Data and Bit Flip Register 35
MTU_MC21_RDBFL36 0xF00625A8          MC 21 Read Data and Bit Flip Register 36
MTU_MC21_RDBFL37 0xF00625AA          MC 21 Read Data and Bit Flip Register 37
MTU_MC21_RDBFL38 0xF00625AC          MC 21 Read Data and Bit Flip Register 38
MTU_MC21_RDBFL39 0xF00625AE          MC 21 Read Data and Bit Flip Register 39
MTU_MC21_RDBFL40 0xF00625B0          MC 21 Read Data and Bit Flip Register 40
MTU_MC21_RDBFL41 0xF00625B2          MC 21 Read Data and Bit Flip Register 41
MTU_MC21_RDBFL42 0xF00625B4          MC 21 Read Data and Bit Flip Register 42
MTU_MC21_RDBFL43 0xF00625B6          MC 21 Read Data and Bit Flip Register 43
MTU_MC21_RDBFL44 0xF00625B8          MC 21 Read Data and Bit Flip Register 44
MTU_MC21_RDBFL45 0xF00625BA          MC 21 Read Data and Bit Flip Register 45
MTU_MC21_RDBFL46 0xF00625BC          MC 21 Read Data and Bit Flip Register 46
MTU_MC21_RDBFL47 0xF00625BE          MC 21 Read Data and Bit Flip Register 47
MTU_MC21_RDBFL48 0xF00625C0          MC 21 Read Data and Bit Flip Register 48
MTU_MC21_RDBFL49 0xF00625C2          MC 21 Read Data and Bit Flip Register 49
MTU_MC21_RDBFL50 0xF00625C4          MC 21 Read Data and Bit Flip Register 50
MTU_MC21_RDBFL51 0xF00625C6          MC 21 Read Data and Bit Flip Register 51
MTU_MC21_RDBFL52 0xF00625C8          MC 21 Read Data and Bit Flip Register 52
MTU_MC21_RDBFL53 0xF00625CA          MC 21 Read Data and Bit Flip Register 53
MTU_MC21_RDBFL54 0xF00625CC          MC 21 Read Data and Bit Flip Register 54
MTU_MC21_RDBFL55 0xF00625CE          MC 21 Read Data and Bit Flip Register 55
MTU_MC21_RDBFL56 0xF00625D0          MC 21 Read Data and Bit Flip Register 56
MTU_MC21_RDBFL57 0xF00625D2          MC 21 Read Data and Bit Flip Register 57
MTU_MC21_RDBFL58 0xF00625D4          MC 21 Read Data and Bit Flip Register 58
MTU_MC21_RDBFL59 0xF00625D6          MC 21 Read Data and Bit Flip Register 59
MTU_MC21_RDBFL60 0xF00625D8          MC 21 Read Data and Bit Flip Register 60
MTU_MC21_RDBFL61 0xF00625DA          MC 21 Read Data and Bit Flip Register 61
MTU_MC21_RDBFL62 0xF00625DC          MC 21 Read Data and Bit Flip Register 62
MTU_MC21_RDBFL63 0xF00625DE          MC 21 Read Data and Bit Flip Register 63
MTU_MC21_RDBFL64 0xF00625E0          MC 21 Read Data and Bit Flip Register 64
MTU_MC21_RDBFL65 0xF00625E2          MC 21 Read Data and Bit Flip Register 65
MTU_MC21_RDBFL66 0xF00625E4          MC 21 Read Data and Bit Flip Register 66
MTU_MC21_ALMSRCS 0xF00625EE          MC 21 Alarm Sources Configuration Register
MTU_MC21_FAULTSTS 0xF00625F0          MC 21 SSH Safety Faults Status Register
MTU_MC21_ERRINFO0 0xF00625F2          MC 21 Error Information Register 0
MTU_MC21_ERRINFO1 0xF00625F4          MC 21 Error Information Register 1
MTU_MC21_ERRINFO2 0xF00625F6          MC 21 Error Information Register 2
MTU_MC21_ERRINFO3 0xF00625F8          MC 21 Error Information Register 3
MTU_MC21_ERRINFO4 0xF00625FA          MC 21 Error Information Register 4
MTU_MC22_CONFIG0 0xF0062600          MC 22 Configuration Register 0
MTU_MC22_CONFIG1 0xF0062602          MC 22 Configuration Register 1
MTU_MC22_MCONTROL 0xF0062604          MC 22 MBIST Control Register
MTU_MC22_MSTATUS 0xF0062606          MC 22 Status Register
MTU_MC22_RANGE  0xF0062608          MC 22 Range Register, single address mode
MTU_MC22_REVID  0xF006260C          MC 22 Revision ID Register
MTU_MC22_ECCS   0xF006260E          MC 22 ECC Safety Register
MTU_MC22_ECCD   0xF0062610          MC 22 Memory ECC Detection Register
MTU_MC22_ETRR0  0xF0062612          MC 22 Error Tracking Register 0
MTU_MC22_ETRR1  0xF0062614          MC 22 Error Tracking Register 1
MTU_MC22_ETRR2  0xF0062616          MC 22 Error Tracking Register 2
MTU_MC22_ETRR3  0xF0062618          MC 22 Error Tracking Register 3
MTU_MC22_ETRR4  0xF006261A          MC 22 Error Tracking Register 4
MTU_MC22_RDBFL0 0xF0062660          MC 22 Read Data and Bit Flip Register 0
MTU_MC22_RDBFL1 0xF0062662          MC 22 Read Data and Bit Flip Register 1
MTU_MC22_RDBFL2 0xF0062664          MC 22 Read Data and Bit Flip Register 2
MTU_MC22_RDBFL3 0xF0062666          MC 22 Read Data and Bit Flip Register 3
MTU_MC22_RDBFL4 0xF0062668          MC 22 Read Data and Bit Flip Register 4
MTU_MC22_RDBFL5 0xF006266A          MC 22 Read Data and Bit Flip Register 5
MTU_MC22_RDBFL6 0xF006266C          MC 22 Read Data and Bit Flip Register 6
MTU_MC22_RDBFL7 0xF006266E          MC 22 Read Data and Bit Flip Register 7
MTU_MC22_RDBFL8 0xF0062670          MC 22 Read Data and Bit Flip Register 8
MTU_MC22_RDBFL9 0xF0062672          MC 22 Read Data and Bit Flip Register 9
MTU_MC22_RDBFL10 0xF0062674          MC 22 Read Data and Bit Flip Register 10
MTU_MC22_RDBFL11 0xF0062676          MC 22 Read Data and Bit Flip Register 11
MTU_MC22_RDBFL12 0xF0062678          MC 22 Read Data and Bit Flip Register 12
MTU_MC22_RDBFL13 0xF006267A          MC 22 Read Data and Bit Flip Register 13
MTU_MC22_RDBFL14 0xF006267C          MC 22 Read Data and Bit Flip Register 14
MTU_MC22_RDBFL15 0xF006267E          MC 22 Read Data and Bit Flip Register 15
MTU_MC22_RDBFL16 0xF0062680          MC 22 Read Data and Bit Flip Register 16
MTU_MC22_RDBFL17 0xF0062682          MC 22 Read Data and Bit Flip Register 17
MTU_MC22_RDBFL18 0xF0062684          MC 22 Read Data and Bit Flip Register 18
MTU_MC22_RDBFL19 0xF0062686          MC 22 Read Data and Bit Flip Register 19
MTU_MC22_RDBFL20 0xF0062688          MC 22 Read Data and Bit Flip Register 20
MTU_MC22_RDBFL21 0xF006268A          MC 22 Read Data and Bit Flip Register 21
MTU_MC22_RDBFL22 0xF006268C          MC 22 Read Data and Bit Flip Register 22
MTU_MC22_RDBFL23 0xF006268E          MC 22 Read Data and Bit Flip Register 23
MTU_MC22_RDBFL24 0xF0062690          MC 22 Read Data and Bit Flip Register 24
MTU_MC22_RDBFL25 0xF0062692          MC 22 Read Data and Bit Flip Register 25
MTU_MC22_RDBFL26 0xF0062694          MC 22 Read Data and Bit Flip Register 26
MTU_MC22_RDBFL27 0xF0062696          MC 22 Read Data and Bit Flip Register 27
MTU_MC22_RDBFL28 0xF0062698          MC 22 Read Data and Bit Flip Register 28
MTU_MC22_RDBFL29 0xF006269A          MC 22 Read Data and Bit Flip Register 29
MTU_MC22_RDBFL30 0xF006269C          MC 22 Read Data and Bit Flip Register 30
MTU_MC22_RDBFL31 0xF006269E          MC 22 Read Data and Bit Flip Register 31
MTU_MC22_RDBFL32 0xF00626A0          MC 22 Read Data and Bit Flip Register 32
MTU_MC22_RDBFL33 0xF00626A2          MC 22 Read Data and Bit Flip Register 33
MTU_MC22_RDBFL34 0xF00626A4          MC 22 Read Data and Bit Flip Register 34
MTU_MC22_RDBFL35 0xF00626A6          MC 22 Read Data and Bit Flip Register 35
MTU_MC22_RDBFL36 0xF00626A8          MC 22 Read Data and Bit Flip Register 36
MTU_MC22_RDBFL37 0xF00626AA          MC 22 Read Data and Bit Flip Register 37
MTU_MC22_RDBFL38 0xF00626AC          MC 22 Read Data and Bit Flip Register 38
MTU_MC22_RDBFL39 0xF00626AE          MC 22 Read Data and Bit Flip Register 39
MTU_MC22_RDBFL40 0xF00626B0          MC 22 Read Data and Bit Flip Register 40
MTU_MC22_RDBFL41 0xF00626B2          MC 22 Read Data and Bit Flip Register 41
MTU_MC22_RDBFL42 0xF00626B4          MC 22 Read Data and Bit Flip Register 42
MTU_MC22_RDBFL43 0xF00626B6          MC 22 Read Data and Bit Flip Register 43
MTU_MC22_RDBFL44 0xF00626B8          MC 22 Read Data and Bit Flip Register 44
MTU_MC22_RDBFL45 0xF00626BA          MC 22 Read Data and Bit Flip Register 45
MTU_MC22_RDBFL46 0xF00626BC          MC 22 Read Data and Bit Flip Register 46
MTU_MC22_RDBFL47 0xF00626BE          MC 22 Read Data and Bit Flip Register 47
MTU_MC22_RDBFL48 0xF00626C0          MC 22 Read Data and Bit Flip Register 48
MTU_MC22_RDBFL49 0xF00626C2          MC 22 Read Data and Bit Flip Register 49
MTU_MC22_RDBFL50 0xF00626C4          MC 22 Read Data and Bit Flip Register 50
MTU_MC22_RDBFL51 0xF00626C6          MC 22 Read Data and Bit Flip Register 51
MTU_MC22_RDBFL52 0xF00626C8          MC 22 Read Data and Bit Flip Register 52
MTU_MC22_RDBFL53 0xF00626CA          MC 22 Read Data and Bit Flip Register 53
MTU_MC22_RDBFL54 0xF00626CC          MC 22 Read Data and Bit Flip Register 54
MTU_MC22_RDBFL55 0xF00626CE          MC 22 Read Data and Bit Flip Register 55
MTU_MC22_RDBFL56 0xF00626D0          MC 22 Read Data and Bit Flip Register 56
MTU_MC22_RDBFL57 0xF00626D2          MC 22 Read Data and Bit Flip Register 57
MTU_MC22_RDBFL58 0xF00626D4          MC 22 Read Data and Bit Flip Register 58
MTU_MC22_RDBFL59 0xF00626D6          MC 22 Read Data and Bit Flip Register 59
MTU_MC22_RDBFL60 0xF00626D8          MC 22 Read Data and Bit Flip Register 60
MTU_MC22_RDBFL61 0xF00626DA          MC 22 Read Data and Bit Flip Register 61
MTU_MC22_RDBFL62 0xF00626DC          MC 22 Read Data and Bit Flip Register 62
MTU_MC22_RDBFL63 0xF00626DE          MC 22 Read Data and Bit Flip Register 63
MTU_MC22_RDBFL64 0xF00626E0          MC 22 Read Data and Bit Flip Register 64
MTU_MC22_RDBFL65 0xF00626E2          MC 22 Read Data and Bit Flip Register 65
MTU_MC22_RDBFL66 0xF00626E4          MC 22 Read Data and Bit Flip Register 66
MTU_MC22_ALMSRCS 0xF00626EE          MC 22 Alarm Sources Configuration Register
MTU_MC22_FAULTSTS 0xF00626F0          MC 22 SSH Safety Faults Status Register
MTU_MC22_ERRINFO0 0xF00626F2          MC 22 Error Information Register 0
MTU_MC22_ERRINFO1 0xF00626F4          MC 22 Error Information Register 1
MTU_MC22_ERRINFO2 0xF00626F6          MC 22 Error Information Register 2
MTU_MC22_ERRINFO3 0xF00626F8          MC 22 Error Information Register 3
MTU_MC22_ERRINFO4 0xF00626FA          MC 22 Error Information Register 4
MTU_MC23_CONFIG0 0xF0062700          MC 23 Configuration Register 0
MTU_MC23_CONFIG1 0xF0062702          MC 23 Configuration Register 1
MTU_MC23_MCONTROL 0xF0062704          MC 23 MBIST Control Register
MTU_MC23_MSTATUS 0xF0062706          MC 23 Status Register
MTU_MC23_RANGE  0xF0062708          MC 23 Range Register, single address mode
MTU_MC23_REVID  0xF006270C          MC 23 Revision ID Register
MTU_MC23_ECCS   0xF006270E          MC 23 ECC Safety Register
MTU_MC23_ECCD   0xF0062710          MC 23 Memory ECC Detection Register
MTU_MC23_ETRR0  0xF0062712          MC 23 Error Tracking Register 0
MTU_MC23_ETRR1  0xF0062714          MC 23 Error Tracking Register 1
MTU_MC23_ETRR2  0xF0062716          MC 23 Error Tracking Register 2
MTU_MC23_ETRR3  0xF0062718          MC 23 Error Tracking Register 3
MTU_MC23_ETRR4  0xF006271A          MC 23 Error Tracking Register 4
MTU_MC23_RDBFL0 0xF0062760          MC 23 Read Data and Bit Flip Register 0
MTU_MC23_RDBFL1 0xF0062762          MC 23 Read Data and Bit Flip Register 1
MTU_MC23_RDBFL2 0xF0062764          MC 23 Read Data and Bit Flip Register 2
MTU_MC23_RDBFL3 0xF0062766          MC 23 Read Data and Bit Flip Register 3
MTU_MC23_RDBFL4 0xF0062768          MC 23 Read Data and Bit Flip Register 4
MTU_MC23_RDBFL5 0xF006276A          MC 23 Read Data and Bit Flip Register 5
MTU_MC23_RDBFL6 0xF006276C          MC 23 Read Data and Bit Flip Register 6
MTU_MC23_RDBFL7 0xF006276E          MC 23 Read Data and Bit Flip Register 7
MTU_MC23_RDBFL8 0xF0062770          MC 23 Read Data and Bit Flip Register 8
MTU_MC23_RDBFL9 0xF0062772          MC 23 Read Data and Bit Flip Register 9
MTU_MC23_RDBFL10 0xF0062774          MC 23 Read Data and Bit Flip Register 10
MTU_MC23_RDBFL11 0xF0062776          MC 23 Read Data and Bit Flip Register 11
MTU_MC23_RDBFL12 0xF0062778          MC 23 Read Data and Bit Flip Register 12
MTU_MC23_RDBFL13 0xF006277A          MC 23 Read Data and Bit Flip Register 13
MTU_MC23_RDBFL14 0xF006277C          MC 23 Read Data and Bit Flip Register 14
MTU_MC23_RDBFL15 0xF006277E          MC 23 Read Data and Bit Flip Register 15
MTU_MC23_RDBFL16 0xF0062780          MC 23 Read Data and Bit Flip Register 16
MTU_MC23_RDBFL17 0xF0062782          MC 23 Read Data and Bit Flip Register 17
MTU_MC23_RDBFL18 0xF0062784          MC 23 Read Data and Bit Flip Register 18
MTU_MC23_RDBFL19 0xF0062786          MC 23 Read Data and Bit Flip Register 19
MTU_MC23_RDBFL20 0xF0062788          MC 23 Read Data and Bit Flip Register 20
MTU_MC23_RDBFL21 0xF006278A          MC 23 Read Data and Bit Flip Register 21
MTU_MC23_RDBFL22 0xF006278C          MC 23 Read Data and Bit Flip Register 22
MTU_MC23_RDBFL23 0xF006278E          MC 23 Read Data and Bit Flip Register 23
MTU_MC23_RDBFL24 0xF0062790          MC 23 Read Data and Bit Flip Register 24
MTU_MC23_RDBFL25 0xF0062792          MC 23 Read Data and Bit Flip Register 25
MTU_MC23_RDBFL26 0xF0062794          MC 23 Read Data and Bit Flip Register 26
MTU_MC23_RDBFL27 0xF0062796          MC 23 Read Data and Bit Flip Register 27
MTU_MC23_RDBFL28 0xF0062798          MC 23 Read Data and Bit Flip Register 28
MTU_MC23_RDBFL29 0xF006279A          MC 23 Read Data and Bit Flip Register 29
MTU_MC23_RDBFL30 0xF006279C          MC 23 Read Data and Bit Flip Register 30
MTU_MC23_RDBFL31 0xF006279E          MC 23 Read Data and Bit Flip Register 31
MTU_MC23_RDBFL32 0xF00627A0          MC 23 Read Data and Bit Flip Register 32
MTU_MC23_RDBFL33 0xF00627A2          MC 23 Read Data and Bit Flip Register 33
MTU_MC23_RDBFL34 0xF00627A4          MC 23 Read Data and Bit Flip Register 34
MTU_MC23_RDBFL35 0xF00627A6          MC 23 Read Data and Bit Flip Register 35
MTU_MC23_RDBFL36 0xF00627A8          MC 23 Read Data and Bit Flip Register 36
MTU_MC23_RDBFL37 0xF00627AA          MC 23 Read Data and Bit Flip Register 37
MTU_MC23_RDBFL38 0xF00627AC          MC 23 Read Data and Bit Flip Register 38
MTU_MC23_RDBFL39 0xF00627AE          MC 23 Read Data and Bit Flip Register 39
MTU_MC23_RDBFL40 0xF00627B0          MC 23 Read Data and Bit Flip Register 40
MTU_MC23_RDBFL41 0xF00627B2          MC 23 Read Data and Bit Flip Register 41
MTU_MC23_RDBFL42 0xF00627B4          MC 23 Read Data and Bit Flip Register 42
MTU_MC23_RDBFL43 0xF00627B6          MC 23 Read Data and Bit Flip Register 43
MTU_MC23_RDBFL44 0xF00627B8          MC 23 Read Data and Bit Flip Register 44
MTU_MC23_RDBFL45 0xF00627BA          MC 23 Read Data and Bit Flip Register 45
MTU_MC23_RDBFL46 0xF00627BC          MC 23 Read Data and Bit Flip Register 46
MTU_MC23_RDBFL47 0xF00627BE          MC 23 Read Data and Bit Flip Register 47
MTU_MC23_RDBFL48 0xF00627C0          MC 23 Read Data and Bit Flip Register 48
MTU_MC23_RDBFL49 0xF00627C2          MC 23 Read Data and Bit Flip Register 49
MTU_MC23_RDBFL50 0xF00627C4          MC 23 Read Data and Bit Flip Register 50
MTU_MC23_RDBFL51 0xF00627C6          MC 23 Read Data and Bit Flip Register 51
MTU_MC23_RDBFL52 0xF00627C8          MC 23 Read Data and Bit Flip Register 52
MTU_MC23_RDBFL53 0xF00627CA          MC 23 Read Data and Bit Flip Register 53
MTU_MC23_RDBFL54 0xF00627CC          MC 23 Read Data and Bit Flip Register 54
MTU_MC23_RDBFL55 0xF00627CE          MC 23 Read Data and Bit Flip Register 55
MTU_MC23_RDBFL56 0xF00627D0          MC 23 Read Data and Bit Flip Register 56
MTU_MC23_RDBFL57 0xF00627D2          MC 23 Read Data and Bit Flip Register 57
MTU_MC23_RDBFL58 0xF00627D4          MC 23 Read Data and Bit Flip Register 58
MTU_MC23_RDBFL59 0xF00627D6          MC 23 Read Data and Bit Flip Register 59
MTU_MC23_RDBFL60 0xF00627D8          MC 23 Read Data and Bit Flip Register 60
MTU_MC23_RDBFL61 0xF00627DA          MC 23 Read Data and Bit Flip Register 61
MTU_MC23_RDBFL62 0xF00627DC          MC 23 Read Data and Bit Flip Register 62
MTU_MC23_RDBFL63 0xF00627DE          MC 23 Read Data and Bit Flip Register 63
MTU_MC23_RDBFL64 0xF00627E0          MC 23 Read Data and Bit Flip Register 64
MTU_MC23_RDBFL65 0xF00627E2          MC 23 Read Data and Bit Flip Register 65
MTU_MC23_RDBFL66 0xF00627E4          MC 23 Read Data and Bit Flip Register 66
MTU_MC23_ALMSRCS 0xF00627EE          MC 23 Alarm Sources Configuration Register
MTU_MC23_FAULTSTS 0xF00627F0          MC 23 SSH Safety Faults Status Register
MTU_MC23_ERRINFO0 0xF00627F2          MC 23 Error Information Register 0
MTU_MC23_ERRINFO1 0xF00627F4          MC 23 Error Information Register 1
MTU_MC23_ERRINFO2 0xF00627F6          MC 23 Error Information Register 2
MTU_MC23_ERRINFO3 0xF00627F8          MC 23 Error Information Register 3
MTU_MC23_ERRINFO4 0xF00627FA          MC 23 Error Information Register 4
MTU_MC24_CONFIG0 0xF0062800          MC 24 Configuration Register 0
MTU_MC24_CONFIG1 0xF0062802          MC 24 Configuration Register 1
MTU_MC24_MCONTROL 0xF0062804          MC 24 MBIST Control Register
MTU_MC24_MSTATUS 0xF0062806          MC 24 Status Register
MTU_MC24_RANGE  0xF0062808          MC 24 Range Register, single address mode
MTU_MC24_REVID  0xF006280C          MC 24 Revision ID Register
MTU_MC24_ECCS   0xF006280E          MC 24 ECC Safety Register
MTU_MC24_ECCD   0xF0062810          MC 24 Memory ECC Detection Register
MTU_MC24_ETRR0  0xF0062812          MC 24 Error Tracking Register 0
MTU_MC24_ETRR1  0xF0062814          MC 24 Error Tracking Register 1
MTU_MC24_ETRR2  0xF0062816          MC 24 Error Tracking Register 2
MTU_MC24_ETRR3  0xF0062818          MC 24 Error Tracking Register 3
MTU_MC24_ETRR4  0xF006281A          MC 24 Error Tracking Register 4
MTU_MC24_RDBFL0 0xF0062860          MC 24 Read Data and Bit Flip Register 0
MTU_MC24_RDBFL1 0xF0062862          MC 24 Read Data and Bit Flip Register 1
MTU_MC24_RDBFL2 0xF0062864          MC 24 Read Data and Bit Flip Register 2
MTU_MC24_RDBFL3 0xF0062866          MC 24 Read Data and Bit Flip Register 3
MTU_MC24_RDBFL4 0xF0062868          MC 24 Read Data and Bit Flip Register 4
MTU_MC24_RDBFL5 0xF006286A          MC 24 Read Data and Bit Flip Register 5
MTU_MC24_RDBFL6 0xF006286C          MC 24 Read Data and Bit Flip Register 6
MTU_MC24_RDBFL7 0xF006286E          MC 24 Read Data and Bit Flip Register 7
MTU_MC24_RDBFL8 0xF0062870          MC 24 Read Data and Bit Flip Register 8
MTU_MC24_RDBFL9 0xF0062872          MC 24 Read Data and Bit Flip Register 9
MTU_MC24_RDBFL10 0xF0062874          MC 24 Read Data and Bit Flip Register 10
MTU_MC24_RDBFL11 0xF0062876          MC 24 Read Data and Bit Flip Register 11
MTU_MC24_RDBFL12 0xF0062878          MC 24 Read Data and Bit Flip Register 12
MTU_MC24_RDBFL13 0xF006287A          MC 24 Read Data and Bit Flip Register 13
MTU_MC24_RDBFL14 0xF006287C          MC 24 Read Data and Bit Flip Register 14
MTU_MC24_RDBFL15 0xF006287E          MC 24 Read Data and Bit Flip Register 15
MTU_MC24_RDBFL16 0xF0062880          MC 24 Read Data and Bit Flip Register 16
MTU_MC24_RDBFL17 0xF0062882          MC 24 Read Data and Bit Flip Register 17
MTU_MC24_RDBFL18 0xF0062884          MC 24 Read Data and Bit Flip Register 18
MTU_MC24_RDBFL19 0xF0062886          MC 24 Read Data and Bit Flip Register 19
MTU_MC24_RDBFL20 0xF0062888          MC 24 Read Data and Bit Flip Register 20
MTU_MC24_RDBFL21 0xF006288A          MC 24 Read Data and Bit Flip Register 21
MTU_MC24_RDBFL22 0xF006288C          MC 24 Read Data and Bit Flip Register 22
MTU_MC24_RDBFL23 0xF006288E          MC 24 Read Data and Bit Flip Register 23
MTU_MC24_RDBFL24 0xF0062890          MC 24 Read Data and Bit Flip Register 24
MTU_MC24_RDBFL25 0xF0062892          MC 24 Read Data and Bit Flip Register 25
MTU_MC24_RDBFL26 0xF0062894          MC 24 Read Data and Bit Flip Register 26
MTU_MC24_RDBFL27 0xF0062896          MC 24 Read Data and Bit Flip Register 27
MTU_MC24_RDBFL28 0xF0062898          MC 24 Read Data and Bit Flip Register 28
MTU_MC24_RDBFL29 0xF006289A          MC 24 Read Data and Bit Flip Register 29
MTU_MC24_RDBFL30 0xF006289C          MC 24 Read Data and Bit Flip Register 30
MTU_MC24_RDBFL31 0xF006289E          MC 24 Read Data and Bit Flip Register 31
MTU_MC24_RDBFL32 0xF00628A0          MC 24 Read Data and Bit Flip Register 32
MTU_MC24_RDBFL33 0xF00628A2          MC 24 Read Data and Bit Flip Register 33
MTU_MC24_RDBFL34 0xF00628A4          MC 24 Read Data and Bit Flip Register 34
MTU_MC24_RDBFL35 0xF00628A6          MC 24 Read Data and Bit Flip Register 35
MTU_MC24_RDBFL36 0xF00628A8          MC 24 Read Data and Bit Flip Register 36
MTU_MC24_RDBFL37 0xF00628AA          MC 24 Read Data and Bit Flip Register 37
MTU_MC24_RDBFL38 0xF00628AC          MC 24 Read Data and Bit Flip Register 38
MTU_MC24_RDBFL39 0xF00628AE          MC 24 Read Data and Bit Flip Register 39
MTU_MC24_RDBFL40 0xF00628B0          MC 24 Read Data and Bit Flip Register 40
MTU_MC24_RDBFL41 0xF00628B2          MC 24 Read Data and Bit Flip Register 41
MTU_MC24_RDBFL42 0xF00628B4          MC 24 Read Data and Bit Flip Register 42
MTU_MC24_RDBFL43 0xF00628B6          MC 24 Read Data and Bit Flip Register 43
MTU_MC24_RDBFL44 0xF00628B8          MC 24 Read Data and Bit Flip Register 44
MTU_MC24_RDBFL45 0xF00628BA          MC 24 Read Data and Bit Flip Register 45
MTU_MC24_RDBFL46 0xF00628BC          MC 24 Read Data and Bit Flip Register 46
MTU_MC24_RDBFL47 0xF00628BE          MC 24 Read Data and Bit Flip Register 47
MTU_MC24_RDBFL48 0xF00628C0          MC 24 Read Data and Bit Flip Register 48
MTU_MC24_RDBFL49 0xF00628C2          MC 24 Read Data and Bit Flip Register 49
MTU_MC24_RDBFL50 0xF00628C4          MC 24 Read Data and Bit Flip Register 50
MTU_MC24_RDBFL51 0xF00628C6          MC 24 Read Data and Bit Flip Register 51
MTU_MC24_RDBFL52 0xF00628C8          MC 24 Read Data and Bit Flip Register 52
MTU_MC24_RDBFL53 0xF00628CA          MC 24 Read Data and Bit Flip Register 53
MTU_MC24_RDBFL54 0xF00628CC          MC 24 Read Data and Bit Flip Register 54
MTU_MC24_RDBFL55 0xF00628CE          MC 24 Read Data and Bit Flip Register 55
MTU_MC24_RDBFL56 0xF00628D0          MC 24 Read Data and Bit Flip Register 56
MTU_MC24_RDBFL57 0xF00628D2          MC 24 Read Data and Bit Flip Register 57
MTU_MC24_RDBFL58 0xF00628D4          MC 24 Read Data and Bit Flip Register 58
MTU_MC24_RDBFL59 0xF00628D6          MC 24 Read Data and Bit Flip Register 59
MTU_MC24_RDBFL60 0xF00628D8          MC 24 Read Data and Bit Flip Register 60
MTU_MC24_RDBFL61 0xF00628DA          MC 24 Read Data and Bit Flip Register 61
MTU_MC24_RDBFL62 0xF00628DC          MC 24 Read Data and Bit Flip Register 62
MTU_MC24_RDBFL63 0xF00628DE          MC 24 Read Data and Bit Flip Register 63
MTU_MC24_RDBFL64 0xF00628E0          MC 24 Read Data and Bit Flip Register 64
MTU_MC24_RDBFL65 0xF00628E2          MC 24 Read Data and Bit Flip Register 65
MTU_MC24_RDBFL66 0xF00628E4          MC 24 Read Data and Bit Flip Register 66
MTU_MC24_ALMSRCS 0xF00628EE          MC 24 Alarm Sources Configuration Register
MTU_MC24_FAULTSTS 0xF00628F0          MC 24 SSH Safety Faults Status Register
MTU_MC24_ERRINFO0 0xF00628F2          MC 24 Error Information Register 0
MTU_MC24_ERRINFO1 0xF00628F4          MC 24 Error Information Register 1
MTU_MC24_ERRINFO2 0xF00628F6          MC 24 Error Information Register 2
MTU_MC24_ERRINFO3 0xF00628F8          MC 24 Error Information Register 3
MTU_MC24_ERRINFO4 0xF00628FA          MC 24 Error Information Register 4
MTU_MC25_CONFIG0 0xF0062900          MC 25 Configuration Register 0
MTU_MC25_CONFIG1 0xF0062902          MC 25 Configuration Register 1
MTU_MC25_MCONTROL 0xF0062904          MC 25 MBIST Control Register
MTU_MC25_MSTATUS 0xF0062906          MC 25 Status Register
MTU_MC25_RANGE  0xF0062908          MC 25 Range Register, single address mode
MTU_MC25_REVID  0xF006290C          MC 25 Revision ID Register
MTU_MC25_ECCS   0xF006290E          MC 25 ECC Safety Register
MTU_MC25_ECCD   0xF0062910          MC 25 Memory ECC Detection Register
MTU_MC25_ETRR0  0xF0062912          MC 25 Error Tracking Register 0
MTU_MC25_ETRR1  0xF0062914          MC 25 Error Tracking Register 1
MTU_MC25_ETRR2  0xF0062916          MC 25 Error Tracking Register 2
MTU_MC25_ETRR3  0xF0062918          MC 25 Error Tracking Register 3
MTU_MC25_ETRR4  0xF006291A          MC 25 Error Tracking Register 4
MTU_MC25_RDBFL0 0xF0062960          MC 25 Read Data and Bit Flip Register 0
MTU_MC25_RDBFL1 0xF0062962          MC 25 Read Data and Bit Flip Register 1
MTU_MC25_RDBFL2 0xF0062964          MC 25 Read Data and Bit Flip Register 2
MTU_MC25_RDBFL3 0xF0062966          MC 25 Read Data and Bit Flip Register 3
MTU_MC25_RDBFL4 0xF0062968          MC 25 Read Data and Bit Flip Register 4
MTU_MC25_RDBFL5 0xF006296A          MC 25 Read Data and Bit Flip Register 5
MTU_MC25_RDBFL6 0xF006296C          MC 25 Read Data and Bit Flip Register 6
MTU_MC25_RDBFL7 0xF006296E          MC 25 Read Data and Bit Flip Register 7
MTU_MC25_RDBFL8 0xF0062970          MC 25 Read Data and Bit Flip Register 8
MTU_MC25_RDBFL9 0xF0062972          MC 25 Read Data and Bit Flip Register 9
MTU_MC25_RDBFL10 0xF0062974          MC 25 Read Data and Bit Flip Register 10
MTU_MC25_RDBFL11 0xF0062976          MC 25 Read Data and Bit Flip Register 11
MTU_MC25_RDBFL12 0xF0062978          MC 25 Read Data and Bit Flip Register 12
MTU_MC25_RDBFL13 0xF006297A          MC 25 Read Data and Bit Flip Register 13
MTU_MC25_RDBFL14 0xF006297C          MC 25 Read Data and Bit Flip Register 14
MTU_MC25_RDBFL15 0xF006297E          MC 25 Read Data and Bit Flip Register 15
MTU_MC25_RDBFL16 0xF0062980          MC 25 Read Data and Bit Flip Register 16
MTU_MC25_RDBFL17 0xF0062982          MC 25 Read Data and Bit Flip Register 17
MTU_MC25_RDBFL18 0xF0062984          MC 25 Read Data and Bit Flip Register 18
MTU_MC25_RDBFL19 0xF0062986          MC 25 Read Data and Bit Flip Register 19
MTU_MC25_RDBFL20 0xF0062988          MC 25 Read Data and Bit Flip Register 20
MTU_MC25_RDBFL21 0xF006298A          MC 25 Read Data and Bit Flip Register 21
MTU_MC25_RDBFL22 0xF006298C          MC 25 Read Data and Bit Flip Register 22
MTU_MC25_RDBFL23 0xF006298E          MC 25 Read Data and Bit Flip Register 23
MTU_MC25_RDBFL24 0xF0062990          MC 25 Read Data and Bit Flip Register 24
MTU_MC25_RDBFL25 0xF0062992          MC 25 Read Data and Bit Flip Register 25
MTU_MC25_RDBFL26 0xF0062994          MC 25 Read Data and Bit Flip Register 26
MTU_MC25_RDBFL27 0xF0062996          MC 25 Read Data and Bit Flip Register 27
MTU_MC25_RDBFL28 0xF0062998          MC 25 Read Data and Bit Flip Register 28
MTU_MC25_RDBFL29 0xF006299A          MC 25 Read Data and Bit Flip Register 29
MTU_MC25_RDBFL30 0xF006299C          MC 25 Read Data and Bit Flip Register 30
MTU_MC25_RDBFL31 0xF006299E          MC 25 Read Data and Bit Flip Register 31
MTU_MC25_RDBFL32 0xF00629A0          MC 25 Read Data and Bit Flip Register 32
MTU_MC25_RDBFL33 0xF00629A2          MC 25 Read Data and Bit Flip Register 33
MTU_MC25_RDBFL34 0xF00629A4          MC 25 Read Data and Bit Flip Register 34
MTU_MC25_RDBFL35 0xF00629A6          MC 25 Read Data and Bit Flip Register 35
MTU_MC25_RDBFL36 0xF00629A8          MC 25 Read Data and Bit Flip Register 36
MTU_MC25_RDBFL37 0xF00629AA          MC 25 Read Data and Bit Flip Register 37
MTU_MC25_RDBFL38 0xF00629AC          MC 25 Read Data and Bit Flip Register 38
MTU_MC25_RDBFL39 0xF00629AE          MC 25 Read Data and Bit Flip Register 39
MTU_MC25_RDBFL40 0xF00629B0          MC 25 Read Data and Bit Flip Register 40
MTU_MC25_RDBFL41 0xF00629B2          MC 25 Read Data and Bit Flip Register 41
MTU_MC25_RDBFL42 0xF00629B4          MC 25 Read Data and Bit Flip Register 42
MTU_MC25_RDBFL43 0xF00629B6          MC 25 Read Data and Bit Flip Register 43
MTU_MC25_RDBFL44 0xF00629B8          MC 25 Read Data and Bit Flip Register 44
MTU_MC25_RDBFL45 0xF00629BA          MC 25 Read Data and Bit Flip Register 45
MTU_MC25_RDBFL46 0xF00629BC          MC 25 Read Data and Bit Flip Register 46
MTU_MC25_RDBFL47 0xF00629BE          MC 25 Read Data and Bit Flip Register 47
MTU_MC25_RDBFL48 0xF00629C0          MC 25 Read Data and Bit Flip Register 48
MTU_MC25_RDBFL49 0xF00629C2          MC 25 Read Data and Bit Flip Register 49
MTU_MC25_RDBFL50 0xF00629C4          MC 25 Read Data and Bit Flip Register 50
MTU_MC25_RDBFL51 0xF00629C6          MC 25 Read Data and Bit Flip Register 51
MTU_MC25_RDBFL52 0xF00629C8          MC 25 Read Data and Bit Flip Register 52
MTU_MC25_RDBFL53 0xF00629CA          MC 25 Read Data and Bit Flip Register 53
MTU_MC25_RDBFL54 0xF00629CC          MC 25 Read Data and Bit Flip Register 54
MTU_MC25_RDBFL55 0xF00629CE          MC 25 Read Data and Bit Flip Register 55
MTU_MC25_RDBFL56 0xF00629D0          MC 25 Read Data and Bit Flip Register 56
MTU_MC25_RDBFL57 0xF00629D2          MC 25 Read Data and Bit Flip Register 57
MTU_MC25_RDBFL58 0xF00629D4          MC 25 Read Data and Bit Flip Register 58
MTU_MC25_RDBFL59 0xF00629D6          MC 25 Read Data and Bit Flip Register 59
MTU_MC25_RDBFL60 0xF00629D8          MC 25 Read Data and Bit Flip Register 60
MTU_MC25_RDBFL61 0xF00629DA          MC 25 Read Data and Bit Flip Register 61
MTU_MC25_RDBFL62 0xF00629DC          MC 25 Read Data and Bit Flip Register 62
MTU_MC25_RDBFL63 0xF00629DE          MC 25 Read Data and Bit Flip Register 63
MTU_MC25_RDBFL64 0xF00629E0          MC 25 Read Data and Bit Flip Register 64
MTU_MC25_RDBFL65 0xF00629E2          MC 25 Read Data and Bit Flip Register 65
MTU_MC25_RDBFL66 0xF00629E4          MC 25 Read Data and Bit Flip Register 66
MTU_MC25_ALMSRCS 0xF00629EE          MC 25 Alarm Sources Configuration Register
MTU_MC25_FAULTSTS 0xF00629F0          MC 25 SSH Safety Faults Status Register
MTU_MC25_ERRINFO0 0xF00629F2          MC 25 Error Information Register 0
MTU_MC25_ERRINFO1 0xF00629F4          MC 25 Error Information Register 1
MTU_MC25_ERRINFO2 0xF00629F6          MC 25 Error Information Register 2
MTU_MC25_ERRINFO3 0xF00629F8          MC 25 Error Information Register 3
MTU_MC25_ERRINFO4 0xF00629FA          MC 25 Error Information Register 4
MTU_MC26_CONFIG0 0xF0062A00          MC 26 Configuration Register 0
MTU_MC26_CONFIG1 0xF0062A02          MC 26 Configuration Register 1
MTU_MC26_MCONTROL 0xF0062A04          MC 26 MBIST Control Register
MTU_MC26_MSTATUS 0xF0062A06          MC 26 Status Register
MTU_MC26_RANGE  0xF0062A08          MC 26 Range Register, single address mode
MTU_MC26_REVID  0xF0062A0C          MC 26 Revision ID Register
MTU_MC26_ECCS   0xF0062A0E          MC 26 ECC Safety Register
MTU_MC26_ECCD   0xF0062A10          MC 26 Memory ECC Detection Register
MTU_MC26_ETRR0  0xF0062A12          MC 26 Error Tracking Register 0
MTU_MC26_ETRR1  0xF0062A14          MC 26 Error Tracking Register 1
MTU_MC26_ETRR2  0xF0062A16          MC 26 Error Tracking Register 2
MTU_MC26_ETRR3  0xF0062A18          MC 26 Error Tracking Register 3
MTU_MC26_ETRR4  0xF0062A1A          MC 26 Error Tracking Register 4
MTU_MC26_RDBFL0 0xF0062A60          MC 26 Read Data and Bit Flip Register 0
MTU_MC26_RDBFL1 0xF0062A62          MC 26 Read Data and Bit Flip Register 1
MTU_MC26_RDBFL2 0xF0062A64          MC 26 Read Data and Bit Flip Register 2
MTU_MC26_RDBFL3 0xF0062A66          MC 26 Read Data and Bit Flip Register 3
MTU_MC26_RDBFL4 0xF0062A68          MC 26 Read Data and Bit Flip Register 4
MTU_MC26_RDBFL5 0xF0062A6A          MC 26 Read Data and Bit Flip Register 5
MTU_MC26_RDBFL6 0xF0062A6C          MC 26 Read Data and Bit Flip Register 6
MTU_MC26_RDBFL7 0xF0062A6E          MC 26 Read Data and Bit Flip Register 7
MTU_MC26_RDBFL8 0xF0062A70          MC 26 Read Data and Bit Flip Register 8
MTU_MC26_RDBFL9 0xF0062A72          MC 26 Read Data and Bit Flip Register 9
MTU_MC26_RDBFL10 0xF0062A74          MC 26 Read Data and Bit Flip Register 10
MTU_MC26_RDBFL11 0xF0062A76          MC 26 Read Data and Bit Flip Register 11
MTU_MC26_RDBFL12 0xF0062A78          MC 26 Read Data and Bit Flip Register 12
MTU_MC26_RDBFL13 0xF0062A7A          MC 26 Read Data and Bit Flip Register 13
MTU_MC26_RDBFL14 0xF0062A7C          MC 26 Read Data and Bit Flip Register 14
MTU_MC26_RDBFL15 0xF0062A7E          MC 26 Read Data and Bit Flip Register 15
MTU_MC26_RDBFL16 0xF0062A80          MC 26 Read Data and Bit Flip Register 16
MTU_MC26_RDBFL17 0xF0062A82          MC 26 Read Data and Bit Flip Register 17
MTU_MC26_RDBFL18 0xF0062A84          MC 26 Read Data and Bit Flip Register 18
MTU_MC26_RDBFL19 0xF0062A86          MC 26 Read Data and Bit Flip Register 19
MTU_MC26_RDBFL20 0xF0062A88          MC 26 Read Data and Bit Flip Register 20
MTU_MC26_RDBFL21 0xF0062A8A          MC 26 Read Data and Bit Flip Register 21
MTU_MC26_RDBFL22 0xF0062A8C          MC 26 Read Data and Bit Flip Register 22
MTU_MC26_RDBFL23 0xF0062A8E          MC 26 Read Data and Bit Flip Register 23
MTU_MC26_RDBFL24 0xF0062A90          MC 26 Read Data and Bit Flip Register 24
MTU_MC26_RDBFL25 0xF0062A92          MC 26 Read Data and Bit Flip Register 25
MTU_MC26_RDBFL26 0xF0062A94          MC 26 Read Data and Bit Flip Register 26
MTU_MC26_RDBFL27 0xF0062A96          MC 26 Read Data and Bit Flip Register 27
MTU_MC26_RDBFL28 0xF0062A98          MC 26 Read Data and Bit Flip Register 28
MTU_MC26_RDBFL29 0xF0062A9A          MC 26 Read Data and Bit Flip Register 29
MTU_MC26_RDBFL30 0xF0062A9C          MC 26 Read Data and Bit Flip Register 30
MTU_MC26_RDBFL31 0xF0062A9E          MC 26 Read Data and Bit Flip Register 31
MTU_MC26_RDBFL32 0xF0062AA0          MC 26 Read Data and Bit Flip Register 32
MTU_MC26_RDBFL33 0xF0062AA2          MC 26 Read Data and Bit Flip Register 33
MTU_MC26_RDBFL34 0xF0062AA4          MC 26 Read Data and Bit Flip Register 34
MTU_MC26_RDBFL35 0xF0062AA6          MC 26 Read Data and Bit Flip Register 35
MTU_MC26_RDBFL36 0xF0062AA8          MC 26 Read Data and Bit Flip Register 36
MTU_MC26_RDBFL37 0xF0062AAA          MC 26 Read Data and Bit Flip Register 37
MTU_MC26_RDBFL38 0xF0062AAC          MC 26 Read Data and Bit Flip Register 38
MTU_MC26_RDBFL39 0xF0062AAE          MC 26 Read Data and Bit Flip Register 39
MTU_MC26_RDBFL40 0xF0062AB0          MC 26 Read Data and Bit Flip Register 40
MTU_MC26_RDBFL41 0xF0062AB2          MC 26 Read Data and Bit Flip Register 41
MTU_MC26_RDBFL42 0xF0062AB4          MC 26 Read Data and Bit Flip Register 42
MTU_MC26_RDBFL43 0xF0062AB6          MC 26 Read Data and Bit Flip Register 43
MTU_MC26_RDBFL44 0xF0062AB8          MC 26 Read Data and Bit Flip Register 44
MTU_MC26_RDBFL45 0xF0062ABA          MC 26 Read Data and Bit Flip Register 45
MTU_MC26_RDBFL46 0xF0062ABC          MC 26 Read Data and Bit Flip Register 46
MTU_MC26_RDBFL47 0xF0062ABE          MC 26 Read Data and Bit Flip Register 47
MTU_MC26_RDBFL48 0xF0062AC0          MC 26 Read Data and Bit Flip Register 48
MTU_MC26_RDBFL49 0xF0062AC2          MC 26 Read Data and Bit Flip Register 49
MTU_MC26_RDBFL50 0xF0062AC4          MC 26 Read Data and Bit Flip Register 50
MTU_MC26_RDBFL51 0xF0062AC6          MC 26 Read Data and Bit Flip Register 51
MTU_MC26_RDBFL52 0xF0062AC8          MC 26 Read Data and Bit Flip Register 52
MTU_MC26_RDBFL53 0xF0062ACA          MC 26 Read Data and Bit Flip Register 53
MTU_MC26_RDBFL54 0xF0062ACC          MC 26 Read Data and Bit Flip Register 54
MTU_MC26_RDBFL55 0xF0062ACE          MC 26 Read Data and Bit Flip Register 55
MTU_MC26_RDBFL56 0xF0062AD0          MC 26 Read Data and Bit Flip Register 56
MTU_MC26_RDBFL57 0xF0062AD2          MC 26 Read Data and Bit Flip Register 57
MTU_MC26_RDBFL58 0xF0062AD4          MC 26 Read Data and Bit Flip Register 58
MTU_MC26_RDBFL59 0xF0062AD6          MC 26 Read Data and Bit Flip Register 59
MTU_MC26_RDBFL60 0xF0062AD8          MC 26 Read Data and Bit Flip Register 60
MTU_MC26_RDBFL61 0xF0062ADA          MC 26 Read Data and Bit Flip Register 61
MTU_MC26_RDBFL62 0xF0062ADC          MC 26 Read Data and Bit Flip Register 62
MTU_MC26_RDBFL63 0xF0062ADE          MC 26 Read Data and Bit Flip Register 63
MTU_MC26_RDBFL64 0xF0062AE0          MC 26 Read Data and Bit Flip Register 64
MTU_MC26_RDBFL65 0xF0062AE2          MC 26 Read Data and Bit Flip Register 65
MTU_MC26_RDBFL66 0xF0062AE4          MC 26 Read Data and Bit Flip Register 66
MTU_MC26_ALMSRCS 0xF0062AEE          MC 26 Alarm Sources Configuration Register
MTU_MC26_FAULTSTS 0xF0062AF0          MC 26 SSH Safety Faults Status Register
MTU_MC26_ERRINFO0 0xF0062AF2          MC 26 Error Information Register 0
MTU_MC26_ERRINFO1 0xF0062AF4          MC 26 Error Information Register 1
MTU_MC26_ERRINFO2 0xF0062AF6          MC 26 Error Information Register 2
MTU_MC26_ERRINFO3 0xF0062AF8          MC 26 Error Information Register 3
MTU_MC26_ERRINFO4 0xF0062AFA          MC 26 Error Information Register 4
MTU_MC27_CONFIG0 0xF0062B00          MC 27 Configuration Register 0
MTU_MC27_CONFIG1 0xF0062B02          MC 27 Configuration Register 1
MTU_MC27_MCONTROL 0xF0062B04          MC 27 MBIST Control Register
MTU_MC27_MSTATUS 0xF0062B06          MC 27 Status Register
MTU_MC27_RANGE  0xF0062B08          MC 27 Range Register, single address mode
MTU_MC27_REVID  0xF0062B0C          MC 27 Revision ID Register
MTU_MC27_ECCS   0xF0062B0E          MC 27 ECC Safety Register
MTU_MC27_ECCD   0xF0062B10          MC 27 Memory ECC Detection Register
MTU_MC27_ETRR0  0xF0062B12          MC 27 Error Tracking Register 0
MTU_MC27_ETRR1  0xF0062B14          MC 27 Error Tracking Register 1
MTU_MC27_ETRR2  0xF0062B16          MC 27 Error Tracking Register 2
MTU_MC27_ETRR3  0xF0062B18          MC 27 Error Tracking Register 3
MTU_MC27_ETRR4  0xF0062B1A          MC 27 Error Tracking Register 4
MTU_MC27_RDBFL0 0xF0062B60          MC 27 Read Data and Bit Flip Register 0
MTU_MC27_RDBFL1 0xF0062B62          MC 27 Read Data and Bit Flip Register 1
MTU_MC27_RDBFL2 0xF0062B64          MC 27 Read Data and Bit Flip Register 2
MTU_MC27_RDBFL3 0xF0062B66          MC 27 Read Data and Bit Flip Register 3
MTU_MC27_RDBFL4 0xF0062B68          MC 27 Read Data and Bit Flip Register 4
MTU_MC27_RDBFL5 0xF0062B6A          MC 27 Read Data and Bit Flip Register 5
MTU_MC27_RDBFL6 0xF0062B6C          MC 27 Read Data and Bit Flip Register 6
MTU_MC27_RDBFL7 0xF0062B6E          MC 27 Read Data and Bit Flip Register 7
MTU_MC27_RDBFL8 0xF0062B70          MC 27 Read Data and Bit Flip Register 8
MTU_MC27_RDBFL9 0xF0062B72          MC 27 Read Data and Bit Flip Register 9
MTU_MC27_RDBFL10 0xF0062B74          MC 27 Read Data and Bit Flip Register 10
MTU_MC27_RDBFL11 0xF0062B76          MC 27 Read Data and Bit Flip Register 11
MTU_MC27_RDBFL12 0xF0062B78          MC 27 Read Data and Bit Flip Register 12
MTU_MC27_RDBFL13 0xF0062B7A          MC 27 Read Data and Bit Flip Register 13
MTU_MC27_RDBFL14 0xF0062B7C          MC 27 Read Data and Bit Flip Register 14
MTU_MC27_RDBFL15 0xF0062B7E          MC 27 Read Data and Bit Flip Register 15
MTU_MC27_RDBFL16 0xF0062B80          MC 27 Read Data and Bit Flip Register 16
MTU_MC27_RDBFL17 0xF0062B82          MC 27 Read Data and Bit Flip Register 17
MTU_MC27_RDBFL18 0xF0062B84          MC 27 Read Data and Bit Flip Register 18
MTU_MC27_RDBFL19 0xF0062B86          MC 27 Read Data and Bit Flip Register 19
MTU_MC27_RDBFL20 0xF0062B88          MC 27 Read Data and Bit Flip Register 20
MTU_MC27_RDBFL21 0xF0062B8A          MC 27 Read Data and Bit Flip Register 21
MTU_MC27_RDBFL22 0xF0062B8C          MC 27 Read Data and Bit Flip Register 22
MTU_MC27_RDBFL23 0xF0062B8E          MC 27 Read Data and Bit Flip Register 23
MTU_MC27_RDBFL24 0xF0062B90          MC 27 Read Data and Bit Flip Register 24
MTU_MC27_RDBFL25 0xF0062B92          MC 27 Read Data and Bit Flip Register 25
MTU_MC27_RDBFL26 0xF0062B94          MC 27 Read Data and Bit Flip Register 26
MTU_MC27_RDBFL27 0xF0062B96          MC 27 Read Data and Bit Flip Register 27
MTU_MC27_RDBFL28 0xF0062B98          MC 27 Read Data and Bit Flip Register 28
MTU_MC27_RDBFL29 0xF0062B9A          MC 27 Read Data and Bit Flip Register 29
MTU_MC27_RDBFL30 0xF0062B9C          MC 27 Read Data and Bit Flip Register 30
MTU_MC27_RDBFL31 0xF0062B9E          MC 27 Read Data and Bit Flip Register 31
MTU_MC27_RDBFL32 0xF0062BA0          MC 27 Read Data and Bit Flip Register 32
MTU_MC27_RDBFL33 0xF0062BA2          MC 27 Read Data and Bit Flip Register 33
MTU_MC27_RDBFL34 0xF0062BA4          MC 27 Read Data and Bit Flip Register 34
MTU_MC27_RDBFL35 0xF0062BA6          MC 27 Read Data and Bit Flip Register 35
MTU_MC27_RDBFL36 0xF0062BA8          MC 27 Read Data and Bit Flip Register 36
MTU_MC27_RDBFL37 0xF0062BAA          MC 27 Read Data and Bit Flip Register 37
MTU_MC27_RDBFL38 0xF0062BAC          MC 27 Read Data and Bit Flip Register 38
MTU_MC27_RDBFL39 0xF0062BAE          MC 27 Read Data and Bit Flip Register 39
MTU_MC27_RDBFL40 0xF0062BB0          MC 27 Read Data and Bit Flip Register 40
MTU_MC27_RDBFL41 0xF0062BB2          MC 27 Read Data and Bit Flip Register 41
MTU_MC27_RDBFL42 0xF0062BB4          MC 27 Read Data and Bit Flip Register 42
MTU_MC27_RDBFL43 0xF0062BB6          MC 27 Read Data and Bit Flip Register 43
MTU_MC27_RDBFL44 0xF0062BB8          MC 27 Read Data and Bit Flip Register 44
MTU_MC27_RDBFL45 0xF0062BBA          MC 27 Read Data and Bit Flip Register 45
MTU_MC27_RDBFL46 0xF0062BBC          MC 27 Read Data and Bit Flip Register 46
MTU_MC27_RDBFL47 0xF0062BBE          MC 27 Read Data and Bit Flip Register 47
MTU_MC27_RDBFL48 0xF0062BC0          MC 27 Read Data and Bit Flip Register 48
MTU_MC27_RDBFL49 0xF0062BC2          MC 27 Read Data and Bit Flip Register 49
MTU_MC27_RDBFL50 0xF0062BC4          MC 27 Read Data and Bit Flip Register 50
MTU_MC27_RDBFL51 0xF0062BC6          MC 27 Read Data and Bit Flip Register 51
MTU_MC27_RDBFL52 0xF0062BC8          MC 27 Read Data and Bit Flip Register 52
MTU_MC27_RDBFL53 0xF0062BCA          MC 27 Read Data and Bit Flip Register 53
MTU_MC27_RDBFL54 0xF0062BCC          MC 27 Read Data and Bit Flip Register 54
MTU_MC27_RDBFL55 0xF0062BCE          MC 27 Read Data and Bit Flip Register 55
MTU_MC27_RDBFL56 0xF0062BD0          MC 27 Read Data and Bit Flip Register 56
MTU_MC27_RDBFL57 0xF0062BD2          MC 27 Read Data and Bit Flip Register 57
MTU_MC27_RDBFL58 0xF0062BD4          MC 27 Read Data and Bit Flip Register 58
MTU_MC27_RDBFL59 0xF0062BD6          MC 27 Read Data and Bit Flip Register 59
MTU_MC27_RDBFL60 0xF0062BD8          MC 27 Read Data and Bit Flip Register 60
MTU_MC27_RDBFL61 0xF0062BDA          MC 27 Read Data and Bit Flip Register 61
MTU_MC27_RDBFL62 0xF0062BDC          MC 27 Read Data and Bit Flip Register 62
MTU_MC27_RDBFL63 0xF0062BDE          MC 27 Read Data and Bit Flip Register 63
MTU_MC27_RDBFL64 0xF0062BE0          MC 27 Read Data and Bit Flip Register 64
MTU_MC27_RDBFL65 0xF0062BE2          MC 27 Read Data and Bit Flip Register 65
MTU_MC27_RDBFL66 0xF0062BE4          MC 27 Read Data and Bit Flip Register 66
MTU_MC27_ALMSRCS 0xF0062BEE          MC 27 Alarm Sources Configuration Register
MTU_MC27_FAULTSTS 0xF0062BF0          MC 27 SSH Safety Faults Status Register
MTU_MC27_ERRINFO0 0xF0062BF2          MC 27 Error Information Register 0
MTU_MC27_ERRINFO1 0xF0062BF4          MC 27 Error Information Register 1
MTU_MC27_ERRINFO2 0xF0062BF6          MC 27 Error Information Register 2
MTU_MC27_ERRINFO3 0xF0062BF8          MC 27 Error Information Register 3
MTU_MC27_ERRINFO4 0xF0062BFA          MC 27 Error Information Register 4
MTU_MC28_CONFIG0 0xF0062C00          MC 28 Configuration Register 0
MTU_MC28_CONFIG1 0xF0062C02          MC 28 Configuration Register 1
MTU_MC28_MCONTROL 0xF0062C04          MC 28 MBIST Control Register
MTU_MC28_MSTATUS 0xF0062C06          MC 28 Status Register
MTU_MC28_RANGE  0xF0062C08          MC 28 Range Register, single address mode
MTU_MC28_REVID  0xF0062C0C          MC 28 Revision ID Register
MTU_MC28_ECCS   0xF0062C0E          MC 28 ECC Safety Register
MTU_MC28_ECCD   0xF0062C10          MC 28 Memory ECC Detection Register
MTU_MC28_ETRR0  0xF0062C12          MC 28 Error Tracking Register 0
MTU_MC28_ETRR1  0xF0062C14          MC 28 Error Tracking Register 1
MTU_MC28_ETRR2  0xF0062C16          MC 28 Error Tracking Register 2
MTU_MC28_ETRR3  0xF0062C18          MC 28 Error Tracking Register 3
MTU_MC28_ETRR4  0xF0062C1A          MC 28 Error Tracking Register 4
MTU_MC28_RDBFL0 0xF0062C60          MC 28 Read Data and Bit Flip Register 0
MTU_MC28_RDBFL1 0xF0062C62          MC 28 Read Data and Bit Flip Register 1
MTU_MC28_RDBFL2 0xF0062C64          MC 28 Read Data and Bit Flip Register 2
MTU_MC28_RDBFL3 0xF0062C66          MC 28 Read Data and Bit Flip Register 3
MTU_MC28_RDBFL4 0xF0062C68          MC 28 Read Data and Bit Flip Register 4
MTU_MC28_RDBFL5 0xF0062C6A          MC 28 Read Data and Bit Flip Register 5
MTU_MC28_RDBFL6 0xF0062C6C          MC 28 Read Data and Bit Flip Register 6
MTU_MC28_RDBFL7 0xF0062C6E          MC 28 Read Data and Bit Flip Register 7
MTU_MC28_RDBFL8 0xF0062C70          MC 28 Read Data and Bit Flip Register 8
MTU_MC28_RDBFL9 0xF0062C72          MC 28 Read Data and Bit Flip Register 9
MTU_MC28_RDBFL10 0xF0062C74          MC 28 Read Data and Bit Flip Register 10
MTU_MC28_RDBFL11 0xF0062C76          MC 28 Read Data and Bit Flip Register 11
MTU_MC28_RDBFL12 0xF0062C78          MC 28 Read Data and Bit Flip Register 12
MTU_MC28_RDBFL13 0xF0062C7A          MC 28 Read Data and Bit Flip Register 13
MTU_MC28_RDBFL14 0xF0062C7C          MC 28 Read Data and Bit Flip Register 14
MTU_MC28_RDBFL15 0xF0062C7E          MC 28 Read Data and Bit Flip Register 15
MTU_MC28_RDBFL16 0xF0062C80          MC 28 Read Data and Bit Flip Register 16
MTU_MC28_RDBFL17 0xF0062C82          MC 28 Read Data and Bit Flip Register 17
MTU_MC28_RDBFL18 0xF0062C84          MC 28 Read Data and Bit Flip Register 18
MTU_MC28_RDBFL19 0xF0062C86          MC 28 Read Data and Bit Flip Register 19
MTU_MC28_RDBFL20 0xF0062C88          MC 28 Read Data and Bit Flip Register 20
MTU_MC28_RDBFL21 0xF0062C8A          MC 28 Read Data and Bit Flip Register 21
MTU_MC28_RDBFL22 0xF0062C8C          MC 28 Read Data and Bit Flip Register 22
MTU_MC28_RDBFL23 0xF0062C8E          MC 28 Read Data and Bit Flip Register 23
MTU_MC28_RDBFL24 0xF0062C90          MC 28 Read Data and Bit Flip Register 24
MTU_MC28_RDBFL25 0xF0062C92          MC 28 Read Data and Bit Flip Register 25
MTU_MC28_RDBFL26 0xF0062C94          MC 28 Read Data and Bit Flip Register 26
MTU_MC28_RDBFL27 0xF0062C96          MC 28 Read Data and Bit Flip Register 27
MTU_MC28_RDBFL28 0xF0062C98          MC 28 Read Data and Bit Flip Register 28
MTU_MC28_RDBFL29 0xF0062C9A          MC 28 Read Data and Bit Flip Register 29
MTU_MC28_RDBFL30 0xF0062C9C          MC 28 Read Data and Bit Flip Register 30
MTU_MC28_RDBFL31 0xF0062C9E          MC 28 Read Data and Bit Flip Register 31
MTU_MC28_RDBFL32 0xF0062CA0          MC 28 Read Data and Bit Flip Register 32
MTU_MC28_RDBFL33 0xF0062CA2          MC 28 Read Data and Bit Flip Register 33
MTU_MC28_RDBFL34 0xF0062CA4          MC 28 Read Data and Bit Flip Register 34
MTU_MC28_RDBFL35 0xF0062CA6          MC 28 Read Data and Bit Flip Register 35
MTU_MC28_RDBFL36 0xF0062CA8          MC 28 Read Data and Bit Flip Register 36
MTU_MC28_RDBFL37 0xF0062CAA          MC 28 Read Data and Bit Flip Register 37
MTU_MC28_RDBFL38 0xF0062CAC          MC 28 Read Data and Bit Flip Register 38
MTU_MC28_RDBFL39 0xF0062CAE          MC 28 Read Data and Bit Flip Register 39
MTU_MC28_RDBFL40 0xF0062CB0          MC 28 Read Data and Bit Flip Register 40
MTU_MC28_RDBFL41 0xF0062CB2          MC 28 Read Data and Bit Flip Register 41
MTU_MC28_RDBFL42 0xF0062CB4          MC 28 Read Data and Bit Flip Register 42
MTU_MC28_RDBFL43 0xF0062CB6          MC 28 Read Data and Bit Flip Register 43
MTU_MC28_RDBFL44 0xF0062CB8          MC 28 Read Data and Bit Flip Register 44
MTU_MC28_RDBFL45 0xF0062CBA          MC 28 Read Data and Bit Flip Register 45
MTU_MC28_RDBFL46 0xF0062CBC          MC 28 Read Data and Bit Flip Register 46
MTU_MC28_RDBFL47 0xF0062CBE          MC 28 Read Data and Bit Flip Register 47
MTU_MC28_RDBFL48 0xF0062CC0          MC 28 Read Data and Bit Flip Register 48
MTU_MC28_RDBFL49 0xF0062CC2          MC 28 Read Data and Bit Flip Register 49
MTU_MC28_RDBFL50 0xF0062CC4          MC 28 Read Data and Bit Flip Register 50
MTU_MC28_RDBFL51 0xF0062CC6          MC 28 Read Data and Bit Flip Register 51
MTU_MC28_RDBFL52 0xF0062CC8          MC 28 Read Data and Bit Flip Register 52
MTU_MC28_RDBFL53 0xF0062CCA          MC 28 Read Data and Bit Flip Register 53
MTU_MC28_RDBFL54 0xF0062CCC          MC 28 Read Data and Bit Flip Register 54
MTU_MC28_RDBFL55 0xF0062CCE          MC 28 Read Data and Bit Flip Register 55
MTU_MC28_RDBFL56 0xF0062CD0          MC 28 Read Data and Bit Flip Register 56
MTU_MC28_RDBFL57 0xF0062CD2          MC 28 Read Data and Bit Flip Register 57
MTU_MC28_RDBFL58 0xF0062CD4          MC 28 Read Data and Bit Flip Register 58
MTU_MC28_RDBFL59 0xF0062CD6          MC 28 Read Data and Bit Flip Register 59
MTU_MC28_RDBFL60 0xF0062CD8          MC 28 Read Data and Bit Flip Register 60
MTU_MC28_RDBFL61 0xF0062CDA          MC 28 Read Data and Bit Flip Register 61
MTU_MC28_RDBFL62 0xF0062CDC          MC 28 Read Data and Bit Flip Register 62
MTU_MC28_RDBFL63 0xF0062CDE          MC 28 Read Data and Bit Flip Register 63
MTU_MC28_RDBFL64 0xF0062CE0          MC 28 Read Data and Bit Flip Register 64
MTU_MC28_RDBFL65 0xF0062CE2          MC 28 Read Data and Bit Flip Register 65
MTU_MC28_RDBFL66 0xF0062CE4          MC 28 Read Data and Bit Flip Register 66
MTU_MC28_ALMSRCS 0xF0062CEE          MC 28 Alarm Sources Configuration Register
MTU_MC28_FAULTSTS 0xF0062CF0          MC 28 SSH Safety Faults Status Register
MTU_MC28_ERRINFO0 0xF0062CF2          MC 28 Error Information Register 0
MTU_MC28_ERRINFO1 0xF0062CF4          MC 28 Error Information Register 1
MTU_MC28_ERRINFO2 0xF0062CF6          MC 28 Error Information Register 2
MTU_MC28_ERRINFO3 0xF0062CF8          MC 28 Error Information Register 3
MTU_MC28_ERRINFO4 0xF0062CFA          MC 28 Error Information Register 4
MTU_MC29_CONFIG0 0xF0062D00          MC 29 Configuration Register 0
MTU_MC29_CONFIG1 0xF0062D02          MC 29 Configuration Register 1
MTU_MC29_MCONTROL 0xF0062D04          MC 29 MBIST Control Register
MTU_MC29_MSTATUS 0xF0062D06          MC 29 Status Register
MTU_MC29_RANGE  0xF0062D08          MC 29 Range Register, single address mode
MTU_MC29_REVID  0xF0062D0C          MC 29 Revision ID Register
MTU_MC29_ECCS   0xF0062D0E          MC 29 ECC Safety Register
MTU_MC29_ECCD   0xF0062D10          MC 29 Memory ECC Detection Register
MTU_MC29_ETRR0  0xF0062D12          MC 29 Error Tracking Register 0
MTU_MC29_ETRR1  0xF0062D14          MC 29 Error Tracking Register 1
MTU_MC29_ETRR2  0xF0062D16          MC 29 Error Tracking Register 2
MTU_MC29_ETRR3  0xF0062D18          MC 29 Error Tracking Register 3
MTU_MC29_ETRR4  0xF0062D1A          MC 29 Error Tracking Register 4
MTU_MC29_RDBFL0 0xF0062D60          MC 29 Read Data and Bit Flip Register 0
MTU_MC29_RDBFL1 0xF0062D62          MC 29 Read Data and Bit Flip Register 1
MTU_MC29_RDBFL2 0xF0062D64          MC 29 Read Data and Bit Flip Register 2
MTU_MC29_RDBFL3 0xF0062D66          MC 29 Read Data and Bit Flip Register 3
MTU_MC29_RDBFL4 0xF0062D68          MC 29 Read Data and Bit Flip Register 4
MTU_MC29_RDBFL5 0xF0062D6A          MC 29 Read Data and Bit Flip Register 5
MTU_MC29_RDBFL6 0xF0062D6C          MC 29 Read Data and Bit Flip Register 6
MTU_MC29_RDBFL7 0xF0062D6E          MC 29 Read Data and Bit Flip Register 7
MTU_MC29_RDBFL8 0xF0062D70          MC 29 Read Data and Bit Flip Register 8
MTU_MC29_RDBFL9 0xF0062D72          MC 29 Read Data and Bit Flip Register 9
MTU_MC29_RDBFL10 0xF0062D74          MC 29 Read Data and Bit Flip Register 10
MTU_MC29_RDBFL11 0xF0062D76          MC 29 Read Data and Bit Flip Register 11
MTU_MC29_RDBFL12 0xF0062D78          MC 29 Read Data and Bit Flip Register 12
MTU_MC29_RDBFL13 0xF0062D7A          MC 29 Read Data and Bit Flip Register 13
MTU_MC29_RDBFL14 0xF0062D7C          MC 29 Read Data and Bit Flip Register 14
MTU_MC29_RDBFL15 0xF0062D7E          MC 29 Read Data and Bit Flip Register 15
MTU_MC29_RDBFL16 0xF0062D80          MC 29 Read Data and Bit Flip Register 16
MTU_MC29_RDBFL17 0xF0062D82          MC 29 Read Data and Bit Flip Register 17
MTU_MC29_RDBFL18 0xF0062D84          MC 29 Read Data and Bit Flip Register 18
MTU_MC29_RDBFL19 0xF0062D86          MC 29 Read Data and Bit Flip Register 19
MTU_MC29_RDBFL20 0xF0062D88          MC 29 Read Data and Bit Flip Register 20
MTU_MC29_RDBFL21 0xF0062D8A          MC 29 Read Data and Bit Flip Register 21
MTU_MC29_RDBFL22 0xF0062D8C          MC 29 Read Data and Bit Flip Register 22
MTU_MC29_RDBFL23 0xF0062D8E          MC 29 Read Data and Bit Flip Register 23
MTU_MC29_RDBFL24 0xF0062D90          MC 29 Read Data and Bit Flip Register 24
MTU_MC29_RDBFL25 0xF0062D92          MC 29 Read Data and Bit Flip Register 25
MTU_MC29_RDBFL26 0xF0062D94          MC 29 Read Data and Bit Flip Register 26
MTU_MC29_RDBFL27 0xF0062D96          MC 29 Read Data and Bit Flip Register 27
MTU_MC29_RDBFL28 0xF0062D98          MC 29 Read Data and Bit Flip Register 28
MTU_MC29_RDBFL29 0xF0062D9A          MC 29 Read Data and Bit Flip Register 29
MTU_MC29_RDBFL30 0xF0062D9C          MC 29 Read Data and Bit Flip Register 30
MTU_MC29_RDBFL31 0xF0062D9E          MC 29 Read Data and Bit Flip Register 31
MTU_MC29_RDBFL32 0xF0062DA0          MC 29 Read Data and Bit Flip Register 32
MTU_MC29_RDBFL33 0xF0062DA2          MC 29 Read Data and Bit Flip Register 33
MTU_MC29_RDBFL34 0xF0062DA4          MC 29 Read Data and Bit Flip Register 34
MTU_MC29_RDBFL35 0xF0062DA6          MC 29 Read Data and Bit Flip Register 35
MTU_MC29_RDBFL36 0xF0062DA8          MC 29 Read Data and Bit Flip Register 36
MTU_MC29_RDBFL37 0xF0062DAA          MC 29 Read Data and Bit Flip Register 37
MTU_MC29_RDBFL38 0xF0062DAC          MC 29 Read Data and Bit Flip Register 38
MTU_MC29_RDBFL39 0xF0062DAE          MC 29 Read Data and Bit Flip Register 39
MTU_MC29_RDBFL40 0xF0062DB0          MC 29 Read Data and Bit Flip Register 40
MTU_MC29_RDBFL41 0xF0062DB2          MC 29 Read Data and Bit Flip Register 41
MTU_MC29_RDBFL42 0xF0062DB4          MC 29 Read Data and Bit Flip Register 42
MTU_MC29_RDBFL43 0xF0062DB6          MC 29 Read Data and Bit Flip Register 43
MTU_MC29_RDBFL44 0xF0062DB8          MC 29 Read Data and Bit Flip Register 44
MTU_MC29_RDBFL45 0xF0062DBA          MC 29 Read Data and Bit Flip Register 45
MTU_MC29_RDBFL46 0xF0062DBC          MC 29 Read Data and Bit Flip Register 46
MTU_MC29_RDBFL47 0xF0062DBE          MC 29 Read Data and Bit Flip Register 47
MTU_MC29_RDBFL48 0xF0062DC0          MC 29 Read Data and Bit Flip Register 48
MTU_MC29_RDBFL49 0xF0062DC2          MC 29 Read Data and Bit Flip Register 49
MTU_MC29_RDBFL50 0xF0062DC4          MC 29 Read Data and Bit Flip Register 50
MTU_MC29_RDBFL51 0xF0062DC6          MC 29 Read Data and Bit Flip Register 51
MTU_MC29_RDBFL52 0xF0062DC8          MC 29 Read Data and Bit Flip Register 52
MTU_MC29_RDBFL53 0xF0062DCA          MC 29 Read Data and Bit Flip Register 53
MTU_MC29_RDBFL54 0xF0062DCC          MC 29 Read Data and Bit Flip Register 54
MTU_MC29_RDBFL55 0xF0062DCE          MC 29 Read Data and Bit Flip Register 55
MTU_MC29_RDBFL56 0xF0062DD0          MC 29 Read Data and Bit Flip Register 56
MTU_MC29_RDBFL57 0xF0062DD2          MC 29 Read Data and Bit Flip Register 57
MTU_MC29_RDBFL58 0xF0062DD4          MC 29 Read Data and Bit Flip Register 58
MTU_MC29_RDBFL59 0xF0062DD6          MC 29 Read Data and Bit Flip Register 59
MTU_MC29_RDBFL60 0xF0062DD8          MC 29 Read Data and Bit Flip Register 60
MTU_MC29_RDBFL61 0xF0062DDA          MC 29 Read Data and Bit Flip Register 61
MTU_MC29_RDBFL62 0xF0062DDC          MC 29 Read Data and Bit Flip Register 62
MTU_MC29_RDBFL63 0xF0062DDE          MC 29 Read Data and Bit Flip Register 63
MTU_MC29_RDBFL64 0xF0062DE0          MC 29 Read Data and Bit Flip Register 64
MTU_MC29_RDBFL65 0xF0062DE2          MC 29 Read Data and Bit Flip Register 65
MTU_MC29_RDBFL66 0xF0062DE4          MC 29 Read Data and Bit Flip Register 66
MTU_MC29_ALMSRCS 0xF0062DEE          MC 29 Alarm Sources Configuration Register
MTU_MC29_FAULTSTS 0xF0062DF0          MC 29 SSH Safety Faults Status Register
MTU_MC29_ERRINFO0 0xF0062DF2          MC 29 Error Information Register 0
MTU_MC29_ERRINFO1 0xF0062DF4          MC 29 Error Information Register 1
MTU_MC29_ERRINFO2 0xF0062DF6          MC 29 Error Information Register 2
MTU_MC29_ERRINFO3 0xF0062DF8          MC 29 Error Information Register 3
MTU_MC29_ERRINFO4 0xF0062DFA          MC 29 Error Information Register 4
MTU_MC30_CONFIG0 0xF0062E00          MC 30 Configuration Register 0
MTU_MC30_CONFIG1 0xF0062E02          MC 30 Configuration Register 1
MTU_MC30_MCONTROL 0xF0062E04          MC 30 MBIST Control Register
MTU_MC30_MSTATUS 0xF0062E06          MC 30 Status Register
MTU_MC30_RANGE  0xF0062E08          MC 30 Range Register, single address mode
MTU_MC30_REVID  0xF0062E0C          MC 30 Revision ID Register
MTU_MC30_ECCS   0xF0062E0E          MC 30 ECC Safety Register
MTU_MC30_ECCD   0xF0062E10          MC 30 Memory ECC Detection Register
MTU_MC30_ETRR0  0xF0062E12          MC 30 Error Tracking Register 0
MTU_MC30_ETRR1  0xF0062E14          MC 30 Error Tracking Register 1
MTU_MC30_ETRR2  0xF0062E16          MC 30 Error Tracking Register 2
MTU_MC30_ETRR3  0xF0062E18          MC 30 Error Tracking Register 3
MTU_MC30_ETRR4  0xF0062E1A          MC 30 Error Tracking Register 4
MTU_MC30_RDBFL0 0xF0062E60          MC 30 Read Data and Bit Flip Register 0
MTU_MC30_RDBFL1 0xF0062E62          MC 30 Read Data and Bit Flip Register 1
MTU_MC30_RDBFL2 0xF0062E64          MC 30 Read Data and Bit Flip Register 2
MTU_MC30_RDBFL3 0xF0062E66          MC 30 Read Data and Bit Flip Register 3
MTU_MC30_RDBFL4 0xF0062E68          MC 30 Read Data and Bit Flip Register 4
MTU_MC30_RDBFL5 0xF0062E6A          MC 30 Read Data and Bit Flip Register 5
MTU_MC30_RDBFL6 0xF0062E6C          MC 30 Read Data and Bit Flip Register 6
MTU_MC30_RDBFL7 0xF0062E6E          MC 30 Read Data and Bit Flip Register 7
MTU_MC30_RDBFL8 0xF0062E70          MC 30 Read Data and Bit Flip Register 8
MTU_MC30_RDBFL9 0xF0062E72          MC 30 Read Data and Bit Flip Register 9
MTU_MC30_RDBFL10 0xF0062E74          MC 30 Read Data and Bit Flip Register 10
MTU_MC30_RDBFL11 0xF0062E76          MC 30 Read Data and Bit Flip Register 11
MTU_MC30_RDBFL12 0xF0062E78          MC 30 Read Data and Bit Flip Register 12
MTU_MC30_RDBFL13 0xF0062E7A          MC 30 Read Data and Bit Flip Register 13
MTU_MC30_RDBFL14 0xF0062E7C          MC 30 Read Data and Bit Flip Register 14
MTU_MC30_RDBFL15 0xF0062E7E          MC 30 Read Data and Bit Flip Register 15
MTU_MC30_RDBFL16 0xF0062E80          MC 30 Read Data and Bit Flip Register 16
MTU_MC30_RDBFL17 0xF0062E82          MC 30 Read Data and Bit Flip Register 17
MTU_MC30_RDBFL18 0xF0062E84          MC 30 Read Data and Bit Flip Register 18
MTU_MC30_RDBFL19 0xF0062E86          MC 30 Read Data and Bit Flip Register 19
MTU_MC30_RDBFL20 0xF0062E88          MC 30 Read Data and Bit Flip Register 20
MTU_MC30_RDBFL21 0xF0062E8A          MC 30 Read Data and Bit Flip Register 21
MTU_MC30_RDBFL22 0xF0062E8C          MC 30 Read Data and Bit Flip Register 22
MTU_MC30_RDBFL23 0xF0062E8E          MC 30 Read Data and Bit Flip Register 23
MTU_MC30_RDBFL24 0xF0062E90          MC 30 Read Data and Bit Flip Register 24
MTU_MC30_RDBFL25 0xF0062E92          MC 30 Read Data and Bit Flip Register 25
MTU_MC30_RDBFL26 0xF0062E94          MC 30 Read Data and Bit Flip Register 26
MTU_MC30_RDBFL27 0xF0062E96          MC 30 Read Data and Bit Flip Register 27
MTU_MC30_RDBFL28 0xF0062E98          MC 30 Read Data and Bit Flip Register 28
MTU_MC30_RDBFL29 0xF0062E9A          MC 30 Read Data and Bit Flip Register 29
MTU_MC30_RDBFL30 0xF0062E9C          MC 30 Read Data and Bit Flip Register 30
MTU_MC30_RDBFL31 0xF0062E9E          MC 30 Read Data and Bit Flip Register 31
MTU_MC30_RDBFL32 0xF0062EA0          MC 30 Read Data and Bit Flip Register 32
MTU_MC30_RDBFL33 0xF0062EA2          MC 30 Read Data and Bit Flip Register 33
MTU_MC30_RDBFL34 0xF0062EA4          MC 30 Read Data and Bit Flip Register 34
MTU_MC30_RDBFL35 0xF0062EA6          MC 30 Read Data and Bit Flip Register 35
MTU_MC30_RDBFL36 0xF0062EA8          MC 30 Read Data and Bit Flip Register 36
MTU_MC30_RDBFL37 0xF0062EAA          MC 30 Read Data and Bit Flip Register 37
MTU_MC30_RDBFL38 0xF0062EAC          MC 30 Read Data and Bit Flip Register 38
MTU_MC30_RDBFL39 0xF0062EAE          MC 30 Read Data and Bit Flip Register 39
MTU_MC30_RDBFL40 0xF0062EB0          MC 30 Read Data and Bit Flip Register 40
MTU_MC30_RDBFL41 0xF0062EB2          MC 30 Read Data and Bit Flip Register 41
MTU_MC30_RDBFL42 0xF0062EB4          MC 30 Read Data and Bit Flip Register 42
MTU_MC30_RDBFL43 0xF0062EB6          MC 30 Read Data and Bit Flip Register 43
MTU_MC30_RDBFL44 0xF0062EB8          MC 30 Read Data and Bit Flip Register 44
MTU_MC30_RDBFL45 0xF0062EBA          MC 30 Read Data and Bit Flip Register 45
MTU_MC30_RDBFL46 0xF0062EBC          MC 30 Read Data and Bit Flip Register 46
MTU_MC30_RDBFL47 0xF0062EBE          MC 30 Read Data and Bit Flip Register 47
MTU_MC30_RDBFL48 0xF0062EC0          MC 30 Read Data and Bit Flip Register 48
MTU_MC30_RDBFL49 0xF0062EC2          MC 30 Read Data and Bit Flip Register 49
MTU_MC30_RDBFL50 0xF0062EC4          MC 30 Read Data and Bit Flip Register 50
MTU_MC30_RDBFL51 0xF0062EC6          MC 30 Read Data and Bit Flip Register 51
MTU_MC30_RDBFL52 0xF0062EC8          MC 30 Read Data and Bit Flip Register 52
MTU_MC30_RDBFL53 0xF0062ECA          MC 30 Read Data and Bit Flip Register 53
MTU_MC30_RDBFL54 0xF0062ECC          MC 30 Read Data and Bit Flip Register 54
MTU_MC30_RDBFL55 0xF0062ECE          MC 30 Read Data and Bit Flip Register 55
MTU_MC30_RDBFL56 0xF0062ED0          MC 30 Read Data and Bit Flip Register 56
MTU_MC30_RDBFL57 0xF0062ED2          MC 30 Read Data and Bit Flip Register 57
MTU_MC30_RDBFL58 0xF0062ED4          MC 30 Read Data and Bit Flip Register 58
MTU_MC30_RDBFL59 0xF0062ED6          MC 30 Read Data and Bit Flip Register 59
MTU_MC30_RDBFL60 0xF0062ED8          MC 30 Read Data and Bit Flip Register 60
MTU_MC30_RDBFL61 0xF0062EDA          MC 30 Read Data and Bit Flip Register 61
MTU_MC30_RDBFL62 0xF0062EDC          MC 30 Read Data and Bit Flip Register 62
MTU_MC30_RDBFL63 0xF0062EDE          MC 30 Read Data and Bit Flip Register 63
MTU_MC30_RDBFL64 0xF0062EE0          MC 30 Read Data and Bit Flip Register 64
MTU_MC30_RDBFL65 0xF0062EE2          MC 30 Read Data and Bit Flip Register 65
MTU_MC30_RDBFL66 0xF0062EE4          MC 30 Read Data and Bit Flip Register 66
MTU_MC30_ALMSRCS 0xF0062EEE          MC 30 Alarm Sources Configuration Register
MTU_MC30_FAULTSTS 0xF0062EF0          MC 30 SSH Safety Faults Status Register
MTU_MC30_ERRINFO0 0xF0062EF2          MC 30 Error Information Register 0
MTU_MC30_ERRINFO1 0xF0062EF4          MC 30 Error Information Register 1
MTU_MC30_ERRINFO2 0xF0062EF6          MC 30 Error Information Register 2
MTU_MC30_ERRINFO3 0xF0062EF8          MC 30 Error Information Register 3
MTU_MC30_ERRINFO4 0xF0062EFA          MC 30 Error Information Register 4
MTU_MC31_CONFIG0 0xF0062F00          MC 31 Configuration Register 0
MTU_MC31_CONFIG1 0xF0062F02          MC 31 Configuration Register 1
MTU_MC31_MCONTROL 0xF0062F04          MC 31 MBIST Control Register
MTU_MC31_MSTATUS 0xF0062F06          MC 31 Status Register
MTU_MC31_RANGE  0xF0062F08          MC 31 Range Register, single address mode
MTU_MC31_REVID  0xF0062F0C          MC 31 Revision ID Register
MTU_MC31_ECCS   0xF0062F0E          MC 31 ECC Safety Register
MTU_MC31_ECCD   0xF0062F10          MC 31 Memory ECC Detection Register
MTU_MC31_ETRR0  0xF0062F12          MC 31 Error Tracking Register 0
MTU_MC31_ETRR1  0xF0062F14          MC 31 Error Tracking Register 1
MTU_MC31_ETRR2  0xF0062F16          MC 31 Error Tracking Register 2
MTU_MC31_ETRR3  0xF0062F18          MC 31 Error Tracking Register 3
MTU_MC31_ETRR4  0xF0062F1A          MC 31 Error Tracking Register 4
MTU_MC31_RDBFL0 0xF0062F60          MC 31 Read Data and Bit Flip Register 0
MTU_MC31_RDBFL1 0xF0062F62          MC 31 Read Data and Bit Flip Register 1
MTU_MC31_RDBFL2 0xF0062F64          MC 31 Read Data and Bit Flip Register 2
MTU_MC31_RDBFL3 0xF0062F66          MC 31 Read Data and Bit Flip Register 3
MTU_MC31_RDBFL4 0xF0062F68          MC 31 Read Data and Bit Flip Register 4
MTU_MC31_RDBFL5 0xF0062F6A          MC 31 Read Data and Bit Flip Register 5
MTU_MC31_RDBFL6 0xF0062F6C          MC 31 Read Data and Bit Flip Register 6
MTU_MC31_RDBFL7 0xF0062F6E          MC 31 Read Data and Bit Flip Register 7
MTU_MC31_RDBFL8 0xF0062F70          MC 31 Read Data and Bit Flip Register 8
MTU_MC31_RDBFL9 0xF0062F72          MC 31 Read Data and Bit Flip Register 9
MTU_MC31_RDBFL10 0xF0062F74          MC 31 Read Data and Bit Flip Register 10
MTU_MC31_RDBFL11 0xF0062F76          MC 31 Read Data and Bit Flip Register 11
MTU_MC31_RDBFL12 0xF0062F78          MC 31 Read Data and Bit Flip Register 12
MTU_MC31_RDBFL13 0xF0062F7A          MC 31 Read Data and Bit Flip Register 13
MTU_MC31_RDBFL14 0xF0062F7C          MC 31 Read Data and Bit Flip Register 14
MTU_MC31_RDBFL15 0xF0062F7E          MC 31 Read Data and Bit Flip Register 15
MTU_MC31_RDBFL16 0xF0062F80          MC 31 Read Data and Bit Flip Register 16
MTU_MC31_RDBFL17 0xF0062F82          MC 31 Read Data and Bit Flip Register 17
MTU_MC31_RDBFL18 0xF0062F84          MC 31 Read Data and Bit Flip Register 18
MTU_MC31_RDBFL19 0xF0062F86          MC 31 Read Data and Bit Flip Register 19
MTU_MC31_RDBFL20 0xF0062F88          MC 31 Read Data and Bit Flip Register 20
MTU_MC31_RDBFL21 0xF0062F8A          MC 31 Read Data and Bit Flip Register 21
MTU_MC31_RDBFL22 0xF0062F8C          MC 31 Read Data and Bit Flip Register 22
MTU_MC31_RDBFL23 0xF0062F8E          MC 31 Read Data and Bit Flip Register 23
MTU_MC31_RDBFL24 0xF0062F90          MC 31 Read Data and Bit Flip Register 24
MTU_MC31_RDBFL25 0xF0062F92          MC 31 Read Data and Bit Flip Register 25
MTU_MC31_RDBFL26 0xF0062F94          MC 31 Read Data and Bit Flip Register 26
MTU_MC31_RDBFL27 0xF0062F96          MC 31 Read Data and Bit Flip Register 27
MTU_MC31_RDBFL28 0xF0062F98          MC 31 Read Data and Bit Flip Register 28
MTU_MC31_RDBFL29 0xF0062F9A          MC 31 Read Data and Bit Flip Register 29
MTU_MC31_RDBFL30 0xF0062F9C          MC 31 Read Data and Bit Flip Register 30
MTU_MC31_RDBFL31 0xF0062F9E          MC 31 Read Data and Bit Flip Register 31
MTU_MC31_RDBFL32 0xF0062FA0          MC 31 Read Data and Bit Flip Register 32
MTU_MC31_RDBFL33 0xF0062FA2          MC 31 Read Data and Bit Flip Register 33
MTU_MC31_RDBFL34 0xF0062FA4          MC 31 Read Data and Bit Flip Register 34
MTU_MC31_RDBFL35 0xF0062FA6          MC 31 Read Data and Bit Flip Register 35
MTU_MC31_RDBFL36 0xF0062FA8          MC 31 Read Data and Bit Flip Register 36
MTU_MC31_RDBFL37 0xF0062FAA          MC 31 Read Data and Bit Flip Register 37
MTU_MC31_RDBFL38 0xF0062FAC          MC 31 Read Data and Bit Flip Register 38
MTU_MC31_RDBFL39 0xF0062FAE          MC 31 Read Data and Bit Flip Register 39
MTU_MC31_RDBFL40 0xF0062FB0          MC 31 Read Data and Bit Flip Register 40
MTU_MC31_RDBFL41 0xF0062FB2          MC 31 Read Data and Bit Flip Register 41
MTU_MC31_RDBFL42 0xF0062FB4          MC 31 Read Data and Bit Flip Register 42
MTU_MC31_RDBFL43 0xF0062FB6          MC 31 Read Data and Bit Flip Register 43
MTU_MC31_RDBFL44 0xF0062FB8          MC 31 Read Data and Bit Flip Register 44
MTU_MC31_RDBFL45 0xF0062FBA          MC 31 Read Data and Bit Flip Register 45
MTU_MC31_RDBFL46 0xF0062FBC          MC 31 Read Data and Bit Flip Register 46
MTU_MC31_RDBFL47 0xF0062FBE          MC 31 Read Data and Bit Flip Register 47
MTU_MC31_RDBFL48 0xF0062FC0          MC 31 Read Data and Bit Flip Register 48
MTU_MC31_RDBFL49 0xF0062FC2          MC 31 Read Data and Bit Flip Register 49
MTU_MC31_RDBFL50 0xF0062FC4          MC 31 Read Data and Bit Flip Register 50
MTU_MC31_RDBFL51 0xF0062FC6          MC 31 Read Data and Bit Flip Register 51
MTU_MC31_RDBFL52 0xF0062FC8          MC 31 Read Data and Bit Flip Register 52
MTU_MC31_RDBFL53 0xF0062FCA          MC 31 Read Data and Bit Flip Register 53
MTU_MC31_RDBFL54 0xF0062FCC          MC 31 Read Data and Bit Flip Register 54
MTU_MC31_RDBFL55 0xF0062FCE          MC 31 Read Data and Bit Flip Register 55
MTU_MC31_RDBFL56 0xF0062FD0          MC 31 Read Data and Bit Flip Register 56
MTU_MC31_RDBFL57 0xF0062FD2          MC 31 Read Data and Bit Flip Register 57
MTU_MC31_RDBFL58 0xF0062FD4          MC 31 Read Data and Bit Flip Register 58
MTU_MC31_RDBFL59 0xF0062FD6          MC 31 Read Data and Bit Flip Register 59
MTU_MC31_RDBFL60 0xF0062FD8          MC 31 Read Data and Bit Flip Register 60
MTU_MC31_RDBFL61 0xF0062FDA          MC 31 Read Data and Bit Flip Register 61
MTU_MC31_RDBFL62 0xF0062FDC          MC 31 Read Data and Bit Flip Register 62
MTU_MC31_RDBFL63 0xF0062FDE          MC 31 Read Data and Bit Flip Register 63
MTU_MC31_RDBFL64 0xF0062FE0          MC 31 Read Data and Bit Flip Register 64
MTU_MC31_RDBFL65 0xF0062FE2          MC 31 Read Data and Bit Flip Register 65
MTU_MC31_RDBFL66 0xF0062FE4          MC 31 Read Data and Bit Flip Register 66
MTU_MC31_ALMSRCS 0xF0062FEE          MC 31 Alarm Sources Configuration Register
MTU_MC31_FAULTSTS 0xF0062FF0          MC 31 SSH Safety Faults Status Register
MTU_MC31_ERRINFO0 0xF0062FF2          MC 31 Error Information Register 0
MTU_MC31_ERRINFO1 0xF0062FF4          MC 31 Error Information Register 1
MTU_MC31_ERRINFO2 0xF0062FF6          MC 31 Error Information Register 2
MTU_MC31_ERRINFO3 0xF0062FF8          MC 31 Error Information Register 3
MTU_MC31_ERRINFO4 0xF0062FFA          MC 31 Error Information Register 4
MTU_MC32_CONFIG0 0xF0063000          MC 32 Configuration Register 0
MTU_MC32_CONFIG1 0xF0063002          MC 32 Configuration Register 1
MTU_MC32_MCONTROL 0xF0063004          MC 32 MBIST Control Register
MTU_MC32_MSTATUS 0xF0063006          MC 32 Status Register
MTU_MC32_RANGE  0xF0063008          MC 32 Range Register, single address mode
MTU_MC32_REVID  0xF006300C          MC 32 Revision ID Register
MTU_MC32_ECCS   0xF006300E          MC 32 ECC Safety Register
MTU_MC32_ECCD   0xF0063010          MC 32 Memory ECC Detection Register
MTU_MC32_ETRR0  0xF0063012          MC 32 Error Tracking Register 0
MTU_MC32_ETRR1  0xF0063014          MC 32 Error Tracking Register 1
MTU_MC32_ETRR2  0xF0063016          MC 32 Error Tracking Register 2
MTU_MC32_ETRR3  0xF0063018          MC 32 Error Tracking Register 3
MTU_MC32_ETRR4  0xF006301A          MC 32 Error Tracking Register 4
MTU_MC32_RDBFL0 0xF0063060          MC 32 Read Data and Bit Flip Register 0
MTU_MC32_RDBFL1 0xF0063062          MC 32 Read Data and Bit Flip Register 1
MTU_MC32_RDBFL2 0xF0063064          MC 32 Read Data and Bit Flip Register 2
MTU_MC32_RDBFL3 0xF0063066          MC 32 Read Data and Bit Flip Register 3
MTU_MC32_RDBFL4 0xF0063068          MC 32 Read Data and Bit Flip Register 4
MTU_MC32_RDBFL5 0xF006306A          MC 32 Read Data and Bit Flip Register 5
MTU_MC32_RDBFL6 0xF006306C          MC 32 Read Data and Bit Flip Register 6
MTU_MC32_RDBFL7 0xF006306E          MC 32 Read Data and Bit Flip Register 7
MTU_MC32_RDBFL8 0xF0063070          MC 32 Read Data and Bit Flip Register 8
MTU_MC32_RDBFL9 0xF0063072          MC 32 Read Data and Bit Flip Register 9
MTU_MC32_RDBFL10 0xF0063074          MC 32 Read Data and Bit Flip Register 10
MTU_MC32_RDBFL11 0xF0063076          MC 32 Read Data and Bit Flip Register 11
MTU_MC32_RDBFL12 0xF0063078          MC 32 Read Data and Bit Flip Register 12
MTU_MC32_RDBFL13 0xF006307A          MC 32 Read Data and Bit Flip Register 13
MTU_MC32_RDBFL14 0xF006307C          MC 32 Read Data and Bit Flip Register 14
MTU_MC32_RDBFL15 0xF006307E          MC 32 Read Data and Bit Flip Register 15
MTU_MC32_RDBFL16 0xF0063080          MC 32 Read Data and Bit Flip Register 16
MTU_MC32_RDBFL17 0xF0063082          MC 32 Read Data and Bit Flip Register 17
MTU_MC32_RDBFL18 0xF0063084          MC 32 Read Data and Bit Flip Register 18
MTU_MC32_RDBFL19 0xF0063086          MC 32 Read Data and Bit Flip Register 19
MTU_MC32_RDBFL20 0xF0063088          MC 32 Read Data and Bit Flip Register 20
MTU_MC32_RDBFL21 0xF006308A          MC 32 Read Data and Bit Flip Register 21
MTU_MC32_RDBFL22 0xF006308C          MC 32 Read Data and Bit Flip Register 22
MTU_MC32_RDBFL23 0xF006308E          MC 32 Read Data and Bit Flip Register 23
MTU_MC32_RDBFL24 0xF0063090          MC 32 Read Data and Bit Flip Register 24
MTU_MC32_RDBFL25 0xF0063092          MC 32 Read Data and Bit Flip Register 25
MTU_MC32_RDBFL26 0xF0063094          MC 32 Read Data and Bit Flip Register 26
MTU_MC32_RDBFL27 0xF0063096          MC 32 Read Data and Bit Flip Register 27
MTU_MC32_RDBFL28 0xF0063098          MC 32 Read Data and Bit Flip Register 28
MTU_MC32_RDBFL29 0xF006309A          MC 32 Read Data and Bit Flip Register 29
MTU_MC32_RDBFL30 0xF006309C          MC 32 Read Data and Bit Flip Register 30
MTU_MC32_RDBFL31 0xF006309E          MC 32 Read Data and Bit Flip Register 31
MTU_MC32_RDBFL32 0xF00630A0          MC 32 Read Data and Bit Flip Register 32
MTU_MC32_RDBFL33 0xF00630A2          MC 32 Read Data and Bit Flip Register 33
MTU_MC32_RDBFL34 0xF00630A4          MC 32 Read Data and Bit Flip Register 34
MTU_MC32_RDBFL35 0xF00630A6          MC 32 Read Data and Bit Flip Register 35
MTU_MC32_RDBFL36 0xF00630A8          MC 32 Read Data and Bit Flip Register 36
MTU_MC32_RDBFL37 0xF00630AA          MC 32 Read Data and Bit Flip Register 37
MTU_MC32_RDBFL38 0xF00630AC          MC 32 Read Data and Bit Flip Register 38
MTU_MC32_RDBFL39 0xF00630AE          MC 32 Read Data and Bit Flip Register 39
MTU_MC32_RDBFL40 0xF00630B0          MC 32 Read Data and Bit Flip Register 40
MTU_MC32_RDBFL41 0xF00630B2          MC 32 Read Data and Bit Flip Register 41
MTU_MC32_RDBFL42 0xF00630B4          MC 32 Read Data and Bit Flip Register 42
MTU_MC32_RDBFL43 0xF00630B6          MC 32 Read Data and Bit Flip Register 43
MTU_MC32_RDBFL44 0xF00630B8          MC 32 Read Data and Bit Flip Register 44
MTU_MC32_RDBFL45 0xF00630BA          MC 32 Read Data and Bit Flip Register 45
MTU_MC32_RDBFL46 0xF00630BC          MC 32 Read Data and Bit Flip Register 46
MTU_MC32_RDBFL47 0xF00630BE          MC 32 Read Data and Bit Flip Register 47
MTU_MC32_RDBFL48 0xF00630C0          MC 32 Read Data and Bit Flip Register 48
MTU_MC32_RDBFL49 0xF00630C2          MC 32 Read Data and Bit Flip Register 49
MTU_MC32_RDBFL50 0xF00630C4          MC 32 Read Data and Bit Flip Register 50
MTU_MC32_RDBFL51 0xF00630C6          MC 32 Read Data and Bit Flip Register 51
MTU_MC32_RDBFL52 0xF00630C8          MC 32 Read Data and Bit Flip Register 52
MTU_MC32_RDBFL53 0xF00630CA          MC 32 Read Data and Bit Flip Register 53
MTU_MC32_RDBFL54 0xF00630CC          MC 32 Read Data and Bit Flip Register 54
MTU_MC32_RDBFL55 0xF00630CE          MC 32 Read Data and Bit Flip Register 55
MTU_MC32_RDBFL56 0xF00630D0          MC 32 Read Data and Bit Flip Register 56
MTU_MC32_RDBFL57 0xF00630D2          MC 32 Read Data and Bit Flip Register 57
MTU_MC32_RDBFL58 0xF00630D4          MC 32 Read Data and Bit Flip Register 58
MTU_MC32_RDBFL59 0xF00630D6          MC 32 Read Data and Bit Flip Register 59
MTU_MC32_RDBFL60 0xF00630D8          MC 32 Read Data and Bit Flip Register 60
MTU_MC32_RDBFL61 0xF00630DA          MC 32 Read Data and Bit Flip Register 61
MTU_MC32_RDBFL62 0xF00630DC          MC 32 Read Data and Bit Flip Register 62
MTU_MC32_RDBFL63 0xF00630DE          MC 32 Read Data and Bit Flip Register 63
MTU_MC32_RDBFL64 0xF00630E0          MC 32 Read Data and Bit Flip Register 64
MTU_MC32_RDBFL65 0xF00630E2          MC 32 Read Data and Bit Flip Register 65
MTU_MC32_RDBFL66 0xF00630E4          MC 32 Read Data and Bit Flip Register 66
MTU_MC32_ALMSRCS 0xF00630EE          MC 32 Alarm Sources Configuration Register
MTU_MC32_FAULTSTS 0xF00630F0          MC 32 SSH Safety Faults Status Register
MTU_MC32_ERRINFO0 0xF00630F2          MC 32 Error Information Register 0
MTU_MC32_ERRINFO1 0xF00630F4          MC 32 Error Information Register 1
MTU_MC32_ERRINFO2 0xF00630F6          MC 32 Error Information Register 2
MTU_MC32_ERRINFO3 0xF00630F8          MC 32 Error Information Register 3
MTU_MC32_ERRINFO4 0xF00630FA          MC 32 Error Information Register 4
MTU_MC33_CONFIG0 0xF0063100          MC 33 Configuration Register 0
MTU_MC33_CONFIG1 0xF0063102          MC 33 Configuration Register 1
MTU_MC33_MCONTROL 0xF0063104          MC 33 MBIST Control Register
MTU_MC33_MSTATUS 0xF0063106          MC 33 Status Register
MTU_MC33_RANGE  0xF0063108          MC 33 Range Register, single address mode
MTU_MC33_REVID  0xF006310C          MC 33 Revision ID Register
MTU_MC33_ECCS   0xF006310E          MC 33 ECC Safety Register
MTU_MC33_ECCD   0xF0063110          MC 33 Memory ECC Detection Register
MTU_MC33_ETRR0  0xF0063112          MC 33 Error Tracking Register 0
MTU_MC33_ETRR1  0xF0063114          MC 33 Error Tracking Register 1
MTU_MC33_ETRR2  0xF0063116          MC 33 Error Tracking Register 2
MTU_MC33_ETRR3  0xF0063118          MC 33 Error Tracking Register 3
MTU_MC33_ETRR4  0xF006311A          MC 33 Error Tracking Register 4
MTU_MC33_RDBFL0 0xF0063160          MC 33 Read Data and Bit Flip Register 0
MTU_MC33_RDBFL1 0xF0063162          MC 33 Read Data and Bit Flip Register 1
MTU_MC33_RDBFL2 0xF0063164          MC 33 Read Data and Bit Flip Register 2
MTU_MC33_RDBFL3 0xF0063166          MC 33 Read Data and Bit Flip Register 3
MTU_MC33_RDBFL4 0xF0063168          MC 33 Read Data and Bit Flip Register 4
MTU_MC33_RDBFL5 0xF006316A          MC 33 Read Data and Bit Flip Register 5
MTU_MC33_RDBFL6 0xF006316C          MC 33 Read Data and Bit Flip Register 6
MTU_MC33_RDBFL7 0xF006316E          MC 33 Read Data and Bit Flip Register 7
MTU_MC33_RDBFL8 0xF0063170          MC 33 Read Data and Bit Flip Register 8
MTU_MC33_RDBFL9 0xF0063172          MC 33 Read Data and Bit Flip Register 9
MTU_MC33_RDBFL10 0xF0063174          MC 33 Read Data and Bit Flip Register 10
MTU_MC33_RDBFL11 0xF0063176          MC 33 Read Data and Bit Flip Register 11
MTU_MC33_RDBFL12 0xF0063178          MC 33 Read Data and Bit Flip Register 12
MTU_MC33_RDBFL13 0xF006317A          MC 33 Read Data and Bit Flip Register 13
MTU_MC33_RDBFL14 0xF006317C          MC 33 Read Data and Bit Flip Register 14
MTU_MC33_RDBFL15 0xF006317E          MC 33 Read Data and Bit Flip Register 15
MTU_MC33_RDBFL16 0xF0063180          MC 33 Read Data and Bit Flip Register 16
MTU_MC33_RDBFL17 0xF0063182          MC 33 Read Data and Bit Flip Register 17
MTU_MC33_RDBFL18 0xF0063184          MC 33 Read Data and Bit Flip Register 18
MTU_MC33_RDBFL19 0xF0063186          MC 33 Read Data and Bit Flip Register 19
MTU_MC33_RDBFL20 0xF0063188          MC 33 Read Data and Bit Flip Register 20
MTU_MC33_RDBFL21 0xF006318A          MC 33 Read Data and Bit Flip Register 21
MTU_MC33_RDBFL22 0xF006318C          MC 33 Read Data and Bit Flip Register 22
MTU_MC33_RDBFL23 0xF006318E          MC 33 Read Data and Bit Flip Register 23
MTU_MC33_RDBFL24 0xF0063190          MC 33 Read Data and Bit Flip Register 24
MTU_MC33_RDBFL25 0xF0063192          MC 33 Read Data and Bit Flip Register 25
MTU_MC33_RDBFL26 0xF0063194          MC 33 Read Data and Bit Flip Register 26
MTU_MC33_RDBFL27 0xF0063196          MC 33 Read Data and Bit Flip Register 27
MTU_MC33_RDBFL28 0xF0063198          MC 33 Read Data and Bit Flip Register 28
MTU_MC33_RDBFL29 0xF006319A          MC 33 Read Data and Bit Flip Register 29
MTU_MC33_RDBFL30 0xF006319C          MC 33 Read Data and Bit Flip Register 30
MTU_MC33_RDBFL31 0xF006319E          MC 33 Read Data and Bit Flip Register 31
MTU_MC33_RDBFL32 0xF00631A0          MC 33 Read Data and Bit Flip Register 32
MTU_MC33_RDBFL33 0xF00631A2          MC 33 Read Data and Bit Flip Register 33
MTU_MC33_RDBFL34 0xF00631A4          MC 33 Read Data and Bit Flip Register 34
MTU_MC33_RDBFL35 0xF00631A6          MC 33 Read Data and Bit Flip Register 35
MTU_MC33_RDBFL36 0xF00631A8          MC 33 Read Data and Bit Flip Register 36
MTU_MC33_RDBFL37 0xF00631AA          MC 33 Read Data and Bit Flip Register 37
MTU_MC33_RDBFL38 0xF00631AC          MC 33 Read Data and Bit Flip Register 38
MTU_MC33_RDBFL39 0xF00631AE          MC 33 Read Data and Bit Flip Register 39
MTU_MC33_RDBFL40 0xF00631B0          MC 33 Read Data and Bit Flip Register 40
MTU_MC33_RDBFL41 0xF00631B2          MC 33 Read Data and Bit Flip Register 41
MTU_MC33_RDBFL42 0xF00631B4          MC 33 Read Data and Bit Flip Register 42
MTU_MC33_RDBFL43 0xF00631B6          MC 33 Read Data and Bit Flip Register 43
MTU_MC33_RDBFL44 0xF00631B8          MC 33 Read Data and Bit Flip Register 44
MTU_MC33_RDBFL45 0xF00631BA          MC 33 Read Data and Bit Flip Register 45
MTU_MC33_RDBFL46 0xF00631BC          MC 33 Read Data and Bit Flip Register 46
MTU_MC33_RDBFL47 0xF00631BE          MC 33 Read Data and Bit Flip Register 47
MTU_MC33_RDBFL48 0xF00631C0          MC 33 Read Data and Bit Flip Register 48
MTU_MC33_RDBFL49 0xF00631C2          MC 33 Read Data and Bit Flip Register 49
MTU_MC33_RDBFL50 0xF00631C4          MC 33 Read Data and Bit Flip Register 50
MTU_MC33_RDBFL51 0xF00631C6          MC 33 Read Data and Bit Flip Register 51
MTU_MC33_RDBFL52 0xF00631C8          MC 33 Read Data and Bit Flip Register 52
MTU_MC33_RDBFL53 0xF00631CA          MC 33 Read Data and Bit Flip Register 53
MTU_MC33_RDBFL54 0xF00631CC          MC 33 Read Data and Bit Flip Register 54
MTU_MC33_RDBFL55 0xF00631CE          MC 33 Read Data and Bit Flip Register 55
MTU_MC33_RDBFL56 0xF00631D0          MC 33 Read Data and Bit Flip Register 56
MTU_MC33_RDBFL57 0xF00631D2          MC 33 Read Data and Bit Flip Register 57
MTU_MC33_RDBFL58 0xF00631D4          MC 33 Read Data and Bit Flip Register 58
MTU_MC33_RDBFL59 0xF00631D6          MC 33 Read Data and Bit Flip Register 59
MTU_MC33_RDBFL60 0xF00631D8          MC 33 Read Data and Bit Flip Register 60
MTU_MC33_RDBFL61 0xF00631DA          MC 33 Read Data and Bit Flip Register 61
MTU_MC33_RDBFL62 0xF00631DC          MC 33 Read Data and Bit Flip Register 62
MTU_MC33_RDBFL63 0xF00631DE          MC 33 Read Data and Bit Flip Register 63
MTU_MC33_RDBFL64 0xF00631E0          MC 33 Read Data and Bit Flip Register 64
MTU_MC33_RDBFL65 0xF00631E2          MC 33 Read Data and Bit Flip Register 65
MTU_MC33_RDBFL66 0xF00631E4          MC 33 Read Data and Bit Flip Register 66
MTU_MC33_ALMSRCS 0xF00631EE          MC 33 Alarm Sources Configuration Register
MTU_MC33_FAULTSTS 0xF00631F0          MC 33 SSH Safety Faults Status Register
MTU_MC33_ERRINFO0 0xF00631F2          MC 33 Error Information Register 0
MTU_MC33_ERRINFO1 0xF00631F4          MC 33 Error Information Register 1
MTU_MC33_ERRINFO2 0xF00631F6          MC 33 Error Information Register 2
MTU_MC33_ERRINFO3 0xF00631F8          MC 33 Error Information Register 3
MTU_MC33_ERRINFO4 0xF00631FA          MC 33 Error Information Register 4
MTU_MC34_CONFIG0 0xF0063200          MC 34 Configuration Register 0
MTU_MC34_CONFIG1 0xF0063202          MC 34 Configuration Register 1
MTU_MC34_MCONTROL 0xF0063204          MC 34 MBIST Control Register
MTU_MC34_MSTATUS 0xF0063206          MC 34 Status Register
MTU_MC34_RANGE  0xF0063208          MC 34 Range Register, single address mode
MTU_MC34_REVID  0xF006320C          MC 34 Revision ID Register
MTU_MC34_ECCS   0xF006320E          MC 34 ECC Safety Register
MTU_MC34_ECCD   0xF0063210          MC 34 Memory ECC Detection Register
MTU_MC34_ETRR0  0xF0063212          MC 34 Error Tracking Register 0
MTU_MC34_ETRR1  0xF0063214          MC 34 Error Tracking Register 1
MTU_MC34_ETRR2  0xF0063216          MC 34 Error Tracking Register 2
MTU_MC34_ETRR3  0xF0063218          MC 34 Error Tracking Register 3
MTU_MC34_ETRR4  0xF006321A          MC 34 Error Tracking Register 4
MTU_MC34_RDBFL0 0xF0063260          MC 34 Read Data and Bit Flip Register 0
MTU_MC34_RDBFL1 0xF0063262          MC 34 Read Data and Bit Flip Register 1
MTU_MC34_RDBFL2 0xF0063264          MC 34 Read Data and Bit Flip Register 2
MTU_MC34_RDBFL3 0xF0063266          MC 34 Read Data and Bit Flip Register 3
MTU_MC34_RDBFL4 0xF0063268          MC 34 Read Data and Bit Flip Register 4
MTU_MC34_RDBFL5 0xF006326A          MC 34 Read Data and Bit Flip Register 5
MTU_MC34_RDBFL6 0xF006326C          MC 34 Read Data and Bit Flip Register 6
MTU_MC34_RDBFL7 0xF006326E          MC 34 Read Data and Bit Flip Register 7
MTU_MC34_RDBFL8 0xF0063270          MC 34 Read Data and Bit Flip Register 8
MTU_MC34_RDBFL9 0xF0063272          MC 34 Read Data and Bit Flip Register 9
MTU_MC34_RDBFL10 0xF0063274          MC 34 Read Data and Bit Flip Register 10
MTU_MC34_RDBFL11 0xF0063276          MC 34 Read Data and Bit Flip Register 11
MTU_MC34_RDBFL12 0xF0063278          MC 34 Read Data and Bit Flip Register 12
MTU_MC34_RDBFL13 0xF006327A          MC 34 Read Data and Bit Flip Register 13
MTU_MC34_RDBFL14 0xF006327C          MC 34 Read Data and Bit Flip Register 14
MTU_MC34_RDBFL15 0xF006327E          MC 34 Read Data and Bit Flip Register 15
MTU_MC34_RDBFL16 0xF0063280          MC 34 Read Data and Bit Flip Register 16
MTU_MC34_RDBFL17 0xF0063282          MC 34 Read Data and Bit Flip Register 17
MTU_MC34_RDBFL18 0xF0063284          MC 34 Read Data and Bit Flip Register 18
MTU_MC34_RDBFL19 0xF0063286          MC 34 Read Data and Bit Flip Register 19
MTU_MC34_RDBFL20 0xF0063288          MC 34 Read Data and Bit Flip Register 20
MTU_MC34_RDBFL21 0xF006328A          MC 34 Read Data and Bit Flip Register 21
MTU_MC34_RDBFL22 0xF006328C          MC 34 Read Data and Bit Flip Register 22
MTU_MC34_RDBFL23 0xF006328E          MC 34 Read Data and Bit Flip Register 23
MTU_MC34_RDBFL24 0xF0063290          MC 34 Read Data and Bit Flip Register 24
MTU_MC34_RDBFL25 0xF0063292          MC 34 Read Data and Bit Flip Register 25
MTU_MC34_RDBFL26 0xF0063294          MC 34 Read Data and Bit Flip Register 26
MTU_MC34_RDBFL27 0xF0063296          MC 34 Read Data and Bit Flip Register 27
MTU_MC34_RDBFL28 0xF0063298          MC 34 Read Data and Bit Flip Register 28
MTU_MC34_RDBFL29 0xF006329A          MC 34 Read Data and Bit Flip Register 29
MTU_MC34_RDBFL30 0xF006329C          MC 34 Read Data and Bit Flip Register 30
MTU_MC34_RDBFL31 0xF006329E          MC 34 Read Data and Bit Flip Register 31
MTU_MC34_RDBFL32 0xF00632A0          MC 34 Read Data and Bit Flip Register 32
MTU_MC34_RDBFL33 0xF00632A2          MC 34 Read Data and Bit Flip Register 33
MTU_MC34_RDBFL34 0xF00632A4          MC 34 Read Data and Bit Flip Register 34
MTU_MC34_RDBFL35 0xF00632A6          MC 34 Read Data and Bit Flip Register 35
MTU_MC34_RDBFL36 0xF00632A8          MC 34 Read Data and Bit Flip Register 36
MTU_MC34_RDBFL37 0xF00632AA          MC 34 Read Data and Bit Flip Register 37
MTU_MC34_RDBFL38 0xF00632AC          MC 34 Read Data and Bit Flip Register 38
MTU_MC34_RDBFL39 0xF00632AE          MC 34 Read Data and Bit Flip Register 39
MTU_MC34_RDBFL40 0xF00632B0          MC 34 Read Data and Bit Flip Register 40
MTU_MC34_RDBFL41 0xF00632B2          MC 34 Read Data and Bit Flip Register 41
MTU_MC34_RDBFL42 0xF00632B4          MC 34 Read Data and Bit Flip Register 42
MTU_MC34_RDBFL43 0xF00632B6          MC 34 Read Data and Bit Flip Register 43
MTU_MC34_RDBFL44 0xF00632B8          MC 34 Read Data and Bit Flip Register 44
MTU_MC34_RDBFL45 0xF00632BA          MC 34 Read Data and Bit Flip Register 45
MTU_MC34_RDBFL46 0xF00632BC          MC 34 Read Data and Bit Flip Register 46
MTU_MC34_RDBFL47 0xF00632BE          MC 34 Read Data and Bit Flip Register 47
MTU_MC34_RDBFL48 0xF00632C0          MC 34 Read Data and Bit Flip Register 48
MTU_MC34_RDBFL49 0xF00632C2          MC 34 Read Data and Bit Flip Register 49
MTU_MC34_RDBFL50 0xF00632C4          MC 34 Read Data and Bit Flip Register 50
MTU_MC34_RDBFL51 0xF00632C6          MC 34 Read Data and Bit Flip Register 51
MTU_MC34_RDBFL52 0xF00632C8          MC 34 Read Data and Bit Flip Register 52
MTU_MC34_RDBFL53 0xF00632CA          MC 34 Read Data and Bit Flip Register 53
MTU_MC34_RDBFL54 0xF00632CC          MC 34 Read Data and Bit Flip Register 54
MTU_MC34_RDBFL55 0xF00632CE          MC 34 Read Data and Bit Flip Register 55
MTU_MC34_RDBFL56 0xF00632D0          MC 34 Read Data and Bit Flip Register 56
MTU_MC34_RDBFL57 0xF00632D2          MC 34 Read Data and Bit Flip Register 57
MTU_MC34_RDBFL58 0xF00632D4          MC 34 Read Data and Bit Flip Register 58
MTU_MC34_RDBFL59 0xF00632D6          MC 34 Read Data and Bit Flip Register 59
MTU_MC34_RDBFL60 0xF00632D8          MC 34 Read Data and Bit Flip Register 60
MTU_MC34_RDBFL61 0xF00632DA          MC 34 Read Data and Bit Flip Register 61
MTU_MC34_RDBFL62 0xF00632DC          MC 34 Read Data and Bit Flip Register 62
MTU_MC34_RDBFL63 0xF00632DE          MC 34 Read Data and Bit Flip Register 63
MTU_MC34_RDBFL64 0xF00632E0          MC 34 Read Data and Bit Flip Register 64
MTU_MC34_RDBFL65 0xF00632E2          MC 34 Read Data and Bit Flip Register 65
MTU_MC34_RDBFL66 0xF00632E4          MC 34 Read Data and Bit Flip Register 66
MTU_MC34_ALMSRCS 0xF00632EE          MC 34 Alarm Sources Configuration Register
MTU_MC34_FAULTSTS 0xF00632F0          MC 34 SSH Safety Faults Status Register
MTU_MC34_ERRINFO0 0xF00632F2          MC 34 Error Information Register 0
MTU_MC34_ERRINFO1 0xF00632F4          MC 34 Error Information Register 1
MTU_MC34_ERRINFO2 0xF00632F6          MC 34 Error Information Register 2
MTU_MC34_ERRINFO3 0xF00632F8          MC 34 Error Information Register 3
MTU_MC34_ERRINFO4 0xF00632FA          MC 34 Error Information Register 4
MTU_MC35_CONFIG0 0xF0063300          MC 35 Configuration Register 0
MTU_MC35_CONFIG1 0xF0063302          MC 35 Configuration Register 1
MTU_MC35_MCONTROL 0xF0063304          MC 35 MBIST Control Register
MTU_MC35_MSTATUS 0xF0063306          MC 35 Status Register
MTU_MC35_RANGE  0xF0063308          MC 35 Range Register, single address mode
MTU_MC35_REVID  0xF006330C          MC 35 Revision ID Register
MTU_MC35_ECCS   0xF006330E          MC 35 ECC Safety Register
MTU_MC35_ECCD   0xF0063310          MC 35 Memory ECC Detection Register
MTU_MC35_ETRR0  0xF0063312          MC 35 Error Tracking Register 0
MTU_MC35_ETRR1  0xF0063314          MC 35 Error Tracking Register 1
MTU_MC35_ETRR2  0xF0063316          MC 35 Error Tracking Register 2
MTU_MC35_ETRR3  0xF0063318          MC 35 Error Tracking Register 3
MTU_MC35_ETRR4  0xF006331A          MC 35 Error Tracking Register 4
MTU_MC35_RDBFL0 0xF0063360          MC 35 Read Data and Bit Flip Register 0
MTU_MC35_RDBFL1 0xF0063362          MC 35 Read Data and Bit Flip Register 1
MTU_MC35_RDBFL2 0xF0063364          MC 35 Read Data and Bit Flip Register 2
MTU_MC35_RDBFL3 0xF0063366          MC 35 Read Data and Bit Flip Register 3
MTU_MC35_RDBFL4 0xF0063368          MC 35 Read Data and Bit Flip Register 4
MTU_MC35_RDBFL5 0xF006336A          MC 35 Read Data and Bit Flip Register 5
MTU_MC35_RDBFL6 0xF006336C          MC 35 Read Data and Bit Flip Register 6
MTU_MC35_RDBFL7 0xF006336E          MC 35 Read Data and Bit Flip Register 7
MTU_MC35_RDBFL8 0xF0063370          MC 35 Read Data and Bit Flip Register 8
MTU_MC35_RDBFL9 0xF0063372          MC 35 Read Data and Bit Flip Register 9
MTU_MC35_RDBFL10 0xF0063374          MC 35 Read Data and Bit Flip Register 10
MTU_MC35_RDBFL11 0xF0063376          MC 35 Read Data and Bit Flip Register 11
MTU_MC35_RDBFL12 0xF0063378          MC 35 Read Data and Bit Flip Register 12
MTU_MC35_RDBFL13 0xF006337A          MC 35 Read Data and Bit Flip Register 13
MTU_MC35_RDBFL14 0xF006337C          MC 35 Read Data and Bit Flip Register 14
MTU_MC35_RDBFL15 0xF006337E          MC 35 Read Data and Bit Flip Register 15
MTU_MC35_RDBFL16 0xF0063380          MC 35 Read Data and Bit Flip Register 16
MTU_MC35_RDBFL17 0xF0063382          MC 35 Read Data and Bit Flip Register 17
MTU_MC35_RDBFL18 0xF0063384          MC 35 Read Data and Bit Flip Register 18
MTU_MC35_RDBFL19 0xF0063386          MC 35 Read Data and Bit Flip Register 19
MTU_MC35_RDBFL20 0xF0063388          MC 35 Read Data and Bit Flip Register 20
MTU_MC35_RDBFL21 0xF006338A          MC 35 Read Data and Bit Flip Register 21
MTU_MC35_RDBFL22 0xF006338C          MC 35 Read Data and Bit Flip Register 22
MTU_MC35_RDBFL23 0xF006338E          MC 35 Read Data and Bit Flip Register 23
MTU_MC35_RDBFL24 0xF0063390          MC 35 Read Data and Bit Flip Register 24
MTU_MC35_RDBFL25 0xF0063392          MC 35 Read Data and Bit Flip Register 25
MTU_MC35_RDBFL26 0xF0063394          MC 35 Read Data and Bit Flip Register 26
MTU_MC35_RDBFL27 0xF0063396          MC 35 Read Data and Bit Flip Register 27
MTU_MC35_RDBFL28 0xF0063398          MC 35 Read Data and Bit Flip Register 28
MTU_MC35_RDBFL29 0xF006339A          MC 35 Read Data and Bit Flip Register 29
MTU_MC35_RDBFL30 0xF006339C          MC 35 Read Data and Bit Flip Register 30
MTU_MC35_RDBFL31 0xF006339E          MC 35 Read Data and Bit Flip Register 31
MTU_MC35_RDBFL32 0xF00633A0          MC 35 Read Data and Bit Flip Register 32
MTU_MC35_RDBFL33 0xF00633A2          MC 35 Read Data and Bit Flip Register 33
MTU_MC35_RDBFL34 0xF00633A4          MC 35 Read Data and Bit Flip Register 34
MTU_MC35_RDBFL35 0xF00633A6          MC 35 Read Data and Bit Flip Register 35
MTU_MC35_RDBFL36 0xF00633A8          MC 35 Read Data and Bit Flip Register 36
MTU_MC35_RDBFL37 0xF00633AA          MC 35 Read Data and Bit Flip Register 37
MTU_MC35_RDBFL38 0xF00633AC          MC 35 Read Data and Bit Flip Register 38
MTU_MC35_RDBFL39 0xF00633AE          MC 35 Read Data and Bit Flip Register 39
MTU_MC35_RDBFL40 0xF00633B0          MC 35 Read Data and Bit Flip Register 40
MTU_MC35_RDBFL41 0xF00633B2          MC 35 Read Data and Bit Flip Register 41
MTU_MC35_RDBFL42 0xF00633B4          MC 35 Read Data and Bit Flip Register 42
MTU_MC35_RDBFL43 0xF00633B6          MC 35 Read Data and Bit Flip Register 43
MTU_MC35_RDBFL44 0xF00633B8          MC 35 Read Data and Bit Flip Register 44
MTU_MC35_RDBFL45 0xF00633BA          MC 35 Read Data and Bit Flip Register 45
MTU_MC35_RDBFL46 0xF00633BC          MC 35 Read Data and Bit Flip Register 46
MTU_MC35_RDBFL47 0xF00633BE          MC 35 Read Data and Bit Flip Register 47
MTU_MC35_RDBFL48 0xF00633C0          MC 35 Read Data and Bit Flip Register 48
MTU_MC35_RDBFL49 0xF00633C2          MC 35 Read Data and Bit Flip Register 49
MTU_MC35_RDBFL50 0xF00633C4          MC 35 Read Data and Bit Flip Register 50
MTU_MC35_RDBFL51 0xF00633C6          MC 35 Read Data and Bit Flip Register 51
MTU_MC35_RDBFL52 0xF00633C8          MC 35 Read Data and Bit Flip Register 52
MTU_MC35_RDBFL53 0xF00633CA          MC 35 Read Data and Bit Flip Register 53
MTU_MC35_RDBFL54 0xF00633CC          MC 35 Read Data and Bit Flip Register 54
MTU_MC35_RDBFL55 0xF00633CE          MC 35 Read Data and Bit Flip Register 55
MTU_MC35_RDBFL56 0xF00633D0          MC 35 Read Data and Bit Flip Register 56
MTU_MC35_RDBFL57 0xF00633D2          MC 35 Read Data and Bit Flip Register 57
MTU_MC35_RDBFL58 0xF00633D4          MC 35 Read Data and Bit Flip Register 58
MTU_MC35_RDBFL59 0xF00633D6          MC 35 Read Data and Bit Flip Register 59
MTU_MC35_RDBFL60 0xF00633D8          MC 35 Read Data and Bit Flip Register 60
MTU_MC35_RDBFL61 0xF00633DA          MC 35 Read Data and Bit Flip Register 61
MTU_MC35_RDBFL62 0xF00633DC          MC 35 Read Data and Bit Flip Register 62
MTU_MC35_RDBFL63 0xF00633DE          MC 35 Read Data and Bit Flip Register 63
MTU_MC35_RDBFL64 0xF00633E0          MC 35 Read Data and Bit Flip Register 64
MTU_MC35_RDBFL65 0xF00633E2          MC 35 Read Data and Bit Flip Register 65
MTU_MC35_RDBFL66 0xF00633E4          MC 35 Read Data and Bit Flip Register 66
MTU_MC35_ALMSRCS 0xF00633EE          MC 35 Alarm Sources Configuration Register
MTU_MC35_FAULTSTS 0xF00633F0          MC 35 SSH Safety Faults Status Register
MTU_MC35_ERRINFO0 0xF00633F2          MC 35 Error Information Register 0
MTU_MC35_ERRINFO1 0xF00633F4          MC 35 Error Information Register 1
MTU_MC35_ERRINFO2 0xF00633F6          MC 35 Error Information Register 2
MTU_MC35_ERRINFO3 0xF00633F8          MC 35 Error Information Register 3
MTU_MC35_ERRINFO4 0xF00633FA          MC 35 Error Information Register 4
MTU_MC36_CONFIG0 0xF0063400          MC 36 Configuration Register 0
MTU_MC36_CONFIG1 0xF0063402          MC 36 Configuration Register 1
MTU_MC36_MCONTROL 0xF0063404          MC 36 MBIST Control Register
MTU_MC36_MSTATUS 0xF0063406          MC 36 Status Register
MTU_MC36_RANGE  0xF0063408          MC 36 Range Register, single address mode
MTU_MC36_REVID  0xF006340C          MC 36 Revision ID Register
MTU_MC36_ECCS   0xF006340E          MC 36 ECC Safety Register
MTU_MC36_ECCD   0xF0063410          MC 36 Memory ECC Detection Register
MTU_MC36_ETRR0  0xF0063412          MC 36 Error Tracking Register 0
MTU_MC36_ETRR1  0xF0063414          MC 36 Error Tracking Register 1
MTU_MC36_ETRR2  0xF0063416          MC 36 Error Tracking Register 2
MTU_MC36_ETRR3  0xF0063418          MC 36 Error Tracking Register 3
MTU_MC36_ETRR4  0xF006341A          MC 36 Error Tracking Register 4
MTU_MC36_RDBFL0 0xF0063460          MC 36 Read Data and Bit Flip Register 0
MTU_MC36_RDBFL1 0xF0063462          MC 36 Read Data and Bit Flip Register 1
MTU_MC36_RDBFL2 0xF0063464          MC 36 Read Data and Bit Flip Register 2
MTU_MC36_RDBFL3 0xF0063466          MC 36 Read Data and Bit Flip Register 3
MTU_MC36_RDBFL4 0xF0063468          MC 36 Read Data and Bit Flip Register 4
MTU_MC36_RDBFL5 0xF006346A          MC 36 Read Data and Bit Flip Register 5
MTU_MC36_RDBFL6 0xF006346C          MC 36 Read Data and Bit Flip Register 6
MTU_MC36_RDBFL7 0xF006346E          MC 36 Read Data and Bit Flip Register 7
MTU_MC36_RDBFL8 0xF0063470          MC 36 Read Data and Bit Flip Register 8
MTU_MC36_RDBFL9 0xF0063472          MC 36 Read Data and Bit Flip Register 9
MTU_MC36_RDBFL10 0xF0063474          MC 36 Read Data and Bit Flip Register 10
MTU_MC36_RDBFL11 0xF0063476          MC 36 Read Data and Bit Flip Register 11
MTU_MC36_RDBFL12 0xF0063478          MC 36 Read Data and Bit Flip Register 12
MTU_MC36_RDBFL13 0xF006347A          MC 36 Read Data and Bit Flip Register 13
MTU_MC36_RDBFL14 0xF006347C          MC 36 Read Data and Bit Flip Register 14
MTU_MC36_RDBFL15 0xF006347E          MC 36 Read Data and Bit Flip Register 15
MTU_MC36_RDBFL16 0xF0063480          MC 36 Read Data and Bit Flip Register 16
MTU_MC36_RDBFL17 0xF0063482          MC 36 Read Data and Bit Flip Register 17
MTU_MC36_RDBFL18 0xF0063484          MC 36 Read Data and Bit Flip Register 18
MTU_MC36_RDBFL19 0xF0063486          MC 36 Read Data and Bit Flip Register 19
MTU_MC36_RDBFL20 0xF0063488          MC 36 Read Data and Bit Flip Register 20
MTU_MC36_RDBFL21 0xF006348A          MC 36 Read Data and Bit Flip Register 21
MTU_MC36_RDBFL22 0xF006348C          MC 36 Read Data and Bit Flip Register 22
MTU_MC36_RDBFL23 0xF006348E          MC 36 Read Data and Bit Flip Register 23
MTU_MC36_RDBFL24 0xF0063490          MC 36 Read Data and Bit Flip Register 24
MTU_MC36_RDBFL25 0xF0063492          MC 36 Read Data and Bit Flip Register 25
MTU_MC36_RDBFL26 0xF0063494          MC 36 Read Data and Bit Flip Register 26
MTU_MC36_RDBFL27 0xF0063496          MC 36 Read Data and Bit Flip Register 27
MTU_MC36_RDBFL28 0xF0063498          MC 36 Read Data and Bit Flip Register 28
MTU_MC36_RDBFL29 0xF006349A          MC 36 Read Data and Bit Flip Register 29
MTU_MC36_RDBFL30 0xF006349C          MC 36 Read Data and Bit Flip Register 30
MTU_MC36_RDBFL31 0xF006349E          MC 36 Read Data and Bit Flip Register 31
MTU_MC36_RDBFL32 0xF00634A0          MC 36 Read Data and Bit Flip Register 32
MTU_MC36_RDBFL33 0xF00634A2          MC 36 Read Data and Bit Flip Register 33
MTU_MC36_RDBFL34 0xF00634A4          MC 36 Read Data and Bit Flip Register 34
MTU_MC36_RDBFL35 0xF00634A6          MC 36 Read Data and Bit Flip Register 35
MTU_MC36_RDBFL36 0xF00634A8          MC 36 Read Data and Bit Flip Register 36
MTU_MC36_RDBFL37 0xF00634AA          MC 36 Read Data and Bit Flip Register 37
MTU_MC36_RDBFL38 0xF00634AC          MC 36 Read Data and Bit Flip Register 38
MTU_MC36_RDBFL39 0xF00634AE          MC 36 Read Data and Bit Flip Register 39
MTU_MC36_RDBFL40 0xF00634B0          MC 36 Read Data and Bit Flip Register 40
MTU_MC36_RDBFL41 0xF00634B2          MC 36 Read Data and Bit Flip Register 41
MTU_MC36_RDBFL42 0xF00634B4          MC 36 Read Data and Bit Flip Register 42
MTU_MC36_RDBFL43 0xF00634B6          MC 36 Read Data and Bit Flip Register 43
MTU_MC36_RDBFL44 0xF00634B8          MC 36 Read Data and Bit Flip Register 44
MTU_MC36_RDBFL45 0xF00634BA          MC 36 Read Data and Bit Flip Register 45
MTU_MC36_RDBFL46 0xF00634BC          MC 36 Read Data and Bit Flip Register 46
MTU_MC36_RDBFL47 0xF00634BE          MC 36 Read Data and Bit Flip Register 47
MTU_MC36_RDBFL48 0xF00634C0          MC 36 Read Data and Bit Flip Register 48
MTU_MC36_RDBFL49 0xF00634C2          MC 36 Read Data and Bit Flip Register 49
MTU_MC36_RDBFL50 0xF00634C4          MC 36 Read Data and Bit Flip Register 50
MTU_MC36_RDBFL51 0xF00634C6          MC 36 Read Data and Bit Flip Register 51
MTU_MC36_RDBFL52 0xF00634C8          MC 36 Read Data and Bit Flip Register 52
MTU_MC36_RDBFL53 0xF00634CA          MC 36 Read Data and Bit Flip Register 53
MTU_MC36_RDBFL54 0xF00634CC          MC 36 Read Data and Bit Flip Register 54
MTU_MC36_RDBFL55 0xF00634CE          MC 36 Read Data and Bit Flip Register 55
MTU_MC36_RDBFL56 0xF00634D0          MC 36 Read Data and Bit Flip Register 56
MTU_MC36_RDBFL57 0xF00634D2          MC 36 Read Data and Bit Flip Register 57
MTU_MC36_RDBFL58 0xF00634D4          MC 36 Read Data and Bit Flip Register 58
MTU_MC36_RDBFL59 0xF00634D6          MC 36 Read Data and Bit Flip Register 59
MTU_MC36_RDBFL60 0xF00634D8          MC 36 Read Data and Bit Flip Register 60
MTU_MC36_RDBFL61 0xF00634DA          MC 36 Read Data and Bit Flip Register 61
MTU_MC36_RDBFL62 0xF00634DC          MC 36 Read Data and Bit Flip Register 62
MTU_MC36_RDBFL63 0xF00634DE          MC 36 Read Data and Bit Flip Register 63
MTU_MC36_RDBFL64 0xF00634E0          MC 36 Read Data and Bit Flip Register 64
MTU_MC36_RDBFL65 0xF00634E2          MC 36 Read Data and Bit Flip Register 65
MTU_MC36_RDBFL66 0xF00634E4          MC 36 Read Data and Bit Flip Register 66
MTU_MC36_ALMSRCS 0xF00634EE          MC 36 Alarm Sources Configuration Register
MTU_MC36_FAULTSTS 0xF00634F0          MC 36 SSH Safety Faults Status Register
MTU_MC36_ERRINFO0 0xF00634F2          MC 36 Error Information Register 0
MTU_MC36_ERRINFO1 0xF00634F4          MC 36 Error Information Register 1
MTU_MC36_ERRINFO2 0xF00634F6          MC 36 Error Information Register 2
MTU_MC36_ERRINFO3 0xF00634F8          MC 36 Error Information Register 3
MTU_MC36_ERRINFO4 0xF00634FA          MC 36 Error Information Register 4
MTU_MC37_CONFIG0 0xF0063500          MC 37 Configuration Register 0
MTU_MC37_CONFIG1 0xF0063502          MC 37 Configuration Register 1
MTU_MC37_MCONTROL 0xF0063504          MC 37 MBIST Control Register
MTU_MC37_MSTATUS 0xF0063506          MC 37 Status Register
MTU_MC37_RANGE  0xF0063508          MC 37 Range Register, single address mode
MTU_MC37_REVID  0xF006350C          MC 37 Revision ID Register
MTU_MC37_ECCS   0xF006350E          MC 37 ECC Safety Register
MTU_MC37_ECCD   0xF0063510          MC 37 Memory ECC Detection Register
MTU_MC37_ETRR0  0xF0063512          MC 37 Error Tracking Register 0
MTU_MC37_ETRR1  0xF0063514          MC 37 Error Tracking Register 1
MTU_MC37_ETRR2  0xF0063516          MC 37 Error Tracking Register 2
MTU_MC37_ETRR3  0xF0063518          MC 37 Error Tracking Register 3
MTU_MC37_ETRR4  0xF006351A          MC 37 Error Tracking Register 4
MTU_MC37_RDBFL0 0xF0063560          MC 37 Read Data and Bit Flip Register 0
MTU_MC37_RDBFL1 0xF0063562          MC 37 Read Data and Bit Flip Register 1
MTU_MC37_RDBFL2 0xF0063564          MC 37 Read Data and Bit Flip Register 2
MTU_MC37_RDBFL3 0xF0063566          MC 37 Read Data and Bit Flip Register 3
MTU_MC37_RDBFL4 0xF0063568          MC 37 Read Data and Bit Flip Register 4
MTU_MC37_RDBFL5 0xF006356A          MC 37 Read Data and Bit Flip Register 5
MTU_MC37_RDBFL6 0xF006356C          MC 37 Read Data and Bit Flip Register 6
MTU_MC37_RDBFL7 0xF006356E          MC 37 Read Data and Bit Flip Register 7
MTU_MC37_RDBFL8 0xF0063570          MC 37 Read Data and Bit Flip Register 8
MTU_MC37_RDBFL9 0xF0063572          MC 37 Read Data and Bit Flip Register 9
MTU_MC37_RDBFL10 0xF0063574          MC 37 Read Data and Bit Flip Register 10
MTU_MC37_RDBFL11 0xF0063576          MC 37 Read Data and Bit Flip Register 11
MTU_MC37_RDBFL12 0xF0063578          MC 37 Read Data and Bit Flip Register 12
MTU_MC37_RDBFL13 0xF006357A          MC 37 Read Data and Bit Flip Register 13
MTU_MC37_RDBFL14 0xF006357C          MC 37 Read Data and Bit Flip Register 14
MTU_MC37_RDBFL15 0xF006357E          MC 37 Read Data and Bit Flip Register 15
MTU_MC37_RDBFL16 0xF0063580          MC 37 Read Data and Bit Flip Register 16
MTU_MC37_RDBFL17 0xF0063582          MC 37 Read Data and Bit Flip Register 17
MTU_MC37_RDBFL18 0xF0063584          MC 37 Read Data and Bit Flip Register 18
MTU_MC37_RDBFL19 0xF0063586          MC 37 Read Data and Bit Flip Register 19
MTU_MC37_RDBFL20 0xF0063588          MC 37 Read Data and Bit Flip Register 20
MTU_MC37_RDBFL21 0xF006358A          MC 37 Read Data and Bit Flip Register 21
MTU_MC37_RDBFL22 0xF006358C          MC 37 Read Data and Bit Flip Register 22
MTU_MC37_RDBFL23 0xF006358E          MC 37 Read Data and Bit Flip Register 23
MTU_MC37_RDBFL24 0xF0063590          MC 37 Read Data and Bit Flip Register 24
MTU_MC37_RDBFL25 0xF0063592          MC 37 Read Data and Bit Flip Register 25
MTU_MC37_RDBFL26 0xF0063594          MC 37 Read Data and Bit Flip Register 26
MTU_MC37_RDBFL27 0xF0063596          MC 37 Read Data and Bit Flip Register 27
MTU_MC37_RDBFL28 0xF0063598          MC 37 Read Data and Bit Flip Register 28
MTU_MC37_RDBFL29 0xF006359A          MC 37 Read Data and Bit Flip Register 29
MTU_MC37_RDBFL30 0xF006359C          MC 37 Read Data and Bit Flip Register 30
MTU_MC37_RDBFL31 0xF006359E          MC 37 Read Data and Bit Flip Register 31
MTU_MC37_RDBFL32 0xF00635A0          MC 37 Read Data and Bit Flip Register 32
MTU_MC37_RDBFL33 0xF00635A2          MC 37 Read Data and Bit Flip Register 33
MTU_MC37_RDBFL34 0xF00635A4          MC 37 Read Data and Bit Flip Register 34
MTU_MC37_RDBFL35 0xF00635A6          MC 37 Read Data and Bit Flip Register 35
MTU_MC37_RDBFL36 0xF00635A8          MC 37 Read Data and Bit Flip Register 36
MTU_MC37_RDBFL37 0xF00635AA          MC 37 Read Data and Bit Flip Register 37
MTU_MC37_RDBFL38 0xF00635AC          MC 37 Read Data and Bit Flip Register 38
MTU_MC37_RDBFL39 0xF00635AE          MC 37 Read Data and Bit Flip Register 39
MTU_MC37_RDBFL40 0xF00635B0          MC 37 Read Data and Bit Flip Register 40
MTU_MC37_RDBFL41 0xF00635B2          MC 37 Read Data and Bit Flip Register 41
MTU_MC37_RDBFL42 0xF00635B4          MC 37 Read Data and Bit Flip Register 42
MTU_MC37_RDBFL43 0xF00635B6          MC 37 Read Data and Bit Flip Register 43
MTU_MC37_RDBFL44 0xF00635B8          MC 37 Read Data and Bit Flip Register 44
MTU_MC37_RDBFL45 0xF00635BA          MC 37 Read Data and Bit Flip Register 45
MTU_MC37_RDBFL46 0xF00635BC          MC 37 Read Data and Bit Flip Register 46
MTU_MC37_RDBFL47 0xF00635BE          MC 37 Read Data and Bit Flip Register 47
MTU_MC37_RDBFL48 0xF00635C0          MC 37 Read Data and Bit Flip Register 48
MTU_MC37_RDBFL49 0xF00635C2          MC 37 Read Data and Bit Flip Register 49
MTU_MC37_RDBFL50 0xF00635C4          MC 37 Read Data and Bit Flip Register 50
MTU_MC37_RDBFL51 0xF00635C6          MC 37 Read Data and Bit Flip Register 51
MTU_MC37_RDBFL52 0xF00635C8          MC 37 Read Data and Bit Flip Register 52
MTU_MC37_RDBFL53 0xF00635CA          MC 37 Read Data and Bit Flip Register 53
MTU_MC37_RDBFL54 0xF00635CC          MC 37 Read Data and Bit Flip Register 54
MTU_MC37_RDBFL55 0xF00635CE          MC 37 Read Data and Bit Flip Register 55
MTU_MC37_RDBFL56 0xF00635D0          MC 37 Read Data and Bit Flip Register 56
MTU_MC37_RDBFL57 0xF00635D2          MC 37 Read Data and Bit Flip Register 57
MTU_MC37_RDBFL58 0xF00635D4          MC 37 Read Data and Bit Flip Register 58
MTU_MC37_RDBFL59 0xF00635D6          MC 37 Read Data and Bit Flip Register 59
MTU_MC37_RDBFL60 0xF00635D8          MC 37 Read Data and Bit Flip Register 60
MTU_MC37_RDBFL61 0xF00635DA          MC 37 Read Data and Bit Flip Register 61
MTU_MC37_RDBFL62 0xF00635DC          MC 37 Read Data and Bit Flip Register 62
MTU_MC37_RDBFL63 0xF00635DE          MC 37 Read Data and Bit Flip Register 63
MTU_MC37_RDBFL64 0xF00635E0          MC 37 Read Data and Bit Flip Register 64
MTU_MC37_RDBFL65 0xF00635E2          MC 37 Read Data and Bit Flip Register 65
MTU_MC37_RDBFL66 0xF00635E4          MC 37 Read Data and Bit Flip Register 66
MTU_MC37_ALMSRCS 0xF00635EE          MC 37 Alarm Sources Configuration Register
MTU_MC37_FAULTSTS 0xF00635F0          MC 37 SSH Safety Faults Status Register
MTU_MC37_ERRINFO0 0xF00635F2          MC 37 Error Information Register 0
MTU_MC37_ERRINFO1 0xF00635F4          MC 37 Error Information Register 1
MTU_MC37_ERRINFO2 0xF00635F6          MC 37 Error Information Register 2
MTU_MC37_ERRINFO3 0xF00635F8          MC 37 Error Information Register 3
MTU_MC37_ERRINFO4 0xF00635FA          MC 37 Error Information Register 4
MTU_MC38_CONFIG0 0xF0063600          MC 38 Configuration Register 0
MTU_MC38_CONFIG1 0xF0063602          MC 38 Configuration Register 1
MTU_MC38_MCONTROL 0xF0063604          MC 38 MBIST Control Register
MTU_MC38_MSTATUS 0xF0063606          MC 38 Status Register
MTU_MC38_RANGE  0xF0063608          MC 38 Range Register, single address mode
MTU_MC38_REVID  0xF006360C          MC 38 Revision ID Register
MTU_MC38_ECCS   0xF006360E          MC 38 ECC Safety Register
MTU_MC38_ECCD   0xF0063610          MC 38 Memory ECC Detection Register
MTU_MC38_ETRR0  0xF0063612          MC 38 Error Tracking Register 0
MTU_MC38_ETRR1  0xF0063614          MC 38 Error Tracking Register 1
MTU_MC38_ETRR2  0xF0063616          MC 38 Error Tracking Register 2
MTU_MC38_ETRR3  0xF0063618          MC 38 Error Tracking Register 3
MTU_MC38_ETRR4  0xF006361A          MC 38 Error Tracking Register 4
MTU_MC38_RDBFL0 0xF0063660          MC 38 Read Data and Bit Flip Register 0
MTU_MC38_RDBFL1 0xF0063662          MC 38 Read Data and Bit Flip Register 1
MTU_MC38_RDBFL2 0xF0063664          MC 38 Read Data and Bit Flip Register 2
MTU_MC38_RDBFL3 0xF0063666          MC 38 Read Data and Bit Flip Register 3
MTU_MC38_RDBFL4 0xF0063668          MC 38 Read Data and Bit Flip Register 4
MTU_MC38_RDBFL5 0xF006366A          MC 38 Read Data and Bit Flip Register 5
MTU_MC38_RDBFL6 0xF006366C          MC 38 Read Data and Bit Flip Register 6
MTU_MC38_RDBFL7 0xF006366E          MC 38 Read Data and Bit Flip Register 7
MTU_MC38_RDBFL8 0xF0063670          MC 38 Read Data and Bit Flip Register 8
MTU_MC38_RDBFL9 0xF0063672          MC 38 Read Data and Bit Flip Register 9
MTU_MC38_RDBFL10 0xF0063674          MC 38 Read Data and Bit Flip Register 10
MTU_MC38_RDBFL11 0xF0063676          MC 38 Read Data and Bit Flip Register 11
MTU_MC38_RDBFL12 0xF0063678          MC 38 Read Data and Bit Flip Register 12
MTU_MC38_RDBFL13 0xF006367A          MC 38 Read Data and Bit Flip Register 13
MTU_MC38_RDBFL14 0xF006367C          MC 38 Read Data and Bit Flip Register 14
MTU_MC38_RDBFL15 0xF006367E          MC 38 Read Data and Bit Flip Register 15
MTU_MC38_RDBFL16 0xF0063680          MC 38 Read Data and Bit Flip Register 16
MTU_MC38_RDBFL17 0xF0063682          MC 38 Read Data and Bit Flip Register 17
MTU_MC38_RDBFL18 0xF0063684          MC 38 Read Data and Bit Flip Register 18
MTU_MC38_RDBFL19 0xF0063686          MC 38 Read Data and Bit Flip Register 19
MTU_MC38_RDBFL20 0xF0063688          MC 38 Read Data and Bit Flip Register 20
MTU_MC38_RDBFL21 0xF006368A          MC 38 Read Data and Bit Flip Register 21
MTU_MC38_RDBFL22 0xF006368C          MC 38 Read Data and Bit Flip Register 22
MTU_MC38_RDBFL23 0xF006368E          MC 38 Read Data and Bit Flip Register 23
MTU_MC38_RDBFL24 0xF0063690          MC 38 Read Data and Bit Flip Register 24
MTU_MC38_RDBFL25 0xF0063692          MC 38 Read Data and Bit Flip Register 25
MTU_MC38_RDBFL26 0xF0063694          MC 38 Read Data and Bit Flip Register 26
MTU_MC38_RDBFL27 0xF0063696          MC 38 Read Data and Bit Flip Register 27
MTU_MC38_RDBFL28 0xF0063698          MC 38 Read Data and Bit Flip Register 28
MTU_MC38_RDBFL29 0xF006369A          MC 38 Read Data and Bit Flip Register 29
MTU_MC38_RDBFL30 0xF006369C          MC 38 Read Data and Bit Flip Register 30
MTU_MC38_RDBFL31 0xF006369E          MC 38 Read Data and Bit Flip Register 31
MTU_MC38_RDBFL32 0xF00636A0          MC 38 Read Data and Bit Flip Register 32
MTU_MC38_RDBFL33 0xF00636A2          MC 38 Read Data and Bit Flip Register 33
MTU_MC38_RDBFL34 0xF00636A4          MC 38 Read Data and Bit Flip Register 34
MTU_MC38_RDBFL35 0xF00636A6          MC 38 Read Data and Bit Flip Register 35
MTU_MC38_RDBFL36 0xF00636A8          MC 38 Read Data and Bit Flip Register 36
MTU_MC38_RDBFL37 0xF00636AA          MC 38 Read Data and Bit Flip Register 37
MTU_MC38_RDBFL38 0xF00636AC          MC 38 Read Data and Bit Flip Register 38
MTU_MC38_RDBFL39 0xF00636AE          MC 38 Read Data and Bit Flip Register 39
MTU_MC38_RDBFL40 0xF00636B0          MC 38 Read Data and Bit Flip Register 40
MTU_MC38_RDBFL41 0xF00636B2          MC 38 Read Data and Bit Flip Register 41
MTU_MC38_RDBFL42 0xF00636B4          MC 38 Read Data and Bit Flip Register 42
MTU_MC38_RDBFL43 0xF00636B6          MC 38 Read Data and Bit Flip Register 43
MTU_MC38_RDBFL44 0xF00636B8          MC 38 Read Data and Bit Flip Register 44
MTU_MC38_RDBFL45 0xF00636BA          MC 38 Read Data and Bit Flip Register 45
MTU_MC38_RDBFL46 0xF00636BC          MC 38 Read Data and Bit Flip Register 46
MTU_MC38_RDBFL47 0xF00636BE          MC 38 Read Data and Bit Flip Register 47
MTU_MC38_RDBFL48 0xF00636C0          MC 38 Read Data and Bit Flip Register 48
MTU_MC38_RDBFL49 0xF00636C2          MC 38 Read Data and Bit Flip Register 49
MTU_MC38_RDBFL50 0xF00636C4          MC 38 Read Data and Bit Flip Register 50
MTU_MC38_RDBFL51 0xF00636C6          MC 38 Read Data and Bit Flip Register 51
MTU_MC38_RDBFL52 0xF00636C8          MC 38 Read Data and Bit Flip Register 52
MTU_MC38_RDBFL53 0xF00636CA          MC 38 Read Data and Bit Flip Register 53
MTU_MC38_RDBFL54 0xF00636CC          MC 38 Read Data and Bit Flip Register 54
MTU_MC38_RDBFL55 0xF00636CE          MC 38 Read Data and Bit Flip Register 55
MTU_MC38_RDBFL56 0xF00636D0          MC 38 Read Data and Bit Flip Register 56
MTU_MC38_RDBFL57 0xF00636D2          MC 38 Read Data and Bit Flip Register 57
MTU_MC38_RDBFL58 0xF00636D4          MC 38 Read Data and Bit Flip Register 58
MTU_MC38_RDBFL59 0xF00636D6          MC 38 Read Data and Bit Flip Register 59
MTU_MC38_RDBFL60 0xF00636D8          MC 38 Read Data and Bit Flip Register 60
MTU_MC38_RDBFL61 0xF00636DA          MC 38 Read Data and Bit Flip Register 61
MTU_MC38_RDBFL62 0xF00636DC          MC 38 Read Data and Bit Flip Register 62
MTU_MC38_RDBFL63 0xF00636DE          MC 38 Read Data and Bit Flip Register 63
MTU_MC38_RDBFL64 0xF00636E0          MC 38 Read Data and Bit Flip Register 64
MTU_MC38_RDBFL65 0xF00636E2          MC 38 Read Data and Bit Flip Register 65
MTU_MC38_RDBFL66 0xF00636E4          MC 38 Read Data and Bit Flip Register 66
MTU_MC38_ALMSRCS 0xF00636EE          MC 38 Alarm Sources Configuration Register
MTU_MC38_FAULTSTS 0xF00636F0          MC 38 SSH Safety Faults Status Register
MTU_MC38_ERRINFO0 0xF00636F2          MC 38 Error Information Register 0
MTU_MC38_ERRINFO1 0xF00636F4          MC 38 Error Information Register 1
MTU_MC38_ERRINFO2 0xF00636F6          MC 38 Error Information Register 2
MTU_MC38_ERRINFO3 0xF00636F8          MC 38 Error Information Register 3
MTU_MC38_ERRINFO4 0xF00636FA          MC 38 Error Information Register 4
MTU_MC39_CONFIG0 0xF0063700          MC 39 Configuration Register 0
MTU_MC39_CONFIG1 0xF0063702          MC 39 Configuration Register 1
MTU_MC39_MCONTROL 0xF0063704          MC 39 MBIST Control Register
MTU_MC39_MSTATUS 0xF0063706          MC 39 Status Register
MTU_MC39_RANGE  0xF0063708          MC 39 Range Register, single address mode
MTU_MC39_REVID  0xF006370C          MC 39 Revision ID Register
MTU_MC39_ECCS   0xF006370E          MC 39 ECC Safety Register
MTU_MC39_ECCD   0xF0063710          MC 39 Memory ECC Detection Register
MTU_MC39_ETRR0  0xF0063712          MC 39 Error Tracking Register 0
MTU_MC39_ETRR1  0xF0063714          MC 39 Error Tracking Register 1
MTU_MC39_ETRR2  0xF0063716          MC 39 Error Tracking Register 2
MTU_MC39_ETRR3  0xF0063718          MC 39 Error Tracking Register 3
MTU_MC39_ETRR4  0xF006371A          MC 39 Error Tracking Register 4
MTU_MC39_RDBFL0 0xF0063760          MC 39 Read Data and Bit Flip Register 0
MTU_MC39_RDBFL1 0xF0063762          MC 39 Read Data and Bit Flip Register 1
MTU_MC39_RDBFL2 0xF0063764          MC 39 Read Data and Bit Flip Register 2
MTU_MC39_RDBFL3 0xF0063766          MC 39 Read Data and Bit Flip Register 3
MTU_MC39_RDBFL4 0xF0063768          MC 39 Read Data and Bit Flip Register 4
MTU_MC39_RDBFL5 0xF006376A          MC 39 Read Data and Bit Flip Register 5
MTU_MC39_RDBFL6 0xF006376C          MC 39 Read Data and Bit Flip Register 6
MTU_MC39_RDBFL7 0xF006376E          MC 39 Read Data and Bit Flip Register 7
MTU_MC39_RDBFL8 0xF0063770          MC 39 Read Data and Bit Flip Register 8
MTU_MC39_RDBFL9 0xF0063772          MC 39 Read Data and Bit Flip Register 9
MTU_MC39_RDBFL10 0xF0063774          MC 39 Read Data and Bit Flip Register 10
MTU_MC39_RDBFL11 0xF0063776          MC 39 Read Data and Bit Flip Register 11
MTU_MC39_RDBFL12 0xF0063778          MC 39 Read Data and Bit Flip Register 12
MTU_MC39_RDBFL13 0xF006377A          MC 39 Read Data and Bit Flip Register 13
MTU_MC39_RDBFL14 0xF006377C          MC 39 Read Data and Bit Flip Register 14
MTU_MC39_RDBFL15 0xF006377E          MC 39 Read Data and Bit Flip Register 15
MTU_MC39_RDBFL16 0xF0063780          MC 39 Read Data and Bit Flip Register 16
MTU_MC39_RDBFL17 0xF0063782          MC 39 Read Data and Bit Flip Register 17
MTU_MC39_RDBFL18 0xF0063784          MC 39 Read Data and Bit Flip Register 18
MTU_MC39_RDBFL19 0xF0063786          MC 39 Read Data and Bit Flip Register 19
MTU_MC39_RDBFL20 0xF0063788          MC 39 Read Data and Bit Flip Register 20
MTU_MC39_RDBFL21 0xF006378A          MC 39 Read Data and Bit Flip Register 21
MTU_MC39_RDBFL22 0xF006378C          MC 39 Read Data and Bit Flip Register 22
MTU_MC39_RDBFL23 0xF006378E          MC 39 Read Data and Bit Flip Register 23
MTU_MC39_RDBFL24 0xF0063790          MC 39 Read Data and Bit Flip Register 24
MTU_MC39_RDBFL25 0xF0063792          MC 39 Read Data and Bit Flip Register 25
MTU_MC39_RDBFL26 0xF0063794          MC 39 Read Data and Bit Flip Register 26
MTU_MC39_RDBFL27 0xF0063796          MC 39 Read Data and Bit Flip Register 27
MTU_MC39_RDBFL28 0xF0063798          MC 39 Read Data and Bit Flip Register 28
MTU_MC39_RDBFL29 0xF006379A          MC 39 Read Data and Bit Flip Register 29
MTU_MC39_RDBFL30 0xF006379C          MC 39 Read Data and Bit Flip Register 30
MTU_MC39_RDBFL31 0xF006379E          MC 39 Read Data and Bit Flip Register 31
MTU_MC39_RDBFL32 0xF00637A0          MC 39 Read Data and Bit Flip Register 32
MTU_MC39_RDBFL33 0xF00637A2          MC 39 Read Data and Bit Flip Register 33
MTU_MC39_RDBFL34 0xF00637A4          MC 39 Read Data and Bit Flip Register 34
MTU_MC39_RDBFL35 0xF00637A6          MC 39 Read Data and Bit Flip Register 35
MTU_MC39_RDBFL36 0xF00637A8          MC 39 Read Data and Bit Flip Register 36
MTU_MC39_RDBFL37 0xF00637AA          MC 39 Read Data and Bit Flip Register 37
MTU_MC39_RDBFL38 0xF00637AC          MC 39 Read Data and Bit Flip Register 38
MTU_MC39_RDBFL39 0xF00637AE          MC 39 Read Data and Bit Flip Register 39
MTU_MC39_RDBFL40 0xF00637B0          MC 39 Read Data and Bit Flip Register 40
MTU_MC39_RDBFL41 0xF00637B2          MC 39 Read Data and Bit Flip Register 41
MTU_MC39_RDBFL42 0xF00637B4          MC 39 Read Data and Bit Flip Register 42
MTU_MC39_RDBFL43 0xF00637B6          MC 39 Read Data and Bit Flip Register 43
MTU_MC39_RDBFL44 0xF00637B8          MC 39 Read Data and Bit Flip Register 44
MTU_MC39_RDBFL45 0xF00637BA          MC 39 Read Data and Bit Flip Register 45
MTU_MC39_RDBFL46 0xF00637BC          MC 39 Read Data and Bit Flip Register 46
MTU_MC39_RDBFL47 0xF00637BE          MC 39 Read Data and Bit Flip Register 47
MTU_MC39_RDBFL48 0xF00637C0          MC 39 Read Data and Bit Flip Register 48
MTU_MC39_RDBFL49 0xF00637C2          MC 39 Read Data and Bit Flip Register 49
MTU_MC39_RDBFL50 0xF00637C4          MC 39 Read Data and Bit Flip Register 50
MTU_MC39_RDBFL51 0xF00637C6          MC 39 Read Data and Bit Flip Register 51
MTU_MC39_RDBFL52 0xF00637C8          MC 39 Read Data and Bit Flip Register 52
MTU_MC39_RDBFL53 0xF00637CA          MC 39 Read Data and Bit Flip Register 53
MTU_MC39_RDBFL54 0xF00637CC          MC 39 Read Data and Bit Flip Register 54
MTU_MC39_RDBFL55 0xF00637CE          MC 39 Read Data and Bit Flip Register 55
MTU_MC39_RDBFL56 0xF00637D0          MC 39 Read Data and Bit Flip Register 56
MTU_MC39_RDBFL57 0xF00637D2          MC 39 Read Data and Bit Flip Register 57
MTU_MC39_RDBFL58 0xF00637D4          MC 39 Read Data and Bit Flip Register 58
MTU_MC39_RDBFL59 0xF00637D6          MC 39 Read Data and Bit Flip Register 59
MTU_MC39_RDBFL60 0xF00637D8          MC 39 Read Data and Bit Flip Register 60
MTU_MC39_RDBFL61 0xF00637DA          MC 39 Read Data and Bit Flip Register 61
MTU_MC39_RDBFL62 0xF00637DC          MC 39 Read Data and Bit Flip Register 62
MTU_MC39_RDBFL63 0xF00637DE          MC 39 Read Data and Bit Flip Register 63
MTU_MC39_RDBFL64 0xF00637E0          MC 39 Read Data and Bit Flip Register 64
MTU_MC39_RDBFL65 0xF00637E2          MC 39 Read Data and Bit Flip Register 65
MTU_MC39_RDBFL66 0xF00637E4          MC 39 Read Data and Bit Flip Register 66
MTU_MC39_ALMSRCS 0xF00637EE          MC 39 Alarm Sources Configuration Register
MTU_MC39_FAULTSTS 0xF00637F0          MC 39 SSH Safety Faults Status Register
MTU_MC39_ERRINFO0 0xF00637F2          MC 39 Error Information Register 0
MTU_MC39_ERRINFO1 0xF00637F4          MC 39 Error Information Register 1
MTU_MC39_ERRINFO2 0xF00637F6          MC 39 Error Information Register 2
MTU_MC39_ERRINFO3 0xF00637F8          MC 39 Error Information Register 3
MTU_MC39_ERRINFO4 0xF00637FA          MC 39 Error Information Register 4
MTU_MC40_CONFIG0 0xF0063800          MC 40 Configuration Register 0
MTU_MC40_CONFIG1 0xF0063802          MC 40 Configuration Register 1
MTU_MC40_MCONTROL 0xF0063804          MC 40 MBIST Control Register
MTU_MC40_MSTATUS 0xF0063806          MC 40 Status Register
MTU_MC40_RANGE  0xF0063808          MC 40 Range Register, single address mode
MTU_MC40_REVID  0xF006380C          MC 40 Revision ID Register
MTU_MC40_ECCS   0xF006380E          MC 40 ECC Safety Register
MTU_MC40_ECCD   0xF0063810          MC 40 Memory ECC Detection Register
MTU_MC40_ETRR0  0xF0063812          MC 40 Error Tracking Register 0
MTU_MC40_ETRR1  0xF0063814          MC 40 Error Tracking Register 1
MTU_MC40_ETRR2  0xF0063816          MC 40 Error Tracking Register 2
MTU_MC40_ETRR3  0xF0063818          MC 40 Error Tracking Register 3
MTU_MC40_ETRR4  0xF006381A          MC 40 Error Tracking Register 4
MTU_MC40_RDBFL0 0xF0063860          MC 40 Read Data and Bit Flip Register 0
MTU_MC40_RDBFL1 0xF0063862          MC 40 Read Data and Bit Flip Register 1
MTU_MC40_RDBFL2 0xF0063864          MC 40 Read Data and Bit Flip Register 2
MTU_MC40_RDBFL3 0xF0063866          MC 40 Read Data and Bit Flip Register 3
MTU_MC40_RDBFL4 0xF0063868          MC 40 Read Data and Bit Flip Register 4
MTU_MC40_RDBFL5 0xF006386A          MC 40 Read Data and Bit Flip Register 5
MTU_MC40_RDBFL6 0xF006386C          MC 40 Read Data and Bit Flip Register 6
MTU_MC40_RDBFL7 0xF006386E          MC 40 Read Data and Bit Flip Register 7
MTU_MC40_RDBFL8 0xF0063870          MC 40 Read Data and Bit Flip Register 8
MTU_MC40_RDBFL9 0xF0063872          MC 40 Read Data and Bit Flip Register 9
MTU_MC40_RDBFL10 0xF0063874          MC 40 Read Data and Bit Flip Register 10
MTU_MC40_RDBFL11 0xF0063876          MC 40 Read Data and Bit Flip Register 11
MTU_MC40_RDBFL12 0xF0063878          MC 40 Read Data and Bit Flip Register 12
MTU_MC40_RDBFL13 0xF006387A          MC 40 Read Data and Bit Flip Register 13
MTU_MC40_RDBFL14 0xF006387C          MC 40 Read Data and Bit Flip Register 14
MTU_MC40_RDBFL15 0xF006387E          MC 40 Read Data and Bit Flip Register 15
MTU_MC40_RDBFL16 0xF0063880          MC 40 Read Data and Bit Flip Register 16
MTU_MC40_RDBFL17 0xF0063882          MC 40 Read Data and Bit Flip Register 17
MTU_MC40_RDBFL18 0xF0063884          MC 40 Read Data and Bit Flip Register 18
MTU_MC40_RDBFL19 0xF0063886          MC 40 Read Data and Bit Flip Register 19
MTU_MC40_RDBFL20 0xF0063888          MC 40 Read Data and Bit Flip Register 20
MTU_MC40_RDBFL21 0xF006388A          MC 40 Read Data and Bit Flip Register 21
MTU_MC40_RDBFL22 0xF006388C          MC 40 Read Data and Bit Flip Register 22
MTU_MC40_RDBFL23 0xF006388E          MC 40 Read Data and Bit Flip Register 23
MTU_MC40_RDBFL24 0xF0063890          MC 40 Read Data and Bit Flip Register 24
MTU_MC40_RDBFL25 0xF0063892          MC 40 Read Data and Bit Flip Register 25
MTU_MC40_RDBFL26 0xF0063894          MC 40 Read Data and Bit Flip Register 26
MTU_MC40_RDBFL27 0xF0063896          MC 40 Read Data and Bit Flip Register 27
MTU_MC40_RDBFL28 0xF0063898          MC 40 Read Data and Bit Flip Register 28
MTU_MC40_RDBFL29 0xF006389A          MC 40 Read Data and Bit Flip Register 29
MTU_MC40_RDBFL30 0xF006389C          MC 40 Read Data and Bit Flip Register 30
MTU_MC40_RDBFL31 0xF006389E          MC 40 Read Data and Bit Flip Register 31
MTU_MC40_RDBFL32 0xF00638A0          MC 40 Read Data and Bit Flip Register 32
MTU_MC40_RDBFL33 0xF00638A2          MC 40 Read Data and Bit Flip Register 33
MTU_MC40_RDBFL34 0xF00638A4          MC 40 Read Data and Bit Flip Register 34
MTU_MC40_RDBFL35 0xF00638A6          MC 40 Read Data and Bit Flip Register 35
MTU_MC40_RDBFL36 0xF00638A8          MC 40 Read Data and Bit Flip Register 36
MTU_MC40_RDBFL37 0xF00638AA          MC 40 Read Data and Bit Flip Register 37
MTU_MC40_RDBFL38 0xF00638AC          MC 40 Read Data and Bit Flip Register 38
MTU_MC40_RDBFL39 0xF00638AE          MC 40 Read Data and Bit Flip Register 39
MTU_MC40_RDBFL40 0xF00638B0          MC 40 Read Data and Bit Flip Register 40
MTU_MC40_RDBFL41 0xF00638B2          MC 40 Read Data and Bit Flip Register 41
MTU_MC40_RDBFL42 0xF00638B4          MC 40 Read Data and Bit Flip Register 42
MTU_MC40_RDBFL43 0xF00638B6          MC 40 Read Data and Bit Flip Register 43
MTU_MC40_RDBFL44 0xF00638B8          MC 40 Read Data and Bit Flip Register 44
MTU_MC40_RDBFL45 0xF00638BA          MC 40 Read Data and Bit Flip Register 45
MTU_MC40_RDBFL46 0xF00638BC          MC 40 Read Data and Bit Flip Register 46
MTU_MC40_RDBFL47 0xF00638BE          MC 40 Read Data and Bit Flip Register 47
MTU_MC40_RDBFL48 0xF00638C0          MC 40 Read Data and Bit Flip Register 48
MTU_MC40_RDBFL49 0xF00638C2          MC 40 Read Data and Bit Flip Register 49
MTU_MC40_RDBFL50 0xF00638C4          MC 40 Read Data and Bit Flip Register 50
MTU_MC40_RDBFL51 0xF00638C6          MC 40 Read Data and Bit Flip Register 51
MTU_MC40_RDBFL52 0xF00638C8          MC 40 Read Data and Bit Flip Register 52
MTU_MC40_RDBFL53 0xF00638CA          MC 40 Read Data and Bit Flip Register 53
MTU_MC40_RDBFL54 0xF00638CC          MC 40 Read Data and Bit Flip Register 54
MTU_MC40_RDBFL55 0xF00638CE          MC 40 Read Data and Bit Flip Register 55
MTU_MC40_RDBFL56 0xF00638D0          MC 40 Read Data and Bit Flip Register 56
MTU_MC40_RDBFL57 0xF00638D2          MC 40 Read Data and Bit Flip Register 57
MTU_MC40_RDBFL58 0xF00638D4          MC 40 Read Data and Bit Flip Register 58
MTU_MC40_RDBFL59 0xF00638D6          MC 40 Read Data and Bit Flip Register 59
MTU_MC40_RDBFL60 0xF00638D8          MC 40 Read Data and Bit Flip Register 60
MTU_MC40_RDBFL61 0xF00638DA          MC 40 Read Data and Bit Flip Register 61
MTU_MC40_RDBFL62 0xF00638DC          MC 40 Read Data and Bit Flip Register 62
MTU_MC40_RDBFL63 0xF00638DE          MC 40 Read Data and Bit Flip Register 63
MTU_MC40_RDBFL64 0xF00638E0          MC 40 Read Data and Bit Flip Register 64
MTU_MC40_RDBFL65 0xF00638E2          MC 40 Read Data and Bit Flip Register 65
MTU_MC40_RDBFL66 0xF00638E4          MC 40 Read Data and Bit Flip Register 66
MTU_MC40_ALMSRCS 0xF00638EE          MC 40 Alarm Sources Configuration Register
MTU_MC40_FAULTSTS 0xF00638F0          MC 40 SSH Safety Faults Status Register
MTU_MC40_ERRINFO0 0xF00638F2          MC 40 Error Information Register 0
MTU_MC40_ERRINFO1 0xF00638F4          MC 40 Error Information Register 1
MTU_MC40_ERRINFO2 0xF00638F6          MC 40 Error Information Register 2
MTU_MC40_ERRINFO3 0xF00638F8          MC 40 Error Information Register 3
MTU_MC40_ERRINFO4 0xF00638FA          MC 40 Error Information Register 4
MTU_MC41_CONFIG0 0xF0063900          MC 41 Configuration Register 0
MTU_MC41_CONFIG1 0xF0063902          MC 41 Configuration Register 1
MTU_MC41_MCONTROL 0xF0063904          MC 41 MBIST Control Register
MTU_MC41_MSTATUS 0xF0063906          MC 41 Status Register
MTU_MC41_RANGE  0xF0063908          MC 41 Range Register, single address mode
MTU_MC41_REVID  0xF006390C          MC 41 Revision ID Register
MTU_MC41_ECCS   0xF006390E          MC 41 ECC Safety Register
MTU_MC41_ECCD   0xF0063910          MC 41 Memory ECC Detection Register
MTU_MC41_ETRR0  0xF0063912          MC 41 Error Tracking Register 0
MTU_MC41_ETRR1  0xF0063914          MC 41 Error Tracking Register 1
MTU_MC41_ETRR2  0xF0063916          MC 41 Error Tracking Register 2
MTU_MC41_ETRR3  0xF0063918          MC 41 Error Tracking Register 3
MTU_MC41_ETRR4  0xF006391A          MC 41 Error Tracking Register 4
MTU_MC41_RDBFL0 0xF0063960          MC 41 Read Data and Bit Flip Register 0
MTU_MC41_RDBFL1 0xF0063962          MC 41 Read Data and Bit Flip Register 1
MTU_MC41_RDBFL2 0xF0063964          MC 41 Read Data and Bit Flip Register 2
MTU_MC41_RDBFL3 0xF0063966          MC 41 Read Data and Bit Flip Register 3
MTU_MC41_RDBFL4 0xF0063968          MC 41 Read Data and Bit Flip Register 4
MTU_MC41_RDBFL5 0xF006396A          MC 41 Read Data and Bit Flip Register 5
MTU_MC41_RDBFL6 0xF006396C          MC 41 Read Data and Bit Flip Register 6
MTU_MC41_RDBFL7 0xF006396E          MC 41 Read Data and Bit Flip Register 7
MTU_MC41_RDBFL8 0xF0063970          MC 41 Read Data and Bit Flip Register 8
MTU_MC41_RDBFL9 0xF0063972          MC 41 Read Data and Bit Flip Register 9
MTU_MC41_RDBFL10 0xF0063974          MC 41 Read Data and Bit Flip Register 10
MTU_MC41_RDBFL11 0xF0063976          MC 41 Read Data and Bit Flip Register 11
MTU_MC41_RDBFL12 0xF0063978          MC 41 Read Data and Bit Flip Register 12
MTU_MC41_RDBFL13 0xF006397A          MC 41 Read Data and Bit Flip Register 13
MTU_MC41_RDBFL14 0xF006397C          MC 41 Read Data and Bit Flip Register 14
MTU_MC41_RDBFL15 0xF006397E          MC 41 Read Data and Bit Flip Register 15
MTU_MC41_RDBFL16 0xF0063980          MC 41 Read Data and Bit Flip Register 16
MTU_MC41_RDBFL17 0xF0063982          MC 41 Read Data and Bit Flip Register 17
MTU_MC41_RDBFL18 0xF0063984          MC 41 Read Data and Bit Flip Register 18
MTU_MC41_RDBFL19 0xF0063986          MC 41 Read Data and Bit Flip Register 19
MTU_MC41_RDBFL20 0xF0063988          MC 41 Read Data and Bit Flip Register 20
MTU_MC41_RDBFL21 0xF006398A          MC 41 Read Data and Bit Flip Register 21
MTU_MC41_RDBFL22 0xF006398C          MC 41 Read Data and Bit Flip Register 22
MTU_MC41_RDBFL23 0xF006398E          MC 41 Read Data and Bit Flip Register 23
MTU_MC41_RDBFL24 0xF0063990          MC 41 Read Data and Bit Flip Register 24
MTU_MC41_RDBFL25 0xF0063992          MC 41 Read Data and Bit Flip Register 25
MTU_MC41_RDBFL26 0xF0063994          MC 41 Read Data and Bit Flip Register 26
MTU_MC41_RDBFL27 0xF0063996          MC 41 Read Data and Bit Flip Register 27
MTU_MC41_RDBFL28 0xF0063998          MC 41 Read Data and Bit Flip Register 28
MTU_MC41_RDBFL29 0xF006399A          MC 41 Read Data and Bit Flip Register 29
MTU_MC41_RDBFL30 0xF006399C          MC 41 Read Data and Bit Flip Register 30
MTU_MC41_RDBFL31 0xF006399E          MC 41 Read Data and Bit Flip Register 31
MTU_MC41_RDBFL32 0xF00639A0          MC 41 Read Data and Bit Flip Register 32
MTU_MC41_RDBFL33 0xF00639A2          MC 41 Read Data and Bit Flip Register 33
MTU_MC41_RDBFL34 0xF00639A4          MC 41 Read Data and Bit Flip Register 34
MTU_MC41_RDBFL35 0xF00639A6          MC 41 Read Data and Bit Flip Register 35
MTU_MC41_RDBFL36 0xF00639A8          MC 41 Read Data and Bit Flip Register 36
MTU_MC41_RDBFL37 0xF00639AA          MC 41 Read Data and Bit Flip Register 37
MTU_MC41_RDBFL38 0xF00639AC          MC 41 Read Data and Bit Flip Register 38
MTU_MC41_RDBFL39 0xF00639AE          MC 41 Read Data and Bit Flip Register 39
MTU_MC41_RDBFL40 0xF00639B0          MC 41 Read Data and Bit Flip Register 40
MTU_MC41_RDBFL41 0xF00639B2          MC 41 Read Data and Bit Flip Register 41
MTU_MC41_RDBFL42 0xF00639B4          MC 41 Read Data and Bit Flip Register 42
MTU_MC41_RDBFL43 0xF00639B6          MC 41 Read Data and Bit Flip Register 43
MTU_MC41_RDBFL44 0xF00639B8          MC 41 Read Data and Bit Flip Register 44
MTU_MC41_RDBFL45 0xF00639BA          MC 41 Read Data and Bit Flip Register 45
MTU_MC41_RDBFL46 0xF00639BC          MC 41 Read Data and Bit Flip Register 46
MTU_MC41_RDBFL47 0xF00639BE          MC 41 Read Data and Bit Flip Register 47
MTU_MC41_RDBFL48 0xF00639C0          MC 41 Read Data and Bit Flip Register 48
MTU_MC41_RDBFL49 0xF00639C2          MC 41 Read Data and Bit Flip Register 49
MTU_MC41_RDBFL50 0xF00639C4          MC 41 Read Data and Bit Flip Register 50
MTU_MC41_RDBFL51 0xF00639C6          MC 41 Read Data and Bit Flip Register 51
MTU_MC41_RDBFL52 0xF00639C8          MC 41 Read Data and Bit Flip Register 52
MTU_MC41_RDBFL53 0xF00639CA          MC 41 Read Data and Bit Flip Register 53
MTU_MC41_RDBFL54 0xF00639CC          MC 41 Read Data and Bit Flip Register 54
MTU_MC41_RDBFL55 0xF00639CE          MC 41 Read Data and Bit Flip Register 55
MTU_MC41_RDBFL56 0xF00639D0          MC 41 Read Data and Bit Flip Register 56
MTU_MC41_RDBFL57 0xF00639D2          MC 41 Read Data and Bit Flip Register 57
MTU_MC41_RDBFL58 0xF00639D4          MC 41 Read Data and Bit Flip Register 58
MTU_MC41_RDBFL59 0xF00639D6          MC 41 Read Data and Bit Flip Register 59
MTU_MC41_RDBFL60 0xF00639D8          MC 41 Read Data and Bit Flip Register 60
MTU_MC41_RDBFL61 0xF00639DA          MC 41 Read Data and Bit Flip Register 61
MTU_MC41_RDBFL62 0xF00639DC          MC 41 Read Data and Bit Flip Register 62
MTU_MC41_RDBFL63 0xF00639DE          MC 41 Read Data and Bit Flip Register 63
MTU_MC41_RDBFL64 0xF00639E0          MC 41 Read Data and Bit Flip Register 64
MTU_MC41_RDBFL65 0xF00639E2          MC 41 Read Data and Bit Flip Register 65
MTU_MC41_RDBFL66 0xF00639E4          MC 41 Read Data and Bit Flip Register 66
MTU_MC41_ALMSRCS 0xF00639EE          MC 41 Alarm Sources Configuration Register
MTU_MC41_FAULTSTS 0xF00639F0          MC 41 SSH Safety Faults Status Register
MTU_MC41_ERRINFO0 0xF00639F2          MC 41 Error Information Register 0
MTU_MC41_ERRINFO1 0xF00639F4          MC 41 Error Information Register 1
MTU_MC41_ERRINFO2 0xF00639F6          MC 41 Error Information Register 2
MTU_MC41_ERRINFO3 0xF00639F8          MC 41 Error Information Register 3
MTU_MC41_ERRINFO4 0xF00639FA          MC 41 Error Information Register 4
MTU_MC42_CONFIG0 0xF0063A00          MC 42 Configuration Register 0
MTU_MC42_CONFIG1 0xF0063A02          MC 42 Configuration Register 1
MTU_MC42_MCONTROL 0xF0063A04          MC 42 MBIST Control Register
MTU_MC42_MSTATUS 0xF0063A06          MC 42 Status Register
MTU_MC42_RANGE  0xF0063A08          MC 42 Range Register, single address mode
MTU_MC42_REVID  0xF0063A0C          MC 42 Revision ID Register
MTU_MC42_ECCS   0xF0063A0E          MC 42 ECC Safety Register
MTU_MC42_ECCD   0xF0063A10          MC 42 Memory ECC Detection Register
MTU_MC42_ETRR0  0xF0063A12          MC 42 Error Tracking Register 0
MTU_MC42_ETRR1  0xF0063A14          MC 42 Error Tracking Register 1
MTU_MC42_ETRR2  0xF0063A16          MC 42 Error Tracking Register 2
MTU_MC42_ETRR3  0xF0063A18          MC 42 Error Tracking Register 3
MTU_MC42_ETRR4  0xF0063A1A          MC 42 Error Tracking Register 4
MTU_MC42_RDBFL0 0xF0063A60          MC 42 Read Data and Bit Flip Register 0
MTU_MC42_RDBFL1 0xF0063A62          MC 42 Read Data and Bit Flip Register 1
MTU_MC42_RDBFL2 0xF0063A64          MC 42 Read Data and Bit Flip Register 2
MTU_MC42_RDBFL3 0xF0063A66          MC 42 Read Data and Bit Flip Register 3
MTU_MC42_RDBFL4 0xF0063A68          MC 42 Read Data and Bit Flip Register 4
MTU_MC42_RDBFL5 0xF0063A6A          MC 42 Read Data and Bit Flip Register 5
MTU_MC42_RDBFL6 0xF0063A6C          MC 42 Read Data and Bit Flip Register 6
MTU_MC42_RDBFL7 0xF0063A6E          MC 42 Read Data and Bit Flip Register 7
MTU_MC42_RDBFL8 0xF0063A70          MC 42 Read Data and Bit Flip Register 8
MTU_MC42_RDBFL9 0xF0063A72          MC 42 Read Data and Bit Flip Register 9
MTU_MC42_RDBFL10 0xF0063A74          MC 42 Read Data and Bit Flip Register 10
MTU_MC42_RDBFL11 0xF0063A76          MC 42 Read Data and Bit Flip Register 11
MTU_MC42_RDBFL12 0xF0063A78          MC 42 Read Data and Bit Flip Register 12
MTU_MC42_RDBFL13 0xF0063A7A          MC 42 Read Data and Bit Flip Register 13
MTU_MC42_RDBFL14 0xF0063A7C          MC 42 Read Data and Bit Flip Register 14
MTU_MC42_RDBFL15 0xF0063A7E          MC 42 Read Data and Bit Flip Register 15
MTU_MC42_RDBFL16 0xF0063A80          MC 42 Read Data and Bit Flip Register 16
MTU_MC42_RDBFL17 0xF0063A82          MC 42 Read Data and Bit Flip Register 17
MTU_MC42_RDBFL18 0xF0063A84          MC 42 Read Data and Bit Flip Register 18
MTU_MC42_RDBFL19 0xF0063A86          MC 42 Read Data and Bit Flip Register 19
MTU_MC42_RDBFL20 0xF0063A88          MC 42 Read Data and Bit Flip Register 20
MTU_MC42_RDBFL21 0xF0063A8A          MC 42 Read Data and Bit Flip Register 21
MTU_MC42_RDBFL22 0xF0063A8C          MC 42 Read Data and Bit Flip Register 22
MTU_MC42_RDBFL23 0xF0063A8E          MC 42 Read Data and Bit Flip Register 23
MTU_MC42_RDBFL24 0xF0063A90          MC 42 Read Data and Bit Flip Register 24
MTU_MC42_RDBFL25 0xF0063A92          MC 42 Read Data and Bit Flip Register 25
MTU_MC42_RDBFL26 0xF0063A94          MC 42 Read Data and Bit Flip Register 26
MTU_MC42_RDBFL27 0xF0063A96          MC 42 Read Data and Bit Flip Register 27
MTU_MC42_RDBFL28 0xF0063A98          MC 42 Read Data and Bit Flip Register 28
MTU_MC42_RDBFL29 0xF0063A9A          MC 42 Read Data and Bit Flip Register 29
MTU_MC42_RDBFL30 0xF0063A9C          MC 42 Read Data and Bit Flip Register 30
MTU_MC42_RDBFL31 0xF0063A9E          MC 42 Read Data and Bit Flip Register 31
MTU_MC42_RDBFL32 0xF0063AA0          MC 42 Read Data and Bit Flip Register 32
MTU_MC42_RDBFL33 0xF0063AA2          MC 42 Read Data and Bit Flip Register 33
MTU_MC42_RDBFL34 0xF0063AA4          MC 42 Read Data and Bit Flip Register 34
MTU_MC42_RDBFL35 0xF0063AA6          MC 42 Read Data and Bit Flip Register 35
MTU_MC42_RDBFL36 0xF0063AA8          MC 42 Read Data and Bit Flip Register 36
MTU_MC42_RDBFL37 0xF0063AAA          MC 42 Read Data and Bit Flip Register 37
MTU_MC42_RDBFL38 0xF0063AAC          MC 42 Read Data and Bit Flip Register 38
MTU_MC42_RDBFL39 0xF0063AAE          MC 42 Read Data and Bit Flip Register 39
MTU_MC42_RDBFL40 0xF0063AB0          MC 42 Read Data and Bit Flip Register 40
MTU_MC42_RDBFL41 0xF0063AB2          MC 42 Read Data and Bit Flip Register 41
MTU_MC42_RDBFL42 0xF0063AB4          MC 42 Read Data and Bit Flip Register 42
MTU_MC42_RDBFL43 0xF0063AB6          MC 42 Read Data and Bit Flip Register 43
MTU_MC42_RDBFL44 0xF0063AB8          MC 42 Read Data and Bit Flip Register 44
MTU_MC42_RDBFL45 0xF0063ABA          MC 42 Read Data and Bit Flip Register 45
MTU_MC42_RDBFL46 0xF0063ABC          MC 42 Read Data and Bit Flip Register 46
MTU_MC42_RDBFL47 0xF0063ABE          MC 42 Read Data and Bit Flip Register 47
MTU_MC42_RDBFL48 0xF0063AC0          MC 42 Read Data and Bit Flip Register 48
MTU_MC42_RDBFL49 0xF0063AC2          MC 42 Read Data and Bit Flip Register 49
MTU_MC42_RDBFL50 0xF0063AC4          MC 42 Read Data and Bit Flip Register 50
MTU_MC42_RDBFL51 0xF0063AC6          MC 42 Read Data and Bit Flip Register 51
MTU_MC42_RDBFL52 0xF0063AC8          MC 42 Read Data and Bit Flip Register 52
MTU_MC42_RDBFL53 0xF0063ACA          MC 42 Read Data and Bit Flip Register 53
MTU_MC42_RDBFL54 0xF0063ACC          MC 42 Read Data and Bit Flip Register 54
MTU_MC42_RDBFL55 0xF0063ACE          MC 42 Read Data and Bit Flip Register 55
MTU_MC42_RDBFL56 0xF0063AD0          MC 42 Read Data and Bit Flip Register 56
MTU_MC42_RDBFL57 0xF0063AD2          MC 42 Read Data and Bit Flip Register 57
MTU_MC42_RDBFL58 0xF0063AD4          MC 42 Read Data and Bit Flip Register 58
MTU_MC42_RDBFL59 0xF0063AD6          MC 42 Read Data and Bit Flip Register 59
MTU_MC42_RDBFL60 0xF0063AD8          MC 42 Read Data and Bit Flip Register 60
MTU_MC42_RDBFL61 0xF0063ADA          MC 42 Read Data and Bit Flip Register 61
MTU_MC42_RDBFL62 0xF0063ADC          MC 42 Read Data and Bit Flip Register 62
MTU_MC42_RDBFL63 0xF0063ADE          MC 42 Read Data and Bit Flip Register 63
MTU_MC42_RDBFL64 0xF0063AE0          MC 42 Read Data and Bit Flip Register 64
MTU_MC42_RDBFL65 0xF0063AE2          MC 42 Read Data and Bit Flip Register 65
MTU_MC42_RDBFL66 0xF0063AE4          MC 42 Read Data and Bit Flip Register 66
MTU_MC42_ALMSRCS 0xF0063AEE          MC 42 Alarm Sources Configuration Register
MTU_MC42_FAULTSTS 0xF0063AF0          MC 42 SSH Safety Faults Status Register
MTU_MC42_ERRINFO0 0xF0063AF2          MC 42 Error Information Register 0
MTU_MC42_ERRINFO1 0xF0063AF4          MC 42 Error Information Register 1
MTU_MC42_ERRINFO2 0xF0063AF6          MC 42 Error Information Register 2
MTU_MC42_ERRINFO3 0xF0063AF8          MC 42 Error Information Register 3
MTU_MC42_ERRINFO4 0xF0063AFA          MC 42 Error Information Register 4
MTU_MC43_CONFIG0 0xF0063B00          MC 43 Configuration Register 0
MTU_MC43_CONFIG1 0xF0063B02          MC 43 Configuration Register 1
MTU_MC43_MCONTROL 0xF0063B04          MC 43 MBIST Control Register
MTU_MC43_MSTATUS 0xF0063B06          MC 43 Status Register
MTU_MC43_RANGE  0xF0063B08          MC 43 Range Register, single address mode
MTU_MC43_REVID  0xF0063B0C          MC 43 Revision ID Register
MTU_MC43_ECCS   0xF0063B0E          MC 43 ECC Safety Register
MTU_MC43_ECCD   0xF0063B10          MC 43 Memory ECC Detection Register
MTU_MC43_ETRR0  0xF0063B12          MC 43 Error Tracking Register 0
MTU_MC43_ETRR1  0xF0063B14          MC 43 Error Tracking Register 1
MTU_MC43_ETRR2  0xF0063B16          MC 43 Error Tracking Register 2
MTU_MC43_ETRR3  0xF0063B18          MC 43 Error Tracking Register 3
MTU_MC43_ETRR4  0xF0063B1A          MC 43 Error Tracking Register 4
MTU_MC43_RDBFL0 0xF0063B60          MC 43 Read Data and Bit Flip Register 0
MTU_MC43_RDBFL1 0xF0063B62          MC 43 Read Data and Bit Flip Register 1
MTU_MC43_RDBFL2 0xF0063B64          MC 43 Read Data and Bit Flip Register 2
MTU_MC43_RDBFL3 0xF0063B66          MC 43 Read Data and Bit Flip Register 3
MTU_MC43_RDBFL4 0xF0063B68          MC 43 Read Data and Bit Flip Register 4
MTU_MC43_RDBFL5 0xF0063B6A          MC 43 Read Data and Bit Flip Register 5
MTU_MC43_RDBFL6 0xF0063B6C          MC 43 Read Data and Bit Flip Register 6
MTU_MC43_RDBFL7 0xF0063B6E          MC 43 Read Data and Bit Flip Register 7
MTU_MC43_RDBFL8 0xF0063B70          MC 43 Read Data and Bit Flip Register 8
MTU_MC43_RDBFL9 0xF0063B72          MC 43 Read Data and Bit Flip Register 9
MTU_MC43_RDBFL10 0xF0063B74          MC 43 Read Data and Bit Flip Register 10
MTU_MC43_RDBFL11 0xF0063B76          MC 43 Read Data and Bit Flip Register 11
MTU_MC43_RDBFL12 0xF0063B78          MC 43 Read Data and Bit Flip Register 12
MTU_MC43_RDBFL13 0xF0063B7A          MC 43 Read Data and Bit Flip Register 13
MTU_MC43_RDBFL14 0xF0063B7C          MC 43 Read Data and Bit Flip Register 14
MTU_MC43_RDBFL15 0xF0063B7E          MC 43 Read Data and Bit Flip Register 15
MTU_MC43_RDBFL16 0xF0063B80          MC 43 Read Data and Bit Flip Register 16
MTU_MC43_RDBFL17 0xF0063B82          MC 43 Read Data and Bit Flip Register 17
MTU_MC43_RDBFL18 0xF0063B84          MC 43 Read Data and Bit Flip Register 18
MTU_MC43_RDBFL19 0xF0063B86          MC 43 Read Data and Bit Flip Register 19
MTU_MC43_RDBFL20 0xF0063B88          MC 43 Read Data and Bit Flip Register 20
MTU_MC43_RDBFL21 0xF0063B8A          MC 43 Read Data and Bit Flip Register 21
MTU_MC43_RDBFL22 0xF0063B8C          MC 43 Read Data and Bit Flip Register 22
MTU_MC43_RDBFL23 0xF0063B8E          MC 43 Read Data and Bit Flip Register 23
MTU_MC43_RDBFL24 0xF0063B90          MC 43 Read Data and Bit Flip Register 24
MTU_MC43_RDBFL25 0xF0063B92          MC 43 Read Data and Bit Flip Register 25
MTU_MC43_RDBFL26 0xF0063B94          MC 43 Read Data and Bit Flip Register 26
MTU_MC43_RDBFL27 0xF0063B96          MC 43 Read Data and Bit Flip Register 27
MTU_MC43_RDBFL28 0xF0063B98          MC 43 Read Data and Bit Flip Register 28
MTU_MC43_RDBFL29 0xF0063B9A          MC 43 Read Data and Bit Flip Register 29
MTU_MC43_RDBFL30 0xF0063B9C          MC 43 Read Data and Bit Flip Register 30
MTU_MC43_RDBFL31 0xF0063B9E          MC 43 Read Data and Bit Flip Register 31
MTU_MC43_RDBFL32 0xF0063BA0          MC 43 Read Data and Bit Flip Register 32
MTU_MC43_RDBFL33 0xF0063BA2          MC 43 Read Data and Bit Flip Register 33
MTU_MC43_RDBFL34 0xF0063BA4          MC 43 Read Data and Bit Flip Register 34
MTU_MC43_RDBFL35 0xF0063BA6          MC 43 Read Data and Bit Flip Register 35
MTU_MC43_RDBFL36 0xF0063BA8          MC 43 Read Data and Bit Flip Register 36
MTU_MC43_RDBFL37 0xF0063BAA          MC 43 Read Data and Bit Flip Register 37
MTU_MC43_RDBFL38 0xF0063BAC          MC 43 Read Data and Bit Flip Register 38
MTU_MC43_RDBFL39 0xF0063BAE          MC 43 Read Data and Bit Flip Register 39
MTU_MC43_RDBFL40 0xF0063BB0          MC 43 Read Data and Bit Flip Register 40
MTU_MC43_RDBFL41 0xF0063BB2          MC 43 Read Data and Bit Flip Register 41
MTU_MC43_RDBFL42 0xF0063BB4          MC 43 Read Data and Bit Flip Register 42
MTU_MC43_RDBFL43 0xF0063BB6          MC 43 Read Data and Bit Flip Register 43
MTU_MC43_RDBFL44 0xF0063BB8          MC 43 Read Data and Bit Flip Register 44
MTU_MC43_RDBFL45 0xF0063BBA          MC 43 Read Data and Bit Flip Register 45
MTU_MC43_RDBFL46 0xF0063BBC          MC 43 Read Data and Bit Flip Register 46
MTU_MC43_RDBFL47 0xF0063BBE          MC 43 Read Data and Bit Flip Register 47
MTU_MC43_RDBFL48 0xF0063BC0          MC 43 Read Data and Bit Flip Register 48
MTU_MC43_RDBFL49 0xF0063BC2          MC 43 Read Data and Bit Flip Register 49
MTU_MC43_RDBFL50 0xF0063BC4          MC 43 Read Data and Bit Flip Register 50
MTU_MC43_RDBFL51 0xF0063BC6          MC 43 Read Data and Bit Flip Register 51
MTU_MC43_RDBFL52 0xF0063BC8          MC 43 Read Data and Bit Flip Register 52
MTU_MC43_RDBFL53 0xF0063BCA          MC 43 Read Data and Bit Flip Register 53
MTU_MC43_RDBFL54 0xF0063BCC          MC 43 Read Data and Bit Flip Register 54
MTU_MC43_RDBFL55 0xF0063BCE          MC 43 Read Data and Bit Flip Register 55
MTU_MC43_RDBFL56 0xF0063BD0          MC 43 Read Data and Bit Flip Register 56
MTU_MC43_RDBFL57 0xF0063BD2          MC 43 Read Data and Bit Flip Register 57
MTU_MC43_RDBFL58 0xF0063BD4          MC 43 Read Data and Bit Flip Register 58
MTU_MC43_RDBFL59 0xF0063BD6          MC 43 Read Data and Bit Flip Register 59
MTU_MC43_RDBFL60 0xF0063BD8          MC 43 Read Data and Bit Flip Register 60
MTU_MC43_RDBFL61 0xF0063BDA          MC 43 Read Data and Bit Flip Register 61
MTU_MC43_RDBFL62 0xF0063BDC          MC 43 Read Data and Bit Flip Register 62
MTU_MC43_RDBFL63 0xF0063BDE          MC 43 Read Data and Bit Flip Register 63
MTU_MC43_RDBFL64 0xF0063BE0          MC 43 Read Data and Bit Flip Register 64
MTU_MC43_RDBFL65 0xF0063BE2          MC 43 Read Data and Bit Flip Register 65
MTU_MC43_RDBFL66 0xF0063BE4          MC 43 Read Data and Bit Flip Register 66
MTU_MC43_ALMSRCS 0xF0063BEE          MC 43 Alarm Sources Configuration Register
MTU_MC43_FAULTSTS 0xF0063BF0          MC 43 SSH Safety Faults Status Register
MTU_MC43_ERRINFO0 0xF0063BF2          MC 43 Error Information Register 0
MTU_MC43_ERRINFO1 0xF0063BF4          MC 43 Error Information Register 1
MTU_MC43_ERRINFO2 0xF0063BF6          MC 43 Error Information Register 2
MTU_MC43_ERRINFO3 0xF0063BF8          MC 43 Error Information Register 3
MTU_MC43_ERRINFO4 0xF0063BFA          MC 43 Error Information Register 4
MTU_MC44_CONFIG0 0xF0063C00          MC 44 Configuration Register 0
MTU_MC44_CONFIG1 0xF0063C02          MC 44 Configuration Register 1
MTU_MC44_MCONTROL 0xF0063C04          MC 44 MBIST Control Register
MTU_MC44_MSTATUS 0xF0063C06          MC 44 Status Register
MTU_MC44_RANGE  0xF0063C08          MC 44 Range Register, single address mode
MTU_MC44_REVID  0xF0063C0C          MC 44 Revision ID Register
MTU_MC44_ECCS   0xF0063C0E          MC 44 ECC Safety Register
MTU_MC44_ECCD   0xF0063C10          MC 44 Memory ECC Detection Register
MTU_MC44_ETRR0  0xF0063C12          MC 44 Error Tracking Register 0
MTU_MC44_ETRR1  0xF0063C14          MC 44 Error Tracking Register 1
MTU_MC44_ETRR2  0xF0063C16          MC 44 Error Tracking Register 2
MTU_MC44_ETRR3  0xF0063C18          MC 44 Error Tracking Register 3
MTU_MC44_ETRR4  0xF0063C1A          MC 44 Error Tracking Register 4
MTU_MC44_RDBFL0 0xF0063C60          MC 44 Read Data and Bit Flip Register 0
MTU_MC44_RDBFL1 0xF0063C62          MC 44 Read Data and Bit Flip Register 1
MTU_MC44_RDBFL2 0xF0063C64          MC 44 Read Data and Bit Flip Register 2
MTU_MC44_RDBFL3 0xF0063C66          MC 44 Read Data and Bit Flip Register 3
MTU_MC44_RDBFL4 0xF0063C68          MC 44 Read Data and Bit Flip Register 4
MTU_MC44_RDBFL5 0xF0063C6A          MC 44 Read Data and Bit Flip Register 5
MTU_MC44_RDBFL6 0xF0063C6C          MC 44 Read Data and Bit Flip Register 6
MTU_MC44_RDBFL7 0xF0063C6E          MC 44 Read Data and Bit Flip Register 7
MTU_MC44_RDBFL8 0xF0063C70          MC 44 Read Data and Bit Flip Register 8
MTU_MC44_RDBFL9 0xF0063C72          MC 44 Read Data and Bit Flip Register 9
MTU_MC44_RDBFL10 0xF0063C74          MC 44 Read Data and Bit Flip Register 10
MTU_MC44_RDBFL11 0xF0063C76          MC 44 Read Data and Bit Flip Register 11
MTU_MC44_RDBFL12 0xF0063C78          MC 44 Read Data and Bit Flip Register 12
MTU_MC44_RDBFL13 0xF0063C7A          MC 44 Read Data and Bit Flip Register 13
MTU_MC44_RDBFL14 0xF0063C7C          MC 44 Read Data and Bit Flip Register 14
MTU_MC44_RDBFL15 0xF0063C7E          MC 44 Read Data and Bit Flip Register 15
MTU_MC44_RDBFL16 0xF0063C80          MC 44 Read Data and Bit Flip Register 16
MTU_MC44_RDBFL17 0xF0063C82          MC 44 Read Data and Bit Flip Register 17
MTU_MC44_RDBFL18 0xF0063C84          MC 44 Read Data and Bit Flip Register 18
MTU_MC44_RDBFL19 0xF0063C86          MC 44 Read Data and Bit Flip Register 19
MTU_MC44_RDBFL20 0xF0063C88          MC 44 Read Data and Bit Flip Register 20
MTU_MC44_RDBFL21 0xF0063C8A          MC 44 Read Data and Bit Flip Register 21
MTU_MC44_RDBFL22 0xF0063C8C          MC 44 Read Data and Bit Flip Register 22
MTU_MC44_RDBFL23 0xF0063C8E          MC 44 Read Data and Bit Flip Register 23
MTU_MC44_RDBFL24 0xF0063C90          MC 44 Read Data and Bit Flip Register 24
MTU_MC44_RDBFL25 0xF0063C92          MC 44 Read Data and Bit Flip Register 25
MTU_MC44_RDBFL26 0xF0063C94          MC 44 Read Data and Bit Flip Register 26
MTU_MC44_RDBFL27 0xF0063C96          MC 44 Read Data and Bit Flip Register 27
MTU_MC44_RDBFL28 0xF0063C98          MC 44 Read Data and Bit Flip Register 28
MTU_MC44_RDBFL29 0xF0063C9A          MC 44 Read Data and Bit Flip Register 29
MTU_MC44_RDBFL30 0xF0063C9C          MC 44 Read Data and Bit Flip Register 30
MTU_MC44_RDBFL31 0xF0063C9E          MC 44 Read Data and Bit Flip Register 31
MTU_MC44_RDBFL32 0xF0063CA0          MC 44 Read Data and Bit Flip Register 32
MTU_MC44_RDBFL33 0xF0063CA2          MC 44 Read Data and Bit Flip Register 33
MTU_MC44_RDBFL34 0xF0063CA4          MC 44 Read Data and Bit Flip Register 34
MTU_MC44_RDBFL35 0xF0063CA6          MC 44 Read Data and Bit Flip Register 35
MTU_MC44_RDBFL36 0xF0063CA8          MC 44 Read Data and Bit Flip Register 36
MTU_MC44_RDBFL37 0xF0063CAA          MC 44 Read Data and Bit Flip Register 37
MTU_MC44_RDBFL38 0xF0063CAC          MC 44 Read Data and Bit Flip Register 38
MTU_MC44_RDBFL39 0xF0063CAE          MC 44 Read Data and Bit Flip Register 39
MTU_MC44_RDBFL40 0xF0063CB0          MC 44 Read Data and Bit Flip Register 40
MTU_MC44_RDBFL41 0xF0063CB2          MC 44 Read Data and Bit Flip Register 41
MTU_MC44_RDBFL42 0xF0063CB4          MC 44 Read Data and Bit Flip Register 42
MTU_MC44_RDBFL43 0xF0063CB6          MC 44 Read Data and Bit Flip Register 43
MTU_MC44_RDBFL44 0xF0063CB8          MC 44 Read Data and Bit Flip Register 44
MTU_MC44_RDBFL45 0xF0063CBA          MC 44 Read Data and Bit Flip Register 45
MTU_MC44_RDBFL46 0xF0063CBC          MC 44 Read Data and Bit Flip Register 46
MTU_MC44_RDBFL47 0xF0063CBE          MC 44 Read Data and Bit Flip Register 47
MTU_MC44_RDBFL48 0xF0063CC0          MC 44 Read Data and Bit Flip Register 48
MTU_MC44_RDBFL49 0xF0063CC2          MC 44 Read Data and Bit Flip Register 49
MTU_MC44_RDBFL50 0xF0063CC4          MC 44 Read Data and Bit Flip Register 50
MTU_MC44_RDBFL51 0xF0063CC6          MC 44 Read Data and Bit Flip Register 51
MTU_MC44_RDBFL52 0xF0063CC8          MC 44 Read Data and Bit Flip Register 52
MTU_MC44_RDBFL53 0xF0063CCA          MC 44 Read Data and Bit Flip Register 53
MTU_MC44_RDBFL54 0xF0063CCC          MC 44 Read Data and Bit Flip Register 54
MTU_MC44_RDBFL55 0xF0063CCE          MC 44 Read Data and Bit Flip Register 55
MTU_MC44_RDBFL56 0xF0063CD0          MC 44 Read Data and Bit Flip Register 56
MTU_MC44_RDBFL57 0xF0063CD2          MC 44 Read Data and Bit Flip Register 57
MTU_MC44_RDBFL58 0xF0063CD4          MC 44 Read Data and Bit Flip Register 58
MTU_MC44_RDBFL59 0xF0063CD6          MC 44 Read Data and Bit Flip Register 59
MTU_MC44_RDBFL60 0xF0063CD8          MC 44 Read Data and Bit Flip Register 60
MTU_MC44_RDBFL61 0xF0063CDA          MC 44 Read Data and Bit Flip Register 61
MTU_MC44_RDBFL62 0xF0063CDC          MC 44 Read Data and Bit Flip Register 62
MTU_MC44_RDBFL63 0xF0063CDE          MC 44 Read Data and Bit Flip Register 63
MTU_MC44_RDBFL64 0xF0063CE0          MC 44 Read Data and Bit Flip Register 64
MTU_MC44_RDBFL65 0xF0063CE2          MC 44 Read Data and Bit Flip Register 65
MTU_MC44_RDBFL66 0xF0063CE4          MC 44 Read Data and Bit Flip Register 66
MTU_MC44_ALMSRCS 0xF0063CEE          MC 44 Alarm Sources Configuration Register
MTU_MC44_FAULTSTS 0xF0063CF0          MC 44 SSH Safety Faults Status Register
MTU_MC44_ERRINFO0 0xF0063CF2          MC 44 Error Information Register 0
MTU_MC44_ERRINFO1 0xF0063CF4          MC 44 Error Information Register 1
MTU_MC44_ERRINFO2 0xF0063CF6          MC 44 Error Information Register 2
MTU_MC44_ERRINFO3 0xF0063CF8          MC 44 Error Information Register 3
MTU_MC44_ERRINFO4 0xF0063CFA          MC 44 Error Information Register 4
MTU_MC45_CONFIG0 0xF0063D00          MC 45 Configuration Register 0
MTU_MC45_CONFIG1 0xF0063D02          MC 45 Configuration Register 1
MTU_MC45_MCONTROL 0xF0063D04          MC 45 MBIST Control Register
MTU_MC45_MSTATUS 0xF0063D06          MC 45 Status Register
MTU_MC45_RANGE  0xF0063D08          MC 45 Range Register, single address mode
MTU_MC45_REVID  0xF0063D0C          MC 45 Revision ID Register
MTU_MC45_ECCS   0xF0063D0E          MC 45 ECC Safety Register
MTU_MC45_ECCD   0xF0063D10          MC 45 Memory ECC Detection Register
MTU_MC45_ETRR0  0xF0063D12          MC 45 Error Tracking Register 0
MTU_MC45_ETRR1  0xF0063D14          MC 45 Error Tracking Register 1
MTU_MC45_ETRR2  0xF0063D16          MC 45 Error Tracking Register 2
MTU_MC45_ETRR3  0xF0063D18          MC 45 Error Tracking Register 3
MTU_MC45_ETRR4  0xF0063D1A          MC 45 Error Tracking Register 4
MTU_MC45_RDBFL0 0xF0063D60          MC 45 Read Data and Bit Flip Register 0
MTU_MC45_RDBFL1 0xF0063D62          MC 45 Read Data and Bit Flip Register 1
MTU_MC45_RDBFL2 0xF0063D64          MC 45 Read Data and Bit Flip Register 2
MTU_MC45_RDBFL3 0xF0063D66          MC 45 Read Data and Bit Flip Register 3
MTU_MC45_RDBFL4 0xF0063D68          MC 45 Read Data and Bit Flip Register 4
MTU_MC45_RDBFL5 0xF0063D6A          MC 45 Read Data and Bit Flip Register 5
MTU_MC45_RDBFL6 0xF0063D6C          MC 45 Read Data and Bit Flip Register 6
MTU_MC45_RDBFL7 0xF0063D6E          MC 45 Read Data and Bit Flip Register 7
MTU_MC45_RDBFL8 0xF0063D70          MC 45 Read Data and Bit Flip Register 8
MTU_MC45_RDBFL9 0xF0063D72          MC 45 Read Data and Bit Flip Register 9
MTU_MC45_RDBFL10 0xF0063D74          MC 45 Read Data and Bit Flip Register 10
MTU_MC45_RDBFL11 0xF0063D76          MC 45 Read Data and Bit Flip Register 11
MTU_MC45_RDBFL12 0xF0063D78          MC 45 Read Data and Bit Flip Register 12
MTU_MC45_RDBFL13 0xF0063D7A          MC 45 Read Data and Bit Flip Register 13
MTU_MC45_RDBFL14 0xF0063D7C          MC 45 Read Data and Bit Flip Register 14
MTU_MC45_RDBFL15 0xF0063D7E          MC 45 Read Data and Bit Flip Register 15
MTU_MC45_RDBFL16 0xF0063D80          MC 45 Read Data and Bit Flip Register 16
MTU_MC45_RDBFL17 0xF0063D82          MC 45 Read Data and Bit Flip Register 17
MTU_MC45_RDBFL18 0xF0063D84          MC 45 Read Data and Bit Flip Register 18
MTU_MC45_RDBFL19 0xF0063D86          MC 45 Read Data and Bit Flip Register 19
MTU_MC45_RDBFL20 0xF0063D88          MC 45 Read Data and Bit Flip Register 20
MTU_MC45_RDBFL21 0xF0063D8A          MC 45 Read Data and Bit Flip Register 21
MTU_MC45_RDBFL22 0xF0063D8C          MC 45 Read Data and Bit Flip Register 22
MTU_MC45_RDBFL23 0xF0063D8E          MC 45 Read Data and Bit Flip Register 23
MTU_MC45_RDBFL24 0xF0063D90          MC 45 Read Data and Bit Flip Register 24
MTU_MC45_RDBFL25 0xF0063D92          MC 45 Read Data and Bit Flip Register 25
MTU_MC45_RDBFL26 0xF0063D94          MC 45 Read Data and Bit Flip Register 26
MTU_MC45_RDBFL27 0xF0063D96          MC 45 Read Data and Bit Flip Register 27
MTU_MC45_RDBFL28 0xF0063D98          MC 45 Read Data and Bit Flip Register 28
MTU_MC45_RDBFL29 0xF0063D9A          MC 45 Read Data and Bit Flip Register 29
MTU_MC45_RDBFL30 0xF0063D9C          MC 45 Read Data and Bit Flip Register 30
MTU_MC45_RDBFL31 0xF0063D9E          MC 45 Read Data and Bit Flip Register 31
MTU_MC45_RDBFL32 0xF0063DA0          MC 45 Read Data and Bit Flip Register 32
MTU_MC45_RDBFL33 0xF0063DA2          MC 45 Read Data and Bit Flip Register 33
MTU_MC45_RDBFL34 0xF0063DA4          MC 45 Read Data and Bit Flip Register 34
MTU_MC45_RDBFL35 0xF0063DA6          MC 45 Read Data and Bit Flip Register 35
MTU_MC45_RDBFL36 0xF0063DA8          MC 45 Read Data and Bit Flip Register 36
MTU_MC45_RDBFL37 0xF0063DAA          MC 45 Read Data and Bit Flip Register 37
MTU_MC45_RDBFL38 0xF0063DAC          MC 45 Read Data and Bit Flip Register 38
MTU_MC45_RDBFL39 0xF0063DAE          MC 45 Read Data and Bit Flip Register 39
MTU_MC45_RDBFL40 0xF0063DB0          MC 45 Read Data and Bit Flip Register 40
MTU_MC45_RDBFL41 0xF0063DB2          MC 45 Read Data and Bit Flip Register 41
MTU_MC45_RDBFL42 0xF0063DB4          MC 45 Read Data and Bit Flip Register 42
MTU_MC45_RDBFL43 0xF0063DB6          MC 45 Read Data and Bit Flip Register 43
MTU_MC45_RDBFL44 0xF0063DB8          MC 45 Read Data and Bit Flip Register 44
MTU_MC45_RDBFL45 0xF0063DBA          MC 45 Read Data and Bit Flip Register 45
MTU_MC45_RDBFL46 0xF0063DBC          MC 45 Read Data and Bit Flip Register 46
MTU_MC45_RDBFL47 0xF0063DBE          MC 45 Read Data and Bit Flip Register 47
MTU_MC45_RDBFL48 0xF0063DC0          MC 45 Read Data and Bit Flip Register 48
MTU_MC45_RDBFL49 0xF0063DC2          MC 45 Read Data and Bit Flip Register 49
MTU_MC45_RDBFL50 0xF0063DC4          MC 45 Read Data and Bit Flip Register 50
MTU_MC45_RDBFL51 0xF0063DC6          MC 45 Read Data and Bit Flip Register 51
MTU_MC45_RDBFL52 0xF0063DC8          MC 45 Read Data and Bit Flip Register 52
MTU_MC45_RDBFL53 0xF0063DCA          MC 45 Read Data and Bit Flip Register 53
MTU_MC45_RDBFL54 0xF0063DCC          MC 45 Read Data and Bit Flip Register 54
MTU_MC45_RDBFL55 0xF0063DCE          MC 45 Read Data and Bit Flip Register 55
MTU_MC45_RDBFL56 0xF0063DD0          MC 45 Read Data and Bit Flip Register 56
MTU_MC45_RDBFL57 0xF0063DD2          MC 45 Read Data and Bit Flip Register 57
MTU_MC45_RDBFL58 0xF0063DD4          MC 45 Read Data and Bit Flip Register 58
MTU_MC45_RDBFL59 0xF0063DD6          MC 45 Read Data and Bit Flip Register 59
MTU_MC45_RDBFL60 0xF0063DD8          MC 45 Read Data and Bit Flip Register 60
MTU_MC45_RDBFL61 0xF0063DDA          MC 45 Read Data and Bit Flip Register 61
MTU_MC45_RDBFL62 0xF0063DDC          MC 45 Read Data and Bit Flip Register 62
MTU_MC45_RDBFL63 0xF0063DDE          MC 45 Read Data and Bit Flip Register 63
MTU_MC45_RDBFL64 0xF0063DE0          MC 45 Read Data and Bit Flip Register 64
MTU_MC45_RDBFL65 0xF0063DE2          MC 45 Read Data and Bit Flip Register 65
MTU_MC45_RDBFL66 0xF0063DE4          MC 45 Read Data and Bit Flip Register 66
MTU_MC45_ALMSRCS 0xF0063DEE          MC 45 Alarm Sources Configuration Register
MTU_MC45_FAULTSTS 0xF0063DF0          MC 45 SSH Safety Faults Status Register
MTU_MC45_ERRINFO0 0xF0063DF2          MC 45 Error Information Register 0
MTU_MC45_ERRINFO1 0xF0063DF4          MC 45 Error Information Register 1
MTU_MC45_ERRINFO2 0xF0063DF6          MC 45 Error Information Register 2
MTU_MC45_ERRINFO3 0xF0063DF8          MC 45 Error Information Register 3
MTU_MC45_ERRINFO4 0xF0063DFA          MC 45 Error Information Register 4
MTU_MC46_CONFIG0 0xF0063E00          MC 46 Configuration Register 0
MTU_MC46_CONFIG1 0xF0063E02          MC 46 Configuration Register 1
MTU_MC46_MCONTROL 0xF0063E04          MC 46 MBIST Control Register
MTU_MC46_MSTATUS 0xF0063E06          MC 46 Status Register
MTU_MC46_RANGE  0xF0063E08          MC 46 Range Register, single address mode
MTU_MC46_REVID  0xF0063E0C          MC 46 Revision ID Register
MTU_MC46_ECCS   0xF0063E0E          MC 46 ECC Safety Register
MTU_MC46_ECCD   0xF0063E10          MC 46 Memory ECC Detection Register
MTU_MC46_ETRR0  0xF0063E12          MC 46 Error Tracking Register 0
MTU_MC46_ETRR1  0xF0063E14          MC 46 Error Tracking Register 1
MTU_MC46_ETRR2  0xF0063E16          MC 46 Error Tracking Register 2
MTU_MC46_ETRR3  0xF0063E18          MC 46 Error Tracking Register 3
MTU_MC46_ETRR4  0xF0063E1A          MC 46 Error Tracking Register 4
MTU_MC46_RDBFL0 0xF0063E60          MC 46 Read Data and Bit Flip Register 0
MTU_MC46_RDBFL1 0xF0063E62          MC 46 Read Data and Bit Flip Register 1
MTU_MC46_RDBFL2 0xF0063E64          MC 46 Read Data and Bit Flip Register 2
MTU_MC46_RDBFL3 0xF0063E66          MC 46 Read Data and Bit Flip Register 3
MTU_MC46_RDBFL4 0xF0063E68          MC 46 Read Data and Bit Flip Register 4
MTU_MC46_RDBFL5 0xF0063E6A          MC 46 Read Data and Bit Flip Register 5
MTU_MC46_RDBFL6 0xF0063E6C          MC 46 Read Data and Bit Flip Register 6
MTU_MC46_RDBFL7 0xF0063E6E          MC 46 Read Data and Bit Flip Register 7
MTU_MC46_RDBFL8 0xF0063E70          MC 46 Read Data and Bit Flip Register 8
MTU_MC46_RDBFL9 0xF0063E72          MC 46 Read Data and Bit Flip Register 9
MTU_MC46_RDBFL10 0xF0063E74          MC 46 Read Data and Bit Flip Register 10
MTU_MC46_RDBFL11 0xF0063E76          MC 46 Read Data and Bit Flip Register 11
MTU_MC46_RDBFL12 0xF0063E78          MC 46 Read Data and Bit Flip Register 12
MTU_MC46_RDBFL13 0xF0063E7A          MC 46 Read Data and Bit Flip Register 13
MTU_MC46_RDBFL14 0xF0063E7C          MC 46 Read Data and Bit Flip Register 14
MTU_MC46_RDBFL15 0xF0063E7E          MC 46 Read Data and Bit Flip Register 15
MTU_MC46_RDBFL16 0xF0063E80          MC 46 Read Data and Bit Flip Register 16
MTU_MC46_RDBFL17 0xF0063E82          MC 46 Read Data and Bit Flip Register 17
MTU_MC46_RDBFL18 0xF0063E84          MC 46 Read Data and Bit Flip Register 18
MTU_MC46_RDBFL19 0xF0063E86          MC 46 Read Data and Bit Flip Register 19
MTU_MC46_RDBFL20 0xF0063E88          MC 46 Read Data and Bit Flip Register 20
MTU_MC46_RDBFL21 0xF0063E8A          MC 46 Read Data and Bit Flip Register 21
MTU_MC46_RDBFL22 0xF0063E8C          MC 46 Read Data and Bit Flip Register 22
MTU_MC46_RDBFL23 0xF0063E8E          MC 46 Read Data and Bit Flip Register 23
MTU_MC46_RDBFL24 0xF0063E90          MC 46 Read Data and Bit Flip Register 24
MTU_MC46_RDBFL25 0xF0063E92          MC 46 Read Data and Bit Flip Register 25
MTU_MC46_RDBFL26 0xF0063E94          MC 46 Read Data and Bit Flip Register 26
MTU_MC46_RDBFL27 0xF0063E96          MC 46 Read Data and Bit Flip Register 27
MTU_MC46_RDBFL28 0xF0063E98          MC 46 Read Data and Bit Flip Register 28
MTU_MC46_RDBFL29 0xF0063E9A          MC 46 Read Data and Bit Flip Register 29
MTU_MC46_RDBFL30 0xF0063E9C          MC 46 Read Data and Bit Flip Register 30
MTU_MC46_RDBFL31 0xF0063E9E          MC 46 Read Data and Bit Flip Register 31
MTU_MC46_RDBFL32 0xF0063EA0          MC 46 Read Data and Bit Flip Register 32
MTU_MC46_RDBFL33 0xF0063EA2          MC 46 Read Data and Bit Flip Register 33
MTU_MC46_RDBFL34 0xF0063EA4          MC 46 Read Data and Bit Flip Register 34
MTU_MC46_RDBFL35 0xF0063EA6          MC 46 Read Data and Bit Flip Register 35
MTU_MC46_RDBFL36 0xF0063EA8          MC 46 Read Data and Bit Flip Register 36
MTU_MC46_RDBFL37 0xF0063EAA          MC 46 Read Data and Bit Flip Register 37
MTU_MC46_RDBFL38 0xF0063EAC          MC 46 Read Data and Bit Flip Register 38
MTU_MC46_RDBFL39 0xF0063EAE          MC 46 Read Data and Bit Flip Register 39
MTU_MC46_RDBFL40 0xF0063EB0          MC 46 Read Data and Bit Flip Register 40
MTU_MC46_RDBFL41 0xF0063EB2          MC 46 Read Data and Bit Flip Register 41
MTU_MC46_RDBFL42 0xF0063EB4          MC 46 Read Data and Bit Flip Register 42
MTU_MC46_RDBFL43 0xF0063EB6          MC 46 Read Data and Bit Flip Register 43
MTU_MC46_RDBFL44 0xF0063EB8          MC 46 Read Data and Bit Flip Register 44
MTU_MC46_RDBFL45 0xF0063EBA          MC 46 Read Data and Bit Flip Register 45
MTU_MC46_RDBFL46 0xF0063EBC          MC 46 Read Data and Bit Flip Register 46
MTU_MC46_RDBFL47 0xF0063EBE          MC 46 Read Data and Bit Flip Register 47
MTU_MC46_RDBFL48 0xF0063EC0          MC 46 Read Data and Bit Flip Register 48
MTU_MC46_RDBFL49 0xF0063EC2          MC 46 Read Data and Bit Flip Register 49
MTU_MC46_RDBFL50 0xF0063EC4          MC 46 Read Data and Bit Flip Register 50
MTU_MC46_RDBFL51 0xF0063EC6          MC 46 Read Data and Bit Flip Register 51
MTU_MC46_RDBFL52 0xF0063EC8          MC 46 Read Data and Bit Flip Register 52
MTU_MC46_RDBFL53 0xF0063ECA          MC 46 Read Data and Bit Flip Register 53
MTU_MC46_RDBFL54 0xF0063ECC          MC 46 Read Data and Bit Flip Register 54
MTU_MC46_RDBFL55 0xF0063ECE          MC 46 Read Data and Bit Flip Register 55
MTU_MC46_RDBFL56 0xF0063ED0          MC 46 Read Data and Bit Flip Register 56
MTU_MC46_RDBFL57 0xF0063ED2          MC 46 Read Data and Bit Flip Register 57
MTU_MC46_RDBFL58 0xF0063ED4          MC 46 Read Data and Bit Flip Register 58
MTU_MC46_RDBFL59 0xF0063ED6          MC 46 Read Data and Bit Flip Register 59
MTU_MC46_RDBFL60 0xF0063ED8          MC 46 Read Data and Bit Flip Register 60
MTU_MC46_RDBFL61 0xF0063EDA          MC 46 Read Data and Bit Flip Register 61
MTU_MC46_RDBFL62 0xF0063EDC          MC 46 Read Data and Bit Flip Register 62
MTU_MC46_RDBFL63 0xF0063EDE          MC 46 Read Data and Bit Flip Register 63
MTU_MC46_RDBFL64 0xF0063EE0          MC 46 Read Data and Bit Flip Register 64
MTU_MC46_RDBFL65 0xF0063EE2          MC 46 Read Data and Bit Flip Register 65
MTU_MC46_RDBFL66 0xF0063EE4          MC 46 Read Data and Bit Flip Register 66
MTU_MC46_ALMSRCS 0xF0063EEE          MC 46 Alarm Sources Configuration Register
MTU_MC46_FAULTSTS 0xF0063EF0          MC 46 SSH Safety Faults Status Register
MTU_MC46_ERRINFO0 0xF0063EF2          MC 46 Error Information Register 0
MTU_MC46_ERRINFO1 0xF0063EF4          MC 46 Error Information Register 1
MTU_MC46_ERRINFO2 0xF0063EF6          MC 46 Error Information Register 2
MTU_MC46_ERRINFO3 0xF0063EF8          MC 46 Error Information Register 3
MTU_MC46_ERRINFO4 0xF0063EFA          MC 46 Error Information Register 4
MTU_MC47_CONFIG0 0xF0063F00          MC 47 Configuration Register 0
MTU_MC47_CONFIG1 0xF0063F02          MC 47 Configuration Register 1
MTU_MC47_MCONTROL 0xF0063F04          MC 47 MBIST Control Register
MTU_MC47_MSTATUS 0xF0063F06          MC 47 Status Register
MTU_MC47_RANGE  0xF0063F08          MC 47 Range Register, single address mode
MTU_MC47_REVID  0xF0063F0C          MC 47 Revision ID Register
MTU_MC47_ECCS   0xF0063F0E          MC 47 ECC Safety Register
MTU_MC47_ECCD   0xF0063F10          MC 47 Memory ECC Detection Register
MTU_MC47_ETRR0  0xF0063F12          MC 47 Error Tracking Register 0
MTU_MC47_ETRR1  0xF0063F14          MC 47 Error Tracking Register 1
MTU_MC47_ETRR2  0xF0063F16          MC 47 Error Tracking Register 2
MTU_MC47_ETRR3  0xF0063F18          MC 47 Error Tracking Register 3
MTU_MC47_ETRR4  0xF0063F1A          MC 47 Error Tracking Register 4
MTU_MC47_RDBFL0 0xF0063F60          MC 47 Read Data and Bit Flip Register 0
MTU_MC47_RDBFL1 0xF0063F62          MC 47 Read Data and Bit Flip Register 1
MTU_MC47_RDBFL2 0xF0063F64          MC 47 Read Data and Bit Flip Register 2
MTU_MC47_RDBFL3 0xF0063F66          MC 47 Read Data and Bit Flip Register 3
MTU_MC47_RDBFL4 0xF0063F68          MC 47 Read Data and Bit Flip Register 4
MTU_MC47_RDBFL5 0xF0063F6A          MC 47 Read Data and Bit Flip Register 5
MTU_MC47_RDBFL6 0xF0063F6C          MC 47 Read Data and Bit Flip Register 6
MTU_MC47_RDBFL7 0xF0063F6E          MC 47 Read Data and Bit Flip Register 7
MTU_MC47_RDBFL8 0xF0063F70          MC 47 Read Data and Bit Flip Register 8
MTU_MC47_RDBFL9 0xF0063F72          MC 47 Read Data and Bit Flip Register 9
MTU_MC47_RDBFL10 0xF0063F74          MC 47 Read Data and Bit Flip Register 10
MTU_MC47_RDBFL11 0xF0063F76          MC 47 Read Data and Bit Flip Register 11
MTU_MC47_RDBFL12 0xF0063F78          MC 47 Read Data and Bit Flip Register 12
MTU_MC47_RDBFL13 0xF0063F7A          MC 47 Read Data and Bit Flip Register 13
MTU_MC47_RDBFL14 0xF0063F7C          MC 47 Read Data and Bit Flip Register 14
MTU_MC47_RDBFL15 0xF0063F7E          MC 47 Read Data and Bit Flip Register 15
MTU_MC47_RDBFL16 0xF0063F80          MC 47 Read Data and Bit Flip Register 16
MTU_MC47_RDBFL17 0xF0063F82          MC 47 Read Data and Bit Flip Register 17
MTU_MC47_RDBFL18 0xF0063F84          MC 47 Read Data and Bit Flip Register 18
MTU_MC47_RDBFL19 0xF0063F86          MC 47 Read Data and Bit Flip Register 19
MTU_MC47_RDBFL20 0xF0063F88          MC 47 Read Data and Bit Flip Register 20
MTU_MC47_RDBFL21 0xF0063F8A          MC 47 Read Data and Bit Flip Register 21
MTU_MC47_RDBFL22 0xF0063F8C          MC 47 Read Data and Bit Flip Register 22
MTU_MC47_RDBFL23 0xF0063F8E          MC 47 Read Data and Bit Flip Register 23
MTU_MC47_RDBFL24 0xF0063F90          MC 47 Read Data and Bit Flip Register 24
MTU_MC47_RDBFL25 0xF0063F92          MC 47 Read Data and Bit Flip Register 25
MTU_MC47_RDBFL26 0xF0063F94          MC 47 Read Data and Bit Flip Register 26
MTU_MC47_RDBFL27 0xF0063F96          MC 47 Read Data and Bit Flip Register 27
MTU_MC47_RDBFL28 0xF0063F98          MC 47 Read Data and Bit Flip Register 28
MTU_MC47_RDBFL29 0xF0063F9A          MC 47 Read Data and Bit Flip Register 29
MTU_MC47_RDBFL30 0xF0063F9C          MC 47 Read Data and Bit Flip Register 30
MTU_MC47_RDBFL31 0xF0063F9E          MC 47 Read Data and Bit Flip Register 31
MTU_MC47_RDBFL32 0xF0063FA0          MC 47 Read Data and Bit Flip Register 32
MTU_MC47_RDBFL33 0xF0063FA2          MC 47 Read Data and Bit Flip Register 33
MTU_MC47_RDBFL34 0xF0063FA4          MC 47 Read Data and Bit Flip Register 34
MTU_MC47_RDBFL35 0xF0063FA6          MC 47 Read Data and Bit Flip Register 35
MTU_MC47_RDBFL36 0xF0063FA8          MC 47 Read Data and Bit Flip Register 36
MTU_MC47_RDBFL37 0xF0063FAA          MC 47 Read Data and Bit Flip Register 37
MTU_MC47_RDBFL38 0xF0063FAC          MC 47 Read Data and Bit Flip Register 38
MTU_MC47_RDBFL39 0xF0063FAE          MC 47 Read Data and Bit Flip Register 39
MTU_MC47_RDBFL40 0xF0063FB0          MC 47 Read Data and Bit Flip Register 40
MTU_MC47_RDBFL41 0xF0063FB2          MC 47 Read Data and Bit Flip Register 41
MTU_MC47_RDBFL42 0xF0063FB4          MC 47 Read Data and Bit Flip Register 42
MTU_MC47_RDBFL43 0xF0063FB6          MC 47 Read Data and Bit Flip Register 43
MTU_MC47_RDBFL44 0xF0063FB8          MC 47 Read Data and Bit Flip Register 44
MTU_MC47_RDBFL45 0xF0063FBA          MC 47 Read Data and Bit Flip Register 45
MTU_MC47_RDBFL46 0xF0063FBC          MC 47 Read Data and Bit Flip Register 46
MTU_MC47_RDBFL47 0xF0063FBE          MC 47 Read Data and Bit Flip Register 47
MTU_MC47_RDBFL48 0xF0063FC0          MC 47 Read Data and Bit Flip Register 48
MTU_MC47_RDBFL49 0xF0063FC2          MC 47 Read Data and Bit Flip Register 49
MTU_MC47_RDBFL50 0xF0063FC4          MC 47 Read Data and Bit Flip Register 50
MTU_MC47_RDBFL51 0xF0063FC6          MC 47 Read Data and Bit Flip Register 51
MTU_MC47_RDBFL52 0xF0063FC8          MC 47 Read Data and Bit Flip Register 52
MTU_MC47_RDBFL53 0xF0063FCA          MC 47 Read Data and Bit Flip Register 53
MTU_MC47_RDBFL54 0xF0063FCC          MC 47 Read Data and Bit Flip Register 54
MTU_MC47_RDBFL55 0xF0063FCE          MC 47 Read Data and Bit Flip Register 55
MTU_MC47_RDBFL56 0xF0063FD0          MC 47 Read Data and Bit Flip Register 56
MTU_MC47_RDBFL57 0xF0063FD2          MC 47 Read Data and Bit Flip Register 57
MTU_MC47_RDBFL58 0xF0063FD4          MC 47 Read Data and Bit Flip Register 58
MTU_MC47_RDBFL59 0xF0063FD6          MC 47 Read Data and Bit Flip Register 59
MTU_MC47_RDBFL60 0xF0063FD8          MC 47 Read Data and Bit Flip Register 60
MTU_MC47_RDBFL61 0xF0063FDA          MC 47 Read Data and Bit Flip Register 61
MTU_MC47_RDBFL62 0xF0063FDC          MC 47 Read Data and Bit Flip Register 62
MTU_MC47_RDBFL63 0xF0063FDE          MC 47 Read Data and Bit Flip Register 63
MTU_MC47_RDBFL64 0xF0063FE0          MC 47 Read Data and Bit Flip Register 64
MTU_MC47_RDBFL65 0xF0063FE2          MC 47 Read Data and Bit Flip Register 65
MTU_MC47_RDBFL66 0xF0063FE4          MC 47 Read Data and Bit Flip Register 66
MTU_MC47_ALMSRCS 0xF0063FEE          MC 47 Alarm Sources Configuration Register
MTU_MC47_FAULTSTS 0xF0063FF0          MC 47 SSH Safety Faults Status Register
MTU_MC47_ERRINFO0 0xF0063FF2          MC 47 Error Information Register 0
MTU_MC47_ERRINFO1 0xF0063FF4          MC 47 Error Information Register 1
MTU_MC47_ERRINFO2 0xF0063FF6          MC 47 Error Information Register 2
MTU_MC47_ERRINFO3 0xF0063FF8          MC 47 Error Information Register 3
MTU_MC47_ERRINFO4 0xF0063FFA          MC 47 Error Information Register 4
MTU_MC48_CONFIG0 0xF0064000          MC 48 Configuration Register 0
MTU_MC48_CONFIG1 0xF0064002          MC 48 Configuration Register 1
MTU_MC48_MCONTROL 0xF0064004          MC 48 MBIST Control Register
MTU_MC48_MSTATUS 0xF0064006          MC 48 Status Register
MTU_MC48_RANGE  0xF0064008          MC 48 Range Register, single address mode
MTU_MC48_REVID  0xF006400C          MC 48 Revision ID Register
MTU_MC48_ECCS   0xF006400E          MC 48 ECC Safety Register
MTU_MC48_ECCD   0xF0064010          MC 48 Memory ECC Detection Register
MTU_MC48_ETRR0  0xF0064012          MC 48 Error Tracking Register 0
MTU_MC48_ETRR1  0xF0064014          MC 48 Error Tracking Register 1
MTU_MC48_ETRR2  0xF0064016          MC 48 Error Tracking Register 2
MTU_MC48_ETRR3  0xF0064018          MC 48 Error Tracking Register 3
MTU_MC48_ETRR4  0xF006401A          MC 48 Error Tracking Register 4
MTU_MC48_RDBFL0 0xF0064060          MC 48 Read Data and Bit Flip Register 0
MTU_MC48_RDBFL1 0xF0064062          MC 48 Read Data and Bit Flip Register 1
MTU_MC48_RDBFL2 0xF0064064          MC 48 Read Data and Bit Flip Register 2
MTU_MC48_RDBFL3 0xF0064066          MC 48 Read Data and Bit Flip Register 3
MTU_MC48_RDBFL4 0xF0064068          MC 48 Read Data and Bit Flip Register 4
MTU_MC48_RDBFL5 0xF006406A          MC 48 Read Data and Bit Flip Register 5
MTU_MC48_RDBFL6 0xF006406C          MC 48 Read Data and Bit Flip Register 6
MTU_MC48_RDBFL7 0xF006406E          MC 48 Read Data and Bit Flip Register 7
MTU_MC48_RDBFL8 0xF0064070          MC 48 Read Data and Bit Flip Register 8
MTU_MC48_RDBFL9 0xF0064072          MC 48 Read Data and Bit Flip Register 9
MTU_MC48_RDBFL10 0xF0064074          MC 48 Read Data and Bit Flip Register 10
MTU_MC48_RDBFL11 0xF0064076          MC 48 Read Data and Bit Flip Register 11
MTU_MC48_RDBFL12 0xF0064078          MC 48 Read Data and Bit Flip Register 12
MTU_MC48_RDBFL13 0xF006407A          MC 48 Read Data and Bit Flip Register 13
MTU_MC48_RDBFL14 0xF006407C          MC 48 Read Data and Bit Flip Register 14
MTU_MC48_RDBFL15 0xF006407E          MC 48 Read Data and Bit Flip Register 15
MTU_MC48_RDBFL16 0xF0064080          MC 48 Read Data and Bit Flip Register 16
MTU_MC48_RDBFL17 0xF0064082          MC 48 Read Data and Bit Flip Register 17
MTU_MC48_RDBFL18 0xF0064084          MC 48 Read Data and Bit Flip Register 18
MTU_MC48_RDBFL19 0xF0064086          MC 48 Read Data and Bit Flip Register 19
MTU_MC48_RDBFL20 0xF0064088          MC 48 Read Data and Bit Flip Register 20
MTU_MC48_RDBFL21 0xF006408A          MC 48 Read Data and Bit Flip Register 21
MTU_MC48_RDBFL22 0xF006408C          MC 48 Read Data and Bit Flip Register 22
MTU_MC48_RDBFL23 0xF006408E          MC 48 Read Data and Bit Flip Register 23
MTU_MC48_RDBFL24 0xF0064090          MC 48 Read Data and Bit Flip Register 24
MTU_MC48_RDBFL25 0xF0064092          MC 48 Read Data and Bit Flip Register 25
MTU_MC48_RDBFL26 0xF0064094          MC 48 Read Data and Bit Flip Register 26
MTU_MC48_RDBFL27 0xF0064096          MC 48 Read Data and Bit Flip Register 27
MTU_MC48_RDBFL28 0xF0064098          MC 48 Read Data and Bit Flip Register 28
MTU_MC48_RDBFL29 0xF006409A          MC 48 Read Data and Bit Flip Register 29
MTU_MC48_RDBFL30 0xF006409C          MC 48 Read Data and Bit Flip Register 30
MTU_MC48_RDBFL31 0xF006409E          MC 48 Read Data and Bit Flip Register 31
MTU_MC48_RDBFL32 0xF00640A0          MC 48 Read Data and Bit Flip Register 32
MTU_MC48_RDBFL33 0xF00640A2          MC 48 Read Data and Bit Flip Register 33
MTU_MC48_RDBFL34 0xF00640A4          MC 48 Read Data and Bit Flip Register 34
MTU_MC48_RDBFL35 0xF00640A6          MC 48 Read Data and Bit Flip Register 35
MTU_MC48_RDBFL36 0xF00640A8          MC 48 Read Data and Bit Flip Register 36
MTU_MC48_RDBFL37 0xF00640AA          MC 48 Read Data and Bit Flip Register 37
MTU_MC48_RDBFL38 0xF00640AC          MC 48 Read Data and Bit Flip Register 38
MTU_MC48_RDBFL39 0xF00640AE          MC 48 Read Data and Bit Flip Register 39
MTU_MC48_RDBFL40 0xF00640B0          MC 48 Read Data and Bit Flip Register 40
MTU_MC48_RDBFL41 0xF00640B2          MC 48 Read Data and Bit Flip Register 41
MTU_MC48_RDBFL42 0xF00640B4          MC 48 Read Data and Bit Flip Register 42
MTU_MC48_RDBFL43 0xF00640B6          MC 48 Read Data and Bit Flip Register 43
MTU_MC48_RDBFL44 0xF00640B8          MC 48 Read Data and Bit Flip Register 44
MTU_MC48_RDBFL45 0xF00640BA          MC 48 Read Data and Bit Flip Register 45
MTU_MC48_RDBFL46 0xF00640BC          MC 48 Read Data and Bit Flip Register 46
MTU_MC48_RDBFL47 0xF00640BE          MC 48 Read Data and Bit Flip Register 47
MTU_MC48_RDBFL48 0xF00640C0          MC 48 Read Data and Bit Flip Register 48
MTU_MC48_RDBFL49 0xF00640C2          MC 48 Read Data and Bit Flip Register 49
MTU_MC48_RDBFL50 0xF00640C4          MC 48 Read Data and Bit Flip Register 50
MTU_MC48_RDBFL51 0xF00640C6          MC 48 Read Data and Bit Flip Register 51
MTU_MC48_RDBFL52 0xF00640C8          MC 48 Read Data and Bit Flip Register 52
MTU_MC48_RDBFL53 0xF00640CA          MC 48 Read Data and Bit Flip Register 53
MTU_MC48_RDBFL54 0xF00640CC          MC 48 Read Data and Bit Flip Register 54
MTU_MC48_RDBFL55 0xF00640CE          MC 48 Read Data and Bit Flip Register 55
MTU_MC48_RDBFL56 0xF00640D0          MC 48 Read Data and Bit Flip Register 56
MTU_MC48_RDBFL57 0xF00640D2          MC 48 Read Data and Bit Flip Register 57
MTU_MC48_RDBFL58 0xF00640D4          MC 48 Read Data and Bit Flip Register 58
MTU_MC48_RDBFL59 0xF00640D6          MC 48 Read Data and Bit Flip Register 59
MTU_MC48_RDBFL60 0xF00640D8          MC 48 Read Data and Bit Flip Register 60
MTU_MC48_RDBFL61 0xF00640DA          MC 48 Read Data and Bit Flip Register 61
MTU_MC48_RDBFL62 0xF00640DC          MC 48 Read Data and Bit Flip Register 62
MTU_MC48_RDBFL63 0xF00640DE          MC 48 Read Data and Bit Flip Register 63
MTU_MC48_RDBFL64 0xF00640E0          MC 48 Read Data and Bit Flip Register 64
MTU_MC48_RDBFL65 0xF00640E2          MC 48 Read Data and Bit Flip Register 65
MTU_MC48_RDBFL66 0xF00640E4          MC 48 Read Data and Bit Flip Register 66
MTU_MC48_ALMSRCS 0xF00640EE          MC 48 Alarm Sources Configuration Register
MTU_MC48_FAULTSTS 0xF00640F0          MC 48 SSH Safety Faults Status Register
MTU_MC48_ERRINFO0 0xF00640F2          MC 48 Error Information Register 0
MTU_MC48_ERRINFO1 0xF00640F4          MC 48 Error Information Register 1
MTU_MC48_ERRINFO2 0xF00640F6          MC 48 Error Information Register 2
MTU_MC48_ERRINFO3 0xF00640F8          MC 48 Error Information Register 3
MTU_MC48_ERRINFO4 0xF00640FA          MC 48 Error Information Register 4
MTU_MC49_CONFIG0 0xF0064100          MC 49 Configuration Register 0
MTU_MC49_CONFIG1 0xF0064102          MC 49 Configuration Register 1
MTU_MC49_MCONTROL 0xF0064104          MC 49 MBIST Control Register
MTU_MC49_MSTATUS 0xF0064106          MC 49 Status Register
MTU_MC49_RANGE  0xF0064108          MC 49 Range Register, single address mode
MTU_MC49_REVID  0xF006410C          MC 49 Revision ID Register
MTU_MC49_ECCS   0xF006410E          MC 49 ECC Safety Register
MTU_MC49_ECCD   0xF0064110          MC 49 Memory ECC Detection Register
MTU_MC49_ETRR0  0xF0064112          MC 49 Error Tracking Register 0
MTU_MC49_ETRR1  0xF0064114          MC 49 Error Tracking Register 1
MTU_MC49_ETRR2  0xF0064116          MC 49 Error Tracking Register 2
MTU_MC49_ETRR3  0xF0064118          MC 49 Error Tracking Register 3
MTU_MC49_ETRR4  0xF006411A          MC 49 Error Tracking Register 4
MTU_MC49_RDBFL0 0xF0064160          MC 49 Read Data and Bit Flip Register 0
MTU_MC49_RDBFL1 0xF0064162          MC 49 Read Data and Bit Flip Register 1
MTU_MC49_RDBFL2 0xF0064164          MC 49 Read Data and Bit Flip Register 2
MTU_MC49_RDBFL3 0xF0064166          MC 49 Read Data and Bit Flip Register 3
MTU_MC49_RDBFL4 0xF0064168          MC 49 Read Data and Bit Flip Register 4
MTU_MC49_RDBFL5 0xF006416A          MC 49 Read Data and Bit Flip Register 5
MTU_MC49_RDBFL6 0xF006416C          MC 49 Read Data and Bit Flip Register 6
MTU_MC49_RDBFL7 0xF006416E          MC 49 Read Data and Bit Flip Register 7
MTU_MC49_RDBFL8 0xF0064170          MC 49 Read Data and Bit Flip Register 8
MTU_MC49_RDBFL9 0xF0064172          MC 49 Read Data and Bit Flip Register 9
MTU_MC49_RDBFL10 0xF0064174          MC 49 Read Data and Bit Flip Register 10
MTU_MC49_RDBFL11 0xF0064176          MC 49 Read Data and Bit Flip Register 11
MTU_MC49_RDBFL12 0xF0064178          MC 49 Read Data and Bit Flip Register 12
MTU_MC49_RDBFL13 0xF006417A          MC 49 Read Data and Bit Flip Register 13
MTU_MC49_RDBFL14 0xF006417C          MC 49 Read Data and Bit Flip Register 14
MTU_MC49_RDBFL15 0xF006417E          MC 49 Read Data and Bit Flip Register 15
MTU_MC49_RDBFL16 0xF0064180          MC 49 Read Data and Bit Flip Register 16
MTU_MC49_RDBFL17 0xF0064182          MC 49 Read Data and Bit Flip Register 17
MTU_MC49_RDBFL18 0xF0064184          MC 49 Read Data and Bit Flip Register 18
MTU_MC49_RDBFL19 0xF0064186          MC 49 Read Data and Bit Flip Register 19
MTU_MC49_RDBFL20 0xF0064188          MC 49 Read Data and Bit Flip Register 20
MTU_MC49_RDBFL21 0xF006418A          MC 49 Read Data and Bit Flip Register 21
MTU_MC49_RDBFL22 0xF006418C          MC 49 Read Data and Bit Flip Register 22
MTU_MC49_RDBFL23 0xF006418E          MC 49 Read Data and Bit Flip Register 23
MTU_MC49_RDBFL24 0xF0064190          MC 49 Read Data and Bit Flip Register 24
MTU_MC49_RDBFL25 0xF0064192          MC 49 Read Data and Bit Flip Register 25
MTU_MC49_RDBFL26 0xF0064194          MC 49 Read Data and Bit Flip Register 26
MTU_MC49_RDBFL27 0xF0064196          MC 49 Read Data and Bit Flip Register 27
MTU_MC49_RDBFL28 0xF0064198          MC 49 Read Data and Bit Flip Register 28
MTU_MC49_RDBFL29 0xF006419A          MC 49 Read Data and Bit Flip Register 29
MTU_MC49_RDBFL30 0xF006419C          MC 49 Read Data and Bit Flip Register 30
MTU_MC49_RDBFL31 0xF006419E          MC 49 Read Data and Bit Flip Register 31
MTU_MC49_RDBFL32 0xF00641A0          MC 49 Read Data and Bit Flip Register 32
MTU_MC49_RDBFL33 0xF00641A2          MC 49 Read Data and Bit Flip Register 33
MTU_MC49_RDBFL34 0xF00641A4          MC 49 Read Data and Bit Flip Register 34
MTU_MC49_RDBFL35 0xF00641A6          MC 49 Read Data and Bit Flip Register 35
MTU_MC49_RDBFL36 0xF00641A8          MC 49 Read Data and Bit Flip Register 36
MTU_MC49_RDBFL37 0xF00641AA          MC 49 Read Data and Bit Flip Register 37
MTU_MC49_RDBFL38 0xF00641AC          MC 49 Read Data and Bit Flip Register 38
MTU_MC49_RDBFL39 0xF00641AE          MC 49 Read Data and Bit Flip Register 39
MTU_MC49_RDBFL40 0xF00641B0          MC 49 Read Data and Bit Flip Register 40
MTU_MC49_RDBFL41 0xF00641B2          MC 49 Read Data and Bit Flip Register 41
MTU_MC49_RDBFL42 0xF00641B4          MC 49 Read Data and Bit Flip Register 42
MTU_MC49_RDBFL43 0xF00641B6          MC 49 Read Data and Bit Flip Register 43
MTU_MC49_RDBFL44 0xF00641B8          MC 49 Read Data and Bit Flip Register 44
MTU_MC49_RDBFL45 0xF00641BA          MC 49 Read Data and Bit Flip Register 45
MTU_MC49_RDBFL46 0xF00641BC          MC 49 Read Data and Bit Flip Register 46
MTU_MC49_RDBFL47 0xF00641BE          MC 49 Read Data and Bit Flip Register 47
MTU_MC49_RDBFL48 0xF00641C0          MC 49 Read Data and Bit Flip Register 48
MTU_MC49_RDBFL49 0xF00641C2          MC 49 Read Data and Bit Flip Register 49
MTU_MC49_RDBFL50 0xF00641C4          MC 49 Read Data and Bit Flip Register 50
MTU_MC49_RDBFL51 0xF00641C6          MC 49 Read Data and Bit Flip Register 51
MTU_MC49_RDBFL52 0xF00641C8          MC 49 Read Data and Bit Flip Register 52
MTU_MC49_RDBFL53 0xF00641CA          MC 49 Read Data and Bit Flip Register 53
MTU_MC49_RDBFL54 0xF00641CC          MC 49 Read Data and Bit Flip Register 54
MTU_MC49_RDBFL55 0xF00641CE          MC 49 Read Data and Bit Flip Register 55
MTU_MC49_RDBFL56 0xF00641D0          MC 49 Read Data and Bit Flip Register 56
MTU_MC49_RDBFL57 0xF00641D2          MC 49 Read Data and Bit Flip Register 57
MTU_MC49_RDBFL58 0xF00641D4          MC 49 Read Data and Bit Flip Register 58
MTU_MC49_RDBFL59 0xF00641D6          MC 49 Read Data and Bit Flip Register 59
MTU_MC49_RDBFL60 0xF00641D8          MC 49 Read Data and Bit Flip Register 60
MTU_MC49_RDBFL61 0xF00641DA          MC 49 Read Data and Bit Flip Register 61
MTU_MC49_RDBFL62 0xF00641DC          MC 49 Read Data and Bit Flip Register 62
MTU_MC49_RDBFL63 0xF00641DE          MC 49 Read Data and Bit Flip Register 63
MTU_MC49_RDBFL64 0xF00641E0          MC 49 Read Data and Bit Flip Register 64
MTU_MC49_RDBFL65 0xF00641E2          MC 49 Read Data and Bit Flip Register 65
MTU_MC49_RDBFL66 0xF00641E4          MC 49 Read Data and Bit Flip Register 66
MTU_MC49_ALMSRCS 0xF00641EE          MC 49 Alarm Sources Configuration Register
MTU_MC49_FAULTSTS 0xF00641F0          MC 49 SSH Safety Faults Status Register
MTU_MC49_ERRINFO0 0xF00641F2          MC 49 Error Information Register 0
MTU_MC49_ERRINFO1 0xF00641F4          MC 49 Error Information Register 1
MTU_MC49_ERRINFO2 0xF00641F6          MC 49 Error Information Register 2
MTU_MC49_ERRINFO3 0xF00641F8          MC 49 Error Information Register 3
MTU_MC49_ERRINFO4 0xF00641FA          MC 49 Error Information Register 4
MTU_MC50_CONFIG0 0xF0064200          MC 50 Configuration Register 0
MTU_MC50_CONFIG1 0xF0064202          MC 50 Configuration Register 1
MTU_MC50_MCONTROL 0xF0064204          MC 50 MBIST Control Register
MTU_MC50_MSTATUS 0xF0064206          MC 50 Status Register
MTU_MC50_RANGE  0xF0064208          MC 50 Range Register, single address mode
MTU_MC50_REVID  0xF006420C          MC 50 Revision ID Register
MTU_MC50_ECCS   0xF006420E          MC 50 ECC Safety Register
MTU_MC50_ECCD   0xF0064210          MC 50 Memory ECC Detection Register
MTU_MC50_ETRR0  0xF0064212          MC 50 Error Tracking Register 0
MTU_MC50_ETRR1  0xF0064214          MC 50 Error Tracking Register 1
MTU_MC50_ETRR2  0xF0064216          MC 50 Error Tracking Register 2
MTU_MC50_ETRR3  0xF0064218          MC 50 Error Tracking Register 3
MTU_MC50_ETRR4  0xF006421A          MC 50 Error Tracking Register 4
MTU_MC50_RDBFL0 0xF0064260          MC 50 Read Data and Bit Flip Register 0
MTU_MC50_RDBFL1 0xF0064262          MC 50 Read Data and Bit Flip Register 1
MTU_MC50_RDBFL2 0xF0064264          MC 50 Read Data and Bit Flip Register 2
MTU_MC50_RDBFL3 0xF0064266          MC 50 Read Data and Bit Flip Register 3
MTU_MC50_RDBFL4 0xF0064268          MC 50 Read Data and Bit Flip Register 4
MTU_MC50_RDBFL5 0xF006426A          MC 50 Read Data and Bit Flip Register 5
MTU_MC50_RDBFL6 0xF006426C          MC 50 Read Data and Bit Flip Register 6
MTU_MC50_RDBFL7 0xF006426E          MC 50 Read Data and Bit Flip Register 7
MTU_MC50_RDBFL8 0xF0064270          MC 50 Read Data and Bit Flip Register 8
MTU_MC50_RDBFL9 0xF0064272          MC 50 Read Data and Bit Flip Register 9
MTU_MC50_RDBFL10 0xF0064274          MC 50 Read Data and Bit Flip Register 10
MTU_MC50_RDBFL11 0xF0064276          MC 50 Read Data and Bit Flip Register 11
MTU_MC50_RDBFL12 0xF0064278          MC 50 Read Data and Bit Flip Register 12
MTU_MC50_RDBFL13 0xF006427A          MC 50 Read Data and Bit Flip Register 13
MTU_MC50_RDBFL14 0xF006427C          MC 50 Read Data and Bit Flip Register 14
MTU_MC50_RDBFL15 0xF006427E          MC 50 Read Data and Bit Flip Register 15
MTU_MC50_RDBFL16 0xF0064280          MC 50 Read Data and Bit Flip Register 16
MTU_MC50_RDBFL17 0xF0064282          MC 50 Read Data and Bit Flip Register 17
MTU_MC50_RDBFL18 0xF0064284          MC 50 Read Data and Bit Flip Register 18
MTU_MC50_RDBFL19 0xF0064286          MC 50 Read Data and Bit Flip Register 19
MTU_MC50_RDBFL20 0xF0064288          MC 50 Read Data and Bit Flip Register 20
MTU_MC50_RDBFL21 0xF006428A          MC 50 Read Data and Bit Flip Register 21
MTU_MC50_RDBFL22 0xF006428C          MC 50 Read Data and Bit Flip Register 22
MTU_MC50_RDBFL23 0xF006428E          MC 50 Read Data and Bit Flip Register 23
MTU_MC50_RDBFL24 0xF0064290          MC 50 Read Data and Bit Flip Register 24
MTU_MC50_RDBFL25 0xF0064292          MC 50 Read Data and Bit Flip Register 25
MTU_MC50_RDBFL26 0xF0064294          MC 50 Read Data and Bit Flip Register 26
MTU_MC50_RDBFL27 0xF0064296          MC 50 Read Data and Bit Flip Register 27
MTU_MC50_RDBFL28 0xF0064298          MC 50 Read Data and Bit Flip Register 28
MTU_MC50_RDBFL29 0xF006429A          MC 50 Read Data and Bit Flip Register 29
MTU_MC50_RDBFL30 0xF006429C          MC 50 Read Data and Bit Flip Register 30
MTU_MC50_RDBFL31 0xF006429E          MC 50 Read Data and Bit Flip Register 31
MTU_MC50_RDBFL32 0xF00642A0          MC 50 Read Data and Bit Flip Register 32
MTU_MC50_RDBFL33 0xF00642A2          MC 50 Read Data and Bit Flip Register 33
MTU_MC50_RDBFL34 0xF00642A4          MC 50 Read Data and Bit Flip Register 34
MTU_MC50_RDBFL35 0xF00642A6          MC 50 Read Data and Bit Flip Register 35
MTU_MC50_RDBFL36 0xF00642A8          MC 50 Read Data and Bit Flip Register 36
MTU_MC50_RDBFL37 0xF00642AA          MC 50 Read Data and Bit Flip Register 37
MTU_MC50_RDBFL38 0xF00642AC          MC 50 Read Data and Bit Flip Register 38
MTU_MC50_RDBFL39 0xF00642AE          MC 50 Read Data and Bit Flip Register 39
MTU_MC50_RDBFL40 0xF00642B0          MC 50 Read Data and Bit Flip Register 40
MTU_MC50_RDBFL41 0xF00642B2          MC 50 Read Data and Bit Flip Register 41
MTU_MC50_RDBFL42 0xF00642B4          MC 50 Read Data and Bit Flip Register 42
MTU_MC50_RDBFL43 0xF00642B6          MC 50 Read Data and Bit Flip Register 43
MTU_MC50_RDBFL44 0xF00642B8          MC 50 Read Data and Bit Flip Register 44
MTU_MC50_RDBFL45 0xF00642BA          MC 50 Read Data and Bit Flip Register 45
MTU_MC50_RDBFL46 0xF00642BC          MC 50 Read Data and Bit Flip Register 46
MTU_MC50_RDBFL47 0xF00642BE          MC 50 Read Data and Bit Flip Register 47
MTU_MC50_RDBFL48 0xF00642C0          MC 50 Read Data and Bit Flip Register 48
MTU_MC50_RDBFL49 0xF00642C2          MC 50 Read Data and Bit Flip Register 49
MTU_MC50_RDBFL50 0xF00642C4          MC 50 Read Data and Bit Flip Register 50
MTU_MC50_RDBFL51 0xF00642C6          MC 50 Read Data and Bit Flip Register 51
MTU_MC50_RDBFL52 0xF00642C8          MC 50 Read Data and Bit Flip Register 52
MTU_MC50_RDBFL53 0xF00642CA          MC 50 Read Data and Bit Flip Register 53
MTU_MC50_RDBFL54 0xF00642CC          MC 50 Read Data and Bit Flip Register 54
MTU_MC50_RDBFL55 0xF00642CE          MC 50 Read Data and Bit Flip Register 55
MTU_MC50_RDBFL56 0xF00642D0          MC 50 Read Data and Bit Flip Register 56
MTU_MC50_RDBFL57 0xF00642D2          MC 50 Read Data and Bit Flip Register 57
MTU_MC50_RDBFL58 0xF00642D4          MC 50 Read Data and Bit Flip Register 58
MTU_MC50_RDBFL59 0xF00642D6          MC 50 Read Data and Bit Flip Register 59
MTU_MC50_RDBFL60 0xF00642D8          MC 50 Read Data and Bit Flip Register 60
MTU_MC50_RDBFL61 0xF00642DA          MC 50 Read Data and Bit Flip Register 61
MTU_MC50_RDBFL62 0xF00642DC          MC 50 Read Data and Bit Flip Register 62
MTU_MC50_RDBFL63 0xF00642DE          MC 50 Read Data and Bit Flip Register 63
MTU_MC50_RDBFL64 0xF00642E0          MC 50 Read Data and Bit Flip Register 64
MTU_MC50_RDBFL65 0xF00642E2          MC 50 Read Data and Bit Flip Register 65
MTU_MC50_RDBFL66 0xF00642E4          MC 50 Read Data and Bit Flip Register 66
MTU_MC50_ALMSRCS 0xF00642EE          MC 50 Alarm Sources Configuration Register
MTU_MC50_FAULTSTS 0xF00642F0          MC 50 SSH Safety Faults Status Register
MTU_MC50_ERRINFO0 0xF00642F2          MC 50 Error Information Register 0
MTU_MC50_ERRINFO1 0xF00642F4          MC 50 Error Information Register 1
MTU_MC50_ERRINFO2 0xF00642F6          MC 50 Error Information Register 2
MTU_MC50_ERRINFO3 0xF00642F8          MC 50 Error Information Register 3
MTU_MC50_ERRINFO4 0xF00642FA          MC 50 Error Information Register 4
MTU_MC51_CONFIG0 0xF0064300          MC 51 Configuration Register 0
MTU_MC51_CONFIG1 0xF0064302          MC 51 Configuration Register 1
MTU_MC51_MCONTROL 0xF0064304          MC 51 MBIST Control Register
MTU_MC51_MSTATUS 0xF0064306          MC 51 Status Register
MTU_MC51_RANGE  0xF0064308          MC 51 Range Register, single address mode
MTU_MC51_REVID  0xF006430C          MC 51 Revision ID Register
MTU_MC51_ECCS   0xF006430E          MC 51 ECC Safety Register
MTU_MC51_ECCD   0xF0064310          MC 51 Memory ECC Detection Register
MTU_MC51_ETRR0  0xF0064312          MC 51 Error Tracking Register 0
MTU_MC51_ETRR1  0xF0064314          MC 51 Error Tracking Register 1
MTU_MC51_ETRR2  0xF0064316          MC 51 Error Tracking Register 2
MTU_MC51_ETRR3  0xF0064318          MC 51 Error Tracking Register 3
MTU_MC51_ETRR4  0xF006431A          MC 51 Error Tracking Register 4
MTU_MC51_RDBFL0 0xF0064360          MC 51 Read Data and Bit Flip Register 0
MTU_MC51_RDBFL1 0xF0064362          MC 51 Read Data and Bit Flip Register 1
MTU_MC51_RDBFL2 0xF0064364          MC 51 Read Data and Bit Flip Register 2
MTU_MC51_RDBFL3 0xF0064366          MC 51 Read Data and Bit Flip Register 3
MTU_MC51_RDBFL4 0xF0064368          MC 51 Read Data and Bit Flip Register 4
MTU_MC51_RDBFL5 0xF006436A          MC 51 Read Data and Bit Flip Register 5
MTU_MC51_RDBFL6 0xF006436C          MC 51 Read Data and Bit Flip Register 6
MTU_MC51_RDBFL7 0xF006436E          MC 51 Read Data and Bit Flip Register 7
MTU_MC51_RDBFL8 0xF0064370          MC 51 Read Data and Bit Flip Register 8
MTU_MC51_RDBFL9 0xF0064372          MC 51 Read Data and Bit Flip Register 9
MTU_MC51_RDBFL10 0xF0064374          MC 51 Read Data and Bit Flip Register 10
MTU_MC51_RDBFL11 0xF0064376          MC 51 Read Data and Bit Flip Register 11
MTU_MC51_RDBFL12 0xF0064378          MC 51 Read Data and Bit Flip Register 12
MTU_MC51_RDBFL13 0xF006437A          MC 51 Read Data and Bit Flip Register 13
MTU_MC51_RDBFL14 0xF006437C          MC 51 Read Data and Bit Flip Register 14
MTU_MC51_RDBFL15 0xF006437E          MC 51 Read Data and Bit Flip Register 15
MTU_MC51_RDBFL16 0xF0064380          MC 51 Read Data and Bit Flip Register 16
MTU_MC51_RDBFL17 0xF0064382          MC 51 Read Data and Bit Flip Register 17
MTU_MC51_RDBFL18 0xF0064384          MC 51 Read Data and Bit Flip Register 18
MTU_MC51_RDBFL19 0xF0064386          MC 51 Read Data and Bit Flip Register 19
MTU_MC51_RDBFL20 0xF0064388          MC 51 Read Data and Bit Flip Register 20
MTU_MC51_RDBFL21 0xF006438A          MC 51 Read Data and Bit Flip Register 21
MTU_MC51_RDBFL22 0xF006438C          MC 51 Read Data and Bit Flip Register 22
MTU_MC51_RDBFL23 0xF006438E          MC 51 Read Data and Bit Flip Register 23
MTU_MC51_RDBFL24 0xF0064390          MC 51 Read Data and Bit Flip Register 24
MTU_MC51_RDBFL25 0xF0064392          MC 51 Read Data and Bit Flip Register 25
MTU_MC51_RDBFL26 0xF0064394          MC 51 Read Data and Bit Flip Register 26
MTU_MC51_RDBFL27 0xF0064396          MC 51 Read Data and Bit Flip Register 27
MTU_MC51_RDBFL28 0xF0064398          MC 51 Read Data and Bit Flip Register 28
MTU_MC51_RDBFL29 0xF006439A          MC 51 Read Data and Bit Flip Register 29
MTU_MC51_RDBFL30 0xF006439C          MC 51 Read Data and Bit Flip Register 30
MTU_MC51_RDBFL31 0xF006439E          MC 51 Read Data and Bit Flip Register 31
MTU_MC51_RDBFL32 0xF00643A0          MC 51 Read Data and Bit Flip Register 32
MTU_MC51_RDBFL33 0xF00643A2          MC 51 Read Data and Bit Flip Register 33
MTU_MC51_RDBFL34 0xF00643A4          MC 51 Read Data and Bit Flip Register 34
MTU_MC51_RDBFL35 0xF00643A6          MC 51 Read Data and Bit Flip Register 35
MTU_MC51_RDBFL36 0xF00643A8          MC 51 Read Data and Bit Flip Register 36
MTU_MC51_RDBFL37 0xF00643AA          MC 51 Read Data and Bit Flip Register 37
MTU_MC51_RDBFL38 0xF00643AC          MC 51 Read Data and Bit Flip Register 38
MTU_MC51_RDBFL39 0xF00643AE          MC 51 Read Data and Bit Flip Register 39
MTU_MC51_RDBFL40 0xF00643B0          MC 51 Read Data and Bit Flip Register 40
MTU_MC51_RDBFL41 0xF00643B2          MC 51 Read Data and Bit Flip Register 41
MTU_MC51_RDBFL42 0xF00643B4          MC 51 Read Data and Bit Flip Register 42
MTU_MC51_RDBFL43 0xF00643B6          MC 51 Read Data and Bit Flip Register 43
MTU_MC51_RDBFL44 0xF00643B8          MC 51 Read Data and Bit Flip Register 44
MTU_MC51_RDBFL45 0xF00643BA          MC 51 Read Data and Bit Flip Register 45
MTU_MC51_RDBFL46 0xF00643BC          MC 51 Read Data and Bit Flip Register 46
MTU_MC51_RDBFL47 0xF00643BE          MC 51 Read Data and Bit Flip Register 47
MTU_MC51_RDBFL48 0xF00643C0          MC 51 Read Data and Bit Flip Register 48
MTU_MC51_RDBFL49 0xF00643C2          MC 51 Read Data and Bit Flip Register 49
MTU_MC51_RDBFL50 0xF00643C4          MC 51 Read Data and Bit Flip Register 50
MTU_MC51_RDBFL51 0xF00643C6          MC 51 Read Data and Bit Flip Register 51
MTU_MC51_RDBFL52 0xF00643C8          MC 51 Read Data and Bit Flip Register 52
MTU_MC51_RDBFL53 0xF00643CA          MC 51 Read Data and Bit Flip Register 53
MTU_MC51_RDBFL54 0xF00643CC          MC 51 Read Data and Bit Flip Register 54
MTU_MC51_RDBFL55 0xF00643CE          MC 51 Read Data and Bit Flip Register 55
MTU_MC51_RDBFL56 0xF00643D0          MC 51 Read Data and Bit Flip Register 56
MTU_MC51_RDBFL57 0xF00643D2          MC 51 Read Data and Bit Flip Register 57
MTU_MC51_RDBFL58 0xF00643D4          MC 51 Read Data and Bit Flip Register 58
MTU_MC51_RDBFL59 0xF00643D6          MC 51 Read Data and Bit Flip Register 59
MTU_MC51_RDBFL60 0xF00643D8          MC 51 Read Data and Bit Flip Register 60
MTU_MC51_RDBFL61 0xF00643DA          MC 51 Read Data and Bit Flip Register 61
MTU_MC51_RDBFL62 0xF00643DC          MC 51 Read Data and Bit Flip Register 62
MTU_MC51_RDBFL63 0xF00643DE          MC 51 Read Data and Bit Flip Register 63
MTU_MC51_RDBFL64 0xF00643E0          MC 51 Read Data and Bit Flip Register 64
MTU_MC51_RDBFL65 0xF00643E2          MC 51 Read Data and Bit Flip Register 65
MTU_MC51_RDBFL66 0xF00643E4          MC 51 Read Data and Bit Flip Register 66
MTU_MC51_ALMSRCS 0xF00643EE          MC 51 Alarm Sources Configuration Register
MTU_MC51_FAULTSTS 0xF00643F0          MC 51 SSH Safety Faults Status Register
MTU_MC51_ERRINFO0 0xF00643F2          MC 51 Error Information Register 0
MTU_MC51_ERRINFO1 0xF00643F4          MC 51 Error Information Register 1
MTU_MC51_ERRINFO2 0xF00643F6          MC 51 Error Information Register 2
MTU_MC51_ERRINFO3 0xF00643F8          MC 51 Error Information Register 3
MTU_MC51_ERRINFO4 0xF00643FA          MC 51 Error Information Register 4
MTU_MC52_CONFIG0 0xF0064400          MC 52 Configuration Register 0
MTU_MC52_CONFIG1 0xF0064402          MC 52 Configuration Register 1
MTU_MC52_MCONTROL 0xF0064404          MC 52 MBIST Control Register
MTU_MC52_MSTATUS 0xF0064406          MC 52 Status Register
MTU_MC52_RANGE  0xF0064408          MC 52 Range Register, single address mode
MTU_MC52_REVID  0xF006440C          MC 52 Revision ID Register
MTU_MC52_ECCS   0xF006440E          MC 52 ECC Safety Register
MTU_MC52_ECCD   0xF0064410          MC 52 Memory ECC Detection Register
MTU_MC52_ETRR0  0xF0064412          MC 52 Error Tracking Register 0
MTU_MC52_ETRR1  0xF0064414          MC 52 Error Tracking Register 1
MTU_MC52_ETRR2  0xF0064416          MC 52 Error Tracking Register 2
MTU_MC52_ETRR3  0xF0064418          MC 52 Error Tracking Register 3
MTU_MC52_ETRR4  0xF006441A          MC 52 Error Tracking Register 4
MTU_MC52_RDBFL0 0xF0064460          MC 52 Read Data and Bit Flip Register 0
MTU_MC52_RDBFL1 0xF0064462          MC 52 Read Data and Bit Flip Register 1
MTU_MC52_RDBFL2 0xF0064464          MC 52 Read Data and Bit Flip Register 2
MTU_MC52_RDBFL3 0xF0064466          MC 52 Read Data and Bit Flip Register 3
MTU_MC52_RDBFL4 0xF0064468          MC 52 Read Data and Bit Flip Register 4
MTU_MC52_RDBFL5 0xF006446A          MC 52 Read Data and Bit Flip Register 5
MTU_MC52_RDBFL6 0xF006446C          MC 52 Read Data and Bit Flip Register 6
MTU_MC52_RDBFL7 0xF006446E          MC 52 Read Data and Bit Flip Register 7
MTU_MC52_RDBFL8 0xF0064470          MC 52 Read Data and Bit Flip Register 8
MTU_MC52_RDBFL9 0xF0064472          MC 52 Read Data and Bit Flip Register 9
MTU_MC52_RDBFL10 0xF0064474          MC 52 Read Data and Bit Flip Register 10
MTU_MC52_RDBFL11 0xF0064476          MC 52 Read Data and Bit Flip Register 11
MTU_MC52_RDBFL12 0xF0064478          MC 52 Read Data and Bit Flip Register 12
MTU_MC52_RDBFL13 0xF006447A          MC 52 Read Data and Bit Flip Register 13
MTU_MC52_RDBFL14 0xF006447C          MC 52 Read Data and Bit Flip Register 14
MTU_MC52_RDBFL15 0xF006447E          MC 52 Read Data and Bit Flip Register 15
MTU_MC52_RDBFL16 0xF0064480          MC 52 Read Data and Bit Flip Register 16
MTU_MC52_RDBFL17 0xF0064482          MC 52 Read Data and Bit Flip Register 17
MTU_MC52_RDBFL18 0xF0064484          MC 52 Read Data and Bit Flip Register 18
MTU_MC52_RDBFL19 0xF0064486          MC 52 Read Data and Bit Flip Register 19
MTU_MC52_RDBFL20 0xF0064488          MC 52 Read Data and Bit Flip Register 20
MTU_MC52_RDBFL21 0xF006448A          MC 52 Read Data and Bit Flip Register 21
MTU_MC52_RDBFL22 0xF006448C          MC 52 Read Data and Bit Flip Register 22
MTU_MC52_RDBFL23 0xF006448E          MC 52 Read Data and Bit Flip Register 23
MTU_MC52_RDBFL24 0xF0064490          MC 52 Read Data and Bit Flip Register 24
MTU_MC52_RDBFL25 0xF0064492          MC 52 Read Data and Bit Flip Register 25
MTU_MC52_RDBFL26 0xF0064494          MC 52 Read Data and Bit Flip Register 26
MTU_MC52_RDBFL27 0xF0064496          MC 52 Read Data and Bit Flip Register 27
MTU_MC52_RDBFL28 0xF0064498          MC 52 Read Data and Bit Flip Register 28
MTU_MC52_RDBFL29 0xF006449A          MC 52 Read Data and Bit Flip Register 29
MTU_MC52_RDBFL30 0xF006449C          MC 52 Read Data and Bit Flip Register 30
MTU_MC52_RDBFL31 0xF006449E          MC 52 Read Data and Bit Flip Register 31
MTU_MC52_RDBFL32 0xF00644A0          MC 52 Read Data and Bit Flip Register 32
MTU_MC52_RDBFL33 0xF00644A2          MC 52 Read Data and Bit Flip Register 33
MTU_MC52_RDBFL34 0xF00644A4          MC 52 Read Data and Bit Flip Register 34
MTU_MC52_RDBFL35 0xF00644A6          MC 52 Read Data and Bit Flip Register 35
MTU_MC52_RDBFL36 0xF00644A8          MC 52 Read Data and Bit Flip Register 36
MTU_MC52_RDBFL37 0xF00644AA          MC 52 Read Data and Bit Flip Register 37
MTU_MC52_RDBFL38 0xF00644AC          MC 52 Read Data and Bit Flip Register 38
MTU_MC52_RDBFL39 0xF00644AE          MC 52 Read Data and Bit Flip Register 39
MTU_MC52_RDBFL40 0xF00644B0          MC 52 Read Data and Bit Flip Register 40
MTU_MC52_RDBFL41 0xF00644B2          MC 52 Read Data and Bit Flip Register 41
MTU_MC52_RDBFL42 0xF00644B4          MC 52 Read Data and Bit Flip Register 42
MTU_MC52_RDBFL43 0xF00644B6          MC 52 Read Data and Bit Flip Register 43
MTU_MC52_RDBFL44 0xF00644B8          MC 52 Read Data and Bit Flip Register 44
MTU_MC52_RDBFL45 0xF00644BA          MC 52 Read Data and Bit Flip Register 45
MTU_MC52_RDBFL46 0xF00644BC          MC 52 Read Data and Bit Flip Register 46
MTU_MC52_RDBFL47 0xF00644BE          MC 52 Read Data and Bit Flip Register 47
MTU_MC52_RDBFL48 0xF00644C0          MC 52 Read Data and Bit Flip Register 48
MTU_MC52_RDBFL49 0xF00644C2          MC 52 Read Data and Bit Flip Register 49
MTU_MC52_RDBFL50 0xF00644C4          MC 52 Read Data and Bit Flip Register 50
MTU_MC52_RDBFL51 0xF00644C6          MC 52 Read Data and Bit Flip Register 51
MTU_MC52_RDBFL52 0xF00644C8          MC 52 Read Data and Bit Flip Register 52
MTU_MC52_RDBFL53 0xF00644CA          MC 52 Read Data and Bit Flip Register 53
MTU_MC52_RDBFL54 0xF00644CC          MC 52 Read Data and Bit Flip Register 54
MTU_MC52_RDBFL55 0xF00644CE          MC 52 Read Data and Bit Flip Register 55
MTU_MC52_RDBFL56 0xF00644D0          MC 52 Read Data and Bit Flip Register 56
MTU_MC52_RDBFL57 0xF00644D2          MC 52 Read Data and Bit Flip Register 57
MTU_MC52_RDBFL58 0xF00644D4          MC 52 Read Data and Bit Flip Register 58
MTU_MC52_RDBFL59 0xF00644D6          MC 52 Read Data and Bit Flip Register 59
MTU_MC52_RDBFL60 0xF00644D8          MC 52 Read Data and Bit Flip Register 60
MTU_MC52_RDBFL61 0xF00644DA          MC 52 Read Data and Bit Flip Register 61
MTU_MC52_RDBFL62 0xF00644DC          MC 52 Read Data and Bit Flip Register 62
MTU_MC52_RDBFL63 0xF00644DE          MC 52 Read Data and Bit Flip Register 63
MTU_MC52_RDBFL64 0xF00644E0          MC 52 Read Data and Bit Flip Register 64
MTU_MC52_RDBFL65 0xF00644E2          MC 52 Read Data and Bit Flip Register 65
MTU_MC52_RDBFL66 0xF00644E4          MC 52 Read Data and Bit Flip Register 66
MTU_MC52_ALMSRCS 0xF00644EE          MC 52 Alarm Sources Configuration Register
MTU_MC52_FAULTSTS 0xF00644F0          MC 52 SSH Safety Faults Status Register
MTU_MC52_ERRINFO0 0xF00644F2          MC 52 Error Information Register 0
MTU_MC52_ERRINFO1 0xF00644F4          MC 52 Error Information Register 1
MTU_MC52_ERRINFO2 0xF00644F6          MC 52 Error Information Register 2
MTU_MC52_ERRINFO3 0xF00644F8          MC 52 Error Information Register 3
MTU_MC52_ERRINFO4 0xF00644FA          MC 52 Error Information Register 4
MTU_MC53_CONFIG0 0xF0064500          MC 53 Configuration Register 0
MTU_MC53_CONFIG1 0xF0064502          MC 53 Configuration Register 1
MTU_MC53_MCONTROL 0xF0064504          MC 53 MBIST Control Register
MTU_MC53_MSTATUS 0xF0064506          MC 53 Status Register
MTU_MC53_RANGE  0xF0064508          MC 53 Range Register, single address mode
MTU_MC53_REVID  0xF006450C          MC 53 Revision ID Register
MTU_MC53_ECCS   0xF006450E          MC 53 ECC Safety Register
MTU_MC53_ECCD   0xF0064510          MC 53 Memory ECC Detection Register
MTU_MC53_ETRR0  0xF0064512          MC 53 Error Tracking Register 0
MTU_MC53_ETRR1  0xF0064514          MC 53 Error Tracking Register 1
MTU_MC53_ETRR2  0xF0064516          MC 53 Error Tracking Register 2
MTU_MC53_ETRR3  0xF0064518          MC 53 Error Tracking Register 3
MTU_MC53_ETRR4  0xF006451A          MC 53 Error Tracking Register 4
MTU_MC53_RDBFL0 0xF0064560          MC 53 Read Data and Bit Flip Register 0
MTU_MC53_RDBFL1 0xF0064562          MC 53 Read Data and Bit Flip Register 1
MTU_MC53_RDBFL2 0xF0064564          MC 53 Read Data and Bit Flip Register 2
MTU_MC53_RDBFL3 0xF0064566          MC 53 Read Data and Bit Flip Register 3
MTU_MC53_RDBFL4 0xF0064568          MC 53 Read Data and Bit Flip Register 4
MTU_MC53_RDBFL5 0xF006456A          MC 53 Read Data and Bit Flip Register 5
MTU_MC53_RDBFL6 0xF006456C          MC 53 Read Data and Bit Flip Register 6
MTU_MC53_RDBFL7 0xF006456E          MC 53 Read Data and Bit Flip Register 7
MTU_MC53_RDBFL8 0xF0064570          MC 53 Read Data and Bit Flip Register 8
MTU_MC53_RDBFL9 0xF0064572          MC 53 Read Data and Bit Flip Register 9
MTU_MC53_RDBFL10 0xF0064574          MC 53 Read Data and Bit Flip Register 10
MTU_MC53_RDBFL11 0xF0064576          MC 53 Read Data and Bit Flip Register 11
MTU_MC53_RDBFL12 0xF0064578          MC 53 Read Data and Bit Flip Register 12
MTU_MC53_RDBFL13 0xF006457A          MC 53 Read Data and Bit Flip Register 13
MTU_MC53_RDBFL14 0xF006457C          MC 53 Read Data and Bit Flip Register 14
MTU_MC53_RDBFL15 0xF006457E          MC 53 Read Data and Bit Flip Register 15
MTU_MC53_RDBFL16 0xF0064580          MC 53 Read Data and Bit Flip Register 16
MTU_MC53_RDBFL17 0xF0064582          MC 53 Read Data and Bit Flip Register 17
MTU_MC53_RDBFL18 0xF0064584          MC 53 Read Data and Bit Flip Register 18
MTU_MC53_RDBFL19 0xF0064586          MC 53 Read Data and Bit Flip Register 19
MTU_MC53_RDBFL20 0xF0064588          MC 53 Read Data and Bit Flip Register 20
MTU_MC53_RDBFL21 0xF006458A          MC 53 Read Data and Bit Flip Register 21
MTU_MC53_RDBFL22 0xF006458C          MC 53 Read Data and Bit Flip Register 22
MTU_MC53_RDBFL23 0xF006458E          MC 53 Read Data and Bit Flip Register 23
MTU_MC53_RDBFL24 0xF0064590          MC 53 Read Data and Bit Flip Register 24
MTU_MC53_RDBFL25 0xF0064592          MC 53 Read Data and Bit Flip Register 25
MTU_MC53_RDBFL26 0xF0064594          MC 53 Read Data and Bit Flip Register 26
MTU_MC53_RDBFL27 0xF0064596          MC 53 Read Data and Bit Flip Register 27
MTU_MC53_RDBFL28 0xF0064598          MC 53 Read Data and Bit Flip Register 28
MTU_MC53_RDBFL29 0xF006459A          MC 53 Read Data and Bit Flip Register 29
MTU_MC53_RDBFL30 0xF006459C          MC 53 Read Data and Bit Flip Register 30
MTU_MC53_RDBFL31 0xF006459E          MC 53 Read Data and Bit Flip Register 31
MTU_MC53_RDBFL32 0xF00645A0          MC 53 Read Data and Bit Flip Register 32
MTU_MC53_RDBFL33 0xF00645A2          MC 53 Read Data and Bit Flip Register 33
MTU_MC53_RDBFL34 0xF00645A4          MC 53 Read Data and Bit Flip Register 34
MTU_MC53_RDBFL35 0xF00645A6          MC 53 Read Data and Bit Flip Register 35
MTU_MC53_RDBFL36 0xF00645A8          MC 53 Read Data and Bit Flip Register 36
MTU_MC53_RDBFL37 0xF00645AA          MC 53 Read Data and Bit Flip Register 37
MTU_MC53_RDBFL38 0xF00645AC          MC 53 Read Data and Bit Flip Register 38
MTU_MC53_RDBFL39 0xF00645AE          MC 53 Read Data and Bit Flip Register 39
MTU_MC53_RDBFL40 0xF00645B0          MC 53 Read Data and Bit Flip Register 40
MTU_MC53_RDBFL41 0xF00645B2          MC 53 Read Data and Bit Flip Register 41
MTU_MC53_RDBFL42 0xF00645B4          MC 53 Read Data and Bit Flip Register 42
MTU_MC53_RDBFL43 0xF00645B6          MC 53 Read Data and Bit Flip Register 43
MTU_MC53_RDBFL44 0xF00645B8          MC 53 Read Data and Bit Flip Register 44
MTU_MC53_RDBFL45 0xF00645BA          MC 53 Read Data and Bit Flip Register 45
MTU_MC53_RDBFL46 0xF00645BC          MC 53 Read Data and Bit Flip Register 46
MTU_MC53_RDBFL47 0xF00645BE          MC 53 Read Data and Bit Flip Register 47
MTU_MC53_RDBFL48 0xF00645C0          MC 53 Read Data and Bit Flip Register 48
MTU_MC53_RDBFL49 0xF00645C2          MC 53 Read Data and Bit Flip Register 49
MTU_MC53_RDBFL50 0xF00645C4          MC 53 Read Data and Bit Flip Register 50
MTU_MC53_RDBFL51 0xF00645C6          MC 53 Read Data and Bit Flip Register 51
MTU_MC53_RDBFL52 0xF00645C8          MC 53 Read Data and Bit Flip Register 52
MTU_MC53_RDBFL53 0xF00645CA          MC 53 Read Data and Bit Flip Register 53
MTU_MC53_RDBFL54 0xF00645CC          MC 53 Read Data and Bit Flip Register 54
MTU_MC53_RDBFL55 0xF00645CE          MC 53 Read Data and Bit Flip Register 55
MTU_MC53_RDBFL56 0xF00645D0          MC 53 Read Data and Bit Flip Register 56
MTU_MC53_RDBFL57 0xF00645D2          MC 53 Read Data and Bit Flip Register 57
MTU_MC53_RDBFL58 0xF00645D4          MC 53 Read Data and Bit Flip Register 58
MTU_MC53_RDBFL59 0xF00645D6          MC 53 Read Data and Bit Flip Register 59
MTU_MC53_RDBFL60 0xF00645D8          MC 53 Read Data and Bit Flip Register 60
MTU_MC53_RDBFL61 0xF00645DA          MC 53 Read Data and Bit Flip Register 61
MTU_MC53_RDBFL62 0xF00645DC          MC 53 Read Data and Bit Flip Register 62
MTU_MC53_RDBFL63 0xF00645DE          MC 53 Read Data and Bit Flip Register 63
MTU_MC53_RDBFL64 0xF00645E0          MC 53 Read Data and Bit Flip Register 64
MTU_MC53_RDBFL65 0xF00645E2          MC 53 Read Data and Bit Flip Register 65
MTU_MC53_RDBFL66 0xF00645E4          MC 53 Read Data and Bit Flip Register 66
MTU_MC53_ALMSRCS 0xF00645EE          MC 53 Alarm Sources Configuration Register
MTU_MC53_FAULTSTS 0xF00645F0          MC 53 SSH Safety Faults Status Register
MTU_MC53_ERRINFO0 0xF00645F2          MC 53 Error Information Register 0
MTU_MC53_ERRINFO1 0xF00645F4          MC 53 Error Information Register 1
MTU_MC53_ERRINFO2 0xF00645F6          MC 53 Error Information Register 2
MTU_MC53_ERRINFO3 0xF00645F8          MC 53 Error Information Register 3
MTU_MC53_ERRINFO4 0xF00645FA          MC 53 Error Information Register 4
MTU_MC54_CONFIG0 0xF0064600          MC 54 Configuration Register 0
MTU_MC54_CONFIG1 0xF0064602          MC 54 Configuration Register 1
MTU_MC54_MCONTROL 0xF0064604          MC 54 MBIST Control Register
MTU_MC54_MSTATUS 0xF0064606          MC 54 Status Register
MTU_MC54_RANGE  0xF0064608          MC 54 Range Register, single address mode
MTU_MC54_REVID  0xF006460C          MC 54 Revision ID Register
MTU_MC54_ECCS   0xF006460E          MC 54 ECC Safety Register
MTU_MC54_ECCD   0xF0064610          MC 54 Memory ECC Detection Register
MTU_MC54_ETRR0  0xF0064612          MC 54 Error Tracking Register 0
MTU_MC54_ETRR1  0xF0064614          MC 54 Error Tracking Register 1
MTU_MC54_ETRR2  0xF0064616          MC 54 Error Tracking Register 2
MTU_MC54_ETRR3  0xF0064618          MC 54 Error Tracking Register 3
MTU_MC54_ETRR4  0xF006461A          MC 54 Error Tracking Register 4
MTU_MC54_RDBFL0 0xF0064660          MC 54 Read Data and Bit Flip Register 0
MTU_MC54_RDBFL1 0xF0064662          MC 54 Read Data and Bit Flip Register 1
MTU_MC54_RDBFL2 0xF0064664          MC 54 Read Data and Bit Flip Register 2
MTU_MC54_RDBFL3 0xF0064666          MC 54 Read Data and Bit Flip Register 3
MTU_MC54_RDBFL4 0xF0064668          MC 54 Read Data and Bit Flip Register 4
MTU_MC54_RDBFL5 0xF006466A          MC 54 Read Data and Bit Flip Register 5
MTU_MC54_RDBFL6 0xF006466C          MC 54 Read Data and Bit Flip Register 6
MTU_MC54_RDBFL7 0xF006466E          MC 54 Read Data and Bit Flip Register 7
MTU_MC54_RDBFL8 0xF0064670          MC 54 Read Data and Bit Flip Register 8
MTU_MC54_RDBFL9 0xF0064672          MC 54 Read Data and Bit Flip Register 9
MTU_MC54_RDBFL10 0xF0064674          MC 54 Read Data and Bit Flip Register 10
MTU_MC54_RDBFL11 0xF0064676          MC 54 Read Data and Bit Flip Register 11
MTU_MC54_RDBFL12 0xF0064678          MC 54 Read Data and Bit Flip Register 12
MTU_MC54_RDBFL13 0xF006467A          MC 54 Read Data and Bit Flip Register 13
MTU_MC54_RDBFL14 0xF006467C          MC 54 Read Data and Bit Flip Register 14
MTU_MC54_RDBFL15 0xF006467E          MC 54 Read Data and Bit Flip Register 15
MTU_MC54_RDBFL16 0xF0064680          MC 54 Read Data and Bit Flip Register 16
MTU_MC54_RDBFL17 0xF0064682          MC 54 Read Data and Bit Flip Register 17
MTU_MC54_RDBFL18 0xF0064684          MC 54 Read Data and Bit Flip Register 18
MTU_MC54_RDBFL19 0xF0064686          MC 54 Read Data and Bit Flip Register 19
MTU_MC54_RDBFL20 0xF0064688          MC 54 Read Data and Bit Flip Register 20
MTU_MC54_RDBFL21 0xF006468A          MC 54 Read Data and Bit Flip Register 21
MTU_MC54_RDBFL22 0xF006468C          MC 54 Read Data and Bit Flip Register 22
MTU_MC54_RDBFL23 0xF006468E          MC 54 Read Data and Bit Flip Register 23
MTU_MC54_RDBFL24 0xF0064690          MC 54 Read Data and Bit Flip Register 24
MTU_MC54_RDBFL25 0xF0064692          MC 54 Read Data and Bit Flip Register 25
MTU_MC54_RDBFL26 0xF0064694          MC 54 Read Data and Bit Flip Register 26
MTU_MC54_RDBFL27 0xF0064696          MC 54 Read Data and Bit Flip Register 27
MTU_MC54_RDBFL28 0xF0064698          MC 54 Read Data and Bit Flip Register 28
MTU_MC54_RDBFL29 0xF006469A          MC 54 Read Data and Bit Flip Register 29
MTU_MC54_RDBFL30 0xF006469C          MC 54 Read Data and Bit Flip Register 30
MTU_MC54_RDBFL31 0xF006469E          MC 54 Read Data and Bit Flip Register 31
MTU_MC54_RDBFL32 0xF00646A0          MC 54 Read Data and Bit Flip Register 32
MTU_MC54_RDBFL33 0xF00646A2          MC 54 Read Data and Bit Flip Register 33
MTU_MC54_RDBFL34 0xF00646A4          MC 54 Read Data and Bit Flip Register 34
MTU_MC54_RDBFL35 0xF00646A6          MC 54 Read Data and Bit Flip Register 35
MTU_MC54_RDBFL36 0xF00646A8          MC 54 Read Data and Bit Flip Register 36
MTU_MC54_RDBFL37 0xF00646AA          MC 54 Read Data and Bit Flip Register 37
MTU_MC54_RDBFL38 0xF00646AC          MC 54 Read Data and Bit Flip Register 38
MTU_MC54_RDBFL39 0xF00646AE          MC 54 Read Data and Bit Flip Register 39
MTU_MC54_RDBFL40 0xF00646B0          MC 54 Read Data and Bit Flip Register 40
MTU_MC54_RDBFL41 0xF00646B2          MC 54 Read Data and Bit Flip Register 41
MTU_MC54_RDBFL42 0xF00646B4          MC 54 Read Data and Bit Flip Register 42
MTU_MC54_RDBFL43 0xF00646B6          MC 54 Read Data and Bit Flip Register 43
MTU_MC54_RDBFL44 0xF00646B8          MC 54 Read Data and Bit Flip Register 44
MTU_MC54_RDBFL45 0xF00646BA          MC 54 Read Data and Bit Flip Register 45
MTU_MC54_RDBFL46 0xF00646BC          MC 54 Read Data and Bit Flip Register 46
MTU_MC54_RDBFL47 0xF00646BE          MC 54 Read Data and Bit Flip Register 47
MTU_MC54_RDBFL48 0xF00646C0          MC 54 Read Data and Bit Flip Register 48
MTU_MC54_RDBFL49 0xF00646C2          MC 54 Read Data and Bit Flip Register 49
MTU_MC54_RDBFL50 0xF00646C4          MC 54 Read Data and Bit Flip Register 50
MTU_MC54_RDBFL51 0xF00646C6          MC 54 Read Data and Bit Flip Register 51
MTU_MC54_RDBFL52 0xF00646C8          MC 54 Read Data and Bit Flip Register 52
MTU_MC54_RDBFL53 0xF00646CA          MC 54 Read Data and Bit Flip Register 53
MTU_MC54_RDBFL54 0xF00646CC          MC 54 Read Data and Bit Flip Register 54
MTU_MC54_RDBFL55 0xF00646CE          MC 54 Read Data and Bit Flip Register 55
MTU_MC54_RDBFL56 0xF00646D0          MC 54 Read Data and Bit Flip Register 56
MTU_MC54_RDBFL57 0xF00646D2          MC 54 Read Data and Bit Flip Register 57
MTU_MC54_RDBFL58 0xF00646D4          MC 54 Read Data and Bit Flip Register 58
MTU_MC54_RDBFL59 0xF00646D6          MC 54 Read Data and Bit Flip Register 59
MTU_MC54_RDBFL60 0xF00646D8          MC 54 Read Data and Bit Flip Register 60
MTU_MC54_RDBFL61 0xF00646DA          MC 54 Read Data and Bit Flip Register 61
MTU_MC54_RDBFL62 0xF00646DC          MC 54 Read Data and Bit Flip Register 62
MTU_MC54_RDBFL63 0xF00646DE          MC 54 Read Data and Bit Flip Register 63
MTU_MC54_RDBFL64 0xF00646E0          MC 54 Read Data and Bit Flip Register 64
MTU_MC54_RDBFL65 0xF00646E2          MC 54 Read Data and Bit Flip Register 65
MTU_MC54_RDBFL66 0xF00646E4          MC 54 Read Data and Bit Flip Register 66
MTU_MC54_ALMSRCS 0xF00646EE          MC 54 Alarm Sources Configuration Register
MTU_MC54_FAULTSTS 0xF00646F0          MC 54 SSH Safety Faults Status Register
MTU_MC54_ERRINFO0 0xF00646F2          MC 54 Error Information Register 0
MTU_MC54_ERRINFO1 0xF00646F4          MC 54 Error Information Register 1
MTU_MC54_ERRINFO2 0xF00646F6          MC 54 Error Information Register 2
MTU_MC54_ERRINFO3 0xF00646F8          MC 54 Error Information Register 3
MTU_MC54_ERRINFO4 0xF00646FA          MC 54 Error Information Register 4
MTU_MC55_CONFIG0 0xF0064700          MC 55 Configuration Register 0
MTU_MC55_CONFIG1 0xF0064702          MC 55 Configuration Register 1
MTU_MC55_MCONTROL 0xF0064704          MC 55 MBIST Control Register
MTU_MC55_MSTATUS 0xF0064706          MC 55 Status Register
MTU_MC55_RANGE  0xF0064708          MC 55 Range Register, single address mode
MTU_MC55_REVID  0xF006470C          MC 55 Revision ID Register
MTU_MC55_ECCS   0xF006470E          MC 55 ECC Safety Register
MTU_MC55_ECCD   0xF0064710          MC 55 Memory ECC Detection Register
MTU_MC55_ETRR0  0xF0064712          MC 55 Error Tracking Register 0
MTU_MC55_ETRR1  0xF0064714          MC 55 Error Tracking Register 1
MTU_MC55_ETRR2  0xF0064716          MC 55 Error Tracking Register 2
MTU_MC55_ETRR3  0xF0064718          MC 55 Error Tracking Register 3
MTU_MC55_ETRR4  0xF006471A          MC 55 Error Tracking Register 4
MTU_MC55_RDBFL0 0xF0064760          MC 55 Read Data and Bit Flip Register 0
MTU_MC55_RDBFL1 0xF0064762          MC 55 Read Data and Bit Flip Register 1
MTU_MC55_RDBFL2 0xF0064764          MC 55 Read Data and Bit Flip Register 2
MTU_MC55_RDBFL3 0xF0064766          MC 55 Read Data and Bit Flip Register 3
MTU_MC55_RDBFL4 0xF0064768          MC 55 Read Data and Bit Flip Register 4
MTU_MC55_RDBFL5 0xF006476A          MC 55 Read Data and Bit Flip Register 5
MTU_MC55_RDBFL6 0xF006476C          MC 55 Read Data and Bit Flip Register 6
MTU_MC55_RDBFL7 0xF006476E          MC 55 Read Data and Bit Flip Register 7
MTU_MC55_RDBFL8 0xF0064770          MC 55 Read Data and Bit Flip Register 8
MTU_MC55_RDBFL9 0xF0064772          MC 55 Read Data and Bit Flip Register 9
MTU_MC55_RDBFL10 0xF0064774          MC 55 Read Data and Bit Flip Register 10
MTU_MC55_RDBFL11 0xF0064776          MC 55 Read Data and Bit Flip Register 11
MTU_MC55_RDBFL12 0xF0064778          MC 55 Read Data and Bit Flip Register 12
MTU_MC55_RDBFL13 0xF006477A          MC 55 Read Data and Bit Flip Register 13
MTU_MC55_RDBFL14 0xF006477C          MC 55 Read Data and Bit Flip Register 14
MTU_MC55_RDBFL15 0xF006477E          MC 55 Read Data and Bit Flip Register 15
MTU_MC55_RDBFL16 0xF0064780          MC 55 Read Data and Bit Flip Register 16
MTU_MC55_RDBFL17 0xF0064782          MC 55 Read Data and Bit Flip Register 17
MTU_MC55_RDBFL18 0xF0064784          MC 55 Read Data and Bit Flip Register 18
MTU_MC55_RDBFL19 0xF0064786          MC 55 Read Data and Bit Flip Register 19
MTU_MC55_RDBFL20 0xF0064788          MC 55 Read Data and Bit Flip Register 20
MTU_MC55_RDBFL21 0xF006478A          MC 55 Read Data and Bit Flip Register 21
MTU_MC55_RDBFL22 0xF006478C          MC 55 Read Data and Bit Flip Register 22
MTU_MC55_RDBFL23 0xF006478E          MC 55 Read Data and Bit Flip Register 23
MTU_MC55_RDBFL24 0xF0064790          MC 55 Read Data and Bit Flip Register 24
MTU_MC55_RDBFL25 0xF0064792          MC 55 Read Data and Bit Flip Register 25
MTU_MC55_RDBFL26 0xF0064794          MC 55 Read Data and Bit Flip Register 26
MTU_MC55_RDBFL27 0xF0064796          MC 55 Read Data and Bit Flip Register 27
MTU_MC55_RDBFL28 0xF0064798          MC 55 Read Data and Bit Flip Register 28
MTU_MC55_RDBFL29 0xF006479A          MC 55 Read Data and Bit Flip Register 29
MTU_MC55_RDBFL30 0xF006479C          MC 55 Read Data and Bit Flip Register 30
MTU_MC55_RDBFL31 0xF006479E          MC 55 Read Data and Bit Flip Register 31
MTU_MC55_RDBFL32 0xF00647A0          MC 55 Read Data and Bit Flip Register 32
MTU_MC55_RDBFL33 0xF00647A2          MC 55 Read Data and Bit Flip Register 33
MTU_MC55_RDBFL34 0xF00647A4          MC 55 Read Data and Bit Flip Register 34
MTU_MC55_RDBFL35 0xF00647A6          MC 55 Read Data and Bit Flip Register 35
MTU_MC55_RDBFL36 0xF00647A8          MC 55 Read Data and Bit Flip Register 36
MTU_MC55_RDBFL37 0xF00647AA          MC 55 Read Data and Bit Flip Register 37
MTU_MC55_RDBFL38 0xF00647AC          MC 55 Read Data and Bit Flip Register 38
MTU_MC55_RDBFL39 0xF00647AE          MC 55 Read Data and Bit Flip Register 39
MTU_MC55_RDBFL40 0xF00647B0          MC 55 Read Data and Bit Flip Register 40
MTU_MC55_RDBFL41 0xF00647B2          MC 55 Read Data and Bit Flip Register 41
MTU_MC55_RDBFL42 0xF00647B4          MC 55 Read Data and Bit Flip Register 42
MTU_MC55_RDBFL43 0xF00647B6          MC 55 Read Data and Bit Flip Register 43
MTU_MC55_RDBFL44 0xF00647B8          MC 55 Read Data and Bit Flip Register 44
MTU_MC55_RDBFL45 0xF00647BA          MC 55 Read Data and Bit Flip Register 45
MTU_MC55_RDBFL46 0xF00647BC          MC 55 Read Data and Bit Flip Register 46
MTU_MC55_RDBFL47 0xF00647BE          MC 55 Read Data and Bit Flip Register 47
MTU_MC55_RDBFL48 0xF00647C0          MC 55 Read Data and Bit Flip Register 48
MTU_MC55_RDBFL49 0xF00647C2          MC 55 Read Data and Bit Flip Register 49
MTU_MC55_RDBFL50 0xF00647C4          MC 55 Read Data and Bit Flip Register 50
MTU_MC55_RDBFL51 0xF00647C6          MC 55 Read Data and Bit Flip Register 51
MTU_MC55_RDBFL52 0xF00647C8          MC 55 Read Data and Bit Flip Register 52
MTU_MC55_RDBFL53 0xF00647CA          MC 55 Read Data and Bit Flip Register 53
MTU_MC55_RDBFL54 0xF00647CC          MC 55 Read Data and Bit Flip Register 54
MTU_MC55_RDBFL55 0xF00647CE          MC 55 Read Data and Bit Flip Register 55
MTU_MC55_RDBFL56 0xF00647D0          MC 55 Read Data and Bit Flip Register 56
MTU_MC55_RDBFL57 0xF00647D2          MC 55 Read Data and Bit Flip Register 57
MTU_MC55_RDBFL58 0xF00647D4          MC 55 Read Data and Bit Flip Register 58
MTU_MC55_RDBFL59 0xF00647D6          MC 55 Read Data and Bit Flip Register 59
MTU_MC55_RDBFL60 0xF00647D8          MC 55 Read Data and Bit Flip Register 60
MTU_MC55_RDBFL61 0xF00647DA          MC 55 Read Data and Bit Flip Register 61
MTU_MC55_RDBFL62 0xF00647DC          MC 55 Read Data and Bit Flip Register 62
MTU_MC55_RDBFL63 0xF00647DE          MC 55 Read Data and Bit Flip Register 63
MTU_MC55_RDBFL64 0xF00647E0          MC 55 Read Data and Bit Flip Register 64
MTU_MC55_RDBFL65 0xF00647E2          MC 55 Read Data and Bit Flip Register 65
MTU_MC55_RDBFL66 0xF00647E4          MC 55 Read Data and Bit Flip Register 66
MTU_MC55_ALMSRCS 0xF00647EE          MC 55 Alarm Sources Configuration Register
MTU_MC55_FAULTSTS 0xF00647F0          MC 55 SSH Safety Faults Status Register
MTU_MC55_ERRINFO0 0xF00647F2          MC 55 Error Information Register 0
MTU_MC55_ERRINFO1 0xF00647F4          MC 55 Error Information Register 1
MTU_MC55_ERRINFO2 0xF00647F6          MC 55 Error Information Register 2
MTU_MC55_ERRINFO3 0xF00647F8          MC 55 Error Information Register 3
MTU_MC55_ERRINFO4 0xF00647FA          MC 55 Error Information Register 4
MTU_MC56_CONFIG0 0xF0064800          MC 56 Configuration Register 0
MTU_MC56_CONFIG1 0xF0064802          MC 56 Configuration Register 1
MTU_MC56_MCONTROL 0xF0064804          MC 56 MBIST Control Register
MTU_MC56_MSTATUS 0xF0064806          MC 56 Status Register
MTU_MC56_RANGE  0xF0064808          MC 56 Range Register, single address mode
MTU_MC56_REVID  0xF006480C          MC 56 Revision ID Register
MTU_MC56_ECCS   0xF006480E          MC 56 ECC Safety Register
MTU_MC56_ECCD   0xF0064810          MC 56 Memory ECC Detection Register
MTU_MC56_ETRR0  0xF0064812          MC 56 Error Tracking Register 0
MTU_MC56_ETRR1  0xF0064814          MC 56 Error Tracking Register 1
MTU_MC56_ETRR2  0xF0064816          MC 56 Error Tracking Register 2
MTU_MC56_ETRR3  0xF0064818          MC 56 Error Tracking Register 3
MTU_MC56_ETRR4  0xF006481A          MC 56 Error Tracking Register 4
MTU_MC56_RDBFL0 0xF0064860          MC 56 Read Data and Bit Flip Register 0
MTU_MC56_RDBFL1 0xF0064862          MC 56 Read Data and Bit Flip Register 1
MTU_MC56_RDBFL2 0xF0064864          MC 56 Read Data and Bit Flip Register 2
MTU_MC56_RDBFL3 0xF0064866          MC 56 Read Data and Bit Flip Register 3
MTU_MC56_RDBFL4 0xF0064868          MC 56 Read Data and Bit Flip Register 4
MTU_MC56_RDBFL5 0xF006486A          MC 56 Read Data and Bit Flip Register 5
MTU_MC56_RDBFL6 0xF006486C          MC 56 Read Data and Bit Flip Register 6
MTU_MC56_RDBFL7 0xF006486E          MC 56 Read Data and Bit Flip Register 7
MTU_MC56_RDBFL8 0xF0064870          MC 56 Read Data and Bit Flip Register 8
MTU_MC56_RDBFL9 0xF0064872          MC 56 Read Data and Bit Flip Register 9
MTU_MC56_RDBFL10 0xF0064874          MC 56 Read Data and Bit Flip Register 10
MTU_MC56_RDBFL11 0xF0064876          MC 56 Read Data and Bit Flip Register 11
MTU_MC56_RDBFL12 0xF0064878          MC 56 Read Data and Bit Flip Register 12
MTU_MC56_RDBFL13 0xF006487A          MC 56 Read Data and Bit Flip Register 13
MTU_MC56_RDBFL14 0xF006487C          MC 56 Read Data and Bit Flip Register 14
MTU_MC56_RDBFL15 0xF006487E          MC 56 Read Data and Bit Flip Register 15
MTU_MC56_RDBFL16 0xF0064880          MC 56 Read Data and Bit Flip Register 16
MTU_MC56_RDBFL17 0xF0064882          MC 56 Read Data and Bit Flip Register 17
MTU_MC56_RDBFL18 0xF0064884          MC 56 Read Data and Bit Flip Register 18
MTU_MC56_RDBFL19 0xF0064886          MC 56 Read Data and Bit Flip Register 19
MTU_MC56_RDBFL20 0xF0064888          MC 56 Read Data and Bit Flip Register 20
MTU_MC56_RDBFL21 0xF006488A          MC 56 Read Data and Bit Flip Register 21
MTU_MC56_RDBFL22 0xF006488C          MC 56 Read Data and Bit Flip Register 22
MTU_MC56_RDBFL23 0xF006488E          MC 56 Read Data and Bit Flip Register 23
MTU_MC56_RDBFL24 0xF0064890          MC 56 Read Data and Bit Flip Register 24
MTU_MC56_RDBFL25 0xF0064892          MC 56 Read Data and Bit Flip Register 25
MTU_MC56_RDBFL26 0xF0064894          MC 56 Read Data and Bit Flip Register 26
MTU_MC56_RDBFL27 0xF0064896          MC 56 Read Data and Bit Flip Register 27
MTU_MC56_RDBFL28 0xF0064898          MC 56 Read Data and Bit Flip Register 28
MTU_MC56_RDBFL29 0xF006489A          MC 56 Read Data and Bit Flip Register 29
MTU_MC56_RDBFL30 0xF006489C          MC 56 Read Data and Bit Flip Register 30
MTU_MC56_RDBFL31 0xF006489E          MC 56 Read Data and Bit Flip Register 31
MTU_MC56_RDBFL32 0xF00648A0          MC 56 Read Data and Bit Flip Register 32
MTU_MC56_RDBFL33 0xF00648A2          MC 56 Read Data and Bit Flip Register 33
MTU_MC56_RDBFL34 0xF00648A4          MC 56 Read Data and Bit Flip Register 34
MTU_MC56_RDBFL35 0xF00648A6          MC 56 Read Data and Bit Flip Register 35
MTU_MC56_RDBFL36 0xF00648A8          MC 56 Read Data and Bit Flip Register 36
MTU_MC56_RDBFL37 0xF00648AA          MC 56 Read Data and Bit Flip Register 37
MTU_MC56_RDBFL38 0xF00648AC          MC 56 Read Data and Bit Flip Register 38
MTU_MC56_RDBFL39 0xF00648AE          MC 56 Read Data and Bit Flip Register 39
MTU_MC56_RDBFL40 0xF00648B0          MC 56 Read Data and Bit Flip Register 40
MTU_MC56_RDBFL41 0xF00648B2          MC 56 Read Data and Bit Flip Register 41
MTU_MC56_RDBFL42 0xF00648B4          MC 56 Read Data and Bit Flip Register 42
MTU_MC56_RDBFL43 0xF00648B6          MC 56 Read Data and Bit Flip Register 43
MTU_MC56_RDBFL44 0xF00648B8          MC 56 Read Data and Bit Flip Register 44
MTU_MC56_RDBFL45 0xF00648BA          MC 56 Read Data and Bit Flip Register 45
MTU_MC56_RDBFL46 0xF00648BC          MC 56 Read Data and Bit Flip Register 46
MTU_MC56_RDBFL47 0xF00648BE          MC 56 Read Data and Bit Flip Register 47
MTU_MC56_RDBFL48 0xF00648C0          MC 56 Read Data and Bit Flip Register 48
MTU_MC56_RDBFL49 0xF00648C2          MC 56 Read Data and Bit Flip Register 49
MTU_MC56_RDBFL50 0xF00648C4          MC 56 Read Data and Bit Flip Register 50
MTU_MC56_RDBFL51 0xF00648C6          MC 56 Read Data and Bit Flip Register 51
MTU_MC56_RDBFL52 0xF00648C8          MC 56 Read Data and Bit Flip Register 52
MTU_MC56_RDBFL53 0xF00648CA          MC 56 Read Data and Bit Flip Register 53
MTU_MC56_RDBFL54 0xF00648CC          MC 56 Read Data and Bit Flip Register 54
MTU_MC56_RDBFL55 0xF00648CE          MC 56 Read Data and Bit Flip Register 55
MTU_MC56_RDBFL56 0xF00648D0          MC 56 Read Data and Bit Flip Register 56
MTU_MC56_RDBFL57 0xF00648D2          MC 56 Read Data and Bit Flip Register 57
MTU_MC56_RDBFL58 0xF00648D4          MC 56 Read Data and Bit Flip Register 58
MTU_MC56_RDBFL59 0xF00648D6          MC 56 Read Data and Bit Flip Register 59
MTU_MC56_RDBFL60 0xF00648D8          MC 56 Read Data and Bit Flip Register 60
MTU_MC56_RDBFL61 0xF00648DA          MC 56 Read Data and Bit Flip Register 61
MTU_MC56_RDBFL62 0xF00648DC          MC 56 Read Data and Bit Flip Register 62
MTU_MC56_RDBFL63 0xF00648DE          MC 56 Read Data and Bit Flip Register 63
MTU_MC56_RDBFL64 0xF00648E0          MC 56 Read Data and Bit Flip Register 64
MTU_MC56_RDBFL65 0xF00648E2          MC 56 Read Data and Bit Flip Register 65
MTU_MC56_RDBFL66 0xF00648E4          MC 56 Read Data and Bit Flip Register 66
MTU_MC56_ALMSRCS 0xF00648EE          MC 56 Alarm Sources Configuration Register
MTU_MC56_FAULTSTS 0xF00648F0          MC 56 SSH Safety Faults Status Register
MTU_MC56_ERRINFO0 0xF00648F2          MC 56 Error Information Register 0
MTU_MC56_ERRINFO1 0xF00648F4          MC 56 Error Information Register 1
MTU_MC56_ERRINFO2 0xF00648F6          MC 56 Error Information Register 2
MTU_MC56_ERRINFO3 0xF00648F8          MC 56 Error Information Register 3
MTU_MC56_ERRINFO4 0xF00648FA          MC 56 Error Information Register 4
MTU_MC57_CONFIG0 0xF0064900          MC 57 Configuration Register 0
MTU_MC57_CONFIG1 0xF0064902          MC 57 Configuration Register 1
MTU_MC57_MCONTROL 0xF0064904          MC 57 MBIST Control Register
MTU_MC57_MSTATUS 0xF0064906          MC 57 Status Register
MTU_MC57_RANGE  0xF0064908          MC 57 Range Register, single address mode
MTU_MC57_REVID  0xF006490C          MC 57 Revision ID Register
MTU_MC57_ECCS   0xF006490E          MC 57 ECC Safety Register
MTU_MC57_ECCD   0xF0064910          MC 57 Memory ECC Detection Register
MTU_MC57_ETRR0  0xF0064912          MC 57 Error Tracking Register 0
MTU_MC57_ETRR1  0xF0064914          MC 57 Error Tracking Register 1
MTU_MC57_ETRR2  0xF0064916          MC 57 Error Tracking Register 2
MTU_MC57_ETRR3  0xF0064918          MC 57 Error Tracking Register 3
MTU_MC57_ETRR4  0xF006491A          MC 57 Error Tracking Register 4
MTU_MC57_RDBFL0 0xF0064960          MC 57 Read Data and Bit Flip Register 0
MTU_MC57_RDBFL1 0xF0064962          MC 57 Read Data and Bit Flip Register 1
MTU_MC57_RDBFL2 0xF0064964          MC 57 Read Data and Bit Flip Register 2
MTU_MC57_RDBFL3 0xF0064966          MC 57 Read Data and Bit Flip Register 3
MTU_MC57_RDBFL4 0xF0064968          MC 57 Read Data and Bit Flip Register 4
MTU_MC57_RDBFL5 0xF006496A          MC 57 Read Data and Bit Flip Register 5
MTU_MC57_RDBFL6 0xF006496C          MC 57 Read Data and Bit Flip Register 6
MTU_MC57_RDBFL7 0xF006496E          MC 57 Read Data and Bit Flip Register 7
MTU_MC57_RDBFL8 0xF0064970          MC 57 Read Data and Bit Flip Register 8
MTU_MC57_RDBFL9 0xF0064972          MC 57 Read Data and Bit Flip Register 9
MTU_MC57_RDBFL10 0xF0064974          MC 57 Read Data and Bit Flip Register 10
MTU_MC57_RDBFL11 0xF0064976          MC 57 Read Data and Bit Flip Register 11
MTU_MC57_RDBFL12 0xF0064978          MC 57 Read Data and Bit Flip Register 12
MTU_MC57_RDBFL13 0xF006497A          MC 57 Read Data and Bit Flip Register 13
MTU_MC57_RDBFL14 0xF006497C          MC 57 Read Data and Bit Flip Register 14
MTU_MC57_RDBFL15 0xF006497E          MC 57 Read Data and Bit Flip Register 15
MTU_MC57_RDBFL16 0xF0064980          MC 57 Read Data and Bit Flip Register 16
MTU_MC57_RDBFL17 0xF0064982          MC 57 Read Data and Bit Flip Register 17
MTU_MC57_RDBFL18 0xF0064984          MC 57 Read Data and Bit Flip Register 18
MTU_MC57_RDBFL19 0xF0064986          MC 57 Read Data and Bit Flip Register 19
MTU_MC57_RDBFL20 0xF0064988          MC 57 Read Data and Bit Flip Register 20
MTU_MC57_RDBFL21 0xF006498A          MC 57 Read Data and Bit Flip Register 21
MTU_MC57_RDBFL22 0xF006498C          MC 57 Read Data and Bit Flip Register 22
MTU_MC57_RDBFL23 0xF006498E          MC 57 Read Data and Bit Flip Register 23
MTU_MC57_RDBFL24 0xF0064990          MC 57 Read Data and Bit Flip Register 24
MTU_MC57_RDBFL25 0xF0064992          MC 57 Read Data and Bit Flip Register 25
MTU_MC57_RDBFL26 0xF0064994          MC 57 Read Data and Bit Flip Register 26
MTU_MC57_RDBFL27 0xF0064996          MC 57 Read Data and Bit Flip Register 27
MTU_MC57_RDBFL28 0xF0064998          MC 57 Read Data and Bit Flip Register 28
MTU_MC57_RDBFL29 0xF006499A          MC 57 Read Data and Bit Flip Register 29
MTU_MC57_RDBFL30 0xF006499C          MC 57 Read Data and Bit Flip Register 30
MTU_MC57_RDBFL31 0xF006499E          MC 57 Read Data and Bit Flip Register 31
MTU_MC57_RDBFL32 0xF00649A0          MC 57 Read Data and Bit Flip Register 32
MTU_MC57_RDBFL33 0xF00649A2          MC 57 Read Data and Bit Flip Register 33
MTU_MC57_RDBFL34 0xF00649A4          MC 57 Read Data and Bit Flip Register 34
MTU_MC57_RDBFL35 0xF00649A6          MC 57 Read Data and Bit Flip Register 35
MTU_MC57_RDBFL36 0xF00649A8          MC 57 Read Data and Bit Flip Register 36
MTU_MC57_RDBFL37 0xF00649AA          MC 57 Read Data and Bit Flip Register 37
MTU_MC57_RDBFL38 0xF00649AC          MC 57 Read Data and Bit Flip Register 38
MTU_MC57_RDBFL39 0xF00649AE          MC 57 Read Data and Bit Flip Register 39
MTU_MC57_RDBFL40 0xF00649B0          MC 57 Read Data and Bit Flip Register 40
MTU_MC57_RDBFL41 0xF00649B2          MC 57 Read Data and Bit Flip Register 41
MTU_MC57_RDBFL42 0xF00649B4          MC 57 Read Data and Bit Flip Register 42
MTU_MC57_RDBFL43 0xF00649B6          MC 57 Read Data and Bit Flip Register 43
MTU_MC57_RDBFL44 0xF00649B8          MC 57 Read Data and Bit Flip Register 44
MTU_MC57_RDBFL45 0xF00649BA          MC 57 Read Data and Bit Flip Register 45
MTU_MC57_RDBFL46 0xF00649BC          MC 57 Read Data and Bit Flip Register 46
MTU_MC57_RDBFL47 0xF00649BE          MC 57 Read Data and Bit Flip Register 47
MTU_MC57_RDBFL48 0xF00649C0          MC 57 Read Data and Bit Flip Register 48
MTU_MC57_RDBFL49 0xF00649C2          MC 57 Read Data and Bit Flip Register 49
MTU_MC57_RDBFL50 0xF00649C4          MC 57 Read Data and Bit Flip Register 50
MTU_MC57_RDBFL51 0xF00649C6          MC 57 Read Data and Bit Flip Register 51
MTU_MC57_RDBFL52 0xF00649C8          MC 57 Read Data and Bit Flip Register 52
MTU_MC57_RDBFL53 0xF00649CA          MC 57 Read Data and Bit Flip Register 53
MTU_MC57_RDBFL54 0xF00649CC          MC 57 Read Data and Bit Flip Register 54
MTU_MC57_RDBFL55 0xF00649CE          MC 57 Read Data and Bit Flip Register 55
MTU_MC57_RDBFL56 0xF00649D0          MC 57 Read Data and Bit Flip Register 56
MTU_MC57_RDBFL57 0xF00649D2          MC 57 Read Data and Bit Flip Register 57
MTU_MC57_RDBFL58 0xF00649D4          MC 57 Read Data and Bit Flip Register 58
MTU_MC57_RDBFL59 0xF00649D6          MC 57 Read Data and Bit Flip Register 59
MTU_MC57_RDBFL60 0xF00649D8          MC 57 Read Data and Bit Flip Register 60
MTU_MC57_RDBFL61 0xF00649DA          MC 57 Read Data and Bit Flip Register 61
MTU_MC57_RDBFL62 0xF00649DC          MC 57 Read Data and Bit Flip Register 62
MTU_MC57_RDBFL63 0xF00649DE          MC 57 Read Data and Bit Flip Register 63
MTU_MC57_RDBFL64 0xF00649E0          MC 57 Read Data and Bit Flip Register 64
MTU_MC57_RDBFL65 0xF00649E2          MC 57 Read Data and Bit Flip Register 65
MTU_MC57_RDBFL66 0xF00649E4          MC 57 Read Data and Bit Flip Register 66
MTU_MC57_ALMSRCS 0xF00649EE          MC 57 Alarm Sources Configuration Register
MTU_MC57_FAULTSTS 0xF00649F0          MC 57 SSH Safety Faults Status Register
MTU_MC57_ERRINFO0 0xF00649F2          MC 57 Error Information Register 0
MTU_MC57_ERRINFO1 0xF00649F4          MC 57 Error Information Register 1
MTU_MC57_ERRINFO2 0xF00649F6          MC 57 Error Information Register 2
MTU_MC57_ERRINFO3 0xF00649F8          MC 57 Error Information Register 3
MTU_MC57_ERRINFO4 0xF00649FA          MC 57 Error Information Register 4
MTU_MC58_CONFIG0 0xF0064A00          MC 58 Configuration Register 0
MTU_MC58_CONFIG1 0xF0064A02          MC 58 Configuration Register 1
MTU_MC58_MCONTROL 0xF0064A04          MC 58 MBIST Control Register
MTU_MC58_MSTATUS 0xF0064A06          MC 58 Status Register
MTU_MC58_RANGE  0xF0064A08          MC 58 Range Register, single address mode
MTU_MC58_REVID  0xF0064A0C          MC 58 Revision ID Register
MTU_MC58_ECCS   0xF0064A0E          MC 58 ECC Safety Register
MTU_MC58_ECCD   0xF0064A10          MC 58 Memory ECC Detection Register
MTU_MC58_ETRR0  0xF0064A12          MC 58 Error Tracking Register 0
MTU_MC58_ETRR1  0xF0064A14          MC 58 Error Tracking Register 1
MTU_MC58_ETRR2  0xF0064A16          MC 58 Error Tracking Register 2
MTU_MC58_ETRR3  0xF0064A18          MC 58 Error Tracking Register 3
MTU_MC58_ETRR4  0xF0064A1A          MC 58 Error Tracking Register 4
MTU_MC58_RDBFL0 0xF0064A60          MC 58 Read Data and Bit Flip Register 0
MTU_MC58_RDBFL1 0xF0064A62          MC 58 Read Data and Bit Flip Register 1
MTU_MC58_RDBFL2 0xF0064A64          MC 58 Read Data and Bit Flip Register 2
MTU_MC58_RDBFL3 0xF0064A66          MC 58 Read Data and Bit Flip Register 3
MTU_MC58_RDBFL4 0xF0064A68          MC 58 Read Data and Bit Flip Register 4
MTU_MC58_RDBFL5 0xF0064A6A          MC 58 Read Data and Bit Flip Register 5
MTU_MC58_RDBFL6 0xF0064A6C          MC 58 Read Data and Bit Flip Register 6
MTU_MC58_RDBFL7 0xF0064A6E          MC 58 Read Data and Bit Flip Register 7
MTU_MC58_RDBFL8 0xF0064A70          MC 58 Read Data and Bit Flip Register 8
MTU_MC58_RDBFL9 0xF0064A72          MC 58 Read Data and Bit Flip Register 9
MTU_MC58_RDBFL10 0xF0064A74          MC 58 Read Data and Bit Flip Register 10
MTU_MC58_RDBFL11 0xF0064A76          MC 58 Read Data and Bit Flip Register 11
MTU_MC58_RDBFL12 0xF0064A78          MC 58 Read Data and Bit Flip Register 12
MTU_MC58_RDBFL13 0xF0064A7A          MC 58 Read Data and Bit Flip Register 13
MTU_MC58_RDBFL14 0xF0064A7C          MC 58 Read Data and Bit Flip Register 14
MTU_MC58_RDBFL15 0xF0064A7E          MC 58 Read Data and Bit Flip Register 15
MTU_MC58_RDBFL16 0xF0064A80          MC 58 Read Data and Bit Flip Register 16
MTU_MC58_RDBFL17 0xF0064A82          MC 58 Read Data and Bit Flip Register 17
MTU_MC58_RDBFL18 0xF0064A84          MC 58 Read Data and Bit Flip Register 18
MTU_MC58_RDBFL19 0xF0064A86          MC 58 Read Data and Bit Flip Register 19
MTU_MC58_RDBFL20 0xF0064A88          MC 58 Read Data and Bit Flip Register 20
MTU_MC58_RDBFL21 0xF0064A8A          MC 58 Read Data and Bit Flip Register 21
MTU_MC58_RDBFL22 0xF0064A8C          MC 58 Read Data and Bit Flip Register 22
MTU_MC58_RDBFL23 0xF0064A8E          MC 58 Read Data and Bit Flip Register 23
MTU_MC58_RDBFL24 0xF0064A90          MC 58 Read Data and Bit Flip Register 24
MTU_MC58_RDBFL25 0xF0064A92          MC 58 Read Data and Bit Flip Register 25
MTU_MC58_RDBFL26 0xF0064A94          MC 58 Read Data and Bit Flip Register 26
MTU_MC58_RDBFL27 0xF0064A96          MC 58 Read Data and Bit Flip Register 27
MTU_MC58_RDBFL28 0xF0064A98          MC 58 Read Data and Bit Flip Register 28
MTU_MC58_RDBFL29 0xF0064A9A          MC 58 Read Data and Bit Flip Register 29
MTU_MC58_RDBFL30 0xF0064A9C          MC 58 Read Data and Bit Flip Register 30
MTU_MC58_RDBFL31 0xF0064A9E          MC 58 Read Data and Bit Flip Register 31
MTU_MC58_RDBFL32 0xF0064AA0          MC 58 Read Data and Bit Flip Register 32
MTU_MC58_RDBFL33 0xF0064AA2          MC 58 Read Data and Bit Flip Register 33
MTU_MC58_RDBFL34 0xF0064AA4          MC 58 Read Data and Bit Flip Register 34
MTU_MC58_RDBFL35 0xF0064AA6          MC 58 Read Data and Bit Flip Register 35
MTU_MC58_RDBFL36 0xF0064AA8          MC 58 Read Data and Bit Flip Register 36
MTU_MC58_RDBFL37 0xF0064AAA          MC 58 Read Data and Bit Flip Register 37
MTU_MC58_RDBFL38 0xF0064AAC          MC 58 Read Data and Bit Flip Register 38
MTU_MC58_RDBFL39 0xF0064AAE          MC 58 Read Data and Bit Flip Register 39
MTU_MC58_RDBFL40 0xF0064AB0          MC 58 Read Data and Bit Flip Register 40
MTU_MC58_RDBFL41 0xF0064AB2          MC 58 Read Data and Bit Flip Register 41
MTU_MC58_RDBFL42 0xF0064AB4          MC 58 Read Data and Bit Flip Register 42
MTU_MC58_RDBFL43 0xF0064AB6          MC 58 Read Data and Bit Flip Register 43
MTU_MC58_RDBFL44 0xF0064AB8          MC 58 Read Data and Bit Flip Register 44
MTU_MC58_RDBFL45 0xF0064ABA          MC 58 Read Data and Bit Flip Register 45
MTU_MC58_RDBFL46 0xF0064ABC          MC 58 Read Data and Bit Flip Register 46
MTU_MC58_RDBFL47 0xF0064ABE          MC 58 Read Data and Bit Flip Register 47
MTU_MC58_RDBFL48 0xF0064AC0          MC 58 Read Data and Bit Flip Register 48
MTU_MC58_RDBFL49 0xF0064AC2          MC 58 Read Data and Bit Flip Register 49
MTU_MC58_RDBFL50 0xF0064AC4          MC 58 Read Data and Bit Flip Register 50
MTU_MC58_RDBFL51 0xF0064AC6          MC 58 Read Data and Bit Flip Register 51
MTU_MC58_RDBFL52 0xF0064AC8          MC 58 Read Data and Bit Flip Register 52
MTU_MC58_RDBFL53 0xF0064ACA          MC 58 Read Data and Bit Flip Register 53
MTU_MC58_RDBFL54 0xF0064ACC          MC 58 Read Data and Bit Flip Register 54
MTU_MC58_RDBFL55 0xF0064ACE          MC 58 Read Data and Bit Flip Register 55
MTU_MC58_RDBFL56 0xF0064AD0          MC 58 Read Data and Bit Flip Register 56
MTU_MC58_RDBFL57 0xF0064AD2          MC 58 Read Data and Bit Flip Register 57
MTU_MC58_RDBFL58 0xF0064AD4          MC 58 Read Data and Bit Flip Register 58
MTU_MC58_RDBFL59 0xF0064AD6          MC 58 Read Data and Bit Flip Register 59
MTU_MC58_RDBFL60 0xF0064AD8          MC 58 Read Data and Bit Flip Register 60
MTU_MC58_RDBFL61 0xF0064ADA          MC 58 Read Data and Bit Flip Register 61
MTU_MC58_RDBFL62 0xF0064ADC          MC 58 Read Data and Bit Flip Register 62
MTU_MC58_RDBFL63 0xF0064ADE          MC 58 Read Data and Bit Flip Register 63
MTU_MC58_RDBFL64 0xF0064AE0          MC 58 Read Data and Bit Flip Register 64
MTU_MC58_RDBFL65 0xF0064AE2          MC 58 Read Data and Bit Flip Register 65
MTU_MC58_RDBFL66 0xF0064AE4          MC 58 Read Data and Bit Flip Register 66
MTU_MC58_ALMSRCS 0xF0064AEE          MC 58 Alarm Sources Configuration Register
MTU_MC58_FAULTSTS 0xF0064AF0          MC 58 SSH Safety Faults Status Register
MTU_MC58_ERRINFO0 0xF0064AF2          MC 58 Error Information Register 0
MTU_MC58_ERRINFO1 0xF0064AF4          MC 58 Error Information Register 1
MTU_MC58_ERRINFO2 0xF0064AF6          MC 58 Error Information Register 2
MTU_MC58_ERRINFO3 0xF0064AF8          MC 58 Error Information Register 3
MTU_MC58_ERRINFO4 0xF0064AFA          MC 58 Error Information Register 4
MTU_MC59_CONFIG0 0xF0064B00          MC 59 Configuration Register 0
MTU_MC59_CONFIG1 0xF0064B02          MC 59 Configuration Register 1
MTU_MC59_MCONTROL 0xF0064B04          MC 59 MBIST Control Register
MTU_MC59_MSTATUS 0xF0064B06          MC 59 Status Register
MTU_MC59_RANGE  0xF0064B08          MC 59 Range Register, single address mode
MTU_MC59_REVID  0xF0064B0C          MC 59 Revision ID Register
MTU_MC59_ECCS   0xF0064B0E          MC 59 ECC Safety Register
MTU_MC59_ECCD   0xF0064B10          MC 59 Memory ECC Detection Register
MTU_MC59_ETRR0  0xF0064B12          MC 59 Error Tracking Register 0
MTU_MC59_ETRR1  0xF0064B14          MC 59 Error Tracking Register 1
MTU_MC59_ETRR2  0xF0064B16          MC 59 Error Tracking Register 2
MTU_MC59_ETRR3  0xF0064B18          MC 59 Error Tracking Register 3
MTU_MC59_ETRR4  0xF0064B1A          MC 59 Error Tracking Register 4
MTU_MC59_RDBFL0 0xF0064B60          MC 59 Read Data and Bit Flip Register 0
MTU_MC59_RDBFL1 0xF0064B62          MC 59 Read Data and Bit Flip Register 1
MTU_MC59_RDBFL2 0xF0064B64          MC 59 Read Data and Bit Flip Register 2
MTU_MC59_RDBFL3 0xF0064B66          MC 59 Read Data and Bit Flip Register 3
MTU_MC59_RDBFL4 0xF0064B68          MC 59 Read Data and Bit Flip Register 4
MTU_MC59_RDBFL5 0xF0064B6A          MC 59 Read Data and Bit Flip Register 5
MTU_MC59_RDBFL6 0xF0064B6C          MC 59 Read Data and Bit Flip Register 6
MTU_MC59_RDBFL7 0xF0064B6E          MC 59 Read Data and Bit Flip Register 7
MTU_MC59_RDBFL8 0xF0064B70          MC 59 Read Data and Bit Flip Register 8
MTU_MC59_RDBFL9 0xF0064B72          MC 59 Read Data and Bit Flip Register 9
MTU_MC59_RDBFL10 0xF0064B74          MC 59 Read Data and Bit Flip Register 10
MTU_MC59_RDBFL11 0xF0064B76          MC 59 Read Data and Bit Flip Register 11
MTU_MC59_RDBFL12 0xF0064B78          MC 59 Read Data and Bit Flip Register 12
MTU_MC59_RDBFL13 0xF0064B7A          MC 59 Read Data and Bit Flip Register 13
MTU_MC59_RDBFL14 0xF0064B7C          MC 59 Read Data and Bit Flip Register 14
MTU_MC59_RDBFL15 0xF0064B7E          MC 59 Read Data and Bit Flip Register 15
MTU_MC59_RDBFL16 0xF0064B80          MC 59 Read Data and Bit Flip Register 16
MTU_MC59_RDBFL17 0xF0064B82          MC 59 Read Data and Bit Flip Register 17
MTU_MC59_RDBFL18 0xF0064B84          MC 59 Read Data and Bit Flip Register 18
MTU_MC59_RDBFL19 0xF0064B86          MC 59 Read Data and Bit Flip Register 19
MTU_MC59_RDBFL20 0xF0064B88          MC 59 Read Data and Bit Flip Register 20
MTU_MC59_RDBFL21 0xF0064B8A          MC 59 Read Data and Bit Flip Register 21
MTU_MC59_RDBFL22 0xF0064B8C          MC 59 Read Data and Bit Flip Register 22
MTU_MC59_RDBFL23 0xF0064B8E          MC 59 Read Data and Bit Flip Register 23
MTU_MC59_RDBFL24 0xF0064B90          MC 59 Read Data and Bit Flip Register 24
MTU_MC59_RDBFL25 0xF0064B92          MC 59 Read Data and Bit Flip Register 25
MTU_MC59_RDBFL26 0xF0064B94          MC 59 Read Data and Bit Flip Register 26
MTU_MC59_RDBFL27 0xF0064B96          MC 59 Read Data and Bit Flip Register 27
MTU_MC59_RDBFL28 0xF0064B98          MC 59 Read Data and Bit Flip Register 28
MTU_MC59_RDBFL29 0xF0064B9A          MC 59 Read Data and Bit Flip Register 29
MTU_MC59_RDBFL30 0xF0064B9C          MC 59 Read Data and Bit Flip Register 30
MTU_MC59_RDBFL31 0xF0064B9E          MC 59 Read Data and Bit Flip Register 31
MTU_MC59_RDBFL32 0xF0064BA0          MC 59 Read Data and Bit Flip Register 32
MTU_MC59_RDBFL33 0xF0064BA2          MC 59 Read Data and Bit Flip Register 33
MTU_MC59_RDBFL34 0xF0064BA4          MC 59 Read Data and Bit Flip Register 34
MTU_MC59_RDBFL35 0xF0064BA6          MC 59 Read Data and Bit Flip Register 35
MTU_MC59_RDBFL36 0xF0064BA8          MC 59 Read Data and Bit Flip Register 36
MTU_MC59_RDBFL37 0xF0064BAA          MC 59 Read Data and Bit Flip Register 37
MTU_MC59_RDBFL38 0xF0064BAC          MC 59 Read Data and Bit Flip Register 38
MTU_MC59_RDBFL39 0xF0064BAE          MC 59 Read Data and Bit Flip Register 39
MTU_MC59_RDBFL40 0xF0064BB0          MC 59 Read Data and Bit Flip Register 40
MTU_MC59_RDBFL41 0xF0064BB2          MC 59 Read Data and Bit Flip Register 41
MTU_MC59_RDBFL42 0xF0064BB4          MC 59 Read Data and Bit Flip Register 42
MTU_MC59_RDBFL43 0xF0064BB6          MC 59 Read Data and Bit Flip Register 43
MTU_MC59_RDBFL44 0xF0064BB8          MC 59 Read Data and Bit Flip Register 44
MTU_MC59_RDBFL45 0xF0064BBA          MC 59 Read Data and Bit Flip Register 45
MTU_MC59_RDBFL46 0xF0064BBC          MC 59 Read Data and Bit Flip Register 46
MTU_MC59_RDBFL47 0xF0064BBE          MC 59 Read Data and Bit Flip Register 47
MTU_MC59_RDBFL48 0xF0064BC0          MC 59 Read Data and Bit Flip Register 48
MTU_MC59_RDBFL49 0xF0064BC2          MC 59 Read Data and Bit Flip Register 49
MTU_MC59_RDBFL50 0xF0064BC4          MC 59 Read Data and Bit Flip Register 50
MTU_MC59_RDBFL51 0xF0064BC6          MC 59 Read Data and Bit Flip Register 51
MTU_MC59_RDBFL52 0xF0064BC8          MC 59 Read Data and Bit Flip Register 52
MTU_MC59_RDBFL53 0xF0064BCA          MC 59 Read Data and Bit Flip Register 53
MTU_MC59_RDBFL54 0xF0064BCC          MC 59 Read Data and Bit Flip Register 54
MTU_MC59_RDBFL55 0xF0064BCE          MC 59 Read Data and Bit Flip Register 55
MTU_MC59_RDBFL56 0xF0064BD0          MC 59 Read Data and Bit Flip Register 56
MTU_MC59_RDBFL57 0xF0064BD2          MC 59 Read Data and Bit Flip Register 57
MTU_MC59_RDBFL58 0xF0064BD4          MC 59 Read Data and Bit Flip Register 58
MTU_MC59_RDBFL59 0xF0064BD6          MC 59 Read Data and Bit Flip Register 59
MTU_MC59_RDBFL60 0xF0064BD8          MC 59 Read Data and Bit Flip Register 60
MTU_MC59_RDBFL61 0xF0064BDA          MC 59 Read Data and Bit Flip Register 61
MTU_MC59_RDBFL62 0xF0064BDC          MC 59 Read Data and Bit Flip Register 62
MTU_MC59_RDBFL63 0xF0064BDE          MC 59 Read Data and Bit Flip Register 63
MTU_MC59_RDBFL64 0xF0064BE0          MC 59 Read Data and Bit Flip Register 64
MTU_MC59_RDBFL65 0xF0064BE2          MC 59 Read Data and Bit Flip Register 65
MTU_MC59_RDBFL66 0xF0064BE4          MC 59 Read Data and Bit Flip Register 66
MTU_MC59_ALMSRCS 0xF0064BEE          MC 59 Alarm Sources Configuration Register
MTU_MC59_FAULTSTS 0xF0064BF0          MC 59 SSH Safety Faults Status Register
MTU_MC59_ERRINFO0 0xF0064BF2          MC 59 Error Information Register 0
MTU_MC59_ERRINFO1 0xF0064BF4          MC 59 Error Information Register 1
MTU_MC59_ERRINFO2 0xF0064BF6          MC 59 Error Information Register 2
MTU_MC59_ERRINFO3 0xF0064BF8          MC 59 Error Information Register 3
MTU_MC59_ERRINFO4 0xF0064BFA          MC 59 Error Information Register 4
MTU_MC60_CONFIG0 0xF0064C00          MC 60 Configuration Register 0
MTU_MC60_CONFIG1 0xF0064C02          MC 60 Configuration Register 1
MTU_MC60_MCONTROL 0xF0064C04          MC 60 MBIST Control Register
MTU_MC60_MSTATUS 0xF0064C06          MC 60 Status Register
MTU_MC60_RANGE  0xF0064C08          MC 60 Range Register, single address mode
MTU_MC60_REVID  0xF0064C0C          MC 60 Revision ID Register
MTU_MC60_ECCS   0xF0064C0E          MC 60 ECC Safety Register
MTU_MC60_ECCD   0xF0064C10          MC 60 Memory ECC Detection Register
MTU_MC60_ETRR0  0xF0064C12          MC 60 Error Tracking Register 0
MTU_MC60_ETRR1  0xF0064C14          MC 60 Error Tracking Register 1
MTU_MC60_ETRR2  0xF0064C16          MC 60 Error Tracking Register 2
MTU_MC60_ETRR3  0xF0064C18          MC 60 Error Tracking Register 3
MTU_MC60_ETRR4  0xF0064C1A          MC 60 Error Tracking Register 4
MTU_MC60_RDBFL0 0xF0064C60          MC 60 Read Data and Bit Flip Register 0
MTU_MC60_RDBFL1 0xF0064C62          MC 60 Read Data and Bit Flip Register 1
MTU_MC60_RDBFL2 0xF0064C64          MC 60 Read Data and Bit Flip Register 2
MTU_MC60_RDBFL3 0xF0064C66          MC 60 Read Data and Bit Flip Register 3
MTU_MC60_RDBFL4 0xF0064C68          MC 60 Read Data and Bit Flip Register 4
MTU_MC60_RDBFL5 0xF0064C6A          MC 60 Read Data and Bit Flip Register 5
MTU_MC60_RDBFL6 0xF0064C6C          MC 60 Read Data and Bit Flip Register 6
MTU_MC60_RDBFL7 0xF0064C6E          MC 60 Read Data and Bit Flip Register 7
MTU_MC60_RDBFL8 0xF0064C70          MC 60 Read Data and Bit Flip Register 8
MTU_MC60_RDBFL9 0xF0064C72          MC 60 Read Data and Bit Flip Register 9
MTU_MC60_RDBFL10 0xF0064C74          MC 60 Read Data and Bit Flip Register 10
MTU_MC60_RDBFL11 0xF0064C76          MC 60 Read Data and Bit Flip Register 11
MTU_MC60_RDBFL12 0xF0064C78          MC 60 Read Data and Bit Flip Register 12
MTU_MC60_RDBFL13 0xF0064C7A          MC 60 Read Data and Bit Flip Register 13
MTU_MC60_RDBFL14 0xF0064C7C          MC 60 Read Data and Bit Flip Register 14
MTU_MC60_RDBFL15 0xF0064C7E          MC 60 Read Data and Bit Flip Register 15
MTU_MC60_RDBFL16 0xF0064C80          MC 60 Read Data and Bit Flip Register 16
MTU_MC60_RDBFL17 0xF0064C82          MC 60 Read Data and Bit Flip Register 17
MTU_MC60_RDBFL18 0xF0064C84          MC 60 Read Data and Bit Flip Register 18
MTU_MC60_RDBFL19 0xF0064C86          MC 60 Read Data and Bit Flip Register 19
MTU_MC60_RDBFL20 0xF0064C88          MC 60 Read Data and Bit Flip Register 20
MTU_MC60_RDBFL21 0xF0064C8A          MC 60 Read Data and Bit Flip Register 21
MTU_MC60_RDBFL22 0xF0064C8C          MC 60 Read Data and Bit Flip Register 22
MTU_MC60_RDBFL23 0xF0064C8E          MC 60 Read Data and Bit Flip Register 23
MTU_MC60_RDBFL24 0xF0064C90          MC 60 Read Data and Bit Flip Register 24
MTU_MC60_RDBFL25 0xF0064C92          MC 60 Read Data and Bit Flip Register 25
MTU_MC60_RDBFL26 0xF0064C94          MC 60 Read Data and Bit Flip Register 26
MTU_MC60_RDBFL27 0xF0064C96          MC 60 Read Data and Bit Flip Register 27
MTU_MC60_RDBFL28 0xF0064C98          MC 60 Read Data and Bit Flip Register 28
MTU_MC60_RDBFL29 0xF0064C9A          MC 60 Read Data and Bit Flip Register 29
MTU_MC60_RDBFL30 0xF0064C9C          MC 60 Read Data and Bit Flip Register 30
MTU_MC60_RDBFL31 0xF0064C9E          MC 60 Read Data and Bit Flip Register 31
MTU_MC60_RDBFL32 0xF0064CA0          MC 60 Read Data and Bit Flip Register 32
MTU_MC60_RDBFL33 0xF0064CA2          MC 60 Read Data and Bit Flip Register 33
MTU_MC60_RDBFL34 0xF0064CA4          MC 60 Read Data and Bit Flip Register 34
MTU_MC60_RDBFL35 0xF0064CA6          MC 60 Read Data and Bit Flip Register 35
MTU_MC60_RDBFL36 0xF0064CA8          MC 60 Read Data and Bit Flip Register 36
MTU_MC60_RDBFL37 0xF0064CAA          MC 60 Read Data and Bit Flip Register 37
MTU_MC60_RDBFL38 0xF0064CAC          MC 60 Read Data and Bit Flip Register 38
MTU_MC60_RDBFL39 0xF0064CAE          MC 60 Read Data and Bit Flip Register 39
MTU_MC60_RDBFL40 0xF0064CB0          MC 60 Read Data and Bit Flip Register 40
MTU_MC60_RDBFL41 0xF0064CB2          MC 60 Read Data and Bit Flip Register 41
MTU_MC60_RDBFL42 0xF0064CB4          MC 60 Read Data and Bit Flip Register 42
MTU_MC60_RDBFL43 0xF0064CB6          MC 60 Read Data and Bit Flip Register 43
MTU_MC60_RDBFL44 0xF0064CB8          MC 60 Read Data and Bit Flip Register 44
MTU_MC60_RDBFL45 0xF0064CBA          MC 60 Read Data and Bit Flip Register 45
MTU_MC60_RDBFL46 0xF0064CBC          MC 60 Read Data and Bit Flip Register 46
MTU_MC60_RDBFL47 0xF0064CBE          MC 60 Read Data and Bit Flip Register 47
MTU_MC60_RDBFL48 0xF0064CC0          MC 60 Read Data and Bit Flip Register 48
MTU_MC60_RDBFL49 0xF0064CC2          MC 60 Read Data and Bit Flip Register 49
MTU_MC60_RDBFL50 0xF0064CC4          MC 60 Read Data and Bit Flip Register 50
MTU_MC60_RDBFL51 0xF0064CC6          MC 60 Read Data and Bit Flip Register 51
MTU_MC60_RDBFL52 0xF0064CC8          MC 60 Read Data and Bit Flip Register 52
MTU_MC60_RDBFL53 0xF0064CCA          MC 60 Read Data and Bit Flip Register 53
MTU_MC60_RDBFL54 0xF0064CCC          MC 60 Read Data and Bit Flip Register 54
MTU_MC60_RDBFL55 0xF0064CCE          MC 60 Read Data and Bit Flip Register 55
MTU_MC60_RDBFL56 0xF0064CD0          MC 60 Read Data and Bit Flip Register 56
MTU_MC60_RDBFL57 0xF0064CD2          MC 60 Read Data and Bit Flip Register 57
MTU_MC60_RDBFL58 0xF0064CD4          MC 60 Read Data and Bit Flip Register 58
MTU_MC60_RDBFL59 0xF0064CD6          MC 60 Read Data and Bit Flip Register 59
MTU_MC60_RDBFL60 0xF0064CD8          MC 60 Read Data and Bit Flip Register 60
MTU_MC60_RDBFL61 0xF0064CDA          MC 60 Read Data and Bit Flip Register 61
MTU_MC60_RDBFL62 0xF0064CDC          MC 60 Read Data and Bit Flip Register 62
MTU_MC60_RDBFL63 0xF0064CDE          MC 60 Read Data and Bit Flip Register 63
MTU_MC60_RDBFL64 0xF0064CE0          MC 60 Read Data and Bit Flip Register 64
MTU_MC60_RDBFL65 0xF0064CE2          MC 60 Read Data and Bit Flip Register 65
MTU_MC60_RDBFL66 0xF0064CE4          MC 60 Read Data and Bit Flip Register 66
MTU_MC60_ALMSRCS 0xF0064CEE          MC 60 Alarm Sources Configuration Register
MTU_MC60_FAULTSTS 0xF0064CF0          MC 60 SSH Safety Faults Status Register
MTU_MC60_ERRINFO0 0xF0064CF2          MC 60 Error Information Register 0
MTU_MC60_ERRINFO1 0xF0064CF4          MC 60 Error Information Register 1
MTU_MC60_ERRINFO2 0xF0064CF6          MC 60 Error Information Register 2
MTU_MC60_ERRINFO3 0xF0064CF8          MC 60 Error Information Register 3
MTU_MC60_ERRINFO4 0xF0064CFA          MC 60 Error Information Register 4
MTU_MC61_CONFIG0 0xF0064D00          MC 61 Configuration Register 0
MTU_MC61_CONFIG1 0xF0064D02          MC 61 Configuration Register 1
MTU_MC61_MCONTROL 0xF0064D04          MC 61 MBIST Control Register
MTU_MC61_MSTATUS 0xF0064D06          MC 61 Status Register
MTU_MC61_RANGE  0xF0064D08          MC 61 Range Register, single address mode
MTU_MC61_REVID  0xF0064D0C          MC 61 Revision ID Register
MTU_MC61_ECCS   0xF0064D0E          MC 61 ECC Safety Register
MTU_MC61_ECCD   0xF0064D10          MC 61 Memory ECC Detection Register
MTU_MC61_ETRR0  0xF0064D12          MC 61 Error Tracking Register 0
MTU_MC61_ETRR1  0xF0064D14          MC 61 Error Tracking Register 1
MTU_MC61_ETRR2  0xF0064D16          MC 61 Error Tracking Register 2
MTU_MC61_ETRR3  0xF0064D18          MC 61 Error Tracking Register 3
MTU_MC61_ETRR4  0xF0064D1A          MC 61 Error Tracking Register 4
MTU_MC61_RDBFL0 0xF0064D60          MC 61 Read Data and Bit Flip Register 0
MTU_MC61_RDBFL1 0xF0064D62          MC 61 Read Data and Bit Flip Register 1
MTU_MC61_RDBFL2 0xF0064D64          MC 61 Read Data and Bit Flip Register 2
MTU_MC61_RDBFL3 0xF0064D66          MC 61 Read Data and Bit Flip Register 3
MTU_MC61_RDBFL4 0xF0064D68          MC 61 Read Data and Bit Flip Register 4
MTU_MC61_RDBFL5 0xF0064D6A          MC 61 Read Data and Bit Flip Register 5
MTU_MC61_RDBFL6 0xF0064D6C          MC 61 Read Data and Bit Flip Register 6
MTU_MC61_RDBFL7 0xF0064D6E          MC 61 Read Data and Bit Flip Register 7
MTU_MC61_RDBFL8 0xF0064D70          MC 61 Read Data and Bit Flip Register 8
MTU_MC61_RDBFL9 0xF0064D72          MC 61 Read Data and Bit Flip Register 9
MTU_MC61_RDBFL10 0xF0064D74          MC 61 Read Data and Bit Flip Register 10
MTU_MC61_RDBFL11 0xF0064D76          MC 61 Read Data and Bit Flip Register 11
MTU_MC61_RDBFL12 0xF0064D78          MC 61 Read Data and Bit Flip Register 12
MTU_MC61_RDBFL13 0xF0064D7A          MC 61 Read Data and Bit Flip Register 13
MTU_MC61_RDBFL14 0xF0064D7C          MC 61 Read Data and Bit Flip Register 14
MTU_MC61_RDBFL15 0xF0064D7E          MC 61 Read Data and Bit Flip Register 15
MTU_MC61_RDBFL16 0xF0064D80          MC 61 Read Data and Bit Flip Register 16
MTU_MC61_RDBFL17 0xF0064D82          MC 61 Read Data and Bit Flip Register 17
MTU_MC61_RDBFL18 0xF0064D84          MC 61 Read Data and Bit Flip Register 18
MTU_MC61_RDBFL19 0xF0064D86          MC 61 Read Data and Bit Flip Register 19
MTU_MC61_RDBFL20 0xF0064D88          MC 61 Read Data and Bit Flip Register 20
MTU_MC61_RDBFL21 0xF0064D8A          MC 61 Read Data and Bit Flip Register 21
MTU_MC61_RDBFL22 0xF0064D8C          MC 61 Read Data and Bit Flip Register 22
MTU_MC61_RDBFL23 0xF0064D8E          MC 61 Read Data and Bit Flip Register 23
MTU_MC61_RDBFL24 0xF0064D90          MC 61 Read Data and Bit Flip Register 24
MTU_MC61_RDBFL25 0xF0064D92          MC 61 Read Data and Bit Flip Register 25
MTU_MC61_RDBFL26 0xF0064D94          MC 61 Read Data and Bit Flip Register 26
MTU_MC61_RDBFL27 0xF0064D96          MC 61 Read Data and Bit Flip Register 27
MTU_MC61_RDBFL28 0xF0064D98          MC 61 Read Data and Bit Flip Register 28
MTU_MC61_RDBFL29 0xF0064D9A          MC 61 Read Data and Bit Flip Register 29
MTU_MC61_RDBFL30 0xF0064D9C          MC 61 Read Data and Bit Flip Register 30
MTU_MC61_RDBFL31 0xF0064D9E          MC 61 Read Data and Bit Flip Register 31
MTU_MC61_RDBFL32 0xF0064DA0          MC 61 Read Data and Bit Flip Register 32
MTU_MC61_RDBFL33 0xF0064DA2          MC 61 Read Data and Bit Flip Register 33
MTU_MC61_RDBFL34 0xF0064DA4          MC 61 Read Data and Bit Flip Register 34
MTU_MC61_RDBFL35 0xF0064DA6          MC 61 Read Data and Bit Flip Register 35
MTU_MC61_RDBFL36 0xF0064DA8          MC 61 Read Data and Bit Flip Register 36
MTU_MC61_RDBFL37 0xF0064DAA          MC 61 Read Data and Bit Flip Register 37
MTU_MC61_RDBFL38 0xF0064DAC          MC 61 Read Data and Bit Flip Register 38
MTU_MC61_RDBFL39 0xF0064DAE          MC 61 Read Data and Bit Flip Register 39
MTU_MC61_RDBFL40 0xF0064DB0          MC 61 Read Data and Bit Flip Register 40
MTU_MC61_RDBFL41 0xF0064DB2          MC 61 Read Data and Bit Flip Register 41
MTU_MC61_RDBFL42 0xF0064DB4          MC 61 Read Data and Bit Flip Register 42
MTU_MC61_RDBFL43 0xF0064DB6          MC 61 Read Data and Bit Flip Register 43
MTU_MC61_RDBFL44 0xF0064DB8          MC 61 Read Data and Bit Flip Register 44
MTU_MC61_RDBFL45 0xF0064DBA          MC 61 Read Data and Bit Flip Register 45
MTU_MC61_RDBFL46 0xF0064DBC          MC 61 Read Data and Bit Flip Register 46
MTU_MC61_RDBFL47 0xF0064DBE          MC 61 Read Data and Bit Flip Register 47
MTU_MC61_RDBFL48 0xF0064DC0          MC 61 Read Data and Bit Flip Register 48
MTU_MC61_RDBFL49 0xF0064DC2          MC 61 Read Data and Bit Flip Register 49
MTU_MC61_RDBFL50 0xF0064DC4          MC 61 Read Data and Bit Flip Register 50
MTU_MC61_RDBFL51 0xF0064DC6          MC 61 Read Data and Bit Flip Register 51
MTU_MC61_RDBFL52 0xF0064DC8          MC 61 Read Data and Bit Flip Register 52
MTU_MC61_RDBFL53 0xF0064DCA          MC 61 Read Data and Bit Flip Register 53
MTU_MC61_RDBFL54 0xF0064DCC          MC 61 Read Data and Bit Flip Register 54
MTU_MC61_RDBFL55 0xF0064DCE          MC 61 Read Data and Bit Flip Register 55
MTU_MC61_RDBFL56 0xF0064DD0          MC 61 Read Data and Bit Flip Register 56
MTU_MC61_RDBFL57 0xF0064DD2          MC 61 Read Data and Bit Flip Register 57
MTU_MC61_RDBFL58 0xF0064DD4          MC 61 Read Data and Bit Flip Register 58
MTU_MC61_RDBFL59 0xF0064DD6          MC 61 Read Data and Bit Flip Register 59
MTU_MC61_RDBFL60 0xF0064DD8          MC 61 Read Data and Bit Flip Register 60
MTU_MC61_RDBFL61 0xF0064DDA          MC 61 Read Data and Bit Flip Register 61
MTU_MC61_RDBFL62 0xF0064DDC          MC 61 Read Data and Bit Flip Register 62
MTU_MC61_RDBFL63 0xF0064DDE          MC 61 Read Data and Bit Flip Register 63
MTU_MC61_RDBFL64 0xF0064DE0          MC 61 Read Data and Bit Flip Register 64
MTU_MC61_RDBFL65 0xF0064DE2          MC 61 Read Data and Bit Flip Register 65
MTU_MC61_RDBFL66 0xF0064DE4          MC 61 Read Data and Bit Flip Register 66
MTU_MC61_ALMSRCS 0xF0064DEE          MC 61 Alarm Sources Configuration Register
MTU_MC61_FAULTSTS 0xF0064DF0          MC 61 SSH Safety Faults Status Register
MTU_MC61_ERRINFO0 0xF0064DF2          MC 61 Error Information Register 0
MTU_MC61_ERRINFO1 0xF0064DF4          MC 61 Error Information Register 1
MTU_MC61_ERRINFO2 0xF0064DF6          MC 61 Error Information Register 2
MTU_MC61_ERRINFO3 0xF0064DF8          MC 61 Error Information Register 3
MTU_MC61_ERRINFO4 0xF0064DFA          MC 61 Error Information Register 4
MTU_MC62_CONFIG0 0xF0064E00          MC 62 Configuration Register 0
MTU_MC62_CONFIG1 0xF0064E02          MC 62 Configuration Register 1
MTU_MC62_MCONTROL 0xF0064E04          MC 62 MBIST Control Register
MTU_MC62_MSTATUS 0xF0064E06          MC 62 Status Register
MTU_MC62_RANGE  0xF0064E08          MC 62 Range Register, single address mode
MTU_MC62_REVID  0xF0064E0C          MC 62 Revision ID Register
MTU_MC62_ECCS   0xF0064E0E          MC 62 ECC Safety Register
MTU_MC62_ECCD   0xF0064E10          MC 62 Memory ECC Detection Register
MTU_MC62_ETRR0  0xF0064E12          MC 62 Error Tracking Register 0
MTU_MC62_ETRR1  0xF0064E14          MC 62 Error Tracking Register 1
MTU_MC62_ETRR2  0xF0064E16          MC 62 Error Tracking Register 2
MTU_MC62_ETRR3  0xF0064E18          MC 62 Error Tracking Register 3
MTU_MC62_ETRR4  0xF0064E1A          MC 62 Error Tracking Register 4
MTU_MC62_RDBFL0 0xF0064E60          MC 62 Read Data and Bit Flip Register 0
MTU_MC62_RDBFL1 0xF0064E62          MC 62 Read Data and Bit Flip Register 1
MTU_MC62_RDBFL2 0xF0064E64          MC 62 Read Data and Bit Flip Register 2
MTU_MC62_RDBFL3 0xF0064E66          MC 62 Read Data and Bit Flip Register 3
MTU_MC62_RDBFL4 0xF0064E68          MC 62 Read Data and Bit Flip Register 4
MTU_MC62_RDBFL5 0xF0064E6A          MC 62 Read Data and Bit Flip Register 5
MTU_MC62_RDBFL6 0xF0064E6C          MC 62 Read Data and Bit Flip Register 6
MTU_MC62_RDBFL7 0xF0064E6E          MC 62 Read Data and Bit Flip Register 7
MTU_MC62_RDBFL8 0xF0064E70          MC 62 Read Data and Bit Flip Register 8
MTU_MC62_RDBFL9 0xF0064E72          MC 62 Read Data and Bit Flip Register 9
MTU_MC62_RDBFL10 0xF0064E74          MC 62 Read Data and Bit Flip Register 10
MTU_MC62_RDBFL11 0xF0064E76          MC 62 Read Data and Bit Flip Register 11
MTU_MC62_RDBFL12 0xF0064E78          MC 62 Read Data and Bit Flip Register 12
MTU_MC62_RDBFL13 0xF0064E7A          MC 62 Read Data and Bit Flip Register 13
MTU_MC62_RDBFL14 0xF0064E7C          MC 62 Read Data and Bit Flip Register 14
MTU_MC62_RDBFL15 0xF0064E7E          MC 62 Read Data and Bit Flip Register 15
MTU_MC62_RDBFL16 0xF0064E80          MC 62 Read Data and Bit Flip Register 16
MTU_MC62_RDBFL17 0xF0064E82          MC 62 Read Data and Bit Flip Register 17
MTU_MC62_RDBFL18 0xF0064E84          MC 62 Read Data and Bit Flip Register 18
MTU_MC62_RDBFL19 0xF0064E86          MC 62 Read Data and Bit Flip Register 19
MTU_MC62_RDBFL20 0xF0064E88          MC 62 Read Data and Bit Flip Register 20
MTU_MC62_RDBFL21 0xF0064E8A          MC 62 Read Data and Bit Flip Register 21
MTU_MC62_RDBFL22 0xF0064E8C          MC 62 Read Data and Bit Flip Register 22
MTU_MC62_RDBFL23 0xF0064E8E          MC 62 Read Data and Bit Flip Register 23
MTU_MC62_RDBFL24 0xF0064E90          MC 62 Read Data and Bit Flip Register 24
MTU_MC62_RDBFL25 0xF0064E92          MC 62 Read Data and Bit Flip Register 25
MTU_MC62_RDBFL26 0xF0064E94          MC 62 Read Data and Bit Flip Register 26
MTU_MC62_RDBFL27 0xF0064E96          MC 62 Read Data and Bit Flip Register 27
MTU_MC62_RDBFL28 0xF0064E98          MC 62 Read Data and Bit Flip Register 28
MTU_MC62_RDBFL29 0xF0064E9A          MC 62 Read Data and Bit Flip Register 29
MTU_MC62_RDBFL30 0xF0064E9C          MC 62 Read Data and Bit Flip Register 30
MTU_MC62_RDBFL31 0xF0064E9E          MC 62 Read Data and Bit Flip Register 31
MTU_MC62_RDBFL32 0xF0064EA0          MC 62 Read Data and Bit Flip Register 32
MTU_MC62_RDBFL33 0xF0064EA2          MC 62 Read Data and Bit Flip Register 33
MTU_MC62_RDBFL34 0xF0064EA4          MC 62 Read Data and Bit Flip Register 34
MTU_MC62_RDBFL35 0xF0064EA6          MC 62 Read Data and Bit Flip Register 35
MTU_MC62_RDBFL36 0xF0064EA8          MC 62 Read Data and Bit Flip Register 36
MTU_MC62_RDBFL37 0xF0064EAA          MC 62 Read Data and Bit Flip Register 37
MTU_MC62_RDBFL38 0xF0064EAC          MC 62 Read Data and Bit Flip Register 38
MTU_MC62_RDBFL39 0xF0064EAE          MC 62 Read Data and Bit Flip Register 39
MTU_MC62_RDBFL40 0xF0064EB0          MC 62 Read Data and Bit Flip Register 40
MTU_MC62_RDBFL41 0xF0064EB2          MC 62 Read Data and Bit Flip Register 41
MTU_MC62_RDBFL42 0xF0064EB4          MC 62 Read Data and Bit Flip Register 42
MTU_MC62_RDBFL43 0xF0064EB6          MC 62 Read Data and Bit Flip Register 43
MTU_MC62_RDBFL44 0xF0064EB8          MC 62 Read Data and Bit Flip Register 44
MTU_MC62_RDBFL45 0xF0064EBA          MC 62 Read Data and Bit Flip Register 45
MTU_MC62_RDBFL46 0xF0064EBC          MC 62 Read Data and Bit Flip Register 46
MTU_MC62_RDBFL47 0xF0064EBE          MC 62 Read Data and Bit Flip Register 47
MTU_MC62_RDBFL48 0xF0064EC0          MC 62 Read Data and Bit Flip Register 48
MTU_MC62_RDBFL49 0xF0064EC2          MC 62 Read Data and Bit Flip Register 49
MTU_MC62_RDBFL50 0xF0064EC4          MC 62 Read Data and Bit Flip Register 50
MTU_MC62_RDBFL51 0xF0064EC6          MC 62 Read Data and Bit Flip Register 51
MTU_MC62_RDBFL52 0xF0064EC8          MC 62 Read Data and Bit Flip Register 52
MTU_MC62_RDBFL53 0xF0064ECA          MC 62 Read Data and Bit Flip Register 53
MTU_MC62_RDBFL54 0xF0064ECC          MC 62 Read Data and Bit Flip Register 54
MTU_MC62_RDBFL55 0xF0064ECE          MC 62 Read Data and Bit Flip Register 55
MTU_MC62_RDBFL56 0xF0064ED0          MC 62 Read Data and Bit Flip Register 56
MTU_MC62_RDBFL57 0xF0064ED2          MC 62 Read Data and Bit Flip Register 57
MTU_MC62_RDBFL58 0xF0064ED4          MC 62 Read Data and Bit Flip Register 58
MTU_MC62_RDBFL59 0xF0064ED6          MC 62 Read Data and Bit Flip Register 59
MTU_MC62_RDBFL60 0xF0064ED8          MC 62 Read Data and Bit Flip Register 60
MTU_MC62_RDBFL61 0xF0064EDA          MC 62 Read Data and Bit Flip Register 61
MTU_MC62_RDBFL62 0xF0064EDC          MC 62 Read Data and Bit Flip Register 62
MTU_MC62_RDBFL63 0xF0064EDE          MC 62 Read Data and Bit Flip Register 63
MTU_MC62_RDBFL64 0xF0064EE0          MC 62 Read Data and Bit Flip Register 64
MTU_MC62_RDBFL65 0xF0064EE2          MC 62 Read Data and Bit Flip Register 65
MTU_MC62_RDBFL66 0xF0064EE4          MC 62 Read Data and Bit Flip Register 66
MTU_MC62_ALMSRCS 0xF0064EEE          MC 62 Alarm Sources Configuration Register
MTU_MC62_FAULTSTS 0xF0064EF0          MC 62 SSH Safety Faults Status Register
MTU_MC62_ERRINFO0 0xF0064EF2          MC 62 Error Information Register 0
MTU_MC62_ERRINFO1 0xF0064EF4          MC 62 Error Information Register 1
MTU_MC62_ERRINFO2 0xF0064EF6          MC 62 Error Information Register 2
MTU_MC62_ERRINFO3 0xF0064EF8          MC 62 Error Information Register 3
MTU_MC62_ERRINFO4 0xF0064EFA          MC 62 Error Information Register 4
MTU_MC63_CONFIG0 0xF0064F00          MC 63 Configuration Register 0
MTU_MC63_CONFIG1 0xF0064F02          MC 63 Configuration Register 1
MTU_MC63_MCONTROL 0xF0064F04          MC 63 MBIST Control Register
MTU_MC63_MSTATUS 0xF0064F06          MC 63 Status Register
MTU_MC63_RANGE  0xF0064F08          MC 63 Range Register, single address mode
MTU_MC63_REVID  0xF0064F0C          MC 63 Revision ID Register
MTU_MC63_ECCS   0xF0064F0E          MC 63 ECC Safety Register
MTU_MC63_ECCD   0xF0064F10          MC 63 Memory ECC Detection Register
MTU_MC63_ETRR0  0xF0064F12          MC 63 Error Tracking Register 0
MTU_MC63_ETRR1  0xF0064F14          MC 63 Error Tracking Register 1
MTU_MC63_ETRR2  0xF0064F16          MC 63 Error Tracking Register 2
MTU_MC63_ETRR3  0xF0064F18          MC 63 Error Tracking Register 3
MTU_MC63_ETRR4  0xF0064F1A          MC 63 Error Tracking Register 4
MTU_MC63_RDBFL0 0xF0064F60          MC 63 Read Data and Bit Flip Register 0
MTU_MC63_RDBFL1 0xF0064F62          MC 63 Read Data and Bit Flip Register 1
MTU_MC63_RDBFL2 0xF0064F64          MC 63 Read Data and Bit Flip Register 2
MTU_MC63_RDBFL3 0xF0064F66          MC 63 Read Data and Bit Flip Register 3
MTU_MC63_RDBFL4 0xF0064F68          MC 63 Read Data and Bit Flip Register 4
MTU_MC63_RDBFL5 0xF0064F6A          MC 63 Read Data and Bit Flip Register 5
MTU_MC63_RDBFL6 0xF0064F6C          MC 63 Read Data and Bit Flip Register 6
MTU_MC63_RDBFL7 0xF0064F6E          MC 63 Read Data and Bit Flip Register 7
MTU_MC63_RDBFL8 0xF0064F70          MC 63 Read Data and Bit Flip Register 8
MTU_MC63_RDBFL9 0xF0064F72          MC 63 Read Data and Bit Flip Register 9
MTU_MC63_RDBFL10 0xF0064F74          MC 63 Read Data and Bit Flip Register 10
MTU_MC63_RDBFL11 0xF0064F76          MC 63 Read Data and Bit Flip Register 11
MTU_MC63_RDBFL12 0xF0064F78          MC 63 Read Data and Bit Flip Register 12
MTU_MC63_RDBFL13 0xF0064F7A          MC 63 Read Data and Bit Flip Register 13
MTU_MC63_RDBFL14 0xF0064F7C          MC 63 Read Data and Bit Flip Register 14
MTU_MC63_RDBFL15 0xF0064F7E          MC 63 Read Data and Bit Flip Register 15
MTU_MC63_RDBFL16 0xF0064F80          MC 63 Read Data and Bit Flip Register 16
MTU_MC63_RDBFL17 0xF0064F82          MC 63 Read Data and Bit Flip Register 17
MTU_MC63_RDBFL18 0xF0064F84          MC 63 Read Data and Bit Flip Register 18
MTU_MC63_RDBFL19 0xF0064F86          MC 63 Read Data and Bit Flip Register 19
MTU_MC63_RDBFL20 0xF0064F88          MC 63 Read Data and Bit Flip Register 20
MTU_MC63_RDBFL21 0xF0064F8A          MC 63 Read Data and Bit Flip Register 21
MTU_MC63_RDBFL22 0xF0064F8C          MC 63 Read Data and Bit Flip Register 22
MTU_MC63_RDBFL23 0xF0064F8E          MC 63 Read Data and Bit Flip Register 23
MTU_MC63_RDBFL24 0xF0064F90          MC 63 Read Data and Bit Flip Register 24
MTU_MC63_RDBFL25 0xF0064F92          MC 63 Read Data and Bit Flip Register 25
MTU_MC63_RDBFL26 0xF0064F94          MC 63 Read Data and Bit Flip Register 26
MTU_MC63_RDBFL27 0xF0064F96          MC 63 Read Data and Bit Flip Register 27
MTU_MC63_RDBFL28 0xF0064F98          MC 63 Read Data and Bit Flip Register 28
MTU_MC63_RDBFL29 0xF0064F9A          MC 63 Read Data and Bit Flip Register 29
MTU_MC63_RDBFL30 0xF0064F9C          MC 63 Read Data and Bit Flip Register 30
MTU_MC63_RDBFL31 0xF0064F9E          MC 63 Read Data and Bit Flip Register 31
MTU_MC63_RDBFL32 0xF0064FA0          MC 63 Read Data and Bit Flip Register 32
MTU_MC63_RDBFL33 0xF0064FA2          MC 63 Read Data and Bit Flip Register 33
MTU_MC63_RDBFL34 0xF0064FA4          MC 63 Read Data and Bit Flip Register 34
MTU_MC63_RDBFL35 0xF0064FA6          MC 63 Read Data and Bit Flip Register 35
MTU_MC63_RDBFL36 0xF0064FA8          MC 63 Read Data and Bit Flip Register 36
MTU_MC63_RDBFL37 0xF0064FAA          MC 63 Read Data and Bit Flip Register 37
MTU_MC63_RDBFL38 0xF0064FAC          MC 63 Read Data and Bit Flip Register 38
MTU_MC63_RDBFL39 0xF0064FAE          MC 63 Read Data and Bit Flip Register 39
MTU_MC63_RDBFL40 0xF0064FB0          MC 63 Read Data and Bit Flip Register 40
MTU_MC63_RDBFL41 0xF0064FB2          MC 63 Read Data and Bit Flip Register 41
MTU_MC63_RDBFL42 0xF0064FB4          MC 63 Read Data and Bit Flip Register 42
MTU_MC63_RDBFL43 0xF0064FB6          MC 63 Read Data and Bit Flip Register 43
MTU_MC63_RDBFL44 0xF0064FB8          MC 63 Read Data and Bit Flip Register 44
MTU_MC63_RDBFL45 0xF0064FBA          MC 63 Read Data and Bit Flip Register 45
MTU_MC63_RDBFL46 0xF0064FBC          MC 63 Read Data and Bit Flip Register 46
MTU_MC63_RDBFL47 0xF0064FBE          MC 63 Read Data and Bit Flip Register 47
MTU_MC63_RDBFL48 0xF0064FC0          MC 63 Read Data and Bit Flip Register 48
MTU_MC63_RDBFL49 0xF0064FC2          MC 63 Read Data and Bit Flip Register 49
MTU_MC63_RDBFL50 0xF0064FC4          MC 63 Read Data and Bit Flip Register 50
MTU_MC63_RDBFL51 0xF0064FC6          MC 63 Read Data and Bit Flip Register 51
MTU_MC63_RDBFL52 0xF0064FC8          MC 63 Read Data and Bit Flip Register 52
MTU_MC63_RDBFL53 0xF0064FCA          MC 63 Read Data and Bit Flip Register 53
MTU_MC63_RDBFL54 0xF0064FCC          MC 63 Read Data and Bit Flip Register 54
MTU_MC63_RDBFL55 0xF0064FCE          MC 63 Read Data and Bit Flip Register 55
MTU_MC63_RDBFL56 0xF0064FD0          MC 63 Read Data and Bit Flip Register 56
MTU_MC63_RDBFL57 0xF0064FD2          MC 63 Read Data and Bit Flip Register 57
MTU_MC63_RDBFL58 0xF0064FD4          MC 63 Read Data and Bit Flip Register 58
MTU_MC63_RDBFL59 0xF0064FD6          MC 63 Read Data and Bit Flip Register 59
MTU_MC63_RDBFL60 0xF0064FD8          MC 63 Read Data and Bit Flip Register 60
MTU_MC63_RDBFL61 0xF0064FDA          MC 63 Read Data and Bit Flip Register 61
MTU_MC63_RDBFL62 0xF0064FDC          MC 63 Read Data and Bit Flip Register 62
MTU_MC63_RDBFL63 0xF0064FDE          MC 63 Read Data and Bit Flip Register 63
MTU_MC63_RDBFL64 0xF0064FE0          MC 63 Read Data and Bit Flip Register 64
MTU_MC63_RDBFL65 0xF0064FE2          MC 63 Read Data and Bit Flip Register 65
MTU_MC63_RDBFL66 0xF0064FE4          MC 63 Read Data and Bit Flip Register 66
MTU_MC63_ALMSRCS 0xF0064FEE          MC 63 Alarm Sources Configuration Register
MTU_MC63_FAULTSTS 0xF0064FF0          MC 63 SSH Safety Faults Status Register
MTU_MC63_ERRINFO0 0xF0064FF2          MC 63 Error Information Register 0
MTU_MC63_ERRINFO1 0xF0064FF4          MC 63 Error Information Register 1
MTU_MC63_ERRINFO2 0xF0064FF6          MC 63 Error Information Register 2
MTU_MC63_ERRINFO3 0xF0064FF8          MC 63 Error Information Register 3
MTU_MC63_ERRINFO4 0xF0064FFA          MC 63 Error Information Register 4
MTU_MC64_CONFIG0 0xF0065000          MC 64 Configuration Register 0
MTU_MC64_CONFIG1 0xF0065002          MC 64 Configuration Register 1
MTU_MC64_MCONTROL 0xF0065004          MC 64 MBIST Control Register
MTU_MC64_MSTATUS 0xF0065006          MC 64 Status Register
MTU_MC64_RANGE  0xF0065008          MC 64 Range Register, single address mode
MTU_MC64_REVID  0xF006500C          MC 64 Revision ID Register
MTU_MC64_ECCS   0xF006500E          MC 64 ECC Safety Register
MTU_MC64_ECCD   0xF0065010          MC 64 Memory ECC Detection Register
MTU_MC64_ETRR0  0xF0065012          MC 64 Error Tracking Register 0
MTU_MC64_ETRR1  0xF0065014          MC 64 Error Tracking Register 1
MTU_MC64_ETRR2  0xF0065016          MC 64 Error Tracking Register 2
MTU_MC64_ETRR3  0xF0065018          MC 64 Error Tracking Register 3
MTU_MC64_ETRR4  0xF006501A          MC 64 Error Tracking Register 4
MTU_MC64_RDBFL0 0xF0065060          MC 64 Read Data and Bit Flip Register 0
MTU_MC64_RDBFL1 0xF0065062          MC 64 Read Data and Bit Flip Register 1
MTU_MC64_RDBFL2 0xF0065064          MC 64 Read Data and Bit Flip Register 2
MTU_MC64_RDBFL3 0xF0065066          MC 64 Read Data and Bit Flip Register 3
MTU_MC64_RDBFL4 0xF0065068          MC 64 Read Data and Bit Flip Register 4
MTU_MC64_RDBFL5 0xF006506A          MC 64 Read Data and Bit Flip Register 5
MTU_MC64_RDBFL6 0xF006506C          MC 64 Read Data and Bit Flip Register 6
MTU_MC64_RDBFL7 0xF006506E          MC 64 Read Data and Bit Flip Register 7
MTU_MC64_RDBFL8 0xF0065070          MC 64 Read Data and Bit Flip Register 8
MTU_MC64_RDBFL9 0xF0065072          MC 64 Read Data and Bit Flip Register 9
MTU_MC64_RDBFL10 0xF0065074          MC 64 Read Data and Bit Flip Register 10
MTU_MC64_RDBFL11 0xF0065076          MC 64 Read Data and Bit Flip Register 11
MTU_MC64_RDBFL12 0xF0065078          MC 64 Read Data and Bit Flip Register 12
MTU_MC64_RDBFL13 0xF006507A          MC 64 Read Data and Bit Flip Register 13
MTU_MC64_RDBFL14 0xF006507C          MC 64 Read Data and Bit Flip Register 14
MTU_MC64_RDBFL15 0xF006507E          MC 64 Read Data and Bit Flip Register 15
MTU_MC64_RDBFL16 0xF0065080          MC 64 Read Data and Bit Flip Register 16
MTU_MC64_RDBFL17 0xF0065082          MC 64 Read Data and Bit Flip Register 17
MTU_MC64_RDBFL18 0xF0065084          MC 64 Read Data and Bit Flip Register 18
MTU_MC64_RDBFL19 0xF0065086          MC 64 Read Data and Bit Flip Register 19
MTU_MC64_RDBFL20 0xF0065088          MC 64 Read Data and Bit Flip Register 20
MTU_MC64_RDBFL21 0xF006508A          MC 64 Read Data and Bit Flip Register 21
MTU_MC64_RDBFL22 0xF006508C          MC 64 Read Data and Bit Flip Register 22
MTU_MC64_RDBFL23 0xF006508E          MC 64 Read Data and Bit Flip Register 23
MTU_MC64_RDBFL24 0xF0065090          MC 64 Read Data and Bit Flip Register 24
MTU_MC64_RDBFL25 0xF0065092          MC 64 Read Data and Bit Flip Register 25
MTU_MC64_RDBFL26 0xF0065094          MC 64 Read Data and Bit Flip Register 26
MTU_MC64_RDBFL27 0xF0065096          MC 64 Read Data and Bit Flip Register 27
MTU_MC64_RDBFL28 0xF0065098          MC 64 Read Data and Bit Flip Register 28
MTU_MC64_RDBFL29 0xF006509A          MC 64 Read Data and Bit Flip Register 29
MTU_MC64_RDBFL30 0xF006509C          MC 64 Read Data and Bit Flip Register 30
MTU_MC64_RDBFL31 0xF006509E          MC 64 Read Data and Bit Flip Register 31
MTU_MC64_RDBFL32 0xF00650A0          MC 64 Read Data and Bit Flip Register 32
MTU_MC64_RDBFL33 0xF00650A2          MC 64 Read Data and Bit Flip Register 33
MTU_MC64_RDBFL34 0xF00650A4          MC 64 Read Data and Bit Flip Register 34
MTU_MC64_RDBFL35 0xF00650A6          MC 64 Read Data and Bit Flip Register 35
MTU_MC64_RDBFL36 0xF00650A8          MC 64 Read Data and Bit Flip Register 36
MTU_MC64_RDBFL37 0xF00650AA          MC 64 Read Data and Bit Flip Register 37
MTU_MC64_RDBFL38 0xF00650AC          MC 64 Read Data and Bit Flip Register 38
MTU_MC64_RDBFL39 0xF00650AE          MC 64 Read Data and Bit Flip Register 39
MTU_MC64_RDBFL40 0xF00650B0          MC 64 Read Data and Bit Flip Register 40
MTU_MC64_RDBFL41 0xF00650B2          MC 64 Read Data and Bit Flip Register 41
MTU_MC64_RDBFL42 0xF00650B4          MC 64 Read Data and Bit Flip Register 42
MTU_MC64_RDBFL43 0xF00650B6          MC 64 Read Data and Bit Flip Register 43
MTU_MC64_RDBFL44 0xF00650B8          MC 64 Read Data and Bit Flip Register 44
MTU_MC64_RDBFL45 0xF00650BA          MC 64 Read Data and Bit Flip Register 45
MTU_MC64_RDBFL46 0xF00650BC          MC 64 Read Data and Bit Flip Register 46
MTU_MC64_RDBFL47 0xF00650BE          MC 64 Read Data and Bit Flip Register 47
MTU_MC64_RDBFL48 0xF00650C0          MC 64 Read Data and Bit Flip Register 48
MTU_MC64_RDBFL49 0xF00650C2          MC 64 Read Data and Bit Flip Register 49
MTU_MC64_RDBFL50 0xF00650C4          MC 64 Read Data and Bit Flip Register 50
MTU_MC64_RDBFL51 0xF00650C6          MC 64 Read Data and Bit Flip Register 51
MTU_MC64_RDBFL52 0xF00650C8          MC 64 Read Data and Bit Flip Register 52
MTU_MC64_RDBFL53 0xF00650CA          MC 64 Read Data and Bit Flip Register 53
MTU_MC64_RDBFL54 0xF00650CC          MC 64 Read Data and Bit Flip Register 54
MTU_MC64_RDBFL55 0xF00650CE          MC 64 Read Data and Bit Flip Register 55
MTU_MC64_RDBFL56 0xF00650D0          MC 64 Read Data and Bit Flip Register 56
MTU_MC64_RDBFL57 0xF00650D2          MC 64 Read Data and Bit Flip Register 57
MTU_MC64_RDBFL58 0xF00650D4          MC 64 Read Data and Bit Flip Register 58
MTU_MC64_RDBFL59 0xF00650D6          MC 64 Read Data and Bit Flip Register 59
MTU_MC64_RDBFL60 0xF00650D8          MC 64 Read Data and Bit Flip Register 60
MTU_MC64_RDBFL61 0xF00650DA          MC 64 Read Data and Bit Flip Register 61
MTU_MC64_RDBFL62 0xF00650DC          MC 64 Read Data and Bit Flip Register 62
MTU_MC64_RDBFL63 0xF00650DE          MC 64 Read Data and Bit Flip Register 63
MTU_MC64_RDBFL64 0xF00650E0          MC 64 Read Data and Bit Flip Register 64
MTU_MC64_RDBFL65 0xF00650E2          MC 64 Read Data and Bit Flip Register 65
MTU_MC64_RDBFL66 0xF00650E4          MC 64 Read Data and Bit Flip Register 66
MTU_MC64_ALMSRCS 0xF00650EE          MC 64 Alarm Sources Configuration Register
MTU_MC64_FAULTSTS 0xF00650F0          MC 64 SSH Safety Faults Status Register
MTU_MC64_ERRINFO0 0xF00650F2          MC 64 Error Information Register 0
MTU_MC64_ERRINFO1 0xF00650F4          MC 64 Error Information Register 1
MTU_MC64_ERRINFO2 0xF00650F6          MC 64 Error Information Register 2
MTU_MC64_ERRINFO3 0xF00650F8          MC 64 Error Information Register 3
MTU_MC64_ERRINFO4 0xF00650FA          MC 64 Error Information Register 4
MTU_MC65_CONFIG0 0xF0065100          MC 65 Configuration Register 0
MTU_MC65_CONFIG1 0xF0065102          MC 65 Configuration Register 1
MTU_MC65_MCONTROL 0xF0065104          MC 65 MBIST Control Register
MTU_MC65_MSTATUS 0xF0065106          MC 65 Status Register
MTU_MC65_RANGE  0xF0065108          MC 65 Range Register, single address mode
MTU_MC65_REVID  0xF006510C          MC 65 Revision ID Register
MTU_MC65_ECCS   0xF006510E          MC 65 ECC Safety Register
MTU_MC65_ECCD   0xF0065110          MC 65 Memory ECC Detection Register
MTU_MC65_ETRR0  0xF0065112          MC 65 Error Tracking Register 0
MTU_MC65_ETRR1  0xF0065114          MC 65 Error Tracking Register 1
MTU_MC65_ETRR2  0xF0065116          MC 65 Error Tracking Register 2
MTU_MC65_ETRR3  0xF0065118          MC 65 Error Tracking Register 3
MTU_MC65_ETRR4  0xF006511A          MC 65 Error Tracking Register 4
MTU_MC65_RDBFL0 0xF0065160          MC 65 Read Data and Bit Flip Register 0
MTU_MC65_RDBFL1 0xF0065162          MC 65 Read Data and Bit Flip Register 1
MTU_MC65_RDBFL2 0xF0065164          MC 65 Read Data and Bit Flip Register 2
MTU_MC65_RDBFL3 0xF0065166          MC 65 Read Data and Bit Flip Register 3
MTU_MC65_RDBFL4 0xF0065168          MC 65 Read Data and Bit Flip Register 4
MTU_MC65_RDBFL5 0xF006516A          MC 65 Read Data and Bit Flip Register 5
MTU_MC65_RDBFL6 0xF006516C          MC 65 Read Data and Bit Flip Register 6
MTU_MC65_RDBFL7 0xF006516E          MC 65 Read Data and Bit Flip Register 7
MTU_MC65_RDBFL8 0xF0065170          MC 65 Read Data and Bit Flip Register 8
MTU_MC65_RDBFL9 0xF0065172          MC 65 Read Data and Bit Flip Register 9
MTU_MC65_RDBFL10 0xF0065174          MC 65 Read Data and Bit Flip Register 10
MTU_MC65_RDBFL11 0xF0065176          MC 65 Read Data and Bit Flip Register 11
MTU_MC65_RDBFL12 0xF0065178          MC 65 Read Data and Bit Flip Register 12
MTU_MC65_RDBFL13 0xF006517A          MC 65 Read Data and Bit Flip Register 13
MTU_MC65_RDBFL14 0xF006517C          MC 65 Read Data and Bit Flip Register 14
MTU_MC65_RDBFL15 0xF006517E          MC 65 Read Data and Bit Flip Register 15
MTU_MC65_RDBFL16 0xF0065180          MC 65 Read Data and Bit Flip Register 16
MTU_MC65_RDBFL17 0xF0065182          MC 65 Read Data and Bit Flip Register 17
MTU_MC65_RDBFL18 0xF0065184          MC 65 Read Data and Bit Flip Register 18
MTU_MC65_RDBFL19 0xF0065186          MC 65 Read Data and Bit Flip Register 19
MTU_MC65_RDBFL20 0xF0065188          MC 65 Read Data and Bit Flip Register 20
MTU_MC65_RDBFL21 0xF006518A          MC 65 Read Data and Bit Flip Register 21
MTU_MC65_RDBFL22 0xF006518C          MC 65 Read Data and Bit Flip Register 22
MTU_MC65_RDBFL23 0xF006518E          MC 65 Read Data and Bit Flip Register 23
MTU_MC65_RDBFL24 0xF0065190          MC 65 Read Data and Bit Flip Register 24
MTU_MC65_RDBFL25 0xF0065192          MC 65 Read Data and Bit Flip Register 25
MTU_MC65_RDBFL26 0xF0065194          MC 65 Read Data and Bit Flip Register 26
MTU_MC65_RDBFL27 0xF0065196          MC 65 Read Data and Bit Flip Register 27
MTU_MC65_RDBFL28 0xF0065198          MC 65 Read Data and Bit Flip Register 28
MTU_MC65_RDBFL29 0xF006519A          MC 65 Read Data and Bit Flip Register 29
MTU_MC65_RDBFL30 0xF006519C          MC 65 Read Data and Bit Flip Register 30
MTU_MC65_RDBFL31 0xF006519E          MC 65 Read Data and Bit Flip Register 31
MTU_MC65_RDBFL32 0xF00651A0          MC 65 Read Data and Bit Flip Register 32
MTU_MC65_RDBFL33 0xF00651A2          MC 65 Read Data and Bit Flip Register 33
MTU_MC65_RDBFL34 0xF00651A4          MC 65 Read Data and Bit Flip Register 34
MTU_MC65_RDBFL35 0xF00651A6          MC 65 Read Data and Bit Flip Register 35
MTU_MC65_RDBFL36 0xF00651A8          MC 65 Read Data and Bit Flip Register 36
MTU_MC65_RDBFL37 0xF00651AA          MC 65 Read Data and Bit Flip Register 37
MTU_MC65_RDBFL38 0xF00651AC          MC 65 Read Data and Bit Flip Register 38
MTU_MC65_RDBFL39 0xF00651AE          MC 65 Read Data and Bit Flip Register 39
MTU_MC65_RDBFL40 0xF00651B0          MC 65 Read Data and Bit Flip Register 40
MTU_MC65_RDBFL41 0xF00651B2          MC 65 Read Data and Bit Flip Register 41
MTU_MC65_RDBFL42 0xF00651B4          MC 65 Read Data and Bit Flip Register 42
MTU_MC65_RDBFL43 0xF00651B6          MC 65 Read Data and Bit Flip Register 43
MTU_MC65_RDBFL44 0xF00651B8          MC 65 Read Data and Bit Flip Register 44
MTU_MC65_RDBFL45 0xF00651BA          MC 65 Read Data and Bit Flip Register 45
MTU_MC65_RDBFL46 0xF00651BC          MC 65 Read Data and Bit Flip Register 46
MTU_MC65_RDBFL47 0xF00651BE          MC 65 Read Data and Bit Flip Register 47
MTU_MC65_RDBFL48 0xF00651C0          MC 65 Read Data and Bit Flip Register 48
MTU_MC65_RDBFL49 0xF00651C2          MC 65 Read Data and Bit Flip Register 49
MTU_MC65_RDBFL50 0xF00651C4          MC 65 Read Data and Bit Flip Register 50
MTU_MC65_RDBFL51 0xF00651C6          MC 65 Read Data and Bit Flip Register 51
MTU_MC65_RDBFL52 0xF00651C8          MC 65 Read Data and Bit Flip Register 52
MTU_MC65_RDBFL53 0xF00651CA          MC 65 Read Data and Bit Flip Register 53
MTU_MC65_RDBFL54 0xF00651CC          MC 65 Read Data and Bit Flip Register 54
MTU_MC65_RDBFL55 0xF00651CE          MC 65 Read Data and Bit Flip Register 55
MTU_MC65_RDBFL56 0xF00651D0          MC 65 Read Data and Bit Flip Register 56
MTU_MC65_RDBFL57 0xF00651D2          MC 65 Read Data and Bit Flip Register 57
MTU_MC65_RDBFL58 0xF00651D4          MC 65 Read Data and Bit Flip Register 58
MTU_MC65_RDBFL59 0xF00651D6          MC 65 Read Data and Bit Flip Register 59
MTU_MC65_RDBFL60 0xF00651D8          MC 65 Read Data and Bit Flip Register 60
MTU_MC65_RDBFL61 0xF00651DA          MC 65 Read Data and Bit Flip Register 61
MTU_MC65_RDBFL62 0xF00651DC          MC 65 Read Data and Bit Flip Register 62
MTU_MC65_RDBFL63 0xF00651DE          MC 65 Read Data and Bit Flip Register 63
MTU_MC65_RDBFL64 0xF00651E0          MC 65 Read Data and Bit Flip Register 64
MTU_MC65_RDBFL65 0xF00651E2          MC 65 Read Data and Bit Flip Register 65
MTU_MC65_RDBFL66 0xF00651E4          MC 65 Read Data and Bit Flip Register 66
MTU_MC65_ALMSRCS 0xF00651EE          MC 65 Alarm Sources Configuration Register
MTU_MC65_FAULTSTS 0xF00651F0          MC 65 SSH Safety Faults Status Register
MTU_MC65_ERRINFO0 0xF00651F2          MC 65 Error Information Register 0
MTU_MC65_ERRINFO1 0xF00651F4          MC 65 Error Information Register 1
MTU_MC65_ERRINFO2 0xF00651F6          MC 65 Error Information Register 2
MTU_MC65_ERRINFO3 0xF00651F8          MC 65 Error Information Register 3
MTU_MC65_ERRINFO4 0xF00651FA          MC 65 Error Information Register 4
MTU_MC66_CONFIG0 0xF0065200          MC 66 Configuration Register 0
MTU_MC66_CONFIG1 0xF0065202          MC 66 Configuration Register 1
MTU_MC66_MCONTROL 0xF0065204          MC 66 MBIST Control Register
MTU_MC66_MSTATUS 0xF0065206          MC 66 Status Register
MTU_MC66_RANGE  0xF0065208          MC 66 Range Register, single address mode
MTU_MC66_REVID  0xF006520C          MC 66 Revision ID Register
MTU_MC66_ECCS   0xF006520E          MC 66 ECC Safety Register
MTU_MC66_ECCD   0xF0065210          MC 66 Memory ECC Detection Register
MTU_MC66_ETRR0  0xF0065212          MC 66 Error Tracking Register 0
MTU_MC66_ETRR1  0xF0065214          MC 66 Error Tracking Register 1
MTU_MC66_ETRR2  0xF0065216          MC 66 Error Tracking Register 2
MTU_MC66_ETRR3  0xF0065218          MC 66 Error Tracking Register 3
MTU_MC66_ETRR4  0xF006521A          MC 66 Error Tracking Register 4
MTU_MC66_RDBFL0 0xF0065260          MC 66 Read Data and Bit Flip Register 0
MTU_MC66_RDBFL1 0xF0065262          MC 66 Read Data and Bit Flip Register 1
MTU_MC66_RDBFL2 0xF0065264          MC 66 Read Data and Bit Flip Register 2
MTU_MC66_RDBFL3 0xF0065266          MC 66 Read Data and Bit Flip Register 3
MTU_MC66_RDBFL4 0xF0065268          MC 66 Read Data and Bit Flip Register 4
MTU_MC66_RDBFL5 0xF006526A          MC 66 Read Data and Bit Flip Register 5
MTU_MC66_RDBFL6 0xF006526C          MC 66 Read Data and Bit Flip Register 6
MTU_MC66_RDBFL7 0xF006526E          MC 66 Read Data and Bit Flip Register 7
MTU_MC66_RDBFL8 0xF0065270          MC 66 Read Data and Bit Flip Register 8
MTU_MC66_RDBFL9 0xF0065272          MC 66 Read Data and Bit Flip Register 9
MTU_MC66_RDBFL10 0xF0065274          MC 66 Read Data and Bit Flip Register 10
MTU_MC66_RDBFL11 0xF0065276          MC 66 Read Data and Bit Flip Register 11
MTU_MC66_RDBFL12 0xF0065278          MC 66 Read Data and Bit Flip Register 12
MTU_MC66_RDBFL13 0xF006527A          MC 66 Read Data and Bit Flip Register 13
MTU_MC66_RDBFL14 0xF006527C          MC 66 Read Data and Bit Flip Register 14
MTU_MC66_RDBFL15 0xF006527E          MC 66 Read Data and Bit Flip Register 15
MTU_MC66_RDBFL16 0xF0065280          MC 66 Read Data and Bit Flip Register 16
MTU_MC66_RDBFL17 0xF0065282          MC 66 Read Data and Bit Flip Register 17
MTU_MC66_RDBFL18 0xF0065284          MC 66 Read Data and Bit Flip Register 18
MTU_MC66_RDBFL19 0xF0065286          MC 66 Read Data and Bit Flip Register 19
MTU_MC66_RDBFL20 0xF0065288          MC 66 Read Data and Bit Flip Register 20
MTU_MC66_RDBFL21 0xF006528A          MC 66 Read Data and Bit Flip Register 21
MTU_MC66_RDBFL22 0xF006528C          MC 66 Read Data and Bit Flip Register 22
MTU_MC66_RDBFL23 0xF006528E          MC 66 Read Data and Bit Flip Register 23
MTU_MC66_RDBFL24 0xF0065290          MC 66 Read Data and Bit Flip Register 24
MTU_MC66_RDBFL25 0xF0065292          MC 66 Read Data and Bit Flip Register 25
MTU_MC66_RDBFL26 0xF0065294          MC 66 Read Data and Bit Flip Register 26
MTU_MC66_RDBFL27 0xF0065296          MC 66 Read Data and Bit Flip Register 27
MTU_MC66_RDBFL28 0xF0065298          MC 66 Read Data and Bit Flip Register 28
MTU_MC66_RDBFL29 0xF006529A          MC 66 Read Data and Bit Flip Register 29
MTU_MC66_RDBFL30 0xF006529C          MC 66 Read Data and Bit Flip Register 30
MTU_MC66_RDBFL31 0xF006529E          MC 66 Read Data and Bit Flip Register 31
MTU_MC66_RDBFL32 0xF00652A0          MC 66 Read Data and Bit Flip Register 32
MTU_MC66_RDBFL33 0xF00652A2          MC 66 Read Data and Bit Flip Register 33
MTU_MC66_RDBFL34 0xF00652A4          MC 66 Read Data and Bit Flip Register 34
MTU_MC66_RDBFL35 0xF00652A6          MC 66 Read Data and Bit Flip Register 35
MTU_MC66_RDBFL36 0xF00652A8          MC 66 Read Data and Bit Flip Register 36
MTU_MC66_RDBFL37 0xF00652AA          MC 66 Read Data and Bit Flip Register 37
MTU_MC66_RDBFL38 0xF00652AC          MC 66 Read Data and Bit Flip Register 38
MTU_MC66_RDBFL39 0xF00652AE          MC 66 Read Data and Bit Flip Register 39
MTU_MC66_RDBFL40 0xF00652B0          MC 66 Read Data and Bit Flip Register 40
MTU_MC66_RDBFL41 0xF00652B2          MC 66 Read Data and Bit Flip Register 41
MTU_MC66_RDBFL42 0xF00652B4          MC 66 Read Data and Bit Flip Register 42
MTU_MC66_RDBFL43 0xF00652B6          MC 66 Read Data and Bit Flip Register 43
MTU_MC66_RDBFL44 0xF00652B8          MC 66 Read Data and Bit Flip Register 44
MTU_MC66_RDBFL45 0xF00652BA          MC 66 Read Data and Bit Flip Register 45
MTU_MC66_RDBFL46 0xF00652BC          MC 66 Read Data and Bit Flip Register 46
MTU_MC66_RDBFL47 0xF00652BE          MC 66 Read Data and Bit Flip Register 47
MTU_MC66_RDBFL48 0xF00652C0          MC 66 Read Data and Bit Flip Register 48
MTU_MC66_RDBFL49 0xF00652C2          MC 66 Read Data and Bit Flip Register 49
MTU_MC66_RDBFL50 0xF00652C4          MC 66 Read Data and Bit Flip Register 50
MTU_MC66_RDBFL51 0xF00652C6          MC 66 Read Data and Bit Flip Register 51
MTU_MC66_RDBFL52 0xF00652C8          MC 66 Read Data and Bit Flip Register 52
MTU_MC66_RDBFL53 0xF00652CA          MC 66 Read Data and Bit Flip Register 53
MTU_MC66_RDBFL54 0xF00652CC          MC 66 Read Data and Bit Flip Register 54
MTU_MC66_RDBFL55 0xF00652CE          MC 66 Read Data and Bit Flip Register 55
MTU_MC66_RDBFL56 0xF00652D0          MC 66 Read Data and Bit Flip Register 56
MTU_MC66_RDBFL57 0xF00652D2          MC 66 Read Data and Bit Flip Register 57
MTU_MC66_RDBFL58 0xF00652D4          MC 66 Read Data and Bit Flip Register 58
MTU_MC66_RDBFL59 0xF00652D6          MC 66 Read Data and Bit Flip Register 59
MTU_MC66_RDBFL60 0xF00652D8          MC 66 Read Data and Bit Flip Register 60
MTU_MC66_RDBFL61 0xF00652DA          MC 66 Read Data and Bit Flip Register 61
MTU_MC66_RDBFL62 0xF00652DC          MC 66 Read Data and Bit Flip Register 62
MTU_MC66_RDBFL63 0xF00652DE          MC 66 Read Data and Bit Flip Register 63
MTU_MC66_RDBFL64 0xF00652E0          MC 66 Read Data and Bit Flip Register 64
MTU_MC66_RDBFL65 0xF00652E2          MC 66 Read Data and Bit Flip Register 65
MTU_MC66_RDBFL66 0xF00652E4          MC 66 Read Data and Bit Flip Register 66
MTU_MC66_ALMSRCS 0xF00652EE          MC 66 Alarm Sources Configuration Register
MTU_MC66_FAULTSTS 0xF00652F0          MC 66 SSH Safety Faults Status Register
MTU_MC66_ERRINFO0 0xF00652F2          MC 66 Error Information Register 0
MTU_MC66_ERRINFO1 0xF00652F4          MC 66 Error Information Register 1
MTU_MC66_ERRINFO2 0xF00652F6          MC 66 Error Information Register 2
MTU_MC66_ERRINFO3 0xF00652F8          MC 66 Error Information Register 3
MTU_MC66_ERRINFO4 0xF00652FA          MC 66 Error Information Register 4
MTU_MC67_CONFIG0 0xF0065300          MC 67 Configuration Register 0
MTU_MC67_CONFIG1 0xF0065302          MC 67 Configuration Register 1
MTU_MC67_MCONTROL 0xF0065304          MC 67 MBIST Control Register
MTU_MC67_MSTATUS 0xF0065306          MC 67 Status Register
MTU_MC67_RANGE  0xF0065308          MC 67 Range Register, single address mode
MTU_MC67_REVID  0xF006530C          MC 67 Revision ID Register
MTU_MC67_ECCS   0xF006530E          MC 67 ECC Safety Register
MTU_MC67_ECCD   0xF0065310          MC 67 Memory ECC Detection Register
MTU_MC67_ETRR0  0xF0065312          MC 67 Error Tracking Register 0
MTU_MC67_ETRR1  0xF0065314          MC 67 Error Tracking Register 1
MTU_MC67_ETRR2  0xF0065316          MC 67 Error Tracking Register 2
MTU_MC67_ETRR3  0xF0065318          MC 67 Error Tracking Register 3
MTU_MC67_ETRR4  0xF006531A          MC 67 Error Tracking Register 4
MTU_MC67_RDBFL0 0xF0065360          MC 67 Read Data and Bit Flip Register 0
MTU_MC67_RDBFL1 0xF0065362          MC 67 Read Data and Bit Flip Register 1
MTU_MC67_RDBFL2 0xF0065364          MC 67 Read Data and Bit Flip Register 2
MTU_MC67_RDBFL3 0xF0065366          MC 67 Read Data and Bit Flip Register 3
MTU_MC67_RDBFL4 0xF0065368          MC 67 Read Data and Bit Flip Register 4
MTU_MC67_RDBFL5 0xF006536A          MC 67 Read Data and Bit Flip Register 5
MTU_MC67_RDBFL6 0xF006536C          MC 67 Read Data and Bit Flip Register 6
MTU_MC67_RDBFL7 0xF006536E          MC 67 Read Data and Bit Flip Register 7
MTU_MC67_RDBFL8 0xF0065370          MC 67 Read Data and Bit Flip Register 8
MTU_MC67_RDBFL9 0xF0065372          MC 67 Read Data and Bit Flip Register 9
MTU_MC67_RDBFL10 0xF0065374          MC 67 Read Data and Bit Flip Register 10
MTU_MC67_RDBFL11 0xF0065376          MC 67 Read Data and Bit Flip Register 11
MTU_MC67_RDBFL12 0xF0065378          MC 67 Read Data and Bit Flip Register 12
MTU_MC67_RDBFL13 0xF006537A          MC 67 Read Data and Bit Flip Register 13
MTU_MC67_RDBFL14 0xF006537C          MC 67 Read Data and Bit Flip Register 14
MTU_MC67_RDBFL15 0xF006537E          MC 67 Read Data and Bit Flip Register 15
MTU_MC67_RDBFL16 0xF0065380          MC 67 Read Data and Bit Flip Register 16
MTU_MC67_RDBFL17 0xF0065382          MC 67 Read Data and Bit Flip Register 17
MTU_MC67_RDBFL18 0xF0065384          MC 67 Read Data and Bit Flip Register 18
MTU_MC67_RDBFL19 0xF0065386          MC 67 Read Data and Bit Flip Register 19
MTU_MC67_RDBFL20 0xF0065388          MC 67 Read Data and Bit Flip Register 20
MTU_MC67_RDBFL21 0xF006538A          MC 67 Read Data and Bit Flip Register 21
MTU_MC67_RDBFL22 0xF006538C          MC 67 Read Data and Bit Flip Register 22
MTU_MC67_RDBFL23 0xF006538E          MC 67 Read Data and Bit Flip Register 23
MTU_MC67_RDBFL24 0xF0065390          MC 67 Read Data and Bit Flip Register 24
MTU_MC67_RDBFL25 0xF0065392          MC 67 Read Data and Bit Flip Register 25
MTU_MC67_RDBFL26 0xF0065394          MC 67 Read Data and Bit Flip Register 26
MTU_MC67_RDBFL27 0xF0065396          MC 67 Read Data and Bit Flip Register 27
MTU_MC67_RDBFL28 0xF0065398          MC 67 Read Data and Bit Flip Register 28
MTU_MC67_RDBFL29 0xF006539A          MC 67 Read Data and Bit Flip Register 29
MTU_MC67_RDBFL30 0xF006539C          MC 67 Read Data and Bit Flip Register 30
MTU_MC67_RDBFL31 0xF006539E          MC 67 Read Data and Bit Flip Register 31
MTU_MC67_RDBFL32 0xF00653A0          MC 67 Read Data and Bit Flip Register 32
MTU_MC67_RDBFL33 0xF00653A2          MC 67 Read Data and Bit Flip Register 33
MTU_MC67_RDBFL34 0xF00653A4          MC 67 Read Data and Bit Flip Register 34
MTU_MC67_RDBFL35 0xF00653A6          MC 67 Read Data and Bit Flip Register 35
MTU_MC67_RDBFL36 0xF00653A8          MC 67 Read Data and Bit Flip Register 36
MTU_MC67_RDBFL37 0xF00653AA          MC 67 Read Data and Bit Flip Register 37
MTU_MC67_RDBFL38 0xF00653AC          MC 67 Read Data and Bit Flip Register 38
MTU_MC67_RDBFL39 0xF00653AE          MC 67 Read Data and Bit Flip Register 39
MTU_MC67_RDBFL40 0xF00653B0          MC 67 Read Data and Bit Flip Register 40
MTU_MC67_RDBFL41 0xF00653B2          MC 67 Read Data and Bit Flip Register 41
MTU_MC67_RDBFL42 0xF00653B4          MC 67 Read Data and Bit Flip Register 42
MTU_MC67_RDBFL43 0xF00653B6          MC 67 Read Data and Bit Flip Register 43
MTU_MC67_RDBFL44 0xF00653B8          MC 67 Read Data and Bit Flip Register 44
MTU_MC67_RDBFL45 0xF00653BA          MC 67 Read Data and Bit Flip Register 45
MTU_MC67_RDBFL46 0xF00653BC          MC 67 Read Data and Bit Flip Register 46
MTU_MC67_RDBFL47 0xF00653BE          MC 67 Read Data and Bit Flip Register 47
MTU_MC67_RDBFL48 0xF00653C0          MC 67 Read Data and Bit Flip Register 48
MTU_MC67_RDBFL49 0xF00653C2          MC 67 Read Data and Bit Flip Register 49
MTU_MC67_RDBFL50 0xF00653C4          MC 67 Read Data and Bit Flip Register 50
MTU_MC67_RDBFL51 0xF00653C6          MC 67 Read Data and Bit Flip Register 51
MTU_MC67_RDBFL52 0xF00653C8          MC 67 Read Data and Bit Flip Register 52
MTU_MC67_RDBFL53 0xF00653CA          MC 67 Read Data and Bit Flip Register 53
MTU_MC67_RDBFL54 0xF00653CC          MC 67 Read Data and Bit Flip Register 54
MTU_MC67_RDBFL55 0xF00653CE          MC 67 Read Data and Bit Flip Register 55
MTU_MC67_RDBFL56 0xF00653D0          MC 67 Read Data and Bit Flip Register 56
MTU_MC67_RDBFL57 0xF00653D2          MC 67 Read Data and Bit Flip Register 57
MTU_MC67_RDBFL58 0xF00653D4          MC 67 Read Data and Bit Flip Register 58
MTU_MC67_RDBFL59 0xF00653D6          MC 67 Read Data and Bit Flip Register 59
MTU_MC67_RDBFL60 0xF00653D8          MC 67 Read Data and Bit Flip Register 60
MTU_MC67_RDBFL61 0xF00653DA          MC 67 Read Data and Bit Flip Register 61
MTU_MC67_RDBFL62 0xF00653DC          MC 67 Read Data and Bit Flip Register 62
MTU_MC67_RDBFL63 0xF00653DE          MC 67 Read Data and Bit Flip Register 63
MTU_MC67_RDBFL64 0xF00653E0          MC 67 Read Data and Bit Flip Register 64
MTU_MC67_RDBFL65 0xF00653E2          MC 67 Read Data and Bit Flip Register 65
MTU_MC67_RDBFL66 0xF00653E4          MC 67 Read Data and Bit Flip Register 66
MTU_MC67_ALMSRCS 0xF00653EE          MC 67 Alarm Sources Configuration Register
MTU_MC67_FAULTSTS 0xF00653F0          MC 67 SSH Safety Faults Status Register
MTU_MC67_ERRINFO0 0xF00653F2          MC 67 Error Information Register 0
MTU_MC67_ERRINFO1 0xF00653F4          MC 67 Error Information Register 1
MTU_MC67_ERRINFO2 0xF00653F6          MC 67 Error Information Register 2
MTU_MC67_ERRINFO3 0xF00653F8          MC 67 Error Information Register 3
MTU_MC67_ERRINFO4 0xF00653FA          MC 67 Error Information Register 4
MTU_MC68_CONFIG0 0xF0065400          MC 68 Configuration Register 0
MTU_MC68_CONFIG1 0xF0065402          MC 68 Configuration Register 1
MTU_MC68_MCONTROL 0xF0065404          MC 68 MBIST Control Register
MTU_MC68_MSTATUS 0xF0065406          MC 68 Status Register
MTU_MC68_RANGE  0xF0065408          MC 68 Range Register, single address mode
MTU_MC68_REVID  0xF006540C          MC 68 Revision ID Register
MTU_MC68_ECCS   0xF006540E          MC 68 ECC Safety Register
MTU_MC68_ECCD   0xF0065410          MC 68 Memory ECC Detection Register
MTU_MC68_ETRR0  0xF0065412          MC 68 Error Tracking Register 0
MTU_MC68_ETRR1  0xF0065414          MC 68 Error Tracking Register 1
MTU_MC68_ETRR2  0xF0065416          MC 68 Error Tracking Register 2
MTU_MC68_ETRR3  0xF0065418          MC 68 Error Tracking Register 3
MTU_MC68_ETRR4  0xF006541A          MC 68 Error Tracking Register 4
MTU_MC68_RDBFL0 0xF0065460          MC 68 Read Data and Bit Flip Register 0
MTU_MC68_RDBFL1 0xF0065462          MC 68 Read Data and Bit Flip Register 1
MTU_MC68_RDBFL2 0xF0065464          MC 68 Read Data and Bit Flip Register 2
MTU_MC68_RDBFL3 0xF0065466          MC 68 Read Data and Bit Flip Register 3
MTU_MC68_RDBFL4 0xF0065468          MC 68 Read Data and Bit Flip Register 4
MTU_MC68_RDBFL5 0xF006546A          MC 68 Read Data and Bit Flip Register 5
MTU_MC68_RDBFL6 0xF006546C          MC 68 Read Data and Bit Flip Register 6
MTU_MC68_RDBFL7 0xF006546E          MC 68 Read Data and Bit Flip Register 7
MTU_MC68_RDBFL8 0xF0065470          MC 68 Read Data and Bit Flip Register 8
MTU_MC68_RDBFL9 0xF0065472          MC 68 Read Data and Bit Flip Register 9
MTU_MC68_RDBFL10 0xF0065474          MC 68 Read Data and Bit Flip Register 10
MTU_MC68_RDBFL11 0xF0065476          MC 68 Read Data and Bit Flip Register 11
MTU_MC68_RDBFL12 0xF0065478          MC 68 Read Data and Bit Flip Register 12
MTU_MC68_RDBFL13 0xF006547A          MC 68 Read Data and Bit Flip Register 13
MTU_MC68_RDBFL14 0xF006547C          MC 68 Read Data and Bit Flip Register 14
MTU_MC68_RDBFL15 0xF006547E          MC 68 Read Data and Bit Flip Register 15
MTU_MC68_RDBFL16 0xF0065480          MC 68 Read Data and Bit Flip Register 16
MTU_MC68_RDBFL17 0xF0065482          MC 68 Read Data and Bit Flip Register 17
MTU_MC68_RDBFL18 0xF0065484          MC 68 Read Data and Bit Flip Register 18
MTU_MC68_RDBFL19 0xF0065486          MC 68 Read Data and Bit Flip Register 19
MTU_MC68_RDBFL20 0xF0065488          MC 68 Read Data and Bit Flip Register 20
MTU_MC68_RDBFL21 0xF006548A          MC 68 Read Data and Bit Flip Register 21
MTU_MC68_RDBFL22 0xF006548C          MC 68 Read Data and Bit Flip Register 22
MTU_MC68_RDBFL23 0xF006548E          MC 68 Read Data and Bit Flip Register 23
MTU_MC68_RDBFL24 0xF0065490          MC 68 Read Data and Bit Flip Register 24
MTU_MC68_RDBFL25 0xF0065492          MC 68 Read Data and Bit Flip Register 25
MTU_MC68_RDBFL26 0xF0065494          MC 68 Read Data and Bit Flip Register 26
MTU_MC68_RDBFL27 0xF0065496          MC 68 Read Data and Bit Flip Register 27
MTU_MC68_RDBFL28 0xF0065498          MC 68 Read Data and Bit Flip Register 28
MTU_MC68_RDBFL29 0xF006549A          MC 68 Read Data and Bit Flip Register 29
MTU_MC68_RDBFL30 0xF006549C          MC 68 Read Data and Bit Flip Register 30
MTU_MC68_RDBFL31 0xF006549E          MC 68 Read Data and Bit Flip Register 31
MTU_MC68_RDBFL32 0xF00654A0          MC 68 Read Data and Bit Flip Register 32
MTU_MC68_RDBFL33 0xF00654A2          MC 68 Read Data and Bit Flip Register 33
MTU_MC68_RDBFL34 0xF00654A4          MC 68 Read Data and Bit Flip Register 34
MTU_MC68_RDBFL35 0xF00654A6          MC 68 Read Data and Bit Flip Register 35
MTU_MC68_RDBFL36 0xF00654A8          MC 68 Read Data and Bit Flip Register 36
MTU_MC68_RDBFL37 0xF00654AA          MC 68 Read Data and Bit Flip Register 37
MTU_MC68_RDBFL38 0xF00654AC          MC 68 Read Data and Bit Flip Register 38
MTU_MC68_RDBFL39 0xF00654AE          MC 68 Read Data and Bit Flip Register 39
MTU_MC68_RDBFL40 0xF00654B0          MC 68 Read Data and Bit Flip Register 40
MTU_MC68_RDBFL41 0xF00654B2          MC 68 Read Data and Bit Flip Register 41
MTU_MC68_RDBFL42 0xF00654B4          MC 68 Read Data and Bit Flip Register 42
MTU_MC68_RDBFL43 0xF00654B6          MC 68 Read Data and Bit Flip Register 43
MTU_MC68_RDBFL44 0xF00654B8          MC 68 Read Data and Bit Flip Register 44
MTU_MC68_RDBFL45 0xF00654BA          MC 68 Read Data and Bit Flip Register 45
MTU_MC68_RDBFL46 0xF00654BC          MC 68 Read Data and Bit Flip Register 46
MTU_MC68_RDBFL47 0xF00654BE          MC 68 Read Data and Bit Flip Register 47
MTU_MC68_RDBFL48 0xF00654C0          MC 68 Read Data and Bit Flip Register 48
MTU_MC68_RDBFL49 0xF00654C2          MC 68 Read Data and Bit Flip Register 49
MTU_MC68_RDBFL50 0xF00654C4          MC 68 Read Data and Bit Flip Register 50
MTU_MC68_RDBFL51 0xF00654C6          MC 68 Read Data and Bit Flip Register 51
MTU_MC68_RDBFL52 0xF00654C8          MC 68 Read Data and Bit Flip Register 52
MTU_MC68_RDBFL53 0xF00654CA          MC 68 Read Data and Bit Flip Register 53
MTU_MC68_RDBFL54 0xF00654CC          MC 68 Read Data and Bit Flip Register 54
MTU_MC68_RDBFL55 0xF00654CE          MC 68 Read Data and Bit Flip Register 55
MTU_MC68_RDBFL56 0xF00654D0          MC 68 Read Data and Bit Flip Register 56
MTU_MC68_RDBFL57 0xF00654D2          MC 68 Read Data and Bit Flip Register 57
MTU_MC68_RDBFL58 0xF00654D4          MC 68 Read Data and Bit Flip Register 58
MTU_MC68_RDBFL59 0xF00654D6          MC 68 Read Data and Bit Flip Register 59
MTU_MC68_RDBFL60 0xF00654D8          MC 68 Read Data and Bit Flip Register 60
MTU_MC68_RDBFL61 0xF00654DA          MC 68 Read Data and Bit Flip Register 61
MTU_MC68_RDBFL62 0xF00654DC          MC 68 Read Data and Bit Flip Register 62
MTU_MC68_RDBFL63 0xF00654DE          MC 68 Read Data and Bit Flip Register 63
MTU_MC68_RDBFL64 0xF00654E0          MC 68 Read Data and Bit Flip Register 64
MTU_MC68_RDBFL65 0xF00654E2          MC 68 Read Data and Bit Flip Register 65
MTU_MC68_RDBFL66 0xF00654E4          MC 68 Read Data and Bit Flip Register 66
MTU_MC68_ALMSRCS 0xF00654EE          MC 68 Alarm Sources Configuration Register
MTU_MC68_FAULTSTS 0xF00654F0          MC 68 SSH Safety Faults Status Register
MTU_MC68_ERRINFO0 0xF00654F2          MC 68 Error Information Register 0
MTU_MC68_ERRINFO1 0xF00654F4          MC 68 Error Information Register 1
MTU_MC68_ERRINFO2 0xF00654F6          MC 68 Error Information Register 2
MTU_MC68_ERRINFO3 0xF00654F8          MC 68 Error Information Register 3
MTU_MC68_ERRINFO4 0xF00654FA          MC 68 Error Information Register 4
MTU_MC69_CONFIG0 0xF0065500          MC 69 Configuration Register 0
MTU_MC69_CONFIG1 0xF0065502          MC 69 Configuration Register 1
MTU_MC69_MCONTROL 0xF0065504          MC 69 MBIST Control Register
MTU_MC69_MSTATUS 0xF0065506          MC 69 Status Register
MTU_MC69_RANGE  0xF0065508          MC 69 Range Register, single address mode
MTU_MC69_REVID  0xF006550C          MC 69 Revision ID Register
MTU_MC69_ECCS   0xF006550E          MC 69 ECC Safety Register
MTU_MC69_ECCD   0xF0065510          MC 69 Memory ECC Detection Register
MTU_MC69_ETRR0  0xF0065512          MC 69 Error Tracking Register 0
MTU_MC69_ETRR1  0xF0065514          MC 69 Error Tracking Register 1
MTU_MC69_ETRR2  0xF0065516          MC 69 Error Tracking Register 2
MTU_MC69_ETRR3  0xF0065518          MC 69 Error Tracking Register 3
MTU_MC69_ETRR4  0xF006551A          MC 69 Error Tracking Register 4
MTU_MC69_RDBFL0 0xF0065560          MC 69 Read Data and Bit Flip Register 0
MTU_MC69_RDBFL1 0xF0065562          MC 69 Read Data and Bit Flip Register 1
MTU_MC69_RDBFL2 0xF0065564          MC 69 Read Data and Bit Flip Register 2
MTU_MC69_RDBFL3 0xF0065566          MC 69 Read Data and Bit Flip Register 3
MTU_MC69_RDBFL4 0xF0065568          MC 69 Read Data and Bit Flip Register 4
MTU_MC69_RDBFL5 0xF006556A          MC 69 Read Data and Bit Flip Register 5
MTU_MC69_RDBFL6 0xF006556C          MC 69 Read Data and Bit Flip Register 6
MTU_MC69_RDBFL7 0xF006556E          MC 69 Read Data and Bit Flip Register 7
MTU_MC69_RDBFL8 0xF0065570          MC 69 Read Data and Bit Flip Register 8
MTU_MC69_RDBFL9 0xF0065572          MC 69 Read Data and Bit Flip Register 9
MTU_MC69_RDBFL10 0xF0065574          MC 69 Read Data and Bit Flip Register 10
MTU_MC69_RDBFL11 0xF0065576          MC 69 Read Data and Bit Flip Register 11
MTU_MC69_RDBFL12 0xF0065578          MC 69 Read Data and Bit Flip Register 12
MTU_MC69_RDBFL13 0xF006557A          MC 69 Read Data and Bit Flip Register 13
MTU_MC69_RDBFL14 0xF006557C          MC 69 Read Data and Bit Flip Register 14
MTU_MC69_RDBFL15 0xF006557E          MC 69 Read Data and Bit Flip Register 15
MTU_MC69_RDBFL16 0xF0065580          MC 69 Read Data and Bit Flip Register 16
MTU_MC69_RDBFL17 0xF0065582          MC 69 Read Data and Bit Flip Register 17
MTU_MC69_RDBFL18 0xF0065584          MC 69 Read Data and Bit Flip Register 18
MTU_MC69_RDBFL19 0xF0065586          MC 69 Read Data and Bit Flip Register 19
MTU_MC69_RDBFL20 0xF0065588          MC 69 Read Data and Bit Flip Register 20
MTU_MC69_RDBFL21 0xF006558A          MC 69 Read Data and Bit Flip Register 21
MTU_MC69_RDBFL22 0xF006558C          MC 69 Read Data and Bit Flip Register 22
MTU_MC69_RDBFL23 0xF006558E          MC 69 Read Data and Bit Flip Register 23
MTU_MC69_RDBFL24 0xF0065590          MC 69 Read Data and Bit Flip Register 24
MTU_MC69_RDBFL25 0xF0065592          MC 69 Read Data and Bit Flip Register 25
MTU_MC69_RDBFL26 0xF0065594          MC 69 Read Data and Bit Flip Register 26
MTU_MC69_RDBFL27 0xF0065596          MC 69 Read Data and Bit Flip Register 27
MTU_MC69_RDBFL28 0xF0065598          MC 69 Read Data and Bit Flip Register 28
MTU_MC69_RDBFL29 0xF006559A          MC 69 Read Data and Bit Flip Register 29
MTU_MC69_RDBFL30 0xF006559C          MC 69 Read Data and Bit Flip Register 30
MTU_MC69_RDBFL31 0xF006559E          MC 69 Read Data and Bit Flip Register 31
MTU_MC69_RDBFL32 0xF00655A0          MC 69 Read Data and Bit Flip Register 32
MTU_MC69_RDBFL33 0xF00655A2          MC 69 Read Data and Bit Flip Register 33
MTU_MC69_RDBFL34 0xF00655A4          MC 69 Read Data and Bit Flip Register 34
MTU_MC69_RDBFL35 0xF00655A6          MC 69 Read Data and Bit Flip Register 35
MTU_MC69_RDBFL36 0xF00655A8          MC 69 Read Data and Bit Flip Register 36
MTU_MC69_RDBFL37 0xF00655AA          MC 69 Read Data and Bit Flip Register 37
MTU_MC69_RDBFL38 0xF00655AC          MC 69 Read Data and Bit Flip Register 38
MTU_MC69_RDBFL39 0xF00655AE          MC 69 Read Data and Bit Flip Register 39
MTU_MC69_RDBFL40 0xF00655B0          MC 69 Read Data and Bit Flip Register 40
MTU_MC69_RDBFL41 0xF00655B2          MC 69 Read Data and Bit Flip Register 41
MTU_MC69_RDBFL42 0xF00655B4          MC 69 Read Data and Bit Flip Register 42
MTU_MC69_RDBFL43 0xF00655B6          MC 69 Read Data and Bit Flip Register 43
MTU_MC69_RDBFL44 0xF00655B8          MC 69 Read Data and Bit Flip Register 44
MTU_MC69_RDBFL45 0xF00655BA          MC 69 Read Data and Bit Flip Register 45
MTU_MC69_RDBFL46 0xF00655BC          MC 69 Read Data and Bit Flip Register 46
MTU_MC69_RDBFL47 0xF00655BE          MC 69 Read Data and Bit Flip Register 47
MTU_MC69_RDBFL48 0xF00655C0          MC 69 Read Data and Bit Flip Register 48
MTU_MC69_RDBFL49 0xF00655C2          MC 69 Read Data and Bit Flip Register 49
MTU_MC69_RDBFL50 0xF00655C4          MC 69 Read Data and Bit Flip Register 50
MTU_MC69_RDBFL51 0xF00655C6          MC 69 Read Data and Bit Flip Register 51
MTU_MC69_RDBFL52 0xF00655C8          MC 69 Read Data and Bit Flip Register 52
MTU_MC69_RDBFL53 0xF00655CA          MC 69 Read Data and Bit Flip Register 53
MTU_MC69_RDBFL54 0xF00655CC          MC 69 Read Data and Bit Flip Register 54
MTU_MC69_RDBFL55 0xF00655CE          MC 69 Read Data and Bit Flip Register 55
MTU_MC69_RDBFL56 0xF00655D0          MC 69 Read Data and Bit Flip Register 56
MTU_MC69_RDBFL57 0xF00655D2          MC 69 Read Data and Bit Flip Register 57
MTU_MC69_RDBFL58 0xF00655D4          MC 69 Read Data and Bit Flip Register 58
MTU_MC69_RDBFL59 0xF00655D6          MC 69 Read Data and Bit Flip Register 59
MTU_MC69_RDBFL60 0xF00655D8          MC 69 Read Data and Bit Flip Register 60
MTU_MC69_RDBFL61 0xF00655DA          MC 69 Read Data and Bit Flip Register 61
MTU_MC69_RDBFL62 0xF00655DC          MC 69 Read Data and Bit Flip Register 62
MTU_MC69_RDBFL63 0xF00655DE          MC 69 Read Data and Bit Flip Register 63
MTU_MC69_RDBFL64 0xF00655E0          MC 69 Read Data and Bit Flip Register 64
MTU_MC69_RDBFL65 0xF00655E2          MC 69 Read Data and Bit Flip Register 65
MTU_MC69_RDBFL66 0xF00655E4          MC 69 Read Data and Bit Flip Register 66
MTU_MC69_ALMSRCS 0xF00655EE          MC 69 Alarm Sources Configuration Register
MTU_MC69_FAULTSTS 0xF00655F0          MC 69 SSH Safety Faults Status Register
MTU_MC69_ERRINFO0 0xF00655F2          MC 69 Error Information Register 0
MTU_MC69_ERRINFO1 0xF00655F4          MC 69 Error Information Register 1
MTU_MC69_ERRINFO2 0xF00655F6          MC 69 Error Information Register 2
MTU_MC69_ERRINFO3 0xF00655F8          MC 69 Error Information Register 3
MTU_MC69_ERRINFO4 0xF00655FA          MC 69 Error Information Register 4
MTU_MC70_CONFIG0 0xF0065600          MC 70 Configuration Register 0
MTU_MC70_CONFIG1 0xF0065602          MC 70 Configuration Register 1
MTU_MC70_MCONTROL 0xF0065604          MC 70 MBIST Control Register
MTU_MC70_MSTATUS 0xF0065606          MC 70 Status Register
MTU_MC70_RANGE  0xF0065608          MC 70 Range Register, single address mode
MTU_MC70_REVID  0xF006560C          MC 70 Revision ID Register
MTU_MC70_ECCS   0xF006560E          MC 70 ECC Safety Register
MTU_MC70_ECCD   0xF0065610          MC 70 Memory ECC Detection Register
MTU_MC70_ETRR0  0xF0065612          MC 70 Error Tracking Register 0
MTU_MC70_ETRR1  0xF0065614          MC 70 Error Tracking Register 1
MTU_MC70_ETRR2  0xF0065616          MC 70 Error Tracking Register 2
MTU_MC70_ETRR3  0xF0065618          MC 70 Error Tracking Register 3
MTU_MC70_ETRR4  0xF006561A          MC 70 Error Tracking Register 4
MTU_MC70_RDBFL0 0xF0065660          MC 70 Read Data and Bit Flip Register 0
MTU_MC70_RDBFL1 0xF0065662          MC 70 Read Data and Bit Flip Register 1
MTU_MC70_RDBFL2 0xF0065664          MC 70 Read Data and Bit Flip Register 2
MTU_MC70_RDBFL3 0xF0065666          MC 70 Read Data and Bit Flip Register 3
MTU_MC70_RDBFL4 0xF0065668          MC 70 Read Data and Bit Flip Register 4
MTU_MC70_RDBFL5 0xF006566A          MC 70 Read Data and Bit Flip Register 5
MTU_MC70_RDBFL6 0xF006566C          MC 70 Read Data and Bit Flip Register 6
MTU_MC70_RDBFL7 0xF006566E          MC 70 Read Data and Bit Flip Register 7
MTU_MC70_RDBFL8 0xF0065670          MC 70 Read Data and Bit Flip Register 8
MTU_MC70_RDBFL9 0xF0065672          MC 70 Read Data and Bit Flip Register 9
MTU_MC70_RDBFL10 0xF0065674          MC 70 Read Data and Bit Flip Register 10
MTU_MC70_RDBFL11 0xF0065676          MC 70 Read Data and Bit Flip Register 11
MTU_MC70_RDBFL12 0xF0065678          MC 70 Read Data and Bit Flip Register 12
MTU_MC70_RDBFL13 0xF006567A          MC 70 Read Data and Bit Flip Register 13
MTU_MC70_RDBFL14 0xF006567C          MC 70 Read Data and Bit Flip Register 14
MTU_MC70_RDBFL15 0xF006567E          MC 70 Read Data and Bit Flip Register 15
MTU_MC70_RDBFL16 0xF0065680          MC 70 Read Data and Bit Flip Register 16
MTU_MC70_RDBFL17 0xF0065682          MC 70 Read Data and Bit Flip Register 17
MTU_MC70_RDBFL18 0xF0065684          MC 70 Read Data and Bit Flip Register 18
MTU_MC70_RDBFL19 0xF0065686          MC 70 Read Data and Bit Flip Register 19
MTU_MC70_RDBFL20 0xF0065688          MC 70 Read Data and Bit Flip Register 20
MTU_MC70_RDBFL21 0xF006568A          MC 70 Read Data and Bit Flip Register 21
MTU_MC70_RDBFL22 0xF006568C          MC 70 Read Data and Bit Flip Register 22
MTU_MC70_RDBFL23 0xF006568E          MC 70 Read Data and Bit Flip Register 23
MTU_MC70_RDBFL24 0xF0065690          MC 70 Read Data and Bit Flip Register 24
MTU_MC70_RDBFL25 0xF0065692          MC 70 Read Data and Bit Flip Register 25
MTU_MC70_RDBFL26 0xF0065694          MC 70 Read Data and Bit Flip Register 26
MTU_MC70_RDBFL27 0xF0065696          MC 70 Read Data and Bit Flip Register 27
MTU_MC70_RDBFL28 0xF0065698          MC 70 Read Data and Bit Flip Register 28
MTU_MC70_RDBFL29 0xF006569A          MC 70 Read Data and Bit Flip Register 29
MTU_MC70_RDBFL30 0xF006569C          MC 70 Read Data and Bit Flip Register 30
MTU_MC70_RDBFL31 0xF006569E          MC 70 Read Data and Bit Flip Register 31
MTU_MC70_RDBFL32 0xF00656A0          MC 70 Read Data and Bit Flip Register 32
MTU_MC70_RDBFL33 0xF00656A2          MC 70 Read Data and Bit Flip Register 33
MTU_MC70_RDBFL34 0xF00656A4          MC 70 Read Data and Bit Flip Register 34
MTU_MC70_RDBFL35 0xF00656A6          MC 70 Read Data and Bit Flip Register 35
MTU_MC70_RDBFL36 0xF00656A8          MC 70 Read Data and Bit Flip Register 36
MTU_MC70_RDBFL37 0xF00656AA          MC 70 Read Data and Bit Flip Register 37
MTU_MC70_RDBFL38 0xF00656AC          MC 70 Read Data and Bit Flip Register 38
MTU_MC70_RDBFL39 0xF00656AE          MC 70 Read Data and Bit Flip Register 39
MTU_MC70_RDBFL40 0xF00656B0          MC 70 Read Data and Bit Flip Register 40
MTU_MC70_RDBFL41 0xF00656B2          MC 70 Read Data and Bit Flip Register 41
MTU_MC70_RDBFL42 0xF00656B4          MC 70 Read Data and Bit Flip Register 42
MTU_MC70_RDBFL43 0xF00656B6          MC 70 Read Data and Bit Flip Register 43
MTU_MC70_RDBFL44 0xF00656B8          MC 70 Read Data and Bit Flip Register 44
MTU_MC70_RDBFL45 0xF00656BA          MC 70 Read Data and Bit Flip Register 45
MTU_MC70_RDBFL46 0xF00656BC          MC 70 Read Data and Bit Flip Register 46
MTU_MC70_RDBFL47 0xF00656BE          MC 70 Read Data and Bit Flip Register 47
MTU_MC70_RDBFL48 0xF00656C0          MC 70 Read Data and Bit Flip Register 48
MTU_MC70_RDBFL49 0xF00656C2          MC 70 Read Data and Bit Flip Register 49
MTU_MC70_RDBFL50 0xF00656C4          MC 70 Read Data and Bit Flip Register 50
MTU_MC70_RDBFL51 0xF00656C6          MC 70 Read Data and Bit Flip Register 51
MTU_MC70_RDBFL52 0xF00656C8          MC 70 Read Data and Bit Flip Register 52
MTU_MC70_RDBFL53 0xF00656CA          MC 70 Read Data and Bit Flip Register 53
MTU_MC70_RDBFL54 0xF00656CC          MC 70 Read Data and Bit Flip Register 54
MTU_MC70_RDBFL55 0xF00656CE          MC 70 Read Data and Bit Flip Register 55
MTU_MC70_RDBFL56 0xF00656D0          MC 70 Read Data and Bit Flip Register 56
MTU_MC70_RDBFL57 0xF00656D2          MC 70 Read Data and Bit Flip Register 57
MTU_MC70_RDBFL58 0xF00656D4          MC 70 Read Data and Bit Flip Register 58
MTU_MC70_RDBFL59 0xF00656D6          MC 70 Read Data and Bit Flip Register 59
MTU_MC70_RDBFL60 0xF00656D8          MC 70 Read Data and Bit Flip Register 60
MTU_MC70_RDBFL61 0xF00656DA          MC 70 Read Data and Bit Flip Register 61
MTU_MC70_RDBFL62 0xF00656DC          MC 70 Read Data and Bit Flip Register 62
MTU_MC70_RDBFL63 0xF00656DE          MC 70 Read Data and Bit Flip Register 63
MTU_MC70_RDBFL64 0xF00656E0          MC 70 Read Data and Bit Flip Register 64
MTU_MC70_RDBFL65 0xF00656E2          MC 70 Read Data and Bit Flip Register 65
MTU_MC70_RDBFL66 0xF00656E4          MC 70 Read Data and Bit Flip Register 66
MTU_MC70_ALMSRCS 0xF00656EE          MC 70 Alarm Sources Configuration Register
MTU_MC70_FAULTSTS 0xF00656F0          MC 70 SSH Safety Faults Status Register
MTU_MC70_ERRINFO0 0xF00656F2          MC 70 Error Information Register 0
MTU_MC70_ERRINFO1 0xF00656F4          MC 70 Error Information Register 1
MTU_MC70_ERRINFO2 0xF00656F6          MC 70 Error Information Register 2
MTU_MC70_ERRINFO3 0xF00656F8          MC 70 Error Information Register 3
MTU_MC70_ERRINFO4 0xF00656FA          MC 70 Error Information Register 4
MTU_MC71_CONFIG0 0xF0065700          MC 71 Configuration Register 0
MTU_MC71_CONFIG1 0xF0065702          MC 71 Configuration Register 1
MTU_MC71_MCONTROL 0xF0065704          MC 71 MBIST Control Register
MTU_MC71_MSTATUS 0xF0065706          MC 71 Status Register
MTU_MC71_RANGE  0xF0065708          MC 71 Range Register, single address mode
MTU_MC71_REVID  0xF006570C          MC 71 Revision ID Register
MTU_MC71_ECCS   0xF006570E          MC 71 ECC Safety Register
MTU_MC71_ECCD   0xF0065710          MC 71 Memory ECC Detection Register
MTU_MC71_ETRR0  0xF0065712          MC 71 Error Tracking Register 0
MTU_MC71_ETRR1  0xF0065714          MC 71 Error Tracking Register 1
MTU_MC71_ETRR2  0xF0065716          MC 71 Error Tracking Register 2
MTU_MC71_ETRR3  0xF0065718          MC 71 Error Tracking Register 3
MTU_MC71_ETRR4  0xF006571A          MC 71 Error Tracking Register 4
MTU_MC71_RDBFL0 0xF0065760          MC 71 Read Data and Bit Flip Register 0
MTU_MC71_RDBFL1 0xF0065762          MC 71 Read Data and Bit Flip Register 1
MTU_MC71_RDBFL2 0xF0065764          MC 71 Read Data and Bit Flip Register 2
MTU_MC71_RDBFL3 0xF0065766          MC 71 Read Data and Bit Flip Register 3
MTU_MC71_RDBFL4 0xF0065768          MC 71 Read Data and Bit Flip Register 4
MTU_MC71_RDBFL5 0xF006576A          MC 71 Read Data and Bit Flip Register 5
MTU_MC71_RDBFL6 0xF006576C          MC 71 Read Data and Bit Flip Register 6
MTU_MC71_RDBFL7 0xF006576E          MC 71 Read Data and Bit Flip Register 7
MTU_MC71_RDBFL8 0xF0065770          MC 71 Read Data and Bit Flip Register 8
MTU_MC71_RDBFL9 0xF0065772          MC 71 Read Data and Bit Flip Register 9
MTU_MC71_RDBFL10 0xF0065774          MC 71 Read Data and Bit Flip Register 10
MTU_MC71_RDBFL11 0xF0065776          MC 71 Read Data and Bit Flip Register 11
MTU_MC71_RDBFL12 0xF0065778          MC 71 Read Data and Bit Flip Register 12
MTU_MC71_RDBFL13 0xF006577A          MC 71 Read Data and Bit Flip Register 13
MTU_MC71_RDBFL14 0xF006577C          MC 71 Read Data and Bit Flip Register 14
MTU_MC71_RDBFL15 0xF006577E          MC 71 Read Data and Bit Flip Register 15
MTU_MC71_RDBFL16 0xF0065780          MC 71 Read Data and Bit Flip Register 16
MTU_MC71_RDBFL17 0xF0065782          MC 71 Read Data and Bit Flip Register 17
MTU_MC71_RDBFL18 0xF0065784          MC 71 Read Data and Bit Flip Register 18
MTU_MC71_RDBFL19 0xF0065786          MC 71 Read Data and Bit Flip Register 19
MTU_MC71_RDBFL20 0xF0065788          MC 71 Read Data and Bit Flip Register 20
MTU_MC71_RDBFL21 0xF006578A          MC 71 Read Data and Bit Flip Register 21
MTU_MC71_RDBFL22 0xF006578C          MC 71 Read Data and Bit Flip Register 22
MTU_MC71_RDBFL23 0xF006578E          MC 71 Read Data and Bit Flip Register 23
MTU_MC71_RDBFL24 0xF0065790          MC 71 Read Data and Bit Flip Register 24
MTU_MC71_RDBFL25 0xF0065792          MC 71 Read Data and Bit Flip Register 25
MTU_MC71_RDBFL26 0xF0065794          MC 71 Read Data and Bit Flip Register 26
MTU_MC71_RDBFL27 0xF0065796          MC 71 Read Data and Bit Flip Register 27
MTU_MC71_RDBFL28 0xF0065798          MC 71 Read Data and Bit Flip Register 28
MTU_MC71_RDBFL29 0xF006579A          MC 71 Read Data and Bit Flip Register 29
MTU_MC71_RDBFL30 0xF006579C          MC 71 Read Data and Bit Flip Register 30
MTU_MC71_RDBFL31 0xF006579E          MC 71 Read Data and Bit Flip Register 31
MTU_MC71_RDBFL32 0xF00657A0          MC 71 Read Data and Bit Flip Register 32
MTU_MC71_RDBFL33 0xF00657A2          MC 71 Read Data and Bit Flip Register 33
MTU_MC71_RDBFL34 0xF00657A4          MC 71 Read Data and Bit Flip Register 34
MTU_MC71_RDBFL35 0xF00657A6          MC 71 Read Data and Bit Flip Register 35
MTU_MC71_RDBFL36 0xF00657A8          MC 71 Read Data and Bit Flip Register 36
MTU_MC71_RDBFL37 0xF00657AA          MC 71 Read Data and Bit Flip Register 37
MTU_MC71_RDBFL38 0xF00657AC          MC 71 Read Data and Bit Flip Register 38
MTU_MC71_RDBFL39 0xF00657AE          MC 71 Read Data and Bit Flip Register 39
MTU_MC71_RDBFL40 0xF00657B0          MC 71 Read Data and Bit Flip Register 40
MTU_MC71_RDBFL41 0xF00657B2          MC 71 Read Data and Bit Flip Register 41
MTU_MC71_RDBFL42 0xF00657B4          MC 71 Read Data and Bit Flip Register 42
MTU_MC71_RDBFL43 0xF00657B6          MC 71 Read Data and Bit Flip Register 43
MTU_MC71_RDBFL44 0xF00657B8          MC 71 Read Data and Bit Flip Register 44
MTU_MC71_RDBFL45 0xF00657BA          MC 71 Read Data and Bit Flip Register 45
MTU_MC71_RDBFL46 0xF00657BC          MC 71 Read Data and Bit Flip Register 46
MTU_MC71_RDBFL47 0xF00657BE          MC 71 Read Data and Bit Flip Register 47
MTU_MC71_RDBFL48 0xF00657C0          MC 71 Read Data and Bit Flip Register 48
MTU_MC71_RDBFL49 0xF00657C2          MC 71 Read Data and Bit Flip Register 49
MTU_MC71_RDBFL50 0xF00657C4          MC 71 Read Data and Bit Flip Register 50
MTU_MC71_RDBFL51 0xF00657C6          MC 71 Read Data and Bit Flip Register 51
MTU_MC71_RDBFL52 0xF00657C8          MC 71 Read Data and Bit Flip Register 52
MTU_MC71_RDBFL53 0xF00657CA          MC 71 Read Data and Bit Flip Register 53
MTU_MC71_RDBFL54 0xF00657CC          MC 71 Read Data and Bit Flip Register 54
MTU_MC71_RDBFL55 0xF00657CE          MC 71 Read Data and Bit Flip Register 55
MTU_MC71_RDBFL56 0xF00657D0          MC 71 Read Data and Bit Flip Register 56
MTU_MC71_RDBFL57 0xF00657D2          MC 71 Read Data and Bit Flip Register 57
MTU_MC71_RDBFL58 0xF00657D4          MC 71 Read Data and Bit Flip Register 58
MTU_MC71_RDBFL59 0xF00657D6          MC 71 Read Data and Bit Flip Register 59
MTU_MC71_RDBFL60 0xF00657D8          MC 71 Read Data and Bit Flip Register 60
MTU_MC71_RDBFL61 0xF00657DA          MC 71 Read Data and Bit Flip Register 61
MTU_MC71_RDBFL62 0xF00657DC          MC 71 Read Data and Bit Flip Register 62
MTU_MC71_RDBFL63 0xF00657DE          MC 71 Read Data and Bit Flip Register 63
MTU_MC71_RDBFL64 0xF00657E0          MC 71 Read Data and Bit Flip Register 64
MTU_MC71_RDBFL65 0xF00657E2          MC 71 Read Data and Bit Flip Register 65
MTU_MC71_RDBFL66 0xF00657E4          MC 71 Read Data and Bit Flip Register 66
MTU_MC71_ALMSRCS 0xF00657EE          MC 71 Alarm Sources Configuration Register
MTU_MC71_FAULTSTS 0xF00657F0          MC 71 SSH Safety Faults Status Register
MTU_MC71_ERRINFO0 0xF00657F2          MC 71 Error Information Register 0
MTU_MC71_ERRINFO1 0xF00657F4          MC 71 Error Information Register 1
MTU_MC71_ERRINFO2 0xF00657F6          MC 71 Error Information Register 2
MTU_MC71_ERRINFO3 0xF00657F8          MC 71 Error Information Register 3
MTU_MC71_ERRINFO4 0xF00657FA          MC 71 Error Information Register 4
MTU_MC72_CONFIG0 0xF0065800          MC 72 Configuration Register 0
MTU_MC72_CONFIG1 0xF0065802          MC 72 Configuration Register 1
MTU_MC72_MCONTROL 0xF0065804          MC 72 MBIST Control Register
MTU_MC72_MSTATUS 0xF0065806          MC 72 Status Register
MTU_MC72_RANGE  0xF0065808          MC 72 Range Register, single address mode
MTU_MC72_REVID  0xF006580C          MC 72 Revision ID Register
MTU_MC72_ECCS   0xF006580E          MC 72 ECC Safety Register
MTU_MC72_ECCD   0xF0065810          MC 72 Memory ECC Detection Register
MTU_MC72_ETRR0  0xF0065812          MC 72 Error Tracking Register 0
MTU_MC72_ETRR1  0xF0065814          MC 72 Error Tracking Register 1
MTU_MC72_ETRR2  0xF0065816          MC 72 Error Tracking Register 2
MTU_MC72_ETRR3  0xF0065818          MC 72 Error Tracking Register 3
MTU_MC72_ETRR4  0xF006581A          MC 72 Error Tracking Register 4
MTU_MC72_RDBFL0 0xF0065860          MC 72 Read Data and Bit Flip Register 0
MTU_MC72_RDBFL1 0xF0065862          MC 72 Read Data and Bit Flip Register 1
MTU_MC72_RDBFL2 0xF0065864          MC 72 Read Data and Bit Flip Register 2
MTU_MC72_RDBFL3 0xF0065866          MC 72 Read Data and Bit Flip Register 3
MTU_MC72_RDBFL4 0xF0065868          MC 72 Read Data and Bit Flip Register 4
MTU_MC72_RDBFL5 0xF006586A          MC 72 Read Data and Bit Flip Register 5
MTU_MC72_RDBFL6 0xF006586C          MC 72 Read Data and Bit Flip Register 6
MTU_MC72_RDBFL7 0xF006586E          MC 72 Read Data and Bit Flip Register 7
MTU_MC72_RDBFL8 0xF0065870          MC 72 Read Data and Bit Flip Register 8
MTU_MC72_RDBFL9 0xF0065872          MC 72 Read Data and Bit Flip Register 9
MTU_MC72_RDBFL10 0xF0065874          MC 72 Read Data and Bit Flip Register 10
MTU_MC72_RDBFL11 0xF0065876          MC 72 Read Data and Bit Flip Register 11
MTU_MC72_RDBFL12 0xF0065878          MC 72 Read Data and Bit Flip Register 12
MTU_MC72_RDBFL13 0xF006587A          MC 72 Read Data and Bit Flip Register 13
MTU_MC72_RDBFL14 0xF006587C          MC 72 Read Data and Bit Flip Register 14
MTU_MC72_RDBFL15 0xF006587E          MC 72 Read Data and Bit Flip Register 15
MTU_MC72_RDBFL16 0xF0065880          MC 72 Read Data and Bit Flip Register 16
MTU_MC72_RDBFL17 0xF0065882          MC 72 Read Data and Bit Flip Register 17
MTU_MC72_RDBFL18 0xF0065884          MC 72 Read Data and Bit Flip Register 18
MTU_MC72_RDBFL19 0xF0065886          MC 72 Read Data and Bit Flip Register 19
MTU_MC72_RDBFL20 0xF0065888          MC 72 Read Data and Bit Flip Register 20
MTU_MC72_RDBFL21 0xF006588A          MC 72 Read Data and Bit Flip Register 21
MTU_MC72_RDBFL22 0xF006588C          MC 72 Read Data and Bit Flip Register 22
MTU_MC72_RDBFL23 0xF006588E          MC 72 Read Data and Bit Flip Register 23
MTU_MC72_RDBFL24 0xF0065890          MC 72 Read Data and Bit Flip Register 24
MTU_MC72_RDBFL25 0xF0065892          MC 72 Read Data and Bit Flip Register 25
MTU_MC72_RDBFL26 0xF0065894          MC 72 Read Data and Bit Flip Register 26
MTU_MC72_RDBFL27 0xF0065896          MC 72 Read Data and Bit Flip Register 27
MTU_MC72_RDBFL28 0xF0065898          MC 72 Read Data and Bit Flip Register 28
MTU_MC72_RDBFL29 0xF006589A          MC 72 Read Data and Bit Flip Register 29
MTU_MC72_RDBFL30 0xF006589C          MC 72 Read Data and Bit Flip Register 30
MTU_MC72_RDBFL31 0xF006589E          MC 72 Read Data and Bit Flip Register 31
MTU_MC72_RDBFL32 0xF00658A0          MC 72 Read Data and Bit Flip Register 32
MTU_MC72_RDBFL33 0xF00658A2          MC 72 Read Data and Bit Flip Register 33
MTU_MC72_RDBFL34 0xF00658A4          MC 72 Read Data and Bit Flip Register 34
MTU_MC72_RDBFL35 0xF00658A6          MC 72 Read Data and Bit Flip Register 35
MTU_MC72_RDBFL36 0xF00658A8          MC 72 Read Data and Bit Flip Register 36
MTU_MC72_RDBFL37 0xF00658AA          MC 72 Read Data and Bit Flip Register 37
MTU_MC72_RDBFL38 0xF00658AC          MC 72 Read Data and Bit Flip Register 38
MTU_MC72_RDBFL39 0xF00658AE          MC 72 Read Data and Bit Flip Register 39
MTU_MC72_RDBFL40 0xF00658B0          MC 72 Read Data and Bit Flip Register 40
MTU_MC72_RDBFL41 0xF00658B2          MC 72 Read Data and Bit Flip Register 41
MTU_MC72_RDBFL42 0xF00658B4          MC 72 Read Data and Bit Flip Register 42
MTU_MC72_RDBFL43 0xF00658B6          MC 72 Read Data and Bit Flip Register 43
MTU_MC72_RDBFL44 0xF00658B8          MC 72 Read Data and Bit Flip Register 44
MTU_MC72_RDBFL45 0xF00658BA          MC 72 Read Data and Bit Flip Register 45
MTU_MC72_RDBFL46 0xF00658BC          MC 72 Read Data and Bit Flip Register 46
MTU_MC72_RDBFL47 0xF00658BE          MC 72 Read Data and Bit Flip Register 47
MTU_MC72_RDBFL48 0xF00658C0          MC 72 Read Data and Bit Flip Register 48
MTU_MC72_RDBFL49 0xF00658C2          MC 72 Read Data and Bit Flip Register 49
MTU_MC72_RDBFL50 0xF00658C4          MC 72 Read Data and Bit Flip Register 50
MTU_MC72_RDBFL51 0xF00658C6          MC 72 Read Data and Bit Flip Register 51
MTU_MC72_RDBFL52 0xF00658C8          MC 72 Read Data and Bit Flip Register 52
MTU_MC72_RDBFL53 0xF00658CA          MC 72 Read Data and Bit Flip Register 53
MTU_MC72_RDBFL54 0xF00658CC          MC 72 Read Data and Bit Flip Register 54
MTU_MC72_RDBFL55 0xF00658CE          MC 72 Read Data and Bit Flip Register 55
MTU_MC72_RDBFL56 0xF00658D0          MC 72 Read Data and Bit Flip Register 56
MTU_MC72_RDBFL57 0xF00658D2          MC 72 Read Data and Bit Flip Register 57
MTU_MC72_RDBFL58 0xF00658D4          MC 72 Read Data and Bit Flip Register 58
MTU_MC72_RDBFL59 0xF00658D6          MC 72 Read Data and Bit Flip Register 59
MTU_MC72_RDBFL60 0xF00658D8          MC 72 Read Data and Bit Flip Register 60
MTU_MC72_RDBFL61 0xF00658DA          MC 72 Read Data and Bit Flip Register 61
MTU_MC72_RDBFL62 0xF00658DC          MC 72 Read Data and Bit Flip Register 62
MTU_MC72_RDBFL63 0xF00658DE          MC 72 Read Data and Bit Flip Register 63
MTU_MC72_RDBFL64 0xF00658E0          MC 72 Read Data and Bit Flip Register 64
MTU_MC72_RDBFL65 0xF00658E2          MC 72 Read Data and Bit Flip Register 65
MTU_MC72_RDBFL66 0xF00658E4          MC 72 Read Data and Bit Flip Register 66
MTU_MC72_ALMSRCS 0xF00658EE          MC 72 Alarm Sources Configuration Register
MTU_MC72_FAULTSTS 0xF00658F0          MC 72 SSH Safety Faults Status Register
MTU_MC72_ERRINFO0 0xF00658F2          MC 72 Error Information Register 0
MTU_MC72_ERRINFO1 0xF00658F4          MC 72 Error Information Register 1
MTU_MC72_ERRINFO2 0xF00658F6          MC 72 Error Information Register 2
MTU_MC72_ERRINFO3 0xF00658F8          MC 72 Error Information Register 3
MTU_MC72_ERRINFO4 0xF00658FA          MC 72 Error Information Register 4
MTU_MC73_CONFIG0 0xF0065900          MC 73 Configuration Register 0
MTU_MC73_CONFIG1 0xF0065902          MC 73 Configuration Register 1
MTU_MC73_MCONTROL 0xF0065904          MC 73 MBIST Control Register
MTU_MC73_MSTATUS 0xF0065906          MC 73 Status Register
MTU_MC73_RANGE  0xF0065908          MC 73 Range Register, single address mode
MTU_MC73_REVID  0xF006590C          MC 73 Revision ID Register
MTU_MC73_ECCS   0xF006590E          MC 73 ECC Safety Register
MTU_MC73_ECCD   0xF0065910          MC 73 Memory ECC Detection Register
MTU_MC73_ETRR0  0xF0065912          MC 73 Error Tracking Register 0
MTU_MC73_ETRR1  0xF0065914          MC 73 Error Tracking Register 1
MTU_MC73_ETRR2  0xF0065916          MC 73 Error Tracking Register 2
MTU_MC73_ETRR3  0xF0065918          MC 73 Error Tracking Register 3
MTU_MC73_ETRR4  0xF006591A          MC 73 Error Tracking Register 4
MTU_MC73_RDBFL0 0xF0065960          MC 73 Read Data and Bit Flip Register 0
MTU_MC73_RDBFL1 0xF0065962          MC 73 Read Data and Bit Flip Register 1
MTU_MC73_RDBFL2 0xF0065964          MC 73 Read Data and Bit Flip Register 2
MTU_MC73_RDBFL3 0xF0065966          MC 73 Read Data and Bit Flip Register 3
MTU_MC73_RDBFL4 0xF0065968          MC 73 Read Data and Bit Flip Register 4
MTU_MC73_RDBFL5 0xF006596A          MC 73 Read Data and Bit Flip Register 5
MTU_MC73_RDBFL6 0xF006596C          MC 73 Read Data and Bit Flip Register 6
MTU_MC73_RDBFL7 0xF006596E          MC 73 Read Data and Bit Flip Register 7
MTU_MC73_RDBFL8 0xF0065970          MC 73 Read Data and Bit Flip Register 8
MTU_MC73_RDBFL9 0xF0065972          MC 73 Read Data and Bit Flip Register 9
MTU_MC73_RDBFL10 0xF0065974          MC 73 Read Data and Bit Flip Register 10
MTU_MC73_RDBFL11 0xF0065976          MC 73 Read Data and Bit Flip Register 11
MTU_MC73_RDBFL12 0xF0065978          MC 73 Read Data and Bit Flip Register 12
MTU_MC73_RDBFL13 0xF006597A          MC 73 Read Data and Bit Flip Register 13
MTU_MC73_RDBFL14 0xF006597C          MC 73 Read Data and Bit Flip Register 14
MTU_MC73_RDBFL15 0xF006597E          MC 73 Read Data and Bit Flip Register 15
MTU_MC73_RDBFL16 0xF0065980          MC 73 Read Data and Bit Flip Register 16
MTU_MC73_RDBFL17 0xF0065982          MC 73 Read Data and Bit Flip Register 17
MTU_MC73_RDBFL18 0xF0065984          MC 73 Read Data and Bit Flip Register 18
MTU_MC73_RDBFL19 0xF0065986          MC 73 Read Data and Bit Flip Register 19
MTU_MC73_RDBFL20 0xF0065988          MC 73 Read Data and Bit Flip Register 20
MTU_MC73_RDBFL21 0xF006598A          MC 73 Read Data and Bit Flip Register 21
MTU_MC73_RDBFL22 0xF006598C          MC 73 Read Data and Bit Flip Register 22
MTU_MC73_RDBFL23 0xF006598E          MC 73 Read Data and Bit Flip Register 23
MTU_MC73_RDBFL24 0xF0065990          MC 73 Read Data and Bit Flip Register 24
MTU_MC73_RDBFL25 0xF0065992          MC 73 Read Data and Bit Flip Register 25
MTU_MC73_RDBFL26 0xF0065994          MC 73 Read Data and Bit Flip Register 26
MTU_MC73_RDBFL27 0xF0065996          MC 73 Read Data and Bit Flip Register 27
MTU_MC73_RDBFL28 0xF0065998          MC 73 Read Data and Bit Flip Register 28
MTU_MC73_RDBFL29 0xF006599A          MC 73 Read Data and Bit Flip Register 29
MTU_MC73_RDBFL30 0xF006599C          MC 73 Read Data and Bit Flip Register 30
MTU_MC73_RDBFL31 0xF006599E          MC 73 Read Data and Bit Flip Register 31
MTU_MC73_RDBFL32 0xF00659A0          MC 73 Read Data and Bit Flip Register 32
MTU_MC73_RDBFL33 0xF00659A2          MC 73 Read Data and Bit Flip Register 33
MTU_MC73_RDBFL34 0xF00659A4          MC 73 Read Data and Bit Flip Register 34
MTU_MC73_RDBFL35 0xF00659A6          MC 73 Read Data and Bit Flip Register 35
MTU_MC73_RDBFL36 0xF00659A8          MC 73 Read Data and Bit Flip Register 36
MTU_MC73_RDBFL37 0xF00659AA          MC 73 Read Data and Bit Flip Register 37
MTU_MC73_RDBFL38 0xF00659AC          MC 73 Read Data and Bit Flip Register 38
MTU_MC73_RDBFL39 0xF00659AE          MC 73 Read Data and Bit Flip Register 39
MTU_MC73_RDBFL40 0xF00659B0          MC 73 Read Data and Bit Flip Register 40
MTU_MC73_RDBFL41 0xF00659B2          MC 73 Read Data and Bit Flip Register 41
MTU_MC73_RDBFL42 0xF00659B4          MC 73 Read Data and Bit Flip Register 42
MTU_MC73_RDBFL43 0xF00659B6          MC 73 Read Data and Bit Flip Register 43
MTU_MC73_RDBFL44 0xF00659B8          MC 73 Read Data and Bit Flip Register 44
MTU_MC73_RDBFL45 0xF00659BA          MC 73 Read Data and Bit Flip Register 45
MTU_MC73_RDBFL46 0xF00659BC          MC 73 Read Data and Bit Flip Register 46
MTU_MC73_RDBFL47 0xF00659BE          MC 73 Read Data and Bit Flip Register 47
MTU_MC73_RDBFL48 0xF00659C0          MC 73 Read Data and Bit Flip Register 48
MTU_MC73_RDBFL49 0xF00659C2          MC 73 Read Data and Bit Flip Register 49
MTU_MC73_RDBFL50 0xF00659C4          MC 73 Read Data and Bit Flip Register 50
MTU_MC73_RDBFL51 0xF00659C6          MC 73 Read Data and Bit Flip Register 51
MTU_MC73_RDBFL52 0xF00659C8          MC 73 Read Data and Bit Flip Register 52
MTU_MC73_RDBFL53 0xF00659CA          MC 73 Read Data and Bit Flip Register 53
MTU_MC73_RDBFL54 0xF00659CC          MC 73 Read Data and Bit Flip Register 54
MTU_MC73_RDBFL55 0xF00659CE          MC 73 Read Data and Bit Flip Register 55
MTU_MC73_RDBFL56 0xF00659D0          MC 73 Read Data and Bit Flip Register 56
MTU_MC73_RDBFL57 0xF00659D2          MC 73 Read Data and Bit Flip Register 57
MTU_MC73_RDBFL58 0xF00659D4          MC 73 Read Data and Bit Flip Register 58
MTU_MC73_RDBFL59 0xF00659D6          MC 73 Read Data and Bit Flip Register 59
MTU_MC73_RDBFL60 0xF00659D8          MC 73 Read Data and Bit Flip Register 60
MTU_MC73_RDBFL61 0xF00659DA          MC 73 Read Data and Bit Flip Register 61
MTU_MC73_RDBFL62 0xF00659DC          MC 73 Read Data and Bit Flip Register 62
MTU_MC73_RDBFL63 0xF00659DE          MC 73 Read Data and Bit Flip Register 63
MTU_MC73_RDBFL64 0xF00659E0          MC 73 Read Data and Bit Flip Register 64
MTU_MC73_RDBFL65 0xF00659E2          MC 73 Read Data and Bit Flip Register 65
MTU_MC73_RDBFL66 0xF00659E4          MC 73 Read Data and Bit Flip Register 66
MTU_MC73_ALMSRCS 0xF00659EE          MC 73 Alarm Sources Configuration Register
MTU_MC73_FAULTSTS 0xF00659F0          MC 73 SSH Safety Faults Status Register
MTU_MC73_ERRINFO0 0xF00659F2          MC 73 Error Information Register 0
MTU_MC73_ERRINFO1 0xF00659F4          MC 73 Error Information Register 1
MTU_MC73_ERRINFO2 0xF00659F6          MC 73 Error Information Register 2
MTU_MC73_ERRINFO3 0xF00659F8          MC 73 Error Information Register 3
MTU_MC73_ERRINFO4 0xF00659FA          MC 73 Error Information Register 4
MTU_MC74_CONFIG0 0xF0065A00          MC 74 Configuration Register 0
MTU_MC74_CONFIG1 0xF0065A02          MC 74 Configuration Register 1
MTU_MC74_MCONTROL 0xF0065A04          MC 74 MBIST Control Register
MTU_MC74_MSTATUS 0xF0065A06          MC 74 Status Register
MTU_MC74_RANGE  0xF0065A08          MC 74 Range Register, single address mode
MTU_MC74_REVID  0xF0065A0C          MC 74 Revision ID Register
MTU_MC74_ECCS   0xF0065A0E          MC 74 ECC Safety Register
MTU_MC74_ECCD   0xF0065A10          MC 74 Memory ECC Detection Register
MTU_MC74_ETRR0  0xF0065A12          MC 74 Error Tracking Register 0
MTU_MC74_ETRR1  0xF0065A14          MC 74 Error Tracking Register 1
MTU_MC74_ETRR2  0xF0065A16          MC 74 Error Tracking Register 2
MTU_MC74_ETRR3  0xF0065A18          MC 74 Error Tracking Register 3
MTU_MC74_ETRR4  0xF0065A1A          MC 74 Error Tracking Register 4
MTU_MC74_RDBFL0 0xF0065A60          MC 74 Read Data and Bit Flip Register 0
MTU_MC74_RDBFL1 0xF0065A62          MC 74 Read Data and Bit Flip Register 1
MTU_MC74_RDBFL2 0xF0065A64          MC 74 Read Data and Bit Flip Register 2
MTU_MC74_RDBFL3 0xF0065A66          MC 74 Read Data and Bit Flip Register 3
MTU_MC74_RDBFL4 0xF0065A68          MC 74 Read Data and Bit Flip Register 4
MTU_MC74_RDBFL5 0xF0065A6A          MC 74 Read Data and Bit Flip Register 5
MTU_MC74_RDBFL6 0xF0065A6C          MC 74 Read Data and Bit Flip Register 6
MTU_MC74_RDBFL7 0xF0065A6E          MC 74 Read Data and Bit Flip Register 7
MTU_MC74_RDBFL8 0xF0065A70          MC 74 Read Data and Bit Flip Register 8
MTU_MC74_RDBFL9 0xF0065A72          MC 74 Read Data and Bit Flip Register 9
MTU_MC74_RDBFL10 0xF0065A74          MC 74 Read Data and Bit Flip Register 10
MTU_MC74_RDBFL11 0xF0065A76          MC 74 Read Data and Bit Flip Register 11
MTU_MC74_RDBFL12 0xF0065A78          MC 74 Read Data and Bit Flip Register 12
MTU_MC74_RDBFL13 0xF0065A7A          MC 74 Read Data and Bit Flip Register 13
MTU_MC74_RDBFL14 0xF0065A7C          MC 74 Read Data and Bit Flip Register 14
MTU_MC74_RDBFL15 0xF0065A7E          MC 74 Read Data and Bit Flip Register 15
MTU_MC74_RDBFL16 0xF0065A80          MC 74 Read Data and Bit Flip Register 16
MTU_MC74_RDBFL17 0xF0065A82          MC 74 Read Data and Bit Flip Register 17
MTU_MC74_RDBFL18 0xF0065A84          MC 74 Read Data and Bit Flip Register 18
MTU_MC74_RDBFL19 0xF0065A86          MC 74 Read Data and Bit Flip Register 19
MTU_MC74_RDBFL20 0xF0065A88          MC 74 Read Data and Bit Flip Register 20
MTU_MC74_RDBFL21 0xF0065A8A          MC 74 Read Data and Bit Flip Register 21
MTU_MC74_RDBFL22 0xF0065A8C          MC 74 Read Data and Bit Flip Register 22
MTU_MC74_RDBFL23 0xF0065A8E          MC 74 Read Data and Bit Flip Register 23
MTU_MC74_RDBFL24 0xF0065A90          MC 74 Read Data and Bit Flip Register 24
MTU_MC74_RDBFL25 0xF0065A92          MC 74 Read Data and Bit Flip Register 25
MTU_MC74_RDBFL26 0xF0065A94          MC 74 Read Data and Bit Flip Register 26
MTU_MC74_RDBFL27 0xF0065A96          MC 74 Read Data and Bit Flip Register 27
MTU_MC74_RDBFL28 0xF0065A98          MC 74 Read Data and Bit Flip Register 28
MTU_MC74_RDBFL29 0xF0065A9A          MC 74 Read Data and Bit Flip Register 29
MTU_MC74_RDBFL30 0xF0065A9C          MC 74 Read Data and Bit Flip Register 30
MTU_MC74_RDBFL31 0xF0065A9E          MC 74 Read Data and Bit Flip Register 31
MTU_MC74_RDBFL32 0xF0065AA0          MC 74 Read Data and Bit Flip Register 32
MTU_MC74_RDBFL33 0xF0065AA2          MC 74 Read Data and Bit Flip Register 33
MTU_MC74_RDBFL34 0xF0065AA4          MC 74 Read Data and Bit Flip Register 34
MTU_MC74_RDBFL35 0xF0065AA6          MC 74 Read Data and Bit Flip Register 35
MTU_MC74_RDBFL36 0xF0065AA8          MC 74 Read Data and Bit Flip Register 36
MTU_MC74_RDBFL37 0xF0065AAA          MC 74 Read Data and Bit Flip Register 37
MTU_MC74_RDBFL38 0xF0065AAC          MC 74 Read Data and Bit Flip Register 38
MTU_MC74_RDBFL39 0xF0065AAE          MC 74 Read Data and Bit Flip Register 39
MTU_MC74_RDBFL40 0xF0065AB0          MC 74 Read Data and Bit Flip Register 40
MTU_MC74_RDBFL41 0xF0065AB2          MC 74 Read Data and Bit Flip Register 41
MTU_MC74_RDBFL42 0xF0065AB4          MC 74 Read Data and Bit Flip Register 42
MTU_MC74_RDBFL43 0xF0065AB6          MC 74 Read Data and Bit Flip Register 43
MTU_MC74_RDBFL44 0xF0065AB8          MC 74 Read Data and Bit Flip Register 44
MTU_MC74_RDBFL45 0xF0065ABA          MC 74 Read Data and Bit Flip Register 45
MTU_MC74_RDBFL46 0xF0065ABC          MC 74 Read Data and Bit Flip Register 46
MTU_MC74_RDBFL47 0xF0065ABE          MC 74 Read Data and Bit Flip Register 47
MTU_MC74_RDBFL48 0xF0065AC0          MC 74 Read Data and Bit Flip Register 48
MTU_MC74_RDBFL49 0xF0065AC2          MC 74 Read Data and Bit Flip Register 49
MTU_MC74_RDBFL50 0xF0065AC4          MC 74 Read Data and Bit Flip Register 50
MTU_MC74_RDBFL51 0xF0065AC6          MC 74 Read Data and Bit Flip Register 51
MTU_MC74_RDBFL52 0xF0065AC8          MC 74 Read Data and Bit Flip Register 52
MTU_MC74_RDBFL53 0xF0065ACA          MC 74 Read Data and Bit Flip Register 53
MTU_MC74_RDBFL54 0xF0065ACC          MC 74 Read Data and Bit Flip Register 54
MTU_MC74_RDBFL55 0xF0065ACE          MC 74 Read Data and Bit Flip Register 55
MTU_MC74_RDBFL56 0xF0065AD0          MC 74 Read Data and Bit Flip Register 56
MTU_MC74_RDBFL57 0xF0065AD2          MC 74 Read Data and Bit Flip Register 57
MTU_MC74_RDBFL58 0xF0065AD4          MC 74 Read Data and Bit Flip Register 58
MTU_MC74_RDBFL59 0xF0065AD6          MC 74 Read Data and Bit Flip Register 59
MTU_MC74_RDBFL60 0xF0065AD8          MC 74 Read Data and Bit Flip Register 60
MTU_MC74_RDBFL61 0xF0065ADA          MC 74 Read Data and Bit Flip Register 61
MTU_MC74_RDBFL62 0xF0065ADC          MC 74 Read Data and Bit Flip Register 62
MTU_MC74_RDBFL63 0xF0065ADE          MC 74 Read Data and Bit Flip Register 63
MTU_MC74_RDBFL64 0xF0065AE0          MC 74 Read Data and Bit Flip Register 64
MTU_MC74_RDBFL65 0xF0065AE2          MC 74 Read Data and Bit Flip Register 65
MTU_MC74_RDBFL66 0xF0065AE4          MC 74 Read Data and Bit Flip Register 66
MTU_MC74_ALMSRCS 0xF0065AEE          MC 74 Alarm Sources Configuration Register
MTU_MC74_FAULTSTS 0xF0065AF0          MC 74 SSH Safety Faults Status Register
MTU_MC74_ERRINFO0 0xF0065AF2          MC 74 Error Information Register 0
MTU_MC74_ERRINFO1 0xF0065AF4          MC 74 Error Information Register 1
MTU_MC74_ERRINFO2 0xF0065AF6          MC 74 Error Information Register 2
MTU_MC74_ERRINFO3 0xF0065AF8          MC 74 Error Information Register 3
MTU_MC74_ERRINFO4 0xF0065AFA          MC 74 Error Information Register 4
MTU_MC75_CONFIG0 0xF0065B00          MC 75 Configuration Register 0
MTU_MC75_CONFIG1 0xF0065B02          MC 75 Configuration Register 1
MTU_MC75_MCONTROL 0xF0065B04          MC 75 MBIST Control Register
MTU_MC75_MSTATUS 0xF0065B06          MC 75 Status Register
MTU_MC75_RANGE  0xF0065B08          MC 75 Range Register, single address mode
MTU_MC75_REVID  0xF0065B0C          MC 75 Revision ID Register
MTU_MC75_ECCS   0xF0065B0E          MC 75 ECC Safety Register
MTU_MC75_ECCD   0xF0065B10          MC 75 Memory ECC Detection Register
MTU_MC75_ETRR0  0xF0065B12          MC 75 Error Tracking Register 0
MTU_MC75_ETRR1  0xF0065B14          MC 75 Error Tracking Register 1
MTU_MC75_ETRR2  0xF0065B16          MC 75 Error Tracking Register 2
MTU_MC75_ETRR3  0xF0065B18          MC 75 Error Tracking Register 3
MTU_MC75_ETRR4  0xF0065B1A          MC 75 Error Tracking Register 4
MTU_MC75_RDBFL0 0xF0065B60          MC 75 Read Data and Bit Flip Register 0
MTU_MC75_RDBFL1 0xF0065B62          MC 75 Read Data and Bit Flip Register 1
MTU_MC75_RDBFL2 0xF0065B64          MC 75 Read Data and Bit Flip Register 2
MTU_MC75_RDBFL3 0xF0065B66          MC 75 Read Data and Bit Flip Register 3
MTU_MC75_RDBFL4 0xF0065B68          MC 75 Read Data and Bit Flip Register 4
MTU_MC75_RDBFL5 0xF0065B6A          MC 75 Read Data and Bit Flip Register 5
MTU_MC75_RDBFL6 0xF0065B6C          MC 75 Read Data and Bit Flip Register 6
MTU_MC75_RDBFL7 0xF0065B6E          MC 75 Read Data and Bit Flip Register 7
MTU_MC75_RDBFL8 0xF0065B70          MC 75 Read Data and Bit Flip Register 8
MTU_MC75_RDBFL9 0xF0065B72          MC 75 Read Data and Bit Flip Register 9
MTU_MC75_RDBFL10 0xF0065B74          MC 75 Read Data and Bit Flip Register 10
MTU_MC75_RDBFL11 0xF0065B76          MC 75 Read Data and Bit Flip Register 11
MTU_MC75_RDBFL12 0xF0065B78          MC 75 Read Data and Bit Flip Register 12
MTU_MC75_RDBFL13 0xF0065B7A          MC 75 Read Data and Bit Flip Register 13
MTU_MC75_RDBFL14 0xF0065B7C          MC 75 Read Data and Bit Flip Register 14
MTU_MC75_RDBFL15 0xF0065B7E          MC 75 Read Data and Bit Flip Register 15
MTU_MC75_RDBFL16 0xF0065B80          MC 75 Read Data and Bit Flip Register 16
MTU_MC75_RDBFL17 0xF0065B82          MC 75 Read Data and Bit Flip Register 17
MTU_MC75_RDBFL18 0xF0065B84          MC 75 Read Data and Bit Flip Register 18
MTU_MC75_RDBFL19 0xF0065B86          MC 75 Read Data and Bit Flip Register 19
MTU_MC75_RDBFL20 0xF0065B88          MC 75 Read Data and Bit Flip Register 20
MTU_MC75_RDBFL21 0xF0065B8A          MC 75 Read Data and Bit Flip Register 21
MTU_MC75_RDBFL22 0xF0065B8C          MC 75 Read Data and Bit Flip Register 22
MTU_MC75_RDBFL23 0xF0065B8E          MC 75 Read Data and Bit Flip Register 23
MTU_MC75_RDBFL24 0xF0065B90          MC 75 Read Data and Bit Flip Register 24
MTU_MC75_RDBFL25 0xF0065B92          MC 75 Read Data and Bit Flip Register 25
MTU_MC75_RDBFL26 0xF0065B94          MC 75 Read Data and Bit Flip Register 26
MTU_MC75_RDBFL27 0xF0065B96          MC 75 Read Data and Bit Flip Register 27
MTU_MC75_RDBFL28 0xF0065B98          MC 75 Read Data and Bit Flip Register 28
MTU_MC75_RDBFL29 0xF0065B9A          MC 75 Read Data and Bit Flip Register 29
MTU_MC75_RDBFL30 0xF0065B9C          MC 75 Read Data and Bit Flip Register 30
MTU_MC75_RDBFL31 0xF0065B9E          MC 75 Read Data and Bit Flip Register 31
MTU_MC75_RDBFL32 0xF0065BA0          MC 75 Read Data and Bit Flip Register 32
MTU_MC75_RDBFL33 0xF0065BA2          MC 75 Read Data and Bit Flip Register 33
MTU_MC75_RDBFL34 0xF0065BA4          MC 75 Read Data and Bit Flip Register 34
MTU_MC75_RDBFL35 0xF0065BA6          MC 75 Read Data and Bit Flip Register 35
MTU_MC75_RDBFL36 0xF0065BA8          MC 75 Read Data and Bit Flip Register 36
MTU_MC75_RDBFL37 0xF0065BAA          MC 75 Read Data and Bit Flip Register 37
MTU_MC75_RDBFL38 0xF0065BAC          MC 75 Read Data and Bit Flip Register 38
MTU_MC75_RDBFL39 0xF0065BAE          MC 75 Read Data and Bit Flip Register 39
MTU_MC75_RDBFL40 0xF0065BB0          MC 75 Read Data and Bit Flip Register 40
MTU_MC75_RDBFL41 0xF0065BB2          MC 75 Read Data and Bit Flip Register 41
MTU_MC75_RDBFL42 0xF0065BB4          MC 75 Read Data and Bit Flip Register 42
MTU_MC75_RDBFL43 0xF0065BB6          MC 75 Read Data and Bit Flip Register 43
MTU_MC75_RDBFL44 0xF0065BB8          MC 75 Read Data and Bit Flip Register 44
MTU_MC75_RDBFL45 0xF0065BBA          MC 75 Read Data and Bit Flip Register 45
MTU_MC75_RDBFL46 0xF0065BBC          MC 75 Read Data and Bit Flip Register 46
MTU_MC75_RDBFL47 0xF0065BBE          MC 75 Read Data and Bit Flip Register 47
MTU_MC75_RDBFL48 0xF0065BC0          MC 75 Read Data and Bit Flip Register 48
MTU_MC75_RDBFL49 0xF0065BC2          MC 75 Read Data and Bit Flip Register 49
MTU_MC75_RDBFL50 0xF0065BC4          MC 75 Read Data and Bit Flip Register 50
MTU_MC75_RDBFL51 0xF0065BC6          MC 75 Read Data and Bit Flip Register 51
MTU_MC75_RDBFL52 0xF0065BC8          MC 75 Read Data and Bit Flip Register 52
MTU_MC75_RDBFL53 0xF0065BCA          MC 75 Read Data and Bit Flip Register 53
MTU_MC75_RDBFL54 0xF0065BCC          MC 75 Read Data and Bit Flip Register 54
MTU_MC75_RDBFL55 0xF0065BCE          MC 75 Read Data and Bit Flip Register 55
MTU_MC75_RDBFL56 0xF0065BD0          MC 75 Read Data and Bit Flip Register 56
MTU_MC75_RDBFL57 0xF0065BD2          MC 75 Read Data and Bit Flip Register 57
MTU_MC75_RDBFL58 0xF0065BD4          MC 75 Read Data and Bit Flip Register 58
MTU_MC75_RDBFL59 0xF0065BD6          MC 75 Read Data and Bit Flip Register 59
MTU_MC75_RDBFL60 0xF0065BD8          MC 75 Read Data and Bit Flip Register 60
MTU_MC75_RDBFL61 0xF0065BDA          MC 75 Read Data and Bit Flip Register 61
MTU_MC75_RDBFL62 0xF0065BDC          MC 75 Read Data and Bit Flip Register 62
MTU_MC75_RDBFL63 0xF0065BDE          MC 75 Read Data and Bit Flip Register 63
MTU_MC75_RDBFL64 0xF0065BE0          MC 75 Read Data and Bit Flip Register 64
MTU_MC75_RDBFL65 0xF0065BE2          MC 75 Read Data and Bit Flip Register 65
MTU_MC75_RDBFL66 0xF0065BE4          MC 75 Read Data and Bit Flip Register 66
MTU_MC75_ALMSRCS 0xF0065BEE          MC 75 Alarm Sources Configuration Register
MTU_MC75_FAULTSTS 0xF0065BF0          MC 75 SSH Safety Faults Status Register
MTU_MC75_ERRINFO0 0xF0065BF2          MC 75 Error Information Register 0
MTU_MC75_ERRINFO1 0xF0065BF4          MC 75 Error Information Register 1
MTU_MC75_ERRINFO2 0xF0065BF6          MC 75 Error Information Register 2
MTU_MC75_ERRINFO3 0xF0065BF8          MC 75 Error Information Register 3
MTU_MC75_ERRINFO4 0xF0065BFA          MC 75 Error Information Register 4
MTU_MC76_CONFIG0 0xF0065C00          MC 76 Configuration Register 0
MTU_MC76_CONFIG1 0xF0065C02          MC 76 Configuration Register 1
MTU_MC76_MCONTROL 0xF0065C04          MC 76 MBIST Control Register
MTU_MC76_MSTATUS 0xF0065C06          MC 76 Status Register
MTU_MC76_RANGE  0xF0065C08          MC 76 Range Register, single address mode
MTU_MC76_REVID  0xF0065C0C          MC 76 Revision ID Register
MTU_MC76_ECCS   0xF0065C0E          MC 76 ECC Safety Register
MTU_MC76_ECCD   0xF0065C10          MC 76 Memory ECC Detection Register
MTU_MC76_ETRR0  0xF0065C12          MC 76 Error Tracking Register 0
MTU_MC76_ETRR1  0xF0065C14          MC 76 Error Tracking Register 1
MTU_MC76_ETRR2  0xF0065C16          MC 76 Error Tracking Register 2
MTU_MC76_ETRR3  0xF0065C18          MC 76 Error Tracking Register 3
MTU_MC76_ETRR4  0xF0065C1A          MC 76 Error Tracking Register 4
MTU_MC76_RDBFL0 0xF0065C60          MC 76 Read Data and Bit Flip Register 0
MTU_MC76_RDBFL1 0xF0065C62          MC 76 Read Data and Bit Flip Register 1
MTU_MC76_RDBFL2 0xF0065C64          MC 76 Read Data and Bit Flip Register 2
MTU_MC76_RDBFL3 0xF0065C66          MC 76 Read Data and Bit Flip Register 3
MTU_MC76_RDBFL4 0xF0065C68          MC 76 Read Data and Bit Flip Register 4
MTU_MC76_RDBFL5 0xF0065C6A          MC 76 Read Data and Bit Flip Register 5
MTU_MC76_RDBFL6 0xF0065C6C          MC 76 Read Data and Bit Flip Register 6
MTU_MC76_RDBFL7 0xF0065C6E          MC 76 Read Data and Bit Flip Register 7
MTU_MC76_RDBFL8 0xF0065C70          MC 76 Read Data and Bit Flip Register 8
MTU_MC76_RDBFL9 0xF0065C72          MC 76 Read Data and Bit Flip Register 9
MTU_MC76_RDBFL10 0xF0065C74          MC 76 Read Data and Bit Flip Register 10
MTU_MC76_RDBFL11 0xF0065C76          MC 76 Read Data and Bit Flip Register 11
MTU_MC76_RDBFL12 0xF0065C78          MC 76 Read Data and Bit Flip Register 12
MTU_MC76_RDBFL13 0xF0065C7A          MC 76 Read Data and Bit Flip Register 13
MTU_MC76_RDBFL14 0xF0065C7C          MC 76 Read Data and Bit Flip Register 14
MTU_MC76_RDBFL15 0xF0065C7E          MC 76 Read Data and Bit Flip Register 15
MTU_MC76_RDBFL16 0xF0065C80          MC 76 Read Data and Bit Flip Register 16
MTU_MC76_RDBFL17 0xF0065C82          MC 76 Read Data and Bit Flip Register 17
MTU_MC76_RDBFL18 0xF0065C84          MC 76 Read Data and Bit Flip Register 18
MTU_MC76_RDBFL19 0xF0065C86          MC 76 Read Data and Bit Flip Register 19
MTU_MC76_RDBFL20 0xF0065C88          MC 76 Read Data and Bit Flip Register 20
MTU_MC76_RDBFL21 0xF0065C8A          MC 76 Read Data and Bit Flip Register 21
MTU_MC76_RDBFL22 0xF0065C8C          MC 76 Read Data and Bit Flip Register 22
MTU_MC76_RDBFL23 0xF0065C8E          MC 76 Read Data and Bit Flip Register 23
MTU_MC76_RDBFL24 0xF0065C90          MC 76 Read Data and Bit Flip Register 24
MTU_MC76_RDBFL25 0xF0065C92          MC 76 Read Data and Bit Flip Register 25
MTU_MC76_RDBFL26 0xF0065C94          MC 76 Read Data and Bit Flip Register 26
MTU_MC76_RDBFL27 0xF0065C96          MC 76 Read Data and Bit Flip Register 27
MTU_MC76_RDBFL28 0xF0065C98          MC 76 Read Data and Bit Flip Register 28
MTU_MC76_RDBFL29 0xF0065C9A          MC 76 Read Data and Bit Flip Register 29
MTU_MC76_RDBFL30 0xF0065C9C          MC 76 Read Data and Bit Flip Register 30
MTU_MC76_RDBFL31 0xF0065C9E          MC 76 Read Data and Bit Flip Register 31
MTU_MC76_RDBFL32 0xF0065CA0          MC 76 Read Data and Bit Flip Register 32
MTU_MC76_RDBFL33 0xF0065CA2          MC 76 Read Data and Bit Flip Register 33
MTU_MC76_RDBFL34 0xF0065CA4          MC 76 Read Data and Bit Flip Register 34
MTU_MC76_RDBFL35 0xF0065CA6          MC 76 Read Data and Bit Flip Register 35
MTU_MC76_RDBFL36 0xF0065CA8          MC 76 Read Data and Bit Flip Register 36
MTU_MC76_RDBFL37 0xF0065CAA          MC 76 Read Data and Bit Flip Register 37
MTU_MC76_RDBFL38 0xF0065CAC          MC 76 Read Data and Bit Flip Register 38
MTU_MC76_RDBFL39 0xF0065CAE          MC 76 Read Data and Bit Flip Register 39
MTU_MC76_RDBFL40 0xF0065CB0          MC 76 Read Data and Bit Flip Register 40
MTU_MC76_RDBFL41 0xF0065CB2          MC 76 Read Data and Bit Flip Register 41
MTU_MC76_RDBFL42 0xF0065CB4          MC 76 Read Data and Bit Flip Register 42
MTU_MC76_RDBFL43 0xF0065CB6          MC 76 Read Data and Bit Flip Register 43
MTU_MC76_RDBFL44 0xF0065CB8          MC 76 Read Data and Bit Flip Register 44
MTU_MC76_RDBFL45 0xF0065CBA          MC 76 Read Data and Bit Flip Register 45
MTU_MC76_RDBFL46 0xF0065CBC          MC 76 Read Data and Bit Flip Register 46
MTU_MC76_RDBFL47 0xF0065CBE          MC 76 Read Data and Bit Flip Register 47
MTU_MC76_RDBFL48 0xF0065CC0          MC 76 Read Data and Bit Flip Register 48
MTU_MC76_RDBFL49 0xF0065CC2          MC 76 Read Data and Bit Flip Register 49
MTU_MC76_RDBFL50 0xF0065CC4          MC 76 Read Data and Bit Flip Register 50
MTU_MC76_RDBFL51 0xF0065CC6          MC 76 Read Data and Bit Flip Register 51
MTU_MC76_RDBFL52 0xF0065CC8          MC 76 Read Data and Bit Flip Register 52
MTU_MC76_RDBFL53 0xF0065CCA          MC 76 Read Data and Bit Flip Register 53
MTU_MC76_RDBFL54 0xF0065CCC          MC 76 Read Data and Bit Flip Register 54
MTU_MC76_RDBFL55 0xF0065CCE          MC 76 Read Data and Bit Flip Register 55
MTU_MC76_RDBFL56 0xF0065CD0          MC 76 Read Data and Bit Flip Register 56
MTU_MC76_RDBFL57 0xF0065CD2          MC 76 Read Data and Bit Flip Register 57
MTU_MC76_RDBFL58 0xF0065CD4          MC 76 Read Data and Bit Flip Register 58
MTU_MC76_RDBFL59 0xF0065CD6          MC 76 Read Data and Bit Flip Register 59
MTU_MC76_RDBFL60 0xF0065CD8          MC 76 Read Data and Bit Flip Register 60
MTU_MC76_RDBFL61 0xF0065CDA          MC 76 Read Data and Bit Flip Register 61
MTU_MC76_RDBFL62 0xF0065CDC          MC 76 Read Data and Bit Flip Register 62
MTU_MC76_RDBFL63 0xF0065CDE          MC 76 Read Data and Bit Flip Register 63
MTU_MC76_RDBFL64 0xF0065CE0          MC 76 Read Data and Bit Flip Register 64
MTU_MC76_RDBFL65 0xF0065CE2          MC 76 Read Data and Bit Flip Register 65
MTU_MC76_RDBFL66 0xF0065CE4          MC 76 Read Data and Bit Flip Register 66
MTU_MC76_ALMSRCS 0xF0065CEE          MC 76 Alarm Sources Configuration Register
MTU_MC76_FAULTSTS 0xF0065CF0          MC 76 SSH Safety Faults Status Register
MTU_MC76_ERRINFO0 0xF0065CF2          MC 76 Error Information Register 0
MTU_MC76_ERRINFO1 0xF0065CF4          MC 76 Error Information Register 1
MTU_MC76_ERRINFO2 0xF0065CF6          MC 76 Error Information Register 2
MTU_MC76_ERRINFO3 0xF0065CF8          MC 76 Error Information Register 3
MTU_MC76_ERRINFO4 0xF0065CFA          MC 76 Error Information Register 4
MTU_MC77_CONFIG0 0xF0065D00          MC 77 Configuration Register 0
MTU_MC77_CONFIG1 0xF0065D02          MC 77 Configuration Register 1
MTU_MC77_MCONTROL 0xF0065D04          MC 77 MBIST Control Register
MTU_MC77_MSTATUS 0xF0065D06          MC 77 Status Register
MTU_MC77_RANGE  0xF0065D08          MC 77 Range Register, single address mode
MTU_MC77_REVID  0xF0065D0C          MC 77 Revision ID Register
MTU_MC77_ECCS   0xF0065D0E          MC 77 ECC Safety Register
MTU_MC77_ECCD   0xF0065D10          MC 77 Memory ECC Detection Register
MTU_MC77_ETRR0  0xF0065D12          MC 77 Error Tracking Register 0
MTU_MC77_ETRR1  0xF0065D14          MC 77 Error Tracking Register 1
MTU_MC77_ETRR2  0xF0065D16          MC 77 Error Tracking Register 2
MTU_MC77_ETRR3  0xF0065D18          MC 77 Error Tracking Register 3
MTU_MC77_ETRR4  0xF0065D1A          MC 77 Error Tracking Register 4
MTU_MC77_RDBFL0 0xF0065D60          MC 77 Read Data and Bit Flip Register 0
MTU_MC77_RDBFL1 0xF0065D62          MC 77 Read Data and Bit Flip Register 1
MTU_MC77_RDBFL2 0xF0065D64          MC 77 Read Data and Bit Flip Register 2
MTU_MC77_RDBFL3 0xF0065D66          MC 77 Read Data and Bit Flip Register 3
MTU_MC77_RDBFL4 0xF0065D68          MC 77 Read Data and Bit Flip Register 4
MTU_MC77_RDBFL5 0xF0065D6A          MC 77 Read Data and Bit Flip Register 5
MTU_MC77_RDBFL6 0xF0065D6C          MC 77 Read Data and Bit Flip Register 6
MTU_MC77_RDBFL7 0xF0065D6E          MC 77 Read Data and Bit Flip Register 7
MTU_MC77_RDBFL8 0xF0065D70          MC 77 Read Data and Bit Flip Register 8
MTU_MC77_RDBFL9 0xF0065D72          MC 77 Read Data and Bit Flip Register 9
MTU_MC77_RDBFL10 0xF0065D74          MC 77 Read Data and Bit Flip Register 10
MTU_MC77_RDBFL11 0xF0065D76          MC 77 Read Data and Bit Flip Register 11
MTU_MC77_RDBFL12 0xF0065D78          MC 77 Read Data and Bit Flip Register 12
MTU_MC77_RDBFL13 0xF0065D7A          MC 77 Read Data and Bit Flip Register 13
MTU_MC77_RDBFL14 0xF0065D7C          MC 77 Read Data and Bit Flip Register 14
MTU_MC77_RDBFL15 0xF0065D7E          MC 77 Read Data and Bit Flip Register 15
MTU_MC77_RDBFL16 0xF0065D80          MC 77 Read Data and Bit Flip Register 16
MTU_MC77_RDBFL17 0xF0065D82          MC 77 Read Data and Bit Flip Register 17
MTU_MC77_RDBFL18 0xF0065D84          MC 77 Read Data and Bit Flip Register 18
MTU_MC77_RDBFL19 0xF0065D86          MC 77 Read Data and Bit Flip Register 19
MTU_MC77_RDBFL20 0xF0065D88          MC 77 Read Data and Bit Flip Register 20
MTU_MC77_RDBFL21 0xF0065D8A          MC 77 Read Data and Bit Flip Register 21
MTU_MC77_RDBFL22 0xF0065D8C          MC 77 Read Data and Bit Flip Register 22
MTU_MC77_RDBFL23 0xF0065D8E          MC 77 Read Data and Bit Flip Register 23
MTU_MC77_RDBFL24 0xF0065D90          MC 77 Read Data and Bit Flip Register 24
MTU_MC77_RDBFL25 0xF0065D92          MC 77 Read Data and Bit Flip Register 25
MTU_MC77_RDBFL26 0xF0065D94          MC 77 Read Data and Bit Flip Register 26
MTU_MC77_RDBFL27 0xF0065D96          MC 77 Read Data and Bit Flip Register 27
MTU_MC77_RDBFL28 0xF0065D98          MC 77 Read Data and Bit Flip Register 28
MTU_MC77_RDBFL29 0xF0065D9A          MC 77 Read Data and Bit Flip Register 29
MTU_MC77_RDBFL30 0xF0065D9C          MC 77 Read Data and Bit Flip Register 30
MTU_MC77_RDBFL31 0xF0065D9E          MC 77 Read Data and Bit Flip Register 31
MTU_MC77_RDBFL32 0xF0065DA0          MC 77 Read Data and Bit Flip Register 32
MTU_MC77_RDBFL33 0xF0065DA2          MC 77 Read Data and Bit Flip Register 33
MTU_MC77_RDBFL34 0xF0065DA4          MC 77 Read Data and Bit Flip Register 34
MTU_MC77_RDBFL35 0xF0065DA6          MC 77 Read Data and Bit Flip Register 35
MTU_MC77_RDBFL36 0xF0065DA8          MC 77 Read Data and Bit Flip Register 36
MTU_MC77_RDBFL37 0xF0065DAA          MC 77 Read Data and Bit Flip Register 37
MTU_MC77_RDBFL38 0xF0065DAC          MC 77 Read Data and Bit Flip Register 38
MTU_MC77_RDBFL39 0xF0065DAE          MC 77 Read Data and Bit Flip Register 39
MTU_MC77_RDBFL40 0xF0065DB0          MC 77 Read Data and Bit Flip Register 40
MTU_MC77_RDBFL41 0xF0065DB2          MC 77 Read Data and Bit Flip Register 41
MTU_MC77_RDBFL42 0xF0065DB4          MC 77 Read Data and Bit Flip Register 42
MTU_MC77_RDBFL43 0xF0065DB6          MC 77 Read Data and Bit Flip Register 43
MTU_MC77_RDBFL44 0xF0065DB8          MC 77 Read Data and Bit Flip Register 44
MTU_MC77_RDBFL45 0xF0065DBA          MC 77 Read Data and Bit Flip Register 45
MTU_MC77_RDBFL46 0xF0065DBC          MC 77 Read Data and Bit Flip Register 46
MTU_MC77_RDBFL47 0xF0065DBE          MC 77 Read Data and Bit Flip Register 47
MTU_MC77_RDBFL48 0xF0065DC0          MC 77 Read Data and Bit Flip Register 48
MTU_MC77_RDBFL49 0xF0065DC2          MC 77 Read Data and Bit Flip Register 49
MTU_MC77_RDBFL50 0xF0065DC4          MC 77 Read Data and Bit Flip Register 50
MTU_MC77_RDBFL51 0xF0065DC6          MC 77 Read Data and Bit Flip Register 51
MTU_MC77_RDBFL52 0xF0065DC8          MC 77 Read Data and Bit Flip Register 52
MTU_MC77_RDBFL53 0xF0065DCA          MC 77 Read Data and Bit Flip Register 53
MTU_MC77_RDBFL54 0xF0065DCC          MC 77 Read Data and Bit Flip Register 54
MTU_MC77_RDBFL55 0xF0065DCE          MC 77 Read Data and Bit Flip Register 55
MTU_MC77_RDBFL56 0xF0065DD0          MC 77 Read Data and Bit Flip Register 56
MTU_MC77_RDBFL57 0xF0065DD2          MC 77 Read Data and Bit Flip Register 57
MTU_MC77_RDBFL58 0xF0065DD4          MC 77 Read Data and Bit Flip Register 58
MTU_MC77_RDBFL59 0xF0065DD6          MC 77 Read Data and Bit Flip Register 59
MTU_MC77_RDBFL60 0xF0065DD8          MC 77 Read Data and Bit Flip Register 60
MTU_MC77_RDBFL61 0xF0065DDA          MC 77 Read Data and Bit Flip Register 61
MTU_MC77_RDBFL62 0xF0065DDC          MC 77 Read Data and Bit Flip Register 62
MTU_MC77_RDBFL63 0xF0065DDE          MC 77 Read Data and Bit Flip Register 63
MTU_MC77_RDBFL64 0xF0065DE0          MC 77 Read Data and Bit Flip Register 64
MTU_MC77_RDBFL65 0xF0065DE2          MC 77 Read Data and Bit Flip Register 65
MTU_MC77_RDBFL66 0xF0065DE4          MC 77 Read Data and Bit Flip Register 66
MTU_MC77_ALMSRCS 0xF0065DEE          MC 77 Alarm Sources Configuration Register
MTU_MC77_FAULTSTS 0xF0065DF0          MC 77 SSH Safety Faults Status Register
MTU_MC77_ERRINFO0 0xF0065DF2          MC 77 Error Information Register 0
MTU_MC77_ERRINFO1 0xF0065DF4          MC 77 Error Information Register 1
MTU_MC77_ERRINFO2 0xF0065DF6          MC 77 Error Information Register 2
MTU_MC77_ERRINFO3 0xF0065DF8          MC 77 Error Information Register 3
MTU_MC77_ERRINFO4 0xF0065DFA          MC 77 Error Information Register 4
MTU_MC78_CONFIG0 0xF0065E00          MC 78 Configuration Register 0
MTU_MC78_CONFIG1 0xF0065E02          MC 78 Configuration Register 1
MTU_MC78_MCONTROL 0xF0065E04          MC 78 MBIST Control Register
MTU_MC78_MSTATUS 0xF0065E06          MC 78 Status Register
MTU_MC78_RANGE  0xF0065E08          MC 78 Range Register, single address mode
MTU_MC78_REVID  0xF0065E0C          MC 78 Revision ID Register
MTU_MC78_ECCS   0xF0065E0E          MC 78 ECC Safety Register
MTU_MC78_ECCD   0xF0065E10          MC 78 Memory ECC Detection Register
MTU_MC78_ETRR0  0xF0065E12          MC 78 Error Tracking Register 0
MTU_MC78_ETRR1  0xF0065E14          MC 78 Error Tracking Register 1
MTU_MC78_ETRR2  0xF0065E16          MC 78 Error Tracking Register 2
MTU_MC78_ETRR3  0xF0065E18          MC 78 Error Tracking Register 3
MTU_MC78_ETRR4  0xF0065E1A          MC 78 Error Tracking Register 4
MTU_MC78_RDBFL0 0xF0065E60          MC 78 Read Data and Bit Flip Register 0
MTU_MC78_RDBFL1 0xF0065E62          MC 78 Read Data and Bit Flip Register 1
MTU_MC78_RDBFL2 0xF0065E64          MC 78 Read Data and Bit Flip Register 2
MTU_MC78_RDBFL3 0xF0065E66          MC 78 Read Data and Bit Flip Register 3
MTU_MC78_RDBFL4 0xF0065E68          MC 78 Read Data and Bit Flip Register 4
MTU_MC78_RDBFL5 0xF0065E6A          MC 78 Read Data and Bit Flip Register 5
MTU_MC78_RDBFL6 0xF0065E6C          MC 78 Read Data and Bit Flip Register 6
MTU_MC78_RDBFL7 0xF0065E6E          MC 78 Read Data and Bit Flip Register 7
MTU_MC78_RDBFL8 0xF0065E70          MC 78 Read Data and Bit Flip Register 8
MTU_MC78_RDBFL9 0xF0065E72          MC 78 Read Data and Bit Flip Register 9
MTU_MC78_RDBFL10 0xF0065E74          MC 78 Read Data and Bit Flip Register 10
MTU_MC78_RDBFL11 0xF0065E76          MC 78 Read Data and Bit Flip Register 11
MTU_MC78_RDBFL12 0xF0065E78          MC 78 Read Data and Bit Flip Register 12
MTU_MC78_RDBFL13 0xF0065E7A          MC 78 Read Data and Bit Flip Register 13
MTU_MC78_RDBFL14 0xF0065E7C          MC 78 Read Data and Bit Flip Register 14
MTU_MC78_RDBFL15 0xF0065E7E          MC 78 Read Data and Bit Flip Register 15
MTU_MC78_RDBFL16 0xF0065E80          MC 78 Read Data and Bit Flip Register 16
MTU_MC78_RDBFL17 0xF0065E82          MC 78 Read Data and Bit Flip Register 17
MTU_MC78_RDBFL18 0xF0065E84          MC 78 Read Data and Bit Flip Register 18
MTU_MC78_RDBFL19 0xF0065E86          MC 78 Read Data and Bit Flip Register 19
MTU_MC78_RDBFL20 0xF0065E88          MC 78 Read Data and Bit Flip Register 20
MTU_MC78_RDBFL21 0xF0065E8A          MC 78 Read Data and Bit Flip Register 21
MTU_MC78_RDBFL22 0xF0065E8C          MC 78 Read Data and Bit Flip Register 22
MTU_MC78_RDBFL23 0xF0065E8E          MC 78 Read Data and Bit Flip Register 23
MTU_MC78_RDBFL24 0xF0065E90          MC 78 Read Data and Bit Flip Register 24
MTU_MC78_RDBFL25 0xF0065E92          MC 78 Read Data and Bit Flip Register 25
MTU_MC78_RDBFL26 0xF0065E94          MC 78 Read Data and Bit Flip Register 26
MTU_MC78_RDBFL27 0xF0065E96          MC 78 Read Data and Bit Flip Register 27
MTU_MC78_RDBFL28 0xF0065E98          MC 78 Read Data and Bit Flip Register 28
MTU_MC78_RDBFL29 0xF0065E9A          MC 78 Read Data and Bit Flip Register 29
MTU_MC78_RDBFL30 0xF0065E9C          MC 78 Read Data and Bit Flip Register 30
MTU_MC78_RDBFL31 0xF0065E9E          MC 78 Read Data and Bit Flip Register 31
MTU_MC78_RDBFL32 0xF0065EA0          MC 78 Read Data and Bit Flip Register 32
MTU_MC78_RDBFL33 0xF0065EA2          MC 78 Read Data and Bit Flip Register 33
MTU_MC78_RDBFL34 0xF0065EA4          MC 78 Read Data and Bit Flip Register 34
MTU_MC78_RDBFL35 0xF0065EA6          MC 78 Read Data and Bit Flip Register 35
MTU_MC78_RDBFL36 0xF0065EA8          MC 78 Read Data and Bit Flip Register 36
MTU_MC78_RDBFL37 0xF0065EAA          MC 78 Read Data and Bit Flip Register 37
MTU_MC78_RDBFL38 0xF0065EAC          MC 78 Read Data and Bit Flip Register 38
MTU_MC78_RDBFL39 0xF0065EAE          MC 78 Read Data and Bit Flip Register 39
MTU_MC78_RDBFL40 0xF0065EB0          MC 78 Read Data and Bit Flip Register 40
MTU_MC78_RDBFL41 0xF0065EB2          MC 78 Read Data and Bit Flip Register 41
MTU_MC78_RDBFL42 0xF0065EB4          MC 78 Read Data and Bit Flip Register 42
MTU_MC78_RDBFL43 0xF0065EB6          MC 78 Read Data and Bit Flip Register 43
MTU_MC78_RDBFL44 0xF0065EB8          MC 78 Read Data and Bit Flip Register 44
MTU_MC78_RDBFL45 0xF0065EBA          MC 78 Read Data and Bit Flip Register 45
MTU_MC78_RDBFL46 0xF0065EBC          MC 78 Read Data and Bit Flip Register 46
MTU_MC78_RDBFL47 0xF0065EBE          MC 78 Read Data and Bit Flip Register 47
MTU_MC78_RDBFL48 0xF0065EC0          MC 78 Read Data and Bit Flip Register 48
MTU_MC78_RDBFL49 0xF0065EC2          MC 78 Read Data and Bit Flip Register 49
MTU_MC78_RDBFL50 0xF0065EC4          MC 78 Read Data and Bit Flip Register 50
MTU_MC78_RDBFL51 0xF0065EC6          MC 78 Read Data and Bit Flip Register 51
MTU_MC78_RDBFL52 0xF0065EC8          MC 78 Read Data and Bit Flip Register 52
MTU_MC78_RDBFL53 0xF0065ECA          MC 78 Read Data and Bit Flip Register 53
MTU_MC78_RDBFL54 0xF0065ECC          MC 78 Read Data and Bit Flip Register 54
MTU_MC78_RDBFL55 0xF0065ECE          MC 78 Read Data and Bit Flip Register 55
MTU_MC78_RDBFL56 0xF0065ED0          MC 78 Read Data and Bit Flip Register 56
MTU_MC78_RDBFL57 0xF0065ED2          MC 78 Read Data and Bit Flip Register 57
MTU_MC78_RDBFL58 0xF0065ED4          MC 78 Read Data and Bit Flip Register 58
MTU_MC78_RDBFL59 0xF0065ED6          MC 78 Read Data and Bit Flip Register 59
MTU_MC78_RDBFL60 0xF0065ED8          MC 78 Read Data and Bit Flip Register 60
MTU_MC78_RDBFL61 0xF0065EDA          MC 78 Read Data and Bit Flip Register 61
MTU_MC78_RDBFL62 0xF0065EDC          MC 78 Read Data and Bit Flip Register 62
MTU_MC78_RDBFL63 0xF0065EDE          MC 78 Read Data and Bit Flip Register 63
MTU_MC78_RDBFL64 0xF0065EE0          MC 78 Read Data and Bit Flip Register 64
MTU_MC78_RDBFL65 0xF0065EE2          MC 78 Read Data and Bit Flip Register 65
MTU_MC78_RDBFL66 0xF0065EE4          MC 78 Read Data and Bit Flip Register 66
MTU_MC78_ALMSRCS 0xF0065EEE          MC 78 Alarm Sources Configuration Register
MTU_MC78_FAULTSTS 0xF0065EF0          MC 78 SSH Safety Faults Status Register
MTU_MC78_ERRINFO0 0xF0065EF2          MC 78 Error Information Register 0
MTU_MC78_ERRINFO1 0xF0065EF4          MC 78 Error Information Register 1
MTU_MC78_ERRINFO2 0xF0065EF6          MC 78 Error Information Register 2
MTU_MC78_ERRINFO3 0xF0065EF8          MC 78 Error Information Register 3
MTU_MC78_ERRINFO4 0xF0065EFA          MC 78 Error Information Register 4
MTU_MC79_CONFIG0 0xF0065F00          MC 79 Configuration Register 0
MTU_MC79_CONFIG1 0xF0065F02          MC 79 Configuration Register 1
MTU_MC79_MCONTROL 0xF0065F04          MC 79 MBIST Control Register
MTU_MC79_MSTATUS 0xF0065F06          MC 79 Status Register
MTU_MC79_RANGE  0xF0065F08          MC 79 Range Register, single address mode
MTU_MC79_REVID  0xF0065F0C          MC 79 Revision ID Register
MTU_MC79_ECCS   0xF0065F0E          MC 79 ECC Safety Register
MTU_MC79_ECCD   0xF0065F10          MC 79 Memory ECC Detection Register
MTU_MC79_ETRR0  0xF0065F12          MC 79 Error Tracking Register 0
MTU_MC79_ETRR1  0xF0065F14          MC 79 Error Tracking Register 1
MTU_MC79_ETRR2  0xF0065F16          MC 79 Error Tracking Register 2
MTU_MC79_ETRR3  0xF0065F18          MC 79 Error Tracking Register 3
MTU_MC79_ETRR4  0xF0065F1A          MC 79 Error Tracking Register 4
MTU_MC79_RDBFL0 0xF0065F60          MC 79 Read Data and Bit Flip Register 0
MTU_MC79_RDBFL1 0xF0065F62          MC 79 Read Data and Bit Flip Register 1
MTU_MC79_RDBFL2 0xF0065F64          MC 79 Read Data and Bit Flip Register 2
MTU_MC79_RDBFL3 0xF0065F66          MC 79 Read Data and Bit Flip Register 3
MTU_MC79_RDBFL4 0xF0065F68          MC 79 Read Data and Bit Flip Register 4
MTU_MC79_RDBFL5 0xF0065F6A          MC 79 Read Data and Bit Flip Register 5
MTU_MC79_RDBFL6 0xF0065F6C          MC 79 Read Data and Bit Flip Register 6
MTU_MC79_RDBFL7 0xF0065F6E          MC 79 Read Data and Bit Flip Register 7
MTU_MC79_RDBFL8 0xF0065F70          MC 79 Read Data and Bit Flip Register 8
MTU_MC79_RDBFL9 0xF0065F72          MC 79 Read Data and Bit Flip Register 9
MTU_MC79_RDBFL10 0xF0065F74          MC 79 Read Data and Bit Flip Register 10
MTU_MC79_RDBFL11 0xF0065F76          MC 79 Read Data and Bit Flip Register 11
MTU_MC79_RDBFL12 0xF0065F78          MC 79 Read Data and Bit Flip Register 12
MTU_MC79_RDBFL13 0xF0065F7A          MC 79 Read Data and Bit Flip Register 13
MTU_MC79_RDBFL14 0xF0065F7C          MC 79 Read Data and Bit Flip Register 14
MTU_MC79_RDBFL15 0xF0065F7E          MC 79 Read Data and Bit Flip Register 15
MTU_MC79_RDBFL16 0xF0065F80          MC 79 Read Data and Bit Flip Register 16
MTU_MC79_RDBFL17 0xF0065F82          MC 79 Read Data and Bit Flip Register 17
MTU_MC79_RDBFL18 0xF0065F84          MC 79 Read Data and Bit Flip Register 18
MTU_MC79_RDBFL19 0xF0065F86          MC 79 Read Data and Bit Flip Register 19
MTU_MC79_RDBFL20 0xF0065F88          MC 79 Read Data and Bit Flip Register 20
MTU_MC79_RDBFL21 0xF0065F8A          MC 79 Read Data and Bit Flip Register 21
MTU_MC79_RDBFL22 0xF0065F8C          MC 79 Read Data and Bit Flip Register 22
MTU_MC79_RDBFL23 0xF0065F8E          MC 79 Read Data and Bit Flip Register 23
MTU_MC79_RDBFL24 0xF0065F90          MC 79 Read Data and Bit Flip Register 24
MTU_MC79_RDBFL25 0xF0065F92          MC 79 Read Data and Bit Flip Register 25
MTU_MC79_RDBFL26 0xF0065F94          MC 79 Read Data and Bit Flip Register 26
MTU_MC79_RDBFL27 0xF0065F96          MC 79 Read Data and Bit Flip Register 27
MTU_MC79_RDBFL28 0xF0065F98          MC 79 Read Data and Bit Flip Register 28
MTU_MC79_RDBFL29 0xF0065F9A          MC 79 Read Data and Bit Flip Register 29
MTU_MC79_RDBFL30 0xF0065F9C          MC 79 Read Data and Bit Flip Register 30
MTU_MC79_RDBFL31 0xF0065F9E          MC 79 Read Data and Bit Flip Register 31
MTU_MC79_RDBFL32 0xF0065FA0          MC 79 Read Data and Bit Flip Register 32
MTU_MC79_RDBFL33 0xF0065FA2          MC 79 Read Data and Bit Flip Register 33
MTU_MC79_RDBFL34 0xF0065FA4          MC 79 Read Data and Bit Flip Register 34
MTU_MC79_RDBFL35 0xF0065FA6          MC 79 Read Data and Bit Flip Register 35
MTU_MC79_RDBFL36 0xF0065FA8          MC 79 Read Data and Bit Flip Register 36
MTU_MC79_RDBFL37 0xF0065FAA          MC 79 Read Data and Bit Flip Register 37
MTU_MC79_RDBFL38 0xF0065FAC          MC 79 Read Data and Bit Flip Register 38
MTU_MC79_RDBFL39 0xF0065FAE          MC 79 Read Data and Bit Flip Register 39
MTU_MC79_RDBFL40 0xF0065FB0          MC 79 Read Data and Bit Flip Register 40
MTU_MC79_RDBFL41 0xF0065FB2          MC 79 Read Data and Bit Flip Register 41
MTU_MC79_RDBFL42 0xF0065FB4          MC 79 Read Data and Bit Flip Register 42
MTU_MC79_RDBFL43 0xF0065FB6          MC 79 Read Data and Bit Flip Register 43
MTU_MC79_RDBFL44 0xF0065FB8          MC 79 Read Data and Bit Flip Register 44
MTU_MC79_RDBFL45 0xF0065FBA          MC 79 Read Data and Bit Flip Register 45
MTU_MC79_RDBFL46 0xF0065FBC          MC 79 Read Data and Bit Flip Register 46
MTU_MC79_RDBFL47 0xF0065FBE          MC 79 Read Data and Bit Flip Register 47
MTU_MC79_RDBFL48 0xF0065FC0          MC 79 Read Data and Bit Flip Register 48
MTU_MC79_RDBFL49 0xF0065FC2          MC 79 Read Data and Bit Flip Register 49
MTU_MC79_RDBFL50 0xF0065FC4          MC 79 Read Data and Bit Flip Register 50
MTU_MC79_RDBFL51 0xF0065FC6          MC 79 Read Data and Bit Flip Register 51
MTU_MC79_RDBFL52 0xF0065FC8          MC 79 Read Data and Bit Flip Register 52
MTU_MC79_RDBFL53 0xF0065FCA          MC 79 Read Data and Bit Flip Register 53
MTU_MC79_RDBFL54 0xF0065FCC          MC 79 Read Data and Bit Flip Register 54
MTU_MC79_RDBFL55 0xF0065FCE          MC 79 Read Data and Bit Flip Register 55
MTU_MC79_RDBFL56 0xF0065FD0          MC 79 Read Data and Bit Flip Register 56
MTU_MC79_RDBFL57 0xF0065FD2          MC 79 Read Data and Bit Flip Register 57
MTU_MC79_RDBFL58 0xF0065FD4          MC 79 Read Data and Bit Flip Register 58
MTU_MC79_RDBFL59 0xF0065FD6          MC 79 Read Data and Bit Flip Register 59
MTU_MC79_RDBFL60 0xF0065FD8          MC 79 Read Data and Bit Flip Register 60
MTU_MC79_RDBFL61 0xF0065FDA          MC 79 Read Data and Bit Flip Register 61
MTU_MC79_RDBFL62 0xF0065FDC          MC 79 Read Data and Bit Flip Register 62
MTU_MC79_RDBFL63 0xF0065FDE          MC 79 Read Data and Bit Flip Register 63
MTU_MC79_RDBFL64 0xF0065FE0          MC 79 Read Data and Bit Flip Register 64
MTU_MC79_RDBFL65 0xF0065FE2          MC 79 Read Data and Bit Flip Register 65
MTU_MC79_RDBFL66 0xF0065FE4          MC 79 Read Data and Bit Flip Register 66
MTU_MC79_ALMSRCS 0xF0065FEE          MC 79 Alarm Sources Configuration Register
MTU_MC79_FAULTSTS 0xF0065FF0          MC 79 SSH Safety Faults Status Register
MTU_MC79_ERRINFO0 0xF0065FF2          MC 79 Error Information Register 0
MTU_MC79_ERRINFO1 0xF0065FF4          MC 79 Error Information Register 1
MTU_MC79_ERRINFO2 0xF0065FF6          MC 79 Error Information Register 2
MTU_MC79_ERRINFO3 0xF0065FF8          MC 79 Error Information Register 3
MTU_MC79_ERRINFO4 0xF0065FFA          MC 79 Error Information Register 4
MTU_MC80_CONFIG0 0xF0066000          MC 80 Configuration Register 0
MTU_MC80_CONFIG1 0xF0066002          MC 80 Configuration Register 1
MTU_MC80_MCONTROL 0xF0066004          MC 80 MBIST Control Register
MTU_MC80_MSTATUS 0xF0066006          MC 80 Status Register
MTU_MC80_RANGE  0xF0066008          MC 80 Range Register, single address mode
MTU_MC80_REVID  0xF006600C          MC 80 Revision ID Register
MTU_MC80_ECCS   0xF006600E          MC 80 ECC Safety Register
MTU_MC80_ECCD   0xF0066010          MC 80 Memory ECC Detection Register
MTU_MC80_ETRR0  0xF0066012          MC 80 Error Tracking Register 0
MTU_MC80_ETRR1  0xF0066014          MC 80 Error Tracking Register 1
MTU_MC80_ETRR2  0xF0066016          MC 80 Error Tracking Register 2
MTU_MC80_ETRR3  0xF0066018          MC 80 Error Tracking Register 3
MTU_MC80_ETRR4  0xF006601A          MC 80 Error Tracking Register 4
MTU_MC80_RDBFL0 0xF0066060          MC 80 Read Data and Bit Flip Register 0
MTU_MC80_RDBFL1 0xF0066062          MC 80 Read Data and Bit Flip Register 1
MTU_MC80_RDBFL2 0xF0066064          MC 80 Read Data and Bit Flip Register 2
MTU_MC80_RDBFL3 0xF0066066          MC 80 Read Data and Bit Flip Register 3
MTU_MC80_RDBFL4 0xF0066068          MC 80 Read Data and Bit Flip Register 4
MTU_MC80_RDBFL5 0xF006606A          MC 80 Read Data and Bit Flip Register 5
MTU_MC80_RDBFL6 0xF006606C          MC 80 Read Data and Bit Flip Register 6
MTU_MC80_RDBFL7 0xF006606E          MC 80 Read Data and Bit Flip Register 7
MTU_MC80_RDBFL8 0xF0066070          MC 80 Read Data and Bit Flip Register 8
MTU_MC80_RDBFL9 0xF0066072          MC 80 Read Data and Bit Flip Register 9
MTU_MC80_RDBFL10 0xF0066074          MC 80 Read Data and Bit Flip Register 10
MTU_MC80_RDBFL11 0xF0066076          MC 80 Read Data and Bit Flip Register 11
MTU_MC80_RDBFL12 0xF0066078          MC 80 Read Data and Bit Flip Register 12
MTU_MC80_RDBFL13 0xF006607A          MC 80 Read Data and Bit Flip Register 13
MTU_MC80_RDBFL14 0xF006607C          MC 80 Read Data and Bit Flip Register 14
MTU_MC80_RDBFL15 0xF006607E          MC 80 Read Data and Bit Flip Register 15
MTU_MC80_RDBFL16 0xF0066080          MC 80 Read Data and Bit Flip Register 16
MTU_MC80_RDBFL17 0xF0066082          MC 80 Read Data and Bit Flip Register 17
MTU_MC80_RDBFL18 0xF0066084          MC 80 Read Data and Bit Flip Register 18
MTU_MC80_RDBFL19 0xF0066086          MC 80 Read Data and Bit Flip Register 19
MTU_MC80_RDBFL20 0xF0066088          MC 80 Read Data and Bit Flip Register 20
MTU_MC80_RDBFL21 0xF006608A          MC 80 Read Data and Bit Flip Register 21
MTU_MC80_RDBFL22 0xF006608C          MC 80 Read Data and Bit Flip Register 22
MTU_MC80_RDBFL23 0xF006608E          MC 80 Read Data and Bit Flip Register 23
MTU_MC80_RDBFL24 0xF0066090          MC 80 Read Data and Bit Flip Register 24
MTU_MC80_RDBFL25 0xF0066092          MC 80 Read Data and Bit Flip Register 25
MTU_MC80_RDBFL26 0xF0066094          MC 80 Read Data and Bit Flip Register 26
MTU_MC80_RDBFL27 0xF0066096          MC 80 Read Data and Bit Flip Register 27
MTU_MC80_RDBFL28 0xF0066098          MC 80 Read Data and Bit Flip Register 28
MTU_MC80_RDBFL29 0xF006609A          MC 80 Read Data and Bit Flip Register 29
MTU_MC80_RDBFL30 0xF006609C          MC 80 Read Data and Bit Flip Register 30
MTU_MC80_RDBFL31 0xF006609E          MC 80 Read Data and Bit Flip Register 31
MTU_MC80_RDBFL32 0xF00660A0          MC 80 Read Data and Bit Flip Register 32
MTU_MC80_RDBFL33 0xF00660A2          MC 80 Read Data and Bit Flip Register 33
MTU_MC80_RDBFL34 0xF00660A4          MC 80 Read Data and Bit Flip Register 34
MTU_MC80_RDBFL35 0xF00660A6          MC 80 Read Data and Bit Flip Register 35
MTU_MC80_RDBFL36 0xF00660A8          MC 80 Read Data and Bit Flip Register 36
MTU_MC80_RDBFL37 0xF00660AA          MC 80 Read Data and Bit Flip Register 37
MTU_MC80_RDBFL38 0xF00660AC          MC 80 Read Data and Bit Flip Register 38
MTU_MC80_RDBFL39 0xF00660AE          MC 80 Read Data and Bit Flip Register 39
MTU_MC80_RDBFL40 0xF00660B0          MC 80 Read Data and Bit Flip Register 40
MTU_MC80_RDBFL41 0xF00660B2          MC 80 Read Data and Bit Flip Register 41
MTU_MC80_RDBFL42 0xF00660B4          MC 80 Read Data and Bit Flip Register 42
MTU_MC80_RDBFL43 0xF00660B6          MC 80 Read Data and Bit Flip Register 43
MTU_MC80_RDBFL44 0xF00660B8          MC 80 Read Data and Bit Flip Register 44
MTU_MC80_RDBFL45 0xF00660BA          MC 80 Read Data and Bit Flip Register 45
MTU_MC80_RDBFL46 0xF00660BC          MC 80 Read Data and Bit Flip Register 46
MTU_MC80_RDBFL47 0xF00660BE          MC 80 Read Data and Bit Flip Register 47
MTU_MC80_RDBFL48 0xF00660C0          MC 80 Read Data and Bit Flip Register 48
MTU_MC80_RDBFL49 0xF00660C2          MC 80 Read Data and Bit Flip Register 49
MTU_MC80_RDBFL50 0xF00660C4          MC 80 Read Data and Bit Flip Register 50
MTU_MC80_RDBFL51 0xF00660C6          MC 80 Read Data and Bit Flip Register 51
MTU_MC80_RDBFL52 0xF00660C8          MC 80 Read Data and Bit Flip Register 52
MTU_MC80_RDBFL53 0xF00660CA          MC 80 Read Data and Bit Flip Register 53
MTU_MC80_RDBFL54 0xF00660CC          MC 80 Read Data and Bit Flip Register 54
MTU_MC80_RDBFL55 0xF00660CE          MC 80 Read Data and Bit Flip Register 55
MTU_MC80_RDBFL56 0xF00660D0          MC 80 Read Data and Bit Flip Register 56
MTU_MC80_RDBFL57 0xF00660D2          MC 80 Read Data and Bit Flip Register 57
MTU_MC80_RDBFL58 0xF00660D4          MC 80 Read Data and Bit Flip Register 58
MTU_MC80_RDBFL59 0xF00660D6          MC 80 Read Data and Bit Flip Register 59
MTU_MC80_RDBFL60 0xF00660D8          MC 80 Read Data and Bit Flip Register 60
MTU_MC80_RDBFL61 0xF00660DA          MC 80 Read Data and Bit Flip Register 61
MTU_MC80_RDBFL62 0xF00660DC          MC 80 Read Data and Bit Flip Register 62
MTU_MC80_RDBFL63 0xF00660DE          MC 80 Read Data and Bit Flip Register 63
MTU_MC80_RDBFL64 0xF00660E0          MC 80 Read Data and Bit Flip Register 64
MTU_MC80_RDBFL65 0xF00660E2          MC 80 Read Data and Bit Flip Register 65
MTU_MC80_RDBFL66 0xF00660E4          MC 80 Read Data and Bit Flip Register 66
MTU_MC80_ALMSRCS 0xF00660EE          MC 80 Alarm Sources Configuration Register
MTU_MC80_FAULTSTS 0xF00660F0          MC 80 SSH Safety Faults Status Register
MTU_MC80_ERRINFO0 0xF00660F2          MC 80 Error Information Register 0
MTU_MC80_ERRINFO1 0xF00660F4          MC 80 Error Information Register 1
MTU_MC80_ERRINFO2 0xF00660F6          MC 80 Error Information Register 2
MTU_MC80_ERRINFO3 0xF00660F8          MC 80 Error Information Register 3
MTU_MC80_ERRINFO4 0xF00660FA          MC 80 Error Information Register 4
MTU_MC81_CONFIG0 0xF0066100          MC 81 Configuration Register 0
MTU_MC81_CONFIG1 0xF0066102          MC 81 Configuration Register 1
MTU_MC81_MCONTROL 0xF0066104          MC 81 MBIST Control Register
MTU_MC81_MSTATUS 0xF0066106          MC 81 Status Register
MTU_MC81_RANGE  0xF0066108          MC 81 Range Register, single address mode
MTU_MC81_REVID  0xF006610C          MC 81 Revision ID Register
MTU_MC81_ECCS   0xF006610E          MC 81 ECC Safety Register
MTU_MC81_ECCD   0xF0066110          MC 81 Memory ECC Detection Register
MTU_MC81_ETRR0  0xF0066112          MC 81 Error Tracking Register 0
MTU_MC81_ETRR1  0xF0066114          MC 81 Error Tracking Register 1
MTU_MC81_ETRR2  0xF0066116          MC 81 Error Tracking Register 2
MTU_MC81_ETRR3  0xF0066118          MC 81 Error Tracking Register 3
MTU_MC81_ETRR4  0xF006611A          MC 81 Error Tracking Register 4
MTU_MC81_RDBFL0 0xF0066160          MC 81 Read Data and Bit Flip Register 0
MTU_MC81_RDBFL1 0xF0066162          MC 81 Read Data and Bit Flip Register 1
MTU_MC81_RDBFL2 0xF0066164          MC 81 Read Data and Bit Flip Register 2
MTU_MC81_RDBFL3 0xF0066166          MC 81 Read Data and Bit Flip Register 3
MTU_MC81_RDBFL4 0xF0066168          MC 81 Read Data and Bit Flip Register 4
MTU_MC81_RDBFL5 0xF006616A          MC 81 Read Data and Bit Flip Register 5
MTU_MC81_RDBFL6 0xF006616C          MC 81 Read Data and Bit Flip Register 6
MTU_MC81_RDBFL7 0xF006616E          MC 81 Read Data and Bit Flip Register 7
MTU_MC81_RDBFL8 0xF0066170          MC 81 Read Data and Bit Flip Register 8
MTU_MC81_RDBFL9 0xF0066172          MC 81 Read Data and Bit Flip Register 9
MTU_MC81_RDBFL10 0xF0066174          MC 81 Read Data and Bit Flip Register 10
MTU_MC81_RDBFL11 0xF0066176          MC 81 Read Data and Bit Flip Register 11
MTU_MC81_RDBFL12 0xF0066178          MC 81 Read Data and Bit Flip Register 12
MTU_MC81_RDBFL13 0xF006617A          MC 81 Read Data and Bit Flip Register 13
MTU_MC81_RDBFL14 0xF006617C          MC 81 Read Data and Bit Flip Register 14
MTU_MC81_RDBFL15 0xF006617E          MC 81 Read Data and Bit Flip Register 15
MTU_MC81_RDBFL16 0xF0066180          MC 81 Read Data and Bit Flip Register 16
MTU_MC81_RDBFL17 0xF0066182          MC 81 Read Data and Bit Flip Register 17
MTU_MC81_RDBFL18 0xF0066184          MC 81 Read Data and Bit Flip Register 18
MTU_MC81_RDBFL19 0xF0066186          MC 81 Read Data and Bit Flip Register 19
MTU_MC81_RDBFL20 0xF0066188          MC 81 Read Data and Bit Flip Register 20
MTU_MC81_RDBFL21 0xF006618A          MC 81 Read Data and Bit Flip Register 21
MTU_MC81_RDBFL22 0xF006618C          MC 81 Read Data and Bit Flip Register 22
MTU_MC81_RDBFL23 0xF006618E          MC 81 Read Data and Bit Flip Register 23
MTU_MC81_RDBFL24 0xF0066190          MC 81 Read Data and Bit Flip Register 24
MTU_MC81_RDBFL25 0xF0066192          MC 81 Read Data and Bit Flip Register 25
MTU_MC81_RDBFL26 0xF0066194          MC 81 Read Data and Bit Flip Register 26
MTU_MC81_RDBFL27 0xF0066196          MC 81 Read Data and Bit Flip Register 27
MTU_MC81_RDBFL28 0xF0066198          MC 81 Read Data and Bit Flip Register 28
MTU_MC81_RDBFL29 0xF006619A          MC 81 Read Data and Bit Flip Register 29
MTU_MC81_RDBFL30 0xF006619C          MC 81 Read Data and Bit Flip Register 30
MTU_MC81_RDBFL31 0xF006619E          MC 81 Read Data and Bit Flip Register 31
MTU_MC81_RDBFL32 0xF00661A0          MC 81 Read Data and Bit Flip Register 32
MTU_MC81_RDBFL33 0xF00661A2          MC 81 Read Data and Bit Flip Register 33
MTU_MC81_RDBFL34 0xF00661A4          MC 81 Read Data and Bit Flip Register 34
MTU_MC81_RDBFL35 0xF00661A6          MC 81 Read Data and Bit Flip Register 35
MTU_MC81_RDBFL36 0xF00661A8          MC 81 Read Data and Bit Flip Register 36
MTU_MC81_RDBFL37 0xF00661AA          MC 81 Read Data and Bit Flip Register 37
MTU_MC81_RDBFL38 0xF00661AC          MC 81 Read Data and Bit Flip Register 38
MTU_MC81_RDBFL39 0xF00661AE          MC 81 Read Data and Bit Flip Register 39
MTU_MC81_RDBFL40 0xF00661B0          MC 81 Read Data and Bit Flip Register 40
MTU_MC81_RDBFL41 0xF00661B2          MC 81 Read Data and Bit Flip Register 41
MTU_MC81_RDBFL42 0xF00661B4          MC 81 Read Data and Bit Flip Register 42
MTU_MC81_RDBFL43 0xF00661B6          MC 81 Read Data and Bit Flip Register 43
MTU_MC81_RDBFL44 0xF00661B8          MC 81 Read Data and Bit Flip Register 44
MTU_MC81_RDBFL45 0xF00661BA          MC 81 Read Data and Bit Flip Register 45
MTU_MC81_RDBFL46 0xF00661BC          MC 81 Read Data and Bit Flip Register 46
MTU_MC81_RDBFL47 0xF00661BE          MC 81 Read Data and Bit Flip Register 47
MTU_MC81_RDBFL48 0xF00661C0          MC 81 Read Data and Bit Flip Register 48
MTU_MC81_RDBFL49 0xF00661C2          MC 81 Read Data and Bit Flip Register 49
MTU_MC81_RDBFL50 0xF00661C4          MC 81 Read Data and Bit Flip Register 50
MTU_MC81_RDBFL51 0xF00661C6          MC 81 Read Data and Bit Flip Register 51
MTU_MC81_RDBFL52 0xF00661C8          MC 81 Read Data and Bit Flip Register 52
MTU_MC81_RDBFL53 0xF00661CA          MC 81 Read Data and Bit Flip Register 53
MTU_MC81_RDBFL54 0xF00661CC          MC 81 Read Data and Bit Flip Register 54
MTU_MC81_RDBFL55 0xF00661CE          MC 81 Read Data and Bit Flip Register 55
MTU_MC81_RDBFL56 0xF00661D0          MC 81 Read Data and Bit Flip Register 56
MTU_MC81_RDBFL57 0xF00661D2          MC 81 Read Data and Bit Flip Register 57
MTU_MC81_RDBFL58 0xF00661D4          MC 81 Read Data and Bit Flip Register 58
MTU_MC81_RDBFL59 0xF00661D6          MC 81 Read Data and Bit Flip Register 59
MTU_MC81_RDBFL60 0xF00661D8          MC 81 Read Data and Bit Flip Register 60
MTU_MC81_RDBFL61 0xF00661DA          MC 81 Read Data and Bit Flip Register 61
MTU_MC81_RDBFL62 0xF00661DC          MC 81 Read Data and Bit Flip Register 62
MTU_MC81_RDBFL63 0xF00661DE          MC 81 Read Data and Bit Flip Register 63
MTU_MC81_RDBFL64 0xF00661E0          MC 81 Read Data and Bit Flip Register 64
MTU_MC81_RDBFL65 0xF00661E2          MC 81 Read Data and Bit Flip Register 65
MTU_MC81_RDBFL66 0xF00661E4          MC 81 Read Data and Bit Flip Register 66
MTU_MC81_ALMSRCS 0xF00661EE          MC 81 Alarm Sources Configuration Register
MTU_MC81_FAULTSTS 0xF00661F0          MC 81 SSH Safety Faults Status Register
MTU_MC81_ERRINFO0 0xF00661F2          MC 81 Error Information Register 0
MTU_MC81_ERRINFO1 0xF00661F4          MC 81 Error Information Register 1
MTU_MC81_ERRINFO2 0xF00661F6          MC 81 Error Information Register 2
MTU_MC81_ERRINFO3 0xF00661F8          MC 81 Error Information Register 3
MTU_MC81_ERRINFO4 0xF00661FA          MC 81 Error Information Register 4
MTU_MC82_CONFIG0 0xF0066200          MC 82 Configuration Register 0
MTU_MC82_CONFIG1 0xF0066202          MC 82 Configuration Register 1
MTU_MC82_MCONTROL 0xF0066204          MC 82 MBIST Control Register
MTU_MC82_MSTATUS 0xF0066206          MC 82 Status Register
MTU_MC82_RANGE  0xF0066208          MC 82 Range Register, single address mode
MTU_MC82_REVID  0xF006620C          MC 82 Revision ID Register
MTU_MC82_ECCS   0xF006620E          MC 82 ECC Safety Register
MTU_MC82_ECCD   0xF0066210          MC 82 Memory ECC Detection Register
MTU_MC82_ETRR0  0xF0066212          MC 82 Error Tracking Register 0
MTU_MC82_ETRR1  0xF0066214          MC 82 Error Tracking Register 1
MTU_MC82_ETRR2  0xF0066216          MC 82 Error Tracking Register 2
MTU_MC82_ETRR3  0xF0066218          MC 82 Error Tracking Register 3
MTU_MC82_ETRR4  0xF006621A          MC 82 Error Tracking Register 4
MTU_MC82_RDBFL0 0xF0066260          MC 82 Read Data and Bit Flip Register 0
MTU_MC82_RDBFL1 0xF0066262          MC 82 Read Data and Bit Flip Register 1
MTU_MC82_RDBFL2 0xF0066264          MC 82 Read Data and Bit Flip Register 2
MTU_MC82_RDBFL3 0xF0066266          MC 82 Read Data and Bit Flip Register 3
MTU_MC82_RDBFL4 0xF0066268          MC 82 Read Data and Bit Flip Register 4
MTU_MC82_RDBFL5 0xF006626A          MC 82 Read Data and Bit Flip Register 5
MTU_MC82_RDBFL6 0xF006626C          MC 82 Read Data and Bit Flip Register 6
MTU_MC82_RDBFL7 0xF006626E          MC 82 Read Data and Bit Flip Register 7
MTU_MC82_RDBFL8 0xF0066270          MC 82 Read Data and Bit Flip Register 8
MTU_MC82_RDBFL9 0xF0066272          MC 82 Read Data and Bit Flip Register 9
MTU_MC82_RDBFL10 0xF0066274          MC 82 Read Data and Bit Flip Register 10
MTU_MC82_RDBFL11 0xF0066276          MC 82 Read Data and Bit Flip Register 11
MTU_MC82_RDBFL12 0xF0066278          MC 82 Read Data and Bit Flip Register 12
MTU_MC82_RDBFL13 0xF006627A          MC 82 Read Data and Bit Flip Register 13
MTU_MC82_RDBFL14 0xF006627C          MC 82 Read Data and Bit Flip Register 14
MTU_MC82_RDBFL15 0xF006627E          MC 82 Read Data and Bit Flip Register 15
MTU_MC82_RDBFL16 0xF0066280          MC 82 Read Data and Bit Flip Register 16
MTU_MC82_RDBFL17 0xF0066282          MC 82 Read Data and Bit Flip Register 17
MTU_MC82_RDBFL18 0xF0066284          MC 82 Read Data and Bit Flip Register 18
MTU_MC82_RDBFL19 0xF0066286          MC 82 Read Data and Bit Flip Register 19
MTU_MC82_RDBFL20 0xF0066288          MC 82 Read Data and Bit Flip Register 20
MTU_MC82_RDBFL21 0xF006628A          MC 82 Read Data and Bit Flip Register 21
MTU_MC82_RDBFL22 0xF006628C          MC 82 Read Data and Bit Flip Register 22
MTU_MC82_RDBFL23 0xF006628E          MC 82 Read Data and Bit Flip Register 23
MTU_MC82_RDBFL24 0xF0066290          MC 82 Read Data and Bit Flip Register 24
MTU_MC82_RDBFL25 0xF0066292          MC 82 Read Data and Bit Flip Register 25
MTU_MC82_RDBFL26 0xF0066294          MC 82 Read Data and Bit Flip Register 26
MTU_MC82_RDBFL27 0xF0066296          MC 82 Read Data and Bit Flip Register 27
MTU_MC82_RDBFL28 0xF0066298          MC 82 Read Data and Bit Flip Register 28
MTU_MC82_RDBFL29 0xF006629A          MC 82 Read Data and Bit Flip Register 29
MTU_MC82_RDBFL30 0xF006629C          MC 82 Read Data and Bit Flip Register 30
MTU_MC82_RDBFL31 0xF006629E          MC 82 Read Data and Bit Flip Register 31
MTU_MC82_RDBFL32 0xF00662A0          MC 82 Read Data and Bit Flip Register 32
MTU_MC82_RDBFL33 0xF00662A2          MC 82 Read Data and Bit Flip Register 33
MTU_MC82_RDBFL34 0xF00662A4          MC 82 Read Data and Bit Flip Register 34
MTU_MC82_RDBFL35 0xF00662A6          MC 82 Read Data and Bit Flip Register 35
MTU_MC82_RDBFL36 0xF00662A8          MC 82 Read Data and Bit Flip Register 36
MTU_MC82_RDBFL37 0xF00662AA          MC 82 Read Data and Bit Flip Register 37
MTU_MC82_RDBFL38 0xF00662AC          MC 82 Read Data and Bit Flip Register 38
MTU_MC82_RDBFL39 0xF00662AE          MC 82 Read Data and Bit Flip Register 39
MTU_MC82_RDBFL40 0xF00662B0          MC 82 Read Data and Bit Flip Register 40
MTU_MC82_RDBFL41 0xF00662B2          MC 82 Read Data and Bit Flip Register 41
MTU_MC82_RDBFL42 0xF00662B4          MC 82 Read Data and Bit Flip Register 42
MTU_MC82_RDBFL43 0xF00662B6          MC 82 Read Data and Bit Flip Register 43
MTU_MC82_RDBFL44 0xF00662B8          MC 82 Read Data and Bit Flip Register 44
MTU_MC82_RDBFL45 0xF00662BA          MC 82 Read Data and Bit Flip Register 45
MTU_MC82_RDBFL46 0xF00662BC          MC 82 Read Data and Bit Flip Register 46
MTU_MC82_RDBFL47 0xF00662BE          MC 82 Read Data and Bit Flip Register 47
MTU_MC82_RDBFL48 0xF00662C0          MC 82 Read Data and Bit Flip Register 48
MTU_MC82_RDBFL49 0xF00662C2          MC 82 Read Data and Bit Flip Register 49
MTU_MC82_RDBFL50 0xF00662C4          MC 82 Read Data and Bit Flip Register 50
MTU_MC82_RDBFL51 0xF00662C6          MC 82 Read Data and Bit Flip Register 51
MTU_MC82_RDBFL52 0xF00662C8          MC 82 Read Data and Bit Flip Register 52
MTU_MC82_RDBFL53 0xF00662CA          MC 82 Read Data and Bit Flip Register 53
MTU_MC82_RDBFL54 0xF00662CC          MC 82 Read Data and Bit Flip Register 54
MTU_MC82_RDBFL55 0xF00662CE          MC 82 Read Data and Bit Flip Register 55
MTU_MC82_RDBFL56 0xF00662D0          MC 82 Read Data and Bit Flip Register 56
MTU_MC82_RDBFL57 0xF00662D2          MC 82 Read Data and Bit Flip Register 57
MTU_MC82_RDBFL58 0xF00662D4          MC 82 Read Data and Bit Flip Register 58
MTU_MC82_RDBFL59 0xF00662D6          MC 82 Read Data and Bit Flip Register 59
MTU_MC82_RDBFL60 0xF00662D8          MC 82 Read Data and Bit Flip Register 60
MTU_MC82_RDBFL61 0xF00662DA          MC 82 Read Data and Bit Flip Register 61
MTU_MC82_RDBFL62 0xF00662DC          MC 82 Read Data and Bit Flip Register 62
MTU_MC82_RDBFL63 0xF00662DE          MC 82 Read Data and Bit Flip Register 63
MTU_MC82_RDBFL64 0xF00662E0          MC 82 Read Data and Bit Flip Register 64
MTU_MC82_RDBFL65 0xF00662E2          MC 82 Read Data and Bit Flip Register 65
MTU_MC82_RDBFL66 0xF00662E4          MC 82 Read Data and Bit Flip Register 66
MTU_MC82_ALMSRCS 0xF00662EE          MC 82 Alarm Sources Configuration Register
MTU_MC82_FAULTSTS 0xF00662F0          MC 82 SSH Safety Faults Status Register
MTU_MC82_ERRINFO0 0xF00662F2          MC 82 Error Information Register 0
MTU_MC82_ERRINFO1 0xF00662F4          MC 82 Error Information Register 1
MTU_MC82_ERRINFO2 0xF00662F6          MC 82 Error Information Register 2
MTU_MC82_ERRINFO3 0xF00662F8          MC 82 Error Information Register 3
MTU_MC82_ERRINFO4 0xF00662FA          MC 82 Error Information Register 4
MTU_MC83_CONFIG0 0xF0066300          MC 83 Configuration Register 0
MTU_MC83_CONFIG1 0xF0066302          MC 83 Configuration Register 1
MTU_MC83_MCONTROL 0xF0066304          MC 83 MBIST Control Register
MTU_MC83_MSTATUS 0xF0066306          MC 83 Status Register
MTU_MC83_RANGE  0xF0066308          MC 83 Range Register, single address mode
MTU_MC83_REVID  0xF006630C          MC 83 Revision ID Register
MTU_MC83_ECCS   0xF006630E          MC 83 ECC Safety Register
MTU_MC83_ECCD   0xF0066310          MC 83 Memory ECC Detection Register
MTU_MC83_ETRR0  0xF0066312          MC 83 Error Tracking Register 0
MTU_MC83_ETRR1  0xF0066314          MC 83 Error Tracking Register 1
MTU_MC83_ETRR2  0xF0066316          MC 83 Error Tracking Register 2
MTU_MC83_ETRR3  0xF0066318          MC 83 Error Tracking Register 3
MTU_MC83_ETRR4  0xF006631A          MC 83 Error Tracking Register 4
MTU_MC83_RDBFL0 0xF0066360          MC 83 Read Data and Bit Flip Register 0
MTU_MC83_RDBFL1 0xF0066362          MC 83 Read Data and Bit Flip Register 1
MTU_MC83_RDBFL2 0xF0066364          MC 83 Read Data and Bit Flip Register 2
MTU_MC83_RDBFL3 0xF0066366          MC 83 Read Data and Bit Flip Register 3
MTU_MC83_RDBFL4 0xF0066368          MC 83 Read Data and Bit Flip Register 4
MTU_MC83_RDBFL5 0xF006636A          MC 83 Read Data and Bit Flip Register 5
MTU_MC83_RDBFL6 0xF006636C          MC 83 Read Data and Bit Flip Register 6
MTU_MC83_RDBFL7 0xF006636E          MC 83 Read Data and Bit Flip Register 7
MTU_MC83_RDBFL8 0xF0066370          MC 83 Read Data and Bit Flip Register 8
MTU_MC83_RDBFL9 0xF0066372          MC 83 Read Data and Bit Flip Register 9
MTU_MC83_RDBFL10 0xF0066374          MC 83 Read Data and Bit Flip Register 10
MTU_MC83_RDBFL11 0xF0066376          MC 83 Read Data and Bit Flip Register 11
MTU_MC83_RDBFL12 0xF0066378          MC 83 Read Data and Bit Flip Register 12
MTU_MC83_RDBFL13 0xF006637A          MC 83 Read Data and Bit Flip Register 13
MTU_MC83_RDBFL14 0xF006637C          MC 83 Read Data and Bit Flip Register 14
MTU_MC83_RDBFL15 0xF006637E          MC 83 Read Data and Bit Flip Register 15
MTU_MC83_RDBFL16 0xF0066380          MC 83 Read Data and Bit Flip Register 16
MTU_MC83_RDBFL17 0xF0066382          MC 83 Read Data and Bit Flip Register 17
MTU_MC83_RDBFL18 0xF0066384          MC 83 Read Data and Bit Flip Register 18
MTU_MC83_RDBFL19 0xF0066386          MC 83 Read Data and Bit Flip Register 19
MTU_MC83_RDBFL20 0xF0066388          MC 83 Read Data and Bit Flip Register 20
MTU_MC83_RDBFL21 0xF006638A          MC 83 Read Data and Bit Flip Register 21
MTU_MC83_RDBFL22 0xF006638C          MC 83 Read Data and Bit Flip Register 22
MTU_MC83_RDBFL23 0xF006638E          MC 83 Read Data and Bit Flip Register 23
MTU_MC83_RDBFL24 0xF0066390          MC 83 Read Data and Bit Flip Register 24
MTU_MC83_RDBFL25 0xF0066392          MC 83 Read Data and Bit Flip Register 25
MTU_MC83_RDBFL26 0xF0066394          MC 83 Read Data and Bit Flip Register 26
MTU_MC83_RDBFL27 0xF0066396          MC 83 Read Data and Bit Flip Register 27
MTU_MC83_RDBFL28 0xF0066398          MC 83 Read Data and Bit Flip Register 28
MTU_MC83_RDBFL29 0xF006639A          MC 83 Read Data and Bit Flip Register 29
MTU_MC83_RDBFL30 0xF006639C          MC 83 Read Data and Bit Flip Register 30
MTU_MC83_RDBFL31 0xF006639E          MC 83 Read Data and Bit Flip Register 31
MTU_MC83_RDBFL32 0xF00663A0          MC 83 Read Data and Bit Flip Register 32
MTU_MC83_RDBFL33 0xF00663A2          MC 83 Read Data and Bit Flip Register 33
MTU_MC83_RDBFL34 0xF00663A4          MC 83 Read Data and Bit Flip Register 34
MTU_MC83_RDBFL35 0xF00663A6          MC 83 Read Data and Bit Flip Register 35
MTU_MC83_RDBFL36 0xF00663A8          MC 83 Read Data and Bit Flip Register 36
MTU_MC83_RDBFL37 0xF00663AA          MC 83 Read Data and Bit Flip Register 37
MTU_MC83_RDBFL38 0xF00663AC          MC 83 Read Data and Bit Flip Register 38
MTU_MC83_RDBFL39 0xF00663AE          MC 83 Read Data and Bit Flip Register 39
MTU_MC83_RDBFL40 0xF00663B0          MC 83 Read Data and Bit Flip Register 40
MTU_MC83_RDBFL41 0xF00663B2          MC 83 Read Data and Bit Flip Register 41
MTU_MC83_RDBFL42 0xF00663B4          MC 83 Read Data and Bit Flip Register 42
MTU_MC83_RDBFL43 0xF00663B6          MC 83 Read Data and Bit Flip Register 43
MTU_MC83_RDBFL44 0xF00663B8          MC 83 Read Data and Bit Flip Register 44
MTU_MC83_RDBFL45 0xF00663BA          MC 83 Read Data and Bit Flip Register 45
MTU_MC83_RDBFL46 0xF00663BC          MC 83 Read Data and Bit Flip Register 46
MTU_MC83_RDBFL47 0xF00663BE          MC 83 Read Data and Bit Flip Register 47
MTU_MC83_RDBFL48 0xF00663C0          MC 83 Read Data and Bit Flip Register 48
MTU_MC83_RDBFL49 0xF00663C2          MC 83 Read Data and Bit Flip Register 49
MTU_MC83_RDBFL50 0xF00663C4          MC 83 Read Data and Bit Flip Register 50
MTU_MC83_RDBFL51 0xF00663C6          MC 83 Read Data and Bit Flip Register 51
MTU_MC83_RDBFL52 0xF00663C8          MC 83 Read Data and Bit Flip Register 52
MTU_MC83_RDBFL53 0xF00663CA          MC 83 Read Data and Bit Flip Register 53
MTU_MC83_RDBFL54 0xF00663CC          MC 83 Read Data and Bit Flip Register 54
MTU_MC83_RDBFL55 0xF00663CE          MC 83 Read Data and Bit Flip Register 55
MTU_MC83_RDBFL56 0xF00663D0          MC 83 Read Data and Bit Flip Register 56
MTU_MC83_RDBFL57 0xF00663D2          MC 83 Read Data and Bit Flip Register 57
MTU_MC83_RDBFL58 0xF00663D4          MC 83 Read Data and Bit Flip Register 58
MTU_MC83_RDBFL59 0xF00663D6          MC 83 Read Data and Bit Flip Register 59
MTU_MC83_RDBFL60 0xF00663D8          MC 83 Read Data and Bit Flip Register 60
MTU_MC83_RDBFL61 0xF00663DA          MC 83 Read Data and Bit Flip Register 61
MTU_MC83_RDBFL62 0xF00663DC          MC 83 Read Data and Bit Flip Register 62
MTU_MC83_RDBFL63 0xF00663DE          MC 83 Read Data and Bit Flip Register 63
MTU_MC83_RDBFL64 0xF00663E0          MC 83 Read Data and Bit Flip Register 64
MTU_MC83_RDBFL65 0xF00663E2          MC 83 Read Data and Bit Flip Register 65
MTU_MC83_RDBFL66 0xF00663E4          MC 83 Read Data and Bit Flip Register 66
MTU_MC83_ALMSRCS 0xF00663EE          MC 83 Alarm Sources Configuration Register
MTU_MC83_FAULTSTS 0xF00663F0          MC 83 SSH Safety Faults Status Register
MTU_MC83_ERRINFO0 0xF00663F2          MC 83 Error Information Register 0
MTU_MC83_ERRINFO1 0xF00663F4          MC 83 Error Information Register 1
MTU_MC83_ERRINFO2 0xF00663F6          MC 83 Error Information Register 2
MTU_MC83_ERRINFO3 0xF00663F8          MC 83 Error Information Register 3
MTU_MC83_ERRINFO4 0xF00663FA          MC 83 Error Information Register 4
MTU_MC84_CONFIG0 0xF0066400          MC 84 Configuration Register 0
MTU_MC84_CONFIG1 0xF0066402          MC 84 Configuration Register 1
MTU_MC84_MCONTROL 0xF0066404          MC 84 MBIST Control Register
MTU_MC84_MSTATUS 0xF0066406          MC 84 Status Register
MTU_MC84_RANGE  0xF0066408          MC 84 Range Register, single address mode
MTU_MC84_REVID  0xF006640C          MC 84 Revision ID Register
MTU_MC84_ECCS   0xF006640E          MC 84 ECC Safety Register
MTU_MC84_ECCD   0xF0066410          MC 84 Memory ECC Detection Register
MTU_MC84_ETRR0  0xF0066412          MC 84 Error Tracking Register 0
MTU_MC84_ETRR1  0xF0066414          MC 84 Error Tracking Register 1
MTU_MC84_ETRR2  0xF0066416          MC 84 Error Tracking Register 2
MTU_MC84_ETRR3  0xF0066418          MC 84 Error Tracking Register 3
MTU_MC84_ETRR4  0xF006641A          MC 84 Error Tracking Register 4
MTU_MC84_RDBFL0 0xF0066460          MC 84 Read Data and Bit Flip Register 0
MTU_MC84_RDBFL1 0xF0066462          MC 84 Read Data and Bit Flip Register 1
MTU_MC84_RDBFL2 0xF0066464          MC 84 Read Data and Bit Flip Register 2
MTU_MC84_RDBFL3 0xF0066466          MC 84 Read Data and Bit Flip Register 3
MTU_MC84_RDBFL4 0xF0066468          MC 84 Read Data and Bit Flip Register 4
MTU_MC84_RDBFL5 0xF006646A          MC 84 Read Data and Bit Flip Register 5
MTU_MC84_RDBFL6 0xF006646C          MC 84 Read Data and Bit Flip Register 6
MTU_MC84_RDBFL7 0xF006646E          MC 84 Read Data and Bit Flip Register 7
MTU_MC84_RDBFL8 0xF0066470          MC 84 Read Data and Bit Flip Register 8
MTU_MC84_RDBFL9 0xF0066472          MC 84 Read Data and Bit Flip Register 9
MTU_MC84_RDBFL10 0xF0066474          MC 84 Read Data and Bit Flip Register 10
MTU_MC84_RDBFL11 0xF0066476          MC 84 Read Data and Bit Flip Register 11
MTU_MC84_RDBFL12 0xF0066478          MC 84 Read Data and Bit Flip Register 12
MTU_MC84_RDBFL13 0xF006647A          MC 84 Read Data and Bit Flip Register 13
MTU_MC84_RDBFL14 0xF006647C          MC 84 Read Data and Bit Flip Register 14
MTU_MC84_RDBFL15 0xF006647E          MC 84 Read Data and Bit Flip Register 15
MTU_MC84_RDBFL16 0xF0066480          MC 84 Read Data and Bit Flip Register 16
MTU_MC84_RDBFL17 0xF0066482          MC 84 Read Data and Bit Flip Register 17
MTU_MC84_RDBFL18 0xF0066484          MC 84 Read Data and Bit Flip Register 18
MTU_MC84_RDBFL19 0xF0066486          MC 84 Read Data and Bit Flip Register 19
MTU_MC84_RDBFL20 0xF0066488          MC 84 Read Data and Bit Flip Register 20
MTU_MC84_RDBFL21 0xF006648A          MC 84 Read Data and Bit Flip Register 21
MTU_MC84_RDBFL22 0xF006648C          MC 84 Read Data and Bit Flip Register 22
MTU_MC84_RDBFL23 0xF006648E          MC 84 Read Data and Bit Flip Register 23
MTU_MC84_RDBFL24 0xF0066490          MC 84 Read Data and Bit Flip Register 24
MTU_MC84_RDBFL25 0xF0066492          MC 84 Read Data and Bit Flip Register 25
MTU_MC84_RDBFL26 0xF0066494          MC 84 Read Data and Bit Flip Register 26
MTU_MC84_RDBFL27 0xF0066496          MC 84 Read Data and Bit Flip Register 27
MTU_MC84_RDBFL28 0xF0066498          MC 84 Read Data and Bit Flip Register 28
MTU_MC84_RDBFL29 0xF006649A          MC 84 Read Data and Bit Flip Register 29
MTU_MC84_RDBFL30 0xF006649C          MC 84 Read Data and Bit Flip Register 30
MTU_MC84_RDBFL31 0xF006649E          MC 84 Read Data and Bit Flip Register 31
MTU_MC84_RDBFL32 0xF00664A0          MC 84 Read Data and Bit Flip Register 32
MTU_MC84_RDBFL33 0xF00664A2          MC 84 Read Data and Bit Flip Register 33
MTU_MC84_RDBFL34 0xF00664A4          MC 84 Read Data and Bit Flip Register 34
MTU_MC84_RDBFL35 0xF00664A6          MC 84 Read Data and Bit Flip Register 35
MTU_MC84_RDBFL36 0xF00664A8          MC 84 Read Data and Bit Flip Register 36
MTU_MC84_RDBFL37 0xF00664AA          MC 84 Read Data and Bit Flip Register 37
MTU_MC84_RDBFL38 0xF00664AC          MC 84 Read Data and Bit Flip Register 38
MTU_MC84_RDBFL39 0xF00664AE          MC 84 Read Data and Bit Flip Register 39
MTU_MC84_RDBFL40 0xF00664B0          MC 84 Read Data and Bit Flip Register 40
MTU_MC84_RDBFL41 0xF00664B2          MC 84 Read Data and Bit Flip Register 41
MTU_MC84_RDBFL42 0xF00664B4          MC 84 Read Data and Bit Flip Register 42
MTU_MC84_RDBFL43 0xF00664B6          MC 84 Read Data and Bit Flip Register 43
MTU_MC84_RDBFL44 0xF00664B8          MC 84 Read Data and Bit Flip Register 44
MTU_MC84_RDBFL45 0xF00664BA          MC 84 Read Data and Bit Flip Register 45
MTU_MC84_RDBFL46 0xF00664BC          MC 84 Read Data and Bit Flip Register 46
MTU_MC84_RDBFL47 0xF00664BE          MC 84 Read Data and Bit Flip Register 47
MTU_MC84_RDBFL48 0xF00664C0          MC 84 Read Data and Bit Flip Register 48
MTU_MC84_RDBFL49 0xF00664C2          MC 84 Read Data and Bit Flip Register 49
MTU_MC84_RDBFL50 0xF00664C4          MC 84 Read Data and Bit Flip Register 50
MTU_MC84_RDBFL51 0xF00664C6          MC 84 Read Data and Bit Flip Register 51
MTU_MC84_RDBFL52 0xF00664C8          MC 84 Read Data and Bit Flip Register 52
MTU_MC84_RDBFL53 0xF00664CA          MC 84 Read Data and Bit Flip Register 53
MTU_MC84_RDBFL54 0xF00664CC          MC 84 Read Data and Bit Flip Register 54
MTU_MC84_RDBFL55 0xF00664CE          MC 84 Read Data and Bit Flip Register 55
MTU_MC84_RDBFL56 0xF00664D0          MC 84 Read Data and Bit Flip Register 56
MTU_MC84_RDBFL57 0xF00664D2          MC 84 Read Data and Bit Flip Register 57
MTU_MC84_RDBFL58 0xF00664D4          MC 84 Read Data and Bit Flip Register 58
MTU_MC84_RDBFL59 0xF00664D6          MC 84 Read Data and Bit Flip Register 59
MTU_MC84_RDBFL60 0xF00664D8          MC 84 Read Data and Bit Flip Register 60
MTU_MC84_RDBFL61 0xF00664DA          MC 84 Read Data and Bit Flip Register 61
MTU_MC84_RDBFL62 0xF00664DC          MC 84 Read Data and Bit Flip Register 62
MTU_MC84_RDBFL63 0xF00664DE          MC 84 Read Data and Bit Flip Register 63
MTU_MC84_RDBFL64 0xF00664E0          MC 84 Read Data and Bit Flip Register 64
MTU_MC84_RDBFL65 0xF00664E2          MC 84 Read Data and Bit Flip Register 65
MTU_MC84_RDBFL66 0xF00664E4          MC 84 Read Data and Bit Flip Register 66
MTU_MC84_ALMSRCS 0xF00664EE          MC 84 Alarm Sources Configuration Register
MTU_MC84_FAULTSTS 0xF00664F0          MC 84 SSH Safety Faults Status Register
MTU_MC84_ERRINFO0 0xF00664F2          MC 84 Error Information Register 0
MTU_MC84_ERRINFO1 0xF00664F4          MC 84 Error Information Register 1
MTU_MC84_ERRINFO2 0xF00664F6          MC 84 Error Information Register 2
MTU_MC84_ERRINFO3 0xF00664F8          MC 84 Error Information Register 3
MTU_MC84_ERRINFO4 0xF00664FA          MC 84 Error Information Register 4
MTU_MC85_CONFIG0 0xF0066500          MC 85 Configuration Register 0
MTU_MC85_CONFIG1 0xF0066502          MC 85 Configuration Register 1
MTU_MC85_MCONTROL 0xF0066504          MC 85 MBIST Control Register
MTU_MC85_MSTATUS 0xF0066506          MC 85 Status Register
MTU_MC85_RANGE  0xF0066508          MC 85 Range Register, single address mode
MTU_MC85_REVID  0xF006650C          MC 85 Revision ID Register
MTU_MC85_ECCS   0xF006650E          MC 85 ECC Safety Register
MTU_MC85_ECCD   0xF0066510          MC 85 Memory ECC Detection Register
MTU_MC85_ETRR0  0xF0066512          MC 85 Error Tracking Register 0
MTU_MC85_ETRR1  0xF0066514          MC 85 Error Tracking Register 1
MTU_MC85_ETRR2  0xF0066516          MC 85 Error Tracking Register 2
MTU_MC85_ETRR3  0xF0066518          MC 85 Error Tracking Register 3
MTU_MC85_ETRR4  0xF006651A          MC 85 Error Tracking Register 4
MTU_MC85_RDBFL0 0xF0066560          MC 85 Read Data and Bit Flip Register 0
MTU_MC85_RDBFL1 0xF0066562          MC 85 Read Data and Bit Flip Register 1
MTU_MC85_RDBFL2 0xF0066564          MC 85 Read Data and Bit Flip Register 2
MTU_MC85_RDBFL3 0xF0066566          MC 85 Read Data and Bit Flip Register 3
MTU_MC85_RDBFL4 0xF0066568          MC 85 Read Data and Bit Flip Register 4
MTU_MC85_RDBFL5 0xF006656A          MC 85 Read Data and Bit Flip Register 5
MTU_MC85_RDBFL6 0xF006656C          MC 85 Read Data and Bit Flip Register 6
MTU_MC85_RDBFL7 0xF006656E          MC 85 Read Data and Bit Flip Register 7
MTU_MC85_RDBFL8 0xF0066570          MC 85 Read Data and Bit Flip Register 8
MTU_MC85_RDBFL9 0xF0066572          MC 85 Read Data and Bit Flip Register 9
MTU_MC85_RDBFL10 0xF0066574          MC 85 Read Data and Bit Flip Register 10
MTU_MC85_RDBFL11 0xF0066576          MC 85 Read Data and Bit Flip Register 11
MTU_MC85_RDBFL12 0xF0066578          MC 85 Read Data and Bit Flip Register 12
MTU_MC85_RDBFL13 0xF006657A          MC 85 Read Data and Bit Flip Register 13
MTU_MC85_RDBFL14 0xF006657C          MC 85 Read Data and Bit Flip Register 14
MTU_MC85_RDBFL15 0xF006657E          MC 85 Read Data and Bit Flip Register 15
MTU_MC85_RDBFL16 0xF0066580          MC 85 Read Data and Bit Flip Register 16
MTU_MC85_RDBFL17 0xF0066582          MC 85 Read Data and Bit Flip Register 17
MTU_MC85_RDBFL18 0xF0066584          MC 85 Read Data and Bit Flip Register 18
MTU_MC85_RDBFL19 0xF0066586          MC 85 Read Data and Bit Flip Register 19
MTU_MC85_RDBFL20 0xF0066588          MC 85 Read Data and Bit Flip Register 20
MTU_MC85_RDBFL21 0xF006658A          MC 85 Read Data and Bit Flip Register 21
MTU_MC85_RDBFL22 0xF006658C          MC 85 Read Data and Bit Flip Register 22
MTU_MC85_RDBFL23 0xF006658E          MC 85 Read Data and Bit Flip Register 23
MTU_MC85_RDBFL24 0xF0066590          MC 85 Read Data and Bit Flip Register 24
MTU_MC85_RDBFL25 0xF0066592          MC 85 Read Data and Bit Flip Register 25
MTU_MC85_RDBFL26 0xF0066594          MC 85 Read Data and Bit Flip Register 26
MTU_MC85_RDBFL27 0xF0066596          MC 85 Read Data and Bit Flip Register 27
MTU_MC85_RDBFL28 0xF0066598          MC 85 Read Data and Bit Flip Register 28
MTU_MC85_RDBFL29 0xF006659A          MC 85 Read Data and Bit Flip Register 29
MTU_MC85_RDBFL30 0xF006659C          MC 85 Read Data and Bit Flip Register 30
MTU_MC85_RDBFL31 0xF006659E          MC 85 Read Data and Bit Flip Register 31
MTU_MC85_RDBFL32 0xF00665A0          MC 85 Read Data and Bit Flip Register 32
MTU_MC85_RDBFL33 0xF00665A2          MC 85 Read Data and Bit Flip Register 33
MTU_MC85_RDBFL34 0xF00665A4          MC 85 Read Data and Bit Flip Register 34
MTU_MC85_RDBFL35 0xF00665A6          MC 85 Read Data and Bit Flip Register 35
MTU_MC85_RDBFL36 0xF00665A8          MC 85 Read Data and Bit Flip Register 36
MTU_MC85_RDBFL37 0xF00665AA          MC 85 Read Data and Bit Flip Register 37
MTU_MC85_RDBFL38 0xF00665AC          MC 85 Read Data and Bit Flip Register 38
MTU_MC85_RDBFL39 0xF00665AE          MC 85 Read Data and Bit Flip Register 39
MTU_MC85_RDBFL40 0xF00665B0          MC 85 Read Data and Bit Flip Register 40
MTU_MC85_RDBFL41 0xF00665B2          MC 85 Read Data and Bit Flip Register 41
MTU_MC85_RDBFL42 0xF00665B4          MC 85 Read Data and Bit Flip Register 42
MTU_MC85_RDBFL43 0xF00665B6          MC 85 Read Data and Bit Flip Register 43
MTU_MC85_RDBFL44 0xF00665B8          MC 85 Read Data and Bit Flip Register 44
MTU_MC85_RDBFL45 0xF00665BA          MC 85 Read Data and Bit Flip Register 45
MTU_MC85_RDBFL46 0xF00665BC          MC 85 Read Data and Bit Flip Register 46
MTU_MC85_RDBFL47 0xF00665BE          MC 85 Read Data and Bit Flip Register 47
MTU_MC85_RDBFL48 0xF00665C0          MC 85 Read Data and Bit Flip Register 48
MTU_MC85_RDBFL49 0xF00665C2          MC 85 Read Data and Bit Flip Register 49
MTU_MC85_RDBFL50 0xF00665C4          MC 85 Read Data and Bit Flip Register 50
MTU_MC85_RDBFL51 0xF00665C6          MC 85 Read Data and Bit Flip Register 51
MTU_MC85_RDBFL52 0xF00665C8          MC 85 Read Data and Bit Flip Register 52
MTU_MC85_RDBFL53 0xF00665CA          MC 85 Read Data and Bit Flip Register 53
MTU_MC85_RDBFL54 0xF00665CC          MC 85 Read Data and Bit Flip Register 54
MTU_MC85_RDBFL55 0xF00665CE          MC 85 Read Data and Bit Flip Register 55
MTU_MC85_RDBFL56 0xF00665D0          MC 85 Read Data and Bit Flip Register 56
MTU_MC85_RDBFL57 0xF00665D2          MC 85 Read Data and Bit Flip Register 57
MTU_MC85_RDBFL58 0xF00665D4          MC 85 Read Data and Bit Flip Register 58
MTU_MC85_RDBFL59 0xF00665D6          MC 85 Read Data and Bit Flip Register 59
MTU_MC85_RDBFL60 0xF00665D8          MC 85 Read Data and Bit Flip Register 60
MTU_MC85_RDBFL61 0xF00665DA          MC 85 Read Data and Bit Flip Register 61
MTU_MC85_RDBFL62 0xF00665DC          MC 85 Read Data and Bit Flip Register 62
MTU_MC85_RDBFL63 0xF00665DE          MC 85 Read Data and Bit Flip Register 63
MTU_MC85_RDBFL64 0xF00665E0          MC 85 Read Data and Bit Flip Register 64
MTU_MC85_RDBFL65 0xF00665E2          MC 85 Read Data and Bit Flip Register 65
MTU_MC85_RDBFL66 0xF00665E4          MC 85 Read Data and Bit Flip Register 66
MTU_MC85_ALMSRCS 0xF00665EE          MC 85 Alarm Sources Configuration Register
MTU_MC85_FAULTSTS 0xF00665F0          MC 85 SSH Safety Faults Status Register
MTU_MC85_ERRINFO0 0xF00665F2          MC 85 Error Information Register 0
MTU_MC85_ERRINFO1 0xF00665F4          MC 85 Error Information Register 1
MTU_MC85_ERRINFO2 0xF00665F6          MC 85 Error Information Register 2
MTU_MC85_ERRINFO3 0xF00665F8          MC 85 Error Information Register 3
MTU_MC85_ERRINFO4 0xF00665FA          MC 85 Error Information Register 4
MTU_MC86_CONFIG0 0xF0066600          MC 86 Configuration Register 0
MTU_MC86_CONFIG1 0xF0066602          MC 86 Configuration Register 1
MTU_MC86_MCONTROL 0xF0066604          MC 86 MBIST Control Register
MTU_MC86_MSTATUS 0xF0066606          MC 86 Status Register
MTU_MC86_RANGE  0xF0066608          MC 86 Range Register, single address mode
MTU_MC86_REVID  0xF006660C          MC 86 Revision ID Register
MTU_MC86_ECCS   0xF006660E          MC 86 ECC Safety Register
MTU_MC86_ECCD   0xF0066610          MC 86 Memory ECC Detection Register
MTU_MC86_ETRR0  0xF0066612          MC 86 Error Tracking Register 0
MTU_MC86_ETRR1  0xF0066614          MC 86 Error Tracking Register 1
MTU_MC86_ETRR2  0xF0066616          MC 86 Error Tracking Register 2
MTU_MC86_ETRR3  0xF0066618          MC 86 Error Tracking Register 3
MTU_MC86_ETRR4  0xF006661A          MC 86 Error Tracking Register 4
MTU_MC86_RDBFL0 0xF0066660          MC 86 Read Data and Bit Flip Register 0
MTU_MC86_RDBFL1 0xF0066662          MC 86 Read Data and Bit Flip Register 1
MTU_MC86_RDBFL2 0xF0066664          MC 86 Read Data and Bit Flip Register 2
MTU_MC86_RDBFL3 0xF0066666          MC 86 Read Data and Bit Flip Register 3
MTU_MC86_RDBFL4 0xF0066668          MC 86 Read Data and Bit Flip Register 4
MTU_MC86_RDBFL5 0xF006666A          MC 86 Read Data and Bit Flip Register 5
MTU_MC86_RDBFL6 0xF006666C          MC 86 Read Data and Bit Flip Register 6
MTU_MC86_RDBFL7 0xF006666E          MC 86 Read Data and Bit Flip Register 7
MTU_MC86_RDBFL8 0xF0066670          MC 86 Read Data and Bit Flip Register 8
MTU_MC86_RDBFL9 0xF0066672          MC 86 Read Data and Bit Flip Register 9
MTU_MC86_RDBFL10 0xF0066674          MC 86 Read Data and Bit Flip Register 10
MTU_MC86_RDBFL11 0xF0066676          MC 86 Read Data and Bit Flip Register 11
MTU_MC86_RDBFL12 0xF0066678          MC 86 Read Data and Bit Flip Register 12
MTU_MC86_RDBFL13 0xF006667A          MC 86 Read Data and Bit Flip Register 13
MTU_MC86_RDBFL14 0xF006667C          MC 86 Read Data and Bit Flip Register 14
MTU_MC86_RDBFL15 0xF006667E          MC 86 Read Data and Bit Flip Register 15
MTU_MC86_RDBFL16 0xF0066680          MC 86 Read Data and Bit Flip Register 16
MTU_MC86_RDBFL17 0xF0066682          MC 86 Read Data and Bit Flip Register 17
MTU_MC86_RDBFL18 0xF0066684          MC 86 Read Data and Bit Flip Register 18
MTU_MC86_RDBFL19 0xF0066686          MC 86 Read Data and Bit Flip Register 19
MTU_MC86_RDBFL20 0xF0066688          MC 86 Read Data and Bit Flip Register 20
MTU_MC86_RDBFL21 0xF006668A          MC 86 Read Data and Bit Flip Register 21
MTU_MC86_RDBFL22 0xF006668C          MC 86 Read Data and Bit Flip Register 22
MTU_MC86_RDBFL23 0xF006668E          MC 86 Read Data and Bit Flip Register 23
MTU_MC86_RDBFL24 0xF0066690          MC 86 Read Data and Bit Flip Register 24
MTU_MC86_RDBFL25 0xF0066692          MC 86 Read Data and Bit Flip Register 25
MTU_MC86_RDBFL26 0xF0066694          MC 86 Read Data and Bit Flip Register 26
MTU_MC86_RDBFL27 0xF0066696          MC 86 Read Data and Bit Flip Register 27
MTU_MC86_RDBFL28 0xF0066698          MC 86 Read Data and Bit Flip Register 28
MTU_MC86_RDBFL29 0xF006669A          MC 86 Read Data and Bit Flip Register 29
MTU_MC86_RDBFL30 0xF006669C          MC 86 Read Data and Bit Flip Register 30
MTU_MC86_RDBFL31 0xF006669E          MC 86 Read Data and Bit Flip Register 31
MTU_MC86_RDBFL32 0xF00666A0          MC 86 Read Data and Bit Flip Register 32
MTU_MC86_RDBFL33 0xF00666A2          MC 86 Read Data and Bit Flip Register 33
MTU_MC86_RDBFL34 0xF00666A4          MC 86 Read Data and Bit Flip Register 34
MTU_MC86_RDBFL35 0xF00666A6          MC 86 Read Data and Bit Flip Register 35
MTU_MC86_RDBFL36 0xF00666A8          MC 86 Read Data and Bit Flip Register 36
MTU_MC86_RDBFL37 0xF00666AA          MC 86 Read Data and Bit Flip Register 37
MTU_MC86_RDBFL38 0xF00666AC          MC 86 Read Data and Bit Flip Register 38
MTU_MC86_RDBFL39 0xF00666AE          MC 86 Read Data and Bit Flip Register 39
MTU_MC86_RDBFL40 0xF00666B0          MC 86 Read Data and Bit Flip Register 40
MTU_MC86_RDBFL41 0xF00666B2          MC 86 Read Data and Bit Flip Register 41
MTU_MC86_RDBFL42 0xF00666B4          MC 86 Read Data and Bit Flip Register 42
MTU_MC86_RDBFL43 0xF00666B6          MC 86 Read Data and Bit Flip Register 43
MTU_MC86_RDBFL44 0xF00666B8          MC 86 Read Data and Bit Flip Register 44
MTU_MC86_RDBFL45 0xF00666BA          MC 86 Read Data and Bit Flip Register 45
MTU_MC86_RDBFL46 0xF00666BC          MC 86 Read Data and Bit Flip Register 46
MTU_MC86_RDBFL47 0xF00666BE          MC 86 Read Data and Bit Flip Register 47
MTU_MC86_RDBFL48 0xF00666C0          MC 86 Read Data and Bit Flip Register 48
MTU_MC86_RDBFL49 0xF00666C2          MC 86 Read Data and Bit Flip Register 49
MTU_MC86_RDBFL50 0xF00666C4          MC 86 Read Data and Bit Flip Register 50
MTU_MC86_RDBFL51 0xF00666C6          MC 86 Read Data and Bit Flip Register 51
MTU_MC86_RDBFL52 0xF00666C8          MC 86 Read Data and Bit Flip Register 52
MTU_MC86_RDBFL53 0xF00666CA          MC 86 Read Data and Bit Flip Register 53
MTU_MC86_RDBFL54 0xF00666CC          MC 86 Read Data and Bit Flip Register 54
MTU_MC86_RDBFL55 0xF00666CE          MC 86 Read Data and Bit Flip Register 55
MTU_MC86_RDBFL56 0xF00666D0          MC 86 Read Data and Bit Flip Register 56
MTU_MC86_RDBFL57 0xF00666D2          MC 86 Read Data and Bit Flip Register 57
MTU_MC86_RDBFL58 0xF00666D4          MC 86 Read Data and Bit Flip Register 58
MTU_MC86_RDBFL59 0xF00666D6          MC 86 Read Data and Bit Flip Register 59
MTU_MC86_RDBFL60 0xF00666D8          MC 86 Read Data and Bit Flip Register 60
MTU_MC86_RDBFL61 0xF00666DA          MC 86 Read Data and Bit Flip Register 61
MTU_MC86_RDBFL62 0xF00666DC          MC 86 Read Data and Bit Flip Register 62
MTU_MC86_RDBFL63 0xF00666DE          MC 86 Read Data and Bit Flip Register 63
MTU_MC86_RDBFL64 0xF00666E0          MC 86 Read Data and Bit Flip Register 64
MTU_MC86_RDBFL65 0xF00666E2          MC 86 Read Data and Bit Flip Register 65
MTU_MC86_RDBFL66 0xF00666E4          MC 86 Read Data and Bit Flip Register 66
MTU_MC86_ALMSRCS 0xF00666EE          MC 86 Alarm Sources Configuration Register
MTU_MC86_FAULTSTS 0xF00666F0          MC 86 SSH Safety Faults Status Register
MTU_MC86_ERRINFO0 0xF00666F2          MC 86 Error Information Register 0
MTU_MC86_ERRINFO1 0xF00666F4          MC 86 Error Information Register 1
MTU_MC86_ERRINFO2 0xF00666F6          MC 86 Error Information Register 2
MTU_MC86_ERRINFO3 0xF00666F8          MC 86 Error Information Register 3
MTU_MC86_ERRINFO4 0xF00666FA          MC 86 Error Information Register 4
MTU_MC87_CONFIG0 0xF0066700          MC 87 Configuration Register 0
MTU_MC87_CONFIG1 0xF0066702          MC 87 Configuration Register 1
MTU_MC87_MCONTROL 0xF0066704          MC 87 MBIST Control Register
MTU_MC87_MSTATUS 0xF0066706          MC 87 Status Register
MTU_MC87_RANGE  0xF0066708          MC 87 Range Register, single address mode
MTU_MC87_REVID  0xF006670C          MC 87 Revision ID Register
MTU_MC87_ECCS   0xF006670E          MC 87 ECC Safety Register
MTU_MC87_ECCD   0xF0066710          MC 87 Memory ECC Detection Register
MTU_MC87_ETRR0  0xF0066712          MC 87 Error Tracking Register 0
MTU_MC87_ETRR1  0xF0066714          MC 87 Error Tracking Register 1
MTU_MC87_ETRR2  0xF0066716          MC 87 Error Tracking Register 2
MTU_MC87_ETRR3  0xF0066718          MC 87 Error Tracking Register 3
MTU_MC87_ETRR4  0xF006671A          MC 87 Error Tracking Register 4
MTU_MC87_RDBFL0 0xF0066760          MC 87 Read Data and Bit Flip Register 0
MTU_MC87_RDBFL1 0xF0066762          MC 87 Read Data and Bit Flip Register 1
MTU_MC87_RDBFL2 0xF0066764          MC 87 Read Data and Bit Flip Register 2
MTU_MC87_RDBFL3 0xF0066766          MC 87 Read Data and Bit Flip Register 3
MTU_MC87_RDBFL4 0xF0066768          MC 87 Read Data and Bit Flip Register 4
MTU_MC87_RDBFL5 0xF006676A          MC 87 Read Data and Bit Flip Register 5
MTU_MC87_RDBFL6 0xF006676C          MC 87 Read Data and Bit Flip Register 6
MTU_MC87_RDBFL7 0xF006676E          MC 87 Read Data and Bit Flip Register 7
MTU_MC87_RDBFL8 0xF0066770          MC 87 Read Data and Bit Flip Register 8
MTU_MC87_RDBFL9 0xF0066772          MC 87 Read Data and Bit Flip Register 9
MTU_MC87_RDBFL10 0xF0066774          MC 87 Read Data and Bit Flip Register 10
MTU_MC87_RDBFL11 0xF0066776          MC 87 Read Data and Bit Flip Register 11
MTU_MC87_RDBFL12 0xF0066778          MC 87 Read Data and Bit Flip Register 12
MTU_MC87_RDBFL13 0xF006677A          MC 87 Read Data and Bit Flip Register 13
MTU_MC87_RDBFL14 0xF006677C          MC 87 Read Data and Bit Flip Register 14
MTU_MC87_RDBFL15 0xF006677E          MC 87 Read Data and Bit Flip Register 15
MTU_MC87_RDBFL16 0xF0066780          MC 87 Read Data and Bit Flip Register 16
MTU_MC87_RDBFL17 0xF0066782          MC 87 Read Data and Bit Flip Register 17
MTU_MC87_RDBFL18 0xF0066784          MC 87 Read Data and Bit Flip Register 18
MTU_MC87_RDBFL19 0xF0066786          MC 87 Read Data and Bit Flip Register 19
MTU_MC87_RDBFL20 0xF0066788          MC 87 Read Data and Bit Flip Register 20
MTU_MC87_RDBFL21 0xF006678A          MC 87 Read Data and Bit Flip Register 21
MTU_MC87_RDBFL22 0xF006678C          MC 87 Read Data and Bit Flip Register 22
MTU_MC87_RDBFL23 0xF006678E          MC 87 Read Data and Bit Flip Register 23
MTU_MC87_RDBFL24 0xF0066790          MC 87 Read Data and Bit Flip Register 24
MTU_MC87_RDBFL25 0xF0066792          MC 87 Read Data and Bit Flip Register 25
MTU_MC87_RDBFL26 0xF0066794          MC 87 Read Data and Bit Flip Register 26
MTU_MC87_RDBFL27 0xF0066796          MC 87 Read Data and Bit Flip Register 27
MTU_MC87_RDBFL28 0xF0066798          MC 87 Read Data and Bit Flip Register 28
MTU_MC87_RDBFL29 0xF006679A          MC 87 Read Data and Bit Flip Register 29
MTU_MC87_RDBFL30 0xF006679C          MC 87 Read Data and Bit Flip Register 30
MTU_MC87_RDBFL31 0xF006679E          MC 87 Read Data and Bit Flip Register 31
MTU_MC87_RDBFL32 0xF00667A0          MC 87 Read Data and Bit Flip Register 32
MTU_MC87_RDBFL33 0xF00667A2          MC 87 Read Data and Bit Flip Register 33
MTU_MC87_RDBFL34 0xF00667A4          MC 87 Read Data and Bit Flip Register 34
MTU_MC87_RDBFL35 0xF00667A6          MC 87 Read Data and Bit Flip Register 35
MTU_MC87_RDBFL36 0xF00667A8          MC 87 Read Data and Bit Flip Register 36
MTU_MC87_RDBFL37 0xF00667AA          MC 87 Read Data and Bit Flip Register 37
MTU_MC87_RDBFL38 0xF00667AC          MC 87 Read Data and Bit Flip Register 38
MTU_MC87_RDBFL39 0xF00667AE          MC 87 Read Data and Bit Flip Register 39
MTU_MC87_RDBFL40 0xF00667B0          MC 87 Read Data and Bit Flip Register 40
MTU_MC87_RDBFL41 0xF00667B2          MC 87 Read Data and Bit Flip Register 41
MTU_MC87_RDBFL42 0xF00667B4          MC 87 Read Data and Bit Flip Register 42
MTU_MC87_RDBFL43 0xF00667B6          MC 87 Read Data and Bit Flip Register 43
MTU_MC87_RDBFL44 0xF00667B8          MC 87 Read Data and Bit Flip Register 44
MTU_MC87_RDBFL45 0xF00667BA          MC 87 Read Data and Bit Flip Register 45
MTU_MC87_RDBFL46 0xF00667BC          MC 87 Read Data and Bit Flip Register 46
MTU_MC87_RDBFL47 0xF00667BE          MC 87 Read Data and Bit Flip Register 47
MTU_MC87_RDBFL48 0xF00667C0          MC 87 Read Data and Bit Flip Register 48
MTU_MC87_RDBFL49 0xF00667C2          MC 87 Read Data and Bit Flip Register 49
MTU_MC87_RDBFL50 0xF00667C4          MC 87 Read Data and Bit Flip Register 50
MTU_MC87_RDBFL51 0xF00667C6          MC 87 Read Data and Bit Flip Register 51
MTU_MC87_RDBFL52 0xF00667C8          MC 87 Read Data and Bit Flip Register 52
MTU_MC87_RDBFL53 0xF00667CA          MC 87 Read Data and Bit Flip Register 53
MTU_MC87_RDBFL54 0xF00667CC          MC 87 Read Data and Bit Flip Register 54
MTU_MC87_RDBFL55 0xF00667CE          MC 87 Read Data and Bit Flip Register 55
MTU_MC87_RDBFL56 0xF00667D0          MC 87 Read Data and Bit Flip Register 56
MTU_MC87_RDBFL57 0xF00667D2          MC 87 Read Data and Bit Flip Register 57
MTU_MC87_RDBFL58 0xF00667D4          MC 87 Read Data and Bit Flip Register 58
MTU_MC87_RDBFL59 0xF00667D6          MC 87 Read Data and Bit Flip Register 59
MTU_MC87_RDBFL60 0xF00667D8          MC 87 Read Data and Bit Flip Register 60
MTU_MC87_RDBFL61 0xF00667DA          MC 87 Read Data and Bit Flip Register 61
MTU_MC87_RDBFL62 0xF00667DC          MC 87 Read Data and Bit Flip Register 62
MTU_MC87_RDBFL63 0xF00667DE          MC 87 Read Data and Bit Flip Register 63
MTU_MC87_RDBFL64 0xF00667E0          MC 87 Read Data and Bit Flip Register 64
MTU_MC87_RDBFL65 0xF00667E2          MC 87 Read Data and Bit Flip Register 65
MTU_MC87_RDBFL66 0xF00667E4          MC 87 Read Data and Bit Flip Register 66
MTU_MC87_ALMSRCS 0xF00667EE          MC 87 Alarm Sources Configuration Register
MTU_MC87_FAULTSTS 0xF00667F0          MC 87 SSH Safety Faults Status Register
MTU_MC87_ERRINFO0 0xF00667F2          MC 87 Error Information Register 0
MTU_MC87_ERRINFO1 0xF00667F4          MC 87 Error Information Register 1
MTU_MC87_ERRINFO2 0xF00667F6          MC 87 Error Information Register 2
MTU_MC87_ERRINFO3 0xF00667F8          MC 87 Error Information Register 3
MTU_MC87_ERRINFO4 0xF00667FA          MC 87 Error Information Register 4
MTU_MC88_CONFIG0 0xF0066800          MC 88 Configuration Register 0
MTU_MC88_CONFIG1 0xF0066802          MC 88 Configuration Register 1
MTU_MC88_MCONTROL 0xF0066804          MC 88 MBIST Control Register
MTU_MC88_MSTATUS 0xF0066806          MC 88 Status Register
MTU_MC88_RANGE  0xF0066808          MC 88 Range Register, single address mode
MTU_MC88_REVID  0xF006680C          MC 88 Revision ID Register
MTU_MC88_ECCS   0xF006680E          MC 88 ECC Safety Register
MTU_MC88_ECCD   0xF0066810          MC 88 Memory ECC Detection Register
MTU_MC88_ETRR0  0xF0066812          MC 88 Error Tracking Register 0
MTU_MC88_ETRR1  0xF0066814          MC 88 Error Tracking Register 1
MTU_MC88_ETRR2  0xF0066816          MC 88 Error Tracking Register 2
MTU_MC88_ETRR3  0xF0066818          MC 88 Error Tracking Register 3
MTU_MC88_ETRR4  0xF006681A          MC 88 Error Tracking Register 4
MTU_MC88_RDBFL0 0xF0066860          MC 88 Read Data and Bit Flip Register 0
MTU_MC88_RDBFL1 0xF0066862          MC 88 Read Data and Bit Flip Register 1
MTU_MC88_RDBFL2 0xF0066864          MC 88 Read Data and Bit Flip Register 2
MTU_MC88_RDBFL3 0xF0066866          MC 88 Read Data and Bit Flip Register 3
MTU_MC88_RDBFL4 0xF0066868          MC 88 Read Data and Bit Flip Register 4
MTU_MC88_RDBFL5 0xF006686A          MC 88 Read Data and Bit Flip Register 5
MTU_MC88_RDBFL6 0xF006686C          MC 88 Read Data and Bit Flip Register 6
MTU_MC88_RDBFL7 0xF006686E          MC 88 Read Data and Bit Flip Register 7
MTU_MC88_RDBFL8 0xF0066870          MC 88 Read Data and Bit Flip Register 8
MTU_MC88_RDBFL9 0xF0066872          MC 88 Read Data and Bit Flip Register 9
MTU_MC88_RDBFL10 0xF0066874          MC 88 Read Data and Bit Flip Register 10
MTU_MC88_RDBFL11 0xF0066876          MC 88 Read Data and Bit Flip Register 11
MTU_MC88_RDBFL12 0xF0066878          MC 88 Read Data and Bit Flip Register 12
MTU_MC88_RDBFL13 0xF006687A          MC 88 Read Data and Bit Flip Register 13
MTU_MC88_RDBFL14 0xF006687C          MC 88 Read Data and Bit Flip Register 14
MTU_MC88_RDBFL15 0xF006687E          MC 88 Read Data and Bit Flip Register 15
MTU_MC88_RDBFL16 0xF0066880          MC 88 Read Data and Bit Flip Register 16
MTU_MC88_RDBFL17 0xF0066882          MC 88 Read Data and Bit Flip Register 17
MTU_MC88_RDBFL18 0xF0066884          MC 88 Read Data and Bit Flip Register 18
MTU_MC88_RDBFL19 0xF0066886          MC 88 Read Data and Bit Flip Register 19
MTU_MC88_RDBFL20 0xF0066888          MC 88 Read Data and Bit Flip Register 20
MTU_MC88_RDBFL21 0xF006688A          MC 88 Read Data and Bit Flip Register 21
MTU_MC88_RDBFL22 0xF006688C          MC 88 Read Data and Bit Flip Register 22
MTU_MC88_RDBFL23 0xF006688E          MC 88 Read Data and Bit Flip Register 23
MTU_MC88_RDBFL24 0xF0066890          MC 88 Read Data and Bit Flip Register 24
MTU_MC88_RDBFL25 0xF0066892          MC 88 Read Data and Bit Flip Register 25
MTU_MC88_RDBFL26 0xF0066894          MC 88 Read Data and Bit Flip Register 26
MTU_MC88_RDBFL27 0xF0066896          MC 88 Read Data and Bit Flip Register 27
MTU_MC88_RDBFL28 0xF0066898          MC 88 Read Data and Bit Flip Register 28
MTU_MC88_RDBFL29 0xF006689A          MC 88 Read Data and Bit Flip Register 29
MTU_MC88_RDBFL30 0xF006689C          MC 88 Read Data and Bit Flip Register 30
MTU_MC88_RDBFL31 0xF006689E          MC 88 Read Data and Bit Flip Register 31
MTU_MC88_RDBFL32 0xF00668A0          MC 88 Read Data and Bit Flip Register 32
MTU_MC88_RDBFL33 0xF00668A2          MC 88 Read Data and Bit Flip Register 33
MTU_MC88_RDBFL34 0xF00668A4          MC 88 Read Data and Bit Flip Register 34
MTU_MC88_RDBFL35 0xF00668A6          MC 88 Read Data and Bit Flip Register 35
MTU_MC88_RDBFL36 0xF00668A8          MC 88 Read Data and Bit Flip Register 36
MTU_MC88_RDBFL37 0xF00668AA          MC 88 Read Data and Bit Flip Register 37
MTU_MC88_RDBFL38 0xF00668AC          MC 88 Read Data and Bit Flip Register 38
MTU_MC88_RDBFL39 0xF00668AE          MC 88 Read Data and Bit Flip Register 39
MTU_MC88_RDBFL40 0xF00668B0          MC 88 Read Data and Bit Flip Register 40
MTU_MC88_RDBFL41 0xF00668B2          MC 88 Read Data and Bit Flip Register 41
MTU_MC88_RDBFL42 0xF00668B4          MC 88 Read Data and Bit Flip Register 42
MTU_MC88_RDBFL43 0xF00668B6          MC 88 Read Data and Bit Flip Register 43
MTU_MC88_RDBFL44 0xF00668B8          MC 88 Read Data and Bit Flip Register 44
MTU_MC88_RDBFL45 0xF00668BA          MC 88 Read Data and Bit Flip Register 45
MTU_MC88_RDBFL46 0xF00668BC          MC 88 Read Data and Bit Flip Register 46
MTU_MC88_RDBFL47 0xF00668BE          MC 88 Read Data and Bit Flip Register 47
MTU_MC88_RDBFL48 0xF00668C0          MC 88 Read Data and Bit Flip Register 48
MTU_MC88_RDBFL49 0xF00668C2          MC 88 Read Data and Bit Flip Register 49
MTU_MC88_RDBFL50 0xF00668C4          MC 88 Read Data and Bit Flip Register 50
MTU_MC88_RDBFL51 0xF00668C6          MC 88 Read Data and Bit Flip Register 51
MTU_MC88_RDBFL52 0xF00668C8          MC 88 Read Data and Bit Flip Register 52
MTU_MC88_RDBFL53 0xF00668CA          MC 88 Read Data and Bit Flip Register 53
MTU_MC88_RDBFL54 0xF00668CC          MC 88 Read Data and Bit Flip Register 54
MTU_MC88_RDBFL55 0xF00668CE          MC 88 Read Data and Bit Flip Register 55
MTU_MC88_RDBFL56 0xF00668D0          MC 88 Read Data and Bit Flip Register 56
MTU_MC88_RDBFL57 0xF00668D2          MC 88 Read Data and Bit Flip Register 57
MTU_MC88_RDBFL58 0xF00668D4          MC 88 Read Data and Bit Flip Register 58
MTU_MC88_RDBFL59 0xF00668D6          MC 88 Read Data and Bit Flip Register 59
MTU_MC88_RDBFL60 0xF00668D8          MC 88 Read Data and Bit Flip Register 60
MTU_MC88_RDBFL61 0xF00668DA          MC 88 Read Data and Bit Flip Register 61
MTU_MC88_RDBFL62 0xF00668DC          MC 88 Read Data and Bit Flip Register 62
MTU_MC88_RDBFL63 0xF00668DE          MC 88 Read Data and Bit Flip Register 63
MTU_MC88_RDBFL64 0xF00668E0          MC 88 Read Data and Bit Flip Register 64
MTU_MC88_RDBFL65 0xF00668E2          MC 88 Read Data and Bit Flip Register 65
MTU_MC88_RDBFL66 0xF00668E4          MC 88 Read Data and Bit Flip Register 66
MTU_MC88_ALMSRCS 0xF00668EE          MC 88 Alarm Sources Configuration Register
MTU_MC88_FAULTSTS 0xF00668F0          MC 88 SSH Safety Faults Status Register
MTU_MC88_ERRINFO0 0xF00668F2          MC 88 Error Information Register 0
MTU_MC88_ERRINFO1 0xF00668F4          MC 88 Error Information Register 1
MTU_MC88_ERRINFO2 0xF00668F6          MC 88 Error Information Register 2
MTU_MC88_ERRINFO3 0xF00668F8          MC 88 Error Information Register 3
MTU_MC88_ERRINFO4 0xF00668FA          MC 88 Error Information Register 4
MTU_MC89_CONFIG0 0xF0066900          MC 89 Configuration Register 0
MTU_MC89_CONFIG1 0xF0066902          MC 89 Configuration Register 1
MTU_MC89_MCONTROL 0xF0066904          MC 89 MBIST Control Register
MTU_MC89_MSTATUS 0xF0066906          MC 89 Status Register
MTU_MC89_RANGE  0xF0066908          MC 89 Range Register, single address mode
MTU_MC89_REVID  0xF006690C          MC 89 Revision ID Register
MTU_MC89_ECCS   0xF006690E          MC 89 ECC Safety Register
MTU_MC89_ECCD   0xF0066910          MC 89 Memory ECC Detection Register
MTU_MC89_ETRR0  0xF0066912          MC 89 Error Tracking Register 0
MTU_MC89_ETRR1  0xF0066914          MC 89 Error Tracking Register 1
MTU_MC89_ETRR2  0xF0066916          MC 89 Error Tracking Register 2
MTU_MC89_ETRR3  0xF0066918          MC 89 Error Tracking Register 3
MTU_MC89_ETRR4  0xF006691A          MC 89 Error Tracking Register 4
MTU_MC89_RDBFL0 0xF0066960          MC 89 Read Data and Bit Flip Register 0
MTU_MC89_RDBFL1 0xF0066962          MC 89 Read Data and Bit Flip Register 1
MTU_MC89_RDBFL2 0xF0066964          MC 89 Read Data and Bit Flip Register 2
MTU_MC89_RDBFL3 0xF0066966          MC 89 Read Data and Bit Flip Register 3
MTU_MC89_RDBFL4 0xF0066968          MC 89 Read Data and Bit Flip Register 4
MTU_MC89_RDBFL5 0xF006696A          MC 89 Read Data and Bit Flip Register 5
MTU_MC89_RDBFL6 0xF006696C          MC 89 Read Data and Bit Flip Register 6
MTU_MC89_RDBFL7 0xF006696E          MC 89 Read Data and Bit Flip Register 7
MTU_MC89_RDBFL8 0xF0066970          MC 89 Read Data and Bit Flip Register 8
MTU_MC89_RDBFL9 0xF0066972          MC 89 Read Data and Bit Flip Register 9
MTU_MC89_RDBFL10 0xF0066974          MC 89 Read Data and Bit Flip Register 10
MTU_MC89_RDBFL11 0xF0066976          MC 89 Read Data and Bit Flip Register 11
MTU_MC89_RDBFL12 0xF0066978          MC 89 Read Data and Bit Flip Register 12
MTU_MC89_RDBFL13 0xF006697A          MC 89 Read Data and Bit Flip Register 13
MTU_MC89_RDBFL14 0xF006697C          MC 89 Read Data and Bit Flip Register 14
MTU_MC89_RDBFL15 0xF006697E          MC 89 Read Data and Bit Flip Register 15
MTU_MC89_RDBFL16 0xF0066980          MC 89 Read Data and Bit Flip Register 16
MTU_MC89_RDBFL17 0xF0066982          MC 89 Read Data and Bit Flip Register 17
MTU_MC89_RDBFL18 0xF0066984          MC 89 Read Data and Bit Flip Register 18
MTU_MC89_RDBFL19 0xF0066986          MC 89 Read Data and Bit Flip Register 19
MTU_MC89_RDBFL20 0xF0066988          MC 89 Read Data and Bit Flip Register 20
MTU_MC89_RDBFL21 0xF006698A          MC 89 Read Data and Bit Flip Register 21
MTU_MC89_RDBFL22 0xF006698C          MC 89 Read Data and Bit Flip Register 22
MTU_MC89_RDBFL23 0xF006698E          MC 89 Read Data and Bit Flip Register 23
MTU_MC89_RDBFL24 0xF0066990          MC 89 Read Data and Bit Flip Register 24
MTU_MC89_RDBFL25 0xF0066992          MC 89 Read Data and Bit Flip Register 25
MTU_MC89_RDBFL26 0xF0066994          MC 89 Read Data and Bit Flip Register 26
MTU_MC89_RDBFL27 0xF0066996          MC 89 Read Data and Bit Flip Register 27
MTU_MC89_RDBFL28 0xF0066998          MC 89 Read Data and Bit Flip Register 28
MTU_MC89_RDBFL29 0xF006699A          MC 89 Read Data and Bit Flip Register 29
MTU_MC89_RDBFL30 0xF006699C          MC 89 Read Data and Bit Flip Register 30
MTU_MC89_RDBFL31 0xF006699E          MC 89 Read Data and Bit Flip Register 31
MTU_MC89_RDBFL32 0xF00669A0          MC 89 Read Data and Bit Flip Register 32
MTU_MC89_RDBFL33 0xF00669A2          MC 89 Read Data and Bit Flip Register 33
MTU_MC89_RDBFL34 0xF00669A4          MC 89 Read Data and Bit Flip Register 34
MTU_MC89_RDBFL35 0xF00669A6          MC 89 Read Data and Bit Flip Register 35
MTU_MC89_RDBFL36 0xF00669A8          MC 89 Read Data and Bit Flip Register 36
MTU_MC89_RDBFL37 0xF00669AA          MC 89 Read Data and Bit Flip Register 37
MTU_MC89_RDBFL38 0xF00669AC          MC 89 Read Data and Bit Flip Register 38
MTU_MC89_RDBFL39 0xF00669AE          MC 89 Read Data and Bit Flip Register 39
MTU_MC89_RDBFL40 0xF00669B0          MC 89 Read Data and Bit Flip Register 40
MTU_MC89_RDBFL41 0xF00669B2          MC 89 Read Data and Bit Flip Register 41
MTU_MC89_RDBFL42 0xF00669B4          MC 89 Read Data and Bit Flip Register 42
MTU_MC89_RDBFL43 0xF00669B6          MC 89 Read Data and Bit Flip Register 43
MTU_MC89_RDBFL44 0xF00669B8          MC 89 Read Data and Bit Flip Register 44
MTU_MC89_RDBFL45 0xF00669BA          MC 89 Read Data and Bit Flip Register 45
MTU_MC89_RDBFL46 0xF00669BC          MC 89 Read Data and Bit Flip Register 46
MTU_MC89_RDBFL47 0xF00669BE          MC 89 Read Data and Bit Flip Register 47
MTU_MC89_RDBFL48 0xF00669C0          MC 89 Read Data and Bit Flip Register 48
MTU_MC89_RDBFL49 0xF00669C2          MC 89 Read Data and Bit Flip Register 49
MTU_MC89_RDBFL50 0xF00669C4          MC 89 Read Data and Bit Flip Register 50
MTU_MC89_RDBFL51 0xF00669C6          MC 89 Read Data and Bit Flip Register 51
MTU_MC89_RDBFL52 0xF00669C8          MC 89 Read Data and Bit Flip Register 52
MTU_MC89_RDBFL53 0xF00669CA          MC 89 Read Data and Bit Flip Register 53
MTU_MC89_RDBFL54 0xF00669CC          MC 89 Read Data and Bit Flip Register 54
MTU_MC89_RDBFL55 0xF00669CE          MC 89 Read Data and Bit Flip Register 55
MTU_MC89_RDBFL56 0xF00669D0          MC 89 Read Data and Bit Flip Register 56
MTU_MC89_RDBFL57 0xF00669D2          MC 89 Read Data and Bit Flip Register 57
MTU_MC89_RDBFL58 0xF00669D4          MC 89 Read Data and Bit Flip Register 58
MTU_MC89_RDBFL59 0xF00669D6          MC 89 Read Data and Bit Flip Register 59
MTU_MC89_RDBFL60 0xF00669D8          MC 89 Read Data and Bit Flip Register 60
MTU_MC89_RDBFL61 0xF00669DA          MC 89 Read Data and Bit Flip Register 61
MTU_MC89_RDBFL62 0xF00669DC          MC 89 Read Data and Bit Flip Register 62
MTU_MC89_RDBFL63 0xF00669DE          MC 89 Read Data and Bit Flip Register 63
MTU_MC89_RDBFL64 0xF00669E0          MC 89 Read Data and Bit Flip Register 64
MTU_MC89_RDBFL65 0xF00669E2          MC 89 Read Data and Bit Flip Register 65
MTU_MC89_RDBFL66 0xF00669E4          MC 89 Read Data and Bit Flip Register 66
MTU_MC89_ALMSRCS 0xF00669EE          MC 89 Alarm Sources Configuration Register
MTU_MC89_FAULTSTS 0xF00669F0          MC 89 SSH Safety Faults Status Register
MTU_MC89_ERRINFO0 0xF00669F2          MC 89 Error Information Register 0
MTU_MC89_ERRINFO1 0xF00669F4          MC 89 Error Information Register 1
MTU_MC89_ERRINFO2 0xF00669F6          MC 89 Error Information Register 2
MTU_MC89_ERRINFO3 0xF00669F8          MC 89 Error Information Register 3
MTU_MC89_ERRINFO4 0xF00669FA          MC 89 Error Information Register 4
MTU_MC90_CONFIG0 0xF0066A00          MC 90 Configuration Register 0
MTU_MC90_CONFIG1 0xF0066A02          MC 90 Configuration Register 1
MTU_MC90_MCONTROL 0xF0066A04          MC 90 MBIST Control Register
MTU_MC90_MSTATUS 0xF0066A06          MC 90 Status Register
MTU_MC90_RANGE  0xF0066A08          MC 90 Range Register, single address mode
MTU_MC90_REVID  0xF0066A0C          MC 90 Revision ID Register
MTU_MC90_ECCS   0xF0066A0E          MC 90 ECC Safety Register
MTU_MC90_ECCD   0xF0066A10          MC 90 Memory ECC Detection Register
MTU_MC90_ETRR0  0xF0066A12          MC 90 Error Tracking Register 0
MTU_MC90_ETRR1  0xF0066A14          MC 90 Error Tracking Register 1
MTU_MC90_ETRR2  0xF0066A16          MC 90 Error Tracking Register 2
MTU_MC90_ETRR3  0xF0066A18          MC 90 Error Tracking Register 3
MTU_MC90_ETRR4  0xF0066A1A          MC 90 Error Tracking Register 4
MTU_MC90_RDBFL0 0xF0066A60          MC 90 Read Data and Bit Flip Register 0
MTU_MC90_RDBFL1 0xF0066A62          MC 90 Read Data and Bit Flip Register 1
MTU_MC90_RDBFL2 0xF0066A64          MC 90 Read Data and Bit Flip Register 2
MTU_MC90_RDBFL3 0xF0066A66          MC 90 Read Data and Bit Flip Register 3
MTU_MC90_RDBFL4 0xF0066A68          MC 90 Read Data and Bit Flip Register 4
MTU_MC90_RDBFL5 0xF0066A6A          MC 90 Read Data and Bit Flip Register 5
MTU_MC90_RDBFL6 0xF0066A6C          MC 90 Read Data and Bit Flip Register 6
MTU_MC90_RDBFL7 0xF0066A6E          MC 90 Read Data and Bit Flip Register 7
MTU_MC90_RDBFL8 0xF0066A70          MC 90 Read Data and Bit Flip Register 8
MTU_MC90_RDBFL9 0xF0066A72          MC 90 Read Data and Bit Flip Register 9
MTU_MC90_RDBFL10 0xF0066A74          MC 90 Read Data and Bit Flip Register 10
MTU_MC90_RDBFL11 0xF0066A76          MC 90 Read Data and Bit Flip Register 11
MTU_MC90_RDBFL12 0xF0066A78          MC 90 Read Data and Bit Flip Register 12
MTU_MC90_RDBFL13 0xF0066A7A          MC 90 Read Data and Bit Flip Register 13
MTU_MC90_RDBFL14 0xF0066A7C          MC 90 Read Data and Bit Flip Register 14
MTU_MC90_RDBFL15 0xF0066A7E          MC 90 Read Data and Bit Flip Register 15
MTU_MC90_RDBFL16 0xF0066A80          MC 90 Read Data and Bit Flip Register 16
MTU_MC90_RDBFL17 0xF0066A82          MC 90 Read Data and Bit Flip Register 17
MTU_MC90_RDBFL18 0xF0066A84          MC 90 Read Data and Bit Flip Register 18
MTU_MC90_RDBFL19 0xF0066A86          MC 90 Read Data and Bit Flip Register 19
MTU_MC90_RDBFL20 0xF0066A88          MC 90 Read Data and Bit Flip Register 20
MTU_MC90_RDBFL21 0xF0066A8A          MC 90 Read Data and Bit Flip Register 21
MTU_MC90_RDBFL22 0xF0066A8C          MC 90 Read Data and Bit Flip Register 22
MTU_MC90_RDBFL23 0xF0066A8E          MC 90 Read Data and Bit Flip Register 23
MTU_MC90_RDBFL24 0xF0066A90          MC 90 Read Data and Bit Flip Register 24
MTU_MC90_RDBFL25 0xF0066A92          MC 90 Read Data and Bit Flip Register 25
MTU_MC90_RDBFL26 0xF0066A94          MC 90 Read Data and Bit Flip Register 26
MTU_MC90_RDBFL27 0xF0066A96          MC 90 Read Data and Bit Flip Register 27
MTU_MC90_RDBFL28 0xF0066A98          MC 90 Read Data and Bit Flip Register 28
MTU_MC90_RDBFL29 0xF0066A9A          MC 90 Read Data and Bit Flip Register 29
MTU_MC90_RDBFL30 0xF0066A9C          MC 90 Read Data and Bit Flip Register 30
MTU_MC90_RDBFL31 0xF0066A9E          MC 90 Read Data and Bit Flip Register 31
MTU_MC90_RDBFL32 0xF0066AA0          MC 90 Read Data and Bit Flip Register 32
MTU_MC90_RDBFL33 0xF0066AA2          MC 90 Read Data and Bit Flip Register 33
MTU_MC90_RDBFL34 0xF0066AA4          MC 90 Read Data and Bit Flip Register 34
MTU_MC90_RDBFL35 0xF0066AA6          MC 90 Read Data and Bit Flip Register 35
MTU_MC90_RDBFL36 0xF0066AA8          MC 90 Read Data and Bit Flip Register 36
MTU_MC90_RDBFL37 0xF0066AAA          MC 90 Read Data and Bit Flip Register 37
MTU_MC90_RDBFL38 0xF0066AAC          MC 90 Read Data and Bit Flip Register 38
MTU_MC90_RDBFL39 0xF0066AAE          MC 90 Read Data and Bit Flip Register 39
MTU_MC90_RDBFL40 0xF0066AB0          MC 90 Read Data and Bit Flip Register 40
MTU_MC90_RDBFL41 0xF0066AB2          MC 90 Read Data and Bit Flip Register 41
MTU_MC90_RDBFL42 0xF0066AB4          MC 90 Read Data and Bit Flip Register 42
MTU_MC90_RDBFL43 0xF0066AB6          MC 90 Read Data and Bit Flip Register 43
MTU_MC90_RDBFL44 0xF0066AB8          MC 90 Read Data and Bit Flip Register 44
MTU_MC90_RDBFL45 0xF0066ABA          MC 90 Read Data and Bit Flip Register 45
MTU_MC90_RDBFL46 0xF0066ABC          MC 90 Read Data and Bit Flip Register 46
MTU_MC90_RDBFL47 0xF0066ABE          MC 90 Read Data and Bit Flip Register 47
MTU_MC90_RDBFL48 0xF0066AC0          MC 90 Read Data and Bit Flip Register 48
MTU_MC90_RDBFL49 0xF0066AC2          MC 90 Read Data and Bit Flip Register 49
MTU_MC90_RDBFL50 0xF0066AC4          MC 90 Read Data and Bit Flip Register 50
MTU_MC90_RDBFL51 0xF0066AC6          MC 90 Read Data and Bit Flip Register 51
MTU_MC90_RDBFL52 0xF0066AC8          MC 90 Read Data and Bit Flip Register 52
MTU_MC90_RDBFL53 0xF0066ACA          MC 90 Read Data and Bit Flip Register 53
MTU_MC90_RDBFL54 0xF0066ACC          MC 90 Read Data and Bit Flip Register 54
MTU_MC90_RDBFL55 0xF0066ACE          MC 90 Read Data and Bit Flip Register 55
MTU_MC90_RDBFL56 0xF0066AD0          MC 90 Read Data and Bit Flip Register 56
MTU_MC90_RDBFL57 0xF0066AD2          MC 90 Read Data and Bit Flip Register 57
MTU_MC90_RDBFL58 0xF0066AD4          MC 90 Read Data and Bit Flip Register 58
MTU_MC90_RDBFL59 0xF0066AD6          MC 90 Read Data and Bit Flip Register 59
MTU_MC90_RDBFL60 0xF0066AD8          MC 90 Read Data and Bit Flip Register 60
MTU_MC90_RDBFL61 0xF0066ADA          MC 90 Read Data and Bit Flip Register 61
MTU_MC90_RDBFL62 0xF0066ADC          MC 90 Read Data and Bit Flip Register 62
MTU_MC90_RDBFL63 0xF0066ADE          MC 90 Read Data and Bit Flip Register 63
MTU_MC90_RDBFL64 0xF0066AE0          MC 90 Read Data and Bit Flip Register 64
MTU_MC90_RDBFL65 0xF0066AE2          MC 90 Read Data and Bit Flip Register 65
MTU_MC90_RDBFL66 0xF0066AE4          MC 90 Read Data and Bit Flip Register 66
MTU_MC90_ALMSRCS 0xF0066AEE          MC 90 Alarm Sources Configuration Register
MTU_MC90_FAULTSTS 0xF0066AF0          MC 90 SSH Safety Faults Status Register
MTU_MC90_ERRINFO0 0xF0066AF2          MC 90 Error Information Register 0
MTU_MC90_ERRINFO1 0xF0066AF4          MC 90 Error Information Register 1
MTU_MC90_ERRINFO2 0xF0066AF6          MC 90 Error Information Register 2
MTU_MC90_ERRINFO3 0xF0066AF8          MC 90 Error Information Register 3
MTU_MC90_ERRINFO4 0xF0066AFA          MC 90 Error Information Register 4
MTU_MC91_CONFIG0 0xF0066B00          MC 91 Configuration Register 0
MTU_MC91_CONFIG1 0xF0066B02          MC 91 Configuration Register 1
MTU_MC91_MCONTROL 0xF0066B04          MC 91 MBIST Control Register
MTU_MC91_MSTATUS 0xF0066B06          MC 91 Status Register
MTU_MC91_RANGE  0xF0066B08          MC 91 Range Register, single address mode
MTU_MC91_REVID  0xF0066B0C          MC 91 Revision ID Register
MTU_MC91_ECCS   0xF0066B0E          MC 91 ECC Safety Register
MTU_MC91_ECCD   0xF0066B10          MC 91 Memory ECC Detection Register
MTU_MC91_ETRR0  0xF0066B12          MC 91 Error Tracking Register 0
MTU_MC91_ETRR1  0xF0066B14          MC 91 Error Tracking Register 1
MTU_MC91_ETRR2  0xF0066B16          MC 91 Error Tracking Register 2
MTU_MC91_ETRR3  0xF0066B18          MC 91 Error Tracking Register 3
MTU_MC91_ETRR4  0xF0066B1A          MC 91 Error Tracking Register 4
MTU_MC91_RDBFL0 0xF0066B60          MC 91 Read Data and Bit Flip Register 0
MTU_MC91_RDBFL1 0xF0066B62          MC 91 Read Data and Bit Flip Register 1
MTU_MC91_RDBFL2 0xF0066B64          MC 91 Read Data and Bit Flip Register 2
MTU_MC91_RDBFL3 0xF0066B66          MC 91 Read Data and Bit Flip Register 3
MTU_MC91_RDBFL4 0xF0066B68          MC 91 Read Data and Bit Flip Register 4
MTU_MC91_RDBFL5 0xF0066B6A          MC 91 Read Data and Bit Flip Register 5
MTU_MC91_RDBFL6 0xF0066B6C          MC 91 Read Data and Bit Flip Register 6
MTU_MC91_RDBFL7 0xF0066B6E          MC 91 Read Data and Bit Flip Register 7
MTU_MC91_RDBFL8 0xF0066B70          MC 91 Read Data and Bit Flip Register 8
MTU_MC91_RDBFL9 0xF0066B72          MC 91 Read Data and Bit Flip Register 9
MTU_MC91_RDBFL10 0xF0066B74          MC 91 Read Data and Bit Flip Register 10
MTU_MC91_RDBFL11 0xF0066B76          MC 91 Read Data and Bit Flip Register 11
MTU_MC91_RDBFL12 0xF0066B78          MC 91 Read Data and Bit Flip Register 12
MTU_MC91_RDBFL13 0xF0066B7A          MC 91 Read Data and Bit Flip Register 13
MTU_MC91_RDBFL14 0xF0066B7C          MC 91 Read Data and Bit Flip Register 14
MTU_MC91_RDBFL15 0xF0066B7E          MC 91 Read Data and Bit Flip Register 15
MTU_MC91_RDBFL16 0xF0066B80          MC 91 Read Data and Bit Flip Register 16
MTU_MC91_RDBFL17 0xF0066B82          MC 91 Read Data and Bit Flip Register 17
MTU_MC91_RDBFL18 0xF0066B84          MC 91 Read Data and Bit Flip Register 18
MTU_MC91_RDBFL19 0xF0066B86          MC 91 Read Data and Bit Flip Register 19
MTU_MC91_RDBFL20 0xF0066B88          MC 91 Read Data and Bit Flip Register 20
MTU_MC91_RDBFL21 0xF0066B8A          MC 91 Read Data and Bit Flip Register 21
MTU_MC91_RDBFL22 0xF0066B8C          MC 91 Read Data and Bit Flip Register 22
MTU_MC91_RDBFL23 0xF0066B8E          MC 91 Read Data and Bit Flip Register 23
MTU_MC91_RDBFL24 0xF0066B90          MC 91 Read Data and Bit Flip Register 24
MTU_MC91_RDBFL25 0xF0066B92          MC 91 Read Data and Bit Flip Register 25
MTU_MC91_RDBFL26 0xF0066B94          MC 91 Read Data and Bit Flip Register 26
MTU_MC91_RDBFL27 0xF0066B96          MC 91 Read Data and Bit Flip Register 27
MTU_MC91_RDBFL28 0xF0066B98          MC 91 Read Data and Bit Flip Register 28
MTU_MC91_RDBFL29 0xF0066B9A          MC 91 Read Data and Bit Flip Register 29
MTU_MC91_RDBFL30 0xF0066B9C          MC 91 Read Data and Bit Flip Register 30
MTU_MC91_RDBFL31 0xF0066B9E          MC 91 Read Data and Bit Flip Register 31
MTU_MC91_RDBFL32 0xF0066BA0          MC 91 Read Data and Bit Flip Register 32
MTU_MC91_RDBFL33 0xF0066BA2          MC 91 Read Data and Bit Flip Register 33
MTU_MC91_RDBFL34 0xF0066BA4          MC 91 Read Data and Bit Flip Register 34
MTU_MC91_RDBFL35 0xF0066BA6          MC 91 Read Data and Bit Flip Register 35
MTU_MC91_RDBFL36 0xF0066BA8          MC 91 Read Data and Bit Flip Register 36
MTU_MC91_RDBFL37 0xF0066BAA          MC 91 Read Data and Bit Flip Register 37
MTU_MC91_RDBFL38 0xF0066BAC          MC 91 Read Data and Bit Flip Register 38
MTU_MC91_RDBFL39 0xF0066BAE          MC 91 Read Data and Bit Flip Register 39
MTU_MC91_RDBFL40 0xF0066BB0          MC 91 Read Data and Bit Flip Register 40
MTU_MC91_RDBFL41 0xF0066BB2          MC 91 Read Data and Bit Flip Register 41
MTU_MC91_RDBFL42 0xF0066BB4          MC 91 Read Data and Bit Flip Register 42
MTU_MC91_RDBFL43 0xF0066BB6          MC 91 Read Data and Bit Flip Register 43
MTU_MC91_RDBFL44 0xF0066BB8          MC 91 Read Data and Bit Flip Register 44
MTU_MC91_RDBFL45 0xF0066BBA          MC 91 Read Data and Bit Flip Register 45
MTU_MC91_RDBFL46 0xF0066BBC          MC 91 Read Data and Bit Flip Register 46
MTU_MC91_RDBFL47 0xF0066BBE          MC 91 Read Data and Bit Flip Register 47
MTU_MC91_RDBFL48 0xF0066BC0          MC 91 Read Data and Bit Flip Register 48
MTU_MC91_RDBFL49 0xF0066BC2          MC 91 Read Data and Bit Flip Register 49
MTU_MC91_RDBFL50 0xF0066BC4          MC 91 Read Data and Bit Flip Register 50
MTU_MC91_RDBFL51 0xF0066BC6          MC 91 Read Data and Bit Flip Register 51
MTU_MC91_RDBFL52 0xF0066BC8          MC 91 Read Data and Bit Flip Register 52
MTU_MC91_RDBFL53 0xF0066BCA          MC 91 Read Data and Bit Flip Register 53
MTU_MC91_RDBFL54 0xF0066BCC          MC 91 Read Data and Bit Flip Register 54
MTU_MC91_RDBFL55 0xF0066BCE          MC 91 Read Data and Bit Flip Register 55
MTU_MC91_RDBFL56 0xF0066BD0          MC 91 Read Data and Bit Flip Register 56
MTU_MC91_RDBFL57 0xF0066BD2          MC 91 Read Data and Bit Flip Register 57
MTU_MC91_RDBFL58 0xF0066BD4          MC 91 Read Data and Bit Flip Register 58
MTU_MC91_RDBFL59 0xF0066BD6          MC 91 Read Data and Bit Flip Register 59
MTU_MC91_RDBFL60 0xF0066BD8          MC 91 Read Data and Bit Flip Register 60
MTU_MC91_RDBFL61 0xF0066BDA          MC 91 Read Data and Bit Flip Register 61
MTU_MC91_RDBFL62 0xF0066BDC          MC 91 Read Data and Bit Flip Register 62
MTU_MC91_RDBFL63 0xF0066BDE          MC 91 Read Data and Bit Flip Register 63
MTU_MC91_RDBFL64 0xF0066BE0          MC 91 Read Data and Bit Flip Register 64
MTU_MC91_RDBFL65 0xF0066BE2          MC 91 Read Data and Bit Flip Register 65
MTU_MC91_RDBFL66 0xF0066BE4          MC 91 Read Data and Bit Flip Register 66
MTU_MC91_ALMSRCS 0xF0066BEE          MC 91 Alarm Sources Configuration Register
MTU_MC91_FAULTSTS 0xF0066BF0          MC 91 SSH Safety Faults Status Register
MTU_MC91_ERRINFO0 0xF0066BF2          MC 91 Error Information Register 0
MTU_MC91_ERRINFO1 0xF0066BF4          MC 91 Error Information Register 1
MTU_MC91_ERRINFO2 0xF0066BF6          MC 91 Error Information Register 2
MTU_MC91_ERRINFO3 0xF0066BF8          MC 91 Error Information Register 3
MTU_MC91_ERRINFO4 0xF0066BFA          MC 91 Error Information Register 4
MTU_MC92_CONFIG0 0xF0066C00          MC 92 Configuration Register 0
MTU_MC92_CONFIG1 0xF0066C02          MC 92 Configuration Register 1
MTU_MC92_MCONTROL 0xF0066C04          MC 92 MBIST Control Register
MTU_MC92_MSTATUS 0xF0066C06          MC 92 Status Register
MTU_MC92_RANGE  0xF0066C08          MC 92 Range Register, single address mode
MTU_MC92_REVID  0xF0066C0C          MC 92 Revision ID Register
MTU_MC92_ECCS   0xF0066C0E          MC 92 ECC Safety Register
MTU_MC92_ECCD   0xF0066C10          MC 92 Memory ECC Detection Register
MTU_MC92_ETRR0  0xF0066C12          MC 92 Error Tracking Register 0
MTU_MC92_ETRR1  0xF0066C14          MC 92 Error Tracking Register 1
MTU_MC92_ETRR2  0xF0066C16          MC 92 Error Tracking Register 2
MTU_MC92_ETRR3  0xF0066C18          MC 92 Error Tracking Register 3
MTU_MC92_ETRR4  0xF0066C1A          MC 92 Error Tracking Register 4
MTU_MC92_RDBFL0 0xF0066C60          MC 92 Read Data and Bit Flip Register 0
MTU_MC92_RDBFL1 0xF0066C62          MC 92 Read Data and Bit Flip Register 1
MTU_MC92_RDBFL2 0xF0066C64          MC 92 Read Data and Bit Flip Register 2
MTU_MC92_RDBFL3 0xF0066C66          MC 92 Read Data and Bit Flip Register 3
MTU_MC92_RDBFL4 0xF0066C68          MC 92 Read Data and Bit Flip Register 4
MTU_MC92_RDBFL5 0xF0066C6A          MC 92 Read Data and Bit Flip Register 5
MTU_MC92_RDBFL6 0xF0066C6C          MC 92 Read Data and Bit Flip Register 6
MTU_MC92_RDBFL7 0xF0066C6E          MC 92 Read Data and Bit Flip Register 7
MTU_MC92_RDBFL8 0xF0066C70          MC 92 Read Data and Bit Flip Register 8
MTU_MC92_RDBFL9 0xF0066C72          MC 92 Read Data and Bit Flip Register 9
MTU_MC92_RDBFL10 0xF0066C74          MC 92 Read Data and Bit Flip Register 10
MTU_MC92_RDBFL11 0xF0066C76          MC 92 Read Data and Bit Flip Register 11
MTU_MC92_RDBFL12 0xF0066C78          MC 92 Read Data and Bit Flip Register 12
MTU_MC92_RDBFL13 0xF0066C7A          MC 92 Read Data and Bit Flip Register 13
MTU_MC92_RDBFL14 0xF0066C7C          MC 92 Read Data and Bit Flip Register 14
MTU_MC92_RDBFL15 0xF0066C7E          MC 92 Read Data and Bit Flip Register 15
MTU_MC92_RDBFL16 0xF0066C80          MC 92 Read Data and Bit Flip Register 16
MTU_MC92_RDBFL17 0xF0066C82          MC 92 Read Data and Bit Flip Register 17
MTU_MC92_RDBFL18 0xF0066C84          MC 92 Read Data and Bit Flip Register 18
MTU_MC92_RDBFL19 0xF0066C86          MC 92 Read Data and Bit Flip Register 19
MTU_MC92_RDBFL20 0xF0066C88          MC 92 Read Data and Bit Flip Register 20
MTU_MC92_RDBFL21 0xF0066C8A          MC 92 Read Data and Bit Flip Register 21
MTU_MC92_RDBFL22 0xF0066C8C          MC 92 Read Data and Bit Flip Register 22
MTU_MC92_RDBFL23 0xF0066C8E          MC 92 Read Data and Bit Flip Register 23
MTU_MC92_RDBFL24 0xF0066C90          MC 92 Read Data and Bit Flip Register 24
MTU_MC92_RDBFL25 0xF0066C92          MC 92 Read Data and Bit Flip Register 25
MTU_MC92_RDBFL26 0xF0066C94          MC 92 Read Data and Bit Flip Register 26
MTU_MC92_RDBFL27 0xF0066C96          MC 92 Read Data and Bit Flip Register 27
MTU_MC92_RDBFL28 0xF0066C98          MC 92 Read Data and Bit Flip Register 28
MTU_MC92_RDBFL29 0xF0066C9A          MC 92 Read Data and Bit Flip Register 29
MTU_MC92_RDBFL30 0xF0066C9C          MC 92 Read Data and Bit Flip Register 30
MTU_MC92_RDBFL31 0xF0066C9E          MC 92 Read Data and Bit Flip Register 31
MTU_MC92_RDBFL32 0xF0066CA0          MC 92 Read Data and Bit Flip Register 32
MTU_MC92_RDBFL33 0xF0066CA2          MC 92 Read Data and Bit Flip Register 33
MTU_MC92_RDBFL34 0xF0066CA4          MC 92 Read Data and Bit Flip Register 34
MTU_MC92_RDBFL35 0xF0066CA6          MC 92 Read Data and Bit Flip Register 35
MTU_MC92_RDBFL36 0xF0066CA8          MC 92 Read Data and Bit Flip Register 36
MTU_MC92_RDBFL37 0xF0066CAA          MC 92 Read Data and Bit Flip Register 37
MTU_MC92_RDBFL38 0xF0066CAC          MC 92 Read Data and Bit Flip Register 38
MTU_MC92_RDBFL39 0xF0066CAE          MC 92 Read Data and Bit Flip Register 39
MTU_MC92_RDBFL40 0xF0066CB0          MC 92 Read Data and Bit Flip Register 40
MTU_MC92_RDBFL41 0xF0066CB2          MC 92 Read Data and Bit Flip Register 41
MTU_MC92_RDBFL42 0xF0066CB4          MC 92 Read Data and Bit Flip Register 42
MTU_MC92_RDBFL43 0xF0066CB6          MC 92 Read Data and Bit Flip Register 43
MTU_MC92_RDBFL44 0xF0066CB8          MC 92 Read Data and Bit Flip Register 44
MTU_MC92_RDBFL45 0xF0066CBA          MC 92 Read Data and Bit Flip Register 45
MTU_MC92_RDBFL46 0xF0066CBC          MC 92 Read Data and Bit Flip Register 46
MTU_MC92_RDBFL47 0xF0066CBE          MC 92 Read Data and Bit Flip Register 47
MTU_MC92_RDBFL48 0xF0066CC0          MC 92 Read Data and Bit Flip Register 48
MTU_MC92_RDBFL49 0xF0066CC2          MC 92 Read Data and Bit Flip Register 49
MTU_MC92_RDBFL50 0xF0066CC4          MC 92 Read Data and Bit Flip Register 50
MTU_MC92_RDBFL51 0xF0066CC6          MC 92 Read Data and Bit Flip Register 51
MTU_MC92_RDBFL52 0xF0066CC8          MC 92 Read Data and Bit Flip Register 52
MTU_MC92_RDBFL53 0xF0066CCA          MC 92 Read Data and Bit Flip Register 53
MTU_MC92_RDBFL54 0xF0066CCC          MC 92 Read Data and Bit Flip Register 54
MTU_MC92_RDBFL55 0xF0066CCE          MC 92 Read Data and Bit Flip Register 55
MTU_MC92_RDBFL56 0xF0066CD0          MC 92 Read Data and Bit Flip Register 56
MTU_MC92_RDBFL57 0xF0066CD2          MC 92 Read Data and Bit Flip Register 57
MTU_MC92_RDBFL58 0xF0066CD4          MC 92 Read Data and Bit Flip Register 58
MTU_MC92_RDBFL59 0xF0066CD6          MC 92 Read Data and Bit Flip Register 59
MTU_MC92_RDBFL60 0xF0066CD8          MC 92 Read Data and Bit Flip Register 60
MTU_MC92_RDBFL61 0xF0066CDA          MC 92 Read Data and Bit Flip Register 61
MTU_MC92_RDBFL62 0xF0066CDC          MC 92 Read Data and Bit Flip Register 62
MTU_MC92_RDBFL63 0xF0066CDE          MC 92 Read Data and Bit Flip Register 63
MTU_MC92_RDBFL64 0xF0066CE0          MC 92 Read Data and Bit Flip Register 64
MTU_MC92_RDBFL65 0xF0066CE2          MC 92 Read Data and Bit Flip Register 65
MTU_MC92_RDBFL66 0xF0066CE4          MC 92 Read Data and Bit Flip Register 66
MTU_MC92_ALMSRCS 0xF0066CEE          MC 92 Alarm Sources Configuration Register
MTU_MC92_FAULTSTS 0xF0066CF0          MC 92 SSH Safety Faults Status Register
MTU_MC92_ERRINFO0 0xF0066CF2          MC 92 Error Information Register 0
MTU_MC92_ERRINFO1 0xF0066CF4          MC 92 Error Information Register 1
MTU_MC92_ERRINFO2 0xF0066CF6          MC 92 Error Information Register 2
MTU_MC92_ERRINFO3 0xF0066CF8          MC 92 Error Information Register 3
MTU_MC92_ERRINFO4 0xF0066CFA          MC 92 Error Information Register 4
MTU_MC93_CONFIG0 0xF0066D00          MC 93 Configuration Register 0
MTU_MC93_CONFIG1 0xF0066D02          MC 93 Configuration Register 1
MTU_MC93_MCONTROL 0xF0066D04          MC 93 MBIST Control Register
MTU_MC93_MSTATUS 0xF0066D06          MC 93 Status Register
MTU_MC93_RANGE  0xF0066D08          MC 93 Range Register, single address mode
MTU_MC93_REVID  0xF0066D0C          MC 93 Revision ID Register
MTU_MC93_ECCS   0xF0066D0E          MC 93 ECC Safety Register
MTU_MC93_ECCD   0xF0066D10          MC 93 Memory ECC Detection Register
MTU_MC93_ETRR0  0xF0066D12          MC 93 Error Tracking Register 0
MTU_MC93_ETRR1  0xF0066D14          MC 93 Error Tracking Register 1
MTU_MC93_ETRR2  0xF0066D16          MC 93 Error Tracking Register 2
MTU_MC93_ETRR3  0xF0066D18          MC 93 Error Tracking Register 3
MTU_MC93_ETRR4  0xF0066D1A          MC 93 Error Tracking Register 4
MTU_MC93_RDBFL0 0xF0066D60          MC 93 Read Data and Bit Flip Register 0
MTU_MC93_RDBFL1 0xF0066D62          MC 93 Read Data and Bit Flip Register 1
MTU_MC93_RDBFL2 0xF0066D64          MC 93 Read Data and Bit Flip Register 2
MTU_MC93_RDBFL3 0xF0066D66          MC 93 Read Data and Bit Flip Register 3
MTU_MC93_RDBFL4 0xF0066D68          MC 93 Read Data and Bit Flip Register 4
MTU_MC93_RDBFL5 0xF0066D6A          MC 93 Read Data and Bit Flip Register 5
MTU_MC93_RDBFL6 0xF0066D6C          MC 93 Read Data and Bit Flip Register 6
MTU_MC93_RDBFL7 0xF0066D6E          MC 93 Read Data and Bit Flip Register 7
MTU_MC93_RDBFL8 0xF0066D70          MC 93 Read Data and Bit Flip Register 8
MTU_MC93_RDBFL9 0xF0066D72          MC 93 Read Data and Bit Flip Register 9
MTU_MC93_RDBFL10 0xF0066D74          MC 93 Read Data and Bit Flip Register 10
MTU_MC93_RDBFL11 0xF0066D76          MC 93 Read Data and Bit Flip Register 11
MTU_MC93_RDBFL12 0xF0066D78          MC 93 Read Data and Bit Flip Register 12
MTU_MC93_RDBFL13 0xF0066D7A          MC 93 Read Data and Bit Flip Register 13
MTU_MC93_RDBFL14 0xF0066D7C          MC 93 Read Data and Bit Flip Register 14
MTU_MC93_RDBFL15 0xF0066D7E          MC 93 Read Data and Bit Flip Register 15
MTU_MC93_RDBFL16 0xF0066D80          MC 93 Read Data and Bit Flip Register 16
MTU_MC93_RDBFL17 0xF0066D82          MC 93 Read Data and Bit Flip Register 17
MTU_MC93_RDBFL18 0xF0066D84          MC 93 Read Data and Bit Flip Register 18
MTU_MC93_RDBFL19 0xF0066D86          MC 93 Read Data and Bit Flip Register 19
MTU_MC93_RDBFL20 0xF0066D88          MC 93 Read Data and Bit Flip Register 20
MTU_MC93_RDBFL21 0xF0066D8A          MC 93 Read Data and Bit Flip Register 21
MTU_MC93_RDBFL22 0xF0066D8C          MC 93 Read Data and Bit Flip Register 22
MTU_MC93_RDBFL23 0xF0066D8E          MC 93 Read Data and Bit Flip Register 23
MTU_MC93_RDBFL24 0xF0066D90          MC 93 Read Data and Bit Flip Register 24
MTU_MC93_RDBFL25 0xF0066D92          MC 93 Read Data and Bit Flip Register 25
MTU_MC93_RDBFL26 0xF0066D94          MC 93 Read Data and Bit Flip Register 26
MTU_MC93_RDBFL27 0xF0066D96          MC 93 Read Data and Bit Flip Register 27
MTU_MC93_RDBFL28 0xF0066D98          MC 93 Read Data and Bit Flip Register 28
MTU_MC93_RDBFL29 0xF0066D9A          MC 93 Read Data and Bit Flip Register 29
MTU_MC93_RDBFL30 0xF0066D9C          MC 93 Read Data and Bit Flip Register 30
MTU_MC93_RDBFL31 0xF0066D9E          MC 93 Read Data and Bit Flip Register 31
MTU_MC93_RDBFL32 0xF0066DA0          MC 93 Read Data and Bit Flip Register 32
MTU_MC93_RDBFL33 0xF0066DA2          MC 93 Read Data and Bit Flip Register 33
MTU_MC93_RDBFL34 0xF0066DA4          MC 93 Read Data and Bit Flip Register 34
MTU_MC93_RDBFL35 0xF0066DA6          MC 93 Read Data and Bit Flip Register 35
MTU_MC93_RDBFL36 0xF0066DA8          MC 93 Read Data and Bit Flip Register 36
MTU_MC93_RDBFL37 0xF0066DAA          MC 93 Read Data and Bit Flip Register 37
MTU_MC93_RDBFL38 0xF0066DAC          MC 93 Read Data and Bit Flip Register 38
MTU_MC93_RDBFL39 0xF0066DAE          MC 93 Read Data and Bit Flip Register 39
MTU_MC93_RDBFL40 0xF0066DB0          MC 93 Read Data and Bit Flip Register 40
MTU_MC93_RDBFL41 0xF0066DB2          MC 93 Read Data and Bit Flip Register 41
MTU_MC93_RDBFL42 0xF0066DB4          MC 93 Read Data and Bit Flip Register 42
MTU_MC93_RDBFL43 0xF0066DB6          MC 93 Read Data and Bit Flip Register 43
MTU_MC93_RDBFL44 0xF0066DB8          MC 93 Read Data and Bit Flip Register 44
MTU_MC93_RDBFL45 0xF0066DBA          MC 93 Read Data and Bit Flip Register 45
MTU_MC93_RDBFL46 0xF0066DBC          MC 93 Read Data and Bit Flip Register 46
MTU_MC93_RDBFL47 0xF0066DBE          MC 93 Read Data and Bit Flip Register 47
MTU_MC93_RDBFL48 0xF0066DC0          MC 93 Read Data and Bit Flip Register 48
MTU_MC93_RDBFL49 0xF0066DC2          MC 93 Read Data and Bit Flip Register 49
MTU_MC93_RDBFL50 0xF0066DC4          MC 93 Read Data and Bit Flip Register 50
MTU_MC93_RDBFL51 0xF0066DC6          MC 93 Read Data and Bit Flip Register 51
MTU_MC93_RDBFL52 0xF0066DC8          MC 93 Read Data and Bit Flip Register 52
MTU_MC93_RDBFL53 0xF0066DCA          MC 93 Read Data and Bit Flip Register 53
MTU_MC93_RDBFL54 0xF0066DCC          MC 93 Read Data and Bit Flip Register 54
MTU_MC93_RDBFL55 0xF0066DCE          MC 93 Read Data and Bit Flip Register 55
MTU_MC93_RDBFL56 0xF0066DD0          MC 93 Read Data and Bit Flip Register 56
MTU_MC93_RDBFL57 0xF0066DD2          MC 93 Read Data and Bit Flip Register 57
MTU_MC93_RDBFL58 0xF0066DD4          MC 93 Read Data and Bit Flip Register 58
MTU_MC93_RDBFL59 0xF0066DD6          MC 93 Read Data and Bit Flip Register 59
MTU_MC93_RDBFL60 0xF0066DD8          MC 93 Read Data and Bit Flip Register 60
MTU_MC93_RDBFL61 0xF0066DDA          MC 93 Read Data and Bit Flip Register 61
MTU_MC93_RDBFL62 0xF0066DDC          MC 93 Read Data and Bit Flip Register 62
MTU_MC93_RDBFL63 0xF0066DDE          MC 93 Read Data and Bit Flip Register 63
MTU_MC93_RDBFL64 0xF0066DE0          MC 93 Read Data and Bit Flip Register 64
MTU_MC93_RDBFL65 0xF0066DE2          MC 93 Read Data and Bit Flip Register 65
MTU_MC93_RDBFL66 0xF0066DE4          MC 93 Read Data and Bit Flip Register 66
MTU_MC93_ALMSRCS 0xF0066DEE          MC 93 Alarm Sources Configuration Register
MTU_MC93_FAULTSTS 0xF0066DF0          MC 93 SSH Safety Faults Status Register
MTU_MC93_ERRINFO0 0xF0066DF2          MC 93 Error Information Register 0
MTU_MC93_ERRINFO1 0xF0066DF4          MC 93 Error Information Register 1
MTU_MC93_ERRINFO2 0xF0066DF6          MC 93 Error Information Register 2
MTU_MC93_ERRINFO3 0xF0066DF8          MC 93 Error Information Register 3
MTU_MC93_ERRINFO4 0xF0066DFA          MC 93 Error Information Register 4
MTU_MC94_CONFIG0 0xF0066E00          MC 94 Configuration Register 0
MTU_MC94_CONFIG1 0xF0066E02          MC 94 Configuration Register 1
MTU_MC94_MCONTROL 0xF0066E04          MC 94 MBIST Control Register
MTU_MC94_MSTATUS 0xF0066E06          MC 94 Status Register
MTU_MC94_RANGE  0xF0066E08          MC 94 Range Register, single address mode
MTU_MC94_REVID  0xF0066E0C          MC 94 Revision ID Register
MTU_MC94_ECCS   0xF0066E0E          MC 94 ECC Safety Register
MTU_MC94_ECCD   0xF0066E10          MC 94 Memory ECC Detection Register
MTU_MC94_ETRR0  0xF0066E12          MC 94 Error Tracking Register 0
MTU_MC94_ETRR1  0xF0066E14          MC 94 Error Tracking Register 1
MTU_MC94_ETRR2  0xF0066E16          MC 94 Error Tracking Register 2
MTU_MC94_ETRR3  0xF0066E18          MC 94 Error Tracking Register 3
MTU_MC94_ETRR4  0xF0066E1A          MC 94 Error Tracking Register 4
MTU_MC94_RDBFL0 0xF0066E60          MC 94 Read Data and Bit Flip Register 0
MTU_MC94_RDBFL1 0xF0066E62          MC 94 Read Data and Bit Flip Register 1
MTU_MC94_RDBFL2 0xF0066E64          MC 94 Read Data and Bit Flip Register 2
MTU_MC94_RDBFL3 0xF0066E66          MC 94 Read Data and Bit Flip Register 3
MTU_MC94_RDBFL4 0xF0066E68          MC 94 Read Data and Bit Flip Register 4
MTU_MC94_RDBFL5 0xF0066E6A          MC 94 Read Data and Bit Flip Register 5
MTU_MC94_RDBFL6 0xF0066E6C          MC 94 Read Data and Bit Flip Register 6
MTU_MC94_RDBFL7 0xF0066E6E          MC 94 Read Data and Bit Flip Register 7
MTU_MC94_RDBFL8 0xF0066E70          MC 94 Read Data and Bit Flip Register 8
MTU_MC94_RDBFL9 0xF0066E72          MC 94 Read Data and Bit Flip Register 9
MTU_MC94_RDBFL10 0xF0066E74          MC 94 Read Data and Bit Flip Register 10
MTU_MC94_RDBFL11 0xF0066E76          MC 94 Read Data and Bit Flip Register 11
MTU_MC94_RDBFL12 0xF0066E78          MC 94 Read Data and Bit Flip Register 12
MTU_MC94_RDBFL13 0xF0066E7A          MC 94 Read Data and Bit Flip Register 13
MTU_MC94_RDBFL14 0xF0066E7C          MC 94 Read Data and Bit Flip Register 14
MTU_MC94_RDBFL15 0xF0066E7E          MC 94 Read Data and Bit Flip Register 15
MTU_MC94_RDBFL16 0xF0066E80          MC 94 Read Data and Bit Flip Register 16
MTU_MC94_RDBFL17 0xF0066E82          MC 94 Read Data and Bit Flip Register 17
MTU_MC94_RDBFL18 0xF0066E84          MC 94 Read Data and Bit Flip Register 18
MTU_MC94_RDBFL19 0xF0066E86          MC 94 Read Data and Bit Flip Register 19
MTU_MC94_RDBFL20 0xF0066E88          MC 94 Read Data and Bit Flip Register 20
MTU_MC94_RDBFL21 0xF0066E8A          MC 94 Read Data and Bit Flip Register 21
MTU_MC94_RDBFL22 0xF0066E8C          MC 94 Read Data and Bit Flip Register 22
MTU_MC94_RDBFL23 0xF0066E8E          MC 94 Read Data and Bit Flip Register 23
MTU_MC94_RDBFL24 0xF0066E90          MC 94 Read Data and Bit Flip Register 24
MTU_MC94_RDBFL25 0xF0066E92          MC 94 Read Data and Bit Flip Register 25
MTU_MC94_RDBFL26 0xF0066E94          MC 94 Read Data and Bit Flip Register 26
MTU_MC94_RDBFL27 0xF0066E96          MC 94 Read Data and Bit Flip Register 27
MTU_MC94_RDBFL28 0xF0066E98          MC 94 Read Data and Bit Flip Register 28
MTU_MC94_RDBFL29 0xF0066E9A          MC 94 Read Data and Bit Flip Register 29
MTU_MC94_RDBFL30 0xF0066E9C          MC 94 Read Data and Bit Flip Register 30
MTU_MC94_RDBFL31 0xF0066E9E          MC 94 Read Data and Bit Flip Register 31
MTU_MC94_RDBFL32 0xF0066EA0          MC 94 Read Data and Bit Flip Register 32
MTU_MC94_RDBFL33 0xF0066EA2          MC 94 Read Data and Bit Flip Register 33
MTU_MC94_RDBFL34 0xF0066EA4          MC 94 Read Data and Bit Flip Register 34
MTU_MC94_RDBFL35 0xF0066EA6          MC 94 Read Data and Bit Flip Register 35
MTU_MC94_RDBFL36 0xF0066EA8          MC 94 Read Data and Bit Flip Register 36
MTU_MC94_RDBFL37 0xF0066EAA          MC 94 Read Data and Bit Flip Register 37
MTU_MC94_RDBFL38 0xF0066EAC          MC 94 Read Data and Bit Flip Register 38
MTU_MC94_RDBFL39 0xF0066EAE          MC 94 Read Data and Bit Flip Register 39
MTU_MC94_RDBFL40 0xF0066EB0          MC 94 Read Data and Bit Flip Register 40
MTU_MC94_RDBFL41 0xF0066EB2          MC 94 Read Data and Bit Flip Register 41
MTU_MC94_RDBFL42 0xF0066EB4          MC 94 Read Data and Bit Flip Register 42
MTU_MC94_RDBFL43 0xF0066EB6          MC 94 Read Data and Bit Flip Register 43
MTU_MC94_RDBFL44 0xF0066EB8          MC 94 Read Data and Bit Flip Register 44
MTU_MC94_RDBFL45 0xF0066EBA          MC 94 Read Data and Bit Flip Register 45
MTU_MC94_RDBFL46 0xF0066EBC          MC 94 Read Data and Bit Flip Register 46
MTU_MC94_RDBFL47 0xF0066EBE          MC 94 Read Data and Bit Flip Register 47
MTU_MC94_RDBFL48 0xF0066EC0          MC 94 Read Data and Bit Flip Register 48
MTU_MC94_RDBFL49 0xF0066EC2          MC 94 Read Data and Bit Flip Register 49
MTU_MC94_RDBFL50 0xF0066EC4          MC 94 Read Data and Bit Flip Register 50
MTU_MC94_RDBFL51 0xF0066EC6          MC 94 Read Data and Bit Flip Register 51
MTU_MC94_RDBFL52 0xF0066EC8          MC 94 Read Data and Bit Flip Register 52
MTU_MC94_RDBFL53 0xF0066ECA          MC 94 Read Data and Bit Flip Register 53
MTU_MC94_RDBFL54 0xF0066ECC          MC 94 Read Data and Bit Flip Register 54
MTU_MC94_RDBFL55 0xF0066ECE          MC 94 Read Data and Bit Flip Register 55
MTU_MC94_RDBFL56 0xF0066ED0          MC 94 Read Data and Bit Flip Register 56
MTU_MC94_RDBFL57 0xF0066ED2          MC 94 Read Data and Bit Flip Register 57
MTU_MC94_RDBFL58 0xF0066ED4          MC 94 Read Data and Bit Flip Register 58
MTU_MC94_RDBFL59 0xF0066ED6          MC 94 Read Data and Bit Flip Register 59
MTU_MC94_RDBFL60 0xF0066ED8          MC 94 Read Data and Bit Flip Register 60
MTU_MC94_RDBFL61 0xF0066EDA          MC 94 Read Data and Bit Flip Register 61
MTU_MC94_RDBFL62 0xF0066EDC          MC 94 Read Data and Bit Flip Register 62
MTU_MC94_RDBFL63 0xF0066EDE          MC 94 Read Data and Bit Flip Register 63
MTU_MC94_RDBFL64 0xF0066EE0          MC 94 Read Data and Bit Flip Register 64
MTU_MC94_RDBFL65 0xF0066EE2          MC 94 Read Data and Bit Flip Register 65
MTU_MC94_RDBFL66 0xF0066EE4          MC 94 Read Data and Bit Flip Register 66
MTU_MC94_ALMSRCS 0xF0066EEE          MC 94 Alarm Sources Configuration Register
MTU_MC94_FAULTSTS 0xF0066EF0          MC 94 SSH Safety Faults Status Register
MTU_MC94_ERRINFO0 0xF0066EF2          MC 94 Error Information Register 0
MTU_MC94_ERRINFO1 0xF0066EF4          MC 94 Error Information Register 1
MTU_MC94_ERRINFO2 0xF0066EF6          MC 94 Error Information Register 2
MTU_MC94_ERRINFO3 0xF0066EF8          MC 94 Error Information Register 3
MTU_MC94_ERRINFO4 0xF0066EFA          MC 94 Error Information Register 4
MTU_MC95_CONFIG0 0xF0066F00          MC 95 Configuration Register 0
MTU_MC95_CONFIG1 0xF0066F02          MC 95 Configuration Register 1
MTU_MC95_MCONTROL 0xF0066F04          MC 95 MBIST Control Register
MTU_MC95_MSTATUS 0xF0066F06          MC 95 Status Register
MTU_MC95_RANGE  0xF0066F08          MC 95 Range Register, single address mode
MTU_MC95_REVID  0xF0066F0C          MC 95 Revision ID Register
MTU_MC95_ECCS   0xF0066F0E          MC 95 ECC Safety Register
MTU_MC95_ECCD   0xF0066F10          MC 95 Memory ECC Detection Register
MTU_MC95_ETRR0  0xF0066F12          MC 95 Error Tracking Register 0
MTU_MC95_ETRR1  0xF0066F14          MC 95 Error Tracking Register 1
MTU_MC95_ETRR2  0xF0066F16          MC 95 Error Tracking Register 2
MTU_MC95_ETRR3  0xF0066F18          MC 95 Error Tracking Register 3
MTU_MC95_ETRR4  0xF0066F1A          MC 95 Error Tracking Register 4
MTU_MC95_RDBFL0 0xF0066F60          MC 95 Read Data and Bit Flip Register 0
MTU_MC95_RDBFL1 0xF0066F62          MC 95 Read Data and Bit Flip Register 1
MTU_MC95_RDBFL2 0xF0066F64          MC 95 Read Data and Bit Flip Register 2
MTU_MC95_RDBFL3 0xF0066F66          MC 95 Read Data and Bit Flip Register 3
MTU_MC95_RDBFL4 0xF0066F68          MC 95 Read Data and Bit Flip Register 4
MTU_MC95_RDBFL5 0xF0066F6A          MC 95 Read Data and Bit Flip Register 5
MTU_MC95_RDBFL6 0xF0066F6C          MC 95 Read Data and Bit Flip Register 6
MTU_MC95_RDBFL7 0xF0066F6E          MC 95 Read Data and Bit Flip Register 7
MTU_MC95_RDBFL8 0xF0066F70          MC 95 Read Data and Bit Flip Register 8
MTU_MC95_RDBFL9 0xF0066F72          MC 95 Read Data and Bit Flip Register 9
MTU_MC95_RDBFL10 0xF0066F74          MC 95 Read Data and Bit Flip Register 10
MTU_MC95_RDBFL11 0xF0066F76          MC 95 Read Data and Bit Flip Register 11
MTU_MC95_RDBFL12 0xF0066F78          MC 95 Read Data and Bit Flip Register 12
MTU_MC95_RDBFL13 0xF0066F7A          MC 95 Read Data and Bit Flip Register 13
MTU_MC95_RDBFL14 0xF0066F7C          MC 95 Read Data and Bit Flip Register 14
MTU_MC95_RDBFL15 0xF0066F7E          MC 95 Read Data and Bit Flip Register 15
MTU_MC95_RDBFL16 0xF0066F80          MC 95 Read Data and Bit Flip Register 16
MTU_MC95_RDBFL17 0xF0066F82          MC 95 Read Data and Bit Flip Register 17
MTU_MC95_RDBFL18 0xF0066F84          MC 95 Read Data and Bit Flip Register 18
MTU_MC95_RDBFL19 0xF0066F86          MC 95 Read Data and Bit Flip Register 19
MTU_MC95_RDBFL20 0xF0066F88          MC 95 Read Data and Bit Flip Register 20
MTU_MC95_RDBFL21 0xF0066F8A          MC 95 Read Data and Bit Flip Register 21
MTU_MC95_RDBFL22 0xF0066F8C          MC 95 Read Data and Bit Flip Register 22
MTU_MC95_RDBFL23 0xF0066F8E          MC 95 Read Data and Bit Flip Register 23
MTU_MC95_RDBFL24 0xF0066F90          MC 95 Read Data and Bit Flip Register 24
MTU_MC95_RDBFL25 0xF0066F92          MC 95 Read Data and Bit Flip Register 25
MTU_MC95_RDBFL26 0xF0066F94          MC 95 Read Data and Bit Flip Register 26
MTU_MC95_RDBFL27 0xF0066F96          MC 95 Read Data and Bit Flip Register 27
MTU_MC95_RDBFL28 0xF0066F98          MC 95 Read Data and Bit Flip Register 28
MTU_MC95_RDBFL29 0xF0066F9A          MC 95 Read Data and Bit Flip Register 29
MTU_MC95_RDBFL30 0xF0066F9C          MC 95 Read Data and Bit Flip Register 30
MTU_MC95_RDBFL31 0xF0066F9E          MC 95 Read Data and Bit Flip Register 31
MTU_MC95_RDBFL32 0xF0066FA0          MC 95 Read Data and Bit Flip Register 32
MTU_MC95_RDBFL33 0xF0066FA2          MC 95 Read Data and Bit Flip Register 33
MTU_MC95_RDBFL34 0xF0066FA4          MC 95 Read Data and Bit Flip Register 34
MTU_MC95_RDBFL35 0xF0066FA6          MC 95 Read Data and Bit Flip Register 35
MTU_MC95_RDBFL36 0xF0066FA8          MC 95 Read Data and Bit Flip Register 36
MTU_MC95_RDBFL37 0xF0066FAA          MC 95 Read Data and Bit Flip Register 37
MTU_MC95_RDBFL38 0xF0066FAC          MC 95 Read Data and Bit Flip Register 38
MTU_MC95_RDBFL39 0xF0066FAE          MC 95 Read Data and Bit Flip Register 39
MTU_MC95_RDBFL40 0xF0066FB0          MC 95 Read Data and Bit Flip Register 40
MTU_MC95_RDBFL41 0xF0066FB2          MC 95 Read Data and Bit Flip Register 41
MTU_MC95_RDBFL42 0xF0066FB4          MC 95 Read Data and Bit Flip Register 42
MTU_MC95_RDBFL43 0xF0066FB6          MC 95 Read Data and Bit Flip Register 43
MTU_MC95_RDBFL44 0xF0066FB8          MC 95 Read Data and Bit Flip Register 44
MTU_MC95_RDBFL45 0xF0066FBA          MC 95 Read Data and Bit Flip Register 45
MTU_MC95_RDBFL46 0xF0066FBC          MC 95 Read Data and Bit Flip Register 46
MTU_MC95_RDBFL47 0xF0066FBE          MC 95 Read Data and Bit Flip Register 47
MTU_MC95_RDBFL48 0xF0066FC0          MC 95 Read Data and Bit Flip Register 48
MTU_MC95_RDBFL49 0xF0066FC2          MC 95 Read Data and Bit Flip Register 49
MTU_MC95_RDBFL50 0xF0066FC4          MC 95 Read Data and Bit Flip Register 50
MTU_MC95_RDBFL51 0xF0066FC6          MC 95 Read Data and Bit Flip Register 51
MTU_MC95_RDBFL52 0xF0066FC8          MC 95 Read Data and Bit Flip Register 52
MTU_MC95_RDBFL53 0xF0066FCA          MC 95 Read Data and Bit Flip Register 53
MTU_MC95_RDBFL54 0xF0066FCC          MC 95 Read Data and Bit Flip Register 54
MTU_MC95_RDBFL55 0xF0066FCE          MC 95 Read Data and Bit Flip Register 55
MTU_MC95_RDBFL56 0xF0066FD0          MC 95 Read Data and Bit Flip Register 56
MTU_MC95_RDBFL57 0xF0066FD2          MC 95 Read Data and Bit Flip Register 57
MTU_MC95_RDBFL58 0xF0066FD4          MC 95 Read Data and Bit Flip Register 58
MTU_MC95_RDBFL59 0xF0066FD6          MC 95 Read Data and Bit Flip Register 59
MTU_MC95_RDBFL60 0xF0066FD8          MC 95 Read Data and Bit Flip Register 60
MTU_MC95_RDBFL61 0xF0066FDA          MC 95 Read Data and Bit Flip Register 61
MTU_MC95_RDBFL62 0xF0066FDC          MC 95 Read Data and Bit Flip Register 62
MTU_MC95_RDBFL63 0xF0066FDE          MC 95 Read Data and Bit Flip Register 63
MTU_MC95_RDBFL64 0xF0066FE0          MC 95 Read Data and Bit Flip Register 64
MTU_MC95_RDBFL65 0xF0066FE2          MC 95 Read Data and Bit Flip Register 65
MTU_MC95_RDBFL66 0xF0066FE4          MC 95 Read Data and Bit Flip Register 66
MTU_MC95_ALMSRCS 0xF0066FEE          MC 95 Alarm Sources Configuration Register
MTU_MC95_FAULTSTS 0xF0066FF0          MC 95 SSH Safety Faults Status Register
MTU_MC95_ERRINFO0 0xF0066FF2          MC 95 Error Information Register 0
MTU_MC95_ERRINFO1 0xF0066FF4          MC 95 Error Information Register 1
MTU_MC95_ERRINFO2 0xF0066FF6          MC 95 Error Information Register 2
MTU_MC95_ERRINFO3 0xF0066FF8          MC 95 Error Information Register 3
MTU_MC95_ERRINFO4 0xF0066FFA          MC 95 Error Information Register 4
HSSL0_CLC       0xF0080000          Clock Control Register
HSSL0_ID        0xF0080008          Module Identification Register
HSSL0_CRC       0xF008000C          CRC Control Register
HSSL0_CFG       0xF0080010          Configuration Register
HSSL0_QFLAGS    0xF0080014          Request Flags Register
HSSL0_MFLAGS    0xF0080018          Miscellaneous Flags Register
HSSL0_MFLAGSSET 0xF008001C          Miscellaneous Flags Set Register
HSSL0_MFLAGSCL  0xF0080020          Miscellaneous Flags Clear Register
HSSL0_MFLAGSEN  0xF0080024          Flags Enable Register
HSSL0_SFSFLAGS  0xF0080028          Stream FIFOs Status Flags Register
HSSL0_IWD0      0xF0080030          Initiator Write Data Register 0
HSSL0_ICON0     0xF0080034          Initiator Control Data Register 0
HSSL0_IRWA0     0xF0080038          Initiator Read Write Address Register 0
HSSL0_IRD0      0xF008003C          Initiator Read Data Register 0
HSSL0_IWD1      0xF0080040          Initiator Write Data Register 1
HSSL0_ICON1     0xF0080044          Initiator Control Data Register 1
HSSL0_IRWA1     0xF0080048          Initiator Read Write Address Register 1
HSSL0_IRD1      0xF008004C          Initiator Read Data Register 1
HSSL0_IWD2      0xF0080050          Initiator Write Data Register 2
HSSL0_ICON2     0xF0080054          Initiator Control Data Register 2
HSSL0_IRWA2     0xF0080058          Initiator Read Write Address Register 2
HSSL0_IRD2      0xF008005C          Initiator Read Data Register 2
HSSL0_IWD3      0xF0080060          Initiator Write Data Register 3
HSSL0_ICON3     0xF0080064          Initiator Control Data Register 3
HSSL0_IRWA3     0xF0080068          Initiator Read Write Address Register 3
HSSL0_IRD3      0xF008006C          Initiator Read Data Register 3
HSSL0_TCD0      0xF0080070          Target Current Data Register 0
HSSL0_TCA0      0xF0080074          Target Current Address Register 0
HSSL0_TCD1      0xF0080078          Target Current Data Register 1
HSSL0_TCA1      0xF008007C          Target Current Address Register 1
HSSL0_TCD2      0xF0080080          Target Current Data Register 2
HSSL0_TCA2      0xF0080084          Target Current Address Register 2
HSSL0_TCD3      0xF0080088          Target Current Data Register 3
HSSL0_TCA3      0xF008008C          Target Current Address Register 3
HSSL0_TSTAT     0xF0080090          Target Status Register
HSSL0_TIDADD    0xF0080094          Target ID Address Register
HSSL0_SEC       0xF0080098          Security Control Register
HSSL0_MSCR      0xF008009C          Multi Slave Control Register
HSSL0_ISSA0     0xF00800A0          Initiator Stream Start Address Register
HSSL0_ISSA1     0xF00800A4          Initiator Stream Start Address Register
HSSL0_ISCA      0xF00800A8          Initiator Stream Current Address Register
HSSL0_ISFC      0xF00800AC          Initiator Stream Frame Count Register
HSSL0_TSSA0     0xF00800B0          Target Stream Start Address Register 0
HSSL0_TSSA1     0xF00800B4          Target Stream Start Address Register 1
HSSL0_TSCA      0xF00800B8          Target Stream Current Address Register
HSSL0_TSFC      0xF00800BC          Target Stream Frame Count Register
HSSL0_AWSTART0  0xF00800C0          Access Window Start Register 0
HSSL0_AWEND0    0xF00800C4          Access Window End Register 0
HSSL0_AWSTART1  0xF00800C8          Access Window Start Register 1
HSSL0_AWEND1    0xF00800CC          Access Window End Register 1
HSSL0_AWSTART2  0xF00800D0          Access Window Start Register 2
HSSL0_AWEND2    0xF00800D4          Access Window End Register 2
HSSL0_AWSTART3  0xF00800D8          Access Window Start Register 3
HSSL0_AWEND3    0xF00800DC          Access Window End Register 3
HSSL0_AR        0xF00800E0          Access Rules Register
HSSL0_OCS       0xF00800E8          OCDS Control and Status
HSSL0_KRSTCLR   0xF00800EC          Kernel Reset Status Clear Register
HSSL0_KRST1     0xF00800F0          Kernel Reset Register 1
HSSL0_KRST0     0xF00800F4          Kernel Reset Register 0
HSSL0_ACCEN1    0xF00800F8          Access Enable Register 1
HSSL0_ACCEN0    0xF00800FC          Access Enable Register 0
HSCT0_CLC       0xF0090000          Clock Control Register
HSCT0_ID        0xF0090008          Module Identification Register
HSCT0_INIT      0xF0090010          Initialization Register
HSCT0_IFCTRL    0xF0090014          Interface Control Register
HSCT0_SLEEPCTRL 0xF0090018          Sleep Control Register
HSCT0_CTSCTRL   0xF009001C          Clear To Send Control Register
HSCT0_DISABLE   0xF0090020          Transmission Disable Register
HSCT0_STAT      0xF0090024          Status Register
HSCT0_IFSTAT    0xF0090028          Interface Status Register
HSCT0_CONFIGPHY 0xF0090030          Configuration Physical Layer Register
HSCT0_STATPHY   0xF0090034          STATPHY
HSCT0_IRQ       0xF0090040          Interrupt register
HSCT0_IRQEN     0xF0090044          Interrupt Enable Register
HSCT0_IRQCLR    0xF0090048          Interrupt Clear Register
HSCT0_USMR      0xF0090050          Unsolicited Status Message Received
HSCT0_USMS      0xF0090054          Unsolicited Status Message Send
HSCT0_TESTCTRL  0xF0090060          Test Control Register
HSCT0_OCS       0xF009FFE8          OCDS Control and Status
HSCT0_KRSTCLR   0xF009FFEC          Reset Status Clear Register
HSCT0_KRST1     0xF009FFF0          Reset Register 1
HSCT0_KRST0     0xF009FFF4          Reset Register 0
HSCT0_ACCEN1    0xF009FFF8          Access Enable Register 1
HSCT0_ACCEN0    0xF009FFFC          Access Enable Register 0
HSSL1_CLC       0xF00A0000          Clock Control Register
HSSL1_ID        0xF00A0008          Module Identification Register
HSSL1_CRC       0xF00A000C          CRC Control Register
HSSL1_CFG       0xF00A0010          Configuration Register
HSSL1_QFLAGS    0xF00A0014          Request Flags Register
HSSL1_MFLAGS    0xF00A0018          Miscellaneous Flags Register
HSSL1_MFLAGSSET 0xF00A001C          Miscellaneous Flags Set Register
HSSL1_MFLAGSCL  0xF00A0020          Miscellaneous Flags Clear Register
HSSL1_MFLAGSEN  0xF00A0024          Flags Enable Register
HSSL1_SFSFLAGS  0xF00A0028          Stream FIFOs Status Flags Register
HSSL1_IWD0      0xF00A0030          Initiator Write Data Register 0
HSSL1_ICON0     0xF00A0034          Initiator Control Data Register 0
HSSL1_IRWA0     0xF00A0038          Initiator Read Write Address Register 0
HSSL1_IRD0      0xF00A003C          Initiator Read Data Register 0
HSSL1_IWD1      0xF00A0040          Initiator Write Data Register 1
HSSL1_ICON1     0xF00A0044          Initiator Control Data Register 1
HSSL1_IRWA1     0xF00A0048          Initiator Read Write Address Register 1
HSSL1_IRD1      0xF00A004C          Initiator Read Data Register 1
HSSL1_IWD2      0xF00A0050          Initiator Write Data Register 2
HSSL1_ICON2     0xF00A0054          Initiator Control Data Register 2
HSSL1_IRWA2     0xF00A0058          Initiator Read Write Address Register 2
HSSL1_IRD2      0xF00A005C          Initiator Read Data Register 2
HSSL1_IWD3      0xF00A0060          Initiator Write Data Register 3
HSSL1_ICON3     0xF00A0064          Initiator Control Data Register 3
HSSL1_IRWA3     0xF00A0068          Initiator Read Write Address Register 3
HSSL1_IRD3      0xF00A006C          Initiator Read Data Register 3
HSSL1_TCD0      0xF00A0070          Target Current Data Register 0
HSSL1_TCA0      0xF00A0074          Target Current Address Register 0
HSSL1_TCD1      0xF00A0078          Target Current Data Register 1
HSSL1_TCA1      0xF00A007C          Target Current Address Register 1
HSSL1_TCD2      0xF00A0080          Target Current Data Register 2
HSSL1_TCA2      0xF00A0084          Target Current Address Register 2
HSSL1_TCD3      0xF00A0088          Target Current Data Register 3
HSSL1_TCA3      0xF00A008C          Target Current Address Register 3
HSSL1_TSTAT     0xF00A0090          Target Status Register
HSSL1_TIDADD    0xF00A0094          Target ID Address Register
HSSL1_SEC       0xF00A0098          Security Control Register
HSSL1_MSCR      0xF00A009C          Multi Slave Control Register
HSSL1_ISSA0     0xF00A00A0          Initiator Stream Start Address Register
HSSL1_ISSA1     0xF00A00A4          Initiator Stream Start Address Register
HSSL1_ISCA      0xF00A00A8          Initiator Stream Current Address Register
HSSL1_ISFC      0xF00A00AC          Initiator Stream Frame Count Register
HSSL1_TSSA0     0xF00A00B0          Target Stream Start Address Register 0
HSSL1_TSSA1     0xF00A00B4          Target Stream Start Address Register 1
HSSL1_TSCA      0xF00A00B8          Target Stream Current Address Register
HSSL1_TSFC      0xF00A00BC          Target Stream Frame Count Register
HSSL1_AWSTART0  0xF00A00C0          Access Window Start Register 0
HSSL1_AWEND0    0xF00A00C4          Access Window End Register 0
HSSL1_AWSTART1  0xF00A00C8          Access Window Start Register 1
HSSL1_AWEND1    0xF00A00CC          Access Window End Register 1
HSSL1_AWSTART2  0xF00A00D0          Access Window Start Register 2
HSSL1_AWEND2    0xF00A00D4          Access Window End Register 2
HSSL1_AWSTART3  0xF00A00D8          Access Window Start Register 3
HSSL1_AWEND3    0xF00A00DC          Access Window End Register 3
HSSL1_AR        0xF00A00E0          Access Rules Register
HSSL1_OCS       0xF00A00E8          OCDS Control and Status
HSSL1_KRSTCLR   0xF00A00EC          Kernel Reset Status Clear Register
HSSL1_KRST1     0xF00A00F0          Kernel Reset Register 1
HSSL1_KRST0     0xF00A00F4          Kernel Reset Register 0
HSSL1_ACCEN1    0xF00A00F8          Access Enable Register 1
HSSL1_ACCEN0    0xF00A00FC          Access Enable Register 0
HSCT1_CLC       0xF00B0000          Clock Control Register
HSCT1_ID        0xF00B0008          Module Identification Register
HSCT1_INIT      0xF00B0010          Initialization Register
HSCT1_IFCTRL    0xF00B0014          Interface Control Register
HSCT1_SLEEPCTRL 0xF00B0018          Sleep Control Register
HSCT1_CTSCTRL   0xF00B001C          Clear To Send Control Register
HSCT1_DISABLE   0xF00B0020          Transmission Disable Register
HSCT1_STAT      0xF00B0024          Status Register
HSCT1_IFSTAT    0xF00B0028          Interface Status Register
HSCT1_CONFIGPHY 0xF00B0030          Configuration Physical Layer Register
HSCT1_STATPHY   0xF00B0034          STATPHY
HSCT1_IRQ       0xF00B0040          Interrupt register
HSCT1_IRQEN     0xF00B0044          Interrupt Enable Register
HSCT1_IRQCLR    0xF00B0048          Interrupt Clear Register
HSCT1_USMR      0xF00B0050          Unsolicited Status Message Received
HSCT1_USMS      0xF00B0054          Unsolicited Status Message Send
HSCT1_TESTCTRL  0xF00B0060          Test Control Register
HSCT1_OCS       0xF00BFFE8          OCDS Control and Status
HSCT1_KRSTCLR   0xF00BFFEC          Reset Status Clear Register
HSCT1_KRST1     0xF00BFFF0          Reset Register 1
HSCT1_KRST0     0xF00BFFF4          Reset Register 0
HSCT1_ACCEN1    0xF00BFFF8          Access Enable Register 1
HSCT1_ACCEN0    0xF00BFFFC          Access Enable Register 0
I2C0_CLC1       0xF00C0000          Clock Control 1 Register
I2C0_ID         0xF00C0008          Module Identification Register
I2C0_RUNCTRL    0xF00C0010          RUN Control Register
I2C0_ENDDCTRL   0xF00C0014          End Data Control Register
I2C0_FDIVCFG    0xF00C0018          Fractional Divider Configuration Register
I2C0_FDIVHIGHCFG 0xF00C001C          Fractional Divider High-speed Mode Configuration Register
I2C0_ADDRCFG    0xF00C0020          Address Configuration Register
I2C0_BUSSTAT    0xF00C0024          Bus Status Register
I2C0_FIFOCFG    0xF00C0028          FIFO Configuration Register
I2C0_MRPSCTRL   0xF00C002C          Maximum Received Packet Size Control Register
I2C0_RPSSTAT    0xF00C0030          Received Packet Size Status Register
I2C0_TPSCTRL    0xF00C0034          Transmit Packet Size Control Register
I2C0_FFSSTAT    0xF00C0038          Filled FIFO Stages Status Register
I2C0_TIMCFG     0xF00C0040          Timing Configuration Register
I2C0_ERRIRQSM   0xF00C0060          Error Interrupt Request Source Mask Register
I2C0_ERRIRQSS   0xF00C0064          Error Interrupt Request Source Status Register
I2C0_ERRIRQSC   0xF00C0068          Error Interrupt Request Source Clear Register
I2C0_PIRQSM     0xF00C0070          Protocol Interrupt Request Source Mask Register
I2C0_PIRQSS     0xF00C0074          Protocol Interrupt Request Source Status Register
I2C0_PIRQSC     0xF00C0078          Protocol Interrupt Request Source Clear Register
I2C0_RIS        0xF00C0080          Raw Interrupt Status Register
I2C0_IMSC       0xF00C0084          Interrupt Mask Control Register
I2C0_MIS        0xF00C0088          Masked Interrupt Status Register
I2C0_ICR        0xF00C008C          Interrupt Clear Register
I2C0_ISR        0xF00C0090          Interrupt Set Register
I2C0_TXD        0xF00C8000          Transmission Data Register
I2C0_RXD        0xF00CC000          Reception Data Register
I2C0_CLC        0xF00D0000          Clock Control Register
I2C0_MODID      0xF00D0004          Module Identification Register
I2C0_GPCTL      0xF00D0008          General Purpose Control Register
I2C0_ACCEN0     0xF00D000C          Access Enable Register 0
I2C0_ACCEN1     0xF00D0010          Access Enable Register 1
I2C0_KRST0      0xF00D0014          Kernel Reset Register 0
I2C0_KRST1      0xF00D0018          Kernel Reset Register 1
I2C0_KRSTCLR    0xF00D001C          Kernel Reset Status Clear Register
I2C1_CLC1       0xF00E0000          Clock Control 1 Register
I2C1_ID         0xF00E0008          Module Identification Register
I2C1_RUNCTRL    0xF00E0010          RUN Control Register
I2C1_ENDDCTRL   0xF00E0014          End Data Control Register
I2C1_FDIVCFG    0xF00E0018          Fractional Divider Configuration Register
I2C1_FDIVHIGHCFG 0xF00E001C          Fractional Divider High-speed Mode Configuration Register
I2C1_ADDRCFG    0xF00E0020          Address Configuration Register
I2C1_BUSSTAT    0xF00E0024          Bus Status Register
I2C1_FIFOCFG    0xF00E0028          FIFO Configuration Register
I2C1_MRPSCTRL   0xF00E002C          Maximum Received Packet Size Control Register
I2C1_RPSSTAT    0xF00E0030          Received Packet Size Status Register
I2C1_TPSCTRL    0xF00E0034          Transmit Packet Size Control Register
I2C1_FFSSTAT    0xF00E0038          Filled FIFO Stages Status Register
I2C1_TIMCFG     0xF00E0040          Timing Configuration Register
I2C1_ERRIRQSM   0xF00E0060          Error Interrupt Request Source Mask Register
I2C1_ERRIRQSS   0xF00E0064          Error Interrupt Request Source Status Register
I2C1_ERRIRQSC   0xF00E0068          Error Interrupt Request Source Clear Register
I2C1_PIRQSM     0xF00E0070          Protocol Interrupt Request Source Mask Register
I2C1_PIRQSS     0xF00E0074          Protocol Interrupt Request Source Status Register
I2C1_PIRQSC     0xF00E0078          Protocol Interrupt Request Source Clear Register
I2C1_RIS        0xF00E0080          Raw Interrupt Status Register
I2C1_IMSC       0xF00E0084          Interrupt Mask Control Register
I2C1_MIS        0xF00E0088          Masked Interrupt Status Register
I2C1_ICR        0xF00E008C          Interrupt Clear Register
I2C1_ISR        0xF00E0090          Interrupt Set Register
I2C1_TXD        0xF00E8000          Transmission Data Register
I2C1_RXD        0xF00EC000          Reception Data Register
I2C1_CLC        0xF00F0000          Clock Control Register
I2C1_MODID      0xF00F0004          Module Identification Register
I2C1_GPCTL      0xF00F0008          General Purpose Control Register
I2C1_ACCEN0     0xF00F000C          Access Enable Register 0
I2C1_ACCEN1     0xF00F0010          Access Enable Register 1
I2C1_KRST0      0xF00F0014          Kernel Reset Register 0
I2C1_KRST1      0xF00F0018          Kernel Reset Register 1
I2C1_KRSTCLR    0xF00F001C          Kernel Reset Status Clear Register
GTM_REV         0xF0100000          GTM Version Control Register
GTM_RST         0xF0100004          GTM Global Reset Register
GTM_CTRL        0xF0100008          GTM Global Control Register
GTM_AEI_ADDR_XPT 0xF010000C          GTM AEI Timeout Exception Address Register
GTM_IRQ_NOTIFY  0xF0100010          GTM Interrupt Notification Register
GTM_IRQ_EN      0xF0100014          GTM Interrupt Enable Register
GTM_IRQ_FORCINT 0xF0100018          GTM Software Interrupt Generation Register
GTM_IRQ_MODE    0xF010001C          GTM Top Level Interrupts Mode Selection Register
GTM_EIRQ_EN     0xF0100020          GTM Error Interrupt Enable Register
GTM_HW_CONF     0xF0100024          GTM Hardware Configuration Register
GTM_CFG         0xF0100028          GTM Configuration Register
GTM_AEI_STA_XPT 0xF010002C          GTM AEI Non Zero Status Register
GTM_BRIDGE_MODE 0xF0100030          GTM AEI Bridge Mode Register
GTM_BRIDGE_PTR1 0xF0100034          GTM AEI Bridge Pointer 1 Register
GTM_BRIDGE_PTR2 0xF0100038          GTM AEI Bridge Pointer 2 Register
GTM_MCS_AEM_DIS 0xF010003C          GTM MCS Master Port Disable Register
GTM_TIM0_AUX_IN_SRC 0xF0100040          GTM TIM 0 Module AUX_IN Source Selection Register
GTM_TIM1_AUX_IN_SRC 0xF0100044          GTM TIM 1 Module AUX_IN Source Selection Register
GTM_TIM2_AUX_IN_SRC 0xF0100048          GTM TIM 2 Module AUX_IN Source Selection Register
GTM_TIM3_AUX_IN_SRC 0xF010004C          GTM TIM 3 Module AUX_IN Source Selection Register
GTM_TIM4_AUX_IN_SRC 0xF0100050          GTM TIM 4 Module AUX_IN Source Selection Register
GTM_TIM5_AUX_IN_SRC 0xF0100054          GTM TIM 5 Module AUX_IN Source Selection Register
GTM_TIM6_AUX_IN_SRC 0xF0100058          GTM TIM 6 Module AUX_IN Source Selection Register
GTM_EXT_CAP_EN_0 0xF010005C          GTM External Capture Trigger Enable 0
GTM_EXT_CAP_EN_1 0xF0100060          GTM External Capture Trigger Enable 1
GTM_EXT_CAP_EN_2 0xF0100064          GTM External Capture Trigger Enable 2
GTM_EXT_CAP_EN_3 0xF0100068          GTM External Capture Trigger Enable 3
GTM_EXT_CAP_EN_4 0xF010006C          GTM External Capture Trigger Enable 4
GTM_EXT_CAP_EN_5 0xF0100070          GTM External Capture Trigger Enable 5
GTM_EXT_CAP_EN_6 0xF0100074          GTM External Capture Trigger Enable 6
GTM_EXT_CAP_EN_7 0xF0100078          GTM External Capture Trigger Enable 7
GTM_TOM0_OUT    0xF0100080          GTM TOM 0 Output Level
GTM_TOM1_OUT    0xF0100084          GTM TOM 1 Output Level
GTM_TOM2_OUT    0xF0100088          GTM TOM 2 Output Level
GTM_TOM3_OUT    0xF010008C          GTM TOM 3 Output Level
GTM_TOM4_OUT    0xF0100090          GTM TOM 4 Output Level
GTM_TOM5_OUT    0xF0100094          GTM TOM 5 Output Level
GTM_ATOM0_OUT   0xF0100098          GTM ATOM 0 Output Level
GTM_ATOM2_OUT   0xF010009C          GTM ATOM 2 Output Level
GTM_ATOM4_OUT   0xF01000A0          GTM ATOM 4 Output Level
GTM_ATOM6_OUT   0xF01000A4          GTM ATOM 6 Output Level
GTM_ATOM8_OUT   0xF01000A8          GTM ATOM 8 Output Level
GTM_ATOM10_OUT  0xF01000AC          GTM ATOM 10 Output Level
GTM_CLS_CLK_CFG 0xF01000B0          GTM Cluster Clock Configuration
GTM_TBU_CHEN    0xF0100100          TBU Global Channel Enable
GTM_TBU_CH0_CTRL 0xF0100104          TBU Channel 0 Control Register
GTM_TBU_CH0_BASE 0xF0100108          TBU Channel 0 Base Register
GTM_TBU_CH1_CTRL 0xF010010C          TBU Channel 1 Control Register
GTM_TBU_CH1_BASE 0xF0100110          TBU Channel 1 Base Register
GTM_TBU_CH2_CTRL 0xF0100114          TBU Channel 2 Control Register
GTM_TBU_CH2_BASE 0xF0100118          TBU Channel 2 Base Register
GTM_TBU_CH3_CTRL 0xF010011C          TBU Channel 3 Control Register
GTM_TBU_CH3_BASE 0xF0100120          TBU Channel 3 Base Register
GTM_TBU_CH3_BASE_MARK 0xF0100124          TBU Channel 3 Modulo Value Register
GTM_TBU_CH3_BASE_CAPTURE 0xF0100128          TBU Channel 3 Base Captured Register
GTM_MON_STATUS  0xF0100180          Monitor Status Register
GTM_MON_ACTIVITY_0 0xF0100184          Monitor Activity Register 0
GTM_MON_ACTIVITY_1 0xF0100188          Monitor Activity Register 1
GTM_MON_ACTIVITY_MCS0 0xF010018C          Monitor Activity Register for MCS 0
GTM_MON_ACTIVITY_MCS1 0xF0100190          Monitor Activity Register for MCS 1
GTM_MON_ACTIVITY_MCS2 0xF0100194          Monitor Activity Register for MCS 2
GTM_MON_ACTIVITY_MCS3 0xF0100198          Monitor Activity Register for MCS 3
GTM_MON_ACTIVITY_MCS4 0xF010019C          Monitor Activity Register for MCS 4
GTM_MON_ACTIVITY_MCS5 0xF01001A0          Monitor Activity Register for MCS 5
GTM_MON_ACTIVITY_MCS6 0xF01001A4          Monitor Activity Register for MCS 6
GTM_MON_ACTIVITY_MCS7 0xF01001A8          Monitor Activity Register for MCS 7
GTM_MON_ACTIVITY_MCS8 0xF01001AC          Monitor Activity Register for MCS 8
GTM_MON_ACTIVITY_MCS9 0xF01001B0          Monitor Activity Register for MCS 9
GTM_CMP_EN      0xF0100200          CMP Comparator Enable Register
GTM_CMP_IRQ_NOTIFY 0xF0100204          CMP Event Notification Register
GTM_CMP_IRQ_EN  0xF0100208          CMP Interrupt Enable Register
GTM_CMP_IRQ_FORCINT 0xF010020C          CMP Interrupt Force Register
GTM_CMP_IRQ_MODE 0xF0100210          CMP Interrupt Mode Configuration Register
GTM_CMP_EIRQ_EN 0xF0100214          CMP error interrupt enable register
GTM_ARU_ACCESS  0xF0100280          ARU Access Register
GTM_ARU_DATA_H  0xF0100284          ARU Access Register Upper Data Word
GTM_ARU_DATA_L  0xF0100288          ARU Access Register Lower Data Word
GTM_ARU_DBG_ACCESS0 0xF010028C          ARU Debug Access Channel 0
GTM_ARU_DBG_DATA0_H 0xF0100290          ARU Debug Access 0 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA0_L 0xF0100294          ARU Debug Access 0 Transfer Register Lower Data Word
GTM_ARU_DBG_ACCESS1 0xF0100298          ARU Debug Access Channel 1
GTM_ARU_DBG_DATA1_H 0xF010029C          ARU Debug Access 1 Transfer Register Upper Data Word
GTM_ARU_DBG_DATA1_L 0xF01002A0          ARU Debug Access 1 Transfer Register Lower Data Word
GTM_ARU_IRQ_NOTIFY 0xF01002A4          ARU Interrupt Notification Register
GTM_ARU_IRQ_EN  0xF01002A8          ARU Interrupt Enable Register
GTM_ARU_IRQ_FORCINT 0xF01002AC          ARU Force Interrupt Register
GTM_ARU_IRQ_MODE 0xF01002B0          ARU Interrupt Mode Register
GTM_ARU_CADDR_END 0xF01002B4          ARU caddr Counter End Value Register
GTM_ARU_CTRL    0xF01002BC          ARU Enable Dynamic Routing Register
GTM_ARU_0_DYN_CTRL 0xF01002C0          ARU 0 Dynamic Routing Control Register
GTM_ARU_1_DYN_CTRL 0xF01002C4          ARU 1 Dynamic Routing Control Register
GTM_ARU_0_DYN_ROUTE_LOW 0xF01002C8          ARU 0 Lower Bits of DYN_ROUTE Register
GTM_ARU_1_DYN_ROUTE_LOW 0xF01002CC          ARU 1 Lower Bits of DYN_ROUTE Register
GTM_ARU_0_DYN_ROUTE_HIGH 0xF01002D0          ARU 0 Higher Bits of DYN_ROUTE Register
GTM_ARU_1_DYN_ROUTE_HIGH 0xF01002D4          ARU 1 Higher Bits of DYN_ROUTE Register
GTM_ARU_0_DYN_ROUTE_SR_LOW 0xF01002D8          ARU 0 Shadow Register for ARU_z_DYN_ROUTE_LOW
GTM_ARU_1_DYN_ROUTE_SR_LOW 0xF01002DC          ARU 1 Shadow Register for ARU_z_DYN_ROUTE_LOW
GTM_ARU_0_DYN_ROUTE_SR_HIGH 0xF01002E0          ARU 0 Shadow Register for ARU_z_DYN_ROUTE_HIGH
GTM_ARU_1_DYN_ROUTE_SR_HIGH 0xF01002E4          ARU 1 Shadow Register for ARU_z_DYN_ROUTE_HIGH
GTM_ARU_0_DYN_RDADDR 0xF01002E8          ARU 0 Read ID for Dynamic Routing
GTM_ARU_1_DYN_RDADDR 0xF01002EC          ARU 1 Read ID for Dynamic Routing
GTM_ARU_CADDR   0xF01002FC          ARU caddr Counter Value
GTM_CMU_CLK_EN  0xF0100300          CMU Clock Enable Register
GTM_CMU_GCLK_NUM 0xF0100304          CMU Global Clock Control Numerator
GTM_CMU_GCLK_DEN 0xF0100308          CMU Global Clock Control Denominator
GTM_CMU_CLK_0_CTRL 0xF010030C          CMU Control for Clock Source 0
GTM_CMU_CLK_1_CTRL 0xF0100310          CMU Control for Clock Source 1
GTM_CMU_CLK_2_CTRL 0xF0100314          CMU Control for Clock Source 2
GTM_CMU_CLK_3_CTRL 0xF0100318          CMU Control for Clock Source 3
GTM_CMU_CLK_4_CTRL 0xF010031C          CMU Control for Clock Source 4
GTM_CMU_CLK_5_CTRL 0xF0100320          CMU Control for Clock Source 5
GTM_CMU_CLK_6_CTRL 0xF0100324          CMU Control for Clock Source 6
GTM_CMU_CLK_7_CTRL 0xF0100328          CMU Control for Clock Source 7
GTM_CMU_ECLK_0_NUM 0xF010032C          CMU External Clock 0 Control Numerator
GTM_CMU_ECLK_0_DEN 0xF0100330          CMU External Clock 0 Control Denominator
GTM_CMU_ECLK_1_NUM 0xF0100334          CMU External Clock 1 Control Numerator
GTM_CMU_ECLK_1_DEN 0xF0100338          CMU External Clock 1 Control Denominator
GTM_CMU_ECLK_2_NUM 0xF010033C          CMU External Clock 2 Control Numerator
GTM_CMU_ECLK_2_DEN 0xF0100340          CMU External Clock 2 Control Denominator
GTM_CMU_FXCLK_CTRL 0xF0100344          CMU Control FXCLK Sub-Unit Input Clock
GTM_CMU_GLB_CTRL 0xF0100348          CMU Synchronizing ARU and Clock Source
GTM_CMU_CLK_CTRL 0xF010034C          CMU Control for Clock Source Selection
GTM_BRC_SRC_0_ADDR 0xF0100400          BRC Read Address for Input Channel 0
GTM_BRC_SRC_0_DEST 0xF0100404          BRC Destination Channels for Input Channel 0
GTM_BRC_SRC_1_ADDR 0xF0100408          BRC Read Address for Input Channel 1
GTM_BRC_SRC_1_DEST 0xF010040C          BRC Destination Channels for Input Channel 1
GTM_BRC_SRC_2_ADDR 0xF0100410          BRC Read Address for Input Channel 2
GTM_BRC_SRC_2_DEST 0xF0100414          BRC Destination Channels for Input Channel 2
GTM_BRC_SRC_3_ADDR 0xF0100418          BRC Read Address for Input Channel 3
GTM_BRC_SRC_3_DEST 0xF010041C          BRC Destination Channels for Input Channel 3
GTM_BRC_SRC_4_ADDR 0xF0100420          BRC Read Address for Input Channel 4
GTM_BRC_SRC_4_DEST 0xF0100424          BRC Destination Channels for Input Channel 4
GTM_BRC_SRC_5_ADDR 0xF0100428          BRC Read Address for Input Channel 5
GTM_BRC_SRC_5_DEST 0xF010042C          BRC Destination Channels for Input Channel 5
GTM_BRC_SRC_6_ADDR 0xF0100430          BRC Read Address for Input Channel 6
GTM_BRC_SRC_6_DEST 0xF0100434          BRC Destination Channels for Input Channel 6
GTM_BRC_SRC_7_ADDR 0xF0100438          BRC Read Address for Input Channel 7
GTM_BRC_SRC_7_DEST 0xF010043C          BRC Destination Channels for Input Channel 7
GTM_BRC_SRC_8_ADDR 0xF0100440          BRC Read Address for Input Channel 8
GTM_BRC_SRC_8_DEST 0xF0100444          BRC Destination Channels for Input Channel 8
GTM_BRC_SRC_9_ADDR 0xF0100448          BRC Read Address for Input Channel 9
GTM_BRC_SRC_9_DEST 0xF010044C          BRC Destination Channels for Input Channel 9
GTM_BRC_SRC_10_ADDR 0xF0100450          BRC Read Address for Input Channel 10
GTM_BRC_SRC_10_DEST 0xF0100454          BRC Destination Channels for Input Channel 10
GTM_BRC_SRC_11_ADDR 0xF0100458          BRC Read Address for Input Channel 11
GTM_BRC_SRC_11_DEST 0xF010045C          BRC Destination Channels for Input Channel 11
GTM_BRC_IRQ_NOTIFY 0xF0100460          BRC Interrupt Notification Register
GTM_BRC_IRQ_EN  0xF0100464          BRC Interrupt Enable Register
GTM_BRC_IRQ_FORCINT 0xF0100468          BRC Force Interrupt Register
GTM_BRC_IRQ_MODE 0xF010046C          BRC Interrupt Mode Configuration Register
GTM_BRC_RST     0xF0100470          BRC Software Reset Register
GTM_BRC_EIRQ_EN 0xF0100474          BRC Error Interrupt Enable Register
GTM_ICM_IRQG_0  0xF0100600          ICM Interrupt Group Register Covering Infrastructural and Safety Components ARU, BRC, AEI, PSM0, PSM1, MAP, CMP, SPE
GTM_ICM_IRQG_1  0xF0100604          ICM Interrupt Group Register Covering DPLL
GTM_ICM_IRQG_2  0xF0100608          ICM Interrupt Group Register Covering TIM0, TIM1, TIM2, TIM3
GTM_ICM_IRQG_3  0xF010060C          ICM Interrupt Group Register Covering TIM4, TIM5, TIM6, TIM7
GTM_ICM_IRQG_4  0xF0100610          ICM Interrupt Group Register Covering MCS0 to MCS3 Sub-Modules
GTM_ICM_IRQG_5  0xF0100614          ICM Interrupt Group Register Covering MCS4 to MCS6 Sub-Modules
GTM_ICM_IRQG_6  0xF0100618          ICM Interrupt Group Register Covering GTM Output Sub-Modules TOM0 to TOM1
GTM_ICM_IRQG_7  0xF010061C          ICM Interrupt Group Register Covering GTM Output Sub-Modules TOM2 to TOM3
GTM_ICM_IRQG_8  0xF0100620          ICM Interrupt Group Register Covering GTM Output Sub-Modules TOM4 to TOM5
GTM_ICM_IRQG_9  0xF0100624          ICM Interrupt Group Register Covering GTM Output Sub-Modules ATOM0, ATOM1, ATOM2 and ATOM3
GTM_ICM_IRQG_10 0xF0100628          ICM Interrupt Group Register Covering GTM Output Sub-Modules ATOM4 to ATOM7
GTM_ICM_IRQG_11 0xF010062C          ICM Interrupt Group Register Covering GTM Output Sub-Modules ATOM8 to ATOM11
GTM_ICM_IRQG_MEI 0xF0100630          ICM Interrupt Group Register for Module Error Interrupt Information
GTM_ICM_IRQG_CEI0 0xF0100634          ICM Interrupt Group Register 0 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI1 0xF0100638          ICM Interrupt Group Register 1 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI2 0xF010063C          ICM Interrupt Group Register 2 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI3 0xF0100640          ICM Interrupt Group Register 3 for Channel Error Interrupt Information
GTM_ICM_IRQG_CEI4 0xF0100644          ICM Interrupt Group Register 4 for Channel Error Interrupt Information
GTM_ICM_IRQG_MCS0_CEI 0xF0100664          ICM Interrupt Group MCS 0 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS1_CEI 0xF0100668          ICM Interrupt Group MCS 1 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS2_CEI 0xF010066C          ICM Interrupt Group MCS 2 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS3_CEI 0xF0100670          ICM Interrupt Group MCS 3 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS4_CEI 0xF0100674          ICM Interrupt Group MCS 4 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS5_CEI 0xF0100678          ICM Interrupt Group MCS 5 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS6_CEI 0xF010067C          ICM Interrupt Group MCS 6 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS7_CEI 0xF0100680          ICM Interrupt Group MCS 7 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS8_CEI 0xF0100684          ICM Interrupt Group MCS 8 for Channel Error Interrupt information
GTM_ICM_IRQG_MCS9_CEI 0xF0100688          ICM Interrupt Group MCS 9 for Channel Error Interrupt information
GTM_ICM_IRQG_PSM_0_CEI 0xF01006A4          ICM Interrupt Group PSM 0 for Channel Error Interrupt information of FIFO0, FIFO1, FIFO2
GTM_ICM_IRQG_SPE_CEI 0xF01006B4          ICM Interrupt Group SPE for Module Error Interrupt Information
GTM_ICM_IRQG_CLS_0_MEI 0xF0100710          ICM Interrupt Group for Module Error Interrupt Information for each TIMm, MCSm, SPEm, FIFOm
GTM_ICM_IRQG_CLS_1_MEI 0xF0100714          ICM Interrupt Group for Module Error Interrupt Information for each TIMm, MCSm, SPEm, FIFOm
GTM_ICM_IRQG_CLS_2_MEI 0xF0100718          ICM Interrupt Group for Module Error Interrupt Information for each TIMm, MCSm, SPEm, FIFOm
GTM_ICM_IRQG_MCS0_CI 0xF0100720          ICM Interrupt Group MCS 0 for Channel Interrupt Information
GTM_ICM_IRQG_MCS1_CI 0xF0100724          ICM Interrupt Group MCS 1 for Channel Interrupt Information
GTM_ICM_IRQG_MCS2_CI 0xF0100728          ICM Interrupt Group MCS 2 for Channel Interrupt Information
GTM_ICM_IRQG_MCS3_CI 0xF010072C          ICM Interrupt Group MCS 3 for Channel Interrupt Information
GTM_ICM_IRQG_MCS4_CI 0xF0100730          ICM Interrupt Group MCS 4 for Channel Interrupt Information
GTM_ICM_IRQG_MCS5_CI 0xF0100734          ICM Interrupt Group MCS 5 for Channel Interrupt Information
GTM_ICM_IRQG_MCS6_CI 0xF0100738          ICM Interrupt Group MCS 6 for Channel Interrupt Information
GTM_ICM_IRQG_MCS7_CI 0xF010073C          ICM Interrupt Group MCS 7 for Channel Interrupt Information
GTM_ICM_IRQG_MCS8_CI 0xF0100740          ICM Interrupt Group MCS 8 for Channel Interrupt Information
GTM_ICM_IRQG_MCS9_CI 0xF0100744          ICM Interrupt Group MCS 9 for Channel Interrupt Information
GTM_ICM_IRQG_PSM_0_CI 0xF0100760          ICM Interrupt Group PSM 0 for Channel Interrupt Information of FIFO0, FIFO1, FIFO2
GTM_ICM_IRQG_SPE_CI 0xF0100770          ICM Interrupt Group SPE for Module Interrupt Information
GTM_ICM_IRQG_ATOM_0_CI 0xF0100790          ICM Interrupt Group ATOM 0 for Channel Interrupt Information of ATOMm
GTM_ICM_IRQG_ATOM_1_CI 0xF0100794          ICM Interrupt Group ATOM 1 for Channel Interrupt Information of ATOMm
GTM_ICM_IRQG_ATOM_2_CI 0xF0100798          ICM Interrupt Group ATOM 2 for Channel Interrupt Information of ATOMm
GTM_ICM_IRQG_TOM_0_CI 0xF01007A0          ICM Interrupt Group TOM 0 for Channel Interrupt Information of TOMm
GTM_ICM_IRQG_TOM_1_CI 0xF01007A4          ICM Interrupt Group TOM 1 for Channel Interrupt Information of TOMm
GTM_ICM_IRQG_TOM_2_CI 0xF01007A8          ICM Interrupt Group TOM 2 for Channel Interrupt Information of TOMm
GTM_SPE0_CTRL_STAT 0xF0100800          SPE0 Control Status Register
GTM_SPE0_PAT    0xF0100804          SPE0 Input Pattern Definition Register
GTM_SPE0_OUT_PAT0 0xF0100808          SPE0 Output Definition Register 0
GTM_SPE0_OUT_PAT1 0xF010080C          SPE0 Output Definition Register 1
GTM_SPE0_OUT_PAT2 0xF0100810          SPE0 Output Definition Register 2
GTM_SPE0_OUT_PAT3 0xF0100814          SPE0 Output Definition Register 3
GTM_SPE0_OUT_PAT4 0xF0100818          SPE0 Output Definition Register 4
GTM_SPE0_OUT_PAT5 0xF010081C          SPE0 Output Definition Register 5
GTM_SPE0_OUT_PAT6 0xF0100820          SPE0 Output Definition Register 6
GTM_SPE0_OUT_PAT7 0xF0100824          SPE0 Output Definition Register 7
GTM_SPE0_OUT_CTRL 0xF0100828          SPE0 Output Control Register
GTM_SPE0_IRQ_NOTIFY 0xF010082C          SPE0 Interrupt Notification Register
GTM_SPE0_IRQ_EN 0xF0100830          SPE0 Interrupt Enable Register
GTM_SPE0_IRQ_FORCINT 0xF0100834          SPE0 Interrupt Generation by Software
GTM_SPE0_IRQ_MODE 0xF0100838          SPE0 Interrupt Mode Configuration Register
GTM_SPE0_EIRQ_EN 0xF010083C          SPE0 Error Interrupt Enable Register
GTM_SPE0_REV_CNT 0xF0100840          SPE0 Input Revolution Counter
GTM_SPE0_REV_CMP 0xF0100844          SPE0 Revolution Counter Compare Value
GTM_SPE0_CTRL_STAT2 0xF0100848          SPE0 Control Status Register 2
GTM_SPE0_CMD    0xF010084C          SPE0 Command register
GTM_SPE1_CTRL_STAT 0xF0100880          SPE1 Control Status Register
GTM_SPE1_PAT    0xF0100884          SPE1 Input Pattern Definition Register
GTM_SPE1_OUT_PAT0 0xF0100888          SPE1 Output Definition Register 0
GTM_SPE1_OUT_PAT1 0xF010088C          SPE1 Output Definition Register 1
GTM_SPE1_OUT_PAT2 0xF0100890          SPE1 Output Definition Register 2
GTM_SPE1_OUT_PAT3 0xF0100894          SPE1 Output Definition Register 3
GTM_SPE1_OUT_PAT4 0xF0100898          SPE1 Output Definition Register 4
GTM_SPE1_OUT_PAT5 0xF010089C          SPE1 Output Definition Register 5
GTM_SPE1_OUT_PAT6 0xF01008A0          SPE1 Output Definition Register 6
GTM_SPE1_OUT_PAT7 0xF01008A4          SPE1 Output Definition Register 7
GTM_SPE1_OUT_CTRL 0xF01008A8          SPE1 Output Control Register
GTM_SPE1_IRQ_NOTIFY 0xF01008AC          SPE1 Interrupt Notification Register
GTM_SPE1_IRQ_EN 0xF01008B0          SPE1 Interrupt Enable Register
GTM_SPE1_IRQ_FORCINT 0xF01008B4          SPE1 Interrupt Generation by Software
GTM_SPE1_IRQ_MODE 0xF01008B8          SPE1 Interrupt Mode Configuration Register
GTM_SPE1_EIRQ_EN 0xF01008BC          SPE1 Error Interrupt Enable Register
GTM_SPE1_REV_CNT 0xF01008C0          SPE1 Input Revolution Counter
GTM_SPE1_REV_CMP 0xF01008C4          SPE1 Revolution Counter Compare Value
GTM_SPE1_CTRL_STAT2 0xF01008C8          SPE1 Control Status Register 2
GTM_SPE1_CMD    0xF01008CC          SPE1 Command register
GTM_SPE2_CTRL_STAT 0xF0100900          SPE2 Control Status Register
GTM_SPE2_PAT    0xF0100904          SPE2 Input Pattern Definition Register
GTM_SPE2_OUT_PAT0 0xF0100908          SPE2 Output Definition Register 0
GTM_SPE2_OUT_PAT1 0xF010090C          SPE2 Output Definition Register 1
GTM_SPE2_OUT_PAT2 0xF0100910          SPE2 Output Definition Register 2
GTM_SPE2_OUT_PAT3 0xF0100914          SPE2 Output Definition Register 3
GTM_SPE2_OUT_PAT4 0xF0100918          SPE2 Output Definition Register 4
GTM_SPE2_OUT_PAT5 0xF010091C          SPE2 Output Definition Register 5
GTM_SPE2_OUT_PAT6 0xF0100920          SPE2 Output Definition Register 6
GTM_SPE2_OUT_PAT7 0xF0100924          SPE2 Output Definition Register 7
GTM_SPE2_OUT_CTRL 0xF0100928          SPE2 Output Control Register
GTM_SPE2_IRQ_NOTIFY 0xF010092C          SPE2 Interrupt Notification Register
GTM_SPE2_IRQ_EN 0xF0100930          SPE2 Interrupt Enable Register
GTM_SPE2_IRQ_FORCINT 0xF0100934          SPE2 Interrupt Generation by Software
GTM_SPE2_IRQ_MODE 0xF0100938          SPE2 Interrupt Mode Configuration Register
GTM_SPE2_EIRQ_EN 0xF010093C          SPE2 Error Interrupt Enable Register
GTM_SPE2_REV_CNT 0xF0100940          SPE2 Input Revolution Counter
GTM_SPE2_REV_CMP 0xF0100944          SPE2 Revolution Counter Compare Value
GTM_SPE2_CTRL_STAT2 0xF0100948          SPE2 Control Status Register 2
GTM_SPE2_CMD    0xF010094C          SPE2 Command register
GTM_SPE3_CTRL_STAT 0xF0100980          SPE3 Control Status Register
GTM_SPE3_PAT    0xF0100984          SPE3 Input Pattern Definition Register
GTM_SPE3_OUT_PAT0 0xF0100988          SPE3 Output Definition Register 0
GTM_SPE3_OUT_PAT1 0xF010098C          SPE3 Output Definition Register 1
GTM_SPE3_OUT_PAT2 0xF0100990          SPE3 Output Definition Register 2
GTM_SPE3_OUT_PAT3 0xF0100994          SPE3 Output Definition Register 3
GTM_SPE3_OUT_PAT4 0xF0100998          SPE3 Output Definition Register 4
GTM_SPE3_OUT_PAT5 0xF010099C          SPE3 Output Definition Register 5
GTM_SPE3_OUT_PAT6 0xF01009A0          SPE3 Output Definition Register 6
GTM_SPE3_OUT_PAT7 0xF01009A4          SPE3 Output Definition Register 7
GTM_SPE3_OUT_CTRL 0xF01009A8          SPE3 Output Control Register
GTM_SPE3_IRQ_NOTIFY 0xF01009AC          SPE3 Interrupt Notification Register
GTM_SPE3_IRQ_EN 0xF01009B0          SPE3 Interrupt Enable Register
GTM_SPE3_IRQ_FORCINT 0xF01009B4          SPE3 Interrupt Generation by Software
GTM_SPE3_IRQ_MODE 0xF01009B8          SPE3 Interrupt Mode Configuration Register
GTM_SPE3_EIRQ_EN 0xF01009BC          SPE3 Error Interrupt Enable Register
GTM_SPE3_REV_CNT 0xF01009C0          SPE3 Input Revolution Counter
GTM_SPE3_REV_CMP 0xF01009C4          SPE3 Revolution Counter Compare Value
GTM_SPE3_CTRL_STAT2 0xF01009C8          SPE3 Control Status Register 2
GTM_SPE3_CMD    0xF01009CC          SPE3 Command register
GTM_SPE4_CTRL_STAT 0xF0100A00          SPE4 Control Status Register
GTM_SPE4_PAT    0xF0100A04          SPE4 Input Pattern Definition Register
GTM_SPE4_OUT_PAT0 0xF0100A08          SPE4 Output Definition Register 0
GTM_SPE4_OUT_PAT1 0xF0100A0C          SPE4 Output Definition Register 1
GTM_SPE4_OUT_PAT2 0xF0100A10          SPE4 Output Definition Register 2
GTM_SPE4_OUT_PAT3 0xF0100A14          SPE4 Output Definition Register 3
GTM_SPE4_OUT_PAT4 0xF0100A18          SPE4 Output Definition Register 4
GTM_SPE4_OUT_PAT5 0xF0100A1C          SPE4 Output Definition Register 5
GTM_SPE4_OUT_PAT6 0xF0100A20          SPE4 Output Definition Register 6
GTM_SPE4_OUT_PAT7 0xF0100A24          SPE4 Output Definition Register 7
GTM_SPE4_OUT_CTRL 0xF0100A28          SPE4 Output Control Register
GTM_SPE4_IRQ_NOTIFY 0xF0100A2C          SPE4 Interrupt Notification Register
GTM_SPE4_IRQ_EN 0xF0100A30          SPE4 Interrupt Enable Register
GTM_SPE4_IRQ_FORCINT 0xF0100A34          SPE4 Interrupt Generation by Software
GTM_SPE4_IRQ_MODE 0xF0100A38          SPE4 Interrupt Mode Configuration Register
GTM_SPE4_EIRQ_EN 0xF0100A3C          SPE4 Error Interrupt Enable Register
GTM_SPE4_REV_CNT 0xF0100A40          SPE4 Input Revolution Counter
GTM_SPE4_REV_CMP 0xF0100A44          SPE4 Revolution Counter Compare Value
GTM_SPE4_CTRL_STAT2 0xF0100A48          SPE4 Control Status Register 2
GTM_SPE4_CMD    0xF0100A4C          SPE4 Command register
GTM_SPE5_CTRL_STAT 0xF0100A80          SPE5 Control Status Register
GTM_SPE5_PAT    0xF0100A84          SPE5 Input Pattern Definition Register
GTM_SPE5_OUT_PAT0 0xF0100A88          SPE5 Output Definition Register 0
GTM_SPE5_OUT_PAT1 0xF0100A8C          SPE5 Output Definition Register 1
GTM_SPE5_OUT_PAT2 0xF0100A90          SPE5 Output Definition Register 2
GTM_SPE5_OUT_PAT3 0xF0100A94          SPE5 Output Definition Register 3
GTM_SPE5_OUT_PAT4 0xF0100A98          SPE5 Output Definition Register 4
GTM_SPE5_OUT_PAT5 0xF0100A9C          SPE5 Output Definition Register 5
GTM_SPE5_OUT_PAT6 0xF0100AA0          SPE5 Output Definition Register 6
GTM_SPE5_OUT_PAT7 0xF0100AA4          SPE5 Output Definition Register 7
GTM_SPE5_OUT_CTRL 0xF0100AA8          SPE5 Output Control Register
GTM_SPE5_IRQ_NOTIFY 0xF0100AAC          SPE5 Interrupt Notification Register
GTM_SPE5_IRQ_EN 0xF0100AB0          SPE5 Interrupt Enable Register
GTM_SPE5_IRQ_FORCINT 0xF0100AB4          SPE5 Interrupt Generation by Software
GTM_SPE5_IRQ_MODE 0xF0100AB8          SPE5 Interrupt Mode Configuration Register
GTM_SPE5_EIRQ_EN 0xF0100ABC          SPE5 Error Interrupt Enable Register
GTM_SPE5_REV_CNT 0xF0100AC0          SPE5 Input Revolution Counter
GTM_SPE5_REV_CMP 0xF0100AC4          SPE5 Revolution Counter Compare Value
GTM_SPE5_CTRL_STAT2 0xF0100AC8          SPE5 Control Status Register 2
GTM_SPE5_CMD    0xF0100ACC          SPE5 Command register
GTM_MAP_CTRL    0xF0100F00          MAP Control Register
GTM_MCFG_CTRL   0xF0100F40          MCFG Memory Layout Configuration Register
GTM_TIM0_CH0_GPR0 0xF0101000          TIM0 Channel 0 General Purpose 0 Register
GTM_TIM0_CH0_GPR1 0xF0101004          TIM0 Channel 0 General Purpose 1 Register
GTM_TIM0_CH0_CNT 0xF0101008          TIM0 Channel 0 SMU Counter Register
GTM_TIM0_CH0_ECNT 0xF010100C          TIM0 Channel 0 SMU Edge Counter Register
GTM_TIM0_CH0_CNTS 0xF0101010          TIM0 Channel 0 SMU Shadow Counter Register
GTM_TIM0_CH0_TDUC 0xF0101014          TIM0 Channel 0 TDU Counter Register
GTM_TIM0_CH0_TDUV 0xF0101018          TIM0 Channel 0 TDU Control Register
GTM_TIM0_CH0_FLT_RE 0xF010101C          TIM0 Channel 0 Filter Parameter 0 Register
GTM_TIM0_CH0_FLT_FE 0xF0101020          TIM0 Channel 0 Filter Parameter 1 Register
GTM_TIM0_CH0_CTRL 0xF0101024          TIM0 Channel 0 Control Register
GTM_TIM0_CH0_ECTRL 0xF0101028          TIM0 Channel 0 Extended Control Register
GTM_TIM0_CH0_IRQ_NOTIFY 0xF010102C          TIM0 Channel 0 Interrupt Notification Register
GTM_TIM0_CH0_IRQ_EN 0xF0101030          TIM0 Channel 0 Interrupt Enable Register
GTM_TIM0_CH0_IRQ_FORCINT 0xF0101034          TIM0 Channel 0 Force Interrupt Register
GTM_TIM0_CH0_IRQ_MODE 0xF0101038          TIM0 Channel 0 Interrupt Mode Configuration Register
GTM_TIM0_CH0_EIRQ_EN 0xF010103C          TIM0 Channel 0 Error Interrupt Enable Register
GTM_TIM0_INP_VAL 0xF0101074          TIM0 Input Value Observation Register
GTM_TIM0_IN_SRC 0xF0101078          TIM0 AUX IN Source Selection Register
GTM_TIM0_RST    0xF010107C          TIM0 Global Software Reset Register
GTM_TIM0_CH1_GPR0 0xF0101080          TIM0 Channel 1 General Purpose 0 Register
GTM_TIM0_CH1_GPR1 0xF0101084          TIM0 Channel 1 General Purpose 1 Register
GTM_TIM0_CH1_CNT 0xF0101088          TIM0 Channel 1 SMU Counter Register
GTM_TIM0_CH1_ECNT 0xF010108C          TIM0 Channel 1 SMU Edge Counter Register
GTM_TIM0_CH1_CNTS 0xF0101090          TIM0 Channel 1 SMU Shadow Counter Register
GTM_TIM0_CH1_TDUC 0xF0101094          TIM0 Channel 1 TDU Counter Register
GTM_TIM0_CH1_TDUV 0xF0101098          TIM0 Channel 1 TDU Control Register
GTM_TIM0_CH1_FLT_RE 0xF010109C          TIM0 Channel 1 Filter Parameter 0 Register
GTM_TIM0_CH1_FLT_FE 0xF01010A0          TIM0 Channel 1 Filter Parameter 1 Register
GTM_TIM0_CH1_CTRL 0xF01010A4          TIM0 Channel 1 Control Register
GTM_TIM0_CH1_ECTRL 0xF01010A8          TIM0 Channel 1 Extended Control Register
GTM_TIM0_CH1_IRQ_NOTIFY 0xF01010AC          TIM0 Channel 1 Interrupt Notification Register
GTM_TIM0_CH1_IRQ_EN 0xF01010B0          TIM0 Channel 1 Interrupt Enable Register
GTM_TIM0_CH1_IRQ_FORCINT 0xF01010B4          TIM0 Channel 1 Force Interrupt Register
GTM_TIM0_CH1_IRQ_MODE 0xF01010B8          TIM0 Channel 1 Interrupt Mode Configuration Register
GTM_TIM0_CH1_EIRQ_EN 0xF01010BC          TIM0 Channel 1 Error Interrupt Enable Register
GTM_TIM0_CH2_GPR0 0xF0101100          TIM0 Channel 2 General Purpose 0 Register
GTM_TIM0_CH2_GPR1 0xF0101104          TIM0 Channel 2 General Purpose 1 Register
GTM_TIM0_CH2_CNT 0xF0101108          TIM0 Channel 2 SMU Counter Register
GTM_TIM0_CH2_ECNT 0xF010110C          TIM0 Channel 2 SMU Edge Counter Register
GTM_TIM0_CH2_CNTS 0xF0101110          TIM0 Channel 2 SMU Shadow Counter Register
GTM_TIM0_CH2_TDUC 0xF0101114          TIM0 Channel 2 TDU Counter Register
GTM_TIM0_CH2_TDUV 0xF0101118          TIM0 Channel 2 TDU Control Register
GTM_TIM0_CH2_FLT_RE 0xF010111C          TIM0 Channel 2 Filter Parameter 0 Register
GTM_TIM0_CH2_FLT_FE 0xF0101120          TIM0 Channel 2 Filter Parameter 1 Register
GTM_TIM0_CH2_CTRL 0xF0101124          TIM0 Channel 2 Control Register
GTM_TIM0_CH2_ECTRL 0xF0101128          TIM0 Channel 2 Extended Control Register
GTM_TIM0_CH2_IRQ_NOTIFY 0xF010112C          TIM0 Channel 2 Interrupt Notification Register
GTM_TIM0_CH2_IRQ_EN 0xF0101130          TIM0 Channel 2 Interrupt Enable Register
GTM_TIM0_CH2_IRQ_FORCINT 0xF0101134          TIM0 Channel 2 Force Interrupt Register
GTM_TIM0_CH2_IRQ_MODE 0xF0101138          TIM0 Channel 2 Interrupt Mode Configuration Register
GTM_TIM0_CH2_EIRQ_EN 0xF010113C          TIM0 Channel 2 Error Interrupt Enable Register
GTM_TIM0_CH3_GPR0 0xF0101180          TIM0 Channel 3 General Purpose 0 Register
GTM_TIM0_CH3_GPR1 0xF0101184          TIM0 Channel 3 General Purpose 1 Register
GTM_TIM0_CH3_CNT 0xF0101188          TIM0 Channel 3 SMU Counter Register
GTM_TIM0_CH3_ECNT 0xF010118C          TIM0 Channel 3 SMU Edge Counter Register
GTM_TIM0_CH3_CNTS 0xF0101190          TIM0 Channel 3 SMU Shadow Counter Register
GTM_TIM0_CH3_TDUC 0xF0101194          TIM0 Channel 3 TDU Counter Register
GTM_TIM0_CH3_TDUV 0xF0101198          TIM0 Channel 3 TDU Control Register
GTM_TIM0_CH3_FLT_RE 0xF010119C          TIM0 Channel 3 Filter Parameter 0 Register
GTM_TIM0_CH3_FLT_FE 0xF01011A0          TIM0 Channel 3 Filter Parameter 1 Register
GTM_TIM0_CH3_CTRL 0xF01011A4          TIM0 Channel 3 Control Register
GTM_TIM0_CH3_ECTRL 0xF01011A8          TIM0 Channel 3 Extended Control Register
GTM_TIM0_CH3_IRQ_NOTIFY 0xF01011AC          TIM0 Channel 3 Interrupt Notification Register
GTM_TIM0_CH3_IRQ_EN 0xF01011B0          TIM0 Channel 3 Interrupt Enable Register
GTM_TIM0_CH3_IRQ_FORCINT 0xF01011B4          TIM0 Channel 3 Force Interrupt Register
GTM_TIM0_CH3_IRQ_MODE 0xF01011B8          TIM0 Channel 3 Interrupt Mode Configuration Register
GTM_TIM0_CH3_EIRQ_EN 0xF01011BC          TIM0 Channel 3 Error Interrupt Enable Register
GTM_TIM0_CH4_GPR0 0xF0101200          TIM0 Channel 4 General Purpose 0 Register
GTM_TIM0_CH4_GPR1 0xF0101204          TIM0 Channel 4 General Purpose 1 Register
GTM_TIM0_CH4_CNT 0xF0101208          TIM0 Channel 4 SMU Counter Register
GTM_TIM0_CH4_ECNT 0xF010120C          TIM0 Channel 4 SMU Edge Counter Register
GTM_TIM0_CH4_CNTS 0xF0101210          TIM0 Channel 4 SMU Shadow Counter Register
GTM_TIM0_CH4_TDUC 0xF0101214          TIM0 Channel 4 TDU Counter Register
GTM_TIM0_CH4_TDUV 0xF0101218          TIM0 Channel 4 TDU Control Register
GTM_TIM0_CH4_FLT_RE 0xF010121C          TIM0 Channel 4 Filter Parameter 0 Register
GTM_TIM0_CH4_FLT_FE 0xF0101220          TIM0 Channel 4 Filter Parameter 1 Register
GTM_TIM0_CH4_CTRL 0xF0101224          TIM0 Channel 4 Control Register
GTM_TIM0_CH4_ECTRL 0xF0101228          TIM0 Channel 4 Extended Control Register
GTM_TIM0_CH4_IRQ_NOTIFY 0xF010122C          TIM0 Channel 4 Interrupt Notification Register
GTM_TIM0_CH4_IRQ_EN 0xF0101230          TIM0 Channel 4 Interrupt Enable Register
GTM_TIM0_CH4_IRQ_FORCINT 0xF0101234          TIM0 Channel 4 Force Interrupt Register
GTM_TIM0_CH4_IRQ_MODE 0xF0101238          TIM0 Channel 4 Interrupt Mode Configuration Register
GTM_TIM0_CH4_EIRQ_EN 0xF010123C          TIM0 Channel 4 Error Interrupt Enable Register
GTM_TIM0_CH5_GPR0 0xF0101280          TIM0 Channel 5 General Purpose 0 Register
GTM_TIM0_CH5_GPR1 0xF0101284          TIM0 Channel 5 General Purpose 1 Register
GTM_TIM0_CH5_CNT 0xF0101288          TIM0 Channel 5 SMU Counter Register
GTM_TIM0_CH5_ECNT 0xF010128C          TIM0 Channel 5 SMU Edge Counter Register
GTM_TIM0_CH5_CNTS 0xF0101290          TIM0 Channel 5 SMU Shadow Counter Register
GTM_TIM0_CH5_TDUC 0xF0101294          TIM0 Channel 5 TDU Counter Register
GTM_TIM0_CH5_TDUV 0xF0101298          TIM0 Channel 5 TDU Control Register
GTM_TIM0_CH5_FLT_RE 0xF010129C          TIM0 Channel 5 Filter Parameter 0 Register
GTM_TIM0_CH5_FLT_FE 0xF01012A0          TIM0 Channel 5 Filter Parameter 1 Register
GTM_TIM0_CH5_CTRL 0xF01012A4          TIM0 Channel 5 Control Register
GTM_TIM0_CH5_ECTRL 0xF01012A8          TIM0 Channel 5 Extended Control Register
GTM_TIM0_CH5_IRQ_NOTIFY 0xF01012AC          TIM0 Channel 5 Interrupt Notification Register
GTM_TIM0_CH5_IRQ_EN 0xF01012B0          TIM0 Channel 5 Interrupt Enable Register
GTM_TIM0_CH5_IRQ_FORCINT 0xF01012B4          TIM0 Channel 5 Force Interrupt Register
GTM_TIM0_CH5_IRQ_MODE 0xF01012B8          TIM0 Channel 5 Interrupt Mode Configuration Register
GTM_TIM0_CH5_EIRQ_EN 0xF01012BC          TIM0 Channel 5 Error Interrupt Enable Register
GTM_TIM0_CH6_GPR0 0xF0101300          TIM0 Channel 6 General Purpose 0 Register
GTM_TIM0_CH6_GPR1 0xF0101304          TIM0 Channel 6 General Purpose 1 Register
GTM_TIM0_CH6_CNT 0xF0101308          TIM0 Channel 6 SMU Counter Register
GTM_TIM0_CH6_ECNT 0xF010130C          TIM0 Channel 6 SMU Edge Counter Register
GTM_TIM0_CH6_CNTS 0xF0101310          TIM0 Channel 6 SMU Shadow Counter Register
GTM_TIM0_CH6_TDUC 0xF0101314          TIM0 Channel 6 TDU Counter Register
GTM_TIM0_CH6_TDUV 0xF0101318          TIM0 Channel 6 TDU Control Register
GTM_TIM0_CH6_FLT_RE 0xF010131C          TIM0 Channel 6 Filter Parameter 0 Register
GTM_TIM0_CH6_FLT_FE 0xF0101320          TIM0 Channel 6 Filter Parameter 1 Register
GTM_TIM0_CH6_CTRL 0xF0101324          TIM0 Channel 6 Control Register
GTM_TIM0_CH6_ECTRL 0xF0101328          TIM0 Channel 6 Extended Control Register
GTM_TIM0_CH6_IRQ_NOTIFY 0xF010132C          TIM0 Channel 6 Interrupt Notification Register
GTM_TIM0_CH6_IRQ_EN 0xF0101330          TIM0 Channel 6 Interrupt Enable Register
GTM_TIM0_CH6_IRQ_FORCINT 0xF0101334          TIM0 Channel 6 Force Interrupt Register
GTM_TIM0_CH6_IRQ_MODE 0xF0101338          TIM0 Channel 6 Interrupt Mode Configuration Register
GTM_TIM0_CH6_EIRQ_EN 0xF010133C          TIM0 Channel 6 Error Interrupt Enable Register
GTM_TIM0_CH7_GPR0 0xF0101380          TIM0 Channel 7 General Purpose 0 Register
GTM_TIM0_CH7_GPR1 0xF0101384          TIM0 Channel 7 General Purpose 1 Register
GTM_TIM0_CH7_CNT 0xF0101388          TIM0 Channel 7 SMU Counter Register
GTM_TIM0_CH7_ECNT 0xF010138C          TIM0 Channel 7 SMU Edge Counter Register
GTM_TIM0_CH7_CNTS 0xF0101390          TIM0 Channel 7 SMU Shadow Counter Register
GTM_TIM0_CH7_TDUC 0xF0101394          TIM0 Channel 7 TDU Counter Register
GTM_TIM0_CH7_TDUV 0xF0101398          TIM0 Channel 7 TDU Control Register
GTM_TIM0_CH7_FLT_RE 0xF010139C          TIM0 Channel 7 Filter Parameter 0 Register
GTM_TIM0_CH7_FLT_FE 0xF01013A0          TIM0 Channel 7 Filter Parameter 1 Register
GTM_TIM0_CH7_CTRL 0xF01013A4          TIM0 Channel 7 Control Register
GTM_TIM0_CH7_ECTRL 0xF01013A8          TIM0 Channel 7 Extended Control Register
GTM_TIM0_CH7_IRQ_NOTIFY 0xF01013AC          TIM0 Channel 7 Interrupt Notification Register
GTM_TIM0_CH7_IRQ_EN 0xF01013B0          TIM0 Channel 7 Interrupt Enable Register
GTM_TIM0_CH7_IRQ_FORCINT 0xF01013B4          TIM0 Channel 7 Force Interrupt Register
GTM_TIM0_CH7_IRQ_MODE 0xF01013B8          TIM0 Channel 7 Interrupt Mode Configuration Register
GTM_TIM0_CH7_EIRQ_EN 0xF01013BC          TIM0 Channel 7 Error Interrupt Enable Register
GTM_TIM1_CH0_GPR0 0xF0101800          TIM1 Channel 0 General Purpose 0 Register
GTM_TIM1_CH0_GPR1 0xF0101804          TIM1 Channel 0 General Purpose 1 Register
GTM_TIM1_CH0_CNT 0xF0101808          TIM1 Channel 0 SMU Counter Register
GTM_TIM1_CH0_ECNT 0xF010180C          TIM1 Channel 0 SMU Edge Counter Register
GTM_TIM1_CH0_CNTS 0xF0101810          TIM1 Channel 0 SMU Shadow Counter Register
GTM_TIM1_CH0_TDUC 0xF0101814          TIM1 Channel 0 TDU Counter Register
GTM_TIM1_CH0_TDUV 0xF0101818          TIM1 Channel 0 TDU Control Register
GTM_TIM1_CH0_FLT_RE 0xF010181C          TIM1 Channel 0 Filter Parameter 0 Register
GTM_TIM1_CH0_FLT_FE 0xF0101820          TIM1 Channel 0 Filter Parameter 1 Register
GTM_TIM1_CH0_CTRL 0xF0101824          TIM1 Channel 0 Control Register
GTM_TIM1_CH0_ECTRL 0xF0101828          TIM1 Channel 0 Extended Control Register
GTM_TIM1_CH0_IRQ_NOTIFY 0xF010182C          TIM1 Channel 0 Interrupt Notification Register
GTM_TIM1_CH0_IRQ_EN 0xF0101830          TIM1 Channel 0 Interrupt Enable Register
GTM_TIM1_CH0_IRQ_FORCINT 0xF0101834          TIM1 Channel 0 Force Interrupt Register
GTM_TIM1_CH0_IRQ_MODE 0xF0101838          TIM1 Channel 0 Interrupt Mode Configuration Register
GTM_TIM1_CH0_EIRQ_EN 0xF010183C          TIM1 Channel 0 Error Interrupt Enable Register
GTM_TIM1_INP_VAL 0xF0101874          TIM1 Input Value Observation Register
GTM_TIM1_IN_SRC 0xF0101878          TIM1 AUX IN Source Selection Register
GTM_TIM1_RST    0xF010187C          TIM1 Global Software Reset Register
GTM_TIM1_CH1_GPR0 0xF0101880          TIM1 Channel 1 General Purpose 0 Register
GTM_TIM1_CH1_GPR1 0xF0101884          TIM1 Channel 1 General Purpose 1 Register
GTM_TIM1_CH1_CNT 0xF0101888          TIM1 Channel 1 SMU Counter Register
GTM_TIM1_CH1_ECNT 0xF010188C          TIM1 Channel 1 SMU Edge Counter Register
GTM_TIM1_CH1_CNTS 0xF0101890          TIM1 Channel 1 SMU Shadow Counter Register
GTM_TIM1_CH1_TDUC 0xF0101894          TIM1 Channel 1 TDU Counter Register
GTM_TIM1_CH1_TDUV 0xF0101898          TIM1 Channel 1 TDU Control Register
GTM_TIM1_CH1_FLT_RE 0xF010189C          TIM1 Channel 1 Filter Parameter 0 Register
GTM_TIM1_CH1_FLT_FE 0xF01018A0          TIM1 Channel 1 Filter Parameter 1 Register
GTM_TIM1_CH1_CTRL 0xF01018A4          TIM1 Channel 1 Control Register
GTM_TIM1_CH1_ECTRL 0xF01018A8          TIM1 Channel 1 Extended Control Register
GTM_TIM1_CH1_IRQ_NOTIFY 0xF01018AC          TIM1 Channel 1 Interrupt Notification Register
GTM_TIM1_CH1_IRQ_EN 0xF01018B0          TIM1 Channel 1 Interrupt Enable Register
GTM_TIM1_CH1_IRQ_FORCINT 0xF01018B4          TIM1 Channel 1 Force Interrupt Register
GTM_TIM1_CH1_IRQ_MODE 0xF01018B8          TIM1 Channel 1 Interrupt Mode Configuration Register
GTM_TIM1_CH1_EIRQ_EN 0xF01018BC          TIM1 Channel 1 Error Interrupt Enable Register
GTM_TIM1_CH2_GPR0 0xF0101900          TIM1 Channel 2 General Purpose 0 Register
GTM_TIM1_CH2_GPR1 0xF0101904          TIM1 Channel 2 General Purpose 1 Register
GTM_TIM1_CH2_CNT 0xF0101908          TIM1 Channel 2 SMU Counter Register
GTM_TIM1_CH2_ECNT 0xF010190C          TIM1 Channel 2 SMU Edge Counter Register
GTM_TIM1_CH2_CNTS 0xF0101910          TIM1 Channel 2 SMU Shadow Counter Register
GTM_TIM1_CH2_TDUC 0xF0101914          TIM1 Channel 2 TDU Counter Register
GTM_TIM1_CH2_TDUV 0xF0101918          TIM1 Channel 2 TDU Control Register
GTM_TIM1_CH2_FLT_RE 0xF010191C          TIM1 Channel 2 Filter Parameter 0 Register
GTM_TIM1_CH2_FLT_FE 0xF0101920          TIM1 Channel 2 Filter Parameter 1 Register
GTM_TIM1_CH2_CTRL 0xF0101924          TIM1 Channel 2 Control Register
GTM_TIM1_CH2_ECTRL 0xF0101928          TIM1 Channel 2 Extended Control Register
GTM_TIM1_CH2_IRQ_NOTIFY 0xF010192C          TIM1 Channel 2 Interrupt Notification Register
GTM_TIM1_CH2_IRQ_EN 0xF0101930          TIM1 Channel 2 Interrupt Enable Register
GTM_TIM1_CH2_IRQ_FORCINT 0xF0101934          TIM1 Channel 2 Force Interrupt Register
GTM_TIM1_CH2_IRQ_MODE 0xF0101938          TIM1 Channel 2 Interrupt Mode Configuration Register
GTM_TIM1_CH2_EIRQ_EN 0xF010193C          TIM1 Channel 2 Error Interrupt Enable Register
GTM_TIM1_CH3_GPR0 0xF0101980          TIM1 Channel 3 General Purpose 0 Register
GTM_TIM1_CH3_GPR1 0xF0101984          TIM1 Channel 3 General Purpose 1 Register
GTM_TIM1_CH3_CNT 0xF0101988          TIM1 Channel 3 SMU Counter Register
GTM_TIM1_CH3_ECNT 0xF010198C          TIM1 Channel 3 SMU Edge Counter Register
GTM_TIM1_CH3_CNTS 0xF0101990          TIM1 Channel 3 SMU Shadow Counter Register
GTM_TIM1_CH3_TDUC 0xF0101994          TIM1 Channel 3 TDU Counter Register
GTM_TIM1_CH3_TDUV 0xF0101998          TIM1 Channel 3 TDU Control Register
GTM_TIM1_CH3_FLT_RE 0xF010199C          TIM1 Channel 3 Filter Parameter 0 Register
GTM_TIM1_CH3_FLT_FE 0xF01019A0          TIM1 Channel 3 Filter Parameter 1 Register
GTM_TIM1_CH3_CTRL 0xF01019A4          TIM1 Channel 3 Control Register
GTM_TIM1_CH3_ECTRL 0xF01019A8          TIM1 Channel 3 Extended Control Register
GTM_TIM1_CH3_IRQ_NOTIFY 0xF01019AC          TIM1 Channel 3 Interrupt Notification Register
GTM_TIM1_CH3_IRQ_EN 0xF01019B0          TIM1 Channel 3 Interrupt Enable Register
GTM_TIM1_CH3_IRQ_FORCINT 0xF01019B4          TIM1 Channel 3 Force Interrupt Register
GTM_TIM1_CH3_IRQ_MODE 0xF01019B8          TIM1 Channel 3 Interrupt Mode Configuration Register
GTM_TIM1_CH3_EIRQ_EN 0xF01019BC          TIM1 Channel 3 Error Interrupt Enable Register
GTM_TIM1_CH4_GPR0 0xF0101A00          TIM1 Channel 4 General Purpose 0 Register
GTM_TIM1_CH4_GPR1 0xF0101A04          TIM1 Channel 4 General Purpose 1 Register
GTM_TIM1_CH4_CNT 0xF0101A08          TIM1 Channel 4 SMU Counter Register
GTM_TIM1_CH4_ECNT 0xF0101A0C          TIM1 Channel 4 SMU Edge Counter Register
GTM_TIM1_CH4_CNTS 0xF0101A10          TIM1 Channel 4 SMU Shadow Counter Register
GTM_TIM1_CH4_TDUC 0xF0101A14          TIM1 Channel 4 TDU Counter Register
GTM_TIM1_CH4_TDUV 0xF0101A18          TIM1 Channel 4 TDU Control Register
GTM_TIM1_CH4_FLT_RE 0xF0101A1C          TIM1 Channel 4 Filter Parameter 0 Register
GTM_TIM1_CH4_FLT_FE 0xF0101A20          TIM1 Channel 4 Filter Parameter 1 Register
GTM_TIM1_CH4_CTRL 0xF0101A24          TIM1 Channel 4 Control Register
GTM_TIM1_CH4_ECTRL 0xF0101A28          TIM1 Channel 4 Extended Control Register
GTM_TIM1_CH4_IRQ_NOTIFY 0xF0101A2C          TIM1 Channel 4 Interrupt Notification Register
GTM_TIM1_CH4_IRQ_EN 0xF0101A30          TIM1 Channel 4 Interrupt Enable Register
GTM_TIM1_CH4_IRQ_FORCINT 0xF0101A34          TIM1 Channel 4 Force Interrupt Register
GTM_TIM1_CH4_IRQ_MODE 0xF0101A38          TIM1 Channel 4 Interrupt Mode Configuration Register
GTM_TIM1_CH4_EIRQ_EN 0xF0101A3C          TIM1 Channel 4 Error Interrupt Enable Register
GTM_TIM1_CH5_GPR0 0xF0101A80          TIM1 Channel 5 General Purpose 0 Register
GTM_TIM1_CH5_GPR1 0xF0101A84          TIM1 Channel 5 General Purpose 1 Register
GTM_TIM1_CH5_CNT 0xF0101A88          TIM1 Channel 5 SMU Counter Register
GTM_TIM1_CH5_ECNT 0xF0101A8C          TIM1 Channel 5 SMU Edge Counter Register
GTM_TIM1_CH5_CNTS 0xF0101A90          TIM1 Channel 5 SMU Shadow Counter Register
GTM_TIM1_CH5_TDUC 0xF0101A94          TIM1 Channel 5 TDU Counter Register
GTM_TIM1_CH5_TDUV 0xF0101A98          TIM1 Channel 5 TDU Control Register
GTM_TIM1_CH5_FLT_RE 0xF0101A9C          TIM1 Channel 5 Filter Parameter 0 Register
GTM_TIM1_CH5_FLT_FE 0xF0101AA0          TIM1 Channel 5 Filter Parameter 1 Register
GTM_TIM1_CH5_CTRL 0xF0101AA4          TIM1 Channel 5 Control Register
GTM_TIM1_CH5_ECTRL 0xF0101AA8          TIM1 Channel 5 Extended Control Register
GTM_TIM1_CH5_IRQ_NOTIFY 0xF0101AAC          TIM1 Channel 5 Interrupt Notification Register
GTM_TIM1_CH5_IRQ_EN 0xF0101AB0          TIM1 Channel 5 Interrupt Enable Register
GTM_TIM1_CH5_IRQ_FORCINT 0xF0101AB4          TIM1 Channel 5 Force Interrupt Register
GTM_TIM1_CH5_IRQ_MODE 0xF0101AB8          TIM1 Channel 5 Interrupt Mode Configuration Register
GTM_TIM1_CH5_EIRQ_EN 0xF0101ABC          TIM1 Channel 5 Error Interrupt Enable Register
GTM_TIM1_CH6_GPR0 0xF0101B00          TIM1 Channel 6 General Purpose 0 Register
GTM_TIM1_CH6_GPR1 0xF0101B04          TIM1 Channel 6 General Purpose 1 Register
GTM_TIM1_CH6_CNT 0xF0101B08          TIM1 Channel 6 SMU Counter Register
GTM_TIM1_CH6_ECNT 0xF0101B0C          TIM1 Channel 6 SMU Edge Counter Register
GTM_TIM1_CH6_CNTS 0xF0101B10          TIM1 Channel 6 SMU Shadow Counter Register
GTM_TIM1_CH6_TDUC 0xF0101B14          TIM1 Channel 6 TDU Counter Register
GTM_TIM1_CH6_TDUV 0xF0101B18          TIM1 Channel 6 TDU Control Register
GTM_TIM1_CH6_FLT_RE 0xF0101B1C          TIM1 Channel 6 Filter Parameter 0 Register
GTM_TIM1_CH6_FLT_FE 0xF0101B20          TIM1 Channel 6 Filter Parameter 1 Register
GTM_TIM1_CH6_CTRL 0xF0101B24          TIM1 Channel 6 Control Register
GTM_TIM1_CH6_ECTRL 0xF0101B28          TIM1 Channel 6 Extended Control Register
GTM_TIM1_CH6_IRQ_NOTIFY 0xF0101B2C          TIM1 Channel 6 Interrupt Notification Register
GTM_TIM1_CH6_IRQ_EN 0xF0101B30          TIM1 Channel 6 Interrupt Enable Register
GTM_TIM1_CH6_IRQ_FORCINT 0xF0101B34          TIM1 Channel 6 Force Interrupt Register
GTM_TIM1_CH6_IRQ_MODE 0xF0101B38          TIM1 Channel 6 Interrupt Mode Configuration Register
GTM_TIM1_CH6_EIRQ_EN 0xF0101B3C          TIM1 Channel 6 Error Interrupt Enable Register
GTM_TIM1_CH7_GPR0 0xF0101B80          TIM1 Channel 7 General Purpose 0 Register
GTM_TIM1_CH7_GPR1 0xF0101B84          TIM1 Channel 7 General Purpose 1 Register
GTM_TIM1_CH7_CNT 0xF0101B88          TIM1 Channel 7 SMU Counter Register
GTM_TIM1_CH7_ECNT 0xF0101B8C          TIM1 Channel 7 SMU Edge Counter Register
GTM_TIM1_CH7_CNTS 0xF0101B90          TIM1 Channel 7 SMU Shadow Counter Register
GTM_TIM1_CH7_TDUC 0xF0101B94          TIM1 Channel 7 TDU Counter Register
GTM_TIM1_CH7_TDUV 0xF0101B98          TIM1 Channel 7 TDU Control Register
GTM_TIM1_CH7_FLT_RE 0xF0101B9C          TIM1 Channel 7 Filter Parameter 0 Register
GTM_TIM1_CH7_FLT_FE 0xF0101BA0          TIM1 Channel 7 Filter Parameter 1 Register
GTM_TIM1_CH7_CTRL 0xF0101BA4          TIM1 Channel 7 Control Register
GTM_TIM1_CH7_ECTRL 0xF0101BA8          TIM1 Channel 7 Extended Control Register
GTM_TIM1_CH7_IRQ_NOTIFY 0xF0101BAC          TIM1 Channel 7 Interrupt Notification Register
GTM_TIM1_CH7_IRQ_EN 0xF0101BB0          TIM1 Channel 7 Interrupt Enable Register
GTM_TIM1_CH7_IRQ_FORCINT 0xF0101BB4          TIM1 Channel 7 Force Interrupt Register
GTM_TIM1_CH7_IRQ_MODE 0xF0101BB8          TIM1 Channel 7 Interrupt Mode Configuration Register
GTM_TIM1_CH7_EIRQ_EN 0xF0101BBC          TIM1 Channel 7 Error Interrupt Enable Register
GTM_TIM2_CH0_GPR0 0xF0102000          TIM2 Channel 0 General Purpose 0 Register
GTM_TIM2_CH0_GPR1 0xF0102004          TIM2 Channel 0 General Purpose 1 Register
GTM_TIM2_CH0_CNT 0xF0102008          TIM2 Channel 0 SMU Counter Register
GTM_TIM2_CH0_ECNT 0xF010200C          TIM2 Channel 0 SMU Edge Counter Register
GTM_TIM2_CH0_CNTS 0xF0102010          TIM2 Channel 0 SMU Shadow Counter Register
GTM_TIM2_CH0_TDUC 0xF0102014          TIM2 Channel 0 TDU Counter Register
GTM_TIM2_CH0_TDUV 0xF0102018          TIM2 Channel 0 TDU Control Register
GTM_TIM2_CH0_FLT_RE 0xF010201C          TIM2 Channel 0 Filter Parameter 0 Register
GTM_TIM2_CH0_FLT_FE 0xF0102020          TIM2 Channel 0 Filter Parameter 1 Register
GTM_TIM2_CH0_CTRL 0xF0102024          TIM2 Channel 0 Control Register
GTM_TIM2_CH0_ECTRL 0xF0102028          TIM2 Channel 0 Extended Control Register
GTM_TIM2_CH0_IRQ_NOTIFY 0xF010202C          TIM2 Channel 0 Interrupt Notification Register
GTM_TIM2_CH0_IRQ_EN 0xF0102030          TIM2 Channel 0 Interrupt Enable Register
GTM_TIM2_CH0_IRQ_FORCINT 0xF0102034          TIM2 Channel 0 Force Interrupt Register
GTM_TIM2_CH0_IRQ_MODE 0xF0102038          TIM2 Channel 0 Interrupt Mode Configuration Register
GTM_TIM2_CH0_EIRQ_EN 0xF010203C          TIM2 Channel 0 Error Interrupt Enable Register
GTM_TIM2_INP_VAL 0xF0102074          TIM2 Input Value Observation Register
GTM_TIM2_IN_SRC 0xF0102078          TIM2 AUX IN Source Selection Register
GTM_TIM2_RST    0xF010207C          TIM2 Global Software Reset Register
GTM_TIM2_CH1_GPR0 0xF0102080          TIM2 Channel 1 General Purpose 0 Register
GTM_TIM2_CH1_GPR1 0xF0102084          TIM2 Channel 1 General Purpose 1 Register
GTM_TIM2_CH1_CNT 0xF0102088          TIM2 Channel 1 SMU Counter Register
GTM_TIM2_CH1_ECNT 0xF010208C          TIM2 Channel 1 SMU Edge Counter Register
GTM_TIM2_CH1_CNTS 0xF0102090          TIM2 Channel 1 SMU Shadow Counter Register
GTM_TIM2_CH1_TDUC 0xF0102094          TIM2 Channel 1 TDU Counter Register
GTM_TIM2_CH1_TDUV 0xF0102098          TIM2 Channel 1 TDU Control Register
GTM_TIM2_CH1_FLT_RE 0xF010209C          TIM2 Channel 1 Filter Parameter 0 Register
GTM_TIM2_CH1_FLT_FE 0xF01020A0          TIM2 Channel 1 Filter Parameter 1 Register
GTM_TIM2_CH1_CTRL 0xF01020A4          TIM2 Channel 1 Control Register
GTM_TIM2_CH1_ECTRL 0xF01020A8          TIM2 Channel 1 Extended Control Register
GTM_TIM2_CH1_IRQ_NOTIFY 0xF01020AC          TIM2 Channel 1 Interrupt Notification Register
GTM_TIM2_CH1_IRQ_EN 0xF01020B0          TIM2 Channel 1 Interrupt Enable Register
GTM_TIM2_CH1_IRQ_FORCINT 0xF01020B4          TIM2 Channel 1 Force Interrupt Register
GTM_TIM2_CH1_IRQ_MODE 0xF01020B8          TIM2 Channel 1 Interrupt Mode Configuration Register
GTM_TIM2_CH1_EIRQ_EN 0xF01020BC          TIM2 Channel 1 Error Interrupt Enable Register
GTM_TIM2_CH2_GPR0 0xF0102100          TIM2 Channel 2 General Purpose 0 Register
GTM_TIM2_CH2_GPR1 0xF0102104          TIM2 Channel 2 General Purpose 1 Register
GTM_TIM2_CH2_CNT 0xF0102108          TIM2 Channel 2 SMU Counter Register
GTM_TIM2_CH2_ECNT 0xF010210C          TIM2 Channel 2 SMU Edge Counter Register
GTM_TIM2_CH2_CNTS 0xF0102110          TIM2 Channel 2 SMU Shadow Counter Register
GTM_TIM2_CH2_TDUC 0xF0102114          TIM2 Channel 2 TDU Counter Register
GTM_TIM2_CH2_TDUV 0xF0102118          TIM2 Channel 2 TDU Control Register
GTM_TIM2_CH2_FLT_RE 0xF010211C          TIM2 Channel 2 Filter Parameter 0 Register
GTM_TIM2_CH2_FLT_FE 0xF0102120          TIM2 Channel 2 Filter Parameter 1 Register
GTM_TIM2_CH2_CTRL 0xF0102124          TIM2 Channel 2 Control Register
GTM_TIM2_CH2_ECTRL 0xF0102128          TIM2 Channel 2 Extended Control Register
GTM_TIM2_CH2_IRQ_NOTIFY 0xF010212C          TIM2 Channel 2 Interrupt Notification Register
GTM_TIM2_CH2_IRQ_EN 0xF0102130          TIM2 Channel 2 Interrupt Enable Register
GTM_TIM2_CH2_IRQ_FORCINT 0xF0102134          TIM2 Channel 2 Force Interrupt Register
GTM_TIM2_CH2_IRQ_MODE 0xF0102138          TIM2 Channel 2 Interrupt Mode Configuration Register
GTM_TIM2_CH2_EIRQ_EN 0xF010213C          TIM2 Channel 2 Error Interrupt Enable Register
GTM_TIM2_CH3_GPR0 0xF0102180          TIM2 Channel 3 General Purpose 0 Register
GTM_TIM2_CH3_GPR1 0xF0102184          TIM2 Channel 3 General Purpose 1 Register
GTM_TIM2_CH3_CNT 0xF0102188          TIM2 Channel 3 SMU Counter Register
GTM_TIM2_CH3_ECNT 0xF010218C          TIM2 Channel 3 SMU Edge Counter Register
GTM_TIM2_CH3_CNTS 0xF0102190          TIM2 Channel 3 SMU Shadow Counter Register
GTM_TIM2_CH3_TDUC 0xF0102194          TIM2 Channel 3 TDU Counter Register
GTM_TIM2_CH3_TDUV 0xF0102198          TIM2 Channel 3 TDU Control Register
GTM_TIM2_CH3_FLT_RE 0xF010219C          TIM2 Channel 3 Filter Parameter 0 Register
GTM_TIM2_CH3_FLT_FE 0xF01021A0          TIM2 Channel 3 Filter Parameter 1 Register
GTM_TIM2_CH3_CTRL 0xF01021A4          TIM2 Channel 3 Control Register
GTM_TIM2_CH3_ECTRL 0xF01021A8          TIM2 Channel 3 Extended Control Register
GTM_TIM2_CH3_IRQ_NOTIFY 0xF01021AC          TIM2 Channel 3 Interrupt Notification Register
GTM_TIM2_CH3_IRQ_EN 0xF01021B0          TIM2 Channel 3 Interrupt Enable Register
GTM_TIM2_CH3_IRQ_FORCINT 0xF01021B4          TIM2 Channel 3 Force Interrupt Register
GTM_TIM2_CH3_IRQ_MODE 0xF01021B8          TIM2 Channel 3 Interrupt Mode Configuration Register
GTM_TIM2_CH3_EIRQ_EN 0xF01021BC          TIM2 Channel 3 Error Interrupt Enable Register
GTM_TIM2_CH4_GPR0 0xF0102200          TIM2 Channel 4 General Purpose 0 Register
GTM_TIM2_CH4_GPR1 0xF0102204          TIM2 Channel 4 General Purpose 1 Register
GTM_TIM2_CH4_CNT 0xF0102208          TIM2 Channel 4 SMU Counter Register
GTM_TIM2_CH4_ECNT 0xF010220C          TIM2 Channel 4 SMU Edge Counter Register
GTM_TIM2_CH4_CNTS 0xF0102210          TIM2 Channel 4 SMU Shadow Counter Register
GTM_TIM2_CH4_TDUC 0xF0102214          TIM2 Channel 4 TDU Counter Register
GTM_TIM2_CH4_TDUV 0xF0102218          TIM2 Channel 4 TDU Control Register
GTM_TIM2_CH4_FLT_RE 0xF010221C          TIM2 Channel 4 Filter Parameter 0 Register
GTM_TIM2_CH4_FLT_FE 0xF0102220          TIM2 Channel 4 Filter Parameter 1 Register
GTM_TIM2_CH4_CTRL 0xF0102224          TIM2 Channel 4 Control Register
GTM_TIM2_CH4_ECTRL 0xF0102228          TIM2 Channel 4 Extended Control Register
GTM_TIM2_CH4_IRQ_NOTIFY 0xF010222C          TIM2 Channel 4 Interrupt Notification Register
GTM_TIM2_CH4_IRQ_EN 0xF0102230          TIM2 Channel 4 Interrupt Enable Register
GTM_TIM2_CH4_IRQ_FORCINT 0xF0102234          TIM2 Channel 4 Force Interrupt Register
GTM_TIM2_CH4_IRQ_MODE 0xF0102238          TIM2 Channel 4 Interrupt Mode Configuration Register
GTM_TIM2_CH4_EIRQ_EN 0xF010223C          TIM2 Channel 4 Error Interrupt Enable Register
GTM_TIM2_CH5_GPR0 0xF0102280          TIM2 Channel 5 General Purpose 0 Register
GTM_TIM2_CH5_GPR1 0xF0102284          TIM2 Channel 5 General Purpose 1 Register
GTM_TIM2_CH5_CNT 0xF0102288          TIM2 Channel 5 SMU Counter Register
GTM_TIM2_CH5_ECNT 0xF010228C          TIM2 Channel 5 SMU Edge Counter Register
GTM_TIM2_CH5_CNTS 0xF0102290          TIM2 Channel 5 SMU Shadow Counter Register
GTM_TIM2_CH5_TDUC 0xF0102294          TIM2 Channel 5 TDU Counter Register
GTM_TIM2_CH5_TDUV 0xF0102298          TIM2 Channel 5 TDU Control Register
GTM_TIM2_CH5_FLT_RE 0xF010229C          TIM2 Channel 5 Filter Parameter 0 Register
GTM_TIM2_CH5_FLT_FE 0xF01022A0          TIM2 Channel 5 Filter Parameter 1 Register
GTM_TIM2_CH5_CTRL 0xF01022A4          TIM2 Channel 5 Control Register
GTM_TIM2_CH5_ECTRL 0xF01022A8          TIM2 Channel 5 Extended Control Register
GTM_TIM2_CH5_IRQ_NOTIFY 0xF01022AC          TIM2 Channel 5 Interrupt Notification Register
GTM_TIM2_CH5_IRQ_EN 0xF01022B0          TIM2 Channel 5 Interrupt Enable Register
GTM_TIM2_CH5_IRQ_FORCINT 0xF01022B4          TIM2 Channel 5 Force Interrupt Register
GTM_TIM2_CH5_IRQ_MODE 0xF01022B8          TIM2 Channel 5 Interrupt Mode Configuration Register
GTM_TIM2_CH5_EIRQ_EN 0xF01022BC          TIM2 Channel 5 Error Interrupt Enable Register
GTM_TIM2_CH6_GPR0 0xF0102300          TIM2 Channel 6 General Purpose 0 Register
GTM_TIM2_CH6_GPR1 0xF0102304          TIM2 Channel 6 General Purpose 1 Register
GTM_TIM2_CH6_CNT 0xF0102308          TIM2 Channel 6 SMU Counter Register
GTM_TIM2_CH6_ECNT 0xF010230C          TIM2 Channel 6 SMU Edge Counter Register
GTM_TIM2_CH6_CNTS 0xF0102310          TIM2 Channel 6 SMU Shadow Counter Register
GTM_TIM2_CH6_TDUC 0xF0102314          TIM2 Channel 6 TDU Counter Register
GTM_TIM2_CH6_TDUV 0xF0102318          TIM2 Channel 6 TDU Control Register
GTM_TIM2_CH6_FLT_RE 0xF010231C          TIM2 Channel 6 Filter Parameter 0 Register
GTM_TIM2_CH6_FLT_FE 0xF0102320          TIM2 Channel 6 Filter Parameter 1 Register
GTM_TIM2_CH6_CTRL 0xF0102324          TIM2 Channel 6 Control Register
GTM_TIM2_CH6_ECTRL 0xF0102328          TIM2 Channel 6 Extended Control Register
GTM_TIM2_CH6_IRQ_NOTIFY 0xF010232C          TIM2 Channel 6 Interrupt Notification Register
GTM_TIM2_CH6_IRQ_EN 0xF0102330          TIM2 Channel 6 Interrupt Enable Register
GTM_TIM2_CH6_IRQ_FORCINT 0xF0102334          TIM2 Channel 6 Force Interrupt Register
GTM_TIM2_CH6_IRQ_MODE 0xF0102338          TIM2 Channel 6 Interrupt Mode Configuration Register
GTM_TIM2_CH6_EIRQ_EN 0xF010233C          TIM2 Channel 6 Error Interrupt Enable Register
GTM_TIM2_CH7_GPR0 0xF0102380          TIM2 Channel 7 General Purpose 0 Register
GTM_TIM2_CH7_GPR1 0xF0102384          TIM2 Channel 7 General Purpose 1 Register
GTM_TIM2_CH7_CNT 0xF0102388          TIM2 Channel 7 SMU Counter Register
GTM_TIM2_CH7_ECNT 0xF010238C          TIM2 Channel 7 SMU Edge Counter Register
GTM_TIM2_CH7_CNTS 0xF0102390          TIM2 Channel 7 SMU Shadow Counter Register
GTM_TIM2_CH7_TDUC 0xF0102394          TIM2 Channel 7 TDU Counter Register
GTM_TIM2_CH7_TDUV 0xF0102398          TIM2 Channel 7 TDU Control Register
GTM_TIM2_CH7_FLT_RE 0xF010239C          TIM2 Channel 7 Filter Parameter 0 Register
GTM_TIM2_CH7_FLT_FE 0xF01023A0          TIM2 Channel 7 Filter Parameter 1 Register
GTM_TIM2_CH7_CTRL 0xF01023A4          TIM2 Channel 7 Control Register
GTM_TIM2_CH7_ECTRL 0xF01023A8          TIM2 Channel 7 Extended Control Register
GTM_TIM2_CH7_IRQ_NOTIFY 0xF01023AC          TIM2 Channel 7 Interrupt Notification Register
GTM_TIM2_CH7_IRQ_EN 0xF01023B0          TIM2 Channel 7 Interrupt Enable Register
GTM_TIM2_CH7_IRQ_FORCINT 0xF01023B4          TIM2 Channel 7 Force Interrupt Register
GTM_TIM2_CH7_IRQ_MODE 0xF01023B8          TIM2 Channel 7 Interrupt Mode Configuration Register
GTM_TIM2_CH7_EIRQ_EN 0xF01023BC          TIM2 Channel 7 Error Interrupt Enable Register
GTM_TIM3_CH0_GPR0 0xF0102800          TIM3 Channel 0 General Purpose 0 Register
GTM_TIM3_CH0_GPR1 0xF0102804          TIM3 Channel 0 General Purpose 1 Register
GTM_TIM3_CH0_CNT 0xF0102808          TIM3 Channel 0 SMU Counter Register
GTM_TIM3_CH0_ECNT 0xF010280C          TIM3 Channel 0 SMU Edge Counter Register
GTM_TIM3_CH0_CNTS 0xF0102810          TIM3 Channel 0 SMU Shadow Counter Register
GTM_TIM3_CH0_TDUC 0xF0102814          TIM3 Channel 0 TDU Counter Register
GTM_TIM3_CH0_TDUV 0xF0102818          TIM3 Channel 0 TDU Control Register
GTM_TIM3_CH0_FLT_RE 0xF010281C          TIM3 Channel 0 Filter Parameter 0 Register
GTM_TIM3_CH0_FLT_FE 0xF0102820          TIM3 Channel 0 Filter Parameter 1 Register
GTM_TIM3_CH0_CTRL 0xF0102824          TIM3 Channel 0 Control Register
GTM_TIM3_CH0_ECTRL 0xF0102828          TIM3 Channel 0 Extended Control Register
GTM_TIM3_CH0_IRQ_NOTIFY 0xF010282C          TIM3 Channel 0 Interrupt Notification Register
GTM_TIM3_CH0_IRQ_EN 0xF0102830          TIM3 Channel 0 Interrupt Enable Register
GTM_TIM3_CH0_IRQ_FORCINT 0xF0102834          TIM3 Channel 0 Force Interrupt Register
GTM_TIM3_CH0_IRQ_MODE 0xF0102838          TIM3 Channel 0 Interrupt Mode Configuration Register
GTM_TIM3_CH0_EIRQ_EN 0xF010283C          TIM3 Channel 0 Error Interrupt Enable Register
GTM_TIM3_INP_VAL 0xF0102874          TIM3 Input Value Observation Register
GTM_TIM3_IN_SRC 0xF0102878          TIM3 AUX IN Source Selection Register
GTM_TIM3_RST    0xF010287C          TIM3 Global Software Reset Register
GTM_TIM3_CH1_GPR0 0xF0102880          TIM3 Channel 1 General Purpose 0 Register
GTM_TIM3_CH1_GPR1 0xF0102884          TIM3 Channel 1 General Purpose 1 Register
GTM_TIM3_CH1_CNT 0xF0102888          TIM3 Channel 1 SMU Counter Register
GTM_TIM3_CH1_ECNT 0xF010288C          TIM3 Channel 1 SMU Edge Counter Register
GTM_TIM3_CH1_CNTS 0xF0102890          TIM3 Channel 1 SMU Shadow Counter Register
GTM_TIM3_CH1_TDUC 0xF0102894          TIM3 Channel 1 TDU Counter Register
GTM_TIM3_CH1_TDUV 0xF0102898          TIM3 Channel 1 TDU Control Register
GTM_TIM3_CH1_FLT_RE 0xF010289C          TIM3 Channel 1 Filter Parameter 0 Register
GTM_TIM3_CH1_FLT_FE 0xF01028A0          TIM3 Channel 1 Filter Parameter 1 Register
GTM_TIM3_CH1_CTRL 0xF01028A4          TIM3 Channel 1 Control Register
GTM_TIM3_CH1_ECTRL 0xF01028A8          TIM3 Channel 1 Extended Control Register
GTM_TIM3_CH1_IRQ_NOTIFY 0xF01028AC          TIM3 Channel 1 Interrupt Notification Register
GTM_TIM3_CH1_IRQ_EN 0xF01028B0          TIM3 Channel 1 Interrupt Enable Register
GTM_TIM3_CH1_IRQ_FORCINT 0xF01028B4          TIM3 Channel 1 Force Interrupt Register
GTM_TIM3_CH1_IRQ_MODE 0xF01028B8          TIM3 Channel 1 Interrupt Mode Configuration Register
GTM_TIM3_CH1_EIRQ_EN 0xF01028BC          TIM3 Channel 1 Error Interrupt Enable Register
GTM_TIM3_CH2_GPR0 0xF0102900          TIM3 Channel 2 General Purpose 0 Register
GTM_TIM3_CH2_GPR1 0xF0102904          TIM3 Channel 2 General Purpose 1 Register
GTM_TIM3_CH2_CNT 0xF0102908          TIM3 Channel 2 SMU Counter Register
GTM_TIM3_CH2_ECNT 0xF010290C          TIM3 Channel 2 SMU Edge Counter Register
GTM_TIM3_CH2_CNTS 0xF0102910          TIM3 Channel 2 SMU Shadow Counter Register
GTM_TIM3_CH2_TDUC 0xF0102914          TIM3 Channel 2 TDU Counter Register
GTM_TIM3_CH2_TDUV 0xF0102918          TIM3 Channel 2 TDU Control Register
GTM_TIM3_CH2_FLT_RE 0xF010291C          TIM3 Channel 2 Filter Parameter 0 Register
GTM_TIM3_CH2_FLT_FE 0xF0102920          TIM3 Channel 2 Filter Parameter 1 Register
GTM_TIM3_CH2_CTRL 0xF0102924          TIM3 Channel 2 Control Register
GTM_TIM3_CH2_ECTRL 0xF0102928          TIM3 Channel 2 Extended Control Register
GTM_TIM3_CH2_IRQ_NOTIFY 0xF010292C          TIM3 Channel 2 Interrupt Notification Register
GTM_TIM3_CH2_IRQ_EN 0xF0102930          TIM3 Channel 2 Interrupt Enable Register
GTM_TIM3_CH2_IRQ_FORCINT 0xF0102934          TIM3 Channel 2 Force Interrupt Register
GTM_TIM3_CH2_IRQ_MODE 0xF0102938          TIM3 Channel 2 Interrupt Mode Configuration Register
GTM_TIM3_CH2_EIRQ_EN 0xF010293C          TIM3 Channel 2 Error Interrupt Enable Register
GTM_TIM3_CH3_GPR0 0xF0102980          TIM3 Channel 3 General Purpose 0 Register
GTM_TIM3_CH3_GPR1 0xF0102984          TIM3 Channel 3 General Purpose 1 Register
GTM_TIM3_CH3_CNT 0xF0102988          TIM3 Channel 3 SMU Counter Register
GTM_TIM3_CH3_ECNT 0xF010298C          TIM3 Channel 3 SMU Edge Counter Register
GTM_TIM3_CH3_CNTS 0xF0102990          TIM3 Channel 3 SMU Shadow Counter Register
GTM_TIM3_CH3_TDUC 0xF0102994          TIM3 Channel 3 TDU Counter Register
GTM_TIM3_CH3_TDUV 0xF0102998          TIM3 Channel 3 TDU Control Register
GTM_TIM3_CH3_FLT_RE 0xF010299C          TIM3 Channel 3 Filter Parameter 0 Register
GTM_TIM3_CH3_FLT_FE 0xF01029A0          TIM3 Channel 3 Filter Parameter 1 Register
GTM_TIM3_CH3_CTRL 0xF01029A4          TIM3 Channel 3 Control Register
GTM_TIM3_CH3_ECTRL 0xF01029A8          TIM3 Channel 3 Extended Control Register
GTM_TIM3_CH3_IRQ_NOTIFY 0xF01029AC          TIM3 Channel 3 Interrupt Notification Register
GTM_TIM3_CH3_IRQ_EN 0xF01029B0          TIM3 Channel 3 Interrupt Enable Register
GTM_TIM3_CH3_IRQ_FORCINT 0xF01029B4          TIM3 Channel 3 Force Interrupt Register
GTM_TIM3_CH3_IRQ_MODE 0xF01029B8          TIM3 Channel 3 Interrupt Mode Configuration Register
GTM_TIM3_CH3_EIRQ_EN 0xF01029BC          TIM3 Channel 3 Error Interrupt Enable Register
GTM_TIM3_CH4_GPR0 0xF0102A00          TIM3 Channel 4 General Purpose 0 Register
GTM_TIM3_CH4_GPR1 0xF0102A04          TIM3 Channel 4 General Purpose 1 Register
GTM_TIM3_CH4_CNT 0xF0102A08          TIM3 Channel 4 SMU Counter Register
GTM_TIM3_CH4_ECNT 0xF0102A0C          TIM3 Channel 4 SMU Edge Counter Register
GTM_TIM3_CH4_CNTS 0xF0102A10          TIM3 Channel 4 SMU Shadow Counter Register
GTM_TIM3_CH4_TDUC 0xF0102A14          TIM3 Channel 4 TDU Counter Register
GTM_TIM3_CH4_TDUV 0xF0102A18          TIM3 Channel 4 TDU Control Register
GTM_TIM3_CH4_FLT_RE 0xF0102A1C          TIM3 Channel 4 Filter Parameter 0 Register
GTM_TIM3_CH4_FLT_FE 0xF0102A20          TIM3 Channel 4 Filter Parameter 1 Register
GTM_TIM3_CH4_CTRL 0xF0102A24          TIM3 Channel 4 Control Register
GTM_TIM3_CH4_ECTRL 0xF0102A28          TIM3 Channel 4 Extended Control Register
GTM_TIM3_CH4_IRQ_NOTIFY 0xF0102A2C          TIM3 Channel 4 Interrupt Notification Register
GTM_TIM3_CH4_IRQ_EN 0xF0102A30          TIM3 Channel 4 Interrupt Enable Register
GTM_TIM3_CH4_IRQ_FORCINT 0xF0102A34          TIM3 Channel 4 Force Interrupt Register
GTM_TIM3_CH4_IRQ_MODE 0xF0102A38          TIM3 Channel 4 Interrupt Mode Configuration Register
GTM_TIM3_CH4_EIRQ_EN 0xF0102A3C          TIM3 Channel 4 Error Interrupt Enable Register
GTM_TIM3_CH5_GPR0 0xF0102A80          TIM3 Channel 5 General Purpose 0 Register
GTM_TIM3_CH5_GPR1 0xF0102A84          TIM3 Channel 5 General Purpose 1 Register
GTM_TIM3_CH5_CNT 0xF0102A88          TIM3 Channel 5 SMU Counter Register
GTM_TIM3_CH5_ECNT 0xF0102A8C          TIM3 Channel 5 SMU Edge Counter Register
GTM_TIM3_CH5_CNTS 0xF0102A90          TIM3 Channel 5 SMU Shadow Counter Register
GTM_TIM3_CH5_TDUC 0xF0102A94          TIM3 Channel 5 TDU Counter Register
GTM_TIM3_CH5_TDUV 0xF0102A98          TIM3 Channel 5 TDU Control Register
GTM_TIM3_CH5_FLT_RE 0xF0102A9C          TIM3 Channel 5 Filter Parameter 0 Register
GTM_TIM3_CH5_FLT_FE 0xF0102AA0          TIM3 Channel 5 Filter Parameter 1 Register
GTM_TIM3_CH5_CTRL 0xF0102AA4          TIM3 Channel 5 Control Register
GTM_TIM3_CH5_ECTRL 0xF0102AA8          TIM3 Channel 5 Extended Control Register
GTM_TIM3_CH5_IRQ_NOTIFY 0xF0102AAC          TIM3 Channel 5 Interrupt Notification Register
GTM_TIM3_CH5_IRQ_EN 0xF0102AB0          TIM3 Channel 5 Interrupt Enable Register
GTM_TIM3_CH5_IRQ_FORCINT 0xF0102AB4          TIM3 Channel 5 Force Interrupt Register
GTM_TIM3_CH5_IRQ_MODE 0xF0102AB8          TIM3 Channel 5 Interrupt Mode Configuration Register
GTM_TIM3_CH5_EIRQ_EN 0xF0102ABC          TIM3 Channel 5 Error Interrupt Enable Register
GTM_TIM3_CH6_GPR0 0xF0102B00          TIM3 Channel 6 General Purpose 0 Register
GTM_TIM3_CH6_GPR1 0xF0102B04          TIM3 Channel 6 General Purpose 1 Register
GTM_TIM3_CH6_CNT 0xF0102B08          TIM3 Channel 6 SMU Counter Register
GTM_TIM3_CH6_ECNT 0xF0102B0C          TIM3 Channel 6 SMU Edge Counter Register
GTM_TIM3_CH6_CNTS 0xF0102B10          TIM3 Channel 6 SMU Shadow Counter Register
GTM_TIM3_CH6_TDUC 0xF0102B14          TIM3 Channel 6 TDU Counter Register
GTM_TIM3_CH6_TDUV 0xF0102B18          TIM3 Channel 6 TDU Control Register
GTM_TIM3_CH6_FLT_RE 0xF0102B1C          TIM3 Channel 6 Filter Parameter 0 Register
GTM_TIM3_CH6_FLT_FE 0xF0102B20          TIM3 Channel 6 Filter Parameter 1 Register
GTM_TIM3_CH6_CTRL 0xF0102B24          TIM3 Channel 6 Control Register
GTM_TIM3_CH6_ECTRL 0xF0102B28          TIM3 Channel 6 Extended Control Register
GTM_TIM3_CH6_IRQ_NOTIFY 0xF0102B2C          TIM3 Channel 6 Interrupt Notification Register
GTM_TIM3_CH6_IRQ_EN 0xF0102B30          TIM3 Channel 6 Interrupt Enable Register
GTM_TIM3_CH6_IRQ_FORCINT 0xF0102B34          TIM3 Channel 6 Force Interrupt Register
GTM_TIM3_CH6_IRQ_MODE 0xF0102B38          TIM3 Channel 6 Interrupt Mode Configuration Register
GTM_TIM3_CH6_EIRQ_EN 0xF0102B3C          TIM3 Channel 6 Error Interrupt Enable Register
GTM_TIM3_CH7_GPR0 0xF0102B80          TIM3 Channel 7 General Purpose 0 Register
GTM_TIM3_CH7_GPR1 0xF0102B84          TIM3 Channel 7 General Purpose 1 Register
GTM_TIM3_CH7_CNT 0xF0102B88          TIM3 Channel 7 SMU Counter Register
GTM_TIM3_CH7_ECNT 0xF0102B8C          TIM3 Channel 7 SMU Edge Counter Register
GTM_TIM3_CH7_CNTS 0xF0102B90          TIM3 Channel 7 SMU Shadow Counter Register
GTM_TIM3_CH7_TDUC 0xF0102B94          TIM3 Channel 7 TDU Counter Register
GTM_TIM3_CH7_TDUV 0xF0102B98          TIM3 Channel 7 TDU Control Register
GTM_TIM3_CH7_FLT_RE 0xF0102B9C          TIM3 Channel 7 Filter Parameter 0 Register
GTM_TIM3_CH7_FLT_FE 0xF0102BA0          TIM3 Channel 7 Filter Parameter 1 Register
GTM_TIM3_CH7_CTRL 0xF0102BA4          TIM3 Channel 7 Control Register
GTM_TIM3_CH7_ECTRL 0xF0102BA8          TIM3 Channel 7 Extended Control Register
GTM_TIM3_CH7_IRQ_NOTIFY 0xF0102BAC          TIM3 Channel 7 Interrupt Notification Register
GTM_TIM3_CH7_IRQ_EN 0xF0102BB0          TIM3 Channel 7 Interrupt Enable Register
GTM_TIM3_CH7_IRQ_FORCINT 0xF0102BB4          TIM3 Channel 7 Force Interrupt Register
GTM_TIM3_CH7_IRQ_MODE 0xF0102BB8          TIM3 Channel 7 Interrupt Mode Configuration Register
GTM_TIM3_CH7_EIRQ_EN 0xF0102BBC          TIM3 Channel 7 Error Interrupt Enable Register
GTM_TIM4_CH0_GPR0 0xF0103000          TIM4 Channel 0 General Purpose 0 Register
GTM_TIM4_CH0_GPR1 0xF0103004          TIM4 Channel 0 General Purpose 1 Register
GTM_TIM4_CH0_CNT 0xF0103008          TIM4 Channel 0 SMU Counter Register
GTM_TIM4_CH0_ECNT 0xF010300C          TIM4 Channel 0 SMU Edge Counter Register
GTM_TIM4_CH0_CNTS 0xF0103010          TIM4 Channel 0 SMU Shadow Counter Register
GTM_TIM4_CH0_TDUC 0xF0103014          TIM4 Channel 0 TDU Counter Register
GTM_TIM4_CH0_TDUV 0xF0103018          TIM4 Channel 0 TDU Control Register
GTM_TIM4_CH0_FLT_RE 0xF010301C          TIM4 Channel 0 Filter Parameter 0 Register
GTM_TIM4_CH0_FLT_FE 0xF0103020          TIM4 Channel 0 Filter Parameter 1 Register
GTM_TIM4_CH0_CTRL 0xF0103024          TIM4 Channel 0 Control Register
GTM_TIM4_CH0_ECTRL 0xF0103028          TIM4 Channel 0 Extended Control Register
GTM_TIM4_CH0_IRQ_NOTIFY 0xF010302C          TIM4 Channel 0 Interrupt Notification Register
GTM_TIM4_CH0_IRQ_EN 0xF0103030          TIM4 Channel 0 Interrupt Enable Register
GTM_TIM4_CH0_IRQ_FORCINT 0xF0103034          TIM4 Channel 0 Force Interrupt Register
GTM_TIM4_CH0_IRQ_MODE 0xF0103038          TIM4 Channel 0 Interrupt Mode Configuration Register
GTM_TIM4_CH0_EIRQ_EN 0xF010303C          TIM4 Channel 0 Error Interrupt Enable Register
GTM_TIM4_INP_VAL 0xF0103074          TIM4 Input Value Observation Register
GTM_TIM4_IN_SRC 0xF0103078          TIM4 AUX IN Source Selection Register
GTM_TIM4_RST    0xF010307C          TIM4 Global Software Reset Register
GTM_TIM4_CH1_GPR0 0xF0103080          TIM4 Channel 1 General Purpose 0 Register
GTM_TIM4_CH1_GPR1 0xF0103084          TIM4 Channel 1 General Purpose 1 Register
GTM_TIM4_CH1_CNT 0xF0103088          TIM4 Channel 1 SMU Counter Register
GTM_TIM4_CH1_ECNT 0xF010308C          TIM4 Channel 1 SMU Edge Counter Register
GTM_TIM4_CH1_CNTS 0xF0103090          TIM4 Channel 1 SMU Shadow Counter Register
GTM_TIM4_CH1_TDUC 0xF0103094          TIM4 Channel 1 TDU Counter Register
GTM_TIM4_CH1_TDUV 0xF0103098          TIM4 Channel 1 TDU Control Register
GTM_TIM4_CH1_FLT_RE 0xF010309C          TIM4 Channel 1 Filter Parameter 0 Register
GTM_TIM4_CH1_FLT_FE 0xF01030A0          TIM4 Channel 1 Filter Parameter 1 Register
GTM_TIM4_CH1_CTRL 0xF01030A4          TIM4 Channel 1 Control Register
GTM_TIM4_CH1_ECTRL 0xF01030A8          TIM4 Channel 1 Extended Control Register
GTM_TIM4_CH1_IRQ_NOTIFY 0xF01030AC          TIM4 Channel 1 Interrupt Notification Register
GTM_TIM4_CH1_IRQ_EN 0xF01030B0          TIM4 Channel 1 Interrupt Enable Register
GTM_TIM4_CH1_IRQ_FORCINT 0xF01030B4          TIM4 Channel 1 Force Interrupt Register
GTM_TIM4_CH1_IRQ_MODE 0xF01030B8          TIM4 Channel 1 Interrupt Mode Configuration Register
GTM_TIM4_CH1_EIRQ_EN 0xF01030BC          TIM4 Channel 1 Error Interrupt Enable Register
GTM_TIM4_CH2_GPR0 0xF0103100          TIM4 Channel 2 General Purpose 0 Register
GTM_TIM4_CH2_GPR1 0xF0103104          TIM4 Channel 2 General Purpose 1 Register
GTM_TIM4_CH2_CNT 0xF0103108          TIM4 Channel 2 SMU Counter Register
GTM_TIM4_CH2_ECNT 0xF010310C          TIM4 Channel 2 SMU Edge Counter Register
GTM_TIM4_CH2_CNTS 0xF0103110          TIM4 Channel 2 SMU Shadow Counter Register
GTM_TIM4_CH2_TDUC 0xF0103114          TIM4 Channel 2 TDU Counter Register
GTM_TIM4_CH2_TDUV 0xF0103118          TIM4 Channel 2 TDU Control Register
GTM_TIM4_CH2_FLT_RE 0xF010311C          TIM4 Channel 2 Filter Parameter 0 Register
GTM_TIM4_CH2_FLT_FE 0xF0103120          TIM4 Channel 2 Filter Parameter 1 Register
GTM_TIM4_CH2_CTRL 0xF0103124          TIM4 Channel 2 Control Register
GTM_TIM4_CH2_ECTRL 0xF0103128          TIM4 Channel 2 Extended Control Register
GTM_TIM4_CH2_IRQ_NOTIFY 0xF010312C          TIM4 Channel 2 Interrupt Notification Register
GTM_TIM4_CH2_IRQ_EN 0xF0103130          TIM4 Channel 2 Interrupt Enable Register
GTM_TIM4_CH2_IRQ_FORCINT 0xF0103134          TIM4 Channel 2 Force Interrupt Register
GTM_TIM4_CH2_IRQ_MODE 0xF0103138          TIM4 Channel 2 Interrupt Mode Configuration Register
GTM_TIM4_CH2_EIRQ_EN 0xF010313C          TIM4 Channel 2 Error Interrupt Enable Register
GTM_TIM4_CH3_GPR0 0xF0103180          TIM4 Channel 3 General Purpose 0 Register
GTM_TIM4_CH3_GPR1 0xF0103184          TIM4 Channel 3 General Purpose 1 Register
GTM_TIM4_CH3_CNT 0xF0103188          TIM4 Channel 3 SMU Counter Register
GTM_TIM4_CH3_ECNT 0xF010318C          TIM4 Channel 3 SMU Edge Counter Register
GTM_TIM4_CH3_CNTS 0xF0103190          TIM4 Channel 3 SMU Shadow Counter Register
GTM_TIM4_CH3_TDUC 0xF0103194          TIM4 Channel 3 TDU Counter Register
GTM_TIM4_CH3_TDUV 0xF0103198          TIM4 Channel 3 TDU Control Register
GTM_TIM4_CH3_FLT_RE 0xF010319C          TIM4 Channel 3 Filter Parameter 0 Register
GTM_TIM4_CH3_FLT_FE 0xF01031A0          TIM4 Channel 3 Filter Parameter 1 Register
GTM_TIM4_CH3_CTRL 0xF01031A4          TIM4 Channel 3 Control Register
GTM_TIM4_CH3_ECTRL 0xF01031A8          TIM4 Channel 3 Extended Control Register
GTM_TIM4_CH3_IRQ_NOTIFY 0xF01031AC          TIM4 Channel 3 Interrupt Notification Register
GTM_TIM4_CH3_IRQ_EN 0xF01031B0          TIM4 Channel 3 Interrupt Enable Register
GTM_TIM4_CH3_IRQ_FORCINT 0xF01031B4          TIM4 Channel 3 Force Interrupt Register
GTM_TIM4_CH3_IRQ_MODE 0xF01031B8          TIM4 Channel 3 Interrupt Mode Configuration Register
GTM_TIM4_CH3_EIRQ_EN 0xF01031BC          TIM4 Channel 3 Error Interrupt Enable Register
GTM_TIM4_CH4_GPR0 0xF0103200          TIM4 Channel 4 General Purpose 0 Register
GTM_TIM4_CH4_GPR1 0xF0103204          TIM4 Channel 4 General Purpose 1 Register
GTM_TIM4_CH4_CNT 0xF0103208          TIM4 Channel 4 SMU Counter Register
GTM_TIM4_CH4_ECNT 0xF010320C          TIM4 Channel 4 SMU Edge Counter Register
GTM_TIM4_CH4_CNTS 0xF0103210          TIM4 Channel 4 SMU Shadow Counter Register
GTM_TIM4_CH4_TDUC 0xF0103214          TIM4 Channel 4 TDU Counter Register
GTM_TIM4_CH4_TDUV 0xF0103218          TIM4 Channel 4 TDU Control Register
GTM_TIM4_CH4_FLT_RE 0xF010321C          TIM4 Channel 4 Filter Parameter 0 Register
GTM_TIM4_CH4_FLT_FE 0xF0103220          TIM4 Channel 4 Filter Parameter 1 Register
GTM_TIM4_CH4_CTRL 0xF0103224          TIM4 Channel 4 Control Register
GTM_TIM4_CH4_ECTRL 0xF0103228          TIM4 Channel 4 Extended Control Register
GTM_TIM4_CH4_IRQ_NOTIFY 0xF010322C          TIM4 Channel 4 Interrupt Notification Register
GTM_TIM4_CH4_IRQ_EN 0xF0103230          TIM4 Channel 4 Interrupt Enable Register
GTM_TIM4_CH4_IRQ_FORCINT 0xF0103234          TIM4 Channel 4 Force Interrupt Register
GTM_TIM4_CH4_IRQ_MODE 0xF0103238          TIM4 Channel 4 Interrupt Mode Configuration Register
GTM_TIM4_CH4_EIRQ_EN 0xF010323C          TIM4 Channel 4 Error Interrupt Enable Register
GTM_TIM4_CH5_GPR0 0xF0103280          TIM4 Channel 5 General Purpose 0 Register
GTM_TIM4_CH5_GPR1 0xF0103284          TIM4 Channel 5 General Purpose 1 Register
GTM_TIM4_CH5_CNT 0xF0103288          TIM4 Channel 5 SMU Counter Register
GTM_TIM4_CH5_ECNT 0xF010328C          TIM4 Channel 5 SMU Edge Counter Register
GTM_TIM4_CH5_CNTS 0xF0103290          TIM4 Channel 5 SMU Shadow Counter Register
GTM_TIM4_CH5_TDUC 0xF0103294          TIM4 Channel 5 TDU Counter Register
GTM_TIM4_CH5_TDUV 0xF0103298          TIM4 Channel 5 TDU Control Register
GTM_TIM4_CH5_FLT_RE 0xF010329C          TIM4 Channel 5 Filter Parameter 0 Register
GTM_TIM4_CH5_FLT_FE 0xF01032A0          TIM4 Channel 5 Filter Parameter 1 Register
GTM_TIM4_CH5_CTRL 0xF01032A4          TIM4 Channel 5 Control Register
GTM_TIM4_CH5_ECTRL 0xF01032A8          TIM4 Channel 5 Extended Control Register
GTM_TIM4_CH5_IRQ_NOTIFY 0xF01032AC          TIM4 Channel 5 Interrupt Notification Register
GTM_TIM4_CH5_IRQ_EN 0xF01032B0          TIM4 Channel 5 Interrupt Enable Register
GTM_TIM4_CH5_IRQ_FORCINT 0xF01032B4          TIM4 Channel 5 Force Interrupt Register
GTM_TIM4_CH5_IRQ_MODE 0xF01032B8          TIM4 Channel 5 Interrupt Mode Configuration Register
GTM_TIM4_CH5_EIRQ_EN 0xF01032BC          TIM4 Channel 5 Error Interrupt Enable Register
GTM_TIM4_CH6_GPR0 0xF0103300          TIM4 Channel 6 General Purpose 0 Register
GTM_TIM4_CH6_GPR1 0xF0103304          TIM4 Channel 6 General Purpose 1 Register
GTM_TIM4_CH6_CNT 0xF0103308          TIM4 Channel 6 SMU Counter Register
GTM_TIM4_CH6_ECNT 0xF010330C          TIM4 Channel 6 SMU Edge Counter Register
GTM_TIM4_CH6_CNTS 0xF0103310          TIM4 Channel 6 SMU Shadow Counter Register
GTM_TIM4_CH6_TDUC 0xF0103314          TIM4 Channel 6 TDU Counter Register
GTM_TIM4_CH6_TDUV 0xF0103318          TIM4 Channel 6 TDU Control Register
GTM_TIM4_CH6_FLT_RE 0xF010331C          TIM4 Channel 6 Filter Parameter 0 Register
GTM_TIM4_CH6_FLT_FE 0xF0103320          TIM4 Channel 6 Filter Parameter 1 Register
GTM_TIM4_CH6_CTRL 0xF0103324          TIM4 Channel 6 Control Register
GTM_TIM4_CH6_ECTRL 0xF0103328          TIM4 Channel 6 Extended Control Register
GTM_TIM4_CH6_IRQ_NOTIFY 0xF010332C          TIM4 Channel 6 Interrupt Notification Register
GTM_TIM4_CH6_IRQ_EN 0xF0103330          TIM4 Channel 6 Interrupt Enable Register
GTM_TIM4_CH6_IRQ_FORCINT 0xF0103334          TIM4 Channel 6 Force Interrupt Register
GTM_TIM4_CH6_IRQ_MODE 0xF0103338          TIM4 Channel 6 Interrupt Mode Configuration Register
GTM_TIM4_CH6_EIRQ_EN 0xF010333C          TIM4 Channel 6 Error Interrupt Enable Register
GTM_TIM4_CH7_GPR0 0xF0103380          TIM4 Channel 7 General Purpose 0 Register
GTM_TIM4_CH7_GPR1 0xF0103384          TIM4 Channel 7 General Purpose 1 Register
GTM_TIM4_CH7_CNT 0xF0103388          TIM4 Channel 7 SMU Counter Register
GTM_TIM4_CH7_ECNT 0xF010338C          TIM4 Channel 7 SMU Edge Counter Register
GTM_TIM4_CH7_CNTS 0xF0103390          TIM4 Channel 7 SMU Shadow Counter Register
GTM_TIM4_CH7_TDUC 0xF0103394          TIM4 Channel 7 TDU Counter Register
GTM_TIM4_CH7_TDUV 0xF0103398          TIM4 Channel 7 TDU Control Register
GTM_TIM4_CH7_FLT_RE 0xF010339C          TIM4 Channel 7 Filter Parameter 0 Register
GTM_TIM4_CH7_FLT_FE 0xF01033A0          TIM4 Channel 7 Filter Parameter 1 Register
GTM_TIM4_CH7_CTRL 0xF01033A4          TIM4 Channel 7 Control Register
GTM_TIM4_CH7_ECTRL 0xF01033A8          TIM4 Channel 7 Extended Control Register
GTM_TIM4_CH7_IRQ_NOTIFY 0xF01033AC          TIM4 Channel 7 Interrupt Notification Register
GTM_TIM4_CH7_IRQ_EN 0xF01033B0          TIM4 Channel 7 Interrupt Enable Register
GTM_TIM4_CH7_IRQ_FORCINT 0xF01033B4          TIM4 Channel 7 Force Interrupt Register
GTM_TIM4_CH7_IRQ_MODE 0xF01033B8          TIM4 Channel 7 Interrupt Mode Configuration Register
GTM_TIM4_CH7_EIRQ_EN 0xF01033BC          TIM4 Channel 7 Error Interrupt Enable Register
GTM_TIM5_CH0_GPR0 0xF0103800          TIM5 Channel 0 General Purpose 0 Register
GTM_TIM5_CH0_GPR1 0xF0103804          TIM5 Channel 0 General Purpose 1 Register
GTM_TIM5_CH0_CNT 0xF0103808          TIM5 Channel 0 SMU Counter Register
GTM_TIM5_CH0_ECNT 0xF010380C          TIM5 Channel 0 SMU Edge Counter Register
GTM_TIM5_CH0_CNTS 0xF0103810          TIM5 Channel 0 SMU Shadow Counter Register
GTM_TIM5_CH0_TDUC 0xF0103814          TIM5 Channel 0 TDU Counter Register
GTM_TIM5_CH0_TDUV 0xF0103818          TIM5 Channel 0 TDU Control Register
GTM_TIM5_CH0_FLT_RE 0xF010381C          TIM5 Channel 0 Filter Parameter 0 Register
GTM_TIM5_CH0_FLT_FE 0xF0103820          TIM5 Channel 0 Filter Parameter 1 Register
GTM_TIM5_CH0_CTRL 0xF0103824          TIM5 Channel 0 Control Register
GTM_TIM5_CH0_ECTRL 0xF0103828          TIM5 Channel 0 Extended Control Register
GTM_TIM5_CH0_IRQ_NOTIFY 0xF010382C          TIM5 Channel 0 Interrupt Notification Register
GTM_TIM5_CH0_IRQ_EN 0xF0103830          TIM5 Channel 0 Interrupt Enable Register
GTM_TIM5_CH0_IRQ_FORCINT 0xF0103834          TIM5 Channel 0 Force Interrupt Register
GTM_TIM5_CH0_IRQ_MODE 0xF0103838          TIM5 Channel 0 Interrupt Mode Configuration Register
GTM_TIM5_CH0_EIRQ_EN 0xF010383C          TIM5 Channel 0 Error Interrupt Enable Register
GTM_TIM5_INP_VAL 0xF0103874          TIM5 Input Value Observation Register
GTM_TIM5_IN_SRC 0xF0103878          TIM5 AUX IN Source Selection Register
GTM_TIM5_RST    0xF010387C          TIM5 Global Software Reset Register
GTM_TIM5_CH1_GPR0 0xF0103880          TIM5 Channel 1 General Purpose 0 Register
GTM_TIM5_CH1_GPR1 0xF0103884          TIM5 Channel 1 General Purpose 1 Register
GTM_TIM5_CH1_CNT 0xF0103888          TIM5 Channel 1 SMU Counter Register
GTM_TIM5_CH1_ECNT 0xF010388C          TIM5 Channel 1 SMU Edge Counter Register
GTM_TIM5_CH1_CNTS 0xF0103890          TIM5 Channel 1 SMU Shadow Counter Register
GTM_TIM5_CH1_TDUC 0xF0103894          TIM5 Channel 1 TDU Counter Register
GTM_TIM5_CH1_TDUV 0xF0103898          TIM5 Channel 1 TDU Control Register
GTM_TIM5_CH1_FLT_RE 0xF010389C          TIM5 Channel 1 Filter Parameter 0 Register
GTM_TIM5_CH1_FLT_FE 0xF01038A0          TIM5 Channel 1 Filter Parameter 1 Register
GTM_TIM5_CH1_CTRL 0xF01038A4          TIM5 Channel 1 Control Register
GTM_TIM5_CH1_ECTRL 0xF01038A8          TIM5 Channel 1 Extended Control Register
GTM_TIM5_CH1_IRQ_NOTIFY 0xF01038AC          TIM5 Channel 1 Interrupt Notification Register
GTM_TIM5_CH1_IRQ_EN 0xF01038B0          TIM5 Channel 1 Interrupt Enable Register
GTM_TIM5_CH1_IRQ_FORCINT 0xF01038B4          TIM5 Channel 1 Force Interrupt Register
GTM_TIM5_CH1_IRQ_MODE 0xF01038B8          TIM5 Channel 1 Interrupt Mode Configuration Register
GTM_TIM5_CH1_EIRQ_EN 0xF01038BC          TIM5 Channel 1 Error Interrupt Enable Register
GTM_TIM5_CH2_GPR0 0xF0103900          TIM5 Channel 2 General Purpose 0 Register
GTM_TIM5_CH2_GPR1 0xF0103904          TIM5 Channel 2 General Purpose 1 Register
GTM_TIM5_CH2_CNT 0xF0103908          TIM5 Channel 2 SMU Counter Register
GTM_TIM5_CH2_ECNT 0xF010390C          TIM5 Channel 2 SMU Edge Counter Register
GTM_TIM5_CH2_CNTS 0xF0103910          TIM5 Channel 2 SMU Shadow Counter Register
GTM_TIM5_CH2_TDUC 0xF0103914          TIM5 Channel 2 TDU Counter Register
GTM_TIM5_CH2_TDUV 0xF0103918          TIM5 Channel 2 TDU Control Register
GTM_TIM5_CH2_FLT_RE 0xF010391C          TIM5 Channel 2 Filter Parameter 0 Register
GTM_TIM5_CH2_FLT_FE 0xF0103920          TIM5 Channel 2 Filter Parameter 1 Register
GTM_TIM5_CH2_CTRL 0xF0103924          TIM5 Channel 2 Control Register
GTM_TIM5_CH2_ECTRL 0xF0103928          TIM5 Channel 2 Extended Control Register
GTM_TIM5_CH2_IRQ_NOTIFY 0xF010392C          TIM5 Channel 2 Interrupt Notification Register
GTM_TIM5_CH2_IRQ_EN 0xF0103930          TIM5 Channel 2 Interrupt Enable Register
GTM_TIM5_CH2_IRQ_FORCINT 0xF0103934          TIM5 Channel 2 Force Interrupt Register
GTM_TIM5_CH2_IRQ_MODE 0xF0103938          TIM5 Channel 2 Interrupt Mode Configuration Register
GTM_TIM5_CH2_EIRQ_EN 0xF010393C          TIM5 Channel 2 Error Interrupt Enable Register
GTM_TIM5_CH3_GPR0 0xF0103980          TIM5 Channel 3 General Purpose 0 Register
GTM_TIM5_CH3_GPR1 0xF0103984          TIM5 Channel 3 General Purpose 1 Register
GTM_TIM5_CH3_CNT 0xF0103988          TIM5 Channel 3 SMU Counter Register
GTM_TIM5_CH3_ECNT 0xF010398C          TIM5 Channel 3 SMU Edge Counter Register
GTM_TIM5_CH3_CNTS 0xF0103990          TIM5 Channel 3 SMU Shadow Counter Register
GTM_TIM5_CH3_TDUC 0xF0103994          TIM5 Channel 3 TDU Counter Register
GTM_TIM5_CH3_TDUV 0xF0103998          TIM5 Channel 3 TDU Control Register
GTM_TIM5_CH3_FLT_RE 0xF010399C          TIM5 Channel 3 Filter Parameter 0 Register
GTM_TIM5_CH3_FLT_FE 0xF01039A0          TIM5 Channel 3 Filter Parameter 1 Register
GTM_TIM5_CH3_CTRL 0xF01039A4          TIM5 Channel 3 Control Register
GTM_TIM5_CH3_ECTRL 0xF01039A8          TIM5 Channel 3 Extended Control Register
GTM_TIM5_CH3_IRQ_NOTIFY 0xF01039AC          TIM5 Channel 3 Interrupt Notification Register
GTM_TIM5_CH3_IRQ_EN 0xF01039B0          TIM5 Channel 3 Interrupt Enable Register
GTM_TIM5_CH3_IRQ_FORCINT 0xF01039B4          TIM5 Channel 3 Force Interrupt Register
GTM_TIM5_CH3_IRQ_MODE 0xF01039B8          TIM5 Channel 3 Interrupt Mode Configuration Register
GTM_TIM5_CH3_EIRQ_EN 0xF01039BC          TIM5 Channel 3 Error Interrupt Enable Register
GTM_TIM5_CH4_GPR0 0xF0103A00          TIM5 Channel 4 General Purpose 0 Register
GTM_TIM5_CH4_GPR1 0xF0103A04          TIM5 Channel 4 General Purpose 1 Register
GTM_TIM5_CH4_CNT 0xF0103A08          TIM5 Channel 4 SMU Counter Register
GTM_TIM5_CH4_ECNT 0xF0103A0C          TIM5 Channel 4 SMU Edge Counter Register
GTM_TIM5_CH4_CNTS 0xF0103A10          TIM5 Channel 4 SMU Shadow Counter Register
GTM_TIM5_CH4_TDUC 0xF0103A14          TIM5 Channel 4 TDU Counter Register
GTM_TIM5_CH4_TDUV 0xF0103A18          TIM5 Channel 4 TDU Control Register
GTM_TIM5_CH4_FLT_RE 0xF0103A1C          TIM5 Channel 4 Filter Parameter 0 Register
GTM_TIM5_CH4_FLT_FE 0xF0103A20          TIM5 Channel 4 Filter Parameter 1 Register
GTM_TIM5_CH4_CTRL 0xF0103A24          TIM5 Channel 4 Control Register
GTM_TIM5_CH4_ECTRL 0xF0103A28          TIM5 Channel 4 Extended Control Register
GTM_TIM5_CH4_IRQ_NOTIFY 0xF0103A2C          TIM5 Channel 4 Interrupt Notification Register
GTM_TIM5_CH4_IRQ_EN 0xF0103A30          TIM5 Channel 4 Interrupt Enable Register
GTM_TIM5_CH4_IRQ_FORCINT 0xF0103A34          TIM5 Channel 4 Force Interrupt Register
GTM_TIM5_CH4_IRQ_MODE 0xF0103A38          TIM5 Channel 4 Interrupt Mode Configuration Register
GTM_TIM5_CH4_EIRQ_EN 0xF0103A3C          TIM5 Channel 4 Error Interrupt Enable Register
GTM_TIM5_CH5_GPR0 0xF0103A80          TIM5 Channel 5 General Purpose 0 Register
GTM_TIM5_CH5_GPR1 0xF0103A84          TIM5 Channel 5 General Purpose 1 Register
GTM_TIM5_CH5_CNT 0xF0103A88          TIM5 Channel 5 SMU Counter Register
GTM_TIM5_CH5_ECNT 0xF0103A8C          TIM5 Channel 5 SMU Edge Counter Register
GTM_TIM5_CH5_CNTS 0xF0103A90          TIM5 Channel 5 SMU Shadow Counter Register
GTM_TIM5_CH5_TDUC 0xF0103A94          TIM5 Channel 5 TDU Counter Register
GTM_TIM5_CH5_TDUV 0xF0103A98          TIM5 Channel 5 TDU Control Register
GTM_TIM5_CH5_FLT_RE 0xF0103A9C          TIM5 Channel 5 Filter Parameter 0 Register
GTM_TIM5_CH5_FLT_FE 0xF0103AA0          TIM5 Channel 5 Filter Parameter 1 Register
GTM_TIM5_CH5_CTRL 0xF0103AA4          TIM5 Channel 5 Control Register
GTM_TIM5_CH5_ECTRL 0xF0103AA8          TIM5 Channel 5 Extended Control Register
GTM_TIM5_CH5_IRQ_NOTIFY 0xF0103AAC          TIM5 Channel 5 Interrupt Notification Register
GTM_TIM5_CH5_IRQ_EN 0xF0103AB0          TIM5 Channel 5 Interrupt Enable Register
GTM_TIM5_CH5_IRQ_FORCINT 0xF0103AB4          TIM5 Channel 5 Force Interrupt Register
GTM_TIM5_CH5_IRQ_MODE 0xF0103AB8          TIM5 Channel 5 Interrupt Mode Configuration Register
GTM_TIM5_CH5_EIRQ_EN 0xF0103ABC          TIM5 Channel 5 Error Interrupt Enable Register
GTM_TIM5_CH6_GPR0 0xF0103B00          TIM5 Channel 6 General Purpose 0 Register
GTM_TIM5_CH6_GPR1 0xF0103B04          TIM5 Channel 6 General Purpose 1 Register
GTM_TIM5_CH6_CNT 0xF0103B08          TIM5 Channel 6 SMU Counter Register
GTM_TIM5_CH6_ECNT 0xF0103B0C          TIM5 Channel 6 SMU Edge Counter Register
GTM_TIM5_CH6_CNTS 0xF0103B10          TIM5 Channel 6 SMU Shadow Counter Register
GTM_TIM5_CH6_TDUC 0xF0103B14          TIM5 Channel 6 TDU Counter Register
GTM_TIM5_CH6_TDUV 0xF0103B18          TIM5 Channel 6 TDU Control Register
GTM_TIM5_CH6_FLT_RE 0xF0103B1C          TIM5 Channel 6 Filter Parameter 0 Register
GTM_TIM5_CH6_FLT_FE 0xF0103B20          TIM5 Channel 6 Filter Parameter 1 Register
GTM_TIM5_CH6_CTRL 0xF0103B24          TIM5 Channel 6 Control Register
GTM_TIM5_CH6_ECTRL 0xF0103B28          TIM5 Channel 6 Extended Control Register
GTM_TIM5_CH6_IRQ_NOTIFY 0xF0103B2C          TIM5 Channel 6 Interrupt Notification Register
GTM_TIM5_CH6_IRQ_EN 0xF0103B30          TIM5 Channel 6 Interrupt Enable Register
GTM_TIM5_CH6_IRQ_FORCINT 0xF0103B34          TIM5 Channel 6 Force Interrupt Register
GTM_TIM5_CH6_IRQ_MODE 0xF0103B38          TIM5 Channel 6 Interrupt Mode Configuration Register
GTM_TIM5_CH6_EIRQ_EN 0xF0103B3C          TIM5 Channel 6 Error Interrupt Enable Register
GTM_TIM5_CH7_GPR0 0xF0103B80          TIM5 Channel 7 General Purpose 0 Register
GTM_TIM5_CH7_GPR1 0xF0103B84          TIM5 Channel 7 General Purpose 1 Register
GTM_TIM5_CH7_CNT 0xF0103B88          TIM5 Channel 7 SMU Counter Register
GTM_TIM5_CH7_ECNT 0xF0103B8C          TIM5 Channel 7 SMU Edge Counter Register
GTM_TIM5_CH7_CNTS 0xF0103B90          TIM5 Channel 7 SMU Shadow Counter Register
GTM_TIM5_CH7_TDUC 0xF0103B94          TIM5 Channel 7 TDU Counter Register
GTM_TIM5_CH7_TDUV 0xF0103B98          TIM5 Channel 7 TDU Control Register
GTM_TIM5_CH7_FLT_RE 0xF0103B9C          TIM5 Channel 7 Filter Parameter 0 Register
GTM_TIM5_CH7_FLT_FE 0xF0103BA0          TIM5 Channel 7 Filter Parameter 1 Register
GTM_TIM5_CH7_CTRL 0xF0103BA4          TIM5 Channel 7 Control Register
GTM_TIM5_CH7_ECTRL 0xF0103BA8          TIM5 Channel 7 Extended Control Register
GTM_TIM5_CH7_IRQ_NOTIFY 0xF0103BAC          TIM5 Channel 7 Interrupt Notification Register
GTM_TIM5_CH7_IRQ_EN 0xF0103BB0          TIM5 Channel 7 Interrupt Enable Register
GTM_TIM5_CH7_IRQ_FORCINT 0xF0103BB4          TIM5 Channel 7 Force Interrupt Register
GTM_TIM5_CH7_IRQ_MODE 0xF0103BB8          TIM5 Channel 7 Interrupt Mode Configuration Register
GTM_TIM5_CH7_EIRQ_EN 0xF0103BBC          TIM5 Channel 7 Error Interrupt Enable Register
GTM_TIM6_CH0_GPR0 0xF0104000          TIM6 Channel 0 General Purpose 0 Register
GTM_TIM6_CH0_GPR1 0xF0104004          TIM6 Channel 0 General Purpose 1 Register
GTM_TIM6_CH0_CNT 0xF0104008          TIM6 Channel 0 SMU Counter Register
GTM_TIM6_CH0_ECNT 0xF010400C          TIM6 Channel 0 SMU Edge Counter Register
GTM_TIM6_CH0_CNTS 0xF0104010          TIM6 Channel 0 SMU Shadow Counter Register
GTM_TIM6_CH0_TDUC 0xF0104014          TIM6 Channel 0 TDU Counter Register
GTM_TIM6_CH0_TDUV 0xF0104018          TIM6 Channel 0 TDU Control Register
GTM_TIM6_CH0_FLT_RE 0xF010401C          TIM6 Channel 0 Filter Parameter 0 Register
GTM_TIM6_CH0_FLT_FE 0xF0104020          TIM6 Channel 0 Filter Parameter 1 Register
GTM_TIM6_CH0_CTRL 0xF0104024          TIM6 Channel 0 Control Register
GTM_TIM6_CH0_ECTRL 0xF0104028          TIM6 Channel 0 Extended Control Register
GTM_TIM6_CH0_IRQ_NOTIFY 0xF010402C          TIM6 Channel 0 Interrupt Notification Register
GTM_TIM6_CH0_IRQ_EN 0xF0104030          TIM6 Channel 0 Interrupt Enable Register
GTM_TIM6_CH0_IRQ_FORCINT 0xF0104034          TIM6 Channel 0 Force Interrupt Register
GTM_TIM6_CH0_IRQ_MODE 0xF0104038          TIM6 Channel 0 Interrupt Mode Configuration Register
GTM_TIM6_CH0_EIRQ_EN 0xF010403C          TIM6 Channel 0 Error Interrupt Enable Register
GTM_TIM6_INP_VAL 0xF0104074          TIM6 Input Value Observation Register
GTM_TIM6_IN_SRC 0xF0104078          TIM6 AUX IN Source Selection Register
GTM_TIM6_RST    0xF010407C          TIM6 Global Software Reset Register
GTM_TIM6_CH1_GPR0 0xF0104080          TIM6 Channel 1 General Purpose 0 Register
GTM_TIM6_CH1_GPR1 0xF0104084          TIM6 Channel 1 General Purpose 1 Register
GTM_TIM6_CH1_CNT 0xF0104088          TIM6 Channel 1 SMU Counter Register
GTM_TIM6_CH1_ECNT 0xF010408C          TIM6 Channel 1 SMU Edge Counter Register
GTM_TIM6_CH1_CNTS 0xF0104090          TIM6 Channel 1 SMU Shadow Counter Register
GTM_TIM6_CH1_TDUC 0xF0104094          TIM6 Channel 1 TDU Counter Register
GTM_TIM6_CH1_TDUV 0xF0104098          TIM6 Channel 1 TDU Control Register
GTM_TIM6_CH1_FLT_RE 0xF010409C          TIM6 Channel 1 Filter Parameter 0 Register
GTM_TIM6_CH1_FLT_FE 0xF01040A0          TIM6 Channel 1 Filter Parameter 1 Register
GTM_TIM6_CH1_CTRL 0xF01040A4          TIM6 Channel 1 Control Register
GTM_TIM6_CH1_ECTRL 0xF01040A8          TIM6 Channel 1 Extended Control Register
GTM_TIM6_CH1_IRQ_NOTIFY 0xF01040AC          TIM6 Channel 1 Interrupt Notification Register
GTM_TIM6_CH1_IRQ_EN 0xF01040B0          TIM6 Channel 1 Interrupt Enable Register
GTM_TIM6_CH1_IRQ_FORCINT 0xF01040B4          TIM6 Channel 1 Force Interrupt Register
GTM_TIM6_CH1_IRQ_MODE 0xF01040B8          TIM6 Channel 1 Interrupt Mode Configuration Register
GTM_TIM6_CH1_EIRQ_EN 0xF01040BC          TIM6 Channel 1 Error Interrupt Enable Register
GTM_TIM6_CH2_GPR0 0xF0104100          TIM6 Channel 2 General Purpose 0 Register
GTM_TIM6_CH2_GPR1 0xF0104104          TIM6 Channel 2 General Purpose 1 Register
GTM_TIM6_CH2_CNT 0xF0104108          TIM6 Channel 2 SMU Counter Register
GTM_TIM6_CH2_ECNT 0xF010410C          TIM6 Channel 2 SMU Edge Counter Register
GTM_TIM6_CH2_CNTS 0xF0104110          TIM6 Channel 2 SMU Shadow Counter Register
GTM_TIM6_CH2_TDUC 0xF0104114          TIM6 Channel 2 TDU Counter Register
GTM_TIM6_CH2_TDUV 0xF0104118          TIM6 Channel 2 TDU Control Register
GTM_TIM6_CH2_FLT_RE 0xF010411C          TIM6 Channel 2 Filter Parameter 0 Register
GTM_TIM6_CH2_FLT_FE 0xF0104120          TIM6 Channel 2 Filter Parameter 1 Register
GTM_TIM6_CH2_CTRL 0xF0104124          TIM6 Channel 2 Control Register
GTM_TIM6_CH2_ECTRL 0xF0104128          TIM6 Channel 2 Extended Control Register
GTM_TIM6_CH2_IRQ_NOTIFY 0xF010412C          TIM6 Channel 2 Interrupt Notification Register
GTM_TIM6_CH2_IRQ_EN 0xF0104130          TIM6 Channel 2 Interrupt Enable Register
GTM_TIM6_CH2_IRQ_FORCINT 0xF0104134          TIM6 Channel 2 Force Interrupt Register
GTM_TIM6_CH2_IRQ_MODE 0xF0104138          TIM6 Channel 2 Interrupt Mode Configuration Register
GTM_TIM6_CH2_EIRQ_EN 0xF010413C          TIM6 Channel 2 Error Interrupt Enable Register
GTM_TIM6_CH3_GPR0 0xF0104180          TIM6 Channel 3 General Purpose 0 Register
GTM_TIM6_CH3_GPR1 0xF0104184          TIM6 Channel 3 General Purpose 1 Register
GTM_TIM6_CH3_CNT 0xF0104188          TIM6 Channel 3 SMU Counter Register
GTM_TIM6_CH3_ECNT 0xF010418C          TIM6 Channel 3 SMU Edge Counter Register
GTM_TIM6_CH3_CNTS 0xF0104190          TIM6 Channel 3 SMU Shadow Counter Register
GTM_TIM6_CH3_TDUC 0xF0104194          TIM6 Channel 3 TDU Counter Register
GTM_TIM6_CH3_TDUV 0xF0104198          TIM6 Channel 3 TDU Control Register
GTM_TIM6_CH3_FLT_RE 0xF010419C          TIM6 Channel 3 Filter Parameter 0 Register
GTM_TIM6_CH3_FLT_FE 0xF01041A0          TIM6 Channel 3 Filter Parameter 1 Register
GTM_TIM6_CH3_CTRL 0xF01041A4          TIM6 Channel 3 Control Register
GTM_TIM6_CH3_ECTRL 0xF01041A8          TIM6 Channel 3 Extended Control Register
GTM_TIM6_CH3_IRQ_NOTIFY 0xF01041AC          TIM6 Channel 3 Interrupt Notification Register
GTM_TIM6_CH3_IRQ_EN 0xF01041B0          TIM6 Channel 3 Interrupt Enable Register
GTM_TIM6_CH3_IRQ_FORCINT 0xF01041B4          TIM6 Channel 3 Force Interrupt Register
GTM_TIM6_CH3_IRQ_MODE 0xF01041B8          TIM6 Channel 3 Interrupt Mode Configuration Register
GTM_TIM6_CH3_EIRQ_EN 0xF01041BC          TIM6 Channel 3 Error Interrupt Enable Register
GTM_TIM6_CH4_GPR0 0xF0104200          TIM6 Channel 4 General Purpose 0 Register
GTM_TIM6_CH4_GPR1 0xF0104204          TIM6 Channel 4 General Purpose 1 Register
GTM_TIM6_CH4_CNT 0xF0104208          TIM6 Channel 4 SMU Counter Register
GTM_TIM6_CH4_ECNT 0xF010420C          TIM6 Channel 4 SMU Edge Counter Register
GTM_TIM6_CH4_CNTS 0xF0104210          TIM6 Channel 4 SMU Shadow Counter Register
GTM_TIM6_CH4_TDUC 0xF0104214          TIM6 Channel 4 TDU Counter Register
GTM_TIM6_CH4_TDUV 0xF0104218          TIM6 Channel 4 TDU Control Register
GTM_TIM6_CH4_FLT_RE 0xF010421C          TIM6 Channel 4 Filter Parameter 0 Register
GTM_TIM6_CH4_FLT_FE 0xF0104220          TIM6 Channel 4 Filter Parameter 1 Register
GTM_TIM6_CH4_CTRL 0xF0104224          TIM6 Channel 4 Control Register
GTM_TIM6_CH4_ECTRL 0xF0104228          TIM6 Channel 4 Extended Control Register
GTM_TIM6_CH4_IRQ_NOTIFY 0xF010422C          TIM6 Channel 4 Interrupt Notification Register
GTM_TIM6_CH4_IRQ_EN 0xF0104230          TIM6 Channel 4 Interrupt Enable Register
GTM_TIM6_CH4_IRQ_FORCINT 0xF0104234          TIM6 Channel 4 Force Interrupt Register
GTM_TIM6_CH4_IRQ_MODE 0xF0104238          TIM6 Channel 4 Interrupt Mode Configuration Register
GTM_TIM6_CH4_EIRQ_EN 0xF010423C          TIM6 Channel 4 Error Interrupt Enable Register
GTM_TIM6_CH5_GPR0 0xF0104280          TIM6 Channel 5 General Purpose 0 Register
GTM_TIM6_CH5_GPR1 0xF0104284          TIM6 Channel 5 General Purpose 1 Register
GTM_TIM6_CH5_CNT 0xF0104288          TIM6 Channel 5 SMU Counter Register
GTM_TIM6_CH5_ECNT 0xF010428C          TIM6 Channel 5 SMU Edge Counter Register
GTM_TIM6_CH5_CNTS 0xF0104290          TIM6 Channel 5 SMU Shadow Counter Register
GTM_TIM6_CH5_TDUC 0xF0104294          TIM6 Channel 5 TDU Counter Register
GTM_TIM6_CH5_TDUV 0xF0104298          TIM6 Channel 5 TDU Control Register
GTM_TIM6_CH5_FLT_RE 0xF010429C          TIM6 Channel 5 Filter Parameter 0 Register
GTM_TIM6_CH5_FLT_FE 0xF01042A0          TIM6 Channel 5 Filter Parameter 1 Register
GTM_TIM6_CH5_CTRL 0xF01042A4          TIM6 Channel 5 Control Register
GTM_TIM6_CH5_ECTRL 0xF01042A8          TIM6 Channel 5 Extended Control Register
GTM_TIM6_CH5_IRQ_NOTIFY 0xF01042AC          TIM6 Channel 5 Interrupt Notification Register
GTM_TIM6_CH5_IRQ_EN 0xF01042B0          TIM6 Channel 5 Interrupt Enable Register
GTM_TIM6_CH5_IRQ_FORCINT 0xF01042B4          TIM6 Channel 5 Force Interrupt Register
GTM_TIM6_CH5_IRQ_MODE 0xF01042B8          TIM6 Channel 5 Interrupt Mode Configuration Register
GTM_TIM6_CH5_EIRQ_EN 0xF01042BC          TIM6 Channel 5 Error Interrupt Enable Register
GTM_TIM6_CH6_GPR0 0xF0104300          TIM6 Channel 6 General Purpose 0 Register
GTM_TIM6_CH6_GPR1 0xF0104304          TIM6 Channel 6 General Purpose 1 Register
GTM_TIM6_CH6_CNT 0xF0104308          TIM6 Channel 6 SMU Counter Register
GTM_TIM6_CH6_ECNT 0xF010430C          TIM6 Channel 6 SMU Edge Counter Register
GTM_TIM6_CH6_CNTS 0xF0104310          TIM6 Channel 6 SMU Shadow Counter Register
GTM_TIM6_CH6_TDUC 0xF0104314          TIM6 Channel 6 TDU Counter Register
GTM_TIM6_CH6_TDUV 0xF0104318          TIM6 Channel 6 TDU Control Register
GTM_TIM6_CH6_FLT_RE 0xF010431C          TIM6 Channel 6 Filter Parameter 0 Register
GTM_TIM6_CH6_FLT_FE 0xF0104320          TIM6 Channel 6 Filter Parameter 1 Register
GTM_TIM6_CH6_CTRL 0xF0104324          TIM6 Channel 6 Control Register
GTM_TIM6_CH6_ECTRL 0xF0104328          TIM6 Channel 6 Extended Control Register
GTM_TIM6_CH6_IRQ_NOTIFY 0xF010432C          TIM6 Channel 6 Interrupt Notification Register
GTM_TIM6_CH6_IRQ_EN 0xF0104330          TIM6 Channel 6 Interrupt Enable Register
GTM_TIM6_CH6_IRQ_FORCINT 0xF0104334          TIM6 Channel 6 Force Interrupt Register
GTM_TIM6_CH6_IRQ_MODE 0xF0104338          TIM6 Channel 6 Interrupt Mode Configuration Register
GTM_TIM6_CH6_EIRQ_EN 0xF010433C          TIM6 Channel 6 Error Interrupt Enable Register
GTM_TIM6_CH7_GPR0 0xF0104380          TIM6 Channel 7 General Purpose 0 Register
GTM_TIM6_CH7_GPR1 0xF0104384          TIM6 Channel 7 General Purpose 1 Register
GTM_TIM6_CH7_CNT 0xF0104388          TIM6 Channel 7 SMU Counter Register
GTM_TIM6_CH7_ECNT 0xF010438C          TIM6 Channel 7 SMU Edge Counter Register
GTM_TIM6_CH7_CNTS 0xF0104390          TIM6 Channel 7 SMU Shadow Counter Register
GTM_TIM6_CH7_TDUC 0xF0104394          TIM6 Channel 7 TDU Counter Register
GTM_TIM6_CH7_TDUV 0xF0104398          TIM6 Channel 7 TDU Control Register
GTM_TIM6_CH7_FLT_RE 0xF010439C          TIM6 Channel 7 Filter Parameter 0 Register
GTM_TIM6_CH7_FLT_FE 0xF01043A0          TIM6 Channel 7 Filter Parameter 1 Register
GTM_TIM6_CH7_CTRL 0xF01043A4          TIM6 Channel 7 Control Register
GTM_TIM6_CH7_ECTRL 0xF01043A8          TIM6 Channel 7 Extended Control Register
GTM_TIM6_CH7_IRQ_NOTIFY 0xF01043AC          TIM6 Channel 7 Interrupt Notification Register
GTM_TIM6_CH7_IRQ_EN 0xF01043B0          TIM6 Channel 7 Interrupt Enable Register
GTM_TIM6_CH7_IRQ_FORCINT 0xF01043B4          TIM6 Channel 7 Force Interrupt Register
GTM_TIM6_CH7_IRQ_MODE 0xF01043B8          TIM6 Channel 7 Interrupt Mode Configuration Register
GTM_TIM6_CH7_EIRQ_EN 0xF01043BC          TIM6 Channel 7 Error Interrupt Enable Register
GTM_TIM7_CH0_GPR0 0xF0104800          TIM7 Channel 0 General Purpose 0 Register
GTM_TIM7_CH0_GPR1 0xF0104804          TIM7 Channel 0 General Purpose 1 Register
GTM_TIM7_CH0_CNT 0xF0104808          TIM7 Channel 0 SMU Counter Register
GTM_TIM7_CH0_ECNT 0xF010480C          TIM7 Channel 0 SMU Edge Counter Register
GTM_TIM7_CH0_CNTS 0xF0104810          TIM7 Channel 0 SMU Shadow Counter Register
GTM_TIM7_CH0_TDUC 0xF0104814          TIM7 Channel 0 TDU Counter Register
GTM_TIM7_CH0_TDUV 0xF0104818          TIM7 Channel 0 TDU Control Register
GTM_TIM7_CH0_FLT_RE 0xF010481C          TIM7 Channel 0 Filter Parameter 0 Register
GTM_TIM7_CH0_FLT_FE 0xF0104820          TIM7 Channel 0 Filter Parameter 1 Register
GTM_TIM7_CH0_CTRL 0xF0104824          TIM7 Channel 0 Control Register
GTM_TIM7_CH0_ECTRL 0xF0104828          TIM7 Channel 0 Extended Control Register
GTM_TIM7_CH0_IRQ_NOTIFY 0xF010482C          TIM7 Channel 0 Interrupt Notification Register
GTM_TIM7_CH0_IRQ_EN 0xF0104830          TIM7 Channel 0 Interrupt Enable Register
GTM_TIM7_CH0_IRQ_FORCINT 0xF0104834          TIM7 Channel 0 Force Interrupt Register
GTM_TIM7_CH0_IRQ_MODE 0xF0104838          TIM7 Channel 0 Interrupt Mode Configuration Register
GTM_TIM7_CH0_EIRQ_EN 0xF010483C          TIM7 Channel 0 Error Interrupt Enable Register
GTM_TIM7_INP_VAL 0xF0104874          TIM7 Input Value Observation Register
GTM_TIM7_IN_SRC 0xF0104878          TIM7 AUX IN Source Selection Register
GTM_TIM7_RST    0xF010487C          TIM7 Global Software Reset Register
GTM_TIM7_CH1_GPR0 0xF0104880          TIM7 Channel 1 General Purpose 0 Register
GTM_TIM7_CH1_GPR1 0xF0104884          TIM7 Channel 1 General Purpose 1 Register
GTM_TIM7_CH1_CNT 0xF0104888          TIM7 Channel 1 SMU Counter Register
GTM_TIM7_CH1_ECNT 0xF010488C          TIM7 Channel 1 SMU Edge Counter Register
GTM_TIM7_CH1_CNTS 0xF0104890          TIM7 Channel 1 SMU Shadow Counter Register
GTM_TIM7_CH1_TDUC 0xF0104894          TIM7 Channel 1 TDU Counter Register
GTM_TIM7_CH1_TDUV 0xF0104898          TIM7 Channel 1 TDU Control Register
GTM_TIM7_CH1_FLT_RE 0xF010489C          TIM7 Channel 1 Filter Parameter 0 Register
GTM_TIM7_CH1_FLT_FE 0xF01048A0          TIM7 Channel 1 Filter Parameter 1 Register
GTM_TIM7_CH1_CTRL 0xF01048A4          TIM7 Channel 1 Control Register
GTM_TIM7_CH1_ECTRL 0xF01048A8          TIM7 Channel 1 Extended Control Register
GTM_TIM7_CH1_IRQ_NOTIFY 0xF01048AC          TIM7 Channel 1 Interrupt Notification Register
GTM_TIM7_CH1_IRQ_EN 0xF01048B0          TIM7 Channel 1 Interrupt Enable Register
GTM_TIM7_CH1_IRQ_FORCINT 0xF01048B4          TIM7 Channel 1 Force Interrupt Register
GTM_TIM7_CH1_IRQ_MODE 0xF01048B8          TIM7 Channel 1 Interrupt Mode Configuration Register
GTM_TIM7_CH1_EIRQ_EN 0xF01048BC          TIM7 Channel 1 Error Interrupt Enable Register
GTM_TIM7_CH2_GPR0 0xF0104900          TIM7 Channel 2 General Purpose 0 Register
GTM_TIM7_CH2_GPR1 0xF0104904          TIM7 Channel 2 General Purpose 1 Register
GTM_TIM7_CH2_CNT 0xF0104908          TIM7 Channel 2 SMU Counter Register
GTM_TIM7_CH2_ECNT 0xF010490C          TIM7 Channel 2 SMU Edge Counter Register
GTM_TIM7_CH2_CNTS 0xF0104910          TIM7 Channel 2 SMU Shadow Counter Register
GTM_TIM7_CH2_TDUC 0xF0104914          TIM7 Channel 2 TDU Counter Register
GTM_TIM7_CH2_TDUV 0xF0104918          TIM7 Channel 2 TDU Control Register
GTM_TIM7_CH2_FLT_RE 0xF010491C          TIM7 Channel 2 Filter Parameter 0 Register
GTM_TIM7_CH2_FLT_FE 0xF0104920          TIM7 Channel 2 Filter Parameter 1 Register
GTM_TIM7_CH2_CTRL 0xF0104924          TIM7 Channel 2 Control Register
GTM_TIM7_CH2_ECTRL 0xF0104928          TIM7 Channel 2 Extended Control Register
GTM_TIM7_CH2_IRQ_NOTIFY 0xF010492C          TIM7 Channel 2 Interrupt Notification Register
GTM_TIM7_CH2_IRQ_EN 0xF0104930          TIM7 Channel 2 Interrupt Enable Register
GTM_TIM7_CH2_IRQ_FORCINT 0xF0104934          TIM7 Channel 2 Force Interrupt Register
GTM_TIM7_CH2_IRQ_MODE 0xF0104938          TIM7 Channel 2 Interrupt Mode Configuration Register
GTM_TIM7_CH2_EIRQ_EN 0xF010493C          TIM7 Channel 2 Error Interrupt Enable Register
GTM_TIM7_CH3_GPR0 0xF0104980          TIM7 Channel 3 General Purpose 0 Register
GTM_TIM7_CH3_GPR1 0xF0104984          TIM7 Channel 3 General Purpose 1 Register
GTM_TIM7_CH3_CNT 0xF0104988          TIM7 Channel 3 SMU Counter Register
GTM_TIM7_CH3_ECNT 0xF010498C          TIM7 Channel 3 SMU Edge Counter Register
GTM_TIM7_CH3_CNTS 0xF0104990          TIM7 Channel 3 SMU Shadow Counter Register
GTM_TIM7_CH3_TDUC 0xF0104994          TIM7 Channel 3 TDU Counter Register
GTM_TIM7_CH3_TDUV 0xF0104998          TIM7 Channel 3 TDU Control Register
GTM_TIM7_CH3_FLT_RE 0xF010499C          TIM7 Channel 3 Filter Parameter 0 Register
GTM_TIM7_CH3_FLT_FE 0xF01049A0          TIM7 Channel 3 Filter Parameter 1 Register
GTM_TIM7_CH3_CTRL 0xF01049A4          TIM7 Channel 3 Control Register
GTM_TIM7_CH3_ECTRL 0xF01049A8          TIM7 Channel 3 Extended Control Register
GTM_TIM7_CH3_IRQ_NOTIFY 0xF01049AC          TIM7 Channel 3 Interrupt Notification Register
GTM_TIM7_CH3_IRQ_EN 0xF01049B0          TIM7 Channel 3 Interrupt Enable Register
GTM_TIM7_CH3_IRQ_FORCINT 0xF01049B4          TIM7 Channel 3 Force Interrupt Register
GTM_TIM7_CH3_IRQ_MODE 0xF01049B8          TIM7 Channel 3 Interrupt Mode Configuration Register
GTM_TIM7_CH3_EIRQ_EN 0xF01049BC          TIM7 Channel 3 Error Interrupt Enable Register
GTM_TIM7_CH4_GPR0 0xF0104A00          TIM7 Channel 4 General Purpose 0 Register
GTM_TIM7_CH4_GPR1 0xF0104A04          TIM7 Channel 4 General Purpose 1 Register
GTM_TIM7_CH4_CNT 0xF0104A08          TIM7 Channel 4 SMU Counter Register
GTM_TIM7_CH4_ECNT 0xF0104A0C          TIM7 Channel 4 SMU Edge Counter Register
GTM_TIM7_CH4_CNTS 0xF0104A10          TIM7 Channel 4 SMU Shadow Counter Register
GTM_TIM7_CH4_TDUC 0xF0104A14          TIM7 Channel 4 TDU Counter Register
GTM_TIM7_CH4_TDUV 0xF0104A18          TIM7 Channel 4 TDU Control Register
GTM_TIM7_CH4_FLT_RE 0xF0104A1C          TIM7 Channel 4 Filter Parameter 0 Register
GTM_TIM7_CH4_FLT_FE 0xF0104A20          TIM7 Channel 4 Filter Parameter 1 Register
GTM_TIM7_CH4_CTRL 0xF0104A24          TIM7 Channel 4 Control Register
GTM_TIM7_CH4_ECTRL 0xF0104A28          TIM7 Channel 4 Extended Control Register
GTM_TIM7_CH4_IRQ_NOTIFY 0xF0104A2C          TIM7 Channel 4 Interrupt Notification Register
GTM_TIM7_CH4_IRQ_EN 0xF0104A30          TIM7 Channel 4 Interrupt Enable Register
GTM_TIM7_CH4_IRQ_FORCINT 0xF0104A34          TIM7 Channel 4 Force Interrupt Register
GTM_TIM7_CH4_IRQ_MODE 0xF0104A38          TIM7 Channel 4 Interrupt Mode Configuration Register
GTM_TIM7_CH4_EIRQ_EN 0xF0104A3C          TIM7 Channel 4 Error Interrupt Enable Register
GTM_TIM7_CH5_GPR0 0xF0104A80          TIM7 Channel 5 General Purpose 0 Register
GTM_TIM7_CH5_GPR1 0xF0104A84          TIM7 Channel 5 General Purpose 1 Register
GTM_TIM7_CH5_CNT 0xF0104A88          TIM7 Channel 5 SMU Counter Register
GTM_TIM7_CH5_ECNT 0xF0104A8C          TIM7 Channel 5 SMU Edge Counter Register
GTM_TIM7_CH5_CNTS 0xF0104A90          TIM7 Channel 5 SMU Shadow Counter Register
GTM_TIM7_CH5_TDUC 0xF0104A94          TIM7 Channel 5 TDU Counter Register
GTM_TIM7_CH5_TDUV 0xF0104A98          TIM7 Channel 5 TDU Control Register
GTM_TIM7_CH5_FLT_RE 0xF0104A9C          TIM7 Channel 5 Filter Parameter 0 Register
GTM_TIM7_CH5_FLT_FE 0xF0104AA0          TIM7 Channel 5 Filter Parameter 1 Register
GTM_TIM7_CH5_CTRL 0xF0104AA4          TIM7 Channel 5 Control Register
GTM_TIM7_CH5_ECTRL 0xF0104AA8          TIM7 Channel 5 Extended Control Register
GTM_TIM7_CH5_IRQ_NOTIFY 0xF0104AAC          TIM7 Channel 5 Interrupt Notification Register
GTM_TIM7_CH5_IRQ_EN 0xF0104AB0          TIM7 Channel 5 Interrupt Enable Register
GTM_TIM7_CH5_IRQ_FORCINT 0xF0104AB4          TIM7 Channel 5 Force Interrupt Register
GTM_TIM7_CH5_IRQ_MODE 0xF0104AB8          TIM7 Channel 5 Interrupt Mode Configuration Register
GTM_TIM7_CH5_EIRQ_EN 0xF0104ABC          TIM7 Channel 5 Error Interrupt Enable Register
GTM_TIM7_CH6_GPR0 0xF0104B00          TIM7 Channel 6 General Purpose 0 Register
GTM_TIM7_CH6_GPR1 0xF0104B04          TIM7 Channel 6 General Purpose 1 Register
GTM_TIM7_CH6_CNT 0xF0104B08          TIM7 Channel 6 SMU Counter Register
GTM_TIM7_CH6_ECNT 0xF0104B0C          TIM7 Channel 6 SMU Edge Counter Register
GTM_TIM7_CH6_CNTS 0xF0104B10          TIM7 Channel 6 SMU Shadow Counter Register
GTM_TIM7_CH6_TDUC 0xF0104B14          TIM7 Channel 6 TDU Counter Register
GTM_TIM7_CH6_TDUV 0xF0104B18          TIM7 Channel 6 TDU Control Register
GTM_TIM7_CH6_FLT_RE 0xF0104B1C          TIM7 Channel 6 Filter Parameter 0 Register
GTM_TIM7_CH6_FLT_FE 0xF0104B20          TIM7 Channel 6 Filter Parameter 1 Register
GTM_TIM7_CH6_CTRL 0xF0104B24          TIM7 Channel 6 Control Register
GTM_TIM7_CH6_ECTRL 0xF0104B28          TIM7 Channel 6 Extended Control Register
GTM_TIM7_CH6_IRQ_NOTIFY 0xF0104B2C          TIM7 Channel 6 Interrupt Notification Register
GTM_TIM7_CH6_IRQ_EN 0xF0104B30          TIM7 Channel 6 Interrupt Enable Register
GTM_TIM7_CH6_IRQ_FORCINT 0xF0104B34          TIM7 Channel 6 Force Interrupt Register
GTM_TIM7_CH6_IRQ_MODE 0xF0104B38          TIM7 Channel 6 Interrupt Mode Configuration Register
GTM_TIM7_CH6_EIRQ_EN 0xF0104B3C          TIM7 Channel 6 Error Interrupt Enable Register
GTM_TIM7_CH7_GPR0 0xF0104B80          TIM7 Channel 7 General Purpose 0 Register
GTM_TIM7_CH7_GPR1 0xF0104B84          TIM7 Channel 7 General Purpose 1 Register
GTM_TIM7_CH7_CNT 0xF0104B88          TIM7 Channel 7 SMU Counter Register
GTM_TIM7_CH7_ECNT 0xF0104B8C          TIM7 Channel 7 SMU Edge Counter Register
GTM_TIM7_CH7_CNTS 0xF0104B90          TIM7 Channel 7 SMU Shadow Counter Register
GTM_TIM7_CH7_TDUC 0xF0104B94          TIM7 Channel 7 TDU Counter Register
GTM_TIM7_CH7_TDUV 0xF0104B98          TIM7 Channel 7 TDU Control Register
GTM_TIM7_CH7_FLT_RE 0xF0104B9C          TIM7 Channel 7 Filter Parameter 0 Register
GTM_TIM7_CH7_FLT_FE 0xF0104BA0          TIM7 Channel 7 Filter Parameter 1 Register
GTM_TIM7_CH7_CTRL 0xF0104BA4          TIM7 Channel 7 Control Register
GTM_TIM7_CH7_ECTRL 0xF0104BA8          TIM7 Channel 7 Extended Control Register
GTM_TIM7_CH7_IRQ_NOTIFY 0xF0104BAC          TIM7 Channel 7 Interrupt Notification Register
GTM_TIM7_CH7_IRQ_EN 0xF0104BB0          TIM7 Channel 7 Interrupt Enable Register
GTM_TIM7_CH7_IRQ_FORCINT 0xF0104BB4          TIM7 Channel 7 Force Interrupt Register
GTM_TIM7_CH7_IRQ_MODE 0xF0104BB8          TIM7 Channel 7 Interrupt Mode Configuration Register
GTM_TIM7_CH7_EIRQ_EN 0xF0104BBC          TIM7 Channel 7 Error Interrupt Enable Register
GTM_TOM0_CH0_CTRL 0xF0108000          TOM0 Channel 0 Control Register
GTM_TOM0_CH0_SR0 0xF0108004          TOM0 Channel 0 CCU0 Compare Shadow Register
GTM_TOM0_CH0_SR1 0xF0108008          TOM0 Channel 0 CCU1 Compare Shadow Register
GTM_TOM0_CH0_CM0 0xF010800C          TOM0 Channel 0 CCU0 Compare Register
GTM_TOM0_CH0_CM1 0xF0108010          TOM0 Channel 0 CCU1 Compare Register
GTM_TOM0_CH0_CN0 0xF0108014          TOM0 Channel 0 CCU0 Counter Register
GTM_TOM0_CH0_STAT 0xF0108018          TOM0 Channel 0 Status Register
GTM_TOM0_CH0_IRQ_NOTIFY 0xF010801C          TOM0 Channel 0 Interrupt Notification Register
GTM_TOM0_CH0_IRQ_EN 0xF0108020          TOM0 Channel 0 Interrupt Enable Register
GTM_TOM0_CH0_IRQ_FORCINT 0xF0108024          TOM0 Channel 0 Force Interrupt Register
GTM_TOM0_CH0_IRQ_MODE 0xF0108028          TOM0 Channel 0 Interrupt Mode Register
GTM_TOM0_TGC0_GLB_CTRL 0xF0108030          TOM0 TGC0 Global Control Register
GTM_TOM0_TGC0_ACT_TB 0xF0108034          TOM0 TGC0 Action Time Base Register
GTM_TOM0_TGC0_FUPD_CTRL 0xF0108038          TOM0 TGC0 Force Update Control Register
GTM_TOM0_TGC0_INT_TRIG 0xF010803C          TOM0 TGC0 Internal Trigger Control Register
GTM_TOM0_CH1_CTRL 0xF0108040          TOM0 Channel 1 Control Register
GTM_TOM0_CH1_SR0 0xF0108044          TOM0 Channel 1 CCU0 Compare Shadow Register
GTM_TOM0_CH1_SR1 0xF0108048          TOM0 Channel 1 CCU1 Compare Shadow Register
GTM_TOM0_CH1_CM0 0xF010804C          TOM0 Channel 1 CCU0 Compare Register
GTM_TOM0_CH1_CM1 0xF0108050          TOM0 Channel 1 CCU1 Compare Register
GTM_TOM0_CH1_CN0 0xF0108054          TOM0 Channel 1 CCU0 Counter Register
GTM_TOM0_CH1_STAT 0xF0108058          TOM0 Channel 1 Status Register
GTM_TOM0_CH1_IRQ_NOTIFY 0xF010805C          TOM0 Channel 1 Interrupt Notification Register
GTM_TOM0_CH1_IRQ_EN 0xF0108060          TOM0 Channel 1 Interrupt Enable Register
GTM_TOM0_CH1_IRQ_FORCINT 0xF0108064          TOM0 Channel 1 Force Interrupt Register
GTM_TOM0_CH1_IRQ_MODE 0xF0108068          TOM0 Channel 1 Interrupt Mode Register
GTM_TOM0_TGC0_ENDIS_CTRL 0xF0108070          TOM0 TGC0 Enable/Disable Control Register
GTM_TOM0_TGC0_ENDIS_STAT 0xF0108074          TOM0 TGC0 Enable/Disable Status Register
GTM_TOM0_TGC0_OUTEN_CTRL 0xF0108078          TOM0 TGC0 Output Enable Control Register
GTM_TOM0_TGC0_OUTEN_STAT 0xF010807C          TOM0 TGC0 Output Enable Status Register
GTM_TOM0_CH2_CTRL 0xF0108080          TOM0 Channel 2 Control Register
GTM_TOM0_CH2_SR0 0xF0108084          TOM0 Channel 2 CCU0 Compare Shadow Register
GTM_TOM0_CH2_SR1 0xF0108088          TOM0 Channel 2 CCU1 Compare Shadow Register
GTM_TOM0_CH2_CM0 0xF010808C          TOM0 Channel 2 CCU0 Compare Register
GTM_TOM0_CH2_CM1 0xF0108090          TOM0 Channel 2 CCU1 Compare Register
GTM_TOM0_CH2_CN0 0xF0108094          TOM0 Channel 2 CCU0 Counter Register
GTM_TOM0_CH2_STAT 0xF0108098          TOM0 Channel 2 Status Register
GTM_TOM0_CH2_IRQ_NOTIFY 0xF010809C          TOM0 Channel 2 Interrupt Notification Register
GTM_TOM0_CH2_IRQ_EN 0xF01080A0          TOM0 Channel 2 Interrupt Enable Register
GTM_TOM0_CH2_IRQ_FORCINT 0xF01080A4          TOM0 Channel 2 Force Interrupt Register
GTM_TOM0_CH2_IRQ_MODE 0xF01080A8          TOM0 Channel 2 Interrupt Mode Register
GTM_TOM0_CH3_CTRL 0xF01080C0          TOM0 Channel 3 Control Register
GTM_TOM0_CH3_SR0 0xF01080C4          TOM0 Channel 3 CCU0 Compare Shadow Register
GTM_TOM0_CH3_SR1 0xF01080C8          TOM0 Channel 3 CCU1 Compare Shadow Register
GTM_TOM0_CH3_CM0 0xF01080CC          TOM0 Channel 3 CCU0 Compare Register
GTM_TOM0_CH3_CM1 0xF01080D0          TOM0 Channel 3 CCU1 Compare Register
GTM_TOM0_CH3_CN0 0xF01080D4          TOM0 Channel 3 CCU0 Counter Register
GTM_TOM0_CH3_STAT 0xF01080D8          TOM0 Channel 3 Status Register
GTM_TOM0_CH3_IRQ_NOTIFY 0xF01080DC          TOM0 Channel 3 Interrupt Notification Register
GTM_TOM0_CH3_IRQ_EN 0xF01080E0          TOM0 Channel 3 Interrupt Enable Register
GTM_TOM0_CH3_IRQ_FORCINT 0xF01080E4          TOM0 Channel 3 Force Interrupt Register
GTM_TOM0_CH3_IRQ_MODE 0xF01080E8          TOM0 Channel 3 Interrupt Mode Register
GTM_TOM0_CH4_CTRL 0xF0108100          TOM0 Channel 4 Control Register
GTM_TOM0_CH4_SR0 0xF0108104          TOM0 Channel 4 CCU0 Compare Shadow Register
GTM_TOM0_CH4_SR1 0xF0108108          TOM0 Channel 4 CCU1 Compare Shadow Register
GTM_TOM0_CH4_CM0 0xF010810C          TOM0 Channel 4 CCU0 Compare Register
GTM_TOM0_CH4_CM1 0xF0108110          TOM0 Channel 4 CCU1 Compare Register
GTM_TOM0_CH4_CN0 0xF0108114          TOM0 Channel 4 CCU0 Counter Register
GTM_TOM0_CH4_STAT 0xF0108118          TOM0 Channel 4 Status Register
GTM_TOM0_CH4_IRQ_NOTIFY 0xF010811C          TOM0 Channel 4 Interrupt Notification Register
GTM_TOM0_CH4_IRQ_EN 0xF0108120          TOM0 Channel 4 Interrupt Enable Register
GTM_TOM0_CH4_IRQ_FORCINT 0xF0108124          TOM0 Channel 4 Force Interrupt Register
GTM_TOM0_CH4_IRQ_MODE 0xF0108128          TOM0 Channel 4 Interrupt Mode Register
GTM_TOM0_CH5_CTRL 0xF0108140          TOM0 Channel 5 Control Register
GTM_TOM0_CH5_SR0 0xF0108144          TOM0 Channel 5 CCU0 Compare Shadow Register
GTM_TOM0_CH5_SR1 0xF0108148          TOM0 Channel 5 CCU1 Compare Shadow Register
GTM_TOM0_CH5_CM0 0xF010814C          TOM0 Channel 5 CCU0 Compare Register
GTM_TOM0_CH5_CM1 0xF0108150          TOM0 Channel 5 CCU1 Compare Register
GTM_TOM0_CH5_CN0 0xF0108154          TOM0 Channel 5 CCU0 Counter Register
GTM_TOM0_CH5_STAT 0xF0108158          TOM0 Channel 5 Status Register
GTM_TOM0_CH5_IRQ_NOTIFY 0xF010815C          TOM0 Channel 5 Interrupt Notification Register
GTM_TOM0_CH5_IRQ_EN 0xF0108160          TOM0 Channel 5 Interrupt Enable Register
GTM_TOM0_CH5_IRQ_FORCINT 0xF0108164          TOM0 Channel 5 Force Interrupt Register
GTM_TOM0_CH5_IRQ_MODE 0xF0108168          TOM0 Channel 5 Interrupt Mode Register
GTM_TOM0_CH6_CTRL 0xF0108180          TOM0 Channel 6 Control Register
GTM_TOM0_CH6_SR0 0xF0108184          TOM0 Channel 6 CCU0 Compare Shadow Register
GTM_TOM0_CH6_SR1 0xF0108188          TOM0 Channel 6 CCU1 Compare Shadow Register
GTM_TOM0_CH6_CM0 0xF010818C          TOM0 Channel 6 CCU0 Compare Register
GTM_TOM0_CH6_CM1 0xF0108190          TOM0 Channel 6 CCU1 Compare Register
GTM_TOM0_CH6_CN0 0xF0108194          TOM0 Channel 6 CCU0 Counter Register
GTM_TOM0_CH6_STAT 0xF0108198          TOM0 Channel 6 Status Register
GTM_TOM0_CH6_IRQ_NOTIFY 0xF010819C          TOM0 Channel 6 Interrupt Notification Register
GTM_TOM0_CH6_IRQ_EN 0xF01081A0          TOM0 Channel 6 Interrupt Enable Register
GTM_TOM0_CH6_IRQ_FORCINT 0xF01081A4          TOM0 Channel 6 Force Interrupt Register
GTM_TOM0_CH6_IRQ_MODE 0xF01081A8          TOM0 Channel 6 Interrupt Mode Register
GTM_TOM0_CH7_CTRL 0xF01081C0          TOM0 Channel 7 Control Register
GTM_TOM0_CH7_SR0 0xF01081C4          TOM0 Channel 7 CCU0 Compare Shadow Register
GTM_TOM0_CH7_SR1 0xF01081C8          TOM0 Channel 7 CCU1 Compare Shadow Register
GTM_TOM0_CH7_CM0 0xF01081CC          TOM0 Channel 7 CCU0 Compare Register
GTM_TOM0_CH7_CM1 0xF01081D0          TOM0 Channel 7 CCU1 Compare Register
GTM_TOM0_CH7_CN0 0xF01081D4          TOM0 Channel 7 CCU0 Counter Register
GTM_TOM0_CH7_STAT 0xF01081D8          TOM0 Channel 7 Status Register
GTM_TOM0_CH7_IRQ_NOTIFY 0xF01081DC          TOM0 Channel 7 Interrupt Notification Register
GTM_TOM0_CH7_IRQ_EN 0xF01081E0          TOM0 Channel 7 Interrupt Enable Register
GTM_TOM0_CH7_IRQ_FORCINT 0xF01081E4          TOM0 Channel 7 Force Interrupt Register
GTM_TOM0_CH7_IRQ_MODE 0xF01081E8          TOM0 Channel 7 Interrupt Mode Register
GTM_TOM0_CH8_CTRL 0xF0108200          TOM0 Channel 8 Control Register
GTM_TOM0_CH8_SR0 0xF0108204          TOM0 Channel 8 CCU0 Compare Shadow Register
GTM_TOM0_CH8_SR1 0xF0108208          TOM0 Channel 8 CCU1 Compare Shadow Register
GTM_TOM0_CH8_CM0 0xF010820C          TOM0 Channel 8 CCU0 Compare Register
GTM_TOM0_CH8_CM1 0xF0108210          TOM0 Channel 8 CCU1 Compare Register
GTM_TOM0_CH8_CN0 0xF0108214          TOM0 Channel 8 CCU0 Counter Register
GTM_TOM0_CH8_STAT 0xF0108218          TOM0 Channel 8 Status Register
GTM_TOM0_CH8_IRQ_NOTIFY 0xF010821C          TOM0 Channel 8 Interrupt Notification Register
GTM_TOM0_CH8_IRQ_EN 0xF0108220          TOM0 Channel 8 Interrupt Enable Register
GTM_TOM0_CH8_IRQ_FORCINT 0xF0108224          TOM0 Channel 8 Force Interrupt Register
GTM_TOM0_CH8_IRQ_MODE 0xF0108228          TOM0 Channel 8 Interrupt Mode Register
GTM_TOM0_TGC1_GLB_CTRL 0xF0108230          TOM0 TGC1 Global Control Register
GTM_TOM0_TGC1_ACT_TB 0xF0108234          TOM0 TGC1 Action Time Base Register
GTM_TOM0_TGC1_FUPD_CTRL 0xF0108238          TOM0 TGC1 Force Update Control Register
GTM_TOM0_TGC1_INT_TRIG 0xF010823C          TOM0 TGC1 Internal Trigger Control Register
GTM_TOM0_CH9_CTRL 0xF0108240          TOM0 Channel 9 Control Register
GTM_TOM0_CH9_SR0 0xF0108244          TOM0 Channel 9 CCU0 Compare Shadow Register
GTM_TOM0_CH9_SR1 0xF0108248          TOM0 Channel 9 CCU1 Compare Shadow Register
GTM_TOM0_CH9_CM0 0xF010824C          TOM0 Channel 9 CCU0 Compare Register
GTM_TOM0_CH9_CM1 0xF0108250          TOM0 Channel 9 CCU1 Compare Register
GTM_TOM0_CH9_CN0 0xF0108254          TOM0 Channel 9 CCU0 Counter Register
GTM_TOM0_CH9_STAT 0xF0108258          TOM0 Channel 9 Status Register
GTM_TOM0_CH9_IRQ_NOTIFY 0xF010825C          TOM0 Channel 9 Interrupt Notification Register
GTM_TOM0_CH9_IRQ_EN 0xF0108260          TOM0 Channel 9 Interrupt Enable Register
GTM_TOM0_CH9_IRQ_FORCINT 0xF0108264          TOM0 Channel 9 Force Interrupt Register
GTM_TOM0_CH9_IRQ_MODE 0xF0108268          TOM0 Channel 9 Interrupt Mode Register
GTM_TOM0_TGC1_ENDIS_CTRL 0xF0108270          TOM0 TGC1 Enable/Disable Control Register
GTM_TOM0_TGC1_ENDIS_STAT 0xF0108274          TOM0 TGC1 Enable/Disable Status Register
GTM_TOM0_TGC1_OUTEN_CTRL 0xF0108278          TOM0 TGC1 Output Enable Control Register
GTM_TOM0_TGC1_OUTEN_STAT 0xF010827C          TOM0 TGC1 Output Enable Status Register
GTM_TOM0_CH10_CTRL 0xF0108280          TOM0 Channel 10 Control Register
GTM_TOM0_CH10_SR0 0xF0108284          TOM0 Channel 10 CCU0 Compare Shadow Register
GTM_TOM0_CH10_SR1 0xF0108288          TOM0 Channel 10 CCU1 Compare Shadow Register
GTM_TOM0_CH10_CM0 0xF010828C          TOM0 Channel 10 CCU0 Compare Register
GTM_TOM0_CH10_CM1 0xF0108290          TOM0 Channel 10 CCU1 Compare Register
GTM_TOM0_CH10_CN0 0xF0108294          TOM0 Channel 10 CCU0 Counter Register
GTM_TOM0_CH10_STAT 0xF0108298          TOM0 Channel 10 Status Register
GTM_TOM0_CH10_IRQ_NOTIFY 0xF010829C          TOM0 Channel 10 Interrupt Notification Register
GTM_TOM0_CH10_IRQ_EN 0xF01082A0          TOM0 Channel 10 Interrupt Enable Register
GTM_TOM0_CH10_IRQ_FORCINT 0xF01082A4          TOM0 Channel 10 Force Interrupt Register
GTM_TOM0_CH10_IRQ_MODE 0xF01082A8          TOM0 Channel 10 Interrupt Mode Register
GTM_TOM0_CH11_CTRL 0xF01082C0          TOM0 Channel 11 Control Register
GTM_TOM0_CH11_SR0 0xF01082C4          TOM0 Channel 11 CCU0 Compare Shadow Register
GTM_TOM0_CH11_SR1 0xF01082C8          TOM0 Channel 11 CCU1 Compare Shadow Register
GTM_TOM0_CH11_CM0 0xF01082CC          TOM0 Channel 11 CCU0 Compare Register
GTM_TOM0_CH11_CM1 0xF01082D0          TOM0 Channel 11 CCU1 Compare Register
GTM_TOM0_CH11_CN0 0xF01082D4          TOM0 Channel 11 CCU0 Counter Register
GTM_TOM0_CH11_STAT 0xF01082D8          TOM0 Channel 11 Status Register
GTM_TOM0_CH11_IRQ_NOTIFY 0xF01082DC          TOM0 Channel 11 Interrupt Notification Register
GTM_TOM0_CH11_IRQ_EN 0xF01082E0          TOM0 Channel 11 Interrupt Enable Register
GTM_TOM0_CH11_IRQ_FORCINT 0xF01082E4          TOM0 Channel 11 Force Interrupt Register
GTM_TOM0_CH11_IRQ_MODE 0xF01082E8          TOM0 Channel 11 Interrupt Mode Register
GTM_TOM0_CH12_CTRL 0xF0108300          TOM0 Channel 12 Control Register
GTM_TOM0_CH12_SR0 0xF0108304          TOM0 Channel 12 CCU0 Compare Shadow Register
GTM_TOM0_CH12_SR1 0xF0108308          TOM0 Channel 12 CCU1 Compare Shadow Register
GTM_TOM0_CH12_CM0 0xF010830C          TOM0 Channel 12 CCU0 Compare Register
GTM_TOM0_CH12_CM1 0xF0108310          TOM0 Channel 12 CCU1 Compare Register
GTM_TOM0_CH12_CN0 0xF0108314          TOM0 Channel 12 CCU0 Counter Register
GTM_TOM0_CH12_STAT 0xF0108318          TOM0 Channel 12 Status Register
GTM_TOM0_CH12_IRQ_NOTIFY 0xF010831C          TOM0 Channel 12 Interrupt Notification Register
GTM_TOM0_CH12_IRQ_EN 0xF0108320          TOM0 Channel 12 Interrupt Enable Register
GTM_TOM0_CH12_IRQ_FORCINT 0xF0108324          TOM0 Channel 12 Force Interrupt Register
GTM_TOM0_CH12_IRQ_MODE 0xF0108328          TOM0 Channel 12 Interrupt Mode Register
GTM_TOM0_CH13_CTRL 0xF0108340          TOM0 Channel 13 Control Register
GTM_TOM0_CH13_SR0 0xF0108344          TOM0 Channel 13 CCU0 Compare Shadow Register
GTM_TOM0_CH13_SR1 0xF0108348          TOM0 Channel 13 CCU1 Compare Shadow Register
GTM_TOM0_CH13_CM0 0xF010834C          TOM0 Channel 13 CCU0 Compare Register
GTM_TOM0_CH13_CM1 0xF0108350          TOM0 Channel 13 CCU1 Compare Register
GTM_TOM0_CH13_CN0 0xF0108354          TOM0 Channel 13 CCU0 Counter Register
GTM_TOM0_CH13_STAT 0xF0108358          TOM0 Channel 13 Status Register
GTM_TOM0_CH13_IRQ_NOTIFY 0xF010835C          TOM0 Channel 13 Interrupt Notification Register
GTM_TOM0_CH13_IRQ_EN 0xF0108360          TOM0 Channel 13 Interrupt Enable Register
GTM_TOM0_CH13_IRQ_FORCINT 0xF0108364          TOM0 Channel 13 Force Interrupt Register
GTM_TOM0_CH13_IRQ_MODE 0xF0108368          TOM0 Channel 13 Interrupt Mode Register
GTM_TOM0_CH14_CTRL 0xF0108380          TOM0 Channel 14 Control Register
GTM_TOM0_CH14_SR0 0xF0108384          TOM0 Channel 14 CCU0 Compare Shadow Register
GTM_TOM0_CH14_SR1 0xF0108388          TOM0 Channel 14 CCU1 Compare Shadow Register
GTM_TOM0_CH14_CM0 0xF010838C          TOM0 Channel 14 CCU0 Compare Register
GTM_TOM0_CH14_CM1 0xF0108390          TOM0 Channel 14 CCU1 Compare Register
GTM_TOM0_CH14_CN0 0xF0108394          TOM0 Channel 14 CCU0 Counter Register
GTM_TOM0_CH14_STAT 0xF0108398          TOM0 Channel 14 Status Register
GTM_TOM0_CH14_IRQ_NOTIFY 0xF010839C          TOM0 Channel 14 Interrupt Notification Register
GTM_TOM0_CH14_IRQ_EN 0xF01083A0          TOM0 Channel 14 Interrupt Enable Register
GTM_TOM0_CH14_IRQ_FORCINT 0xF01083A4          TOM0 Channel 14 Force Interrupt Register
GTM_TOM0_CH14_IRQ_MODE 0xF01083A8          TOM0 Channel 14 Interrupt Mode Register
GTM_TOM0_CH15_CTRL 0xF01083C0          TOM0 Channel 15 Control Register
GTM_TOM0_CH15_SR0 0xF01083C4          TOM0 Channel 15 CCU0 Compare Shadow Register
GTM_TOM0_CH15_SR1 0xF01083C8          TOM0 Channel 15 CCU1 Compare Shadow Register
GTM_TOM0_CH15_CM0 0xF01083CC          TOM0 Channel 15 CCU0 Compare Register
GTM_TOM0_CH15_CM1 0xF01083D0          TOM0 Channel 15 CCU1 Compare Register
GTM_TOM0_CH15_CN0 0xF01083D4          TOM0 Channel 15 CCU0 Counter Register
GTM_TOM0_CH15_STAT 0xF01083D8          TOM0 Channel 15 Status Register
GTM_TOM0_CH15_IRQ_NOTIFY 0xF01083DC          TOM0 Channel 15 Interrupt Notification Register
GTM_TOM0_CH15_IRQ_EN 0xF01083E0          TOM0 Channel 15 Interrupt Enable Register
GTM_TOM0_CH15_IRQ_FORCINT 0xF01083E4          TOM0 Channel 15 Force Interrupt Register
GTM_TOM0_CH15_IRQ_MODE 0xF01083E8          TOM0 Channel 15 Interrupt Mode Register
GTM_TOM1_CH0_CTRL 0xF0108800          TOM1 Channel 0 Control Register
GTM_TOM1_CH0_SR0 0xF0108804          TOM1 Channel 0 CCU0 Compare Shadow Register
GTM_TOM1_CH0_SR1 0xF0108808          TOM1 Channel 0 CCU1 Compare Shadow Register
GTM_TOM1_CH0_CM0 0xF010880C          TOM1 Channel 0 CCU0 Compare Register
GTM_TOM1_CH0_CM1 0xF0108810          TOM1 Channel 0 CCU1 Compare Register
GTM_TOM1_CH0_CN0 0xF0108814          TOM1 Channel 0 CCU0 Counter Register
GTM_TOM1_CH0_STAT 0xF0108818          TOM1 Channel 0 Status Register
GTM_TOM1_CH0_IRQ_NOTIFY 0xF010881C          TOM1 Channel 0 Interrupt Notification Register
GTM_TOM1_CH0_IRQ_EN 0xF0108820          TOM1 Channel 0 Interrupt Enable Register
GTM_TOM1_CH0_IRQ_FORCINT 0xF0108824          TOM1 Channel 0 Force Interrupt Register
GTM_TOM1_CH0_IRQ_MODE 0xF0108828          TOM1 Channel 0 Interrupt Mode Register
GTM_TOM1_TGC0_GLB_CTRL 0xF0108830          TOM1 TGC0 Global Control Register
GTM_TOM1_TGC0_ACT_TB 0xF0108834          TOM1 TGC0 Action Time Base Register
GTM_TOM1_TGC0_FUPD_CTRL 0xF0108838          TOM1 TGC0 Force Update Control Register
GTM_TOM1_TGC0_INT_TRIG 0xF010883C          TOM1 TGC0 Internal Trigger Control Register
GTM_TOM1_CH1_CTRL 0xF0108840          TOM1 Channel 1 Control Register
GTM_TOM1_CH1_SR0 0xF0108844          TOM1 Channel 1 CCU0 Compare Shadow Register
GTM_TOM1_CH1_SR1 0xF0108848          TOM1 Channel 1 CCU1 Compare Shadow Register
GTM_TOM1_CH1_CM0 0xF010884C          TOM1 Channel 1 CCU0 Compare Register
GTM_TOM1_CH1_CM1 0xF0108850          TOM1 Channel 1 CCU1 Compare Register
GTM_TOM1_CH1_CN0 0xF0108854          TOM1 Channel 1 CCU0 Counter Register
GTM_TOM1_CH1_STAT 0xF0108858          TOM1 Channel 1 Status Register
GTM_TOM1_CH1_IRQ_NOTIFY 0xF010885C          TOM1 Channel 1 Interrupt Notification Register
GTM_TOM1_CH1_IRQ_EN 0xF0108860          TOM1 Channel 1 Interrupt Enable Register
GTM_TOM1_CH1_IRQ_FORCINT 0xF0108864          TOM1 Channel 1 Force Interrupt Register
GTM_TOM1_CH1_IRQ_MODE 0xF0108868          TOM1 Channel 1 Interrupt Mode Register
GTM_TOM1_TGC0_ENDIS_CTRL 0xF0108870          TOM1 TGC0 Enable/Disable Control Register
GTM_TOM1_TGC0_ENDIS_STAT 0xF0108874          TOM1 TGC0 Enable/Disable Status Register
GTM_TOM1_TGC0_OUTEN_CTRL 0xF0108878          TOM1 TGC0 Output Enable Control Register
GTM_TOM1_TGC0_OUTEN_STAT 0xF010887C          TOM1 TGC0 Output Enable Status Register
GTM_TOM1_CH2_CTRL 0xF0108880          TOM1 Channel 2 Control Register
GTM_TOM1_CH2_SR0 0xF0108884          TOM1 Channel 2 CCU0 Compare Shadow Register
GTM_TOM1_CH2_SR1 0xF0108888          TOM1 Channel 2 CCU1 Compare Shadow Register
GTM_TOM1_CH2_CM0 0xF010888C          TOM1 Channel 2 CCU0 Compare Register
GTM_TOM1_CH2_CM1 0xF0108890          TOM1 Channel 2 CCU1 Compare Register
GTM_TOM1_CH2_CN0 0xF0108894          TOM1 Channel 2 CCU0 Counter Register
GTM_TOM1_CH2_STAT 0xF0108898          TOM1 Channel 2 Status Register
GTM_TOM1_CH2_IRQ_NOTIFY 0xF010889C          TOM1 Channel 2 Interrupt Notification Register
GTM_TOM1_CH2_IRQ_EN 0xF01088A0          TOM1 Channel 2 Interrupt Enable Register
GTM_TOM1_CH2_IRQ_FORCINT 0xF01088A4          TOM1 Channel 2 Force Interrupt Register
GTM_TOM1_CH2_IRQ_MODE 0xF01088A8          TOM1 Channel 2 Interrupt Mode Register
GTM_TOM1_CH3_CTRL 0xF01088C0          TOM1 Channel 3 Control Register
GTM_TOM1_CH3_SR0 0xF01088C4          TOM1 Channel 3 CCU0 Compare Shadow Register
GTM_TOM1_CH3_SR1 0xF01088C8          TOM1 Channel 3 CCU1 Compare Shadow Register
GTM_TOM1_CH3_CM0 0xF01088CC          TOM1 Channel 3 CCU0 Compare Register
GTM_TOM1_CH3_CM1 0xF01088D0          TOM1 Channel 3 CCU1 Compare Register
GTM_TOM1_CH3_CN0 0xF01088D4          TOM1 Channel 3 CCU0 Counter Register
GTM_TOM1_CH3_STAT 0xF01088D8          TOM1 Channel 3 Status Register
GTM_TOM1_CH3_IRQ_NOTIFY 0xF01088DC          TOM1 Channel 3 Interrupt Notification Register
GTM_TOM1_CH3_IRQ_EN 0xF01088E0          TOM1 Channel 3 Interrupt Enable Register
GTM_TOM1_CH3_IRQ_FORCINT 0xF01088E4          TOM1 Channel 3 Force Interrupt Register
GTM_TOM1_CH3_IRQ_MODE 0xF01088E8          TOM1 Channel 3 Interrupt Mode Register
GTM_TOM1_CH4_CTRL 0xF0108900          TOM1 Channel 4 Control Register
GTM_TOM1_CH4_SR0 0xF0108904          TOM1 Channel 4 CCU0 Compare Shadow Register
GTM_TOM1_CH4_SR1 0xF0108908          TOM1 Channel 4 CCU1 Compare Shadow Register
GTM_TOM1_CH4_CM0 0xF010890C          TOM1 Channel 4 CCU0 Compare Register
GTM_TOM1_CH4_CM1 0xF0108910          TOM1 Channel 4 CCU1 Compare Register
GTM_TOM1_CH4_CN0 0xF0108914          TOM1 Channel 4 CCU0 Counter Register
GTM_TOM1_CH4_STAT 0xF0108918          TOM1 Channel 4 Status Register
GTM_TOM1_CH4_IRQ_NOTIFY 0xF010891C          TOM1 Channel 4 Interrupt Notification Register
GTM_TOM1_CH4_IRQ_EN 0xF0108920          TOM1 Channel 4 Interrupt Enable Register
GTM_TOM1_CH4_IRQ_FORCINT 0xF0108924          TOM1 Channel 4 Force Interrupt Register
GTM_TOM1_CH4_IRQ_MODE 0xF0108928          TOM1 Channel 4 Interrupt Mode Register
GTM_TOM1_CH5_CTRL 0xF0108940          TOM1 Channel 5 Control Register
GTM_TOM1_CH5_SR0 0xF0108944          TOM1 Channel 5 CCU0 Compare Shadow Register
GTM_TOM1_CH5_SR1 0xF0108948          TOM1 Channel 5 CCU1 Compare Shadow Register
GTM_TOM1_CH5_CM0 0xF010894C          TOM1 Channel 5 CCU0 Compare Register
GTM_TOM1_CH5_CM1 0xF0108950          TOM1 Channel 5 CCU1 Compare Register
GTM_TOM1_CH5_CN0 0xF0108954          TOM1 Channel 5 CCU0 Counter Register
GTM_TOM1_CH5_STAT 0xF0108958          TOM1 Channel 5 Status Register
GTM_TOM1_CH5_IRQ_NOTIFY 0xF010895C          TOM1 Channel 5 Interrupt Notification Register
GTM_TOM1_CH5_IRQ_EN 0xF0108960          TOM1 Channel 5 Interrupt Enable Register
GTM_TOM1_CH5_IRQ_FORCINT 0xF0108964          TOM1 Channel 5 Force Interrupt Register
GTM_TOM1_CH5_IRQ_MODE 0xF0108968          TOM1 Channel 5 Interrupt Mode Register
GTM_TOM1_CH6_CTRL 0xF0108980          TOM1 Channel 6 Control Register
GTM_TOM1_CH6_SR0 0xF0108984          TOM1 Channel 6 CCU0 Compare Shadow Register
GTM_TOM1_CH6_SR1 0xF0108988          TOM1 Channel 6 CCU1 Compare Shadow Register
GTM_TOM1_CH6_CM0 0xF010898C          TOM1 Channel 6 CCU0 Compare Register
GTM_TOM1_CH6_CM1 0xF0108990          TOM1 Channel 6 CCU1 Compare Register
GTM_TOM1_CH6_CN0 0xF0108994          TOM1 Channel 6 CCU0 Counter Register
GTM_TOM1_CH6_STAT 0xF0108998          TOM1 Channel 6 Status Register
GTM_TOM1_CH6_IRQ_NOTIFY 0xF010899C          TOM1 Channel 6 Interrupt Notification Register
GTM_TOM1_CH6_IRQ_EN 0xF01089A0          TOM1 Channel 6 Interrupt Enable Register
GTM_TOM1_CH6_IRQ_FORCINT 0xF01089A4          TOM1 Channel 6 Force Interrupt Register
GTM_TOM1_CH6_IRQ_MODE 0xF01089A8          TOM1 Channel 6 Interrupt Mode Register
GTM_TOM1_CH7_CTRL 0xF01089C0          TOM1 Channel 7 Control Register
GTM_TOM1_CH7_SR0 0xF01089C4          TOM1 Channel 7 CCU0 Compare Shadow Register
GTM_TOM1_CH7_SR1 0xF01089C8          TOM1 Channel 7 CCU1 Compare Shadow Register
GTM_TOM1_CH7_CM0 0xF01089CC          TOM1 Channel 7 CCU0 Compare Register
GTM_TOM1_CH7_CM1 0xF01089D0          TOM1 Channel 7 CCU1 Compare Register
GTM_TOM1_CH7_CN0 0xF01089D4          TOM1 Channel 7 CCU0 Counter Register
GTM_TOM1_CH7_STAT 0xF01089D8          TOM1 Channel 7 Status Register
GTM_TOM1_CH7_IRQ_NOTIFY 0xF01089DC          TOM1 Channel 7 Interrupt Notification Register
GTM_TOM1_CH7_IRQ_EN 0xF01089E0          TOM1 Channel 7 Interrupt Enable Register
GTM_TOM1_CH7_IRQ_FORCINT 0xF01089E4          TOM1 Channel 7 Force Interrupt Register
GTM_TOM1_CH7_IRQ_MODE 0xF01089E8          TOM1 Channel 7 Interrupt Mode Register
GTM_TOM1_CH8_CTRL 0xF0108A00          TOM1 Channel 8 Control Register
GTM_TOM1_CH8_SR0 0xF0108A04          TOM1 Channel 8 CCU0 Compare Shadow Register
GTM_TOM1_CH8_SR1 0xF0108A08          TOM1 Channel 8 CCU1 Compare Shadow Register
GTM_TOM1_CH8_CM0 0xF0108A0C          TOM1 Channel 8 CCU0 Compare Register
GTM_TOM1_CH8_CM1 0xF0108A10          TOM1 Channel 8 CCU1 Compare Register
GTM_TOM1_CH8_CN0 0xF0108A14          TOM1 Channel 8 CCU0 Counter Register
GTM_TOM1_CH8_STAT 0xF0108A18          TOM1 Channel 8 Status Register
GTM_TOM1_CH8_IRQ_NOTIFY 0xF0108A1C          TOM1 Channel 8 Interrupt Notification Register
GTM_TOM1_CH8_IRQ_EN 0xF0108A20          TOM1 Channel 8 Interrupt Enable Register
GTM_TOM1_CH8_IRQ_FORCINT 0xF0108A24          TOM1 Channel 8 Force Interrupt Register
GTM_TOM1_CH8_IRQ_MODE 0xF0108A28          TOM1 Channel 8 Interrupt Mode Register
GTM_TOM1_TGC1_GLB_CTRL 0xF0108A30          TOM1 TGC1 Global Control Register
GTM_TOM1_TGC1_ACT_TB 0xF0108A34          TOM1 TGC1 Action Time Base Register
GTM_TOM1_TGC1_FUPD_CTRL 0xF0108A38          TOM1 TGC1 Force Update Control Register
GTM_TOM1_TGC1_INT_TRIG 0xF0108A3C          TOM1 TGC1 Internal Trigger Control Register
GTM_TOM1_CH9_CTRL 0xF0108A40          TOM1 Channel 9 Control Register
GTM_TOM1_CH9_SR0 0xF0108A44          TOM1 Channel 9 CCU0 Compare Shadow Register
GTM_TOM1_CH9_SR1 0xF0108A48          TOM1 Channel 9 CCU1 Compare Shadow Register
GTM_TOM1_CH9_CM0 0xF0108A4C          TOM1 Channel 9 CCU0 Compare Register
GTM_TOM1_CH9_CM1 0xF0108A50          TOM1 Channel 9 CCU1 Compare Register
GTM_TOM1_CH9_CN0 0xF0108A54          TOM1 Channel 9 CCU0 Counter Register
GTM_TOM1_CH9_STAT 0xF0108A58          TOM1 Channel 9 Status Register
GTM_TOM1_CH9_IRQ_NOTIFY 0xF0108A5C          TOM1 Channel 9 Interrupt Notification Register
GTM_TOM1_CH9_IRQ_EN 0xF0108A60          TOM1 Channel 9 Interrupt Enable Register
GTM_TOM1_CH9_IRQ_FORCINT 0xF0108A64          TOM1 Channel 9 Force Interrupt Register
GTM_TOM1_CH9_IRQ_MODE 0xF0108A68          TOM1 Channel 9 Interrupt Mode Register
GTM_TOM1_TGC1_ENDIS_CTRL 0xF0108A70          TOM1 TGC1 Enable/Disable Control Register
GTM_TOM1_TGC1_ENDIS_STAT 0xF0108A74          TOM1 TGC1 Enable/Disable Status Register
GTM_TOM1_TGC1_OUTEN_CTRL 0xF0108A78          TOM1 TGC1 Output Enable Control Register
GTM_TOM1_TGC1_OUTEN_STAT 0xF0108A7C          TOM1 TGC1 Output Enable Status Register
GTM_TOM1_CH10_CTRL 0xF0108A80          TOM1 Channel 10 Control Register
GTM_TOM1_CH10_SR0 0xF0108A84          TOM1 Channel 10 CCU0 Compare Shadow Register
GTM_TOM1_CH10_SR1 0xF0108A88          TOM1 Channel 10 CCU1 Compare Shadow Register
GTM_TOM1_CH10_CM0 0xF0108A8C          TOM1 Channel 10 CCU0 Compare Register
GTM_TOM1_CH10_CM1 0xF0108A90          TOM1 Channel 10 CCU1 Compare Register
GTM_TOM1_CH10_CN0 0xF0108A94          TOM1 Channel 10 CCU0 Counter Register
GTM_TOM1_CH10_STAT 0xF0108A98          TOM1 Channel 10 Status Register
GTM_TOM1_CH10_IRQ_NOTIFY 0xF0108A9C          TOM1 Channel 10 Interrupt Notification Register
GTM_TOM1_CH10_IRQ_EN 0xF0108AA0          TOM1 Channel 10 Interrupt Enable Register
GTM_TOM1_CH10_IRQ_FORCINT 0xF0108AA4          TOM1 Channel 10 Force Interrupt Register
GTM_TOM1_CH10_IRQ_MODE 0xF0108AA8          TOM1 Channel 10 Interrupt Mode Register
GTM_TOM1_CH11_CTRL 0xF0108AC0          TOM1 Channel 11 Control Register
GTM_TOM1_CH11_SR0 0xF0108AC4          TOM1 Channel 11 CCU0 Compare Shadow Register
GTM_TOM1_CH11_SR1 0xF0108AC8          TOM1 Channel 11 CCU1 Compare Shadow Register
GTM_TOM1_CH11_CM0 0xF0108ACC          TOM1 Channel 11 CCU0 Compare Register
GTM_TOM1_CH11_CM1 0xF0108AD0          TOM1 Channel 11 CCU1 Compare Register
GTM_TOM1_CH11_CN0 0xF0108AD4          TOM1 Channel 11 CCU0 Counter Register
GTM_TOM1_CH11_STAT 0xF0108AD8          TOM1 Channel 11 Status Register
GTM_TOM1_CH11_IRQ_NOTIFY 0xF0108ADC          TOM1 Channel 11 Interrupt Notification Register
GTM_TOM1_CH11_IRQ_EN 0xF0108AE0          TOM1 Channel 11 Interrupt Enable Register
GTM_TOM1_CH11_IRQ_FORCINT 0xF0108AE4          TOM1 Channel 11 Force Interrupt Register
GTM_TOM1_CH11_IRQ_MODE 0xF0108AE8          TOM1 Channel 11 Interrupt Mode Register
GTM_TOM1_CH12_CTRL 0xF0108B00          TOM1 Channel 12 Control Register
GTM_TOM1_CH12_SR0 0xF0108B04          TOM1 Channel 12 CCU0 Compare Shadow Register
GTM_TOM1_CH12_SR1 0xF0108B08          TOM1 Channel 12 CCU1 Compare Shadow Register
GTM_TOM1_CH12_CM0 0xF0108B0C          TOM1 Channel 12 CCU0 Compare Register
GTM_TOM1_CH12_CM1 0xF0108B10          TOM1 Channel 12 CCU1 Compare Register
GTM_TOM1_CH12_CN0 0xF0108B14          TOM1 Channel 12 CCU0 Counter Register
GTM_TOM1_CH12_STAT 0xF0108B18          TOM1 Channel 12 Status Register
GTM_TOM1_CH12_IRQ_NOTIFY 0xF0108B1C          TOM1 Channel 12 Interrupt Notification Register
GTM_TOM1_CH12_IRQ_EN 0xF0108B20          TOM1 Channel 12 Interrupt Enable Register
GTM_TOM1_CH12_IRQ_FORCINT 0xF0108B24          TOM1 Channel 12 Force Interrupt Register
GTM_TOM1_CH12_IRQ_MODE 0xF0108B28          TOM1 Channel 12 Interrupt Mode Register
GTM_TOM1_CH13_CTRL 0xF0108B40          TOM1 Channel 13 Control Register
GTM_TOM1_CH13_SR0 0xF0108B44          TOM1 Channel 13 CCU0 Compare Shadow Register
GTM_TOM1_CH13_SR1 0xF0108B48          TOM1 Channel 13 CCU1 Compare Shadow Register
GTM_TOM1_CH13_CM0 0xF0108B4C          TOM1 Channel 13 CCU0 Compare Register
GTM_TOM1_CH13_CM1 0xF0108B50          TOM1 Channel 13 CCU1 Compare Register
GTM_TOM1_CH13_CN0 0xF0108B54          TOM1 Channel 13 CCU0 Counter Register
GTM_TOM1_CH13_STAT 0xF0108B58          TOM1 Channel 13 Status Register
GTM_TOM1_CH13_IRQ_NOTIFY 0xF0108B5C          TOM1 Channel 13 Interrupt Notification Register
GTM_TOM1_CH13_IRQ_EN 0xF0108B60          TOM1 Channel 13 Interrupt Enable Register
GTM_TOM1_CH13_IRQ_FORCINT 0xF0108B64          TOM1 Channel 13 Force Interrupt Register
GTM_TOM1_CH13_IRQ_MODE 0xF0108B68          TOM1 Channel 13 Interrupt Mode Register
GTM_TOM1_CH14_CTRL 0xF0108B80          TOM1 Channel 14 Control Register
GTM_TOM1_CH14_SR0 0xF0108B84          TOM1 Channel 14 CCU0 Compare Shadow Register
GTM_TOM1_CH14_SR1 0xF0108B88          TOM1 Channel 14 CCU1 Compare Shadow Register
GTM_TOM1_CH14_CM0 0xF0108B8C          TOM1 Channel 14 CCU0 Compare Register
GTM_TOM1_CH14_CM1 0xF0108B90          TOM1 Channel 14 CCU1 Compare Register
GTM_TOM1_CH14_CN0 0xF0108B94          TOM1 Channel 14 CCU0 Counter Register
GTM_TOM1_CH14_STAT 0xF0108B98          TOM1 Channel 14 Status Register
GTM_TOM1_CH14_IRQ_NOTIFY 0xF0108B9C          TOM1 Channel 14 Interrupt Notification Register
GTM_TOM1_CH14_IRQ_EN 0xF0108BA0          TOM1 Channel 14 Interrupt Enable Register
GTM_TOM1_CH14_IRQ_FORCINT 0xF0108BA4          TOM1 Channel 14 Force Interrupt Register
GTM_TOM1_CH14_IRQ_MODE 0xF0108BA8          TOM1 Channel 14 Interrupt Mode Register
GTM_TOM1_CH15_CTRL 0xF0108BC0          TOM1 Channel 15 Control Register
GTM_TOM1_CH15_SR0 0xF0108BC4          TOM1 Channel 15 CCU0 Compare Shadow Register
GTM_TOM1_CH15_SR1 0xF0108BC8          TOM1 Channel 15 CCU1 Compare Shadow Register
GTM_TOM1_CH15_CM0 0xF0108BCC          TOM1 Channel 15 CCU0 Compare Register
GTM_TOM1_CH15_CM1 0xF0108BD0          TOM1 Channel 15 CCU1 Compare Register
GTM_TOM1_CH15_CN0 0xF0108BD4          TOM1 Channel 15 CCU0 Counter Register
GTM_TOM1_CH15_STAT 0xF0108BD8          TOM1 Channel 15 Status Register
GTM_TOM1_CH15_IRQ_NOTIFY 0xF0108BDC          TOM1 Channel 15 Interrupt Notification Register
GTM_TOM1_CH15_IRQ_EN 0xF0108BE0          TOM1 Channel 15 Interrupt Enable Register
GTM_TOM1_CH15_IRQ_FORCINT 0xF0108BE4          TOM1 Channel 15 Force Interrupt Register
GTM_TOM1_CH15_IRQ_MODE 0xF0108BE8          TOM1 Channel 15 Interrupt Mode Register
GTM_TOM2_CH0_CTRL 0xF0109000          TOM2 Channel 0 Control Register
GTM_TOM2_CH0_SR0 0xF0109004          TOM2 Channel 0 CCU0 Compare Shadow Register
GTM_TOM2_CH0_SR1 0xF0109008          TOM2 Channel 0 CCU1 Compare Shadow Register
GTM_TOM2_CH0_CM0 0xF010900C          TOM2 Channel 0 CCU0 Compare Register
GTM_TOM2_CH0_CM1 0xF0109010          TOM2 Channel 0 CCU1 Compare Register
GTM_TOM2_CH0_CN0 0xF0109014          TOM2 Channel 0 CCU0 Counter Register
GTM_TOM2_CH0_STAT 0xF0109018          TOM2 Channel 0 Status Register
GTM_TOM2_CH0_IRQ_NOTIFY 0xF010901C          TOM2 Channel 0 Interrupt Notification Register
GTM_TOM2_CH0_IRQ_EN 0xF0109020          TOM2 Channel 0 Interrupt Enable Register
GTM_TOM2_CH0_IRQ_FORCINT 0xF0109024          TOM2 Channel 0 Force Interrupt Register
GTM_TOM2_CH0_IRQ_MODE 0xF0109028          TOM2 Channel 0 Interrupt Mode Register
GTM_TOM2_TGC0_GLB_CTRL 0xF0109030          TOM2 TGC0 Global Control Register
GTM_TOM2_TGC0_ACT_TB 0xF0109034          TOM2 TGC0 Action Time Base Register
GTM_TOM2_TGC0_FUPD_CTRL 0xF0109038          TOM2 TGC0 Force Update Control Register
GTM_TOM2_TGC0_INT_TRIG 0xF010903C          TOM2 TGC0 Internal Trigger Control Register
GTM_TOM2_CH1_CTRL 0xF0109040          TOM2 Channel 1 Control Register
GTM_TOM2_CH1_SR0 0xF0109044          TOM2 Channel 1 CCU0 Compare Shadow Register
GTM_TOM2_CH1_SR1 0xF0109048          TOM2 Channel 1 CCU1 Compare Shadow Register
GTM_TOM2_CH1_CM0 0xF010904C          TOM2 Channel 1 CCU0 Compare Register
GTM_TOM2_CH1_CM1 0xF0109050          TOM2 Channel 1 CCU1 Compare Register
GTM_TOM2_CH1_CN0 0xF0109054          TOM2 Channel 1 CCU0 Counter Register
GTM_TOM2_CH1_STAT 0xF0109058          TOM2 Channel 1 Status Register
GTM_TOM2_CH1_IRQ_NOTIFY 0xF010905C          TOM2 Channel 1 Interrupt Notification Register
GTM_TOM2_CH1_IRQ_EN 0xF0109060          TOM2 Channel 1 Interrupt Enable Register
GTM_TOM2_CH1_IRQ_FORCINT 0xF0109064          TOM2 Channel 1 Force Interrupt Register
GTM_TOM2_CH1_IRQ_MODE 0xF0109068          TOM2 Channel 1 Interrupt Mode Register
GTM_TOM2_TGC0_ENDIS_CTRL 0xF0109070          TOM2 TGC0 Enable/Disable Control Register
GTM_TOM2_TGC0_ENDIS_STAT 0xF0109074          TOM2 TGC0 Enable/Disable Status Register
GTM_TOM2_TGC0_OUTEN_CTRL 0xF0109078          TOM2 TGC0 Output Enable Control Register
GTM_TOM2_TGC0_OUTEN_STAT 0xF010907C          TOM2 TGC0 Output Enable Status Register
GTM_TOM2_CH2_CTRL 0xF0109080          TOM2 Channel 2 Control Register
GTM_TOM2_CH2_SR0 0xF0109084          TOM2 Channel 2 CCU0 Compare Shadow Register
GTM_TOM2_CH2_SR1 0xF0109088          TOM2 Channel 2 CCU1 Compare Shadow Register
GTM_TOM2_CH2_CM0 0xF010908C          TOM2 Channel 2 CCU0 Compare Register
GTM_TOM2_CH2_CM1 0xF0109090          TOM2 Channel 2 CCU1 Compare Register
GTM_TOM2_CH2_CN0 0xF0109094          TOM2 Channel 2 CCU0 Counter Register
GTM_TOM2_CH2_STAT 0xF0109098          TOM2 Channel 2 Status Register
GTM_TOM2_CH2_IRQ_NOTIFY 0xF010909C          TOM2 Channel 2 Interrupt Notification Register
GTM_TOM2_CH2_IRQ_EN 0xF01090A0          TOM2 Channel 2 Interrupt Enable Register
GTM_TOM2_CH2_IRQ_FORCINT 0xF01090A4          TOM2 Channel 2 Force Interrupt Register
GTM_TOM2_CH2_IRQ_MODE 0xF01090A8          TOM2 Channel 2 Interrupt Mode Register
GTM_TOM2_CH3_CTRL 0xF01090C0          TOM2 Channel 3 Control Register
GTM_TOM2_CH3_SR0 0xF01090C4          TOM2 Channel 3 CCU0 Compare Shadow Register
GTM_TOM2_CH3_SR1 0xF01090C8          TOM2 Channel 3 CCU1 Compare Shadow Register
GTM_TOM2_CH3_CM0 0xF01090CC          TOM2 Channel 3 CCU0 Compare Register
GTM_TOM2_CH3_CM1 0xF01090D0          TOM2 Channel 3 CCU1 Compare Register
GTM_TOM2_CH3_CN0 0xF01090D4          TOM2 Channel 3 CCU0 Counter Register
GTM_TOM2_CH3_STAT 0xF01090D8          TOM2 Channel 3 Status Register
GTM_TOM2_CH3_IRQ_NOTIFY 0xF01090DC          TOM2 Channel 3 Interrupt Notification Register
GTM_TOM2_CH3_IRQ_EN 0xF01090E0          TOM2 Channel 3 Interrupt Enable Register
GTM_TOM2_CH3_IRQ_FORCINT 0xF01090E4          TOM2 Channel 3 Force Interrupt Register
GTM_TOM2_CH3_IRQ_MODE 0xF01090E8          TOM2 Channel 3 Interrupt Mode Register
GTM_TOM2_CH4_CTRL 0xF0109100          TOM2 Channel 4 Control Register
GTM_TOM2_CH4_SR0 0xF0109104          TOM2 Channel 4 CCU0 Compare Shadow Register
GTM_TOM2_CH4_SR1 0xF0109108          TOM2 Channel 4 CCU1 Compare Shadow Register
GTM_TOM2_CH4_CM0 0xF010910C          TOM2 Channel 4 CCU0 Compare Register
GTM_TOM2_CH4_CM1 0xF0109110          TOM2 Channel 4 CCU1 Compare Register
GTM_TOM2_CH4_CN0 0xF0109114          TOM2 Channel 4 CCU0 Counter Register
GTM_TOM2_CH4_STAT 0xF0109118          TOM2 Channel 4 Status Register
GTM_TOM2_CH4_IRQ_NOTIFY 0xF010911C          TOM2 Channel 4 Interrupt Notification Register
GTM_TOM2_CH4_IRQ_EN 0xF0109120          TOM2 Channel 4 Interrupt Enable Register
GTM_TOM2_CH4_IRQ_FORCINT 0xF0109124          TOM2 Channel 4 Force Interrupt Register
GTM_TOM2_CH4_IRQ_MODE 0xF0109128          TOM2 Channel 4 Interrupt Mode Register
GTM_TOM2_CH5_CTRL 0xF0109140          TOM2 Channel 5 Control Register
GTM_TOM2_CH5_SR0 0xF0109144          TOM2 Channel 5 CCU0 Compare Shadow Register
GTM_TOM2_CH5_SR1 0xF0109148          TOM2 Channel 5 CCU1 Compare Shadow Register
GTM_TOM2_CH5_CM0 0xF010914C          TOM2 Channel 5 CCU0 Compare Register
GTM_TOM2_CH5_CM1 0xF0109150          TOM2 Channel 5 CCU1 Compare Register
GTM_TOM2_CH5_CN0 0xF0109154          TOM2 Channel 5 CCU0 Counter Register
GTM_TOM2_CH5_STAT 0xF0109158          TOM2 Channel 5 Status Register
GTM_TOM2_CH5_IRQ_NOTIFY 0xF010915C          TOM2 Channel 5 Interrupt Notification Register
GTM_TOM2_CH5_IRQ_EN 0xF0109160          TOM2 Channel 5 Interrupt Enable Register
GTM_TOM2_CH5_IRQ_FORCINT 0xF0109164          TOM2 Channel 5 Force Interrupt Register
GTM_TOM2_CH5_IRQ_MODE 0xF0109168          TOM2 Channel 5 Interrupt Mode Register
GTM_TOM2_CH6_CTRL 0xF0109180          TOM2 Channel 6 Control Register
GTM_TOM2_CH6_SR0 0xF0109184          TOM2 Channel 6 CCU0 Compare Shadow Register
GTM_TOM2_CH6_SR1 0xF0109188          TOM2 Channel 6 CCU1 Compare Shadow Register
GTM_TOM2_CH6_CM0 0xF010918C          TOM2 Channel 6 CCU0 Compare Register
GTM_TOM2_CH6_CM1 0xF0109190          TOM2 Channel 6 CCU1 Compare Register
GTM_TOM2_CH6_CN0 0xF0109194          TOM2 Channel 6 CCU0 Counter Register
GTM_TOM2_CH6_STAT 0xF0109198          TOM2 Channel 6 Status Register
GTM_TOM2_CH6_IRQ_NOTIFY 0xF010919C          TOM2 Channel 6 Interrupt Notification Register
GTM_TOM2_CH6_IRQ_EN 0xF01091A0          TOM2 Channel 6 Interrupt Enable Register
GTM_TOM2_CH6_IRQ_FORCINT 0xF01091A4          TOM2 Channel 6 Force Interrupt Register
GTM_TOM2_CH6_IRQ_MODE 0xF01091A8          TOM2 Channel 6 Interrupt Mode Register
GTM_TOM2_CH7_CTRL 0xF01091C0          TOM2 Channel 7 Control Register
GTM_TOM2_CH7_SR0 0xF01091C4          TOM2 Channel 7 CCU0 Compare Shadow Register
GTM_TOM2_CH7_SR1 0xF01091C8          TOM2 Channel 7 CCU1 Compare Shadow Register
GTM_TOM2_CH7_CM0 0xF01091CC          TOM2 Channel 7 CCU0 Compare Register
GTM_TOM2_CH7_CM1 0xF01091D0          TOM2 Channel 7 CCU1 Compare Register
GTM_TOM2_CH7_CN0 0xF01091D4          TOM2 Channel 7 CCU0 Counter Register
GTM_TOM2_CH7_STAT 0xF01091D8          TOM2 Channel 7 Status Register
GTM_TOM2_CH7_IRQ_NOTIFY 0xF01091DC          TOM2 Channel 7 Interrupt Notification Register
GTM_TOM2_CH7_IRQ_EN 0xF01091E0          TOM2 Channel 7 Interrupt Enable Register
GTM_TOM2_CH7_IRQ_FORCINT 0xF01091E4          TOM2 Channel 7 Force Interrupt Register
GTM_TOM2_CH7_IRQ_MODE 0xF01091E8          TOM2 Channel 7 Interrupt Mode Register
GTM_TOM2_CH8_CTRL 0xF0109200          TOM2 Channel 8 Control Register
GTM_TOM2_CH8_SR0 0xF0109204          TOM2 Channel 8 CCU0 Compare Shadow Register
GTM_TOM2_CH8_SR1 0xF0109208          TOM2 Channel 8 CCU1 Compare Shadow Register
GTM_TOM2_CH8_CM0 0xF010920C          TOM2 Channel 8 CCU0 Compare Register
GTM_TOM2_CH8_CM1 0xF0109210          TOM2 Channel 8 CCU1 Compare Register
GTM_TOM2_CH8_CN0 0xF0109214          TOM2 Channel 8 CCU0 Counter Register
GTM_TOM2_CH8_STAT 0xF0109218          TOM2 Channel 8 Status Register
GTM_TOM2_CH8_IRQ_NOTIFY 0xF010921C          TOM2 Channel 8 Interrupt Notification Register
GTM_TOM2_CH8_IRQ_EN 0xF0109220          TOM2 Channel 8 Interrupt Enable Register
GTM_TOM2_CH8_IRQ_FORCINT 0xF0109224          TOM2 Channel 8 Force Interrupt Register
GTM_TOM2_CH8_IRQ_MODE 0xF0109228          TOM2 Channel 8 Interrupt Mode Register
GTM_TOM2_TGC1_GLB_CTRL 0xF0109230          TOM2 TGC1 Global Control Register
GTM_TOM2_TGC1_ACT_TB 0xF0109234          TOM2 TGC1 Action Time Base Register
GTM_TOM2_TGC1_FUPD_CTRL 0xF0109238          TOM2 TGC1 Force Update Control Register
GTM_TOM2_TGC1_INT_TRIG 0xF010923C          TOM2 TGC1 Internal Trigger Control Register
GTM_TOM2_CH9_CTRL 0xF0109240          TOM2 Channel 9 Control Register
GTM_TOM2_CH9_SR0 0xF0109244          TOM2 Channel 9 CCU0 Compare Shadow Register
GTM_TOM2_CH9_SR1 0xF0109248          TOM2 Channel 9 CCU1 Compare Shadow Register
GTM_TOM2_CH9_CM0 0xF010924C          TOM2 Channel 9 CCU0 Compare Register
GTM_TOM2_CH9_CM1 0xF0109250          TOM2 Channel 9 CCU1 Compare Register
GTM_TOM2_CH9_CN0 0xF0109254          TOM2 Channel 9 CCU0 Counter Register
GTM_TOM2_CH9_STAT 0xF0109258          TOM2 Channel 9 Status Register
GTM_TOM2_CH9_IRQ_NOTIFY 0xF010925C          TOM2 Channel 9 Interrupt Notification Register
GTM_TOM2_CH9_IRQ_EN 0xF0109260          TOM2 Channel 9 Interrupt Enable Register
GTM_TOM2_CH9_IRQ_FORCINT 0xF0109264          TOM2 Channel 9 Force Interrupt Register
GTM_TOM2_CH9_IRQ_MODE 0xF0109268          TOM2 Channel 9 Interrupt Mode Register
GTM_TOM2_TGC1_ENDIS_CTRL 0xF0109270          TOM2 TGC1 Enable/Disable Control Register
GTM_TOM2_TGC1_ENDIS_STAT 0xF0109274          TOM2 TGC1 Enable/Disable Status Register
GTM_TOM2_TGC1_OUTEN_CTRL 0xF0109278          TOM2 TGC1 Output Enable Control Register
GTM_TOM2_TGC1_OUTEN_STAT 0xF010927C          TOM2 TGC1 Output Enable Status Register
GTM_TOM2_CH10_CTRL 0xF0109280          TOM2 Channel 10 Control Register
GTM_TOM2_CH10_SR0 0xF0109284          TOM2 Channel 10 CCU0 Compare Shadow Register
GTM_TOM2_CH10_SR1 0xF0109288          TOM2 Channel 10 CCU1 Compare Shadow Register
GTM_TOM2_CH10_CM0 0xF010928C          TOM2 Channel 10 CCU0 Compare Register
GTM_TOM2_CH10_CM1 0xF0109290          TOM2 Channel 10 CCU1 Compare Register
GTM_TOM2_CH10_CN0 0xF0109294          TOM2 Channel 10 CCU0 Counter Register
GTM_TOM2_CH10_STAT 0xF0109298          TOM2 Channel 10 Status Register
GTM_TOM2_CH10_IRQ_NOTIFY 0xF010929C          TOM2 Channel 10 Interrupt Notification Register
GTM_TOM2_CH10_IRQ_EN 0xF01092A0          TOM2 Channel 10 Interrupt Enable Register
GTM_TOM2_CH10_IRQ_FORCINT 0xF01092A4          TOM2 Channel 10 Force Interrupt Register
GTM_TOM2_CH10_IRQ_MODE 0xF01092A8          TOM2 Channel 10 Interrupt Mode Register
GTM_TOM2_CH11_CTRL 0xF01092C0          TOM2 Channel 11 Control Register
GTM_TOM2_CH11_SR0 0xF01092C4          TOM2 Channel 11 CCU0 Compare Shadow Register
GTM_TOM2_CH11_SR1 0xF01092C8          TOM2 Channel 11 CCU1 Compare Shadow Register
GTM_TOM2_CH11_CM0 0xF01092CC          TOM2 Channel 11 CCU0 Compare Register
GTM_TOM2_CH11_CM1 0xF01092D0          TOM2 Channel 11 CCU1 Compare Register
GTM_TOM2_CH11_CN0 0xF01092D4          TOM2 Channel 11 CCU0 Counter Register
GTM_TOM2_CH11_STAT 0xF01092D8          TOM2 Channel 11 Status Register
GTM_TOM2_CH11_IRQ_NOTIFY 0xF01092DC          TOM2 Channel 11 Interrupt Notification Register
GTM_TOM2_CH11_IRQ_EN 0xF01092E0          TOM2 Channel 11 Interrupt Enable Register
GTM_TOM2_CH11_IRQ_FORCINT 0xF01092E4          TOM2 Channel 11 Force Interrupt Register
GTM_TOM2_CH11_IRQ_MODE 0xF01092E8          TOM2 Channel 11 Interrupt Mode Register
GTM_TOM2_CH12_CTRL 0xF0109300          TOM2 Channel 12 Control Register
GTM_TOM2_CH12_SR0 0xF0109304          TOM2 Channel 12 CCU0 Compare Shadow Register
GTM_TOM2_CH12_SR1 0xF0109308          TOM2 Channel 12 CCU1 Compare Shadow Register
GTM_TOM2_CH12_CM0 0xF010930C          TOM2 Channel 12 CCU0 Compare Register
GTM_TOM2_CH12_CM1 0xF0109310          TOM2 Channel 12 CCU1 Compare Register
GTM_TOM2_CH12_CN0 0xF0109314          TOM2 Channel 12 CCU0 Counter Register
GTM_TOM2_CH12_STAT 0xF0109318          TOM2 Channel 12 Status Register
GTM_TOM2_CH12_IRQ_NOTIFY 0xF010931C          TOM2 Channel 12 Interrupt Notification Register
GTM_TOM2_CH12_IRQ_EN 0xF0109320          TOM2 Channel 12 Interrupt Enable Register
GTM_TOM2_CH12_IRQ_FORCINT 0xF0109324          TOM2 Channel 12 Force Interrupt Register
GTM_TOM2_CH12_IRQ_MODE 0xF0109328          TOM2 Channel 12 Interrupt Mode Register
GTM_TOM2_CH13_CTRL 0xF0109340          TOM2 Channel 13 Control Register
GTM_TOM2_CH13_SR0 0xF0109344          TOM2 Channel 13 CCU0 Compare Shadow Register
GTM_TOM2_CH13_SR1 0xF0109348          TOM2 Channel 13 CCU1 Compare Shadow Register
GTM_TOM2_CH13_CM0 0xF010934C          TOM2 Channel 13 CCU0 Compare Register
GTM_TOM2_CH13_CM1 0xF0109350          TOM2 Channel 13 CCU1 Compare Register
GTM_TOM2_CH13_CN0 0xF0109354          TOM2 Channel 13 CCU0 Counter Register
GTM_TOM2_CH13_STAT 0xF0109358          TOM2 Channel 13 Status Register
GTM_TOM2_CH13_IRQ_NOTIFY 0xF010935C          TOM2 Channel 13 Interrupt Notification Register
GTM_TOM2_CH13_IRQ_EN 0xF0109360          TOM2 Channel 13 Interrupt Enable Register
GTM_TOM2_CH13_IRQ_FORCINT 0xF0109364          TOM2 Channel 13 Force Interrupt Register
GTM_TOM2_CH13_IRQ_MODE 0xF0109368          TOM2 Channel 13 Interrupt Mode Register
GTM_TOM2_CH14_CTRL 0xF0109380          TOM2 Channel 14 Control Register
GTM_TOM2_CH14_SR0 0xF0109384          TOM2 Channel 14 CCU0 Compare Shadow Register
GTM_TOM2_CH14_SR1 0xF0109388          TOM2 Channel 14 CCU1 Compare Shadow Register
GTM_TOM2_CH14_CM0 0xF010938C          TOM2 Channel 14 CCU0 Compare Register
GTM_TOM2_CH14_CM1 0xF0109390          TOM2 Channel 14 CCU1 Compare Register
GTM_TOM2_CH14_CN0 0xF0109394          TOM2 Channel 14 CCU0 Counter Register
GTM_TOM2_CH14_STAT 0xF0109398          TOM2 Channel 14 Status Register
GTM_TOM2_CH14_IRQ_NOTIFY 0xF010939C          TOM2 Channel 14 Interrupt Notification Register
GTM_TOM2_CH14_IRQ_EN 0xF01093A0          TOM2 Channel 14 Interrupt Enable Register
GTM_TOM2_CH14_IRQ_FORCINT 0xF01093A4          TOM2 Channel 14 Force Interrupt Register
GTM_TOM2_CH14_IRQ_MODE 0xF01093A8          TOM2 Channel 14 Interrupt Mode Register
GTM_TOM2_CH15_CTRL 0xF01093C0          TOM2 Channel 15 Control Register
GTM_TOM2_CH15_SR0 0xF01093C4          TOM2 Channel 15 CCU0 Compare Shadow Register
GTM_TOM2_CH15_SR1 0xF01093C8          TOM2 Channel 15 CCU1 Compare Shadow Register
GTM_TOM2_CH15_CM0 0xF01093CC          TOM2 Channel 15 CCU0 Compare Register
GTM_TOM2_CH15_CM1 0xF01093D0          TOM2 Channel 15 CCU1 Compare Register
GTM_TOM2_CH15_CN0 0xF01093D4          TOM2 Channel 15 CCU0 Counter Register
GTM_TOM2_CH15_STAT 0xF01093D8          TOM2 Channel 15 Status Register
GTM_TOM2_CH15_IRQ_NOTIFY 0xF01093DC          TOM2 Channel 15 Interrupt Notification Register
GTM_TOM2_CH15_IRQ_EN 0xF01093E0          TOM2 Channel 15 Interrupt Enable Register
GTM_TOM2_CH15_IRQ_FORCINT 0xF01093E4          TOM2 Channel 15 Force Interrupt Register
GTM_TOM2_CH15_IRQ_MODE 0xF01093E8          TOM2 Channel 15 Interrupt Mode Register
GTM_TOM3_CH0_CTRL 0xF0109800          TOM3 Channel 0 Control Register
GTM_TOM3_CH0_SR0 0xF0109804          TOM3 Channel 0 CCU0 Compare Shadow Register
GTM_TOM3_CH0_SR1 0xF0109808          TOM3 Channel 0 CCU1 Compare Shadow Register
GTM_TOM3_CH0_CM0 0xF010980C          TOM3 Channel 0 CCU0 Compare Register
GTM_TOM3_CH0_CM1 0xF0109810          TOM3 Channel 0 CCU1 Compare Register
GTM_TOM3_CH0_CN0 0xF0109814          TOM3 Channel 0 CCU0 Counter Register
GTM_TOM3_CH0_STAT 0xF0109818          TOM3 Channel 0 Status Register
GTM_TOM3_CH0_IRQ_NOTIFY 0xF010981C          TOM3 Channel 0 Interrupt Notification Register
GTM_TOM3_CH0_IRQ_EN 0xF0109820          TOM3 Channel 0 Interrupt Enable Register
GTM_TOM3_CH0_IRQ_FORCINT 0xF0109824          TOM3 Channel 0 Force Interrupt Register
GTM_TOM3_CH0_IRQ_MODE 0xF0109828          TOM3 Channel 0 Interrupt Mode Register
GTM_TOM3_TGC0_GLB_CTRL 0xF0109830          TOM3 TGC0 Global Control Register
GTM_TOM3_TGC0_ACT_TB 0xF0109834          TOM3 TGC0 Action Time Base Register
GTM_TOM3_TGC0_FUPD_CTRL 0xF0109838          TOM3 TGC0 Force Update Control Register
GTM_TOM3_TGC0_INT_TRIG 0xF010983C          TOM3 TGC0 Internal Trigger Control Register
GTM_TOM3_CH1_CTRL 0xF0109840          TOM3 Channel 1 Control Register
GTM_TOM3_CH1_SR0 0xF0109844          TOM3 Channel 1 CCU0 Compare Shadow Register
GTM_TOM3_CH1_SR1 0xF0109848          TOM3 Channel 1 CCU1 Compare Shadow Register
GTM_TOM3_CH1_CM0 0xF010984C          TOM3 Channel 1 CCU0 Compare Register
GTM_TOM3_CH1_CM1 0xF0109850          TOM3 Channel 1 CCU1 Compare Register
GTM_TOM3_CH1_CN0 0xF0109854          TOM3 Channel 1 CCU0 Counter Register
GTM_TOM3_CH1_STAT 0xF0109858          TOM3 Channel 1 Status Register
GTM_TOM3_CH1_IRQ_NOTIFY 0xF010985C          TOM3 Channel 1 Interrupt Notification Register
GTM_TOM3_CH1_IRQ_EN 0xF0109860          TOM3 Channel 1 Interrupt Enable Register
GTM_TOM3_CH1_IRQ_FORCINT 0xF0109864          TOM3 Channel 1 Force Interrupt Register
GTM_TOM3_CH1_IRQ_MODE 0xF0109868          TOM3 Channel 1 Interrupt Mode Register
GTM_TOM3_TGC0_ENDIS_CTRL 0xF0109870          TOM3 TGC0 Enable/Disable Control Register
GTM_TOM3_TGC0_ENDIS_STAT 0xF0109874          TOM3 TGC0 Enable/Disable Status Register
GTM_TOM3_TGC0_OUTEN_CTRL 0xF0109878          TOM3 TGC0 Output Enable Control Register
GTM_TOM3_TGC0_OUTEN_STAT 0xF010987C          TOM3 TGC0 Output Enable Status Register
GTM_TOM3_CH2_CTRL 0xF0109880          TOM3 Channel 2 Control Register
GTM_TOM3_CH2_SR0 0xF0109884          TOM3 Channel 2 CCU0 Compare Shadow Register
GTM_TOM3_CH2_SR1 0xF0109888          TOM3 Channel 2 CCU1 Compare Shadow Register
GTM_TOM3_CH2_CM0 0xF010988C          TOM3 Channel 2 CCU0 Compare Register
GTM_TOM3_CH2_CM1 0xF0109890          TOM3 Channel 2 CCU1 Compare Register
GTM_TOM3_CH2_CN0 0xF0109894          TOM3 Channel 2 CCU0 Counter Register
GTM_TOM3_CH2_STAT 0xF0109898          TOM3 Channel 2 Status Register
GTM_TOM3_CH2_IRQ_NOTIFY 0xF010989C          TOM3 Channel 2 Interrupt Notification Register
GTM_TOM3_CH2_IRQ_EN 0xF01098A0          TOM3 Channel 2 Interrupt Enable Register
GTM_TOM3_CH2_IRQ_FORCINT 0xF01098A4          TOM3 Channel 2 Force Interrupt Register
GTM_TOM3_CH2_IRQ_MODE 0xF01098A8          TOM3 Channel 2 Interrupt Mode Register
GTM_TOM3_CH3_CTRL 0xF01098C0          TOM3 Channel 3 Control Register
GTM_TOM3_CH3_SR0 0xF01098C4          TOM3 Channel 3 CCU0 Compare Shadow Register
GTM_TOM3_CH3_SR1 0xF01098C8          TOM3 Channel 3 CCU1 Compare Shadow Register
GTM_TOM3_CH3_CM0 0xF01098CC          TOM3 Channel 3 CCU0 Compare Register
GTM_TOM3_CH3_CM1 0xF01098D0          TOM3 Channel 3 CCU1 Compare Register
GTM_TOM3_CH3_CN0 0xF01098D4          TOM3 Channel 3 CCU0 Counter Register
GTM_TOM3_CH3_STAT 0xF01098D8          TOM3 Channel 3 Status Register
GTM_TOM3_CH3_IRQ_NOTIFY 0xF01098DC          TOM3 Channel 3 Interrupt Notification Register
GTM_TOM3_CH3_IRQ_EN 0xF01098E0          TOM3 Channel 3 Interrupt Enable Register
GTM_TOM3_CH3_IRQ_FORCINT 0xF01098E4          TOM3 Channel 3 Force Interrupt Register
GTM_TOM3_CH3_IRQ_MODE 0xF01098E8          TOM3 Channel 3 Interrupt Mode Register
GTM_TOM3_CH4_CTRL 0xF0109900          TOM3 Channel 4 Control Register
GTM_TOM3_CH4_SR0 0xF0109904          TOM3 Channel 4 CCU0 Compare Shadow Register
GTM_TOM3_CH4_SR1 0xF0109908          TOM3 Channel 4 CCU1 Compare Shadow Register
GTM_TOM3_CH4_CM0 0xF010990C          TOM3 Channel 4 CCU0 Compare Register
GTM_TOM3_CH4_CM1 0xF0109910          TOM3 Channel 4 CCU1 Compare Register
GTM_TOM3_CH4_CN0 0xF0109914          TOM3 Channel 4 CCU0 Counter Register
GTM_TOM3_CH4_STAT 0xF0109918          TOM3 Channel 4 Status Register
GTM_TOM3_CH4_IRQ_NOTIFY 0xF010991C          TOM3 Channel 4 Interrupt Notification Register
GTM_TOM3_CH4_IRQ_EN 0xF0109920          TOM3 Channel 4 Interrupt Enable Register
GTM_TOM3_CH4_IRQ_FORCINT 0xF0109924          TOM3 Channel 4 Force Interrupt Register
GTM_TOM3_CH4_IRQ_MODE 0xF0109928          TOM3 Channel 4 Interrupt Mode Register
GTM_TOM3_CH5_CTRL 0xF0109940          TOM3 Channel 5 Control Register
GTM_TOM3_CH5_SR0 0xF0109944          TOM3 Channel 5 CCU0 Compare Shadow Register
GTM_TOM3_CH5_SR1 0xF0109948          TOM3 Channel 5 CCU1 Compare Shadow Register
GTM_TOM3_CH5_CM0 0xF010994C          TOM3 Channel 5 CCU0 Compare Register
GTM_TOM3_CH5_CM1 0xF0109950          TOM3 Channel 5 CCU1 Compare Register
GTM_TOM3_CH5_CN0 0xF0109954          TOM3 Channel 5 CCU0 Counter Register
GTM_TOM3_CH5_STAT 0xF0109958          TOM3 Channel 5 Status Register
GTM_TOM3_CH5_IRQ_NOTIFY 0xF010995C          TOM3 Channel 5 Interrupt Notification Register
GTM_TOM3_CH5_IRQ_EN 0xF0109960          TOM3 Channel 5 Interrupt Enable Register
GTM_TOM3_CH5_IRQ_FORCINT 0xF0109964          TOM3 Channel 5 Force Interrupt Register
GTM_TOM3_CH5_IRQ_MODE 0xF0109968          TOM3 Channel 5 Interrupt Mode Register
GTM_TOM3_CH6_CTRL 0xF0109980          TOM3 Channel 6 Control Register
GTM_TOM3_CH6_SR0 0xF0109984          TOM3 Channel 6 CCU0 Compare Shadow Register
GTM_TOM3_CH6_SR1 0xF0109988          TOM3 Channel 6 CCU1 Compare Shadow Register
GTM_TOM3_CH6_CM0 0xF010998C          TOM3 Channel 6 CCU0 Compare Register
GTM_TOM3_CH6_CM1 0xF0109990          TOM3 Channel 6 CCU1 Compare Register
GTM_TOM3_CH6_CN0 0xF0109994          TOM3 Channel 6 CCU0 Counter Register
GTM_TOM3_CH6_STAT 0xF0109998          TOM3 Channel 6 Status Register
GTM_TOM3_CH6_IRQ_NOTIFY 0xF010999C          TOM3 Channel 6 Interrupt Notification Register
GTM_TOM3_CH6_IRQ_EN 0xF01099A0          TOM3 Channel 6 Interrupt Enable Register
GTM_TOM3_CH6_IRQ_FORCINT 0xF01099A4          TOM3 Channel 6 Force Interrupt Register
GTM_TOM3_CH6_IRQ_MODE 0xF01099A8          TOM3 Channel 6 Interrupt Mode Register
GTM_TOM3_CH7_CTRL 0xF01099C0          TOM3 Channel 7 Control Register
GTM_TOM3_CH7_SR0 0xF01099C4          TOM3 Channel 7 CCU0 Compare Shadow Register
GTM_TOM3_CH7_SR1 0xF01099C8          TOM3 Channel 7 CCU1 Compare Shadow Register
GTM_TOM3_CH7_CM0 0xF01099CC          TOM3 Channel 7 CCU0 Compare Register
GTM_TOM3_CH7_CM1 0xF01099D0          TOM3 Channel 7 CCU1 Compare Register
GTM_TOM3_CH7_CN0 0xF01099D4          TOM3 Channel 7 CCU0 Counter Register
GTM_TOM3_CH7_STAT 0xF01099D8          TOM3 Channel 7 Status Register
GTM_TOM3_CH7_IRQ_NOTIFY 0xF01099DC          TOM3 Channel 7 Interrupt Notification Register
GTM_TOM3_CH7_IRQ_EN 0xF01099E0          TOM3 Channel 7 Interrupt Enable Register
GTM_TOM3_CH7_IRQ_FORCINT 0xF01099E4          TOM3 Channel 7 Force Interrupt Register
GTM_TOM3_CH7_IRQ_MODE 0xF01099E8          TOM3 Channel 7 Interrupt Mode Register
GTM_TOM3_CH8_CTRL 0xF0109A00          TOM3 Channel 8 Control Register
GTM_TOM3_CH8_SR0 0xF0109A04          TOM3 Channel 8 CCU0 Compare Shadow Register
GTM_TOM3_CH8_SR1 0xF0109A08          TOM3 Channel 8 CCU1 Compare Shadow Register
GTM_TOM3_CH8_CM0 0xF0109A0C          TOM3 Channel 8 CCU0 Compare Register
GTM_TOM3_CH8_CM1 0xF0109A10          TOM3 Channel 8 CCU1 Compare Register
GTM_TOM3_CH8_CN0 0xF0109A14          TOM3 Channel 8 CCU0 Counter Register
GTM_TOM3_CH8_STAT 0xF0109A18          TOM3 Channel 8 Status Register
GTM_TOM3_CH8_IRQ_NOTIFY 0xF0109A1C          TOM3 Channel 8 Interrupt Notification Register
GTM_TOM3_CH8_IRQ_EN 0xF0109A20          TOM3 Channel 8 Interrupt Enable Register
GTM_TOM3_CH8_IRQ_FORCINT 0xF0109A24          TOM3 Channel 8 Force Interrupt Register
GTM_TOM3_CH8_IRQ_MODE 0xF0109A28          TOM3 Channel 8 Interrupt Mode Register
GTM_TOM3_TGC1_GLB_CTRL 0xF0109A30          TOM3 TGC1 Global Control Register
GTM_TOM3_TGC1_ACT_TB 0xF0109A34          TOM3 TGC1 Action Time Base Register
GTM_TOM3_TGC1_FUPD_CTRL 0xF0109A38          TOM3 TGC1 Force Update Control Register
GTM_TOM3_TGC1_INT_TRIG 0xF0109A3C          TOM3 TGC1 Internal Trigger Control Register
GTM_TOM3_CH9_CTRL 0xF0109A40          TOM3 Channel 9 Control Register
GTM_TOM3_CH9_SR0 0xF0109A44          TOM3 Channel 9 CCU0 Compare Shadow Register
GTM_TOM3_CH9_SR1 0xF0109A48          TOM3 Channel 9 CCU1 Compare Shadow Register
GTM_TOM3_CH9_CM0 0xF0109A4C          TOM3 Channel 9 CCU0 Compare Register
GTM_TOM3_CH9_CM1 0xF0109A50          TOM3 Channel 9 CCU1 Compare Register
GTM_TOM3_CH9_CN0 0xF0109A54          TOM3 Channel 9 CCU0 Counter Register
GTM_TOM3_CH9_STAT 0xF0109A58          TOM3 Channel 9 Status Register
GTM_TOM3_CH9_IRQ_NOTIFY 0xF0109A5C          TOM3 Channel 9 Interrupt Notification Register
GTM_TOM3_CH9_IRQ_EN 0xF0109A60          TOM3 Channel 9 Interrupt Enable Register
GTM_TOM3_CH9_IRQ_FORCINT 0xF0109A64          TOM3 Channel 9 Force Interrupt Register
GTM_TOM3_CH9_IRQ_MODE 0xF0109A68          TOM3 Channel 9 Interrupt Mode Register
GTM_TOM3_TGC1_ENDIS_CTRL 0xF0109A70          TOM3 TGC1 Enable/Disable Control Register
GTM_TOM3_TGC1_ENDIS_STAT 0xF0109A74          TOM3 TGC1 Enable/Disable Status Register
GTM_TOM3_TGC1_OUTEN_CTRL 0xF0109A78          TOM3 TGC1 Output Enable Control Register
GTM_TOM3_TGC1_OUTEN_STAT 0xF0109A7C          TOM3 TGC1 Output Enable Status Register
GTM_TOM3_CH10_CTRL 0xF0109A80          TOM3 Channel 10 Control Register
GTM_TOM3_CH10_SR0 0xF0109A84          TOM3 Channel 10 CCU0 Compare Shadow Register
GTM_TOM3_CH10_SR1 0xF0109A88          TOM3 Channel 10 CCU1 Compare Shadow Register
GTM_TOM3_CH10_CM0 0xF0109A8C          TOM3 Channel 10 CCU0 Compare Register
GTM_TOM3_CH10_CM1 0xF0109A90          TOM3 Channel 10 CCU1 Compare Register
GTM_TOM3_CH10_CN0 0xF0109A94          TOM3 Channel 10 CCU0 Counter Register
GTM_TOM3_CH10_STAT 0xF0109A98          TOM3 Channel 10 Status Register
GTM_TOM3_CH10_IRQ_NOTIFY 0xF0109A9C          TOM3 Channel 10 Interrupt Notification Register
GTM_TOM3_CH10_IRQ_EN 0xF0109AA0          TOM3 Channel 10 Interrupt Enable Register
GTM_TOM3_CH10_IRQ_FORCINT 0xF0109AA4          TOM3 Channel 10 Force Interrupt Register
GTM_TOM3_CH10_IRQ_MODE 0xF0109AA8          TOM3 Channel 10 Interrupt Mode Register
GTM_TOM3_CH11_CTRL 0xF0109AC0          TOM3 Channel 11 Control Register
GTM_TOM3_CH11_SR0 0xF0109AC4          TOM3 Channel 11 CCU0 Compare Shadow Register
GTM_TOM3_CH11_SR1 0xF0109AC8          TOM3 Channel 11 CCU1 Compare Shadow Register
GTM_TOM3_CH11_CM0 0xF0109ACC          TOM3 Channel 11 CCU0 Compare Register
GTM_TOM3_CH11_CM1 0xF0109AD0          TOM3 Channel 11 CCU1 Compare Register
GTM_TOM3_CH11_CN0 0xF0109AD4          TOM3 Channel 11 CCU0 Counter Register
GTM_TOM3_CH11_STAT 0xF0109AD8          TOM3 Channel 11 Status Register
GTM_TOM3_CH11_IRQ_NOTIFY 0xF0109ADC          TOM3 Channel 11 Interrupt Notification Register
GTM_TOM3_CH11_IRQ_EN 0xF0109AE0          TOM3 Channel 11 Interrupt Enable Register
GTM_TOM3_CH11_IRQ_FORCINT 0xF0109AE4          TOM3 Channel 11 Force Interrupt Register
GTM_TOM3_CH11_IRQ_MODE 0xF0109AE8          TOM3 Channel 11 Interrupt Mode Register
GTM_TOM3_CH12_CTRL 0xF0109B00          TOM3 Channel 12 Control Register
GTM_TOM3_CH12_SR0 0xF0109B04          TOM3 Channel 12 CCU0 Compare Shadow Register
GTM_TOM3_CH12_SR1 0xF0109B08          TOM3 Channel 12 CCU1 Compare Shadow Register
GTM_TOM3_CH12_CM0 0xF0109B0C          TOM3 Channel 12 CCU0 Compare Register
GTM_TOM3_CH12_CM1 0xF0109B10          TOM3 Channel 12 CCU1 Compare Register
GTM_TOM3_CH12_CN0 0xF0109B14          TOM3 Channel 12 CCU0 Counter Register
GTM_TOM3_CH12_STAT 0xF0109B18          TOM3 Channel 12 Status Register
GTM_TOM3_CH12_IRQ_NOTIFY 0xF0109B1C          TOM3 Channel 12 Interrupt Notification Register
GTM_TOM3_CH12_IRQ_EN 0xF0109B20          TOM3 Channel 12 Interrupt Enable Register
GTM_TOM3_CH12_IRQ_FORCINT 0xF0109B24          TOM3 Channel 12 Force Interrupt Register
GTM_TOM3_CH12_IRQ_MODE 0xF0109B28          TOM3 Channel 12 Interrupt Mode Register
GTM_TOM3_CH13_CTRL 0xF0109B40          TOM3 Channel 13 Control Register
GTM_TOM3_CH13_SR0 0xF0109B44          TOM3 Channel 13 CCU0 Compare Shadow Register
GTM_TOM3_CH13_SR1 0xF0109B48          TOM3 Channel 13 CCU1 Compare Shadow Register
GTM_TOM3_CH13_CM0 0xF0109B4C          TOM3 Channel 13 CCU0 Compare Register
GTM_TOM3_CH13_CM1 0xF0109B50          TOM3 Channel 13 CCU1 Compare Register
GTM_TOM3_CH13_CN0 0xF0109B54          TOM3 Channel 13 CCU0 Counter Register
GTM_TOM3_CH13_STAT 0xF0109B58          TOM3 Channel 13 Status Register
GTM_TOM3_CH13_IRQ_NOTIFY 0xF0109B5C          TOM3 Channel 13 Interrupt Notification Register
GTM_TOM3_CH13_IRQ_EN 0xF0109B60          TOM3 Channel 13 Interrupt Enable Register
GTM_TOM3_CH13_IRQ_FORCINT 0xF0109B64          TOM3 Channel 13 Force Interrupt Register
GTM_TOM3_CH13_IRQ_MODE 0xF0109B68          TOM3 Channel 13 Interrupt Mode Register
GTM_TOM3_CH14_CTRL 0xF0109B80          TOM3 Channel 14 Control Register
GTM_TOM3_CH14_SR0 0xF0109B84          TOM3 Channel 14 CCU0 Compare Shadow Register
GTM_TOM3_CH14_SR1 0xF0109B88          TOM3 Channel 14 CCU1 Compare Shadow Register
GTM_TOM3_CH14_CM0 0xF0109B8C          TOM3 Channel 14 CCU0 Compare Register
GTM_TOM3_CH14_CM1 0xF0109B90          TOM3 Channel 14 CCU1 Compare Register
GTM_TOM3_CH14_CN0 0xF0109B94          TOM3 Channel 14 CCU0 Counter Register
GTM_TOM3_CH14_STAT 0xF0109B98          TOM3 Channel 14 Status Register
GTM_TOM3_CH14_IRQ_NOTIFY 0xF0109B9C          TOM3 Channel 14 Interrupt Notification Register
GTM_TOM3_CH14_IRQ_EN 0xF0109BA0          TOM3 Channel 14 Interrupt Enable Register
GTM_TOM3_CH14_IRQ_FORCINT 0xF0109BA4          TOM3 Channel 14 Force Interrupt Register
GTM_TOM3_CH14_IRQ_MODE 0xF0109BA8          TOM3 Channel 14 Interrupt Mode Register
GTM_TOM3_CH15_CTRL 0xF0109BC0          TOM3 Channel 15 Control Register
GTM_TOM3_CH15_SR0 0xF0109BC4          TOM3 Channel 15 CCU0 Compare Shadow Register
GTM_TOM3_CH15_SR1 0xF0109BC8          TOM3 Channel 15 CCU1 Compare Shadow Register
GTM_TOM3_CH15_CM0 0xF0109BCC          TOM3 Channel 15 CCU0 Compare Register
GTM_TOM3_CH15_CM1 0xF0109BD0          TOM3 Channel 15 CCU1 Compare Register
GTM_TOM3_CH15_CN0 0xF0109BD4          TOM3 Channel 15 CCU0 Counter Register
GTM_TOM3_CH15_STAT 0xF0109BD8          TOM3 Channel 15 Status Register
GTM_TOM3_CH15_IRQ_NOTIFY 0xF0109BDC          TOM3 Channel 15 Interrupt Notification Register
GTM_TOM3_CH15_IRQ_EN 0xF0109BE0          TOM3 Channel 15 Interrupt Enable Register
GTM_TOM3_CH15_IRQ_FORCINT 0xF0109BE4          TOM3 Channel 15 Force Interrupt Register
GTM_TOM3_CH15_IRQ_MODE 0xF0109BE8          TOM3 Channel 15 Interrupt Mode Register
GTM_TOM4_CH0_CTRL 0xF010A000          TOM4 Channel 0 Control Register
GTM_TOM4_CH0_SR0 0xF010A004          TOM4 Channel 0 CCU0 Compare Shadow Register
GTM_TOM4_CH0_SR1 0xF010A008          TOM4 Channel 0 CCU1 Compare Shadow Register
GTM_TOM4_CH0_CM0 0xF010A00C          TOM4 Channel 0 CCU0 Compare Register
GTM_TOM4_CH0_CM1 0xF010A010          TOM4 Channel 0 CCU1 Compare Register
GTM_TOM4_CH0_CN0 0xF010A014          TOM4 Channel 0 CCU0 Counter Register
GTM_TOM4_CH0_STAT 0xF010A018          TOM4 Channel 0 Status Register
GTM_TOM4_CH0_IRQ_NOTIFY 0xF010A01C          TOM4 Channel 0 Interrupt Notification Register
GTM_TOM4_CH0_IRQ_EN 0xF010A020          TOM4 Channel 0 Interrupt Enable Register
GTM_TOM4_CH0_IRQ_FORCINT 0xF010A024          TOM4 Channel 0 Force Interrupt Register
GTM_TOM4_CH0_IRQ_MODE 0xF010A028          TOM4 Channel 0 Interrupt Mode Register
GTM_TOM4_TGC0_GLB_CTRL 0xF010A030          TOM4 TGC0 Global Control Register
GTM_TOM4_TGC0_ACT_TB 0xF010A034          TOM4 TGC0 Action Time Base Register
GTM_TOM4_TGC0_FUPD_CTRL 0xF010A038          TOM4 TGC0 Force Update Control Register
GTM_TOM4_TGC0_INT_TRIG 0xF010A03C          TOM4 TGC0 Internal Trigger Control Register
GTM_TOM4_CH1_CTRL 0xF010A040          TOM4 Channel 1 Control Register
GTM_TOM4_CH1_SR0 0xF010A044          TOM4 Channel 1 CCU0 Compare Shadow Register
GTM_TOM4_CH1_SR1 0xF010A048          TOM4 Channel 1 CCU1 Compare Shadow Register
GTM_TOM4_CH1_CM0 0xF010A04C          TOM4 Channel 1 CCU0 Compare Register
GTM_TOM4_CH1_CM1 0xF010A050          TOM4 Channel 1 CCU1 Compare Register
GTM_TOM4_CH1_CN0 0xF010A054          TOM4 Channel 1 CCU0 Counter Register
GTM_TOM4_CH1_STAT 0xF010A058          TOM4 Channel 1 Status Register
GTM_TOM4_CH1_IRQ_NOTIFY 0xF010A05C          TOM4 Channel 1 Interrupt Notification Register
GTM_TOM4_CH1_IRQ_EN 0xF010A060          TOM4 Channel 1 Interrupt Enable Register
GTM_TOM4_CH1_IRQ_FORCINT 0xF010A064          TOM4 Channel 1 Force Interrupt Register
GTM_TOM4_CH1_IRQ_MODE 0xF010A068          TOM4 Channel 1 Interrupt Mode Register
GTM_TOM4_TGC0_ENDIS_CTRL 0xF010A070          TOM4 TGC0 Enable/Disable Control Register
GTM_TOM4_TGC0_ENDIS_STAT 0xF010A074          TOM4 TGC0 Enable/Disable Status Register
GTM_TOM4_TGC0_OUTEN_CTRL 0xF010A078          TOM4 TGC0 Output Enable Control Register
GTM_TOM4_TGC0_OUTEN_STAT 0xF010A07C          TOM4 TGC0 Output Enable Status Register
GTM_TOM4_CH2_CTRL 0xF010A080          TOM4 Channel 2 Control Register
GTM_TOM4_CH2_SR0 0xF010A084          TOM4 Channel 2 CCU0 Compare Shadow Register
GTM_TOM4_CH2_SR1 0xF010A088          TOM4 Channel 2 CCU1 Compare Shadow Register
GTM_TOM4_CH2_CM0 0xF010A08C          TOM4 Channel 2 CCU0 Compare Register
GTM_TOM4_CH2_CM1 0xF010A090          TOM4 Channel 2 CCU1 Compare Register
GTM_TOM4_CH2_CN0 0xF010A094          TOM4 Channel 2 CCU0 Counter Register
GTM_TOM4_CH2_STAT 0xF010A098          TOM4 Channel 2 Status Register
GTM_TOM4_CH2_IRQ_NOTIFY 0xF010A09C          TOM4 Channel 2 Interrupt Notification Register
GTM_TOM4_CH2_IRQ_EN 0xF010A0A0          TOM4 Channel 2 Interrupt Enable Register
GTM_TOM4_CH2_IRQ_FORCINT 0xF010A0A4          TOM4 Channel 2 Force Interrupt Register
GTM_TOM4_CH2_IRQ_MODE 0xF010A0A8          TOM4 Channel 2 Interrupt Mode Register
GTM_TOM4_CH3_CTRL 0xF010A0C0          TOM4 Channel 3 Control Register
GTM_TOM4_CH3_SR0 0xF010A0C4          TOM4 Channel 3 CCU0 Compare Shadow Register
GTM_TOM4_CH3_SR1 0xF010A0C8          TOM4 Channel 3 CCU1 Compare Shadow Register
GTM_TOM4_CH3_CM0 0xF010A0CC          TOM4 Channel 3 CCU0 Compare Register
GTM_TOM4_CH3_CM1 0xF010A0D0          TOM4 Channel 3 CCU1 Compare Register
GTM_TOM4_CH3_CN0 0xF010A0D4          TOM4 Channel 3 CCU0 Counter Register
GTM_TOM4_CH3_STAT 0xF010A0D8          TOM4 Channel 3 Status Register
GTM_TOM4_CH3_IRQ_NOTIFY 0xF010A0DC          TOM4 Channel 3 Interrupt Notification Register
GTM_TOM4_CH3_IRQ_EN 0xF010A0E0          TOM4 Channel 3 Interrupt Enable Register
GTM_TOM4_CH3_IRQ_FORCINT 0xF010A0E4          TOM4 Channel 3 Force Interrupt Register
GTM_TOM4_CH3_IRQ_MODE 0xF010A0E8          TOM4 Channel 3 Interrupt Mode Register
GTM_TOM4_CH4_CTRL 0xF010A100          TOM4 Channel 4 Control Register
GTM_TOM4_CH4_SR0 0xF010A104          TOM4 Channel 4 CCU0 Compare Shadow Register
GTM_TOM4_CH4_SR1 0xF010A108          TOM4 Channel 4 CCU1 Compare Shadow Register
GTM_TOM4_CH4_CM0 0xF010A10C          TOM4 Channel 4 CCU0 Compare Register
GTM_TOM4_CH4_CM1 0xF010A110          TOM4 Channel 4 CCU1 Compare Register
GTM_TOM4_CH4_CN0 0xF010A114          TOM4 Channel 4 CCU0 Counter Register
GTM_TOM4_CH4_STAT 0xF010A118          TOM4 Channel 4 Status Register
GTM_TOM4_CH4_IRQ_NOTIFY 0xF010A11C          TOM4 Channel 4 Interrupt Notification Register
GTM_TOM4_CH4_IRQ_EN 0xF010A120          TOM4 Channel 4 Interrupt Enable Register
GTM_TOM4_CH4_IRQ_FORCINT 0xF010A124          TOM4 Channel 4 Force Interrupt Register
GTM_TOM4_CH4_IRQ_MODE 0xF010A128          TOM4 Channel 4 Interrupt Mode Register
GTM_TOM4_CH5_CTRL 0xF010A140          TOM4 Channel 5 Control Register
GTM_TOM4_CH5_SR0 0xF010A144          TOM4 Channel 5 CCU0 Compare Shadow Register
GTM_TOM4_CH5_SR1 0xF010A148          TOM4 Channel 5 CCU1 Compare Shadow Register
GTM_TOM4_CH5_CM0 0xF010A14C          TOM4 Channel 5 CCU0 Compare Register
GTM_TOM4_CH5_CM1 0xF010A150          TOM4 Channel 5 CCU1 Compare Register
GTM_TOM4_CH5_CN0 0xF010A154          TOM4 Channel 5 CCU0 Counter Register
GTM_TOM4_CH5_STAT 0xF010A158          TOM4 Channel 5 Status Register
GTM_TOM4_CH5_IRQ_NOTIFY 0xF010A15C          TOM4 Channel 5 Interrupt Notification Register
GTM_TOM4_CH5_IRQ_EN 0xF010A160          TOM4 Channel 5 Interrupt Enable Register
GTM_TOM4_CH5_IRQ_FORCINT 0xF010A164          TOM4 Channel 5 Force Interrupt Register
GTM_TOM4_CH5_IRQ_MODE 0xF010A168          TOM4 Channel 5 Interrupt Mode Register
GTM_TOM4_CH6_CTRL 0xF010A180          TOM4 Channel 6 Control Register
GTM_TOM4_CH6_SR0 0xF010A184          TOM4 Channel 6 CCU0 Compare Shadow Register
GTM_TOM4_CH6_SR1 0xF010A188          TOM4 Channel 6 CCU1 Compare Shadow Register
GTM_TOM4_CH6_CM0 0xF010A18C          TOM4 Channel 6 CCU0 Compare Register
GTM_TOM4_CH6_CM1 0xF010A190          TOM4 Channel 6 CCU1 Compare Register
GTM_TOM4_CH6_CN0 0xF010A194          TOM4 Channel 6 CCU0 Counter Register
GTM_TOM4_CH6_STAT 0xF010A198          TOM4 Channel 6 Status Register
GTM_TOM4_CH6_IRQ_NOTIFY 0xF010A19C          TOM4 Channel 6 Interrupt Notification Register
GTM_TOM4_CH6_IRQ_EN 0xF010A1A0          TOM4 Channel 6 Interrupt Enable Register
GTM_TOM4_CH6_IRQ_FORCINT 0xF010A1A4          TOM4 Channel 6 Force Interrupt Register
GTM_TOM4_CH6_IRQ_MODE 0xF010A1A8          TOM4 Channel 6 Interrupt Mode Register
GTM_TOM4_CH7_CTRL 0xF010A1C0          TOM4 Channel 7 Control Register
GTM_TOM4_CH7_SR0 0xF010A1C4          TOM4 Channel 7 CCU0 Compare Shadow Register
GTM_TOM4_CH7_SR1 0xF010A1C8          TOM4 Channel 7 CCU1 Compare Shadow Register
GTM_TOM4_CH7_CM0 0xF010A1CC          TOM4 Channel 7 CCU0 Compare Register
GTM_TOM4_CH7_CM1 0xF010A1D0          TOM4 Channel 7 CCU1 Compare Register
GTM_TOM4_CH7_CN0 0xF010A1D4          TOM4 Channel 7 CCU0 Counter Register
GTM_TOM4_CH7_STAT 0xF010A1D8          TOM4 Channel 7 Status Register
GTM_TOM4_CH7_IRQ_NOTIFY 0xF010A1DC          TOM4 Channel 7 Interrupt Notification Register
GTM_TOM4_CH7_IRQ_EN 0xF010A1E0          TOM4 Channel 7 Interrupt Enable Register
GTM_TOM4_CH7_IRQ_FORCINT 0xF010A1E4          TOM4 Channel 7 Force Interrupt Register
GTM_TOM4_CH7_IRQ_MODE 0xF010A1E8          TOM4 Channel 7 Interrupt Mode Register
GTM_TOM4_CH8_CTRL 0xF010A200          TOM4 Channel 8 Control Register
GTM_TOM4_CH8_SR0 0xF010A204          TOM4 Channel 8 CCU0 Compare Shadow Register
GTM_TOM4_CH8_SR1 0xF010A208          TOM4 Channel 8 CCU1 Compare Shadow Register
GTM_TOM4_CH8_CM0 0xF010A20C          TOM4 Channel 8 CCU0 Compare Register
GTM_TOM4_CH8_CM1 0xF010A210          TOM4 Channel 8 CCU1 Compare Register
GTM_TOM4_CH8_CN0 0xF010A214          TOM4 Channel 8 CCU0 Counter Register
GTM_TOM4_CH8_STAT 0xF010A218          TOM4 Channel 8 Status Register
GTM_TOM4_CH8_IRQ_NOTIFY 0xF010A21C          TOM4 Channel 8 Interrupt Notification Register
GTM_TOM4_CH8_IRQ_EN 0xF010A220          TOM4 Channel 8 Interrupt Enable Register
GTM_TOM4_CH8_IRQ_FORCINT 0xF010A224          TOM4 Channel 8 Force Interrupt Register
GTM_TOM4_CH8_IRQ_MODE 0xF010A228          TOM4 Channel 8 Interrupt Mode Register
GTM_TOM4_TGC1_GLB_CTRL 0xF010A230          TOM4 TGC1 Global Control Register
GTM_TOM4_TGC1_ACT_TB 0xF010A234          TOM4 TGC1 Action Time Base Register
GTM_TOM4_TGC1_FUPD_CTRL 0xF010A238          TOM4 TGC1 Force Update Control Register
GTM_TOM4_TGC1_INT_TRIG 0xF010A23C          TOM4 TGC1 Internal Trigger Control Register
GTM_TOM4_CH9_CTRL 0xF010A240          TOM4 Channel 9 Control Register
GTM_TOM4_CH9_SR0 0xF010A244          TOM4 Channel 9 CCU0 Compare Shadow Register
GTM_TOM4_CH9_SR1 0xF010A248          TOM4 Channel 9 CCU1 Compare Shadow Register
GTM_TOM4_CH9_CM0 0xF010A24C          TOM4 Channel 9 CCU0 Compare Register
GTM_TOM4_CH9_CM1 0xF010A250          TOM4 Channel 9 CCU1 Compare Register
GTM_TOM4_CH9_CN0 0xF010A254          TOM4 Channel 9 CCU0 Counter Register
GTM_TOM4_CH9_STAT 0xF010A258          TOM4 Channel 9 Status Register
GTM_TOM4_CH9_IRQ_NOTIFY 0xF010A25C          TOM4 Channel 9 Interrupt Notification Register
GTM_TOM4_CH9_IRQ_EN 0xF010A260          TOM4 Channel 9 Interrupt Enable Register
GTM_TOM4_CH9_IRQ_FORCINT 0xF010A264          TOM4 Channel 9 Force Interrupt Register
GTM_TOM4_CH9_IRQ_MODE 0xF010A268          TOM4 Channel 9 Interrupt Mode Register
GTM_TOM4_TGC1_ENDIS_CTRL 0xF010A270          TOM4 TGC1 Enable/Disable Control Register
GTM_TOM4_TGC1_ENDIS_STAT 0xF010A274          TOM4 TGC1 Enable/Disable Status Register
GTM_TOM4_TGC1_OUTEN_CTRL 0xF010A278          TOM4 TGC1 Output Enable Control Register
GTM_TOM4_TGC1_OUTEN_STAT 0xF010A27C          TOM4 TGC1 Output Enable Status Register
GTM_TOM4_CH10_CTRL 0xF010A280          TOM4 Channel 10 Control Register
GTM_TOM4_CH10_SR0 0xF010A284          TOM4 Channel 10 CCU0 Compare Shadow Register
GTM_TOM4_CH10_SR1 0xF010A288          TOM4 Channel 10 CCU1 Compare Shadow Register
GTM_TOM4_CH10_CM0 0xF010A28C          TOM4 Channel 10 CCU0 Compare Register
GTM_TOM4_CH10_CM1 0xF010A290          TOM4 Channel 10 CCU1 Compare Register
GTM_TOM4_CH10_CN0 0xF010A294          TOM4 Channel 10 CCU0 Counter Register
GTM_TOM4_CH10_STAT 0xF010A298          TOM4 Channel 10 Status Register
GTM_TOM4_CH10_IRQ_NOTIFY 0xF010A29C          TOM4 Channel 10 Interrupt Notification Register
GTM_TOM4_CH10_IRQ_EN 0xF010A2A0          TOM4 Channel 10 Interrupt Enable Register
GTM_TOM4_CH10_IRQ_FORCINT 0xF010A2A4          TOM4 Channel 10 Force Interrupt Register
GTM_TOM4_CH10_IRQ_MODE 0xF010A2A8          TOM4 Channel 10 Interrupt Mode Register
GTM_TOM4_CH11_CTRL 0xF010A2C0          TOM4 Channel 11 Control Register
GTM_TOM4_CH11_SR0 0xF010A2C4          TOM4 Channel 11 CCU0 Compare Shadow Register
GTM_TOM4_CH11_SR1 0xF010A2C8          TOM4 Channel 11 CCU1 Compare Shadow Register
GTM_TOM4_CH11_CM0 0xF010A2CC          TOM4 Channel 11 CCU0 Compare Register
GTM_TOM4_CH11_CM1 0xF010A2D0          TOM4 Channel 11 CCU1 Compare Register
GTM_TOM4_CH11_CN0 0xF010A2D4          TOM4 Channel 11 CCU0 Counter Register
GTM_TOM4_CH11_STAT 0xF010A2D8          TOM4 Channel 11 Status Register
GTM_TOM4_CH11_IRQ_NOTIFY 0xF010A2DC          TOM4 Channel 11 Interrupt Notification Register
GTM_TOM4_CH11_IRQ_EN 0xF010A2E0          TOM4 Channel 11 Interrupt Enable Register
GTM_TOM4_CH11_IRQ_FORCINT 0xF010A2E4          TOM4 Channel 11 Force Interrupt Register
GTM_TOM4_CH11_IRQ_MODE 0xF010A2E8          TOM4 Channel 11 Interrupt Mode Register
GTM_TOM4_CH12_CTRL 0xF010A300          TOM4 Channel 12 Control Register
GTM_TOM4_CH12_SR0 0xF010A304          TOM4 Channel 12 CCU0 Compare Shadow Register
GTM_TOM4_CH12_SR1 0xF010A308          TOM4 Channel 12 CCU1 Compare Shadow Register
GTM_TOM4_CH12_CM0 0xF010A30C          TOM4 Channel 12 CCU0 Compare Register
GTM_TOM4_CH12_CM1 0xF010A310          TOM4 Channel 12 CCU1 Compare Register
GTM_TOM4_CH12_CN0 0xF010A314          TOM4 Channel 12 CCU0 Counter Register
GTM_TOM4_CH12_STAT 0xF010A318          TOM4 Channel 12 Status Register
GTM_TOM4_CH12_IRQ_NOTIFY 0xF010A31C          TOM4 Channel 12 Interrupt Notification Register
GTM_TOM4_CH12_IRQ_EN 0xF010A320          TOM4 Channel 12 Interrupt Enable Register
GTM_TOM4_CH12_IRQ_FORCINT 0xF010A324          TOM4 Channel 12 Force Interrupt Register
GTM_TOM4_CH12_IRQ_MODE 0xF010A328          TOM4 Channel 12 Interrupt Mode Register
GTM_TOM4_CH13_CTRL 0xF010A340          TOM4 Channel 13 Control Register
GTM_TOM4_CH13_SR0 0xF010A344          TOM4 Channel 13 CCU0 Compare Shadow Register
GTM_TOM4_CH13_SR1 0xF010A348          TOM4 Channel 13 CCU1 Compare Shadow Register
GTM_TOM4_CH13_CM0 0xF010A34C          TOM4 Channel 13 CCU0 Compare Register
GTM_TOM4_CH13_CM1 0xF010A350          TOM4 Channel 13 CCU1 Compare Register
GTM_TOM4_CH13_CN0 0xF010A354          TOM4 Channel 13 CCU0 Counter Register
GTM_TOM4_CH13_STAT 0xF010A358          TOM4 Channel 13 Status Register
GTM_TOM4_CH13_IRQ_NOTIFY 0xF010A35C          TOM4 Channel 13 Interrupt Notification Register
GTM_TOM4_CH13_IRQ_EN 0xF010A360          TOM4 Channel 13 Interrupt Enable Register
GTM_TOM4_CH13_IRQ_FORCINT 0xF010A364          TOM4 Channel 13 Force Interrupt Register
GTM_TOM4_CH13_IRQ_MODE 0xF010A368          TOM4 Channel 13 Interrupt Mode Register
GTM_TOM4_CH14_CTRL 0xF010A380          TOM4 Channel 14 Control Register
GTM_TOM4_CH14_SR0 0xF010A384          TOM4 Channel 14 CCU0 Compare Shadow Register
GTM_TOM4_CH14_SR1 0xF010A388          TOM4 Channel 14 CCU1 Compare Shadow Register
GTM_TOM4_CH14_CM0 0xF010A38C          TOM4 Channel 14 CCU0 Compare Register
GTM_TOM4_CH14_CM1 0xF010A390          TOM4 Channel 14 CCU1 Compare Register
GTM_TOM4_CH14_CN0 0xF010A394          TOM4 Channel 14 CCU0 Counter Register
GTM_TOM4_CH14_STAT 0xF010A398          TOM4 Channel 14 Status Register
GTM_TOM4_CH14_IRQ_NOTIFY 0xF010A39C          TOM4 Channel 14 Interrupt Notification Register
GTM_TOM4_CH14_IRQ_EN 0xF010A3A0          TOM4 Channel 14 Interrupt Enable Register
GTM_TOM4_CH14_IRQ_FORCINT 0xF010A3A4          TOM4 Channel 14 Force Interrupt Register
GTM_TOM4_CH14_IRQ_MODE 0xF010A3A8          TOM4 Channel 14 Interrupt Mode Register
GTM_TOM4_CH15_CTRL 0xF010A3C0          TOM4 Channel 15 Control Register
GTM_TOM4_CH15_SR0 0xF010A3C4          TOM4 Channel 15 CCU0 Compare Shadow Register
GTM_TOM4_CH15_SR1 0xF010A3C8          TOM4 Channel 15 CCU1 Compare Shadow Register
GTM_TOM4_CH15_CM0 0xF010A3CC          TOM4 Channel 15 CCU0 Compare Register
GTM_TOM4_CH15_CM1 0xF010A3D0          TOM4 Channel 15 CCU1 Compare Register
GTM_TOM4_CH15_CN0 0xF010A3D4          TOM4 Channel 15 CCU0 Counter Register
GTM_TOM4_CH15_STAT 0xF010A3D8          TOM4 Channel 15 Status Register
GTM_TOM4_CH15_IRQ_NOTIFY 0xF010A3DC          TOM4 Channel 15 Interrupt Notification Register
GTM_TOM4_CH15_IRQ_EN 0xF010A3E0          TOM4 Channel 15 Interrupt Enable Register
GTM_TOM4_CH15_IRQ_FORCINT 0xF010A3E4          TOM4 Channel 15 Force Interrupt Register
GTM_TOM4_CH15_IRQ_MODE 0xF010A3E8          TOM4 Channel 15 Interrupt Mode Register
GTM_TOM5_CH0_CTRL 0xF010A800          TOM5 Channel 0 Control Register
GTM_TOM5_CH0_SR0 0xF010A804          TOM5 Channel 0 CCU0 Compare Shadow Register
GTM_TOM5_CH0_SR1 0xF010A808          TOM5 Channel 0 CCU1 Compare Shadow Register
GTM_TOM5_CH0_CM0 0xF010A80C          TOM5 Channel 0 CCU0 Compare Register
GTM_TOM5_CH0_CM1 0xF010A810          TOM5 Channel 0 CCU1 Compare Register
GTM_TOM5_CH0_CN0 0xF010A814          TOM5 Channel 0 CCU0 Counter Register
GTM_TOM5_CH0_STAT 0xF010A818          TOM5 Channel 0 Status Register
GTM_TOM5_CH0_IRQ_NOTIFY 0xF010A81C          TOM5 Channel 0 Interrupt Notification Register
GTM_TOM5_CH0_IRQ_EN 0xF010A820          TOM5 Channel 0 Interrupt Enable Register
GTM_TOM5_CH0_IRQ_FORCINT 0xF010A824          TOM5 Channel 0 Force Interrupt Register
GTM_TOM5_CH0_IRQ_MODE 0xF010A828          TOM5 Channel 0 Interrupt Mode Register
GTM_TOM5_TGC0_GLB_CTRL 0xF010A830          TOM5 TGC0 Global Control Register
GTM_TOM5_TGC0_ACT_TB 0xF010A834          TOM5 TGC0 Action Time Base Register
GTM_TOM5_TGC0_FUPD_CTRL 0xF010A838          TOM5 TGC0 Force Update Control Register
GTM_TOM5_TGC0_INT_TRIG 0xF010A83C          TOM5 TGC0 Internal Trigger Control Register
GTM_TOM5_CH1_CTRL 0xF010A840          TOM5 Channel 1 Control Register
GTM_TOM5_CH1_SR0 0xF010A844          TOM5 Channel 1 CCU0 Compare Shadow Register
GTM_TOM5_CH1_SR1 0xF010A848          TOM5 Channel 1 CCU1 Compare Shadow Register
GTM_TOM5_CH1_CM0 0xF010A84C          TOM5 Channel 1 CCU0 Compare Register
GTM_TOM5_CH1_CM1 0xF010A850          TOM5 Channel 1 CCU1 Compare Register
GTM_TOM5_CH1_CN0 0xF010A854          TOM5 Channel 1 CCU0 Counter Register
GTM_TOM5_CH1_STAT 0xF010A858          TOM5 Channel 1 Status Register
GTM_TOM5_CH1_IRQ_NOTIFY 0xF010A85C          TOM5 Channel 1 Interrupt Notification Register
GTM_TOM5_CH1_IRQ_EN 0xF010A860          TOM5 Channel 1 Interrupt Enable Register
GTM_TOM5_CH1_IRQ_FORCINT 0xF010A864          TOM5 Channel 1 Force Interrupt Register
GTM_TOM5_CH1_IRQ_MODE 0xF010A868          TOM5 Channel 1 Interrupt Mode Register
GTM_TOM5_TGC0_ENDIS_CTRL 0xF010A870          TOM5 TGC0 Enable/Disable Control Register
GTM_TOM5_TGC0_ENDIS_STAT 0xF010A874          TOM5 TGC0 Enable/Disable Status Register
GTM_TOM5_TGC0_OUTEN_CTRL 0xF010A878          TOM5 TGC0 Output Enable Control Register
GTM_TOM5_TGC0_OUTEN_STAT 0xF010A87C          TOM5 TGC0 Output Enable Status Register
GTM_TOM5_CH2_CTRL 0xF010A880          TOM5 Channel 2 Control Register
GTM_TOM5_CH2_SR0 0xF010A884          TOM5 Channel 2 CCU0 Compare Shadow Register
GTM_TOM5_CH2_SR1 0xF010A888          TOM5 Channel 2 CCU1 Compare Shadow Register
GTM_TOM5_CH2_CM0 0xF010A88C          TOM5 Channel 2 CCU0 Compare Register
GTM_TOM5_CH2_CM1 0xF010A890          TOM5 Channel 2 CCU1 Compare Register
GTM_TOM5_CH2_CN0 0xF010A894          TOM5 Channel 2 CCU0 Counter Register
GTM_TOM5_CH2_STAT 0xF010A898          TOM5 Channel 2 Status Register
GTM_TOM5_CH2_IRQ_NOTIFY 0xF010A89C          TOM5 Channel 2 Interrupt Notification Register
GTM_TOM5_CH2_IRQ_EN 0xF010A8A0          TOM5 Channel 2 Interrupt Enable Register
GTM_TOM5_CH2_IRQ_FORCINT 0xF010A8A4          TOM5 Channel 2 Force Interrupt Register
GTM_TOM5_CH2_IRQ_MODE 0xF010A8A8          TOM5 Channel 2 Interrupt Mode Register
GTM_TOM5_CH3_CTRL 0xF010A8C0          TOM5 Channel 3 Control Register
GTM_TOM5_CH3_SR0 0xF010A8C4          TOM5 Channel 3 CCU0 Compare Shadow Register
GTM_TOM5_CH3_SR1 0xF010A8C8          TOM5 Channel 3 CCU1 Compare Shadow Register
GTM_TOM5_CH3_CM0 0xF010A8CC          TOM5 Channel 3 CCU0 Compare Register
GTM_TOM5_CH3_CM1 0xF010A8D0          TOM5 Channel 3 CCU1 Compare Register
GTM_TOM5_CH3_CN0 0xF010A8D4          TOM5 Channel 3 CCU0 Counter Register
GTM_TOM5_CH3_STAT 0xF010A8D8          TOM5 Channel 3 Status Register
GTM_TOM5_CH3_IRQ_NOTIFY 0xF010A8DC          TOM5 Channel 3 Interrupt Notification Register
GTM_TOM5_CH3_IRQ_EN 0xF010A8E0          TOM5 Channel 3 Interrupt Enable Register
GTM_TOM5_CH3_IRQ_FORCINT 0xF010A8E4          TOM5 Channel 3 Force Interrupt Register
GTM_TOM5_CH3_IRQ_MODE 0xF010A8E8          TOM5 Channel 3 Interrupt Mode Register
GTM_TOM5_CH4_CTRL 0xF010A900          TOM5 Channel 4 Control Register
GTM_TOM5_CH4_SR0 0xF010A904          TOM5 Channel 4 CCU0 Compare Shadow Register
GTM_TOM5_CH4_SR1 0xF010A908          TOM5 Channel 4 CCU1 Compare Shadow Register
GTM_TOM5_CH4_CM0 0xF010A90C          TOM5 Channel 4 CCU0 Compare Register
GTM_TOM5_CH4_CM1 0xF010A910          TOM5 Channel 4 CCU1 Compare Register
GTM_TOM5_CH4_CN0 0xF010A914          TOM5 Channel 4 CCU0 Counter Register
GTM_TOM5_CH4_STAT 0xF010A918          TOM5 Channel 4 Status Register
GTM_TOM5_CH4_IRQ_NOTIFY 0xF010A91C          TOM5 Channel 4 Interrupt Notification Register
GTM_TOM5_CH4_IRQ_EN 0xF010A920          TOM5 Channel 4 Interrupt Enable Register
GTM_TOM5_CH4_IRQ_FORCINT 0xF010A924          TOM5 Channel 4 Force Interrupt Register
GTM_TOM5_CH4_IRQ_MODE 0xF010A928          TOM5 Channel 4 Interrupt Mode Register
GTM_TOM5_CH5_CTRL 0xF010A940          TOM5 Channel 5 Control Register
GTM_TOM5_CH5_SR0 0xF010A944          TOM5 Channel 5 CCU0 Compare Shadow Register
GTM_TOM5_CH5_SR1 0xF010A948          TOM5 Channel 5 CCU1 Compare Shadow Register
GTM_TOM5_CH5_CM0 0xF010A94C          TOM5 Channel 5 CCU0 Compare Register
GTM_TOM5_CH5_CM1 0xF010A950          TOM5 Channel 5 CCU1 Compare Register
GTM_TOM5_CH5_CN0 0xF010A954          TOM5 Channel 5 CCU0 Counter Register
GTM_TOM5_CH5_STAT 0xF010A958          TOM5 Channel 5 Status Register
GTM_TOM5_CH5_IRQ_NOTIFY 0xF010A95C          TOM5 Channel 5 Interrupt Notification Register
GTM_TOM5_CH5_IRQ_EN 0xF010A960          TOM5 Channel 5 Interrupt Enable Register
GTM_TOM5_CH5_IRQ_FORCINT 0xF010A964          TOM5 Channel 5 Force Interrupt Register
GTM_TOM5_CH5_IRQ_MODE 0xF010A968          TOM5 Channel 5 Interrupt Mode Register
GTM_TOM5_CH6_CTRL 0xF010A980          TOM5 Channel 6 Control Register
GTM_TOM5_CH6_SR0 0xF010A984          TOM5 Channel 6 CCU0 Compare Shadow Register
GTM_TOM5_CH6_SR1 0xF010A988          TOM5 Channel 6 CCU1 Compare Shadow Register
GTM_TOM5_CH6_CM0 0xF010A98C          TOM5 Channel 6 CCU0 Compare Register
GTM_TOM5_CH6_CM1 0xF010A990          TOM5 Channel 6 CCU1 Compare Register
GTM_TOM5_CH6_CN0 0xF010A994          TOM5 Channel 6 CCU0 Counter Register
GTM_TOM5_CH6_STAT 0xF010A998          TOM5 Channel 6 Status Register
GTM_TOM5_CH6_IRQ_NOTIFY 0xF010A99C          TOM5 Channel 6 Interrupt Notification Register
GTM_TOM5_CH6_IRQ_EN 0xF010A9A0          TOM5 Channel 6 Interrupt Enable Register
GTM_TOM5_CH6_IRQ_FORCINT 0xF010A9A4          TOM5 Channel 6 Force Interrupt Register
GTM_TOM5_CH6_IRQ_MODE 0xF010A9A8          TOM5 Channel 6 Interrupt Mode Register
GTM_TOM5_CH7_CTRL 0xF010A9C0          TOM5 Channel 7 Control Register
GTM_TOM5_CH7_SR0 0xF010A9C4          TOM5 Channel 7 CCU0 Compare Shadow Register
GTM_TOM5_CH7_SR1 0xF010A9C8          TOM5 Channel 7 CCU1 Compare Shadow Register
GTM_TOM5_CH7_CM0 0xF010A9CC          TOM5 Channel 7 CCU0 Compare Register
GTM_TOM5_CH7_CM1 0xF010A9D0          TOM5 Channel 7 CCU1 Compare Register
GTM_TOM5_CH7_CN0 0xF010A9D4          TOM5 Channel 7 CCU0 Counter Register
GTM_TOM5_CH7_STAT 0xF010A9D8          TOM5 Channel 7 Status Register
GTM_TOM5_CH7_IRQ_NOTIFY 0xF010A9DC          TOM5 Channel 7 Interrupt Notification Register
GTM_TOM5_CH7_IRQ_EN 0xF010A9E0          TOM5 Channel 7 Interrupt Enable Register
GTM_TOM5_CH7_IRQ_FORCINT 0xF010A9E4          TOM5 Channel 7 Force Interrupt Register
GTM_TOM5_CH7_IRQ_MODE 0xF010A9E8          TOM5 Channel 7 Interrupt Mode Register
GTM_TOM5_CH8_CTRL 0xF010AA00          TOM5 Channel 8 Control Register
GTM_TOM5_CH8_SR0 0xF010AA04          TOM5 Channel 8 CCU0 Compare Shadow Register
GTM_TOM5_CH8_SR1 0xF010AA08          TOM5 Channel 8 CCU1 Compare Shadow Register
GTM_TOM5_CH8_CM0 0xF010AA0C          TOM5 Channel 8 CCU0 Compare Register
GTM_TOM5_CH8_CM1 0xF010AA10          TOM5 Channel 8 CCU1 Compare Register
GTM_TOM5_CH8_CN0 0xF010AA14          TOM5 Channel 8 CCU0 Counter Register
GTM_TOM5_CH8_STAT 0xF010AA18          TOM5 Channel 8 Status Register
GTM_TOM5_CH8_IRQ_NOTIFY 0xF010AA1C          TOM5 Channel 8 Interrupt Notification Register
GTM_TOM5_CH8_IRQ_EN 0xF010AA20          TOM5 Channel 8 Interrupt Enable Register
GTM_TOM5_CH8_IRQ_FORCINT 0xF010AA24          TOM5 Channel 8 Force Interrupt Register
GTM_TOM5_CH8_IRQ_MODE 0xF010AA28          TOM5 Channel 8 Interrupt Mode Register
GTM_TOM5_TGC1_GLB_CTRL 0xF010AA30          TOM5 TGC1 Global Control Register
GTM_TOM5_TGC1_ACT_TB 0xF010AA34          TOM5 TGC1 Action Time Base Register
GTM_TOM5_TGC1_FUPD_CTRL 0xF010AA38          TOM5 TGC1 Force Update Control Register
GTM_TOM5_TGC1_INT_TRIG 0xF010AA3C          TOM5 TGC1 Internal Trigger Control Register
GTM_TOM5_CH9_CTRL 0xF010AA40          TOM5 Channel 9 Control Register
GTM_TOM5_CH9_SR0 0xF010AA44          TOM5 Channel 9 CCU0 Compare Shadow Register
GTM_TOM5_CH9_SR1 0xF010AA48          TOM5 Channel 9 CCU1 Compare Shadow Register
GTM_TOM5_CH9_CM0 0xF010AA4C          TOM5 Channel 9 CCU0 Compare Register
GTM_TOM5_CH9_CM1 0xF010AA50          TOM5 Channel 9 CCU1 Compare Register
GTM_TOM5_CH9_CN0 0xF010AA54          TOM5 Channel 9 CCU0 Counter Register
GTM_TOM5_CH9_STAT 0xF010AA58          TOM5 Channel 9 Status Register
GTM_TOM5_CH9_IRQ_NOTIFY 0xF010AA5C          TOM5 Channel 9 Interrupt Notification Register
GTM_TOM5_CH9_IRQ_EN 0xF010AA60          TOM5 Channel 9 Interrupt Enable Register
GTM_TOM5_CH9_IRQ_FORCINT 0xF010AA64          TOM5 Channel 9 Force Interrupt Register
GTM_TOM5_CH9_IRQ_MODE 0xF010AA68          TOM5 Channel 9 Interrupt Mode Register
GTM_TOM5_TGC1_ENDIS_CTRL 0xF010AA70          TOM5 TGC1 Enable/Disable Control Register
GTM_TOM5_TGC1_ENDIS_STAT 0xF010AA74          TOM5 TGC1 Enable/Disable Status Register
GTM_TOM5_TGC1_OUTEN_CTRL 0xF010AA78          TOM5 TGC1 Output Enable Control Register
GTM_TOM5_TGC1_OUTEN_STAT 0xF010AA7C          TOM5 TGC1 Output Enable Status Register
GTM_TOM5_CH10_CTRL 0xF010AA80          TOM5 Channel 10 Control Register
GTM_TOM5_CH10_SR0 0xF010AA84          TOM5 Channel 10 CCU0 Compare Shadow Register
GTM_TOM5_CH10_SR1 0xF010AA88          TOM5 Channel 10 CCU1 Compare Shadow Register
GTM_TOM5_CH10_CM0 0xF010AA8C          TOM5 Channel 10 CCU0 Compare Register
GTM_TOM5_CH10_CM1 0xF010AA90          TOM5 Channel 10 CCU1 Compare Register
GTM_TOM5_CH10_CN0 0xF010AA94          TOM5 Channel 10 CCU0 Counter Register
GTM_TOM5_CH10_STAT 0xF010AA98          TOM5 Channel 10 Status Register
GTM_TOM5_CH10_IRQ_NOTIFY 0xF010AA9C          TOM5 Channel 10 Interrupt Notification Register
GTM_TOM5_CH10_IRQ_EN 0xF010AAA0          TOM5 Channel 10 Interrupt Enable Register
GTM_TOM5_CH10_IRQ_FORCINT 0xF010AAA4          TOM5 Channel 10 Force Interrupt Register
GTM_TOM5_CH10_IRQ_MODE 0xF010AAA8          TOM5 Channel 10 Interrupt Mode Register
GTM_TOM5_CH11_CTRL 0xF010AAC0          TOM5 Channel 11 Control Register
GTM_TOM5_CH11_SR0 0xF010AAC4          TOM5 Channel 11 CCU0 Compare Shadow Register
GTM_TOM5_CH11_SR1 0xF010AAC8          TOM5 Channel 11 CCU1 Compare Shadow Register
GTM_TOM5_CH11_CM0 0xF010AACC          TOM5 Channel 11 CCU0 Compare Register
GTM_TOM5_CH11_CM1 0xF010AAD0          TOM5 Channel 11 CCU1 Compare Register
GTM_TOM5_CH11_CN0 0xF010AAD4          TOM5 Channel 11 CCU0 Counter Register
GTM_TOM5_CH11_STAT 0xF010AAD8          TOM5 Channel 11 Status Register
GTM_TOM5_CH11_IRQ_NOTIFY 0xF010AADC          TOM5 Channel 11 Interrupt Notification Register
GTM_TOM5_CH11_IRQ_EN 0xF010AAE0          TOM5 Channel 11 Interrupt Enable Register
GTM_TOM5_CH11_IRQ_FORCINT 0xF010AAE4          TOM5 Channel 11 Force Interrupt Register
GTM_TOM5_CH11_IRQ_MODE 0xF010AAE8          TOM5 Channel 11 Interrupt Mode Register
GTM_TOM5_CH12_CTRL 0xF010AB00          TOM5 Channel 12 Control Register
GTM_TOM5_CH12_SR0 0xF010AB04          TOM5 Channel 12 CCU0 Compare Shadow Register
GTM_TOM5_CH12_SR1 0xF010AB08          TOM5 Channel 12 CCU1 Compare Shadow Register
GTM_TOM5_CH12_CM0 0xF010AB0C          TOM5 Channel 12 CCU0 Compare Register
GTM_TOM5_CH12_CM1 0xF010AB10          TOM5 Channel 12 CCU1 Compare Register
GTM_TOM5_CH12_CN0 0xF010AB14          TOM5 Channel 12 CCU0 Counter Register
GTM_TOM5_CH12_STAT 0xF010AB18          TOM5 Channel 12 Status Register
GTM_TOM5_CH12_IRQ_NOTIFY 0xF010AB1C          TOM5 Channel 12 Interrupt Notification Register
GTM_TOM5_CH12_IRQ_EN 0xF010AB20          TOM5 Channel 12 Interrupt Enable Register
GTM_TOM5_CH12_IRQ_FORCINT 0xF010AB24          TOM5 Channel 12 Force Interrupt Register
GTM_TOM5_CH12_IRQ_MODE 0xF010AB28          TOM5 Channel 12 Interrupt Mode Register
GTM_TOM5_CH13_CTRL 0xF010AB40          TOM5 Channel 13 Control Register
GTM_TOM5_CH13_SR0 0xF010AB44          TOM5 Channel 13 CCU0 Compare Shadow Register
GTM_TOM5_CH13_SR1 0xF010AB48          TOM5 Channel 13 CCU1 Compare Shadow Register
GTM_TOM5_CH13_CM0 0xF010AB4C          TOM5 Channel 13 CCU0 Compare Register
GTM_TOM5_CH13_CM1 0xF010AB50          TOM5 Channel 13 CCU1 Compare Register
GTM_TOM5_CH13_CN0 0xF010AB54          TOM5 Channel 13 CCU0 Counter Register
GTM_TOM5_CH13_STAT 0xF010AB58          TOM5 Channel 13 Status Register
GTM_TOM5_CH13_IRQ_NOTIFY 0xF010AB5C          TOM5 Channel 13 Interrupt Notification Register
GTM_TOM5_CH13_IRQ_EN 0xF010AB60          TOM5 Channel 13 Interrupt Enable Register
GTM_TOM5_CH13_IRQ_FORCINT 0xF010AB64          TOM5 Channel 13 Force Interrupt Register
GTM_TOM5_CH13_IRQ_MODE 0xF010AB68          TOM5 Channel 13 Interrupt Mode Register
GTM_TOM5_CH14_CTRL 0xF010AB80          TOM5 Channel 14 Control Register
GTM_TOM5_CH14_SR0 0xF010AB84          TOM5 Channel 14 CCU0 Compare Shadow Register
GTM_TOM5_CH14_SR1 0xF010AB88          TOM5 Channel 14 CCU1 Compare Shadow Register
GTM_TOM5_CH14_CM0 0xF010AB8C          TOM5 Channel 14 CCU0 Compare Register
GTM_TOM5_CH14_CM1 0xF010AB90          TOM5 Channel 14 CCU1 Compare Register
GTM_TOM5_CH14_CN0 0xF010AB94          TOM5 Channel 14 CCU0 Counter Register
GTM_TOM5_CH14_STAT 0xF010AB98          TOM5 Channel 14 Status Register
GTM_TOM5_CH14_IRQ_NOTIFY 0xF010AB9C          TOM5 Channel 14 Interrupt Notification Register
GTM_TOM5_CH14_IRQ_EN 0xF010ABA0          TOM5 Channel 14 Interrupt Enable Register
GTM_TOM5_CH14_IRQ_FORCINT 0xF010ABA4          TOM5 Channel 14 Force Interrupt Register
GTM_TOM5_CH14_IRQ_MODE 0xF010ABA8          TOM5 Channel 14 Interrupt Mode Register
GTM_TOM5_CH15_CTRL 0xF010ABC0          TOM5 Channel 15 Control Register
GTM_TOM5_CH15_SR0 0xF010ABC4          TOM5 Channel 15 CCU0 Compare Shadow Register
GTM_TOM5_CH15_SR1 0xF010ABC8          TOM5 Channel 15 CCU1 Compare Shadow Register
GTM_TOM5_CH15_CM0 0xF010ABCC          TOM5 Channel 15 CCU0 Compare Register
GTM_TOM5_CH15_CM1 0xF010ABD0          TOM5 Channel 15 CCU1 Compare Register
GTM_TOM5_CH15_CN0 0xF010ABD4          TOM5 Channel 15 CCU0 Counter Register
GTM_TOM5_CH15_STAT 0xF010ABD8          TOM5 Channel 15 Status Register
GTM_TOM5_CH15_IRQ_NOTIFY 0xF010ABDC          TOM5 Channel 15 Interrupt Notification Register
GTM_TOM5_CH15_IRQ_EN 0xF010ABE0          TOM5 Channel 15 Interrupt Enable Register
GTM_TOM5_CH15_IRQ_FORCINT 0xF010ABE4          TOM5 Channel 15 Force Interrupt Register
GTM_TOM5_CH15_IRQ_MODE 0xF010ABE8          TOM5 Channel 15 Interrupt Mode Register
GTM_F2A0_CH0_ARU_RD_FIFO 0xF0118000          F2A0 Stream 0 Read Address Register
GTM_F2A0_CH1_ARU_RD_FIFO 0xF0118004          F2A0 Stream 1 Read Address Register
GTM_F2A0_CH2_ARU_RD_FIFO 0xF0118008          F2A0 Stream 2 Read Address Register
GTM_F2A0_CH3_ARU_RD_FIFO 0xF011800C          F2A0 Stream 3 Read Address Register
GTM_F2A0_CH4_ARU_RD_FIFO 0xF0118010          F2A0 Stream 4 Read Address Register
GTM_F2A0_CH5_ARU_RD_FIFO 0xF0118014          F2A0 Stream 5 Read Address Register
GTM_F2A0_CH6_ARU_RD_FIFO 0xF0118018          F2A0 Stream 6 Read Address Register
GTM_F2A0_CH7_ARU_RD_FIFO 0xF011801C          F2A0 Stream 7 Read Address Register
GTM_F2A0_CH0_STR_CFG 0xF0118020          F2A0 Stream 0 Configuration Register
GTM_F2A0_CH1_STR_CFG 0xF0118024          F2A0 Stream 1 Configuration Register
GTM_F2A0_CH2_STR_CFG 0xF0118028          F2A0 Stream 2 Configuration Register
GTM_F2A0_CH3_STR_CFG 0xF011802C          F2A0 Stream 3 Configuration Register
GTM_F2A0_CH4_STR_CFG 0xF0118030          F2A0 Stream 4 Configuration Register
GTM_F2A0_CH5_STR_CFG 0xF0118034          F2A0 Stream 5 Configuration Register
GTM_F2A0_CH6_STR_CFG 0xF0118038          F2A0 Stream 6 Configuration Register
GTM_F2A0_CH7_STR_CFG 0xF011803C          F2A0 Stream 7 Configuration Register
GTM_F2A0_ENABLE 0xF0118040          F2A0 Stream Activation Register
GTM_F2A0_CTRL   0xF0118044          F2A0 Stream Control Register
GTM_AFD0_CH0_BUF_ACC 0xF0118080          AFD 0 FIFO 0 Buffer Access Register
GTM_AFD0_CH1_BUF_ACC 0xF0118090          AFD 0 FIFO 1 Buffer Access Register
GTM_AFD0_CH2_BUF_ACC 0xF01180A0          AFD 0 FIFO 2 Buffer Access Register
GTM_AFD0_CH3_BUF_ACC 0xF01180B0          AFD 0 FIFO 3 Buffer Access Register
GTM_AFD0_CH4_BUF_ACC 0xF01180C0          AFD 0 FIFO 4 Buffer Access Register
GTM_AFD0_CH5_BUF_ACC 0xF01180D0          AFD 0 FIFO 5 Buffer Access Register
GTM_AFD0_CH6_BUF_ACC 0xF01180E0          AFD 0 FIFO 6 Buffer Access Register
GTM_AFD0_CH7_BUF_ACC 0xF01180F0          AFD 0 FIFO 7 Buffer Access Register
GTM_FIFO0_CH0_CTRL 0xF0118400          FIFO0 Channel 0 Control Register
GTM_FIFO0_CH0_END_ADDR 0xF0118404          FIFO0 Channel 0 End Address Register
GTM_FIFO0_CH0_START_ADDR 0xF0118408          FIFO0 Channel 0 Start Address Register
GTM_FIFO0_CH0_UPPER_WM 0xF011840C          FIFO0 Channel 0 Upper Watermark Register
GTM_FIFO0_CH0_LOWER_WM 0xF0118410          FIFO0 Channel 0 Lower Watermark Register
GTM_FIFO0_CH0_STATUS 0xF0118414          FIFO0 Channel 0 Status Register
GTM_FIFO0_CH0_FILL_LEVEL 0xF0118418          FIFO0 Channel 0 Fill Level Register
GTM_FIFO0_CH0_WR_PTR 0xF011841C          FIFO0 Channel 0 Write Pointer Register
GTM_FIFO0_CH0_RD_PTR 0xF0118420          FIFO0 Channel 0 Read Pointer Register
GTM_FIFO0_CH0_IRQ_NOTIFY 0xF0118424          FIFO0 Channel 0 Interrupt Notification Register
GTM_FIFO0_CH0_IRQ_EN 0xF0118428          FIFO0 Channel 0 Interrupt Enable Register
GTM_FIFO0_CH0_IRQ_FORCINT 0xF011842C          FIFO0 Channel 0 Force Interrupt Register
GTM_FIFO0_CH0_IRQ_MODE 0xF0118430          FIFO0 Channel 0 Interrupt Mode Control Register
GTM_FIFO0_CH0_EIRQ_EN 0xF0118434          FIFO0 Channel 0 Error Interrupt Enable Register
GTM_FIFO0_CH1_CTRL 0xF0118440          FIFO0 Channel 1 Control Register
GTM_FIFO0_CH1_END_ADDR 0xF0118444          FIFO0 Channel 1 End Address Register
GTM_FIFO0_CH1_START_ADDR 0xF0118448          FIFO0 Channel 1 Start Address Register
GTM_FIFO0_CH1_UPPER_WM 0xF011844C          FIFO0 Channel 1 Upper Watermark Register
GTM_FIFO0_CH1_LOWER_WM 0xF0118450          FIFO0 Channel 1 Lower Watermark Register
GTM_FIFO0_CH1_STATUS 0xF0118454          FIFO0 Channel 1 Status Register
GTM_FIFO0_CH1_FILL_LEVEL 0xF0118458          FIFO0 Channel 1 Fill Level Register
GTM_FIFO0_CH1_WR_PTR 0xF011845C          FIFO0 Channel 1 Write Pointer Register
GTM_FIFO0_CH1_RD_PTR 0xF0118460          FIFO0 Channel 1 Read Pointer Register
GTM_FIFO0_CH1_IRQ_NOTIFY 0xF0118464          FIFO0 Channel 1 Interrupt Notification Register
GTM_FIFO0_CH1_IRQ_EN 0xF0118468          FIFO0 Channel 1 Interrupt Enable Register
GTM_FIFO0_CH1_IRQ_FORCINT 0xF011846C          FIFO0 Channel 1 Force Interrupt Register
GTM_FIFO0_CH1_IRQ_MODE 0xF0118470          FIFO0 Channel 1 Interrupt Mode Control Register
GTM_FIFO0_CH1_EIRQ_EN 0xF0118474          FIFO0 Channel 1 Error Interrupt Enable Register
GTM_FIFO0_CH2_CTRL 0xF0118480          FIFO0 Channel 2 Control Register
GTM_FIFO0_CH2_END_ADDR 0xF0118484          FIFO0 Channel 2 End Address Register
GTM_FIFO0_CH2_START_ADDR 0xF0118488          FIFO0 Channel 2 Start Address Register
GTM_FIFO0_CH2_UPPER_WM 0xF011848C          FIFO0 Channel 2 Upper Watermark Register
GTM_FIFO0_CH2_LOWER_WM 0xF0118490          FIFO0 Channel 2 Lower Watermark Register
GTM_FIFO0_CH2_STATUS 0xF0118494          FIFO0 Channel 2 Status Register
GTM_FIFO0_CH2_FILL_LEVEL 0xF0118498          FIFO0 Channel 2 Fill Level Register
GTM_FIFO0_CH2_WR_PTR 0xF011849C          FIFO0 Channel 2 Write Pointer Register
GTM_FIFO0_CH2_RD_PTR 0xF01184A0          FIFO0 Channel 2 Read Pointer Register
GTM_FIFO0_CH2_IRQ_NOTIFY 0xF01184A4          FIFO0 Channel 2 Interrupt Notification Register
GTM_FIFO0_CH2_IRQ_EN 0xF01184A8          FIFO0 Channel 2 Interrupt Enable Register
GTM_FIFO0_CH2_IRQ_FORCINT 0xF01184AC          FIFO0 Channel 2 Force Interrupt Register
GTM_FIFO0_CH2_IRQ_MODE 0xF01184B0          FIFO0 Channel 2 Interrupt Mode Control Register
GTM_FIFO0_CH2_EIRQ_EN 0xF01184B4          FIFO0 Channel 2 Error Interrupt Enable Register
GTM_FIFO0_CH3_CTRL 0xF01184C0          FIFO0 Channel 3 Control Register
GTM_FIFO0_CH3_END_ADDR 0xF01184C4          FIFO0 Channel 3 End Address Register
GTM_FIFO0_CH3_START_ADDR 0xF01184C8          FIFO0 Channel 3 Start Address Register
GTM_FIFO0_CH3_UPPER_WM 0xF01184CC          FIFO0 Channel 3 Upper Watermark Register
GTM_FIFO0_CH3_LOWER_WM 0xF01184D0          FIFO0 Channel 3 Lower Watermark Register
GTM_FIFO0_CH3_STATUS 0xF01184D4          FIFO0 Channel 3 Status Register
GTM_FIFO0_CH3_FILL_LEVEL 0xF01184D8          FIFO0 Channel 3 Fill Level Register
GTM_FIFO0_CH3_WR_PTR 0xF01184DC          FIFO0 Channel 3 Write Pointer Register
GTM_FIFO0_CH3_RD_PTR 0xF01184E0          FIFO0 Channel 3 Read Pointer Register
GTM_FIFO0_CH3_IRQ_NOTIFY 0xF01184E4          FIFO0 Channel 3 Interrupt Notification Register
GTM_FIFO0_CH3_IRQ_EN 0xF01184E8          FIFO0 Channel 3 Interrupt Enable Register
GTM_FIFO0_CH3_IRQ_FORCINT 0xF01184EC          FIFO0 Channel 3 Force Interrupt Register
GTM_FIFO0_CH3_IRQ_MODE 0xF01184F0          FIFO0 Channel 3 Interrupt Mode Control Register
GTM_FIFO0_CH3_EIRQ_EN 0xF01184F4          FIFO0 Channel 3 Error Interrupt Enable Register
GTM_FIFO0_CH4_CTRL 0xF0118500          FIFO0 Channel 4 Control Register
GTM_FIFO0_CH4_END_ADDR 0xF0118504          FIFO0 Channel 4 End Address Register
GTM_FIFO0_CH4_START_ADDR 0xF0118508          FIFO0 Channel 4 Start Address Register
GTM_FIFO0_CH4_UPPER_WM 0xF011850C          FIFO0 Channel 4 Upper Watermark Register
GTM_FIFO0_CH4_LOWER_WM 0xF0118510          FIFO0 Channel 4 Lower Watermark Register
GTM_FIFO0_CH4_STATUS 0xF0118514          FIFO0 Channel 4 Status Register
GTM_FIFO0_CH4_FILL_LEVEL 0xF0118518          FIFO0 Channel 4 Fill Level Register
GTM_FIFO0_CH4_WR_PTR 0xF011851C          FIFO0 Channel 4 Write Pointer Register
GTM_FIFO0_CH4_RD_PTR 0xF0118520          FIFO0 Channel 4 Read Pointer Register
GTM_FIFO0_CH4_IRQ_NOTIFY 0xF0118524          FIFO0 Channel 4 Interrupt Notification Register
GTM_FIFO0_CH4_IRQ_EN 0xF0118528          FIFO0 Channel 4 Interrupt Enable Register
GTM_FIFO0_CH4_IRQ_FORCINT 0xF011852C          FIFO0 Channel 4 Force Interrupt Register
GTM_FIFO0_CH4_IRQ_MODE 0xF0118530          FIFO0 Channel 4 Interrupt Mode Control Register
GTM_FIFO0_CH4_EIRQ_EN 0xF0118534          FIFO0 Channel 4 Error Interrupt Enable Register
GTM_FIFO0_CH5_CTRL 0xF0118540          FIFO0 Channel 5 Control Register
GTM_FIFO0_CH5_END_ADDR 0xF0118544          FIFO0 Channel 5 End Address Register
GTM_FIFO0_CH5_START_ADDR 0xF0118548          FIFO0 Channel 5 Start Address Register
GTM_FIFO0_CH5_UPPER_WM 0xF011854C          FIFO0 Channel 5 Upper Watermark Register
GTM_FIFO0_CH5_LOWER_WM 0xF0118550          FIFO0 Channel 5 Lower Watermark Register
GTM_FIFO0_CH5_STATUS 0xF0118554          FIFO0 Channel 5 Status Register
GTM_FIFO0_CH5_FILL_LEVEL 0xF0118558          FIFO0 Channel 5 Fill Level Register
GTM_FIFO0_CH5_WR_PTR 0xF011855C          FIFO0 Channel 5 Write Pointer Register
GTM_FIFO0_CH5_RD_PTR 0xF0118560          FIFO0 Channel 5 Read Pointer Register
GTM_FIFO0_CH5_IRQ_NOTIFY 0xF0118564          FIFO0 Channel 5 Interrupt Notification Register
GTM_FIFO0_CH5_IRQ_EN 0xF0118568          FIFO0 Channel 5 Interrupt Enable Register
GTM_FIFO0_CH5_IRQ_FORCINT 0xF011856C          FIFO0 Channel 5 Force Interrupt Register
GTM_FIFO0_CH5_IRQ_MODE 0xF0118570          FIFO0 Channel 5 Interrupt Mode Control Register
GTM_FIFO0_CH5_EIRQ_EN 0xF0118574          FIFO0 Channel 5 Error Interrupt Enable Register
GTM_FIFO0_CH6_CTRL 0xF0118580          FIFO0 Channel 6 Control Register
GTM_FIFO0_CH6_END_ADDR 0xF0118584          FIFO0 Channel 6 End Address Register
GTM_FIFO0_CH6_START_ADDR 0xF0118588          FIFO0 Channel 6 Start Address Register
GTM_FIFO0_CH6_UPPER_WM 0xF011858C          FIFO0 Channel 6 Upper Watermark Register
GTM_FIFO0_CH6_LOWER_WM 0xF0118590          FIFO0 Channel 6 Lower Watermark Register
GTM_FIFO0_CH6_STATUS 0xF0118594          FIFO0 Channel 6 Status Register
GTM_FIFO0_CH6_FILL_LEVEL 0xF0118598          FIFO0 Channel 6 Fill Level Register
GTM_FIFO0_CH6_WR_PTR 0xF011859C          FIFO0 Channel 6 Write Pointer Register
GTM_FIFO0_CH6_RD_PTR 0xF01185A0          FIFO0 Channel 6 Read Pointer Register
GTM_FIFO0_CH6_IRQ_NOTIFY 0xF01185A4          FIFO0 Channel 6 Interrupt Notification Register
GTM_FIFO0_CH6_IRQ_EN 0xF01185A8          FIFO0 Channel 6 Interrupt Enable Register
GTM_FIFO0_CH6_IRQ_FORCINT 0xF01185AC          FIFO0 Channel 6 Force Interrupt Register
GTM_FIFO0_CH6_IRQ_MODE 0xF01185B0          FIFO0 Channel 6 Interrupt Mode Control Register
GTM_FIFO0_CH6_EIRQ_EN 0xF01185B4          FIFO0 Channel 6 Error Interrupt Enable Register
GTM_FIFO0_CH7_CTRL 0xF01185C0          FIFO0 Channel 7 Control Register
GTM_FIFO0_CH7_END_ADDR 0xF01185C4          FIFO0 Channel 7 End Address Register
GTM_FIFO0_CH7_START_ADDR 0xF01185C8          FIFO0 Channel 7 Start Address Register
GTM_FIFO0_CH7_UPPER_WM 0xF01185CC          FIFO0 Channel 7 Upper Watermark Register
GTM_FIFO0_CH7_LOWER_WM 0xF01185D0          FIFO0 Channel 7 Lower Watermark Register
GTM_FIFO0_CH7_STATUS 0xF01185D4          FIFO0 Channel 7 Status Register
GTM_FIFO0_CH7_FILL_LEVEL 0xF01185D8          FIFO0 Channel 7 Fill Level Register
GTM_FIFO0_CH7_WR_PTR 0xF01185DC          FIFO0 Channel 7 Write Pointer Register
GTM_FIFO0_CH7_RD_PTR 0xF01185E0          FIFO0 Channel 7 Read Pointer Register
GTM_FIFO0_CH7_IRQ_NOTIFY 0xF01185E4          FIFO0 Channel 7 Interrupt Notification Register
GTM_FIFO0_CH7_IRQ_EN 0xF01185E8          FIFO0 Channel 7 Interrupt Enable Register
GTM_FIFO0_CH7_IRQ_FORCINT 0xF01185EC          FIFO0 Channel 7 Force Interrupt Register
GTM_FIFO0_CH7_IRQ_MODE 0xF01185F0          FIFO0 Channel 7 Interrupt Mode Control Register
GTM_FIFO0_CH7_EIRQ_EN 0xF01185F4          FIFO0 Channel 7 Error Interrupt Enable Register
GTM_F2A1_CH0_ARU_RD_FIFO 0xF011C000          F2A1 Stream 0 Read Address Register
GTM_F2A1_CH1_ARU_RD_FIFO 0xF011C004          F2A1 Stream 1 Read Address Register
GTM_F2A1_CH2_ARU_RD_FIFO 0xF011C008          F2A1 Stream 2 Read Address Register
GTM_F2A1_CH3_ARU_RD_FIFO 0xF011C00C          F2A1 Stream 3 Read Address Register
GTM_F2A1_CH4_ARU_RD_FIFO 0xF011C010          F2A1 Stream 4 Read Address Register
GTM_F2A1_CH5_ARU_RD_FIFO 0xF011C014          F2A1 Stream 5 Read Address Register
GTM_F2A1_CH6_ARU_RD_FIFO 0xF011C018          F2A1 Stream 6 Read Address Register
GTM_F2A1_CH7_ARU_RD_FIFO 0xF011C01C          F2A1 Stream 7 Read Address Register
GTM_F2A1_CH0_STR_CFG 0xF011C020          F2A1 Stream 0 Configuration Register
GTM_F2A1_CH1_STR_CFG 0xF011C024          F2A1 Stream 1 Configuration Register
GTM_F2A1_CH2_STR_CFG 0xF011C028          F2A1 Stream 2 Configuration Register
GTM_F2A1_CH3_STR_CFG 0xF011C02C          F2A1 Stream 3 Configuration Register
GTM_F2A1_CH4_STR_CFG 0xF011C030          F2A1 Stream 4 Configuration Register
GTM_F2A1_CH5_STR_CFG 0xF011C034          F2A1 Stream 5 Configuration Register
GTM_F2A1_CH6_STR_CFG 0xF011C038          F2A1 Stream 6 Configuration Register
GTM_F2A1_CH7_STR_CFG 0xF011C03C          F2A1 Stream 7 Configuration Register
GTM_F2A1_ENABLE 0xF011C040          F2A1 Stream Activation Register
GTM_F2A1_CTRL   0xF011C044          F2A1 Stream Control Register
GTM_AFD1_CH0_BUF_ACC 0xF011C080          AFD 1 FIFO 0 Buffer Access Register
GTM_AFD1_CH1_BUF_ACC 0xF011C090          AFD 1 FIFO 1 Buffer Access Register
GTM_AFD1_CH2_BUF_ACC 0xF011C0A0          AFD 1 FIFO 2 Buffer Access Register
GTM_AFD1_CH3_BUF_ACC 0xF011C0B0          AFD 1 FIFO 3 Buffer Access Register
GTM_AFD1_CH4_BUF_ACC 0xF011C0C0          AFD 1 FIFO 4 Buffer Access Register
GTM_AFD1_CH5_BUF_ACC 0xF011C0D0          AFD 1 FIFO 5 Buffer Access Register
GTM_AFD1_CH6_BUF_ACC 0xF011C0E0          AFD 1 FIFO 6 Buffer Access Register
GTM_AFD1_CH7_BUF_ACC 0xF011C0F0          AFD 1 FIFO 7 Buffer Access Register
GTM_FIFO1_CH0_CTRL 0xF011C400          FIFO1 Channel 0 Control Register
GTM_FIFO1_CH0_END_ADDR 0xF011C404          FIFO1 Channel 0 End Address Register
GTM_FIFO1_CH0_START_ADDR 0xF011C408          FIFO1 Channel 0 Start Address Register
GTM_FIFO1_CH0_UPPER_WM 0xF011C40C          FIFO1 Channel 0 Upper Watermark Register
GTM_FIFO1_CH0_LOWER_WM 0xF011C410          FIFO1 Channel 0 Lower Watermark Register
GTM_FIFO1_CH0_STATUS 0xF011C414          FIFO1 Channel 0 Status Register
GTM_FIFO1_CH0_FILL_LEVEL 0xF011C418          FIFO1 Channel 0 Fill Level Register
GTM_FIFO1_CH0_WR_PTR 0xF011C41C          FIFO1 Channel 0 Write Pointer Register
GTM_FIFO1_CH0_RD_PTR 0xF011C420          FIFO1 Channel 0 Read Pointer Register
GTM_FIFO1_CH0_IRQ_NOTIFY 0xF011C424          FIFO1 Channel 0 Interrupt Notification Register
GTM_FIFO1_CH0_IRQ_EN 0xF011C428          FIFO1 Channel 0 Interrupt Enable Register
GTM_FIFO1_CH0_IRQ_FORCINT 0xF011C42C          FIFO1 Channel 0 Force Interrupt Register
GTM_FIFO1_CH0_IRQ_MODE 0xF011C430          FIFO1 Channel 0 Interrupt Mode Control Register
GTM_FIFO1_CH0_EIRQ_EN 0xF011C434          FIFO1 Channel 0 Error Interrupt Enable Register
GTM_FIFO1_CH1_CTRL 0xF011C440          FIFO1 Channel 1 Control Register
GTM_FIFO1_CH1_END_ADDR 0xF011C444          FIFO1 Channel 1 End Address Register
GTM_FIFO1_CH1_START_ADDR 0xF011C448          FIFO1 Channel 1 Start Address Register
GTM_FIFO1_CH1_UPPER_WM 0xF011C44C          FIFO1 Channel 1 Upper Watermark Register
GTM_FIFO1_CH1_LOWER_WM 0xF011C450          FIFO1 Channel 1 Lower Watermark Register
GTM_FIFO1_CH1_STATUS 0xF011C454          FIFO1 Channel 1 Status Register
GTM_FIFO1_CH1_FILL_LEVEL 0xF011C458          FIFO1 Channel 1 Fill Level Register
GTM_FIFO1_CH1_WR_PTR 0xF011C45C          FIFO1 Channel 1 Write Pointer Register
GTM_FIFO1_CH1_RD_PTR 0xF011C460          FIFO1 Channel 1 Read Pointer Register
GTM_FIFO1_CH1_IRQ_NOTIFY 0xF011C464          FIFO1 Channel 1 Interrupt Notification Register
GTM_FIFO1_CH1_IRQ_EN 0xF011C468          FIFO1 Channel 1 Interrupt Enable Register
GTM_FIFO1_CH1_IRQ_FORCINT 0xF011C46C          FIFO1 Channel 1 Force Interrupt Register
GTM_FIFO1_CH1_IRQ_MODE 0xF011C470          FIFO1 Channel 1 Interrupt Mode Control Register
GTM_FIFO1_CH1_EIRQ_EN 0xF011C474          FIFO1 Channel 1 Error Interrupt Enable Register
GTM_FIFO1_CH2_CTRL 0xF011C480          FIFO1 Channel 2 Control Register
GTM_FIFO1_CH2_END_ADDR 0xF011C484          FIFO1 Channel 2 End Address Register
GTM_FIFO1_CH2_START_ADDR 0xF011C488          FIFO1 Channel 2 Start Address Register
GTM_FIFO1_CH2_UPPER_WM 0xF011C48C          FIFO1 Channel 2 Upper Watermark Register
GTM_FIFO1_CH2_LOWER_WM 0xF011C490          FIFO1 Channel 2 Lower Watermark Register
GTM_FIFO1_CH2_STATUS 0xF011C494          FIFO1 Channel 2 Status Register
GTM_FIFO1_CH2_FILL_LEVEL 0xF011C498          FIFO1 Channel 2 Fill Level Register
GTM_FIFO1_CH2_WR_PTR 0xF011C49C          FIFO1 Channel 2 Write Pointer Register
GTM_FIFO1_CH2_RD_PTR 0xF011C4A0          FIFO1 Channel 2 Read Pointer Register
GTM_FIFO1_CH2_IRQ_NOTIFY 0xF011C4A4          FIFO1 Channel 2 Interrupt Notification Register
GTM_FIFO1_CH2_IRQ_EN 0xF011C4A8          FIFO1 Channel 2 Interrupt Enable Register
GTM_FIFO1_CH2_IRQ_FORCINT 0xF011C4AC          FIFO1 Channel 2 Force Interrupt Register
GTM_FIFO1_CH2_IRQ_MODE 0xF011C4B0          FIFO1 Channel 2 Interrupt Mode Control Register
GTM_FIFO1_CH2_EIRQ_EN 0xF011C4B4          FIFO1 Channel 2 Error Interrupt Enable Register
GTM_FIFO1_CH3_CTRL 0xF011C4C0          FIFO1 Channel 3 Control Register
GTM_FIFO1_CH3_END_ADDR 0xF011C4C4          FIFO1 Channel 3 End Address Register
GTM_FIFO1_CH3_START_ADDR 0xF011C4C8          FIFO1 Channel 3 Start Address Register
GTM_FIFO1_CH3_UPPER_WM 0xF011C4CC          FIFO1 Channel 3 Upper Watermark Register
GTM_FIFO1_CH3_LOWER_WM 0xF011C4D0          FIFO1 Channel 3 Lower Watermark Register
GTM_FIFO1_CH3_STATUS 0xF011C4D4          FIFO1 Channel 3 Status Register
GTM_FIFO1_CH3_FILL_LEVEL 0xF011C4D8          FIFO1 Channel 3 Fill Level Register
GTM_FIFO1_CH3_WR_PTR 0xF011C4DC          FIFO1 Channel 3 Write Pointer Register
GTM_FIFO1_CH3_RD_PTR 0xF011C4E0          FIFO1 Channel 3 Read Pointer Register
GTM_FIFO1_CH3_IRQ_NOTIFY 0xF011C4E4          FIFO1 Channel 3 Interrupt Notification Register
GTM_FIFO1_CH3_IRQ_EN 0xF011C4E8          FIFO1 Channel 3 Interrupt Enable Register
GTM_FIFO1_CH3_IRQ_FORCINT 0xF011C4EC          FIFO1 Channel 3 Force Interrupt Register
GTM_FIFO1_CH3_IRQ_MODE 0xF011C4F0          FIFO1 Channel 3 Interrupt Mode Control Register
GTM_FIFO1_CH3_EIRQ_EN 0xF011C4F4          FIFO1 Channel 3 Error Interrupt Enable Register
GTM_FIFO1_CH4_CTRL 0xF011C500          FIFO1 Channel 4 Control Register
GTM_FIFO1_CH4_END_ADDR 0xF011C504          FIFO1 Channel 4 End Address Register
GTM_FIFO1_CH4_START_ADDR 0xF011C508          FIFO1 Channel 4 Start Address Register
GTM_FIFO1_CH4_UPPER_WM 0xF011C50C          FIFO1 Channel 4 Upper Watermark Register
GTM_FIFO1_CH4_LOWER_WM 0xF011C510          FIFO1 Channel 4 Lower Watermark Register
GTM_FIFO1_CH4_STATUS 0xF011C514          FIFO1 Channel 4 Status Register
GTM_FIFO1_CH4_FILL_LEVEL 0xF011C518          FIFO1 Channel 4 Fill Level Register
GTM_FIFO1_CH4_WR_PTR 0xF011C51C          FIFO1 Channel 4 Write Pointer Register
GTM_FIFO1_CH4_RD_PTR 0xF011C520          FIFO1 Channel 4 Read Pointer Register
GTM_FIFO1_CH4_IRQ_NOTIFY 0xF011C524          FIFO1 Channel 4 Interrupt Notification Register
GTM_FIFO1_CH4_IRQ_EN 0xF011C528          FIFO1 Channel 4 Interrupt Enable Register
GTM_FIFO1_CH4_IRQ_FORCINT 0xF011C52C          FIFO1 Channel 4 Force Interrupt Register
GTM_FIFO1_CH4_IRQ_MODE 0xF011C530          FIFO1 Channel 4 Interrupt Mode Control Register
GTM_FIFO1_CH4_EIRQ_EN 0xF011C534          FIFO1 Channel 4 Error Interrupt Enable Register
GTM_FIFO1_CH5_CTRL 0xF011C540          FIFO1 Channel 5 Control Register
GTM_FIFO1_CH5_END_ADDR 0xF011C544          FIFO1 Channel 5 End Address Register
GTM_FIFO1_CH5_START_ADDR 0xF011C548          FIFO1 Channel 5 Start Address Register
GTM_FIFO1_CH5_UPPER_WM 0xF011C54C          FIFO1 Channel 5 Upper Watermark Register
GTM_FIFO1_CH5_LOWER_WM 0xF011C550          FIFO1 Channel 5 Lower Watermark Register
GTM_FIFO1_CH5_STATUS 0xF011C554          FIFO1 Channel 5 Status Register
GTM_FIFO1_CH5_FILL_LEVEL 0xF011C558          FIFO1 Channel 5 Fill Level Register
GTM_FIFO1_CH5_WR_PTR 0xF011C55C          FIFO1 Channel 5 Write Pointer Register
GTM_FIFO1_CH5_RD_PTR 0xF011C560          FIFO1 Channel 5 Read Pointer Register
GTM_FIFO1_CH5_IRQ_NOTIFY 0xF011C564          FIFO1 Channel 5 Interrupt Notification Register
GTM_FIFO1_CH5_IRQ_EN 0xF011C568          FIFO1 Channel 5 Interrupt Enable Register
GTM_FIFO1_CH5_IRQ_FORCINT 0xF011C56C          FIFO1 Channel 5 Force Interrupt Register
GTM_FIFO1_CH5_IRQ_MODE 0xF011C570          FIFO1 Channel 5 Interrupt Mode Control Register
GTM_FIFO1_CH5_EIRQ_EN 0xF011C574          FIFO1 Channel 5 Error Interrupt Enable Register
GTM_FIFO1_CH6_CTRL 0xF011C580          FIFO1 Channel 6 Control Register
GTM_FIFO1_CH6_END_ADDR 0xF011C584          FIFO1 Channel 6 End Address Register
GTM_FIFO1_CH6_START_ADDR 0xF011C588          FIFO1 Channel 6 Start Address Register
GTM_FIFO1_CH6_UPPER_WM 0xF011C58C          FIFO1 Channel 6 Upper Watermark Register
GTM_FIFO1_CH6_LOWER_WM 0xF011C590          FIFO1 Channel 6 Lower Watermark Register
GTM_FIFO1_CH6_STATUS 0xF011C594          FIFO1 Channel 6 Status Register
GTM_FIFO1_CH6_FILL_LEVEL 0xF011C598          FIFO1 Channel 6 Fill Level Register
GTM_FIFO1_CH6_WR_PTR 0xF011C59C          FIFO1 Channel 6 Write Pointer Register
GTM_FIFO1_CH6_RD_PTR 0xF011C5A0          FIFO1 Channel 6 Read Pointer Register
GTM_FIFO1_CH6_IRQ_NOTIFY 0xF011C5A4          FIFO1 Channel 6 Interrupt Notification Register
GTM_FIFO1_CH6_IRQ_EN 0xF011C5A8          FIFO1 Channel 6 Interrupt Enable Register
GTM_FIFO1_CH6_IRQ_FORCINT 0xF011C5AC          FIFO1 Channel 6 Force Interrupt Register
GTM_FIFO1_CH6_IRQ_MODE 0xF011C5B0          FIFO1 Channel 6 Interrupt Mode Control Register
GTM_FIFO1_CH6_EIRQ_EN 0xF011C5B4          FIFO1 Channel 6 Error Interrupt Enable Register
GTM_FIFO1_CH7_CTRL 0xF011C5C0          FIFO1 Channel 7 Control Register
GTM_FIFO1_CH7_END_ADDR 0xF011C5C4          FIFO1 Channel 7 End Address Register
GTM_FIFO1_CH7_START_ADDR 0xF011C5C8          FIFO1 Channel 7 Start Address Register
GTM_FIFO1_CH7_UPPER_WM 0xF011C5CC          FIFO1 Channel 7 Upper Watermark Register
GTM_FIFO1_CH7_LOWER_WM 0xF011C5D0          FIFO1 Channel 7 Lower Watermark Register
GTM_FIFO1_CH7_STATUS 0xF011C5D4          FIFO1 Channel 7 Status Register
GTM_FIFO1_CH7_FILL_LEVEL 0xF011C5D8          FIFO1 Channel 7 Fill Level Register
GTM_FIFO1_CH7_WR_PTR 0xF011C5DC          FIFO1 Channel 7 Write Pointer Register
GTM_FIFO1_CH7_RD_PTR 0xF011C5E0          FIFO1 Channel 7 Read Pointer Register
GTM_FIFO1_CH7_IRQ_NOTIFY 0xF011C5E4          FIFO1 Channel 7 Interrupt Notification Register
GTM_FIFO1_CH7_IRQ_EN 0xF011C5E8          FIFO1 Channel 7 Interrupt Enable Register
GTM_FIFO1_CH7_IRQ_FORCINT 0xF011C5EC          FIFO1 Channel 7 Force Interrupt Register
GTM_FIFO1_CH7_IRQ_MODE 0xF011C5F0          FIFO1 Channel 7 Interrupt Mode Control Register
GTM_FIFO1_CH7_EIRQ_EN 0xF011C5F4          FIFO1 Channel 7 Error Interrupt Enable Register
GTM_F2A2_CH0_ARU_RD_FIFO 0xF0120000          F2A2 Stream 0 Read Address Register
GTM_F2A2_CH1_ARU_RD_FIFO 0xF0120004          F2A2 Stream 1 Read Address Register
GTM_F2A2_CH2_ARU_RD_FIFO 0xF0120008          F2A2 Stream 2 Read Address Register
GTM_F2A2_CH3_ARU_RD_FIFO 0xF012000C          F2A2 Stream 3 Read Address Register
GTM_F2A2_CH4_ARU_RD_FIFO 0xF0120010          F2A2 Stream 4 Read Address Register
GTM_F2A2_CH5_ARU_RD_FIFO 0xF0120014          F2A2 Stream 5 Read Address Register
GTM_F2A2_CH6_ARU_RD_FIFO 0xF0120018          F2A2 Stream 6 Read Address Register
GTM_F2A2_CH7_ARU_RD_FIFO 0xF012001C          F2A2 Stream 7 Read Address Register
GTM_F2A2_CH0_STR_CFG 0xF0120020          F2A2 Stream 0 Configuration Register
GTM_F2A2_CH1_STR_CFG 0xF0120024          F2A2 Stream 1 Configuration Register
GTM_F2A2_CH2_STR_CFG 0xF0120028          F2A2 Stream 2 Configuration Register
GTM_F2A2_CH3_STR_CFG 0xF012002C          F2A2 Stream 3 Configuration Register
GTM_F2A2_CH4_STR_CFG 0xF0120030          F2A2 Stream 4 Configuration Register
GTM_F2A2_CH5_STR_CFG 0xF0120034          F2A2 Stream 5 Configuration Register
GTM_F2A2_CH6_STR_CFG 0xF0120038          F2A2 Stream 6 Configuration Register
GTM_F2A2_CH7_STR_CFG 0xF012003C          F2A2 Stream 7 Configuration Register
GTM_F2A2_ENABLE 0xF0120040          F2A2 Stream Activation Register
GTM_F2A2_CTRL   0xF0120044          F2A2 Stream Control Register
GTM_AFD2_CH0_BUF_ACC 0xF0120080          AFD 2 FIFO 0 Buffer Access Register
GTM_AFD2_CH1_BUF_ACC 0xF0120090          AFD 2 FIFO 1 Buffer Access Register
GTM_AFD2_CH2_BUF_ACC 0xF01200A0          AFD 2 FIFO 2 Buffer Access Register
GTM_AFD2_CH3_BUF_ACC 0xF01200B0          AFD 2 FIFO 3 Buffer Access Register
GTM_AFD2_CH4_BUF_ACC 0xF01200C0          AFD 2 FIFO 4 Buffer Access Register
GTM_AFD2_CH5_BUF_ACC 0xF01200D0          AFD 2 FIFO 5 Buffer Access Register
GTM_AFD2_CH6_BUF_ACC 0xF01200E0          AFD 2 FIFO 6 Buffer Access Register
GTM_AFD2_CH7_BUF_ACC 0xF01200F0          AFD 2 FIFO 7 Buffer Access Register
GTM_FIFO2_CH0_CTRL 0xF0120400          FIFO2 Channel 0 Control Register
GTM_FIFO2_CH0_END_ADDR 0xF0120404          FIFO2 Channel 0 End Address Register
GTM_FIFO2_CH0_START_ADDR 0xF0120408          FIFO2 Channel 0 Start Address Register
GTM_FIFO2_CH0_UPPER_WM 0xF012040C          FIFO2 Channel 0 Upper Watermark Register
GTM_FIFO2_CH0_LOWER_WM 0xF0120410          FIFO2 Channel 0 Lower Watermark Register
GTM_FIFO2_CH0_STATUS 0xF0120414          FIFO2 Channel 0 Status Register
GTM_FIFO2_CH0_FILL_LEVEL 0xF0120418          FIFO2 Channel 0 Fill Level Register
GTM_FIFO2_CH0_WR_PTR 0xF012041C          FIFO2 Channel 0 Write Pointer Register
GTM_FIFO2_CH0_RD_PTR 0xF0120420          FIFO2 Channel 0 Read Pointer Register
GTM_FIFO2_CH0_IRQ_NOTIFY 0xF0120424          FIFO2 Channel 0 Interrupt Notification Register
GTM_FIFO2_CH0_IRQ_EN 0xF0120428          FIFO2 Channel 0 Interrupt Enable Register
GTM_FIFO2_CH0_IRQ_FORCINT 0xF012042C          FIFO2 Channel 0 Force Interrupt Register
GTM_FIFO2_CH0_IRQ_MODE 0xF0120430          FIFO2 Channel 0 Interrupt Mode Control Register
GTM_FIFO2_CH0_EIRQ_EN 0xF0120434          FIFO2 Channel 0 Error Interrupt Enable Register
GTM_FIFO2_CH1_CTRL 0xF0120440          FIFO2 Channel 1 Control Register
GTM_FIFO2_CH1_END_ADDR 0xF0120444          FIFO2 Channel 1 End Address Register
GTM_FIFO2_CH1_START_ADDR 0xF0120448          FIFO2 Channel 1 Start Address Register
GTM_FIFO2_CH1_UPPER_WM 0xF012044C          FIFO2 Channel 1 Upper Watermark Register
GTM_FIFO2_CH1_LOWER_WM 0xF0120450          FIFO2 Channel 1 Lower Watermark Register
GTM_FIFO2_CH1_STATUS 0xF0120454          FIFO2 Channel 1 Status Register
GTM_FIFO2_CH1_FILL_LEVEL 0xF0120458          FIFO2 Channel 1 Fill Level Register
GTM_FIFO2_CH1_WR_PTR 0xF012045C          FIFO2 Channel 1 Write Pointer Register
GTM_FIFO2_CH1_RD_PTR 0xF0120460          FIFO2 Channel 1 Read Pointer Register
GTM_FIFO2_CH1_IRQ_NOTIFY 0xF0120464          FIFO2 Channel 1 Interrupt Notification Register
GTM_FIFO2_CH1_IRQ_EN 0xF0120468          FIFO2 Channel 1 Interrupt Enable Register
GTM_FIFO2_CH1_IRQ_FORCINT 0xF012046C          FIFO2 Channel 1 Force Interrupt Register
GTM_FIFO2_CH1_IRQ_MODE 0xF0120470          FIFO2 Channel 1 Interrupt Mode Control Register
GTM_FIFO2_CH1_EIRQ_EN 0xF0120474          FIFO2 Channel 1 Error Interrupt Enable Register
GTM_FIFO2_CH2_CTRL 0xF0120480          FIFO2 Channel 2 Control Register
GTM_FIFO2_CH2_END_ADDR 0xF0120484          FIFO2 Channel 2 End Address Register
GTM_FIFO2_CH2_START_ADDR 0xF0120488          FIFO2 Channel 2 Start Address Register
GTM_FIFO2_CH2_UPPER_WM 0xF012048C          FIFO2 Channel 2 Upper Watermark Register
GTM_FIFO2_CH2_LOWER_WM 0xF0120490          FIFO2 Channel 2 Lower Watermark Register
GTM_FIFO2_CH2_STATUS 0xF0120494          FIFO2 Channel 2 Status Register
GTM_FIFO2_CH2_FILL_LEVEL 0xF0120498          FIFO2 Channel 2 Fill Level Register
GTM_FIFO2_CH2_WR_PTR 0xF012049C          FIFO2 Channel 2 Write Pointer Register
GTM_FIFO2_CH2_RD_PTR 0xF01204A0          FIFO2 Channel 2 Read Pointer Register
GTM_FIFO2_CH2_IRQ_NOTIFY 0xF01204A4          FIFO2 Channel 2 Interrupt Notification Register
GTM_FIFO2_CH2_IRQ_EN 0xF01204A8          FIFO2 Channel 2 Interrupt Enable Register
GTM_FIFO2_CH2_IRQ_FORCINT 0xF01204AC          FIFO2 Channel 2 Force Interrupt Register
GTM_FIFO2_CH2_IRQ_MODE 0xF01204B0          FIFO2 Channel 2 Interrupt Mode Control Register
GTM_FIFO2_CH2_EIRQ_EN 0xF01204B4          FIFO2 Channel 2 Error Interrupt Enable Register
GTM_FIFO2_CH3_CTRL 0xF01204C0          FIFO2 Channel 3 Control Register
GTM_FIFO2_CH3_END_ADDR 0xF01204C4          FIFO2 Channel 3 End Address Register
GTM_FIFO2_CH3_START_ADDR 0xF01204C8          FIFO2 Channel 3 Start Address Register
GTM_FIFO2_CH3_UPPER_WM 0xF01204CC          FIFO2 Channel 3 Upper Watermark Register
GTM_FIFO2_CH3_LOWER_WM 0xF01204D0          FIFO2 Channel 3 Lower Watermark Register
GTM_FIFO2_CH3_STATUS 0xF01204D4          FIFO2 Channel 3 Status Register
GTM_FIFO2_CH3_FILL_LEVEL 0xF01204D8          FIFO2 Channel 3 Fill Level Register
GTM_FIFO2_CH3_WR_PTR 0xF01204DC          FIFO2 Channel 3 Write Pointer Register
GTM_FIFO2_CH3_RD_PTR 0xF01204E0          FIFO2 Channel 3 Read Pointer Register
GTM_FIFO2_CH3_IRQ_NOTIFY 0xF01204E4          FIFO2 Channel 3 Interrupt Notification Register
GTM_FIFO2_CH3_IRQ_EN 0xF01204E8          FIFO2 Channel 3 Interrupt Enable Register
GTM_FIFO2_CH3_IRQ_FORCINT 0xF01204EC          FIFO2 Channel 3 Force Interrupt Register
GTM_FIFO2_CH3_IRQ_MODE 0xF01204F0          FIFO2 Channel 3 Interrupt Mode Control Register
GTM_FIFO2_CH3_EIRQ_EN 0xF01204F4          FIFO2 Channel 3 Error Interrupt Enable Register
GTM_FIFO2_CH4_CTRL 0xF0120500          FIFO2 Channel 4 Control Register
GTM_FIFO2_CH4_END_ADDR 0xF0120504          FIFO2 Channel 4 End Address Register
GTM_FIFO2_CH4_START_ADDR 0xF0120508          FIFO2 Channel 4 Start Address Register
GTM_FIFO2_CH4_UPPER_WM 0xF012050C          FIFO2 Channel 4 Upper Watermark Register
GTM_FIFO2_CH4_LOWER_WM 0xF0120510          FIFO2 Channel 4 Lower Watermark Register
GTM_FIFO2_CH4_STATUS 0xF0120514          FIFO2 Channel 4 Status Register
GTM_FIFO2_CH4_FILL_LEVEL 0xF0120518          FIFO2 Channel 4 Fill Level Register
GTM_FIFO2_CH4_WR_PTR 0xF012051C          FIFO2 Channel 4 Write Pointer Register
GTM_FIFO2_CH4_RD_PTR 0xF0120520          FIFO2 Channel 4 Read Pointer Register
GTM_FIFO2_CH4_IRQ_NOTIFY 0xF0120524          FIFO2 Channel 4 Interrupt Notification Register
GTM_FIFO2_CH4_IRQ_EN 0xF0120528          FIFO2 Channel 4 Interrupt Enable Register
GTM_FIFO2_CH4_IRQ_FORCINT 0xF012052C          FIFO2 Channel 4 Force Interrupt Register
GTM_FIFO2_CH4_IRQ_MODE 0xF0120530          FIFO2 Channel 4 Interrupt Mode Control Register
GTM_FIFO2_CH4_EIRQ_EN 0xF0120534          FIFO2 Channel 4 Error Interrupt Enable Register
GTM_FIFO2_CH5_CTRL 0xF0120540          FIFO2 Channel 5 Control Register
GTM_FIFO2_CH5_END_ADDR 0xF0120544          FIFO2 Channel 5 End Address Register
GTM_FIFO2_CH5_START_ADDR 0xF0120548          FIFO2 Channel 5 Start Address Register
GTM_FIFO2_CH5_UPPER_WM 0xF012054C          FIFO2 Channel 5 Upper Watermark Register
GTM_FIFO2_CH5_LOWER_WM 0xF0120550          FIFO2 Channel 5 Lower Watermark Register
GTM_FIFO2_CH5_STATUS 0xF0120554          FIFO2 Channel 5 Status Register
GTM_FIFO2_CH5_FILL_LEVEL 0xF0120558          FIFO2 Channel 5 Fill Level Register
GTM_FIFO2_CH5_WR_PTR 0xF012055C          FIFO2 Channel 5 Write Pointer Register
GTM_FIFO2_CH5_RD_PTR 0xF0120560          FIFO2 Channel 5 Read Pointer Register
GTM_FIFO2_CH5_IRQ_NOTIFY 0xF0120564          FIFO2 Channel 5 Interrupt Notification Register
GTM_FIFO2_CH5_IRQ_EN 0xF0120568          FIFO2 Channel 5 Interrupt Enable Register
GTM_FIFO2_CH5_IRQ_FORCINT 0xF012056C          FIFO2 Channel 5 Force Interrupt Register
GTM_FIFO2_CH5_IRQ_MODE 0xF0120570          FIFO2 Channel 5 Interrupt Mode Control Register
GTM_FIFO2_CH5_EIRQ_EN 0xF0120574          FIFO2 Channel 5 Error Interrupt Enable Register
GTM_FIFO2_CH6_CTRL 0xF0120580          FIFO2 Channel 6 Control Register
GTM_FIFO2_CH6_END_ADDR 0xF0120584          FIFO2 Channel 6 End Address Register
GTM_FIFO2_CH6_START_ADDR 0xF0120588          FIFO2 Channel 6 Start Address Register
GTM_FIFO2_CH6_UPPER_WM 0xF012058C          FIFO2 Channel 6 Upper Watermark Register
GTM_FIFO2_CH6_LOWER_WM 0xF0120590          FIFO2 Channel 6 Lower Watermark Register
GTM_FIFO2_CH6_STATUS 0xF0120594          FIFO2 Channel 6 Status Register
GTM_FIFO2_CH6_FILL_LEVEL 0xF0120598          FIFO2 Channel 6 Fill Level Register
GTM_FIFO2_CH6_WR_PTR 0xF012059C          FIFO2 Channel 6 Write Pointer Register
GTM_FIFO2_CH6_RD_PTR 0xF01205A0          FIFO2 Channel 6 Read Pointer Register
GTM_FIFO2_CH6_IRQ_NOTIFY 0xF01205A4          FIFO2 Channel 6 Interrupt Notification Register
GTM_FIFO2_CH6_IRQ_EN 0xF01205A8          FIFO2 Channel 6 Interrupt Enable Register
GTM_FIFO2_CH6_IRQ_FORCINT 0xF01205AC          FIFO2 Channel 6 Force Interrupt Register
GTM_FIFO2_CH6_IRQ_MODE 0xF01205B0          FIFO2 Channel 6 Interrupt Mode Control Register
GTM_FIFO2_CH6_EIRQ_EN 0xF01205B4          FIFO2 Channel 6 Error Interrupt Enable Register
GTM_FIFO2_CH7_CTRL 0xF01205C0          FIFO2 Channel 7 Control Register
GTM_FIFO2_CH7_END_ADDR 0xF01205C4          FIFO2 Channel 7 End Address Register
GTM_FIFO2_CH7_START_ADDR 0xF01205C8          FIFO2 Channel 7 Start Address Register
GTM_FIFO2_CH7_UPPER_WM 0xF01205CC          FIFO2 Channel 7 Upper Watermark Register
GTM_FIFO2_CH7_LOWER_WM 0xF01205D0          FIFO2 Channel 7 Lower Watermark Register
GTM_FIFO2_CH7_STATUS 0xF01205D4          FIFO2 Channel 7 Status Register
GTM_FIFO2_CH7_FILL_LEVEL 0xF01205D8          FIFO2 Channel 7 Fill Level Register
GTM_FIFO2_CH7_WR_PTR 0xF01205DC          FIFO2 Channel 7 Write Pointer Register
GTM_FIFO2_CH7_RD_PTR 0xF01205E0          FIFO2 Channel 7 Read Pointer Register
GTM_FIFO2_CH7_IRQ_NOTIFY 0xF01205E4          FIFO2 Channel 7 Interrupt Notification Register
GTM_FIFO2_CH7_IRQ_EN 0xF01205E8          FIFO2 Channel 7 Interrupt Enable Register
GTM_FIFO2_CH7_IRQ_FORCINT 0xF01205EC          FIFO2 Channel 7 Force Interrupt Register
GTM_FIFO2_CH7_IRQ_MODE 0xF01205F0          FIFO2 Channel 7 Interrupt Mode Control Register
GTM_FIFO2_CH7_EIRQ_EN 0xF01205F4          FIFO2 Channel 7 Error Interrupt Enable Register
GTM_DPLL_CTRL_0 0xF0128000          DPLL Control Register 0
GTM_DPLL_CTRL_1 0xF0128004          DPLL Control Register 1
GTM_DPLL_CTRL_2 0xF0128008          DPLL Control Register 2
GTM_DPLL_CTRL_3 0xF012800C          DPLL Control Register 3
GTM_DPLL_CTRL_4 0xF0128010          DPLL Control Register 4
GTM_DPLL_CTRL_5 0xF0128014          DPLL Control Register 5
GTM_DPLL_ACT_STA 0xF0128018          DPLL ACTION Status Register with Connected Shadow Register
GTM_DPLL_OSW    0xF012801C          DPLL Offset and Switch Old/New Address Register
GTM_DPLL_AOSV_2 0xF0128020          DPLL Address Offset Register of RAM 2 Regions
GTM_DPLL_APT    0xF0128024          DPLL Actual RAM Pointer Address for TRIGGER
GTM_DPLL_APS    0xF0128028          DPLL Actual RAM Pointer Address for STATE
GTM_DPLL_APT_2C 0xF012802C          DPLL Actual RAM Pointer for Region 2C
GTM_DPLL_APS_1C3 0xF0128030          DPLL Actual RAM Pointer for RAM Region 1C3
GTM_DPLL_NUTC   0xF0128034          DPLL Number of Recent TRIGGER Events Used for Calculations
GTM_DPLL_NUSC   0xF0128038          DPLL Number of Recent STATE Events Used for Calculations
GTM_DPLL_NTI_CNT 0xF012803C          DPLL Number of Active TRIGGER Events to Interrupt
GTM_DPLL_IRQ_NOTIFY 0xF0128040          DPLL Interrupt Notification Register
GTM_DPLL_IRQ_EN 0xF0128044          DPLL Interrupt Enable Register
GTM_DPLL_IRQ_FORCINT 0xF0128048          DPLL Interrupt Force Register
GTM_DPLL_IRQ_MODE 0xF012804C          DPLL Interrupt Mode Register
GTM_DPLL_EIRQ_EN 0xF0128050          DPLL Error Interrupt Enable Register
GTM_DPLL_INC_CNT1 0xF01280B0          DPLL Counter for Pulses for TBU_CH1_BASE to be Sent in Automatic End Mode
GTM_DPLL_INC_CNT2 0xF01280B4          DPLL Counter for Pulses for TBU_TS2 to be Sent in Automatic End Mode
GTM_DPLL_APT_SYNC 0xF01280B8          DPLL Old RAM Pointer and Offset Value for TRIGGER
GTM_DPLL_APS_SYNC 0xF01280BC          DPLL Old RAM Pointer and Offset Value for STATE
GTM_DPLL_TBU_TS0_T 0xF01280C0          DPLL TBU_TS0 Value at Last TRIGGER Event
GTM_DPLL_TBU_TS0_S 0xF01280C4          DPLL TBU_TS0 Value at Last STATE Event
GTM_DPLL_ADD_IN_LD1 0xF01280C8          DPLL Direct Load Input Value for SUB_INC1
GTM_DPLL_ADD_IN_LD2 0xF01280CC          DPLL Direct Load Input Value for SUB_INC2
GTM_DPLL_STATUS 0xF01280FC          DPLL Status Register
GTM_DPLL_ID_PMTR_0 0xF0128100          DPLL ID Information for Input Signal PMT 0 Register
GTM_DPLL_ID_PMTR_1 0xF0128104          DPLL ID Information for Input Signal PMT 1 Register
GTM_DPLL_ID_PMTR_2 0xF0128108          DPLL ID Information for Input Signal PMT 2 Register
GTM_DPLL_ID_PMTR_3 0xF012810C          DPLL ID Information for Input Signal PMT 3 Register
GTM_DPLL_ID_PMTR_4 0xF0128110          DPLL ID Information for Input Signal PMT 4 Register
GTM_DPLL_ID_PMTR_5 0xF0128114          DPLL ID Information for Input Signal PMT 5 Register
GTM_DPLL_ID_PMTR_6 0xF0128118          DPLL ID Information for Input Signal PMT 6 Register
GTM_DPLL_ID_PMTR_7 0xF012811C          DPLL ID Information for Input Signal PMT 7 Register
GTM_DPLL_ID_PMTR_8 0xF0128120          DPLL ID Information for Input Signal PMT 8 Register
GTM_DPLL_ID_PMTR_9 0xF0128124          DPLL ID Information for Input Signal PMT 9 Register
GTM_DPLL_ID_PMTR_10 0xF0128128          DPLL ID Information for Input Signal PMT 10 Register
GTM_DPLL_ID_PMTR_11 0xF012812C          DPLL ID Information for Input Signal PMT 11 Register
GTM_DPLL_ID_PMTR_12 0xF0128130          DPLL ID Information for Input Signal PMT 12 Register
GTM_DPLL_ID_PMTR_13 0xF0128134          DPLL ID Information for Input Signal PMT 13 Register
GTM_DPLL_ID_PMTR_14 0xF0128138          DPLL ID Information for Input Signal PMT 14 Register
GTM_DPLL_ID_PMTR_15 0xF012813C          DPLL ID Information for Input Signal PMT 15 Register
GTM_DPLL_ID_PMTR_16 0xF0128140          DPLL ID Information for Input Signal PMT 16 Register
GTM_DPLL_ID_PMTR_17 0xF0128144          DPLL ID Information for Input Signal PMT 17 Register
GTM_DPLL_ID_PMTR_18 0xF0128148          DPLL ID Information for Input Signal PMT 18 Register
GTM_DPLL_ID_PMTR_19 0xF012814C          DPLL ID Information for Input Signal PMT 19 Register
GTM_DPLL_ID_PMTR_20 0xF0128150          DPLL ID Information for Input Signal PMT 20 Register
GTM_DPLL_ID_PMTR_21 0xF0128154          DPLL ID Information for Input Signal PMT 21 Register
GTM_DPLL_ID_PMTR_22 0xF0128158          DPLL ID Information for Input Signal PMT 22 Register
GTM_DPLL_ID_PMTR_23 0xF012815C          DPLL ID Information for Input Signal PMT 23 Register
GTM_DPLL_ID_PMTR_24 0xF0128160          DPLL ID Information for Input Signal PMT 24 Register
GTM_DPLL_ID_PMTR_25 0xF0128164          DPLL ID Information for Input Signal PMT 25 Register
GTM_DPLL_ID_PMTR_26 0xF0128168          DPLL ID Information for Input Signal PMT 26 Register
GTM_DPLL_ID_PMTR_27 0xF012816C          DPLL ID Information for Input Signal PMT 27 Register
GTM_DPLL_ID_PMTR_28 0xF0128170          DPLL ID Information for Input Signal PMT 28 Register
GTM_DPLL_ID_PMTR_29 0xF0128174          DPLL ID Information for Input Signal PMT 29 Register
GTM_DPLL_ID_PMTR_30 0xF0128178          DPLL ID Information for Input Signal PMT 30 Register
GTM_DPLL_ID_PMTR_31 0xF012817C          DPLL ID Information for Input Signal PMT 31 Register
GTM_DPLL_CTRL_0_SHADOW_TRIGGER 0xF01281E0          DPLL Control 0 Shadow Trigger Register
GTM_DPLL_CTRL_0_SHADOW_STATE 0xF01281E4          DPLL Control 0 Shadow STATE Register
GTM_DPLL_CTRL_1_SHADOW_TRIGGER 0xF01281E8          DPLL Control 1 Shadow TRIGGER Register
GTM_DPLL_CTRL_1_SHADOW_STATE 0xF01281EC          DPLL Control 1 Shadow STATE Register
GTM_DPLL_RAM_INI 0xF01281FC          DPLL RAM Initialization Register
GTM_DPLL_PSA0   0xF0128200          DPLL ACTION_0 Position/Value Request
GTM_DPLL_PSA1   0xF0128204          DPLL ACTION_1 Position/Value Request
GTM_DPLL_PSA2   0xF0128208          DPLL ACTION_2 Position/Value Request
GTM_DPLL_PSA3   0xF012820C          DPLL ACTION_3 Position/Value Request
GTM_DPLL_PSA4   0xF0128210          DPLL ACTION_4 Position/Value Request
GTM_DPLL_PSA5   0xF0128214          DPLL ACTION_5 Position/Value Request
GTM_DPLL_PSA6   0xF0128218          DPLL ACTION_6 Position/Value Request
GTM_DPLL_PSA7   0xF012821C          DPLL ACTION_7 Position/Value Request
GTM_DPLL_PSA8   0xF0128220          DPLL ACTION_8 Position/Value Request
GTM_DPLL_PSA9   0xF0128224          DPLL ACTION_9 Position/Value Request
GTM_DPLL_PSA10  0xF0128228          DPLL ACTION_10 Position/Value Request
GTM_DPLL_PSA11  0xF012822C          DPLL ACTION_11 Position/Value Request
GTM_DPLL_PSA12  0xF0128230          DPLL ACTION_12 Position/Value Request
GTM_DPLL_PSA13  0xF0128234          DPLL ACTION_13 Position/Value Request
GTM_DPLL_PSA14  0xF0128238          DPLL ACTION_14 Position/Value Request
GTM_DPLL_PSA15  0xF012823C          DPLL ACTION_15 Position/Value Request
GTM_DPLL_PSA16  0xF0128240          DPLL ACTION_16 Position/Value Request
GTM_DPLL_PSA17  0xF0128244          DPLL ACTION_17 Position/Value Request
GTM_DPLL_PSA18  0xF0128248          DPLL ACTION_18 Position/Value Request
GTM_DPLL_PSA19  0xF012824C          DPLL ACTION_19 Position/Value Request
GTM_DPLL_PSA20  0xF0128250          DPLL ACTION_20 Position/Value Request
GTM_DPLL_PSA21  0xF0128254          DPLL ACTION_21 Position/Value Request
GTM_DPLL_PSA22  0xF0128258          DPLL ACTION_22 Position/Value Request
GTM_DPLL_PSA23  0xF012825C          DPLL ACTION_23 Position/Value Request
GTM_DPLL_PSA24  0xF0128260          DPLL ACTION_24 Position/Value Request
GTM_DPLL_PSA25  0xF0128264          DPLL ACTION_25 Position/Value Request
GTM_DPLL_PSA26  0xF0128268          DPLL ACTION_26 Position/Value Request
GTM_DPLL_PSA27  0xF012826C          DPLL ACTION_27 Position/Value Request
GTM_DPLL_PSA28  0xF0128270          DPLL ACTION_28 Position/Value Request
GTM_DPLL_PSA29  0xF0128274          DPLL ACTION_29 Position/Value Request
GTM_DPLL_PSA30  0xF0128278          DPLL ACTION_30 Position/Value Request
GTM_DPLL_PSA31  0xF012827C          DPLL ACTION_31 Position/Value Request
GTM_DPLL_DLA0   0xF0128280          DPLL ACTION_i Time to React before PSA0
GTM_DPLL_DLA1   0xF0128284          DPLL ACTION_i Time to React before PSA1
GTM_DPLL_DLA2   0xF0128288          DPLL ACTION_i Time to React before PSA2
GTM_DPLL_DLA3   0xF012828C          DPLL ACTION_i Time to React before PSA3
GTM_DPLL_DLA4   0xF0128290          DPLL ACTION_i Time to React before PSA4
GTM_DPLL_DLA5   0xF0128294          DPLL ACTION_i Time to React before PSA5
GTM_DPLL_DLA6   0xF0128298          DPLL ACTION_i Time to React before PSA6
GTM_DPLL_DLA7   0xF012829C          DPLL ACTION_i Time to React before PSA7
GTM_DPLL_DLA8   0xF01282A0          DPLL ACTION_i Time to React before PSA8
GTM_DPLL_DLA9   0xF01282A4          DPLL ACTION_i Time to React before PSA9
GTM_DPLL_DLA10  0xF01282A8          DPLL ACTION_i Time to React before PSA10
GTM_DPLL_DLA11  0xF01282AC          DPLL ACTION_i Time to React before PSA11
GTM_DPLL_DLA12  0xF01282B0          DPLL ACTION_i Time to React before PSA12
GTM_DPLL_DLA13  0xF01282B4          DPLL ACTION_i Time to React before PSA13
GTM_DPLL_DLA14  0xF01282B8          DPLL ACTION_i Time to React before PSA14
GTM_DPLL_DLA15  0xF01282BC          DPLL ACTION_i Time to React before PSA15
GTM_DPLL_DLA16  0xF01282C0          DPLL ACTION_i Time to React before PSA16
GTM_DPLL_DLA17  0xF01282C4          DPLL ACTION_i Time to React before PSA17
GTM_DPLL_DLA18  0xF01282C8          DPLL ACTION_i Time to React before PSA18
GTM_DPLL_DLA19  0xF01282CC          DPLL ACTION_i Time to React before PSA19
GTM_DPLL_DLA20  0xF01282D0          DPLL ACTION_i Time to React before PSA20
GTM_DPLL_DLA21  0xF01282D4          DPLL ACTION_i Time to React before PSA21
GTM_DPLL_DLA22  0xF01282D8          DPLL ACTION_i Time to React before PSA22
GTM_DPLL_DLA23  0xF01282DC          DPLL ACTION_i Time to React before PSA23
GTM_DPLL_DLA24  0xF01282E0          DPLL ACTION_i Time to React before PSA24
GTM_DPLL_DLA25  0xF01282E4          DPLL ACTION_i Time to React before PSA25
GTM_DPLL_DLA26  0xF01282E8          DPLL ACTION_i Time to React before PSA26
GTM_DPLL_DLA27  0xF01282EC          DPLL ACTION_i Time to React before PSA27
GTM_DPLL_DLA28  0xF01282F0          DPLL ACTION_i Time to React before PSA28
GTM_DPLL_DLA29  0xF01282F4          DPLL ACTION_i Time to React before PSA29
GTM_DPLL_DLA30  0xF01282F8          DPLL ACTION_i Time to React before PSA30
GTM_DPLL_DLA31  0xF01282FC          DPLL ACTION_i Time to React before PSA31
GTM_DPLL_NA0    0xF0128300          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_0
GTM_DPLL_NA1    0xF0128304          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_1
GTM_DPLL_NA2    0xF0128308          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_2
GTM_DPLL_NA3    0xF012830C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_3
GTM_DPLL_NA4    0xF0128310          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_4
GTM_DPLL_NA5    0xF0128314          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_5
GTM_DPLL_NA6    0xF0128318          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_6
GTM_DPLL_NA7    0xF012831C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_7
GTM_DPLL_NA8    0xF0128320          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_8
GTM_DPLL_NA9    0xF0128324          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_9
GTM_DPLL_NA10   0xF0128328          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_10
GTM_DPLL_NA11   0xF012832C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_11
GTM_DPLL_NA12   0xF0128330          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_12
GTM_DPLL_NA13   0xF0128334          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_13
GTM_DPLL_NA14   0xF0128338          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_14
GTM_DPLL_NA15   0xF012833C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_15
GTM_DPLL_NA16   0xF0128340          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_16
GTM_DPLL_NA17   0xF0128344          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_17
GTM_DPLL_NA18   0xF0128348          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_18
GTM_DPLL_NA19   0xF012834C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_19
GTM_DPLL_NA20   0xF0128350          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_20
GTM_DPLL_NA21   0xF0128354          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_21
GTM_DPLL_NA22   0xF0128358          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_22
GTM_DPLL_NA23   0xF012835C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_23
GTM_DPLL_NA24   0xF0128360          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_24
GTM_DPLL_NA25   0xF0128364          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_25
GTM_DPLL_NA26   0xF0128368          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_26
GTM_DPLL_NA27   0xF012836C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_27
GTM_DPLL_NA28   0xF0128370          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_28
GTM_DPLL_NA29   0xF0128374          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_29
GTM_DPLL_NA30   0xF0128378          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_30
GTM_DPLL_NA31   0xF012837C          DPLL Calculated Number of TRIGGER/STATE Increments to ACTION_31
GTM_DPLL_DTA0   0xF0128380          DPLL Calculated Relative TIME to ACTION_0
GTM_DPLL_DTA1   0xF0128384          DPLL Calculated Relative TIME to ACTION_1
GTM_DPLL_DTA2   0xF0128388          DPLL Calculated Relative TIME to ACTION_2
GTM_DPLL_DTA3   0xF012838C          DPLL Calculated Relative TIME to ACTION_3
GTM_DPLL_DTA4   0xF0128390          DPLL Calculated Relative TIME to ACTION_4
GTM_DPLL_DTA5   0xF0128394          DPLL Calculated Relative TIME to ACTION_5
GTM_DPLL_DTA6   0xF0128398          DPLL Calculated Relative TIME to ACTION_6
GTM_DPLL_DTA7   0xF012839C          DPLL Calculated Relative TIME to ACTION_7
GTM_DPLL_DTA8   0xF01283A0          DPLL Calculated Relative TIME to ACTION_8
GTM_DPLL_DTA9   0xF01283A4          DPLL Calculated Relative TIME to ACTION_9
GTM_DPLL_DTA10  0xF01283A8          DPLL Calculated Relative TIME to ACTION_10
GTM_DPLL_DTA11  0xF01283AC          DPLL Calculated Relative TIME to ACTION_11
GTM_DPLL_DTA12  0xF01283B0          DPLL Calculated Relative TIME to ACTION_12
GTM_DPLL_DTA13  0xF01283B4          DPLL Calculated Relative TIME to ACTION_13
GTM_DPLL_DTA14  0xF01283B8          DPLL Calculated Relative TIME to ACTION_14
GTM_DPLL_DTA15  0xF01283BC          DPLL Calculated Relative TIME to ACTION_15
GTM_DPLL_DTA16  0xF01283C0          DPLL Calculated Relative TIME to ACTION_16
GTM_DPLL_DTA17  0xF01283C4          DPLL Calculated Relative TIME to ACTION_17
GTM_DPLL_DTA18  0xF01283C8          DPLL Calculated Relative TIME to ACTION_18
GTM_DPLL_DTA19  0xF01283CC          DPLL Calculated Relative TIME to ACTION_19
GTM_DPLL_DTA20  0xF01283D0          DPLL Calculated Relative TIME to ACTION_20
GTM_DPLL_DTA21  0xF01283D4          DPLL Calculated Relative TIME to ACTION_21
GTM_DPLL_DTA22  0xF01283D8          DPLL Calculated Relative TIME to ACTION_22
GTM_DPLL_DTA23  0xF01283DC          DPLL Calculated Relative TIME to ACTION_23
GTM_DPLL_DTA24  0xF01283E0          DPLL Calculated Relative TIME to ACTION_24
GTM_DPLL_DTA25  0xF01283E4          DPLL Calculated Relative TIME to ACTION_25
GTM_DPLL_DTA26  0xF01283E8          DPLL Calculated Relative TIME to ACTION_26
GTM_DPLL_DTA27  0xF01283EC          DPLL Calculated Relative TIME to ACTION_27
GTM_DPLL_DTA28  0xF01283F0          DPLL Calculated Relative TIME to ACTION_28
GTM_DPLL_DTA29  0xF01283F4          DPLL Calculated Relative TIME to ACTION_29
GTM_DPLL_DTA30  0xF01283F8          DPLL Calculated Relative TIME to ACTION_30
GTM_DPLL_DTA31  0xF01283FC          DPLL Calculated Relative TIME to ACTION_31
GTM_DPLL_TS_T   0xF0128400          DPLL Actual TRIGGER Time Stamp Value
GTM_DPLL_TS_T_OLD 0xF0128404          DPLL Previous TRIGGER Time Stamp Value
GTM_DPLL_FTV_T  0xF0128408          DPLL Actual TRIGGER Filter Value
GTM_DPLL_TS_S   0xF0128410          DPLL Actual STATE Time Stamp
GTM_DPLL_TS_S_OLD 0xF0128414          DPLL Previous STATE Time Stamp
GTM_DPLL_FTV_S  0xF0128418          DPLL Actual STATE Filter Value
GTM_DPLL_THMI   0xF0128420          DPLL TRIGGER Hold Time Minimum Value
GTM_DPLL_THMA   0xF0128424          DPLL TRIGGER Hold Time Maximum Value
GTM_DPLL_THVAL  0xF0128428          DPLL Measured TRIGGER Hold Time Value
GTM_DPLL_TOV    0xF0128430          DPLL Time Out Value of Active TRIGGER Slope
GTM_DPLL_TOV_S  0xF0128434          DPLL Time Out Value of Active STATE Slope
GTM_DPLL_ADD_IN_CAL1 0xF0128438          DPLL Calculated ADD_IN Value for SUB_INC1 Generation
GTM_DPLL_ADD_IN_CAL2 0xF012843C          DPLL Calculated ADD_IN Value for SUB_INC2 Generation
GTM_DPLL_MPVAL1 0xF0128440          DPLL Missing Pulses to be Added or Subtracted Directly 1
GTM_DPLL_MPVAL2 0xF0128444          DPLL Missing Pulses to be Added or Subtracted Directly 2
GTM_DPLL_NMB_T_TAR 0xF0128448          DPLL Target Number of Pulses to be Sent in Normal Mode
GTM_DPLL_NMB_T_TAR_OLD 0xF012844C          DPLL Last but One Target Number of Pulses to be Sent in Normal Mode
GTM_DPLL_NMB_S_TAR 0xF0128450          DPLL Target Number of Pulses to be Sent in Emergency Mode
GTM_DPLL_NMB_S_TAR_OLD 0xF0128454          DPLL Last but One Target Number of Pulses to be Sent in Emergency Mode
GTM_DPLL_RCDT_TX 0xF0128460          DPLL Reciprocal Value of the Expected Increment Duration of TRIGGER
GTM_DPLL_RCDT_SX 0xF0128464          DPLL Reciprocal Value of the Expected Increment Duration of STATE
GTM_DPLL_RCDT_TX_NOM 0xF0128468          DPLL Reciprocal Value of the Expected Nominal Increment Duration of TRIGGER
GTM_DPLL_RCDT_SX_NOM 0xF012846C          DPLL Reciprocal Value of the Expected Nominal Increment Duration of STATE
GTM_DPLL_RDT_T_ACT 0xF0128470          DPLL Reciprocal Value of the Last Increment of TRIGGER
GTM_DPLL_RDT_S_ACT 0xF0128474          DPLL Reciprocal Value of the Last Increment of STATE
GTM_DPLL_DT_T_ACT 0xF0128478          DPLL Duration of the Last TRIGGER Increment
GTM_DPLL_DT_S_ACT 0xF012847C          DPLL Duration of the Last STATE Increment
GTM_DPLL_EDT_T  0xF0128480          DPLL Difference of Prediction to Actual Value of the Last TRIGGER Increment
GTM_DPLL_MEDT_T 0xF0128484          DPLL Weighted Difference of Prediction Errors of TRIGGER
GTM_DPLL_EDT_S  0xF0128488          DPLL Difference of Prediction to Actual Value of the Last STATE Increment
GTM_DPLL_MEDT_S 0xF012848C          DPLL Weighted Difference of Prediction Errors of STATE
GTM_DPLL_CDT_TX 0xF0128490          DPLL Prediction of the Actual TRIGGER Increment Duration
GTM_DPLL_CDT_SX 0xF0128494          DPLL Prediction of the Actual STATE Increment Duration
GTM_DPLL_CDT_TX_NOM 0xF0128498          DPLL Prediction of the Nominal TRIGGER Increment Duration
GTM_DPLL_CDT_SX_NOM 0xF012849C          DPLL Prediction of the Nominal STATE Increment Duration
GTM_DPLL_TLR    0xF01284A0          DPLL TRIGGER Locking Range
GTM_DPLL_SLR    0xF01284A4          DPLL STATE Locking Range
GTM_DPLL_PDT_0  0xF0128500          DPLL Projected Increment Sum Relations for Action 0
GTM_DPLL_PDT_1  0xF0128504          DPLL Projected Increment Sum Relations for Action 1
GTM_DPLL_PDT_2  0xF0128508          DPLL Projected Increment Sum Relations for Action 2
GTM_DPLL_PDT_3  0xF012850C          DPLL Projected Increment Sum Relations for Action 3
GTM_DPLL_PDT_4  0xF0128510          DPLL Projected Increment Sum Relations for Action 4
GTM_DPLL_PDT_5  0xF0128514          DPLL Projected Increment Sum Relations for Action 5
GTM_DPLL_PDT_6  0xF0128518          DPLL Projected Increment Sum Relations for Action 6
GTM_DPLL_PDT_7  0xF012851C          DPLL Projected Increment Sum Relations for Action 7
GTM_DPLL_PDT_8  0xF0128520          DPLL Projected Increment Sum Relations for Action 8
GTM_DPLL_PDT_9  0xF0128524          DPLL Projected Increment Sum Relations for Action 9
GTM_DPLL_PDT_10 0xF0128528          DPLL Projected Increment Sum Relations for Action 10
GTM_DPLL_PDT_11 0xF012852C          DPLL Projected Increment Sum Relations for Action 11
GTM_DPLL_PDT_12 0xF0128530          DPLL Projected Increment Sum Relations for Action 12
GTM_DPLL_PDT_13 0xF0128534          DPLL Projected Increment Sum Relations for Action 13
GTM_DPLL_PDT_14 0xF0128538          DPLL Projected Increment Sum Relations for Action 14
GTM_DPLL_PDT_15 0xF012853C          DPLL Projected Increment Sum Relations for Action 15
GTM_DPLL_PDT_16 0xF0128540          DPLL Projected Increment Sum Relations for Action 16
GTM_DPLL_PDT_17 0xF0128544          DPLL Projected Increment Sum Relations for Action 17
GTM_DPLL_PDT_18 0xF0128548          DPLL Projected Increment Sum Relations for Action 18
GTM_DPLL_PDT_19 0xF012854C          DPLL Projected Increment Sum Relations for Action 19
GTM_DPLL_PDT_20 0xF0128550          DPLL Projected Increment Sum Relations for Action 20
GTM_DPLL_PDT_21 0xF0128554          DPLL Projected Increment Sum Relations for Action 21
GTM_DPLL_PDT_22 0xF0128558          DPLL Projected Increment Sum Relations for Action 22
GTM_DPLL_PDT_23 0xF012855C          DPLL Projected Increment Sum Relations for Action 23
GTM_DPLL_PDT_24 0xF0128560          DPLL Projected Increment Sum Relations for Action 24
GTM_DPLL_PDT_25 0xF0128564          DPLL Projected Increment Sum Relations for Action 25
GTM_DPLL_PDT_26 0xF0128568          DPLL Projected Increment Sum Relations for Action 26
GTM_DPLL_PDT_27 0xF012856C          DPLL Projected Increment Sum Relations for Action 27
GTM_DPLL_PDT_28 0xF0128570          DPLL Projected Increment Sum Relations for Action 28
GTM_DPLL_PDT_29 0xF0128574          DPLL Projected Increment Sum Relations for Action 29
GTM_DPLL_PDT_30 0xF0128578          DPLL Projected Increment Sum Relations for Action 30
GTM_DPLL_PDT_31 0xF012857C          DPLL Projected Increment Sum Relations for Action 31
GTM_DPLL_MLS1   0xF01285C0          DPLL Calculated Number of Sub-Pulses between two Nominal STATE Events for SMC = 0
GTM_DPLL_MLS2   0xF01285C4          DPLL Calculated Number of Sub-Pulses between two Nominal STATE Events for SMC = 1 and RMO = 1
GTM_DPLL_CNT_NUM_1 0xF01285C8          DPLL Number of Sub-Pulses of SUB_INC1 in Continuous Mode
GTM_DPLL_CNT_NUM_2 0xF01285CC          DPLL Number of Sub-Pulses of SUB_INC2 in Continuous Mode
GTM_DPLL_PVT    0xF01285D0          DPLL Plausibility Value of Next TRIGGER Slope
GTM_DPLL_PSTC   0xF01285E0          DPLL Actual Calculated Position Stamp of TRIGGER
GTM_DPLL_PSSC   0xF01285E4          DPLL Actual Calculated Position Stamp of STATE
GTM_DPLL_PSTM   0xF01285E8          DPLL Measured Position Stamp at Last TRIGGER Input
GTM_DPLL_PSTM_OLD 0xF01285EC          DPLL Measured Position Stamp at Last but One TRIGGER Input
GTM_DPLL_PSSM   0xF01285F0          DPLL Measured Position Stamp at Last STATE Input
GTM_DPLL_PSSM_OLD 0xF01285F4          DPLL Measured Position Stamp at Last but One STATE Input
GTM_DPLL_NMB_T  0xF01285F8          DPLL Number of Pulses to be Sent in Normal Mode
GTM_DPLL_NMB_S  0xF01285FC          DPLL Number of Pulses to be Sent in Emergency Mode
GTM_DPLL_RDT_S0 0xF0128600          DPLL Reciprocal Values of the Nominal STATE 0 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S1 0xF0128604          DPLL Reciprocal Values of the Nominal STATE 1 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S2 0xF0128608          DPLL Reciprocal Values of the Nominal STATE 2 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S3 0xF012860C          DPLL Reciprocal Values of the Nominal STATE 3 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S4 0xF0128610          DPLL Reciprocal Values of the Nominal STATE 4 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S5 0xF0128614          DPLL Reciprocal Values of the Nominal STATE 5 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S6 0xF0128618          DPLL Reciprocal Values of the Nominal STATE 6 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S7 0xF012861C          DPLL Reciprocal Values of the Nominal STATE 7 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S8 0xF0128620          DPLL Reciprocal Values of the Nominal STATE 8 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S9 0xF0128624          DPLL Reciprocal Values of the Nominal STATE 9 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S10 0xF0128628          DPLL Reciprocal Values of the Nominal STATE 10 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S11 0xF012862C          DPLL Reciprocal Values of the Nominal STATE 11 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S12 0xF0128630          DPLL Reciprocal Values of the Nominal STATE 12 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S13 0xF0128634          DPLL Reciprocal Values of the Nominal STATE 13 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S14 0xF0128638          DPLL Reciprocal Values of the Nominal STATE 14 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S15 0xF012863C          DPLL Reciprocal Values of the Nominal STATE 15 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S16 0xF0128640          DPLL Reciprocal Values of the Nominal STATE 16 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S17 0xF0128644          DPLL Reciprocal Values of the Nominal STATE 17 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S18 0xF0128648          DPLL Reciprocal Values of the Nominal STATE 18 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S19 0xF012864C          DPLL Reciprocal Values of the Nominal STATE 19 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S20 0xF0128650          DPLL Reciprocal Values of the Nominal STATE 20 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S21 0xF0128654          DPLL Reciprocal Values of the Nominal STATE 21 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S22 0xF0128658          DPLL Reciprocal Values of the Nominal STATE 22 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S23 0xF012865C          DPLL Reciprocal Values of the Nominal STATE 23 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S24 0xF0128660          DPLL Reciprocal Values of the Nominal STATE 24 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S25 0xF0128664          DPLL Reciprocal Values of the Nominal STATE 25 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S26 0xF0128668          DPLL Reciprocal Values of the Nominal STATE 26 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S27 0xF012866C          DPLL Reciprocal Values of the Nominal STATE 27 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S28 0xF0128670          DPLL Reciprocal Values of the Nominal STATE 28 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S29 0xF0128674          DPLL Reciprocal Values of the Nominal STATE 29 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S30 0xF0128678          DPLL Reciprocal Values of the Nominal STATE 30 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S31 0xF012867C          DPLL Reciprocal Values of the Nominal STATE 31 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S32 0xF0128680          DPLL Reciprocal Values of the Nominal STATE 32 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S33 0xF0128684          DPLL Reciprocal Values of the Nominal STATE 33 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S34 0xF0128688          DPLL Reciprocal Values of the Nominal STATE 34 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S35 0xF012868C          DPLL Reciprocal Values of the Nominal STATE 35 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S36 0xF0128690          DPLL Reciprocal Values of the Nominal STATE 36 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S37 0xF0128694          DPLL Reciprocal Values of the Nominal STATE 37 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S38 0xF0128698          DPLL Reciprocal Values of the Nominal STATE 38 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S39 0xF012869C          DPLL Reciprocal Values of the Nominal STATE 39 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S40 0xF01286A0          DPLL Reciprocal Values of the Nominal STATE 40 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S41 0xF01286A4          DPLL Reciprocal Values of the Nominal STATE 41 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S42 0xF01286A8          DPLL Reciprocal Values of the Nominal STATE 42 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S43 0xF01286AC          DPLL Reciprocal Values of the Nominal STATE 43 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S44 0xF01286B0          DPLL Reciprocal Values of the Nominal STATE 44 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S45 0xF01286B4          DPLL Reciprocal Values of the Nominal STATE 45 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S46 0xF01286B8          DPLL Reciprocal Values of the Nominal STATE 46 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S47 0xF01286BC          DPLL Reciprocal Values of the Nominal STATE 47 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S48 0xF01286C0          DPLL Reciprocal Values of the Nominal STATE 48 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S49 0xF01286C4          DPLL Reciprocal Values of the Nominal STATE 49 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S50 0xF01286C8          DPLL Reciprocal Values of the Nominal STATE 50 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S51 0xF01286CC          DPLL Reciprocal Values of the Nominal STATE 51 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S52 0xF01286D0          DPLL Reciprocal Values of the Nominal STATE 52 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S53 0xF01286D4          DPLL Reciprocal Values of the Nominal STATE 53 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S54 0xF01286D8          DPLL Reciprocal Values of the Nominal STATE 54 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S55 0xF01286DC          DPLL Reciprocal Values of the Nominal STATE 55 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S56 0xF01286E0          DPLL Reciprocal Values of the Nominal STATE 56 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S57 0xF01286E4          DPLL Reciprocal Values of the Nominal STATE 57 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S58 0xF01286E8          DPLL Reciprocal Values of the Nominal STATE 58 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S59 0xF01286EC          DPLL Reciprocal Values of the Nominal STATE 59 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S60 0xF01286F0          DPLL Reciprocal Values of the Nominal STATE 60 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S61 0xF01286F4          DPLL Reciprocal Values of the Nominal STATE 61 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S62 0xF01286F8          DPLL Reciprocal Values of the Nominal STATE 62 Increment Duration in FULL_SCALE
GTM_DPLL_RDT_S63 0xF01286FC          DPLL Reciprocal Values of the Nominal STATE 63 Increment Duration in FULL_SCALE
GTM_DPLL_TSF_S0 0xF0128700          DPLL Time Stamp Values of the Nominal STATE 0 Events in FULL_SCALE
GTM_DPLL_TSF_S1 0xF0128704          DPLL Time Stamp Values of the Nominal STATE 1 Events in FULL_SCALE
GTM_DPLL_TSF_S2 0xF0128708          DPLL Time Stamp Values of the Nominal STATE 2 Events in FULL_SCALE
GTM_DPLL_TSF_S3 0xF012870C          DPLL Time Stamp Values of the Nominal STATE 3 Events in FULL_SCALE
GTM_DPLL_TSF_S4 0xF0128710          DPLL Time Stamp Values of the Nominal STATE 4 Events in FULL_SCALE
GTM_DPLL_TSF_S5 0xF0128714          DPLL Time Stamp Values of the Nominal STATE 5 Events in FULL_SCALE
GTM_DPLL_TSF_S6 0xF0128718          DPLL Time Stamp Values of the Nominal STATE 6 Events in FULL_SCALE
GTM_DPLL_TSF_S7 0xF012871C          DPLL Time Stamp Values of the Nominal STATE 7 Events in FULL_SCALE
GTM_DPLL_TSF_S8 0xF0128720          DPLL Time Stamp Values of the Nominal STATE 8 Events in FULL_SCALE
GTM_DPLL_TSF_S9 0xF0128724          DPLL Time Stamp Values of the Nominal STATE 9 Events in FULL_SCALE
GTM_DPLL_TSF_S10 0xF0128728          DPLL Time Stamp Values of the Nominal STATE 10 Events in FULL_SCALE
GTM_DPLL_TSF_S11 0xF012872C          DPLL Time Stamp Values of the Nominal STATE 11 Events in FULL_SCALE
GTM_DPLL_TSF_S12 0xF0128730          DPLL Time Stamp Values of the Nominal STATE 12 Events in FULL_SCALE
GTM_DPLL_TSF_S13 0xF0128734          DPLL Time Stamp Values of the Nominal STATE 13 Events in FULL_SCALE
GTM_DPLL_TSF_S14 0xF0128738          DPLL Time Stamp Values of the Nominal STATE 14 Events in FULL_SCALE
GTM_DPLL_TSF_S15 0xF012873C          DPLL Time Stamp Values of the Nominal STATE 15 Events in FULL_SCALE
GTM_DPLL_TSF_S16 0xF0128740          DPLL Time Stamp Values of the Nominal STATE 16 Events in FULL_SCALE
GTM_DPLL_TSF_S17 0xF0128744          DPLL Time Stamp Values of the Nominal STATE 17 Events in FULL_SCALE
GTM_DPLL_TSF_S18 0xF0128748          DPLL Time Stamp Values of the Nominal STATE 18 Events in FULL_SCALE
GTM_DPLL_TSF_S19 0xF012874C          DPLL Time Stamp Values of the Nominal STATE 19 Events in FULL_SCALE
GTM_DPLL_TSF_S20 0xF0128750          DPLL Time Stamp Values of the Nominal STATE 20 Events in FULL_SCALE
GTM_DPLL_TSF_S21 0xF0128754          DPLL Time Stamp Values of the Nominal STATE 21 Events in FULL_SCALE
GTM_DPLL_TSF_S22 0xF0128758          DPLL Time Stamp Values of the Nominal STATE 22 Events in FULL_SCALE
GTM_DPLL_TSF_S23 0xF012875C          DPLL Time Stamp Values of the Nominal STATE 23 Events in FULL_SCALE
GTM_DPLL_TSF_S24 0xF0128760          DPLL Time Stamp Values of the Nominal STATE 24 Events in FULL_SCALE
GTM_DPLL_TSF_S25 0xF0128764          DPLL Time Stamp Values of the Nominal STATE 25 Events in FULL_SCALE
GTM_DPLL_TSF_S26 0xF0128768          DPLL Time Stamp Values of the Nominal STATE 26 Events in FULL_SCALE
GTM_DPLL_TSF_S27 0xF012876C          DPLL Time Stamp Values of the Nominal STATE 27 Events in FULL_SCALE
GTM_DPLL_TSF_S28 0xF0128770          DPLL Time Stamp Values of the Nominal STATE 28 Events in FULL_SCALE
GTM_DPLL_TSF_S29 0xF0128774          DPLL Time Stamp Values of the Nominal STATE 29 Events in FULL_SCALE
GTM_DPLL_TSF_S30 0xF0128778          DPLL Time Stamp Values of the Nominal STATE 30 Events in FULL_SCALE
GTM_DPLL_TSF_S31 0xF012877C          DPLL Time Stamp Values of the Nominal STATE 31 Events in FULL_SCALE
GTM_DPLL_TSF_S32 0xF0128780          DPLL Time Stamp Values of the Nominal STATE 32 Events in FULL_SCALE
GTM_DPLL_TSF_S33 0xF0128784          DPLL Time Stamp Values of the Nominal STATE 33 Events in FULL_SCALE
GTM_DPLL_TSF_S34 0xF0128788          DPLL Time Stamp Values of the Nominal STATE 34 Events in FULL_SCALE
GTM_DPLL_TSF_S35 0xF012878C          DPLL Time Stamp Values of the Nominal STATE 35 Events in FULL_SCALE
GTM_DPLL_TSF_S36 0xF0128790          DPLL Time Stamp Values of the Nominal STATE 36 Events in FULL_SCALE
GTM_DPLL_TSF_S37 0xF0128794          DPLL Time Stamp Values of the Nominal STATE 37 Events in FULL_SCALE
GTM_DPLL_TSF_S38 0xF0128798          DPLL Time Stamp Values of the Nominal STATE 38 Events in FULL_SCALE
GTM_DPLL_TSF_S39 0xF012879C          DPLL Time Stamp Values of the Nominal STATE 39 Events in FULL_SCALE
GTM_DPLL_TSF_S40 0xF01287A0          DPLL Time Stamp Values of the Nominal STATE 40 Events in FULL_SCALE
GTM_DPLL_TSF_S41 0xF01287A4          DPLL Time Stamp Values of the Nominal STATE 41 Events in FULL_SCALE
GTM_DPLL_TSF_S42 0xF01287A8          DPLL Time Stamp Values of the Nominal STATE 42 Events in FULL_SCALE
GTM_DPLL_TSF_S43 0xF01287AC          DPLL Time Stamp Values of the Nominal STATE 43 Events in FULL_SCALE
GTM_DPLL_TSF_S44 0xF01287B0          DPLL Time Stamp Values of the Nominal STATE 44 Events in FULL_SCALE
GTM_DPLL_TSF_S45 0xF01287B4          DPLL Time Stamp Values of the Nominal STATE 45 Events in FULL_SCALE
GTM_DPLL_TSF_S46 0xF01287B8          DPLL Time Stamp Values of the Nominal STATE 46 Events in FULL_SCALE
GTM_DPLL_TSF_S47 0xF01287BC          DPLL Time Stamp Values of the Nominal STATE 47 Events in FULL_SCALE
GTM_DPLL_TSF_S48 0xF01287C0          DPLL Time Stamp Values of the Nominal STATE 48 Events in FULL_SCALE
GTM_DPLL_TSF_S49 0xF01287C4          DPLL Time Stamp Values of the Nominal STATE 49 Events in FULL_SCALE
GTM_DPLL_TSF_S50 0xF01287C8          DPLL Time Stamp Values of the Nominal STATE 50 Events in FULL_SCALE
GTM_DPLL_TSF_S51 0xF01287CC          DPLL Time Stamp Values of the Nominal STATE 51 Events in FULL_SCALE
GTM_DPLL_TSF_S52 0xF01287D0          DPLL Time Stamp Values of the Nominal STATE 52 Events in FULL_SCALE
GTM_DPLL_TSF_S53 0xF01287D4          DPLL Time Stamp Values of the Nominal STATE 53 Events in FULL_SCALE
GTM_DPLL_TSF_S54 0xF01287D8          DPLL Time Stamp Values of the Nominal STATE 54 Events in FULL_SCALE
GTM_DPLL_TSF_S55 0xF01287DC          DPLL Time Stamp Values of the Nominal STATE 55 Events in FULL_SCALE
GTM_DPLL_TSF_S56 0xF01287E0          DPLL Time Stamp Values of the Nominal STATE 56 Events in FULL_SCALE
GTM_DPLL_TSF_S57 0xF01287E4          DPLL Time Stamp Values of the Nominal STATE 57 Events in FULL_SCALE
GTM_DPLL_TSF_S58 0xF01287E8          DPLL Time Stamp Values of the Nominal STATE 58 Events in FULL_SCALE
GTM_DPLL_TSF_S59 0xF01287EC          DPLL Time Stamp Values of the Nominal STATE 59 Events in FULL_SCALE
GTM_DPLL_TSF_S60 0xF01287F0          DPLL Time Stamp Values of the Nominal STATE 60 Events in FULL_SCALE
GTM_DPLL_TSF_S61 0xF01287F4          DPLL Time Stamp Values of the Nominal STATE 61 Events in FULL_SCALE
GTM_DPLL_TSF_S62 0xF01287F8          DPLL Time Stamp Values of the Nominal STATE 62 Events in FULL_SCALE
GTM_DPLL_TSF_S63 0xF01287FC          DPLL Time Stamp Values of the Nominal STATE 63 Events in FULL_SCALE
GTM_DPLL_ADT_S0 0xF0128800          DPLL Adapt and Profile Values of the STATE 0 Increments in FULL_SCALE
GTM_DPLL_ADT_S1 0xF0128804          DPLL Adapt and Profile Values of the STATE 1 Increments in FULL_SCALE
GTM_DPLL_ADT_S2 0xF0128808          DPLL Adapt and Profile Values of the STATE 2 Increments in FULL_SCALE
GTM_DPLL_ADT_S3 0xF012880C          DPLL Adapt and Profile Values of the STATE 3 Increments in FULL_SCALE
GTM_DPLL_ADT_S4 0xF0128810          DPLL Adapt and Profile Values of the STATE 4 Increments in FULL_SCALE
GTM_DPLL_ADT_S5 0xF0128814          DPLL Adapt and Profile Values of the STATE 5 Increments in FULL_SCALE
GTM_DPLL_ADT_S6 0xF0128818          DPLL Adapt and Profile Values of the STATE 6 Increments in FULL_SCALE
GTM_DPLL_ADT_S7 0xF012881C          DPLL Adapt and Profile Values of the STATE 7 Increments in FULL_SCALE
GTM_DPLL_ADT_S8 0xF0128820          DPLL Adapt and Profile Values of the STATE 8 Increments in FULL_SCALE
GTM_DPLL_ADT_S9 0xF0128824          DPLL Adapt and Profile Values of the STATE 9 Increments in FULL_SCALE
GTM_DPLL_ADT_S10 0xF0128828          DPLL Adapt and Profile Values of the STATE 10 Increments in FULL_SCALE
GTM_DPLL_ADT_S11 0xF012882C          DPLL Adapt and Profile Values of the STATE 11 Increments in FULL_SCALE
GTM_DPLL_ADT_S12 0xF0128830          DPLL Adapt and Profile Values of the STATE 12 Increments in FULL_SCALE
GTM_DPLL_ADT_S13 0xF0128834          DPLL Adapt and Profile Values of the STATE 13 Increments in FULL_SCALE
GTM_DPLL_ADT_S14 0xF0128838          DPLL Adapt and Profile Values of the STATE 14 Increments in FULL_SCALE
GTM_DPLL_ADT_S15 0xF012883C          DPLL Adapt and Profile Values of the STATE 15 Increments in FULL_SCALE
GTM_DPLL_ADT_S16 0xF0128840          DPLL Adapt and Profile Values of the STATE 16 Increments in FULL_SCALE
GTM_DPLL_ADT_S17 0xF0128844          DPLL Adapt and Profile Values of the STATE 17 Increments in FULL_SCALE
GTM_DPLL_ADT_S18 0xF0128848          DPLL Adapt and Profile Values of the STATE 18 Increments in FULL_SCALE
GTM_DPLL_ADT_S19 0xF012884C          DPLL Adapt and Profile Values of the STATE 19 Increments in FULL_SCALE
GTM_DPLL_ADT_S20 0xF0128850          DPLL Adapt and Profile Values of the STATE 20 Increments in FULL_SCALE
GTM_DPLL_ADT_S21 0xF0128854          DPLL Adapt and Profile Values of the STATE 21 Increments in FULL_SCALE
GTM_DPLL_ADT_S22 0xF0128858          DPLL Adapt and Profile Values of the STATE 22 Increments in FULL_SCALE
GTM_DPLL_ADT_S23 0xF012885C          DPLL Adapt and Profile Values of the STATE 23 Increments in FULL_SCALE
GTM_DPLL_ADT_S24 0xF0128860          DPLL Adapt and Profile Values of the STATE 24 Increments in FULL_SCALE
GTM_DPLL_ADT_S25 0xF0128864          DPLL Adapt and Profile Values of the STATE 25 Increments in FULL_SCALE
GTM_DPLL_ADT_S26 0xF0128868          DPLL Adapt and Profile Values of the STATE 26 Increments in FULL_SCALE
GTM_DPLL_ADT_S27 0xF012886C          DPLL Adapt and Profile Values of the STATE 27 Increments in FULL_SCALE
GTM_DPLL_ADT_S28 0xF0128870          DPLL Adapt and Profile Values of the STATE 28 Increments in FULL_SCALE
GTM_DPLL_ADT_S29 0xF0128874          DPLL Adapt and Profile Values of the STATE 29 Increments in FULL_SCALE
GTM_DPLL_ADT_S30 0xF0128878          DPLL Adapt and Profile Values of the STATE 30 Increments in FULL_SCALE
GTM_DPLL_ADT_S31 0xF012887C          DPLL Adapt and Profile Values of the STATE 31 Increments in FULL_SCALE
GTM_DPLL_ADT_S32 0xF0128880          DPLL Adapt and Profile Values of the STATE 32 Increments in FULL_SCALE
GTM_DPLL_ADT_S33 0xF0128884          DPLL Adapt and Profile Values of the STATE 33 Increments in FULL_SCALE
GTM_DPLL_ADT_S34 0xF0128888          DPLL Adapt and Profile Values of the STATE 34 Increments in FULL_SCALE
GTM_DPLL_ADT_S35 0xF012888C          DPLL Adapt and Profile Values of the STATE 35 Increments in FULL_SCALE
GTM_DPLL_ADT_S36 0xF0128890          DPLL Adapt and Profile Values of the STATE 36 Increments in FULL_SCALE
GTM_DPLL_ADT_S37 0xF0128894          DPLL Adapt and Profile Values of the STATE 37 Increments in FULL_SCALE
GTM_DPLL_ADT_S38 0xF0128898          DPLL Adapt and Profile Values of the STATE 38 Increments in FULL_SCALE
GTM_DPLL_ADT_S39 0xF012889C          DPLL Adapt and Profile Values of the STATE 39 Increments in FULL_SCALE
GTM_DPLL_ADT_S40 0xF01288A0          DPLL Adapt and Profile Values of the STATE 40 Increments in FULL_SCALE
GTM_DPLL_ADT_S41 0xF01288A4          DPLL Adapt and Profile Values of the STATE 41 Increments in FULL_SCALE
GTM_DPLL_ADT_S42 0xF01288A8          DPLL Adapt and Profile Values of the STATE 42 Increments in FULL_SCALE
GTM_DPLL_ADT_S43 0xF01288AC          DPLL Adapt and Profile Values of the STATE 43 Increments in FULL_SCALE
GTM_DPLL_ADT_S44 0xF01288B0          DPLL Adapt and Profile Values of the STATE 44 Increments in FULL_SCALE
GTM_DPLL_ADT_S45 0xF01288B4          DPLL Adapt and Profile Values of the STATE 45 Increments in FULL_SCALE
GTM_DPLL_ADT_S46 0xF01288B8          DPLL Adapt and Profile Values of the STATE 46 Increments in FULL_SCALE
GTM_DPLL_ADT_S47 0xF01288BC          DPLL Adapt and Profile Values of the STATE 47 Increments in FULL_SCALE
GTM_DPLL_ADT_S48 0xF01288C0          DPLL Adapt and Profile Values of the STATE 48 Increments in FULL_SCALE
GTM_DPLL_ADT_S49 0xF01288C4          DPLL Adapt and Profile Values of the STATE 49 Increments in FULL_SCALE
GTM_DPLL_ADT_S50 0xF01288C8          DPLL Adapt and Profile Values of the STATE 50 Increments in FULL_SCALE
GTM_DPLL_ADT_S51 0xF01288CC          DPLL Adapt and Profile Values of the STATE 51 Increments in FULL_SCALE
GTM_DPLL_ADT_S52 0xF01288D0          DPLL Adapt and Profile Values of the STATE 52 Increments in FULL_SCALE
GTM_DPLL_ADT_S53 0xF01288D4          DPLL Adapt and Profile Values of the STATE 53 Increments in FULL_SCALE
GTM_DPLL_ADT_S54 0xF01288D8          DPLL Adapt and Profile Values of the STATE 54 Increments in FULL_SCALE
GTM_DPLL_ADT_S55 0xF01288DC          DPLL Adapt and Profile Values of the STATE 55 Increments in FULL_SCALE
GTM_DPLL_ADT_S56 0xF01288E0          DPLL Adapt and Profile Values of the STATE 56 Increments in FULL_SCALE
GTM_DPLL_ADT_S57 0xF01288E4          DPLL Adapt and Profile Values of the STATE 57 Increments in FULL_SCALE
GTM_DPLL_ADT_S58 0xF01288E8          DPLL Adapt and Profile Values of the STATE 58 Increments in FULL_SCALE
GTM_DPLL_ADT_S59 0xF01288EC          DPLL Adapt and Profile Values of the STATE 59 Increments in FULL_SCALE
GTM_DPLL_ADT_S60 0xF01288F0          DPLL Adapt and Profile Values of the STATE 60 Increments in FULL_SCALE
GTM_DPLL_ADT_S61 0xF01288F4          DPLL Adapt and Profile Values of the STATE 61 Increments in FULL_SCALE
GTM_DPLL_ADT_S62 0xF01288F8          DPLL Adapt and Profile Values of the STATE 62 Increments in FULL_SCALE
GTM_DPLL_ADT_S63 0xF01288FC          DPLL Adapt and Profile Values of the STATE 63 Increments in FULL_SCALE
GTM_DPLL_DT_S0  0xF0128900          DPLL Nominal STATE 0 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S1  0xF0128904          DPLL Nominal STATE 1 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S2  0xF0128908          DPLL Nominal STATE 2 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S3  0xF012890C          DPLL Nominal STATE 3 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S4  0xF0128910          DPLL Nominal STATE 4 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S5  0xF0128914          DPLL Nominal STATE 5 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S6  0xF0128918          DPLL Nominal STATE 6 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S7  0xF012891C          DPLL Nominal STATE 7 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S8  0xF0128920          DPLL Nominal STATE 8 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S9  0xF0128924          DPLL Nominal STATE 9 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S10 0xF0128928          DPLL Nominal STATE 10 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S11 0xF012892C          DPLL Nominal STATE 11 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S12 0xF0128930          DPLL Nominal STATE 12 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S13 0xF0128934          DPLL Nominal STATE 13 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S14 0xF0128938          DPLL Nominal STATE 14 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S15 0xF012893C          DPLL Nominal STATE 15 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S16 0xF0128940          DPLL Nominal STATE 16 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S17 0xF0128944          DPLL Nominal STATE 17 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S18 0xF0128948          DPLL Nominal STATE 18 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S19 0xF012894C          DPLL Nominal STATE 19 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S20 0xF0128950          DPLL Nominal STATE 20 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S21 0xF0128954          DPLL Nominal STATE 21 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S22 0xF0128958          DPLL Nominal STATE 22 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S23 0xF012895C          DPLL Nominal STATE 23 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S24 0xF0128960          DPLL Nominal STATE 24 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S25 0xF0128964          DPLL Nominal STATE 25 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S26 0xF0128968          DPLL Nominal STATE 26 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S27 0xF012896C          DPLL Nominal STATE 27 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S28 0xF0128970          DPLL Nominal STATE 28 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S29 0xF0128974          DPLL Nominal STATE 29 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S30 0xF0128978          DPLL Nominal STATE 30 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S31 0xF012897C          DPLL Nominal STATE 31 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S32 0xF0128980          DPLL Nominal STATE 32 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S33 0xF0128984          DPLL Nominal STATE 33 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S34 0xF0128988          DPLL Nominal STATE 34 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S35 0xF012898C          DPLL Nominal STATE 35 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S36 0xF0128990          DPLL Nominal STATE 36 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S37 0xF0128994          DPLL Nominal STATE 37 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S38 0xF0128998          DPLL Nominal STATE 38 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S39 0xF012899C          DPLL Nominal STATE 39 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S40 0xF01289A0          DPLL Nominal STATE 40 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S41 0xF01289A4          DPLL Nominal STATE 41 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S42 0xF01289A8          DPLL Nominal STATE 42 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S43 0xF01289AC          DPLL Nominal STATE 43 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S44 0xF01289B0          DPLL Nominal STATE 44 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S45 0xF01289B4          DPLL Nominal STATE 45 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S46 0xF01289B8          DPLL Nominal STATE 46 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S47 0xF01289BC          DPLL Nominal STATE 47 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S48 0xF01289C0          DPLL Nominal STATE 48 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S49 0xF01289C4          DPLL Nominal STATE 49 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S50 0xF01289C8          DPLL Nominal STATE 50 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S51 0xF01289CC          DPLL Nominal STATE 51 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S52 0xF01289D0          DPLL Nominal STATE 52 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S53 0xF01289D4          DPLL Nominal STATE 53 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S54 0xF01289D8          DPLL Nominal STATE 54 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S55 0xF01289DC          DPLL Nominal STATE 55 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S56 0xF01289E0          DPLL Nominal STATE 56 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S57 0xF01289E4          DPLL Nominal STATE 57 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S58 0xF01289E8          DPLL Nominal STATE 58 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S59 0xF01289EC          DPLL Nominal STATE 59 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S60 0xF01289F0          DPLL Nominal STATE 60 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S61 0xF01289F4          DPLL Nominal STATE 61 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S62 0xF01289F8          DPLL Nominal STATE 62 Increment Duration in FULL_SCALE
GTM_DPLL_DT_S63 0xF01289FC          DPLL Nominal STATE 63 Increment Duration in FULL_SCALE
GTM_DPLL_TSAC0  0xF0128E00          DPLL Calculated Time Value to start Action 0 Register
GTM_DPLL_TSAC1  0xF0128E04          DPLL Calculated Time Value to start Action 1 Register
GTM_DPLL_TSAC2  0xF0128E08          DPLL Calculated Time Value to start Action 2 Register
GTM_DPLL_TSAC3  0xF0128E0C          DPLL Calculated Time Value to start Action 3 Register
GTM_DPLL_TSAC4  0xF0128E10          DPLL Calculated Time Value to start Action 4 Register
GTM_DPLL_TSAC5  0xF0128E14          DPLL Calculated Time Value to start Action 5 Register
GTM_DPLL_TSAC6  0xF0128E18          DPLL Calculated Time Value to start Action 6 Register
GTM_DPLL_TSAC7  0xF0128E1C          DPLL Calculated Time Value to start Action 7 Register
GTM_DPLL_TSAC8  0xF0128E20          DPLL Calculated Time Value to start Action 8 Register
GTM_DPLL_TSAC9  0xF0128E24          DPLL Calculated Time Value to start Action 9 Register
GTM_DPLL_TSAC10 0xF0128E28          DPLL Calculated Time Value to start Action 10 Register
GTM_DPLL_TSAC11 0xF0128E2C          DPLL Calculated Time Value to start Action 11 Register
GTM_DPLL_TSAC12 0xF0128E30          DPLL Calculated Time Value to start Action 12 Register
GTM_DPLL_TSAC13 0xF0128E34          DPLL Calculated Time Value to start Action 13 Register
GTM_DPLL_TSAC14 0xF0128E38          DPLL Calculated Time Value to start Action 14 Register
GTM_DPLL_TSAC15 0xF0128E3C          DPLL Calculated Time Value to start Action 15 Register
GTM_DPLL_TSAC16 0xF0128E40          DPLL Calculated Time Value to start Action 16 Register
GTM_DPLL_TSAC17 0xF0128E44          DPLL Calculated Time Value to start Action 17 Register
GTM_DPLL_TSAC18 0xF0128E48          DPLL Calculated Time Value to start Action 18 Register
GTM_DPLL_TSAC19 0xF0128E4C          DPLL Calculated Time Value to start Action 19 Register
GTM_DPLL_TSAC20 0xF0128E50          DPLL Calculated Time Value to start Action 20 Register
GTM_DPLL_TSAC21 0xF0128E54          DPLL Calculated Time Value to start Action 21 Register
GTM_DPLL_TSAC22 0xF0128E58          DPLL Calculated Time Value to start Action 22 Register
GTM_DPLL_TSAC23 0xF0128E5C          DPLL Calculated Time Value to start Action 23 Register
GTM_DPLL_TSAC24 0xF0128E60          DPLL Calculated Time Value to start Action 24 Register
GTM_DPLL_TSAC25 0xF0128E64          DPLL Calculated Time Value to start Action 25 Register
GTM_DPLL_TSAC26 0xF0128E68          DPLL Calculated Time Value to start Action 26 Register
GTM_DPLL_TSAC27 0xF0128E6C          DPLL Calculated Time Value to start Action 27 Register
GTM_DPLL_TSAC28 0xF0128E70          DPLL Calculated Time Value to start Action 28 Register
GTM_DPLL_TSAC29 0xF0128E74          DPLL Calculated Time Value to start Action 29 Register
GTM_DPLL_TSAC30 0xF0128E78          DPLL Calculated Time Value to start Action 30 Register
GTM_DPLL_TSAC31 0xF0128E7C          DPLL Calculated Time Value to start Action 31 Register
GTM_DPLL_PSAC0  0xF0128E80          DPLL ACTION Position/Value Action 0 Request Register
GTM_DPLL_PSAC1  0xF0128E84          DPLL ACTION Position/Value Action 1 Request Register
GTM_DPLL_PSAC2  0xF0128E88          DPLL ACTION Position/Value Action 2 Request Register
GTM_DPLL_PSAC3  0xF0128E8C          DPLL ACTION Position/Value Action 3 Request Register
GTM_DPLL_PSAC4  0xF0128E90          DPLL ACTION Position/Value Action 4 Request Register
GTM_DPLL_PSAC5  0xF0128E94          DPLL ACTION Position/Value Action 5 Request Register
GTM_DPLL_PSAC6  0xF0128E98          DPLL ACTION Position/Value Action 6 Request Register
GTM_DPLL_PSAC7  0xF0128E9C          DPLL ACTION Position/Value Action 7 Request Register
GTM_DPLL_PSAC8  0xF0128EA0          DPLL ACTION Position/Value Action 8 Request Register
GTM_DPLL_PSAC9  0xF0128EA4          DPLL ACTION Position/Value Action 9 Request Register
GTM_DPLL_PSAC10 0xF0128EA8          DPLL ACTION Position/Value Action 10 Request Register
GTM_DPLL_PSAC11 0xF0128EAC          DPLL ACTION Position/Value Action 11 Request Register
GTM_DPLL_PSAC12 0xF0128EB0          DPLL ACTION Position/Value Action 12 Request Register
GTM_DPLL_PSAC13 0xF0128EB4          DPLL ACTION Position/Value Action 13 Request Register
GTM_DPLL_PSAC14 0xF0128EB8          DPLL ACTION Position/Value Action 14 Request Register
GTM_DPLL_PSAC15 0xF0128EBC          DPLL ACTION Position/Value Action 15 Request Register
GTM_DPLL_PSAC16 0xF0128EC0          DPLL ACTION Position/Value Action 16 Request Register
GTM_DPLL_PSAC17 0xF0128EC4          DPLL ACTION Position/Value Action 17 Request Register
GTM_DPLL_PSAC18 0xF0128EC8          DPLL ACTION Position/Value Action 18 Request Register
GTM_DPLL_PSAC19 0xF0128ECC          DPLL ACTION Position/Value Action 19 Request Register
GTM_DPLL_PSAC20 0xF0128ED0          DPLL ACTION Position/Value Action 20 Request Register
GTM_DPLL_PSAC21 0xF0128ED4          DPLL ACTION Position/Value Action 21 Request Register
GTM_DPLL_PSAC22 0xF0128ED8          DPLL ACTION Position/Value Action 22 Request Register
GTM_DPLL_PSAC23 0xF0128EDC          DPLL ACTION Position/Value Action 23 Request Register
GTM_DPLL_PSAC24 0xF0128EE0          DPLL ACTION Position/Value Action 24 Request Register
GTM_DPLL_PSAC25 0xF0128EE4          DPLL ACTION Position/Value Action 25 Request Register
GTM_DPLL_PSAC26 0xF0128EE8          DPLL ACTION Position/Value Action 26 Request Register
GTM_DPLL_PSAC27 0xF0128EEC          DPLL ACTION Position/Value Action 27 Request Register
GTM_DPLL_PSAC28 0xF0128EF0          DPLL ACTION Position/Value Action 28 Request Register
GTM_DPLL_PSAC29 0xF0128EF4          DPLL ACTION Position/Value Action 29 Request Register
GTM_DPLL_PSAC30 0xF0128EF8          DPLL ACTION Position/Value Action 30 Request Register
GTM_DPLL_PSAC31 0xF0128EFC          DPLL ACTION Position/Value Action 31 Request Register
GTM_DPLL_ACB_0  0xF0128F00          DPLL Control Bits Register 0 for up to 32 Actions
GTM_DPLL_ACB_1  0xF0128F04          DPLL Control Bits Register 1 for up to 32 Actions
GTM_DPLL_ACB_2  0xF0128F08          DPLL Control Bits Register 2 for up to 32 Actions
GTM_DPLL_ACB_3  0xF0128F0C          DPLL Control Bits Register 3 for up to 32 Actions
GTM_DPLL_ACB_4  0xF0128F10          DPLL Control Bits Register 4 for up to 32 Actions
GTM_DPLL_ACB_5  0xF0128F14          DPLL Control Bits Register 5 for up to 32 Actions
GTM_DPLL_ACB_6  0xF0128F18          DPLL Control Bits Register 6 for up to 32 Actions
GTM_DPLL_ACB_7  0xF0128F1C          DPLL Control Bits Register 7 for up to 32 Actions
GTM_DPLL_CTRL_11 0xF0128F20          DPLL Control Register 11
GTM_DPLL_THVAL2 0xF0128F24          DPLL Immediate THVAL Value Register
GTM_DPLL_TIDEL  0xF0128F28          DPLL Additional TRIGGER Input Delay Register
GTM_DPLL_SIDEL  0xF0128F2C          DPLL Additional STATE Input Delay Register
GTM_DPLL_APS_SYNC_EXT 0xF0128F30          DPLL Extension Register for DPLL_APS_SYNC
GTM_DPLL_CTRL_EXT 0xF0128F34          DPLL Extension Register for DPLL_CTRL
GTM_DPLL_APS_EXT 0xF0128F38          DPLL Extension Register for DPLL_APS
GTM_DPLL_APS_1C3_EXT 0xF0128F3C          DPLL Extension Register for DPLL_APS_1C3
GTM_DPLL_STA    0xF0128F40          DPLL Status of the State Machine States Register
GTM_DPLL_INCF1_OFFSET 0xF0128F44          DPLL Start Value of the ADD_IN_ADDER1 Register
GTM_DPLL_INCF2_OFFSET 0xF0128F48          DPLL Start Value of the ADD_IN_ADDER2 Register
GTM_DPLL_DT_T_START 0xF0128F4C          DPLL Start Value of DPLL_DT_T_ACT for the First Increment after SIP1 is Set to 1
GTM_DPLL_DT_S_START 0xF0128F50          DPLL Start Value of DPLL_DT_S_ACT for the First Increment after SIP2 is Set to 1
GTM_DPLL_STA_MASK 0xF0128F54          DPLL Trigger Masks for Signals DPLL_STA_T and DPLL_STA_S
GTM_DPLL_STA_FLAG 0xF0128F58          DPLL STA Flag Register
GTM_DPLL_INC_CNT1_MASK 0xF0128F5C          DPLL INC_CNT1 Trigger Mask
GTM_DPLL_INC_CNT2_MASK 0xF0128F60          DPLL INC_CNT2 Trigger Mask
GTM_DPLL_NUSC_EXT1 0xF0128F64          DPLL Extension Register Number 1 for DPLL_NUSC 4
GTM_DPLL_NUSC_EXT2 0xF0128F68          DPLL Extension Register Number 2 for DPLL_NUSC 4
GTM_DPLL_CTN_MIN 0xF0128F6C          DPLL Minimum CDT_T Nominal Value Register
GTM_DPLL_CTN_MAX 0xF0128F70          DPLL Maximum CDT_T Nominal Value Register
GTM_DPLL_CSN_MIN 0xF0128F74          DPLL Minimum CDT_S Nominal Value Register
GTM_DPLL_CSN_MAX 0xF0128F78          DPLL Maximum CDT_S Nominal Value Register
GTM_CLC         0xF019FD00          Clock Control Register
GTM_RESET_CLR   0xF019FD04          Kernel Reset Status Clear Register
GTM_RESET1      0xF019FD08          Kernel Reset Register 0
GTM_RESET2      0xF019FD0C          Kernel Reset Register 1
GTM_ACCEN0      0xF019FD10          Access Enable Register 0
GTM_ACCEN1      0xF019FD14          Access Enable Register 1
GTM_OTBU0T      0xF019FD18          OCDS TBU0 Trigger Register
GTM_OTBU1T      0xF019FD1C          OCDS TBU1 Trigger Register
GTM_OTBU2T      0xF019FD20          OCDS TBU2 Trigger Register
GTM_OTBU3T      0xF019FD24          OCDS TBU3 Trigger Register
GTM_OTSS        0xF019FD28          OCDS Trigger Set Select Register
GTM_OTSC0       0xF019FD2C          OCDS Trigger Set Control 0 Register
GTM_OTSC1       0xF019FD30          OCDS Trigger Set Control 1 Register
GTM_ODA         0xF019FD34          OCDS Debug Access Register
GTM_OCS         0xF019FD38          OCDS Control and Status
GTM_TIM0INSEL   0xF019FD40          TIM0 Input Select Register
GTM_TIM1INSEL   0xF019FD44          TIM1 Input Select Register
GTM_TIM2INSEL   0xF019FD48          TIM2 Input Select Register
GTM_TIM3INSEL   0xF019FD4C          TIM3 Input Select Register
GTM_TIM4INSEL   0xF019FD50          TIM4 Input Select Register
GTM_TIM5INSEL   0xF019FD54          TIM5 Input Select Register
GTM_TIM6INSEL   0xF019FD58          TIM6 Input Select Register
GTM_TIM7INSEL   0xF019FD5C          TIM7 Input Select Register
GTM_TOUTSEL0    0xF019FD60          Timer Output Select Register
GTM_TOUTSEL1    0xF019FD64          Timer Output Select Register
GTM_TOUTSEL2    0xF019FD68          Timer Output Select Register
GTM_TOUTSEL3    0xF019FD6C          Timer Output Select Register
GTM_TOUTSEL4    0xF019FD70          Timer Output Select Register
GTM_TOUTSEL5    0xF019FD74          Timer Output Select Register
GTM_TOUTSEL6    0xF019FD78          Timer Output Select Register
GTM_TOUTSEL7    0xF019FD7C          Timer Output Select Register
GTM_TOUTSEL8    0xF019FD80          Timer Output Select Register
GTM_TOUTSEL9    0xF019FD84          Timer Output Select Register
GTM_TOUTSEL10   0xF019FD88          Timer Output Select Register
GTM_TOUTSEL11   0xF019FD8C          Timer Output Select Register
GTM_TOUTSEL12   0xF019FD90          Timer Output Select Register
GTM_TOUTSEL13   0xF019FD94          Timer Output Select Register
GTM_TOUTSEL14   0xF019FD98          Timer Output Select Register
GTM_TOUTSEL15   0xF019FD9C          Timer Output Select Register
GTM_TOUTSEL16   0xF019FDA0          Timer Output Select Register
GTM_TOUTSEL17   0xF019FDA4          Timer Output Select Register
GTM_TOUTSEL18   0xF019FDA8          Timer Output Select Register
GTM_TOUTSEL19   0xF019FDAC          Timer Output Select Register
GTM_TOUTSEL20   0xF019FDB0          Timer Output Select Register
GTM_TOUTSEL21   0xF019FDB4          Timer Output Select Register
GTM_TOUTSEL22   0xF019FDB8          Timer Output Select Register
GTM_TOUTSEL23   0xF019FDBC          Timer Output Select Register
GTM_TOUTSEL24   0xF019FDC0          Timer Output Select Register
GTM_TOUTSEL25   0xF019FDC4          Timer Output Select Register
GTM_TOUTSEL26   0xF019FDC8          Timer Output Select Register
GTM_TOUTSEL27   0xF019FDCC          Timer Output Select Register
GTM_TOUTSEL28   0xF019FDD0          Timer Output Select Register
GTM_TOUTSEL29   0xF019FDD4          Timer Output Select Register
GTM_TOUTSEL30   0xF019FDD8          Timer Output Select Register
GTM_TOUTSEL31   0xF019FDDC          Timer Output Select Register
GTM_TOUTSEL32   0xF019FDE0          Timer Output Select Register
GTM_TOUTSEL33   0xF019FDE4          Timer Output Select Register
GTM_DSADCINSEL0 0xF019FE00          DSADC Input Select 0 Register
GTM_DSADCINSEL1 0xF019FE04          DSADC Input Select 1 Register
GTM_DSADCINSEL2 0xF019FE08          DSADC Input Select 2 Register
GTM_DSADCINSEL3 0xF019FE0C          DSADC Input Select 3 Register
GTM_DSADCINSEL4 0xF019FE10          DSADC Input Select 4 Register
GTM_DSADCINSEL5 0xF019FE14          DSADC Input Select 5 Register
GTM_DSADCOUTSEL00 0xF019FE20          DSADC Output Select 00 Register
GTM_DSADCOUTSEL01 0xF019FE24          DSADC Output Select 01 Register
GTM_DSADCOUTSEL10 0xF019FE28          DSADC Output Select 10 Register
GTM_DSADCOUTSEL11 0xF019FE2C          DSADC Output Select 11 Register
GTM_DSADCOUTSEL20 0xF019FE30          DSADC Output Select 20 Register
GTM_DSADCOUTSEL21 0xF019FE34          DSADC Output Select 21 Register
GTM_DSADCOUTSEL30 0xF019FE38          DSADC Output Select 30 Register
GTM_DSADCOUTSEL31 0xF019FE3C          DSADC Output Select 31 Register
GTM_ADCTRIG0OUT0 0xF019FE40          ADC Trigger 0 Output Select 0 Register
GTM_ADCTRIG0OUT1 0xF019FE44          ADC Trigger 0 Output Select 1 Register
GTM_ADCTRIG1OUT0 0xF019FE48          ADC Trigger 1 Output Select 0 Register
GTM_ADCTRIG1OUT1 0xF019FE4C          ADC Trigger 1 Output Select 1 Register
GTM_ADCTRIG2OUT0 0xF019FE50          ADC Trigger 2 Output Select 0 Register
GTM_ADCTRIG2OUT1 0xF019FE54          ADC Trigger 2 Output Select 1 Register
GTM_ADCTRIG3OUT0 0xF019FE58          ADC Trigger 3 Output Select 0 Register
GTM_ADCTRIG3OUT1 0xF019FE5C          ADC Trigger 3 Output Select 1 Register
GTM_ADCTRIG4OUT0 0xF019FE60          ADC Trigger 4 Output Select 0 Register
GTM_ADCTRIG4OUT1 0xF019FE64          ADC Trigger 4 Output Select 1 Register
GTM_DXOUTCON    0xF019FE70          Data Exchange Output Control Register
GTM_TRIGOUT0    0xF019FE74          Trigger Output Register 0
GTM_TRIGOUT1    0xF019FE78          Trigger Output Register 1
GTM_TRIGOUT2    0xF019FE7C          Trigger Output Register 2
GTM_TRIGOUT3    0xF019FE80          Trigger Output Register 3
GTM_TRIGOUT4    0xF019FE84          Trigger Output Register 4
GTM_TRIGOUT5    0xF019FE88          Trigger Output Register 5
GTM_TRIGOUT6    0xF019FE8C          Trigger Output Register 6
GTM_TRIGOUT7    0xF019FE90          Trigger Output Register 7
GTM_TRIGOUT8    0xF019FE94          Trigger Output Register 8
GTM_TRIGOUT9    0xF019FE98          Trigger Output Register 9
GTM_INTOUT0     0xF019FE9C          Interrupt Output Register 0
GTM_INTOUT1     0xF019FEA0          Interrupt Output Register 1
GTM_INTOUT2     0xF019FEA4          Interrupt Output Register 2
GTM_INTOUT3     0xF019FEA8          Interrupt Output Register 3
GTM_INTOUT4     0xF019FEAC          Interrupt Output Register 4
GTM_INTOUT5     0xF019FEB0          Interrupt Output Register 5
GTM_INTOUT6     0xF019FEB4          Interrupt Output Register 6
GTM_INTOUT7     0xF019FEB8          Interrupt Output Register 7
GTM_INTOUT8     0xF019FEBC          Interrupt Output Register 8
GTM_INTOUT9     0xF019FEC0          Interrupt Output Register 9
GTM_MCSTRIGOUTSEL 0xF019FEC4          Trigger Output Select Register
GTM_MCSINTSTAT  0xF019FEC8          MCS Interrupt Status Register
GTM_MCSINTCLR   0xF019FECC          MCS Interrupt Clear Register
GTM_DXINCON     0xF019FED0          Data Exchange Input Control Register
GTM_DATAIN0     0xF019FED4          Data Input 0 Register
GTM_DATAIN1     0xF019FED8          Data Input 1 Register
GTM_DATAIN2     0xF019FEDC          Data Input 2 Register
GTM_DATAIN3     0xF019FEE0          Data Input 3 Register
GTM_DATAIN4     0xF019FEE4          Data Input 4 Register
GTM_DATAIN5     0xF019FEE8          Data Input 5 Register
GTM_DATAIN6     0xF019FEEC          Data Input 6 Register
GTM_DATAIN7     0xF019FEF0          Data Input 7 Register
GTM_DATAIN8     0xF019FEF4          Data Input 8 Register
GTM_DATAIN9     0xF019FEF8          Data Input 9 Register
GTM_MSCSET0CON0 0xF019FF00          MSC Set 0 Control 0 Register
GTM_MSCSET0CON1 0xF019FF04          MSC Set 0 Control 1 Register
GTM_MSCSET0CON2 0xF019FF08          MSC Set 0 Control 2 Register
GTM_MSCSET0CON3 0xF019FF0C          MSC Set 0 Control 3 Register
GTM_MSCSET1CON0 0xF019FF10          MSC Set 1 Control 0 Register
GTM_MSCSET1CON1 0xF019FF14          MSC Set 1 Control 1 Register
GTM_MSCSET1CON2 0xF019FF18          MSC Set 1 Control 2 Register
GTM_MSCSET1CON3 0xF019FF1C          MSC Set 1 Control 3 Register
GTM_MSCSET2CON0 0xF019FF20          MSC Set 2 Control 0 Register
GTM_MSCSET2CON1 0xF019FF24          MSC Set 2 Control 1 Register
GTM_MSCSET2CON2 0xF019FF28          MSC Set 2 Control 2 Register
GTM_MSCSET2CON3 0xF019FF2C          MSC Set 2 Control 3 Register
GTM_MSCSET3CON0 0xF019FF30          MSC Set 3 Control 0 Register
GTM_MSCSET3CON1 0xF019FF34          MSC Set 3 Control 1 Register
GTM_MSCSET3CON2 0xF019FF38          MSC Set 3 Control 2 Register
GTM_MSCSET3CON3 0xF019FF3C          MSC Set 3 Control 3 Register
GTM_MSCSET4CON0 0xF019FF40          MSC Set 4 Control 0 Register
GTM_MSCSET4CON1 0xF019FF44          MSC Set 4 Control 1 Register
GTM_MSCSET4CON2 0xF019FF48          MSC Set 4 Control 2 Register
GTM_MSCSET4CON3 0xF019FF4C          MSC Set 4 Control 3 Register
GTM_MSCSET5CON0 0xF019FF50          MSC Set 5 Control 0 Register
GTM_MSCSET5CON1 0xF019FF54          MSC Set 5 Control 1 Register
GTM_MSCSET5CON2 0xF019FF58          MSC Set 5 Control 2 Register
GTM_MSCSET5CON3 0xF019FF5C          MSC Set 5 Control 3 Register
GTM_MSCSET6CON0 0xF019FF60          MSC Set 6 Control 0 Register
GTM_MSCSET6CON1 0xF019FF64          MSC Set 6 Control 1 Register
GTM_MSCSET6CON2 0xF019FF68          MSC Set 6 Control 2 Register
GTM_MSCSET6CON3 0xF019FF6C          MSC Set 6 Control 3 Register
GTM_MSCSET7CON0 0xF019FF70          MSC Set 7 Control 0 Register
GTM_MSCSET7CON1 0xF019FF74          MSC Set 7 Control 1 Register
GTM_MSCSET7CON2 0xF019FF78          MSC Set 7 Control 2 Register
GTM_MSCSET7CON3 0xF019FF7C          MSC Set 7 Control 3 Register
GTM_MSCSET8CON0 0xF019FF80          MSC Set 8 Control 0 Register
GTM_MSCSET8CON1 0xF019FF84          MSC Set 8 Control 1 Register
GTM_MSCSET8CON2 0xF019FF88          MSC Set 8 Control 2 Register
GTM_MSCSET8CON3 0xF019FF8C          MSC Set 8 Control 3 Register
GTM_MSC0INLCON  0xF019FF90          MSC0 Input Low Control Register
GTM_MSC0INHCON  0xF019FF94          MSC0 Input High Control Register
GTM_MSC0INLEXTCON 0xF019FF98          MSC0 Input Low Extended Control Register
GTM_MSC1INLCON  0xF019FF9C          MSC1 Input Low Control Register
GTM_MSC1INHCON  0xF019FFA0          MSC1 Input High Control Register
GTM_MSC1INLEXTCON 0xF019FFA4          MSC1 Input Low Extended Control Register
GTM_MSC2INLCON  0xF019FFA8          MSC2 Input Low Control Register
GTM_MSC2INHCON  0xF019FFAC          MSC2 Input High Control Register
GTM_MSC2INLEXTCON 0xF019FFB0          MSC2 Input Low Extended Control Register
GTM_MSC3INLCON  0xF019FFB4          MSC3 Input Low Control Register
GTM_MSC3INHCON  0xF019FFB8          MSC3 Input High Control Register
GTM_MSC3INLEXTCON 0xF019FFBC          MSC3 Input Low Extended Control Register
GTM_PSI5OUTSEL  0xF019FFCC          PSI5 Output Select Register
GTM_PSI5SOUTSEL 0xF019FFD0          PSI5-S Output Select Register
GTM_LCDCDCOUTSEL 0xF019FFD4          LCDCDC Output Select Register
GTM_DTMAUXINSEL 0xF019FFD8          DTM_AUX Input Selection Register
GTM_CANOUTSEL0  0xF019FFDC          CAN0/CAN1 Output Select Register
GTM_CANOUTSEL1  0xF019FFE0          CAN2 Output Select Register
GTM_CCM0_ARP0_CTRL 0xF01E2000          CCM0 Address Range Protector 0 Control Register
GTM_CCM0_ARP0_PROT 0xF01E2004          CCM0 Address Range Protector 0 Protection Register
GTM_CCM0_ARP1_CTRL 0xF01E2008          CCM0 Address Range Protector 1 Control Register
GTM_CCM0_ARP1_PROT 0xF01E200C          CCM0 Address Range Protector 1 Protection Register
GTM_CCM0_ARP2_CTRL 0xF01E2010          CCM0 Address Range Protector 2 Control Register
GTM_CCM0_ARP2_PROT 0xF01E2014          CCM0 Address Range Protector 2 Protection Register
GTM_CCM0_ARP3_CTRL 0xF01E2018          CCM0 Address Range Protector 3 Control Register
GTM_CCM0_ARP3_PROT 0xF01E201C          CCM0 Address Range Protector 3 Protection Register
GTM_CCM0_ARP4_CTRL 0xF01E2020          CCM0 Address Range Protector 4 Control Register
GTM_CCM0_ARP4_PROT 0xF01E2024          CCM0 Address Range Protector 4 Protection Register
GTM_CCM0_ARP5_CTRL 0xF01E2028          CCM0 Address Range Protector 5 Control Register
GTM_CCM0_ARP5_PROT 0xF01E202C          CCM0 Address Range Protector 5 Protection Register
GTM_CCM0_ARP6_CTRL 0xF01E2030          CCM0 Address Range Protector 6 Control Register
GTM_CCM0_ARP6_PROT 0xF01E2034          CCM0 Address Range Protector 6 Protection Register
GTM_CCM0_ARP7_CTRL 0xF01E2038          CCM0 Address Range Protector 7 Control Register
GTM_CCM0_ARP7_PROT 0xF01E203C          CCM0 Address Range Protector 7 Protection Register
GTM_CCM0_ARP8_CTRL 0xF01E2040          CCM0 Address Range Protector 8 Control Register
GTM_CCM0_ARP8_PROT 0xF01E2044          CCM0 Address Range Protector 8 Protection Register
GTM_CCM0_ARP9_CTRL 0xF01E2048          CCM0 Address Range Protector 9 Control Register
GTM_CCM0_ARP9_PROT 0xF01E204C          CCM0 Address Range Protector 9 Protection Register
GTM_CCM0_AEIM_STA 0xF01E21D8          CCM0 MCS Bus Master Status Register
GTM_CCM0_HW_CONF 0xF01E21DC          CCM0 Hardware Configuration Register
GTM_CCM0_TIM_AUX_IN_SRC 0xF01E21E0          CCM0 TIM Module AUX_IN Source Selection Register
GTM_CCM0_EXT_CAP_EN 0xF01E21E4          CCM0 External Capture Trigger Enable Register
GTM_CCM0_TOM_OUT 0xF01E21E8          CCM0 TOM Output Level Register
GTM_CCM0_ATOM_OUT 0xF01E21EC          CCM0 ATOM Output Level Register
GTM_CCM0_CMU_CLK_CFG 0xF01E21F0          CCM0 CMU Clock Configuration Register
GTM_CCM0_CMU_FXCLK_CFG 0xF01E21F4          CCM0 CMU Fixed Clock Configuration Register
GTM_CCM0_CFG    0xF01E21F8          CCM0 Configuration Register
GTM_CCM0_PROT   0xF01E21FC          CCM0 Protection Register
GTM_CCM1_ARP0_CTRL 0xF01E2200          CCM1 Address Range Protector 0 Control Register
GTM_CCM1_ARP0_PROT 0xF01E2204          CCM1 Address Range Protector 0 Protection Register
GTM_CCM1_ARP1_CTRL 0xF01E2208          CCM1 Address Range Protector 1 Control Register
GTM_CCM1_ARP1_PROT 0xF01E220C          CCM1 Address Range Protector 1 Protection Register
GTM_CCM1_ARP2_CTRL 0xF01E2210          CCM1 Address Range Protector 2 Control Register
GTM_CCM1_ARP2_PROT 0xF01E2214          CCM1 Address Range Protector 2 Protection Register
GTM_CCM1_ARP3_CTRL 0xF01E2218          CCM1 Address Range Protector 3 Control Register
GTM_CCM1_ARP3_PROT 0xF01E221C          CCM1 Address Range Protector 3 Protection Register
GTM_CCM1_ARP4_CTRL 0xF01E2220          CCM1 Address Range Protector 4 Control Register
GTM_CCM1_ARP4_PROT 0xF01E2224          CCM1 Address Range Protector 4 Protection Register
GTM_CCM1_ARP5_CTRL 0xF01E2228          CCM1 Address Range Protector 5 Control Register
GTM_CCM1_ARP5_PROT 0xF01E222C          CCM1 Address Range Protector 5 Protection Register
GTM_CCM1_ARP6_CTRL 0xF01E2230          CCM1 Address Range Protector 6 Control Register
GTM_CCM1_ARP6_PROT 0xF01E2234          CCM1 Address Range Protector 6 Protection Register
GTM_CCM1_ARP7_CTRL 0xF01E2238          CCM1 Address Range Protector 7 Control Register
GTM_CCM1_ARP7_PROT 0xF01E223C          CCM1 Address Range Protector 7 Protection Register
GTM_CCM1_ARP8_CTRL 0xF01E2240          CCM1 Address Range Protector 8 Control Register
GTM_CCM1_ARP8_PROT 0xF01E2244          CCM1 Address Range Protector 8 Protection Register
GTM_CCM1_ARP9_CTRL 0xF01E2248          CCM1 Address Range Protector 9 Control Register
GTM_CCM1_ARP9_PROT 0xF01E224C          CCM1 Address Range Protector 9 Protection Register
GTM_CCM1_AEIM_STA 0xF01E23D8          CCM1 MCS Bus Master Status Register
GTM_CCM1_HW_CONF 0xF01E23DC          CCM1 Hardware Configuration Register
GTM_CCM1_TIM_AUX_IN_SRC 0xF01E23E0          CCM1 TIM Module AUX_IN Source Selection Register
GTM_CCM1_EXT_CAP_EN 0xF01E23E4          CCM1 External Capture Trigger Enable Register
GTM_CCM1_TOM_OUT 0xF01E23E8          CCM1 TOM Output Level Register
GTM_CCM1_ATOM_OUT 0xF01E23EC          CCM1 ATOM Output Level Register
GTM_CCM1_CMU_CLK_CFG 0xF01E23F0          CCM1 CMU Clock Configuration Register
GTM_CCM1_CMU_FXCLK_CFG 0xF01E23F4          CCM1 CMU Fixed Clock Configuration Register
GTM_CCM1_CFG    0xF01E23F8          CCM1 Configuration Register
GTM_CCM1_PROT   0xF01E23FC          CCM1 Protection Register
GTM_CCM2_ARP0_CTRL 0xF01E2400          CCM2 Address Range Protector 0 Control Register
GTM_CCM2_ARP0_PROT 0xF01E2404          CCM2 Address Range Protector 0 Protection Register
GTM_CCM2_ARP1_CTRL 0xF01E2408          CCM2 Address Range Protector 1 Control Register
GTM_CCM2_ARP1_PROT 0xF01E240C          CCM2 Address Range Protector 1 Protection Register
GTM_CCM2_ARP2_CTRL 0xF01E2410          CCM2 Address Range Protector 2 Control Register
GTM_CCM2_ARP2_PROT 0xF01E2414          CCM2 Address Range Protector 2 Protection Register
GTM_CCM2_ARP3_CTRL 0xF01E2418          CCM2 Address Range Protector 3 Control Register
GTM_CCM2_ARP3_PROT 0xF01E241C          CCM2 Address Range Protector 3 Protection Register
GTM_CCM2_ARP4_CTRL 0xF01E2420          CCM2 Address Range Protector 4 Control Register
GTM_CCM2_ARP4_PROT 0xF01E2424          CCM2 Address Range Protector 4 Protection Register
GTM_CCM2_ARP5_CTRL 0xF01E2428          CCM2 Address Range Protector 5 Control Register
GTM_CCM2_ARP5_PROT 0xF01E242C          CCM2 Address Range Protector 5 Protection Register
GTM_CCM2_ARP6_CTRL 0xF01E2430          CCM2 Address Range Protector 6 Control Register
GTM_CCM2_ARP6_PROT 0xF01E2434          CCM2 Address Range Protector 6 Protection Register
GTM_CCM2_ARP7_CTRL 0xF01E2438          CCM2 Address Range Protector 7 Control Register
GTM_CCM2_ARP7_PROT 0xF01E243C          CCM2 Address Range Protector 7 Protection Register
GTM_CCM2_ARP8_CTRL 0xF01E2440          CCM2 Address Range Protector 8 Control Register
GTM_CCM2_ARP8_PROT 0xF01E2444          CCM2 Address Range Protector 8 Protection Register
GTM_CCM2_ARP9_CTRL 0xF01E2448          CCM2 Address Range Protector 9 Control Register
GTM_CCM2_ARP9_PROT 0xF01E244C          CCM2 Address Range Protector 9 Protection Register
GTM_CCM2_AEIM_STA 0xF01E25D8          CCM2 MCS Bus Master Status Register
GTM_CCM2_HW_CONF 0xF01E25DC          CCM2 Hardware Configuration Register
GTM_CCM2_TIM_AUX_IN_SRC 0xF01E25E0          CCM2 TIM Module AUX_IN Source Selection Register
GTM_CCM2_EXT_CAP_EN 0xF01E25E4          CCM2 External Capture Trigger Enable Register
GTM_CCM2_TOM_OUT 0xF01E25E8          CCM2 TOM Output Level Register
GTM_CCM2_ATOM_OUT 0xF01E25EC          CCM2 ATOM Output Level Register
GTM_CCM2_CMU_CLK_CFG 0xF01E25F0          CCM2 CMU Clock Configuration Register
GTM_CCM2_CMU_FXCLK_CFG 0xF01E25F4          CCM2 CMU Fixed Clock Configuration Register
GTM_CCM2_CFG    0xF01E25F8          CCM2 Configuration Register
GTM_CCM2_PROT   0xF01E25FC          CCM2 Protection Register
GTM_CCM3_ARP0_CTRL 0xF01E2600          CCM3 Address Range Protector 0 Control Register
GTM_CCM3_ARP0_PROT 0xF01E2604          CCM3 Address Range Protector 0 Protection Register
GTM_CCM3_ARP1_CTRL 0xF01E2608          CCM3 Address Range Protector 1 Control Register
GTM_CCM3_ARP1_PROT 0xF01E260C          CCM3 Address Range Protector 1 Protection Register
GTM_CCM3_ARP2_CTRL 0xF01E2610          CCM3 Address Range Protector 2 Control Register
GTM_CCM3_ARP2_PROT 0xF01E2614          CCM3 Address Range Protector 2 Protection Register
GTM_CCM3_ARP3_CTRL 0xF01E2618          CCM3 Address Range Protector 3 Control Register
GTM_CCM3_ARP3_PROT 0xF01E261C          CCM3 Address Range Protector 3 Protection Register
GTM_CCM3_ARP4_CTRL 0xF01E2620          CCM3 Address Range Protector 4 Control Register
GTM_CCM3_ARP4_PROT 0xF01E2624          CCM3 Address Range Protector 4 Protection Register
GTM_CCM3_ARP5_CTRL 0xF01E2628          CCM3 Address Range Protector 5 Control Register
GTM_CCM3_ARP5_PROT 0xF01E262C          CCM3 Address Range Protector 5 Protection Register
GTM_CCM3_ARP6_CTRL 0xF01E2630          CCM3 Address Range Protector 6 Control Register
GTM_CCM3_ARP6_PROT 0xF01E2634          CCM3 Address Range Protector 6 Protection Register
GTM_CCM3_ARP7_CTRL 0xF01E2638          CCM3 Address Range Protector 7 Control Register
GTM_CCM3_ARP7_PROT 0xF01E263C          CCM3 Address Range Protector 7 Protection Register
GTM_CCM3_ARP8_CTRL 0xF01E2640          CCM3 Address Range Protector 8 Control Register
GTM_CCM3_ARP8_PROT 0xF01E2644          CCM3 Address Range Protector 8 Protection Register
GTM_CCM3_ARP9_CTRL 0xF01E2648          CCM3 Address Range Protector 9 Control Register
GTM_CCM3_ARP9_PROT 0xF01E264C          CCM3 Address Range Protector 9 Protection Register
GTM_CCM3_AEIM_STA 0xF01E27D8          CCM3 MCS Bus Master Status Register
GTM_CCM3_HW_CONF 0xF01E27DC          CCM3 Hardware Configuration Register
GTM_CCM3_TIM_AUX_IN_SRC 0xF01E27E0          CCM3 TIM Module AUX_IN Source Selection Register
GTM_CCM3_EXT_CAP_EN 0xF01E27E4          CCM3 External Capture Trigger Enable Register
GTM_CCM3_TOM_OUT 0xF01E27E8          CCM3 TOM Output Level Register
GTM_CCM3_ATOM_OUT 0xF01E27EC          CCM3 ATOM Output Level Register
GTM_CCM3_CMU_CLK_CFG 0xF01E27F0          CCM3 CMU Clock Configuration Register
GTM_CCM3_CMU_FXCLK_CFG 0xF01E27F4          CCM3 CMU Fixed Clock Configuration Register
GTM_CCM3_CFG    0xF01E27F8          CCM3 Configuration Register
GTM_CCM3_PROT   0xF01E27FC          CCM3 Protection Register
GTM_CCM4_ARP0_CTRL 0xF01E2800          CCM4 Address Range Protector 0 Control Register
GTM_CCM4_ARP0_PROT 0xF01E2804          CCM4 Address Range Protector 0 Protection Register
GTM_CCM4_ARP1_CTRL 0xF01E2808          CCM4 Address Range Protector 1 Control Register
GTM_CCM4_ARP1_PROT 0xF01E280C          CCM4 Address Range Protector 1 Protection Register
GTM_CCM4_ARP2_CTRL 0xF01E2810          CCM4 Address Range Protector 2 Control Register
GTM_CCM4_ARP2_PROT 0xF01E2814          CCM4 Address Range Protector 2 Protection Register
GTM_CCM4_ARP3_CTRL 0xF01E2818          CCM4 Address Range Protector 3 Control Register
GTM_CCM4_ARP3_PROT 0xF01E281C          CCM4 Address Range Protector 3 Protection Register
GTM_CCM4_ARP4_CTRL 0xF01E2820          CCM4 Address Range Protector 4 Control Register
GTM_CCM4_ARP4_PROT 0xF01E2824          CCM4 Address Range Protector 4 Protection Register
GTM_CCM4_ARP5_CTRL 0xF01E2828          CCM4 Address Range Protector 5 Control Register
GTM_CCM4_ARP5_PROT 0xF01E282C          CCM4 Address Range Protector 5 Protection Register
GTM_CCM4_ARP6_CTRL 0xF01E2830          CCM4 Address Range Protector 6 Control Register
GTM_CCM4_ARP6_PROT 0xF01E2834          CCM4 Address Range Protector 6 Protection Register
GTM_CCM4_ARP7_CTRL 0xF01E2838          CCM4 Address Range Protector 7 Control Register
GTM_CCM4_ARP7_PROT 0xF01E283C          CCM4 Address Range Protector 7 Protection Register
GTM_CCM4_ARP8_CTRL 0xF01E2840          CCM4 Address Range Protector 8 Control Register
GTM_CCM4_ARP8_PROT 0xF01E2844          CCM4 Address Range Protector 8 Protection Register
GTM_CCM4_ARP9_CTRL 0xF01E2848          CCM4 Address Range Protector 9 Control Register
GTM_CCM4_ARP9_PROT 0xF01E284C          CCM4 Address Range Protector 9 Protection Register
GTM_CCM4_AEIM_STA 0xF01E29D8          CCM4 MCS Bus Master Status Register
GTM_CCM4_HW_CONF 0xF01E29DC          CCM4 Hardware Configuration Register
GTM_CCM4_TIM_AUX_IN_SRC 0xF01E29E0          CCM4 TIM Module AUX_IN Source Selection Register
GTM_CCM4_EXT_CAP_EN 0xF01E29E4          CCM4 External Capture Trigger Enable Register
GTM_CCM4_TOM_OUT 0xF01E29E8          CCM4 TOM Output Level Register
GTM_CCM4_ATOM_OUT 0xF01E29EC          CCM4 ATOM Output Level Register
GTM_CCM4_CMU_CLK_CFG 0xF01E29F0          CCM4 CMU Clock Configuration Register
GTM_CCM4_CMU_FXCLK_CFG 0xF01E29F4          CCM4 CMU Fixed Clock Configuration Register
GTM_CCM4_CFG    0xF01E29F8          CCM4 Configuration Register
GTM_CCM4_PROT   0xF01E29FC          CCM4 Protection Register
GTM_CCM5_ARP0_CTRL 0xF01E2A00          CCM5 Address Range Protector 0 Control Register
GTM_CCM5_ARP0_PROT 0xF01E2A04          CCM5 Address Range Protector 0 Protection Register
GTM_CCM5_ARP1_CTRL 0xF01E2A08          CCM5 Address Range Protector 1 Control Register
GTM_CCM5_ARP1_PROT 0xF01E2A0C          CCM5 Address Range Protector 1 Protection Register
GTM_CCM5_ARP2_CTRL 0xF01E2A10          CCM5 Address Range Protector 2 Control Register
GTM_CCM5_ARP2_PROT 0xF01E2A14          CCM5 Address Range Protector 2 Protection Register
GTM_CCM5_ARP3_CTRL 0xF01E2A18          CCM5 Address Range Protector 3 Control Register
GTM_CCM5_ARP3_PROT 0xF01E2A1C          CCM5 Address Range Protector 3 Protection Register
GTM_CCM5_ARP4_CTRL 0xF01E2A20          CCM5 Address Range Protector 4 Control Register
GTM_CCM5_ARP4_PROT 0xF01E2A24          CCM5 Address Range Protector 4 Protection Register
GTM_CCM5_ARP5_CTRL 0xF01E2A28          CCM5 Address Range Protector 5 Control Register
GTM_CCM5_ARP5_PROT 0xF01E2A2C          CCM5 Address Range Protector 5 Protection Register
GTM_CCM5_ARP6_CTRL 0xF01E2A30          CCM5 Address Range Protector 6 Control Register
GTM_CCM5_ARP6_PROT 0xF01E2A34          CCM5 Address Range Protector 6 Protection Register
GTM_CCM5_ARP7_CTRL 0xF01E2A38          CCM5 Address Range Protector 7 Control Register
GTM_CCM5_ARP7_PROT 0xF01E2A3C          CCM5 Address Range Protector 7 Protection Register
GTM_CCM5_ARP8_CTRL 0xF01E2A40          CCM5 Address Range Protector 8 Control Register
GTM_CCM5_ARP8_PROT 0xF01E2A44          CCM5 Address Range Protector 8 Protection Register
GTM_CCM5_ARP9_CTRL 0xF01E2A48          CCM5 Address Range Protector 9 Control Register
GTM_CCM5_ARP9_PROT 0xF01E2A4C          CCM5 Address Range Protector 9 Protection Register
GTM_CCM5_AEIM_STA 0xF01E2BD8          CCM5 MCS Bus Master Status Register
GTM_CCM5_HW_CONF 0xF01E2BDC          CCM5 Hardware Configuration Register
GTM_CCM5_TIM_AUX_IN_SRC 0xF01E2BE0          CCM5 TIM Module AUX_IN Source Selection Register
GTM_CCM5_EXT_CAP_EN 0xF01E2BE4          CCM5 External Capture Trigger Enable Register
GTM_CCM5_TOM_OUT 0xF01E2BE8          CCM5 TOM Output Level Register
GTM_CCM5_ATOM_OUT 0xF01E2BEC          CCM5 ATOM Output Level Register
GTM_CCM5_CMU_CLK_CFG 0xF01E2BF0          CCM5 CMU Clock Configuration Register
GTM_CCM5_CMU_FXCLK_CFG 0xF01E2BF4          CCM5 CMU Fixed Clock Configuration Register
GTM_CCM5_CFG    0xF01E2BF8          CCM5 Configuration Register
GTM_CCM5_PROT   0xF01E2BFC          CCM5 Protection Register
GTM_CCM6_ARP0_CTRL 0xF01E2C00          CCM6 Address Range Protector 0 Control Register
GTM_CCM6_ARP0_PROT 0xF01E2C04          CCM6 Address Range Protector 0 Protection Register
GTM_CCM6_ARP1_CTRL 0xF01E2C08          CCM6 Address Range Protector 1 Control Register
GTM_CCM6_ARP1_PROT 0xF01E2C0C          CCM6 Address Range Protector 1 Protection Register
GTM_CCM6_ARP2_CTRL 0xF01E2C10          CCM6 Address Range Protector 2 Control Register
GTM_CCM6_ARP2_PROT 0xF01E2C14          CCM6 Address Range Protector 2 Protection Register
GTM_CCM6_ARP3_CTRL 0xF01E2C18          CCM6 Address Range Protector 3 Control Register
GTM_CCM6_ARP3_PROT 0xF01E2C1C          CCM6 Address Range Protector 3 Protection Register
GTM_CCM6_ARP4_CTRL 0xF01E2C20          CCM6 Address Range Protector 4 Control Register
GTM_CCM6_ARP4_PROT 0xF01E2C24          CCM6 Address Range Protector 4 Protection Register
GTM_CCM6_ARP5_CTRL 0xF01E2C28          CCM6 Address Range Protector 5 Control Register
GTM_CCM6_ARP5_PROT 0xF01E2C2C          CCM6 Address Range Protector 5 Protection Register
GTM_CCM6_ARP6_CTRL 0xF01E2C30          CCM6 Address Range Protector 6 Control Register
GTM_CCM6_ARP6_PROT 0xF01E2C34          CCM6 Address Range Protector 6 Protection Register
GTM_CCM6_ARP7_CTRL 0xF01E2C38          CCM6 Address Range Protector 7 Control Register
GTM_CCM6_ARP7_PROT 0xF01E2C3C          CCM6 Address Range Protector 7 Protection Register
GTM_CCM6_ARP8_CTRL 0xF01E2C40          CCM6 Address Range Protector 8 Control Register
GTM_CCM6_ARP8_PROT 0xF01E2C44          CCM6 Address Range Protector 8 Protection Register
GTM_CCM6_ARP9_CTRL 0xF01E2C48          CCM6 Address Range Protector 9 Control Register
GTM_CCM6_ARP9_PROT 0xF01E2C4C          CCM6 Address Range Protector 9 Protection Register
GTM_CCM6_AEIM_STA 0xF01E2DD8          CCM6 MCS Bus Master Status Register
GTM_CCM6_HW_CONF 0xF01E2DDC          CCM6 Hardware Configuration Register
GTM_CCM6_TIM_AUX_IN_SRC 0xF01E2DE0          CCM6 TIM Module AUX_IN Source Selection Register
GTM_CCM6_EXT_CAP_EN 0xF01E2DE4          CCM6 External Capture Trigger Enable Register
GTM_CCM6_ATOM_OUT 0xF01E2DEC          CCM6 ATOM Output Level Register
GTM_CCM6_CMU_CLK_CFG 0xF01E2DF0          CCM6 CMU Clock Configuration Register
GTM_CCM6_CMU_FXCLK_CFG 0xF01E2DF4          CCM6 CMU Fixed Clock Configuration Register
GTM_CCM6_CFG    0xF01E2DF8          CCM6 Configuration Register
GTM_CCM6_PROT   0xF01E2DFC          CCM6 Protection Register
GTM_CCM7_ARP0_CTRL 0xF01E2E00          CCM7 Address Range Protector 0 Control Register
GTM_CCM7_ARP0_PROT 0xF01E2E04          CCM7 Address Range Protector 0 Protection Register
GTM_CCM7_ARP1_CTRL 0xF01E2E08          CCM7 Address Range Protector 1 Control Register
GTM_CCM7_ARP1_PROT 0xF01E2E0C          CCM7 Address Range Protector 1 Protection Register
GTM_CCM7_ARP2_CTRL 0xF01E2E10          CCM7 Address Range Protector 2 Control Register
GTM_CCM7_ARP2_PROT 0xF01E2E14          CCM7 Address Range Protector 2 Protection Register
GTM_CCM7_ARP3_CTRL 0xF01E2E18          CCM7 Address Range Protector 3 Control Register
GTM_CCM7_ARP3_PROT 0xF01E2E1C          CCM7 Address Range Protector 3 Protection Register
GTM_CCM7_ARP4_CTRL 0xF01E2E20          CCM7 Address Range Protector 4 Control Register
GTM_CCM7_ARP4_PROT 0xF01E2E24          CCM7 Address Range Protector 4 Protection Register
GTM_CCM7_ARP5_CTRL 0xF01E2E28          CCM7 Address Range Protector 5 Control Register
GTM_CCM7_ARP5_PROT 0xF01E2E2C          CCM7 Address Range Protector 5 Protection Register
GTM_CCM7_ARP6_CTRL 0xF01E2E30          CCM7 Address Range Protector 6 Control Register
GTM_CCM7_ARP6_PROT 0xF01E2E34          CCM7 Address Range Protector 6 Protection Register
GTM_CCM7_ARP7_CTRL 0xF01E2E38          CCM7 Address Range Protector 7 Control Register
GTM_CCM7_ARP7_PROT 0xF01E2E3C          CCM7 Address Range Protector 7 Protection Register
GTM_CCM7_ARP8_CTRL 0xF01E2E40          CCM7 Address Range Protector 8 Control Register
GTM_CCM7_ARP8_PROT 0xF01E2E44          CCM7 Address Range Protector 8 Protection Register
GTM_CCM7_ARP9_CTRL 0xF01E2E48          CCM7 Address Range Protector 9 Control Register
GTM_CCM7_ARP9_PROT 0xF01E2E4C          CCM7 Address Range Protector 9 Protection Register
GTM_CCM7_AEIM_STA 0xF01E2FD8          CCM7 MCS Bus Master Status Register
GTM_CCM7_HW_CONF 0xF01E2FDC          CCM7 Hardware Configuration Register
GTM_CCM7_TIM_AUX_IN_SRC 0xF01E2FE0          CCM7 TIM Module AUX_IN Source Selection Register
GTM_CCM7_EXT_CAP_EN 0xF01E2FE4          CCM7 External Capture Trigger Enable Register
GTM_CCM7_ATOM_OUT 0xF01E2FEC          CCM7 ATOM Output Level Register
GTM_CCM7_CMU_CLK_CFG 0xF01E2FF0          CCM7 CMU Clock Configuration Register
GTM_CCM7_CMU_FXCLK_CFG 0xF01E2FF4          CCM7 CMU Fixed Clock Configuration Register
GTM_CCM7_CFG    0xF01E2FF8          CCM7 Configuration Register
GTM_CCM7_PROT   0xF01E2FFC          CCM7 Protection Register
GTM_CCM8_ARP0_CTRL 0xF01E3000          CCM8 Address Range Protector 0 Control Register
GTM_CCM8_ARP0_PROT 0xF01E3004          CCM8 Address Range Protector 0 Protection Register
GTM_CCM8_ARP1_CTRL 0xF01E3008          CCM8 Address Range Protector 1 Control Register
GTM_CCM8_ARP1_PROT 0xF01E300C          CCM8 Address Range Protector 1 Protection Register
GTM_CCM8_ARP2_CTRL 0xF01E3010          CCM8 Address Range Protector 2 Control Register
GTM_CCM8_ARP2_PROT 0xF01E3014          CCM8 Address Range Protector 2 Protection Register
GTM_CCM8_ARP3_CTRL 0xF01E3018          CCM8 Address Range Protector 3 Control Register
GTM_CCM8_ARP3_PROT 0xF01E301C          CCM8 Address Range Protector 3 Protection Register
GTM_CCM8_ARP4_CTRL 0xF01E3020          CCM8 Address Range Protector 4 Control Register
GTM_CCM8_ARP4_PROT 0xF01E3024          CCM8 Address Range Protector 4 Protection Register
GTM_CCM8_ARP5_CTRL 0xF01E3028          CCM8 Address Range Protector 5 Control Register
GTM_CCM8_ARP5_PROT 0xF01E302C          CCM8 Address Range Protector 5 Protection Register
GTM_CCM8_ARP6_CTRL 0xF01E3030          CCM8 Address Range Protector 6 Control Register
GTM_CCM8_ARP6_PROT 0xF01E3034          CCM8 Address Range Protector 6 Protection Register
GTM_CCM8_ARP7_CTRL 0xF01E3038          CCM8 Address Range Protector 7 Control Register
GTM_CCM8_ARP7_PROT 0xF01E303C          CCM8 Address Range Protector 7 Protection Register
GTM_CCM8_ARP8_CTRL 0xF01E3040          CCM8 Address Range Protector 8 Control Register
GTM_CCM8_ARP8_PROT 0xF01E3044          CCM8 Address Range Protector 8 Protection Register
GTM_CCM8_ARP9_CTRL 0xF01E3048          CCM8 Address Range Protector 9 Control Register
GTM_CCM8_ARP9_PROT 0xF01E304C          CCM8 Address Range Protector 9 Protection Register
GTM_CCM8_AEIM_STA 0xF01E31D8          CCM8 MCS Bus Master Status Register
GTM_CCM8_HW_CONF 0xF01E31DC          CCM8 Hardware Configuration Register
GTM_CCM8_ATOM_OUT 0xF01E31EC          CCM8 ATOM Output Level Register
GTM_CCM8_CMU_CLK_CFG 0xF01E31F0          CCM8 CMU Clock Configuration Register
GTM_CCM8_CMU_FXCLK_CFG 0xF01E31F4          CCM8 CMU Fixed Clock Configuration Register
GTM_CCM8_CFG    0xF01E31F8          CCM8 Configuration Register
GTM_CCM8_PROT   0xF01E31FC          CCM8 Protection Register
GTM_CCM9_ARP0_CTRL 0xF01E3200          CCM9 Address Range Protector 0 Control Register
GTM_CCM9_ARP0_PROT 0xF01E3204          CCM9 Address Range Protector 0 Protection Register
GTM_CCM9_ARP1_CTRL 0xF01E3208          CCM9 Address Range Protector 1 Control Register
GTM_CCM9_ARP1_PROT 0xF01E320C          CCM9 Address Range Protector 1 Protection Register
GTM_CCM9_ARP2_CTRL 0xF01E3210          CCM9 Address Range Protector 2 Control Register
GTM_CCM9_ARP2_PROT 0xF01E3214          CCM9 Address Range Protector 2 Protection Register
GTM_CCM9_ARP3_CTRL 0xF01E3218          CCM9 Address Range Protector 3 Control Register
GTM_CCM9_ARP3_PROT 0xF01E321C          CCM9 Address Range Protector 3 Protection Register
GTM_CCM9_ARP4_CTRL 0xF01E3220          CCM9 Address Range Protector 4 Control Register
GTM_CCM9_ARP4_PROT 0xF01E3224          CCM9 Address Range Protector 4 Protection Register
GTM_CCM9_ARP5_CTRL 0xF01E3228          CCM9 Address Range Protector 5 Control Register
GTM_CCM9_ARP5_PROT 0xF01E322C          CCM9 Address Range Protector 5 Protection Register
GTM_CCM9_ARP6_CTRL 0xF01E3230          CCM9 Address Range Protector 6 Control Register
GTM_CCM9_ARP6_PROT 0xF01E3234          CCM9 Address Range Protector 6 Protection Register
GTM_CCM9_ARP7_CTRL 0xF01E3238          CCM9 Address Range Protector 7 Control Register
GTM_CCM9_ARP7_PROT 0xF01E323C          CCM9 Address Range Protector 7 Protection Register
GTM_CCM9_ARP8_CTRL 0xF01E3240          CCM9 Address Range Protector 8 Control Register
GTM_CCM9_ARP8_PROT 0xF01E3244          CCM9 Address Range Protector 8 Protection Register
GTM_CCM9_ARP9_CTRL 0xF01E3248          CCM9 Address Range Protector 9 Control Register
GTM_CCM9_ARP9_PROT 0xF01E324C          CCM9 Address Range Protector 9 Protection Register
GTM_CCM9_AEIM_STA 0xF01E33D8          CCM9 MCS Bus Master Status Register
GTM_CCM9_HW_CONF 0xF01E33DC          CCM9 Hardware Configuration Register
GTM_CCM9_ATOM_OUT 0xF01E33EC          CCM9 ATOM Output Level Register
GTM_CCM9_CMU_CLK_CFG 0xF01E33F0          CCM9 CMU Clock Configuration Register
GTM_CCM9_CMU_FXCLK_CFG 0xF01E33F4          CCM9 CMU Fixed Clock Configuration Register
GTM_CCM9_CFG    0xF01E33F8          CCM9 Configuration Register
GTM_CCM9_PROT   0xF01E33FC          CCM9 Protection Register
GTM_CCM10_HW_CONF 0xF01E35DC          CCM10 Hardware Configuration Register
GTM_CCM10_ATOM_OUT 0xF01E35EC          CCM10 ATOM Output Level Register
GTM_CCM10_CMU_CLK_CFG 0xF01E35F0          CCM10 CMU Clock Configuration Register
GTM_CCM10_CMU_FXCLK_CFG 0xF01E35F4          CCM10 CMU Fixed Clock Configuration Register
GTM_CCM10_CFG   0xF01E35F8          CCM10 Configuration Register
GTM_CCM10_PROT  0xF01E35FC          CCM10 Protection Register
GTM_CCM11_HW_CONF 0xF01E37DC          CCM11 Hardware Configuration Register
GTM_CCM11_ATOM_OUT 0xF01E37EC          CCM11 ATOM Output Level Register
GTM_CCM11_CMU_CLK_CFG 0xF01E37F0          CCM11 CMU Clock Configuration Register
GTM_CCM11_CMU_FXCLK_CFG 0xF01E37F4          CCM11 CMU Fixed Clock Configuration Register
GTM_CCM11_CFG   0xF01E37F8          CCM11 Configuration Register
GTM_CCM11_PROT  0xF01E37FC          CCM11 Protection Register
GTM_CDTM0_DTM0_CTRL 0xF01E4000          CDTM0 DTM0 Global Configuration and Control Register
GTM_CDTM0_DTM0_CH_CTRL1 0xF01E4004          CDTM0 DTM0 Channel Control Register 1
GTM_CDTM0_DTM0_CH_CTRL2 0xF01E4008          CDTM0 DTM0 Channel Control Register 2
GTM_CDTM0_DTM0_CH_CTRL2_SR 0xF01E400C          CDTM0 DTM0 Channel Control Register 2 Shadow
GTM_CDTM0_DTM0_PS_CTRL 0xF01E4010          CDTM0 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM0_CH0_DTV 0xF01E4014          CDTM0 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM0_CH1_DTV 0xF01E4018          CDTM0 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM0_CH2_DTV 0xF01E401C          CDTM0 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM0_CH3_DTV 0xF01E4020          CDTM0 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM0_CH_SR 0xF01E4024          CDTM0 DTM0 Channel Shadow Register
GTM_CDTM0_DTM0_CH_CTRL3 0xF01E4028          CDTM0 DTM0 Channel Control Register 3
GTM_CDTM0_DTM1_CTRL 0xF01E4040          CDTM0 DTM1 Global Configuration and Control Register
GTM_CDTM0_DTM1_CH_CTRL1 0xF01E4044          CDTM0 DTM1 Channel Control Register 1
GTM_CDTM0_DTM1_CH_CTRL2 0xF01E4048          CDTM0 DTM1 Channel Control Register 2
GTM_CDTM0_DTM1_CH_CTRL2_SR 0xF01E404C          CDTM0 DTM1 Channel Control Register 2 Shadow
GTM_CDTM0_DTM1_PS_CTRL 0xF01E4050          CDTM0 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM1_CH0_DTV 0xF01E4054          CDTM0 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM1_CH1_DTV 0xF01E4058          CDTM0 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM1_CH2_DTV 0xF01E405C          CDTM0 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM1_CH3_DTV 0xF01E4060          CDTM0 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM1_CH_SR 0xF01E4064          CDTM0 DTM1 Channel Shadow Register
GTM_CDTM0_DTM1_CH_CTRL3 0xF01E4068          CDTM0 DTM1 Channel Control Register 3
GTM_CDTM0_DTM4_CTRL 0xF01E4100          CDTM0 DTM4 Global Configuration and Control Register
GTM_CDTM0_DTM4_CH_CTRL1 0xF01E4104          CDTM0 DTM4 Channel Control Register 1
GTM_CDTM0_DTM4_CH_CTRL2 0xF01E4108          CDTM0 DTM4 Channel Control Register 2
GTM_CDTM0_DTM4_CH_CTRL2_SR 0xF01E410C          CDTM0 DTM4 Channel Control Register 2 Shadow
GTM_CDTM0_DTM4_PS_CTRL 0xF01E4110          CDTM0 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM4_CH0_DTV 0xF01E4114          CDTM0 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM4_CH1_DTV 0xF01E4118          CDTM0 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM4_CH2_DTV 0xF01E411C          CDTM0 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM4_CH3_DTV 0xF01E4120          CDTM0 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM4_CH_SR 0xF01E4124          CDTM0 DTM4 Channel Shadow Register
GTM_CDTM0_DTM4_CH_CTRL3 0xF01E4128          CDTM0 DTM4 Channel Control Register 3
GTM_CDTM0_DTM5_CTRL 0xF01E4140          CDTM0 DTM5 Global Configuration and Control Register
GTM_CDTM0_DTM5_CH_CTRL1 0xF01E4144          CDTM0 DTM5 Channel Control Register 1
GTM_CDTM0_DTM5_CH_CTRL2 0xF01E4148          CDTM0 DTM5 Channel Control Register 2
GTM_CDTM0_DTM5_CH_CTRL2_SR 0xF01E414C          CDTM0 DTM5 Channel Control Register 2 Shadow
GTM_CDTM0_DTM5_PS_CTRL 0xF01E4150          CDTM0 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM0_DTM5_CH0_DTV 0xF01E4154          CDTM0 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM0_DTM5_CH1_DTV 0xF01E4158          CDTM0 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM0_DTM5_CH2_DTV 0xF01E415C          CDTM0 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM0_DTM5_CH3_DTV 0xF01E4160          CDTM0 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM0_DTM5_CH_SR 0xF01E4164          CDTM0 DTM5 Channel Shadow Register
GTM_CDTM0_DTM5_CH_CTRL3 0xF01E4168          CDTM0 DTM5 Channel Control Register 3
GTM_CDTM1_DTM0_CTRL 0xF01E4400          CDTM1 DTM0 Global Configuration and Control Register
GTM_CDTM1_DTM0_CH_CTRL1 0xF01E4404          CDTM1 DTM0 Channel Control Register 1
GTM_CDTM1_DTM0_CH_CTRL2 0xF01E4408          CDTM1 DTM0 Channel Control Register 2
GTM_CDTM1_DTM0_CH_CTRL2_SR 0xF01E440C          CDTM1 DTM0 Channel Control Register 2 Shadow
GTM_CDTM1_DTM0_PS_CTRL 0xF01E4410          CDTM1 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM0_CH0_DTV 0xF01E4414          CDTM1 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM0_CH1_DTV 0xF01E4418          CDTM1 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM0_CH2_DTV 0xF01E441C          CDTM1 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM0_CH3_DTV 0xF01E4420          CDTM1 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM0_CH_SR 0xF01E4424          CDTM1 DTM0 Channel Shadow Register
GTM_CDTM1_DTM0_CH_CTRL3 0xF01E4428          CDTM1 DTM0 Channel Control Register 3
GTM_CDTM1_DTM1_CTRL 0xF01E4440          CDTM1 DTM1 Global Configuration and Control Register
GTM_CDTM1_DTM1_CH_CTRL1 0xF01E4444          CDTM1 DTM1 Channel Control Register 1
GTM_CDTM1_DTM1_CH_CTRL2 0xF01E4448          CDTM1 DTM1 Channel Control Register 2
GTM_CDTM1_DTM1_CH_CTRL2_SR 0xF01E444C          CDTM1 DTM1 Channel Control Register 2 Shadow
GTM_CDTM1_DTM1_PS_CTRL 0xF01E4450          CDTM1 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM1_CH0_DTV 0xF01E4454          CDTM1 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM1_CH1_DTV 0xF01E4458          CDTM1 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM1_CH2_DTV 0xF01E445C          CDTM1 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM1_CH3_DTV 0xF01E4460          CDTM1 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM1_CH_SR 0xF01E4464          CDTM1 DTM1 Channel Shadow Register
GTM_CDTM1_DTM1_CH_CTRL3 0xF01E4468          CDTM1 DTM1 Channel Control Register 3
GTM_CDTM1_DTM4_CTRL 0xF01E4500          CDTM1 DTM4 Global Configuration and Control Register
GTM_CDTM1_DTM4_CH_CTRL1 0xF01E4504          CDTM1 DTM4 Channel Control Register 1
GTM_CDTM1_DTM4_CH_CTRL2 0xF01E4508          CDTM1 DTM4 Channel Control Register 2
GTM_CDTM1_DTM4_CH_CTRL2_SR 0xF01E450C          CDTM1 DTM4 Channel Control Register 2 Shadow
GTM_CDTM1_DTM4_PS_CTRL 0xF01E4510          CDTM1 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM4_CH0_DTV 0xF01E4514          CDTM1 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM4_CH1_DTV 0xF01E4518          CDTM1 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM4_CH2_DTV 0xF01E451C          CDTM1 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM4_CH3_DTV 0xF01E4520          CDTM1 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM4_CH_SR 0xF01E4524          CDTM1 DTM4 Channel Shadow Register
GTM_CDTM1_DTM4_CH_CTRL3 0xF01E4528          CDTM1 DTM4 Channel Control Register 3
GTM_CDTM1_DTM5_CTRL 0xF01E4540          CDTM1 DTM5 Global Configuration and Control Register
GTM_CDTM1_DTM5_CH_CTRL1 0xF01E4544          CDTM1 DTM5 Channel Control Register 1
GTM_CDTM1_DTM5_CH_CTRL2 0xF01E4548          CDTM1 DTM5 Channel Control Register 2
GTM_CDTM1_DTM5_CH_CTRL2_SR 0xF01E454C          CDTM1 DTM5 Channel Control Register 2 Shadow
GTM_CDTM1_DTM5_PS_CTRL 0xF01E4550          CDTM1 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM1_DTM5_CH0_DTV 0xF01E4554          CDTM1 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM1_DTM5_CH1_DTV 0xF01E4558          CDTM1 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM1_DTM5_CH2_DTV 0xF01E455C          CDTM1 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM1_DTM5_CH3_DTV 0xF01E4560          CDTM1 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM1_DTM5_CH_SR 0xF01E4564          CDTM1 DTM5 Channel Shadow Register
GTM_CDTM1_DTM5_CH_CTRL3 0xF01E4568          CDTM1 DTM5 Channel Control Register 3
GTM_CDTM2_DTM0_CTRL 0xF01E4800          CDTM2 DTM0 Global Configuration and Control Register
GTM_CDTM2_DTM0_CH_CTRL1 0xF01E4804          CDTM2 DTM0 Channel Control Register 1
GTM_CDTM2_DTM0_CH_CTRL2 0xF01E4808          CDTM2 DTM0 Channel Control Register 2
GTM_CDTM2_DTM0_CH_CTRL2_SR 0xF01E480C          CDTM2 DTM0 Channel Control Register 2 Shadow
GTM_CDTM2_DTM0_PS_CTRL 0xF01E4810          CDTM2 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM0_CH0_DTV 0xF01E4814          CDTM2 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM0_CH1_DTV 0xF01E4818          CDTM2 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM0_CH2_DTV 0xF01E481C          CDTM2 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM0_CH3_DTV 0xF01E4820          CDTM2 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM0_CH_SR 0xF01E4824          CDTM2 DTM0 Channel Shadow Register
GTM_CDTM2_DTM0_CH_CTRL3 0xF01E4828          CDTM2 DTM0 Channel Control Register 3
GTM_CDTM2_DTM1_CTRL 0xF01E4840          CDTM2 DTM1 Global Configuration and Control Register
GTM_CDTM2_DTM1_CH_CTRL1 0xF01E4844          CDTM2 DTM1 Channel Control Register 1
GTM_CDTM2_DTM1_CH_CTRL2 0xF01E4848          CDTM2 DTM1 Channel Control Register 2
GTM_CDTM2_DTM1_CH_CTRL2_SR 0xF01E484C          CDTM2 DTM1 Channel Control Register 2 Shadow
GTM_CDTM2_DTM1_PS_CTRL 0xF01E4850          CDTM2 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM1_CH0_DTV 0xF01E4854          CDTM2 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM1_CH1_DTV 0xF01E4858          CDTM2 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM1_CH2_DTV 0xF01E485C          CDTM2 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM1_CH3_DTV 0xF01E4860          CDTM2 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM1_CH_SR 0xF01E4864          CDTM2 DTM1 Channel Shadow Register
GTM_CDTM2_DTM1_CH_CTRL3 0xF01E4868          CDTM2 DTM1 Channel Control Register 3
GTM_CDTM2_DTM4_CTRL 0xF01E4900          CDTM2 DTM4 Global Configuration and Control Register
GTM_CDTM2_DTM4_CH_CTRL1 0xF01E4904          CDTM2 DTM4 Channel Control Register 1
GTM_CDTM2_DTM4_CH_CTRL2 0xF01E4908          CDTM2 DTM4 Channel Control Register 2
GTM_CDTM2_DTM4_CH_CTRL2_SR 0xF01E490C          CDTM2 DTM4 Channel Control Register 2 Shadow
GTM_CDTM2_DTM4_PS_CTRL 0xF01E4910          CDTM2 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM4_CH0_DTV 0xF01E4914          CDTM2 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM4_CH1_DTV 0xF01E4918          CDTM2 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM4_CH2_DTV 0xF01E491C          CDTM2 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM4_CH3_DTV 0xF01E4920          CDTM2 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM4_CH_SR 0xF01E4924          CDTM2 DTM4 Channel Shadow Register
GTM_CDTM2_DTM4_CH_CTRL3 0xF01E4928          CDTM2 DTM4 Channel Control Register 3
GTM_CDTM2_DTM5_CTRL 0xF01E4940          CDTM2 DTM5 Global Configuration and Control Register
GTM_CDTM2_DTM5_CH_CTRL1 0xF01E4944          CDTM2 DTM5 Channel Control Register 1
GTM_CDTM2_DTM5_CH_CTRL2 0xF01E4948          CDTM2 DTM5 Channel Control Register 2
GTM_CDTM2_DTM5_CH_CTRL2_SR 0xF01E494C          CDTM2 DTM5 Channel Control Register 2 Shadow
GTM_CDTM2_DTM5_PS_CTRL 0xF01E4950          CDTM2 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM2_DTM5_CH0_DTV 0xF01E4954          CDTM2 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM2_DTM5_CH1_DTV 0xF01E4958          CDTM2 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM2_DTM5_CH2_DTV 0xF01E495C          CDTM2 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM2_DTM5_CH3_DTV 0xF01E4960          CDTM2 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM2_DTM5_CH_SR 0xF01E4964          CDTM2 DTM5 Channel Shadow Register
GTM_CDTM2_DTM5_CH_CTRL3 0xF01E4968          CDTM2 DTM5 Channel Control Register 3
GTM_CDTM3_DTM0_CTRL 0xF01E4C00          CDTM3 DTM0 Global Configuration and Control Register
GTM_CDTM3_DTM0_CH_CTRL1 0xF01E4C04          CDTM3 DTM0 Channel Control Register 1
GTM_CDTM3_DTM0_CH_CTRL2 0xF01E4C08          CDTM3 DTM0 Channel Control Register 2
GTM_CDTM3_DTM0_CH_CTRL2_SR 0xF01E4C0C          CDTM3 DTM0 Channel Control Register 2 Shadow
GTM_CDTM3_DTM0_PS_CTRL 0xF01E4C10          CDTM3 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM3_DTM0_CH0_DTV 0xF01E4C14          CDTM3 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM3_DTM0_CH1_DTV 0xF01E4C18          CDTM3 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM3_DTM0_CH2_DTV 0xF01E4C1C          CDTM3 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM3_DTM0_CH3_DTV 0xF01E4C20          CDTM3 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM3_DTM0_CH_SR 0xF01E4C24          CDTM3 DTM0 Channel Shadow Register
GTM_CDTM3_DTM0_CH_CTRL3 0xF01E4C28          CDTM3 DTM0 Channel Control Register 3
GTM_CDTM3_DTM1_CTRL 0xF01E4C40          CDTM3 DTM1 Global Configuration and Control Register
GTM_CDTM3_DTM1_CH_CTRL1 0xF01E4C44          CDTM3 DTM1 Channel Control Register 1
GTM_CDTM3_DTM1_CH_CTRL2 0xF01E4C48          CDTM3 DTM1 Channel Control Register 2
GTM_CDTM3_DTM1_CH_CTRL2_SR 0xF01E4C4C          CDTM3 DTM1 Channel Control Register 2 Shadow
GTM_CDTM3_DTM1_PS_CTRL 0xF01E4C50          CDTM3 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM3_DTM1_CH0_DTV 0xF01E4C54          CDTM3 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM3_DTM1_CH1_DTV 0xF01E4C58          CDTM3 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM3_DTM1_CH2_DTV 0xF01E4C5C          CDTM3 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM3_DTM1_CH3_DTV 0xF01E4C60          CDTM3 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM3_DTM1_CH_SR 0xF01E4C64          CDTM3 DTM1 Channel Shadow Register
GTM_CDTM3_DTM1_CH_CTRL3 0xF01E4C68          CDTM3 DTM1 Channel Control Register 3
GTM_CDTM3_DTM4_CTRL 0xF01E4D00          CDTM3 DTM4 Global Configuration and Control Register
GTM_CDTM3_DTM4_CH_CTRL1 0xF01E4D04          CDTM3 DTM4 Channel Control Register 1
GTM_CDTM3_DTM4_CH_CTRL2 0xF01E4D08          CDTM3 DTM4 Channel Control Register 2
GTM_CDTM3_DTM4_CH_CTRL2_SR 0xF01E4D0C          CDTM3 DTM4 Channel Control Register 2 Shadow
GTM_CDTM3_DTM4_PS_CTRL 0xF01E4D10          CDTM3 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM3_DTM4_CH0_DTV 0xF01E4D14          CDTM3 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM3_DTM4_CH1_DTV 0xF01E4D18          CDTM3 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM3_DTM4_CH2_DTV 0xF01E4D1C          CDTM3 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM3_DTM4_CH3_DTV 0xF01E4D20          CDTM3 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM3_DTM4_CH_SR 0xF01E4D24          CDTM3 DTM4 Channel Shadow Register
GTM_CDTM3_DTM4_CH_CTRL3 0xF01E4D28          CDTM3 DTM4 Channel Control Register 3
GTM_CDTM3_DTM5_CTRL 0xF01E4D40          CDTM3 DTM5 Global Configuration and Control Register
GTM_CDTM3_DTM5_CH_CTRL1 0xF01E4D44          CDTM3 DTM5 Channel Control Register 1
GTM_CDTM3_DTM5_CH_CTRL2 0xF01E4D48          CDTM3 DTM5 Channel Control Register 2
GTM_CDTM3_DTM5_CH_CTRL2_SR 0xF01E4D4C          CDTM3 DTM5 Channel Control Register 2 Shadow
GTM_CDTM3_DTM5_PS_CTRL 0xF01E4D50          CDTM3 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM3_DTM5_CH0_DTV 0xF01E4D54          CDTM3 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM3_DTM5_CH1_DTV 0xF01E4D58          CDTM3 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM3_DTM5_CH2_DTV 0xF01E4D5C          CDTM3 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM3_DTM5_CH3_DTV 0xF01E4D60          CDTM3 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM3_DTM5_CH_SR 0xF01E4D64          CDTM3 DTM5 Channel Shadow Register
GTM_CDTM3_DTM5_CH_CTRL3 0xF01E4D68          CDTM3 DTM5 Channel Control Register 3
GTM_CDTM4_DTM0_CTRL 0xF01E5000          CDTM4 DTM0 Global Configuration and Control Register
GTM_CDTM4_DTM0_CH_CTRL1 0xF01E5004          CDTM4 DTM0 Channel Control Register 1
GTM_CDTM4_DTM0_CH_CTRL2 0xF01E5008          CDTM4 DTM0 Channel Control Register 2
GTM_CDTM4_DTM0_CH_CTRL2_SR 0xF01E500C          CDTM4 DTM0 Channel Control Register 2 Shadow
GTM_CDTM4_DTM0_PS_CTRL 0xF01E5010          CDTM4 DTM0 Phase Shift Unit Configuration and Control Register
GTM_CDTM4_DTM0_CH0_DTV 0xF01E5014          CDTM4 DTM0 Channel 0 Dead Time Reload Values
GTM_CDTM4_DTM0_CH1_DTV 0xF01E5018          CDTM4 DTM0 Channel 1 Dead Time Reload Values
GTM_CDTM4_DTM0_CH2_DTV 0xF01E501C          CDTM4 DTM0 Channel 2 Dead Time Reload Values
GTM_CDTM4_DTM0_CH3_DTV 0xF01E5020          CDTM4 DTM0 Channel 3 Dead Time Reload Values
GTM_CDTM4_DTM0_CH_SR 0xF01E5024          CDTM4 DTM0 Channel Shadow Register
GTM_CDTM4_DTM0_CH_CTRL3 0xF01E5028          CDTM4 DTM0 Channel Control Register 3
GTM_CDTM4_DTM1_CTRL 0xF01E5040          CDTM4 DTM1 Global Configuration and Control Register
GTM_CDTM4_DTM1_CH_CTRL1 0xF01E5044          CDTM4 DTM1 Channel Control Register 1
GTM_CDTM4_DTM1_CH_CTRL2 0xF01E5048          CDTM4 DTM1 Channel Control Register 2
GTM_CDTM4_DTM1_CH_CTRL2_SR 0xF01E504C          CDTM4 DTM1 Channel Control Register 2 Shadow
GTM_CDTM4_DTM1_PS_CTRL 0xF01E5050          CDTM4 DTM1 Phase Shift Unit Configuration and Control Register
GTM_CDTM4_DTM1_CH0_DTV 0xF01E5054          CDTM4 DTM1 Channel 0 Dead Time Reload Values
GTM_CDTM4_DTM1_CH1_DTV 0xF01E5058          CDTM4 DTM1 Channel 1 Dead Time Reload Values
GTM_CDTM4_DTM1_CH2_DTV 0xF01E505C          CDTM4 DTM1 Channel 2 Dead Time Reload Values
GTM_CDTM4_DTM1_CH3_DTV 0xF01E5060          CDTM4 DTM1 Channel 3 Dead Time Reload Values
GTM_CDTM4_DTM1_CH_SR 0xF01E5064          CDTM4 DTM1 Channel Shadow Register
GTM_CDTM4_DTM1_CH_CTRL3 0xF01E5068          CDTM4 DTM1 Channel Control Register 3
GTM_CDTM4_DTM4_CTRL 0xF01E5100          CDTM4 DTM4 Global Configuration and Control Register
GTM_CDTM4_DTM4_CH_CTRL1 0xF01E5104          CDTM4 DTM4 Channel Control Register 1
GTM_CDTM4_DTM4_CH_CTRL2 0xF01E5108          CDTM4 DTM4 Channel Control Register 2
GTM_CDTM4_DTM4_CH_CTRL2_SR 0xF01E510C          CDTM4 DTM4 Channel Control Register 2 Shadow
GTM_CDTM4_DTM4_PS_CTRL 0xF01E5110          CDTM4 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM4_DTM4_CH0_DTV 0xF01E5114          CDTM4 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM4_DTM4_CH1_DTV 0xF01E5118          CDTM4 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM4_DTM4_CH2_DTV 0xF01E511C          CDTM4 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM4_DTM4_CH3_DTV 0xF01E5120          CDTM4 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM4_DTM4_CH_SR 0xF01E5124          CDTM4 DTM4 Channel Shadow Register
GTM_CDTM4_DTM4_CH_CTRL3 0xF01E5128          CDTM4 DTM4 Channel Control Register 3
GTM_CDTM4_DTM5_CTRL 0xF01E5140          CDTM4 DTM5 Global Configuration and Control Register
GTM_CDTM4_DTM5_CH_CTRL1 0xF01E5144          CDTM4 DTM5 Channel Control Register 1
GTM_CDTM4_DTM5_CH_CTRL2 0xF01E5148          CDTM4 DTM5 Channel Control Register 2
GTM_CDTM4_DTM5_CH_CTRL2_SR 0xF01E514C          CDTM4 DTM5 Channel Control Register 2 Shadow
GTM_CDTM4_DTM5_PS_CTRL 0xF01E5150          CDTM4 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM4_DTM5_CH0_DTV 0xF01E5154          CDTM4 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM4_DTM5_CH1_DTV 0xF01E5158          CDTM4 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM4_DTM5_CH2_DTV 0xF01E515C          CDTM4 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM4_DTM5_CH3_DTV 0xF01E5160          CDTM4 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM4_DTM5_CH_SR 0xF01E5164          CDTM4 DTM5 Channel Shadow Register
GTM_CDTM4_DTM5_CH_CTRL3 0xF01E5168          CDTM4 DTM5 Channel Control Register 3
GTM_CDTM5_DTM4_CTRL 0xF01E5500          CDTM5 DTM4 Global Configuration and Control Register
GTM_CDTM5_DTM4_CH_CTRL1 0xF01E5504          CDTM5 DTM4 Channel Control Register 1
GTM_CDTM5_DTM4_CH_CTRL2 0xF01E5508          CDTM5 DTM4 Channel Control Register 2
GTM_CDTM5_DTM4_CH_CTRL2_SR 0xF01E550C          CDTM5 DTM4 Channel Control Register 2 Shadow
GTM_CDTM5_DTM4_PS_CTRL 0xF01E5510          CDTM5 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM5_DTM4_CH0_DTV 0xF01E5514          CDTM5 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM5_DTM4_CH1_DTV 0xF01E5518          CDTM5 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM5_DTM4_CH2_DTV 0xF01E551C          CDTM5 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM5_DTM4_CH3_DTV 0xF01E5520          CDTM5 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM5_DTM4_CH_SR 0xF01E5524          CDTM5 DTM4 Channel Shadow Register
GTM_CDTM5_DTM4_CH_CTRL3 0xF01E5528          CDTM5 DTM4 Channel Control Register 3
GTM_CDTM5_DTM5_CTRL 0xF01E5540          CDTM5 DTM5 Global Configuration and Control Register
GTM_CDTM5_DTM5_CH_CTRL1 0xF01E5544          CDTM5 DTM5 Channel Control Register 1
GTM_CDTM5_DTM5_CH_CTRL2 0xF01E5548          CDTM5 DTM5 Channel Control Register 2
GTM_CDTM5_DTM5_CH_CTRL2_SR 0xF01E554C          CDTM5 DTM5 Channel Control Register 2 Shadow
GTM_CDTM5_DTM5_PS_CTRL 0xF01E5550          CDTM5 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM5_DTM5_CH0_DTV 0xF01E5554          CDTM5 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM5_DTM5_CH1_DTV 0xF01E5558          CDTM5 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM5_DTM5_CH2_DTV 0xF01E555C          CDTM5 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM5_DTM5_CH3_DTV 0xF01E5560          CDTM5 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM5_DTM5_CH_SR 0xF01E5564          CDTM5 DTM5 Channel Shadow Register
GTM_CDTM5_DTM5_CH_CTRL3 0xF01E5568          CDTM5 DTM5 Channel Control Register 3
GTM_CDTM6_DTM4_CTRL 0xF01E5900          CDTM6 DTM4 Global Configuration and Control Register
GTM_CDTM6_DTM4_CH_CTRL1 0xF01E5904          CDTM6 DTM4 Channel Control Register 1
GTM_CDTM6_DTM4_CH_CTRL2 0xF01E5908          CDTM6 DTM4 Channel Control Register 2
GTM_CDTM6_DTM4_CH_CTRL2_SR 0xF01E590C          CDTM6 DTM4 Channel Control Register 2 Shadow
GTM_CDTM6_DTM4_PS_CTRL 0xF01E5910          CDTM6 DTM4 Phase Shift Unit Configuration and Control Register
GTM_CDTM6_DTM4_CH0_DTV 0xF01E5914          CDTM6 DTM4 Channel 0 Dead Time Reload Values
GTM_CDTM6_DTM4_CH1_DTV 0xF01E5918          CDTM6 DTM4 Channel 1 Dead Time Reload Values
GTM_CDTM6_DTM4_CH2_DTV 0xF01E591C          CDTM6 DTM4 Channel 2 Dead Time Reload Values
GTM_CDTM6_DTM4_CH3_DTV 0xF01E5920          CDTM6 DTM4 Channel 3 Dead Time Reload Values
GTM_CDTM6_DTM4_CH_SR 0xF01E5924          CDTM6 DTM4 Channel Shadow Register
GTM_CDTM6_DTM4_CH_CTRL3 0xF01E5928          CDTM6 DTM4 Channel Control Register 3
GTM_CDTM6_DTM5_CTRL 0xF01E5940          CDTM6 DTM5 Global Configuration and Control Register
GTM_CDTM6_DTM5_CH_CTRL1 0xF01E5944          CDTM6 DTM5 Channel Control Register 1
GTM_CDTM6_DTM5_CH_CTRL2 0xF01E5948          CDTM6 DTM5 Channel Control Register 2
GTM_CDTM6_DTM5_CH_CTRL2_SR 0xF01E594C          CDTM6 DTM5 Channel Control Register 2 Shadow
GTM_CDTM6_DTM5_PS_CTRL 0xF01E5950          CDTM6 DTM5 Phase Shift Unit Configuration and Control Register
GTM_CDTM6_DTM5_CH0_DTV 0xF01E5954          CDTM6 DTM5 Channel 0 Dead Time Reload Values
GTM_CDTM6_DTM5_CH1_DTV 0xF01E5958          CDTM6 DTM5 Channel 1 Dead Time Reload Values
GTM_CDTM6_DTM5_CH2_DTV 0xF01E595C          CDTM6 DTM5 Channel 2 Dead Time Reload Values
GTM_CDTM6_DTM5_CH3_DTV 0xF01E5960          CDTM6 DTM5 Channel 3 Dead Time Reload Values
GTM_CDTM6_DTM5_CH_SR 0xF01E5964          CDTM6 DTM5 Channel Shadow Register
GTM_CDTM6_DTM5_CH_CTRL3 0xF01E5968          CDTM6 DTM5 Channel Control Register 3
GTM_ATOM0_CH0_RDADDR 0xF01E8000          ATOM0 Channel 0 ARU read address Register
GTM_ATOM0_CH0_CTRL 0xF01E8004          ATOM0 Channel 0 Control Register
GTM_ATOM0_CH0_SR0 0xF01E8008          ATOM0 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM0_CH0_SR1 0xF01E800C          ATOM0 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM0_CH0_CM0 0xF01E8010          ATOM0 Channel 0 CCU0 Compare Register
GTM_ATOM0_CH0_CM1 0xF01E8014          ATOM0 Channel 0 CCU1 Compare Register
GTM_ATOM0_CH0_CN0 0xF01E8018          ATOM0 Channel 0 CCU0 Counter Register
GTM_ATOM0_CH0_STAT 0xF01E801C          ATOM0 Channel 0 Status Register
GTM_ATOM0_CH0_IRQ_NOTIFY 0xF01E8020          ATOM0 Channel 0 Interrupt Notification Register
GTM_ATOM0_CH0_IRQ_EN 0xF01E8024          ATOM0 Channel 0 Interrupt Enable Register
GTM_ATOM0_CH0_IRQ_FORCINT 0xF01E8028          ATOM0 Channel 0 Software Interrupt Generation Register
GTM_ATOM0_CH0_IRQ_MODE 0xF01E802C          ATOM0 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM0_AGC_GLB_CTRL 0xF01E8040          ATOM0 AGC Global Control Register
GTM_ATOM0_AGC_ENDIS_CTRL 0xF01E8044          ATOM0 AGC Enable/Disable Control Register
GTM_ATOM0_AGC_ENDIS_STAT 0xF01E8048          ATOM0 AGC Enable/Disable Status Register
GTM_ATOM0_AGC_ACT_TB 0xF01E804C          ATOM0 AGC Action Time Base Register
GTM_ATOM0_AGC_OUTEN_CTRL 0xF01E8050          ATOM0 AGC Output Enable Control Register
GTM_ATOM0_AGC_OUTEN_STAT 0xF01E8054          ATOM0 AGC Output Enable Status Register
GTM_ATOM0_AGC_FUPD_CTRL 0xF01E8058          ATOM0 AGC Force Update Control Register
GTM_ATOM0_AGC_INT_TRIG 0xF01E805C          ATOM0 AGC Internal Trigger Control Register
GTM_ATOM0_CH1_RDADDR 0xF01E8080          ATOM0 Channel 1 ARU read address Register
GTM_ATOM0_CH1_CTRL 0xF01E8084          ATOM0 Channel 1 Control Register
GTM_ATOM0_CH1_SR0 0xF01E8088          ATOM0 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM0_CH1_SR1 0xF01E808C          ATOM0 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM0_CH1_CM0 0xF01E8090          ATOM0 Channel 1 CCU0 Compare Register
GTM_ATOM0_CH1_CM1 0xF01E8094          ATOM0 Channel 1 CCU1 Compare Register
GTM_ATOM0_CH1_CN0 0xF01E8098          ATOM0 Channel 1 CCU0 Counter Register
GTM_ATOM0_CH1_STAT 0xF01E809C          ATOM0 Channel 1 Status Register
GTM_ATOM0_CH1_IRQ_NOTIFY 0xF01E80A0          ATOM0 Channel 1 Interrupt Notification Register
GTM_ATOM0_CH1_IRQ_EN 0xF01E80A4          ATOM0 Channel 1 Interrupt Enable Register
GTM_ATOM0_CH1_IRQ_FORCINT 0xF01E80A8          ATOM0 Channel 1 Software Interrupt Generation Register
GTM_ATOM0_CH1_IRQ_MODE 0xF01E80AC          ATOM0 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM0_CH2_RDADDR 0xF01E8100          ATOM0 Channel 2 ARU read address Register
GTM_ATOM0_CH2_CTRL 0xF01E8104          ATOM0 Channel 2 Control Register
GTM_ATOM0_CH2_SR0 0xF01E8108          ATOM0 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM0_CH2_SR1 0xF01E810C          ATOM0 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM0_CH2_CM0 0xF01E8110          ATOM0 Channel 2 CCU0 Compare Register
GTM_ATOM0_CH2_CM1 0xF01E8114          ATOM0 Channel 2 CCU1 Compare Register
GTM_ATOM0_CH2_CN0 0xF01E8118          ATOM0 Channel 2 CCU0 Counter Register
GTM_ATOM0_CH2_STAT 0xF01E811C          ATOM0 Channel 2 Status Register
GTM_ATOM0_CH2_IRQ_NOTIFY 0xF01E8120          ATOM0 Channel 2 Interrupt Notification Register
GTM_ATOM0_CH2_IRQ_EN 0xF01E8124          ATOM0 Channel 2 Interrupt Enable Register
GTM_ATOM0_CH2_IRQ_FORCINT 0xF01E8128          ATOM0 Channel 2 Software Interrupt Generation Register
GTM_ATOM0_CH2_IRQ_MODE 0xF01E812C          ATOM0 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM0_CH3_RDADDR 0xF01E8180          ATOM0 Channel 3 ARU read address Register
GTM_ATOM0_CH3_CTRL 0xF01E8184          ATOM0 Channel 3 Control Register
GTM_ATOM0_CH3_SR0 0xF01E8188          ATOM0 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM0_CH3_SR1 0xF01E818C          ATOM0 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM0_CH3_CM0 0xF01E8190          ATOM0 Channel 3 CCU0 Compare Register
GTM_ATOM0_CH3_CM1 0xF01E8194          ATOM0 Channel 3 CCU1 Compare Register
GTM_ATOM0_CH3_CN0 0xF01E8198          ATOM0 Channel 3 CCU0 Counter Register
GTM_ATOM0_CH3_STAT 0xF01E819C          ATOM0 Channel 3 Status Register
GTM_ATOM0_CH3_IRQ_NOTIFY 0xF01E81A0          ATOM0 Channel 3 Interrupt Notification Register
GTM_ATOM0_CH3_IRQ_EN 0xF01E81A4          ATOM0 Channel 3 Interrupt Enable Register
GTM_ATOM0_CH3_IRQ_FORCINT 0xF01E81A8          ATOM0 Channel 3 Software Interrupt Generation Register
GTM_ATOM0_CH3_IRQ_MODE 0xF01E81AC          ATOM0 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM0_CH4_RDADDR 0xF01E8200          ATOM0 Channel 4 ARU read address Register
GTM_ATOM0_CH4_CTRL 0xF01E8204          ATOM0 Channel 4 Control Register
GTM_ATOM0_CH4_SR0 0xF01E8208          ATOM0 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM0_CH4_SR1 0xF01E820C          ATOM0 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM0_CH4_CM0 0xF01E8210          ATOM0 Channel 4 CCU0 Compare Register
GTM_ATOM0_CH4_CM1 0xF01E8214          ATOM0 Channel 4 CCU1 Compare Register
GTM_ATOM0_CH4_CN0 0xF01E8218          ATOM0 Channel 4 CCU0 Counter Register
GTM_ATOM0_CH4_STAT 0xF01E821C          ATOM0 Channel 4 Status Register
GTM_ATOM0_CH4_IRQ_NOTIFY 0xF01E8220          ATOM0 Channel 4 Interrupt Notification Register
GTM_ATOM0_CH4_IRQ_EN 0xF01E8224          ATOM0 Channel 4 Interrupt Enable Register
GTM_ATOM0_CH4_IRQ_FORCINT 0xF01E8228          ATOM0 Channel 4 Software Interrupt Generation Register
GTM_ATOM0_CH4_IRQ_MODE 0xF01E822C          ATOM0 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM0_CH5_RDADDR 0xF01E8280          ATOM0 Channel 5 ARU read address Register
GTM_ATOM0_CH5_CTRL 0xF01E8284          ATOM0 Channel 5 Control Register
GTM_ATOM0_CH5_SR0 0xF01E8288          ATOM0 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM0_CH5_SR1 0xF01E828C          ATOM0 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM0_CH5_CM0 0xF01E8290          ATOM0 Channel 5 CCU0 Compare Register
GTM_ATOM0_CH5_CM1 0xF01E8294          ATOM0 Channel 5 CCU1 Compare Register
GTM_ATOM0_CH5_CN0 0xF01E8298          ATOM0 Channel 5 CCU0 Counter Register
GTM_ATOM0_CH5_STAT 0xF01E829C          ATOM0 Channel 5 Status Register
GTM_ATOM0_CH5_IRQ_NOTIFY 0xF01E82A0          ATOM0 Channel 5 Interrupt Notification Register
GTM_ATOM0_CH5_IRQ_EN 0xF01E82A4          ATOM0 Channel 5 Interrupt Enable Register
GTM_ATOM0_CH5_IRQ_FORCINT 0xF01E82A8          ATOM0 Channel 5 Software Interrupt Generation Register
GTM_ATOM0_CH5_IRQ_MODE 0xF01E82AC          ATOM0 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM0_CH6_RDADDR 0xF01E8300          ATOM0 Channel 6 ARU read address Register
GTM_ATOM0_CH6_CTRL 0xF01E8304          ATOM0 Channel 6 Control Register
GTM_ATOM0_CH6_SR0 0xF01E8308          ATOM0 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM0_CH6_SR1 0xF01E830C          ATOM0 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM0_CH6_CM0 0xF01E8310          ATOM0 Channel 6 CCU0 Compare Register
GTM_ATOM0_CH6_CM1 0xF01E8314          ATOM0 Channel 6 CCU1 Compare Register
GTM_ATOM0_CH6_CN0 0xF01E8318          ATOM0 Channel 6 CCU0 Counter Register
GTM_ATOM0_CH6_STAT 0xF01E831C          ATOM0 Channel 6 Status Register
GTM_ATOM0_CH6_IRQ_NOTIFY 0xF01E8320          ATOM0 Channel 6 Interrupt Notification Register
GTM_ATOM0_CH6_IRQ_EN 0xF01E8324          ATOM0 Channel 6 Interrupt Enable Register
GTM_ATOM0_CH6_IRQ_FORCINT 0xF01E8328          ATOM0 Channel 6 Software Interrupt Generation Register
GTM_ATOM0_CH6_IRQ_MODE 0xF01E832C          ATOM0 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM0_CH7_RDADDR 0xF01E8380          ATOM0 Channel 7 ARU read address Register
GTM_ATOM0_CH7_CTRL 0xF01E8384          ATOM0 Channel 7 Control Register
GTM_ATOM0_CH7_SR0 0xF01E8388          ATOM0 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM0_CH7_SR1 0xF01E838C          ATOM0 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM0_CH7_CM0 0xF01E8390          ATOM0 Channel 7 CCU0 Compare Register
GTM_ATOM0_CH7_CM1 0xF01E8394          ATOM0 Channel 7 CCU1 Compare Register
GTM_ATOM0_CH7_CN0 0xF01E8398          ATOM0 Channel 7 CCU0 Counter Register
GTM_ATOM0_CH7_STAT 0xF01E839C          ATOM0 Channel 7 Status Register
GTM_ATOM0_CH7_IRQ_NOTIFY 0xF01E83A0          ATOM0 Channel 7 Interrupt Notification Register
GTM_ATOM0_CH7_IRQ_EN 0xF01E83A4          ATOM0 Channel 7 Interrupt Enable Register
GTM_ATOM0_CH7_IRQ_FORCINT 0xF01E83A8          ATOM0 Channel 7 Software Interrupt Generation Register
GTM_ATOM0_CH7_IRQ_MODE 0xF01E83AC          ATOM0 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM1_CH0_RDADDR 0xF01E8800          ATOM1 Channel 0 ARU read address Register
GTM_ATOM1_CH0_CTRL 0xF01E8804          ATOM1 Channel 0 Control Register
GTM_ATOM1_CH0_SR0 0xF01E8808          ATOM1 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM1_CH0_SR1 0xF01E880C          ATOM1 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM1_CH0_CM0 0xF01E8810          ATOM1 Channel 0 CCU0 Compare Register
GTM_ATOM1_CH0_CM1 0xF01E8814          ATOM1 Channel 0 CCU1 Compare Register
GTM_ATOM1_CH0_CN0 0xF01E8818          ATOM1 Channel 0 CCU0 Counter Register
GTM_ATOM1_CH0_STAT 0xF01E881C          ATOM1 Channel 0 Status Register
GTM_ATOM1_CH0_IRQ_NOTIFY 0xF01E8820          ATOM1 Channel 0 Interrupt Notification Register
GTM_ATOM1_CH0_IRQ_EN 0xF01E8824          ATOM1 Channel 0 Interrupt Enable Register
GTM_ATOM1_CH0_IRQ_FORCINT 0xF01E8828          ATOM1 Channel 0 Software Interrupt Generation Register
GTM_ATOM1_CH0_IRQ_MODE 0xF01E882C          ATOM1 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM1_AGC_GLB_CTRL 0xF01E8840          ATOM1 AGC Global Control Register
GTM_ATOM1_AGC_ENDIS_CTRL 0xF01E8844          ATOM1 AGC Enable/Disable Control Register
GTM_ATOM1_AGC_ENDIS_STAT 0xF01E8848          ATOM1 AGC Enable/Disable Status Register
GTM_ATOM1_AGC_ACT_TB 0xF01E884C          ATOM1 AGC Action Time Base Register
GTM_ATOM1_AGC_OUTEN_CTRL 0xF01E8850          ATOM1 AGC Output Enable Control Register
GTM_ATOM1_AGC_OUTEN_STAT 0xF01E8854          ATOM1 AGC Output Enable Status Register
GTM_ATOM1_AGC_FUPD_CTRL 0xF01E8858          ATOM1 AGC Force Update Control Register
GTM_ATOM1_AGC_INT_TRIG 0xF01E885C          ATOM1 AGC Internal Trigger Control Register
GTM_ATOM1_CH1_RDADDR 0xF01E8880          ATOM1 Channel 1 ARU read address Register
GTM_ATOM1_CH1_CTRL 0xF01E8884          ATOM1 Channel 1 Control Register
GTM_ATOM1_CH1_SR0 0xF01E8888          ATOM1 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM1_CH1_SR1 0xF01E888C          ATOM1 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM1_CH1_CM0 0xF01E8890          ATOM1 Channel 1 CCU0 Compare Register
GTM_ATOM1_CH1_CM1 0xF01E8894          ATOM1 Channel 1 CCU1 Compare Register
GTM_ATOM1_CH1_CN0 0xF01E8898          ATOM1 Channel 1 CCU0 Counter Register
GTM_ATOM1_CH1_STAT 0xF01E889C          ATOM1 Channel 1 Status Register
GTM_ATOM1_CH1_IRQ_NOTIFY 0xF01E88A0          ATOM1 Channel 1 Interrupt Notification Register
GTM_ATOM1_CH1_IRQ_EN 0xF01E88A4          ATOM1 Channel 1 Interrupt Enable Register
GTM_ATOM1_CH1_IRQ_FORCINT 0xF01E88A8          ATOM1 Channel 1 Software Interrupt Generation Register
GTM_ATOM1_CH1_IRQ_MODE 0xF01E88AC          ATOM1 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM1_CH2_RDADDR 0xF01E8900          ATOM1 Channel 2 ARU read address Register
GTM_ATOM1_CH2_CTRL 0xF01E8904          ATOM1 Channel 2 Control Register
GTM_ATOM1_CH2_SR0 0xF01E8908          ATOM1 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM1_CH2_SR1 0xF01E890C          ATOM1 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM1_CH2_CM0 0xF01E8910          ATOM1 Channel 2 CCU0 Compare Register
GTM_ATOM1_CH2_CM1 0xF01E8914          ATOM1 Channel 2 CCU1 Compare Register
GTM_ATOM1_CH2_CN0 0xF01E8918          ATOM1 Channel 2 CCU0 Counter Register
GTM_ATOM1_CH2_STAT 0xF01E891C          ATOM1 Channel 2 Status Register
GTM_ATOM1_CH2_IRQ_NOTIFY 0xF01E8920          ATOM1 Channel 2 Interrupt Notification Register
GTM_ATOM1_CH2_IRQ_EN 0xF01E8924          ATOM1 Channel 2 Interrupt Enable Register
GTM_ATOM1_CH2_IRQ_FORCINT 0xF01E8928          ATOM1 Channel 2 Software Interrupt Generation Register
GTM_ATOM1_CH2_IRQ_MODE 0xF01E892C          ATOM1 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM1_CH3_RDADDR 0xF01E8980          ATOM1 Channel 3 ARU read address Register
GTM_ATOM1_CH3_CTRL 0xF01E8984          ATOM1 Channel 3 Control Register
GTM_ATOM1_CH3_SR0 0xF01E8988          ATOM1 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM1_CH3_SR1 0xF01E898C          ATOM1 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM1_CH3_CM0 0xF01E8990          ATOM1 Channel 3 CCU0 Compare Register
GTM_ATOM1_CH3_CM1 0xF01E8994          ATOM1 Channel 3 CCU1 Compare Register
GTM_ATOM1_CH3_CN0 0xF01E8998          ATOM1 Channel 3 CCU0 Counter Register
GTM_ATOM1_CH3_STAT 0xF01E899C          ATOM1 Channel 3 Status Register
GTM_ATOM1_CH3_IRQ_NOTIFY 0xF01E89A0          ATOM1 Channel 3 Interrupt Notification Register
GTM_ATOM1_CH3_IRQ_EN 0xF01E89A4          ATOM1 Channel 3 Interrupt Enable Register
GTM_ATOM1_CH3_IRQ_FORCINT 0xF01E89A8          ATOM1 Channel 3 Software Interrupt Generation Register
GTM_ATOM1_CH3_IRQ_MODE 0xF01E89AC          ATOM1 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM1_CH4_RDADDR 0xF01E8A00          ATOM1 Channel 4 ARU read address Register
GTM_ATOM1_CH4_CTRL 0xF01E8A04          ATOM1 Channel 4 Control Register
GTM_ATOM1_CH4_SR0 0xF01E8A08          ATOM1 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM1_CH4_SR1 0xF01E8A0C          ATOM1 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM1_CH4_CM0 0xF01E8A10          ATOM1 Channel 4 CCU0 Compare Register
GTM_ATOM1_CH4_CM1 0xF01E8A14          ATOM1 Channel 4 CCU1 Compare Register
GTM_ATOM1_CH4_CN0 0xF01E8A18          ATOM1 Channel 4 CCU0 Counter Register
GTM_ATOM1_CH4_STAT 0xF01E8A1C          ATOM1 Channel 4 Status Register
GTM_ATOM1_CH4_IRQ_NOTIFY 0xF01E8A20          ATOM1 Channel 4 Interrupt Notification Register
GTM_ATOM1_CH4_IRQ_EN 0xF01E8A24          ATOM1 Channel 4 Interrupt Enable Register
GTM_ATOM1_CH4_IRQ_FORCINT 0xF01E8A28          ATOM1 Channel 4 Software Interrupt Generation Register
GTM_ATOM1_CH4_IRQ_MODE 0xF01E8A2C          ATOM1 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM1_CH5_RDADDR 0xF01E8A80          ATOM1 Channel 5 ARU read address Register
GTM_ATOM1_CH5_CTRL 0xF01E8A84          ATOM1 Channel 5 Control Register
GTM_ATOM1_CH5_SR0 0xF01E8A88          ATOM1 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM1_CH5_SR1 0xF01E8A8C          ATOM1 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM1_CH5_CM0 0xF01E8A90          ATOM1 Channel 5 CCU0 Compare Register
GTM_ATOM1_CH5_CM1 0xF01E8A94          ATOM1 Channel 5 CCU1 Compare Register
GTM_ATOM1_CH5_CN0 0xF01E8A98          ATOM1 Channel 5 CCU0 Counter Register
GTM_ATOM1_CH5_STAT 0xF01E8A9C          ATOM1 Channel 5 Status Register
GTM_ATOM1_CH5_IRQ_NOTIFY 0xF01E8AA0          ATOM1 Channel 5 Interrupt Notification Register
GTM_ATOM1_CH5_IRQ_EN 0xF01E8AA4          ATOM1 Channel 5 Interrupt Enable Register
GTM_ATOM1_CH5_IRQ_FORCINT 0xF01E8AA8          ATOM1 Channel 5 Software Interrupt Generation Register
GTM_ATOM1_CH5_IRQ_MODE 0xF01E8AAC          ATOM1 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM1_CH6_RDADDR 0xF01E8B00          ATOM1 Channel 6 ARU read address Register
GTM_ATOM1_CH6_CTRL 0xF01E8B04          ATOM1 Channel 6 Control Register
GTM_ATOM1_CH6_SR0 0xF01E8B08          ATOM1 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM1_CH6_SR1 0xF01E8B0C          ATOM1 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM1_CH6_CM0 0xF01E8B10          ATOM1 Channel 6 CCU0 Compare Register
GTM_ATOM1_CH6_CM1 0xF01E8B14          ATOM1 Channel 6 CCU1 Compare Register
GTM_ATOM1_CH6_CN0 0xF01E8B18          ATOM1 Channel 6 CCU0 Counter Register
GTM_ATOM1_CH6_STAT 0xF01E8B1C          ATOM1 Channel 6 Status Register
GTM_ATOM1_CH6_IRQ_NOTIFY 0xF01E8B20          ATOM1 Channel 6 Interrupt Notification Register
GTM_ATOM1_CH6_IRQ_EN 0xF01E8B24          ATOM1 Channel 6 Interrupt Enable Register
GTM_ATOM1_CH6_IRQ_FORCINT 0xF01E8B28          ATOM1 Channel 6 Software Interrupt Generation Register
GTM_ATOM1_CH6_IRQ_MODE 0xF01E8B2C          ATOM1 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM1_CH7_RDADDR 0xF01E8B80          ATOM1 Channel 7 ARU read address Register
GTM_ATOM1_CH7_CTRL 0xF01E8B84          ATOM1 Channel 7 Control Register
GTM_ATOM1_CH7_SR0 0xF01E8B88          ATOM1 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM1_CH7_SR1 0xF01E8B8C          ATOM1 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM1_CH7_CM0 0xF01E8B90          ATOM1 Channel 7 CCU0 Compare Register
GTM_ATOM1_CH7_CM1 0xF01E8B94          ATOM1 Channel 7 CCU1 Compare Register
GTM_ATOM1_CH7_CN0 0xF01E8B98          ATOM1 Channel 7 CCU0 Counter Register
GTM_ATOM1_CH7_STAT 0xF01E8B9C          ATOM1 Channel 7 Status Register
GTM_ATOM1_CH7_IRQ_NOTIFY 0xF01E8BA0          ATOM1 Channel 7 Interrupt Notification Register
GTM_ATOM1_CH7_IRQ_EN 0xF01E8BA4          ATOM1 Channel 7 Interrupt Enable Register
GTM_ATOM1_CH7_IRQ_FORCINT 0xF01E8BA8          ATOM1 Channel 7 Software Interrupt Generation Register
GTM_ATOM1_CH7_IRQ_MODE 0xF01E8BAC          ATOM1 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM2_CH0_RDADDR 0xF01E9000          ATOM2 Channel 0 ARU read address Register
GTM_ATOM2_CH0_CTRL 0xF01E9004          ATOM2 Channel 0 Control Register
GTM_ATOM2_CH0_SR0 0xF01E9008          ATOM2 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM2_CH0_SR1 0xF01E900C          ATOM2 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM2_CH0_CM0 0xF01E9010          ATOM2 Channel 0 CCU0 Compare Register
GTM_ATOM2_CH0_CM1 0xF01E9014          ATOM2 Channel 0 CCU1 Compare Register
GTM_ATOM2_CH0_CN0 0xF01E9018          ATOM2 Channel 0 CCU0 Counter Register
GTM_ATOM2_CH0_STAT 0xF01E901C          ATOM2 Channel 0 Status Register
GTM_ATOM2_CH0_IRQ_NOTIFY 0xF01E9020          ATOM2 Channel 0 Interrupt Notification Register
GTM_ATOM2_CH0_IRQ_EN 0xF01E9024          ATOM2 Channel 0 Interrupt Enable Register
GTM_ATOM2_CH0_IRQ_FORCINT 0xF01E9028          ATOM2 Channel 0 Software Interrupt Generation Register
GTM_ATOM2_CH0_IRQ_MODE 0xF01E902C          ATOM2 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM2_AGC_GLB_CTRL 0xF01E9040          ATOM2 AGC Global Control Register
GTM_ATOM2_AGC_ENDIS_CTRL 0xF01E9044          ATOM2 AGC Enable/Disable Control Register
GTM_ATOM2_AGC_ENDIS_STAT 0xF01E9048          ATOM2 AGC Enable/Disable Status Register
GTM_ATOM2_AGC_ACT_TB 0xF01E904C          ATOM2 AGC Action Time Base Register
GTM_ATOM2_AGC_OUTEN_CTRL 0xF01E9050          ATOM2 AGC Output Enable Control Register
GTM_ATOM2_AGC_OUTEN_STAT 0xF01E9054          ATOM2 AGC Output Enable Status Register
GTM_ATOM2_AGC_FUPD_CTRL 0xF01E9058          ATOM2 AGC Force Update Control Register
GTM_ATOM2_AGC_INT_TRIG 0xF01E905C          ATOM2 AGC Internal Trigger Control Register
GTM_ATOM2_CH1_RDADDR 0xF01E9080          ATOM2 Channel 1 ARU read address Register
GTM_ATOM2_CH1_CTRL 0xF01E9084          ATOM2 Channel 1 Control Register
GTM_ATOM2_CH1_SR0 0xF01E9088          ATOM2 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM2_CH1_SR1 0xF01E908C          ATOM2 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM2_CH1_CM0 0xF01E9090          ATOM2 Channel 1 CCU0 Compare Register
GTM_ATOM2_CH1_CM1 0xF01E9094          ATOM2 Channel 1 CCU1 Compare Register
GTM_ATOM2_CH1_CN0 0xF01E9098          ATOM2 Channel 1 CCU0 Counter Register
GTM_ATOM2_CH1_STAT 0xF01E909C          ATOM2 Channel 1 Status Register
GTM_ATOM2_CH1_IRQ_NOTIFY 0xF01E90A0          ATOM2 Channel 1 Interrupt Notification Register
GTM_ATOM2_CH1_IRQ_EN 0xF01E90A4          ATOM2 Channel 1 Interrupt Enable Register
GTM_ATOM2_CH1_IRQ_FORCINT 0xF01E90A8          ATOM2 Channel 1 Software Interrupt Generation Register
GTM_ATOM2_CH1_IRQ_MODE 0xF01E90AC          ATOM2 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM2_CH2_RDADDR 0xF01E9100          ATOM2 Channel 2 ARU read address Register
GTM_ATOM2_CH2_CTRL 0xF01E9104          ATOM2 Channel 2 Control Register
GTM_ATOM2_CH2_SR0 0xF01E9108          ATOM2 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM2_CH2_SR1 0xF01E910C          ATOM2 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM2_CH2_CM0 0xF01E9110          ATOM2 Channel 2 CCU0 Compare Register
GTM_ATOM2_CH2_CM1 0xF01E9114          ATOM2 Channel 2 CCU1 Compare Register
GTM_ATOM2_CH2_CN0 0xF01E9118          ATOM2 Channel 2 CCU0 Counter Register
GTM_ATOM2_CH2_STAT 0xF01E911C          ATOM2 Channel 2 Status Register
GTM_ATOM2_CH2_IRQ_NOTIFY 0xF01E9120          ATOM2 Channel 2 Interrupt Notification Register
GTM_ATOM2_CH2_IRQ_EN 0xF01E9124          ATOM2 Channel 2 Interrupt Enable Register
GTM_ATOM2_CH2_IRQ_FORCINT 0xF01E9128          ATOM2 Channel 2 Software Interrupt Generation Register
GTM_ATOM2_CH2_IRQ_MODE 0xF01E912C          ATOM2 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM2_CH3_RDADDR 0xF01E9180          ATOM2 Channel 3 ARU read address Register
GTM_ATOM2_CH3_CTRL 0xF01E9184          ATOM2 Channel 3 Control Register
GTM_ATOM2_CH3_SR0 0xF01E9188          ATOM2 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM2_CH3_SR1 0xF01E918C          ATOM2 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM2_CH3_CM0 0xF01E9190          ATOM2 Channel 3 CCU0 Compare Register
GTM_ATOM2_CH3_CM1 0xF01E9194          ATOM2 Channel 3 CCU1 Compare Register
GTM_ATOM2_CH3_CN0 0xF01E9198          ATOM2 Channel 3 CCU0 Counter Register
GTM_ATOM2_CH3_STAT 0xF01E919C          ATOM2 Channel 3 Status Register
GTM_ATOM2_CH3_IRQ_NOTIFY 0xF01E91A0          ATOM2 Channel 3 Interrupt Notification Register
GTM_ATOM2_CH3_IRQ_EN 0xF01E91A4          ATOM2 Channel 3 Interrupt Enable Register
GTM_ATOM2_CH3_IRQ_FORCINT 0xF01E91A8          ATOM2 Channel 3 Software Interrupt Generation Register
GTM_ATOM2_CH3_IRQ_MODE 0xF01E91AC          ATOM2 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM2_CH4_RDADDR 0xF01E9200          ATOM2 Channel 4 ARU read address Register
GTM_ATOM2_CH4_CTRL 0xF01E9204          ATOM2 Channel 4 Control Register
GTM_ATOM2_CH4_SR0 0xF01E9208          ATOM2 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM2_CH4_SR1 0xF01E920C          ATOM2 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM2_CH4_CM0 0xF01E9210          ATOM2 Channel 4 CCU0 Compare Register
GTM_ATOM2_CH4_CM1 0xF01E9214          ATOM2 Channel 4 CCU1 Compare Register
GTM_ATOM2_CH4_CN0 0xF01E9218          ATOM2 Channel 4 CCU0 Counter Register
GTM_ATOM2_CH4_STAT 0xF01E921C          ATOM2 Channel 4 Status Register
GTM_ATOM2_CH4_IRQ_NOTIFY 0xF01E9220          ATOM2 Channel 4 Interrupt Notification Register
GTM_ATOM2_CH4_IRQ_EN 0xF01E9224          ATOM2 Channel 4 Interrupt Enable Register
GTM_ATOM2_CH4_IRQ_FORCINT 0xF01E9228          ATOM2 Channel 4 Software Interrupt Generation Register
GTM_ATOM2_CH4_IRQ_MODE 0xF01E922C          ATOM2 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM2_CH5_RDADDR 0xF01E9280          ATOM2 Channel 5 ARU read address Register
GTM_ATOM2_CH5_CTRL 0xF01E9284          ATOM2 Channel 5 Control Register
GTM_ATOM2_CH5_SR0 0xF01E9288          ATOM2 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM2_CH5_SR1 0xF01E928C          ATOM2 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM2_CH5_CM0 0xF01E9290          ATOM2 Channel 5 CCU0 Compare Register
GTM_ATOM2_CH5_CM1 0xF01E9294          ATOM2 Channel 5 CCU1 Compare Register
GTM_ATOM2_CH5_CN0 0xF01E9298          ATOM2 Channel 5 CCU0 Counter Register
GTM_ATOM2_CH5_STAT 0xF01E929C          ATOM2 Channel 5 Status Register
GTM_ATOM2_CH5_IRQ_NOTIFY 0xF01E92A0          ATOM2 Channel 5 Interrupt Notification Register
GTM_ATOM2_CH5_IRQ_EN 0xF01E92A4          ATOM2 Channel 5 Interrupt Enable Register
GTM_ATOM2_CH5_IRQ_FORCINT 0xF01E92A8          ATOM2 Channel 5 Software Interrupt Generation Register
GTM_ATOM2_CH5_IRQ_MODE 0xF01E92AC          ATOM2 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM2_CH6_RDADDR 0xF01E9300          ATOM2 Channel 6 ARU read address Register
GTM_ATOM2_CH6_CTRL 0xF01E9304          ATOM2 Channel 6 Control Register
GTM_ATOM2_CH6_SR0 0xF01E9308          ATOM2 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM2_CH6_SR1 0xF01E930C          ATOM2 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM2_CH6_CM0 0xF01E9310          ATOM2 Channel 6 CCU0 Compare Register
GTM_ATOM2_CH6_CM1 0xF01E9314          ATOM2 Channel 6 CCU1 Compare Register
GTM_ATOM2_CH6_CN0 0xF01E9318          ATOM2 Channel 6 CCU0 Counter Register
GTM_ATOM2_CH6_STAT 0xF01E931C          ATOM2 Channel 6 Status Register
GTM_ATOM2_CH6_IRQ_NOTIFY 0xF01E9320          ATOM2 Channel 6 Interrupt Notification Register
GTM_ATOM2_CH6_IRQ_EN 0xF01E9324          ATOM2 Channel 6 Interrupt Enable Register
GTM_ATOM2_CH6_IRQ_FORCINT 0xF01E9328          ATOM2 Channel 6 Software Interrupt Generation Register
GTM_ATOM2_CH6_IRQ_MODE 0xF01E932C          ATOM2 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM2_CH7_RDADDR 0xF01E9380          ATOM2 Channel 7 ARU read address Register
GTM_ATOM2_CH7_CTRL 0xF01E9384          ATOM2 Channel 7 Control Register
GTM_ATOM2_CH7_SR0 0xF01E9388          ATOM2 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM2_CH7_SR1 0xF01E938C          ATOM2 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM2_CH7_CM0 0xF01E9390          ATOM2 Channel 7 CCU0 Compare Register
GTM_ATOM2_CH7_CM1 0xF01E9394          ATOM2 Channel 7 CCU1 Compare Register
GTM_ATOM2_CH7_CN0 0xF01E9398          ATOM2 Channel 7 CCU0 Counter Register
GTM_ATOM2_CH7_STAT 0xF01E939C          ATOM2 Channel 7 Status Register
GTM_ATOM2_CH7_IRQ_NOTIFY 0xF01E93A0          ATOM2 Channel 7 Interrupt Notification Register
GTM_ATOM2_CH7_IRQ_EN 0xF01E93A4          ATOM2 Channel 7 Interrupt Enable Register
GTM_ATOM2_CH7_IRQ_FORCINT 0xF01E93A8          ATOM2 Channel 7 Software Interrupt Generation Register
GTM_ATOM2_CH7_IRQ_MODE 0xF01E93AC          ATOM2 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM3_CH0_RDADDR 0xF01E9800          ATOM3 Channel 0 ARU read address Register
GTM_ATOM3_CH0_CTRL 0xF01E9804          ATOM3 Channel 0 Control Register
GTM_ATOM3_CH0_SR0 0xF01E9808          ATOM3 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM3_CH0_SR1 0xF01E980C          ATOM3 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM3_CH0_CM0 0xF01E9810          ATOM3 Channel 0 CCU0 Compare Register
GTM_ATOM3_CH0_CM1 0xF01E9814          ATOM3 Channel 0 CCU1 Compare Register
GTM_ATOM3_CH0_CN0 0xF01E9818          ATOM3 Channel 0 CCU0 Counter Register
GTM_ATOM3_CH0_STAT 0xF01E981C          ATOM3 Channel 0 Status Register
GTM_ATOM3_CH0_IRQ_NOTIFY 0xF01E9820          ATOM3 Channel 0 Interrupt Notification Register
GTM_ATOM3_CH0_IRQ_EN 0xF01E9824          ATOM3 Channel 0 Interrupt Enable Register
GTM_ATOM3_CH0_IRQ_FORCINT 0xF01E9828          ATOM3 Channel 0 Software Interrupt Generation Register
GTM_ATOM3_CH0_IRQ_MODE 0xF01E982C          ATOM3 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM3_AGC_GLB_CTRL 0xF01E9840          ATOM3 AGC Global Control Register
GTM_ATOM3_AGC_ENDIS_CTRL 0xF01E9844          ATOM3 AGC Enable/Disable Control Register
GTM_ATOM3_AGC_ENDIS_STAT 0xF01E9848          ATOM3 AGC Enable/Disable Status Register
GTM_ATOM3_AGC_ACT_TB 0xF01E984C          ATOM3 AGC Action Time Base Register
GTM_ATOM3_AGC_OUTEN_CTRL 0xF01E9850          ATOM3 AGC Output Enable Control Register
GTM_ATOM3_AGC_OUTEN_STAT 0xF01E9854          ATOM3 AGC Output Enable Status Register
GTM_ATOM3_AGC_FUPD_CTRL 0xF01E9858          ATOM3 AGC Force Update Control Register
GTM_ATOM3_AGC_INT_TRIG 0xF01E985C          ATOM3 AGC Internal Trigger Control Register
GTM_ATOM3_CH1_RDADDR 0xF01E9880          ATOM3 Channel 1 ARU read address Register
GTM_ATOM3_CH1_CTRL 0xF01E9884          ATOM3 Channel 1 Control Register
GTM_ATOM3_CH1_SR0 0xF01E9888          ATOM3 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM3_CH1_SR1 0xF01E988C          ATOM3 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM3_CH1_CM0 0xF01E9890          ATOM3 Channel 1 CCU0 Compare Register
GTM_ATOM3_CH1_CM1 0xF01E9894          ATOM3 Channel 1 CCU1 Compare Register
GTM_ATOM3_CH1_CN0 0xF01E9898          ATOM3 Channel 1 CCU0 Counter Register
GTM_ATOM3_CH1_STAT 0xF01E989C          ATOM3 Channel 1 Status Register
GTM_ATOM3_CH1_IRQ_NOTIFY 0xF01E98A0          ATOM3 Channel 1 Interrupt Notification Register
GTM_ATOM3_CH1_IRQ_EN 0xF01E98A4          ATOM3 Channel 1 Interrupt Enable Register
GTM_ATOM3_CH1_IRQ_FORCINT 0xF01E98A8          ATOM3 Channel 1 Software Interrupt Generation Register
GTM_ATOM3_CH1_IRQ_MODE 0xF01E98AC          ATOM3 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM3_CH2_RDADDR 0xF01E9900          ATOM3 Channel 2 ARU read address Register
GTM_ATOM3_CH2_CTRL 0xF01E9904          ATOM3 Channel 2 Control Register
GTM_ATOM3_CH2_SR0 0xF01E9908          ATOM3 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM3_CH2_SR1 0xF01E990C          ATOM3 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM3_CH2_CM0 0xF01E9910          ATOM3 Channel 2 CCU0 Compare Register
GTM_ATOM3_CH2_CM1 0xF01E9914          ATOM3 Channel 2 CCU1 Compare Register
GTM_ATOM3_CH2_CN0 0xF01E9918          ATOM3 Channel 2 CCU0 Counter Register
GTM_ATOM3_CH2_STAT 0xF01E991C          ATOM3 Channel 2 Status Register
GTM_ATOM3_CH2_IRQ_NOTIFY 0xF01E9920          ATOM3 Channel 2 Interrupt Notification Register
GTM_ATOM3_CH2_IRQ_EN 0xF01E9924          ATOM3 Channel 2 Interrupt Enable Register
GTM_ATOM3_CH2_IRQ_FORCINT 0xF01E9928          ATOM3 Channel 2 Software Interrupt Generation Register
GTM_ATOM3_CH2_IRQ_MODE 0xF01E992C          ATOM3 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM3_CH3_RDADDR 0xF01E9980          ATOM3 Channel 3 ARU read address Register
GTM_ATOM3_CH3_CTRL 0xF01E9984          ATOM3 Channel 3 Control Register
GTM_ATOM3_CH3_SR0 0xF01E9988          ATOM3 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM3_CH3_SR1 0xF01E998C          ATOM3 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM3_CH3_CM0 0xF01E9990          ATOM3 Channel 3 CCU0 Compare Register
GTM_ATOM3_CH3_CM1 0xF01E9994          ATOM3 Channel 3 CCU1 Compare Register
GTM_ATOM3_CH3_CN0 0xF01E9998          ATOM3 Channel 3 CCU0 Counter Register
GTM_ATOM3_CH3_STAT 0xF01E999C          ATOM3 Channel 3 Status Register
GTM_ATOM3_CH3_IRQ_NOTIFY 0xF01E99A0          ATOM3 Channel 3 Interrupt Notification Register
GTM_ATOM3_CH3_IRQ_EN 0xF01E99A4          ATOM3 Channel 3 Interrupt Enable Register
GTM_ATOM3_CH3_IRQ_FORCINT 0xF01E99A8          ATOM3 Channel 3 Software Interrupt Generation Register
GTM_ATOM3_CH3_IRQ_MODE 0xF01E99AC          ATOM3 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM3_CH4_RDADDR 0xF01E9A00          ATOM3 Channel 4 ARU read address Register
GTM_ATOM3_CH4_CTRL 0xF01E9A04          ATOM3 Channel 4 Control Register
GTM_ATOM3_CH4_SR0 0xF01E9A08          ATOM3 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM3_CH4_SR1 0xF01E9A0C          ATOM3 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM3_CH4_CM0 0xF01E9A10          ATOM3 Channel 4 CCU0 Compare Register
GTM_ATOM3_CH4_CM1 0xF01E9A14          ATOM3 Channel 4 CCU1 Compare Register
GTM_ATOM3_CH4_CN0 0xF01E9A18          ATOM3 Channel 4 CCU0 Counter Register
GTM_ATOM3_CH4_STAT 0xF01E9A1C          ATOM3 Channel 4 Status Register
GTM_ATOM3_CH4_IRQ_NOTIFY 0xF01E9A20          ATOM3 Channel 4 Interrupt Notification Register
GTM_ATOM3_CH4_IRQ_EN 0xF01E9A24          ATOM3 Channel 4 Interrupt Enable Register
GTM_ATOM3_CH4_IRQ_FORCINT 0xF01E9A28          ATOM3 Channel 4 Software Interrupt Generation Register
GTM_ATOM3_CH4_IRQ_MODE 0xF01E9A2C          ATOM3 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM3_CH5_RDADDR 0xF01E9A80          ATOM3 Channel 5 ARU read address Register
GTM_ATOM3_CH5_CTRL 0xF01E9A84          ATOM3 Channel 5 Control Register
GTM_ATOM3_CH5_SR0 0xF01E9A88          ATOM3 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM3_CH5_SR1 0xF01E9A8C          ATOM3 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM3_CH5_CM0 0xF01E9A90          ATOM3 Channel 5 CCU0 Compare Register
GTM_ATOM3_CH5_CM1 0xF01E9A94          ATOM3 Channel 5 CCU1 Compare Register
GTM_ATOM3_CH5_CN0 0xF01E9A98          ATOM3 Channel 5 CCU0 Counter Register
GTM_ATOM3_CH5_STAT 0xF01E9A9C          ATOM3 Channel 5 Status Register
GTM_ATOM3_CH5_IRQ_NOTIFY 0xF01E9AA0          ATOM3 Channel 5 Interrupt Notification Register
GTM_ATOM3_CH5_IRQ_EN 0xF01E9AA4          ATOM3 Channel 5 Interrupt Enable Register
GTM_ATOM3_CH5_IRQ_FORCINT 0xF01E9AA8          ATOM3 Channel 5 Software Interrupt Generation Register
GTM_ATOM3_CH5_IRQ_MODE 0xF01E9AAC          ATOM3 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM3_CH6_RDADDR 0xF01E9B00          ATOM3 Channel 6 ARU read address Register
GTM_ATOM3_CH6_CTRL 0xF01E9B04          ATOM3 Channel 6 Control Register
GTM_ATOM3_CH6_SR0 0xF01E9B08          ATOM3 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM3_CH6_SR1 0xF01E9B0C          ATOM3 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM3_CH6_CM0 0xF01E9B10          ATOM3 Channel 6 CCU0 Compare Register
GTM_ATOM3_CH6_CM1 0xF01E9B14          ATOM3 Channel 6 CCU1 Compare Register
GTM_ATOM3_CH6_CN0 0xF01E9B18          ATOM3 Channel 6 CCU0 Counter Register
GTM_ATOM3_CH6_STAT 0xF01E9B1C          ATOM3 Channel 6 Status Register
GTM_ATOM3_CH6_IRQ_NOTIFY 0xF01E9B20          ATOM3 Channel 6 Interrupt Notification Register
GTM_ATOM3_CH6_IRQ_EN 0xF01E9B24          ATOM3 Channel 6 Interrupt Enable Register
GTM_ATOM3_CH6_IRQ_FORCINT 0xF01E9B28          ATOM3 Channel 6 Software Interrupt Generation Register
GTM_ATOM3_CH6_IRQ_MODE 0xF01E9B2C          ATOM3 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM3_CH7_RDADDR 0xF01E9B80          ATOM3 Channel 7 ARU read address Register
GTM_ATOM3_CH7_CTRL 0xF01E9B84          ATOM3 Channel 7 Control Register
GTM_ATOM3_CH7_SR0 0xF01E9B88          ATOM3 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM3_CH7_SR1 0xF01E9B8C          ATOM3 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM3_CH7_CM0 0xF01E9B90          ATOM3 Channel 7 CCU0 Compare Register
GTM_ATOM3_CH7_CM1 0xF01E9B94          ATOM3 Channel 7 CCU1 Compare Register
GTM_ATOM3_CH7_CN0 0xF01E9B98          ATOM3 Channel 7 CCU0 Counter Register
GTM_ATOM3_CH7_STAT 0xF01E9B9C          ATOM3 Channel 7 Status Register
GTM_ATOM3_CH7_IRQ_NOTIFY 0xF01E9BA0          ATOM3 Channel 7 Interrupt Notification Register
GTM_ATOM3_CH7_IRQ_EN 0xF01E9BA4          ATOM3 Channel 7 Interrupt Enable Register
GTM_ATOM3_CH7_IRQ_FORCINT 0xF01E9BA8          ATOM3 Channel 7 Software Interrupt Generation Register
GTM_ATOM3_CH7_IRQ_MODE 0xF01E9BAC          ATOM3 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM4_CH0_RDADDR 0xF01EA000          ATOM4 Channel 0 ARU read address Register
GTM_ATOM4_CH0_CTRL 0xF01EA004          ATOM4 Channel 0 Control Register
GTM_ATOM4_CH0_SR0 0xF01EA008          ATOM4 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM4_CH0_SR1 0xF01EA00C          ATOM4 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM4_CH0_CM0 0xF01EA010          ATOM4 Channel 0 CCU0 Compare Register
GTM_ATOM4_CH0_CM1 0xF01EA014          ATOM4 Channel 0 CCU1 Compare Register
GTM_ATOM4_CH0_CN0 0xF01EA018          ATOM4 Channel 0 CCU0 Counter Register
GTM_ATOM4_CH0_STAT 0xF01EA01C          ATOM4 Channel 0 Status Register
GTM_ATOM4_CH0_IRQ_NOTIFY 0xF01EA020          ATOM4 Channel 0 Interrupt Notification Register
GTM_ATOM4_CH0_IRQ_EN 0xF01EA024          ATOM4 Channel 0 Interrupt Enable Register
GTM_ATOM4_CH0_IRQ_FORCINT 0xF01EA028          ATOM4 Channel 0 Software Interrupt Generation Register
GTM_ATOM4_CH0_IRQ_MODE 0xF01EA02C          ATOM4 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM4_AGC_GLB_CTRL 0xF01EA040          ATOM4 AGC Global Control Register
GTM_ATOM4_AGC_ENDIS_CTRL 0xF01EA044          ATOM4 AGC Enable/Disable Control Register
GTM_ATOM4_AGC_ENDIS_STAT 0xF01EA048          ATOM4 AGC Enable/Disable Status Register
GTM_ATOM4_AGC_ACT_TB 0xF01EA04C          ATOM4 AGC Action Time Base Register
GTM_ATOM4_AGC_OUTEN_CTRL 0xF01EA050          ATOM4 AGC Output Enable Control Register
GTM_ATOM4_AGC_OUTEN_STAT 0xF01EA054          ATOM4 AGC Output Enable Status Register
GTM_ATOM4_AGC_FUPD_CTRL 0xF01EA058          ATOM4 AGC Force Update Control Register
GTM_ATOM4_AGC_INT_TRIG 0xF01EA05C          ATOM4 AGC Internal Trigger Control Register
GTM_ATOM4_CH1_RDADDR 0xF01EA080          ATOM4 Channel 1 ARU read address Register
GTM_ATOM4_CH1_CTRL 0xF01EA084          ATOM4 Channel 1 Control Register
GTM_ATOM4_CH1_SR0 0xF01EA088          ATOM4 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM4_CH1_SR1 0xF01EA08C          ATOM4 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM4_CH1_CM0 0xF01EA090          ATOM4 Channel 1 CCU0 Compare Register
GTM_ATOM4_CH1_CM1 0xF01EA094          ATOM4 Channel 1 CCU1 Compare Register
GTM_ATOM4_CH1_CN0 0xF01EA098          ATOM4 Channel 1 CCU0 Counter Register
GTM_ATOM4_CH1_STAT 0xF01EA09C          ATOM4 Channel 1 Status Register
GTM_ATOM4_CH1_IRQ_NOTIFY 0xF01EA0A0          ATOM4 Channel 1 Interrupt Notification Register
GTM_ATOM4_CH1_IRQ_EN 0xF01EA0A4          ATOM4 Channel 1 Interrupt Enable Register
GTM_ATOM4_CH1_IRQ_FORCINT 0xF01EA0A8          ATOM4 Channel 1 Software Interrupt Generation Register
GTM_ATOM4_CH1_IRQ_MODE 0xF01EA0AC          ATOM4 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM4_CH2_RDADDR 0xF01EA100          ATOM4 Channel 2 ARU read address Register
GTM_ATOM4_CH2_CTRL 0xF01EA104          ATOM4 Channel 2 Control Register
GTM_ATOM4_CH2_SR0 0xF01EA108          ATOM4 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM4_CH2_SR1 0xF01EA10C          ATOM4 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM4_CH2_CM0 0xF01EA110          ATOM4 Channel 2 CCU0 Compare Register
GTM_ATOM4_CH2_CM1 0xF01EA114          ATOM4 Channel 2 CCU1 Compare Register
GTM_ATOM4_CH2_CN0 0xF01EA118          ATOM4 Channel 2 CCU0 Counter Register
GTM_ATOM4_CH2_STAT 0xF01EA11C          ATOM4 Channel 2 Status Register
GTM_ATOM4_CH2_IRQ_NOTIFY 0xF01EA120          ATOM4 Channel 2 Interrupt Notification Register
GTM_ATOM4_CH2_IRQ_EN 0xF01EA124          ATOM4 Channel 2 Interrupt Enable Register
GTM_ATOM4_CH2_IRQ_FORCINT 0xF01EA128          ATOM4 Channel 2 Software Interrupt Generation Register
GTM_ATOM4_CH2_IRQ_MODE 0xF01EA12C          ATOM4 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM4_CH3_RDADDR 0xF01EA180          ATOM4 Channel 3 ARU read address Register
GTM_ATOM4_CH3_CTRL 0xF01EA184          ATOM4 Channel 3 Control Register
GTM_ATOM4_CH3_SR0 0xF01EA188          ATOM4 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM4_CH3_SR1 0xF01EA18C          ATOM4 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM4_CH3_CM0 0xF01EA190          ATOM4 Channel 3 CCU0 Compare Register
GTM_ATOM4_CH3_CM1 0xF01EA194          ATOM4 Channel 3 CCU1 Compare Register
GTM_ATOM4_CH3_CN0 0xF01EA198          ATOM4 Channel 3 CCU0 Counter Register
GTM_ATOM4_CH3_STAT 0xF01EA19C          ATOM4 Channel 3 Status Register
GTM_ATOM4_CH3_IRQ_NOTIFY 0xF01EA1A0          ATOM4 Channel 3 Interrupt Notification Register
GTM_ATOM4_CH3_IRQ_EN 0xF01EA1A4          ATOM4 Channel 3 Interrupt Enable Register
GTM_ATOM4_CH3_IRQ_FORCINT 0xF01EA1A8          ATOM4 Channel 3 Software Interrupt Generation Register
GTM_ATOM4_CH3_IRQ_MODE 0xF01EA1AC          ATOM4 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM4_CH4_RDADDR 0xF01EA200          ATOM4 Channel 4 ARU read address Register
GTM_ATOM4_CH4_CTRL 0xF01EA204          ATOM4 Channel 4 Control Register
GTM_ATOM4_CH4_SR0 0xF01EA208          ATOM4 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM4_CH4_SR1 0xF01EA20C          ATOM4 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM4_CH4_CM0 0xF01EA210          ATOM4 Channel 4 CCU0 Compare Register
GTM_ATOM4_CH4_CM1 0xF01EA214          ATOM4 Channel 4 CCU1 Compare Register
GTM_ATOM4_CH4_CN0 0xF01EA218          ATOM4 Channel 4 CCU0 Counter Register
GTM_ATOM4_CH4_STAT 0xF01EA21C          ATOM4 Channel 4 Status Register
GTM_ATOM4_CH4_IRQ_NOTIFY 0xF01EA220          ATOM4 Channel 4 Interrupt Notification Register
GTM_ATOM4_CH4_IRQ_EN 0xF01EA224          ATOM4 Channel 4 Interrupt Enable Register
GTM_ATOM4_CH4_IRQ_FORCINT 0xF01EA228          ATOM4 Channel 4 Software Interrupt Generation Register
GTM_ATOM4_CH4_IRQ_MODE 0xF01EA22C          ATOM4 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM4_CH5_RDADDR 0xF01EA280          ATOM4 Channel 5 ARU read address Register
GTM_ATOM4_CH5_CTRL 0xF01EA284          ATOM4 Channel 5 Control Register
GTM_ATOM4_CH5_SR0 0xF01EA288          ATOM4 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM4_CH5_SR1 0xF01EA28C          ATOM4 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM4_CH5_CM0 0xF01EA290          ATOM4 Channel 5 CCU0 Compare Register
GTM_ATOM4_CH5_CM1 0xF01EA294          ATOM4 Channel 5 CCU1 Compare Register
GTM_ATOM4_CH5_CN0 0xF01EA298          ATOM4 Channel 5 CCU0 Counter Register
GTM_ATOM4_CH5_STAT 0xF01EA29C          ATOM4 Channel 5 Status Register
GTM_ATOM4_CH5_IRQ_NOTIFY 0xF01EA2A0          ATOM4 Channel 5 Interrupt Notification Register
GTM_ATOM4_CH5_IRQ_EN 0xF01EA2A4          ATOM4 Channel 5 Interrupt Enable Register
GTM_ATOM4_CH5_IRQ_FORCINT 0xF01EA2A8          ATOM4 Channel 5 Software Interrupt Generation Register
GTM_ATOM4_CH5_IRQ_MODE 0xF01EA2AC          ATOM4 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM4_CH6_RDADDR 0xF01EA300          ATOM4 Channel 6 ARU read address Register
GTM_ATOM4_CH6_CTRL 0xF01EA304          ATOM4 Channel 6 Control Register
GTM_ATOM4_CH6_SR0 0xF01EA308          ATOM4 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM4_CH6_SR1 0xF01EA30C          ATOM4 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM4_CH6_CM0 0xF01EA310          ATOM4 Channel 6 CCU0 Compare Register
GTM_ATOM4_CH6_CM1 0xF01EA314          ATOM4 Channel 6 CCU1 Compare Register
GTM_ATOM4_CH6_CN0 0xF01EA318          ATOM4 Channel 6 CCU0 Counter Register
GTM_ATOM4_CH6_STAT 0xF01EA31C          ATOM4 Channel 6 Status Register
GTM_ATOM4_CH6_IRQ_NOTIFY 0xF01EA320          ATOM4 Channel 6 Interrupt Notification Register
GTM_ATOM4_CH6_IRQ_EN 0xF01EA324          ATOM4 Channel 6 Interrupt Enable Register
GTM_ATOM4_CH6_IRQ_FORCINT 0xF01EA328          ATOM4 Channel 6 Software Interrupt Generation Register
GTM_ATOM4_CH6_IRQ_MODE 0xF01EA32C          ATOM4 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM4_CH7_RDADDR 0xF01EA380          ATOM4 Channel 7 ARU read address Register
GTM_ATOM4_CH7_CTRL 0xF01EA384          ATOM4 Channel 7 Control Register
GTM_ATOM4_CH7_SR0 0xF01EA388          ATOM4 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM4_CH7_SR1 0xF01EA38C          ATOM4 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM4_CH7_CM0 0xF01EA390          ATOM4 Channel 7 CCU0 Compare Register
GTM_ATOM4_CH7_CM1 0xF01EA394          ATOM4 Channel 7 CCU1 Compare Register
GTM_ATOM4_CH7_CN0 0xF01EA398          ATOM4 Channel 7 CCU0 Counter Register
GTM_ATOM4_CH7_STAT 0xF01EA39C          ATOM4 Channel 7 Status Register
GTM_ATOM4_CH7_IRQ_NOTIFY 0xF01EA3A0          ATOM4 Channel 7 Interrupt Notification Register
GTM_ATOM4_CH7_IRQ_EN 0xF01EA3A4          ATOM4 Channel 7 Interrupt Enable Register
GTM_ATOM4_CH7_IRQ_FORCINT 0xF01EA3A8          ATOM4 Channel 7 Software Interrupt Generation Register
GTM_ATOM4_CH7_IRQ_MODE 0xF01EA3AC          ATOM4 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM5_CH0_RDADDR 0xF01EA800          ATOM5 Channel 0 ARU read address Register
GTM_ATOM5_CH0_CTRL 0xF01EA804          ATOM5 Channel 0 Control Register
GTM_ATOM5_CH0_SR0 0xF01EA808          ATOM5 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM5_CH0_SR1 0xF01EA80C          ATOM5 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM5_CH0_CM0 0xF01EA810          ATOM5 Channel 0 CCU0 Compare Register
GTM_ATOM5_CH0_CM1 0xF01EA814          ATOM5 Channel 0 CCU1 Compare Register
GTM_ATOM5_CH0_CN0 0xF01EA818          ATOM5 Channel 0 CCU0 Counter Register
GTM_ATOM5_CH0_STAT 0xF01EA81C          ATOM5 Channel 0 Status Register
GTM_ATOM5_CH0_IRQ_NOTIFY 0xF01EA820          ATOM5 Channel 0 Interrupt Notification Register
GTM_ATOM5_CH0_IRQ_EN 0xF01EA824          ATOM5 Channel 0 Interrupt Enable Register
GTM_ATOM5_CH0_IRQ_FORCINT 0xF01EA828          ATOM5 Channel 0 Software Interrupt Generation Register
GTM_ATOM5_CH0_IRQ_MODE 0xF01EA82C          ATOM5 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM5_AGC_GLB_CTRL 0xF01EA840          ATOM5 AGC Global Control Register
GTM_ATOM5_AGC_ENDIS_CTRL 0xF01EA844          ATOM5 AGC Enable/Disable Control Register
GTM_ATOM5_AGC_ENDIS_STAT 0xF01EA848          ATOM5 AGC Enable/Disable Status Register
GTM_ATOM5_AGC_ACT_TB 0xF01EA84C          ATOM5 AGC Action Time Base Register
GTM_ATOM5_AGC_OUTEN_CTRL 0xF01EA850          ATOM5 AGC Output Enable Control Register
GTM_ATOM5_AGC_OUTEN_STAT 0xF01EA854          ATOM5 AGC Output Enable Status Register
GTM_ATOM5_AGC_FUPD_CTRL 0xF01EA858          ATOM5 AGC Force Update Control Register
GTM_ATOM5_AGC_INT_TRIG 0xF01EA85C          ATOM5 AGC Internal Trigger Control Register
GTM_ATOM5_CH1_RDADDR 0xF01EA880          ATOM5 Channel 1 ARU read address Register
GTM_ATOM5_CH1_CTRL 0xF01EA884          ATOM5 Channel 1 Control Register
GTM_ATOM5_CH1_SR0 0xF01EA888          ATOM5 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM5_CH1_SR1 0xF01EA88C          ATOM5 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM5_CH1_CM0 0xF01EA890          ATOM5 Channel 1 CCU0 Compare Register
GTM_ATOM5_CH1_CM1 0xF01EA894          ATOM5 Channel 1 CCU1 Compare Register
GTM_ATOM5_CH1_CN0 0xF01EA898          ATOM5 Channel 1 CCU0 Counter Register
GTM_ATOM5_CH1_STAT 0xF01EA89C          ATOM5 Channel 1 Status Register
GTM_ATOM5_CH1_IRQ_NOTIFY 0xF01EA8A0          ATOM5 Channel 1 Interrupt Notification Register
GTM_ATOM5_CH1_IRQ_EN 0xF01EA8A4          ATOM5 Channel 1 Interrupt Enable Register
GTM_ATOM5_CH1_IRQ_FORCINT 0xF01EA8A8          ATOM5 Channel 1 Software Interrupt Generation Register
GTM_ATOM5_CH1_IRQ_MODE 0xF01EA8AC          ATOM5 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM5_CH2_RDADDR 0xF01EA900          ATOM5 Channel 2 ARU read address Register
GTM_ATOM5_CH2_CTRL 0xF01EA904          ATOM5 Channel 2 Control Register
GTM_ATOM5_CH2_SR0 0xF01EA908          ATOM5 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM5_CH2_SR1 0xF01EA90C          ATOM5 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM5_CH2_CM0 0xF01EA910          ATOM5 Channel 2 CCU0 Compare Register
GTM_ATOM5_CH2_CM1 0xF01EA914          ATOM5 Channel 2 CCU1 Compare Register
GTM_ATOM5_CH2_CN0 0xF01EA918          ATOM5 Channel 2 CCU0 Counter Register
GTM_ATOM5_CH2_STAT 0xF01EA91C          ATOM5 Channel 2 Status Register
GTM_ATOM5_CH2_IRQ_NOTIFY 0xF01EA920          ATOM5 Channel 2 Interrupt Notification Register
GTM_ATOM5_CH2_IRQ_EN 0xF01EA924          ATOM5 Channel 2 Interrupt Enable Register
GTM_ATOM5_CH2_IRQ_FORCINT 0xF01EA928          ATOM5 Channel 2 Software Interrupt Generation Register
GTM_ATOM5_CH2_IRQ_MODE 0xF01EA92C          ATOM5 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM5_CH3_RDADDR 0xF01EA980          ATOM5 Channel 3 ARU read address Register
GTM_ATOM5_CH3_CTRL 0xF01EA984          ATOM5 Channel 3 Control Register
GTM_ATOM5_CH3_SR0 0xF01EA988          ATOM5 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM5_CH3_SR1 0xF01EA98C          ATOM5 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM5_CH3_CM0 0xF01EA990          ATOM5 Channel 3 CCU0 Compare Register
GTM_ATOM5_CH3_CM1 0xF01EA994          ATOM5 Channel 3 CCU1 Compare Register
GTM_ATOM5_CH3_CN0 0xF01EA998          ATOM5 Channel 3 CCU0 Counter Register
GTM_ATOM5_CH3_STAT 0xF01EA99C          ATOM5 Channel 3 Status Register
GTM_ATOM5_CH3_IRQ_NOTIFY 0xF01EA9A0          ATOM5 Channel 3 Interrupt Notification Register
GTM_ATOM5_CH3_IRQ_EN 0xF01EA9A4          ATOM5 Channel 3 Interrupt Enable Register
GTM_ATOM5_CH3_IRQ_FORCINT 0xF01EA9A8          ATOM5 Channel 3 Software Interrupt Generation Register
GTM_ATOM5_CH3_IRQ_MODE 0xF01EA9AC          ATOM5 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM5_CH4_RDADDR 0xF01EAA00          ATOM5 Channel 4 ARU read address Register
GTM_ATOM5_CH4_CTRL 0xF01EAA04          ATOM5 Channel 4 Control Register
GTM_ATOM5_CH4_SR0 0xF01EAA08          ATOM5 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM5_CH4_SR1 0xF01EAA0C          ATOM5 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM5_CH4_CM0 0xF01EAA10          ATOM5 Channel 4 CCU0 Compare Register
GTM_ATOM5_CH4_CM1 0xF01EAA14          ATOM5 Channel 4 CCU1 Compare Register
GTM_ATOM5_CH4_CN0 0xF01EAA18          ATOM5 Channel 4 CCU0 Counter Register
GTM_ATOM5_CH4_STAT 0xF01EAA1C          ATOM5 Channel 4 Status Register
GTM_ATOM5_CH4_IRQ_NOTIFY 0xF01EAA20          ATOM5 Channel 4 Interrupt Notification Register
GTM_ATOM5_CH4_IRQ_EN 0xF01EAA24          ATOM5 Channel 4 Interrupt Enable Register
GTM_ATOM5_CH4_IRQ_FORCINT 0xF01EAA28          ATOM5 Channel 4 Software Interrupt Generation Register
GTM_ATOM5_CH4_IRQ_MODE 0xF01EAA2C          ATOM5 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM5_CH5_RDADDR 0xF01EAA80          ATOM5 Channel 5 ARU read address Register
GTM_ATOM5_CH5_CTRL 0xF01EAA84          ATOM5 Channel 5 Control Register
GTM_ATOM5_CH5_SR0 0xF01EAA88          ATOM5 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM5_CH5_SR1 0xF01EAA8C          ATOM5 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM5_CH5_CM0 0xF01EAA90          ATOM5 Channel 5 CCU0 Compare Register
GTM_ATOM5_CH5_CM1 0xF01EAA94          ATOM5 Channel 5 CCU1 Compare Register
GTM_ATOM5_CH5_CN0 0xF01EAA98          ATOM5 Channel 5 CCU0 Counter Register
GTM_ATOM5_CH5_STAT 0xF01EAA9C          ATOM5 Channel 5 Status Register
GTM_ATOM5_CH5_IRQ_NOTIFY 0xF01EAAA0          ATOM5 Channel 5 Interrupt Notification Register
GTM_ATOM5_CH5_IRQ_EN 0xF01EAAA4          ATOM5 Channel 5 Interrupt Enable Register
GTM_ATOM5_CH5_IRQ_FORCINT 0xF01EAAA8          ATOM5 Channel 5 Software Interrupt Generation Register
GTM_ATOM5_CH5_IRQ_MODE 0xF01EAAAC          ATOM5 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM5_CH6_RDADDR 0xF01EAB00          ATOM5 Channel 6 ARU read address Register
GTM_ATOM5_CH6_CTRL 0xF01EAB04          ATOM5 Channel 6 Control Register
GTM_ATOM5_CH6_SR0 0xF01EAB08          ATOM5 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM5_CH6_SR1 0xF01EAB0C          ATOM5 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM5_CH6_CM0 0xF01EAB10          ATOM5 Channel 6 CCU0 Compare Register
GTM_ATOM5_CH6_CM1 0xF01EAB14          ATOM5 Channel 6 CCU1 Compare Register
GTM_ATOM5_CH6_CN0 0xF01EAB18          ATOM5 Channel 6 CCU0 Counter Register
GTM_ATOM5_CH6_STAT 0xF01EAB1C          ATOM5 Channel 6 Status Register
GTM_ATOM5_CH6_IRQ_NOTIFY 0xF01EAB20          ATOM5 Channel 6 Interrupt Notification Register
GTM_ATOM5_CH6_IRQ_EN 0xF01EAB24          ATOM5 Channel 6 Interrupt Enable Register
GTM_ATOM5_CH6_IRQ_FORCINT 0xF01EAB28          ATOM5 Channel 6 Software Interrupt Generation Register
GTM_ATOM5_CH6_IRQ_MODE 0xF01EAB2C          ATOM5 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM5_CH7_RDADDR 0xF01EAB80          ATOM5 Channel 7 ARU read address Register
GTM_ATOM5_CH7_CTRL 0xF01EAB84          ATOM5 Channel 7 Control Register
GTM_ATOM5_CH7_SR0 0xF01EAB88          ATOM5 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM5_CH7_SR1 0xF01EAB8C          ATOM5 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM5_CH7_CM0 0xF01EAB90          ATOM5 Channel 7 CCU0 Compare Register
GTM_ATOM5_CH7_CM1 0xF01EAB94          ATOM5 Channel 7 CCU1 Compare Register
GTM_ATOM5_CH7_CN0 0xF01EAB98          ATOM5 Channel 7 CCU0 Counter Register
GTM_ATOM5_CH7_STAT 0xF01EAB9C          ATOM5 Channel 7 Status Register
GTM_ATOM5_CH7_IRQ_NOTIFY 0xF01EABA0          ATOM5 Channel 7 Interrupt Notification Register
GTM_ATOM5_CH7_IRQ_EN 0xF01EABA4          ATOM5 Channel 7 Interrupt Enable Register
GTM_ATOM5_CH7_IRQ_FORCINT 0xF01EABA8          ATOM5 Channel 7 Software Interrupt Generation Register
GTM_ATOM5_CH7_IRQ_MODE 0xF01EABAC          ATOM5 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM6_CH0_RDADDR 0xF01EB000          ATOM6 Channel 0 ARU read address Register
GTM_ATOM6_CH0_CTRL 0xF01EB004          ATOM6 Channel 0 Control Register
GTM_ATOM6_CH0_SR0 0xF01EB008          ATOM6 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM6_CH0_SR1 0xF01EB00C          ATOM6 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM6_CH0_CM0 0xF01EB010          ATOM6 Channel 0 CCU0 Compare Register
GTM_ATOM6_CH0_CM1 0xF01EB014          ATOM6 Channel 0 CCU1 Compare Register
GTM_ATOM6_CH0_CN0 0xF01EB018          ATOM6 Channel 0 CCU0 Counter Register
GTM_ATOM6_CH0_STAT 0xF01EB01C          ATOM6 Channel 0 Status Register
GTM_ATOM6_CH0_IRQ_NOTIFY 0xF01EB020          ATOM6 Channel 0 Interrupt Notification Register
GTM_ATOM6_CH0_IRQ_EN 0xF01EB024          ATOM6 Channel 0 Interrupt Enable Register
GTM_ATOM6_CH0_IRQ_FORCINT 0xF01EB028          ATOM6 Channel 0 Software Interrupt Generation Register
GTM_ATOM6_CH0_IRQ_MODE 0xF01EB02C          ATOM6 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM6_AGC_GLB_CTRL 0xF01EB040          ATOM6 AGC Global Control Register
GTM_ATOM6_AGC_ENDIS_CTRL 0xF01EB044          ATOM6 AGC Enable/Disable Control Register
GTM_ATOM6_AGC_ENDIS_STAT 0xF01EB048          ATOM6 AGC Enable/Disable Status Register
GTM_ATOM6_AGC_ACT_TB 0xF01EB04C          ATOM6 AGC Action Time Base Register
GTM_ATOM6_AGC_OUTEN_CTRL 0xF01EB050          ATOM6 AGC Output Enable Control Register
GTM_ATOM6_AGC_OUTEN_STAT 0xF01EB054          ATOM6 AGC Output Enable Status Register
GTM_ATOM6_AGC_FUPD_CTRL 0xF01EB058          ATOM6 AGC Force Update Control Register
GTM_ATOM6_AGC_INT_TRIG 0xF01EB05C          ATOM6 AGC Internal Trigger Control Register
GTM_ATOM6_CH1_RDADDR 0xF01EB080          ATOM6 Channel 1 ARU read address Register
GTM_ATOM6_CH1_CTRL 0xF01EB084          ATOM6 Channel 1 Control Register
GTM_ATOM6_CH1_SR0 0xF01EB088          ATOM6 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM6_CH1_SR1 0xF01EB08C          ATOM6 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM6_CH1_CM0 0xF01EB090          ATOM6 Channel 1 CCU0 Compare Register
GTM_ATOM6_CH1_CM1 0xF01EB094          ATOM6 Channel 1 CCU1 Compare Register
GTM_ATOM6_CH1_CN0 0xF01EB098          ATOM6 Channel 1 CCU0 Counter Register
GTM_ATOM6_CH1_STAT 0xF01EB09C          ATOM6 Channel 1 Status Register
GTM_ATOM6_CH1_IRQ_NOTIFY 0xF01EB0A0          ATOM6 Channel 1 Interrupt Notification Register
GTM_ATOM6_CH1_IRQ_EN 0xF01EB0A4          ATOM6 Channel 1 Interrupt Enable Register
GTM_ATOM6_CH1_IRQ_FORCINT 0xF01EB0A8          ATOM6 Channel 1 Software Interrupt Generation Register
GTM_ATOM6_CH1_IRQ_MODE 0xF01EB0AC          ATOM6 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM6_CH2_RDADDR 0xF01EB100          ATOM6 Channel 2 ARU read address Register
GTM_ATOM6_CH2_CTRL 0xF01EB104          ATOM6 Channel 2 Control Register
GTM_ATOM6_CH2_SR0 0xF01EB108          ATOM6 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM6_CH2_SR1 0xF01EB10C          ATOM6 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM6_CH2_CM0 0xF01EB110          ATOM6 Channel 2 CCU0 Compare Register
GTM_ATOM6_CH2_CM1 0xF01EB114          ATOM6 Channel 2 CCU1 Compare Register
GTM_ATOM6_CH2_CN0 0xF01EB118          ATOM6 Channel 2 CCU0 Counter Register
GTM_ATOM6_CH2_STAT 0xF01EB11C          ATOM6 Channel 2 Status Register
GTM_ATOM6_CH2_IRQ_NOTIFY 0xF01EB120          ATOM6 Channel 2 Interrupt Notification Register
GTM_ATOM6_CH2_IRQ_EN 0xF01EB124          ATOM6 Channel 2 Interrupt Enable Register
GTM_ATOM6_CH2_IRQ_FORCINT 0xF01EB128          ATOM6 Channel 2 Software Interrupt Generation Register
GTM_ATOM6_CH2_IRQ_MODE 0xF01EB12C          ATOM6 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM6_CH3_RDADDR 0xF01EB180          ATOM6 Channel 3 ARU read address Register
GTM_ATOM6_CH3_CTRL 0xF01EB184          ATOM6 Channel 3 Control Register
GTM_ATOM6_CH3_SR0 0xF01EB188          ATOM6 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM6_CH3_SR1 0xF01EB18C          ATOM6 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM6_CH3_CM0 0xF01EB190          ATOM6 Channel 3 CCU0 Compare Register
GTM_ATOM6_CH3_CM1 0xF01EB194          ATOM6 Channel 3 CCU1 Compare Register
GTM_ATOM6_CH3_CN0 0xF01EB198          ATOM6 Channel 3 CCU0 Counter Register
GTM_ATOM6_CH3_STAT 0xF01EB19C          ATOM6 Channel 3 Status Register
GTM_ATOM6_CH3_IRQ_NOTIFY 0xF01EB1A0          ATOM6 Channel 3 Interrupt Notification Register
GTM_ATOM6_CH3_IRQ_EN 0xF01EB1A4          ATOM6 Channel 3 Interrupt Enable Register
GTM_ATOM6_CH3_IRQ_FORCINT 0xF01EB1A8          ATOM6 Channel 3 Software Interrupt Generation Register
GTM_ATOM6_CH3_IRQ_MODE 0xF01EB1AC          ATOM6 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM6_CH4_RDADDR 0xF01EB200          ATOM6 Channel 4 ARU read address Register
GTM_ATOM6_CH4_CTRL 0xF01EB204          ATOM6 Channel 4 Control Register
GTM_ATOM6_CH4_SR0 0xF01EB208          ATOM6 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM6_CH4_SR1 0xF01EB20C          ATOM6 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM6_CH4_CM0 0xF01EB210          ATOM6 Channel 4 CCU0 Compare Register
GTM_ATOM6_CH4_CM1 0xF01EB214          ATOM6 Channel 4 CCU1 Compare Register
GTM_ATOM6_CH4_CN0 0xF01EB218          ATOM6 Channel 4 CCU0 Counter Register
GTM_ATOM6_CH4_STAT 0xF01EB21C          ATOM6 Channel 4 Status Register
GTM_ATOM6_CH4_IRQ_NOTIFY 0xF01EB220          ATOM6 Channel 4 Interrupt Notification Register
GTM_ATOM6_CH4_IRQ_EN 0xF01EB224          ATOM6 Channel 4 Interrupt Enable Register
GTM_ATOM6_CH4_IRQ_FORCINT 0xF01EB228          ATOM6 Channel 4 Software Interrupt Generation Register
GTM_ATOM6_CH4_IRQ_MODE 0xF01EB22C          ATOM6 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM6_CH5_RDADDR 0xF01EB280          ATOM6 Channel 5 ARU read address Register
GTM_ATOM6_CH5_CTRL 0xF01EB284          ATOM6 Channel 5 Control Register
GTM_ATOM6_CH5_SR0 0xF01EB288          ATOM6 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM6_CH5_SR1 0xF01EB28C          ATOM6 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM6_CH5_CM0 0xF01EB290          ATOM6 Channel 5 CCU0 Compare Register
GTM_ATOM6_CH5_CM1 0xF01EB294          ATOM6 Channel 5 CCU1 Compare Register
GTM_ATOM6_CH5_CN0 0xF01EB298          ATOM6 Channel 5 CCU0 Counter Register
GTM_ATOM6_CH5_STAT 0xF01EB29C          ATOM6 Channel 5 Status Register
GTM_ATOM6_CH5_IRQ_NOTIFY 0xF01EB2A0          ATOM6 Channel 5 Interrupt Notification Register
GTM_ATOM6_CH5_IRQ_EN 0xF01EB2A4          ATOM6 Channel 5 Interrupt Enable Register
GTM_ATOM6_CH5_IRQ_FORCINT 0xF01EB2A8          ATOM6 Channel 5 Software Interrupt Generation Register
GTM_ATOM6_CH5_IRQ_MODE 0xF01EB2AC          ATOM6 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM6_CH6_RDADDR 0xF01EB300          ATOM6 Channel 6 ARU read address Register
GTM_ATOM6_CH6_CTRL 0xF01EB304          ATOM6 Channel 6 Control Register
GTM_ATOM6_CH6_SR0 0xF01EB308          ATOM6 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM6_CH6_SR1 0xF01EB30C          ATOM6 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM6_CH6_CM0 0xF01EB310          ATOM6 Channel 6 CCU0 Compare Register
GTM_ATOM6_CH6_CM1 0xF01EB314          ATOM6 Channel 6 CCU1 Compare Register
GTM_ATOM6_CH6_CN0 0xF01EB318          ATOM6 Channel 6 CCU0 Counter Register
GTM_ATOM6_CH6_STAT 0xF01EB31C          ATOM6 Channel 6 Status Register
GTM_ATOM6_CH6_IRQ_NOTIFY 0xF01EB320          ATOM6 Channel 6 Interrupt Notification Register
GTM_ATOM6_CH6_IRQ_EN 0xF01EB324          ATOM6 Channel 6 Interrupt Enable Register
GTM_ATOM6_CH6_IRQ_FORCINT 0xF01EB328          ATOM6 Channel 6 Software Interrupt Generation Register
GTM_ATOM6_CH6_IRQ_MODE 0xF01EB32C          ATOM6 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM6_CH7_RDADDR 0xF01EB380          ATOM6 Channel 7 ARU read address Register
GTM_ATOM6_CH7_CTRL 0xF01EB384          ATOM6 Channel 7 Control Register
GTM_ATOM6_CH7_SR0 0xF01EB388          ATOM6 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM6_CH7_SR1 0xF01EB38C          ATOM6 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM6_CH7_CM0 0xF01EB390          ATOM6 Channel 7 CCU0 Compare Register
GTM_ATOM6_CH7_CM1 0xF01EB394          ATOM6 Channel 7 CCU1 Compare Register
GTM_ATOM6_CH7_CN0 0xF01EB398          ATOM6 Channel 7 CCU0 Counter Register
GTM_ATOM6_CH7_STAT 0xF01EB39C          ATOM6 Channel 7 Status Register
GTM_ATOM6_CH7_IRQ_NOTIFY 0xF01EB3A0          ATOM6 Channel 7 Interrupt Notification Register
GTM_ATOM6_CH7_IRQ_EN 0xF01EB3A4          ATOM6 Channel 7 Interrupt Enable Register
GTM_ATOM6_CH7_IRQ_FORCINT 0xF01EB3A8          ATOM6 Channel 7 Software Interrupt Generation Register
GTM_ATOM6_CH7_IRQ_MODE 0xF01EB3AC          ATOM6 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM7_CH0_RDADDR 0xF01EB800          ATOM7 Channel 0 ARU read address Register
GTM_ATOM7_CH0_CTRL 0xF01EB804          ATOM7 Channel 0 Control Register
GTM_ATOM7_CH0_SR0 0xF01EB808          ATOM7 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM7_CH0_SR1 0xF01EB80C          ATOM7 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM7_CH0_CM0 0xF01EB810          ATOM7 Channel 0 CCU0 Compare Register
GTM_ATOM7_CH0_CM1 0xF01EB814          ATOM7 Channel 0 CCU1 Compare Register
GTM_ATOM7_CH0_CN0 0xF01EB818          ATOM7 Channel 0 CCU0 Counter Register
GTM_ATOM7_CH0_STAT 0xF01EB81C          ATOM7 Channel 0 Status Register
GTM_ATOM7_CH0_IRQ_NOTIFY 0xF01EB820          ATOM7 Channel 0 Interrupt Notification Register
GTM_ATOM7_CH0_IRQ_EN 0xF01EB824          ATOM7 Channel 0 Interrupt Enable Register
GTM_ATOM7_CH0_IRQ_FORCINT 0xF01EB828          ATOM7 Channel 0 Software Interrupt Generation Register
GTM_ATOM7_CH0_IRQ_MODE 0xF01EB82C          ATOM7 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM7_AGC_GLB_CTRL 0xF01EB840          ATOM7 AGC Global Control Register
GTM_ATOM7_AGC_ENDIS_CTRL 0xF01EB844          ATOM7 AGC Enable/Disable Control Register
GTM_ATOM7_AGC_ENDIS_STAT 0xF01EB848          ATOM7 AGC Enable/Disable Status Register
GTM_ATOM7_AGC_ACT_TB 0xF01EB84C          ATOM7 AGC Action Time Base Register
GTM_ATOM7_AGC_OUTEN_CTRL 0xF01EB850          ATOM7 AGC Output Enable Control Register
GTM_ATOM7_AGC_OUTEN_STAT 0xF01EB854          ATOM7 AGC Output Enable Status Register
GTM_ATOM7_AGC_FUPD_CTRL 0xF01EB858          ATOM7 AGC Force Update Control Register
GTM_ATOM7_AGC_INT_TRIG 0xF01EB85C          ATOM7 AGC Internal Trigger Control Register
GTM_ATOM7_CH1_RDADDR 0xF01EB880          ATOM7 Channel 1 ARU read address Register
GTM_ATOM7_CH1_CTRL 0xF01EB884          ATOM7 Channel 1 Control Register
GTM_ATOM7_CH1_SR0 0xF01EB888          ATOM7 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM7_CH1_SR1 0xF01EB88C          ATOM7 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM7_CH1_CM0 0xF01EB890          ATOM7 Channel 1 CCU0 Compare Register
GTM_ATOM7_CH1_CM1 0xF01EB894          ATOM7 Channel 1 CCU1 Compare Register
GTM_ATOM7_CH1_CN0 0xF01EB898          ATOM7 Channel 1 CCU0 Counter Register
GTM_ATOM7_CH1_STAT 0xF01EB89C          ATOM7 Channel 1 Status Register
GTM_ATOM7_CH1_IRQ_NOTIFY 0xF01EB8A0          ATOM7 Channel 1 Interrupt Notification Register
GTM_ATOM7_CH1_IRQ_EN 0xF01EB8A4          ATOM7 Channel 1 Interrupt Enable Register
GTM_ATOM7_CH1_IRQ_FORCINT 0xF01EB8A8          ATOM7 Channel 1 Software Interrupt Generation Register
GTM_ATOM7_CH1_IRQ_MODE 0xF01EB8AC          ATOM7 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM7_CH2_RDADDR 0xF01EB900          ATOM7 Channel 2 ARU read address Register
GTM_ATOM7_CH2_CTRL 0xF01EB904          ATOM7 Channel 2 Control Register
GTM_ATOM7_CH2_SR0 0xF01EB908          ATOM7 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM7_CH2_SR1 0xF01EB90C          ATOM7 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM7_CH2_CM0 0xF01EB910          ATOM7 Channel 2 CCU0 Compare Register
GTM_ATOM7_CH2_CM1 0xF01EB914          ATOM7 Channel 2 CCU1 Compare Register
GTM_ATOM7_CH2_CN0 0xF01EB918          ATOM7 Channel 2 CCU0 Counter Register
GTM_ATOM7_CH2_STAT 0xF01EB91C          ATOM7 Channel 2 Status Register
GTM_ATOM7_CH2_IRQ_NOTIFY 0xF01EB920          ATOM7 Channel 2 Interrupt Notification Register
GTM_ATOM7_CH2_IRQ_EN 0xF01EB924          ATOM7 Channel 2 Interrupt Enable Register
GTM_ATOM7_CH2_IRQ_FORCINT 0xF01EB928          ATOM7 Channel 2 Software Interrupt Generation Register
GTM_ATOM7_CH2_IRQ_MODE 0xF01EB92C          ATOM7 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM7_CH3_RDADDR 0xF01EB980          ATOM7 Channel 3 ARU read address Register
GTM_ATOM7_CH3_CTRL 0xF01EB984          ATOM7 Channel 3 Control Register
GTM_ATOM7_CH3_SR0 0xF01EB988          ATOM7 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM7_CH3_SR1 0xF01EB98C          ATOM7 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM7_CH3_CM0 0xF01EB990          ATOM7 Channel 3 CCU0 Compare Register
GTM_ATOM7_CH3_CM1 0xF01EB994          ATOM7 Channel 3 CCU1 Compare Register
GTM_ATOM7_CH3_CN0 0xF01EB998          ATOM7 Channel 3 CCU0 Counter Register
GTM_ATOM7_CH3_STAT 0xF01EB99C          ATOM7 Channel 3 Status Register
GTM_ATOM7_CH3_IRQ_NOTIFY 0xF01EB9A0          ATOM7 Channel 3 Interrupt Notification Register
GTM_ATOM7_CH3_IRQ_EN 0xF01EB9A4          ATOM7 Channel 3 Interrupt Enable Register
GTM_ATOM7_CH3_IRQ_FORCINT 0xF01EB9A8          ATOM7 Channel 3 Software Interrupt Generation Register
GTM_ATOM7_CH3_IRQ_MODE 0xF01EB9AC          ATOM7 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM7_CH4_RDADDR 0xF01EBA00          ATOM7 Channel 4 ARU read address Register
GTM_ATOM7_CH4_CTRL 0xF01EBA04          ATOM7 Channel 4 Control Register
GTM_ATOM7_CH4_SR0 0xF01EBA08          ATOM7 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM7_CH4_SR1 0xF01EBA0C          ATOM7 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM7_CH4_CM0 0xF01EBA10          ATOM7 Channel 4 CCU0 Compare Register
GTM_ATOM7_CH4_CM1 0xF01EBA14          ATOM7 Channel 4 CCU1 Compare Register
GTM_ATOM7_CH4_CN0 0xF01EBA18          ATOM7 Channel 4 CCU0 Counter Register
GTM_ATOM7_CH4_STAT 0xF01EBA1C          ATOM7 Channel 4 Status Register
GTM_ATOM7_CH4_IRQ_NOTIFY 0xF01EBA20          ATOM7 Channel 4 Interrupt Notification Register
GTM_ATOM7_CH4_IRQ_EN 0xF01EBA24          ATOM7 Channel 4 Interrupt Enable Register
GTM_ATOM7_CH4_IRQ_FORCINT 0xF01EBA28          ATOM7 Channel 4 Software Interrupt Generation Register
GTM_ATOM7_CH4_IRQ_MODE 0xF01EBA2C          ATOM7 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM7_CH5_RDADDR 0xF01EBA80          ATOM7 Channel 5 ARU read address Register
GTM_ATOM7_CH5_CTRL 0xF01EBA84          ATOM7 Channel 5 Control Register
GTM_ATOM7_CH5_SR0 0xF01EBA88          ATOM7 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM7_CH5_SR1 0xF01EBA8C          ATOM7 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM7_CH5_CM0 0xF01EBA90          ATOM7 Channel 5 CCU0 Compare Register
GTM_ATOM7_CH5_CM1 0xF01EBA94          ATOM7 Channel 5 CCU1 Compare Register
GTM_ATOM7_CH5_CN0 0xF01EBA98          ATOM7 Channel 5 CCU0 Counter Register
GTM_ATOM7_CH5_STAT 0xF01EBA9C          ATOM7 Channel 5 Status Register
GTM_ATOM7_CH5_IRQ_NOTIFY 0xF01EBAA0          ATOM7 Channel 5 Interrupt Notification Register
GTM_ATOM7_CH5_IRQ_EN 0xF01EBAA4          ATOM7 Channel 5 Interrupt Enable Register
GTM_ATOM7_CH5_IRQ_FORCINT 0xF01EBAA8          ATOM7 Channel 5 Software Interrupt Generation Register
GTM_ATOM7_CH5_IRQ_MODE 0xF01EBAAC          ATOM7 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM7_CH6_RDADDR 0xF01EBB00          ATOM7 Channel 6 ARU read address Register
GTM_ATOM7_CH6_CTRL 0xF01EBB04          ATOM7 Channel 6 Control Register
GTM_ATOM7_CH6_SR0 0xF01EBB08          ATOM7 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM7_CH6_SR1 0xF01EBB0C          ATOM7 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM7_CH6_CM0 0xF01EBB10          ATOM7 Channel 6 CCU0 Compare Register
GTM_ATOM7_CH6_CM1 0xF01EBB14          ATOM7 Channel 6 CCU1 Compare Register
GTM_ATOM7_CH6_CN0 0xF01EBB18          ATOM7 Channel 6 CCU0 Counter Register
GTM_ATOM7_CH6_STAT 0xF01EBB1C          ATOM7 Channel 6 Status Register
GTM_ATOM7_CH6_IRQ_NOTIFY 0xF01EBB20          ATOM7 Channel 6 Interrupt Notification Register
GTM_ATOM7_CH6_IRQ_EN 0xF01EBB24          ATOM7 Channel 6 Interrupt Enable Register
GTM_ATOM7_CH6_IRQ_FORCINT 0xF01EBB28          ATOM7 Channel 6 Software Interrupt Generation Register
GTM_ATOM7_CH6_IRQ_MODE 0xF01EBB2C          ATOM7 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM7_CH7_RDADDR 0xF01EBB80          ATOM7 Channel 7 ARU read address Register
GTM_ATOM7_CH7_CTRL 0xF01EBB84          ATOM7 Channel 7 Control Register
GTM_ATOM7_CH7_SR0 0xF01EBB88          ATOM7 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM7_CH7_SR1 0xF01EBB8C          ATOM7 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM7_CH7_CM0 0xF01EBB90          ATOM7 Channel 7 CCU0 Compare Register
GTM_ATOM7_CH7_CM1 0xF01EBB94          ATOM7 Channel 7 CCU1 Compare Register
GTM_ATOM7_CH7_CN0 0xF01EBB98          ATOM7 Channel 7 CCU0 Counter Register
GTM_ATOM7_CH7_STAT 0xF01EBB9C          ATOM7 Channel 7 Status Register
GTM_ATOM7_CH7_IRQ_NOTIFY 0xF01EBBA0          ATOM7 Channel 7 Interrupt Notification Register
GTM_ATOM7_CH7_IRQ_EN 0xF01EBBA4          ATOM7 Channel 7 Interrupt Enable Register
GTM_ATOM7_CH7_IRQ_FORCINT 0xF01EBBA8          ATOM7 Channel 7 Software Interrupt Generation Register
GTM_ATOM7_CH7_IRQ_MODE 0xF01EBBAC          ATOM7 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM8_CH0_RDADDR 0xF01EC000          ATOM8 Channel 0 ARU read address Register
GTM_ATOM8_CH0_CTRL 0xF01EC004          ATOM8 Channel 0 Control Register
GTM_ATOM8_CH0_SR0 0xF01EC008          ATOM8 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM8_CH0_SR1 0xF01EC00C          ATOM8 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM8_CH0_CM0 0xF01EC010          ATOM8 Channel 0 CCU0 Compare Register
GTM_ATOM8_CH0_CM1 0xF01EC014          ATOM8 Channel 0 CCU1 Compare Register
GTM_ATOM8_CH0_CN0 0xF01EC018          ATOM8 Channel 0 CCU0 Counter Register
GTM_ATOM8_CH0_STAT 0xF01EC01C          ATOM8 Channel 0 Status Register
GTM_ATOM8_CH0_IRQ_NOTIFY 0xF01EC020          ATOM8 Channel 0 Interrupt Notification Register
GTM_ATOM8_CH0_IRQ_EN 0xF01EC024          ATOM8 Channel 0 Interrupt Enable Register
GTM_ATOM8_CH0_IRQ_FORCINT 0xF01EC028          ATOM8 Channel 0 Software Interrupt Generation Register
GTM_ATOM8_CH0_IRQ_MODE 0xF01EC02C          ATOM8 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM8_AGC_GLB_CTRL 0xF01EC040          ATOM8 AGC Global Control Register
GTM_ATOM8_AGC_ENDIS_CTRL 0xF01EC044          ATOM8 AGC Enable/Disable Control Register
GTM_ATOM8_AGC_ENDIS_STAT 0xF01EC048          ATOM8 AGC Enable/Disable Status Register
GTM_ATOM8_AGC_ACT_TB 0xF01EC04C          ATOM8 AGC Action Time Base Register
GTM_ATOM8_AGC_OUTEN_CTRL 0xF01EC050          ATOM8 AGC Output Enable Control Register
GTM_ATOM8_AGC_OUTEN_STAT 0xF01EC054          ATOM8 AGC Output Enable Status Register
GTM_ATOM8_AGC_FUPD_CTRL 0xF01EC058          ATOM8 AGC Force Update Control Register
GTM_ATOM8_AGC_INT_TRIG 0xF01EC05C          ATOM8 AGC Internal Trigger Control Register
GTM_ATOM8_CH1_RDADDR 0xF01EC080          ATOM8 Channel 1 ARU read address Register
GTM_ATOM8_CH1_CTRL 0xF01EC084          ATOM8 Channel 1 Control Register
GTM_ATOM8_CH1_SR0 0xF01EC088          ATOM8 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM8_CH1_SR1 0xF01EC08C          ATOM8 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM8_CH1_CM0 0xF01EC090          ATOM8 Channel 1 CCU0 Compare Register
GTM_ATOM8_CH1_CM1 0xF01EC094          ATOM8 Channel 1 CCU1 Compare Register
GTM_ATOM8_CH1_CN0 0xF01EC098          ATOM8 Channel 1 CCU0 Counter Register
GTM_ATOM8_CH1_STAT 0xF01EC09C          ATOM8 Channel 1 Status Register
GTM_ATOM8_CH1_IRQ_NOTIFY 0xF01EC0A0          ATOM8 Channel 1 Interrupt Notification Register
GTM_ATOM8_CH1_IRQ_EN 0xF01EC0A4          ATOM8 Channel 1 Interrupt Enable Register
GTM_ATOM8_CH1_IRQ_FORCINT 0xF01EC0A8          ATOM8 Channel 1 Software Interrupt Generation Register
GTM_ATOM8_CH1_IRQ_MODE 0xF01EC0AC          ATOM8 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM8_CH2_RDADDR 0xF01EC100          ATOM8 Channel 2 ARU read address Register
GTM_ATOM8_CH2_CTRL 0xF01EC104          ATOM8 Channel 2 Control Register
GTM_ATOM8_CH2_SR0 0xF01EC108          ATOM8 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM8_CH2_SR1 0xF01EC10C          ATOM8 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM8_CH2_CM0 0xF01EC110          ATOM8 Channel 2 CCU0 Compare Register
GTM_ATOM8_CH2_CM1 0xF01EC114          ATOM8 Channel 2 CCU1 Compare Register
GTM_ATOM8_CH2_CN0 0xF01EC118          ATOM8 Channel 2 CCU0 Counter Register
GTM_ATOM8_CH2_STAT 0xF01EC11C          ATOM8 Channel 2 Status Register
GTM_ATOM8_CH2_IRQ_NOTIFY 0xF01EC120          ATOM8 Channel 2 Interrupt Notification Register
GTM_ATOM8_CH2_IRQ_EN 0xF01EC124          ATOM8 Channel 2 Interrupt Enable Register
GTM_ATOM8_CH2_IRQ_FORCINT 0xF01EC128          ATOM8 Channel 2 Software Interrupt Generation Register
GTM_ATOM8_CH2_IRQ_MODE 0xF01EC12C          ATOM8 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM8_CH3_RDADDR 0xF01EC180          ATOM8 Channel 3 ARU read address Register
GTM_ATOM8_CH3_CTRL 0xF01EC184          ATOM8 Channel 3 Control Register
GTM_ATOM8_CH3_SR0 0xF01EC188          ATOM8 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM8_CH3_SR1 0xF01EC18C          ATOM8 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM8_CH3_CM0 0xF01EC190          ATOM8 Channel 3 CCU0 Compare Register
GTM_ATOM8_CH3_CM1 0xF01EC194          ATOM8 Channel 3 CCU1 Compare Register
GTM_ATOM8_CH3_CN0 0xF01EC198          ATOM8 Channel 3 CCU0 Counter Register
GTM_ATOM8_CH3_STAT 0xF01EC19C          ATOM8 Channel 3 Status Register
GTM_ATOM8_CH3_IRQ_NOTIFY 0xF01EC1A0          ATOM8 Channel 3 Interrupt Notification Register
GTM_ATOM8_CH3_IRQ_EN 0xF01EC1A4          ATOM8 Channel 3 Interrupt Enable Register
GTM_ATOM8_CH3_IRQ_FORCINT 0xF01EC1A8          ATOM8 Channel 3 Software Interrupt Generation Register
GTM_ATOM8_CH3_IRQ_MODE 0xF01EC1AC          ATOM8 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM8_CH4_RDADDR 0xF01EC200          ATOM8 Channel 4 ARU read address Register
GTM_ATOM8_CH4_CTRL 0xF01EC204          ATOM8 Channel 4 Control Register
GTM_ATOM8_CH4_SR0 0xF01EC208          ATOM8 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM8_CH4_SR1 0xF01EC20C          ATOM8 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM8_CH4_CM0 0xF01EC210          ATOM8 Channel 4 CCU0 Compare Register
GTM_ATOM8_CH4_CM1 0xF01EC214          ATOM8 Channel 4 CCU1 Compare Register
GTM_ATOM8_CH4_CN0 0xF01EC218          ATOM8 Channel 4 CCU0 Counter Register
GTM_ATOM8_CH4_STAT 0xF01EC21C          ATOM8 Channel 4 Status Register
GTM_ATOM8_CH4_IRQ_NOTIFY 0xF01EC220          ATOM8 Channel 4 Interrupt Notification Register
GTM_ATOM8_CH4_IRQ_EN 0xF01EC224          ATOM8 Channel 4 Interrupt Enable Register
GTM_ATOM8_CH4_IRQ_FORCINT 0xF01EC228          ATOM8 Channel 4 Software Interrupt Generation Register
GTM_ATOM8_CH4_IRQ_MODE 0xF01EC22C          ATOM8 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM8_CH5_RDADDR 0xF01EC280          ATOM8 Channel 5 ARU read address Register
GTM_ATOM8_CH5_CTRL 0xF01EC284          ATOM8 Channel 5 Control Register
GTM_ATOM8_CH5_SR0 0xF01EC288          ATOM8 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM8_CH5_SR1 0xF01EC28C          ATOM8 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM8_CH5_CM0 0xF01EC290          ATOM8 Channel 5 CCU0 Compare Register
GTM_ATOM8_CH5_CM1 0xF01EC294          ATOM8 Channel 5 CCU1 Compare Register
GTM_ATOM8_CH5_CN0 0xF01EC298          ATOM8 Channel 5 CCU0 Counter Register
GTM_ATOM8_CH5_STAT 0xF01EC29C          ATOM8 Channel 5 Status Register
GTM_ATOM8_CH5_IRQ_NOTIFY 0xF01EC2A0          ATOM8 Channel 5 Interrupt Notification Register
GTM_ATOM8_CH5_IRQ_EN 0xF01EC2A4          ATOM8 Channel 5 Interrupt Enable Register
GTM_ATOM8_CH5_IRQ_FORCINT 0xF01EC2A8          ATOM8 Channel 5 Software Interrupt Generation Register
GTM_ATOM8_CH5_IRQ_MODE 0xF01EC2AC          ATOM8 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM8_CH6_RDADDR 0xF01EC300          ATOM8 Channel 6 ARU read address Register
GTM_ATOM8_CH6_CTRL 0xF01EC304          ATOM8 Channel 6 Control Register
GTM_ATOM8_CH6_SR0 0xF01EC308          ATOM8 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM8_CH6_SR1 0xF01EC30C          ATOM8 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM8_CH6_CM0 0xF01EC310          ATOM8 Channel 6 CCU0 Compare Register
GTM_ATOM8_CH6_CM1 0xF01EC314          ATOM8 Channel 6 CCU1 Compare Register
GTM_ATOM8_CH6_CN0 0xF01EC318          ATOM8 Channel 6 CCU0 Counter Register
GTM_ATOM8_CH6_STAT 0xF01EC31C          ATOM8 Channel 6 Status Register
GTM_ATOM8_CH6_IRQ_NOTIFY 0xF01EC320          ATOM8 Channel 6 Interrupt Notification Register
GTM_ATOM8_CH6_IRQ_EN 0xF01EC324          ATOM8 Channel 6 Interrupt Enable Register
GTM_ATOM8_CH6_IRQ_FORCINT 0xF01EC328          ATOM8 Channel 6 Software Interrupt Generation Register
GTM_ATOM8_CH6_IRQ_MODE 0xF01EC32C          ATOM8 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM8_CH7_RDADDR 0xF01EC380          ATOM8 Channel 7 ARU read address Register
GTM_ATOM8_CH7_CTRL 0xF01EC384          ATOM8 Channel 7 Control Register
GTM_ATOM8_CH7_SR0 0xF01EC388          ATOM8 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM8_CH7_SR1 0xF01EC38C          ATOM8 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM8_CH7_CM0 0xF01EC390          ATOM8 Channel 7 CCU0 Compare Register
GTM_ATOM8_CH7_CM1 0xF01EC394          ATOM8 Channel 7 CCU1 Compare Register
GTM_ATOM8_CH7_CN0 0xF01EC398          ATOM8 Channel 7 CCU0 Counter Register
GTM_ATOM8_CH7_STAT 0xF01EC39C          ATOM8 Channel 7 Status Register
GTM_ATOM8_CH7_IRQ_NOTIFY 0xF01EC3A0          ATOM8 Channel 7 Interrupt Notification Register
GTM_ATOM8_CH7_IRQ_EN 0xF01EC3A4          ATOM8 Channel 7 Interrupt Enable Register
GTM_ATOM8_CH7_IRQ_FORCINT 0xF01EC3A8          ATOM8 Channel 7 Software Interrupt Generation Register
GTM_ATOM8_CH7_IRQ_MODE 0xF01EC3AC          ATOM8 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM9_CH0_RDADDR 0xF01EC800          ATOM9 Channel 0 ARU read address Register
GTM_ATOM9_CH0_CTRL 0xF01EC804          ATOM9 Channel 0 Control Register
GTM_ATOM9_CH0_SR0 0xF01EC808          ATOM9 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM9_CH0_SR1 0xF01EC80C          ATOM9 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM9_CH0_CM0 0xF01EC810          ATOM9 Channel 0 CCU0 Compare Register
GTM_ATOM9_CH0_CM1 0xF01EC814          ATOM9 Channel 0 CCU1 Compare Register
GTM_ATOM9_CH0_CN0 0xF01EC818          ATOM9 Channel 0 CCU0 Counter Register
GTM_ATOM9_CH0_STAT 0xF01EC81C          ATOM9 Channel 0 Status Register
GTM_ATOM9_CH0_IRQ_NOTIFY 0xF01EC820          ATOM9 Channel 0 Interrupt Notification Register
GTM_ATOM9_CH0_IRQ_EN 0xF01EC824          ATOM9 Channel 0 Interrupt Enable Register
GTM_ATOM9_CH0_IRQ_FORCINT 0xF01EC828          ATOM9 Channel 0 Software Interrupt Generation Register
GTM_ATOM9_CH0_IRQ_MODE 0xF01EC82C          ATOM9 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM9_AGC_GLB_CTRL 0xF01EC840          ATOM9 AGC Global Control Register
GTM_ATOM9_AGC_ENDIS_CTRL 0xF01EC844          ATOM9 AGC Enable/Disable Control Register
GTM_ATOM9_AGC_ENDIS_STAT 0xF01EC848          ATOM9 AGC Enable/Disable Status Register
GTM_ATOM9_AGC_ACT_TB 0xF01EC84C          ATOM9 AGC Action Time Base Register
GTM_ATOM9_AGC_OUTEN_CTRL 0xF01EC850          ATOM9 AGC Output Enable Control Register
GTM_ATOM9_AGC_OUTEN_STAT 0xF01EC854          ATOM9 AGC Output Enable Status Register
GTM_ATOM9_AGC_FUPD_CTRL 0xF01EC858          ATOM9 AGC Force Update Control Register
GTM_ATOM9_AGC_INT_TRIG 0xF01EC85C          ATOM9 AGC Internal Trigger Control Register
GTM_ATOM9_CH1_RDADDR 0xF01EC880          ATOM9 Channel 1 ARU read address Register
GTM_ATOM9_CH1_CTRL 0xF01EC884          ATOM9 Channel 1 Control Register
GTM_ATOM9_CH1_SR0 0xF01EC888          ATOM9 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM9_CH1_SR1 0xF01EC88C          ATOM9 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM9_CH1_CM0 0xF01EC890          ATOM9 Channel 1 CCU0 Compare Register
GTM_ATOM9_CH1_CM1 0xF01EC894          ATOM9 Channel 1 CCU1 Compare Register
GTM_ATOM9_CH1_CN0 0xF01EC898          ATOM9 Channel 1 CCU0 Counter Register
GTM_ATOM9_CH1_STAT 0xF01EC89C          ATOM9 Channel 1 Status Register
GTM_ATOM9_CH1_IRQ_NOTIFY 0xF01EC8A0          ATOM9 Channel 1 Interrupt Notification Register
GTM_ATOM9_CH1_IRQ_EN 0xF01EC8A4          ATOM9 Channel 1 Interrupt Enable Register
GTM_ATOM9_CH1_IRQ_FORCINT 0xF01EC8A8          ATOM9 Channel 1 Software Interrupt Generation Register
GTM_ATOM9_CH1_IRQ_MODE 0xF01EC8AC          ATOM9 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM9_CH2_RDADDR 0xF01EC900          ATOM9 Channel 2 ARU read address Register
GTM_ATOM9_CH2_CTRL 0xF01EC904          ATOM9 Channel 2 Control Register
GTM_ATOM9_CH2_SR0 0xF01EC908          ATOM9 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM9_CH2_SR1 0xF01EC90C          ATOM9 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM9_CH2_CM0 0xF01EC910          ATOM9 Channel 2 CCU0 Compare Register
GTM_ATOM9_CH2_CM1 0xF01EC914          ATOM9 Channel 2 CCU1 Compare Register
GTM_ATOM9_CH2_CN0 0xF01EC918          ATOM9 Channel 2 CCU0 Counter Register
GTM_ATOM9_CH2_STAT 0xF01EC91C          ATOM9 Channel 2 Status Register
GTM_ATOM9_CH2_IRQ_NOTIFY 0xF01EC920          ATOM9 Channel 2 Interrupt Notification Register
GTM_ATOM9_CH2_IRQ_EN 0xF01EC924          ATOM9 Channel 2 Interrupt Enable Register
GTM_ATOM9_CH2_IRQ_FORCINT 0xF01EC928          ATOM9 Channel 2 Software Interrupt Generation Register
GTM_ATOM9_CH2_IRQ_MODE 0xF01EC92C          ATOM9 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM9_CH3_RDADDR 0xF01EC980          ATOM9 Channel 3 ARU read address Register
GTM_ATOM9_CH3_CTRL 0xF01EC984          ATOM9 Channel 3 Control Register
GTM_ATOM9_CH3_SR0 0xF01EC988          ATOM9 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM9_CH3_SR1 0xF01EC98C          ATOM9 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM9_CH3_CM0 0xF01EC990          ATOM9 Channel 3 CCU0 Compare Register
GTM_ATOM9_CH3_CM1 0xF01EC994          ATOM9 Channel 3 CCU1 Compare Register
GTM_ATOM9_CH3_CN0 0xF01EC998          ATOM9 Channel 3 CCU0 Counter Register
GTM_ATOM9_CH3_STAT 0xF01EC99C          ATOM9 Channel 3 Status Register
GTM_ATOM9_CH3_IRQ_NOTIFY 0xF01EC9A0          ATOM9 Channel 3 Interrupt Notification Register
GTM_ATOM9_CH3_IRQ_EN 0xF01EC9A4          ATOM9 Channel 3 Interrupt Enable Register
GTM_ATOM9_CH3_IRQ_FORCINT 0xF01EC9A8          ATOM9 Channel 3 Software Interrupt Generation Register
GTM_ATOM9_CH3_IRQ_MODE 0xF01EC9AC          ATOM9 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM9_CH4_RDADDR 0xF01ECA00          ATOM9 Channel 4 ARU read address Register
GTM_ATOM9_CH4_CTRL 0xF01ECA04          ATOM9 Channel 4 Control Register
GTM_ATOM9_CH4_SR0 0xF01ECA08          ATOM9 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM9_CH4_SR1 0xF01ECA0C          ATOM9 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM9_CH4_CM0 0xF01ECA10          ATOM9 Channel 4 CCU0 Compare Register
GTM_ATOM9_CH4_CM1 0xF01ECA14          ATOM9 Channel 4 CCU1 Compare Register
GTM_ATOM9_CH4_CN0 0xF01ECA18          ATOM9 Channel 4 CCU0 Counter Register
GTM_ATOM9_CH4_STAT 0xF01ECA1C          ATOM9 Channel 4 Status Register
GTM_ATOM9_CH4_IRQ_NOTIFY 0xF01ECA20          ATOM9 Channel 4 Interrupt Notification Register
GTM_ATOM9_CH4_IRQ_EN 0xF01ECA24          ATOM9 Channel 4 Interrupt Enable Register
GTM_ATOM9_CH4_IRQ_FORCINT 0xF01ECA28          ATOM9 Channel 4 Software Interrupt Generation Register
GTM_ATOM9_CH4_IRQ_MODE 0xF01ECA2C          ATOM9 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM9_CH5_RDADDR 0xF01ECA80          ATOM9 Channel 5 ARU read address Register
GTM_ATOM9_CH5_CTRL 0xF01ECA84          ATOM9 Channel 5 Control Register
GTM_ATOM9_CH5_SR0 0xF01ECA88          ATOM9 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM9_CH5_SR1 0xF01ECA8C          ATOM9 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM9_CH5_CM0 0xF01ECA90          ATOM9 Channel 5 CCU0 Compare Register
GTM_ATOM9_CH5_CM1 0xF01ECA94          ATOM9 Channel 5 CCU1 Compare Register
GTM_ATOM9_CH5_CN0 0xF01ECA98          ATOM9 Channel 5 CCU0 Counter Register
GTM_ATOM9_CH5_STAT 0xF01ECA9C          ATOM9 Channel 5 Status Register
GTM_ATOM9_CH5_IRQ_NOTIFY 0xF01ECAA0          ATOM9 Channel 5 Interrupt Notification Register
GTM_ATOM9_CH5_IRQ_EN 0xF01ECAA4          ATOM9 Channel 5 Interrupt Enable Register
GTM_ATOM9_CH5_IRQ_FORCINT 0xF01ECAA8          ATOM9 Channel 5 Software Interrupt Generation Register
GTM_ATOM9_CH5_IRQ_MODE 0xF01ECAAC          ATOM9 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM9_CH6_RDADDR 0xF01ECB00          ATOM9 Channel 6 ARU read address Register
GTM_ATOM9_CH6_CTRL 0xF01ECB04          ATOM9 Channel 6 Control Register
GTM_ATOM9_CH6_SR0 0xF01ECB08          ATOM9 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM9_CH6_SR1 0xF01ECB0C          ATOM9 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM9_CH6_CM0 0xF01ECB10          ATOM9 Channel 6 CCU0 Compare Register
GTM_ATOM9_CH6_CM1 0xF01ECB14          ATOM9 Channel 6 CCU1 Compare Register
GTM_ATOM9_CH6_CN0 0xF01ECB18          ATOM9 Channel 6 CCU0 Counter Register
GTM_ATOM9_CH6_STAT 0xF01ECB1C          ATOM9 Channel 6 Status Register
GTM_ATOM9_CH6_IRQ_NOTIFY 0xF01ECB20          ATOM9 Channel 6 Interrupt Notification Register
GTM_ATOM9_CH6_IRQ_EN 0xF01ECB24          ATOM9 Channel 6 Interrupt Enable Register
GTM_ATOM9_CH6_IRQ_FORCINT 0xF01ECB28          ATOM9 Channel 6 Software Interrupt Generation Register
GTM_ATOM9_CH6_IRQ_MODE 0xF01ECB2C          ATOM9 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM9_CH7_RDADDR 0xF01ECB80          ATOM9 Channel 7 ARU read address Register
GTM_ATOM9_CH7_CTRL 0xF01ECB84          ATOM9 Channel 7 Control Register
GTM_ATOM9_CH7_SR0 0xF01ECB88          ATOM9 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM9_CH7_SR1 0xF01ECB8C          ATOM9 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM9_CH7_CM0 0xF01ECB90          ATOM9 Channel 7 CCU0 Compare Register
GTM_ATOM9_CH7_CM1 0xF01ECB94          ATOM9 Channel 7 CCU1 Compare Register
GTM_ATOM9_CH7_CN0 0xF01ECB98          ATOM9 Channel 7 CCU0 Counter Register
GTM_ATOM9_CH7_STAT 0xF01ECB9C          ATOM9 Channel 7 Status Register
GTM_ATOM9_CH7_IRQ_NOTIFY 0xF01ECBA0          ATOM9 Channel 7 Interrupt Notification Register
GTM_ATOM9_CH7_IRQ_EN 0xF01ECBA4          ATOM9 Channel 7 Interrupt Enable Register
GTM_ATOM9_CH7_IRQ_FORCINT 0xF01ECBA8          ATOM9 Channel 7 Software Interrupt Generation Register
GTM_ATOM9_CH7_IRQ_MODE 0xF01ECBAC          ATOM9 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM10_CH0_RDADDR 0xF01ED000          ATOM10 Channel 0 ARU read address Register
GTM_ATOM10_CH0_CTRL 0xF01ED004          ATOM10 Channel 0 Control Register
GTM_ATOM10_CH0_SR0 0xF01ED008          ATOM10 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM10_CH0_SR1 0xF01ED00C          ATOM10 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM10_CH0_CM0 0xF01ED010          ATOM10 Channel 0 CCU0 Compare Register
GTM_ATOM10_CH0_CM1 0xF01ED014          ATOM10 Channel 0 CCU1 Compare Register
GTM_ATOM10_CH0_CN0 0xF01ED018          ATOM10 Channel 0 CCU0 Counter Register
GTM_ATOM10_CH0_STAT 0xF01ED01C          ATOM10 Channel 0 Status Register
GTM_ATOM10_CH0_IRQ_NOTIFY 0xF01ED020          ATOM10 Channel 0 Interrupt Notification Register
GTM_ATOM10_CH0_IRQ_EN 0xF01ED024          ATOM10 Channel 0 Interrupt Enable Register
GTM_ATOM10_CH0_IRQ_FORCINT 0xF01ED028          ATOM10 Channel 0 Software Interrupt Generation Register
GTM_ATOM10_CH0_IRQ_MODE 0xF01ED02C          ATOM10 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM10_AGC_GLB_CTRL 0xF01ED040          ATOM10 AGC Global Control Register
GTM_ATOM10_AGC_ENDIS_CTRL 0xF01ED044          ATOM10 AGC Enable/Disable Control Register
GTM_ATOM10_AGC_ENDIS_STAT 0xF01ED048          ATOM10 AGC Enable/Disable Status Register
GTM_ATOM10_AGC_ACT_TB 0xF01ED04C          ATOM10 AGC Action Time Base Register
GTM_ATOM10_AGC_OUTEN_CTRL 0xF01ED050          ATOM10 AGC Output Enable Control Register
GTM_ATOM10_AGC_OUTEN_STAT 0xF01ED054          ATOM10 AGC Output Enable Status Register
GTM_ATOM10_AGC_FUPD_CTRL 0xF01ED058          ATOM10 AGC Force Update Control Register
GTM_ATOM10_AGC_INT_TRIG 0xF01ED05C          ATOM10 AGC Internal Trigger Control Register
GTM_ATOM10_CH1_RDADDR 0xF01ED080          ATOM10 Channel 1 ARU read address Register
GTM_ATOM10_CH1_CTRL 0xF01ED084          ATOM10 Channel 1 Control Register
GTM_ATOM10_CH1_SR0 0xF01ED088          ATOM10 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM10_CH1_SR1 0xF01ED08C          ATOM10 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM10_CH1_CM0 0xF01ED090          ATOM10 Channel 1 CCU0 Compare Register
GTM_ATOM10_CH1_CM1 0xF01ED094          ATOM10 Channel 1 CCU1 Compare Register
GTM_ATOM10_CH1_CN0 0xF01ED098          ATOM10 Channel 1 CCU0 Counter Register
GTM_ATOM10_CH1_STAT 0xF01ED09C          ATOM10 Channel 1 Status Register
GTM_ATOM10_CH1_IRQ_NOTIFY 0xF01ED0A0          ATOM10 Channel 1 Interrupt Notification Register
GTM_ATOM10_CH1_IRQ_EN 0xF01ED0A4          ATOM10 Channel 1 Interrupt Enable Register
GTM_ATOM10_CH1_IRQ_FORCINT 0xF01ED0A8          ATOM10 Channel 1 Software Interrupt Generation Register
GTM_ATOM10_CH1_IRQ_MODE 0xF01ED0AC          ATOM10 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM10_CH2_RDADDR 0xF01ED100          ATOM10 Channel 2 ARU read address Register
GTM_ATOM10_CH2_CTRL 0xF01ED104          ATOM10 Channel 2 Control Register
GTM_ATOM10_CH2_SR0 0xF01ED108          ATOM10 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM10_CH2_SR1 0xF01ED10C          ATOM10 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM10_CH2_CM0 0xF01ED110          ATOM10 Channel 2 CCU0 Compare Register
GTM_ATOM10_CH2_CM1 0xF01ED114          ATOM10 Channel 2 CCU1 Compare Register
GTM_ATOM10_CH2_CN0 0xF01ED118          ATOM10 Channel 2 CCU0 Counter Register
GTM_ATOM10_CH2_STAT 0xF01ED11C          ATOM10 Channel 2 Status Register
GTM_ATOM10_CH2_IRQ_NOTIFY 0xF01ED120          ATOM10 Channel 2 Interrupt Notification Register
GTM_ATOM10_CH2_IRQ_EN 0xF01ED124          ATOM10 Channel 2 Interrupt Enable Register
GTM_ATOM10_CH2_IRQ_FORCINT 0xF01ED128          ATOM10 Channel 2 Software Interrupt Generation Register
GTM_ATOM10_CH2_IRQ_MODE 0xF01ED12C          ATOM10 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM10_CH3_RDADDR 0xF01ED180          ATOM10 Channel 3 ARU read address Register
GTM_ATOM10_CH3_CTRL 0xF01ED184          ATOM10 Channel 3 Control Register
GTM_ATOM10_CH3_SR0 0xF01ED188          ATOM10 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM10_CH3_SR1 0xF01ED18C          ATOM10 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM10_CH3_CM0 0xF01ED190          ATOM10 Channel 3 CCU0 Compare Register
GTM_ATOM10_CH3_CM1 0xF01ED194          ATOM10 Channel 3 CCU1 Compare Register
GTM_ATOM10_CH3_CN0 0xF01ED198          ATOM10 Channel 3 CCU0 Counter Register
GTM_ATOM10_CH3_STAT 0xF01ED19C          ATOM10 Channel 3 Status Register
GTM_ATOM10_CH3_IRQ_NOTIFY 0xF01ED1A0          ATOM10 Channel 3 Interrupt Notification Register
GTM_ATOM10_CH3_IRQ_EN 0xF01ED1A4          ATOM10 Channel 3 Interrupt Enable Register
GTM_ATOM10_CH3_IRQ_FORCINT 0xF01ED1A8          ATOM10 Channel 3 Software Interrupt Generation Register
GTM_ATOM10_CH3_IRQ_MODE 0xF01ED1AC          ATOM10 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM10_CH4_RDADDR 0xF01ED200          ATOM10 Channel 4 ARU read address Register
GTM_ATOM10_CH4_CTRL 0xF01ED204          ATOM10 Channel 4 Control Register
GTM_ATOM10_CH4_SR0 0xF01ED208          ATOM10 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM10_CH4_SR1 0xF01ED20C          ATOM10 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM10_CH4_CM0 0xF01ED210          ATOM10 Channel 4 CCU0 Compare Register
GTM_ATOM10_CH4_CM1 0xF01ED214          ATOM10 Channel 4 CCU1 Compare Register
GTM_ATOM10_CH4_CN0 0xF01ED218          ATOM10 Channel 4 CCU0 Counter Register
GTM_ATOM10_CH4_STAT 0xF01ED21C          ATOM10 Channel 4 Status Register
GTM_ATOM10_CH4_IRQ_NOTIFY 0xF01ED220          ATOM10 Channel 4 Interrupt Notification Register
GTM_ATOM10_CH4_IRQ_EN 0xF01ED224          ATOM10 Channel 4 Interrupt Enable Register
GTM_ATOM10_CH4_IRQ_FORCINT 0xF01ED228          ATOM10 Channel 4 Software Interrupt Generation Register
GTM_ATOM10_CH4_IRQ_MODE 0xF01ED22C          ATOM10 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM10_CH5_RDADDR 0xF01ED280          ATOM10 Channel 5 ARU read address Register
GTM_ATOM10_CH5_CTRL 0xF01ED284          ATOM10 Channel 5 Control Register
GTM_ATOM10_CH5_SR0 0xF01ED288          ATOM10 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM10_CH5_SR1 0xF01ED28C          ATOM10 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM10_CH5_CM0 0xF01ED290          ATOM10 Channel 5 CCU0 Compare Register
GTM_ATOM10_CH5_CM1 0xF01ED294          ATOM10 Channel 5 CCU1 Compare Register
GTM_ATOM10_CH5_CN0 0xF01ED298          ATOM10 Channel 5 CCU0 Counter Register
GTM_ATOM10_CH5_STAT 0xF01ED29C          ATOM10 Channel 5 Status Register
GTM_ATOM10_CH5_IRQ_NOTIFY 0xF01ED2A0          ATOM10 Channel 5 Interrupt Notification Register
GTM_ATOM10_CH5_IRQ_EN 0xF01ED2A4          ATOM10 Channel 5 Interrupt Enable Register
GTM_ATOM10_CH5_IRQ_FORCINT 0xF01ED2A8          ATOM10 Channel 5 Software Interrupt Generation Register
GTM_ATOM10_CH5_IRQ_MODE 0xF01ED2AC          ATOM10 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM10_CH6_RDADDR 0xF01ED300          ATOM10 Channel 6 ARU read address Register
GTM_ATOM10_CH6_CTRL 0xF01ED304          ATOM10 Channel 6 Control Register
GTM_ATOM10_CH6_SR0 0xF01ED308          ATOM10 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM10_CH6_SR1 0xF01ED30C          ATOM10 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM10_CH6_CM0 0xF01ED310          ATOM10 Channel 6 CCU0 Compare Register
GTM_ATOM10_CH6_CM1 0xF01ED314          ATOM10 Channel 6 CCU1 Compare Register
GTM_ATOM10_CH6_CN0 0xF01ED318          ATOM10 Channel 6 CCU0 Counter Register
GTM_ATOM10_CH6_STAT 0xF01ED31C          ATOM10 Channel 6 Status Register
GTM_ATOM10_CH6_IRQ_NOTIFY 0xF01ED320          ATOM10 Channel 6 Interrupt Notification Register
GTM_ATOM10_CH6_IRQ_EN 0xF01ED324          ATOM10 Channel 6 Interrupt Enable Register
GTM_ATOM10_CH6_IRQ_FORCINT 0xF01ED328          ATOM10 Channel 6 Software Interrupt Generation Register
GTM_ATOM10_CH6_IRQ_MODE 0xF01ED32C          ATOM10 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM10_CH7_RDADDR 0xF01ED380          ATOM10 Channel 7 ARU read address Register
GTM_ATOM10_CH7_CTRL 0xF01ED384          ATOM10 Channel 7 Control Register
GTM_ATOM10_CH7_SR0 0xF01ED388          ATOM10 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM10_CH7_SR1 0xF01ED38C          ATOM10 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM10_CH7_CM0 0xF01ED390          ATOM10 Channel 7 CCU0 Compare Register
GTM_ATOM10_CH7_CM1 0xF01ED394          ATOM10 Channel 7 CCU1 Compare Register
GTM_ATOM10_CH7_CN0 0xF01ED398          ATOM10 Channel 7 CCU0 Counter Register
GTM_ATOM10_CH7_STAT 0xF01ED39C          ATOM10 Channel 7 Status Register
GTM_ATOM10_CH7_IRQ_NOTIFY 0xF01ED3A0          ATOM10 Channel 7 Interrupt Notification Register
GTM_ATOM10_CH7_IRQ_EN 0xF01ED3A4          ATOM10 Channel 7 Interrupt Enable Register
GTM_ATOM10_CH7_IRQ_FORCINT 0xF01ED3A8          ATOM10 Channel 7 Software Interrupt Generation Register
GTM_ATOM10_CH7_IRQ_MODE 0xF01ED3AC          ATOM10 Channel 7 Interrupt Mode Configuration Register
GTM_ATOM11_CH0_RDADDR 0xF01ED800          ATOM11 Channel 0 ARU read address Register
GTM_ATOM11_CH0_CTRL 0xF01ED804          ATOM11 Channel 0 Control Register
GTM_ATOM11_CH0_SR0 0xF01ED808          ATOM11 Channel 0 CCU0 Compare Shadow Register
GTM_ATOM11_CH0_SR1 0xF01ED80C          ATOM11 Channel 0 CCU1 Compare Shadow Register
GTM_ATOM11_CH0_CM0 0xF01ED810          ATOM11 Channel 0 CCU0 Compare Register
GTM_ATOM11_CH0_CM1 0xF01ED814          ATOM11 Channel 0 CCU1 Compare Register
GTM_ATOM11_CH0_CN0 0xF01ED818          ATOM11 Channel 0 CCU0 Counter Register
GTM_ATOM11_CH0_STAT 0xF01ED81C          ATOM11 Channel 0 Status Register
GTM_ATOM11_CH0_IRQ_NOTIFY 0xF01ED820          ATOM11 Channel 0 Interrupt Notification Register
GTM_ATOM11_CH0_IRQ_EN 0xF01ED824          ATOM11 Channel 0 Interrupt Enable Register
GTM_ATOM11_CH0_IRQ_FORCINT 0xF01ED828          ATOM11 Channel 0 Software Interrupt Generation Register
GTM_ATOM11_CH0_IRQ_MODE 0xF01ED82C          ATOM11 Channel 0 Interrupt Mode Configuration Register
GTM_ATOM11_AGC_GLB_CTRL 0xF01ED840          ATOM11 AGC Global Control Register
GTM_ATOM11_AGC_ENDIS_CTRL 0xF01ED844          ATOM11 AGC Enable/Disable Control Register
GTM_ATOM11_AGC_ENDIS_STAT 0xF01ED848          ATOM11 AGC Enable/Disable Status Register
GTM_ATOM11_AGC_ACT_TB 0xF01ED84C          ATOM11 AGC Action Time Base Register
GTM_ATOM11_AGC_OUTEN_CTRL 0xF01ED850          ATOM11 AGC Output Enable Control Register
GTM_ATOM11_AGC_OUTEN_STAT 0xF01ED854          ATOM11 AGC Output Enable Status Register
GTM_ATOM11_AGC_FUPD_CTRL 0xF01ED858          ATOM11 AGC Force Update Control Register
GTM_ATOM11_AGC_INT_TRIG 0xF01ED85C          ATOM11 AGC Internal Trigger Control Register
GTM_ATOM11_CH1_RDADDR 0xF01ED880          ATOM11 Channel 1 ARU read address Register
GTM_ATOM11_CH1_CTRL 0xF01ED884          ATOM11 Channel 1 Control Register
GTM_ATOM11_CH1_SR0 0xF01ED888          ATOM11 Channel 1 CCU0 Compare Shadow Register
GTM_ATOM11_CH1_SR1 0xF01ED88C          ATOM11 Channel 1 CCU1 Compare Shadow Register
GTM_ATOM11_CH1_CM0 0xF01ED890          ATOM11 Channel 1 CCU0 Compare Register
GTM_ATOM11_CH1_CM1 0xF01ED894          ATOM11 Channel 1 CCU1 Compare Register
GTM_ATOM11_CH1_CN0 0xF01ED898          ATOM11 Channel 1 CCU0 Counter Register
GTM_ATOM11_CH1_STAT 0xF01ED89C          ATOM11 Channel 1 Status Register
GTM_ATOM11_CH1_IRQ_NOTIFY 0xF01ED8A0          ATOM11 Channel 1 Interrupt Notification Register
GTM_ATOM11_CH1_IRQ_EN 0xF01ED8A4          ATOM11 Channel 1 Interrupt Enable Register
GTM_ATOM11_CH1_IRQ_FORCINT 0xF01ED8A8          ATOM11 Channel 1 Software Interrupt Generation Register
GTM_ATOM11_CH1_IRQ_MODE 0xF01ED8AC          ATOM11 Channel 1 Interrupt Mode Configuration Register
GTM_ATOM11_CH2_RDADDR 0xF01ED900          ATOM11 Channel 2 ARU read address Register
GTM_ATOM11_CH2_CTRL 0xF01ED904          ATOM11 Channel 2 Control Register
GTM_ATOM11_CH2_SR0 0xF01ED908          ATOM11 Channel 2 CCU0 Compare Shadow Register
GTM_ATOM11_CH2_SR1 0xF01ED90C          ATOM11 Channel 2 CCU1 Compare Shadow Register
GTM_ATOM11_CH2_CM0 0xF01ED910          ATOM11 Channel 2 CCU0 Compare Register
GTM_ATOM11_CH2_CM1 0xF01ED914          ATOM11 Channel 2 CCU1 Compare Register
GTM_ATOM11_CH2_CN0 0xF01ED918          ATOM11 Channel 2 CCU0 Counter Register
GTM_ATOM11_CH2_STAT 0xF01ED91C          ATOM11 Channel 2 Status Register
GTM_ATOM11_CH2_IRQ_NOTIFY 0xF01ED920          ATOM11 Channel 2 Interrupt Notification Register
GTM_ATOM11_CH2_IRQ_EN 0xF01ED924          ATOM11 Channel 2 Interrupt Enable Register
GTM_ATOM11_CH2_IRQ_FORCINT 0xF01ED928          ATOM11 Channel 2 Software Interrupt Generation Register
GTM_ATOM11_CH2_IRQ_MODE 0xF01ED92C          ATOM11 Channel 2 Interrupt Mode Configuration Register
GTM_ATOM11_CH3_RDADDR 0xF01ED980          ATOM11 Channel 3 ARU read address Register
GTM_ATOM11_CH3_CTRL 0xF01ED984          ATOM11 Channel 3 Control Register
GTM_ATOM11_CH3_SR0 0xF01ED988          ATOM11 Channel 3 CCU0 Compare Shadow Register
GTM_ATOM11_CH3_SR1 0xF01ED98C          ATOM11 Channel 3 CCU1 Compare Shadow Register
GTM_ATOM11_CH3_CM0 0xF01ED990          ATOM11 Channel 3 CCU0 Compare Register
GTM_ATOM11_CH3_CM1 0xF01ED994          ATOM11 Channel 3 CCU1 Compare Register
GTM_ATOM11_CH3_CN0 0xF01ED998          ATOM11 Channel 3 CCU0 Counter Register
GTM_ATOM11_CH3_STAT 0xF01ED99C          ATOM11 Channel 3 Status Register
GTM_ATOM11_CH3_IRQ_NOTIFY 0xF01ED9A0          ATOM11 Channel 3 Interrupt Notification Register
GTM_ATOM11_CH3_IRQ_EN 0xF01ED9A4          ATOM11 Channel 3 Interrupt Enable Register
GTM_ATOM11_CH3_IRQ_FORCINT 0xF01ED9A8          ATOM11 Channel 3 Software Interrupt Generation Register
GTM_ATOM11_CH3_IRQ_MODE 0xF01ED9AC          ATOM11 Channel 3 Interrupt Mode Configuration Register
GTM_ATOM11_CH4_RDADDR 0xF01EDA00          ATOM11 Channel 4 ARU read address Register
GTM_ATOM11_CH4_CTRL 0xF01EDA04          ATOM11 Channel 4 Control Register
GTM_ATOM11_CH4_SR0 0xF01EDA08          ATOM11 Channel 4 CCU0 Compare Shadow Register
GTM_ATOM11_CH4_SR1 0xF01EDA0C          ATOM11 Channel 4 CCU1 Compare Shadow Register
GTM_ATOM11_CH4_CM0 0xF01EDA10          ATOM11 Channel 4 CCU0 Compare Register
GTM_ATOM11_CH4_CM1 0xF01EDA14          ATOM11 Channel 4 CCU1 Compare Register
GTM_ATOM11_CH4_CN0 0xF01EDA18          ATOM11 Channel 4 CCU0 Counter Register
GTM_ATOM11_CH4_STAT 0xF01EDA1C          ATOM11 Channel 4 Status Register
GTM_ATOM11_CH4_IRQ_NOTIFY 0xF01EDA20          ATOM11 Channel 4 Interrupt Notification Register
GTM_ATOM11_CH4_IRQ_EN 0xF01EDA24          ATOM11 Channel 4 Interrupt Enable Register
GTM_ATOM11_CH4_IRQ_FORCINT 0xF01EDA28          ATOM11 Channel 4 Software Interrupt Generation Register
GTM_ATOM11_CH4_IRQ_MODE 0xF01EDA2C          ATOM11 Channel 4 Interrupt Mode Configuration Register
GTM_ATOM11_CH5_RDADDR 0xF01EDA80          ATOM11 Channel 5 ARU read address Register
GTM_ATOM11_CH5_CTRL 0xF01EDA84          ATOM11 Channel 5 Control Register
GTM_ATOM11_CH5_SR0 0xF01EDA88          ATOM11 Channel 5 CCU0 Compare Shadow Register
GTM_ATOM11_CH5_SR1 0xF01EDA8C          ATOM11 Channel 5 CCU1 Compare Shadow Register
GTM_ATOM11_CH5_CM0 0xF01EDA90          ATOM11 Channel 5 CCU0 Compare Register
GTM_ATOM11_CH5_CM1 0xF01EDA94          ATOM11 Channel 5 CCU1 Compare Register
GTM_ATOM11_CH5_CN0 0xF01EDA98          ATOM11 Channel 5 CCU0 Counter Register
GTM_ATOM11_CH5_STAT 0xF01EDA9C          ATOM11 Channel 5 Status Register
GTM_ATOM11_CH5_IRQ_NOTIFY 0xF01EDAA0          ATOM11 Channel 5 Interrupt Notification Register
GTM_ATOM11_CH5_IRQ_EN 0xF01EDAA4          ATOM11 Channel 5 Interrupt Enable Register
GTM_ATOM11_CH5_IRQ_FORCINT 0xF01EDAA8          ATOM11 Channel 5 Software Interrupt Generation Register
GTM_ATOM11_CH5_IRQ_MODE 0xF01EDAAC          ATOM11 Channel 5 Interrupt Mode Configuration Register
GTM_ATOM11_CH6_RDADDR 0xF01EDB00          ATOM11 Channel 6 ARU read address Register
GTM_ATOM11_CH6_CTRL 0xF01EDB04          ATOM11 Channel 6 Control Register
GTM_ATOM11_CH6_SR0 0xF01EDB08          ATOM11 Channel 6 CCU0 Compare Shadow Register
GTM_ATOM11_CH6_SR1 0xF01EDB0C          ATOM11 Channel 6 CCU1 Compare Shadow Register
GTM_ATOM11_CH6_CM0 0xF01EDB10          ATOM11 Channel 6 CCU0 Compare Register
GTM_ATOM11_CH6_CM1 0xF01EDB14          ATOM11 Channel 6 CCU1 Compare Register
GTM_ATOM11_CH6_CN0 0xF01EDB18          ATOM11 Channel 6 CCU0 Counter Register
GTM_ATOM11_CH6_STAT 0xF01EDB1C          ATOM11 Channel 6 Status Register
GTM_ATOM11_CH6_IRQ_NOTIFY 0xF01EDB20          ATOM11 Channel 6 Interrupt Notification Register
GTM_ATOM11_CH6_IRQ_EN 0xF01EDB24          ATOM11 Channel 6 Interrupt Enable Register
GTM_ATOM11_CH6_IRQ_FORCINT 0xF01EDB28          ATOM11 Channel 6 Software Interrupt Generation Register
GTM_ATOM11_CH6_IRQ_MODE 0xF01EDB2C          ATOM11 Channel 6 Interrupt Mode Configuration Register
GTM_ATOM11_CH7_RDADDR 0xF01EDB80          ATOM11 Channel 7 ARU read address Register
GTM_ATOM11_CH7_CTRL 0xF01EDB84          ATOM11 Channel 7 Control Register
GTM_ATOM11_CH7_SR0 0xF01EDB88          ATOM11 Channel 7 CCU0 Compare Shadow Register
GTM_ATOM11_CH7_SR1 0xF01EDB8C          ATOM11 Channel 7 CCU1 Compare Shadow Register
GTM_ATOM11_CH7_CM0 0xF01EDB90          ATOM11 Channel 7 CCU0 Compare Register
GTM_ATOM11_CH7_CM1 0xF01EDB94          ATOM11 Channel 7 CCU1 Compare Register
GTM_ATOM11_CH7_CN0 0xF01EDB98          ATOM11 Channel 7 CCU0 Counter Register
GTM_ATOM11_CH7_STAT 0xF01EDB9C          ATOM11 Channel 7 Status Register
GTM_ATOM11_CH7_IRQ_NOTIFY 0xF01EDBA0          ATOM11 Channel 7 Interrupt Notification Register
GTM_ATOM11_CH7_IRQ_EN 0xF01EDBA4          ATOM11 Channel 7 Interrupt Enable Register
GTM_ATOM11_CH7_IRQ_FORCINT 0xF01EDBA8          ATOM11 Channel 7 Software Interrupt Generation Register
GTM_ATOM11_CH7_IRQ_MODE 0xF01EDBAC          ATOM11 Channel 7 Interrupt Mode Configuration Register
GTM_MCS0_CH0_R0 0xF01F0000          MCS0 Channel 0 General Purpose Register 0
GTM_MCS0_CH0_R1 0xF01F0004          MCS0 Channel 0 General Purpose Register 1
GTM_MCS0_CH0_R2 0xF01F0008          MCS0 Channel 0 General Purpose Register 2
GTM_MCS0_CH0_R3 0xF01F000C          MCS0 Channel 0 General Purpose Register 3
GTM_MCS0_CH0_R4 0xF01F0010          MCS0 Channel 0 General Purpose Register 4
GTM_MCS0_CH0_R5 0xF01F0014          MCS0 Channel 0 General Purpose Register 5
GTM_MCS0_CH0_R6 0xF01F0018          MCS0 Channel 0 General Purpose Register 6
GTM_MCS0_CH0_R7 0xF01F001C          MCS0 Channel 0 General Purpose Register 7
GTM_MCS0_CH0_CTRL 0xF01F0020          MCS0 Channel 0 Control Register
GTM_MCS0_CH0_ACB 0xF01F0024          MCS0 Channel 0 ARU Control Bit Register
GTM_MCS0_CTRG   0xF01F0028          MCS0 Clear Trigger Control Register
GTM_MCS0_STRG   0xF01F002C          MCS0 Set Trigger Control Register
GTM_MCS0_CH0_MHB 0xF01F003C          MCS0 Channel 0 Memory High Byte Register
GTM_MCS0_CH0_PC 0xF01F0040          MCS0 Channel 0 Program Counter Register
GTM_MCS0_CH0_IRQ_NOTIFY 0xF01F0044          MCS0 Channel 0 Interrupt Notification Register
GTM_MCS0_CH0_IRQ_EN 0xF01F0048          MCS0 Channel 0 Interrupt Enable Register
GTM_MCS0_CH0_IRQ_FORCINT 0xF01F004C          MCS0 Channel 0 Force Interrupt Register
GTM_MCS0_CH0_IRQ_MODE 0xF01F0050          MCS0 Channel 0 Interrupt Mode Configuration Register
GTM_MCS0_CH0_EIRQ_EN 0xF01F0054          MCS0 Channel 0 Error Interrupt Enable Register
GTM_MCS0_REG_PROT 0xF01F0060          MCS0 Write Protection Register
GTM_MCS0_CTRL_STAT 0xF01F0064          MCS0 Control and Status Register
GTM_MCS0_RESET  0xF01F0068          MCS0 Reset Register
GTM_MCS0_CAT    0xF01F006C          MCS0 Cancel ARU Transfer Instruction Register
GTM_MCS0_CWT    0xF01F0070          MCS0 Cancel WURM Instruction Register
GTM_MCS0_ERR    0xF01F007C          MCS0 error register
GTM_MCS0_CH1_R0 0xF01F0080          MCS0 Channel 1 General Purpose Register 0
GTM_MCS0_CH1_R1 0xF01F0084          MCS0 Channel 1 General Purpose Register 1
GTM_MCS0_CH1_R2 0xF01F0088          MCS0 Channel 1 General Purpose Register 2
GTM_MCS0_CH1_R3 0xF01F008C          MCS0 Channel 1 General Purpose Register 3
GTM_MCS0_CH1_R4 0xF01F0090          MCS0 Channel 1 General Purpose Register 4
GTM_MCS0_CH1_R5 0xF01F0094          MCS0 Channel 1 General Purpose Register 5
GTM_MCS0_CH1_R6 0xF01F0098          MCS0 Channel 1 General Purpose Register 6
GTM_MCS0_CH1_R7 0xF01F009C          MCS0 Channel 1 General Purpose Register 7
GTM_MCS0_CH1_CTRL 0xF01F00A0          MCS0 Channel 1 Control Register
GTM_MCS0_CH1_ACB 0xF01F00A4          MCS0 Channel 1 ARU Control Bit Register
GTM_MCS0_CH1_MHB 0xF01F00BC          MCS0 Channel 1 Memory High Byte Register
GTM_MCS0_CH1_PC 0xF01F00C0          MCS0 Channel 1 Program Counter Register
GTM_MCS0_CH1_IRQ_NOTIFY 0xF01F00C4          MCS0 Channel 1 Interrupt Notification Register
GTM_MCS0_CH1_IRQ_EN 0xF01F00C8          MCS0 Channel 1 Interrupt Enable Register
GTM_MCS0_CH1_IRQ_FORCINT 0xF01F00CC          MCS0 Channel 1 Force Interrupt Register
GTM_MCS0_CH1_IRQ_MODE 0xF01F00D0          MCS0 Channel 1 Interrupt Mode Configuration Register
GTM_MCS0_CH1_EIRQ_EN 0xF01F00D4          MCS0 Channel 1 Error Interrupt Enable Register
GTM_MCS0_CH2_R0 0xF01F0100          MCS0 Channel 2 General Purpose Register 0
GTM_MCS0_CH2_R1 0xF01F0104          MCS0 Channel 2 General Purpose Register 1
GTM_MCS0_CH2_R2 0xF01F0108          MCS0 Channel 2 General Purpose Register 2
GTM_MCS0_CH2_R3 0xF01F010C          MCS0 Channel 2 General Purpose Register 3
GTM_MCS0_CH2_R4 0xF01F0110          MCS0 Channel 2 General Purpose Register 4
GTM_MCS0_CH2_R5 0xF01F0114          MCS0 Channel 2 General Purpose Register 5
GTM_MCS0_CH2_R6 0xF01F0118          MCS0 Channel 2 General Purpose Register 6
GTM_MCS0_CH2_R7 0xF01F011C          MCS0 Channel 2 General Purpose Register 7
GTM_MCS0_CH2_CTRL 0xF01F0120          MCS0 Channel 2 Control Register
GTM_MCS0_CH2_ACB 0xF01F0124          MCS0 Channel 2 ARU Control Bit Register
GTM_MCS0_CH2_MHB 0xF01F013C          MCS0 Channel 2 Memory High Byte Register
GTM_MCS0_CH2_PC 0xF01F0140          MCS0 Channel 2 Program Counter Register
GTM_MCS0_CH2_IRQ_NOTIFY 0xF01F0144          MCS0 Channel 2 Interrupt Notification Register
GTM_MCS0_CH2_IRQ_EN 0xF01F0148          MCS0 Channel 2 Interrupt Enable Register
GTM_MCS0_CH2_IRQ_FORCINT 0xF01F014C          MCS0 Channel 2 Force Interrupt Register
GTM_MCS0_CH2_IRQ_MODE 0xF01F0150          MCS0 Channel 2 Interrupt Mode Configuration Register
GTM_MCS0_CH2_EIRQ_EN 0xF01F0154          MCS0 Channel 2 Error Interrupt Enable Register
GTM_MCS0_CH3_R0 0xF01F0180          MCS0 Channel 3 General Purpose Register 0
GTM_MCS0_CH3_R1 0xF01F0184          MCS0 Channel 3 General Purpose Register 1
GTM_MCS0_CH3_R2 0xF01F0188          MCS0 Channel 3 General Purpose Register 2
GTM_MCS0_CH3_R3 0xF01F018C          MCS0 Channel 3 General Purpose Register 3
GTM_MCS0_CH3_R4 0xF01F0190          MCS0 Channel 3 General Purpose Register 4
GTM_MCS0_CH3_R5 0xF01F0194          MCS0 Channel 3 General Purpose Register 5
GTM_MCS0_CH3_R6 0xF01F0198          MCS0 Channel 3 General Purpose Register 6
GTM_MCS0_CH3_R7 0xF01F019C          MCS0 Channel 3 General Purpose Register 7
GTM_MCS0_CH3_CTRL 0xF01F01A0          MCS0 Channel 3 Control Register
GTM_MCS0_CH3_ACB 0xF01F01A4          MCS0 Channel 3 ARU Control Bit Register
GTM_MCS0_CH3_MHB 0xF01F01BC          MCS0 Channel 3 Memory High Byte Register
GTM_MCS0_CH3_PC 0xF01F01C0          MCS0 Channel 3 Program Counter Register
GTM_MCS0_CH3_IRQ_NOTIFY 0xF01F01C4          MCS0 Channel 3 Interrupt Notification Register
GTM_MCS0_CH3_IRQ_EN 0xF01F01C8          MCS0 Channel 3 Interrupt Enable Register
GTM_MCS0_CH3_IRQ_FORCINT 0xF01F01CC          MCS0 Channel 3 Force Interrupt Register
GTM_MCS0_CH3_IRQ_MODE 0xF01F01D0          MCS0 Channel 3 Interrupt Mode Configuration Register
GTM_MCS0_CH3_EIRQ_EN 0xF01F01D4          MCS0 Channel 3 Error Interrupt Enable Register
GTM_MCS0_CH4_R0 0xF01F0200          MCS0 Channel 4 General Purpose Register 0
GTM_MCS0_CH4_R1 0xF01F0204          MCS0 Channel 4 General Purpose Register 1
GTM_MCS0_CH4_R2 0xF01F0208          MCS0 Channel 4 General Purpose Register 2
GTM_MCS0_CH4_R3 0xF01F020C          MCS0 Channel 4 General Purpose Register 3
GTM_MCS0_CH4_R4 0xF01F0210          MCS0 Channel 4 General Purpose Register 4
GTM_MCS0_CH4_R5 0xF01F0214          MCS0 Channel 4 General Purpose Register 5
GTM_MCS0_CH4_R6 0xF01F0218          MCS0 Channel 4 General Purpose Register 6
GTM_MCS0_CH4_R7 0xF01F021C          MCS0 Channel 4 General Purpose Register 7
GTM_MCS0_CH4_CTRL 0xF01F0220          MCS0 Channel 4 Control Register
GTM_MCS0_CH4_ACB 0xF01F0224          MCS0 Channel 4 ARU Control Bit Register
GTM_MCS0_CH4_MHB 0xF01F023C          MCS0 Channel 4 Memory High Byte Register
GTM_MCS0_CH4_PC 0xF01F0240          MCS0 Channel 4 Program Counter Register
GTM_MCS0_CH4_IRQ_NOTIFY 0xF01F0244          MCS0 Channel 4 Interrupt Notification Register
GTM_MCS0_CH4_IRQ_EN 0xF01F0248          MCS0 Channel 4 Interrupt Enable Register
GTM_MCS0_CH4_IRQ_FORCINT 0xF01F024C          MCS0 Channel 4 Force Interrupt Register
GTM_MCS0_CH4_IRQ_MODE 0xF01F0250          MCS0 Channel 4 Interrupt Mode Configuration Register
GTM_MCS0_CH4_EIRQ_EN 0xF01F0254          MCS0 Channel 4 Error Interrupt Enable Register
GTM_MCS0_CH5_R0 0xF01F0280          MCS0 Channel 5 General Purpose Register 0
GTM_MCS0_CH5_R1 0xF01F0284          MCS0 Channel 5 General Purpose Register 1
GTM_MCS0_CH5_R2 0xF01F0288          MCS0 Channel 5 General Purpose Register 2
GTM_MCS0_CH5_R3 0xF01F028C          MCS0 Channel 5 General Purpose Register 3
GTM_MCS0_CH5_R4 0xF01F0290          MCS0 Channel 5 General Purpose Register 4
GTM_MCS0_CH5_R5 0xF01F0294          MCS0 Channel 5 General Purpose Register 5
GTM_MCS0_CH5_R6 0xF01F0298          MCS0 Channel 5 General Purpose Register 6
GTM_MCS0_CH5_R7 0xF01F029C          MCS0 Channel 5 General Purpose Register 7
GTM_MCS0_CH5_CTRL 0xF01F02A0          MCS0 Channel 5 Control Register
GTM_MCS0_CH5_ACB 0xF01F02A4          MCS0 Channel 5 ARU Control Bit Register
GTM_MCS0_CH5_MHB 0xF01F02BC          MCS0 Channel 5 Memory High Byte Register
GTM_MCS0_CH5_PC 0xF01F02C0          MCS0 Channel 5 Program Counter Register
GTM_MCS0_CH5_IRQ_NOTIFY 0xF01F02C4          MCS0 Channel 5 Interrupt Notification Register
GTM_MCS0_CH5_IRQ_EN 0xF01F02C8          MCS0 Channel 5 Interrupt Enable Register
GTM_MCS0_CH5_IRQ_FORCINT 0xF01F02CC          MCS0 Channel 5 Force Interrupt Register
GTM_MCS0_CH5_IRQ_MODE 0xF01F02D0          MCS0 Channel 5 Interrupt Mode Configuration Register
GTM_MCS0_CH5_EIRQ_EN 0xF01F02D4          MCS0 Channel 5 Error Interrupt Enable Register
GTM_MCS0_CH6_R0 0xF01F0300          MCS0 Channel 6 General Purpose Register 0
GTM_MCS0_CH6_R1 0xF01F0304          MCS0 Channel 6 General Purpose Register 1
GTM_MCS0_CH6_R2 0xF01F0308          MCS0 Channel 6 General Purpose Register 2
GTM_MCS0_CH6_R3 0xF01F030C          MCS0 Channel 6 General Purpose Register 3
GTM_MCS0_CH6_R4 0xF01F0310          MCS0 Channel 6 General Purpose Register 4
GTM_MCS0_CH6_R5 0xF01F0314          MCS0 Channel 6 General Purpose Register 5
GTM_MCS0_CH6_R6 0xF01F0318          MCS0 Channel 6 General Purpose Register 6
GTM_MCS0_CH6_R7 0xF01F031C          MCS0 Channel 6 General Purpose Register 7
GTM_MCS0_CH6_CTRL 0xF01F0320          MCS0 Channel 6 Control Register
GTM_MCS0_CH6_ACB 0xF01F0324          MCS0 Channel 6 ARU Control Bit Register
GTM_MCS0_CH6_MHB 0xF01F033C          MCS0 Channel 6 Memory High Byte Register
GTM_MCS0_CH6_PC 0xF01F0340          MCS0 Channel 6 Program Counter Register
GTM_MCS0_CH6_IRQ_NOTIFY 0xF01F0344          MCS0 Channel 6 Interrupt Notification Register
GTM_MCS0_CH6_IRQ_EN 0xF01F0348          MCS0 Channel 6 Interrupt Enable Register
GTM_MCS0_CH6_IRQ_FORCINT 0xF01F034C          MCS0 Channel 6 Force Interrupt Register
GTM_MCS0_CH6_IRQ_MODE 0xF01F0350          MCS0 Channel 6 Interrupt Mode Configuration Register
GTM_MCS0_CH6_EIRQ_EN 0xF01F0354          MCS0 Channel 6 Error Interrupt Enable Register
GTM_MCS0_CH7_R0 0xF01F0380          MCS0 Channel 7 General Purpose Register 0
GTM_MCS0_CH7_R1 0xF01F0384          MCS0 Channel 7 General Purpose Register 1
GTM_MCS0_CH7_R2 0xF01F0388          MCS0 Channel 7 General Purpose Register 2
GTM_MCS0_CH7_R3 0xF01F038C          MCS0 Channel 7 General Purpose Register 3
GTM_MCS0_CH7_R4 0xF01F0390          MCS0 Channel 7 General Purpose Register 4
GTM_MCS0_CH7_R5 0xF01F0394          MCS0 Channel 7 General Purpose Register 5
GTM_MCS0_CH7_R6 0xF01F0398          MCS0 Channel 7 General Purpose Register 6
GTM_MCS0_CH7_R7 0xF01F039C          MCS0 Channel 7 General Purpose Register 7
GTM_MCS0_CH7_CTRL 0xF01F03A0          MCS0 Channel 7 Control Register
GTM_MCS0_CH7_ACB 0xF01F03A4          MCS0 Channel 7 ARU Control Bit Register
GTM_MCS0_CH7_MHB 0xF01F03BC          MCS0 Channel 7 Memory High Byte Register
GTM_MCS0_CH7_PC 0xF01F03C0          MCS0 Channel 7 Program Counter Register
GTM_MCS0_CH7_IRQ_NOTIFY 0xF01F03C4          MCS0 Channel 7 Interrupt Notification Register
GTM_MCS0_CH7_IRQ_EN 0xF01F03C8          MCS0 Channel 7 Interrupt Enable Register
GTM_MCS0_CH7_IRQ_FORCINT 0xF01F03CC          MCS0 Channel 7 Force Interrupt Register
GTM_MCS0_CH7_IRQ_MODE 0xF01F03D0          MCS0 Channel 7 Interrupt Mode Configuration Register
GTM_MCS0_CH7_EIRQ_EN 0xF01F03D4          MCS0 Channel 7 Error Interrupt Enable Register
GTM_MCS1_CH0_R0 0xF01F1000          MCS1 Channel 0 General Purpose Register 0
GTM_MCS1_CH0_R1 0xF01F1004          MCS1 Channel 0 General Purpose Register 1
GTM_MCS1_CH0_R2 0xF01F1008          MCS1 Channel 0 General Purpose Register 2
GTM_MCS1_CH0_R3 0xF01F100C          MCS1 Channel 0 General Purpose Register 3
GTM_MCS1_CH0_R4 0xF01F1010          MCS1 Channel 0 General Purpose Register 4
GTM_MCS1_CH0_R5 0xF01F1014          MCS1 Channel 0 General Purpose Register 5
GTM_MCS1_CH0_R6 0xF01F1018          MCS1 Channel 0 General Purpose Register 6
GTM_MCS1_CH0_R7 0xF01F101C          MCS1 Channel 0 General Purpose Register 7
GTM_MCS1_CH0_CTRL 0xF01F1020          MCS1 Channel 0 Control Register
GTM_MCS1_CH0_ACB 0xF01F1024          MCS1 Channel 0 ARU Control Bit Register
GTM_MCS1_CTRG   0xF01F1028          MCS1 Clear Trigger Control Register
GTM_MCS1_STRG   0xF01F102C          MCS1 Set Trigger Control Register
GTM_MCS1_CH0_MHB 0xF01F103C          MCS1 Channel 0 Memory High Byte Register
GTM_MCS1_CH0_PC 0xF01F1040          MCS1 Channel 0 Program Counter Register
GTM_MCS1_CH0_IRQ_NOTIFY 0xF01F1044          MCS1 Channel 0 Interrupt Notification Register
GTM_MCS1_CH0_IRQ_EN 0xF01F1048          MCS1 Channel 0 Interrupt Enable Register
GTM_MCS1_CH0_IRQ_FORCINT 0xF01F104C          MCS1 Channel 0 Force Interrupt Register
GTM_MCS1_CH0_IRQ_MODE 0xF01F1050          MCS1 Channel 0 Interrupt Mode Configuration Register
GTM_MCS1_CH0_EIRQ_EN 0xF01F1054          MCS1 Channel 0 Error Interrupt Enable Register
GTM_MCS1_REG_PROT 0xF01F1060          MCS1 Write Protection Register
GTM_MCS1_CTRL_STAT 0xF01F1064          MCS1 Control and Status Register
GTM_MCS1_RESET  0xF01F1068          MCS1 Reset Register
GTM_MCS1_CAT    0xF01F106C          MCS1 Cancel ARU Transfer Instruction Register
GTM_MCS1_CWT    0xF01F1070          MCS1 Cancel WURM Instruction Register
GTM_MCS1_ERR    0xF01F107C          MCS1 error register
GTM_MCS1_CH1_R0 0xF01F1080          MCS1 Channel 1 General Purpose Register 0
GTM_MCS1_CH1_R1 0xF01F1084          MCS1 Channel 1 General Purpose Register 1
GTM_MCS1_CH1_R2 0xF01F1088          MCS1 Channel 1 General Purpose Register 2
GTM_MCS1_CH1_R3 0xF01F108C          MCS1 Channel 1 General Purpose Register 3
GTM_MCS1_CH1_R4 0xF01F1090          MCS1 Channel 1 General Purpose Register 4
GTM_MCS1_CH1_R5 0xF01F1094          MCS1 Channel 1 General Purpose Register 5
GTM_MCS1_CH1_R6 0xF01F1098          MCS1 Channel 1 General Purpose Register 6
GTM_MCS1_CH1_R7 0xF01F109C          MCS1 Channel 1 General Purpose Register 7
GTM_MCS1_CH1_CTRL 0xF01F10A0          MCS1 Channel 1 Control Register
GTM_MCS1_CH1_ACB 0xF01F10A4          MCS1 Channel 1 ARU Control Bit Register
GTM_MCS1_CH1_MHB 0xF01F10BC          MCS1 Channel 1 Memory High Byte Register
GTM_MCS1_CH1_PC 0xF01F10C0          MCS1 Channel 1 Program Counter Register
GTM_MCS1_CH1_IRQ_NOTIFY 0xF01F10C4          MCS1 Channel 1 Interrupt Notification Register
GTM_MCS1_CH1_IRQ_EN 0xF01F10C8          MCS1 Channel 1 Interrupt Enable Register
GTM_MCS1_CH1_IRQ_FORCINT 0xF01F10CC          MCS1 Channel 1 Force Interrupt Register
GTM_MCS1_CH1_IRQ_MODE 0xF01F10D0          MCS1 Channel 1 Interrupt Mode Configuration Register
GTM_MCS1_CH1_EIRQ_EN 0xF01F10D4          MCS1 Channel 1 Error Interrupt Enable Register
GTM_MCS1_CH2_R0 0xF01F1100          MCS1 Channel 2 General Purpose Register 0
GTM_MCS1_CH2_R1 0xF01F1104          MCS1 Channel 2 General Purpose Register 1
GTM_MCS1_CH2_R2 0xF01F1108          MCS1 Channel 2 General Purpose Register 2
GTM_MCS1_CH2_R3 0xF01F110C          MCS1 Channel 2 General Purpose Register 3
GTM_MCS1_CH2_R4 0xF01F1110          MCS1 Channel 2 General Purpose Register 4
GTM_MCS1_CH2_R5 0xF01F1114          MCS1 Channel 2 General Purpose Register 5
GTM_MCS1_CH2_R6 0xF01F1118          MCS1 Channel 2 General Purpose Register 6
GTM_MCS1_CH2_R7 0xF01F111C          MCS1 Channel 2 General Purpose Register 7
GTM_MCS1_CH2_CTRL 0xF01F1120          MCS1 Channel 2 Control Register
GTM_MCS1_CH2_ACB 0xF01F1124          MCS1 Channel 2 ARU Control Bit Register
GTM_MCS1_CH2_MHB 0xF01F113C          MCS1 Channel 2 Memory High Byte Register
GTM_MCS1_CH2_PC 0xF01F1140          MCS1 Channel 2 Program Counter Register
GTM_MCS1_CH2_IRQ_NOTIFY 0xF01F1144          MCS1 Channel 2 Interrupt Notification Register
GTM_MCS1_CH2_IRQ_EN 0xF01F1148          MCS1 Channel 2 Interrupt Enable Register
GTM_MCS1_CH2_IRQ_FORCINT 0xF01F114C          MCS1 Channel 2 Force Interrupt Register
GTM_MCS1_CH2_IRQ_MODE 0xF01F1150          MCS1 Channel 2 Interrupt Mode Configuration Register
GTM_MCS1_CH2_EIRQ_EN 0xF01F1154          MCS1 Channel 2 Error Interrupt Enable Register
GTM_MCS1_CH3_R0 0xF01F1180          MCS1 Channel 3 General Purpose Register 0
GTM_MCS1_CH3_R1 0xF01F1184          MCS1 Channel 3 General Purpose Register 1
GTM_MCS1_CH3_R2 0xF01F1188          MCS1 Channel 3 General Purpose Register 2
GTM_MCS1_CH3_R3 0xF01F118C          MCS1 Channel 3 General Purpose Register 3
GTM_MCS1_CH3_R4 0xF01F1190          MCS1 Channel 3 General Purpose Register 4
GTM_MCS1_CH3_R5 0xF01F1194          MCS1 Channel 3 General Purpose Register 5
GTM_MCS1_CH3_R6 0xF01F1198          MCS1 Channel 3 General Purpose Register 6
GTM_MCS1_CH3_R7 0xF01F119C          MCS1 Channel 3 General Purpose Register 7
GTM_MCS1_CH3_CTRL 0xF01F11A0          MCS1 Channel 3 Control Register
GTM_MCS1_CH3_ACB 0xF01F11A4          MCS1 Channel 3 ARU Control Bit Register
GTM_MCS1_CH3_MHB 0xF01F11BC          MCS1 Channel 3 Memory High Byte Register
GTM_MCS1_CH3_PC 0xF01F11C0          MCS1 Channel 3 Program Counter Register
GTM_MCS1_CH3_IRQ_NOTIFY 0xF01F11C4          MCS1 Channel 3 Interrupt Notification Register
GTM_MCS1_CH3_IRQ_EN 0xF01F11C8          MCS1 Channel 3 Interrupt Enable Register
GTM_MCS1_CH3_IRQ_FORCINT 0xF01F11CC          MCS1 Channel 3 Force Interrupt Register
GTM_MCS1_CH3_IRQ_MODE 0xF01F11D0          MCS1 Channel 3 Interrupt Mode Configuration Register
GTM_MCS1_CH3_EIRQ_EN 0xF01F11D4          MCS1 Channel 3 Error Interrupt Enable Register
GTM_MCS1_CH4_R0 0xF01F1200          MCS1 Channel 4 General Purpose Register 0
GTM_MCS1_CH4_R1 0xF01F1204          MCS1 Channel 4 General Purpose Register 1
GTM_MCS1_CH4_R2 0xF01F1208          MCS1 Channel 4 General Purpose Register 2
GTM_MCS1_CH4_R3 0xF01F120C          MCS1 Channel 4 General Purpose Register 3
GTM_MCS1_CH4_R4 0xF01F1210          MCS1 Channel 4 General Purpose Register 4
GTM_MCS1_CH4_R5 0xF01F1214          MCS1 Channel 4 General Purpose Register 5
GTM_MCS1_CH4_R6 0xF01F1218          MCS1 Channel 4 General Purpose Register 6
GTM_MCS1_CH4_R7 0xF01F121C          MCS1 Channel 4 General Purpose Register 7
GTM_MCS1_CH4_CTRL 0xF01F1220          MCS1 Channel 4 Control Register
GTM_MCS1_CH4_ACB 0xF01F1224          MCS1 Channel 4 ARU Control Bit Register
GTM_MCS1_CH4_MHB 0xF01F123C          MCS1 Channel 4 Memory High Byte Register
GTM_MCS1_CH4_PC 0xF01F1240          MCS1 Channel 4 Program Counter Register
GTM_MCS1_CH4_IRQ_NOTIFY 0xF01F1244          MCS1 Channel 4 Interrupt Notification Register
GTM_MCS1_CH4_IRQ_EN 0xF01F1248          MCS1 Channel 4 Interrupt Enable Register
GTM_MCS1_CH4_IRQ_FORCINT 0xF01F124C          MCS1 Channel 4 Force Interrupt Register
GTM_MCS1_CH4_IRQ_MODE 0xF01F1250          MCS1 Channel 4 Interrupt Mode Configuration Register
GTM_MCS1_CH4_EIRQ_EN 0xF01F1254          MCS1 Channel 4 Error Interrupt Enable Register
GTM_MCS1_CH5_R0 0xF01F1280          MCS1 Channel 5 General Purpose Register 0
GTM_MCS1_CH5_R1 0xF01F1284          MCS1 Channel 5 General Purpose Register 1
GTM_MCS1_CH5_R2 0xF01F1288          MCS1 Channel 5 General Purpose Register 2
GTM_MCS1_CH5_R3 0xF01F128C          MCS1 Channel 5 General Purpose Register 3
GTM_MCS1_CH5_R4 0xF01F1290          MCS1 Channel 5 General Purpose Register 4
GTM_MCS1_CH5_R5 0xF01F1294          MCS1 Channel 5 General Purpose Register 5
GTM_MCS1_CH5_R6 0xF01F1298          MCS1 Channel 5 General Purpose Register 6
GTM_MCS1_CH5_R7 0xF01F129C          MCS1 Channel 5 General Purpose Register 7
GTM_MCS1_CH5_CTRL 0xF01F12A0          MCS1 Channel 5 Control Register
GTM_MCS1_CH5_ACB 0xF01F12A4          MCS1 Channel 5 ARU Control Bit Register
GTM_MCS1_CH5_MHB 0xF01F12BC          MCS1 Channel 5 Memory High Byte Register
GTM_MCS1_CH5_PC 0xF01F12C0          MCS1 Channel 5 Program Counter Register
GTM_MCS1_CH5_IRQ_NOTIFY 0xF01F12C4          MCS1 Channel 5 Interrupt Notification Register
GTM_MCS1_CH5_IRQ_EN 0xF01F12C8          MCS1 Channel 5 Interrupt Enable Register
GTM_MCS1_CH5_IRQ_FORCINT 0xF01F12CC          MCS1 Channel 5 Force Interrupt Register
GTM_MCS1_CH5_IRQ_MODE 0xF01F12D0          MCS1 Channel 5 Interrupt Mode Configuration Register
GTM_MCS1_CH5_EIRQ_EN 0xF01F12D4          MCS1 Channel 5 Error Interrupt Enable Register
GTM_MCS1_CH6_R0 0xF01F1300          MCS1 Channel 6 General Purpose Register 0
GTM_MCS1_CH6_R1 0xF01F1304          MCS1 Channel 6 General Purpose Register 1
GTM_MCS1_CH6_R2 0xF01F1308          MCS1 Channel 6 General Purpose Register 2
GTM_MCS1_CH6_R3 0xF01F130C          MCS1 Channel 6 General Purpose Register 3
GTM_MCS1_CH6_R4 0xF01F1310          MCS1 Channel 6 General Purpose Register 4
GTM_MCS1_CH6_R5 0xF01F1314          MCS1 Channel 6 General Purpose Register 5
GTM_MCS1_CH6_R6 0xF01F1318          MCS1 Channel 6 General Purpose Register 6
GTM_MCS1_CH6_R7 0xF01F131C          MCS1 Channel 6 General Purpose Register 7
GTM_MCS1_CH6_CTRL 0xF01F1320          MCS1 Channel 6 Control Register
GTM_MCS1_CH6_ACB 0xF01F1324          MCS1 Channel 6 ARU Control Bit Register
GTM_MCS1_CH6_MHB 0xF01F133C          MCS1 Channel 6 Memory High Byte Register
GTM_MCS1_CH6_PC 0xF01F1340          MCS1 Channel 6 Program Counter Register
GTM_MCS1_CH6_IRQ_NOTIFY 0xF01F1344          MCS1 Channel 6 Interrupt Notification Register
GTM_MCS1_CH6_IRQ_EN 0xF01F1348          MCS1 Channel 6 Interrupt Enable Register
GTM_MCS1_CH6_IRQ_FORCINT 0xF01F134C          MCS1 Channel 6 Force Interrupt Register
GTM_MCS1_CH6_IRQ_MODE 0xF01F1350          MCS1 Channel 6 Interrupt Mode Configuration Register
GTM_MCS1_CH6_EIRQ_EN 0xF01F1354          MCS1 Channel 6 Error Interrupt Enable Register
GTM_MCS1_CH7_R0 0xF01F1380          MCS1 Channel 7 General Purpose Register 0
GTM_MCS1_CH7_R1 0xF01F1384          MCS1 Channel 7 General Purpose Register 1
GTM_MCS1_CH7_R2 0xF01F1388          MCS1 Channel 7 General Purpose Register 2
GTM_MCS1_CH7_R3 0xF01F138C          MCS1 Channel 7 General Purpose Register 3
GTM_MCS1_CH7_R4 0xF01F1390          MCS1 Channel 7 General Purpose Register 4
GTM_MCS1_CH7_R5 0xF01F1394          MCS1 Channel 7 General Purpose Register 5
GTM_MCS1_CH7_R6 0xF01F1398          MCS1 Channel 7 General Purpose Register 6
GTM_MCS1_CH7_R7 0xF01F139C          MCS1 Channel 7 General Purpose Register 7
GTM_MCS1_CH7_CTRL 0xF01F13A0          MCS1 Channel 7 Control Register
GTM_MCS1_CH7_ACB 0xF01F13A4          MCS1 Channel 7 ARU Control Bit Register
GTM_MCS1_CH7_MHB 0xF01F13BC          MCS1 Channel 7 Memory High Byte Register
GTM_MCS1_CH7_PC 0xF01F13C0          MCS1 Channel 7 Program Counter Register
GTM_MCS1_CH7_IRQ_NOTIFY 0xF01F13C4          MCS1 Channel 7 Interrupt Notification Register
GTM_MCS1_CH7_IRQ_EN 0xF01F13C8          MCS1 Channel 7 Interrupt Enable Register
GTM_MCS1_CH7_IRQ_FORCINT 0xF01F13CC          MCS1 Channel 7 Force Interrupt Register
GTM_MCS1_CH7_IRQ_MODE 0xF01F13D0          MCS1 Channel 7 Interrupt Mode Configuration Register
GTM_MCS1_CH7_EIRQ_EN 0xF01F13D4          MCS1 Channel 7 Error Interrupt Enable Register
GTM_MCS2_CH0_R0 0xF01F2000          MCS2 Channel 0 General Purpose Register 0
GTM_MCS2_CH0_R1 0xF01F2004          MCS2 Channel 0 General Purpose Register 1
GTM_MCS2_CH0_R2 0xF01F2008          MCS2 Channel 0 General Purpose Register 2
GTM_MCS2_CH0_R3 0xF01F200C          MCS2 Channel 0 General Purpose Register 3
GTM_MCS2_CH0_R4 0xF01F2010          MCS2 Channel 0 General Purpose Register 4
GTM_MCS2_CH0_R5 0xF01F2014          MCS2 Channel 0 General Purpose Register 5
GTM_MCS2_CH0_R6 0xF01F2018          MCS2 Channel 0 General Purpose Register 6
GTM_MCS2_CH0_R7 0xF01F201C          MCS2 Channel 0 General Purpose Register 7
GTM_MCS2_CH0_CTRL 0xF01F2020          MCS2 Channel 0 Control Register
GTM_MCS2_CH0_ACB 0xF01F2024          MCS2 Channel 0 ARU Control Bit Register
GTM_MCS2_CTRG   0xF01F2028          MCS2 Clear Trigger Control Register
GTM_MCS2_STRG   0xF01F202C          MCS2 Set Trigger Control Register
GTM_MCS2_CH0_MHB 0xF01F203C          MCS2 Channel 0 Memory High Byte Register
GTM_MCS2_CH0_PC 0xF01F2040          MCS2 Channel 0 Program Counter Register
GTM_MCS2_CH0_IRQ_NOTIFY 0xF01F2044          MCS2 Channel 0 Interrupt Notification Register
GTM_MCS2_CH0_IRQ_EN 0xF01F2048          MCS2 Channel 0 Interrupt Enable Register
GTM_MCS2_CH0_IRQ_FORCINT 0xF01F204C          MCS2 Channel 0 Force Interrupt Register
GTM_MCS2_CH0_IRQ_MODE 0xF01F2050          MCS2 Channel 0 Interrupt Mode Configuration Register
GTM_MCS2_CH0_EIRQ_EN 0xF01F2054          MCS2 Channel 0 Error Interrupt Enable Register
GTM_MCS2_REG_PROT 0xF01F2060          MCS2 Write Protection Register
GTM_MCS2_CTRL_STAT 0xF01F2064          MCS2 Control and Status Register
GTM_MCS2_RESET  0xF01F2068          MCS2 Reset Register
GTM_MCS2_CAT    0xF01F206C          MCS2 Cancel ARU Transfer Instruction Register
GTM_MCS2_CWT    0xF01F2070          MCS2 Cancel WURM Instruction Register
GTM_MCS2_ERR    0xF01F207C          MCS2 error register
GTM_MCS2_CH1_R0 0xF01F2080          MCS2 Channel 1 General Purpose Register 0
GTM_MCS2_CH1_R1 0xF01F2084          MCS2 Channel 1 General Purpose Register 1
GTM_MCS2_CH1_R2 0xF01F2088          MCS2 Channel 1 General Purpose Register 2
GTM_MCS2_CH1_R3 0xF01F208C          MCS2 Channel 1 General Purpose Register 3
GTM_MCS2_CH1_R4 0xF01F2090          MCS2 Channel 1 General Purpose Register 4
GTM_MCS2_CH1_R5 0xF01F2094          MCS2 Channel 1 General Purpose Register 5
GTM_MCS2_CH1_R6 0xF01F2098          MCS2 Channel 1 General Purpose Register 6
GTM_MCS2_CH1_R7 0xF01F209C          MCS2 Channel 1 General Purpose Register 7
GTM_MCS2_CH1_CTRL 0xF01F20A0          MCS2 Channel 1 Control Register
GTM_MCS2_CH1_ACB 0xF01F20A4          MCS2 Channel 1 ARU Control Bit Register
GTM_MCS2_CH1_MHB 0xF01F20BC          MCS2 Channel 1 Memory High Byte Register
GTM_MCS2_CH1_PC 0xF01F20C0          MCS2 Channel 1 Program Counter Register
GTM_MCS2_CH1_IRQ_NOTIFY 0xF01F20C4          MCS2 Channel 1 Interrupt Notification Register
GTM_MCS2_CH1_IRQ_EN 0xF01F20C8          MCS2 Channel 1 Interrupt Enable Register
GTM_MCS2_CH1_IRQ_FORCINT 0xF01F20CC          MCS2 Channel 1 Force Interrupt Register
GTM_MCS2_CH1_IRQ_MODE 0xF01F20D0          MCS2 Channel 1 Interrupt Mode Configuration Register
GTM_MCS2_CH1_EIRQ_EN 0xF01F20D4          MCS2 Channel 1 Error Interrupt Enable Register
GTM_MCS2_CH2_R0 0xF01F2100          MCS2 Channel 2 General Purpose Register 0
GTM_MCS2_CH2_R1 0xF01F2104          MCS2 Channel 2 General Purpose Register 1
GTM_MCS2_CH2_R2 0xF01F2108          MCS2 Channel 2 General Purpose Register 2
GTM_MCS2_CH2_R3 0xF01F210C          MCS2 Channel 2 General Purpose Register 3
GTM_MCS2_CH2_R4 0xF01F2110          MCS2 Channel 2 General Purpose Register 4
GTM_MCS2_CH2_R5 0xF01F2114          MCS2 Channel 2 General Purpose Register 5
GTM_MCS2_CH2_R6 0xF01F2118          MCS2 Channel 2 General Purpose Register 6
GTM_MCS2_CH2_R7 0xF01F211C          MCS2 Channel 2 General Purpose Register 7
GTM_MCS2_CH2_CTRL 0xF01F2120          MCS2 Channel 2 Control Register
GTM_MCS2_CH2_ACB 0xF01F2124          MCS2 Channel 2 ARU Control Bit Register
GTM_MCS2_CH2_MHB 0xF01F213C          MCS2 Channel 2 Memory High Byte Register
GTM_MCS2_CH2_PC 0xF01F2140          MCS2 Channel 2 Program Counter Register
GTM_MCS2_CH2_IRQ_NOTIFY 0xF01F2144          MCS2 Channel 2 Interrupt Notification Register
GTM_MCS2_CH2_IRQ_EN 0xF01F2148          MCS2 Channel 2 Interrupt Enable Register
GTM_MCS2_CH2_IRQ_FORCINT 0xF01F214C          MCS2 Channel 2 Force Interrupt Register
GTM_MCS2_CH2_IRQ_MODE 0xF01F2150          MCS2 Channel 2 Interrupt Mode Configuration Register
GTM_MCS2_CH2_EIRQ_EN 0xF01F2154          MCS2 Channel 2 Error Interrupt Enable Register
GTM_MCS2_CH3_R0 0xF01F2180          MCS2 Channel 3 General Purpose Register 0
GTM_MCS2_CH3_R1 0xF01F2184          MCS2 Channel 3 General Purpose Register 1
GTM_MCS2_CH3_R2 0xF01F2188          MCS2 Channel 3 General Purpose Register 2
GTM_MCS2_CH3_R3 0xF01F218C          MCS2 Channel 3 General Purpose Register 3
GTM_MCS2_CH3_R4 0xF01F2190          MCS2 Channel 3 General Purpose Register 4
GTM_MCS2_CH3_R5 0xF01F2194          MCS2 Channel 3 General Purpose Register 5
GTM_MCS2_CH3_R6 0xF01F2198          MCS2 Channel 3 General Purpose Register 6
GTM_MCS2_CH3_R7 0xF01F219C          MCS2 Channel 3 General Purpose Register 7
GTM_MCS2_CH3_CTRL 0xF01F21A0          MCS2 Channel 3 Control Register
GTM_MCS2_CH3_ACB 0xF01F21A4          MCS2 Channel 3 ARU Control Bit Register
GTM_MCS2_CH3_MHB 0xF01F21BC          MCS2 Channel 3 Memory High Byte Register
GTM_MCS2_CH3_PC 0xF01F21C0          MCS2 Channel 3 Program Counter Register
GTM_MCS2_CH3_IRQ_NOTIFY 0xF01F21C4          MCS2 Channel 3 Interrupt Notification Register
GTM_MCS2_CH3_IRQ_EN 0xF01F21C8          MCS2 Channel 3 Interrupt Enable Register
GTM_MCS2_CH3_IRQ_FORCINT 0xF01F21CC          MCS2 Channel 3 Force Interrupt Register
GTM_MCS2_CH3_IRQ_MODE 0xF01F21D0          MCS2 Channel 3 Interrupt Mode Configuration Register
GTM_MCS2_CH3_EIRQ_EN 0xF01F21D4          MCS2 Channel 3 Error Interrupt Enable Register
GTM_MCS2_CH4_R0 0xF01F2200          MCS2 Channel 4 General Purpose Register 0
GTM_MCS2_CH4_R1 0xF01F2204          MCS2 Channel 4 General Purpose Register 1
GTM_MCS2_CH4_R2 0xF01F2208          MCS2 Channel 4 General Purpose Register 2
GTM_MCS2_CH4_R3 0xF01F220C          MCS2 Channel 4 General Purpose Register 3
GTM_MCS2_CH4_R4 0xF01F2210          MCS2 Channel 4 General Purpose Register 4
GTM_MCS2_CH4_R5 0xF01F2214          MCS2 Channel 4 General Purpose Register 5
GTM_MCS2_CH4_R6 0xF01F2218          MCS2 Channel 4 General Purpose Register 6
GTM_MCS2_CH4_R7 0xF01F221C          MCS2 Channel 4 General Purpose Register 7
GTM_MCS2_CH4_CTRL 0xF01F2220          MCS2 Channel 4 Control Register
GTM_MCS2_CH4_ACB 0xF01F2224          MCS2 Channel 4 ARU Control Bit Register
GTM_MCS2_CH4_MHB 0xF01F223C          MCS2 Channel 4 Memory High Byte Register
GTM_MCS2_CH4_PC 0xF01F2240          MCS2 Channel 4 Program Counter Register
GTM_MCS2_CH4_IRQ_NOTIFY 0xF01F2244          MCS2 Channel 4 Interrupt Notification Register
GTM_MCS2_CH4_IRQ_EN 0xF01F2248          MCS2 Channel 4 Interrupt Enable Register
GTM_MCS2_CH4_IRQ_FORCINT 0xF01F224C          MCS2 Channel 4 Force Interrupt Register
GTM_MCS2_CH4_IRQ_MODE 0xF01F2250          MCS2 Channel 4 Interrupt Mode Configuration Register
GTM_MCS2_CH4_EIRQ_EN 0xF01F2254          MCS2 Channel 4 Error Interrupt Enable Register
GTM_MCS2_CH5_R0 0xF01F2280          MCS2 Channel 5 General Purpose Register 0
GTM_MCS2_CH5_R1 0xF01F2284          MCS2 Channel 5 General Purpose Register 1
GTM_MCS2_CH5_R2 0xF01F2288          MCS2 Channel 5 General Purpose Register 2
GTM_MCS2_CH5_R3 0xF01F228C          MCS2 Channel 5 General Purpose Register 3
GTM_MCS2_CH5_R4 0xF01F2290          MCS2 Channel 5 General Purpose Register 4
GTM_MCS2_CH5_R5 0xF01F2294          MCS2 Channel 5 General Purpose Register 5
GTM_MCS2_CH5_R6 0xF01F2298          MCS2 Channel 5 General Purpose Register 6
GTM_MCS2_CH5_R7 0xF01F229C          MCS2 Channel 5 General Purpose Register 7
GTM_MCS2_CH5_CTRL 0xF01F22A0          MCS2 Channel 5 Control Register
GTM_MCS2_CH5_ACB 0xF01F22A4          MCS2 Channel 5 ARU Control Bit Register
GTM_MCS2_CH5_MHB 0xF01F22BC          MCS2 Channel 5 Memory High Byte Register
GTM_MCS2_CH5_PC 0xF01F22C0          MCS2 Channel 5 Program Counter Register
GTM_MCS2_CH5_IRQ_NOTIFY 0xF01F22C4          MCS2 Channel 5 Interrupt Notification Register
GTM_MCS2_CH5_IRQ_EN 0xF01F22C8          MCS2 Channel 5 Interrupt Enable Register
GTM_MCS2_CH5_IRQ_FORCINT 0xF01F22CC          MCS2 Channel 5 Force Interrupt Register
GTM_MCS2_CH5_IRQ_MODE 0xF01F22D0          MCS2 Channel 5 Interrupt Mode Configuration Register
GTM_MCS2_CH5_EIRQ_EN 0xF01F22D4          MCS2 Channel 5 Error Interrupt Enable Register
GTM_MCS2_CH6_R0 0xF01F2300          MCS2 Channel 6 General Purpose Register 0
GTM_MCS2_CH6_R1 0xF01F2304          MCS2 Channel 6 General Purpose Register 1
GTM_MCS2_CH6_R2 0xF01F2308          MCS2 Channel 6 General Purpose Register 2
GTM_MCS2_CH6_R3 0xF01F230C          MCS2 Channel 6 General Purpose Register 3
GTM_MCS2_CH6_R4 0xF01F2310          MCS2 Channel 6 General Purpose Register 4
GTM_MCS2_CH6_R5 0xF01F2314          MCS2 Channel 6 General Purpose Register 5
GTM_MCS2_CH6_R6 0xF01F2318          MCS2 Channel 6 General Purpose Register 6
GTM_MCS2_CH6_R7 0xF01F231C          MCS2 Channel 6 General Purpose Register 7
GTM_MCS2_CH6_CTRL 0xF01F2320          MCS2 Channel 6 Control Register
GTM_MCS2_CH6_ACB 0xF01F2324          MCS2 Channel 6 ARU Control Bit Register
GTM_MCS2_CH6_MHB 0xF01F233C          MCS2 Channel 6 Memory High Byte Register
GTM_MCS2_CH6_PC 0xF01F2340          MCS2 Channel 6 Program Counter Register
GTM_MCS2_CH6_IRQ_NOTIFY 0xF01F2344          MCS2 Channel 6 Interrupt Notification Register
GTM_MCS2_CH6_IRQ_EN 0xF01F2348          MCS2 Channel 6 Interrupt Enable Register
GTM_MCS2_CH6_IRQ_FORCINT 0xF01F234C          MCS2 Channel 6 Force Interrupt Register
GTM_MCS2_CH6_IRQ_MODE 0xF01F2350          MCS2 Channel 6 Interrupt Mode Configuration Register
GTM_MCS2_CH6_EIRQ_EN 0xF01F2354          MCS2 Channel 6 Error Interrupt Enable Register
GTM_MCS2_CH7_R0 0xF01F2380          MCS2 Channel 7 General Purpose Register 0
GTM_MCS2_CH7_R1 0xF01F2384          MCS2 Channel 7 General Purpose Register 1
GTM_MCS2_CH7_R2 0xF01F2388          MCS2 Channel 7 General Purpose Register 2
GTM_MCS2_CH7_R3 0xF01F238C          MCS2 Channel 7 General Purpose Register 3
GTM_MCS2_CH7_R4 0xF01F2390          MCS2 Channel 7 General Purpose Register 4
GTM_MCS2_CH7_R5 0xF01F2394          MCS2 Channel 7 General Purpose Register 5
GTM_MCS2_CH7_R6 0xF01F2398          MCS2 Channel 7 General Purpose Register 6
GTM_MCS2_CH7_R7 0xF01F239C          MCS2 Channel 7 General Purpose Register 7
GTM_MCS2_CH7_CTRL 0xF01F23A0          MCS2 Channel 7 Control Register
GTM_MCS2_CH7_ACB 0xF01F23A4          MCS2 Channel 7 ARU Control Bit Register
GTM_MCS2_CH7_MHB 0xF01F23BC          MCS2 Channel 7 Memory High Byte Register
GTM_MCS2_CH7_PC 0xF01F23C0          MCS2 Channel 7 Program Counter Register
GTM_MCS2_CH7_IRQ_NOTIFY 0xF01F23C4          MCS2 Channel 7 Interrupt Notification Register
GTM_MCS2_CH7_IRQ_EN 0xF01F23C8          MCS2 Channel 7 Interrupt Enable Register
GTM_MCS2_CH7_IRQ_FORCINT 0xF01F23CC          MCS2 Channel 7 Force Interrupt Register
GTM_MCS2_CH7_IRQ_MODE 0xF01F23D0          MCS2 Channel 7 Interrupt Mode Configuration Register
GTM_MCS2_CH7_EIRQ_EN 0xF01F23D4          MCS2 Channel 7 Error Interrupt Enable Register
GTM_MCS3_CH0_R0 0xF01F3000          MCS3 Channel 0 General Purpose Register 0
GTM_MCS3_CH0_R1 0xF01F3004          MCS3 Channel 0 General Purpose Register 1
GTM_MCS3_CH0_R2 0xF01F3008          MCS3 Channel 0 General Purpose Register 2
GTM_MCS3_CH0_R3 0xF01F300C          MCS3 Channel 0 General Purpose Register 3
GTM_MCS3_CH0_R4 0xF01F3010          MCS3 Channel 0 General Purpose Register 4
GTM_MCS3_CH0_R5 0xF01F3014          MCS3 Channel 0 General Purpose Register 5
GTM_MCS3_CH0_R6 0xF01F3018          MCS3 Channel 0 General Purpose Register 6
GTM_MCS3_CH0_R7 0xF01F301C          MCS3 Channel 0 General Purpose Register 7
GTM_MCS3_CH0_CTRL 0xF01F3020          MCS3 Channel 0 Control Register
GTM_MCS3_CH0_ACB 0xF01F3024          MCS3 Channel 0 ARU Control Bit Register
GTM_MCS3_CTRG   0xF01F3028          MCS3 Clear Trigger Control Register
GTM_MCS3_STRG   0xF01F302C          MCS3 Set Trigger Control Register
GTM_MCS3_CH0_MHB 0xF01F303C          MCS3 Channel 0 Memory High Byte Register
GTM_MCS3_CH0_PC 0xF01F3040          MCS3 Channel 0 Program Counter Register
GTM_MCS3_CH0_IRQ_NOTIFY 0xF01F3044          MCS3 Channel 0 Interrupt Notification Register
GTM_MCS3_CH0_IRQ_EN 0xF01F3048          MCS3 Channel 0 Interrupt Enable Register
GTM_MCS3_CH0_IRQ_FORCINT 0xF01F304C          MCS3 Channel 0 Force Interrupt Register
GTM_MCS3_CH0_IRQ_MODE 0xF01F3050          MCS3 Channel 0 Interrupt Mode Configuration Register
GTM_MCS3_CH0_EIRQ_EN 0xF01F3054          MCS3 Channel 0 Error Interrupt Enable Register
GTM_MCS3_REG_PROT 0xF01F3060          MCS3 Write Protection Register
GTM_MCS3_CTRL_STAT 0xF01F3064          MCS3 Control and Status Register
GTM_MCS3_RESET  0xF01F3068          MCS3 Reset Register
GTM_MCS3_CAT    0xF01F306C          MCS3 Cancel ARU Transfer Instruction Register
GTM_MCS3_CWT    0xF01F3070          MCS3 Cancel WURM Instruction Register
GTM_MCS3_ERR    0xF01F307C          MCS3 error register
GTM_MCS3_CH1_R0 0xF01F3080          MCS3 Channel 1 General Purpose Register 0
GTM_MCS3_CH1_R1 0xF01F3084          MCS3 Channel 1 General Purpose Register 1
GTM_MCS3_CH1_R2 0xF01F3088          MCS3 Channel 1 General Purpose Register 2
GTM_MCS3_CH1_R3 0xF01F308C          MCS3 Channel 1 General Purpose Register 3
GTM_MCS3_CH1_R4 0xF01F3090          MCS3 Channel 1 General Purpose Register 4
GTM_MCS3_CH1_R5 0xF01F3094          MCS3 Channel 1 General Purpose Register 5
GTM_MCS3_CH1_R6 0xF01F3098          MCS3 Channel 1 General Purpose Register 6
GTM_MCS3_CH1_R7 0xF01F309C          MCS3 Channel 1 General Purpose Register 7
GTM_MCS3_CH1_CTRL 0xF01F30A0          MCS3 Channel 1 Control Register
GTM_MCS3_CH1_ACB 0xF01F30A4          MCS3 Channel 1 ARU Control Bit Register
GTM_MCS3_CH1_MHB 0xF01F30BC          MCS3 Channel 1 Memory High Byte Register
GTM_MCS3_CH1_PC 0xF01F30C0          MCS3 Channel 1 Program Counter Register
GTM_MCS3_CH1_IRQ_NOTIFY 0xF01F30C4          MCS3 Channel 1 Interrupt Notification Register
GTM_MCS3_CH1_IRQ_EN 0xF01F30C8          MCS3 Channel 1 Interrupt Enable Register
GTM_MCS3_CH1_IRQ_FORCINT 0xF01F30CC          MCS3 Channel 1 Force Interrupt Register
GTM_MCS3_CH1_IRQ_MODE 0xF01F30D0          MCS3 Channel 1 Interrupt Mode Configuration Register
GTM_MCS3_CH1_EIRQ_EN 0xF01F30D4          MCS3 Channel 1 Error Interrupt Enable Register
GTM_MCS3_CH2_R0 0xF01F3100          MCS3 Channel 2 General Purpose Register 0
GTM_MCS3_CH2_R1 0xF01F3104          MCS3 Channel 2 General Purpose Register 1
GTM_MCS3_CH2_R2 0xF01F3108          MCS3 Channel 2 General Purpose Register 2
GTM_MCS3_CH2_R3 0xF01F310C          MCS3 Channel 2 General Purpose Register 3
GTM_MCS3_CH2_R4 0xF01F3110          MCS3 Channel 2 General Purpose Register 4
GTM_MCS3_CH2_R5 0xF01F3114          MCS3 Channel 2 General Purpose Register 5
GTM_MCS3_CH2_R6 0xF01F3118          MCS3 Channel 2 General Purpose Register 6
GTM_MCS3_CH2_R7 0xF01F311C          MCS3 Channel 2 General Purpose Register 7
GTM_MCS3_CH2_CTRL 0xF01F3120          MCS3 Channel 2 Control Register
GTM_MCS3_CH2_ACB 0xF01F3124          MCS3 Channel 2 ARU Control Bit Register
GTM_MCS3_CH2_MHB 0xF01F313C          MCS3 Channel 2 Memory High Byte Register
GTM_MCS3_CH2_PC 0xF01F3140          MCS3 Channel 2 Program Counter Register
GTM_MCS3_CH2_IRQ_NOTIFY 0xF01F3144          MCS3 Channel 2 Interrupt Notification Register
GTM_MCS3_CH2_IRQ_EN 0xF01F3148          MCS3 Channel 2 Interrupt Enable Register
GTM_MCS3_CH2_IRQ_FORCINT 0xF01F314C          MCS3 Channel 2 Force Interrupt Register
GTM_MCS3_CH2_IRQ_MODE 0xF01F3150          MCS3 Channel 2 Interrupt Mode Configuration Register
GTM_MCS3_CH2_EIRQ_EN 0xF01F3154          MCS3 Channel 2 Error Interrupt Enable Register
GTM_MCS3_CH3_R0 0xF01F3180          MCS3 Channel 3 General Purpose Register 0
GTM_MCS3_CH3_R1 0xF01F3184          MCS3 Channel 3 General Purpose Register 1
GTM_MCS3_CH3_R2 0xF01F3188          MCS3 Channel 3 General Purpose Register 2
GTM_MCS3_CH3_R3 0xF01F318C          MCS3 Channel 3 General Purpose Register 3
GTM_MCS3_CH3_R4 0xF01F3190          MCS3 Channel 3 General Purpose Register 4
GTM_MCS3_CH3_R5 0xF01F3194          MCS3 Channel 3 General Purpose Register 5
GTM_MCS3_CH3_R6 0xF01F3198          MCS3 Channel 3 General Purpose Register 6
GTM_MCS3_CH3_R7 0xF01F319C          MCS3 Channel 3 General Purpose Register 7
GTM_MCS3_CH3_CTRL 0xF01F31A0          MCS3 Channel 3 Control Register
GTM_MCS3_CH3_ACB 0xF01F31A4          MCS3 Channel 3 ARU Control Bit Register
GTM_MCS3_CH3_MHB 0xF01F31BC          MCS3 Channel 3 Memory High Byte Register
GTM_MCS3_CH3_PC 0xF01F31C0          MCS3 Channel 3 Program Counter Register
GTM_MCS3_CH3_IRQ_NOTIFY 0xF01F31C4          MCS3 Channel 3 Interrupt Notification Register
GTM_MCS3_CH3_IRQ_EN 0xF01F31C8          MCS3 Channel 3 Interrupt Enable Register
GTM_MCS3_CH3_IRQ_FORCINT 0xF01F31CC          MCS3 Channel 3 Force Interrupt Register
GTM_MCS3_CH3_IRQ_MODE 0xF01F31D0          MCS3 Channel 3 Interrupt Mode Configuration Register
GTM_MCS3_CH3_EIRQ_EN 0xF01F31D4          MCS3 Channel 3 Error Interrupt Enable Register
GTM_MCS3_CH4_R0 0xF01F3200          MCS3 Channel 4 General Purpose Register 0
GTM_MCS3_CH4_R1 0xF01F3204          MCS3 Channel 4 General Purpose Register 1
GTM_MCS3_CH4_R2 0xF01F3208          MCS3 Channel 4 General Purpose Register 2
GTM_MCS3_CH4_R3 0xF01F320C          MCS3 Channel 4 General Purpose Register 3
GTM_MCS3_CH4_R4 0xF01F3210          MCS3 Channel 4 General Purpose Register 4
GTM_MCS3_CH4_R5 0xF01F3214          MCS3 Channel 4 General Purpose Register 5
GTM_MCS3_CH4_R6 0xF01F3218          MCS3 Channel 4 General Purpose Register 6
GTM_MCS3_CH4_R7 0xF01F321C          MCS3 Channel 4 General Purpose Register 7
GTM_MCS3_CH4_CTRL 0xF01F3220          MCS3 Channel 4 Control Register
GTM_MCS3_CH4_ACB 0xF01F3224          MCS3 Channel 4 ARU Control Bit Register
GTM_MCS3_CH4_MHB 0xF01F323C          MCS3 Channel 4 Memory High Byte Register
GTM_MCS3_CH4_PC 0xF01F3240          MCS3 Channel 4 Program Counter Register
GTM_MCS3_CH4_IRQ_NOTIFY 0xF01F3244          MCS3 Channel 4 Interrupt Notification Register
GTM_MCS3_CH4_IRQ_EN 0xF01F3248          MCS3 Channel 4 Interrupt Enable Register
GTM_MCS3_CH4_IRQ_FORCINT 0xF01F324C          MCS3 Channel 4 Force Interrupt Register
GTM_MCS3_CH4_IRQ_MODE 0xF01F3250          MCS3 Channel 4 Interrupt Mode Configuration Register
GTM_MCS3_CH4_EIRQ_EN 0xF01F3254          MCS3 Channel 4 Error Interrupt Enable Register
GTM_MCS3_CH5_R0 0xF01F3280          MCS3 Channel 5 General Purpose Register 0
GTM_MCS3_CH5_R1 0xF01F3284          MCS3 Channel 5 General Purpose Register 1
GTM_MCS3_CH5_R2 0xF01F3288          MCS3 Channel 5 General Purpose Register 2
GTM_MCS3_CH5_R3 0xF01F328C          MCS3 Channel 5 General Purpose Register 3
GTM_MCS3_CH5_R4 0xF01F3290          MCS3 Channel 5 General Purpose Register 4
GTM_MCS3_CH5_R5 0xF01F3294          MCS3 Channel 5 General Purpose Register 5
GTM_MCS3_CH5_R6 0xF01F3298          MCS3 Channel 5 General Purpose Register 6
GTM_MCS3_CH5_R7 0xF01F329C          MCS3 Channel 5 General Purpose Register 7
GTM_MCS3_CH5_CTRL 0xF01F32A0          MCS3 Channel 5 Control Register
GTM_MCS3_CH5_ACB 0xF01F32A4          MCS3 Channel 5 ARU Control Bit Register
GTM_MCS3_CH5_MHB 0xF01F32BC          MCS3 Channel 5 Memory High Byte Register
GTM_MCS3_CH5_PC 0xF01F32C0          MCS3 Channel 5 Program Counter Register
GTM_MCS3_CH5_IRQ_NOTIFY 0xF01F32C4          MCS3 Channel 5 Interrupt Notification Register
GTM_MCS3_CH5_IRQ_EN 0xF01F32C8          MCS3 Channel 5 Interrupt Enable Register
GTM_MCS3_CH5_IRQ_FORCINT 0xF01F32CC          MCS3 Channel 5 Force Interrupt Register
GTM_MCS3_CH5_IRQ_MODE 0xF01F32D0          MCS3 Channel 5 Interrupt Mode Configuration Register
GTM_MCS3_CH5_EIRQ_EN 0xF01F32D4          MCS3 Channel 5 Error Interrupt Enable Register
GTM_MCS3_CH6_R0 0xF01F3300          MCS3 Channel 6 General Purpose Register 0
GTM_MCS3_CH6_R1 0xF01F3304          MCS3 Channel 6 General Purpose Register 1
GTM_MCS3_CH6_R2 0xF01F3308          MCS3 Channel 6 General Purpose Register 2
GTM_MCS3_CH6_R3 0xF01F330C          MCS3 Channel 6 General Purpose Register 3
GTM_MCS3_CH6_R4 0xF01F3310          MCS3 Channel 6 General Purpose Register 4
GTM_MCS3_CH6_R5 0xF01F3314          MCS3 Channel 6 General Purpose Register 5
GTM_MCS3_CH6_R6 0xF01F3318          MCS3 Channel 6 General Purpose Register 6
GTM_MCS3_CH6_R7 0xF01F331C          MCS3 Channel 6 General Purpose Register 7
GTM_MCS3_CH6_CTRL 0xF01F3320          MCS3 Channel 6 Control Register
GTM_MCS3_CH6_ACB 0xF01F3324          MCS3 Channel 6 ARU Control Bit Register
GTM_MCS3_CH6_MHB 0xF01F333C          MCS3 Channel 6 Memory High Byte Register
GTM_MCS3_CH6_PC 0xF01F3340          MCS3 Channel 6 Program Counter Register
GTM_MCS3_CH6_IRQ_NOTIFY 0xF01F3344          MCS3 Channel 6 Interrupt Notification Register
GTM_MCS3_CH6_IRQ_EN 0xF01F3348          MCS3 Channel 6 Interrupt Enable Register
GTM_MCS3_CH6_IRQ_FORCINT 0xF01F334C          MCS3 Channel 6 Force Interrupt Register
GTM_MCS3_CH6_IRQ_MODE 0xF01F3350          MCS3 Channel 6 Interrupt Mode Configuration Register
GTM_MCS3_CH6_EIRQ_EN 0xF01F3354          MCS3 Channel 6 Error Interrupt Enable Register
GTM_MCS3_CH7_R0 0xF01F3380          MCS3 Channel 7 General Purpose Register 0
GTM_MCS3_CH7_R1 0xF01F3384          MCS3 Channel 7 General Purpose Register 1
GTM_MCS3_CH7_R2 0xF01F3388          MCS3 Channel 7 General Purpose Register 2
GTM_MCS3_CH7_R3 0xF01F338C          MCS3 Channel 7 General Purpose Register 3
GTM_MCS3_CH7_R4 0xF01F3390          MCS3 Channel 7 General Purpose Register 4
GTM_MCS3_CH7_R5 0xF01F3394          MCS3 Channel 7 General Purpose Register 5
GTM_MCS3_CH7_R6 0xF01F3398          MCS3 Channel 7 General Purpose Register 6
GTM_MCS3_CH7_R7 0xF01F339C          MCS3 Channel 7 General Purpose Register 7
GTM_MCS3_CH7_CTRL 0xF01F33A0          MCS3 Channel 7 Control Register
GTM_MCS3_CH7_ACB 0xF01F33A4          MCS3 Channel 7 ARU Control Bit Register
GTM_MCS3_CH7_MHB 0xF01F33BC          MCS3 Channel 7 Memory High Byte Register
GTM_MCS3_CH7_PC 0xF01F33C0          MCS3 Channel 7 Program Counter Register
GTM_MCS3_CH7_IRQ_NOTIFY 0xF01F33C4          MCS3 Channel 7 Interrupt Notification Register
GTM_MCS3_CH7_IRQ_EN 0xF01F33C8          MCS3 Channel 7 Interrupt Enable Register
GTM_MCS3_CH7_IRQ_FORCINT 0xF01F33CC          MCS3 Channel 7 Force Interrupt Register
GTM_MCS3_CH7_IRQ_MODE 0xF01F33D0          MCS3 Channel 7 Interrupt Mode Configuration Register
GTM_MCS3_CH7_EIRQ_EN 0xF01F33D4          MCS3 Channel 7 Error Interrupt Enable Register
GTM_MCS4_CH0_R0 0xF01F4000          MCS4 Channel 0 General Purpose Register 0
GTM_MCS4_CH0_R1 0xF01F4004          MCS4 Channel 0 General Purpose Register 1
GTM_MCS4_CH0_R2 0xF01F4008          MCS4 Channel 0 General Purpose Register 2
GTM_MCS4_CH0_R3 0xF01F400C          MCS4 Channel 0 General Purpose Register 3
GTM_MCS4_CH0_R4 0xF01F4010          MCS4 Channel 0 General Purpose Register 4
GTM_MCS4_CH0_R5 0xF01F4014          MCS4 Channel 0 General Purpose Register 5
GTM_MCS4_CH0_R6 0xF01F4018          MCS4 Channel 0 General Purpose Register 6
GTM_MCS4_CH0_R7 0xF01F401C          MCS4 Channel 0 General Purpose Register 7
GTM_MCS4_CH0_CTRL 0xF01F4020          MCS4 Channel 0 Control Register
GTM_MCS4_CH0_ACB 0xF01F4024          MCS4 Channel 0 ARU Control Bit Register
GTM_MCS4_CTRG   0xF01F4028          MCS4 Clear Trigger Control Register
GTM_MCS4_STRG   0xF01F402C          MCS4 Set Trigger Control Register
GTM_MCS4_CH0_MHB 0xF01F403C          MCS4 Channel 0 Memory High Byte Register
GTM_MCS4_CH0_PC 0xF01F4040          MCS4 Channel 0 Program Counter Register
GTM_MCS4_CH0_IRQ_NOTIFY 0xF01F4044          MCS4 Channel 0 Interrupt Notification Register
GTM_MCS4_CH0_IRQ_EN 0xF01F4048          MCS4 Channel 0 Interrupt Enable Register
GTM_MCS4_CH0_IRQ_FORCINT 0xF01F404C          MCS4 Channel 0 Force Interrupt Register
GTM_MCS4_CH0_IRQ_MODE 0xF01F4050          MCS4 Channel 0 Interrupt Mode Configuration Register
GTM_MCS4_CH0_EIRQ_EN 0xF01F4054          MCS4 Channel 0 Error Interrupt Enable Register
GTM_MCS4_REG_PROT 0xF01F4060          MCS4 Write Protection Register
GTM_MCS4_CTRL_STAT 0xF01F4064          MCS4 Control and Status Register
GTM_MCS4_RESET  0xF01F4068          MCS4 Reset Register
GTM_MCS4_CAT    0xF01F406C          MCS4 Cancel ARU Transfer Instruction Register
GTM_MCS4_CWT    0xF01F4070          MCS4 Cancel WURM Instruction Register
GTM_MCS4_ERR    0xF01F407C          MCS4 error register
GTM_MCS4_CH1_R0 0xF01F4080          MCS4 Channel 1 General Purpose Register 0
GTM_MCS4_CH1_R1 0xF01F4084          MCS4 Channel 1 General Purpose Register 1
GTM_MCS4_CH1_R2 0xF01F4088          MCS4 Channel 1 General Purpose Register 2
GTM_MCS4_CH1_R3 0xF01F408C          MCS4 Channel 1 General Purpose Register 3
GTM_MCS4_CH1_R4 0xF01F4090          MCS4 Channel 1 General Purpose Register 4
GTM_MCS4_CH1_R5 0xF01F4094          MCS4 Channel 1 General Purpose Register 5
GTM_MCS4_CH1_R6 0xF01F4098          MCS4 Channel 1 General Purpose Register 6
GTM_MCS4_CH1_R7 0xF01F409C          MCS4 Channel 1 General Purpose Register 7
GTM_MCS4_CH1_CTRL 0xF01F40A0          MCS4 Channel 1 Control Register
GTM_MCS4_CH1_ACB 0xF01F40A4          MCS4 Channel 1 ARU Control Bit Register
GTM_MCS4_CH1_MHB 0xF01F40BC          MCS4 Channel 1 Memory High Byte Register
GTM_MCS4_CH1_PC 0xF01F40C0          MCS4 Channel 1 Program Counter Register
GTM_MCS4_CH1_IRQ_NOTIFY 0xF01F40C4          MCS4 Channel 1 Interrupt Notification Register
GTM_MCS4_CH1_IRQ_EN 0xF01F40C8          MCS4 Channel 1 Interrupt Enable Register
GTM_MCS4_CH1_IRQ_FORCINT 0xF01F40CC          MCS4 Channel 1 Force Interrupt Register
GTM_MCS4_CH1_IRQ_MODE 0xF01F40D0          MCS4 Channel 1 Interrupt Mode Configuration Register
GTM_MCS4_CH1_EIRQ_EN 0xF01F40D4          MCS4 Channel 1 Error Interrupt Enable Register
GTM_MCS4_CH2_R0 0xF01F4100          MCS4 Channel 2 General Purpose Register 0
GTM_MCS4_CH2_R1 0xF01F4104          MCS4 Channel 2 General Purpose Register 1
GTM_MCS4_CH2_R2 0xF01F4108          MCS4 Channel 2 General Purpose Register 2
GTM_MCS4_CH2_R3 0xF01F410C          MCS4 Channel 2 General Purpose Register 3
GTM_MCS4_CH2_R4 0xF01F4110          MCS4 Channel 2 General Purpose Register 4
GTM_MCS4_CH2_R5 0xF01F4114          MCS4 Channel 2 General Purpose Register 5
GTM_MCS4_CH2_R6 0xF01F4118          MCS4 Channel 2 General Purpose Register 6
GTM_MCS4_CH2_R7 0xF01F411C          MCS4 Channel 2 General Purpose Register 7
GTM_MCS4_CH2_CTRL 0xF01F4120          MCS4 Channel 2 Control Register
GTM_MCS4_CH2_ACB 0xF01F4124          MCS4 Channel 2 ARU Control Bit Register
GTM_MCS4_CH2_MHB 0xF01F413C          MCS4 Channel 2 Memory High Byte Register
GTM_MCS4_CH2_PC 0xF01F4140          MCS4 Channel 2 Program Counter Register
GTM_MCS4_CH2_IRQ_NOTIFY 0xF01F4144          MCS4 Channel 2 Interrupt Notification Register
GTM_MCS4_CH2_IRQ_EN 0xF01F4148          MCS4 Channel 2 Interrupt Enable Register
GTM_MCS4_CH2_IRQ_FORCINT 0xF01F414C          MCS4 Channel 2 Force Interrupt Register
GTM_MCS4_CH2_IRQ_MODE 0xF01F4150          MCS4 Channel 2 Interrupt Mode Configuration Register
GTM_MCS4_CH2_EIRQ_EN 0xF01F4154          MCS4 Channel 2 Error Interrupt Enable Register
GTM_MCS4_CH3_R0 0xF01F4180          MCS4 Channel 3 General Purpose Register 0
GTM_MCS4_CH3_R1 0xF01F4184          MCS4 Channel 3 General Purpose Register 1
GTM_MCS4_CH3_R2 0xF01F4188          MCS4 Channel 3 General Purpose Register 2
GTM_MCS4_CH3_R3 0xF01F418C          MCS4 Channel 3 General Purpose Register 3
GTM_MCS4_CH3_R4 0xF01F4190          MCS4 Channel 3 General Purpose Register 4
GTM_MCS4_CH3_R5 0xF01F4194          MCS4 Channel 3 General Purpose Register 5
GTM_MCS4_CH3_R6 0xF01F4198          MCS4 Channel 3 General Purpose Register 6
GTM_MCS4_CH3_R7 0xF01F419C          MCS4 Channel 3 General Purpose Register 7
GTM_MCS4_CH3_CTRL 0xF01F41A0          MCS4 Channel 3 Control Register
GTM_MCS4_CH3_ACB 0xF01F41A4          MCS4 Channel 3 ARU Control Bit Register
GTM_MCS4_CH3_MHB 0xF01F41BC          MCS4 Channel 3 Memory High Byte Register
GTM_MCS4_CH3_PC 0xF01F41C0          MCS4 Channel 3 Program Counter Register
GTM_MCS4_CH3_IRQ_NOTIFY 0xF01F41C4          MCS4 Channel 3 Interrupt Notification Register
GTM_MCS4_CH3_IRQ_EN 0xF01F41C8          MCS4 Channel 3 Interrupt Enable Register
GTM_MCS4_CH3_IRQ_FORCINT 0xF01F41CC          MCS4 Channel 3 Force Interrupt Register
GTM_MCS4_CH3_IRQ_MODE 0xF01F41D0          MCS4 Channel 3 Interrupt Mode Configuration Register
GTM_MCS4_CH3_EIRQ_EN 0xF01F41D4          MCS4 Channel 3 Error Interrupt Enable Register
GTM_MCS4_CH4_R0 0xF01F4200          MCS4 Channel 4 General Purpose Register 0
GTM_MCS4_CH4_R1 0xF01F4204          MCS4 Channel 4 General Purpose Register 1
GTM_MCS4_CH4_R2 0xF01F4208          MCS4 Channel 4 General Purpose Register 2
GTM_MCS4_CH4_R3 0xF01F420C          MCS4 Channel 4 General Purpose Register 3
GTM_MCS4_CH4_R4 0xF01F4210          MCS4 Channel 4 General Purpose Register 4
GTM_MCS4_CH4_R5 0xF01F4214          MCS4 Channel 4 General Purpose Register 5
GTM_MCS4_CH4_R6 0xF01F4218          MCS4 Channel 4 General Purpose Register 6
GTM_MCS4_CH4_R7 0xF01F421C          MCS4 Channel 4 General Purpose Register 7
GTM_MCS4_CH4_CTRL 0xF01F4220          MCS4 Channel 4 Control Register
GTM_MCS4_CH4_ACB 0xF01F4224          MCS4 Channel 4 ARU Control Bit Register
GTM_MCS4_CH4_MHB 0xF01F423C          MCS4 Channel 4 Memory High Byte Register
GTM_MCS4_CH4_PC 0xF01F4240          MCS4 Channel 4 Program Counter Register
GTM_MCS4_CH4_IRQ_NOTIFY 0xF01F4244          MCS4 Channel 4 Interrupt Notification Register
GTM_MCS4_CH4_IRQ_EN 0xF01F4248          MCS4 Channel 4 Interrupt Enable Register
GTM_MCS4_CH4_IRQ_FORCINT 0xF01F424C          MCS4 Channel 4 Force Interrupt Register
GTM_MCS4_CH4_IRQ_MODE 0xF01F4250          MCS4 Channel 4 Interrupt Mode Configuration Register
GTM_MCS4_CH4_EIRQ_EN 0xF01F4254          MCS4 Channel 4 Error Interrupt Enable Register
GTM_MCS4_CH5_R0 0xF01F4280          MCS4 Channel 5 General Purpose Register 0
GTM_MCS4_CH5_R1 0xF01F4284          MCS4 Channel 5 General Purpose Register 1
GTM_MCS4_CH5_R2 0xF01F4288          MCS4 Channel 5 General Purpose Register 2
GTM_MCS4_CH5_R3 0xF01F428C          MCS4 Channel 5 General Purpose Register 3
GTM_MCS4_CH5_R4 0xF01F4290          MCS4 Channel 5 General Purpose Register 4
GTM_MCS4_CH5_R5 0xF01F4294          MCS4 Channel 5 General Purpose Register 5
GTM_MCS4_CH5_R6 0xF01F4298          MCS4 Channel 5 General Purpose Register 6
GTM_MCS4_CH5_R7 0xF01F429C          MCS4 Channel 5 General Purpose Register 7
GTM_MCS4_CH5_CTRL 0xF01F42A0          MCS4 Channel 5 Control Register
GTM_MCS4_CH5_ACB 0xF01F42A4          MCS4 Channel 5 ARU Control Bit Register
GTM_MCS4_CH5_MHB 0xF01F42BC          MCS4 Channel 5 Memory High Byte Register
GTM_MCS4_CH5_PC 0xF01F42C0          MCS4 Channel 5 Program Counter Register
GTM_MCS4_CH5_IRQ_NOTIFY 0xF01F42C4          MCS4 Channel 5 Interrupt Notification Register
GTM_MCS4_CH5_IRQ_EN 0xF01F42C8          MCS4 Channel 5 Interrupt Enable Register
GTM_MCS4_CH5_IRQ_FORCINT 0xF01F42CC          MCS4 Channel 5 Force Interrupt Register
GTM_MCS4_CH5_IRQ_MODE 0xF01F42D0          MCS4 Channel 5 Interrupt Mode Configuration Register
GTM_MCS4_CH5_EIRQ_EN 0xF01F42D4          MCS4 Channel 5 Error Interrupt Enable Register
GTM_MCS4_CH6_R0 0xF01F4300          MCS4 Channel 6 General Purpose Register 0
GTM_MCS4_CH6_R1 0xF01F4304          MCS4 Channel 6 General Purpose Register 1
GTM_MCS4_CH6_R2 0xF01F4308          MCS4 Channel 6 General Purpose Register 2
GTM_MCS4_CH6_R3 0xF01F430C          MCS4 Channel 6 General Purpose Register 3
GTM_MCS4_CH6_R4 0xF01F4310          MCS4 Channel 6 General Purpose Register 4
GTM_MCS4_CH6_R5 0xF01F4314          MCS4 Channel 6 General Purpose Register 5
GTM_MCS4_CH6_R6 0xF01F4318          MCS4 Channel 6 General Purpose Register 6
GTM_MCS4_CH6_R7 0xF01F431C          MCS4 Channel 6 General Purpose Register 7
GTM_MCS4_CH6_CTRL 0xF01F4320          MCS4 Channel 6 Control Register
GTM_MCS4_CH6_ACB 0xF01F4324          MCS4 Channel 6 ARU Control Bit Register
GTM_MCS4_CH6_MHB 0xF01F433C          MCS4 Channel 6 Memory High Byte Register
GTM_MCS4_CH6_PC 0xF01F4340          MCS4 Channel 6 Program Counter Register
GTM_MCS4_CH6_IRQ_NOTIFY 0xF01F4344          MCS4 Channel 6 Interrupt Notification Register
GTM_MCS4_CH6_IRQ_EN 0xF01F4348          MCS4 Channel 6 Interrupt Enable Register
GTM_MCS4_CH6_IRQ_FORCINT 0xF01F434C          MCS4 Channel 6 Force Interrupt Register
GTM_MCS4_CH6_IRQ_MODE 0xF01F4350          MCS4 Channel 6 Interrupt Mode Configuration Register
GTM_MCS4_CH6_EIRQ_EN 0xF01F4354          MCS4 Channel 6 Error Interrupt Enable Register
GTM_MCS4_CH7_R0 0xF01F4380          MCS4 Channel 7 General Purpose Register 0
GTM_MCS4_CH7_R1 0xF01F4384          MCS4 Channel 7 General Purpose Register 1
GTM_MCS4_CH7_R2 0xF01F4388          MCS4 Channel 7 General Purpose Register 2
GTM_MCS4_CH7_R3 0xF01F438C          MCS4 Channel 7 General Purpose Register 3
GTM_MCS4_CH7_R4 0xF01F4390          MCS4 Channel 7 General Purpose Register 4
GTM_MCS4_CH7_R5 0xF01F4394          MCS4 Channel 7 General Purpose Register 5
GTM_MCS4_CH7_R6 0xF01F4398          MCS4 Channel 7 General Purpose Register 6
GTM_MCS4_CH7_R7 0xF01F439C          MCS4 Channel 7 General Purpose Register 7
GTM_MCS4_CH7_CTRL 0xF01F43A0          MCS4 Channel 7 Control Register
GTM_MCS4_CH7_ACB 0xF01F43A4          MCS4 Channel 7 ARU Control Bit Register
GTM_MCS4_CH7_MHB 0xF01F43BC          MCS4 Channel 7 Memory High Byte Register
GTM_MCS4_CH7_PC 0xF01F43C0          MCS4 Channel 7 Program Counter Register
GTM_MCS4_CH7_IRQ_NOTIFY 0xF01F43C4          MCS4 Channel 7 Interrupt Notification Register
GTM_MCS4_CH7_IRQ_EN 0xF01F43C8          MCS4 Channel 7 Interrupt Enable Register
GTM_MCS4_CH7_IRQ_FORCINT 0xF01F43CC          MCS4 Channel 7 Force Interrupt Register
GTM_MCS4_CH7_IRQ_MODE 0xF01F43D0          MCS4 Channel 7 Interrupt Mode Configuration Register
GTM_MCS4_CH7_EIRQ_EN 0xF01F43D4          MCS4 Channel 7 Error Interrupt Enable Register
GTM_MCS5_CH0_R0 0xF01F5000          MCS5 Channel 0 General Purpose Register 0
GTM_MCS5_CH0_R1 0xF01F5004          MCS5 Channel 0 General Purpose Register 1
GTM_MCS5_CH0_R2 0xF01F5008          MCS5 Channel 0 General Purpose Register 2
GTM_MCS5_CH0_R3 0xF01F500C          MCS5 Channel 0 General Purpose Register 3
GTM_MCS5_CH0_R4 0xF01F5010          MCS5 Channel 0 General Purpose Register 4
GTM_MCS5_CH0_R5 0xF01F5014          MCS5 Channel 0 General Purpose Register 5
GTM_MCS5_CH0_R6 0xF01F5018          MCS5 Channel 0 General Purpose Register 6
GTM_MCS5_CH0_R7 0xF01F501C          MCS5 Channel 0 General Purpose Register 7
GTM_MCS5_CH0_CTRL 0xF01F5020          MCS5 Channel 0 Control Register
GTM_MCS5_CH0_ACB 0xF01F5024          MCS5 Channel 0 ARU Control Bit Register
GTM_MCS5_CTRG   0xF01F5028          MCS5 Clear Trigger Control Register
GTM_MCS5_STRG   0xF01F502C          MCS5 Set Trigger Control Register
GTM_MCS5_CH0_MHB 0xF01F503C          MCS5 Channel 0 Memory High Byte Register
GTM_MCS5_CH0_PC 0xF01F5040          MCS5 Channel 0 Program Counter Register
GTM_MCS5_CH0_IRQ_NOTIFY 0xF01F5044          MCS5 Channel 0 Interrupt Notification Register
GTM_MCS5_CH0_IRQ_EN 0xF01F5048          MCS5 Channel 0 Interrupt Enable Register
GTM_MCS5_CH0_IRQ_FORCINT 0xF01F504C          MCS5 Channel 0 Force Interrupt Register
GTM_MCS5_CH0_IRQ_MODE 0xF01F5050          MCS5 Channel 0 Interrupt Mode Configuration Register
GTM_MCS5_CH0_EIRQ_EN 0xF01F5054          MCS5 Channel 0 Error Interrupt Enable Register
GTM_MCS5_REG_PROT 0xF01F5060          MCS5 Write Protection Register
GTM_MCS5_CTRL_STAT 0xF01F5064          MCS5 Control and Status Register
GTM_MCS5_RESET  0xF01F5068          MCS5 Reset Register
GTM_MCS5_CAT    0xF01F506C          MCS5 Cancel ARU Transfer Instruction Register
GTM_MCS5_CWT    0xF01F5070          MCS5 Cancel WURM Instruction Register
GTM_MCS5_ERR    0xF01F507C          MCS5 error register
GTM_MCS5_CH1_R0 0xF01F5080          MCS5 Channel 1 General Purpose Register 0
GTM_MCS5_CH1_R1 0xF01F5084          MCS5 Channel 1 General Purpose Register 1
GTM_MCS5_CH1_R2 0xF01F5088          MCS5 Channel 1 General Purpose Register 2
GTM_MCS5_CH1_R3 0xF01F508C          MCS5 Channel 1 General Purpose Register 3
GTM_MCS5_CH1_R4 0xF01F5090          MCS5 Channel 1 General Purpose Register 4
GTM_MCS5_CH1_R5 0xF01F5094          MCS5 Channel 1 General Purpose Register 5
GTM_MCS5_CH1_R6 0xF01F5098          MCS5 Channel 1 General Purpose Register 6
GTM_MCS5_CH1_R7 0xF01F509C          MCS5 Channel 1 General Purpose Register 7
GTM_MCS5_CH1_CTRL 0xF01F50A0          MCS5 Channel 1 Control Register
GTM_MCS5_CH1_ACB 0xF01F50A4          MCS5 Channel 1 ARU Control Bit Register
GTM_MCS5_CH1_MHB 0xF01F50BC          MCS5 Channel 1 Memory High Byte Register
GTM_MCS5_CH1_PC 0xF01F50C0          MCS5 Channel 1 Program Counter Register
GTM_MCS5_CH1_IRQ_NOTIFY 0xF01F50C4          MCS5 Channel 1 Interrupt Notification Register
GTM_MCS5_CH1_IRQ_EN 0xF01F50C8          MCS5 Channel 1 Interrupt Enable Register
GTM_MCS5_CH1_IRQ_FORCINT 0xF01F50CC          MCS5 Channel 1 Force Interrupt Register
GTM_MCS5_CH1_IRQ_MODE 0xF01F50D0          MCS5 Channel 1 Interrupt Mode Configuration Register
GTM_MCS5_CH1_EIRQ_EN 0xF01F50D4          MCS5 Channel 1 Error Interrupt Enable Register
GTM_MCS5_CH2_R0 0xF01F5100          MCS5 Channel 2 General Purpose Register 0
GTM_MCS5_CH2_R1 0xF01F5104          MCS5 Channel 2 General Purpose Register 1
GTM_MCS5_CH2_R2 0xF01F5108          MCS5 Channel 2 General Purpose Register 2
GTM_MCS5_CH2_R3 0xF01F510C          MCS5 Channel 2 General Purpose Register 3
GTM_MCS5_CH2_R4 0xF01F5110          MCS5 Channel 2 General Purpose Register 4
GTM_MCS5_CH2_R5 0xF01F5114          MCS5 Channel 2 General Purpose Register 5
GTM_MCS5_CH2_R6 0xF01F5118          MCS5 Channel 2 General Purpose Register 6
GTM_MCS5_CH2_R7 0xF01F511C          MCS5 Channel 2 General Purpose Register 7
GTM_MCS5_CH2_CTRL 0xF01F5120          MCS5 Channel 2 Control Register
GTM_MCS5_CH2_ACB 0xF01F5124          MCS5 Channel 2 ARU Control Bit Register
GTM_MCS5_CH2_MHB 0xF01F513C          MCS5 Channel 2 Memory High Byte Register
GTM_MCS5_CH2_PC 0xF01F5140          MCS5 Channel 2 Program Counter Register
GTM_MCS5_CH2_IRQ_NOTIFY 0xF01F5144          MCS5 Channel 2 Interrupt Notification Register
GTM_MCS5_CH2_IRQ_EN 0xF01F5148          MCS5 Channel 2 Interrupt Enable Register
GTM_MCS5_CH2_IRQ_FORCINT 0xF01F514C          MCS5 Channel 2 Force Interrupt Register
GTM_MCS5_CH2_IRQ_MODE 0xF01F5150          MCS5 Channel 2 Interrupt Mode Configuration Register
GTM_MCS5_CH2_EIRQ_EN 0xF01F5154          MCS5 Channel 2 Error Interrupt Enable Register
GTM_MCS5_CH3_R0 0xF01F5180          MCS5 Channel 3 General Purpose Register 0
GTM_MCS5_CH3_R1 0xF01F5184          MCS5 Channel 3 General Purpose Register 1
GTM_MCS5_CH3_R2 0xF01F5188          MCS5 Channel 3 General Purpose Register 2
GTM_MCS5_CH3_R3 0xF01F518C          MCS5 Channel 3 General Purpose Register 3
GTM_MCS5_CH3_R4 0xF01F5190          MCS5 Channel 3 General Purpose Register 4
GTM_MCS5_CH3_R5 0xF01F5194          MCS5 Channel 3 General Purpose Register 5
GTM_MCS5_CH3_R6 0xF01F5198          MCS5 Channel 3 General Purpose Register 6
GTM_MCS5_CH3_R7 0xF01F519C          MCS5 Channel 3 General Purpose Register 7
GTM_MCS5_CH3_CTRL 0xF01F51A0          MCS5 Channel 3 Control Register
GTM_MCS5_CH3_ACB 0xF01F51A4          MCS5 Channel 3 ARU Control Bit Register
GTM_MCS5_CH3_MHB 0xF01F51BC          MCS5 Channel 3 Memory High Byte Register
GTM_MCS5_CH3_PC 0xF01F51C0          MCS5 Channel 3 Program Counter Register
GTM_MCS5_CH3_IRQ_NOTIFY 0xF01F51C4          MCS5 Channel 3 Interrupt Notification Register
GTM_MCS5_CH3_IRQ_EN 0xF01F51C8          MCS5 Channel 3 Interrupt Enable Register
GTM_MCS5_CH3_IRQ_FORCINT 0xF01F51CC          MCS5 Channel 3 Force Interrupt Register
GTM_MCS5_CH3_IRQ_MODE 0xF01F51D0          MCS5 Channel 3 Interrupt Mode Configuration Register
GTM_MCS5_CH3_EIRQ_EN 0xF01F51D4          MCS5 Channel 3 Error Interrupt Enable Register
GTM_MCS5_CH4_R0 0xF01F5200          MCS5 Channel 4 General Purpose Register 0
GTM_MCS5_CH4_R1 0xF01F5204          MCS5 Channel 4 General Purpose Register 1
GTM_MCS5_CH4_R2 0xF01F5208          MCS5 Channel 4 General Purpose Register 2
GTM_MCS5_CH4_R3 0xF01F520C          MCS5 Channel 4 General Purpose Register 3
GTM_MCS5_CH4_R4 0xF01F5210          MCS5 Channel 4 General Purpose Register 4
GTM_MCS5_CH4_R5 0xF01F5214          MCS5 Channel 4 General Purpose Register 5
GTM_MCS5_CH4_R6 0xF01F5218          MCS5 Channel 4 General Purpose Register 6
GTM_MCS5_CH4_R7 0xF01F521C          MCS5 Channel 4 General Purpose Register 7
GTM_MCS5_CH4_CTRL 0xF01F5220          MCS5 Channel 4 Control Register
GTM_MCS5_CH4_ACB 0xF01F5224          MCS5 Channel 4 ARU Control Bit Register
GTM_MCS5_CH4_MHB 0xF01F523C          MCS5 Channel 4 Memory High Byte Register
GTM_MCS5_CH4_PC 0xF01F5240          MCS5 Channel 4 Program Counter Register
GTM_MCS5_CH4_IRQ_NOTIFY 0xF01F5244          MCS5 Channel 4 Interrupt Notification Register
GTM_MCS5_CH4_IRQ_EN 0xF01F5248          MCS5 Channel 4 Interrupt Enable Register
GTM_MCS5_CH4_IRQ_FORCINT 0xF01F524C          MCS5 Channel 4 Force Interrupt Register
GTM_MCS5_CH4_IRQ_MODE 0xF01F5250          MCS5 Channel 4 Interrupt Mode Configuration Register
GTM_MCS5_CH4_EIRQ_EN 0xF01F5254          MCS5 Channel 4 Error Interrupt Enable Register
GTM_MCS5_CH5_R0 0xF01F5280          MCS5 Channel 5 General Purpose Register 0
GTM_MCS5_CH5_R1 0xF01F5284          MCS5 Channel 5 General Purpose Register 1
GTM_MCS5_CH5_R2 0xF01F5288          MCS5 Channel 5 General Purpose Register 2
GTM_MCS5_CH5_R3 0xF01F528C          MCS5 Channel 5 General Purpose Register 3
GTM_MCS5_CH5_R4 0xF01F5290          MCS5 Channel 5 General Purpose Register 4
GTM_MCS5_CH5_R5 0xF01F5294          MCS5 Channel 5 General Purpose Register 5
GTM_MCS5_CH5_R6 0xF01F5298          MCS5 Channel 5 General Purpose Register 6
GTM_MCS5_CH5_R7 0xF01F529C          MCS5 Channel 5 General Purpose Register 7
GTM_MCS5_CH5_CTRL 0xF01F52A0          MCS5 Channel 5 Control Register
GTM_MCS5_CH5_ACB 0xF01F52A4          MCS5 Channel 5 ARU Control Bit Register
GTM_MCS5_CH5_MHB 0xF01F52BC          MCS5 Channel 5 Memory High Byte Register
GTM_MCS5_CH5_PC 0xF01F52C0          MCS5 Channel 5 Program Counter Register
GTM_MCS5_CH5_IRQ_NOTIFY 0xF01F52C4          MCS5 Channel 5 Interrupt Notification Register
GTM_MCS5_CH5_IRQ_EN 0xF01F52C8          MCS5 Channel 5 Interrupt Enable Register
GTM_MCS5_CH5_IRQ_FORCINT 0xF01F52CC          MCS5 Channel 5 Force Interrupt Register
GTM_MCS5_CH5_IRQ_MODE 0xF01F52D0          MCS5 Channel 5 Interrupt Mode Configuration Register
GTM_MCS5_CH5_EIRQ_EN 0xF01F52D4          MCS5 Channel 5 Error Interrupt Enable Register
GTM_MCS5_CH6_R0 0xF01F5300          MCS5 Channel 6 General Purpose Register 0
GTM_MCS5_CH6_R1 0xF01F5304          MCS5 Channel 6 General Purpose Register 1
GTM_MCS5_CH6_R2 0xF01F5308          MCS5 Channel 6 General Purpose Register 2
GTM_MCS5_CH6_R3 0xF01F530C          MCS5 Channel 6 General Purpose Register 3
GTM_MCS5_CH6_R4 0xF01F5310          MCS5 Channel 6 General Purpose Register 4
GTM_MCS5_CH6_R5 0xF01F5314          MCS5 Channel 6 General Purpose Register 5
GTM_MCS5_CH6_R6 0xF01F5318          MCS5 Channel 6 General Purpose Register 6
GTM_MCS5_CH6_R7 0xF01F531C          MCS5 Channel 6 General Purpose Register 7
GTM_MCS5_CH6_CTRL 0xF01F5320          MCS5 Channel 6 Control Register
GTM_MCS5_CH6_ACB 0xF01F5324          MCS5 Channel 6 ARU Control Bit Register
GTM_MCS5_CH6_MHB 0xF01F533C          MCS5 Channel 6 Memory High Byte Register
GTM_MCS5_CH6_PC 0xF01F5340          MCS5 Channel 6 Program Counter Register
GTM_MCS5_CH6_IRQ_NOTIFY 0xF01F5344          MCS5 Channel 6 Interrupt Notification Register
GTM_MCS5_CH6_IRQ_EN 0xF01F5348          MCS5 Channel 6 Interrupt Enable Register
GTM_MCS5_CH6_IRQ_FORCINT 0xF01F534C          MCS5 Channel 6 Force Interrupt Register
GTM_MCS5_CH6_IRQ_MODE 0xF01F5350          MCS5 Channel 6 Interrupt Mode Configuration Register
GTM_MCS5_CH6_EIRQ_EN 0xF01F5354          MCS5 Channel 6 Error Interrupt Enable Register
GTM_MCS5_CH7_R0 0xF01F5380          MCS5 Channel 7 General Purpose Register 0
GTM_MCS5_CH7_R1 0xF01F5384          MCS5 Channel 7 General Purpose Register 1
GTM_MCS5_CH7_R2 0xF01F5388          MCS5 Channel 7 General Purpose Register 2
GTM_MCS5_CH7_R3 0xF01F538C          MCS5 Channel 7 General Purpose Register 3
GTM_MCS5_CH7_R4 0xF01F5390          MCS5 Channel 7 General Purpose Register 4
GTM_MCS5_CH7_R5 0xF01F5394          MCS5 Channel 7 General Purpose Register 5
GTM_MCS5_CH7_R6 0xF01F5398          MCS5 Channel 7 General Purpose Register 6
GTM_MCS5_CH7_R7 0xF01F539C          MCS5 Channel 7 General Purpose Register 7
GTM_MCS5_CH7_CTRL 0xF01F53A0          MCS5 Channel 7 Control Register
GTM_MCS5_CH7_ACB 0xF01F53A4          MCS5 Channel 7 ARU Control Bit Register
GTM_MCS5_CH7_MHB 0xF01F53BC          MCS5 Channel 7 Memory High Byte Register
GTM_MCS5_CH7_PC 0xF01F53C0          MCS5 Channel 7 Program Counter Register
GTM_MCS5_CH7_IRQ_NOTIFY 0xF01F53C4          MCS5 Channel 7 Interrupt Notification Register
GTM_MCS5_CH7_IRQ_EN 0xF01F53C8          MCS5 Channel 7 Interrupt Enable Register
GTM_MCS5_CH7_IRQ_FORCINT 0xF01F53CC          MCS5 Channel 7 Force Interrupt Register
GTM_MCS5_CH7_IRQ_MODE 0xF01F53D0          MCS5 Channel 7 Interrupt Mode Configuration Register
GTM_MCS5_CH7_EIRQ_EN 0xF01F53D4          MCS5 Channel 7 Error Interrupt Enable Register
GTM_MCS6_CH0_R0 0xF01F6000          MCS6 Channel 0 General Purpose Register 0
GTM_MCS6_CH0_R1 0xF01F6004          MCS6 Channel 0 General Purpose Register 1
GTM_MCS6_CH0_R2 0xF01F6008          MCS6 Channel 0 General Purpose Register 2
GTM_MCS6_CH0_R3 0xF01F600C          MCS6 Channel 0 General Purpose Register 3
GTM_MCS6_CH0_R4 0xF01F6010          MCS6 Channel 0 General Purpose Register 4
GTM_MCS6_CH0_R5 0xF01F6014          MCS6 Channel 0 General Purpose Register 5
GTM_MCS6_CH0_R6 0xF01F6018          MCS6 Channel 0 General Purpose Register 6
GTM_MCS6_CH0_R7 0xF01F601C          MCS6 Channel 0 General Purpose Register 7
GTM_MCS6_CH0_CTRL 0xF01F6020          MCS6 Channel 0 Control Register
GTM_MCS6_CH0_ACB 0xF01F6024          MCS6 Channel 0 ARU Control Bit Register
GTM_MCS6_CTRG   0xF01F6028          MCS6 Clear Trigger Control Register
GTM_MCS6_STRG   0xF01F602C          MCS6 Set Trigger Control Register
GTM_MCS6_CH0_MHB 0xF01F603C          MCS6 Channel 0 Memory High Byte Register
GTM_MCS6_CH0_PC 0xF01F6040          MCS6 Channel 0 Program Counter Register
GTM_MCS6_CH0_IRQ_NOTIFY 0xF01F6044          MCS6 Channel 0 Interrupt Notification Register
GTM_MCS6_CH0_IRQ_EN 0xF01F6048          MCS6 Channel 0 Interrupt Enable Register
GTM_MCS6_CH0_IRQ_FORCINT 0xF01F604C          MCS6 Channel 0 Force Interrupt Register
GTM_MCS6_CH0_IRQ_MODE 0xF01F6050          MCS6 Channel 0 Interrupt Mode Configuration Register
GTM_MCS6_CH0_EIRQ_EN 0xF01F6054          MCS6 Channel 0 Error Interrupt Enable Register
GTM_MCS6_REG_PROT 0xF01F6060          MCS6 Write Protection Register
GTM_MCS6_CTRL_STAT 0xF01F6064          MCS6 Control and Status Register
GTM_MCS6_RESET  0xF01F6068          MCS6 Reset Register
GTM_MCS6_CAT    0xF01F606C          MCS6 Cancel ARU Transfer Instruction Register
GTM_MCS6_CWT    0xF01F6070          MCS6 Cancel WURM Instruction Register
GTM_MCS6_ERR    0xF01F607C          MCS6 error register
GTM_MCS6_CH1_R0 0xF01F6080          MCS6 Channel 1 General Purpose Register 0
GTM_MCS6_CH1_R1 0xF01F6084          MCS6 Channel 1 General Purpose Register 1
GTM_MCS6_CH1_R2 0xF01F6088          MCS6 Channel 1 General Purpose Register 2
GTM_MCS6_CH1_R3 0xF01F608C          MCS6 Channel 1 General Purpose Register 3
GTM_MCS6_CH1_R4 0xF01F6090          MCS6 Channel 1 General Purpose Register 4
GTM_MCS6_CH1_R5 0xF01F6094          MCS6 Channel 1 General Purpose Register 5
GTM_MCS6_CH1_R6 0xF01F6098          MCS6 Channel 1 General Purpose Register 6
GTM_MCS6_CH1_R7 0xF01F609C          MCS6 Channel 1 General Purpose Register 7
GTM_MCS6_CH1_CTRL 0xF01F60A0          MCS6 Channel 1 Control Register
GTM_MCS6_CH1_ACB 0xF01F60A4          MCS6 Channel 1 ARU Control Bit Register
GTM_MCS6_CH1_MHB 0xF01F60BC          MCS6 Channel 1 Memory High Byte Register
GTM_MCS6_CH1_PC 0xF01F60C0          MCS6 Channel 1 Program Counter Register
GTM_MCS6_CH1_IRQ_NOTIFY 0xF01F60C4          MCS6 Channel 1 Interrupt Notification Register
GTM_MCS6_CH1_IRQ_EN 0xF01F60C8          MCS6 Channel 1 Interrupt Enable Register
GTM_MCS6_CH1_IRQ_FORCINT 0xF01F60CC          MCS6 Channel 1 Force Interrupt Register
GTM_MCS6_CH1_IRQ_MODE 0xF01F60D0          MCS6 Channel 1 Interrupt Mode Configuration Register
GTM_MCS6_CH1_EIRQ_EN 0xF01F60D4          MCS6 Channel 1 Error Interrupt Enable Register
GTM_MCS6_CH2_R0 0xF01F6100          MCS6 Channel 2 General Purpose Register 0
GTM_MCS6_CH2_R1 0xF01F6104          MCS6 Channel 2 General Purpose Register 1
GTM_MCS6_CH2_R2 0xF01F6108          MCS6 Channel 2 General Purpose Register 2
GTM_MCS6_CH2_R3 0xF01F610C          MCS6 Channel 2 General Purpose Register 3
GTM_MCS6_CH2_R4 0xF01F6110          MCS6 Channel 2 General Purpose Register 4
GTM_MCS6_CH2_R5 0xF01F6114          MCS6 Channel 2 General Purpose Register 5
GTM_MCS6_CH2_R6 0xF01F6118          MCS6 Channel 2 General Purpose Register 6
GTM_MCS6_CH2_R7 0xF01F611C          MCS6 Channel 2 General Purpose Register 7
GTM_MCS6_CH2_CTRL 0xF01F6120          MCS6 Channel 2 Control Register
GTM_MCS6_CH2_ACB 0xF01F6124          MCS6 Channel 2 ARU Control Bit Register
GTM_MCS6_CH2_MHB 0xF01F613C          MCS6 Channel 2 Memory High Byte Register
GTM_MCS6_CH2_PC 0xF01F6140          MCS6 Channel 2 Program Counter Register
GTM_MCS6_CH2_IRQ_NOTIFY 0xF01F6144          MCS6 Channel 2 Interrupt Notification Register
GTM_MCS6_CH2_IRQ_EN 0xF01F6148          MCS6 Channel 2 Interrupt Enable Register
GTM_MCS6_CH2_IRQ_FORCINT 0xF01F614C          MCS6 Channel 2 Force Interrupt Register
GTM_MCS6_CH2_IRQ_MODE 0xF01F6150          MCS6 Channel 2 Interrupt Mode Configuration Register
GTM_MCS6_CH2_EIRQ_EN 0xF01F6154          MCS6 Channel 2 Error Interrupt Enable Register
GTM_MCS6_CH3_R0 0xF01F6180          MCS6 Channel 3 General Purpose Register 0
GTM_MCS6_CH3_R1 0xF01F6184          MCS6 Channel 3 General Purpose Register 1
GTM_MCS6_CH3_R2 0xF01F6188          MCS6 Channel 3 General Purpose Register 2
GTM_MCS6_CH3_R3 0xF01F618C          MCS6 Channel 3 General Purpose Register 3
GTM_MCS6_CH3_R4 0xF01F6190          MCS6 Channel 3 General Purpose Register 4
GTM_MCS6_CH3_R5 0xF01F6194          MCS6 Channel 3 General Purpose Register 5
GTM_MCS6_CH3_R6 0xF01F6198          MCS6 Channel 3 General Purpose Register 6
GTM_MCS6_CH3_R7 0xF01F619C          MCS6 Channel 3 General Purpose Register 7
GTM_MCS6_CH3_CTRL 0xF01F61A0          MCS6 Channel 3 Control Register
GTM_MCS6_CH3_ACB 0xF01F61A4          MCS6 Channel 3 ARU Control Bit Register
GTM_MCS6_CH3_MHB 0xF01F61BC          MCS6 Channel 3 Memory High Byte Register
GTM_MCS6_CH3_PC 0xF01F61C0          MCS6 Channel 3 Program Counter Register
GTM_MCS6_CH3_IRQ_NOTIFY 0xF01F61C4          MCS6 Channel 3 Interrupt Notification Register
GTM_MCS6_CH3_IRQ_EN 0xF01F61C8          MCS6 Channel 3 Interrupt Enable Register
GTM_MCS6_CH3_IRQ_FORCINT 0xF01F61CC          MCS6 Channel 3 Force Interrupt Register
GTM_MCS6_CH3_IRQ_MODE 0xF01F61D0          MCS6 Channel 3 Interrupt Mode Configuration Register
GTM_MCS6_CH3_EIRQ_EN 0xF01F61D4          MCS6 Channel 3 Error Interrupt Enable Register
GTM_MCS6_CH4_R0 0xF01F6200          MCS6 Channel 4 General Purpose Register 0
GTM_MCS6_CH4_R1 0xF01F6204          MCS6 Channel 4 General Purpose Register 1
GTM_MCS6_CH4_R2 0xF01F6208          MCS6 Channel 4 General Purpose Register 2
GTM_MCS6_CH4_R3 0xF01F620C          MCS6 Channel 4 General Purpose Register 3
GTM_MCS6_CH4_R4 0xF01F6210          MCS6 Channel 4 General Purpose Register 4
GTM_MCS6_CH4_R5 0xF01F6214          MCS6 Channel 4 General Purpose Register 5
GTM_MCS6_CH4_R6 0xF01F6218          MCS6 Channel 4 General Purpose Register 6
GTM_MCS6_CH4_R7 0xF01F621C          MCS6 Channel 4 General Purpose Register 7
GTM_MCS6_CH4_CTRL 0xF01F6220          MCS6 Channel 4 Control Register
GTM_MCS6_CH4_ACB 0xF01F6224          MCS6 Channel 4 ARU Control Bit Register
GTM_MCS6_CH4_MHB 0xF01F623C          MCS6 Channel 4 Memory High Byte Register
GTM_MCS6_CH4_PC 0xF01F6240          MCS6 Channel 4 Program Counter Register
GTM_MCS6_CH4_IRQ_NOTIFY 0xF01F6244          MCS6 Channel 4 Interrupt Notification Register
GTM_MCS6_CH4_IRQ_EN 0xF01F6248          MCS6 Channel 4 Interrupt Enable Register
GTM_MCS6_CH4_IRQ_FORCINT 0xF01F624C          MCS6 Channel 4 Force Interrupt Register
GTM_MCS6_CH4_IRQ_MODE 0xF01F6250          MCS6 Channel 4 Interrupt Mode Configuration Register
GTM_MCS6_CH4_EIRQ_EN 0xF01F6254          MCS6 Channel 4 Error Interrupt Enable Register
GTM_MCS6_CH5_R0 0xF01F6280          MCS6 Channel 5 General Purpose Register 0
GTM_MCS6_CH5_R1 0xF01F6284          MCS6 Channel 5 General Purpose Register 1
GTM_MCS6_CH5_R2 0xF01F6288          MCS6 Channel 5 General Purpose Register 2
GTM_MCS6_CH5_R3 0xF01F628C          MCS6 Channel 5 General Purpose Register 3
GTM_MCS6_CH5_R4 0xF01F6290          MCS6 Channel 5 General Purpose Register 4
GTM_MCS6_CH5_R5 0xF01F6294          MCS6 Channel 5 General Purpose Register 5
GTM_MCS6_CH5_R6 0xF01F6298          MCS6 Channel 5 General Purpose Register 6
GTM_MCS6_CH5_R7 0xF01F629C          MCS6 Channel 5 General Purpose Register 7
GTM_MCS6_CH5_CTRL 0xF01F62A0          MCS6 Channel 5 Control Register
GTM_MCS6_CH5_ACB 0xF01F62A4          MCS6 Channel 5 ARU Control Bit Register
GTM_MCS6_CH5_MHB 0xF01F62BC          MCS6 Channel 5 Memory High Byte Register
GTM_MCS6_CH5_PC 0xF01F62C0          MCS6 Channel 5 Program Counter Register
GTM_MCS6_CH5_IRQ_NOTIFY 0xF01F62C4          MCS6 Channel 5 Interrupt Notification Register
GTM_MCS6_CH5_IRQ_EN 0xF01F62C8          MCS6 Channel 5 Interrupt Enable Register
GTM_MCS6_CH5_IRQ_FORCINT 0xF01F62CC          MCS6 Channel 5 Force Interrupt Register
GTM_MCS6_CH5_IRQ_MODE 0xF01F62D0          MCS6 Channel 5 Interrupt Mode Configuration Register
GTM_MCS6_CH5_EIRQ_EN 0xF01F62D4          MCS6 Channel 5 Error Interrupt Enable Register
GTM_MCS6_CH6_R0 0xF01F6300          MCS6 Channel 6 General Purpose Register 0
GTM_MCS6_CH6_R1 0xF01F6304          MCS6 Channel 6 General Purpose Register 1
GTM_MCS6_CH6_R2 0xF01F6308          MCS6 Channel 6 General Purpose Register 2
GTM_MCS6_CH6_R3 0xF01F630C          MCS6 Channel 6 General Purpose Register 3
GTM_MCS6_CH6_R4 0xF01F6310          MCS6 Channel 6 General Purpose Register 4
GTM_MCS6_CH6_R5 0xF01F6314          MCS6 Channel 6 General Purpose Register 5
GTM_MCS6_CH6_R6 0xF01F6318          MCS6 Channel 6 General Purpose Register 6
GTM_MCS6_CH6_R7 0xF01F631C          MCS6 Channel 6 General Purpose Register 7
GTM_MCS6_CH6_CTRL 0xF01F6320          MCS6 Channel 6 Control Register
GTM_MCS6_CH6_ACB 0xF01F6324          MCS6 Channel 6 ARU Control Bit Register
GTM_MCS6_CH6_MHB 0xF01F633C          MCS6 Channel 6 Memory High Byte Register
GTM_MCS6_CH6_PC 0xF01F6340          MCS6 Channel 6 Program Counter Register
GTM_MCS6_CH6_IRQ_NOTIFY 0xF01F6344          MCS6 Channel 6 Interrupt Notification Register
GTM_MCS6_CH6_IRQ_EN 0xF01F6348          MCS6 Channel 6 Interrupt Enable Register
GTM_MCS6_CH6_IRQ_FORCINT 0xF01F634C          MCS6 Channel 6 Force Interrupt Register
GTM_MCS6_CH6_IRQ_MODE 0xF01F6350          MCS6 Channel 6 Interrupt Mode Configuration Register
GTM_MCS6_CH6_EIRQ_EN 0xF01F6354          MCS6 Channel 6 Error Interrupt Enable Register
GTM_MCS6_CH7_R0 0xF01F6380          MCS6 Channel 7 General Purpose Register 0
GTM_MCS6_CH7_R1 0xF01F6384          MCS6 Channel 7 General Purpose Register 1
GTM_MCS6_CH7_R2 0xF01F6388          MCS6 Channel 7 General Purpose Register 2
GTM_MCS6_CH7_R3 0xF01F638C          MCS6 Channel 7 General Purpose Register 3
GTM_MCS6_CH7_R4 0xF01F6390          MCS6 Channel 7 General Purpose Register 4
GTM_MCS6_CH7_R5 0xF01F6394          MCS6 Channel 7 General Purpose Register 5
GTM_MCS6_CH7_R6 0xF01F6398          MCS6 Channel 7 General Purpose Register 6
GTM_MCS6_CH7_R7 0xF01F639C          MCS6 Channel 7 General Purpose Register 7
GTM_MCS6_CH7_CTRL 0xF01F63A0          MCS6 Channel 7 Control Register
GTM_MCS6_CH7_ACB 0xF01F63A4          MCS6 Channel 7 ARU Control Bit Register
GTM_MCS6_CH7_MHB 0xF01F63BC          MCS6 Channel 7 Memory High Byte Register
GTM_MCS6_CH7_PC 0xF01F63C0          MCS6 Channel 7 Program Counter Register
GTM_MCS6_CH7_IRQ_NOTIFY 0xF01F63C4          MCS6 Channel 7 Interrupt Notification Register
GTM_MCS6_CH7_IRQ_EN 0xF01F63C8          MCS6 Channel 7 Interrupt Enable Register
GTM_MCS6_CH7_IRQ_FORCINT 0xF01F63CC          MCS6 Channel 7 Force Interrupt Register
GTM_MCS6_CH7_IRQ_MODE 0xF01F63D0          MCS6 Channel 7 Interrupt Mode Configuration Register
GTM_MCS6_CH7_EIRQ_EN 0xF01F63D4          MCS6 Channel 7 Error Interrupt Enable Register
GTM_MCS7_CH0_R0 0xF01F7000          MCS7 Channel 0 General Purpose Register 0
GTM_MCS7_CH0_R1 0xF01F7004          MCS7 Channel 0 General Purpose Register 1
GTM_MCS7_CH0_R2 0xF01F7008          MCS7 Channel 0 General Purpose Register 2
GTM_MCS7_CH0_R3 0xF01F700C          MCS7 Channel 0 General Purpose Register 3
GTM_MCS7_CH0_R4 0xF01F7010          MCS7 Channel 0 General Purpose Register 4
GTM_MCS7_CH0_R5 0xF01F7014          MCS7 Channel 0 General Purpose Register 5
GTM_MCS7_CH0_R6 0xF01F7018          MCS7 Channel 0 General Purpose Register 6
GTM_MCS7_CH0_R7 0xF01F701C          MCS7 Channel 0 General Purpose Register 7
GTM_MCS7_CH0_CTRL 0xF01F7020          MCS7 Channel 0 Control Register
GTM_MCS7_CH0_ACB 0xF01F7024          MCS7 Channel 0 ARU Control Bit Register
GTM_MCS7_CTRG   0xF01F7028          MCS7 Clear Trigger Control Register
GTM_MCS7_STRG   0xF01F702C          MCS7 Set Trigger Control Register
GTM_MCS7_CH0_MHB 0xF01F703C          MCS7 Channel 0 Memory High Byte Register
GTM_MCS7_CH0_PC 0xF01F7040          MCS7 Channel 0 Program Counter Register
GTM_MCS7_CH0_IRQ_NOTIFY 0xF01F7044          MCS7 Channel 0 Interrupt Notification Register
GTM_MCS7_CH0_IRQ_EN 0xF01F7048          MCS7 Channel 0 Interrupt Enable Register
GTM_MCS7_CH0_IRQ_FORCINT 0xF01F704C          MCS7 Channel 0 Force Interrupt Register
GTM_MCS7_CH0_IRQ_MODE 0xF01F7050          MCS7 Channel 0 Interrupt Mode Configuration Register
GTM_MCS7_CH0_EIRQ_EN 0xF01F7054          MCS7 Channel 0 Error Interrupt Enable Register
GTM_MCS7_REG_PROT 0xF01F7060          MCS7 Write Protection Register
GTM_MCS7_CTRL_STAT 0xF01F7064          MCS7 Control and Status Register
GTM_MCS7_RESET  0xF01F7068          MCS7 Reset Register
GTM_MCS7_CAT    0xF01F706C          MCS7 Cancel ARU Transfer Instruction Register
GTM_MCS7_CWT    0xF01F7070          MCS7 Cancel WURM Instruction Register
GTM_MCS7_ERR    0xF01F707C          MCS7 error register
GTM_MCS7_CH1_R0 0xF01F7080          MCS7 Channel 1 General Purpose Register 0
GTM_MCS7_CH1_R1 0xF01F7084          MCS7 Channel 1 General Purpose Register 1
GTM_MCS7_CH1_R2 0xF01F7088          MCS7 Channel 1 General Purpose Register 2
GTM_MCS7_CH1_R3 0xF01F708C          MCS7 Channel 1 General Purpose Register 3
GTM_MCS7_CH1_R4 0xF01F7090          MCS7 Channel 1 General Purpose Register 4
GTM_MCS7_CH1_R5 0xF01F7094          MCS7 Channel 1 General Purpose Register 5
GTM_MCS7_CH1_R6 0xF01F7098          MCS7 Channel 1 General Purpose Register 6
GTM_MCS7_CH1_R7 0xF01F709C          MCS7 Channel 1 General Purpose Register 7
GTM_MCS7_CH1_CTRL 0xF01F70A0          MCS7 Channel 1 Control Register
GTM_MCS7_CH1_ACB 0xF01F70A4          MCS7 Channel 1 ARU Control Bit Register
GTM_MCS7_CH1_MHB 0xF01F70BC          MCS7 Channel 1 Memory High Byte Register
GTM_MCS7_CH1_PC 0xF01F70C0          MCS7 Channel 1 Program Counter Register
GTM_MCS7_CH1_IRQ_NOTIFY 0xF01F70C4          MCS7 Channel 1 Interrupt Notification Register
GTM_MCS7_CH1_IRQ_EN 0xF01F70C8          MCS7 Channel 1 Interrupt Enable Register
GTM_MCS7_CH1_IRQ_FORCINT 0xF01F70CC          MCS7 Channel 1 Force Interrupt Register
GTM_MCS7_CH1_IRQ_MODE 0xF01F70D0          MCS7 Channel 1 Interrupt Mode Configuration Register
GTM_MCS7_CH1_EIRQ_EN 0xF01F70D4          MCS7 Channel 1 Error Interrupt Enable Register
GTM_MCS7_CH2_R0 0xF01F7100          MCS7 Channel 2 General Purpose Register 0
GTM_MCS7_CH2_R1 0xF01F7104          MCS7 Channel 2 General Purpose Register 1
GTM_MCS7_CH2_R2 0xF01F7108          MCS7 Channel 2 General Purpose Register 2
GTM_MCS7_CH2_R3 0xF01F710C          MCS7 Channel 2 General Purpose Register 3
GTM_MCS7_CH2_R4 0xF01F7110          MCS7 Channel 2 General Purpose Register 4
GTM_MCS7_CH2_R5 0xF01F7114          MCS7 Channel 2 General Purpose Register 5
GTM_MCS7_CH2_R6 0xF01F7118          MCS7 Channel 2 General Purpose Register 6
GTM_MCS7_CH2_R7 0xF01F711C          MCS7 Channel 2 General Purpose Register 7
GTM_MCS7_CH2_CTRL 0xF01F7120          MCS7 Channel 2 Control Register
GTM_MCS7_CH2_ACB 0xF01F7124          MCS7 Channel 2 ARU Control Bit Register
GTM_MCS7_CH2_MHB 0xF01F713C          MCS7 Channel 2 Memory High Byte Register
GTM_MCS7_CH2_PC 0xF01F7140          MCS7 Channel 2 Program Counter Register
GTM_MCS7_CH2_IRQ_NOTIFY 0xF01F7144          MCS7 Channel 2 Interrupt Notification Register
GTM_MCS7_CH2_IRQ_EN 0xF01F7148          MCS7 Channel 2 Interrupt Enable Register
GTM_MCS7_CH2_IRQ_FORCINT 0xF01F714C          MCS7 Channel 2 Force Interrupt Register
GTM_MCS7_CH2_IRQ_MODE 0xF01F7150          MCS7 Channel 2 Interrupt Mode Configuration Register
GTM_MCS7_CH2_EIRQ_EN 0xF01F7154          MCS7 Channel 2 Error Interrupt Enable Register
GTM_MCS7_CH3_R0 0xF01F7180          MCS7 Channel 3 General Purpose Register 0
GTM_MCS7_CH3_R1 0xF01F7184          MCS7 Channel 3 General Purpose Register 1
GTM_MCS7_CH3_R2 0xF01F7188          MCS7 Channel 3 General Purpose Register 2
GTM_MCS7_CH3_R3 0xF01F718C          MCS7 Channel 3 General Purpose Register 3
GTM_MCS7_CH3_R4 0xF01F7190          MCS7 Channel 3 General Purpose Register 4
GTM_MCS7_CH3_R5 0xF01F7194          MCS7 Channel 3 General Purpose Register 5
GTM_MCS7_CH3_R6 0xF01F7198          MCS7 Channel 3 General Purpose Register 6
GTM_MCS7_CH3_R7 0xF01F719C          MCS7 Channel 3 General Purpose Register 7
GTM_MCS7_CH3_CTRL 0xF01F71A0          MCS7 Channel 3 Control Register
GTM_MCS7_CH3_ACB 0xF01F71A4          MCS7 Channel 3 ARU Control Bit Register
GTM_MCS7_CH3_MHB 0xF01F71BC          MCS7 Channel 3 Memory High Byte Register
GTM_MCS7_CH3_PC 0xF01F71C0          MCS7 Channel 3 Program Counter Register
GTM_MCS7_CH3_IRQ_NOTIFY 0xF01F71C4          MCS7 Channel 3 Interrupt Notification Register
GTM_MCS7_CH3_IRQ_EN 0xF01F71C8          MCS7 Channel 3 Interrupt Enable Register
GTM_MCS7_CH3_IRQ_FORCINT 0xF01F71CC          MCS7 Channel 3 Force Interrupt Register
GTM_MCS7_CH3_IRQ_MODE 0xF01F71D0          MCS7 Channel 3 Interrupt Mode Configuration Register
GTM_MCS7_CH3_EIRQ_EN 0xF01F71D4          MCS7 Channel 3 Error Interrupt Enable Register
GTM_MCS7_CH4_R0 0xF01F7200          MCS7 Channel 4 General Purpose Register 0
GTM_MCS7_CH4_R1 0xF01F7204          MCS7 Channel 4 General Purpose Register 1
GTM_MCS7_CH4_R2 0xF01F7208          MCS7 Channel 4 General Purpose Register 2
GTM_MCS7_CH4_R3 0xF01F720C          MCS7 Channel 4 General Purpose Register 3
GTM_MCS7_CH4_R4 0xF01F7210          MCS7 Channel 4 General Purpose Register 4
GTM_MCS7_CH4_R5 0xF01F7214          MCS7 Channel 4 General Purpose Register 5
GTM_MCS7_CH4_R6 0xF01F7218          MCS7 Channel 4 General Purpose Register 6
GTM_MCS7_CH4_R7 0xF01F721C          MCS7 Channel 4 General Purpose Register 7
GTM_MCS7_CH4_CTRL 0xF01F7220          MCS7 Channel 4 Control Register
GTM_MCS7_CH4_ACB 0xF01F7224          MCS7 Channel 4 ARU Control Bit Register
GTM_MCS7_CH4_MHB 0xF01F723C          MCS7 Channel 4 Memory High Byte Register
GTM_MCS7_CH4_PC 0xF01F7240          MCS7 Channel 4 Program Counter Register
GTM_MCS7_CH4_IRQ_NOTIFY 0xF01F7244          MCS7 Channel 4 Interrupt Notification Register
GTM_MCS7_CH4_IRQ_EN 0xF01F7248          MCS7 Channel 4 Interrupt Enable Register
GTM_MCS7_CH4_IRQ_FORCINT 0xF01F724C          MCS7 Channel 4 Force Interrupt Register
GTM_MCS7_CH4_IRQ_MODE 0xF01F7250          MCS7 Channel 4 Interrupt Mode Configuration Register
GTM_MCS7_CH4_EIRQ_EN 0xF01F7254          MCS7 Channel 4 Error Interrupt Enable Register
GTM_MCS7_CH5_R0 0xF01F7280          MCS7 Channel 5 General Purpose Register 0
GTM_MCS7_CH5_R1 0xF01F7284          MCS7 Channel 5 General Purpose Register 1
GTM_MCS7_CH5_R2 0xF01F7288          MCS7 Channel 5 General Purpose Register 2
GTM_MCS7_CH5_R3 0xF01F728C          MCS7 Channel 5 General Purpose Register 3
GTM_MCS7_CH5_R4 0xF01F7290          MCS7 Channel 5 General Purpose Register 4
GTM_MCS7_CH5_R5 0xF01F7294          MCS7 Channel 5 General Purpose Register 5
GTM_MCS7_CH5_R6 0xF01F7298          MCS7 Channel 5 General Purpose Register 6
GTM_MCS7_CH5_R7 0xF01F729C          MCS7 Channel 5 General Purpose Register 7
GTM_MCS7_CH5_CTRL 0xF01F72A0          MCS7 Channel 5 Control Register
GTM_MCS7_CH5_ACB 0xF01F72A4          MCS7 Channel 5 ARU Control Bit Register
GTM_MCS7_CH5_MHB 0xF01F72BC          MCS7 Channel 5 Memory High Byte Register
GTM_MCS7_CH5_PC 0xF01F72C0          MCS7 Channel 5 Program Counter Register
GTM_MCS7_CH5_IRQ_NOTIFY 0xF01F72C4          MCS7 Channel 5 Interrupt Notification Register
GTM_MCS7_CH5_IRQ_EN 0xF01F72C8          MCS7 Channel 5 Interrupt Enable Register
GTM_MCS7_CH5_IRQ_FORCINT 0xF01F72CC          MCS7 Channel 5 Force Interrupt Register
GTM_MCS7_CH5_IRQ_MODE 0xF01F72D0          MCS7 Channel 5 Interrupt Mode Configuration Register
GTM_MCS7_CH5_EIRQ_EN 0xF01F72D4          MCS7 Channel 5 Error Interrupt Enable Register
GTM_MCS7_CH6_R0 0xF01F7300          MCS7 Channel 6 General Purpose Register 0
GTM_MCS7_CH6_R1 0xF01F7304          MCS7 Channel 6 General Purpose Register 1
GTM_MCS7_CH6_R2 0xF01F7308          MCS7 Channel 6 General Purpose Register 2
GTM_MCS7_CH6_R3 0xF01F730C          MCS7 Channel 6 General Purpose Register 3
GTM_MCS7_CH6_R4 0xF01F7310          MCS7 Channel 6 General Purpose Register 4
GTM_MCS7_CH6_R5 0xF01F7314          MCS7 Channel 6 General Purpose Register 5
GTM_MCS7_CH6_R6 0xF01F7318          MCS7 Channel 6 General Purpose Register 6
GTM_MCS7_CH6_R7 0xF01F731C          MCS7 Channel 6 General Purpose Register 7
GTM_MCS7_CH6_CTRL 0xF01F7320          MCS7 Channel 6 Control Register
GTM_MCS7_CH6_ACB 0xF01F7324          MCS7 Channel 6 ARU Control Bit Register
GTM_MCS7_CH6_MHB 0xF01F733C          MCS7 Channel 6 Memory High Byte Register
GTM_MCS7_CH6_PC 0xF01F7340          MCS7 Channel 6 Program Counter Register
GTM_MCS7_CH6_IRQ_NOTIFY 0xF01F7344          MCS7 Channel 6 Interrupt Notification Register
GTM_MCS7_CH6_IRQ_EN 0xF01F7348          MCS7 Channel 6 Interrupt Enable Register
GTM_MCS7_CH6_IRQ_FORCINT 0xF01F734C          MCS7 Channel 6 Force Interrupt Register
GTM_MCS7_CH6_IRQ_MODE 0xF01F7350          MCS7 Channel 6 Interrupt Mode Configuration Register
GTM_MCS7_CH6_EIRQ_EN 0xF01F7354          MCS7 Channel 6 Error Interrupt Enable Register
GTM_MCS7_CH7_R0 0xF01F7380          MCS7 Channel 7 General Purpose Register 0
GTM_MCS7_CH7_R1 0xF01F7384          MCS7 Channel 7 General Purpose Register 1
GTM_MCS7_CH7_R2 0xF01F7388          MCS7 Channel 7 General Purpose Register 2
GTM_MCS7_CH7_R3 0xF01F738C          MCS7 Channel 7 General Purpose Register 3
GTM_MCS7_CH7_R4 0xF01F7390          MCS7 Channel 7 General Purpose Register 4
GTM_MCS7_CH7_R5 0xF01F7394          MCS7 Channel 7 General Purpose Register 5
GTM_MCS7_CH7_R6 0xF01F7398          MCS7 Channel 7 General Purpose Register 6
GTM_MCS7_CH7_R7 0xF01F739C          MCS7 Channel 7 General Purpose Register 7
GTM_MCS7_CH7_CTRL 0xF01F73A0          MCS7 Channel 7 Control Register
GTM_MCS7_CH7_ACB 0xF01F73A4          MCS7 Channel 7 ARU Control Bit Register
GTM_MCS7_CH7_MHB 0xF01F73BC          MCS7 Channel 7 Memory High Byte Register
GTM_MCS7_CH7_PC 0xF01F73C0          MCS7 Channel 7 Program Counter Register
GTM_MCS7_CH7_IRQ_NOTIFY 0xF01F73C4          MCS7 Channel 7 Interrupt Notification Register
GTM_MCS7_CH7_IRQ_EN 0xF01F73C8          MCS7 Channel 7 Interrupt Enable Register
GTM_MCS7_CH7_IRQ_FORCINT 0xF01F73CC          MCS7 Channel 7 Force Interrupt Register
GTM_MCS7_CH7_IRQ_MODE 0xF01F73D0          MCS7 Channel 7 Interrupt Mode Configuration Register
GTM_MCS7_CH7_EIRQ_EN 0xF01F73D4          MCS7 Channel 7 Error Interrupt Enable Register
GTM_MCS8_CH0_R0 0xF01F8000          MCS8 Channel 0 General Purpose Register 0
GTM_MCS8_CH0_R1 0xF01F8004          MCS8 Channel 0 General Purpose Register 1
GTM_MCS8_CH0_R2 0xF01F8008          MCS8 Channel 0 General Purpose Register 2
GTM_MCS8_CH0_R3 0xF01F800C          MCS8 Channel 0 General Purpose Register 3
GTM_MCS8_CH0_R4 0xF01F8010          MCS8 Channel 0 General Purpose Register 4
GTM_MCS8_CH0_R5 0xF01F8014          MCS8 Channel 0 General Purpose Register 5
GTM_MCS8_CH0_R6 0xF01F8018          MCS8 Channel 0 General Purpose Register 6
GTM_MCS8_CH0_R7 0xF01F801C          MCS8 Channel 0 General Purpose Register 7
GTM_MCS8_CH0_CTRL 0xF01F8020          MCS8 Channel 0 Control Register
GTM_MCS8_CH0_ACB 0xF01F8024          MCS8 Channel 0 ARU Control Bit Register
GTM_MCS8_CTRG   0xF01F8028          MCS8 Clear Trigger Control Register
GTM_MCS8_STRG   0xF01F802C          MCS8 Set Trigger Control Register
GTM_MCS8_CH0_MHB 0xF01F803C          MCS8 Channel 0 Memory High Byte Register
GTM_MCS8_CH0_PC 0xF01F8040          MCS8 Channel 0 Program Counter Register
GTM_MCS8_CH0_IRQ_NOTIFY 0xF01F8044          MCS8 Channel 0 Interrupt Notification Register
GTM_MCS8_CH0_IRQ_EN 0xF01F8048          MCS8 Channel 0 Interrupt Enable Register
GTM_MCS8_CH0_IRQ_FORCINT 0xF01F804C          MCS8 Channel 0 Force Interrupt Register
GTM_MCS8_CH0_IRQ_MODE 0xF01F8050          MCS8 Channel 0 Interrupt Mode Configuration Register
GTM_MCS8_CH0_EIRQ_EN 0xF01F8054          MCS8 Channel 0 Error Interrupt Enable Register
GTM_MCS8_REG_PROT 0xF01F8060          MCS8 Write Protection Register
GTM_MCS8_CTRL_STAT 0xF01F8064          MCS8 Control and Status Register
GTM_MCS8_RESET  0xF01F8068          MCS8 Reset Register
GTM_MCS8_CAT    0xF01F806C          MCS8 Cancel ARU Transfer Instruction Register
GTM_MCS8_CWT    0xF01F8070          MCS8 Cancel WURM Instruction Register
GTM_MCS8_ERR    0xF01F807C          MCS8 error register
GTM_MCS8_CH1_R0 0xF01F8080          MCS8 Channel 1 General Purpose Register 0
GTM_MCS8_CH1_R1 0xF01F8084          MCS8 Channel 1 General Purpose Register 1
GTM_MCS8_CH1_R2 0xF01F8088          MCS8 Channel 1 General Purpose Register 2
GTM_MCS8_CH1_R3 0xF01F808C          MCS8 Channel 1 General Purpose Register 3
GTM_MCS8_CH1_R4 0xF01F8090          MCS8 Channel 1 General Purpose Register 4
GTM_MCS8_CH1_R5 0xF01F8094          MCS8 Channel 1 General Purpose Register 5
GTM_MCS8_CH1_R6 0xF01F8098          MCS8 Channel 1 General Purpose Register 6
GTM_MCS8_CH1_R7 0xF01F809C          MCS8 Channel 1 General Purpose Register 7
GTM_MCS8_CH1_CTRL 0xF01F80A0          MCS8 Channel 1 Control Register
GTM_MCS8_CH1_ACB 0xF01F80A4          MCS8 Channel 1 ARU Control Bit Register
GTM_MCS8_CH1_MHB 0xF01F80BC          MCS8 Channel 1 Memory High Byte Register
GTM_MCS8_CH1_PC 0xF01F80C0          MCS8 Channel 1 Program Counter Register
GTM_MCS8_CH1_IRQ_NOTIFY 0xF01F80C4          MCS8 Channel 1 Interrupt Notification Register
GTM_MCS8_CH1_IRQ_EN 0xF01F80C8          MCS8 Channel 1 Interrupt Enable Register
GTM_MCS8_CH1_IRQ_FORCINT 0xF01F80CC          MCS8 Channel 1 Force Interrupt Register
GTM_MCS8_CH1_IRQ_MODE 0xF01F80D0          MCS8 Channel 1 Interrupt Mode Configuration Register
GTM_MCS8_CH1_EIRQ_EN 0xF01F80D4          MCS8 Channel 1 Error Interrupt Enable Register
GTM_MCS8_CH2_R0 0xF01F8100          MCS8 Channel 2 General Purpose Register 0
GTM_MCS8_CH2_R1 0xF01F8104          MCS8 Channel 2 General Purpose Register 1
GTM_MCS8_CH2_R2 0xF01F8108          MCS8 Channel 2 General Purpose Register 2
GTM_MCS8_CH2_R3 0xF01F810C          MCS8 Channel 2 General Purpose Register 3
GTM_MCS8_CH2_R4 0xF01F8110          MCS8 Channel 2 General Purpose Register 4
GTM_MCS8_CH2_R5 0xF01F8114          MCS8 Channel 2 General Purpose Register 5
GTM_MCS8_CH2_R6 0xF01F8118          MCS8 Channel 2 General Purpose Register 6
GTM_MCS8_CH2_R7 0xF01F811C          MCS8 Channel 2 General Purpose Register 7
GTM_MCS8_CH2_CTRL 0xF01F8120          MCS8 Channel 2 Control Register
GTM_MCS8_CH2_ACB 0xF01F8124          MCS8 Channel 2 ARU Control Bit Register
GTM_MCS8_CH2_MHB 0xF01F813C          MCS8 Channel 2 Memory High Byte Register
GTM_MCS8_CH2_PC 0xF01F8140          MCS8 Channel 2 Program Counter Register
GTM_MCS8_CH2_IRQ_NOTIFY 0xF01F8144          MCS8 Channel 2 Interrupt Notification Register
GTM_MCS8_CH2_IRQ_EN 0xF01F8148          MCS8 Channel 2 Interrupt Enable Register
GTM_MCS8_CH2_IRQ_FORCINT 0xF01F814C          MCS8 Channel 2 Force Interrupt Register
GTM_MCS8_CH2_IRQ_MODE 0xF01F8150          MCS8 Channel 2 Interrupt Mode Configuration Register
GTM_MCS8_CH2_EIRQ_EN 0xF01F8154          MCS8 Channel 2 Error Interrupt Enable Register
GTM_MCS8_CH3_R0 0xF01F8180          MCS8 Channel 3 General Purpose Register 0
GTM_MCS8_CH3_R1 0xF01F8184          MCS8 Channel 3 General Purpose Register 1
GTM_MCS8_CH3_R2 0xF01F8188          MCS8 Channel 3 General Purpose Register 2
GTM_MCS8_CH3_R3 0xF01F818C          MCS8 Channel 3 General Purpose Register 3
GTM_MCS8_CH3_R4 0xF01F8190          MCS8 Channel 3 General Purpose Register 4
GTM_MCS8_CH3_R5 0xF01F8194          MCS8 Channel 3 General Purpose Register 5
GTM_MCS8_CH3_R6 0xF01F8198          MCS8 Channel 3 General Purpose Register 6
GTM_MCS8_CH3_R7 0xF01F819C          MCS8 Channel 3 General Purpose Register 7
GTM_MCS8_CH3_CTRL 0xF01F81A0          MCS8 Channel 3 Control Register
GTM_MCS8_CH3_ACB 0xF01F81A4          MCS8 Channel 3 ARU Control Bit Register
GTM_MCS8_CH3_MHB 0xF01F81BC          MCS8 Channel 3 Memory High Byte Register
GTM_MCS8_CH3_PC 0xF01F81C0          MCS8 Channel 3 Program Counter Register
GTM_MCS8_CH3_IRQ_NOTIFY 0xF01F81C4          MCS8 Channel 3 Interrupt Notification Register
GTM_MCS8_CH3_IRQ_EN 0xF01F81C8          MCS8 Channel 3 Interrupt Enable Register
GTM_MCS8_CH3_IRQ_FORCINT 0xF01F81CC          MCS8 Channel 3 Force Interrupt Register
GTM_MCS8_CH3_IRQ_MODE 0xF01F81D0          MCS8 Channel 3 Interrupt Mode Configuration Register
GTM_MCS8_CH3_EIRQ_EN 0xF01F81D4          MCS8 Channel 3 Error Interrupt Enable Register
GTM_MCS8_CH4_R0 0xF01F8200          MCS8 Channel 4 General Purpose Register 0
GTM_MCS8_CH4_R1 0xF01F8204          MCS8 Channel 4 General Purpose Register 1
GTM_MCS8_CH4_R2 0xF01F8208          MCS8 Channel 4 General Purpose Register 2
GTM_MCS8_CH4_R3 0xF01F820C          MCS8 Channel 4 General Purpose Register 3
GTM_MCS8_CH4_R4 0xF01F8210          MCS8 Channel 4 General Purpose Register 4
GTM_MCS8_CH4_R5 0xF01F8214          MCS8 Channel 4 General Purpose Register 5
GTM_MCS8_CH4_R6 0xF01F8218          MCS8 Channel 4 General Purpose Register 6
GTM_MCS8_CH4_R7 0xF01F821C          MCS8 Channel 4 General Purpose Register 7
GTM_MCS8_CH4_CTRL 0xF01F8220          MCS8 Channel 4 Control Register
GTM_MCS8_CH4_ACB 0xF01F8224          MCS8 Channel 4 ARU Control Bit Register
GTM_MCS8_CH4_MHB 0xF01F823C          MCS8 Channel 4 Memory High Byte Register
GTM_MCS8_CH4_PC 0xF01F8240          MCS8 Channel 4 Program Counter Register
GTM_MCS8_CH4_IRQ_NOTIFY 0xF01F8244          MCS8 Channel 4 Interrupt Notification Register
GTM_MCS8_CH4_IRQ_EN 0xF01F8248          MCS8 Channel 4 Interrupt Enable Register
GTM_MCS8_CH4_IRQ_FORCINT 0xF01F824C          MCS8 Channel 4 Force Interrupt Register
GTM_MCS8_CH4_IRQ_MODE 0xF01F8250          MCS8 Channel 4 Interrupt Mode Configuration Register
GTM_MCS8_CH4_EIRQ_EN 0xF01F8254          MCS8 Channel 4 Error Interrupt Enable Register
GTM_MCS8_CH5_R0 0xF01F8280          MCS8 Channel 5 General Purpose Register 0
GTM_MCS8_CH5_R1 0xF01F8284          MCS8 Channel 5 General Purpose Register 1
GTM_MCS8_CH5_R2 0xF01F8288          MCS8 Channel 5 General Purpose Register 2
GTM_MCS8_CH5_R3 0xF01F828C          MCS8 Channel 5 General Purpose Register 3
GTM_MCS8_CH5_R4 0xF01F8290          MCS8 Channel 5 General Purpose Register 4
GTM_MCS8_CH5_R5 0xF01F8294          MCS8 Channel 5 General Purpose Register 5
GTM_MCS8_CH5_R6 0xF01F8298          MCS8 Channel 5 General Purpose Register 6
GTM_MCS8_CH5_R7 0xF01F829C          MCS8 Channel 5 General Purpose Register 7
GTM_MCS8_CH5_CTRL 0xF01F82A0          MCS8 Channel 5 Control Register
GTM_MCS8_CH5_ACB 0xF01F82A4          MCS8 Channel 5 ARU Control Bit Register
GTM_MCS8_CH5_MHB 0xF01F82BC          MCS8 Channel 5 Memory High Byte Register
GTM_MCS8_CH5_PC 0xF01F82C0          MCS8 Channel 5 Program Counter Register
GTM_MCS8_CH5_IRQ_NOTIFY 0xF01F82C4          MCS8 Channel 5 Interrupt Notification Register
GTM_MCS8_CH5_IRQ_EN 0xF01F82C8          MCS8 Channel 5 Interrupt Enable Register
GTM_MCS8_CH5_IRQ_FORCINT 0xF01F82CC          MCS8 Channel 5 Force Interrupt Register
GTM_MCS8_CH5_IRQ_MODE 0xF01F82D0          MCS8 Channel 5 Interrupt Mode Configuration Register
GTM_MCS8_CH5_EIRQ_EN 0xF01F82D4          MCS8 Channel 5 Error Interrupt Enable Register
GTM_MCS8_CH6_R0 0xF01F8300          MCS8 Channel 6 General Purpose Register 0
GTM_MCS8_CH6_R1 0xF01F8304          MCS8 Channel 6 General Purpose Register 1
GTM_MCS8_CH6_R2 0xF01F8308          MCS8 Channel 6 General Purpose Register 2
GTM_MCS8_CH6_R3 0xF01F830C          MCS8 Channel 6 General Purpose Register 3
GTM_MCS8_CH6_R4 0xF01F8310          MCS8 Channel 6 General Purpose Register 4
GTM_MCS8_CH6_R5 0xF01F8314          MCS8 Channel 6 General Purpose Register 5
GTM_MCS8_CH6_R6 0xF01F8318          MCS8 Channel 6 General Purpose Register 6
GTM_MCS8_CH6_R7 0xF01F831C          MCS8 Channel 6 General Purpose Register 7
GTM_MCS8_CH6_CTRL 0xF01F8320          MCS8 Channel 6 Control Register
GTM_MCS8_CH6_ACB 0xF01F8324          MCS8 Channel 6 ARU Control Bit Register
GTM_MCS8_CH6_MHB 0xF01F833C          MCS8 Channel 6 Memory High Byte Register
GTM_MCS8_CH6_PC 0xF01F8340          MCS8 Channel 6 Program Counter Register
GTM_MCS8_CH6_IRQ_NOTIFY 0xF01F8344          MCS8 Channel 6 Interrupt Notification Register
GTM_MCS8_CH6_IRQ_EN 0xF01F8348          MCS8 Channel 6 Interrupt Enable Register
GTM_MCS8_CH6_IRQ_FORCINT 0xF01F834C          MCS8 Channel 6 Force Interrupt Register
GTM_MCS8_CH6_IRQ_MODE 0xF01F8350          MCS8 Channel 6 Interrupt Mode Configuration Register
GTM_MCS8_CH6_EIRQ_EN 0xF01F8354          MCS8 Channel 6 Error Interrupt Enable Register
GTM_MCS8_CH7_R0 0xF01F8380          MCS8 Channel 7 General Purpose Register 0
GTM_MCS8_CH7_R1 0xF01F8384          MCS8 Channel 7 General Purpose Register 1
GTM_MCS8_CH7_R2 0xF01F8388          MCS8 Channel 7 General Purpose Register 2
GTM_MCS8_CH7_R3 0xF01F838C          MCS8 Channel 7 General Purpose Register 3
GTM_MCS8_CH7_R4 0xF01F8390          MCS8 Channel 7 General Purpose Register 4
GTM_MCS8_CH7_R5 0xF01F8394          MCS8 Channel 7 General Purpose Register 5
GTM_MCS8_CH7_R6 0xF01F8398          MCS8 Channel 7 General Purpose Register 6
GTM_MCS8_CH7_R7 0xF01F839C          MCS8 Channel 7 General Purpose Register 7
GTM_MCS8_CH7_CTRL 0xF01F83A0          MCS8 Channel 7 Control Register
GTM_MCS8_CH7_ACB 0xF01F83A4          MCS8 Channel 7 ARU Control Bit Register
GTM_MCS8_CH7_MHB 0xF01F83BC          MCS8 Channel 7 Memory High Byte Register
GTM_MCS8_CH7_PC 0xF01F83C0          MCS8 Channel 7 Program Counter Register
GTM_MCS8_CH7_IRQ_NOTIFY 0xF01F83C4          MCS8 Channel 7 Interrupt Notification Register
GTM_MCS8_CH7_IRQ_EN 0xF01F83C8          MCS8 Channel 7 Interrupt Enable Register
GTM_MCS8_CH7_IRQ_FORCINT 0xF01F83CC          MCS8 Channel 7 Force Interrupt Register
GTM_MCS8_CH7_IRQ_MODE 0xF01F83D0          MCS8 Channel 7 Interrupt Mode Configuration Register
GTM_MCS8_CH7_EIRQ_EN 0xF01F83D4          MCS8 Channel 7 Error Interrupt Enable Register
GTM_MCS9_CH0_R0 0xF01F9000          MCS9 Channel 0 General Purpose Register 0
GTM_MCS9_CH0_R1 0xF01F9004          MCS9 Channel 0 General Purpose Register 1
GTM_MCS9_CH0_R2 0xF01F9008          MCS9 Channel 0 General Purpose Register 2
GTM_MCS9_CH0_R3 0xF01F900C          MCS9 Channel 0 General Purpose Register 3
GTM_MCS9_CH0_R4 0xF01F9010          MCS9 Channel 0 General Purpose Register 4
GTM_MCS9_CH0_R5 0xF01F9014          MCS9 Channel 0 General Purpose Register 5
GTM_MCS9_CH0_R6 0xF01F9018          MCS9 Channel 0 General Purpose Register 6
GTM_MCS9_CH0_R7 0xF01F901C          MCS9 Channel 0 General Purpose Register 7
GTM_MCS9_CH0_CTRL 0xF01F9020          MCS9 Channel 0 Control Register
GTM_MCS9_CH0_ACB 0xF01F9024          MCS9 Channel 0 ARU Control Bit Register
GTM_MCS9_CTRG   0xF01F9028          MCS9 Clear Trigger Control Register
GTM_MCS9_STRG   0xF01F902C          MCS9 Set Trigger Control Register
GTM_MCS9_CH0_MHB 0xF01F903C          MCS9 Channel 0 Memory High Byte Register
GTM_MCS9_CH0_PC 0xF01F9040          MCS9 Channel 0 Program Counter Register
GTM_MCS9_CH0_IRQ_NOTIFY 0xF01F9044          MCS9 Channel 0 Interrupt Notification Register
GTM_MCS9_CH0_IRQ_EN 0xF01F9048          MCS9 Channel 0 Interrupt Enable Register
GTM_MCS9_CH0_IRQ_FORCINT 0xF01F904C          MCS9 Channel 0 Force Interrupt Register
GTM_MCS9_CH0_IRQ_MODE 0xF01F9050          MCS9 Channel 0 Interrupt Mode Configuration Register
GTM_MCS9_CH0_EIRQ_EN 0xF01F9054          MCS9 Channel 0 Error Interrupt Enable Register
GTM_MCS9_REG_PROT 0xF01F9060          MCS9 Write Protection Register
GTM_MCS9_CTRL_STAT 0xF01F9064          MCS9 Control and Status Register
GTM_MCS9_RESET  0xF01F9068          MCS9 Reset Register
GTM_MCS9_CAT    0xF01F906C          MCS9 Cancel ARU Transfer Instruction Register
GTM_MCS9_CWT    0xF01F9070          MCS9 Cancel WURM Instruction Register
GTM_MCS9_ERR    0xF01F907C          MCS9 error register
GTM_MCS9_CH1_R0 0xF01F9080          MCS9 Channel 1 General Purpose Register 0
GTM_MCS9_CH1_R1 0xF01F9084          MCS9 Channel 1 General Purpose Register 1
GTM_MCS9_CH1_R2 0xF01F9088          MCS9 Channel 1 General Purpose Register 2
GTM_MCS9_CH1_R3 0xF01F908C          MCS9 Channel 1 General Purpose Register 3
GTM_MCS9_CH1_R4 0xF01F9090          MCS9 Channel 1 General Purpose Register 4
GTM_MCS9_CH1_R5 0xF01F9094          MCS9 Channel 1 General Purpose Register 5
GTM_MCS9_CH1_R6 0xF01F9098          MCS9 Channel 1 General Purpose Register 6
GTM_MCS9_CH1_R7 0xF01F909C          MCS9 Channel 1 General Purpose Register 7
GTM_MCS9_CH1_CTRL 0xF01F90A0          MCS9 Channel 1 Control Register
GTM_MCS9_CH1_ACB 0xF01F90A4          MCS9 Channel 1 ARU Control Bit Register
GTM_MCS9_CH1_MHB 0xF01F90BC          MCS9 Channel 1 Memory High Byte Register
GTM_MCS9_CH1_PC 0xF01F90C0          MCS9 Channel 1 Program Counter Register
GTM_MCS9_CH1_IRQ_NOTIFY 0xF01F90C4          MCS9 Channel 1 Interrupt Notification Register
GTM_MCS9_CH1_IRQ_EN 0xF01F90C8          MCS9 Channel 1 Interrupt Enable Register
GTM_MCS9_CH1_IRQ_FORCINT 0xF01F90CC          MCS9 Channel 1 Force Interrupt Register
GTM_MCS9_CH1_IRQ_MODE 0xF01F90D0          MCS9 Channel 1 Interrupt Mode Configuration Register
GTM_MCS9_CH1_EIRQ_EN 0xF01F90D4          MCS9 Channel 1 Error Interrupt Enable Register
GTM_MCS9_CH2_R0 0xF01F9100          MCS9 Channel 2 General Purpose Register 0
GTM_MCS9_CH2_R1 0xF01F9104          MCS9 Channel 2 General Purpose Register 1
GTM_MCS9_CH2_R2 0xF01F9108          MCS9 Channel 2 General Purpose Register 2
GTM_MCS9_CH2_R3 0xF01F910C          MCS9 Channel 2 General Purpose Register 3
GTM_MCS9_CH2_R4 0xF01F9110          MCS9 Channel 2 General Purpose Register 4
GTM_MCS9_CH2_R5 0xF01F9114          MCS9 Channel 2 General Purpose Register 5
GTM_MCS9_CH2_R6 0xF01F9118          MCS9 Channel 2 General Purpose Register 6
GTM_MCS9_CH2_R7 0xF01F911C          MCS9 Channel 2 General Purpose Register 7
GTM_MCS9_CH2_CTRL 0xF01F9120          MCS9 Channel 2 Control Register
GTM_MCS9_CH2_ACB 0xF01F9124          MCS9 Channel 2 ARU Control Bit Register
GTM_MCS9_CH2_MHB 0xF01F913C          MCS9 Channel 2 Memory High Byte Register
GTM_MCS9_CH2_PC 0xF01F9140          MCS9 Channel 2 Program Counter Register
GTM_MCS9_CH2_IRQ_NOTIFY 0xF01F9144          MCS9 Channel 2 Interrupt Notification Register
GTM_MCS9_CH2_IRQ_EN 0xF01F9148          MCS9 Channel 2 Interrupt Enable Register
GTM_MCS9_CH2_IRQ_FORCINT 0xF01F914C          MCS9 Channel 2 Force Interrupt Register
GTM_MCS9_CH2_IRQ_MODE 0xF01F9150          MCS9 Channel 2 Interrupt Mode Configuration Register
GTM_MCS9_CH2_EIRQ_EN 0xF01F9154          MCS9 Channel 2 Error Interrupt Enable Register
GTM_MCS9_CH3_R0 0xF01F9180          MCS9 Channel 3 General Purpose Register 0
GTM_MCS9_CH3_R1 0xF01F9184          MCS9 Channel 3 General Purpose Register 1
GTM_MCS9_CH3_R2 0xF01F9188          MCS9 Channel 3 General Purpose Register 2
GTM_MCS9_CH3_R3 0xF01F918C          MCS9 Channel 3 General Purpose Register 3
GTM_MCS9_CH3_R4 0xF01F9190          MCS9 Channel 3 General Purpose Register 4
GTM_MCS9_CH3_R5 0xF01F9194          MCS9 Channel 3 General Purpose Register 5
GTM_MCS9_CH3_R6 0xF01F9198          MCS9 Channel 3 General Purpose Register 6
GTM_MCS9_CH3_R7 0xF01F919C          MCS9 Channel 3 General Purpose Register 7
GTM_MCS9_CH3_CTRL 0xF01F91A0          MCS9 Channel 3 Control Register
GTM_MCS9_CH3_ACB 0xF01F91A4          MCS9 Channel 3 ARU Control Bit Register
GTM_MCS9_CH3_MHB 0xF01F91BC          MCS9 Channel 3 Memory High Byte Register
GTM_MCS9_CH3_PC 0xF01F91C0          MCS9 Channel 3 Program Counter Register
GTM_MCS9_CH3_IRQ_NOTIFY 0xF01F91C4          MCS9 Channel 3 Interrupt Notification Register
GTM_MCS9_CH3_IRQ_EN 0xF01F91C8          MCS9 Channel 3 Interrupt Enable Register
GTM_MCS9_CH3_IRQ_FORCINT 0xF01F91CC          MCS9 Channel 3 Force Interrupt Register
GTM_MCS9_CH3_IRQ_MODE 0xF01F91D0          MCS9 Channel 3 Interrupt Mode Configuration Register
GTM_MCS9_CH3_EIRQ_EN 0xF01F91D4          MCS9 Channel 3 Error Interrupt Enable Register
GTM_MCS9_CH4_R0 0xF01F9200          MCS9 Channel 4 General Purpose Register 0
GTM_MCS9_CH4_R1 0xF01F9204          MCS9 Channel 4 General Purpose Register 1
GTM_MCS9_CH4_R2 0xF01F9208          MCS9 Channel 4 General Purpose Register 2
GTM_MCS9_CH4_R3 0xF01F920C          MCS9 Channel 4 General Purpose Register 3
GTM_MCS9_CH4_R4 0xF01F9210          MCS9 Channel 4 General Purpose Register 4
GTM_MCS9_CH4_R5 0xF01F9214          MCS9 Channel 4 General Purpose Register 5
GTM_MCS9_CH4_R6 0xF01F9218          MCS9 Channel 4 General Purpose Register 6
GTM_MCS9_CH4_R7 0xF01F921C          MCS9 Channel 4 General Purpose Register 7
GTM_MCS9_CH4_CTRL 0xF01F9220          MCS9 Channel 4 Control Register
GTM_MCS9_CH4_ACB 0xF01F9224          MCS9 Channel 4 ARU Control Bit Register
GTM_MCS9_CH4_MHB 0xF01F923C          MCS9 Channel 4 Memory High Byte Register
GTM_MCS9_CH4_PC 0xF01F9240          MCS9 Channel 4 Program Counter Register
GTM_MCS9_CH4_IRQ_NOTIFY 0xF01F9244          MCS9 Channel 4 Interrupt Notification Register
GTM_MCS9_CH4_IRQ_EN 0xF01F9248          MCS9 Channel 4 Interrupt Enable Register
GTM_MCS9_CH4_IRQ_FORCINT 0xF01F924C          MCS9 Channel 4 Force Interrupt Register
GTM_MCS9_CH4_IRQ_MODE 0xF01F9250          MCS9 Channel 4 Interrupt Mode Configuration Register
GTM_MCS9_CH4_EIRQ_EN 0xF01F9254          MCS9 Channel 4 Error Interrupt Enable Register
GTM_MCS9_CH5_R0 0xF01F9280          MCS9 Channel 5 General Purpose Register 0
GTM_MCS9_CH5_R1 0xF01F9284          MCS9 Channel 5 General Purpose Register 1
GTM_MCS9_CH5_R2 0xF01F9288          MCS9 Channel 5 General Purpose Register 2
GTM_MCS9_CH5_R3 0xF01F928C          MCS9 Channel 5 General Purpose Register 3
GTM_MCS9_CH5_R4 0xF01F9290          MCS9 Channel 5 General Purpose Register 4
GTM_MCS9_CH5_R5 0xF01F9294          MCS9 Channel 5 General Purpose Register 5
GTM_MCS9_CH5_R6 0xF01F9298          MCS9 Channel 5 General Purpose Register 6
GTM_MCS9_CH5_R7 0xF01F929C          MCS9 Channel 5 General Purpose Register 7
GTM_MCS9_CH5_CTRL 0xF01F92A0          MCS9 Channel 5 Control Register
GTM_MCS9_CH5_ACB 0xF01F92A4          MCS9 Channel 5 ARU Control Bit Register
GTM_MCS9_CH5_MHB 0xF01F92BC          MCS9 Channel 5 Memory High Byte Register
GTM_MCS9_CH5_PC 0xF01F92C0          MCS9 Channel 5 Program Counter Register
GTM_MCS9_CH5_IRQ_NOTIFY 0xF01F92C4          MCS9 Channel 5 Interrupt Notification Register
GTM_MCS9_CH5_IRQ_EN 0xF01F92C8          MCS9 Channel 5 Interrupt Enable Register
GTM_MCS9_CH5_IRQ_FORCINT 0xF01F92CC          MCS9 Channel 5 Force Interrupt Register
GTM_MCS9_CH5_IRQ_MODE 0xF01F92D0          MCS9 Channel 5 Interrupt Mode Configuration Register
GTM_MCS9_CH5_EIRQ_EN 0xF01F92D4          MCS9 Channel 5 Error Interrupt Enable Register
GTM_MCS9_CH6_R0 0xF01F9300          MCS9 Channel 6 General Purpose Register 0
GTM_MCS9_CH6_R1 0xF01F9304          MCS9 Channel 6 General Purpose Register 1
GTM_MCS9_CH6_R2 0xF01F9308          MCS9 Channel 6 General Purpose Register 2
GTM_MCS9_CH6_R3 0xF01F930C          MCS9 Channel 6 General Purpose Register 3
GTM_MCS9_CH6_R4 0xF01F9310          MCS9 Channel 6 General Purpose Register 4
GTM_MCS9_CH6_R5 0xF01F9314          MCS9 Channel 6 General Purpose Register 5
GTM_MCS9_CH6_R6 0xF01F9318          MCS9 Channel 6 General Purpose Register 6
GTM_MCS9_CH6_R7 0xF01F931C          MCS9 Channel 6 General Purpose Register 7
GTM_MCS9_CH6_CTRL 0xF01F9320          MCS9 Channel 6 Control Register
GTM_MCS9_CH6_ACB 0xF01F9324          MCS9 Channel 6 ARU Control Bit Register
GTM_MCS9_CH6_MHB 0xF01F933C          MCS9 Channel 6 Memory High Byte Register
GTM_MCS9_CH6_PC 0xF01F9340          MCS9 Channel 6 Program Counter Register
GTM_MCS9_CH6_IRQ_NOTIFY 0xF01F9344          MCS9 Channel 6 Interrupt Notification Register
GTM_MCS9_CH6_IRQ_EN 0xF01F9348          MCS9 Channel 6 Interrupt Enable Register
GTM_MCS9_CH6_IRQ_FORCINT 0xF01F934C          MCS9 Channel 6 Force Interrupt Register
GTM_MCS9_CH6_IRQ_MODE 0xF01F9350          MCS9 Channel 6 Interrupt Mode Configuration Register
GTM_MCS9_CH6_EIRQ_EN 0xF01F9354          MCS9 Channel 6 Error Interrupt Enable Register
GTM_MCS9_CH7_R0 0xF01F9380          MCS9 Channel 7 General Purpose Register 0
GTM_MCS9_CH7_R1 0xF01F9384          MCS9 Channel 7 General Purpose Register 1
GTM_MCS9_CH7_R2 0xF01F9388          MCS9 Channel 7 General Purpose Register 2
GTM_MCS9_CH7_R3 0xF01F938C          MCS9 Channel 7 General Purpose Register 3
GTM_MCS9_CH7_R4 0xF01F9390          MCS9 Channel 7 General Purpose Register 4
GTM_MCS9_CH7_R5 0xF01F9394          MCS9 Channel 7 General Purpose Register 5
GTM_MCS9_CH7_R6 0xF01F9398          MCS9 Channel 7 General Purpose Register 6
GTM_MCS9_CH7_R7 0xF01F939C          MCS9 Channel 7 General Purpose Register 7
GTM_MCS9_CH7_CTRL 0xF01F93A0          MCS9 Channel 7 Control Register
GTM_MCS9_CH7_ACB 0xF01F93A4          MCS9 Channel 7 ARU Control Bit Register
GTM_MCS9_CH7_MHB 0xF01F93BC          MCS9 Channel 7 Memory High Byte Register
GTM_MCS9_CH7_PC 0xF01F93C0          MCS9 Channel 7 Program Counter Register
GTM_MCS9_CH7_IRQ_NOTIFY 0xF01F93C4          MCS9 Channel 7 Interrupt Notification Register
GTM_MCS9_CH7_IRQ_EN 0xF01F93C8          MCS9 Channel 7 Interrupt Enable Register
GTM_MCS9_CH7_IRQ_FORCINT 0xF01F93CC          MCS9 Channel 7 Force Interrupt Register
GTM_MCS9_CH7_IRQ_MODE 0xF01F93D0          MCS9 Channel 7 Interrupt Mode Configuration Register
GTM_MCS9_CH7_EIRQ_EN 0xF01F93D4          MCS9 Channel 7 Error Interrupt Enable Register
CAN0_CLC        0xF0208000          CAN Clock Control Register
CAN0_ID         0xF0208008          Module Identification Register
CAN0_MCR        0xF0208030          Module Control Register
CAN0_BUFADR     0xF0208034          Buffer receive address and transmit address
CAN0_MECR       0xF0208040          Measure Control Register
CAN0_MESTAT     0xF0208044          Measure Status Register
CAN0_ACCENCTR0  0xF02080DC          Access Enable Register Control 0
CAN0_OCS        0xF02080E8          OCDS Control and Status
CAN0_KRSTCLR    0xF02080EC          Kernel Reset Status Clear Register
CAN0_KRST1      0xF02080F0          Kernel Reset Register 1
CAN0_KRST0      0xF02080F4          Kernel Reset Register 0
CAN0_ACCEN0     0xF02080FC          Access Enable Register 0
CAN0_ACCENNODE00 0xF0208100          Access Enable Register CAN Node 0 0
CAN0_STARTADR0  0xF0208108          Start Address Node 0
CAN0_ENDADR0    0xF020810C          End Address Node 0
CAN0_ISREG0     0xF0208110          Interrupt Signalling Register 0
CAN0_GRINT10    0xF0208114          Interrupt routing for Groups 1 0
CAN0_GRINT20    0xF0208118          Interrupt routing for Groups 2 0
CAN0_NTCCR0     0xF0208120          Node 0 Timer Clock Control Register
CAN0_NTATTR0    0xF0208124          Node 0 Timer A Transmit Trigger Register
CAN0_NTBTTR0    0xF0208128          Node 0 Timer B Transmit Trigger Register
CAN0_NTCTTR0    0xF020812C          Node 0 Timer C Transmit Trigger Register
CAN0_NTRTR0     0xF0208130          Node 0 Timer Receive Timeout Register
CAN0_NPCR0      0xF0208140          Node 0 Port Control Register
CAN0_TTCR0      0xF02081F0          Time Trigger Control Register
CAN0_CREL0      0xF0208200          Core Release Register 0
CAN0_ENDN0      0xF0208204          Endian Register 0
CAN0_DBTP0      0xF020820C          Data Bit Timing 'and' Prescaler Register 0
CAN0_TEST0      0xF0208210          Test Register 0
CAN0_RWD0       0xF0208214          RAM Watchdog 0
CAN0_CCCR0      0xF0208218          CC Control Register 0
CAN0_NBTP0      0xF020821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN0_TSCC0      0xF0208220          Timestamp Counter Configuration 0
CAN0_TSCV0      0xF0208224          Timestamp Counter Value 0
CAN0_TOCC0      0xF0208228          Timeout Counter Configuration 0
CAN0_TOCV0      0xF020822C          Timeout Counter Value 0
CAN0_ECR0       0xF0208240          Error Counter Register 0
CAN0_PSR0       0xF0208244          Protocol Status Register 0
CAN0_TDCR0      0xF0208248          Transmitter Delay Compensation Register 0
CAN0_IR0        0xF0208250          Interrupt Register 0
CAN0_IE0        0xF0208254          Interrupt Enable 0
CAN0_GFC0       0xF0208280          Global Filter Configuration 0
CAN0_SIDFC0     0xF0208284          Standard ID Filter Configuration 0
CAN0_XIDFC0     0xF0208288          Extended ID Filter Configuration 0
CAN0_XIDAM0     0xF0208290          Extended ID AND Mask 0
CAN0_HPMS0      0xF0208294          High Priority Message Status 0
CAN0_NDAT10     0xF0208298          New Data 1 0
CAN0_NDAT20     0xF020829C          New Data 2 0
CAN0_RXF0C0     0xF02082A0          Rx FIFO 0 Configuration 0
CAN0_RXF0S0     0xF02082A4          Rx FIFO 0 Status 0
CAN0_RXF0A0     0xF02082A8          Rx FIFO 0 Acknowledge 0
CAN0_RXBC0      0xF02082AC          Rx Buffer Configuration 0
CAN0_RXF1C0     0xF02082B0          Rx FIFO 1 Configuration 0
CAN0_RXF1S0     0xF02082B4          Rx FIFO 1 Status 0
CAN0_RXF1A0     0xF02082B8          Rx FIFO 1 Acknowledge 0
CAN0_RXESC0     0xF02082BC          Rx Buffer/FIFO Element Size Configuration 0
CAN0_TXBC0      0xF02082C0          Tx Buffer Configuration 0
CAN0_TXFQS0     0xF02082C4          Tx FIFO/Queue Status 0
CAN0_TXESC0     0xF02082C8          Tx Buffer Element Size Configuration 0
CAN0_TXBRP0     0xF02082CC          Tx Buffer Request Pending 0
CAN0_TXBAR0     0xF02082D0          Tx Buffer Add Request 0
CAN0_TXBCR0     0xF02082D4          Tx Buffer Cancellation Request 0
CAN0_TXBTO0     0xF02082D8          Tx Buffer Transmission Occurred 0
CAN0_TXBCF0     0xF02082DC          Tx Buffer Cancellation Finished 0
CAN0_TXBTIE0    0xF02082E0          Tx Buffer Transmission Interrupt Enable 0
CAN0_TXBCIE0    0xF02082E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN0_TXEFC0     0xF02082F0          Tx Event FIFO Configuration 0
CAN0_TXEFS0     0xF02082F4          Tx Event FIFO Status 0
CAN0_TXEFA0     0xF02082F8          Tx Event FIFO Acknowledge 0
CAN0_TTTMC0     0xF0208300          TT Trigger Memory Configuration 0
CAN0_TTRMC0     0xF0208304          TT Reference Message Configuration 0
CAN0_TTOCF0     0xF0208308          TT Operation Configuration 0
CAN0_TTMLM0     0xF020830C          TT Matrix Limits 0
CAN0_TURCF0     0xF0208310          TUR Configuration 0
CAN0_TTOCN0     0xF0208314          TT Operation Control 0
CAN0_TTGTP0     0xF0208318          TT Global Time Preset 0
CAN0_TTTMK0     0xF020831C          TT Time Mark 0
CAN0_TTIR0      0xF0208320          TT Interrupt Register 0
CAN0_TTIE0      0xF0208324          TT Interrupt Enable 0
CAN0_TTOST0     0xF020832C          TT Operation Status 0
CAN0_TURNA0     0xF0208330          TUR Numerator Actual 0
CAN0_TTLGT0     0xF0208334          TT Local 'and' Global Time 0
CAN0_TTCTC0     0xF0208338          TT Cycle Time 'and' Count 0
CAN0_TTCPT0     0xF020833C          TT Capture Time 0
CAN0_TTCSM0     0xF0208340          TT Cycle Sync Mark 0
CAN0_ACCENNODE10 0xF0208500          Access Enable Register CAN Node 1 0
CAN0_STARTADR1  0xF0208508          Start Address Node 1
CAN0_ENDADR1    0xF020850C          End Address Node 1
CAN0_ISREG1     0xF0208510          Interrupt Signalling Register 1
CAN0_GRINT11    0xF0208514          Interrupt routing for Groups 1 1
CAN0_GRINT21    0xF0208518          Interrupt routing for Groups 2 1
CAN0_NTCCR1     0xF0208520          Node 1 Timer Clock Control Register
CAN0_NTATTR1    0xF0208524          Node 1 Timer A Transmit Trigger Register
CAN0_NTBTTR1    0xF0208528          Node 1 Timer B Transmit Trigger Register
CAN0_NTCTTR1    0xF020852C          Node 1 Timer C Transmit Trigger Register
CAN0_NTRTR1     0xF0208530          Node 1 Timer Receive Timeout Register
CAN0_NPCR1      0xF0208540          Node 1 Port Control Register
CAN0_CREL1      0xF0208600          Core Release Register 1
CAN0_ENDN1      0xF0208604          Endian Register 1
CAN0_DBTP1      0xF020860C          Data Bit Timing 'and' Prescaler Register 1
CAN0_TEST1      0xF0208610          Test Register 1
CAN0_RWD1       0xF0208614          RAM Watchdog 1
CAN0_CCCR1      0xF0208618          CC Control Register 1
CAN0_NBTP1      0xF020861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN0_TSCC1      0xF0208620          Timestamp Counter Configuration 1
CAN0_TSCV1      0xF0208624          Timestamp Counter Value 1
CAN0_TOCC1      0xF0208628          Timeout Counter Configuration 1
CAN0_TOCV1      0xF020862C          Timeout Counter Value 1
CAN0_ECR1       0xF0208640          Error Counter Register 1
CAN0_PSR1       0xF0208644          Protocol Status Register 1
CAN0_TDCR1      0xF0208648          Transmitter Delay Compensation Register 1
CAN0_IR1        0xF0208650          Interrupt Register 1
CAN0_IE1        0xF0208654          Interrupt Enable 1
CAN0_GFC1       0xF0208680          Global Filter Configuration 1
CAN0_SIDFC1     0xF0208684          Standard ID Filter Configuration 1
CAN0_XIDFC1     0xF0208688          Extended ID Filter Configuration 1
CAN0_XIDAM1     0xF0208690          Extended ID AND Mask 1
CAN0_HPMS1      0xF0208694          High Priority Message Status 1
CAN0_NDAT11     0xF0208698          New Data 1 1
CAN0_NDAT21     0xF020869C          New Data 2 1
CAN0_RXF0C1     0xF02086A0          Rx FIFO 0 Configuration 1
CAN0_RXF0S1     0xF02086A4          Rx FIFO 0 Status 1
CAN0_RXF0A1     0xF02086A8          Rx FIFO 0 Acknowledge 1
CAN0_RXBC1      0xF02086AC          Rx Buffer Configuration 1
CAN0_RXF1C1     0xF02086B0          Rx FIFO 1 Configuration 1
CAN0_RXF1S1     0xF02086B4          Rx FIFO 1 Status 1
CAN0_RXF1A1     0xF02086B8          Rx FIFO 1 Acknowledge 1
CAN0_RXESC1     0xF02086BC          Rx Buffer/FIFO Element Size Configuration 1
CAN0_TXBC1      0xF02086C0          Tx Buffer Configuration 1
CAN0_TXFQS1     0xF02086C4          Tx FIFO/Queue Status 1
CAN0_TXESC1     0xF02086C8          Tx Buffer Element Size Configuration 1
CAN0_TXBRP1     0xF02086CC          Tx Buffer Request Pending 1
CAN0_TXBAR1     0xF02086D0          Tx Buffer Add Request 1
CAN0_TXBCR1     0xF02086D4          Tx Buffer Cancellation Request 1
CAN0_TXBTO1     0xF02086D8          Tx Buffer Transmission Occurred 1
CAN0_TXBCF1     0xF02086DC          Tx Buffer Cancellation Finished 1
CAN0_TXBTIE1    0xF02086E0          Tx Buffer Transmission Interrupt Enable 1
CAN0_TXBCIE1    0xF02086E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN0_TXEFC1     0xF02086F0          Tx Event FIFO Configuration 1
CAN0_TXEFS1     0xF02086F4          Tx Event FIFO Status 1
CAN0_TXEFA1     0xF02086F8          Tx Event FIFO Acknowledge 1
CAN0_ACCENNODE20 0xF0208900          Access Enable Register CAN Node 2 0
CAN0_STARTADR2  0xF0208908          Start Address Node 2
CAN0_ENDADR2    0xF020890C          End Address Node 2
CAN0_ISREG2     0xF0208910          Interrupt Signalling Register 2
CAN0_GRINT12    0xF0208914          Interrupt routing for Groups 1 2
CAN0_GRINT22    0xF0208918          Interrupt routing for Groups 2 2
CAN0_NTCCR2     0xF0208920          Node 2 Timer Clock Control Register
CAN0_NTATTR2    0xF0208924          Node 2 Timer A Transmit Trigger Register
CAN0_NTBTTR2    0xF0208928          Node 2 Timer B Transmit Trigger Register
CAN0_NTCTTR2    0xF020892C          Node 2 Timer C Transmit Trigger Register
CAN0_NTRTR2     0xF0208930          Node 2 Timer Receive Timeout Register
CAN0_NPCR2      0xF0208940          Node 2 Port Control Register
CAN0_CREL2      0xF0208A00          Core Release Register 2
CAN0_ENDN2      0xF0208A04          Endian Register 2
CAN0_DBTP2      0xF0208A0C          Data Bit Timing 'and' Prescaler Register 2
CAN0_TEST2      0xF0208A10          Test Register 2
CAN0_RWD2       0xF0208A14          RAM Watchdog 2
CAN0_CCCR2      0xF0208A18          CC Control Register 2
CAN0_NBTP2      0xF0208A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN0_TSCC2      0xF0208A20          Timestamp Counter Configuration 2
CAN0_TSCV2      0xF0208A24          Timestamp Counter Value 2
CAN0_TOCC2      0xF0208A28          Timeout Counter Configuration 2
CAN0_TOCV2      0xF0208A2C          Timeout Counter Value 2
CAN0_ECR2       0xF0208A40          Error Counter Register 2
CAN0_PSR2       0xF0208A44          Protocol Status Register 2
CAN0_TDCR2      0xF0208A48          Transmitter Delay Compensation Register 2
CAN0_IR2        0xF0208A50          Interrupt Register 2
CAN0_IE2        0xF0208A54          Interrupt Enable 2
CAN0_GFC2       0xF0208A80          Global Filter Configuration 2
CAN0_SIDFC2     0xF0208A84          Standard ID Filter Configuration 2
CAN0_XIDFC2     0xF0208A88          Extended ID Filter Configuration 2
CAN0_XIDAM2     0xF0208A90          Extended ID AND Mask 2
CAN0_HPMS2      0xF0208A94          High Priority Message Status 2
CAN0_NDAT12     0xF0208A98          New Data 1 2
CAN0_NDAT22     0xF0208A9C          New Data 2 2
CAN0_RXF0C2     0xF0208AA0          Rx FIFO 0 Configuration 2
CAN0_RXF0S2     0xF0208AA4          Rx FIFO 0 Status 2
CAN0_RXF0A2     0xF0208AA8          Rx FIFO 0 Acknowledge 2
CAN0_RXBC2      0xF0208AAC          Rx Buffer Configuration 2
CAN0_RXF1C2     0xF0208AB0          Rx FIFO 1 Configuration 2
CAN0_RXF1S2     0xF0208AB4          Rx FIFO 1 Status 2
CAN0_RXF1A2     0xF0208AB8          Rx FIFO 1 Acknowledge 2
CAN0_RXESC2     0xF0208ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN0_TXBC2      0xF0208AC0          Tx Buffer Configuration 2
CAN0_TXFQS2     0xF0208AC4          Tx FIFO/Queue Status 2
CAN0_TXESC2     0xF0208AC8          Tx Buffer Element Size Configuration 2
CAN0_TXBRP2     0xF0208ACC          Tx Buffer Request Pending 2
CAN0_TXBAR2     0xF0208AD0          Tx Buffer Add Request 2
CAN0_TXBCR2     0xF0208AD4          Tx Buffer Cancellation Request 2
CAN0_TXBTO2     0xF0208AD8          Tx Buffer Transmission Occurred 2
CAN0_TXBCF2     0xF0208ADC          Tx Buffer Cancellation Finished 2
CAN0_TXBTIE2    0xF0208AE0          Tx Buffer Transmission Interrupt Enable 2
CAN0_TXBCIE2    0xF0208AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN0_TXEFC2     0xF0208AF0          Tx Event FIFO Configuration 2
CAN0_TXEFS2     0xF0208AF4          Tx Event FIFO Status 2
CAN0_TXEFA2     0xF0208AF8          Tx Event FIFO Acknowledge 2
CAN0_ACCENNODE30 0xF0208D00          Access Enable Register CAN Node 3 0
CAN0_STARTADR3  0xF0208D08          Start Address Node 3
CAN0_ENDADR3    0xF0208D0C          End Address Node 3
CAN0_ISREG3     0xF0208D10          Interrupt Signalling Register 3
CAN0_GRINT13    0xF0208D14          Interrupt routing for Groups 1 3
CAN0_GRINT23    0xF0208D18          Interrupt routing for Groups 2 3
CAN0_NTCCR3     0xF0208D20          Node 3 Timer Clock Control Register
CAN0_NTATTR3    0xF0208D24          Node 3 Timer A Transmit Trigger Register
CAN0_NTBTTR3    0xF0208D28          Node 3 Timer B Transmit Trigger Register
CAN0_NTCTTR3    0xF0208D2C          Node 3 Timer C Transmit Trigger Register
CAN0_NTRTR3     0xF0208D30          Node 3 Timer Receive Timeout Register
CAN0_NPCR3      0xF0208D40          Node 3 Port Control Register
CAN0_CREL3      0xF0208E00          Core Release Register 3
CAN0_ENDN3      0xF0208E04          Endian Register 3
CAN0_DBTP3      0xF0208E0C          Data Bit Timing 'and' Prescaler Register 3
CAN0_TEST3      0xF0208E10          Test Register 3
CAN0_RWD3       0xF0208E14          RAM Watchdog 3
CAN0_CCCR3      0xF0208E18          CC Control Register 3
CAN0_NBTP3      0xF0208E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN0_TSCC3      0xF0208E20          Timestamp Counter Configuration 3
CAN0_TSCV3      0xF0208E24          Timestamp Counter Value 3
CAN0_TOCC3      0xF0208E28          Timeout Counter Configuration 3
CAN0_TOCV3      0xF0208E2C          Timeout Counter Value 3
CAN0_ECR3       0xF0208E40          Error Counter Register 3
CAN0_PSR3       0xF0208E44          Protocol Status Register 3
CAN0_TDCR3      0xF0208E48          Transmitter Delay Compensation Register 3
CAN0_IR3        0xF0208E50          Interrupt Register 3
CAN0_IE3        0xF0208E54          Interrupt Enable 3
CAN0_GFC3       0xF0208E80          Global Filter Configuration 3
CAN0_SIDFC3     0xF0208E84          Standard ID Filter Configuration 3
CAN0_XIDFC3     0xF0208E88          Extended ID Filter Configuration 3
CAN0_XIDAM3     0xF0208E90          Extended ID AND Mask 3
CAN0_HPMS3      0xF0208E94          High Priority Message Status 3
CAN0_NDAT13     0xF0208E98          New Data 1 3
CAN0_NDAT23     0xF0208E9C          New Data 2 3
CAN0_RXF0C3     0xF0208EA0          Rx FIFO 0 Configuration 3
CAN0_RXF0S3     0xF0208EA4          Rx FIFO 0 Status 3
CAN0_RXF0A3     0xF0208EA8          Rx FIFO 0 Acknowledge 3
CAN0_RXBC3      0xF0208EAC          Rx Buffer Configuration 3
CAN0_RXF1C3     0xF0208EB0          Rx FIFO 1 Configuration 3
CAN0_RXF1S3     0xF0208EB4          Rx FIFO 1 Status 3
CAN0_RXF1A3     0xF0208EB8          Rx FIFO 1 Acknowledge 3
CAN0_RXESC3     0xF0208EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN0_TXBC3      0xF0208EC0          Tx Buffer Configuration 3
CAN0_TXFQS3     0xF0208EC4          Tx FIFO/Queue Status 3
CAN0_TXESC3     0xF0208EC8          Tx Buffer Element Size Configuration 3
CAN0_TXBRP3     0xF0208ECC          Tx Buffer Request Pending 3
CAN0_TXBAR3     0xF0208ED0          Tx Buffer Add Request 3
CAN0_TXBCR3     0xF0208ED4          Tx Buffer Cancellation Request 3
CAN0_TXBTO3     0xF0208ED8          Tx Buffer Transmission Occurred 3
CAN0_TXBCF3     0xF0208EDC          Tx Buffer Cancellation Finished 3
CAN0_TXBTIE3    0xF0208EE0          Tx Buffer Transmission Interrupt Enable 3
CAN0_TXBCIE3    0xF0208EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN0_TXEFC3     0xF0208EF0          Tx Event FIFO Configuration 3
CAN0_TXEFS3     0xF0208EF4          Tx Event FIFO Status 3
CAN0_TXEFA3     0xF0208EF8          Tx Event FIFO Acknowledge 3
CAN1_CLC        0xF0218000          CAN Clock Control Register
CAN1_ID         0xF0218008          Module Identification Register
CAN1_MCR        0xF0218030          Module Control Register
CAN1_ACCENCTR0  0xF02180DC          Access Enable Register Control 0
CAN1_OCS        0xF02180E8          OCDS Control and Status
CAN1_KRSTCLR    0xF02180EC          Kernel Reset Status Clear Register
CAN1_KRST1      0xF02180F0          Kernel Reset Register 1
CAN1_KRST0      0xF02180F4          Kernel Reset Register 0
CAN1_ACCEN0     0xF02180FC          Access Enable Register 0
CAN1_ACCENNODE00 0xF0218100          Access Enable Register CAN Node 0 0
CAN1_STARTADR0  0xF0218108          Start Address Node 0
CAN1_ENDADR0    0xF021810C          End Address Node 0
CAN1_ISREG0     0xF0218110          Interrupt Signalling Register 0
CAN1_GRINT10    0xF0218114          Interrupt routing for Groups 1 0
CAN1_GRINT20    0xF0218118          Interrupt routing for Groups 2 0
CAN1_NTCCR0     0xF0218120          Node 0 Timer Clock Control Register
CAN1_NTATTR0    0xF0218124          Node 0 Timer A Transmit Trigger Register
CAN1_NTBTTR0    0xF0218128          Node 0 Timer B Transmit Trigger Register
CAN1_NTCTTR0    0xF021812C          Node 0 Timer C Transmit Trigger Register
CAN1_NTRTR0     0xF0218130          Node 0 Timer Receive Timeout Register
CAN1_NPCR0      0xF0218140          Node 0 Port Control Register
CAN1_CREL0      0xF0218200          Core Release Register 0
CAN1_ENDN0      0xF0218204          Endian Register 0
CAN1_DBTP0      0xF021820C          Data Bit Timing 'and' Prescaler Register 0
CAN1_TEST0      0xF0218210          Test Register 0
CAN1_RWD0       0xF0218214          RAM Watchdog 0
CAN1_CCCR0      0xF0218218          CC Control Register 0
CAN1_NBTP0      0xF021821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN1_TSCC0      0xF0218220          Timestamp Counter Configuration 0
CAN1_TSCV0      0xF0218224          Timestamp Counter Value 0
CAN1_TOCC0      0xF0218228          Timeout Counter Configuration 0
CAN1_TOCV0      0xF021822C          Timeout Counter Value 0
CAN1_ECR0       0xF0218240          Error Counter Register 0
CAN1_PSR0       0xF0218244          Protocol Status Register 0
CAN1_TDCR0      0xF0218248          Transmitter Delay Compensation Register 0
CAN1_IR0        0xF0218250          Interrupt Register 0
CAN1_IE0        0xF0218254          Interrupt Enable 0
CAN1_GFC0       0xF0218280          Global Filter Configuration 0
CAN1_SIDFC0     0xF0218284          Standard ID Filter Configuration 0
CAN1_XIDFC0     0xF0218288          Extended ID Filter Configuration 0
CAN1_XIDAM0     0xF0218290          Extended ID AND Mask 0
CAN1_HPMS0      0xF0218294          High Priority Message Status 0
CAN1_NDAT10     0xF0218298          New Data 1 0
CAN1_NDAT20     0xF021829C          New Data 2 0
CAN1_RXF0C0     0xF02182A0          Rx FIFO 0 Configuration 0
CAN1_RXF0S0     0xF02182A4          Rx FIFO 0 Status 0
CAN1_RXF0A0     0xF02182A8          Rx FIFO 0 Acknowledge 0
CAN1_RXBC0      0xF02182AC          Rx Buffer Configuration 0
CAN1_RXF1C0     0xF02182B0          Rx FIFO 1 Configuration 0
CAN1_RXF1S0     0xF02182B4          Rx FIFO 1 Status 0
CAN1_RXF1A0     0xF02182B8          Rx FIFO 1 Acknowledge 0
CAN1_RXESC0     0xF02182BC          Rx Buffer/FIFO Element Size Configuration 0
CAN1_TXBC0      0xF02182C0          Tx Buffer Configuration 0
CAN1_TXFQS0     0xF02182C4          Tx FIFO/Queue Status 0
CAN1_TXESC0     0xF02182C8          Tx Buffer Element Size Configuration 0
CAN1_TXBRP0     0xF02182CC          Tx Buffer Request Pending 0
CAN1_TXBAR0     0xF02182D0          Tx Buffer Add Request 0
CAN1_TXBCR0     0xF02182D4          Tx Buffer Cancellation Request 0
CAN1_TXBTO0     0xF02182D8          Tx Buffer Transmission Occurred 0
CAN1_TXBCF0     0xF02182DC          Tx Buffer Cancellation Finished 0
CAN1_TXBTIE0    0xF02182E0          Tx Buffer Transmission Interrupt Enable 0
CAN1_TXBCIE0    0xF02182E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN1_TXEFC0     0xF02182F0          Tx Event FIFO Configuration 0
CAN1_TXEFS0     0xF02182F4          Tx Event FIFO Status 0
CAN1_TXEFA0     0xF02182F8          Tx Event FIFO Acknowledge 0
CAN1_ACCENNODE10 0xF0218500          Access Enable Register CAN Node 1 0
CAN1_STARTADR1  0xF0218508          Start Address Node 1
CAN1_ENDADR1    0xF021850C          End Address Node 1
CAN1_ISREG1     0xF0218510          Interrupt Signalling Register 1
CAN1_GRINT11    0xF0218514          Interrupt routing for Groups 1 1
CAN1_GRINT21    0xF0218518          Interrupt routing for Groups 2 1
CAN1_NTCCR1     0xF0218520          Node 1 Timer Clock Control Register
CAN1_NTATTR1    0xF0218524          Node 1 Timer A Transmit Trigger Register
CAN1_NTBTTR1    0xF0218528          Node 1 Timer B Transmit Trigger Register
CAN1_NTCTTR1    0xF021852C          Node 1 Timer C Transmit Trigger Register
CAN1_NTRTR1     0xF0218530          Node 1 Timer Receive Timeout Register
CAN1_NPCR1      0xF0218540          Node 1 Port Control Register
CAN1_CREL1      0xF0218600          Core Release Register 1
CAN1_ENDN1      0xF0218604          Endian Register 1
CAN1_DBTP1      0xF021860C          Data Bit Timing 'and' Prescaler Register 1
CAN1_TEST1      0xF0218610          Test Register 1
CAN1_RWD1       0xF0218614          RAM Watchdog 1
CAN1_CCCR1      0xF0218618          CC Control Register 1
CAN1_NBTP1      0xF021861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN1_TSCC1      0xF0218620          Timestamp Counter Configuration 1
CAN1_TSCV1      0xF0218624          Timestamp Counter Value 1
CAN1_TOCC1      0xF0218628          Timeout Counter Configuration 1
CAN1_TOCV1      0xF021862C          Timeout Counter Value 1
CAN1_ECR1       0xF0218640          Error Counter Register 1
CAN1_PSR1       0xF0218644          Protocol Status Register 1
CAN1_TDCR1      0xF0218648          Transmitter Delay Compensation Register 1
CAN1_IR1        0xF0218650          Interrupt Register 1
CAN1_IE1        0xF0218654          Interrupt Enable 1
CAN1_GFC1       0xF0218680          Global Filter Configuration 1
CAN1_SIDFC1     0xF0218684          Standard ID Filter Configuration 1
CAN1_XIDFC1     0xF0218688          Extended ID Filter Configuration 1
CAN1_XIDAM1     0xF0218690          Extended ID AND Mask 1
CAN1_HPMS1      0xF0218694          High Priority Message Status 1
CAN1_NDAT11     0xF0218698          New Data 1 1
CAN1_NDAT21     0xF021869C          New Data 2 1
CAN1_RXF0C1     0xF02186A0          Rx FIFO 0 Configuration 1
CAN1_RXF0S1     0xF02186A4          Rx FIFO 0 Status 1
CAN1_RXF0A1     0xF02186A8          Rx FIFO 0 Acknowledge 1
CAN1_RXBC1      0xF02186AC          Rx Buffer Configuration 1
CAN1_RXF1C1     0xF02186B0          Rx FIFO 1 Configuration 1
CAN1_RXF1S1     0xF02186B4          Rx FIFO 1 Status 1
CAN1_RXF1A1     0xF02186B8          Rx FIFO 1 Acknowledge 1
CAN1_RXESC1     0xF02186BC          Rx Buffer/FIFO Element Size Configuration 1
CAN1_TXBC1      0xF02186C0          Tx Buffer Configuration 1
CAN1_TXFQS1     0xF02186C4          Tx FIFO/Queue Status 1
CAN1_TXESC1     0xF02186C8          Tx Buffer Element Size Configuration 1
CAN1_TXBRP1     0xF02186CC          Tx Buffer Request Pending 1
CAN1_TXBAR1     0xF02186D0          Tx Buffer Add Request 1
CAN1_TXBCR1     0xF02186D4          Tx Buffer Cancellation Request 1
CAN1_TXBTO1     0xF02186D8          Tx Buffer Transmission Occurred 1
CAN1_TXBCF1     0xF02186DC          Tx Buffer Cancellation Finished 1
CAN1_TXBTIE1    0xF02186E0          Tx Buffer Transmission Interrupt Enable 1
CAN1_TXBCIE1    0xF02186E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN1_TXEFC1     0xF02186F0          Tx Event FIFO Configuration 1
CAN1_TXEFS1     0xF02186F4          Tx Event FIFO Status 1
CAN1_TXEFA1     0xF02186F8          Tx Event FIFO Acknowledge 1
CAN1_ACCENNODE20 0xF0218900          Access Enable Register CAN Node 2 0
CAN1_STARTADR2  0xF0218908          Start Address Node 2
CAN1_ENDADR2    0xF021890C          End Address Node 2
CAN1_ISREG2     0xF0218910          Interrupt Signalling Register 2
CAN1_GRINT12    0xF0218914          Interrupt routing for Groups 1 2
CAN1_GRINT22    0xF0218918          Interrupt routing for Groups 2 2
CAN1_NTCCR2     0xF0218920          Node 2 Timer Clock Control Register
CAN1_NTATTR2    0xF0218924          Node 2 Timer A Transmit Trigger Register
CAN1_NTBTTR2    0xF0218928          Node 2 Timer B Transmit Trigger Register
CAN1_NTCTTR2    0xF021892C          Node 2 Timer C Transmit Trigger Register
CAN1_NTRTR2     0xF0218930          Node 2 Timer Receive Timeout Register
CAN1_NPCR2      0xF0218940          Node 2 Port Control Register
CAN1_CREL2      0xF0218A00          Core Release Register 2
CAN1_ENDN2      0xF0218A04          Endian Register 2
CAN1_DBTP2      0xF0218A0C          Data Bit Timing 'and' Prescaler Register 2
CAN1_TEST2      0xF0218A10          Test Register 2
CAN1_RWD2       0xF0218A14          RAM Watchdog 2
CAN1_CCCR2      0xF0218A18          CC Control Register 2
CAN1_NBTP2      0xF0218A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN1_TSCC2      0xF0218A20          Timestamp Counter Configuration 2
CAN1_TSCV2      0xF0218A24          Timestamp Counter Value 2
CAN1_TOCC2      0xF0218A28          Timeout Counter Configuration 2
CAN1_TOCV2      0xF0218A2C          Timeout Counter Value 2
CAN1_ECR2       0xF0218A40          Error Counter Register 2
CAN1_PSR2       0xF0218A44          Protocol Status Register 2
CAN1_TDCR2      0xF0218A48          Transmitter Delay Compensation Register 2
CAN1_IR2        0xF0218A50          Interrupt Register 2
CAN1_IE2        0xF0218A54          Interrupt Enable 2
CAN1_GFC2       0xF0218A80          Global Filter Configuration 2
CAN1_SIDFC2     0xF0218A84          Standard ID Filter Configuration 2
CAN1_XIDFC2     0xF0218A88          Extended ID Filter Configuration 2
CAN1_XIDAM2     0xF0218A90          Extended ID AND Mask 2
CAN1_HPMS2      0xF0218A94          High Priority Message Status 2
CAN1_NDAT12     0xF0218A98          New Data 1 2
CAN1_NDAT22     0xF0218A9C          New Data 2 2
CAN1_RXF0C2     0xF0218AA0          Rx FIFO 0 Configuration 2
CAN1_RXF0S2     0xF0218AA4          Rx FIFO 0 Status 2
CAN1_RXF0A2     0xF0218AA8          Rx FIFO 0 Acknowledge 2
CAN1_RXBC2      0xF0218AAC          Rx Buffer Configuration 2
CAN1_RXF1C2     0xF0218AB0          Rx FIFO 1 Configuration 2
CAN1_RXF1S2     0xF0218AB4          Rx FIFO 1 Status 2
CAN1_RXF1A2     0xF0218AB8          Rx FIFO 1 Acknowledge 2
CAN1_RXESC2     0xF0218ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN1_TXBC2      0xF0218AC0          Tx Buffer Configuration 2
CAN1_TXFQS2     0xF0218AC4          Tx FIFO/Queue Status 2
CAN1_TXESC2     0xF0218AC8          Tx Buffer Element Size Configuration 2
CAN1_TXBRP2     0xF0218ACC          Tx Buffer Request Pending 2
CAN1_TXBAR2     0xF0218AD0          Tx Buffer Add Request 2
CAN1_TXBCR2     0xF0218AD4          Tx Buffer Cancellation Request 2
CAN1_TXBTO2     0xF0218AD8          Tx Buffer Transmission Occurred 2
CAN1_TXBCF2     0xF0218ADC          Tx Buffer Cancellation Finished 2
CAN1_TXBTIE2    0xF0218AE0          Tx Buffer Transmission Interrupt Enable 2
CAN1_TXBCIE2    0xF0218AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN1_TXEFC2     0xF0218AF0          Tx Event FIFO Configuration 2
CAN1_TXEFS2     0xF0218AF4          Tx Event FIFO Status 2
CAN1_TXEFA2     0xF0218AF8          Tx Event FIFO Acknowledge 2
CAN1_ACCENNODE30 0xF0218D00          Access Enable Register CAN Node 3 0
CAN1_STARTADR3  0xF0218D08          Start Address Node 3
CAN1_ENDADR3    0xF0218D0C          End Address Node 3
CAN1_ISREG3     0xF0218D10          Interrupt Signalling Register 3
CAN1_GRINT13    0xF0218D14          Interrupt routing for Groups 1 3
CAN1_GRINT23    0xF0218D18          Interrupt routing for Groups 2 3
CAN1_NTCCR3     0xF0218D20          Node 3 Timer Clock Control Register
CAN1_NTATTR3    0xF0218D24          Node 3 Timer A Transmit Trigger Register
CAN1_NTBTTR3    0xF0218D28          Node 3 Timer B Transmit Trigger Register
CAN1_NTCTTR3    0xF0218D2C          Node 3 Timer C Transmit Trigger Register
CAN1_NTRTR3     0xF0218D30          Node 3 Timer Receive Timeout Register
CAN1_NPCR3      0xF0218D40          Node 3 Port Control Register
CAN1_CREL3      0xF0218E00          Core Release Register 3
CAN1_ENDN3      0xF0218E04          Endian Register 3
CAN1_DBTP3      0xF0218E0C          Data Bit Timing 'and' Prescaler Register 3
CAN1_TEST3      0xF0218E10          Test Register 3
CAN1_RWD3       0xF0218E14          RAM Watchdog 3
CAN1_CCCR3      0xF0218E18          CC Control Register 3
CAN1_NBTP3      0xF0218E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN1_TSCC3      0xF0218E20          Timestamp Counter Configuration 3
CAN1_TSCV3      0xF0218E24          Timestamp Counter Value 3
CAN1_TOCC3      0xF0218E28          Timeout Counter Configuration 3
CAN1_TOCV3      0xF0218E2C          Timeout Counter Value 3
CAN1_ECR3       0xF0218E40          Error Counter Register 3
CAN1_PSR3       0xF0218E44          Protocol Status Register 3
CAN1_TDCR3      0xF0218E48          Transmitter Delay Compensation Register 3
CAN1_IR3        0xF0218E50          Interrupt Register 3
CAN1_IE3        0xF0218E54          Interrupt Enable 3
CAN1_GFC3       0xF0218E80          Global Filter Configuration 3
CAN1_SIDFC3     0xF0218E84          Standard ID Filter Configuration 3
CAN1_XIDFC3     0xF0218E88          Extended ID Filter Configuration 3
CAN1_XIDAM3     0xF0218E90          Extended ID AND Mask 3
CAN1_HPMS3      0xF0218E94          High Priority Message Status 3
CAN1_NDAT13     0xF0218E98          New Data 1 3
CAN1_NDAT23     0xF0218E9C          New Data 2 3
CAN1_RXF0C3     0xF0218EA0          Rx FIFO 0 Configuration 3
CAN1_RXF0S3     0xF0218EA4          Rx FIFO 0 Status 3
CAN1_RXF0A3     0xF0218EA8          Rx FIFO 0 Acknowledge 3
CAN1_RXBC3      0xF0218EAC          Rx Buffer Configuration 3
CAN1_RXF1C3     0xF0218EB0          Rx FIFO 1 Configuration 3
CAN1_RXF1S3     0xF0218EB4          Rx FIFO 1 Status 3
CAN1_RXF1A3     0xF0218EB8          Rx FIFO 1 Acknowledge 3
CAN1_RXESC3     0xF0218EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN1_TXBC3      0xF0218EC0          Tx Buffer Configuration 3
CAN1_TXFQS3     0xF0218EC4          Tx FIFO/Queue Status 3
CAN1_TXESC3     0xF0218EC8          Tx Buffer Element Size Configuration 3
CAN1_TXBRP3     0xF0218ECC          Tx Buffer Request Pending 3
CAN1_TXBAR3     0xF0218ED0          Tx Buffer Add Request 3
CAN1_TXBCR3     0xF0218ED4          Tx Buffer Cancellation Request 3
CAN1_TXBTO3     0xF0218ED8          Tx Buffer Transmission Occurred 3
CAN1_TXBCF3     0xF0218EDC          Tx Buffer Cancellation Finished 3
CAN1_TXBTIE3    0xF0218EE0          Tx Buffer Transmission Interrupt Enable 3
CAN1_TXBCIE3    0xF0218EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN1_TXEFC3     0xF0218EF0          Tx Event FIFO Configuration 3
CAN1_TXEFS3     0xF0218EF4          Tx Event FIFO Status 3
CAN1_TXEFA3     0xF0218EF8          Tx Event FIFO Acknowledge 3
CAN2_CLC        0xF0228000          CAN Clock Control Register
CAN2_ID         0xF0228008          Module Identification Register
CAN2_MCR        0xF0228030          Module Control Register
CAN2_ACCENCTR0  0xF02280DC          Access Enable Register Control 0
CAN2_OCS        0xF02280E8          OCDS Control and Status
CAN2_KRSTCLR    0xF02280EC          Kernel Reset Status Clear Register
CAN2_KRST1      0xF02280F0          Kernel Reset Register 1
CAN2_KRST0      0xF02280F4          Kernel Reset Register 0
CAN2_ACCEN0     0xF02280FC          Access Enable Register 0
CAN2_ACCENNODE00 0xF0228100          Access Enable Register CAN Node 0 0
CAN2_STARTADR0  0xF0228108          Start Address Node 0
CAN2_ENDADR0    0xF022810C          End Address Node 0
CAN2_ISREG0     0xF0228110          Interrupt Signalling Register 0
CAN2_GRINT10    0xF0228114          Interrupt routing for Groups 1 0
CAN2_GRINT20    0xF0228118          Interrupt routing for Groups 2 0
CAN2_NTCCR0     0xF0228120          Node 0 Timer Clock Control Register
CAN2_NTATTR0    0xF0228124          Node 0 Timer A Transmit Trigger Register
CAN2_NTBTTR0    0xF0228128          Node 0 Timer B Transmit Trigger Register
CAN2_NTCTTR0    0xF022812C          Node 0 Timer C Transmit Trigger Register
CAN2_NTRTR0     0xF0228130          Node 0 Timer Receive Timeout Register
CAN2_NPCR0      0xF0228140          Node 0 Port Control Register
CAN2_CREL0      0xF0228200          Core Release Register 0
CAN2_ENDN0      0xF0228204          Endian Register 0
CAN2_DBTP0      0xF022820C          Data Bit Timing 'and' Prescaler Register 0
CAN2_TEST0      0xF0228210          Test Register 0
CAN2_RWD0       0xF0228214          RAM Watchdog 0
CAN2_CCCR0      0xF0228218          CC Control Register 0
CAN2_NBTP0      0xF022821C          Nominal Bit Timing 'and' Prescaler Register 0
CAN2_TSCC0      0xF0228220          Timestamp Counter Configuration 0
CAN2_TSCV0      0xF0228224          Timestamp Counter Value 0
CAN2_TOCC0      0xF0228228          Timeout Counter Configuration 0
CAN2_TOCV0      0xF022822C          Timeout Counter Value 0
CAN2_ECR0       0xF0228240          Error Counter Register 0
CAN2_PSR0       0xF0228244          Protocol Status Register 0
CAN2_TDCR0      0xF0228248          Transmitter Delay Compensation Register 0
CAN2_IR0        0xF0228250          Interrupt Register 0
CAN2_IE0        0xF0228254          Interrupt Enable 0
CAN2_GFC0       0xF0228280          Global Filter Configuration 0
CAN2_SIDFC0     0xF0228284          Standard ID Filter Configuration 0
CAN2_XIDFC0     0xF0228288          Extended ID Filter Configuration 0
CAN2_XIDAM0     0xF0228290          Extended ID AND Mask 0
CAN2_HPMS0      0xF0228294          High Priority Message Status 0
CAN2_NDAT10     0xF0228298          New Data 1 0
CAN2_NDAT20     0xF022829C          New Data 2 0
CAN2_RXF0C0     0xF02282A0          Rx FIFO 0 Configuration 0
CAN2_RXF0S0     0xF02282A4          Rx FIFO 0 Status 0
CAN2_RXF0A0     0xF02282A8          Rx FIFO 0 Acknowledge 0
CAN2_RXBC0      0xF02282AC          Rx Buffer Configuration 0
CAN2_RXF1C0     0xF02282B0          Rx FIFO 1 Configuration 0
CAN2_RXF1S0     0xF02282B4          Rx FIFO 1 Status 0
CAN2_RXF1A0     0xF02282B8          Rx FIFO 1 Acknowledge 0
CAN2_RXESC0     0xF02282BC          Rx Buffer/FIFO Element Size Configuration 0
CAN2_TXBC0      0xF02282C0          Tx Buffer Configuration 0
CAN2_TXFQS0     0xF02282C4          Tx FIFO/Queue Status 0
CAN2_TXESC0     0xF02282C8          Tx Buffer Element Size Configuration 0
CAN2_TXBRP0     0xF02282CC          Tx Buffer Request Pending 0
CAN2_TXBAR0     0xF02282D0          Tx Buffer Add Request 0
CAN2_TXBCR0     0xF02282D4          Tx Buffer Cancellation Request 0
CAN2_TXBTO0     0xF02282D8          Tx Buffer Transmission Occurred 0
CAN2_TXBCF0     0xF02282DC          Tx Buffer Cancellation Finished 0
CAN2_TXBTIE0    0xF02282E0          Tx Buffer Transmission Interrupt Enable 0
CAN2_TXBCIE0    0xF02282E4          Tx Buffer Cancellation Finished Interrupt Enable 0
CAN2_TXEFC0     0xF02282F0          Tx Event FIFO Configuration 0
CAN2_TXEFS0     0xF02282F4          Tx Event FIFO Status 0
CAN2_TXEFA0     0xF02282F8          Tx Event FIFO Acknowledge 0
CAN2_ACCENNODE10 0xF0228500          Access Enable Register CAN Node 1 0
CAN2_STARTADR1  0xF0228508          Start Address Node 1
CAN2_ENDADR1    0xF022850C          End Address Node 1
CAN2_ISREG1     0xF0228510          Interrupt Signalling Register 1
CAN2_GRINT11    0xF0228514          Interrupt routing for Groups 1 1
CAN2_GRINT21    0xF0228518          Interrupt routing for Groups 2 1
CAN2_NTCCR1     0xF0228520          Node 1 Timer Clock Control Register
CAN2_NTATTR1    0xF0228524          Node 1 Timer A Transmit Trigger Register
CAN2_NTBTTR1    0xF0228528          Node 1 Timer B Transmit Trigger Register
CAN2_NTCTTR1    0xF022852C          Node 1 Timer C Transmit Trigger Register
CAN2_NTRTR1     0xF0228530          Node 1 Timer Receive Timeout Register
CAN2_NPCR1      0xF0228540          Node 1 Port Control Register
CAN2_CREL1      0xF0228600          Core Release Register 1
CAN2_ENDN1      0xF0228604          Endian Register 1
CAN2_DBTP1      0xF022860C          Data Bit Timing 'and' Prescaler Register 1
CAN2_TEST1      0xF0228610          Test Register 1
CAN2_RWD1       0xF0228614          RAM Watchdog 1
CAN2_CCCR1      0xF0228618          CC Control Register 1
CAN2_NBTP1      0xF022861C          Nominal Bit Timing 'and' Prescaler Register 1
CAN2_TSCC1      0xF0228620          Timestamp Counter Configuration 1
CAN2_TSCV1      0xF0228624          Timestamp Counter Value 1
CAN2_TOCC1      0xF0228628          Timeout Counter Configuration 1
CAN2_TOCV1      0xF022862C          Timeout Counter Value 1
CAN2_ECR1       0xF0228640          Error Counter Register 1
CAN2_PSR1       0xF0228644          Protocol Status Register 1
CAN2_TDCR1      0xF0228648          Transmitter Delay Compensation Register 1
CAN2_IR1        0xF0228650          Interrupt Register 1
CAN2_IE1        0xF0228654          Interrupt Enable 1
CAN2_GFC1       0xF0228680          Global Filter Configuration 1
CAN2_SIDFC1     0xF0228684          Standard ID Filter Configuration 1
CAN2_XIDFC1     0xF0228688          Extended ID Filter Configuration 1
CAN2_XIDAM1     0xF0228690          Extended ID AND Mask 1
CAN2_HPMS1      0xF0228694          High Priority Message Status 1
CAN2_NDAT11     0xF0228698          New Data 1 1
CAN2_NDAT21     0xF022869C          New Data 2 1
CAN2_RXF0C1     0xF02286A0          Rx FIFO 0 Configuration 1
CAN2_RXF0S1     0xF02286A4          Rx FIFO 0 Status 1
CAN2_RXF0A1     0xF02286A8          Rx FIFO 0 Acknowledge 1
CAN2_RXBC1      0xF02286AC          Rx Buffer Configuration 1
CAN2_RXF1C1     0xF02286B0          Rx FIFO 1 Configuration 1
CAN2_RXF1S1     0xF02286B4          Rx FIFO 1 Status 1
CAN2_RXF1A1     0xF02286B8          Rx FIFO 1 Acknowledge 1
CAN2_RXESC1     0xF02286BC          Rx Buffer/FIFO Element Size Configuration 1
CAN2_TXBC1      0xF02286C0          Tx Buffer Configuration 1
CAN2_TXFQS1     0xF02286C4          Tx FIFO/Queue Status 1
CAN2_TXESC1     0xF02286C8          Tx Buffer Element Size Configuration 1
CAN2_TXBRP1     0xF02286CC          Tx Buffer Request Pending 1
CAN2_TXBAR1     0xF02286D0          Tx Buffer Add Request 1
CAN2_TXBCR1     0xF02286D4          Tx Buffer Cancellation Request 1
CAN2_TXBTO1     0xF02286D8          Tx Buffer Transmission Occurred 1
CAN2_TXBCF1     0xF02286DC          Tx Buffer Cancellation Finished 1
CAN2_TXBTIE1    0xF02286E0          Tx Buffer Transmission Interrupt Enable 1
CAN2_TXBCIE1    0xF02286E4          Tx Buffer Cancellation Finished Interrupt Enable 1
CAN2_TXEFC1     0xF02286F0          Tx Event FIFO Configuration 1
CAN2_TXEFS1     0xF02286F4          Tx Event FIFO Status 1
CAN2_TXEFA1     0xF02286F8          Tx Event FIFO Acknowledge 1
CAN2_ACCENNODE20 0xF0228900          Access Enable Register CAN Node 2 0
CAN2_STARTADR2  0xF0228908          Start Address Node 2
CAN2_ENDADR2    0xF022890C          End Address Node 2
CAN2_ISREG2     0xF0228910          Interrupt Signalling Register 2
CAN2_GRINT12    0xF0228914          Interrupt routing for Groups 1 2
CAN2_GRINT22    0xF0228918          Interrupt routing for Groups 2 2
CAN2_NTCCR2     0xF0228920          Node 2 Timer Clock Control Register
CAN2_NTATTR2    0xF0228924          Node 2 Timer A Transmit Trigger Register
CAN2_NTBTTR2    0xF0228928          Node 2 Timer B Transmit Trigger Register
CAN2_NTCTTR2    0xF022892C          Node 2 Timer C Transmit Trigger Register
CAN2_NTRTR2     0xF0228930          Node 2 Timer Receive Timeout Register
CAN2_NPCR2      0xF0228940          Node 2 Port Control Register
CAN2_CREL2      0xF0228A00          Core Release Register 2
CAN2_ENDN2      0xF0228A04          Endian Register 2
CAN2_DBTP2      0xF0228A0C          Data Bit Timing 'and' Prescaler Register 2
CAN2_TEST2      0xF0228A10          Test Register 2
CAN2_RWD2       0xF0228A14          RAM Watchdog 2
CAN2_CCCR2      0xF0228A18          CC Control Register 2
CAN2_NBTP2      0xF0228A1C          Nominal Bit Timing 'and' Prescaler Register 2
CAN2_TSCC2      0xF0228A20          Timestamp Counter Configuration 2
CAN2_TSCV2      0xF0228A24          Timestamp Counter Value 2
CAN2_TOCC2      0xF0228A28          Timeout Counter Configuration 2
CAN2_TOCV2      0xF0228A2C          Timeout Counter Value 2
CAN2_ECR2       0xF0228A40          Error Counter Register 2
CAN2_PSR2       0xF0228A44          Protocol Status Register 2
CAN2_TDCR2      0xF0228A48          Transmitter Delay Compensation Register 2
CAN2_IR2        0xF0228A50          Interrupt Register 2
CAN2_IE2        0xF0228A54          Interrupt Enable 2
CAN2_GFC2       0xF0228A80          Global Filter Configuration 2
CAN2_SIDFC2     0xF0228A84          Standard ID Filter Configuration 2
CAN2_XIDFC2     0xF0228A88          Extended ID Filter Configuration 2
CAN2_XIDAM2     0xF0228A90          Extended ID AND Mask 2
CAN2_HPMS2      0xF0228A94          High Priority Message Status 2
CAN2_NDAT12     0xF0228A98          New Data 1 2
CAN2_NDAT22     0xF0228A9C          New Data 2 2
CAN2_RXF0C2     0xF0228AA0          Rx FIFO 0 Configuration 2
CAN2_RXF0S2     0xF0228AA4          Rx FIFO 0 Status 2
CAN2_RXF0A2     0xF0228AA8          Rx FIFO 0 Acknowledge 2
CAN2_RXBC2      0xF0228AAC          Rx Buffer Configuration 2
CAN2_RXF1C2     0xF0228AB0          Rx FIFO 1 Configuration 2
CAN2_RXF1S2     0xF0228AB4          Rx FIFO 1 Status 2
CAN2_RXF1A2     0xF0228AB8          Rx FIFO 1 Acknowledge 2
CAN2_RXESC2     0xF0228ABC          Rx Buffer/FIFO Element Size Configuration 2
CAN2_TXBC2      0xF0228AC0          Tx Buffer Configuration 2
CAN2_TXFQS2     0xF0228AC4          Tx FIFO/Queue Status 2
CAN2_TXESC2     0xF0228AC8          Tx Buffer Element Size Configuration 2
CAN2_TXBRP2     0xF0228ACC          Tx Buffer Request Pending 2
CAN2_TXBAR2     0xF0228AD0          Tx Buffer Add Request 2
CAN2_TXBCR2     0xF0228AD4          Tx Buffer Cancellation Request 2
CAN2_TXBTO2     0xF0228AD8          Tx Buffer Transmission Occurred 2
CAN2_TXBCF2     0xF0228ADC          Tx Buffer Cancellation Finished 2
CAN2_TXBTIE2    0xF0228AE0          Tx Buffer Transmission Interrupt Enable 2
CAN2_TXBCIE2    0xF0228AE4          Tx Buffer Cancellation Finished Interrupt Enable 2
CAN2_TXEFC2     0xF0228AF0          Tx Event FIFO Configuration 2
CAN2_TXEFS2     0xF0228AF4          Tx Event FIFO Status 2
CAN2_TXEFA2     0xF0228AF8          Tx Event FIFO Acknowledge 2
CAN2_ACCENNODE30 0xF0228D00          Access Enable Register CAN Node 3 0
CAN2_STARTADR3  0xF0228D08          Start Address Node 3
CAN2_ENDADR3    0xF0228D0C          End Address Node 3
CAN2_ISREG3     0xF0228D10          Interrupt Signalling Register 3
CAN2_GRINT13    0xF0228D14          Interrupt routing for Groups 1 3
CAN2_GRINT23    0xF0228D18          Interrupt routing for Groups 2 3
CAN2_NTCCR3     0xF0228D20          Node 3 Timer Clock Control Register
CAN2_NTATTR3    0xF0228D24          Node 3 Timer A Transmit Trigger Register
CAN2_NTBTTR3    0xF0228D28          Node 3 Timer B Transmit Trigger Register
CAN2_NTCTTR3    0xF0228D2C          Node 3 Timer C Transmit Trigger Register
CAN2_NTRTR3     0xF0228D30          Node 3 Timer Receive Timeout Register
CAN2_NPCR3      0xF0228D40          Node 3 Port Control Register
CAN2_CREL3      0xF0228E00          Core Release Register 3
CAN2_ENDN3      0xF0228E04          Endian Register 3
CAN2_DBTP3      0xF0228E0C          Data Bit Timing 'and' Prescaler Register 3
CAN2_TEST3      0xF0228E10          Test Register 3
CAN2_RWD3       0xF0228E14          RAM Watchdog 3
CAN2_CCCR3      0xF0228E18          CC Control Register 3
CAN2_NBTP3      0xF0228E1C          Nominal Bit Timing 'and' Prescaler Register 3
CAN2_TSCC3      0xF0228E20          Timestamp Counter Configuration 3
CAN2_TSCV3      0xF0228E24          Timestamp Counter Value 3
CAN2_TOCC3      0xF0228E28          Timeout Counter Configuration 3
CAN2_TOCV3      0xF0228E2C          Timeout Counter Value 3
CAN2_ECR3       0xF0228E40          Error Counter Register 3
CAN2_PSR3       0xF0228E44          Protocol Status Register 3
CAN2_TDCR3      0xF0228E48          Transmitter Delay Compensation Register 3
CAN2_IR3        0xF0228E50          Interrupt Register 3
CAN2_IE3        0xF0228E54          Interrupt Enable 3
CAN2_GFC3       0xF0228E80          Global Filter Configuration 3
CAN2_SIDFC3     0xF0228E84          Standard ID Filter Configuration 3
CAN2_XIDFC3     0xF0228E88          Extended ID Filter Configuration 3
CAN2_XIDAM3     0xF0228E90          Extended ID AND Mask 3
CAN2_HPMS3      0xF0228E94          High Priority Message Status 3
CAN2_NDAT13     0xF0228E98          New Data 1 3
CAN2_NDAT23     0xF0228E9C          New Data 2 3
CAN2_RXF0C3     0xF0228EA0          Rx FIFO 0 Configuration 3
CAN2_RXF0S3     0xF0228EA4          Rx FIFO 0 Status 3
CAN2_RXF0A3     0xF0228EA8          Rx FIFO 0 Acknowledge 3
CAN2_RXBC3      0xF0228EAC          Rx Buffer Configuration 3
CAN2_RXF1C3     0xF0228EB0          Rx FIFO 1 Configuration 3
CAN2_RXF1S3     0xF0228EB4          Rx FIFO 1 Status 3
CAN2_RXF1A3     0xF0228EB8          Rx FIFO 1 Acknowledge 3
CAN2_RXESC3     0xF0228EBC          Rx Buffer/FIFO Element Size Configuration 3
CAN2_TXBC3      0xF0228EC0          Tx Buffer Configuration 3
CAN2_TXFQS3     0xF0228EC4          Tx FIFO/Queue Status 3
CAN2_TXESC3     0xF0228EC8          Tx Buffer Element Size Configuration 3
CAN2_TXBRP3     0xF0228ECC          Tx Buffer Request Pending 3
CAN2_TXBAR3     0xF0228ED0          Tx Buffer Add Request 3
CAN2_TXBCR3     0xF0228ED4          Tx Buffer Cancellation Request 3
CAN2_TXBTO3     0xF0228ED8          Tx Buffer Transmission Occurred 3
CAN2_TXBCF3     0xF0228EDC          Tx Buffer Cancellation Finished 3
CAN2_TXBTIE3    0xF0228EE0          Tx Buffer Transmission Interrupt Enable 3
CAN2_TXBCIE3    0xF0228EE4          Tx Buffer Cancellation Finished Interrupt Enable 3
CAN2_TXEFC3     0xF0228EF0          Tx Event FIFO Configuration 3
CAN2_TXEFS3     0xF0228EF4          Tx Event FIFO Status 3
CAN2_TXEFA3     0xF0228EF8          Tx Event FIFO Acknowledge 3
PMS_ID          0xF0248008          Identification Register
PMS_EVRSTAT     0xF024802C          EVR Status Register
PMS_EVRADCSTAT  0xF0248034          EVR Primary ADC Status Register
PMS_EVRRSTCON   0xF024803C          EVR Reset Control Register
PMS_EVRRSTSTAT  0xF0248044          EVR Reset Status Register
PMS_EVRTRIM     0xF024804C          EVR Trim Control Register
PMS_EVRTRIMSTAT 0xF0248050          EVR Trim Status Register
PMS_EVRMONSTAT1 0xF0248060          EVR Secondary ADC Status Register 1
PMS_EVRMONSTAT2 0xF0248064          EVR Secondary ADC Status Register 2
PMS_EVRMONCTRL  0xF0248068          EVR Secondary Monitor Control Register
PMS_EVRMONFILT  0xF0248070          EVR Secondary Monitor Filter Register
PMS_PMSIEN      0xF0248074          PMS Interrupt Enable Register
PMS_EVRUVMON    0xF0248078          EVR Secondary Under-voltage Monitor Register
PMS_EVROVMON    0xF024807C          EVR Secondary Over-voltage Monitor Register
PMS_EVRUVMON2   0xF0248080          EVR Secondary Under-voltage Monitor Register 2
PMS_EVROVMON2   0xF0248084          EVR Secondary Over-voltage Monitor Register 2
PMS_HSMUVMON    0xF0248088          EVR Primary HSM Under-voltage Monitor Register
PMS_HSMOVMON    0xF024808C          EVR Primary HSM Over-voltage Monitor Register
PMS_EVROSCCTRL  0xF02480A0          EVR Oscillator Control Register
PMS_PMSWCR0     0xF02480B4          Standby and Wake-up Control Register 0
PMS_PMSWCR2     0xF02480B8          Standby and Wake-up Control Register 2
PMS_PMSWCR3     0xF02480C0          Standby and Wake-up Control Register 3
PMS_PMSWCR4     0xF02480C4          Standby and Wake-up Control Register 4
PMS_PMSWCR5     0xF02480C8          Standby and Wake-up Control Register 5
PMS_PMSWSTAT    0xF02480D4          Standby and Wake-up Status Register
PMS_PMSWSTAT2   0xF02480D8          Standby and Wake-up Status Register 2
PMS_PMSWUTCNT   0xF02480DC          Standby WUT Counter Register
PMS_PMSWSTATCLR 0xF02480E8          Standby and Wake-up Status Clear Register
PMS_EVRSDSTAT0  0xF02480FC          EVR SD Status Register 0
PMS_EVRSDCTRL0  0xF0248108          EVRC SD Control Register 0
PMS_EVRSDCTRL1  0xF024810C          EVRC SD Control Register 1
PMS_EVRSDCTRL2  0xF0248110          EVRC SD Control Register 2
PMS_EVRSDCTRL3  0xF0248114          EVRC SD Control Register 3
PMS_EVRSDCTRL4  0xF0248118          EVRC SD Control Register 4
PMS_EVRSDCTRL5  0xF024811C          EVRC SD Control Register 5
PMS_EVRSDCTRL6  0xF0248120          EVRC SD Control Register 6
PMS_EVRSDCTRL7  0xF0248124          EVRC SD Control Register 7
PMS_EVRSDCTRL8  0xF0248128          EVRC SD Control Register 8
PMS_EVRSDCTRL9  0xF024812C          EVRC SD Control Register 9
PMS_EVRSDCTRL10 0xF0248130          EVRC SD Control Register 10
PMS_EVRSDCTRL11 0xF0248134          EVRC SD Control Register 11
PMS_EVRSDCOEFF0 0xF0248148          EVRC SD Coefficient Register 0
PMS_EVRSDCOEFF1 0xF024814C          EVRC SD Coefficient Register 1
PMS_EVRSDCOEFF2 0xF0248150          EVRC SD Coefficient Register 2
PMS_EVRSDCOEFF3 0xF0248154          EVRC SD Coefficient Register 3
PMS_EVRSDCOEFF4 0xF0248158          EVRC SD Coefficient Register 4
PMS_EVRSDCOEFF5 0xF024815C          EVRC SD Coefficient Register 5
PMS_EVRSDCOEFF6 0xF0248160          EVRC SD Coefficient Register 6
PMS_EVRSDCOEFF7 0xF0248164          EVRC SD Coefficient Register 7
PMS_EVRSDCOEFF8 0xF0248168          EVRC SD Coefficient Register 8
PMS_EVRSDCOEFF9 0xF024816C          EVRC SD Coefficient Register 9
PMS_AG20_STDBY  0xF0248188          Alarm 0 Status Register
PMS_AG21_STDBY  0xF024818C          Alarm 1 Status Register
PMS_MONBISTSTAT 0xF0248190          SMU_stdby BIST Status Register
PMS_MONBISTCTRL 0xF0248198          SMU_stdby BIST Control Register
PMS_CMD_STDBY   0xF024819C          SMU_stdby Command Register
PMS_AG20FSP_STDBY 0xF02481A4          SMU_stdby 0 FSP Configuration Register
PMS_AG21FSP_STDBY 0xF02481A8          SMU_stdby 1 FSP Configuration Register
PMS_DTSSTAT     0xF02481C0          Die Temperature Sensor Status Register
PMS_DTSLIM      0xF02481C8          Die Temperature Sensor Limit Register
PMS_OTSS        0xF02481E0          OCDS Trigger Set Select Register
PMS_OTSC0       0xF02481E4          OCDS Trigger Set Control 0 Register
PMS_OTSC1       0xF02481E8          OCDS Trigger Set Control 1 Register
PMS_ACCEN1      0xF02481F8          Access Enable Register 1
PMS_ACCEN0      0xF02481FC          Access Enable Register 0
HSPDM_CLC       0xF0282000          Clock Control Register
HSPDM_ID        0xF0282008          Module Identification Register
HSPDM_BUFA0     0xF0282010          RAM Buffer A Register 0
HSPDM_BUFB0     0xF0282018          RAM Buffer B Register 0
HSPDM_CURRAD    0xF028201C          Current Address Register
HSPDM_MUTE0     0xF0282020          MUTE0 Register
HSPDM_MUTE1     0xF0282024          MUTE1 Register
HSPDM_ADCTG     0xF0282030          ADC Trigger Register
HSPDM_ADCTGCNT  0xF0282034          ADC Trigger Count Register
HSPDM_CON       0xF0282038          Configuration Register
HSPDM_FLAGS     0xF0282044          Flags Register
HSPDM_FLAGSSET  0xF0282048          Flags Set Register
HSPDM_FLAGSCLEAR 0xF028204C          Flags Clear Register
HSPDM_FLAGSEN   0xF0282050          Flags Enable Register
HSPDM_OCS       0xF02820E8          OCDS Control and Status Register
HSPDM_KRSTCLR   0xF02820EC          Kernel Reset Status Clear Register
HSPDM_KRST1     0xF02820F0          Kernel Reset Register 1
HSPDM_KRST0     0xF02820F4          Kernel Reset Register 0
HSPDM_ACCEN1    0xF02820F8          Access Enable Register 1
HSPDM_ACCEN0    0xF02820FC          Access Enable Register 0
SDMMC0_SDMASA   0xF02B0000          SDMA System Address register
SDMMC0_BLOCKSIZE 0xF02B0004          Block Size register
SDMMC0_BLOCKCOUNT 0xF02B0006          16-bit Block Count register
SDMMC0_ARGUMENT 0xF02B0008          Argument register
SDMMC0_XFER_MODE 0xF02B000C          Transfer Mode register
SDMMC0_CMD      0xF02B000E          Command register
SDMMC0_RESP01   0xF02B0010          Response Register 01
SDMMC0_RESP23   0xF02B0014          Response Register 23
SDMMC0_RESP45   0xF02B0018          Response Register 45
SDMMC0_RESP67   0xF02B001C          Response Register 67
SDMMC0_BUF_DATA 0xF02B0020          Buffer Data Port Register
SDMMC0_PSTATE_REG 0xF02B0024          Present State Register
SDMMC0_HOST_CTRL1 0xF02B0028          Host Control 1 Register
SDMMC0_PWR_CTRL 0xF02B0029          Power Control Register
SDMMC0_BGAP_CTRL 0xF02B002A          Block Gap Control Register
SDMMC0_WUP_CTRL 0xF02B002B          Wakeup Control Register
SDMMC0_CLK_CTRL 0xF02B002C          Clock Control Register
SDMMC0_TOUT_CTRL 0xF02B002E          Timeout Control Register
SDMMC0_SW_RST   0xF02B002F          Software Reset Register
SDMMC0_NORMAL_INT_STAT 0xF02B0030          Normal Interrupt Status Register
SDMMC0_ERROR_INT_STAT 0xF02B0032          Error Interrupt Status Register
SDMMC0_NORMAL_INT_STAT_EN 0xF02B0034          Normal Interrupt Status Enable Register
SDMMC0_ERROR_INT_STAT_EN 0xF02B0036          Error Interrupt Status Enable Register
SDMMC0_NORMAL_INT_SIGNAL_EN 0xF02B0038          Normal Interrupt Signal Enable Register
SDMMC0_ERROR_INT_SIGNAL_EN 0xF02B003A          Error Interrupt Signal Enable Register
SDMMC0_AUTO_CMD_STAT 0xF02B003C          Auto CMD Status Register
SDMMC0_HOST_CTRL2 0xF02B003E          Host Control 2 Register
SDMMC0_CAPABILITIES1 0xF02B0040          Capabilities 1 Register 0 to 31
SDMMC0_CAPABILITIES2 0xF02B0044          Capabilities Register 32 to 63
SDMMC0_CURR_CAPABILITIES1 0xF02B0048          Maximum Current Capabilities Register 0 to 31
SDMMC0_CURR_CAPABILITIES2 0xF02B004C          Maximum Current Capabilities Register 32 to 63
SDMMC0_FORCE_AUTO_CMD_STAT 0xF02B0050          Force Event Register for Auto CMD Error Status register
SDMMC0_FORCE_ERROR_INT_STAT 0xF02B0052          Force Event Register for Error Interrupt Status
SDMMC0_ADMA_ERR_STAT 0xF02B0054          ADMA Error Status Register
SDMMC0_ADMA_SA_LOW 0xF02B0058          ADMA System Address Register Low
SDMMC0_PRESET_INIT 0xF02B0060          Preset Value for Initialization
SDMMC0_PRESET_DS 0xF02B0062          Preset Value for Default Speed
SDMMC0_PRESET_HS 0xF02B0064          Preset Value for High Speed
SDMMC0_ADMA_ID_LOW 0xF02B0078          ADMA3 Integrated Descriptor Address Register - Low
SDMMC0_P_VENDOR_SPECIFIC_AREA 0xF02B00E8          Pointer for Vendor Specific Area 1
SDMMC0_P_VENDOR2_SPECIFIC_AREA 0xF02B00EA          Pointer for Vendor Specific Area 2
SDMMC0_SLOT_INTR_STATUS 0xF02B00FC          Slot Interrupt Status Register
SDMMC0_HOST_CNTRL_VERS 0xF02B00FE          Host Controller Version
SDMMC0_MSHC_VER_ID 0xF02B0180          MSHC version
SDMMC0_MSHC_VER_TYPE 0xF02B0184          MSHC version type
SDMMC0_MBIU_CTRL 0xF02B0190          DMA burst control register
SDMMC0_EMMC_CTRL 0xF02B01AC          eMMC Control register
SDMMC0_BOOT_CTRL 0xF02B01AE          eMMC Boot Control register
SDMMC0_EMBEDDED_CTRL 0xF02B0280          Embedded Control register
SDMMC0_CLC      0xF02B0300          Clock Control Register
SDMMC0_ID       0xF02B0304          Module Identification Register
SDMMC0_ACCEN0   0xF02B030C          Access Enable Register 0
SDMMC0_ACCEN1   0xF02B0310          Access Enable Register 1
SDMMC0_KRST0    0xF02B0314          Kernel Reset Register 0
SDMMC0_KRST1    0xF02B0318          Kernel Reset Register 1
SDMMC0_KRSTCLR  0xF02B031C          Kernel Reset Status Clear Register
ASCLIN10_CLC    0xF02C0A00          Clock Control Register
ASCLIN10_IOCR   0xF02C0A04          Input and Output Control Register
ASCLIN10_ID     0xF02C0A08          Module Identification Register
ASCLIN10_TXFIFOCON 0xF02C0A0C          TX FIFO Configuration Register
ASCLIN10_RXFIFOCON 0xF02C0A10          RX FIFO Configuration Register
ASCLIN10_BITCON 0xF02C0A14          Bit Configuration Register
ASCLIN10_FRAMECON 0xF02C0A18          Frame Control Register
ASCLIN10_DATCON 0xF02C0A1C          Data Configuration Register
ASCLIN10_BRG    0xF02C0A20          Baud Rate Generation Register
ASCLIN10_BRD    0xF02C0A24          Baud Rate Detection Register
ASCLIN10_LINCON 0xF02C0A28          LIN Control Register
ASCLIN10_LINBTIMER 0xF02C0A2C          LIN Break Timer Register
ASCLIN10_LINHTIMER 0xF02C0A30          LIN Header Timer Register
ASCLIN10_FLAGS  0xF02C0A34          Flags Register
ASCLIN10_FLAGSSET 0xF02C0A38          Flags Set Register
ASCLIN10_FLAGSCLEAR 0xF02C0A3C          Flags Clear Register
ASCLIN10_FLAGSENABLE 0xF02C0A40          Flags Enable Register
ASCLIN10_TXDATA 0xF02C0A44          Transmit Data Register
ASCLIN10_RXDATA 0xF02C0A48          Receive Data Register
ASCLIN10_CSR    0xF02C0A4C          Clock Selection Register
ASCLIN10_RXDATAD 0xF02C0A50          Receive Data Debug Register
ASCLIN10_OCS    0xF02C0AE8          OCDS Control and Status
ASCLIN10_KRSTCLR 0xF02C0AEC          Kernel Reset Status Clear Register
ASCLIN10_KRST1  0xF02C0AF0          Kernel Reset Register 1
ASCLIN10_KRST0  0xF02C0AF4          Kernel Reset Register 0
ASCLIN10_ACCEN0 0xF02C0AFC          Access Enable Register 0
ASCLIN11_CLC    0xF02C0B00          Clock Control Register
ASCLIN11_IOCR   0xF02C0B04          Input and Output Control Register
ASCLIN11_ID     0xF02C0B08          Module Identification Register
ASCLIN11_TXFIFOCON 0xF02C0B0C          TX FIFO Configuration Register
ASCLIN11_RXFIFOCON 0xF02C0B10          RX FIFO Configuration Register
ASCLIN11_BITCON 0xF02C0B14          Bit Configuration Register
ASCLIN11_FRAMECON 0xF02C0B18          Frame Control Register
ASCLIN11_DATCON 0xF02C0B1C          Data Configuration Register
ASCLIN11_BRG    0xF02C0B20          Baud Rate Generation Register
ASCLIN11_BRD    0xF02C0B24          Baud Rate Detection Register
ASCLIN11_LINCON 0xF02C0B28          LIN Control Register
ASCLIN11_LINBTIMER 0xF02C0B2C          LIN Break Timer Register
ASCLIN11_LINHTIMER 0xF02C0B30          LIN Header Timer Register
ASCLIN11_FLAGS  0xF02C0B34          Flags Register
ASCLIN11_FLAGSSET 0xF02C0B38          Flags Set Register
ASCLIN11_FLAGSCLEAR 0xF02C0B3C          Flags Clear Register
ASCLIN11_FLAGSENABLE 0xF02C0B40          Flags Enable Register
ASCLIN11_TXDATA 0xF02C0B44          Transmit Data Register
ASCLIN11_RXDATA 0xF02C0B48          Receive Data Register
ASCLIN11_CSR    0xF02C0B4C          Clock Selection Register
ASCLIN11_RXDATAD 0xF02C0B50          Receive Data Debug Register
ASCLIN11_OCS    0xF02C0BE8          OCDS Control and Status
ASCLIN11_KRSTCLR 0xF02C0BEC          Kernel Reset Status Clear Register
ASCLIN11_KRST1  0xF02C0BF0          Kernel Reset Register 1
ASCLIN11_KRST0  0xF02C0BF4          Kernel Reset Register 0
ASCLIN11_ACCEN0 0xF02C0BFC          Access Enable Register 0
FSI_COMM_1      0xF8030004          Communication Register 1
FSI_COMM_2      0xF8030005          Communication Register 2
FSI_HSMCOMM_1   0xF8030006          HSM Communication Register 1
FSI_HSMCOMM_2   0xF8030007          HSM Communication Register 2
PMU_ID          0xF8038508          Module Identification Register
DMU_HF_ID       0xF8040008          Module Identification Register
DMU_HF_STATUS   0xF8040010          Flash Status Register
DMU_HF_CONTROL  0xF8040014          Flash Control Register
DMU_HF_OPERATION 0xF8040018          Flash Operation Register
DMU_HF_PROTECT  0xF804001C          Flash Protection Status Register
DMU_HF_CONFIRM0 0xF8040020          Flash Confirm Status Register 0
DMU_HF_CONFIRM1 0xF8040024          Flash Confirm Status Register 1
DMU_HF_CONFIRM2 0xF8040028          Flash Confirm Status Register 2
DMU_HF_EER      0xF8040030          Enable Error Interrupt Control Register
DMU_HF_ERRSR    0xF8040034          Error Status Register
DMU_HF_CLRE     0xF8040038          Clear Error Register
DMU_HF_ECCR     0xF8040040          DF0 ECC Read Register
DMU_HF_ECCS     0xF8040044          DF0 ECC Status Register
DMU_HF_ECCC     0xF8040048          DF0 ECC Control Register
DMU_HF_ECCW     0xF804004C          DF0 ECC Write Register
DMU_HF_CCONTROL 0xF8040050          Cranking Control Register
DMU_HF_PSTATUS  0xF8040060          Power Status Register
DMU_HF_PCONTROL 0xF8040064          Power Control Register
DMU_HF_PWAIT    0xF8040068          PFLASH Wait Cycle Register
DMU_HF_DWAIT    0xF804006C          DFLASH Wait Cycle Register
DMU_HF_PROCONUSR 0xF8040074          DF0 User Mode Control
DMU_HF_PROCONPF 0xF8040080          PFLASH Protection Configuration
DMU_HF_PROCONTP 0xF8040084          Tuning Protection Configuration
DMU_HF_PROCONDF 0xF8040088          DFLASH Protection Configuration
DMU_HF_PROCONRAM 0xF804008C          RAM Configuration
DMU_HF_PROCONDBG 0xF8040090          Debug Interface Protection Configuration
DMU_HF_SUSPEND  0xF80400F0          Suspend Control Register
DMU_HF_MARGIN   0xF80400F4          Margin Control Register
DMU_HF_ACCEN1   0xF80400F8          Access Enable Register 1
DMU_HF_ACCEN0   0xF80400FC          Access Enable Register 0
DMU_HP_PROCONP00 0xF8050000          PFLASH Bank 0 Protection Configuration 0
DMU_HP_PROCONP01 0xF8050004          PFLASH Bank 0 Protection Configuration 1
DMU_HP_PROCONP02 0xF8050008          PFLASH Bank 0 Protection Configuration 2
DMU_HP_PROCONP03 0xF805000C          PFLASH Bank 0 Protection Configuration 3
DMU_HP_PROCONP04 0xF8050010          PFLASH Bank 0 Protection Configuration 4
DMU_HP_PROCONP05 0xF8050014          PFLASH Bank 0 Protection Configuration 5
DMU_HP_PROCONOTP00 0xF8050040          PFLASH Bank 0 OTP Protection Configuration 0
DMU_HP_PROCONOTP01 0xF8050044          PFLASH Bank 0 OTP Protection Configuration 1
DMU_HP_PROCONOTP02 0xF8050048          PFLASH Bank 0 OTP Protection Configuration 2
DMU_HP_PROCONOTP03 0xF805004C          PFLASH Bank 0 OTP Protection Configuration 3
DMU_HP_PROCONOTP04 0xF8050050          PFLASH Bank 0 OTP Protection Configuration 4
DMU_HP_PROCONOTP05 0xF8050054          PFLASH Bank 0 OTP Protection Configuration 5
DMU_HP_PROCONWOP00 0xF8050080          PFLASH Bank 0 WOP Configuration 0
DMU_HP_PROCONWOP01 0xF8050084          PFLASH Bank 0 WOP Configuration 1
DMU_HP_PROCONWOP02 0xF8050088          PFLASH Bank 0 WOP Configuration 2
DMU_HP_PROCONWOP03 0xF805008C          PFLASH Bank 0 WOP Configuration 3
DMU_HP_PROCONWOP04 0xF8050090          PFLASH Bank 0 WOP Configuration 4
DMU_HP_PROCONWOP05 0xF8050094          PFLASH Bank 0 WOP Configuration 5
DMU_HP_ECPRIO00 0xF80500A0          PFLASH Bank 0 Erase Counter Priority configuration 0
DMU_HP_ECPRIO01 0xF80500A4          PFLASH Bank 0 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO02 0xF80500A8          PFLASH Bank 0 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO03 0xF80500AC          PFLASH Bank 0 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO04 0xF80500B0          PFLASH Bank 0 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO05 0xF80500B4          PFLASH Bank 0 Erase Counter Priority Configuration 5
DMU_HP_PROCONP10 0xF8050100          PFLASH Bank 1 Protection Configuration 0
DMU_HP_PROCONP11 0xF8050104          PFLASH Bank 1 Protection Configuration 1
DMU_HP_PROCONP12 0xF8050108          PFLASH Bank 1 Protection Configuration 2
DMU_HP_PROCONP13 0xF805010C          PFLASH Bank 1 Protection Configuration 3
DMU_HP_PROCONP14 0xF8050110          PFLASH Bank 1 Protection Configuration 4
DMU_HP_PROCONP15 0xF8050114          PFLASH Bank 1 Protection Configuration 5
DMU_HP_PROCONOTP10 0xF8050140          PFLASH Bank 1 OTP Protection Configuration 0
DMU_HP_PROCONOTP11 0xF8050144          PFLASH Bank 1 OTP Protection Configuration 1
DMU_HP_PROCONOTP12 0xF8050148          PFLASH Bank 1 OTP Protection Configuration 2
DMU_HP_PROCONOTP13 0xF805014C          PFLASH Bank 1 OTP Protection Configuration 3
DMU_HP_PROCONOTP14 0xF8050150          PFLASH Bank 1 OTP Protection Configuration 4
DMU_HP_PROCONOTP15 0xF8050154          PFLASH Bank 1 OTP Protection Configuration 5
DMU_HP_PROCONWOP10 0xF8050180          PFLASH Bank 1 WOP Configuration 0
DMU_HP_PROCONWOP11 0xF8050184          PFLASH Bank 1 WOP Configuration 1
DMU_HP_PROCONWOP12 0xF8050188          PFLASH Bank 1 WOP Configuration 2
DMU_HP_PROCONWOP13 0xF805018C          PFLASH Bank 1 WOP Configuration 3
DMU_HP_PROCONWOP14 0xF8050190          PFLASH Bank 1 WOP Configuration 4
DMU_HP_PROCONWOP15 0xF8050194          PFLASH Bank 1 WOP Configuration 5
DMU_HP_ECPRIO10 0xF80501A0          PFLASH Bank 1 Erase Counter Priority configuration 0
DMU_HP_ECPRIO11 0xF80501A4          PFLASH Bank 1 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO12 0xF80501A8          PFLASH Bank 1 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO13 0xF80501AC          PFLASH Bank 1 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO14 0xF80501B0          PFLASH Bank 1 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO15 0xF80501B4          PFLASH Bank 1 Erase Counter Priority Configuration 5
DMU_HP_PROCONP20 0xF8050200          PFLASH Bank 2 Protection Configuration 0
DMU_HP_PROCONP21 0xF8050204          PFLASH Bank 2 Protection Configuration 1
DMU_HP_PROCONP22 0xF8050208          PFLASH Bank 2 Protection Configuration 2
DMU_HP_PROCONP23 0xF805020C          PFLASH Bank 2 Protection Configuration 3
DMU_HP_PROCONP24 0xF8050210          PFLASH Bank 2 Protection Configuration 4
DMU_HP_PROCONP25 0xF8050214          PFLASH Bank 2 Protection Configuration 5
DMU_HP_PROCONOTP20 0xF8050240          PFLASH Bank 2 OTP Protection Configuration 0
DMU_HP_PROCONOTP21 0xF8050244          PFLASH Bank 2 OTP Protection Configuration 1
DMU_HP_PROCONOTP22 0xF8050248          PFLASH Bank 2 OTP Protection Configuration 2
DMU_HP_PROCONOTP23 0xF805024C          PFLASH Bank 2 OTP Protection Configuration 3
DMU_HP_PROCONOTP24 0xF8050250          PFLASH Bank 2 OTP Protection Configuration 4
DMU_HP_PROCONOTP25 0xF8050254          PFLASH Bank 2 OTP Protection Configuration 5
DMU_HP_PROCONWOP20 0xF8050280          PFLASH Bank 2 WOP Configuration 0
DMU_HP_PROCONWOP21 0xF8050284          PFLASH Bank 2 WOP Configuration 1
DMU_HP_PROCONWOP22 0xF8050288          PFLASH Bank 2 WOP Configuration 2
DMU_HP_PROCONWOP23 0xF805028C          PFLASH Bank 2 WOP Configuration 3
DMU_HP_PROCONWOP24 0xF8050290          PFLASH Bank 2 WOP Configuration 4
DMU_HP_PROCONWOP25 0xF8050294          PFLASH Bank 2 WOP Configuration 5
DMU_HP_ECPRIO20 0xF80502A0          PFLASH Bank 2 Erase Counter Priority configuration 0
DMU_HP_ECPRIO21 0xF80502A4          PFLASH Bank 2 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO22 0xF80502A8          PFLASH Bank 2 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO23 0xF80502AC          PFLASH Bank 2 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO24 0xF80502B0          PFLASH Bank 2 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO25 0xF80502B4          PFLASH Bank 2 Erase Counter Priority Configuration 5
DMU_HP_PROCONP30 0xF8050300          PFLASH Bank 3 Protection Configuration 0
DMU_HP_PROCONP31 0xF8050304          PFLASH Bank 3 Protection Configuration 1
DMU_HP_PROCONP32 0xF8050308          PFLASH Bank 3 Protection Configuration 2
DMU_HP_PROCONP33 0xF805030C          PFLASH Bank 3 Protection Configuration 3
DMU_HP_PROCONP34 0xF8050310          PFLASH Bank 3 Protection Configuration 4
DMU_HP_PROCONP35 0xF8050314          PFLASH Bank 3 Protection Configuration 5
DMU_HP_PROCONOTP30 0xF8050340          PFLASH Bank 3 OTP Protection Configuration 0
DMU_HP_PROCONOTP31 0xF8050344          PFLASH Bank 3 OTP Protection Configuration 1
DMU_HP_PROCONOTP32 0xF8050348          PFLASH Bank 3 OTP Protection Configuration 2
DMU_HP_PROCONOTP33 0xF805034C          PFLASH Bank 3 OTP Protection Configuration 3
DMU_HP_PROCONOTP34 0xF8050350          PFLASH Bank 3 OTP Protection Configuration 4
DMU_HP_PROCONOTP35 0xF8050354          PFLASH Bank 3 OTP Protection Configuration 5
DMU_HP_PROCONWOP30 0xF8050380          PFLASH Bank 3 WOP Configuration 0
DMU_HP_PROCONWOP31 0xF8050384          PFLASH Bank 3 WOP Configuration 1
DMU_HP_PROCONWOP32 0xF8050388          PFLASH Bank 3 WOP Configuration 2
DMU_HP_PROCONWOP33 0xF805038C          PFLASH Bank 3 WOP Configuration 3
DMU_HP_PROCONWOP34 0xF8050390          PFLASH Bank 3 WOP Configuration 4
DMU_HP_PROCONWOP35 0xF8050394          PFLASH Bank 3 WOP Configuration 5
DMU_HP_ECPRIO30 0xF80503A0          PFLASH Bank 3 Erase Counter Priority configuration 0
DMU_HP_ECPRIO31 0xF80503A4          PFLASH Bank 3 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO32 0xF80503A8          PFLASH Bank 3 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO33 0xF80503AC          PFLASH Bank 3 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO34 0xF80503B0          PFLASH Bank 3 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO35 0xF80503B4          PFLASH Bank 3 Erase Counter Priority Configuration 5
DMU_HP_PROCONP40 0xF8050400          PFLASH Bank 4 Protection Configuration 0
DMU_HP_PROCONP41 0xF8050404          PFLASH Bank 4 Protection Configuration 1
DMU_HP_PROCONP42 0xF8050408          PFLASH Bank 4 Protection Configuration 2
DMU_HP_PROCONP43 0xF805040C          PFLASH Bank 4 Protection Configuration 3
DMU_HP_PROCONP44 0xF8050410          PFLASH Bank 4 Protection Configuration 4
DMU_HP_PROCONP45 0xF8050414          PFLASH Bank 4 Protection Configuration 5
DMU_HP_PROCONOTP40 0xF8050440          PFLASH Bank 4 OTP Protection Configuration 0
DMU_HP_PROCONOTP41 0xF8050444          PFLASH Bank 4 OTP Protection Configuration 1
DMU_HP_PROCONOTP42 0xF8050448          PFLASH Bank 4 OTP Protection Configuration 2
DMU_HP_PROCONOTP43 0xF805044C          PFLASH Bank 4 OTP Protection Configuration 3
DMU_HP_PROCONOTP44 0xF8050450          PFLASH Bank 4 OTP Protection Configuration 4
DMU_HP_PROCONOTP45 0xF8050454          PFLASH Bank 4 OTP Protection Configuration 5
DMU_HP_PROCONWOP40 0xF8050480          PFLASH Bank 4 WOP Configuration 0
DMU_HP_PROCONWOP41 0xF8050484          PFLASH Bank 4 WOP Configuration 1
DMU_HP_PROCONWOP42 0xF8050488          PFLASH Bank 4 WOP Configuration 2
DMU_HP_PROCONWOP43 0xF805048C          PFLASH Bank 4 WOP Configuration 3
DMU_HP_PROCONWOP44 0xF8050490          PFLASH Bank 4 WOP Configuration 4
DMU_HP_PROCONWOP45 0xF8050494          PFLASH Bank 4 WOP Configuration 5
DMU_HP_ECPRIO40 0xF80504A0          PFLASH Bank 4 Erase Counter Priority configuration 0
DMU_HP_ECPRIO41 0xF80504A4          PFLASH Bank 4 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO42 0xF80504A8          PFLASH Bank 4 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO43 0xF80504AC          PFLASH Bank 4 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO44 0xF80504B0          PFLASH Bank 4 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO45 0xF80504B4          PFLASH Bank 4 Erase Counter Priority Configuration 5
DMU_HP_PROCONP50 0xF8050500          PFLASH Bank 5 Protection Configuration 0
DMU_HP_PROCONP51 0xF8050504          PFLASH Bank 5 Protection Configuration 1
DMU_HP_PROCONP52 0xF8050508          PFLASH Bank 5 Protection Configuration 2
DMU_HP_PROCONP53 0xF805050C          PFLASH Bank 5 Protection Configuration 3
DMU_HP_PROCONP54 0xF8050510          PFLASH Bank 5 Protection Configuration 4
DMU_HP_PROCONP55 0xF8050514          PFLASH Bank 5 Protection Configuration 5
DMU_HP_PROCONOTP50 0xF8050540          PFLASH Bank 5 OTP Protection Configuration 0
DMU_HP_PROCONOTP51 0xF8050544          PFLASH Bank 5 OTP Protection Configuration 1
DMU_HP_PROCONOTP52 0xF8050548          PFLASH Bank 5 OTP Protection Configuration 2
DMU_HP_PROCONOTP53 0xF805054C          PFLASH Bank 5 OTP Protection Configuration 3
DMU_HP_PROCONOTP54 0xF8050550          PFLASH Bank 5 OTP Protection Configuration 4
DMU_HP_PROCONOTP55 0xF8050554          PFLASH Bank 5 OTP Protection Configuration 5
DMU_HP_PROCONWOP50 0xF8050580          PFLASH Bank 5 WOP Configuration 0
DMU_HP_PROCONWOP51 0xF8050584          PFLASH Bank 5 WOP Configuration 1
DMU_HP_PROCONWOP52 0xF8050588          PFLASH Bank 5 WOP Configuration 2
DMU_HP_PROCONWOP53 0xF805058C          PFLASH Bank 5 WOP Configuration 3
DMU_HP_PROCONWOP54 0xF8050590          PFLASH Bank 5 WOP Configuration 4
DMU_HP_PROCONWOP55 0xF8050594          PFLASH Bank 5 WOP Configuration 5
DMU_HP_ECPRIO50 0xF80505A0          PFLASH Bank 5 Erase Counter Priority configuration 0
DMU_HP_ECPRIO51 0xF80505A4          PFLASH Bank 5 Erase Counter Priority Configuration 1
DMU_HP_ECPRIO52 0xF80505A8          PFLASH Bank 5 Erase Counter Priority Configuration 2
DMU_HP_ECPRIO53 0xF80505AC          PFLASH Bank 5 Erase Counter Priority Configuration 3
DMU_HP_ECPRIO54 0xF80505B0          PFLASH Bank 5 Erase Counter Priority Configuration 4
DMU_HP_ECPRIO55 0xF80505B4          PFLASH Bank 5 Erase Counter Priority Configuration 5
DMU_SF_STATUS   0xF8060010          HSM Flash Status Register
DMU_SF_CONTROL  0xF8060014          HSM Flash Configuration Register
DMU_SF_OPERATION 0xF8060018          HSM Flash Operation Register
DMU_SF_EER      0xF8060030          HSM Enable Error Interrupt Control Register
DMU_SF_ERRSR    0xF8060034          HSM Error Status Register
DMU_SF_CLRE     0xF8060038          HSM Clear Error Register
DMU_SF_ECCR     0xF8060040          HSM DF1 ECC Read Register
DMU_SF_ECCS     0xF8060044          HSM DF1 ECC Status Register
DMU_SF_ECCC     0xF8060048          HSM DF1 ECC Control Register
DMU_SF_ECCW     0xF806004C          HSM DF1 ECC Write Register
DMU_SF_PROCONUSR 0xF8060074          HSM DF1 User Mode Control
DMU_SF_SUSPEND  0xF80600E8          HSM Suspend Control Register
DMU_SF_MARGIN   0xF80600EC          HSM DF1 Margin Control Register
DMU_SP_PROCONHSMCFG 0xF8070000          HSM Protection Configuration
DMU_SP_PROCONHSMCBS 0xF8070004          HSM Code Boot Sector
DMU_SP_PROCONHSMCX0 0xF8070008          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCX1 0xF807000C          HSM Code Exclusive Protection Configuration
DMU_SP_PROCONHSMCOTP0 0xF8070010          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSMCOTP1 0xF8070014          HSM Code OTP Protection Configuration
DMU_SP_PROCONHSM 0xF8070040          HSM Interface Protection Configuration
LMU0_CLC        0xF8100000          LMU Clock Control Register
LMU0_MODID      0xF8100008          LMU Module ID Register
LMU0_ACCEN0     0xF8100010          LMU Access Enable Register 0
LMU0_ACCEN1     0xF8100014          LMU Access Enable Register 1
LMU0_MEMCON     0xF8100020          LMU Memory Control Register
LMU0_SCTRL      0xF8100024          LMU Safety Control Register
LMU0_RGNLA0     0xF8100050          LMU Region Lower Address Register 0
LMU0_RGNUA0     0xF8100054          LMU Region Upper Address Register 0
LMU0_RGNACCENWA0 0xF8100058          LMU Region Write Access Enable Register A0
LMU0_RGNACCENWB0 0xF810005C          LMU Region Write Access Enable Register B0
LMU0_RGNLA1     0xF8100060          LMU Region Lower Address Register 1
LMU0_RGNUA1     0xF8100064          LMU Region Upper Address Register 1
LMU0_RGNACCENWA1 0xF8100068          LMU Region Write Access Enable Register A1
LMU0_RGNACCENWB1 0xF810006C          LMU Region Write Access Enable Register B1
LMU0_RGNLA2     0xF8100070          LMU Region Lower Address Register 2
LMU0_RGNUA2     0xF8100074          LMU Region Upper Address Register 2
LMU0_RGNACCENWA2 0xF8100078          LMU Region Write Access Enable Register A2
LMU0_RGNACCENWB2 0xF810007C          LMU Region Write Access Enable Register B2
LMU0_RGNLA3     0xF8100080          LMU Region Lower Address Register 3
LMU0_RGNUA3     0xF8100084          LMU Region Upper Address Register 3
LMU0_RGNACCENWA3 0xF8100088          LMU Region Write Access Enable Register A3
LMU0_RGNACCENWB3 0xF810008C          LMU Region Write Access Enable Register B3
LMU0_RGNLA4     0xF8100090          LMU Region Lower Address Register 4
LMU0_RGNUA4     0xF8100094          LMU Region Upper Address Register 4
LMU0_RGNACCENWA4 0xF8100098          LMU Region Write Access Enable Register A4
LMU0_RGNACCENWB4 0xF810009C          LMU Region Write Access Enable Register B4
LMU0_RGNLA5     0xF81000A0          LMU Region Lower Address Register 5
LMU0_RGNUA5     0xF81000A4          LMU Region Upper Address Register 5
LMU0_RGNACCENWA5 0xF81000A8          LMU Region Write Access Enable Register A5
LMU0_RGNACCENWB5 0xF81000AC          LMU Region Write Access Enable Register B5
LMU0_RGNLA6     0xF81000B0          LMU Region Lower Address Register 6
LMU0_RGNUA6     0xF81000B4          LMU Region Upper Address Register 6
LMU0_RGNACCENWA6 0xF81000B8          LMU Region Write Access Enable Register A6
LMU0_RGNACCENWB6 0xF81000BC          LMU Region Write Access Enable Register B6
LMU0_RGNLA7     0xF81000C0          LMU Region Lower Address Register 7
LMU0_RGNUA7     0xF81000C4          LMU Region Upper Address Register 7
LMU0_RGNACCENWA7 0xF81000C8          LMU Region Write Access Enable Register A7
LMU0_RGNACCENWB7 0xF81000CC          LMU Region Write Access Enable Register B7
LMU0_RGNLA8     0xF81000D0          LMU Region Lower Address Register 8
LMU0_RGNUA8     0xF81000D4          LMU Region Upper Address Register 8
LMU0_RGNACCENWA8 0xF81000D8          LMU Region Write Access Enable Register A8
LMU0_RGNACCENWB8 0xF81000DC          LMU Region Write Access Enable Register B8
LMU0_RGNLA9     0xF81000E0          LMU Region Lower Address Register 9
LMU0_RGNUA9     0xF81000E4          LMU Region Upper Address Register 9
LMU0_RGNACCENWA9 0xF81000E8          LMU Region Write Access Enable Register A9
LMU0_RGNACCENWB9 0xF81000EC          LMU Region Write Access Enable Register B9
LMU0_RGNLA10    0xF81000F0          LMU Region Lower Address Register 10
LMU0_RGNUA10    0xF81000F4          LMU Region Upper Address Register 10
LMU0_RGNACCENWA10 0xF81000F8          LMU Region Write Access Enable Register A10
LMU0_RGNACCENWB10 0xF81000FC          LMU Region Write Access Enable Register B10
LMU0_RGNLA11    0xF8100100          LMU Region Lower Address Register 11
LMU0_RGNUA11    0xF8100104          LMU Region Upper Address Register 11
LMU0_RGNACCENWA11 0xF8100108          LMU Region Write Access Enable Register A11
LMU0_RGNACCENWB11 0xF810010C          LMU Region Write Access Enable Register B11
LMU0_RGNLA12    0xF8100110          LMU Region Lower Address Register 12
LMU0_RGNUA12    0xF8100114          LMU Region Upper Address Register 12
LMU0_RGNACCENWA12 0xF8100118          LMU Region Write Access Enable Register A12
LMU0_RGNACCENWB12 0xF810011C          LMU Region Write Access Enable Register B12
LMU0_RGNLA13    0xF8100120          LMU Region Lower Address Register 13
LMU0_RGNUA13    0xF8100124          LMU Region Upper Address Register 13
LMU0_RGNACCENWA13 0xF8100128          LMU Region Write Access Enable Register A13
LMU0_RGNACCENWB13 0xF810012C          LMU Region Write Access Enable Register B13
LMU0_RGNLA14    0xF8100130          LMU Region Lower Address Register 14
LMU0_RGNUA14    0xF8100134          LMU Region Upper Address Register 14
LMU0_RGNACCENWA14 0xF8100138          LMU Region Write Access Enable Register A14
LMU0_RGNACCENWB14 0xF810013C          LMU Region Write Access Enable Register B14
LMU0_RGNLA15    0xF8100140          LMU Region Lower Address Register 15
LMU0_RGNUA15    0xF8100144          LMU Region Upper Address Register 15
LMU0_RGNACCENWA15 0xF8100148          LMU Region Write Access Enable Register A15
LMU0_RGNACCENWB15 0xF810014C          LMU Region Write Access Enable Register B15
LMU0_RGNACCENRA0 0xF8100158          LMU Region Read Access Enable Register A0
LMU0_RGNACCENRB0 0xF810015C          LMU Region Read Access Enable Register B0
LMU0_RGNACCENRA1 0xF8100168          LMU Region Read Access Enable Register A1
LMU0_RGNACCENRB1 0xF810016C          LMU Region Read Access Enable Register B1
LMU0_RGNACCENRA2 0xF8100178          LMU Region Read Access Enable Register A2
LMU0_RGNACCENRB2 0xF810017C          LMU Region Read Access Enable Register B2
LMU0_RGNACCENRA3 0xF8100188          LMU Region Read Access Enable Register A3
LMU0_RGNACCENRB3 0xF810018C          LMU Region Read Access Enable Register B3
LMU0_RGNACCENRA4 0xF8100198          LMU Region Read Access Enable Register A4
LMU0_RGNACCENRB4 0xF810019C          LMU Region Read Access Enable Register B4
LMU0_RGNACCENRA5 0xF81001A8          LMU Region Read Access Enable Register A5
LMU0_RGNACCENRB5 0xF81001AC          LMU Region Read Access Enable Register B5
LMU0_RGNACCENRA6 0xF81001B8          LMU Region Read Access Enable Register A6
LMU0_RGNACCENRB6 0xF81001BC          LMU Region Read Access Enable Register B6
LMU0_RGNACCENRA7 0xF81001C8          LMU Region Read Access Enable Register A7
LMU0_RGNACCENRB7 0xF81001CC          LMU Region Read Access Enable Register B7
LMU0_RGNACCENRA8 0xF81001D8          LMU Region Read Access Enable Register A8
LMU0_RGNACCENRB8 0xF81001DC          LMU Region Read Access Enable Register B8
LMU0_RGNACCENRA9 0xF81001E8          LMU Region Read Access Enable Register A9
LMU0_RGNACCENRB9 0xF81001EC          LMU Region Read Access Enable Register B9
LMU0_RGNACCENRA10 0xF81001F8          LMU Region Read Access Enable Register A10
LMU0_RGNACCENRB10 0xF81001FC          LMU Region Read Access Enable Register B10
LMU0_RGNACCENRA11 0xF8100208          LMU Region Read Access Enable Register A11
LMU0_RGNACCENRB11 0xF810020C          LMU Region Read Access Enable Register B11
LMU0_RGNACCENRA12 0xF8100218          LMU Region Read Access Enable Register A12
LMU0_RGNACCENRB12 0xF810021C          LMU Region Read Access Enable Register B12
LMU0_RGNACCENRA13 0xF8100228          LMU Region Read Access Enable Register A13
LMU0_RGNACCENRB13 0xF810022C          LMU Region Read Access Enable Register B13
LMU0_RGNACCENRA14 0xF8100238          LMU Region Read Access Enable Register A14
LMU0_RGNACCENRB14 0xF810023C          LMU Region Read Access Enable Register B14
LMU0_RGNACCENRA15 0xF8100248          LMU Region Read Access Enable Register A15
LMU0_RGNACCENRB15 0xF810024C          LMU Region Read Access Enable Register B15
LMU1_CLC        0xF8110000          LMU Clock Control Register
LMU1_MODID      0xF8110008          LMU Module ID Register
LMU1_ACCEN0     0xF8110010          LMU Access Enable Register 0
LMU1_ACCEN1     0xF8110014          LMU Access Enable Register 1
LMU1_MEMCON     0xF8110020          LMU Memory Control Register
LMU1_SCTRL      0xF8110024          LMU Safety Control Register
LMU1_RGNLA0     0xF8110050          LMU Region Lower Address Register 0
LMU1_RGNUA0     0xF8110054          LMU Region Upper Address Register 0
LMU1_RGNACCENWA0 0xF8110058          LMU Region Write Access Enable Register A0
LMU1_RGNACCENWB0 0xF811005C          LMU Region Write Access Enable Register B0
LMU1_RGNLA1     0xF8110060          LMU Region Lower Address Register 1
LMU1_RGNUA1     0xF8110064          LMU Region Upper Address Register 1
LMU1_RGNACCENWA1 0xF8110068          LMU Region Write Access Enable Register A1
LMU1_RGNACCENWB1 0xF811006C          LMU Region Write Access Enable Register B1
LMU1_RGNLA2     0xF8110070          LMU Region Lower Address Register 2
LMU1_RGNUA2     0xF8110074          LMU Region Upper Address Register 2
LMU1_RGNACCENWA2 0xF8110078          LMU Region Write Access Enable Register A2
LMU1_RGNACCENWB2 0xF811007C          LMU Region Write Access Enable Register B2
LMU1_RGNLA3     0xF8110080          LMU Region Lower Address Register 3
LMU1_RGNUA3     0xF8110084          LMU Region Upper Address Register 3
LMU1_RGNACCENWA3 0xF8110088          LMU Region Write Access Enable Register A3
LMU1_RGNACCENWB3 0xF811008C          LMU Region Write Access Enable Register B3
LMU1_RGNLA4     0xF8110090          LMU Region Lower Address Register 4
LMU1_RGNUA4     0xF8110094          LMU Region Upper Address Register 4
LMU1_RGNACCENWA4 0xF8110098          LMU Region Write Access Enable Register A4
LMU1_RGNACCENWB4 0xF811009C          LMU Region Write Access Enable Register B4
LMU1_RGNLA5     0xF81100A0          LMU Region Lower Address Register 5
LMU1_RGNUA5     0xF81100A4          LMU Region Upper Address Register 5
LMU1_RGNACCENWA5 0xF81100A8          LMU Region Write Access Enable Register A5
LMU1_RGNACCENWB5 0xF81100AC          LMU Region Write Access Enable Register B5
LMU1_RGNLA6     0xF81100B0          LMU Region Lower Address Register 6
LMU1_RGNUA6     0xF81100B4          LMU Region Upper Address Register 6
LMU1_RGNACCENWA6 0xF81100B8          LMU Region Write Access Enable Register A6
LMU1_RGNACCENWB6 0xF81100BC          LMU Region Write Access Enable Register B6
LMU1_RGNLA7     0xF81100C0          LMU Region Lower Address Register 7
LMU1_RGNUA7     0xF81100C4          LMU Region Upper Address Register 7
LMU1_RGNACCENWA7 0xF81100C8          LMU Region Write Access Enable Register A7
LMU1_RGNACCENWB7 0xF81100CC          LMU Region Write Access Enable Register B7
LMU1_RGNLA8     0xF81100D0          LMU Region Lower Address Register 8
LMU1_RGNUA8     0xF81100D4          LMU Region Upper Address Register 8
LMU1_RGNACCENWA8 0xF81100D8          LMU Region Write Access Enable Register A8
LMU1_RGNACCENWB8 0xF81100DC          LMU Region Write Access Enable Register B8
LMU1_RGNLA9     0xF81100E0          LMU Region Lower Address Register 9
LMU1_RGNUA9     0xF81100E4          LMU Region Upper Address Register 9
LMU1_RGNACCENWA9 0xF81100E8          LMU Region Write Access Enable Register A9
LMU1_RGNACCENWB9 0xF81100EC          LMU Region Write Access Enable Register B9
LMU1_RGNLA10    0xF81100F0          LMU Region Lower Address Register 10
LMU1_RGNUA10    0xF81100F4          LMU Region Upper Address Register 10
LMU1_RGNACCENWA10 0xF81100F8          LMU Region Write Access Enable Register A10
LMU1_RGNACCENWB10 0xF81100FC          LMU Region Write Access Enable Register B10
LMU1_RGNLA11    0xF8110100          LMU Region Lower Address Register 11
LMU1_RGNUA11    0xF8110104          LMU Region Upper Address Register 11
LMU1_RGNACCENWA11 0xF8110108          LMU Region Write Access Enable Register A11
LMU1_RGNACCENWB11 0xF811010C          LMU Region Write Access Enable Register B11
LMU1_RGNLA12    0xF8110110          LMU Region Lower Address Register 12
LMU1_RGNUA12    0xF8110114          LMU Region Upper Address Register 12
LMU1_RGNACCENWA12 0xF8110118          LMU Region Write Access Enable Register A12
LMU1_RGNACCENWB12 0xF811011C          LMU Region Write Access Enable Register B12
LMU1_RGNLA13    0xF8110120          LMU Region Lower Address Register 13
LMU1_RGNUA13    0xF8110124          LMU Region Upper Address Register 13
LMU1_RGNACCENWA13 0xF8110128          LMU Region Write Access Enable Register A13
LMU1_RGNACCENWB13 0xF811012C          LMU Region Write Access Enable Register B13
LMU1_RGNLA14    0xF8110130          LMU Region Lower Address Register 14
LMU1_RGNUA14    0xF8110134          LMU Region Upper Address Register 14
LMU1_RGNACCENWA14 0xF8110138          LMU Region Write Access Enable Register A14
LMU1_RGNACCENWB14 0xF811013C          LMU Region Write Access Enable Register B14
LMU1_RGNLA15    0xF8110140          LMU Region Lower Address Register 15
LMU1_RGNUA15    0xF8110144          LMU Region Upper Address Register 15
LMU1_RGNACCENWA15 0xF8110148          LMU Region Write Access Enable Register A15
LMU1_RGNACCENWB15 0xF811014C          LMU Region Write Access Enable Register B15
LMU1_RGNACCENRA0 0xF8110158          LMU Region Read Access Enable Register A0
LMU1_RGNACCENRB0 0xF811015C          LMU Region Read Access Enable Register B0
LMU1_RGNACCENRA1 0xF8110168          LMU Region Read Access Enable Register A1
LMU1_RGNACCENRB1 0xF811016C          LMU Region Read Access Enable Register B1
LMU1_RGNACCENRA2 0xF8110178          LMU Region Read Access Enable Register A2
LMU1_RGNACCENRB2 0xF811017C          LMU Region Read Access Enable Register B2
LMU1_RGNACCENRA3 0xF8110188          LMU Region Read Access Enable Register A3
LMU1_RGNACCENRB3 0xF811018C          LMU Region Read Access Enable Register B3
LMU1_RGNACCENRA4 0xF8110198          LMU Region Read Access Enable Register A4
LMU1_RGNACCENRB4 0xF811019C          LMU Region Read Access Enable Register B4
LMU1_RGNACCENRA5 0xF81101A8          LMU Region Read Access Enable Register A5
LMU1_RGNACCENRB5 0xF81101AC          LMU Region Read Access Enable Register B5
LMU1_RGNACCENRA6 0xF81101B8          LMU Region Read Access Enable Register A6
LMU1_RGNACCENRB6 0xF81101BC          LMU Region Read Access Enable Register B6
LMU1_RGNACCENRA7 0xF81101C8          LMU Region Read Access Enable Register A7
LMU1_RGNACCENRB7 0xF81101CC          LMU Region Read Access Enable Register B7
LMU1_RGNACCENRA8 0xF81101D8          LMU Region Read Access Enable Register A8
LMU1_RGNACCENRB8 0xF81101DC          LMU Region Read Access Enable Register B8
LMU1_RGNACCENRA9 0xF81101E8          LMU Region Read Access Enable Register A9
LMU1_RGNACCENRB9 0xF81101EC          LMU Region Read Access Enable Register B9
LMU1_RGNACCENRA10 0xF81101F8          LMU Region Read Access Enable Register A10
LMU1_RGNACCENRB10 0xF81101FC          LMU Region Read Access Enable Register B10
LMU1_RGNACCENRA11 0xF8110208          LMU Region Read Access Enable Register A11
LMU1_RGNACCENRB11 0xF811020C          LMU Region Read Access Enable Register B11
LMU1_RGNACCENRA12 0xF8110218          LMU Region Read Access Enable Register A12
LMU1_RGNACCENRB12 0xF811021C          LMU Region Read Access Enable Register B12
LMU1_RGNACCENRA13 0xF8110228          LMU Region Read Access Enable Register A13
LMU1_RGNACCENRB13 0xF811022C          LMU Region Read Access Enable Register B13
LMU1_RGNACCENRA14 0xF8110238          LMU Region Read Access Enable Register A14
LMU1_RGNACCENRB14 0xF811023C          LMU Region Read Access Enable Register B14
LMU1_RGNACCENRA15 0xF8110248          LMU Region Read Access Enable Register A15
LMU1_RGNACCENRB15 0xF811024C          LMU Region Read Access Enable Register B15
LMU2_CLC        0xF8120000          LMU Clock Control Register
LMU2_MODID      0xF8120008          LMU Module ID Register
LMU2_ACCEN0     0xF8120010          LMU Access Enable Register 0
LMU2_ACCEN1     0xF8120014          LMU Access Enable Register 1
LMU2_MEMCON     0xF8120020          LMU Memory Control Register
LMU2_SCTRL      0xF8120024          LMU Safety Control Register
LMU2_RGNLA0     0xF8120050          LMU Region Lower Address Register 0
LMU2_RGNUA0     0xF8120054          LMU Region Upper Address Register 0
LMU2_RGNACCENWA0 0xF8120058          LMU Region Write Access Enable Register A0
LMU2_RGNACCENWB0 0xF812005C          LMU Region Write Access Enable Register B0
LMU2_RGNLA1     0xF8120060          LMU Region Lower Address Register 1
LMU2_RGNUA1     0xF8120064          LMU Region Upper Address Register 1
LMU2_RGNACCENWA1 0xF8120068          LMU Region Write Access Enable Register A1
LMU2_RGNACCENWB1 0xF812006C          LMU Region Write Access Enable Register B1
LMU2_RGNLA2     0xF8120070          LMU Region Lower Address Register 2
LMU2_RGNUA2     0xF8120074          LMU Region Upper Address Register 2
LMU2_RGNACCENWA2 0xF8120078          LMU Region Write Access Enable Register A2
LMU2_RGNACCENWB2 0xF812007C          LMU Region Write Access Enable Register B2
LMU2_RGNLA3     0xF8120080          LMU Region Lower Address Register 3
LMU2_RGNUA3     0xF8120084          LMU Region Upper Address Register 3
LMU2_RGNACCENWA3 0xF8120088          LMU Region Write Access Enable Register A3
LMU2_RGNACCENWB3 0xF812008C          LMU Region Write Access Enable Register B3
LMU2_RGNLA4     0xF8120090          LMU Region Lower Address Register 4
LMU2_RGNUA4     0xF8120094          LMU Region Upper Address Register 4
LMU2_RGNACCENWA4 0xF8120098          LMU Region Write Access Enable Register A4
LMU2_RGNACCENWB4 0xF812009C          LMU Region Write Access Enable Register B4
LMU2_RGNLA5     0xF81200A0          LMU Region Lower Address Register 5
LMU2_RGNUA5     0xF81200A4          LMU Region Upper Address Register 5
LMU2_RGNACCENWA5 0xF81200A8          LMU Region Write Access Enable Register A5
LMU2_RGNACCENWB5 0xF81200AC          LMU Region Write Access Enable Register B5
LMU2_RGNLA6     0xF81200B0          LMU Region Lower Address Register 6
LMU2_RGNUA6     0xF81200B4          LMU Region Upper Address Register 6
LMU2_RGNACCENWA6 0xF81200B8          LMU Region Write Access Enable Register A6
LMU2_RGNACCENWB6 0xF81200BC          LMU Region Write Access Enable Register B6
LMU2_RGNLA7     0xF81200C0          LMU Region Lower Address Register 7
LMU2_RGNUA7     0xF81200C4          LMU Region Upper Address Register 7
LMU2_RGNACCENWA7 0xF81200C8          LMU Region Write Access Enable Register A7
LMU2_RGNACCENWB7 0xF81200CC          LMU Region Write Access Enable Register B7
LMU2_RGNLA8     0xF81200D0          LMU Region Lower Address Register 8
LMU2_RGNUA8     0xF81200D4          LMU Region Upper Address Register 8
LMU2_RGNACCENWA8 0xF81200D8          LMU Region Write Access Enable Register A8
LMU2_RGNACCENWB8 0xF81200DC          LMU Region Write Access Enable Register B8
LMU2_RGNLA9     0xF81200E0          LMU Region Lower Address Register 9
LMU2_RGNUA9     0xF81200E4          LMU Region Upper Address Register 9
LMU2_RGNACCENWA9 0xF81200E8          LMU Region Write Access Enable Register A9
LMU2_RGNACCENWB9 0xF81200EC          LMU Region Write Access Enable Register B9
LMU2_RGNLA10    0xF81200F0          LMU Region Lower Address Register 10
LMU2_RGNUA10    0xF81200F4          LMU Region Upper Address Register 10
LMU2_RGNACCENWA10 0xF81200F8          LMU Region Write Access Enable Register A10
LMU2_RGNACCENWB10 0xF81200FC          LMU Region Write Access Enable Register B10
LMU2_RGNLA11    0xF8120100          LMU Region Lower Address Register 11
LMU2_RGNUA11    0xF8120104          LMU Region Upper Address Register 11
LMU2_RGNACCENWA11 0xF8120108          LMU Region Write Access Enable Register A11
LMU2_RGNACCENWB11 0xF812010C          LMU Region Write Access Enable Register B11
LMU2_RGNLA12    0xF8120110          LMU Region Lower Address Register 12
LMU2_RGNUA12    0xF8120114          LMU Region Upper Address Register 12
LMU2_RGNACCENWA12 0xF8120118          LMU Region Write Access Enable Register A12
LMU2_RGNACCENWB12 0xF812011C          LMU Region Write Access Enable Register B12
LMU2_RGNLA13    0xF8120120          LMU Region Lower Address Register 13
LMU2_RGNUA13    0xF8120124          LMU Region Upper Address Register 13
LMU2_RGNACCENWA13 0xF8120128          LMU Region Write Access Enable Register A13
LMU2_RGNACCENWB13 0xF812012C          LMU Region Write Access Enable Register B13
LMU2_RGNLA14    0xF8120130          LMU Region Lower Address Register 14
LMU2_RGNUA14    0xF8120134          LMU Region Upper Address Register 14
LMU2_RGNACCENWA14 0xF8120138          LMU Region Write Access Enable Register A14
LMU2_RGNACCENWB14 0xF812013C          LMU Region Write Access Enable Register B14
LMU2_RGNLA15    0xF8120140          LMU Region Lower Address Register 15
LMU2_RGNUA15    0xF8120144          LMU Region Upper Address Register 15
LMU2_RGNACCENWA15 0xF8120148          LMU Region Write Access Enable Register A15
LMU2_RGNACCENWB15 0xF812014C          LMU Region Write Access Enable Register B15
LMU2_RGNACCENRA0 0xF8120158          LMU Region Read Access Enable Register A0
LMU2_RGNACCENRB0 0xF812015C          LMU Region Read Access Enable Register B0
LMU2_RGNACCENRA1 0xF8120168          LMU Region Read Access Enable Register A1
LMU2_RGNACCENRB1 0xF812016C          LMU Region Read Access Enable Register B1
LMU2_RGNACCENRA2 0xF8120178          LMU Region Read Access Enable Register A2
LMU2_RGNACCENRB2 0xF812017C          LMU Region Read Access Enable Register B2
LMU2_RGNACCENRA3 0xF8120188          LMU Region Read Access Enable Register A3
LMU2_RGNACCENRB3 0xF812018C          LMU Region Read Access Enable Register B3
LMU2_RGNACCENRA4 0xF8120198          LMU Region Read Access Enable Register A4
LMU2_RGNACCENRB4 0xF812019C          LMU Region Read Access Enable Register B4
LMU2_RGNACCENRA5 0xF81201A8          LMU Region Read Access Enable Register A5
LMU2_RGNACCENRB5 0xF81201AC          LMU Region Read Access Enable Register B5
LMU2_RGNACCENRA6 0xF81201B8          LMU Region Read Access Enable Register A6
LMU2_RGNACCENRB6 0xF81201BC          LMU Region Read Access Enable Register B6
LMU2_RGNACCENRA7 0xF81201C8          LMU Region Read Access Enable Register A7
LMU2_RGNACCENRB7 0xF81201CC          LMU Region Read Access Enable Register B7
LMU2_RGNACCENRA8 0xF81201D8          LMU Region Read Access Enable Register A8
LMU2_RGNACCENRB8 0xF81201DC          LMU Region Read Access Enable Register B8
LMU2_RGNACCENRA9 0xF81201E8          LMU Region Read Access Enable Register A9
LMU2_RGNACCENRB9 0xF81201EC          LMU Region Read Access Enable Register B9
LMU2_RGNACCENRA10 0xF81201F8          LMU Region Read Access Enable Register A10
LMU2_RGNACCENRB10 0xF81201FC          LMU Region Read Access Enable Register B10
LMU2_RGNACCENRA11 0xF8120208          LMU Region Read Access Enable Register A11
LMU2_RGNACCENRB11 0xF812020C          LMU Region Read Access Enable Register B11
LMU2_RGNACCENRA12 0xF8120218          LMU Region Read Access Enable Register A12
LMU2_RGNACCENRB12 0xF812021C          LMU Region Read Access Enable Register B12
LMU2_RGNACCENRA13 0xF8120228          LMU Region Read Access Enable Register A13
LMU2_RGNACCENRB13 0xF812022C          LMU Region Read Access Enable Register B13
LMU2_RGNACCENRA14 0xF8120238          LMU Region Read Access Enable Register A14
LMU2_RGNACCENRB14 0xF812023C          LMU Region Read Access Enable Register B14
LMU2_RGNACCENRA15 0xF8120248          LMU Region Read Access Enable Register A15
LMU2_RGNACCENRB15 0xF812024C          LMU Region Read Access Enable Register B15
EBU_CLC         0xF8400000          EBU Clock Control Register
EBU_MODCON      0xF8400004          EBU Configuration Register
EBU_MODID       0xF8400008          EBU Module Identification Register
EBU_USERCON     0xF840000C          EBU Test/Control Configuration Register
EBU_EXTBOOT     0xF8400010          EBU External Boot Configuration Register
EBU_ADDRSEL0    0xF8400018          EBU Address Select Register 0
EBU_ADDRSEL1    0xF840001C          EBU Address Select Register 1
EBU_ADDRSEL2    0xF8400020          EBU Address Select Register 2
EBU_BUSRCON0    0xF8400028          EBU Bus Configuration Register
EBU_BUSRAP0     0xF840002C          EBU Bus Read Access Parameter Register
EBU_BUSWCON0    0xF8400030          EBU Bus Write Configuration Register
EBU_BUSWAP0     0xF8400034          EBU Bus Write Access Parameter Register
EBU_BUSRCON1    0xF8400038          EBU Bus Configuration Register
EBU_BUSRAP1     0xF840003C          EBU Bus Read Access Parameter Register
EBU_BUSWCON1    0xF8400040          EBU Bus Write Configuration Register
EBU_BUSWAP1     0xF8400044          EBU Bus Write Access Parameter Register
EBU_BUSRCON2    0xF8400048          EBU Bus Configuration Register
EBU_BUSRAP2     0xF840004C          EBU Bus Read Access Parameter Register
EBU_BUSWCON2    0xF8400050          EBU Bus Write Configuration Register
EBU_BUSWAP2     0xF8400054          EBU Bus Write Access Parameter Register
EBU_SDRMCON     0xF8400068          EBU SDRAM Control Register
EBU_SDRMOD      0xF840006C          EBU SDRAM Mode Register
EBU_SDRMREF     0xF8400070          EBU SDRAM Refresh Control Register
EBU_SDRSTAT     0xF8400074          EBU SDRAM Status Register
EBU_ACCEN0      0xF84000B0          EBU Access Enable Register 0
EBU_ACCEN1      0xF84000B4          EBU Access Enable Register 1
DAM0_CLC        0xF8500000          DAM Clock Control Register
DAM0_MODID      0xF8500008          DAM Module ID Register
DAM0_ACCEN0     0xF8500010          DAM Access Enable Register 0
DAM0_ACCEN1     0xF8500014          DAM Access Enable Register 1
DAM0_MEMCON     0xF8500020          DAM Memory Control Register
DAM0_RGNLA0     0xF8500050          DAM Region Lower Address Register 0
DAM0_RGNUA0     0xF8500054          DAM Region Upper Address Register 0
DAM0_RGNACCENWA0 0xF8500058          DAM Region Write Enable Register A0
DAM0_RGNACCENWB0 0xF850005C          DAM Region Write Enable Register B0
DAM0_RGNLA1     0xF8500060          DAM Region Lower Address Register 1
DAM0_RGNUA1     0xF8500064          DAM Region Upper Address Register 1
DAM0_RGNACCENWA1 0xF8500068          DAM Region Write Enable Register A1
DAM0_RGNACCENWB1 0xF850006C          DAM Region Write Enable Register B1
DAM0_RGNLA2     0xF8500070          DAM Region Lower Address Register 2
DAM0_RGNUA2     0xF8500074          DAM Region Upper Address Register 2
DAM0_RGNACCENWA2 0xF8500078          DAM Region Write Enable Register A2
DAM0_RGNACCENWB2 0xF850007C          DAM Region Write Enable Register B2
DAM0_RGNLA3     0xF8500080          DAM Region Lower Address Register 3
DAM0_RGNUA3     0xF8500084          DAM Region Upper Address Register 3
DAM0_RGNACCENWA3 0xF8500088          DAM Region Write Enable Register A3
DAM0_RGNACCENWB3 0xF850008C          DAM Region Write Enable Register B3
DAM0_RGNLA4     0xF8500090          DAM Region Lower Address Register 4
DAM0_RGNUA4     0xF8500094          DAM Region Upper Address Register 4
DAM0_RGNACCENWA4 0xF8500098          DAM Region Write Enable Register A4
DAM0_RGNACCENWB4 0xF850009C          DAM Region Write Enable Register B4
DAM0_RGNLA5     0xF85000A0          DAM Region Lower Address Register 5
DAM0_RGNUA5     0xF85000A4          DAM Region Upper Address Register 5
DAM0_RGNACCENWA5 0xF85000A8          DAM Region Write Enable Register A5
DAM0_RGNACCENWB5 0xF85000AC          DAM Region Write Enable Register B5
DAM0_RGNLA6     0xF85000B0          DAM Region Lower Address Register 6
DAM0_RGNUA6     0xF85000B4          DAM Region Upper Address Register 6
DAM0_RGNACCENWA6 0xF85000B8          DAM Region Write Enable Register A6
DAM0_RGNACCENWB6 0xF85000BC          DAM Region Write Enable Register B6
DAM0_RGNLA7     0xF85000C0          DAM Region Lower Address Register 7
DAM0_RGNUA7     0xF85000C4          DAM Region Upper Address Register 7
DAM0_RGNACCENWA7 0xF85000C8          DAM Region Write Enable Register A7
DAM0_RGNACCENWB7 0xF85000CC          DAM Region Write Enable Register B7
DAM0_RGNACCENRA0 0xF85000D8          DAM Region Read Enable Register A0
DAM0_RGNACCENRB0 0xF85000DC          DAM Region Read Enable Register B0
DAM0_RGNACCENRA1 0xF85000E8          DAM Region Read Enable Register A1
DAM0_RGNACCENRB1 0xF85000EC          DAM Region Read Enable Register B1
DAM0_RGNACCENRA2 0xF85000F8          DAM Region Read Enable Register A2
DAM0_RGNACCENRB2 0xF85000FC          DAM Region Read Enable Register B2
DAM0_RGNACCENRA3 0xF8500108          DAM Region Read Enable Register A3
DAM0_RGNACCENRB3 0xF850010C          DAM Region Read Enable Register B3
DAM0_RGNACCENRA4 0xF8500118          DAM Region Read Enable Register A4
DAM0_RGNACCENRB4 0xF850011C          DAM Region Read Enable Register B4
DAM0_RGNACCENRA5 0xF8500128          DAM Region Read Enable Register A5
DAM0_RGNACCENRB5 0xF850012C          DAM Region Read Enable Register B5
DAM0_RGNACCENRA6 0xF8500138          DAM Region Read Enable Register A6
DAM0_RGNACCENRB6 0xF850013C          DAM Region Read Enable Register B6
DAM0_RGNACCENRA7 0xF8500148          DAM Region Read Enable Register A7
DAM0_RGNACCENRB7 0xF850014C          DAM Region Read Enable Register B7
DAM1_CLC        0xF8510000          DAM Clock Control Register
DAM1_MODID      0xF8510008          DAM Module ID Register
DAM1_ACCEN0     0xF8510010          DAM Access Enable Register 0
DAM1_ACCEN1     0xF8510014          DAM Access Enable Register 1
DAM1_MEMCON     0xF8510020          DAM Memory Control Register
DAM1_RGNLA0     0xF8510050          DAM Region Lower Address Register 0
DAM1_RGNUA0     0xF8510054          DAM Region Upper Address Register 0
DAM1_RGNACCENWA0 0xF8510058          DAM Region Write Enable Register A0
DAM1_RGNACCENWB0 0xF851005C          DAM Region Write Enable Register B0
DAM1_RGNLA1     0xF8510060          DAM Region Lower Address Register 1
DAM1_RGNUA1     0xF8510064          DAM Region Upper Address Register 1
DAM1_RGNACCENWA1 0xF8510068          DAM Region Write Enable Register A1
DAM1_RGNACCENWB1 0xF851006C          DAM Region Write Enable Register B1
DAM1_RGNLA2     0xF8510070          DAM Region Lower Address Register 2
DAM1_RGNUA2     0xF8510074          DAM Region Upper Address Register 2
DAM1_RGNACCENWA2 0xF8510078          DAM Region Write Enable Register A2
DAM1_RGNACCENWB2 0xF851007C          DAM Region Write Enable Register B2
DAM1_RGNLA3     0xF8510080          DAM Region Lower Address Register 3
DAM1_RGNUA3     0xF8510084          DAM Region Upper Address Register 3
DAM1_RGNACCENWA3 0xF8510088          DAM Region Write Enable Register A3
DAM1_RGNACCENWB3 0xF851008C          DAM Region Write Enable Register B3
DAM1_RGNLA4     0xF8510090          DAM Region Lower Address Register 4
DAM1_RGNUA4     0xF8510094          DAM Region Upper Address Register 4
DAM1_RGNACCENWA4 0xF8510098          DAM Region Write Enable Register A4
DAM1_RGNACCENWB4 0xF851009C          DAM Region Write Enable Register B4
DAM1_RGNLA5     0xF85100A0          DAM Region Lower Address Register 5
DAM1_RGNUA5     0xF85100A4          DAM Region Upper Address Register 5
DAM1_RGNACCENWA5 0xF85100A8          DAM Region Write Enable Register A5
DAM1_RGNACCENWB5 0xF85100AC          DAM Region Write Enable Register B5
DAM1_RGNLA6     0xF85100B0          DAM Region Lower Address Register 6
DAM1_RGNUA6     0xF85100B4          DAM Region Upper Address Register 6
DAM1_RGNACCENWA6 0xF85100B8          DAM Region Write Enable Register A6
DAM1_RGNACCENWB6 0xF85100BC          DAM Region Write Enable Register B6
DAM1_RGNLA7     0xF85100C0          DAM Region Lower Address Register 7
DAM1_RGNUA7     0xF85100C4          DAM Region Upper Address Register 7
DAM1_RGNACCENWA7 0xF85100C8          DAM Region Write Enable Register A7
DAM1_RGNACCENWB7 0xF85100CC          DAM Region Write Enable Register B7
DAM1_RGNACCENRA0 0xF85100D8          DAM Region Read Enable Register A0
DAM1_RGNACCENRB0 0xF85100DC          DAM Region Read Enable Register B0
DAM1_RGNACCENRA1 0xF85100E8          DAM Region Read Enable Register A1
DAM1_RGNACCENRB1 0xF85100EC          DAM Region Read Enable Register B1
DAM1_RGNACCENRA2 0xF85100F8          DAM Region Read Enable Register A2
DAM1_RGNACCENRB2 0xF85100FC          DAM Region Read Enable Register B2
DAM1_RGNACCENRA3 0xF8510108          DAM Region Read Enable Register A3
DAM1_RGNACCENRB3 0xF851010C          DAM Region Read Enable Register B3
DAM1_RGNACCENRA4 0xF8510118          DAM Region Read Enable Register A4
DAM1_RGNACCENRB4 0xF851011C          DAM Region Read Enable Register B4
DAM1_RGNACCENRA5 0xF8510128          DAM Region Read Enable Register A5
DAM1_RGNACCENRB5 0xF851012C          DAM Region Read Enable Register B5
DAM1_RGNACCENRA6 0xF8510138          DAM Region Read Enable Register A6
DAM1_RGNACCENRB6 0xF851013C          DAM Region Read Enable Register B6
DAM1_RGNACCENRA7 0xF8510148          DAM Region Read Enable Register A7
DAM1_RGNACCENRB7 0xF851014C          DAM Region Read Enable Register B7
DOM0_PECON0     0xF8700000          Protocol Error Control Register 0
DOM0_PRIORITY0  0xF8700008          SCI0 Arbiter Priority Register
DOM0_ERRADDR0   0xF8700010          SCI 0 Error Address Capture Register
DOM0_ERR0       0xF8700018          SCI 0 Error Capture Register
DOM0_PECON1     0xF8700020          Protocol Error Control Register 1
DOM0_PRIORITY1  0xF8700028          SCI1 Arbiter Priority Register
DOM0_ERRADDR1   0xF8700030          SCI 1 Error Address Capture Register
DOM0_ERR1       0xF8700038          SCI 1 Error Capture Register
DOM0_PECON2     0xF8700040          Protocol Error Control Register 2
DOM0_PRIORITY2  0xF8700048          SCI2 Arbiter Priority Register
DOM0_ERRADDR2   0xF8700050          SCI 2 Error Address Capture Register
DOM0_ERR2       0xF8700058          SCI 2 Error Capture Register
DOM0_PECON3     0xF8700060          Protocol Error Control Register 3
DOM0_PRIORITY3  0xF8700068          SCI3 Arbiter Priority Register
DOM0_ERRADDR3   0xF8700070          SCI 3 Error Address Capture Register
DOM0_ERR3       0xF8700078          SCI 3 Error Capture Register
DOM0_PECON4     0xF8700080          Protocol Error Control Register 4
DOM0_PRIORITY4  0xF8700088          SCI4 Arbiter Priority Register
DOM0_ERRADDR4   0xF8700090          SCI 4 Error Address Capture Register
DOM0_ERR4       0xF8700098          SCI 4 Error Capture Register
DOM0_PECON5     0xF87000A0          Protocol Error Control Register 5
DOM0_PRIORITY5  0xF87000A8          SCI5 Arbiter Priority Register
DOM0_ERRADDR5   0xF87000B0          SCI 5 Error Address Capture Register
DOM0_ERR5       0xF87000B8          SCI 5 Error Capture Register
DOM0_PECON6     0xF87000C0          Protocol Error Control Register 6
DOM0_PRIORITY6  0xF87000C8          SCI6 Arbiter Priority Register
DOM0_ERRADDR6   0xF87000D0          SCI 6 Error Address Capture Register
DOM0_ERR6       0xF87000D8          SCI 6 Error Capture Register
DOM0_PECON7     0xF87000E0          Protocol Error Control Register 7
DOM0_PRIORITY7  0xF87000E8          SCI7 Arbiter Priority Register
DOM0_ERRADDR7   0xF87000F0          SCI 7 Error Address Capture Register
DOM0_ERR7       0xF87000F8          SCI 7 Error Capture Register
DOM0_PECON8     0xF8700100          Protocol Error Control Register 8
DOM0_PRIORITY8  0xF8700108          SCI8 Arbiter Priority Register
DOM0_ERRADDR8   0xF8700110          SCI 8 Error Address Capture Register
DOM0_ERR8       0xF8700118          SCI 8 Error Capture Register
DOM0_PECON9     0xF8700120          Protocol Error Control Register 9
DOM0_PRIORITY9  0xF8700128          SCI9 Arbiter Priority Register
DOM0_ERRADDR9   0xF8700130          SCI 9 Error Address Capture Register
DOM0_ERR9       0xF8700138          SCI 9 Error Capture Register
DOM0_PECON10    0xF8700140          Protocol Error Control Register 10
DOM0_PRIORITY10 0xF8700148          SCI10 Arbiter Priority Register
DOM0_ERRADDR10  0xF8700150          SCI 10 Error Address Capture Register
DOM0_ERR10      0xF8700158          SCI 10 Error Capture Register
DOM0_PECON11    0xF8700160          Protocol Error Control Register 11
DOM0_PRIORITY11 0xF8700168          SCI11 Arbiter Priority Register
DOM0_ERRADDR11  0xF8700170          SCI 11 Error Address Capture Register
DOM0_ERR11      0xF8700178          SCI 11 Error Capture Register
DOM0_PECON12    0xF8700180          Protocol Error Control Register 12
DOM0_PRIORITY12 0xF8700188          SCI12 Arbiter Priority Register
DOM0_ERRADDR12  0xF8700190          SCI 12 Error Address Capture Register
DOM0_ERR12      0xF8700198          SCI 12 Error Capture Register
DOM0_PECON13    0xF87001A0          Protocol Error Control Register 13
DOM0_PRIORITY13 0xF87001A8          SCI13 Arbiter Priority Register
DOM0_ERRADDR13  0xF87001B0          SCI 13 Error Address Capture Register
DOM0_ERR13      0xF87001B8          SCI 13 Error Capture Register
DOM0_PECON14    0xF87001C0          Protocol Error Control Register 14
DOM0_PRIORITY14 0xF87001C8          SCI14 Arbiter Priority Register
DOM0_ERRADDR14  0xF87001D0          SCI 14 Error Address Capture Register
DOM0_ERR14      0xF87001D8          SCI 14 Error Capture Register
DOM0_PECON15    0xF87001E0          Protocol Error Control Register 15
DOM0_PRIORITY15 0xF87001E8          SCI15 Arbiter Priority Register
DOM0_ERRADDR15  0xF87001F0          SCI 15 Error Address Capture Register
DOM0_ERR15      0xF87001F8          SCI 15 Error Capture Register
DOM0_ID         0xF8700408          Identification Register
DOM0_PESTAT     0xF8700410          Protocol Error Status Register
DOM0_TIDSTAT    0xF8700418          Transaction ID Status Register
DOM0_TIDEN      0xF8700420          Transaction ID Enable Register
DOM0_BRCON      0xF8700430          Domain 0 Bridge Control Register
DOM0_ACCEN0     0xF87004F0          Access Enable Register 0
DOM0_ACCEN1     0xF87004F8          Access Enable Register 1
CPU0_FLASHCON0  0xF8801100          CPUx Flash Configuration Register 0
CPU0_FLASHCON1  0xF8801104          CPUx Flash Configuration Register 1
CPU0_FLASHCON2  0xF8801108          CPUx Flash Configuration Register 2
CPU0_FLASHCON3  0xF880110C          CPUx Flash Configuration Register 3
CPU0_FLASHCON4  0xF8801110          CPUx Flash Configuration Register 4
CPU0_KRST0      0xF880D000          CPUx Reset Register 0
CPU0_KRST1      0xF880D004          CPUx Reset Register 1
CPU0_KRSTCLR    0xF880D008          CPUx Reset Clear Register
CPU0_SPR_SPROT_RGNLA0 0xF880E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU0_SPR_SPROT_RGNUA0 0xF880E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU0_SPR_SPROT_RGNACCENA0_W 0xF880E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_W 0xF880E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU0_SPR_SPROT_RGNLA1 0xF880E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU0_SPR_SPROT_RGNUA1 0xF880E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU0_SPR_SPROT_RGNACCENA1_W 0xF880E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_W 0xF880E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU0_SPR_SPROT_RGNLA2 0xF880E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU0_SPR_SPROT_RGNUA2 0xF880E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU0_SPR_SPROT_RGNACCENA2_W 0xF880E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_W 0xF880E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU0_SPR_SPROT_RGNLA3 0xF880E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU0_SPR_SPROT_RGNUA3 0xF880E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU0_SPR_SPROT_RGNACCENA3_W 0xF880E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_W 0xF880E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU0_SPR_SPROT_RGNLA4 0xF880E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU0_SPR_SPROT_RGNUA4 0xF880E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU0_SPR_SPROT_RGNACCENA4_W 0xF880E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_W 0xF880E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU0_SPR_SPROT_RGNLA5 0xF880E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU0_SPR_SPROT_RGNUA5 0xF880E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU0_SPR_SPROT_RGNACCENA5_W 0xF880E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_W 0xF880E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU0_SPR_SPROT_RGNLA6 0xF880E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU0_SPR_SPROT_RGNUA6 0xF880E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU0_SPR_SPROT_RGNACCENA6_W 0xF880E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_W 0xF880E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU0_SPR_SPROT_RGNLA7 0xF880E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU0_SPR_SPROT_RGNUA7 0xF880E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU0_SPR_SPROT_RGNACCENA7_W 0xF880E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_W 0xF880E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU0_SPR_SPROT_RGNACCENA0_R 0xF880E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU0_SPR_SPROT_RGNACCENB0_R 0xF880E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU0_SPR_SPROT_RGNACCENA1_R 0xF880E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU0_SPR_SPROT_RGNACCENB1_R 0xF880E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU0_SPR_SPROT_RGNACCENA2_R 0xF880E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU0_SPR_SPROT_RGNACCENB2_R 0xF880E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU0_SPR_SPROT_RGNACCENA3_R 0xF880E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU0_SPR_SPROT_RGNACCENB3_R 0xF880E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU0_SPR_SPROT_RGNACCENA4_R 0xF880E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU0_SPR_SPROT_RGNACCENB4_R 0xF880E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU0_SPR_SPROT_RGNACCENA5_R 0xF880E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU0_SPR_SPROT_RGNACCENB5_R 0xF880E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU0_SPR_SPROT_RGNACCENA6_R 0xF880E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU0_SPR_SPROT_RGNACCENB6_R 0xF880E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU0_SPR_SPROT_RGNACCENA7_R 0xF880E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU0_SPR_SPROT_RGNACCENB7_R 0xF880E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU0_SFR_SPROT_ACCENA_W 0xF880E100          CPUx Safety Protection Register Access Enable Register A
CPU0_SFR_SPROT_ACCENB_W 0xF880E104          CPUx Safety Protection Region Access Enable Register B
CPU0_LPB_SPROT_ACCENA_R 0xF880E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU0_LPB_SPROT_ACCENB_R 0xF880E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU0_DLMU_SPROT_RGNLA0 0xF880E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU0_DLMU_SPROT_RGNUA0 0xF880E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU0_DLMU_SPROT_RGNACCENA0_W 0xF880E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_W 0xF880E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU0_DLMU_SPROT_RGNLA1 0xF880E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU0_DLMU_SPROT_RGNUA1 0xF880E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU0_DLMU_SPROT_RGNACCENA1_W 0xF880E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_W 0xF880E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU0_DLMU_SPROT_RGNLA2 0xF880E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU0_DLMU_SPROT_RGNUA2 0xF880E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU0_DLMU_SPROT_RGNACCENA2_W 0xF880E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_W 0xF880E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU0_DLMU_SPROT_RGNLA3 0xF880E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU0_DLMU_SPROT_RGNUA3 0xF880E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU0_DLMU_SPROT_RGNACCENA3_W 0xF880E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_W 0xF880E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU0_DLMU_SPROT_RGNLA4 0xF880E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU0_DLMU_SPROT_RGNUA4 0xF880E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU0_DLMU_SPROT_RGNACCENA4_W 0xF880E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_W 0xF880E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU0_DLMU_SPROT_RGNLA5 0xF880E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU0_DLMU_SPROT_RGNUA5 0xF880E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU0_DLMU_SPROT_RGNACCENA5_W 0xF880E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_W 0xF880E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU0_DLMU_SPROT_RGNLA6 0xF880E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU0_DLMU_SPROT_RGNUA6 0xF880E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU0_DLMU_SPROT_RGNACCENA6_W 0xF880E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_W 0xF880E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU0_DLMU_SPROT_RGNLA7 0xF880E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU0_DLMU_SPROT_RGNUA7 0xF880E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU0_DLMU_SPROT_RGNACCENA7_W 0xF880E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_W 0xF880E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU0_DLMU_SPROT_RGNACCENA0_R 0xF880E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU0_DLMU_SPROT_RGNACCENB0_R 0xF880E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU0_DLMU_SPROT_RGNACCENA1_R 0xF880E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU0_DLMU_SPROT_RGNACCENB1_R 0xF880E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU0_DLMU_SPROT_RGNACCENA2_R 0xF880E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU0_DLMU_SPROT_RGNACCENB2_R 0xF880E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU0_DLMU_SPROT_RGNACCENA3_R 0xF880E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU0_DLMU_SPROT_RGNACCENB3_R 0xF880E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU0_DLMU_SPROT_RGNACCENA4_R 0xF880E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU0_DLMU_SPROT_RGNACCENB4_R 0xF880E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU0_DLMU_SPROT_RGNACCENA5_R 0xF880E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU0_DLMU_SPROT_RGNACCENB5_R 0xF880E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU0_DLMU_SPROT_RGNACCENA6_R 0xF880E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU0_DLMU_SPROT_RGNACCENB6_R 0xF880E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU0_DLMU_SPROT_RGNACCENA7_R 0xF880E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU0_DLMU_SPROT_RGNACCENB7_R 0xF880E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU0_OSEL       0xF880FB00          CPUx Overlay Range Select Register
CPU0_RABR0      0xF880FB10          CPUx Redirected Address Base Register 0
CPU0_OTAR0      0xF880FB14          CPUx Overlay Target Address Register 0
CPU0_OMASK0     0xF880FB18          CPUx Overlay Mask Register 0
CPU0_RABR1      0xF880FB1C          CPUx Redirected Address Base Register 1
CPU0_OTAR1      0xF880FB20          CPUx Overlay Target Address Register 1
CPU0_OMASK1     0xF880FB24          CPUx Overlay Mask Register 1
CPU0_RABR2      0xF880FB28          CPUx Redirected Address Base Register 2
CPU0_OTAR2      0xF880FB2C          CPUx Overlay Target Address Register 2
CPU0_OMASK2     0xF880FB30          CPUx Overlay Mask Register 2
CPU0_RABR3      0xF880FB34          CPUx Redirected Address Base Register 3
CPU0_OTAR3      0xF880FB38          CPUx Overlay Target Address Register 3
CPU0_OMASK3     0xF880FB3C          CPUx Overlay Mask Register 3
CPU0_RABR4      0xF880FB40          CPUx Redirected Address Base Register 4
CPU0_OTAR4      0xF880FB44          CPUx Overlay Target Address Register 4
CPU0_OMASK4     0xF880FB48          CPUx Overlay Mask Register 4
CPU0_RABR5      0xF880FB4C          CPUx Redirected Address Base Register 5
CPU0_OTAR5      0xF880FB50          CPUx Overlay Target Address Register 5
CPU0_OMASK5     0xF880FB54          CPUx Overlay Mask Register 5
CPU0_RABR6      0xF880FB58          CPUx Redirected Address Base Register 6
CPU0_OTAR6      0xF880FB5C          CPUx Overlay Target Address Register 6
CPU0_OMASK6     0xF880FB60          CPUx Overlay Mask Register 6
CPU0_RABR7      0xF880FB64          CPUx Redirected Address Base Register 7
CPU0_OTAR7      0xF880FB68          CPUx Overlay Target Address Register 7
CPU0_OMASK7     0xF880FB6C          CPUx Overlay Mask Register 7
CPU0_RABR8      0xF880FB70          CPUx Redirected Address Base Register 8
CPU0_OTAR8      0xF880FB74          CPUx Overlay Target Address Register 8
CPU0_OMASK8     0xF880FB78          CPUx Overlay Mask Register 8
CPU0_RABR9      0xF880FB7C          CPUx Redirected Address Base Register 9
CPU0_OTAR9      0xF880FB80          CPUx Overlay Target Address Register 9
CPU0_OMASK9     0xF880FB84          CPUx Overlay Mask Register 9
CPU0_RABR10     0xF880FB88          CPUx Redirected Address Base Register 10
CPU0_OTAR10     0xF880FB8C          CPUx Overlay Target Address Register 10
CPU0_OMASK10    0xF880FB90          CPUx Overlay Mask Register 10
CPU0_RABR11     0xF880FB94          CPUx Redirected Address Base Register 11
CPU0_OTAR11     0xF880FB98          CPUx Overlay Target Address Register 11
CPU0_OMASK11    0xF880FB9C          CPUx Overlay Mask Register 11
CPU0_RABR12     0xF880FBA0          CPUx Redirected Address Base Register 12
CPU0_OTAR12     0xF880FBA4          CPUx Overlay Target Address Register 12
CPU0_OMASK12    0xF880FBA8          CPUx Overlay Mask Register 12
CPU0_RABR13     0xF880FBAC          CPUx Redirected Address Base Register 13
CPU0_OTAR13     0xF880FBB0          CPUx Overlay Target Address Register 13
CPU0_OMASK13    0xF880FBB4          CPUx Overlay Mask Register 13
CPU0_RABR14     0xF880FBB8          CPUx Redirected Address Base Register 14
CPU0_OTAR14     0xF880FBBC          CPUx Overlay Target Address Register 14
CPU0_OMASK14    0xF880FBC0          CPUx Overlay Mask Register 14
CPU0_RABR15     0xF880FBC4          CPUx Redirected Address Base Register 15
CPU0_OTAR15     0xF880FBC8          CPUx Overlay Target Address Register 15
CPU0_OMASK15    0xF880FBCC          CPUx Overlay Mask Register 15
CPU0_RABR16     0xF880FBD0          CPUx Redirected Address Base Register 16
CPU0_OTAR16     0xF880FBD4          CPUx Overlay Target Address Register 16
CPU0_OMASK16    0xF880FBD8          CPUx Overlay Mask Register 16
CPU0_RABR17     0xF880FBDC          CPUx Redirected Address Base Register 17
CPU0_OTAR17     0xF880FBE0          CPUx Overlay Target Address Register 17
CPU0_OMASK17    0xF880FBE4          CPUx Overlay Mask Register 17
CPU0_RABR18     0xF880FBE8          CPUx Redirected Address Base Register 18
CPU0_OTAR18     0xF880FBEC          CPUx Overlay Target Address Register 18
CPU0_OMASK18    0xF880FBF0          CPUx Overlay Mask Register 18
CPU0_RABR19     0xF880FBF4          CPUx Redirected Address Base Register 19
CPU0_OTAR19     0xF880FBF8          CPUx Overlay Target Address Register 19
CPU0_OMASK19    0xF880FBFC          CPUx Overlay Mask Register 19
CPU0_RABR20     0xF880FC00          CPUx Redirected Address Base Register 20
CPU0_OTAR20     0xF880FC04          CPUx Overlay Target Address Register 20
CPU0_OMASK20    0xF880FC08          CPUx Overlay Mask Register 20
CPU0_RABR21     0xF880FC0C          CPUx Redirected Address Base Register 21
CPU0_OTAR21     0xF880FC10          CPUx Overlay Target Address Register 21
CPU0_OMASK21    0xF880FC14          CPUx Overlay Mask Register 21
CPU0_RABR22     0xF880FC18          CPUx Redirected Address Base Register 22
CPU0_OTAR22     0xF880FC1C          CPUx Overlay Target Address Register 22
CPU0_OMASK22    0xF880FC20          CPUx Overlay Mask Register 22
CPU0_RABR23     0xF880FC24          CPUx Redirected Address Base Register 23
CPU0_OTAR23     0xF880FC28          CPUx Overlay Target Address Register 23
CPU0_OMASK23    0xF880FC2C          CPUx Overlay Mask Register 23
CPU0_RABR24     0xF880FC30          CPUx Redirected Address Base Register 24
CPU0_OTAR24     0xF880FC34          CPUx Overlay Target Address Register 24
CPU0_OMASK24    0xF880FC38          CPUx Overlay Mask Register 24
CPU0_RABR25     0xF880FC3C          CPUx Redirected Address Base Register 25
CPU0_OTAR25     0xF880FC40          CPUx Overlay Target Address Register 25
CPU0_OMASK25    0xF880FC44          CPUx Overlay Mask Register 25
CPU0_RABR26     0xF880FC48          CPUx Redirected Address Base Register 26
CPU0_OTAR26     0xF880FC4C          CPUx Overlay Target Address Register 26
CPU0_OMASK26    0xF880FC50          CPUx Overlay Mask Register 26
CPU0_RABR27     0xF880FC54          CPUx Redirected Address Base Register 27
CPU0_OTAR27     0xF880FC58          CPUx Overlay Target Address Register 27
CPU0_OMASK27    0xF880FC5C          CPUx Overlay Mask Register 27
CPU0_RABR28     0xF880FC60          CPUx Redirected Address Base Register 28
CPU0_OTAR28     0xF880FC64          CPUx Overlay Target Address Register 28
CPU0_OMASK28    0xF880FC68          CPUx Overlay Mask Register 28
CPU0_RABR29     0xF880FC6C          CPUx Redirected Address Base Register 29
CPU0_OTAR29     0xF880FC70          CPUx Overlay Target Address Register 29
CPU0_OMASK29    0xF880FC74          CPUx Overlay Mask Register 29
CPU0_RABR30     0xF880FC78          CPUx Redirected Address Base Register 30
CPU0_OTAR30     0xF880FC7C          CPUx Overlay Target Address Register 30
CPU0_OMASK30    0xF880FC80          CPUx Overlay Mask Register 30
CPU0_RABR31     0xF880FC84          CPUx Redirected Address Base Register 31
CPU0_OTAR31     0xF880FC88          CPUx Overlay Target Address Register 31
CPU0_OMASK31    0xF880FC8C          CPUx Overlay Mask Register 31
CSFR_BASE       0xF8810000          Core Special Function Registers base (CPU0)
CPU0_SEGEN      0xF8811030          CPUx SRI Error Generation Register
CPU0_TASK_ASI   0xF8818004          CPUx Task Address Space Identifier Register
CPU0_PMA0       0xF8818100          CPUx Data Access CacheabilityRegister
CPU0_PMA1       0xF8818104          CPUx Code Access CacheabilityRegister
CPU0_PMA2       0xF8818108          CPUx Peripheral Space Identifier register
CPU0_DCON2      0xF8819000          CPUx Data Control Register 2
CPU0_SMACON     0xF881900C          CPUx SIST Mode Access Control Register
CPU0_DSTR       0xF8819010          CPUx Data Synchronous Trap Register
CPU0_DATR       0xF8819018          CPUx Data Asynchronous Trap Register
CPU0_DEADD      0xF881901C          CPUx Data Error Address Register
CPU0_DIEAR      0xF8819020          CPUx Data Integrity Error Address Register
CPU0_DIETR      0xF8819024          CPUx Data Integrity Error Trap Register
CPU0_DCON0      0xF8819040          CPUx Data Memory Control Register
CPU0_PSTR       0xF8819200          CPUx Program Synchronous Trap Register
CPU0_PCON1      0xF8819204          CPUx Program Control 1
CPU0_PCON2      0xF8819208          CPUx Program Control 2
CPU0_PCON0      0xF881920C          CPUx Program Control 0
CPU0_PIEAR      0xF8819210          CPUx Program Integrity Error Address Register
CPU0_PIETR      0xF8819214          CPUx Program Integrity Error Trap Register
CPU0_COMPAT     0xF8819400          CPUx Compatibility Control Register
CPU0_FPU_TRAP_CON 0xF881A000          CPUx Trap Control Register
CPU0_FPU_TRAP_PC 0xF881A004          CPUx Trapping Instruction Program Counter Register
CPU0_FPU_TRAP_OPC 0xF881A008          CPUx Trapping Instruction Opcode Register
CPU0_FPU_TRAP_SRC1 0xF881A010          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC2 0xF881A014          CPUx Trapping Instruction Operand Register
CPU0_FPU_TRAP_SRC3 0xF881A018          CPUx Trapping Instruction Operand Register
CPU0_DPR0_L     0xF881C000          CPUx Data Protection Range 0, Lower Bound Register
CPU0_DPR0_U     0xF881C004          CPUx Data Protection Range 0, Upper Bound Register
CPU0_DPR1_L     0xF881C008          CPUx Data Protection Range 1, Lower Bound Register
CPU0_DPR1_U     0xF881C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU0_DPR2_L     0xF881C010          CPUx Data Protection Range 2, Lower Bound Register
CPU0_DPR2_U     0xF881C014          CPUx Data Protection Range 2, Upper Bound Register
CPU0_DPR3_L     0xF881C018          CPUx Data Protection Range 3, Lower Bound Register
CPU0_DPR3_U     0xF881C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU0_DPR4_L     0xF881C020          CPUx Data Protection Range 4, Lower Bound Register
CPU0_DPR4_U     0xF881C024          CPUx Data Protection Range 4, Upper Bound Register
CPU0_DPR5_L     0xF881C028          CPUx Data Protection Range 5, Lower Bound Register
CPU0_DPR5_U     0xF881C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU0_DPR6_L     0xF881C030          CPUx Data Protection Range 6, Lower Bound Register
CPU0_DPR6_U     0xF881C034          CPUx Data Protection Range 6, Upper Bound Register
CPU0_DPR7_L     0xF881C038          CPUx Data Protection Range 7, Lower Bound Register
CPU0_DPR7_U     0xF881C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU0_DPR8_L     0xF881C040          CPUx Data Protection Range 8, Lower Bound Register
CPU0_DPR8_U     0xF881C044          CPUx Data Protection Range 8, Upper Bound Register
CPU0_DPR9_L     0xF881C048          CPUx Data Protection Range 9, Lower Bound Register
CPU0_DPR9_U     0xF881C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU0_DPR10_L    0xF881C050          CPUx Data Protection Range 10, Lower Bound Register
CPU0_DPR10_U    0xF881C054          CPUx Data Protection Range 10, Upper Bound Register
CPU0_DPR11_L    0xF881C058          CPUx Data Protection Range 11, Lower Bound Register
CPU0_DPR11_U    0xF881C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU0_DPR12_L    0xF881C060          CPUx Data Protection Range 12, Lower Bound Register
CPU0_DPR12_U    0xF881C064          CPUx Data Protection Range 12, Upper Bound Register
CPU0_DPR13_L    0xF881C068          CPUx Data Protection Range 13, Lower Bound Register
CPU0_DPR13_U    0xF881C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU0_DPR14_L    0xF881C070          CPUx Data Protection Range 14, Lower Bound Register
CPU0_DPR14_U    0xF881C074          CPUx Data Protection Range 14, Upper Bound Register
CPU0_DPR15_L    0xF881C078          CPUx Data Protection Range 15, Lower Bound Register
CPU0_DPR15_U    0xF881C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU0_DPR16_L    0xF881C080          CPUx Data Protection Range 16, Lower Bound Register
CPU0_DPR16_U    0xF881C084          CPUx Data Protection Range 16, Upper Bound Register
CPU0_DPR17_L    0xF881C088          CPUx Data Protection Range 17, Lower Bound Register
CPU0_DPR17_U    0xF881C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU0_CPR0_L     0xF881D000          CPUx Code Protection Range 0 Lower Bound Register
CPU0_CPR0_U     0xF881D004          CPUx Code Protection Range 0 Upper Bound Register
CPU0_CPR1_L     0xF881D008          CPUx Code Protection Range 1 Lower Bound Register
CPU0_CPR1_U     0xF881D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU0_CPR2_L     0xF881D010          CPUx Code Protection Range 2 Lower Bound Register
CPU0_CPR2_U     0xF881D014          CPUx Code Protection Range 2 Upper Bound Register
CPU0_CPR3_L     0xF881D018          CPUx Code Protection Range 3 Lower Bound Register
CPU0_CPR3_U     0xF881D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU0_CPR4_L     0xF881D020          CPUx Code Protection Range 4 Lower Bound Register
CPU0_CPR4_U     0xF881D024          CPUx Code Protection Range 4 Upper Bound Register
CPU0_CPR5_L     0xF881D028          CPUx Code Protection Range 5 Lower Bound Register
CPU0_CPR5_U     0xF881D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU0_CPR6_L     0xF881D030          CPUx Code Protection Range 6 Lower Bound Register
CPU0_CPR6_U     0xF881D034          CPUx Code Protection Range 6 Upper Bound Register
CPU0_CPR7_L     0xF881D038          CPUx Code Protection Range 7 Lower Bound Register
CPU0_CPR7_U     0xF881D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU0_CPR8_L     0xF881D040          CPUx Code Protection Range 8 Lower Bound Register
CPU0_CPR8_U     0xF881D044          CPUx Code Protection Range 8 Upper Bound Register
CPU0_CPR9_L     0xF881D048          CPUx Code Protection Range 9 Lower Bound Register
CPU0_CPR9_U     0xF881D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU0_CPXE_0     0xF881E000          CPUx Code Protection Execute Enable Register Set 0
CPU0_CPXE_1     0xF881E004          CPUx Code Protection Execute Enable Register Set 1
CPU0_CPXE_2     0xF881E008          CPUx Code Protection Execute Enable Register Set 2
CPU0_CPXE_3     0xF881E00C          CPUx Code Protection Execute Enable Register Set 3
CPU0_DPRE_0     0xF881E010          CPUx Data Protection Read Enable Register Set 0
CPU0_DPRE_1     0xF881E014          CPUx Data Protection Read Enable Register Set 1
CPU0_DPRE_2     0xF881E018          CPUx Data Protection Read Enable Register Set 2
CPU0_DPRE_3     0xF881E01C          CPUx Data Protection Read Enable Register Set 3
CPU0_DPWE_0     0xF881E020          CPUx Data Protection Write Enable Register Set 0
CPU0_DPWE_1     0xF881E024          CPUx Data Protection Write Enable Register Set 1
CPU0_DPWE_2     0xF881E028          CPUx Data Protection Write Enable Register Set 2
CPU0_DPWE_3     0xF881E02C          CPUx Data Protection Write Enable Register Set 3
CPU0_CPXE_4     0xF881E040          CPUx Code Protection Execute Enable Register Set 4
CPU0_CPXE_5     0xF881E044          CPUx Code Protection Execute Enable Register Set 5
CPU0_DPRE_4     0xF881E050          CPUx Data Protection Read Enable Register Set 4
CPU0_DPRE_5     0xF881E054          CPUx Data Protection Read Enable Register Set 5
CPU0_DPWE_4     0xF881E060          CPUx Data Protection Write Enable Register Set 4
CPU0_DPWE_5     0xF881E064          CPUx Data Protection Write Enable Register Set 5
CPU0_TPS_CON    0xF881E400          CPUx Temporal Protection System Control Register
CPU0_TPS_TIMER0 0xF881E404          CPUx Temporal Protection System Timer Register 0
CPU0_TPS_TIMER1 0xF881E408          CPUx Temporal Protection System Timer Register 1
CPU0_TPS_TIMER2 0xF881E40C          CPUx Temporal Protection System Timer Register 2
CPU0_TPS_EXTIM_ENTRY_LVAL 0xF881E440          CPUx Exception Entry Timer Load Value
CPU0_TPS_EXTIM_ENTRY_CVAL 0xF881E444          CPUx Exception Entry Timer Current Value
CPU0_TPS_EXTIM_EXIT_LVAL 0xF881E448          CPUx Exception Exit Timer Load Value
CPU0_TPS_EXTIM_EXIT_CVAL 0xF881E44C          CPUx Exception Exit Timer Current Value
CPU0_TPS_EXTIM_CLASS_EN 0xF881E450          CPUx Exception Timer Class Enable Register
CPU0_TPS_EXTIM_STAT 0xF881E454          CPUx Exception Timer Status Register
CPU0_TPS_EXTIM_FCX 0xF881E458          CPUx Exception Timer FCX Register
CPU0_TR0EVT     0xF881F000          CPUx Trigger Event 0
CPU0_TR0ADR     0xF881F004          CPUx Trigger Address 0
CPU0_TR1EVT     0xF881F008          CPUx Trigger Event 1
CPU0_TR1ADR     0xF881F00C          CPUx Trigger Address 1
CPU0_TR2EVT     0xF881F010          CPUx Trigger Event 2
CPU0_TR2ADR     0xF881F014          CPUx Trigger Address 2
CPU0_TR3EVT     0xF881F018          CPUx Trigger Event 3
CPU0_TR3ADR     0xF881F01C          CPUx Trigger Address 3
CPU0_TR4EVT     0xF881F020          CPUx Trigger Event 4
CPU0_TR4ADR     0xF881F024          CPUx Trigger Address 4
CPU0_TR5EVT     0xF881F028          CPUx Trigger Event 5
CPU0_TR5ADR     0xF881F02C          CPUx Trigger Address 5
CPU0_TR6EVT     0xF881F030          CPUx Trigger Event 6
CPU0_TR6ADR     0xF881F034          CPUx Trigger Address 6
CPU0_TR7EVT     0xF881F038          CPUx Trigger Event 7
CPU0_TR7ADR     0xF881F03C          CPUx Trigger Address 7
CPU0_CCTRL      0xF881FC00          CPUx Counter Control
CPU0_CCNT       0xF881FC04          CPUx CPU Clock Cycle Count
CPU0_ICNT       0xF881FC08          CPUx Instruction Count
CPU0_M1CNT      0xF881FC0C          CPUx Multi-Count Register 1
CPU0_M2CNT      0xF881FC10          CPUx Multi-Count Register 2
CPU0_M3CNT      0xF881FC14          CPUx Multi-Count Register 3
CPU0_DBGSR      0xF881FD00          CPUx Debug Status Register
CPU0_EXEVT      0xF881FD08          CPUx External Event Register
CPU0_CREVT      0xF881FD0C          CPUx Core Register Access Event
CPU0_SWEVT      0xF881FD10          CPUx Software Debug Event
CPU0_TRIG_ACC   0xF881FD30          CPUx TriggerAddressx
CPU0_DMS        0xF881FD40          CPUx Debug Monitor Start Address
CPU0_DCX        0xF881FD44          CPUx Debug Context Save Area Pointer
CPU0_DBGTCR     0xF881FD48          CPUx Debug Trap Control Register
CPU0_PCXI       0xF881FE00          CPUx Previous Context Information Register
CPU0_PSW        0xF881FE04          CPUx Program Status Word
CPU0_PC         0xF881FE08          CPUx Program Counter
CPU0_SYSCON     0xF881FE14          CPUx System Configuration Register
CPU0_CPU_ID     0xF881FE18          CPUx Identification Register TC1.6.2P
CPU0_CORE_ID    0xF881FE1C          CPUx Core Identification Register
CPU0_BIV        0xF881FE20          CPUx Base Interrupt Vector Table Pointer
CPU0_BTV        0xF881FE24          CPUx Base Trap Vector Table Pointer
CPU0_ISP        0xF881FE28          CPUx Interrupt Stack Pointer
CPU0_ICR        0xF881FE2C          CPUx Interrupt Control Register
CPU0_FCX        0xF881FE38          CPUx Free CSA List Head Pointer
CPU0_LCX        0xF881FE3C          CPUx Free CSA List Limit Pointer
CPU0_CUS_ID     0xF881FE50          CPUx Customer ID register
CPU0_D0         0xF881FF00          Data Register 0
CPU0_D1         0xF881FF04          Data Register 1
CPU0_D2         0xF881FF08          Data Register 2
CPU0_D3         0xF881FF0C          Data Register 3
CPU0_D4         0xF881FF10          Data Register 4
CPU0_D5         0xF881FF14          Data Register 5
CPU0_D6         0xF881FF18          Data Register 6
CPU0_D7         0xF881FF1C          Data Register 7
CPU0_D8         0xF881FF20          Data Register 8
CPU0_D9         0xF881FF24          Data Register 9
CPU0_D10        0xF881FF28          Data Register 10
CPU0_D11        0xF881FF2C          Data Register 11
CPU0_D12        0xF881FF30          Data Register 12
CPU0_D13        0xF881FF34          Data Register 13
CPU0_D14        0xF881FF38          Data Register 14
CPU0_D15        0xF881FF3C          Data Register 15
CPU0_A0         0xF881FF80          Address Register 0
CPU0_A1         0xF881FF84          Address Register 1
CPU0_A2         0xF881FF88          Address Register 2
CPU0_A3         0xF881FF8C          Address Register 3
CPU0_A4         0xF881FF90          Address Register 4
CPU0_A5         0xF881FF94          Address Register 5
CPU0_A6         0xF881FF98          Address Register 6
CPU0_A7         0xF881FF9C          Address Register 7
CPU0_A8         0xF881FFA0          Address Register 8
CPU0_A9         0xF881FFA4          Address Register 9
CPU0_A10        0xF881FFA8          Address Register 10
CPU0_A11        0xF881FFAC          Address Register 11
CPU0_A12        0xF881FFB0          Address Register 12
CPU0_A13        0xF881FFB4          Address Register 13
CPU0_A14        0xF881FFB8          Address Register 14
CPU0_A15        0xF881FFBC          Address Register 15
CPU1_FLASHCON0  0xF8821100          CPUx Flash Configuration Register 0
CPU1_FLASHCON1  0xF8821104          CPUx Flash Configuration Register 1
CPU1_FLASHCON2  0xF8821108          CPUx Flash Configuration Register 2
CPU1_FLASHCON3  0xF882110C          CPUx Flash Configuration Register 3
CPU1_FLASHCON4  0xF8821110          CPUx Flash Configuration Register 4
CPU1_KRST0      0xF882D000          CPUx Reset Register 0
CPU1_KRST1      0xF882D004          CPUx Reset Register 1
CPU1_KRSTCLR    0xF882D008          CPUx Reset Clear Register
CPU1_SPR_SPROT_RGNLA0 0xF882E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU1_SPR_SPROT_RGNUA0 0xF882E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU1_SPR_SPROT_RGNACCENA0_W 0xF882E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU1_SPR_SPROT_RGNACCENB0_W 0xF882E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU1_SPR_SPROT_RGNLA1 0xF882E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU1_SPR_SPROT_RGNUA1 0xF882E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU1_SPR_SPROT_RGNACCENA1_W 0xF882E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU1_SPR_SPROT_RGNACCENB1_W 0xF882E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU1_SPR_SPROT_RGNLA2 0xF882E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU1_SPR_SPROT_RGNUA2 0xF882E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU1_SPR_SPROT_RGNACCENA2_W 0xF882E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU1_SPR_SPROT_RGNACCENB2_W 0xF882E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU1_SPR_SPROT_RGNLA3 0xF882E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU1_SPR_SPROT_RGNUA3 0xF882E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU1_SPR_SPROT_RGNACCENA3_W 0xF882E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU1_SPR_SPROT_RGNACCENB3_W 0xF882E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU1_SPR_SPROT_RGNLA4 0xF882E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU1_SPR_SPROT_RGNUA4 0xF882E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU1_SPR_SPROT_RGNACCENA4_W 0xF882E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU1_SPR_SPROT_RGNACCENB4_W 0xF882E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU1_SPR_SPROT_RGNLA5 0xF882E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU1_SPR_SPROT_RGNUA5 0xF882E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU1_SPR_SPROT_RGNACCENA5_W 0xF882E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU1_SPR_SPROT_RGNACCENB5_W 0xF882E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU1_SPR_SPROT_RGNLA6 0xF882E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU1_SPR_SPROT_RGNUA6 0xF882E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU1_SPR_SPROT_RGNACCENA6_W 0xF882E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU1_SPR_SPROT_RGNACCENB6_W 0xF882E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU1_SPR_SPROT_RGNLA7 0xF882E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU1_SPR_SPROT_RGNUA7 0xF882E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU1_SPR_SPROT_RGNACCENA7_W 0xF882E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU1_SPR_SPROT_RGNACCENB7_W 0xF882E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU1_SPR_SPROT_RGNACCENA0_R 0xF882E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU1_SPR_SPROT_RGNACCENB0_R 0xF882E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU1_SPR_SPROT_RGNACCENA1_R 0xF882E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU1_SPR_SPROT_RGNACCENB1_R 0xF882E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU1_SPR_SPROT_RGNACCENA2_R 0xF882E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU1_SPR_SPROT_RGNACCENB2_R 0xF882E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU1_SPR_SPROT_RGNACCENA3_R 0xF882E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU1_SPR_SPROT_RGNACCENB3_R 0xF882E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU1_SPR_SPROT_RGNACCENA4_R 0xF882E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU1_SPR_SPROT_RGNACCENB4_R 0xF882E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU1_SPR_SPROT_RGNACCENA5_R 0xF882E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU1_SPR_SPROT_RGNACCENB5_R 0xF882E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU1_SPR_SPROT_RGNACCENA6_R 0xF882E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU1_SPR_SPROT_RGNACCENB6_R 0xF882E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU1_SPR_SPROT_RGNACCENA7_R 0xF882E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU1_SPR_SPROT_RGNACCENB7_R 0xF882E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU1_SFR_SPROT_ACCENA_W 0xF882E100          CPUx Safety Protection Register Access Enable Register A
CPU1_SFR_SPROT_ACCENB_W 0xF882E104          CPUx Safety Protection Region Access Enable Register B
CPU1_LPB_SPROT_ACCENA_R 0xF882E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU1_LPB_SPROT_ACCENB_R 0xF882E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU1_DLMU_SPROT_RGNLA0 0xF882E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU1_DLMU_SPROT_RGNUA0 0xF882E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU1_DLMU_SPROT_RGNACCENA0_W 0xF882E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU1_DLMU_SPROT_RGNACCENB0_W 0xF882E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU1_DLMU_SPROT_RGNLA1 0xF882E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU1_DLMU_SPROT_RGNUA1 0xF882E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU1_DLMU_SPROT_RGNACCENA1_W 0xF882E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU1_DLMU_SPROT_RGNACCENB1_W 0xF882E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU1_DLMU_SPROT_RGNLA2 0xF882E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU1_DLMU_SPROT_RGNUA2 0xF882E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU1_DLMU_SPROT_RGNACCENA2_W 0xF882E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU1_DLMU_SPROT_RGNACCENB2_W 0xF882E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU1_DLMU_SPROT_RGNLA3 0xF882E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU1_DLMU_SPROT_RGNUA3 0xF882E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU1_DLMU_SPROT_RGNACCENA3_W 0xF882E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU1_DLMU_SPROT_RGNACCENB3_W 0xF882E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU1_DLMU_SPROT_RGNLA4 0xF882E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU1_DLMU_SPROT_RGNUA4 0xF882E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU1_DLMU_SPROT_RGNACCENA4_W 0xF882E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU1_DLMU_SPROT_RGNACCENB4_W 0xF882E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU1_DLMU_SPROT_RGNLA5 0xF882E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU1_DLMU_SPROT_RGNUA5 0xF882E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU1_DLMU_SPROT_RGNACCENA5_W 0xF882E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU1_DLMU_SPROT_RGNACCENB5_W 0xF882E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU1_DLMU_SPROT_RGNLA6 0xF882E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU1_DLMU_SPROT_RGNUA6 0xF882E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU1_DLMU_SPROT_RGNACCENA6_W 0xF882E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU1_DLMU_SPROT_RGNACCENB6_W 0xF882E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU1_DLMU_SPROT_RGNLA7 0xF882E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU1_DLMU_SPROT_RGNUA7 0xF882E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU1_DLMU_SPROT_RGNACCENA7_W 0xF882E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU1_DLMU_SPROT_RGNACCENB7_W 0xF882E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU1_DLMU_SPROT_RGNACCENA0_R 0xF882E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU1_DLMU_SPROT_RGNACCENB0_R 0xF882E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU1_DLMU_SPROT_RGNACCENA1_R 0xF882E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU1_DLMU_SPROT_RGNACCENB1_R 0xF882E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU1_DLMU_SPROT_RGNACCENA2_R 0xF882E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU1_DLMU_SPROT_RGNACCENB2_R 0xF882E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU1_DLMU_SPROT_RGNACCENA3_R 0xF882E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU1_DLMU_SPROT_RGNACCENB3_R 0xF882E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU1_DLMU_SPROT_RGNACCENA4_R 0xF882E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU1_DLMU_SPROT_RGNACCENB4_R 0xF882E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU1_DLMU_SPROT_RGNACCENA5_R 0xF882E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU1_DLMU_SPROT_RGNACCENB5_R 0xF882E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU1_DLMU_SPROT_RGNACCENA6_R 0xF882E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU1_DLMU_SPROT_RGNACCENB6_R 0xF882E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU1_DLMU_SPROT_RGNACCENA7_R 0xF882E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU1_DLMU_SPROT_RGNACCENB7_R 0xF882E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU1_OSEL       0xF882FB00          CPUx Overlay Range Select Register
CPU1_RABR0      0xF882FB10          CPUx Redirected Address Base Register 0
CPU1_OTAR0      0xF882FB14          CPUx Overlay Target Address Register 0
CPU1_OMASK0     0xF882FB18          CPUx Overlay Mask Register 0
CPU1_RABR1      0xF882FB1C          CPUx Redirected Address Base Register 1
CPU1_OTAR1      0xF882FB20          CPUx Overlay Target Address Register 1
CPU1_OMASK1     0xF882FB24          CPUx Overlay Mask Register 1
CPU1_RABR2      0xF882FB28          CPUx Redirected Address Base Register 2
CPU1_OTAR2      0xF882FB2C          CPUx Overlay Target Address Register 2
CPU1_OMASK2     0xF882FB30          CPUx Overlay Mask Register 2
CPU1_RABR3      0xF882FB34          CPUx Redirected Address Base Register 3
CPU1_OTAR3      0xF882FB38          CPUx Overlay Target Address Register 3
CPU1_OMASK3     0xF882FB3C          CPUx Overlay Mask Register 3
CPU1_RABR4      0xF882FB40          CPUx Redirected Address Base Register 4
CPU1_OTAR4      0xF882FB44          CPUx Overlay Target Address Register 4
CPU1_OMASK4     0xF882FB48          CPUx Overlay Mask Register 4
CPU1_RABR5      0xF882FB4C          CPUx Redirected Address Base Register 5
CPU1_OTAR5      0xF882FB50          CPUx Overlay Target Address Register 5
CPU1_OMASK5     0xF882FB54          CPUx Overlay Mask Register 5
CPU1_RABR6      0xF882FB58          CPUx Redirected Address Base Register 6
CPU1_OTAR6      0xF882FB5C          CPUx Overlay Target Address Register 6
CPU1_OMASK6     0xF882FB60          CPUx Overlay Mask Register 6
CPU1_RABR7      0xF882FB64          CPUx Redirected Address Base Register 7
CPU1_OTAR7      0xF882FB68          CPUx Overlay Target Address Register 7
CPU1_OMASK7     0xF882FB6C          CPUx Overlay Mask Register 7
CPU1_RABR8      0xF882FB70          CPUx Redirected Address Base Register 8
CPU1_OTAR8      0xF882FB74          CPUx Overlay Target Address Register 8
CPU1_OMASK8     0xF882FB78          CPUx Overlay Mask Register 8
CPU1_RABR9      0xF882FB7C          CPUx Redirected Address Base Register 9
CPU1_OTAR9      0xF882FB80          CPUx Overlay Target Address Register 9
CPU1_OMASK9     0xF882FB84          CPUx Overlay Mask Register 9
CPU1_RABR10     0xF882FB88          CPUx Redirected Address Base Register 10
CPU1_OTAR10     0xF882FB8C          CPUx Overlay Target Address Register 10
CPU1_OMASK10    0xF882FB90          CPUx Overlay Mask Register 10
CPU1_RABR11     0xF882FB94          CPUx Redirected Address Base Register 11
CPU1_OTAR11     0xF882FB98          CPUx Overlay Target Address Register 11
CPU1_OMASK11    0xF882FB9C          CPUx Overlay Mask Register 11
CPU1_RABR12     0xF882FBA0          CPUx Redirected Address Base Register 12
CPU1_OTAR12     0xF882FBA4          CPUx Overlay Target Address Register 12
CPU1_OMASK12    0xF882FBA8          CPUx Overlay Mask Register 12
CPU1_RABR13     0xF882FBAC          CPUx Redirected Address Base Register 13
CPU1_OTAR13     0xF882FBB0          CPUx Overlay Target Address Register 13
CPU1_OMASK13    0xF882FBB4          CPUx Overlay Mask Register 13
CPU1_RABR14     0xF882FBB8          CPUx Redirected Address Base Register 14
CPU1_OTAR14     0xF882FBBC          CPUx Overlay Target Address Register 14
CPU1_OMASK14    0xF882FBC0          CPUx Overlay Mask Register 14
CPU1_RABR15     0xF882FBC4          CPUx Redirected Address Base Register 15
CPU1_OTAR15     0xF882FBC8          CPUx Overlay Target Address Register 15
CPU1_OMASK15    0xF882FBCC          CPUx Overlay Mask Register 15
CPU1_RABR16     0xF882FBD0          CPUx Redirected Address Base Register 16
CPU1_OTAR16     0xF882FBD4          CPUx Overlay Target Address Register 16
CPU1_OMASK16    0xF882FBD8          CPUx Overlay Mask Register 16
CPU1_RABR17     0xF882FBDC          CPUx Redirected Address Base Register 17
CPU1_OTAR17     0xF882FBE0          CPUx Overlay Target Address Register 17
CPU1_OMASK17    0xF882FBE4          CPUx Overlay Mask Register 17
CPU1_RABR18     0xF882FBE8          CPUx Redirected Address Base Register 18
CPU1_OTAR18     0xF882FBEC          CPUx Overlay Target Address Register 18
CPU1_OMASK18    0xF882FBF0          CPUx Overlay Mask Register 18
CPU1_RABR19     0xF882FBF4          CPUx Redirected Address Base Register 19
CPU1_OTAR19     0xF882FBF8          CPUx Overlay Target Address Register 19
CPU1_OMASK19    0xF882FBFC          CPUx Overlay Mask Register 19
CPU1_RABR20     0xF882FC00          CPUx Redirected Address Base Register 20
CPU1_OTAR20     0xF882FC04          CPUx Overlay Target Address Register 20
CPU1_OMASK20    0xF882FC08          CPUx Overlay Mask Register 20
CPU1_RABR21     0xF882FC0C          CPUx Redirected Address Base Register 21
CPU1_OTAR21     0xF882FC10          CPUx Overlay Target Address Register 21
CPU1_OMASK21    0xF882FC14          CPUx Overlay Mask Register 21
CPU1_RABR22     0xF882FC18          CPUx Redirected Address Base Register 22
CPU1_OTAR22     0xF882FC1C          CPUx Overlay Target Address Register 22
CPU1_OMASK22    0xF882FC20          CPUx Overlay Mask Register 22
CPU1_RABR23     0xF882FC24          CPUx Redirected Address Base Register 23
CPU1_OTAR23     0xF882FC28          CPUx Overlay Target Address Register 23
CPU1_OMASK23    0xF882FC2C          CPUx Overlay Mask Register 23
CPU1_RABR24     0xF882FC30          CPUx Redirected Address Base Register 24
CPU1_OTAR24     0xF882FC34          CPUx Overlay Target Address Register 24
CPU1_OMASK24    0xF882FC38          CPUx Overlay Mask Register 24
CPU1_RABR25     0xF882FC3C          CPUx Redirected Address Base Register 25
CPU1_OTAR25     0xF882FC40          CPUx Overlay Target Address Register 25
CPU1_OMASK25    0xF882FC44          CPUx Overlay Mask Register 25
CPU1_RABR26     0xF882FC48          CPUx Redirected Address Base Register 26
CPU1_OTAR26     0xF882FC4C          CPUx Overlay Target Address Register 26
CPU1_OMASK26    0xF882FC50          CPUx Overlay Mask Register 26
CPU1_RABR27     0xF882FC54          CPUx Redirected Address Base Register 27
CPU1_OTAR27     0xF882FC58          CPUx Overlay Target Address Register 27
CPU1_OMASK27    0xF882FC5C          CPUx Overlay Mask Register 27
CPU1_RABR28     0xF882FC60          CPUx Redirected Address Base Register 28
CPU1_OTAR28     0xF882FC64          CPUx Overlay Target Address Register 28
CPU1_OMASK28    0xF882FC68          CPUx Overlay Mask Register 28
CPU1_RABR29     0xF882FC6C          CPUx Redirected Address Base Register 29
CPU1_OTAR29     0xF882FC70          CPUx Overlay Target Address Register 29
CPU1_OMASK29    0xF882FC74          CPUx Overlay Mask Register 29
CPU1_RABR30     0xF882FC78          CPUx Redirected Address Base Register 30
CPU1_OTAR30     0xF882FC7C          CPUx Overlay Target Address Register 30
CPU1_OMASK30    0xF882FC80          CPUx Overlay Mask Register 30
CPU1_RABR31     0xF882FC84          CPUx Redirected Address Base Register 31
CPU1_OTAR31     0xF882FC88          CPUx Overlay Target Address Register 31
CPU1_OMASK31    0xF882FC8C          CPUx Overlay Mask Register 31
CSFR_BASE_1     0xF8830000          Core Special Function Registers base (CPU1)
CPU1_SEGEN      0xF8831030          CPUx SRI Error Generation Register
CPU1_TASK_ASI   0xF8838004          CPUx Task Address Space Identifier Register
CPU1_PMA0       0xF8838100          CPUx Data Access CacheabilityRegister
CPU1_PMA1       0xF8838104          CPUx Code Access CacheabilityRegister
CPU1_PMA2       0xF8838108          CPUx Peripheral Space Identifier register
CPU1_DCON2      0xF8839000          CPUx Data Control Register 2
CPU1_SMACON     0xF883900C          CPUx SIST Mode Access Control Register
CPU1_DSTR       0xF8839010          CPUx Data Synchronous Trap Register
CPU1_DATR       0xF8839018          CPUx Data Asynchronous Trap Register
CPU1_DEADD      0xF883901C          CPUx Data Error Address Register
CPU1_DIEAR      0xF8839020          CPUx Data Integrity Error Address Register
CPU1_DIETR      0xF8839024          CPUx Data Integrity Error Trap Register
CPU1_DCON0      0xF8839040          CPUx Data Memory Control Register
CPU1_PSTR       0xF8839200          CPUx Program Synchronous Trap Register
CPU1_PCON1      0xF8839204          CPUx Program Control 1
CPU1_PCON2      0xF8839208          CPUx Program Control 2
CPU1_PCON0      0xF883920C          CPUx Program Control 0
CPU1_PIEAR      0xF8839210          CPUx Program Integrity Error Address Register
CPU1_PIETR      0xF8839214          CPUx Program Integrity Error Trap Register
CPU1_COMPAT     0xF8839400          CPUx Compatibility Control Register
CPU1_FPU_TRAP_CON 0xF883A000          CPUx Trap Control Register
CPU1_FPU_TRAP_PC 0xF883A004          CPUx Trapping Instruction Program Counter Register
CPU1_FPU_TRAP_OPC 0xF883A008          CPUx Trapping Instruction Opcode Register
CPU1_FPU_TRAP_SRC1 0xF883A010          CPUx Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC2 0xF883A014          CPUx Trapping Instruction Operand Register
CPU1_FPU_TRAP_SRC3 0xF883A018          CPUx Trapping Instruction Operand Register
CPU1_DPR0_L     0xF883C000          CPUx Data Protection Range 0, Lower Bound Register
CPU1_DPR0_U     0xF883C004          CPUx Data Protection Range 0, Upper Bound Register
CPU1_DPR1_L     0xF883C008          CPUx Data Protection Range 1, Lower Bound Register
CPU1_DPR1_U     0xF883C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU1_DPR2_L     0xF883C010          CPUx Data Protection Range 2, Lower Bound Register
CPU1_DPR2_U     0xF883C014          CPUx Data Protection Range 2, Upper Bound Register
CPU1_DPR3_L     0xF883C018          CPUx Data Protection Range 3, Lower Bound Register
CPU1_DPR3_U     0xF883C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU1_DPR4_L     0xF883C020          CPUx Data Protection Range 4, Lower Bound Register
CPU1_DPR4_U     0xF883C024          CPUx Data Protection Range 4, Upper Bound Register
CPU1_DPR5_L     0xF883C028          CPUx Data Protection Range 5, Lower Bound Register
CPU1_DPR5_U     0xF883C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU1_DPR6_L     0xF883C030          CPUx Data Protection Range 6, Lower Bound Register
CPU1_DPR6_U     0xF883C034          CPUx Data Protection Range 6, Upper Bound Register
CPU1_DPR7_L     0xF883C038          CPUx Data Protection Range 7, Lower Bound Register
CPU1_DPR7_U     0xF883C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU1_DPR8_L     0xF883C040          CPUx Data Protection Range 8, Lower Bound Register
CPU1_DPR8_U     0xF883C044          CPUx Data Protection Range 8, Upper Bound Register
CPU1_DPR9_L     0xF883C048          CPUx Data Protection Range 9, Lower Bound Register
CPU1_DPR9_U     0xF883C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU1_DPR10_L    0xF883C050          CPUx Data Protection Range 10, Lower Bound Register
CPU1_DPR10_U    0xF883C054          CPUx Data Protection Range 10, Upper Bound Register
CPU1_DPR11_L    0xF883C058          CPUx Data Protection Range 11, Lower Bound Register
CPU1_DPR11_U    0xF883C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU1_DPR12_L    0xF883C060          CPUx Data Protection Range 12, Lower Bound Register
CPU1_DPR12_U    0xF883C064          CPUx Data Protection Range 12, Upper Bound Register
CPU1_DPR13_L    0xF883C068          CPUx Data Protection Range 13, Lower Bound Register
CPU1_DPR13_U    0xF883C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU1_DPR14_L    0xF883C070          CPUx Data Protection Range 14, Lower Bound Register
CPU1_DPR14_U    0xF883C074          CPUx Data Protection Range 14, Upper Bound Register
CPU1_DPR15_L    0xF883C078          CPUx Data Protection Range 15, Lower Bound Register
CPU1_DPR15_U    0xF883C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU1_DPR16_L    0xF883C080          CPUx Data Protection Range 16, Lower Bound Register
CPU1_DPR16_U    0xF883C084          CPUx Data Protection Range 16, Upper Bound Register
CPU1_DPR17_L    0xF883C088          CPUx Data Protection Range 17, Lower Bound Register
CPU1_DPR17_U    0xF883C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU1_CPR0_L     0xF883D000          CPUx Code Protection Range 0 Lower Bound Register
CPU1_CPR0_U     0xF883D004          CPUx Code Protection Range 0 Upper Bound Register
CPU1_CPR1_L     0xF883D008          CPUx Code Protection Range 1 Lower Bound Register
CPU1_CPR1_U     0xF883D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU1_CPR2_L     0xF883D010          CPUx Code Protection Range 2 Lower Bound Register
CPU1_CPR2_U     0xF883D014          CPUx Code Protection Range 2 Upper Bound Register
CPU1_CPR3_L     0xF883D018          CPUx Code Protection Range 3 Lower Bound Register
CPU1_CPR3_U     0xF883D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU1_CPR4_L     0xF883D020          CPUx Code Protection Range 4 Lower Bound Register
CPU1_CPR4_U     0xF883D024          CPUx Code Protection Range 4 Upper Bound Register
CPU1_CPR5_L     0xF883D028          CPUx Code Protection Range 5 Lower Bound Register
CPU1_CPR5_U     0xF883D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU1_CPR6_L     0xF883D030          CPUx Code Protection Range 6 Lower Bound Register
CPU1_CPR6_U     0xF883D034          CPUx Code Protection Range 6 Upper Bound Register
CPU1_CPR7_L     0xF883D038          CPUx Code Protection Range 7 Lower Bound Register
CPU1_CPR7_U     0xF883D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU1_CPR8_L     0xF883D040          CPUx Code Protection Range 8 Lower Bound Register
CPU1_CPR8_U     0xF883D044          CPUx Code Protection Range 8 Upper Bound Register
CPU1_CPR9_L     0xF883D048          CPUx Code Protection Range 9 Lower Bound Register
CPU1_CPR9_U     0xF883D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU1_CPXE_0     0xF883E000          CPUx Code Protection Execute Enable Register Set 0
CPU1_CPXE_1     0xF883E004          CPUx Code Protection Execute Enable Register Set 1
CPU1_CPXE_2     0xF883E008          CPUx Code Protection Execute Enable Register Set 2
CPU1_CPXE_3     0xF883E00C          CPUx Code Protection Execute Enable Register Set 3
CPU1_DPRE_0     0xF883E010          CPUx Data Protection Read Enable Register Set 0
CPU1_DPRE_1     0xF883E014          CPUx Data Protection Read Enable Register Set 1
CPU1_DPRE_2     0xF883E018          CPUx Data Protection Read Enable Register Set 2
CPU1_DPRE_3     0xF883E01C          CPUx Data Protection Read Enable Register Set 3
CPU1_DPWE_0     0xF883E020          CPUx Data Protection Write Enable Register Set 0
CPU1_DPWE_1     0xF883E024          CPUx Data Protection Write Enable Register Set 1
CPU1_DPWE_2     0xF883E028          CPUx Data Protection Write Enable Register Set 2
CPU1_DPWE_3     0xF883E02C          CPUx Data Protection Write Enable Register Set 3
CPU1_CPXE_4     0xF883E040          CPUx Code Protection Execute Enable Register Set 4
CPU1_CPXE_5     0xF883E044          CPUx Code Protection Execute Enable Register Set 5
CPU1_DPRE_4     0xF883E050          CPUx Data Protection Read Enable Register Set 4
CPU1_DPRE_5     0xF883E054          CPUx Data Protection Read Enable Register Set 5
CPU1_DPWE_4     0xF883E060          CPUx Data Protection Write Enable Register Set 4
CPU1_DPWE_5     0xF883E064          CPUx Data Protection Write Enable Register Set 5
CPU1_TPS_CON    0xF883E400          CPUx Temporal Protection System Control Register
CPU1_TPS_TIMER0 0xF883E404          CPUx Temporal Protection System Timer Register 0
CPU1_TPS_TIMER1 0xF883E408          CPUx Temporal Protection System Timer Register 1
CPU1_TPS_TIMER2 0xF883E40C          CPUx Temporal Protection System Timer Register 2
CPU1_TPS_EXTIM_ENTRY_LVAL 0xF883E440          CPUx Exception Entry Timer Load Value
CPU1_TPS_EXTIM_ENTRY_CVAL 0xF883E444          CPUx Exception Entry Timer Current Value
CPU1_TPS_EXTIM_EXIT_LVAL 0xF883E448          CPUx Exception Exit Timer Load Value
CPU1_TPS_EXTIM_EXIT_CVAL 0xF883E44C          CPUx Exception Exit Timer Current Value
CPU1_TPS_EXTIM_CLASS_EN 0xF883E450          CPUx Exception Timer Class Enable Register
CPU1_TPS_EXTIM_STAT 0xF883E454          CPUx Exception Timer Status Register
CPU1_TPS_EXTIM_FCX 0xF883E458          CPUx Exception Timer FCX Register
CPU1_TR0EVT     0xF883F000          CPUx Trigger Event 0
CPU1_TR0ADR     0xF883F004          CPUx Trigger Address 0
CPU1_TR1EVT     0xF883F008          CPUx Trigger Event 1
CPU1_TR1ADR     0xF883F00C          CPUx Trigger Address 1
CPU1_TR2EVT     0xF883F010          CPUx Trigger Event 2
CPU1_TR2ADR     0xF883F014          CPUx Trigger Address 2
CPU1_TR3EVT     0xF883F018          CPUx Trigger Event 3
CPU1_TR3ADR     0xF883F01C          CPUx Trigger Address 3
CPU1_TR4EVT     0xF883F020          CPUx Trigger Event 4
CPU1_TR4ADR     0xF883F024          CPUx Trigger Address 4
CPU1_TR5EVT     0xF883F028          CPUx Trigger Event 5
CPU1_TR5ADR     0xF883F02C          CPUx Trigger Address 5
CPU1_TR6EVT     0xF883F030          CPUx Trigger Event 6
CPU1_TR6ADR     0xF883F034          CPUx Trigger Address 6
CPU1_TR7EVT     0xF883F038          CPUx Trigger Event 7
CPU1_TR7ADR     0xF883F03C          CPUx Trigger Address 7
CPU1_CCTRL      0xF883FC00          CPUx Counter Control
CPU1_CCNT       0xF883FC04          CPUx CPU Clock Cycle Count
CPU1_ICNT       0xF883FC08          CPUx Instruction Count
CPU1_M1CNT      0xF883FC0C          CPUx Multi-Count Register 1
CPU1_M2CNT      0xF883FC10          CPUx Multi-Count Register 2
CPU1_M3CNT      0xF883FC14          CPUx Multi-Count Register 3
CPU1_DBGSR      0xF883FD00          CPUx Debug Status Register
CPU1_EXEVT      0xF883FD08          CPUx External Event Register
CPU1_CREVT      0xF883FD0C          CPUx Core Register Access Event
CPU1_SWEVT      0xF883FD10          CPUx Software Debug Event
CPU1_TRIG_ACC   0xF883FD30          CPUx TriggerAddressx
CPU1_DMS        0xF883FD40          CPUx Debug Monitor Start Address
CPU1_DCX        0xF883FD44          CPUx Debug Context Save Area Pointer
CPU1_DBGTCR     0xF883FD48          CPUx Debug Trap Control Register
CPU1_PCXI       0xF883FE00          CPUx Previous Context Information Register
CPU1_PSW        0xF883FE04          CPUx Program Status Word
CPU1_PC         0xF883FE08          CPUx Program Counter
CPU1_SYSCON     0xF883FE14          CPUx System Configuration Register
CPU1_CPU_ID     0xF883FE18          CPUx Identification Register TC1.6.2P
CPU1_CORE_ID    0xF883FE1C          CPUx Core Identification Register
CPU1_BIV        0xF883FE20          CPUx Base Interrupt Vector Table Pointer
CPU1_BTV        0xF883FE24          CPUx Base Trap Vector Table Pointer
CPU1_ISP        0xF883FE28          CPUx Interrupt Stack Pointer
CPU1_ICR        0xF883FE2C          CPUx Interrupt Control Register
CPU1_FCX        0xF883FE38          CPUx Free CSA List Head Pointer
CPU1_LCX        0xF883FE3C          CPUx Free CSA List Limit Pointer
CPU1_CUS_ID     0xF883FE50          CPUx Customer ID register
CPU1_D0         0xF883FF00          Data Register 0
CPU1_D1         0xF883FF04          Data Register 1
CPU1_D2         0xF883FF08          Data Register 2
CPU1_D3         0xF883FF0C          Data Register 3
CPU1_D4         0xF883FF10          Data Register 4
CPU1_D5         0xF883FF14          Data Register 5
CPU1_D6         0xF883FF18          Data Register 6
CPU1_D7         0xF883FF1C          Data Register 7
CPU1_D8         0xF883FF20          Data Register 8
CPU1_D9         0xF883FF24          Data Register 9
CPU1_D10        0xF883FF28          Data Register 10
CPU1_D11        0xF883FF2C          Data Register 11
CPU1_D12        0xF883FF30          Data Register 12
CPU1_D13        0xF883FF34          Data Register 13
CPU1_D14        0xF883FF38          Data Register 14
CPU1_D15        0xF883FF3C          Data Register 15
CPU1_A0         0xF883FF80          Address Register 0
CPU1_A1         0xF883FF84          Address Register 1
CPU1_A2         0xF883FF88          Address Register 2
CPU1_A3         0xF883FF8C          Address Register 3
CPU1_A4         0xF883FF90          Address Register 4
CPU1_A5         0xF883FF94          Address Register 5
CPU1_A6         0xF883FF98          Address Register 6
CPU1_A7         0xF883FF9C          Address Register 7
CPU1_A8         0xF883FFA0          Address Register 8
CPU1_A9         0xF883FFA4          Address Register 9
CPU1_A10        0xF883FFA8          Address Register 10
CPU1_A11        0xF883FFAC          Address Register 11
CPU1_A12        0xF883FFB0          Address Register 12
CPU1_A13        0xF883FFB4          Address Register 13
CPU1_A14        0xF883FFB8          Address Register 14
CPU1_A15        0xF883FFBC          Address Register 15
CPU2_FLASHCON0  0xF8841100          CPUx Flash Configuration Register 0
CPU2_FLASHCON1  0xF8841104          CPUx Flash Configuration Register 1
CPU2_FLASHCON2  0xF8841108          CPUx Flash Configuration Register 2
CPU2_FLASHCON3  0xF884110C          CPUx Flash Configuration Register 3
CPU2_FLASHCON4  0xF8841110          CPUx Flash Configuration Register 4
CPU2_KRST0      0xF884D000          CPUx Reset Register 0
CPU2_KRST1      0xF884D004          CPUx Reset Register 1
CPU2_KRSTCLR    0xF884D008          CPUx Reset Clear Register
CPU2_SPR_SPROT_RGNLA0 0xF884E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU2_SPR_SPROT_RGNUA0 0xF884E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU2_SPR_SPROT_RGNACCENA0_W 0xF884E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU2_SPR_SPROT_RGNACCENB0_W 0xF884E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU2_SPR_SPROT_RGNLA1 0xF884E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU2_SPR_SPROT_RGNUA1 0xF884E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU2_SPR_SPROT_RGNACCENA1_W 0xF884E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU2_SPR_SPROT_RGNACCENB1_W 0xF884E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU2_SPR_SPROT_RGNLA2 0xF884E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU2_SPR_SPROT_RGNUA2 0xF884E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU2_SPR_SPROT_RGNACCENA2_W 0xF884E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU2_SPR_SPROT_RGNACCENB2_W 0xF884E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU2_SPR_SPROT_RGNLA3 0xF884E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU2_SPR_SPROT_RGNUA3 0xF884E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU2_SPR_SPROT_RGNACCENA3_W 0xF884E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU2_SPR_SPROT_RGNACCENB3_W 0xF884E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU2_SPR_SPROT_RGNLA4 0xF884E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU2_SPR_SPROT_RGNUA4 0xF884E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU2_SPR_SPROT_RGNACCENA4_W 0xF884E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU2_SPR_SPROT_RGNACCENB4_W 0xF884E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU2_SPR_SPROT_RGNLA5 0xF884E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU2_SPR_SPROT_RGNUA5 0xF884E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU2_SPR_SPROT_RGNACCENA5_W 0xF884E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU2_SPR_SPROT_RGNACCENB5_W 0xF884E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU2_SPR_SPROT_RGNLA6 0xF884E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU2_SPR_SPROT_RGNUA6 0xF884E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU2_SPR_SPROT_RGNACCENA6_W 0xF884E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU2_SPR_SPROT_RGNACCENB6_W 0xF884E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU2_SPR_SPROT_RGNLA7 0xF884E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU2_SPR_SPROT_RGNUA7 0xF884E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU2_SPR_SPROT_RGNACCENA7_W 0xF884E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU2_SPR_SPROT_RGNACCENB7_W 0xF884E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU2_SPR_SPROT_RGNACCENA0_R 0xF884E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU2_SPR_SPROT_RGNACCENB0_R 0xF884E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU2_SPR_SPROT_RGNACCENA1_R 0xF884E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU2_SPR_SPROT_RGNACCENB1_R 0xF884E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU2_SPR_SPROT_RGNACCENA2_R 0xF884E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU2_SPR_SPROT_RGNACCENB2_R 0xF884E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU2_SPR_SPROT_RGNACCENA3_R 0xF884E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU2_SPR_SPROT_RGNACCENB3_R 0xF884E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU2_SPR_SPROT_RGNACCENA4_R 0xF884E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU2_SPR_SPROT_RGNACCENB4_R 0xF884E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU2_SPR_SPROT_RGNACCENA5_R 0xF884E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU2_SPR_SPROT_RGNACCENB5_R 0xF884E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU2_SPR_SPROT_RGNACCENA6_R 0xF884E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU2_SPR_SPROT_RGNACCENB6_R 0xF884E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU2_SPR_SPROT_RGNACCENA7_R 0xF884E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU2_SPR_SPROT_RGNACCENB7_R 0xF884E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU2_SFR_SPROT_ACCENA_W 0xF884E100          CPUx Safety Protection Register Access Enable Register A
CPU2_SFR_SPROT_ACCENB_W 0xF884E104          CPUx Safety Protection Region Access Enable Register B
CPU2_LPB_SPROT_ACCENA_R 0xF884E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU2_LPB_SPROT_ACCENB_R 0xF884E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU2_DLMU_SPROT_RGNLA0 0xF884E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU2_DLMU_SPROT_RGNUA0 0xF884E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU2_DLMU_SPROT_RGNACCENA0_W 0xF884E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU2_DLMU_SPROT_RGNACCENB0_W 0xF884E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU2_DLMU_SPROT_RGNLA1 0xF884E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU2_DLMU_SPROT_RGNUA1 0xF884E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU2_DLMU_SPROT_RGNACCENA1_W 0xF884E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU2_DLMU_SPROT_RGNACCENB1_W 0xF884E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU2_DLMU_SPROT_RGNLA2 0xF884E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU2_DLMU_SPROT_RGNUA2 0xF884E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU2_DLMU_SPROT_RGNACCENA2_W 0xF884E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU2_DLMU_SPROT_RGNACCENB2_W 0xF884E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU2_DLMU_SPROT_RGNLA3 0xF884E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU2_DLMU_SPROT_RGNUA3 0xF884E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU2_DLMU_SPROT_RGNACCENA3_W 0xF884E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU2_DLMU_SPROT_RGNACCENB3_W 0xF884E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU2_DLMU_SPROT_RGNLA4 0xF884E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU2_DLMU_SPROT_RGNUA4 0xF884E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU2_DLMU_SPROT_RGNACCENA4_W 0xF884E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU2_DLMU_SPROT_RGNACCENB4_W 0xF884E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU2_DLMU_SPROT_RGNLA5 0xF884E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU2_DLMU_SPROT_RGNUA5 0xF884E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU2_DLMU_SPROT_RGNACCENA5_W 0xF884E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU2_DLMU_SPROT_RGNACCENB5_W 0xF884E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU2_DLMU_SPROT_RGNLA6 0xF884E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU2_DLMU_SPROT_RGNUA6 0xF884E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU2_DLMU_SPROT_RGNACCENA6_W 0xF884E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU2_DLMU_SPROT_RGNACCENB6_W 0xF884E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU2_DLMU_SPROT_RGNLA7 0xF884E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU2_DLMU_SPROT_RGNUA7 0xF884E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU2_DLMU_SPROT_RGNACCENA7_W 0xF884E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU2_DLMU_SPROT_RGNACCENB7_W 0xF884E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU2_DLMU_SPROT_RGNACCENA0_R 0xF884E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU2_DLMU_SPROT_RGNACCENB0_R 0xF884E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU2_DLMU_SPROT_RGNACCENA1_R 0xF884E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU2_DLMU_SPROT_RGNACCENB1_R 0xF884E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU2_DLMU_SPROT_RGNACCENA2_R 0xF884E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU2_DLMU_SPROT_RGNACCENB2_R 0xF884E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU2_DLMU_SPROT_RGNACCENA3_R 0xF884E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU2_DLMU_SPROT_RGNACCENB3_R 0xF884E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU2_DLMU_SPROT_RGNACCENA4_R 0xF884E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU2_DLMU_SPROT_RGNACCENB4_R 0xF884E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU2_DLMU_SPROT_RGNACCENA5_R 0xF884E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU2_DLMU_SPROT_RGNACCENB5_R 0xF884E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU2_DLMU_SPROT_RGNACCENA6_R 0xF884E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU2_DLMU_SPROT_RGNACCENB6_R 0xF884E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU2_DLMU_SPROT_RGNACCENA7_R 0xF884E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU2_DLMU_SPROT_RGNACCENB7_R 0xF884E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU2_OSEL       0xF884FB00          CPUx Overlay Range Select Register
CPU2_RABR0      0xF884FB10          CPUx Redirected Address Base Register 0
CPU2_OTAR0      0xF884FB14          CPUx Overlay Target Address Register 0
CPU2_OMASK0     0xF884FB18          CPUx Overlay Mask Register 0
CPU2_RABR1      0xF884FB1C          CPUx Redirected Address Base Register 1
CPU2_OTAR1      0xF884FB20          CPUx Overlay Target Address Register 1
CPU2_OMASK1     0xF884FB24          CPUx Overlay Mask Register 1
CPU2_RABR2      0xF884FB28          CPUx Redirected Address Base Register 2
CPU2_OTAR2      0xF884FB2C          CPUx Overlay Target Address Register 2
CPU2_OMASK2     0xF884FB30          CPUx Overlay Mask Register 2
CPU2_RABR3      0xF884FB34          CPUx Redirected Address Base Register 3
CPU2_OTAR3      0xF884FB38          CPUx Overlay Target Address Register 3
CPU2_OMASK3     0xF884FB3C          CPUx Overlay Mask Register 3
CPU2_RABR4      0xF884FB40          CPUx Redirected Address Base Register 4
CPU2_OTAR4      0xF884FB44          CPUx Overlay Target Address Register 4
CPU2_OMASK4     0xF884FB48          CPUx Overlay Mask Register 4
CPU2_RABR5      0xF884FB4C          CPUx Redirected Address Base Register 5
CPU2_OTAR5      0xF884FB50          CPUx Overlay Target Address Register 5
CPU2_OMASK5     0xF884FB54          CPUx Overlay Mask Register 5
CPU2_RABR6      0xF884FB58          CPUx Redirected Address Base Register 6
CPU2_OTAR6      0xF884FB5C          CPUx Overlay Target Address Register 6
CPU2_OMASK6     0xF884FB60          CPUx Overlay Mask Register 6
CPU2_RABR7      0xF884FB64          CPUx Redirected Address Base Register 7
CPU2_OTAR7      0xF884FB68          CPUx Overlay Target Address Register 7
CPU2_OMASK7     0xF884FB6C          CPUx Overlay Mask Register 7
CPU2_RABR8      0xF884FB70          CPUx Redirected Address Base Register 8
CPU2_OTAR8      0xF884FB74          CPUx Overlay Target Address Register 8
CPU2_OMASK8     0xF884FB78          CPUx Overlay Mask Register 8
CPU2_RABR9      0xF884FB7C          CPUx Redirected Address Base Register 9
CPU2_OTAR9      0xF884FB80          CPUx Overlay Target Address Register 9
CPU2_OMASK9     0xF884FB84          CPUx Overlay Mask Register 9
CPU2_RABR10     0xF884FB88          CPUx Redirected Address Base Register 10
CPU2_OTAR10     0xF884FB8C          CPUx Overlay Target Address Register 10
CPU2_OMASK10    0xF884FB90          CPUx Overlay Mask Register 10
CPU2_RABR11     0xF884FB94          CPUx Redirected Address Base Register 11
CPU2_OTAR11     0xF884FB98          CPUx Overlay Target Address Register 11
CPU2_OMASK11    0xF884FB9C          CPUx Overlay Mask Register 11
CPU2_RABR12     0xF884FBA0          CPUx Redirected Address Base Register 12
CPU2_OTAR12     0xF884FBA4          CPUx Overlay Target Address Register 12
CPU2_OMASK12    0xF884FBA8          CPUx Overlay Mask Register 12
CPU2_RABR13     0xF884FBAC          CPUx Redirected Address Base Register 13
CPU2_OTAR13     0xF884FBB0          CPUx Overlay Target Address Register 13
CPU2_OMASK13    0xF884FBB4          CPUx Overlay Mask Register 13
CPU2_RABR14     0xF884FBB8          CPUx Redirected Address Base Register 14
CPU2_OTAR14     0xF884FBBC          CPUx Overlay Target Address Register 14
CPU2_OMASK14    0xF884FBC0          CPUx Overlay Mask Register 14
CPU2_RABR15     0xF884FBC4          CPUx Redirected Address Base Register 15
CPU2_OTAR15     0xF884FBC8          CPUx Overlay Target Address Register 15
CPU2_OMASK15    0xF884FBCC          CPUx Overlay Mask Register 15
CPU2_RABR16     0xF884FBD0          CPUx Redirected Address Base Register 16
CPU2_OTAR16     0xF884FBD4          CPUx Overlay Target Address Register 16
CPU2_OMASK16    0xF884FBD8          CPUx Overlay Mask Register 16
CPU2_RABR17     0xF884FBDC          CPUx Redirected Address Base Register 17
CPU2_OTAR17     0xF884FBE0          CPUx Overlay Target Address Register 17
CPU2_OMASK17    0xF884FBE4          CPUx Overlay Mask Register 17
CPU2_RABR18     0xF884FBE8          CPUx Redirected Address Base Register 18
CPU2_OTAR18     0xF884FBEC          CPUx Overlay Target Address Register 18
CPU2_OMASK18    0xF884FBF0          CPUx Overlay Mask Register 18
CPU2_RABR19     0xF884FBF4          CPUx Redirected Address Base Register 19
CPU2_OTAR19     0xF884FBF8          CPUx Overlay Target Address Register 19
CPU2_OMASK19    0xF884FBFC          CPUx Overlay Mask Register 19
CPU2_RABR20     0xF884FC00          CPUx Redirected Address Base Register 20
CPU2_OTAR20     0xF884FC04          CPUx Overlay Target Address Register 20
CPU2_OMASK20    0xF884FC08          CPUx Overlay Mask Register 20
CPU2_RABR21     0xF884FC0C          CPUx Redirected Address Base Register 21
CPU2_OTAR21     0xF884FC10          CPUx Overlay Target Address Register 21
CPU2_OMASK21    0xF884FC14          CPUx Overlay Mask Register 21
CPU2_RABR22     0xF884FC18          CPUx Redirected Address Base Register 22
CPU2_OTAR22     0xF884FC1C          CPUx Overlay Target Address Register 22
CPU2_OMASK22    0xF884FC20          CPUx Overlay Mask Register 22
CPU2_RABR23     0xF884FC24          CPUx Redirected Address Base Register 23
CPU2_OTAR23     0xF884FC28          CPUx Overlay Target Address Register 23
CPU2_OMASK23    0xF884FC2C          CPUx Overlay Mask Register 23
CPU2_RABR24     0xF884FC30          CPUx Redirected Address Base Register 24
CPU2_OTAR24     0xF884FC34          CPUx Overlay Target Address Register 24
CPU2_OMASK24    0xF884FC38          CPUx Overlay Mask Register 24
CPU2_RABR25     0xF884FC3C          CPUx Redirected Address Base Register 25
CPU2_OTAR25     0xF884FC40          CPUx Overlay Target Address Register 25
CPU2_OMASK25    0xF884FC44          CPUx Overlay Mask Register 25
CPU2_RABR26     0xF884FC48          CPUx Redirected Address Base Register 26
CPU2_OTAR26     0xF884FC4C          CPUx Overlay Target Address Register 26
CPU2_OMASK26    0xF884FC50          CPUx Overlay Mask Register 26
CPU2_RABR27     0xF884FC54          CPUx Redirected Address Base Register 27
CPU2_OTAR27     0xF884FC58          CPUx Overlay Target Address Register 27
CPU2_OMASK27    0xF884FC5C          CPUx Overlay Mask Register 27
CPU2_RABR28     0xF884FC60          CPUx Redirected Address Base Register 28
CPU2_OTAR28     0xF884FC64          CPUx Overlay Target Address Register 28
CPU2_OMASK28    0xF884FC68          CPUx Overlay Mask Register 28
CPU2_RABR29     0xF884FC6C          CPUx Redirected Address Base Register 29
CPU2_OTAR29     0xF884FC70          CPUx Overlay Target Address Register 29
CPU2_OMASK29    0xF884FC74          CPUx Overlay Mask Register 29
CPU2_RABR30     0xF884FC78          CPUx Redirected Address Base Register 30
CPU2_OTAR30     0xF884FC7C          CPUx Overlay Target Address Register 30
CPU2_OMASK30    0xF884FC80          CPUx Overlay Mask Register 30
CPU2_RABR31     0xF884FC84          CPUx Redirected Address Base Register 31
CPU2_OTAR31     0xF884FC88          CPUx Overlay Target Address Register 31
CPU2_OMASK31    0xF884FC8C          CPUx Overlay Mask Register 31
CSFR_BASE_2     0xF8850000          Core Special Function Registers base (CPU2)
CPU2_SEGEN      0xF8851030          CPUx SRI Error Generation Register
CPU2_TASK_ASI   0xF8858004          CPUx Task Address Space Identifier Register
CPU2_PMA0       0xF8858100          CPUx Data Access CacheabilityRegister
CPU2_PMA1       0xF8858104          CPUx Code Access CacheabilityRegister
CPU2_PMA2       0xF8858108          CPUx Peripheral Space Identifier register
CPU2_DCON2      0xF8859000          CPUx Data Control Register 2
CPU2_SMACON     0xF885900C          CPUx SIST Mode Access Control Register
CPU2_DSTR       0xF8859010          CPUx Data Synchronous Trap Register
CPU2_DATR       0xF8859018          CPUx Data Asynchronous Trap Register
CPU2_DEADD      0xF885901C          CPUx Data Error Address Register
CPU2_DIEAR      0xF8859020          CPUx Data Integrity Error Address Register
CPU2_DIETR      0xF8859024          CPUx Data Integrity Error Trap Register
CPU2_DCON0      0xF8859040          CPUx Data Memory Control Register
CPU2_PSTR       0xF8859200          CPUx Program Synchronous Trap Register
CPU2_PCON1      0xF8859204          CPUx Program Control 1
CPU2_PCON2      0xF8859208          CPUx Program Control 2
CPU2_PCON0      0xF885920C          CPUx Program Control 0
CPU2_PIEAR      0xF8859210          CPUx Program Integrity Error Address Register
CPU2_PIETR      0xF8859214          CPUx Program Integrity Error Trap Register
CPU2_COMPAT     0xF8859400          CPUx Compatibility Control Register
CPU2_FPU_TRAP_CON 0xF885A000          CPUx Trap Control Register
CPU2_FPU_TRAP_PC 0xF885A004          CPUx Trapping Instruction Program Counter Register
CPU2_FPU_TRAP_OPC 0xF885A008          CPUx Trapping Instruction Opcode Register
CPU2_FPU_TRAP_SRC1 0xF885A010          CPUx Trapping Instruction Operand Register
CPU2_FPU_TRAP_SRC2 0xF885A014          CPUx Trapping Instruction Operand Register
CPU2_FPU_TRAP_SRC3 0xF885A018          CPUx Trapping Instruction Operand Register
CPU2_DPR0_L     0xF885C000          CPUx Data Protection Range 0, Lower Bound Register
CPU2_DPR0_U     0xF885C004          CPUx Data Protection Range 0, Upper Bound Register
CPU2_DPR1_L     0xF885C008          CPUx Data Protection Range 1, Lower Bound Register
CPU2_DPR1_U     0xF885C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU2_DPR2_L     0xF885C010          CPUx Data Protection Range 2, Lower Bound Register
CPU2_DPR2_U     0xF885C014          CPUx Data Protection Range 2, Upper Bound Register
CPU2_DPR3_L     0xF885C018          CPUx Data Protection Range 3, Lower Bound Register
CPU2_DPR3_U     0xF885C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU2_DPR4_L     0xF885C020          CPUx Data Protection Range 4, Lower Bound Register
CPU2_DPR4_U     0xF885C024          CPUx Data Protection Range 4, Upper Bound Register
CPU2_DPR5_L     0xF885C028          CPUx Data Protection Range 5, Lower Bound Register
CPU2_DPR5_U     0xF885C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU2_DPR6_L     0xF885C030          CPUx Data Protection Range 6, Lower Bound Register
CPU2_DPR6_U     0xF885C034          CPUx Data Protection Range 6, Upper Bound Register
CPU2_DPR7_L     0xF885C038          CPUx Data Protection Range 7, Lower Bound Register
CPU2_DPR7_U     0xF885C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU2_DPR8_L     0xF885C040          CPUx Data Protection Range 8, Lower Bound Register
CPU2_DPR8_U     0xF885C044          CPUx Data Protection Range 8, Upper Bound Register
CPU2_DPR9_L     0xF885C048          CPUx Data Protection Range 9, Lower Bound Register
CPU2_DPR9_U     0xF885C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU2_DPR10_L    0xF885C050          CPUx Data Protection Range 10, Lower Bound Register
CPU2_DPR10_U    0xF885C054          CPUx Data Protection Range 10, Upper Bound Register
CPU2_DPR11_L    0xF885C058          CPUx Data Protection Range 11, Lower Bound Register
CPU2_DPR11_U    0xF885C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU2_DPR12_L    0xF885C060          CPUx Data Protection Range 12, Lower Bound Register
CPU2_DPR12_U    0xF885C064          CPUx Data Protection Range 12, Upper Bound Register
CPU2_DPR13_L    0xF885C068          CPUx Data Protection Range 13, Lower Bound Register
CPU2_DPR13_U    0xF885C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU2_DPR14_L    0xF885C070          CPUx Data Protection Range 14, Lower Bound Register
CPU2_DPR14_U    0xF885C074          CPUx Data Protection Range 14, Upper Bound Register
CPU2_DPR15_L    0xF885C078          CPUx Data Protection Range 15, Lower Bound Register
CPU2_DPR15_U    0xF885C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU2_DPR16_L    0xF885C080          CPUx Data Protection Range 16, Lower Bound Register
CPU2_DPR16_U    0xF885C084          CPUx Data Protection Range 16, Upper Bound Register
CPU2_DPR17_L    0xF885C088          CPUx Data Protection Range 17, Lower Bound Register
CPU2_DPR17_U    0xF885C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU2_CPR0_L     0xF885D000          CPUx Code Protection Range 0 Lower Bound Register
CPU2_CPR0_U     0xF885D004          CPUx Code Protection Range 0 Upper Bound Register
CPU2_CPR1_L     0xF885D008          CPUx Code Protection Range 1 Lower Bound Register
CPU2_CPR1_U     0xF885D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU2_CPR2_L     0xF885D010          CPUx Code Protection Range 2 Lower Bound Register
CPU2_CPR2_U     0xF885D014          CPUx Code Protection Range 2 Upper Bound Register
CPU2_CPR3_L     0xF885D018          CPUx Code Protection Range 3 Lower Bound Register
CPU2_CPR3_U     0xF885D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU2_CPR4_L     0xF885D020          CPUx Code Protection Range 4 Lower Bound Register
CPU2_CPR4_U     0xF885D024          CPUx Code Protection Range 4 Upper Bound Register
CPU2_CPR5_L     0xF885D028          CPUx Code Protection Range 5 Lower Bound Register
CPU2_CPR5_U     0xF885D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU2_CPR6_L     0xF885D030          CPUx Code Protection Range 6 Lower Bound Register
CPU2_CPR6_U     0xF885D034          CPUx Code Protection Range 6 Upper Bound Register
CPU2_CPR7_L     0xF885D038          CPUx Code Protection Range 7 Lower Bound Register
CPU2_CPR7_U     0xF885D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU2_CPR8_L     0xF885D040          CPUx Code Protection Range 8 Lower Bound Register
CPU2_CPR8_U     0xF885D044          CPUx Code Protection Range 8 Upper Bound Register
CPU2_CPR9_L     0xF885D048          CPUx Code Protection Range 9 Lower Bound Register
CPU2_CPR9_U     0xF885D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU2_CPXE_0     0xF885E000          CPUx Code Protection Execute Enable Register Set 0
CPU2_CPXE_1     0xF885E004          CPUx Code Protection Execute Enable Register Set 1
CPU2_CPXE_2     0xF885E008          CPUx Code Protection Execute Enable Register Set 2
CPU2_CPXE_3     0xF885E00C          CPUx Code Protection Execute Enable Register Set 3
CPU2_DPRE_0     0xF885E010          CPUx Data Protection Read Enable Register Set 0
CPU2_DPRE_1     0xF885E014          CPUx Data Protection Read Enable Register Set 1
CPU2_DPRE_2     0xF885E018          CPUx Data Protection Read Enable Register Set 2
CPU2_DPRE_3     0xF885E01C          CPUx Data Protection Read Enable Register Set 3
CPU2_DPWE_0     0xF885E020          CPUx Data Protection Write Enable Register Set 0
CPU2_DPWE_1     0xF885E024          CPUx Data Protection Write Enable Register Set 1
CPU2_DPWE_2     0xF885E028          CPUx Data Protection Write Enable Register Set 2
CPU2_DPWE_3     0xF885E02C          CPUx Data Protection Write Enable Register Set 3
CPU2_CPXE_4     0xF885E040          CPUx Code Protection Execute Enable Register Set 4
CPU2_CPXE_5     0xF885E044          CPUx Code Protection Execute Enable Register Set 5
CPU2_DPRE_4     0xF885E050          CPUx Data Protection Read Enable Register Set 4
CPU2_DPRE_5     0xF885E054          CPUx Data Protection Read Enable Register Set 5
CPU2_DPWE_4     0xF885E060          CPUx Data Protection Write Enable Register Set 4
CPU2_DPWE_5     0xF885E064          CPUx Data Protection Write Enable Register Set 5
CPU2_TPS_CON    0xF885E400          CPUx Temporal Protection System Control Register
CPU2_TPS_TIMER0 0xF885E404          CPUx Temporal Protection System Timer Register 0
CPU2_TPS_TIMER1 0xF885E408          CPUx Temporal Protection System Timer Register 1
CPU2_TPS_TIMER2 0xF885E40C          CPUx Temporal Protection System Timer Register 2
CPU2_TPS_EXTIM_ENTRY_LVAL 0xF885E440          CPUx Exception Entry Timer Load Value
CPU2_TPS_EXTIM_ENTRY_CVAL 0xF885E444          CPUx Exception Entry Timer Current Value
CPU2_TPS_EXTIM_EXIT_LVAL 0xF885E448          CPUx Exception Exit Timer Load Value
CPU2_TPS_EXTIM_EXIT_CVAL 0xF885E44C          CPUx Exception Exit Timer Current Value
CPU2_TPS_EXTIM_CLASS_EN 0xF885E450          CPUx Exception Timer Class Enable Register
CPU2_TPS_EXTIM_STAT 0xF885E454          CPUx Exception Timer Status Register
CPU2_TPS_EXTIM_FCX 0xF885E458          CPUx Exception Timer FCX Register
CPU2_TR0EVT     0xF885F000          CPUx Trigger Event 0
CPU2_TR0ADR     0xF885F004          CPUx Trigger Address 0
CPU2_TR1EVT     0xF885F008          CPUx Trigger Event 1
CPU2_TR1ADR     0xF885F00C          CPUx Trigger Address 1
CPU2_TR2EVT     0xF885F010          CPUx Trigger Event 2
CPU2_TR2ADR     0xF885F014          CPUx Trigger Address 2
CPU2_TR3EVT     0xF885F018          CPUx Trigger Event 3
CPU2_TR3ADR     0xF885F01C          CPUx Trigger Address 3
CPU2_TR4EVT     0xF885F020          CPUx Trigger Event 4
CPU2_TR4ADR     0xF885F024          CPUx Trigger Address 4
CPU2_TR5EVT     0xF885F028          CPUx Trigger Event 5
CPU2_TR5ADR     0xF885F02C          CPUx Trigger Address 5
CPU2_TR6EVT     0xF885F030          CPUx Trigger Event 6
CPU2_TR6ADR     0xF885F034          CPUx Trigger Address 6
CPU2_TR7EVT     0xF885F038          CPUx Trigger Event 7
CPU2_TR7ADR     0xF885F03C          CPUx Trigger Address 7
CPU2_CCTRL      0xF885FC00          CPUx Counter Control
CPU2_CCNT       0xF885FC04          CPUx CPU Clock Cycle Count
CPU2_ICNT       0xF885FC08          CPUx Instruction Count
CPU2_M1CNT      0xF885FC0C          CPUx Multi-Count Register 1
CPU2_M2CNT      0xF885FC10          CPUx Multi-Count Register 2
CPU2_M3CNT      0xF885FC14          CPUx Multi-Count Register 3
CPU2_DBGSR      0xF885FD00          CPUx Debug Status Register
CPU2_EXEVT      0xF885FD08          CPUx External Event Register
CPU2_CREVT      0xF885FD0C          CPUx Core Register Access Event
CPU2_SWEVT      0xF885FD10          CPUx Software Debug Event
CPU2_TRIG_ACC   0xF885FD30          CPUx TriggerAddressx
CPU2_DMS        0xF885FD40          CPUx Debug Monitor Start Address
CPU2_DCX        0xF885FD44          CPUx Debug Context Save Area Pointer
CPU2_DBGTCR     0xF885FD48          CPUx Debug Trap Control Register
CPU2_PCXI       0xF885FE00          CPUx Previous Context Information Register
CPU2_PSW        0xF885FE04          CPUx Program Status Word
CPU2_PC         0xF885FE08          CPUx Program Counter
CPU2_SYSCON     0xF885FE14          CPUx System Configuration Register
CPU2_CPU_ID     0xF885FE18          CPUx Identification Register TC1.6.2P
CPU2_CORE_ID    0xF885FE1C          CPUx Core Identification Register
CPU2_BIV        0xF885FE20          CPUx Base Interrupt Vector Table Pointer
CPU2_BTV        0xF885FE24          CPUx Base Trap Vector Table Pointer
CPU2_ISP        0xF885FE28          CPUx Interrupt Stack Pointer
CPU2_ICR        0xF885FE2C          CPUx Interrupt Control Register
CPU2_FCX        0xF885FE38          CPUx Free CSA List Head Pointer
CPU2_LCX        0xF885FE3C          CPUx Free CSA List Limit Pointer
CPU2_CUS_ID     0xF885FE50          CPUx Customer ID register
CPU2_D0         0xF885FF00          Data Register 0
CPU2_D1         0xF885FF04          Data Register 1
CPU2_D2         0xF885FF08          Data Register 2
CPU2_D3         0xF885FF0C          Data Register 3
CPU2_D4         0xF885FF10          Data Register 4
CPU2_D5         0xF885FF14          Data Register 5
CPU2_D6         0xF885FF18          Data Register 6
CPU2_D7         0xF885FF1C          Data Register 7
CPU2_D8         0xF885FF20          Data Register 8
CPU2_D9         0xF885FF24          Data Register 9
CPU2_D10        0xF885FF28          Data Register 10
CPU2_D11        0xF885FF2C          Data Register 11
CPU2_D12        0xF885FF30          Data Register 12
CPU2_D13        0xF885FF34          Data Register 13
CPU2_D14        0xF885FF38          Data Register 14
CPU2_D15        0xF885FF3C          Data Register 15
CPU2_A0         0xF885FF80          Address Register 0
CPU2_A1         0xF885FF84          Address Register 1
CPU2_A2         0xF885FF88          Address Register 2
CPU2_A3         0xF885FF8C          Address Register 3
CPU2_A4         0xF885FF90          Address Register 4
CPU2_A5         0xF885FF94          Address Register 5
CPU2_A6         0xF885FF98          Address Register 6
CPU2_A7         0xF885FF9C          Address Register 7
CPU2_A8         0xF885FFA0          Address Register 8
CPU2_A9         0xF885FFA4          Address Register 9
CPU2_A10        0xF885FFA8          Address Register 10
CPU2_A11        0xF885FFAC          Address Register 11
CPU2_A12        0xF885FFB0          Address Register 12
CPU2_A13        0xF885FFB4          Address Register 13
CPU2_A14        0xF885FFB8          Address Register 14
CPU2_A15        0xF885FFBC          Address Register 15
CPU3_FLASHCON0  0xF8861100          CPUx Flash Configuration Register 0
CPU3_FLASHCON1  0xF8861104          CPUx Flash Configuration Register 1
CPU3_FLASHCON2  0xF8861108          CPUx Flash Configuration Register 2
CPU3_FLASHCON3  0xF886110C          CPUx Flash Configuration Register 3
CPU3_FLASHCON4  0xF8861110          CPUx Flash Configuration Register 4
CPU3_KRST0      0xF886D000          CPUx Reset Register 0
CPU3_KRST1      0xF886D004          CPUx Reset Register 1
CPU3_KRSTCLR    0xF886D008          CPUx Reset Clear Register
CPU3_SPR_SPROT_RGNLA0 0xF886E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU3_SPR_SPROT_RGNUA0 0xF886E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU3_SPR_SPROT_RGNACCENA0_W 0xF886E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU3_SPR_SPROT_RGNACCENB0_W 0xF886E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU3_SPR_SPROT_RGNLA1 0xF886E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU3_SPR_SPROT_RGNUA1 0xF886E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU3_SPR_SPROT_RGNACCENA1_W 0xF886E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU3_SPR_SPROT_RGNACCENB1_W 0xF886E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU3_SPR_SPROT_RGNLA2 0xF886E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU3_SPR_SPROT_RGNUA2 0xF886E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU3_SPR_SPROT_RGNACCENA2_W 0xF886E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU3_SPR_SPROT_RGNACCENB2_W 0xF886E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU3_SPR_SPROT_RGNLA3 0xF886E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU3_SPR_SPROT_RGNUA3 0xF886E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU3_SPR_SPROT_RGNACCENA3_W 0xF886E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU3_SPR_SPROT_RGNACCENB3_W 0xF886E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU3_SPR_SPROT_RGNLA4 0xF886E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU3_SPR_SPROT_RGNUA4 0xF886E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU3_SPR_SPROT_RGNACCENA4_W 0xF886E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU3_SPR_SPROT_RGNACCENB4_W 0xF886E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU3_SPR_SPROT_RGNLA5 0xF886E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU3_SPR_SPROT_RGNUA5 0xF886E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU3_SPR_SPROT_RGNACCENA5_W 0xF886E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU3_SPR_SPROT_RGNACCENB5_W 0xF886E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU3_SPR_SPROT_RGNLA6 0xF886E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU3_SPR_SPROT_RGNUA6 0xF886E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU3_SPR_SPROT_RGNACCENA6_W 0xF886E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU3_SPR_SPROT_RGNACCENB6_W 0xF886E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU3_SPR_SPROT_RGNLA7 0xF886E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU3_SPR_SPROT_RGNUA7 0xF886E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU3_SPR_SPROT_RGNACCENA7_W 0xF886E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU3_SPR_SPROT_RGNACCENB7_W 0xF886E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU3_SPR_SPROT_RGNACCENA0_R 0xF886E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU3_SPR_SPROT_RGNACCENB0_R 0xF886E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU3_SPR_SPROT_RGNACCENA1_R 0xF886E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU3_SPR_SPROT_RGNACCENB1_R 0xF886E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU3_SPR_SPROT_RGNACCENA2_R 0xF886E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU3_SPR_SPROT_RGNACCENB2_R 0xF886E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU3_SPR_SPROT_RGNACCENA3_R 0xF886E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU3_SPR_SPROT_RGNACCENB3_R 0xF886E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU3_SPR_SPROT_RGNACCENA4_R 0xF886E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU3_SPR_SPROT_RGNACCENB4_R 0xF886E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU3_SPR_SPROT_RGNACCENA5_R 0xF886E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU3_SPR_SPROT_RGNACCENB5_R 0xF886E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU3_SPR_SPROT_RGNACCENA6_R 0xF886E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU3_SPR_SPROT_RGNACCENB6_R 0xF886E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU3_SPR_SPROT_RGNACCENA7_R 0xF886E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU3_SPR_SPROT_RGNACCENB7_R 0xF886E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU3_SFR_SPROT_ACCENA_W 0xF886E100          CPUx Safety Protection Register Access Enable Register A
CPU3_SFR_SPROT_ACCENB_W 0xF886E104          CPUx Safety Protection Region Access Enable Register B
CPU3_LPB_SPROT_ACCENA_R 0xF886E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU3_LPB_SPROT_ACCENB_R 0xF886E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU3_DLMU_SPROT_RGNLA0 0xF886E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU3_DLMU_SPROT_RGNUA0 0xF886E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU3_DLMU_SPROT_RGNACCENA0_W 0xF886E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU3_DLMU_SPROT_RGNACCENB0_W 0xF886E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU3_DLMU_SPROT_RGNLA1 0xF886E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU3_DLMU_SPROT_RGNUA1 0xF886E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU3_DLMU_SPROT_RGNACCENA1_W 0xF886E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU3_DLMU_SPROT_RGNACCENB1_W 0xF886E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU3_DLMU_SPROT_RGNLA2 0xF886E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU3_DLMU_SPROT_RGNUA2 0xF886E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU3_DLMU_SPROT_RGNACCENA2_W 0xF886E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU3_DLMU_SPROT_RGNACCENB2_W 0xF886E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU3_DLMU_SPROT_RGNLA3 0xF886E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU3_DLMU_SPROT_RGNUA3 0xF886E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU3_DLMU_SPROT_RGNACCENA3_W 0xF886E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU3_DLMU_SPROT_RGNACCENB3_W 0xF886E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU3_DLMU_SPROT_RGNLA4 0xF886E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU3_DLMU_SPROT_RGNUA4 0xF886E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU3_DLMU_SPROT_RGNACCENA4_W 0xF886E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU3_DLMU_SPROT_RGNACCENB4_W 0xF886E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU3_DLMU_SPROT_RGNLA5 0xF886E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU3_DLMU_SPROT_RGNUA5 0xF886E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU3_DLMU_SPROT_RGNACCENA5_W 0xF886E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU3_DLMU_SPROT_RGNACCENB5_W 0xF886E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU3_DLMU_SPROT_RGNLA6 0xF886E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU3_DLMU_SPROT_RGNUA6 0xF886E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU3_DLMU_SPROT_RGNACCENA6_W 0xF886E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU3_DLMU_SPROT_RGNACCENB6_W 0xF886E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU3_DLMU_SPROT_RGNLA7 0xF886E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU3_DLMU_SPROT_RGNUA7 0xF886E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU3_DLMU_SPROT_RGNACCENA7_W 0xF886E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU3_DLMU_SPROT_RGNACCENB7_W 0xF886E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU3_DLMU_SPROT_RGNACCENA0_R 0xF886E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU3_DLMU_SPROT_RGNACCENB0_R 0xF886E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU3_DLMU_SPROT_RGNACCENA1_R 0xF886E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU3_DLMU_SPROT_RGNACCENB1_R 0xF886E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU3_DLMU_SPROT_RGNACCENA2_R 0xF886E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU3_DLMU_SPROT_RGNACCENB2_R 0xF886E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU3_DLMU_SPROT_RGNACCENA3_R 0xF886E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU3_DLMU_SPROT_RGNACCENB3_R 0xF886E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU3_DLMU_SPROT_RGNACCENA4_R 0xF886E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU3_DLMU_SPROT_RGNACCENB4_R 0xF886E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU3_DLMU_SPROT_RGNACCENA5_R 0xF886E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU3_DLMU_SPROT_RGNACCENB5_R 0xF886E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU3_DLMU_SPROT_RGNACCENA6_R 0xF886E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU3_DLMU_SPROT_RGNACCENB6_R 0xF886E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU3_DLMU_SPROT_RGNACCENA7_R 0xF886E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU3_DLMU_SPROT_RGNACCENB7_R 0xF886E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU3_OSEL       0xF886FB00          CPUx Overlay Range Select Register
CPU3_RABR0      0xF886FB10          CPUx Redirected Address Base Register 0
CPU3_OTAR0      0xF886FB14          CPUx Overlay Target Address Register 0
CPU3_OMASK0     0xF886FB18          CPUx Overlay Mask Register 0
CPU3_RABR1      0xF886FB1C          CPUx Redirected Address Base Register 1
CPU3_OTAR1      0xF886FB20          CPUx Overlay Target Address Register 1
CPU3_OMASK1     0xF886FB24          CPUx Overlay Mask Register 1
CPU3_RABR2      0xF886FB28          CPUx Redirected Address Base Register 2
CPU3_OTAR2      0xF886FB2C          CPUx Overlay Target Address Register 2
CPU3_OMASK2     0xF886FB30          CPUx Overlay Mask Register 2
CPU3_RABR3      0xF886FB34          CPUx Redirected Address Base Register 3
CPU3_OTAR3      0xF886FB38          CPUx Overlay Target Address Register 3
CPU3_OMASK3     0xF886FB3C          CPUx Overlay Mask Register 3
CPU3_RABR4      0xF886FB40          CPUx Redirected Address Base Register 4
CPU3_OTAR4      0xF886FB44          CPUx Overlay Target Address Register 4
CPU3_OMASK4     0xF886FB48          CPUx Overlay Mask Register 4
CPU3_RABR5      0xF886FB4C          CPUx Redirected Address Base Register 5
CPU3_OTAR5      0xF886FB50          CPUx Overlay Target Address Register 5
CPU3_OMASK5     0xF886FB54          CPUx Overlay Mask Register 5
CPU3_RABR6      0xF886FB58          CPUx Redirected Address Base Register 6
CPU3_OTAR6      0xF886FB5C          CPUx Overlay Target Address Register 6
CPU3_OMASK6     0xF886FB60          CPUx Overlay Mask Register 6
CPU3_RABR7      0xF886FB64          CPUx Redirected Address Base Register 7
CPU3_OTAR7      0xF886FB68          CPUx Overlay Target Address Register 7
CPU3_OMASK7     0xF886FB6C          CPUx Overlay Mask Register 7
CPU3_RABR8      0xF886FB70          CPUx Redirected Address Base Register 8
CPU3_OTAR8      0xF886FB74          CPUx Overlay Target Address Register 8
CPU3_OMASK8     0xF886FB78          CPUx Overlay Mask Register 8
CPU3_RABR9      0xF886FB7C          CPUx Redirected Address Base Register 9
CPU3_OTAR9      0xF886FB80          CPUx Overlay Target Address Register 9
CPU3_OMASK9     0xF886FB84          CPUx Overlay Mask Register 9
CPU3_RABR10     0xF886FB88          CPUx Redirected Address Base Register 10
CPU3_OTAR10     0xF886FB8C          CPUx Overlay Target Address Register 10
CPU3_OMASK10    0xF886FB90          CPUx Overlay Mask Register 10
CPU3_RABR11     0xF886FB94          CPUx Redirected Address Base Register 11
CPU3_OTAR11     0xF886FB98          CPUx Overlay Target Address Register 11
CPU3_OMASK11    0xF886FB9C          CPUx Overlay Mask Register 11
CPU3_RABR12     0xF886FBA0          CPUx Redirected Address Base Register 12
CPU3_OTAR12     0xF886FBA4          CPUx Overlay Target Address Register 12
CPU3_OMASK12    0xF886FBA8          CPUx Overlay Mask Register 12
CPU3_RABR13     0xF886FBAC          CPUx Redirected Address Base Register 13
CPU3_OTAR13     0xF886FBB0          CPUx Overlay Target Address Register 13
CPU3_OMASK13    0xF886FBB4          CPUx Overlay Mask Register 13
CPU3_RABR14     0xF886FBB8          CPUx Redirected Address Base Register 14
CPU3_OTAR14     0xF886FBBC          CPUx Overlay Target Address Register 14
CPU3_OMASK14    0xF886FBC0          CPUx Overlay Mask Register 14
CPU3_RABR15     0xF886FBC4          CPUx Redirected Address Base Register 15
CPU3_OTAR15     0xF886FBC8          CPUx Overlay Target Address Register 15
CPU3_OMASK15    0xF886FBCC          CPUx Overlay Mask Register 15
CPU3_RABR16     0xF886FBD0          CPUx Redirected Address Base Register 16
CPU3_OTAR16     0xF886FBD4          CPUx Overlay Target Address Register 16
CPU3_OMASK16    0xF886FBD8          CPUx Overlay Mask Register 16
CPU3_RABR17     0xF886FBDC          CPUx Redirected Address Base Register 17
CPU3_OTAR17     0xF886FBE0          CPUx Overlay Target Address Register 17
CPU3_OMASK17    0xF886FBE4          CPUx Overlay Mask Register 17
CPU3_RABR18     0xF886FBE8          CPUx Redirected Address Base Register 18
CPU3_OTAR18     0xF886FBEC          CPUx Overlay Target Address Register 18
CPU3_OMASK18    0xF886FBF0          CPUx Overlay Mask Register 18
CPU3_RABR19     0xF886FBF4          CPUx Redirected Address Base Register 19
CPU3_OTAR19     0xF886FBF8          CPUx Overlay Target Address Register 19
CPU3_OMASK19    0xF886FBFC          CPUx Overlay Mask Register 19
CPU3_RABR20     0xF886FC00          CPUx Redirected Address Base Register 20
CPU3_OTAR20     0xF886FC04          CPUx Overlay Target Address Register 20
CPU3_OMASK20    0xF886FC08          CPUx Overlay Mask Register 20
CPU3_RABR21     0xF886FC0C          CPUx Redirected Address Base Register 21
CPU3_OTAR21     0xF886FC10          CPUx Overlay Target Address Register 21
CPU3_OMASK21    0xF886FC14          CPUx Overlay Mask Register 21
CPU3_RABR22     0xF886FC18          CPUx Redirected Address Base Register 22
CPU3_OTAR22     0xF886FC1C          CPUx Overlay Target Address Register 22
CPU3_OMASK22    0xF886FC20          CPUx Overlay Mask Register 22
CPU3_RABR23     0xF886FC24          CPUx Redirected Address Base Register 23
CPU3_OTAR23     0xF886FC28          CPUx Overlay Target Address Register 23
CPU3_OMASK23    0xF886FC2C          CPUx Overlay Mask Register 23
CPU3_RABR24     0xF886FC30          CPUx Redirected Address Base Register 24
CPU3_OTAR24     0xF886FC34          CPUx Overlay Target Address Register 24
CPU3_OMASK24    0xF886FC38          CPUx Overlay Mask Register 24
CPU3_RABR25     0xF886FC3C          CPUx Redirected Address Base Register 25
CPU3_OTAR25     0xF886FC40          CPUx Overlay Target Address Register 25
CPU3_OMASK25    0xF886FC44          CPUx Overlay Mask Register 25
CPU3_RABR26     0xF886FC48          CPUx Redirected Address Base Register 26
CPU3_OTAR26     0xF886FC4C          CPUx Overlay Target Address Register 26
CPU3_OMASK26    0xF886FC50          CPUx Overlay Mask Register 26
CPU3_RABR27     0xF886FC54          CPUx Redirected Address Base Register 27
CPU3_OTAR27     0xF886FC58          CPUx Overlay Target Address Register 27
CPU3_OMASK27    0xF886FC5C          CPUx Overlay Mask Register 27
CPU3_RABR28     0xF886FC60          CPUx Redirected Address Base Register 28
CPU3_OTAR28     0xF886FC64          CPUx Overlay Target Address Register 28
CPU3_OMASK28    0xF886FC68          CPUx Overlay Mask Register 28
CPU3_RABR29     0xF886FC6C          CPUx Redirected Address Base Register 29
CPU3_OTAR29     0xF886FC70          CPUx Overlay Target Address Register 29
CPU3_OMASK29    0xF886FC74          CPUx Overlay Mask Register 29
CPU3_RABR30     0xF886FC78          CPUx Redirected Address Base Register 30
CPU3_OTAR30     0xF886FC7C          CPUx Overlay Target Address Register 30
CPU3_OMASK30    0xF886FC80          CPUx Overlay Mask Register 30
CPU3_RABR31     0xF886FC84          CPUx Redirected Address Base Register 31
CPU3_OTAR31     0xF886FC88          CPUx Overlay Target Address Register 31
CPU3_OMASK31    0xF886FC8C          CPUx Overlay Mask Register 31
CSFR_BASE_3     0xF8870000          Core Special Function Registers base (CPU3)
CPU3_SEGEN      0xF8871030          CPUx SRI Error Generation Register
CPU3_TASK_ASI   0xF8878004          CPUx Task Address Space Identifier Register
CPU3_PMA0       0xF8878100          CPUx Data Access CacheabilityRegister
CPU3_PMA1       0xF8878104          CPUx Code Access CacheabilityRegister
CPU3_PMA2       0xF8878108          CPUx Peripheral Space Identifier register
CPU3_DCON2      0xF8879000          CPUx Data Control Register 2
CPU3_SMACON     0xF887900C          CPUx SIST Mode Access Control Register
CPU3_DSTR       0xF8879010          CPUx Data Synchronous Trap Register
CPU3_DATR       0xF8879018          CPUx Data Asynchronous Trap Register
CPU3_DEADD      0xF887901C          CPUx Data Error Address Register
CPU3_DIEAR      0xF8879020          CPUx Data Integrity Error Address Register
CPU3_DIETR      0xF8879024          CPUx Data Integrity Error Trap Register
CPU3_DCON0      0xF8879040          CPUx Data Memory Control Register
CPU3_PSTR       0xF8879200          CPUx Program Synchronous Trap Register
CPU3_PCON1      0xF8879204          CPUx Program Control 1
CPU3_PCON2      0xF8879208          CPUx Program Control 2
CPU3_PCON0      0xF887920C          CPUx Program Control 0
CPU3_PIEAR      0xF8879210          CPUx Program Integrity Error Address Register
CPU3_PIETR      0xF8879214          CPUx Program Integrity Error Trap Register
CPU3_COMPAT     0xF8879400          CPUx Compatibility Control Register
CPU3_FPU_TRAP_CON 0xF887A000          CPUx Trap Control Register
CPU3_FPU_TRAP_PC 0xF887A004          CPUx Trapping Instruction Program Counter Register
CPU3_FPU_TRAP_OPC 0xF887A008          CPUx Trapping Instruction Opcode Register
CPU3_FPU_TRAP_SRC1 0xF887A010          CPUx Trapping Instruction Operand Register
CPU3_FPU_TRAP_SRC2 0xF887A014          CPUx Trapping Instruction Operand Register
CPU3_FPU_TRAP_SRC3 0xF887A018          CPUx Trapping Instruction Operand Register
CPU3_DPR0_L     0xF887C000          CPUx Data Protection Range 0, Lower Bound Register
CPU3_DPR0_U     0xF887C004          CPUx Data Protection Range 0, Upper Bound Register
CPU3_DPR1_L     0xF887C008          CPUx Data Protection Range 1, Lower Bound Register
CPU3_DPR1_U     0xF887C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU3_DPR2_L     0xF887C010          CPUx Data Protection Range 2, Lower Bound Register
CPU3_DPR2_U     0xF887C014          CPUx Data Protection Range 2, Upper Bound Register
CPU3_DPR3_L     0xF887C018          CPUx Data Protection Range 3, Lower Bound Register
CPU3_DPR3_U     0xF887C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU3_DPR4_L     0xF887C020          CPUx Data Protection Range 4, Lower Bound Register
CPU3_DPR4_U     0xF887C024          CPUx Data Protection Range 4, Upper Bound Register
CPU3_DPR5_L     0xF887C028          CPUx Data Protection Range 5, Lower Bound Register
CPU3_DPR5_U     0xF887C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU3_DPR6_L     0xF887C030          CPUx Data Protection Range 6, Lower Bound Register
CPU3_DPR6_U     0xF887C034          CPUx Data Protection Range 6, Upper Bound Register
CPU3_DPR7_L     0xF887C038          CPUx Data Protection Range 7, Lower Bound Register
CPU3_DPR7_U     0xF887C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU3_DPR8_L     0xF887C040          CPUx Data Protection Range 8, Lower Bound Register
CPU3_DPR8_U     0xF887C044          CPUx Data Protection Range 8, Upper Bound Register
CPU3_DPR9_L     0xF887C048          CPUx Data Protection Range 9, Lower Bound Register
CPU3_DPR9_U     0xF887C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU3_DPR10_L    0xF887C050          CPUx Data Protection Range 10, Lower Bound Register
CPU3_DPR10_U    0xF887C054          CPUx Data Protection Range 10, Upper Bound Register
CPU3_DPR11_L    0xF887C058          CPUx Data Protection Range 11, Lower Bound Register
CPU3_DPR11_U    0xF887C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU3_DPR12_L    0xF887C060          CPUx Data Protection Range 12, Lower Bound Register
CPU3_DPR12_U    0xF887C064          CPUx Data Protection Range 12, Upper Bound Register
CPU3_DPR13_L    0xF887C068          CPUx Data Protection Range 13, Lower Bound Register
CPU3_DPR13_U    0xF887C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU3_DPR14_L    0xF887C070          CPUx Data Protection Range 14, Lower Bound Register
CPU3_DPR14_U    0xF887C074          CPUx Data Protection Range 14, Upper Bound Register
CPU3_DPR15_L    0xF887C078          CPUx Data Protection Range 15, Lower Bound Register
CPU3_DPR15_U    0xF887C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU3_DPR16_L    0xF887C080          CPUx Data Protection Range 16, Lower Bound Register
CPU3_DPR16_U    0xF887C084          CPUx Data Protection Range 16, Upper Bound Register
CPU3_DPR17_L    0xF887C088          CPUx Data Protection Range 17, Lower Bound Register
CPU3_DPR17_U    0xF887C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU3_CPR0_L     0xF887D000          CPUx Code Protection Range 0 Lower Bound Register
CPU3_CPR0_U     0xF887D004          CPUx Code Protection Range 0 Upper Bound Register
CPU3_CPR1_L     0xF887D008          CPUx Code Protection Range 1 Lower Bound Register
CPU3_CPR1_U     0xF887D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU3_CPR2_L     0xF887D010          CPUx Code Protection Range 2 Lower Bound Register
CPU3_CPR2_U     0xF887D014          CPUx Code Protection Range 2 Upper Bound Register
CPU3_CPR3_L     0xF887D018          CPUx Code Protection Range 3 Lower Bound Register
CPU3_CPR3_U     0xF887D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU3_CPR4_L     0xF887D020          CPUx Code Protection Range 4 Lower Bound Register
CPU3_CPR4_U     0xF887D024          CPUx Code Protection Range 4 Upper Bound Register
CPU3_CPR5_L     0xF887D028          CPUx Code Protection Range 5 Lower Bound Register
CPU3_CPR5_U     0xF887D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU3_CPR6_L     0xF887D030          CPUx Code Protection Range 6 Lower Bound Register
CPU3_CPR6_U     0xF887D034          CPUx Code Protection Range 6 Upper Bound Register
CPU3_CPR7_L     0xF887D038          CPUx Code Protection Range 7 Lower Bound Register
CPU3_CPR7_U     0xF887D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU3_CPR8_L     0xF887D040          CPUx Code Protection Range 8 Lower Bound Register
CPU3_CPR8_U     0xF887D044          CPUx Code Protection Range 8 Upper Bound Register
CPU3_CPR9_L     0xF887D048          CPUx Code Protection Range 9 Lower Bound Register
CPU3_CPR9_U     0xF887D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU3_CPXE_0     0xF887E000          CPUx Code Protection Execute Enable Register Set 0
CPU3_CPXE_1     0xF887E004          CPUx Code Protection Execute Enable Register Set 1
CPU3_CPXE_2     0xF887E008          CPUx Code Protection Execute Enable Register Set 2
CPU3_CPXE_3     0xF887E00C          CPUx Code Protection Execute Enable Register Set 3
CPU3_DPRE_0     0xF887E010          CPUx Data Protection Read Enable Register Set 0
CPU3_DPRE_1     0xF887E014          CPUx Data Protection Read Enable Register Set 1
CPU3_DPRE_2     0xF887E018          CPUx Data Protection Read Enable Register Set 2
CPU3_DPRE_3     0xF887E01C          CPUx Data Protection Read Enable Register Set 3
CPU3_DPWE_0     0xF887E020          CPUx Data Protection Write Enable Register Set 0
CPU3_DPWE_1     0xF887E024          CPUx Data Protection Write Enable Register Set 1
CPU3_DPWE_2     0xF887E028          CPUx Data Protection Write Enable Register Set 2
CPU3_DPWE_3     0xF887E02C          CPUx Data Protection Write Enable Register Set 3
CPU3_CPXE_4     0xF887E040          CPUx Code Protection Execute Enable Register Set 4
CPU3_CPXE_5     0xF887E044          CPUx Code Protection Execute Enable Register Set 5
CPU3_DPRE_4     0xF887E050          CPUx Data Protection Read Enable Register Set 4
CPU3_DPRE_5     0xF887E054          CPUx Data Protection Read Enable Register Set 5
CPU3_DPWE_4     0xF887E060          CPUx Data Protection Write Enable Register Set 4
CPU3_DPWE_5     0xF887E064          CPUx Data Protection Write Enable Register Set 5
CPU3_TPS_CON    0xF887E400          CPUx Temporal Protection System Control Register
CPU3_TPS_TIMER0 0xF887E404          CPUx Temporal Protection System Timer Register 0
CPU3_TPS_TIMER1 0xF887E408          CPUx Temporal Protection System Timer Register 1
CPU3_TPS_TIMER2 0xF887E40C          CPUx Temporal Protection System Timer Register 2
CPU3_TPS_EXTIM_ENTRY_LVAL 0xF887E440          CPUx Exception Entry Timer Load Value
CPU3_TPS_EXTIM_ENTRY_CVAL 0xF887E444          CPUx Exception Entry Timer Current Value
CPU3_TPS_EXTIM_EXIT_LVAL 0xF887E448          CPUx Exception Exit Timer Load Value
CPU3_TPS_EXTIM_EXIT_CVAL 0xF887E44C          CPUx Exception Exit Timer Current Value
CPU3_TPS_EXTIM_CLASS_EN 0xF887E450          CPUx Exception Timer Class Enable Register
CPU3_TPS_EXTIM_STAT 0xF887E454          CPUx Exception Timer Status Register
CPU3_TPS_EXTIM_FCX 0xF887E458          CPUx Exception Timer FCX Register
CPU3_TR0EVT     0xF887F000          CPUx Trigger Event 0
CPU3_TR0ADR     0xF887F004          CPUx Trigger Address 0
CPU3_TR1EVT     0xF887F008          CPUx Trigger Event 1
CPU3_TR1ADR     0xF887F00C          CPUx Trigger Address 1
CPU3_TR2EVT     0xF887F010          CPUx Trigger Event 2
CPU3_TR2ADR     0xF887F014          CPUx Trigger Address 2
CPU3_TR3EVT     0xF887F018          CPUx Trigger Event 3
CPU3_TR3ADR     0xF887F01C          CPUx Trigger Address 3
CPU3_TR4EVT     0xF887F020          CPUx Trigger Event 4
CPU3_TR4ADR     0xF887F024          CPUx Trigger Address 4
CPU3_TR5EVT     0xF887F028          CPUx Trigger Event 5
CPU3_TR5ADR     0xF887F02C          CPUx Trigger Address 5
CPU3_TR6EVT     0xF887F030          CPUx Trigger Event 6
CPU3_TR6ADR     0xF887F034          CPUx Trigger Address 6
CPU3_TR7EVT     0xF887F038          CPUx Trigger Event 7
CPU3_TR7ADR     0xF887F03C          CPUx Trigger Address 7
CPU3_CCTRL      0xF887FC00          CPUx Counter Control
CPU3_CCNT       0xF887FC04          CPUx CPU Clock Cycle Count
CPU3_ICNT       0xF887FC08          CPUx Instruction Count
CPU3_M1CNT      0xF887FC0C          CPUx Multi-Count Register 1
CPU3_M2CNT      0xF887FC10          CPUx Multi-Count Register 2
CPU3_M3CNT      0xF887FC14          CPUx Multi-Count Register 3
CPU3_DBGSR      0xF887FD00          CPUx Debug Status Register
CPU3_EXEVT      0xF887FD08          CPUx External Event Register
CPU3_CREVT      0xF887FD0C          CPUx Core Register Access Event
CPU3_SWEVT      0xF887FD10          CPUx Software Debug Event
CPU3_TRIG_ACC   0xF887FD30          CPUx TriggerAddressx
CPU3_DMS        0xF887FD40          CPUx Debug Monitor Start Address
CPU3_DCX        0xF887FD44          CPUx Debug Context Save Area Pointer
CPU3_DBGTCR     0xF887FD48          CPUx Debug Trap Control Register
CPU3_PCXI       0xF887FE00          CPUx Previous Context Information Register
CPU3_PSW        0xF887FE04          CPUx Program Status Word
CPU3_PC         0xF887FE08          CPUx Program Counter
CPU3_SYSCON     0xF887FE14          CPUx System Configuration Register
CPU3_CPU_ID     0xF887FE18          CPUx Identification Register TC1.6.2P
CPU3_CORE_ID    0xF887FE1C          CPUx Core Identification Register
CPU3_BIV        0xF887FE20          CPUx Base Interrupt Vector Table Pointer
CPU3_BTV        0xF887FE24          CPUx Base Trap Vector Table Pointer
CPU3_ISP        0xF887FE28          CPUx Interrupt Stack Pointer
CPU3_ICR        0xF887FE2C          CPUx Interrupt Control Register
CPU3_FCX        0xF887FE38          CPUx Free CSA List Head Pointer
CPU3_LCX        0xF887FE3C          CPUx Free CSA List Limit Pointer
CPU3_CUS_ID     0xF887FE50          CPUx Customer ID register
CPU3_D0         0xF887FF00          Data Register 0
CPU3_D1         0xF887FF04          Data Register 1
CPU3_D2         0xF887FF08          Data Register 2
CPU3_D3         0xF887FF0C          Data Register 3
CPU3_D4         0xF887FF10          Data Register 4
CPU3_D5         0xF887FF14          Data Register 5
CPU3_D6         0xF887FF18          Data Register 6
CPU3_D7         0xF887FF1C          Data Register 7
CPU3_D8         0xF887FF20          Data Register 8
CPU3_D9         0xF887FF24          Data Register 9
CPU3_D10        0xF887FF28          Data Register 10
CPU3_D11        0xF887FF2C          Data Register 11
CPU3_D12        0xF887FF30          Data Register 12
CPU3_D13        0xF887FF34          Data Register 13
CPU3_D14        0xF887FF38          Data Register 14
CPU3_D15        0xF887FF3C          Data Register 15
CPU3_A0         0xF887FF80          Address Register 0
CPU3_A1         0xF887FF84          Address Register 1
CPU3_A2         0xF887FF88          Address Register 2
CPU3_A3         0xF887FF8C          Address Register 3
CPU3_A4         0xF887FF90          Address Register 4
CPU3_A5         0xF887FF94          Address Register 5
CPU3_A6         0xF887FF98          Address Register 6
CPU3_A7         0xF887FF9C          Address Register 7
CPU3_A8         0xF887FFA0          Address Register 8
CPU3_A9         0xF887FFA4          Address Register 9
CPU3_A10        0xF887FFA8          Address Register 10
CPU3_A11        0xF887FFAC          Address Register 11
CPU3_A12        0xF887FFB0          Address Register 12
CPU3_A13        0xF887FFB4          Address Register 13
CPU3_A14        0xF887FFB8          Address Register 14
CPU3_A15        0xF887FFBC          Address Register 15
CPU4_FLASHCON0  0xF8881100          CPUx Flash Configuration Register 0
CPU4_FLASHCON1  0xF8881104          CPUx Flash Configuration Register 1
CPU4_FLASHCON2  0xF8881108          CPUx Flash Configuration Register 2
CPU4_FLASHCON3  0xF888110C          CPUx Flash Configuration Register 3
CPU4_FLASHCON4  0xF8881110          CPUx Flash Configuration Register 4
CPU4_KRST0      0xF888D000          CPUx Reset Register 0
CPU4_KRST1      0xF888D004          CPUx Reset Register 1
CPU4_KRSTCLR    0xF888D008          CPUx Reset Clear Register
CPU4_SPR_SPROT_RGNLA0 0xF888E000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU4_SPR_SPROT_RGNUA0 0xF888E004          CPUx Safety protection SPR Region Upper Address Register 0
CPU4_SPR_SPROT_RGNACCENA0_W 0xF888E008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU4_SPR_SPROT_RGNACCENB0_W 0xF888E00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU4_SPR_SPROT_RGNLA1 0xF888E010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU4_SPR_SPROT_RGNUA1 0xF888E014          CPUx Safety protection SPR Region Upper Address Register 1
CPU4_SPR_SPROT_RGNACCENA1_W 0xF888E018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU4_SPR_SPROT_RGNACCENB1_W 0xF888E01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU4_SPR_SPROT_RGNLA2 0xF888E020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU4_SPR_SPROT_RGNUA2 0xF888E024          CPUx Safety protection SPR Region Upper Address Register 2
CPU4_SPR_SPROT_RGNACCENA2_W 0xF888E028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU4_SPR_SPROT_RGNACCENB2_W 0xF888E02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU4_SPR_SPROT_RGNLA3 0xF888E030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU4_SPR_SPROT_RGNUA3 0xF888E034          CPUx Safety protection SPR Region Upper Address Register 3
CPU4_SPR_SPROT_RGNACCENA3_W 0xF888E038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU4_SPR_SPROT_RGNACCENB3_W 0xF888E03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU4_SPR_SPROT_RGNLA4 0xF888E040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU4_SPR_SPROT_RGNUA4 0xF888E044          CPUx Safety protection SPR Region Upper Address Register 4
CPU4_SPR_SPROT_RGNACCENA4_W 0xF888E048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU4_SPR_SPROT_RGNACCENB4_W 0xF888E04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU4_SPR_SPROT_RGNLA5 0xF888E050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU4_SPR_SPROT_RGNUA5 0xF888E054          CPUx Safety protection SPR Region Upper Address Register 5
CPU4_SPR_SPROT_RGNACCENA5_W 0xF888E058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU4_SPR_SPROT_RGNACCENB5_W 0xF888E05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU4_SPR_SPROT_RGNLA6 0xF888E060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU4_SPR_SPROT_RGNUA6 0xF888E064          CPUx Safety protection SPR Region Upper Address Register 6
CPU4_SPR_SPROT_RGNACCENA6_W 0xF888E068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU4_SPR_SPROT_RGNACCENB6_W 0xF888E06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU4_SPR_SPROT_RGNLA7 0xF888E070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU4_SPR_SPROT_RGNUA7 0xF888E074          CPUx Safety protection SPR Region Upper Address Register 7
CPU4_SPR_SPROT_RGNACCENA7_W 0xF888E078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU4_SPR_SPROT_RGNACCENB7_W 0xF888E07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU4_SPR_SPROT_RGNACCENA0_R 0xF888E088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU4_SPR_SPROT_RGNACCENB0_R 0xF888E08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU4_SPR_SPROT_RGNACCENA1_R 0xF888E098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU4_SPR_SPROT_RGNACCENB1_R 0xF888E09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU4_SPR_SPROT_RGNACCENA2_R 0xF888E0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU4_SPR_SPROT_RGNACCENB2_R 0xF888E0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU4_SPR_SPROT_RGNACCENA3_R 0xF888E0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU4_SPR_SPROT_RGNACCENB3_R 0xF888E0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU4_SPR_SPROT_RGNACCENA4_R 0xF888E0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU4_SPR_SPROT_RGNACCENB4_R 0xF888E0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU4_SPR_SPROT_RGNACCENA5_R 0xF888E0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU4_SPR_SPROT_RGNACCENB5_R 0xF888E0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU4_SPR_SPROT_RGNACCENA6_R 0xF888E0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU4_SPR_SPROT_RGNACCENB6_R 0xF888E0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU4_SPR_SPROT_RGNACCENA7_R 0xF888E0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU4_SPR_SPROT_RGNACCENB7_R 0xF888E0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU4_SFR_SPROT_ACCENA_W 0xF888E100          CPUx Safety Protection Register Access Enable Register A
CPU4_SFR_SPROT_ACCENB_W 0xF888E104          CPUx Safety Protection Region Access Enable Register B
CPU4_LPB_SPROT_ACCENA_R 0xF888E110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU4_LPB_SPROT_ACCENB_R 0xF888E114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU4_DLMU_SPROT_RGNLA0 0xF888E200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU4_DLMU_SPROT_RGNUA0 0xF888E204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU4_DLMU_SPROT_RGNACCENA0_W 0xF888E208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU4_DLMU_SPROT_RGNACCENB0_W 0xF888E20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU4_DLMU_SPROT_RGNLA1 0xF888E210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU4_DLMU_SPROT_RGNUA1 0xF888E214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU4_DLMU_SPROT_RGNACCENA1_W 0xF888E218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU4_DLMU_SPROT_RGNACCENB1_W 0xF888E21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU4_DLMU_SPROT_RGNLA2 0xF888E220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU4_DLMU_SPROT_RGNUA2 0xF888E224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU4_DLMU_SPROT_RGNACCENA2_W 0xF888E228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU4_DLMU_SPROT_RGNACCENB2_W 0xF888E22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU4_DLMU_SPROT_RGNLA3 0xF888E230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU4_DLMU_SPROT_RGNUA3 0xF888E234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU4_DLMU_SPROT_RGNACCENA3_W 0xF888E238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU4_DLMU_SPROT_RGNACCENB3_W 0xF888E23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU4_DLMU_SPROT_RGNLA4 0xF888E240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU4_DLMU_SPROT_RGNUA4 0xF888E244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU4_DLMU_SPROT_RGNACCENA4_W 0xF888E248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU4_DLMU_SPROT_RGNACCENB4_W 0xF888E24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU4_DLMU_SPROT_RGNLA5 0xF888E250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU4_DLMU_SPROT_RGNUA5 0xF888E254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU4_DLMU_SPROT_RGNACCENA5_W 0xF888E258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU4_DLMU_SPROT_RGNACCENB5_W 0xF888E25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU4_DLMU_SPROT_RGNLA6 0xF888E260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU4_DLMU_SPROT_RGNUA6 0xF888E264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU4_DLMU_SPROT_RGNACCENA6_W 0xF888E268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU4_DLMU_SPROT_RGNACCENB6_W 0xF888E26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU4_DLMU_SPROT_RGNLA7 0xF888E270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU4_DLMU_SPROT_RGNUA7 0xF888E274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU4_DLMU_SPROT_RGNACCENA7_W 0xF888E278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU4_DLMU_SPROT_RGNACCENB7_W 0xF888E27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU4_DLMU_SPROT_RGNACCENA0_R 0xF888E288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU4_DLMU_SPROT_RGNACCENB0_R 0xF888E28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU4_DLMU_SPROT_RGNACCENA1_R 0xF888E298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU4_DLMU_SPROT_RGNACCENB1_R 0xF888E29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU4_DLMU_SPROT_RGNACCENA2_R 0xF888E2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU4_DLMU_SPROT_RGNACCENB2_R 0xF888E2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU4_DLMU_SPROT_RGNACCENA3_R 0xF888E2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU4_DLMU_SPROT_RGNACCENB3_R 0xF888E2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU4_DLMU_SPROT_RGNACCENA4_R 0xF888E2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU4_DLMU_SPROT_RGNACCENB4_R 0xF888E2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU4_DLMU_SPROT_RGNACCENA5_R 0xF888E2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU4_DLMU_SPROT_RGNACCENB5_R 0xF888E2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU4_DLMU_SPROT_RGNACCENA6_R 0xF888E2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU4_DLMU_SPROT_RGNACCENB6_R 0xF888E2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU4_DLMU_SPROT_RGNACCENA7_R 0xF888E2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU4_DLMU_SPROT_RGNACCENB7_R 0xF888E2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU4_OSEL       0xF888FB00          CPUx Overlay Range Select Register
CPU4_RABR0      0xF888FB10          CPUx Redirected Address Base Register 0
CPU4_OTAR0      0xF888FB14          CPUx Overlay Target Address Register 0
CPU4_OMASK0     0xF888FB18          CPUx Overlay Mask Register 0
CPU4_RABR1      0xF888FB1C          CPUx Redirected Address Base Register 1
CPU4_OTAR1      0xF888FB20          CPUx Overlay Target Address Register 1
CPU4_OMASK1     0xF888FB24          CPUx Overlay Mask Register 1
CPU4_RABR2      0xF888FB28          CPUx Redirected Address Base Register 2
CPU4_OTAR2      0xF888FB2C          CPUx Overlay Target Address Register 2
CPU4_OMASK2     0xF888FB30          CPUx Overlay Mask Register 2
CPU4_RABR3      0xF888FB34          CPUx Redirected Address Base Register 3
CPU4_OTAR3      0xF888FB38          CPUx Overlay Target Address Register 3
CPU4_OMASK3     0xF888FB3C          CPUx Overlay Mask Register 3
CPU4_RABR4      0xF888FB40          CPUx Redirected Address Base Register 4
CPU4_OTAR4      0xF888FB44          CPUx Overlay Target Address Register 4
CPU4_OMASK4     0xF888FB48          CPUx Overlay Mask Register 4
CPU4_RABR5      0xF888FB4C          CPUx Redirected Address Base Register 5
CPU4_OTAR5      0xF888FB50          CPUx Overlay Target Address Register 5
CPU4_OMASK5     0xF888FB54          CPUx Overlay Mask Register 5
CPU4_RABR6      0xF888FB58          CPUx Redirected Address Base Register 6
CPU4_OTAR6      0xF888FB5C          CPUx Overlay Target Address Register 6
CPU4_OMASK6     0xF888FB60          CPUx Overlay Mask Register 6
CPU4_RABR7      0xF888FB64          CPUx Redirected Address Base Register 7
CPU4_OTAR7      0xF888FB68          CPUx Overlay Target Address Register 7
CPU4_OMASK7     0xF888FB6C          CPUx Overlay Mask Register 7
CPU4_RABR8      0xF888FB70          CPUx Redirected Address Base Register 8
CPU4_OTAR8      0xF888FB74          CPUx Overlay Target Address Register 8
CPU4_OMASK8     0xF888FB78          CPUx Overlay Mask Register 8
CPU4_RABR9      0xF888FB7C          CPUx Redirected Address Base Register 9
CPU4_OTAR9      0xF888FB80          CPUx Overlay Target Address Register 9
CPU4_OMASK9     0xF888FB84          CPUx Overlay Mask Register 9
CPU4_RABR10     0xF888FB88          CPUx Redirected Address Base Register 10
CPU4_OTAR10     0xF888FB8C          CPUx Overlay Target Address Register 10
CPU4_OMASK10    0xF888FB90          CPUx Overlay Mask Register 10
CPU4_RABR11     0xF888FB94          CPUx Redirected Address Base Register 11
CPU4_OTAR11     0xF888FB98          CPUx Overlay Target Address Register 11
CPU4_OMASK11    0xF888FB9C          CPUx Overlay Mask Register 11
CPU4_RABR12     0xF888FBA0          CPUx Redirected Address Base Register 12
CPU4_OTAR12     0xF888FBA4          CPUx Overlay Target Address Register 12
CPU4_OMASK12    0xF888FBA8          CPUx Overlay Mask Register 12
CPU4_RABR13     0xF888FBAC          CPUx Redirected Address Base Register 13
CPU4_OTAR13     0xF888FBB0          CPUx Overlay Target Address Register 13
CPU4_OMASK13    0xF888FBB4          CPUx Overlay Mask Register 13
CPU4_RABR14     0xF888FBB8          CPUx Redirected Address Base Register 14
CPU4_OTAR14     0xF888FBBC          CPUx Overlay Target Address Register 14
CPU4_OMASK14    0xF888FBC0          CPUx Overlay Mask Register 14
CPU4_RABR15     0xF888FBC4          CPUx Redirected Address Base Register 15
CPU4_OTAR15     0xF888FBC8          CPUx Overlay Target Address Register 15
CPU4_OMASK15    0xF888FBCC          CPUx Overlay Mask Register 15
CPU4_RABR16     0xF888FBD0          CPUx Redirected Address Base Register 16
CPU4_OTAR16     0xF888FBD4          CPUx Overlay Target Address Register 16
CPU4_OMASK16    0xF888FBD8          CPUx Overlay Mask Register 16
CPU4_RABR17     0xF888FBDC          CPUx Redirected Address Base Register 17
CPU4_OTAR17     0xF888FBE0          CPUx Overlay Target Address Register 17
CPU4_OMASK17    0xF888FBE4          CPUx Overlay Mask Register 17
CPU4_RABR18     0xF888FBE8          CPUx Redirected Address Base Register 18
CPU4_OTAR18     0xF888FBEC          CPUx Overlay Target Address Register 18
CPU4_OMASK18    0xF888FBF0          CPUx Overlay Mask Register 18
CPU4_RABR19     0xF888FBF4          CPUx Redirected Address Base Register 19
CPU4_OTAR19     0xF888FBF8          CPUx Overlay Target Address Register 19
CPU4_OMASK19    0xF888FBFC          CPUx Overlay Mask Register 19
CPU4_RABR20     0xF888FC00          CPUx Redirected Address Base Register 20
CPU4_OTAR20     0xF888FC04          CPUx Overlay Target Address Register 20
CPU4_OMASK20    0xF888FC08          CPUx Overlay Mask Register 20
CPU4_RABR21     0xF888FC0C          CPUx Redirected Address Base Register 21
CPU4_OTAR21     0xF888FC10          CPUx Overlay Target Address Register 21
CPU4_OMASK21    0xF888FC14          CPUx Overlay Mask Register 21
CPU4_RABR22     0xF888FC18          CPUx Redirected Address Base Register 22
CPU4_OTAR22     0xF888FC1C          CPUx Overlay Target Address Register 22
CPU4_OMASK22    0xF888FC20          CPUx Overlay Mask Register 22
CPU4_RABR23     0xF888FC24          CPUx Redirected Address Base Register 23
CPU4_OTAR23     0xF888FC28          CPUx Overlay Target Address Register 23
CPU4_OMASK23    0xF888FC2C          CPUx Overlay Mask Register 23
CPU4_RABR24     0xF888FC30          CPUx Redirected Address Base Register 24
CPU4_OTAR24     0xF888FC34          CPUx Overlay Target Address Register 24
CPU4_OMASK24    0xF888FC38          CPUx Overlay Mask Register 24
CPU4_RABR25     0xF888FC3C          CPUx Redirected Address Base Register 25
CPU4_OTAR25     0xF888FC40          CPUx Overlay Target Address Register 25
CPU4_OMASK25    0xF888FC44          CPUx Overlay Mask Register 25
CPU4_RABR26     0xF888FC48          CPUx Redirected Address Base Register 26
CPU4_OTAR26     0xF888FC4C          CPUx Overlay Target Address Register 26
CPU4_OMASK26    0xF888FC50          CPUx Overlay Mask Register 26
CPU4_RABR27     0xF888FC54          CPUx Redirected Address Base Register 27
CPU4_OTAR27     0xF888FC58          CPUx Overlay Target Address Register 27
CPU4_OMASK27    0xF888FC5C          CPUx Overlay Mask Register 27
CPU4_RABR28     0xF888FC60          CPUx Redirected Address Base Register 28
CPU4_OTAR28     0xF888FC64          CPUx Overlay Target Address Register 28
CPU4_OMASK28    0xF888FC68          CPUx Overlay Mask Register 28
CPU4_RABR29     0xF888FC6C          CPUx Redirected Address Base Register 29
CPU4_OTAR29     0xF888FC70          CPUx Overlay Target Address Register 29
CPU4_OMASK29    0xF888FC74          CPUx Overlay Mask Register 29
CPU4_RABR30     0xF888FC78          CPUx Redirected Address Base Register 30
CPU4_OTAR30     0xF888FC7C          CPUx Overlay Target Address Register 30
CPU4_OMASK30    0xF888FC80          CPUx Overlay Mask Register 30
CPU4_RABR31     0xF888FC84          CPUx Redirected Address Base Register 31
CPU4_OTAR31     0xF888FC88          CPUx Overlay Target Address Register 31
CPU4_OMASK31    0xF888FC8C          CPUx Overlay Mask Register 31
CSFR_BASE_4     0xF8890000          Core Special Function Registers base (CPU4)
CPU4_SEGEN      0xF8891030          CPUx SRI Error Generation Register
CPU4_TASK_ASI   0xF8898004          CPUx Task Address Space Identifier Register
CPU4_PMA0       0xF8898100          CPUx Data Access CacheabilityRegister
CPU4_PMA1       0xF8898104          CPUx Code Access CacheabilityRegister
CPU4_PMA2       0xF8898108          CPUx Peripheral Space Identifier register
CPU4_DCON2      0xF8899000          CPUx Data Control Register 2
CPU4_SMACON     0xF889900C          CPUx SIST Mode Access Control Register
CPU4_DSTR       0xF8899010          CPUx Data Synchronous Trap Register
CPU4_DATR       0xF8899018          CPUx Data Asynchronous Trap Register
CPU4_DEADD      0xF889901C          CPUx Data Error Address Register
CPU4_DIEAR      0xF8899020          CPUx Data Integrity Error Address Register
CPU4_DIETR      0xF8899024          CPUx Data Integrity Error Trap Register
CPU4_DCON0      0xF8899040          CPUx Data Memory Control Register
CPU4_PSTR       0xF8899200          CPUx Program Synchronous Trap Register
CPU4_PCON1      0xF8899204          CPUx Program Control 1
CPU4_PCON2      0xF8899208          CPUx Program Control 2
CPU4_PCON0      0xF889920C          CPUx Program Control 0
CPU4_PIEAR      0xF8899210          CPUx Program Integrity Error Address Register
CPU4_PIETR      0xF8899214          CPUx Program Integrity Error Trap Register
CPU4_COMPAT     0xF8899400          CPUx Compatibility Control Register
CPU4_FPU_TRAP_CON 0xF889A000          CPUx Trap Control Register
CPU4_FPU_TRAP_PC 0xF889A004          CPUx Trapping Instruction Program Counter Register
CPU4_FPU_TRAP_OPC 0xF889A008          CPUx Trapping Instruction Opcode Register
CPU4_FPU_TRAP_SRC1 0xF889A010          CPUx Trapping Instruction Operand Register
CPU4_FPU_TRAP_SRC2 0xF889A014          CPUx Trapping Instruction Operand Register
CPU4_FPU_TRAP_SRC3 0xF889A018          CPUx Trapping Instruction Operand Register
CPU4_DPR0_L     0xF889C000          CPUx Data Protection Range 0, Lower Bound Register
CPU4_DPR0_U     0xF889C004          CPUx Data Protection Range 0, Upper Bound Register
CPU4_DPR1_L     0xF889C008          CPUx Data Protection Range 1, Lower Bound Register
CPU4_DPR1_U     0xF889C00C          CPUx Data Protection Range 1, Upper Bound Register
CPU4_DPR2_L     0xF889C010          CPUx Data Protection Range 2, Lower Bound Register
CPU4_DPR2_U     0xF889C014          CPUx Data Protection Range 2, Upper Bound Register
CPU4_DPR3_L     0xF889C018          CPUx Data Protection Range 3, Lower Bound Register
CPU4_DPR3_U     0xF889C01C          CPUx Data Protection Range 3, Upper Bound Register
CPU4_DPR4_L     0xF889C020          CPUx Data Protection Range 4, Lower Bound Register
CPU4_DPR4_U     0xF889C024          CPUx Data Protection Range 4, Upper Bound Register
CPU4_DPR5_L     0xF889C028          CPUx Data Protection Range 5, Lower Bound Register
CPU4_DPR5_U     0xF889C02C          CPUx Data Protection Range 5, Upper Bound Register
CPU4_DPR6_L     0xF889C030          CPUx Data Protection Range 6, Lower Bound Register
CPU4_DPR6_U     0xF889C034          CPUx Data Protection Range 6, Upper Bound Register
CPU4_DPR7_L     0xF889C038          CPUx Data Protection Range 7, Lower Bound Register
CPU4_DPR7_U     0xF889C03C          CPUx Data Protection Range 7, Upper Bound Register
CPU4_DPR8_L     0xF889C040          CPUx Data Protection Range 8, Lower Bound Register
CPU4_DPR8_U     0xF889C044          CPUx Data Protection Range 8, Upper Bound Register
CPU4_DPR9_L     0xF889C048          CPUx Data Protection Range 9, Lower Bound Register
CPU4_DPR9_U     0xF889C04C          CPUx Data Protection Range 9, Upper Bound Register
CPU4_DPR10_L    0xF889C050          CPUx Data Protection Range 10, Lower Bound Register
CPU4_DPR10_U    0xF889C054          CPUx Data Protection Range 10, Upper Bound Register
CPU4_DPR11_L    0xF889C058          CPUx Data Protection Range 11, Lower Bound Register
CPU4_DPR11_U    0xF889C05C          CPUx Data Protection Range 11, Upper Bound Register
CPU4_DPR12_L    0xF889C060          CPUx Data Protection Range 12, Lower Bound Register
CPU4_DPR12_U    0xF889C064          CPUx Data Protection Range 12, Upper Bound Register
CPU4_DPR13_L    0xF889C068          CPUx Data Protection Range 13, Lower Bound Register
CPU4_DPR13_U    0xF889C06C          CPUx Data Protection Range 13, Upper Bound Register
CPU4_DPR14_L    0xF889C070          CPUx Data Protection Range 14, Lower Bound Register
CPU4_DPR14_U    0xF889C074          CPUx Data Protection Range 14, Upper Bound Register
CPU4_DPR15_L    0xF889C078          CPUx Data Protection Range 15, Lower Bound Register
CPU4_DPR15_U    0xF889C07C          CPUx Data Protection Range 15, Upper Bound Register
CPU4_DPR16_L    0xF889C080          CPUx Data Protection Range 16, Lower Bound Register
CPU4_DPR16_U    0xF889C084          CPUx Data Protection Range 16, Upper Bound Register
CPU4_DPR17_L    0xF889C088          CPUx Data Protection Range 17, Lower Bound Register
CPU4_DPR17_U    0xF889C08C          CPUx Data Protection Range 17, Upper Bound Register
CPU4_CPR0_L     0xF889D000          CPUx Code Protection Range 0 Lower Bound Register
CPU4_CPR0_U     0xF889D004          CPUx Code Protection Range 0 Upper Bound Register
CPU4_CPR1_L     0xF889D008          CPUx Code Protection Range 1 Lower Bound Register
CPU4_CPR1_U     0xF889D00C          CPUx Code Protection Range 1 Upper Bound Register
CPU4_CPR2_L     0xF889D010          CPUx Code Protection Range 2 Lower Bound Register
CPU4_CPR2_U     0xF889D014          CPUx Code Protection Range 2 Upper Bound Register
CPU4_CPR3_L     0xF889D018          CPUx Code Protection Range 3 Lower Bound Register
CPU4_CPR3_U     0xF889D01C          CPUx Code Protection Range 3 Upper Bound Register
CPU4_CPR4_L     0xF889D020          CPUx Code Protection Range 4 Lower Bound Register
CPU4_CPR4_U     0xF889D024          CPUx Code Protection Range 4 Upper Bound Register
CPU4_CPR5_L     0xF889D028          CPUx Code Protection Range 5 Lower Bound Register
CPU4_CPR5_U     0xF889D02C          CPUx Code Protection Range 5 Upper Bound Register
CPU4_CPR6_L     0xF889D030          CPUx Code Protection Range 6 Lower Bound Register
CPU4_CPR6_U     0xF889D034          CPUx Code Protection Range 6 Upper Bound Register
CPU4_CPR7_L     0xF889D038          CPUx Code Protection Range 7 Lower Bound Register
CPU4_CPR7_U     0xF889D03C          CPUx Code Protection Range 7 Upper Bound Register
CPU4_CPR8_L     0xF889D040          CPUx Code Protection Range 8 Lower Bound Register
CPU4_CPR8_U     0xF889D044          CPUx Code Protection Range 8 Upper Bound Register
CPU4_CPR9_L     0xF889D048          CPUx Code Protection Range 9 Lower Bound Register
CPU4_CPR9_U     0xF889D04C          CPUx Code Protection Range 9 Upper Bound Register
CPU4_CPXE_0     0xF889E000          CPUx Code Protection Execute Enable Register Set 0
CPU4_CPXE_1     0xF889E004          CPUx Code Protection Execute Enable Register Set 1
CPU4_CPXE_2     0xF889E008          CPUx Code Protection Execute Enable Register Set 2
CPU4_CPXE_3     0xF889E00C          CPUx Code Protection Execute Enable Register Set 3
CPU4_DPRE_0     0xF889E010          CPUx Data Protection Read Enable Register Set 0
CPU4_DPRE_1     0xF889E014          CPUx Data Protection Read Enable Register Set 1
CPU4_DPRE_2     0xF889E018          CPUx Data Protection Read Enable Register Set 2
CPU4_DPRE_3     0xF889E01C          CPUx Data Protection Read Enable Register Set 3
CPU4_DPWE_0     0xF889E020          CPUx Data Protection Write Enable Register Set 0
CPU4_DPWE_1     0xF889E024          CPUx Data Protection Write Enable Register Set 1
CPU4_DPWE_2     0xF889E028          CPUx Data Protection Write Enable Register Set 2
CPU4_DPWE_3     0xF889E02C          CPUx Data Protection Write Enable Register Set 3
CPU4_CPXE_4     0xF889E040          CPUx Code Protection Execute Enable Register Set 4
CPU4_CPXE_5     0xF889E044          CPUx Code Protection Execute Enable Register Set 5
CPU4_DPRE_4     0xF889E050          CPUx Data Protection Read Enable Register Set 4
CPU4_DPRE_5     0xF889E054          CPUx Data Protection Read Enable Register Set 5
CPU4_DPWE_4     0xF889E060          CPUx Data Protection Write Enable Register Set 4
CPU4_DPWE_5     0xF889E064          CPUx Data Protection Write Enable Register Set 5
CPU4_TPS_CON    0xF889E400          CPUx Temporal Protection System Control Register
CPU4_TPS_TIMER0 0xF889E404          CPUx Temporal Protection System Timer Register 0
CPU4_TPS_TIMER1 0xF889E408          CPUx Temporal Protection System Timer Register 1
CPU4_TPS_TIMER2 0xF889E40C          CPUx Temporal Protection System Timer Register 2
CPU4_TPS_EXTIM_ENTRY_LVAL 0xF889E440          CPUx Exception Entry Timer Load Value
CPU4_TPS_EXTIM_ENTRY_CVAL 0xF889E444          CPUx Exception Entry Timer Current Value
CPU4_TPS_EXTIM_EXIT_LVAL 0xF889E448          CPUx Exception Exit Timer Load Value
CPU4_TPS_EXTIM_EXIT_CVAL 0xF889E44C          CPUx Exception Exit Timer Current Value
CPU4_TPS_EXTIM_CLASS_EN 0xF889E450          CPUx Exception Timer Class Enable Register
CPU4_TPS_EXTIM_STAT 0xF889E454          CPUx Exception Timer Status Register
CPU4_TPS_EXTIM_FCX 0xF889E458          CPUx Exception Timer FCX Register
CPU4_TR0EVT     0xF889F000          CPUx Trigger Event 0
CPU4_TR0ADR     0xF889F004          CPUx Trigger Address 0
CPU4_TR1EVT     0xF889F008          CPUx Trigger Event 1
CPU4_TR1ADR     0xF889F00C          CPUx Trigger Address 1
CPU4_TR2EVT     0xF889F010          CPUx Trigger Event 2
CPU4_TR2ADR     0xF889F014          CPUx Trigger Address 2
CPU4_TR3EVT     0xF889F018          CPUx Trigger Event 3
CPU4_TR3ADR     0xF889F01C          CPUx Trigger Address 3
CPU4_TR4EVT     0xF889F020          CPUx Trigger Event 4
CPU4_TR4ADR     0xF889F024          CPUx Trigger Address 4
CPU4_TR5EVT     0xF889F028          CPUx Trigger Event 5
CPU4_TR5ADR     0xF889F02C          CPUx Trigger Address 5
CPU4_TR6EVT     0xF889F030          CPUx Trigger Event 6
CPU4_TR6ADR     0xF889F034          CPUx Trigger Address 6
CPU4_TR7EVT     0xF889F038          CPUx Trigger Event 7
CPU4_TR7ADR     0xF889F03C          CPUx Trigger Address 7
CPU4_CCTRL      0xF889FC00          CPUx Counter Control
CPU4_CCNT       0xF889FC04          CPUx CPU Clock Cycle Count
CPU4_ICNT       0xF889FC08          CPUx Instruction Count
CPU4_M1CNT      0xF889FC0C          CPUx Multi-Count Register 1
CPU4_M2CNT      0xF889FC10          CPUx Multi-Count Register 2
CPU4_M3CNT      0xF889FC14          CPUx Multi-Count Register 3
CPU4_DBGSR      0xF889FD00          CPUx Debug Status Register
CPU4_EXEVT      0xF889FD08          CPUx External Event Register
CPU4_CREVT      0xF889FD0C          CPUx Core Register Access Event
CPU4_SWEVT      0xF889FD10          CPUx Software Debug Event
CPU4_TRIG_ACC   0xF889FD30          CPUx TriggerAddressx
CPU4_DMS        0xF889FD40          CPUx Debug Monitor Start Address
CPU4_DCX        0xF889FD44          CPUx Debug Context Save Area Pointer
CPU4_DBGTCR     0xF889FD48          CPUx Debug Trap Control Register
CPU4_PCXI       0xF889FE00          CPUx Previous Context Information Register
CPU4_PSW        0xF889FE04          CPUx Program Status Word
CPU4_PC         0xF889FE08          CPUx Program Counter
CPU4_SYSCON     0xF889FE14          CPUx System Configuration Register
CPU4_CPU_ID     0xF889FE18          CPUx Identification Register TC1.6.2P
CPU4_CORE_ID    0xF889FE1C          CPUx Core Identification Register
CPU4_BIV        0xF889FE20          CPUx Base Interrupt Vector Table Pointer
CPU4_BTV        0xF889FE24          CPUx Base Trap Vector Table Pointer
CPU4_ISP        0xF889FE28          CPUx Interrupt Stack Pointer
CPU4_ICR        0xF889FE2C          CPUx Interrupt Control Register
CPU4_FCX        0xF889FE38          CPUx Free CSA List Head Pointer
CPU4_LCX        0xF889FE3C          CPUx Free CSA List Limit Pointer
CPU4_CUS_ID     0xF889FE50          CPUx Customer ID register
CPU4_D0         0xF889FF00          Data Register 0
CPU4_D1         0xF889FF04          Data Register 1
CPU4_D2         0xF889FF08          Data Register 2
CPU4_D3         0xF889FF0C          Data Register 3
CPU4_D4         0xF889FF10          Data Register 4
CPU4_D5         0xF889FF14          Data Register 5
CPU4_D6         0xF889FF18          Data Register 6
CPU4_D7         0xF889FF1C          Data Register 7
CPU4_D8         0xF889FF20          Data Register 8
CPU4_D9         0xF889FF24          Data Register 9
CPU4_D10        0xF889FF28          Data Register 10
CPU4_D11        0xF889FF2C          Data Register 11
CPU4_D12        0xF889FF30          Data Register 12
CPU4_D13        0xF889FF34          Data Register 13
CPU4_D14        0xF889FF38          Data Register 14
CPU4_D15        0xF889FF3C          Data Register 15
CPU4_A0         0xF889FF80          Address Register 0
CPU4_A1         0xF889FF84          Address Register 1
CPU4_A2         0xF889FF88          Address Register 2
CPU4_A3         0xF889FF8C          Address Register 3
CPU4_A4         0xF889FF90          Address Register 4
CPU4_A5         0xF889FF94          Address Register 5
CPU4_A6         0xF889FF98          Address Register 6
CPU4_A7         0xF889FF9C          Address Register 7
CPU4_A8         0xF889FFA0          Address Register 8
CPU4_A9         0xF889FFA4          Address Register 9
CPU4_A10        0xF889FFA8          Address Register 10
CPU4_A11        0xF889FFAC          Address Register 11
CPU4_A12        0xF889FFB0          Address Register 12
CPU4_A13        0xF889FFB4          Address Register 13
CPU4_A14        0xF889FFB8          Address Register 14
CPU4_A15        0xF889FFBC          Address Register 15
CPU5_FLASHCON0  0xF88C1100          CPUx Flash Configuration Register 0
CPU5_FLASHCON1  0xF88C1104          CPUx Flash Configuration Register 1
CPU5_FLASHCON2  0xF88C1108          CPUx Flash Configuration Register 2
CPU5_FLASHCON3  0xF88C110C          CPUx Flash Configuration Register 3
CPU5_FLASHCON4  0xF88C1110          CPUx Flash Configuration Register 4
CPU5_KRST0      0xF88CD000          CPUx Reset Register 0
CPU5_KRST1      0xF88CD004          CPUx Reset Register 1
CPU5_KRSTCLR    0xF88CD008          CPUx Reset Clear Register
CPU5_SPR_SPROT_RGNLA0 0xF88CE000          CPUx Safety Protection SPR Region Lower Address Register 0
CPU5_SPR_SPROT_RGNUA0 0xF88CE004          CPUx Safety protection SPR Region Upper Address Register 0
CPU5_SPR_SPROT_RGNACCENA0_W 0xF88CE008          CPUx Safety Protection Region SPR Write Access Enable Register A0
CPU5_SPR_SPROT_RGNACCENB0_W 0xF88CE00C          CPUx Safety Protection Region SPR Write Access Enable Register B0
CPU5_SPR_SPROT_RGNLA1 0xF88CE010          CPUx Safety Protection SPR Region Lower Address Register 1
CPU5_SPR_SPROT_RGNUA1 0xF88CE014          CPUx Safety protection SPR Region Upper Address Register 1
CPU5_SPR_SPROT_RGNACCENA1_W 0xF88CE018          CPUx Safety Protection Region SPR Write Access Enable Register A1
CPU5_SPR_SPROT_RGNACCENB1_W 0xF88CE01C          CPUx Safety Protection Region SPR Write Access Enable Register B1
CPU5_SPR_SPROT_RGNLA2 0xF88CE020          CPUx Safety Protection SPR Region Lower Address Register 2
CPU5_SPR_SPROT_RGNUA2 0xF88CE024          CPUx Safety protection SPR Region Upper Address Register 2
CPU5_SPR_SPROT_RGNACCENA2_W 0xF88CE028          CPUx Safety Protection Region SPR Write Access Enable Register A2
CPU5_SPR_SPROT_RGNACCENB2_W 0xF88CE02C          CPUx Safety Protection Region SPR Write Access Enable Register B2
CPU5_SPR_SPROT_RGNLA3 0xF88CE030          CPUx Safety Protection SPR Region Lower Address Register 3
CPU5_SPR_SPROT_RGNUA3 0xF88CE034          CPUx Safety protection SPR Region Upper Address Register 3
CPU5_SPR_SPROT_RGNACCENA3_W 0xF88CE038          CPUx Safety Protection Region SPR Write Access Enable Register A3
CPU5_SPR_SPROT_RGNACCENB3_W 0xF88CE03C          CPUx Safety Protection Region SPR Write Access Enable Register B3
CPU5_SPR_SPROT_RGNLA4 0xF88CE040          CPUx Safety Protection SPR Region Lower Address Register 4
CPU5_SPR_SPROT_RGNUA4 0xF88CE044          CPUx Safety protection SPR Region Upper Address Register 4
CPU5_SPR_SPROT_RGNACCENA4_W 0xF88CE048          CPUx Safety Protection Region SPR Write Access Enable Register A4
CPU5_SPR_SPROT_RGNACCENB4_W 0xF88CE04C          CPUx Safety Protection Region SPR Write Access Enable Register B4
CPU5_SPR_SPROT_RGNLA5 0xF88CE050          CPUx Safety Protection SPR Region Lower Address Register 5
CPU5_SPR_SPROT_RGNUA5 0xF88CE054          CPUx Safety protection SPR Region Upper Address Register 5
CPU5_SPR_SPROT_RGNACCENA5_W 0xF88CE058          CPUx Safety Protection Region SPR Write Access Enable Register A5
CPU5_SPR_SPROT_RGNACCENB5_W 0xF88CE05C          CPUx Safety Protection Region SPR Write Access Enable Register B5
CPU5_SPR_SPROT_RGNLA6 0xF88CE060          CPUx Safety Protection SPR Region Lower Address Register 6
CPU5_SPR_SPROT_RGNUA6 0xF88CE064          CPUx Safety protection SPR Region Upper Address Register 6
CPU5_SPR_SPROT_RGNACCENA6_W 0xF88CE068          CPUx Safety Protection Region SPR Write Access Enable Register A6
CPU5_SPR_SPROT_RGNACCENB6_W 0xF88CE06C          CPUx Safety Protection Region SPR Write Access Enable Register B6
CPU5_SPR_SPROT_RGNLA7 0xF88CE070          CPUx Safety Protection SPR Region Lower Address Register 7
CPU5_SPR_SPROT_RGNUA7 0xF88CE074          CPUx Safety protection SPR Region Upper Address Register 7
CPU5_SPR_SPROT_RGNACCENA7_W 0xF88CE078          CPUx Safety Protection Region SPR Write Access Enable Register A7
CPU5_SPR_SPROT_RGNACCENB7_W 0xF88CE07C          CPUx Safety Protection Region SPR Write Access Enable Register B7
CPU5_SPR_SPROT_RGNACCENA0_R 0xF88CE088          CPUx Safety Protection Region SPR Read Access Enable Register A0
CPU5_SPR_SPROT_RGNACCENB0_R 0xF88CE08C          CPUx Safety Protection Region SPR Read Access Enable Register B0
CPU5_SPR_SPROT_RGNACCENA1_R 0xF88CE098          CPUx Safety Protection Region SPR Read Access Enable Register A1
CPU5_SPR_SPROT_RGNACCENB1_R 0xF88CE09C          CPUx Safety Protection Region SPR Read Access Enable Register B1
CPU5_SPR_SPROT_RGNACCENA2_R 0xF88CE0A8          CPUx Safety Protection Region SPR Read Access Enable Register A2
CPU5_SPR_SPROT_RGNACCENB2_R 0xF88CE0AC          CPUx Safety Protection Region SPR Read Access Enable Register B2
CPU5_SPR_SPROT_RGNACCENA3_R 0xF88CE0B8          CPUx Safety Protection Region SPR Read Access Enable Register A3
CPU5_SPR_SPROT_RGNACCENB3_R 0xF88CE0BC          CPUx Safety Protection Region SPR Read Access Enable Register B3
CPU5_SPR_SPROT_RGNACCENA4_R 0xF88CE0C8          CPUx Safety Protection Region SPR Read Access Enable Register A4
CPU5_SPR_SPROT_RGNACCENB4_R 0xF88CE0CC          CPUx Safety Protection Region SPR Read Access Enable Register B4
CPU5_SPR_SPROT_RGNACCENA5_R 0xF88CE0D8          CPUx Safety Protection Region SPR Read Access Enable Register A5
CPU5_SPR_SPROT_RGNACCENB5_R 0xF88CE0DC          CPUx Safety Protection Region SPR Read Access Enable Register B5
CPU5_SPR_SPROT_RGNACCENA6_R 0xF88CE0E8          CPUx Safety Protection Region SPR Read Access Enable Register A6
CPU5_SPR_SPROT_RGNACCENB6_R 0xF88CE0EC          CPUx Safety Protection Region SPR Read Access Enable Register B6
CPU5_SPR_SPROT_RGNACCENA7_R 0xF88CE0F8          CPUx Safety Protection Region SPR Read Access Enable Register A7
CPU5_SPR_SPROT_RGNACCENB7_R 0xF88CE0FC          CPUx Safety Protection Region SPR Read Access Enable Register B7
CPU5_SFR_SPROT_ACCENA_W 0xF88CE100          CPUx Safety Protection Register Access Enable Register A
CPU5_SFR_SPROT_ACCENB_W 0xF88CE104          CPUx Safety Protection Region Access Enable Register B
CPU5_LPB_SPROT_ACCENA_R 0xF88CE110          CPUx Safety Protection Region LPB Read Access Enable Register A
CPU5_LPB_SPROT_ACCENB_R 0xF88CE114          CPUx Safety Protection Region LPB Read Access Enable Register B
CPU5_DLMU_SPROT_RGNLA0 0xF88CE200          CPUx Safety Protection DLMU Region Lower Address Register 0
CPU5_DLMU_SPROT_RGNUA0 0xF88CE204          CPUx Safety protection DLMU Region Upper Address Register 0
CPU5_DLMU_SPROT_RGNACCENA0_W 0xF88CE208          CPUx Safety Protection Region DLMU Write Access Enable Register A0
CPU5_DLMU_SPROT_RGNACCENB0_W 0xF88CE20C          CPUx Safety Protection Region DLMU Write Access Enable Register B0
CPU5_DLMU_SPROT_RGNLA1 0xF88CE210          CPUx Safety Protection DLMU Region Lower Address Register 1
CPU5_DLMU_SPROT_RGNUA1 0xF88CE214          CPUx Safety protection DLMU Region Upper Address Register 1
CPU5_DLMU_SPROT_RGNACCENA1_W 0xF88CE218          CPUx Safety Protection Region DLMU Write Access Enable Register A1
CPU5_DLMU_SPROT_RGNACCENB1_W 0xF88CE21C          CPUx Safety Protection Region DLMU Write Access Enable Register B1
CPU5_DLMU_SPROT_RGNLA2 0xF88CE220          CPUx Safety Protection DLMU Region Lower Address Register 2
CPU5_DLMU_SPROT_RGNUA2 0xF88CE224          CPUx Safety protection DLMU Region Upper Address Register 2
CPU5_DLMU_SPROT_RGNACCENA2_W 0xF88CE228          CPUx Safety Protection Region DLMU Write Access Enable Register A2
CPU5_DLMU_SPROT_RGNACCENB2_W 0xF88CE22C          CPUx Safety Protection Region DLMU Write Access Enable Register B2
CPU5_DLMU_SPROT_RGNLA3 0xF88CE230          CPUx Safety Protection DLMU Region Lower Address Register 3
CPU5_DLMU_SPROT_RGNUA3 0xF88CE234          CPUx Safety protection DLMU Region Upper Address Register 3
CPU5_DLMU_SPROT_RGNACCENA3_W 0xF88CE238          CPUx Safety Protection Region DLMU Write Access Enable Register A3
CPU5_DLMU_SPROT_RGNACCENB3_W 0xF88CE23C          CPUx Safety Protection Region DLMU Write Access Enable Register B3
CPU5_DLMU_SPROT_RGNLA4 0xF88CE240          CPUx Safety Protection DLMU Region Lower Address Register 4
CPU5_DLMU_SPROT_RGNUA4 0xF88CE244          CPUx Safety protection DLMU Region Upper Address Register 4
CPU5_DLMU_SPROT_RGNACCENA4_W 0xF88CE248          CPUx Safety Protection Region DLMU Write Access Enable Register A4
CPU5_DLMU_SPROT_RGNACCENB4_W 0xF88CE24C          CPUx Safety Protection Region DLMU Write Access Enable Register B4
CPU5_DLMU_SPROT_RGNLA5 0xF88CE250          CPUx Safety Protection DLMU Region Lower Address Register 5
CPU5_DLMU_SPROT_RGNUA5 0xF88CE254          CPUx Safety protection DLMU Region Upper Address Register 5
CPU5_DLMU_SPROT_RGNACCENA5_W 0xF88CE258          CPUx Safety Protection Region DLMU Write Access Enable Register A5
CPU5_DLMU_SPROT_RGNACCENB5_W 0xF88CE25C          CPUx Safety Protection Region DLMU Write Access Enable Register B5
CPU5_DLMU_SPROT_RGNLA6 0xF88CE260          CPUx Safety Protection DLMU Region Lower Address Register 6
CPU5_DLMU_SPROT_RGNUA6 0xF88CE264          CPUx Safety protection DLMU Region Upper Address Register 6
CPU5_DLMU_SPROT_RGNACCENA6_W 0xF88CE268          CPUx Safety Protection Region DLMU Write Access Enable Register A6
CPU5_DLMU_SPROT_RGNACCENB6_W 0xF88CE26C          CPUx Safety Protection Region DLMU Write Access Enable Register B6
CPU5_DLMU_SPROT_RGNLA7 0xF88CE270          CPUx Safety Protection DLMU Region Lower Address Register 7
CPU5_DLMU_SPROT_RGNUA7 0xF88CE274          CPUx Safety protection DLMU Region Upper Address Register 7
CPU5_DLMU_SPROT_RGNACCENA7_W 0xF88CE278          CPUx Safety Protection Region DLMU Write Access Enable Register A7
CPU5_DLMU_SPROT_RGNACCENB7_W 0xF88CE27C          CPUx Safety Protection Region DLMU Write Access Enable Register B7
CPU5_DLMU_SPROT_RGNACCENA0_R 0xF88CE288          CPUx Safety Protection Region DLMU Read Access Enable Register A0
CPU5_DLMU_SPROT_RGNACCENB0_R 0xF88CE28C          CPUx Safety Protection Region DLMU Read Access Enable Register B0
CPU5_DLMU_SPROT_RGNACCENA1_R 0xF88CE298          CPUx Safety Protection Region DLMU Read Access Enable Register A1
CPU5_DLMU_SPROT_RGNACCENB1_R 0xF88CE29C          CPUx Safety Protection Region DLMU Read Access Enable Register B1
CPU5_DLMU_SPROT_RGNACCENA2_R 0xF88CE2A8          CPUx Safety Protection Region DLMU Read Access Enable Register A2
CPU5_DLMU_SPROT_RGNACCENB2_R 0xF88CE2AC          CPUx Safety Protection Region DLMU Read Access Enable Register B2
CPU5_DLMU_SPROT_RGNACCENA3_R 0xF88CE2B8          CPUx Safety Protection Region DLMU Read Access Enable Register A3
CPU5_DLMU_SPROT_RGNACCENB3_R 0xF88CE2BC          CPUx Safety Protection Region DLMU Read Access Enable Register B3
CPU5_DLMU_SPROT_RGNACCENA4_R 0xF88CE2C8          CPUx Safety Protection Region DLMU Read Access Enable Register A4
CPU5_DLMU_SPROT_RGNACCENB4_R 0xF88CE2CC          CPUx Safety Protection Region DLMU Read Access Enable Register B4
CPU5_DLMU_SPROT_RGNACCENA5_R 0xF88CE2D8          CPUx Safety Protection Region DLMU Read Access Enable Register A5
CPU5_DLMU_SPROT_RGNACCENB5_R 0xF88CE2DC          CPUx Safety Protection Region DLMU Read Access Enable Register B5
CPU5_DLMU_SPROT_RGNACCENA6_R 0xF88CE2E8          CPUx Safety Protection Region DLMU Read Access Enable Register A6
CPU5_DLMU_SPROT_RGNACCENB6_R 0xF88CE2EC          CPUx Safety Protection Region DLMU Read Access Enable Register B6
CPU5_DLMU_SPROT_RGNACCENA7_R 0xF88CE2F8          CPUx Safety Protection Region DLMU Read Access Enable Register A7
CPU5_DLMU_SPROT_RGNACCENB7_R 0xF88CE2FC          CPUx Safety Protection Region DLMU Read Access Enable Register B7
CPU5_OSEL       0xF88CFB00          CPUx Overlay Range Select Register
CPU5_RABR0      0xF88CFB10          CPUx Redirected Address Base Register 0
CPU5_OTAR0      0xF88CFB14          CPUx Overlay Target Address Register 0
CPU5_OMASK0     0xF88CFB18          CPUx Overlay Mask Register 0
CPU5_RABR1      0xF88CFB1C          CPUx Redirected Address Base Register 1
CPU5_OTAR1      0xF88CFB20          CPUx Overlay Target Address Register 1
CPU5_OMASK1     0xF88CFB24          CPUx Overlay Mask Register 1
CPU5_RABR2      0xF88CFB28          CPUx Redirected Address Base Register 2
CPU5_OTAR2      0xF88CFB2C          CPUx Overlay Target Address Register 2
CPU5_OMASK2     0xF88CFB30          CPUx Overlay Mask Register 2
CPU5_RABR3      0xF88CFB34          CPUx Redirected Address Base Register 3
CPU5_OTAR3      0xF88CFB38          CPUx Overlay Target Address Register 3
CPU5_OMASK3     0xF88CFB3C          CPUx Overlay Mask Register 3
CPU5_RABR4      0xF88CFB40          CPUx Redirected Address Base Register 4
CPU5_OTAR4      0xF88CFB44          CPUx Overlay Target Address Register 4
CPU5_OMASK4     0xF88CFB48          CPUx Overlay Mask Register 4
CPU5_RABR5      0xF88CFB4C          CPUx Redirected Address Base Register 5
CPU5_OTAR5      0xF88CFB50          CPUx Overlay Target Address Register 5
CPU5_OMASK5     0xF88CFB54          CPUx Overlay Mask Register 5
CPU5_RABR6      0xF88CFB58          CPUx Redirected Address Base Register 6
CPU5_OTAR6      0xF88CFB5C          CPUx Overlay Target Address Register 6
CPU5_OMASK6     0xF88CFB60          CPUx Overlay Mask Register 6
CPU5_RABR7      0xF88CFB64          CPUx Redirected Address Base Register 7
CPU5_OTAR7      0xF88CFB68          CPUx Overlay Target Address Register 7
CPU5_OMASK7     0xF88CFB6C          CPUx Overlay Mask Register 7
CPU5_RABR8      0xF88CFB70          CPUx Redirected Address Base Register 8
CPU5_OTAR8      0xF88CFB74          CPUx Overlay Target Address Register 8
CPU5_OMASK8     0xF88CFB78          CPUx Overlay Mask Register 8
CPU5_RABR9      0xF88CFB7C          CPUx Redirected Address Base Register 9
CPU5_OTAR9      0xF88CFB80          CPUx Overlay Target Address Register 9
CPU5_OMASK9     0xF88CFB84          CPUx Overlay Mask Register 9
CPU5_RABR10     0xF88CFB88          CPUx Redirected Address Base Register 10
CPU5_OTAR10     0xF88CFB8C          CPUx Overlay Target Address Register 10
CPU5_OMASK10    0xF88CFB90          CPUx Overlay Mask Register 10
CPU5_RABR11     0xF88CFB94          CPUx Redirected Address Base Register 11
CPU5_OTAR11     0xF88CFB98          CPUx Overlay Target Address Register 11
CPU5_OMASK11    0xF88CFB9C          CPUx Overlay Mask Register 11
CPU5_RABR12     0xF88CFBA0          CPUx Redirected Address Base Register 12
CPU5_OTAR12     0xF88CFBA4          CPUx Overlay Target Address Register 12
CPU5_OMASK12    0xF88CFBA8          CPUx Overlay Mask Register 12
CPU5_RABR13     0xF88CFBAC          CPUx Redirected Address Base Register 13
CPU5_OTAR13     0xF88CFBB0          CPUx Overlay Target Address Register 13
CPU5_OMASK13    0xF88CFBB4          CPUx Overlay Mask Register 13
CPU5_RABR14     0xF88CFBB8          CPUx Redirected Address Base Register 14
CPU5_OTAR14     0xF88CFBBC          CPUx Overlay Target Address Register 14
CPU5_OMASK14    0xF88CFBC0          CPUx Overlay Mask Register 14
CPU5_RABR15     0xF88CFBC4          CPUx Redirected Address Base Register 15
CPU5_OTAR15     0xF88CFBC8          CPUx Overlay Target Address Register 15
CPU5_OMASK15    0xF88CFBCC          CPUx Overlay Mask Register 15
CPU5_RABR16     0xF88CFBD0          CPUx Redirected Address Base Register 16
CPU5_OTAR16     0xF88CFBD4          CPUx Overlay Target Address Register 16
CPU5_OMASK16    0xF88CFBD8          CPUx Overlay Mask Register 16
CPU5_RABR17     0xF88CFBDC          CPUx Redirected Address Base Register 17
CPU5_OTAR17     0xF88CFBE0          CPUx Overlay Target Address Register 17
CPU5_OMASK17    0xF88CFBE4          CPUx Overlay Mask Register 17
CPU5_RABR18     0xF88CFBE8          CPUx Redirected Address Base Register 18
CPU5_OTAR18     0xF88CFBEC          CPUx Overlay Target Address Register 18
CPU5_OMASK18    0xF88CFBF0          CPUx Overlay Mask Register 18
CPU5_RABR19     0xF88CFBF4          CPUx Redirected Address Base Register 19
CPU5_OTAR19     0xF88CFBF8          CPUx Overlay Target Address Register 19
CPU5_OMASK19    0xF88CFBFC          CPUx Overlay Mask Register 19
CPU5_RABR20     0xF88CFC00          CPUx Redirected Address Base Register 20
CPU5_OTAR20     0xF88CFC04          CPUx Overlay Target Address Register 20
CPU5_OMASK20    0xF88CFC08          CPUx Overlay Mask Register 20
CPU5_RABR21     0xF88CFC0C          CPUx Redirected Address Base Register 21
CPU5_OTAR21     0xF88CFC10          CPUx Overlay Target Address Register 21
CPU5_OMASK21    0xF88CFC14          CPUx Overlay Mask Register 21
CPU5_RABR22     0xF88CFC18          CPUx Redirected Address Base Register 22
CPU5_OTAR22     0xF88CFC1C          CPUx Overlay Target Address Register 22
CPU5_OMASK22    0xF88CFC20          CPUx Overlay Mask Register 22
CPU5_RABR23     0xF88CFC24          CPUx Redirected Address Base Register 23
CPU5_OTAR23     0xF88CFC28          CPUx Overlay Target Address Register 23
CPU5_OMASK23    0xF88CFC2C          CPUx Overlay Mask Register 23
CPU5_RABR24     0xF88CFC30          CPUx Redirected Address Base Register 24
CPU5_OTAR24     0xF88CFC34          CPUx Overlay Target Address Register 24
CPU5_OMASK24    0xF88CFC38          CPUx Overlay Mask Register 24
CPU5_RABR25     0xF88CFC3C          CPUx Redirected Address Base Register 25
CPU5_OTAR25     0xF88CFC40          CPUx Overlay Target Address Register 25
CPU5_OMASK25    0xF88CFC44          CPUx Overlay Mask Register 25
CPU5_RABR26     0xF88CFC48          CPUx Redirected Address Base Register 26
CPU5_OTAR26     0xF88CFC4C          CPUx Overlay Target Address Register 26
CPU5_OMASK26    0xF88CFC50          CPUx Overlay Mask Register 26
CPU5_RABR27     0xF88CFC54          CPUx Redirected Address Base Register 27
CPU5_OTAR27     0xF88CFC58          CPUx Overlay Target Address Register 27
CPU5_OMASK27    0xF88CFC5C          CPUx Overlay Mask Register 27
CPU5_RABR28     0xF88CFC60          CPUx Redirected Address Base Register 28
CPU5_OTAR28     0xF88CFC64          CPUx Overlay Target Address Register 28
CPU5_OMASK28    0xF88CFC68          CPUx Overlay Mask Register 28
CPU5_RABR29     0xF88CFC6C          CPUx Redirected Address Base Register 29
CPU5_OTAR29     0xF88CFC70          CPUx Overlay Target Address Register 29
CPU5_OMASK29    0xF88CFC74          CPUx Overlay Mask Register 29
CPU5_RABR30     0xF88CFC78          CPUx Redirected Address Base Register 30
CPU5_OTAR30     0xF88CFC7C          CPUx Overlay Target Address Register 30
CPU5_OMASK30    0xF88CFC80          CPUx Overlay Mask Register 30
CPU5_RABR31     0xF88CFC84          CPUx Redirected Address Base Register 31
CPU5_OTAR31     0xF88CFC88          CPUx Overlay Target Address Register 31
CPU5_OMASK31    0xF88CFC8C          CPUx Overlay Mask Register 31
CSFR_BASE_5     0xF88D0000          Core Special Function Registers base (CPU5)
CPU5_SEGEN      0xF88D1030          CPUx SRI Error Generation Register
CPU5_TASK_ASI   0xF88D8004          CPUx Task Address Space Identifier Register
CPU5_PMA0       0xF88D8100          CPUx Data Access CacheabilityRegister
CPU5_PMA1       0xF88D8104          CPUx Code Access CacheabilityRegister
CPU5_PMA2       0xF88D8108          CPUx Peripheral Space Identifier register
CPU5_DCON2      0xF88D9000          CPUx Data Control Register 2
CPU5_SMACON     0xF88D900C          CPUx SIST Mode Access Control Register
CPU5_DSTR       0xF88D9010          CPUx Data Synchronous Trap Register
CPU5_DATR       0xF88D9018          CPUx Data Asynchronous Trap Register
CPU5_DEADD      0xF88D901C          CPUx Data Error Address Register
CPU5_DIEAR      0xF88D9020          CPUx Data Integrity Error Address Register
CPU5_DIETR      0xF88D9024          CPUx Data Integrity Error Trap Register
CPU5_DCON0      0xF88D9040          CPUx Data Memory Control Register
CPU5_PSTR       0xF88D9200          CPUx Program Synchronous Trap Register
CPU5_PCON1      0xF88D9204          CPUx Program Control 1
CPU5_PCON2      0xF88D9208          CPUx Program Control 2
CPU5_PCON0      0xF88D920C          CPUx Program Control 0
CPU5_PIEAR      0xF88D9210          CPUx Program Integrity Error Address Register
CPU5_PIETR      0xF88D9214          CPUx Program Integrity Error Trap Register
CPU5_COMPAT     0xF88D9400          CPUx Compatibility Control Register
CPU5_FPU_TRAP_CON 0xF88DA000          CPUx Trap Control Register
CPU5_FPU_TRAP_PC 0xF88DA004          CPUx Trapping Instruction Program Counter Register
CPU5_FPU_TRAP_OPC 0xF88DA008          CPUx Trapping Instruction Opcode Register
CPU5_FPU_TRAP_SRC1 0xF88DA010          CPUx Trapping Instruction Operand Register
CPU5_FPU_TRAP_SRC2 0xF88DA014          CPUx Trapping Instruction Operand Register
CPU5_FPU_TRAP_SRC3 0xF88DA018          CPUx Trapping Instruction Operand Register
CPU5_DPR0_L     0xF88DC000          CPUx Data Protection Range 0, Lower Bound Register
CPU5_DPR0_U     0xF88DC004          CPUx Data Protection Range 0, Upper Bound Register
CPU5_DPR1_L     0xF88DC008          CPUx Data Protection Range 1, Lower Bound Register
CPU5_DPR1_U     0xF88DC00C          CPUx Data Protection Range 1, Upper Bound Register
CPU5_DPR2_L     0xF88DC010          CPUx Data Protection Range 2, Lower Bound Register
CPU5_DPR2_U     0xF88DC014          CPUx Data Protection Range 2, Upper Bound Register
CPU5_DPR3_L     0xF88DC018          CPUx Data Protection Range 3, Lower Bound Register
CPU5_DPR3_U     0xF88DC01C          CPUx Data Protection Range 3, Upper Bound Register
CPU5_DPR4_L     0xF88DC020          CPUx Data Protection Range 4, Lower Bound Register
CPU5_DPR4_U     0xF88DC024          CPUx Data Protection Range 4, Upper Bound Register
CPU5_DPR5_L     0xF88DC028          CPUx Data Protection Range 5, Lower Bound Register
CPU5_DPR5_U     0xF88DC02C          CPUx Data Protection Range 5, Upper Bound Register
CPU5_DPR6_L     0xF88DC030          CPUx Data Protection Range 6, Lower Bound Register
CPU5_DPR6_U     0xF88DC034          CPUx Data Protection Range 6, Upper Bound Register
CPU5_DPR7_L     0xF88DC038          CPUx Data Protection Range 7, Lower Bound Register
CPU5_DPR7_U     0xF88DC03C          CPUx Data Protection Range 7, Upper Bound Register
CPU5_DPR8_L     0xF88DC040          CPUx Data Protection Range 8, Lower Bound Register
CPU5_DPR8_U     0xF88DC044          CPUx Data Protection Range 8, Upper Bound Register
CPU5_DPR9_L     0xF88DC048          CPUx Data Protection Range 9, Lower Bound Register
CPU5_DPR9_U     0xF88DC04C          CPUx Data Protection Range 9, Upper Bound Register
CPU5_DPR10_L    0xF88DC050          CPUx Data Protection Range 10, Lower Bound Register
CPU5_DPR10_U    0xF88DC054          CPUx Data Protection Range 10, Upper Bound Register
CPU5_DPR11_L    0xF88DC058          CPUx Data Protection Range 11, Lower Bound Register
CPU5_DPR11_U    0xF88DC05C          CPUx Data Protection Range 11, Upper Bound Register
CPU5_DPR12_L    0xF88DC060          CPUx Data Protection Range 12, Lower Bound Register
CPU5_DPR12_U    0xF88DC064          CPUx Data Protection Range 12, Upper Bound Register
CPU5_DPR13_L    0xF88DC068          CPUx Data Protection Range 13, Lower Bound Register
CPU5_DPR13_U    0xF88DC06C          CPUx Data Protection Range 13, Upper Bound Register
CPU5_DPR14_L    0xF88DC070          CPUx Data Protection Range 14, Lower Bound Register
CPU5_DPR14_U    0xF88DC074          CPUx Data Protection Range 14, Upper Bound Register
CPU5_DPR15_L    0xF88DC078          CPUx Data Protection Range 15, Lower Bound Register
CPU5_DPR15_U    0xF88DC07C          CPUx Data Protection Range 15, Upper Bound Register
CPU5_DPR16_L    0xF88DC080          CPUx Data Protection Range 16, Lower Bound Register
CPU5_DPR16_U    0xF88DC084          CPUx Data Protection Range 16, Upper Bound Register
CPU5_DPR17_L    0xF88DC088          CPUx Data Protection Range 17, Lower Bound Register
CPU5_DPR17_U    0xF88DC08C          CPUx Data Protection Range 17, Upper Bound Register
CPU5_CPR0_L     0xF88DD000          CPUx Code Protection Range 0 Lower Bound Register
CPU5_CPR0_U     0xF88DD004          CPUx Code Protection Range 0 Upper Bound Register
CPU5_CPR1_L     0xF88DD008          CPUx Code Protection Range 1 Lower Bound Register
CPU5_CPR1_U     0xF88DD00C          CPUx Code Protection Range 1 Upper Bound Register
CPU5_CPR2_L     0xF88DD010          CPUx Code Protection Range 2 Lower Bound Register
CPU5_CPR2_U     0xF88DD014          CPUx Code Protection Range 2 Upper Bound Register
CPU5_CPR3_L     0xF88DD018          CPUx Code Protection Range 3 Lower Bound Register
CPU5_CPR3_U     0xF88DD01C          CPUx Code Protection Range 3 Upper Bound Register
CPU5_CPR4_L     0xF88DD020          CPUx Code Protection Range 4 Lower Bound Register
CPU5_CPR4_U     0xF88DD024          CPUx Code Protection Range 4 Upper Bound Register
CPU5_CPR5_L     0xF88DD028          CPUx Code Protection Range 5 Lower Bound Register
CPU5_CPR5_U     0xF88DD02C          CPUx Code Protection Range 5 Upper Bound Register
CPU5_CPR6_L     0xF88DD030          CPUx Code Protection Range 6 Lower Bound Register
CPU5_CPR6_U     0xF88DD034          CPUx Code Protection Range 6 Upper Bound Register
CPU5_CPR7_L     0xF88DD038          CPUx Code Protection Range 7 Lower Bound Register
CPU5_CPR7_U     0xF88DD03C          CPUx Code Protection Range 7 Upper Bound Register
CPU5_CPR8_L     0xF88DD040          CPUx Code Protection Range 8 Lower Bound Register
CPU5_CPR8_U     0xF88DD044          CPUx Code Protection Range 8 Upper Bound Register
CPU5_CPR9_L     0xF88DD048          CPUx Code Protection Range 9 Lower Bound Register
CPU5_CPR9_U     0xF88DD04C          CPUx Code Protection Range 9 Upper Bound Register
CPU5_CPXE_0     0xF88DE000          CPUx Code Protection Execute Enable Register Set 0
CPU5_CPXE_1     0xF88DE004          CPUx Code Protection Execute Enable Register Set 1
CPU5_CPXE_2     0xF88DE008          CPUx Code Protection Execute Enable Register Set 2
CPU5_CPXE_3     0xF88DE00C          CPUx Code Protection Execute Enable Register Set 3
CPU5_DPRE_0     0xF88DE010          CPUx Data Protection Read Enable Register Set 0
CPU5_DPRE_1     0xF88DE014          CPUx Data Protection Read Enable Register Set 1
CPU5_DPRE_2     0xF88DE018          CPUx Data Protection Read Enable Register Set 2
CPU5_DPRE_3     0xF88DE01C          CPUx Data Protection Read Enable Register Set 3
CPU5_DPWE_0     0xF88DE020          CPUx Data Protection Write Enable Register Set 0
CPU5_DPWE_1     0xF88DE024          CPUx Data Protection Write Enable Register Set 1
CPU5_DPWE_2     0xF88DE028          CPUx Data Protection Write Enable Register Set 2
CPU5_DPWE_3     0xF88DE02C          CPUx Data Protection Write Enable Register Set 3
CPU5_CPXE_4     0xF88DE040          CPUx Code Protection Execute Enable Register Set 4
CPU5_CPXE_5     0xF88DE044          CPUx Code Protection Execute Enable Register Set 5
CPU5_DPRE_4     0xF88DE050          CPUx Data Protection Read Enable Register Set 4
CPU5_DPRE_5     0xF88DE054          CPUx Data Protection Read Enable Register Set 5
CPU5_DPWE_4     0xF88DE060          CPUx Data Protection Write Enable Register Set 4
CPU5_DPWE_5     0xF88DE064          CPUx Data Protection Write Enable Register Set 5
CPU5_TPS_CON    0xF88DE400          CPUx Temporal Protection System Control Register
CPU5_TPS_TIMER0 0xF88DE404          CPUx Temporal Protection System Timer Register 0
CPU5_TPS_TIMER1 0xF88DE408          CPUx Temporal Protection System Timer Register 1
CPU5_TPS_TIMER2 0xF88DE40C          CPUx Temporal Protection System Timer Register 2
CPU5_TPS_EXTIM_ENTRY_LVAL 0xF88DE440          CPUx Exception Entry Timer Load Value
CPU5_TPS_EXTIM_ENTRY_CVAL 0xF88DE444          CPUx Exception Entry Timer Current Value
CPU5_TPS_EXTIM_EXIT_LVAL 0xF88DE448          CPUx Exception Exit Timer Load Value
CPU5_TPS_EXTIM_EXIT_CVAL 0xF88DE44C          CPUx Exception Exit Timer Current Value
CPU5_TPS_EXTIM_CLASS_EN 0xF88DE450          CPUx Exception Timer Class Enable Register
CPU5_TPS_EXTIM_STAT 0xF88DE454          CPUx Exception Timer Status Register
CPU5_TPS_EXTIM_FCX 0xF88DE458          CPUx Exception Timer FCX Register
CPU5_TR0EVT     0xF88DF000          CPUx Trigger Event 0
CPU5_TR0ADR     0xF88DF004          CPUx Trigger Address 0
CPU5_TR1EVT     0xF88DF008          CPUx Trigger Event 1
CPU5_TR1ADR     0xF88DF00C          CPUx Trigger Address 1
CPU5_TR2EVT     0xF88DF010          CPUx Trigger Event 2
CPU5_TR2ADR     0xF88DF014          CPUx Trigger Address 2
CPU5_TR3EVT     0xF88DF018          CPUx Trigger Event 3
CPU5_TR3ADR     0xF88DF01C          CPUx Trigger Address 3
CPU5_TR4EVT     0xF88DF020          CPUx Trigger Event 4
CPU5_TR4ADR     0xF88DF024          CPUx Trigger Address 4
CPU5_TR5EVT     0xF88DF028          CPUx Trigger Event 5
CPU5_TR5ADR     0xF88DF02C          CPUx Trigger Address 5
CPU5_TR6EVT     0xF88DF030          CPUx Trigger Event 6
CPU5_TR6ADR     0xF88DF034          CPUx Trigger Address 6
CPU5_TR7EVT     0xF88DF038          CPUx Trigger Event 7
CPU5_TR7ADR     0xF88DF03C          CPUx Trigger Address 7
CPU5_CCTRL      0xF88DFC00          CPUx Counter Control
CPU5_CCNT       0xF88DFC04          CPUx CPU Clock Cycle Count
CPU5_ICNT       0xF88DFC08          CPUx Instruction Count
CPU5_M1CNT      0xF88DFC0C          CPUx Multi-Count Register 1
CPU5_M2CNT      0xF88DFC10          CPUx Multi-Count Register 2
CPU5_M3CNT      0xF88DFC14          CPUx Multi-Count Register 3
CPU5_DBGSR      0xF88DFD00          CPUx Debug Status Register
CPU5_EXEVT      0xF88DFD08          CPUx External Event Register
CPU5_CREVT      0xF88DFD0C          CPUx Core Register Access Event
CPU5_SWEVT      0xF88DFD10          CPUx Software Debug Event
CPU5_TRIG_ACC   0xF88DFD30          CPUx TriggerAddressx
CPU5_DMS        0xF88DFD40          CPUx Debug Monitor Start Address
CPU5_DCX        0xF88DFD44          CPUx Debug Context Save Area Pointer
CPU5_DBGTCR     0xF88DFD48          CPUx Debug Trap Control Register
CPU5_PCXI       0xF88DFE00          CPUx Previous Context Information Register
CPU5_PSW        0xF88DFE04          CPUx Program Status Word
CPU5_PC         0xF88DFE08          CPUx Program Counter
CPU5_SYSCON     0xF88DFE14          CPUx System Configuration Register
CPU5_CPU_ID     0xF88DFE18          CPUx Identification Register TC1.6.2P
CPU5_CORE_ID    0xF88DFE1C          CPUx Core Identification Register
CPU5_BIV        0xF88DFE20          CPUx Base Interrupt Vector Table Pointer
CPU5_BTV        0xF88DFE24          CPUx Base Trap Vector Table Pointer
CPU5_ISP        0xF88DFE28          CPUx Interrupt Stack Pointer
CPU5_ICR        0xF88DFE2C          CPUx Interrupt Control Register
CPU5_FCX        0xF88DFE38          CPUx Free CSA List Head Pointer
CPU5_LCX        0xF88DFE3C          CPUx Free CSA List Limit Pointer
CPU5_CUS_ID     0xF88DFE50          CPUx Customer ID register
CPU5_D0         0xF88DFF00          Data Register 0
CPU5_D1         0xF88DFF04          Data Register 1
CPU5_D2         0xF88DFF08          Data Register 2
CPU5_D3         0xF88DFF0C          Data Register 3
CPU5_D4         0xF88DFF10          Data Register 4
CPU5_D5         0xF88DFF14          Data Register 5
CPU5_D6         0xF88DFF18          Data Register 6
CPU5_D7         0xF88DFF1C          Data Register 7
CPU5_D8         0xF88DFF20          Data Register 8
CPU5_D9         0xF88DFF24          Data Register 9
CPU5_D10        0xF88DFF28          Data Register 10
CPU5_D11        0xF88DFF2C          Data Register 11
CPU5_D12        0xF88DFF30          Data Register 12
CPU5_D13        0xF88DFF34          Data Register 13
CPU5_D14        0xF88DFF38          Data Register 14
CPU5_D15        0xF88DFF3C          Data Register 15
CPU5_A0         0xF88DFF80          Address Register 0
CPU5_A1         0xF88DFF84          Address Register 1
CPU5_A2         0xF88DFF88          Address Register 2
CPU5_A3         0xF88DFF8C          Address Register 3
CPU5_A4         0xF88DFF90          Address Register 4
CPU5_A5         0xF88DFF94          Address Register 5
CPU5_A6         0xF88DFF98          Address Register 6
CPU5_A7         0xF88DFF9C          Address Register 7
CPU5_A8         0xF88DFFA0          Address Register 8
CPU5_A9         0xF88DFFA4          Address Register 9
CPU5_A10        0xF88DFFA8          Address Register 10
CPU5_A11        0xF88DFFAC          Address Register 11
CPU5_A12        0xF88DFFB0          Address Register 12
CPU5_A13        0xF88DFFB4          Address Register 13
CPU5_A14        0xF88DFFB8          Address Register 14
CPU5_A15        0xF88DFFBC          Address Register 15
DOM1_PECON0     0xF88E0000          Protocol Error Control Register 0
DOM1_PRIORITY0  0xF88E0008          SCI0 Arbiter Priority Register
DOM1_ERRADDR0   0xF88E0010          SCI 0 Error Address Capture Register
DOM1_ERR0       0xF88E0018          SCI 0 Error Capture Register
DOM1_PECON1     0xF88E0020          Protocol Error Control Register 1
DOM1_PRIORITY1  0xF88E0028          SCI1 Arbiter Priority Register
DOM1_ERRADDR1   0xF88E0030          SCI 1 Error Address Capture Register
DOM1_ERR1       0xF88E0038          SCI 1 Error Capture Register
DOM1_PECON2     0xF88E0040          Protocol Error Control Register 2
DOM1_PRIORITY2  0xF88E0048          SCI2 Arbiter Priority Register
DOM1_ERRADDR2   0xF88E0050          SCI 2 Error Address Capture Register
DOM1_ERR2       0xF88E0058          SCI 2 Error Capture Register
DOM1_PECON3     0xF88E0060          Protocol Error Control Register 3
DOM1_PRIORITY3  0xF88E0068          SCI3 Arbiter Priority Register
DOM1_ERRADDR3   0xF88E0070          SCI 3 Error Address Capture Register
DOM1_ERR3       0xF88E0078          SCI 3 Error Capture Register
DOM1_PECON4     0xF88E0080          Protocol Error Control Register 4
DOM1_PRIORITY4  0xF88E0088          SCI4 Arbiter Priority Register
DOM1_ERRADDR4   0xF88E0090          SCI 4 Error Address Capture Register
DOM1_ERR4       0xF88E0098          SCI 4 Error Capture Register
DOM1_PECON5     0xF88E00A0          Protocol Error Control Register 5
DOM1_PRIORITY5  0xF88E00A8          SCI5 Arbiter Priority Register
DOM1_ERRADDR5   0xF88E00B0          SCI 5 Error Address Capture Register
DOM1_ERR5       0xF88E00B8          SCI 5 Error Capture Register
DOM1_PECON6     0xF88E00C0          Protocol Error Control Register 6
DOM1_PRIORITY6  0xF88E00C8          SCI6 Arbiter Priority Register
DOM1_ERRADDR6   0xF88E00D0          SCI 6 Error Address Capture Register
DOM1_ERR6       0xF88E00D8          SCI 6 Error Capture Register
DOM1_PECON7     0xF88E00E0          Protocol Error Control Register 7
DOM1_PRIORITY7  0xF88E00E8          SCI7 Arbiter Priority Register
DOM1_ERRADDR7   0xF88E00F0          SCI 7 Error Address Capture Register
DOM1_ERR7       0xF88E00F8          SCI 7 Error Capture Register
DOM1_PECON8     0xF88E0100          Protocol Error Control Register 8
DOM1_PRIORITY8  0xF88E0108          SCI8 Arbiter Priority Register
DOM1_ERRADDR8   0xF88E0110          SCI 8 Error Address Capture Register
DOM1_ERR8       0xF88E0118          SCI 8 Error Capture Register
DOM1_PECON9     0xF88E0120          Protocol Error Control Register 9
DOM1_PRIORITY9  0xF88E0128          SCI9 Arbiter Priority Register
DOM1_ERRADDR9   0xF88E0130          SCI 9 Error Address Capture Register
DOM1_ERR9       0xF88E0138          SCI 9 Error Capture Register
DOM1_PECON10    0xF88E0140          Protocol Error Control Register 10
DOM1_PRIORITY10 0xF88E0148          SCI10 Arbiter Priority Register
DOM1_ERRADDR10  0xF88E0150          SCI 10 Error Address Capture Register
DOM1_ERR10      0xF88E0158          SCI 10 Error Capture Register
DOM1_PECON11    0xF88E0160          Protocol Error Control Register 11
DOM1_PRIORITY11 0xF88E0168          SCI11 Arbiter Priority Register
DOM1_ERRADDR11  0xF88E0170          SCI 11 Error Address Capture Register
DOM1_ERR11      0xF88E0178          SCI 11 Error Capture Register
DOM1_PECON12    0xF88E0180          Protocol Error Control Register 12
DOM1_PRIORITY12 0xF88E0188          SCI12 Arbiter Priority Register
DOM1_ERRADDR12  0xF88E0190          SCI 12 Error Address Capture Register
DOM1_ERR12      0xF88E0198          SCI 12 Error Capture Register
DOM1_PECON13    0xF88E01A0          Protocol Error Control Register 13
DOM1_PRIORITY13 0xF88E01A8          SCI13 Arbiter Priority Register
DOM1_ERRADDR13  0xF88E01B0          SCI 13 Error Address Capture Register
DOM1_ERR13      0xF88E01B8          SCI 13 Error Capture Register
DOM1_PECON14    0xF88E01C0          Protocol Error Control Register 14
DOM1_PRIORITY14 0xF88E01C8          SCI14 Arbiter Priority Register
DOM1_ERRADDR14  0xF88E01D0          SCI 14 Error Address Capture Register
DOM1_ERR14      0xF88E01D8          SCI 14 Error Capture Register
DOM1_PECON15    0xF88E01E0          Protocol Error Control Register 15
DOM1_PRIORITY15 0xF88E01E8          SCI15 Arbiter Priority Register
DOM1_ERRADDR15  0xF88E01F0          SCI 15 Error Address Capture Register
DOM1_ERR15      0xF88E01F8          SCI 15 Error Capture Register
DOM1_ID         0xF88E0408          Identification Register
DOM1_PESTAT     0xF88E0410          Protocol Error Status Register
DOM1_TIDSTAT    0xF88E0418          Transaction ID Status Register
DOM1_TIDEN      0xF88E0420          Transaction ID Enable Register
DOM1_BRCON      0xF88E0430          Domain 1 Bridge Control Register
DOM1_ACCEN0     0xF88E04F0          Access Enable Register 0
DOM1_ACCEN1     0xF88E04F8          Access Enable Register 1
EBCU_ID         0xFA000108          Module Identification Register
EBCU_CON        0xFA000110          BCU Control Register
EBCU_PRIOH      0xFA000114          Arbiter Priority Register High
EBCU_PRIOL      0xFA000118          Arbiter Priority Register Low
EBCU_ECON       0xFA000120          BCU Error Control Capture Register
EBCU_EADD       0xFA000124          BCU Error Address Capture Register
EBCU_EDAT       0xFA000128          BCU Error Data Capture Register
EBCU_DBCNTL     0xFA000130          BCU Debug Control Register
EBCU_DBGRNT     0xFA000134          EBCU Debug Grant Mask Register
EBCU_DBADR1     0xFA000138          BCU Debug Address 1 Register
EBCU_DBADR2     0xFA00013C          BCU Debug Address 2 Register
EBCU_DBBOS      0xFA000140          BCU Debug Bus Operation Signals Register
EBCU_DBGNTT     0xFA000144          EBCU Debug Trapped Master Register
EBCU_DBADRT     0xFA000148          BCU Debug Trapped Address Register
EBCU_DBBOST     0xFA00014C          BCU Debug Trapped Bus Operation Signals Register
EBCU_DBDAT      0xFA000150          BCU Debug Data Status Register
EBCU_ALSTAT0    0xFA000160          BCU EDC Alarm Status Register 0
EBCU_ALSTAT1    0xFA000164          BCU EDC Alarm Status Register 1
EBCU_ALSTAT2    0xFA000168          BCU EDC Alarm Status Register 2
EBCU_ALSTAT3    0xFA00016C          BCU EDC Alarm Status Register 3
EBCU_ALCLR0     0xFA000170          BCU EDC Alarm Clear Register 0
EBCU_ALCLR1     0xFA000174          BCU EDC Alarm Clear Register 1
EBCU_ALCLR2     0xFA000178          BCU EDC Alarm Clear Register 2
EBCU_ALCLR3     0xFA00017C          BCU EDC Alarm Clear Register 3
EBCU_ALCTRL     0xFA000180          BCU EDC Alarm Control Register
EBCU_FEGEN      0xFA000184          FPI Error Generation Control Register
EBCU_ACCEN1     0xFA0001F8          Access Enable Register 1
EBCU_ACCEN0     0xFA0001FC          Access Enable Register 0
AGBT_CLC        0xFA001000          Clock Control Register
AGBT_ID         0xFA001008          Module Identification Register
AGBT_TCR        0xFA001010          Trace Control Register
AGBT_TSR        0xFA001014          Trace Status Register
AGBT_FCTRL      0xFA001018          FIFO Control Register
AGBT_TACU       0xFA00101C          Trace Auto Channel UP
AGBT_FBFLV      0xFA001020          FIFO Block Fill Level
AGBT_IRS        0xFA001024          Interrupt Status Register
AGBT_IRE        0xFA001028          Interrupt enable register
AGBT_PYCR1      0xFA001030          Physical layer Control Register 1
AGBT_PYCR2      0xFA001034          Physical layer Control Register 2
AGBT_PACR1      0xFA001038          PLL analog part, Control Register 1
AGBT_PACR2      0xFA00103C          PLL analog part, Control Register 2
AGBT_PDCR1      0xFA001040          PLL digital part, Control Register 1
AGBT_PDST1      0xFA00104C          PLL digital part, status Register 1
AGBT_DFT1       0xFA001050          Design For Test Register 1
AGBT_DFT2       0xFA001054          Design For Test Register 2
AGBT_DFT3       0xFA001058          Design For Test Register 3
AGBT_DFT4       0xFA00105C          Design For Test Register 4
AGBT_DFT5       0xFA001060          Design For Test Register 5
AGBT_DFT6       0xFA001064          Design For Test Register 6
AGBT_TPAC1      0xFA001068          Test Power analog Control Register 1
AGBT_TPDC1      0xFA00106C          Test PLL digital Control Register 1
AGBT_TPDC2      0xFA001070          Test PLL Digital Control Register 2
AGBT_TPDC3      0xFA001074          Test PLL Digital Control Register3
AGBT_TPDS1      0xFA001078          Test PLL Digital Status Register 1
AGBT_TPDS2      0xFA00107C          Test PLL Digital Status Register 2
AGBT_KRSTCLR    0xFA0010EC          Kernel Reset Status Clear Register
AGBT_KRST1      0xFA0010F0          Kernel Reset Register 1
AGBT_KRST0      0xFA0010F4          Kernel Reset Register 0
AGBT_ACCEN1     0xFA0010F8          Access Enable Register 1
AGBT_ACCEN0     0xFA0010FC          Access Enable Register 0
EMEM_CLC        0xFA006000          EMEM Core Clock Control Register
EMEM_ID         0xFA006008          EMEM Core Module Identification Register
EMEM_TILECONFIG 0xFA006020          EMEM Core Tile Configuration Register
EMEM_TILECC     0xFA006024          EMEM Core Tile Control Common Memory Register
EMEM_TILECT     0xFA006028          EMEM Core Tile Control Trace Memory Register
EMEM_TILESTATE  0xFA00602C          EMEM Core Tile Status Register
EMEM_SBRCTR     0xFA006034          EMEM Core Standby RAM Control Register
EMEM_ACCEN1     0xFA0060F8          EMEM Core Access Enable Register 1
EMEM_ACCEN0     0xFA0060FC          EMEM Core Access Enable Register 0
MCDS_CLC        0xFA010000          Clock Control Register
MCDS_OCS        0xFA010004          OCDS Control and Status
MCDS_ID         0xFA010008          Module Identification Register
MCDS_CT         0xFA010010          MCDS Control Register
MCDS_MUX        0xFA010014          MCDS Signal Source Control
MCDS_SESSIDL    0xFA010018          Session ID Low Register
MCDS_SESSIDH    0xFA01001C          Session ID High Register
MCDS_FIFONOW    0xFA010200          Trace Buffer Write Pointer
MCDS_FIFOBOT    0xFA010204          Trace Buffer Bottom Register
MCDS_FIFOPRE    0xFA010208          Trace Buffer PRE/POST Register
MCDS_FIFOTOP    0xFA01020C          Trace Buffer Top Register
MCDS_FIFOCTL    0xFA010210          Trace Buffer Control Register
MCDS_FIFOWARN0  0xFA010214          Trace Buffer Comparator Register
MCDS_FIFOWARN1  0xFA010218          Trace Buffer Comparator Register
MCDS_TSUREFCNT  0xFA010400          Clock Counter Register
MCDS_TSUPRSCL   0xFA010404          Clock Prescaler Register
MCDS_TSUEMUCNT  0xFA010408          Clock Counter Register
MCDS_MCXEVT0    0xFA010800          Event Definition Register 0
MCDS_MCXEVT1    0xFA010804          Event Definition Register 1
MCDS_MCXEVT2    0xFA010808          Event Definition Register 2
MCDS_MCXEVT3    0xFA01080C          Event Definition Register 3
MCDS_MCXEVT4    0xFA010810          Event Definition Register 4
MCDS_MCXEVT5    0xFA010814          Event Definition Register 5
MCDS_MCXEVT6    0xFA010818          Event Definition Register 6
MCDS_MCXEVT7    0xFA01081C          Event Definition Register 7
MCDS_MCXEVT8    0xFA010820          Event Definition Register 8
MCDS_MCXEVT9    0xFA010824          Event Definition Register 9
MCDS_MCXEVT10   0xFA010828          Event Definition Register 10
MCDS_MCXEVT11   0xFA01082C          Event Definition Register 11
MCDS_MCXEVT12   0xFA010830          Event Definition Register 12
MCDS_MCXEVT13   0xFA010834          Event Definition Register 13
MCDS_MCXEVT14   0xFA010838          Event Definition Register 14
MCDS_MCXEVT15   0xFA01083C          Event Definition Register 15
MCDS_MCXEVT16   0xFA010840          Event Definition Register 16
MCDS_MCXEVT17   0xFA010844          Event Definition Register 17
MCDS_MCXEVT18   0xFA010848          Event Definition Register 18
MCDS_MCXEVT19   0xFA01084C          Event Definition Register 19
MCDS_MCXEVT20   0xFA010850          Event Definition Register 20
MCDS_MCXEVT21   0xFA010854          Event Definition Register 21
MCDS_MCXEVT22   0xFA010858          Event Definition Register 22
MCDS_MCXEVT23   0xFA01085C          Event Definition Register 23
MCDS_MCXACT0    0xFA010880          Action Definition Register 0
MCDS_MCXACT1    0xFA010884          Action Definition Register 1
MCDS_MCXACT2    0xFA010888          Action Definition Register 2
MCDS_MCXACT3    0xFA01088C          Action Definition Register 3
MCDS_MCXACT4    0xFA010890          Action Definition Register 4
MCDS_MCXACT5    0xFA010894          Action Definition Register 5
MCDS_MCXACT6    0xFA010898          Action Definition Register 6
MCDS_MCXACT7    0xFA01089C          Action Definition Register 7
MCDS_MCXACT8    0xFA0108A0          Action Definition Register 8
MCDS_MCXACT9    0xFA0108A4          Action Definition Register 9
MCDS_MCXACT10   0xFA0108A8          Action Definition Register 10
MCDS_MCXACT11   0xFA0108AC          Action Definition Register 11
MCDS_MCXACT12   0xFA0108B0          Action Definition Register 12
MCDS_MCXACT13   0xFA0108B4          Action Definition Register 13
MCDS_MCXACT14   0xFA0108B8          Action Definition Register 14
MCDS_MCXACT15   0xFA0108BC          Action Definition Register 15
MCDS_MCXACT16   0xFA0108C0          Action Definition Register 16
MCDS_MCXACT17   0xFA0108C4          Action Definition Register 17
MCDS_MCXACT18   0xFA0108C8          Action Definition Register 18
MCDS_MCXACT19   0xFA0108CC          Action Definition Register 19
MCDS_MCXACT20   0xFA0108D0          Action Definition Register 20
MCDS_MCXACT21   0xFA0108D4          Action Definition Register 21
MCDS_MCXACT22   0xFA0108D8          Action Definition Register 22
MCDS_MCXACT23   0xFA0108DC          Action Definition Register 23
MCDS_MCXACT24   0xFA0108E0          Action Definition Register 24
MCDS_MCXACT25   0xFA0108E4          Action Definition Register 25
MCDS_MCXACT26   0xFA0108E8          Action Definition Register 26
MCDS_MCXACT27   0xFA0108EC          Action Definition Register 27
MCDS_MCXACT28   0xFA0108F0          Action Definition Register 28
MCDS_MCXACT29   0xFA0108F4          Action Definition Register 29
MCDS_MCXACT30   0xFA0108F8          Action Definition Register 30
MCDS_MCXACT31   0xFA0108FC          Action Definition Register 31
MCDS_MCXACT32   0xFA010900          Action Definition Register 32
MCDS_MCXACT33   0xFA010904          Action Definition Register 33
MCDS_MCXACT34   0xFA010908          Action Definition Register 34
MCDS_MCXACT35   0xFA01090C          Action Definition Register 35
MCDS_MCXACT36   0xFA010910          Action Definition Register 36
MCDS_MCXACT37   0xFA010914          Action Definition Register 37
MCDS_MCXACT38   0xFA010918          Action Definition Register 38
MCDS_MCXACT39   0xFA01091C          Action Definition Register 39
MCDS_MCXACT40   0xFA010920          Action Definition Register 40
MCDS_MCXACT41   0xFA010924          Action Definition Register 41
MCDS_MCXACT42   0xFA010928          Action Definition Register 42
MCDS_MCXACT43   0xFA01092C          Action Definition Register 43
MCDS_MCXACT44   0xFA010930          Action Definition Register 44
MCDS_MCXACT45   0xFA010934          Action Definition Register 45
MCDS_MCXACT46   0xFA010938          Action Definition Register 46
MCDS_MCXACT47   0xFA01093C          Action Definition Register 47
MCDS_MCXACT48   0xFA010940          Action Definition Register 48
MCDS_MCXACT49   0xFA010944          Action Definition Register 49
MCDS_MCXACT50   0xFA010948          Action Definition Register 50
MCDS_MCXACT51   0xFA01094C          Action Definition Register 51
MCDS_MCXACT52   0xFA010950          Action Definition Register 52
MCDS_MCXACT53   0xFA010954          Action Definition Register 53
MCDS_MCXACT54   0xFA010958          Action Definition Register 54
MCDS_MCXACT55   0xFA01095C          Action Definition Register 55
MCDS_MCXACT56   0xFA010960          Action Definition Register 56
MCDS_MCXACT57   0xFA010964          Action Definition Register 57
MCDS_MCXACT58   0xFA010968          Action Definition Register 58
MCDS_MCXACT59   0xFA01096C          Action Definition Register 59
MCDS_MCXACT60   0xFA010970          Action Definition Register 60
MCDS_MCXACT61   0xFA010974          Action Definition Register 61
MCDS_MCXACT62   0xFA010978          Action Definition Register 62
MCDS_MCXACT63   0xFA01097C          Action Definition Register 63
MCDS_MCXACT64   0xFA010980          Action Definition Register 64
MCDS_MCXACT65   0xFA010984          Action Definition Register 65
MCDS_MCXACT66   0xFA010988          Action Definition Register 66
MCDS_MCXACT67   0xFA01098C          Action Definition Register 67
MCDS_MCXACT68   0xFA010990          Action Definition Register 68
MCDS_MCXACT69   0xFA010994          Action Definition Register 69
MCDS_MCXACT70   0xFA010998          Action Definition Register 70
MCDS_MCXACT71   0xFA01099C          Action Definition Register 71
MCDS_MCXCCL0    0xFA010A00          Counter Control Register
MCDS_MCXLMT0    0xFA010A04          Counter Limit Register
MCDS_MCXCNT0    0xFA010A08          Current Count Register
MCDS_MCXCCL1    0xFA010A10          Counter Control Register
MCDS_MCXLMT1    0xFA010A14          Counter Limit Register
MCDS_MCXCNT1    0xFA010A18          Current Count Register
MCDS_MCXCCL2    0xFA010A20          Counter Control Register
MCDS_MCXLMT2    0xFA010A24          Counter Limit Register
MCDS_MCXCNT2    0xFA010A28          Current Count Register
MCDS_MCXCCL3    0xFA010A30          Counter Control Register
MCDS_MCXLMT3    0xFA010A34          Counter Limit Register
MCDS_MCXCNT3    0xFA010A38          Current Count Register
MCDS_MCXCCL4    0xFA010A40          Counter Control Register
MCDS_MCXLMT4    0xFA010A44          Counter Limit Register
MCDS_MCXCNT4    0xFA010A48          Current Count Register
MCDS_MCXCCL5    0xFA010A50          Counter Control Register
MCDS_MCXLMT5    0xFA010A54          Counter Limit Register
MCDS_MCXCNT5    0xFA010A58          Current Count Register
MCDS_MCXCCL6    0xFA010A60          Counter Control Register
MCDS_MCXLMT6    0xFA010A64          Counter Limit Register
MCDS_MCXCNT6    0xFA010A68          Current Count Register
MCDS_MCXCCL7    0xFA010A70          Counter Control Register
MCDS_MCXLMT7    0xFA010A74          Counter Limit Register
MCDS_MCXCNT7    0xFA010A78          Current Count Register
MCDS_MCXCCL8    0xFA010A80          Counter Control Register
MCDS_MCXLMT8    0xFA010A84          Counter Limit Register
MCDS_MCXCNT8    0xFA010A88          Current Count Register
MCDS_MCXCCL9    0xFA010A90          Counter Control Register
MCDS_MCXLMT9    0xFA010A94          Counter Limit Register
MCDS_MCXCNT9    0xFA010A98          Current Count Register
MCDS_MCXCCL10   0xFA010AA0          Counter Control Register
MCDS_MCXLMT10   0xFA010AA4          Counter Limit Register
MCDS_MCXCNT10   0xFA010AA8          Current Count Register
MCDS_MCXCCL11   0xFA010AB0          Counter Control Register
MCDS_MCXLMT11   0xFA010AB4          Counter Limit Register
MCDS_MCXCNT11   0xFA010AB8          Current Count Register
MCDS_MCXCCL12   0xFA010AC0          Counter Control Register
MCDS_MCXLMT12   0xFA010AC4          Counter Limit Register
MCDS_MCXCNT12   0xFA010AC8          Current Count Register
MCDS_MCXCCL13   0xFA010AD0          Counter Control Register
MCDS_MCXLMT13   0xFA010AD4          Counter Limit Register
MCDS_MCXCNT13   0xFA010AD8          Current Count Register
MCDS_MCXCCL14   0xFA010AE0          Counter Control Register
MCDS_MCXLMT14   0xFA010AE4          Counter Limit Register
MCDS_MCXCNT14   0xFA010AE8          Current Count Register
MCDS_MCXCCL15   0xFA010AF0          Counter Control Register
MCDS_MCXLMT15   0xFA010AF4          Counter Limit Register
MCDS_MCXCNT15   0xFA010AF8          Current Count Register
MCDS_MCXCCL16   0xFA010B00          Counter Control Register
MCDS_MCXLMT16   0xFA010B04          Counter Limit Register
MCDS_MCXCNT16   0xFA010B08          Current Count Register
MCDS_MCXCCL17   0xFA010B10          Counter Control Register
MCDS_MCXLMT17   0xFA010B14          Counter Limit Register
MCDS_MCXCNT17   0xFA010B18          Current Count Register
MCDS_MCXCCL18   0xFA010B20          Counter Control Register
MCDS_MCXLMT18   0xFA010B24          Counter Limit Register
MCDS_MCXCNT18   0xFA010B28          Current Count Register
MCDS_MCXCCL19   0xFA010B30          Counter Control Register
MCDS_MCXLMT19   0xFA010B34          Counter Limit Register
MCDS_MCXCNT19   0xFA010B38          Current Count Register
MCDS_MCXCCL20   0xFA010B40          Counter Control Register
MCDS_MCXLMT20   0xFA010B44          Counter Limit Register
MCDS_MCXCNT20   0xFA010B48          Current Count Register
MCDS_MCXCCL21   0xFA010B50          Counter Control Register
MCDS_MCXLMT21   0xFA010B54          Counter Limit Register
MCDS_MCXCNT21   0xFA010B58          Current Count Register
MCDS_MCXCCL22   0xFA010B60          Counter Control Register
MCDS_MCXLMT22   0xFA010B64          Counter Limit Register
MCDS_MCXCNT22   0xFA010B68          Current Count Register
MCDS_MCXCCL23   0xFA010B70          Counter Control Register
MCDS_MCXLMT23   0xFA010B74          Counter Limit Register
MCDS_MCXCNT23   0xFA010B78          Current Count Register
MCDS_MCXCCL24   0xFA010B80          Counter Control Register
MCDS_MCXLMT24   0xFA010B84          Counter Limit Register
MCDS_MCXCNT24   0xFA010B88          Current Count Register
MCDS_MCXCCL25   0xFA010B90          Counter Control Register
MCDS_MCXLMT25   0xFA010B94          Counter Limit Register
MCDS_MCXCNT25   0xFA010B98          Current Count Register
MCDS_MCXCCL26   0xFA010BA0          Counter Control Register
MCDS_MCXLMT26   0xFA010BA4          Counter Limit Register
MCDS_MCXCNT26   0xFA010BA8          Current Count Register
MCDS_MCXCCL27   0xFA010BB0          Counter Control Register
MCDS_MCXLMT27   0xFA010BB4          Counter Limit Register
MCDS_MCXCNT27   0xFA010BB8          Current Count Register
MCDS_MCXCCL28   0xFA010BC0          Counter Control Register
MCDS_MCXLMT28   0xFA010BC4          Counter Limit Register
MCDS_MCXCNT28   0xFA010BC8          Current Count Register
MCDS_MCXCCL29   0xFA010BD0          Counter Control Register
MCDS_MCXLMT29   0xFA010BD4          Counter Limit Register
MCDS_MCXCNT29   0xFA010BD8          Current Count Register
MCDS_MCXCCL30   0xFA010BE0          Counter Control Register
MCDS_MCXLMT30   0xFA010BE4          Counter Limit Register
MCDS_MCXCNT30   0xFA010BE8          Current Count Register
MCDS_MCXCCL31   0xFA010BF0          Counter Control Register
MCDS_MCXLMT31   0xFA010BF4          Counter Limit Register
MCDS_MCXCNT31   0xFA010BF8          Current Count Register
MCDS_TCXDCSTS   0xFA012000          Debug Status Register
MCDS_TCXCID     0xFA012004          Current Process ID
MCDS_TCXCIP     0xFA012008          Current Instruction Pointer
MCDS_TCXCFT     0xFA01200C          Compact Function Trace Register
MCDS_TCXPALLUTD 0xFA012200          Lookup Table Data Register
MCDS_TCXPALLUTA 0xFA012204          Lookup Table Address Register
MCDS_TCXPALBND0 0xFA012210          Lookup Table Base Register
MCDS_TCXPALRNG0 0xFA012214          Lookup Table Range Register
MCDS_TCXPALMAP0 0xFA012218          Lookup Table Mapping Register
MCDS_TCXPALBND1 0xFA012220          Lookup Table Base Register
MCDS_TCXPALRNG1 0xFA012224          Lookup Table Range Register
MCDS_TCXPALMAP1 0xFA012228          Lookup Table Mapping Register
MCDS_TCXPALBND2 0xFA012230          Lookup Table Base Register
MCDS_TCXPALRNG2 0xFA012234          Lookup Table Range Register
MCDS_TCXPALMAP2 0xFA012238          Lookup Table Mapping Register
MCDS_TCXPALBND3 0xFA012240          Lookup Table Base Register
MCDS_TCXPALRNG3 0xFA012244          Lookup Table Range Register
MCDS_TCXPALMAP3 0xFA012248          Lookup Table Mapping Register
MCDS_TCXEABND0  0xFA012400          Comparator Bound Register 0
MCDS_TCXEARNG0  0xFA012404          Comparator Range Register 0
MCDS_TCXEABND1  0xFA012410          Comparator Bound Register 1
MCDS_TCXEARNG1  0xFA012414          Comparator Range Register 1
MCDS_TCXEABND2  0xFA012420          Comparator Bound Register 2
MCDS_TCXEARNG2  0xFA012424          Comparator Range Register 2
MCDS_TCXEABND3  0xFA012430          Comparator Bound Register 3
MCDS_TCXEARNG3  0xFA012434          Comparator Range Register 3
MCDS_TCXEABND4  0xFA012440          Comparator Bound Register 4
MCDS_TCXEARNG4  0xFA012444          Comparator Range Register 4
MCDS_TCXEABND5  0xFA012450          Comparator Bound Register 5
MCDS_TCXEARNG5  0xFA012454          Comparator Range Register 5
MCDS_TCXEABND6  0xFA012460          Comparator Bound Register 6
MCDS_TCXEARNG6  0xFA012464          Comparator Range Register 6
MCDS_TCXEABND7  0xFA012470          Comparator Bound Register 7
MCDS_TCXEARNG7  0xFA012474          Comparator Range Register 7
MCDS_TCXWDBND0  0xFA012480          Comparator Bound Register 0
MCDS_TCXWDHBND0 0xFA012484          Comparator Bound Register 0
MCDS_TCXWDRNG0  0xFA012488          Comparator Range Register 0
MCDS_TCXWDHRNG0 0xFA01248C          Comparator Range Register 0
MCDS_TCXWDMSK0  0xFA012490          Comparator Mask Register 0
MCDS_TCXWDHMSK0 0xFA012494          Comparator Mask Register 0
MCDS_TCXWDSGN0  0xFA01249C          Comparator Sign Register 0
MCDS_TCXWDBND1  0xFA0124A0          Comparator Bound Register 1
MCDS_TCXWDHBND1 0xFA0124A4          Comparator Bound Register 1
MCDS_TCXWDRNG1  0xFA0124A8          Comparator Range Register 1
MCDS_TCXWDHRNG1 0xFA0124AC          Comparator Range Register 1
MCDS_TCXWDMSK1  0xFA0124B0          Comparator Mask Register 1
MCDS_TCXWDHMSK1 0xFA0124B4          Comparator Mask Register 1
MCDS_TCXWDSGN1  0xFA0124BC          Comparator Sign Register 1
MCDS_TCXWDBND2  0xFA0124C0          Comparator Bound Register 2
MCDS_TCXWDHBND2 0xFA0124C4          Comparator Bound Register 2
MCDS_TCXWDRNG2  0xFA0124C8          Comparator Range Register 2
MCDS_TCXWDHRNG2 0xFA0124CC          Comparator Range Register 2
MCDS_TCXWDMSK2  0xFA0124D0          Comparator Mask Register 2
MCDS_TCXWDHMSK2 0xFA0124D4          Comparator Mask Register 2
MCDS_TCXWDSGN2  0xFA0124DC          Comparator Sign Register 2
MCDS_TCXWDBND3  0xFA0124E0          Comparator Bound Register 3
MCDS_TCXWDHBND3 0xFA0124E4          Comparator Bound Register 3
MCDS_TCXWDRNG3  0xFA0124E8          Comparator Range Register 3
MCDS_TCXWDHRNG3 0xFA0124EC          Comparator Range Register 3
MCDS_TCXWDMSK3  0xFA0124F0          Comparator Mask Register 3
MCDS_TCXWDHMSK3 0xFA0124F4          Comparator Mask Register 3
MCDS_TCXWDSGN3  0xFA0124FC          Comparator Sign Register 3
MCDS_TCXEVT0    0xFA012800          Event Definition Register 0
MCDS_TCXEVT1    0xFA012804          Event Definition Register 1
MCDS_TCXEVT2    0xFA012808          Event Definition Register 2
MCDS_TCXEVT3    0xFA01280C          Event Definition Register 3
MCDS_TCXEVT4    0xFA012810          Event Definition Register 4
MCDS_TCXEVT5    0xFA012814          Event Definition Register 5
MCDS_TCXEVT6    0xFA012818          Event Definition Register 6
MCDS_TCXEVT7    0xFA01281C          Event Definition Register 7
MCDS_TCXEVT8    0xFA012820          Event Definition Register 8
MCDS_TCXEVT9    0xFA012824          Event Definition Register 9
MCDS_TCXEVT10   0xFA012828          Event Definition Register 10
MCDS_TCXEVT11   0xFA01282C          Event Definition Register 11
MCDS_TCXEVT12   0xFA012830          Event Definition Register 12
MCDS_TCXEVT13   0xFA012834          Event Definition Register 13
MCDS_TCXEVT14   0xFA012838          Event Definition Register 14
MCDS_TCXEVT15   0xFA01283C          Event Definition Register 15
MCDS_TCXACT0    0xFA012880          Action Definition Register 0
MCDS_TCXACT1    0xFA012884          Action Definition Register 1
MCDS_TCXACT2    0xFA012888          Action Definition Register 2
MCDS_TCXACT3    0xFA01288C          Action Definition Register 3
MCDS_TCXACT4    0xFA012890          Action Definition Register 4
MCDS_TCXACT5    0xFA012894          Action Definition Register 5
MCDS_TCXACT6    0xFA012898          Action Definition Register 6
MCDS_TCXACT7    0xFA01289C          Action Definition Register 7
MCDS_TCXACT8    0xFA0128A0          Action Definition Register 8
MCDS_TCXACT9    0xFA0128A4          Action Definition Register 9
MCDS_TCXACT10   0xFA0128A8          Action Definition Register 10
MCDS_TCXACT11   0xFA0128AC          Action Definition Register 11
MCDS_TCXACT12   0xFA0128B0          Action Definition Register 12
MCDS_TCXACT13   0xFA0128B4          Action Definition Register 13
MCDS_TCXACT14   0xFA0128B8          Action Definition Register 14
MCDS_TCXACT15   0xFA0128BC          Action Definition Register 15
MCDS_TCXACT16   0xFA0128C0          Action Definition Register 16
MCDS_TCXACT17   0xFA0128C4          Action Definition Register 17
MCDS_TCXACT18   0xFA0128C8          Action Definition Register 18
MCDS_TCXACT19   0xFA0128CC          Action Definition Register 19
MCDS_TCXACT20   0xFA0128D0          Action Definition Register 20
MCDS_TCXACT21   0xFA0128D4          Action Definition Register 21
MCDS_TCXACT22   0xFA0128D8          Action Definition Register 22
MCDS_TCXIDBND0  0xFA012C00          Comparator Bound Register 0
MCDS_TCXIDRNG0  0xFA012C04          Comparator Range Register 0
MCDS_TCXIDMSK0  0xFA012C08          Comparator Mask Register 0
MCDS_TCXIDSGN0  0xFA012C0C          Comparator Sign Register 0
MCDS_TCXIDBND1  0xFA012C10          Comparator Bound Register 1
MCDS_TCXIDRNG1  0xFA012C14          Comparator Range Register 1
MCDS_TCXIDMSK1  0xFA012C18          Comparator Mask Register 1
MCDS_TCXIDSGN1  0xFA012C1C          Comparator Sign Register 1
MCDS_TCXIPBND0  0xFA013000          Comparator Bound Register 0
MCDS_TCXIPRNG0  0xFA013004          Comparator Range Register 0
MCDS_TCXIPBND1  0xFA013010          Comparator Bound Register 1
MCDS_TCXIPRNG1  0xFA013014          Comparator Range Register 1
MCDS_TCXIPBND2  0xFA013020          Comparator Bound Register 2
MCDS_TCXIPRNG2  0xFA013024          Comparator Range Register 2
MCDS_TCXIPBND3  0xFA013030          Comparator Bound Register 3
MCDS_TCXIPRNG3  0xFA013034          Comparator Range Register 3
MCDS_TCXIPBND4  0xFA013040          Comparator Bound Register 4
MCDS_TCXIPRNG4  0xFA013044          Comparator Range Register 4
MCDS_TCXIPBND5  0xFA013050          Comparator Bound Register 5
MCDS_TCXIPRNG5  0xFA013054          Comparator Range Register 5
MCDS_TCYDCSTS   0xFA014000          Debug Status Register
MCDS_TCYCID     0xFA014004          Current Process ID
MCDS_TCYCIP     0xFA014008          Current Instruction Pointer
MCDS_TCYCFT     0xFA01400C          Compact Function Trace Register
MCDS_TCYPALLUTD 0xFA014200          Lookup Table Data Register
MCDS_TCYPALLUTA 0xFA014204          Lookup Table Address Register
MCDS_TCYPALBND0 0xFA014210          Lookup Table Base Register
MCDS_TCYPALRNG0 0xFA014214          Lookup Table Range Register
MCDS_TCYPALMAP0 0xFA014218          Lookup Table Mapping Register
MCDS_TCYPALBND1 0xFA014220          Lookup Table Base Register
MCDS_TCYPALRNG1 0xFA014224          Lookup Table Range Register
MCDS_TCYPALMAP1 0xFA014228          Lookup Table Mapping Register
MCDS_TCYPALBND2 0xFA014230          Lookup Table Base Register
MCDS_TCYPALRNG2 0xFA014234          Lookup Table Range Register
MCDS_TCYPALMAP2 0xFA014238          Lookup Table Mapping Register
MCDS_TCYPALBND3 0xFA014240          Lookup Table Base Register
MCDS_TCYPALRNG3 0xFA014244          Lookup Table Range Register
MCDS_TCYPALMAP3 0xFA014248          Lookup Table Mapping Register
MCDS_TCYEABND0  0xFA014400          Comparator Bound Register 0
MCDS_TCYEARNG0  0xFA014404          Comparator Range Register 0
MCDS_TCYEABND1  0xFA014410          Comparator Bound Register 1
MCDS_TCYEARNG1  0xFA014414          Comparator Range Register 1
MCDS_TCYEABND2  0xFA014420          Comparator Bound Register 2
MCDS_TCYEARNG2  0xFA014424          Comparator Range Register 2
MCDS_TCYEABND3  0xFA014430          Comparator Bound Register 3
MCDS_TCYEARNG3  0xFA014434          Comparator Range Register 3
MCDS_TCYEABND4  0xFA014440          Comparator Bound Register 4
MCDS_TCYEARNG4  0xFA014444          Comparator Range Register 4
MCDS_TCYEABND5  0xFA014450          Comparator Bound Register 5
MCDS_TCYEARNG5  0xFA014454          Comparator Range Register 5
MCDS_TCYEABND6  0xFA014460          Comparator Bound Register 6
MCDS_TCYEARNG6  0xFA014464          Comparator Range Register 6
MCDS_TCYEABND7  0xFA014470          Comparator Bound Register 7
MCDS_TCYEARNG7  0xFA014474          Comparator Range Register 7
MCDS_TCYWDBND0  0xFA014480          Comparator Bound Register 0
MCDS_TCYWDHBND0 0xFA014484          Comparator Bound Register 0
MCDS_TCYWDRNG0  0xFA014488          Comparator Range Register 0
MCDS_TCYWDHRNG0 0xFA01448C          Comparator Range Register 0
MCDS_TCYWDMSK0  0xFA014490          Comparator Mask Register 0
MCDS_TCYWDHMSK0 0xFA014494          Comparator Mask Register 0
MCDS_TCYWDSGN0  0xFA01449C          Comparator Sign Register 0
MCDS_TCYWDBND1  0xFA0144A0          Comparator Bound Register 1
MCDS_TCYWDHBND1 0xFA0144A4          Comparator Bound Register 1
MCDS_TCYWDRNG1  0xFA0144A8          Comparator Range Register 1
MCDS_TCYWDHRNG1 0xFA0144AC          Comparator Range Register 1
MCDS_TCYWDMSK1  0xFA0144B0          Comparator Mask Register 1
MCDS_TCYWDHMSK1 0xFA0144B4          Comparator Mask Register 1
MCDS_TCYWDSGN1  0xFA0144BC          Comparator Sign Register 1
MCDS_TCYWDBND2  0xFA0144C0          Comparator Bound Register 2
MCDS_TCYWDHBND2 0xFA0144C4          Comparator Bound Register 2
MCDS_TCYWDRNG2  0xFA0144C8          Comparator Range Register 2
MCDS_TCYWDHRNG2 0xFA0144CC          Comparator Range Register 2
MCDS_TCYWDMSK2  0xFA0144D0          Comparator Mask Register 2
MCDS_TCYWDHMSK2 0xFA0144D4          Comparator Mask Register 2
MCDS_TCYWDSGN2  0xFA0144DC          Comparator Sign Register 2
MCDS_TCYWDBND3  0xFA0144E0          Comparator Bound Register 3
MCDS_TCYWDHBND3 0xFA0144E4          Comparator Bound Register 3
MCDS_TCYWDRNG3  0xFA0144E8          Comparator Range Register 3
MCDS_TCYWDHRNG3 0xFA0144EC          Comparator Range Register 3
MCDS_TCYWDMSK3  0xFA0144F0          Comparator Mask Register 3
MCDS_TCYWDHMSK3 0xFA0144F4          Comparator Mask Register 3
MCDS_TCYWDSGN3  0xFA0144FC          Comparator Sign Register 3
MCDS_TCYEVT0    0xFA014800          Event Definition Register 0
MCDS_TCYEVT1    0xFA014804          Event Definition Register 1
MCDS_TCYEVT2    0xFA014808          Event Definition Register 2
MCDS_TCYEVT3    0xFA01480C          Event Definition Register 3
MCDS_TCYEVT4    0xFA014810          Event Definition Register 4
MCDS_TCYEVT5    0xFA014814          Event Definition Register 5
MCDS_TCYEVT6    0xFA014818          Event Definition Register 6
MCDS_TCYEVT7    0xFA01481C          Event Definition Register 7
MCDS_TCYEVT8    0xFA014820          Event Definition Register 8
MCDS_TCYEVT9    0xFA014824          Event Definition Register 9
MCDS_TCYEVT10   0xFA014828          Event Definition Register 10
MCDS_TCYEVT11   0xFA01482C          Event Definition Register 11
MCDS_TCYEVT12   0xFA014830          Event Definition Register 12
MCDS_TCYEVT13   0xFA014834          Event Definition Register 13
MCDS_TCYEVT14   0xFA014838          Event Definition Register 14
MCDS_TCYEVT15   0xFA01483C          Event Definition Register 15
MCDS_TCYACT0    0xFA014880          Action Definition Register 0
MCDS_TCYACT1    0xFA014884          Action Definition Register 1
MCDS_TCYACT2    0xFA014888          Action Definition Register 2
MCDS_TCYACT3    0xFA01488C          Action Definition Register 3
MCDS_TCYACT4    0xFA014890          Action Definition Register 4
MCDS_TCYACT5    0xFA014894          Action Definition Register 5
MCDS_TCYACT6    0xFA014898          Action Definition Register 6
MCDS_TCYACT7    0xFA01489C          Action Definition Register 7
MCDS_TCYACT8    0xFA0148A0          Action Definition Register 8
MCDS_TCYACT9    0xFA0148A4          Action Definition Register 9
MCDS_TCYACT10   0xFA0148A8          Action Definition Register 10
MCDS_TCYACT11   0xFA0148AC          Action Definition Register 11
MCDS_TCYACT12   0xFA0148B0          Action Definition Register 12
MCDS_TCYACT13   0xFA0148B4          Action Definition Register 13
MCDS_TCYACT14   0xFA0148B8          Action Definition Register 14
MCDS_TCYACT15   0xFA0148BC          Action Definition Register 15
MCDS_TCYACT16   0xFA0148C0          Action Definition Register 16
MCDS_TCYACT17   0xFA0148C4          Action Definition Register 17
MCDS_TCYACT18   0xFA0148C8          Action Definition Register 18
MCDS_TCYACT19   0xFA0148CC          Action Definition Register 19
MCDS_TCYACT20   0xFA0148D0          Action Definition Register 20
MCDS_TCYACT21   0xFA0148D4          Action Definition Register 21
MCDS_TCYACT22   0xFA0148D8          Action Definition Register 22
MCDS_TCYIDBND0  0xFA014C00          Comparator Bound Register 0
MCDS_TCYIDRNG0  0xFA014C04          Comparator Range Register 0
MCDS_TCYIDMSK0  0xFA014C08          Comparator Mask Register 0
MCDS_TCYIDSGN0  0xFA014C0C          Comparator Sign Register 0
MCDS_TCYIDBND1  0xFA014C10          Comparator Bound Register 1
MCDS_TCYIDRNG1  0xFA014C14          Comparator Range Register 1
MCDS_TCYIDMSK1  0xFA014C18          Comparator Mask Register 1
MCDS_TCYIDSGN1  0xFA014C1C          Comparator Sign Register 1
MCDS_TCYIPBND0  0xFA015000          Comparator Bound Register 0
MCDS_TCYIPRNG0  0xFA015004          Comparator Range Register 0
MCDS_TCYIPBND1  0xFA015010          Comparator Bound Register 1
MCDS_TCYIPRNG1  0xFA015014          Comparator Range Register 1
MCDS_TCYIPBND2  0xFA015020          Comparator Bound Register 2
MCDS_TCYIPRNG2  0xFA015024          Comparator Range Register 2
MCDS_TCYIPBND3  0xFA015030          Comparator Bound Register 3
MCDS_TCYIPRNG3  0xFA015034          Comparator Range Register 3
MCDS_TCYIPBND4  0xFA015040          Comparator Bound Register 4
MCDS_TCYIPRNG4  0xFA015044          Comparator Range Register 4
MCDS_TCYIPBND5  0xFA015050          Comparator Bound Register 5
MCDS_TCYIPRNG5  0xFA015054          Comparator Range Register 5
MCDS_SPBDCSTS   0xFA016000          Debug Status Register
MCDS_SPBEABND0  0xFA016400          Comparator Bound Register 0
MCDS_SPBEARNG0  0xFA016404          Comparator Range Register 0
MCDS_SPBEABND1  0xFA016410          Comparator Bound Register 1
MCDS_SPBEARNG1  0xFA016414          Comparator Range Register 1
MCDS_SPBEABND2  0xFA016420          Comparator Bound Register 2
MCDS_SPBEARNG2  0xFA016424          Comparator Range Register 2
MCDS_SPBEABND3  0xFA016430          Comparator Bound Register 3
MCDS_SPBEARNG3  0xFA016434          Comparator Range Register 3
MCDS_SPBWDBND0  0xFA016480          Comparator Bound Register 0
MCDS_SPBWDRNG0  0xFA016484          Comparator Range Register 0
MCDS_SPBWDMSK0  0xFA016488          Comparator Mask Register 0
MCDS_SPBWDSGN0  0xFA01648C          Comparator Sign Register 0
MCDS_SPBWDBND1  0xFA016490          Comparator Bound Register 1
MCDS_SPBWDRNG1  0xFA016494          Comparator Range Register 1
MCDS_SPBWDMSK1  0xFA016498          Comparator Mask Register 1
MCDS_SPBWDSGN1  0xFA01649C          Comparator Sign Register 1
MCDS_SPBWDBND2  0xFA0164A0          Comparator Bound Register 2
MCDS_SPBWDRNG2  0xFA0164A4          Comparator Range Register 2
MCDS_SPBWDMSK2  0xFA0164A8          Comparator Mask Register 2
MCDS_SPBWDSGN2  0xFA0164AC          Comparator Sign Register 2
MCDS_SPBWDBND3  0xFA0164B0          Comparator Bound Register 3
MCDS_SPBWDRNG3  0xFA0164B4          Comparator Range Register 3
MCDS_SPBWDMSK3  0xFA0164B8          Comparator Mask Register 3
MCDS_SPBWDSGN3  0xFA0164BC          Comparator Sign Register 3
MCDS_SPBACBND0  0xFA016500          Comparator Bound Register 0
MCDS_SPBACRNG0  0xFA016504          Comparator Range Register 0
MCDS_SPBACMSK0  0xFA016508          Comparator Mask Register 0
MCDS_SPBACBND1  0xFA016510          Comparator Bound Register 1
MCDS_SPBACRNG1  0xFA016514          Comparator Range Register 1
MCDS_SPBACMSK1  0xFA016518          Comparator Mask Register 1
MCDS_SPBACBND2  0xFA016520          Comparator Bound Register 2
MCDS_SPBACRNG2  0xFA016524          Comparator Range Register 2
MCDS_SPBACMSK2  0xFA016528          Comparator Mask Register 2
MCDS_SPBACBND3  0xFA016530          Comparator Bound Register 3
MCDS_SPBACRNG3  0xFA016534          Comparator Range Register 3
MCDS_SPBACMSK3  0xFA016538          Comparator Mask Register 3
MCDS_SPBEVT0    0xFA016800          Event Definition Register 0
MCDS_SPBEVT1    0xFA016804          Event Definition Register 1
MCDS_SPBEVT2    0xFA016808          Event Definition Register 2
MCDS_SPBEVT3    0xFA01680C          Event Definition Register 3
MCDS_SPBEVT4    0xFA016810          Event Definition Register 4
MCDS_SPBEVT5    0xFA016814          Event Definition Register 5
MCDS_SPBEVT6    0xFA016818          Event Definition Register 6
MCDS_SPBEVT7    0xFA01681C          Event Definition Register 7
MCDS_SPBEVT8    0xFA016820          Event Definition Register 8
MCDS_SPBEVT9    0xFA016824          Event Definition Register 9
MCDS_SPBEVT10   0xFA016828          Event Definition Register 10
MCDS_SPBEVT11   0xFA01682C          Event Definition Register 11
MCDS_SPBEVT12   0xFA016830          Event Definition Register 12
MCDS_SPBEVT13   0xFA016834          Event Definition Register 13
MCDS_SPBEVT14   0xFA016838          Event Definition Register 14
MCDS_SPBEVT15   0xFA01683C          Event Definition Register 15
MCDS_SPBACT0    0xFA016880          Action Definition Register 0
MCDS_SPBACT1    0xFA016884          Action Definition Register 1
MCDS_SPBACT2    0xFA016888          Action Definition Register 2
MCDS_SPBACT3    0xFA01688C          Action Definition Register 3
MCDS_SPBACT4    0xFA016890          Action Definition Register 4
MCDS_SPBACT5    0xFA016894          Action Definition Register 5
MCDS_SPBACT6    0xFA016898          Action Definition Register 6
MCDS_SPBACT7    0xFA01689C          Action Definition Register 7
MCDS_SPBACT8    0xFA0168A0          Action Definition Register 8
MCDS_SPBACT9    0xFA0168A4          Action Definition Register 9
MCDS_SPBACT10   0xFA0168A8          Action Definition Register 10
MCDS_SPBACT11   0xFA0168AC          Action Definition Register 11
MCDS_SPBACT12   0xFA0168B0          Action Definition Register 12
MCDS_SPBACT13   0xFA0168B4          Action Definition Register 13
MCDS_SPBACT14   0xFA0168B8          Action Definition Register 14
MCDS_SRIDCSTS   0xFA017000          Debug Status Register
MCDS_SRI1BALLUTD 0xFA017200          Lookup Table Data Register
MCDS_SRI1BALLUTA 0xFA017204          Lookup Table Address Register
MCDS_SRI1BALBND0 0xFA017210          Lookup Table Base Register
MCDS_SRI1BALRNG0 0xFA017214          Lookup Table Range Register
MCDS_SRI1BALMAP0 0xFA017218          Lookup Table Mapping Register
MCDS_SRI1BALBND1 0xFA017220          Lookup Table Base Register
MCDS_SRI1BALRNG1 0xFA017224          Lookup Table Range Register
MCDS_SRI1BALMAP1 0xFA017228          Lookup Table Mapping Register
MCDS_SRI1BALBND2 0xFA017230          Lookup Table Base Register
MCDS_SRI1BALRNG2 0xFA017234          Lookup Table Range Register
MCDS_SRI1BALMAP2 0xFA017238          Lookup Table Mapping Register
MCDS_SRI1BALBND3 0xFA017240          Lookup Table Base Register
MCDS_SRI1BALRNG3 0xFA017244          Lookup Table Range Register
MCDS_SRI1BALMAP3 0xFA017248          Lookup Table Mapping Register
MCDS_SRI2BALLUTD 0xFA017300          Lookup Table Data Register
MCDS_SRI2BALLUTA 0xFA017304          Lookup Table Address Register
MCDS_SRI2BALBND0 0xFA017310          Lookup Table Base Register
MCDS_SRI2BALRNG0 0xFA017314          Lookup Table Range Register
MCDS_SRI2BALMAP0 0xFA017318          Lookup Table Mapping Register
MCDS_SRI2BALBND1 0xFA017320          Lookup Table Base Register
MCDS_SRI2BALRNG1 0xFA017324          Lookup Table Range Register
MCDS_SRI2BALMAP1 0xFA017328          Lookup Table Mapping Register
MCDS_SRI2BALBND2 0xFA017330          Lookup Table Base Register
MCDS_SRI2BALRNG2 0xFA017334          Lookup Table Range Register
MCDS_SRI2BALMAP2 0xFA017338          Lookup Table Mapping Register
MCDS_SRI2BALBND3 0xFA017340          Lookup Table Base Register
MCDS_SRI2BALRNG3 0xFA017344          Lookup Table Range Register
MCDS_SRI2BALMAP3 0xFA017348          Lookup Table Mapping Register
MCDS_SRI1EABND0 0xFA017400          Comparator Bound Register 0
MCDS_SRI1EARNG0 0xFA017404          Comparator Range Register 0
MCDS_SRI1EABND1 0xFA017410          Comparator Bound Register 1
MCDS_SRI1EARNG1 0xFA017414          Comparator Range Register 1
MCDS_SRI1EABND2 0xFA017420          Comparator Bound Register 2
MCDS_SRI1EARNG2 0xFA017424          Comparator Range Register 2
MCDS_SRI1EABND3 0xFA017430          Comparator Bound Register 3
MCDS_SRI1EARNG3 0xFA017434          Comparator Range Register 3
MCDS_SRI1WDBND0 0xFA017480          Comparator Bound Register 0
MCDS_SRI1WDHBND0 0xFA017484          Comparator Bound Register 0
MCDS_SRI1WDRNG0 0xFA017488          Comparator Range Register 0
MCDS_SRI1WDHRNG0 0xFA01748C          Comparator Range Register 0
MCDS_SRI1WDMSK0 0xFA017490          Comparator Mask Register 0
MCDS_SRI1WDHMSK0 0xFA017494          Comparator Mask Register 0
MCDS_SRI1WDSGN0 0xFA01749C          Comparator Sign Register 0
MCDS_SRI1WDBND1 0xFA0174A0          Comparator Bound Register 1
MCDS_SRI1WDHBND1 0xFA0174A4          Comparator Bound Register 1
MCDS_SRI1WDRNG1 0xFA0174A8          Comparator Range Register 1
MCDS_SRI1WDHRNG1 0xFA0174AC          Comparator Range Register 1
MCDS_SRI1WDMSK1 0xFA0174B0          Comparator Mask Register 1
MCDS_SRI1WDHMSK1 0xFA0174B4          Comparator Mask Register 1
MCDS_SRI1WDSGN1 0xFA0174BC          Comparator Sign Register 1
MCDS_SRI1WDBND2 0xFA0174C0          Comparator Bound Register 2
MCDS_SRI1WDHBND2 0xFA0174C4          Comparator Bound Register 2
MCDS_SRI1WDRNG2 0xFA0174C8          Comparator Range Register 2
MCDS_SRI1WDHRNG2 0xFA0174CC          Comparator Range Register 2
MCDS_SRI1WDMSK2 0xFA0174D0          Comparator Mask Register 2
MCDS_SRI1WDHMSK2 0xFA0174D4          Comparator Mask Register 2
MCDS_SRI1WDSGN2 0xFA0174DC          Comparator Sign Register 2
MCDS_SRI1WDBND3 0xFA0174E0          Comparator Bound Register 3
MCDS_SRI1WDHBND3 0xFA0174E4          Comparator Bound Register 3
MCDS_SRI1WDRNG3 0xFA0174E8          Comparator Range Register 3
MCDS_SRI1WDHRNG3 0xFA0174EC          Comparator Range Register 3
MCDS_SRI1WDMSK3 0xFA0174F0          Comparator Mask Register 3
MCDS_SRI1WDHMSK3 0xFA0174F4          Comparator Mask Register 3
MCDS_SRI1WDSGN3 0xFA0174FC          Comparator Sign Register 3
MCDS_SRI1ACBND0 0xFA017500          Comparator Bound Register 0
MCDS_SRI1ACRNG0 0xFA017504          Comparator Range Register 0
MCDS_SRI1ACMSK0 0xFA017508          Comparator Mask Register 0
MCDS_SRI1ACBND1 0xFA017510          Comparator Bound Register 1
MCDS_SRI1ACRNG1 0xFA017514          Comparator Range Register 1
MCDS_SRI1ACMSK1 0xFA017518          Comparator Mask Register 1
MCDS_SRI1ACBND2 0xFA017520          Comparator Bound Register 2
MCDS_SRI1ACRNG2 0xFA017524          Comparator Range Register 2
MCDS_SRI1ACMSK2 0xFA017528          Comparator Mask Register 2
MCDS_SRI1ACBND3 0xFA017530          Comparator Bound Register 3
MCDS_SRI1ACRNG3 0xFA017534          Comparator Range Register 3
MCDS_SRI1ACMSK3 0xFA017538          Comparator Mask Register 3
MCDS_SRI2EABND0 0xFA017600          Comparator Bound Register 0
MCDS_SRI2EARNG0 0xFA017604          Comparator Range Register 0
MCDS_SRI2EABND1 0xFA017610          Comparator Bound Register 1
MCDS_SRI2EARNG1 0xFA017614          Comparator Range Register 1
MCDS_SRI2EABND2 0xFA017620          Comparator Bound Register 2
MCDS_SRI2EARNG2 0xFA017624          Comparator Range Register 2
MCDS_SRI2EABND3 0xFA017630          Comparator Bound Register 3
MCDS_SRI2EARNG3 0xFA017634          Comparator Range Register 3
MCDS_SRI2WDBND0 0xFA017680          Comparator Bound Register 0
MCDS_SRI2WDHBND0 0xFA017684          Comparator Bound Register 0
MCDS_SRI2WDRNG0 0xFA017688          Comparator Range Register 0
MCDS_SRI2WDHRNG0 0xFA01768C          Comparator Range Register 0
MCDS_SRI2WDMSK0 0xFA017690          Comparator Mask Register 0
MCDS_SRI2WDHMSK0 0xFA017694          Comparator Mask Register 0
MCDS_SRI2WDSGN0 0xFA01769C          Comparator Sign Register 0
MCDS_SRI2WDBND1 0xFA0176A0          Comparator Bound Register 1
MCDS_SRI2WDHBND1 0xFA0176A4          Comparator Bound Register 1
MCDS_SRI2WDRNG1 0xFA0176A8          Comparator Range Register 1
MCDS_SRI2WDHRNG1 0xFA0176AC          Comparator Range Register 1
MCDS_SRI2WDMSK1 0xFA0176B0          Comparator Mask Register 1
MCDS_SRI2WDHMSK1 0xFA0176B4          Comparator Mask Register 1
MCDS_SRI2WDSGN1 0xFA0176BC          Comparator Sign Register 1
MCDS_SRI2WDBND2 0xFA0176C0          Comparator Bound Register 2
MCDS_SRI2WDHBND2 0xFA0176C4          Comparator Bound Register 2
MCDS_SRI2WDRNG2 0xFA0176C8          Comparator Range Register 2
MCDS_SRI2WDHRNG2 0xFA0176CC          Comparator Range Register 2
MCDS_SRI2WDMSK2 0xFA0176D0          Comparator Mask Register 2
MCDS_SRI2WDHMSK2 0xFA0176D4          Comparator Mask Register 2
MCDS_SRI2WDSGN2 0xFA0176DC          Comparator Sign Register 2
MCDS_SRI2WDBND3 0xFA0176E0          Comparator Bound Register 3
MCDS_SRI2WDHBND3 0xFA0176E4          Comparator Bound Register 3
MCDS_SRI2WDRNG3 0xFA0176E8          Comparator Range Register 3
MCDS_SRI2WDHRNG3 0xFA0176EC          Comparator Range Register 3
MCDS_SRI2WDMSK3 0xFA0176F0          Comparator Mask Register 3
MCDS_SRI2WDHMSK3 0xFA0176F4          Comparator Mask Register 3
MCDS_SRI2WDSGN3 0xFA0176FC          Comparator Sign Register 3
MCDS_SRI2ACBND0 0xFA017700          Comparator Bound Register 0
MCDS_SRI2ACRNG0 0xFA017704          Comparator Range Register 0
MCDS_SRI2ACMSK0 0xFA017708          Comparator Mask Register 0
MCDS_SRI2ACBND1 0xFA017710          Comparator Bound Register 1
MCDS_SRI2ACRNG1 0xFA017714          Comparator Range Register 1
MCDS_SRI2ACMSK1 0xFA017718          Comparator Mask Register 1
MCDS_SRI2ACBND2 0xFA017720          Comparator Bound Register 2
MCDS_SRI2ACRNG2 0xFA017724          Comparator Range Register 2
MCDS_SRI2ACMSK2 0xFA017728          Comparator Mask Register 2
MCDS_SRI2ACBND3 0xFA017730          Comparator Bound Register 3
MCDS_SRI2ACRNG3 0xFA017734          Comparator Range Register 3
MCDS_SRI2ACMSK3 0xFA017738          Comparator Mask Register 3
MCDS_SRIEVT0    0xFA017800          Event Definition Register 0
MCDS_SRIEVT1    0xFA017804          Event Definition Register 1
MCDS_SRIEVT2    0xFA017808          Event Definition Register 2
MCDS_SRIEVT3    0xFA01780C          Event Definition Register 3
MCDS_SRIEVT4    0xFA017810          Event Definition Register 4
MCDS_SRIEVT5    0xFA017814          Event Definition Register 5
MCDS_SRIEVT6    0xFA017818          Event Definition Register 6
MCDS_SRIEVT7    0xFA01781C          Event Definition Register 7
MCDS_SRIEVT8    0xFA017820          Event Definition Register 8
MCDS_SRIEVT9    0xFA017824          Event Definition Register 9
MCDS_SRIEVT10   0xFA017828          Event Definition Register 10
MCDS_SRIEVT11   0xFA01782C          Event Definition Register 11
MCDS_SRIEVT12   0xFA017830          Event Definition Register 12
MCDS_SRIEVT13   0xFA017834          Event Definition Register 13
MCDS_SRIEVT14   0xFA017838          Event Definition Register 14
MCDS_SRIEVT15   0xFA01783C          Event Definition Register 15
MCDS_SRIACT0    0xFA017880          Action Definition Register 0
MCDS_SRIACT1    0xFA017884          Action Definition Register 1
MCDS_SRIACT2    0xFA017888          Action Definition Register 2
MCDS_SRIACT3    0xFA01788C          Action Definition Register 3
MCDS_SRIACT4    0xFA017890          Action Definition Register 4
MCDS_SRIACT5    0xFA017894          Action Definition Register 5
MCDS_SRIACT6    0xFA017898          Action Definition Register 6
MCDS_SRIACT7    0xFA01789C          Action Definition Register 7
MCDS_SRIACT8    0xFA0178A0          Action Definition Register 8
MCDS_SRIACT9    0xFA0178A4          Action Definition Register 9
MCDS_SRIACT10   0xFA0178A8          Action Definition Register 10
MCDS_SRIACT11   0xFA0178AC          Action Definition Register 11
MCDS_SRIACT12   0xFA0178B0          Action Definition Register 12
MCDS_SRIACT13   0xFA0178B4          Action Definition Register 13
MCDS_SRIACT14   0xFA0178B8          Action Definition Register 14
MCDS_SRIACT15   0xFA0178BC          Action Definition Register 15
MCDS_SRIACT16   0xFA0178C0          Action Definition Register 16
MCDS_SRIACT17   0xFA0178C4          Action Definition Register 17
MCDS_SRIACT18   0xFA0178C8          Action Definition Register 18
MCDS_SRIACT19   0xFA0178CC          Action Definition Register 19
MCDS_SRIACT20   0xFA0178D0          Action Definition Register 20
MCDS_SRIACT21   0xFA0178D4          Action Definition Register 21
MCDS_SRIACT22   0xFA0178D8          Action Definition Register 22
MCDS_SRIACT23   0xFA0178DC          Action Definition Register 23
MCDS_SRIACT24   0xFA0178E0          Action Definition Register 24
MCDS_SRIACT25   0xFA0178E4          Action Definition Register 25
MCDS_SRIACT26   0xFA0178E8          Action Definition Register 26
RIF0_CLC        0xFA040000          Clock Control Register
RIF0_ID         0xFA040008          Module Identification Register
RIF0_ESI        0xFA040010          External Serial Interface Register
RIF0_IPI        0xFA040014          Internal Parallel Interface Register
RIF0_FLM        0xFA040018          FIFO and Lane Management Register
RIF0_DMI        0xFA04001C          Data Memory Interface Register
RIF0_RSM0       0xFA040020          Radar State Machine Register 0
RIF0_RSM1       0xFA040024          Radar State Machine Register 1
RIF0_RSM2       0xFA040028          Radar State Machine Register 2
RIF0_INTCON     0xFA04002C          Interrupt Control Register
RIF0_FLAGSSET   0xFA040030          Flags Set Register
RIF0_FLAGSCL    0xFA040034          Flags Clear Register
RIF0_FWDG       0xFA040038          Frame Watchdog Register
RIF0_DFU        0xFA04003C          Data Formatting Unit Register
RIF0_SRIFOVRCFG 0xFA040040          SRIF Override Configuration Register
RIF0_RSM2CAP    0xFA040044          Radar State Machine 2 Capture Register
RIF0_SKEWCAL    0xFA040048          Skew Calibration Register
RIF0_LVDSCON0   0xFA04004C          LVDS Control Register 0
RIF0_LVDSCON1   0xFA040050          LVDS Control Register 1
RIF0_DBGDLY0    0xFA040054          Debug Delay Register 0
RIF0_DBGDLY1    0xFA040058          Debug Delay Register 1
RIF0_DBG0       0xFA040080          Debug Data Register 0
RIF0_DBG1       0xFA040084          Debug Data Register 1
RIF0_SFCON      0xFA040088          Safety Functions Register
RIF0_REGCRC     0xFA04008C          Register CRC Register
RIF0_OCS        0xFA0400E8          OCDS Control and Status
RIF0_KRSTCLR    0xFA0400EC          Kernel Reset Status Clear Register
RIF0_KRST1      0xFA0400F0          Kernel Reset Register 1
RIF0_KRST0      0xFA0400F4          Kernel Reset Register 0
RIF0_ACCEN1     0xFA0400F8          Access Enable Register 1
RIF0_ACCEN0     0xFA0400FC          Access Enable Register 0
RIF1_CLC        0xFA040200          Clock Control Register
RIF1_ID         0xFA040208          Module Identification Register
RIF1_ESI        0xFA040210          External Serial Interface Register
RIF1_IPI        0xFA040214          Internal Parallel Interface Register
RIF1_FLM        0xFA040218          FIFO and Lane Management Register
RIF1_DMI        0xFA04021C          Data Memory Interface Register
RIF1_RSM0       0xFA040220          Radar State Machine Register 0
RIF1_RSM1       0xFA040224          Radar State Machine Register 1
RIF1_RSM2       0xFA040228          Radar State Machine Register 2
RIF1_INTCON     0xFA04022C          Interrupt Control Register
RIF1_FLAGSSET   0xFA040230          Flags Set Register
RIF1_FLAGSCL    0xFA040234          Flags Clear Register
RIF1_FWDG       0xFA040238          Frame Watchdog Register
RIF1_DFU        0xFA04023C          Data Formatting Unit Register
RIF1_SRIFOVRCFG 0xFA040240          SRIF Override Configuration Register
RIF1_RSM2CAP    0xFA040244          Radar State Machine 2 Capture Register
RIF1_SKEWCAL    0xFA040248          Skew Calibration Register
RIF1_LVDSCON0   0xFA04024C          LVDS Control Register 0
RIF1_LVDSCON1   0xFA040250          LVDS Control Register 1
RIF1_DBGDLY0    0xFA040254          Debug Delay Register 0
RIF1_DBGDLY1    0xFA040258          Debug Delay Register 1
RIF1_DBG0       0xFA040280          Debug Data Register 0
RIF1_DBG1       0xFA040284          Debug Data Register 1
RIF1_SFCON      0xFA040288          Safety Functions Register
RIF1_REGCRC     0xFA04028C          Register CRC Register
RIF1_OCS        0xFA0402E8          OCDS Control and Status
RIF1_KRSTCLR    0xFA0402EC          Kernel Reset Status Clear Register
RIF1_KRST1      0xFA0402F0          Kernel Reset Register 1
RIF1_KRST0      0xFA0402F4          Kernel Reset Register 0
RIF1_ACCEN1     0xFA0402F8          Access Enable Register 1
RIF1_ACCEN0     0xFA0402FC          Access Enable Register 0
SPULCKSTP_CLC   0xFA700000          Clock Control
SPULCKSTP_MODID 0xFA700004          Module Identification Register
SPULCKSTP_CTRL  0xFA700010          SPU Lockstep Control
SPULCKSTP_ERROR 0xFA700018          Error Monitoring Register
SPULCKSTP_ERRCLR 0xFA70001C          Error Clear
SPULCKSTP_TEST  0xFA700020          Alarm Test Register
SPULCKSTP_SPUCTRL 0xFA700024          SPU Control
SPULCKSTP_ACCEN0 0xFA7000E4          Access Enable Register 0
SPULCKSTP_ACCEN1 0xFA7000E8          Access Enable Register 1
SPU0_CLC        0xFA800000          Clock Control
SPU0_MODID      0xFA800004          Module Identification Register
SPU0_STAT       0xFA800008          Status and Reporting
SPU0_ID_CONF    0xFA800030          Input DMA Configuration
SPU0_ID_CONF2   0xFA800034          Input DMA Configuration 2
SPU0_ID_RM_CONF 0xFA800038          Input DMA Configuration: Radar Memory
SPU0_ID_RM_ILO  0xFA80003C          Inner Loop Address Offset
SPU0_ID_RM_OLO  0xFA800040          Outer Loop Address Offset
SPU0_ID_RM_BLO  0xFA800044          Bin Offset Address Configuration
SPU0_ID_RM_IOLR 0xFA800048          Inner and Outer Loop Repeat
SPU0_ID_RM_BLR  0xFA80004C          Bin Loop Repeat
SPU0_ID_RM_ACFG0 0xFA800050          Spare Configuration Register
SPU0_ID_RM_ACFG1 0xFA800054          Spare Configuration Register
SPU0_PACTR      0xFA800058          Partial-Acquisition Counter
SPU0_DPASS_CONF 0xFA80005C          Double Pass Configuration
SPU0_BE0_LDR_CONF 0xFA800060          Loader Configuration
SPU0_BE0_LDR_CONF2 0xFA800064          Loader Configuration E0tended
SPU0_BE0_A0_ANTOFST 0xFA800068          Antenna Offset
SPU0_BE0_A1_ANTOFST 0xFA80006C          Antenna Offset
SPU0_BE0_A2_ANTOFST 0xFA800070          Antenna Offset
SPU0_BE0_A3_ANTOFST 0xFA800074          Antenna Offset
SPU0_BE0_UNLDR_CONF 0xFA800078          Unloader Configuration
SPU0_BE0_UNLDR_CONF2 0xFA80007C          Unloader Configuration 2
SPU0_BE0_UNLDR_ACFG 0xFA800080          Spare Configuration Register
SPU0_BE0_ODP_CONF 0xFA800084          Output Data Processor Configuration
SPU0_BE0_NCICTRL 0xFA800088          NCI Control
SPU0_BE0_SUMCTRL 0xFA80008C          Summation Unit Control
SPU0_BE0_PWRSUM 0xFA800090          Power Summation
SPU0_BE0_PWRCTRL 0xFA800094          Power Information Channel Control
SPU0_BE0_CFARCTRL 0xFA800098          CFAR Module Control
SPU0_BE0_SBCTRL 0xFA80009C          Sideband Control
SPU0_BE1_LDR_CONF 0xFA8000A0          Loader Configuration
SPU0_BE1_LDR_CONF2 0xFA8000A4          Loader Configuration E1tended
SPU0_BE1_A0_ANTOFST 0xFA8000A8          Antenna Offset
SPU0_BE1_A1_ANTOFST 0xFA8000AC          Antenna Offset
SPU0_BE1_A2_ANTOFST 0xFA8000B0          Antenna Offset
SPU0_BE1_A3_ANTOFST 0xFA8000B4          Antenna Offset
SPU0_BE1_UNLDR_CONF 0xFA8000B8          Unloader Configuration
SPU0_BE1_UNLDR_CONF2 0xFA8000BC          Unloader Configuration 2
SPU0_BE1_UNLDR_ACFG 0xFA8000C0          Spare Configuration Register
SPU0_BE1_ODP_CONF 0xFA8000C4          Output Data Processor Configuration
SPU0_BE1_NCICTRL 0xFA8000C8          NCI Control
SPU0_BE1_SUMCTRL 0xFA8000CC          Summation Unit Control
SPU0_BE1_PWRSUM 0xFA8000D0          Power Summation
SPU0_BE1_PWRCTRL 0xFA8000D4          Power Information Channel Control
SPU0_BE1_CFARCTRL 0xFA8000D8          CFAR Module Control
SPU0_BE1_SBCTRL 0xFA8000DC          Sideband Control
SPU0_BIN0_REJ   0xFA8000E0          Bin Rejection Mask
SPU0_BIN1_REJ   0xFA8000E4          Bin Rejection Mask
SPU0_BIN2_REJ   0xFA8000E8          Bin Rejection Mask
SPU0_BIN3_REJ   0xFA8000EC          Bin Rejection Mask
SPU0_BIN4_REJ   0xFA8000F0          Bin Rejection Mask
SPU0_BIN5_REJ   0xFA8000F4          Bin Rejection Mask
SPU0_BIN6_REJ   0xFA8000F8          Bin Rejection Mask
SPU0_BIN7_REJ   0xFA8000FC          Bin Rejection Mask
SPU0_BIN8_REJ   0xFA800100          Bin Rejection Mask
SPU0_BIN9_REJ   0xFA800104          Bin Rejection Mask
SPU0_BIN10_REJ  0xFA800108          Bin Rejection Mask
SPU0_BIN11_REJ  0xFA80010C          Bin Rejection Mask
SPU0_BIN12_REJ  0xFA800110          Bin Rejection Mask
SPU0_BIN13_REJ  0xFA800114          Bin Rejection Mask
SPU0_BIN14_REJ  0xFA800118          Bin Rejection Mask
SPU0_BIN15_REJ  0xFA80011C          Bin Rejection Mask
SPU0_BIN16_REJ  0xFA800120          Bin Rejection Mask
SPU0_BIN17_REJ  0xFA800124          Bin Rejection Mask
SPU0_BIN18_REJ  0xFA800128          Bin Rejection Mask
SPU0_BIN19_REJ  0xFA80012C          Bin Rejection Mask
SPU0_BIN20_REJ  0xFA800130          Bin Rejection Mask
SPU0_BIN21_REJ  0xFA800134          Bin Rejection Mask
SPU0_BIN22_REJ  0xFA800138          Bin Rejection Mask
SPU0_BIN23_REJ  0xFA80013C          Bin Rejection Mask
SPU0_BIN24_REJ  0xFA800140          Bin Rejection Mask
SPU0_BIN25_REJ  0xFA800144          Bin Rejection Mask
SPU0_BIN26_REJ  0xFA800148          Bin Rejection Mask
SPU0_BIN27_REJ  0xFA80014C          Bin Rejection Mask
SPU0_BIN28_REJ  0xFA800150          Bin Rejection Mask
SPU0_BIN29_REJ  0xFA800154          Bin Rejection Mask
SPU0_BIN30_REJ  0xFA800158          Bin Rejection Mask
SPU0_BIN31_REJ  0xFA80015C          Bin Rejection Mask
SPU0_BIN32_REJ  0xFA800160          Bin Rejection Mask
SPU0_BIN33_REJ  0xFA800164          Bin Rejection Mask
SPU0_BIN34_REJ  0xFA800168          Bin Rejection Mask
SPU0_BIN35_REJ  0xFA80016C          Bin Rejection Mask
SPU0_BIN36_REJ  0xFA800170          Bin Rejection Mask
SPU0_BIN37_REJ  0xFA800174          Bin Rejection Mask
SPU0_BIN38_REJ  0xFA800178          Bin Rejection Mask
SPU0_BIN39_REJ  0xFA80017C          Bin Rejection Mask
SPU0_BIN40_REJ  0xFA800180          Bin Rejection Mask
SPU0_BIN41_REJ  0xFA800184          Bin Rejection Mask
SPU0_BIN42_REJ  0xFA800188          Bin Rejection Mask
SPU0_BIN43_REJ  0xFA80018C          Bin Rejection Mask
SPU0_BIN44_REJ  0xFA800190          Bin Rejection Mask
SPU0_BIN45_REJ  0xFA800194          Bin Rejection Mask
SPU0_BIN46_REJ  0xFA800198          Bin Rejection Mask
SPU0_BIN47_REJ  0xFA80019C          Bin Rejection Mask
SPU0_BIN48_REJ  0xFA8001A0          Bin Rejection Mask
SPU0_BIN49_REJ  0xFA8001A4          Bin Rejection Mask
SPU0_BIN50_REJ  0xFA8001A8          Bin Rejection Mask
SPU0_BIN51_REJ  0xFA8001AC          Bin Rejection Mask
SPU0_BIN52_REJ  0xFA8001B0          Bin Rejection Mask
SPU0_BIN53_REJ  0xFA8001B4          Bin Rejection Mask
SPU0_BIN54_REJ  0xFA8001B8          Bin Rejection Mask
SPU0_BIN55_REJ  0xFA8001BC          Bin Rejection Mask
SPU0_BIN56_REJ  0xFA8001C0          Bin Rejection Mask
SPU0_BIN57_REJ  0xFA8001C4          Bin Rejection Mask
SPU0_BIN58_REJ  0xFA8001C8          Bin Rejection Mask
SPU0_BIN59_REJ  0xFA8001CC          Bin Rejection Mask
SPU0_BIN60_REJ  0xFA8001D0          Bin Rejection Mask
SPU0_BIN61_REJ  0xFA8001D4          Bin Rejection Mask
SPU0_BIN62_REJ  0xFA8001D8          Bin Rejection Mask
SPU0_BIN63_REJ  0xFA8001DC          Bin Rejection Mask
SPU0_MAGAPPROX  0xFA8001E0          Magnitude Approximation Constants
SPU0_NCISCALAR0 0xFA8001E4          NCI Antennae Scaling Factor
SPU0_NCISCALAR1 0xFA8001E8          NCI Antennae Scaling Factor
SPU0_NCISCALAR2 0xFA8001EC          NCI Antennae Scaling Factor
SPU0_NCISCALAR3 0xFA8001F0          NCI Antennae Scaling Factor
SPU0_CFARCFG    0xFA8001F4          CFAR Configuration
SPU0_CFARCFG2   0xFA8001F8          CFAR Configuration 2
SPU0_CFARCFG3   0xFA8001FC          CFAR Configuration 3
SPU0_SCALARADD  0xFA800200          Scalar Addition Operand
SPU0_SCALARMULT 0xFA800204          Scalar Multiplication Operand
SPU0_BINREJCTRL 0xFA800208          Bin Rejection Unit Control
SPU0_LCLMAX     0xFA80020C          Local Maximum Control
SPU0_ACFG2      0xFA800210          Spare Configuration Register
SPU0_REGCRC     0xFA800218          Register CRC
SPU0_CTRL       0xFA80021C          SPU Control
SPU0_MD0_METADATA 0xFA800220          Dataset Metadata
SPU0_MD0_BINCOUNT 0xFA800224          Bin Rejection Unit Tracking
SPU0_MD0_MASK0_ACCEPT 0xFA800228          Bin Acceptance Mask
SPU0_MD0_MASK1_ACCEPT 0xFA80022C          Bin Acceptance Mask
SPU0_MD0_MASK2_ACCEPT 0xFA800230          Bin Acceptance Mask
SPU0_MD0_MASK3_ACCEPT 0xFA800234          Bin Acceptance Mask
SPU0_MD0_MASK4_ACCEPT 0xFA800238          Bin Acceptance Mask
SPU0_MD0_MASK5_ACCEPT 0xFA80023C          Bin Acceptance Mask
SPU0_MD0_MASK6_ACCEPT 0xFA800240          Bin Acceptance Mask
SPU0_MD0_MASK7_ACCEPT 0xFA800244          Bin Acceptance Mask
SPU0_MD0_MASK8_ACCEPT 0xFA800248          Bin Acceptance Mask
SPU0_MD0_MASK9_ACCEPT 0xFA80024C          Bin Acceptance Mask
SPU0_MD0_MASK10_ACCEPT 0xFA800250          Bin Acceptance Mask
SPU0_MD0_MASK11_ACCEPT 0xFA800254          Bin Acceptance Mask
SPU0_MD0_MASK12_ACCEPT 0xFA800258          Bin Acceptance Mask
SPU0_MD0_MASK13_ACCEPT 0xFA80025C          Bin Acceptance Mask
SPU0_MD0_MASK14_ACCEPT 0xFA800260          Bin Acceptance Mask
SPU0_MD0_MASK15_ACCEPT 0xFA800264          Bin Acceptance Mask
SPU0_MD0_MASK16_ACCEPT 0xFA800268          Bin Acceptance Mask
SPU0_MD0_MASK17_ACCEPT 0xFA80026C          Bin Acceptance Mask
SPU0_MD0_MASK18_ACCEPT 0xFA800270          Bin Acceptance Mask
SPU0_MD0_MASK19_ACCEPT 0xFA800274          Bin Acceptance Mask
SPU0_MD0_MASK20_ACCEPT 0xFA800278          Bin Acceptance Mask
SPU0_MD0_MASK21_ACCEPT 0xFA80027C          Bin Acceptance Mask
SPU0_MD0_MASK22_ACCEPT 0xFA800280          Bin Acceptance Mask
SPU0_MD0_MASK23_ACCEPT 0xFA800284          Bin Acceptance Mask
SPU0_MD0_MASK24_ACCEPT 0xFA800288          Bin Acceptance Mask
SPU0_MD0_MASK25_ACCEPT 0xFA80028C          Bin Acceptance Mask
SPU0_MD0_MASK26_ACCEPT 0xFA800290          Bin Acceptance Mask
SPU0_MD0_MASK27_ACCEPT 0xFA800294          Bin Acceptance Mask
SPU0_MD0_MASK28_ACCEPT 0xFA800298          Bin Acceptance Mask
SPU0_MD0_MASK29_ACCEPT 0xFA80029C          Bin Acceptance Mask
SPU0_MD0_MASK30_ACCEPT 0xFA8002A0          Bin Acceptance Mask
SPU0_MD0_MASK31_ACCEPT 0xFA8002A4          Bin Acceptance Mask
SPU0_MD1_METADATA 0xFA8002A8          Dataset Metadata
SPU0_MD1_BINCOUNT 0xFA8002AC          Bin Rejection Unit Tracking
SPU0_MD1_MASK0_ACCEPT 0xFA8002B0          Bin Acceptance Mask
SPU0_MD1_MASK1_ACCEPT 0xFA8002B4          Bin Acceptance Mask
SPU0_MD1_MASK2_ACCEPT 0xFA8002B8          Bin Acceptance Mask
SPU0_MD1_MASK3_ACCEPT 0xFA8002BC          Bin Acceptance Mask
SPU0_MD1_MASK4_ACCEPT 0xFA8002C0          Bin Acceptance Mask
SPU0_MD1_MASK5_ACCEPT 0xFA8002C4          Bin Acceptance Mask
SPU0_MD1_MASK6_ACCEPT 0xFA8002C8          Bin Acceptance Mask
SPU0_MD1_MASK7_ACCEPT 0xFA8002CC          Bin Acceptance Mask
SPU0_MD1_MASK8_ACCEPT 0xFA8002D0          Bin Acceptance Mask
SPU0_MD1_MASK9_ACCEPT 0xFA8002D4          Bin Acceptance Mask
SPU0_MD1_MASK10_ACCEPT 0xFA8002D8          Bin Acceptance Mask
SPU0_MD1_MASK11_ACCEPT 0xFA8002DC          Bin Acceptance Mask
SPU0_MD1_MASK12_ACCEPT 0xFA8002E0          Bin Acceptance Mask
SPU0_MD1_MASK13_ACCEPT 0xFA8002E4          Bin Acceptance Mask
SPU0_MD1_MASK14_ACCEPT 0xFA8002E8          Bin Acceptance Mask
SPU0_MD1_MASK15_ACCEPT 0xFA8002EC          Bin Acceptance Mask
SPU0_MD1_MASK16_ACCEPT 0xFA8002F0          Bin Acceptance Mask
SPU0_MD1_MASK17_ACCEPT 0xFA8002F4          Bin Acceptance Mask
SPU0_MD1_MASK18_ACCEPT 0xFA8002F8          Bin Acceptance Mask
SPU0_MD1_MASK19_ACCEPT 0xFA8002FC          Bin Acceptance Mask
SPU0_MD1_MASK20_ACCEPT 0xFA800300          Bin Acceptance Mask
SPU0_MD1_MASK21_ACCEPT 0xFA800304          Bin Acceptance Mask
SPU0_MD1_MASK22_ACCEPT 0xFA800308          Bin Acceptance Mask
SPU0_MD1_MASK23_ACCEPT 0xFA80030C          Bin Acceptance Mask
SPU0_MD1_MASK24_ACCEPT 0xFA800310          Bin Acceptance Mask
SPU0_MD1_MASK25_ACCEPT 0xFA800314          Bin Acceptance Mask
SPU0_MD1_MASK26_ACCEPT 0xFA800318          Bin Acceptance Mask
SPU0_MD1_MASK27_ACCEPT 0xFA80031C          Bin Acceptance Mask
SPU0_MD1_MASK28_ACCEPT 0xFA800320          Bin Acceptance Mask
SPU0_MD1_MASK29_ACCEPT 0xFA800324          Bin Acceptance Mask
SPU0_MD1_MASK30_ACCEPT 0xFA800328          Bin Acceptance Mask
SPU0_MD1_MASK31_ACCEPT 0xFA80032C          Bin Acceptance Mask
SPU0_IDMCNT     0xFA800330          Input DMA Count
SPU0_IBMCNT     0xFA800334          Input Buffer Memory Count
SPU0_LDRCNT     0xFA800338          Input Buffer Memory Read Count
SPU0_FFTWCNT    0xFA80033C          FFT Load Count
SPU0_FFTRCNT    0xFA800340          FFT Unload Count
SPU0_ULDRCNT    0xFA800344          Output Buffer Memory Write Count
SPU0_ODMCNT     0xFA800348          Output Buffer Memory Read Count
SPU0_BRCNT      0xFA80034C          Bin Rejection Unit Load Count
SPU0_CFARCNT    0xFA800350          CFAR Unit Load Count
SPU0_ODMACNT0   0xFA800354          Output DMA Port Write Count
SPU0_ODMACNT1   0xFA800358          Output DMA Port Write Count
SPU0_ODMACNT2   0xFA80035C          Output DMA Port Write Count
SPU0_ODMACNT3   0xFA800360          Output DMA Port Write Count
SPU0_ODMACNT4   0xFA800364          Output DMA Port Write Count
SPU0_ODMACNT5   0xFA800368          Output DMA Port Write Count
SPU0_ODMACNT6   0xFA80036C          Output DMA Port Write Count
SPU0_ODMACNT7   0xFA800370          Output DMA Port Write Count
SPU0_CNTCLR     0xFA800374          Safety Counter Clear
SPU0_MONITOR    0xFA800378          SPU Monitor
SPU0_SMCTRL     0xFA80037C          Safety Mechanism Control Functions
SPU0_SMSTAT     0xFA800380          Safety Mechanism Status
SPU0_SMUSER     0xFA800384          Safety Mechanism Control Functions [User)
SPU0_DATA0_CRC  0xFA800388          Monitor CRC Register
SPU0_DATA1_CRC  0xFA80038C          Monitor CRC Register
SPU0_DATA2_CRC  0xFA800390          Monitor CRC Register
SPU0_DATA3_CRC  0xFA800394          Monitor CRC Register
SPU0_DATA4_CRC  0xFA800398          Monitor CRC Register
SPU0_DATA5_CRC  0xFA80039C          Monitor CRC Register
SPU0_DATA6_CRC  0xFA8003A0          Monitor CRC Register
SPU0_DATA7_CRC  0xFA8003A4          Monitor CRC Register
SPU0_DATA8_CRC  0xFA8003A8          Monitor CRC Register
SPU0_DATA9_CRC  0xFA8003AC          Monitor CRC Register
SPU0_DATA10_CRC 0xFA8003B0          Monitor CRC Register
SPU0_DATA11_CRC 0xFA8003B4          Monitor CRC Register
SPU0_DATA12_CRC 0xFA8003B8          Monitor CRC Register
SPU0_DATA13_CRC 0xFA8003BC          Monitor CRC Register
SPU0_DATA14_CRC 0xFA8003C0          Monitor CRC Register
SPU0_DATA15_CRC 0xFA8003C4          Monitor CRC Register
SPU0_DATA16_CRC 0xFA8003C8          Monitor CRC Register
SPU0_DATA17_CRC 0xFA8003CC          Monitor CRC Register
SPU0_DATA18_CRC 0xFA8003D0          Monitor CRC Register
SPU0_DATA19_CRC 0xFA8003D4          Monitor CRC Register
SPU0_DATA20_CRC 0xFA8003D8          Monitor CRC Register
SPU0_DATA21_CRC 0xFA8003DC          Monitor CRC Register
SPU0_DATA22_CRC 0xFA8003E0          Monitor CRC Register
SPU0_DATA23_CRC 0xFA8003E4          Monitor CRC Register
SPU0_DATA24_CRC 0xFA8003E8          Monitor CRC Register
SPU0_DATA25_CRC 0xFA8003EC          Monitor CRC Register
SPU0_DATA26_CRC 0xFA8003F0          Monitor CRC Register
SPU0_DATA27_CRC 0xFA8003F4          Monitor CRC Register
SPU0_DATA28_CRC 0xFA8003F8          Monitor CRC Register
SPU0_DATA29_CRC 0xFA8003FC          Monitor CRC Register
SPU0_DATA30_CRC 0xFA800400          Monitor CRC Register
SPU0_DATA31_CRC 0xFA800404          Monitor CRC Register
SPU0_DATA32_CRC 0xFA800408          Monitor CRC Register
SPU0_DATA33_CRC 0xFA80040C          Monitor CRC Register
SPU0_DATA34_CRC 0xFA800410          Monitor CRC Register
SPU0_DATA35_CRC 0xFA800414          Monitor CRC Register
SPU0_DATA36_CRC 0xFA800418          Monitor CRC Register
SPU0_DATA37_CRC 0xFA80041C          Monitor CRC Register
SPU0_DATA38_CRC 0xFA800420          Monitor CRC Register
SPU0_DATA39_CRC 0xFA800424          Monitor CRC Register
SPU0_DATA40_CRC 0xFA800428          Monitor CRC Register
SPU0_DATA41_CRC 0xFA80042C          Monitor CRC Register
SPU0_DATA42_CRC 0xFA800430          Monitor CRC Register
SPU0_DATA43_CRC 0xFA800434          Monitor CRC Register
SPU0_DATA44_CRC 0xFA800438          Monitor CRC Register
SPU0_DATA45_CRC 0xFA80043C          Monitor CRC Register
SPU0_DATA46_CRC 0xFA800440          Monitor CRC Register
SPU0_DATA47_CRC 0xFA800444          Monitor CRC Register
SPU0_DATA48_CRC 0xFA800448          Monitor CRC Register
SPU0_DATA49_CRC 0xFA80044C          Monitor CRC Register
SPU0_DATA50_CRC 0xFA800450          Monitor CRC Register
SPU0_DATA51_CRC 0xFA800454          Monitor CRC Register
SPU0_DATA52_CRC 0xFA800458          Monitor CRC Register
SPU0_DATA53_CRC 0xFA80045C          Monitor CRC Register
SPU0_DATA54_CRC 0xFA800460          Monitor CRC Register
SPU0_DATA55_CRC 0xFA800464          Monitor CRC Register
SPU0_DATA56_CRC 0xFA800468          Monitor CRC Register
SPU0_DATA57_CRC 0xFA80046C          Monitor CRC Register
SPU0_DATA58_CRC 0xFA800470          Monitor CRC Register
SPU0_DATA59_CRC 0xFA800474          Monitor CRC Register
SPU0_DATA60_CRC 0xFA800478          Monitor CRC Register
SPU0_DATA61_CRC 0xFA80047C          Monitor CRC Register
SPU0_DATA62_CRC 0xFA800480          Monitor CRC Register
SPU0_DATA63_CRC 0xFA800484          Monitor CRC Register
SPU0_DATA64_CRC 0xFA800488          Monitor CRC Register
SPU0_DATA65_CRC 0xFA80048C          Monitor CRC Register
SPU0_DATA66_CRC 0xFA800490          Monitor CRC Register
SPU0_DATA67_CRC 0xFA800494          Monitor CRC Register
SPU0_DATA68_CRC 0xFA800498          Monitor CRC Register
SPU0_DATA69_CRC 0xFA80049C          Monitor CRC Register
SPU0_DATA70_CRC 0xFA8004A0          Monitor CRC Register
SPU0_DATA71_CRC 0xFA8004A4          Monitor CRC Register
SPU0_DATA72_CRC 0xFA8004A8          Monitor CRC Register
SPU0_DATA73_CRC 0xFA8004AC          Monitor CRC Register
SPU0_DATA74_CRC 0xFA8004B0          Monitor CRC Register
SPU0_DATA75_CRC 0xFA8004B4          Monitor CRC Register
SPU0_DATA76_CRC 0xFA8004B8          Monitor CRC Register
SPU0_DATA77_CRC 0xFA8004BC          Monitor CRC Register
SPU0_DATA78_CRC 0xFA8004C0          Monitor CRC Register
SPU0_DATA79_CRC 0xFA8004C4          Monitor CRC Register
SPU0_DATA80_CRC 0xFA8004C8          Monitor CRC Register
SPU0_DATA81_CRC 0xFA8004CC          Monitor CRC Register
SPU0_DATA82_CRC 0xFA8004D0          Monitor CRC Register
SPU0_DATA83_CRC 0xFA8004D4          Monitor CRC Register
SPU0_DATA84_CRC 0xFA8004D8          Monitor CRC Register
SPU0_DATA85_CRC 0xFA8004DC          Monitor CRC Register
SPU0_CTRL0_CRC  0xFA800500          Monitor CRC Register
SPU0_CTRL1_CRC  0xFA800504          Monitor CRC Register
SPU0_CTRL2_CRC  0xFA800508          Monitor CRC Register
SPU0_CTRL3_CRC  0xFA80050C          Monitor CRC Register
SPU0_CTRL4_CRC  0xFA800510          Monitor CRC Register
SPU0_CTRL5_CRC  0xFA800514          Monitor CRC Register
SPU0_CTRL6_CRC  0xFA800518          Monitor CRC Register
SPU0_CTRL7_CRC  0xFA80051C          Monitor CRC Register
SPU0_CTRL8_CRC  0xFA800520          Monitor CRC Register
SPU0_CTRL9_CRC  0xFA800524          Monitor CRC Register
SPU0_CTRL10_CRC 0xFA800528          Monitor CRC Register
SPU0_CTRL11_CRC 0xFA80052C          Monitor CRC Register
SPU0_CTRL12_CRC 0xFA800530          Monitor CRC Register
SPU0_CTRL13_CRC 0xFA800534          Monitor CRC Register
SPU0_CTRL14_CRC 0xFA800538          Monitor CRC Register
SPU0_CTRL15_CRC 0xFA80053C          Monitor CRC Register
SPU0_CTRL16_CRC 0xFA800540          Monitor CRC Register
SPU0_CTRL17_CRC 0xFA800544          Monitor CRC Register
SPU0_CTRL18_CRC 0xFA800548          Monitor CRC Register
SPU0_CTRL19_CRC 0xFA80054C          Monitor CRC Register
SPU0_CTRL20_CRC 0xFA800550          Monitor CRC Register
SPU0_CTRL21_CRC 0xFA800554          Monitor CRC Register
SPU0_CTRL22_CRC 0xFA800558          Monitor CRC Register
SPU0_CTRL23_CRC 0xFA80055C          Monitor CRC Register
SPU0_CTRL24_CRC 0xFA800560          Monitor CRC Register
SPU0_USROTC     0xFA8007E0          User OCDS Trace Control
SPU0_ACCEN0     0xFA8007E4          Access Enable Register 0
SPU0_ACCEN1     0xFA8007E8          Access Enable Register 1
SPU0_OCS        0xFA8007EC          OCDS Control and Status
SPU0_ODA        0xFA8007F0          OCDS Debug Access Register
SPU0_KRST0      0xFA8007F4          Kernel Reset Register 0
SPU0_KRST1      0xFA8007F8          Kernel Reset Register 1
SPU0_KRSTCLR    0xFA8007FC          Kernel Reset Clear
SPU1_CLC        0xFAC00000          Clock Control
SPU1_MODID      0xFAC00004          Module Identification Register
SPU1_STAT       0xFAC00008          Status and Reporting
SPU1_ID_CONF    0xFAC00030          Input DMA Configuration
SPU1_ID_CONF2   0xFAC00034          Input DMA Configuration 2
SPU1_ID_RM_CONF 0xFAC00038          Input DMA Configuration: Radar Memory
SPU1_ID_RM_ILO  0xFAC0003C          Inner Loop Address Offset
SPU1_ID_RM_OLO  0xFAC00040          Outer Loop Address Offset
SPU1_ID_RM_BLO  0xFAC00044          Bin Offset Address Configuration
SPU1_ID_RM_IOLR 0xFAC00048          Inner and Outer Loop Repeat
SPU1_ID_RM_BLR  0xFAC0004C          Bin Loop Repeat
SPU1_ID_RM_ACFG0 0xFAC00050          Spare Configuration Register
SPU1_ID_RM_ACFG1 0xFAC00054          Spare Configuration Register
SPU1_PACTR      0xFAC00058          Partial-Acquisition Counter
SPU1_DPASS_CONF 0xFAC0005C          Double Pass Configuration
SPU1_BE0_LDR_CONF 0xFAC00060          Loader Configuration
SPU1_BE0_LDR_CONF2 0xFAC00064          Loader Configuration E0tended
SPU1_BE0_A0_ANTOFST 0xFAC00068          Antenna Offset
SPU1_BE0_A1_ANTOFST 0xFAC0006C          Antenna Offset
SPU1_BE0_A2_ANTOFST 0xFAC00070          Antenna Offset
SPU1_BE0_A3_ANTOFST 0xFAC00074          Antenna Offset
SPU1_BE0_UNLDR_CONF 0xFAC00078          Unloader Configuration
SPU1_BE0_UNLDR_CONF2 0xFAC0007C          Unloader Configuration 2
SPU1_BE0_UNLDR_ACFG 0xFAC00080          Spare Configuration Register
SPU1_BE0_ODP_CONF 0xFAC00084          Output Data Processor Configuration
SPU1_BE0_NCICTRL 0xFAC00088          NCI Control
SPU1_BE0_SUMCTRL 0xFAC0008C          Summation Unit Control
SPU1_BE0_PWRSUM 0xFAC00090          Power Summation
SPU1_BE0_PWRCTRL 0xFAC00094          Power Information Channel Control
SPU1_BE0_CFARCTRL 0xFAC00098          CFAR Module Control
SPU1_BE0_SBCTRL 0xFAC0009C          Sideband Control
SPU1_BE1_LDR_CONF 0xFAC000A0          Loader Configuration
SPU1_BE1_LDR_CONF2 0xFAC000A4          Loader Configuration E1tended
SPU1_BE1_A0_ANTOFST 0xFAC000A8          Antenna Offset
SPU1_BE1_A1_ANTOFST 0xFAC000AC          Antenna Offset
SPU1_BE1_A2_ANTOFST 0xFAC000B0          Antenna Offset
SPU1_BE1_A3_ANTOFST 0xFAC000B4          Antenna Offset
SPU1_BE1_UNLDR_CONF 0xFAC000B8          Unloader Configuration
SPU1_BE1_UNLDR_CONF2 0xFAC000BC          Unloader Configuration 2
SPU1_BE1_UNLDR_ACFG 0xFAC000C0          Spare Configuration Register
SPU1_BE1_ODP_CONF 0xFAC000C4          Output Data Processor Configuration
SPU1_BE1_NCICTRL 0xFAC000C8          NCI Control
SPU1_BE1_SUMCTRL 0xFAC000CC          Summation Unit Control
SPU1_BE1_PWRSUM 0xFAC000D0          Power Summation
SPU1_BE1_PWRCTRL 0xFAC000D4          Power Information Channel Control
SPU1_BE1_CFARCTRL 0xFAC000D8          CFAR Module Control
SPU1_BE1_SBCTRL 0xFAC000DC          Sideband Control
SPU1_BIN0_REJ   0xFAC000E0          Bin Rejection Mask
SPU1_BIN1_REJ   0xFAC000E4          Bin Rejection Mask
SPU1_BIN2_REJ   0xFAC000E8          Bin Rejection Mask
SPU1_BIN3_REJ   0xFAC000EC          Bin Rejection Mask
SPU1_BIN4_REJ   0xFAC000F0          Bin Rejection Mask
SPU1_BIN5_REJ   0xFAC000F4          Bin Rejection Mask
SPU1_BIN6_REJ   0xFAC000F8          Bin Rejection Mask
SPU1_BIN7_REJ   0xFAC000FC          Bin Rejection Mask
SPU1_BIN8_REJ   0xFAC00100          Bin Rejection Mask
SPU1_BIN9_REJ   0xFAC00104          Bin Rejection Mask
SPU1_BIN10_REJ  0xFAC00108          Bin Rejection Mask
SPU1_BIN11_REJ  0xFAC0010C          Bin Rejection Mask
SPU1_BIN12_REJ  0xFAC00110          Bin Rejection Mask
SPU1_BIN13_REJ  0xFAC00114          Bin Rejection Mask
SPU1_BIN14_REJ  0xFAC00118          Bin Rejection Mask
SPU1_BIN15_REJ  0xFAC0011C          Bin Rejection Mask
SPU1_BIN16_REJ  0xFAC00120          Bin Rejection Mask
SPU1_BIN17_REJ  0xFAC00124          Bin Rejection Mask
SPU1_BIN18_REJ  0xFAC00128          Bin Rejection Mask
SPU1_BIN19_REJ  0xFAC0012C          Bin Rejection Mask
SPU1_BIN20_REJ  0xFAC00130          Bin Rejection Mask
SPU1_BIN21_REJ  0xFAC00134          Bin Rejection Mask
SPU1_BIN22_REJ  0xFAC00138          Bin Rejection Mask
SPU1_BIN23_REJ  0xFAC0013C          Bin Rejection Mask
SPU1_BIN24_REJ  0xFAC00140          Bin Rejection Mask
SPU1_BIN25_REJ  0xFAC00144          Bin Rejection Mask
SPU1_BIN26_REJ  0xFAC00148          Bin Rejection Mask
SPU1_BIN27_REJ  0xFAC0014C          Bin Rejection Mask
SPU1_BIN28_REJ  0xFAC00150          Bin Rejection Mask
SPU1_BIN29_REJ  0xFAC00154          Bin Rejection Mask
SPU1_BIN30_REJ  0xFAC00158          Bin Rejection Mask
SPU1_BIN31_REJ  0xFAC0015C          Bin Rejection Mask
SPU1_BIN32_REJ  0xFAC00160          Bin Rejection Mask
SPU1_BIN33_REJ  0xFAC00164          Bin Rejection Mask
SPU1_BIN34_REJ  0xFAC00168          Bin Rejection Mask
SPU1_BIN35_REJ  0xFAC0016C          Bin Rejection Mask
SPU1_BIN36_REJ  0xFAC00170          Bin Rejection Mask
SPU1_BIN37_REJ  0xFAC00174          Bin Rejection Mask
SPU1_BIN38_REJ  0xFAC00178          Bin Rejection Mask
SPU1_BIN39_REJ  0xFAC0017C          Bin Rejection Mask
SPU1_BIN40_REJ  0xFAC00180          Bin Rejection Mask
SPU1_BIN41_REJ  0xFAC00184          Bin Rejection Mask
SPU1_BIN42_REJ  0xFAC00188          Bin Rejection Mask
SPU1_BIN43_REJ  0xFAC0018C          Bin Rejection Mask
SPU1_BIN44_REJ  0xFAC00190          Bin Rejection Mask
SPU1_BIN45_REJ  0xFAC00194          Bin Rejection Mask
SPU1_BIN46_REJ  0xFAC00198          Bin Rejection Mask
SPU1_BIN47_REJ  0xFAC0019C          Bin Rejection Mask
SPU1_BIN48_REJ  0xFAC001A0          Bin Rejection Mask
SPU1_BIN49_REJ  0xFAC001A4          Bin Rejection Mask
SPU1_BIN50_REJ  0xFAC001A8          Bin Rejection Mask
SPU1_BIN51_REJ  0xFAC001AC          Bin Rejection Mask
SPU1_BIN52_REJ  0xFAC001B0          Bin Rejection Mask
SPU1_BIN53_REJ  0xFAC001B4          Bin Rejection Mask
SPU1_BIN54_REJ  0xFAC001B8          Bin Rejection Mask
SPU1_BIN55_REJ  0xFAC001BC          Bin Rejection Mask
SPU1_BIN56_REJ  0xFAC001C0          Bin Rejection Mask
SPU1_BIN57_REJ  0xFAC001C4          Bin Rejection Mask
SPU1_BIN58_REJ  0xFAC001C8          Bin Rejection Mask
SPU1_BIN59_REJ  0xFAC001CC          Bin Rejection Mask
SPU1_BIN60_REJ  0xFAC001D0          Bin Rejection Mask
SPU1_BIN61_REJ  0xFAC001D4          Bin Rejection Mask
SPU1_BIN62_REJ  0xFAC001D8          Bin Rejection Mask
SPU1_BIN63_REJ  0xFAC001DC          Bin Rejection Mask
SPU1_MAGAPPROX  0xFAC001E0          Magnitude Approximation Constants
SPU1_NCISCALAR0 0xFAC001E4          NCI Antennae Scaling Factor
SPU1_NCISCALAR1 0xFAC001E8          NCI Antennae Scaling Factor
SPU1_NCISCALAR2 0xFAC001EC          NCI Antennae Scaling Factor
SPU1_NCISCALAR3 0xFAC001F0          NCI Antennae Scaling Factor
SPU1_CFARCFG    0xFAC001F4          CFAR Configuration
SPU1_CFARCFG2   0xFAC001F8          CFAR Configuration 2
SPU1_CFARCFG3   0xFAC001FC          CFAR Configuration 3
SPU1_SCALARADD  0xFAC00200          Scalar Addition Operand
SPU1_SCALARMULT 0xFAC00204          Scalar Multiplication Operand
SPU1_BINREJCTRL 0xFAC00208          Bin Rejection Unit Control
SPU1_LCLMAX     0xFAC0020C          Local Maximum Control
SPU1_ACFG2      0xFAC00210          Spare Configuration Register
SPU1_REGCRC     0xFAC00218          Register CRC
SPU1_CTRL       0xFAC0021C          SPU Control
SPU1_MD0_METADATA 0xFAC00220          Dataset Metadata
SPU1_MD0_BINCOUNT 0xFAC00224          Bin Rejection Unit Tracking
SPU1_MD0_MASK0_ACCEPT 0xFAC00228          Bin Acceptance Mask
SPU1_MD0_MASK1_ACCEPT 0xFAC0022C          Bin Acceptance Mask
SPU1_MD0_MASK2_ACCEPT 0xFAC00230          Bin Acceptance Mask
SPU1_MD0_MASK3_ACCEPT 0xFAC00234          Bin Acceptance Mask
SPU1_MD0_MASK4_ACCEPT 0xFAC00238          Bin Acceptance Mask
SPU1_MD0_MASK5_ACCEPT 0xFAC0023C          Bin Acceptance Mask
SPU1_MD0_MASK6_ACCEPT 0xFAC00240          Bin Acceptance Mask
SPU1_MD0_MASK7_ACCEPT 0xFAC00244          Bin Acceptance Mask
SPU1_MD0_MASK8_ACCEPT 0xFAC00248          Bin Acceptance Mask
SPU1_MD0_MASK9_ACCEPT 0xFAC0024C          Bin Acceptance Mask
SPU1_MD0_MASK10_ACCEPT 0xFAC00250          Bin Acceptance Mask
SPU1_MD0_MASK11_ACCEPT 0xFAC00254          Bin Acceptance Mask
SPU1_MD0_MASK12_ACCEPT 0xFAC00258          Bin Acceptance Mask
SPU1_MD0_MASK13_ACCEPT 0xFAC0025C          Bin Acceptance Mask
SPU1_MD0_MASK14_ACCEPT 0xFAC00260          Bin Acceptance Mask
SPU1_MD0_MASK15_ACCEPT 0xFAC00264          Bin Acceptance Mask
SPU1_MD0_MASK16_ACCEPT 0xFAC00268          Bin Acceptance Mask
SPU1_MD0_MASK17_ACCEPT 0xFAC0026C          Bin Acceptance Mask
SPU1_MD0_MASK18_ACCEPT 0xFAC00270          Bin Acceptance Mask
SPU1_MD0_MASK19_ACCEPT 0xFAC00274          Bin Acceptance Mask
SPU1_MD0_MASK20_ACCEPT 0xFAC00278          Bin Acceptance Mask
SPU1_MD0_MASK21_ACCEPT 0xFAC0027C          Bin Acceptance Mask
SPU1_MD0_MASK22_ACCEPT 0xFAC00280          Bin Acceptance Mask
SPU1_MD0_MASK23_ACCEPT 0xFAC00284          Bin Acceptance Mask
SPU1_MD0_MASK24_ACCEPT 0xFAC00288          Bin Acceptance Mask
SPU1_MD0_MASK25_ACCEPT 0xFAC0028C          Bin Acceptance Mask
SPU1_MD0_MASK26_ACCEPT 0xFAC00290          Bin Acceptance Mask
SPU1_MD0_MASK27_ACCEPT 0xFAC00294          Bin Acceptance Mask
SPU1_MD0_MASK28_ACCEPT 0xFAC00298          Bin Acceptance Mask
SPU1_MD0_MASK29_ACCEPT 0xFAC0029C          Bin Acceptance Mask
SPU1_MD0_MASK30_ACCEPT 0xFAC002A0          Bin Acceptance Mask
SPU1_MD0_MASK31_ACCEPT 0xFAC002A4          Bin Acceptance Mask
SPU1_MD1_METADATA 0xFAC002A8          Dataset Metadata
SPU1_MD1_BINCOUNT 0xFAC002AC          Bin Rejection Unit Tracking
SPU1_MD1_MASK0_ACCEPT 0xFAC002B0          Bin Acceptance Mask
SPU1_MD1_MASK1_ACCEPT 0xFAC002B4          Bin Acceptance Mask
SPU1_MD1_MASK2_ACCEPT 0xFAC002B8          Bin Acceptance Mask
SPU1_MD1_MASK3_ACCEPT 0xFAC002BC          Bin Acceptance Mask
SPU1_MD1_MASK4_ACCEPT 0xFAC002C0          Bin Acceptance Mask
SPU1_MD1_MASK5_ACCEPT 0xFAC002C4          Bin Acceptance Mask
SPU1_MD1_MASK6_ACCEPT 0xFAC002C8          Bin Acceptance Mask
SPU1_MD1_MASK7_ACCEPT 0xFAC002CC          Bin Acceptance Mask
SPU1_MD1_MASK8_ACCEPT 0xFAC002D0          Bin Acceptance Mask
SPU1_MD1_MASK9_ACCEPT 0xFAC002D4          Bin Acceptance Mask
SPU1_MD1_MASK10_ACCEPT 0xFAC002D8          Bin Acceptance Mask
SPU1_MD1_MASK11_ACCEPT 0xFAC002DC          Bin Acceptance Mask
SPU1_MD1_MASK12_ACCEPT 0xFAC002E0          Bin Acceptance Mask
SPU1_MD1_MASK13_ACCEPT 0xFAC002E4          Bin Acceptance Mask
SPU1_MD1_MASK14_ACCEPT 0xFAC002E8          Bin Acceptance Mask
SPU1_MD1_MASK15_ACCEPT 0xFAC002EC          Bin Acceptance Mask
SPU1_MD1_MASK16_ACCEPT 0xFAC002F0          Bin Acceptance Mask
SPU1_MD1_MASK17_ACCEPT 0xFAC002F4          Bin Acceptance Mask
SPU1_MD1_MASK18_ACCEPT 0xFAC002F8          Bin Acceptance Mask
SPU1_MD1_MASK19_ACCEPT 0xFAC002FC          Bin Acceptance Mask
SPU1_MD1_MASK20_ACCEPT 0xFAC00300          Bin Acceptance Mask
SPU1_MD1_MASK21_ACCEPT 0xFAC00304          Bin Acceptance Mask
SPU1_MD1_MASK22_ACCEPT 0xFAC00308          Bin Acceptance Mask
SPU1_MD1_MASK23_ACCEPT 0xFAC0030C          Bin Acceptance Mask
SPU1_MD1_MASK24_ACCEPT 0xFAC00310          Bin Acceptance Mask
SPU1_MD1_MASK25_ACCEPT 0xFAC00314          Bin Acceptance Mask
SPU1_MD1_MASK26_ACCEPT 0xFAC00318          Bin Acceptance Mask
SPU1_MD1_MASK27_ACCEPT 0xFAC0031C          Bin Acceptance Mask
SPU1_MD1_MASK28_ACCEPT 0xFAC00320          Bin Acceptance Mask
SPU1_MD1_MASK29_ACCEPT 0xFAC00324          Bin Acceptance Mask
SPU1_MD1_MASK30_ACCEPT 0xFAC00328          Bin Acceptance Mask
SPU1_MD1_MASK31_ACCEPT 0xFAC0032C          Bin Acceptance Mask
SPU1_IDMCNT     0xFAC00330          Input DMA Count
SPU1_IBMCNT     0xFAC00334          Input Buffer Memory Count
SPU1_LDRCNT     0xFAC00338          Input Buffer Memory Read Count
SPU1_FFTWCNT    0xFAC0033C          FFT Load Count
SPU1_FFTRCNT    0xFAC00340          FFT Unload Count
SPU1_ULDRCNT    0xFAC00344          Output Buffer Memory Write Count
SPU1_ODMCNT     0xFAC00348          Output Buffer Memory Read Count
SPU1_BRCNT      0xFAC0034C          Bin Rejection Unit Load Count
SPU1_CFARCNT    0xFAC00350          CFAR Unit Load Count
SPU1_ODMACNT0   0xFAC00354          Output DMA Port Write Count
SPU1_ODMACNT1   0xFAC00358          Output DMA Port Write Count
SPU1_ODMACNT2   0xFAC0035C          Output DMA Port Write Count
SPU1_ODMACNT3   0xFAC00360          Output DMA Port Write Count
SPU1_ODMACNT4   0xFAC00364          Output DMA Port Write Count
SPU1_ODMACNT5   0xFAC00368          Output DMA Port Write Count
SPU1_ODMACNT6   0xFAC0036C          Output DMA Port Write Count
SPU1_ODMACNT7   0xFAC00370          Output DMA Port Write Count
SPU1_CNTCLR     0xFAC00374          Safety Counter Clear
SPU1_MONITOR    0xFAC00378          SPU Monitor
SPU1_SMCTRL     0xFAC0037C          Safety Mechanism Control Functions
SPU1_SMSTAT     0xFAC00380          Safety Mechanism Status
SPU1_SMUSER     0xFAC00384          Safety Mechanism Control Functions [User)
SPU1_DATA0_CRC  0xFAC00388          Monitor CRC Register
SPU1_DATA1_CRC  0xFAC0038C          Monitor CRC Register
SPU1_DATA2_CRC  0xFAC00390          Monitor CRC Register
SPU1_DATA3_CRC  0xFAC00394          Monitor CRC Register
SPU1_DATA4_CRC  0xFAC00398          Monitor CRC Register
SPU1_DATA5_CRC  0xFAC0039C          Monitor CRC Register
SPU1_DATA6_CRC  0xFAC003A0          Monitor CRC Register
SPU1_DATA7_CRC  0xFAC003A4          Monitor CRC Register
SPU1_DATA8_CRC  0xFAC003A8          Monitor CRC Register
SPU1_DATA9_CRC  0xFAC003AC          Monitor CRC Register
SPU1_DATA10_CRC 0xFAC003B0          Monitor CRC Register
SPU1_DATA11_CRC 0xFAC003B4          Monitor CRC Register
SPU1_DATA12_CRC 0xFAC003B8          Monitor CRC Register
SPU1_DATA13_CRC 0xFAC003BC          Monitor CRC Register
SPU1_DATA14_CRC 0xFAC003C0          Monitor CRC Register
SPU1_DATA15_CRC 0xFAC003C4          Monitor CRC Register
SPU1_DATA16_CRC 0xFAC003C8          Monitor CRC Register
SPU1_DATA17_CRC 0xFAC003CC          Monitor CRC Register
SPU1_DATA18_CRC 0xFAC003D0          Monitor CRC Register
SPU1_DATA19_CRC 0xFAC003D4          Monitor CRC Register
SPU1_DATA20_CRC 0xFAC003D8          Monitor CRC Register
SPU1_DATA21_CRC 0xFAC003DC          Monitor CRC Register
SPU1_DATA22_CRC 0xFAC003E0          Monitor CRC Register
SPU1_DATA23_CRC 0xFAC003E4          Monitor CRC Register
SPU1_DATA24_CRC 0xFAC003E8          Monitor CRC Register
SPU1_DATA25_CRC 0xFAC003EC          Monitor CRC Register
SPU1_DATA26_CRC 0xFAC003F0          Monitor CRC Register
SPU1_DATA27_CRC 0xFAC003F4          Monitor CRC Register
SPU1_DATA28_CRC 0xFAC003F8          Monitor CRC Register
SPU1_DATA29_CRC 0xFAC003FC          Monitor CRC Register
SPU1_DATA30_CRC 0xFAC00400          Monitor CRC Register
SPU1_DATA31_CRC 0xFAC00404          Monitor CRC Register
SPU1_DATA32_CRC 0xFAC00408          Monitor CRC Register
SPU1_DATA33_CRC 0xFAC0040C          Monitor CRC Register
SPU1_DATA34_CRC 0xFAC00410          Monitor CRC Register
SPU1_DATA35_CRC 0xFAC00414          Monitor CRC Register
SPU1_DATA36_CRC 0xFAC00418          Monitor CRC Register
SPU1_DATA37_CRC 0xFAC0041C          Monitor CRC Register
SPU1_DATA38_CRC 0xFAC00420          Monitor CRC Register
SPU1_DATA39_CRC 0xFAC00424          Monitor CRC Register
SPU1_DATA40_CRC 0xFAC00428          Monitor CRC Register
SPU1_DATA41_CRC 0xFAC0042C          Monitor CRC Register
SPU1_DATA42_CRC 0xFAC00430          Monitor CRC Register
SPU1_DATA43_CRC 0xFAC00434          Monitor CRC Register
SPU1_DATA44_CRC 0xFAC00438          Monitor CRC Register
SPU1_DATA45_CRC 0xFAC0043C          Monitor CRC Register
SPU1_DATA46_CRC 0xFAC00440          Monitor CRC Register
SPU1_DATA47_CRC 0xFAC00444          Monitor CRC Register
SPU1_DATA48_CRC 0xFAC00448          Monitor CRC Register
SPU1_DATA49_CRC 0xFAC0044C          Monitor CRC Register
SPU1_DATA50_CRC 0xFAC00450          Monitor CRC Register
SPU1_DATA51_CRC 0xFAC00454          Monitor CRC Register
SPU1_DATA52_CRC 0xFAC00458          Monitor CRC Register
SPU1_DATA53_CRC 0xFAC0045C          Monitor CRC Register
SPU1_DATA54_CRC 0xFAC00460          Monitor CRC Register
SPU1_DATA55_CRC 0xFAC00464          Monitor CRC Register
SPU1_DATA56_CRC 0xFAC00468          Monitor CRC Register
SPU1_DATA57_CRC 0xFAC0046C          Monitor CRC Register
SPU1_DATA58_CRC 0xFAC00470          Monitor CRC Register
SPU1_DATA59_CRC 0xFAC00474          Monitor CRC Register
SPU1_DATA60_CRC 0xFAC00478          Monitor CRC Register
SPU1_DATA61_CRC 0xFAC0047C          Monitor CRC Register
SPU1_DATA62_CRC 0xFAC00480          Monitor CRC Register
SPU1_DATA63_CRC 0xFAC00484          Monitor CRC Register
SPU1_DATA64_CRC 0xFAC00488          Monitor CRC Register
SPU1_DATA65_CRC 0xFAC0048C          Monitor CRC Register
SPU1_DATA66_CRC 0xFAC00490          Monitor CRC Register
SPU1_DATA67_CRC 0xFAC00494          Monitor CRC Register
SPU1_DATA68_CRC 0xFAC00498          Monitor CRC Register
SPU1_DATA69_CRC 0xFAC0049C          Monitor CRC Register
SPU1_DATA70_CRC 0xFAC004A0          Monitor CRC Register
SPU1_DATA71_CRC 0xFAC004A4          Monitor CRC Register
SPU1_DATA72_CRC 0xFAC004A8          Monitor CRC Register
SPU1_DATA73_CRC 0xFAC004AC          Monitor CRC Register
SPU1_DATA74_CRC 0xFAC004B0          Monitor CRC Register
SPU1_DATA75_CRC 0xFAC004B4          Monitor CRC Register
SPU1_DATA76_CRC 0xFAC004B8          Monitor CRC Register
SPU1_DATA77_CRC 0xFAC004BC          Monitor CRC Register
SPU1_DATA78_CRC 0xFAC004C0          Monitor CRC Register
SPU1_DATA79_CRC 0xFAC004C4          Monitor CRC Register
SPU1_DATA80_CRC 0xFAC004C8          Monitor CRC Register
SPU1_DATA81_CRC 0xFAC004CC          Monitor CRC Register
SPU1_DATA82_CRC 0xFAC004D0          Monitor CRC Register
SPU1_DATA83_CRC 0xFAC004D4          Monitor CRC Register
SPU1_DATA84_CRC 0xFAC004D8          Monitor CRC Register
SPU1_DATA85_CRC 0xFAC004DC          Monitor CRC Register
SPU1_CTRL0_CRC  0xFAC00500          Monitor CRC Register
SPU1_CTRL1_CRC  0xFAC00504          Monitor CRC Register
SPU1_CTRL2_CRC  0xFAC00508          Monitor CRC Register
SPU1_CTRL3_CRC  0xFAC0050C          Monitor CRC Register
SPU1_CTRL4_CRC  0xFAC00510          Monitor CRC Register
SPU1_CTRL5_CRC  0xFAC00514          Monitor CRC Register
SPU1_CTRL6_CRC  0xFAC00518          Monitor CRC Register
SPU1_CTRL7_CRC  0xFAC0051C          Monitor CRC Register
SPU1_CTRL8_CRC  0xFAC00520          Monitor CRC Register
SPU1_CTRL9_CRC  0xFAC00524          Monitor CRC Register
SPU1_CTRL10_CRC 0xFAC00528          Monitor CRC Register
SPU1_CTRL11_CRC 0xFAC0052C          Monitor CRC Register
SPU1_CTRL12_CRC 0xFAC00530          Monitor CRC Register
SPU1_CTRL13_CRC 0xFAC00534          Monitor CRC Register
SPU1_CTRL14_CRC 0xFAC00538          Monitor CRC Register
SPU1_CTRL15_CRC 0xFAC0053C          Monitor CRC Register
SPU1_CTRL16_CRC 0xFAC00540          Monitor CRC Register
SPU1_CTRL17_CRC 0xFAC00544          Monitor CRC Register
SPU1_CTRL18_CRC 0xFAC00548          Monitor CRC Register
SPU1_CTRL19_CRC 0xFAC0054C          Monitor CRC Register
SPU1_CTRL20_CRC 0xFAC00550          Monitor CRC Register
SPU1_CTRL21_CRC 0xFAC00554          Monitor CRC Register
SPU1_CTRL22_CRC 0xFAC00558          Monitor CRC Register
SPU1_CTRL23_CRC 0xFAC0055C          Monitor CRC Register
SPU1_CTRL24_CRC 0xFAC00560          Monitor CRC Register
SPU1_USROTC     0xFAC007E0          User OCDS Trace Control
SPU1_ACCEN0     0xFAC007E4          Access Enable Register 0
SPU1_ACCEN1     0xFAC007E8          Access Enable Register 1
SPU1_OCS        0xFAC007EC          OCDS Control and Status
SPU1_ODA        0xFAC007F0          OCDS Debug Access Register
SPU1_KRST0      0xFAC007F4          Kernel Reset Register 0
SPU1_KRST1      0xFAC007F8          Kernel Reset Register 1
SPU1_KRSTCLR    0xFAC007FC          Kernel Reset Clear
EMEMMPU0_CLC    0xFB000000          EMEM Module Clock Control Register
EMEMMPU0_MODID  0xFB000008          EMEM Module ID Register
EMEMMPU0_ACCEN0 0xFB000010          EMEM Module Access Enable Register 0
EMEMMPU0_ACCEN1 0xFB000014          EMEM Module Access Enable Register 1
EMEMMPU0_MEMCON 0xFB000020          EMEM Module Memory Control Register
EMEMMPU0_SCTRL  0xFB000024          EMEM Module Safety Control Register
EMEMMPU0_RGNLA0 0xFB000050          EMEM Module Region 0 Lower Address Register
EMEMMPU0_RGNUA0 0xFB000054          EMEM Module Region 0 Upper Address Register
EMEMMPU0_RGNACCENWA0 0xFB000058          EMEM Module Region 0 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB0 0xFB00005C          EMEM Module Region 0 Write Access Enable Register 1
EMEMMPU0_RGNLA1 0xFB000060          EMEM Module Region 1 Lower Address Register
EMEMMPU0_RGNUA1 0xFB000064          EMEM Module Region 1 Upper Address Register
EMEMMPU0_RGNACCENWA1 0xFB000068          EMEM Module Region 1 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB1 0xFB00006C          EMEM Module Region 1 Write Access Enable Register 1
EMEMMPU0_RGNLA2 0xFB000070          EMEM Module Region 2 Lower Address Register
EMEMMPU0_RGNUA2 0xFB000074          EMEM Module Region 2 Upper Address Register
EMEMMPU0_RGNACCENWA2 0xFB000078          EMEM Module Region 2 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB2 0xFB00007C          EMEM Module Region 2 Write Access Enable Register 1
EMEMMPU0_RGNLA3 0xFB000080          EMEM Module Region 3 Lower Address Register
EMEMMPU0_RGNUA3 0xFB000084          EMEM Module Region 3 Upper Address Register
EMEMMPU0_RGNACCENWA3 0xFB000088          EMEM Module Region 3 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB3 0xFB00008C          EMEM Module Region 3 Write Access Enable Register 1
EMEMMPU0_RGNLA4 0xFB000090          EMEM Module Region 4 Lower Address Register
EMEMMPU0_RGNUA4 0xFB000094          EMEM Module Region 4 Upper Address Register
EMEMMPU0_RGNACCENWA4 0xFB000098          EMEM Module Region 4 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB4 0xFB00009C          EMEM Module Region 4 Write Access Enable Register 1
EMEMMPU0_RGNLA5 0xFB0000A0          EMEM Module Region 5 Lower Address Register
EMEMMPU0_RGNUA5 0xFB0000A4          EMEM Module Region 5 Upper Address Register
EMEMMPU0_RGNACCENWA5 0xFB0000A8          EMEM Module Region 5 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB5 0xFB0000AC          EMEM Module Region 5 Write Access Enable Register 1
EMEMMPU0_RGNLA6 0xFB0000B0          EMEM Module Region 6 Lower Address Register
EMEMMPU0_RGNUA6 0xFB0000B4          EMEM Module Region 6 Upper Address Register
EMEMMPU0_RGNACCENWA6 0xFB0000B8          EMEM Module Region 6 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB6 0xFB0000BC          EMEM Module Region 6 Write Access Enable Register 1
EMEMMPU0_RGNLA7 0xFB0000C0          EMEM Module Region 7 Lower Address Register
EMEMMPU0_RGNUA7 0xFB0000C4          EMEM Module Region 7 Upper Address Register
EMEMMPU0_RGNACCENWA7 0xFB0000C8          EMEM Module Region 7 Write Access Enable Register 0
EMEMMPU0_RGNACCENWB7 0xFB0000CC          EMEM Module Region 7 Write Access Enable Register 1
EMEMMPU0_RGNACCENRA0 0xFB0000D8          EMEM Module Region 0 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB0 0xFB0000DC          EMEM Module Region 0 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA1 0xFB0000E8          EMEM Module Region 1 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB1 0xFB0000EC          EMEM Module Region 1 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA2 0xFB0000F8          EMEM Module Region 2 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB2 0xFB0000FC          EMEM Module Region 2 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA3 0xFB000108          EMEM Module Region 3 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB3 0xFB00010C          EMEM Module Region 3 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA4 0xFB000118          EMEM Module Region 4 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB4 0xFB00011C          EMEM Module Region 4 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA5 0xFB000128          EMEM Module Region 5 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB5 0xFB00012C          EMEM Module Region 5 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA6 0xFB000138          EMEM Module Region 6 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB6 0xFB00013C          EMEM Module Region 6 Read Access Enable Register 1
EMEMMPU0_RGNACCENRA7 0xFB000148          EMEM Module Region 7 Read Access Enable Register 0
EMEMMPU0_RGNACCENRB7 0xFB00014C          EMEM Module Region 7 Read Access Enable Register 1
EMEMMPU1_CLC    0xFB010000          EMEM Module Clock Control Register
EMEMMPU1_MODID  0xFB010008          EMEM Module ID Register
EMEMMPU1_ACCEN0 0xFB010010          EMEM Module Access Enable Register 0
EMEMMPU1_ACCEN1 0xFB010014          EMEM Module Access Enable Register 1
EMEMMPU1_MEMCON 0xFB010020          EMEM Module Memory Control Register
EMEMMPU1_SCTRL  0xFB010024          EMEM Module Safety Control Register
EMEMMPU1_RGNLA0 0xFB010050          EMEM Module Region 0 Lower Address Register
EMEMMPU1_RGNUA0 0xFB010054          EMEM Module Region 0 Upper Address Register
EMEMMPU1_RGNACCENWA0 0xFB010058          EMEM Module Region 0 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB0 0xFB01005C          EMEM Module Region 0 Write Access Enable Register 1
EMEMMPU1_RGNLA1 0xFB010060          EMEM Module Region 1 Lower Address Register
EMEMMPU1_RGNUA1 0xFB010064          EMEM Module Region 1 Upper Address Register
EMEMMPU1_RGNACCENWA1 0xFB010068          EMEM Module Region 1 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB1 0xFB01006C          EMEM Module Region 1 Write Access Enable Register 1
EMEMMPU1_RGNLA2 0xFB010070          EMEM Module Region 2 Lower Address Register
EMEMMPU1_RGNUA2 0xFB010074          EMEM Module Region 2 Upper Address Register
EMEMMPU1_RGNACCENWA2 0xFB010078          EMEM Module Region 2 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB2 0xFB01007C          EMEM Module Region 2 Write Access Enable Register 1
EMEMMPU1_RGNLA3 0xFB010080          EMEM Module Region 3 Lower Address Register
EMEMMPU1_RGNUA3 0xFB010084          EMEM Module Region 3 Upper Address Register
EMEMMPU1_RGNACCENWA3 0xFB010088          EMEM Module Region 3 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB3 0xFB01008C          EMEM Module Region 3 Write Access Enable Register 1
EMEMMPU1_RGNLA4 0xFB010090          EMEM Module Region 4 Lower Address Register
EMEMMPU1_RGNUA4 0xFB010094          EMEM Module Region 4 Upper Address Register
EMEMMPU1_RGNACCENWA4 0xFB010098          EMEM Module Region 4 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB4 0xFB01009C          EMEM Module Region 4 Write Access Enable Register 1
EMEMMPU1_RGNLA5 0xFB0100A0          EMEM Module Region 5 Lower Address Register
EMEMMPU1_RGNUA5 0xFB0100A4          EMEM Module Region 5 Upper Address Register
EMEMMPU1_RGNACCENWA5 0xFB0100A8          EMEM Module Region 5 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB5 0xFB0100AC          EMEM Module Region 5 Write Access Enable Register 1
EMEMMPU1_RGNLA6 0xFB0100B0          EMEM Module Region 6 Lower Address Register
EMEMMPU1_RGNUA6 0xFB0100B4          EMEM Module Region 6 Upper Address Register
EMEMMPU1_RGNACCENWA6 0xFB0100B8          EMEM Module Region 6 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB6 0xFB0100BC          EMEM Module Region 6 Write Access Enable Register 1
EMEMMPU1_RGNLA7 0xFB0100C0          EMEM Module Region 7 Lower Address Register
EMEMMPU1_RGNUA7 0xFB0100C4          EMEM Module Region 7 Upper Address Register
EMEMMPU1_RGNACCENWA7 0xFB0100C8          EMEM Module Region 7 Write Access Enable Register 0
EMEMMPU1_RGNACCENWB7 0xFB0100CC          EMEM Module Region 7 Write Access Enable Register 1
EMEMMPU1_RGNACCENRA0 0xFB0100D8          EMEM Module Region 0 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB0 0xFB0100DC          EMEM Module Region 0 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA1 0xFB0100E8          EMEM Module Region 1 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB1 0xFB0100EC          EMEM Module Region 1 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA2 0xFB0100F8          EMEM Module Region 2 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB2 0xFB0100FC          EMEM Module Region 2 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA3 0xFB010108          EMEM Module Region 3 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB3 0xFB01010C          EMEM Module Region 3 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA4 0xFB010118          EMEM Module Region 4 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB4 0xFB01011C          EMEM Module Region 4 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA5 0xFB010128          EMEM Module Region 5 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB5 0xFB01012C          EMEM Module Region 5 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA6 0xFB010138          EMEM Module Region 6 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB6 0xFB01013C          EMEM Module Region 6 Read Access Enable Register 1
EMEMMPU1_RGNACCENRA7 0xFB010148          EMEM Module Region 7 Read Access Enable Register 0
EMEMMPU1_RGNACCENRB7 0xFB01014C          EMEM Module Region 7 Read Access Enable Register 1
EMEMMPU2_CLC    0xFB020000          EMEM Module Clock Control Register
EMEMMPU2_MODID  0xFB020008          EMEM Module ID Register
EMEMMPU2_ACCEN0 0xFB020010          EMEM Module Access Enable Register 0
EMEMMPU2_ACCEN1 0xFB020014          EMEM Module Access Enable Register 1
EMEMMPU2_MEMCON 0xFB020020          EMEM Module Memory Control Register
EMEMMPU2_SCTRL  0xFB020024          EMEM Module Safety Control Register
EMEMMPU2_RGNLA0 0xFB020050          EMEM Module Region 0 Lower Address Register
EMEMMPU2_RGNUA0 0xFB020054          EMEM Module Region 0 Upper Address Register
EMEMMPU2_RGNACCENWA0 0xFB020058          EMEM Module Region 0 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB0 0xFB02005C          EMEM Module Region 0 Write Access Enable Register 1
EMEMMPU2_RGNLA1 0xFB020060          EMEM Module Region 1 Lower Address Register
EMEMMPU2_RGNUA1 0xFB020064          EMEM Module Region 1 Upper Address Register
EMEMMPU2_RGNACCENWA1 0xFB020068          EMEM Module Region 1 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB1 0xFB02006C          EMEM Module Region 1 Write Access Enable Register 1
EMEMMPU2_RGNLA2 0xFB020070          EMEM Module Region 2 Lower Address Register
EMEMMPU2_RGNUA2 0xFB020074          EMEM Module Region 2 Upper Address Register
EMEMMPU2_RGNACCENWA2 0xFB020078          EMEM Module Region 2 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB2 0xFB02007C          EMEM Module Region 2 Write Access Enable Register 1
EMEMMPU2_RGNLA3 0xFB020080          EMEM Module Region 3 Lower Address Register
EMEMMPU2_RGNUA3 0xFB020084          EMEM Module Region 3 Upper Address Register
EMEMMPU2_RGNACCENWA3 0xFB020088          EMEM Module Region 3 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB3 0xFB02008C          EMEM Module Region 3 Write Access Enable Register 1
EMEMMPU2_RGNLA4 0xFB020090          EMEM Module Region 4 Lower Address Register
EMEMMPU2_RGNUA4 0xFB020094          EMEM Module Region 4 Upper Address Register
EMEMMPU2_RGNACCENWA4 0xFB020098          EMEM Module Region 4 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB4 0xFB02009C          EMEM Module Region 4 Write Access Enable Register 1
EMEMMPU2_RGNLA5 0xFB0200A0          EMEM Module Region 5 Lower Address Register
EMEMMPU2_RGNUA5 0xFB0200A4          EMEM Module Region 5 Upper Address Register
EMEMMPU2_RGNACCENWA5 0xFB0200A8          EMEM Module Region 5 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB5 0xFB0200AC          EMEM Module Region 5 Write Access Enable Register 1
EMEMMPU2_RGNLA6 0xFB0200B0          EMEM Module Region 6 Lower Address Register
EMEMMPU2_RGNUA6 0xFB0200B4          EMEM Module Region 6 Upper Address Register
EMEMMPU2_RGNACCENWA6 0xFB0200B8          EMEM Module Region 6 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB6 0xFB0200BC          EMEM Module Region 6 Write Access Enable Register 1
EMEMMPU2_RGNLA7 0xFB0200C0          EMEM Module Region 7 Lower Address Register
EMEMMPU2_RGNUA7 0xFB0200C4          EMEM Module Region 7 Upper Address Register
EMEMMPU2_RGNACCENWA7 0xFB0200C8          EMEM Module Region 7 Write Access Enable Register 0
EMEMMPU2_RGNACCENWB7 0xFB0200CC          EMEM Module Region 7 Write Access Enable Register 1
EMEMMPU2_RGNACCENRA0 0xFB0200D8          EMEM Module Region 0 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB0 0xFB0200DC          EMEM Module Region 0 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA1 0xFB0200E8          EMEM Module Region 1 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB1 0xFB0200EC          EMEM Module Region 1 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA2 0xFB0200F8          EMEM Module Region 2 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB2 0xFB0200FC          EMEM Module Region 2 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA3 0xFB020108          EMEM Module Region 3 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB3 0xFB02010C          EMEM Module Region 3 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA4 0xFB020118          EMEM Module Region 4 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB4 0xFB02011C          EMEM Module Region 4 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA5 0xFB020128          EMEM Module Region 5 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB5 0xFB02012C          EMEM Module Region 5 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA6 0xFB020138          EMEM Module Region 6 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB6 0xFB02013C          EMEM Module Region 6 Read Access Enable Register 1
EMEMMPU2_RGNACCENRA7 0xFB020148          EMEM Module Region 7 Read Access Enable Register 0
EMEMMPU2_RGNACCENRB7 0xFB02014C          EMEM Module Region 7 Read Access Enable Register 1
EMEMMPU3_CLC    0xFB030000          EMEM Module Clock Control Register
EMEMMPU3_MODID  0xFB030008          EMEM Module ID Register
EMEMMPU3_ACCEN0 0xFB030010          EMEM Module Access Enable Register 0
EMEMMPU3_ACCEN1 0xFB030014          EMEM Module Access Enable Register 1
EMEMMPU3_MEMCON 0xFB030020          EMEM Module Memory Control Register
EMEMMPU3_SCTRL  0xFB030024          EMEM Module Safety Control Register
EMEMMPU3_RGNLA0 0xFB030050          EMEM Module Region 0 Lower Address Register
EMEMMPU3_RGNUA0 0xFB030054          EMEM Module Region 0 Upper Address Register
EMEMMPU3_RGNACCENWA0 0xFB030058          EMEM Module Region 0 Write Access Enable Register 0
EMEMMPU3_RGNACCENWB0 0xFB03005C          EMEM Module Region 0 Write Access Enable Register 1
EMEMMPU3_RGNLA1 0xFB030060          EMEM Module Region 1 Lower Address Register
EMEMMPU3_RGNUA1 0xFB030064          EMEM Module Region 1 Upper Address Register
EMEMMPU3_RGNACCENWA1 0xFB030068          EMEM Module Region 1 Write Access Enable Register 0
EMEMMPU3_RGNACCENWB1 0xFB03006C          EMEM Module Region 1 Write Access Enable Register 1
EMEMMPU3_RGNLA2 0xFB030070          EMEM Module Region 2 Lower Address Register
EMEMMPU3_RGNUA2 0xFB030074          EMEM Module Region 2 Upper Address Register
EMEMMPU3_RGNACCENWA2 0xFB030078          EMEM Module Region 2 Write Access Enable Register 0
EMEMMPU3_RGNACCENWB2 0xFB03007C          EMEM Module Region 2 Write Access Enable Register 1
EMEMMPU3_RGNLA3 0xFB030080          EMEM Module Region 3 Lower Address Register
EMEMMPU3_RGNUA3 0xFB030084          EMEM Module Region 3 Upper Address Register
EMEMMPU3_RGNACCENWA3 0xFB030088          EMEM Module Region 3 Write Access Enable Register 0
EMEMMPU3_RGNACCENWB3 0xFB03008C          EMEM Module Region 3 Write Access Enable Register 1
EMEMMPU3_RGNLA4 0xFB030090          EMEM Module Region 4 Lower Address Register
EMEMMPU3_RGNUA4 0xFB030094          EMEM Module Region 4 Upper Address Register
EMEMMPU3_RGNACCENWA4 0xFB030098          EMEM Module Region 4 Write Access Enable Register 0
EMEMMPU3_RGNACCENWB4 0xFB03009C          EMEM Module Region 4 Write Access Enable Register 1
EMEMMPU3_RGNLA5 0xFB0300A0          EMEM Module Region 5 Lower Address Register
EMEMMPU3_RGNUA5 0xFB0300A4          EMEM Module Region 5 Upper Address Register
EMEMMPU3_RGNACCENWA5 0xFB0300A8          EMEM Module Region 5 Write Access Enable Register 0
EMEMMPU3_RGNACCENWB5 0xFB0300AC          EMEM Module Region 5 Write Access Enable Register 1
EMEMMPU3_RGNLA6 0xFB0300B0          EMEM Module Region 6 Lower Address Register
EMEMMPU3_RGNUA6 0xFB0300B4          EMEM Module Region 6 Upper Address Register
EMEMMPU3_RGNACCENWA6 0xFB0300B8          EMEM Module Region 6 Write Access Enable Register 0
EMEMMPU3_RGNACCENWB6 0xFB0300BC          EMEM Module Region 6 Write Access Enable Register 1
EMEMMPU3_RGNLA7 0xFB0300C0          EMEM Module Region 7 Lower Address Register
EMEMMPU3_RGNUA7 0xFB0300C4          EMEM Module Region 7 Upper Address Register
EMEMMPU3_RGNACCENWA7 0xFB0300C8          EMEM Module Region 7 Write Access Enable Register 0
EMEMMPU3_RGNACCENWB7 0xFB0300CC          EMEM Module Region 7 Write Access Enable Register 1
EMEMMPU3_RGNACCENRA0 0xFB0300D8          EMEM Module Region 0 Read Access Enable Register 0
EMEMMPU3_RGNACCENRB0 0xFB0300DC          EMEM Module Region 0 Read Access Enable Register 1
EMEMMPU3_RGNACCENRA1 0xFB0300E8          EMEM Module Region 1 Read Access Enable Register 0
EMEMMPU3_RGNACCENRB1 0xFB0300EC          EMEM Module Region 1 Read Access Enable Register 1
EMEMMPU3_RGNACCENRA2 0xFB0300F8          EMEM Module Region 2 Read Access Enable Register 0
EMEMMPU3_RGNACCENRB2 0xFB0300FC          EMEM Module Region 2 Read Access Enable Register 1
EMEMMPU3_RGNACCENRA3 0xFB030108          EMEM Module Region 3 Read Access Enable Register 0
EMEMMPU3_RGNACCENRB3 0xFB03010C          EMEM Module Region 3 Read Access Enable Register 1
EMEMMPU3_RGNACCENRA4 0xFB030118          EMEM Module Region 4 Read Access Enable Register 0
EMEMMPU3_RGNACCENRB4 0xFB03011C          EMEM Module Region 4 Read Access Enable Register 1
EMEMMPU3_RGNACCENRA5 0xFB030128          EMEM Module Region 5 Read Access Enable Register 0
EMEMMPU3_RGNACCENRB5 0xFB03012C          EMEM Module Region 5 Read Access Enable Register 1
EMEMMPU3_RGNACCENRA6 0xFB030138          EMEM Module Region 6 Read Access Enable Register 0
EMEMMPU3_RGNACCENRB6 0xFB03013C          EMEM Module Region 6 Read Access Enable Register 1
EMEMMPU3_RGNACCENRA7 0xFB030148          EMEM Module Region 7 Read Access Enable Register 0
EMEMMPU3_RGNACCENRB7 0xFB03014C          EMEM Module Region 7 Read Access Enable Register 1
DOM2_PECON0     0xFB700000          Protocol Error Control Register 0
DOM2_PRIORITY0  0xFB700008          SCI0 Arbiter Priority Register
DOM2_ERRADDR0   0xFB700010          SCI 0 Error Address Capture Register
DOM2_ERR0       0xFB700018          SCI 0 Error Capture Register
DOM2_PECON1     0xFB700020          Protocol Error Control Register 1
DOM2_PRIORITY1  0xFB700028          SCI1 Arbiter Priority Register
DOM2_ERRADDR1   0xFB700030          SCI 1 Error Address Capture Register
DOM2_ERR1       0xFB700038          SCI 1 Error Capture Register
DOM2_PECON2     0xFB700040          Protocol Error Control Register 2
DOM2_PRIORITY2  0xFB700048          SCI2 Arbiter Priority Register
DOM2_ERRADDR2   0xFB700050          SCI 2 Error Address Capture Register
DOM2_ERR2       0xFB700058          SCI 2 Error Capture Register
DOM2_PECON3     0xFB700060          Protocol Error Control Register 3
DOM2_PRIORITY3  0xFB700068          SCI3 Arbiter Priority Register
DOM2_ERRADDR3   0xFB700070          SCI 3 Error Address Capture Register
DOM2_ERR3       0xFB700078          SCI 3 Error Capture Register
DOM2_PECON4     0xFB700080          Protocol Error Control Register 4
DOM2_PRIORITY4  0xFB700088          SCI4 Arbiter Priority Register
DOM2_ERRADDR4   0xFB700090          SCI 4 Error Address Capture Register
DOM2_ERR4       0xFB700098          SCI 4 Error Capture Register
DOM2_PECON5     0xFB7000A0          Protocol Error Control Register 5
DOM2_PRIORITY5  0xFB7000A8          SCI5 Arbiter Priority Register
DOM2_ERRADDR5   0xFB7000B0          SCI 5 Error Address Capture Register
DOM2_ERR5       0xFB7000B8          SCI 5 Error Capture Register
DOM2_PECON6     0xFB7000C0          Protocol Error Control Register 6
DOM2_PRIORITY6  0xFB7000C8          SCI6 Arbiter Priority Register
DOM2_ERRADDR6   0xFB7000D0          SCI 6 Error Address Capture Register
DOM2_ERR6       0xFB7000D8          SCI 6 Error Capture Register
DOM2_PECON7     0xFB7000E0          Protocol Error Control Register 7
DOM2_PRIORITY7  0xFB7000E8          SCI7 Arbiter Priority Register
DOM2_ERRADDR7   0xFB7000F0          SCI 7 Error Address Capture Register
DOM2_ERR7       0xFB7000F8          SCI 7 Error Capture Register
DOM2_PECON8     0xFB700100          Protocol Error Control Register 8
DOM2_PRIORITY8  0xFB700108          SCI8 Arbiter Priority Register
DOM2_ERRADDR8   0xFB700110          SCI 8 Error Address Capture Register
DOM2_ERR8       0xFB700118          SCI 8 Error Capture Register
DOM2_PECON9     0xFB700120          Protocol Error Control Register 9
DOM2_PRIORITY9  0xFB700128          SCI9 Arbiter Priority Register
DOM2_ERRADDR9   0xFB700130          SCI 9 Error Address Capture Register
DOM2_ERR9       0xFB700138          SCI 9 Error Capture Register
DOM2_PECON10    0xFB700140          Protocol Error Control Register 10
DOM2_PRIORITY10 0xFB700148          SCI10 Arbiter Priority Register
DOM2_ERRADDR10  0xFB700150          SCI 10 Error Address Capture Register
DOM2_ERR10      0xFB700158          SCI 10 Error Capture Register
DOM2_PECON11    0xFB700160          Protocol Error Control Register 11
DOM2_PRIORITY11 0xFB700168          SCI11 Arbiter Priority Register
DOM2_ERRADDR11  0xFB700170          SCI 11 Error Address Capture Register
DOM2_ERR11      0xFB700178          SCI 11 Error Capture Register
DOM2_PECON12    0xFB700180          Protocol Error Control Register 12
DOM2_PRIORITY12 0xFB700188          SCI12 Arbiter Priority Register
DOM2_ERRADDR12  0xFB700190          SCI 12 Error Address Capture Register
DOM2_ERR12      0xFB700198          SCI 12 Error Capture Register
DOM2_PECON13    0xFB7001A0          Protocol Error Control Register 13
DOM2_PRIORITY13 0xFB7001A8          SCI13 Arbiter Priority Register
DOM2_ERRADDR13  0xFB7001B0          SCI 13 Error Address Capture Register
DOM2_ERR13      0xFB7001B8          SCI 13 Error Capture Register
DOM2_PECON14    0xFB7001C0          Protocol Error Control Register 14
DOM2_PRIORITY14 0xFB7001C8          SCI14 Arbiter Priority Register
DOM2_ERRADDR14  0xFB7001D0          SCI 14 Error Address Capture Register
DOM2_ERR14      0xFB7001D8          SCI 14 Error Capture Register
DOM2_PECON15    0xFB7001E0          Protocol Error Control Register 15
DOM2_PRIORITY15 0xFB7001E8          SCI15 Arbiter Priority Register
DOM2_ERRADDR15  0xFB7001F0          SCI 15 Error Address Capture Register
DOM2_ERR15      0xFB7001F8          SCI 15 Error Capture Register
DOM2_ID         0xFB700408          Identification Register
DOM2_PESTAT     0xFB700410          Protocol Error Status Register
DOM2_TIDSTAT    0xFB700418          Transaction ID Status Register
DOM2_TIDEN      0xFB700420          Transaction ID Enable Register
DOM2_BRCON      0xFB700430          Domain 2 Bridge Control Register
DOM2_ACCEN0     0xFB7004F0          Access Enable Register 0
DOM2_ACCEN1     0xFB7004F8          Access Enable Register 1
